diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 3983bcd0..d080e673 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,22 +1,28 @@ # PolarRoute Pull Request Template Date: -Version Number: +Version Number: ## Description of change -Fixes # (issue) +## Fixes # (issue) # Testing -To ensure that the functionality of the PolarRoute codebase remains consistent throughout the development cycle a testing strategy has been developed, which can be viewed in the document `.github/PULL_REQUEST_TEMPLATE/testing_strategy.md`. +To ensure that the functionality of the PolarRoute codebase remains consistent throughout the development cycle a testing strategy has been developed, which can be viewed in the document `test/testing_strategy.md`. This includes a collection of test files which should be run according to which part of the codebase has been altered in a pull request. Please consult the testing strategy to determine which tests need to be run. +- [ ] My changes have not altered any of the files listed in the testing strategy - [ ] My changes result in all required regression tests passing without the need to update test files. + +> *list which files have been altered and include a pytest.txt file for each of +> the tests required to be run* +> +> The files which have been changed during this PR can be listed using the command -> *include pytest.txt file showing all tests passing.* + git diff --name-only 0.2.x - [ ] My changes require one or more test files to be updated for all regression tests to pass. diff --git a/.gitignore b/.gitignore index 1715a4e9..a096f688 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ TestingNotebook.ipynb *.output.*json setup.cfg pip.sh +datastore ./datastore/* datastore/* configs/* diff --git a/README.md b/README.md index f379ffc7..b4a52ed7 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ License # PolarRoute -> PolarRoute is a long-distance maritime polar route planning, taking into account complex changing environmental conditions. The codebase allows the construction of optimised routes through three main stages: discrete modelling of the environmental conditions using a non-uniform mesh, the construction of mesh-optimal paths, and physics informed path smoothing. In order to account for different vehicle properties we construct a series of data driven functions that can be applied to the environmental mesh to determine the speed limitations and fuel requirements for a given vessel and mesh cell, representing these quantities graphically and geospatially. +PolarRoute is a long-distance maritime polar route planning package, taking into account complex changing environmental conditions. The codebase allows the construction of optimised routes through three main stages: discrete modelling of the environmental conditions using a non-uniform mesh, the construction of mesh-optimal paths, and physics informed path smoothing. In order to account for different vehicle properties we construct a series of data driven functions that can be applied to the environmental mesh to determine the speed limitations and fuel requirements for a given vessel and mesh cell, representing these quantities graphically and geospatially. ## Installation -The PolarRoute software requires GDAL files to be installed. The PolarRoute software can be installed on Windows by running the required wheels for GDAL and FIONA. MOre information can be found in the manual pages linked above. Once these requirements are met then the software can be installed by: +The PolarRoute package requires GDAL files to be installed. This software can be installed on Windows by running the required wheels for GDAL and FIONA. More information can be found in the manual pages linked above. Once these requirements are met then the software can be installed by: Github: ``` +git clone https://github.com/Antarctica/PolarRoute python setup.py install ``` @@ -23,6 +24,8 @@ python setup.py install pip install polar-route ``` +> NOTE: The installation process may vary slightly dependent on OS. Please consult the documentation for further installation guidance. + ## Required Data sources Polar-route has been built to work with a variety of open-source atmospheric and oceanographic data sources. A list of supported data sources and their associated data-loaders is given in the @@ -45,7 +48,7 @@ rm -r docs/build/.doctrees/ Jonathan Smith, Samuel Hall, George Coombs, James Byrne, Michael Thorne, Maria Fox, Harrison Abbot, Ayat Fekry ## Collaboration -We are currently assessing the best pratice for collaboration on the codebase, until then please contact [marfox@bas.ac.uk](marfox@bas.ac.uk) or [jonsmi@bas.ac.uk](jonsmi@bas.ac.uk) for further info. +We are currently assessing the best practice for collaboration on the codebase, until then please contact [polarroute@bas.ac.uk](polarroute@bas.ac.uk) for further info. ## License diff --git a/docs/html/.buildinfo b/docs/html/.buildinfo index 5b9e2d90..a6ba2ee4 100644 --- a/docs/html/.buildinfo +++ b/docs/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: f5c21da8605eb8472f39c71741ffa923 +config: ff9ebad1c8db7cc3ee17404f270eae40 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/html/.doctrees/environment.pickle b/docs/html/.doctrees/environment.pickle index b03cc0f8..cd4aade3 100644 Binary files a/docs/html/.doctrees/environment.pickle and b/docs/html/.doctrees/environment.pickle differ diff --git a/docs/html/.doctrees/index.doctree b/docs/html/.doctrees/index.doctree index a7a0e472..b2a17c51 100644 Binary files a/docs/html/.doctrees/index.doctree and b/docs/html/.doctrees/index.doctree differ diff --git a/docs/html/.doctrees/sections/Code_structure.doctree b/docs/html/.doctrees/sections/Code_structure.doctree deleted file mode 100644 index cdedf60e..00000000 Binary files a/docs/html/.doctrees/sections/Code_structure.doctree and /dev/null differ diff --git a/docs/html/.doctrees/sections/Configuration.doctree b/docs/html/.doctrees/sections/Configuration.doctree deleted file mode 100644 index 828af476..00000000 Binary files a/docs/html/.doctrees/sections/Configuration.doctree and /dev/null differ diff --git a/docs/html/.doctrees/sections/Dataloaders/DataLoaderInterface.doctree b/docs/html/.doctrees/sections/Dataloaders/DataLoaderInterface.doctree index 2e137560..490b221b 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/DataLoaderInterface.doctree and b/docs/html/.doctrees/sections/Dataloaders/DataLoaderInterface.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/Factory.doctree b/docs/html/.doctrees/sections/Dataloaders/Factory.doctree index 4243bfed..000b6d4b 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/Factory.doctree and b/docs/html/.doctrees/sections/Dataloaders/Factory.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/overview.doctree b/docs/html/.doctrees/sections/Dataloaders/overview.doctree index 6e25a337..5c5a794a 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/overview.doctree and b/docs/html/.doctrees/sections/Dataloaders/overview.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/abstractScalar.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/abstractScalar.doctree index 74283710..63341765 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/abstractScalar.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/abstractScalar.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/AMSR.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/AMSR.doctree index 5628e4b8..d50969a7 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/AMSR.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/AMSR.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSEDepth.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSEDepth.doctree index 3be39256..75b44aa0 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSEDepth.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSEDepth.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSESeaIce.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSESeaIce.doctree index 74c550e0..85527b55 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSESeaIce.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BSOSESeaIce.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BalticSeaIce.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BalticSeaIce.doctree index 2f385848..31fb6fc6 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BalticSeaIce.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BalticSeaIce.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BinaryGRF.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BinaryGRF.doctree index db73317a..08d57dcd 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BinaryGRF.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/BinaryGRF.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Density.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Density.doctree index b428b29c..b9720179 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Density.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Density.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/GEBCO.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/GEBCO.doctree index 2f70b9f0..21da5669 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/GEBCO.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/GEBCO.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/IceNet.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/IceNet.doctree index 1f1e1eda..e779d3d8 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/IceNet.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/IceNet.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/MODIS.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/MODIS.doctree index d4e9fa11..2c061a10 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/MODIS.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/MODIS.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarCSV.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarCSV.doctree index 289af8d2..0582a5a8 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarCSV.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarCSV.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarGRF.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarGRF.doctree index db2fbcfd..6829d835 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarGRF.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/ScalarGRF.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Shape.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Shape.doctree index 8a540b01..e6e4070a 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Shape.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Shape.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Thickness.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Thickness.doctree index a11e43b6..b13d43de 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Thickness.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/implemented/Thickness.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/scalar/index.doctree b/docs/html/.doctrees/sections/Dataloaders/scalar/index.doctree index 671d89e9..82479920 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/scalar/index.doctree and b/docs/html/.doctrees/sections/Dataloaders/scalar/index.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/abstractVector.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/abstractVector.doctree index 686fb53e..b9d22517 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/abstractVector.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/abstractVector.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/BalticCurrent.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/BalticCurrent.doctree index d8830c77..084e4688 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/BalticCurrent.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/BalticCurrent.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ERA5Wind.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ERA5Wind.doctree index 970944a1..057fc54a 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ERA5Wind.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ERA5Wind.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/NorthSeaCurrent.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/NorthSeaCurrent.doctree index 557ff2a4..9727b507 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/NorthSeaCurrent.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/NorthSeaCurrent.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ORAS5Current.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ORAS5Current.doctree index f4334627..fab3c022 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ORAS5Current.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/ORAS5Current.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/SOSE.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/SOSE.doctree index 47087181..5147a26b 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/SOSE.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/SOSE.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorCSV.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorCSV.doctree index b51f6f2f..c4133535 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorCSV.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorCSV.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorGRF.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorGRF.doctree index b587cd62..ac99f0f6 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorGRF.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/implemented/VectorGRF.doctree differ diff --git a/docs/html/.doctrees/sections/Dataloaders/vector/index.doctree b/docs/html/.doctrees/sections/Dataloaders/vector/index.doctree index 7ad493b5..d8988025 100644 Binary files a/docs/html/.doctrees/sections/Dataloaders/vector/index.doctree and b/docs/html/.doctrees/sections/Dataloaders/vector/index.doctree differ diff --git a/docs/html/.doctrees/sections/Discrete_meshing.doctree b/docs/html/.doctrees/sections/Discrete_meshing.doctree deleted file mode 100644 index 64641cb4..00000000 Binary files a/docs/html/.doctrees/sections/Discrete_meshing.doctree and /dev/null differ diff --git a/docs/html/.doctrees/sections/Examples.doctree b/docs/html/.doctrees/sections/Examples.doctree index e72b43a8..81271331 100644 Binary files a/docs/html/.doctrees/sections/Examples.doctree and b/docs/html/.doctrees/sections/Examples.doctree differ diff --git a/docs/html/.doctrees/sections/Installation.doctree b/docs/html/.doctrees/sections/Installation.doctree index 9b848a78..f6b071d9 100644 Binary files a/docs/html/.doctrees/sections/Installation.doctree and b/docs/html/.doctrees/sections/Installation.doctree differ diff --git a/docs/html/.doctrees/sections/Outputs.doctree b/docs/html/.doctrees/sections/Outputs.doctree index e6b5ca1e..9f643bdb 100644 Binary files a/docs/html/.doctrees/sections/Outputs.doctree and b/docs/html/.doctrees/sections/Outputs.doctree differ diff --git a/docs/html/.doctrees/sections/Route_optimisation.doctree b/docs/html/.doctrees/sections/Route_optimisation.doctree index 0fd2c990..23feadb1 100644 Binary files a/docs/html/.doctrees/sections/Route_optimisation.doctree and b/docs/html/.doctrees/sections/Route_optimisation.doctree differ diff --git a/docs/html/.doctrees/sections/Vehicle_specifics.doctree b/docs/html/.doctrees/sections/Vehicle_specifics.doctree index f67d823e..4441d148 100644 Binary files a/docs/html/.doctrees/sections/Vehicle_specifics.doctree and b/docs/html/.doctrees/sections/Vehicle_specifics.doctree differ diff --git a/docs/html/.doctrees/sections/running.doctree b/docs/html/.doctrees/sections/running.doctree deleted file mode 100644 index 05c3e3b0..00000000 Binary files a/docs/html/.doctrees/sections/running.doctree and /dev/null differ diff --git a/docs/html/_sources/index.rst.txt b/docs/html/_sources/index.rst.txt index ab8198a2..97b3ae7e 100644 --- a/docs/html/_sources/index.rst.txt +++ b/docs/html/_sources/index.rst.txt @@ -1,19 +1,34 @@ -Welcome RoutePlanner Manual Pages -===================================== +Welcome to the PolarRoute Manual Pages +====================================== + +PolarRoute is a tool for the optimisation of routes for maritime vehicles travelling in polar waters. +This software package has been developed by the **British Antarctic Survey** (BAS), primarily +for the optimisation of polar routes for the BAS research vessel RRS Sir David Attenborough, +though it is applicable to any vessel (e.g. AUVs). The software is written in Python and is open source. + +For more information on the project, please visit the `PolarRoute website `_ +and follow our `GitHub repository `_. + + +.. note:: The development of this codebase is ongoing and not yet complete. + Please contact the developers for more information. Contents: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :numbered: - ./sections/Code_structure + ./sections/Code_overview ./sections/Installation - ./sections/running - ./sections/Configuration - ./sections/Dataloaders/overview + ./sections/ipython_notebooks + ./sections/Command_line_interface + ./sections/Configuration/Configuration_overview ./sections/Outputs - ./sections/Examples - ./sections/Discrete_meshing + ./sections/Dataloaders/overview + ./sections/Mesh_Construction/Mesh_construction_overview ./sections/Vehicle_specifics + ./sections/Route_calculation ./sections/Route_optimisation + ./sections/Examples + diff --git a/docs/html/_sources/sections/Configuration.rst.txt b/docs/html/_sources/sections/Configuration.rst.txt deleted file mode 100644 index 89d14615..00000000 --- a/docs/html/_sources/sections/Configuration.rst.txt +++ /dev/null @@ -1,350 +0,0 @@ -.. _configuration: - -"""""""""""""""""""""""" -Input - Configuration -"""""""""""""""""""""""" - -In this section we will outline the standard structure for a configuration file used in all portions of the PolarRoute software package. - -Outlined below is an example configuration file for running PolarRoute. Using this as a template we will go through each of the definitions in turn, describing what each portion does with the subsections in the manual given by the main sections in the configuration file. - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Mesh Construction configuration file example. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -:: - - "config": { - "Mesh_info": { - "Region": { - "latMin": -65, - "latMax": -60, - "longMin": -70, - "longMax": -50, - "startTime": "2013-03-01", - "endTime": "2013-03-14", - "cellWidth": 5, - "cellHeight": 2.5 - }, - "Data_sources": [ - { - "loader": "GEBCO", - "params": { - "downsample_factors": [ - 5, - 5 - ], - "file": "../datastore/bathymetry/GEBCO/gebco_2022_n-40.0_s-90.0_w-140.0_e0.0.nc", - "data_name": "elevation", - "value_fill_types": "parent", - "aggregate_type": "MAX", - "splitting_conditions": [ - { - "elevation": { - "threshold": -10, - "upper_bound": 1, - "lower_bound": 0 - } - } - ] - } - }, - { - "loader": "AMSR_folder", - "params": { - "folder": "../datastore/sic/amsr_south/", - "hemisphere": "south", - "value_fill_types": "parent", - "data_name": "SIC", - "splitting_conditions": [ - { - "SIC": { - "threshold": 35, - "upper_bound": 0.9, - "lower_bound": 0.1 - } - } - ] - } - }, - { - "loader": "SOSE", - "params": { - "file": "../datastore/currents/sose_currents/SOSE_surface_velocity_6yearMean_2005-2010.nc", - "value_fill_types": "parent", - "data_name": "uC,vC" - } - }, - { - "loader": "thickness", - "params": { - "data_name": "thickness", - "file": "", - "value_fill_types": "parent" - } - }, - { - "loader": "density", - "params": { - "data_name": "density", - "file": "", - "value_fill_types": "parent" - } - } - ], - "splitting": { - "split_depth": 4, - "minimum_datapoints": 5 - } - } - } - -The configuration file used for mesh construction contains information required to build the discretised environment in which the route planner -operates. Information here dictates the region in which the mesh is constructed, the data contained within -the mesh and how the mesh is split to a non-uniform resolution. The configuration file used to generate a mesh is stored in a section titled 'Mesh_info' - -The 'Mesh_info' section of the configuration file contains three primary sections: - -################ -Region -################ -The region section gives detailed information for the construction of the Discrete Mesh. The main definitions are the bounding region and temporal portion of interest (`longMin`, `latMin`, `longMax`, `latMax`, `startTime`, `endTime`), but also the starting shape of the spatial grid cell boxes (`cellWidth`, `cellHeight`) is defined before splitting is applied. Further detail on each parameter is given below: - -:: - - "Region": { - "latMin": -77.5, - "latMax": -55, - "longMin": -120, - "longMax": -10, - "startTime": "2017-02-01", - "endTime": "2017-02-14", - "cellWidth":5, - "cellHeight":2.5 - } - -where the variables are as follows: - -* **longMin** *(float, degrees)* : Minimum Longitude Edge Mesh -* **longMax** *(float, degrees)* : Maximum Longitude Edge Mesh -* **latMin** *(float, degrees)* : Minimum Latitude Edge Mesh -* **latMax** *(float, degrees)* : Maximum Latitude Edge Mesh -* **startTime** *(string, 'YYYY-mm-dd')* : Start Datetime of Time averaging -* **endTime** *(string, 'YYYY-mm-dd')* : End Datetime of Time averaging -* **cellWidth** *(float, degrees)* : Initial Cell Box Width prior to splitting -* **cellHeight** *(float, degrees)* : Initial Cell Box Height prior to splitting - -.. note:: - Variables **startTime** and **endTime** also support reference to system time using - the keyword **TODAY** *e.g.* - - "startTime": "TODAY" , "endTime": "TODAY + 5" - - "startTime": "TODAY - 3", "endTime": "TODAY" - -################# -Data_sources -################# - -The 'Data_sources' section of the configuration file dictates which information will be added to the -mesh when constructed. Each item in the list of data sources represents a single data set to be added -to the mesh. - -:: - - "Data_sources": [ - { - "loader": "GEBCO", - "params": { - "downsample_factors": [ - 5, - 5 - ], - "file": "../datastore/bathymetry/GEBCO/gebco_2022_n-40.0_s-90.0_w-140.0_e0.0.nc", - "data_name": "elevation", - "value_fill_types": "parent", - "aggregate_type": "MAX", - "splitting_conditions": [ - { - "elevation": { - "threshold": -10, - "upper_bound": 1, - "lower_bound": 0 - } - } - ] - } - }, - { - "loader": "AMSR_folder", - "params": { - "folder": "../datastore/sic/amsr_south/", - "hemisphere": "south", - "value_fill_types": "parent", - "data_name": "SIC", - "splitting_conditions": [ - { - "SIC": { - "threshold": 35, - "upper_bound": 0.9, - "lower_bound": 0.1 - } - } - ] - } - }, - { - "loader": "SOSE", - "params": { - "file": "../datastore/currents/sose_currents/SOSE_surface_velocity_6yearMean_2005-2010.nc", - "value_fill_types": "parent", - "data_name": "uC,vC" - } - }, - { - "loader": "thickness", - "params": { - "data_name": "thickness", - "file": "", - "value_fill_types": "parent" - } - }, - { - "loader": "density", - "params": { - "data_name": "density", - "file": "", - "value_fill_types": "parent" - } - } - ] - - -where the variables are as follows: - - -* **loader** *(string)* : The name of the data loader to be used to add this data source to the mesh - see the :ref:`abstractScalarDataloader doc page` for further information about the available data loaders. -* **params** *(dict)* : A dictionary containing optional parameters which may be required by the specified data loader in 'loader'. These parameters include the following: - - * **splitting_conditions** *(list)* : The conditions which determine if a cellbox should be split. - * **threshold** *(float)* : The threshold above or below which CellBoxes will be sub-divided to separate the datapoints into homogeneous cells. - * **upperBound** *(float)* : A percentage normalised between 0 and 1. A CellBox is deemed homogeneous if greater than this percentage of data points are above the given threshold. - * **lowerBound** *(float)* : A percentage normalised between 0 and 1. A Cellbox is deemed homogeneous if less than this percentage of data points are below the given threshold. - * **value_fill_types** *(string)* : Determines the actions taken if a cellbox is generated with no data. The possible values are either parent (which implies assigning the value of the parent cellbox), zero or nan. - * **aggregate_type** *(string)* : Specifies how the data within a cellbox will be aggregated. By default aggregation takes place by calculating the mean of all data points within the CellBoxes bounds. *aggregate_type* allows this default to be changed to other aggregate function (e.g. MIN, MAX, COUNT). - - -.. note:: - splitting conditions are applied in the order they are specified in the configuration file. - - -############## -splitting -############## - -Non-uniform mesh refinement is done by selectively sub-dividing cells. Cell sub-division is performed -whenever a cell (of any size) is determined to be inhomogeneous with respect to a specific characteristic -of interest such as SIC or ocean depth (this characteristic is defined as a splitting condition inside the data source's params as illustrated above). For example, considering SIC, we define a range, from a lower bound -*lb* to an upper bound *ub*, and a threshold, *t*. Then, a cell is considered inhomogeneous if between *lb* and *ub* -of the ice measurements in that cell are at *t%* or higher. If the proportion of ice in the cell above the -*t%* concentration is below *lb%*, we consider the cell to be homogeneous open water: such a cell can be navigated -through so does not require splitting based on this homogeneity condition (though may still be split based on others). -At the other end of the range, if the proportion is greater than *ub%*, then the cell is considered -homogeneous ice: such a cell cannot be navigated through and will not be split on this or any subsequent splitting conditions. -If the proportion is between these bounds, then the cell is inhomogeneous and must be split so that the homogeneous sub-cells can be found. - -The splitting section of the Configuration file defines the splitting parameters that are *common* across all the data sources and determines how the CellBoxes that form the -Mesh will be sub-divided based on the homogeneity of the data points contained within to form a mesh -of non-uniform spatial resolution. -:: - - "splitting": { - "split_depth":4, - "minimum_datapoints":5 - } - -where the variables are as follows: - -* **split_depth** *(float)* : The number of times the MeshBuilder will sub-divide each initial cellbox (subject to satisfying the splitting conditions of each data source) -* **minimum_datapoints** *(float)* : The minimum number of datapoints a cellbox must contain for each value type to be able to split - - - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Vessel Performance configuration file example. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The Vessel configuration file provides all the necessary information about the vessel that will execute -the routes such that performance parameters (e.g. speed or fuel consumption) can be calculated by the -`VesselPerformanceModeller` class. A file of this structure is also used as a command line argument for -the 'add_vehicle' entry point. - -:: - - { - "VesselType": "SDA", - "MaxSpeed": 26.5, - "Unit": "km/hr", - "Beam": 24.0, - "HullType": "slender", - "ForceLimit": 96634.5, - "MaxIceConc": 80, - "MinDepth": -10 - } - -Above are a typical set of configuration parameters used for a vessel where the variables are as follows: - -* **VesselType** *(string)* : The specific vessel class to use for performance modelling. -* **MaxSpeed** *(float)* : The maximum speed of the vessel in open water. -* **Unit** *(string)* : The units of measurement for the speed of the vessel (currently only "km/hr" is supported). -* **Beam** *(float)* : The beam (width) of the ship in metres. -* **HullType** *(string)* : The hull profile of the ship (should be one of either "slender" or "blunt"). -* **ForceLimit** *(float)* : The maximum allowed resistance force, specified in Newtons. -* **MaxIceConc** *(float)* : The maximum Sea Ice Concentration the vessel is able to travel through given as a percentage. -* **MinDepth** *(float)* : The minimum depth of water the vessel is able to travel through in metres. Negative values correspond to a depth below sea level. - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Route Planning configuration file example. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -:: - - { - "Route_Info": { - "Objective_Function": "traveltime", - "Path_Variables": [ - "fuel", - "traveltime" - ], - "WayPoints": "./WayPoints_org.csv", - "Source_Waypoints": ["LongPathStart"], - "End_Waypoints": [], - "Vector Names": ["uC","vC"], - "Zero_Currents": false, - "Variable_Speed": true, - "Time_Unit": "days", - "Early_Stopping_Criterion": true, - "Save_Dijkstra_Graphs": false, - "Smooth Path":{ - "Max Iteration Number":1000, - "Minimum Difference": 1e-3 - } - } - } - -above is a typical set of configuration parameters used for route planning where the variables are as follows: - -* **objective_function** *(string)* : Defining the objective function to minimise for the construction of the mesh based Dijkstra routes. This variable can either be defined as 'traveltime' or 'fuel' . -* **path_variables** *(list<(string)>)* : A list of strings of the route variables to return in the output geojson. -* **waypoints_path** *(string)* : A filepath to a CSV containing the user defined waypoints with columns including: 'Name','Lat',"Long" -* **source_waypoints** *(list<(string)>)*: The source waypoints to define the routes from. The names in this list must be the same as names within the `waypoints_path` file. If left blank then routes will be determined from all waypoints. -* **end_waypoints** *(list<(string)>)* : The end waypoints to define the routes to. The names in this list must be the same as names within the `waypoints_path` file. If left blank then routes will be determined to all waypoints. -* **vector_names** *(list<(string)>)* : The definition of the horizontal and vertical components of the vector acting on the ship within each CellBox. These names must be within the 'cellboxes'. -* **zero_currents** *(bool)* : For development use only. Removes the effect of currents acting on the ship, setting all current vectors to zero. -* **Variable_Speed** *(bool)* : For development use only. Removes the effect of variable speed acting on the ship, ship speed set to max speed defined by 'Vessel':{'Speed':...}. -* **time_unit** *(string)* : The time unit to output the route path information. Currently only takes 'days', but will support 'hrs' in future releases. -* **early_stopping_criterion** *(bool)* : For development use only. Dijkstra early stopping criterion. For development use only if the full objective_function from each starting waypoint is required. Should be used in conjunction with `save_dijkstra_graphs`. -* **save_dijkstra_graphs** *(bool)* : For development use only. Saves the full dijkstra graph representing the objective_function value across all mesh cells. -* **Smooth Path** - * **max_iteration_number** *(int)* : For development use only. Maximum number of iterations in the path smoothing. For most paths convergence is met 100x earlier than this value. - * **minimum_difference** *(float)* : For development use only. Minimum difference between two path smoothing iterations before convergence is triggered - diff --git a/docs/html/_sources/sections/Dataloaders/DataLoaderInterface.rst.txt b/docs/html/_sources/sections/Dataloaders/DataLoaderInterface.rst.txt index 33481f32..a45467fd 100644 --- a/docs/html/_sources/sections/Dataloaders/DataLoaderInterface.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/DataLoaderInterface.rst.txt @@ -9,5 +9,5 @@ only get_hom_condition() and get_value() are needed realistically. Other methods implemented in the :ref:`abstractScalar` and :ref:`abstractVector` dataloaders. -.. automodule:: polar_route.dataloaders.dataLoaderInterface +.. automodule:: polar_route.dataloaders.dataloader_interface :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/Factory.rst.txt b/docs/html/_sources/sections/Dataloaders/Factory.rst.txt index 3207bae1..51fbe999 100644 --- a/docs/html/_sources/sections/Dataloaders/Factory.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/Factory.rst.txt @@ -22,14 +22,16 @@ a parameter the dataloader requires. The actions are: #. Import the dataloader #. Add an entry to the :code:`dataloader_requirements` dictionary -#. (OPTIONAL) Add a default value to :code:`set_default_params()` ^^^^^^^ Example ^^^^^^^ In this example, a new scalar dataloader `myScalarDataloader` has been created, and is located at :code:`polar_route/Dataloaders/Scalar/myScalarDataloader.py`. -The only parameter required by this dataloader is a file to read data from:: + +The only parameter required by this dataloader is a file to read data from. 'files' +is passed as a mandatory parameter, as 'file' and 'folder' both get translated into +a list of files, and stored in params under the key 'files':: # Add new import statement for Factory to read from polar_route.Dataloaders.Scalar.myScalarDataloader import myScalarDataloader @@ -42,20 +44,27 @@ The only parameter required by this dataloader is a file to read data from:: ... dataloader_requirements = { ... - # Add new dataloader - 'myscalar': (myScalarDataloader, ['file']) + # Add new dataloaders + 'myscalar': (myScalarDataloader, ['files']) ... ... ... To call this dataloader, add an entry in the :code:`config.json` -file used to generate the mesh:: +file used to generate the mesh. Alternatively, add a folder, or a list of +individual files:: { "loader": "myscalar", "params": { - "file": "PATH_TO_DATA_FILE", + "file": "PATH_TO_DATA_FILE" # For a single file + "folder": "PATH_TO_FOLDER" # For a folder, must have trailing '/' + "files":[ # For a list of individual files + "PATH_TO_FILE_1", + "PATH_TO_FILE_2", + ... + ] } } diff --git a/docs/html/_sources/sections/Dataloaders/overview.rst.txt b/docs/html/_sources/sections/Dataloaders/overview.rst.txt index cd54c8f5..2fed490c 100644 --- a/docs/html/_sources/sections/Dataloaders/overview.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/overview.rst.txt @@ -12,9 +12,9 @@ Dataloader Overview ./Factory ./scalar/index ./vector/index + ./AddingDataloaders -################ Section Overview ################ @@ -35,35 +35,17 @@ however this can be whatever the user needs, so long as they are cast into eithe *UML Diagram detailing the dataloader subsystem* - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Implementing New Dataloaders -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Each dataloader is to be implemented as a separate object for the Environmental mesh to interface with. -The general workflow for creating a new dataloader is as follows: - -#. Choose an approriate dataloader type (see `Dataloader Types`_). -#. Create a new file under :code:`polar_route/DataLoaders/{dataloader-type}` with an appropriate name. -#. Create :code:`__init__()` and :code:`import_data()` methods. Examples of how to do this are shown on the :ref:`abstractScalar` and :ref:`abstractVector` pages. -#. Add a new entry to the dataloader factory object, within :code:`polar_route/Dataloaders/Factory.py`. Instructions on how to do so are shown in :ref:`dataloader-factory` - -After performing these actions, the dataloader should be ready to go. It is useful for debugging purposes -to create the dataloader object from within :code:`polar_route/Dataloaders/Factory.py` (e.g. within -:code:`if __name__=='__main__':` ) and test its functionality before deploying it. - -^^^^^^^^^^^^^^^^ Dataloader Types -^^^^^^^^^^^^^^^^ +================ There are two main types of dataloaders that are implemented as abstract classes: Scalar and Vector. **Scalar dataloaders** are to be used on scalar datasets; i.e. variables with a single value per latitude/longitude(/time) coordinate. Examples of this are bathymetry, sea ice concentration, etc... -While the raw datasets may contain more than one variable (a common example being the existance of values and errors in the same file), +While the raw datasets may contain more than one variable (a common example being the existence of values and errors in the same file), these *MUST* be cut down to just coordinates, and a single variable, in order to work correctly with the :ref:`abstractScalar` dataloader. -To read more on how to implement these, follow instructions in `Implementing New Dataloaders`_ and the :ref:`abstract scalar dataloader page`. +To read more on how to implement these, follow instructions in :ref:`Adding Dataloaders page` and the :ref:`abstract scalar dataloader page`. **Vector dataloaders** are to be used on vector datasets; i.e. variables with multi-dimensional values per latitude/longitude(/time) coordinate. Examples of this are ocean currents, @@ -71,27 +53,38 @@ wind, etc... The datasets will have multiple data variables, and should be cut d and optionally 'time'), and the values for each dimensional component of the variable. This will generally be two dimensions, however the :ref:`abstractVector` dataloader should be flexible to n-dimensional data. Rigor should be taken when testing these dataloaders to ensure that the outputs of :code:`get_value()` method of these dataloaders produces outputs that make sense. -To read more on how to implement these, follow instructions in `Implementing New Dataloaders`_ and :ref:`abstract vector dataloader page`. +To read more on how to implement these, follow instructions in :ref:`Adding Dataloaders page` and :ref:`abstract vector dataloader page`. .. **Look-up Table Dataloaders** are to be used on datasets where boundaries define a value. -.. Real data is always prefered to this method, however in the case where there is no data, the LUT +.. Real data is always preferred to this method, however in the case where there is no data, the LUT .. can provide an alternative. Examples of this include ice density, and ice thickness. For these examples, .. weather conditions dictate their values, and these weather conditions can be localised to specific areas. .. To read more on how to implement these, follow instructions in `Implementing New Dataloaders`_ and :ref:`abstract LUT dataloader page`. -^^^^^^^^^^^^^^^^^^^^ + Abstract Dataloaders -^^^^^^^^^^^^^^^^^^^^ +==================== To look at specific abstract dataloaders, use the following links: - :ref:`abstract-scalar-dataloader` - :ref:`abstract-vector-dataloader` These are the templates to be used when implementing new dataloaders into PolarRoute. -They have been split into two seperate categories: Scalar and Vector, detailed in `Dataloader Types`_. +They have been split into two separate categories: Scalar and Vector, detailed in `Dataloader Types`_. The abstract classes generalise the methods used by each dataloader type to produce outputs that the Environmental Mesh can retrieve via the :ref:`dataloader interface`. -They are flexible in that they can store and process data as both :code:`pandas.DataFrame`'s or -:code:`xarray.Dataset`'s. \ No newline at end of file +They are flexible in that they can store and process data as both :code:`xarray.Dataset`'s or +:code:`pandas.DataFrame`'s (and by extension, :code:`dask.DataFrames`'s). +When creating your own, :code:`dask` and :code:`xarray` should be utilised as much as possible to +reduce memory consumption. + +Both abstract base classes define the :code:`__init__()` function to have the following process: + +#. Read in params from config +#. Add params from :code:`self.add_default_params()`, defined by user when creating a dataloader +#. Downsample data if required and if loaded as :code:`xarray.Dataset` +#. Reproject data if required +#. Trim datapoints to initial boundary +#. Rename data column name if defined in params \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/scalar/abstractScalar.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/abstractScalar.rst.txt index 6d633f54..c625469a 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/abstractScalar.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/abstractScalar.rst.txt @@ -4,6 +4,6 @@ Abstract Scalar Dataloader ************************** -.. automodule:: polar_route.dataloaders.scalar.abstractScalar +.. automodule:: polar_route.dataloaders.scalar.abstract_scalar :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/AMSR.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/AMSR.rst.txt index 58619970..01642a27 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/AMSR.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/AMSR.rst.txt @@ -2,12 +2,12 @@ AMSR Dataloader *************** -The AMSR (Advanced Microwave Scanning Radiometer) dataset is a publically +The AMSR (Advanced Microwave Scanning Radiometer) dataset is a publicly available that provides Sea Ice Concentration scans of the earth's oceans. It is produced by researchers at the University of Bremen. The AMSR dataloader is currently the only 'standalone' dataloader, in that it -is defined independantly of the abstract base class. This is due to issues +is defined independently of the abstract base class. This is due to issues with :code:`pandas` calculating mean values differently depending on how the data is loaded. This caused issues with the regression tests passing. This issue will be rectified soon by updating the regression tests. diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst.txt index 85f18aa9..55c86b8d 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst.txt @@ -2,7 +2,7 @@ BSOSE Depth Dataloader ********************** -B-SOSE (Biogeochemical Southern Ocean State Estimate solution) provide a publically available dataset that +B-SOSE (Biogeochemical Southern Ocean State Estimate solution) provide a publicly available dataset that hosts (amongst other products) sea ice concentration (SIC) of the southern ocean. Their SIC product provides a 'depth' value, which this dataloader ingests. BSOSE is an extension of the SOSE project led by Mazloff at the Scripps Institution of Oceanography. @@ -17,6 +17,6 @@ Data can be downloaded from `here `_ -.. automodule:: polar_route.dataloaders.scalar.balticSeaIce +.. automodule:: polar_route.dataloaders.scalar.baltic_sea_ice :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/BinaryGRF.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/BinaryGRF.rst.txt index 009ec3e1..2ac5f044 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/BinaryGRF.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/BinaryGRF.rst.txt @@ -23,7 +23,7 @@ only True/False. It is useful for generating land masks. # distribution used to generate GRF "min": 0, # - Minimum value of GRF "max": 1, # - Maximum value of GRF - "binary": True, # - Flag specifiying this GRF is a binary mask + "binary": True, # - Flag specifying this GRF is a binary mask "threshold": 0.5 # - Value around which mask values are set. # Below this, values are set to False # Above this, values are set to True diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/GEBCO.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/GEBCO.rst.txt index 8c31519d..2449b93f 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/GEBCO.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/GEBCO.rst.txt @@ -2,7 +2,7 @@ GEBCO Dataloader **************** -The General Bathymetric Chart of the Oceans (GEBCO) is a publically available +The General Bathymetric Chart of the Oceans (GEBCO) is a publicly available bathymetric chart of the Earth's oceans. It is a common resource used by ocean scientists, amongst others. diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/IceNet.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/IceNet.rst.txt index 03fd7cc9..9aed84b2 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/IceNet.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/IceNet.rst.txt @@ -12,7 +12,7 @@ at the British Antarctic Survey. From the website: next 6 months of monthly-averaged sea ice concentration maps. Data for IceNet V1 is available from `here `_ -Data for IceNet V2 is not publically available. +Data for IceNet V2 is not publicly available. .. automodule:: polar_route.dataloaders.scalar.icenet :special-members: __init__ diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarCSV.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarCSV.rst.txt index aff47518..f81b42da 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarCSV.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarCSV.rst.txt @@ -7,6 +7,6 @@ it into a data source for mesh construction. It was primarily used in testing for loading dummy data to test performance. As such, there is no data source for this dataloader. -.. automodule:: polar_route.dataloaders.scalar.scalarCSV +.. automodule:: polar_route.dataloaders.scalar.scalar_csv :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarGRF.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarGRF.rst.txt index 367438e0..478f1c40 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarGRF.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/implemented/ScalarGRF.rst.txt @@ -23,7 +23,7 @@ For vector fields, see the :ref:`Vector GRF page`. "size": 512, # - Number of datapoints per lat/long axis "alpha": 3, # - Power of the power-law momentum # distribution used to generate GRF - "binary": False, # - Flag specifiying this GRF isn't a binary mask + "binary": False, # - Flag specifying this GRF isn't a binary mask "threshold": [0, 1], # - Caps of min/max values to ensure normalising # not skewed by outlier in randomised GRF "min": -10, # - Minimum value of GRF @@ -41,6 +41,6 @@ the min and max are The dataloader is implemented as follows: -.. automodule:: polar_route.dataloaders.scalar.scalarGRF +.. automodule:: polar_route.dataloaders.scalar.scalar_grf :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/scalar/index.rst.txt b/docs/html/_sources/sections/Dataloaders/scalar/index.rst.txt index 69f83d47..d93966b4 100644 --- a/docs/html/_sources/sections/Dataloaders/scalar/index.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/scalar/index.rst.txt @@ -20,7 +20,7 @@ functionality that would be needed to manipulate the data to work with the mesh. When creating a new dataloader, the user must define how to open the data files, and what methods are required to manipulate the data into a standard format. More details are provided on the -:ref:`abstractScalar doc page` +:ref:`abstractScalar doc page`. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Scalar Dataloader Examples @@ -33,80 +33,46 @@ Below is a simple example of how to load in a NetCDF file:: import logging class MyDataLoader(ScalarDataLoader): - def __init__(self, bounds, params): - # Creates a class attribute for all keys in params - for key, val in params.items(): - logging.debug( - f"Reading in {key}:{value} (dtype={type(value)}) from params" - ) - setattr(self, key, val) - - # Import data from file - self.data = self.import_data(bounds) - - # Retrieve data name from variable name in NetCDF - self.data_name = self.get_data_col_name() - - logging.info(f"Successfully loaded {self.data_name} from {self.file}") - + def import_data(self, bounds): logging.debug("Importing my data...") # Open Dataset - logging.debug(f"- Opening file {self.file}") - data = xr.open_dataset(self.file) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Rename coordinate columns to 'lat', 'long', 'time' if they aren't already data = data.rename({'lon':'long'}) # Limit to initial boundary - data = data.sel(lat=slice(bounds.get_lat_min(),bounds.get_lat_max())) - data = data.sel(long=slice(bounds.get_long_min(),bounds.get_long_max())) - data = data.sel(time=slice(bounds.get_time_min(),bounds.get_time_max())) + data = self.trim_data(bounds, data=data) return data -Sometimes the data needs to be reprojected if it is not initially in mercator -projection. It may also need to be downsampled if the dataset is very large. -The following code handles both of these cases:: +Sometimes there are parameters that are constant for a data source, but are not +constant for all data sources. Default values are defined in the dataloader :code:`add_default_params()`. +Below is an example of setting default parameters for reprojection of a dataset:: class MyDataLoader(ScalarDataLoader): - def __init__(self, bounds, params): - # Creates a class attribute for all keys in params - for key, val in params.items(): - logging.debug( - f"Reading in {key}:{value} (dtype={type(value)}) from config params" - ) - setattr(self, key, val) - - # Import data from file - self.data = self.import_data(bounds) - # Downsampling data by 'downsample_factors' defined in config params - self.data = self.downsample() - # Reprojecting dataset from EPSG:3412 to 'EPSG:4326'. - # Coordinate names 'x', 'y' will be replaced with 'long', 'lat' - self.data = self.reproject( in_proj = 'EPSG:3412', - out_proj = 'EPSG:4326', - x_col = 'x', - y_col = 'y') - - # Limit to initial boundary. - # Note: Reprojection converts data to pandas dataframe - idx = self.get_datapoints(bounds).index - self.data = self.data.loc[idx] - - # Manually overwriting data name - self.data_name = "my_variable" - self.data = self.set_data_col_name(self.data_name) + def add_default_params(self, params): + # Add all the regular default params that scalar dataloaders have + params = super().add_default_params(params) # This line MUST be included + + # Define projection of dataset being imported + params['in_proj'] = 'EPSG:3412' + # Define projection required by output + params['out_proj'] = 'EPSG:4326' # default is EPSG:4326, so strictly + # speaking this line is not necessary + + # Coordinates in dataset that will be reprojected into long/lat + params['x_col'] = 'x' # Becomes 'long' + params['y_col'] = 'y' # Becomes 'lat' - logging.info(f"Successfully loaded {self.data_name} from {self.file}") + return params def import_data(self, bounds): - logging.debug("Importing my data...") - # Open Dataset - logging.debug(f"- Opening file {self.file}") - data = xr.open_dataset(self.file) + data = xr.open_mfdataset(self.files) # Can't easily determine bounds of data in wrong projection, so skipping for now return data diff --git a/docs/html/_sources/sections/Dataloaders/vector/abstractVector.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/abstractVector.rst.txt index 20301c6a..2b857973 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/abstractVector.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/abstractVector.rst.txt @@ -4,6 +4,6 @@ Abstract Vector Dataloader ************************** -.. automodule:: polar_route.dataloaders.vector.abstractVector +.. automodule:: polar_route.dataloaders.vector.abstract_vector :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/BalticCurrent.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/BalticCurrent.rst.txt index fbaceece..678b503b 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/BalticCurrent.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/BalticCurrent.rst.txt @@ -15,6 +15,6 @@ From their webpage: Data can be downloaded from `here `_ -.. automodule:: polar_route.dataloaders.vector.balticCurrent +.. automodule:: polar_route.dataloaders.vector.baltic_current :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/ERA5Wind.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/ERA5Wind.rst.txt index 6e1c7b3a..437d45c6 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/ERA5Wind.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/ERA5Wind.rst.txt @@ -17,6 +17,6 @@ Instructions for how to download their data products are available `here `_ -.. automodule:: polar_route.dataloaders.vector.era5Wind +.. automodule:: polar_route.dataloaders.vector.era5_wind :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/NorthSeaCurrent.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/NorthSeaCurrent.rst.txt index 79df5c5e..0a08b963 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/NorthSeaCurrent.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/NorthSeaCurrent.rst.txt @@ -10,6 +10,6 @@ More information on where to download the data is available `here `_ -.. automodule:: polar_route.dataloaders.vector.northSeaCurrent +.. automodule:: polar_route.dataloaders.vector.north_sea_current :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/ORAS5Current.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/ORAS5Current.rst.txt index 7c99ea03..c85cd2d5 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/ORAS5Current.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/ORAS5Current.rst.txt @@ -2,7 +2,7 @@ ORAS5 Currents Dataloader ************************* -Ocean Reanalysis System 5 (ORAS5) is a publically available dataset providing +Ocean Reanalysis System 5 (ORAS5) is a publicly available dataset providing estimated values for many different ocean parameters, including ocean currents. From their website: @@ -15,6 +15,6 @@ From their website: Data can be downloaded from `here `_ -.. automodule:: polar_route.dataloaders.vector.oras5Current +.. automodule:: polar_route.dataloaders.vector.oras5_current :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/SOSE.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/SOSE.rst.txt index 6e171323..da065eae 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/SOSE.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/SOSE.rst.txt @@ -2,7 +2,7 @@ SOSE Currents Dataloader ************************ -Southern Ocean State Estimate (SOSE) is a publically available dataset that provides (amongst other products) +Southern Ocean State Estimate (SOSE) is a publicly available dataset that provides (amongst other products) ocean current vectors of the southern ocean. It is a project led by Mazloff at the Scripps Institution of Oceanography. From their website: diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorCSV.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorCSV.rst.txt index ec7d3c8f..d7276210 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorCSV.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorCSV.rst.txt @@ -7,6 +7,6 @@ it into a data source for mesh construction. It was primarily used in testing for loading dummy data to test performance. As such, there is no data source for this dataloader. -.. automodule:: polar_route.dataloaders.vector.vectorCSV +.. automodule:: polar_route.dataloaders.vector.vector_csv :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorGRF.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorGRF.rst.txt index e369c8d7..65db9138 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorGRF.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/implemented/VectorGRF.rst.txt @@ -33,6 +33,6 @@ For scalar fields, see the :ref:`Vector GRF page`. The dataloader is implemented as follows: -.. automodule:: polar_route.dataloaders.vector.vectorGRF +.. automodule:: polar_route.dataloaders.vector.vector_grf :special-members: __init__ :members: \ No newline at end of file diff --git a/docs/html/_sources/sections/Dataloaders/vector/index.rst.txt b/docs/html/_sources/sections/Dataloaders/vector/index.rst.txt index 3a8ceec5..22f15064 100644 --- a/docs/html/_sources/sections/Dataloaders/vector/index.rst.txt +++ b/docs/html/_sources/sections/Dataloaders/vector/index.rst.txt @@ -28,7 +28,7 @@ Vector Dataloader Examples Creating a vector dataloader is almost identical to creating a :ref:`scalar dataloader`. The key differences are that the `VectorDataLoader` abstract base class must be used, and that -the `data_name` is a comma seperated string of the vector component names. +the `data_name` is a comma separated string of the vector component names. e.g. a dataloader storing a vector with column names :code:`uC` and :code:`vC` will have an attribute :code:`self.data_name = 'uC,vC'` Data must be imported and saved as an xarray.Dataset, or a @@ -40,22 +40,6 @@ NetCDF file:: import logging class MyDataLoader(VectorDataLoader): - def __init__(self, bounds, params): - # Creates a class attribute for all keys in params - for key, val in params.items(): - logging.debug( - f"Reading in {key}:{value} (dtype={type(value)}) from params" - ) - setattr(self, key, val) - - # Import data from file - self.data = self.import_data(bounds) - - # Retrieve data name from variable name in NetCDF - self.data_name = self.get_data_col_name() - - logging.info(f"Successfully loaded {self.data_name} from {self.file}") - def import_data(self, bounds): logging.debug("Importing my data...") # Open Dataset @@ -66,53 +50,34 @@ NetCDF file:: data = data.rename({'lon':'long'}) # Limit to initial boundary - data = data.sel(lat=slice(bounds.get_lat_min(),bounds.get_lat_max())) - data = data.sel(long=slice(bounds.get_long_min(),bounds.get_long_max())) - data = data.sel(time=slice(bounds.get_time_min(),bounds.get_time_max())) + data = self.trim_data(bounds, data=data) return data -Similar to scalar data loaders, sometimes the data needs to be reprojected -if it is not initially in mercator projection. It may also need to be downsampled -if the dataset is very large. The following code handles both of these cases:: +Similar to scalar data loaders, sometimes there are parameters that are constant +for a data source, but are not constant for all data sources. Default values may +be defined either in the dataloader factory, or within the dataloader itself. +Below is an example of setting default parameters for reprojection of a dataset:: class MyDataLoader(ScalarDataLoader): - def __init__(self, bounds, params): - # Creates a class attribute for all keys in params - for key, val in params.items(): - logging.debug( - f"Reading in {key}:{value} (dtype={type(value)}) from config params" - ) - setattr(self, key, val) - - # Import data from file - self.data = self.import_data(bounds) - # Downsampling data by 'downsample_factors' defined in config params - self.data = self.downsample() - # Reprojecting dataset from EPSG:3412 to 'EPSG:4326'. - # Coordinate names 'x', 'y' will be replaced with 'long', 'lat' - self.data = self.reproject( in_proj = 'EPSG:3412', - out_proj = 'EPSG:4326', - x_col = 'x', - y_col = 'y') - - # Limit to initial boundary. - # Note: Reprojection converts data to pandas dataframe - idx = self.get_datapoints(bounds).index - self.data = self.data.loc[idx] - - # Manually overwriting data names for each vector component - self.data_name = "v_x,v_y" - self.data = self.set_data_col_name(self.data_name) - logging.info(f"Successfully loaded {self.data_name} from {self.file}") + def add_default_params(self, params): + # Add all the regular default params that scalar dataloaders have + params = super().add_default_params(params) # This line MUST be included + + # Define projection of dataset being imported + params['in_proj'] = 'EPSG:3412' + # Define projection required by output + params['out_proj'] = 'EPSG:4326' # default is EPSG:4326, so strictly + # speaking this line is not necessary + + # Coordinates in dataset that will be reprojected into long/lat + params['x_col'] = 'x' # Becomes 'long' + params['y_col'] = 'y' # Becomes 'lat' def import_data(self, bounds): - logging.debug("Importing my data...") - # Open Dataset - logging.debug(f"- Opening file {self.file}") - data = xr.open_dataset(self.file) + data = xr.open_mfdataset(self.file) # Can't easily determine bounds of data in wrong projection, so skipping for now return data diff --git a/docs/html/_sources/sections/Discrete_meshing.rst.txt b/docs/html/_sources/sections/Discrete_meshing.rst.txt deleted file mode 100644 index 662324d0..00000000 --- a/docs/html/_sources/sections/Discrete_meshing.rst.txt +++ /dev/null @@ -1,99 +0,0 @@ -******************************** -Methods - Mesh Construction -******************************** - -Throughout this section we will outline an overview of the Environment Mesh Construction module, describe the main classes that composes the module and illustrate a use case for the Discrete Meshing of the environment. - -Mesh Construction Overview -############################## -A general overview of the method can be seen below: - -.. figure:: ./Figures/FlowDiagram_MeshGraph.png - :align: center - :width: 700 - - Overview figure of the Discrete Meshing from the multi-data input. - - -Mesh Construction Design -############################## -The below UML diagram describes how the Environment Mesh Construction module is designed. It depicts the classes of the module and how they interact with each other. - -.. figure:: ./Figures/mesh-construct-UML.drawio.png - :align: center - :width: 1000 - - - - -Mesh Construction Use case -################################### -This sequence diagram illustrates a use case for the Discrete Meshing of the environment, where the module's client starts by initializing the MeshBuilder with a certain mesh configuration (see Input-Configuration section for more details about the configuration format) then calls build_environment_mesh method. - -.. figure:: ./Figures/mesh-build-sequence-diagram.drawio.png - :align: center - :width: 1000 - - - -The following diagram depicts the sequence of events that take place inside build_environment_mesh method into details - -.. figure:: ./Figures/build-env-mesh.drawio.png - :align: center - :width: 1000 - - -Classes -############## -This section describes the main classes of the Mesh Construction module in details - -CellBox -*************** -.. automodule:: polar_route.mesh_generation.cellbox - -.. autoclass:: polar_route.mesh_generation.cellbox.CellBox - :special-members: __init__ - :members: set_data_source, should_split, split, set_parent, aggregate - -MetaData -*********** - -.. automodule:: polar_route.mesh_generation.metadata - -.. autoclass:: polar_route.mesh_generation.metadata.Metadata - :special-members: __init__ - - -MeshBuilder -************ - -.. automodule:: polar_route.mesh_generation.mesh_builder - -.. autoclass:: polar_route.mesh_generation.mesh_builder.MeshBuilder - :special-members: __init__ - :members: build_environmental_mesh , split_and_replace, split_to_depth - -AggregatedCellBox -****************** -.. automodule:: polar_route.mesh_generation.aggregated_cellBox - -.. autoclass:: polar_route.mesh_generation.aggregated_cellBox.AggregatedCellBox - :special-members: __init__ - :members: contains_point, to_json - -EnvironmentMesh -**************** -.. automodule:: polar_route.mesh_generation.environment_mesh - -.. autoclass:: polar_route.mesh_generation.environment_mesh.EnvironmentMesh - :special-members: __init__ - :members: load_from_json, update_cellbox , to_json, save - - -NeighbourGraph -*************** - -.. automodule:: polar_route.mesh_generation.neighbour_graph - -.. autoclass:: polar_route.mesh_generation.neighbour_graph.NeighbourGraph - :members: initialise_neighbour_graph, get_neighbour_case, update_neighbours \ No newline at end of file diff --git a/docs/html/_sources/sections/Examples.rst.txt b/docs/html/_sources/sections/Examples.rst.txt index 8b2c9d0a..752e6ea4 100644 --- a/docs/html/_sources/sections/Examples.rst.txt +++ b/docs/html/_sources/sections/Examples.rst.txt @@ -1,7 +1,7 @@ ************************ Examples of running code ************************ -Throughout this section we will discuss a series of examples that cna be run by the user either from the Command-Ling or within python/ipython notebooks. All these examples and more can be found at the Google Colab `Link `_. +Throughout this section we will discuss a series of examples that can be run by the user either from the Command-Line or within python/ipython notebooks. All these examples and more can be found at the Google Colab `Link `_. ============================================================= Example 1 - Antarctica Processing all stages of route planner @@ -17,6 +17,6 @@ Example 2 - Dijkstra vs smooth paths ============================================================ -Example 2 - Variations of Vehichle Properties on Route Paths +Example 2 - Variations of Vehicle Properties on Route Paths ============================================================ ...to be added shortly ... \ No newline at end of file diff --git a/docs/html/_sources/sections/Installation.rst.txt b/docs/html/_sources/sections/Installation.rst.txt index 434e2346..b1f20ca1 100644 --- a/docs/html/_sources/sections/Installation.rst.txt +++ b/docs/html/_sources/sections/Installation.rst.txt @@ -6,38 +6,76 @@ In this section we will outline the installation steps for installing the softwa The first stage is installing a version of Python 3.9, if you don't have a working version. We suggest installing a working Anaconda distribution from https://www.anaconda.com/products/distribution#macos following the instructions on that page. -Windows -####### -The PolarRoute software requires GDAL files to be installed. The PolarRoute software can be installed on Windows by running one of the two following commands. +Installing PolarRoute +##################### + +The PolarRoute software can be installed on Windows/Linux/MacOS by running one of the two following commands. Github: :: - - pip install pipwin - pipwin install gdal - pipwin install fiona + + git clone https://https://github.com/antarctica/PolarRoute.git python setup.py install Pip: :: - pip install pipwin + pip install polar-route + + +Installing GDAL +############### + +The PolarRoute software has GDAL as an optional requirement. It is only used when exporting TIFF images, +so if this is not useful to you, we would recommend steering clear. It is not trivial and is a common source of problems. +With that said, below are instructions for various operating systems. + +Windows +******* + +.. note:: + We assume a version of Windows 10 or higher, with a working version of Python 3.9 including pip installed. + We recommend installing PolarRoute into a virtual environment. + +Windows: + +:: + + pip install pipwin # pipwin is a package that allows for easy installation of windows binaries pipwin install gdal pipwin install fiona - pip install polar-route Linux/MacOS -########### +*********** -The PolarRoute software can be installed on Linux/MacOS by running one of the two following commands. +Ubuntu/Debian: -Github: :: + + sudo add-apt-repository ppa:ubuntugis/ppa + sudo apt-get update + sudo apt-get install gdal-bin libgdal-dev + export CPLUS_INCLUDE_PATH=/usr/include/gdal + export C_INCLUDE_PATH=/usr/include/gdal + pip install GDAL==$(gdal-config --version) - python setup.py install -Pip: +Fedora: + :: - pip install polar-route + sudo dnf update + sudo dnf install gdal gdal-devel + export CPLUS_INCLUDE_PATH=/usr/include/gdal + export C_INCLUDE_PATH=/usr/include/gdal + pip install GDAL==$(gdal-config --version) + + +MacOS (with HomeBrew): + +:: + + brew install gdal --HEAD + brew install gdal + pip install GDAL==$(gdal-config --version) \ No newline at end of file diff --git a/docs/html/_sources/sections/Outputs.rst.txt b/docs/html/_sources/sections/Outputs.rst.txt index 75a332ae..4b3ba9f3 100644 --- a/docs/html/_sources/sections/Outputs.rst.txt +++ b/docs/html/_sources/sections/Outputs.rst.txt @@ -4,9 +4,9 @@ Outputs - Data Types ******************** -################# -Mesh construction -################# +###################### +The Mesh.json file +###################### The first stage in the route planning pipeline is constructing a discrete mesh of the environment in which the route planner can operate. Once this @@ -26,7 +26,7 @@ of mesh construction and json object generation are as follows: .. note:: Examples and a description of the configuration files can be found in - the :ref:`Configuration` section of this document. + the :ref:`configuration - mesh construction` section of this document. The json object outputted by the Mesh consists of 3 sections: **config**, @@ -137,12 +137,13 @@ where each of the values represent the following: :align: center :width: 700 -################# -Vehicle specifics -################# +########################### +The Vessel_mesh.json file +########################### Once a discrete mesh environment is contracted, it is then passed to the vessel performance modeller -which applies transformations which are specific to a given vehicle. +which applies transformations which are specific to a given vehicle. These vehicle specific values +are then encoded into the mesh json object and passed down-stream to the route planner. :: @@ -162,7 +163,8 @@ which applies transformations which are specific to a given vehicle. .. note:: To make use of the full range of vessel performance transformations, a Mesh should be constructed with the following attributes: - + + * elevation (available via data_loaders: *gebco*, *bsose_depth*) * SIC (available via data_loaders: *amsr*, *bsose_sic*, *baltic_sic*, *icenet*, *modis*) * thickness (available via data_loaders: *thickness*) * density (available via data_loaders: *density*) @@ -189,17 +191,20 @@ have a set of new attributes as follows: * **relative wind angle** *(list)* : The angle of the apparent wind acting on the vessel. -############## -Route planning -############## +######################### +The Route.json file +######################### -During the route planning stage of the pipline information on the routes and the waypoints used are saved as outputs to the processing stage. Descriptions of the structure of the two outputs are given below: +During the route planning stage of the pipline information on the routes and the waypoints used are saved +as outputs to the processing stage. Descriptions of the structure of the two outputs are given below: ========= waypoints ========= -An entry in the json including all the information of the waypoints defined by the user from the `waypoints_path` file. It may be the case that ot all waypoints would have been used in the route construction, but all waypoints are returned to this entry. The structure of the entry follows: +An entry in the json including all the information of the waypoints defined by the user from the `waypoints_path` +file. It may be the case that ot all waypoints would have been used in the route construction, but all waypoints +are returned to this entry. The structure of the entry follows: :: @@ -287,7 +292,7 @@ where the output takes a GeoJSON standard form (more infor given at https://geoj * **** : A list of the features representing each of the separate routes constructed * **geometry** : The positioning of the route locations * **coordinates** : A list of the Lat,Long position of all the route points - * **** : A list of metainformation about the route + * **** : A list of meta-information about the route * **from** : Starting waypoint of route * **to** : Ending waypoint of route * **traveltime** : A list of float values representing the cumulative travel time along the route. This entry was originally defined as a output in the configuration file by the `path_variables` definition. diff --git a/docs/html/_sources/sections/Route_optimisation.rst.txt b/docs/html/_sources/sections/Route_optimisation.rst.txt index dfa26953..d9f4f1ee 100644 --- a/docs/html/_sources/sections/Route_optimisation.rst.txt +++ b/docs/html/_sources/sections/Route_optimisation.rst.txt @@ -5,26 +5,32 @@ Methods - Route Planner Route Optimisation Overview ########################### -In this section we will outline the construction of the route paths using the Mesh construction corrected to include the objective functions define and generated in the earlier section. +In this section we outline the code used to generate optimal routes through a mesh constructed by the methods described +in previous sections. This mesh should include the vessel performance parameters with respect to which objective +functions can be defined for optimisation. +Route Optimisation Modules +########################## Route Planner -############# +************* .. automodule:: polar_route.route_planner :members: + :private-members: -.. Crossing Points -.. ############## +Crossing Points +*************** -.. .. automodule:: polar_route.crossing -.. :members: - -.. .. autoclass:: polar_route.crossing.NewtonianDistance -.. :members: +.. automodule:: polar_route.crossing + :members: + :private-members: -.. .. autoclass:: polar_route.crossing.NewtonianCurve -.. :members: +Crossing Point Smoothing +************************ +.. automodule:: polar_route.crossing_smoothing + :members: + :private-members: diff --git a/docs/html/_sources/sections/running.rst.txt b/docs/html/_sources/sections/running.rst.txt deleted file mode 100644 index 314f74c8..00000000 --- a/docs/html/_sources/sections/running.rst.txt +++ /dev/null @@ -1,242 +0,0 @@ -********************** -Runnning Codebase -********************** - -The codebase current can be run from either pre-defined python functions or via a command line interface. Outlined below is how to run the separate sections of the software package using either of the two methods. - - -Command Line Interface -############################### - -The PolarRoute package provides 3 CLI entry points, intended to be used in succession to plan a route through a digital enviroment. - -.. figure:: ./Figures/PolarRoute_CLI.png - :align: center - :width: 700 - - *Overview figure of the Command Line Interface entry points of PolarRoute* - -^^^^^^^^^^^^^^^^^^ -create_mesh -^^^^^^^^^^^^^^^^^^ -The *create_mesh* entry point builds a digital enviroment file from a collection of source data, which can then be used -by the vessel performance modeller and route planner. - -:: - - create_mesh - -positional arguments: - -:: - - config : A configuration file detailing how to build the digital enviroment. JSON parsable - -The format of the required ** file can be found in the :ref:`Input - Configuration` section of the documentation. - -optional arguments: - -:: - - -v (verbose logging) - -o (set output location for mesh) - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -add_vehicle -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The *add_vehicle* command allows vehicle specific simulations to be performed on the digital enviroment. This vehicle specific -information is then encoded into the digital enviroment file. - -:: - - add_vehicle - -positional arguments: - -:: - - vessel : A configuration file detailing the vessel to be simulated in the digital enviroment. - mesh : A digital enviroment file. - -The format for the required ** file can be found in the :ref:`Input - Configuration` section of the documentation. -The required ** file can be created using the :ref:`create_mesh` command shown above. - -optional arguments are - -:: - - -v (verbose logging) - -o (set output location for mesh) - -^^^^^^^^^^^^^^^^^^ -optimise_routes -^^^^^^^^^^^^^^^^^^ -Optimal routes through a mesh can be calculated using the command: - -:: - - optimise_routes - -positional parameters: - -:: - - vessel_mesh : A digital enviroment file with added vessel specific simulations. - route_config : A configuration file detailing optimisation parameters to be used when route planning. - waypoints: A .csv file containing waypoints to be travelled between. - - -The format for the required ** file can be found in the :ref:`Input - Configuration` section of the documentation. -The required ** file can be generated using the :ref:`add_vehicle` command shown above. -The format for the requried ** file is as follows: - -As table: - -+------------------+---------------+---------------+---------+---------------+ -| Name | Lat | Long | Source | Destination | -+==================+===============+===============+=========+===============+ -| Halley | -75.26722 | -27.21694 | | X | -+------------------+---------------+---------------+---------+---------------+ -| Rothera | -68.3892 | -95.2436 | | | -+------------------+---------------+---------------+---------+---------------+ -| South Georiga | -54.87916667 | -37.26416667 | X | | -+------------------+---------------+---------------+---------+---------------+ -| Falklands | -55.63472222 | -64.88 | | | -+------------------+---------------+---------------+---------+---------------+ -| Elephant Island | -60.54722222 | -55.18138889 | | | -+------------------+---------------+---------------+---------+---------------+ - - -As .csv: - -:: - - Name,Lat,Long,Source,Destination - Halley,-75.26722,-27.21694,,X - Rothera,-68.3892,-95.2436,, - South Georiga,-54.87916667,-37.26416667,X, - Falklands,-55.63472222,-64.88,, - Elephant Island,-60.54722222,-55.18138889,, - -Additional waypoints may be added by extending the '' file. Which waypoints are navigated between is determined by -added a **X** in either the *Source* or *Destination* columns. When processed, the route planner will create routes from all -waypoints marked with an **X** in the source column to all waypoints marked with a **X** in the *destination* column. - -optional arguments are - -:: - - -v (verbose logging) - -o (set output location for mesh) - -p (output only the caculated path, not the entire mesh - -d (output Dijkstra path as well as smoothed path) - - -^^^^^^^^^^^^^^^^^^ -Plotting -^^^^^^^^^^^^^^^^^^ -Meshes produced at any stage in the route planning process can be visualised using the GeoPlot library found at `Link ` - - - -Python & iPython Notebooks -############################### - -Route planning may also be done using a python terminal. This is case, the CLI is not required but the steps required for route planning -follow the same format - create a digital enviroment; simulated a vessel against it; optimise a route plan through the digital enviroment. - - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Creating the digital enviroment. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -A configuration file is needed to initialise the **`Mesh`** object which forms the digital enviroment. This configuration file -is of the same format used in the :ref:`create_mesh` CLI entry-point, and may either be loaded from a *json* file or constructed -within the python terminal. - -Loading configuration from *json* file: -:: - - import json - with open('config.json', 'r') as f: - config = json.load(f) - - -The digital enviroment **`Mesh`** object can then be initialised. This mesh object will be constructed using parameters in it -configuration file. This mesh object can be manipulated further, such as increasing its resolution through further -splitting, adding additional data sources or altering is configuration parameters using functions listed in -the :ref:`Methods - Mesh Construction` section of the documentation. -:: - - from polar_route.mesh import Mesh - cg = Mesh(config) - -The digital enviroment **`Mesh`** object can then be cast to a json object and saved to a file. This *mesh.json* file can then -be used by the CLI entry-point :ref:`add_vehicle`, or the json object can be passed to the **`VesselPerformance`** object in a python -terminal. -:: - - mesh = cg.to_json() - with open('mesh.json') as f: - json.dumps(mesh) - - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Simulating a Vessel in a Digital Enviroment -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Once a digital enviroment **`Mesh`** object has been created, how a vessel interacts with it may be simulated. The **`VesselPerformance`** -object requires a digital enviroment in *json* format and vessel specific configuration parameters, also in *json* format. These may either -be loaded from a file, or created within the python terminal. - -Loading mesh and vessel from *json* files: -:: - - import json - # Loading digital enviroment from file - with open('mesh.json', 'r') as f: - mesh = json.load(f) - - # Loading vessel configuration parameters from file - with open('vessel.json', 'r') as f: - vessel = json.load(f) - -The **`VesselPerformance`** object can then be initialised. This will simulate the performance of the vessel and encodes this information -into the digital enviroment. -:: - - from polar_route.vessel_performance import VesselPerformance - vp = VesselPerformance(mesh, vessel) - -The **`VesselPerformance`** object can then be cast to a json object and saved to a file. This *vessel_mesh.json* file can then -be used by the CLI entry-point :ref:`optimise_routes`, or the json object can be passed to the **`RoutePlanner`** object in a python -terminal. -:: - - vessel_mesh = vp.to_json() - with open('vessel_mesh.json') as f: - json.dumps(vessel_mesh) - -^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Route Optimisation -^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Now that the vessel dependent environmental mesh is defined, and represented in the `vessel_performance` object, we can -construct routes, with parameters defined by the user in the configuration file. Waypoints are passed as an input -file path, `waypoints.csv`, discussed more in the Inputs section of the manual pages. The route construction is done -in two stages: construction of the meshed dijkstra optimal routes, `.compute_routes()`; and, the smoothing of the -dijkstra routes to further optimise the solution and reduce mesh dependencies, `.compute_smooth_routes()`. -During `.compute_routes()` the paths are appended to the object as an entry `paths`, which are replaced by the -smoothed paths after running `.compute_smooth_routes()`. An additional entry `waypoints` is generated to give the -waypoints information used in route construction. For further info about the structure of the outputs of the -paths please see the Outputs section of the manual. - -:: - - from polar_route.route_planner import RoutePlanner - rp = RoutePlanner(vessel_mesh, route_config , waypoints) - rp.compute_routes() - rp.compute_smoothed_routes() - info = rp.to_json() - - - diff --git a/docs/html/_static/documentation_options.js b/docs/html/_static/documentation_options.js index 7bd22bb6..8fe9cd68 100644 --- a/docs/html/_static/documentation_options.js +++ b/docs/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.0.17', + VERSION: '0.2.18', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/html/genindex.html b/docs/html/genindex.html index fd5c8ff6..f9eed89c 100644 --- a/docs/html/genindex.html +++ b/docs/html/genindex.html @@ -3,7 +3,7 @@ - Index — polar_route 0.0.17 documentation + Index — polar_route 0.2.18 documentation - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

1. Background

-
-

1.1. Code Overview

-

We present an automated route-planning method for use by an ice-strengthened vessel operating in polar regions. We build on the method developed for underwater vehicle long-distance route planning reported in Fox et al (2021). We start with the same grid-based route construction approach to obtain routes that satisfy constraints on the performance of the ship in ice. We then apply a novel route-smoothing method to the resulting routes, shortening the grid-based routes and ensure that routes follow great circle arcs where possible. This two-stage process efficiently generates routes that follow standard navigation solutions in open water and optimise vessel performance in and around areas dominated by sea ice. While we have focussed on navigation in and around polar ice, our methods are also applicable to shipping in a broader context (e.g.: commercial shipping) where route-planning must be responsive to changing local and weather conditions.

-
-
-

1.2. Code Structure

-

The outline of this manual is to provide the user with all the tools that they need to run the software for a set of examples. We also hope that the background information supplied for each section allows the user to understand the methods used throughout this toolkit.

-

The outline of the toolkit can be separated into the four main sections shown in the Figure below

-
-../_images/FlowDiagram_Overview.png -
-

Overview figure outlining the stages in the RoutePlanner

-
-
-

The separate stages can be broken down into:

-
    -
  1. Dataloaders - Reading in different datasets of differing types. Throughout this section we will outline the form that the input datasets should take and useful tips for pre-processing your data.

  2. -
  3. Mesh construction - Generating a Digital Twin of the environmental conditions. In this section we outline the different Python classes that are used to construct a discretised representation across the user defined datasets, giving a coding background to the dynamic splitting of the mesh to finer resolution in regions of datasets that are spatially varying.

  4. -
  5. Vessel Performance - Application of vehicle specific features applied to the discrete mesh. In this section we will supply the user with the knowledge of how vehicle specific features are applied to the discrete mesh or with variables applied to the computational graph of the mesh.

  6. -
  7. Route Planner - Generating grid-based dijkstra paths and data constrained path smoothing from the gridded solutions - In this section we will give the user the background to constructing paths between user defined waypoints that minimise a specific objective function (e.g. travel time, fuel). Once the gridded Dijkstra paths are formulated we outline a smoothing based procedure that uses the data information to generate non-gridded improved route paths.

  8. -
-
-../_images/PolarRoute_CodeFlowDiagram.png -
-

Overview figure outlining the Input/Output of all sections of the Route Planning pipeline

-
-
-

Each stage of this pipeline makes use of a configuration file, found in the Input - Configuration section of this document -and produces an output file, the form of which can be found in the Outputs - Data Types section of this document.

-

In addition to the main section of the codebase we have also developed a series of plotting classes that allows the user to generate interactive maps and static figures for the Mesh Features and Route Paths. These can be found in the Plotting section later in the manual.

-
-
- - -
-
- -
-
-
-
- - - - \ No newline at end of file diff --git a/docs/html/sections/Configuration.html b/docs/html/sections/Configuration.html deleted file mode 100644 index e9bd5d3f..00000000 --- a/docs/html/sections/Configuration.html +++ /dev/null @@ -1,464 +0,0 @@ - - - - - - - 4. Input - Configuration — polar_route 0.0.17 documentation - - - - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

4. Input - Configuration

-

In this section we will outline the standard structure for a configuration file used in all portions of the PolarRoute software package.

-

Outlined below is an example configuration file for running PolarRoute. Using this as a template we will go through each of the definitions in turn, describing what each portion does with the subsections in the manual given by the main sections in the configuration file.

-
-

4.1. Mesh Construction configuration file example.

-
"config": {
-     "Mesh_info": {
-         "Region": {
-             "latMin": -65,
-             "latMax": -60,
-             "longMin": -70,
-             "longMax": -50,
-             "startTime": "2013-03-01",
-             "endTime": "2013-03-14",
-             "cellWidth": 5,
-             "cellHeight": 2.5
-         },
-         "Data_sources": [
-             {
-                 "loader": "GEBCO",
-                 "params": {
-                     "downsample_factors": [
-                         5,
-                         5
-                     ],
-                     "file": "../datastore/bathymetry/GEBCO/gebco_2022_n-40.0_s-90.0_w-140.0_e0.0.nc",
-                     "data_name": "elevation",
-                     "value_fill_types": "parent",
-                     "aggregate_type": "MAX",
-                     "splitting_conditions": [
-                         {
-                             "elevation": {
-                                 "threshold": -10,
-                                 "upper_bound": 1,
-                                 "lower_bound": 0
-                             }
-                         }
-                     ]
-                 }
-             },
-             {
-                 "loader": "AMSR_folder",
-                 "params": {
-                     "folder": "../datastore/sic/amsr_south/",
-                     "hemisphere": "south",
-                     "value_fill_types": "parent",
-                     "data_name": "SIC",
-                     "splitting_conditions": [
-                         {
-                             "SIC": {
-                                 "threshold": 35,
-                                 "upper_bound": 0.9,
-                                 "lower_bound": 0.1
-                             }
-                         }
-                     ]
-                 }
-             },
-             {
-                 "loader": "SOSE",
-                 "params": {
-                     "file": "../datastore/currents/sose_currents/SOSE_surface_velocity_6yearMean_2005-2010.nc",
-                     "value_fill_types": "parent",
-                     "data_name": "uC,vC"
-                 }
-             },
-             {
-                 "loader": "thickness",
-                 "params": {
-                     "data_name": "thickness",
-                     "file": "",
-                     "value_fill_types": "parent"
-                 }
-             },
-             {
-                 "loader": "density",
-                 "params": {
-                     "data_name": "density",
-                     "file": "",
-                     "value_fill_types": "parent"
-                 }
-             }
-         ],
-         "splitting": {
-             "split_depth": 4,
-             "minimum_datapoints": 5
-         }
-     }
- }
-
-
-

The configuration file used for mesh construction contains information required to build the discretised environment in which the route planner -operates. Information here dictates the region in which the mesh is constructed, the data contained within -the mesh and how the mesh is split to a non-uniform resolution. The configuration file used to generate a mesh is stored in a section titled ‘Mesh_info’

-

The ‘Mesh_info’ section of the configuration file contains three primary sections:

-
-

4.1.1. Region

-

The region section gives detailed information for the construction of the Discrete Mesh. The main definitions are the bounding region and temporal portion of interest (longMin, latMin, longMax, latMax, startTime, endTime), but also the starting shape of the spatial grid cell boxes (cellWidth, cellHeight) is defined before splitting is applied. Further detail on each parameter is given below:

-
"Region": {
-   "latMin": -77.5,
-   "latMax": -55,
-   "longMin": -120,
-   "longMax": -10,
-   "startTime": "2017-02-01",
-   "endTime": "2017-02-14",
-   "cellWidth":5,
-   "cellHeight":2.5
-}
-
-
-

where the variables are as follows:

-
    -
  • longMin (float, degrees) : Minimum Longitude Edge Mesh

  • -
  • longMax (float, degrees) : Maximum Longitude Edge Mesh

  • -
  • latMin (float, degrees) : Minimum Latitude Edge Mesh

  • -
  • latMax (float, degrees) : Maximum Latitude Edge Mesh

  • -
  • startTime (string, ‘YYYY-mm-dd’) : Start Datetime of Time averaging

  • -
  • endTime (string, ‘YYYY-mm-dd’) : End Datetime of Time averaging

  • -
  • cellWidth (float, degrees) : Initial Cell Box Width prior to splitting

  • -
  • cellHeight (float, degrees) : Initial Cell Box Height prior to splitting

  • -
-
-

Note

-

Variables startTime and endTime also support reference to system time using -the keyword TODAY e.g.

-

“startTime”: “TODAY” , “endTime”: “TODAY + 5”

-

“startTime”: “TODAY - 3”, “endTime”: “TODAY”

-
-
-
-

4.1.2. Data_sources

-

The ‘Data_sources’ section of the configuration file dictates which information will be added to the -mesh when constructed. Each item in the list of data sources represents a single data set to be added -to the mesh.

-
"Data_sources": [
-             {
-                 "loader": "GEBCO",
-                 "params": {
-                     "downsample_factors": [
-                         5,
-                         5
-                     ],
-                     "file": "../datastore/bathymetry/GEBCO/gebco_2022_n-40.0_s-90.0_w-140.0_e0.0.nc",
-                     "data_name": "elevation",
-                     "value_fill_types": "parent",
-                     "aggregate_type": "MAX",
-                     "splitting_conditions": [
-                         {
-                             "elevation": {
-                                 "threshold": -10,
-                                 "upper_bound": 1,
-                                 "lower_bound": 0
-                             }
-                         }
-                     ]
-                 }
-             },
-             {
-                 "loader": "AMSR_folder",
-                 "params": {
-                     "folder": "../datastore/sic/amsr_south/",
-                     "hemisphere": "south",
-                     "value_fill_types": "parent",
-                     "data_name": "SIC",
-                     "splitting_conditions": [
-                         {
-                             "SIC": {
-                                 "threshold": 35,
-                                 "upper_bound": 0.9,
-                                 "lower_bound": 0.1
-                             }
-                         }
-                     ]
-                 }
-             },
-             {
-                 "loader": "SOSE",
-                 "params": {
-                     "file": "../datastore/currents/sose_currents/SOSE_surface_velocity_6yearMean_2005-2010.nc",
-                     "value_fill_types": "parent",
-                     "data_name": "uC,vC"
-                 }
-             },
-             {
-                 "loader": "thickness",
-                 "params": {
-                     "data_name": "thickness",
-                     "file": "",
-                     "value_fill_types": "parent"
-                 }
-             },
-             {
-                 "loader": "density",
-                 "params": {
-                     "data_name": "density",
-                     "file": "",
-                     "value_fill_types": "parent"
-                 }
-             }
-         ]
-
-
-

where the variables are as follows:

-
    -
  • -
    loader (string)The name of the data loader to be used to add this data source to the mesh

    see the abstractScalarDataloader doc page for further information about the available data loaders.

    -
    -
    -
  • -
  • params (dict) : A dictionary containing optional parameters which may be required by the specified data loader in ‘loader’. These parameters include the following:

    -
    -
      -
    • -
      splitting_conditions (list)The conditions which determine if a cellbox should be split.
        -
      • threshold (float) : The threshold above or below which CellBoxes will be sub-divided to separate the datapoints into homogeneous cells.

      • -
      • upperBound (float) : A percentage normalised between 0 and 1. A CellBox is deemed homogeneous if greater than this percentage of data points are above the given threshold.

      • -
      • lowerBound (float) : A percentage normalised between 0 and 1. A Cellbox is deemed homogeneous if less than this percentage of data points are below the given threshold.

      • -
      -
      -
      -
    • -
    • value_fill_types (string) : Determines the actions taken if a cellbox is generated with no data. The possible values are either parent (which implies assigning the value of the parent cellbox), zero or nan.

    • -
    • aggregate_type (string) : Specifies how the data within a cellbox will be aggregated. By default aggregation takes place by calculating the mean of all data points within the CellBoxes bounds. aggregate_type allows this default to be changed to other aggregate function (e.g. MIN, MAX, COUNT).

    • -
    -
    -
  • -
-
-

Note

-

splitting conditions are applied in the order they are specified in the configuration file.

-
-
-
-

4.1.3. splitting

-

Non-uniform mesh refinement is done by selectively sub-dividing cells. Cell sub-division is performed -whenever a cell (of any size) is determined to be inhomogeneous with respect to a specific characteristic -of interest such as SIC or ocean depth (this characteristic is defined as a splitting condition inside the data source’s params as illustrated above). For example, considering SIC, we define a range, from a lower bound -lb to an upper bound ub, and a threshold, t. Then, a cell is considered inhomogeneous if between lb and ub -of the ice measurements in that cell are at t% or higher. If the proportion of ice in the cell above the -t% concentration is below lb%, we consider the cell to be homogeneous open water: such a cell can be navigated -through so does not require splitting based on this homogeneity condition (though may still be split based on others). -At the other end of the range, if the proportion is greater than ub%, then the cell is considered -homogeneous ice: such a cell cannot be navigated through and will not be split on this or any subsequent splitting conditions. -If the proportion is between these bounds, then the cell is inhomogeneous and must be split so that the homogeneous sub-cells can be found.

-

The splitting section of the Configuration file defines the splitting parameters that are common across all the data sources and determines how the CellBoxes that form the -Mesh will be sub-divided based on the homogeneity of the data points contained within to form a mesh -of non-uniform spatial resolution.

-
"splitting": {
-   "split_depth":4,
-   "minimum_datapoints":5
- }
-
-
-

where the variables are as follows:

-
    -
  • split_depth (float) : The number of times the MeshBuilder will sub-divide each initial cellbox (subject to satisfying the splitting conditions of each data source)

  • -
  • minimum_datapoints (float) : The minimum number of datapoints a cellbox must contain for each value type to be able to split

  • -
-
-
-
-

4.2. Vessel Performance configuration file example.

-

The Vessel configuration file provides all the necessary information about the vessel that will execute -the routes such that performance parameters (e.g. speed or fuel consumption) can be calculated by the -VesselPerformanceModeller class. A file of this structure is also used as a command line argument for -the ‘add_vehicle’ entry point.

-
{
-  "VesselType": "SDA",
-  "MaxSpeed": 26.5,
-  "Unit": "km/hr",
-  "Beam": 24.0,
-  "HullType": "slender",
-  "ForceLimit": 96634.5,
-  "MaxIceConc": 80,
-  "MinDepth": -10
-}
-
-
-

Above are a typical set of configuration parameters used for a vessel where the variables are as follows:

-
    -
  • VesselType (string) : The specific vessel class to use for performance modelling.

  • -
  • MaxSpeed (float) : The maximum speed of the vessel in open water.

  • -
  • Unit (string) : The units of measurement for the speed of the vessel (currently only “km/hr” is supported).

  • -
  • Beam (float) : The beam (width) of the ship in metres.

  • -
  • HullType (string) : The hull profile of the ship (should be one of either “slender” or “blunt”).

  • -
  • ForceLimit (float) : The maximum allowed resistance force, specified in Newtons.

  • -
  • MaxIceConc (float) : The maximum Sea Ice Concentration the vessel is able to travel through given as a percentage.

  • -
  • MinDepth (float) : The minimum depth of water the vessel is able to travel through in metres. Negative values correspond to a depth below sea level.

  • -
-
-
-

4.3. Route Planning configuration file example.

-
{
-   "Route_Info": {
-      "Objective_Function": "traveltime",
-      "Path_Variables": [
-         "fuel",
-         "traveltime"
-      ],
-      "WayPoints": "./WayPoints_org.csv",
-      "Source_Waypoints": ["LongPathStart"],
-      "End_Waypoints": [],
-      "Vector Names": ["uC","vC"],
-      "Zero_Currents": false,
-      "Variable_Speed": true,
-      "Time_Unit": "days",
-      "Early_Stopping_Criterion": true,
-      "Save_Dijkstra_Graphs": false,
-      "Smooth Path":{
-         "Max Iteration Number":1000,
-         "Minimum Difference": 1e-3
-      }
-   }
-}
-
-
-

above is a typical set of configuration parameters used for route planning where the variables are as follows:

-
    -
  • objective_function (string) : Defining the objective function to minimise for the construction of the mesh based Dijkstra routes. This variable can either be defined as ‘traveltime’ or ‘fuel’ .

  • -
  • path_variables (list<(string)>) : A list of strings of the route variables to return in the output geojson.

  • -
  • waypoints_path (string) : A filepath to a CSV containing the user defined waypoints with columns including: ‘Name’,’Lat’,”Long”

  • -
  • source_waypoints (list<(string)>): The source waypoints to define the routes from. The names in this list must be the same as names within the waypoints_path file. If left blank then routes will be determined from all waypoints.

  • -
  • end_waypoints (list<(string)>) : The end waypoints to define the routes to. The names in this list must be the same as names within the waypoints_path file. If left blank then routes will be determined to all waypoints.

  • -
  • vector_names (list<(string)>) : The definition of the horizontal and vertical components of the vector acting on the ship within each CellBox. These names must be within the ‘cellboxes’.

  • -
  • zero_currents (bool) : For development use only. Removes the effect of currents acting on the ship, setting all current vectors to zero.

  • -
  • Variable_Speed (bool) : For development use only. Removes the effect of variable speed acting on the ship, ship speed set to max speed defined by ‘Vessel’:{‘Speed’:…}.

  • -
  • time_unit (string) : The time unit to output the route path information. Currently only takes ‘days’, but will support ‘hrs’ in future releases.

  • -
  • early_stopping_criterion (bool) : For development use only. Dijkstra early stopping criterion. For development use only if the full objective_function from each starting waypoint is required. Should be used in conjunction with save_dijkstra_graphs.

  • -
  • save_dijkstra_graphs (bool) : For development use only. Saves the full dijkstra graph representing the objective_function value across all mesh cells.

  • -
  • -
    Smooth Path
      -
    • max_iteration_number (int) : For development use only. Maximum number of iterations in the path smoothing. For most paths convergence is met 100x earlier than this value.

    • -
    • minimum_difference (float) : For development use only. Minimum difference between two path smoothing iterations before convergence is triggered

    • -
    -
    -
    -
  • -
-
-
- - -
-
- -
-
-
-
- - - - \ No newline at end of file diff --git a/docs/html/sections/Dataloaders/DataLoaderInterface.html b/docs/html/sections/Dataloaders/DataLoaderInterface.html index 435ee595..9edac85b 100644 --- a/docs/html/sections/Dataloaders/DataLoaderInterface.html +++ b/docs/html/sections/Dataloaders/DataLoaderInterface.html @@ -4,7 +4,7 @@ - 5.1. Dataloader Interface — polar_route 0.0.17 documentation + 7.1. Dataloader Interface — polar_route 0.2.18 documentation - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

8. Methods - Mesh Construction

-

Throughout this section we will outline an overview of the Environment Mesh Construction module, describe the main classes that composes the module and illustrate a use case for the Discrete Meshing of the environment.

-
-

8.1. Mesh Construction Overview

-

A general overview of the method can be seen below:

-
-../_images/FlowDiagram_MeshGraph.png -
-

Overview figure of the Discrete Meshing from the multi-data input.

-
-
-
-
-

8.2. Mesh Construction Design

-

The below UML diagram describes how the Environment Mesh Construction module is designed. It depicts the classes of the module and how they interact with each other.

-
-../_images/mesh-construct-UML.drawio.png -
-
-
-

8.3. Mesh Construction Use case

-

This sequence diagram illustrates a use case for the Discrete Meshing of the environment, where the module’s client starts by initializing the MeshBuilder with a certain mesh configuration (see Input-Configuration section for more details about the configuration format) then calls build_environment_mesh method.

-
-../_images/mesh-build-sequence-diagram.drawio.png -
-

The following diagram depicts the sequence of events that take place inside build_environment_mesh method into details

-
-../_images/build-env-mesh.drawio.png -
-
-
-

8.4. Classes

-

This section describes the main classes of the Mesh Construction module in details

-
-

8.4.1. CellBox

-

Outlined in this section we will discuss the usage of the CellBox functionality of the PolarRoute package. -In this series of class distributions we house our discrete representation of input data. In each CellBox, -we represent a way of accessing the information governing our numerical world, -this includes and is not limited to: Ocean Currents, Sea Ice Concentration and Bathymetric depth.

-
-

Example:

-

An example of running this code can be executed by running the following in a ipython/Jupyter Notebook:

-
from polar_route.mesh_generation.cellbox import cellbox
-
-....
-
-
-

Note:

-
-
-
CellBoxes are intended to be constructed by and used within a Mesh object.

The methods provided are to extract information for CellBoxes contained within a Mesh.

-
-
-
-
-
-
-class polar_route.mesh_generation.cellbox.CellBox(bounds, id)
-

A CellBox represnts a geo-spatial/temporal boundary that enables projecting to information within. -Information about any given value of a CellBox is calculated from aggregating all data points of within those bounds. -CellBoxes may be split into smaller CellBoxes and the data points within distributed between the newly created -CellBoxes so as to construct a non-uniform mesh of CellBoxes, such as within a Mesh.

-
-
-Bounds
-

object that contains the latitude and logtitute range and the time range

-
-
Type:
-

Boundary

-
-
-
- -
-
-id
-

the id of the cellbox

-
-
Type:
-

int

-
-
-
- -
-
-__init__(bounds, id)
-
-
Parameters:
-
    -
  • bounds (Boundary) – encapsulates latitude, longtitude and time range of the CellBox

  • -
  • id (int) – the id of the cellbox

  • -
-
-
-
- -
-
-aggregate()
-

aggregates CellBox data using the associated data_sources’ aggregate type (ex. MEAN, MAX) -and returns AggregatedCellBox object

-
-
Returns:
-

object contains the aggregated data within cellbox bounds.

-
-
Return type:
-

AggregatedCellbox

-
-
-
- -
-
-set_data_source(data_source)
-
-
a method that sets the data source of the cellbox ( which includes the data loaders,

splitting conditions and aggregation type)

-
-
-
-
Parameters:
-

data_source (List <MetaData>) – a list of MetaData objects, each object represents a source of this CellBox data -(where the data comes from, how it is spitted and aggregated)

-
-
-
- -
-
-set_parent(parent)
-

set the parent CellBox, which is the bigger CellBox that conains this CellBox -:param CellBox: the bigger Cellbox object that got splitted to produce this cellbox

-
- -
-
-should_split(stop_index)
-

determines if a cellbox should be split based on the homogeneity -condition of each data type contained within. The homogeneity condition -of values within this cellbox is calculated using the method -‘get_hom_cond’ in each DataLoader object inside CellBox’s metadata

-
-
if ANY data returns ‘HOM’:

do not split

-
-
if ANY data returns ‘MIN’:

do not split

-
-
if ALL data returns ‘CLR’:

do not split

-
-
else (mixture of CLR & HET):

split

-
-
-
-
Parameters:
-
    -
  • stop_index – the index of the data source at which checking the splitting conditions stops.

  • -
  • splitting. (Implemented like this to perform depth-first) –

  • -
  • splitting (Should be deprecated once we switch to breadth-first) –

  • -
-
-
Returns:
-

-
True if the splitting_conditions of this CellBox

will result in the CellBox being split.

-
-
-

-
-
Return type:
-

bool

-
-
-
- -
-
-split(start_id)
-

splits the current cellbox into 4 corners, returns as a list of cellbox objects.

-
-
Parameters:
-

start_id – represenst the start of the splitted cellboxes ids, -usuallly it is the number of the existing cellboxes

-
-
Returns:
-

The 4 corner cellboxes generated by splitting -the cellbox uniformly.

-
-
Return type:
-

list<CellBox>

-
-
-
- -
- -
-
-

8.4.2. MetaData

-
-
-class polar_route.mesh_generation.metadata.Metadata(data_loader, spliiting_conditions=None, value_fill_type='')
-

A Metadata is a class that defines the datasource for a certain Cellbox and the assocated splitting conditions.

-
-
-data_loader
-

object of the DataLoader class that enable projecting to the cellBox data

-
- -
-
-splitting_conditions
-

list of conditions that determine how to split the data accessed by data_loader

-
- -
-
-value_fill_type
-

indicates how to fill a CellBox if it has void data -(ex. use the data in the parent cellbox or assign 0 to the data)

-
-
Type:
-

string

-
-
-
- -
-
-__init__(data_loader, spliiting_conditions=None, value_fill_type='')
-
-
Parameters:
-
    -
  • data_loader (DataLoader) – object of the DataLoader class that enables projecting to the cellBox data

  • -
  • splitting_conditions (List<dict>) – list of conditions that determine how to split CellBox

  • -
  • value_fill_tyep (string) – represents the way the data of a cellBox will be filled -in case it has void data (ex. parent , 0 )

  • -
-
-
-
- -
- -
-
-

8.4.3. MeshBuilder

-

In this section we will discuss the usage of the MeshBuilder functionality of PolarRoute.

-

Example

-

An example of how to run this code can be executed by running the following in an ipython/Jupyter Notebook:

-
from polar_route.mesh_generation.mesh_builder import MeshBuilder
-
-import json
-with open('./config.json', 'r') as f:
-    config = json.load(f)['config']
-
-mesh_builder = MeshBuilder(config)
-mesh_builder.build_environmental_mesh()
-
-
-
-
-class polar_route.mesh_generation.mesh_builder.MeshBuilder(config)
-

A class resposible for building an environment mesh based on a provided config file.

-
-
-__init__(config)
-

Constructs a Mesh from a given config file.

-
-
Parameters:
-

config (dict) –

config file which defines the attributes of the Mesh to be constructed. config is of the form:

-
-

”config”: {

-
-

“Mesh_info”:{

-
-

“Region”: {

-
-

“latMin”: (real),

-

”latMax”: (real),

-

”longMin”: (real),

-

”longMax”: (real),

-

”startTime”: (string) ‘YYYY-MM-DD’,

-

”endTime”: (string) ‘YYYY-MM-DD’,

-

”cellWidth”: (real),

-

”cellHeight” (real),

-

”splitDepth” (int)

-
-

},

-

”Data_sources”: [

-
-

{

-
-

“loader”: (string)

-

”params” (dict)

-
-

}

-
-

],

-

”splitting”: {

-
-

“split_depth”: (int),

-

”minimum_datapoints”: (int)

-

}

-
-
-

}

-
-

}

-
-

”j_grid” (bool): True if the Mesh to be constructed should be of the same format as the original Java CellGrid, to be used for regression testing.

-

-
-
-
- -
-
-build_environmental_mesh()
-

splits the mesh then goes through the mesh cellboxes and builds an evironmental mesh that contains the cellboxes aggregated data

-
-
Returns:
-

an object that represents the constructed nonunifrom mesh and contains the aggregated cellboxs and neighbour graph

-
-
Return type:
-

EnvironmentMesh

-
-
-
- -
-
-split_and_replace(cellbox)
-

Replaces a cellBox given by parameter ‘cellBox’ in this grid with -4 smaller cellBoxes representing the four corners of the given cellBox. -A neighbours map is then created for each of the 4 new cellBoxes -and the neighbours map for all surrounding cell boxes is updated.

-
-
Parameters:
-

cellbox (CellBox) – the CellBox within this Mesh to be split into -4 smaller CellBox objects.

-
-
-
- -
-
-split_to_depth(split_depth)
-

splits all cellboxes in this grid until a maximum split depth -is reached, or all cellboxes are homogeneous.

-
-
Parameters:
-

split_depth (int) – The maximum split depth reached by any CellBox -within this Mesh after splitting.

-
-
-
- -
- -
-
-

8.4.4. AggregatedCellBox

-
-
-class polar_route.mesh_generation.aggregated_cellBox.AggregatedCellBox(boundary, agg_data, id)
-

a class represnts an aggrgated information within a geo-spatial/temporal boundary.

-

Attributes:

-
-

Note

-

All geospatial boundaries of a CellBox are given in a ‘EPSG:4326’ projection

-
-
-
-__init__(boundary, agg_data, id)
-
-
Parameters:
-
    -
  • boundary (Boundary) – encapsulates latitude, longtitude and time range of the CellBox

  • -
  • agg_data (dict) – a dictionary that contains data_names and agg values

  • -
  • id (string) – a string represents cellbox id

  • -
-
-
-
- -
-
-contains_point(lat, long)
-

Returns true if a given lat/long coordinate is contained within this cellBox.

-
-
Parameters:
-
    -
  • lat (float) – latitude of a given point

  • -
  • long (float) – longitude of a given point

  • -
-
-
Returns:
-

-
True if this CellBox contains a point given by

parameters (lat, long)

-
-
-

-
-
Return type:
-

contains_points (bool)

-
-
-
- -
-
-to_json()
-

convert cellBox to JSON

-

The returned object is of the form -

-
-

{

-
-

“geometry” (String): POLYGON(…),

-

“cx” (float): …,

-

“cy” (float): …,

-

“dcx” (float): …,

-

“dcy” (float): …,

-

“agg_value_1” (float): …,

-

…,

-

“agg_value_n” (float): …

-
-

}

-
-
-
Returns:
-

A JSON parsable dictionary representation of this AggregatedCellBox

-
-
Return type:
-

cell_json (dict)

-
-
-
- -
- -
-
-

8.4.5. EnvironmentMesh

-
-
-class polar_route.mesh_generation.environment_mesh.EnvironmentMesh(bounds, agg_cellboxes, neighbour_graph, config)
-

a class that defines the environmental mesh structure and contains each cellbox aggregate information

-
-
-bounds
-

the boundaries of this mesh

-
-
Type:
-

Boundary

-
-
-
- -
-
-agg_cellboxes
-

a list of aggregated cellboxes

-
-
Type:
-

AggregatedCellBox[]

-
-
-
- -
-
-neighbour_graph
-

an object contains each cellbox neighbours information

-
-
Type:
-

NeighbourGraph

-
-
-
- -
-
-config
-

conatins the initial config used to build this mesh

-
-
Type:
-

dict

-
-
-
- -
-
-__init__(bounds, agg_cellboxes, neighbour_graph, config)
-
-
Parameters:
-
    -
  • bounds (Boundary) – the boundaries of this mesh

  • -
  • agg_cellboxes (AggregatedCellBox[]) – a list of aggregated cellboxes

  • -
  • neighbour_graph (NeighbourGraph) – an object contains each cellbox neighbours information

  • -
  • config (dict) – conatins the initial config used to build this mesh

  • -
-
-
-
- -
-
-classmethod load_from_json(mesh_json)
-

Constructs an Env.Mesh from a given env-mesh json file to be used by other modules (ex.Vessel Performance Modeller).

-
-
Parameters:
-

mesh_json (dict) –

a dictionary loaded from an Env-mesh json file of the following format -

-

{

-
-

“config”: {

-
-

“Mesh_info”:{

-
-

“Region”: {

-
-

“latMin”: (real),

-

”latMax”: (real),

-

”longMin”: (real),

-

”longMax”: (real),

-

”startTime”: (string) ‘YYYY-MM-DD’,

-

”endTime”: (string) ‘YYYY-MM-DD’,

-

”cellWidth”: (real),

-

”cellHeight” (real),

-

”splitDepth” (int)

-
-

},

-

”Data_sources”: [

-
-

{

-
-

“loader”: (string)

-

”params” (dict)

-
-

},

-

…,

-

{…} -],

-
-

”splitting”:

-

{

-
-

“split_depth”: (int),

-

”minimum_datapoints”: (int)

-
-

}

-

”cellboxes”: [

-
-

{

-

},

-

…,

-

{…}

-
-

],

-

”neighbour_graph”: [

-
-

{

-

},

-

…,

-

{…}

-
-

]

-
-

}

-
-

}

-
-

}

-

-
-
Returns:
-

object that contains all the json file mesh information.

-
-
Return type:
-

EnvironmentMesh

-
-
-
- -
-
-to_json()
-

Returns this Mesh converted to a JSON object.

-
-
Returns:
-

a string representation of the CellGird parseable as a JSON object. The JSON object is of the form -

-
-

{

-
-

“config”: the config used to initialize the Mesh,

-

”cellboxes”: a list of CellBoxes contained within the Mesh,

-

”neighbour_graph”: a graph representing the adjacency of CellBoxes within the Mesh

-
-

}

-
-

-
-
Return type:
-

json

-
-
-
- -
-
-update_cellbox(index, values)
-

method that adds values to the dict of a cellbox at certain index (to be used by the vessel perf. module to add the perf. metrics to the cellbox)

-
-
Parameters:
-
    -
  • index (int) – the index of the cellbox to be updated

  • -
  • values (dict) – a dict contains perf. metrics names and values

  • -
-
-
-
- -
- -
-
-

8.4.6. NeighbourGraph

-
-
-class polar_route.mesh_generation.neighbour_graph.NeighbourGraph(cellboxes=None, grid_width=0)
-

A NeighbourGraph is a class that defines the graphical representation of the adjacency relationship between CellBoxes in the Mesh.

-
-
-neighbour_graph
-

a dictionary that contains cellboxes ids along with their adjacent neighbours in the following form

-

{

-
-

<CellBox id_1>: {

-
-

“1”: [id_1,…,id_n],

-

“2”: [id_1,…,id_n],

-

“3”: [id_1,…,id_n],

-

“4”: [id_1,…,id_n],

-

“-1”: [id_1,…,id_n],

-

“-2”: [id_1,…,id_n],

-

“-3”: [id_1,…,id_n],

-

“-4”: [id_1,…,id_n],

-
-

},

-

…,

-

{

-
-

<CellBox id_n>: {

-
-

-
-

}

-
-

}

-
-

}

-
-
Type:
-

dict

-
-
-
- -
-
-get_neighbour_case(cellbox_a, cellbox_b)
-

Given two cellBoxes (cellbox_a, cellbox_b) returns a case number -representing where the two cellBoxes are touching.

-
-
Parameters:
-
    -
  • cellbox_a (CellBox) – starting CellBox

  • -
  • cellbox_b (CellBox) – destination CellBox

  • -
-
-
Returns:
-

an int representing the direction of the adjacency between input cellbox_a and cellbox_b. The meaning of each case is as follows -

-
-

case 0 -> CellBoxes are not neighbours

-

case 1 -> cellbox_b is the North-East corner of cellbox_a

-

case 2 -> cellbox_b is East of cellbadd_nodeox_a

-

case 3 -> cellbox_b is the South-East corner of cellbox_a

-

case 4 -> cellbox_b is South of cellbox_a

-

case -1 -> cellbox_b is the South-West corner of cellbox_a

-

case -2 -> cellbox_b is West of cellbox_a

-

case -3 -> cellbox_b is the North-West corner of cellbox_a

-

case -4 -> cellbox_b is North of cellbox_a

-
-

-
-
Return type:
-

int

-
-
-
- -
-
-initialise_neighbour_graph(cellboxes, grid_width)
-

initialize the neighbour graph

-
- -
-
-update_neighbours(cellbox_indx, new_neighbours_indx, direction, cellboxes)
-

method that updates the neighbour of a certain cellbox in a specific direction. It removes cellbox_indx from the neighbour_map of its neighbours in a specific direction and add new_neighbour_indx

-
-
Parameters:
-
    -
  • cellbox_index (int) – index of the cellbox that its neighbour will be updated

  • -
  • new_neighbour_indx (int) – the index of the new neighbour that will replace cellbox_index

  • -
  • direction (int) – an int that represents the direction of the neighbours that will get updated (e.g. north, south ,..)

  • -
  • cellboxes (list<CellBox>) – the list that contains all the cellboxes of the mesh

  • -
-
-
-
- -
- -
-
-
- - -
-
- -
-
-
-
- - - - \ No newline at end of file diff --git a/docs/html/sections/Examples.html b/docs/html/sections/Examples.html index 68fd2478..cfa451b6 100644 --- a/docs/html/sections/Examples.html +++ b/docs/html/sections/Examples.html @@ -4,7 +4,7 @@ - 7. Examples of running code — polar_route 0.0.17 documentation + 12. Examples of running code — polar_route 0.2.18 documentation - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

3. Runnning Codebase

-

The codebase current can be run from either pre-defined python functions or via a command line interface. Outlined below is how to run the separate sections of the software package using either of the two methods.

-
-

3.1. Command Line Interface

-

The PolarRoute package provides 3 CLI entry points, intended to be used in succession to plan a route through a digital enviroment.

-
-../_images/PolarRoute_CLI.png -
-

Overview figure of the Command Line Interface entry points of PolarRoute

-
-
-
-

3.1.1. create_mesh

-

The create_mesh entry point builds a digital enviroment file from a collection of source data, which can then be used -by the vessel performance modeller and route planner.

-
create_mesh <config.json>
-
-
-

positional arguments:

-
config : A configuration file detailing how to build the digital enviroment. JSON parsable
-
-
-

The format of the required <config.json> file can be found in the Input - Configuration section of the documentation.

-

optional arguments:

-
-v (verbose logging)
--o <output location> (set output location for mesh)
-
-
-
-
-

3.1.2. add_vehicle

-

The add_vehicle command allows vehicle specific simulations to be performed on the digital enviroment. This vehicle specific -information is then encoded into the digital enviroment file.

-
add_vehicle <vessel.json> <mesh.json>
-
-
-

positional arguments:

-
vessel : A configuration file detailing the vessel to be simulated in the digital enviroment.
-mesh : A digital enviroment file.
-
-
-

The format for the required <vessel.json> file can be found in the Input - Configuration section of the documentation. -The required <mesh.json> file can be created using the create_mesh command shown above.

-

optional arguments are

-
-v (verbose logging)
--o <output location> (set output location for mesh)
-
-
-
-
-

3.1.3. optimise_routes

-

Optimal routes through a mesh can be calculated using the command:

-
optimise_routes <vessel_mesh.json> <route_config.json> <waypoints.csv>
-
-
-

positional parameters:

-
vessel_mesh : A digital enviroment file with added vessel specific simulations.
-route_config : A configuration file detailing optimisation parameters to be used when route planning.
-waypoints: A .csv file containing waypoints to be travelled between.
-
-
-

The format for the required <route_config.json> file can be found in the Input - Configuration section of the documentation. -The required <vessel_mesh.json> file can be generated using the add_vehicle command shown above. -The format for the requried <waypoints.csv> file is as follows:

-

As table:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Name

Lat

Long

Source

Destination

Halley

-75.26722

-27.21694

X

Rothera

-68.3892

-95.2436

South Georiga

-54.87916667

-37.26416667

X

Falklands

-55.63472222

-64.88

Elephant Island

-60.54722222

-55.18138889

-

As .csv:

-
Name,Lat,Long,Source,Destination
-Halley,-75.26722,-27.21694,,X
-Rothera,-68.3892,-95.2436,,
-South Georiga,-54.87916667,-37.26416667,X,
-Falklands,-55.63472222,-64.88,,
-Elephant Island,-60.54722222,-55.18138889,,
-
-
-

Additional waypoints may be added by extending the ‘<waypoints.csv>’ file. Which waypoints are navigated between is determined by -added a X in either the Source or Destination columns. When processed, the route planner will create routes from all -waypoints marked with an X in the source column to all waypoints marked with a X in the destination column.

-

optional arguments are

-
-v (verbose logging)
--o <output location> (set output location for mesh)
--p (output only the caculated path, not the entire mesh
--d (output Dijkstra path as well as smoothed path)
-
-
-
-
-

3.1.4. Plotting

-

Meshes produced at any stage in the route planning process can be visualised using the GeoPlot library found at Link <https://github.com/antarctica/GeoPlot>

-
-
-
-

3.2. Python & iPython Notebooks

-

Route planning may also be done using a python terminal. This is case, the CLI is not required but the steps required for route planning -follow the same format - create a digital enviroment; simulated a vessel against it; optimise a route plan through the digital enviroment.

-
-

3.2.1. Creating the digital enviroment.

-

A configuration file is needed to initialise the `Mesh` object which forms the digital enviroment. This configuration file -is of the same format used in the create_mesh CLI entry-point, and may either be loaded from a json file or constructed -within the python terminal.

-

Loading configuration from json file:

-
import json
-with open('config.json', 'r') as f:
-    config = json.load(f)
-
-
-

The digital enviroment `Mesh` object can then be initialised. This mesh object will be constructed using parameters in it -configuration file. This mesh object can be manipulated further, such as increasing its resolution through further -splitting, adding additional data sources or altering is configuration parameters using functions listed in -the Methods - Mesh Construction section of the documentation.

-
from polar_route.mesh import Mesh
-cg = Mesh(config)
-
-
-

The digital enviroment `Mesh` object can then be cast to a json object and saved to a file. This mesh.json file can then -be used by the CLI entry-point add_vehicle, or the json object can be passed to the `VesselPerformance` object in a python -terminal.

-
mesh = cg.to_json()
-with open('mesh.json') as f:
-    json.dumps(mesh)
-
-
-
-
-

3.2.2. Simulating a Vessel in a Digital Enviroment

-

Once a digital enviroment `Mesh` object has been created, how a vessel interacts with it may be simulated. The `VesselPerformance` -object requires a digital enviroment in json format and vessel specific configuration parameters, also in json format. These may either -be loaded from a file, or created within the python terminal.

-

Loading mesh and vessel from json files:

-
import json
-# Loading digital enviroment from file
-with open('mesh.json', 'r') as f:
-    mesh = json.load(f)
-
-# Loading vessel configuration parameters from file
-with open('vessel.json', 'r') as f:
-    vessel = json.load(f)
-
-
-

The `VesselPerformance` object can then be initialised. This will simulate the performance of the vessel and encodes this information -into the digital enviroment.

-
from polar_route.vessel_performance import VesselPerformance
-vp = VesselPerformance(mesh, vessel)
-
-
-

The `VesselPerformance` object can then be cast to a json object and saved to a file. This vessel_mesh.json file can then -be used by the CLI entry-point optimise_routes, or the json object can be passed to the `RoutePlanner` object in a python -terminal.

-
vessel_mesh = vp.to_json()
-with open('vessel_mesh.json') as f:
-    json.dumps(vessel_mesh)
-
-
-
-
-

3.2.3. Route Optimisation

-

Now that the vessel dependent environmental mesh is defined, and represented in the vessel_performance object, we can -construct routes, with parameters defined by the user in the configuration file. Waypoints are passed as an input -file path, waypoints.csv, discussed more in the Inputs section of the manual pages. The route construction is done -in two stages: construction of the meshed dijkstra optimal routes, .compute_routes(); and, the smoothing of the -dijkstra routes to further optimise the solution and reduce mesh dependencies, .compute_smooth_routes(). -During .compute_routes() the paths are appended to the object as an entry paths, which are replaced by the -smoothed paths after running .compute_smooth_routes(). An additional entry waypoints is generated to give the -waypoints information used in route construction. For further info about the structure of the outputs of the -paths please see the Outputs section of the manual.

-
from polar_route.route_planner import RoutePlanner
-rp = RoutePlanner(vessel_mesh, route_config , waypoints)
-rp.compute_routes()
-rp.compute_smoothed_routes()
-info = rp.to_json()
-
-
-
-
-
- - -
-
- -
-
-
-
- - - - \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index b890cc59..c98bdfd8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,7 +34,7 @@ 'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon', - 'rinoh.frontend.sphinx', + # 'rinoh.frontend.sphinx', 'sphinx.ext.todo', 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme', diff --git a/docs/source/index.rst b/docs/source/index.rst index ab8198a2..97b3ae7e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,19 +1,34 @@ -Welcome RoutePlanner Manual Pages -===================================== +Welcome to the PolarRoute Manual Pages +====================================== + +PolarRoute is a tool for the optimisation of routes for maritime vehicles travelling in polar waters. +This software package has been developed by the **British Antarctic Survey** (BAS), primarily +for the optimisation of polar routes for the BAS research vessel RRS Sir David Attenborough, +though it is applicable to any vessel (e.g. AUVs). The software is written in Python and is open source. + +For more information on the project, please visit the `PolarRoute website `_ +and follow our `GitHub repository `_. + + +.. note:: The development of this codebase is ongoing and not yet complete. + Please contact the developers for more information. Contents: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :numbered: - ./sections/Code_structure + ./sections/Code_overview ./sections/Installation - ./sections/running - ./sections/Configuration - ./sections/Dataloaders/overview + ./sections/ipython_notebooks + ./sections/Command_line_interface + ./sections/Configuration/Configuration_overview ./sections/Outputs - ./sections/Examples - ./sections/Discrete_meshing + ./sections/Dataloaders/overview + ./sections/Mesh_Construction/Mesh_construction_overview ./sections/Vehicle_specifics + ./sections/Route_calculation ./sections/Route_optimisation + ./sections/Examples + diff --git a/docs/html/_sources/sections/Code_structure.rst.txt b/docs/source/sections/Code_overview.rst similarity index 87% rename from docs/html/_sources/sections/Code_structure.rst.txt rename to docs/source/sections/Code_overview.rst index e48ed478..ce46fe6f 100644 --- a/docs/html/_sources/sections/Code_structure.rst.txt +++ b/docs/source/sections/Code_overview.rst @@ -23,7 +23,7 @@ The outline of the toolkit can be separated into the four main sections shown in The separate stages can be broken down into: 1. :ref:`Dataloaders ` - Reading in different datasets of differing types. Throughout this section we will outline the form that the input datasets should take and useful tips for pre-processing your data. -2. :ref:`Mesh Construction` - Generating a Digital Twin of the environmental conditions. In this section we outline the different Python classes that are used to construct a discretised representation across the user defined datasets, giving a coding background to the dynamic splitting of the mesh to finer resolution in regions of datasets that are spatially varying. +2. :ref:`Mesh Construction ` - Generating a Digital Twin of the environmental conditions. In this section we outline the different Python classes that are used to construct a discretised representation across the user defined datasets, giving a coding background to the dynamic splitting of the mesh to finer resolution in regions of datasets that are spatially varying. 3. :ref:`Vessel Performance ` - Application of vehicle specific features applied to the discrete mesh. In this section we will supply the user with the knowledge of how vehicle specific features are applied to the discrete mesh or with variables applied to the computational graph of the mesh. 4. :ref:`Route Planner` - Generating grid-based dijkstra paths and data constrained path smoothing from the gridded solutions - In this section we will give the user the background to constructing paths between user defined waypoints that minimise a specific objective function (e.g. travel time, fuel). Once the gridded Dijkstra paths are formulated we outline a smoothing based procedure that uses the data information to generate non-gridded improved route paths. @@ -33,7 +33,7 @@ The separate stages can be broken down into: *Overview figure outlining the Input/Output of all sections of the Route Planning pipeline* -Each stage of this pipeline makes use of a configuration file, found in the :ref:`configuration` section of this document +Each stage of this pipeline makes use of a configuration file, found in the :ref:`Configuration Overview` section of the documentation and produces an output file, the form of which can be found in the :ref:`outputs` section of this document. In addition to the main section of the codebase we have also developed a series of plotting classes that allows the user to generate interactive maps and static figures for the Mesh Features and Route Paths. These can be found in the `Plotting` section later in the manual. \ No newline at end of file diff --git a/docs/source/sections/Code_structure.rst b/docs/source/sections/Code_structure.rst deleted file mode 100644 index e48ed478..00000000 --- a/docs/source/sections/Code_structure.rst +++ /dev/null @@ -1,39 +0,0 @@ -********** -Background -********** - -Code Overview -############# - -We present an automated route-planning method for use by an ice-strengthened vessel operating in polar regions. We build on the method developed for underwater vehicle long-distance route planning reported in Fox et al (2021). We start with the same grid-based route construction approach to obtain routes that satisfy constraints on the performance of the ship in ice. We then apply a novel route-smoothing method to the resulting routes, shortening the grid-based routes and ensure that routes follow great circle arcs where possible. This two-stage process efficiently generates routes that follow standard navigation solutions in open water and optimise vessel performance in and around areas dominated by sea ice. While we have focussed on navigation in and around polar ice, our methods are also applicable to shipping in a broader context (e.g.: commercial shipping) where route-planning must be responsive to changing local and weather conditions. - - -Code Structure -############## -The outline of this manual is to provide the user with all the tools that they need to run the software for a set of examples. We also hope that the background information supplied for each section allows the user to understand the methods used throughout this toolkit. - -The outline of the toolkit can be separated into the four main sections shown in the Figure below - -.. figure:: ./Figures/FlowDiagram_Overview.png - :align: center - :width: 700 - - *Overview figure outlining the stages in the RoutePlanner* - -The separate stages can be broken down into: - -1. :ref:`Dataloaders ` - Reading in different datasets of differing types. Throughout this section we will outline the form that the input datasets should take and useful tips for pre-processing your data. -2. :ref:`Mesh Construction` - Generating a Digital Twin of the environmental conditions. In this section we outline the different Python classes that are used to construct a discretised representation across the user defined datasets, giving a coding background to the dynamic splitting of the mesh to finer resolution in regions of datasets that are spatially varying. -3. :ref:`Vessel Performance ` - Application of vehicle specific features applied to the discrete mesh. In this section we will supply the user with the knowledge of how vehicle specific features are applied to the discrete mesh or with variables applied to the computational graph of the mesh. -4. :ref:`Route Planner` - Generating grid-based dijkstra paths and data constrained path smoothing from the gridded solutions - In this section we will give the user the background to constructing paths between user defined waypoints that minimise a specific objective function (e.g. travel time, fuel). Once the gridded Dijkstra paths are formulated we outline a smoothing based procedure that uses the data information to generate non-gridded improved route paths. - -.. figure:: ./Figures/PolarRoute_CodeFlowDiagram.png - :align: center - :width: 700 - - *Overview figure outlining the Input/Output of all sections of the Route Planning pipeline* - -Each stage of this pipeline makes use of a configuration file, found in the :ref:`configuration` section of this document -and produces an output file, the form of which can be found in the :ref:`outputs` section of this document. - -In addition to the main section of the codebase we have also developed a series of plotting classes that allows the user to generate interactive maps and static figures for the Mesh Features and Route Paths. These can be found in the `Plotting` section later in the manual. \ No newline at end of file diff --git a/docs/source/sections/Command_line_interface.rst b/docs/source/sections/Command_line_interface.rst new file mode 100644 index 00000000..7fb4b897 --- /dev/null +++ b/docs/source/sections/Command_line_interface.rst @@ -0,0 +1,254 @@ +############################### +Command Line Interface +############################### + +The PolarRoute package provides 4 CLI entry points, intended to be used in succession to plan a route through a digital environment. + +.. figure:: ./Figures/PolarRoute_CLI.png + :align: center + :width: 700 + + *Overview figure of the Command Line Interface entry points of PolarRoute* + +^^^^^^^^^^^^^^^^^^ +create_mesh +^^^^^^^^^^^^^^^^^^ +The *create_mesh* entry point builds a digital environment file from a collection of source data, which can then be used +by the vessel performance modeller and route planner. + +:: + + create_mesh + +positional arguments: + +:: + + config : A configuration file detailing how to build the digital environment. JSON parsable + +The format of the required ** file can be found in the :ref:`configuration - mesh construction` section of the documentation. + +optional arguments: + +:: + + -v (verbose logging) + -o (set output location for mesh) + + +The format of the returned mesh.json file is explain in :ref:`the mesh.json file` section of the documentation. + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +add_vehicle +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The *add_vehicle* command allows vehicle specific simulations to be performed on the digital environment. This vehicle specific +information is then encoded into the digital environment file. + +:: + + add_vehicle + +positional arguments: + +:: + + vessel_config : A configuration file detailing the vessel to be simulated in the digital environment. + mesh : A digital environment file. + +The format for the required ** file can be found in the :ref:`configuration - vessel performance modeller` section of the documentation. +The required ** file can be created using the :ref:`create_mesh` command shown above. + +optional arguments are + +:: + + -v (verbose logging) + -o (set output location for mesh) + +The format of the return Vessel_Mesh.json file is explain in :ref:`the vessel_mesh.json file` section of the documentation. + +^^^^^^^^^^^^^^^^^^ +optimise_routes +^^^^^^^^^^^^^^^^^^ +Optimal routes through a mesh can be calculated using the command: + +:: + + optimise_routes + +positional parameters: + +:: + + vessel_mesh : A digital environment file with added vessel specific simulations. + route_config : A configuration file detailing optimisation parameters to be used when route planning. + waypoints: A .csv file containing waypoints to be travelled between. + + +The format for the required ** file can be found in the :ref:`configuration - route planning` section of the documentation. +The required ** file can be generated using the :ref:`add_vehicle` command shown above. +The format for the required ** file is as follows: + +As table: + ++------------------+---------------+---------------+---------+---------------+ +| Name | Lat | Long | Source | Destination | ++==================+===============+===============+=========+===============+ +| Halley | -75.26722 | -27.21694 | | X | ++------------------+---------------+---------------+---------+---------------+ +| Rothera | -68.3892 | -95.2436 | | | ++------------------+---------------+---------------+---------+---------------+ +| South Georgia | -54.87916667 | -37.26416667 | X | | ++------------------+---------------+---------------+---------+---------------+ +| Falklands | -55.63472222 | -64.88 | | | ++------------------+---------------+---------------+---------+---------------+ +| Elephant Island | -60.54722222 | -55.18138889 | | | ++------------------+---------------+---------------+---------+---------------+ + +As .csv: + +:: + + Name,Lat,Long,Source,Destination + Halley,-75.26722,-27.21694,,X + Rothera,-68.3892,-95.2436,, + South Georgia,-54.87916667,-37.26416667,X, + Falklands,-55.63472222,-64.88,, + Elephant Island,-60.54722222,-55.18138889,, + +Additional waypoints may be added by extending the '' file. Which waypoints are navigated between is determined by +added a **X** in either the *Source* or *Destination* columns. When processed, the route planner will create routes from all +waypoints marked with an **X** in the source column to all waypoints marked with a **X** in the *destination* column. + +optional arguments are + +:: + + -v (verbose logging) + -o (set output location for mesh) + -p (output only the calculated path, not the entire mesh) + -d (output Dijkstra path as well as smoothed path) + + +The format of the returned ** file is explained in :ref:`the route.json file` section of the documentation. + +^^^^^^^^^^^^^^^^^^ +export_mesh +^^^^^^^^^^^^^^^^^^ +Once a mesh has been built using the :ref:`create_mesh` command, it can be exported other file types for +use in other systems (such as GIS software) using the the *export_mesh* command. + +:: + + export_mesh + +positional arguments: + +:: + + mesh : A digital environment file. + output_location : The location to save the exported mesh. + output_format : The format to export the mesh to. + + +supported output formats are: + * .json (default) [JSON] + * geo.json (collection of polygons for each cell in the mesh) [GEOJSON] + * .tif (rasterised mesh) [TIF] + +optional arguments: + +:: + + -v : verbose logging + -o : output location + -format_conf: configuration file for output format (required for TIF export, optional for GEOJSON) + +the format of the ** file required for .tif export is as follows: + +:: + + { + "data_name": "elevation", + "sampling_resolution": [ + 150, + 150 + ], + "projection": "3031", + "color_conf": "path to/color_conf.txt" + } + +where the variables are as follows: + * **data_name** : The name of the data to be exported. This is the name of the data layer in the mesh. + * **sampling_resolution** : The resolution of the exported mesh. This is a list of two values, the first being the x resolution and the second being the y resolution. + * **projection** : The projection of the exported mesh. This is a string of the EPSG code of the projection. + * **color_conf** : The path to the color configuration file. This is a text file containing the color scheme to be used when exporting the mesh. The format of this file is as follows: + +:: + + 0 240 250 160 + 30 230 220 170 + 60 220 220 220 + 100 250 250 250 + +The color_conf.txt contains 4 columns per line: the data_name value and the +corresponding red, green, blue value between 0 and 255. + +When using the *-format_conf* option for GEOJSON output the only variable required is the **data_name**. This specifies which of the data layers you want to export as a single GEOJSON file. + +^^^^^^^^^^^^^^^^^^ +rebuild_mesh +^^^^^^^^^^^^^^^^^^ + +Once a mesh has been built using the :ref:`create_mesh` command the *rebuild_mesh* command allows a user to rebuild it based on the +original configs stored within the mesh file. This is primarily useful for debugging or to update old meshes produced with an older version +of the package. Running this command will also reapply any vessel performance simulations, if these were run on the original mesh. + +:: + + rebuild_mesh + +optional arguments: + +:: + + -v : verbose logging + -o : output location + +^^^^^^^^^^^^^^^^^^ +calculate_route +^^^^^^^^^^^^^^^^^^ +The cost of a user-defined route through a pre-generated mesh containing vehicle information can be calculated using the command: + +:: + + calculate_route + +positional parameters: + +:: + + vessel_mesh : A digital environment file with added vessel specific simulations. + route : A route file containing waypoints on a user-defined path. + +optional arguments: + +:: + + -v : verbose logging + -o : output location + +Running this command will calculate the cost of a route between a set of waypoints provided in either csv or geojson +format. The route is assumed to travel from waypoint to waypoint in the order they are given, following a rhumb line. +The format of the output ** file is identical to that from the :ref:`optimise_routes` command. +This is explained in :ref:`the route.json file` section of the documentation. The time and fuel cost of the route will +also be logged out once the route file has been generated. If the user-defined route crosses a cell in the mesh that is +considered inaccessible to the vessel then a warning will be displayed and no route will be saved. + +^^^^^^^^^^^^^^^^^^ +Plotting +^^^^^^^^^^^^^^^^^^ +Meshes produced at any stage in the route planning process can be visualised using the GeoPlot +library found at the relevant `GitHub page `_. Meshes and routes can also be +plotted in other GIS software such as QGIS by exporting the mesh to a common format such as .geojson or .tif using +the :ref:`export_mesh` command. diff --git a/docs/source/sections/Configuration/Configuration_overview.rst b/docs/source/sections/Configuration/Configuration_overview.rst new file mode 100644 index 00000000..78d2be68 --- /dev/null +++ b/docs/source/sections/Configuration/Configuration_overview.rst @@ -0,0 +1,42 @@ +###################################### +Configuration Overview +###################################### + +In this section we will outline the standard structure for a configuration file used in +all portions of the PolarRoute software package. + +Each stage of the route-planning process is configured by a separate configuration file. +The configuration files are written in JSON, and are passed to each stage of the +route-planning process as command-line arguments or through a Python script. + +Example configuration files are provided in the `config` directory. + +Descriptions of the configuration options for the Mesh Construction can be found in +the :ref:`Configuration - Mesh Construction` section of the documentation. + +Descriptions of the configuration options for the Vessel Performance Modelling can +be found in the :ref:`Configuration - Vessel Performance Modeller` section of the +documentation. + +Descriptions of the configuration options for Route Planning can be found in the +:ref:`Configuration - Route Planning` section of the documentation. + +.. toctree:: + :maxdepth: 1 + + ./Mesh_construction_config + ./Vessel_performance_config + ./Route_planning_config + + +Config Validation +^^^^^^^^^^^^^^^^^ + +At each major stage of the code (mesh construction, vessel performance modelling, +and route planning), the configs supplied are validated using a template JSON Schema. +These schema check that the correct keywords and datatypes are provided in the config +JSON's, as well as the waypoints CSV file. They also perform rudimentary checks on the +values to ensure that they make sense (e.g. startTime is before endTime). + +.. automodule:: polar_route.config_validation.config_validator + :members: \ No newline at end of file diff --git a/docs/source/sections/Configuration.rst b/docs/source/sections/Configuration/Mesh_construction_config.rst similarity index 58% rename from docs/source/sections/Configuration.rst rename to docs/source/sections/Configuration/Mesh_construction_config.rst index 89d14615..90dde7e5 100644 --- a/docs/source/sections/Configuration.rst +++ b/docs/source/sections/Configuration/Mesh_construction_config.rst @@ -1,19 +1,9 @@ -.. _configuration: - -"""""""""""""""""""""""" -Input - Configuration -"""""""""""""""""""""""" - -In this section we will outline the standard structure for a configuration file used in all portions of the PolarRoute software package. - -Outlined below is an example configuration file for running PolarRoute. Using this as a template we will go through each of the definitions in turn, describing what each portion does with the subsections in the manual given by the main sections in the configuration file. - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Mesh Construction configuration file example. +Configuration - Mesh Construction ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -:: - - "config": { +.. code-block:: json + + { "Mesh_info": { "Region": { "latMin": -65, @@ -49,7 +39,7 @@ Mesh Construction configuration file example. } }, { - "loader": "AMSR_folder", + "loader": "AMSR", "params": { "folder": "../datastore/sic/amsr_south/", "hemisphere": "south", @@ -71,7 +61,14 @@ Mesh Construction configuration file example. "params": { "file": "../datastore/currents/sose_currents/SOSE_surface_velocity_6yearMean_2005-2010.nc", "value_fill_types": "parent", - "data_name": "uC,vC" + "data_name": "uC,vC", + "splitting_conditions": [ + { + "uC,vC": { + "curl": 0.04 + } + } + ] } }, { @@ -96,6 +93,7 @@ Mesh Construction configuration file example. "minimum_datapoints": 5 } } + } The configuration file used for mesh construction contains information required to build the discretised environment in which the route planner @@ -141,11 +139,11 @@ where the variables are as follows: "startTime": "TODAY - 3", "endTime": "TODAY" -################# -Data_sources -################# +############ +Data Sources +############ -The 'Data_sources' section of the configuration file dictates which information will be added to the +The 'Data Sources' section of the configuration file dictates which information will be added to the mesh when constructed. Each item in the list of data sources represents a single data set to be added to the mesh. @@ -175,7 +173,7 @@ to the mesh. } }, { - "loader": "AMSR_folder", + "loader": "AMSR", "params": { "folder": "../datastore/sic/amsr_south/", "hemisphere": "south", @@ -197,7 +195,14 @@ to the mesh. "params": { "file": "../datastore/currents/sose_currents/SOSE_surface_velocity_6yearMean_2005-2010.nc", "value_fill_types": "parent", - "data_name": "uC,vC" + "data_name": "uC,vC", + "splitting_conditions": [ + { + "uC,vC": { + "curl": 0.04 + } + } + ] } }, { @@ -226,32 +231,66 @@ where the variables are as follows: see the :ref:`abstractScalarDataloader doc page` for further information about the available data loaders. * **params** *(dict)* : A dictionary containing optional parameters which may be required by the specified data loader in 'loader'. These parameters include the following: - * **splitting_conditions** *(list)* : The conditions which determine if a cellbox should be split. + * **value_fill_types** *(string)* : Determines the actions taken if a cellbox is generated with no data. The possible values are either parent (which implies assigning the value of the parent cellbox), zero or nan. + * **aggregate_type** *(string)* : Specifies how the data within a cellbox will be aggregated. By default aggregation takes place by calculating the mean of all data points within the CellBoxes bounds. *aggregate_type* allows this default to be changed to other aggregate function (e.g. MIN, MAX, COUNT). + * **[scalar] splitting_conditions** *(list)* : The conditions which determine if a cellbox should be split based on a scalar dataset. * **threshold** *(float)* : The threshold above or below which CellBoxes will be sub-divided to separate the datapoints into homogeneous cells. * **upperBound** *(float)* : A percentage normalised between 0 and 1. A CellBox is deemed homogeneous if greater than this percentage of data points are above the given threshold. * **lowerBound** *(float)* : A percentage normalised between 0 and 1. A Cellbox is deemed homogeneous if less than this percentage of data points are below the given threshold. - * **value_fill_types** *(string)* : Determines the actions taken if a cellbox is generated with no data. The possible values are either parent (which implies assigning the value of the parent cellbox), zero or nan. - * **aggregate_type** *(string)* : Specifies how the data within a cellbox will be aggregated. By default aggregation takes place by calculating the mean of all data points within the CellBoxes bounds. *aggregate_type* allows this default to be changed to other aggregate function (e.g. MIN, MAX, COUNT). - + * **[vector] splitting_conditions** *(list)* : The conditions which determine if a cellbox should be split based on a vector dataset. + * **curl** *(float)* : The threshold value above which a cellbox will split. Is calculated as the maximum value of **Curl(F)** within a cellbox (where **F** is the vector field). .. note:: - splitting conditions are applied in the order they are specified in the configuration file. + Splitting conditions are applied in the order they are specified in the configuration file. + + +######### +Splitting +######### + +Non-uniform mesh refinement is done by selectively sub-dividing cells. Cell +sub-division is performed whenever a cell (of any size) is determined to be +inhomogeneous with respect to a specific characteristic of interest such as +SIC or ocean depth (this characteristic is defined as a splitting condition +inside the data source's params as illustrated above). + +In the figure below, a graphical representation of the splitting +decision making process is shown. In this, the blue histogram represents an +arbitrary dataset, the orange histogram represents the values in the dataset +that are greater than the threshold (and denoted 'A' in the formulae), the +black line is the threshold value, 'UB' is the upper bound, and 'LB' is the +lower bound. To be specific, this is a probability distribution, and hence the +area under the orange curve 'A' is a decimal fraction of the total dataset +(which would have an area of 1). + +.. _splitting_fig: +.. figure:: ../Figures/splitting_conditions.png + :align: center + :width: 700 + *Plot showing how cellbox homogeneity is decided* -############## -splitting -############## +* If the orange area :code:`A <= LB`, then the homogeneity condition is :code:`CLR`. +* If the orange area :code:`A >= LB`, then the homogeneity condition is :code:`HOM`. +* If the orange area :code:`LB < A < UB`, then the homogeneity condition is :code:`HET`. -Non-uniform mesh refinement is done by selectively sub-dividing cells. Cell sub-division is performed -whenever a cell (of any size) is determined to be inhomogeneous with respect to a specific characteristic -of interest such as SIC or ocean depth (this characteristic is defined as a splitting condition inside the data source's params as illustrated above). For example, considering SIC, we define a range, from a lower bound -*lb* to an upper bound *ub*, and a threshold, *t*. Then, a cell is considered inhomogeneous if between *lb* and *ub* -of the ice measurements in that cell are at *t%* or higher. If the proportion of ice in the cell above the -*t%* concentration is below *lb%*, we consider the cell to be homogeneous open water: such a cell can be navigated -through so does not require splitting based on this homogeneity condition (though may still be split based on others). -At the other end of the range, if the proportion is greater than *ub%*, then the cell is considered -homogeneous ice: such a cell cannot be navigated through and will not be split on this or any subsequent splitting conditions. -If the proportion is between these bounds, then the cell is inhomogeneous and must be split so that the homogeneous sub-cells can be found. +:code:`CLR`, :code:`HOM`, and :code:`HET` are used to determine if a cellbox +should be split or not. There is also a fourth homogeneity condition :code:`MIN` +which is only triggered when the number of datapoints within the cellbox is lower +than the minimum_datapoints specified in the config. The values are checked in this order: + +#. :code:`MIN` - Do not split the cellbox +#. :code:`CLR` - Do not split the cellbox, but allow splitting if other datasets return :code:`HET` +#. :code:`HOM` - Do not split the cellbox +#. :code:`HET` - Split the cellbox + +In the extreme case where :code:`UB = 1` and :code:`LB = 0`, the cellbox will +always split if there are any datapoints above or below the UB/LB respectively. +Imagining a plot similar to the figure above, + +* If the histogram is entirely blue, :code:`return 'CLR'` +* If the histogram is entirely orange, :code:`return 'HOM'` +* If there's both colours, :code:`return 'HET'` The splitting section of the Configuration file defines the splitting parameters that are *common* across all the data sources and determines how the CellBoxes that form the Mesh will be sub-divided based on the homogeneity of the data points contained within to form a mesh @@ -270,81 +309,4 @@ where the variables are as follows: -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Vessel Performance configuration file example. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The Vessel configuration file provides all the necessary information about the vessel that will execute -the routes such that performance parameters (e.g. speed or fuel consumption) can be calculated by the -`VesselPerformanceModeller` class. A file of this structure is also used as a command line argument for -the 'add_vehicle' entry point. - -:: - - { - "VesselType": "SDA", - "MaxSpeed": 26.5, - "Unit": "km/hr", - "Beam": 24.0, - "HullType": "slender", - "ForceLimit": 96634.5, - "MaxIceConc": 80, - "MinDepth": -10 - } - -Above are a typical set of configuration parameters used for a vessel where the variables are as follows: - -* **VesselType** *(string)* : The specific vessel class to use for performance modelling. -* **MaxSpeed** *(float)* : The maximum speed of the vessel in open water. -* **Unit** *(string)* : The units of measurement for the speed of the vessel (currently only "km/hr" is supported). -* **Beam** *(float)* : The beam (width) of the ship in metres. -* **HullType** *(string)* : The hull profile of the ship (should be one of either "slender" or "blunt"). -* **ForceLimit** *(float)* : The maximum allowed resistance force, specified in Newtons. -* **MaxIceConc** *(float)* : The maximum Sea Ice Concentration the vessel is able to travel through given as a percentage. -* **MinDepth** *(float)* : The minimum depth of water the vessel is able to travel through in metres. Negative values correspond to a depth below sea level. - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Route Planning configuration file example. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -:: - - { - "Route_Info": { - "Objective_Function": "traveltime", - "Path_Variables": [ - "fuel", - "traveltime" - ], - "WayPoints": "./WayPoints_org.csv", - "Source_Waypoints": ["LongPathStart"], - "End_Waypoints": [], - "Vector Names": ["uC","vC"], - "Zero_Currents": false, - "Variable_Speed": true, - "Time_Unit": "days", - "Early_Stopping_Criterion": true, - "Save_Dijkstra_Graphs": false, - "Smooth Path":{ - "Max Iteration Number":1000, - "Minimum Difference": 1e-3 - } - } - } - -above is a typical set of configuration parameters used for route planning where the variables are as follows: - -* **objective_function** *(string)* : Defining the objective function to minimise for the construction of the mesh based Dijkstra routes. This variable can either be defined as 'traveltime' or 'fuel' . -* **path_variables** *(list<(string)>)* : A list of strings of the route variables to return in the output geojson. -* **waypoints_path** *(string)* : A filepath to a CSV containing the user defined waypoints with columns including: 'Name','Lat',"Long" -* **source_waypoints** *(list<(string)>)*: The source waypoints to define the routes from. The names in this list must be the same as names within the `waypoints_path` file. If left blank then routes will be determined from all waypoints. -* **end_waypoints** *(list<(string)>)* : The end waypoints to define the routes to. The names in this list must be the same as names within the `waypoints_path` file. If left blank then routes will be determined to all waypoints. -* **vector_names** *(list<(string)>)* : The definition of the horizontal and vertical components of the vector acting on the ship within each CellBox. These names must be within the 'cellboxes'. -* **zero_currents** *(bool)* : For development use only. Removes the effect of currents acting on the ship, setting all current vectors to zero. -* **Variable_Speed** *(bool)* : For development use only. Removes the effect of variable speed acting on the ship, ship speed set to max speed defined by 'Vessel':{'Speed':...}. -* **time_unit** *(string)* : The time unit to output the route path information. Currently only takes 'days', but will support 'hrs' in future releases. -* **early_stopping_criterion** *(bool)* : For development use only. Dijkstra early stopping criterion. For development use only if the full objective_function from each starting waypoint is required. Should be used in conjunction with `save_dijkstra_graphs`. -* **save_dijkstra_graphs** *(bool)* : For development use only. Saves the full dijkstra graph representing the objective_function value across all mesh cells. -* **Smooth Path** - * **max_iteration_number** *(int)* : For development use only. Maximum number of iterations in the path smoothing. For most paths convergence is met 100x earlier than this value. - * **minimum_difference** *(float)* : For development use only. Minimum difference between two path smoothing iterations before convergence is triggered diff --git a/docs/source/sections/Configuration/Route_planning_config.rst b/docs/source/sections/Configuration/Route_planning_config.rst new file mode 100644 index 00000000..3b051f81 --- /dev/null +++ b/docs/source/sections/Configuration/Route_planning_config.rst @@ -0,0 +1,43 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Configuration - Route Planning +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:: + + { + "Objective_Function": "traveltime", + "Path_Variables": [ + "fuel", + "traveltime" + ], + "WayPoints": "./WayPoints_org.csv", + "Source_Waypoints": ["LongPathStart"], + "End_Waypoints": [], + "Vector Names": ["uC","vC"], + "Zero_Currents": false, + "Variable_Speed": true, + "Time_Unit": "days", + "Early_Stopping_Criterion": true, + "Save_Dijkstra_Graphs": false, + "Smooth Path":{ + "Max Iteration Number":1000, + "Minimum Difference": 1e-3 + } + } + +above is a typical set of configuration parameters used for route planning where the variables are as follows: + +* **objective_function** *(string)* : Defining the objective function to minimise for the construction of the mesh based Dijkstra routes. This variable can either be defined as 'traveltime' or 'fuel' . +* **path_variables** *(list<(string)>)* : A list of strings of the route variables to return in the output geojson. +* **waypoints_path** *(string)* : A filepath to a CSV containing the user defined waypoints with columns including: 'Name','Lat',"Long" +* **source_waypoints** *(list<(string)>)*: The source waypoints to define the routes from. The names in this list must be the same as names within the `waypoints_path` file. If left blank then routes will be determined from all waypoints. +* **end_waypoints** *(list<(string)>)* : The end waypoints to define the routes to. The names in this list must be the same as names within the `waypoints_path` file. If left blank then routes will be determined to all waypoints. +* **vector_names** *(list<(string)>)* : The definition of the horizontal and vertical components of the vector acting on the ship within each CellBox. These names must be within the 'cellboxes'. +* **zero_currents** *(bool)* : For development use only. Removes the effect of currents acting on the ship, setting all current vectors to zero. +* **Variable_Speed** *(bool)* : For development use only. Removes the effect of variable speed acting on the ship, ship speed set to max speed defined by 'Vessel':{'Speed':...}. +* **time_unit** *(string)* : The time unit to output the route path information. Currently only takes 'days', but will support 'hrs' in future releases. +* **early_stopping_criterion** *(bool)* : For development use only. Dijkstra early stopping criterion. For development use only if the full objective_function from each starting waypoint is required. Should be used in conjunction with `save_dijkstra_graphs`. +* **save_dijkstra_graphs** *(bool)* : For development use only. Saves the full dijkstra graph representing the objective_function value across all mesh cells. +* **Smooth Path** + * **max_iteration_number** *(int)* : For development use only. Maximum number of iterations in the path smoothing. For most paths convergence is met 100x earlier than this value. + * **minimum_difference** *(float)* : For development use only. Minimum difference between two path smoothing iterations before convergence is triggered + diff --git a/docs/source/sections/Configuration/Vessel_performance_config.rst b/docs/source/sections/Configuration/Vessel_performance_config.rst new file mode 100644 index 00000000..3e0bdf5e --- /dev/null +++ b/docs/source/sections/Configuration/Vessel_performance_config.rst @@ -0,0 +1,32 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Configuration - Vessel Performance Modeller +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The Vessel configuration file provides all the necessary information about the vessel that will execute +the routes such that performance parameters (e.g. speed or fuel consumption) can be calculated by the +`VesselPerformanceModeller` class. A file of this structure is also used as a command line argument for +the 'add_vehicle' entry point. + +:: + + { + "VesselType": "SDA", + "MaxSpeed": 26.5, + "Unit": "km/hr", + "Beam": 24.0, + "HullType": "slender", + "ForceLimit": 96634.5, + "MaxIceConc": 80, + "MinDepth": 10 + } + +Above are a typical set of configuration parameters used for a vessel where the variables are as follows: + +* **VesselType** *(string)* : The specific vessel class to use for performance modelling. +* **MaxSpeed** *(float)* : The maximum speed of the vessel in open water. +* **Unit** *(string)* : The units of measurement for the speed of the vessel (currently only "km/hr" is supported). +* **Beam** *(float)* : The beam (width) of the ship in metres. +* **HullType** *(string)* : The hull profile of the ship (should be one of either "slender" or "blunt"). +* **ForceLimit** *(float)* : The maximum allowed resistance force, specified in Newtons. +* **MaxIceConc** *(float)* : The maximum Sea Ice Concentration the vessel is able to travel through given as a percentage. +* **MinDepth** *(float)* : The minimum depth of water the vessel is able to travel through in metres. \ No newline at end of file diff --git a/docs/source/sections/Dataloaders/AddingDataloaders.rst b/docs/source/sections/Dataloaders/AddingDataloaders.rst new file mode 100644 index 00000000..d2fa81a8 --- /dev/null +++ b/docs/source/sections/Dataloaders/AddingDataloaders.rst @@ -0,0 +1,97 @@ +.. _adding-dataloaders: + +Adding New Dataloaders +============================ + +Adding to the repository +------------------------ + +Each dataloader is to be implemented as a separate object for the Environmental mesh to interface with. +The general workflow for creating a new dataloader is as follows: + +#. Choose an appropriate dataloader type (see :ref:`Dataloader Types`). +#. Create a new file under :code:`polar_route/DataLoaders/{dataloader-type}` with an appropriate name. +#. Create :code:`import_data()` and (optionally) :code:`add_default_params()` methods. Examples of how to do this are shown on the :ref:`abstractScalar` and :ref:`abstractVector` pages. +#. Add a new entry to the dataloader factory object, within :code:`polar_route/Dataloaders/Factory.py`. Instructions on how to do so are shown in :ref:`dataloader-factory` + +After performing these actions, the dataloader should be ready to go. It is useful for debugging purposes +to create the dataloader object from within :code:`polar_route/Dataloaders/Factory.py` (e.g. within +:code:`if __name__=='__main__':` ) and test its functionality before deploying it. + + + +Adding within iPython Notebooks +------------------------------- + +If you do not wish to modify the repo to add a dataloader, you may add one into the mesh by calling the +:code:`add_dataloader()` method of :ref:`MeshBuilder`. + +An example of how to do this is detailed below. Assuming you're working out of a Jupyter notebook, the +basic steps would be to + +#. Create a dataloader + :: + + # Import the abstract dataloader as the base class + from polar_route.dataloaders.scalar.abstract_scalar import ScalarDataLoader + + # Set up dataloader in the same way as the existing dataloaders + class MyDataLoader(ScalarDataLoader): + # Only user defined function required + def import_data(self, bounds): + # Read in data + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) + # Trim data to boundary + data = self.trim_datapoints(bounds, data=data) + + return data + +#. Create a dictionary of parameters to initialise the dataloader + :: + + # Params formatted same way as dataloaders in config + params = { + 'files': [ + 'PATH_TO_FILE_1', + 'PATH_TO_FILE_2', + ... # Populate with as many files as you need + ], + 'data_name': 'my_data', + 'splitting_conditions':[ + { + 'my_data':{ + 'threshold': 0.5, + 'upper_bound': 0.9, + 'lower_bound': 0.1 + } + } + ] + } + +#. Initialise an Environmental Mesh + :: + + import json + from polar_route import MeshBuilder + + # Config to initialise mesh from + with open('config.json', 'r') as fp: + config = json.load(fp) + + # Build a mesh from the config + mesh_builder = MeshBuilder(config) + env_mesh = mesh_builder.build_environmental_mesh() + +#. Add dataloader to mesh + :: + + # Set up bounds of data in dataloader + from polar_route import Boundary + bounds = Boundary.from_json(config) + + # Add dataloader to mesh builder and regenerate mesh + modified_builder = mesh_builder.add_dataloader(MyDataLoader, params, bounds) + modified_mesh = modified_builder.build_environmental_mesh() + + diff --git a/docs/source/sections/Dataloaders/DataLoaderInterface.rst b/docs/source/sections/Dataloaders/DataLoaderInterface.rst index b389af6d..a45467fd 100644 --- a/docs/source/sections/Dataloaders/DataLoaderInterface.rst +++ b/docs/source/sections/Dataloaders/DataLoaderInterface.rst @@ -9,5 +9,5 @@ only get_hom_condition() and get_value() are needed realistically. Other methods implemented in the :ref:`abstractScalar` and :ref:`abstractVector` dataloaders. -.. automodule:: polar_route.dataloaders.dataLoader_interface +.. automodule:: polar_route.dataloaders.dataloader_interface :members: \ No newline at end of file diff --git a/docs/source/sections/Dataloaders/Factory.rst b/docs/source/sections/Dataloaders/Factory.rst index 3207bae1..51fbe999 100644 --- a/docs/source/sections/Dataloaders/Factory.rst +++ b/docs/source/sections/Dataloaders/Factory.rst @@ -22,14 +22,16 @@ a parameter the dataloader requires. The actions are: #. Import the dataloader #. Add an entry to the :code:`dataloader_requirements` dictionary -#. (OPTIONAL) Add a default value to :code:`set_default_params()` ^^^^^^^ Example ^^^^^^^ In this example, a new scalar dataloader `myScalarDataloader` has been created, and is located at :code:`polar_route/Dataloaders/Scalar/myScalarDataloader.py`. -The only parameter required by this dataloader is a file to read data from:: + +The only parameter required by this dataloader is a file to read data from. 'files' +is passed as a mandatory parameter, as 'file' and 'folder' both get translated into +a list of files, and stored in params under the key 'files':: # Add new import statement for Factory to read from polar_route.Dataloaders.Scalar.myScalarDataloader import myScalarDataloader @@ -42,20 +44,27 @@ The only parameter required by this dataloader is a file to read data from:: ... dataloader_requirements = { ... - # Add new dataloader - 'myscalar': (myScalarDataloader, ['file']) + # Add new dataloaders + 'myscalar': (myScalarDataloader, ['files']) ... ... ... To call this dataloader, add an entry in the :code:`config.json` -file used to generate the mesh:: +file used to generate the mesh. Alternatively, add a folder, or a list of +individual files:: { "loader": "myscalar", "params": { - "file": "PATH_TO_DATA_FILE", + "file": "PATH_TO_DATA_FILE" # For a single file + "folder": "PATH_TO_FOLDER" # For a folder, must have trailing '/' + "files":[ # For a list of individual files + "PATH_TO_FILE_1", + "PATH_TO_FILE_2", + ... + ] } } diff --git a/docs/source/sections/Dataloaders/overview.rst b/docs/source/sections/Dataloaders/overview.rst index 0639b2d7..2fed490c 100644 --- a/docs/source/sections/Dataloaders/overview.rst +++ b/docs/source/sections/Dataloaders/overview.rst @@ -12,9 +12,9 @@ Dataloader Overview ./Factory ./scalar/index ./vector/index + ./AddingDataloaders -################ Section Overview ################ @@ -35,35 +35,17 @@ however this can be whatever the user needs, so long as they are cast into eithe *UML Diagram detailing the dataloader subsystem* - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Implementing New Dataloaders -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Each dataloader is to be implemented as a separate object for the Environmental mesh to interface with. -The general workflow for creating a new dataloader is as follows: - -#. Choose an approriate dataloader type (see `Dataloader Types`_). -#. Create a new file under :code:`polar_route/DataLoaders/{dataloader-type}` with an appropriate name. -#. Create :code:`__init__()` and :code:`import_data()` methods. Examples of how to do this are shown on the :ref:`abstractScalar` and :ref:`abstractVector` pages. -#. Add a new entry to the dataloader factory object, within :code:`polar_route/Dataloaders/Factory.py`. Instructions on how to do so are shown in :ref:`dataloader-factory` - -After performing these actions, the dataloader should be ready to go. It is useful for debugging purposes -to create the dataloader object from within :code:`polar_route/Dataloaders/Factory.py` (e.g. within -:code:`if __name__=='__main__':` ) and test its functionality before deploying it. - -^^^^^^^^^^^^^^^^ Dataloader Types -^^^^^^^^^^^^^^^^ +================ There are two main types of dataloaders that are implemented as abstract classes: Scalar and Vector. **Scalar dataloaders** are to be used on scalar datasets; i.e. variables with a single value per latitude/longitude(/time) coordinate. Examples of this are bathymetry, sea ice concentration, etc... -While the raw datasets may contain more than one variable (a common example being the existance of values and errors in the same file), +While the raw datasets may contain more than one variable (a common example being the existence of values and errors in the same file), these *MUST* be cut down to just coordinates, and a single variable, in order to work correctly with the :ref:`abstractScalar` dataloader. -To read more on how to implement these, follow instructions in `Implementing New Dataloaders`_ and the :ref:`abstract scalar dataloader page`. +To read more on how to implement these, follow instructions in :ref:`Adding Dataloaders page` and the :ref:`abstract scalar dataloader page`. **Vector dataloaders** are to be used on vector datasets; i.e. variables with multi-dimensional values per latitude/longitude(/time) coordinate. Examples of this are ocean currents, @@ -71,26 +53,26 @@ wind, etc... The datasets will have multiple data variables, and should be cut d and optionally 'time'), and the values for each dimensional component of the variable. This will generally be two dimensions, however the :ref:`abstractVector` dataloader should be flexible to n-dimensional data. Rigor should be taken when testing these dataloaders to ensure that the outputs of :code:`get_value()` method of these dataloaders produces outputs that make sense. -To read more on how to implement these, follow instructions in `Implementing New Dataloaders`_ and :ref:`abstract vector dataloader page`. +To read more on how to implement these, follow instructions in :ref:`Adding Dataloaders page` and :ref:`abstract vector dataloader page`. .. **Look-up Table Dataloaders** are to be used on datasets where boundaries define a value. -.. Real data is always prefered to this method, however in the case where there is no data, the LUT +.. Real data is always preferred to this method, however in the case where there is no data, the LUT .. can provide an alternative. Examples of this include ice density, and ice thickness. For these examples, .. weather conditions dictate their values, and these weather conditions can be localised to specific areas. .. To read more on how to implement these, follow instructions in `Implementing New Dataloaders`_ and :ref:`abstract LUT dataloader page`. -^^^^^^^^^^^^^^^^^^^^ + Abstract Dataloaders -^^^^^^^^^^^^^^^^^^^^ +==================== To look at specific abstract dataloaders, use the following links: - :ref:`abstract-scalar-dataloader` - :ref:`abstract-vector-dataloader` These are the templates to be used when implementing new dataloaders into PolarRoute. -They have been split into two seperate categories: Scalar and Vector, detailed in `Dataloader Types`_. +They have been split into two separate categories: Scalar and Vector, detailed in `Dataloader Types`_. The abstract classes generalise the methods used by each dataloader type to produce outputs that the Environmental Mesh can retrieve via the :ref:`dataloader interface`. They are flexible in that they can store and process data as both :code:`xarray.Dataset`'s or @@ -101,8 +83,8 @@ reduce memory consumption. Both abstract base classes define the :code:`__init__()` function to have the following process: #. Read in params from config -#. Add params from :code:`self.add_params()`, defined by user when creating a dataloader +#. Add params from :code:`self.add_default_params()`, defined by user when creating a dataloader #. Downsample data if required and if loaded as :code:`xarray.Dataset` #. Reproject data if required #. Trim datapoints to initial boundary -#. Rename data column name if defined in params +#. Rename data column name if defined in params \ No newline at end of file diff --git a/docs/source/sections/Dataloaders/scalar/implemented/AMSR.rst b/docs/source/sections/Dataloaders/scalar/implemented/AMSR.rst index 58619970..01642a27 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/AMSR.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/AMSR.rst @@ -2,12 +2,12 @@ AMSR Dataloader *************** -The AMSR (Advanced Microwave Scanning Radiometer) dataset is a publically +The AMSR (Advanced Microwave Scanning Radiometer) dataset is a publicly available that provides Sea Ice Concentration scans of the earth's oceans. It is produced by researchers at the University of Bremen. The AMSR dataloader is currently the only 'standalone' dataloader, in that it -is defined independantly of the abstract base class. This is due to issues +is defined independently of the abstract base class. This is due to issues with :code:`pandas` calculating mean values differently depending on how the data is loaded. This caused issues with the regression tests passing. This issue will be rectified soon by updating the regression tests. diff --git a/docs/source/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst b/docs/source/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst index c2d1961e..55c86b8d 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/BSOSEDepth.rst @@ -2,7 +2,7 @@ BSOSE Depth Dataloader ********************** -B-SOSE (Biogeochemical Southern Ocean State Estimate solution) provide a publically available dataset that +B-SOSE (Biogeochemical Southern Ocean State Estimate solution) provide a publicly available dataset that hosts (amongst other products) sea ice concentration (SIC) of the southern ocean. Their SIC product provides a 'depth' value, which this dataloader ingests. BSOSE is an extension of the SOSE project led by Mazloff at the Scripps Institution of Oceanography. diff --git a/docs/source/sections/Dataloaders/scalar/implemented/BSOSESeaIce.rst b/docs/source/sections/Dataloaders/scalar/implemented/BSOSESeaIce.rst index fd51dab1..077c0634 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/BSOSESeaIce.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/BSOSESeaIce.rst @@ -2,7 +2,7 @@ BSOSE Sea Ice Dataloader ************************ -B-SOSE (Biogeochemical Southern Ocean State Estimate solution) provide a publically available dataset that +B-SOSE (Biogeochemical Southern Ocean State Estimate solution) provide a publicly available dataset that hosts (amongst other products) sea ice concentration of the southern ocean. It is an extension of the SOSE project led by Mazloff at the Scripps Institution of Oceanography. diff --git a/docs/source/sections/Dataloaders/scalar/implemented/BinaryGRF.rst b/docs/source/sections/Dataloaders/scalar/implemented/BinaryGRF.rst index 009ec3e1..2ac5f044 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/BinaryGRF.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/BinaryGRF.rst @@ -23,7 +23,7 @@ only True/False. It is useful for generating land masks. # distribution used to generate GRF "min": 0, # - Minimum value of GRF "max": 1, # - Maximum value of GRF - "binary": True, # - Flag specifiying this GRF is a binary mask + "binary": True, # - Flag specifying this GRF is a binary mask "threshold": 0.5 # - Value around which mask values are set. # Below this, values are set to False # Above this, values are set to True diff --git a/docs/source/sections/Dataloaders/scalar/implemented/GEBCO.rst b/docs/source/sections/Dataloaders/scalar/implemented/GEBCO.rst index 8c31519d..2449b93f 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/GEBCO.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/GEBCO.rst @@ -2,7 +2,7 @@ GEBCO Dataloader **************** -The General Bathymetric Chart of the Oceans (GEBCO) is a publically available +The General Bathymetric Chart of the Oceans (GEBCO) is a publicly available bathymetric chart of the Earth's oceans. It is a common resource used by ocean scientists, amongst others. diff --git a/docs/source/sections/Dataloaders/scalar/implemented/IceNet.rst b/docs/source/sections/Dataloaders/scalar/implemented/IceNet.rst index 03fd7cc9..9aed84b2 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/IceNet.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/IceNet.rst @@ -12,7 +12,7 @@ at the British Antarctic Survey. From the website: next 6 months of monthly-averaged sea ice concentration maps. Data for IceNet V1 is available from `here `_ -Data for IceNet V2 is not publically available. +Data for IceNet V2 is not publicly available. .. automodule:: polar_route.dataloaders.scalar.icenet :special-members: __init__ diff --git a/docs/source/sections/Dataloaders/scalar/implemented/ScalarGRF.rst b/docs/source/sections/Dataloaders/scalar/implemented/ScalarGRF.rst index 8053c88a..478f1c40 100644 --- a/docs/source/sections/Dataloaders/scalar/implemented/ScalarGRF.rst +++ b/docs/source/sections/Dataloaders/scalar/implemented/ScalarGRF.rst @@ -23,7 +23,7 @@ For vector fields, see the :ref:`Vector GRF page`. "size": 512, # - Number of datapoints per lat/long axis "alpha": 3, # - Power of the power-law momentum # distribution used to generate GRF - "binary": False, # - Flag specifiying this GRF isn't a binary mask + "binary": False, # - Flag specifying this GRF isn't a binary mask "threshold": [0, 1], # - Caps of min/max values to ensure normalising # not skewed by outlier in randomised GRF "min": -10, # - Minimum value of GRF diff --git a/docs/source/sections/Dataloaders/scalar/index.rst b/docs/source/sections/Dataloaders/scalar/index.rst index 9082d9f7..d93966b4 100644 --- a/docs/source/sections/Dataloaders/scalar/index.rst +++ b/docs/source/sections/Dataloaders/scalar/index.rst @@ -37,7 +37,8 @@ Below is a simple example of how to load in a NetCDF file:: def import_data(self, bounds): logging.debug("Importing my data...") # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Rename coordinate columns to 'lat', 'long', 'time' if they aren't already data = data.rename({'lon':'long'}) @@ -49,12 +50,14 @@ Below is a simple example of how to load in a NetCDF file:: Sometimes there are parameters that are constant for a data source, but are not -constant for all data sources. Default values may be defined either in the -dataloader factory, or within the dataloader itself. Below is an example of -setting default parameters for reprojection of a dataset:: +constant for all data sources. Default values are defined in the dataloader :code:`add_default_params()`. +Below is an example of setting default parameters for reprojection of a dataset:: class MyDataLoader(ScalarDataLoader): - def add_params(self, params): + def add_default_params(self, params): + # Add all the regular default params that scalar dataloaders have + params = super().add_default_params(params) # This line MUST be included + # Define projection of dataset being imported params['in_proj'] = 'EPSG:3412' # Define projection required by output @@ -64,6 +67,8 @@ setting default parameters for reprojection of a dataset:: # Coordinates in dataset that will be reprojected into long/lat params['x_col'] = 'x' # Becomes 'long' params['y_col'] = 'y' # Becomes 'lat' + + return params def import_data(self, bounds): # Open Dataset diff --git a/docs/source/sections/Dataloaders/vector/implemented/ORAS5Current.rst b/docs/source/sections/Dataloaders/vector/implemented/ORAS5Current.rst index ef20319d..c85cd2d5 100644 --- a/docs/source/sections/Dataloaders/vector/implemented/ORAS5Current.rst +++ b/docs/source/sections/Dataloaders/vector/implemented/ORAS5Current.rst @@ -2,7 +2,7 @@ ORAS5 Currents Dataloader ************************* -Ocean Reanalysis System 5 (ORAS5) is a publically available dataset providing +Ocean Reanalysis System 5 (ORAS5) is a publicly available dataset providing estimated values for many different ocean parameters, including ocean currents. From their website: diff --git a/docs/source/sections/Dataloaders/vector/implemented/SOSE.rst b/docs/source/sections/Dataloaders/vector/implemented/SOSE.rst index 6e171323..da065eae 100644 --- a/docs/source/sections/Dataloaders/vector/implemented/SOSE.rst +++ b/docs/source/sections/Dataloaders/vector/implemented/SOSE.rst @@ -2,7 +2,7 @@ SOSE Currents Dataloader ************************ -Southern Ocean State Estimate (SOSE) is a publically available dataset that provides (amongst other products) +Southern Ocean State Estimate (SOSE) is a publicly available dataset that provides (amongst other products) ocean current vectors of the southern ocean. It is a project led by Mazloff at the Scripps Institution of Oceanography. From their website: diff --git a/docs/source/sections/Dataloaders/vector/index.rst b/docs/source/sections/Dataloaders/vector/index.rst index 567c6531..22f15064 100644 --- a/docs/source/sections/Dataloaders/vector/index.rst +++ b/docs/source/sections/Dataloaders/vector/index.rst @@ -28,7 +28,7 @@ Vector Dataloader Examples Creating a vector dataloader is almost identical to creating a :ref:`scalar dataloader`. The key differences are that the `VectorDataLoader` abstract base class must be used, and that -the `data_name` is a comma seperated string of the vector component names. +the `data_name` is a comma separated string of the vector component names. e.g. a dataloader storing a vector with column names :code:`uC` and :code:`vC` will have an attribute :code:`self.data_name = 'uC,vC'` Data must be imported and saved as an xarray.Dataset, or a @@ -61,7 +61,10 @@ be defined either in the dataloader factory, or within the dataloader itself. Below is an example of setting default parameters for reprojection of a dataset:: class MyDataLoader(ScalarDataLoader): - def add_params(self, params): + def add_default_params(self, params): + # Add all the regular default params that scalar dataloaders have + params = super().add_default_params(params) # This line MUST be included + # Define projection of dataset being imported params['in_proj'] = 'EPSG:3412' # Define projection required by output diff --git a/docs/source/sections/Discrete_meshing.rst b/docs/source/sections/Discrete_meshing.rst deleted file mode 100644 index 662324d0..00000000 --- a/docs/source/sections/Discrete_meshing.rst +++ /dev/null @@ -1,99 +0,0 @@ -******************************** -Methods - Mesh Construction -******************************** - -Throughout this section we will outline an overview of the Environment Mesh Construction module, describe the main classes that composes the module and illustrate a use case for the Discrete Meshing of the environment. - -Mesh Construction Overview -############################## -A general overview of the method can be seen below: - -.. figure:: ./Figures/FlowDiagram_MeshGraph.png - :align: center - :width: 700 - - Overview figure of the Discrete Meshing from the multi-data input. - - -Mesh Construction Design -############################## -The below UML diagram describes how the Environment Mesh Construction module is designed. It depicts the classes of the module and how they interact with each other. - -.. figure:: ./Figures/mesh-construct-UML.drawio.png - :align: center - :width: 1000 - - - - -Mesh Construction Use case -################################### -This sequence diagram illustrates a use case for the Discrete Meshing of the environment, where the module's client starts by initializing the MeshBuilder with a certain mesh configuration (see Input-Configuration section for more details about the configuration format) then calls build_environment_mesh method. - -.. figure:: ./Figures/mesh-build-sequence-diagram.drawio.png - :align: center - :width: 1000 - - - -The following diagram depicts the sequence of events that take place inside build_environment_mesh method into details - -.. figure:: ./Figures/build-env-mesh.drawio.png - :align: center - :width: 1000 - - -Classes -############## -This section describes the main classes of the Mesh Construction module in details - -CellBox -*************** -.. automodule:: polar_route.mesh_generation.cellbox - -.. autoclass:: polar_route.mesh_generation.cellbox.CellBox - :special-members: __init__ - :members: set_data_source, should_split, split, set_parent, aggregate - -MetaData -*********** - -.. automodule:: polar_route.mesh_generation.metadata - -.. autoclass:: polar_route.mesh_generation.metadata.Metadata - :special-members: __init__ - - -MeshBuilder -************ - -.. automodule:: polar_route.mesh_generation.mesh_builder - -.. autoclass:: polar_route.mesh_generation.mesh_builder.MeshBuilder - :special-members: __init__ - :members: build_environmental_mesh , split_and_replace, split_to_depth - -AggregatedCellBox -****************** -.. automodule:: polar_route.mesh_generation.aggregated_cellBox - -.. autoclass:: polar_route.mesh_generation.aggregated_cellBox.AggregatedCellBox - :special-members: __init__ - :members: contains_point, to_json - -EnvironmentMesh -**************** -.. automodule:: polar_route.mesh_generation.environment_mesh - -.. autoclass:: polar_route.mesh_generation.environment_mesh.EnvironmentMesh - :special-members: __init__ - :members: load_from_json, update_cellbox , to_json, save - - -NeighbourGraph -*************** - -.. automodule:: polar_route.mesh_generation.neighbour_graph - -.. autoclass:: polar_route.mesh_generation.neighbour_graph.NeighbourGraph - :members: initialise_neighbour_graph, get_neighbour_case, update_neighbours \ No newline at end of file diff --git a/docs/source/sections/Examples.rst b/docs/source/sections/Examples.rst index 8b2c9d0a..752e6ea4 100644 --- a/docs/source/sections/Examples.rst +++ b/docs/source/sections/Examples.rst @@ -1,7 +1,7 @@ ************************ Examples of running code ************************ -Throughout this section we will discuss a series of examples that cna be run by the user either from the Command-Ling or within python/ipython notebooks. All these examples and more can be found at the Google Colab `Link `_. +Throughout this section we will discuss a series of examples that can be run by the user either from the Command-Line or within python/ipython notebooks. All these examples and more can be found at the Google Colab `Link `_. ============================================================= Example 1 - Antarctica Processing all stages of route planner @@ -17,6 +17,6 @@ Example 2 - Dijkstra vs smooth paths ============================================================ -Example 2 - Variations of Vehichle Properties on Route Paths +Example 2 - Variations of Vehicle Properties on Route Paths ============================================================ ...to be added shortly ... \ No newline at end of file diff --git a/docs/source/sections/Figures/splitting_conditions.png b/docs/source/sections/Figures/splitting_conditions.png new file mode 100644 index 00000000..0814927c Binary files /dev/null and b/docs/source/sections/Figures/splitting_conditions.png differ diff --git a/docs/source/sections/Installation.rst b/docs/source/sections/Installation.rst index 434e2346..b1f20ca1 100644 --- a/docs/source/sections/Installation.rst +++ b/docs/source/sections/Installation.rst @@ -6,38 +6,76 @@ In this section we will outline the installation steps for installing the softwa The first stage is installing a version of Python 3.9, if you don't have a working version. We suggest installing a working Anaconda distribution from https://www.anaconda.com/products/distribution#macos following the instructions on that page. -Windows -####### -The PolarRoute software requires GDAL files to be installed. The PolarRoute software can be installed on Windows by running one of the two following commands. +Installing PolarRoute +##################### + +The PolarRoute software can be installed on Windows/Linux/MacOS by running one of the two following commands. Github: :: - - pip install pipwin - pipwin install gdal - pipwin install fiona + + git clone https://https://github.com/antarctica/PolarRoute.git python setup.py install Pip: :: - pip install pipwin + pip install polar-route + + +Installing GDAL +############### + +The PolarRoute software has GDAL as an optional requirement. It is only used when exporting TIFF images, +so if this is not useful to you, we would recommend steering clear. It is not trivial and is a common source of problems. +With that said, below are instructions for various operating systems. + +Windows +******* + +.. note:: + We assume a version of Windows 10 or higher, with a working version of Python 3.9 including pip installed. + We recommend installing PolarRoute into a virtual environment. + +Windows: + +:: + + pip install pipwin # pipwin is a package that allows for easy installation of windows binaries pipwin install gdal pipwin install fiona - pip install polar-route Linux/MacOS -########### +*********** -The PolarRoute software can be installed on Linux/MacOS by running one of the two following commands. +Ubuntu/Debian: -Github: :: + + sudo add-apt-repository ppa:ubuntugis/ppa + sudo apt-get update + sudo apt-get install gdal-bin libgdal-dev + export CPLUS_INCLUDE_PATH=/usr/include/gdal + export C_INCLUDE_PATH=/usr/include/gdal + pip install GDAL==$(gdal-config --version) - python setup.py install -Pip: +Fedora: + :: - pip install polar-route + sudo dnf update + sudo dnf install gdal gdal-devel + export CPLUS_INCLUDE_PATH=/usr/include/gdal + export C_INCLUDE_PATH=/usr/include/gdal + pip install GDAL==$(gdal-config --version) + + +MacOS (with HomeBrew): + +:: + + brew install gdal --HEAD + brew install gdal + pip install GDAL==$(gdal-config --version) \ No newline at end of file diff --git a/docs/source/sections/Mesh_Construction/Mesh_construction_classes.rst b/docs/source/sections/Mesh_Construction/Mesh_construction_classes.rst new file mode 100644 index 00000000..c084fff0 --- /dev/null +++ b/docs/source/sections/Mesh_Construction/Mesh_construction_classes.rst @@ -0,0 +1,84 @@ +############################# +Mesh Construction - Classes +############################# + +This section describes the main classes of the Mesh Construction module in detail. +For an overview of the abstractions behind the Mesh Construction module, see the +:ref:`Mesh Construction - Overview` section of the documentation. + +MeshBuilder +************ +The MeshBuilder object is the main class of the Mesh Construction module. It is used to build the +EnvironmentalMesh object from a collection geospatial data. Features of the created EnvironmentalMesh +as be set using a configuration file passed to the MeshBuilder object. For more information on the format +of the configuration file, see the :ref:`configuration - mesh construction` section of the documentation. + +.. automodule:: polar_route.mesh_generation.mesh_builder + +.. autoclass:: polar_route.mesh_generation.mesh_builder.MeshBuilder + :special-members: __init__ + :members: build_environmental_mesh , split_and_replace, split_to_depth, add_dataloader + +EnvironmentMesh +***************** +The EnvironmentMesh object is a collection of geospatial boundaries containing an aggregated representation +of the data contained within the boundaries (AggregatedCellBox objects). The EnvironmentMesh object is +created by the MeshBuilder object, though the object is mutable and can be updated after construction. + +.. automodule:: polar_route.mesh_generation.environment_mesh + +.. autoclass:: polar_route.mesh_generation.environment_mesh.EnvironmentMesh + :special-members: __init__ + :members: load_from_json, update_cellbox , to_json, to_geojson, to_tif ,save + +NeighbourGraph +*************** +The NeighbourGraph object is used to store the connectivity information between the cells of the EnvironmentMesh. +The NeighbourGraph object is created by the MeshBuilder object and is encoded into the EnvironmentalMesh. + +.. automodule:: polar_route.mesh_generation.neighbour_graph + +.. autoclass:: polar_route.mesh_generation.neighbour_graph.NeighbourGraph + :members: initialise_neighbour_graph, get_neighbour_case, update_neighbours + +CellBox +*************** +The CellBox object is used to store the data contained within a geospatial boundary in the MeshBuilder. +The CellBox object is created by the MeshBuilder object and transformed into an AggregatedCellBox object +when the MeshBuilder returns the EnvironmentalMesh object. + +.. automodule:: polar_route.mesh_generation.cellbox + +.. autoclass:: polar_route.mesh_generation.cellbox.CellBox + :special-members: __init__ + :members: set_data_source, should_split, split, set_parent, aggregate + +MetaData +*********** +The Metadata object is used to store the metadata associated with a CellBox object within the MeshBuilder. This includes +associated DataLoaders, the depth of the CellBox within the MeshBuilder, and the parent CellBox of the CellBox among others. + +.. automodule:: polar_route.mesh_generation.metadata + +.. autoclass:: polar_route.mesh_generation.metadata.Metadata + :special-members: __init__ + +AggregatedCellBox +****************** +An aggregated representation of the data contained within a geospatial boundary. The AggregatedCellBox object is created +by the CellBox object when the MeshBuilder returns the EnvironmentalMesh. + +.. automodule:: polar_route.mesh_generation.aggregated_cellbox + +.. autoclass:: polar_route.mesh_generation.aggregated_cellbox.AggregatedCellBox + :special-members: __init__ + :members: contains_point, to_json + + + + + + + + + diff --git a/docs/source/sections/Mesh_Construction/Mesh_construction_overview.rst b/docs/source/sections/Mesh_Construction/Mesh_construction_overview.rst new file mode 100644 index 00000000..d6a4bd82 --- /dev/null +++ b/docs/source/sections/Mesh_Construction/Mesh_construction_overview.rst @@ -0,0 +1,59 @@ +.. _mesh_construction_overview: + +******************************** +Methods - Mesh Construction +******************************** + +Throughout this section we will outline an overview of the Environment Mesh Construction +module, describe the main classes that composes the module and illustrate a use case for +the Discrete Meshing of the environment. + +Mesh Construction - Overview +############################## +A general overview of the method can be seen below: + +.. figure:: ../Figures/FlowDiagram_MeshGraph.png + :align: center + :width: 700 + + Overview figure of the Discrete Meshing from the multi-data input. + + +Mesh Construction Design +############################## +The below UML diagram describes how the Environment Mesh Construction module is designed. +It depicts the classes of the module and how they interact with each other. + +.. figure:: ../Figures/mesh-construct-UML.drawio.png + :align: center + :width: 1000 + +Mesh Construction Use case +################################### +This sequence diagram illustrates a use case for the Discrete Meshing of the environment, +where the module's client starts by initializing the MeshBuilder with a certain mesh +configuration (see Input-Configuration section for more details about the configuration format) +then calls build_environment_mesh method. + +.. figure:: ../Figures/mesh-build-sequence-diagram.drawio.png + :align: center + :width: 1000 + +The following diagram depicts the sequence of events that take place inside build_environment_mesh +method into details + +.. figure:: ../Figures/build-env-mesh.drawio.png + :align: center + :width: 1000 + +For a more in-depth explanation of the mesh construction methods, please refer to the :ref:`Mesh Construction - Classes` +section. + + +Mesh Construction - Additional +################################ +.. toctree:: + :maxdepth: 1 + + ./Mesh_construction_classes + ./Mesh_validation diff --git a/docs/source/sections/Mesh_Construction/Mesh_validation.rst b/docs/source/sections/Mesh_Construction/Mesh_validation.rst new file mode 100644 index 00000000..288d9752 --- /dev/null +++ b/docs/source/sections/Mesh_Construction/Mesh_validation.rst @@ -0,0 +1,19 @@ +######################## +Mesh Validation +######################## + +TODO - add description + +==================== +Mesh Validator +==================== +.. automodule:: polar_route.mesh_validation.mesh_validator + :special-members: __init__ + :members: + +==================== +Sampler +==================== +.. automodule:: polar_route.mesh_validation.sampler + :special-members: __init__ + :members: \ No newline at end of file diff --git a/docs/source/sections/Outputs.rst b/docs/source/sections/Outputs.rst index 75a332ae..4b3ba9f3 100644 --- a/docs/source/sections/Outputs.rst +++ b/docs/source/sections/Outputs.rst @@ -4,9 +4,9 @@ Outputs - Data Types ******************** -################# -Mesh construction -################# +###################### +The Mesh.json file +###################### The first stage in the route planning pipeline is constructing a discrete mesh of the environment in which the route planner can operate. Once this @@ -26,7 +26,7 @@ of mesh construction and json object generation are as follows: .. note:: Examples and a description of the configuration files can be found in - the :ref:`Configuration` section of this document. + the :ref:`configuration - mesh construction` section of this document. The json object outputted by the Mesh consists of 3 sections: **config**, @@ -137,12 +137,13 @@ where each of the values represent the following: :align: center :width: 700 -################# -Vehicle specifics -################# +########################### +The Vessel_mesh.json file +########################### Once a discrete mesh environment is contracted, it is then passed to the vessel performance modeller -which applies transformations which are specific to a given vehicle. +which applies transformations which are specific to a given vehicle. These vehicle specific values +are then encoded into the mesh json object and passed down-stream to the route planner. :: @@ -162,7 +163,8 @@ which applies transformations which are specific to a given vehicle. .. note:: To make use of the full range of vessel performance transformations, a Mesh should be constructed with the following attributes: - + + * elevation (available via data_loaders: *gebco*, *bsose_depth*) * SIC (available via data_loaders: *amsr*, *bsose_sic*, *baltic_sic*, *icenet*, *modis*) * thickness (available via data_loaders: *thickness*) * density (available via data_loaders: *density*) @@ -189,17 +191,20 @@ have a set of new attributes as follows: * **relative wind angle** *(list)* : The angle of the apparent wind acting on the vessel. -############## -Route planning -############## +######################### +The Route.json file +######################### -During the route planning stage of the pipline information on the routes and the waypoints used are saved as outputs to the processing stage. Descriptions of the structure of the two outputs are given below: +During the route planning stage of the pipline information on the routes and the waypoints used are saved +as outputs to the processing stage. Descriptions of the structure of the two outputs are given below: ========= waypoints ========= -An entry in the json including all the information of the waypoints defined by the user from the `waypoints_path` file. It may be the case that ot all waypoints would have been used in the route construction, but all waypoints are returned to this entry. The structure of the entry follows: +An entry in the json including all the information of the waypoints defined by the user from the `waypoints_path` +file. It may be the case that ot all waypoints would have been used in the route construction, but all waypoints +are returned to this entry. The structure of the entry follows: :: @@ -287,7 +292,7 @@ where the output takes a GeoJSON standard form (more infor given at https://geoj * **** : A list of the features representing each of the separate routes constructed * **geometry** : The positioning of the route locations * **coordinates** : A list of the Lat,Long position of all the route points - * **** : A list of metainformation about the route + * **** : A list of meta-information about the route * **from** : Starting waypoint of route * **to** : Ending waypoint of route * **traveltime** : A list of float values representing the cumulative travel time along the route. This entry was originally defined as a output in the configuration file by the `path_variables` definition. diff --git a/docs/source/sections/Route_calculation.rst b/docs/source/sections/Route_calculation.rst new file mode 100644 index 00000000..9715af55 --- /dev/null +++ b/docs/source/sections/Route_calculation.rst @@ -0,0 +1,17 @@ +*************************** +Methods - Route Calculation +*************************** + +Route Calculation Overview +########################### + +This section describes the code used for the evaluation of user-defined routes through a mesh constructed by the methods +described in previous sections. This mesh should include all the relevant vessel performance parameters needed to +calculate the fuel and time cost of the route. + + +Route Calculation +################# + +.. automodule:: polar_route.route_calc + :members: diff --git a/docs/source/sections/Route_optimisation.rst b/docs/source/sections/Route_optimisation.rst index dfa26953..d9f4f1ee 100644 --- a/docs/source/sections/Route_optimisation.rst +++ b/docs/source/sections/Route_optimisation.rst @@ -5,26 +5,32 @@ Methods - Route Planner Route Optimisation Overview ########################### -In this section we will outline the construction of the route paths using the Mesh construction corrected to include the objective functions define and generated in the earlier section. +In this section we outline the code used to generate optimal routes through a mesh constructed by the methods described +in previous sections. This mesh should include the vessel performance parameters with respect to which objective +functions can be defined for optimisation. +Route Optimisation Modules +########################## Route Planner -############# +************* .. automodule:: polar_route.route_planner :members: + :private-members: -.. Crossing Points -.. ############## +Crossing Points +*************** -.. .. automodule:: polar_route.crossing -.. :members: - -.. .. autoclass:: polar_route.crossing.NewtonianDistance -.. :members: +.. automodule:: polar_route.crossing + :members: + :private-members: -.. .. autoclass:: polar_route.crossing.NewtonianCurve -.. :members: +Crossing Point Smoothing +************************ +.. automodule:: polar_route.crossing_smoothing + :members: + :private-members: diff --git a/docs/source/sections/ipython_notebooks.rst b/docs/source/sections/ipython_notebooks.rst new file mode 100644 index 00000000..78940eb2 --- /dev/null +++ b/docs/source/sections/ipython_notebooks.rst @@ -0,0 +1,99 @@ +############################### +Python & iPython Notebooks +############################### + +Route planning may also be done using a python terminal. This is case, the CLI is not required but the steps required for route planning +follow the same format - create a digital environment; simulated a vessel against it; optimise a route plan through the digital environment. + + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Creating the digital environment. +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +A configuration file is needed to initialise the **`Mesh`** object which forms the digital environment. This configuration file +is of the same format used in the :ref:`create_mesh` CLI entry-point, and may either be loaded from a *json* file or constructed +within the python terminal. + +Loading configuration from *json* file: +:: + + import json + with open('config.json', 'r') as f: + config = json.load(f) + + +The digital environment **`Mesh`** object can then be initialised. This mesh object will be constructed using parameters in it +configuration file. This mesh object can be manipulated further, such as increasing its resolution through further +splitting, adding additional data sources or altering is configuration parameters using functions listed in +the :ref:`Methods - Mesh Construction` section of the documentation. +:: + + from polar_route.mesh import Mesh + cg = Mesh(config) + +The digital environment **`Mesh`** object can then be cast to a json object and saved to a file. This *mesh.json* file can then +be used by the CLI entry-point :ref:`add_vehicle`, or the json object can be passed to the **`VesselPerformance`** object in a python +terminal. +:: + + mesh = cg.to_json() + with open('mesh.json') as f: + json.dumps(mesh) + + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Simulating a Vessel in a Digital Environment +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Once a digital environment **`Mesh`** object has been created, how a vessel interacts with it may be simulated. The **`VesselPerformance`** +object requires a digital environment in *json* format and vessel specific configuration parameters, also in *json* format. These may either +be loaded from a file, or created within the python terminal. + +Loading mesh and vessel from *json* files: +:: + + import json + # Loading digital environment from file + with open('mesh.json', 'r') as f: + mesh = json.load(f) + + # Loading vessel configuration parameters from file + with open('vessel.json', 'r') as f: + vessel = json.load(f) + +The **`VesselPerformance`** object can then be initialised. This will simulate the performance of the vessel and encodes this information +into the digital environment. +:: + + from polar_route.vessel_performance import VesselPerformance + vp = VesselPerformance(mesh, vessel) + +The **`VesselPerformance`** object can then be cast to a json object and saved to a file. This *vessel_mesh.json* file can then +be used by the CLI entry-point :ref:`optimise_routes`, or the json object can be passed to the **`RoutePlanner`** object in a python +terminal. +:: + + vessel_mesh = vp.to_json() + with open('vessel_mesh.json') as f: + json.dumps(vessel_mesh) + +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Route Optimisation +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Now that the vessel dependent environmental mesh is defined, and represented in the `vessel_performance` object, we can +construct routes, with parameters defined by the user in the configuration file. Waypoints are passed as an input +file path, `waypoints.csv`, discussed more in the Inputs section of the manual pages. The route construction is done +in two stages: construction of the meshed dijkstra optimal routes, `.compute_routes()`; and, the smoothing of the +dijkstra routes to further optimise the solution and reduce mesh dependencies, `.compute_smooth_routes()`. +During `.compute_routes()` the paths are appended to the object as an entry `paths`, which are replaced by the +smoothed paths after running `.compute_smooth_routes()`. An additional entry `waypoints` is generated to give the +waypoints information used in route construction. For further info about the structure of the outputs of the +paths please see the Outputs section of the manual. + +:: + + from polar_route.route_planner import RoutePlanner + rp = RoutePlanner(vessel_mesh, route_config , waypoints) + rp.compute_routes() + rp.compute_smoothed_routes() + info = rp.to_json() \ No newline at end of file diff --git a/docs/source/sections/running.rst b/docs/source/sections/running.rst deleted file mode 100644 index 314f74c8..00000000 --- a/docs/source/sections/running.rst +++ /dev/null @@ -1,242 +0,0 @@ -********************** -Runnning Codebase -********************** - -The codebase current can be run from either pre-defined python functions or via a command line interface. Outlined below is how to run the separate sections of the software package using either of the two methods. - - -Command Line Interface -############################### - -The PolarRoute package provides 3 CLI entry points, intended to be used in succession to plan a route through a digital enviroment. - -.. figure:: ./Figures/PolarRoute_CLI.png - :align: center - :width: 700 - - *Overview figure of the Command Line Interface entry points of PolarRoute* - -^^^^^^^^^^^^^^^^^^ -create_mesh -^^^^^^^^^^^^^^^^^^ -The *create_mesh* entry point builds a digital enviroment file from a collection of source data, which can then be used -by the vessel performance modeller and route planner. - -:: - - create_mesh - -positional arguments: - -:: - - config : A configuration file detailing how to build the digital enviroment. JSON parsable - -The format of the required ** file can be found in the :ref:`Input - Configuration` section of the documentation. - -optional arguments: - -:: - - -v (verbose logging) - -o (set output location for mesh) - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -add_vehicle -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The *add_vehicle* command allows vehicle specific simulations to be performed on the digital enviroment. This vehicle specific -information is then encoded into the digital enviroment file. - -:: - - add_vehicle - -positional arguments: - -:: - - vessel : A configuration file detailing the vessel to be simulated in the digital enviroment. - mesh : A digital enviroment file. - -The format for the required ** file can be found in the :ref:`Input - Configuration` section of the documentation. -The required ** file can be created using the :ref:`create_mesh` command shown above. - -optional arguments are - -:: - - -v (verbose logging) - -o (set output location for mesh) - -^^^^^^^^^^^^^^^^^^ -optimise_routes -^^^^^^^^^^^^^^^^^^ -Optimal routes through a mesh can be calculated using the command: - -:: - - optimise_routes - -positional parameters: - -:: - - vessel_mesh : A digital enviroment file with added vessel specific simulations. - route_config : A configuration file detailing optimisation parameters to be used when route planning. - waypoints: A .csv file containing waypoints to be travelled between. - - -The format for the required ** file can be found in the :ref:`Input - Configuration` section of the documentation. -The required ** file can be generated using the :ref:`add_vehicle` command shown above. -The format for the requried ** file is as follows: - -As table: - -+------------------+---------------+---------------+---------+---------------+ -| Name | Lat | Long | Source | Destination | -+==================+===============+===============+=========+===============+ -| Halley | -75.26722 | -27.21694 | | X | -+------------------+---------------+---------------+---------+---------------+ -| Rothera | -68.3892 | -95.2436 | | | -+------------------+---------------+---------------+---------+---------------+ -| South Georiga | -54.87916667 | -37.26416667 | X | | -+------------------+---------------+---------------+---------+---------------+ -| Falklands | -55.63472222 | -64.88 | | | -+------------------+---------------+---------------+---------+---------------+ -| Elephant Island | -60.54722222 | -55.18138889 | | | -+------------------+---------------+---------------+---------+---------------+ - - -As .csv: - -:: - - Name,Lat,Long,Source,Destination - Halley,-75.26722,-27.21694,,X - Rothera,-68.3892,-95.2436,, - South Georiga,-54.87916667,-37.26416667,X, - Falklands,-55.63472222,-64.88,, - Elephant Island,-60.54722222,-55.18138889,, - -Additional waypoints may be added by extending the '' file. Which waypoints are navigated between is determined by -added a **X** in either the *Source* or *Destination* columns. When processed, the route planner will create routes from all -waypoints marked with an **X** in the source column to all waypoints marked with a **X** in the *destination* column. - -optional arguments are - -:: - - -v (verbose logging) - -o (set output location for mesh) - -p (output only the caculated path, not the entire mesh - -d (output Dijkstra path as well as smoothed path) - - -^^^^^^^^^^^^^^^^^^ -Plotting -^^^^^^^^^^^^^^^^^^ -Meshes produced at any stage in the route planning process can be visualised using the GeoPlot library found at `Link ` - - - -Python & iPython Notebooks -############################### - -Route planning may also be done using a python terminal. This is case, the CLI is not required but the steps required for route planning -follow the same format - create a digital enviroment; simulated a vessel against it; optimise a route plan through the digital enviroment. - - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Creating the digital enviroment. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -A configuration file is needed to initialise the **`Mesh`** object which forms the digital enviroment. This configuration file -is of the same format used in the :ref:`create_mesh` CLI entry-point, and may either be loaded from a *json* file or constructed -within the python terminal. - -Loading configuration from *json* file: -:: - - import json - with open('config.json', 'r') as f: - config = json.load(f) - - -The digital enviroment **`Mesh`** object can then be initialised. This mesh object will be constructed using parameters in it -configuration file. This mesh object can be manipulated further, such as increasing its resolution through further -splitting, adding additional data sources or altering is configuration parameters using functions listed in -the :ref:`Methods - Mesh Construction` section of the documentation. -:: - - from polar_route.mesh import Mesh - cg = Mesh(config) - -The digital enviroment **`Mesh`** object can then be cast to a json object and saved to a file. This *mesh.json* file can then -be used by the CLI entry-point :ref:`add_vehicle`, or the json object can be passed to the **`VesselPerformance`** object in a python -terminal. -:: - - mesh = cg.to_json() - with open('mesh.json') as f: - json.dumps(mesh) - - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Simulating a Vessel in a Digital Enviroment -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Once a digital enviroment **`Mesh`** object has been created, how a vessel interacts with it may be simulated. The **`VesselPerformance`** -object requires a digital enviroment in *json* format and vessel specific configuration parameters, also in *json* format. These may either -be loaded from a file, or created within the python terminal. - -Loading mesh and vessel from *json* files: -:: - - import json - # Loading digital enviroment from file - with open('mesh.json', 'r') as f: - mesh = json.load(f) - - # Loading vessel configuration parameters from file - with open('vessel.json', 'r') as f: - vessel = json.load(f) - -The **`VesselPerformance`** object can then be initialised. This will simulate the performance of the vessel and encodes this information -into the digital enviroment. -:: - - from polar_route.vessel_performance import VesselPerformance - vp = VesselPerformance(mesh, vessel) - -The **`VesselPerformance`** object can then be cast to a json object and saved to a file. This *vessel_mesh.json* file can then -be used by the CLI entry-point :ref:`optimise_routes`, or the json object can be passed to the **`RoutePlanner`** object in a python -terminal. -:: - - vessel_mesh = vp.to_json() - with open('vessel_mesh.json') as f: - json.dumps(vessel_mesh) - -^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Route Optimisation -^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Now that the vessel dependent environmental mesh is defined, and represented in the `vessel_performance` object, we can -construct routes, with parameters defined by the user in the configuration file. Waypoints are passed as an input -file path, `waypoints.csv`, discussed more in the Inputs section of the manual pages. The route construction is done -in two stages: construction of the meshed dijkstra optimal routes, `.compute_routes()`; and, the smoothing of the -dijkstra routes to further optimise the solution and reduce mesh dependencies, `.compute_smooth_routes()`. -During `.compute_routes()` the paths are appended to the object as an entry `paths`, which are replaced by the -smoothed paths after running `.compute_smooth_routes()`. An additional entry `waypoints` is generated to give the -waypoints information used in route construction. For further info about the structure of the outputs of the -paths please see the Outputs section of the manual. - -:: - - from polar_route.route_planner import RoutePlanner - rp = RoutePlanner(vessel_mesh, route_config , waypoints) - rp.compute_routes() - rp.compute_smoothed_routes() - info = rp.to_json() - - - diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..a6270500 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,72 @@ +# Examples +This directory contains example configs that can be used with PolarRoute. Please make sure you have PolarRoute properly installed before attempting to run these examples. +You will also need GeoPlot installed to run the `plot_mesh` command, however it is not necessary if all you need is the ability to generate meshes. See `https://github.com/antarctica/geoplot` for more instructions. + +To run PolarRoute, choose one config out of each directory and execute commands in this order: + +1. create_mesh {environment_config} +2. add_vehicle {vessel_config} {create_mesh_output} +3. optimise_routes {route_config} {add_vehicle_output} {waypoints} +4. (optional) plot_mesh {any_output} + +{environment_config}, {vessel_config}, {route_config}, and {waypoints} can be any of the JSON's in `environment_config/`, `vessel_config/`, `route_config/`, and `./` respectively. + +{create_mesh_output} is typically `create_mesh.output.json` + +{add_vehicle_output} is typically `add_vehicle.output.json` + +Both of these can be manually set by using the `-o` flag when running `create_mesh` and `add_vehicle` respectively. + +{any_output} can be the output after any of the 3 prior stages. `plot_mesh` will output a HTML showing the mesh after any stage, which can be useful for debugging purposes. + +## Environment Config +Contains 3 examples: +1. grf_example.json: + - Generates fake data to mesh using Gaussian Random Fields (GRF) + - Contains example of all possible config parameters for GRF dataloader + +2. grf_minimal_example.json + - Generates fake data to mesh using GRF's + - Contains bare minimum information required to be able to generate mesh from GRF dataloader + +3. real_example.json + - Relies on real data, see documentation for sources of each dataset + - Contains example of typical config parameters used during development + - File / folder paths are relative + - Visit the following links to download files for this dataloader: + - GEBCO: https://download.gebco.net/ + - AMSR: https://seaice.uni-bremen.de/data-archive/ + - SOSE: http://sose.ucsd.edu/sose_stateestimation_data_05to10.html + +## Vessel Config +Contains 1 example: +1. SDA.config.json + - Parameters used to simulate the SDA research vessel. + +## Route Config +Contains 2 examples: +1. fuel.config.json + - For generating fuel optimised routes +2. traveltime.config.json + - For generating travel-time optimised routes + +## Waypoints +Contains 2 examples: +1. waypoints_real.csv + - Contains points of interest around the world that the SDA may travel to. +2. waypoints_example.csv + - Minimal working example that will work with the GRF meshes + +## Common Errors +The most common source of errors is a malformed config. To ensure that this does not happen, here are some easy checks you can perform: +- If you are running an example that relies on real data: + - make sure you have the needed data files, if not you can get them from the SAN + - update the datasources inside the environment_config to point to the correct file path +- Does the time range specified in your environment_config exclude all the data from one of the dataloaders? +- Do all of your waypoints lay outside of your initial mesh boundary? +- Are your waypoints inaccessible because of land/SIC? + +## Known bugs +These are issues that may occur that are outside of your control +- Do any of your waypoints lay exactly on one of the cellbox boundaries? +- Do you not have a dataloader for `SIC` or `uC,vC`? (excluding one of these will crash `optimise_routes`) diff --git a/examples/environment_config/grf_example.config.json b/examples/environment_config/grf_example.config.json new file mode 100644 index 00000000..88d127c1 --- /dev/null +++ b/examples/environment_config/grf_example.config.json @@ -0,0 +1,202 @@ +{ + "Mesh_info": { + "Region": { + "latMin": 0, + "latMax": 10, + "longMin": 0, + "longMax": 10, + "startTime": "TODAY - 1", + "endTime": "TODAY + 1", + "cellWidth": 10, + "cellHeight": 10 + }, + "Data_sources": [ + { + "loader": "scalar_grf", + "params": { + "data_name": "SIC", + "min": 0, + "max": 100, + "seed": 16, + "offset": 5, + "splitting_conditions": [ + { + "SIC": { + "threshold": 75, + "upper_bound": 1.0, + "lower_bound": 0.0 + } + } + ], + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1 + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "elevation", + "min": -100, + "max": 50, + "seed": 30, + "splitting_conditions": [ + { + "elevation": { + "threshold": -10, + "upper_bound": 1.0, + "lower_bound": 0.0 + } + } + ], + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1, + "offset": 0 + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "thickness", + "min": 0.65, + "max": 1.4, + "seed": 44, + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1, + "offset": 0 + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "density", + "min": 850, + "max": 1000, + "seed": 40, + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1, + "offset": 0 + } + }, + { + "loader": "vector_grf", + "params": { + "data_name": "uC,vC", + "min": 0, + "max": 1, + "seed": 21, + "dataloader_name": "vector_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "vec_x": "uC", + "vec_y": "vC" + } + }, + { + "loader": "vector_grf", + "params": { + "data_name": "u10,v10", + "min": 0, + "max": 1, + "seed": 21, + "dataloader_name": "vector_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "vec_x": "uC", + "vec_y": "vC" + } + } + ], + "splitting": { + "split_depth": 6, + "minimum_datapoints": 5 + } + } +} diff --git a/examples/environment_config/grf_minimal_example.config.json b/examples/environment_config/grf_minimal_example.config.json new file mode 100644 index 00000000..253cac72 --- /dev/null +++ b/examples/environment_config/grf_minimal_example.config.json @@ -0,0 +1,40 @@ +{ + "Mesh_info": { + "Region": { + "latMin": 0, + "latMax": 10, + "longMin": 0, + "longMax": 10, + "startTime": "TODAY - 1", + "endTime": "TODAY + 1", + "cellWidth": 5, + "cellHeight": 5 + }, + "Data_sources": [ + { + "loader": "scalar_grf", + "params": { + "data_name": "elevation", + "binary": false + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "SIC", + "binary": false + } + }, + { + "loader": "vector_grf", + "params": { + "data_name": "uC,vC" + } + } + ], + "splitting": { + "split_depth": 4, + "minimum_datapoints": 5 + } + } +} diff --git a/examples/environment_config/real_example.config.json b/examples/environment_config/real_example.config.json new file mode 100644 index 00000000..0c654f69 --- /dev/null +++ b/examples/environment_config/real_example.config.json @@ -0,0 +1,107 @@ +{ + "Mesh_info": { + "Region": { + "latMin": -80, + "latMax": -40, + "longMin": -130, + "longMax": 0, + "startTime": "TODAY - 4", + "endTime": "TODAY - 1", + "cellWidth": 5, + "cellHeight": 2.5 + }, + "Data_sources": [ + { + "loader": "GEBCO", + "params": { + "downsample_factors": [ + 5, + 5 + ], + "data_name": "elevation", + "file" : "datastore/bathymetry/gebco/gebco_global.nc", + "value_fill_types": "parent", + "aggregate_type": "MAX", + "splitting_conditions": [ + { + "elevation": { + "threshold": -10, + "upper_bound": 1, + "lower_bound": 0 + } + } + ] + } + }, + { + "loader": "amsr", + "params": { + "folder": "datastore/sic/amsr2/south/", + "hemisphere": "south", + "value_fill_types": "parent", + "data_name": "SIC", + "splitting_conditions": [ + { + "SIC": { + "threshold": 1, + "upper_bound": 1, + "lower_bound": 0 + } + }, + { + "SIC": { + "threshold": 35, + "upper_bound": 1, + "lower_bound": 0 + } + }, + { + "SIC": { + "threshold": 80, + "upper_bound": 1, + "lower_bound": 0 + } + } + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:3412", + "out_proj": "EPSG:4326", + "x_col": "x", + "y_col": "y" + } + }, + { + "loader": "SOSE", + "params": { + "value_fill_types": "parent", + "data_name": "uC,vC", + "aggregate_type": "MEAN", + "file": "datastore/currents/sose/SOSE_surface_velocity_6yearMean_2005-2010.nc" + } + }, + { + "loader": "thickness", + "params": { + "data_name": "thickness", + "value_fill_types": "parent", + "aggregate_type": "MEAN", + "min_dp": 5 + } + }, + { + "loader": "density", + "params": { + "data_name": "density", + "value_fill_types": "parent", + "aggregate_type": "MEAN" + } + } + ], + "splitting": { + "split_depth": 4, + "minimum_datapoints": 5 + } + } +} + diff --git a/examples/route_config/fuel.config.json b/examples/route_config/fuel.config.json new file mode 100644 index 00000000..81eee1c0 --- /dev/null +++ b/examples/route_config/fuel.config.json @@ -0,0 +1,20 @@ +{ + "objective_function": "fuel", + "path_variables": [ + "fuel", + "traveltime" + ], + "vector_names": [ + "uC", + "vC" + ], + "zero_currents": false, + "variable_speed": true, + "time_unit": "days", + "early_stopping_criterion": true, + "save_dijkstra_graphs": true, + "smooth_path": { + "max_iteration_number": 1000, + "minimum_difference": 0.0005 + } +} \ No newline at end of file diff --git a/examples/route_config/traveltime.config.json b/examples/route_config/traveltime.config.json new file mode 100644 index 00000000..3f6e54bc --- /dev/null +++ b/examples/route_config/traveltime.config.json @@ -0,0 +1,20 @@ +{ + "objective_function": "traveltime", + "path_variables": [ + "fuel", + "traveltime" + ], + "vector_names": [ + "uC", + "vC" + ], + "zero_currents": false, + "variable_speed": true, + "time_unit": "days", + "early_stopping_criterion": true, + "save_dijkstra_graphs": true, + "smooth_path": { + "max_iteration_number": 1000, + "minimum_difference": 0.0005 + } +} diff --git a/examples/vessel_config/SDA.config.json b/examples/vessel_config/SDA.config.json new file mode 100644 index 00000000..3539c10a --- /dev/null +++ b/examples/vessel_config/SDA.config.json @@ -0,0 +1,10 @@ +{ + "VesselType": "SDA", + "MaxSpeed": 26.5, + "Unit": "km/hr", + "Beam": 24.0, + "HullType": "slender", + "ForceLimit": 96634.5, + "MaxIceConc": 80, + "MinDepth": -10 +} diff --git a/examples/waypoints_example.csv b/examples/waypoints_example.csv new file mode 100644 index 00000000..5a566c08 --- /dev/null +++ b/examples/waypoints_example.csv @@ -0,0 +1,3 @@ +Name,Lat,Long,Source,Destination +Start,1.1,1.1,X, +End,8.9,8.9,,X diff --git a/examples/waypoints_real.csv b/examples/waypoints_real.csv new file mode 100644 index 00000000..a69dd524 --- /dev/null +++ b/examples/waypoints_real.csv @@ -0,0 +1,9 @@ +Name,Lat,Long,Source,Destination +Ny-Ålesund,78.917,11.933,,X +Rothera,-67.569,-68.125,,X +Halley,-75.568,-25.508,,X +Bird Island,-54.0,-38.05,,X +King Edward Point,-54.283,-36.5,,X +Signy,-60.717,-45.6,,X +Harwick,51.948,1.256,,X +SDA,56.02557705454917,-3.4472619339242967,X, diff --git a/polar_route/__init__.py b/polar_route/__init__.py index d326d5fe..5872e860 100644 --- a/polar_route/__init__.py +++ b/polar_route/__init__.py @@ -1,13 +1,19 @@ -__version__ = "0.1.0" +__version__ = "0.2.19" __description__ = "PolarRoute: Long-distance maritime polar route planning taking into account complex changing environmental conditions" __license__ = "MIT" __author__ = "Jonathan Smith, Samuel Hall, George Coombs, Harrison Abbot, Ayat Fekry, James Byrne, Michael Thorne, Maria Fox" -__email__ = "jonsmi@bas.ac.uk" -__copyright__ = "2022, BAS AI Lab" +__email__ = "polarroute@bas.ac.uk" +__copyright__ = "2022-2023, BAS AI Lab" -from polar_route.mesh_generation.mesh_builder import MeshBuilder as MeshBuilder -from polar_route.dataloaders.factory import DataLoaderFactory as DataLoaderFactory +# Wrapped in try-except so that setup.py can import polar_route without crashing due to dependency errors +try: + from polar_route.mesh_generation.mesh_builder import MeshBuilder as MeshBuilder + from polar_route.dataloaders.factory import DataLoaderFactory as DataLoaderFactory -from polar_route.vessel_performance.vessel_performance_modeller import VesselPerformanceModeller as VesselPerformanceModeller + from polar_route.vessel_performance.vessel_performance_modeller import VesselPerformanceModeller as VesselPerformanceModeller -from polar_route.route_planner import RoutePlanner as RoutePlanner + from polar_route.route_planner import RoutePlanner as RoutePlanner + from polar_route.mesh_generation.boundary import Boundary as Boundary + +except ModuleNotFoundError as err: + print(f'{err}\n Is PolarRoute installed correctly?') \ No newline at end of file diff --git a/polar_route/cli.py b/polar_route/cli.py index 991299e8..0f386cbc 100644 --- a/polar_route/cli.py +++ b/polar_route/cli.py @@ -4,11 +4,12 @@ import logging from polar_route import __version__ as version -from polar_route.utils import setup_logging, timed_call +from polar_route.utils import setup_logging, timed_call, convert_decimal_days from polar_route.mesh_generation.mesh_builder import MeshBuilder from polar_route.vessel_performance.vessel_performance_modeller import VesselPerformanceModeller from polar_route.route_planner import RoutePlanner from polar_route.mesh_generation.environment_mesh import EnvironmentMesh +from polar_route.route_calc import route_calc @setup_logging @@ -17,7 +18,8 @@ def get_args( config_arg: bool = True, mesh_arg: bool = False, waypoints_arg: bool = False, - format_arg: bool = False): + format_arg: bool = False, + format_conf: bool = False): """ Adds required command line arguments to all CLI entry points. @@ -69,11 +71,44 @@ def get_args( if format_arg: ap.add_argument("format", help = "Export format to transform a mesh into. Supported \ - formats are JSON, GEOJSON") + formats are JSON, GEOJSON, Tif") + ap.add_argument( "-f", "--format_conf", + default = None, + help = "File location of Export to Tif configuration parameters") + return ap.parse_args() +@timed_call +def rebuild_mesh_cli(): + """ + CLI entry point for rebuilding the mesh based on its encoded config files. + """ + + default_output = "rebuild_mesh.output.json" + args = get_args(default_output, mesh_arg=True, config_arg=False) + logging.info("{} {}".format(inspect.stack()[0][3][:-4], version)) + + mesh_json = json.load(args.mesh) + config = mesh_json['config'] + + # rebuilding mesh... + rebuilt_mesh = MeshBuilder(config).build_environmental_mesh() + rebuilt_mesh_json = rebuilt_mesh.to_json() + + if 'vessel_info' in config.keys(): + vessel_config = config['vessel_info'] + vp = VesselPerformanceModeller(rebuilt_mesh_json, vessel_config) + vp.model_accessibility() + vp.model_performance() + rebuilt_mesh_json = vp.to_json() + + logging.info("Saving mesh to {}".format(args.output)) + + json.dump(rebuilt_mesh_json, open(args.output, "w"), indent=4) + + @timed_call def create_mesh_cli(): @@ -85,14 +120,14 @@ def create_mesh_cli(): args = get_args(default_output) logging.info("{} {}".format(inspect.stack()[0][3][:-4], version)) - config = json.load(args.config)['config'] + config = json.load(args.config) # Discrete Meshing cg = MeshBuilder(config).build_environmental_mesh() logging.info("Saving mesh to {}".format(args.output)) info = cg.to_json() - json.dump(info, open(args.output, "w")) + json.dump(info, open(args.output, "w"), indent=4) @timed_call @@ -114,7 +149,7 @@ def add_vehicle_cli(): logging.info("Saving mesh to {}".format(args.output)) info = vp.to_json() - json.dump(info, open(args.output, "w")) + json.dump(info, open(args.output, "w"), indent=4) @timed_call @@ -133,40 +168,79 @@ def optimise_routes_cli(): logging.info("outputting full mesh to {}".format(args.output)) rp = RoutePlanner(args.mesh.name, args.config.name, args.waypoints.name) + rp.compute_routes() info_dijkstra = rp.to_json() + + if args.dijkstra: + if args.path_only: + json.dump(info_dijkstra['paths'], open('{}_dijkstra.json'.format('.'.join(args.output.split('.')[:-1])), 'w'), indent=4) + else: + json.dump(info_dijkstra, open('{}_dijkstra.json'.format('.'.join(args.output.split('.')[:-1])), 'w'), indent=4) + rp.compute_smoothed_routes() info = rp.to_json() if args.path_only: - if args.dijkstra: - json.dump(info_dijkstra['paths'], open('{}_dijkstra.json'.format('.'.join(args.output.split('.')[:-1])), 'w')) - json.dump(info['paths'], open(args.output, 'w')) + json.dump(info['paths'], open(args.output, 'w'), indent=4) else: - if args.dijkstra: - json.dump(info_dijkstra, open('{}_dijkstra.json'.format('.'.join(args.output.split('.')[:-1])), 'w')) - json.dump(info, open(args.output, "w")) + json.dump(info, open(args.output, "w"), indent=4) @timed_call def export_mesh_cli(): """ CLI entry point for exporting a mesh to standard formats. + Currently supported formats are JSON, GEOJSON, TIF """ - print("test tit") - args = get_args("export_mesh.output.json", - config_arg = False, mesh_arg = True, format_arg = True) - - print(f" Mesh arg = {args.mesh}, format arg = {args.format}") + # Default, used only by the Mesh Builder and PolarRoute + args = get_args("mesh.json", + config_arg = False, + mesh_arg = True, + format_arg = True) + + if args.format.upper() == "GEOJSON": + args = get_args("mesh_geo.json", + config_arg = False, + mesh_arg = True, + format_arg = True) + + elif args.format.upper() == "TIF": + args = get_args("mesh.tif", + config_arg = False, + mesh_arg = True, + format_arg = True) logging.info("{} {}".format(inspect.stack()[0][3][:-4], version)) - - mesh = json.load(args.mesh) - env_mesh = EnvironmentMesh.load_from_json(mesh) logging.info(f"exporting mesh to {args.output} in format {args.format}") - env_mesh.save(args.output, args.format) + + env_mesh.save(args.output, args.format , args.format_conf) + +@timed_call +def calculate_route_cli(): + """ + CLI entry point to calculate the cost of a manually defined route within an existing mesh. + """ + args = get_args("calculated_route.json", + config_arg = False, mesh_arg = True, waypoints_arg = True) + logging.info("{} {}".format(inspect.stack()[0][3][:-4], version)) + + logging.info(f"Calculating the cost of route {args.waypoints.name} from mesh {args.mesh.name}") + + calc_route = route_calc(args.waypoints.name, args.mesh.name) + + if calc_route is not None: + max_time = convert_decimal_days(calc_route["features"][0]["properties"]["traveltime"][-1]) + max_fuel = round(calc_route["features"][0]["properties"]["fuel"][-1],2) + + logging.info(f"Calculated route has travel time: {max_time} and fuel cost: {max_fuel} tons") + + logging.info(f"Saving calculated route to {args.output}") + with open(args.output, "w") as f: + json.dump(calc_route, f, indent=4) + diff --git a/polar_route/config_validation/__init__.py b/polar_route/config_validation/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/polar_route/config_validation/config_validator.py b/polar_route/config_validation/config_validator.py new file mode 100644 index 00000000..458f44f5 --- /dev/null +++ b/polar_route/config_validation/config_validator.py @@ -0,0 +1,197 @@ +import json +import jsonschema +import logging +import datetime +import re +import pandas as pd + +from polar_route.config_validation.mesh_schema import mesh_schema +from polar_route.config_validation.vessel_schema import vessel_schema +from polar_route.config_validation.route_schema import route_schema +from polar_route.config_validation.waypoints_schema import waypoints_columns + +def flexi_json_input(config): + """ + Allows flexible inputs. If a string is parsed, then assume it's a file path + and read in as a json. If a dict is parsed, then assume it's already a + valid loaded json, and return it as is + + Args: + config (str or dict): Input to translate into a dict. + + Raises: + TypeError: If input is neither a str nor a dict, then wrong input type + + Returns: + dict: Dictionary read from JSON + """ + if type(config) is str: + # If str, assume filename + with open(config, 'r') as fp: + config_json = json.load(fp) + elif type(config) is dict: + # If dict, assume it's the config + config_json = config + else: + # Otherwise, can't deal with it + raise TypeError(f"Expected 'str' or 'dict', instead got '{type(config)}'") + + return config_json + +def validate_mesh_config(config): + """ + Validates a mesh config + + Args: + config (str or dict): + Mesh config to be validated. + If type 'str', tries to read in as a filename and open file as json + If type 'dict', assumes it's already read in from a json file + + Raises: + TypeError: Incorrect config parsed in. Must be 'str' or 'dict' + FileNotFoundError: Could not read in file if 'str' parsed + ValidationError: Malformed mesh config + """ + + def assert_valid_time(time_str): + """ + Checks if the time strings in the config are correctly formatted + + Args: + time_str (str): + String from config. Expects 'YYYY-MM-DD' or 'TODAY +- n' + Raises: + ValueError: String not in a valid date format + """ + correctly_formatted = False + # If relative time is parsed + if re.match('TODAY[+,-]\d+', time_str): + correctly_formatted = True + # Otherwise check if date is parsed correctly + else: + try: + # Checks if formatted as YYYY-MM-DD with a valid date + datetime.date.fromisoformat(time_str) + # If so, then it's correct + correctly_formatted = True + except ValueError: + # Otherwise, keep correctly_formatted = False + pass + # If it failed to pass + if not correctly_formatted: + raise ValueError(f'{time_str} is not a valid date format!') + + def assert_valid_cellsize(bound_min, bound_max, cell_size): + """ + Ensures that the initial cellbox size can evenly divide the initial + boundary. + + Args: + bound_min (float): Minimum value of boundary in one axis + bound_max (float): Maximum value of boundary in the same axis + cell_size (float): Initial cellbox size in the same axis + """ + assert((bound_max - bound_min)%cell_size == 0), \ + f"{bound_max}-{bound_min}={bound_max-bound_min} is not evenly "+\ + f"divided by {cell_size}" + + + # Deals with flexible input + config_json = flexi_json_input(config) + # Validate against the schema to check syntax is correct + jsonschema.validate(instance=config_json, schema=mesh_schema) + + # Check that the dates in the Region are valid + assert_valid_time(config['Mesh_info']['Region']['startTime']) + assert_valid_time(config['Mesh_info']['Region']['endTime']) + + # Check that cellbox width and height evenly divide boundary + assert_valid_cellsize(config['Mesh_info']['Region']['latMin'], + config['Mesh_info']['Region']['latMax'], + config['Mesh_info']['Region']['cellHeight']) + assert_valid_cellsize(config['Mesh_info']['Region']['longMin'], + config['Mesh_info']['Region']['longMax'], + config['Mesh_info']['Region']['cellHeight']) + +def validate_vessel_config(config): + """ + Validates a vessel config + + Args: + config (str or dict): + Vessel config to be validated. + If type 'str', tries to read in as a filename and open file as json + If type 'dict', assumes it's already read in from a json file + + Raises: + TypeError: Incorrect config parsed in. Must be 'str' or 'dict' + FileNotFoundError: Could not read in file if 'str' parsed + ValidationError: Malformed vessel config + + """ + # Deals with flexible input + config_json = flexi_json_input(config) + # Validate against schema + jsonschema.validate(instance=config_json, schema=vessel_schema) + +def validate_route_config(config): + """ + Validates a route config + + Args: + config (str or dict): + route config to be validated. + If type 'str', tries to read in as a filename and open file as json + If type 'dict', assumes it's already read in from a json file + + Raises: + TypeError: Incorrect config parsed in. Must be 'str' or 'dict' + FileNotFoundError: Could not read in file if 'str' parsed + ValidationError: Malformed route config + + """ + # Deals with flexible input + config_json = flexi_json_input(config) + # Validate against schema + jsonschema.validate(instance=config_json, schema=route_schema) + +def validate_waypoints(waypoints): + """_summary_ + + Args: + waypoints (str or pd.DataFrame): _description_ + + Raises: + TypeError: Incorrect config parsed in. Must be 'str' or 'pd.DataFrame' + FileNotFoundError: Could not read in file if 'str' parsed + AssertionError: Malformed waypoints config + """ + + if type(waypoints) is str: + # If str, assume filename + waypoints_df = pd.read_csv(waypoints).reset_index() + elif type(waypoints) is pd.core.frame.DataFrame: + # If dataframe, assume it's the loaded waypoints + waypoints_df = waypoints.reset_index() + else: + # Otherwise, can't deal with it + raise TypeError( + f"Expected 'str' or 'dict', instead got '{type(waypoints)}'" + ) + # Assert that all the required columns exist + assert(all(col in waypoints_df.columns for col in waypoints_columns)), \ + f'Expected the following columns to exist: {waypoints_columns}' + + # Assert that at least one source and destination waypoint selected + assert('X' in set(waypoints_df['Source'])), \ + 'No source waypoint defined!' + assert('X' in set(waypoints_df['Destination'])), \ + 'No destination waypoint defined!' + + # Assert only numeric values given as coordinates + assert(pd.to_numeric(waypoints_df['Lat'], errors='coerce').notnull().all()), \ + 'Non-numeric value in "Lat" column of waypoints' + assert(pd.to_numeric(waypoints_df['Long'], errors='coerce').notnull().all()), \ + 'Non-numeric value in "Long" column of waypoints' + diff --git a/polar_route/config_validation/mesh_schema.py b/polar_route/config_validation/mesh_schema.py new file mode 100644 index 00000000..4d68b494 --- /dev/null +++ b/polar_route/config_validation/mesh_schema.py @@ -0,0 +1,69 @@ +region_schema = { + "type": "object", + "required": ["latMin", "latMax", + "longMin", "longMax", + "startTime", "endTime", + "cellWidth", "cellHeight"], + "additionalProperties": False, + "properties":{ + "latMin": {"type": "number"}, + "latMax": {"type": "number"}, + "longMin": {"type": "number"}, + "longMax": {"type": "number"}, + "startTime": {"type": "string"}, + "endTime": {"type": "string"}, + "cellWidth": {"type": "number"}, + "cellHeight": {"type": "number"} + } +} + +dataloader_schema = { + "type": "object", + "required": ["loader", "params"], + "additionalProperties": False, + "properties":{ + "loader": {"type": "string"}, + "params": {"type": "object"} + + } +} + +splitting_schema = { + "type": "object", + "required": ["split_depth", "minimum_datapoints"], + "additionalProperties": False, + "properties":{ + "split_depth": {"type": "integer"}, + "minimum_datapoints": {"type": "integer"} + } +} + +mesh_schema = { + "type": "object", + "required": ["Mesh_info"], + "additionalProperties": False, + "properties":{ + "Mesh_info": { + "type": "object", + "required": ["Region", "Data_sources", "splitting"], + "additionalProperties": False, + "properties":{ + "Region": { + "$ref": "#/region_schema" + }, + "Data_sources": { + "type": "array", + "items": { + "$ref": "#/dataloader_schema" + }, + }, + "splitting": { + "$ref": "#/splitting_schema" + } + } + } + }, + "region_schema": region_schema, + "dataloader_schema": dataloader_schema, + "splitting_schema": splitting_schema +} \ No newline at end of file diff --git a/polar_route/config_validation/route_schema.py b/polar_route/config_validation/route_schema.py new file mode 100644 index 00000000..f66f54a4 --- /dev/null +++ b/polar_route/config_validation/route_schema.py @@ -0,0 +1,31 @@ +route_schema = { + "type": "object", + "required": [ + "objective_function", + "path_variables", + "vector_names", + "variable_speed", + "time_unit", + "early_stopping_criterion", + "zero_currents" + ], + "additionalProperties": True, + "properties": { + "objective_function": {"type": "string"}, + "path_variables": {"type": "array", + "items":{"type": "string"}}, + "vector_names": {"type": "array", + "items":{"type":"string"}, + "minItems": 2, + "maxItems": 2}, + "variable_speed": {"type":"boolean"}, + "time_unit": {"type": "string", + "enum": ["days","hours","seconds"]}, + "early_stopping_criterion":{"type": "boolean"}, + "zero_currents": {"type": "boolean"}, + "smoothing_blocked_sic": {"type": "number"}, + "smoothing_max_iterations": {"type": "integer"}, + "smoothing_merge_separation": {"type": "number"}, + "smoothing_converged_sep": {"type": "number"} + } +} \ No newline at end of file diff --git a/polar_route/config_validation/vessel_schema.py b/polar_route/config_validation/vessel_schema.py new file mode 100644 index 00000000..dcfcb2f1 --- /dev/null +++ b/polar_route/config_validation/vessel_schema.py @@ -0,0 +1,14 @@ +vessel_schema = { + "type": "object", + "required": ["VesselType", "MaxSpeed", + "Unit", "MaxIceConc", + "MinDepth"], + "additionalProperties": True, + "properties": { + "VesselType": {"type": "string"}, + "MaxSpeed": {"type": "number", "minimum": 0}, + "Unit": {"type": "string"}, + "MaxIceConc": {"type": "number", "minimum": 0, "maximum": 100}, + "MinDepth": {"type": "number", "minimum": 0} + } +} diff --git a/polar_route/config_validation/waypoints_schema.py b/polar_route/config_validation/waypoints_schema.py new file mode 100644 index 00000000..7ccb8445 --- /dev/null +++ b/polar_route/config_validation/waypoints_schema.py @@ -0,0 +1 @@ +waypoints_columns = ['Name','Lat','Long','Source','Destination'] \ No newline at end of file diff --git a/polar_route/crossing.py b/polar_route/crossing.py index 88409310..316b7f0d 100644 --- a/polar_route/crossing.py +++ b/polar_route/crossing.py @@ -1,33 +1,20 @@ """ The python package `crossing` implement the optimisation for the crossing point for the unsmoothed and smoothed path - construction. The package is separated into two classes `NewtonianDistance` and `NewtonianCurve`. - In the section below we will go through, stage by stage, how the crossing point is determined and the methods - used within the classes. + construction. The package is separated into two classes `NewtonianDistance` and `NewtonianCurve`. + In the section below we will go through, stage by stage, how the crossing point is determined and the methods + used within the classes. """ import copy import pandas as pd import numpy as np import pyproj +import logging np.seterr(divide='ignore', invalid='ignore') class NewtonianDistance: - """The summary line for a class docstring should fit on one line. - If the class has public attributes, they may be documented here - in an ``Attributes`` section and follow the same formatting as a - function's ``Args`` section. Alternatively, attributes may be documented - inline with the attribute's declaration (see __init__ method below). - - Properties created with the ``@property`` decorator should be documented - in the property's getter method. - - Attributes: - attr1 (str): Description of `attr1`. - attr2 (:obj:`int`, optional): Description of `attr2`. - - """ def __init__(self,source_graph=None,neighbour_graph=None, case=None,unit_shipspeed='km/hr',unit_time='days', zerocurrents=True,debugging=False,maxiter=1000,optimizer_tol=1e-3): @@ -85,33 +72,54 @@ def __init__(self,source_graph=None,neighbour_graph=None, def _newton_optimisation(self, f, x, a, Y, u1, v1, u2, v2, s1, s2): ''' - FILL - ''' + Newton Optimisation applied to the crossing point, to update its crossing position in-line + with environmental parameters of the starting and end cell box. + + All inputs and outputs are given in SI units (m,m/s,s) + + Inputs: + f (func) - + x (float) - Start cell perpendicular distance from cell centre to crossing boundary + a (float) - End cell perpendicular distance from cell centre to crossing boundary + Y (float) - Parallel distance, to crossing boundary, between start cell and end cell centres + u1 (float) - Start Cell perpendicular to crossing boundary forcing component + v1 (float) - Start Cell parallel to crossing boundary forcing component + u2 (float) - End Cell perpendicular to crossing boundary forcing component + v2 (float) - End Cell parallel to crossing boundary forcing component + s1 (float) - Start Cell max speed + s1 (float) - End Cell max speed + + Returns: + y0 (float) - updated crossing point represent as parallel distance along crossing boundary from start cell centre to crossing point + t (tuple, (float,float)) - Traveltime of the two segments from start cell centre to crossing to end cell centre. + ''' y0 = (Y*x)/(x+a) - if self.debugging: - print('---Initial y={:.2f}'.format(y0)) improving = True - iterartion_num = 0 + iteration_num = 0 while improving: F,dF,X1,X2,t1,t2 = f(y0,x,a,Y,u1,v1,u2,v2,s1,s2) if F==np.inf: return np.nan,np.inf - - if self.debugging: - print('---Iteration {}: y={:.2f}; F={:.5f}; dF={:.2f}'\ - .format(iterartion_num,y0,F,dF)) y0 = y0 - (F/dF) improving = abs((F/dF)/(X1*X2)) > self.optimizer_tol - iterartion_num+=1 - if iterartion_num>1000: - raise Exception('Newton not able to converge') - - + iteration_num+=1 + # Assume convergence impossible after 1000 iterations and exit + if iteration_num>1000: + # Set crossing point to nan and travel times to infinity + y0 = np.nan + t1 = -1 + t2 = -1 return y0,self._unit_time(np.array([t1,t2])) def _unit_speed(self,val): ''' - FILL + Applying unit speed for an input type. + + Input: + Val (float) - Input speed in m/s + Output: + Val (float) - Output speed in unit type unit_shipspeed + ''' if not isinstance(val,type(None)): if self.unit_shipspeed == 'km/hr': @@ -124,7 +132,13 @@ def _unit_speed(self,val): def _unit_time(self,val): ''' - FILL + Applying unit time for an input type. + + Input: + Val (float) - Input time in s + Output: + Val (float) - Output time in unit type unit_time + ''' if self.unit_time == 'days': val = val/(60*60*24.) @@ -139,7 +153,28 @@ def _unit_time(self,val): def _F(self,y,x,a,Y,u1,v1,u2,v2,s1,s2): ''' - FILL + Determining Newton Function and differential of newton function from adjacent cell pair information + + Args: + y (float) - Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + x (float) - Start cell perpendicular distance from cell centre to crossing boundary + a (float) - End cell perpendicular distance from cell centre to crossing boundary + Y (float) - Parallel distance, to crossing boundary, between start cell and end cell centres + u1 (float) - Start Cell perpendicular to crossing boundary forcing component + v1 (float) - Start Cell parallel to crossing boundary forcing component + u2 (float) - End Cell perpendicular to crossing boundary forcing component + v2 (float) - End Cell parallel to crossing boundary forcing component + s1 (float) - Start Cell max speed + s1 (float) - End Cell max speed + + Outputs: + F (float) - Newton function value + dF (float) - Differential of Newton function value + X1 (float) - Characteristic X distance in start cell + X2 (float) - Characteristic X distance in end cell + t1 (float) - Traveltime leg from start cell centre to crossing point + t1 (float) - Traveltime leg from crossing point to end cell centre + ''' C1 = s1**2 - u1**2 - v1**2 C2 = s2**2 - u2**2 - v2**2 @@ -182,6 +217,15 @@ def _F(self,y,x,a,Y,u1,v1,u2,v2,s1,s2): def _traveltime_in_cell(self,xdist,ydist,U,V,S): ''' Determines the travel-time within cell between two points + + Args: + xdist (float) - Longitudinal distance in cell in m + xdist (float) - Latitudinal distance in cell in m + U (float) - Longitudinal component of forcing vector (m/s) + V (float) - Latitudinal component of forcing vector (m/s) + S (float) - Max speed in cell (m/s) + + ''' dist = np.sqrt(xdist**2 + ydist**2) cval = np.sqrt(U**2 + V**2) @@ -193,11 +237,9 @@ def _traveltime_in_cell(self,xdist,ydist,U,V,S): if diffsqrs == 0.0: if dotprod == 0.0: return np.inf - #raise Exception(' ') else: if ((dist**2)/(2*dotprod)) <0: return np.inf - #raise Exception(' ') else: traveltime = dist * dist / (2 * dotprod) return traveltime @@ -205,13 +247,16 @@ def _traveltime_in_cell(self,xdist,ydist,U,V,S): traveltime = (np.sqrt(dotprod**2 + (dist**2)*diffsqrs) - dotprod)/diffsqrs if traveltime < 0: traveltime = np.inf - # print(traveltime,xdist,ydist,U,V,S) - # raise Exception('Newton Corner Cases returning Zero Traveltime - ISSUE') return traveltime def waypoint_correction(self,Wp,Cp): ''' - FILL + Determines the traveltime between two points within a given cell + Args: + Wp (tuple): Start Waypoint location (long,lat) + Cp (tuple): End Waypoint location (long,lat) + Returns: + traveltime (float) - Traveltime between the two points within cell in unit_time ''' x = (Cp[0]-Wp[0])*self.m_long*np.cos(Wp[1]*(np.pi/180)) y = (Cp[1]-Wp[1])*self.m_lat @@ -224,7 +269,15 @@ def waypoint_correction(self,Wp,Cp): def _longitude(self): ''' - FILL + Applying an inplace longitude correction to the crossing point between the start and end cell boxes + + All outputs are given in SI units (m,m/s,s) + + Outputs: + Traveltime (tuple,[float,float]) - Traveltime legs from start cell centre to crossing to end cell centre + CrossPoints (tuple,[float,float]) - Crossing Point in (long,lat) + CellPoints (tuple,[int,int]) - Start and End cell indices + ''' if self.case==2: @@ -269,7 +322,7 @@ def _longitude(self): CellPoints = [n_cx,n_cy] - # Checking Crossing Ponint possible + # Checking Crossing Point possible # Defining the min and max of the start and end cells smin = s_cy-s_dcy smax = s_cy+s_dcy @@ -278,16 +331,22 @@ def _longitude(self): vmin = np.max([smin,emin]) vmax = np.min([smax,emax]) if (CrossPoints [1] < vmin) or (CrossPoints[1] > vmax): - TravelTime = [np.inf,np.inf] - CrossPoints = [np.nan,np.nan] - CellPoints = [np.nan,np.nan] + CrossPoints = (CrossPoints[0],np.clip(CrossPoints[1],vmin,vmax)) return TravelTime,CrossPoints,CellPoints def _latitude(self): ''' - FILL + Applying an inplace latitude correction to the crossing point between the start and end cell boxes + + All outputs are given in SI units (m,m/s,s) + + Outputs: + Traveltime (tuple,[float,float]) - Traveltime legs from start cell centre to crossing to end cell centre + CrossPoints (tuple,[float,float]) - Crossing Point in (long,lat) + CellPoints (tuple,[int,int]) - Start and End cell indices + ''' if self.case==4: @@ -335,7 +394,7 @@ def _latitude(self): CellPoints = [n_cx,n_cy] - # Checking Crossing Ponint possible + # Checking Crossing Point possible # Defining the min and max of the start and end cells smin = s_cx-s_dcx smax = s_cx+s_dcx @@ -344,23 +403,22 @@ def _latitude(self): vmin = np.max([smin,emin]) vmax = np.min([smax,emax]) if (CrossPoints [0] < vmin) or (CrossPoints[0] > vmax): - TravelTime = [np.inf,np.inf] - CrossPoints = [np.nan,np.nan] - CellPoints = [np.nan,np.nan] - - # if TravelTime[0] < 0 or TravelTime[1] < 0: - # TravelTime = [np.inf,np.inf] - # CrossPoints = [np.nan,np.nan] - # CellPoints = [np.nan,np.nan] - # return TravelTime,CrossPoints,CellPoints - + CrossPoints = (np.clip(CrossPoints[0],vmin,vmax),CrossPoints[1]) return TravelTime,CrossPoints,CellPoints def _corner(self): ''' - FILL + Applying an inplace corner crossing point between the start and end cell boxes + + All outputs are given in SI units (m,m/s,s) + + Outputs: + Traveltime (tuple,[float,float]) - Traveltime legs from start cell centre to crossing to end cell centre + CrossPoints (tuple,[float,float]) - Crossing Point in (long,lat) + CellPoints (tuple,[int,int]) - Start and End cell indices + ''' @@ -375,7 +433,7 @@ def _corner(self): - # Given the case determine the postive and negative position relative to centre + # Given the case determine the positive and negative position relative to centre if self.case==1: ptvX = 1.0 ptvY = 1.0 @@ -389,18 +447,6 @@ def _corner(self): ptvX = -1.0 ptvY = 1.0 - # dx1 = s_dcx*self.m_long*np.cos(s_cy*(np.pi/180)) - # dx2 = n_dcx*self.m_long*np.cos(n_cy*(np.pi/180)) - # dy1 = s_dcy*self.m_lat - # dy2 = n_dcy*self.m_lat - - # # Currents in Cells - # Su = ptvX*self.source_graph['Vector_x']*self.zero_current_factor - # Sv = ptvY*self.source_graph['Vector_y']*self.zero_current_factor - # Nu = ptvX*self.neighbour_graph['Vector_x']*self.zero_current_factor - # Nv = ptvY*self.neighbour_graph['Vector_y']*self.zero_current_factor - - dx1 = ptvX*s_dcx*self.m_long*np.cos(s_cy*(np.pi/180)) dx2 = ptvX*n_dcx*self.m_long*np.cos(n_cy*(np.pi/180)) dy1 = ptvY*s_dcy*self.m_lat @@ -439,10 +485,17 @@ def _corner(self): def value(self): ''' - FILLE + Applying a correction to determine the optimal crossing point between the start and end cell boxes + + All outputs are given in SI units (m,m/s,s) + + Outputs: + Traveltime (tuple,[float,float]) - Traveltime legs from start cell centre to crossing to end cell centre + CrossPoints (tuple,[float,float]) - Crossing Point in (long,lat) + CellPoints (tuple,[int,int]) - Start and End cell indices + Case (int) - Adjacent cell-box case between start and end cell box + ''' - if self.debugging: - print('============================================') if abs(self.case)==2: TravelTime,CrossPoints,CellPoints = self._longitude() elif abs(self.case)==4: @@ -450,1027 +503,8 @@ def value(self): elif abs(self.case)==1 or abs(self.case)==3: TravelTime,CrossPoints,CellPoints = self._corner() else: - print('---> Issue with cell (Xsc,Ysc)={:.2f};{:.2f}'.\ - format(self.source_graph['cx'],self.source_graph['cy'])) TravelTime = [np.inf,np.inf] CrossPoints = [np.nan,np.nan] CellPoints = [np.nan,np.nan] - return TravelTime, CrossPoints, CellPoints, self.case - - -# =================================================================================================== -# =================================================================================================== -# =================================================================================================== -# =================================================================================================== -# =================================================================================================== -# =================================================================================================== - - -class NewtonianCurve: - def __init__(self,neighbour_graph,config,unit_shipspeed='km/hr',unit_time='days', objective_func='traveltime',debugging=False,maxiter=1000,minimumDiff=1e-3,zerocurrents=False): - ''' - Applys path smoothing to input neighbourhood graph constructed during the dijkstra run. - - Args: - neigbour_graph: Dijkstra based neighbourhood graph (Pandas DataFrame) - config: Input path configuration - - Opt Args: - unit_speed: Input unit speed type from mesh (Default:'km/hr') - unit_time: Input unit time to output (Default:'km/hr') - objective_func: Objective function to apply path smoothing relative. - This should be the same as used in Dijkstra. (Default:'traveltime') - - maxiter: Maximum number of iterations for the path smoothing (Default:1000) - minimumDiff: Tolerence for the path smoothing for the maximum deg distance between two points (Default:1e-3) - zerocurrents: Boolean to Zero currents for path smoothing. Used for debugging cases only (Default:False) - - ''' - # Passing the Dijkstra Graph - self.neighbour_graph = copy.copy(neighbour_graph) - - # Passing the optional Information - self.config = config - - - # Inside the code the base units are m/s. Changing the units of the inputs to match - self.unit_shipspeed = unit_shipspeed - self.unit_time = unit_time - - - self.objective_func = objective_func - - # Information for distance metrics - self.R = 6371.*1000 - - # Case indices - self.indx_type = np.array([1, 2, 3, 4, -1, -2, -3, -4]) - - # Optimisation Information - self.maxiter = maxiter - self.minimumDiff = minimumDiff - self._epsilon = 1e-3 - - - # Optimisation Information - self.m_long = 111.321*1000 - self.m_lat = 111.386*1000. - - # For Debugging purposes - self.debugging = debugging - - # zeroing currents if flagged - if zerocurrents: - self.zc = 0.0 - else: - self.zc = 1.0 - - - self.previous_horeshoes = [] - - def _unit_speed(self,Val): - ''' - Applying unit speed for an input type. - ''' - if self.unit_shipspeed == 'km/hr': - Val = Val*(1000/(60*60)) - if self.unit_shipspeed == 'knots': - Val = (Val*0.51) - return Val - - def _unit_time(self,Val): - ''' - Applying Unit time for a specific input type - ''' - if self.unit_time == 'days': - Val = Val/(60*60*24) - elif self.unit_time == 'hr': - Val = Val/(60*60) - elif self.unit_time == 'min': - Val = Val/(60) - elif self.unit_time == 's': - Val = Val - return Val - - - def _calXDist(self,start_long,end_long,centralLat): - ''' - Calculate the X Distance - ''' - return (end_long - start_long)*self.m_long#*np.cos(centralLat*(np.pi/180)) - def _calYDist(self,start_lat,end_lat): - ''' - Calculate the Y Distance - ''' - return (end_lat-start_lat)*self.m_lat - - - def _traveltime_in_cell(self,xdist,ydist,U,V,S): - ''' - Determine the traveltime within cell - ''' - dist = np.sqrt(xdist**2 + ydist**2) - cval = np.sqrt(U**2 + V**2) - - dotprod = xdist*U + ydist*V - diffsqrs = S**2 - cval**2 - - # if (dotprod**2 + diffsqrs*(dist**2) < 0) - if diffsqrs == 0.0: - if dotprod == 0.0: - return np.inf - #raise Exception(' ') - else: - if ((dist**2)/(2*dotprod)) <0: - return np.inf - #raise Exception(' ') - else: - traveltime = dist * dist / (2 * dotprod) - return traveltime - - traveltime = (np.sqrt(dotprod**2 + (dist**2)*diffsqrs) - dotprod)/diffsqrs - if traveltime < 0: - traveltime = np.inf - return self._unit_time(traveltime), dist - - - def _case_from_angle(self,start,end): - """ - Determine the direction of travel between two points in the same cell and return the associated case - - Args: - start (list): the coordinates of the start point within the cell - end (list): the coordinates of the end point within the cell - - Returns: - case (int): the case to use to select variable values from a list - """ - - direct_vec = [end[0]-start[0], end[1]-start[1]] - direct_ang = np.degrees(np.arctan2(direct_vec[0], direct_vec[1])) - - case = None - - if -22.5 <= direct_ang < 22.5: - case = -4 - elif 22.5 <= direct_ang < 67.5: - case = 1 - elif 67.5 <= direct_ang < 112.5: - case = 2 - elif 112.5 <= direct_ang < 157.5: - case = 3 - elif 157.5 <= abs(direct_ang) <= 180: - case = 4 - elif -67.5 <= direct_ang < -22.5: - case = -3 - elif -112.5 <= direct_ang < -67.5: - case = -2 - elif -157.5 <= direct_ang < -112.5: - case = -1 - - return case - - - def _waypoint_correction(self,path_requested_variables,source_graph,Wp,Cp): - ''' - Determine within cell parameters for a source and end point on the edge - ''' - m_long = 111.321*1000 - m_lat = 111.386*1000 - x = (Cp[0]-Wp[0])*m_long*np.cos(Wp[1]*(np.pi/180)) - y = (Cp[1]-Wp[1])*m_lat - case = self._case_from_angle(Cp,Wp) - Su = source_graph['Vector_x']*self.zc - Sv = source_graph['Vector_y']*self.zc - Ssp = self._unit_speed(source_graph['speed'][case]) - traveltime, distance = self._traveltime_in_cell(x,y,Su,Sv,Ssp) - - - segment_values = {} - for var in path_requested_variables.keys(): - if var=='distance': - segment_values[var] = distance - elif var=='traveltime': - segment_values[var] = traveltime - elif var=='cell_index': - segment_values[var] = int(source_graph.name) - else: - if var in source_graph.keys(): - # Determining the objective value information - if type(source_graph[var]) == list: - objective_rate_value = source_graph[var][case] - else: - objective_rate_value = source_graph[var] - if path_requested_variables[var]['processing'] is None: - segment_values[var] = objective_rate_value - else: - segment_values[var] = traveltime*objective_rate_value - - return segment_values, case - - def objective_function(self,Points): - ''' - Given a series of points determine the path based values along the path. - ''' - - # Determining the important variables to return for the paths - required_path_variables = {'distance':{'processing':'cumsum'}, - 'traveltime':{'processing':'cumsum'}, - 'datetime':{'processing':'cumsum'}, - 'cell_index':{'processing':None}, - 'speed':{'processing':None}, - 'fuel':{'processing':'cumsum'}} - path_requested_variables = {} #self.config['Route_Info']['path_variables'] - path_requested_variables.update(required_path_variables) - - - - # Initialising zero arrays for the path variables - variables = {} - for var in path_requested_variables: - variables[var] ={} - variables[var]['path_values'] = np.zeros(len(Points)) - - - # Looping over the path and determining the variable information - for ii in range(len(Points)-1): - - # Determining the cellbox to determine path values from - cellbox = Points.iloc[ii]['cellEnd'] - Wp = Points.iloc[ii][['cx','cy']].to_numpy() - Cp = Points.iloc[ii+1][['cx','cy']].to_numpy() - - # Determining the value for the variable for the segment of the path and the corresponding case - segment_variable, segment_case = self._waypoint_correction(path_requested_variables,cellbox,Wp,Cp) - - # Adding that value for the segment along the paths - for var in segment_variable: - if type(segment_variable[var]) == list: - variables[var]['path_values'][ii+1] = segment_variable[var][segment_case] - else: - variables[var]['path_values'][ii+1] = segment_variable[var] - - - # Applying processing to all path values - for var in variables.keys(): - processing_type = path_requested_variables[var]['processing'] - if type(processing_type) == type(None): - continue - elif processing_type == 'cumsum': - variables[var]['path_values'] = np.cumsum(variables[var]['path_values']) - - return variables - - def _long_case(self): - ''' - Longitude based smoothing - ''' - def NewtonOptimisationLong(f,y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ_s,φ_r): - tryNum=1 - iter=0 - improving=True - while improving: - F,dF,X1,X2 = f(y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ_s,φ_r) - if (F==0) or (dF==0): - dY = 0 - else: - dY = (F/dF) - improving = (abs(dY)>self._epsilon) or (abs(dY) > self._epsilon*(X1*X2) and (abs(dY)/iter) > self._epsilon) - y0 -= dY - iter+=1 - - if (iter>100 and tryNum == 1): - y0 = Y*x/(x+a) - tryNum+=1 - if (iter > 200) and tryNum>= 2 and tryNum < 10: - tryNum+=1 - iter-=100 - if(Y < 0): - if v2>v1: - y0 = (tryNum-2)*Y - else: - y0 = (tryNum-3)*-Y - else: - if (v2 1000: - raise Exception('Newton Curve Issue') - return y0 - - def _F(y,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ_s,φ_r): - ρ = (λ_s+φ_r)/2.0 - ϕ_min = min(λ_s,φ_r) - if λ_s > φ_r: - ϕ_l = ρ - ϕ_r = (ϕ_min+ρ)/2 - else: - ϕ_l = (ϕ_min+ρ)/2 - ϕ_r = ρ - - θ = (y/(2*R) + ϕ_l) #(y/R + λ_s) - zl = x*np.cos(θ) - ψ = ((Y-y)/(2*R) + ϕ_r) #((Y-y)/R + φ_r) - zr = a*np.cos(ψ) - - C1 = speed_s**2 - u1**2 - v1**2 - C2 = speed_e**2 - u2**2 - v2**2 - D1 = zl*u1 + y*v1 - D2 = zr*u2 + (Y-y)*v2 - X1 = np.sqrt(D1**2 + C1*(zl**2 + y**2)) - X2 = np.sqrt(D2**2 + C2*(zr**2 + (Y-y)**2)) - - dzr = -a*np.sin(ψ)/(2*R)#-zr*np.sin(ψ)/R - dzl = -x*np.sin(θ)/(2*R)#-zl*np.sin(θ)/R - - dD1 = dzl*u1 + v1 - dD2 = dzr*u2 - v2 - dX1 = (D1*v1 + C1*y + dzl*(D1*u1 + C1*zl))/X1 - dX2 = (-v2*D2 - C2*(Y-y) + dzr*(D2*u2 + C2*zr))/X2 - - zr_term = (zr - (X2 - D2)*u2/C2) - zl_term = (zl - (X1 - D1)*u1/C1) - - F = (X1+X2)*y - v1*(X1-D1)*X2/C1 - (Y - v2*(X2-D2)/C2)*X1 + dzr*zr_term*X1 + dzl*zl_term*X2 - - dF = (X1+X2) + y*(dX1 + dX2) - (v1/C1)*(dX2*(X1-D1) + X2*(dX1-dD1))\ - - Y*dX1 + (v2/C2)*(dX1*(X2-D2) + X1*(dX2-dD2))\ - - (zr/(4*(R**2)))*zr_term*X1\ - - (zl/(4*(R**2)))*zl_term*X2\ - + dzr*(dzr-u2*(dX2-dD2))/C2*X1\ - + dzl*(dzl-u1*(dX1-dD1))/C1*X2\ - + dzr*zr_term*dX1 + dzl*zl_term*dX2 - - return F,dF,X1,X2 - - Sp = tuple(self.triplet[['cx','cy']].iloc[0]) - Cp = tuple(self.triplet[['cx','cy']].iloc[1]) - Np = tuple(self.triplet[['cx','cy']].iloc[2]) - - cell_s_u = self.neighbour_graph.loc[self.triplet.iloc[1]['cellStart'].name,'Vector_x'] - cell_s_v = self.neighbour_graph.loc[self.triplet.iloc[1]['cellStart'].name,'Vector_y'] - cell_e_u = self.neighbour_graph.loc[self.triplet.iloc[1]['cellEnd'].name,'Vector_x'] - cell_e_v = self.neighbour_graph.loc[self.triplet.iloc[1]['cellEnd'].name,'Vector_y'] - - if self.triplet.iloc[1].case == 2: - sgn = 1 - else: - sgn = -1 - - λ_s = Sp[1]*(np.pi/180) - φ_r = Np[1]*(np.pi/180) - - x = sgn*self._calXDist(Sp[0],Cp[0],Cp[1]) - a = sgn*self._calXDist(Cp[0],Np[0],Cp[1]) - Y = (Np[1]-Sp[1])*self.m_lat - y0 = Y/2 - u1 = sgn*self.zc*cell_s_u; v1 = self.zc*cell_s_v - u2 = sgn*self.zc*cell_e_u; v2 = self.zc*cell_e_v - y = NewtonOptimisationLong(_F,y0,x,a,Y,u1,v1,u2,v2,self.speed_s,self.speed_e,self.R,λ_s,φ_r) - - # Updating the crossing points - self.triplet['cx'].iloc[1] = Cp[0] - self.triplet['cy'].iloc[1] = Sp[1] + y/self.m_lat - - - def _lat_case(self): - ''' - Latitude based smoothing - ''' - def NewtonOptimisationLat(f,y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ,θ,ψ): - tryNum=1 - iter=0 - improving=True - while improving: - F,dF,X1,X2 = f(y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ,θ,ψ) - if (F==0) or (dF==0): - dY = 0 - else: - dY = (F/dF) - improving =abs(dY) > 1 or (abs(dY) > self._epsilon*(X1*X2) and (abs(dY)/iter) > self._epsilon) - y0 -= dY - iter+=1 - - if (iter>100 and tryNum == 1): - y0 = Y*x/(x+a) - tryNum+=1 - if (iter > 200) and tryNum== 2: - tryNum+=1 - if(Y < 0): - if v2>v1: - y0 = Y - else: - y0 = 0 - else: - if (v2 1000: - raise Exception('Newton Curve Issue') - return y0 - - def _F(y,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ,θ,ψ): - λ = λ*(np.pi/180) - ψ = ψ*(np.pi/180) - θ = θ*(np.pi/180) - #r1 = np.cos(λ)/np.cos(θ) - r1 = np.cos((θ + 3*λ)/4)/np.cos(θ) - #r2 = np.cos(ψ)/np.cos(θ) - r2 = np.cos((θ + 3*ψ)/4)/np.cos(θ) - - d1 = np.sqrt(x**2 + (r1*y)**2) - d2 = np.sqrt(a**2 + (r2*(Y-y))**2) - C1 = speed_s**2 - u1**2 - v1**2 - C2 = speed_e**2 - u2**2 - v2**2 - D1 = x*u1 + r1*v1*y - D2 = a*u2 + r2*v2*(Y-y) - X1 = np.sqrt(D1**2 + C1*(d1**2)) - X2 = np.sqrt(D2**2 + C2*(d2**2)) - - dX1 = (r1*(D1*v1 + r1*C1*y))/X1 - - # Cassing Warning message - FIX !! - dX2 = (-r2*(D2*v2 + r2*C2*(Y-y)))/X2 - - F = ((r2**2)*X1+(r1**2)*X2)*y - r1*v1*(X1-D1)*X2/C1 - r2*(r2*Y-v2*(X2-D2)/C2)*X1 - - dF = ((r2**2)*X1 + (r1**2)*X2) + y*((r2**2)*dX1 + (r1**2)*dX2)\ - - r1*v1*((X1-D1)*dX2 + (dX1-r1*v1)*X2)/C1\ - - (r2**2)*Y*dX1\ - + r2*v2*((X2-D2)*dX1 + (dX2+r2*v2)*X1)/C2 - - return F,dF,X1,X2 - - - Sp = tuple(self.triplet.iloc[0][['cx','cy']]) - Cp = tuple(self.triplet.iloc[1][['cx','cy']]) - Np = tuple(self.triplet.iloc[2][['cx','cy']]) - - cell_s_u = self.neighbour_graph.loc[self.triplet.iloc[1]['cellStart'].name,'Vector_x'] - cell_s_v = self.neighbour_graph.loc[self.triplet.iloc[1]['cellStart'].name,'Vector_y'] - cell_e_u = self.neighbour_graph.loc[self.triplet.iloc[1]['cellEnd'].name,'Vector_x'] - cell_e_v = self.neighbour_graph.loc[self.triplet.iloc[1]['cellEnd'].name,'Vector_y'] - - if self.triplet.iloc[1].case == 4: - sgn = 1 - else: - sgn = -1 - - λ=Sp[1] - θ=Cp[1] - ψ=Np[1] - - x = sgn*self._calYDist(Sp[1],Cp[1]) - a = sgn*self._calYDist(Cp[1],Np[1]) - Y = sgn*(Np[0]-Sp[0])*self.m_long*np.cos(Cp[1]*(np.pi/180)) - Su = -sgn*self.zc*cell_s_v; Sv = sgn*self.zc*cell_s_u - Nu = -sgn*self.zc*cell_e_v; Nv = sgn*self.zc*cell_e_u - y0 = Y/2 - - y = NewtonOptimisationLat(_F,y0,x,a,Y,Su,Sv,Nu,Nv,self.speed_s,self.speed_e,self.R,λ,θ,ψ) - - self.triplet['cx'].iloc[1] = Sp[0] + sgn*y/(self.m_long*np.cos(Cp[1]*(np.pi/180))) - self.triplet['cy'].iloc[1] = Cp[1] - - - def _corner_case(self): - ''' - If a point lies on the corner of a cell how to introduce new corner edges. - ''' - # Separting out the Long/Lat of each of the points - Xs,Ys = tuple(self.triplet.iloc[0][['cx','cy']]) - Xc,Yc = tuple(self.triplet.iloc[1][['cx','cy']]) - Xe,Ye = tuple(self.triplet.iloc[2][['cx','cy']]) - - # === 1. Assess the cells that are shared commonly in the corner case ==== - sourceNeighbourIndices = self.triplet.iloc[1]['cellStart'] - endNeighbourIndices = self.triplet.iloc[1]['cellEnd'] - - commonIndices = list(set(sourceNeighbourIndices['neighbourIndex']).intersection(endNeighbourIndices['neighbourIndex'])) - CornerCells = self.neighbour_graph.loc[commonIndices] - - - # Arc Crossing Point - def great_circle_lat(start_lat, start_long, end_lat, end_long,mid_long): - # calculate distance between points - g = pyproj.Geod(ellps='WGS84') - (az12, az21, dist) = g.inv(start_long, start_lat, end_long, end_lat) - # calculate line string along path with segments <= 1 km - lonlats = np.array(g.npts(start_long, start_lat, end_long, end_lat,50000)) - diff = abs(lonlats[:,0]-mid_long) - mid_lat = lonlats[np.argmin(diff),1] - return mid_lat,np.min(diff) - Y_line,diff = great_circle_lat(Ys,Xs,Ye,Xe,Xc) - # if diff > 1e-3: - # raise Exception('Corner Case Issue - Great-Circle Crossing too coarse') - - - try: - if Yc >= Y_line: - newCell = CornerCells.loc[CornerCells['cy'].idxmin()] - if newCell.cy > Yc: - return - elif Yc < Y_line: - newCell = CornerCells.loc[CornerCells['cy'].idxmax()] - if newCell.cy < Yc: - return - # === 3. Return the path crossing points and cell indices - - firstCrossingPoint = np.array(sourceNeighbourIndices['neighbourCrossingPoints'])[np.where(np.array(sourceNeighbourIndices['neighbourIndex'])==newCell.name)[0][0],:] - secondCrossingPoint = np.array(newCell['neighbourCrossingPoints'])[np.where(np.array(newCell['neighbourIndex'])==endNeighbourIndices.name)[0][0],:] - except: - return - - if np.isnan(np.concatenate([firstCrossingPoint,secondCrossingPoint]).astype(float)).any(): - return - - - # Crossing point 1 - Pcrp1 = copy.deepcopy(self.triplet.iloc[0]) - # Crossing point 2 - Pcrp2 = pd.Series(name=self.triplet.iloc[1].name,dtype='object') - Pcrp2['cx'] = firstCrossingPoint[0] - Pcrp2['cy'] = firstCrossingPoint[1] - Pcrp2['cellStart'] = copy.deepcopy(self.triplet['cellStart'].iloc[1]) - Pcrp2['cellEnd'] = copy.deepcopy(newCell) - Pcrp2['case'] = self.triplet['cellStart'].iloc[1]['case'][np.where(np.array(self.triplet['cellStart'].iloc[1]['neighbourIndex'])==newCell.name)[0][0]] - - # Crossing point 3 - Pcrp3 = pd.Series(name=self.triplet.iloc[1].name+1,dtype='object') - Pcrp3['cx'] = secondCrossingPoint[0] - Pcrp3['cy'] = secondCrossingPoint[1] - Pcrp3['cellStart'] = copy.deepcopy(newCell) - Pcrp3['cellEnd'] = copy.deepcopy(self.triplet['cellEnd'].iloc[1]) - Pcrp3['case'] = Pcrp3['cellStart']['case'][np.where(np.array(Pcrp3['cellStart']['neighbourIndex'])==Pcrp3['cellEnd'].name)[0][0]] - # Crossing point 4 - Pcrp4 = copy.deepcopy(self.triplet.iloc[2]) - - self.horshoe_points = pd.concat([Pcrp1.to_frame().transpose(),Pcrp2.to_frame().transpose(),Pcrp3.to_frame().transpose(),Pcrp4.to_frame().transpose()], sort=True).sort_index() - - # Smoothing these points - tmp_id=0 - self.org_triplet = copy.copy(self.triplet) - while tmp_id <= (len(self.horshoe_points) - 3): - self.triplet = self.horshoe_points.iloc[tmp_id:tmp_id+3] - self._crossing_point_optimisation() - _,_ = self._checking_crossing() - if not self._trigger_horeshoe: - self.horshoe_points.iloc[tmp_id:tmp_id+3] = self.triplet - else: - if abs(self.triplet.iloc[1]['case']) == 2: - self.triplet['cy'].iloc[1] = np.clip(self.triplet.iloc[1]['cy'],self._vmin+1e-9,self._vmax-1e-9) - if abs(self.triplet.iloc[1]['case']) == 4: - self.triplet['cx'].iloc[1] = np.clip(self.triplet.iloc[1]['cx'],self._vmin+1e-9,self._vmax-1e-9) - self.horshoe_points.iloc[tmp_id:tmp_id+3] = self.triplet - tmp_id+=1 - self.triplet = copy.copy(self.org_triplet) - self._corner_created = True - return - - - - def _mergePoint(self,merge_distance = 1e-4): - ''' - Merging two points into a corner case if their distance is small enough. - ''' - - def PtDist(Ser1,Ser2): - #return np.sqrt(self._calXDist(Ser2['cx'],Ser1['cx'])**2 + self._calXDist(Ser2['cy'],Ser1['cy'])**2) - return np.sqrt((Ser1['cx'] - Ser2['cx'])**2 + (Ser1['cy'] - Ser2['cy'])**2) - - id=0 - while id < len(self.CrossingDF)-3: - triplet = self.CrossingDF.iloc[id:id+3] - if PtDist(triplet.iloc[0],triplet.iloc[1]) < merge_distance: - try: - neighbourIndex = np.where(np.array(triplet.iloc[0]['cellStart']['neighbourIndex'])==triplet.iloc[1]['cellEnd'].name)[0][0] - except: - id+=1 - continue - case = triplet['cellStart'].iloc[0]['case'][neighbourIndex] - crossingPoint = triplet['cellStart'].iloc[0]['neighbourCrossingPoints'][neighbourIndex] - triplet['cx'].iloc[0] = crossingPoint[0] - triplet['cy'].iloc[0] = crossingPoint[1] - triplet['cellEnd'].iloc[0] = copy.deepcopy(triplet.iloc[1]['cellEnd']) - triplet['case'].iloc[0] = copy.deepcopy(case) - self.CrossingDF = self.CrossingDF.drop(triplet.iloc[1].name) - if PtDist(triplet.iloc[1],triplet.iloc[2]) < merge_distance: - try: - neighbourIndex = np.where(np.array(triplet.iloc[1]['cellStart']['neighbourIndex'])==triplet.iloc[2]['cellEnd'].name)[0][0] - except: - id+=1 - continue - case = triplet['cellStart'].iloc[1]['case'][neighbourIndex] - crossingPoint = triplet['cellStart'].iloc[1]['neighbourCrossingPoints'][neighbourIndex] - triplet['cx'].iloc[1] = crossingPoint[0] - triplet['cy'].iloc[1] = crossingPoint[1] - triplet['cellEnd'].iloc[1] = copy.deepcopy(triplet.iloc[2]['cellEnd']) - triplet['case'].iloc[1] = copy.deepcopy(case) - self.CrossingDF = self.CrossingDF.drop(triplet.iloc[2].name) - - id+=1 - - self.CrossingDF = self.CrossingDF.sort_index().reset_index(drop=True) - - - # def PointDistance(CrossingDF): - # dist = (np.array(CrossingDF['cx'])[1:]-np.array(CrossingDF['cx'])[:-1]) +(np.array(CrossingDF['cy'])[1:]-np.array(CrossingDF['cy'])[:-1]) - # return dist - # idx_merg_points = (PointDistance(self.CrossingDF) < merge_distance) - # while idx_merg_points.any(): - # idx = np.where(idx_merg_points)[0][0] - # cellStart = self.CrossingDF.iloc[idx]['cellStart'] - # cellEnd = self.CrossingDF.iloc[idx+1]['cellEnd'] - # neighbour_indx = np.where(cellStart['neighbourIndex']==cellEnd.name)[0][0] - # self.CrossingDF.iloc[idx]['cellEnd'] = cellEnd - # self.CrossingDF.iloc[idx]['case'] = cellStart['case'][neighbour_indx] - # self.CrossingDF.iloc[idx]['cx'] = cellStart['neighbourCrossingPoints'][neighbour_indx][0] - # self.CrossingDF.iloc[idx]['cy'] = cellStart['neighbourCrossingPoints'][neighbour_indx][1] - # self.CrossingDF = self.CrossingDF.drop(self.CrossingDF.index[idx+1]) - # self.CrossingDF = self.CrossingDF.sort_index().reset_index(drop=True) - # self.CrossingDF.index = np.arange(int(self.CrossingDF.index.min()),int(self.CrossingDF.index.max()*1e3 + 1e3),int(1e3)) - # idx_merg_points = (PointDistance(self.CrossingDF) < merge_distance) - - - - - - def _checking_crossing(self): - ''' - Checks to determine if the crossing point has moved outside the domain. - ''' - - self._trigger_horeshoe = False - Cp = tuple(self.triplet[['cx','cy']].iloc[1]) - cellStartGraph = self.triplet.iloc[1]['cellStart'] - cellEndGraph = self.triplet.iloc[1]['cellEnd'] - case = self.triplet['case'].iloc[1] - - orgtriplet = copy.copy(self.triplet) - - # Returning if corner horseshoe case type - if abs(case)==1 or abs(case)==3 or abs(case)==0: - # self.triplet['cx'].iloc[1] = np.clip(self.triplet.iloc[1]['cx'],cellStartGraph['cx']-cellStartGraph['dcx'] ,cellStartGraph['cx']+cellStartGraph['dcx']) - # self.triplet['cy'].iloc[1] = np.clip(self.triplet.iloc[1]['cy'],cellStartGraph['cy']-cellStartGraph['dcy'] ,cellStartGraph['cy']+cellStartGraph['dcy']) - return None,None - elif abs(case) == 2: - # Defining the min and max of the start and end cells - smin = cellStartGraph['cy']-cellStartGraph['dcy'] - smax = cellStartGraph['cy']+cellStartGraph['dcy'] - emin = cellEndGraph['cy']-cellEndGraph['dcy'] - emax = cellEndGraph['cy']+cellEndGraph['dcy'] - - # Defining the global min and max - vmin = np.max([smin,emin]) - vmax = np.min([smax,emax]) - - # Point crossingpoint on boundary between the two origional cells - if (Cp[1] >= vmin) and (Cp[1] <= vmax): - self.triplet['cy'].iloc[1] = np.clip(self.triplet.iloc[1]['cy'],vmin+1e-9,vmax-1e-9) - return None,None - - # If Start and end cells share a edge for the horesshoe - if (Cp[1]smax) and (smax==emax): - hrshCaseStart = -4 - hrshCaseEnd = -4 - - # --- Cases where StartCell is Larger than end Cell --- - if (Cp[1]>emax) and (smax>emax): - hrshCaseStart = case - hrshCaseEnd = (-4) - if (Cp[1]smax) and (smax= vmin) and (Cp[0] <= vmax): - self.triplet['cx'].iloc[1] = np.clip(self.triplet.iloc[1]['cx'],vmin+1e-9,vmax-1e-9) - return None,None - - # If Start and end cells share a edge for the horesshoe - if (Cp[0]smax) and (smax==emax): - hrshCaseStart = 2 - hrshCaseEnd = 2 - - # --- Cases where StartCell is Larger than end Cell --- - if (Cp[0]>emax) and (smax>emax): - hrshCaseStart = case - hrshCaseEnd = (2) - if (Cp[0]smax) and (smax -10: - horeshoe_points = self.horshoe_points[['cx','cy']].iloc[1:-1].to_numpy() - same_horseshoes_num = count_similarities(horeshoe_points.tolist(),self.previous_horeshoes) - if same_horseshoes_num <=3: - self.CrossingDF = self.CrossingDF.drop(self.triplet.index) - self.CrossingDF = pd.concat([self.CrossingDF, self.horshoe_points]).sort_index().reset_index(drop=True) - self.previous_horeshoes += [[iter,self.horshoe_points[['cx','cy']].iloc[1:-1].to_numpy().tolist(),self._horshoe_percentage_improvement]] - - self._reverseCase() - self.CrossingDF = self.CrossingDF.reset_index(drop=True) - self.CrossingDF.index = np.arange(int(self.CrossingDF.index.min()),int(self.CrossingDF.index.max()*1e3 + 1e3),int(1e3)) - - - -def count_similarities(horshoe_points,previous_horeshoes): - comparison = [] - if len(previous_horeshoes) == 0: - return 0 - for entry in previous_horeshoes: - old_horeshoes = entry[1] - similar = (horshoe_points == old_horeshoes) - if type(similar) == bool: - comparison += [similar] - else: - comparison += [similar.all()] - return len(np.where(comparison)[0]) \ No newline at end of file + return TravelTime, CrossPoints, CellPoints, self.case \ No newline at end of file diff --git a/polar_route/crossing_smoothing.py b/polar_route/crossing_smoothing.py new file mode 100644 index 00000000..2f1d9075 --- /dev/null +++ b/polar_route/crossing_smoothing.py @@ -0,0 +1,1558 @@ +import copy +import pandas as pd +import numpy as np +import pyproj +import logging + +def _dist_around_globe(start_point,crossing_point): + """ + Determining the longitude distance around the globe between two points + + Args: + start_point (tuple): Start Waypoint (long,lat) + crossing_point (tuple): End Waypoint (long,lat) + Returns: + a (float): longitude distance between the two points in degrees + """ + a1 = np.sign(crossing_point-start_point)*(np.max([start_point,crossing_point])-np.min([start_point,crossing_point])) + a2 = -(360-(np.max([start_point,crossing_point])-np.min([start_point,crossing_point])))*np.sign(crossing_point-start_point) + + dist = [a1,a2] + indx = np.argmin(abs(np.array(dist))) + + a = dist[indx] + return a + +class find_edge: + """ + Class to return characteristics information about the edge connecting two + cells. This information includes. + + crossing (tuple) - Crossing point (long,lat) + case (int) - Case type connecting the two cells + start (dict) - Dictionary containing the environmental parameters of the start cell + end (dict) - Dictionary containing the environmental parameters of the end cell + + """ + def __init__(self,cell_a,cell_b,case): + self.crossing,self.case,self.start,self.end = self._find_edge(cell_a,cell_b,case) + + def _find_edge(self,cell_a,cell_b,case): + ''' + Function that returns the edge connecting to cells, cell_a and cell_b. If there is no edge + connecting the two then it returns None + + Args: + cell_a (dict): Dictionary of cell_a information + cell_b (dict): Dictionary of cell_b information + + Returns + crossing (tuple) - Crossing point (long,lat) connecting the two cells + case (int) - Case type connecting the two cells + start (dict) - Dictionary containing the environmental parameters of the start cell + end (dict) - Dictionary containing the environmental parameters of the end cell + ''' + + # Determining the crossing point between the two cells + crossing_points = [] + for indx in range(len(cell_a['neighbourCrossingPoints'])): + if (cell_a['neighbourIndex'][indx] == cell_b['id']) and (cell_a['case'][indx] == case): + crossing_points += [np.array(cell_a['neighbourCrossingPoints'][indx])] + if len(crossing_points) == 1: + crossing = crossing_points[0] + case = case + start = cell_a + end = cell_b + else: + crossing = None + case = None + start = None + end = None + + return crossing,case,start,end + +# ===================================================== +class PathValues: + ''' + A class that returns attributes along a given paths intersecting the environmental/vessel mesh. + + Attributes: + path_requested_variables (dict) - Dictionary of the required path variables and the processing method + e.g.{'distance':{'processing':'cumsum'}, + 'traveltime':{'processing':'cumsum'}, + 'datetime':{'processing':'cumsum'}, + 'cell_index':{'processing':None}, + 'fuel':{'processing':'cumsum'}} + + unit_shipspeed (string) - Unit speed type. This is a string of type: 'km/hr','knots' + unit_time (string) - Unit time format. This is a string of type: 'days','hr','min','s + + Functions: + objective_function - For a list of adjacent cell pairs, start and end waypoints compute path attributes + + ''' + def __init__(self): + + # Determining the important variables to return for the paths + required_path_variables = {'distance':{'processing':'cumsum'}, + 'traveltime':{'processing':'cumsum'}, + 'speed':{'processing':None}, + 'datetime':{'processing':'cumsum'}, + 'cell_index':{'processing':None}, + 'fuel':{'processing':'cumsum'}} + self.path_requested_variables = {} #self.config['Route_Info']['path_variables'] + self.path_requested_variables.update(required_path_variables) + + + self.unit_shipspeed='km/hr' + self.unit_time='days' + + + def _unit_speed(self,Val): + ''' + Applying unit speed for an input type. + + Input: + Val (float) - Input speed in m/s + Output: + Val (float) - Output speed in unit type unit_shipspeed + + ''' + if self.unit_shipspeed == 'km/hr': + Val = Val*(1000/(60*60)) + if self.unit_shipspeed == 'knots': + Val = (Val*0.51) + return Val + + def _unit_time(self,Val): + ''' + Applying unit time for an input type. + + Input: + Val (float) - Input time in s + Output: + Val (float) - Output time in unit type unit_time + + ''' + if self.unit_time == 'days': + Val = Val/(60*60*24) + elif self.unit_time == 'hr': + Val = Val/(60*60) + elif self.unit_time == 'min': + Val = Val/(60) + elif self.unit_time == 's': + Val = Val + return Val + + + + + def _case_from_angle(self,start,end): + """ + Determine the direction of travel between two points in the same cell and return the associated case + + Args: + start (list): the coordinates of the start point within the cell + end (list): the coordinates of the end point within the cell + + Returns: + case (int): the case to use to select variable values from a list + """ + + direct_vec = [end[0]-start[0], end[1]-start[1]] + direct_ang = np.degrees(np.arctan2(direct_vec[0], direct_vec[1])) + + case = None + + if -22.5 <= direct_ang < 22.5: + case = -4 + elif 22.5 <= direct_ang < 67.5: + case = 1 + elif 67.5 <= direct_ang < 112.5: + case = 2 + elif 112.5 <= direct_ang < 157.5: + case = 3 + elif 157.5 <= abs(direct_ang) <= 180: + case = 4 + elif -67.5 <= direct_ang < -22.5: + case = -3 + elif -112.5 <= direct_ang < -67.5: + case = -2 + elif -157.5 <= direct_ang < -112.5: + case = -1 + + return case + + def _traveltime_in_cell(self,xdist,ydist,U,V,S): + ''' + Determine the traveltime within cell + + Inputs: + xdist (float) - Longitude distance between two points in km + ydist (float) - Latitude distance between two points in km + U (float) - U-Component for the forcing vector + V (float) - V-Component for the forcing vector + S (float) - Speed of the vehicle + + ''' + dist = np.sqrt(xdist**2 + ydist**2) + cval = np.sqrt(U**2 + V**2) + + dotprod = xdist*U + ydist*V + diffsqrs = S**2 - cval**2 + + # if (dotprod**2 + diffsqrs*(dist**2) < 0) + if diffsqrs == 0.0: + if dotprod == 0.0: + return np.inf + #raise Exception(' ') + else: + if ((dist**2)/(2*dotprod)) <0: + return np.inf + #raise Exception(' ') + else: + traveltime = dist * dist / (2 * dotprod) + return traveltime + + traveltime = (np.sqrt(dotprod**2 + (dist**2)*diffsqrs) - dotprod)/diffsqrs + if traveltime < 0: + traveltime = np.inf + return self._unit_time(traveltime), dist + + def _waypoint_correction(self,path_requested_variables,source_graph,Wp,Cp): + ''' + Applies an in-cell correction to a path segments to determine 'path_requested_variables' + defined by the use (e.g. total distance, total traveltime, total fuel usage) + + Input: + path_requested_variable (dict) - A dictionary of the path requested variables + source_graph (dict) - Dictionary of the cell in which the vessel is transiting + Wp (tuple) - Start Waypoint location (long,lat) + Cp (tuple) - End Waypoint location (long,lat) + + Returns: + segment_values (dict) - Dictionary of the segment value information + case (int) - Adjacency case type connecting the two points + + + ''' + + # Determine the travel-time and distance between start and end waypoint given + #environmental forcing variables + m_long = 111.321*1000 + m_lat = 111.386*1000 + x = _dist_around_globe(Cp[0],Wp[0])*m_long*np.cos(Wp[1]*(np.pi/180)) + y = (Cp[1]-Wp[1])*m_lat + case = self._case_from_angle(Cp,Wp) + Su = source_graph['Vector_x'] + Sv = source_graph['Vector_y'] + Ssp = self._unit_speed(source_graph['speed'][case]) + traveltime, distance = self._traveltime_in_cell(x,y,Su,Sv,Ssp) + + # Given the traveltime and distance between the two waypoints + # determine the path related variables (e.g. fuel usage, traveltime) + segment_values = {} + for var in path_requested_variables.keys(): + if var=='distance': + segment_values[var] = distance + elif var=='traveltime': + segment_values[var] = traveltime + elif var=='cell_index': + segment_values[var] = int(source_graph['id']) + else: + if var in source_graph.keys(): + # Determining the objective value information. Apply and inplace + #metric along path e.g. cumulative sum of values + if type(source_graph[var]) == list: + objective_rate_value = source_graph[var][case] + else: + objective_rate_value = source_graph[var] + if path_requested_variables[var]['processing'] is None: + segment_values[var] = objective_rate_value + else: + segment_values[var] = traveltime*objective_rate_value + + return segment_values, case + + def objective_function(self,adjacent_pairs,start_waypoint,end_waypoint): + ''' + Given a list of adjacent pairs determine the path related information + apply waypoint_correction to get path related information along the path + + Inputs: + adjacent_pairs (list of type find_edge) - A list of the adjacent cell pairs in the form of find_edge + start_waypoint (tuple) - Start waypoint (long,lat) + end_waypoint (tuple) - End waypoint (long,lat) + + ''' + # Initialising zero arrays for the path variables + variables = {} + for var in self.path_requested_variables: + variables[var] ={} + variables[var]['path_values'] = np.zeros(len(adjacent_pairs)+2) + + + # Path point + path_points = [start_waypoint] + + # Looping over the path and determining the variable information + for ii in range(len(adjacent_pairs)+1): + if ii == 0: + Wp = start_waypoint + Cp = adjacent_pairs[ii].crossing + cellbox = adjacent_pairs[ii].start + elif ii == (len(adjacent_pairs)): + Wp = adjacent_pairs[ii-1].crossing + Cp = end_waypoint + cellbox = adjacent_pairs[ii-1].end + else: + Wp = adjacent_pairs[ii-1].crossing + Cp = adjacent_pairs[ii].crossing + cellbox = adjacent_pairs[ii].start + + # Adding End point + path_points += [Cp] + + # Determining the value for the variable for the segment of the path and the corresponding case + segment_variable, segment_case = self._waypoint_correction(self.path_requested_variables,cellbox,Wp,Cp) + + # Adding that value for the segment along the paths + for var in segment_variable: + if type(segment_variable[var]) == np.ndarray: + variables[var]['path_values'][ii+1] = segment_variable[var][segment_case] + else: + variables[var]['path_values'][ii+1] = segment_variable[var] + + + # Applying processing to all path values + for var in variables.keys(): + processing_type = self.path_requested_variables[var]['processing'] + if type(processing_type) == type(None): + continue + elif processing_type == 'cumsum': + variables[var]['path_values'] = np.cumsum(variables[var]['path_values']) + + + path_info = {} + path_info['path'] = np.array(path_points) + path_info['variables'] = variables + + return path_info + +#====================================================== +class Smoothing: + def __init__(self,dijkstra_graph,adjacent_pairs,start_waypoint,end_waypoint,blocked_metric='SIC',max_iterations=2000,blocked_sic=10.0,merge_separation=1e-3,converged_sep=1e-3): + ''' + Class construct that has all the operations required for path smoothing. Including: Relationship of adjacent pairs, + edge finding new edges to add and returns a list of the adjacent pairs for the constructed path + + + Args: + dijkstra_graph (dict) - Dictionary comprising all the environmental mesh information and dijkstra graph information. + This includes but is not limited to: path crossing points to cell centre, neighbour crossing + + + adjacent_pairs (list,find_edge) - An initial list of adjacent cell pairs as 'find_edge' objects comprising: .start, the start cell environmental mesh dictionary; + .end, the end environmental cell information; .crossing, a tuple of the crossing point on the edge (long,lat); and, + .case, the adjacent cell case between the two cell boxes. + + start_waypoint (tuple) - Start Waypoint (long,lat) + end_waypoint (tuple) - End Waypoint (long,lat) + + ''' + self._initialise_config() + self.dijkstra_graph = dijkstra_graph + self.aps = adjacent_pairs + self.start_waypoint = start_waypoint + self.end_waypoint = end_waypoint + self.blocked_metric = blocked_metric + self.max_iterations = max_iterations + self.blocked_sic = blocked_sic + self.merge_separation = merge_separation + self.converged_sep = converged_sep + self._g = pyproj.Geod(ellps='WGS84') + + + + for key in self.dijkstra_graph.keys(): + cell = self.dijkstra_graph[key] + if len(cell['neighbourTravelLegs'])>0: + accessible_edges = np.where(np.isfinite(np.sum(cell['neighbourTravelLegs'],axis=1)))[0] + cell['case'] = cell['case'][accessible_edges] + cell['neighbourIndex'] = cell['neighbourIndex'][accessible_edges] + cell['neighbourCrossingPoints'] = cell['neighbourCrossingPoints'][accessible_edges] + cell['neighbourTravelLegs'] = cell['neighbourTravelLegs'][accessible_edges] + + self.dijkstra_graph[key] = cell + + def _initialise_config(self): + ''' + Initialising configuration information. If None return a list of standards + ''' + + + + def _long_case(self,start,end,case,Sp,Cp,Np): + ''' + Longitude based smoothing updating the crossing point given the conditions + of the adjacency pair + + Input: + start (dict) - Dictionary of the start cell information + end (dict) - Dictionary of the end cell information + case (int) - Adjacency case type connecting the two cells + Sp (tuple) - Start Point (long,lat) + Cp (tuple) - Crossing Point (long,lat) + Np (tuple) - End Point (long,lat) + + Returns: + Cp (tuple) - Updated Crossing Point (long,lat) + + ''' + def NewtonOptimisationLong(f,y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ_s,φ_r): + ''' + Apply newton optimisation to determine an update to the crossing point. + + All information must be considered in tandem to scientific publication + https://arxiv.org/pdf/2209.02389 + + Args: + y0 (float) - Current Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + x (float) - Perpendicular distance from first-point to crossing boundary + a (float) - Perpendicular distance from crossing boundary to end-point + Y (float) - Parallel distance, along crossing boundary, between start-point and end-point + u1 (float) - Start Cell perpendicular to crossing boundary forcing component + v1 (float) - Start Cell parallel to crossing boundary forcing component + u2 (float) - End Cell perpendicular to crossing boundary forcing component + v2 (float) - End Cell parallel to crossing boundary forcing component + speed_s (float) - Start Cell max speed + speed_e (float) - End Cell max speed + R (float) - Radius of the Earth + λ_s (float) - Start point latitude in radians + φ_r (float) - End point latitude in radians + + + Outputs: + y0 (float) - Updated Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + + ''' + + tryNum=1 + iter_number=0 + improving=True + _epsilon = 1e-4 + while improving: + F,dF,X1,X2 = f(y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ_s,φ_r) + if (F==0) or (dF==0): + dY = 0 + else: + dY = (F/dF) + if iter_number != 0: + improving = (abs(dY)>_epsilon) or (abs(dY) > _epsilon*(X1*X2) and (abs(dY)/iter) > _epsilon) + else: + improving = True + y0 -= dY + iter_number+=1 + + if (iter_number>100 and tryNum == 1): + y0 = Y*x/(x+a) + tryNum+=1 + if (iter_number > 200) and tryNum>= 2 and tryNum < 10: + tryNum+=1 + iter_number-=100 + if(Y < 0): + if v2>v1: + y0 = (tryNum-2)*Y + else: + y0 = (tryNum-3)*-Y + else: + if (v2 1000: + raise Exception('Newton Curve Issue - Longitude Case') + return y0 + + def _F(y,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ_s,φ_r): + ''' + Determining Newton Function and differential of newton function from the longitude crossing point optimisation + + Args: + y (float) - Current Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + x (float) - Perpendicular distance from first-point to crossing boundary + a (float) - Perpendicular distance from crossing boundary to end-point + Y (float) - Parallel distance, along crossing boundary, between start-point and end-point + u1 (float) - Start Cell perpendicular to crossing boundary forcing component + v1 (float) - Start Cell parallel to crossing boundary forcing component + u2 (float) - End Cell perpendicular to crossing boundary forcing component + v2 (float) - End Cell parallel to crossing boundary forcing component + speed_s (float) - Start Cell max speed + speed_e (float) - End Cell max speed + R (float) - Radius of the Earth + λ_s (float) - Start point latitude in radians + φ_r (float) - End point latitude in radians + + Outputs: + F (float) - Newton function value + dF (float) - Differential of Newton function value + X1 (float) - Characteristic X distance in start cell + X2 (float) - Characteristic X distance in end cell + + ''' + + + ρ = (λ_s+φ_r)/2.0 + ϕ_min = min(λ_s,φ_r) + if λ_s > φ_r: + ϕ_l = ρ + ϕ_r = (ϕ_min+ρ)/2 + else: + ϕ_l = (ϕ_min+ρ)/2 + ϕ_r = ρ + + θ = (y/(2*R) + ϕ_l) #(y/R + λ_s) + zl = x*np.cos(θ) + ψ = ((Y-y)/(2*R) + ϕ_r) #((Y-y)/R + φ_r) + zr = a*np.cos(ψ) + + C1 = speed_s**2 - u1**2 - v1**2 + C2 = speed_e**2 - u2**2 - v2**2 + D1 = zl*u1 + y*v1 + D2 = zr*u2 + (Y-y)*v2 + X1 = np.sqrt(D1**2 + C1*(zl**2 + y**2)) + X2 = np.sqrt(D2**2 + C2*(zr**2 + (Y-y)**2)) + + dzr = -a*np.sin(ψ)/(2*R)#-zr*np.sin(ψ)/R + dzl = -x*np.sin(θ)/(2*R)#-zl*np.sin(θ)/R + + dD1 = dzl*u1 + v1 + dD2 = dzr*u2 - v2 + dX1 = (D1*v1 + C1*y + dzl*(D1*u1 + C1*zl))/X1 + dX2 = (-v2*D2 - C2*(Y-y) + dzr*(D2*u2 + C2*zr))/X2 + + zr_term = (zr - (X2 - D2)*u2/C2) + zl_term = (zl - (X1 - D1)*u1/C1) + + F = (X1+X2)*y - v1*(X1-D1)*X2/C1 - (Y - v2*(X2-D2)/C2)*X1 + dzr*zr_term*X1 + dzl*zl_term*X2 + + dF = (X1+X2) + y*(dX1 + dX2) - (v1/C1)*(dX2*(X1-D1) + X2*(dX1-dD1))\ + - Y*dX1 + (v2/C2)*(dX1*(X2-D2) + X1*(dX2-dD2))\ + - (zr/(4*(R**2)))*zr_term*X1\ + - (zl/(4*(R**2)))*zl_term*X2\ + + dzr*(dzr-u2*(dX2-dD2))/C2*X1\ + + dzl*(dzl-u1*(dX1-dD1))/C1*X2\ + + dzr*zr_term*dX1 + dzl*zl_term*dX2 + + return F,dF,X1,X2 + + + + Sp = list(Sp) + Cp = list(Cp) + Np = list(Np) + + cell_s_u = start['Vector_x'] + cell_s_v = start['Vector_y'] + cell_e_u = end['Vector_x'] + cell_e_v = end['Vector_y'] + speed_s = start['speed'][0]*(1000/(60*60)) + speed_e = end['speed'][0]*(1000/(60*60)) + Rd = 6371.*1000 + + + + if case == 2: + sgn = 1 + else: + sgn = -1 + + λ_s = Sp[1]*(np.pi/180) + φ_r = Np[1]*(np.pi/180) + + x = _dist_around_globe(Cp[0],Sp[0])*111.321*1000. + a = _dist_around_globe(Np[0],Cp[0])*111.321*1000. + + Y = (Np[1]-Sp[1])*111.386*1000. + y0 = Y/2 + u1 = sgn*cell_s_u; v1 = cell_s_v + u2 = sgn*cell_e_u; v2 = cell_e_v + y = NewtonOptimisationLong(_F,y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,Rd,λ_s,φ_r) + + # Updating the crossing points + Cp = (Cp[0], + Sp[1] + y/(111.386*1000.)) + + return Cp + + + def _lat_case(self,start,end,case,Sp,Cp,Np): + ''' + Latitude based smoothing updating the crossing point given the conditions + of the adjacency pair + + Input: + start (dict) - Dictionary of the start cell information + end (dict) - Dictionary of the end cell information + case (int) - Adjacency case type connecting the two cells + Sp (tuple) - Start Point (long,lat) + Cp (tuple) - Crossing Point (long,lat) + Np (tuple) - End Point (long,lat) + + Returns: + Cp (tuple) - Updated crossing Point (long,lat) + + ''' + def NewtonOptimisationLat(f,y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ,θ,ψ): + ''' + Apply newton optimisation to determine an update to the crossing point in a latitude. + + All information must be considered in tandem to scientific publication. + + Args: + y0 (float) - Current Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + x (float) - Perpendicular distance from first-point to crossing boundary + a (float) - Perpendicular distance from crossing boundary to end-point + Y (float) - Parallel distance, along crossing boundary, between start-point and end-point + u1 (float) - Start Cell perpendicular to crossing boundary forcing component + v1 (float) - Start Cell parallel to crossing boundary forcing component + u2 (float) - End Cell perpendicular to crossing boundary forcing component + v2 (float) - End Cell parallel to crossing boundary forcing component + speed_s (float) - Start Cell max speed + speed_e (float) - End Cell max speed + R (float) - Radius of the Earth + λ (float) - Start point latitude in radians + θ (float) - Crossing point latitude in radians + φ (float) - End point latitude in radians + + + Outputs: + y0 (float) - Updated Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + + ''' + + + tryNum=1 + iter_number=0 + improving=True + _epsilon = 1e-4 + + while improving: + F,dF,X1,X2 = f(y0,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ,θ,ψ) + if (F==0) or (dF==0): + dY = 0 + else: + dY = (F/dF) + if iter_number != 0: + improving =abs(dY) > 1 or (abs(dY) > _epsilon*(X1*X2) and (abs(dY)/iter) > _epsilon) + else: + improving = True + y0 -= dY + iter_number+=1 + + if (iter_number>100 and tryNum == 1): + y0 = Y*x/(x+a) + tryNum+=1 + if (iter_number > 200) and tryNum== 2: + tryNum+=1 + if(Y < 0): + if v2>v1: + y0 = Y + else: + y0 = 0 + else: + if (v2 1000: + raise Exception('Newton Curve Issue - Latitude Case') + return y0 + + def _F(y,x,a,Y,u1,v1,u2,v2,speed_s,speed_e,R,λ,θ,ψ): + + ''' + Determining Newton Function and differential of newton function from the longitude crossing point optimisation + + Args: + y (float) - Current Crossing point as a parallel distance along crossing boundary from start cell centre to crossing point + x (float) - Perpendicular distance from first-point to crossing boundary + a (float) - Perpendicular distance from crossing boundary to end-point + Y (float) - Parallel distance, along crossing boundary, between start-point and end-point + u1 (float) - Start Cell perpendicular to crossing boundary forcing component + v1 (float) - Start Cell parallel to crossing boundary forcing component + u2 (float) - End Cell perpendicular to crossing boundary forcing component + v2 (float) - End Cell parallel to crossing boundary forcing component + speed_s (float) - Start Cell max speed + speed_e (float) - End Cell max speed + R (float) - Radius of the Earth + λ (float) - Start point latitude in degrees + θ (float) - Crossing point latitude in degrees + φ (float) - End point latitude in degrees + + Outputs: + F (float) - Newton function value + dF (float) - Differential of Newton function value + X1 (float) - Characteristic X distance in start cell + X2 (float) - Characteristic X distance in end cell + + ''' + + + λ = λ*(np.pi/180) + ψ = ψ*(np.pi/180) + θ = θ*(np.pi/180) + #r1 = np.cos(λ)/np.cos(θ) + r1 = np.cos((θ + 3*λ)/4)/np.cos(θ) + #r2 = np.cos(ψ)/np.cos(θ) + r2 = np.cos((θ + 3*ψ)/4)/np.cos(θ) + + d1 = np.sqrt(x**2 + (r1*y)**2) + d2 = np.sqrt(a**2 + (r2*(Y-y))**2) + C1 = speed_s**2 - u1**2 - v1**2 + C2 = speed_e**2 - u2**2 - v2**2 + D1 = x*u1 + r1*v1*y + D2 = a*u2 + r2*v2*(Y-y) + X1 = np.sqrt(D1**2 + C1*(d1**2)) + X2 = np.sqrt(D2**2 + C2*(d2**2)) + + dX1 = (r1*(D1*v1 + r1*C1*y))/X1 + dX2 = (-r2*(D2*v2 + r2*C2*(Y-y)))/X2 + + F = ((r2**2)*X1+(r1**2)*X2)*y - r1*v1*(X1-D1)*X2/C1 - r2*(r2*Y-v2*(X2-D2)/C2)*X1 + + dF = ((r2**2)*X1 + (r1**2)*X2) + y*((r2**2)*dX1 + (r1**2)*dX2)\ + - r1*v1*((X1-D1)*dX2 + (dX1-r1*v1)*X2)/C1\ + - (r2**2)*Y*dX1\ + + r2*v2*((X2-D2)*dX1 + (dX2+r2*v2)*X1)/C2 + + return F,dF,X1,X2 + + Sp = list(Sp) + Cp = list(Cp) + Np = list(Np) + + + cell_s_u = start['Vector_x'] + cell_s_v = start['Vector_y'] + cell_e_u = end['Vector_x'] + cell_e_v = end['Vector_y'] + + speed_s = start['speed'][0]*(1000/(60*60)) + speed_e = end['speed'][0]*(1000/(60*60)) + Rd = 6371.*1000 + + + if case == 4: + sgn = 1 + else: + sgn = -1 + + λ=Sp[1]; θ=Cp[1]; ψ=Np[1] + + x = sgn*(Cp[1]-Sp[1])*111.386*1000. + a = -sgn*(Np[1]-Cp[1])*111.386*1000. + Y = sgn*(Np[0]-Sp[0])*111.321*1000*np.cos(Cp[1]*(np.pi/180)) + Su = -sgn*cell_s_v; Sv = sgn*cell_s_u + Nu = -sgn*cell_e_v; Nv = sgn*cell_e_u + y0 = Y/2 + + y = NewtonOptimisationLat(_F,y0,x,a,Y,Su,Sv,Nu,Nv,speed_s,speed_e,Rd,λ,θ,ψ) + + Cp = (Sp[0] + sgn*y/(111.321*1000*np.cos(Cp[1]*(np.pi/180))), + Cp[1]) + + return Cp + + def newton_smooth(self,start,end,case,firstpoint,midpoint,lastpoint): + ''' + Given an adjacent cell pair that are non-diagonal determine the + update to the crossing point/midpoint given the environmental + conditions + + Input: + start (dict) - Dictionary of the start cell information + end (dict) - Dictionary of the end cell information + case (int) - Adjacency case type connecting the two cells + firstpoint (tuple) - First Point (long,lat) + midpoint (tuple) - Midpoint Point (long,lat) + lastpoint (tuple) - Last Point (long,lat) + Return: + midpoint (tuple) - Updated midpoint (long,lat) + + ''' + if abs(case)==2: + midpoint = self._long_case(start,end,case,firstpoint,midpoint,lastpoint) + elif abs(case)==4: + midpoint = self._lat_case(start,end,case,firstpoint,midpoint,lastpoint) + + return midpoint + + + def remove(self,index): + ''' + Removing an adjacent cell pair + + Args: + index - index in the adjacent cell pair list (.ap) to remove the index for + ''' + + self.aps.pop(index) + + def add(self,index,ap_list): + ''' + Adding in a new adjacent cell pair + + Args: + index - the index to add the adjacent cell pair + ap_list - a list of adjacent cell pair objects to add + ''' + for i in range(len(ap_list)): + self.aps.insert(i + index, ap_list[i]) + + + def _neighbour_case(self,cell_a,cell_b,x,case): + ''' + Checks to determine if the crossing point has moved outside the domain + connecting the two cells in the adjacency case + + Args: + cell_a (dict) - Start cell environmental info as dictionary + cell_b (dict) - End cell environmental info as dictionary + x (tuple) - Updated crossing point that could lie outside the connection of the cell boxes (long,lat) + case (int) - Adjacency case type connecting the two cells + + Output + case_a (int or None) - Possible additional case edge relative to start cell to add, if None no edge to add + case_b (int or None) - Possible additional case edge relative to start cell to add, if None no edge to add + + ''' + + # Returning if corner horseshoe case type + if abs(case)==1 or abs(case)==3 or abs(case)==0: + return None,None + elif abs(case) == 2: + # Defining the min and max of the start and end cells + smin = cell_a['cy']-cell_a['dcy'] + smax = cell_a['cy']+cell_a['dcy'] + emin = cell_b['cy']-cell_b['dcy'] + emax = cell_b['cy']+cell_b['dcy'] + + # Defining the global min and max + vmin = np.max([smin,emin]) + vmax = np.min([smax,emax]) + + # Point lies on the boundary connecting up the + #two adjacent cell pairs, the start and end cell. + if (x[1] >= vmin) and (x[1] <= vmax): + return None,None + + # If Start and end cells share an edge for the horseshoe + if (x[1]smax) and (smax==emax): + case_a = -4 + case_b = -4 + return case_a,case_b + + # --- Cases where StartCell is Larger than end Cell --- + if (x[1]>emax) and (smax>emax): + case_a = case + case_b = (-4) + return case_a,case_b + if (x[1]smax) and (smax= vmin) and (x[0] <= vmax): + return None,None + + # If Start and end cells share an edge for the horseshoe + if (x[0]smax) and (smax==emax): + case_a = 2 + case_b = 2 + return case_a,case_b + + # --- Cases where StartCell is Larger than end Cell --- + if (x[0]>emax) and (smax>emax): + case_a = case + case_b = (2) + return case_a,case_b + if (x[0]smax) and (smax 0: + target_a_case = -4 + target_b_case = -2 + if mp_lat_diff < 0: + target_a_case = 2 + target_b_case = 4 + elif case == 3: + if mp_lat_diff > 0: + target_a_case = 2 + target_b_case = -4 + if mp_lat_diff < 0: + target_a_case = 4 + target_b_case = -2 + elif case == -1: + if mp_lat_diff > 0: + target_a_case = -2 + target_b_case = -4 + if mp_lat_diff < 0: + target_a_case = 4 + target_b_case = 2 + elif case == -3: + if mp_lat_diff > 0: + target_a_case = -4 + target_b_case = 2 + if mp_lat_diff < 0: + target_a_case = -2 + target_b_case = 4 + else: + return None,None + + # Determining the additional cell to include + add_indices,add_edges = self._neighbour_cells(cell_a,cell_b,case,target_a_case,target_b_case) + + return add_indices,add_edges + + def dist(self,start_point,end_point): + ''' + Determining the absolute distance between two points using pyproj and the + reference project (default: WGS84) + + Inputs: + start_point (tuple) - Start Point (long,lat) + end_point (tuple) - End Point (long,lat) + Outputs: + distance (float) - Distance between the two points in km + + ''' + sp_lon,sp_lat = start_point + ep_lon,ep_lat = end_point + + distance = np.sqrt(((sp_lon-ep_lon)*(111.321))**2 + ((sp_lat-ep_lat)*(111.386))**2) + + #azimuth1, azimuth2, distance = self._g.inv(sp_lon, sp_lat, ep_lon, ep_lat) + return distance + + + def previous_vs(self,edge_a,edge_b,midpoint_prime): + ''' + For a V-additional case determine if we have already seen this edge added in the + same situation. If a common past has been seen return True, otherwise add this + v-additional case to a global list and return False + + Args: + edge_a (find_edge) - First-edge connecting start cell to new cell + edge_b (find_edge) - First-edge connecting new cell to end cell + midpoint_prime (tuple) - midpoint that triggered the v-additional case addition (long,lat) + + Return: + True if this v-additional case has been seen before, or false if not + + ''' + edge_a_start_index = edge_a.start['id'] + edge_b_start_index = edge_b.start['id'] + edge_a_end_index = edge_a.end['id'] + edge_b_end_index = edge_b.end['id'] + + current_v = [edge_a_start_index,edge_a_end_index, + edge_b_start_index,edge_b_end_index, + midpoint_prime] + + + if len(self.previous_vs_info) == 0: + self.previous_vs_info += [current_v] + return False + + + if current_v[:-1] in np.array(self.previous_vs_info,dtype=object)[:,:-1].tolist(): + previous_vs_info_np = np.array(self.previous_vs_info,dtype=object) + similar_midpoint_primes = previous_vs_info_np[(previous_vs_info_np[:,:-1] == current_v[:-1]).all(axis=1),-1] + + if np.min([self.dist(c,current_v[-1]) for c in similar_midpoint_primes]) <= self.merge_separation: + return True + else: + self.previous_vs_info += [current_v] + return False + + else: + self.previous_vs_info += [current_v] + return False + + + def previous_us(self,edge_a,edge_b,edge_c,midpoint_prime): + ''' + For a U-additional case determine if we have already seen these edges added in the + same situation and the same crossing point. If a common past has been seen return True, + otherwise add this U-additional case to a global list and return False + + Input: + edge_a (find_edge) - First-edge connecting start cell to new cell 1 + edge_b (find_edge) - First-edge connecting new cell 1 to new cell 2 + edge_c (find_edge) - First-edge connecting new cell 2 to end cell + midpoint_prime (tuple) - midpoint that triggered the u-additional case addition (long,lat) + + Return: + True if this U-additional case has been seen before, or false if not + + ''' + + + edge_a_start_index = edge_a.start['id'] + edge_b_start_index = edge_b.start['id'] + edge_c_start_index = edge_c.start['id'] + edge_a_end_index = edge_a.end['id'] + edge_b_end_index = edge_b.end['id'] + edge_c_end_index = edge_c.end['id'] + + current_u = [edge_a_start_index,edge_a_end_index, + edge_b_start_index,edge_b_end_index, + edge_c_start_index,edge_c_end_index, + midpoint_prime] + + + if len(self.previous_us_info) == 0: + self.previous_us_info += [current_u] + return False + + + if current_u[:-1] in np.array(self.previous_us_info,dtype=object)[:,:-1].tolist(): + previous_us_info_np = np.array(self.previous_us_info,dtype=object) + similar_midpoint_primes = previous_us_info_np[(previous_us_info_np[:,:-1] == current_u[:-1]).all(axis=1),-1] + + if np.min([self.dist(c,current_u[-1]) for c in similar_midpoint_primes]) <= self.merge_separation: + return True + else: + self.previous_us_info += [current_u] + return False + + else: + self.previous_us_info += [current_u] + return False + + def previous_diagonals(self,edge_a,edge_b,firstpoint,lastpoint): + ''' + For a diagonal-additional case determine if we have already seen these edges added in the + same situation and the same first and last points. If a common past has been seen return True, + otherwise add an additional case to of the diagonal to the global list and return False + + Input: + edge_a (find_edge) - First-edge connecting start cell to new cell + edge_b (find_edge) - First-edge connecting new cell to end cell + firstpoint (tuple) - firstpoint in the adjacent cell triplet of points (long,lat) + lastpoint (tuple) - lastpoint in the adjacent cell triplet of points (long,lat) + + Return: + True if this diagonal case has been seen before, or false if not + + ''' + + edge_a_start_index = edge_a.start['id'] + edge_b_start_index = edge_b.start['id'] + edge_a_end_index = edge_a.end['id'] + edge_b_end_index = edge_b.end['id'] + + current_diagonal = [edge_a_start_index,edge_a_end_index, + edge_b_start_index,edge_b_end_index, + firstpoint,lastpoint] + + + if len(self.previous_diagonal_info) == 0: + self.previous_diagonal_info += [current_diagonal] + return False + + if current_diagonal[:-2] in np.array(self.previous_diagonal_info,dtype=object)[:,:-2].tolist(): + previous_diagonal_info_np = np.array(self.previous_diagonal_info,dtype=object) + similar_start_end = previous_diagonal_info_np[(previous_diagonal_info_np[:,:-2] == current_diagonal[:-2]).all(axis=1),-2:] + if np.any([self.dist(c[0],current_diagonal[-2]) <= self.merge_separation and self.dist(c[1],current_diagonal[-1]) <= self.merge_separation for c in similar_start_end]): + return True + else: + self.previous_diagonal_info += [current_diagonal] + return False + + else: + self.previous_diagonal_info += [current_diagonal] + return False + + def forward(self): + ''' + Applies inplace this function conducts a forward pass over the adjacent cell pairs, updating the crossing + points between adjacent cell pairs for the given environmental conditions and great-circle characteristics. + This is applied as a forward pass across the path moving out in adjacent cell pairs (triplets of crossing + points with the cell adjacency). + + Key features of forward pass include + reverse edges - Removal of adjacent cell edges that enter and exit a cell on subsequent + iterations. e.g. routes going back on themselves + merging - When two crossing points are close, merge points and determine new + common edge between start and end point + diagonal case - If the middle point is a diagonal edge between cells, introduce a new cell box + dependent on start and end crossing points. If cell is inaccessible 'blocked' then + remain on corner for a later iteration. + + If exact diagonal, with same start and end crossing point, has be seen before + then skip. + + newton smooth - If adjacency is not diagonal then smooth the midpoint crossing point on the boundary given a + horizontal or vertical smoothing. Returns a new midpoint that can either lie on the boundary + between the two cells or outside the boundary + + If lies on the boundary then check if similar to previous seen case of this crossing point + else continue and not converged + + v shaped add - If the crossing point lies outside the boundary in the newton smoothing stage the addition + cell/cells must be included. + + Determine the new edges that need to be included if only a single cell (two edges) then do + a v-shaped addition. If blocked then trim back. If exact v-shaped seen before, with same + midpoint prime and possible edge additions, then skip. If blocked or seen before and crossing + point hasn't changed within converge_sep then the crossing point has converged + + u shaped add - Identical to v-shaped add but now with the addition of 2 cells (3 edges). If blocked then trim back. If exact v-shaped seen before, with same + midpoint prime and possible edge additions, then skip. If blocked or seen before and crossing + point hasn't changed within converge_sep then the crossing point has converged. + + This code should be read relative to the pseudocode outlined in the paper. + https://arxiv.org/pdf/2209.02389 + + ''' + self.jj = 1 + self.previous_aps = [] + converged = False + self.all_aps = [] + self.previous_vs_info = [] + self.previous_us_info = [] + self.previous_diagonal_info = [] + while not converged: + path_length = len(self.aps) + firstpoint = self.start_waypoint + midpoint = None + lastpoint = None + converged = True + + ii=0 + self.jj+=1 + while ii < path_length: + ap = self.aps[ii] + midpoint = ap.crossing + + # Determine the next adjacency pair and the last point + if ii+1 < path_length: + app = self.aps[ii+1] + lastpoint = app.crossing + else: + app = self.aps[ii] + lastpoint = self.end_waypoint + + # Remove the reverse edges + if ap.start['id'] == app.end['id']: + self.remove(ii) + self.remove(ii) + path_length -= 2 + converged = False + continue + + # Merging the first and last point close move to next iteration + if self.dist(firstpoint,midpoint) < self.merge_separation: + firstpoint = midpoint + ii += 1 + continue + + # Merging the mid and last point if separation close, determine new edge for adjacency + if self.dist(midpoint,lastpoint) < self.merge_separation: + start_cell = ap.start + end_cell = app.end + + common_cell = np.where(np.array(start_cell['neighbourIndex']) == end_cell['id'])[0] + if len(common_cell) == 1: + _merge_case = start_cell['case'][np.where(np.array(start_cell['neighbourIndex']) == end_cell['id'])[0][0]] + new_edge = find_edge(start_cell,end_cell,_merge_case) + self.remove(ii) #Removing ap + self.remove(ii) #Removing app + self.add(ii,[new_edge]) + path_length -= 1 + converged = False + continue + + + # Relationship is a diagonal case + if self.diagonal_case(ap.case): + add_indices,add_cases = self.diagonal_select_side(ap.start,ap.end,ap.case,firstpoint,midpoint,lastpoint) + if add_indices is None: + ii += 1 + firstpoint=midpoint + continue + + if len(add_indices) == 1: + target = add_indices[0] + case_a = add_cases[0] + case_b = add_cases[1] + if self.blocked(target,ap.start,ap.end): + ii += 1 + firstpoint=midpoint + continue + else: + edge_a = find_edge(ap.start,target,case_a) + edge_b = find_edge(target,ap.end,case_b) + if self.previous_diagonals(edge_a,edge_b,firstpoint,lastpoint): + ii += 1 + firstpoint=midpoint + continue + self.remove(ii) + self.add(ii,[edge_a,edge_b]) + path_length += 1 + converged = False + continue + + # Updating crossing point + midpoint_prime = self.newton_smooth(ap.start,ap.end,ap.case,firstpoint,midpoint,lastpoint) + if type(midpoint_prime) == type(None) or np.isnan(midpoint_prime[0]) or np.isnan(midpoint_prime[1]): + raise Exception('Newton call failed to converge or recover') + + #Determining if additional cases need to be added + add_indices,add_cases = self.nearest_neighbour(ap.start,ap.end,ap.case,midpoint_prime) + + # No additional cells to add + if add_indices is None: + midpoint_prime = self.clip(ap.start,ap.end,ap.case,midpoint_prime) + if self.dist(midpoint,midpoint_prime) > self.converged_sep: + converged = False + self.aps[ii].crossing = midpoint_prime + ii += 1 + firstpoint = midpoint_prime + continue + + + # Introduction of a v-shape + if len(add_indices) == 1: + target = add_indices[0] + case_a = add_cases[0] + case_b = add_cases[1] + if self.blocked(target,ap.start,ap.end): + midpoint_prime = self.clip(ap.start,ap.end,ap.case,midpoint_prime) + if self.dist(midpoint,midpoint_prime) > self.converged_sep: + converged = False + self.aps[ii].crossing = midpoint_prime + ii += 1 + firstpoint = midpoint_prime + else: + edge_a = find_edge(ap.start,target,case_a) + edge_b = find_edge(target,ap.end,case_b) + + if self.previous_vs(edge_a,edge_b,midpoint_prime): + midpoint_prime = self.clip(ap.start,ap.end,ap.case,midpoint_prime) + if self.dist(midpoint,midpoint_prime) > self.converged_sep: + converged = False + self.aps[ii].crossing = midpoint_prime + ii += 1 + firstpoint = midpoint_prime + else: + self.remove(ii) + self.add(ii,[edge_a,edge_b]) + path_length += 1 + converged = False + + # Introduction of a U-shape + if len(add_indices) == 2: + logging.debug('--- Adding in U-shape ---') + target_a = add_indices[0] + target_b = add_indices[1] + case_a = add_cases[0] + case_b = add_cases[1] + case_c = add_cases[2] + + if not self.blocked(target_a,ap.start,ap.end) and not self.blocked(target_b,ap.start,ap.end): + edge_a = find_edge(ap.start,target_a,case_a) + edge_b = find_edge(target_a,target_b,case_b) + edge_c = find_edge(target_b,ap.end,case_c) + + if self.previous_us(edge_a,edge_b,edge_c,midpoint_prime): + midpoint_prime = self.clip(ap.start,ap.end,ap.case,midpoint_prime) + if self.dist(midpoint,midpoint_prime) > self.converged_sep: + converged = False + self.aps[ii].crossing = midpoint_prime + ii += 1 + firstpoint = midpoint_prime + else: + self.remove(ii) + self.add(ii,[edge_a,edge_b,edge_c]) + path_length += 2 + converged = False + + else: + midpoint_prime = self.clip(ap.start,ap.end,ap.case,midpoint_prime) + if self.dist(midpoint,midpoint_prime) > self.converged_sep: + converged = False + self.aps[ii].crossing = midpoint_prime + ii += 1 + firstpoint = midpoint_prime + + # Early stopping criterion + if self.jj == self.max_iterations: + break + diff --git a/polar_route/dataloaders/factory.py b/polar_route/dataloaders/factory.py index 128b215d..8e55cb3e 100644 --- a/polar_route/dataloaders/factory.py +++ b/polar_route/dataloaders/factory.py @@ -29,8 +29,9 @@ class DataLoaderFactory: ''' Produces initialised DataLoader objects that can be used by the mesh to quickly retrieve values within a boundary. - ''' - def get_dataloader(self, name, bounds, params, min_dp=5): + ''' + @staticmethod + def get_dataloader(name, bounds, params, min_dp=5): ''' Creates appropriate dataloader object based on name @@ -55,14 +56,18 @@ def get_dataloader(self, name, bounds, params, min_dp=5): ''' # Cast name to lowercase to make case insensitive name = name.lower() - # Add default values if they don't exist - params = self.set_default_params(name, params, min_dp) + # Translate 'file' or 'folder' into 'files' key + params = DataLoaderFactory.translate_file_input(params) + + # Add loader name to params + params['dataloader_name'] = name + params['min_dp'] = min_dp dataloader_requirements = { # Scalar 'scalar_csv': (ScalarCSVDataLoader, ['files']), - 'scalar_grf': (ScalarGRFDataLoader, []), - 'binary_grf': (ScalarGRFDataLoader,[]), + 'scalar_grf': (ScalarGRFDataLoader, ['binary']), + 'binary_grf': (ScalarGRFDataLoader,['binary']), 'amsr': (AMSRDataLoader, ['files', 'hemisphere']), 'bsose_sic': (BSOSESeaIceDataLoader, ['files']), 'bsose_depth': (BSOSEDepthDataLoader, ['files']), @@ -73,10 +78,10 @@ def get_dataloader(self, name, bounds, params, min_dp=5): 'thickness': (ThicknessDataLoader, []), 'density': (DensityDataLoader, []), # Scalar - Abstract shapes - 'circle': (ShapeDataLoader, ['shape', 'nx', 'ny', 'radius', 'centre']), - 'square': (ShapeDataLoader, ['shape', 'nx', 'ny', 'side_length', 'centre']), - 'gradient': (ShapeDataLoader, ['shape', 'nx', 'ny', 'vertical']), - 'checkerboard': (ShapeDataLoader, ['shape', 'nx', 'ny', 'gridsize']), + 'circle': (ShapeDataLoader, []), + 'square': (ShapeDataLoader, []), + 'gradient': (ShapeDataLoader, []), + 'checkerboard': (ShapeDataLoader, []), # Vector 'vector_csv': (VectorCSVDataLoader, ['files']), 'vector_grf': (VectorGRFDataLoader, []), @@ -103,166 +108,21 @@ def get_dataloader(self, name, bounds, params, min_dp=5): # Create instance of dataloader return data_loader(bounds, params) - def set_default_params(self, name, params, min_dp): + @staticmethod + def translate_file_input(params): ''' - Set default values for all dataloaders. + Allows flexible file specification in params. Translates 'file' or + 'folder' into 'files' Args: - name (str): - Name of dataloader entry in dataloader_requirements. Used to - specify default parameters for a specific dataloader. params (dict): - Dictionary containing attributes that are required for each - dataloader. - min_dp (int): - Minimum number of datapoints required to return a homogeneity - condition. Passed in here so it can be added to params - - Returns: - (dict): - Dictionary of attributes the dataloader will require, - completed with default values if not provided in config. + Dictionary of parameters written in config ''' - # Save dataloader name in params - params['dataloader_name'] = name - - if 'downsample_factors' not in params: - params['downsample_factors'] = [1,1] - - if 'data_name' not in params: - params['data_name'] = None - - if 'aggregate_type' not in params: - params['aggregate_type'] = 'MEAN' - - if 'min_dp' not in params: - params['min_dp'] = min_dp - - if 'in_proj' not in params: - params['in_proj'] = 'EPSG:4326' - - if 'out_proj' not in params: - params['out_proj'] = 'EPSG:4326' - - if 'x_col' not in params: - params['x_col'] = 'lat' - - if 'y_col' not in params: - params['y_col'] = 'long' - if 'file' in params: params['files'] = [params['file']] + del params['file'] elif 'folder' in params: folder = os.path.join(params['folder'], '') # Adds trailing slash if non-existant params['files'] = sorted(glob(folder+'*')) - - # Set defaults for abstract data generators - if name in ['circle', 'checkerboard', 'gradient']: - params = self.set_default_shape_params(name, params) - - # Set defaults for GRF generators - if name in ['binary_grf', 'scalar_grf', 'vector_grf']: - params = self.set_default_grf_params(name, params) - - return params - - def set_default_shape_params(self, name, params): - ''' - Set default values for abstract shape dataloaders. This function is - seperated out from set_default_params() simply to reduce cognitive - complexity, but is otherwise in the same format. - - Args: - name (str): - Name of shape entry in dataloader_requirements. Used to - specify default parameters for the shape dataloader. - params (dict): - Dictionary containing attributes that are required for the - shape being loaded. - - Returns: - (dict): - Dictionary of attributes the dataloader will require, - completed with default values if not provided in config. - ''' - # Number of datapoints to populate per axis - if 'nx' not in params: - params['nx'] = 101 - if 'ny' not in params: - params['ny'] = 101 - - # Shape of abstract dataset - if 'shape' not in params: - params['shape'] = name - - # Define default circle parameters - if name == 'circle': - if 'radius' not in params: - params['radius'] = 1 - if 'centre' not in params: - params['centre'] = (None, None) - # Define default square parameters - elif name == 'square': - if 'side_length' not in params: - params['side_length'] = 1 - if 'centre' not in params: - params['centre'] = (None, None) - # Define default gradient params - elif name == 'gradient': - if 'vertical' not in params: - params['vertical'] = True - # Define default checkerboard params - elif name == 'checkerboard': - if 'gridsize' not in params: - params['gridsize'] = (1,1) - - - return params - - def set_default_grf_params(self, name, params): - # Params that all GRF dataloaders need - if 'data_name' not in params: - params['data_name'] = 'data' - if 'seed' not in params: - params['seed'] = None - if 'size' not in params: - params['size'] = 512 - if 'alpha' not in params: - params['alpha'] = 3 - # Specific GRF loaders - # If making a mask (e.g. land) - if name == 'binary_grf': - params['binary'] = True - if 'min' not in params: - params['min'] = 0 - if 'max' not in params: - params['max'] = 1 - # If threshold not set, make it average of min/max val - if 'threshold' not in params: - params['threshold'] = 0.5 - # If making a scalar field - elif name == 'scalar_grf': - params['binary'] = False - if 'min' not in params: - params['min'] = -10 - if 'max' not in params: - params['max'] = 10 - # If threshold not set, make it min/max vals - if 'threshold' not in params: - params['threshold'] = [0,1] - if 'multiplier' not in params: - params['multiplier'] = 1 - if 'offset' not in params: - params['offset'] = 0 - # If making a vector field - elif name == 'vector_grf': - if 'min' not in params: - params['min'] = 0 - if 'max' not in params: - params['max'] = 10 - if 'vec_x' not in params: - params['vec_x'] = 'uC' - if 'vec_y' not in params: - params['vec_y'] = 'vC' - + del params['folder'] return params \ No newline at end of file diff --git a/polar_route/dataloaders/scalar/abstract_scalar.py b/polar_route/dataloaders/scalar/abstract_scalar.py index e84cd595..bdb5d3eb 100644 --- a/polar_route/dataloaders/scalar/abstract_scalar.py +++ b/polar_route/dataloaders/scalar/abstract_scalar.py @@ -1,12 +1,14 @@ from polar_route.dataloaders.dataloader_interface import DataLoaderInterface -from pyproj import Transformer, CRS - from abc import abstractmethod +from pyproj import Transformer, CRS + +import logging +import numpy as np import xarray as xr import pandas as pd -import numpy as np -import logging + +from polar_route.utils import round_to_sigfig class ScalarDataLoader(DataLoaderInterface): ''' @@ -33,21 +35,23 @@ def __init__(self, bounds, params): self.data_name (str): Name of scalar variable. Must be the column name if self.data is pd.DataFrame. Must be variable if self.data is xr.Dataset + + Raises: + ValueError: If no data lies within the parsed boundary ''' - logging.info(f"Initialising {params['dataloader_name']} dataloader") - # Translates parameters from config input to desired inputs - params = self.add_params(params) + params = self.add_default_params(params) + logging.info(f"Initialising {params['dataloader_name']} dataloader") # Creates a class attribute for all keys in params for key, val in params.items(): setattr(self, key, val) # Read in and manipulate data to standard form + self.data = self.import_data(bounds) if 'files' in params: - logging.info('\tReading in files:') + logging.info('\tFiles read:') for file in self.files: logging.info(f'\t\t{file}') - self.data = self.import_data(bounds) # If need to downsample data self.data = self.downsample() # If need to reproject data @@ -58,23 +62,35 @@ def __init__(self, bounds, params): x_col = self.x_col, y_col = self.y_col ) - # Cut dataset down to initial boundary - logging.info( - "\tTrimming data to initial boundary: {min} to {max}".format( - min=(bounds.get_lat_min(), bounds.get_long_min()), - max=(bounds.get_lat_max(), bounds.get_long_max()) - )) - self.data = self.trim_datapoints(bounds) - # Get data name from column name if not set in params if self.data_name is None: - logging.debug('- Setting self.data_name from column name') + logging.debug('\tSetting self.data_name from column name') self.data_name = self.get_data_col_name() # or if set in params, set col name to data name else: - logging.debug(f'- Setting data column name to {self.data_name}') + logging.debug(f'\tSetting data column name to {self.data_name}') self.data = self.set_data_col_name(self.data_name) + # Calculate fraction of boundary that data covers + data_coverage = self.calculate_coverage(bounds) + logging.info("\tMercator data range (roughly) covers "+\ + f"{np.round(data_coverage*100,0).astype(int)}% "+\ + "of initial boundary") + # If there's 0 datapoints in the initial boundary, raise ValueError + if data_coverage == 0: + logging.error('\tDataloader has no data in initial region!') + raise ValueError(f"Dataloader {params['dataloader_name']}"+\ + " contains no data within initial region!") + else: + # Cut dataset down to initial boundary + logging.info( + "\tTrimming data to initial boundary: {min} to {max}".format( + min=(bounds.get_lat_min(), bounds.get_long_min()), + max=(bounds.get_lat_max(), bounds.get_long_max()) + )) + + self.data = self.trim_datapoints(bounds) + @abstractmethod def import_data(self, bounds): ''' @@ -95,25 +111,132 @@ def import_data(self, bounds): Downsampling and reprojecting happen in __init__() method ''' pass - - def add_params(self, params): + + def add_default_params(self, params): ''' - Provides option to add parameters before dataloader initialised, - useful for translating params from config to specific default - parameters for dataloader. Does nothing by default, but user can - overload to add to specific dataloader + Set default values for all scalar dataloaders. This function should be + overloaded to include any extra params for a specific dataloader Args: + name (str): + Name of dataloader entry in dataloader_requirements. Used to + specify default parameters for a specific dataloader. params (dict): - Dictionary holding keys and values that will be turned into - object attributes - + Dictionary containing attributes that are required for each + dataloader. + Returns: - dict: - Params dictionary with addition of translated key/value pairs + (dict): + Dictionary of attributes the dataloader will require, + completed with default values if not provided in config. ''' + if 'dataloader_name' not in params: + params['dataloader_name'] = self.__class__.__name__ + + if 'data_name' not in params: + params['data_name'] = None + + if 'downsample_factors' not in params: + params['downsample_factors'] = [1,1] + + if 'aggregate_type' not in params: + params['aggregate_type'] = 'MEAN' + + if 'min_dp' not in params: + params['min_dp'] = 5 + + if 'in_proj' not in params: + params['in_proj'] = 'EPSG:4326' + + if 'out_proj' not in params: + params['out_proj'] = 'EPSG:4326' + + if 'x_col' not in params: + params['x_col'] = 'lat' + + if 'y_col' not in params: + params['y_col'] = 'long' + return params - + + def calculate_coverage(self, bounds, data=None): + """ + Calculates percentage of boundary covered by dataset + + Args: + bounds (Boundary): + Boundary being compared against + data (pd.DataFrame or xr.Dataset): + Dataset with 'lat' and 'long' coordinates. + Extent calculated from min/max of these coordinates. + Defaults to objects internal dataset. + + Returns: + float: + Decimal fraction of boundary covered by the dataset + """ + def calculate_coverage_from_df(bounds, data): + data = data.dropna().reset_index() + # If empty dataframe, 0% coverage + if data.empty: + return 0 + # If no valid coordinates within data range, 0% coverage + elif data.lat.size == 0 or data.long.size == 0: + return 0 + # Otherwise, calculate coverage, assuming rectangular region + # in mercator projection + else: + # Get range of latitude values + data_lat_range = data.lat.max() - data.lat.min() + bounds_lat_range = bounds.get_lat_max() - bounds.get_lat_min() + # Get range of longitude values + data_long_range = data.long.max() - data.long.min() + bounds_long_range = bounds.get_long_max() - bounds.get_long_min() + # Calcualte area of each region + data_area = data_lat_range * data_long_range + bounds_area = bounds_lat_range * bounds_long_range + # If data area completely covers bounds, 100% coverage + if data_area >= bounds_area: + return 1 + # Otherwise return decimal fraction + else: + return data_area / bounds_area + + + def calculate_coverage_from_xr(bounds, data): + # Remove all NaN columns/rows + data = data.dropna(dim="lat", how="all") + data = data.dropna(dim="long", how="all") + # If no valid coordinates within data range, 0% coverage + if data.lat.size == 0 or data.long.size == 0: + return 0 + # Otherwise, calculate coverage, assuming rectangular region + # in mercator projection + else: + # Get range of latitude values + data_lat_range = data.lat.max().item() - data.lat.min().item() + bounds_lat_range = bounds.get_lat_max() - bounds.get_lat_min() + # Get range of longitude values + data_long_range = data.long.max().item() - data.long.min().item() + bounds_long_range = bounds.get_long_max() - bounds.get_long_min() + # Calcualte area of each region + data_area = data_lat_range * data_long_range + bounds_area = bounds_lat_range * bounds_long_range + # If data area completely covers bounds, 100% coverage + if data_area >= bounds_area: + return 1 + # Otherwise return decimal fraction + else: + return data_area / bounds_area + # Use self.data if not no explicit dataset specified + if data is None: + data = self.data + # Calculate data coverage fraction + if type(self.data) == pd.core.frame.DataFrame: + return calculate_coverage_from_df(bounds, data) + elif type(self.data) == xr.core.dataset.Dataset: + return calculate_coverage_from_xr(bounds, data) + def trim_datapoints(self, bounds, data=None): ''' Trims datapoints from self.data within boundary defined by 'bounds'. @@ -128,7 +251,20 @@ def trim_datapoints(self, bounds, data=None): ''' def trim_datapoints_from_df(data, bounds): ''' - Extracts data from a pd.DataFrame + Extracts datapoints from a pd.DataFrame + + Args: + data (pd.DataFrame): Datapoints in dataframe + bounds (Boundary): + Maximum extent of datapoints to include. + Will be cut to extent of spatial boundary + (and temporal if data includes time) + + Returns: + pd.DataFrame: + Trimmed dataset inclusive of spatial upper bound, and + exclusive of spatial lower bound. Inclusive of both + upper and lower time bounds ''' # Mask off any positions not within spatial bounds mask = (data['lat'] > bounds.get_lat_min()) & \ @@ -142,19 +278,38 @@ def trim_datapoints_from_df(data, bounds): # Return column of data from within bounds return data.loc[mask] - + def trim_datapoints_from_xr(data, bounds): ''' - Extracts data from a xr.Dataset + Extracts datapoints from a xr.Dataset + + Args: + data (xr.Dataset): Datapoints in dataframe + bounds (Boundary): + Maximum extent of datapoints to include. + Will be cut to extent of spatial boundary + (and temporal if data includes time) + + Returns: + xr.Dataset: + Trimmed dataset inclusive of spatial upper bound, and + exclusive of spatial lower bound. Inclusive of both + upper and lower time bounds ''' # Select data region within spatial bounds - # TODO make sure boundaries act same as df + # NOTE slice in xarray is inclusive of bounds data = data.sel(lat=slice(bounds.get_lat_min(), bounds.get_lat_max() )) data = data.sel(long=slice(bounds.get_long_min(), bounds.get_long_max())) # Select data region within temporal bounds if time exists as a coordinate if 'time' in data.coords.keys(): data = data.sel(time=slice(bounds.get_time_min(), bounds.get_time_max())) + # Trim off any data on the min boundary to be consistent with df + if bounds.get_lat_min() in data.lat: + data = data.where(data.lat != bounds.get_lat_min(), drop=True) + if bounds.get_long_min() in data.long: + data = data.where(data.long != bounds.get_long_min(), drop=True) + # Return column of data from within bounds return data @@ -167,15 +322,14 @@ def trim_datapoints_from_xr(data, bounds): data.lat.max() <= bounds.get_lat_max() and \ data.long.min() > bounds.get_long_min() and \ data.long.max() <= bounds.get_long_max(): - logging.debug('Data is already trimmed to bounds!') + logging.debug('\tData is already trimmed to bounds!') return data - if type(data) == type(pd.DataFrame()): + if type(data) == pd.core.frame.DataFrame: return trim_datapoints_from_df(data, bounds) - elif type(data) == type(xr.Dataset()): + elif type(data) == xr.core.dataset.Dataset: return trim_datapoints_from_xr(data, bounds) - def get_dp_from_coord(self, long=None, lat=None, return_coords=False): ''' Extracts datapoint from self.data with lat and long specified in kwargs. @@ -192,12 +346,31 @@ def get_dp_from_coord(self, long=None, lat=None, return_coords=False): ''' def get_dp_from_coord_df(data, name, long, lat, return_coords): ''' - Extracts data from a pd.DataFrame + Extracts a singular datapoint from dataframe + + Args: + data (pd.DataFrame): + Dataset to search within + name (str): + Variable name to extract + long (float): + Longitude of datapoint requested + lat (float): + Latitude of datapoint requested + return_coords (bool): + Flag to choose if coords + are returned with the datapoint or not + + Returns: + pd.DataFrame: + Dataframe containing one row with the datapoint + (and coords if requested). If no datapoint found, + returns empty DataFrame. ''' # Mask off any positions not within spatial bounds mask = (data['lat'] == lat) & \ (data['long'] == long) - + # Include lat/long/time if requested if return_coords: columns = list(data.columns) else: columns = [name] @@ -206,7 +379,26 @@ def get_dp_from_coord_df(data, name, long, lat, return_coords): def get_dp_from_coord_xr(data, name, long, lat, return_coords): ''' - Extracts data from a xr.Dataset + Extracts a singular datapoint from xr.Dataset + + Args: + data (xr.Dataset): + Dataset to search within + name (str): + Variable name to extract + long (float): + Longitude of datapoint requested + lat (float): + Latitude of datapoint requested + return_coords (bool): + Flag to choose if coords + are returned with the datapoint or not + + Returns: + pd.DataFrame: + Dataframe containing one row with the datapoint + (and coords if requested). If no datapoint found, + returns empty DataFrame. ''' # Select data region within spatial bounds data = data.sel(lat=lat, long=long) @@ -226,50 +418,11 @@ def get_dp_from_coord_xr(data, name, long, lat, return_coords): if hasattr(self, 'data_name'): data_name = self.data_name else: data_name = self.get_data_col_name() - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return get_dp_from_coord_df(self.data, data_name, long, lat, return_coords) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return get_dp_from_coord_xr(self.data, data_name, long, lat, return_coords) - - def get_datapoints(self, bounds, return_coords=False, data=None): - ''' - Extracts datapoints from self.data within boundary defined by 'bounds'. - self.data can be pd.DataFrame or xr.Dataset - - Args: - bounds (Boundary): Limits of lat/long/time to select data from - return_coords (boolean): - Flag to determine if coordinates are provided for each - datapoint found. Default is False. - - Returns: - pd.DataFrame: - Column of data values within selected region. If return_coords - is true, also returns with coordinate columns - ''' - if data is None: - data = self.data - # Cast to dataframe for output - if type(data) == type(xr.Dataset()): - data = self.trim_datapoints(bounds, data=data) - # Cast to dataframe - data = data.to_dataframe().reset_index().dropna() - - # Trim to boundary specified - data = self.trim_datapoints(bounds, data=data) - - # Retrieve data column name - if hasattr(self, 'data_name'): data_name = self.data_name - else: data_name = self.get_data_col_name() - - # Include lat/long/time if requested - if return_coords: columns = list(data.columns) - else: columns = [data_name] - - - # Return column of data from within bounds - return data[columns] - + def get_value(self, bounds, agg_type=None, skipna=True): ''' Retrieve aggregated value from within bounds @@ -277,46 +430,124 @@ def get_value(self, bounds, agg_type=None, skipna=True): Args: aggregation_type (str): Method of aggregation of datapoints within bounds. Can be upper or lower case. - Accepts 'MIN', 'MAX', 'MEAN', 'MEDIAN', 'STD', 'CLEAR' + Accepts 'MIN', 'MAX', 'MEAN', 'MEDIAN', 'STD', 'COUNT' bounds (Boundary): Boundary object with limits of lat/long skipna (bool): Defines whether to propogate NaN's or not Default = True (ignore's NaN's) Returns: - float: + dict: + {variable (str): aggregated_value (float)} Aggregated value within bounds following aggregation_type Raises: ValueError: aggregation type not in list of available methods ''' + def get_value_from_df(dps, bounds, agg_type, skipna): + ''' + Aggregates a value from a pd.Series. + + Args: + dps (pd.Series): Datapoints within boundary + bounds (Boundary): + Boundary dps was trimmed to. Not used for any calculations, + just the logging.debug message. + agg_type (str): + Method of aggregation for the value, + e.g. agg_type = 'MIN' => min(dps) returned + skipna (bool): + Flag for whether NaN's should be included in aggregation. + + Returns: + np.float64: Aggregated value + ''' + # Skip NaN's if desired + if skipna: dps = dps.dropna() + + logging.debug(f"\t{len(dps)} datapoints found for attribute '{self.data_name}' within bounds '{bounds}'") + # If want the number of datapoints + if agg_type =='COUNT': + return len(dps) + # If no data + elif len(dps) == 0: + return np.nan + # Return float of aggregated value + elif agg_type == 'MIN': + return dps.min(skipna=skipna) + elif agg_type == 'MAX': + return dps.max(skipna=skipna) + elif agg_type == 'MEAN': + return dps.mean(skipna=skipna) + elif agg_type == 'MEDIAN': + return dps.median(skipna=skipna) + elif agg_type == 'STD': + return dps.std(skipna=skipna) + # If aggregation_type not available + else: + raise ValueError(f'Unknown aggregation type {agg_type}') + + + def get_value_from_xr(dps, bounds, agg_type, skipna): + ''' + Aggregates a value from a xr.DataArray. + + Args: + dps (xr.DataArray): Datapoints within boundary + bounds (Boundary): + Boundary dps was trimmed to. Not used for any calculations, + just the logging.debug message. + agg_type (str): + Method of aggregation for the value, + e.g. agg_type = 'MIN' => min(dps) returned + skipna (bool): + Flag for whether NaN's should be included in aggregation. + + Returns: + np.float64: Aggregated value + ''' + # Extract values to be worked on by numpy functions + dps = dps.values + logging.debug(f"\t{len(dps)} datapoints found for attribute '{self.data_name}' within bounds '{bounds}'") + # If want the number of datapoints + if agg_type =='COUNT': + return dps.size + # If no data + elif dps.size == 0: + return np.nan + # Return float of aggregated value + elif agg_type == 'MIN': + if skipna: return np.nanmin(dps) + else: return np.min(dps) + elif agg_type == 'MAX': + if skipna: return np.nanmax(dps) + else: return np.max(dps) + elif agg_type == 'MEAN': + if skipna: return np.nanmean(dps) + else: return np.mean(dps) + elif agg_type == 'MEDIAN': + if skipna: return np.nanmedian(dps) + else: return np.median(dps) + elif agg_type == 'STD': + if skipna: return np.nanstd(dps) + else: return np.std(dps) + # If aggregation_type not available + else: + raise ValueError(f'Unknown aggregation type {agg_type}') + # Set to params if no specific aggregate type specified if agg_type is None: agg_type = self.aggregate_type + # Limit data series to just the data, excluding coords/index - dps = self.get_datapoints(bounds)[self.data_name] - dps = dps.dropna().sort_values() - - # TODO update log to include boundary and data_name - logging.debug(f" {len(dps)} datapoints found for attribute '{self.data_name}' within bounds '{bounds}'") - # If no data - if agg_type =='COUNT': - return {self.data_name: len(dps)} - elif len(dps) == 0: - return {self.data_name: np.nan} - # Return float of aggregated value - elif agg_type == 'MIN': - return {self.data_name :float(dps.min(skipna=skipna))} - elif agg_type == 'MAX': - return {self.data_name :float(dps.max(skipna=skipna))} - elif agg_type == 'MEAN': - return {self.data_name :float(dps.mean(skipna=skipna))} - elif agg_type == 'MEDIAN': - return {self.data_name :float(dps.median(skipna=skipna))} - elif agg_type == 'STD': - return {self.data_name :float(dps.std(skipna=skipna))} - # If aggregation_type not available - else: - raise ValueError(f'Unknown aggregation type {agg_type}') + dps = self.trim_datapoints(bounds)[self.data_name] + + if type(self.data) == pd.core.frame.DataFrame: + value = get_value_from_df(dps, bounds, agg_type, skipna) + elif type(self.data) == xr.core.dataset.Dataset: + value = get_value_from_xr(dps, bounds, agg_type, skipna) + + # Cast to regular float before returning so can be saved in JSON later + return {self.data_name: float(value)} def get_hom_condition(self, bounds, splitting_conds): ''' @@ -352,25 +583,79 @@ def get_hom_condition(self, bounds, splitting_conds): given threshold if between the upper and lower bound ''' - hom_type = "ERR" + def get_hom_condition_from_df(dps, splitting_conds): + ''' + Determined homogeneity condition from pd.Series. + + Args: + dps (pd.Series): + Datapoints to determine homogeneity condition from + splitting_conds (dict): + Key/Value pairs for threshold, upper_bound and lower_bound. + More details in get_hom_condition() docstring + + Returns: + str: + Homogeneity condition of dataset, as described in + get_hom_condition() docstring + ''' + # If not enough datapoints + if len(dps) < self.min_dp: hom_type = "MIN" + # Otherwise, extract the homogeneity condition + else: + # Determine fraction of datapoints over threshold value + num_over_threshold = dps[dps > splitting_conds['threshold']] + frac_over_threshold = num_over_threshold.shape[0]/dps.shape[0] + + # Return homogeneity condition + if frac_over_threshold <= splitting_conds['lower_bound']: hom_type = "CLR" + elif frac_over_threshold >= splitting_conds['upper_bound']: hom_type = "HOM" + else: hom_type = "HET" + + logging.debug(f"\thom_condition for attribute: '{self.data_name}' in bounds:'{bounds}' returned '{hom_type}'") + return hom_type + + def get_hom_condition_from_xr(dps, splitting_conds): + ''' + Determined homogeneity condition from xr.DataArray. + + Args: + dps (xr.DataArray): + Datapoints to determine homogeneity condition from + splitting_conds (dict): + Key/Value pairs for threshold, upper_bound and lower_bound. + More details in get_hom_condition() docstring + + Returns: + str: + Homogeneity condition of dataset, as described in + get_hom_condition() docstring + ''' + if dps.size < self.min_dp: hom_type = "MIN" + else: + # Determine fraction of datapoints over threshold value + num_over_threshold = np.count_nonzero(dps > splitting_conds['threshold']) + frac_over_threshold = num_over_threshold/dps.size + + # Return homogeneity condition + if frac_over_threshold <= splitting_conds['lower_bound']: hom_type = "CLR" + elif frac_over_threshold >= splitting_conds['upper_bound']: hom_type = "HOM" + else: hom_type = "HET" + + logging.debug(f"\thom_condition for attribute: '{self.data_name}' in bounds:'{bounds}' returned '{hom_type}'") + + return hom_type # Retrieve datapoints to analyse - dps = self.get_datapoints(bounds)[self.data_name] - # If not enough datapoints - if len(dps) < self.min_dp: hom_type = "MIN" - # Otherwise, extract the homogeneity condition + dps = self.trim_datapoints(bounds)[self.data_name] + + if type(dps) == pd.core.series.Series: + return get_hom_condition_from_df(dps, splitting_conds) + elif type(dps) == xr.core.dataarray.DataArray: + return get_hom_condition_from_xr(dps, splitting_conds) else: - # Calculate fraction over threshold - num_over_threshold = dps[dps > splitting_conds['threshold']] - frac_over_threshold = num_over_threshold.shape[0]/dps.shape[0] - - # Return homogeneity condition - if frac_over_threshold <= splitting_conds['lower_bound']: hom_type = "CLR" - elif frac_over_threshold >= splitting_conds['upper_bound']: hom_type = "HOM" - else: hom_type = "HET" + raise TypeError(f'Unknown type {type(dps)}') - logging.debug(f"hom_condition for attribute: '{self.data_name}' in bounds:'{bounds}' returned '{hom_type}'") - return hom_type def reproject(self, in_proj='EPSG:4326', out_proj='EPSG:4326', x_col='lat', y_col='long'): @@ -399,7 +684,29 @@ def reproject(self, in_proj='EPSG:4326', out_proj='EPSG:4326', def reproject_df(data, in_proj, out_proj, x_col, y_col): ''' Reprojects a pandas dataframe - ''' + + Args: + data (pd.DataFrame): + Data to reproject, with coordinates x_col, y_col + in_proj (str): + Projection the original dataset is in, as a string + understandable by PyProj (e.g. 'EPSG:3031') + out_proj (str): + Projection desired as output format. Should be always be + Mercator, but doesn't have to be if you desire + (e.g. 'EPSG:4326) + x_col (str): + Coordinate that original dataset includes that will be + projected. Will be replaced with longitude values + y_col (str): + Coordinate that original dataset includes that will be + projected. Will be replaces with latitude values + + Returns: + pd.DataFrame: + Reprojected dataset, with columns 'lat', 'long', + ('time' if in original dataset), and data_name + ''' # Do the reprojection x, y = Transformer\ .from_crs(CRS(in_proj), CRS(out_proj), always_xy=True)\ @@ -414,24 +721,45 @@ def reproject_df(data, in_proj, out_proj, x_col, y_col): def reproject_xr(data, in_proj, out_proj, x_col, y_col): ''' - Reprojects a xarray dataset + Reprojects a xr.Dataset + + Args: + data (xr.Dataset): + Data to reproject, with coordinates x_col, y_col + in_proj (str): + Projection the original dataset is in, as a string + understandable by PyProj (e.g. 'EPSG:3031') + out_proj (str): + Projection desired as output format. Should be always be + Mercator, but doesn't have to be if you desire + (e.g. 'EPSG:4326) + x_col (str): + Coordinate that original dataset includes that will be + projected. Will be replaced with longitude values + y_col (str): + Coordinate that original dataset includes that will be + projected. Will be replaces with latitude values + + Returns: + pd.DataFrame: + Reprojected dataset, with columns 'lat', 'long', + ('time' if in original dataset), and data_name ''' # Cast to dataframe, then reproject using reproject_df # Cannot reproject directly as memory usage skyrockets df = data.to_dataframe().reset_index().dropna() return reproject_df(df, in_proj, out_proj, x_col, y_col) - + # If no reprojection to do if in_proj == out_proj: logging.debug("\tself.reproject() called but don't need to") return self.data else: logging.info(f"\tReprojecting data from {in_proj} to {out_proj}") - # Choose appropriate method of reprojection based on data type - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return reproject_df(self.data, in_proj, out_proj, x_col, y_col) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return reproject_xr(self.data, in_proj, out_proj, x_col, y_col) def downsample(self, agg_type=None): @@ -472,11 +800,11 @@ def downsample_xr(data, ds, agg_type): ''' if agg_type == 'MIN': # Returns min of bin - data = data.coarsen(lat=ds[1], boundary='pad').min() + data = data.coarsen(lat=ds[1],boundary='pad').min() data = data.coarsen(long=ds[0],boundary='pad').min() elif agg_type == 'MAX': # Returns max of bin - data = data.coarsen(lat=ds[1], boundary='pad').max() + data = data.coarsen(lat=ds[1],boundary='pad').max() data = data.coarsen(long=ds[0],boundary='pad').max() elif agg_type == 'MEAN': # Returns mean of bin @@ -503,11 +831,11 @@ def downsample_df(data, ds, agg_type): defeating the purpose ''' logging.warning( - '- Downsampling called on pd.DataFrame! Downsampling a df' \ + '\tDownsampling called on pd.DataFrame! Downsampling a df' \ 'too computationally expensive, returning original df' ) return data - + # Set to params if no specific aggregate type specified if agg_type is None: agg_type = self.aggregate_type @@ -515,14 +843,14 @@ def downsample_df(data, ds, agg_type): # If no downsampling if self.downsample_factors == (1,1) or \ self.downsample_factors == [1,1]: - logging.debug("- self.downsample() called but don't have to") + logging.debug("\tself.downsample() called but don't have to") return self.data else: - logging.info(f"- Downsampling data by {self.downsample_factors}") + logging.info(f"\tDownsampling data by {self.downsample_factors}") # Otherwise, downsample appropriately - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return downsample_df(self.data, self.downsample_factors, agg_type) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return downsample_xr(self.data, self.downsample_factors, agg_type) def get_data_col_name(self): @@ -541,7 +869,15 @@ def get_data_col_name(self): ''' def get_data_name_from_df(data): ''' - Filters out standard columns to extract only data column's name + Filters out standard columns to extract only data column's name + from pd.DataFrame + + Args: + data (pd.DataFrame): + DataFrame with only 'lat', 'long', 'time' and data_name + + Returns: + str: Data name extracted from column head ''' # Store name of data column for future reference columns = data.columns @@ -559,6 +895,13 @@ def get_data_name_from_df(data): def get_data_name_from_xr(data): ''' Extracts variable name directly from xr.Dataset metadata + + Args: + data (xr.Dataset): + Dataset with only one data variable + + Returns: + str: Data name extracted from xarray metadata ''' # Extract data variables from xr.Dataset name = list(data.keys()) @@ -570,11 +913,11 @@ def get_data_name_from_xr(data): ) return name[0] - logging.info(f"- Retrieving data name from {type(self.data)}") + logging.debug(f"\tRetrieving data name from {type(self.data)}") # Choose method of extraction based on data type - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return get_data_name_from_df(self.data) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return get_data_name_from_xr(self.data) def set_data_col_name(self, new_name): @@ -591,20 +934,45 @@ def set_data_col_name(self, new_name): def set_name_df(data, old_name, new_name): ''' Renames data column in pandas dataframe + + Args: + data (pd.DataFrame): + DataFrame that has old_name as one of column names + old_name (str): + Old column name to replace + new_name (str): + New column name after replacing + + Returns: + pd.DataFrame: + DataFrame with old_name replaced by new_name ''' # Rename data column to new name return data.rename(columns={old_name: new_name}) def set_name_xr(data, old_name, new_name): ''' Renames data variable in xarray dataset + + Args: + data (xr.Dataset): + Dataset that has old_name as data variable name + old_name (str): + Old data_variable name to replace + new_name (str): + New data_variable name after replacing + + Returns: + xr.Dataset: + Dataset with old_name replaced by new_name ''' # Rename data variable to new name return data.rename({old_name: new_name}) old_name = self.get_data_col_name() - logging.info(f"- Changing data name from {old_name} to {new_name}") + if old_name != new_name: + logging.info(f"\tChanging data name from {old_name} to {new_name}") # Change data name depending on data type - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return set_name_df(self.data, old_name, new_name) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return set_name_xr(self.data, old_name, new_name) diff --git a/polar_route/dataloaders/scalar/amsr.py b/polar_route/dataloaders/scalar/amsr.py index b6c8c316..ba5c73e1 100644 --- a/polar_route/dataloaders/scalar/amsr.py +++ b/polar_route/dataloaders/scalar/amsr.py @@ -1,10 +1,11 @@ from polar_route.dataloaders.scalar.abstract_scalar import ScalarDataLoader from datetime import datetime +import logging import xarray as xr class AMSRDataLoader(ScalarDataLoader): - def add_params(self, params): + def add_default_params(self, params): ''' Translates 'hemisphere' parameter into values of in_proj and out_proj that pyProj can understand. Also defines x_col and y_col for AMSR data @@ -19,6 +20,8 @@ def add_params(self, params): dict: Params dictionary with addition of translated key/value pairs ''' + # Set default parameters same as all other scalar dataloaders + params = super().add_default_params(params) # Translate 'hemisphere' into initial projection hemisphere = params['hemisphere'].lower() if hemisphere == 'north': @@ -68,6 +71,7 @@ def retrieve_data(filename, date): return data data_array = [] + relevant_files = [] # For each file found from config for file in self.files: # If date within boundary @@ -78,13 +82,21 @@ def retrieve_data(filename, date): datetime.strptime(date, '%Y-%m-%d') <= \ datetime.strptime(bounds.get_time_max(), '%Y-%m-%d'): data_array.append(retrieve_data(file, date)) + relevant_files += [file] # Concat all valid files + if len(data_array) == 0: + logging.error('\tNo files found for date range '+\ + f'[ {bounds.get_time_min()} : {bounds.get_time_max()} ]') + raise FileNotFoundError('No AMSR files found within specified time range!') data = xr.concat(data_array,'time') # Remove unnecessary column, rename data column data = data.drop_vars('polar_stereographic') data = data.rename({'z': 'SIC'}) + # Limit self.files to only those actually used + self.files = relevant_files + # TODO Limit data range before reprojection return data diff --git a/polar_route/dataloaders/scalar/baltic_sea_ice.py b/polar_route/dataloaders/scalar/baltic_sea_ice.py index e3831936..7212ab75 100644 --- a/polar_route/dataloaders/scalar/baltic_sea_ice.py +++ b/polar_route/dataloaders/scalar/baltic_sea_ice.py @@ -18,7 +18,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'SIC' ''' # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'ice_concentration': 'SIC', 'lon': 'long'}) diff --git a/polar_route/dataloaders/scalar/bsose_depth.py b/polar_route/dataloaders/scalar/bsose_depth.py index 2f60114d..5eb054b9 100644 --- a/polar_route/dataloaders/scalar/bsose_depth.py +++ b/polar_route/dataloaders/scalar/bsose_depth.py @@ -18,7 +18,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'elevation' ''' # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'Depth': 'elevation', 'YC': 'lat', diff --git a/polar_route/dataloaders/scalar/bsose_sea_ice.py b/polar_route/dataloaders/scalar/bsose_sea_ice.py index fdd5b6f1..c7cc032a 100644 --- a/polar_route/dataloaders/scalar/bsose_sea_ice.py +++ b/polar_route/dataloaders/scalar/bsose_sea_ice.py @@ -26,7 +26,8 @@ def import_data(self, bounds): ''' logging.info(f"- Opening file {self.file}") # Open Dataset - data = xr.open_mfdataset(self.file) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'SIarea': 'SIC', 'YC': 'lat', diff --git a/polar_route/dataloaders/scalar/gebco.py b/polar_route/dataloaders/scalar/gebco.py index de951c7e..838fff21 100644 --- a/polar_route/dataloaders/scalar/gebco.py +++ b/polar_route/dataloaders/scalar/gebco.py @@ -18,7 +18,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'elevation' ''' # Import data from files defined in config - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Rename columns to standard format data = data.rename({'lon':'long'}) # Trim to initial datapoints diff --git a/polar_route/dataloaders/scalar/icenet.py b/polar_route/dataloaders/scalar/icenet.py index 8aa058bb..0796e588 100644 --- a/polar_route/dataloaders/scalar/icenet.py +++ b/polar_route/dataloaders/scalar/icenet.py @@ -65,7 +65,7 @@ def import_data(self, bounds): break except: # Error thrown, date not in dataset. Try previous day - logging.debug(f' - Unable to select start day of {start_time} for IceNet, trying previous day') + logging.debug(f'\tUnable to select start day of {start_time} for IceNet, trying previous day') continue else: # If ran through entire dataset with no valid dates diff --git a/polar_route/dataloaders/scalar/modis.py b/polar_route/dataloaders/scalar/modis.py index 80fdc0e9..92cc2109 100644 --- a/polar_route/dataloaders/scalar/modis.py +++ b/polar_route/dataloaders/scalar/modis.py @@ -20,7 +20,8 @@ def import_data(self, bounds): ''' logging.info(f"- Opening file {self.file}") # Open Dataset - data = xr.open_mfdataset(self.file) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column name data = data.rename({'iceArea': 'SIC'}) diff --git a/polar_route/dataloaders/scalar/scalar_csv.py b/polar_route/dataloaders/scalar/scalar_csv.py index f3e7cca7..bd6d39eb 100644 --- a/polar_route/dataloaders/scalar/scalar_csv.py +++ b/polar_route/dataloaders/scalar/scalar_csv.py @@ -1,6 +1,6 @@ from polar_route.dataloaders.scalar.abstract_scalar import ScalarDataLoader -import dask as dd +import pandas as pd class ScalarCSVDataLoader(ScalarDataLoader): def import_data(self, bounds): @@ -17,7 +17,11 @@ def import_data(self, bounds): and variable defined by column heading in csv file ''' # Read in data - data = dd.read_csv(self.files) + df_list = [] + # NOTE: All csv files must have same columns for this to work + for file in self.files: + df_list += [pd.read_csv(file)] + data = pd.concat(df_list) # Trim to initial datapoints data = self.trim_datapoints(bounds, data=data) diff --git a/polar_route/dataloaders/scalar/scalar_grf.py b/polar_route/dataloaders/scalar/scalar_grf.py index 334c996f..1219c1d2 100644 --- a/polar_route/dataloaders/scalar/scalar_grf.py +++ b/polar_route/dataloaders/scalar/scalar_grf.py @@ -6,6 +6,62 @@ import numpy as np class ScalarGRFDataLoader(ScalarDataLoader): + + def add_default_params(self, params): + ''' + Set default values for abstract GRF dataloaders, starting by + including defaults for scalar dataloaders. + + Args: + params (dict): + Dictionary containing attributes that are required for the + shape being loaded. Must include 'shape'. + + Returns: + (dict): + Dictionary of attributes the dataloader will require, + completed with default values if not provided in config. + ''' + params = super().add_default_params(params) + + # Params that all GRF dataloaders need + if 'seed' not in params: + params['seed'] = None + if 'size' not in params: + params['size'] = 512 + if 'alpha' not in params: + params['alpha'] = 3 + + # Set defaults for binary GRF + if params['binary'] == True: + if params['data_name'] is None: + params['data_name'] = 'binary_data' + if 'min' not in params: + params['min'] = 0 + if 'max' not in params: + params['max'] = 1 + # If threshold not set, make it average of min/max val + if 'threshold' not in params: + params['threshold'] = 0.5 + # Set defaults for smooth scalar GRF + else: + if params['data_name'] is None: + params['data_name'] = 'scalar_data' + if 'min' not in params: + params['min'] = -10 + if 'max' not in params: + params['max'] = 10 + # If threshold not set, make it min/max vals + if 'threshold' not in params: + params['threshold'] = [0,1] + if 'multiplier' not in params: + params['multiplier'] = 1 + if 'offset' not in params: + params['offset'] = 0 + + return params + + def import_data(self, bounds): ''' Creates data in the form of a Gaussian Random Field diff --git a/polar_route/dataloaders/scalar/shape.py b/polar_route/dataloaders/scalar/shape.py index e71357cf..9d105926 100644 --- a/polar_route/dataloaders/scalar/shape.py +++ b/polar_route/dataloaders/scalar/shape.py @@ -5,6 +5,55 @@ import numpy as np class ShapeDataLoader(ScalarDataLoader): + + def add_default_params(self, params): + ''' + Set default values for abstract shape dataloaders, starting by + including defaults for scalar dataloaders. + + Args: + params (dict): + Dictionary containing attributes that are required for the + shape being loaded. Must include 'shape'. + + Returns: + (dict): + Dictionary of attributes the dataloader will require, + completed with default values if not provided in config. + ''' + # Add default scalar params + params = super().add_default_params(params) + + # Number of datapoints to populate per axis + if 'nx' not in params: + params['nx'] = 101 + if 'ny' not in params: + params['ny'] = 101 + + # Define default circle parameters + if params['dataloader_name'] == 'circle': + if 'radius' not in params: + params['radius'] = 1 + if 'centre' not in params: + params['centre'] = (None, None) + # Define default square parameters + elif params['dataloader_name'] == 'square': + if 'side_length' not in params: + params['side_length'] = 1 + if 'centre' not in params: + params['centre'] = (None, None) + # Define default gradient params + elif params['dataloader_name'] == 'gradient': + if 'vertical' not in params: + params['vertical'] = True + # Define default checkerboard params + elif params['dataloader_name'] == 'checkerboard': + if 'gridsize' not in params: + params['gridsize'] = (1,1) + + return params + + def import_data(self, bounds): ''' Generates data in the form of an abstract shape, such as circle, @@ -21,18 +70,20 @@ def import_data(self, bounds): 'dummy_data' (by default) ''' # TODO Move self.lat/long = np.linspace here after reg tests pass - # Choose appropriate shape to generate - if self.shape == 'circle': + + # Generate abstract data set + if self.dataloader_name == 'circle': data = self.gen_circle(bounds) - elif self.shape == 'checkerboard': + elif self.dataloader_name == 'checkerboard': data = self.gen_checkerboard(bounds) - elif self.shape == 'gradient': + elif self.dataloader_name == 'gradient': data = self.gen_gradient(bounds) - - # Fill dummy time values - data['time'] = bounds.get_time_min() + else: + raise ValueError( + f'Unknown abstract shape type: {self.dataloader_name}' + ) - data_xr = data.set_index(['lat', 'long', 'time']).to_xarray() + data_xr = data.set_index(['lat', 'long']).to_xarray() # No need to trim data, as was defined by bounds return data_xr diff --git a/polar_route/dataloaders/vector/abstract_vector.py b/polar_route/dataloaders/vector/abstract_vector.py index c556acef..08909d60 100644 --- a/polar_route/dataloaders/vector/abstract_vector.py +++ b/polar_route/dataloaders/vector/abstract_vector.py @@ -8,6 +8,9 @@ import xarray as xr import pandas as pd +from polar_route.utils import round_to_sigfig + + class VectorDataLoader(DataLoaderInterface): ''' Abstract class for all vector Datasets. @@ -34,20 +37,19 @@ def __init__(self, bounds, params): Name of scalar variable. Must be the column name if self.data is pd.DataFrame. Must be variable if self.data is xr.Dataset ''' - print(f"Initialising {params['dataloader_name']} dataloader") - # Translates parameters from config input to desired inputs - params = self.add_params(params) + params = self.add_default_params(params) + logging.info(f"Initialising {params['dataloader_name']} dataloader") # Creates a class attribute for all keys in params for key, val in params.items(): setattr(self, key, val) + self.data = self.import_data(bounds) # Read in and manipulate data to standard form if 'files' in params: - logging.info('\tReading in files:') + logging.info('\tFiles read:') for file in self.files: logging.info(f'\t\t{file}') - self.data = self.import_data(bounds) # If need to downsample data self.data = self.downsample() # If need to reproject data @@ -58,22 +60,40 @@ def __init__(self, bounds, params): x_col = self.x_col, y_col = self.y_col ) - # Cut dataset down to initial boundary - logging.info( - "\tTrimming data to initial boundary: {min} to {max}".format( - min=(bounds.get_lat_min(), bounds.get_long_min()), - max=(bounds.get_lat_max(), bounds.get_long_max()) - )) - self.data = self.trim_datapoints(bounds) # Get data name from column name if not set in params if self.data_name is None: - logging.debug('- Setting self.data_name from column name') + logging.debug('\tSetting self.data_name from column name') self.data_name = self.get_data_col_name() # or if set in params, set col name to data name else: - logging.debug(f'- Setting data column name to {self.data_name}') - self.data = self.set_data_col_name(self.data_name) + logging.debug(f'\tSetting data column name to {self.data_name}') + self.data = self.set_data_col_name(self.data_name.split(',')) + # Store data names in a list for easier access in future + self.data_name_list = self.data_name.split(',') + + # Add magnitude and direction to dataset + self.data = self.add_mag_dir() + + # Calculate fraction of boundary that data covers + data_coverage = self.calculate_coverage(bounds) + logging.info("\tMercator data range (roughly) covers "+\ + f"{np.round(data_coverage*100,0).astype(int)}% "+\ + "of initial boundary") + # If there's 0 datapoints in the initial boundary, raise ValueError + if data_coverage == 0: + logging.error('\tDataloader has no data in initial region!') + raise ValueError(f"Dataloader {params['dataloader_name']}"+\ + " contains no data within initial region!") + else: + # Cut dataset down to initial boundary + logging.info( + "\tTrimming data to initial boundary: {min} to {max}".format( + min=(bounds.get_lat_min(), bounds.get_long_min()), + max=(bounds.get_lat_max(), bounds.get_long_max()) + )) + + self.data = self.trim_datapoints(bounds) @abstractmethod def import_data(self, bounds): @@ -96,23 +116,196 @@ def import_data(self, bounds): ''' pass - def add_params(self, params): + def add_default_params(self, params): ''' - Provides option to add parameters before dataloader initialised, - useful for translating params from config to specific default - parameters for dataloader. Does nothing by default, but user can - overload to add to specific dataloader + Set default values for all scalar dataloaders. This function should be + overloaded to include any extra params for a specific dataloader Args: + name (str): + Name of dataloader entry in dataloader_requirements. Used to + specify default parameters for a specific dataloader. params (dict): - Dictionary holding keys and values that will be turned into - object attributes - + Dictionary containing attributes that are required for each + dataloader. + Returns: - dict: - Params dictionary with addition of translated key/value pairs + (dict): + Dictionary of attributes the dataloader will require, + completed with default values if not provided in config. ''' + # This should only pop up if using dataloader not in the factory + if 'dataloader_name' not in params: + params['dataloader_name'] = self.__class__.__name__ + + if 'data_name' not in params: + params['data_name'] = None + + if 'downsample_factors' not in params: + params['downsample_factors'] = [1,1] + + if 'aggregate_type' not in params: + params['aggregate_type'] = 'MEAN' + + if 'min_dp' not in params: + params['min_dp'] = 5 + + if 'in_proj' not in params: + params['in_proj'] = 'EPSG:4326' + + if 'out_proj' not in params: + params['out_proj'] = 'EPSG:4326' + + if 'x_col' not in params: + params['x_col'] = 'lat' + + if 'y_col' not in params: + params['y_col'] = 'long' + return params + + def add_mag_dir(self, data=None, data_names=None): + ''' + Adds magnitude and direction variables/columns to data for easier + retrieval of value + + Args: + data (pd.DataFrame or xr.Dataset): + Data with 'lat' and 'long' columns/dimensions. Assumes that the + existing data is in cartesian form (x and y components). + If None, will use self.data + data_names (list): + List of data columns/variables to use in calculation + If None, will use self.data_name_list + + Returns: + data (pd.DataFrame or xr.Dataset): + Original dataset with two new columns/variables called + '_magnitude' and '_direction', containing the corresponding + values for each. + ''' + + def add_mag_dir_to_df(data, names): + ''' + Adds magnitude and direction columns to pd.DataFrame + + Args: + Same as parent method + + Returns: + Same as parent method + ''' + x, y = names + data['_magnitude'] = np.linalg.norm([data[x], data[y]], axis=0) + data['_direction'] = np.arctan(data[y] / data[x]) + return data + + def add_mag_dir_to_xr(data, names): + ''' + Adds magnitude and direction columns to xr.Dataset + + Args: + Same as parent method + + Returns: + Same as parent method + ''' + x, y = names + data['_magnitude'] = (data.dims, + np.linalg.norm([data[x].data, data[y].data], + axis=0)) + data['_direction'] = (data.dims, + np.arctan(data[y].data / data[x].data)) + return data + + # Set defaults if not passed to method + if data is None: data = self.data + if data_names is None: names = self.data_name_list + + # Perform operation on appropriate datatype + if type(data) == pd.core.frame.DataFrame: + return add_mag_dir_to_df(data, names) + elif type(data) == xr.core.dataset.Dataset: + return add_mag_dir_to_xr(data, names) + + def calculate_coverage(self, bounds, data=None): + """ + Calculates percentage of boundary covered by dataset + + Args: + bounds (Boundary): + Boundary being compared against + data (pd.DataFrame or xr.Dataset): + Dataset with 'lat' and 'long' coordinates. + Extent calculated from min/max of these coordinates. + Defaults to objects internal dataset. + + Returns: + float: + Decimal fraction of boundary covered by the dataset + """ + def calculate_coverage_from_df(bounds, data): + data = data.dropna().reset_index() + # If empty dataframe, 0% coverage + if data.empty: + return 0 + # If no valid coordinates within data range, 0% coverage + elif data.lat.size == 0 or data.long.size == 0: + return 0 + # Otherwise, calculate coverage, assuming rectangular region + # in mercator projection + else: + # Get range of latitude values + data_lat_range = data.lat.max() - data.lat.min() + bounds_lat_range = bounds.get_lat_max() - bounds.get_lat_min() + # Get range of longitude values + data_long_range = data.long.max() - data.long.min() + bounds_long_range = bounds.get_long_max() - bounds.get_long_min() + # Calcualte area of each region + data_area = data_lat_range * data_long_range + bounds_area = bounds_lat_range * bounds_long_range + # If data area completely covers bounds, 100% coverage + if data_area >= bounds_area: + return 1 + # Otherwise return decimal fraction + else: + return data_area / bounds_area + + + def calculate_coverage_from_xr(bounds, data): + # Remove all NaN columns/rows + data = data.dropna(dim="lat", how="all") + data = data.dropna(dim="long", how="all") + + # If no valid coordinates within data range, 0% coverage + if data.lat.size == 0 or data.long.size == 0: + return 0 + # Otherwise, calculate coverage, assuming rectangular region + # in mercator projection + else: + # Get range of latitude values + data_lat_range = data.lat.max().item() - data.lat.min().item() + bounds_lat_range = bounds.get_lat_max() - bounds.get_lat_min() + # Get range of longitude values + data_long_range = data.long.max().item() - data.long.min().item() + bounds_long_range = bounds.get_long_max() - bounds.get_long_min() + # Calcualte area of each region + data_area = data_lat_range * data_long_range + bounds_area = bounds_lat_range * bounds_long_range + # If data area completely covers bounds, 100% coverage + if data_area >= bounds_area: + return 1 + # Otherwise return decimal fraction + else: + return data_area / bounds_area + # Use self.data if not no explicit dataset specified + if data is None: + data = self.data + # Calculate data coverage fraction + if type(self.data) == pd.core.frame.DataFrame: + return calculate_coverage_from_df(bounds, data) + elif type(self.data) == xr.core.dataset.Dataset: + return calculate_coverage_from_xr(bounds, data) def trim_datapoints(self, bounds, data=None): ''' @@ -142,39 +335,46 @@ def trim_datapoints_from_df(data, bounds): # Return column of data from within bounds return data.loc[mask] - + def trim_datapoints_from_xr(data, bounds): ''' Extracts data from a xr.Dataset ''' + # Select data region within spatial bounds - # TODO make sure boundaries act same as df + # NOTE slice in xarray is inclusive of bounds data = data.sel(lat=slice(bounds.get_lat_min(), bounds.get_lat_max() )) data = data.sel(long=slice(bounds.get_long_min(), bounds.get_long_max())) # Select data region within temporal bounds if time exists as a coordinate if 'time' in data.coords.keys(): data = data.sel(time=slice(bounds.get_time_min(), bounds.get_time_max())) + # Trim off any data on the min boundary to be consistent with df + if bounds.get_lat_min() in data.lat: + data = data.where(data.lat != bounds.get_lat_min(), drop=True) + if bounds.get_long_min() in data.long: + data = data.where(data.long != bounds.get_long_min(), drop=True) + # Return column of data from within bounds return data # If no specific data passed in, default to entire dataset if data is None: data = self.data - + # Skip trimming if data already completely within bounds if data.lat.min() > bounds.get_lat_min() and \ data.lat.max() <= bounds.get_lat_max() and \ data.long.min() > bounds.get_long_min() and \ data.long.max() <= bounds.get_long_max(): - logging.debug('Data is already trimmed to bounds!') + logging.debug('\tData is already trimmed to bounds!') return data - if type(data) == type(pd.DataFrame()): + if type(data) == pd.core.frame.DataFrame: return trim_datapoints_from_df(data, bounds) - elif type(data) == type(xr.Dataset()): + elif type(data) == xr.core.dataset.Dataset: return trim_datapoints_from_xr(data, bounds) - + def get_dp_from_coord(self, long=None, lat=None, return_coords=False): ''' Extracts datapoint from self.data with lat and long specified in kwargs. @@ -186,7 +386,7 @@ def get_dp_from_coord(self, long=None, lat=None, return_coords=False): lat (float) : Latitude coordinate to search for Returns: - pd.Series: + pd.Dataframe: Column of data values with chosen lat/long. Could be many datapoints because either bad data or multiple time steps ''' @@ -200,7 +400,7 @@ def get_dp_from_coord_df(data, names, long, lat, return_coords): # Include lat/long/time if requested if return_coords: columns = list(data.columns) - else: columns = [names.split(',')] + else: columns = names # Return column of data from within bounds return data.loc[mask][columns] @@ -214,7 +414,7 @@ def get_dp_from_coord_xr(data, names, long, lat, return_coords): data = data.to_dataframe().reset_index() # Include lat/long/time if requested if return_coords: columns = list(data.columns) - else: columns = [names.split(',')] + else: columns = names # Return column of data from within bounds return data[columns] @@ -223,54 +423,11 @@ def get_dp_from_coord_xr(data, names, long, lat, return_coords): 'Must provide lat and long to this method!' # Choose which method to retrieve data based on input type - if hasattr(self, 'data_name'): data_name = self.data_name - else: data_name = self.get_data_col_name() - - if type(self.data) == type(pd.DataFrame()): - return get_dp_from_coord_df(self.data, data_name, long, lat, return_coords) - elif type(self.data) == type(xr.Dataset()): - return get_dp_from_coord_xr(self.data, data_name, long, lat, return_coords) - - - def get_datapoints(self, bounds, return_coords=False, data=None): - ''' - Extracts datapoints from self.data within boundary defined by 'bounds'. - self.data can be pd.DataFrame or xr.Dataset - - Args: - bounds (Boundary): Limits of lat/long/time to select data from - return_coords (boolean): - Flag to determine if coordinates are provided for each - datapoint found. Default is False. - - Returns: - pd.DataFrame: - Column of data values within selected region. If return_coords - is true, also returns with coordinate columns - ''' - if data is None: - data = self.data - # Cast to dataframe for output - if type(data) == type(xr.Dataset()): - data = self.trim_datapoints(bounds, data=data) - # Cast to dataframe - data = data.to_dataframe().reset_index().dropna() - - # Trim to boundary specified - data = self.trim_datapoints(bounds, data=data) - - # Retrieve data column name - if hasattr(self, 'data_name'): data_name = self.data_name - else: data_name = self.get_data_col_name() - - # Include lat/long/time if requested - if return_coords: columns = list(data.columns) - else: columns = data_name.split(',') - - - # Return column of data from within bounds - return data[columns] - + if type(self.data) == pd.core.frame.DataFrame: + return get_dp_from_coord_df(self.data, self.data_name_list, long, lat, return_coords) + elif type(self.data) == xr.core.dataset.Dataset: + return get_dp_from_coord_xr(self.data, self.data_name_list, long, lat, return_coords) + def get_value(self, bounds, agg_type=None, skipna=True): ''' Retrieve aggregated value from within bounds @@ -278,81 +435,141 @@ def get_value(self, bounds, agg_type=None, skipna=True): Args: aggregation_type (str): Method of aggregation of datapoints within bounds. Can be upper or lower case. - Accepts 'MIN', 'MAX', 'MEAN', 'STD' - Errors on 'MEDIAN' since nonsensical for 2D vectors + Accepts 'MIN', 'MAX', 'MEAN', 'MEDIAN', 'STD', 'COUNT' bounds (Boundary): Boundary object with limits of lat/long skipna (bool): Defines whether to propogate NaN's or not Default = True (ignore's NaN's) Returns: - float: + dict: + {variable (str): aggregated_value (float)} Aggregated value within bounds following aggregation_type Raises: - ValueError: aggregation type 'MEDIAN' not valid for vectors ValueError: aggregation type not in list of available methods ''' - def extract_vals(row, col_vars): - ''' - Extracts column variable values from a row, returns them in a - dictionary {variable: value} - ''' - # Initialise empty dictionary - values = {} - # For each variable - for col in col_vars: - # If there isn't a row (i.e. no data), value is NaN - if row == None: - values[col] = np.nan - # Otherwise, extract value from row - else: - values[col] = row[col] + def get_value_from_df(dps, variable_names, bounds, agg_type, skipna): + ''' + Aggregates a value from a pd.Series. + + Args: + dps (pd.Series): Datapoints within boundary + bounds (Boundary): + Boundary dps was trimmed to. Not used for any calculations, + just the logging.debug message. + agg_type (str): + Method of aggregation for the value, + e.g. agg_type = 'MIN' => min(dps) returned + skipna (bool): + Flag for whether NaN's should be included in aggregation. + + Returns: + np.float64: Aggregated value + ''' + data_count = len(dps) + logging.debug(f"\t{data_count} datapoints found for attribute '{self.data_name}' within bounds '{bounds}'") + # If no data + if data_count == 0: + values = [np.nan, np.nan] + # If want the number of datapoints + elif agg_type =='COUNT': + values = [data_count, data_count] + elif agg_type == 'MIN': + index = dps['_magnitude'].idxmin(skipna=skipna) + values = [dps[name][index] for name in variable_names] + elif agg_type == 'MAX': + index = dps['_magnitude'].idxmax(skipna=skipna) + values = [dps[name][index] for name in variable_names] + elif agg_type == 'MEAN': + values = [dps[name].mean(skipna=skipna) for name in variable_names] + elif agg_type == 'STD': + values = [dps[name].std(skipna=skipna) for name in variable_names] + elif agg_type == 'MEDIAN': + raise ValueError('Aggregation type "MEDIAN" is non-sensical for vector dataset!') + else: + raise ValueError(f'Unknown aggregation type {agg_type}') + + return values + + + def get_value_from_xr(dps, variable_names, bounds, agg_type, skipna): + ''' + Aggregates a value from a xr.DataArray. + + Args: + dps (xr.DataArray): Datapoints within boundary + bounds (Boundary): + Boundary dps was trimmed to. Not used for any calculations, + just the logging.debug message. + agg_type (str): + Method of aggregation for the value, + e.g. agg_type = 'MIN' => min(dps) returned + skipna (bool): + Flag for whether NaN's should be included in aggregation. + + Returns: + dict: + {variable_name: np.float64}: Aggregated value in a dictionary + ''' + # Info on size of array + data_count = dps._magnitude.size + logging.debug(f"\t{data_count} datapoints found for attribute '{self.data_name}' within bounds '{bounds}'") + # If no data, return np.nan for each variable + if data_count == 0: + values = [np.nan, np.nan] + # If want count + elif agg_type == 'COUNT': + # If including nan's, just want size + if skipna: + values = [data_count, data_count] + # Otherwise count non-nan values + else: + values = [dps[name].count().item() for name in variable_names] + elif agg_type == 'MIN': + # Get 2D index of minimum magnitude point + index = np.unravel_index( + dps._magnitude.argmin(skipna=skipna), + dps._magnitude.shape) + # Get cartesian vector from index + values = [dps[name][index].item() for name in variable_names] + elif agg_type == 'MAX': + # Get 2D index of minimum magnitude point + index = np.unravel_index( + dps._magnitude.argmax(skipna=skipna), + dps._magnitude.shape) + # Get cartesian vector from index + values = [dps[name][index].item() for name in variable_names] + # And the rest self explanatory + elif agg_type == 'MEAN': + values = [dps[name].mean(skipna=skipna).item() for name in variable_names] + elif agg_type == 'STD': + values = [dps[name].std(skipna=skipna).item() for name in variable_names] + elif agg_type == 'MEDIAN': + raise ValueError('Aggregation type "MEDIAN" is non-sensical for vector dataset!') + else: + raise ValueError(f'Unknown aggregation type {agg_type}') + return values + + # Set to params if no specific aggregate type specified if agg_type is None: agg_type = self.aggregate_type - # Get list of variables that aren't coords - col_vars = self.get_data_col_name().split(',') - # Remove lat, long and time column if they exist - dps = self.get_datapoints(bounds)[col_vars] - # Create a magnitude column - dps['mag'] = np.sqrt(np.square(dps).sum(axis=1)) - - # If no data - if len(dps) == 0: - row = {col: np.nan for col in col_vars} - # Return float of aggregated value - elif agg_type == 'MIN': # Find min mag vector - row = dps[dps.mag == dps.mag.min(skipna=skipna)] - elif agg_type == 'MAX': # Find max mag vector - row = dps[dps.mag == dps.mag.max(skipna=skipna)] - elif agg_type == 'MEAN': # Average each vector axis - # TODO below is a workaround to make this work like standard code. - # Needs to do a mean on only vectors that have both x,y components - row = {col: dps[col].mean(skipna=skipna) for col in col_vars} - elif agg_type == 'STD': # Std Dev each vector axis - # TODO Needs a fix like above statement - row = {col: dps[col].std(skipna=skipna) for col in col_vars} - elif agg_type == 'COUNT': - # TODO Needs a fix like above statement - row = {col: len(dps[col].dropna()) for col in col_vars} - # Median of vectors does not make sense - elif agg_type == 'MEDIAN': - raise ArithmeticError('Cannot find median of multi-dimensional variable!') - # If aggregation_type not available - else: - raise ValueError(f'Unknown aggregation type {self.aggregate_type}') - - # Extract variable values from single row (or dict) and return - return extract_vals(row, col_vars) + + # Limit data to boundary + dps = self.trim_datapoints(bounds) + # Get list of values + if type(self.data) == pd.core.frame.DataFrame: + values = get_value_from_df(dps, self.data_name_list, bounds, agg_type, skipna) + elif type(self.data) == xr.core.dataset.Dataset: + values = get_value_from_xr(dps, self.data_name_list, bounds, agg_type, skipna) + + # Put in dict to map variable to values + return {self.data_name_list[i]: values[i] for i in range(len(self.data_name_list))} - # TODO get_hom_condition() - # Using Curl / Divergence / Vorticity - # Reynolds number? - def get_hom_condition(self, bounds, splitting_conds, agg_type): + def get_hom_condition(self, bounds, splitting_conds, agg_type='MEAN'): ''' - Not implemented yet. Retrieves homogeneity condition of data within - boundary. + Retrieves homogeneity condition of data within boundary. Args: bounds (Boundary): Boundary object with limits of datarange to analyse @@ -361,33 +578,50 @@ def get_hom_condition(self, bounds, splitting_conds, agg_type): `(float)` The threshold at which data points of type 'value' within this CellBox are checked to be either above or below - 'upper_bound': - `(float)` The lowerbound of acceptable percentage - of data_points of type value within this boundary that are - above 'threshold' - 'lower_bound': - `(float)` The upperbound of acceptable percentage - of data_points of type value within this boundary that are - above 'threshold' Returns: str: The homogeniety condtion returned is of the form: \n - 'CLR' = the proportion of data points within this cellbox over a - given threshold is lower than the lowerbound \n - 'HOM' = the proportion of data points within this cellbox over a - given threshold is higher than the upperbound \n 'MIN' = the cellbox contains less than a minimum number of data points \n - 'HET' = the proportion of data points within this cellbox over a - given threshold if between the upper and lower bound - - Raises: - NotImplementedError: - This method hasn't been defined for a vector field yet + 'HET' = Threshold values defined in config are exceeded \n + 'CLR' = None of the HET conditions were triggered \n ''' - raise NotImplementedError + # Get length of dataset in bounds + if type(self.data) == pd.core.frame.DataFrame: + num_dp = len(self.trim_datapoints(bounds)) + elif type(self.data) == xr.core.dataset.Dataset: + num_dp = min(self.trim_datapoints(bounds).count().values()) + + # Set default homogeneity + hom_type = 'CLR' + + # Check to see if it's above the minimum threshold + if num_dp < self.min_dp: + hom_type = 'MIN' + else: + # To allow multiple modes of splitting, chuck them in the splitting conditions + # Split if magnitude of curl(data) is larger than threshold + if 'curl' in splitting_conds: + curl = self.calc_curl(bounds) + if np.abs(curl) > splitting_conds['curl']: + hom_type = 'HET' + # Split if max magnitude(any_vector - ave_vector) is larger than threshold + if 'dmag' in splitting_conds: + dmag = self.calc_dmag(bounds) + if np.abs(dmag) > splitting_conds['dmag']: + hom_type = 'HET' + + # Split if Reynolds number is larger than threshold + if 'reynolds' in splitting_conds: + reynolds = self.calc_reynolds_number(bounds) + if reynolds > splitting_conds['reynolds']: + hom_type = 'HET' + + logging.debug(f"\thom_condition for attribute: '{self.data_name}' in bounds:'{bounds}' returned '{hom_type}'") + return hom_type + def reproject(self, in_proj='EPSG:4326', out_proj='EPSG:4326', x_col='lat', y_col='long'): ''' @@ -439,14 +673,14 @@ def reproject_xr(data, in_proj, out_proj, x_col, y_col): # If no reprojection to do if in_proj == out_proj: - logging.debug("- self.reproject() called but don't need to") + logging.debug("\tself.reproject() called but don't need to") return self.data else: - logging.info(f"- Reprojecting data from {in_proj} to {out_proj}") + logging.info(f"\tReprojecting data from {in_proj} to {out_proj}") # Choose appropriate method of reprojection based on data type - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return reproject_df(self.data, in_proj, out_proj, x_col, y_col) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return reproject_xr(self.data, in_proj, out_proj, x_col, y_col) def downsample(self, agg_type=None): @@ -518,7 +752,7 @@ def downsample_df(data, ds, agg_type): defeating the purpose ''' logging.warning( - '- Downsampling called on pd.DataFrame! Downsampling a df' \ + '\tDownsampling called on pd.DataFrame! Downsampling a df' \ 'too computationally expensive, returning original df' ) return data @@ -526,18 +760,18 @@ def downsample_df(data, ds, agg_type): # Set to params if no specific aggregate type specified if agg_type is None: agg_type = self.aggregate_type - + # If no downsampling if self.downsample_factors == (1,1) or \ self.downsample_factors == [1,1]: - logging.debug("- self.downsample() called but don't have to") + logging.debug("\tself.downsample() called but don't have to") return self.data else: - logging.info(f"- Downsampling data by {self.downsample_factors}") + logging.info(f"\tDownsampling data by {self.downsample_factors}") # Otherwise, downsample appropriately - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return downsample_df(self.data, self.downsample_factors, agg_type) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return downsample_xr(self.data, self.downsample_factors, agg_type) def get_data_col_name(self): @@ -572,15 +806,27 @@ def get_data_names_from_xr(data): # Turn into comma seperated string and return return ','.join(data_names) + logging.debug(f"\tRetrieving data name from {type(self.data)}") # Choose method of extraction based on data type - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return get_data_names_from_df(self.data) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return get_data_names_from_xr(self.data) + def get_data_col_name_list(self): + ''' + Retrieve names of data columns (for pd.DataFrame), or variable + (for xr.Dataset). Used for when data_name not defined in params. + + Returns: + list: + Contains strings of data namesk + ''' + return self.get_data_col_name().split(',') + def set_data_col_name(self, new_names): ''' - Sets name of data column/data variables + Sets name of data column/data variables from a comma-seperated string Args: name_dict (dict): @@ -603,18 +849,279 @@ def set_names_xr(data, name_dict): ''' # Rename data variable to new name return data.rename(name_dict) - # Split string into column names - new_col_names = new_names.split(',') # Get existing column names - old_col_names = self.get_data_col_name().split(',') + old_names = self.get_data_col_name().split(',') # Ensure that can do replacement of columns - assert len(old_col_names) == len(new_col_names) + assert len(old_names) == len(new_names) # Set up mapping of old names to new names - name_dict = {old_col: new_col_names[i] - for i, old_col in enumerate(old_col_names)} + name_dict = {old_col: new_names[i] + for i, old_col in enumerate(old_names)} # Change names # Change data name depending on data type - if type(self.data) == type(pd.DataFrame()): + if type(self.data) == pd.core.frame.DataFrame: return set_names_df(self.data, name_dict) - elif type(self.data) == type(xr.Dataset()): + elif type(self.data) == xr.core.dataset.Dataset: return set_names_xr(self.data, name_dict) + + def set_data_col_name_list(self, new_names): + ''' + Sets name of data column/data variables from a list of strings. + Also updates self.data_name_list with new names from list + + Args: + new_names (list): + List of strings containing new variable names + + Returns: + pd.DataFrame or xr.Dataset: + Original dataset with data variables renamed + ''' + # Check validity of input + assert type(new_names) == list, f"'new_names' must be a list! Instead it is a {type(new_names)}" + assert len(new_names) == 2, f"'new_names' must have a length of 2! Instead it has length {len(new_names)}" + str_items = [isinstance(name, str) for name in new_names] + assert all(str_items), f"'new_names' must be list of 'str'. Currently {sum(str_items)} / 2 are strings!" + new_data_name = ','.join(new_names) + + # Set names + logging.info(f'\tSetting data names to {new_names}') + self.data_name_list = new_names + return self.set_data_col_name(new_data_name) + + def calc_reynolds_number(self, bounds): + ''' + Calculates an approximate Reynolds number from the mean vector velocity + and cellbox size. + + CURRENTLY ASSUMES DENSITY AND VISCOSITY OF SEAWATER AT 4°C! + WILL NEED MINOR REWORKING TO INCLUDE DIFFERENT FLUIDS + + Args: + bounds (Boundary): + Cellbox boundary to calculate characteristic length from + + Returns: + float: + Reynolds number of cellbox + ''' + # Extract the speed + velocity = self.get_value(bounds, agg_type='MEAN') + speed = np.linalg.norm(list(velocity.values())) # Calculates magnitude + # Extract the characteristic length + length = bounds.calc_size() + # Calculate the reynolds number and return + logging.warning("\tReynold number used for splitting, this function assumes properties of ocean water!") + return 1028 * 0.00167 * speed * length + + def calc_divergence(self, bounds, data=None, collapse=True, agg_type='MAX'): + ''' + Calculates the divergence of vectors in a cellbox + + Args: + bounds (Boundary): + Cellbox boundary in which all relevant vectors are contained + data (pd.DataFrame or xr.Dataset): + Dataset with 'lat' and 'long' columns/dimensions with vectors + collapes (bool): + Flag determining whether to return an aggregated value, or a + vector field (values for each individual vector). + agg_type (str): + Method of aggregation if collapsing value. + Accepts 'MAX' or 'MEAN' + + Returns: + float or pd.DataFrame: + float value of aggregated div if collapse=True, or + pd.DataFrame of div vector field if collapse=False + + Raises: + ValueError: If agg_type is not 'MAX' or 'MEAN' + ''' + if data is None: dps = self.trim_datapoints(bounds, data=data) + else: dps = data + + # Create a meshgrid of vectors from the data + vector_field = self._create_vector_meshgrid(dps, self.data_name_list) + + # Get component values for each vector + fx, fy = vector_field[:, :, 0], vector_field[:, :, 1] + # If not enough datapoints to compute gradient + if 1 in fx.shape or 1 in fy.shape: + logging.debug('\tUnable to compute gradient across cell for divergence calculation') + div = np.nan + else: + # Compute partial derivatives + dfx_dy = np.gradient(fx, axis=1) + dfy_dx = np.gradient(fy, axis=0) + # Compute curl + div = dfy_dx + dfx_dy + + # If div is nan + if np.isnan(div).all(): + logging.debug('\tAll NaN cellbox encountered') + return np.nan + # If want to collapse to max mag value, return scalar + elif collapse: + if agg_type == 'MAX': return max(np.nanmax(div), np.nanmin(div), key=abs) + elif agg_type == 'MEAN': return np.nanmean(div) + else: + raise ValueError(f"agg_type '{agg_type}' not understood! Requires 'MAX' or 'MEAN'") + # Else return field + else: + return div + + + def calc_curl(self, bounds, data=None, collapse=True, agg_type='MAX'): + ''' + Calculates the curl of vectors in a cellbox + + Args: + bounds (Boundary): + Cellbox boundary in which all relevant vectors are contained + data (pd.DataFrame or xr.Dataset): + Dataset with 'lat' and 'long' columns/dimensions with vectors + collapes (bool): + Flag determining whether to return an aggregated value, or a + vector field (values for each individual vector). + agg_type (str): + Method of aggregation if collapsing value. + Accepts 'MAX' or 'MEAN' + + Returns: + float or pd.DataFrame: + float value of aggregated curl if collapse=True, or + pd.DataFrame of curl vector field if collapse=False + + Raises: + ValueError: If agg_type is not 'MAX' or 'MEAN' + ''' + if data is None: dps = self.trim_datapoints(bounds, data=data) + else: dps = data + # Create a meshgrid of vectors from the data + vector_field = self._create_vector_meshgrid(dps, self.data_name_list) + # Get component values for each vector + fx, fy = vector_field[:, :, 0], vector_field[:, :, 1] + # If not enough datapoints to compute gradient + if 1 in fx.shape or 1 in fy.shape: + logging.debug('\tUnable to compute gradient across cell for curl calculation') + curl = np.nan + else: + # Compute partial derivatives + dfx_dy = np.gradient(fx, axis=1) + dfy_dx = np.gradient(fy, axis=0) + # Compute curl + curl = dfy_dx - dfx_dy + + # If div is nan + if np.isnan(curl).all(): + logging.debug('\tAll NaN cellbox encountered') + return np.nan + # If want to collapse to max mag value, return scalar + elif collapse: + if agg_type == 'MAX': return max(np.nanmax(curl), np.nanmin(curl), key=abs) + elif agg_type == 'MEAN': return np.nanmean(curl) + else: + raise ValueError(f"agg_type '{agg_type}' not understood! Requires 'MAX' or 'MEAN'") + # Else return field + else: + return curl + + def calc_dmag(self, bounds, data=None, collapse=True, agg_type='MEAN'): + ''' + Calculates the dmag of vectors in a cellbox. + dmag is defined as being the difference in magnitudes between + each vector and the average vector within the bounds.\n + dmag = mag(vector - mean_vector) + + Args: + bounds (Boundary): + Cellbox boundary in which all relevant vectors are contained + data (pd.DataFrame or xr.Dataset): + Dataset with 'lat' and 'long' columns/dimensions with vectors + collapes (bool): + Flag determining whether to return an aggregated value, or a + vector field (values for each individual vector). + agg_type (str): + Method of aggregation if collapsing value. + Accepts 'MAX' or 'MEAN' + + Returns: + float or pd.DataFrame: + float value of aggregated dmag if collapse=True, or + pd.DataFrame of dmag vector field if collapse=False + + Raises: + ValueError: If agg_type is not 'MAX' or 'MEAN' + ''' + if data is None: dps = self.trim_datapoints(bounds, data=data) + else: dps = data + + data_names = self.data_name_list + each_vector = dps[data_names].to_numpy() + ave_vector = list(self.get_value(bounds, agg_type=agg_type).values()) + + delta_vector = each_vector - ave_vector + + d_mag = np.linalg.norm(delta_vector, axis=1) + if len(d_mag) == 0: + logging.debug('\tEmpty cellbox encountered') + return np.nan + # If div is nan + elif np.isnan(d_mag).all(): + logging.debug('\tAll NaN cellbox encountered') + return np.nan + # If want to collapse to max mag value, return scalar + elif collapse: + if agg_type == 'MAX': return np.nanmax(d_mag) + elif agg_type == 'MEAN': return np.nanmean(d_mag) + else: + raise ValueError(f"agg_type '{agg_type}' not understood! Requires 'MAX' or 'MEAN'") + # Else return field + else: return d_mag + + + @staticmethod + def _create_vector_meshgrid(data, data_name_list): + ''' + Creates a np.meshgrid containing 2D vectors from a pd.DataFrame + + Args: + data (pd.DataFrame): + Dataframe with columns 'lat', 'long', and vector x/y components + lat | long | {v_x} | {v_y} + data_name_list (list): + List of strings containing the vector component names + + Returns: + np.array: + Table containing vectors as np.arrays at each coord + + ''' + def meshgrid_from_df(data, data_name_list): + + # Manipulate into meshgrid of 2D vectors + x, y = data_name_list + # Fields of each vector component + vector_x_field = data.pivot(index='lat', columns='long', values=x) + vector_y_field = data.pivot(index='lat', columns='long', values=y) + # Combine into field of vectors + vector_field = np.stack((vector_x_field, vector_y_field), axis=-1) + vector_field = np.swapaxes(vector_field, 0, 1) + return vector_field + + def meshgrid_from_xr(data, data_name_list): + # Extract out each variable and combine as tuple + data_arrays = (data[name].values + for name in data_name_list) + # Zip them together to make 2D array of n-dimensional vectors + return np.dstack(data_arrays) + + if type(data) == pd.core.frame.DataFrame: + return meshgrid_from_df(data, data_name_list) + elif type(data) == xr.core.dataset.Dataset: + return meshgrid_from_xr(data, data_name_list) + + + + + \ No newline at end of file diff --git a/polar_route/dataloaders/vector/baltic_current.py b/polar_route/dataloaders/vector/baltic_current.py index 8d585a9a..764e730f 100644 --- a/polar_route/dataloaders/vector/baltic_current.py +++ b/polar_route/dataloaders/vector/baltic_current.py @@ -20,7 +20,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'uC', 'vC' ''' # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'latitude': 'lat', 'longitude': 'long', diff --git a/polar_route/dataloaders/vector/era5_wind.py b/polar_route/dataloaders/vector/era5_wind.py index e71afe2a..dc4b13a2 100644 --- a/polar_route/dataloaders/vector/era5_wind.py +++ b/polar_route/dataloaders/vector/era5_wind.py @@ -21,7 +21,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'elevation' ''' # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'latitude': 'lat', 'longitude': 'long'}) diff --git a/polar_route/dataloaders/vector/north_sea_current.py b/polar_route/dataloaders/vector/north_sea_current.py index fb10a8e8..75a0633b 100644 --- a/polar_route/dataloaders/vector/north_sea_current.py +++ b/polar_route/dataloaders/vector/north_sea_current.py @@ -20,7 +20,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'uC', 'vC' ''' # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'lon': 'long', 'times': 'time', diff --git a/polar_route/dataloaders/vector/oras5_current.py b/polar_route/dataloaders/vector/oras5_current.py index 11500c30..fac1e182 100644 --- a/polar_route/dataloaders/vector/oras5_current.py +++ b/polar_route/dataloaders/vector/oras5_current.py @@ -22,7 +22,8 @@ def import_data(self, bounds): Dataset has coordinates 'lat', 'long', and variable 'uC', 'vC' ''' # Open Dataset - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Change column names data = data.rename({'nav_lon': 'long', diff --git a/polar_route/dataloaders/vector/sose.py b/polar_route/dataloaders/vector/sose.py index 4f1e820d..a7eb8b7d 100644 --- a/polar_route/dataloaders/vector/sose.py +++ b/polar_route/dataloaders/vector/sose.py @@ -19,7 +19,8 @@ def import_data(self, bounds): ''' # Open dataset and cast to pandas df - data = xr.open_mfdataset(self.files) + if len(self.files) == 1: data = xr.open_dataset(self.files[0]) + else: data = xr.open_mfdataset(self.files) # Cast to dataframe to modify lon coordinate df = data.to_dataframe().reset_index() diff --git a/polar_route/dataloaders/vector/vector_csv.py b/polar_route/dataloaders/vector/vector_csv.py index 5f0ac9a0..0c90b4fb 100644 --- a/polar_route/dataloaders/vector/vector_csv.py +++ b/polar_route/dataloaders/vector/vector_csv.py @@ -1,8 +1,6 @@ from polar_route.dataloaders.vector.abstract_vector import VectorDataLoader -import logging - -import dask as dd +import pandas as pd class VectorCSVDataLoader(VectorDataLoader): def import_data(self, bounds): @@ -19,7 +17,11 @@ def import_data(self, bounds): and variable defined by column heading in csv file ''' # Read in data - data = dd.read_csv(self.files) + df_list = [] + # NOTE: All csv files must have same columns for this to work + for file in self.files: + df_list += [pd.read_csv(file)] + data = pd.concat(df_list) # Trim to initial datapoints data = self.trim_datapoints(bounds, data=data) diff --git a/polar_route/dataloaders/vector/vector_grf.py b/polar_route/dataloaders/vector/vector_grf.py index efa70c32..03c617a0 100644 --- a/polar_route/dataloaders/vector/vector_grf.py +++ b/polar_route/dataloaders/vector/vector_grf.py @@ -6,6 +6,47 @@ import numpy as np class VectorGRFDataLoader(VectorDataLoader): + + def add_default_params(self, params): + ''' + Set default values for abstract GRF dataloaders, starting by + including defaults for scalar dataloaders. + + Args: + params (dict): + Dictionary containing attributes that are required for the + shape being loaded. Must include 'shape'. + + Returns: + (dict): + Dictionary of attributes the dataloader will require, + completed with default values if not provided in config. + ''' + # Set default vector dataloader params + params = super().add_default_params(params) + + # Params that all GRF dataloaders need + if 'seed' not in params: + params['seed'] = None + if 'size' not in params: + params['size'] = 512 + if 'alpha' not in params: + params['alpha'] = 3 + # Column/variable names + if params['data_name'] is None: + params['data_name'] = 'uC,vC' + if 'vec_x' not in params: + params['vec_x'] = params['data_name'].split(',')[0] + if 'vec_y' not in params: + params['vec_y'] = params['data_name'].split(',')[1] + # Min/Max magnitude + if 'min' not in params: + params['min'] = 0 + if 'max' not in params: + params['max'] = 10 + + return params + def import_data(self, bounds): ''' Creates data in the form of a Gaussian Random Field diff --git a/polar_route/mesh_generation/aggregated_cellBox.py b/polar_route/mesh_generation/aggregated_cellbox.py similarity index 98% rename from polar_route/mesh_generation/aggregated_cellBox.py rename to polar_route/mesh_generation/aggregated_cellbox.py index 24ff97f0..cbcb03f4 100644 --- a/polar_route/mesh_generation/aggregated_cellBox.py +++ b/polar_route/mesh_generation/aggregated_cellbox.py @@ -99,7 +99,7 @@ def get_id (self): def to_json(self): ''' - convert cellBox to JSON + convert cellbox to JSON The returned object is of the form - @@ -135,7 +135,7 @@ def to_json(self): def contains_point(self, lat, long): """ - Returns true if a given lat/long coordinate is contained within this cellBox. + Returns true if a given lat/long coordinate is contained within this cellbox. Args: lat (float): latitude of a given point diff --git a/polar_route/mesh_generation/boundary.py b/polar_route/mesh_generation/boundary.py index 15b618b2..f1880773 100644 --- a/polar_route/mesh_generation/boundary.py +++ b/polar_route/mesh_generation/boundary.py @@ -4,6 +4,8 @@ from datetime import datetime from datetime import timedelta +from math import cos, sin, asin, sqrt, radians + class Boundary: """ A Boundary is a class that defines the geo-spatial/temporal @@ -12,7 +14,8 @@ class Boundary: Attributes: lat_range (float[]): array contains the start and end of latitude range - long_range (float[]): array contains the start and end of longtitude range + long_range (float[]): array contains the start and end of longtitude range. + In the case of constructing a global mesh, the longtitude range should be -180:180. time_range(string[]): array contains the start and end of time range @@ -128,16 +131,18 @@ def validate_bounds (self, lat_range , long_range , time_range): """ if len(lat_range) < 2 or len (long_range)<2 : - raise ValueError(f'Boundary: range should contain two values') + raise ValueError('Boundary: range should contain two values') if lat_range[0] > lat_range [1]: - raise ValueError(f'Boundary: Latitude start range should be smaller than range end') + raise ValueError('Boundary: Latitude start range should be smaller than range end') if long_range[0] > long_range [1]: - raise ValueError(f'Boundary: Longtitude start range should be smaller than range end') + raise ValueError('Boundary: Longtitude start range should be smaller than range end') + if long_range[0] < -180 or long_range[1] > 180: + raise ValueError('Boundary: Longtitude range should be within -180:180') if len (time_range) > 0: if datetime.strptime(time_range[0], '%Y-%m-%d') >= datetime.strptime(time_range[1], '%Y-%m-%d'): - raise ValueError(f'Boundary: Start time range should be smaller than range end') + raise ValueError('Boundary: Start time range should be smaller than range end') - # Functions used for getting data from a cellBox + # Functions used for getting data from a cellbox def getcx(self): """ returns x-position of the centroid of the cellbox @@ -244,6 +249,26 @@ def get_bounds(self): [ self.long_range[1], self.lat_range[0]], [self.long_range[0], self.lat_range[0], ]] return bounds + + def calc_size(self): + """ + Calculate the great circle distance (in meters) between + two points on the earth (specified in decimal degrees) + """ + # convert decimal degrees to radians + lon1, lat1, lon2, lat2 = map(radians, [self.get_long_min(), + self.get_lat_min(), + self.get_long_max(), + self.get_lat_max()]) + # haversine formula + dlon = lon2 - lon1 + dlat = lat2 - lat1 + a = sin(dlat / 2) ** 2 + cos(lat1) * cos(lat2) * sin(dlon / 2) ** 2 + c = 2 * asin(sqrt(a)) + # Get diagonal length + m = (6371 * c * 1000) + # Divide by sqrt(2) to get 'square' side length + return m / sqrt(2) def __str__(self): diff --git a/polar_route/mesh_generation/cellbox.py b/polar_route/mesh_generation/cellbox.py index bd73a397..2cac9464 100644 --- a/polar_route/mesh_generation/cellbox.py +++ b/polar_route/mesh_generation/cellbox.py @@ -20,7 +20,7 @@ import numpy as np from polar_route.mesh_generation.boundary import Boundary -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox class CellBox: @@ -247,7 +247,7 @@ def create_splitted_cell_boxes(self, index): half_width = self.bounds.get_width() / 2 half_height = self.bounds.get_height() / 2 - # create 4 new cellBoxes + # create 4 new cellboxes time_range = self.bounds.get_time_range() lat = self.bounds.get_lat_min() lat_range = [lat + half_height, lat + self.bounds.get_height()] diff --git a/polar_route/mesh_generation/environment_mesh.py b/polar_route/mesh_generation/environment_mesh.py index 28d2fcdc..deb37be4 100644 --- a/polar_route/mesh_generation/environment_mesh.py +++ b/polar_route/mesh_generation/environment_mesh.py @@ -3,27 +3,32 @@ import geopandas as gpd import pandas as pd from shapely import wkt - +import numpy as np +import subprocess +import sys +import os +import tempfile from polar_route.mesh_generation.jgrid_aggregated_cellbox import JGridAggregatedCellBox from polar_route.mesh_generation.boundary import Boundary -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox from polar_route.mesh_generation.neighbour_graph import NeighbourGraph +from polar_route.mesh_validation.sampler import Sampler +import collections.abc +import math +from pathlib import Path + class EnvironmentMesh: """ - a class that defines the environmental mesh structure and contains each cellbox aggregate information - - - Attributes: - bounds (Boundary): the boundaries of this mesh - agg_cellboxes (AggregatedCellBox[]): a list of aggregated cellboxes - neighbour_graph(NeighbourGraph): an object contains each cellbox neighbours information - config (dict): conatins the initial config used to build this mesh - - + a class that defines the environmental mesh structure and contains each cellbox aggregate information + Attributes: + bounds (Boundary): the boundaries of this mesh + agg_cellboxes (AggregatedCellBox[]): a list of aggregated cellboxes + neighbour_graph(NeighbourGraph): an object contains each cellbox neighbours information + config (dict): conatins the initial config used to build this mesh\n """ @classmethod def load_from_json(cls, mesh_json): @@ -78,12 +83,8 @@ def load_from_json(cls, mesh_json): }\n }\n }\n - - Returns: - EnvironmentMesh: object that contains all the json file mesh information. \n - - + EnvironmentMesh: object that contains all the json file mesh information.\n """ config = mesh_json['config'] cellboxes_json = mesh_json['cellboxes'] @@ -100,13 +101,11 @@ def load_from_json(cls, mesh_json): def __init__(self, bounds, agg_cellboxes, neighbour_graph, config): """ - Args: bounds (Boundary): the boundaries of this mesh agg_cellboxes (AggregatedCellBox[]): a list of aggregated cellboxes neighbour_graph(NeighbourGraph): an object contains each cellbox neighbours information - config (dict): conatins the initial config used to build this mesh - + config (dict): conatins the initial config used to build this mesh.\n """ self.bounds = bounds @@ -116,15 +115,15 @@ def __init__(self, bounds, agg_cellboxes, neighbour_graph, config): def to_json(self): """ - Returns this Mesh converted to a JSON object. + Returns this Mesh converted to a JSON object.\n Returns: - json: a string representation of the CellGird parseable as a JSON object. The JSON object is of the form - + json: a string representation of the CellGird parseable as a JSON object. The JSON object is of the form -\n {\n "config": the config used to initialize the Mesh,\n "cellboxes": a list of CellBoxes contained within the Mesh,\n - "neighbour_graph": a graph representing the adjacency of CellBoxes within the Mesh\n + "neighbour_graph": a graph representing the adjacency of CellBoxes within the Mesh.\n }\n """ output = dict() @@ -132,11 +131,13 @@ def to_json(self): output["cellboxes"] = self.cellboxes_to_json() output['neighbour_graph'] = self.neighbour_graph.get_graph() - return json.loads(json.dumps(output)) + + return json.loads(json.dumps(output, indent=4)) - def to_geojson(self): + + def to_geojson(self, params_file = None): """ - Returns the cellboxes of this mesh converted to a geoJSON format. + Returns the cellboxes of this mesh converted to a geoJSON format.\n Returns: geojson: The cellboxes of this mesh in a geoJSON format @@ -145,19 +146,267 @@ def to_geojson(self): geoJSON format does not contain all the data included in the standard .to_json() format. geoJSON meshes do not contain the configs used to build them, or the neighbour-graph which details how each of the - cellboxes are connected together. + cellboxes are connected together.\n """ geojson = "" mesh_json = self.to_json() + if (params_file != None): + with open(params_file) as f: + data = f.read() + format_params = json.loads(data) + data_name = format_params['data_name'] + logging.info("exporting layer : " + str(data_name)) + # Formatting mesh to geoJSON mesh_df = pd.DataFrame(mesh_json['cellboxes']) + + for column in mesh_df.columns: + + if column in ['id', 'geometry']: + continue + # remove unnecessary columns + if (params_file != None) and column not in [str(data_name)]: + mesh_df = mesh_df.drop(column, axis=1) + # remove unnecessary columns + elif column in ['cx', 'cy', 'dcx', 'dcy']: + mesh_df = mesh_df.drop(column, axis=1) + # convert lists to mean + elif mesh_df[column].dtype == list: + mesh_df[column] = [np.mean(x) for x in mesh_df[column]] + # convert bools to ints + elif mesh_df[column].dtype == bool: + mesh_df[column] = mesh_df[column].astype(int) + mesh_df[column] = mesh_df[column].replace(0, np.nan) + + # Remove infs and replace with nan + mesh_df = mesh_df.replace([np.inf, -np.inf], np.nan) + mesh_df['geometry'] = mesh_df['geometry'].apply(wkt.loads) - mesh_gdf = gpd.GeoDataFrame(mesh_df, crs = "EPSG:4326", geometry="geometry") + mesh_gdf = gpd.GeoDataFrame( + mesh_df, crs="EPSG:4326", geometry="geometry") geojson = json.loads(mesh_gdf.to_json()) return geojson + + def to_tif(self, params_file, path): + """ + generates a representation of the mesh in geotif image format.\n + + Args: + params_file(string) (optional): a path to a file that contains a dict of the folowing export parameters (If not given, default values are used for image export). The file should be of the following format -\n + \n + {\n + "data_name": "elevation",\n + "sampling_resolution": [\n + 150,\n + 150\n + ],\n + "projection": "3031",\n + }\n + Where data_name (string) is the name of the mesh data that will be included in the tif image (ex. SIC, elevation), if it is a vector data (e.g. fuel) then the vector mean is calculated for each pixel, + sampling_resolution ([int]) is a 2d array that represents the sampling resolution the geotiff will be generated at (how many pixels in the final image), + projection (int) is an int representing the ESPG sampling projection used to create the geotiff image (default is 4326), + and colour_conf (string) contains the path to color config file, which is a text-based file containing the association between data_name values and colors. It contains 4 columns per line: the data_name value and the corresponding red, green, blue value between 0 and 255, an example format where values range from 0 to 100 is -\n + \n + 0 240 250 160 \n + 30 230 220 170 \n + 60 220 220 220 \n + 100 250 250 250 \n + path (string): the path to save the generated tif image.\n + """ + def generate_samples(): + """ + generates uniform lat, long samples covering the image resolution space.\n + + Returns: + samples([[lat,long],..]): an array of samples, each item in the array is a 2d array that contains each sample lat and long.\n + + """ + mesh_height = self.bounds.get_lat_max() - self.bounds.get_lat_min() + mesh_width = self.bounds.get_long_max() - self.bounds.get_long_min() + pixel_height = mesh_height / ncols + pixel_width = mesh_width / nlines + samples = [] + # has to move in this direction as we start rendering from the upper left pixel + for lat in np.arange(self.bounds.get_lat_max(), self.bounds.get_lat_min(), -1*pixel_height): + for long in np.arange(self.bounds.get_long_min(), self.bounds.get_long_max(), pixel_width): + pixel_lat = lat - 0.5 * pixel_height # centeralize the pixel lat value + pixel_long = long + 0.5*pixel_width # centeralize the pixel long value + samples = np.append(samples, pixel_lat) + samples = np.append(samples, pixel_long) + # shape the samples in 2d array (each entry in the array holds sample lat and long + samples = np.reshape(samples, (nlines * ncols, 2)) + return samples + + def get_sample_value(sample): + """ + finds the aggregated cellbox that contains the sample lat and long and returns the value within.\n + + Args: + sample ([lat,long]): an array conatins the sample latitude and longtitude + Returns: + the aggregated value of 'data_name'(specified in to_tif params) + + """ + lat = sample[0] + long = sample[1] + value = np.nan + for agg_cellbox in self.agg_cellboxes: + if agg_cellbox.contains_point(lat, long): + # get the agg_value + value = agg_cellbox.agg_data[data_name] + if isinstance(value, collections.abc.Sequence): # if it is a vector then take the mean + value = np.mean (value) + if value == float('inf') : # repalce inf with nan + value = np.nan + # break to make sure we avoid getting multiple values (for lat and long on the bounds of multiple cellboxes) + break + return value + + def get_geo_transform(extent, nlines, ncols): + """ + transforms from the image coordinate space (row, column) to the georeferenced coordinate space. \n + Returns: + GT : array consists of 6 items representing how GDAL would place the top left pixel on the generated Geotiff:\n + GT[0] x-coordinate of the upper-left corner of the upper-left pixel.\n + GT[1] w-e pixel resolution / pixel width.\n + GT[2] row rotation (typically zero).\n + GT[3] y-coordinate of the upper-left corner of the upper-left pixel.\n + GT[4] column rotation (typically zero).\n + GT[5] n-s pixel resolution / pixel height (negative value for a north-up image).\n + + """ + resx = (extent[2] - extent[0]) / ncols + resy = (extent[3] - extent[1]) / nlines + return [extent[0], resx, 0, extent[3], 0, -resy] + + def load_params(params_file): + """ + loads the parameters of the tif export and override the default values.\n + + Args: + params_file (string): a path to a file containing a dict of the export params + + Returns: + params (dict): a dict object that contains the loaded parameters + + """ + params = {"data_name": "SIC", "sampling_resolution": [ + 100, 100], "projection": "4326"} # the default values + if (params_file != None): + with open(params_file) as f: + data = f.read() + input_params = json.loads(data) + if (input_params != None): + if ("projection" in input_params.keys()): + params["projection"] = input_params["projection"] + if ("data_name" in input_params.keys()): + params["data_name"] = input_params["data_name"] + if ("sampling_resolution" in input_params.keys()): + params["sampling_resolution"] = input_params["sampling_resolution"] + if ("colour_conf" in input_params.keys()): + params["colour_conf"] = input_params["colour_conf"] + return params + + def transform_proj(path, params, default_proj): + """ + method that transforms the generated tif into another projection + + Args: + path(string): the path of the generated tif + params (dict): a dict that contains the export parametrs + default_proj (stirng): a string represents the default projection (EPSG:4326).\n + + """ + if params["projection"] != str(default_proj): + dest = osr.SpatialReference() + dest.ImportFromEPSG(int(params["projection"])) + # transform to target proj and save + gdal.Warp(str(path), str(path), dstSRS=dest.ExportToWkt()) + + def set_colour(data, input_file, params): + """ + method that changes the color of the generated tif instead of using the default greyscale. + It defines a scale of RGB colors based on the range of data values(an example file is in unit_tests/resources/colour_conf.txt).\n + + Args: + data ([float]): an array conatins the values of the 'data_name' + input_path(string): the path of the generated grey tif + params (dict): a dict that contains the export parametrs.\n + + """ + fp, color_file = tempfile.mkstemp(suffix='.txt') + data = data[~np.isnan(data)] # get rid of the nans before calculating range + _max = np.nanmax(data) + _min = np.nanmin(data) + _range = _max-_min + inf_color = '255 0 0' # red color for inf value + colors = ['255 255 255', '173 216 230', '0 0 128', '0 0 139'] # default color + with open(color_file, 'w') as f: + for i, c in enumerate(colors[:-1]): + f.write(str(int(_min + (i + 1)*_range/len(colors))) + + ' ' + c + '\n') + f.write(str(int(_max - _range/len(colors))) + + ' ' + colors[-1] + '\n') + f.write (str(np.nan) + + ' ' + inf_color + '\n') # render nans in red + os.close(fp) + if "colour_conf" in params.keys(): + color_file = params["colour_conf"] + cmd = "gdaldem color-relief " + input_file \ + + ' ' + color_file + ' ' + input_file + subprocess.check_call(cmd, shell=True) + # remove additional files created while generating the tif + file_path = os.path.abspath(input_file) + dir_path = os.path.split(file_path)[0] + additional_files = ["grid_data" , "grid_data.aux.xml"] + for file in additional_files: + file_path = Path(dir_path +"/"+ file) + if os.path.isfile (file_path): + os.remove(file_path) + + # Only import if we need GDAL, to avoid having it as a requirement + from osgeo import gdal, ogr, osr + params = {} + params = load_params(params_file) + data_name = params["data_name"] + DEFAULT_PROJ = 4326 + + # Get image dimensions + nlines = params["sampling_resolution"][0] + ncols = params["sampling_resolution"][1] + + # define image extent based on mesh bounds + extent = [self.bounds.get_long_min(), self.bounds.get_lat_min( + ), self.bounds.get_long_max(), self.bounds.get_lat_max()] + + logging.info("Generating the tif image ...") + samples = generate_samples() + # create raster band and populate with sampled data of image_size (sampling_resolution) + driver = gdal.GetDriverByName('GTiff') + # reading the samples value + data = [] + data = np.reshape(np.asarray([get_sample_value( + sample) for sample in samples], dtype=np.float32), (nlines, ncols)) + # create a temp grid + grid_data = driver.Create( + 'grid_data', ncols, nlines, 1, gdal.GDT_Float32) + # setup geo-transform + grid_data.SetGeoTransform(get_geo_transform(extent, nlines, ncols)) + # Write data + srs = osr.SpatialReference() + srs.ImportFromEPSG(DEFAULT_PROJ) + grid_data.SetProjection(srs.ExportToWkt()) + grid_data.GetRasterBand(1).WriteArray(data) + + + # Save the file + driver.CreateCopy(path, grid_data, 0) + transform_proj(path, params, DEFAULT_PROJ) + set_colour(data, path, params) + logging.info(f'Generated GeoTIFF: {path}') def cellboxes_to_json(self): """ @@ -199,49 +448,52 @@ def update_cellbox(self, index, values): Args: index (int): the index of the cellbox to be updated values (dict): a dict contains perf. metrics names and values - """ if index > -1 or index < len(self.agg_cellboxes): self.agg_cellboxes[index].agg_data.update(values) else: - raise ValueError(f'Invalid cellbox index') + raise ValueError('Invalid cellbox index') - def save(self, path, format="JSON"): + def save(self, path, format="JSON", format_params=None): """ - Saves this object to a location in local storage. + Saves this object to a location in local storage in a specific format. Args: path (String): The file location the mesh will be saved to. format (String) (optional): The format the mesh will be saved in. If not format is given, default is JSON. - Supported formats are: - JSON - GEOJSON + Supported formats are\n + - JSON \n + - GEOJSON """ - - logging.info(f"- saving the environment mesh to {path}") - with open(path, 'w') as f: - if format.upper() == "JSON": - logging.info(f"Saving mesh in {format} format") - json.dump(self.to_json(), f) - elif format.upper() == "GEOJSON": - logging.info(f"Saving mesh in {format} format") - json.dump(self.to_geojson(), f) - else: - logging.warning(f"Cannot save mesh in a {format} format") - - if isinstance(self.agg_cellboxes[0], JGridAggregatedCellBox): - dump_path = path.replace (".json" , ".dump") - with open(dump_path, 'w') as dump_f: - self.dump_mesh(dump_f) + logging.info(f"Saving mesh in {format} format to {path}") + if format.upper() == "TIF": + self.to_tif(format_params, path) + + elif format.upper() == "JSON": + with open(path, 'w') as path: + json.dump(self.to_json(), path, indent=4) + + elif format.upper() == "GEOJSON": + with open(path, 'w') as path: + json.dump(self.to_geojson(format_params), path, indent=4) + + else: + logging.warning(f"Cannot save mesh in a {format} format") + + if isinstance(self.agg_cellboxes[0], JGridAggregatedCellBox): + dump_path = path.replace(".json", ".dump") + with open(dump_path, 'w') as dump_f: + self.dump_mesh(dump_f) + def dump_mesh(self, file): """ creates a string representation of this Mesh which is then saved to a file location specified by parameter - 'file' - for use in j_grid regression testing + 'file' for use in j_grid regression testing, + """ mesh_dump_str = "" for cell_box in self.agg_cellboxes: diff --git a/polar_route/mesh_generation/jgrid_aggregated_cellbox.py b/polar_route/mesh_generation/jgrid_aggregated_cellbox.py index e18f5833..49725d0c 100644 --- a/polar_route/mesh_generation/jgrid_aggregated_cellbox.py +++ b/polar_route/mesh_generation/jgrid_aggregated_cellbox.py @@ -4,7 +4,7 @@ import numpy as np import pandas as pd from polar_route.mesh_generation.boundary import Boundary -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox import logging class JGridAggregatedCellBox (AggregatedCellBox): """ diff --git a/polar_route/mesh_generation/jgrid_cellbox.py b/polar_route/mesh_generation/jgrid_cellbox.py index 2d562438..dc96dc0f 100644 --- a/polar_route/mesh_generation/jgrid_cellbox.py +++ b/polar_route/mesh_generation/jgrid_cellbox.py @@ -189,7 +189,7 @@ def set_focus(self, focus): def contains_point(self, lat, long): """ - Returns true if a given lat/long coordinate is contained within this cellBox. + Returns true if a given lat/long coordinate is contained within this cellbox. Args: lat (float): latitude of a given point diff --git a/polar_route/mesh_generation/mesh_builder.py b/polar_route/mesh_generation/mesh_builder.py index 1cf972db..6c8a33a3 100644 --- a/polar_route/mesh_generation/mesh_builder.py +++ b/polar_route/mesh_generation/mesh_builder.py @@ -18,8 +18,10 @@ import logging import math -import json import numpy as np + +from tqdm import tqdm + from polar_route.mesh_generation.jgrid_cellbox import JGridCellBox from polar_route.mesh_generation.boundary import Boundary from polar_route.mesh_generation.cellbox import CellBox @@ -29,6 +31,7 @@ from polar_route.mesh_generation.neighbour_graph import NeighbourGraph from polar_route.mesh_generation.mesh import Mesh from polar_route.dataloaders.factory import DataLoaderFactory +from polar_route.config_validation.config_validator import validate_mesh_config class MeshBuilder: @@ -42,7 +45,7 @@ def __init__(self, config): """ Constructs a Mesh from a given config file.\n - + Args: config (dict): config file which defines the attributes of the Mesh to be constructed. config is of the form: \n "config": {\n @@ -71,11 +74,13 @@ def __init__(self, config): }\n }\n - + NOTE: In the case of constructing a global mesh, the longtitude range should be -180:180. "j_grid" (bool): True if the Mesh to be constructed should be of the same format as the original Java CellGrid, to be used for regression testing.\n - """ + """ + logging.info("Initialising Mesh Builder") + validate_mesh_config(config) self.config = config bounds = Boundary.from_json(config) @@ -108,7 +113,7 @@ def __init__(self, config): meta_data_list = self.initialize_meta_data(bounds, min_datapoints) # checking to avoid any dummy cellboxes (the ones that was splitted and replaced) - logging.info("Assigning data source to cellboxes...") + logging.info("Assigning data sources to cellboxes...") for cellbox in cellboxes: if isinstance(cellbox, CellBox): cellbox.set_minimum_datapoints(min_datapoints) @@ -116,8 +121,9 @@ def __init__(self, config): cellbox.set_data_source(meta_data_list) - logging.info("Initialise neighbours graph...") + logging.info("Initialising neighbour graph...") self.neighbour_graph = NeighbourGraph(cellboxes, grid_width) + self.neighbour_graph.set_global_mesh (self.check_global_mesh(bounds, cellboxes, int(grid_width))) max_split_depth = 0 if 'splitting' in self.config['Mesh_info']: @@ -128,29 +134,33 @@ def __init__(self, config): if self.is_jgrid_mesh(): logging.warning("We're using the legacy Java style cell grid") + def initialize_meta_data(self, bounds, min_datapoints): meta_data_list = [] splitting_conds = [] if 'Data_sources' in self.config['Mesh_info'].keys(): for data_source in self.config['Mesh_info']['Data_sources']: loader_name = data_source['loader'] - loader = DataLoaderFactory().get_dataloader( + loader = DataLoaderFactory.get_dataloader( loader_name, bounds, data_source['params'], min_datapoints) - logging.debug("creating data loader {}".format( + logging.debug("Creating data loader {}".format( data_source['loader'])) - updated_splitiing_cond = [] # create this list to get rid of the data_name in the conditions as it is not handeled by the DataLoader, remove after talking to Harry to address this in the loader + updated_splitting_cond = [] # create this list to get rid of the data_name in the conditions as it is not handeled by the DataLoader, remove after talking to Harry to address this in the loader if 'splitting_conditions' in data_source['params']: splitting_conds = data_source['params']['splitting_conditions'] for split_cond in splitting_conds: cond = split_cond[loader.data_name] - updated_splitiing_cond.append(cond) + updated_splitting_cond.append(cond) value_fill_type = self.check_value_fill_type(data_source) - + + # Update list of files in config to match the ones read in by dataloader + if 'files' in data_source['params']: + data_source['params']['files'] = loader.files meta_data_obj = Metadata( - loader, updated_splitiing_cond, value_fill_type) + loader, updated_splitting_cond, value_fill_type) meta_data_list.append(meta_data_obj) return meta_data_list @@ -204,6 +214,51 @@ def initialize_cellboxes(self, bounds, cell_width, cell_height): cellbox = CellBox(cell_bounds, cell_id) cellboxes.append(cellbox) return cellboxes + + def add_dataloader(self, Dataloader, params, bounds=None, name='myDataLoader', min_dp = 5): + ''' + Adds a dataloader to a pre-existing mesh by adding to the metadata + + Args: + Dataloader (ScalarDataLoader or VectorDataLoader): + Dataloader object to add to metadata + params (dict): + Parameters to initialise dataloader with + bounds (Boundary): + name (str): + Name of the dataloader used in config + + Returns: + MeshBuilder: + Original MeshBuilder object (self) with added metadata for + new dataloader + ''' + if bounds is None: + bounds = Boundary.from_json(self.config) + + logging.debug('Adding dataloader') + dataloader = Dataloader(bounds, params) + updated_splitting_cond = [] + if 'splitting_conditions' in params: + splitting_conds = params['splitting_conditions'] + updated_splitting_cond = [split_cond[dataloader.data_name] for split_cond in splitting_conds] + + data_source = {'loader': name, + 'params': params} + value_fill_type = self.check_value_fill_type(data_source) + + meta_data_obj = Metadata( + dataloader, updated_splitting_cond, value_fill_type) + + for cellbox in self.mesh.cellboxes: + if isinstance(cellbox, CellBox): + cellbox.set_minimum_datapoints(min_dp) + # Add new meta data to list of data sources per cellbox + cellbox.set_data_source( + cellbox.get_data_source() + [meta_data_obj] + ) + + def validate_bounds(self, bounds, cell_width, cell_height): assert (bounds.get_long_max() - bounds.get_long_min()) % cell_width == 0, \ @@ -214,6 +269,37 @@ def validate_bounds(self, bounds, cell_width, cell_height): f"""The defined longitude region <{bounds.get_lat_min()} :{bounds.get_lat_max()}> is not divisable by the initial cell width <{cell_height}>""" + def check_global_mesh(self, bounds , cellboxes, grid_width): + """ + Checks if the mesh is a global one and connects the cellboxes at the minimum longtitude and max longtitude accordingly + + Args: + bounds (Boundary): an object represents the bounds of the mesh + cellboxes (list): a list that contains the mesh initial cellboxes (before any splitting) + grid_width (int): an int represents the width of the mesh ( the number of cellboxes it contains horizontally) + Returns: + is_global_mesh (bool): a boolean indicates if the mesh is a global one + """ + is_global_mesh = False + if bounds.get_long_max()== abs (bounds.get_long_min()) == 180: # check if it is a global mesh + is_global_mesh = True + # find indeces of cellboxes at the min longtitude and max longtitude + min_long_cellboxes = cellboxes [::grid_width] + max_long_cellboxes = cellboxes [grid_width-1::grid_width] + # update NG to connect cellboxes + for i in range (0 , len(min_long_cellboxes)): + self.neighbour_graph.add_neighbour (int (min_long_cellboxes[i].get_id()) , Direction.west, int (max_long_cellboxes[i].get_id())) + self.neighbour_graph.add_neighbour (int (max_long_cellboxes[i].get_id()) , Direction.east , int (min_long_cellboxes[i].get_id())) + # checks to avoid the very upper and lower cellboxes as they do not have north/south neighbours + if 0<= i < len(min_long_cellboxes)-1: + self.neighbour_graph.add_neighbour (int (min_long_cellboxes[i].get_id()) , Direction.north_west, int (max_long_cellboxes[i+1].get_id())) + self.neighbour_graph.add_neighbour (int (max_long_cellboxes[i].get_id()) , Direction.north_east, int (min_long_cellboxes[i+1].get_id())) + if 0 0): - for cellbox in self.mesh.cellboxes: + # Set up split depth progress bar + level = 0 + sd_pbar = tqdm(range(0, split_depth), position=1, leave=False, + bar_format=' Split depth: {n_fmt}/{total_fmt} |{bar}| {percentage:3.0f}%{postfix} ') + + for cb_index, cellbox in enumerate(self.mesh.cellboxes): + ds_pbar.update(0) if isinstance(cellbox, CellBox): + if cellbox.get_split_depth() > level: + level = cellbox.get_split_depth() + # If we're a split level further down, iterate progress in progress bar + sd_pbar.update() + # Split the cellbox should_split = cellbox.should_split(index+1) if (cellbox.get_split_depth() < split_depth) & should_split: self.split_and_replace(cellbox) + # Update number of cellboxes processed + sd_pbar.set_postfix_str(f'[Cellbox {cb_index+1} / {len(self.mesh.cellboxes)}]') + tqdm.write('') + ds_pbar.clear() + sd_pbar.clear() def build_environmental_mesh(self): """ @@ -445,7 +556,9 @@ def build_environmental_mesh(self): agg_cellboxes = [] agg_cell_count = 0 - for cellbox in self.mesh.cellboxes: + logging.info('Aggregating cellboxes...') + for cellbox in tqdm(self.mesh.cellboxes, + bar_format=' Aggregating cellboxes: {n_fmt}/{total_fmt} |{bar}| {percentage:3.0f}%, [{elapsed} elapsed] '): agg_cell_count += 1 if isinstance(cellbox, CellBox): logging.debug(f'aggregating cellbox ({agg_cell_count}/{len(self.mesh.cellboxes)})') diff --git a/polar_route/mesh_generation/metadata.py b/polar_route/mesh_generation/metadata.py index 8acb4c24..7f881790 100644 --- a/polar_route/mesh_generation/metadata.py +++ b/polar_route/mesh_generation/metadata.py @@ -9,7 +9,7 @@ class Metadata: Attributes: - data_loader : object of the DataLoader class that enable projecting to the cellBox data + data_loader : object of the DataLoader class that enable projecting to the cellbox data splitting_conditions: list of conditions that determine how to split the data accessed by data_loader value_fill_type (string): indicates how to fill a CellBox if it has void data (ex. use the data in the parent cellbox or assign 0 to the data) @@ -21,9 +21,9 @@ def __init__(self, data_loader , spliiting_conditions =None, value_fill_type= "" """ Args: - data_loader (DataLoader): object of the DataLoader class that enables projecting to the cellBox data + data_loader (DataLoader): object of the DataLoader class that enables projecting to the cellbox data splitting_conditions (List): list of conditions that determine how to split CellBox - value_fill_tyep (string): represents the way the data of a cellBox will be filled + value_fill_tyep (string): represents the way the data of a cellbox will be filled in case it has void data (ex. parent , 0 ) """ diff --git a/polar_route/mesh_generation/neighbour_graph.py b/polar_route/mesh_generation/neighbour_graph.py index 31b946a5..1eaecc31 100644 --- a/polar_route/mesh_generation/neighbour_graph.py +++ b/polar_route/mesh_generation/neighbour_graph.py @@ -38,6 +38,7 @@ def __init__(self, cellboxes=None, grid_width=0): if cellboxes is None: cellboxes = [] self.initialise_neighbour_graph(cellboxes, grid_width) + self._is_global_mesh = False @classmethod def from_json(cls, ng_json): @@ -65,6 +66,17 @@ def update_neighbour(self, index, direction, neighbours): """ self.neighbour_graph[index][direction] = neighbours + def add_neighbour(self, index, direction, neighbour_indx): + """ + adds a neighbour in a certain direction + + Args: + index (int): the index of the cellbox to be updated + direction (int): the direction into which the neighbour will be added + neighbour_indx (int): the index of the cellbox to be added as a neighbour + """ + self.neighbour_graph[index][direction].append (neighbour_indx) + def remove_node_and_update_neighbours(self, cellbox_index): ''' method that removes a node in the neighbour_graph at a given index. remove_node_from_neighbours should be called first. @@ -168,11 +180,11 @@ def update_corner_neighbours(self, cellbox_indx, north_west_indx, north_east_ind south_west_corner_indx = self.neighbour_graph[cellbox_indx][Direction.south_west] if len(south_west_corner_indx) > 0: self.neighbour_graph[south_west_corner_indx[0]][Direction.north_east] = [south_west_indx] - + def get_neighbour_case(self, cellbox_a, cellbox_b): """ - Given two cellBoxes (cellbox_a, cellbox_b) returns a case number - representing where the two cellBoxes are touching. + Given two cellboxes (cellbox_a, cellbox_b) returns a case number + representing where the two cellboxes are touching. Args: cellbox_a (CellBox): starting CellBox @@ -184,7 +196,7 @@ def get_neighbour_case(self, cellbox_a, cellbox_b): case 0 -> CellBoxes are not neighbours case 1 -> cellbox_b is the North-East corner of cellbox_a\n - case 2 -> cellbox_b is East of cellbadd_nodeox_a\n + case 2 -> cellbox_b is East of cellbox_a\n case 3 -> cellbox_b is the South-East corner of cellbox_a\n case 4 -> cellbox_b is South of cellbox_a\n case -1 -> cellbox_b is the South-West corner of cellbox_a\n @@ -192,10 +204,26 @@ def get_neighbour_case(self, cellbox_a, cellbox_b): case -3 -> cellbox_b is the North-West corner of cellbox_a\n case -4 -> cellbox_b is North of cellbox_a\n """ + long_a = cellbox_a.bounds.get_long_min() lat_a = cellbox_a.bounds.get_lat_min() long_b = cellbox_b.bounds.get_long_min() lat_b = cellbox_b.bounds.get_lat_min() + def on_global_bound(cellbox_a , cellbox_b): + """ + Given two cellboxes (cellbox_a, cellbox_b) returns a boolean + representing whether the two cellboxes are touching on the global bound (-180,180). + + Args: + cellbox_a (CellBox): starting CellBox + cellbox_b (CellBox): destination CellBox + + Returns: + bool: a boolean representing if the two cellboxes are touching on the global bound (-180,180). + """ + return long_a == -180 and cellbox_b.bounds.get_long_max() == 180 or long_b == -180 and cellbox_a.bounds.get_long_max() == 180 + if self.is_global_mesh() and on_global_bound (cellbox_a , cellbox_b) : + return self.get_global_mesh_neighbour_case(cellbox_a, cellbox_b) if (long_a + cellbox_a.bounds.get_width()) == long_b and ( lat_a + cellbox_a.bounds.get_height()) == lat_b: return Direction.north_east @@ -225,6 +253,63 @@ def get_neighbour_case(self, cellbox_a, cellbox_b): long_b < (long_a + cellbox_a.bounds.get_width())): return Direction.north return 0 # Cells are not neighbours. + + def get_global_mesh_neighbour_case(self, cellbox_a, cellbox_b): + """ + Given two cellboxes in a *global mesh* (cellbox_a, cellbox_b) returns a case number + representing where the two cellboxes are touching. + + Args: + cellbox_a (CellBox): starting CellBox + cellbox_b (CellBox): destination CellBox + + Returns: + int: an int representing the direction of the adjacency between input cellbox_a and cellbox_b. The meaning of each case is as follows - + + case 0 -> CellBoxes are not neighbours + + case 1 -> cellbox_b is the North-East corner of cellbox_a\n + case 2 -> cellbox_b is East of cellbox_a\n + case 3 -> cellbox_b is the South-East corner of cellbox_a\n + case 4 -> cellbox_b is South of cellbox_a\n + case -1 -> cellbox_b is the South-West corner of cellbox_a\n + case -2 -> cellbox_b is West of cellbox_a\n + case -3 -> cellbox_b is the North-West corner of cellbox_a\n + case -4 -> cellbox_b is North of cellbox_a\n + """ + long_a = cellbox_a.bounds.get_long_min() + lat_a = cellbox_a.bounds.get_lat_min() + long_b = cellbox_b.bounds.get_long_min() + lat_b = cellbox_b.bounds.get_lat_min() + if (long_a + cellbox_a.bounds.get_width()) == abs(long_b)and ( + lat_a + cellbox_a.bounds.get_height()) == lat_b: + return Direction.north_east + if (long_a + cellbox_a.bounds.get_width() == abs(long_b)) and ( + lat_b < (lat_a + cellbox_a.bounds.get_height())) and ( + (lat_b + cellbox_b.bounds.get_height()) > lat_a): + return Direction.east + if (long_a + cellbox_a.bounds.get_width()) == abs(long_b) and ( + lat_a == lat_b + cellbox_b.bounds.get_height()): + return Direction.south_east + if ((lat_b + cellbox_b.bounds.get_height()) == lat_a) and ( + (long_b + cellbox_b.bounds.get_width()) > long_a) and ( + long_b < (long_a + cellbox_a.bounds.get_width())): + return Direction.south + if abs(long_a) == (long_b + cellbox_b.bounds.get_width()) and lat_a == ( + lat_b + cellbox_b.bounds.get_height()): + return Direction.south_west + if (long_b + cellbox_b.bounds.get_width() == abs(long_a)) and ( + lat_b < (lat_a + cellbox_a.bounds.get_height())) and ( + (lat_b + cellbox_b.bounds.get_height()) > lat_a): + return Direction.west + if abs(long_a) == (long_b + cellbox_b.bounds.get_width()) and ( + lat_a + cellbox_a.bounds.get_height() == lat_b): + return Direction.north_west + if (lat_b == (lat_a + cellbox_a.bounds.get_height())) and ( + (long_b + cellbox_b.bounds.get_width()) > long_a) and ( + long_b < (long_a + cellbox_a.bounds.get_width())): + return Direction.north + return 0 # Cells are not neighbours. def remove_neighbour(self, index, direction, neighbour_index): """ @@ -288,5 +373,9 @@ def initialise_map(self, cellbox_indx, grid_width, cellboxes_length): if cellbox_indx - grid_width >= 0: neighbour_map[Direction.south].append( int(cellbox_indx - grid_width)) - return neighbour_map + + def set_global_mesh (self, is_global): + self._is_global_mesh = is_global + def is_global_mesh (self): + return self._is_global_mesh \ No newline at end of file diff --git a/polar_route/mesh_validation/__init__.py b/polar_route/mesh_validation/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/polar_route/mesh_validation/sampler.py b/polar_route/mesh_validation/sampler.py index 10fd9dd9..dd0709dc 100644 --- a/polar_route/mesh_validation/sampler.py +++ b/polar_route/mesh_validation/sampler.py @@ -20,7 +20,7 @@ def __init__(self, d , n ): def generate_samples ( self, ranges): """ - generates samples within the provided ranges array, the length of the ranges should equal self.dimensions + generates samples within the provided ranges array, the length of the ranges should equal to self.dimensions Args: ranges (float[]): an array that contains the range that each sample dimension should fall within @@ -32,8 +32,7 @@ def generate_samples ( self, ranges): raise ValueError("ranges length should be equal to the sampler dimension") sampler = qmc.Sobol(d=self.dimensions) - n_points_log_2= int (math.log2(self.number_of_samples)) - samples = sampler.random_base2(m=n_points_log_2) + samples = sampler.random(n=self.number_of_samples) mapped_samples = [] # map samples to ranges for sample in samples: diff --git a/polar_route/route_calc.py b/polar_route/route_calc.py new file mode 100644 index 00000000..31e90719 --- /dev/null +++ b/polar_route/route_calc.py @@ -0,0 +1,362 @@ +import json +import logging +import numpy as np +import pandas as pd +import geopandas as gpd +from shapely import wkt +from shapely.geometry import Point, LineString, MultiLineString, Polygon + + +# Define ordering of cases in array data +case_indices = np.array([1, 2, 3, 4, -1, -2, -3, -4]) + +def traveltime_in_cell(xdist, ydist, u, v, s): + """ + Calculate travel time inside cell. + + Args: + xdist (float): x distance + ydist (float): y distance + u (float): current x component + v (float): current y component + s (float): ship speed + + Returns: + traveltime (float): the travel time + distance (float): the distance + """ + + dist = np.sqrt(xdist ** 2 + ydist ** 2) + cval = np.sqrt(u ** 2 + v ** 2) + + dotprod = xdist * u + ydist * v + diffsqrs = s ** 2 - cval ** 2 + + if diffsqrs == 0.0: + if dotprod == 0.0: + return np.inf + else: + if ((dist ** 2) / (2 * dotprod)) < 0: + return np.inf + else: + traveltime = dist * dist / (2 * dotprod) + return traveltime + + traveltime = (np.sqrt(dotprod ** 2 + (dist ** 2) * diffsqrs) - dotprod) / diffsqrs + if traveltime < 0: + traveltime = np.inf + return traveltime, dist + + +def traveltime_distance(cellbox, wp, cp, speed='speed', vector_x='uC', vector_y='vC', case=0): + """ + Calculate travel time and distance for two points. + + Args: + cellbox (dict): the cell containing the line segment + wp (ndarray): the start point + cp (ndarray): the end point + speed (str): the key for speed + vector_x (str): the key for the x vector component + vector_y (str): the key for the y vector component + case (int): case giving the index of the speed array + + Returns: + traveltime (float): the time to travel the line segment + distance (float): the distance along the line segment + """ + + idx = np.where(case_indices==case)[0][0] + # Conversion factors from lat/long degrees to metres TODO: replace as part of route planner refactor + m_long = 111.321 * 1000 + m_lat = 111.386 * 1000 + x = (cp[0] - wp[0]) * m_long * np.cos(wp[1] * (np.pi / 180)) + y = (cp[1] - wp[1]) * m_lat + su = cellbox[vector_x] + sv = cellbox[vector_y] + ssp = cellbox[speed][idx] * (1000 / (60 * 60)) + traveltime, distance = traveltime_in_cell(x, y, su, sv, ssp) + return traveltime, distance + + +def case_from_angle(start, end): + """ + Determine the direction of travel between two points and return the associated case + + Args: + start (ndarray): the coordinates of the start point within the cell + end (ndarray): the coordinates of the end point within the cell + + Returns: + case (int): the case to use to select variable values from a list + """ + + direct_vec = [end[0]-start[0], end[1]-start[1]] + direct_ang = np.degrees(np.arctan2(direct_vec[0], direct_vec[1])) + + case = None + + # Angular ranges corresponding to directional cases used in the route planner + # Cases cover 45 degree angular segments running clockwise from 1 at NE through to -4 at N + # See Sec. 6.1.2 in the docs for more info + + if -22.5 <= direct_ang < 22.5: + case = -4 + elif 22.5 <= direct_ang < 67.5: + case = 1 + elif 67.5 <= direct_ang < 112.5: + case = 2 + elif 112.5 <= direct_ang < 157.5: + case = 3 + elif 157.5 <= abs(direct_ang) <= 180: + case = 4 + elif -67.5 <= direct_ang < -22.5: + case = -3 + elif -112.5 <= direct_ang < -67.5: + case = -2 + elif -157.5 <= direct_ang < -112.5: + case = -1 + + return case + + +def load_route(route_file): + """ + Load route information from file + + Args: + route_file (str): Path to user defined route + + Returns: + df (Dataframe): Dataframe with route info + from_wp (str): Name of start waypoint + to_wp (str) Name of end waypoint + + """ + # Loading route from csv file + if route_file[-3:] == "csv": + df = pd.read_csv(route_file) + to_wp = df['Name'].iloc[-1] + from_wp = df['Name'].iloc[0] + # Loading route from geojson file + elif route_file[-4:] == "json": + with open(route_file, "r") as f: + route_json = json.load(f) + route_coords = route_json['features'][0]['geometry']['coordinates'] + to_wp = route_json['features'][0]['properties']['to'] + from_wp = route_json['features'][0]['properties']['from'] + longs = [c[0] for c in route_coords] + lats = [c[1] for c in route_coords] + df = pd.DataFrame() + df['Long'] = longs + df['Lat'] = lats + else: + logging.warning("Invalid route input! Please supply either a csv or geojson file with the route waypoints.") + return None + + logging.debug(f"Route has {len(df)} waypoints") + df['id'] = 1 + df['order'] = np.arange(len(df)) + + return df, from_wp, to_wp + + +def load_mesh(mesh_file): + """ + Load mesh from file into GeoDataFrame + Args: + mesh_file (str): Path to mesh with vehicle information + + Returns: + mesh (GeoDataFrame): Mesh in GeoDataFrame format + """ + # Loading mesh information + with open(mesh_file, 'r') as fp: + info = json.load(fp) + mesh = pd.DataFrame(info['cellboxes']) + mesh['geometry'] = mesh['geometry'].apply(wkt.loads) + mesh = gpd.GeoDataFrame(mesh, crs='EPSG:4326', geometry='geometry') + + region = info['config']['Mesh_info']['Region'] + region_poly = Polygon(((region['longMin'], region['latMin']), (region['longMin'], region['latMax']), + (region['longMax'], region['latMax']), (region['longMax'], region['latMin']))) + + return mesh, region_poly + + +def find_intersections(df, mesh): + """ + Find crossing points of the route and the cells in the mesh + Args: + df (DataFrame): Route info in dataframe format + mesh (GeoDataFrame): Mesh in GeoDataFrame format + + Returns: + track_points (dict): Dictionary of crossing points and cell ids + """ + + track_waypoints = gpd.GeoDataFrame(df, geometry=gpd.points_from_xy(df['Long'], df['Lat'])) + tracks = track_waypoints.sort_values(by=['order']).groupby(['id'])['geometry'].apply( + lambda x: LineString(x.tolist())) + tracks = gpd.GeoDataFrame(tracks, crs='EPSG:4326', geometry='geometry') + + line_segs_first_points = [] + line_segs_last_points = [] + line_segs_mid_points = [] + line_segs_cell_id = [] + + # Find crossing points of the route and the cells in the mesh + for idx in range(len(mesh)): + # Skip cells with no intersection + if not tracks['geometry'].iloc[0].intersects(mesh['geometry'].iloc[idx]): + continue + tp = tracks['geometry'].iloc[0].intersection(mesh['geometry'].iloc[idx]) + # Check for multi line strings in case of complex intersections + if type(tp) == MultiLineString: + pnts = [] + for l in tp.geoms: + for c in l.coords: + pnts.append(Point(c)) + else: + pnts = [Point(point) for point in tp.coords] + if len(pnts) <= 1: + continue + line_segs_first_points.append(pnts[0]) + line_segs_mid_points.append(pnts[1:-1]) + line_segs_last_points.append(pnts[-1]) + line_segs_cell_id.append(idx) + + track_points = pd.DataFrame( + {'startPoints': line_segs_first_points, 'midPoints': line_segs_mid_points, 'endPoints': line_segs_last_points, + 'cellID': line_segs_cell_id}) + + return track_points + + +def order_track(df, track_points): + """ + Order crossing points into a track along the route + Args: + df (DataFrame): Route info in dataframe format + track_points (dict): Dictionary of crossing points and cell ids + + Returns: + user_track (DataFrame): DataFrame of ordered crossing points and cell ids + """ + + start_point = Point(df.iloc[0]['Long'], df.iloc[0]['Lat']) + end_point = Point(df.iloc[-1]['Long'], df.iloc[-1]['Lat']) + + pathing = True + track_id = np.where(track_points['startPoints'] == start_point)[0][0] + path_point = [] + cell_ids = [] + + # Loop through crossing points to order them into a track along the route + while pathing: + try: + start_point_segment = track_points['startPoints'].iloc[track_id] + end_point_segment = track_points['endPoints'].iloc[track_id] + path_point.append(start_point_segment) + cell_ids.append(track_points['cellID'].iloc[track_id]) + + if len(track_points['midPoints'].iloc[track_id]) != 0: + for midpnt in track_points['midPoints'].iloc[track_id]: + path_point.append(midpnt) + cell_ids.append(track_points['cellID'].iloc[track_id]) + + if end_point_segment == end_point: + pathing = False + track_id = np.where(track_points['startPoints'] == end_point_segment)[0][0] + except IndexError: + pathing = False + path_point.append(end_point_segment) + cell_ids.append('NaN') + + user_track = pd.DataFrame({'Point': path_point, 'CellID': cell_ids}) + return user_track + + +def route_calc(route_file, mesh_file): + """ + Function to calculate the fuel/time cost of a user defined route in a given mesh + + Args: + route_file (str): Path to user defined route + mesh_file (str): Path to mesh with vehicle information + + Returns: + user_path (dict): User defined route in geojson format with calculated cost information + """ + + # Load route info and waypoint names from file + df, from_wp, to_wp = load_route(route_file) + + # Load mesh info from file + mesh, region_poly = load_mesh(mesh_file) + + # Check route waypoints contained in mesh bounds + for idx in range(len(df)): + if region_poly.contains(Point((df.iloc[idx]['Long'],df.iloc[idx]['Lat']))): + continue + else: + logging.warning(f"Mesh does not contain waypoint located at Lat: {df.iloc[idx]['Lat']} " + f"Long: {df.iloc[idx]['Long']} !") + return None + + # Find points where route crosses mesh + track_points = find_intersections(df, mesh) + + # Loop through crossing points to order them into a track along the route + user_track = order_track(df, track_points) + logging.debug(f"Route has {len(user_track)} crossing points") + + # Initialise segment costs with zero values at start point of path + traveltimes = [0.0] + distances = [0.0] + cellboxes = [mesh.iloc[user_track['CellID'].iloc[0]]] + cases = [1] + + # Calculate cost of each segment in the path + for idx in range(len(user_track)-1): + start_point = np.array((user_track['Point'].iloc[idx].xy[0][0], user_track['Point'].iloc[idx].xy[1][0])) + end_point = np.array((user_track['Point'].iloc[idx+1].xy[0][0], user_track['Point'].iloc[idx+1].xy[1][0])) + cell_box = mesh.iloc[user_track['CellID'].iloc[idx]] + case = case_from_angle(start_point, end_point) + # Check for inaccessible cells on user defined route + if cell_box['inaccessible']: + logging.warning(f"This route crosses an inaccessible cell! Cell located at Lat: {cell_box['cy']} " + f"Long: {cell_box['cx']}. Please reroute around it.") + return None + + traveltime_s, distance_m = traveltime_distance(cell_box, start_point, end_point, speed='speed', vector_x='uC', + vector_y='vC', case=case) + traveltime = ((traveltime_s / 60) / 60) / 24 + distance = distance_m / 1000 + traveltimes.append(traveltime) + distances.append(distance) + cellboxes.append(cell_box) + cases.append(case) + + + logging.debug(f"Route crosses {len(set([c['id'] for c in cellboxes]))} different cellboxes") + # Find cumulative values along path + path_points = user_track['Point'] + path_traveltimes = np.cumsum(traveltimes) + path_distances = np.cumsum(distances) + path_fuels = [traveltimes[idx] * cellboxes[idx]['fuel'][np.where(case_indices==cases[idx])[0][0]] for idx in range(len(traveltimes))] + path_fuel = np.cumsum(path_fuels) + + # Put path values into geojson format + path_geojson = pd.DataFrame() + path_geojson['geometry'] = [LineString(path_points)] + path_geojson['traveltime'] = [path_traveltimes.tolist()] + path_geojson['distance'] = [(path_distances * 1000).tolist()] + path_geojson['fuel'] = [path_fuel.tolist()] + path_geojson['to'] = to_wp + path_geojson['from'] = from_wp + path_geojson = gpd.GeoDataFrame(path_geojson, crs='EPSG:4326', geometry='geometry') + + user_path = json.loads(path_geojson.to_json()) + + return user_path \ No newline at end of file diff --git a/polar_route/route_planner.py b/polar_route/route_planner.py index 7c7b7b94..2583412e 100644 --- a/polar_route/route_planner.py +++ b/polar_route/route_planner.py @@ -15,8 +15,10 @@ from pandas.core.common import SettingWithCopyWarning warnings.simplefilter(action="ignore", category=SettingWithCopyWarning) -from polar_route.crossing import NewtonianDistance, NewtonianCurve - +from polar_route.crossing import NewtonianDistance +from polar_route.crossing_smoothing import Smoothing,PathValues,find_edge +from polar_route.config_validation.config_validator import validate_route_config +from polar_route.config_validation.config_validator import validate_waypoints def _flattenCases(id,mesh): neighbour_case = [] @@ -28,10 +30,79 @@ def _flattenCases(id,mesh): neighbour_indx.append(int(neighbour)) return neighbour_case, neighbour_indx +def _initialise_dijkstra_graph(dijkstra_graph): + ''' + Initialising dijkstra graph information in a standard form + + Args: + dijkstra_graph (pd.dataframe) - Pandas dataframe of the dijkstra graph construction + + Outputs: + dijkstra_graph_dict (dict) - Dictionary comprising dijkstra graph with keys based on cellbox id. + Each entry is a dictionary of the cellbox environmental and dijkstra information. + + + ''' + + dijkstra_graph_dict = {} + for idx,cell in dijkstra_graph.iterrows(): + dijkstra_graph_dict[cell.name] = {} + dijkstra_graph_dict[cell.name]['id'] = cell.name + for key in cell.keys(): + entry = cell[key] + if type(entry) == list: + entry = np.array(entry) + dijkstra_graph_dict[cell.name][key] = entry + return dijkstra_graph_dict + + +def _initialise_dijkstra_route(dijkstra_graph,dijkstra_route): + ''' + Initialising dijkstra route info a standard path form + + Args: + dijkstra_graph (dict) - Dictionary comprising dijkstra graph with keys based on cellbox id. + Each entry is a dictionary of the cellbox environmental and dijkstra information. + + dijkstra_route (dict) - Dictionary of a GeoJSON entry for the dijkstra route + + Outputs: + aps (list, [find_edge, ...]) - A list of adjacent cell pairs where each entry is of type find_edge including information on + .crossing, .case, .start, and .end see 'find_edge' for more information + ''' + + org_path_points = np.array(dijkstra_route['geometry']['coordinates']) + org_cellindices = np.array(dijkstra_route['properties']['CellIndices']) + org_cellcases= np.array(dijkstra_route['properties']['cases']) + + # -- Generating a dataframe of the case information -- + Points = np.concatenate([org_path_points[0,:][None,:],org_path_points[1:-1:2],org_path_points[-1,:][None,:]]) + cellIndices = np.concatenate([[org_cellindices[0]],[org_cellindices[0]],org_cellindices[1:-1:2],[org_cellindices[-1]],[org_cellindices[-1]]]) + cellcases = np.concatenate([[org_cellcases[0]],[org_cellcases[0]],org_cellcases[1:-1:2],[org_cellcases[-1]],[org_cellcases[-1]]]) + cellDijk = [dijkstra_graph[ii] for ii in cellIndices] + cells = cellDijk[1:-1] + cases = cellcases[1:-1] + aps = [] + for ii in range(len(cells)-1): + aps += [find_edge(cells[ii],cells[ii+1],cases[ii+1])] + # #-- Setting some backend information + start_waypoint = Points[0,:] + end_waypoint = Points[-1,:] + + return aps, start_waypoint,end_waypoint def _json_str(input): + ''' + Load JSON object either from dict or from file + + Input: + input (dict or string) - JSON file/dict + + Output: + output (dict) - Dictionary from JSON object + ''' if type(input) is dict: output = input elif type(input) is str: @@ -43,9 +114,7 @@ def _json_str(input): return output def _pandas_dataframe_str(input): - if type(input) is dict: - output = input - elif type(input) == type(pd.DataFrame()): + if (type(input) is dict) or (type(input) is pd.core.frame.DataFrame): output = input elif type(input) is str: try: @@ -143,7 +212,7 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): Args: - mesh(dict or string of filepath): mesh based JSON containing the cellbox information and neighbourhood graph + mesh (dict or string of filepath): mesh based JSON containing the cellbox information and neighbourhood graph config (dict or string of filepath): config JSON which defines the attributes required for the route construction. Sections required for the route construction are as follows\n @@ -154,7 +223,7 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): "waypoints_path": (string),\n "source_waypoints": list of (string),\n "end_waypoints": list of (string),\n - "vector_names": (list of (string),\n + "vector_names": list of (string),\n "zero_currents": (boolean),\n "variable_speed" (boolean),\n "time_unit" (string),\n @@ -163,11 +232,13 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): "smooth_path":{\n "max_iteration_number":(int),\n "minimum_difference":(float),\n + }\n }\n - cost_func (func): Crossing point cost function for Dijkstra Path creation. For development purposes only ! + cost_func (func): Crossing point cost function for Dijkstra Path creation. For development purposes only! """ - + validate_route_config(config) + validate_waypoints(waypoints) # Load in the current cell structure & Optimisation Info̦ self.mesh = _json_str(mesh) self.config = _json_str(config) @@ -209,9 +280,13 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): if 'speed' not in self.neighbour_graph: print(self.neighbour_graph.columns) raise Exception('Vessel Speed not in the mesh information ! Please run vessel performance') + + # ======= Sea-Ice Concentration ====== + if 'SIC' not in self.neighbour_graph: + self.neighbour_graph['SIC'] = 0.0 # ====== Objective Function Information ====== - # Checking if objective function is in the cellgrid + # Checking if objective function is in the dijkstra if self.config['objective_function'] != 'traveltime': if self.config['objective_function'] not in self.neighbour_graph: raise Exception("Objective Function require '{}' column in mesh dataframe".format(self.config['objective_function'])) @@ -251,7 +326,7 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): for idx,wpt in wpts.iterrows(): indices = self.neighbour_graph[self.neighbour_graph['geometry'].contains(Point(wpt[['Long','Lat']]))].index # Waypoint is not within a mesh cell, but could still be on the edge of one. So perturbing the position slightly to the north-east and checking again. - #If this is not the case then the waypoint is not within the navitagatable domain and will continue + #If this is not the case then the waypoint is not within the navigable domain and will continue if len(indices) == 0: try: indices = mesh[(mesh['geometry'].contains(Point(wpt[['Long','Lat']]+1e-5)))].index @@ -260,7 +335,7 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): if len(indices) == 0: continue if len(indices) > 1: - raise Exception('Wapoint lies in multiple cell boxes. Please check mesh ! ') + raise Exception('Waypoint lies in multiple cell boxes. Please check mesh ! ') else: wpts['index'].loc[idx] = int(indices[0]) @@ -291,11 +366,10 @@ def __init__(self, mesh, config, waypoints, cost_func=NewtonianDistance): def to_json(self): ''' - Outputing the information in JSON format + Outputting the information in JSON format ''' mesh = copy.copy(self.mesh) mesh['waypoints'] = mesh['waypoints'].to_dict() - mesh['config']['route_info'] = self.config output_json = json.loads(json.dumps(mesh)) del mesh return output_json @@ -303,7 +377,7 @@ def to_json(self): def _dijkstra_paths(self, start_waypoints, end_waypoints): """ Hidden function. Given internal variables and start and end waypoints this function - returns a GEOJSON formated path dict object + returns a GEOJSON formatted path dict object INPUTS: start_waypoints: Start waypoint names (list) @@ -518,154 +592,85 @@ def compute_routes(self): self.paths = self._dijkstra_paths(self.source_waypoints, self.end_waypoints) self.mesh['paths'] = self.paths - def compute_smoothed_routes(self): + def compute_smoothed_routes(self,blocked_metric='SIC',debugging=False): """ Using the previously constructed Dijkstra paths smooth the paths to remove mesh features `paths` will be updated in the output JSON """ - if 'max_iteration_number' not in self.config['smooth_path']: - maxiter = 1e4 - else: - maxiter = self.config['smooth_path']['max_iteration_number'] - - if 'minimum_iterations' not in self.config['smooth_path']: - minimum_iterations = 50 - else: - minimum_iterations = self.config['smooth_path']['minimum_iterations'] - - - if 'minimum_difference' not in self.config['smooth_path']: - minimumDiff = 1e-4 - else: - minimumDiff = self.config['smooth_path']['minimum_difference'] - - # Minimum Difference = 1e-4 - # Minimum Iterations = 50 - # Max Iteration Number = 1e4 - - - - # - - # - SmoothedPaths = [] - geojson = {} - geojson['type'] = "FeatureCollection" - + # ====== Routes info ======= if len(self.paths['features']) == 0: - logging.warning('Paths not constructed as there was no dijkstra paths created') - return - Pths = copy.deepcopy(self.paths)['features'] - - logging.info('========= Determining Smoothed Paths ===========\n') - - for ii in range(len(Pths)): - Path = Pths[ii] - counter = 0 + raise Exception('Paths not constructed as there were no dijkstra paths created') + routes = copy.deepcopy(self.paths)['features'] - logging.info('---Smoothing {}'.format(Path['properties']['name'])) - nc = NewtonianCurve(self.dijkstra_info[Path['properties']['from']], self.config, maxiter=1, - zerocurrents=self.zero_currents) - nc.pathIter = maxiter - - org_path_points = np.array(Path['geometry']['coordinates']) - org_cellindices = np.array(Path['properties']['CellIndices']) - - # -- Generating a dataframe of the case information -- - Points = np.concatenate([org_path_points[0,:][None,:],org_path_points[1:-1:2],org_path_points[-1,:][None,:]]) - cellIndices = np.concatenate([[org_cellindices[0]],[org_cellindices[0]],org_cellindices[1:-1:2],[org_cellindices[-1]],[org_cellindices[-1]]]) - cellDijk = [nc.neighbour_graph.loc[ii] for ii in cellIndices] - nc.CrossingDF = pd.DataFrame({'cx':Points[:,0],'cy':Points[:,1],'cellStart':cellDijk[:-1],'cellEnd':cellDijk[1:]}) + # ====== Determining route info ====== + if 'smoothing_max_iterations' in self.config: + max_iterations = self.config['smoothing_max_iterations'] + else: + max_iterations = 2000 + if 'smoothing_blocked_sic' in self.config: + blocked_sic = self.config['smoothing_blocked_sic'] + else: + blocked_sic = 10.0 + if 'smoothing_merge_separation' in self.config: + merge_separation = self.config['smoothing_merge_separation'] + else: + merge_separation = 1e-3 + if 'smoothing_converged_sep' in self.config: + converged_sep = self.config['smoothing_converged_sep'] + else: + converged_sep = 1e-3 - # -- Determining the cases from the cell information. If within cell then case 0 -- - Cases = [] - for idx, row in nc.CrossingDF.iterrows(): - try: - Cases.append(row.cellStart['case'][np.where(np.array(row.cellStart['neighbourIndex']) == row.cellEnd.name)[0][0]]) - except: - Cases.append(0) - nc.CrossingDF['case'] = Cases - nc.CrossingDF.index = np.arange(int(nc.CrossingDF.index.min()), int(nc.CrossingDF.index.max()*1e3 + 1e3), int(1e3)) - - nc.orgDF = copy.deepcopy(nc.CrossingDF) - iter = 0 - # try: - - # while iter < nc.pathIter: - pbar = tqdm(np.arange(nc.pathIter)) - - # Determining the computational time averaged across all pairs - self.allDist = [] - - self.nc = nc - self.all_crossing_points = [] - for iter in pbar: - self.all_crossing_points += [nc.CrossingDF] - nc.previousDF = copy.deepcopy(nc.CrossingDF) - id = 0 - while id <= (len(nc.CrossingDF) - 3): - - - # -- Updating the crossing point - nc.triplet = nc.CrossingDF.iloc[id:id+3] - nc._updateCrossingPoint(iter) - self.nc = nc - id += 1 - - if id <= (len(nc.CrossingDF) - 3): - print('Path Smoothing Failed!') - break - - self.nc = nc - - #nc._mergePoint() - self.nc = nc - iter+=1 - - - - # Stop optimisation if the points are within some minimum difference - if len(nc.previousDF) == len(nc.CrossingDF): - Dist = np.max(np.sqrt((nc.previousDF['cx'].astype(float) - nc.CrossingDF['cx'].astype(float))**2 + (nc.previousDF['cy'].astype(float) - nc.CrossingDF['cy'].astype(float))**2)) - self.allDist.append(Dist) - pbar.set_description("Mean Difference = {}".format(Dist)) - if (Dist < minimumDiff) and (iter>=minimum_iterations): - logging.info('{} iterations - dDist={}'.format(iter, Dist)) - break - - if iter == nc.pathIter: - logging.info('Maximum Iteration Met - Returning Last Path'.format(iter, Dist)) - nc.CrossingDF = self.all_crossing_points[-1] - - - - # ------ Smooth Path Values ----- - # Given a smoothed route path now determine the along path parameters. - variables = nc.objective_function(nc.CrossingDF) - TravelTimeLegs = variables['traveltime']['path_values'] - DistanceLegs = variables['distance']['path_values'] - pathIndex = variables['cell_index']['path_values'] - FuelLegs = variables['fuel']['path_values'] - SpeedLegs = variables['speed']['path_values'] - - - # ------ Saving Output in a standard form to be saved ------ - SmoothedPath ={} - SmoothedPath['type'] = 'Feature' - SmoothedPath['geometry'] = {} - SmoothedPath['geometry']['type'] = "LineString" - SmoothedPath['geometry']['coordinates'] = nc.CrossingDF[['cx','cy']].to_numpy().tolist() - SmoothedPath['properties'] = {} - SmoothedPath['properties']['from'] = Path['properties']['from'] - SmoothedPath['properties']['to'] = Path['properties']['to'] - SmoothedPath['properties']['traveltime'] = list(TravelTimeLegs) - SmoothedPath['properties']['fuel'] = list(FuelLegs) - SmoothedPath['properties']['distance'] = list(DistanceLegs) - SmoothedPath['properties']['speed'] = list(SpeedLegs) - SmoothedPaths.append(SmoothedPath) - geojson['features'] = SmoothedPaths - self.smoothed_paths = geojson - self.mesh['paths'] = self.smoothed_paths - - \ No newline at end of file + logging.info('========= Determining Smoothed Paths ===========\n') + geojson = {} + SmoothedPaths = [] + for route in routes: + logging.info('---Smoothing {}'.format(route['properties']['name'])) + dijkstra_graph = self.dijkstra_info[route['properties']['from']] + self.initialise_dijkstra_graph = _initialise_dijkstra_graph(dijkstra_graph) + self.route = route + self.adjacent_pairs,self.start_waypoint,self.end_waypoint = _initialise_dijkstra_route(self.initialise_dijkstra_graph,self.route) + + sf = Smoothing(self.initialise_dijkstra_graph, + self.adjacent_pairs, + self.start_waypoint,self.end_waypoint, + blocked_metric=blocked_metric, + max_iterations=max_iterations, + blocked_sic = blocked_sic, + merge_separation=merge_separation, + converged_sep=converged_sep) + self.sf = sf + self.sf.forward() + + + # ------ Smooth Path Values ----- + # Given a smoothed route path now determine the along path parameters. + pv = PathValues() + path_info = pv.objective_function(sf.aps,sf.start_waypoint,sf.end_waypoint) + variables = path_info['variables'] + TravelTimeLegs = variables['traveltime']['path_values'] + DistanceLegs = variables['distance']['path_values'] + pathIndex = variables['cell_index']['path_values'] + FuelLegs = variables['fuel']['path_values'] + SpeedLegs = variables['speed']['path_values'] + + + + # ------ Saving Output in a standard form to be saved ------ + SmoothedPath ={} + SmoothedPath['type'] = 'Feature' + SmoothedPath['geometry'] = {} + SmoothedPath['geometry']['type'] = "LineString" + SmoothedPath['geometry']['coordinates'] = path_info['path'].tolist() + SmoothedPath['properties'] = {} + SmoothedPath['properties']['from'] = route['properties']['from'] + SmoothedPath['properties']['to'] = route['properties']['to'] + SmoothedPath['properties']['traveltime'] = list(TravelTimeLegs) + SmoothedPath['properties']['fuel'] = list(FuelLegs) + SmoothedPath['properties']['distance'] = list(DistanceLegs) + SmoothedPath['properties']['speed'] = list(SpeedLegs) + SmoothedPaths += [SmoothedPath] + + geojson['features'] = SmoothedPaths + self.smoothed_paths = geojson + self.mesh['paths'] = self.smoothed_paths \ No newline at end of file diff --git a/polar_route/utils.py b/polar_route/utils.py index 042c2f0f..1ed2849f 100644 --- a/polar_route/utils.py +++ b/polar_route/utils.py @@ -1,37 +1,17 @@ +""" +Miscellaneous utility functions that may be of use throughout PolarRoute +""" + import logging import time import tracemalloc +import numpy as np from datetime import datetime, timedelta from functools import wraps from calendar import monthrange - -import numpy as np from scipy.fftpack import fftshift -from math import log10, floor -""" -Utilities that might be of use -""" -def rectangle_overlap(a_coords, b_coords): - # Rectangles must have parallel lines - # Coords are tuples of format - # ((x0, y0), (x2, y2)) - # where 0/2 denote the min/max extent - # of the x/y coords of the rect - min_a_coords = a_coords[0] - max_a_coords = a_coords[1] - min_b_coords = b_coords[0] - max_b_coords = b_coords[1] - - dx = min(max_a_coords[0], max_b_coords[0]) - \ - max(min_a_coords[0], min_b_coords[0]) - - dy = min(max_a_coords[1], max_b_coords[1]) - \ - max(min_a_coords[1], min_b_coords[1]) - - return dx*dy - def frac_of_month(year, month, start_date=None, end_date=None): @@ -50,20 +30,54 @@ def frac_of_month(year, month, start_date=None, end_date=None): days_overlap = (end_date - start_date).days + 1 # Return fraction return days_overlap / days_in_month - + + def boundary_to_coords(bounds): min_coords = (bounds.get_lat_min(), bounds.get_long_min()) max_coords = (bounds.get_lat_max(), bounds.get_long_max()) - return (min_coords, max_coords) - + return min_coords, max_coords + + def str_to_datetime(date_str): return datetime.strptime(date_str, '%Y-%m-%d') + def date_range(start_date, end_date): for n in range(int((end_date - start_date).days)): yield start_date + timedelta(n) +def convert_decimal_days(decimal_days, mins=False): + """ + Convert decimal days to more readable Days, Hours and (optionally) Minutes + Args: + decimal_days (float): Number of days as a decimal + mins (bool): Determines whether to return minutes or decimal hours + Returns: + new_time (str): The time in the new format + """ + frac_d, days = np.modf(decimal_days) + hours = frac_d * 24.0 + + if mins: + frac_h, hours = np.modf(hours) + minutes = round(frac_h * 60.0) + if days: + new_time = f"{round(days)} days {round(hours)} hours {minutes} minutes" + elif hours: + new_time = f"{round(hours)} hours {minutes} minutes" + else: + new_time = f"{minutes} minutes" + else: + hours = round(hours, 2) + if days: + new_time = f"{round(days)} days {hours} hours" + else: + new_time = f"{hours} hours" + + return new_time + + def round_to_sigfig(x, sigfig=5): """ Rounds numbers to some number of significant figures @@ -78,11 +92,11 @@ def round_to_sigfig(x, sigfig=5): """ # Save original type of data so can be returned as input orig_type = type(x) - if orig_type not in [list, float, int, np.ndarray]: + if orig_type not in [list, float, int, np.ndarray, np.float64]: raise ValueError(f'Cannot round {type(x)} to sig figs!') # Cast as array if not initially, so that later processes all act as expected - if orig_type in [int, float]: + if orig_type in [int, float, np.float64]: x = [x] x = np.array(x) # Create a mask disabling any values of inf or zero being passed to log10 @@ -114,66 +128,85 @@ def round_to_sigfig(x, sigfig=5): return rounded +def divergence(flow): + flow = np.swapaxes(flow, 0, 1) + Fx, Fy = flow[:, :, 0], flow[:, :, 1] + dFx_dx = np.gradient(Fx, axis=0) + dFy_dy = np.gradient(Fy, axis=1) + return dFx_dx + dFy_dy + + +def curl(flow): + flow = np.swapaxes(flow, 0, 1) + Fx, Fy = flow[:, :, 0], flow[:, :, 1] + dFx_dy = np.gradient(Fx, axis=1) + dFy_dx = np.gradient(Fy, axis=0) + curl = dFy_dx - dFx_dy + return curl + + # GRF functions def fftind(size): - ''' + """ Creates a numpy array of shifted Fourier coordinates. - + Args: size (int): The size of the coordinate array to create - + Returns: np.array: - Numpy array of shifted Fourier coordinates (k_x, k_y). + Numpy array of shifted Fourier coordinates (k_x, k_y). Has shape (2, size, size), with:\n array[0,:,:] = k_x components\n array[1,:,:] = k_y components - ''' + """ # Create array k_ind = np.mgrid[:size, :size] - int( (size + 1)/2 ) # Fourier shift k_ind = fftshift(k_ind) - return( k_ind ) + return k_ind + def gaussian_random_field(size, alpha): - ''' - Creates a gaussian random field with normal (circular) distribution - Code from https://github.com/bsciolla/gaussian-random-fields/blob/master/gaussian_random_fields.py - - Args: - size (int): - Default = 512; - The number of datapoints created per axis in the GRF - alpha (float): - Default = 3.0; - The power of the power-law momentum distribution - - Returns: - np.array: - 2D Array of datapoints, shape (size, size) - ''' - - # Defines momentum indices - k_idx = fftind(size) - - # Defines the amplitude as a power law 1/|k|^(alpha/2) - amplitude = np.power( k_idx[0]**2 + k_idx[1]**2 + 1e-10, -alpha/4.0 ) - amplitude[0,0] = 0 - - # Draws a complex gaussian random noise with normal - # (circular) distribution - noise = np.random.normal(size = (size, size)) \ - + 1j * np.random.normal(size = (size, size)) - - # To real space - grf = np.fft.ifft2(noise * amplitude).real - - # Normalise the GRF: - grf = grf - np.min(grf) - grf = grf/(np.max(grf)-np.min(grf)) + """ + Creates a gaussian random field with normal (circular) distribution + Code from https://github.com/bsciolla/gaussian-random-fields/blob/master/gaussian_random_fields.py + + Args: + size (int): + Default = 512; + The number of datapoints created per axis in the GRF + alpha (float): + Default = 3.0; + The power of the power-law momentum distribution + + Returns: + np.array: + 2D Array of datapoints, shape (size, size) + """ - return grf + # Defines momentum indices + k_idx = fftind(size) + + # Defines the amplitude as a power law 1/|k|^(alpha/2) + amplitude = np.power( k_idx[0]**2 + k_idx[1]**2 + 1e-10, -alpha/4.0 ) + amplitude[0,0] = 0 + + # Draws a complex gaussian random noise with normal + # (circular) distribution + noise = np.random.normal(size = (size, size)) \ + + 1j * np.random.normal(size = (size, size)) + + # To real space + grf = np.fft.ifft2(noise * amplitude).real + + # Normalise the GRF: + grf = grf - np.min(grf) + grf = grf/(np.max(grf)-np.min(grf)) + + return grf + def memory_trace(func): @wraps(func) @@ -240,18 +273,3 @@ def wrapper(*args, **kwargs): logging.getLogger("urllib3").setLevel(logging.WARNING) return parsed_args return wrapper - - -if __name__ == '__main__': - aa = str_to_datetime('2020-03-01') - ab = str_to_datetime('2020-03-15') - - ba = str_to_datetime('2020-02-01') - bb = str_to_datetime('2020-04-01') - - ax = date_range(aa, ab) - bx = date_range(ba, bb) - - print(frac_of_month(2020, 2, start_date='2020-02-29')) - # print(time_overlap(ax, bx)) - \ No newline at end of file diff --git a/polar_route/vessel_performance/abstract_vessel.py b/polar_route/vessel_performance/abstract_vessel.py index ed60ec1f..390a61ce 100644 --- a/polar_route/vessel_performance/abstract_vessel.py +++ b/polar_route/vessel_performance/abstract_vessel.py @@ -1,4 +1,4 @@ -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox from abc import ABCMeta, abstractmethod class AbstractVessel(metaclass=ABCMeta): diff --git a/polar_route/vessel_performance/vessel_performance_modeller.py b/polar_route/vessel_performance/vessel_performance_modeller.py index 32f747eb..290a357f 100644 --- a/polar_route/vessel_performance/vessel_performance_modeller.py +++ b/polar_route/vessel_performance/vessel_performance_modeller.py @@ -1,7 +1,9 @@ -from polar_route.mesh_generation.environment_mesh import EnvironmentMesh -from polar_route.vessel_performance.vessel_factory import VesselFactory import numpy as np import logging + +from polar_route.mesh_generation.environment_mesh import EnvironmentMesh +from polar_route.vessel_performance.vessel_factory import VesselFactory +from polar_route.config_validation.config_validator import validate_vessel_config from polar_route.utils import timed_call class VesselPerformanceModeller: @@ -18,6 +20,7 @@ def __init__(self, env_mesh_json, vessel_config): vessel_config (dict): a dictionary loaded from a vessel config json file """ logging.info("Initialising Vessel Performance Modeller") + validate_vessel_config(vessel_config) self.env_mesh = EnvironmentMesh.load_from_json(env_mesh_json) self.config = vessel_config @@ -50,6 +53,8 @@ def model_performance(self): """ for i, cellbox in enumerate(self.env_mesh.agg_cellboxes): + if cellbox.agg_data.get('inaccessible'): + continue performance_values = self.vessel.model_performance(cellbox) self.env_mesh.update_cellbox(i, performance_values) diff --git a/polar_route/vessel_performance/vessels/SDA.py b/polar_route/vessel_performance/vessels/SDA.py index 16a29aa2..ddf3583d 100644 --- a/polar_route/vessel_performance/vessels/SDA.py +++ b/polar_route/vessel_performance/vessels/SDA.py @@ -1,4 +1,4 @@ -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox from polar_route.vessel_performance.vessels.abstract_ship import AbstractShip import numpy as np import logging @@ -147,10 +147,10 @@ def ice_resistance(self, cellbox): def invert_resistance(self, cellbox): """ Method to find the vessel speed that keeps the ice resistance force below a given threshold in a given cell. - The input cellbox should contain the following values: - sic (float): The average sea ice concentration in the cell as a percentage - thickness (float): The average ice thickness in the cell in m - density (float): The average ice density in the cell in kg/m^3 + The input cellbox should contain the following values\n + sic (float) - The average sea ice concentration in the cell as a percentage \n + thickness (float) - The average ice thickness in the cell in m \n + density (float) - The average ice density in the cell in kg/m^3 \n Args: cellbox (AggregatedCellBox): input cell from environmental mesh diff --git a/polar_route/vessel_performance/vessels/abstract_ship.py b/polar_route/vessel_performance/vessels/abstract_ship.py index 7c6f1600..c2297fcb 100644 --- a/polar_route/vessel_performance/vessels/abstract_ship.py +++ b/polar_route/vessel_performance/vessels/abstract_ship.py @@ -17,7 +17,7 @@ def __init__(self, params): self.max_speed = self.vessel_params['MaxSpeed'] self.speed_unit = self.vessel_params['Unit'] - self.min_depth = self.vessel_params['MinDepth'] + self.max_elevation = -1 * self.vessel_params['MinDepth'] self.max_ice = self.vessel_params['MaxIceConc'] def model_performance(self, cellbox): @@ -98,7 +98,7 @@ def land(self, cellbox): logging.warning(f"No elevation data in cell {cellbox.id}, cannot determine if it is land") land = False else: - land = cellbox.agg_data['elevation'] > self.min_depth + land = cellbox.agg_data['elevation'] > self.max_elevation return land diff --git a/polar_route/vessel_performance/vessels/underwater_vessel.py b/polar_route/vessel_performance/vessels/underwater_vessel.py index e62d6fc8..f3232bef 100644 --- a/polar_route/vessel_performance/vessels/underwater_vessel.py +++ b/polar_route/vessel_performance/vessels/underwater_vessel.py @@ -1,5 +1,5 @@ from polar_route.vessel_performance.abstract_vessel import AbstractVessel -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox class UnderwaterVessel(AbstractVessel): diff --git a/requirements.txt b/requirements.txt index 13308b42..3d0f4320 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,13 @@ dask -folium geopandas +jsonschema matplotlib netcdf4 numpy>=1.21.6 pandas>=1.3.5,<1.5 +pytest +shapely +scikit-learn +scipy tqdm xarray -scipy \ No newline at end of file diff --git a/setup.py b/setup.py index 7d2becac..4dc0d11c 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,9 @@ def get_content(filename): "create_mesh=polar_route.cli:create_mesh_cli", "add_vehicle=polar_route.cli:add_vehicle_cli", "optimise_routes=polar_route.cli:optimise_routes_cli", - "export_mesh=polar_route.cli:export_mesh_cli"], + "export_mesh=polar_route.cli:export_mesh_cli", + "calculate_route=polar_route.cli:calculate_route_cli", + "rebuild_mesh=polar_route.cli:rebuild_mesh_cli"], }, keywords=[], packages=find_packages(), diff --git a/tests/regression_tests/example_meshes/vessel_meshes/grf_downsample.json b/tests/regression_tests/example_meshes/vessel_meshes/grf_downsample.json index 32af4f7f..3dc5e561 100644 --- a/tests/regression_tests/example_meshes/vessel_meshes/grf_downsample.json +++ b/tests/regression_tests/example_meshes/vessel_meshes/grf_downsample.json @@ -208,7 +208,7 @@ "HullType": "slender", "ForceLimit": 96634.5, "MaxIceConc": 80, - "MinDepth": -10 + "MinDepth": 10 } }, "cellboxes": [ @@ -242,13 +242,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 886.8996498946108, + 886.899649894589, 1358.5694413503643, - 736.2028369607597, + 736.2028369607397, -292.68933276582175, -1133.3084031802846, -1329.8877164843798, - -1027.072083607878, + -1027.0720836078926, -112.4017986625131 ], "relative wind speed": [ @@ -262,29 +262,29 @@ 5.942460879026133 ], "relative wind angle": [ - 0.02835047078167397, - 0.0028746609521730537, - 0.0325887146830527, + 0.028350470781677888, + 0.0028746609521730533, + 0.03258871468305611, 0.04455691185273526, - 0.03031800818526901, - 0.003142120645056568, - 0.03455520196597457, - 0.04429050228847997 + 0.030318008185269012, + 0.0031421206450565685, + 0.034555201965977785, + 0.04429050228847998 ], "resistance": [ - 97521.39964989465, + 97521.39964989464, 97993.06944135041, - 97370.7028369608, + 97370.70283696079, 96341.81066723423, 95501.19159681976, 95304.61228351566, - 95607.42791639216, + 95607.42791639215, 96522.09820133753 ], "fuel": [ - 52.37478024101077, + 52.37478024101076, 52.619721427833404, - 52.29669690310383, + 52.29669690310382, 51.76583595963075, 51.33503915886245, 51.23467639378696, @@ -322,51 +322,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1345.0324453676621, - 672.3302893226955, - -325.32857358711317, + 1345.0324453676449, + 672.3302893226946, + -325.328573587115, -1086.8120488514746, - -1240.0370604040331, + -1240.0370604040263, -867.61803872364, 42.50033356123549, - 984.8987782124623 + 984.8987782124568 ], "relative wind speed": [ - 3.8595403429614863, + 3.8595403429614854, 3.702512124598503, - 3.384916605524705, + 3.3849166055247046, 3.0760059151188894, 2.981642606789013, 3.174531187556348, 3.511208320110038, - 3.7847631238586708 + 3.784763123858671 ], "relative wind angle": [ - 0.01649602804417314, - 0.09615203740316408, + 0.01649602804417987, + 0.0961520374031641, 0.13006716473300686, 0.08639498507577567, - 0.02135367821945893, - 0.11220641392700745, + 0.02135367821945373, + 0.11220641392700746, 0.12536375591219986, - 0.07018644041860411 + 0.07018644041860729 ], "resistance": [ - 97979.53244536764, + 97979.53244536763, 97306.83028932268, 96309.17142641287, 95547.68795114852, - 95394.46293959595, + 95394.46293959596, 95766.88196127635, 96677.00033356123, 97619.39877821245 ], "fuel": [ - 43.28955405713286, + 43.289554057132854, 42.940500950363514, 42.42593409591517, 42.03567272818064, - 41.95740545505885, + 41.957405455058854, 42.14778881704564, 42.615219785599294, 43.102477711463905 @@ -402,9 +402,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1344.8450792219446, + 1344.8450792219337, 1409.4247000415826, - 469.1474816760756, + 469.1474816760692, -679.3839954790956, -1392.316753982108, -1419.7313588624284, @@ -412,7 +412,7 @@ 355.7164570096693 ], "relative wind speed": [ - 4.350235600948158, + 4.3502356009481575, 4.362037846966632, 4.147061033712136, 3.8089799147451298, @@ -422,14 +422,14 @@ 4.117022609765124 ], "relative wind angle": [ - 0.042857856387937494, + 0.04285785638794008, 0.03551578650135028, - 0.0979196911746362, + 0.09791969117463847, 0.11008797509338031, - 0.05267108304429621, + 0.052671083044296206, 0.04394498356564537, 0.10757045505579127, - 0.10182124893607908 + 0.10182124893607909 ], "resistance": [ 97979.34507922197, @@ -482,13 +482,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 412.3242182498925, + 412.32421824988796, 1177.7823701709221, 1101.4665942565189, 278.7944413477071, - -648.8507429032989, + -648.8507429033007, -1164.9829884111782, - -1132.502771572415, + -1132.5027715724118, -533.8692766676804 ], "relative wind speed": [ @@ -502,14 +502,14 @@ 3.2884423988454805 ], "relative wind angle": [ - 0.10643332040260642, - 0.03703534826560601, - 0.04852838445741628, + 0.10643332040260853, + 0.03703534826560602, + 0.04852838445741627, 0.11267057478505091, - 0.11848499395316302, + 0.11848499395316396, 0.0469164601154887, - 0.06081763058358556, - 0.1223140889580187 + 0.06081763058358373, + 0.12231408895801871 ], "resistance": [ 97046.82421824991, @@ -562,19 +562,19 @@ ], "ice resistance": 85490.77109036916, "wind resistance": [ - 884.3380915801863, + 884.3380915801717, 1876.8243407022783, 1395.8106699199816, 18.21438291915547, -1343.7576486603793, -1904.7239147882028, - -1704.371472991188, + -1704.3714729911553, -594.1439010306967 ], "relative wind speed": [ - 7.541345042744483, + 7.5413450427444815, 7.659029751349136, - 7.608001569903931, + 7.60800156990393, 7.415598072161683, 7.189035235613835, 7.063524328589294, @@ -582,27 +582,27 @@ 7.318675966646971 ], "relative wind angle": [ - 0.03247242173078548, + 0.03247242173078549, 0.006332526518439707, 0.023168784011735846, 0.04016388853734526, - 0.03406438446805171, + 0.034064384468051705, 0.00686641168233165, - 0.02476244479443146, + 0.024762444794426977, 0.04069607564815036 ], "resistance": [ - 86375.10918194934, + 86375.10918194933, 87367.59543107144, 86886.58176028915, 85508.98547328831, 84147.01344170878, 83586.04717558096, - 83786.39961737797, + 83786.399617378, 84896.62718933847 ], "fuel": [ - 54.63482994649443, + 54.63482994649442, 55.11003197957976, 54.87926508374137, 54.22312529418538, @@ -642,54 +642,54 @@ ], "ice resistance": 84036.90580321178, "wind resistance": [ - 816.3480801840706, + 816.3480801840051, 1719.6904425059438, - 1269.1908288327322, + 1269.1908288326376, 4.2181141312430555, -1241.2564687398371, -1748.0224385324873, -1560.5634462448106, - -538.282419598163 + -538.2824195981811 ], "relative wind speed": [ - 7.527116987695473, + 7.527116987695472, 7.634249921072986, - 7.586275346515733, + 7.586275346515732, 7.409091421371952, 7.201899488416795, 7.088234937578534, 7.139556901836379, - 7.323265029852765 + 7.323265029852766 ], "relative wind angle": [ - 0.029685552960955826, + 0.029685552960963306, 0.005625035616198906, - 0.021446115092366932, + 0.021446115092377285, 0.03685660606502197, - 0.031026489939825864, - 0.006058343765477439, - 0.022788213091209722, - 0.037288753190563295 + 0.03102648993982586, + 0.006058343765477438, + 0.02278821309120972, + 0.03728875319056627 ], "resistance": [ - 84853.25388339584, + 84853.25388339578, 85756.59624571772, - 85306.0966320445, + 85306.09663204441, 84041.12391734302, 82795.64933447193, 82288.88336467929, 82476.34235696697, - 83498.62338361361 + 83498.6233836136 ], "fuel": [ - 53.9132854435147, + 53.91328544351468, 54.340540061397384, - 54.127087312721514, + 54.127087312721486, 53.531763687902156, 52.95143360333229, 52.71695761046417, 52.80358181140319, - 53.27827550399567 + 53.27827550399566 ] }, { @@ -722,50 +722,50 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1181.3034432555723, + 1181.303443255285, 500.06894188747174, - -456.4350738045214, - -1134.9092992175756, + -456.43507380453957, + -1134.9092992175483, -1231.1368600862988, -817.6727592412717, 82.76400994256255, 949.947635274937 ], "relative wind speed": [ - 6.581394038196647, + 6.581394038196646, 6.484701867202001, 6.315815088021703, - 6.172164018610381, + 6.17216401861038, 6.141699496429862, 6.243705781342043, 6.414491403406398, 6.552832327919624 ], "relative wind angle": [ - 0.007501158479082035, + 0.007501158479126437, 0.029360750476381425, - 0.03481709345669331, - 0.019532804372391698, + 0.034817093456696493, + 0.019532804372386015, 0.008038190143715228, 0.03049436879222111, - 0.034281278643155604, + 0.0342812786431556, 0.018397969207874672 ], "resistance": [ - 97815.80344325557, + 97815.80344325528, 97134.56894188747, - 96178.06492619548, - 95499.59070078243, + 96178.06492619545, + 95499.59070078246, 95403.36313991371, 95816.82724075872, 96717.26400994256, 97584.44763527493 ], "fuel": [ - 54.73409404366525, + 54.7340940436651, 54.38103950758277, - 53.88823914073981, - 53.54074634401035, + 53.888239140739785, + 53.54074634401036, 53.49160036293586, 53.70301154082581, 54.16562122562763, @@ -802,39 +802,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -100.95481455160461, + -100.95481455161098, -592.5998580317073, - -728.8076107087154, + -728.8076107091529, -598.0719612497169, -110.21148817086578, 456.93484197529597, 776.8166344464016, - 464.70363724605977 + 464.7036372460543 ], "relative wind speed": [ - 3.6460872095059544, + 3.6460872095059536, 3.472453794697148, - 3.397000110424985, + 3.3970001104249845, 3.47024541371372, - 3.6431125484043916, + 3.643112548404391, 3.80897435320295, 3.876417318792843, - 3.810986453434772 + 3.8109864534347726 ], "relative wind angle": [ - 0.0657915263086676, + 0.06579152630866927, 0.04913592402757607, - 0.0004387865706188154, + 0.00043878657087183666, 0.048559051854134845, 0.06584532390719229, 0.04479174846268722, 0.0003845194924795747, - 0.04421440682671769 + 0.0442144068267202 ], "resistance": [ - 96533.54518544838, + 96533.54518544837, 96041.90014196828, - 95905.69238929127, + 95905.69238929084, 96036.42803875027, 96524.28851182912, 97091.43484197528, @@ -842,9 +842,9 @@ 97099.20363724604 ], "fuel": [ - 43.13876736326067, + 43.13876736326066, 42.886141273941654, - 42.81631161293088, + 42.81631161293066, 42.88333455846469, 43.134002621329266, 43.42652185904467, @@ -882,9 +882,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 558.235071430674, + 558.2350714306413, 110.24002530313373, - -393.9842066912224, + -393.98420669123516, -662.9767004787573, -640.1992626129504, -308.4102940473531, @@ -892,7 +892,7 @@ 613.0160534381721 ], "relative wind speed": [ - 4.946433371432538, + 4.946433371432537, 4.854207073257547, 4.730105888871122, 4.647115032050395, @@ -902,19 +902,19 @@ 4.955406473755241 ], "relative wind angle": [ - 0.014780104490445914, - 0.03176219462127354, - 0.030638574383884138, + 0.014780104490453425, + 0.03176219462127353, + 0.030638574383887764, 0.010924554616633471, - 0.01569989352247553, + 0.015699893522475528, 0.032440621814598294, - 0.029720033670595343, - 0.010244879103615248 + 0.029720033670595346, + 0.01024487910361525 ], "resistance": [ - 97192.73507143071, + 97192.73507143067, 96744.74002530317, - 96240.5157933088, + 96240.51579330879, 95971.52329952127, 95994.30073738708, 96326.08970595268, @@ -922,7 +922,7 @@ 97247.5160534382 ], "fuel": [ - 47.37486569748378, + 47.37486569748375, 47.14353339266892, 46.88405918172036, 46.74602238910569, @@ -962,9 +962,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1216.701408302838, + -1216.701408302843, -1365.0608402046141, - -905.9450419421728, + -905.9450419421732, 127.16939674179139, 1170.2233966942404, 1516.4017595299192, @@ -972,9 +972,9 @@ -392.4906468936474 ], "relative wind speed": [ - 2.7889331493336877, + 2.7889331493336873, 2.689496238171536, - 2.9416447976106217, + 2.9416447976106213, 3.347544109206413, 3.660101084843479, 3.7337779858456885, @@ -982,17 +982,17 @@ 3.1572830882963556 ], "relative wind angle": [ - 0.10821915865255148, + 0.10821915865255456, 0.03584447026866575, 0.1492915784527669, - 0.15668987346282162, + 0.1566898734628216, 0.0823934409213317, 0.025816648274466156, 0.12396548030913414, 0.16621751718003305 ], "resistance": [ - 95417.79859169717, + 95417.79859169715, 95269.43915979538, 95728.55495805782, 96761.6693967418, @@ -1002,7 +1002,7 @@ 96242.00935310635 ], "fuel": [ - 41.42907036819114, + 41.42907036819113, 41.35335879387383, 41.58792265656716, 42.11861269292532, @@ -1042,33 +1042,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 238.16011165044256, + 238.16011165044165, -441.68065462432196, - -835.8069539512762, - -825.5597554828942, + -835.8069539512794, + -825.5597554828964, -405.80094965076705, 279.889700265594, - 851.6453167392469, + 851.6453167392406, 827.6578924031332 ], "relative wind speed": [ - 2.8886042233435347, + 2.888604223343534, 2.593571784239091, 2.3684905580819633, - 2.376484528920906, + 2.3764845289209062, 2.611166137823506, 2.9044118782350905, - 3.0907079180522405, + 3.090707918052241, 3.0845654867799137 ], "relative wind angle": [ - 0.12550827762545005, + 0.12550827762545008, 0.13716594624243103, - 0.05911732666239018, - 0.06599995537665054, + 0.05911732666239395, + 0.06599995537665392, 0.13892583772705533, 0.12240771003582061, - 0.04529225862375015, + 0.04529225862375505, 0.05083424247214306 ], "resistance": [ @@ -1122,9 +1122,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1642.3600754456647, + 1642.3600754455692, 1070.2792903773397, - -84.79058603003432, + -84.79058603003705, -1128.0054989196387, -1477.7386144303628, -1234.8171237541028, @@ -1132,9 +1132,9 @@ 918.0159985576283 ], "relative wind speed": [ - 4.276577467845919, + 4.276577467845918, 4.168887721829907, - 3.857964356594695, + 3.8579643565946946, 3.501981649872279, 3.3248086727212356, 3.458878822894146, @@ -1142,17 +1142,17 @@ 4.132746311189157 ], "relative wind angle": [ - 0.006526487765200257, + 0.006526487765234279, 0.07605865415049767, - 0.12366953998842035, + 0.12366953998842126, 0.10190331812327529, 0.008394816951212247, - 0.09171147099849444, + 0.09171147099849446, 0.1254803811442191, 0.08630796162959069 ], "resistance": [ - 98276.8600754457, + 98276.8600754456, 97704.77929037737, 96549.70941396999, 95506.4945010804, @@ -1162,7 +1162,7 @@ 97552.51599855766 ], "fuel": [ - 44.52019418766707, + 44.52019418766702, 44.22261167761933, 43.62548412878701, 43.09044808423515, @@ -1202,19 +1202,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 776.4845675348988, + 776.484567534892, 977.1425326630474, - 450.04692414697683, + 450.0469241469773, -279.2181469131092, -805.709453198348, - -891.6385520768658, + -891.6385520768663, -577.4670926751819, 102.69231231382764 ], "relative wind speed": [ - 2.9995468952359596, + 2.999546895235959, 3.051791020706648, - 2.890471221879569, + 2.8904712218795683, 2.585150957340649, 2.297237852144856, 2.2273650109447862, @@ -1222,12 +1222,12 @@ 2.7552818102342127 ], "relative wind angle": [ - 0.07700635594118163, - 0.02821660960030332, - 0.12226353043515496, + 0.07700635594118596, + 0.028216609600303318, + 0.12226353043515313, 0.16022583748397243, 0.10061900402664489, - 0.038665071048960845, + 0.03866507104896085, 0.145399303805299, 0.15025467278575136 ], @@ -1282,19 +1282,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1778.4182164809008, + 1778.4182164808908, 811.1490913692287, - -507.1633626090834, - -1449.2926894181455, + -507.1633626090843, + -1449.292689418146, -1597.1599363655828, -1014.5482792910093, 219.1016686014991, 1434.3069986789324 ], "relative wind speed": [ - 3.9467702126447017, + 3.9467702126447013, 3.716426844736508, - 3.282649607610956, + 3.2826496076109555, 2.8718192938672082, 2.7762616201172587, 3.07779063655692, @@ -1302,19 +1302,19 @@ 3.8777928823143273 ], "relative wind angle": [ - 0.03268741758502846, - 0.13640245504591975, - 0.1793831782265105, - 0.11269127460927704, - 0.04647732135324132, + 0.03268741758503186, + 0.13640245504591977, + 0.17938317822651054, + 0.11269127460927705, + 0.04647732135324131, 0.16494234629068402, 0.16636863297766127, - 0.08337704392803348 + 0.08337704392803347 ], "resistance": [ - 98412.91821648095, + 98412.91821648093, 97445.64909136927, - 96127.33663739097, + 96127.33663739095, 95185.2073105819, 95037.34006363446, 95619.95172070904, @@ -1322,7 +1322,7 @@ 98068.80699867898 ], "fuel": [ - 43.35432673656671, + 43.354326736566705, 42.851398347740556, 42.171552102373866, 41.689663583343766, @@ -1362,17 +1362,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 660.7602629420571, + 660.7602629420558, 556.4245511435943, - 95.35292781728504, + 95.35292781728322, -389.6084014091407, - -629.6623775043809, + -629.6623775043788, -585.1976042968465, - -232.8666428103097, + -232.86664281031017, 277.48425694960224 ], "relative wind speed": [ - 2.7284961513335806, + 2.72849615133358, 2.6980177331353863, 2.516040275523054, 2.2702392799432474, @@ -1383,13 +1383,13 @@ ], "relative wind angle": [ 0.029474339336848867, - 0.06046341289197341, - 0.1239122585332927, + 0.060463412891973406, + 0.1239122585332945, 0.12220627800791481, - 0.03817379025758395, - 0.0760507166831104, - 0.13234691399085832, - 0.10688368204950884 + 0.038173790257581046, + 0.07605071668311042, + 0.13234691399085916, + 0.10688368204950882 ], "resistance": [ 97295.26026294209, @@ -1442,49 +1442,49 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1146.170993979863, + 1146.170993979823, 558.4414886541481, - -321.942904876405, - -991.4958623151479, + -321.94290487640774, + -991.4958623151533, -1120.134230443613, -793.2636439602611, - 13.056519650690461, + 13.056519650685004, 839.9757473728596 ], "relative wind speed": [ - 4.555773474818722, + 4.5557734748187215, 4.439284588355389, - 4.211071063557517, - 3.9986378918856347, + 4.211071063557516, + 3.998637891885635, 3.9366005853764583, 4.067511335723411, 4.303344817733839, 4.501421012549763 ], "relative wind angle": [ - 0.01015418781609639, + 0.010154187816107323, 0.05671386938906695, - 0.07358805330969127, - 0.0465860597458898, - 0.01175136980820304, + 0.07358805330969129, + 0.04658605974589219, + 0.011751369808203039, 0.06190390775410536, - 0.07200739077872732, + 0.07200739077872886, 0.04137950272908337 ], "resistance": [ - 97780.67099397992, + 97780.67099397987, 97192.9414886542, - 96312.55709512366, + 96312.55709512364, 95643.00413768491, 95514.36576955645, 95841.2363560398, - 96647.55651965075, + 96647.55651965074, 97474.47574737291 ], "fuel": [ - 45.67787948034441, + 45.67787948034439, 45.37325914853676, - 44.91936045912032, + 44.91936045912031, 44.57609065817324, 44.510330723055105, 44.677547525259776, @@ -1522,17 +1522,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 523.2909406444537, + 523.2909406444528, 974.6935731504745, - 670.4450139824276, + 670.4450139824239, -5.441009439096888, - -632.3216695058773, + -632.3216695058782, -865.182272480507, -735.287097726351, -177.82075002815372 ], "relative wind speed": [ - 2.9365412065169783, + 2.936541206516978, 3.0649083855545336, 2.9854595393940877, 2.7318079126457198, @@ -1542,19 +1542,19 @@ 2.6557644317248177 ], "relative wind angle": [ - 0.10598797777684758, - 0.012545559935302476, - 0.0859482388140773, + 0.1059879777768476, + 0.012545559935302477, + 0.08594823881407988, 0.14727844557024364, - 0.12832728669179966, - 0.01698982718461421, - 0.10848243823022855, - 0.15152763330666533 + 0.12832728669180055, + 0.016989827184614205, + 0.10848243823022853, + 0.15152763330666535 ], "resistance": [ 97157.79094064447, 97609.1935731505, - 97304.94501398245, + 97304.94501398243, 96629.05899056092, 96002.17833049413, 95769.3177275195, @@ -1564,7 +1564,7 @@ "fuel": [ 41.09284314760062, 41.326631695736985, - 41.168973266529306, + 41.16897326652929, 40.81996870166659, 40.49778829145763, 40.378483883164606, @@ -1602,54 +1602,54 @@ ], "ice resistance": 92591.2590431104, "wind resistance": [ - -445.1176980058917, + -445.11769800597176, 984.8310328823063, - 1868.5394983894985, + 1868.5394983892038, 1253.3380735085739, -123.60693925821397, -1404.5169758859483, -1849.9320998096446, - -1593.832388069808 + -1593.8323880697826 ], "relative wind speed": [ - 7.341489984111148, + 7.341489984111147, 7.553386290993677, - 7.653793531327289, + 7.653793531327288, 7.588396690545392, 7.392372954581256, 7.175723561109186, 7.068528677613274, - 7.138689568355558 + 7.138689568355557 ], "relative wind angle": [ - 0.039870888337511075, + 0.03987088833751943, 0.029782791064371896, - 0.0033266677571969516, - 0.024898418615304167, + 0.003326667757230325, + 0.02489841861530417, 0.039596306161412624, - 0.03135077850629627, + 0.03135077850629628, 0.0036021126066108186, - 0.026467268726432153 + 0.026467268726427958 ], "resistance": [ - 92146.14134510451, + 92146.14134510444, 93576.09007599272, - 94459.7985414999, + 94459.79854149961, 93844.59711661897, 92467.65210385219, 91186.74206722446, 90741.32694330075, - 90997.42665504059 + 90997.42665504062 ], "fuel": [ - 57.449305843772244, + 57.4493058437722, 58.16583571713407, - 58.612455277669525, + 58.61245527766938, 58.30122980806308, 57.609747921116046, 56.97282751421133, 56.7527796693937, - 56.879210066486564 + 56.879210066486586 ] }, { @@ -1682,9 +1682,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 241.5450462359222, + 241.5450462359131, 1487.7739763621685, - 1739.49368075645, + 1739.4936807564227, 688.996471073353, -708.4503910280473, -1657.3429853931611, @@ -1692,7 +1692,7 @@ -1095.007279154992 ], "relative wind speed": [ - 5.31664087030296, + 5.316640870302959, 5.551437470165101, 5.587718876965287, 5.407620613937528, @@ -1702,10 +1702,10 @@ 5.0062002989335515 ], "relative wind angle": [ - 0.07375384664838398, + 0.0737538466483855, 0.03624599977029341, - 0.01919778536831855, - 0.06530047718883801, + 0.019197785368324335, + 0.06530047718883802, 0.07685182934754078, 0.04152323995786588, 0.022328536314933603, @@ -1714,7 +1714,7 @@ "resistance": [ 96876.04504623593, 98122.27397636218, - 98373.99368075647, + 98373.99368075644, 97323.49647107336, 95926.04960897197, 94977.15701460686, @@ -1724,7 +1724,7 @@ "fuel": [ 48.791479135843204, 49.4374571498108, - 49.56863663372692, + 49.56863663372691, 49.022748898303306, 48.30293442565642, 47.81830923088817, @@ -1762,39 +1762,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1421.1029039209106, + 1421.1029039209016, 152.7513443452599, - -1132.057541212158, - -1715.9524540514913, + -1132.0575412121625, + -1715.9524540514985, -1554.8762952799507, -557.9702736784366, 818.9102573598675, 1800.5407971443137 ], "relative wind speed": [ - 4.653093961079413, + 4.653093961079412, 4.359615852173382, 3.9836594867922686, - 3.752146277930749, + 3.7521462779307493, 3.8317797178486317, 4.162639647895117, 4.523745827302832, 4.717543590234249 ], "relative wind angle": [ - 0.058342895454717596, + 0.058342895454719504, 0.11097886894369312, - 0.10348347586954897, - 0.026421785291825622, - 0.07086738956603957, + 0.1034834758695511, + 0.02642178529182982, + 0.07086738956603955, 0.11625363284087721, - 0.09109203224930379, + 0.0910920322493038, 0.021013937187770736 ], "resistance": [ - 98055.60290392091, + 98055.6029039209, 96787.25134434526, - 95502.44245878785, + 95502.44245878783, 94918.5475459485, 95079.62370472006, 96076.52972632156, @@ -1802,9 +1802,9 @@ 98435.04079714432 ], "fuel": [ - 45.77955918629511, + 45.7795591862951, 45.122480857178054, - 44.462979814972314, + 44.46297981497231, 44.16529269600207, 44.247287434424926, 44.756903546701274, @@ -1842,33 +1842,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 412.8909369833409, + 412.89093698334, -90.80681529601952, - -526.2187592447044, + -526.2187592447071, -644.9660748628885, -526.3795807852166, -91.07850001388124, - 412.6625083585377, + 412.6625083585359, 695.3870432794165 ], "relative wind speed": [ - 3.3853799466215695, + 3.385379946621569, 3.219231624040867, 3.0439974402165206, 2.9683532717969947, 3.0439234030735927, 3.2191326188185814, - 3.3853133755565152, + 3.3853133755565157, 3.4518322555678536 ], "relative wind angle": [ - 0.050503401455970556, + 0.05050340145597055, 0.07516304743055474, - 0.05619609112673239, + 0.05619609112673437, 1.672401606793675e-05, 0.05617435882363276, 0.07516536345201244, - 0.050525160175528404, + 0.0505251601755306, 1.4381581503942051e-05 ], "resistance": [ @@ -1922,9 +1922,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2225.9509256326055, + -2225.9509256326164, -1962.107280002153, - -603.3006363372624, + -603.300636337267, 1198.3291205677688, 2433.8348966114627, 1815.3044460841702, @@ -1932,7 +1932,7 @@ -1529.9456476872056 ], "relative wind speed": [ - 3.7808068502719485, + 3.780806850271948, 3.9081189777286474, 4.34185678664152, 4.78887717451591, @@ -1942,10 +1942,10 @@ 4.060598771088812 ], "relative wind angle": [ - 0.02585212636342022, - 0.09392963986771932, - 0.1423804844740705, - 0.10559897232906527, + 0.02585212636342452, + 0.09392963986771931, + 0.14238048447407206, + 0.10559897232906529, 0.01949785935887093, 0.0746604980735512, 0.13626502419493575, @@ -1954,7 +1954,7 @@ "resistance": [ 94408.54907436742, 94672.39271999788, - 96031.19936366277, + 96031.19936366276, 97832.8291205678, 99068.33489661149, 98449.80444608419, @@ -1964,7 +1964,7 @@ "fuel": [ 44.46160313344978, 44.595460715559824, - 45.288935493834835, + 45.28893549383483, 46.219001295357366, 46.86379504965542, 46.54028236379729, @@ -2002,9 +2002,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -2233.1803128119554, + -2233.180312811961, -1997.7498142001214, - -661.7910899600047, + -661.7910899600065, 1155.40561780998, 2440.678228739891, 1889.8673805782892, @@ -2012,7 +2012,7 @@ -1483.7371880203782 ], "relative wind speed": [ - 3.6520739516576746, + 3.652073951657673, 3.769272946497731, 4.213457542927572, 4.679527421871145, @@ -2023,16 +2023,16 @@ ], "relative wind angle": [ 0.03267644962788452, - 0.09681491756032327, - 0.1511848814763968, + 0.09681491756032329, + 0.15118488147639753, 0.11416742027340561, - 0.024249835720723013, + 0.024249835720723017, 0.07548252337109342, 0.14310747099763108, 0.1351508761135462 ], "resistance": [ - 94401.31968718811, + 94401.3196871881, 94636.75018579993, 95972.70891004005, 97789.90561781004, @@ -2069,68 +2069,7 @@ "id": "150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.97790096861586, - 7.97790096861586, - 7.97790096861586, - 7.97790096861586, - 7.97790096861586, - 7.97790096861586, - 7.97790096861586, - 7.97790096861586 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -578.8530926806409, - -954.4453398906164, - -866.297745796674, - -289.6881077117789, - 528.9669215752356, - 1148.9068564728077, - 945.9680762483085, - 188.30730902583673 - ], - "relative wind speed": [ - 1.9760351976245618, - 1.6660615431425576, - 1.7572942552277486, - 2.158408485983053, - 2.5627390300801847, - 2.7742720437997614, - 2.7174001065524043, - 2.4111447999205295 - ], - "relative wind angle": [ - 0.24779638799282905, - 0.07827940214543232, - 0.17179275585772927, - 0.26011550047962284, - 0.19026331213427064, - 0.04697920159074334, - 0.1107760897702834, - 0.23231738903160049 - ], - "resistance": [ - 96055.64690731936, - 95680.05466010938, - 95768.20225420332, - 96344.81189228823, - 97163.46692157524, - 97783.40685647281, - 97580.4680762483, - 96822.80730902584 - ], - "fuel": [ - 39.70707520792445, - 39.514668310112754, - 39.55977706679294, - 39.855565130926486, - 40.27764232325552, - 40.5989264870242, - 40.49359592029478, - 40.10170415136139 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 20, -50 21.25, -48.75 21.25, -48.75 20, -50 20))", @@ -2162,37 +2101,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1531.3882373218157, + 1531.3882373218103, 536.5630348394025, - -678.13234716445, - -1441.3845042724306, + -678.1323471644519, + -1441.3845042724292, -1477.501407808319, -803.9362079171478, - 390.13547011240644, + 390.13547011240826, 1446.9842789454015 ], "relative wind speed": [ 4.0233968874962045, 3.7764893786248406, - 3.377145031883268, - 3.048095376378748, + 3.377145031883267, + 3.0480953763787477, 3.0261668561830457, 3.329194546569589, 3.7336710874688857, 4.006809570253298 ], "relative wind angle": [ - 0.04476614090655939, - 0.12754308079623652, - 0.14838483429532992, - 0.07412346658408726, - 0.059533466119349364, + 0.04476614090656187, + 0.1275430807962365, + 0.14838483429532995, + 0.07412346658408576, + 0.05953346611934937, 0.14479262691443692, - 0.1341254507929106, + 0.13412545079290977, 0.056366076034283404 ], "resistance": [ - 98165.88823732187, + 98165.88823732185, 97171.06303483945, 95956.36765283559, 95193.11549572762, @@ -2229,68 +2168,7 @@ "id": "160", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.465149349867316, - 8.465149349867316, - 8.465149349867316, - 8.465149349867316, - 8.465149349867316, - 8.465149349867316, - 8.465149349867316, - 8.465149349867316 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 366.26120484521925, - -570.752002240384, - -1100.435237518985, - -1065.0139762217507, - -455.66302009897026, - 502.15879372269, - 1301.5262590221037, - 1220.1767696656102 - ], - "relative wind speed": [ - 2.632181647611601, - 2.1540349614488523, - 1.7634726254688984, - 1.79848793204495, - 2.22283038343607, - 2.688770820357493, - 2.9596485329801743, - 2.9385023903067604 - ], - "relative wind angle": [ - 0.2302285955311666, - 0.2698047172824725, - 0.1201074476050669, - 0.1536906508854603, - 0.27362660450868287, - 0.21519075716489303, - 0.07145349264975706, - 0.09383294271483271 - ], - "resistance": [ - 97000.7612048452, - 96063.74799775961, - 95534.064762481, - 95569.48602377824, - 96178.83697990101, - 97136.65879372267, - 97936.0262590221, - 97854.6767696656 - ], - "fuel": [ - 40.422846194139865, - 39.94052024989806, - 39.66931212332058, - 39.687415925669455, - 39.99958611127255, - 40.493070520856584, - 40.907530198734676, - 40.86524307170161 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 22.5, -45 23.75, -43.75 23.75, -43.75 22.5, -45 22.5))", @@ -2309,68 +2187,7 @@ "id": "162", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.36717081167915, - 16.36717081167915, - 16.36717081167915, - 16.36717081167915, - 16.36717081167915, - 16.36717081167915, - 16.36717081167915, - 16.36717081167915 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2083.414059664552, - 1001.4734175304202, - -570.9644475534005, - -1746.807079453748, - -1964.2628419659695, - -1346.981205822838, - 101.12519952099501, - 1570.8934490804222 - ], - "relative wind speed": [ - 5.0643477403631865, - 4.869198367529297, - 4.489043082617598, - 4.130235854331387, - 4.030229773595468, - 4.263950905081707, - 4.662495283182619, - 4.983123704153104 - ], - "relative wind angle": [ - 0.017236157396202236, - 0.08789026797601643, - 0.11546031856895254, - 0.07366141312873177, - 0.021659409693557292, - 0.10040532202799646, - 0.11114688822623778, - 0.06103656763468641 - ], - "resistance": [ - 98717.91405966459, - 97635.97341753045, - 96063.53555244663, - 94887.69292054628, - 94670.23715803406, - 95287.51879417719, - 96735.62519952102, - 98205.39344908045 - ], - "fuel": [ - 47.217376228410174, - 46.653827695141004, - 45.84256026747756, - 45.24192047399603, - 45.13140418984945, - 45.44558085150963, - 46.1881854607723, - 46.94987753851418 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 22.5, -43.75 23.75, -42.5 23.75, -42.5 22.5, -43.75 22.5))", @@ -2389,68 +2206,7 @@ "id": "163", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.872222191940079, - 13.872222191940079, - 13.872222191940079, - 13.872222191940079, - 13.872222191940079, - 13.872222191940079, - 13.872222191940079, - 13.872222191940079 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1534.097458379545, - 374.58350022931154, - -915.7709466856586, - -1622.199336287562, - -1565.0846763875934, - -715.0129795152607, - 607.9475820682828, - 1667.9720802326656 - ], - "relative wind speed": [ - 4.33027140836422, - 4.05153109404424, - 3.650043065980161, - 3.3595067025602825, - 3.3909125667178235, - 3.7194938229837384, - 4.114210024015747, - 4.354681758828542 - ], - "relative wind angle": [ - 0.0540214415252946, - 0.12324424829236037, - 0.12927779885434237, - 0.04985005460384689, - 0.0690078003811939, - 0.13431005185361625, - 0.11462425472844233, - 0.038451374077570606 - ], - "resistance": [ - 98168.59745837953, - 97009.0835002293, - 95718.72905331432, - 95012.30066371242, - 95069.4153236124, - 95919.48702048472, - 97242.44758206827, - 98302.47208023265 - ], - "fuel": [ - 44.62282935087207, - 44.02141277391432, - 43.35801335077571, - 42.99744750100207, - 43.02653021333396, - 43.46082042889789, - 44.142051915970114, - 44.69258957876441 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 26.25, -37.5 27.5, -36.25 27.5, -36.25 26.25, -37.5 26.25))", @@ -2482,7 +2238,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -311.5492399003597, + -311.5492399003606, -1045.237029460262, -1192.2801897093937, -828.2121549619769, @@ -2492,7 +2248,7 @@ 652.8327165511855 ], "relative wind speed": [ - 3.1856458708809057, + 3.1856458708809052, 2.8671675434890176, 2.7703645767029665, 2.9716714567076274, @@ -2503,13 +2259,13 @@ ], "relative wind angle": [ 0.14204731884154553, - 0.09484653554473468, - 0.02418186771860004, - 0.12356672040025479, - 0.13633161489133416, + 0.0948465355447347, + 0.024181867718600036, + 0.1235667204002548, + 0.1363316148913342, 0.07555912198804311, - 0.01824265746556793, - 0.10450266396597291 + 0.018242657465567934, + 0.10450266396597292 ], "resistance": [ 96322.95076009964, @@ -2562,13 +2318,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 315.68414836349666, + 315.68414836349393, -411.4110874106941, - -870.4338128232271, + -870.4338128232307, -894.4607232976455, - -496.38144967738117, + -496.3814496773816, 216.99391017930066, - 848.7292370758255, + 848.7292370758219, 905.1632321874672 ], "relative wind speed": [ @@ -2576,19 +2332,19 @@ 2.8634624365549857, 2.633002201540926, 2.6159368060327286, - 2.8254492411282484, + 2.825449241128249, 3.1120726041672735, 3.309337158080229, 3.322843307472258 ], "relative wind angle": [ - 0.10784028024637292, - 0.123863523726328, - 0.06142634456397328, + 0.10784028024637499, + 0.12386352372632799, + 0.0614263445639769, 0.047873917822360834, - 0.12015501657402113, - 0.11392366762599461, - 0.04886124759277835, + 0.12015501657402206, + 0.1139236676259946, + 0.04886124759278063, 0.037683674310776905 ], "resistance": [ @@ -2642,31 +2398,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 878.1560173410719, + 878.1560173410692, 372.91041170113226, - -267.957548060612, + -267.9575480606122, -700.2025334068096, - -748.971097801406, + -748.9710978014064, -428.72691784193694, 183.7599434998299, 765.8143592805998 ], "relative wind speed": [ - 2.4856294229525244, + 2.485629422952524, 2.288015378200624, - 1.9307040517389045, - 1.5934795865268128, - 1.5381365767968531, + 1.9307040517389042, + 1.593479586526813, + 1.5381365767968533, 1.8191215974324246, 2.194675288448525, 2.4505184276903487 ], "relative wind angle": [ - 0.05459904732947272, + 0.05459904732947476, 0.18982304309986664, - 0.24851795007289898, - 0.15111461369372206, - 0.0883029659912867, + 0.24851795007289942, + 0.1511146136937228, + 0.08830296599128797, 0.23960639508770765, 0.21810837103104672, 0.09804758433015338 @@ -2722,34 +2478,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 758.1015024295673, + 758.1015024295614, 355.0264996882722, - -184.99727416175506, + -184.99727416175529, -570.0775585257952, -632.7143230270212, -391.49467832684513, 112.04791407408561, - 613.7403056055716 + 613.7403056055725 ], "relative wind speed": [ 2.274938731300268, 2.1085098466187286, - 1.7864656600267546, + 1.7864656600267543, 1.4652874339332862, 1.3872374495152247, 1.6290979710316515, 1.976945729668053, - 2.2254677504885985 + 2.225467750488598 ], "relative wind angle": [ - 0.043101167483196534, + 0.043101167483204264, 0.18296799566852812, - 0.2514730765535274, + 0.25147307655352746, 0.1680032357699128, - 0.07071890330913258, + 0.0707189033091326, 0.237725626042878, - 0.2267951861200014, - 0.11032032535861727 + 0.22679518612000144, + 0.11032032535861526 ], "resistance": [ 97392.60150242956, @@ -2804,7 +2560,7 @@ "wind resistance": [ 599.2628560425662, 728.7875023949798, - 332.4789373301403, + 332.47893733013984, -194.0524922940042, -565.3254148384057, -621.4298608575821, @@ -2812,7 +2568,7 @@ 113.39101058300776 ], "relative wind speed": [ - 2.247717269814605, + 2.2477172698146046, 2.2918920846117805, 2.1281487709216838, 1.8179495872264546, @@ -2822,13 +2578,13 @@ 2.011188576079018 ], "relative wind angle": [ - 0.10192791089464685, - 0.04323915333206903, - 0.174181579785894, + 0.10192791089464576, + 0.04323915333206902, + 0.17418157978589463, 0.23455580291942446, 0.15146362542444267, 0.06846535646523198, - 0.22139783210406444, + 0.2213978321040644, 0.21165726266815385 ], "resistance": [ @@ -2882,39 +2638,39 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 728.7223765419426, + 728.7223765419385, 779.2658049489523, - 284.6187946395303, - -320.2215613295041, - -704.5446501377899, + 284.6187946395289, + -320.22156132950363, + -704.5446501377905, -726.2899679729319, -394.6220983536641, 197.76620230405933 ], "relative wind speed": [ - 2.650835088904757, + 2.6508350889047567, 2.665732733599505, - 2.480631207249882, - 2.1742003730469377, + 2.4806312072498815, + 2.1742003730469373, 1.9137752198129214, 1.8929688992571418, 2.129772540473907, 2.4417852072574364 ], "relative wind angle": [ - 0.06710230926736543, + 0.06710230926736875, 0.05093545413642764, - 0.14958502792403994, - 0.1789917049433599, - 0.09300999781618463, + 0.1495850279240407, + 0.17899170494335864, + 0.09300999781618581, 0.07175931627825698, - 0.1744623191901722, + 0.17446231919017216, 0.15919871935190552 ], "resistance": [ - 97363.22237654192, + 97363.2223765419, 97413.76580494893, - 96919.11879463951, + 96919.1187946395, 96314.27843867047, 95929.95534986218, 95908.21003202704, @@ -2922,9 +2678,9 @@ 96832.26620230403 ], "fuel": [ - 40.479207932868405, + 40.47920793286839, 40.5053861129153, - 40.24960012217684, + 40.249600122176815, 39.938069531348646, 39.74082641084683, 39.7296826607407, @@ -2962,21 +2718,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 716.3709824137113, + 716.3709824137095, 238.16222458590573, - -348.33298984942485, - -713.1406214102567, - -728.0052647429593, + -348.3329898494253, + -713.1406214102558, + -728.0052647429602, -401.65145500767994, 176.33962325062066, 681.2806326707232 ], "relative wind speed": [ - 3.2225865221128225, + 3.222586522112822, 3.07493867000112, - 2.8432899949239685, - 2.659943274191654, - 2.649397457365392, + 2.843289994923968, + 2.6599432741916536, + 2.6493974573653913, 2.819418903839789, 3.052879425126822, 3.2138874525533714 @@ -2985,11 +2741,11 @@ 0.0326797975202104, 0.0902835102549328, 0.10103411287436148, - 0.048264135852781734, + 0.04826413585277944, 0.039753366942276026, - 0.09849121698636859, + 0.0984912169863686, 0.09407651386586692, - 0.03994046313885079 + 0.03994046313885078 ], "resistance": [ 97350.8709824137, @@ -3042,11 +2798,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 697.6852623246364, + 697.6852623246273, 273.9776274269034, - -275.1918448334668, + -275.19184483346726, -642.3739548868248, - -679.189551119186, + -679.1895511191824, -405.74320677645665, 122.39779344543194, 611.1270429644692 @@ -3054,25 +2810,25 @@ "relative wind speed": [ 2.9173015782402842, 2.776446995020001, - 2.5371139849936344, + 2.537113984993634, 2.3324810089993657, - 2.3028119924013595, + 2.302811992401359, 2.470816394351303, 2.715997827300399, 2.89363506914885 ], "relative wind angle": [ - 0.030876483542416303, + 0.030876483542423498, 0.10140719289918217, 0.12147179500537805, 0.06594453180714199, - 0.03911942333555457, + 0.039119423335548895, 0.11400245655927264, - 0.1134355661477061, - 0.05314259648955269 + 0.11343556614770611, + 0.0531425964895527 ], "resistance": [ - 97332.18526232462, + 97332.18526232461, 96908.4776274269, 96359.30815516652, 95992.12604511317, @@ -3122,51 +2878,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 803.1122019555833, + 803.1122019555587, 565.8971800630575, - 2.1788905913253984, + 2.1788905913235794, -530.2196924416489, - -735.1603214867164, + -735.1603214867118, -634.3175463639409, -172.54438704146696, 417.48337784515434 ], "relative wind speed": [ - 2.9936533557824863, + 2.993653355782486, 2.930044146921362, - 2.7171761317848406, + 2.71717613178484, 2.4616669027975497, - 2.3217599918046385, + 2.321759991804638, 2.4015351696829845, 2.6399779815352975, 2.8797093488412213 ], "relative wind angle": [ - 0.012996667499286099, + 0.012996667499303182, 0.07175503670506393, - 0.12396892235583683, - 0.10789521199346697, - 0.01675808144799131, + 0.12396892235583773, + 0.10789521199346698, + 0.01675808144798468, 0.0875830834782149, - 0.12761353859832772, - 0.09218390804181519 + 0.12761353859832775, + 0.0921839080418152 ], "resistance": [ - 97437.61220195556, + 97437.61220195555, 97200.39718006304, 96636.67889059131, 96104.28030755834, - 95899.33967851326, + 95899.33967851328, 96000.18245363605, 96461.95561295853, 97051.98337784514 ], "fuel": [ - 41.2248440048598, + 41.22484400485979, 41.10204352333341, 40.81106022209541, 40.53732945217847, - 40.432241127973455, + 40.43224112797347, 40.48393119853141, 40.72111062070563, 41.025319768904694 @@ -3202,17 +2958,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 584.7682773366573, + 584.768277336661, 147.97324107183658, -354.7171783416579, -638.3970098227642, - -626.2943710526174, + -626.2943710526142, -310.69894691727404, 198.94063894747296, 613.4889236539143 ], "relative wind speed": [ - 3.297189676759808, + 3.2971896767598077, 3.1621232757721716, 2.968378571956751, 2.8291292190858717, @@ -3222,14 +2978,14 @@ 3.3041668450877837 ], "relative wind angle": [ - 0.032134962553650184, + 0.032134962553646736, 0.07521560185094671, 0.07759628876943278, 0.031039092740536095, - 0.0373464363688341, - 0.07963313034076, - 0.07243089238273909, - 0.026575486158576977 + 0.03734643636883113, + 0.07963313034076001, + 0.07243089238273907, + 0.02657548615857698 ], "resistance": [ 97219.26827733668, @@ -3282,17 +3038,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 776.4566177811294, + 776.4566177810921, 523.8678687868014, - -24.44397119530231, + -24.44397119530322, -530.2602339482869, - -710.7201217546517, + -710.7201217546603, -603.6093001907525, -147.69685476467794, 419.3848760675146 ], "relative wind speed": [ - 3.0371183217210773, + 3.037118321721077, 2.970156865815177, 2.764916002789604, 2.526338495047905, @@ -3302,17 +3058,17 @@ 2.9352839954431658 ], "relative wind angle": [ - 0.008814253547114508, - 0.06917365755542287, - 0.11493901459141913, + 0.008814253547139701, + 0.06917365755542286, + 0.1149390145914201, 0.09639550802305219, - 0.011140509470831415, - 0.08269885994417023, + 0.01114050947084138, + 0.08269885994417024, 0.117203321152808, - 0.08293223308922622 + 0.08293223308922623 ], "resistance": [ - 97410.95661778115, + 97410.9566177811, 97158.36786878682, 96610.05602880471, 96104.23976605173, @@ -3322,7 +3078,7 @@ 97053.88487606753 ], "fuel": [ - 41.33849185651197, + 41.33849185651195, 41.20776504644953, 40.92480436893463, 40.66476589352917, @@ -3362,34 +3118,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1760.2939310508154, + 1760.2939310508127, 1334.9394943437828, - 106.9439101365324, + 106.94391013652785, -1102.6187544358145, -1624.5785634643244, -1443.274666824067, - -464.27827016241463, + -464.27827016241554, 848.8351619632767 ], "relative wind speed": [ - 4.330208738178382, + 4.330208738178381, 4.2516897699069505, - 3.9360600425025845, - 3.537182815028872, + 3.9360600425025836, + 3.5371828150288716, 3.2985331985007145, 3.3991415207779068, 3.76011440246468, 4.137555644444215 ], "relative wind angle": [ - 0.020502741482966012, + 0.020502741482966016, 0.0711092403300865, - 0.13146890800759953, - 0.1211910743276874, + 0.1314689080075995, + 0.12119107432768647, 0.026916706816214955, 0.08898680581752101, - 0.13765894610744614, - 0.1035373125138242 + 0.13765894610744617, + 0.10353731251382421 ], "resistance": [ 98394.79393105081, @@ -3442,9 +3198,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1304.2810188576668, + 1304.2810188576477, 1058.0138557682585, - 131.2524073621753, + 131.2524073621662, -826.6833867586247, -1276.5980295012214, -1172.479906702456, @@ -3452,7 +3208,7 @@ 566.2166719496854 ], "relative wind speed": [ - 4.344553295158992, + 4.344553295158991, 4.299012352928423, 4.069553154388138, 3.773494854863693, @@ -3462,19 +3218,19 @@ 4.184684521588053 ], "relative wind angle": [ - 0.019905903606413783, + 0.019905903606419362, 0.048006527024843655, - 0.09307592751820523, + 0.09307592751820881, 0.08719090028847203, 0.02410210034060823, - 0.05666435045480216, - 0.09720038422349292, + 0.056664350454802156, + 0.0972003842234929, 0.07860480870473435 ], "resistance": [ - 97938.78101885768, + 97938.78101885767, 97692.51385576828, - 96765.75240736219, + 96765.75240736218, 95807.81661324139, 95357.90197049879, 95462.02009329756, @@ -3482,9 +3238,9 @@ 97200.7166719497 ], "fuel": [ - 44.848617521313315, + 44.8486175213133, 44.720675855765926, - 44.241223785014526, + 44.24122378501452, 43.74900295903264, 43.518999600524275, 43.572159417527885, @@ -3522,19 +3278,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 850.8820701345926, + 850.8820701345835, 704.3271129413388, - 115.17852367887781, + 115.17852367887645, -495.9339952112846, -792.8911517918191, -730.2273963310931, - -277.27928952102, + -277.2792895210191, 369.6210958016063 ], "relative wind speed": [ 2.939072477503785, 2.899438507178607, - 2.681246473778616, + 2.6812464737786157, 2.3871433384634404, 2.19272572393661, 2.2448718162789287, @@ -3542,17 +3298,17 @@ 2.783476209717479 ], "relative wind angle": [ - 0.03092008318536403, + 0.03092008318537121, 0.06896232014593005, - 0.1397224767278963, + 0.13972247672789712, 0.13796214277686275, 0.04144973901870521, - 0.08911789949164747, - 0.14984024010366906, + 0.08911789949164746, + 0.1498402401036683, 0.11821821581571583 ], "resistance": [ - 97485.38207013464, + 97485.38207013463, 97338.82711294138, 96749.67852367891, 96138.56600478876, @@ -3562,7 +3318,7 @@ 97004.12109580165 ], "fuel": [ - 41.065757853640335, + 41.06575785364033, 40.98983912475309, 40.68545346905582, 40.37108475718688, @@ -3602,40 +3358,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 828.8363335981144, + 828.8363335981053, 1112.3608989552763, - 546.2765166164158, - -281.2452771851299, - -905.5957909688909, + 546.2765166164122, + -281.2452771851313, + -905.5957909688896, -1026.329508254997, - -707.5076271974649, + -707.5076271974663, 51.0487031835396 ], "relative wind speed": [ - 3.412856275666518, + 3.4128562756665177, 3.47810401911568, 3.3303064877552533, - 3.036156500093446, + 3.0361565000934463, 2.75247559082505, 2.669550948877993, 2.8518009281959547, 3.163141404266391 ], "relative wind angle": [ - 0.07057039146284079, - 0.018413359461363816, - 0.09961887350380297, - 0.13358037430348146, - 0.08754096928813851, + 0.07057039146284552, + 0.018413359461363812, + 0.09961887350380519, + 0.13358037430348313, + 0.08754096928813725, 0.023991339979439377, - 0.1164043720099779, + 0.11640437200997886, 0.1281875674568796 ], "resistance": [ 97463.33633359811, 97746.86089895527, 97180.77651661642, - 96353.25472281488, + 96353.25472281486, 95728.90420903111, 95608.170491745, 95926.99237280253, @@ -3645,7 +3401,7 @@ 42.1488670574426, 42.29594270143092, 42.002589463180726, - 41.575901149159016, + 41.575901149158994, 41.25565890765998, 41.19389946341779, 41.357105309893086, @@ -3682,9 +3438,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -32.93590900382037, + -32.93590900382219, -443.2205793708438, - -577.8051721685688, + -577.8051721685692, -476.19842880783085, -88.11467373030587, 380.26473571214547, @@ -3692,9 +3448,9 @@ 427.4243260528515 ], "relative wind speed": [ - 2.1893017115603315, + 2.189301711560331, 1.9376954237984396, - 1.812761906036584, + 1.8127619060365838, 1.9135943463802683, 2.1591142517235595, 2.3874992734715894, @@ -3702,14 +3458,14 @@ 2.4068595749935753 ], "relative wind angle": [ - 0.15383859147203657, - 0.12834791155017458, - 0.008427396779051823, - 0.1185956878305428, + 0.15383859147203804, + 0.1283479115501746, + 0.008427396779051822, + 0.11859568783054282, 0.15600696799248379, 0.10406921080287779, 0.0061508425135703435, - 0.09420893634560278 + 0.09420893634560279 ], "resistance": [ 96601.56409099617, @@ -3749,52 +3505,7 @@ "id": "253", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.356000940633805, - 45.356000940633805, - 45.356000940633805, - 45.356000940633805, - 45.356000940633805, - 45.356000940633805, - 45.356000940633805, - 45.356000940633805 - ], - "relative wind speed": [ - 0.45353737375284686, - 0.45353737375284686, - 0.45353737375284686, - 0.45353737375284686, - 0.45353737375284686, - 0.45353737375284686, - 0.45353737375284686, - 0.45353737375284686 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 17.5, -40.625 18.125, -40 18.125, -40 17.5, -40.625 17.5))", @@ -3813,52 +3524,7 @@ "id": "255", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 50.1295303346806, - 50.1295303346806, - 50.1295303346806, - 50.1295303346806, - 50.1295303346806, - 50.1295303346806, - 50.1295303346806, - 50.1295303346806 - ], - "relative wind speed": [ - 0.4768068883458603, - 0.4768068883458603, - 0.4768068883458603, - 0.4768068883458603, - 0.4768068883458603, - 0.4768068883458603, - 0.4768068883458603, - 0.4768068883458603 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 16.875, -40.625 17.5, -40 17.5, -40 16.875, -40.625 16.875))", @@ -3877,52 +3543,7 @@ "id": "277", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.095446778416225, - 52.095446778416225, - 52.095446778416225, - 52.095446778416225, - 52.095446778416225, - 52.095446778416225, - 52.095446778416225, - 52.095446778416225 - ], - "relative wind speed": [ - 0.4860663839511326, - 0.4860663839511326, - 0.4860663839511326, - 0.4860663839511326, - 0.4860663839511326, - 0.4860663839511326, - 0.4860663839511326, - 0.4860663839511326 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 13.125, -46.25 13.75, -45.625 13.75, -45.625 13.125, -46.25 13.125))", @@ -3954,34 +3575,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 636.2374036994352, + 636.2374036994306, 1396.2372011610632, - 1104.9073286786588, + 1104.9073286786534, 126.5208302172341, -864.3753247634522, -1317.1031581810503, - -1193.150246179489, + -1193.1502461794908, -425.46289631772197 ], "relative wind speed": [ - 3.830559391077734, + 3.830559391077733, 4.007399877375162, - 3.9492646531905335, + 3.949264653190533, 3.681909918096185, 3.3367201346810913, 3.1221199093842547, - 3.195339607118447, + 3.1953396071184472, 3.5000608367262642 ], "relative wind angle": [ - 0.09881129122208468, - 0.022865746565279083, - 0.06291667389417373, + 0.0988112912220858, + 0.02286574656527908, + 0.06291667389417549, 0.12055234652651302, - 0.11349449665115402, + 0.11349449665115403, 0.029351006602891, - 0.07778869524644043, - 0.1268487235744473 + 0.07778869524644186, + 0.12684872357444732 ], "resistance": [ 97270.73740369944, @@ -4034,39 +3655,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 560.4121110827218, + 560.4121110827164, 1596.3108768686607, - 1499.288021227192, - 391.4220006468222, - -858.1548290092605, + 1499.288021227194, + 391.4220006468204, + -858.1548290092624, -1557.6978997969836, -1516.2832165487425, -712.8072297740573 ], "relative wind speed": [ - 4.004502510032388, + 4.004502510032387, 4.247243075518183, - 4.229127302138735, - 3.9579443355588686, + 4.229127302138734, + 3.957944335558869, 3.5607654195365024, 3.267417479185282, 3.290831655999348, 3.6124461743311995 ], "relative wind angle": [ - 0.11763724594928415, - 0.04103126368110042, - 0.05289784309128583, - 0.12423453158365895, - 0.1323783918811373, + 0.11763724594928511, + 0.041031263681100424, + 0.05289784309128374, + 0.12423453158365985, + 0.13237839188113815, 0.05334595803947249, 0.06800099313433479, 0.1361871671906688 ], "resistance": [ - 97194.91211108271, + 97194.9121110827, 98230.81087686865, - 98133.78802122717, + 98133.78802122718, 97025.92200064681, 95776.34517099072, 95076.802100203, @@ -4074,9 +3695,9 @@ 95921.69277022593 ], "fuel": [ - 43.81777994354593, + 43.81777994354592, 44.35555786053351, - 44.305019801557144, + 44.30501980155715, 43.73042901327661, 43.08782115730553, 42.730610683035025, @@ -4114,37 +3735,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 809.6281309619189, + 809.6281309619139, 996.8341266540829, - 457.79541267129525, + 457.7954126712948, -267.94716765218277, - -784.2721658015137, + -784.2721658015134, -865.1434890598023, -539.96652757577, 139.173209876682 ], "relative wind speed": [ - 2.7119735652199655, + 2.711973565219965, 2.7651455851303064, 2.5814844152486627, 2.232514138940791, - 1.8948061556152775, + 1.8948061556152773, 1.816331709474845, 2.069064812817062, 2.441510107543873 ], "relative wind angle": [ - 0.09615492888003362, - 0.03860791503457644, - 0.1600115761289289, + 0.09615492888003709, + 0.03860791503457643, + 0.1600115761289296, 0.21437868873195437, - 0.13784755185104317, - 0.05879515433657064, + 0.13784755185104236, + 0.05879515433657065, 0.20012192920549682, 0.19577783406884425 ], "resistance": [ - 97444.12813096191, + 97444.1281309619, 97631.33412665407, 97092.29541267129, 96366.5528323478, @@ -4154,7 +3775,7 @@ 96773.67320987667 ], "fuel": [ - 40.543036346131565, + 40.54303634613156, 40.64010072924789, 40.36096755175649, 39.98686034024324, @@ -4194,34 +3815,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1065.0632783384804, + 1065.06327833848, 610.7730738300183, - -98.58335479346556, + -98.58335479346579, -672.9918952608145, -827.5108587650317, -606.0238553541496, - 12.700792971176725, - 708.2672518339518 + 12.700792971176043, + 708.2672518339509 ], "relative wind speed": [ - 2.560950826386446, + 2.5609508263864456, 2.412344687039735, 2.0556938620201826, 1.646617222955391, 1.470717680602576, 1.7035471059285685, - 2.1202835604840655, - 2.4515569241347657 + 2.120283560484065, + 2.451556924134766 ], "relative wind angle": [ 0.01306418263575197, 0.1704389434375641, - 0.268425257334449, + 0.2684252573344494, 0.22156565136719636, 0.022749888798663537, 0.24255839594120016, - 0.2600555988495465, - 0.14814385276185565 + 0.260055598849546, + 0.14814385276185715 ], "resistance": [ 97699.56327833851, @@ -4230,7 +3851,7 @@ 95961.50810473922, 95806.989141235, 96028.47614464587, - 96647.20079297121, + 96647.2007929712, 97342.76725183398 ], "fuel": [ @@ -4240,7 +3861,7 @@ 39.34780813760687, 39.26864235119928, 39.3821459404006, - 39.70018578893762, + 39.7001857889376, 40.059425085662355 ] }, @@ -4261,68 +3882,7 @@ "id": "322", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.63381699260776, - 8.63381699260776, - 8.63381699260776, - 8.63381699260776, - 8.63381699260776, - 8.63381699260776, - 8.63381699260776, - 8.63381699260776 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1205.8016894998905, - 87.84589201661993, - -921.6562083773324, - -1311.5568039384157, - -1078.8436537810705, - -173.28725191151943, - 975.0744965739009, - 1741.4844172598318 - ], - "relative wind speed": [ - 3.006892294780871, - 2.573502047372191, - 2.004483879792788, - 1.6590594802293546, - 1.888856905856189, - 2.4466852873600895, - 2.931079333430611, - 3.1395387120203324 - ], - "relative wind angle": [ - 0.15921528033681728, - 0.2918878335661627, - 0.2886414954022951, - 0.040011960465028515, - 0.2551464260539075, - 0.307499056890911, - 0.1959152596210259, - 0.021139874538477568 - ], - "resistance": [ - 97840.30168949987, - 96722.3458920166, - 95712.84379162265, - 95322.94319606158, - 95555.65634621891, - 96461.21274808847, - 97609.57449657388, - 98375.98441725982 - ], - "fuel": [ - 40.940788895664966, - 40.36220696015533, - 39.843749471679104, - 39.64452048178722, - 39.76336274782028, - 40.2277312818606, - 40.82099849351559, - 41.21967188234848 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 11.875, -41.875 12.5, -41.25 12.5, -41.25 11.875, -41.875 11.875))", @@ -4354,17 +3914,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 565.1538756037157, + 565.153875603713, -653.1392831396083, - -1408.8748787541513, + -1408.8748787541517, -1434.0188037996631, -737.2609506289423, 466.5218261884743, - 1532.2288992185072, + 1532.22889921851, 1590.3236441834474 ], "relative wind speed": [ - 3.26691539766836, + 3.2669153976683596, 2.7874720396991033, 2.3777443548611887, 2.358698459821187, @@ -4374,13 +3934,13 @@ 3.5582990962314147 ], "relative wind angle": [ - 0.18046441007279224, + 0.18046441007279349, 0.21755653291750948, - 0.11147438671340498, - 0.09663917865668666, + 0.11147438671340598, + 0.09663917865668667, 0.21502263206486172, 0.18716685510861608, - 0.07467139857323447, + 0.07467139857323299, 0.06400347512130644 ], "resistance": [ @@ -4434,7 +3994,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -700.679699167024, + -700.6796991670249, -1421.326747058448, -1406.5131265735054, -652.1655176984204, @@ -4454,14 +4014,14 @@ 3.0770752814886864 ], "relative wind angle": [ - 0.2555057903147999, + 0.2555057903148008, 0.12233998110337026, 0.13255285755643773, 0.25682840619768516, 0.20970442650212753, - 0.07553160099552894, - 0.08248214433080332, - 0.21429196444757953 + 0.07553160099552893, + 0.08248214433080334, + 0.21429196444757956 ], "resistance": [ 95933.820300833, @@ -4501,52 +4061,7 @@ "id": "336", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.2721460593149, - 75.2721460593149, - 75.2721460593149, - 75.2721460593149, - 75.2721460593149, - 75.2721460593149, - 75.2721460593149, - 75.2721460593149 - ], - "relative wind speed": [ - 0.5842690107416213, - 0.5842690107416213, - 0.5842690107416213, - 0.5842690107416213, - 0.5842690107416213, - 0.5842690107416213, - 0.5842690107416213, - 0.5842690107416213 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 17.5, -38.75 18.125, -38.125 18.125, -38.125 17.5, -38.75 17.5))", @@ -4565,52 +4080,7 @@ "id": "346", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.32614990606112, - 39.32614990606112, - 39.32614990606112, - 39.32614990606112, - 39.32614990606112, - 39.32614990606112, - 39.32614990606112, - 39.32614990606112 - ], - "relative wind speed": [ - 0.4223149135364373, - 0.4223149135364373, - 0.4223149135364373, - 0.4223149135364373, - 0.4223149135364373, - 0.4223149135364373, - 0.4223149135364373, - 0.4223149135364373 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.625 19.375, -35.625 20, -35 20, -35 19.375, -35.625 19.375))", @@ -4642,33 +4112,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 503.598728477587, + 503.5987284775847, 984.6263758262062, - 720.2398803609649, + 720.2398803609635, 49.34370059379262, -591.7867912093523, -856.3668856599968, - -742.7555607591685, + -742.7555607591689, -202.6539800323817 ], "relative wind speed": [ - 2.7074801214973654, + 2.707480121497365, 2.858415578072216, - 2.785015973555536, + 2.7850159735555358, 2.5160324800487643, 2.174425372041004, 1.971810003502651, - 2.0741890786327923, + 2.074189078632793, 2.393356401837952 ], "relative wind angle": [ - 0.13249138349364586, + 0.13249138349364672, 0.021819706352929975, 0.09690941539946986, - 0.17717756247089997, - 0.1652400098701691, + 0.1771775624709, + 0.16524000987016912, 0.03163349507228149, - 0.1302850736475937, + 0.13028507364759542, 0.18636305940813855 ], "resistance": [ @@ -4722,39 +4192,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 227.93384662466133, + 227.93384662466042, 936.829405609089, - 1039.3421862776122, - 404.152998603769, + 1039.3421862776072, + 404.1529986037681, -393.25704189578346, -915.9445345525608, - -960.0363451702103, + -960.0363451702092, -544.2303043207148 ], "relative wind speed": [ 2.791034374362459, 3.0373313238593207, - 3.063668879864184, - 2.859685618078022, + 3.0636688798641836, + 2.8596856180780224, 2.5116471503036575, 2.2074561639145434, 2.1707550025401443, 2.4331959337996283 ], "relative wind angle": [ - 0.16089655828699156, + 0.16089655828699292, 0.0711595453544616, - 0.046277867073811325, - 0.14612586009529577, + 0.046277867073813726, + 0.14612586009529732, 0.17897772639224258, - 0.09798550606705582, - 0.0653368749574882, + 0.09798550606705583, + 0.06533687495748651, 0.17197466342381562 ], "resistance": [ 96862.43384662468, 97571.32940560911, - 97673.84218627764, + 97673.84218627763, 97038.6529986038, 96241.24295810425, 95718.55546544747, @@ -4764,7 +4234,7 @@ "fuel": [ 40.839380911640724, 41.2060896194017, - 41.2592738099336, + 41.25927380993359, 40.93036369870504, 40.51957869763591, 40.25160050637319, @@ -4789,52 +4259,7 @@ "id": "360", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.099426461341594, - 41.099426461341594, - 41.099426461341594, - 41.099426461341594, - 41.099426461341594, - 41.099426461341594, - 41.099426461341594, - 41.099426461341594 - ], - "relative wind speed": [ - 0.4317313478782589, - 0.4317313478782589, - 0.4317313478782589, - 0.4317313478782589, - 0.4317313478782589, - 0.4317313478782589, - 0.4317313478782589, - 0.4317313478782589 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 16.875, -39.375 17.5, -38.75 17.5, -38.75 16.875, -39.375 16.875))", @@ -4853,52 +4278,7 @@ "id": "361", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.354718173784036, - 44.354718173784036, - 44.354718173784036, - 44.354718173784036, - 44.354718173784036, - 44.354718173784036, - 44.354718173784036, - 44.354718173784036 - ], - "relative wind speed": [ - 0.4485032714056895, - 0.4485032714056895, - 0.4485032714056895, - 0.4485032714056895, - 0.4485032714056895, - 0.4485032714056895, - 0.4485032714056895, - 0.4485032714056895 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 16.25, -39.375 16.875, -38.75 16.875, -38.75 16.25, -39.375 16.25))", @@ -4917,52 +4297,7 @@ "id": "363", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.779749408962175, - 38.779749408962175, - 38.779749408962175, - 38.779749408962175, - 38.779749408962175, - 38.779749408962175, - 38.779749408962175, - 38.779749408962175 - ], - "relative wind speed": [ - 0.4193708137266161, - 0.4193708137266161, - 0.4193708137266161, - 0.4193708137266161, - 0.4193708137266161, - 0.4193708137266161, - 0.4193708137266161, - 0.4193708137266161 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 16.875, -38.75 17.5, -38.125 17.5, -38.125 16.875, -38.75 16.875))", @@ -4981,52 +4316,7 @@ "id": "364", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.81232772157186, - 37.81232772157186, - 37.81232772157186, - 37.81232772157186, - 37.81232772157186, - 37.81232772157186, - 37.81232772157186, - 37.81232772157186 - ], - "relative wind speed": [ - 0.4141068454673394, - 0.4141068454673394, - 0.4141068454673394, - 0.4141068454673394, - 0.4141068454673394, - 0.4141068454673394, - 0.4141068454673394, - 0.4141068454673394 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 16.875, -38.125 17.5, -37.5 17.5, -37.5 16.875, -38.125 16.875))", @@ -5045,52 +4335,7 @@ "id": "365", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 26.384670863521684, - 26.384670863521684, - 26.384670863521684, - 26.384670863521684, - 26.384670863521684, - 26.384670863521684, - 26.384670863521684, - 26.384670863521684 - ], - "relative wind speed": [ - 0.3459167114539812, - 0.3459167114539812, - 0.3459167114539812, - 0.3459167114539812, - 0.3459167114539812, - 0.3459167114539812, - 0.3459167114539812, - 0.3459167114539812 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 16.25, -38.75 16.875, -38.125 16.875, -38.125 16.25, -38.75 16.25))", @@ -5109,52 +4354,7 @@ "id": "366", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.547947849589576, - 35.547947849589576, - 35.547947849589576, - 35.547947849589576, - 35.547947849589576, - 35.547947849589576, - 35.547947849589576, - 35.547947849589576 - ], - "relative wind speed": [ - 0.40151610551923805, - 0.40151610551923805, - 0.40151610551923805, - 0.40151610551923805, - 0.40151610551923805, - 0.40151610551923805, - 0.40151610551923805, - 0.40151610551923805 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 15.625, -38.75 16.25, -38.125 16.25, -38.125 15.625, -38.75 15.625))", @@ -5173,52 +4373,7 @@ "id": "372", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 27.778280568062907, - 27.778280568062907, - 27.778280568062907, - 27.778280568062907, - 27.778280568062907, - 27.778280568062907, - 27.778280568062907, - 27.778280568062907 - ], - "relative wind speed": [ - 0.3549346371947339, - 0.3549346371947339, - 0.3549346371947339, - 0.3549346371947339, - 0.3549346371947339, - 0.3549346371947339, - 0.3549346371947339, - 0.3549346371947339 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 15.625, -36.875 16.25, -36.25 16.25, -36.25 15.625, -36.875 15.625))", @@ -5250,54 +4405,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 383.6055562527886, + 383.60555625278494, 18.08855087114489, - -339.8060696877724, - -489.2143137944006, + -339.8060696877733, + -489.21431379440423, -433.41216747513363, -139.43964677479698, 250.39435873613456, - 515.417574638569 + 515.4175746385622 ], "relative wind speed": [ - 2.570532500405486, + 2.5705325004054855, 2.4160112552049213, 2.226608883198674, - 2.1177259454083193, + 2.1177259454083197, 2.166824768341161, 2.3378743608373704, 2.5189243326464488, - 2.611130738297499 + 2.6111307382974993 ], "relative wind angle": [ - 0.05709842769142517, + 0.05709842769142711, 0.10230405381679854, - 0.09095628405869126, - 0.018549596843439986, - 0.0677516310659167, - 0.1057358700322227, + 0.09095628405869248, + 0.018549596843445974, + 0.06775163106591671, + 0.10573587003222272, 0.08037671601310165, - 0.015044130469741528 + 0.01504413046974891 ], "resistance": [ 97018.10555625282, 96652.58855087118, - 96294.69393031226, + 96294.69393031225, 96145.28568620562, 96201.08783252489, 96495.06035322523, 96884.89435873616, - 97149.9175746386 + 97149.91757463859 ], "fuel": [ 40.454062888280156, 40.26550139762341, - 40.08135381230379, + 40.08135381230378, 40.00461977964271, 40.03326928121407, 40.18438966056926, 40.385284838705545, - 40.52218352415625 + 40.52218352415623 ] }, { @@ -5330,33 +4485,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 52.225693685742954, + 52.225693685739316, -449.39922906081347, - -674.6928462168667, + -674.6928462168717, -610.6166532957286, -219.18008589567535, 319.12169876699, - 699.8866641299205, + 699.8866641299178, 548.5078626139839 ], "relative wind speed": [ 2.8743644335242475, 2.6530858790448053, - 2.5189045529729372, + 2.518904552972937, 2.5664263132228653, 2.760850029293918, 2.974121567685902, - 3.088589262749841, + 3.0885892627498404, 3.0492162533606377 ], "relative wind angle": [ - 0.09928126232792671, - 0.09126441598276126, - 0.022650558289062938, + 0.09928126232793007, + 0.09126441598276128, + 0.02265055828906784, 0.06281960252747062, 0.10337759745097053, 0.08138991711167594, - 0.018472174708034944, + 0.01847217470803494, 0.05286306852296522 ], "resistance": [ @@ -5410,19 +4565,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 477.9685708231409, + 477.9685708231327, -277.90655041904756, -850.1228385909526, -958.7123529379023, -673.9847870587028, - 19.4716454550462, - 728.219221688295, + 19.47164545504529, + 728.2192216882877, 986.23713086307 ], "relative wind speed": [ - 3.9480534241371026, + 3.9480534241371017, 3.7267961940720746, - 3.520711225035333, + 3.5207112250353325, 3.461394344602544, 3.5901458325222, 3.8193275673169373, @@ -5430,33 +4585,33 @@ 4.061406422628833 ], "relative wind angle": [ - 0.0620885075066371, + 0.06208850750663889, 0.08059310228509882, 0.05095887341163868, 0.013409067791058238, 0.0682874139545483, - 0.07863647706704968, - 0.04473551086925272, + 0.0786364770670497, + 0.044735510869255195, 0.011427984781095123 ], "resistance": [ - 97112.46857082317, + 97112.46857082316, 96356.59344958098, 95784.37716140908, 95675.78764706213, 95960.51521294133, 96653.97164545508, - 97362.71922168833, + 97362.71922168831, 97620.7371308631 ], "fuel": [ - 43.798453218305916, + 43.79845321830591, 43.40879886151173, 43.11523472620452, 43.059662590676496, 43.20546903637411, 43.56184393259535, - 43.92792612049617, + 43.92792612049615, 44.06166158507426 ] }, @@ -5490,33 +4645,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 720.7809648793784, + 720.7809648793752, 832.4032605273471, - 357.43957459313174, - -247.84425785852318, - -658.3514403763692, + 357.4395745931306, + -247.84425785852295, + -658.3514403763695, -706.8178728891786, -407.4206428214479, 169.63437818966236 ], "relative wind speed": [ - 2.3726548478758023, + 2.372654847875802, 2.4086504181495108, - 2.2175467701313076, + 2.217546770131307, 1.869525467627112, 1.5387163301690099, 1.481736189416158, - 1.7548861199968322, + 1.7548861199968324, 2.1217948764597767 ], "relative wind angle": [ - 0.0999566465222738, + 0.09995664652227604, 0.05387920999166616, - 0.19064611095073586, - 0.25111849599303115, - 0.15448742123615433, + 0.1906461109507359, + 0.2511184959930311, + 0.15448742123615508, 0.08765369506362754, - 0.241801010882753, + 0.24180101088275346, 0.22073184200222207 ], "resistance": [ @@ -5570,13 +4725,13 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 369.7231371382013, + 369.7231371381995, 1120.7808218398523, 1077.798045958536, 294.4336294515615, -606.1052168319065, -1121.4912043848108, - -1103.2105562653323, + -1103.2105562653342, -541.2569019796883 ], "relative wind speed": [ @@ -5586,21 +4741,21 @@ 3.558460552899761, 3.2440744766591147, 3.0099971957477734, - 3.021322084702339, + 3.0213220847023385, 3.26939133543491 ], "relative wind angle": [ - 0.1050344350446911, + 0.10503443504469215, 0.03848869290467444, 0.04503183137352423, 0.10856438403853386, 0.11600810379740491, 0.04834678674571564, 0.056221557165282036, - 0.11820640885146184 + 0.11820640885146186 ], "resistance": [ - 97004.22313713827, + 97004.22313713825, 97755.28082183992, 97712.2980459586, 96928.93362945163, @@ -5650,9 +4805,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 329.863678758702, + 329.86367875870064, 952.2530959675537, - 923.1450461096197, + 923.1450461096151, 280.15633535050165, -451.8655482774591, -877.5197568996557, @@ -5660,9 +4815,9 @@ -409.3773275890976 ], "relative wind speed": [ - 2.6303520823963797, + 2.630352082396379, 2.8513069204732813, - 2.8433344377906264, + 2.843334437790626, 2.6094339892893332, 2.2474098764784074, 1.9595030174819414, @@ -5670,9 +4825,9 @@ 2.2716640345353043 ], "relative wind angle": [ - 0.16715140115902613, - 0.06029204446247255, - 0.06851221129327825, + 0.1671514011590255, + 0.060292044462472556, + 0.0685122112932815, 0.17218352465260886, 0.19597510368964122, 0.08779158943612837, @@ -5682,7 +4837,7 @@ "resistance": [ 96964.36367875869, 97586.75309596754, - 97557.64504610961, + 97557.6450461096, 96914.65633535049, 96182.63445172252, 95756.98024310033, @@ -5692,7 +4847,7 @@ "fuel": [ 40.48842186149542, 40.81051719580503, - 40.7954212380602, + 40.795421238060186, 40.46275976423796, 40.08590810613158, 39.867694179568254, @@ -5730,37 +4885,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1235.7202292932911, + 1235.7202292932834, 625.4535692764462, - -253.6208551005152, - -917.8297944065675, + -253.62085510051475, + -917.8297944065682, -1053.7514818383497, -712.8506343193285, 87.97348500329008, 920.5606079078452 ], "relative wind speed": [ - 3.0669489656380557, + 3.0669489656380553, 2.887164270490581, - 2.5161182164568263, - 2.136819999729394, + 2.516118216456826, + 2.1368199997293944, 2.0186604220574074, 2.268358069752639, 2.674007288363936, 2.9858275479615024 ], "relative wind angle": [ - 0.026286238090075513, + 0.026286238090079735, 0.14872769556766444, - 0.20996334838618422, - 0.14739682818260869, + 0.20996334838618366, + 0.1473968281826102, 0.03994267895397342, 0.18973980251412156, 0.19739692613846374, 0.10529809147600735 ], "resistance": [ - 97870.22022929332, + 97870.2202292933, 97259.95356927648, 96380.87914489952, 95716.67020559346, @@ -5770,7 +4925,7 @@ 97555.06060790787 ], "fuel": [ - 41.22165810422265, + 41.22165810422264, 40.90517899803332, 40.45173434357536, 40.11102887533909, @@ -5810,19 +4965,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 929.4416293527843, + 929.4416293527661, 654.7690294012273, - 32.44142325264397, + 32.44142325264306, -545.3986696453096, - -771.6396781577428, + -771.6396781577414, -653.0990044915627, - -146.8884898047031, + -146.88848980470289, 499.39474072852727 ], "relative wind speed": [ - 2.5878228455245535, + 2.587822845524553, 2.5039876787043562, - 2.2213786015558306, + 2.22137860155583, 1.8635478189465808, 1.6556172116163173, 1.7798711009833699, @@ -5830,31 +4985,31 @@ 2.442352341026664 ], "relative wind angle": [ - 0.019638349141299753, + 0.01963834914131671, 0.11758387307136779, - 0.21146162314274575, + 0.21146162314274627, 0.19747507419070448, - 0.030698693097755636, + 0.030698693097752017, 0.165798938613014, - 0.22151402973085355, + 0.22151402973085305, 0.15026358390655842 ], "resistance": [ - 97563.94162935279, + 97563.94162935276, 97289.26902940123, 96666.94142325265, 96089.1013303547, - 95862.86032184225, + 95862.86032184226, 95981.40099550843, 96487.6115101953, 97133.89474072853 ], "fuel": [ - 40.33342090306546, + 40.333420903065445, 40.19111956366025, 39.86974503283686, 39.57263446193942, - 39.45664559113296, + 39.45664559113297, 39.51739507707475, 39.777405224222406, 40.11074815804315 @@ -5890,9 +5045,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 369.2094059139506, + 369.20940591394606, 75.6917651837905, - -242.52493077644522, + -242.52493077644613, -408.307290249915, -387.0075532973103, -167.04619837651376, @@ -5910,14 +5065,14 @@ 2.2555866658144694 ], "relative wind angle": [ - 0.05311766248004111, + 0.05311766248004738, 0.11415251477135258, - 0.1152205783110469, - 0.04005701983186482, + 0.11522057831104883, + 0.040057019831864826, 0.06606777260583456, 0.12243127860452334, 0.10248581915433838, - 0.03156286427693471 + 0.0315628642769347 ], "resistance": [ 97003.70940591392, @@ -5970,54 +5125,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 777.6080731212446, + 777.6080731212373, 412.9406308934208, - -141.2225981539127, + -141.22259815391317, -576.2688139244042, - -675.5601978504742, + -675.5601978504785, -483.3725295422403, 13.939046862716623, - 546.1050655350764 + 546.1050655350782 ], "relative wind speed": [ - 2.5770382854146425, + 2.577038285414642, 2.452694878010707, 2.1835061146545964, 1.9047718767183068, - 1.8068236984950794, + 1.8068236984950796, 1.9723148930422645, 2.266724343452963, - 2.5055103870467783 + 2.505510387046778 ], "relative wind angle": [ - 0.016394415543119285, + 0.016394415543126057, 0.12354068477768344, - 0.1773328445279712, + 0.17733284452797182, 0.12765349076634128, - 0.02338412678528582, - 0.1538461156752556, - 0.17075713901143824, - 0.09693478674648734 + 0.023384126785295316, + 0.15384611567525563, + 0.1707571390114376, + 0.09693478674648504 ], "resistance": [ 97412.10807312123, 97047.44063089341, 96493.27740184608, 96058.23118607559, - 95958.93980214951, + 95958.9398021495, 96151.12747045775, 96648.4390468627, - 97180.60506553506 + 97180.60506553507 ], "fuel": [ 40.36637526761015, 40.17771683022234, 39.89197126937087, 39.6684472043319, - 39.61753061337818, + 39.617530613378165, 39.71611760711466, 39.971862748851564, - 40.24655126764063 + 40.24655126764064 ] }, { @@ -6050,9 +5205,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 561.9046926652363, + 561.9046926652081, 271.01155195597266, - -153.32823017159126, + -153.32823017159217, -471.477861420527, -530.811162333559, -365.4556956485162, @@ -6070,9 +5225,9 @@ 2.615060243398753 ], "relative wind angle": [ - 0.016556010102195894, + 0.01655601010222272, 0.08563567252900718, - 0.11255678629567618, + 0.11255678629567717, 0.07191503699208711, 0.020687423021451594, 0.09755914933757527, @@ -6080,7 +5235,7 @@ 0.05989382798814607 ], "resistance": [ - 97196.40469266525, + 97196.40469266522, 96905.51155195599, 96481.17176982842, 96163.02213857949, @@ -6090,7 +5245,7 @@ 97056.47040513738 ], "fuel": [ - 40.595064252608196, + 40.59506425260817, 40.444766047658476, 40.22608351665488, 40.062565333711895, @@ -6117,68 +5272,7 @@ "id": "404", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.709921714126986, - 12.709921714126986, - 12.709921714126986, - 12.709921714126986, - 12.709921714126986, - 12.709921714126986, - 12.709921714126986, - 12.709921714126986 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1707.0440524532833, - 162.62294105352612, - -1328.1921446804286, - -1965.191001468595, - -1716.817827765698, - -485.36374266786515, - 1148.2002496631721, - 2283.551189158279 - ], - "relative wind speed": [ - 4.1247860853815475, - 3.707248439514429, - 3.1652518815735786, - 2.832176709203111, - 2.986816216210488, - 3.491595676376775, - 3.9895002050094046, - 4.2324586763986956 - ], - "relative wind angle": [ - 0.10141336725051951, - 0.1900954104669905, - 0.18205005122085954, - 0.03882449777453048, - 0.14027122220040025, - 0.20199374629319727, - 0.14413979491677406, - 0.025976055165259984 - ], - "resistance": [ - 98341.54405245332, - 96797.12294105356, - 95306.3078553196, - 94669.30899853143, - 94917.68217223433, - 96149.13625733217, - 97782.7002496632, - 98918.05118915832 - ], - "fuel": [ - 43.77782819405037, - 42.9768801196023, - 42.21215134639388, - 41.88791808052701, - 42.01416077094974, - 42.64347264502652, - 43.48698296787353, - 44.07908392661296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 25.625, -44.375 26.25, -43.75 26.25, -43.75 25.625, -44.375 25.625))", @@ -6197,68 +5291,7 @@ "id": "405", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.702178407014097, - 7.702178407014097, - 7.702178407014097, - 7.702178407014097, - 7.702178407014097, - 7.702178407014097, - 7.702178407014097, - 7.702178407014097 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 805.2188957431852, - -123.43869367118918, - -862.1420195798028, - -1057.9305287786092, - -751.9981266162827, - 59.54943500041577, - 967.1022904854842, - 1417.897253183536 - ], - "relative wind speed": [ - 2.628812132228444, - 2.193073375010928, - 1.6850124452875679, - 1.4676235415034165, - 1.776230332925581, - 2.292613485517032, - 2.688192790962432, - 2.81277950834781 - ], - "relative wind angle": [ - 0.19626353911947236, - 0.31181226901287706, - 0.263480352399966, - 0.0355576057180966, - 0.2927725240706129, - 0.29784853206811374, - 0.16398438936227974, - 0.01855004114342818 - ], - "resistance": [ - 97439.71889574316, - 96511.06130632879, - 95772.35798042019, - 95576.56947122137, - 95882.5018733837, - 96694.0494350004, - 97601.60229048548, - 98052.39725318352 - ], - "fuel": [ - 40.297813294689746, - 39.818257100713325, - 39.439084338760125, - 39.33892747232874, - 39.495491846266745, - 39.91249779500256, - 40.381737886811564, - 40.615955665689306 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 25, -45 25.625, -44.375 25.625, -44.375 25, -45 25))", @@ -6277,68 +5310,7 @@ "id": "406", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.891605959425291, - 11.891605959425291, - 11.891605959425291, - 11.891605959425291, - 11.891605959425291, - 11.891605959425291, - 11.891605959425291, - 11.891605959425291 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1181.672128700743, - -365.32947554044495, - -1571.5919434062284, - -1849.3272400468882, - -1300.3207304184784, - 86.44222490086577, - 1572.8275522285148, - 2216.5279354285067 - ], - "relative wind speed": [ - 3.7933881086868313, - 3.299616724190567, - 2.775448485510216, - 2.58883706385944, - 2.9104558988885625, - 3.460213339657512, - 3.89325475492947, - 4.019759885775457 - ], - "relative wind angle": [ - 0.14927822933348794, - 0.21863983243701476, - 0.16211519290678325, - 0.03174256629665932, - 0.1950772327338539, - 0.2083390017121656, - 0.11531959335027143, - 0.020441085337278286 - ], - "resistance": [ - 97816.17212870077, - 96269.17052445958, - 95062.9080565938, - 94785.17275995314, - 95334.17926958155, - 96720.9422249009, - 98207.32755222854, - 98851.02793542853 - ], - "fuel": [ - 42.89937792387206, - 42.10012329989311, - 41.48308981868897, - 41.341788085159266, - 41.62137994601346, - 42.332609476697705, - 43.10287792538291, - 43.43900470493847 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 25.625, -43.125 26.25, -42.5 26.25, -42.5 25.625, -43.125 25.625))", @@ -6357,68 +5329,7 @@ "id": "409", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.970393187551218, - 7.970393187551218, - 7.970393187551218, - 7.970393187551218, - 7.970393187551218, - 7.970393187551218, - 7.970393187551218, - 7.970393187551218 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -97.2173853705558, - -756.8470377049646, - -941.0704646917009, - -708.5189405600254, - -16.86995047431401, - 771.9058980369277, - 1198.1925655551836, - 701.7848001706852 - ], - "relative wind speed": [ - 2.262561800917855, - 1.8420288665472226, - 1.6537752790618916, - 1.8789352247838558, - 2.305080462676168, - 2.653207774975562, - 2.774456553768284, - 2.6272008418563018 - ], - "relative wind angle": [ - 0.25027519031027456, - 0.20819390689820486, - 0.013260818116488488, - 0.2209320068199124, - 0.24556266138071797, - 0.14399689969562798, - 0.007904250210411261, - 0.15737382231622254 - ], - "resistance": [ - 96537.2826146295, - 95877.65296229509, - 95693.42953530836, - 95925.98105944003, - 96617.63004952575, - 97406.40589803699, - 97832.69256555525, - 97336.28480017075 - ], - "fuel": [ - 39.9511631269666, - 39.61241708615941, - 39.51810026754412, - 39.63718051912393, - 39.99253534578975, - 40.39996450361785, - 40.62111953839076, - 40.36365084968789 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 25, -43.125 25.625, -42.5 25.625, -42.5 25, -43.125 25))", @@ -6437,68 +5348,7 @@ "id": "411", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.45844456458731, - 7.45844456458731, - 7.45844456458731, - 7.45844456458731, - 7.45844456458731, - 7.45844456458731, - 7.45844456458731, - 7.45844456458731 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -96.59057291874205, - -700.3080626344977, - -865.3664929551526, - -639.781957593736, - 3.995153879158579, - 731.9434594496281, - 1113.2672258845744, - 643.8799178249931 - ], - "relative wind speed": [ - 2.1162636948614058, - 1.700070690244, - 1.5177959834440564, - 1.750014163841604, - 2.173074794986948, - 2.512087924211512, - 2.626237126277272, - 2.4775545437285103 - ], - "relative wind angle": [ - 0.2650056873397622, - 0.22008291050083978, - 0.019374530461562598, - 0.23808555885470356, - 0.25791748117199226, - 0.14828581183354045, - 0.011196764727831439, - 0.1673670993000475 - ], - "resistance": [ - 96537.90942708134, - 95934.19193736557, - 95769.13350704491, - 95994.71804240634, - 96638.49515387924, - 97366.4434594497, - 97747.76722588464, - 97278.37991782506 - ], - "fuel": [ - 39.727675978406324, - 39.41757884474345, - 39.33303331318041, - 39.44860667358577, - 39.779473249417805, - 40.15545707820962, - 40.35319701924195, - 40.109867595447824 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 25.625, -41.25 26.25, -40.625 26.25, -40.625 25.625, -41.25 25.625))", @@ -6517,68 +5367,7 @@ "id": "412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.910693638361606, - 9.910693638361606, - 9.910693638361606, - 9.910693638361606, - 9.910693638361606, - 9.910693638361606, - 9.910693638361606, - 9.910693638361606 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -810.9353709691541, - -1349.4585401465338, - -1238.6414576781187, - -442.58695992297544, - 701.9879506317479, - 1575.5481153069009, - 1319.7703822005155, - 269.43223603752267 - ], - "relative wind speed": [ - 2.485215084953464, - 2.1374599146884736, - 2.2281574313035075, - 2.6706185523247346, - 3.1307484775994823, - 3.377742613280602, - 3.318613341412145, - 2.9741682192590693 - ], - "relative wind angle": [ - 0.222855454973996, - 0.07286211474244682, - 0.14829557898256535, - 0.2347494327950605, - 0.1763566391189111, - 0.04608319551017936, - 0.09936635646898737, - 0.21040883924996578 - ], - "resistance": [ - 95823.56462903084, - 95285.04145985346, - 95395.85854232186, - 96191.91304007701, - 97336.48795063174, - 98210.04811530688, - 97954.2703822005, - 96903.93223603751 - ], - "fuel": [ - 40.58968660641697, - 40.31444241494226, - 40.370993871129706, - 40.778574397156994, - 41.36873023450946, - 41.82242782074591, - 41.689291531658185, - 41.145126571138064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 24.375, -43.125 25, -42.5 25, -42.5 24.375, -43.125 24.375))", @@ -6597,68 +5386,7 @@ "id": "425", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.022510031123877, - 8.022510031123877, - 8.022510031123877, - 8.022510031123877, - 8.022510031123877, - 8.022510031123877, - 8.022510031123877, - 8.022510031123877 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 850.2265926064015, - 20.295095588606728, - -722.7292899076119, - -992.8303418266325, - -812.4505968771716, - -128.82173863975004, - 719.7669365936872, - 1266.8261710580282 - ], - "relative wind speed": [ - 2.701512353006725, - 2.344161218315597, - 1.8937422810436584, - 1.6400734476937906, - 1.825087701915321, - 2.2658381000582577, - 2.6538376525548886, - 2.8176715918112745 - ], - "relative wind angle": [ - 0.1440376781594306, - 0.2539419909394396, - 0.23723519394475379, - 0.024700377370975832, - 0.21410146434666097, - 0.2629242678337321, - 0.1685005457463379, - 0.014376306079153538 - ], - "resistance": [ - 97484.72659260638, - 96654.79509558859, - 95911.77071009237, - 95641.66965817336, - 95822.04940312282, - 96505.67826136024, - 97354.26693659367, - 97901.32617105801 - ], - "fuel": [ - 40.4642984902714, - 40.035432738494904, - 39.653650572204654, - 39.51537587462252, - 39.60768881312111, - 39.95864847950125, - 40.396713897034694, - 40.68054182308439 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 23.75, -43.75 24.375, -43.125 24.375, -43.125 23.75, -43.75 23.75))", @@ -6677,68 +5405,7 @@ "id": "426", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.332301183716977, - 8.332301183716977, - 8.332301183716977, - 8.332301183716977, - 8.332301183716977, - 8.332301183716977, - 8.332301183716977, - 8.332301183716977 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 412.61039385685444, - -417.7908852123644, - -941.6341900949617, - -967.4848628379875, - -503.1356803597903, - 312.24250687825224, - 1046.3807278509366, - 1105.930206032484 - ], - "relative wind speed": [ - 2.6020058048310366, - 2.188874559827382, - 1.823898583673083, - 1.7985159445420962, - 2.1375671906124554, - 2.558995088720906, - 2.830728114678723, - 2.8469225665593867 - ], - "relative wind angle": [ - 0.1957888481758777, - 0.24270854474452522, - 0.13073197900705796, - 0.10573393222023494, - 0.23908012203985268, - 0.2070482806001022, - 0.08409275102515389, - 0.06672149752349225 - ], - "resistance": [ - 97047.11039385684, - 96216.70911478762, - 95692.86580990502, - 95667.015137162, - 96131.3643196402, - 96946.74250687823, - 97680.88072785092, - 97740.43020603247 - ], - "fuel": [ - 40.382722662271554, - 39.95496709478776, - 39.68644527571753, - 39.67322067161593, - 39.911149767565846, - 40.330884921580946, - 40.71091634257775, - 40.741830452158716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 23.75, -43.125 24.375, -42.5 24.375, -42.5 23.75, -43.125 23.75))", @@ -6757,68 +5424,7 @@ "id": "427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.138223182818345, - 9.138223182818345, - 9.138223182818345, - 9.138223182818345, - 9.138223182818345, - 9.138223182818345, - 9.138223182818345, - 9.138223182818345 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 687.8040080045325, - -307.3885688437181, - -1038.511328676073, - -1174.7404789992356, - -759.841579040143, - 156.31319792539853, - 1090.800283114851, - 1405.352630613645 - ], - "relative wind speed": [ - 2.922408080615015, - 2.4996866750661124, - 2.0696995859179084, - 1.9486091125949963, - 2.252493748826212, - 2.7139940317992632, - 3.054593377553932, - 3.133228303915442 - ], - "relative wind angle": [ - 0.1709146844892838, - 0.23947114653162443, - 0.16572355006948297, - 0.056502581611655084, - 0.2224997168190126, - 0.22023561646774423, - 0.11201002328118981, - 0.03512846679402848 - ], - "resistance": [ - 97322.30400800453, - 96327.11143115629, - 95595.98867132392, - 95459.75952100077, - 95874.65842095985, - 96790.8131979254, - 97725.30028311485, - 98039.85263061365 - ], - "fuel": [ - 40.93157269512625, - 40.41821601961669, - 40.04342445651846, - 39.97380987025504, - 40.18604286075551, - 40.65695179322293, - 41.14050123098528, - 41.303997016688754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 20, -41.25 20.625, -40.625 20.625, -40.625 20, -41.25 20))", @@ -6850,33 +5456,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -519.999940909303, + -519.9999409093034, -723.422336003191, - -604.5189503123715, + -604.5189503123722, -121.6364144184929, - 486.1895211815729, + 486.189521181572, 883.6649410348898, 608.2863980994064, 19.03067466478319 ], "relative wind speed": [ - 1.762556760813223, + 1.7625567608132229, 1.56201356763808, - 1.6932635859487501, + 1.69326358594875, 2.034229977106579, - 2.3469621174630877, + 2.3469621174630872, 2.484944894843702, 2.39743528471473, 2.1158322041542394 ], "relative wind angle": [ - 0.20336200797161524, - 0.02679557304010014, - 0.1761850388985214, + 0.2033620079716158, + 0.026795573040100138, + 0.17618503889852205, 0.22889500714594377, - 0.15226098357155182, + 0.1522609835715511, 0.016842232129989983, - 0.12411179919790888, + 0.12411179919790886, 0.2199189040603932 ], "resistance": [ @@ -6930,17 +5536,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -612.0853686309683, + -612.0853686309792, -1411.5677798046227, - -1494.0668768347105, + -1494.0668768347214, -910.8452217550021, - 232.55941403960242, + 232.55941403959878, 1290.3561191791032, 1485.814740547723, 578.6284250298722 ], "relative wind speed": [ - 4.384650823087575, + 4.384650823087574, 4.131058098382115, 4.093004214317117, 4.2976291796945745, @@ -6950,19 +5556,19 @@ 4.686814524203466 ], "relative wind angle": [ - 0.08835105804429004, + 0.08835105804429255, 0.04726790983637577, - 0.0270834350237409, + 0.027083435023745005, 0.08198437755283434, - 0.0841039490838714, - 0.040388039739582084, + 0.08410394908387271, + 0.04038803973958209, 0.022777735263046446, - 0.07516309489986701 + 0.07516309489986703 ], "resistance": [ - 96022.41463136906, + 96022.41463136904, 95222.9322201954, - 95140.43312316532, + 95140.4331231653, 95723.65477824502, 96867.05941403963, 97924.85611917914, @@ -6972,7 +5578,7 @@ "fuel": [ 45.576693285866455, 45.16786700717691, - 45.12581534088841, + 45.125815340888394, 45.42364001737813, 46.01119767724488, 46.55909635231993, @@ -7010,19 +5616,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -42.194442833994344, + -42.19444283399571, -611.3091066487641, - -803.2862402207966, + -803.2862402208075, -670.5214152710291, -141.4988785081241, 503.4989529228051, - 900.1209161623497, + 900.1209161623719, 587.9746994375805 ], "relative wind speed": [ - 2.7639832345184114, + 2.763983234518411, 2.49169151180974, - 2.355170066718371, + 2.3551700667183706, 2.4580717821584046, 2.7210778123201176, 2.972430182758712, @@ -7030,33 +5636,33 @@ 3.0002918016680145 ], "relative wind angle": [ - 0.13181862157584684, + 0.1318186215758468, 0.10945716375424358, - 0.009189891598995888, + 0.009189891599007969, 0.0984395002371824, 0.13390952613039697, 0.09169973332198111, - 0.007023214708736425, + 0.007023214708720618, 0.08060634476781123 ], "resistance": [ 96592.30555716604, 96023.19089335126, - 95831.21375977923, + 95831.21375977922, 95963.978584729, 96493.0011214919, 97137.99895292283, - 97534.62091616238, + 97534.6209161624, 97222.4746994376 ], "fuel": [ 40.91247721472366, 40.62000185353885, - 40.52161417539916, + 40.52161417539915, 40.589641105142675, 40.861356583957864, 41.19404792163239, - 41.39939506253266, + 41.399395062532676, 41.23773535312902 ] }, @@ -7090,19 +5696,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -91.9145176855518, + -91.91451768555362, -570.0424528013748, - -700.3099636405914, + -700.3099636406039, -546.1594229946738, -51.973945638512305, 510.95870913580393, - 815.9192416279097, + 815.9192416279102, 476.78369976446174 ], "relative wind speed": [ 2.351677581696648, 2.0741117982787354, - 1.9547264210577602, + 1.95472642105776, 2.090260380315393, 2.3718118559423016, 2.618002898486556, @@ -7110,14 +5716,14 @@ 2.605127726374814 ], "relative wind angle": [ - 0.16091693465592743, - 0.12530766149504993, - 0.005216998514698324, + 0.1609169346559295, + 0.12530766149504996, + 0.005216998514719605, 0.13129082423828, 0.15953915278750908, 0.09917785795653222, - 0.0037653725885876516, - 0.10523476452330838 + 0.003765372588587651, + 0.10523476452330839 ], "resistance": [ 96542.58548231442, @@ -7170,30 +5776,30 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -169.6746125868624, + -169.6746125868642, -597.2921830383184, - -685.2313772333591, - -473.81985165866286, + -685.2313772333637, + -473.8198516586631, 36.72290525788776, 567.9672899199318, - 773.1666331128754, + 773.1666331128745, 391.1686260557117 ], "relative wind speed": [ - 2.2326637185169154, + 2.232663718516915, 1.9641106181707535, - 1.8801481778186426, - 2.050742178136006, + 1.8801481778186424, + 2.0507421781360056, 2.3402284260898116, 2.5697715551872453, - 2.6318243094298324, + 2.631824309429832, 2.501182297449461 ], "relative wind angle": [ - 0.16919283654165468, + 0.169192836541656, 0.11597764253449412, - 0.029004383786412437, - 0.14898088095079717, + 0.02900438378642009, + 0.1489808809507957, 0.1613462822242084, 0.08856038641744554, 0.020719010285645146, @@ -7250,9 +5856,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -358.9173058580368, + -358.9173058580377, -905.5791667306839, - -966.576021958598, + -966.5760219586, -565.2561660762053, 208.80194409737896, 939.3160154817365, @@ -7270,9 +5876,9 @@ 2.7672318735631176 ], "relative wind angle": [ - 0.2015456083456551, - 0.11802038669234596, - 0.0678495296898618, + 0.20154560834565619, + 0.11802038669234598, + 0.06784952968986507, 0.19193504330833405, 0.1810730344981376, 0.08300524803993235, @@ -7317,52 +5923,7 @@ "id": "463", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 78.21910225307765, - 78.21910225307765, - 78.21910225307765, - 78.21910225307765, - 78.21910225307765, - 78.21910225307765, - 78.21910225307765, - 78.21910225307765 - ], - "relative wind speed": [ - 0.5955964721271689, - 0.5955964721271689, - 0.5955964721271689, - 0.5955964721271689, - 0.5955964721271689, - 0.5955964721271689, - 0.5955964721271689, - 0.5955964721271689 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.625 22.5, -35.625 23.125, -35 23.125, -35 22.5, -35.625 22.5))", @@ -7394,34 +5955,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 42.80644127468145, + 42.80644127468054, -576.2316548197275, - -812.3493503465828, + -812.3493503465832, -669.5228216034194, -112.18033022662303, 591.2764898105893, 1056.7257354569115, - 727.5912035127144 + 727.591203512714 ], "relative wind speed": [ 2.0677340489390716, 1.63810920852997, - 1.383328262513897, + 1.3833282625138967, 1.5546868355977272, 1.9745499322005517, 2.343281833844253, 2.5021539620945497, - 2.399441679873527 + 2.3994416798735276 ], "relative wind angle": [ - 0.2740534653309531, + 0.27405346533095437, 0.26560084399514694, - 0.035059448176062824, - 0.23461268320014791, + 0.03505944817606283, + 0.2346126832001479, 0.2873458021219987, 0.1845429470497288, 0.019380032884575543, - 0.15119893279655153 + 0.15119893279655303 ], "resistance": [ 96677.30644127472, @@ -7474,19 +6035,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 83.56999670932782, + 83.56999670932714, -612.897849694081, - -875.7852854158127, + -875.785285415813, -693.6783594416677, -51.24901069882844, 760.3906471754676, 1302.3632130069686, - 882.2245731228709 + 882.2245731228713 ], "relative wind speed": [ - 1.9425340319183548, + 1.9425340319183542, 1.3902705165306932, - 1.0357559632940394, + 1.0357559632940392, 1.3027148037498166, 1.8547200202955314, 2.297949675191237, @@ -7494,14 +6055,14 @@ 2.3486930320791415 ], "relative wind angle": [ - 0.3805146901213023, + 0.38051469012130223, 0.4018081738423105, 0.04584728342087307, 0.3745298616497514, 0.39952708019398187, 0.2388723717677262, 0.01915750017081725, - 0.20433117805989592 + 0.2043311780598959 ], "resistance": [ 96718.06999670931, @@ -7554,19 +6115,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 798.646426285226, + 798.6464262851991, 513.9784060409324, - -21.414944915887418, + -21.414944915887645, -493.89589800884187, - -651.3354050974675, + -651.3354050974709, -528.7517860378214, -79.4615805477415, 463.71994614286587 ], "relative wind speed": [ - 2.3962071205456765, + 2.396207120545676, 2.301870565263084, - 2.0322385288951037, + 2.0322385288951033, 1.7089538323265916, 1.542299792207573, 1.679847943824896, @@ -7574,17 +6135,17 @@ 2.2803451520709705 ], "relative wind angle": [ - 0.007390578677802865, + 0.00739057867783291, 0.12605407367816893, - 0.2116764696275141, - 0.1850481019776009, - 0.011482582887745278, + 0.21167646962751357, + 0.18504810197760088, + 0.011482582887754948, 0.17313664681807497, 0.2154015914058104, 0.13833080962102212 ], "resistance": [ - 97433.14642628525, + 97433.14642628522, 97148.47840604096, 96613.08505508414, 96140.6041019912, @@ -7594,7 +6155,7 @@ 97098.2199461429 ], "fuel": [ - 40.03922491929744, + 40.03922491929742, 39.89188903086544, 39.61560187592178, 39.37266634425736, @@ -7634,17 +6195,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -260.2762520410829, + -260.2762520410838, -1063.6999148649638, -1245.7789476551557, -882.40399951566, - 42.18956116978234, + 42.18956116978143, 1029.171295385945, 1452.7045734007588, 768.7874997220279 ], "relative wind speed": [ - 2.861691429791465, + 2.8616914297914646, 2.465244555614992, 2.3269354678913374, 2.5669304914004494, @@ -7654,17 +6215,17 @@ 3.242387797803401 ], "relative wind angle": [ - 0.19198169069981313, + 0.19198169069981255, 0.13899585703416534, 0.02707321374981651, - 0.16856075644276208, - 0.18393005353474487, + 0.1685607564427621, + 0.18393005353474548, 0.10304964398110802, 0.01842609623345712, - 0.13320859365515794 + 0.13320859365515791 ], "resistance": [ - 96374.22374795894, + 96374.22374795892, 95570.80008513505, 95388.72105234486, 95752.09600048435, @@ -7674,7 +6235,7 @@ 97403.28749972204 ], "fuel": [ - 41.12785720622225, + 41.12785720622224, 40.715969645280936, 40.62295786554755, 40.80870395194605, @@ -7714,9 +6275,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 816.9721049230106, + 816.9721049230075, 843.4350688507993, - 296.33507893858814, + 296.3350789385877, -351.67486333129386, -751.7069552244134, -763.1574618160353, @@ -7734,14 +6295,14 @@ 2.3685965945600707 ], "relative wind angle": [ - 0.0733811246929777, + 0.07338112469298073, 0.06431221310778672, - 0.1795624913825309, - 0.2154417349176031, + 0.1795624913825315, + 0.21544173491760313, 0.10925958516469364, - 0.09668229727363112, + 0.09668229727363113, 0.2132678331765969, - 0.1852457788094721 + 0.18524577880947213 ], "resistance": [ 97451.47210492303, @@ -7794,9 +6355,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 577.3734491745645, + 577.3734491745631, 848.1091374615617, - 474.38094391165714, + 474.38094391165646, -99.85845929410402, -558.7929244829958, -675.9330219695833, @@ -7806,7 +6367,7 @@ "relative wind speed": [ 2.258267552147507, 2.3489560228074637, - 2.213154084197709, + 2.2131540841977086, 1.8984367954537769, 1.547135820068178, 1.4056340867156238, @@ -7814,9 +6375,9 @@ 1.972140795300254 ], "relative wind angle": [ - 0.13624133028589924, + 0.13624133028590088, 0.016177572321754867, - 0.1635989764122878, + 0.16359897641228713, 0.2511327808626127, 0.19957134856820483, 0.027036465964958893, @@ -7824,7 +6385,7 @@ 0.24155650189927197 ], "resistance": [ - 97211.8734491746, + 97211.87344917459, 97482.6091374616, 97108.88094391169, 96534.64154070592, @@ -7874,17 +6435,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 608.9709922971556, + 608.970992297154, 724.9322206138522, - 326.38922164838164, + 326.3892216483812, -191.38725544529188, - -550.6963279534857, + -550.6963279534859, -601.1085303221961, -356.1110266871731, 132.14196829824323 ], "relative wind speed": [ - 2.1497389764411845, + 2.149738976441184, 2.1907865076658495, 2.0169744599970447, 1.689887428947267, @@ -7894,11 +6455,11 @@ 1.9073674841358694 ], "relative wind angle": [ - 0.10985684843993078, + 0.1098568484399318, 0.0512610507394485, - 0.19682782520006278, + 0.19682782520006392, 0.2668215192391757, - 0.1731058183363337, + 0.17310581833633434, 0.08634787481369276, 0.2560512290677076, 0.23578177732348088 @@ -7954,9 +6515,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 922.2288721517289, + 922.228872151718, 641.3697250574719, - 33.10927951274334, + 33.10927951274266, -524.0853826339242, -738.8508458853676, -617.2741663930694, @@ -7964,7 +6525,7 @@ 506.2046729814665 ], "relative wind speed": [ - 2.454339703321475, + 2.4543397033214744, 2.364409270641165, 2.0686926037555415, 1.6908249930794212, @@ -7974,17 +6535,17 @@ 2.3077464764507347 ], "relative wind angle": [ - 0.01944317883810171, + 0.01944317883811313, 0.1333658315950763, - 0.24030291677752325, + 0.24030291677752416, 0.22781968050522178, - 0.03246711048979671, - 0.1964620737185463, - 0.25179687485410185, - 0.16624199310122065 + 0.03246711048979672, + 0.19646207371854632, + 0.2517968748541019, + 0.16624199310122068 ], "resistance": [ - 97556.72887215174, + 97556.72887215173, 97275.86972505749, 96667.60927951276, 96110.41461736608, @@ -7994,7 +6555,7 @@ 97140.70467298148 ], "fuel": [ - 40.09242068441262, + 40.092420684412616, 39.946925012845874, 39.63282927468269, 39.34631126804385, @@ -8034,47 +6595,47 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 997.9291921859967, + 997.929192185979, 635.0524698487893, -16.582128765585594, -582.2875486230071, - -768.5162311229087, + -768.5162311229147, -611.5617775061855, - -65.2296765812298, + -65.22967658123048, 592.4467023930142 ], "relative wind speed": [ - 2.475728254190488, + 2.4757282541904875, 2.3603023295021193, 2.03471089112126, - 1.6354027825079305, - 1.4258268706261648, + 1.6354027825079303, + 1.425826870626165, 1.609715989528448, - 2.005533406141421, + 2.0055334061414207, 2.3425777239105643 ], "relative wind angle": [ - 0.006102411652376391, - 0.15334569149904922, - 0.2609577798210176, - 0.23569103679812187, - 0.010596028312044831, - 0.22588431533777742, - 0.2648449433472515, + 0.006102411652394585, + 0.15334569149904925, + 0.2609577798210181, + 0.2356910367981214, + 0.010596028312065787, + 0.2258843153377774, + 0.2648449433472506, 0.163752568731649 ], "resistance": [ - 97632.42919218603, + 97632.42919218601, 97269.55246984882, 96617.91787123444, 96052.21245137702, - 95865.98376887712, + 95865.98376887711, 96022.93822249385, 96569.2703234188, 97226.94670239305 ], "fuel": [ - 40.11638463255478, + 40.11638463255477, 39.9283539084817, 39.59192837148621, 39.301147562109804, @@ -8114,9 +6675,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1081.220222864375, + 1081.2202228643505, 810.5026609856418, - 63.19498795643949, + 63.19498795643858, -665.3320324767642, -975.5208355976292, -859.7269513447582, @@ -8124,7 +6685,7 @@ 532.5549329784308 ], "relative wind speed": [ - 3.2150969284363335, + 3.215096928436333, 3.147990530651731, 2.886499421141397, 2.5548586289253143, @@ -8134,17 +6695,17 @@ 3.0598623273128105 ], "relative wind angle": [ - 0.021604174732325166, - 0.08094505416292601, - 0.1493236100337285, + 0.021604174732340588, + 0.08094505416292602, + 0.14932361003372924, 0.13851632305249506, 0.029477370751943364, - 0.10427453525264634, + 0.10427453525264635, 0.15684047474422638, 0.11554283351734342 ], "resistance": [ - 97715.72022286442, + 97715.72022286439, 97445.00266098569, 96697.69498795648, 95969.16796752327, @@ -8154,7 +6715,7 @@ 97167.05493297847 ], "fuel": [ - 41.632706244654, + 41.63270624465398, 41.49229902972484, 41.10612458886047, 40.73165553860217, @@ -8194,9 +6755,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 784.5653716911215, + 784.5653716911152, 386.8708168119065, - -192.86598517568382, + -192.86598517568473, -630.2358241564261, -715.4057683029132, -491.4900650060108, @@ -8214,13 +6775,13 @@ 2.7667119170335397 ], "relative wind angle": [ - 0.019786653560020042, - 0.10747606191807448, - 0.14522482757857627, + 0.019786653560025652, + 0.10747606191807449, + 0.14522482757857705, 0.09607023854945224, 0.026384336751963392, 0.12726759909070048, - 0.1388848821527252, + 0.13888488215272524, 0.07602114657938766 ], "resistance": [ @@ -8274,39 +6835,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 395.13077206165326, + 395.13077206164735, 108.33571827787273, - -224.3044958506564, + -224.3044958506582, -415.95007061359206, - -410.7729595727958, + -410.7729595727951, -205.7456006335617, 129.85610356884672, 407.34943496341657 ], "relative wind speed": [ - 2.4272871760123613, + 2.427287176012361, 2.306849079764386, - 2.1294840554432355, + 2.129484055443235, 1.9980235949339218, - 2.0028955551078775, + 2.002895555107877, 2.1405048382788485, 2.3170263911138314, 2.4312991082119617 ], "relative wind angle": [ - 0.038819654350146865, - 0.0941171451866159, - 0.09990375794686472, + 0.03881965435015259, + 0.09411714518661592, + 0.09990375794686585, 0.0418389394768367, - 0.0470506566493783, + 0.04705065664937594, 0.10145551573082724, 0.09179364932234242, - 0.03437967235246392 + 0.034379672352463926 ], "resistance": [ 97029.63077206168, 96742.8357182779, - 96410.19550414938, + 96410.19550414936, 96218.54992938644, 96223.72704042723, 96428.75439936647, @@ -8316,7 +6877,7 @@ "fuel": [ 40.20353711277905, 40.055532091615675, - 39.8842513259031, + 39.884251325903094, 39.78575747079611, 39.788416386415115, 39.89379669704812, @@ -8354,9 +6915,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 497.2933300239447, + 497.29333002393696, 223.29769632139596, - -161.77931256058628, + -161.77931256058764, -439.7948023298618, -483.7205312799151, -320.2081166957173, @@ -8364,9 +6925,9 @@ 393.3736656993401 ], "relative wind speed": [ - 2.6784783306926983, + 2.678478330692698, 2.583154043815661, - 2.4077446664473756, + 2.407744666447375, 2.249604821732698, 2.212371191221787, 2.3229609642990665, @@ -8374,13 +6935,13 @@ 2.64728362699871 ], "relative wind angle": [ - 0.01811002220876903, - 0.0771623307066554, + 0.01811002220877516, + 0.07716233070665542, 0.09696440137771108, 0.05805547112343565, 0.021926039102218745, - 0.08582542818207632, - 0.09321418051249813, + 0.08582542818207634, + 0.09321418051249815, 0.04932658568745953 ], "resistance": [ @@ -8434,33 +6995,33 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 466.9565305298511, + 466.95653052984744, 65.49665579856901, -344.8092560894538, -537.8636603817779, - -490.2715441375708, + -490.27154413757034, -178.24909353448152, 259.2351592860782, 578.375455400022 ], "relative wind speed": [ - 2.4070584040898573, + 2.407058404089857, 2.227036713987815, 1.988975393077129, 1.8359896121933272, - 1.8833424072406575, + 1.8833424072406573, 2.093135508790818, - 2.320535642765334, + 2.3205356427653343, 2.4433687661769024 ], "relative wind angle": [ - 0.06944897096128315, - 0.13686128937456266, + 0.06944897096128634, + 0.13686128937456263, 0.13244868113851838, - 0.036840574169202105, - 0.08880654842147462, + 0.03684057416920211, + 0.08880654842147337, 0.1456770669752448, - 0.11343578357597045, + 0.11343578357597241, 0.02767991851170792 ], "resistance": [ @@ -8514,7 +7075,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 624.1689358303806, + 624.1689358303797, 370.12909688474883, -68.64113147803755, -443.436559021784, @@ -8524,7 +7085,7 @@ 379.79432376821933 ], "relative wind speed": [ - 2.5470892939389005, + 2.5470892939389, 2.4659186515047504, 2.2621733866582594, 2.0400951686253164, @@ -8539,7 +7100,7 @@ 0.1339846306120343, 0.1038881292870901, 0.001543462653441568, - 0.10573573747382871, + 0.10573573747382872, 0.1336314286528073, 0.08576494972946402 ], @@ -8594,9 +7155,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 628.6184859156433, + 628.6184859156378, 691.5577870452162, - 260.85174953379374, + 260.8517495337933, -279.2333606967088, -630.2457091667338, -657.197011752296, @@ -8614,17 +7175,17 @@ 2.445708670245974 ], "relative wind angle": [ - 0.061734153516792754, + 0.06173415351679815, 0.04174301019153265, - 0.1283381345983093, + 0.1283381345983102, 0.153615789061905, 0.08144463921526872, - 0.056151631115267886, + 0.05615163111526789, 0.14749951564617636, 0.13975646836520123 ], "resistance": [ - 97263.11848591565, + 97263.11848591563, 97326.05778704521, 96895.35174953379, 96355.26663930329, @@ -8634,7 +7195,7 @@ 96786.30308904112 ], "fuel": [ - 40.48852522549278, + 40.488525225492765, 40.52110166160183, 40.29846939705536, 40.02027450099374, @@ -8674,37 +7235,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 680.76819543134, + 680.7681954313314, 472.5942530730597, - 3.100293991531089, + 3.10029399152927, -433.8767068725033, - -599.0733166895313, + -599.0733166895341, -510.02273332990376, -124.25227735214253, - 363.64092750521445 + 363.640927505214 ], "relative wind speed": [ - 2.4952087691722946, + 2.495208769172294, 2.4285762158787736, - 2.211677545203756, + 2.2116775452037554, 1.9483956622867888, 1.8038187668463646, 1.8925766851172476, 2.142034402483523, - 2.3840266962774304 + 2.384026696277431 ], "relative wind angle": [ - 0.014135312916781361, + 0.014135312916789215, 0.09052133150433515, - 0.15696985222515694, - 0.13872044222486188, - 0.019553865674892614, + 0.1569698522251577, + 0.1387204422248619, + 0.01955386567489829, 0.11626117916901897, - 0.16211780599411013, - 0.11325085390383272 + 0.1621178059941101, + 0.1132508539038337 ], "resistance": [ - 97315.26819543134, + 97315.26819543133, 97107.09425307305, 96637.60029399153, 96200.6232931275, @@ -8714,7 +7275,7 @@ 96998.14092750521 ], "fuel": [ - 40.24867230607964, + 40.24867230607963, 40.14098921204358, 39.89872385531965, 39.67397466377196, @@ -8754,17 +7315,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 797.2503429687772, + 797.2503429687754, 774.6732577138778, - 249.80163836765223, + 249.801638367652, -341.172332655269, -686.9385393046169, -677.1154926059012, - -309.10410574651337, + -309.1041057465136, 287.61975734689736 ], "relative wind speed": [ - 2.3601607593387848, + 2.3601607593387843, 2.3528002174881073, 2.1208589920636864, 1.7508021161730056, @@ -8774,14 +7335,14 @@ 2.1405120423770443 ], "relative wind angle": [ - 0.07560716650970918, + 0.07560716650971065, 0.08528302298977536, - 0.21945140272181365, + 0.21945140272181418, 0.2614380580189609, 0.12402622357360585, - 0.1383627565106664, - 0.26320521523430573, - 0.21301934474189899 + 0.13836275651066643, + 0.2632052152343061, + 0.21301934474189896 ], "resistance": [ 97431.75034296876, @@ -8834,19 +7395,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1177.8168077469104, + 1177.8168077469004, 1204.9356091746963, - 402.73493508974207, + 402.7349350897407, -549.1730653550203, - -1130.4573316167198, + -1130.4573316167207, -1142.1165522109827, - -589.1655848136111, + -589.1655848136106, 356.0701839263511 ], "relative wind speed": [ - 3.3706915629722847, + 3.3706915629722842, 3.376996038647547, - 3.1363781343807284, + 3.136378134380728, 2.7528027471021814, 2.4393702019197883, 2.4306349684116495, @@ -8854,17 +7415,17 @@ 3.1199624405196626 ], "relative wind angle": [ - 0.060485236146338106, + 0.06048523614634362, 0.055115728784699065, 0.14940231267494783, 0.1731174332668817, - 0.08362422935230306, + 0.08362422935230439, 0.07661104322785674, - 0.1715892641495854, - 0.15257429737000322 + 0.17158926414958475, + 0.15257429737000325 ], "resistance": [ - 97812.3168077469, + 97812.31680774689, 97839.43560917469, 97037.23493508973, 96085.32693464497, @@ -8874,7 +7435,7 @@ 96990.57018392633 ], "fuel": [ - 41.92757935357538, + 41.92757935357537, 41.94166924998299, 41.52603315139452, 41.035937323749124, @@ -8914,53 +7475,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1289.9696286437984, + 1289.9696286437584, 733.9729885007546, -182.7097509352343, - -942.484978171341, + -942.4849781713406, -1139.1998250466559, -876.6956337162419, - -72.44747141785774, + -72.44747141785683, 827.8883530123139 ], "relative wind speed": [ - 3.6178686417452743, + 3.6178686417452735, 3.488800482284123, 3.184692824424349, - 2.8617167296014334, + 2.861716729601433, 2.7307768347625374, 2.893853283256351, 3.2254995340659343, 3.515208811680861 ], "relative wind angle": [ - 0.005694432510482334, - 0.09421422487063114, + 0.005694432510501831, + 0.09421422487063112, 0.1397315681948171, - 0.10469961201641116, - 0.007544297519771344, + 0.1046996120164101, + 0.007544297519771343, 0.11366032986541866, - 0.13795241030586783, + 0.13795241030586702, 0.0851828530996682 ], "resistance": [ - 97924.46962864383, + 97924.46962864378, 97368.47298850078, 96451.7902490648, 95692.01502182869, 95495.30017495337, 95757.80436628379, - 96562.05252858216, + 96562.05252858218, 97462.38835301234 ], "fuel": [ - 42.632016333892025, + 42.632016333892004, 42.343512823659744, 41.87036300685104, 41.480571497761225, 41.37999990624839, 41.51423880791285, - 41.92710993247783, + 41.92710993247785, 42.39216423457362 ] }, @@ -8994,34 +7555,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 826.0531934240594, + 826.0531934240526, 601.2428796752897, - 35.49776403747819, - -504.58142282503513, + 35.49776403747728, + -504.5814228250349, -725.3717712024741, -628.9324792599318, - -172.24463806802396, - 423.03729841864924 + -172.24463806802441, + 423.0372984186488 ], "relative wind speed": [ - 2.6763582924329086, + 2.676358292432908, 2.6095597506087143, 2.3678865706897403, 2.0636858591562808, 1.885532020182675, 1.9769478032086576, 2.2608047011972827, - 2.5415202897728273 + 2.5415202897728277 ], "relative wind angle": [ - 0.020305422088555746, + 0.020305422088561214, 0.09258319315644703, - 0.16782548095487598, - 0.15476160103598507, + 0.16782548095487732, + 0.15476160103598505, 0.02882389431272228, - 0.12233971736418467, - 0.17585547734145598, - 0.12549276876579937 + 0.12233971736418468, + 0.17585547734145662, + 0.12549276876580112 ], "resistance": [ 97460.55319342404, @@ -9074,9 +7635,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1212.5525666431213, + 1212.5525666431095, 607.760890441592, - -280.5783498338192, + -280.57834983382236, -956.2475606971238, -1092.5855158638278, -756.2878112149806, @@ -9084,7 +7645,7 @@ 893.5806091891582 ], "relative wind speed": [ - 3.4238051397448, + 3.423805139744799, 3.2643982466126262, 2.9402440899036058, 2.6204635098845928, @@ -9094,19 +7655,19 @@ 3.349468431084366 ], "relative wind angle": [ - 0.019547771141150215, + 0.019547771141155898, 0.11236779150438103, - 0.1539063142980204, + 0.1539063142980226, 0.10375462484376421, - 0.02653306945162467, + 0.026533069451624668, 0.13469943815301239, - 0.14722826603158762, - 0.08111601012534606 + 0.1472282660315876, + 0.08111601012534604 ], "resistance": [ - 97847.05256664315, + 97847.05256664313, 97242.26089044163, - 96353.92165016622, + 96353.9216501662, 95678.2524393029, 95541.9144841362, 95878.21218878505, @@ -9114,7 +7675,7 @@ 97528.08060918919 ], "fuel": [ - 42.11377290979085, + 42.113772909790846, 41.8001790609523, 41.34202922078913, 40.99552739815307, @@ -9154,9 +7715,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1004.2202752466492, + 1004.2202752466442, 827.2130350578482, - 143.56327100429326, + 143.5632710042928, -558.6389451263462, -899.5936657442048, -823.4225896523606, @@ -9164,7 +7725,7 @@ 447.32974786863406 ], "relative wind speed": [ - 2.9267025192873177, + 2.9267025192873173, 2.878973700597673, 2.6215865297773977, 2.26883400098641, @@ -9174,17 +7735,17 @@ 2.746213729152522 ], "relative wind angle": [ - 0.036439213683051974, - 0.08405143646275917, - 0.1718999296127006, + 0.03643921368305502, + 0.08405143646275919, + 0.17189992961270126, 0.17386434323797031, - 0.05252997077651655, + 0.052529970776516555, 0.11547040377045562, - 0.1870250493680088, + 0.18702504936800882, 0.14340963522186134 ], "resistance": [ - 97638.72027524664, + 97638.72027524663, 97461.71303505784, 96778.06327100428, 96075.86105487363, @@ -9234,9 +7795,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 647.6675291332663, + 647.6675291332608, 588.3531725629146, - 142.3488516944094, + 142.34885169440804, -347.97971473855523, -613.5772670895665, -588.164877231874, @@ -9244,7 +7805,7 @@ 245.02519761664644 ], "relative wind speed": [ - 2.5499386640321617, + 2.5499386640321613, 2.5315473408500773, 2.3467619138003886, 2.0798839892588767, @@ -9254,14 +7815,14 @@ 2.3943501029245575 ], "relative wind angle": [ - 0.04231216389760016, - 0.06276410236292168, - 0.14212790149155988, - 0.15024840094693975, - 0.05722454032424892, - 0.08320725509385668, + 0.04231216389760541, + 0.0627641023629217, + 0.14212790149156146, + 0.15024840094693973, + 0.057224540324248924, + 0.0832072550938567, 0.15645134127124383, - 0.13039395831869668 + 0.1303939583186967 ], "resistance": [ 97282.16752913324, @@ -9314,13 +7875,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 925.2008576824533, + 925.2008576824451, 783.3328499517147, - 149.63085688083038, + 149.63085688082992, -514.3461977577726, - -847.0375924919763, + -847.0375924919749, -786.1172601165745, - -304.6954650277903, + -304.69546502778985, 394.1326755759246 ], "relative wind speed": [ @@ -9334,17 +7895,17 @@ 2.7324250954027343 ], "relative wind angle": [ - 0.03738736894736171, - 0.07559024606997806, - 0.15836514390978618, - 0.16146460664542278, - 0.05231947459222612, + 0.037387368947367654, + 0.07559024606997808, + 0.1583651439097869, + 0.1614646066454228, + 0.052319474592224, 0.10184126824834056, - 0.1725441042067653, + 0.17254410420676464, 0.13596604038416576 ], "resistance": [ - 97559.70085768247, + 97559.70085768246, 97417.83284995172, 96784.13085688085, 96120.15380224225, @@ -9354,7 +7915,7 @@ 97028.63267557594 ], "fuel": [ - 40.96406885687878, + 40.96406885687877, 40.89053760228332, 40.56299950740569, 40.22141638780425, @@ -9394,17 +7955,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 709.9153830758219, + 709.9153830758155, 316.3887757452121, - -211.45088105660443, + -211.4508810566051, -583.2441327663394, -637.3958423146328, -396.63929218679664, - 100.17338212770574, + 100.17338212770528, 584.0248096392274 ], "relative wind speed": [ - 2.47313111658238, + 2.4731311165823797, 2.3222806441577166, 2.042734755166076, 1.7805900011220719, @@ -9414,13 +7975,13 @@ 2.432937225182451 ], "relative wind angle": [ - 0.03588339381238898, - 0.14159465946029345, - 0.18449884329091842, + 0.035883393812395165, + 0.14159465946029348, + 0.18449884329091967, 0.11383069157705944, - 0.05147773327544972, + 0.05147773327544973, 0.17128851629768477, - 0.1698172401703502, + 0.16981724017035082, 0.08322533952575521 ], "resistance": [ @@ -9474,37 +8035,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 868.148328240301, + 868.1483282402933, 597.0028493600653, - 8.328048618519006, + 8.328048618518096, -533.3072245824621, - -736.1024267405919, + -736.1024267405942, -619.5253091573054, - -135.46767009338078, + -135.4676700933801, 473.1014536182129 ], "relative wind speed": [ - 2.6152237664529987, + 2.6152237664529983, 2.532854422496997, - 2.2689598564628484, - 1.944265887604806, + 2.268959856462848, + 1.9442658876048058, 1.7642804969704202, 1.8806194445044437, 2.1917805981372522, - 2.4843331457167928 + 2.4843331457167923 ], "relative wind angle": [ - 0.015032556842846663, + 0.01503255684285405, 0.10803561070654001, 0.18866705921284183, - 0.16987820102031007, - 0.02228402632996496, + 0.16987820102030943, + 0.022284026329969942, 0.14573689807728993, - 0.19539493696079274, - 0.13269908918699658 + 0.1953949369607922, + 0.13269908918699574 ], "resistance": [ - 97502.6483282403, + 97502.64832824029, 97231.50284936007, 96642.82804861852, 96101.19277541754, @@ -9554,17 +8115,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 892.7455891237378, + 892.745589123736, 1138.3969307715643, - 538.6493927597253, + 538.6493927597244, -295.56472475048486, - -903.939307607629, + -903.9393076076299, -1009.5579089834789, -657.086977715167, 116.6080787996998 ], "relative wind speed": [ - 3.048467062734357, + 3.0484670627343564, 3.1109521770575967, 2.9320631990930957, 2.5852111973601426, @@ -9576,9 +8137,9 @@ "relative wind angle": [ 0.08860514668563, 0.030034024485258975, - 0.13749428703459599, + 0.1374942870345968, 0.1847533166482161, - 0.12023465342487787, + 0.12023465342487878, 0.04322879710788442, 0.16832584993633168, 0.17235778517241176 @@ -9634,9 +8195,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 697.0595740609435, + 697.0595740609403, 661.6350818858189, - 187.15323177641199, + 187.15323177641062, -347.33413110389074, -651.2088952919441, -635.9636059509462, @@ -9644,9 +8205,9 @@ 247.99424587543513 ], "relative wind speed": [ - 2.5199166203893824, + 2.519916620389382, 2.5088820294672716, - 2.312374584441785, + 2.3123745844417845, 2.0156197302296284, 1.7871166244033727, 1.8025749818384076, @@ -9654,13 +8215,13 @@ 2.341162682523919 ], "relative wind angle": [ - 0.05312746172672309, + 0.05312746172672519, 0.06580583938570837, - 0.15944252788687108, - 0.17665552251054958, - 0.07494707283113587, - 0.09165286487165439, - 0.18018550814919074, + 0.15944252788687177, + 0.17665552251054956, + 0.07494707283113589, + 0.0916528648716544, + 0.18018550814919077, 0.1518847235935085 ], "resistance": [ @@ -9701,68 +8262,7 @@ "id": "544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.421971339330774, - 8.421971339330774, - 8.421971339330774, - 8.421971339330774, - 8.421971339330774, - 8.421971339330774, - 8.421971339330774, - 8.421971339330774 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -198.5948128353807, - -503.0828517090206, - -543.1098730575789, - -340.72316181378574, - 74.20110807898982, - 470.5156339915775, - 564.6739222072483, - 239.19683722783657 - ], - "relative wind speed": [ - 2.2871984308215882, - 2.1009633364727196, - 2.0650374131741382, - 2.2067957627633685, - 2.424049807618638, - 2.587131073325452, - 2.615896522028299, - 2.4974680364758086 - ], - "relative wind angle": [ - 0.12076854097213163, - 0.06960748918937622, - 0.03337077142169381, - 0.110594729258857, - 0.11391992177567584, - 0.056511446903770156, - 0.026341665320337312, - 0.0976791301980016 - ], - "resistance": [ - 96435.9051871646, - 96131.41714829094, - 96091.3901269424, - 96293.77683818618, - 96708.70110807897, - 97105.01563399154, - 97199.17392220722, - 96873.6968372278 - ], - "fuel": [ - 40.11074613418226, - 39.95429309737098, - 39.93375193922398, - 40.03767434926573, - 40.251208020203315, - 40.455762674033856, - 40.50444766351588, - 40.33629827000554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 19.0625, -43.75 19.375, -43.4375 19.375, -43.4375 19.0625, -43.75 19.0625))", @@ -9781,68 +8281,7 @@ "id": "548", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.841289147395644, - 7.841289147395644, - 7.841289147395644, - 7.841289147395644, - 7.841289147395644, - 7.841289147395644, - 7.841289147395644, - 7.841289147395644 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -48.42013307042998, - -505.85610026906534, - -647.1191863660956, - -523.8693312028097, - -78.51560109332422, - 449.4812051232384, - 763.3737614528914, - 475.29020207561325 - ], - "relative wind speed": [ - 2.218330387378348, - 1.9377455267493786, - 1.802998434702087, - 1.9246025067967263, - 2.202089939466313, - 2.4526173942602, - 2.553308922462526, - 2.4629443761272154 - ], - "relative wind angle": [ - 0.16993398374444688, - 0.14036698095053116, - 0.004570065509894086, - 0.13521892837133473, - 0.17119959205464588, - 0.11076261342015764, - 0.0032271091477544295, - 0.10553734841883228 - ], - "resistance": [ - 96586.07986692959, - 96128.64389973095, - 95987.38081363392, - 96110.63066879721, - 96555.98439890669, - 97083.98120512326, - 97397.87376145291, - 97109.79020207563 - ], - "fuel": [ - 39.918217965661654, - 39.68305127668629, - 39.610585628783355, - 39.673806653848615, - 39.90272203245215, - 40.17507278445872, - 40.33747617679478, - 40.18841214664994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 17.8125, -45 18.125, -44.6875 18.125, -44.6875 17.8125, -45 17.8125))", @@ -9874,9 +8313,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 7.303069909738042, + 7.303069909736223, -368.0240398772348, - -516.2286794337467, + -516.2286794337508, -448.77124223996793, -128.28865412526147, 285.59343005565233, @@ -9884,9 +8323,9 @@ 400.67545558911434 ], "relative wind speed": [ - 2.3100214536008363, + 2.310021453600836, 2.0990706553419978, - 1.9816405465707552, + 1.9816405465707547, 2.0443365514468748, 2.239525782599932, 2.438355435720575, @@ -9894,19 +8333,19 @@ 2.484424060309402 ], "relative wind angle": [ - 0.12001470841986042, + 0.12001470841986137, 0.1053249107469501, - 0.017921133918808237, - 0.08347617429658702, + 0.01792113391881443, + 0.083476174296587, 0.12381164638373302, 0.09062594101117659, 0.014010458391647338, 0.06866351314599113 ], "resistance": [ - 96641.80306990976, + 96641.80306990974, 96266.47596012279, - 96118.27132056627, + 96118.27132056626, 96185.72875776005, 96506.21134587475, 96920.09343005567, @@ -9914,9 +8353,9 @@ 97035.17545558912 ], "fuel": [ - 40.07755547335074, + 40.077555473350735, 39.88446558242717, - 39.80836493428372, + 39.808364934283716, 39.8429930860199, 40.007738799533655, 40.221062489948, @@ -9954,34 +8393,34 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -4.833794787370607, + -4.833794787371517, -341.5278484215455, - -467.44346580402953, + -467.4434658040334, -400.3438621995924, -103.54440077879349, 271.49758170827727, - 513.2044089651104, - 355.3582270503066 + 513.2044089651022, + 355.35822705030705 ], "relative wind speed": [ - 2.159195841908057, + 2.1591958419080566, 1.9552926243183146, 1.8458655385834057, 1.912572971897502, 2.1043884380758766, 2.2950834702264897, 2.3839794033276926, - 2.3308028679379182 + 2.330802867937918 ], "relative wind angle": [ 0.12494543349611592, - 0.10750654935318447, - 0.014966265712504584, + 0.10750654935318449, + 0.014966265712512004, 0.08938872708402558, - 0.12821727287625914, + 0.12821727287625917, 0.09154150089828167, - 0.011587894186490795, - 0.07331719879324539 + 0.011587894186500376, + 0.07331719879324386 ], "resistance": [ 96629.6662052127, @@ -9990,7 +8429,7 @@ 96234.15613780048, 96530.95559922128, 96905.99758170835, - 97147.70440896519, + 97147.70440896518, 96989.85822705038 ], "fuel": [ @@ -10000,7 +8439,7 @@ 39.637256171849884, 39.78986785851272, 39.98317995884996, - 40.10804297564021, + 40.1080429756402, 40.02647679309066 ] }, @@ -10034,33 +8473,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 49.58785750989182, + 49.58785750989023, -327.3353156655828, - -497.3088868112836, + -497.308886811285, -445.9261939939447, - -148.8512641422558, + -148.851264142256, 257.4350507270344, - 547.0602686693655, + 547.0602686693683, 427.03738139103325 ], "relative wind speed": [ - 2.0568568292580225, + 2.056856829258022, 1.8171241544844998, 1.6670295575290972, 1.722829255286863, - 1.938709922971456, + 1.9387099229714562, 2.1650210134505263, - 2.2826012870884167, + 2.2826012870884163, 2.2407845810387634 ], "relative wind angle": [ - 0.15027422580018834, - 0.1435852889822515, - 0.035873040577304324, + 0.15027422580018981, + 0.14358528898225154, + 0.03587304057730742, 0.10202265325802604, - 0.15950823652761428, + 0.15950823652761498, 0.12038952693205911, - 0.02619617921523454, + 0.0261961792152303, 0.07838444705197332 ], "resistance": [ @@ -10070,7 +8509,7 @@ 96188.57380600608, 96485.64873585777, 96891.93505072706, - 97181.56026866939, + 97181.5602686694, 97061.53738139106 ], "fuel": [ @@ -10080,7 +8519,7 @@ 39.40402757809436, 39.55673067239978, 39.766102512176715, - 39.915730294064076, + 39.91573029406408, 39.85368553312349 ] }, @@ -10114,9 +8553,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -143.63406867141498, + -143.6340686714159, -506.4242712132658, - -574.0893092151858, + -574.0893092151857, -362.95840210565166, 94.75911536099738, 563.2321445702173, @@ -10124,9 +8563,9 @@ 354.00861336173534 ], "relative wind speed": [ - 1.6270021610808256, + 1.6270021610808252, 1.289763875539361, - 1.1939347255797224, + 1.1939347255797221, 1.4396274900763777, 1.7959958059771588, 2.051644733525497, @@ -10134,10 +8573,10 @@ 1.9494126441227388 ], "relative wind angle": [ - 0.2854582543424655, + 0.2854582543424656, 0.20452184196068865, - 0.07352616011234583, - 0.27143552861124154, + 0.07352616011234432, + 0.2714355286112416, 0.25795153124237363, 0.12802738774842842, 0.0416016222243022, @@ -10194,9 +8633,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1.272927109607508, + -1.2729271096088723, -375.261939694956, - -511.37025154586775, + -511.3702515458697, -427.4058813475601, -88.25046225915457, 333.93187449639595, @@ -10204,7 +8643,7 @@ 408.84672401175135 ], "relative wind speed": [ - 1.8954178565949449, + 1.8954178565949447, 1.6267287938240134, 1.4809712589474595, 1.5808354900594517, @@ -10214,12 +8653,12 @@ 2.1161277199215305 ], "relative wind angle": [ - 0.1874123257149123, + 0.1874123257149141, 0.16661294268525673, - 0.019164446273490423, + 0.019164446273496217, 0.14578465757654863, 0.19316088331776538, - 0.1300029191506659, + 0.13000291915066592, 0.012976087012789548, 0.10873599368870254 ], @@ -10274,34 +8713,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -280.25143463031145, + -280.2514346303119, -559.0636468353955, - -554.2781671572787, + -554.278167157279, -264.24326127352856, 211.40846611900224, 616.9981293265234, - 605.9418664711695, + 605.9418664711714, 192.63852358396525 ], "relative wind speed": [ 1.725249032403785, 1.478091149262374, - 1.4838870847912986, - 1.7372190644633891, + 1.4838870847912984, + 1.737219064463389, 2.038326253869317, 2.224073896140898, - 2.220211084697287, + 2.2202110846972865, 2.0281341334063847 ], "relative wind angle": [ - 0.21590061270435856, + 0.21590061270435962, 0.1005954729449, 0.10781219373757792, - 0.21713153289393122, + 0.2171315328939307, 0.18233152072298586, - 0.06679141985284524, - 0.07197934500562464, - 0.18559185651840304 + 0.06679141985284523, + 0.07197934500562155, + 0.18559185651840301 ], "resistance": [ 96354.2485653697, @@ -10354,34 +8793,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -160.82562624714774, + -160.82562624714865, -471.55016275691787, - -521.7874203607225, - -332.06696272702607, + -521.7874203607233, + -332.0669627270265, 71.9708448475094, 472.2638945729907, - 588.9620212534423, - 272.02672319337967 + 588.9620212534383, + 272.0267231933799 ], "relative wind speed": [ - 1.8253633692450502, + 1.8253633692450495, 1.5804136633967218, 1.5215679284209997, - 1.7003719537423165, + 1.7003719537423168, 1.971934504486194, 2.1731934502739976, - 2.2147930284713913, - 2.0806759331263933 + 2.2147930284713917, + 2.080675933126393 ], "relative wind angle": [ 0.19120658390177714, - 0.12216098708107716, - 0.04901005457830293, - 0.17616779918591963, + 0.12216098708107714, + 0.0490100545783052, + 0.1761677991859209, 0.17683818351995245, - 0.08873486204856741, - 0.03366290060307569, - 0.1437187361918298 + 0.08873486204856743, + 0.03366290060308228, + 0.14371873619182823 ], "resistance": [ 96473.67437375284, @@ -10434,19 +8873,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 224.46476635972226, + 224.4647663597218, -203.6322495082536, - -478.964381776118, + -478.9643817761182, -497.7534912510192, -265.4246888066266, 151.72618515728573, - 533.5259710911762, + 533.5259710911753, 576.7765225230139 ], "relative wind speed": [ - 1.8524043893309101, + 1.85240438933091, 1.5536741163073908, - 1.2834652610575648, + 1.2834652610575645, 1.2572259851749976, 1.500985524005777, 1.8084402962784718, @@ -10456,12 +8895,12 @@ "relative wind angle": [ 0.19844714045581135, 0.25078811308459614, - 0.14077529061775756, + 0.1407752906177576, 0.10430248946106882, 0.24577112915406557, 0.2148558588382357, - 0.08974801196221473, - 0.06465958400474658 + 0.08974801196221596, + 0.06465958400474657 ], "resistance": [ 96858.96476635976, @@ -10514,19 +8953,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -46.169371362955644, + -46.169371362956554, -596.5826728441743, - -767.3735149066044, + -767.3735149066156, -612.7120104514499, - -73.02921534616712, + -73.02921534616667, 566.5913862942975, 949.2582929423647, 589.8498479018845 ], "relative wind speed": [ - 2.1964294583136525, + 2.196429458313652, 1.846204959828397, - 1.6742491862874769, + 1.6742491862874764, 1.8338015734275779, 2.181685411236898, 2.485071597611816, @@ -10534,19 +8973,19 @@ 2.4942384385311795 ], "relative wind angle": [ - 0.21327052146359385, + 0.21327052146359438, 0.1819473781134149, - 0.004505982660472499, - 0.17727816800782153, - 0.2147343146677977, - 0.13483564237347181, + 0.004505982660497138, + 0.17727816800782156, + 0.2147343146677972, + 0.1348356423734718, 0.0028971013957035255, - 0.13002198907273854 + 0.13002198907273851 ], "resistance": [ 96588.33062863704, 96037.91732715581, - 95867.12648509338, + 95867.12648509337, 96021.78798954854, 96561.47078465382, 97201.09138629428, @@ -10594,31 +9033,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -309.0885234470393, + -309.0885234470401, -599.0851163251792, - -576.0589945232288, - -235.6561277653649, + -576.0589945232289, + -235.65612776536466, 295.18391078779405, 738.511168375336, 685.7665419849095, 208.0043832116603 ], "relative wind speed": [ - 1.496298420879122, + 1.4962984208791215, 1.1815636696054768, - 1.2150148761720543, - 1.5596322352000567, + 1.215014876172054, + 1.559632235200057, 1.9247190280974864, 2.1324538907358175, 2.113573077072684, 1.8737661519972977 ], "relative wind angle": [ - 0.30804542684664726, + 0.308045426846648, 0.138904315992158, - 0.18400683066269588, - 0.3114907954433752, - 0.23794756271298284, + 0.18400683066269524, + 0.3114907954433756, + 0.23794756271298287, 0.07679318522737466, 0.10537772174829725, 0.25794851387859097 @@ -10661,52 +9100,7 @@ "id": "592", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 80.26362890223567, - 80.26362890223567, - 80.26362890223567, - 80.26362890223567, - 80.26362890223567, - 80.26362890223567, - 80.26362890223567, - 80.26362890223567 - ], - "relative wind speed": [ - 0.6033302473038513, - 0.6033302473038513, - 0.6033302473038513, - 0.6033302473038513, - 0.6033302473038513, - 0.6033302473038513, - 0.6033302473038513, - 0.6033302473038513 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 19.0625, -40.3125 19.375, -40 19.375, -40 19.0625, -40.3125 19.0625))", @@ -10725,52 +9119,7 @@ "id": "593", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 69.60174965478703, - 69.60174965478703, - 69.60174965478703, - 69.60174965478703, - 69.60174965478703, - 69.60174965478703, - 69.60174965478703, - 69.60174965478703 - ], - "relative wind speed": [ - 0.5618311075810472, - 0.5618311075810472, - 0.5618311075810472, - 0.5618311075810472, - 0.5618311075810472, - 0.5618311075810472, - 0.5618311075810472, - 0.5618311075810472 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 18.75, -40.625 19.0625, -40.3125 19.0625, -40.3125 18.75, -40.625 18.75))", @@ -10789,52 +9138,7 @@ "id": "594", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 74.81157198187347, - 74.81157198187347, - 74.81157198187347, - 74.81157198187347, - 74.81157198187347, - 74.81157198187347, - 74.81157198187347, - 74.81157198187347 - ], - "relative wind speed": [ - 0.5824787597730304, - 0.5824787597730304, - 0.5824787597730304, - 0.5824787597730304, - 0.5824787597730304, - 0.5824787597730304, - 0.5824787597730304, - 0.5824787597730304 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 18.4375, -42.1875 18.75, -41.875 18.75, -41.875 18.4375, -42.1875 18.4375))", @@ -10866,11 +9170,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 30.521086907880317, + 30.521086907879862, -477.02409279487665, - -679.0519780914376, + -679.051978091439, -579.9819029860807, - -141.08887353614227, + -141.08887353614273, 423.440331397941, 801.5847745645929, 571.5920546938532 @@ -10886,17 +9190,17 @@ 2.403429605416756 ], "relative wind angle": [ - 0.19584890403863617, + 0.19584890403863675, 0.18212115521066927, - 0.03046673375265044, + 0.030466733752654088, 0.14964664573171443, - 0.20533173696911347, - 0.14183630181461426, + 0.205331736969114, + 0.14183630181461424, 0.020179211708339532, 0.10855960906235307 ], "resistance": [ - 96665.02108690789, + 96665.02108690787, 96157.47590720512, 95955.44802190857, 96054.51809701392, @@ -10946,9 +9250,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 296.7259326035355, + 296.72593260353483, -109.05830319866504, - -416.0948978511045, + -416.094897851105, -480.5005190843858, -323.60607960841674, 44.84882587909078, @@ -10956,7 +9260,7 @@ 579.2978296490674 ], "relative wind speed": [ - 1.8838847284204183, + 1.883884728420418, 1.6191821340704262, 1.3427854545627598, 1.2540167957134527, @@ -10966,13 +9270,13 @@ 2.0103986489272936 ], "relative wind angle": [ - 0.16410746031460588, - 0.23590070693704954, - 0.17017853919332326, + 0.16410746031460657, + 0.2359007069370495, + 0.17017853919332457, 0.04532943691047155, 0.21583584108078813, - 0.22054542071909275, - 0.11675354487397932, + 0.22054542071909278, + 0.11675354487397933, 0.028269010050742387 ], "resistance": [ @@ -11026,9 +9330,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 47.76371828364222, + 47.76371828364154, -334.21762319584775, - -496.5542446369815, + -496.5542446369817, -428.67077424521403, -109.3386886811536, 312.11670176474445, @@ -11036,9 +9340,9 @@ 448.9136431849786 ], "relative wind speed": [ - 1.7310940331508713, + 1.7310940331508708, 1.4258744172091284, - 1.2340829116806535, + 1.2340829116806533, 1.3285548804377973, 1.61789763907292, 1.8923956955343153, @@ -11046,14 +9350,14 @@ 1.9619432335807239 ], "relative wind angle": [ - 0.22995647161711738, - 0.22648851964469766, + 0.22995647161711785, + 0.22648851964469763, 0.047210656480860334, - 0.17998126888195734, + 0.17998126888195737, 0.24636738569849187, 0.1700162433978314, 0.028797276028592757, - 0.12151853124866584 + 0.12151853124866585 ], "resistance": [ 96682.26371828363, @@ -11106,7 +9410,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 87.14075196865906, + 87.14075196865815, -493.7152047494924, -751.1119924034888, -659.9483939808274, @@ -11119,21 +9423,21 @@ 2.1884520581831204, 1.8261646703491654, 1.5929097094556082, - 1.6923203954583808, + 1.6923203954583805, 2.030597970006569, 2.3617309591757607, 2.5249335009625073, 2.4594109469294323 ], "relative wind angle": [ - 0.21476205416392488, + 0.21476205416392644, 0.21354822897113868, - 0.05083005011908728, - 0.1617619344455071, - 0.2317509648426917, + 0.05083005011908729, + 0.1617619344455064, + 0.23175096484269173, 0.16461247772901166, 0.03205893700224731, - 0.11105168701463848 + 0.1110516870146385 ], "resistance": [ 96721.64075196868, @@ -11186,33 +9490,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 51.331347820279916, + 51.331347820279234, -440.75230045665, - -642.4006975753628, - -546.2348923307728, + -642.4006975753631, + -546.2348923307727, -124.02793460242833, 424.216714830035, - 799.2269190861857, + 799.2269190861825, 577.3605999437204 ], "relative wind speed": [ - 1.9260679189702463, + 1.9260679189702459, 1.5686487340331678, - 1.3487292718304382, - 1.4699682614050797, + 1.348729271830438, + 1.4699682614050795, 1.812645203934289, 2.1294979251101642, 2.27515925050096, 2.1987754715509453 ], "relative wind angle": [ - 0.24301709965679816, - 0.2375385120313349, - 0.04341818866560915, - 0.19604035229180175, + 0.24301709965679863, + 0.23753851203133491, + 0.043418188665609155, + 0.1960403522918012, 0.25856058393260084, - 0.1742167062891585, - 0.02573333996736979, + 0.17421670628915847, + 0.025733339967374102, 0.13059373802790686 ], "resistance": [ @@ -11266,9 +9570,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 13.521346531690142, + 13.521346531689233, -491.43415491486235, - -677.9965788964519, + -677.9965788964547, -561.3470417610702, -102.7720950300984, 469.8985635612628, @@ -11276,7 +9580,7 @@ 571.0977123942605 ], "relative wind speed": [ - 2.0079172586613576, + 2.007917258661357, 1.6561517224011255, 1.4583565998240193, 1.595146619964717, @@ -11286,19 +9590,19 @@ 2.288769842522806 ], "relative wind angle": [ - 0.23116847393849027, + 0.23116847393849024, 0.21365199505673096, - 0.025074035208053395, - 0.18884381023150576, + 0.02507403520806225, + 0.1888438102315058, 0.23981904484993954, 0.15705958666283315, - 0.015374424502726244, + 0.015374424502726245, 0.1312090229712618 ], "resistance": [ 96648.02134653169, 96143.06584508513, - 95956.50342110355, + 95956.50342110354, 96073.15295823893, 96531.7279049699, 97104.39856356126, @@ -11308,7 +9612,7 @@ "fuel": [ 39.561693639910885, 39.30202553495175, - 39.20632778090649, + 39.20632778090647, 39.26614833714953, 39.501806855845146, 39.797197136479994, @@ -11346,9 +9650,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 323.24203804960666, + 323.242038049606, -141.96098023814488, - -481.88149530295686, + -481.8814953029572, -544.4916884405604, -347.9904639237317, 80.6837627891689, @@ -11356,9 +9660,9 @@ 661.725484117833 ], "relative wind speed": [ - 1.9512393369998458, + 1.9512393369998453, 1.653108303214629, - 1.3474933062763375, + 1.3474933062763372, 1.2623119501136748, 1.4819146698584271, 1.8084908008723897, @@ -11367,11 +9671,11 @@ ], "relative wind angle": [ 0.18199108592892668, - 0.25647540125001883, + 0.2564754012500189, 0.1789864830414451, 0.06348377984686236, 0.24062262193272688, - 0.2340075317095819, + 0.23400753170958188, 0.11750036033309336, 0.03814389091890128 ], @@ -11426,17 +9730,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 65.16536060463386, + 65.16536060463272, -312.7680946138987, - -479.27552535737027, + -479.2755253573711, -415.0032827222782, -104.69649418084077, 311.2323569119683, - 608.3132962179507, + 608.3132962179488, 460.51007980814893 ], "relative wind speed": [ - 1.6203089785008578, + 1.6203089785008573, 1.291260873439953, 1.072231030850083, 1.1728693673189305, @@ -11446,13 +9750,13 @@ 1.8608085177919451 ], "relative wind angle": [ - 0.26518036206900436, - 0.2737407321984851, - 0.0644032089043196, + 0.26518036206900564, + 0.27374073219848505, + 0.06440320890432477, 0.21609350519754203, 0.289498695835606, 0.197309429344129, - 0.03593860179738371, + 0.0359386017973868, 0.13556119007736672 ], "resistance": [ @@ -11506,13 +9810,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 120.45067209697731, + 120.45067209697686, -296.00761211244946, - -503.9637329109395, + -503.96373291094005, -457.61321239927827, -148.0565690729345, 296.0957553758999, - 639.237226115519, + 639.2372261155167, 532.9600789288559 ], "relative wind speed": [ @@ -11522,17 +9826,17 @@ 1.1250866863193034, 1.455346453449126, 1.778126887110081, - 1.945646267748861, + 1.9456462677488613, 1.903688470622504 ], "relative wind angle": [ - 0.27288879542405176, + 0.27288879542405264, 0.30491382272628054, - 0.1043053010014533, + 0.1043053010014565, 0.21489505833845135, 0.31342366682059425, 0.22381124430823068, - 0.05626385274718307, + 0.056263852747187024, 0.12636452818567673 ], "resistance": [ @@ -11542,7 +9846,7 @@ 96176.88678760076, 96486.44343092709, 96930.59575537592, - 97273.73722611555, + 97273.73722611554, 97167.46007892888 ], "fuel": [ @@ -11552,7 +9856,7 @@ 38.81018283483137, 38.969295533042185, 39.19821349692215, - 39.37557267105369, + 39.37557267105368, 39.32059447736633 ] }, @@ -11573,52 +9877,7 @@ "id": "616", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.4017561673633, - 58.4017561673633, - 58.4017561673633, - 58.4017561673633, - 58.4017561673633, - 58.4017561673633, - 58.4017561673633, - 58.4017561673633 - ], - "relative wind speed": [ - 0.5146460649685264, - 0.5146460649685264, - 0.5146460649685264, - 0.5146460649685264, - 0.5146460649685264, - 0.5146460649685264, - 0.5146460649685264, - 0.5146460649685264 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 17.5, -41.25 17.8125, -40.9375 17.8125, -40.9375 17.5, -41.25 17.5))", @@ -11637,52 +9896,7 @@ "id": "618", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.34920135985409, - 65.34920135985409, - 65.34920135985409, - 65.34920135985409, - 65.34920135985409, - 65.34920135985409, - 65.34920135985409, - 65.34920135985409 - ], - "relative wind speed": [ - 0.5443971529457081, - 0.5443971529457081, - 0.5443971529457081, - 0.5443971529457081, - 0.5443971529457081, - 0.5443971529457081, - 0.5443971529457081, - 0.5443971529457081 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 17.5, -40.9375 17.8125, -40.625 17.8125, -40.625 17.5, -40.9375 17.5))", @@ -11701,52 +9915,7 @@ "id": "619", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.42156491278597, - 62.42156491278597, - 62.42156491278597, - 62.42156491278597, - 62.42156491278597, - 62.42156491278597, - 62.42156491278597, - 62.42156491278597 - ], - "relative wind speed": [ - 0.5320629636959312, - 0.5320629636959312, - 0.5320629636959312, - 0.5320629636959312, - 0.5320629636959312, - 0.5320629636959312, - 0.5320629636959312, - 0.5320629636959312 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 16.5625, -44.6875 16.875, -44.375 16.875, -44.375 16.5625, -44.6875 16.5625))", @@ -11778,33 +9947,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 771.9768835143509, + 771.9768835143432, 395.2398903096491, - -153.5527933573751, + -153.55279335737578, -571.7565731705795, - -659.7542738463374, + -659.7542738463383, -451.8408080100471, - 46.34804969363313, + 46.348049693633584, 567.754503060276 ], "relative wind speed": [ 2.4436956890178148, 2.305262077561844, - 2.0164115646303253, + 2.016411564630325, 1.71986721113042, - 1.624608049367708, + 1.6246080493677082, 1.8157000546207653, 2.1319203401205415, 2.3776157617817626 ], "relative wind angle": [ - 0.024111821448256486, - 0.1442482259326483, + 0.024111821448265697, + 0.14424822593264833, 0.20461900125219454, 0.1447355999579045, - 0.036272851475827865, + 0.03627285147583093, 0.18353567927059858, - 0.19338810651924307, + 0.1933881065192425, 0.1045206955655276 ], "resistance": [ @@ -11858,19 +10027,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 740.3452331628789, + 740.345233162878, 328.61290584881, -198.58972696770184, -560.0649028872584, - -607.3135390154787, + -607.3135390154785, -351.7975207407429, 147.57916048336142, 631.8126106290063 ], "relative wind speed": [ - 2.1800211183294795, + 2.180021118329479, 1.998310828384589, - 1.6593135353169848, + 1.6593135353169846, 1.3262914115776492, 1.2620855804960236, 1.533657693887197, @@ -11878,11 +10047,11 @@ 2.141565590971676 ], "relative wind angle": [ - 0.05606676589668059, + 0.056066765896680595, 0.20756396595512183, - 0.28103951322675597, - 0.18122316993616283, - 0.09694610101348414, + 0.28103951322675635, + 0.18122316993616286, + 0.096946101013483, 0.2718479297327655, 0.24527712894603376, 0.11185295988514955 @@ -11938,19 +10107,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 703.8496783720254, + 703.8496783720232, 244.5093602892116, - -295.1180940779989, + -295.1180940779998, -625.6181416626991, - -632.4232025963083, + -632.4232025963087, -317.7959636537289, - 217.89707139335837, + 217.89707139335883, 688.1415492106105 ], "relative wind speed": [ - 2.3469070216303827, + 2.3469070216303822, 2.1477828343400986, - 1.822881289297811, + 1.8228812892978106, 1.5470799033420977, 1.5391895687088955, 1.806683700351083, @@ -11958,13 +10127,13 @@ 2.3417132337831794 ], "relative wind angle": [ - 0.06779175105701317, - 0.1868542353288664, - 0.22420266578110265, - 0.1128129385359012, - 0.10347207568819208, + 0.0677917510570148, + 0.18685423532886644, + 0.22420266578110318, + 0.11281293853590119, + 0.10347207568819317, 0.22267737410673347, - 0.19107120607419129, + 0.1910712060741907, 0.07444191726967833 ], "resistance": [ @@ -12005,52 +10174,7 @@ "id": "640", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.12281364305023, - 39.12281364305023, - 39.12281364305023, - 39.12281364305023, - 39.12281364305023, - 39.12281364305023, - 39.12281364305023, - 39.12281364305023 - ], - "relative wind speed": [ - 0.4212217067914908, - 0.4212217067914908, - 0.4212217067914908, - 0.4212217067914908, - 0.4212217067914908, - 0.4212217067914908, - 0.4212217067914908, - 0.4212217067914908 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 16.5625, -43.125 16.875, -42.8125 16.875, -42.8125 16.5625, -43.125 16.5625))", @@ -12069,52 +10193,7 @@ "id": "648", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.752406061991074, - 38.752406061991074, - 38.752406061991074, - 38.752406061991074, - 38.752406061991074, - 38.752406061991074, - 38.752406061991074, - 38.752406061991074 - ], - "relative wind speed": [ - 0.419222939850638, - 0.419222939850638, - 0.419222939850638, - 0.419222939850638, - 0.419222939850638, - 0.419222939850638, - 0.419222939850638, - 0.419222939850638 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 15.9375, -45 16.25, -44.6875 16.25, -44.6875 15.9375, -45 15.9375))", @@ -12146,11 +10225,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 915.110649442141, + 915.1106494421192, 645.5966577861805, - 21.852758861344682, - -561.7295135047166, - -789.2675469050762, + 21.852758861344228, + -561.7295135047164, + -789.2675469050739, -673.5214383491721, -164.74813577172517, 485.1778995174218 @@ -12158,25 +10237,25 @@ "relative wind speed": [ 2.7486852227344665, 2.670738473564935, - 2.4078344977158737, - 2.0813140007815525, + 2.407834497715873, + 2.081314000781552, 1.8958091075286436, 2.0041254031839966, 2.3133732205324593, 2.6110332544833783 ], "relative wind angle": [ - 0.017471560448729804, - 0.1003833895499754, + 0.01747156044874887, + 0.10038338954997539, 0.1780833789995525, - 0.1619319495486944, - 0.025332990209332426, + 0.16193194954869303, + 0.02533299020932804, 0.13394859883232318, - 0.1854377960959108, + 0.18543779609591077, 0.12887268664534476 ], "resistance": [ - 97549.61064944215, + 97549.61064944214, 97280.0966577862, 96656.35275886137, 96072.7704864953, @@ -12213,52 +10292,7 @@ "id": "667", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.80466730906904, - 46.80466730906904, - 46.80466730906904, - 46.80466730906904, - 46.80466730906904, - 46.80466730906904, - 46.80466730906904, - 46.80466730906904 - ], - "relative wind speed": [ - 0.46072341474439643, - 0.46072341474439643, - 0.46072341474439643, - 0.46072341474439643, - 0.46072341474439643, - 0.46072341474439643, - 0.46072341474439643, - 0.46072341474439643 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 15.9375, -43.75 16.25, -43.4375 16.25, -43.4375 15.9375, -43.75 15.9375))", @@ -12290,14 +10324,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 504.8567276369597, + 504.85672763695857, -2.7435873502486174, - -453.20281503259696, + -453.20281503259685, -610.1640463685978, - -496.16520746331105, + -496.16520746331094, -74.18550698561853, 442.58731300307795, - 768.6523302777691 + 768.652330277755 ], "relative wind speed": [ 2.1510022380124636, @@ -12307,17 +10341,17 @@ 1.4972484837180804, 1.8297594908274708, 2.1224555812105796, - 2.2437714235083965 + 2.243771423508397 ], "relative wind angle": [ - 0.13878099774292893, + 0.13878099774293057, 0.2393347893776983, - 0.21730337799547417, - 0.0177056153895798, - 0.20007056942554702, + 0.21730337799547364, + 0.017705615389579803, + 0.20007056942554646, 0.2455475532627426, 0.15681453728887473, - 0.010686216825580599 + 0.010686216825601377 ], "resistance": [ 97139.35672763697, @@ -12327,7 +10361,7 @@ 96138.3347925367, 96560.31449301439, 97077.0873130031, - 97403.15233027778 + 97403.15233027776 ], "fuel": [ 39.6567685657993, @@ -12337,7 +10371,7 @@ 39.141097202321085, 39.35802329294754, 39.624582035284746, - 39.79328229995903 + 39.793282299959024 ] }, { @@ -12370,7 +10404,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 92.15981443037992, + 92.15981443037958, -195.59035992988106, -332.5954210508678, -288.97431057545657, @@ -12380,9 +10414,9 @@ 394.1093795425543 ], "relative wind speed": [ - 1.2353343391190441, - 0.88415867233141, - 0.5998668912610456, + 1.235334339119044, + 0.8841586723314101, + 0.5998668912610455, 0.7123926101124164, 1.0668769559922542, 1.3720571455938493, @@ -12390,14 +10424,14 @@ 1.4685959749676567 ], "relative wind angle": [ - 0.38264002321120905, - 0.4583208060707599, + 0.3826400232112094, + 0.4583208060707602, 0.15395460548125844, 0.37525544061214555, 0.44706988793129004, - 0.28912305819604106, - 0.06063373565701646, - 0.17873847410789137 + 0.2891230581960411, + 0.060633735657016456, + 0.17873847410789134 ], "resistance": [ 96726.6598144304, @@ -12437,52 +10471,7 @@ "id": "693", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.79713259734421, - 34.79713259734421, - 34.79713259734421, - 34.79713259734421, - 34.79713259734421, - 34.79713259734421, - 34.79713259734421, - 34.79713259734421 - ], - "relative wind speed": [ - 0.3972532254847324, - 0.3972532254847324, - 0.3972532254847324, - 0.3972532254847324, - 0.3972532254847324, - 0.3972532254847324, - 0.3972532254847324, - 0.3972532254847324 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 17.1875, -40.9375 17.5, -40.625 17.5, -40.625 17.1875, -40.9375 17.1875))", @@ -12501,52 +10490,7 @@ "id": "701", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 63.17756095892988, - 63.17756095892988, - 63.17756095892988, - 63.17756095892988, - 63.17756095892988, - 63.17756095892988, - 63.17756095892988, - 63.17756095892988 - ], - "relative wind speed": [ - 0.535275210367666, - 0.535275210367666, - 0.535275210367666, - 0.535275210367666, - 0.535275210367666, - 0.535275210367666, - 0.535275210367666, - 0.535275210367666 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 16.875, -40.9375 17.1875, -40.625 17.1875, -40.625 16.875, -40.9375 16.875))", @@ -12565,52 +10509,7 @@ "id": "703", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.172236795495444, - 61.172236795495444, - 61.172236795495444, - 61.172236795495444, - 61.172236795495444, - 61.172236795495444, - 61.172236795495444, - 61.172236795495444 - ], - "relative wind speed": [ - 0.5267116005782033, - 0.5267116005782033, - 0.5267116005782033, - 0.5267116005782033, - 0.5267116005782033, - 0.5267116005782033, - 0.5267116005782033, - 0.5267116005782033 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 16.5625, -40.3125 16.875, -40 16.875, -40 16.5625, -40.3125 16.5625))", @@ -12629,52 +10528,7 @@ "id": "709", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 68.44663464131152, - 68.44663464131152, - 68.44663464131152, - 68.44663464131152, - 68.44663464131152, - 68.44663464131152, - 68.44663464131152, - 68.44663464131152 - ], - "relative wind speed": [ - 0.5571495100999259, - 0.5571495100999259, - 0.5571495100999259, - 0.5571495100999259, - 0.5571495100999259, - 0.5571495100999259, - 0.5571495100999259, - 0.5571495100999259 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 15.625, -42.1875 15.9375, -41.875 15.9375, -41.875 15.625, -42.1875 15.625))", @@ -12693,68 +10547,7 @@ "id": "715", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.378653331677623, - 5.378653331677623, - 5.378653331677623, - 5.378653331677623, - 5.378653331677623, - 5.378653331677623, - 5.378653331677623, - 5.378653331677623 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 565.3283958603762, - 159.61392810105974, - -269.81745059462025, - -502.91780385467905, - -475.2147989643719, - -181.69237968360187, - 264.32552531555746, - 628.7812522801586 - ], - "relative wind speed": [ - 1.9197739375251814, - 1.6927975298067703, - 1.3424858150297696, - 1.0575963336124035, - 1.1021911162940494, - 1.4264619697414145, - 1.7601389332897321, - 1.9446972060369865 - ], - "relative wind angle": [ - 0.11318560155358477, - 0.2664029161045487, - 0.31303748306484985, - 0.13182198736425413, - 0.1980151946160812, - 0.3177362617775979, - 0.23709334103989896, - 0.07154311188156785 - ], - "resistance": [ - 97199.82839586037, - 96794.11392810105, - 96364.68254940538, - 96131.58219614532, - 96159.28520103563, - 96452.8076203164, - 96898.82552531555, - 97263.28125228015 - ], - "fuel": [ - 39.337551257971626, - 39.12800885569424, - 38.90688445622664, - 38.78714288964687, - 38.80136308886888, - 38.95220618467529, - 39.182031400877364, - 39.370378619715424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 15.625, -41.5625 15.9375, -41.25 15.9375, -41.25 15.625, -41.5625 15.625))", @@ -12773,52 +10566,7 @@ "id": "719", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.43466491136567, - 44.43466491136567, - 44.43466491136567, - 44.43466491136567, - 44.43466491136567, - 44.43466491136567, - 44.43466491136567, - 44.43466491136567 - ], - "relative wind speed": [ - 0.4489072896490667, - 0.4489072896490667, - 0.4489072896490667, - 0.4489072896490667, - 0.4489072896490667, - 0.4489072896490667, - 0.4489072896490667, - 0.4489072896490667 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 15.3125, -41.5625 15.625, -41.25 15.625, -41.25 15.3125, -41.5625 15.3125))", @@ -12837,52 +10585,7 @@ "id": "725", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 53.12881985103656, - 53.12881985103656, - 53.12881985103656, - 53.12881985103656, - 53.12881985103656, - 53.12881985103656, - 53.12881985103656, - 53.12881985103656 - ], - "relative wind speed": [ - 0.4908635541603052, - 0.4908635541603052, - 0.4908635541603052, - 0.4908635541603052, - 0.4908635541603052, - 0.4908635541603052, - 0.4908635541603052, - 0.4908635541603052 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 15, -41.875 15.3125, -41.5625 15.3125, -41.5625 15, -41.875 15))", @@ -12901,52 +10604,7 @@ "id": "726", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.203240088491704, - 52.203240088491704, - 52.203240088491704, - 52.203240088491704, - 52.203240088491704, - 52.203240088491704, - 52.203240088491704, - 52.203240088491704 - ], - "relative wind speed": [ - 0.4865689962959261, - 0.4865689962959261, - 0.4865689962959261, - 0.4865689962959261, - 0.4865689962959261, - 0.4865689962959261, - 0.4865689962959261, - 0.4865689962959261 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 15, -41.5625 15.3125, -41.25 15.3125, -41.25 15, -41.5625 15))", @@ -12965,52 +10623,7 @@ "id": "727", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 48.19577795201907, - 48.19577795201907, - 48.19577795201907, - 48.19577795201907, - 48.19577795201907, - 48.19577795201907, - 48.19577795201907, - 48.19577795201907 - ], - "relative wind speed": [ - 0.4675200067360745, - 0.4675200067360745, - 0.4675200067360745, - 0.4675200067360745, - 0.4675200067360745, - 0.4675200067360745, - 0.4675200067360745, - 0.4675200067360745 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 15.9375, -41.25 16.25, -40.9375 16.25, -40.9375 15.9375, -41.25 15.9375))", @@ -13029,52 +10642,7 @@ "id": "728", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.795629065782265, - 49.795629065782265, - 49.795629065782265, - 49.795629065782265, - 49.795629065782265, - 49.795629065782265, - 49.795629065782265, - 49.795629065782265 - ], - "relative wind speed": [ - 0.47521628476424815, - 0.47521628476424815, - 0.47521628476424815, - 0.47521628476424815, - 0.47521628476424815, - 0.47521628476424815, - 0.47521628476424815, - 0.47521628476424815 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 15.3125, -41.25 15.625, -40.9375 15.625, -40.9375 15.3125, -41.25 15.3125))", @@ -13093,52 +10661,7 @@ "id": "736", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 48.399941013414235, - 48.399941013414235, - 48.399941013414235, - 48.399941013414235, - 48.399941013414235, - 48.399941013414235, - 48.399941013414235, - 48.399941013414235 - ], - "relative wind speed": [ - 0.4685091955063288, - 0.4685091955063288, - 0.4685091955063288, - 0.4685091955063288, - 0.4685091955063288, - 0.4685091955063288, - 0.4685091955063288, - 0.4685091955063288 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 15, -41.25 15.3125, -40.9375 15.3125, -40.9375 15, -41.25 15))", @@ -13157,52 +10680,7 @@ "id": "738", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.937798157308315, - 44.937798157308315, - 44.937798157308315, - 44.937798157308315, - 44.937798157308315, - 44.937798157308315, - 44.937798157308315, - 44.937798157308315 - ], - "relative wind speed": [ - 0.451441622060242, - 0.451441622060242, - 0.451441622060242, - 0.451441622060242, - 0.451441622060242, - 0.451441622060242, - 0.451441622060242, - 0.451441622060242 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 15.3125, -40.625 15.625, -40.3125 15.625, -40.3125 15.3125, -40.625 15.3125))", @@ -13234,19 +10712,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 525.3004356997435, + 525.3004356997417, 656.6656714663388, - 313.0345090020244, + 313.0345090020239, -150.69952275380865, - -484.16378780845525, + -484.1637878084555, -541.204609719546, - -337.89200692573274, + -337.89200692573286, 92.5138740309194 ], "relative wind speed": [ 2.0380356814971994, 2.0870457687095616, - 1.9333741137933842, + 1.933374113793384, 1.6315725440729352, 1.3260060267692462, 1.2474459432759528, @@ -13254,13 +10732,13 @@ 1.8027347157891775 ], "relative wind angle": [ - 0.1154993352602536, + 0.1154993352602565, 0.04230931129989481, 0.1871427214404144, 0.26062421425393945, - 0.17806444389142861, + 0.17806444389142925, 0.07082388547046857, - 0.24645170507204858, + 0.24645170507204903, 0.23538535962653853 ], "resistance": [ @@ -13314,10 +10792,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 469.7790192562097, + 469.7790192562086, 615.567017815808, - 309.7796028103671, - -117.69074808902656, + 309.7796028103669, + -117.69074808902667, -435.18590263750684, -498.47437445605044, -325.07582659795435, @@ -13327,21 +10805,21 @@ 1.9363747684424337, 1.993410770391031, 1.8537444644481733, - 1.5659971064559373, + 1.5659971064559375, 1.2641393128087335, 1.1721386208712947, 1.3824713040699181, 1.7015429787756338 ], "relative wind angle": [ - 0.12486106685838919, + 0.12486106685839098, 0.03513799879487765, - 0.18455968292250233, - 0.26560786318534535, - 0.1919386125048355, - 0.05978113902529463, - 0.24862558227773557, - 0.24399920564359343 + 0.18455968292250294, + 0.2656078631853458, + 0.19193861250483546, + 0.059781139025294625, + 0.24862558227773554, + 0.24399920564359345 ], "resistance": [ 97104.27901925621, @@ -13394,33 +10872,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 471.51609710951993, + 471.516097109519, 637.7407867426773, 330.68863591358604, -110.11135534783148, - -444.5467142874794, + -444.5467142874795, -516.614657401488, - -347.50303774558586, + -347.50303774558563, 51.23442560425178 ], "relative wind speed": [ - 1.9794024397315126, + 1.9794024397315124, 2.043069996143291, 1.9084700436485906, 1.6229507405117327, - 1.3190566743203107, + 1.319056674320311, 1.218117202629975, 1.4197487879832715, 1.7389581427844778 ], "relative wind angle": [ - 0.1264163710346538, + 0.1264163710346547, 0.029292568618209298, 0.1760146914980328, - 0.25716021758160246, - 0.1903453556520305, - 0.04914330244004997, - 0.23761421296102325, + 0.2571602175816025, + 0.19034535565203167, + 0.04914330244004996, + 0.23761421296102278, 0.23965578339374616 ], "resistance": [ @@ -13474,7 +10952,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 345.78498272165325, + 345.7849827216505, 940.7981920006505, 886.8918354580487, 254.01921580507178, @@ -13484,24 +10962,24 @@ -373.37959118983053 ], "relative wind speed": [ - 2.5506967670255984, + 2.5506967670255976, 2.7663398568809967, 2.751137733502976, 2.5106883719127517, 2.144333607219539, 1.8578440226772601, 1.880282369130261, - 2.1910418789945783 + 2.1910418789945787 ], "relative wind angle": [ - 0.17227061265876722, + 0.1722706126587685, 0.058929546392594075, 0.07525059593810236, 0.18240458723116224, 0.20534487096007703, - 0.08780843298905587, + 0.08780843298905588, 0.11022217448603237, - 0.2093847187011756 + 0.20938471870117667 ], "resistance": [ 96980.28498272167, @@ -13554,31 +11032,31 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 93.51651794645613, + 93.51651794645522, 866.4070958791658, - 1134.8474334321809, - 554.4481499247677, - -269.36613704808906, + 1134.8474334321854, + 554.448149924769, + -269.3661370480895, -881.5211506679286, -996.9493715723595, -664.1304586625324 ], "relative wind speed": [ - 2.726493977716427, + 2.7264939777164265, 3.010301398322766, - 3.0793352232429, - 2.9066618040263936, + 3.0793352232428997, + 2.906661804026393, 2.5625239261189914, 2.22224746005305, 2.125557071770088, 2.3561866308657007 ], "relative wind angle": [ - 0.1759079860571061, - 0.0926315167564534, - 0.02707226206721425, - 0.13677875069414736, - 0.18729325728913976, + 0.17590798605710614, + 0.09263151675645341, + 0.02707226206721015, + 0.13677875069414572, + 0.18729325728914034, 0.12563137290610524, 0.039225371855324126, 0.1690121891230705 @@ -13634,14 +11112,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 280.68205378978655, + 280.68205378978587, 779.349810733336, - 760.9210405505112, + 760.9210405505103, 249.9084324195403, -326.09945801983145, -664.7896565955527, - -656.7635646139391, - -300.0431038335503 + -656.7635646139394, + -300.04310383355005 ], "relative wind speed": [ 2.0832969265323373, @@ -13651,17 +11129,17 @@ 1.695417916085255, 1.3806656908130115, 1.39085707780091, - 1.7154104372546324 + 1.7154104372546322 ], "relative wind angle": [ - 0.2208466621587907, + 0.22084666215879173, 0.07878178419748938, - 0.08711665525587531, + 0.08711665525587658, 0.2264560170618634, 0.27253273420922236, 0.13171138471646937, - 0.14424365123149155, - 0.2739398929579152 + 0.14424365123149233, + 0.2739398929579144 ], "resistance": [ 96915.18205378979, @@ -13714,9 +11192,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 705.6106287152475, + 705.6106287152456, 825.9867467837375, - 346.49248963564287, + 346.4924896356433, -280.90040043677845, -710.0341795204565, -761.6863786136271, @@ -13726,22 +11204,22 @@ "relative wind speed": [ 2.7467562776077354, 2.7809920893561255, - 2.6149745741441697, + 2.6149745741441692, 2.3199045752022522, 2.053897917025829, 2.0072991060325793, 2.2192509273897034, - 2.5261055924280362 + 2.526105592428036 ], "relative wind angle": [ - 0.07286137241327842, - 0.03756572333970076, - 0.13334583448308357, + 0.07286137241327995, + 0.03756572333970077, + 0.1333458344830827, 0.16769914493453408, - 0.09750855321083614, - 0.052056316269556015, + 0.09750855321083612, + 0.05205631626955602, 0.15730600659076352, - 0.15389609779106106 + 0.15389609779105962 ], "resistance": [ 97340.11062871528, @@ -13794,33 +11272,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 851.6742993294918, + 851.6742993294909, 759.5183524255951, 189.37147427221976, -422.1587824677654, - -749.1455810949737, + -749.1455810949742, -709.2486105000237, -288.9321378013112, 345.64930396242175 ], "relative wind speed": [ - 2.5489779167948767, + 2.5489779167948763, 2.5207775867091877, - 2.279683111931906, + 2.2796831119319054, 1.924360471712481, - 1.6577053598356897, + 1.65770535983569, 1.7002811057823712, 2.0120438338933826, 2.3541691220569603 ], "relative wind angle": [ - 0.053705567681430484, + 0.05370556768143048, 0.08701176386761478, 0.1971917517075075, - 0.21606818655849086, - 0.08263492344716312, + 0.2160681865584909, + 0.08263492344716583, 0.12919701931629454, - 0.22384137567496648, + 0.2238413756749665, 0.17615849873313205 ], "resistance": [ @@ -13874,19 +11352,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 877.0713343939949, + 877.0713343939944, 454.30285156721834, - -167.75073972016776, + -167.75073972016844, -645.5540869524261, - -748.8281285061839, + -748.8281285061823, -518.3271772375742, 44.3610858481145, 637.2886158948629 ], "relative wind speed": [ - 2.610747257094376, + 2.6107472570943755, 2.466233648156764, - 2.1611198876146767, + 2.161119887614676, 1.8459272402136582, 1.7416017032397018, 1.9408424268478393, @@ -13894,14 +11372,14 @@ 2.5380564132797407 ], "relative wind angle": [ - 0.022376921378573167, - 0.14186948978182012, + 0.02237692137857317, + 0.14186948978182015, 0.20254437834116573, - 0.1446584630422452, - 0.03354760697843979, - 0.18065079886455, - 0.19221673255069652, - 0.10503650968039559 + 0.14465846304224522, + 0.033547606978436485, + 0.18065079886454996, + 0.19221673255069655, + 0.1050365096803956 ], "resistance": [ 97511.57133439402, @@ -13941,52 +11419,7 @@ "id": "761", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.89410566169477, - 35.89410566169477, - 35.89410566169477, - 35.89410566169477, - 35.89410566169477, - 35.89410566169477, - 35.89410566169477, - 35.89410566169477 - ], - "relative wind speed": [ - 0.4034663055203318, - 0.4034663055203318, - 0.4034663055203318, - 0.4034663055203318, - 0.4034663055203318, - 0.4034663055203318, - 0.4034663055203318, - 0.4034663055203318 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 14.375, -42.8125 14.6875, -42.5 14.6875, -42.5 14.375, -42.8125 14.375))", @@ -14005,52 +11438,7 @@ "id": "763", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.98200668524786, - 46.98200668524786, - 46.98200668524786, - 46.98200668524786, - 46.98200668524786, - 46.98200668524786, - 46.98200668524786, - 46.98200668524786 - ], - "relative wind speed": [ - 0.461595412783928, - 0.461595412783928, - 0.461595412783928, - 0.461595412783928, - 0.461595412783928, - 0.461595412783928, - 0.461595412783928, - 0.461595412783928 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 13.4375, -44.6875 13.75, -44.375 13.75, -44.375 13.4375, -44.6875 13.4375))", @@ -14082,17 +11470,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1000.2422297727703, + 1000.2422297727262, 638.8279785359559, - -40.50120140691979, + -40.501201406920245, -640.2606531031406, - -836.1458031633733, + -836.1458031633802, -681.0302259896271, -108.51125559133015, 580.2652655740094 ], "relative wind speed": [ - 2.8097250859159884, + 2.809725085915988, 2.7071217630181508, 2.4180298507566897, 2.0778739047384067, @@ -14102,31 +11490,31 @@ 2.6857822446354063 ], "relative wind angle": [ - 0.006140559798485623, + 0.006140559798521785, 0.11364562612447726, - 0.18778409981503572, - 0.16016929140078917, - 0.009047681501399878, + 0.1877840998150363, + 0.1601692914007892, + 0.009047681501412148, 0.15031741008644522, 0.19048601336534893, 0.1237021701955457 ], "resistance": [ - 97634.74222977276, + 97634.74222977272, 97273.32797853595, 96593.99879859306, 95994.23934689685, - 95798.35419683662, + 95798.3541968366, 95953.46977401036, 96525.98874440865, 97214.765265574 ], "fuel": [ - 40.76303596588406, + 40.76303596588404, 40.57575895194028, 40.225060731985025, 39.91686703595319, - 39.81649903862853, + 39.81649903862852, 39.89596568046616, 40.190045653108704, 40.545458785809316 @@ -14149,52 +11537,7 @@ "id": "784", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 32.621111549967765, - 32.621111549967765, - 32.621111549967765, - 32.621111549967765, - 32.621111549967765, - 32.621111549967765, - 32.621111549967765, - 32.621111549967765 - ], - "relative wind speed": [ - 0.3846317056346833, - 0.3846317056346833, - 0.3846317056346833, - 0.3846317056346833, - 0.3846317056346833, - 0.3846317056346833, - 0.3846317056346833, - 0.3846317056346833 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 14.375, -42.5 14.6875, -42.1875 14.6875, -42.1875 14.375, -42.5 14.375))", @@ -14213,52 +11556,7 @@ "id": "786", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 53.38504874842201, - 53.38504874842201, - 53.38504874842201, - 53.38504874842201, - 53.38504874842201, - 53.38504874842201, - 53.38504874842201, - 53.38504874842201 - ], - "relative wind speed": [ - 0.4920457952454161, - 0.4920457952454161, - 0.4920457952454161, - 0.4920457952454161, - 0.4920457952454161, - 0.4920457952454161, - 0.4920457952454161, - 0.4920457952454161 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 14.375, -42.1875 14.6875, -41.875 14.6875, -41.875 14.375, -42.1875 14.375))", @@ -14277,52 +11575,7 @@ "id": "787", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.42944206239827, - 61.42944206239827, - 61.42944206239827, - 61.42944206239827, - 61.42944206239827, - 61.42944206239827, - 61.42944206239827, - 61.42944206239827 - ], - "relative wind speed": [ - 0.5278177469346124, - 0.5278177469346124, - 0.5278177469346124, - 0.5278177469346124, - 0.5278177469346124, - 0.5278177469346124, - 0.5278177469346124, - 0.5278177469346124 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 14.6875, -41.5625 15, -41.25 15, -41.25 14.6875, -41.5625 14.6875))", @@ -14341,52 +11594,7 @@ "id": "789", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.464232205588736, - 35.464232205588736, - 35.464232205588736, - 35.464232205588736, - 35.464232205588736, - 35.464232205588736, - 35.464232205588736, - 35.464232205588736 - ], - "relative wind speed": [ - 0.4010430403419957, - 0.4010430403419957, - 0.4010430403419957, - 0.4010430403419957, - 0.4010430403419957, - 0.4010430403419957, - 0.4010430403419957, - 0.4010430403419957 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 14.375, -41.875 14.6875, -41.5625 14.6875, -41.5625 14.375, -41.875 14.375))", @@ -14405,52 +11613,7 @@ "id": "790", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.412889977816874, - 42.412889977816874, - 42.412889977816874, - 42.412889977816874, - 42.412889977816874, - 42.412889977816874, - 42.412889977816874, - 42.412889977816874 - ], - "relative wind speed": [ - 0.43857577154055083, - 0.43857577154055083, - 0.43857577154055083, - 0.43857577154055083, - 0.43857577154055083, - 0.43857577154055083, - 0.43857577154055083, - 0.43857577154055083 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 14.375, -41.5625 14.6875, -41.25 14.6875, -41.25 14.375, -41.5625 14.375))", @@ -14469,52 +11632,7 @@ "id": "791", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.15362232668663, - 42.15362232668663, - 42.15362232668663, - 42.15362232668663, - 42.15362232668663, - 42.15362232668663, - 42.15362232668663, - 42.15362232668663 - ], - "relative wind speed": [ - 0.4372332219427761, - 0.4372332219427761, - 0.4372332219427761, - 0.4372332219427761, - 0.4372332219427761, - 0.4372332219427761, - 0.4372332219427761, - 0.4372332219427761 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 14.0625, -42.1875 14.375, -41.875 14.375, -41.875 14.0625, -42.1875 14.0625))", @@ -14533,52 +11651,7 @@ "id": "793", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 70.52835557457526, - 70.52835557457526, - 70.52835557457526, - 70.52835557457526, - 70.52835557457526, - 70.52835557457526, - 70.52835557457526, - 70.52835557457526 - ], - "relative wind speed": [ - 0.5655585627205678, - 0.5655585627205678, - 0.5655585627205678, - 0.5655585627205678, - 0.5655585627205678, - 0.5655585627205678, - 0.5655585627205678, - 0.5655585627205678 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 14.0625, -41.875 14.375, -41.5625 14.375, -41.5625 14.0625, -41.875 14.0625))", @@ -14597,52 +11670,7 @@ "id": "796", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.67015312144738, - 67.67015312144738, - 67.67015312144738, - 67.67015312144738, - 67.67015312144738, - 67.67015312144738, - 67.67015312144738, - 67.67015312144738 - ], - "relative wind speed": [ - 0.5539802509698464, - 0.5539802509698464, - 0.5539802509698464, - 0.5539802509698464, - 0.5539802509698464, - 0.5539802509698464, - 0.5539802509698464, - 0.5539802509698464 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 14.0625, -41.5625 14.375, -41.25 14.375, -41.25 14.0625, -41.5625 14.0625))", @@ -14661,52 +11689,7 @@ "id": "797", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.63862352923835, - 61.63862352923835, - 61.63862352923835, - 61.63862352923835, - 61.63862352923835, - 61.63862352923835, - 61.63862352923835, - 61.63862352923835 - ], - "relative wind speed": [ - 0.5287156539795145, - 0.5287156539795145, - 0.5287156539795145, - 0.5287156539795145, - 0.5287156539795145, - 0.5287156539795145, - 0.5287156539795145, - 0.5287156539795145 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 13.75, -41.5625 14.0625, -41.25 14.0625, -41.25 13.75, -41.5625 13.75))", @@ -14725,52 +11708,7 @@ "id": "799", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.77395728472165, - 75.77395728472165, - 75.77395728472165, - 75.77395728472165, - 75.77395728472165, - 75.77395728472165, - 75.77395728472165, - 75.77395728472165 - ], - "relative wind speed": [ - 0.5862133270263634, - 0.5862133270263634, - 0.5862133270263634, - 0.5862133270263634, - 0.5862133270263634, - 0.5862133270263634, - 0.5862133270263634, - 0.5862133270263634 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 14.6875, -41.25 15, -40.9375 15, -40.9375 14.6875, -41.25 14.6875))", @@ -14789,52 +11727,7 @@ "id": "800", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.1498043644205, - 37.1498043644205, - 37.1498043644205, - 37.1498043644205, - 37.1498043644205, - 37.1498043644205, - 37.1498043644205, - 37.1498043644205 - ], - "relative wind speed": [ - 0.4104629561694874, - 0.4104629561694874, - 0.4104629561694874, - 0.4104629561694874, - 0.4104629561694874, - 0.4104629561694874, - 0.4104629561694874, - 0.4104629561694874 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 14.375, -41.25 14.6875, -40.9375 14.6875, -40.9375 14.375, -41.25 14.375))", @@ -14853,52 +11746,7 @@ "id": "802", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.55236663564181, - 44.55236663564181, - 44.55236663564181, - 44.55236663564181, - 44.55236663564181, - 44.55236663564181, - 44.55236663564181, - 44.55236663564181 - ], - "relative wind speed": [ - 0.44950144534582986, - 0.44950144534582986, - 0.44950144534582986, - 0.44950144534582986, - 0.44950144534582986, - 0.44950144534582986, - 0.44950144534582986, - 0.44950144534582986 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 14.6875, -40.625 15, -40.3125 15, -40.3125 14.6875, -40.625 14.6875))", @@ -14930,13 +11778,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 552.2318254116949, + 552.2318254116942, 631.0781805243653, 268.9528914765808, -187.65331962476114, -494.80939060787637, -529.0984602406213, - -299.6507596151506, + -299.6507596151507, 136.87857187804502 ], "relative wind speed": [ @@ -14950,14 +11798,14 @@ 1.8087429204246672 ], "relative wind angle": [ - 0.10296422131154769, - 0.05806102119727741, + 0.10296422131154877, + 0.058061021197277414, 0.201355780550391, 0.26593618636067073, 0.16360657105507967, 0.09710104825571296, - 0.25770548393166, - 0.2312065960180292 + 0.25770548393166043, + 0.23120659601802923 ], "resistance": [ 97186.7318254117, @@ -15010,37 +11858,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 722.2892849701566, + 722.2892849701523, 588.4869421407868, - 112.78456933501457, + 112.78456933501388, -365.4795447072544, -596.7066241710032, -538.5811155843281, - -175.03378952051366, + -175.03378952051344, 337.22030625257776 ], "relative wind speed": [ - 2.1881202977463357, + 2.188120297746335, 2.140578023668594, - 1.8955904745564878, + 1.8955904745564873, 1.5494093850704689, 1.3049513928651404, 1.38155502957256, 1.7022060180603555, - 2.0223993504265505 + 2.02239935042655 ], "relative wind angle": [ - 0.04560983191403854, + 0.04560983191404342, 0.11341262337737729, - 0.2355323560690109, + 0.23553235606901093, 0.2500051662620781, 0.07652594776609843, 0.17625596962986115, - 0.2628900071596779, - 0.1906997764235858 + 0.2628900071596775, + 0.19069977642358463 ], "resistance": [ - 97356.78928497017, + 97356.78928497016, 97222.98694214081, 96747.28456933502, 96269.02045529276, @@ -15050,7 +11898,7 @@ 96971.7203062526 ], "fuel": [ - 39.699709933502845, + 39.69970993350283, 39.630458192351966, 39.38478956040474, 39.13864681958128, @@ -15077,52 +11925,7 @@ "id": "808", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.72726880937064, - 65.72726880937064, - 65.72726880937064, - 65.72726880937064, - 65.72726880937064, - 65.72726880937064, - 65.72726880937064, - 65.72726880937064 - ], - "relative wind speed": [ - 0.5459696436095852, - 0.5459696436095852, - 0.5459696436095852, - 0.5459696436095852, - 0.5459696436095852, - 0.5459696436095852, - 0.5459696436095852, - 0.5459696436095852 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 13.4375, -42.1875 13.75, -41.875 13.75, -41.875 13.4375, -42.1875 13.4375))", @@ -15154,32 +11957,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1179.2031820385646, + 1179.2031820385623, 452.6164785022338, - -409.60958615282675, + -409.60958615282766, -954.0425736338843, -981.8043103086393, - -499.035165131839, + -499.03516513183877, 346.768936624313, 1115.5334139293905 ], "relative wind speed": [ 2.765328818465233, 2.500727471385266, - 2.045930136002542, - 1.6293906604078998, + 2.0459301360025415, + 1.6293906604078996, 1.5992745980772136, - 1.9877335908386737, + 1.9877335908386735, 2.4533431461754334, 2.7476915383763267 ], "relative wind angle": [ - 0.07639734645299827, + 0.07639734645299973, 0.22732606029425517, - 0.2904845012884577, - 0.1634348971197696, - 0.13235740379801753, - 0.28748094615139275, + 0.2904845012884581, + 0.16343489711976894, + 0.13235740379801755, + 0.28748094615139236, 0.2411843647248279, 0.09663691996345221 ], @@ -15234,34 +12037,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1027.958873354064, + 1027.958873354065, 214.40272229280663, - -626.1164131678624, + -626.1164131678636, -1048.1909572501745, - -965.2908700269732, + -965.2908700269736, -350.3020576774338, 538.2222426272492, - 1219.3339417901611 + 1219.3339417901593 ], "relative wind speed": [ - 2.933263562270505, + 2.933263562270504, 2.6320930825027204, 2.2031572900538645, 1.8965567080759045, 1.9731468855721452, 2.3599639325269854, 2.7646775061604236, - 2.983356567834156 + 2.9833565678341563 ], "relative wind angle": [ - 0.09776399093788687, + 0.09776399093788461, 0.2083105818810936, - 0.2212570279097037, - 0.07358447537356796, - 0.14561780440419803, + 0.2212570279097052, + 0.07358447537356795, + 0.1456178044041988, 0.23275016320916742, 0.175787445528926, - 0.04675338939434683 + 0.046753389394349205 ], "resistance": [ 97662.45887335406, @@ -15314,34 +12117,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1743.9216997723906, + 1743.9216997723897, 668.6253687501548, - -637.9869548523525, + -637.9869548523543, -1475.2383035400094, - -1529.1566001698334, + -1529.1566001698343, -816.6746902036725, - 458.66906633167036, - 1619.6084860957926 + 458.6690663316713, + 1619.6084860957935 ], "relative wind speed": [ - 3.598944208801835, + 3.5989442088018344, 3.300759436849311, - 2.7916260839119635, + 2.791626083911963, 2.337499361914231, - 2.296007528932027, + 2.2960075289320274, 2.7072194464119512, 3.22968633130265, - 3.5721347572608986 + 3.572134757260898 ], "relative wind angle": [ 0.06239493561007798, 0.18918945186138583, - 0.23627196298683667, - 0.130158170555788, - 0.09789561046373764, + 0.23627196298683714, + 0.13015817055578802, + 0.0978956104637399, 0.23135272174641305, - 0.20373681153069678, - 0.0850338168697667 + 0.20373681153069625, + 0.08503381686976538 ], "resistance": [ 98378.42169977241, @@ -15394,9 +12197,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1582.8794668115215, + 1582.8794668115124, 764.7398066792289, - -357.9781587829484, + -357.9781587829498, -1175.4653304368956, -1322.1490088579433, -843.9806921544382, @@ -15406,22 +12209,22 @@ "relative wind speed": [ 3.311814191906298, 3.082994805112023, - 2.62914623441607, - 2.170113458451081, + 2.6291462344160696, + 2.1701134584510813, 2.046045513464013, 2.376879996240967, 2.8708893331046355, 3.2318760901878134 ], "relative wind angle": [ - 0.03751710298365044, - 0.17470025926895136, - 0.24338904959874355, - 0.1667492301812665, + 0.03751710298365636, + 0.17470025926895139, + 0.24338904959874358, + 0.16674923018126786, 0.06074985505665803, - 0.22740355550446725, + 0.22740355550446723, 0.22253246777691507, - 0.1116812516107721 + 0.11168125161077211 ], "resistance": [ 98217.37946681154, @@ -15461,68 +12264,7 @@ "id": "830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.35504084818372, - 9.35504084818372, - 9.35504084818372, - 9.35504084818372, - 9.35504084818372, - 9.35504084818372, - 9.35504084818372, - 9.35504084818372 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1305.4272913140871, - 111.87081515005184, - -988.8827684127214, - -1430.9634370974536, - -1200.8929995605213, - -240.37757372636634, - 996.0589659434722, - 1835.3766550725963 - ], - "relative wind speed": [ - 3.207250796814525, - 2.7789642082848847, - 2.215476250240986, - 1.8687213306120762, - 2.0745108225206237, - 2.620574508670601, - 3.11154588766432, - 3.3313560924851653 - ], - "relative wind angle": [ - 0.1436762637440217, - 0.26644657238026315, - 0.2628146218729622, - 0.04404290337102005, - 0.2232129691886636, - 0.2829811293302536, - 0.18605346663004876, - 0.024700353751562827 - ], - "resistance": [ - 97939.92729131407, - 96746.37081515003, - 95645.61723158727, - 95203.53656290253, - 95433.60700043946, - 96394.12242627362, - 97630.55896594346, - 98469.87665507258 - ], - "fuel": [ - 41.36869090601162, - 40.75070834384615, - 40.1854746296909, - 39.959736495509645, - 40.07712582189976, - 40.569339291308495, - 41.20800168213292, - 41.6447798385603 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 10, -42.8125 10.3125, -42.5 10.3125, -42.5 10, -42.8125 10))", @@ -15541,68 +12283,7 @@ "id": "839", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.95880174576636, - 6.95880174576636, - 6.95880174576636, - 6.95880174576636, - 6.95880174576636, - 6.95880174576636, - 6.95880174576636, - 6.95880174576636 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -270.9890340155598, - -897.7612010204372, - -991.5426983659778, - -560.3535473553497, - 290.6542659492145, - 1141.5978144066712, - 1356.3777915496335, - 638.3945280161515 - ], - "relative wind speed": [ - 1.8942876184511233, - 1.355451825344694, - 1.231471797848333, - 1.6775048260788088, - 2.2292803568336597, - 2.592444182610567, - 2.653581297395245, - 2.3966631071687865 - ], - "relative wind angle": [ - 0.3867899411277004, - 0.28334384631129494, - 0.14558850381030133, - 0.3860262962793604, - 0.3262923226817251, - 0.14669674565175497, - 0.06737712790360334, - 0.26668185505579106 - ], - "resistance": [ - 96363.51096598447, - 95736.7387989796, - 95642.95730163406, - 96074.14645264468, - 96925.15426594924, - 97776.0978144067, - 97990.87779154966, - 97272.89452801619 - ], - "fuel": [ - 39.43617617850761, - 39.11467072501777, - 39.06669083053184, - 39.28756376852938, - 39.725515337651764, - 40.16612836472936, - 40.277765904556844, - 39.905247418523544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 11.5625, -42.1875 11.875, -41.875 11.875, -41.875 11.5625, -42.1875 11.5625))", @@ -15634,19 +12315,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 446.8443614885173, + 446.84436148851637, -654.7461314469606, - -1288.2924612869695, + -1288.2924612869692, -1258.3854081082382, -557.2465610068289, 561.8681173963878, - 1506.3266358216015, + 1506.3266358216042, 1437.60405644206 ], "relative wind speed": [ 2.881622025695096, 2.3714905036106138, - 1.950306629345955, + 1.9503066293459548, 1.977175241421652, 2.424609139073542, 2.9254927392722627, @@ -15654,14 +12335,14 @@ 3.2051915763272687 ], "relative wind angle": [ - 0.22342300003494442, + 0.22342300003494545, 0.2636317768038781, - 0.12103669936332147, - 0.1446287095015285, - 0.26647468507674127, + 0.12103669936332055, + 0.14462870950152848, + 0.26647468507674166, 0.21284418758426293, - 0.0731599519112743, - 0.08902343815176833 + 0.0731599519112728, + 0.08902343815176834 ], "resistance": [ 97081.3443614885, @@ -15701,68 +12382,7 @@ "id": "846", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.736550307407112, - 5.736550307407112, - 5.736550307407112, - 5.736550307407112, - 5.736550307407112, - 5.736550307407112, - 5.736550307407112, - 5.736550307407112 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -279.40361096632876, - -704.8160990083315, - -720.4526910705781, - -326.47176054165686, - 352.1396020249167, - 980.2276430918753, - 1016.0905160936752, - 409.31567647429483 - ], - "relative wind speed": [ - 1.496118239182421, - 1.0035475718317364, - 0.9768742312428119, - 1.4528731001539432, - 1.9491750253086593, - 2.242887722551431, - 2.2546329637515474, - 1.9816187372323644 - ], - "relative wind angle": [ - 0.44780893328187876, - 0.2878571783506035, - 0.25338968603342593, - 0.44945102987132984, - 0.33879316085813227, - 0.12737025430787882, - 0.10883084098947712, - 0.3241923774767367 - ], - "resistance": [ - 96355.09638903369, - 95929.68390099169, - 95914.04730892944, - 96308.02823945836, - 96986.63960202494, - 97614.72764309189, - 97650.5905160937, - 97043.8156764743 - ], - "fuel": [ - 39.00756596105377, - 38.789202758738156, - 38.78118936492025, - 38.98337286144833, - 39.33297749055312, - 39.65808066470717, - 39.67668786335619, - 39.36251153186247 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 19.375, -39.6875 19.6875, -39.375 19.6875, -39.375 19.375, -39.6875 19.375))", @@ -15781,52 +12401,7 @@ "id": "851", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 64.06412151825774, - 64.06412151825774, - 64.06412151825774, - 64.06412151825774, - 64.06412151825774, - 64.06412151825774, - 64.06412151825774, - 64.06412151825774 - ], - "relative wind speed": [ - 0.5390178416739952, - 0.5390178416739952, - 0.5390178416739952, - 0.5390178416739952, - 0.5390178416739952, - 0.5390178416739952, - 0.5390178416739952, - 0.5390178416739952 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 19.0625, -40 19.375, -39.6875 19.375, -39.6875 19.0625, -40 19.0625))", @@ -15845,52 +12420,7 @@ "id": "856", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 64.09859807393343, - 64.09859807393343, - 64.09859807393343, - 64.09859807393343, - 64.09859807393343, - 64.09859807393343, - 64.09859807393343, - 64.09859807393343 - ], - "relative wind speed": [ - 0.539162860279211, - 0.539162860279211, - 0.539162860279211, - 0.539162860279211, - 0.539162860279211, - 0.539162860279211, - 0.539162860279211, - 0.539162860279211 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 19.0625, -38.4375 19.375, -38.125 19.375, -38.125 19.0625, -38.4375 19.0625))", @@ -15909,52 +12439,7 @@ "id": "869", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 66.75947326338398, - 66.75947326338398, - 66.75947326338398, - 66.75947326338398, - 66.75947326338398, - 66.75947326338398, - 66.75947326338398, - 66.75947326338398 - ], - "relative wind speed": [ - 0.550239994076318, - 0.550239994076318, - 0.550239994076318, - 0.550239994076318, - 0.550239994076318, - 0.550239994076318, - 0.550239994076318, - 0.550239994076318 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 17.8125, -40 18.125, -39.6875 18.125, -39.6875 17.8125, -40 17.8125))", @@ -15973,52 +12458,7 @@ "id": "884", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.86245496353871, - 46.86245496353871, - 46.86245496353871, - 46.86245496353871, - 46.86245496353871, - 46.86245496353871, - 46.86245496353871, - 46.86245496353871 - ], - "relative wind speed": [ - 0.46100774442975667, - 0.46100774442975667, - 0.46100774442975667, - 0.46100774442975667, - 0.46100774442975667, - 0.46100774442975667, - 0.46100774442975667, - 0.46100774442975667 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 17.5, -40 17.8125, -39.6875 17.8125, -39.6875 17.5, -40 17.5))", @@ -16037,52 +12477,7 @@ "id": "886", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.374362412975195, - 38.374362412975195, - 38.374362412975195, - 38.374362412975195, - 38.374362412975195, - 38.374362412975195, - 38.374362412975195, - 38.374362412975195 - ], - "relative wind speed": [ - 0.41717309312562983, - 0.41717309312562983, - 0.41717309312562983, - 0.41717309312562983, - 0.41717309312562983, - 0.41717309312562983, - 0.41717309312562983, - 0.41717309312562983 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 18.125, -38.75 18.4375, -38.4375 18.4375, -38.4375 18.125, -38.75 18.125))", @@ -16101,52 +12496,7 @@ "id": "894", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.002730015238285, - 58.002730015238285, - 58.002730015238285, - 58.002730015238285, - 58.002730015238285, - 58.002730015238285, - 58.002730015238285, - 58.002730015238285 - ], - "relative wind speed": [ - 0.5128849088970383, - 0.5128849088970383, - 0.5128849088970383, - 0.5128849088970383, - 0.5128849088970383, - 0.5128849088970383, - 0.5128849088970383, - 0.5128849088970383 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 18.125, -38.4375 18.4375, -38.125 18.4375, -38.125 18.125, -38.4375 18.125))", @@ -16165,52 +12515,7 @@ "id": "895", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.60262684726466, - 52.60262684726466, - 52.60262684726466, - 52.60262684726466, - 52.60262684726466, - 52.60262684726466, - 52.60262684726466, - 52.60262684726466 - ], - "relative wind speed": [ - 0.48842672528639275, - 0.48842672528639275, - 0.48842672528639275, - 0.48842672528639275, - 0.48842672528639275, - 0.48842672528639275, - 0.48842672528639275, - 0.48842672528639275 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 18.125, -38.125 18.4375, -37.8125 18.4375, -37.8125 18.125, -38.125 18.125))", @@ -16229,52 +12534,7 @@ "id": "898", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.91219881244206, - 41.91219881244206, - 41.91219881244206, - 41.91219881244206, - 41.91219881244206, - 41.91219881244206, - 41.91219881244206, - 41.91219881244206 - ], - "relative wind speed": [ - 0.4359793563339864, - 0.4359793563339864, - 0.4359793563339864, - 0.4359793563339864, - 0.4359793563339864, - 0.4359793563339864, - 0.4359793563339864, - 0.4359793563339864 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 17.8125, -38.125 18.125, -37.8125 18.125, -37.8125 17.8125, -38.125 17.8125))", @@ -16293,52 +12553,7 @@ "id": "900", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.058988848938945, - 39.058988848938945, - 39.058988848938945, - 39.058988848938945, - 39.058988848938945, - 39.058988848938945, - 39.058988848938945, - 39.058988848938945 - ], - "relative wind speed": [ - 0.4208779768813752, - 0.4208779768813752, - 0.4208779768813752, - 0.4208779768813752, - 0.4208779768813752, - 0.4208779768813752, - 0.4208779768813752, - 0.4208779768813752 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 17.5, -38.125 17.8125, -37.8125 17.8125, -37.8125 17.5, -38.125 17.5))", @@ -16357,52 +12572,7 @@ "id": "902", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.42790718446925, - 34.42790718446925, - 34.42790718446925, - 34.42790718446925, - 34.42790718446925, - 34.42790718446925, - 34.42790718446925, - 34.42790718446925 - ], - "relative wind speed": [ - 0.3951400175756139, - 0.3951400175756139, - 0.3951400175756139, - 0.3951400175756139, - 0.3951400175756139, - 0.3951400175756139, - 0.3951400175756139, - 0.3951400175756139 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 17.5, -37.8125 17.8125, -37.5 17.8125, -37.5 17.5, -37.8125 17.5))", @@ -16421,52 +12591,7 @@ "id": "903", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 33.25526213722882, - 33.25526213722882, - 33.25526213722882, - 33.25526213722882, - 33.25526213722882, - 33.25526213722882, - 33.25526213722882, - 33.25526213722882 - ], - "relative wind speed": [ - 0.38835230829954126, - 0.38835230829954126, - 0.38835230829954126, - 0.38835230829954126, - 0.38835230829954126, - 0.38835230829954126, - 0.38835230829954126, - 0.38835230829954126 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.9375 19.375, -35.9375 19.6875, -35.625 19.6875, -35.625 19.375, -35.9375 19.375))", @@ -16498,34 +12623,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 465.3556136229545, + 465.35561362295357, 818.5678001413416, - 542.211286791498, + 542.2112867914966, -4.059206175184045, -493.14063647602325, -665.5629618604565, -546.3609655837047, - -92.64320296146798 + -92.6432029614682 ], "relative wind speed": [ - 2.268505172481521, + 2.2685051724815204, 2.392915771109103, 2.301492778743361, 2.0273112934202455, - 1.6913512620695512, + 1.6913512620695514, 1.5102115486437666, 1.6461821887846553, 1.9740298196456934 ], "relative wind angle": [ - 0.1466250521874879, + 0.14662505218748867, 0.01141473792064134, - 0.12756811864113543, - 0.21948361319202636, - 0.19723148150000738, + 0.12756811864113718, + 0.2194836131920264, + 0.19723148150000797, 0.01808713658812364, 0.17881843069086825, - 0.22550882672226308 + 0.2255088267222631 ], "resistance": [ 97099.85561362297, @@ -16578,17 +12703,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 525.0733405081594, + 525.073340508158, 859.8410459733702, - 523.8291252457504, + 523.8291252457495, -43.36531515506272, -525.999903105259, -670.4170387899987, - -525.1415483037842, + -525.1415483037841, -41.93800594096342 ], "relative wind speed": [ - 2.246741179951621, + 2.2467411799516204, 2.35915803005867, 2.246198663505148, 1.9472873841719556, @@ -16598,13 +12723,13 @@ 1.9481722955853125 ], "relative wind angle": [ - 0.14789136109200235, + 0.14789136109200313, 0.00019322491001049993, - 0.14821752228381474, + 0.1482175222838155, 0.24305447373695643, - 0.20927423415289506, + 0.2092742341528951, 0.00032060056465817686, - 0.20958575751099942, + 0.2095857575109989, 0.24294184689181395 ], "resistance": [ @@ -16658,34 +12783,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 285.3880689907144, + 285.3880689907139, 676.6579054180434, 596.2413498562491, 150.63539917091816, -319.90202786336465, -569.0900587884598, - -534.1204304188556, + -534.1204304188557, -205.61479349666183 ], "relative wind speed": [ - 1.959554308868234, + 1.9595543088682335, 2.1382508495981782, 2.1091523071424647, 1.8818800733744854, - 1.5434708439336562, + 1.543470843933656, 1.2845382982496094, - 1.3317777144677525, + 1.3317777144677527, 1.6372790614044308 ], "relative wind angle": [ - 0.2013439162803191, + 0.20134391628031914, 0.059012215433902636, 0.10141725060611455, - 0.22949333809304232, - 0.25670807258296297, + 0.2294933380930423, + 0.25670807258296213, 0.09833351066630681, - 0.1610356276644089, - 0.2645439724096236 + 0.1610356276644103, + 0.26454397240962363 ], "resistance": [ 96919.88806899072, @@ -16725,52 +12850,7 @@ "id": "941", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 54.801303740262554, - 54.801303740262554, - 54.801303740262554, - 54.801303740262554, - 54.801303740262554, - 54.801303740262554, - 54.801303740262554, - 54.801303740262554 - ], - "relative wind speed": [ - 0.4985298283470685, - 0.4985298283470685, - 0.4985298283470685, - 0.4985298283470685, - 0.4985298283470685, - 0.4985298283470685, - 0.4985298283470685, - 0.4985298283470685 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 16.5625, -38.125 16.875, -37.8125 16.875, -37.8125 16.5625, -38.125 16.5625))", @@ -16789,52 +12869,7 @@ "id": "944", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.28844256427782, - 29.28844256427782, - 29.28844256427782, - 29.28844256427782, - 29.28844256427782, - 29.28844256427782, - 29.28844256427782, - 29.28844256427782 - ], - "relative wind speed": [ - 0.3644549408632394, - 0.3644549408632394, - 0.3644549408632394, - 0.3644549408632394, - 0.3644549408632394, - 0.3644549408632394, - 0.3644549408632394, - 0.3644549408632394 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 16.5625, -37.8125 16.875, -37.5 16.875, -37.5 16.5625, -37.8125 16.5625))", @@ -16853,52 +12888,7 @@ "id": "945", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.743850027967234, - 19.743850027967234, - 19.743850027967234, - 19.743850027967234, - 19.743850027967234, - 19.743850027967234, - 19.743850027967234, - 19.743850027967234 - ], - "relative wind speed": [ - 0.2992344732281115, - 0.2992344732281115, - 0.2992344732281115, - 0.2992344732281115, - 0.2992344732281115, - 0.2992344732281115, - 0.2992344732281115, - 0.2992344732281115 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 16.25, -38.125 16.5625, -37.8125 16.5625, -37.8125 16.25, -38.125 16.25))", @@ -16917,52 +12907,7 @@ "id": "946", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 25.10164024285599, - 25.10164024285599, - 25.10164024285599, - 25.10164024285599, - 25.10164024285599, - 25.10164024285599, - 25.10164024285599, - 25.10164024285599 - ], - "relative wind speed": [ - 0.33740130155290793, - 0.33740130155290793, - 0.33740130155290793, - 0.33740130155290793, - 0.33740130155290793, - 0.33740130155290793, - 0.33740130155290793, - 0.33740130155290793 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 15.9375, -39.375 16.25, -39.0625 16.25, -39.0625 15.9375, -39.375 15.9375))", @@ -16981,52 +12926,7 @@ "id": "952", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 48.70020101424843, - 48.70020101424843, - 48.70020101424843, - 48.70020101424843, - 48.70020101424843, - 48.70020101424843, - 48.70020101424843, - 48.70020101424843 - ], - "relative wind speed": [ - 0.4699602000529191, - 0.4699602000529191, - 0.4699602000529191, - 0.4699602000529191, - 0.4699602000529191, - 0.4699602000529191, - 0.4699602000529191, - 0.4699602000529191 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 15.9375, -39.0625 16.25, -38.75 16.25, -38.75 15.9375, -39.0625 15.9375))", @@ -17045,52 +12945,7 @@ "id": "953", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.78299197804313, - 39.78299197804313, - 39.78299197804313, - 39.78299197804313, - 39.78299197804313, - 39.78299197804313, - 39.78299197804313, - 39.78299197804313 - ], - "relative wind speed": [ - 0.42476079424392055, - 0.42476079424392055, - 0.42476079424392055, - 0.42476079424392055, - 0.42476079424392055, - 0.42476079424392055, - 0.42476079424392055, - 0.42476079424392055 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 15.625, -39.0625 15.9375, -38.75 15.9375, -38.75 15.625, -39.0625 15.625))", @@ -17109,52 +12964,7 @@ "id": "955", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.8159685946587, - 36.8159685946587, - 36.8159685946587, - 36.8159685946587, - 36.8159685946587, - 36.8159685946587, - 36.8159685946587, - 36.8159685946587 - ], - "relative wind speed": [ - 0.4086145420401801, - 0.4086145420401801, - 0.4086145420401801, - 0.4086145420401801, - 0.4086145420401801, - 0.4086145420401801, - 0.4086145420401801, - 0.4086145420401801 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 15.3125, -39.6875 15.625, -39.375 15.625, -39.375 15.3125, -39.6875 15.3125))", @@ -17173,52 +12983,7 @@ "id": "957", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.73994434695701, - 39.73994434695701, - 39.73994434695701, - 39.73994434695701, - 39.73994434695701, - 39.73994434695701, - 39.73994434695701, - 39.73994434695701 - ], - "relative wind speed": [ - 0.42453092346125004, - 0.42453092346125004, - 0.42453092346125004, - 0.42453092346125004, - 0.42453092346125004, - 0.42453092346125004, - 0.42453092346125004, - 0.42453092346125004 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 15.3125, -39.0625 15.625, -38.75 15.625, -38.75 15.3125, -39.0625 15.3125))", @@ -17237,52 +13002,7 @@ "id": "961", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 31.995201175604716, - 31.995201175604716, - 31.995201175604716, - 31.995201175604716, - 31.995201175604716, - 31.995201175604716, - 31.995201175604716, - 31.995201175604716 - ], - "relative wind speed": [ - 0.3809238154504725, - 0.3809238154504725, - 0.3809238154504725, - 0.3809238154504725, - 0.3809238154504725, - 0.3809238154504725, - 0.3809238154504725, - 0.3809238154504725 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 15, -39.375 15.3125, -39.0625 15.3125, -39.0625 15, -39.375 15))", @@ -17301,52 +13021,7 @@ "id": "962", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 40.60857330587171, - 40.60857330587171, - 40.60857330587171, - 40.60857330587171, - 40.60857330587171, - 40.60857330587171, - 40.60857330587171, - 40.60857330587171 - ], - "relative wind speed": [ - 0.42914550601486146, - 0.42914550601486146, - 0.42914550601486146, - 0.42914550601486146, - 0.42914550601486146, - 0.42914550601486146, - 0.42914550601486146, - 0.42914550601486146 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 15, -39.0625 15.3125, -38.75 15.3125, -38.75 15, -39.0625 15))", @@ -17365,52 +13040,7 @@ "id": "963", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 33.728252138340984, - 33.728252138340984, - 33.728252138340984, - 33.728252138340984, - 33.728252138340984, - 33.728252138340984, - 33.728252138340984, - 33.728252138340984 - ], - "relative wind speed": [ - 0.3911043271707757, - 0.3911043271707757, - 0.3911043271707757, - 0.3911043271707757, - 0.3911043271707757, - 0.3911043271707757, - 0.3911043271707757, - 0.3911043271707757 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 15.9375, -38.125 16.25, -37.8125 16.25, -37.8125 15.9375, -38.125 15.9375))", @@ -17429,52 +13059,7 @@ "id": "964", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.713561031131405, - 16.713561031131405, - 16.713561031131405, - 16.713561031131405, - 16.713561031131405, - 16.713561031131405, - 16.713561031131405, - 16.713561031131405 - ], - "relative wind speed": [ - 0.27531520612966426, - 0.27531520612966426, - 0.27531520612966426, - 0.27531520612966426, - 0.27531520612966426, - 0.27531520612966426, - 0.27531520612966426, - 0.27531520612966426 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 15.625, -38.125 15.9375, -37.8125 15.9375, -37.8125 15.625, -38.125 15.625))", @@ -17493,52 +13078,7 @@ "id": "966", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 13.880032029759791, - 13.880032029759791, - 13.880032029759791, - 13.880032029759791, - 13.880032029759791, - 13.880032029759791, - 13.880032029759791, - 13.880032029759791 - ], - "relative wind speed": [ - 0.25089438228997923, - 0.25089438228997923, - 0.25089438228997923, - 0.25089438228997923, - 0.25089438228997923, - 0.25089438228997923, - 0.25089438228997923, - 0.25089438228997923 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 15.3125, -38.75 15.625, -38.4375 15.625, -38.4375 15.3125, -38.75 15.3125))", @@ -17557,52 +13097,7 @@ "id": "968", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.48927512701354, - 20.48927512701354, - 20.48927512701354, - 20.48927512701354, - 20.48927512701354, - 20.48927512701354, - 20.48927512701354, - 20.48927512701354 - ], - "relative wind speed": [ - 0.30483090831179327, - 0.30483090831179327, - 0.30483090831179327, - 0.30483090831179327, - 0.30483090831179327, - 0.30483090831179327, - 0.30483090831179327, - 0.30483090831179327 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 15, -37.8125 15.3125, -37.5 15.3125, -37.5 15, -37.8125 15))", @@ -17634,19 +13129,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 130.6221566062925, + 130.62215660629136, -226.90311744535416, - -436.03356014930955, + -436.0335601493107, -432.0992794179033, - -213.22515231038938, + -213.22515231038915, 146.54698937324474, 448.85502601677763, 439.66648510193113 ], "relative wind speed": [ - 2.0277679710202747, + 2.0277679710202743, 1.8057383952922283, - 1.6337325432501548, + 1.6337325432501546, 1.6381612132436842, 1.8153989752095618, 2.0363755133214148, @@ -17654,13 +13149,13 @@ 2.1734636465585493 ], "relative wind angle": [ - 0.13452892492683508, + 0.1345289249268359, 0.14905709069887682, - 0.06570533832084684, + 0.06570533832084853, 0.07115379076045832, - 0.15037968451989142, + 0.15037968451989067, 0.13206978789627544, - 0.04929780368991963, + 0.04929780368991962, 0.053609755197733415 ], "resistance": [ @@ -17714,34 +13209,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 415.423349787349, + 415.4233497873465, 525.8235794433215, 247.43166499537506, - -137.01354563204586, + -137.01354563204563, -415.94943421282085, -463.47740113880536, -298.953075642439, 58.2254007304748 ], "relative wind speed": [ - 2.041413235875096, + 2.0414132358750954, 2.0832708458557616, 1.95888011592488, - 1.718571113720754, + 1.7185711137207538, 1.4854350932982465, 1.4261374403666076, 1.5926939779637919, 1.849432005533755 ], "relative wind angle": [ - 0.09096015236208142, - 0.03196123808479197, + 0.09096015236208387, + 0.031961238084791975, 0.1432130216373501, - 0.19251572196551558, - 0.12515950659975233, + 0.19251572196551442, + 0.12515950659975236, 0.046697309342406054, 0.17645276265294899, - 0.17874105937040338 + 0.1787410593704034 ], "resistance": [ 97049.92334978735, @@ -17794,9 +13289,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 553.4368154805652, + 553.436815480565, 570.4877372257884, - 197.67020794011637, + 197.6702079401157, -244.74053429457786, -517.2521343549082, -524.6143014813567, @@ -17804,7 +13299,7 @@ 168.57201369493828 ], "relative wind speed": [ - 2.192316949532008, + 2.1923169495320076, 2.1983709529229913, 2.02663295653297, 1.7477172085453359, @@ -17815,11 +13310,11 @@ ], "relative wind angle": [ 0.06902682416966811, - 0.06091582958496239, - 0.16880164984675053, + 0.06091582958496238, + 0.1688016498467519, 0.20026630382367613, 0.10005928265334697, - 0.08904849819996871, + 0.08904849819996873, 0.19818630361353823, 0.1737819903446488 ], @@ -17874,34 +13369,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 430.3821629806371, + 430.3821629806346, 434.24751057653543, - 142.29562433610477, + 142.2956243361043, -200.14030202669687, - -406.76641827353365, + -406.7664182735333, -408.43128747669107, -205.8148039564296, - 135.66688087893385 + 135.66688087893363 ], "relative wind speed": [ - 1.9851076368173708, + 1.9851076368173706, 1.986630424313361, - 1.8368984480197548, + 1.8368984480197543, 1.5995324686022567, 1.4062170032150014, 1.4040648656932269, 1.5949616551955854, - 1.8329196577506595 + 1.8329196577506597 ], "relative wind angle": [ - 0.061872916612394996, - 0.05964829043330808, + 0.06187291661239859, + 0.059648290433308084, 0.15866476164439539, - 0.18359424264626167, - 0.08739935236051191, + 0.1835942426462617, + 0.08739935236051065, 0.08444747310026952, 0.18298606481672516, - 0.16000027873453065 + 0.16000027873453207 ], "resistance": [ 97064.88216298066, @@ -17954,17 +13449,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 393.57248018387804, + 393.57248018387554, 362.6153156238945, - 95.85502970034236, + 95.85502970034281, -198.133891455602, -360.419695201949, -347.07357052585155, - -152.80934591790185, + -152.80934591790174, 148.83802810760176 ], "relative wind speed": [ - 1.8398004909437558, + 1.8398004909437555, 1.8266089412481963, 1.6731886841382777, 1.4451914664707821, @@ -17974,14 +13469,14 @@ 1.7077251868688688 ], "relative wind angle": [ - 0.05200747863394903, + 0.052007478633953295, 0.07300177792394114, - 0.17059315829753724, + 0.17059315829753657, 0.18686236206495713, 0.07521209544001241, 0.10332745493317715, - 0.19246172549097598, - 0.15787174087754058 + 0.19246172549097595, + 0.15787174087754055 ], "resistance": [ 97028.0724801839, @@ -18034,9 +13529,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 411.9238635024076, + 411.92386350240645, 224.9622224342072, - -72.20671929582795, + -72.20671929582863, -311.98807890115336, -369.61171769026305, -275.8572992414379, @@ -18044,23 +13539,23 @@ 276.5135575831739 ], "relative wind speed": [ - 2.0823011491097674, + 2.082301149109767, 2.004909540527533, 1.8323635424883125, 1.6545429930278976, 1.5883149908795988, 1.6849511328636186, - 1.871140410016415, + 1.8711404100164153, 2.03007637049915 ], "relative wind angle": [ 0.00939516798716844, 0.094155225868712, - 0.13521424225477544, - 0.09735715836241153, + 0.13521424225477707, + 0.09735715836241154, 0.012317314944477385, - 0.11210372825568996, - 0.13239544289912672, + 0.11210372825568997, + 0.13239544289912755, 0.07930537363485218 ], "resistance": [ @@ -18114,33 +13609,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 152.45513706596012, + 152.45513706595875, -194.85233971768616, - -410.57338357658114, + -410.5733835765816, -418.36660734522536, - -221.67937915471225, + -221.67937915471202, 121.1713552857102, - 422.77767307918134, + 422.7776730791825, 440.9236235078913 ], "relative wind speed": [ - 1.9217831203837163, + 1.921783120383716, 1.6947691427922094, - 1.5071649102140463, + 1.507164910214046, 1.49767854109083, - 1.674343202293958, + 1.6743432022939582, 1.9037943884514201, 2.0555119688971026, 2.062434122200222 ], "relative wind angle": [ - 0.14352076204014078, + 0.14352076204014236, 0.16770521778011313, 0.08316485756452133, 0.07072396451961413, - 0.1649122638155656, + 0.16491226381556562, 0.14914569148924967, - 0.06094649964431715, + 0.06094649964431533, 0.05133739098745826 ], "resistance": [ @@ -18194,9 +13689,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 698.8836124698453, + 698.8836124698435, 973.9842717554595, - 522.246804617095, + 522.2468046170941, -140.17939774483602, -652.2559399178423, -771.6000345206505, @@ -18206,7 +13701,7 @@ "relative wind speed": [ 2.3821904351847776, 2.469282927425657, - 2.3085166857990926, + 2.308516685799092, 1.95459775323698, 1.5667802043345573, 1.4255782344384522, @@ -18214,14 +13709,14 @@ 2.0758562332737363 ], "relative wind angle": [ - 0.13678102431154354, + 0.13678102431154518, 0.02542513665972382, - 0.18013561410596013, + 0.1801356141059595, 0.2704204811492237, - 0.20883366394179695, + 0.20883366394179698, 0.0440490712627773, 0.24974498606126988, - 0.25426304418348755 + 0.2542630441834875 ], "resistance": [ 97333.38361246983, @@ -18274,17 +13769,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 772.0171547547104, + 772.017154754709, 952.4507611751462, 449.5567155284982, -220.44268249815923, - -697.5891858182174, + -697.5891858182175, -776.049939120415, - -475.94335302494574, + -475.94335302494596, 147.9640655735277 ], "relative wind speed": [ - 2.415357834975742, + 2.4153578349757416, 2.4719812992103862, 2.2810205179267333, 1.9085921669256853, @@ -18294,14 +13789,14 @@ 2.129542156179275 ], "relative wind angle": [ - 0.11848515592564353, - 0.04626080981881858, - 0.19732219768825576, - 0.2749029742929513, - 0.1875971428774355, - 0.0795964687235858, - 0.2622756902426097, - 0.24575527477871262 + 0.11848515592564354, + 0.046260809818818575, + 0.19732219768825635, + 0.27490297429295124, + 0.1875971428774361, + 0.07959646872358582, + 0.2622756902426101, + 0.2457552747787126 ], "resistance": [ 97406.51715475472, @@ -18354,11 +13849,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 823.1004855515496, + 823.1004855515482, 1092.7662029818523, - 554.555587772343, + 554.555587772342, -207.9538311671729, - -779.535762051273, + -779.5357620512732, -896.404428379381, -594.2125177023449, 100.26011104869963 @@ -18374,12 +13869,12 @@ 2.3219767042214383 ], "relative wind angle": [ - 0.12061787731675869, + 0.12061787731676055, 0.03158515133906309, - 0.17388899565917956, + 0.1738889956591802, 0.2499561623763903, - 0.18030000558473536, - 0.052082115425658965, + 0.180300005584736, + 0.05208211542565897, 0.23131624373614587, 0.2317279275520611 ], @@ -18388,7 +13883,7 @@ 97727.26620298183, 97189.05558777232, 96426.5461688328, - 95854.96423794872, + 95854.9642379487, 95738.09557162061, 96040.28748229764, 96734.76011104869 @@ -18398,7 +13893,7 @@ 40.502245703189494, 40.223348391253154, 39.83006615651591, - 39.53667800966489, + 39.53667800966488, 39.476840011160604, 39.63166967446949, 39.9887742628797 @@ -18434,9 +13929,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 772.9761301035896, + 772.9761301035865, 594.2549316575271, - 94.9411632186343, + 94.94116321863385, -385.3478847352351, -601.8387490120965, -524.0305250628317, @@ -18444,9 +13939,9 @@ 391.1417930283858 ], "relative wind speed": [ - 2.132517566670749, + 2.1325175666707485, 2.0677105113778995, - 1.7949142815808143, + 1.7949142815808141, 1.4155392799909894, 1.1554207655999138, 1.2677545341572103, @@ -18454,14 +13949,14 @@ 1.9694864469047288 ], "relative wind angle": [ - 0.0400614579276162, + 0.040061457927618976, 0.13855473958648998, 0.2760826337276795, 0.29116882804030547, 0.07398766663564867, 0.227210644710493, 0.3046312396054193, - 0.20782152920629246 + 0.2078215292062925 ], "resistance": [ 97407.4761301036, @@ -18514,37 +14009,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 827.7417904628892, + 827.7417904631106, 507.0776760365334, - -34.77828954821007, - -496.02165910429403, + -34.778289548210296, + -496.02165910429414, -636.0688467059407, -497.57610037190125, -37.36186049518665, 504.8182793092599 ], "relative wind speed": [ - 2.268566138937289, + 2.2685661389372886, 2.156877232993106, 1.8586061119701842, - 1.501626511297956, + 1.5016265112979559, 1.3252120357592412, 1.500153281584916, 1.8569228812745733, 2.155851823994664 ], "relative wind angle": [ - 0.00038355853796190207, + 0.0003835585376724487, 0.15496803837766962, - 0.25658623074197584, - 0.22439812502459175, + 0.2565862307419763, + 0.22439812502459125, 0.000656595268192031, 0.22378093879711555, - 0.25682406623259724, - 0.15562009317304068 + 0.2568240662325973, + 0.1556200931730407 ], "resistance": [ - 97462.24179046287, + 97462.2417904631, 97141.57767603651, 96599.72171045178, 96138.47834089569, @@ -18554,7 +14049,7 @@ 97139.31827930924 ], "fuel": [ - 39.82138557781329, + 39.821385577813416, 39.65540591649873, 39.37580418940466, 39.13865997810863, @@ -18594,9 +14089,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 832.0263999287672, + 832.0263999287622, 621.3659670257271, - 84.20279765280384, + 84.20279765280316, -423.64199806620286, -643.5509160144269, -551.8955513934944, @@ -18606,7 +14101,7 @@ "relative wind speed": [ 2.206016163703247, 2.132027489421718, - 1.844965767145684, + 1.8449657671456838, 1.4527003910835596, 1.1927323683995563, 1.3204456071713555, @@ -18614,17 +14109,17 @@ 2.044206298516292 ], "relative wind angle": [ - 0.034634622005096476, - 0.1433746778376713, - 0.2784990371995325, - 0.2880325170022414, + 0.03463462200510289, + 0.14337467783767133, + 0.2784990371995333, + 0.2880325170022415, 0.06408946635020668, - 0.23280150925268273, + 0.2328015092526827, 0.30322835745975146, - 0.2032665369713347 + 0.20326653697133473 ], "resistance": [ - 97466.52639992874, + 97466.52639992873, 97255.8659670257, 96718.70279765278, 96210.85800193377, @@ -18674,37 +14169,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 731.5728524711674, + 731.5728524711617, 492.11208261866227, - 15.305302456407844, + 15.30530245640739, -411.18746277578884, - -567.145182271764, + -567.1451822717646, -463.37779666897575, - -71.41428650836428, + -71.41428650836474, 416.0604812535753 ], "relative wind speed": [ - 2.111728186389162, + 2.1117281863891617, 2.022831211031057, - 1.748076315064666, + 1.7480763150646657, 1.3993172907328848, - 1.2007528980978655, + 1.2007528980978657, 1.345123543455956, - 1.6868410275395902, + 1.6868410275395904, 1.9857277193353728 ], "relative wind angle": [ - 0.01503832203286875, - 0.1487000596845188, - 0.2636611394045272, + 0.015038322032876132, + 0.14870005968451877, + 0.2636611394045268, 0.24882042001381185, - 0.026449533868339245, + 0.026449533868343443, 0.22468138484662, - 0.27347379210448586, + 0.2734737921044863, 0.17441996860115194 ], "resistance": [ - 97366.07285247117, + 97366.07285247116, 97126.61208261867, 96649.80530245641, 96223.3125372242, @@ -18714,7 +14209,7 @@ 97050.56048125357 ], "fuel": [ - 39.599825111603785, + 39.59982511160378, 39.47592680595476, 39.2298597910612, 39.01047523930666, @@ -18754,9 +14249,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 645.8788795814769, + 645.8788795814644, 373.3640499371538, - -56.570601156907514, + -56.57060115690774, -407.0862205839637, -502.8012276227903, -371.7698625622261, @@ -18764,9 +14259,9 @@ 424.734385273787 ], "relative wind speed": [ - 2.0039938662593366, + 2.003993866259336, 1.890821365511654, - 1.6160372342340288, + 1.6160372342340286, 1.2998403704102068, 1.1616029465102056, 1.3379489471092976, @@ -18774,17 +14269,17 @@ 1.917218775413513 ], "relative wind angle": [ - 0.01120603526281303, - 0.16669966058686353, - 0.2637088652025, - 0.21867558426506298, + 0.011206035262832847, + 0.16669966058686356, + 0.2637088652025004, + 0.218675584265063, 0.019333417687806102, 0.23669838567012522, - 0.2566539620213066, + 0.2566539620213065, 0.14761490983728556 ], "resistance": [ - 97280.37887958146, + 97280.37887958145, 97007.86404993714, 96577.92939884307, 96227.41377941602, @@ -18794,7 +14289,7 @@ 97059.23438527377 ], "fuel": [ - 39.472888732594214, + 39.47288873259421, 39.331991732746374, 39.1102666299829, 38.93000832814549, @@ -18834,37 +14329,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 533.4609358359587, + 533.4609358359514, 268.2998073503545, - -118.77288475872228, + -118.77288475872274, -412.62223410602587, - -472.22048236704336, + -472.2204823670413, -324.5376034351423, - 28.43651149776747, + 28.436511497767015, 394.468027052181 ], "relative wind speed": [ 2.17377814068938, 2.0636493681780523, - 1.838533366419982, + 1.8385333664199819, 1.6138650900016067, - 1.5446933219438028, + 1.5446933219438026, 1.6890056687338508, 1.931627273662589, 2.1229291874838556 ], "relative wind angle": [ - 0.021719497632292386, + 0.02171949763230261, 0.1243095732304221, - 0.17198676270823068, + 0.17198676270823135, 0.11744606083419282, - 0.030567238897461126, + 0.030567238897453858, 0.152077726326001, - 0.16362121356787554, + 0.16362121356787623, 0.08919640064149321 ], "resistance": [ - 97167.96093583597, + 97167.96093583596, 96902.79980735037, 96515.72711524129, 96221.877765894, @@ -18874,7 +14369,7 @@ 97028.9680270522 ], "fuel": [ - 39.74958998555303, + 39.74958998555302, 39.61260232593313, 39.41310237165926, 39.26202264519083, @@ -18901,68 +14396,7 @@ "id": "1012", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.256263794433663, - 9.256263794433663, - 9.256263794433663, - 9.256263794433663, - 9.256263794433663, - 9.256263794433663, - 9.256263794433663, - 9.256263794433663 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1234.9963404275195, - 148.08729366510215, - -885.8902828174114, - -1330.2549340561782, - -1147.1230852374217, - -286.1120681817165, - 855.1668083103546, - 1656.9367977144243 - ], - "relative wind speed": [ - 3.1487307524528863, - 2.7578531583884707, - 2.233630958063537, - 1.8966710815909131, - 2.0605294993146717, - 2.560182244637132, - 3.028395600341648, - 3.250065534300077 - ], - "relative wind angle": [ - 0.12950217965160496, - 0.24811717748550974, - 0.2493386802323, - 0.05391614626964454, - 0.19864569637826435, - 0.2677272418404569, - 0.18302333091148584, - 0.03145429316784186 - ], - "resistance": [ - 97869.49634042756, - 96782.58729366514, - 95748.60971718263, - 95304.24506594386, - 95487.37691476262, - 96348.38793181833, - 97489.6668083104, - 98291.43679771447 - ], - "fuel": [ - 41.278539785380275, - 40.71584478957002, - 40.18463255601949, - 39.95755974968526, - 40.051052134648636, - 40.49228771758997, - 41.08140159374216, - 41.498163699704776 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 29.6875, -43.4375 30, -43.125 30, -43.125 29.6875, -43.4375 29.6875))", @@ -18981,68 +14415,7 @@ "id": "1013", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.218454424547367, - 7.218454424547367, - 7.218454424547367, - 7.218454424547367, - 7.218454424547367, - 7.218454424547367, - 7.218454424547367, - 7.218454424547367 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 588.449388482094, - -342.37362046219914, - -957.3392337265999, - -1021.0984034771875, - -540.2848626981383, - 351.2516580888514, - 1207.0521880489482, - 1352.922248262655 - ], - "relative wind speed": [ - 2.4353979695635743, - 1.9241800278988184, - 1.4042522859586803, - 1.3241071549163477, - 1.7817310221387026, - 2.3244913262133515, - 2.6709182358854835, - 2.711543646653164 - ], - "relative wind angle": [ - 0.2674393769066231, - 0.37128131192477576, - 0.24726388461094498, - 0.16084218444112341, - 0.36956867178264025, - 0.30503714991994735, - 0.12903771095836816, - 0.07828454181578685 - ], - "resistance": [ - 97222.94938848208, - 96292.12637953779, - 95677.16076627339, - 95613.4015965228, - 96094.21513730184, - 96985.75165808883, - 97841.55218804894, - 97987.42224826264 - ], - "fuel": [ - 39.98221373218583, - 39.502293882461345, - 39.18699449295106, - 39.154385004701034, - 39.4006691232482, - 39.859611660962834, - 40.30294030572708, - 40.378776930696915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 28.4375, -41.5625 28.75, -41.25 28.75, -41.25 28.4375, -41.5625 28.4375))", @@ -19074,11 +14447,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1986.2201672405076, + -1986.2201672405154, -1661.6208258966708, -329.9078941630205, 1365.1335840716556, - 2495.2821404599235, + 2495.2821404599354, 1746.0095009065662, 105.98461096429583, -1399.3972438543456 @@ -19088,37 +14461,37 @@ 2.589527498872282, 3.1995562038198058, 3.7520025867049087, - 3.997137767936215, + 3.9971377679362146, 3.8500868067069383, 3.3603067099883552, 2.72970651828255 ], "relative wind angle": [ - 0.0352411570294721, + 0.03524115702948156, 0.20284040848285376, 0.2594250683957683, 0.17116273330122428, - 0.020770922585365257, + 0.02077092258535991, 0.1359127375885306, - 0.24674954470995392, + 0.2467495447099544, 0.23631066845156387 ], "resistance": [ - 94648.27983275951, + 94648.2798327595, 94972.87917410335, 96304.592105837, 97999.63358407166, - 99129.78214045994, + 99129.78214045995, 98380.50950090658, 96740.48461096431, 95235.10275614567 ], "fuel": [ - 40.95168204396276, + 40.951682043962755, 41.11668947484134, 41.7977587124956, 42.674188061764426, - 43.264477245662874, + 43.26447724566288, 42.87259284105691, 42.02211787377162, 41.25027499177239 @@ -19154,37 +14527,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1267.6207782460149, + -1267.6207782460574, -969.9517071060391, - -19.315690455241565, - 1116.2484418362205, + -19.31569045524202, + 1116.2484418362192, 1811.4739626473497, 1124.1075987385943, -10.50954842360079, -964.6564282853374 ], "relative wind speed": [ - 1.4487914093036127, + 1.4487914093036123, 1.7708205412180273, - 2.377848988791196, - 2.859870003855081, + 2.3778489887911958, + 2.8598700038550806, 3.0382474780650726, 2.8625406366444843, 2.3823892360706727, 1.775130374561445 ], "relative wind angle": [ - 0.00166231371932384, + 0.0016623137194574156, 0.3219126899372709, - 0.34077924436550383, - 0.19839206631436776, + 0.34077924436550344, + 0.1983920663143672, 0.0007926757107823486, 0.19699107670645338, 0.3401035185501571, 0.3231257788636635 ], "resistance": [ - 95366.879221754, + 95366.87922175396, 95664.54829289397, 96615.18430954477, 97750.74844183623, @@ -19194,7 +14567,7 @@ 95669.84357171468 ], "fuel": [ - 39.39984678071963, + 39.39984678071962, 39.55194546350735, 40.039895706370146, 40.62717497411726, @@ -19234,19 +14607,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -2215.420510605269, + -2215.4205106052823, -1928.0220630213803, - -525.8525396539808, + -525.8525396539835, 1333.6966027082199, - 2630.8809117600085, + 2630.8809117599976, 1965.625013255275, - 203.63281553178695, + 203.63281553178786, -1489.9491973482154 ], "relative wind speed": [ - 2.80774621974733, + 2.8077462197473295, 2.9860924660029595, - 3.556872843151632, + 3.5568728431516314, 4.110906426449203, 4.378678763404966, 4.259051341798948, @@ -19254,17 +14627,17 @@ 3.1869601347644267 ], "relative wind angle": [ - 0.043493525893490266, + 0.04349352589350048, 0.15785745928865055, - 0.22280336050233862, - 0.15682887975406185, - 0.027884234726608045, + 0.22280336050233915, + 0.15682887975406182, + 0.02788423472661203, 0.11044181231236161, - 0.20858801853705913, - 0.2028560412907172 + 0.20858801853705858, + 0.20285604129071722 ], "resistance": [ - 94419.07948939478, + 94419.07948939476, 94706.47793697867, 96108.64746034607, 97968.19660270827, @@ -19274,7 +14647,7 @@ 95144.55080265182 ], "fuel": [ - 41.92941171772459, + 41.929411717724584, 42.075243373395935, 42.79113961119951, 43.75184175926874, @@ -19301,68 +14674,7 @@ "id": "1024", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.485413052829502, - 9.485413052829502, - 9.485413052829502, - 9.485413052829502, - 9.485413052829502, - 9.485413052829502, - 9.485413052829502, - 9.485413052829502 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -19.96527558858088, - -972.3925615151052, - -1296.5624453502396, - -1048.7470909763442, - -146.94638820155114, - 949.5141702230967, - 1633.8736776237251, - 1060.1330283851744 - ], - "relative wind speed": [ - 2.7409281656495046, - 2.250305255249974, - 1.9899151695410908, - 2.2016190837573872, - 2.6844292591743906, - 3.107245390206038, - 3.2801044609573906, - 3.141929513340108 - ], - "relative wind angle": [ - 0.2376008180292733, - 0.21347603844269186, - 0.014616224749760643, - 0.19917543813365868, - 0.24270102914106279, - 0.15403883538023055, - 0.008866910559338628, - 0.1390937246885275 - ], - "resistance": [ - 96614.5347244114, - 95662.10743848486, - 95337.93755464973, - 95585.75290902362, - 96487.55361179842, - 97584.01417022306, - 98268.37367762369, - 97694.63302838514 - ], - "fuel": [ - 40.75441910127154, - 40.26555489734013, - 40.099934136073166, - 40.22650960607139, - 40.68904691281597, - 41.25550249840822, - 41.61132509723488, - 41.31289905579999 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 25, -44.375 25.3125, -44.0625 25.3125, -44.0625 25, -44.375 25))", @@ -19381,68 +14693,7 @@ "id": "1026", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.93964386545469, - 7.93964386545469, - 7.93964386545469, - 7.93964386545469, - 7.93964386545469, - 7.93964386545469, - 7.93964386545469, - 7.93964386545469 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -456.4208869193874, - -1095.3466462968354, - -1128.2414624561043, - -560.1554837712577, - 433.0247856942401, - 1343.0778170314488, - 1418.3435572293902, - 556.6243497401756 - ], - "relative wind speed": [ - 2.0747720967374903, - 1.5800773282351899, - 1.5436520857842768, - 2.0074819437007267, - 2.544238317451605, - 2.8777045550554, - 2.8974067901216953, - 2.5976612779777515 - ], - "relative wind angle": [ - 0.3346844710636301, - 0.19623699991674182, - 0.15991812175516879, - 0.33273754393414084, - 0.2711724546869925, - 0.10726429923193745, - 0.08493902962211694, - 0.2551826048556376 - ], - "resistance": [ - 96178.07911308062, - 95539.15335370316, - 95506.2585375439, - 96074.34451622874, - 97067.52478569424, - 97977.57781703144, - 98052.8435572294, - 97191.12434974017 - ], - "fuel": [ - 39.75256693411244, - 39.42528255026499, - 39.40847357191181, - 39.699326461028235, - 40.210707253202536, - 40.68250898469255, - 40.72166722322896, - 40.27460452151133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25.9375, -43.75 26.25, -43.4375 26.25, -43.4375 25.9375, -43.75 25.9375))", @@ -19461,68 +14712,7 @@ "id": "1028", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.644050817749708, - 7.644050817749708, - 7.644050817749708, - 7.644050817749708, - 7.644050817749708, - 7.644050817749708, - 7.644050817749708, - 7.644050817749708 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 545.009997636635, - -242.97215265949558, - -813.1140513485982, - -914.6150263402296, - -574.0898693774111, - 154.32155794649725, - 892.6642064480466, - 1126.2039804153828 - ], - "relative wind speed": [ - 2.4866004495172684, - 2.0870642849243852, - 1.6763846618496325, - 1.5658356895335186, - 1.8682946606000759, - 2.3060506076318656, - 2.619817016488275, - 2.6873528476456756 - ], - "relative wind angle": [ - 0.19311263915513627, - 0.27245176686245953, - 0.19026078383353656, - 0.07240047970708442, - 0.25829045174773874, - 0.24601409362430976, - 0.1213093706315201, - 0.042161118870943384 - ], - "resistance": [ - 97179.50999763659, - 96391.52784734046, - 95821.38594865135, - 95719.88497365973, - 96060.41013062255, - 96788.82155794646, - 97527.164206448, - 97760.70398041533 - ], - "fuel": [ - 40.137864922359114, - 39.73150985838644, - 39.43893363253179, - 39.386973835293304, - 39.561444956491336, - 39.9361017418848, - 40.31788151449339, - 40.43906177675146 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 25.9375, -43.4375 26.25, -43.125 26.25, -43.125 25.9375, -43.4375 25.9375))", @@ -19541,68 +14731,7 @@ "id": "1029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.176774032071462, - 8.176774032071462, - 8.176774032071462, - 8.176774032071462, - 8.176774032071462, - 8.176774032071462, - 8.176774032071462, - 8.176774032071462 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 325.15302057564077, - -415.9273270822616, - -864.0494122906373, - -867.5890977195511, - -427.72282769796675, - 311.3109919448202, - 953.9211965162854, - 962.0917185762687 - ], - "relative wind speed": [ - 2.5145504787248094, - 2.1324205469722943, - 1.81179977738093, - 1.8083009041425104, - 2.125238410187141, - 2.5084626808147483, - 2.748996903758232, - 2.751299738354095 - ], - "relative wind angle": [ - 0.1882081624510141, - 0.2237982373330262, - 0.10995666055571424, - 0.1064257601726178, - 0.22322192662223314, - 0.1898021767803185, - 0.07238712787172417, - 0.06987355822312231 - ], - "resistance": [ - 96959.65302057566, - 96218.57267291775, - 95770.45058770938, - 95766.91090228046, - 96206.77717230204, - 96945.81099194483, - 97588.4211965163, - 97596.59171857628 - ], - "fuel": [ - 40.26402462447141, - 39.88239799218279, - 39.65262459348462, - 39.65081260375818, - 39.87634030530226, - 40.25687780646682, - 40.589417497426446, - 40.59365549439917 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 25.625, -43.4375 25.9375, -43.125 25.9375, -43.125 25.625, -43.4375 25.625))", @@ -19621,68 +14750,7 @@ "id": "1031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.693613355928783, - 6.693613355928783, - 6.693613355928783, - 6.693613355928783, - 6.693613355928783, - 6.693613355928783, - 6.693613355928783, - 6.693613355928783 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 100.74968868995347, - -474.63330374132534, - -729.838527182325, - -634.306880271653, - -164.5662943560335, - 467.1603432572708, - 919.7831388881336, - 700.0357711173847 - ], - "relative wind speed": [ - 2.013626401050537, - 1.6120841157391805, - 1.3443177303485756, - 1.4640831207849887, - 1.8468443506561092, - 2.2060621347413467, - 2.3787255365906717, - 2.306942988890409 - ], - "relative wind angle": [ - 0.26007553234550834, - 0.26830701627587317, - 0.0644421198555826, - 0.20981173309474793, - 0.28418598745177903, - 0.1949545004190682, - 0.03640178641289113, - 0.13256852837455477 - ], - "resistance": [ - 96735.24968868998, - 96159.86669625869, - 95904.6614728177, - 96000.19311972836, - 96469.93370564398, - 97101.66034325729, - 97554.28313888815, - 97334.5357711174 - ], - "fuel": [ - 39.52713594775079, - 39.23113987473881, - 39.10024822920968, - 39.1492168651942, - 39.39049555915079, - 39.716271762674836, - 39.95059874318872, - 39.8367383016099 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 25.3125, -43.4375 25.625, -43.125 25.625, -43.125 25.3125, -43.4375 25.3125))", @@ -19701,68 +14769,7 @@ "id": "1033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.14621701342851, - 6.14621701342851, - 6.14621701342851, - 6.14621701342851, - 6.14621701342851, - 6.14621701342851, - 6.14621701342851, - 6.14621701342851 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 184.8950569284973, - -418.9077803908034, - -719.6725352111912, - -649.2243919357813, - -197.9661902919015, - 448.7596766210015, - 950.5805136634326, - 789.2302041718262 - ], - "relative wind speed": [ - 1.9318688886588948, - 1.4859883638240174, - 1.141233600033595, - 1.2431612997606414, - 1.6717960260956304, - 2.0781862136047655, - 2.2857395359033483, - 2.231942951469577 - ], - "relative wind angle": [ - 0.30185670217798993, - 0.34542873016400344, - 0.12054563197872889, - 0.2512532032838518, - 0.35068576443751703, - 0.24454302022232297, - 0.06007700144004085, - 0.13892321707656724 - ], - "resistance": [ - 96819.3950569285, - 96215.5922196092, - 95914.8274647888, - 95985.27560806421, - 96436.5338097081, - 97083.259676621, - 97585.08051366343, - 97423.73020417182 - ], - "fuel": [ - 39.377901769871855, - 39.06712845765297, - 38.912833012748436, - 38.94894345467881, - 39.180688245784836, - 39.51413709887365, - 39.77394593169481, - 39.690307464444935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 25, -43.4375 25.3125, -43.125 25.3125, -43.125 25, -43.4375 25))", @@ -19781,68 +14788,7 @@ "id": "1035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.487057061752636, - 6.487057061752636, - 6.487057061752636, - 6.487057061752636, - 6.487057061752636, - 6.487057061752636, - 6.487057061752636, - 6.487057061752636 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 244.90195021458726, - -463.70382049246234, - -828.1434542779582, - -757.2951021909458, - -243.38962739729345, - 508.8171053828521, - 1106.6363314159835, - 944.4547240125985 - ], - "relative wind speed": [ - 2.0669995293191548, - 1.5771757281745278, - 1.1820768162684905, - 1.2808455483084866, - 1.7535005533166867, - 2.2044881417564213, - 2.4392510418421636, - 2.3888670800330987 - ], - "relative wind angle": [ - 0.31054193062105884, - 0.3657823167024026, - 0.14104117439235242, - 0.2598746226865561, - 0.3684895147156762, - 0.258776544343339, - 0.06817588225685445, - 0.13821426874326562 - ], - "resistance": [ - 96879.4019502146, - 96170.79617950755, - 95806.35654572205, - 95877.20489780908, - 96391.11037260272, - 97143.31710538287, - 97741.136331416, - 97578.95472401261 - ], - "fuel": [ - 39.52648102881137, - 39.16174628882727, - 38.974888891715175, - 39.01117592998977, - 39.27494662585282, - 39.662801403696534, - 39.972552072210256, - 39.88838876205722 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 22.1875, -48.125 22.5, -47.8125 22.5, -47.8125 22.1875, -48.125 22.1875))", @@ -19861,68 +14807,7 @@ "id": "1040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.088684677390734, - 6.088684677390734, - 6.088684677390734, - 6.088684677390734, - 6.088684677390734, - 6.088684677390734, - 6.088684677390734, - 6.088684677390734 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 982.3294896705277, - 600.264336337664, - -20.961269509065914, - -539.4190976959061, - -698.8404979305251, - -529.8872241710116, - -5.117339982451313, - 614.3614274776312 - ], - "relative wind speed": [ - 2.2671336421360757, - 2.1344041825494204, - 1.7812092155763175, - 1.3420499555058714, - 1.1154936701655433, - 1.3522351367273826, - 1.7920699790551098, - 2.1408229717590546 - ], - "relative wind angle": [ - 0.002530284337752211, - 0.19387740130917086, - 0.3291902513030465, - 0.3050813337915913, - 0.005142576836873951, - 0.309001670946264, - 0.32712060585187663, - 0.18942879743010668 - ], - "resistance": [ - 97616.82948967056, - 97234.7643363377, - 96613.53873049097, - 96095.08090230412, - 95935.65950206951, - 96104.61277582902, - 96629.38266001758, - 97248.86142747766 - ], - "fuel": [ - 39.77131611290682, - 39.573378395840905, - 39.25269766592645, - 38.986165678593856, - 38.904410409095405, - 38.99105685729573, - 39.2608585607619, - 39.58067206992011 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 22.1875, -47.8125 22.5, -47.5 22.5, -47.5 22.1875, -47.8125 22.1875))", @@ -19941,68 +14826,7 @@ "id": "1041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.931528450944399, - 5.931528450944399, - 5.931528450944399, - 5.931528450944399, - 5.931528450944399, - 5.931528450944399, - 5.931528450944399, - 5.931528450944399 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 997.6830104734777, - 640.5785056797263, - 17.059051180777715, - -516.3331080855543, - -697.9581460497141, - -543.14026761707, - -27.53752568046616, - 600.7068777013369 - ], - "relative wind speed": [ - 2.2445686573193777, - 2.121499276656408, - 1.7680637612626489, - 1.311200066504462, - 1.0509206667578836, - 1.2813132030794372, - 1.736799712502603, - 2.103158836331209 - ], - "relative wind angle": [ - 0.007407351373387806, - 0.19462091914601726, - 0.344342386480169, - 0.33719522913194283, - 0.015821223092562873, - 0.3259488898334085, - 0.35080560666322175, - 0.20775216983629888 - ], - "resistance": [ - 97632.1830104735, - 97275.07850567975, - 96651.5590511808, - 96118.16689191446, - 95936.5418539503, - 96091.35973238295, - 96606.96247431955, - 97235.20687770135 - ], - "fuel": [ - 39.728222477677505, - 39.54317921801553, - 39.2212235146889, - 38.94695335341922, - 38.853803405479354, - 38.933197056500966, - 39.19825140531445, - 39.5225481150495 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 21.25, -47.5 21.5625, -47.1875 21.5625, -47.1875 21.25, -47.5 21.25))", @@ -20034,17 +14858,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 964.3275608973447, + 964.327560897342, 446.36738323378063, - -226.9546783085525, + -226.95467830855296, -697.4066220298915, - -768.2948889238049, + -768.2948889238046, -454.44542678858534, 176.7354212295936, 801.6862653416499 ], "relative wind speed": [ - 2.4165487650862096, + 2.416548765086209, 2.2131257411411487, 1.8216054427010144, 1.4233850808802104, @@ -20054,13 +14878,13 @@ 2.3647220138194456 ], "relative wind angle": [ - 0.05432247488041673, - 0.21710761638749332, - 0.30267616468024156, - 0.206011577430188, - 0.09855328641243753, + 0.054322474880418775, + 0.21710761638749335, + 0.30267616468024267, + 0.20601157743018803, + 0.0985532864124364, 0.2932383415699438, - 0.2649447820604904, + 0.2649447820604903, 0.12344148257716485 ], "resistance": [ @@ -20114,9 +14938,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 797.4007548198974, + 797.4007548198624, 467.09177911175425, - -66.54878924678928, + -66.54878924678951, -507.9295722460396, -631.0315484289304, -476.6996437434208, @@ -20126,7 +14950,7 @@ "relative wind speed": [ 2.2884703568594778, 2.1696880473326505, - 1.8755680038878673, + 1.8755680038878668, 1.5377539731665517, 1.3870088988505933, 1.5663154334223708, @@ -20134,17 +14958,17 @@ 2.1900235107700934 ], "relative wind angle": [ - 0.0074535212190187375, + 0.007453521219063425, 0.15305682456258354, 0.2427036745521877, 0.2007721960946592, - 0.012297999243970587, + 0.012297999243970589, 0.21279247523262532, 0.23840830313748856, 0.14049136595268097 ], "resistance": [ - 97431.90075481989, + 97431.90075481984, 97101.59177911174, 96567.95121075319, 96126.57042775395, @@ -20154,7 +14978,7 @@ 97146.83963714966 ], "fuel": [ - 39.85848986035754, + 39.85848986035753, 39.687561120319785, 39.41226984298341, 39.1853736741062, @@ -20181,68 +15005,7 @@ "id": "1053", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.908879681082518, - 5.908879681082518, - 5.908879681082518, - 5.908879681082518, - 5.908879681082518, - 5.908879681082518, - 5.908879681082518, - 5.908879681082518 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 526.1907026390761, - -140.11734022535745, - -626.8272982204994, - -727.5050920545517, - -451.25443725395166, - 152.27474554268747, - 788.6862565495701, - 1019.6978821926559 - ], - "relative wind speed": [ - 2.070595363791849, - 1.653694032528873, - 1.180243526516629, - 1.023789235185848, - 1.3792062079067562, - 1.8587283209934762, - 2.1901141848315637, - 2.2674722768762594 - ], - "relative wind angle": [ - 0.2530631464859775, - 0.3865669761626529, - 0.3128899278076088, - 0.10734803793043689, - 0.3853465523323217, - 0.34205450480250704, - 0.16664756115148693, - 0.048394699040292886 - ], - "resistance": [ - 97160.69070263908, - 96494.38265977465, - 96007.67270177952, - 95906.99490794547, - 96183.24556274606, - 96786.7747455427, - 97423.18625654958, - 97654.19788219268 - ], - "fuel": [ - 39.47678213290037, - 39.13306909683766, - 38.88304530102606, - 38.83143695975831, - 38.973135765645765, - 39.28369527956934, - 39.612643297479735, - 39.73242127515888 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 24.375, -43.75 24.6875, -43.4375 24.6875, -43.4375 24.375, -43.75 24.375))", @@ -20261,68 +15024,7 @@ "id": "1054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.977804290237341, - 5.977804290237341, - 5.977804290237341, - 5.977804290237341, - 5.977804290237341, - 5.977804290237341, - 5.977804290237341, - 5.977804290237341 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 431.9690385190381, - -214.53740745415166, - -652.4465911673282, - -709.3269517508483, - -390.96336433457634, - 220.42880611351734, - 820.3854741469329, - 950.5747974209953 - ], - "relative wind speed": [ - 2.033232526372662, - 1.611115349492329, - 1.1704773602518381, - 1.0839706120883537, - 1.4576902135624774, - 1.9139494757296465, - 2.2110807344268246, - 2.2547512007191344 - ], - "relative wind angle": [ - 0.263607014490472, - 0.3739369024362593, - 0.26140404404564654, - 0.14881925785201602, - 0.3719618717218015, - 0.3125502013395368, - 0.1372389891083754, - 0.07134149820515231 - ], - "resistance": [ - 97066.46903851903, - 96419.96259254585, - 95982.05340883267, - 95925.17304824915, - 96243.53663566543, - 96854.92880611352, - 97454.88547414693, - 97585.074797421 - ], - "fuel": [ - 39.45016796796397, - 39.1168723762838, - 38.89199913360382, - 38.86284253742489, - 39.026189046392524, - 39.34094074501448, - 39.651157464113325, - 39.718650689767216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 24.375, -43.4375 24.6875, -43.125 24.6875, -43.125 24.375, -43.4375 24.375))", @@ -20341,68 +15043,7 @@ "id": "1055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.584913120004233, - 5.584913120004233, - 5.584913120004233, - 5.584913120004233, - 5.584913120004233, - 5.584913120004233, - 5.584913120004233, - 5.584913120004233 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 540.0248914537065, - -69.39865564596573, - -540.8599677730256, - -663.5763161664933, - -449.19823454816026, - 83.37412786321556, - 677.5579594273058, - 959.9946247745684 - ], - "relative wind speed": [ - 1.996907034856903, - 1.6106106795625506, - 1.1449491527377749, - 0.9433025918176495, - 1.2559731331299895, - 1.7236703443188919, - 2.0625706423418326, - 2.162241068261227 - ], - "relative wind angle": [ - 0.23981234363943893, - 0.3884471371534371, - 0.3460922778502598, - 0.0644444109819925, - 0.38724654421109284, - 0.36174674651759003, - 0.18943712771436827, - 0.02809885825551991 - ], - "resistance": [ - 97174.52489145374, - 96565.10134435406, - 96093.640032227, - 95970.92368383353, - 96185.30176545186, - 96717.87412786325, - 97312.05795942733, - 97594.4946247746 - ], - "fuel": [ - 39.38429847428951, - 39.069833267352436, - 38.82750528934486, - 38.76456556331101, - 38.87455403986489, - 39.14853489240539, - 39.455457270795634, - 39.601809017890204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 24.6875, -40.3125 25, -40 25, -40 24.6875, -40.3125 24.6875))", @@ -20421,68 +15062,7 @@ "id": "1057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.841975696213376, - 5.841975696213376, - 5.841975696213376, - 5.841975696213376, - 5.841975696213376, - 5.841975696213376, - 5.841975696213376, - 5.841975696213376 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -250.89434601834307, - -643.2631331168368, - -669.9587779218532, - -333.5076490156389, - 264.3355303744711, - 823.1072535386827, - 884.1607597516472, - 363.4526320589912 - ], - "relative wind speed": [ - 1.5362196783184154, - 1.1162082358615715, - 1.0744885770477244, - 1.4626426607770198, - 1.903531757993372, - 2.1765760331164334, - 2.197470898905382, - 1.9606326786568642 - ], - "relative wind angle": [ - 0.37736979667762827, - 0.23751481197681418, - 0.18215760026756464, - 0.3765986047542007, - 0.3019411386325903, - 0.12095687415568891, - 0.08869335881790787, - 0.2779143734218391 - ], - "resistance": [ - 96383.6056539817, - 95991.23686688319, - 95964.54122207817, - 96300.9923509844, - 96898.8355303745, - 97457.6072535387, - 97518.66075975167, - 96997.95263205902 - ], - "fuel": [ - 39.05494211309229, - 38.85347441618227, - 38.83978794704167, - 39.01247545067455, - 39.32036471894757, - 39.60933461134336, - 39.64097895868028, - 39.37153855767891 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 24.375, -40.3125 24.6875, -40 24.6875, -40 24.375, -40.3125 24.375))", @@ -20501,68 +15081,7 @@ "id": "1059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.991901628248763, - 6.991901628248763, - 6.991901628248763, - 6.991901628248763, - 6.991901628248763, - 6.991901628248763, - 6.991901628248763, - 6.991901628248763 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -419.74534760525535, - -786.5856194716525, - -750.1586726402192, - -302.23228387441327, - 386.02162672135614, - 950.9956133004637, - 867.4222833168176, - 246.98229669443367 - ], - "relative wind speed": [ - 1.7618684682538217, - 1.426595227250705, - 1.4706733686853306, - 1.8472927693109373, - 2.24766553599222, - 2.4740668783805675, - 2.448121872733055, - 2.178001442966874 - ], - "relative wind angle": [ - 0.2836341822658996, - 0.12040350674578154, - 0.1713191610995572, - 0.28869637885788385, - 0.22116061269644527, - 0.06931487629931514, - 0.10259465821807685, - 0.24388389711668765 - ], - "resistance": [ - 96214.75465239475, - 95847.91438052837, - 95884.3413273598, - 96332.2677161256, - 97020.52162672137, - 97585.49561330047, - 97501.92228331683, - 96881.48229669445 - ], - "fuel": [ - 39.37259746140877, - 39.18445083040878, - 39.203111247853485, - 39.43297396862522, - 39.78762063722842, - 40.08006038186529, - 40.03672661094184, - 39.715833731998636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 25, -39.375 25.3125, -39.0625 25.3125, -39.0625 25, -39.375 25))", @@ -20594,34 +15113,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -577.0825699281677, + -577.0825699281681, -960.5158420552503, - -852.2098464154793, + -852.2098464154797, -237.4503704116171, 625.6385202505351, 1280.9345101649662, - 1032.7521810048813, - 219.9410774984567 + 1032.7521810048804, + 219.94107749845648 ], "relative wind speed": [ - 1.691810032456962, + 1.6918100324569618, 1.302427666688271, - 1.4387488328232751, + 1.438748832823275, 1.9401972631814344, 2.4055939266051225, 2.6368135123073118, - 2.564976631802157, + 2.5649766318021574, 2.2101443178183517 ], "relative wind angle": [ - 0.346175676469936, + 0.3461756764699367, 0.10973098619943669, 0.2617641450453045, 0.3521351883491666, 0.2409501738458503, - 0.05411823128016162, - 0.14567256080988694, - 0.30760438040540966 + 0.054118231280161626, + 0.14567256080988847, + 0.3076043804054097 ], "resistance": [ 96057.41743007184, @@ -20674,34 +15193,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -219.66586521817226, + -219.6658652181734, -683.1955363076343, - -763.0572079569563, - -488.467774189088, + -763.057207956957, + -488.46777418908823, 104.81240386531044, 700.0923817620214, 885.0200436143018, 419.63353065873207 ], "relative wind speed": [ - 2.104955786974143, + 2.1049557869741427, 1.7848208952123596, 1.7023077121624297, - 1.9329219705331755, - 2.2824345071892256, + 1.9329219705331753, + 2.282434507189225, 2.5406220727879627, 2.5966313942946098, 2.4298474850397915 ], "relative wind angle": [ - 0.21426637853126723, + 0.2142663785312678, 0.14188281895840119, - 0.05327614077687731, - 0.19819081152210288, - 0.19737583884074913, - 0.09950460962668012, - 0.03491751349522685, - 0.15727650954968486 + 0.0532761407768794, + 0.19819081152210233, + 0.19737583884074802, + 0.09950460962668013, + 0.03491751349522686, + 0.1572765095496849 ], "resistance": [ 96414.83413478185, @@ -20754,17 +15273,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -244.5529122643511, + -244.55291226435247, -757.5422934280277, - -852.2221533695915, + -852.2221533695952, -578.1127837532695, 56.3545923450788, 700.003951765158, - 922.1759791871773, + 922.1759791871846, 443.99077956846713 ], "relative wind speed": [ - 2.7329373086811435, + 2.732937308681143, 2.4727978590299515, 2.40055858801557, 2.572747162060216, @@ -20776,21 +15295,21 @@ "relative wind angle": [ 0.1365831873610337, 0.08812753034072243, - 0.026799026316351594, + 0.026799026316355737, 0.12024255987080576, 0.13045933221479142, - 0.07053538078639311, - 0.020457223046219202, + 0.0705353807863931, + 0.020457223046213776, 0.10286824214090019 ], "resistance": [ 96389.94708773564, 95876.95770657196, - 95782.2778466304, + 95782.27784663039, 96056.38721624672, 96690.85459234506, 97334.50395176515, - 97556.67597918716, + 97556.67597918717, 97078.49077956846 ], "fuel": [ @@ -20834,9 +15353,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -695.780489369728, + -695.7804893697282, -964.9161946774752, - -795.6772974966693, + -795.6772974966702, -137.62576339749353, 685.4692879897002, 1221.4805277239448, @@ -20844,9 +15363,9 @@ 28.424975922466274 ], "relative wind speed": [ - 1.88985395004394, + 1.8898539500439397, 1.638706490289472, - 1.8131326130176837, + 1.8131326130176835, 2.241678834219357, 2.6230660298610124, 2.7868735866900485, @@ -20854,9 +15373,9 @@ 2.3295706372034393 ], "relative wind angle": [ - 0.23396378908541718, + 0.23396378908541765, 0.027709937425076107, - 0.20772234636108192, + 0.20772234636108244, 0.25904049728749085, 0.16781805446690035, 0.016292325687856175, @@ -20914,19 +15433,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -139.06212899307275, + -139.0621289930741, -660.8861906843547, - -789.0873050763971, + -789.0873050763978, -577.6500400812001, - -0.20362467794757322, + -0.20362467794711847, 631.502547774804, 929.9008833455505, 511.9469442325917 ], "relative wind speed": [ - 2.292494760343814, + 2.2924947603438137, 1.9730360048851747, - 1.8508795665194364, + 1.8508795665194362, 2.0317024065480394, 2.36385123065846, 2.636371330127094, @@ -20934,14 +15453,14 @@ 2.591430145328301 ], "relative wind angle": [ - 0.19151942060944596, - 0.14386992258035905, + 0.19151942060944713, + 0.14386992258035908, 0.01962550855163293, 0.16526829473328597, - 0.18566965945696134, + 0.18566965945696073, 0.1075068388856827, 0.013336849733850515, - 0.1293429947004191 + 0.12934299470041913 ], "resistance": [ 96495.43787100697, @@ -20994,54 +15513,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -100.93702634782085, + -100.93702634782312, -800.6294434614992, - -1000.7503022084691, + -1000.7503022085477, -789.9721743700816, - -83.15210646167043, + -83.15210646167088, 735.9471263197702, - 1202.9119374162042, - 720.6495631657949 + 1202.9119374160814, + 720.6495631657967 ], "relative wind speed": [ - 2.658344063105059, + 2.6583440631050586, 2.2952675699865366, 2.1297249837863563, 2.3018084336297444, - 2.6663302363920383, + 2.6663302363920387, 2.9846033018665032, 3.1048963880910003, - 2.979561716463567 + 2.9795617164635666 ], "relative wind angle": [ - 0.18446161369549322, + 0.18446161369549444, 0.14951663716063562, - 0.0019071892368938857, - 0.15161259232011115, - 0.18390279176156368, - 0.1148077942670433, - 0.0013081876993808717, - 0.11694383239848977 + 0.0019071892370103108, + 0.15161259232011118, + 0.18390279176156493, + 0.11480779426704331, + 0.001308187699465739, + 0.11694383239848787 ], "resistance": [ 96533.56297365218, 95833.8705565385, - 95633.74969779153, + 95633.74969779146, 95844.52782562992, 96551.34789353833, 97370.44712631978, - 97837.41193741621, - 97355.14956316579 + 97837.41193741608, + 97355.1495631658 ], "fuel": [ 40.67790247249525, 40.31864444773254, - 40.21622714728737, + 40.21622714728734, 40.32410277480752, 40.687057904636085, 41.10999429616666, - 41.35222577361867, - 41.10207262471713 + 41.3522257736186, + 41.10207262471714 ] }, { @@ -21074,9 +15593,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -447.3636280244316, + -447.3636280244323, -766.6433919017489, - -711.0080489004715, + -711.0080489004724, -263.69771965058544, 391.0210319087323, 900.7126917904461, @@ -21084,9 +15603,9 @@ 175.00087497860773 ], "relative wind speed": [ - 1.8394016505900512, + 1.8394016505900508, 1.5613414409306683, - 1.6234802208366985, + 1.6234802208366983, 1.9649869075674042, 2.3230090091834943, 2.5183292464992793, @@ -21094,17 +15613,17 @@ 2.2177907344990357 ], "relative wind angle": [ - 0.23646409871240126, + 0.23646409871240173, 0.08327819613060615, - 0.15288421501969565, + 0.1528842150196971, 0.24652355578820578, 0.18657724573317333, 0.051594960262777996, - 0.09991042033795701, - 0.2179380298950108 + 0.09991042033795702, + 0.21793802989501077 ], "resistance": [ - 96187.13637197559, + 96187.13637197558, 95867.85660809827, 95923.49195109954, 96370.80228034942, @@ -21114,7 +15633,7 @@ 96809.50087497862 ], "fuel": [ - 39.49291853723906, + 39.492918537239056, 39.32916950581203, 39.3576759174118, 39.58728714651539, @@ -21154,34 +15673,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -426.9854163769983, - -842.740310088405, - -817.4719288017026, - -346.1271115911984, + -426.9854163769992, + -842.7403100884051, + -817.471928801703, + -346.12711159119885, 398.7575217833448, 1027.0124670454577, 969.1121582685616, - 302.86392411931433 + 302.86392411931456 ], "relative wind speed": [ - 1.804202123386772, + 1.8042021233867718, 1.4327414590927712, - 1.463181207442482, - 1.8622462300425064, + 1.4631812074424817, + 1.8622462300425062, 2.292718610102313, 2.5414475872107873, 2.5240453009662835, - 2.2458278887384244 + 2.245827888738424 ], "relative wind angle": [ - 0.30111678594638863, - 0.13958735390590898, - 0.17391487438240172, - 0.3039789376026735, + 0.3011167859463898, + 0.139587353905909, + 0.17391487438240175, + 0.30397893760267314, 0.2355648312912499, 0.0785177444924852, - 0.10047944011046375, - 0.2508176916887375 + 0.10047944011046377, + 0.25081769168873663 ], "resistance": [ 96207.51458362301, @@ -21234,11 +15753,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -248.99889706277918, + -248.9988970627794, -633.1144054309431, -662.4286632857963, -341.25907961281916, - 236.04798183231105, + 236.0479818323115, 775.5824114710044, 842.6568148457593, 346.05537937014424 @@ -21248,18 +15767,18 @@ 1.202169295216101, 1.159276513865268, 1.5107251517321152, - 1.9263003008812345, + 1.9263003008812347, 2.189119810593734, 2.212133477865817, 1.988759934084127 ], "relative wind angle": [ - 0.33970269778878587, - 0.20916535978639264, - 0.15297135585660152, + 0.3397026977887862, + 0.2091653597863926, + 0.15297135585660154, 0.33693300931603093, 0.27855324054786207, - 0.11427735141047325, + 0.11427735141047327, 0.0799380159591759, 0.25384725775386385 ], @@ -21314,34 +15833,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -321.91681911342516, + -321.91681911342584, -745.6730403083233, - -764.1303592969122, + -764.1303592969125, -380.95622642663375, 284.26198196660334, 886.984038505766, - 929.2737482006669, - 354.28726958516404 + 929.2737482006683, + 354.2872695851638 ], "relative wind speed": [ - 1.7685623864097673, + 1.7685623864097668, 1.389867005986321, - 1.3665124599493375, + 1.3665124599493372, 1.7240650661059818, 2.144654430059304, 2.4074104852864266, 2.420743529537902, - 2.180585973271722 + 2.1805859732717225 ], "relative wind angle": [ 0.3044671380853292, 0.1711439054842872, - 0.14350789026589245, + 0.14350789026589322, 0.3021837521509707, 0.24980377468663179, 0.09848376246540697, - 0.08082054838165609, - 0.23752710189143253 + 0.08082054838165473, + 0.2375271018914335 ], "resistance": [ 96312.58318088659, @@ -21394,33 +15913,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -268.3890029018596, + -268.38900290185984, -712.560506343585, - -757.4644748050408, + -757.464474805041, -411.48885809634544, 231.8923141636826, 842.7854508320861, - 945.6622272243212, + 945.6622272243203, 401.8324999880583 ], "relative wind speed": [ - 1.7607262279278781, + 1.760726227927878, 1.3645883316933227, - 1.3060686763948768, + 1.3060686763948766, 1.6501058280768581, 2.0778446150978183, 2.357009499176991, - 2.3899329921033914, + 2.389932992103392, 2.1667362207594447 ], "relative wind angle": [ - 0.3142969013186794, - 0.19763527245099508, - 0.12698247189482484, + 0.3142969013186797, + 0.19763527245099505, + 0.12698247189482487, 0.3090290369230704, 0.2650588629068751, - 0.11392359463645549, - 0.06926336845100882, + 0.1139235946364555, + 0.06926336845101043, 0.2337395704021183 ], "resistance": [ @@ -21474,10 +15993,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -12.080669506298591, + -12.080669506298818, -690.919010913012, - -915.8587410603616, - -725.7140767709343, + -915.8587410603652, + -725.7140767709341, -69.88609320270916, 721.1529154247437, 1211.1244717749419, @@ -21486,20 +16005,20 @@ "relative wind speed": [ 2.173303969591866, 1.7200925898123527, - 1.478744538687802, - 1.6909752650874819, + 1.4787445386878018, + 1.690975265087482, 2.1407449166231594, 2.519388899071418, 2.668211672936137, 2.539023748442298 ], "relative wind angle": [ - 0.27720046322623076, + 0.27720046322623115, 0.2541863687857677, - 0.011453270264070682, - 0.24403884382895447, - 0.28153055761479884, - 0.1725356881371812, + 0.011453270264080375, + 0.24403884382895494, + 0.2815305576147988, + 0.17253568813718118, 0.0063473990733534545, 0.16162277004720693 ], @@ -21541,52 +16060,7 @@ "id": "1117", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.88932204955663, - 62.88932204955663, - 62.88932204955663, - 62.88932204955663, - 62.88932204955663, - 62.88932204955663, - 62.88932204955663, - 62.88932204955663 - ], - "relative wind speed": [ - 0.5340527547873416, - 0.5340527547873416, - 0.5340527547873416, - 0.5340527547873416, - 0.5340527547873416, - 0.5340527547873416, - 0.5340527547873416, - 0.5340527547873416 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 23.125, -36.875 23.4375, -36.5625 23.4375, -36.5625 23.125, -36.875 23.125))", @@ -21605,52 +16079,7 @@ "id": "1118", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.57976942049194, - 76.57976942049194, - 76.57976942049194, - 76.57976942049194, - 76.57976942049194, - 76.57976942049194, - 76.57976942049194, - 76.57976942049194 - ], - "relative wind speed": [ - 0.5893221034286196, - 0.5893221034286196, - 0.5893221034286196, - 0.5893221034286196, - 0.5893221034286196, - 0.5893221034286196, - 0.5893221034286196, - 0.5893221034286196 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 23.125, -36.5625 23.4375, -36.25 23.4375, -36.25 23.125, -36.5625 23.125))", @@ -21669,52 +16098,7 @@ "id": "1119", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.71327693551237, - 75.71327693551237, - 75.71327693551237, - 75.71327693551237, - 75.71327693551237, - 75.71327693551237, - 75.71327693551237, - 75.71327693551237 - ], - "relative wind speed": [ - 0.5859785580171329, - 0.5859785580171329, - 0.5859785580171329, - 0.5859785580171329, - 0.5859785580171329, - 0.5859785580171329, - 0.5859785580171329, - 0.5859785580171329 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 22.5, -37.5 22.8125, -37.1875 22.8125, -37.1875 22.5, -37.5 22.5))", @@ -21746,13 +16130,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -101.76542536910347, + -101.7654253691037, -795.933942897463, - -976.4255998996631, + -976.4255998996628, -659.6707714626822, 125.39254074482915, 1001.1797480370305, - 1416.6310489653897, + 1416.6310489653938, 796.5503470104818 ], "relative wind speed": [ @@ -21766,14 +16150,14 @@ 2.4196200935625862 ], "relative wind angle": [ - 0.3912783379799341, + 0.39127833797993444, 0.34929831583253795, - 0.06582257287461812, + 0.06582257287461644, 0.39087509778666496, 0.3639886748897179, 0.1902617014205645, - 0.028503920873735697, - 0.24141397554068017 + 0.028503920873731797, + 0.24141397554068014 ], "resistance": [ 96532.73457463091, @@ -21782,7 +16166,7 @@ 95974.82922853733, 96759.89254074484, 97635.67974803704, - 98051.1310489654, + 98051.13104896541, 97431.0503470105 ], "fuel": [ @@ -21792,7 +16176,7 @@ 39.1593583379112, 39.56298663685625, 40.01596546704896, - 40.23184523924839, + 40.2318452392484, 39.90987055197851 ] }, @@ -21826,19 +16210,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -53.27490900280873, + -53.27490900280986, -610.049135766902, - -774.5825055133894, + -774.5825055133897, -596.2066175875082, -30.27108367235701, 629.1615999475387, - 1009.80502659731, + 1009.8050265972745, 609.019357738234 ], "relative wind speed": [ - 2.0261380137204483, + 2.026138013720448, 1.628339413836827, - 1.4372377044755533, + 1.437237704475553, 1.6403961574999004, 2.0398455434513854, 2.3695391630287648, @@ -21846,13 +16230,13 @@ 2.361208491057298 ], "relative wind angle": [ - 0.26283535735637714, + 0.26283535735637753, 0.22747792850505882, 0.004937121231332434, 0.23205814673271977, - 0.2610277443955545, + 0.26102774439555443, 0.1556045555813359, - 0.002849613826219102, + 0.0028496138262580624, 0.16046179468003471 ], "resistance": [ @@ -21862,7 +16246,7 @@ 96038.29338241254, 96604.22891632769, 97263.66159994758, - 97644.30502659736, + 97644.30502659731, 97243.51935773827 ], "fuel": [ @@ -21872,7 +16256,7 @@ 39.31231579498841, 39.60318581684146, 39.943613322400026, - 40.14085440396882, + 40.140854403968795, 39.93319107341141 ] }, @@ -21906,34 +16290,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -114.30110167220846, + -114.30110167220892, -600.0203489018978, - -716.8715426115511, + -716.8715426115517, -489.0174361206846, 70.11127706605225, - 677.6501542646927, + 677.650154264692, 946.369875411403, 514.6547131424122 ], "relative wind speed": [ - 1.7898402385522845, + 1.7898402385522842, 1.3780673274077975, 1.2208427339367292, 1.488976175869978, 1.9113399503838002, - 2.226584587794763, + 2.2265845877947634, 2.316525740083183, 2.153995922272292 ], "relative wind angle": [ 0.31130717640850764, - 0.25130521997602806, - 0.05212584143414757, + 0.2513052199760281, + 0.0521258414341497, 0.29481278684134343, 0.29091846134305466, - 0.1545188291179738, - 0.02746208914290295, - 0.20222927272838606 + 0.15451882911797524, + 0.027462089142902945, + 0.2022292727283861 ], "resistance": [ 96520.19889832777, @@ -21973,68 +16357,7 @@ "id": "1132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.573035036404931, - 13.573035036404931, - 13.573035036404931, - 13.573035036404931, - 13.573035036404931, - 13.573035036404931, - 13.573035036404931, - 13.573035036404931 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1561.9793877939483, - -1446.8325376412104, - -567.0739021898898, - 699.9394010849664, - 1646.8550451535566, - 1376.8017750589588, - 228.91780279283375, - -972.3479460405651 - ], - "relative wind speed": [ - 3.2771011243724493, - 3.341739140364677, - 3.6787871280425217, - 4.056110807737865, - 4.2676982065119935, - 4.21727628677368, - 3.926724465477239, - 3.535619447364342 - ], - "relative wind angle": [ - 0.038163758830084375, - 0.07848612949996647, - 0.13512249041759075, - 0.108404203451212, - 0.029302455090154157, - 0.062168045809165136, - 0.1265433115241073, - 0.12444026705553723 - ], - "resistance": [ - 95072.52061220606, - 95187.6674623588, - 96067.42609781012, - 97334.43940108498, - 98281.35504515357, - 98011.30177505898, - 96863.41780279284, - 95662.15205395945 - ], - "fuel": [ - 42.77889347343982, - 42.8375643380831, - 43.28745691684881, - 43.940445098424476, - 44.43236305470874, - 44.2917316441716, - 43.69699433115345, - 43.07984936387221 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 21.5625, -39.6875 21.875, -39.375 21.875, -39.375 21.5625, -39.6875 21.5625))", @@ -22053,68 +16376,7 @@ "id": "1133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.553470181282211, - 13.553470181282211, - 13.553470181282211, - 13.553470181282211, - 13.553470181282211, - 13.553470181282211, - 13.553470181282211, - 13.553470181282211 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1304.265982082533, - -1414.9095525293824, - -896.9626435029322, - 180.07153451062277, - 1216.3808473883655, - 1476.63352007504, - 636.0418930781034, - -504.2021907332537 - ], - "relative wind speed": [ - 3.381460084197872, - 3.319735399727063, - 3.5465502313354094, - 3.897962180386636, - 4.1637056296722434, - 4.213083638783687, - 4.024015199797655, - 3.6846448555950766 - ], - "relative wind angle": [ - 0.07104321518550358, - 0.03236001135122652, - 0.11073511443781135, - 0.11489158758144889, - 0.05767960909836509, - 0.025496661014523987, - 0.09755127590825703, - 0.12157512349572236 - ], - "resistance": [ - 95330.23401791746, - 95219.59044747062, - 95737.53735649707, - 96814.57153451063, - 97850.88084738837, - 98111.13352007503, - 97270.5418930781, - 96130.29780926675 - ], - "fuel": [ - 42.894182941938, - 42.83774701383384, - 43.10232851529096, - 43.65570324250959, - 44.19222843048137, - 44.32759603831154, - 43.89127902707902, - 43.303626828265884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 21.25, -40 21.5625, -39.6875 21.5625, -39.6875 21.25, -40 21.25))", @@ -22133,68 +16395,7 @@ "id": "1134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.236172118501647, - 9.236172118501647, - 9.236172118501647, - 9.236172118501647, - 9.236172118501647, - 9.236172118501647, - 9.236172118501647, - 9.236172118501647 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -954.6325900681024, - -967.516651592751, - -499.07905423000784, - 305.5713779823036, - 1010.3206813248698, - 1040.208483156881, - 356.7414641886903, - -455.3003486602429 - ], - "relative wind speed": [ - 2.125536080038146, - 2.114520390171538, - 2.408874486721526, - 2.7807157798827684, - 3.021574745342904, - 3.0292938267501826, - 2.800917934617161, - 2.432167206577074 - ], - "relative wind angle": [ - 0.09377194862807843, - 0.08382784682960709, - 0.1876628720776844, - 0.1656457309375059, - 0.06591525801654714, - 0.058478683760351965, - 0.16114665829176772, - 0.1896540681303044 - ], - "resistance": [ - 95679.86740993193, - 95666.98334840727, - 96135.42094577002, - 96940.07137798233, - 97644.8206813249, - 97674.70848315691, - 96991.24146418872, - 96179.19965133979 - ], - "fuel": [ - 40.13864578218289, - 40.13205490773359, - 40.372082385116826, - 40.78629126010276, - 41.15105328766603, - 41.16656337730124, - 40.812713496818375, - 40.394556319448746 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 21.5625, -39.375 21.875, -39.0625 21.875, -39.0625 21.5625, -39.375 21.5625))", @@ -22213,68 +16414,7 @@ "id": "1136", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.942261726138126, - 10.942261726138126, - 10.942261726138126, - 10.942261726138126, - 10.942261726138126, - 10.942261726138126, - 10.942261726138126, - 10.942261726138126 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -746.074374188111, - -1123.3440104488163, - -1005.1244293005352, - -333.32783440881076, - 580.7575903920556, - 1227.493527704432, - 950.9058895411413, - 100.48156953364605 - ], - "relative wind speed": [ - 2.8068820508219967, - 2.5909629488833454, - 2.673920106432935, - 2.9888155042383016, - 3.3193434155603416, - 3.4904925949161107, - 3.4273574109018994, - 3.156518563112727 - ], - "relative wind angle": [ - 0.13511420380731035, - 0.0327218497257528, - 0.09672039883074164, - 0.15111695103003991, - 0.11415486516389109, - 0.02428720397881653, - 0.07541217897732269, - 0.14303145072254828 - ], - "resistance": [ - 95888.4256258119, - 95511.1559895512, - 95629.37557069949, - 96301.1721655912, - 97215.25759039207, - 97861.99352770444, - 97585.40588954116, - 96734.98156953366 - ], - "fuel": [ - 41.25819027083752, - 41.065160015860464, - 41.125590163366674, - 41.469978979520135, - 41.941271458212285, - 42.276599541690636, - 42.13300029829869, - 41.69325874148973 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 21.5625, -38.4375 21.875, -38.125 21.875, -38.125 21.5625, -38.4375 21.5625))", @@ -22306,7 +16446,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 353.6479596182105, + 353.64795961821005, -427.4661805283133, -874.6816923989268, -848.7952624267526, @@ -22318,7 +16458,7 @@ "relative wind speed": [ 2.2040326467154627, 1.711426530293663, - 1.2759300863344563, + 1.275930086334456, 1.3103086132867032, 1.7730287916852958, 2.252201197792857, @@ -22326,12 +16466,12 @@ 2.506886982270893 ], "relative wind angle": [ - 0.28959575624062756, + 0.2895957562406283, 0.3618222568406529, - 0.1791398497744141, + 0.17913984977441347, 0.2187024011247754, - 0.3628953673152174, - 0.27233943716232817, + 0.36289536731521743, + 0.2723394371623282, 0.09017728783058722, 0.11364753691297777 ], @@ -22386,9 +16526,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 551.5298220162248, + 551.5298220162246, -43.75673272240431, - -491.8255262202306, + -491.82552622023064, -608.488575027191, -391.8107434245888, 124.80176637109241, @@ -22396,9 +16536,9 @@ 977.7964347291316 ], "relative wind speed": [ - 1.8717804590045426, + 1.8717804590045424, 1.4595952403328898, - 0.9384182719617434, + 0.9384182719617433, 0.6973546709260103, 1.0855564193133784, 1.5973655062700312, @@ -22406,14 +16546,14 @@ 2.048338665641357 ], "relative wind angle": [ - 0.2887406713104469, + 0.28874067131044723, 0.4822289934593159, - 0.4691592389608929, + 0.4691592389608931, 0.1104316732369748, - 0.5132080944113472, + 0.5132080944113471, 0.43758911914380744, 0.2193740315651635, - 0.037528782789018174 + 0.03752878278901817 ], "resistance": [ 97186.02982201622, @@ -22466,9 +16606,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 445.4937820772807, + 445.49378207728, -246.00180632218667, - -685.4586271214231, + -685.4586271214232, -717.5046330573603, -341.8639707586566, 328.6350224488706, @@ -22476,9 +16616,9 @@ 1041.0665034004553 ], "relative wind speed": [ - 1.9767336455099194, + 1.9767336455099191, 1.490761137394668, - 0.9769594249859868, + 0.9769594249859866, 0.920026378483957, 1.4005823263678283, 1.909643419452597, @@ -22486,12 +16626,12 @@ 2.2411287828053403 ], "relative wind angle": [ - 0.32676589616497514, + 0.32676589616497587, 0.4654589931585578, - 0.3247916919989461, - 0.2506630692703654, + 0.3247916919989468, + 0.25066306927036536, 0.4701528652697538, - 0.3579778828793367, + 0.35797788287933674, 0.14109582186597222, 0.10200459168130734 ], @@ -22546,9 +16686,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 495.7655956668209, + 495.76559566682045, -153.24809056461686, - -613.2629403748474, + -613.2629403748475, -697.4025738031236, -410.18148836197736, 185.47555317751448, @@ -22566,11 +16706,11 @@ 2.209242102975117 ], "relative wind angle": [ - 0.2736109507037028, + 0.27361095070370356, 0.4131629358502799, - 0.32894246366369106, - 0.1401782976716301, - 0.41680687539692207, + 0.32894246366369145, + 0.14017829767163012, + 0.416806875396922, 0.3544706829160108, 0.16526200020407342, 0.06020375090713331 @@ -22626,19 +16766,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -443.39423377490414, + -443.3942337749047, -492.27516088306595, - -303.48163307563607, + -303.4816330756363, 89.68266580284535, 481.6873607346929, 594.2583944023274, - 278.72992951181936, + 278.7299295118198, -142.97811300814817 ], "relative wind speed": [ - 1.2678832735609362, + 1.2678832735609358, 1.1975909868742105, - 1.4159814537103643, + 1.415981453710364, 1.7278631703977008, 1.94971255796284, 1.993660673788609, @@ -22646,13 +16786,13 @@ 1.5567260254896498 ], "relative wind angle": [ - 0.17402827725586711, - 0.07372730478444425, - 0.24560813777368148, - 0.23283699969081206, + 0.17402827725586772, + 0.07372730478444427, + 0.24560813777368104, + 0.23283699969081204, 0.11283819293026387, 0.04426229519921199, - 0.18771110172106004, + 0.18771110172105945, 0.25899059999078866 ], "resistance": [ @@ -22693,52 +16833,7 @@ "id": "1166", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.59617879757806, - 67.59617879757806, - 67.59617879757806, - 67.59617879757806, - 67.59617879757806, - 67.59617879757806, - 67.59617879757806, - 67.59617879757806 - ], - "relative wind speed": [ - 0.5536773735693211, - 0.5536773735693211, - 0.5536773735693211, - 0.5536773735693211, - 0.5536773735693211, - 0.5536773735693211, - 0.5536773735693211, - 0.5536773735693211 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 20.625, -38.4375 20.9375, -38.125 20.9375, -38.125 20.625, -38.4375 20.625))", @@ -22757,52 +16852,7 @@ "id": "1167", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 78.70098466605222, - 78.70098466605222, - 78.70098466605222, - 78.70098466605222, - 78.70098466605222, - 78.70098466605222, - 78.70098466605222, - 78.70098466605222 - ], - "relative wind speed": [ - 0.5974282930853891, - 0.5974282930853891, - 0.5974282930853891, - 0.5974282930853891, - 0.5974282930853891, - 0.5974282930853891, - 0.5974282930853891, - 0.5974282930853891 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 20.625, -38.125 20.9375, -37.8125 20.9375, -37.8125 20.625, -38.125 20.625))", @@ -22821,52 +16871,7 @@ "id": "1170", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 80.40541787620208, - 80.40541787620208, - 80.40541787620208, - 80.40541787620208, - 80.40541787620208, - 80.40541787620208, - 80.40541787620208, - 80.40541787620208 - ], - "relative wind speed": [ - 0.6038629159066365, - 0.6038629159066365, - 0.6038629159066365, - 0.6038629159066365, - 0.6038629159066365, - 0.6038629159066365, - 0.6038629159066365, - 0.6038629159066365 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 20.3125, -38.75 20.625, -38.4375 20.625, -38.4375 20.3125, -38.75 20.3125))", @@ -22885,52 +16890,7 @@ "id": "1172", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.75389277729334, - 65.75389277729334, - 65.75389277729334, - 65.75389277729334, - 65.75389277729334, - 65.75389277729334, - 65.75389277729334, - 65.75389277729334 - ], - "relative wind speed": [ - 0.5460802096412893, - 0.5460802096412893, - 0.5460802096412893, - 0.5460802096412893, - 0.5460802096412893, - 0.5460802096412893, - 0.5460802096412893, - 0.5460802096412893 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 20.3125, -38.4375 20.625, -38.125 20.625, -38.125 20.3125, -38.4375 20.3125))", @@ -22949,52 +16909,7 @@ "id": "1173", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 66.59349810520331, - 66.59349810520331, - 66.59349810520331, - 66.59349810520331, - 66.59349810520331, - 66.59349810520331, - 66.59349810520331, - 66.59349810520331 - ], - "relative wind speed": [ - 0.5495555743282916, - 0.5495555743282916, - 0.5495555743282916, - 0.5495555743282916, - 0.5495555743282916, - 0.5495555743282916, - 0.5495555743282916, - 0.5495555743282916 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 20, -38.75 20.3125, -38.4375 20.3125, -38.4375 20, -38.75 20))", @@ -23013,52 +16928,7 @@ "id": "1174", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.56667151328801, - 76.56667151328801, - 76.56667151328801, - 76.56667151328801, - 76.56667151328801, - 76.56667151328801, - 76.56667151328801, - 76.56667151328801 - ], - "relative wind speed": [ - 0.5892717035882787, - 0.5892717035882787, - 0.5892717035882787, - 0.5892717035882787, - 0.5892717035882787, - 0.5892717035882787, - 0.5892717035882787, - 0.5892717035882787 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 20.3125, -38.125 20.625, -37.8125 20.625, -37.8125 20.3125, -38.125 20.3125))", @@ -23077,52 +16947,7 @@ "id": "1176", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.62686859393206, - 75.62686859393206, - 75.62686859393206, - 75.62686859393206, - 75.62686859393206, - 75.62686859393206, - 75.62686859393206, - 75.62686859393206 - ], - "relative wind speed": [ - 0.5856440863620569, - 0.5856440863620569, - 0.5856440863620569, - 0.5856440863620569, - 0.5856440863620569, - 0.5856440863620569, - 0.5856440863620569, - 0.5856440863620569 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 20.3125, -37.8125 20.625, -37.5 20.625, -37.5 20.3125, -37.8125 20.3125))", @@ -23141,52 +16966,7 @@ "id": "1177", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 78.04304164636217, - 78.04304164636217, - 78.04304164636217, - 78.04304164636217, - 78.04304164636217, - 78.04304164636217, - 78.04304164636217, - 78.04304164636217 - ], - "relative wind speed": [ - 0.5949257910100206, - 0.5949257910100206, - 0.5949257910100206, - 0.5949257910100206, - 0.5949257910100206, - 0.5949257910100206, - 0.5949257910100206, - 0.5949257910100206 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 20, -37.8125 20.3125, -37.5 20.3125, -37.5 20, -37.8125 20))", @@ -23205,52 +16985,7 @@ "id": "1179", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.17957639684441, - 65.17957639684441, - 65.17957639684441, - 65.17957639684441, - 65.17957639684441, - 65.17957639684441, - 65.17957639684441, - 65.17957639684441 - ], - "relative wind speed": [ - 0.5436901561797234, - 0.5436901561797234, - 0.5436901561797234, - 0.5436901561797234, - 0.5436901561797234, - 0.5436901561797234, - 0.5436901561797234, - 0.5436901561797234 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 22.1875, -37.5 22.5, -37.1875 22.5, -37.1875 22.1875, -37.5 22.1875))", @@ -23282,9 +17017,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -113.61347949000333, + -113.61347949000401, -758.1356760296189, - -918.3349371404719, + -918.3349371404724, -608.2045002746241, 136.31124437864742, 956.5235456184387, @@ -23292,7 +17027,7 @@ 731.437522088424 ], "relative wind speed": [ - 1.8791322707312328, + 1.8791322707312326, 1.3303582863231207, 1.1049763778146071, 1.4852688802910514, @@ -23302,14 +17037,14 @@ 2.339463771637494 ], "relative wind angle": [ - 0.3926772770467213, - 0.34392416665246983, - 0.07672236776896733, - 0.39267149489220315, - 0.36084623592199855, - 0.1855945168065444, - 0.03333308323788086, - 0.2453957735264473 + 0.39267727704672184, + 0.3439241666524699, + 0.07672236776897022, + 0.3926714948922031, + 0.3608462359219985, + 0.18559451680654437, + 0.03333308323788085, + 0.24539577352644726 ], "resistance": [ 96520.88652050999, @@ -23349,52 +17084,7 @@ "id": "1184", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 77.34758089185677, - 77.34758089185677, - 77.34758089185677, - 77.34758089185677, - 77.34758089185677, - 77.34758089185677, - 77.34758089185677, - 77.34758089185677 - ], - "relative wind speed": [ - 0.5922690940625412, - 0.5922690940625412, - 0.5922690940625412, - 0.5922690940625412, - 0.5922690940625412, - 0.5922690940625412, - 0.5922690940625412, - 0.5922690940625412 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 22.1875, -36.5625 22.5, -36.25 22.5, -36.25 22.1875, -36.5625 22.1875))", @@ -23413,52 +17103,7 @@ "id": "1185", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.12951918855995, - 59.12951918855995, - 59.12951918855995, - 59.12951918855995, - 59.12951918855995, - 59.12951918855995, - 59.12951918855995, - 59.12951918855995 - ], - "relative wind speed": [ - 0.5178427220260742, - 0.5178427220260742, - 0.5178427220260742, - 0.5178427220260742, - 0.5178427220260742, - 0.5178427220260742, - 0.5178427220260742, - 0.5178427220260742 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 21.875, -36.5625 22.1875, -36.25 22.1875, -36.25 21.875, -36.5625 21.875))", @@ -23477,52 +17122,7 @@ "id": "1187", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.311496859018675, - 42.311496859018675, - 42.311496859018675, - 42.311496859018675, - 42.311496859018675, - 42.311496859018675, - 42.311496859018675, - 42.311496859018675 - ], - "relative wind speed": [ - 0.43805122376735306, - 0.43805122376735306, - 0.43805122376735306, - 0.43805122376735306, - 0.43805122376735306, - 0.43805122376735306, - 0.43805122376735306, - 0.43805122376735306 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 21.5625, -36.5625 21.875, -36.25 21.875, -36.25 21.5625, -36.5625 21.5625))", @@ -23541,52 +17141,7 @@ "id": "1193", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 40.988111500913355, - 40.988111500913355, - 40.988111500913355, - 40.988111500913355, - 40.988111500913355, - 40.988111500913355, - 40.988111500913355, - 40.988111500913355 - ], - "relative wind speed": [ - 0.43114629418362066, - 0.43114629418362066, - 0.43114629418362066, - 0.43114629418362066, - 0.43114629418362066, - 0.43114629418362066, - 0.43114629418362066, - 0.43114629418362066 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.25 22.1875, -36.25 22.5, -35.9375 22.5, -35.9375 22.1875, -36.25 22.1875))", @@ -23605,52 +17160,7 @@ "id": "1196", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.72081601945016, - 61.72081601945016, - 61.72081601945016, - 61.72081601945016, - 61.72081601945016, - 61.72081601945016, - 61.72081601945016, - 61.72081601945016 - ], - "relative wind speed": [ - 0.5290680464936771, - 0.5290680464936771, - 0.5290680464936771, - 0.5290680464936771, - 0.5290680464936771, - 0.5290680464936771, - 0.5290680464936771, - 0.5290680464936771 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.25 20.625, -36.25 20.9375, -35.9375 20.9375, -35.9375 20.625, -36.25 20.625))", @@ -23682,19 +17192,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 601.3765978102272, + 601.3765978102062, 383.21684983240766, - -13.66347657074084, + -13.663476570741295, -359.9289921634353, - -473.76215482027067, + -473.7621548202684, -379.55008015026795, -46.29053572095631, 354.77603831311467 ], "relative wind speed": [ - 1.9791701334893714, + 1.9791701334893712, 1.8920498660541851, - 1.6461814186832309, + 1.6461814186832306, 1.3479224165768255, 1.1932793091034515, 1.3270935276743254, @@ -23702,17 +17212,17 @@ 1.8772679845244356 ], "relative wind angle": [ - 0.006275042541648121, + 0.006275042541683506, 0.1427008306705254, - 0.24103615338611353, + 0.24103615338611398, 0.21429340836253674, - 0.010407889759638803, + 0.010407889759628135, 0.20417579241611375, - 0.2446914832326091, - 0.1532924013698707 + 0.24469148323260909, + 0.15329240136987074 ], "resistance": [ - 97235.87659781023, + 97235.8765978102, 97017.7168498324, 96620.83652342926, 96274.57100783657, @@ -23722,7 +17232,7 @@ 96989.27603831311 ], "fuel": [ - 39.45375093338038, + 39.45375093338036, 39.340970937555994, 39.136253591758546, 38.95812295163568, @@ -23762,9 +17272,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 550.6544395289238, + 550.6544395289213, 237.15349426793546, - -163.0627338873685, + -163.06273388736838, -434.96880977055685, -467.49871452126047, -270.19463264466117, @@ -23782,13 +17292,13 @@ 1.929731814685199 ], "relative wind angle": [ - 0.053447913071708424, + 0.05344791307171258, 0.19013178128201638, - 0.250738067490111, - 0.1546534475100966, + 0.25073806749011057, + 0.15465344751009663, 0.08691061829518255, 0.24126188950884003, - 0.2206295028075167, + 0.22062950280751673, 0.10018113271898602 ], "resistance": [ @@ -23844,15 +17354,15 @@ "wind resistance": [ 491.55461280173347, 151.76776945690278, - -221.2036432637259, + -221.20364326372612, -433.40696350839613, - -420.42458348379097, + -420.4245834837908, -179.3979116550554, - 201.2551604377569, + 201.25516043775644, 521.3278549937 ], "relative wind speed": [ - 1.8237846951217278, + 1.8237846951217274, 1.6275302683953035, 1.3177326445842379, 1.0598946038625137, @@ -23862,14 +17372,14 @@ 1.8362060594847673 ], "relative wind angle": [ - 0.09740438661564062, + 0.09740438661563947, 0.24204874542965393, - 0.28803739818273877, + 0.28803739818273955, 0.13178652204413088, - 0.16479933337457617, + 0.1647993333745755, 0.29120719745864204, - 0.22732970840711192, - 0.0759227148152049 + 0.22732970840711242, + 0.07592271481520492 ], "resistance": [ 97126.05461280177, @@ -23922,37 +17432,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 745.1235574194473, + 745.1235574194113, 477.3341921377321, - -15.162298703053239, + -15.16229870305392, -446.3595607176728, - -589.5268620080743, + -589.5268620080718, -473.8964615545698, -60.95737665587171, 437.4402906958419 ], "relative wind speed": [ - 2.2131937904267027, + 2.2131937904267023, 2.117542891224397, - 1.8454696539367828, - 1.5149752814444555, + 1.8454696539367823, + 1.5149752814444557, 1.3426625270665618, 1.4889531622576653, 1.8152716523899481, 2.0990043621165664 ], "relative wind angle": [ - 0.007023843559734361, + 0.007023843559781782, 0.14062539700771698, 0.23810949519972072, - 0.21200636166315812, - 0.011577999778047613, + 0.21200636166315864, + 0.011577999778038025, 0.20067880395595405, - 0.242149160474423, - 0.152463789472162 + 0.24214916047442298, + 0.15246378947216202 ], "resistance": [ - 97379.62355741944, + 97379.62355741941, 97111.83419213773, 96619.33770129694, 96188.14043928233, @@ -23962,7 +17472,7 @@ 97071.94029069584 ], "fuel": [ - 39.75440757016849, + 39.754407570168475, 39.6158525064774, 39.361729917010365, 39.13997806843187, @@ -24002,34 +17512,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -103.36435993122336, + -103.36435993122382, -593.0005141883656, - -712.1230652019776, + -712.1230652019782, -478.4566225168394, 87.09313317741226, 704.6435642661047, - 978.3478605845303, + 978.3478605845285, 534.8547956245707 ], "relative wind speed": [ 1.7149855466446744, 1.2710395445653981, - 1.0969262726171245, + 1.0969262726171243, 1.3949225755176642, 1.8461430490159274, 2.1757477010859834, - 2.2685176514791014, - 2.098478160701493 + 2.268517651479102, + 2.0984781607014935 ], "relative wind angle": [ - 0.3489448191406333, + 0.34894481914063397, 0.2916841077344239, - 0.06336408831111275, + 0.0633640883111145, 0.3388966759848628, 0.32321422678502415, 0.16879192158630899, - 0.030623561243061734, - 0.22282688778185256 + 0.030623561243065364, + 0.22282688778185356 ], "resistance": [ 96531.13564006878, @@ -24082,7 +17592,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 105.26218084869856, + 105.26218084869811, -441.800973461407, -676.278642458328, -568.1926151056757, @@ -24092,7 +17602,7 @@ 697.1680862226322 ], "relative wind speed": [ - 1.782980168399437, + 1.7829801683994366, 1.3280906636086447, 1.0129661561838015, 1.1823679986361, @@ -24102,14 +17612,14 @@ 2.107766519937774 ], "relative wind angle": [ - 0.33815164837929207, - 0.3660518514771874, - 0.07982647606382529, + 0.33815164837929174, + 0.36605185147718744, + 0.0798264760638253, 0.3103908536518982, - 0.37100773405647297, - 0.23766305525322143, + 0.37100773405647325, + 0.23766305525322146, 0.036821357255537715, - 0.17218332866073602 + 0.17218332866073605 ], "resistance": [ 96739.76218084872, @@ -24162,19 +17672,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -131.8333364954076, + -131.83333649540873, -680.7991138315238, - -811.2129114908242, + -811.2129114908249, -548.3478919917926, - 88.22957405572902, + 88.22957405572879, 777.8099992411992, 1077.5798192059758, 582.9813028347905 ], "relative wind speed": [ - 1.8847490829499276, + 1.884749082949927, 1.4401621857123899, - 1.2724466089509647, + 1.2724466089509645, 1.566505823555662, 2.022251513359801, 2.359600213555404, @@ -24182,11 +17692,11 @@ 2.2776829879798446 ], "relative wind angle": [ - 0.31913157775033074, + 0.3191315777503315, 0.2577598980560913, - 0.05672462821007883, + 0.056724628210080785, 0.3041501300398974, - 0.2967452836309381, + 0.29674528363093816, 0.15621993064539083, 0.02939995691374494, 0.207457815563564 @@ -24242,33 +17752,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 459.50584804936625, + 459.50584804936557, 112.51871871935873, - -235.54440360824952, + -235.54440360824964, -411.0264637146015, - -372.40903186236875, + -372.4090318623687, -115.06696715247813, - 256.67386586965256, + 256.67386586965245, 547.9306688949944 ], "relative wind speed": [ - 1.6820326563040275, + 1.682032656304027, 1.4539771130614279, 1.1115136947848945, 0.8415092426170875, 0.9170466445243717, - 1.2474610053224697, + 1.24746100532247, 1.560367171986204, 1.7210667040230043 ], "relative wind angle": [ - 0.1401535378392036, - 0.30859766092501156, - 0.3580741102148799, + 0.14015353783920356, + 0.3085976609250116, + 0.35807411021488056, 0.13026057618110057, - 0.25911651787740536, - 0.36184878301411233, - 0.25232396575575483, + 0.259116517877405, + 0.36184878301411266, + 0.2523239657557553, 0.06355324179652053 ], "resistance": [ @@ -24322,9 +17832,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 508.09366890714193, + 508.0936689071417, 63.57107194363175, - -346.1260837915129, + -346.1260837915132, -516.9010853170985, -433.0719881673705, -80.94590634926487, @@ -24334,7 +17844,7 @@ "relative wind speed": [ 1.8645113820619106, 1.5887175967213651, - 1.211614532221586, + 1.2116145322215859, 0.9627875100848767, 1.1035458260287543, 1.4731573174144674, @@ -24342,12 +17852,12 @@ 1.9409421151617232 ], "relative wind angle": [ - 0.16326005912985023, - 0.31324882010819977, - 0.32710871452592283, + 0.16326005912985092, + 0.3132488201081998, + 0.3271087145259228, 0.06338741344914686, - 0.27818887412889315, - 0.3387660874987812, + 0.2781888741288932, + 0.3387660874987811, 0.21847318774246863, 0.03142689804345881 ], @@ -24402,33 +17912,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 571.1670889684515, + 571.1670889684492, 968.950730978152, - 602.7053218725223, + 602.70532187252, -61.575580480423014, -641.3507858634066, -820.0769730693962, - -663.3590544494741, + -663.3590544494746, -98.34154336901565 ], "relative wind speed": [ - 2.754341276986077, + 2.7543412769860764, 2.867844634821646, 2.7655783840187036, 2.4890852908242183, 2.171859701454603, 2.019613226198637, - 2.1575325338822267, + 2.157532533882227, 2.4714013935243875 ], "relative wind angle": [ - 0.11141587812923122, - 0.0031292290904529787, - 0.1063450415996609, + 0.11141587812923222, + 0.003129229090452979, + 0.106345041599663, 0.171226833725824, 0.14147637472664928, - 0.004443503155906707, - 0.1364822261334711, + 0.0044435031559067065, + 0.13648222613347272, 0.17246428094550958 ], "resistance": [ @@ -24482,10 +17992,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 462.6338217526377, + 462.633821752637, 769.155195189174, 483.9714873691628, - -13.45574497187954, + -13.455744971879312, -440.93212166652063, -578.9781855243344, -455.53559213778453, @@ -24495,21 +18005,21 @@ 2.004813217175776, 2.1207932623701407, 2.0151847685167916, - 1.7218481483799533, + 1.721848148379953, 1.360618381432742, 1.1716630718516108, 1.3452095615157005, 1.70463995306219 ], "relative wind angle": [ - 0.17137997761282983, + 0.17137997761283114, 0.004222255381088713, 0.16411619257565366, - 0.2792327918289991, + 0.2792327918289987, 0.2540094567279205, - 0.007642633403585128, - 0.2472632073003451, - 0.2821284509390733 + 0.007642633403585127, + 0.24726320730034512, + 0.28212845093907324 ], "resistance": [ 97097.13382175266, @@ -24562,37 +18072,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 602.0185961297177, + 602.0185961297161, 748.605386886923, - 355.2698593728694, + 355.2698593728692, -172.95232720574177, - -551.3364311206218, + -551.3364311206216, -615.0172073346687, - -381.43060796720556, + -381.43060796720545, 109.52407666555519 ], "relative wind speed": [ - 2.1656747331218957, + 2.1656747331218953, 2.217094012001054, - 2.051119826384835, - 1.7262346349100168, + 2.0511198263848347, + 1.7262346349100166, 1.3974144752743198, 1.314309098856835, 1.5607119283198418, 1.913903929309378 ], "relative wind angle": [ - 0.11625022068112366, + 0.11625022068112463, 0.04371080004451981, - 0.19041229623235817, - 0.2650026980209025, - 0.18073830327475418, + 0.1904122962323576, + 0.26500269802090204, + 0.18073830327475357, 0.07377871987669053, - 0.25137330065934443, + 0.25137330065934393, 0.23848410313841947 ], "resistance": [ - 97236.51859612974, + 97236.51859612972, 97383.10538688693, 96989.76985937289, 96461.54767279427, @@ -24602,7 +18112,7 @@ 96744.02407666558 ], "fuel": [ - 39.66149404538503, + 39.66149404538502, 39.73737346861591, 39.53394720378299, 39.26166559395625, @@ -24642,19 +18152,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 966.2984463309399, + 966.2984463309303, 529.3088969952064, - -120.29150286401364, + -120.29150286401386, -628.344617328292, -752.60666973583, -525.0676832577386, - 51.302014542365214, + 51.30201454236499, 679.970966990224 ], "relative wind speed": [ - 2.4190536259560456, + 2.419053625956045, 2.2624423323270935, - 1.9087008263391865, + 1.9087008263391863, 1.5131532413413527, 1.3605118496742727, 1.6075346438722682, @@ -24662,17 +18172,17 @@ 2.326624208284045 ], "relative wind angle": [ - 0.02279148523766972, - 0.18375799814846858, - 0.28110966035728646, - 0.22354108764816208, - 0.04053191412793034, + 0.022791485237679463, + 0.18375799814846855, + 0.2811096603572865, + 0.22354108764816205, + 0.04053191412793035, 0.2600902495505182, - 0.2659278907756821, - 0.14467955741883295 + 0.26592789077568213, + 0.14467955741883298 ], "resistance": [ - 97600.79844633094, + 97600.79844633093, 97163.80889699521, 96514.20849713599, 96006.15538267171, @@ -24682,7 +18192,7 @@ 97314.47096699022 ], "fuel": [ - 40.014477513138075, + 40.01447751313807, 39.788155660975484, 39.45303348312787, 39.192028362760695, @@ -24722,9 +18232,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1201.194695141578, + 1201.1946951415698, 619.6234815884131, - -204.9809843168489, + -204.98098431684912, -825.6703853814208, -957.3469967184828, -634.487885095707, @@ -24732,7 +18242,7 @@ 898.0126202426668 ], "relative wind speed": [ - 2.740981548319289, + 2.7409815483192888, 2.5501731512268915, 2.1472174540593048, 1.7155929323531982, @@ -24742,14 +18252,14 @@ 2.6547928269685874 ], "relative wind angle": [ - 0.03259017369395558, + 0.03259017369396239, 0.18777289171236738, - 0.27540885065067783, + 0.2754088506506782, 0.2052964929856852, - 0.05676499713475939, + 0.056764997134759396, 0.25774535913317276, 0.25446606897102925, - 0.13212178278091571 + 0.13212178278091574 ], "resistance": [ 97835.69469514157, @@ -24802,9 +18312,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 865.3068430207661, + 865.3068430207634, 941.2423980634273, - 377.9630524666468, + 377.9630524666452, -304.1013140960083, -745.1585139253664, -778.2633785123933, @@ -24814,7 +18324,7 @@ "relative wind speed": [ 2.434761015187054, 2.4584620511299304, - 2.2305267280570127, + 2.2305267280570122, 1.829694818461651, 1.4542985622613929, 1.4138634490021529, @@ -24822,14 +18332,14 @@ 2.166855412934798 ], "relative wind angle": [ - 0.10178025427446609, + 0.10178025427446935, 0.0711444197034916, - 0.2235670772981284, + 0.2235670772981294, 0.29080166222186676, 0.17093587618454947, 0.12392032598952461, - 0.2862363744803156, - 0.24453678642028487 + 0.2862363744803152, + 0.24453678642028484 ], "resistance": [ 97499.80684302076, @@ -24882,9 +18392,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1043.8564431832542, + 1043.8564431832433, 819.4991106650709, - 107.23699529818941, + 107.23699529818896, -603.4882424976813, -927.6587947894686, -831.2216088553034, @@ -24892,9 +18402,9 @@ 492.90243047558806 ], "relative wind speed": [ - 2.990435691715313, + 2.9904356917153128, 2.9310498976770423, - 2.664572356436203, + 2.6645723564362025, 2.311461289007864, 2.0854392422324373, 2.1681118413622578, @@ -24902,14 +18412,14 @@ 2.819380990349823 ], "relative wind angle": [ - 0.02993755554954124, - 0.08775185455498917, - 0.17075803566224337, + 0.029937555549548658, + 0.08775185455498918, + 0.1707580356622427, 0.16666800527247416, 0.04293602476015749, 0.1187576610424931, - 0.1829840879221423, - 0.1364334130968052 + 0.1829840879221429, + 0.13643341309680523 ], "resistance": [ 97678.35644318328, @@ -24962,34 +18472,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 952.7397475406997, + 952.7397475406988, 549.5549462340082, - -103.16330386076993, + -103.16330386077038, -641.8105503878733, - -786.6958551860969, + -786.6958551861051, -595.7371144406582, - -26.383876691331807, + -26.383876691331352, 615.8762567390527 ], "relative wind speed": [ - 2.6689724234418772, + 2.668972423441877, 2.543112057367733, 2.2391829398397345, 1.9011590704446415, - 1.7574538235224524, + 1.7574538235224526, 1.9351069227765547, - 2.2799380475876037, + 2.279938047587604, 2.568589482142477 ], "relative wind angle": [ 0.007795305462180764, 0.13290450027928066, - 0.2049800297294874, - 0.16249645043297564, - 0.01183856458072827, + 0.20498002972948792, + 0.16249645043297567, + 0.011838564580747028, 0.17504147358926908, - 0.20126513272900337, - 0.12003227955933356 + 0.20126513272900395, + 0.12003227955933357 ], "resistance": [ 97587.23974754066, @@ -25042,10 +18552,10 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 939.7224435858925, + 939.7224435858734, 696.9156885075608, - 62.36004029435344, - -546.8941007228448, + 62.36004029435253, + -546.8941007228445, -804.3479686701035, -699.7043207562895, -192.37140433471814, @@ -25055,24 +18565,24 @@ 2.6960397100943756, 2.624864797845536, 2.3545347853002325, - 2.0047201165559225, + 2.004720116555923, 1.7912022102407525, 1.8939694478550688, 2.2210811379119653, 2.5412856452302113 ], "relative wind angle": [ - 0.025252180489664457, + 0.025252180489682044, 0.1037826396071321, - 0.19344430703470283, - 0.1847137847815368, + 0.19344430703470403, + 0.184713784781538, 0.038013599584753296, 0.1440728890969323, - 0.20522846624320737, - 0.14539799383871377 + 0.2052284662432074, + 0.14539799383871374 ], "resistance": [ - 97574.22244358585, + 97574.22244358584, 97331.41568850752, 96696.86004029431, 96087.60589927711, @@ -25082,7 +18592,7 @@ 97111.56550945828 ], "fuel": [ - 40.53395029204019, + 40.53395029204018, 40.408134204765055, 40.08035994283739, 39.76706485467497, @@ -25122,17 +18632,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 750.9452836247804, + 750.9452836247754, 606.5032881899049, - 113.51052062002145, + 113.51052062002077, -378.7453337566694, - -614.3504683298562, + -614.3504683298557, -551.5691475258965, -173.77901347966008, 355.28906211304684 ], "relative wind speed": [ - 2.207202911563943, + 2.2072029115639427, 2.156375381394226, 1.903381135455071, 1.5466473161637564, @@ -25142,11 +18652,11 @@ 2.03919296514274 ], "relative wind angle": [ - 0.045058258244336374, + 0.0450582582443413, 0.11738492981013779, - 0.24223609883159264, - 0.2570118243212846, - 0.0768091041425515, + 0.24223609883159353, + 0.25701182432128455, + 0.07680910414255006, 0.18423316969060186, 0.2701156542159609, 0.19400911814639218 @@ -25202,11 +18712,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 773.753539035926, + 773.7535390359164, 443.1591900634687, - -84.31906480638258, + -84.31906480638213, -515.9718313932744, - -630.8916359475634, + -630.8916359475679, -471.6470148565429, -10.521470908499396, 507.1154620419818 @@ -25216,23 +18726,23 @@ 2.2261041694438033, 1.9434708538126222, 1.6280652261796968, - 1.495316104842275, + 1.4953161048422752, 1.66615813768971, 1.9886034681116203, 2.25411320308213 ], "relative wind angle": [ - 0.009858868554728097, + 0.009858868554739357, 0.1426689257447282, - 0.22020657085900483, + 0.2202065708590043, 0.17523419663623233, - 0.015456599472692241, + 0.015456599472706608, 0.19113129139303706, 0.21512932688732922, - 0.1262537836070053 + 0.12625378360700532 ], "resistance": [ - 97408.25353903594, + 97408.25353903593, 97077.65919006348, 96550.18093519364, 96118.52816860675, @@ -25242,7 +18752,7 @@ 97141.615462042 ], "fuel": [ - 39.95678854221367, + 39.95678854221366, 39.785741392148815, 39.51367001851951, 39.29179536300732, @@ -25282,34 +18792,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 795.8249315394269, + 795.824931539415, 523.5612679326064, - -17.455788344642315, + -17.455788344642542, -503.277149511237, - -671.2141790457522, + -671.214179045749, -554.3285497986369, -102.62985432852861, 450.2478637545896 ], "relative wind speed": [ - 2.520653672416898, + 2.5206536724168975, 2.434588523093508, 2.1802618437903374, 1.8762147537548162, - 1.717447835062986, + 1.7174478350629858, 1.837416862242399, 2.1330214004888206, 2.40481604290725 ], "relative wind angle": [ - 0.009537685336351156, - 0.10988870367087224, - 0.1852697714854215, + 0.009537685336362796, + 0.10988870367087225, + 0.18526977148542215, 0.16112272262518357, - 0.01399845850623067, - 0.145826633193436, - 0.18942220621774822, - 0.12549235362756836 + 0.01399845850622274, + 0.14582663319343597, + 0.1894222062177482, + 0.1254923536275684 ], "resistance": [ 97430.32493153946, @@ -25362,11 +18872,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 696.3645603541786, + 696.3645603541711, 404.5175117490953, - -59.810518413904674, + -59.81051841390513, -440.336921334949, - -545.0964886578164, + -545.0964886578149, -406.1727081222642, -3.0217399093046424, 454.14354615051366 @@ -25374,7 +18884,7 @@ "relative wind speed": [ 2.0995244834633535, 1.9843115748369875, - 1.7025663735537553, + 1.702566373553755, 1.3784825595476853, 1.2356603547815084, 1.4132824003039088, @@ -25382,17 +18892,17 @@ 2.0086426765514283 ], "relative wind angle": [ - 0.009811665842108819, + 0.009811665842120135, 0.1619789930806957, - 0.25651946781959306, + 0.2565194678195939, 0.21261361720510827, - 0.01667161719564005, - 0.22841352324978043, + 0.016671617195633388, + 0.22841352324978045, 0.2505205038985623, - 0.1453257155435931 + 0.14532571554359314 ], "resistance": [ - 97330.86456035418, + 97330.86456035417, 97039.0175117491, 96574.6894815861, 96194.16307866505, @@ -25402,7 +18912,7 @@ 97088.64354615052 ], "fuel": [ - 39.595021083102, + 39.59502108310198, 39.44408451222191, 39.20459800531901, 39.00893200935758, @@ -25442,11 +18952,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 658.2060712524292, + 658.2060712524219, 499.09853533057367, 62.02038529408992, -360.28199369366655, - -545.5566729278493, + -545.5566729278498, -476.6545094072037, -131.58950248823544, 330.71787101502764 @@ -25462,14 +18972,14 @@ 1.9901730348927693 ], "relative wind angle": [ - 0.03183406480950942, + 0.03183406480951988, 0.11628040744079052, 0.2240428040125875, 0.22323793455407454, - 0.05156495545350566, + 0.05156495545350781, 0.1718036651930734, - 0.2417330907851699, - 0.16974458788378377 + 0.24173309078516989, + 0.1697445878837838 ], "resistance": [ 97292.70607125243, @@ -25522,17 +19032,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 325.8882020317244, + 325.8882020317217, -81.06437819623534, - -418.7498004872866, + -418.74980048728776, -506.28727257488094, -390.3164853398364, -33.39862738160332, - 366.467729111532, + 366.46772911153334, 572.185186975744 ], "relative wind speed": [ - 2.340709601843602, + 2.340709601843601, 2.1397203174002395, 1.9263934203667379, 1.8397839573589405, @@ -25542,14 +19052,14 @@ 2.4259091806681345 ], "relative wind angle": [ - 0.0926683751851598, + 0.092668375185161, 0.13739763277279052, - 0.10289247459168034, + 0.1028924745916825, 0.007201717302611697, 0.11147691890110481, 0.13572196341212858, - 0.08401961469593047, - 0.005461686449673171 + 0.08401961469592915, + 0.0054616864496731705 ], "resistance": [ 96960.38820203177, @@ -25602,17 +19112,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 144.76708663645013, + 144.76708663644877, -215.65536469489643, - -430.096124427482, + -430.0961244274823, -428.8589279954998, - -211.44533782373105, + -211.44533782373128, 149.68655365502786, - 458.3058021196357, + 458.30580211963684, 455.4346818236113 ], "relative wind speed": [ - 1.8725789529589405, + 1.8725789529589403, 1.6265333097000483, 1.428288391883232, 1.429859173336931, @@ -25622,13 +19132,13 @@ 2.029409756468323 ], "relative wind angle": [ - 0.16193089985462333, - 0.18588097454380959, - 0.08637330142888783, + 0.16193089985462472, + 0.1858809745438096, + 0.08637330142888912, 0.08848393263420973, - 0.18630943622266843, + 0.18630943622266904, 0.16097597536965286, - 0.06071777537797549, + 0.06071777537797367, 0.06230201181138971 ], "resistance": [ @@ -25682,9 +19192,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 414.82933470775333, + 414.8293347077529, 0.8747169375378689, - -383.2730802946726, + -383.27308029467304, -527.3381845791189, -447.92282608949176, -107.24188709501709, @@ -25692,21 +19202,21 @@ 600.4653344245121 ], "relative wind speed": [ - 2.2743116340049205, + 2.27431163400492, 2.069842155186572, 1.8222501713682107, 1.6870193929397057, - 1.77159654821257, + 1.7715965482125702, 2.006689111651686, 2.2339319710226966, 2.337736791440425 ], "relative wind angle": [ 0.09135243606547387, - 0.15786538621150187, - 0.13912933895897567, - 0.018961722408566396, - 0.11738127743353834, + 0.15786538621150184, + 0.13912933895897647, + 0.0189617224085664, + 0.1173812774335393, 0.16287731731755253, 0.11336667944761519, 0.013683266160717935 @@ -25762,34 +19272,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 222.02811076597777, + 222.02811076597663, -198.29611893276387, - -476.22429633757076, + -476.2242963375711, -501.93101765910467, - -285.35199351248957, + -285.35199351249, 120.20562619561474, 496.22709677373155, - 555.814434107423 + 555.8144341074228 ], "relative wind speed": [ - 1.999555012275922, + 1.9995550122759218, 1.73545239227582, - 1.4995124002655673, + 1.499512400265567, 1.4681803283468047, - 1.6695244423783053, + 1.669524442378305, 1.942610899012071, 2.1300222234207205, - 2.1517385143812944 + 2.151738514381295 ], "relative wind angle": [ - 0.15902968794207523, + 0.15902968794207664, 0.19858965490912, - 0.11197104558183678, + 0.11197104558183778, 0.0718709116709535, - 0.19082070111215588, - 0.17717385854222767, - 0.07874313184121286, - 0.04901658295434812 + 0.1908207011121559, + 0.17717385854222764, + 0.07874313184121287, + 0.049016582954350386 ], "resistance": [ 96856.52811076598, @@ -25842,9 +19352,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 536.2957057790777, + 536.2957057790704, 221.57761716238997, - -189.79678435638584, + -189.7967843563872, -469.8709909478589, -502.33278309910133, -302.7189113751897, @@ -25854,7 +19364,7 @@ "relative wind speed": [ 2.3197694136995755, 2.188939778920963, - 1.9589893530226254, + 1.9589893530226252, 1.754596708913734, 1.7201737184782442, 1.8838445792412886, @@ -25862,14 +19372,14 @@ 2.2938435307466887 ], "relative wind angle": [ - 0.035519320272147256, + 0.03551932027215664, 0.1238559358844243, - 0.15377260268229223, + 0.15377260268229367, 0.0878359781207761, 0.047908434434044314, - 0.14404478140097332, + 0.14404478140097335, 0.14187968307990903, - 0.06715120627524859 + 0.0671512062752486 ], "resistance": [ 97170.79570577909, @@ -25922,34 +19432,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 491.36255640451054, + 491.36255640450645, 109.1536412840203, - -300.13150591316025, + -300.1315059131607, -514.0991912073869, -484.6468284862872, -199.19042529064882, - 226.95614423201278, - 559.8612320953735 + 226.95614423201255, + 559.8612320953766 ], "relative wind speed": [ - 2.219744264942744, + 2.2197442649427437, 2.0366551993736737, - 1.7757456412908637, + 1.7757456412908634, 1.589297367696604, 1.62273572009071, 1.8473146504774705, 2.099348288503129, - 2.2438069649676113 + 2.243806964967611 ], "relative wind angle": [ - 0.07385299935027592, + 0.07385299935028045, 0.1615930902709487, - 0.16954145230313036, - 0.06047292376999999, - 0.10110405331286527, - 0.1783248588050108, - 0.14321058158913763, - 0.04282019416319134 + 0.169541452303131, + 0.060472923769999985, + 0.10110405331286526, + 0.17832485880501078, + 0.14321058158913766, + 0.04282019416318616 ], "resistance": [ 97125.8625564045, @@ -25959,7 +19469,7 @@ 96149.8531715137, 96435.30957470935, 96861.45614423201, - 97194.36123209537 + 97194.36123209538 ], "fuel": [ 39.802949756679354, @@ -26002,9 +19512,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 629.7300122451854, + 629.7300122446848, 377.845302131396, - -56.46168781749566, + -56.46168781749611, -428.35230404168124, -534.3482224054133, -425.727465430474, @@ -26022,17 +19532,17 @@ 2.2690192837100764 ], "relative wind angle": [ - 0.0005497832383215281, - 0.1046568175160127, - 0.16381857971451652, + 0.0005497832389273431, + 0.10465681751601272, + 0.16381857971451722, 0.1310581329696145, - 0.0007673688401555317, + 0.0007673688401555316, 0.1319329346669696, 0.1636125538994858, 0.10377047323460079 ], "resistance": [ - 97264.23001224526, + 97264.23001224476, 97012.34530213146, 96578.03831218257, 96206.1476959584, @@ -26042,7 +19552,7 @@ 97016.10286176896 ], "fuel": [ - 40.025247918169015, + 40.02524791816876, 39.89502267527084, 39.67103896897309, 39.47980286970399, @@ -26082,9 +19592,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 477.4264841900581, + 477.4264841900572, 179.73821395387563, - -186.39060401354436, + -186.39060401354504, -421.61763970428797, -437.2659241417929, -239.5138967847073, @@ -26092,7 +19602,7 @@ 441.13313485372623 ], "relative wind speed": [ - 2.025000716571481, + 2.0250007165714807, 1.878877160874595, 1.6330183947161188, 1.4199023705716594, @@ -26104,12 +19614,12 @@ "relative wind angle": [ 0.05251063798865746, 0.15854497740655163, - 0.1930048249471562, + 0.19300482494715793, 0.1032397743700031, - 0.07600223305379722, + 0.0760022330537972, 0.18759902804439438, 0.1708690238374904, - 0.07283091598980568 + 0.07283091598980569 ], "resistance": [ 97111.92648419007, @@ -26162,19 +19672,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 686.9018671536533, + 686.9018671536453, 484.14873550882135, - 29.093627340601415, + 29.093627340601188, -391.7389350638181, -557.2697906621967, -469.5530331755458, - -100.33317602296711, + -100.33317602296665, 371.4681861251611 ], "relative wind speed": [ - 2.148328195157751, + 2.1483281951577506, 2.0740925604824536, - 1.8232654536077377, + 1.8232654536077375, 1.501755005527253, 1.3118674015333622, 1.4263415312844934, @@ -26182,13 +19692,13 @@ 2.020158908771658 ], "relative wind angle": [ - 0.021013921110890683, + 0.021013921110901248, 0.12759225124548568, 0.2315314045414875, - 0.22002247698405406, + 0.22002247698405403, 0.034416885248860496, - 0.18610574804192068, - 0.2434688224374818, + 0.1861057480419207, + 0.24346882243748136, 0.16296521748012044 ], "resistance": [ @@ -26242,9 +19752,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 667.93850928446, + 667.9385092844534, 518.193134412395, - 74.50891785324711, + 74.5089178532462, -360.1507540736825, -556.9317678728473, -492.062600270384, @@ -26254,7 +19764,7 @@ "relative wind speed": [ 2.1524763177499318, 2.0980084282235576, - 1.8624246543802288, + 1.8624246543802285, 1.5429386886933985, 1.3323128703010982, 1.4165353924089485, @@ -26262,9 +19772,9 @@ 2.0068762009096006 ], "relative wind angle": [ - 0.035307823635566504, + 0.035307823635575934, 0.11298310070201645, - 0.22223378237016245, + 0.22223378237016345, 0.2248357256093898, 0.05706220874347493, 0.16776760620884612, @@ -26322,17 +19832,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 863.1232746330097, + 863.1232746330056, 695.5845962310591, - 117.57638644672966, + 117.57638644672852, -464.0109271482429, - -740.0980706931357, + -740.0980706931348, -667.6364384695053, - -221.55168626940622, + -221.55168626940667, 401.89438646049575 ], "relative wind speed": [ - 2.5283090826262984, + 2.528309082626298, 2.4763478452467744, 2.2199539827558286, 1.8669186132343263, @@ -26342,13 +19852,13 @@ 2.3571184731165715 ], "relative wind angle": [ - 0.03883741201722656, - 0.1008882431603217, - 0.20453011861121267, + 0.03883741201722943, + 0.10088824316032169, + 0.20453011861121378, 0.20948743300394285, - 0.06035179686840297, + 0.06035179686840112, 0.1467561777844169, - 0.2241937892364968, + 0.2241937892364973, 0.16546430420910033 ], "resistance": [ @@ -26402,17 +19912,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 835.6487198253822, + 835.6487198253226, 531.3528552731632, - -36.687454619297796, + -36.68745461929802, -537.1125871529384, -699.0611634265581, -568.5009549393671, - -89.05485264277968, + -89.0548526427799, 486.27626688541477 ], "relative wind speed": [ - 2.5762145376923593, + 2.576214537692359, 2.4819521408914578, 2.2182006329035073, 1.9089388327095362, @@ -26422,17 +19932,17 @@ 2.4640411516390652 ], "relative wind angle": [ - 0.0056145837953465415, - 0.11316017645525522, - 0.1862752799654471, - 0.15818870224184023, + 0.005614583795405864, + 0.11316017645525524, + 0.1862752799654477, + 0.1581887022418402, 0.0082436780081242, - 0.14918460352383667, - 0.18872190943356576, - 0.12234627126391585 + 0.1491846035238367, + 0.18872190943356634, + 0.12234627126391587 ], "resistance": [ - 97470.14871982539, + 97470.14871982532, 97165.85285527316, 96597.8125453807, 96097.38741284706, @@ -26442,7 +19952,7 @@ 97120.77626688541 ], "fuel": [ - 40.354503079166605, + 40.35450307916658, 40.19697760397318, 39.903840921985704, 39.64659178810888, @@ -26482,11 +19992,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 807.8256864754942, + 807.8256864754737, 542.6844958516333, - 4.749252407946415, + 4.74925240794596, -480.29938464566817, - -655.8522503512535, + -655.8522503512519, -541.3969479796228, -96.9230802411846, 454.3852770417627 @@ -26494,7 +20004,7 @@ "relative wind speed": [ 2.362144771740848, 2.2734288702257603, - 2.0006201748738093, + 2.000620174873809, 1.6627568540619646, 1.476603081090407, 1.6098465000652473, @@ -26502,17 +20012,17 @@ 2.23502219810414 ], "relative wind angle": [ - 0.013505152986259875, + 0.013505152986284538, 0.1281641859833493, - 0.22319765725445523, + 0.22319765725445526, 0.203284073293863, - 0.02160542608684464, + 0.021605426086839498, 0.18149341272557643, 0.2304829820036232, - 0.15076532983212487 + 0.1507653298321249 ], "resistance": [ - 97442.32568647551, + 97442.3256864755, 97177.18449585164, 96639.24925240796, 96154.20061535435, @@ -26522,7 +20032,7 @@ 97088.88527704177 ], "fuel": [ - 39.973668269798424, + 39.97366826979842, 39.83642021159163, 39.55876640885166, 39.30933306929218, @@ -26562,34 +20072,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 713.0733674987562, + 713.0733674987534, 572.6712448464298, - 95.49536332832622, + 95.49536332832554, -383.4591200094676, -609.8706751454145, -549.1358433295015, -180.40342913197992, - 333.6507061292971 + 333.65070612929685 ], "relative wind speed": [ - 2.2908808971021317, + 2.2908808971021313, 2.242830060084752, 2.0088255682020097, 1.6870739411784443, 1.4694884897820257, 1.541831711922398, 1.8363418916005803, - 2.1357231148503204 + 2.135723114850321 ], "relative wind angle": [ - 0.038548834829869594, - 0.10197357029593762, - 0.20613990329633014, + 0.03854883482987247, + 0.10197357029593763, + 0.20613990329633122, 0.21090028700328634, 0.060117601040095336, 0.14862578490796358, 0.22582296267870877, - 0.16612750272947963 + 0.16612750272948099 ], "resistance": [ 97347.57336749876, @@ -26642,13 +20152,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 902.4448312945549, + 902.4448312944876, 554.6723971332815, -55.0046025471886, -581.0200498835491, -739.9474459911858, -590.6057792779461, - -70.98376862547184, + -70.98376862547116, 540.8837562864057 ], "relative wind speed": [ @@ -26662,17 +20172,17 @@ 2.49984543558453 ], "relative wind angle": [ - 0.0016865856390101408, + 0.0016865856390759675, 0.12256005174313246, - 0.19822165780523068, - 0.16578663087132323, + 0.1982216578052307, + 0.16578663087132325, 0.002536559786196648, 0.16307492100014567, - 0.19900545761493818, - 0.12533771926740842 + 0.19900545761493763, + 0.12533771926740844 ], "resistance": [ - 97536.94483129455, + 97536.94483129447, 97189.17239713327, 96579.4953974528, 96053.47995011644, @@ -26682,7 +20192,7 @@ 97175.38375628639 ], "fuel": [ - 40.402852284486315, + 40.40285228448628, 40.2227618944515, 39.908132962501575, 39.63778973821054, @@ -26722,17 +20232,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 874.2103878979465, + 874.2103878979392, 612.8333508618766, - 17.62027308577626, + 17.620273085775807, -536.9857762608829, - -751.0836980505883, + -751.083698050586, -638.8052886776295, -152.3039063625813, 466.68013438646403 ], "relative wind speed": [ - 2.6725685494757996, + 2.672568549475799, 2.594829691559807, 2.33608424947046, 2.015550703525482, @@ -26742,14 +20252,14 @@ 2.538870904175802 ], "relative wind angle": [ - 0.01686800124631863, + 0.016868001246325214, 0.10209504345269502, - 0.1803709156963424, + 0.180370915696343, 0.16356737203646532, - 0.024574161184905165, + 0.024574161184900647, 0.13653397817473473, 0.18756747896410042, - 0.12963689988732263 + 0.12963689988732266 ], "resistance": [ 97508.71038789794, @@ -26802,9 +20312,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 863.101715246702, + 863.1017152465283, 515.1287954890954, - -74.21605769128473, + -74.21605769128519, -574.4127433186727, -716.6973103233856, -563.1713450651312, @@ -26822,17 +20332,17 @@ 2.512438091166704 ], "relative wind angle": [ - 0.0019527581242787038, + 0.0019527581244492664, 0.11920460973073108, - 0.1876829285510729, - 0.15192248619681806, + 0.1876829285510735, + 0.15192248619681809, 0.002865751433277104, - 0.15505381240415606, + 0.15505381240415608, 0.18683320976382373, 0.11601017175670579 ], "resistance": [ - 97497.60171524671, + 97497.60171524654, 97149.62879548912, 96560.28394230873, 96060.08725668135, @@ -26842,7 +20352,7 @@ 97165.77187216774 ], "fuel": [ - 40.42039341147549, + 40.420393411475395, 40.24025027422475, 39.93617834143235, 39.67911628096158, @@ -26882,37 +20392,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 907.3756303229461, + 907.3756303229334, 597.5825834250563, - -15.316210042097282, + -15.31621004209751, -564.7478211303676, - -755.5154707617198, + -755.5154707617232, -622.2892522281386, -111.23125845610139, 514.800059515981 ], "relative wind speed": [ - 2.6264160615658323, + 2.626416061565832, 2.532631204149565, - 2.2546702221015273, - 1.91976779028805, + 2.254670222101527, + 1.9197677902880497, 1.7432954933780576, 1.8769442424992657, 2.2030893525347244, 2.5003264061029626 ], "relative wind angle": [ - 0.010018417163447087, + 0.01001841716345817, 0.1162073561496383, - 0.19713162827114894, - 0.1732081895162803, - 0.015093878698174412, - 0.1570956282211755, - 0.20180999920638754, - 0.1327157126659615 + 0.19713162827114838, + 0.17320818951627967, + 0.015093878698181767, + 0.15709562822117554, + 0.20180999920638756, + 0.13271571266596152 ], "resistance": [ - 97541.87563032293, + 97541.87563032292, 97232.08258342504, 96619.18378995788, 96069.75217886962, @@ -26922,7 +20432,7 @@ 97149.30005951597 ], "fuel": [ - 40.422631997188034, + 40.42263199718802, 40.26218126906586, 39.9457955151885, 39.66336045638418, @@ -26962,9 +20472,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 856.169816908794, + 856.1698169087877, 459.2755803525597, - -133.66592280463897, + -133.66592280463942, -596.5489780634514, -704.5767853234564, -494.89478209646677, @@ -26972,20 +20482,20 @@ 606.1572023050958 ], "relative wind speed": [ - 2.4463405327518006, + 2.4463405327518, 2.304100048691226, 1.9913896991627493, - 1.6558091306991236, + 1.6558091306991238, 1.5342916627853154, 1.7406193938647183, 2.0911719142015524, 2.3657829637078507 ], "relative wind angle": [ - 0.020925231083537197, - 0.15634331753617137, - 0.23113045087160297, - 0.17382651400839694, + 0.020925231083542502, + 0.15634331753617134, + 0.23113045087160347, + 0.17382651400839758, 0.0333678441957179, 0.20760135742394767, 0.21991573339293688, @@ -27042,17 +20552,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 863.9173984626204, + 863.9173984626136, 678.4883434747121, - 99.13188654906571, + 99.13188654906503, -475.0165724723704, -738.4740092519119, -658.333935707657, - -206.20807461146023, + -206.2080746114607, 414.19406828983665 ], "relative wind speed": [ - 2.5345572723534144, + 2.534557272353414, 2.4770744861275826, 2.2184948782148477, 1.8688751699425474, @@ -27062,17 +20572,17 @@ 2.3700658937875736 ], "relative wind angle": [ - 0.034712462312338176, - 0.10303174372678287, - 0.2034551043504283, + 0.03471246231234458, + 0.10303174372678288, + 0.20345510435042938, 0.20430210254279885, 0.0536984821923218, 0.1482732606569833, - 0.2208254056026759, + 0.2208254056026764, 0.16067099186954106 ], "resistance": [ - 97498.41739846262, + 97498.41739846261, 97312.98834347472, 96733.63188654906, 96159.48342752762, @@ -27122,19 +20632,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 802.5388192824462, + 802.5388192822857, 488.80700743292573, - -38.14748732009525, + -38.14748732009548, -485.43601941405325, - -619.5839389707486, + -619.5839389707158, -483.34410373503306, -34.670168095634835, 491.84509924186364 ], "relative wind speed": [ - 2.247048106205274, + 2.2470481062052734, 2.1363267226174627, - 1.8434049033115105, + 1.8434049033115103, 1.4949432030350773, 1.324941479366692, 1.4969312775066306, @@ -27142,31 +20652,31 @@ 2.1377183947017735 ], "relative wind angle": [ - 0.0005240088079802648, - 0.1535979119312247, - 0.2527935395837186, + 0.0005240088081921359, + 0.15359791193122474, + 0.252793539583719, 0.21927383890915478, - 0.0008886981946472436, + 0.0008886981945223166, 0.22011763907867066, - 0.2524744197146449, - 0.1527089451908698 + 0.25247441971464485, + 0.15270894519086983 ], "resistance": [ - 97437.03881928246, + 97437.0388192823, 97123.30700743294, 96596.35251267992, 96149.06398058597, - 96014.91606102926, + 96014.9160610293, 96151.15589626499, 96599.82983190438, 97126.34509924188 ], "fuel": [ - 39.79444947441027, + 39.79444947441019, 39.6320834333615, 39.36019219253252, 39.130216732409224, - 39.061389079377236, + 39.06138907937725, 39.13129056776498, 39.36198298852747, 39.63365398487018 @@ -27202,33 +20712,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 853.9555891746263, + 853.9555891746227, 656.7799662074981, - 92.1379460952869, + 92.13794609528645, -457.02846411299356, -703.0750820435628, -617.5802358317695, - -174.8744516963052, + -174.87445169630496, 424.09198663692564 ], "relative wind speed": [ - 2.3957579512952214, + 2.395757951295221, 2.331419898934154, 2.0604406354502984, 1.6930720708371483, 1.4513804334900806, 1.5526244165173964, - 1.8975630982123617, + 1.897563098212362, 2.2315170370990534 ], "relative wind angle": [ - 0.03501508536036701, + 0.03501508536037017, 0.11819487829187524, - 0.23146223752027756, + 0.23146223752027853, 0.234581944026192, 0.057818939100537384, 0.17800699194034292, - 0.25174225129800165, + 0.2517422512980021, 0.17727870973828047 ], "resistance": [ @@ -27282,51 +20792,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 890.1425869370848, + 890.142586937003, 530.4836633488387, - -73.13591326723395, + -73.1359132672344, -583.220889898872, - -728.5493611852771, + -728.5493611852887, -568.3215388297515, - -48.30528344172012, + -48.305283441720576, 551.9275417901342 ], "relative wind speed": [ - 2.577226944661717, + 2.5772269446617164, 2.464095146035527, 2.1764577066475104, 1.8492199252212576, - 1.7004091970154012, + 1.7004091970154014, 1.8605712221973878, 2.190096347825727, 2.4726252910114814 ], "relative wind angle": [ - 0.0027010111323674617, - 0.12815640065421025, - 0.20282110781743767, - 0.16573611599346197, - 0.004093796752043709, + 0.00270101113244967, + 0.12815640065421027, + 0.20282110781743823, + 0.165736115993462, + 0.004093796752070828, 0.17008182182921033, - 0.20154061570512785, + 0.20154061570512843, 0.12369879649890085 ], "resistance": [ - 97524.64258693707, + 97524.64258693699, 97164.98366334883, 96561.36408673275, 96051.27911010111, - 95905.95063881471, + 95905.9506388147, 96066.17846117023, 96586.19471655827, 97186.42754179012 ], "fuel": [ - 40.340744907823975, + 40.34074490782393, 40.15452363916839, 39.843068218685126, 39.58093168240052, - 39.50642349462874, + 39.506423494628734, 39.58857484502221, 39.855853579602645, 40.16561318221203 @@ -27362,9 +20872,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 914.6472376138406, + 914.6472376138402, 645.2907453563937, - 30.940606353330395, + 30.94060635332994, -540.6813592001524, -764.7634431375593, -648.6060351923416, @@ -27372,7 +20882,7 @@ 489.75217544690236 ], "relative wind speed": [ - 2.5959709694500126, + 2.595970969450012, 2.513925912204497, 2.2366014151041984, 1.886395914934452, @@ -27383,13 +20893,13 @@ ], "relative wind angle": [ 0.01943928356120125, - 0.11443097378805261, - 0.20550371942266527, + 0.11443097378805263, + 0.2055037194226658, 0.19115700614819348, 0.029979317890409272, - 0.15982457618954465, - 0.21513668495952984, - 0.14666699472280395 + 0.15982457618954468, + 0.21513668495952987, + 0.14666699472280398 ], "resistance": [ 97549.14723761384, @@ -27429,68 +20939,7 @@ "id": "1292", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4992237023635635, - 6.4992237023635635, - 6.4992237023635635, - 6.4992237023635635, - 6.4992237023635635, - 6.4992237023635635, - 6.4992237023635635, - 6.4992237023635635 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -123.32262776695575, - -408.04370808052124, - -462.74023090712717, - -311.2500201476196, - 38.347676226567046, - 396.36044231106166, - 523.7311264260247, - 257.59512785353763 - ], - "relative wind speed": [ - 1.780525872810111, - 1.554010682408064, - 1.4883249928077953, - 1.6394575245116965, - 1.8857813624108686, - 2.076413862774958, - 2.1239897472318634, - 2.0096324927419884 - ], - "relative wind angle": [ - 0.17954861453264598, - 0.12066259527699008, - 0.03591284997510126, - 0.16088624945241697, - 0.16942707763791237, - 0.0902085202149902, - 0.02516214731855227, - 0.1310603342296233 - ], - "resistance": [ - 96511.17737223307, - 96226.4562919195, - 96171.7597690929, - 96323.24997985241, - 96672.8476762266, - 97030.8604423111, - 97158.23112642605, - 96892.09512785356 - ], - "fuel": [ - 39.34105470960896, - 39.19466817681757, - 39.16658104010001, - 39.24439985269031, - 39.42431017116165, - 39.609022394388575, - 39.67485273520528, - 39.53737155595385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 19.21875, -43.90625 19.375, -43.75 19.375, -43.75 19.21875, -43.90625 19.21875))", @@ -27509,68 +20958,7 @@ "id": "1293", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.226657299578461, - 6.226657299578461, - 6.226657299578461, - 6.226657299578461, - 6.226657299578461, - 6.226657299578461, - 6.226657299578461, - 6.226657299578461 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -19.07503922912315, - -344.51112464260734, - -452.42145373295057, - -369.6462237341766, - -61.00095425767722, - 311.9458085079457, - 540.864483199146, - 348.0562539092789 - ], - "relative wind speed": [ - 1.775630367980076, - 1.5243750610420406, - 1.3967409666146706, - 1.5009204865739572, - 1.7471447633422597, - 1.9701925543053944, - 2.0626421647846858, - 1.9881186384997087 - ], - "relative wind angle": [ - 0.18863476902949491, - 0.16188454617013737, - 0.01038459339890539, - 0.15059929992921792, - 0.19174822309395306, - 0.12503227866268898, - 0.007031973898822245, - 0.11350851552955006 - ], - "resistance": [ - 96615.42496077089, - 96289.9888753574, - 96182.07854626706, - 96264.85377626584, - 96573.49904574234, - 96946.44580850795, - 97175.36448319916, - 96982.5562539093 - ], - "fuel": [ - 39.29983703728903, - 39.13241569875308, - 39.07698798595791, - 39.11950128379911, - 39.2782460394308, - 39.47053576309224, - 39.58882157262548, - 39.48918163342336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 19.0625, -44.0625 19.21875, -43.90625 19.21875, -43.90625 19.0625, -44.0625 19.0625))", @@ -27589,68 +20977,7 @@ "id": "1294", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.004907666969567, - 7.004907666969567, - 7.004907666969567, - 7.004907666969567, - 7.004907666969567, - 7.004907666969567, - 7.004907666969567, - 7.004907666969567 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -125.83776909892458, - -504.3637287953932, - -588.7596616500373, - -413.0893084516597, - 26.37186868643721, - 493.3074210743325, - 689.4114410467209, - 362.1006929556743 - ], - "relative wind speed": [ - 1.9369929720617671, - 1.6596496743219187, - 1.564617231371123, - 1.7355698461517741, - 2.0289104098269606, - 2.2614115466769933, - 2.328173564023405, - 2.203682493929102 - ], - "relative wind angle": [ - 0.19845791427526838, - 0.14324309650365308, - 0.029938949558490083, - 0.1755737189270306, - 0.1893552870247466, - 0.10495956283102718, - 0.020118413488184436, - 0.13800615804576524 - ], - "resistance": [ - 96508.6622309011, - 96130.13627120464, - 96045.74033834999, - 96221.41069154837, - 96660.87186868646, - 97127.80742107437, - 97323.91144104674, - 96996.6006929557 - ], - "fuel": [ - 39.52877175409411, - 39.33422597387644, - 39.29092284556689, - 39.38108825151716, - 39.6071511465326, - 39.84813454163374, - 39.949584882190244, - 39.7803373676183 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 19.0625, -43.90625 19.21875, -43.75 19.21875, -43.75 19.0625, -43.90625 19.0625))", @@ -27669,68 +20996,7 @@ "id": "1295", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.115058378916258, - 7.115058378916258, - 7.115058378916258, - 7.115058378916258, - 7.115058378916258, - 7.115058378916258, - 7.115058378916258, - 7.115058378916258 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -32.1758257567044, - -420.73023077895186, - -545.6070386192378, - -444.8772280262433, - -72.50478531087697, - 373.739645504638, - 643.5793558090679, - 408.3555425766351 - ], - "relative wind speed": [ - 2.0189288367289335, - 1.7570637423806061, - 1.6277290999175433, - 1.7375848266460543, - 1.99494494953073, - 2.229037012847761, - 2.325161709799006, - 2.2442544351394775 - ], - "relative wind angle": [ - 0.17359742038246861, - 0.14575503879949092, - 0.007481159304456921, - 0.13738853011573382, - 0.17570607830484425, - 0.11473827526321287, - 0.00523715951735308, - 0.10623668489468928 - ], - "resistance": [ - 96602.32417424332, - 96213.76976922106, - 96088.89296138077, - 96189.62277197377, - 96561.99521468914, - 97008.23964550465, - 97278.07935580908, - 97042.85554257665 - ], - "fuel": [ - 39.62039807030142, - 39.420569938526384, - 39.35646682002505, - 39.40817001439749, - 39.599631318355534, - 39.829754753047496, - 39.969267683226796, - 39.847636766587435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 18.90625, -44.0625 19.0625, -43.90625 19.0625, -43.90625 18.90625, -44.0625 18.90625))", @@ -27762,7 +21028,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -75.01901711869368, + -75.0190171186955, -547.7536119732417, -681.3228167863899, -539.0660010315171, @@ -27772,9 +21038,9 @@ 480.00139619444917 ], "relative wind speed": [ - 2.280774521317488, + 2.2807745213174875, 1.9974504112771174, - 1.8702589923125652, + 1.870258992312565, 2.0035681999448847, 2.2883506437596397, 2.5394237417916385, @@ -27782,7 +21048,7 @@ 2.534599683195708 ], "relative wind angle": [ - 0.16833485182203164, + 0.16833485182203298, 0.13431674134868776, 0.0020543634654149896, 0.1366411434464712, @@ -27842,9 +21108,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -15.860319721652786, + -15.860319721653923, -400.6753237397277, - -533.0180711610356, + -533.0180711610385, -440.34676287798584, -82.07523800498711, 355.8630898318295, @@ -27852,7 +21118,7 @@ 412.7929659742465 ], "relative wind speed": [ - 1.964980150783754, + 1.9649801507837537, 1.6985026641761776, 1.5601878358742043, 1.6652327348392344, @@ -27862,19 +21128,19 @@ 2.1888415960834386 ], "relative wind angle": [ - 0.18030806170134114, + 0.1803080617013424, 0.15594653042558018, - 0.013261043454258242, + 0.013261043454266616, 0.14131776756957287, 0.18416428735516924, 0.12225897982132501, 0.00913473436866472, - 0.10736074263479259 + 0.1073607426347926 ], "resistance": [ 96618.63968027831, 96233.82467626025, - 96101.48192883894, + 96101.48192883893, 96194.15323712198, 96552.42476199499, 96990.3630898318, @@ -27884,7 +21150,7 @@ "fuel": [ 39.53896266891968, 39.34103161945774, - 39.27308796601309, + 39.27308796601308, 39.320657796227806, 39.50486552607802, 39.7306832294738, @@ -27922,41 +21188,41 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -69.29776211923127, + -69.29776211923217, -555.2169832664185, - -694.4745649967115, + -694.4745649967117, -548.9670741645184, - -58.86737079961313, + -58.867370799613354, 509.6282928641167, 834.6124414070155, 500.6578534114724 ], "relative wind speed": [ - 2.218294261999596, + 2.2182942619995956, 1.9163074258193642, - 1.7783005342367877, + 1.7783005342367875, 1.9209026362270039, 2.2239078128838137, 2.488847372334342, 2.5892552216726634, - 2.4853024876586236 + 2.485302487658624 ], "relative wind angle": [ - 0.1838215441059038, + 0.18382154410590382, 0.14911764816386747, - 0.0016053248654426561, + 0.0016053248654426563, 0.15088381294596037, - 0.18335226744288866, - 0.1146402072001571, + 0.18335226744288927, + 0.11464020720015708, 0.0011025368971535594, - 0.11643980374268517 + 0.11643980374268614 ], "resistance": [ 96565.20223788082, 96079.28301673362, 95940.02543500334, 96085.53292583552, - 96575.63262920044, + 96575.63262920042, 97144.12829286416, 97469.11244140707, 97135.15785341151 @@ -27966,7 +21232,7 @@ 39.6667784459185, 39.5953666472977, 39.66998511420287, - 39.92189531178157, + 39.92189531178156, 40.21522054091585, 40.38344200112367, 40.21058274828398 @@ -28002,30 +21268,30 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -16.458607800000436, + -16.458607800001573, -378.5860542074239, - -500.4620852163239, - -408.94402690868924, + -500.4620852163267, + -408.94402690868935, -67.05728495421295, 347.7022065009412, 604.2261457574293, 391.38527292037384 ], "relative wind speed": [ - 1.8276127859631894, + 1.827612785963189, 1.5544814590832803, 1.413592937190229, - 1.5266376678836315, + 1.5266376678836318, 1.7941134469926185, 2.035337551725065, 2.135595131110241, 2.056304692183211 ], "relative wind angle": [ - 0.1988433339669567, + 0.19884333396695783, 0.17285585789737756, - 0.012092054091851986, - 0.15998079048883262, + 0.01209205409186117, + 0.159980790488834, 0.20260725353638528, 0.13174232379839654, 0.008003861761714984, @@ -28069,68 +21335,7 @@ "id": "1300", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.662529136420934, - 6.662529136420934, - 6.662529136420934, - 6.662529136420934, - 6.662529136420934, - 6.662529136420934, - 6.662529136420934, - 6.662529136420934 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 26.245473474245273, - -359.1446458922494, - -515.7018878905868, - -444.647305567858, - -116.4159962328481, - 309.7367056226965, - 597.7690603094541, - 432.5220915090806 - ], - "relative wind speed": [ - 1.9287927299172634, - 1.6597156610600514, - 1.5015809025997844, - 1.5853547856027572, - 1.8382009634588745, - 2.084362756689636, - 2.201017712330012, - 2.1414654750448947 - ], - "relative wind angle": [ - 0.1823824122392839, - 0.16949247230803324, - 0.030704792645813134, - 0.1358898779914, - 0.19147949734111674, - 0.13472369887491462, - 0.020945700084105196, - 0.10046061011980743 - ], - "resistance": [ - 96660.7454734742, - 96275.35535410771, - 96118.79811210938, - 96189.8526944321, - 96518.08400376712, - 96944.23670562265, - 97232.26906030941, - 97067.02209150903 - ], - "fuel": [ - 39.477272133619906, - 39.278985301764955, - 39.19859298964043, - 39.23506829073081, - 39.40380704285241, - 39.62348382827072, - 39.772343898704875, - 39.68690367577187 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 18.90625, -43.59375 19.0625, -43.4375 19.0625, -43.4375 18.90625, -43.59375 18.90625))", @@ -28162,19 +21367,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 77.32574920455704, + 77.32574920455568, -396.7651667481791, - -611.0553782227569, + -611.055378222757, -541.2424068183028, - -163.23879500916541, + -163.23879500916587, 351.203708122948, 721.1382896861178, 559.6918437999211 ], "relative wind speed": [ - 1.9961096127641986, + 1.9961096127641982, 1.6736768040719456, - 1.463435344476682, + 1.4634353444766819, 1.546659796951771, 1.8455316800680668, 2.1422527217431697, @@ -28182,13 +21387,13 @@ 2.235684289160168 ], "relative wind angle": [ - 0.2090031369832165, + 0.20900313698321754, 0.20907425719571004, - 0.052712498448968345, + 0.05271249844896835, 0.1547131803837667, - 0.2263412810427594, + 0.22634128104275994, 0.1628751143061354, - 0.03366185938221565, + 0.03366185938221566, 0.10680799010523445 ], "resistance": [ @@ -28242,9 +21447,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 13.297762205415438, + 13.297762205414756, -340.8186521476, - -477.46858248477315, + -477.46858248477565, -404.583004534668, -93.00869584880365, 302.9993561482527, @@ -28252,9 +21457,9 @@ 394.70599181307307 ], "relative wind speed": [ - 1.8106903582019023, + 1.810690358201902, 1.5444828114648228, - 1.3931435653535946, + 1.3931435653535944, 1.485022877575654, 1.738922463280778, 1.9791472283985183, @@ -28262,11 +21467,11 @@ 2.0241437596338714 ], "relative wind angle": [ - 0.19324362345311188, + 0.19324362345311302, 0.17687499472412474, - 0.02626986326774694, + 0.026269863267755395, 0.14869810267653938, - 0.20132633454782337, + 0.2013263345478234, 0.1377459484316711, 0.017522777474822764, 0.10890665581523126 @@ -28322,19 +21527,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 33.295670502210896, + 33.29567050220976, -443.3885672037943, - -634.018393136326, + -634.0183931363275, -540.2483727882354, -128.0029302102762, - 402.79943897511316, + 402.7994389751134, 759.7624846093665, 542.4916579501753 ], "relative wind speed": [ - 2.023391954507295, + 2.0233919545072947, 1.700296271494117, - 1.5096744655755743, + 1.509674465575574, 1.6176776111762579, 1.9252120679624807, 2.2157502335183055, @@ -28342,12 +21547,12 @@ 2.276768687085339 ], "relative wind angle": [ - 0.2091932706508037, + 0.20919327065080426, 0.19691378097836618, - 0.033286052614919334, - 0.16242629582645288, - 0.22003256024538048, - 0.1507005163043478, + 0.03328605261492267, + 0.1624262958264529, + 0.2200325602453805, + 0.15070051630434778, 0.02138318247668792, 0.11515382094898517 ], @@ -28402,9 +21607,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -65.69397779603923, + -65.6939777960406, -492.9364516795281, - -616.9053351295711, + -616.9053351296791, -499.46671079713656, -76.6454312730707, 417.7484255508639, @@ -28422,19 +21627,19 @@ 2.6270204567723363 ], "relative wind angle": [ - 0.1329929690851053, + 0.13299296908510697, 0.10502015893053905, - 0.0013124790330749452, + 0.001312479033244125, 0.10344743559387, 0.13329208904953446, 0.08709032489784382, 0.001002432315303438, - 0.08550668183468195 + 0.08550668183468196 ], "resistance": [ 96568.80602220396, 96141.56354832047, - 96017.59466487043, + 96017.59466487032, 96135.03328920287, 96557.85456872694, 97052.24842555086, @@ -28444,7 +21649,7 @@ "fuel": [ 40.2669145838947, 40.04727375559712, - 39.983669801590736, + 39.98366980159068, 40.04392188879566, 40.261276075603824, 40.51626632136336, @@ -28482,19 +21687,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -108.90995150211529, + -108.90995150211711, -498.44411815315834, - -595.2234039120813, + -595.2234039120724, -454.37583689128087, -34.87916113139909, 428.7293369250151, - 656.9308255041269, + 656.9308255041469, 365.94405891244423 ], "relative wind speed": [ - 2.4713097634331893, + 2.471309763433189, 2.2597586372055263, - 2.177887593073522, + 2.1778875930735215, 2.2869745511027864, 2.5064659745016638, 2.6987468443241953, @@ -28502,33 +21707,33 @@ 2.6757225249982457 ], "relative wind angle": [ - 0.11911871778674574, - 0.0864658611165825, - 0.008128047649664379, - 0.09642620409976195, - 0.1174401542829346, + 0.1191187177867476, + 0.08646586111658251, + 0.00812804764965072, + 0.09642620409976196, + 0.11744015428293461, 0.07237398607449493, - 0.006401579462473435, + 0.006401579462456091, 0.08238221505858981 ], "resistance": [ 96525.59004849789, 96136.05588184686, - 96039.27659608793, + 96039.27659608795, 96180.12416310873, 96599.62083886862, 97063.22933692503, - 97291.43082550414, + 97291.43082550415, 97000.44405891246 ], "fuel": [ 40.39433954370524, 40.19411946840782, - 40.144462602035674, + 40.14446260203569, 40.21674218517896, 40.432455127122054, 40.67161290956656, - 40.78962700003728, + 40.789627000037285, 40.63917757933422 ] }, @@ -28562,17 +21767,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -17.14741206068311, + -17.14741206068379, -399.24349131280565, - -533.3220792316563, - -447.34745929715586, - -97.70033023528458, + -533.3220792316606, + -447.3474592971561, + -97.70033023528413, 333.53030715603404, 603.8118965908936, 402.25948933761515 ], "relative wind speed": [ - 2.156305305273192, + 2.1563053052731918, 1.92063825821941, 1.7985616849158863, 1.8850819565925572, @@ -28582,13 +21787,13 @@ 2.3567782128199823 ], "relative wind angle": [ - 0.14541860353079086, + 0.1454186035307909, 0.12369648803092756, - 0.0126017449529395, - 0.10892058947560698, - 0.14852945705193885, - 0.10197289915834264, - 0.009352262029675266, + 0.01260174495294831, + 0.108920589475607, + 0.14852945705193812, + 0.10197289915834265, + 0.009352262029675264, 0.08705850005654295 ], "resistance": [ @@ -28642,9 +21847,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -3.470707456368018, + -3.4707074563689275, -335.1585004390438, - -457.6098443799658, + -457.609844379969, -387.79624019547623, -91.55145506321514, 280.0417806354794, @@ -28652,20 +21857,20 @@ 355.3108285991866 ], "relative wind speed": [ - 1.9593582454166056, + 1.9593582454166052, 1.7340834126112592, - 1.6127733939358062, - 1.690827163328276, - 1.9051432261050887, + 1.6127733939358058, + 1.6908271633282759, + 1.905143226105089, 2.1122523911603537, 2.2062677592869195, 2.1470349204443315 ], "relative wind angle": [ - 0.15205246236779693, - 0.13259187661065946, - 0.017010703987302936, - 0.11288030300823758, + 0.15205246236779765, + 0.1325918766106595, + 0.017010703987309462, + 0.1128803030082366, 0.15641457748549661, 0.10874872414426762, 0.01243448106623962, @@ -28724,32 +21929,32 @@ "wind resistance": [ 43.773750843878815, -288.36007681283627, - -439.8356446900466, - -397.29385191085316, + -439.83564469004546, + -397.29385191085294, -138.86643587192884, 217.56152555228732, - 472.7632408878385, - 373.03015945206744 + 472.76324088784213, + 373.03015945206516 ], "relative wind speed": [ - 2.0441301002768792, + 2.044130100276879, 1.834184743558044, - 1.702976417783021, - 1.7487193302631565, + 1.7029764177830207, + 1.7487193302631563, 1.9353075572769391, 2.135333588601581, 2.241373357695256, - 2.205870329841528 + 2.2058703298415283 ], "relative wind angle": [ - 0.13212959404423757, + 0.13212959404423674, 0.12532035743893527, - 0.03225324887969404, - 0.0867981741665548, - 0.13960657969546753, + 0.03225324887969059, + 0.08679817416655353, + 0.1396065796954675, 0.10757206588282188, - 0.024503947814794473, - 0.06877770982926787 + 0.024503947814789942, + 0.0687777098292711 ], "resistance": [ 96678.27375084389, @@ -28802,9 +22007,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 43.59962023528783, + 43.59962023528624, -252.84095974345496, - -389.277795699339, + -389.27779569933807, -351.49032174829904, -121.5013988031144, 196.53033188517838, @@ -28812,9 +22017,9 @@ 337.5858356344604 ], "relative wind speed": [ - 1.8304699277464016, + 1.8304699277464012, 1.6192640599322985, - 1.4849977560836618, + 1.4849977560836616, 1.5311372736976676, 1.7198794535622692, 1.9200493210803558, @@ -28822,11 +22027,11 @@ 1.9910359465020313 ], "relative wind angle": [ - 0.1483099917995169, - 0.14303488257886152, - 0.037685189925212435, + 0.14830999179951915, + 0.14303488257886154, + 0.037685189925209486, 0.09923832066440771, - 0.15792411121428235, + 0.15792411121428232, 0.12050832209170476, 0.027623435544159296, 0.0762645019239298 @@ -28888,7 +22093,7 @@ -320.4527031482329, -82.80071262617048, 222.3680721529563, - 424.9601188980355, + 424.9601188980391, 302.2166289403849 ], "relative wind speed": [ @@ -28906,9 +22111,9 @@ 0.14807716522062317, 0.02428907812781389, 0.12053446953573115, - 0.17042593922281218, - 0.12024935940097228, - 0.017281441037181003, + 0.1704259392228122, + 0.12024935940097227, + 0.017281441037174577, 0.09232517443029853 ], "resistance": [ @@ -28918,7 +22123,7 @@ 96314.04729685177, 96551.69928737383, 96856.86807215295, - 97059.46011889803, + 97059.46011889805, 96936.71662894038 ], "fuel": [ @@ -28928,7 +22133,7 @@ 39.05971544260636, 39.18195851357133, 39.339238970291916, - 39.44384395335216, + 39.44384395335217, 39.380449189751005 ] }, @@ -28962,30 +22167,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 97.12747652852113, + 97.12747652852045, -205.63934567990498, - -370.61832002180995, + -370.6183200218103, -354.3524685864543, -150.8786161764366, 161.2515546438285, - 412.8005209524242, + 412.80052095242354, 375.15608472451277 ], "relative wind speed": [ 1.6476007413245248, 1.4067638384757675, - 1.2248560398974089, + 1.2248560398974087, 1.2485490652567988, 1.4561810761484233, 1.6899902461561214, - 1.82613778529243, + 1.8261377852924299, 1.8100212045697912 ], "relative wind angle": [ - 0.18389631911812435, - 0.2018523234586532, - 0.07974586614007034, - 0.11562668744010374, + 0.18389631911812615, + 0.20185232345865323, + 0.07974586614007174, + 0.11562668744010372, 0.20840462910377971, 0.16766961384444576, 0.05345719208140548, @@ -29042,17 +22247,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 94.86212669579868, + 94.86212669579754, -202.41203084796234, - -367.83443475527315, + -367.8344347552737, -356.4062839332786, - -162.89673019465317, + -162.89673019465295, 140.90841867399263, 387.7830363226342, 361.1368671367113 ], "relative wind speed": [ - 1.8032762636599697, + 1.8032762636599693, 1.5929900670578268, 1.4360569215174297, 1.4505825939053916, @@ -29062,13 +22267,13 @@ 1.9458832613804895 ], "relative wind angle": [ - 0.14505916004895053, + 0.1450591600489513, 0.15650108577009972, - 0.06303872918341463, + 0.06303872918341641, 0.08306090675629176, - 0.1611602082607753, + 0.16116020826077462, 0.13601192804875287, - 0.0462528059386459, + 0.046252805938645905, 0.06188709811032379 ], "resistance": [ @@ -29122,7 +22327,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 44.26105933462895, + 44.261059334628726, -268.77344429314746, -409.28655388445384, -364.2722014150769, @@ -29132,7 +22337,7 @@ 360.81280569972773 ], "relative wind speed": [ - 1.7410446408699642, + 1.741044640869964, 1.5016397458220514, 1.3497234951863348, 1.40906897793905, @@ -29142,13 +22347,13 @@ 1.922483431629192 ], "relative wind angle": [ - 0.17762631683056546, + 0.17762631683056548, 0.17280586883244628, - 0.04263048062000617, + 0.04263048062000618, 0.12584334855831344, 0.1901133169718682, - 0.13994390340343424, - 0.029283351591712404, + 0.13994390340343427, + 0.029283351591712407, 0.09212287363969386 ], "resistance": [ @@ -29202,19 +22407,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 142.19442398976048, + 142.19442398976003, -185.2064217856714, - -385.97691863404157, + -385.9769186340418, -390.6689002821645, -201.183012799052, 123.52780686326082, - 407.1949245541168, + 407.1949245541157, 418.0854861187247 ], "relative wind speed": [ - 1.791332249245954, + 1.7913322492459538, 1.559143094731699, - 1.3670380367728754, + 1.3670380367728752, 1.3607936021512936, 1.5458991041340069, 1.7798168662818523, @@ -29223,12 +22428,12 @@ ], "relative wind angle": [ 0.15862420080100367, - 0.18587389654152475, + 0.18587389654152478, 0.09122145818366878, 0.08241704481523604, 0.18407594318832562, 0.16260765927594653, - 0.06452514146469929, + 0.06452514146470101, 0.05790596117886197 ], "resistance": [ @@ -29282,32 +22487,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 135.01480987240075, + 135.01480987240052, -230.40160372220794, -440.92721132740576, - -432.9013882275566, + -432.90138822755716, -203.1502043275716, 166.87157218476318, 476.0740096835402, 457.45959727960985 ], "relative wind speed": [ - 1.8682783437163426, + 1.8682783437163424, 1.6163181386131553, 1.4185282449856285, - 1.428741909826967, + 1.4287419098269671, 1.637892616166084, 1.8869742622730612, 2.039836711570034, 2.0326959307271832 ], "relative wind angle": [ - 0.16745506393152523, + 0.1674550639315246, 0.18855595041370365, - 0.08261806691486932, - 0.09632576365203539, + 0.08261806691486934, + 0.0963257636520377, 0.19128216466093007, - 0.16125321555804456, + 0.1612532155580446, 0.057419857558187085, 0.06765242088531755 ], @@ -29362,32 +22567,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 9.426498100930985, + 9.426498100929848, -326.65467821087327, - -455.35238347300333, - -386.05180708795024, + -455.35238347300503, + -386.0518070879501, -89.67134671353051, 286.16863592522805, 532.724569809222, 371.47160640926313 ], "relative wind speed": [ - 1.803846964466445, + 1.8038469644664448, 1.5515782000022724, - 1.4097295084113464, + 1.4097295084113461, 1.496581123350913, - 1.736889552904863, + 1.7368895529048631, 1.9655162882770951, 2.069616366218427, 2.0077086769336283 ], "relative wind angle": [ - 0.18398361525991866, + 0.18398361525991988, 0.1666969684627495, - 0.02417450668724351, - 0.1402824579186913, - 0.19116220059541814, - 0.13135941410848742, + 0.024174506687248104, + 0.14028245791869126, + 0.1911622005954193, + 0.1313594141084874, 0.01646572598547169, 0.10441599306792626 ], @@ -29442,9 +22647,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 20.325004639996905, + 20.325004639996678, -284.5146087683496, - -408.1942378114336, + -408.19423781143576, -351.92782702671457, -92.16466497847682, 244.94729915250673, @@ -29452,9 +22657,9 @@ 341.7391242257154 ], "relative wind speed": [ - 1.720261537026187, + 1.7202615370261867, 1.4817681718698088, - 1.341834644955837, + 1.3418346449558367, 1.4161227552971618, 1.6402040432739369, 1.8584757582969633, @@ -29462,13 +22667,13 @@ 1.9089697224611613 ], "relative wind angle": [ - 0.18127187872221154, + 0.1812718787222115, 0.16822389235016869, - 0.030357846958501356, - 0.13492798302993206, - 0.19022533164027972, + 0.030357846958508666, + 0.13492798302993209, + 0.19022533164027974, 0.1338933910183024, - 0.020761453129300136, + 0.02076145312930014, 0.09995597377252391 ], "resistance": [ @@ -29522,9 +22727,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 43.49466947391761, + 43.494669473916474, -304.45552134188256, - -454.89433290485226, + -454.89433290485294, -397.5289121717592, -111.5386349553039, 269.4980816960265, @@ -29532,7 +22737,7 @@ 403.651935871158 ], "relative wind speed": [ - 1.735832247342696, + 1.7358322473426955, 1.4635563671945406, 1.293098496890105, 1.3706532342598665, @@ -29542,12 +22747,12 @@ 1.942978289006312 ], "relative wind angle": [ - 0.20383932782975334, + 0.20383932782975497, 0.19844031926439323, - 0.04382511638919431, + 0.043825116389196846, 0.15264228535571775, 0.2179540852664564, - 0.15457802790638195, + 0.15457802790638198, 0.028394678536833317, 0.10746895289065485 ], @@ -29602,19 +22807,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -8.595481659215352, + -8.59548165921592, -267.9865965652457, - -357.51189444354225, + -357.5118944435443, -294.3876038365786, - -52.615115578700056, + -52.61511557870028, 243.0426253783089, 427.87099816463365, 281.00248796899973 ], "relative wind speed": [ - 1.5629074766634719, + 1.5629074766634716, 1.3352585041765725, - 1.2160361642194153, + 1.216036164219415, 1.3070368219335862, 1.5287975170941677, 1.7311806248650123, @@ -29622,12 +22827,12 @@ 1.7525856255811365 ], "relative wind angle": [ - 0.19344652891502376, + 0.19344652891502492, 0.16912401413053982, - 0.0142982452710447, - 0.15374598705388925, - 0.19781917913369051, - 0.1301917573127533, + 0.014298245271052466, + 0.15374598705388928, + 0.19781917913369107, + 0.13019175731275331, 0.00956947097908872, 0.11445868033915356 ], @@ -29682,9 +22887,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 69.32389601724844, + 69.32389601724685, -240.39601412006095, - -396.23764214792254, + -396.23764214792345, -368.9212293083575, -145.75602278310453, 179.57384784443025, @@ -29692,9 +22897,9 @@ 363.3910955478641 ], "relative wind speed": [ - 1.849793925549219, + 1.8497939255492188, 1.6333438566883949, - 1.4851524119070576, + 1.4851524119070574, 1.518567175895382, 1.7059083632898164, 1.9141705140240795, @@ -29702,9 +22907,9 @@ 2.0064432818383007 ], "relative wind angle": [ - 0.14829697906500497, + 0.14829697906500725, 0.15041051200708813, - 0.049044780338537805, + 0.049044780338540074, 0.09349933749394548, 0.16090987495729134, 0.12821147947886785, @@ -29762,19 +22967,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 48.17458083793349, + 48.17458083793235, -279.6617726655986, - -430.58820577328333, + -430.5882057732838, -388.87936706973323, -134.62702622345728, 217.03994842312432, - 470.6461567189451, + 470.64615671894785, 373.1933450307888 ], "relative wind speed": [ - 1.929003907161202, + 1.9290039071612017, 1.7074631835548906, - 1.5666577282685556, + 1.5666577282685554, 1.6149518927254614, 1.8128381367585258, 2.0228711428892114, @@ -29782,14 +22987,14 @@ 2.0974671792692625 ], "relative wind angle": [ - 0.1476104619699533, - 0.14230650216154778, + 0.14761046196995484, + 0.1423065021615478, 0.03751738777309511, 0.09865218100837456, 0.1571454739055788, - 0.12000072670580861, - 0.027542913601470383, - 0.07590730563650734 + 0.12000072670580862, + 0.02754291360146635, + 0.07590730563650733 ], "resistance": [ 96682.674580838, @@ -29798,7 +23003,7 @@ 96245.62063293032, 96499.8729737766, 96851.53994842319, - 97105.146156719, + 97105.14615671901, 97007.69334503084 ], "fuel": [ @@ -29842,19 +23047,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 66.63015501706491, + 66.63015501706377, -224.4383066065758, - -368.8345187183361, + -368.8345187183369, -339.66885905482377, -125.59577962943786, 182.2274149954976, - 415.4493241472892, + 415.4493241472878, 347.8163066370355 ], "relative wind speed": [ - 1.6434153611215725, + 1.643415361121572, 1.4092149751991796, - 1.246994550515995, + 1.2469945505159947, 1.2886233341471185, 1.4969029381933447, 1.7191991185481081, @@ -29862,33 +23067,33 @@ 1.8113482156211103 ], "relative wind angle": [ - 0.18171377765507457, - 0.18755494376179419, - 0.059864409502315065, - 0.12233401125371679, + 0.18171377765507582, + 0.1875549437617942, + 0.05986440950231692, + 0.12233401125371678, 0.19972855230453895, 0.15343904458328603, - 0.0405522494939174, - 0.08692295906936114 + 0.04055224949392013, + 0.08692295906936112 ], "resistance": [ 96701.13015501709, 96410.06169339345, - 96265.6654812817, + 96265.66548128169, 96294.8311409452, 96508.90422037059, 96816.72741499553, - 97049.94932414732, + 97049.94932414731, 96982.31630663706 ], "fuel": [ 39.129668301963264, 38.97981602912438, - 38.90559277342551, + 38.905592773425504, 38.9205783973719, 39.03066828542946, 39.18926929592541, - 39.30966794682483, + 39.30966794682482, 39.27473219131748 ] }, @@ -29922,9 +23127,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2.4169483237931217, + 2.416948323791985, -296.9094868006198, - -409.53597952660266, + -409.53597952660607, -347.37821759705685, -81.91944082855593, 252.9755863043597, @@ -29932,7 +23137,7 @@ 325.2698684810143 ], "relative wind speed": [ - 1.7860870268907878, + 1.7860870268907876, 1.561453772401657, 1.4379705466120085, 1.5152339263011438, @@ -29942,19 +23147,19 @@ 1.9705768224702214 ], "relative wind angle": [ - 0.16585784337765025, - 0.14720927871044026, - 0.02018174163988702, - 0.12438877578002372, + 0.16585784337765164, + 0.14720927871044023, + 0.020181741639898023, + 0.12438877578002373, 0.17140016140320527, - 0.11869235674246363, + 0.11869235674246364, 0.014312051183424386, - 0.09554499851844037 + 0.09554499851844038 ], "resistance": [ 96636.91694832381, 96337.5905131994, - 96224.96402047342, + 96224.9640204734, 96287.12178240296, 96552.58055917146, 96887.47558630437, @@ -29964,7 +23169,7 @@ "fuel": [ 39.314488058862445, 39.160460411130536, - 39.102591298524075, + 39.10259129852406, 39.13452301451924, 39.271056435029166, 39.44367707275809, @@ -30002,9 +23207,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2.32869649263921, + -2.328696492639665, -332.1537769092099, - -449.32116850921705, + -449.3211685092199, -370.4308478930984, -66.06711199886809, 309.28011923590293, @@ -30012,7 +23217,7 @@ 364.4865313672749 ], "relative wind speed": [ - 1.688817248269673, + 1.6888172482696728, 1.4182524492646031, 1.2721447172983424, 1.3795309827120588, @@ -30022,19 +23227,19 @@ 1.909946035681812 ], "relative wind angle": [ - 0.21209597702573266, - 0.1901271542460433, - 0.018501395057851536, - 0.17099351849404595, + 0.21209597702573318, + 0.19012715424604332, + 0.018501395057863537, + 0.17099351849404598, 0.21812750316586577, 0.14294979286896034, 0.011868174103838185, - 0.12321712473054322 + 0.12321712473054323 ], "resistance": [ 96632.17130350736, 96302.34622309079, - 96185.17883149079, + 96185.17883149078, 96264.0691521069, 96568.43288800113, 96943.7801192359, @@ -30082,19 +23287,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 13.632878002344341, + 13.632878002343205, -379.7849655948911, - -524.1008514830091, + -524.1008514830111, -429.51850736358995, -69.01698188730143, 379.83174985742926, 670.5582912494999, - 452.19879244862204 + 452.19879244862227 ], "relative wind speed": [ - 1.6962989351509743, + 1.6962989351509739, 1.3662666569632194, - 1.1787157281051965, + 1.1787157281051963, 1.3134278066145515, 1.6362117180830296, 1.9203995120435475, @@ -30102,19 +23307,19 @@ 1.9569175405719668 ], "relative wind angle": [ - 0.25700619641469213, + 0.2570061964146935, 0.2415944504232014, - 0.026390589859917248, + 0.026390589859925664, 0.21708706179095563, 0.2666701987638964, - 0.17104782886664444, + 0.17104782886664446, 0.015240672776508084, - 0.14506928161465268 + 0.14506928161465266 ], "resistance": [ 96648.13287800238, 96254.71503440513, - 96110.39914851703, + 96110.39914851701, 96204.98149263643, 96565.48301811273, 97014.33174985746, @@ -30162,19 +23367,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 57.41494182609745, + 57.41494182609722, -292.8973754235617, - -451.40355414677913, + -451.40355414677936, -399.98286471541553, - -120.89078204331054, + -120.8907820433102, 259.141936646613, 532.5826651890898, 413.6696609393507 ], "relative wind speed": [ - 1.7160654264052686, + 1.7160654264052684, 1.4389806975681252, - 1.258163513922719, + 1.2581635139227187, 1.3294708295728264, 1.5862312306051323, 1.8412888466172055, @@ -30182,13 +23387,13 @@ 1.9218525900717538 ], "relative wind angle": [ - 0.2088926913374941, + 0.20889269133749463, 0.2090620542519915, - 0.05286527487099627, - 0.15453239413568548, - 0.22627673462352296, + 0.05286527487099628, + 0.1545323941356855, + 0.22627673462352246, 0.1629156723262586, - 0.03376618232403259, + 0.0337661823240326, 0.1066773977139557 ], "resistance": [ @@ -30242,33 +23447,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 31.43476560672616, + 31.434765606725023, -325.93067976678594, - -471.5432820015635, + -471.5432820015649, -402.9682461789232, -96.77876586797993, 300.28435006415475, - 570.2417978625795, + 570.2417978625776, 411.5904847290767 ], "relative wind speed": [ - 1.7159692989378834, + 1.7159692989378832, 1.429004248814996, 1.256108576328592, 1.3504686364686962, 1.6235286703177778, 1.881048334070624, - 2.000646701123149, + 2.0006467011231495, 1.9382028893166892 ], "relative wind angle": [ - 0.2187821940987755, + 0.21878219409877703, 0.20927723803162374, - 0.03775716090810204, - 0.1710130889062833, + 0.03775716090810792, + 0.17101308890628333, 0.23146007836609114, 0.15848949517592223, - 0.023702468685079192, + 0.023702468685083872, 0.11885533771283227 ], "resistance": [ @@ -30322,34 +23527,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -147.04204952592477, + -147.042049525925, -444.96517276195357, - -486.16577824197515, + -486.16577824197554, -277.078050600731, - 131.95424556037733, + 131.95424556037744, 534.122858845004, - 628.4824948438668, + 628.4824948438684, 286.89123822976944 ], "relative wind speed": [ - 1.3881697994275057, + 1.3881697994275055, 1.049239064518785, - 0.9789175450707633, + 0.9789175450707632, 1.258051222981957, 1.6150448040889254, 1.853235683000136, - 1.8913237563172167, + 1.8913237563172165, 1.7183399639218189 ], "relative wind angle": [ - 0.3362027090758047, + 0.336202709075805, 0.2303660719412559, - 0.12201962577535301, + 0.12201962577535483, 0.3303521375999087, - 0.2875055894993771, - 0.12963772635941218, - 0.06304046307940869, - 0.23977706041779906 + 0.2875055894993767, + 0.12963772635941215, + 0.06304046307940517, + 0.2397770604177991 ], "resistance": [ 96487.4579504741, @@ -30402,9 +23607,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -103.90211163866422, + -103.90211163866468, -434.22336650231904, - -503.89730229212887, + -503.89730229212915, -326.6193106024692, 74.8696455363488, 497.2695392449899, @@ -30412,24 +23617,24 @@ 339.2717042580881 ], "relative wind speed": [ - 1.479196843870573, + 1.4791968438705727, 1.13705886520678, - 1.0245984633866176, + 1.0245984633866174, 1.2653560485279993, 1.6198507782941343, 1.8759096417235679, 1.9396231169179639, - 1.7918744144918144 + 1.7918744144918142 ], "relative wind angle": [ - 0.3148991889452461, + 0.3148991889452468, 0.2414568965318247, - 0.07192063822196615, - 0.30171753005899193, + 0.07192063822196616, + 0.3017175300589919, 0.2867403162176295, - 0.1454503622016977, + 0.14545036220169774, 0.03796817856263299, - 0.21141532134093338 + 0.21141532134093285 ], "resistance": [ 96530.59788836137, @@ -30482,11 +23687,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -132.87065248170438, + -132.8706524817046, -475.48426650939837, - -542.881289346684, + -542.8812893466838, -356.04971358371665, - 65.80277758502871, + 65.80277758502893, 501.0871302059047, 656.6374906122894, 328.1627838403426 @@ -30494,7 +23699,7 @@ "relative wind speed": [ 1.6857517074981716, 1.386646863471138, - 1.2971161721152944, + 1.2971161721152942, 1.5038861700534645, 1.8223647531071892, 2.0591218003620093, @@ -30502,13 +23707,13 @@ 1.975119869836347 ], "relative wind angle": [ - 0.24576594116584988, + 0.24576594116585035, 0.1742006496320706, - 0.05419076359658648, - 0.22784354561797937, - 0.22700508618712797, - 0.11698384610562883, - 0.033198590707989556, + 0.05419076359658443, + 0.22784354561797934, + 0.22700508618712747, + 0.11698384610562884, + 0.03319859070798956, 0.17284577936178663 ], "resistance": [ @@ -30562,9 +23767,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -68.56264655064444, + -68.5626465506449, -406.36419375032426, - -493.3584925937597, + -493.35849259376073, -353.3210547235176, 19.57623096614043, 432.7254487019525, @@ -30572,9 +23777,9 @@ 355.44761225692605 ], "relative wind speed": [ - 1.569642702323834, + 1.5696427023238337, 1.2525742627316434, - 1.122894971386138, + 1.1228949713861378, 1.3115188661878183, 1.6363134408752453, 1.8900681485305584, @@ -30582,13 +23787,13 @@ 1.8496535225227648 ], "relative wind angle": [ - 0.27326123669359, + 0.2732612366935904, 0.22142675962668484, - 0.030786622461151977, + 0.030786622461155582, 0.24960612676502994, - 0.2618596556934449, - 0.14606521176102397, - 0.017547539814423828, + 0.2618596556934448, + 0.146065211761024, + 0.01754753981442383, 0.1760622986461451 ], "resistance": [ @@ -30642,9 +23847,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 38.770967042376014, + 38.77096704237488, -358.3442242512119, - -519.8506740874021, + -519.8506740874038, -441.2691829231619, -99.09943525011181, 343.8598989365703, @@ -30652,7 +23857,7 @@ 464.1912021606961 ], "relative wind speed": [ - 1.7378605968624419, + 1.7378605968624417, 1.4184550976750887, 1.2234458053082065, 1.3328046193001049, @@ -30662,14 +23867,14 @@ 1.9825982902628887 ], "relative wind angle": [ - 0.24079449083809892, - 0.23410410874819082, - 0.04161555329239613, - 0.19408644972582761, + 0.2407944908381008, + 0.2341041087481908, + 0.041615553292404135, + 0.1940864497258276, 0.25560521585638163, - 0.17202214954138528, + 0.1720221495413853, 0.02480881031839208, - 0.13002334227161852 + 0.1300233422716185 ], "resistance": [ 96673.2709670424, @@ -30722,9 +23927,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 275.9954035055589, + 275.99540350555844, -106.97615320661873, - -395.25691532059125, + -395.2569153205916, -454.3382763624851, -304.2173917295672, 44.55498043967782, @@ -30732,9 +23937,9 @@ 544.1160393502616 ], "relative wind speed": [ - 1.8405218950281952, + 1.840521895028195, 1.5847850588673427, - 1.3200009275782776, + 1.3200009275782774, 1.2371942642814853, 1.41432923967282, 1.6959670873759631, @@ -30742,19 +23947,19 @@ 1.963975151752351 ], "relative wind angle": [ - 0.1623186564798368, + 0.16231865647983748, 0.23151569433721217, - 0.16500128211491386, - 0.04609735093860479, - 0.21188719744629253, + 0.16500128211491455, + 0.046097350938604786, + 0.2118871974462925, 0.21608861662171805, 0.11380245760641375, - 0.029032542385587667 + 0.029032542385587664 ], "resistance": [ 96910.49540350553, 96527.52384679335, - 96239.24308467939, + 96239.24308467937, 96180.16172363749, 96330.2826082704, 96679.05498043964, @@ -30764,7 +23969,7 @@ "fuel": [ 39.30033743163, 39.102937342205735, - 38.954705008436164, + 38.95470500843616, 38.924363890321494, 39.00148360645767, 39.18097778713795, @@ -30802,17 +24007,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 157.0356226638121, + 157.03562266381118, -236.0238014389024, - -455.435697658905, + -455.4356976589052, -436.7374961173389, -176.50746581051692, 227.73667910711902, - 564.4646199595461, + 564.4646199595452, 521.6415636916249 ], "relative wind speed": [ - 1.6263537047482957, + 1.6263537047482954, 1.2948671593565824, 1.018792823237151, 1.050222084497896, @@ -30822,14 +24027,14 @@ 1.8373163703520776 ], "relative wind angle": [ - 0.2614077734696676, + 0.2614077734696684, 0.312073122517019, - 0.13976374481434523, - 0.18855244467372317, + 0.1397637448143468, + 0.1885524446737232, 0.3156089189703206, 0.23979718117200832, - 0.07658841901937619, - 0.10734637236323803 + 0.07658841901937764, + 0.10734637236323805 ], "resistance": [ 96791.53562266384, @@ -30882,34 +24087,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 410.9305809214202, + 410.9305809214193, 49.571821508747234, - -290.5586716306274, + -290.5586716306277, -435.1282377605252, - -371.72795688336066, + -371.7279568833606, -85.28313006403698, 292.3501009873362, - 556.7890284112566 + 556.7890284112536 ], "relative wind speed": [ - 1.7661583765574715, + 1.7661583765574713, 1.5327828902534897, - 1.218013075418345, + 1.2180130754183447, 1.0143600251441314, 1.118861235154016, 1.421879912637017, 1.6992969201185644, - 1.8281793166984714 + 1.8281793166984717 ], "relative wind angle": [ - 0.14042229865883202, + 0.14042229865883282, 0.2689400517483542, - 0.2733222730760633, - 0.05690455974422372, - 0.22277137173607509, + 0.27332227307606377, + 0.056904559744223725, + 0.22277137173607459, 0.2905032408587067, - 0.19470828453026176, - 0.0315615336233533 + 0.19470828453026173, + 0.03156153362336034 ], "resistance": [ 97045.43058092141, @@ -30962,19 +24167,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -178.67312668080217, + -178.67312668080285, -491.1835260152909, - -533.1406668877058, + -533.1406668877065, -318.3372212297104, - 109.11979585277118, + 109.11979585277095, 522.6100053010953, 619.4785772455216, 273.07358848333183 ], "relative wind speed": [ - 1.685820405129657, + 1.6858204051296568, 1.4107636502886358, - 1.3565403961890703, + 1.35654039618907, 1.574716580358297, 1.8799513801682177, 2.094266829506735, @@ -30982,11 +24187,11 @@ 1.9739491689738564 ], "relative wind angle": [ - 0.23180322209058488, - 0.14477755260113026, - 0.07337558903838076, - 0.22034135081634734, - 0.20749552156523082, + 0.23180322209058585, + 0.14477755260113023, + 0.07337558903838229, + 0.22034135081634731, + 0.20749552156523085, 0.09733998776421617, 0.04671062713240408, 0.1752540169932969 @@ -31042,34 +24247,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -38.17849076461266, + -38.17849076461323, -377.5156085629819, - -475.8774580946118, - -362.68848507767177, - -13.537736182999424, + -475.87745809460955, + -362.6884850776719, + -13.537736182999197, 390.13014134767036, 617.6195004117528, 368.55998210947087 ], "relative wind speed": [ - 1.5854248443262702, + 1.58542484432627, 1.2751558000754648, - 1.1295441600159895, - 1.2915995870561112, + 1.1295441600159892, + 1.2915995870561114, 1.604138990773579, 1.860325650057257, 1.9521690063364976, 1.8489468206099215 ], "relative wind angle": [ - 0.2624413557903074, + 0.26244135579030786, 0.22460136337192538, - 0.008574137743461942, - 0.23257751310107083, - 0.2593087015399105, - 0.15326063800955464, + 0.008574137743448992, + 0.23257751310107178, + 0.2593087015399101, + 0.1532606380095546, 0.004961039872037507, - 0.16171239247542044 + 0.16171239247542046 ], "resistance": [ 96596.3215092354, @@ -31122,34 +24327,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -116.76923663509695, + -116.76923663509774, -412.9476215313606, - -469.5595396404808, + -469.55953964048103, -302.35245400095187, - 67.08689717101629, + 67.08689717101652, 446.4333700127488, - 576.8298041008904, - 285.79200949723645 + 576.8298041008934, + 285.7920094972367 ], "relative wind speed": [ - 1.5196647882579832, + 1.5196647882579828, 1.2291350876132183, - 1.1446562789702661, + 1.144656278970266, 1.3510168729944443, 1.659552287904304, 1.8848665208331425, - 1.9373324102934775, + 1.9373324102934772, 1.7995133436137403 ], "relative wind angle": [ - 0.26417572263195377, - 0.18782359731028356, + 0.2641757226319546, + 0.18782359731028353, 0.06314853394046721, - 0.2480256253600854, - 0.24144277419202814, - 0.12206515370437099, - 0.03729462318177263, - 0.18536610224651062 + 0.24802562536008543, + 0.24144277419202767, + 0.122065153704371, + 0.03729462318176668, + 0.1853661022465106 ], "resistance": [ 96517.73076336496, @@ -31202,11 +24407,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 88.51599733351804, + 88.51599733351782, -287.0162143756894, -466.3994005065312, -417.3729988696582, - -128.11061667279125, + -128.11061667279137, 276.33294730456123, 579.0090906485175, 466.33792189916244 @@ -31222,11 +24427,11 @@ 1.8575159834410533 ], "relative wind angle": [ - 0.25400112493087396, + 0.2540011249308748, 0.27182378599400525, 0.08127820487346253, 0.19725084339805993, - 0.28428455636313954, + 0.28428455636313993, 0.20210067691852682, 0.04629186019576144, 0.12286364011186135 @@ -31236,7 +24441,7 @@ 96347.4837856243, 96168.10059949345, 96217.12700113033, - 96506.3893833272, + 96506.38938332719, 96910.83294730455, 97213.5090906485, 97100.83792189915 @@ -31246,7 +24451,7 @@ 38.89522335842038, 38.80306937227414, 38.82824366806578, - 38.9769574687601, + 38.97695746876009, 39.18540950938468, 39.341808366155746, 39.28354907471274 @@ -31282,9 +24487,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 137.18960578767962, + 137.1896057876794, -238.65275921093655, - -440.42053457520086, + -440.4205345752011, -413.5011059764084, -153.355034493762, 238.67252933064606, @@ -31294,7 +24499,7 @@ "relative wind speed": [ 1.569030877204413, 1.236231505354838, - 0.9665150640774145, + 0.9665150640774143, 1.0136728551595793, 1.3242774283636016, 1.6392987116637023, @@ -31302,14 +24507,14 @@ 1.785507195058813 ], "relative wind angle": [ - 0.27394430576058576, + 0.2739443057605862, 0.3215518169827826, - 0.13288614407184035, + 0.1328861440718412, 0.20827047001692622, 0.32628933040688324, 0.2406481856421787, - 0.07075238187765105, - 0.1176581837195219 + 0.07075238187765104, + 0.11765818371952191 ], "resistance": [ 96771.68960578769, @@ -31362,33 +24567,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 229.15599998585185, + 229.15599998585117, -123.79091976257189, - -365.5487184859326, + -365.5487184859327, -398.0410040510653, - -226.97006950282116, + -226.97006950282127, 106.47023228310479, - 432.628445601768, + 432.62844560176825, 507.07413951691194 ], "relative wind speed": [ - 1.566830869090494, + 1.5668308690904937, 1.2732588082717826, - 0.9756086959218022, - 0.9159384056174711, + 0.9756086959218021, + 0.915938405617471, 1.1613344585923577, 1.4773180782103752, 1.6887404683641112, 1.7218343515459906 ], "relative wind angle": [ - 0.23279737727569677, + 0.23279737727569821, 0.3232194203213942, 0.21742966718486664, - 0.11684549031374686, - 0.31651086142605867, - 0.2772882687644838, - 0.12494959993821074, + 0.1168454903137459, + 0.31651086142605905, + 0.27728826876448387, + 0.12494959993820985, 0.06205502387189012 ], "resistance": [ @@ -31442,19 +24647,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 273.5363891303572, + 273.5363891303565, -120.37171225419638, - -399.92492729551583, + -399.9249272955161, -446.635778098243, - -269.30947381753447, + -269.3094738175346, 96.64146389256223, 465.1873470663544, 572.314048691686 ], "relative wind speed": [ - 1.6738495790654502, + 1.67384957906545, 1.371208826459184, - 1.0552450674467695, + 1.0552450674467693, 0.9751224005802669, 1.2196200680364548, 1.5521056271836842, @@ -31462,13 +24667,13 @@ 1.8271239223384406 ], "relative wind angle": [ - 0.2221996571443797, + 0.22219965714438017, 0.31672784763345907, - 0.22467696172262253, + 0.22467696172262303, 0.09716019590933733, - 0.30726348835913936, + 0.3072634883591397, 0.27875459808036174, - 0.13231217198761724, + 0.13231217198761722, 0.0517952817633232 ], "resistance": [ @@ -31522,19 +24727,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 299.9480161081751, + 299.9480161081749, -82.25937389630337, - -369.31784392386436, + -369.31784392386464, -432.33004570510684, -282.77822136720476, 61.53243906603598, - 427.33923623006945, + 427.3392362300697, 572.0388796157467 ], "relative wind speed": [ - 1.6512156504745534, + 1.6512156504745532, 1.3586317476668517, - 1.0334915909287268, + 1.0334915909287266, 0.9213019637581689, 1.1473556291988178, 1.4822475631479488, @@ -31542,13 +24747,13 @@ 1.787215923105448 ], "relative wind angle": [ - 0.21509679347047564, - 0.32475854707121393, - 0.2549465255912632, + 0.21509679347047617, + 0.3247585470712139, + 0.25494652559126363, 0.07051469587373954, 0.3122228957745923, 0.29680821331703755, - 0.15169691465260643, + 0.1516969146526057, 0.03632788958886017 ], "resistance": [ @@ -31602,19 +24807,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -239.81487582686952, + -239.8148758268702, -482.67244076627844, - -478.62283157249067, + -478.622831572491, -226.38043990483868, 187.2360329874184, 541.1390694260017, - 531.8010448239197, + 531.8010448239188, 171.45479345422473 ], "relative wind speed": [ - 1.555364442815885, + 1.5553644428158846, 1.3148242152561342, - 1.3203073097331772, + 1.320307309733177, 1.5665378186903582, 1.8560324789358529, 2.033532000194938, @@ -31622,13 +24827,13 @@ 1.846611593013969 ], "relative wind angle": [ - 0.23120353121114792, + 0.23120353121114795, 0.10920353501602965, 0.11671969631567182, 0.23236541264806573, - 0.19322835672084265, - 0.07052611021338206, - 0.0758154637425947, + 0.19322835672084268, + 0.07052611021338205, + 0.07581546374259616, 0.19661804821146017 ], "resistance": [ @@ -31682,33 +24887,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -257.11679930667026, + -257.1167993066707, -505.23647585414403, - -489.54915670316325, - -206.85091759846557, + -489.54915670316336, + -206.85091759846546, 239.05111046527406, 614.3384125946574, 578.3859484868727, 179.4621562766796 ], "relative wind speed": [ - 1.4010859870332741, + 1.401085987033274, 1.1159024761859142, 1.1401792167443179, - 1.4475044622136037, + 1.4475044622136035, 1.779091642885785, 1.9705254833392005, 1.956578741209093, 1.741533763301404 ], "relative wind angle": [ - 0.2982881692046089, - 0.1372841686633722, - 0.17257011873180328, - 0.3013243276765504, - 0.2335601215596657, - 0.07757741457796588, - 0.10023308778418201, + 0.2982881692046093, + 0.13728416866337223, + 0.17257011873180458, + 0.3013243276765496, + 0.23356012155966574, + 0.0775774145779659, + 0.10023308778418202, 0.24925065880826355 ], "resistance": [ @@ -31762,13 +24967,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -393.0658315532463, + -393.06583155324665, -467.68350270718133, -330.0038513316057, 22.70127058668936, - 405.2241111978956, + 405.22411119789604, 577.7005824151263, - 313.8900357657367, + 313.8900357657369, -82.18413505103433 ], "relative wind speed": [ @@ -31778,17 +24983,17 @@ 1.6668542747086896, 1.897633600325547, 1.9666253872461608, - 1.8498750383688372, + 1.8498750383688374, 1.5891171822809491 ], "relative wind angle": [ - 0.18765380760706005, - 0.03338450965937318, + 0.18765380760706124, + 0.033384509659373174, 0.2204806824498188, 0.23262245216189653, - 0.128634794266336, + 0.12863479426633517, 0.020340523610362437, - 0.16289078100444251, + 0.1628907810044432, 0.24422799178993732 ], "resistance": [ @@ -31842,21 +25047,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -280.2767926438322, + -280.2767926438323, -445.72982731472996, - -389.12193848539545, + -389.1219384853955, -100.48461979819956, - 294.22954429196454, + 294.22954429196386, 584.2926292851251, - 454.4173641185399, + 454.41736411853947, 80.37201271430479 ], "relative wind speed": [ - 1.179324346242707, + 1.1793243462427068, 0.9390392570385111, 1.03853012333267, 1.3659438682728744, - 1.6680537361477694, + 1.6680537361477692, 1.8142255797055338, 1.7591658145973474, 1.5190149864451818 @@ -31864,11 +25069,11 @@ "relative wind angle": [ 0.31629735733095926, 0.08566971316747224, - 0.24628656958880046, + 0.24628656958880094, 0.3267519644743717, 0.2217264057485785, 0.044302729672568104, - 0.14443240217942144, + 0.14443240217942224, 0.2927899379586108 ], "resistance": [ @@ -31876,7 +25081,7 @@ 96188.77017268527, 96245.37806151461, 96534.0153802018, - 96928.72954429197, + 96928.72954429196, 97218.79262928512, 97088.91736411853, 96714.8720127143 @@ -31922,33 +25127,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -193.33875241626993, + -193.33875241627152, -458.6706903671927, - -483.2634208407294, - -277.606451637874, + -483.2634208407302, + -277.60645163787376, 109.2560543799575, 467.0525636318516, - 524.2434744604898, + 524.2434744604914, 207.60306386134334 ], "relative wind speed": [ - 1.7883912650583789, + 1.7883912650583784, 1.5721336497537568, - 1.5433518999092988, - 1.726807139625881, + 1.5433518999092986, + 1.7268071396258813, 1.9798883981841897, 2.155619904694099, 2.1763194386964018, 2.033823612985784 ], "relative wind angle": [ - 0.1781556604566729, + 0.17815566045667477, 0.09901914714158816, - 0.06298018494300342, - 0.1703780076304982, - 0.16076593458091767, + 0.06298018494300517, + 0.17037800763049887, + 0.1607659345809177, 0.07216116077805493, - 0.044648143885449625, + 0.04464814388544714, 0.1444616252165164 ], "resistance": [ @@ -31958,7 +25163,7 @@ 96356.89354836215, 96743.75605437998, 97101.55256363186, - 97158.7434744605, + 97158.74347446051, 96842.10306386136 ], "fuel": [ @@ -31968,7 +25173,7 @@ 39.32954070632516, 39.52870353167581, 39.71339844176103, - 39.742964602950046, + 39.74296460295005, 39.5794228814522 ] }, @@ -32002,9 +25207,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -310.0412074162889, + -310.04120741628935, -457.78973012037306, - -399.1918735031585, + -399.19187350315906, -111.44416105849359, 269.4702677076566, 533.6876815411808, @@ -32012,9 +25217,9 @@ 37.17867474184368 ], "relative wind speed": [ - 1.5172361413915922, + 1.517236141391592, 1.355729739659318, - 1.4318254775787136, + 1.4318254775787134, 1.6775312443629637, 1.9189660258332766, 2.0362792023812655, @@ -32022,10 +25227,10 @@ 1.7805406598090514 ], "relative wind angle": [ - 0.18418724783881754, + 0.1841872478388175, 0.03875937635793984, - 0.14266822788072925, - 0.2043635866853572, + 0.14266822788073, + 0.20436358668535717, 0.14531708610274408, 0.025801919863675152, 0.10281918351866474, @@ -32082,19 +25287,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -188.2467609308901, + -188.24676093089056, -443.89678939071894, - -466.15800335812287, + -466.15800335812366, -264.02672387745497, - 112.10398533924945, + 112.103985339249, 458.73084135920953, 510.4031761849956, 200.64997325712056 ], "relative wind speed": [ - 1.7074207502052812, + 1.707420750205281, 1.4875766679521727, - 1.4601643895405811, + 1.460164389540581, 1.6493049398962623, 1.9059768875364431, 2.0821021038889955, @@ -32102,11 +25307,11 @@ 1.9564832555604605 ], "relative wind angle": [ - 0.1892234738328064, + 0.18922347383280702, 0.10489550419697552, - 0.06915000752567727, + 0.06915000752567887, 0.18194755535865087, - 0.16930898748378762, + 0.16930898748378828, 0.074876126973705, 0.04802889057359038, 0.153133735947268 @@ -32162,9 +25367,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -276.58086488954825, + -276.58086488954893, -488.4888076021399, - -461.2568998222812, + -461.25689982228187, -185.77482710319896, 228.40216804810984, 557.6281536480317, @@ -32172,24 +25377,24 @@ 121.8510394252528 ], "relative wind speed": [ - 1.5428227812477686, + 1.5428227812477684, 1.3267222031434864, - 1.3629695452458455, + 1.3629695452458452, 1.6173045163454123, - 1.8947655565878019, + 1.894765556587802, 2.051888604299628, 2.0279922750101678, 1.8316016898270522 ], "relative wind angle": [ - 0.21852342118763593, + 0.21852342118763746, 0.08271911929873103, - 0.13203682886375737, + 0.13203682886375906, 0.2266211645744714, - 0.17745090899461272, + 0.17745090899461394, 0.053449486672003686, - 0.08859732819563541, - 0.19972325244010578 + 0.08859732819563543, + 0.19972325244010575 ], "resistance": [ 96357.91913511042, @@ -32242,17 +25447,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -317.8308028514939, + -317.830802851494, -411.70272844787235, - -327.9879985706659, + -327.9879985706657, -37.05921160316586, 309.1154056765964, 517.9697818566964, - 323.8047290182882, + 323.80472901828796, -20.160159097713063 ], "relative wind speed": [ - 1.2932455937533567, + 1.2932455937533565, 1.1586844732977897, 1.2820627152514632, 1.5490282765245786, @@ -32262,14 +25467,14 @@ 1.56211940864507 ], "relative wind angle": [ - 0.19948007189763237, - 0.005802909193954342, - 0.19368005854540948, + 0.1994800718976318, + 0.005802909193954343, + 0.19368005854540893, 0.23169241760439938, 0.14450059727767584, 0.003595439300238239, - 0.138471225435503, - 0.2297157036334088 + 0.1384712254355038, + 0.22971570363340876 ], "resistance": [ 96316.6691971485, @@ -32309,52 +25514,7 @@ "id": "1353", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.321011083861585, - 35.321011083861585, - 35.321011083861585, - 35.321011083861585, - 35.321011083861585, - 35.321011083861585, - 35.321011083861585, - 35.321011083861585 - ], - "relative wind speed": [ - 0.4002324216127797, - 0.4002324216127797, - 0.4002324216127797, - 0.4002324216127797, - 0.4002324216127797, - 0.4002324216127797, - 0.4002324216127797, - 0.4002324216127797 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 17.5, -43.4375 17.65625, -43.28125 17.65625, -43.28125 17.5, -43.4375 17.5))", @@ -32386,9 +25546,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -215.75906032327327, + -215.75906032327373, -406.8656524345449, - -391.3432789264567, + -391.34327892645683, -165.02231834890313, 186.8642275502932, 477.16708636510225, @@ -32396,24 +25556,24 @@ 127.04754756706393 ], "relative wind speed": [ - 1.3290899188702303, + 1.32908991887023, 1.101350583485198, 1.1259816384916932, - 1.378015780876171, + 1.3780157808761708, 1.654256934793958, 1.8138558131817395, 1.7986693327390497, 1.6137281451386452 ], "relative wind angle": [ - 0.25766703551685377, + 0.25766703551685505, 0.11045210019871263, - 0.14886532589886042, - 0.2624890828887598, - 0.20619385705803853, + 0.1488653258988612, + 0.26248908288875894, + 0.20619385705803855, 0.066978924765033, - 0.09298100720407582, - 0.22343749191944587 + 0.09298100720407583, + 0.22343749191944584 ], "resistance": [ 96418.74093967678, @@ -32466,34 +25626,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -112.6990984552832, + -112.69909845528366, -365.37529268480745, - -407.9551531067288, + -407.95515310672903, -250.76726241973563, 77.75977764083927, 407.9473378155716, - 505.80768306731045, - 240.9284771363226 + 505.8076830673093, + 240.92847713632239 ], "relative wind speed": [ - 1.3685488988129688, + 1.3685488988129686, 1.0884392916448322, 1.0173040217093947, 1.2293472723703378, 1.5280054436393178, 1.738685317312271, 1.781240930263918, - 1.6420816082488676 + 1.6420816082488674 ], "relative wind angle": [ - 0.2834116194482618, + 0.2834116194482619, 0.19616064061511812, - 0.08136003766459576, + 0.08136003766459714, 0.2709784609446366, 0.25314651646157577, - 0.12231784272554974, - 0.046431857737415407, - 0.20176092877427362 + 0.12231784272554976, + 0.0464318577374178, + 0.20176092877427304 ], "resistance": [ 96521.8009015447, @@ -32546,14 +25706,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -32.0472617215878, + -32.04726172158803, -410.0833397410113, -522.7012034058816, -401.0945533349985, -17.11339033342415, 431.3734189885995, - 691.6894848158215, - 418.2554577032149 + 691.6894848158452, + 418.25545770321514 ], "relative wind speed": [ 1.6342176918272302, @@ -32563,17 +25723,17 @@ 1.645275414072722, 1.9226408616034163, 2.023817961263283, - 1.9159607401110372 + 1.915960740111037 ], "relative wind angle": [ - 0.2763171799185186, - 0.24238156447459727, - 0.005074716501008309, + 0.276317179918519, + 0.24238156447459724, + 0.005074716501008308, 0.24692645150542514, 0.27441184153033826, 0.16257202751799849, - 0.002838849265016547, - 0.1674432616064583 + 0.002838849264977439, + 0.16744326160645764 ], "resistance": [ 96602.45273827843, @@ -32582,7 +25742,7 @@ 96233.40544666501, 96617.38660966659, 97065.87341898862, - 97326.18948481584, + 97326.18948481586, 97052.75545770323 ], "fuel": [ @@ -32592,7 +25752,7 @@ 38.927995367699566, 39.125496333186724, 39.356870448758215, - 39.491510664371, + 39.49151066437101, 39.35009227350699 ] }, @@ -32626,7 +25786,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 152.0254100038519, + 152.02541000385145, -270.92043089198717, -500.8522715907343, -474.7217241684916, @@ -32636,7 +25796,7 @@ 548.7931377593998 ], "relative wind speed": [ - 1.7287533406749065, + 1.7287533406749063, 1.3950416111382145, 1.1286092409537014, 1.168466387256695, @@ -32646,13 +25806,13 @@ 1.9469074305318168 ], "relative wind angle": [ - 0.2469096554066454, + 0.24690965540664583, 0.28547274873880335, - 0.11817643034936968, + 0.1181764303493697, 0.17607576074207534, - 0.2911077910393053, - 0.22108215177586674, - 0.06758742025325083, + 0.29110779103930523, + 0.22108215177586676, + 0.06758742025325082, 0.10532400582348769 ], "resistance": [ @@ -32706,9 +25866,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -99.86101744463826, + -99.86101744463906, -439.7038049215405, - -515.2001118962828, + -515.200111896283, -343.86482224537804, 59.36136696936376, 488.21423410431055, @@ -32716,9 +25876,9 @@ 348.0946527310999 ], "relative wind speed": [ - 1.5403945528332272, + 1.540394552833227, 1.2078527180373249, - 1.0925822625414099, + 1.0925822625414097, 1.3162952121935656, 1.661300948154877, 1.9167232534375995, @@ -32726,14 +25886,14 @@ 1.8439368571333636 ], "relative wind angle": [ - 0.29405620403644933, + 0.29405620403645044, 0.22644524415963657, 0.05765234241853184, - 0.2771926939563362, + 0.2771926939563363, 0.272087700372331, - 0.141957864328717, + 0.14195786432871696, 0.031725636678066355, - 0.19661419675296282 + 0.19661419675296285 ], "resistance": [ 96534.63898255536, @@ -32786,19 +25946,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 247.65222266360388, - -188.26831428513026, - -476.4174940634621, + 247.65222266360297, + -188.26831428513015, + -476.4174940634624, -503.86401792108734, -277.77288204178535, 142.0621468695058, - 536.0550884136373, + 536.055088413638, 599.1416196408034 ], "relative wind speed": [ - 1.8351582905132489, + 1.8351582905132484, 1.5282250868725418, - 1.2397599156571069, + 1.2397599156571064, 1.2000564338830002, 1.4496927157695398, 1.7702946097325678, @@ -32806,19 +25966,19 @@ 2.0073065229034626 ], "relative wind angle": [ - 0.20559007882447028, - 0.268176017184008, + 0.20559007882447083, + 0.26817601718400796, 0.16042089077115737, 0.104250311426225, 0.2613923710251391, 0.23078394662527996, - 0.10002976484622937, + 0.10002976484622826, 0.06225280664913581 ], "resistance": [ 96882.15222266362, 96446.23168571488, - 96158.08250593656, + 96158.08250593655, 96130.63598207892, 96356.72711795823, 96776.56214686952, @@ -32828,7 +25988,7 @@ "fuel": [ 39.284562185657535, 39.059958822468325, - 38.91188123986132, + 38.911881239861316, 38.897792804372266, 39.01393005421671, 39.230093141618724, @@ -32866,14 +26026,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -94.71168849177502, + -94.71168849177525, -398.2474781172538, -463.3354734792803, -304.309879539859, 61.34932077157828, 447.125589860897, - 596.7351720542842, - 309.62080547773394 + 596.7351720542827, + 309.6208054777337 ], "relative wind speed": [ 1.445135211960281, @@ -32883,17 +26043,17 @@ 1.5710339154374156, 1.8131011356298234, 1.8749489891268984, - 1.7374765637293057 + 1.7374765637293055 ], "relative wind angle": [ - 0.30051524453002276, + 0.3005152445300235, 0.2292915686284284, 0.06438578042809129, 0.2852152137743863, 0.2757728963894028, - 0.14170266881355326, - 0.035022052148690856, - 0.20218726664515785 + 0.14170266881355328, + 0.03502205214869403, + 0.2021872666451573 ], "resistance": [ 96539.78831150821, @@ -32946,34 +26106,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 151.95301162517399, + 151.95301162517353, -272.26941340340227, - -500.1563710794052, + -500.1563710794054, -470.3615557527977, - -177.21207901588548, + -177.21207901588537, 264.80005680380464, 623.0657770796338, - 554.7959424415744 + 554.7959424415742 ], "relative wind speed": [ - 1.6911208934883417, + 1.6911208934883413, 1.3448779262733583, - 1.0671298442706807, + 1.0671298442706805, 1.1146903157756272, 1.434996761132849, 1.7636351505561585, 1.9443095114516633, - 1.9174386771864713 + 1.9174386771864715 ], "relative wind angle": [ 0.2635098441681514, - 0.3065772759275982, - 0.12544381670909255, - 0.195981718913197, - 0.3119979571330457, - 0.23222008989247328, + 0.30657727592759815, + 0.12544381670909344, + 0.19598171891319696, + 0.31199795713304534, + 0.23222008989247325, 0.06872320623273691, - 0.11344793835978374 + 0.11344793835978473 ], "resistance": [ 96786.45301162516, @@ -33026,34 +26186,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -103.75462661307017, + -103.75462661307063, -344.7406629171061, - -385.0641462230878, + -385.064146223088, -232.38986540826681, 82.91163566994896, - 400.48617238628447, + 400.48617238628424, 492.9690015878956, - 235.66936035331526 + 235.6693603533156 ], "relative wind speed": [ - 1.2747771992761074, + 1.274777199276107, 0.9820008758506867, - 0.9076626748678377, + 0.9076626748678376, 1.133985103947013, 1.4421730249069882, 1.6554740171298645, 1.697371029037367, - 1.5553127420521857 + 1.555312742052186 ], "relative wind angle": [ - 0.315736653925346, + 0.31573665392534633, 0.22388263876422518, - 0.09656423022136372, + 0.09656423022136487, 0.3061586414284354, 0.27804317895441927, - 0.13208066754749453, + 0.13208066754749456, 0.0515800090265604, - 0.2215588752669671 + 0.2215588752669676 ], "resistance": [ 96530.74537338698, @@ -33106,34 +26266,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 67.1556592295002, + 67.15565922950009, -268.1159140490803, -418.8938430171591, - -363.70417710340723, - -91.65282057759464, + -363.7041771034071, + -91.65282057759453, 276.6140826609526, 543.6188211236613, 416.9004480609756 ], "relative wind speed": [ - 1.483823759328436, + 1.4838237593284358, 1.161777003269046, - 0.9399139905664968, - 1.0373115986794803, + 0.9399139905664966, + 1.0373115986794805, 1.3470886810303349, 1.6329896074325807, 1.7700120207628487, 1.7147494016772944 ], "relative wind angle": [ - 0.2839473478579848, + 0.2839473478579852, 0.301069841147716, - 0.07617632462805218, - 0.23681086884815436, - 0.3137031774921624, + 0.07617632462805071, + 0.2368108688481553, + 0.3137031774921621, 0.21256967555169579, - 0.04042314415766334, - 0.14240072167386347 + 0.04042314415766335, + 0.14240072167386345 ], "resistance": [ 96701.65565922952, @@ -33186,9 +26346,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 160.34627269024793, + 160.34627269024747, -231.57617565846374, - -454.19133030216557, + -454.19133030216574, -440.0174538521436, -186.10317199068652, 214.2334502685993, @@ -33206,14 +26366,14 @@ 1.8577204651082952 ], "relative wind angle": [ - 0.2475572728514347, + 0.24755727285143558, 0.29568416702399386, - 0.13563843663793604, + 0.13563843663793684, 0.17084173180008505, 0.29880123840012984, - 0.23189268133693122, - 0.07700637887479109, - 0.09968490953408646 + 0.23189268133693125, + 0.07700637887479107, + 0.09968490953408644 ], "resistance": [ 96794.84627269025, @@ -33266,17 +26426,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 203.79727489896095, + 203.79727489896004, -214.9638763779485, - -472.30772602112734, + -472.3077260211277, -478.2054588255563, -234.06108023498712, 181.2267333229379, - 550.1174968811276, + 550.1174968811283, 563.6535364580886 ], "relative wind speed": [ - 1.7586864825037576, + 1.7586864825037571, 1.4438224406435418, 1.1648844445187485, 1.1559556506619435, @@ -33286,13 +26446,13 @@ 1.9471363211455306 ], "relative wind angle": [ - 0.22420618781047572, - 0.2790767107736016, - 0.1477255712357999, + 0.22420618781047671, + 0.2790767107736015, + 0.14772557123580143, 0.1347105889095851, 0.27768216295305254, 0.23002469983866466, - 0.08841327845620486, + 0.08841327845620361, 0.07981664308914192 ], "resistance": [ @@ -33346,14 +26506,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 102.8101123918675, + 102.81011239186716, -232.07648203589554, - -400.87174131836457, + -400.8717413183647, -364.6606977033231, -117.50486988687499, 239.21352734328184, 517.2470063680606, - 434.28848371673655 + 434.2884837167363 ], "relative wind speed": [ 1.4665253647859688, @@ -33366,14 +26526,14 @@ 1.6834559888493013 ], "relative wind angle": [ - 0.28565600883146797, + 0.28565600883146874, 0.32469344046822235, - 0.1152333804827881, + 0.11523338048278907, 0.2294685577530264, 0.33142352445196305, 0.23524740662176916, 0.05996651131404886, - 0.1306432036669144 + 0.13064320366691443 ], "resistance": [ 96737.31011239186, @@ -33426,32 +26586,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 243.1461440122764, + 243.1461440122756, -91.34655985289089, - -334.19907972744994, - -379.8008746606684, + -334.1990797274501, + -379.80087466066846, -236.9060073117659, 70.29834398590765, 385.95067224770764, 490.594784696862 ], "relative wind speed": [ - 1.5488859746482546, + 1.5488859746482542, 1.2733099978864266, - 0.97928121711515, - 0.8944550211590973, + 0.9792812171151498, + 0.8944550211590974, 1.112474097810505, 1.4196224956106596, 1.636354081049343, 1.6842198775351895 ], "relative wind angle": [ - 0.21727701782030692, + 0.21727701782030742, 0.31595874409310776, 0.23250524148575136, - 0.08568403883722167, + 0.08568403883722296, 0.30483719752905064, - 0.2824432541232178, + 0.28244325412321786, 0.13833399874666485, 0.045465056275682765 ], @@ -33493,68 +26653,7 @@ "id": "1368", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.036954577728826, - 6.036954577728826, - 6.036954577728826, - 6.036954577728826, - 6.036954577728826, - 6.036954577728826, - 6.036954577728826, - 6.036954577728826 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 145.06636766167617, - -361.55160191902144, - -615.3849967728636, - -560.6019200500625, - -185.67041777350914, - 353.4977010655891, - 770.1964583480551, - 644.5082915979838 - ], - "relative wind speed": [ - 1.8609085370251566, - 1.482114341485554, - 1.1986172216276052, - 1.2760201170892462, - 1.6306720313245042, - 1.9812644789830394, - 2.1645758505847774, - 2.119868985975463 - ], - "relative wind angle": [ - 0.2632927925946044, - 0.29239280196060907, - 0.10015353555851039, - 0.20337420899339942, - 0.30155759007092797, - 0.2173322784473882, - 0.0553949064416762, - 0.12187710448416894 - ], - "resistance": [ - 96779.56636766168, - 96272.94839808097, - 96019.11500322714, - 96073.89807994994, - 96448.82958222649, - 96987.99770106559, - 97404.69645834806, - 97279.00829159799 - ], - "fuel": [ - 39.3212751309549, - 39.060505704062905, - 38.930210196201585, - 38.95831067121495, - 39.15092809019027, - 39.428837441648895, - 39.644362126020965, - 39.57928571527187 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 19.53125, -42.03125 19.6875, -41.875 19.6875, -41.875 19.53125, -42.03125 19.53125))", @@ -33586,34 +26685,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 114.49449790238623, + 114.49449790238577, -437.91225945140195, - -691.9638185329392, + -691.96381853294, -609.0221187714158, -169.81101236723816, 431.6527344919941, - 872.0936532956046, + 872.0936532956032, 681.4807979511054 ], "relative wind speed": [ - 1.9590069772379748, + 1.9590069772379746, 1.5633515899119725, - 1.2901820005319198, + 1.2901820005319196, 1.3985107246163104, 1.77404578273657, 2.1309337348759074, - 2.306594281969833, + 2.3065942819698333, 2.2425687345643697 ], "relative wind angle": [ 0.2628400902641835, 0.27723989935563986, - 0.07458107216722142, - 0.2102961521760679, - 0.29100309602934765, + 0.0745810721672229, + 0.21029615217606787, + 0.2910030960293476, 0.202174938941865, - 0.04168996320429522, - 0.13055091277262834 + 0.04168996320429789, + 0.13055091277262837 ], "resistance": [ 96748.99449790239, @@ -33622,7 +26721,7 @@ 96025.47788122858, 96464.68898763276, 97066.15273449199, - 97506.59365329561, + 97506.5936532956, 97315.98079795111 ], "fuel": [ @@ -33632,7 +26731,7 @@ 39.07902630071462, 39.30464013473724, 39.61476441234869, - 39.84271654736792, + 39.842716547367914, 39.74397542662681 ] }, @@ -33666,34 +26765,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 239.44024566048802, - -395.3027526338958, - -750.4489774070735, + 239.44024566048597, + -395.3027526338956, + -750.4489774070737, -722.8252436141061, -305.27600402336134, 345.6592100012256, 884.5107595891241, - 821.0337481959468 + 821.0337481959459 ], "relative wind speed": [ - 2.180521647093808, - 1.789749245449413, + 2.1805216470938076, + 1.7897492454494133, 1.4748067145723889, 1.5074836568336096, 1.854311898298955, 2.2338184590586185, 2.4531800635644263, - 2.433236588167565 + 2.4332365881675653 ], "relative wind angle": [ - 0.22717567737544003, - 0.26352536824741096, - 0.1142981127532847, + 0.2271756773754415, + 0.2635253682474114, + 0.11429811275328568, 0.15205114464218866, - 0.2680467550681522, - 0.21024843006689678, + 0.2680467550681521, + 0.2102484300668968, 0.06861824122931935, - 0.09397723808111891 + 0.09397723808112127 ], "resistance": [ 96873.94024566049, @@ -33746,9 +26845,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 180.88546576364, + 180.8854657636391, -481.1366235690448, - -812.5467764158153, + -812.5467764158161, -742.6029194441168, -253.72873584457398, 449.4096498591848, @@ -33766,14 +26865,14 @@ 2.4791214792714293 ], "relative wind angle": [ - 0.2437180653390225, + 0.24371806533902388, 0.2660447857396232, - 0.08964229877842178, + 0.08964229877842428, 0.18173725470848076, 0.2765621194941964, 0.2024532067517909, - 0.052167506884392104, - 0.11354371871216795 + 0.05216750688439211, + 0.11354371871216797 ], "resistance": [ 96815.38546576365, @@ -33813,68 +26912,7 @@ "id": "1372", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.971085070136987, - 4.971085070136987, - 4.971085070136987, - 4.971085070136987, - 4.971085070136987, - 4.971085070136987, - 4.971085070136987, - 4.971085070136987 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -117.70066198757854, - -460.78771941661563, - -523.3312658290396, - -309.8042278056754, - 133.8753091595912, - 591.5225790749396, - 734.95444606255, - 365.26311932861336 - ], - "relative wind speed": [ - 1.3767753750269214, - 0.970312806340489, - 0.8532407592724566, - 1.1747794955222188, - 1.5861224385101265, - 1.8627366644476278, - 1.919186033177084, - 1.7410307177434838 - ], - "relative wind angle": [ - 0.3991311857141158, - 0.31316235536461423, - 0.13199722208537285, - 0.400237164595144, - 0.34407449502971854, - 0.16117206745198814, - 0.05854712553441886, - 0.2660388053022615 - ], - "resistance": [ - 96516.79933801248, - 96173.71228058344, - 96111.16873417102, - 96324.69577219438, - 96768.37530915964, - 97226.022579075, - 97369.4544460626, - 96999.76311932867 - ], - "fuel": [ - 38.875143849709104, - 38.698779104967606, - 38.666675641978586, - 38.77633857625857, - 39.00474543551389, - 39.241110350569905, - 39.315350210144786, - 39.124154828809836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 19.53125, -40.78125 19.6875, -40.625 19.6875, -40.625 19.53125, -40.78125 19.53125))", @@ -33906,17 +26944,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -37.519214021068706, + -37.519214021069274, -385.94906019243825, - -480.6916097880216, + -480.69160978802176, -328.6559050964364, - 58.137199167327935, + 58.13719916732782, 495.9556598700228, 714.4148310679127, 409.4282431653462 ], "relative wind speed": [ - 1.360007721751136, + 1.3600077217511355, 0.9485680170023314, 0.7587353503145302, 1.0330390492983639, @@ -33926,14 +26964,14 @@ 1.6937518315118067 ], "relative wind angle": [ - 0.40637784819415634, - 0.3754347619526553, - 0.06026992322167023, + 0.4063778481941566, + 0.37543476195265535, + 0.06026992322167207, 0.41070774602437116, - 0.38136170112553985, - 0.2009626551256029, + 0.3813617011255402, + 0.20096265512560288, 0.02493359508622925, - 0.24598554045106508 + 0.24598554045106505 ], "resistance": [ 96596.98078597896, @@ -33973,68 +27011,7 @@ "id": "1374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.677458871541605, - 4.677458871541605, - 4.677458871541605, - 4.677458871541605, - 4.677458871541605, - 4.677458871541605, - 4.677458871541605, - 4.677458871541605 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 23.116140598612787, - -358.26514016881055, - -488.03734953428113, - -371.690010383937, - 0.6849932826270333, - 456.1284221372737, - 745.7650941644922, - 476.4555516158523 - ], - "relative wind speed": [ - 1.4209781658014295, - 0.9997035819539145, - 0.7488170910355777, - 0.9798526525995723, - 1.4012872538299068, - 1.7272456871154922, - 1.8498805041417057, - 1.7385838186938636 - ], - "relative wind angle": [ - 0.3978612065431387, - 0.4082235391538972, - 0.014280219472733209, - 0.40018520995480983, - 0.4037742909803304, - 0.2318369259468345, - 0.005780356349535742, - 0.22137303997402877 - ], - "resistance": [ - 96657.61614059863, - 96276.23485983122, - 96146.46265046575, - 96262.80998961609, - 96635.18499328266, - 97090.6284221373, - 97380.26509416453, - 97110.95555161589 - ], - "fuel": [ - 38.875198631793694, - 38.67897598141323, - 38.6123309205541, - 38.6720786771271, - 38.86364270965116, - 39.09864179985841, - 39.2484896475182, - 39.10914815810858 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 19.375, -40.78125 19.53125, -40.625 19.53125, -40.625 19.375, -40.78125 19.375))", @@ -34066,9 +27043,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -64.76336191925816, + -64.76336191925827, -377.48049567470815, - -445.95203990514267, + -445.9520399051428, -269.3019056585394, 116.99648584779743, 533.6169191617054, @@ -34078,7 +27055,7 @@ "relative wind speed": [ 1.230269489453854, 0.796997345545824, - 0.635646591681987, + 0.6356465916819869, 0.9774956803921249, 1.4023286963692638, 1.6866783986684228, @@ -34086,7 +27063,7 @@ 1.5888961527288377 ], "relative wind angle": [ - 0.4738578624633292, + 0.47385786246332967, 0.42645445834823204, 0.1502862275935528, 0.4949107578918527, @@ -34133,68 +27110,7 @@ "id": "1376", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.682158378444493, - 4.682158378444493, - 4.682158378444493, - 4.682158378444493, - 4.682158378444493, - 4.682158378444493, - 4.682158378444493, - 4.682158378444493 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -92.30976779736693, - -372.0945297557243, - -427.23961241274185, - -265.05821762953286, - 85.66940579202799, - 450.78982651788715, - 577.2345619632001, - 292.1430943055451 - ], - "relative wind speed": [ - 1.2980169373435053, - 0.9576494509477725, - 0.8525806653928547, - 1.1070987928244507, - 1.4564474916951367, - 1.6997043256975894, - 1.7547630822119393, - 1.6063684286683149 - ], - "relative wind angle": [ - 0.35580388693411463, - 0.27539290674268496, - 0.09854619296404474, - 0.34943766574741847, - 0.3156680526805265, - 0.15381413554500478, - 0.047821062797214514, - 0.23820517854880374 - ], - "resistance": [ - 96542.19023220264, - 96262.4054702443, - 96207.26038758727, - 96369.44178237049, - 96720.16940579204, - 97085.2898265179, - 97211.73456196321, - 96926.64309430556 - ], - "fuel": [ - 38.81686927690528, - 38.672985846634965, - 38.6446610399133, - 38.72799644320976, - 38.9085492669183, - 39.096997717019626, - 39.16237488153497, - 39.015054935942985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 19.84375, -40.15625 20, -40 20, -40 19.84375, -40.15625 19.84375))", @@ -34213,68 +27129,7 @@ "id": "1377", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.223595813350944, - 4.223595813350944, - 4.223595813350944, - 4.223595813350944, - 4.223595813350944, - 4.223595813350944, - 4.223595813350944, - 4.223595813350944 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -40.984605474576824, - -292.74449777432886, - -357.9935085700284, - -245.45235144835658, - 37.70075493218519, - 352.67962618895945, - 502.7388097527472, - 282.29530074694503 - ], - "relative wind speed": [ - 1.2099888462743464, - 0.8850755201813509, - 0.747020370251188, - 0.9592206399710119, - 1.2874239524187943, - 1.529109140952883, - 1.601091505130088, - 1.4837214041805675 - ], - "relative wind angle": [ - 0.3609637853329224, - 0.3136034688722891, - 0.055191996994243216, - 0.3526632795009374, - 0.33835252688040507, - 0.17952124803541936, - 0.025740670147433763, - 0.22519746373366875 - ], - "resistance": [ - 96593.5153945254, - 96341.75550222564, - 96276.50649142994, - 96389.04764855161, - 96672.20075493216, - 96987.17962618892, - 97137.23880975271, - 96916.79530074692 - ], - "fuel": [ - 38.741354070236554, - 38.611821632569885, - 38.578288989182866, - 38.636135821750095, - 38.78188668068831, - 38.94437012520282, - 39.021908747685615, - 38.908029984710836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 19.6875, -40.3125 19.84375, -40.15625 19.84375, -40.15625 19.6875, -40.3125 19.6875))", @@ -34293,68 +27148,7 @@ "id": "1378", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.315750987654794, - 5.315750987654794, - 5.315750987654794, - 5.315750987654794, - 5.315750987654794, - 5.315750987654794, - 5.315750987654794, - 5.315750987654794 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -122.64255237446162, - -481.09190209917006, - -550.0518007747619, - -338.62479724671016, - 114.24677782793253, - 583.5289643608277, - 741.624386920454, - 372.39996813620235 - ], - "relative wind speed": [ - 1.4704073069812735, - 1.0850379329550246, - 0.9692776924471176, - 1.2601500618870813, - 1.6561624171182556, - 1.9307160030277866, - 1.9913493805013964, - 1.8212614918854704 - ], - "relative wind angle": [ - 0.35588655064656094, - 0.27317854175109857, - 0.1016215817943155, - 0.34974083430509134, - 0.3145016025060284, - 0.15220753378737686, - 0.049398709401636556, - 0.239365390991784 - ], - "resistance": [ - 96511.85744762556, - 96153.40809790084, - 96084.44819922525, - 96295.8752027533, - 96748.74677782795, - 97218.02896436084, - 97376.12438692046, - 97006.89996813622 - ], - "fuel": [ - 38.96490139068723, - 38.780656458544335, - 38.745265529580884, - 38.85382808299438, - 39.086926194436415, - 39.32927617504973, - 39.41110545310465, - 39.22014206064428 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 19.6875, -40.15625 19.84375, -40 19.84375, -40 19.6875, -40.15625 19.6875))", @@ -34373,68 +27167,7 @@ "id": "1379", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.520053750753194, - 4.520053750753194, - 4.520053750753194, - 4.520053750753194, - 4.520053750753194, - 4.520053750753194, - 4.520053750753194, - 4.520053750753194 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -103.32219552998913, - -368.1855044578115, - -412.9126415631306, - -241.9712187595539, - 106.69942871615262, - 460.93564275090375, - 563.4062437785619, - 273.03568285353356 - ], - "relative wind speed": [ - 1.2399406629524765, - 0.8956888858868427, - 0.805543121867184, - 1.0803757726183536, - 1.4330298862203688, - 1.6699607546713713, - 1.71526318133873, - 1.5568608455424284 - ], - "relative wind angle": [ - 0.3771280064994569, - 0.2831111298704911, - 0.1279225487202231, - 0.3748280248798802, - 0.3242868211350675, - 0.15039350862106624, - 0.059948755169385456, - 0.2568776874911791 - ], - "resistance": [ - 96531.17780447002, - 96266.3144955422, - 96221.58735843688, - 96392.52878124046, - 96741.19942871617, - 97095.43564275092, - 97197.90624377858, - 96907.53568285354 - ], - "fuel": [ - 38.773580547539055, - 38.637374194473125, - 38.61439896011488, - 38.7022475216023, - 38.881770043549736, - 39.064621409311556, - 39.11760225145833, - 38.967572147480794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 19.53125, -40.625 19.6875, -40.46875 19.6875, -40.46875 19.53125, -40.625 19.53125))", @@ -34466,17 +27199,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -109.35128952174489, + -109.35128952174534, -475.9038370345475, -548.4395329561052, -331.36028242015084, - 131.70180327411651, + 131.70180327411663, 616.9740281280338, 783.4947551183395, 399.5955811139854 ], "relative wind speed": [ - 1.4071152114277188, + 1.4071152114277186, 0.9808894336889193, 0.8455251031250395, 1.176054363078597, @@ -34486,11 +27219,11 @@ 1.781058563607875 ], "relative wind angle": [ - 0.40853456707054014, - 0.33229668049430955, - 0.12626450338751702, + 0.40853456707054076, + 0.3322966804943095, + 0.126264503387517, 0.4116461261441649, - 0.35579326664450817, + 0.3557932666445079, 0.16961799371751124, 0.05436020617391782, 0.26737750805540555 @@ -34546,7 +27279,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -183.6197114079995, + -183.61971140799983, -531.762954843487, -566.9845467249388, -290.7379173887332, @@ -34556,23 +27289,23 @@ 347.709995959912 ], "relative wind speed": [ - 1.3757193440410453, + 1.3757193440410451, 0.9502223691163831, - 0.8850749609419007, - 1.2664709221430157, + 0.8850749609419006, + 1.266470922143016, 1.698235630060583, 1.9681680360189873, 1.9983118581166661, 1.7811960510124112 ], "relative wind angle": [ - 0.4203677091579504, - 0.29291923498610445, - 0.19719195348790086, - 0.4227551530328834, - 0.3369324542772948, - 0.1398618911623074, - 0.08688289458683603, + 0.4203677091579509, + 0.2929192349861045, + 0.19719195348790144, + 0.42275515303288397, + 0.33693245427729485, + 0.13986189116230743, + 0.08688289458683601, 0.29601889247534396 ], "resistance": [ @@ -34613,68 +27346,7 @@ "id": "1382", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.988116009558294, - 3.988116009558294, - 3.988116009558294, - 3.988116009558294, - 3.988116009558294, - 3.988116009558294, - 3.988116009558294, - 3.988116009558294 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -106.24298520219219, - -375.22358073407145, - -410.4277375060054, - -211.26508153633637, - 187.98906901669136, - 583.6454636043048, - 665.8429957484665, - 315.5846404230766 - ], - "relative wind speed": [ - 1.1064708883421328, - 0.6531824733336037, - 0.555555008897831, - 0.9692193766705571, - 1.3962091790879627, - 1.6574168320153826, - 1.6926418790183122, - 1.4947547285104832 - ], - "relative wind angle": [ - 0.548478621470932, - 0.46383523683122746, - 0.2989842482121889, - 0.5707596395124639, - 0.4259564700394608, - 0.177238010316606, - 0.09682764424147419, - 0.3579120652109351 - ], - "resistance": [ - 96528.25701479785, - 96259.27641926597, - 96224.07226249404, - 96423.23491846371, - 96822.48906901674, - 97218.14546360435, - 97300.3429957485, - 96950.08464042313 - ], - "fuel": [ - 38.660790097067874, - 38.52247140706522, - 38.50438819258204, - 38.60675223590358, - 38.81240223669281, - 39.01678424172447, - 39.059317638381835, - 38.878249929311856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 19.375, -40.46875 19.53125, -40.3125 19.53125, -40.3125 19.375, -40.46875 19.375))", @@ -34706,7 +27378,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -97.08548825975788, + -97.08548825975811, -353.55644900238576, -390.31566116219466, -205.3277629959834, @@ -34716,24 +27388,24 @@ 318.8029189645401 ], "relative wind speed": [ - 1.074419831662857, + 1.0744198316628568, 0.6102910861761199, - 0.49911724719579326, + 0.4991172471957932, 0.9255353443918173, 1.3561284116983272, 1.6189524495240248, 1.6566062348179074, - 1.4617956662842415 + 1.4617956662842413 ], "relative wind angle": [ - 0.5793386267072093, + 0.5793386267072097, 0.5172724255526856, - 0.32930985196231205, + 0.3293098519623124, 0.609807948976122, 0.4486444396390777, - 0.1875111498214027, + 0.18751114982140274, 0.09758868933026325, - 0.37106819292271226 + 0.37106819292271165 ], "resistance": [ 96537.41451174024, @@ -34786,7 +27458,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -136.3156550923145, + -136.31565509231507, -488.44152788561854, -548.0577156773916, -320.8687816846541, @@ -34796,9 +27468,9 @@ 364.09748206511165 ], "relative wind speed": [ - 1.4248632029771746, + 1.4248632029771742, 1.0258005933449454, - 0.9208688614356314, + 0.9208688614356313, 1.239794348340567, 1.6479923082246317, 1.9219383283183358, @@ -34807,12 +27479,12 @@ ], "relative wind angle": [ 0.3802253983141662, - 0.2864809533147665, + 0.2864809533147664, 0.12944847474781937, - 0.37836328450215906, + 0.3783632845021591, 0.3266593672507621, 0.15139892302789906, - 0.0602443871489719, + 0.06024438714897191, 0.2585286901918432 ], "resistance": [ @@ -34853,68 +27525,7 @@ "id": "1385", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.6388077682108095, - 4.6388077682108095, - 4.6388077682108095, - 4.6388077682108095, - 4.6388077682108095, - 4.6388077682108095, - 4.6388077682108095, - 4.6388077682108095 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -46.21068707937661, - -355.49268132699007, - -436.9359165519583, - -300.9189902141214, - 44.61646390655221, - 430.9241423578309, - 618.2879179869266, - 349.5744675009731 - ], - "relative wind speed": [ - 1.3334075565359522, - 0.9703958277343294, - 0.8128306965908553, - 1.0486389726664327, - 1.4147038537617342, - 1.6845458269786804, - 1.7659753577995096, - 1.6369847313523023 - ], - "relative wind angle": [ - 0.3657433019880895, - 0.32141660008857664, - 0.05335152506511809, - 0.35842062390630697, - 0.3438258283742386, - 0.18300271929008188, - 0.024547081432151428, - 0.22665241302465333 - ], - "resistance": [ - 96588.28931292062, - 96279.00731867302, - 96197.56408344804, - 96333.58100978588, - 96679.11646390655, - 97065.42414235784, - 97252.78791798692, - 96984.07446750098 - ], - "fuel": [ - 38.83037432863163, - 38.67128543289444, - 38.62945175547627, - 38.699331260892215, - 38.87716173580422, - 39.07650171402729, - 39.1733839309888, - 39.03447802706606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 19.375, -40.3125 19.53125, -40.15625 19.53125, -40.15625 19.375, -40.3125 19.375))", @@ -34933,52 +27544,7 @@ "id": "1386", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 68.19514012177842, - 68.19514012177842, - 68.19514012177842, - 68.19514012177842, - 68.19514012177842, - 68.19514012177842, - 68.19514012177842, - 68.19514012177842 - ], - "relative wind speed": [ - 0.5561249966420783, - 0.5561249966420783, - 0.5561249966420783, - 0.5561249966420783, - 0.5561249966420783, - 0.5561249966420783, - 0.5561249966420783, - 0.5561249966420783 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 19.375, -40.15625 19.53125, -40 19.53125, -40 19.375, -40.15625 19.375))", @@ -34997,52 +27563,7 @@ "id": "1387", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.26488117859417, - 58.26488117859417, - 58.26488117859417, - 58.26488117859417, - 58.26488117859417, - 58.26488117859417, - 58.26488117859417, - 58.26488117859417 - ], - "relative wind speed": [ - 0.5140426285233576, - 0.5140426285233576, - 0.5140426285233576, - 0.5140426285233576, - 0.5140426285233576, - 0.5140426285233576, - 0.5140426285233576, - 0.5140426285233576 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 19.21875, -41.25 19.375, -41.09375 19.375, -41.09375 19.21875, -41.25 19.21875))", @@ -35061,68 +27582,7 @@ "id": "1388", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.500848262309048, - 7.500848262309048, - 7.500848262309048, - 7.500848262309048, - 7.500848262309048, - 7.500848262309048, - 7.500848262309048, - 7.500848262309048 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 23.043654324521185, - -570.3691952494178, - -794.1185979682584, - -661.714155800461, - -128.91666307686774, - 541.307722925703, - 979.8289632840049, - 673.4748621785873 - ], - "relative wind speed": [ - 2.1842951705210574, - 1.8054724181518294, - 1.5894555414678804, - 1.7322394599586608, - 2.0987508272442117, - 2.432317778192821, - 2.578668553443215, - 2.485004402447208 - ], - "relative wind angle": [ - 0.2284735272706226, - 0.21257132379884272, - 0.02766195175374867, - 0.18505693759481792, - 0.2379621322427567, - 0.15725008466236728, - 0.017049095076565286, - 0.1286182348045992 - ], - "resistance": [ - 96657.54365432452, - 96064.13080475059, - 95840.38140203174, - 95972.78584419953, - 96505.58333692313, - 97175.8077229257, - 97614.328963284, - 97307.97486217858 - ], - "fuel": [ - 39.80716852886066, - 39.50208879008292, - 39.38739706444555, - 39.45524376681273, - 39.72891933383511, - 40.07468542127384, - 40.30182138247632, - 40.143067229388585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 19.21875, -41.09375 19.375, -40.9375 19.375, -40.9375 19.21875, -41.09375 19.21875))", @@ -35141,68 +27601,7 @@ "id": "1389", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.852083312965223, - 5.852083312965223, - 5.852083312965223, - 5.852083312965223, - 5.852083312965223, - 5.852083312965223, - 5.852083312965223, - 5.852083312965223 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 75.99584817986761, - -402.7926219544951, - -606.8723825566889, - -516.1423601200117, - -112.31819987762265, - 420.71537022272855, - 795.6357162899722, - 587.1433289074864 - ], - "relative wind speed": [ - 1.769284575689718, - 1.3806270073390612, - 1.1245216828019773, - 1.2575580071054266, - 1.6343814605187232, - 1.9736868380943433, - 2.13002855689051, - 2.0542927072415673 - ], - "relative wind angle": [ - 0.28843545145515004, - 0.298332949700178, - 0.0628374554403504, - 0.24574569285370138, - 0.313018225332965, - 0.20708392119736627, - 0.03315848973204022, - 0.14948242425863725 - ], - "resistance": [ - 96710.49584817987, - 96231.70737804551, - 96027.62761744332, - 96118.35763987999, - 96522.18180012237, - 97055.21537022272, - 97430.13571628997, - 97221.64332890749 - ], - "fuel": [ - 39.22640160139362, - 38.980055005875364, - 38.87531101927147, - 38.92185909124039, - 39.12940834758069, - 39.40429510732213, - 39.59827581926592, - 39.490339009857536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 19.0625, -41.25 19.21875, -41.09375 19.21875, -41.09375 19.0625, -41.25 19.0625))", @@ -35221,68 +27620,7 @@ "id": "1390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.798050386133621, - 5.798050386133621, - 5.798050386133621, - 5.798050386133621, - 5.798050386133621, - 5.798050386133621, - 5.798050386133621, - 5.798050386133621 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 56.79876181319173, - -404.02842822556806, - -591.5584868055611, - -495.20218337376764, - -94.66842237350443, - 423.67116604791954, - 779.0893391628431, - 557.4768131928008 - ], - "relative wind speed": [ - 1.7400017431092911, - 1.3580728263166564, - 1.1162898319236134, - 1.2582851531098505, - 1.6304547832397616, - 1.9600069042309718, - 2.1071036702916968, - 2.0255140926876094 - ], - "relative wind angle": [ - 0.28891814106726516, - 0.2921004413261943, - 0.05136452209776787, - 0.24895000391315, - 0.3089497300624853, - 0.20087635259694045, - 0.02720300599465208, - 0.15366364636486815 - ], - "resistance": [ - 96691.2987618132, - 96230.47157177444, - 96042.94151319446, - 96139.29781662625, - 96539.83157762651, - 97058.17116604793, - 97413.58933916286, - 97191.97681319281 - ], - "fuel": [ - 39.199611541717864, - 38.9625239159852, - 38.866269156053114, - 38.915710230963946, - 39.12159711274457, - 39.38892602064984, - 39.572807481304785, - 39.4580974115267 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 19.0625, -41.09375 19.21875, -40.9375 19.21875, -40.9375 19.0625, -41.09375 19.0625))", @@ -35301,68 +27639,7 @@ "id": "1391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.1694001916352255, - 5.1694001916352255, - 5.1694001916352255, - 5.1694001916352255, - 5.1694001916352255, - 5.1694001916352255, - 5.1694001916352255, - 5.1694001916352255 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -109.37588305592249, - -456.839157690864, - -526.9962443990312, - -328.699156758187, - 103.73774505110964, - 556.2920588593898, - 717.1838861381881, - 366.09554864712493 - ], - "relative wind speed": [ - 1.4373513134682, - 1.0548116233984912, - 0.9332233551081809, - 1.2175429843042183, - 1.6090156736432335, - 1.8820952886349267, - 1.9452517589862188, - 1.7811511215306595 - ], - "relative wind angle": [ - 0.36061886611693433, - 0.28270732610281113, - 0.09771700323651678, - 0.3548247266005302, - 0.32067557589402035, - 0.15698388623344556, - 0.04682170709454082, - 0.23978141033875985 - ], - "resistance": [ - 96525.12411694408, - 96177.66084230914, - 96107.50375560096, - 96305.80084324181, - 96738.23774505111, - 97190.79205885938, - 97351.68388613818, - 97000.59554864712 - ], - "fuel": [ - 38.93158115648703, - 38.75295887227131, - 38.71694735900019, - 38.81878019229855, - 39.04135987738265, - 39.275039351638355, - 39.35830056336046, - 39.17673726066998 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 19.21875, -40.9375 19.375, -40.78125 19.375, -40.78125 19.21875, -40.9375 19.21875))", @@ -35381,68 +27658,7 @@ "id": "1392", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.185958272936525, - 4.185958272936525, - 4.185958272936525, - 4.185958272936525, - 4.185958272936525, - 4.185958272936525, - 4.185958272936525, - 4.185958272936525 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -8.391172852701402, - -326.2613464319397, - -419.9866648031905, - -292.1600985933209, - 48.85873276443863, - 446.60389075972375, - 664.0843175025798, - 394.242387082135 - ], - "relative wind speed": [ - 1.2552676384322654, - 0.8395952166616569, - 0.6212851464705486, - 0.8976324627231723, - 1.310833088323466, - 1.6090556552518056, - 1.705281500607457, - 1.5774144006583957 - ], - "relative wind angle": [ - 0.44667668024018514, - 0.44543915848956334, - 0.049364100515392986, - 0.4682175733493845, - 0.42647012834357295, - 0.22675527773423876, - 0.017978486041977357, - 0.25972170019882646 - ], - "resistance": [ - 96626.10882714731, - 96308.23865356807, - 96214.51333519683, - 96342.3399014067, - 96683.35873276445, - 97081.10389075974, - 97298.5843175026, - 97028.74238708215 - ], - "fuel": [ - 38.75038897742642, - 38.58684282803852, - 38.53869235148971, - 38.60437012466707, - 38.77988436002566, - 38.98514097470563, - 39.09762080961603, - 38.95808614378285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 19.21875, -40.78125 19.375, -40.625 19.375, -40.625 19.21875, -40.78125 19.21875))", @@ -35461,52 +27677,7 @@ "id": "1393", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.94174270933148, - 76.94174270933148, - 76.94174270933148, - 76.94174270933148, - 76.94174270933148, - 76.94174270933148, - 76.94174270933148, - 76.94174270933148 - ], - "relative wind speed": [ - 0.5907132500685015, - 0.5907132500685015, - 0.5907132500685015, - 0.5907132500685015, - 0.5907132500685015, - 0.5907132500685015, - 0.5907132500685015, - 0.5907132500685015 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 19.0625, -40.9375 19.21875, -40.78125 19.21875, -40.78125 19.0625, -40.9375 19.0625))", @@ -35525,68 +27696,7 @@ "id": "1394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.04575948146548, - 4.04575948146548, - 4.04575948146548, - 4.04575948146548, - 4.04575948146548, - 4.04575948146548, - 4.04575948146548, - 4.04575948146548 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -63.98744314572252, - -347.6587406303888, - -406.3391520933853, - -238.18453477249176, - 120.34064832490151, - 503.5637257128026, - 639.5783385034808, - 334.16041091762236 - ], - "relative wind speed": [ - 1.1588726046581261, - 0.7351377704339723, - 0.585472111733508, - 0.9304926270542541, - 1.3428161575485305, - 1.6142222292119126, - 1.6743247454370422, - 1.5100743087007942 - ], - "relative wind angle": [ - 0.49193160347147447, - 0.4423168169341959, - 0.17574855342419388, - 0.516399722103152, - 0.41985498670345645, - 0.19618858329148103, - 0.06117742477824735, - 0.3091461275888268 - ], - "resistance": [ - 96570.51255685429, - 96286.84125936963, - 96228.16084790663, - 96396.31546522753, - 96754.84064832491, - 97138.06372571281, - 97274.07833850349, - 96968.66041091764 - ], - "fuel": [ - 38.693702824129176, - 38.54779284125542, - 38.51764719305897, - 38.60406682768454, - 38.788674849264, - 38.98652891440048, - 39.05688323330308, - 38.899000363992215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 19.0625, -40.78125 19.21875, -40.625 19.21875, -40.625 19.0625, -40.78125 19.0625))", @@ -35605,52 +27715,7 @@ "id": "1395", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.6545601589491, - 75.6545601589491, - 75.6545601589491, - 75.6545601589491, - 75.6545601589491, - 75.6545601589491, - 75.6545601589491, - 75.6545601589491 - ], - "relative wind speed": [ - 0.5857512963875742, - 0.5857512963875742, - 0.5857512963875742, - 0.5857512963875742, - 0.5857512963875742, - 0.5857512963875742, - 0.5857512963875742, - 0.5857512963875742 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 18.90625, -41.25 19.0625, -41.09375 19.0625, -41.09375 18.90625, -41.25 18.90625))", @@ -35682,9 +27747,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 201.1501014681961, + 201.15010146819566, -223.63712154779694, - -471.4024147361872, + -471.40241473618755, -462.54481081561283, -196.061256778582, 234.1565144460809, @@ -35694,7 +27759,7 @@ "relative wind speed": [ 1.628636385805058, 1.267818352353857, - 0.9433350174378523, + 0.9433350174378522, 0.9593230370370446, 1.2964579089167603, 1.6510288344531512, @@ -35702,13 +27767,13 @@ 1.847419523922761 ], "relative wind angle": [ - 0.2864744332494014, - 0.3622112028408505, - 0.18671957363732922, - 0.21171473303572516, - 0.36288490081134983, - 0.2755730623385548, - 0.09451128305148504, + 0.2864744332494026, + 0.36221120284085057, + 0.18671957363733102, + 0.21171473303572513, + 0.3628849008113499, + 0.27557306233855483, + 0.09451128305148505, 0.10933691184632252 ], "resistance": [ @@ -35764,7 +27829,7 @@ "wind resistance": [ -65.04568956098558, -384.8462810924023, - -462.3204399309543, + -462.3204399309544, -306.47223385053854, 65.40444707171582, 471.6194275017582, @@ -35774,7 +27839,7 @@ "relative wind speed": [ 1.3533827922898984, 0.9802779262546385, - 0.8332386504763907, + 0.8332386504763906, 1.0898968879159228, 1.4671649706408874, 1.7387562281239954, @@ -35782,19 +27847,19 @@ 1.672226900648732 ], "relative wind angle": [ - 0.37117622339004247, + 0.3711762233900427, 0.3155224271954921, - 0.0729054817122144, + 0.07290548171221593, 0.36597188800474134, 0.34116230202319925, - 0.17585365865671865, + 0.17585365865671862, 0.033468207641293095, 0.23540642049084437 ], "resistance": [ 96569.45431043905, 96249.65371890763, - 96172.17956006908, + 96172.17956006907, 96328.02776614949, 96699.90444707175, 97106.11942750179, @@ -35804,7 +27869,7 @@ "fuel": [ 38.84931512369746, 38.68484432953747, - 38.645057275822296, + 38.64505727582229, 38.725116248540274, 38.91651382633323, 39.12617270854449, @@ -35842,9 +27907,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 118.97248769408145, + 118.97248769408066, -242.55401713369906, - -427.2333872758526, + -427.2333872758527, -390.2338650444852, -126.50723885860316, 257.5460291452425, @@ -35852,9 +27917,9 @@ 475.70661316840597 ], "relative wind speed": [ - 1.4994238477455257, + 1.4994238477455255, 1.1573670451853273, - 0.8872142114129855, + 0.8872142114129854, 0.9564425823933704, 1.2836014402887614, 1.59887649786291, @@ -35862,12 +27927,12 @@ 1.7265926326971515 ], "relative wind angle": [ - 0.29769125868704466, + 0.2976912586870454, 0.3450244790176259, - 0.12860305315991188, + 0.1286030531599119, 0.2434246562667703, - 0.3497160337358461, - 0.24733881631711094, + 0.34971603373584575, + 0.2473388163171109, 0.06457889661846801, 0.13391674411767576 ], @@ -35922,11 +27987,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -67.90583903713593, + -67.90583903713605, -372.0027186181396, - -444.0021433542211, + -444.00214335422146, -293.35660440887165, - 62.91819510600419, + 62.918195106004305, 449.46983930158376, 614.8414650626048, 332.5765446983494 @@ -35934,7 +27999,7 @@ "relative wind speed": [ 1.3365649874216745, 0.9795314724067344, - 0.8432454182179594, + 0.8432454182179593, 1.0893435075488247, 1.451791110417994, 1.7130736961540525, @@ -35942,11 +28007,11 @@ 1.6454282471294321 ], "relative wind angle": [ - 0.3601447471770029, + 0.3601447471770035, 0.3003206088876117, - 0.0726642553949015, + 0.07266425539490302, 0.3527531232883199, - 0.33041917394636167, + 0.3304191739463613, 0.16997009939743665, 0.034320747793087476, 0.23076699699819642 @@ -35989,68 +28054,7 @@ "id": "1400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9953032060910116, - 3.9953032060910116, - 3.9953032060910116, - 3.9953032060910116, - 3.9953032060910116, - 3.9953032060910116, - 3.9953032060910116, - 3.9953032060910116 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -116.23569784925331, - -361.78536431355144, - -385.82952666572874, - -187.2856808580267, - 176.96146845801206, - 532.9211964315075, - 588.4934261391472, - 264.2555547470322 - ], - "relative wind speed": [ - 1.0795279256273544, - 0.6738221793083264, - 0.6109970788936867, - 0.9851435843155282, - 1.3768738563061758, - 1.614659663539322, - 1.6394647687498871, - 1.4459094980913196 - ], - "relative wind angle": [ - 0.5040442440429057, - 0.3838296487419183, - 0.27265215513007823, - 0.5147629009035446, - 0.3883585525896994, - 0.156916979729576, - 0.10052716970262544, - 0.3420710560219096 - ], - "resistance": [ - 96518.26430215081, - 96272.71463568651, - 96248.67047333434, - 96447.21431914203, - 96811.46146845807, - 97167.42119643156, - 97222.9934261392, - 96898.75555474708 - ], - "fuel": [ - 38.657026107352976, - 38.53075479946848, - 38.518402404570594, - 38.62046634110174, - 38.80809352248078, - 38.9919287465453, - 39.020671546582236, - 38.85313287511332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 18.90625, -40.78125 19.0625, -40.625 19.0625, -40.625 18.90625, -40.78125 18.90625))", @@ -36069,52 +28073,7 @@ "id": "1401", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 78.95943392687592, - 78.95943392687592, - 78.95943392687592, - 78.95943392687592, - 78.95943392687592, - 78.95943392687592, - 78.95943392687592, - 78.95943392687592 - ], - "relative wind speed": [ - 0.5984084481941958, - 0.5984084481941958, - 0.5984084481941958, - 0.5984084481941958, - 0.5984084481941958, - 0.5984084481941958, - 0.5984084481941958, - 0.5984084481941958 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 18.75, -40.9375 18.90625, -40.78125 18.90625, -40.78125 18.75, -40.9375 18.75))", @@ -36133,68 +28092,7 @@ "id": "1402", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.225129788088528, - 4.225129788088528, - 4.225129788088528, - 4.225129788088528, - 4.225129788088528, - 4.225129788088528, - 4.225129788088528, - 4.225129788088528 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -174.9336903093453, - -399.33943454743303, - -393.7317457394634, - -158.156598710256, - 227.96188017440522, - 572.4496637696335, - 559.568217503362, - 207.5150963449754 - ], - "relative wind speed": [ - 1.0767821894518352, - 0.7073716543104087, - 0.7206050665143966, - 1.0977619451539684, - 1.4683547113837112, - 1.6778411082821831, - 1.672200281089921, - 1.4527367806093452 - ], - "relative wind angle": [ - 0.46725452124342465, - 0.2761278030809855, - 0.2990336572284004, - 0.4658270929243879, - 0.3366392626577611, - 0.11519533494578116, - 0.1272948073093291, - 0.3462892079932484 - ], - "resistance": [ - 96459.56630969065, - 96235.16056545256, - 96240.76825426053, - 96476.34340128975, - 96862.4618801744, - 97206.94966376963, - 97194.06821750336, - 96842.01509634497 - ], - "fuel": [ - 38.672724776196915, - 38.55736669214743, - 38.5602470995624, - 38.68135674124919, - 38.88030761676278, - 39.05827618333463, - 39.05161344984001, - 38.86975832431246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 18.75, -40.78125 18.90625, -40.625 18.90625, -40.625 18.75, -40.78125 18.75))", @@ -36213,52 +28111,7 @@ "id": "1403", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 70.0700574768288, - 70.0700574768288, - 70.0700574768288, - 70.0700574768288, - 70.0700574768288, - 70.0700574768288, - 70.0700574768288, - 70.0700574768288 - ], - "relative wind speed": [ - 0.5637180487120028, - 0.5637180487120028, - 0.5637180487120028, - 0.5637180487120028, - 0.5637180487120028, - 0.5637180487120028, - 0.5637180487120028, - 0.5637180487120028 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 18.90625, -40.3125 19.0625, -40.15625 19.0625, -40.15625 18.90625, -40.3125 18.90625))", @@ -36277,52 +28130,7 @@ "id": "1404", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.04301805182102, - 67.04301805182102, - 67.04301805182102, - 67.04301805182102, - 67.04301805182102, - 67.04301805182102, - 67.04301805182102, - 67.04301805182102 - ], - "relative wind speed": [ - 0.5514072619117236, - 0.5514072619117236, - 0.5514072619117236, - 0.5514072619117236, - 0.5514072619117236, - 0.5514072619117236, - 0.5514072619117236, - 0.5514072619117236 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 18.90625, -40.15625 19.0625, -40 19.0625, -40 18.90625, -40.15625 18.90625))", @@ -36355,8 +28163,8 @@ "ice resistance": 96634.50000000001, "wind resistance": [ 203.17445568437597, - -116.02773561673229, - -301.02105322431913, + -116.02773561673234, + -301.0210532243192, -306.27034009481883, -131.64160463025212, 184.17209382442275, @@ -36366,7 +28174,7 @@ "relative wind speed": [ 1.2763014528988423, 0.9210702874247662, - 0.5329092418397225, + 0.5329092418397224, 0.5161548791861315, 0.8977401012293995, 1.259568264783742, @@ -36374,14 +28182,14 @@ 1.4725715020736407 ], "relative wind angle": [ - 0.38653937124601073, - 0.5612138813367619, - 0.40936060875806, - 0.3774674099701536, + 0.386539371246011, + 0.561213881336762, + 0.40936060875805996, + 0.37746740997015366, 0.5656367989528149, - 0.39974811962779805, + 0.3997481196277981, 0.14513691868303305, - 0.12954957519575816 + 0.1295495751957582 ], "resistance": [ 96837.67445568439, @@ -36421,52 +28229,7 @@ "id": "1406", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.62445491025455, - 62.62445491025455, - 62.62445491025455, - 62.62445491025455, - 62.62445491025455, - 62.62445491025455, - 62.62445491025455, - 62.62445491025455 - ], - "relative wind speed": [ - 0.5329269493840963, - 0.5329269493840963, - 0.5329269493840963, - 0.5329269493840963, - 0.5329269493840963, - 0.5329269493840963, - 0.5329269493840963, - 0.5329269493840963 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 18.75, -40.15625 18.90625, -40 18.90625, -40 18.75, -40.15625 18.75))", @@ -36498,9 +28261,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 300.1486666205025, + 300.1486666205022, -12.672864705026313, - -255.30361182536498, + -255.3036118253651, -323.86651261632846, -219.06262984322626, 48.25618500503953, @@ -36508,9 +28271,9 @@ 515.1729052874477 ], "relative wind speed": [ - 1.3773442275816759, + 1.3773442275816756, 1.0878547532527902, - 0.7171342464305475, + 0.7171342464305474, 0.5306738342767139, 0.7884926114621655, 1.1555819985653546, @@ -36520,9 +28283,9 @@ "relative wind angle": [ 0.27049085640683895, 0.460001626867702, - 0.4547084213075174, - 0.07076910474576331, - 0.485617535961832, + 0.45470842130751765, + 0.0707691047457633, + 0.48561753596183205, 0.4311658367750523, 0.22434036556238157, 0.0250901707450462 @@ -36578,34 +28341,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 275.7017329158573, + 275.7017329158566, -79.47324777516496, - -359.5383366465795, + -359.53833664657986, -426.05810627064363, - -304.29820675374344, + -304.29820675374356, 12.55461219622839, - 355.2809412405077, + 355.28094124050835, 509.61742481202714 ], "relative wind speed": [ - 1.83988161848515, + 1.8398816184851496, 1.6074409620255508, - 1.3591461940545755, + 1.3591461940545753, 1.2676290713636214, - 1.4154510885570686, + 1.4154510885570684, 1.6747536259818325, 1.881857533747942, 1.9446806142836737 ], "relative wind angle": [ - 0.14384912636670155, + 0.14384912636670158, 0.21223957834551366, - 0.15893613234434453, - 0.027138076743206542, - 0.18743441220086887, - 0.203586644399081, - 0.11455720670964584, - 0.017688553129326427 + 0.15893613234434456, + 0.02713807674320654, + 0.18743441220086768, + 0.20358664439908103, + 0.11455720670964487, + 0.017688553129326424 ], "resistance": [ 96910.2017329159, @@ -36658,9 +28421,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 171.71722140125712, + 171.7172214012562, -240.26988847112136, - -484.67890807386505, + -484.67890807386516, -481.9252571887231, -231.08540832367044, 182.49306393730376, @@ -36670,7 +28433,7 @@ "relative wind speed": [ 1.877453614096516, 1.5920457986464152, - 1.356977754773978, + 1.3569777547739776, 1.360605767685984, 1.5995038574650418, 1.883782056964636, @@ -36678,14 +28441,14 @@ 2.0571817148879314 ], "relative wind angle": [ - 0.18891490276227785, + 0.18891490276227962, 0.22144535789310898, - 0.10479521243577497, + 0.10479521243577392, 0.10968337328612586, - 0.2222517109491725, - 0.18670774910030277, + 0.22225171094917248, + 0.18670774910030274, 0.06897400088477675, - 0.07246185292151307 + 0.07246185292151305 ], "resistance": [ 96806.21722140124, @@ -36738,34 +28501,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 284.561118542287, + 284.5611185422854, -89.11029102096154, - -380.09294202420824, + -380.09294202420836, -446.7745447506338, -313.6383202698843, 21.566006947130518, 380.3762852573004, - 534.9266784010656 + 534.9266784010679 ], "relative wind speed": [ - 1.8653658285598882, + 1.865365828559888, 1.6227611144467706, - 1.365652612055093, + 1.3656526120550927, 1.274612468853824, 1.4328464162155683, 1.7027286607854433, 1.9151061249987733, - 1.9768666067954799 + 1.9768666067954797 ], "relative wind angle": [ - 0.14920629640650634, + 0.14920629640650857, 0.21817495404144277, 0.16138535683589095, 0.03209956265402118, 0.1947546392510166, 0.20777457764023433, 0.11483641363846415, - 0.02069456623126018 + 0.02069456623125481 ], "resistance": [ 96919.0611185423, @@ -36818,19 +28581,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 130.42903004080358, + 130.42903004080267, -298.72982948594165, - -526.3292776746688, + -526.329277674669, -496.27290802795244, - -198.5962176249734, + -198.59621762497318, 247.9489878313375, 602.3187806836197, 532.9284714732491 ], "relative wind speed": [ - 1.895400128254923, + 1.8954001282549227, 1.5944220043510366, - 1.3694922314049116, + 1.3694922314049114, 1.408208691791668, 1.6738616096123067, 1.9626952912675726, @@ -36838,13 +28601,13 @@ 2.10031012345441 ], "relative wind angle": [ - 0.20129882848303593, + 0.20129882848303648, 0.22011809904253946, 0.08287394950359682, - 0.13376733317936834, - 0.2283850340918813, + 0.13376733317936837, + 0.2283850340918808, 0.1783189235968119, - 0.05335470204386939, + 0.0533547020438694, 0.08954022450554969 ], "resistance": [ @@ -36898,19 +28661,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 162.37189902505884, + 162.37189902505816, -283.9301141559056, - -527.6474306301687, + -527.647430630169, -501.2414412262535, - -198.82278303871055, + -198.82278303871044, 263.09689445425306, 640.4344206641317, - 579.857684140761 + 579.8576841407607 ], "relative wind speed": [ - 1.7769497085327337, + 1.7769497085327333, 1.4347044638033177, - 1.1604173174425614, + 1.1604173174425612, 1.1996217806685605, 1.5105461772226336, 1.8387286699563132, @@ -36918,14 +28681,14 @@ 2.0000519002071098 ], "relative wind angle": [ - 0.2462011489087737, + 0.24620114890877415, 0.28537774032888347, 0.11930654484459613, 0.1747518131346796, - 0.290785379762607, - 0.2214674871766601, - 0.06832489995372071, - 0.10447259725135974 + 0.2907853797626066, + 0.22146748717666007, + 0.06832489995372072, + 0.10447259725135975 ], "resistance": [ 96796.87189902503, @@ -36978,19 +28741,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 72.80909251537582, + 72.80909251537514, -293.51523055153456, - -455.1464295555274, + -455.14642955552756, -389.8272037190489, -87.27233284927922, 318.6713777150802, - 610.8850319061354, + 610.885031906134, 460.9747744388327 ], "relative wind speed": [ - 1.5052435330379814, + 1.5052435330379812, 1.1521856656900682, - 0.9078222800382827, + 0.9078222800382826, 1.0249223788383213, 1.3689147906749763, 1.6769478195995582, @@ -36998,13 +28761,13 @@ 1.7576176817606766 ], "relative wind angle": [ - 0.3086394199283089, + 0.30863941992831, 0.3307397184714626, 0.07929569186090914, - 0.2690762716573226, + 0.26907627165732256, 0.34055897870389235, 0.2250160324948195, - 0.03950305967427631, + 0.03950305967427912, 0.1556480200487732 ], "resistance": [ @@ -37058,34 +28821,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 11.811751309558076, - -264.18943476387113, - -357.37760831696085, + 11.811751309557849, + -264.1894347638712, + -357.3776083169615, -274.17348798126113, - -4.831450907289877, + -4.831450907289764, 323.1821116595895, - 530.4017413933664, + 530.4017413933589, 338.172985175936 ], "relative wind speed": [ 1.2345722224788351, - 0.8889742408957234, - 0.6886606983315553, - 0.8724819967514491, + 0.8889742408957233, + 0.6886606983315552, + 0.8724819967514492, 1.217819834981203, 1.4889521557168472, 1.591540186600222, 1.4986757115315434 ], "relative wind angle": [ - 0.37436163701795405, - 0.37498966386408883, - 0.013082377475781198, - 0.3667499252532031, - 0.37977202025046597, + 0.3743616370179549, + 0.37498966386408855, + 0.013082377475789685, + 0.3667499252532034, + 0.3797720202504657, 0.22045755692380578, - 0.005660623847417159, - 0.21030276699822237 + 0.005660623847436773, + 0.2103027669982224 ], "resistance": [ 96646.31175130953, @@ -37138,37 +28901,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -43.03637791962666, + -43.036377919627114, -280.62585537331273, - -337.11186233975195, + -337.11186233975207, -214.16695093425227, 68.18200919029942, 377.0366823376731, - 507.2759258957246, + 507.27592589572413, 275.9032993270793 ], "relative wind speed": [ - 1.0996875414222245, + 1.099687541422224, 0.742302930284732, - 0.5993266365342499, + 0.5993266365342498, 0.8638375371106134, 1.2187573630082071, 1.4641272343401972, - 1.528230931955808, + 1.5282309319558083, 1.3958749614935588 ], "relative wind angle": [ 0.4371162197617404, 0.39143204329272363, - 0.10871396212372246, + 0.10871396212372347, 0.4492548018923339, 0.3919273725859787, - 0.19465122615872646, - 0.042563296020341854, + 0.1946512261587265, + 0.04256329602034447, 0.27210874513175437 ], "resistance": [ - 96591.46362208037, + 96591.46362208035, 96353.87414462668, 96297.38813766024, 96420.33304906574, @@ -37178,7 +28941,7 @@ 96910.40329932707 ], "fuel": [ - 38.6621708342923, + 38.66217083429229, 38.5399247361519, 38.5108920903524, 38.57409844807072, @@ -37218,34 +28981,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 214.5384118037789, - -193.1177156238249, - -454.2763470460899, + 214.53841180377844, + -193.117715623825, + -454.2763470460901, -471.1813140495087, -248.3692280246321, 149.39792019926495, - 513.1138400926375, - 551.9799893576435 + 513.113840092637, + 551.9799893576433 ], "relative wind speed": [ 1.7796255825298335, 1.481849270950174, - 1.2111549399515633, + 1.211154939951563, 1.1862341512833963, 1.4323548758728382, 1.7386288973256425, 1.936959322201235, - 1.9523207325540295 + 1.9523207325540297 ], "relative wind angle": [ - 0.20678930431735879, - 0.26247547779160696, + 0.20678930431735934, + 0.262475477791607, 0.1478124290245819, 0.111712351649554, 0.25794869091864236, 0.22299390587006895, - 0.09221961498505907, - 0.06778747014376285 + 0.09221961498506027, + 0.06778747014376449 ], "resistance": [ 96849.03841180378, @@ -37298,9 +29061,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 206.23058715769662, + 206.23058715769594, -213.4292202088635, - -474.0579884496142, + -474.0579884496145, -482.8660541813365, -242.15099260665545, 172.3487256030387, @@ -37308,7 +29071,7 @@ 562.8458684593891 ], "relative wind speed": [ - 1.7911662586078019, + 1.7911662586078017, 1.4838194566246876, 1.2116097192538, 1.1987138099786654, @@ -37318,13 +29081,13 @@ 1.9743455093897306 ], "relative wind angle": [ - 0.21364523374660185, + 0.2136452337466029, 0.2656878369210446, - 0.1417936826342553, - 0.12333125463994396, - 0.26345406712405406, + 0.14179368263425687, + 0.12333125463994395, + 0.2634540671240541, 0.22192460362035277, - 0.08718243821764987, + 0.08718243821764989, 0.07475987851565671 ], "resistance": [ @@ -37378,34 +29141,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 300.13260485674436, + 300.132604856743, -129.80397386963898, - -444.2281041269065, - -502.50704475718874, + -444.22810412690694, + -502.5070447571886, -321.2859709914219, 74.61278084889113, - 478.53944282812154, + 478.53944282812176, 612.8164132922188 ], "relative wind speed": [ - 1.8689789233081926, + 1.8689789233081924, 1.5811159228650822, 1.285100104402999, - 1.2019792453013287, + 1.2019792453013285, 1.4145110831959453, 1.7303168087714216, - 1.9602146673050422, + 1.9602146673050425, 2.0122548829905385 ], "relative wind angle": [ - 0.18361058660725957, + 0.18361058660726137, 0.25945067662162913, - 0.1818541211595237, - 0.06406374665213631, + 0.1818541211595256, + 0.06406374665213459, 0.24364537897083183, 0.23663014863233228, 0.11884554441181075, - 0.03825032326110316 + 0.038250323261103156 ], "resistance": [ 96934.63260485677, @@ -37458,19 +29221,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 186.07093090992453, + 186.0709309099234, -265.42416631398453, - -526.4146261651158, + -526.4146261651161, -515.5063776277083, - -229.89908673952846, + -229.89908673952868, 227.99243689302602, 615.9614776043079, 590.9006036509174 ], "relative wind speed": [ - 1.8409833853873603, + 1.8409833853873598, 1.5137777703254016, - 1.241987436530959, + 1.2419874365309589, 1.2573771014485822, 1.5441451914979503, 1.8660335098189427, @@ -37478,13 +29241,13 @@ 2.0475856569265445 ], "relative wind angle": [ - 0.22423696341495783, - 0.26580765586820043, + 0.22423696341495883, + 0.2658076558682005, 0.123502993307341, 0.14467590646580503, - 0.2683162057543348, + 0.2683162057543352, 0.21474701694586237, - 0.07445025287226635, + 0.07445025287226636, 0.08864873659635066 ], "resistance": [ @@ -37538,20 +29301,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 377.4455048329621, + 377.44550483296166, -66.84745215092573, - -423.01503359995536, - -516.5723348386489, + -423.01503359995525, + -516.5723348386501, -372.9547109147403, 16.331580189317037, 450.40798859850247, 666.2656098186042 ], "relative wind speed": [ - 1.892173451709525, + 1.8921734517095248, 1.6058960397430486, - 1.2792904739162978, - 1.1425250714604456, + 1.2792904739162976, + 1.1425250714604458, 1.3338908799268374, 1.6675380536719162, 1.9295080031586664, @@ -37559,16 +29322,16 @@ ], "relative wind angle": [ 0.17563049486724516, - 0.2746849292383622, - 0.22498456633521582, - 0.02798956370956798, + 0.27468492923836224, + 0.22498456633521532, + 0.027989563709575914, 0.25047017565472834, - 0.26428268895046564, + 0.2642826889504656, 0.14845734926227136, 0.015880700966299503 ], "resistance": [ - 97011.94550483298, + 97011.94550483297, 96567.6525478491, 96211.48496640006, 96117.92766516136, @@ -37578,7 +29341,7 @@ 97300.76560981861 ], "fuel": [ - 39.328676641798396, + 39.32867664179839, 39.09955182131139, 38.916404272385655, 38.86837376674026, @@ -37618,9 +29381,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 351.113275809392, + 351.11327580939087, -107.42311239942694, - -455.6335292237835, + -455.63352922378397, -532.1429723714645, -356.9017144379221, 56.64334400680582, @@ -37628,9 +29391,9 @@ 671.1258008561042 ], "relative wind speed": [ - 1.901407783107684, + 1.9014077831076839, 1.6016471964908305, - 1.277384858289535, + 1.2773848582895349, 1.1668480289570642, 1.3831149428953178, 1.7213613103865957, @@ -37638,9 +29401,9 @@ 2.041280034743349 ], "relative wind angle": [ - 0.18688784790086643, - 0.2767179175512328, - 0.20939862884996877, + 0.18688784790086765, + 0.2767179175512329, + 0.20939862884996982, 0.05320311625309147, 0.2582894487555169, 0.25702032963300653, @@ -37698,13 +29461,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 347.8996307601982, + 347.89963076019797, 8.891979263878397, - -293.8367553125229, + -293.83675531252277, -403.6605237771559, -329.392543018208, -50.19141496133739, - 296.1232493783376, + 296.1232493783374, 519.3428265600124 ], "relative wind speed": [ @@ -37714,18 +29477,18 @@ 1.0231609202913874, 1.144654335471121, 1.4308590237577912, - 1.6811998757765412, + 1.681199875776541, 1.7863617016302407 ], "relative wind angle": [ - 0.14772807606400548, - 0.26081993850031504, - 0.24476887818214582, + 0.14772807606400623, + 0.260819938500315, + 0.24476887818214538, 0.024920323186245683, 0.22184015021239628, 0.2700095581482976, - 0.17209967778541466, - 0.014272432821396905 + 0.17209967778541402, + 0.014272432821396903 ], "resistance": [ 96982.39963076016, @@ -37778,9 +29541,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 256.33834590356514, + 256.338345903564, -131.24634863912365, - -408.3381123965264, + -408.33811239652675, -454.0469107901165, -281.89936598877046, 79.05789153414639, @@ -37788,9 +29551,9 @@ 544.8797332237318 ], "relative wind speed": [ - 1.7854973849249491, + 1.7854973849249487, 1.5126912660858889, - 1.2398135545185303, + 1.23981355451853, 1.1724725262364661, 1.376973475478537, 1.6720711699125554, @@ -37798,13 +29561,13 @@ 1.925971193700973 ], "relative wind angle": [ - 0.18293176989316193, - 0.252092612330152, + 0.18293176989316318, + 0.25209261233015207, 0.16921417954071605, 0.07002247688160457, 0.23812779181462912, 0.22761583877635494, - 0.11109298375568867, + 0.11109298375568868, 0.042605610843813646 ], "resistance": [ @@ -37858,10 +29621,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 40.74827712644867, + 40.74827712644844, -268.2062565628046, - -383.2619978347502, - -298.24067255732643, + -383.2619978347503, + -298.2406725573263, -9.590222749848976, 354.69603255088543, 597.5827366888628, @@ -37870,20 +29633,20 @@ "relative wind speed": [ 1.257480022024957, 0.869704029293844, - 0.614859125503583, - 0.817238331583963, + 0.6148591255035829, + 0.8172383315839631, 1.206685029514946, 1.5102846313451728, 1.6307338906248137, 1.5393070764591557 ], "relative wind angle": [ - 0.41598318121779043, + 0.41598318121779104, 0.45093032904531094, 0.04535982866755413, - 0.42853062427504923, + 0.42853062427504945, 0.43465716279455874, - 0.25367093866716134, + 0.2536709386671614, 0.017097639395901056, 0.222442755077543 ], @@ -37925,52 +29688,7 @@ "id": "1425", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.25987591087059, - 58.25987591087059, - 58.25987591087059, - 58.25987591087059, - 58.25987591087059, - 58.25987591087059, - 58.25987591087059, - 58.25987591087059 - ], - "relative wind speed": [ - 0.5140205485312219, - 0.5140205485312219, - 0.5140205485312219, - 0.5140205485312219, - 0.5140205485312219, - 0.5140205485312219, - 0.5140205485312219, - 0.5140205485312219 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 17.8125, -41.5625 17.96875, -41.40625 17.96875, -41.40625 17.8125, -41.5625 17.8125))", @@ -38002,19 +29720,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 33.94570901517625, + 33.94570901517568, -299.04395600775695, -417.0956951730592, -318.4385304737592, - 1.424411924283504, + 1.4244119242836177, 398.72945036334556, 657.3558416760268, 428.412286423668 ], "relative wind speed": [ - 1.3003452023121767, + 1.3003452023121762, 0.8927871230329593, - 0.6349301812798643, + 0.6349301812798642, 0.8601514007189236, 1.2688548888467444, 1.5823468415847106, @@ -38022,13 +29740,13 @@ 1.6003218244990138 ], "relative wind angle": [ - 0.422965839679756, + 0.42296583967975626, 0.45164989026704966, 0.027266875772656428, - 0.43846423957220043, - 0.4341657002305319, + 0.4384642395722005, + 0.43416570023053164, 0.24881216236742018, - 0.010169140788815607, + 0.010169140788815608, 0.2302178397465062 ], "resistance": [ @@ -38082,9 +29800,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 186.65328177230606, + 186.65328177230572, -190.90021721773178, - -402.17007102178894, + -402.1700710217891, -383.8889456581954, -136.37218720314087, 253.23601669844334, @@ -38092,9 +29810,9 @@ 547.1543758136153 ], "relative wind speed": [ - 1.4267255951549138, + 1.4267255951549136, 1.0418551337132138, - 0.6761435774683311, + 0.676143577468331, 0.7202186467235717, 1.1108754737243254, 1.4778796034683637, @@ -38102,9 +29820,9 @@ 1.6585762999946834 ], "relative wind angle": [ - 0.36344025949625736, + 0.363440259496258, 0.4795409523500204, - 0.2581262214781394, + 0.25812622147814024, 0.33471425565257795, 0.47413298018589745, 0.3312778063521521, @@ -38162,19 +29880,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -63.06862609969767, + -63.06862609969801, -369.6950689731667, - -446.06434047486493, + -446.0643404748651, -306.3136047635431, 42.25094821689186, 424.90908423228154, - 600.5085786607964, + 600.5085786607941, 331.48948314780216 ], "relative wind speed": [ - 1.3930802502114543, + 1.393080250211454, 1.0565752626789637, - 0.9221213480406716, + 0.9221213480406715, 1.1394677464112493, 1.4826023064377616, 1.7385139909930714, @@ -38182,13 +29900,13 @@ 1.6853472750362894 ], "relative wind angle": [ - 0.3258484243630549, + 0.3258484243630553, 0.2702089857204165, 0.05108430082325393, 0.31093920730779545, 0.3055143336989069, 0.16294755897627394, - 0.025967982066276048, + 0.025967982066280326, 0.20835994072497502 ], "resistance": [ @@ -38242,9 +29960,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -2.565774621916148, + -2.565774621916262, -359.0335616152321, - -475.2965991558845, + -475.29659915588815, -369.47757627413887, -19.921240249341054, 400.24453822645285, @@ -38252,21 +29970,21 @@ 415.65191745330605 ], "relative wind speed": [ - 1.4932804293242783, + 1.493280429324278, 1.1372787843821652, - 0.9450217402738108, - 1.1240051429260467, + 0.9450217402738109, + 1.124005142926047, 1.4789990374926245, 1.7674618977791954, 1.877300855994283, 1.775932721750125 ], "relative wind angle": [ - 0.3174690198766842, - 0.29893658976976534, - 0.007957803921718529, - 0.2926808681950176, - 0.32064351593694856, + 0.3174690198766845, + 0.2989365897697653, + 0.007957803921746432, + 0.29268086819501843, + 0.3206435159369486, 0.1906524704632532, 0.004005878134821237, 0.18363758720920714 @@ -38322,9 +30040,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -72.27474694547266, + -72.274746945473, -381.4225833191263, - -456.1864707220762, + -456.18647072207665, -312.5908783140494, 42.074190466538994, 427.93818568447364, @@ -38332,9 +30050,9 @@ 326.9682090642698 ], "relative wind speed": [ - 1.4362100090551346, + 1.4362100090551342, 1.1106786079851998, - 0.9858005181114748, + 0.9858005181114747, 1.1960968511343457, 1.5301492836878787, 1.7805754828831988, @@ -38342,9 +30060,9 @@ 1.7243573710768834 ], "relative wind angle": [ - 0.30676655053641316, + 0.3067665505364135, 0.24735813765072903, - 0.049847108299588654, + 0.04984710829959089, 0.28945947770008934, 0.287377905643096, 0.1533272513354286, @@ -38402,19 +30120,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -73.27245722154362, + -73.27245722154396, -359.32417549236857, - -423.0745122136158, - -272.0496825380691, + -423.074512213616, + -272.049682538069, 71.94361883507747, 439.943787149634, 586.2765504230546, 310.03146062909286 ], "relative wind speed": [ - 1.288686845338249, + 1.2886868453382487, 0.937356728791183, - 0.8119271796846044, + 0.8119271796846043, 1.063487950180023, 1.420428605761775, 1.6732284878055594, @@ -38422,12 +30140,12 @@ 1.596034018821679 ], "relative wind angle": [ - 0.36801571925420035, + 0.3680157192542006, 0.3013886222903037, - 0.0864671820248485, - 0.36278747072766915, - 0.33248961412248035, - 0.16707209442309695, + 0.08646718202484979, + 0.3627874707276691, + 0.3324896141224804, + 0.16707209442309698, 0.04036508560776506, 0.23873003108780802 ], @@ -38482,30 +30200,30 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 83.68504127936149, + 83.68504127936114, -274.21263082847173, - -432.15349216373545, - -364.6428466377228, + -432.1534921637356, + -364.64284663772287, -67.1605896268876, 333.4371160564839, 624.7480447602647, 469.56351590518125 ], "relative wind speed": [ - 1.4048276350036102, + 1.40482763500361, 1.0219785884956245, - 0.741905188259715, - 0.8836731969005868, + 0.7419051882597147, + 0.8836731969005867, 1.2652303534690341, 1.5905685449126998, 1.7389437089919069, 1.6713677669767086 ], "relative wind angle": [ - 0.36360335652443776, + 0.3636033565244381, 0.4090935411926742, 0.10165391836267433, - 0.3464339065479854, + 0.3464339065479851, 0.40594135465839387, 0.2584494784518779, 0.043308641089476865, @@ -38562,9 +30280,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 198.99132425644132, + 198.99132425644098, -204.52189144059668, - -432.8103346992395, + -432.81033469923955, -416.1878255442234, -154.58498481349716, 259.7206697312896, @@ -38572,9 +30290,9 @@ 579.9659727081842 ], "relative wind speed": [ - 1.4929223896525952, + 1.492922389652595, 1.103796940659487, - 0.7372585412507455, + 0.7372585412507454, 0.774379512597129, 1.1635452691989312, 1.5376238710399837, @@ -38582,14 +30300,14 @@ 1.7271338180555265 ], "relative wind angle": [ - 0.3482154418416288, + 0.34821544184162884, 0.45644310371741603, - 0.24469584273575007, - 0.30686220716453627, - 0.4531657291988214, + 0.2446958427357496, + 0.3068622071645363, + 0.45316572919882137, 0.32193436821875704, 0.10263456590676144, - 0.13585343532700034 + 0.13585343532700037 ], "resistance": [ 96833.49132425645, @@ -38642,13 +30360,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 74.40648424877998, + 74.40648424877975, -231.27181944756603, -366.285665444987, -308.0808998195139, -53.899589681873636, 289.01535818752495, - 539.168128396606, + 539.1681283966069, 405.22272905455395 ], "relative wind speed": [ @@ -38662,14 +30380,14 @@ 1.5331878759562632 ], "relative wind angle": [ - 0.37646946660311126, + 0.3764694666031119, 0.4287931065105241, 0.1082097494500893, 0.36638831879600825, 0.42158070155271476, - 0.2662958544843814, - 0.04431854003771873, - 0.18609819172877468 + 0.26629585448438137, + 0.04431854003771622, + 0.1860981917287747 ], "resistance": [ 96708.90648424883, @@ -38722,7 +30440,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 250.1173050901141, + 250.11730509011397, -125.35015296907, -366.6472126632941, -387.763368487109, @@ -38732,24 +30450,24 @@ 570.5115441307977 ], "relative wind speed": [ - 1.4531354744692249, + 1.4531354744692246, 1.0949432422701775, - 0.7094032657649958, - 0.657389207611765, + 0.7094032657649957, + 0.6573892076117651, 1.0135425060337293, 1.3928282072477214, 1.6234586921815994, 1.6452083601822616 ], "relative wind angle": [ - 0.3285313789980042, + 0.3285313789980046, 0.4743454641308047, - 0.3427582591126002, - 0.2504770012179867, - 0.4809191627427914, - 0.3672707667477552, + 0.34275825911260055, + 0.2504770012179876, + 0.48091916274279145, + 0.3672707667477553, 0.14739278305211792, - 0.09920450390685344 + 0.09920450390685345 ], "resistance": [ 96884.61730509013, @@ -38802,33 +30520,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 82.61301080000749, + 82.61301080000726, -336.77350088508626, -526.3804883433536, - -459.48151867008585, - -121.25368379502595, + -459.48151867008596, + -121.25368379502584, 337.833531114469, - 671.0068751310987, + 671.0068751310971, 517.2972555478545 ], "relative wind speed": [ - 1.690285464114567, + 1.6902854641145668, 1.3398798277897006, 1.1001249543994158, - 1.2019744933783738, + 1.2019744933783736, 1.5366630134842385, 1.8501676178902546, 2.0020297829740548, 1.9425898909639314 ], "relative wind angle": [ - 0.2704648621219941, + 0.27046486212199405, 0.2843778494171977, - 0.0727993135465362, - 0.2203825395931194, - 0.2982937631460783, - 0.20460462439286925, - 0.039978895011326725, + 0.07279931354653621, + 0.2203825395931184, + 0.2982937631460779, + 0.20460462439286922, + 0.03997889501132951, 0.1356760943645529 ], "resistance": [ @@ -38838,7 +30556,7 @@ 96175.01848132993, 96513.24631620498, 96972.33353111448, - 97305.50687513112, + 97305.5068751311, 97151.79725554786 ], "fuel": [ @@ -38848,7 +30566,7 @@ 38.866556460850404, 39.040421896418714, 39.27709590874559, - 39.44934843316622, + 39.449348433166215, 39.36982835760523 ] }, @@ -38882,8 +30600,8 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -54.91960390157749, - -373.1688996251032, + -54.91960390157794, + -373.16889962510317, -454.62611493877745, -310.4201212674214, 49.46750827119513, @@ -38892,7 +30610,7 @@ 354.97901898510713 ], "relative wind speed": [ - 1.3647280140972673, + 1.364728014097267, 1.000880962419919, 0.8487349173635438, 1.0877014805408889, @@ -38902,12 +30620,12 @@ 1.672815739677547 ], "relative wind angle": [ - 0.35855902958441194, - 0.3090955711752874, + 0.35855902958441255, + 0.30909557117528735, 0.05698472856103692, 0.3498591226241546, - 0.33525013329350895, - 0.17731008203860374, + 0.3352501332935086, + 0.1773100820386037, 0.026771224101910327, 0.2247612506320604 ], @@ -38962,17 +30680,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 52.601137102145685, + 52.60113710214546, -400.42882494391984, - -586.6182005993445, + -586.618200599345, -496.62836970067235, -107.24377118366351, 398.7709166720201, - 746.287843661215, + 746.287843661218, 539.0172729052781 ], "relative wind speed": [ - 1.7930109044016824, + 1.7930109044016822, 1.435340359853657, 1.211745269148138, 1.336403607787554, @@ -38982,13 +30700,13 @@ 2.0630040165283723 ], "relative wind angle": [ - 0.26160595745820137, - 0.2598994101326406, - 0.047812438380622345, + 0.26160595745820175, + 0.25989941013264056, + 0.04781243838062467, 0.21640713731135217, 0.2794237490789962, - 0.18592051648588362, - 0.027083772486561523, + 0.18592051648588365, + 0.027083772486557422, 0.13954828158354488 ], "resistance": [ @@ -38998,7 +30716,7 @@ 96137.87163029931, 96527.25622881632, 97033.270916672, - 97380.7878436612, + 97380.78784366121, 97173.51727290526 ], "fuel": [ @@ -39008,7 +30726,7 @@ 38.98780036364596, 39.18794608362474, 39.448883255158776, - 39.62863956782289, + 39.628639567822894, 39.5213728836888 ] }, @@ -39042,20 +30760,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 33.23896926721159, + 33.23896926721136, -360.1135739466904, -508.7917217072978, - -412.50378276278394, + -412.503782762784, -53.831886075479474, 397.71164867331413, 696.6986350192697, 475.0869222826775 ], "relative wind speed": [ - 1.5610519965792393, + 1.561051996579239, 1.189247174038815, 0.963499089237272, - 1.124112014923511, + 1.1241120149235109, 1.4912371359225491, 1.8017665472028304, 1.9319267679230143, @@ -39063,13 +30781,13 @@ ], "relative wind angle": [ 0.31550574527211084, - 0.31508600156575045, + 0.3150860015657504, 0.03821586258878164, - 0.2854015245207259, + 0.28540152452072515, 0.3308260540839274, 0.2060007097460904, 0.01905569894220838, - 0.1725683154048534 + 0.17256831540485343 ], "resistance": [ 96667.73896926723, @@ -39109,52 +30827,7 @@ "id": "1440", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.066976822770094, - 57.066976822770094, - 57.066976822770094, - 57.066976822770094, - 57.066976822770094, - 57.066976822770094, - 57.066976822770094, - 57.066976822770094 - ], - "relative wind speed": [ - 0.5087309221225637, - 0.5087309221225637, - 0.5087309221225637, - 0.5087309221225637, - 0.5087309221225637, - 0.5087309221225637, - 0.5087309221225637, - 0.5087309221225637 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 18.59375, -40.78125 18.75, -40.625 18.75, -40.625 18.59375, -40.78125 18.59375))", @@ -39173,52 +30846,7 @@ "id": "1441", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.04193194913406, - 58.04193194913406, - 58.04193194913406, - 58.04193194913406, - 58.04193194913406, - 58.04193194913406, - 58.04193194913406, - 58.04193194913406 - ], - "relative wind speed": [ - 0.5130581997420989, - 0.5130581997420989, - 0.5130581997420989, - 0.5130581997420989, - 0.5130581997420989, - 0.5130581997420989, - 0.5130581997420989, - 0.5130581997420989 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 18.4375, -40.9375 18.59375, -40.78125 18.59375, -40.78125 18.4375, -40.9375 18.4375))", @@ -39250,11 +30878,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 62.63658277842552, + 62.63658277842529, -232.07921898749703, - -353.64714487883367, + -353.6471448788337, -285.6708983903578, - -27.32766160994663, + -27.327661609946574, 312.1979104976071, 551.8594300979389, 394.4735464888053 @@ -39262,7 +30890,7 @@ "relative wind speed": [ 1.2234142147973128, 0.8462739816457029, - 0.5720492425048054, + 0.5720492425048053, 0.7468331600526147, 1.1281413004585685, 1.4329220086096814, @@ -39270,14 +30898,14 @@ 1.4871736165674474 ], "relative wind angle": [ - 0.41754928084015036, + 0.41754928084015114, 0.47624717388305854, 0.09200012762271044, - 0.43341414361629316, - 0.45534066459631806, - 0.27417806168227277, + 0.4334141436162931, + 0.455340664596318, + 0.2741780616822728, 0.03363565417052048, - 0.21249824700071884 + 0.21249824700071887 ], "resistance": [ 96697.13658277843, @@ -39317,52 +30945,7 @@ "id": "1443", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.44281847861591, - 49.44281847861591, - 49.44281847861591, - 49.44281847861591, - 49.44281847861591, - 49.44281847861591, - 49.44281847861591, - 49.44281847861591 - ], - "relative wind speed": [ - 0.47352979767990855, - 0.47352979767990855, - 0.47352979767990855, - 0.47352979767990855, - 0.47352979767990855, - 0.47352979767990855, - 0.47352979767990855, - 0.47352979767990855 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 18.28125, -41.25 18.4375, -41.09375 18.4375, -41.09375 18.28125, -41.25 18.28125))", @@ -39394,9 +30977,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 86.93750832206013, - -242.32929181598303, - -399.2780051918188, + 86.9375083220599, + -242.32929181598308, + -399.2780051918191, -353.22563866353886, -97.38821523010893, 259.8526693162404, @@ -39404,7 +30987,7 @@ 423.6690487439805 ], "relative wind speed": [ - 1.429560814710693, + 1.4295608147106929, 1.0991793316963605, 0.8544162259211887, 0.9429974400530524, @@ -39414,14 +30997,14 @@ 1.6574013393847356 ], "relative wind angle": [ - 0.3028211850073202, - 0.3374645201014654, - 0.10360604013990109, + 0.30282118500732025, + 0.33746452010146544, + 0.10360604013990322, 0.2562063584507892, 0.3445957021864653, 0.23573554692618223, 0.05185725341104882, - 0.14468626589342926 + 0.14468626589342928 ], "resistance": [ 96721.43750832208, @@ -39474,19 +31057,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 154.4063330262568, - -177.28600438684452, - -368.99762386184, + 154.406333026256, + -177.28600438684458, + -368.99762386184005, -360.05884588138935, -149.5033060337625, - 187.6814032236383, - 478.51718050122133, + 187.68140322363843, + 478.5171805012218, 458.07765026954087 ], "relative wind speed": [ - 1.433382506940974, + 1.4333825069409736, 1.112037593154173, - 0.8245800270009738, + 0.8245800270009737, 0.8429732238968228, 1.1448473638248111, 1.4589836493507677, @@ -39494,14 +31077,14 @@ 1.6293118306370966 ], "relative wind angle": [ - 0.2905297587798598, - 0.3660643316545516, - 0.1857866048098288, + 0.2905297587798602, + 0.36606433165455166, + 0.18578660480982878, 0.21839224533353602, 0.36682782028104177, - 0.27632764191132264, - 0.09308389572510914, - 0.11233180115463098 + 0.2763276419113226, + 0.09308389572510796, + 0.11233180115463097 ], "resistance": [ 96788.90633302624, @@ -39541,52 +31124,7 @@ "id": "1446", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.27034813205881, - 41.27034813205881, - 41.27034813205881, - 41.27034813205881, - 41.27034813205881, - 41.27034813205881, - 41.27034813205881, - 41.27034813205881 - ], - "relative wind speed": [ - 0.4326281448426781, - 0.4326281448426781, - 0.4326281448426781, - 0.4326281448426781, - 0.4326281448426781, - 0.4326281448426781, - 0.4326281448426781, - 0.4326281448426781 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 18.125, -41.09375 18.28125, -40.9375 18.28125, -40.9375 18.125, -41.09375 18.125))", @@ -39605,52 +31143,7 @@ "id": "1447", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.024949231980536, - 47.024949231980536, - 47.024949231980536, - 47.024949231980536, - 47.024949231980536, - 47.024949231980536, - 47.024949231980536, - 47.024949231980536 - ], - "relative wind speed": [ - 0.46180631858171656, - 0.46180631858171656, - 0.46180631858171656, - 0.46180631858171656, - 0.46180631858171656, - 0.46180631858171656, - 0.46180631858171656, - 0.46180631858171656 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 18.28125, -40.9375 18.4375, -40.78125 18.4375, -40.78125 18.28125, -40.9375 18.28125))", @@ -39684,7 +31177,7 @@ "wind resistance": [ 163.14101473104597, -159.71319744947652, - -349.49368067877003, + -349.49368067877015, -344.53898389740795, -144.53928622181832, 181.42333710228525, @@ -39694,7 +31187,7 @@ "relative wind speed": [ 1.3827286301924837, 1.055943796938444, - 0.7506257006644651, + 0.7506257006644649, 0.7617811416843873, 1.075057609677722, 1.3973797002200874, @@ -39704,12 +31197,12 @@ "relative wind angle": [ 0.30917786959730176, 0.40227525339728454, - 0.2201621226786297, + 0.22016212267862967, 0.24068902572544087, 0.4021049903361769, - 0.30034591788802856, + 0.3003459178880285, 0.10377505148867827, - 0.11539277636020343 + 0.11539277636020344 ], "resistance": [ 96797.64101473104, @@ -39762,9 +31255,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 293.72685466108624, + 293.7268546610858, -70.09565993347474, - -338.37204356044884, + -338.37204356044896, -396.4584055486307, -249.41659135591925, 78.09272735148613, @@ -39775,20 +31268,20 @@ 1.5292224100869591, 1.2219411168300152, 0.868756488272462, - 0.7455604844493727, + 0.7455604844493726, 1.0064827752165524, 1.363227297012496, 1.6114561490789254, 1.6720252152247577 ], "relative wind angle": [ - 0.2523720673440061, - 0.3897648055877355, - 0.3218088475618078, - 0.10172900243921872, + 0.25237206734400697, + 0.3897648055877356, + 0.32180884756180844, + 0.10172900243921763, 0.3891366610044939, - 0.3475446920124007, - 0.17134947929778993, + 0.34754469201240074, + 0.17134947929778996, 0.04529852405709146 ], "resistance": [ @@ -39829,52 +31322,7 @@ "id": "1450", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 51.263537510154826, - 51.263537510154826, - 51.263537510154826, - 51.263537510154826, - 51.263537510154826, - 51.263537510154826, - 51.263537510154826, - 51.263537510154826 - ], - "relative wind speed": [ - 0.48216978177686753, - 0.48216978177686753, - 0.48216978177686753, - 0.48216978177686753, - 0.48216978177686753, - 0.48216978177686753, - 0.48216978177686753, - 0.48216978177686753 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 18.125, -40.78125 18.28125, -40.625 18.28125, -40.625 18.125, -40.78125 18.125))", @@ -39893,52 +31341,7 @@ "id": "1451", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 56.96432059898106, - 56.96432059898106, - 56.96432059898106, - 56.96432059898106, - 56.96432059898106, - 56.96432059898106, - 56.96432059898106, - 56.96432059898106 - ], - "relative wind speed": [ - 0.5082731450884009, - 0.5082731450884009, - 0.5082731450884009, - 0.5082731450884009, - 0.5082731450884009, - 0.5082731450884009, - 0.5082731450884009, - 0.5082731450884009 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 17.96875, -40.9375 18.125, -40.78125 18.125, -40.78125 17.96875, -40.9375 17.96875))", @@ -39957,52 +31360,7 @@ "id": "1452", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.831530542231604, - 58.831530542231604, - 58.831530542231604, - 58.831530542231604, - 58.831530542231604, - 58.831530542231604, - 58.831530542231604, - 58.831530542231604 - ], - "relative wind speed": [ - 0.5165362158871785, - 0.5165362158871785, - 0.5165362158871785, - 0.5165362158871785, - 0.5165362158871785, - 0.5165362158871785, - 0.5165362158871785, - 0.5165362158871785 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 17.96875, -40.78125 18.125, -40.625 18.125, -40.625 17.96875, -40.78125 17.96875))", @@ -40021,52 +31379,7 @@ "id": "1453", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.263007967563134, - 60.263007967563134, - 60.263007967563134, - 60.263007967563134, - 60.263007967563134, - 60.263007967563134, - 60.263007967563134, - 60.263007967563134 - ], - "relative wind speed": [ - 0.5227825775938411, - 0.5227825775938411, - 0.5227825775938411, - 0.5227825775938411, - 0.5227825775938411, - 0.5227825775938411, - 0.5227825775938411, - 0.5227825775938411 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 17.8125, -40.9375 17.96875, -40.78125 17.96875, -40.78125 17.8125, -40.9375 17.8125))", @@ -40085,52 +31398,7 @@ "id": "1454", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.680233655925136, - 61.680233655925136, - 61.680233655925136, - 61.680233655925136, - 61.680233655925136, - 61.680233655925136, - 61.680233655925136, - 61.680233655925136 - ], - "relative wind speed": [ - 0.528894082799687, - 0.528894082799687, - 0.528894082799687, - 0.528894082799687, - 0.528894082799687, - 0.528894082799687, - 0.528894082799687, - 0.528894082799687 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 17.8125, -40.78125 17.96875, -40.625 17.96875, -40.625 17.8125, -40.78125 17.8125))", @@ -40162,17 +31430,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 524.0009805270797, + 524.0009805270795, 246.56417716522765, - -86.52573819881366, + -86.52573819881371, -306.7388804899832, -335.17959859975656, - -171.4702246953761, + -171.47022469537615, 143.36160789461212, 458.0576334888897 ], "relative wind speed": [ - 1.52600058573417, + 1.5260005857341699, 1.3518010726440874, 1.0114192924101608, 0.6218450503663704, @@ -40184,10 +31452,10 @@ "relative wind angle": [ 0.09229885247681628, 0.3413019131520998, - 0.5162245613383672, + 0.5162245613383678, 0.41999398938179355, 0.26365758508329373, - 0.5331398591314849, + 0.533139859131485, 0.40612905932131543, 0.1704981545892712 ], @@ -40242,32 +31510,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 26.83615410830862, + 26.83615410830771, -257.33107192845443, - -374.626388699509, + -374.62638869950854, -321.9319982294933, - -80.71504962238737, + -80.71504962238714, 233.90555206850922, 449.124991943783, 327.1461834075967 ], "relative wind speed": [ - 1.5467434384356193, + 1.546743438435619, 1.2948199478390336, - 1.1420474015438955, + 1.1420474015438953, 1.2221441470113061, 1.4607271996924345, - 1.6880700574748266, + 1.6880700574748264, 1.7949559740817542, 1.741408309441226 ], "relative wind angle": [ - 0.21276066934242616, - 0.20383296067335965, - 0.038590181832781525, - 0.16421340150673014, - 0.22549967794892414, - 0.15589868596988826, + 0.2127606693424267, + 0.20383296067335968, + 0.038590181832778646, + 0.16421340150673017, + 0.22549967794892364, + 0.15589868596988757, 0.02454951863369045, 0.11498314712777002 ], @@ -40322,17 +31590,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 161.0560101294774, + 161.05601012947693, -129.12664932077803, - -323.80068488784093, + -323.8006848878415, -344.4341019745044, -198.41230107155275, 79.87818266367412, - 341.5801630343643, + 341.58016303436364, 389.3069118164741 ], "relative wind speed": [ - 1.619261769435609, + 1.6192617694356086, 1.393409601372217, 1.1865856596804645, 1.1548907993181845, @@ -40342,13 +31610,13 @@ 1.7466140851351437 ], "relative wind angle": [ - 0.16801841601064518, - 0.2143625256599936, - 0.12539563244951543, + 0.16801841601064452, + 0.21436252565999359, + 0.12539563244951812, 0.07500284654461815, 0.20541485740738386, 0.19080381744795344, - 0.08612528011815616, + 0.08612528011815745, 0.049566961948464494 ], "resistance": [ @@ -40389,52 +31657,7 @@ "id": "1458", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 25.65758020609382, - 25.65758020609382, - 25.65758020609382, - 25.65758020609382, - 25.65758020609382, - 25.65758020609382, - 25.65758020609382, - 25.65758020609382 - ], - "relative wind speed": [ - 0.3411171469805414, - 0.3411171469805414, - 0.3411171469805414, - 0.3411171469805414, - 0.3411171469805414, - 0.3411171469805414, - 0.3411171469805414, - 0.3411171469805414 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 17.1875, -44.84375 17.34375, -44.6875 17.34375, -44.6875 17.1875, -44.84375 17.1875))", @@ -40466,17 +31689,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 220.11659390230557, + 220.11659390230466, -119.4638705815862, - -364.04949415289934, + -364.0494941528999, -404.8924638080259, -256.8005278838517, 59.23699091042681, - 374.6088126359173, + 374.6088126359166, 469.15698625535697 ], "relative wind speed": [ - 1.7652231460886771, + 1.765223146088677, 1.5271156344924863, 1.2937448129658282, 1.2356052066170247, @@ -40486,14 +31709,14 @@ 1.8884786241780145 ], "relative wind angle": [ - 0.15909117606595186, + 0.159091176065954, 0.21564438447405884, - 0.1415126215528836, + 0.14151262155288596, 0.055641029509485865, 0.2002202080667829, 0.1979458210982575, - 0.09883990385636357, - 0.03639440119630549 + 0.0988399038563647, + 0.0363944011963055 ], "resistance": [ 96854.6165939023, @@ -40546,34 +31769,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 229.3063990654723, + 229.30639906547094, -83.80635902386757, - -325.9519300487981, + -325.95193004879843, -379.08160555019094, -265.3878709733618, 17.247854569169476, 316.27367102892185, - 439.8543914169195 + 439.8543914169222 ], "relative wind speed": [ - 1.7897288979772914, + 1.7897288979772912, 1.5793769603619128, - 1.3625454580817586, + 1.3625454580817584, 1.2896120261152322, 1.423884814946092, 1.6541299560696678, 1.8368580155117726, - 1.8887769366942306 + 1.8887769366942304 ], "relative wind angle": [ - 0.13382443856535098, + 0.13382443856535264, 0.19089763932724338, 0.1361990949891901, 0.029498387952417677, - 0.16850309248962564, + 0.1685030924896256, 0.1821715461683419, 0.10088883196929048, - 0.020139239124487018 + 0.020139239124481505 ], "resistance": [ 96863.8063990655, @@ -40583,7 +31806,7 @@ 96369.11212902666, 96651.7478545692, 96950.77367102895, - 97074.35439141694 + 97074.35439141696 ], "fuel": [ 39.26431526659347, @@ -40593,7 +31816,7 @@ 39.00951723565261, 39.15498053856045, 39.30920288591926, - 39.37303672032424 + 39.37303672032425 ] }, { @@ -40626,34 +31849,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 154.70121736210695, + 154.7012173621065, -250.44275747537426, - -486.9821793294043, - -481.1994456383145, - -230.7723586976208, + -486.98217932940497, + -481.1994456383147, + -230.77235869762103, 177.68798961455082, 522.089691964535, 508.671225518553 ], "relative wind speed": [ - 1.9808931727005967, + 1.9808931727005965, 1.718452573292445, - 1.5104346825422292, - 1.5173634472794606, + 1.510434682542229, + 1.5173634472794608, 1.7331263063505074, 1.9936362027111572, 2.1555165564637964, 2.150644722932214 ], "relative wind angle": [ - 0.16395693692861804, - 0.18588100992156245, - 0.08339322278819725, - 0.09217396617395116, - 0.1876571322794827, - 0.1599841814139951, + 0.1639569369286187, + 0.18588100992156248, + 0.08339322278819858, + 0.09217396617395236, + 0.18765713227948272, + 0.15998418141399512, 0.05840160130296618, - 0.0649860004496159 + 0.06498600044961589 ], "resistance": [ 96789.20121736213, @@ -40706,31 +31929,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 323.38828877383094, + 323.3882887738291, -47.517038507613734, - -360.3507996960585, - -448.73533323742413, - -349.44510651333337, + -360.35079969605897, + -448.735333237418, + -349.4451065133336, -29.33575534105421, 339.07242739887715, 544.879610835188 ], "relative wind speed": [ - 1.9477966496603412, + 1.947796649660341, 1.7243727552195367, 1.471656265911235, - 1.3579313258221037, + 1.3579313258221035, 1.4820864751305218, 1.736960192189057, 1.9556891223292783, 2.036299246806296 ], "relative wind angle": [ - 0.1257960573995466, + 0.12579605739954838, 0.19799242245367615, - 0.1605789421989886, - 0.004726464425124271, - 0.16564523314895918, + 0.16057894219899, + 0.004726464425100782, + 0.16564523314895988, 0.1965387711030078, 0.12060923252144475, 0.0031518947147291254 @@ -40786,9 +32009,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 277.7248158019545, + 277.7248158019538, -191.1424537640737, - -519.7045970193492, + -519.7045970193494, -566.1560017576974, -350.03723431600247, 92.21772888638316, @@ -40796,9 +32019,9 @@ 629.0375114383999 ], "relative wind speed": [ - 2.1902762211608198, + 2.1902762211608193, 1.926734779900742, - 1.680911911030763, + 1.6809119110307629, 1.6298109698409515, 1.8176544539717758, 2.0949631803320057, @@ -40808,11 +32031,11 @@ "relative wind angle": [ 0.14174349873727518, 0.1838021985773661, - 0.11243347643351867, + 0.11243347643351868, 0.05244540171716811, 0.1710628271110053, 0.16889425080000608, - 0.08220037903753608, + 0.08220037903753606, 0.036622494389703546 ], "resistance": [ @@ -40866,34 +32089,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 296.49703029585385, + 296.49703029585294, -50.93171842210438, - -337.4712910080233, + -337.4712910080236, -415.41110629626087, -313.59250998434436, -11.178371615187416, - 330.95922640456, - 511.82065218855496 + 330.95922640456047, + 511.82065218856224 ], "relative wind speed": [ - 1.8064521592220646, + 1.8064521592220644, 1.57758727456665, 1.3199620179806393, 1.2087608220344321, 1.3453296949283398, 1.6076068495560125, 1.825070317193975, - 1.9005469388385763 + 1.900546938838576 ], "relative wind angle": [ - 0.14189600245955766, + 0.14189600245955847, 0.22106184546692317, - 0.17800639189196749, - 0.012721561702134504, + 0.17800639189196876, + 0.012721561702134503, 0.1910534206035345, 0.21686723811148767, - 0.1284149970632304, - 0.008090870088916286 + 0.12841499706322956, + 0.008090870088902564 ], "resistance": [ 96930.99703029582, @@ -40946,19 +32169,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 289.4711002302628, + 289.4711002302612, -31.469013934318014, - -304.18031824698016, + -304.18031824698073, -383.9975414860776, - -300.98299600211726, + -300.9829960021175, -26.146383860273772, - 294.0861101230756, + 294.0861101230754, 479.5030756927364 ], "relative wind speed": [ - 1.7473370077181016, + 1.7473370077181012, 1.5310558212169498, - 1.2801669812017793, + 1.280166981201779, 1.1620805062678177, 1.2836983428366688, 1.5352316197435973, @@ -40966,13 +32189,13 @@ 1.83047451522691 ], "relative wind angle": [ - 0.13653145074085504, + 0.1365314507408575, 0.2200506170610403, - 0.18445819402346908, + 0.1844581940234703, 0.0018409617180231246, - 0.18634278731726042, + 0.18634278731726103, 0.21944227360709362, - 0.13458329420300383, + 0.13458329420300466, 0.0011687379344251072 ], "resistance": [ @@ -41026,17 +32249,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 470.858318533006, + 470.8583185330035, 115.34192704704492, - -274.18587901045885, + -274.1858790104591, -485.1387571537575, -464.4094943489074, -202.81168612101487, - 198.57119865096843, + 198.57119865096797, 519.1314130458486 ], "relative wind speed": [ - 2.1968002652354395, + 2.196800265235439, 2.0266084438935703, 1.7794533806762134, 1.598408897471603, @@ -41046,13 +32269,13 @@ 2.2139932213650666 ], "relative wind angle": [ - 0.06723465062290063, + 0.06723465062290228, 0.15268091196326192, - 0.16273574398851123, + 0.16273574398851193, 0.0622897256006242, 0.09112094298726278, 0.169218685355658, - 0.13964438424109818, + 0.13964438424109898, 0.04495659806396653 ], "resistance": [ @@ -41106,34 +32329,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 389.7080732459824, + 389.70807324598104, 23.959917877333964, - -321.8128095129481, + -321.8128095129483, -461.79295791682443, -396.96572558326, -101.35715515572815, 281.6602485861208, - 540.2999719095867 + 540.2999719095924 ], "relative wind speed": [ - 2.0003987413025066, + 2.000398741302506, 1.794843203877067, - 1.5340825689960886, + 1.5340825689960884, 1.3805543402570282, 1.4632676290412272, 1.709176746828979, 1.9466221898218838, - 2.058352980419556 + 2.0583529804195555 ], "relative wind angle": [ - 0.10459324919084449, - 0.1900232264437938, + 0.10459324919084556, + 0.19002322644379377, 0.17731315470247447, - 0.031629441736217914, + 0.03162944173621792, 0.14321547777370516, 0.19967289213449657, - 0.1394564310720446, - 0.021212181466913786 + 0.13945643107204458, + 0.021212181466903318 ], "resistance": [ 97024.20807324599, @@ -41143,7 +32366,7 @@ 96237.53427441674, 96533.14284484427, 96916.16024858612, - 97174.79997190958 + 97174.7999719096 ], "fuel": [ 39.49761680884892, @@ -41153,7 +32376,7 @@ 39.09238914223647, 39.24439154405485, 39.441823306031864, - 39.57545159452488 + 39.57545159452489 ] }, { @@ -41186,9 +32409,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 304.02373699337954, + 304.0237369933784, -57.36559954621612, - -353.39524776286737, + -353.3952477628677, -432.37977403097057, -323.67690650897123, -7.885157935096686, @@ -41196,9 +32419,9 @@ 530.1792537799129 ], "relative wind speed": [ - 1.8446818784548142, + 1.8446818784548138, 1.6111221755061544, - 1.3503427945021658, + 1.3503427945021653, 1.240314738531395, 1.3811426901084902, 1.647632149095184, @@ -41206,14 +32429,14 @@ 1.942170361353889 ], "relative wind angle": [ - 0.14217226129700042, + 0.14217226129700122, 0.2195921318835951, - 0.1748775948894174, + 0.1748775948894168, 0.015072413774976482, 0.19039734040273837, 0.21464913209319825, 0.12615081663293629, - 0.009625374869521466 + 0.009625374869521464 ], "resistance": [ 96938.5237369934, @@ -41266,34 +32489,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 293.8678035480914, + 293.86780354809, -104.6818782865289, - -415.4771979319037, + -415.4771979319046, -485.0514680379845, -343.966637048871, 14.73321556854853, 396.4128628415633, - 558.5319068045201 + 558.5319068045274 ], "relative wind speed": [ - 2.065003104823802, + 2.0650031048238016, 1.8343723265067446, 1.5965976666696406, 1.514835930329921, 1.6585400337814467, 1.9105159078986849, 2.113260219985405, - 2.172617078725376 + 2.1726170787253754 ], "relative wind angle": [ 0.1262233198261219, - 0.18030943729303325, - 0.1289222689498385, + 0.18030943729303328, + 0.1289222689498411, 0.02553265436202225, 0.15738922958261806, - 0.17304904360396947, + 0.17304904360396944, 0.09728637251604248, - 0.01780139855857768 + 0.017801398558565204 ], "resistance": [ 96928.36780354811, @@ -41346,34 +32569,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 413.09739192976826, + 413.097391929766, -27.761683990295523, - -415.83486219849647, + -415.8348621984967, -541.4616905556934, -439.8464312735953, -67.81067198439882, 378.59655421172124, - 649.812915328969 + 649.8129153289549 ], "relative wind speed": [ - 2.171047936190839, + 2.1710479361908384, 1.9367451053383489, - 1.6614554092673322, + 1.661455409267332, 1.5238293439979143, 1.6409274784120895, 1.9118343358132015, 2.155378865457922, - 2.2547807567515834 + 2.254780756751584 ], "relative wind angle": [ - 0.115160087432758, + 0.11516008743275995, 0.18984895573323932, 0.161650528026828, 0.008325386006401066, 0.15261912072842362, 0.19235340423328376, 0.1243854524461783, - 0.005626439661586894 + 0.005626439661606627 ], "resistance": [ 97047.5973919298, @@ -41383,7 +32606,7 @@ 96194.65356872644, 96566.68932801564, 97013.09655421175, - 97284.31291532899 + 97284.31291532898 ], "fuel": [ 39.72856421586269, @@ -41393,7 +32616,7 @@ 39.28923078072267, 39.48052570486195, 39.71074102398666, - 39.8509713085256 + 39.850971308525594 ] }, { @@ -41426,33 +32649,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 421.37756177620554, + 421.37756177620463, 7.390856798142295, - -378.16446306738453, - -525.4445291601482, - -447.13540645065586, + -378.16446306738476, + -525.4445291601469, + -447.1354064506561, -107.83543246253566, 322.5438525140214, 604.0578028064199 ], "relative wind speed": [ - 2.220403801644422, + 2.2204038016444216, 2.0106587761930106, - 1.75350751398929, - 1.6103821318323133, + 1.7535075139892897, + 1.610382131832313, 1.6971759786405443, 1.9410952141895341, 2.1761917983520176, 2.2841341322931763 ], "relative wind angle": [ - 0.09620633411729237, + 0.09620633411729239, 0.16836781967676678, 0.15067305675490855, - 0.021921365652198162, - 0.1260051934568827, + 0.0219213656521931, + 0.1260051934568836, 0.17446252735371545, - 0.1212456436618368, + 0.12124564366183681, 0.015454588661138871 ], "resistance": [ @@ -41506,9 +32729,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 80.16096902374534, + 80.16096902374443, -290.5298248413177, - -469.49718073722056, + -469.4971807372207, -426.28998095088355, -145.9571575759885, 249.68974504968196, @@ -41516,9 +32739,9 @@ 445.4685840490388 ], "relative wind speed": [ - 1.7742356290852181, + 1.774235629085218, 1.493404149108183, - 1.3003909726987737, + 1.3003909726987735, 1.3587028029831858, 1.6138760049900693, 1.8767663345298444, @@ -41526,11 +32749,11 @@ 1.976470217373325 ], "relative wind angle": [ - 0.20312676874149296, + 0.2031267687414946, 0.20985086308441792, 0.06312767696772997, - 0.14407636736658827, - 0.22363707065663066, + 0.1440763673665883, + 0.22363707065663063, 0.16653092418872467, 0.0407176326778662, 0.09886238227770448 @@ -41586,9 +32809,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 107.78418448443153, + 107.7841844844304, -258.7774130321934, - -451.41015256831247, + -451.4101525683127, -424.0642019642097, -167.54180441778033, 214.8276581712198, @@ -41596,9 +32819,9 @@ 453.19856007937256 ], "relative wind speed": [ - 1.7582760907108912, + 1.758276090710891, 1.4810841490131723, - 1.2759054135978114, + 1.2759054135978112, 1.3137248678712645, 1.558863201088752, 1.8242749338891249, @@ -41606,12 +32829,12 @@ 1.9482598036224203 ], "relative wind angle": [ - 0.20004172478084323, - 0.2172096663033551, - 0.08003191482009095, - 0.1335496102679615, + 0.20004172478084437, + 0.21720966630335511, + 0.08003191482009094, + 0.13354961026796153, 0.22604985535069683, - 0.17586899975418827, + 0.1758689997541883, 0.051716945982947134, 0.0899070349853695 ], @@ -41666,9 +32889,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 120.65521822342725, + 120.65521822342589, -207.56471790522835, - -394.69814159761165, + -394.6981415976122, -385.18173346686376, -175.57766541144952, 158.1231541201471, @@ -41676,9 +32899,9 @@ 413.6143819324618 ], "relative wind speed": [ - 1.7113142826127268, + 1.7113142826127266, 1.4616119857265757, - 1.265027810150639, + 1.2650278101506387, 1.2784927590005029, 1.48962830487811, 1.735303853435691, @@ -41686,14 +32909,14 @@ 1.8743119606275858 ], "relative wind angle": [ - 0.18217143188516297, - 0.20610969403814985, - 0.08944064265060853, + 0.1821714318851654, + 0.20610969403814983, + 0.08944064265060978, 0.10919377790346696, - 0.20965911045248298, - 0.17324083624080525, - 0.06002996522689603, - 0.07440321126935695 + 0.209659110452483, + 0.17324083624080522, + 0.060029965226896034, + 0.07440321126935696 ], "resistance": [ 96755.15521822343, @@ -41746,34 +32969,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 147.67635373018447, + 147.67635373018402, -212.23166643636227, -425.3007391908576, -422.57296774806764, -203.09235714547026, 158.38877001181663, - 467.4065445706376, - 461.10193825717056 + 467.40654457063874, + 461.10193825717033 ], "relative wind speed": [ - 1.7782967179096338, + 1.7782967179096336, 1.5159486087613883, 1.301505910585047, 1.3052637713117183, 1.523728822496561, 1.7849337682472541, 1.9468361785592332, - 1.9443187055459918 + 1.944318705545992 ], "relative wind angle": [ - 0.18307373373951022, + 0.18307373373951083, 0.21317355754137055, - 0.0999121941196774, - 0.10524948527820104, - 0.2141001199833333, + 0.09991219411967742, + 0.10524948527820105, + 0.21410011998333334, 0.18066186183764307, - 0.06673210401143038, - 0.07058450649964168 + 0.06673210401142872, + 0.07058450649964326 ], "resistance": [ 96782.1763537302, @@ -41826,13 +33049,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 50.94005306064628, + 50.940053060645596, -254.27824843572694, -392.93218973990156, -348.691964111536, -106.27074865210261, 224.51511825795978, - 463.05551818857, + 463.05551818857157, 360.74689182522343 ], "relative wind speed": [ @@ -41846,13 +33069,13 @@ 1.7944179831936027 ], "relative wind angle": [ - 0.20835529709546272, + 0.20835529709546433, 0.2088845076584499, 0.05341946381483109, 0.1537264106206813, 0.2258982951800977, 0.16299344063916138, - 0.03415551382191443, + 0.034155513821911176, 0.10612074689622164 ], "resistance": [ @@ -41893,52 +33116,7 @@ "id": "1477", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.369301435240764, - 23.369301435240764, - 23.369301435240764, - 23.369301435240764, - 23.369301435240764, - 23.369301435240764, - 23.369301435240764, - 23.369301435240764 - ], - "relative wind speed": [ - 0.32555065114921355, - 0.32555065114921355, - 0.32555065114921355, - 0.32555065114921355, - 0.32555065114921355, - 0.32555065114921355, - 0.32555065114921355, - 0.32555065114921355 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 17.1875, -44.0625 17.34375, -43.90625 17.34375, -43.90625 17.1875, -44.0625 17.1875))", @@ -41970,33 +33148,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 119.4814349177766, + 119.48143491777614, -283.36062101774655, - -498.1030219114649, + -498.10302191146536, -472.02486076094453, -195.2462961174365, 222.5878753663235, - 554.1752298812441, + 554.1752298812457, 493.76242623266035 ], "relative wind speed": [ 1.9210447574183038, 1.6460982453720625, - 1.4431653343233317, + 1.4431653343233313, 1.4754356937755597, 1.7137737476571695, - 1.9793418059411232, + 1.979341805941123, 2.1318318967429577, 2.109626254030861 ], "relative wind angle": [ - 0.18054754753092, + 0.18054754753092064, 0.19475649894320235, - 0.07321086762972144, + 0.07321086762972145, 0.11498520491189626, - 0.2026706024008585, - 0.16164823819087962, - 0.049536839299172485, + 0.20267060240085852, + 0.16164823819087892, + 0.049536839299170236, 0.08032790633460557 ], "resistance": [ @@ -42050,13 +33228,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 20.916983035076328, + 20.9169830350761, -290.7165811580892, -411.1816465882857, -342.6078300615345, - -65.32833444055188, + -65.328334440552, 286.4478452618225, - 520.1373229696931, + 520.1373229696956, 361.8962550318463 ], "relative wind speed": [ @@ -42066,18 +33244,18 @@ 1.1650442925892561, 1.4465966496381828, 1.699740280718193, - 1.8111292955929121, + 1.811129295592912, 1.7426341915684482 ], "relative wind angle": [ - 0.25180995503433684, - 0.2412017833434709, - 0.03452954232715329, + 0.25180995503433723, + 0.24120178334347092, + 0.034529542327153294, 0.20881278256634536, - 0.26436151117528045, + 0.26436151117528084, 0.17326865821655207, - 0.020119165342122096, - 0.1390377642468688 + 0.020119165342116576, + 0.13903776424686884 ], "resistance": [ 96655.41698303506, @@ -42130,19 +33308,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 190.17794596294198, + 190.17794596294084, -164.42496868113108, - -399.40364623751475, + -399.4036462375151, -421.6640731050462, - -239.40603574983516, + -239.40603574983538, 102.3843503186315, 420.3216391725816, 471.84909497420585 ], "relative wind speed": [ - 1.805760138620011, + 1.8057601386200106, 1.5581566566755645, - 1.334975734909812, + 1.3349757349098117, 1.3045809311427374, 1.4947115752007978, 1.7513081409408904, @@ -42150,11 +33328,11 @@ 1.9475628270653964 ], "relative wind angle": [ - 0.16544306540009654, + 0.1654430654000972, 0.20822402268799323, 0.11873599866073442, - 0.07554898315292001, - 0.20029773103000495, + 0.07554898315292002, + 0.2002977310300055, 0.1849762704034338, 0.08216264834684879, 0.05058015506238953 @@ -42210,33 +33388,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 225.361481024328, + 225.36148102432708, -179.95122692592167, -455.01675787233626, - -486.6263092279298, + -486.6263092279296, -287.51992709597994, 99.66129070895067, - 465.77076466802964, + 465.77076466802873, 539.1437427439835 ], "relative wind speed": [ - 1.9978675483402046, + 1.9978675483402042, 1.7453545358574314, - 1.515513115253441, - 1.4771811118186897, + 1.5155131152534407, + 1.4771811118186895, 1.6641254809568113, 1.9273105357576727, 2.1128200005148208, 2.139795392079985 ], "relative wind angle": [ - 0.15072896746444092, + 0.15072896746444167, 0.19124337313198755, - 0.11186337526825929, - 0.06266300842526597, + 0.1118633752682583, + 0.0626630084252642, 0.18126438841218562, 0.17299605791739409, - 0.08015749980022688, + 0.08015749980022827, 0.043243799679971426 ], "resistance": [ @@ -42290,11 +33468,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 313.08844239662585, + 313.08844239662494, -80.94944202853958, - -398.00751816008744, + -398.00751816008824, -476.95955969257477, - -350.6137013633264, + -350.61370136332675, -1.904748640617072, 381.194390353515, 564.8950070891335 @@ -42302,7 +33480,7 @@ "relative wind speed": [ 2.0051755456108333, 1.7713656069670363, - 1.5199248562156102, + 1.51992485621561, 1.4222557507103855, 1.5633257327521586, 1.8240011518239454, @@ -42310,14 +33488,14 @@ 2.107582713672708 ], "relative wind angle": [ - 0.13067737271753918, - 0.19469686368197828, - 0.14749642689848141, + 0.13067737271754087, + 0.1946968636819783, + 0.14749642689848216, 0.018851138906558245, - 0.1679227484730981, + 0.16792274847309874, 0.18900953290243142, 0.10980932044625619, - 0.012720865322122426 + 0.012720865322122427 ], "resistance": [ 96947.58844239662, @@ -42370,9 +33548,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 336.0168751154217, + 336.0168751154199, -100.6149853902914, - -446.8331237501973, + -446.8331237501975, -529.159823241201, -382.22715431444453, 7.172371678627314, @@ -42380,9 +33558,9 @@ 620.3912663708109 ], "relative wind speed": [ - 2.1209349643040984, + 2.120934964304098, 1.8752065442147892, - 1.6155378510979284, + 1.6155378510979281, 1.5198791199122945, 1.6710189967590097, 1.9427480605758276, @@ -42390,8 +33568,8 @@ 2.2317340950910216 ], "relative wind angle": [ - 0.13051500546003714, - 0.19099933616371303, + 0.13051500546003886, + 0.19099933616371306, 0.14123741952192975, 0.022618153733356235, 0.1659464057584673, @@ -42450,17 +33628,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 189.47198110691647, + 189.47198110691556, -199.18421492305674, - -448.10313580689785, + -448.10313580689865, -463.9503621845877, -252.96520379640515, 126.59547030782574, - 469.58990708356464, + 469.5899070835658, 506.3411567720491 ], "relative wind speed": [ - 1.9333985294855576, + 1.9333985294855571, 1.679542775466282, 1.4600480193174517, 1.4402562455058032, @@ -42470,13 +33648,13 @@ 2.084700138644955 ], "relative wind angle": [ - 0.1592339749620416, + 0.15923397496204234, 0.1934477925343471, - 0.10295897122037226, - 0.07691275224303946, + 0.10295897122037441, + 0.07691275224303945, 0.18829436917941525, - 0.17101879027862427, - 0.07252507405309096, + 0.1710187902786243, + 0.07252507405308943, 0.053109282872065566 ], "resistance": [ @@ -42486,7 +33664,7 @@ 96170.54963781538, 96381.53479620356, 96761.0954703078, - 97104.08990708353, + 97104.08990708354, 97140.84115677202 ], "fuel": [ @@ -42496,7 +33674,7 @@ 39.10714906250885, 39.21555216290591, 39.410985537776014, - 39.58805228782555, + 39.588052287825555, 39.60705064388306 ] }, @@ -42530,9 +33708,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 177.22087440894165, + 177.22087440894097, -215.45507318753096, - -456.85911264835954, + -456.85911264835966, -462.81382745083533, -235.42446271970516, 153.81873479327214, @@ -42540,9 +33718,9 @@ 509.6263502969 ], "relative wind speed": [ - 1.8669217505659335, + 1.8669217505659332, 1.5965205862162326, - 1.368038338868155, + 1.3680383388681545, 1.360195380753018, 1.5802594830943602, 1.8530350440381853, @@ -42550,11 +33728,11 @@ 2.032851539789361 ], "relative wind angle": [ - 0.17826548459324937, + 0.17826548459325, 0.2129233052715071, - 0.10697770191922154, + 0.1069777019192205, 0.09631047358306431, - 0.21105287658441807, + 0.21105287658441804, 0.18308661248757127, 0.07210424839356763, 0.06438692147184612 @@ -42610,9 +33788,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 258.225629158379, + 258.2256291583776, -100.12589133494089, - -375.9439007297167, + -375.94390072971726, -435.1801560418511, -303.366699946979, 21.04261482551624, @@ -42620,9 +33798,9 @@ 500.2631171314581 ], "relative wind speed": [ - 1.9406679564168452, + 1.9406679564168448, 1.7189201496084383, - 1.4926372969197557, + 1.4926372969197554, 1.4183560618647517, 1.559697347083458, 1.801155587624904, @@ -42630,14 +33808,14 @@ 2.046243879241627 ], "relative wind angle": [ - 0.1300160652608191, + 0.13001606526081996, 0.1837270600587161, - 0.1293330685296136, + 0.1293330685296145, 0.029467019397845195, 0.16202631382678595, - 0.17524952390322543, - 0.09675798898792985, - 0.020423559062182548 + 0.17524952390322546, + 0.09675798898792987, + 0.02042355906218255 ], "resistance": [ 96892.72562915836, @@ -42690,17 +33868,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 245.81898213652062, + 245.8189821365197, -99.12684021269888, - -360.6546710870342, + -360.65467108703467, -414.64765474376475, -282.1462362590504, 31.75291611614807, - 358.7553554652998, + 358.75535546529954, 484.0533228104955 ], "relative wind speed": [ - 1.8272637489026267, + 1.8272637489026264, 1.5978988778129006, 1.3636523821168043, 1.2899896046145218, @@ -42710,13 +33888,13 @@ 1.93808744039178 ], "relative wind angle": [ - 0.14477503852439094, + 0.1447750385243925, 0.20431126588298515, - 0.14339543935348317, + 0.14339543935348475, 0.03769249969640221, 0.18375947083966013, 0.19266108175846744, - 0.10345618238745903, + 0.10345618238745904, 0.02508479120015747 ], "resistance": [ @@ -42770,31 +33948,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 527.0760954673024, + 527.0760954673005, 149.43974090856022, - -274.64092762780206, - -515.3484969815777, - -502.62302168585313, + -274.64092762780274, + -515.3484969815776, + -502.6230216858527, -231.3441009356004, 200.0343297987331, 556.6073973392818 ], "relative wind speed": [ - 2.20391712826051, + 2.2039171282605095, 2.0255512136436784, - 1.7556078083881141, - 1.546953612372558, + 1.755607808388114, + 1.5469536123725578, 1.5618064326999197, 1.7870736756970937, 2.052883646140127, 2.2143677568620785 ], "relative wind angle": [ - 0.06848865353300874, + 0.06848865353301038, 0.1658622003943624, - 0.18452702964401868, - 0.078379184231771, - 0.09672182019594576, + 0.1845270296440193, + 0.07837918423176958, + 0.0967218201959446, 0.18824484541568093, 0.15756297803836947, 0.05472683494899233 @@ -42850,9 +34028,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 590.6290580092393, + 590.6290580092366, 219.8337559814545, - -235.5563221002417, + -235.55632210024237, -527.0431196801421, -545.4519569027839, -298.29973479381283, @@ -42860,9 +34038,9 @@ 547.8867338933935 ], "relative wind speed": [ - 2.2852304094043556, + 2.285230409404355, 2.1237777370326656, - 1.853875271757439, + 1.8538752717574387, 1.6218602294235982, 1.6011104668873806, 1.8098068612222495, @@ -42870,17 +34048,17 @@ 2.2705510669123377 ], "relative wind angle": [ - 0.05147159524364874, + 0.0514715952436509, 0.15385560719378097, - 0.18592976357035446, - 0.09831401442446902, - 0.07349801704106755, + 0.18592976357035504, + 0.09831401442446903, + 0.07349801704106756, 0.18081921290925257, 0.165084019548094, 0.07017043898307364 ], "resistance": [ - 97225.12905800925, + 97225.12905800923, 96854.33375598145, 96398.94367789976, 96107.45688031986, @@ -42930,39 +34108,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 507.07643162724867, + 507.0764316272466, 184.1393336470578, - -205.18136280212616, + -205.1813628021266, -450.12624555582397, -461.64931802558147, -244.02621280545668, - 138.66553129317413, + 138.66553129317435, 480.40147546431285 ], "relative wind speed": [ - 2.049807898994623, + 2.0498078989946227, 1.8916086805345906, 1.6293647175093473, 1.4044709433079092, 1.3895998751976248, - 1.5982855926448782, - 1.864905052077904, + 1.598285592644878, + 1.8649050520779038, 2.0396474218192213 ], "relative wind angle": [ - 0.05855216630525977, + 0.05855216630526167, 0.169357906286347, - 0.20453360292446743, + 0.2045336029244685, 0.10642708216650676, 0.08642890497270003, - 0.20082955263030677, - 0.17840218136834088, - 0.07321122584684386 + 0.20082955263030622, + 0.17840218136833963, + 0.07321122584684388 ], "resistance": [ - 97141.57643162724, + 97141.57643162723, 96818.63933364705, - 96429.31863719787, + 96429.31863719785, 96184.37375444417, 96172.8506819744, 96390.47378719453, @@ -42970,9 +34148,9 @@ 97114.9014754643 ], "fuel": [ - 39.55400882924522, + 39.55400882924521, 39.38723934165134, - 39.18670430029998, + 39.186704300299965, 39.06082479005774, 39.05490847167242, 39.166726666373165, @@ -43010,17 +34188,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 591.4125084643445, + 591.4125084643397, 288.6359234169761, - -132.56423960693792, + -132.56423960693837, -442.27907244957987, - -499.7616090604704, + -499.76160906047096, -324.6003782025125, 63.35357429943815, 458.51754603100926 ], "relative wind speed": [ - 2.066514488852206, + 2.0665144888522056, 1.9316145105315674, 1.6620124767442432, 1.3897745818042804, @@ -43030,11 +34208,11 @@ 2.016032132486871 ], "relative wind angle": [ - 0.03377281075945203, - 0.164226472325288, - 0.22871850212400335, - 0.15686658262947717, - 0.05314783729513094, + 0.03377281075945861, + 0.16422647232528798, + 0.22871850212400385, + 0.1568665826294772, + 0.05314783729513303, 0.21141810206193137, 0.2111213521659773, 0.10790407857227538 @@ -43090,13 +34268,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 535.1092412682681, + 535.109241268264, 260.19253556037347, - -123.65692440514636, + -123.65692440514658, -406.17883229711583, - -458.33511143359306, + -458.3351114335936, -299.19059599667014, - 54.596764406899865, + 54.59676440690009, 414.32177834181834 ], "relative wind speed": [ @@ -43110,13 +34288,13 @@ 1.9622416932374844 ], "relative wind angle": [ - 0.03208045584421584, + 0.03208045584422276, 0.15580646955029642, - 0.21533168119070803, - 0.1460498616899871, - 0.0491366206074835, - 0.19778334209846385, - 0.19967182995725924, + 0.21533168119070856, + 0.14604986168998713, + 0.04913662060748576, + 0.19778334209846388, + 0.19967182995725866, 0.10268101295154579 ], "resistance": [ @@ -43170,37 +34348,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 653.9372474512152, + 653.9372474512113, 291.80696631722617, - -178.88752841284236, + -178.88752841284327, -504.8989264364383, -549.6737663725125, -326.14683781992926, 118.44296634612306, - 550.821581204083 + 550.8215812040823 ], "relative wind speed": [ - 2.116782936142138, + 2.1167829361421377, 1.9530600628697017, - 1.6471860435919143, + 1.6471860435919141, 1.349883521649568, 1.2896866255566322, 1.5263086128649015, - 1.852252609305275, - 2.078912232120717 + 1.8522526093052747, + 2.0789122321207176 ], "relative wind angle": [ - 0.04988278393927061, - 0.18937526403694752, - 0.25430970690005417, + 0.04988278393927507, + 0.1893752640369475, + 0.2543097069000551, 0.16249715736907777, 0.08193108004259539, - 0.24327061443505696, - 0.22563442004926823, - 0.10524342173708193 + 0.243270614435057, + 0.22563442004926773, + 0.10524342173708405 ], "resistance": [ - 97288.43724745122, + 97288.4372474512, 96926.30696631722, 96455.61247158716, 96129.60107356356, @@ -43250,17 +34428,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 790.3419010350294, + 790.3419010350285, 460.6951545038246, - -89.09088682948095, + -89.0908868294814, -549.9674984150979, -675.1798841485097, -524.2631179822092, - -46.1266889715871, + -46.126688971587555, 497.5013927731893 ], "relative wind speed": [ - 2.630023948889036, + 2.6300239488890353, 2.526532299065898, 2.2731924196070588, 1.9953532991753933, @@ -43272,12 +34450,12 @@ "relative wind angle": [ 0.00432025382060324, 0.10888155887247823, - 0.1665754557913105, + 0.16657545579131117, 0.12990642926215878, 0.006056024821415292, 0.13678623643803345, - 0.16493410559947355, - 0.10190747785428793 + 0.16493410559947425, + 0.10190747785428794 ], "resistance": [ 97424.841901035, @@ -43330,9 +34508,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 702.1092152041842, + 702.109215204176, 372.55856244191455, - -118.48741911385468, + -118.48741911385491, -500.32470496682026, -587.3482198855402, -411.64709154507045, @@ -43342,7 +34520,7 @@ "relative wind speed": [ 2.269225182804937, 2.1411896358609837, - 1.8634132120234377, + 1.8634132120234375, 1.5696654956080789, 1.466307467023028, 1.6476490710722043, @@ -43350,11 +34528,11 @@ 2.198997669398727 ], "relative wind angle": [ - 0.020937779760109944, + 0.020937779760120546, 0.1488614033339656, - 0.2172200703034624, - 0.1601938193605388, - 0.032406151575759545, + 0.21722007030346238, + 0.16019381936053884, + 0.03240615157575955, 0.19395171051884866, 0.20675223354158223, 0.11410689333528116 @@ -43410,19 +34588,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 554.2855977152603, + 554.285597715259, 136.1144173674952, - -314.3650118822022, + -314.36501188220245, -555.336616065928, - -526.7781344921164, + -526.7781344921166, -218.1265373397132, 248.78728374295542, 620.3984969764579 ], "relative wind speed": [ - 2.2146016968508397, + 2.2146016968508393, 2.0139192421686234, - 1.7200992961415615, + 1.7200992961415613, 1.5019176613592071, 1.5358108506150827, 1.7908950082527446, @@ -43430,13 +34608,13 @@ 2.237726297619736 ], "relative wind angle": [ - 0.08149056701659804, + 0.08149056701659942, 0.18407071263342142, 0.19958365142292517, - 0.07575848273584095, - 0.11764860469940722, + 0.07575848273584096, + 0.11764860469940816, 0.20730826041859254, - 0.16512343614312727, + 0.1651234361431273, 0.05082084499885114 ], "resistance": [ @@ -43492,7 +34670,7 @@ "wind resistance": [ 448.3931725623961, 29.532249151655606, - -366.9298748482829, + -366.92987484828313, -528.2907242602603, -454.4897449335141, -116.44086688269954, @@ -43502,7 +34680,7 @@ "relative wind speed": [ 2.12964560766508, 1.9084999808518168, - 1.6269260105555419, + 1.6269260105555416, 1.460164237974166, 1.5490365300586824, 1.8145336615207845, @@ -43511,13 +34689,13 @@ ], "relative wind angle": [ 0.10574888079882919, - 0.19287109248781298, - 0.18080396419874326, + 0.19287109248781295, + 0.18080396419874323, 0.03282285450873862, 0.1456290029082833, 0.2029948953295998, - 0.14175363330120205, - 0.021866853852432554 + 0.14175363330120208, + 0.02186685385243255 ], "resistance": [ 97082.8931725624, @@ -43570,17 +34748,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 726.7971508690271, + 726.7971508690262, 403.17145110629986, - -97.37105699793165, + -97.3710569979321, -497.9940060217848, - -598.2255669039058, + -598.2255669039042, -434.7618294169265, - 7.911226185477744, + 7.911226185477517, 494.3996436366551 ], "relative wind speed": [ - 2.280713224461798, + 2.2807132244617976, 2.159020141350572, 1.8804271896650226, 1.5763215672179913, @@ -43590,14 +34768,14 @@ 2.2000839546415127 ], "relative wind angle": [ - 0.014850106700789067, + 0.014850106700789066, 0.1464901028060893, - 0.22079021310221866, - 0.17036260731409597, - 0.023243237673055382, - 0.19431076836961647, - 0.21316954608138022, - 0.12177296642919762 + 0.2207902131022192, + 0.17036260731409594, + 0.0232432376730506, + 0.1943107683696165, + 0.21316954608138075, + 0.12177296642919763 ], "resistance": [ 97361.29715086904, @@ -43650,33 +34828,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 590.5147830745507, - 195.3996117362758, - -262.0683295298743, + 590.5147830745482, + 195.39961173627603, + -262.06832952987475, -536.4411011475437, -536.432166984028, -262.03847831384223, - 195.43462174530714, + 195.43462174530737, 590.5354184451448 ], "relative wind speed": [ 2.1761804052974, 1.990000038399949, - 1.6920939298496, + 1.6920939298495998, 1.4448412213726523, 1.4448523040886434, 1.6921167761708464, - 1.9900194646276088, + 1.9900194646276086, 2.1761877635105384 ], "relative wind angle": [ - 0.06992045088230085, - 0.18549657704751663, - 0.2186382533081029, + 0.06992045088230403, + 0.1854965770475166, + 0.21863825330810288, 0.10540673277472676, 0.10542083675051174, - 0.2186406274361609, - 0.1854902065636376, + 0.21864062743616092, + 0.18549020656363702, 0.06991034196988878 ], "resistance": [ @@ -43730,17 +34908,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 293.1774761752099, + 293.17747617520786, -69.81785612902127, - -365.19733993128034, + -365.19733993128057, -440.7671276735615, - -328.8958088640411, + -328.8958088640413, -9.248642241637981, - 345.3033232672119, + 345.30332326721145, 521.328179772381 ], "relative wind speed": [ - 1.9497416709293232, + 1.949741670929323, 1.7294146630996496, 1.4908695138444445, 1.395325896284733, @@ -43750,17 +34928,17 @@ 2.0444304060527414 ], "relative wind angle": [ - 0.1256823538841151, + 0.12568235388411778, 0.18880019709557383, - 0.14445707491521817, - 0.01509471917488457, - 0.1609757235136373, + 0.14445707491521895, + 0.015094719174884568, + 0.16097572351363798, 0.18433578947143908, - 0.10883615765658579, + 0.10883615765658682, 0.010301952670600432 ], "resistance": [ - 96927.67747617523, + 96927.67747617522, 96564.68214387099, 96269.30266006873, 96193.73287232645, @@ -43770,7 +34948,7 @@ 97155.82817977239 ], "fuel": [ - 39.448820103578974, + 39.44882010357897, 39.26167992404608, 39.10976052753505, 39.070945675487735, @@ -43810,19 +34988,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 327.93288693403895, + 327.9328869340385, 9.329003394833421, - -282.5869727236444, + -282.58697272364464, -392.7024629416095, -328.7478509734134, -67.52604814298343, - 261.32472250469675, + 261.3247225046972, 476.1663605321181 ], "relative wind speed": [ 1.7815005844479972, 1.5769954237399963, - 1.3213449282493528, + 1.3213449282493526, 1.1768192162294895, 1.2709308756049311, 1.517265651248186, @@ -43830,14 +35008,14 @@ 1.8450219931663367 ], "relative wind angle": [ - 0.12079185988895524, - 0.21352393260735084, - 0.19645995042529912, + 0.12079185988895617, + 0.21352393260735086, + 0.19645995042529854, 0.025994347933709444, 0.1697196187863486, 0.22206780707195084, - 0.14839971744013042, - 0.016578991796968753 + 0.1483997174401297, + 0.01657899179696875 ], "resistance": [ 96962.43288693407, @@ -43890,34 +35068,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 357.34345222722914, + 357.3434522272287, -47.78357310721958, - -387.6918652233877, + -387.69186522338805, -484.3142180999356, -373.5580272780811, -24.255868633855698, 377.74724484746, - 602.0684667169498 + 602.0684667169171 ], "relative wind speed": [ - 1.9541632562764584, + 1.9541632562764581, 1.7088580714559136, - 1.4276615602004437, + 1.4276615602004439, 1.299796088053961, 1.4416117986039791, 1.7253413290346886, 1.964378038866563, - 2.051226155141073 + 2.0512261551410735 ], "relative wind angle": [ 0.13946081752746256, 0.22167727002054916, - 0.18292555215426326, + 0.18292555215426448, 0.006498227151502776, 0.18956590161867867, 0.2195245836941193, - 0.13259377346987516, - 0.004117700349221158 + 0.1325937734698752, + 0.004117700349275083 ], "resistance": [ 96991.84345222724, @@ -43927,7 +35105,7 @@ 96260.94197272194, 96610.24413136615, 97012.24724484747, - 97236.56846671697 + 97236.56846671693 ], "fuel": [ 39.42912580434753, @@ -43937,7 +35115,7 @@ 39.05263948982357, 39.23231654023691, 39.43966428981558, - 39.555627530913746 + 39.55562753091371 ] }, { @@ -43970,9 +35148,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 369.34990531674634, + 369.34990531674475, -59.89388035604452, - -417.29230784024423, + -417.29230784024446, -516.0645947781301, -394.85067575057735, -22.51017962595074, @@ -43982,7 +35160,7 @@ "relative wind speed": [ 2.046426207091754, 1.798382477166204, - 1.5188120385852855, + 1.5188120385852852, 1.3960457910472774, 1.5395656811750567, 1.8231684435469764, @@ -43990,12 +35168,12 @@ 2.146899824636245 ], "relative wind angle": [ - 0.1345082450595233, + 0.1345082450595258, 0.21031068489718852, 0.16970612557092543, 0.009074524868224153, 0.17921054653690863, - 0.20740949273341466, + 0.2074094927334147, 0.12473234686953574, 0.0059007652577595425 ], @@ -44050,9 +35228,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 476.8245391264293, + 476.82453912642814, 35.24311414477256, - -371.15936399285715, + -371.1593639928575, -532.1336713539063, -445.9531243853114, -89.04876052343388, @@ -44062,7 +35240,7 @@ "relative wind speed": [ 1.9730046184882177, 1.7155474318687938, - 1.3802998901272225, + 1.3802998901272223, 1.17774990141736, 1.3008533278377017, 1.6253810673594813, @@ -44070,17 +35248,17 @@ 2.048870853624908 ], "relative wind angle": [ - 0.1398899268510663, + 0.1398899268510679, 0.25681872626296076, - 0.24974450900833647, - 0.03966349613198321, + 0.2497445090083365, + 0.0396634961319832, 0.21308872222586714, 0.27141568957755174, 0.17879409235606283, - 0.022795715115555174 + 0.022795715115555178 ], "resistance": [ - 97111.3245391264, + 97111.32453912639, 96669.74311414475, 96263.34063600711, 96102.36632864607, @@ -44090,7 +35268,7 @@ 97310.02813246672 ], "fuel": [ - 39.41864773830301, + 39.418647738302994, 39.190755750909545, 38.9816601446215, 38.89900818431093, @@ -44130,9 +35308,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 486.0317162738195, + 486.0317162738188, -53.987584059748315, - -504.83743258547827, + -504.8374325854786, -634.8036858813459, -484.7158593469901, -20.53970250463749, @@ -44140,9 +35318,9 @@ 816.0347138586433 ], "relative wind speed": [ - 2.154091717818995, + 2.1540917178189947, 1.85447898690879, - 1.5039184109069748, + 1.5039184109069745, 1.3408225274272654, 1.5228198914948061, 1.876166100808345, @@ -44150,10 +35328,10 @@ 2.2718464958381763 ], "relative wind angle": [ - 0.15713480345941305, + 0.15713480345941308, 0.253739560388418, - 0.21527103761662564, - 0.008351610156018586, + 0.21527103761662617, + 0.008351610156018584, 0.22320895064673935, 0.250743064319808, 0.14877451135691938, @@ -44210,19 +35388,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 566.232011052519, + 566.2320110525177, 7.181142445748264, - -493.4962198281362, + -493.49621982813665, -673.5874891595703, - -551.977398170642, + -551.9773981706423, -90.05800006143295, 481.4291373624151, 847.4611839344291 ], "relative wind speed": [ - 2.255784682459262, + 2.2557846824592613, 1.9682483562053217, - 1.6095443153252187, + 1.6095443153252185, 1.4107581081854708, 1.557087388655751, 1.907638350899789, @@ -44230,14 +35408,14 @@ 2.3500738775020604 ], "relative wind angle": [ - 0.13788734806030656, + 0.13788734806030736, 0.24097782146583904, - 0.22190051690547286, + 0.22190051690547338, 0.022143604911251228, - 0.20046786535693267, + 0.20046786535693323, 0.24879354875446993, 0.16034785711506075, - 0.013292193666779539 + 0.01329219366677954 ], "resistance": [ 97200.73201105247, @@ -44290,33 +35468,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 527.9748376848459, + 527.9748376848436, -77.50432756706437, - -577.9556387478283, - -716.9759020192, + -577.955638747829, + -716.9759020191975, -541.3280657935393, -16.585129239949538, - 581.0161088244229, + 581.0161088244224, 903.0095422815127 ], "relative wind speed": [ - 2.3194062490167404, + 2.31940624901674, 2.007374620106064, - 1.6500047196679177, - 1.4913678938069566, + 1.6500047196679175, + 1.4913678938069563, 1.6812079001162432, 2.0436615389895674, 2.3417065948715194, 2.4457978568788086 ], "relative wind angle": [ - 0.1517668040893742, + 0.15176680408937568, 0.24004080530221736, - 0.1978062660940912, - 0.012518428789753662, + 0.19780626609409177, + 0.012518428789744792, 0.2101184038097666, 0.23569718304939785, - 0.13891675996470326, + 0.13891675996470404, 0.00763320501070625 ], "resistance": [ @@ -44370,53 +35548,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -49.547616490100495, + -49.54761649010106, -360.4896619139697, - -446.1730358061383, + -446.1730358061401, -334.281470902229, -5.969794693511176, 366.63830689402164, - 564.9309395293855, + 564.9309395293918, 328.6373620022615 ], "relative wind speed": [ - 1.5637126805600554, + 1.563712680560055, 1.2771661073459728, - 1.1509989801744047, + 1.1509989801744045, 1.305983110457715, 1.5970189266147328, 1.8342610320117256, - 1.915950977177513, + 1.9159509771775127, 1.8138563654570825 ], "relative wind angle": [ - 0.24711863303916448, + 0.2471186330391645, 0.20367578253046967, - 0.014912373998120582, + 0.014912373998128026, 0.21811861164739035, - 0.2418608361927899, - 0.14130744917720137, - 0.008958329773237026, + 0.24186083619278986, + 0.14130744917720134, + 0.008958329773224633, 0.156441219265804 ], "resistance": [ 96584.95238350991, 96274.01033808604, - 96188.32696419388, + 96188.32696419387, 96300.21852909778, 96628.53020530651, 97001.13830689403, - 97199.4309395294, + 97199.43093952941, 96963.13736200228 ], "fuel": [ 39.06096188878964, 38.90102391494723, - 38.857014540721075, + 38.85701454072107, 38.91449062986467, 39.08340557635677, 39.27559675329877, - 39.37808667098916, + 39.37808667098918, 39.25597221699185 ] }, @@ -44450,39 +35628,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -63.744722958647, + -63.7447229586478, -406.60849971387347, - -496.2160899871007, + -496.2160899871015, -354.6028953622432, - 22.65096649457189, + 22.650966494571776, 442.5776079465205, 649.0912817339537, - 366.5370442961033 + 366.5370442961031 ], "relative wind speed": [ - 1.5411407138756914, + 1.541140713875691, 1.2101261964605694, - 1.0717777259354933, + 1.071777725935493, 1.270020671409067, 1.6078532319780388, 1.8697329499656827, 1.9523317396733686, - 1.8295776041865952 + 1.8295776041865954 ], "relative wind angle": [ - 0.28980461467917745, + 0.28980461467917823, 0.2393151816703202, - 0.03242263712548128, + 0.0324226371254847, 0.2677342377614404, - 0.2774542259167795, + 0.27745422591677954, 0.15402329894631997, 0.017796978717654705, - 0.18468627846075744 + 0.18468627846075808 ], "resistance": [ 96570.75527704133, 96227.89150028612, - 96138.28391001289, + 96138.28391001288, 96279.89710463774, 96657.15096649456, 97077.0776079465, @@ -44530,9 +35708,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 41.50289944260203, + 41.5028994426018, -308.47321926125835, - -451.3609525203682, + -451.36095252036847, -379.74618442524434, -76.90302281158984, 315.52135610627784, @@ -44540,11 +35718,11 @@ 419.7716061643134 ], "relative wind speed": [ - 1.5441613894285282, + 1.544161389428528, 1.2202148057020368, - 1.016684027129758, + 1.0166840271297577, 1.1337092445894055, - 1.4479162942078134, + 1.4479162942078132, 1.729731718961027, 1.8566770264678634, 1.787623937064742 @@ -44552,10 +35730,10 @@ "relative wind angle": [ 0.27564888546684235, 0.2761004310511206, - 0.04934134543619619, + 0.049341345436196185, 0.23295690535095834, - 0.2945016690400859, - 0.19351141636280336, + 0.2945016690400848, + 0.1935114163628034, 0.027010784650151824, 0.14693652221058062 ], @@ -44610,19 +35788,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 143.5840950529613, + 143.58409505296072, -233.5323940917092, - -438.2514869720096, + -438.2514869720098, -413.54254738087144, - -155.56042561539027, + -155.5604256153904, 236.47600210921894, 557.7756906742746, 501.21908211884704 ], "relative wind speed": [ - 1.5606401855723897, + 1.5606401855723895, 1.224464779887829, - 0.9474838166706417, + 0.9474838166706415, 0.9915820086983264, 1.3060442955755083, 1.6254339401043025, @@ -44630,14 +35808,14 @@ 1.7771084972095932 ], "relative wind angle": [ - 0.2784784122225791, + 0.2784784122225803, 0.3308241426982741, - 0.14133954885281605, + 0.14133954885281527, 0.2123428508891404, - 0.33469352606306274, - 0.24720401701845576, - 0.07417740893547481, - 0.11786633247636326 + 0.3346935260630631, + 0.24720401701845574, + 0.0741774089354748, + 0.11786633247636327 ], "resistance": [ 96778.08409505295, @@ -44692,31 +35870,31 @@ "wind resistance": [ -44.66954909262722, -299.7067163299471, - -366.5153967626733, + -366.51539676267345, -258.9495253028152, 23.043594389153213, 337.22958108651267, - 491.01818930806087, + 491.01818930805655, 277.3116888591793 ], "relative wind speed": [ - 1.2870222787988448, + 1.287022278798845, 0.9875856839110817, - 0.8611651008485022, + 0.861165100848502, 1.04507223913569, 1.3496954881552579, 1.5820173114745337, - 1.6542366595961475, + 1.6542366595961477, 1.5446450310214146 ], "relative wind angle": [ - 0.3133214965708348, + 0.3133214965708359, 0.26353751975986056, 0.038167342429980745, 0.2948911371319922, 0.29831275134058655, - 0.16334286225989358, - 0.019865697574747047, + 0.1633428622598936, + 0.019865697574758222, 0.19792737851605233 ], "resistance": [ @@ -44757,52 +35935,7 @@ "id": "1513", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.91247846784643, - 35.91247846784643, - 35.91247846784643, - 35.91247846784643, - 35.91247846784643, - 35.91247846784643, - 35.91247846784643, - 35.91247846784643 - ], - "relative wind speed": [ - 0.40356955171832953, - 0.40356955171832953, - 0.40356955171832953, - 0.40356955171832953, - 0.40356955171832953, - 0.40356955171832953, - 0.40356955171832953, - 0.40356955171832953 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 17.1875, -43.4375 17.34375, -43.28125 17.34375, -43.28125 17.1875, -43.4375 17.1875))", @@ -44821,52 +35954,7 @@ "id": "1514", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.35978993979688, - 38.35978993979688, - 38.35978993979688, - 38.35978993979688, - 38.35978993979688, - 38.35978993979688, - 38.35978993979688, - 38.35978993979688 - ], - "relative wind speed": [ - 0.4170938759011832, - 0.4170938759011832, - 0.4170938759011832, - 0.4170938759011832, - 0.4170938759011832, - 0.4170938759011832, - 0.4170938759011832, - 0.4170938759011832 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 17.1875, -43.28125 17.34375, -43.125 17.34375, -43.125 17.1875, -43.28125 17.1875))", @@ -44885,52 +35973,7 @@ "id": "1515", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.53886240516349, - 39.53886240516349, - 39.53886240516349, - 39.53886240516349, - 39.53886240516349, - 39.53886240516349, - 39.53886240516349, - 39.53886240516349 - ], - "relative wind speed": [ - 0.42345550974205093, - 0.42345550974205093, - 0.42345550974205093, - 0.42345550974205093, - 0.42345550974205093, - 0.42345550974205093, - 0.42345550974205093, - 0.42345550974205093 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 17.03125, -43.75 17.1875, -43.59375 17.1875, -43.59375 17.03125, -43.75 17.03125))", @@ -44962,9 +36005,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 225.77170584251394, + 225.7717058425137, -151.1851771881769, - -405.078620016134, + -405.0786200161342, -433.9888784294504, -244.9599035726011, 114.98062129232358, @@ -44972,24 +36015,24 @@ 525.1582366932234 ], "relative wind speed": [ - 1.6884581832422667, + 1.6884581832422665, 1.400279686087859, - 1.122260197252523, + 1.1222601972525228, 1.0759954698252978, - 1.3096768981768119, + 1.309676898176812, 1.6141131976740346, 1.8184269751184783, 1.846179396237334 ], "relative wind angle": [ - 0.2096350824371169, + 0.20963508243711743, 0.2794867032240091, - 0.17456639054233652, + 0.17456639054233716, 0.10300062628587076, - 0.2716174930031805, - 0.2416621285541831, - 0.10739535677402764, - 0.059960948076444524 + 0.2716174930031809, + 0.24166212855418306, + 0.10739535677402766, + 0.05996094807644452 ], "resistance": [ 96860.2717058425, @@ -45029,52 +36072,7 @@ "id": "1517", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.92000262277406, - 39.92000262277406, - 39.92000262277406, - 39.92000262277406, - 39.92000262277406, - 39.92000262277406, - 39.92000262277406, - 39.92000262277406 - ], - "relative wind speed": [ - 0.4254915930954379, - 0.4254915930954379, - 0.4254915930954379, - 0.4254915930954379, - 0.4254915930954379, - 0.4254915930954379, - 0.4254915930954379, - 0.4254915930954379 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 16.875, -43.75 17.03125, -43.59375 17.03125, -43.59375 16.875, -43.75 16.875))", @@ -45106,7 +36104,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 255.83814110167657, + 255.83814110167611, -85.22014629465889, -341.2613488947841, -395.1798296846154, @@ -45116,7 +36114,7 @@ 497.27352317831344 ], "relative wind speed": [ - 1.6324955907281744, + 1.6324955907281742, 1.371634501023667, 1.0921372878643054, 1.0012854292638849, @@ -45126,13 +36124,13 @@ 1.756327994282054 ], "relative wind angle": [ - 0.19034010770142062, + 0.1903401077014212, 0.279116540083849, 0.2080341483825087, 0.05885324938018806, 0.2619705740392438, 0.25726494654943066, - 0.13297465241910877, + 0.1329746524191088, 0.03353925434729558 ], "resistance": [ @@ -45186,11 +36184,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 218.04450679092974, + 218.0445067909294, -95.44822420779644, - -319.9563519793512, + -319.95635197935144, -358.761039550832, - -220.26060683840228, + -220.26060683840234, 70.19435094387381, 363.81511427198575, 452.90652732492754 @@ -45198,7 +36196,7 @@ "relative wind speed": [ 1.520335837363399, 1.2572889615198724, - 0.9839066493080064, + 0.9839066493080062, 0.9122634438481603, 1.1192900269286095, 1.4083521186101136, @@ -45206,11 +36204,11 @@ 1.6528782870410057 ], "relative wind angle": [ - 0.21072131150690676, + 0.2107213115069078, 0.29959655436173244, 0.21173073465949047, 0.08632392000929817, - 0.28807807470325447, + 0.2880780747032545, 0.2666257380259065, 0.12868314641114054, 0.04760308198452089 @@ -45266,34 +36264,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 177.42774111860263, + 177.42774111860194, -170.5804230348616, - -381.87087491027864, + -381.87087491027876, -384.0431246640012, -177.3955443566242, - 169.29342895645755, + 169.29342895645743, 478.3349273679222, 483.303047690982 ], "relative wind speed": [ - 1.5017586311669728, + 1.5017586311669726, 1.1865857231752508, - 0.896415843249744, + 0.8964158432497438, 0.8922273303355585, 1.178939770234457, - 1.4957246704128542, + 1.495724670412854, 1.6857095254212169, 1.6879301997201355 ], "relative wind angle": [ - 0.26853553041107914, + 0.26853553041107997, 0.3450682226556735, 0.18987323089720806, 0.1827090189862534, 0.34475907908050707, - 0.2716782812223783, - 0.1005332381648351, - 0.09619044864118179 + 0.2716782812223779, + 0.10053323816483509, + 0.0961904486411818 ], "resistance": [ 96811.92774111862, @@ -45346,33 +36344,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 172.35460560889555, + 172.3546056088951, -164.29938770695912, -370.07585377064356, -373.6863544981846, -175.6791420485756, 158.7936416649071, - 457.87914680680353, + 457.8791468068033, 466.1390900587845 ], "relative wind speed": [ - 1.4908111295629562, + 1.490811129562956, 1.1853460788362824, - 0.9045314428115743, + 0.9045314428115742, 0.8976038474402375, 1.1725635010841786, 1.4806679781406138, - 1.6671070322774044, + 1.6671070322774046, 1.670847186658327 ], "relative wind angle": [ - 0.2610986072303824, + 0.26109860723038325, 0.3350319385681506, - 0.1849443249791045, + 0.18494432497910393, 0.17299372097235996, 0.3344025770047938, 0.26635809420905, - 0.0999414822219215, + 0.09994148222192371, 0.09260423939727801 ], "resistance": [ @@ -45426,17 +36424,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 273.42770860480766, + 273.42770860480687, -26.24447293942046, - -273.4267304576051, + -273.42673045760523, -344.82469509613907, - -258.07888303726423, + -258.0788830372643, -0.7485343420436266, 295.9018199551042, 460.6775693909826 ], "relative wind speed": [ - 1.531085648266503, + 1.5310856482665025, 1.2940194986488474, 1.0113985003842179, 0.8781909775721269, @@ -45446,12 +36444,12 @@ 1.6247506242553296 ], "relative wind angle": [ - 0.17908409952151347, + 0.17908409952151472, 0.29263992494344976, - 0.2550770108774095, + 0.2550770108774104, 0.014118459668896707, - 0.26722058716431435, - 0.28721157616955784, + 0.26722058716431485, + 0.2872115761695579, 0.16589790824527462, 0.007630963262628044 ], @@ -45506,14 +36504,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 250.72708430318687, + 250.7270843031863, -45.69217440997954, - -278.76706875338976, + -278.76706875338994, -338.2121510058535, -236.66304616277552, 24.255499693634647, 312.5515596673936, - 449.3634009995192 + 449.3634009995226 ], "relative wind speed": [ 1.485893559899576, @@ -45523,17 +36521,17 @@ 1.016047334278124, 1.305910431624422, 1.5259398640972486, - 1.592678722199299 + 1.5926787221992988 ], "relative wind angle": [ - 0.19743734000552432, + 0.19743734000552604, 0.3093009846496753, - 0.2560657614647572, - 0.041847339628269316, + 0.25606576146475807, + 0.04184733962826932, 0.29095284827708595, 0.29294124413197514, - 0.15915783759630667, - 0.022034993710751773 + 0.1591578375963067, + 0.02203499371074169 ], "resistance": [ 96885.22708430319, @@ -45543,7 +36541,7 @@ 96397.83695383722, 96658.75549969364, 96947.0515596674, - 97083.86340099951 + 97083.86340099953 ], "fuel": [ 38.923790088830145, @@ -45553,7 +36551,7 @@ 38.67270866784152, 38.80701219949838, 38.95570244505319, - 39.02637209669502 + 39.02637209669503 ] }, { @@ -45573,52 +36571,7 @@ "id": "1524", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.65416646590505, - 42.65416646590505, - 42.65416646590505, - 42.65416646590505, - 42.65416646590505, - 42.65416646590505, - 42.65416646590505, - 42.65416646590505 - ], - "relative wind speed": [ - 0.43982147721338427, - 0.43982147721338427, - 0.43982147721338427, - 0.43982147721338427, - 0.43982147721338427, - 0.43982147721338427, - 0.43982147721338427, - 0.43982147721338427 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 17.34375, -42.65625 17.5, -42.5 17.5, -42.5 17.34375, -42.65625 17.34375))", @@ -45637,52 +36590,7 @@ "id": "1525", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 40.94489116650528, - 40.94489116650528, - 40.94489116650528, - 40.94489116650528, - 40.94489116650528, - 40.94489116650528, - 40.94489116650528, - 40.94489116650528 - ], - "relative wind speed": [ - 0.4309189209136499, - 0.4309189209136499, - 0.4309189209136499, - 0.4309189209136499, - 0.4309189209136499, - 0.4309189209136499, - 0.4309189209136499, - 0.4309189209136499 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 17.1875, -42.8125 17.34375, -42.65625 17.34375, -42.65625 17.1875, -42.8125 17.1875))", @@ -45701,52 +36609,7 @@ "id": "1526", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.60595490864743, - 46.60595490864743, - 46.60595490864743, - 46.60595490864743, - 46.60595490864743, - 46.60595490864743, - 46.60595490864743, - 46.60595490864743 - ], - "relative wind speed": [ - 0.4597443581700045, - 0.4597443581700045, - 0.4597443581700045, - 0.4597443581700045, - 0.4597443581700045, - 0.4597443581700045, - 0.4597443581700045, - 0.4597443581700045 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 17.1875, -42.65625 17.34375, -42.5 17.34375, -42.5 17.1875, -42.65625 17.1875))", @@ -45778,9 +36641,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 105.19434963332981, + 105.19434963332958, -233.2873964774369, - -404.22154665914854, + -404.22154665914866, -367.8483229202031, -118.41712373086409, 242.03878492766478, @@ -45790,7 +36653,7 @@ "relative wind speed": [ 1.469029612981104, 1.1436096268144056, - 0.8920345162562504, + 0.8920345162562503, 0.9600454314057444, 1.2696225059251174, 1.5691227908689627, @@ -45798,11 +36661,11 @@ 1.6876913464860641 ], "relative wind angle": [ - 0.2883709524191768, + 0.28837095241917754, 0.32897277582095824, 0.11767373773145227, 0.23266687864304447, - 0.33530509336577746, + 0.33530509336577713, 0.2376928465417231, 0.06076255046567493, 0.13154097233091255 @@ -45845,52 +36708,7 @@ "id": "1528", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.42828218057702, - 37.42828218057702, - 37.42828218057702, - 37.42828218057702, - 37.42828218057702, - 37.42828218057702, - 37.42828218057702, - 37.42828218057702 - ], - "relative wind speed": [ - 0.4119985149598812, - 0.4119985149598812, - 0.4119985149598812, - 0.4119985149598812, - 0.4119985149598812, - 0.4119985149598812, - 0.4119985149598812, - 0.4119985149598812 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 17.03125, -42.96875 17.1875, -42.8125 17.1875, -42.8125 17.03125, -42.96875 17.03125))", @@ -45922,19 +36740,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 99.09242007438729, - -257.709198147307, - -432.9372385207728, + 99.09242007438638, + -257.7091981473071, + -432.9372385207732, -389.7629654616011, - -120.31632955700229, + -120.31632955700218, 262.3701403949507, 555.2346852051757, 456.25078614712413 ], "relative wind speed": [ - 1.5281487649354641, + 1.5281487649354637, 1.1990846896316407, - 0.9536341562287051, + 0.953634156228705, 1.0293697231816983, 1.3417824551141733, 1.6425025758631229, @@ -45942,12 +36760,12 @@ 1.7538576845408054 ], "relative wind angle": [ - 0.28008642845523785, - 0.311646427004244, - 0.10244629206400158, + 0.2800864284552387, + 0.31164642700424405, + 0.10244629206400375, 0.22508964645150392, - 0.32028233288407204, - 0.2257607745539892, + 0.32028233288407165, + 0.22576077455398919, 0.05432328661596974, 0.1313738841182386 ], @@ -46002,13 +36820,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 177.2330129319663, + 177.23301293196596, -116.10091791281127, - -312.9146509137114, + -312.9146509137115, -334.8797250043191, -186.74918241057662, 93.56563369153139, - 361.38043058113817, + 361.3804305811386, 411.7650403014484 ], "relative wind speed": [ @@ -46022,13 +36840,13 @@ 1.6045658941276408 ], "relative wind angle": [ - 0.22046795263383112, - 0.2960315994898389, - 0.18671636276157344, + 0.22046795263383212, + 0.296031599489839, + 0.18671636276157466, 0.11249537793841889, 0.2891212512766168, - 0.2535441373749544, - 0.11153093584225796, + 0.25354413737495435, + 0.11153093584225696, 0.06343526506617338 ], "resistance": [ @@ -46082,9 +36900,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 79.40025511795159, + 79.40025511795125, -220.82824184526652, - -364.92291365064614, + -364.9229136506463, -324.43300377137996, -92.76625259572472, 231.91267092661292, @@ -46092,7 +36910,7 @@ 384.5483043593963 ], "relative wind speed": [ - 1.380111193756764, + 1.3801111937567636, 1.0701424562886053, 0.8410765270515854, 0.9207474749796045, @@ -46103,13 +36921,13 @@ ], "relative wind angle": [ 0.2934895198640018, - 0.3257602799836787, - 0.10132587180331754, + 0.32576027998367874, + 0.10132587180331863, 0.24368653510701105, 0.33390726505113877, 0.23068482254840764, 0.05197915134967943, - 0.1398228315852932 + 0.13982283158529324 ], "resistance": [ 96713.90025511796, @@ -46162,9 +36980,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 154.371526720499, + 154.37152672049785, -253.91090840903416, - -481.1803498232987, + -481.18034982329937, -461.87756064846565, -191.3860312501779, 228.26428221763706, @@ -46172,23 +36990,23 @@ 530.7660559233583 ], "relative wind speed": [ - 1.7224496489226897, + 1.7224496489226895, 1.4021786116393973, 1.1430019062439816, - 1.172302517394013, + 1.1723025173940127, 1.459412452915873, 1.7693537356506284, 1.946860072815313, 1.9293585225435634 ], "relative wind angle": [ - 0.23652298326436164, - 0.27559746723599393, - 0.11926861965905337, - 0.16212553250663436, + 0.23652298326436305, + 0.2755974672359939, + 0.11926861965905618, + 0.16212553250663367, 0.2802097186246638, - 0.21735882293086367, - 0.06991367603016135, + 0.2173588229308637, + 0.06991367603016134, 0.09823645923050132 ], "resistance": [ @@ -46242,9 +37060,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -11.23658584922714, + -11.23658584922805, -337.4176167350736, - -444.7509718609857, + -444.750971860988, -355.19559611587306, -40.788548815243075, 337.6608655115308, @@ -46252,9 +37070,9 @@ 363.4790610691198 ], "relative wind speed": [ - 1.571577879992525, + 1.5715778799925246, 1.2754823697898248, - 1.1210418447470083, + 1.121041844747008, 1.2555107341383938, 1.5486675769043976, 1.800381354322486, @@ -46262,19 +37080,19 @@ 1.8143652038936395 ], "relative wind angle": [ - 0.2505738686666152, + 0.2505738686666161, 0.2244758294596871, - 0.010553022662429072, - 0.21445064177175538, + 0.010553022662439593, + 0.2144506417717554, 0.25436217418548684, 0.15835901131322874, - 0.006225152872155782, + 0.006225152872155781, 0.14779899033304728 ], "resistance": [ 96623.26341415083, 96297.08238326499, - 96189.74902813908, + 96189.74902813906, 96279.30440388419, 96593.71145118482, 96972.16086551159, @@ -46284,7 +37102,7 @@ "fuel": [ 39.0569951379085, 38.88918149874808, - 38.8340471980294, + 38.834047198029396, 38.880046459604756, 39.0417749326766, 39.23693413764694, @@ -46322,33 +37140,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 12.879969433764018, + 12.879969433763563, -277.1401370053273, - -381.87389024329946, + -381.87389024329997, -307.4300889494622, -37.440596117965356, 297.0229475341365, - 513.052638363311, + 513.0526383633044, 341.5103062030478 ], "relative wind speed": [ - 1.375595291943815, + 1.3755952919438148, 1.0673421029345584, - 0.8895790510963768, + 0.8895790510963767, 1.0258821063154864, 1.330236740636038, 1.588261007724868, - 1.6942376767167142, + 1.6942376767167144, 1.6153507660250388 ], "relative wind angle": [ - 0.2968728454095419, + 0.2968728454095427, 0.2862195895867834, - 0.02670648348752329, + 0.026706483487527445, 0.2640485904337292, - 0.30732079092943093, - 0.19088676655575285, - 0.01402134004967204, + 0.307320790929431, + 0.19088676655575287, + 0.014021340049687877, 0.1665194602123687 ], "resistance": [ @@ -46402,19 +37220,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -6.5411193360126845, + -6.541119336013367, -260.4398790940206, - -345.84610359116704, + -345.8461035911672, -278.50819364809166, - -36.58435503240776, + -36.58435503240764, 256.50681085787164, 438.5682676939898, 282.7048396983423 ], "relative wind speed": [ - 1.4050243218327303, + 1.40502432183273, 1.1489595556116756, - 1.0138844206005677, + 1.0138844206005675, 1.1264055407521472, 1.3789553506509848, 1.5985941147142773, @@ -46422,13 +37240,13 @@ 1.6145655024784116 ], "relative wind angle": [ - 0.24208632859750848, - 0.21726554212124669, + 0.2420863285975094, + 0.21726554212124666, 0.013250157686059003, - 0.20443119451925085, - 0.24675720178561802, - 0.15555649255147747, - 0.007960825462611756, + 0.20443119451925088, + 0.24675720178561755, + 0.15555649255147744, + 0.007960825462611754, 0.14210840653125242 ], "resistance": [ @@ -46484,31 +37302,31 @@ "wind resistance": [ 307.63629713958824, -42.201622956117035, - -329.16587613597676, - -408.90576307049065, + -329.1658761359769, + -408.9057630704916, -304.74528095294875, -1.618352901686876, - 343.1686236201341, + 343.1686236201343, 527.4344443817903 ], "relative wind speed": [ 1.705370839762795, 1.457957572036993, - 1.171233740590096, - 1.0432307727467371, + 1.1712337405900959, + 1.0432307727467374, 1.200546567915548, 1.4912952360237248, - 1.7256341697330846, + 1.7256341697330848, 1.8058990330694864 ], "relative wind angle": [ 0.1660439181607487, 0.26465295964384344, 0.22163244815166608, - 0.01654164421505064, - 0.23699459062256908, + 0.016541644215057355, + 0.2369945906225691, 0.25859950361700396, - 0.14975848365608524, + 0.149758483656086, 0.009555477682149241 ], "resistance": [ @@ -46562,33 +37380,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 308.80862200246247, - -27.524026668262422, - -304.8406990730749, + 308.80862200246224, + -27.524026668262195, + -304.8406990730751, -385.37742277398394, - -288.0787618667975, + -288.0787618667976, 0.32134468900449065, - 333.3969348411706, + 333.3969348411704, 519.2130340804611 ], "relative wind speed": [ 1.6099051578074703, - 1.356443802112474, + 1.3564438021124743, 1.052597312425208, 0.9080978722739861, - 1.0751494572166833, + 1.0751494572166835, 1.3812317633905902, 1.6247399393021804, 1.709707351232919 ], "relative wind angle": [ - 0.1827610548856379, - 0.29997675382767774, - 0.2635989120895457, + 0.1827610548856385, + 0.29997675382767813, + 0.263598912089547, 0.014274504931254092, - 0.2756177955248228, - 0.2944305072559739, - 0.16961539326258135, + 0.27561779552482363, + 0.29443050725597386, + 0.16961539326258201, 0.007581608347610772 ], "resistance": [ @@ -46642,20 +37460,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 401.67588714981184, + 401.6758871498114, -36.47524228200973, - -405.4373853420718, - -514.3060619229442, + -405.43738534207193, + -514.3060619229391, -396.99356716669615, -22.44056747427021, 413.945696965794, 665.94468113056 ], "relative wind speed": [ - 1.9370748916312095, + 1.937074891631209, 1.6674514328498726, - 1.3485095218142535, - 1.1958209048884163, + 1.3485095218142533, + 1.195820904888416, 1.3573856285657004, 1.6776056150095793, 1.943264508501366, @@ -46664,9 +37482,9 @@ "relative wind angle": [ 0.15677835243657345, 0.2561610033368474, - 0.22056490908334817, - 0.004388009434160041, - 0.22470335448917278, + 0.2205649090833482, + 0.00438800943413474, + 0.22470335448917275, 0.2545760168365554, 0.15241023497178846, 0.002571209187591934 @@ -46675,7 +37493,7 @@ 97036.17588714982, 96598.02475771798, 96229.06261465793, - 96120.19393807705, + 96120.19393807706, 96237.50643283331, 96612.05943252573, 97048.44569696579, @@ -46685,7 +37503,7 @@ 39.3862268717591, 39.160224920902266, 38.97046527065196, - 38.91457018214565, + 38.91457018214566, 38.97480231800854, 39.16745304696448, 39.39256602275872, @@ -46722,17 +37540,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 421.9702777921276, + 421.9702777921269, 20.108736180479582, - -330.6871096051359, + -330.68710960513596, -456.71434223870693, - -363.05197957214807, + -363.0519795721481, -33.6998701782469, 374.0264250656668, 637.7405510099433 ], "relative wind speed": [ - 1.731904824431451, + 1.7319048244314508, 1.455994024670836, 1.0962227926068553, 0.8847198274100839, @@ -46742,12 +37560,12 @@ 1.823509815117935 ], "relative wind angle": [ - 0.18275095213664783, + 0.18275095213664844, 0.3283137499313253, - 0.324196234650944, + 0.3241962346509443, 0.027537475028756087, - 0.3036009816209953, - 0.33945578907859764, + 0.30360098162099536, + 0.3394557890785976, 0.2062972821444653, 0.01335917993852775 ], @@ -46802,19 +37620,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 266.89414088235674, + 266.89414088235606, -23.59500256846627, - -263.8064499124789, + -263.806449912479, -333.7895396181588, - -250.6089224920845, + -250.60892249208445, -1.6712259487674146, 286.2313832869987, 447.74811240929193 ], "relative wind speed": [ - 1.5045430227651493, + 1.5045430227651488, 1.2708081085071212, - 0.9909055948943751, + 0.990905594894375, 0.857501741814068, 1.009774834466607, 1.2916430137719586, @@ -46823,12 +37641,12 @@ ], "relative wind angle": [ 0.17968272054882, - 0.2949268847587502, - 0.25870491727091416, + 0.2949268847587501, + 0.2587049172709146, 0.012687717386336986, - 0.26953695689923063, + 0.2695369568992302, 0.29003026774639123, - 0.16789112009591728, + 0.16789112009591725, 0.006815719764526223 ], "resistance": [ @@ -46882,9 +37700,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 306.1640092025476, - -18.047527319270785, - -289.67165580706484, + 306.16400920254716, + -18.04752731927067, + -289.67165580706495, -371.69323308259146, -283.9275354316899, -8.505283887253768, @@ -46892,9 +37710,9 @@ 504.0014852514182 ], "relative wind speed": [ - 1.588301983412616, + 1.5883019834126157, 1.3423391174162076, - 1.0430035353788885, + 1.0430035353788882, 0.8938184473991733, 1.0508565411129611, 1.3509731138577934, @@ -46902,10 +37720,10 @@ 1.6816929694808376 ], "relative wind angle": [ - 0.1783343488774376, - 0.29785751380186604, - 0.26717936063563613, - 0.005050804639088211, + 0.1783343488774382, + 0.297857513801866, + 0.26717936063563574, + 0.005050804639088212, 0.27143528298415837, 0.29589614453923185, 0.1736805073550368, @@ -46949,52 +37767,7 @@ "id": "1542", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.88022239966952, - 45.88022239966952, - 45.88022239966952, - 45.88022239966952, - 45.88022239966952, - 45.88022239966952, - 45.88022239966952, - 45.88022239966952 - ], - "relative wind speed": [ - 0.4561508204240763, - 0.4561508204240763, - 0.4561508204240763, - 0.4561508204240763, - 0.4561508204240763, - 0.4561508204240763, - 0.4561508204240763, - 0.4561508204240763 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 16.5625, -43.28125 16.71875, -43.125 16.71875, -43.125 16.5625, -43.28125 16.5625))", @@ -47026,33 +37799,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 391.6349429400278, + 391.6349429400274, 43.62288396206077, - -268.6979916215251, + -268.6979916215252, -393.1378475666051, -320.898556090575, -43.27375377333681, - 313.7369336189947, + 313.73693361899484, 557.8033113283851 ], "relative wind speed": [ - 1.5966662696462592, + 1.5966662696462588, 1.3405911511194166, - 0.9911547855050514, + 0.9911547855050513, 0.7630528353995699, 0.9116828480166381, 1.2583020931136315, - 1.5485867696594413, + 1.5485867696594415, 1.6727997974600863 ], "relative wind angle": [ 0.18316650634224818, - 0.3464543883124602, - 0.3640929363214829, + 0.3464543883124603, + 0.3640929363214832, 0.05760547933221375, 0.32466998617053555, 0.3701674097731149, - 0.2299396904150926, + 0.2299396904150936, 0.026265408153267257 ], "resistance": [ @@ -47106,9 +37879,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 396.7074813966185, - -175.87242051893054, - -586.4123203540535, + 396.70748139661737, + -175.87242051893077, + -586.412320354054, -657.4266230741481, -405.02575169204147, 125.51464569958421, @@ -47118,7 +37891,7 @@ "relative wind speed": [ 2.0686207889065975, 1.7163439310131792, - 1.3516200864814094, + 1.3516200864814092, 1.256098901581248, 1.5311676004768273, 1.9177668522322373, @@ -47126,14 +37899,14 @@ 2.24630401737897 ], "relative wind angle": [ - 0.20682979997883336, - 0.29320894199529807, - 0.206202784677683, - 0.08345203388816619, - 0.2811293712422723, + 0.206829799978835, + 0.2932089419952981, + 0.20620278467768355, + 0.08345203388816617, + 0.2811293712422722, 0.2616444125983571, 0.12669347425576666, - 0.04662785144474315 + 0.04662785144474316 ], "resistance": [ 97031.20748139666, @@ -47186,34 +37959,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 452.1551651202195, - -46.16782268355098, - -447.1921261448175, + 452.1551651202184, + -46.16782268355121, + -447.19212614481785, -559.6126710671876, -403.2021192746579, 26.956678438065865, - 517.2400001023069, + 517.2400001023074, 776.160246300619 ], "relative wind speed": [ - 1.8893892024461116, - 1.5640111816942641, - 1.1725793919248793, + 1.8893892024461112, + 1.564011181694264, + 1.172579391924879, 0.9918233927832122, 1.2254065165233912, 1.6202721106632851, - 1.9226206746758512, + 1.922620674675851, 2.0218058874644576 ], "relative wind angle": [ - 0.20534532068661537, - 0.3356135313072423, + 0.2053453206866159, + 0.33561353130724203, 0.2970473561495209, - 0.02997955789865546, + 0.029979557898655463, 0.31981469032925924, 0.32352696717927326, - 0.17947446072739592, - 0.014705192340408872 + 0.17947446072739467, + 0.014705192340408874 ], "resistance": [ 97086.65516512019, @@ -47266,7 +38039,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 508.7378029527281, + 508.73780295272627, -129.00439075553209, -625.7146886461861, -744.159709905457, @@ -47276,9 +38049,9 @@ 939.2785431170764 ], "relative wind speed": [ - 2.276211291169526, + 2.2762112911695254, 1.9318258444841663, - 1.5525231377059099, + 1.5525231377059097, 1.410835805601654, 1.6487250299512592, 2.041440906080423, @@ -47286,9 +38059,9 @@ 2.430838208533787 ], "relative wind angle": [ - 0.1770475864298475, - 0.26729499613620467, - 0.20806063166159877, + 0.17704758642984814, + 0.2672949961362046, + 0.20806063166159822, 0.040207933449637655, 0.2456170847967052, 0.252619697436605, @@ -47346,19 +38119,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 439.75370806205365, + 439.75370806205274, -197.5096058934214, - -660.1156947679061, + -660.1156947679065, -743.1810317738763, -469.82607533746, 118.85744079347796, - 716.0566917388278, + 716.0566917388269, 907.3465910971281 ], "relative wind speed": [ 2.2623430632758024, 1.908622655673463, - 1.5464648998148507, + 1.5464648998148505, 1.4482136170711033, 1.7124555344138168, 2.0994903313772673, @@ -47366,14 +38139,14 @@ 2.4399543874069622 ], "relative wind angle": [ - 0.18708029244966426, + 0.18708029244966545, 0.26319094322024006, - 0.18301997576603193, - 0.06807654739480855, - 0.24825680127353963, - 0.2387735476100785, - 0.1185917021388111, - 0.04038601506783929 + 0.18301997576603315, + 0.06807654739480853, + 0.2482568012735396, + 0.23877354761007852, + 0.11859170213881204, + 0.040386015067839294 ], "resistance": [ 97074.25370806205, @@ -47382,7 +38155,7 @@ 95891.31896822613, 96164.67392466254, 96753.35744079348, - 97350.55669173884, + 97350.55669173882, 97541.84659109713 ], "fuel": [ @@ -47392,7 +38165,7 @@ 39.205586299726086, 39.34578238097745, 39.648645781862086, - 39.95720796018491, + 39.9572079601849, 40.056324654768865 ] }, @@ -47426,9 +38199,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 427.20911307358176, + 427.2091130735811, 0.7391256613336736, - -358.7468914762225, + -358.7468914762226, -474.86348926037556, -363.9724914401558, -7.95426514634778, @@ -47436,9 +38209,9 @@ 683.2465928265825 ], "relative wind speed": [ - 1.7465319025102666, + 1.7465319025102664, 1.450795661229431, - 1.0737718693206963, + 1.0737718693206961, 0.8674514677349233, 1.0667154127987002, 1.443415188968957, @@ -47446,12 +38219,12 @@ 1.8535866339378257 ], "relative wind angle": [ - 0.199354670558334, - 0.3467698883931445, + 0.19935467055833397, + 0.34676988839314454, 0.3334280577935719, 0.004524890535137893, 0.330213985828223, - 0.3486182759517299, + 0.34861827595172995, 0.20310871811194542, 0.0021175770279235526 ], @@ -47506,34 +38279,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 547.5769424361179, + 547.5769424361172, 113.18463483965763, - -301.771646496078, + -301.77164649607806, -495.3857945998196, - -429.98208292607626, + -429.9820829260762, -100.42404832927366, 355.52336074691857, 697.636929359101 ], "relative wind speed": [ - 1.8070317298197767, + 1.8070317298197762, 1.5340475630730566, 1.1344624923429407, 0.831321554289137, 0.9563727513065732, 1.3515585766983145, - 1.700884289269614, + 1.7008842892696143, 1.8678642845216167 ], "relative wind angle": [ 0.16590373767134792, 0.3457402638232438, - 0.395237404575422, + 0.3952374045754223, 0.11797617313628182, - 0.31733222820129287, + 0.3173322282012928, 0.39482968205382013, - 0.2597169695431122, - 0.05240937105807928 + 0.2597169695431131, + 0.052409371058079274 ], "resistance": [ 97182.07694243615, @@ -47586,19 +38359,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 486.07416954955215, + 486.074169549551, 45.43088259763749, - -358.7864706062096, + -358.78647060620983, -521.2888460777779, -435.1041616929617, - -81.3530639067692, + -81.35306390676931, 374.18615018259607, 684.3686599454786 ], "relative wind speed": [ - 1.9058352904163431, + 1.905835290416343, 1.6384660355656486, - 1.2831504577645112, + 1.283150457764511, 1.0611423411541785, 1.1950266116510375, 1.5413389656556056, @@ -47606,12 +38379,12 @@ 1.9835003626317629 ], "relative wind angle": [ - 0.15297878130135703, - 0.2855053517872115, - 0.2861543814206323, + 0.1529787813013585, + 0.28550535178721154, + 0.286154381420632, 0.04784454439263346, 0.24547896587466306, - 0.304053267447511, + 0.30405326744751104, 0.19730393637881613, 0.025589127428149356 ], @@ -47666,33 +38439,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 599.4725254920927, + 599.4725254920916, 155.18354359402292, - -292.54713921396046, + -292.5471392139608, -521.7053461666035, -475.3102070606576, -148.91169290119433, - 327.54924953293835, + 327.5492495329386, 705.6943966733554 ], "relative wind speed": [ - 1.8881221566668345, + 1.888122156666834, 1.6288340243156958, - 1.2338578532351174, - 0.9139288206578735, + 1.2338578532351172, + 0.9139288206578736, 0.9970953969713325, 1.3806173366973091, 1.7426414740753946, 1.929750921732788 ], "relative wind angle": [ - 0.14220733032524036, + 0.1422073303252411, 0.3187491944066867, - 0.37704380571069657, - 0.14493586987054655, + 0.3770438057106972, + 0.14493586987054732, 0.2717112226265422, 0.37870807502066817, - 0.2637276976222868, + 0.2637276976222864, 0.06845492190717219 ], "resistance": [ @@ -47746,9 +38519,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 26.886700144345696, + 26.88670014434547, -228.02817361291818, - -325.5234712725341, + -325.52347127253427, -262.7907833358439, -30.94611198544237, 262.47631944890315, @@ -47763,17 +38536,17 @@ 1.163611806386536, 1.4212413760764675, 1.52885141719163, - 1.4561619841724691 + 1.456161984172469 ], "relative wind angle": [ - 0.3388662928429771, + 0.3388662928429778, 0.3470490005420215, - 0.044236765422502274, - 0.31557653303377753, - 0.3569589889427887, - 0.21981299508056684, - 0.020712802648888435, - 0.18308687583341895 + 0.044236765422504785, + 0.3155765330337775, + 0.35695898894278844, + 0.21981299508056681, + 0.02071280264888844, + 0.18308687583341834 ], "resistance": [ 96661.38670014439, @@ -47826,34 +38599,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 72.42591227137007, + 72.42591227136984, -191.3017293874439, - -320.3458284285814, + -320.3458284285818, -287.90897316433717, - -88.08803146497291, + -88.08803146497303, 195.09034242035557, 411.31469002661277, - 336.9455299269748 + 336.94552992697425 ], "relative wind speed": [ 1.3130334125787713, 1.0297289168054764, - 0.8190275683074096, + 0.8190275683074094, 0.8852315476442207, 1.154441122398576, 1.4129576800200907, 1.5446633581416982, - 1.5076989602332935 + 1.5076989602332938 ], "relative wind angle": [ - 0.28074994278316395, - 0.3118544660828558, - 0.1015192162142714, + 0.2807499427831648, + 0.31185446608285583, + 0.1015192162142736, 0.22622757688258002, - 0.3206040522113871, + 0.32060405221138744, 0.22551252696630641, 0.05376206265419123, - 0.13208103785193395 + 0.13208103785193567 ], "resistance": [ 96706.92591227138, @@ -47893,52 +38666,7 @@ "id": "1554", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.95886916891581, - 38.95886916891581, - 38.95886916891581, - 38.95886916891581, - 38.95886916891581, - 38.95886916891581, - 38.95886916891581, - 38.95886916891581 - ], - "relative wind speed": [ - 0.42033821372554925, - 0.42033821372554925, - 0.42033821372554925, - 0.42033821372554925, - 0.42033821372554925, - 0.42033821372554925, - 0.42033821372554925, - 0.42033821372554925 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 16.5625, -42.65625 16.71875, -42.5 16.71875, -42.5 16.5625, -42.65625 16.5625))", @@ -47970,33 +38698,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 251.07067990961866, + 251.07067990961787, -48.749307996817606, - -277.470518991675, - -332.5272181200095, + -277.4705189916752, + -332.5272181200096, -221.24201428283544, 44.78345511464727, - 334.6419733196966, + 334.6419733196967, 461.1245325560577 ], "relative wind speed": [ - 1.4256103023849234, + 1.4256103023849231, 1.1592596623770015, - 0.8501062757537663, - 0.7298285781422849, + 0.8501062757537662, + 0.729828578142285, 0.9408016393160447, 1.254427954882762, 1.4814829660613213, 1.544287118813273 ], "relative wind angle": [ - 0.2292994003623234, + 0.22929940036232438, 0.35936848834797125, - 0.3016079199999241, - 0.06933479281093818, - 0.3516250427254193, + 0.30160791999992415, + 0.0693347928109398, + 0.35162504272541933, 0.33101424430388726, - 0.1712934155700851, + 0.17129341557008507, 0.032747159989884284 ], "resistance": [ @@ -48050,32 +38778,32 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 437.756104545689, - -8.574506543657094, - -373.18431014044353, + 437.7561045456886, + -8.574506543657208, + -373.18431014044376, -484.82028155512285, - -355.66526897972676, - 20.640392443901078, + -355.6652689797268, + 20.640392443901305, 464.09960450608617, 722.0075093548443 ], "relative wind speed": [ - 1.7293625849570062, - 1.410762308091794, - 1.0054562156294526, + 1.729362584957006, + 1.4107623080917937, + 1.0054562156294524, 0.7914771516155353, 1.030519480732153, - 1.4361110891867517, + 1.436111089186752, 1.7440536542405294, 1.8510076360966754 ], "relative wind angle": [ - 0.22407980752195597, - 0.38498033422387995, - 0.3714725516019098, - 0.017254149319921242, - 0.38213216595555477, - 0.37783844199749234, + 0.224079807521957, + 0.38498033422387967, + 0.37147255160190984, + 0.01725414931992124, + 0.38213216595555505, + 0.37783844199749267, 0.21082272470394137, 0.007377447279035742 ], @@ -48130,19 +38858,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 403.54437529377833, + 403.5443752937774, 16.93720054754442, - -310.00149655629457, + -310.0014965562946, -421.29410780063233, -323.02169334219354, -4.781953757023302, - 383.9433702430367, + 383.9433702430372, 630.6767792963992 ], "relative wind speed": [ - 1.6233682252918307, + 1.6233682252918302, 1.3343688928003041, - 0.95395740607986, + 0.9539574060798599, 0.7305737104567832, 0.9338519889907333, 1.3141018187933482, @@ -48150,13 +38878,13 @@ 1.7244320763133885 ], "relative wind angle": [ - 0.2133147387191355, + 0.21331473871913603, 0.38162096748455454, 0.3859749128236564, - 0.014964991854950037, - 0.37686937187492764, + 0.014964991854950038, + 0.3768693718749276, 0.38781776448158406, - 0.22472187437830232, + 0.22472187437830182, 0.0063398813685982955 ], "resistance": [ @@ -48210,37 +38938,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 461.55551734846836, + 461.55551734846745, -13.865725470172947, - -402.9785473744797, + -402.9785473744799, -521.1927447814817, - -383.63028237127577, + -383.6302823712758, 18.363789608459115, - 490.517597286856, + 490.5175972868567, 763.3983390769679 ], "relative wind speed": [ - 1.8017337775665754, + 1.8017337775665752, 1.476807960651538, 1.067214779242101, 0.8547510671243698, 1.0932165737044954, 1.5034644424138413, - 1.8172560901572874, + 1.8172560901572876, 1.926335301938961 ], "relative wind angle": [ - 0.21760864616606038, + 0.2176086461660614, 0.3712994846028749, - 0.35283434664807756, + 0.35283434664807856, 0.016711744639414418, - 0.36378890370726646, - 0.36440533495248617, - 0.20435477782481742, + 0.3637889037072668, + 0.3644053349524862, + 0.20435477782481745, 0.007415037017053448 ], "resistance": [ - 97096.05551734848, + 97096.05551734846, 96620.63427452983, 96231.52145262551, 96113.30725521852, @@ -48290,19 +39018,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 448.9293524663299, + 448.9293524663292, 7.9683936685922845, - -363.5380645481633, + -363.5380645481635, -485.7170221476268, - -371.47948162756734, + -371.4794816275674, -5.2577701240007855, 437.05119132845266, 712.8062545421976 ], "relative wind speed": [ - 1.753318584973547, + 1.7533185849735466, 1.4480425300646098, - 1.0535573128321392, + 1.053557312832139, 0.8316691118106612, 1.0425635237197481, 1.436745486343584, @@ -48310,17 +39038,17 @@ 1.8626301967552885 ], "relative wind angle": [ - 0.20692829756646575, - 0.3639717539156544, + 0.2069282975664663, + 0.36397175391565445, 0.3576071511371401, - 0.007272123784104594, - 0.35279387588639993, - 0.3669688101933576, + 0.007272123784104595, + 0.35279387588640027, + 0.36696881019335764, 0.21272651796610548, 0.0032469988189865696 ], "resistance": [ - 97083.42935246631, + 97083.4293524663, 96642.46839366856, 96270.9619354518, 96148.78297785234, @@ -48330,7 +39058,7 @@ 97347.30625454217 ], "fuel": [ - 39.13673156991915, + 39.136731569919135, 38.90920505602145, 38.71807716784429, 38.65533232436147, @@ -48370,11 +39098,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 434.98835907009345, + 434.988359070093, 67.12906129732892, -276.18633010134965, -425.37549962889153, - -360.6593636341077, + -360.65936363410776, -73.35885849729357, 309.6008126548071, 583.5476412269653 @@ -48390,11 +39118,11 @@ 1.7485953801126344 ], "relative wind angle": [ - 0.16448884667702368, - 0.3245024827702021, - 0.34966006931999294, - 0.07989882230962789, - 0.29096214427886125, + 0.16448884667702438, + 0.32450248277020205, + 0.349660069319993, + 0.07989882230962787, + 0.2909621442788613, 0.3571072570883701, 0.23203525582347082, 0.03820039726024202 @@ -48450,33 +39178,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 416.0420235366561, + 416.04202353665517, 98.140916950995, - -218.83832977803803, - -376.6522965982785, + -218.83832977803814, + -376.6522965982783, -339.34621556416806, -102.22504771587069, - 237.57893625381269, + 237.5789362538129, 501.4808657900138 ], "relative wind speed": [ - 1.6097199330234846, + 1.6097199330234844, 1.39063656735048, - 1.0643008628562198, - 0.8106110859027852, + 1.0643008628562196, + 0.8106110859027851, 0.8863176928374166, 1.2012024196435196, - 1.4980056704609894, + 1.4980056704609896, 1.6491412864946653 ], "relative wind angle": [ - 0.1413313165511654, + 0.14133131655116699, 0.30745165501246297, - 0.35348031325449214, - 0.12390309850425837, + 0.3534803132544922, + 0.12390309850425657, 0.25870682798281514, - 0.35795200885089457, - 0.24849227451781764, + 0.3579520088508946, + 0.24849227451781808, 0.06078445498072202 ], "resistance": [ @@ -48530,9 +39258,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 608.3354855689538, + 608.3354855689511, 146.21996945710453, - -331.64433435842056, + -331.6443343584208, -578.0452394701359, -534.491873339156, -190.90398581836178, @@ -48540,7 +39268,7 @@ 708.3227627835115 ], "relative wind speed": [ - 2.081502110698341, + 2.0815021106983407, 1.8399797441152477, 1.4828871641666872, 1.2116166692517703, @@ -48550,14 +39278,14 @@ 2.1179040954535653 ], "relative wind angle": [ - 0.11280411188262508, + 0.11280411188262805, 0.24959096124661537, - 0.2790429817848477, + 0.27904298178484854, 0.10180246859807283, 0.18509184144898475, 0.2875591345951517, 0.21238198636579786, - 0.05817170763039053 + 0.058171707630390534 ], "resistance": [ 97242.83548556898, @@ -48610,19 +39338,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 636.647543962727, + 636.6475439627263, 277.1582654728693, - -176.62257082782503, + -176.62257082782526, -483.6509757091278, -520.1857529492028, -294.57138881021433, - 137.6208760244483, + 137.62087602444853, 552.7918278641569 ], "relative wind speed": [ - 2.007927527333986, + 2.0079275273339854, 1.8343195609276506, - 1.5143412373601137, + 1.5143412373601133, 1.2020590063672119, 1.147514990162266, 1.4084869030526588, @@ -48632,11 +39360,11 @@ "relative wind angle": [ 0.06037102704914343, 0.2147167004537124, - 0.2890039841002493, - 0.18364372475245633, - 0.10577047671305338, + 0.28900398410024897, + 0.1836437247524563, + 0.1057704767130534, 0.28117949714993445, - 0.24948846339474814, + 0.2494884633947477, 0.11133249310971878 ], "resistance": [ @@ -48690,9 +39418,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 738.6876758258502, + 738.6876758258488, 300.59751622362614, - -239.5875653898313, + -239.5875653898322, -594.0317522001135, -625.2144876288247, -341.47407029798546, @@ -48702,7 +39430,7 @@ "relative wind speed": [ 2.243759232169718, 2.0510482449300693, - 1.7105927093715463, + 1.7105927093715458, 1.3937865770211149, 1.3536811698628466, 1.6309841503084481, @@ -48710,7 +39438,7 @@ 2.219068989306969 ], "relative wind angle": [ - 0.06310194356604193, + 0.06310194356604369, 0.20413182032875318, 0.26408760798322367, 0.15537052813617178, @@ -48770,33 +39498,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 706.1171694639252, + 706.1171694639249, 218.09439263149739, - -311.6621627240561, + -311.6621627240562, -610.6089054290541, - -588.9079464070376, + -588.9079464070379, -242.63813935299936, - 300.1073674757258, + 300.10736747572605, 755.8108282158476 ], "relative wind speed": [ - 2.1300210628277947, + 2.1300210628277942, 1.8874216338071097, 1.5031511937712234, 1.179626352593973, - 1.2111793425303863, + 1.2111793425303865, 1.5625571042682844, 1.9350663080438695, 2.1476561168232275 ], "relative wind angle": [ - 0.10556281305579072, + 0.10556281305579074, 0.2608568465206485, - 0.3137961945808062, - 0.1440901526394446, - 0.1863789140517969, - 0.3168018436673357, - 0.24213390793989667, + 0.3137961945808066, + 0.14409015263944464, + 0.1863789140517987, + 0.31680184366733577, + 0.2421339079398962, 0.07895169555560565 ], "resistance": [ @@ -48850,17 +39578,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 743.4380091290479, + 743.4380091290438, 400.8860826733371, - -106.64277701398441, + -106.64277701398464, -501.6188916868118, -594.8742856202294, -413.9246688517957, - 39.13943246752365, + 39.13943246752342, 528.220837345026 ], "relative wind speed": [ - 2.1893298776153403, + 2.18932987761534, 2.0523991458528266, 1.749119912281711, 1.4176621247817245, @@ -48870,17 +39598,17 @@ 2.112262146186222 ], "relative wind angle": [ - 0.023118974478821913, - 0.1723368545297701, - 0.25850081051463275, - 0.19909009671025613, - 0.03907716376796553, + 0.02311897447882671, + 0.17233685452977007, + 0.2585008105146332, + 0.1990900967102561, + 0.039077163767965536, 0.2363600368467787, - 0.24449219302050676, - 0.13313292004053748 + 0.2444921930205068, + 0.13313292004053745 ], "resistance": [ - 97377.93800912907, + 97377.93800912905, 97035.38608267336, 96527.85722298603, 96132.8811083132, @@ -48930,19 +39658,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 615.4513107993414, + 615.45131079934, 178.65745668889258, - -286.84877807843645, + -286.848778078437, -542.3967446340641, - -515.467343869176, + -515.4673438691761, -201.24266436566688, 280.3956783571707, 677.1235413265604 ], "relative wind speed": [ - 1.9961814243493765, + 1.9961814243493763, 1.7620806202453432, - 1.3979528358526545, + 1.3979528358526543, 1.0985495000318228, 1.140349648789642, 1.4765532459643815, @@ -48950,11 +39678,11 @@ 2.01948671607218 ], "relative wind angle": [ - 0.1113729723416267, + 0.1113729723416287, 0.26575754914932376, - 0.3146377827509711, + 0.3146377827509722, 0.13608404212333344, - 0.19580430526769618, + 0.1958043052676968, 0.31880096488201104, 0.2393256170336431, 0.07386514532835373 @@ -49010,9 +39738,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 778.6988493003064, + 778.698849300305, 623.5002099201165, - 108.00988872094831, + 108.00988872094763, -405.9749795223013, -648.7624202662662, -581.4401619847673, @@ -49020,7 +39748,7 @@ 369.3292874544047 ], "relative wind speed": [ - 2.305336705689517, + 2.3053367056895167, 2.25281018916434, 1.9997803511646748, 1.6482735104514052, @@ -49032,12 +39760,12 @@ "relative wind angle": [ 0.04121766177905168, 0.1116112827060311, - 0.2268885301937167, + 0.22688853019371769, 0.23591699973160504, - 0.06757123535056675, - 0.1692574795120644, + 0.06757123535056674, + 0.16925747951206443, 0.25043515549280176, - 0.18106348346549314 + 0.18106348346549317 ], "resistance": [ 97413.19884930032, @@ -49090,9 +39818,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 841.2906805183438, + 841.2906805182924, 501.69023927170383, - -61.01092166636863, + -61.01092166636886, -533.7694275907827, -669.5879941250971, -516.7851367190735, @@ -49100,9 +39828,9 @@ 526.2480758437732 ], "relative wind speed": [ - 2.387638645959007, + 2.3876386459590067, 2.2724293534061286, - 1.9788721524014923, + 1.978872152401492, 1.6394753324760492, 1.4829519916451386, 1.6540948421960113, @@ -49110,17 +39838,17 @@ 2.2829992438465223 ], "relative wind angle": [ - 0.0036842120466771783, + 0.0036842120467374478, 0.1439904552710675, - 0.23062798972872925, + 0.23062798972872922, 0.1924906623193342, 0.005931816268625123, - 0.1984338720877151, + 0.19843387208771507, 0.22861316892610065, 0.13781584445842038 ], "resistance": [ - 97475.79068051834, + 97475.79068051829, 97136.1902392717, 96573.48907833363, 96100.73057240921, @@ -49130,7 +39858,7 @@ 97160.74807584377 ], "fuel": [ - 40.01349459612055, + 40.01349459612052, 39.837708104119955, 39.547383204108975, 39.30437486276405, @@ -49170,37 +39898,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 737.2921927954824, + 737.2921927954797, 601.981622145435, - 116.4181413917538, - -372.38543278582915, + 116.41814139175335, + -372.3854327858289, -609.3281729066873, -550.5449854425032, - -179.81043204454613, + -179.8104320445459, 343.36980840671504 ], "relative wind speed": [ - 2.2109416304561713, + 2.210941630456171, 2.1633670017424786, 1.9160872085988265, - 1.5661688614378526, + 1.5661688614378524, 1.3184933792419868, 1.3951813144394174, 1.7190978719762007, 2.042988688625467 ], "relative wind angle": [ - 0.04598124296300617, + 0.04598124296300859, 0.11313382608398692, - 0.2354665950985985, - 0.25031154324600513, + 0.23546659509859946, + 0.25031154324600424, 0.07715391032001388, - 0.17595780991999757, - 0.26305318815862616, + 0.1759578099199976, + 0.2630531881586257, 0.19105309666040712 ], "resistance": [ - 97371.79219279552, + 97371.7921927955, 97236.48162214547, 96750.91814139178, 96262.1145672142, @@ -49210,7 +39938,7 @@ 96977.86980840674 ], "fuel": [ - 39.72993209884359, + 39.72993209884358, 39.65989257379768, 39.40911586185109, 39.15755187314178, @@ -49250,9 +39978,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 853.7863223778922, + 853.7863223778913, 479.8046506849889, - -95.35886336035787, + -95.35886336035878, -555.6864284867069, -674.4129126136978, -487.0235715704074, @@ -49260,9 +39988,9 @@ 579.5482704764013 ], "relative wind speed": [ - 2.3307007240481594, + 2.330700724048159, 2.194184304345994, - 1.8757391183722403, + 1.8757391183722398, 1.5176397338648642, 1.3714125575811098, 1.5806623632931422, @@ -49272,11 +40000,11 @@ "relative wind angle": [ 0.016005976365357524, 0.16740816504647776, - 0.25863900302798276, - 0.20763504515541795, - 0.027204176619857925, + 0.2586390030279824, + 0.20763504515541792, + 0.027204176619857922, 0.2334161938122433, - 0.24884300543902257, + 0.2488430054390226, 0.14023696654525863 ], "resistance": [ @@ -49330,9 +40058,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 807.2184696314052, + 807.218469631408, 419.8087793054233, - -145.7545815082467, + -145.7545815082476, -578.9169354503531, -673.229935170162, -461.75995101672424, @@ -49340,24 +40068,24 @@ 588.9184601814745 ], "relative wind speed": [ - 2.4048041035697416, + 2.404804103569741, 2.2610784103675816, 1.9558226660594884, 1.635673176969626, 1.528586033086794, 1.7341229654391574, - 2.0722972122796097, + 2.07229721227961, 2.333287658055898 ], "relative wind angle": [ - 0.024814852232810228, - 0.15637289019851316, - 0.226030733524771, + 0.024814852232805752, + 0.15637289019851314, + 0.22603073352477246, 0.16443274327432753, 0.03904516772596035, 0.20448270919634767, - 0.21312448565424819, - 0.11500466466894975 + 0.21312448565424927, + 0.11500466466894976 ], "resistance": [ 97441.71846963145, @@ -49410,14 +40138,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 702.4332526688227, + 702.4332526688208, 277.0720711886479, -229.80299466440556, -552.8051802325925, -572.525394227043, -292.77294064405953, 202.34389011087546, - 657.2562229185612 + 657.2562229185605 ], "relative wind speed": [ 2.08858981578482, @@ -49427,17 +40155,17 @@ 1.165329517043219, 1.4728195379725217, 1.839870475282553, - 2.072075737392094 + 2.0720757373920944 ], "relative wind angle": [ - 0.07775341034086186, + 0.07775341034086473, 0.2372629651389972, - 0.3086191742039016, - 0.17969935650561952, + 0.30861917420390156, + 0.17969935650561955, 0.1396686967863151, 0.3054556913040278, - 0.2550281162369533, - 0.10321411419412162 + 0.25502811623695326, + 0.10321411419412377 ], "resistance": [ 97336.93325266884, @@ -49490,34 +40218,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 918.9818726791623, + 918.9818726791536, 468.54829007390435, - -175.52611265162273, - -661.2346738311401, + -175.52611265162363, + -661.2346738311403, -761.9459242852408, -510.6738092902833, 75.000310508045, 686.262333406492 ], "relative wind speed": [ - 2.5274123296346254, + 2.527412329634625, 2.366591067114718, - 2.03161722982716, - 1.6825543542080488, + 2.0316172298271598, + 1.6825543542080486, 1.5718699358206814, 1.8049473400016016, 2.175113700613246, 2.455116906434716 ], "relative wind angle": [ - 0.029156172964644136, + 0.029156172964651752, 0.16562001235514542, - 0.23755682517640134, - 0.1707892627943892, - 0.04689079972707341, + 0.2375568251764018, + 0.17078926279438852, + 0.04689079972707342, 0.217884299280291, 0.2216132195669378, - 0.11674305573502361 + 0.11674305573502362 ], "resistance": [ 97553.4818726792, @@ -49570,9 +40298,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 811.0105373951394, + 811.010537395138, 311.4698580712395, - -288.2812146754452, + -288.2812146754454, -669.8892138494768, -692.0468907813226, -360.6081311116891, @@ -49580,7 +40308,7 @@ 760.0811113779807 ], "relative wind speed": [ - 2.36277072106417, + 2.3627707210641695, 2.1508042909937326, 1.787371892853065, 1.4585322108012078, @@ -49591,13 +40319,13 @@ ], "relative wind angle": [ 0.0696251035392771, - 0.20927136928237405, - 0.26465188268363654, - 0.14750527148636797, + 0.20927136928237403, + 0.264651882683637, + 0.147505271486368, 0.11508456961307863, 0.26066675559856695, 0.22381683858411894, - 0.09149493877177382 + 0.09149493877177381 ], "resistance": [ 97445.51053739515, @@ -49650,19 +40378,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 637.1940901965881, + 637.1940901965863, 224.56052718879118, - -250.92211424927996, - -539.4539003799835, + -250.9221142492804, + -539.4539003799836, -542.2504103071907, -259.9752149243275, 213.86020917250357, 630.7760741921029 ], "relative wind speed": [ - 2.0748115582929487, + 2.0748115582929483, 1.8708745060283765, - 1.533743655473742, + 1.5337436554737418, 1.238468525991471, 1.234495825105212, 1.5259919814079266, @@ -49670,13 +40398,13 @@ 2.072442678280083 ], "relative wind angle": [ - 0.08242035874758706, - 0.2261975798167559, + 0.08242035874758842, + 0.22619757981675592, 0.27912820356619045, - 0.14424288701873467, + 0.1442428870187347, 0.1388121047766571, - 0.27854877823398705, - 0.22862519247662125, + 0.278548778233987, + 0.22862519247662122, 0.08600532803954129 ], "resistance": [ @@ -49730,34 +40458,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 625.5797934717034, - 170.75946347994227, - -315.98641634595344, - -580.5925600687326, + 625.5797934717007, + 170.75946347994204, + -315.98641634595356, + -580.5925600687328, -551.1238015373916, - -220.2004249352483, + -220.20042493524852, 283.85674554401726, 693.2734392420534 ], "relative wind speed": [ - 2.121427625573897, - 1.8923834646613753, - 1.5442687605571994, - 1.2697294093572409, + 2.1214276255738964, + 1.892383464661375, + 1.5442687605571992, + 1.269729409357241, 1.3099643839988837, 1.6233750893031114, 1.9574718013449917, 2.145751403333337 ], "relative wind angle": [ - 0.10037183166322618, - 0.23442610864405194, - 0.268098618706975, - 0.10964968883343912, - 0.16299558827229516, - 0.2741996674066273, + 0.10037183166322838, + 0.23442610864405147, + 0.2680986187069754, + 0.10964968883344116, + 0.16299558827229513, + 0.2741996674066274, 0.21053283646774887, - 0.06479963299449933 + 0.06479963299449931 ], "resistance": [ 97260.07979347168, @@ -49810,31 +40538,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 590.6277458476518, + 590.6277458476497, 137.69736871444752, - -317.7408546349427, + -317.74085463494293, -545.6865105263123, - -494.49935384727803, + -494.4993538472779, -156.0358912431809, 330.3214539514661, 707.8940830705308 ], "relative wind speed": [ - 1.958838803295233, + 1.9588388032952326, 1.703446782268881, - 1.3252514400684354, + 1.3252514400684352, 1.0352360770233289, - 1.1175930864218564, + 1.1175930864218566, 1.4779488570619845, 1.8247663918182977, 2.0035842954421406 ], "relative wind angle": [ - 0.1330098612403023, + 0.13300986124030398, 0.28921386273575944, - 0.3282767704530798, - 0.1146601683232712, - 0.2345893035553697, + 0.3282767704530801, + 0.11466016832327121, + 0.23458930355537064, 0.33494053818600356, 0.23634885722607643, 0.05914875307206149 @@ -49890,17 +40618,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 581.4349614273548, + 581.4349614273543, 147.68486432894736, -292.80260396069434, -518.9141388037408, - -474.94939688257955, + -474.9493968825796, -155.1083368679383, 312.19053275016415, 682.0860295009408 ], "relative wind speed": [ - 1.9018509612107026, + 1.9018509612107024, 1.651403460398463, 1.2728538639125029, 0.9718845444748435, @@ -49914,9 +40642,9 @@ 0.2992319183808421, 0.3484177117533694, 0.131835885986873, - 0.24494599509445888, + 0.24494599509445936, 0.35270610470231173, - 0.2496833540208245, + 0.24968335402082448, 0.06585897616150019 ], "resistance": [ @@ -49970,10 +40698,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 558.3993490764392, + 558.3993490764387, 3.502599127243684, - -496.09386480768603, - -676.0856742138559, + -496.09386480768626, + -676.0856742138541, -557.3926740521965, -98.50385625753643, 469.8072972332802, @@ -49983,20 +40711,20 @@ 2.30760653681188, 2.0301908848467334, 1.6871104887086839, - 1.4987064934895247, + 1.4987064934895244, 1.634813200749398, 1.9687526764849483, 2.2696520281687578, 2.3982370559337425 ], "relative wind angle": [ - 0.12853088692451067, + 0.12853088692451156, 0.22342323070001033, - 0.20314121443360264, - 0.021038037053953604, - 0.18192948282862018, + 0.20314121443360317, + 0.021038037053948327, + 0.18192948282862015, 0.23051968421565144, - 0.15053332704393016, + 0.1505333270439302, 0.013146500693621041 ], "resistance": [ @@ -50050,7 +40778,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 473.44078071904505, + 473.4407807190439, -34.454317788706476, -474.3196671732926, -611.75741751785, @@ -50062,7 +40790,7 @@ "relative wind speed": [ 2.214351239856206, 1.9462681548393481, - 1.629708090422694, + 1.6297080904226937, 1.473239441274053, 1.6173512995338182, 1.9316358116929513, @@ -50070,11 +40798,11 @@ 2.312734785536587 ], "relative wind angle": [ - 0.13202898136016303, + 0.13202898136016472, 0.2173776510383224, - 0.1864539055165504, + 0.1864539055165498, 0.005086691429921042, - 0.18122949784469894, + 0.1812294978446989, 0.2190510558216812, 0.1374255683620418, 0.0032402743642627346 @@ -50130,34 +40858,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 500.0056246776062, + 500.00562467760506, 131.0930888958958, - -255.06714065158246, - -459.66280706428, + -255.06714065158258, + -459.6628070642802, -429.7689788441827, -159.21497865466245, 244.71293108770124, 568.5489537057895 ], "relative wind speed": [ - 1.8450691499171894, - 1.6289440331122735, + 1.845069149917189, + 1.6289440331122738, 1.302329802941295, - 1.0454292755064072, + 1.0454292755064074, 1.0942342427215632, 1.395768635164328, 1.7045720372842736, 1.8731541249546764 ], "relative wind angle": [ - 0.11296780149166534, - 0.2578768796715538, - 0.295700290029592, - 0.11627531629253045, + 0.11296780149166633, + 0.25787687967155426, + 0.29570029002959236, + 0.11627531629253236, 0.1912420631240337, 0.30221223685455384, 0.22452507848511927, - 0.06479381437499579 + 0.06479381437499578 ], "resistance": [ 97134.50562467761, @@ -50210,9 +40938,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 531.9165270336102, + 531.9165270336089, 138.99193183876446, - -281.113545808039, + -281.1135458080396, -507.2895732406529, -480.2882534871287, -192.3860297212358, @@ -50222,7 +40950,7 @@ "relative wind speed": [ 2.0145025639509173, 1.8060614017225893, - 1.493783180651126, + 1.4937831806511257, 1.253174730793047, 1.2908153906965893, 1.5692568834425562, @@ -50230,14 +40958,14 @@ 2.0381310181452474 ], "relative wind angle": [ - 0.09556492855086164, + 0.09556492855086397, 0.21970887009922396, - 0.24646142210718155, + 0.246461422107182, 0.09732977234628408, 0.14947182783664648, 0.2535416865977895, 0.1962549996196828, - 0.05978580580878918 + 0.05978580580878917 ], "resistance": [ 97166.41652703364, @@ -50290,34 +41018,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 723.768349939359, + 723.7683499393579, 238.7527939973877, - -296.7191580381034, + -296.7191580381037, -607.2326370574684, -594.326285224117, -255.8427530546693, 287.38644214840906, - 753.3077939913612 + 753.3077939913617 ], "relative wind speed": [ - 2.125911646889647, + 2.1259116468896466, 1.8868141176736555, - 1.4993255713899933, + 1.4993255713899931, 1.16268397378887, 1.1817726420364256, 1.5349330256379883, 1.9152309883726493, - 2.1364112162552713 + 2.136411216255271 ], "relative wind angle": [ - 0.1021149264856604, + 0.10211492648566149, 0.26282402396540266, - 0.32345512396877346, + 0.3234551239687735, 0.15869273691830332, - 0.18442087611333602, + 0.18442087611333605, 0.32506393198405226, 0.25146415524882787, - 0.08610856384261531 + 0.08610856384261274 ], "resistance": [ 97358.26834993938, @@ -50370,34 +41098,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 511.5333212811348, + 511.5333212811339, 82.89452102879966, - -317.0499233462582, - -492.0565029046238, - -417.19454872218506, + -317.0499233462583, + -492.0565029046239, + -417.194548722185, -83.74916797792866, - 362.39850376025504, + 362.3985037602548, 683.3875129314196 ], "relative wind speed": [ - 1.8029386558540794, + 1.8029386558540792, 1.5293902674272701, 1.143457284088725, - 0.8719116166588626, + 0.8719116166588627, 1.008871025155703, 1.3890190610896511, 1.720730653424896, 1.8730132607397527 ], "relative wind angle": [ - 0.16812571731529607, + 0.1681257173152974, 0.3340263175965906, - 0.3642978100924716, - 0.0858359779207082, - 0.3036880876502104, - 0.3693198248807164, - 0.2390332329647122, - 0.03991929759504149 + 0.36429781009247225, + 0.08583597792070949, + 0.30368808765021, + 0.36931982488071635, + 0.2390332329647127, + 0.039919297595041495 ], "resistance": [ 97146.03332128115, @@ -50450,9 +41178,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 642.9798909383097, + 642.9798909383084, 210.74501587390557, - -264.65398029360836, + -264.6539802936087, -539.1662880329651, -526.3726851620706, -224.20621121322688, @@ -50460,9 +41188,9 @@ 672.2572497803241 ], "relative wind speed": [ - 1.998002786571522, + 1.9980027865715215, 1.7708396700986409, - 1.4033610407276027, + 1.4033610407276025, 1.0844138916467727, 1.1046584026997308, 1.4409761221504058, @@ -50470,8 +41198,8 @@ 2.009062426458219 ], "relative wind angle": [ - 0.10391433495996572, - 0.2660044563733869, + 0.10391433495996678, + 0.26600445637338693, 0.3272457402230707, 0.15967903294819308, 0.18873087496100202, @@ -50530,9 +41258,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 537.003946798168, + 537.0039467981674, 134.46311825847465, - -271.0909314687859, + -271.09093146878615, -477.2477444406886, -434.12727141527137, -136.64797853401046, @@ -50540,9 +41268,9 @@ 635.7280075478718 ], "relative wind speed": [ - 1.8139104565210693, + 1.813910456521069, 1.5691910288182647, - 1.1999122296213292, + 1.199912229621329, 0.906402815024847, 0.9848032391528687, 1.3408012825168134, @@ -50550,13 +41278,13 @@ 1.8543307420839166 ], "relative wind angle": [ - 0.13889015247581463, + 0.13889015247581543, 0.308224173822099, - 0.3594657829833478, - 0.1337789225555746, + 0.35946578298334814, + 0.13377892255557464, 0.25784798264965514, - 0.36295897032083224, - 0.2540660838630381, + 0.3629589703208322, + 0.25406608386303803, 0.06524296714977533 ], "resistance": [ @@ -50610,19 +41338,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 467.8152325014644, + 467.8152325014637, 114.80993898520853, - -241.0734083432792, + -241.0734083432793, -421.3736794687167, - -383.19582316103657, + -383.1958231610366, -121.4481799321394, 257.71202993823374, 555.2336723201624 ], "relative wind speed": [ - 1.71091734642246, + 1.7109173464224599, 1.4834110813706813, - 1.1420986531876172, + 1.142098653187617, 0.8739652596071278, 0.9462807260867203, 1.2736471028189666, @@ -50630,14 +41358,14 @@ 1.74896257931733 ], "relative wind angle": [ - 0.13621760615316905, - 0.300625655505601, - 0.34744140427872017, + 0.1362176061531707, + 0.30062565550560094, + 0.34744140427871983, 0.1269941472545581, - 0.24806278119586558, - 0.35211855248086676, + 0.24806278119586606, + 0.3521185524808667, 0.2475735809868768, - 0.06333149465652363 + 0.06333149465652362 ], "resistance": [ 97102.31523250147, @@ -50690,19 +41418,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 554.5171475357378, + 554.5171475357357, 238.10264855699813, - -157.27743705351168, + -157.27743705351202, -422.2565938096619, -451.51874980720146, -251.43118043454035, - 126.6107264248659, + 126.61072642486567, 487.3914585364424 ], "relative wind speed": [ - 1.8641793735516243, + 1.8641793735516239, 1.6986838898309469, - 1.3961446219231444, + 1.3961446219231441, 1.1021430539069927, 1.054649659018191, 1.3045779710202512, @@ -50710,13 +41438,13 @@ 1.8364997491878619 ], "relative wind angle": [ - 0.06358412300495225, - 0.22017777791726859, - 0.2952267983225075, + 0.063584123004954, + 0.2201777779172686, + 0.29522679832250787, 0.18568821939913183, 0.11255189536932902, - 0.28836123639555966, - 0.25277693232440773, + 0.2883612363955597, + 0.2527769323244078, 0.11102618803896452 ], "resistance": [ @@ -50770,34 +41498,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 476.9788796888306, + 476.97887968882947, 95.71297780931604, - -280.973299750152, - -461.57157764221876, - -411.4843511981584, + -280.97329975015236, + -461.57157764221887, + -411.4843511981583, -121.12391649316965, 285.51947499541825, 591.8724914887302 ], "relative wind speed": [ - 1.8109011418368315, + 1.8109011418368313, 1.5762005866619466, - 1.2388340384425158, - 0.9932713181291248, + 1.2388340384425156, + 0.993271318129125, 1.077555127580115, 1.398599195297449, 1.7046343372337496, 1.8584671337051317 ], "relative wind angle": [ - 0.1334539996738736, - 0.2786932739050532, - 0.305212800306568, - 0.09361556241893979, - 0.22551971437689178, + 0.13345399967387528, + 0.2786932739050533, + 0.3052128003065684, + 0.09361556241894096, + 0.22551971437689175, 0.3152279004710539, 0.2201581868624726, - 0.049981278428198425 + 0.04998127842819842 ], "resistance": [ 97111.47887968882, @@ -50850,17 +41578,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 570.5085799182036, + 570.5085799182029, 205.10529357950213, - -212.29102065210748, - -465.22630042036377, + -212.2910206521076, + -465.2263004203638, -467.22012289005477, -218.62891460279536, - 197.5736355502529, + 197.57363555025267, 565.9438483968029 ], "relative wind speed": [ - 1.8851027586118834, + 1.8851027586118831, 1.6858941383775619, 1.3525076882590432, 1.0526660507174836, @@ -50870,13 +41598,13 @@ 1.883264259681693 ], "relative wind angle": [ - 0.09084550169782994, - 0.25092986428121744, - 0.316528488734219, - 0.16871591992282173, + 0.09084550169783118, + 0.2509298642812174, + 0.31652848873421974, + 0.16871591992282176, 0.16370188858658088, 0.31617716475630947, - 0.25314889121668693, + 0.2531488912166874, 0.09399674253939942 ], "resistance": [ @@ -50930,19 +41658,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 889.5889891301858, + 889.5889891297593, 543.5731453310732, - -51.31370415717993, + -51.313704157181064, -561.0819943331571, -713.7251039892092, -564.8269419918495, - -57.54887262036368, + -57.548872620364136, 538.1699975096763 ], "relative wind speed": [ 2.503528496464389, 2.3935575505085795, - 2.101992459286383, + 2.1019924592863823, 1.761600264969137, 1.5981541339077958, 1.7585885876859282, @@ -50950,17 +41678,17 @@ 2.3913418983483914 ], "relative wind angle": [ - 0.0007300372586166932, - 0.13359034780060453, - 0.21706157328214087, + 0.000730037259072926, + 0.13359034780060455, + 0.2170615732821414, 0.1834700229466376, - 0.0011436126705895312, + 0.001143612670589531, 0.18229307194220687, - 0.21743672048252977, + 0.2174367204825303, 0.13480554501527958 ], "resistance": [ - 97524.08898913018, + 97524.08898912974, 97178.07314533106, 96583.18629584281, 96073.41800566683, @@ -50970,7 +41698,7 @@ 97172.66999750966 ], "fuel": [ - 40.20562606751282, + 40.20562606751258, 40.02646073137682, 39.71947258012228, 39.45745709711593, @@ -51010,9 +41738,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 838.9579399791373, + 838.9579399791364, 451.9951873495306, - -127.88628902179198, + -127.88628902179266, -581.7322506064581, -688.6536500472964, -485.1894249282416, @@ -51020,9 +41748,9 @@ 591.527181065298 ], "relative wind speed": [ - 2.415010407868059, + 2.4150104078680585, 2.2748911012791093, - 1.965261912882843, + 1.9652619128828428, 1.6317825559763595, 1.5096965264622462, 1.7135721022018129, @@ -51032,11 +41760,11 @@ "relative wind angle": [ 0.020420849299357217, 0.15671552706440892, - 0.23249480606237394, - 0.17575140274929477, - 0.03267008207888815, + 0.23249480606237488, + 0.1757514027492948, + 0.032670082078888156, 0.20871263602868034, - 0.2214707545643422, + 0.22147075456434218, 0.12253555744158112 ], "resistance": [ @@ -51090,34 +41818,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 752.6749703663882, + 752.6749703663841, 569.8082553906747, - 66.47932307133487, + 66.47932307133419, -420.81438953493694, - -633.6342408372864, + -633.6342408372851, -554.5844805760777, -156.24084464986004, 376.74499211223883 ], "relative wind speed": [ - 2.3324339389386144, + 2.332433938938614, 2.2707856054046798, 2.023017270770104, 1.6946511702752483, - 1.486371715504893, + 1.4863717155048928, 1.5789495528523252, 1.885987825605334, 2.1857965063679616 ], "relative wind angle": [ - 0.030094528835647713, - 0.11019100862871122, - 0.21081580683594034, - 0.20740686642109496, - 0.047235163125765554, + 0.030094528835651405, + 0.11019100862871123, + 0.21081580683594137, + 0.20740686642109493, + 0.04723516312576084, 0.15881886176587798, - 0.22639057139115987, - 0.16033855306821235 + 0.2263905713911599, + 0.16033855306821237 ], "resistance": [ 97387.17497036638, @@ -51170,9 +41898,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 720.8791520938671, + 720.8791520938662, 348.4070284252052, - -165.99923502495494, + -165.99923502495517, -541.872427848665, -609.7541114720302, -392.56350699821223, @@ -51180,9 +41908,9 @@ 563.9859151870005 ], "relative wind speed": [ - 2.2795436160086884, + 2.279543616008688, 2.128432246833713, - 1.828932991085591, + 1.8289329910855905, 1.5280463741759267, 1.4462706316187983, 1.6606607142361722, @@ -51191,11 +41919,11 @@ ], "relative wind angle": [ 0.03524816092074593, - 0.16600002019621657, + 0.1660000201962166, 0.23005014334433538, - 0.15645159484453125, + 0.15645159484453128, 0.055573588115298965, - 0.21339876254244844, + 0.21339876254244847, 0.21159916057414238, 0.10718575519143095 ], @@ -51250,9 +41978,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 847.2559281138961, + 847.2559281138751, 477.25821359639394, - -99.69068365337785, + -99.6906836533783, -564.91008683889, -685.1109158750669, -501.53282284737224, @@ -51262,7 +41990,7 @@ "relative wind speed": [ 2.404913501677886, 2.274327034673265, - 1.9690252948680649, + 1.9690252948680647, 1.6297203449823612, 1.4915208255627086, 1.6839477019771625, @@ -51270,9 +41998,9 @@ 2.313494093528321 ], "relative wind angle": [ - 0.01356198739019279, + 0.01356198739021735, 0.15274500782791325, - 0.23410727910304618, + 0.2341072791030462, 0.18508595728527086, 0.021868287626731906, 0.20696947882883715, @@ -51280,7 +42008,7 @@ 0.13000491707872439 ], "resistance": [ - 97481.75592811388, + 97481.75592811387, 97111.75821359637, 96534.80931634661, 96069.5899131611, @@ -51290,7 +42018,7 @@ 97203.41049501886 ], "fuel": [ - 40.03432671068461, + 40.0343267106846, 39.84281846961865, 39.54521021530205, 39.30613757290305, @@ -51330,34 +42058,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 722.2453061943606, + 722.2453061943602, 279.44382731261385, - -255.14393359859582, + -255.14393359859628, -597.0984030968326, -618.6972537867464, -325.8452026329212, - 196.12124378402314, + 196.1212437840236, 672.5734507227467 ], "relative wind speed": [ - 2.2426809287896683, + 2.242680928789668, 2.045275807579033, - 1.7057736939137624, + 1.7057736939137622, 1.3982641980567077, 1.3706696458353986, 1.6508179479589382, - 1.9996722560267777, + 1.999672256026778, 2.2255808812092757 ], "relative wind angle": [ 0.06749679830616563, 0.20503098445314777, - 0.25946428689338674, + 0.25946428689338713, 0.1453339908409186, 0.11057921235663414, 0.2550011168633604, 0.2206407739607186, - 0.09111380502729392 + 0.09111380502729394 ], "resistance": [ 97356.7453061944, @@ -51410,11 +42138,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 707.3829862478588, + 707.3829862478433, 407.0027039740555, - -70.64851764093169, + -70.64851764093214, -461.2667548423477, - -566.4823541439912, + -566.482354143993, -422.0861537078364, -5.471771994279379, 463.70128946768887 @@ -51422,7 +42150,7 @@ "relative wind speed": [ 2.180606843945159, 2.0655522497974284, - 1.788352130293796, + 1.7883521302937955, 1.475105151744269, 1.3410937719012477, 1.5123070509157739, @@ -51430,17 +42158,17 @@ 2.0922818892755104 ], "relative wind angle": [ - 0.010234344363825235, + 0.010234344363846931, 0.1519323556997446, - 0.23694792468759932, - 0.19170608405191314, - 0.016641432785264424, - 0.20821739412129894, + 0.23694792468759934, + 0.19170608405191317, + 0.016641432785271096, + 0.20821739412129897, 0.23122822748600305, 0.1347380078105513 ], "resistance": [ - 97341.88298624787, + 97341.88298624786, 97041.50270397407, 96563.85148235908, 96173.23324515767, @@ -51490,11 +42218,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 677.2473855564688, + 677.2473855564581, 472.7321589649241, - 27.318938613982027, + 27.318938613981345, -381.07097554389054, - -539.5976946725308, + -539.5976946725301, -451.01359185077206, -88.95115845925079, 371.1693454836966 @@ -51510,17 +42238,17 @@ 1.959067991502458 ], "relative wind angle": [ - 0.020312729940391953, + 0.02031272994040835, 0.13559737120951573, - 0.24557855417546978, - 0.23452494390758602, - 0.034358879200341065, - 0.20178719229555508, + 0.24557855417547114, + 0.234524943907586, + 0.03435887920033783, + 0.2017871922955551, 0.25790002675544466, - 0.17004569111339987 + 0.17004569111339984 ], "resistance": [ - 97311.74738555647, + 97311.74738555646, 97107.23215896492, 96661.81893861399, 96253.42902445611, @@ -51530,7 +42258,7 @@ 97005.6693454837 ], "fuel": [ - 39.575519782716256, + 39.57551978271625, 39.46973053665059, 39.239870988842455, 39.02976639120495, @@ -51570,34 +42298,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 767.3343717691712, + 767.3343717691703, 510.79708973952506, - -9.468353347565198, + -9.468353347565426, -479.3342236669944, -645.4850066961505, -535.2482996007725, -102.71962738717002, - 430.4419430646424 + 430.4419430646419 ], "relative wind speed": [ - 2.4516366574390744, + 2.451636657439074, 2.3683778365981367, 2.117188912373521, 1.813937231986185, 1.652628159761199, 1.7698837695299237, 2.0637861429560354, - 2.33480916842234 + 2.3348091684223395 ], "relative wind angle": [ - 0.0110960512851282, + 0.011096051285128198, 0.1113960326512358, - 0.18985127287592468, + 0.18985127287592526, 0.16712965807600114, 0.01646114781817224, - 0.14931116234675818, + 0.1493111623467582, 0.1948261711002189, - 0.1296036376355093 + 0.12960363763550845 ], "resistance": [ 97401.83437176922, @@ -51650,9 +42378,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 646.3050314264403, + 646.305031426434, 305.6065606735283, - -158.83104219847633, + -158.831042198477, -493.97562335323687, -550.90228821952, -349.0670400799422, @@ -51662,7 +42390,7 @@ "relative wind speed": [ 2.174252597660262, 2.0280519220956332, - 1.743559396516908, + 1.7435593965169078, 1.46182581825991, 1.390253099991728, 1.5959898000154047, @@ -51670,13 +42398,13 @@ 2.126791789888646 ], "relative wind angle": [ - 0.03748021089969936, - 0.16599381223588533, - 0.22701958465853828, + 0.037480210899708245, + 0.1659938122358853, + 0.22701958465853875, 0.150988285474647, 0.05863613820870312, 0.21153802179098213, - 0.2077430623143774, + 0.20774306231437742, 0.10357125521029596 ], "resistance": [ @@ -51730,19 +42458,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 673.5230795031243, + 673.523079503113, 585.6306581319363, - 123.02708865860859, + 123.02708865860814, -370.6154965654987, -625.540981216298, -587.8390331871092, - -240.37124107609088, + -240.37124107609043, 274.8234829430362 ], "relative wind speed": [ 2.532448977545949, 2.5050051589834768, - 2.308614348317916, + 2.3086143483179153, 2.032490957954653, 1.838798413965983, 1.8760134819727443, @@ -51750,17 +42478,17 @@ 2.379802079356582 ], "relative wind angle": [ - 0.03911740229900148, + 0.03911740229901283, 0.07010560224337556, - 0.1509621477641988, + 0.15096214776419808, 0.155874103422956, 0.0538860096323552, 0.09367093986117547, - 0.16506028325107083, + 0.16506028325107014, 0.13297879328804013 ], "resistance": [ - 97308.02307950314, + 97308.02307950312, 97220.13065813195, 96757.52708865862, 96263.88450343451, @@ -51770,7 +42498,7 @@ 96909.32348294304 ], "fuel": [ - 40.29927570580034, + 40.29927570580033, 40.25379388853679, 40.01488355996055, 39.760821466597946, @@ -51810,13 +42538,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 741.5998520274554, - 428.38041171696455, - -85.31522821224144, + 741.5998520274231, + 428.3804117169641, + -85.31522821224189, -511.8585008056325, -626.3117506645297, -479.6500053231832, - -31.54717826531123, + -31.547178265310777, 474.5866890599598 ], "relative wind speed": [ @@ -51830,33 +42558,33 @@ 2.380652878577795 ], "relative wind angle": [ - 0.006237409272450687, - 0.118650269625938, - 0.18137427378759, - 0.14165118860443718, + 0.006237409272486286, + 0.11865026962593801, + 0.1813742737875906, + 0.14165118860443715, 0.00901355289394872, 0.15163304276974776, - 0.1787759349616421, + 0.17877593496164149, 0.10849099689932726 ], "resistance": [ - 97376.09985202746, + 97376.09985202743, 97062.88041171696, 96549.18477178775, 96122.64149919437, 96008.18824933546, 96154.84999467681, - 96602.95282173468, + 96602.9528217347, 97109.08668905996 ], "fuel": [ - 40.183752681897474, + 40.18375268189746, 40.02172253521653, 39.75677526124883, 39.53752447264996, 39.47880867870278, 39.554056578786714, - 39.78446103896907, + 39.784461038969084, 40.045602343174124 ] }, @@ -51890,33 +42618,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 692.3659997413993, + 692.3659997413979, 402.5071733065322, - -69.93803424224598, + -69.93803424224666, -461.73378275920277, -568.6959369625687, -433.11183592437965, - -22.25040214908836, + -22.25040214908813, 443.726958372308 ], "relative wind speed": [ - 2.2611119058117306, + 2.26111190581173, 2.154965409932176, - 1.8955578320273188, + 1.8955578320273185, 1.6049688241973874, 1.4792236856883154, 1.6299858419325997, - 1.9255103916480873, + 1.9255103916480871, 2.173661619539558 ], "relative wind angle": [ - 0.006766664181866227, - 0.13370301196753645, - 0.2077404569202611, - 0.16626989862139366, - 0.010343493790747322, + 0.006766664181866226, + 0.13370301196753648, + 0.20774045692026166, + 0.16626989862139369, + 0.010343493790747324, 0.17716471062682004, - 0.20446274253770788, + 0.20446274253770733, 0.12251021478428745 ], "resistance": [ @@ -51970,9 +42698,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 653.1921449484757, + 653.1921449484707, 554.978269649745, - 114.1595475237657, + 114.15954752376524, -345.856524282043, -578.28271928846, -535.8846491345566, @@ -51980,7 +42708,7 @@ 281.6811167368546 ], "relative wind speed": [ - 2.2855342937838965, + 2.285534293783896, 2.2518042742706634, 2.0406723182181636, 1.7423306244759174, @@ -51990,17 +42718,17 @@ 2.1292782022092074 ], "relative wind angle": [ - 0.043583338266156804, - 0.08737990320422405, - 0.18605463235365047, - 0.19484421757515952, + 0.043583338266161904, + 0.08737990320422406, + 0.18605463235365108, + 0.1948442175751595, 0.06506160481299371, - 0.12463449221366099, - 0.20602060017765084, - 0.1590991958479651 + 0.124634492213661, + 0.2060206001776508, + 0.15909919584796514 ], "resistance": [ - 97287.69214494848, + 97287.69214494847, 97189.47826964974, 96748.65954752377, 96288.64347571795, @@ -52010,7 +42738,7 @@ 96916.18111673686 ], "fuel": [ - 39.87538681337636, + 39.87538681337635, 39.82457325469878, 39.59694606244226, 39.36017686197142, @@ -52050,33 +42778,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 757.4097660234752, + 757.4097660234629, 492.4316445687218, - -20.966338787708082, + -20.966338787708764, -478.45286350287165, -633.2738561047729, -519.4514030761034, - -89.33917641762605, + -89.33917641762582, 433.50789266707307 ], "relative wind speed": [ - 2.4293441122041752, + 2.429344112204175, 2.342466028308316, 2.0905806763549717, - 1.790518026589283, + 1.7905180265892828, 1.635732172535125, 1.7578923351528197, 2.051049729143289, 2.317623298171295 ], "relative wind angle": [ - 0.00828987471647706, + 0.008289874716490451, 0.11395496387700375, - 0.1909750084281431, - 0.16542011611453208, + 0.19097500842814424, + 0.1654201161145314, 0.01231206233565717, 0.1521072476862541, - 0.19470253089195988, + 0.1947025308919593, 0.12756165545994505 ], "resistance": [ @@ -52130,9 +42858,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 645.343738013971, + 645.3437380139696, 551.0709673676554, - 108.22833975985986, + 108.22833975985895, -358.66986946688303, -594.8517758099213, -554.3981688404776, @@ -52140,9 +42868,9 @@ 270.9201071851296 ], "relative wind speed": [ - 2.4562271358435863, + 2.456227135843586, 2.4258716235836415, - 2.2306658750249895, + 2.230665875024989, 1.9592276351717266, 1.7717715769045272, 1.8131114498212197, @@ -52150,12 +42878,12 @@ 2.309470358580197 ], "relative wind angle": [ - 0.0375766611598912, - 0.07302023106166883, - 0.15417999873110144, + 0.037576661159891195, + 0.07302023106166884, + 0.15417999873110072, 0.15758934015939582, - 0.052104268081803906, - 0.09776706755426472, + 0.05210426808180391, + 0.09776706755426473, 0.16801560608549665, 0.1335339574540349 ], @@ -52197,52 +42925,7 @@ "id": "1608", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.528265820991145, - 46.528265820991145, - 46.528265820991145, - 46.528265820991145, - 46.528265820991145, - 46.528265820991145, - 46.528265820991145, - 46.528265820991145 - ], - "relative wind speed": [ - 0.4593610164193905, - 0.4593610164193905, - 0.4593610164193905, - 0.4593610164193905, - 0.4593610164193905, - 0.4593610164193905, - 0.4593610164193905, - 0.4593610164193905 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 15.46875, -44.21875 15.625, -44.0625 15.625, -44.0625 15.46875, -44.21875 15.46875))", @@ -52261,52 +42944,7 @@ "id": "1609", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.47027147670077, - 46.47027147670077, - 46.47027147670077, - 46.47027147670077, - 46.47027147670077, - 46.47027147670077, - 46.47027147670077, - 46.47027147670077 - ], - "relative wind speed": [ - 0.4590746458982237, - 0.4590746458982237, - 0.4590746458982237, - 0.4590746458982237, - 0.4590746458982237, - 0.4590746458982237, - 0.4590746458982237, - 0.4590746458982237 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 15.3125, -44.375 15.46875, -44.21875 15.46875, -44.21875 15.3125, -44.375 15.3125))", @@ -52338,9 +42976,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 549.0237495422184, + 549.0237495422123, 284.16840054465956, - -93.2246853478913, + -93.22468534789164, -378.27813237799853, -439.3178487460171, -292.8729327474779, @@ -52348,9 +42986,9 @@ 408.4126216685263 ], "relative wind speed": [ - 1.863835659136538, + 1.8638356591365375, 1.7363265832587833, - 1.4661789147643383, + 1.466178914764338, 1.1769570785227021, 1.0813316139735425, 1.2760608997678906, @@ -52358,14 +42996,14 @@ 1.8049746421938633 ], "relative wind angle": [ - 0.03134712437429504, + 0.031347124374305674, 0.18430093017658256, - 0.27035931407887603, - 0.20152572867884694, - 0.05404888821153, + 0.270359314078876, + 0.20152572867884697, + 0.05404888821152999, 0.2520189426775514, 0.25059748691388567, - 0.1308932439551501 + 0.13089324395515012 ], "resistance": [ 97183.52374954222, @@ -52418,9 +43056,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 467.29638648581533, - 136.40617855168705, - -217.56118235626298, + 467.2963864858144, + 136.40617855168693, + -217.5611823562631, -412.6774746629314, -393.1769489028513, -155.42351108011917, @@ -52428,9 +43066,9 @@ 511.9651898172639 ], "relative wind speed": [ - 1.7470741398658969, + 1.7470741398658967, 1.5448364386988613, - 1.2299885792082546, + 1.2299885792082543, 0.9711312384162157, 1.0054643806131742, 1.2948772329986404, @@ -52438,14 +43076,14 @@ 1.7663891951215576 ], "relative wind angle": [ - 0.1092213906492297, - 0.2616519416319953, + 0.10922139064923073, + 0.26165194163199534, 0.3095568515287006, 0.1345710515730055, 0.1905548507061187, 0.31373217257156144, 0.23683753234247154, - 0.07382886393016704 + 0.07382886393016705 ], "resistance": [ 97101.79638648583, @@ -52498,17 +43136,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 408.95912992250146, + 408.9591299225003, 37.194495111717856, - -299.3082758208833, + -299.3082758208834, -432.05116030127607, - -355.94302414812796, + -355.9430241481279, -56.91696041899297, 325.4502724174563, 584.0041134042131 ], "relative wind speed": [ - 1.7079895235051494, + 1.707989523505149, 1.4541009419962923, 1.1154355671139335, 0.9035198263969377, @@ -52518,13 +43156,13 @@ 1.78392046023786 ], "relative wind angle": [ - 0.16536575254072103, + 0.16536575254072172, 0.30773698196443633, - 0.3113758789773455, + 0.3113758789773462, 0.047426170067985725, - 0.27376402824902163, + 0.2737640282490216, 0.32664193858392937, - 0.20738777822080443, + 0.20738777822080387, 0.024013705359414567 ], "resistance": [ @@ -52578,19 +43216,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 493.0280775621901, - 110.59084369271875, - -263.2363135303944, - -444.2561028547883, + 493.0280775621899, + 110.59084369271864, + -263.23631353039457, + -444.25610285478837, -393.6540970035952, - -106.45143459373878, + -106.4514345937389, 298.7354195982865, 608.9861862406334 ], "relative wind speed": [ - 1.728341802717264, + 1.7283418027172637, 1.480225557637271, - 1.1129637731820021, + 1.112963773182002, 0.8294083826993399, 0.9281115601508765, 1.2874349512200938, @@ -52599,11 +43237,11 @@ ], "relative wind angle": [ 0.15329166910551542, - 0.3273269642466351, - 0.37643813833346756, - 0.12413602522740173, + 0.32732696424663515, + 0.3764381383334675, + 0.12413602522740175, 0.28832330026304775, - 0.37864195257665406, + 0.3786419525766541, 0.2560443450436286, 0.057796922566260636 ], @@ -52658,39 +43296,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 404.91330537672, + 404.91330537671934, 64.36567579650807, - -256.43066264382645, - -397.83205479448657, + -256.4306626438266, + -397.8320547944866, -340.19233868861863, -74.87727806416171, - 280.98528185956366, + 280.98528185956354, 537.1941742459392 ], "relative wind speed": [ - 1.638899062855517, + 1.6388990628555167, 1.401173060298555, - 1.068025407198974, - 0.8366836522709797, + 1.0680254071989739, + 0.8366836522709798, 0.9484144301274035, 1.273653848027854, 1.5635861981611516, 1.6986584516980077 ], "relative wind angle": [ - 0.15783364114999873, + 0.15783364114999943, 0.3131773809195791, 0.3367352826577762, - 0.0806137095601413, + 0.08061370956014269, 0.2750676199502942, - 0.34577778469119846, - 0.2276498263397081, + 0.3457777846911984, + 0.2276498263397086, 0.03967414534689274 ], "resistance": [ 97039.41330537671, 96698.8656757965, - 96378.06933735618, + 96378.06933735617, 96236.66794520551, 96294.30766131138, 96559.62272193584, @@ -52700,7 +43338,7 @@ "fuel": [ 39.04393739719274, 38.86821418941122, - 38.7030774070468, + 38.70307740704679, 38.63040960878774, 38.66002233780631, 38.79648886410383, @@ -52725,52 +43363,7 @@ "id": "1615", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 54.54308508545383, - 54.54308508545383, - 54.54308508545383, - 54.54308508545383, - 54.54308508545383, - 54.54308508545383, - 54.54308508545383, - 54.54308508545383 - ], - "relative wind speed": [ - 0.4973539283978374, - 0.4973539283978374, - 0.4973539283978374, - 0.4973539283978374, - 0.4973539283978374, - 0.4973539283978374, - 0.4973539283978374, - 0.4973539283978374 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 15.15625, -44.375 15.3125, -44.21875 15.3125, -44.21875 15.15625, -44.375 15.15625))", @@ -52802,17 +43395,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 642.3706164458758, + 642.3706164458667, 327.1538098528647, - -123.36724548441703, + -123.36724548441748, -462.9408931033007, - -533.1686630314886, + -533.1686630314891, -357.1703587184229, - 52.637202447129766, + 52.63720244712931, 480.07820139925343 ], "relative wind speed": [ - 2.1159699608729077, + 2.1159699608729072, 1.9814748040805625, 1.7016570914192322, 1.4103995878218845, @@ -52822,13 +43415,13 @@ 2.0557425182749562 ], "relative wind angle": [ - 0.029199766687992977, + 0.029199766688004385, 0.16521746554453065, - 0.23673927663504185, + 0.23673927663504277, 0.16993255129523574, - 0.046877497466414016, + 0.04687749746641639, 0.2170975833418531, - 0.22083425799889264, + 0.22083425799889317, 0.11628858753830777 ], "resistance": [ @@ -52869,52 +43462,7 @@ "id": "1617", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.406543920933295, - 38.406543920933295, - 38.406543920933295, - 38.406543920933295, - 38.406543920933295, - 38.406543920933295, - 38.406543920933295, - 38.406543920933295 - ], - "relative wind speed": [ - 0.4173479813176309, - 0.4173479813176309, - 0.4173479813176309, - 0.4173479813176309, - 0.4173479813176309, - 0.4173479813176309, - 0.4173479813176309, - 0.4173479813176309 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 15, -44.375 15.15625, -44.21875 15.15625, -44.21875 15, -44.375 15))", @@ -52948,31 +43496,31 @@ "wind resistance": [ 700.1632867856908, 459.82886202091754, - -16.93666531511758, + -16.936665315118262, -444.8894278407204, - -592.2520342400508, + -592.2520342400478, -489.1237279735035, - -90.75517455157933, + -90.75517455157888, 396.33307210507905 ], "relative wind speed": [ - 2.379537951385892, + 2.3795379513858914, 2.2990121972477593, 2.061822316037292, 1.7790641232997233, - 1.632029257218606, + 1.6320292572186057, 1.743635075183253, 2.018566098891462, 2.271706672017993 ], "relative wind angle": [ - 0.009245844657978343, - 0.10840824355243762, - 0.18229303472411856, + 0.009245844657978345, + 0.10840824355243764, + 0.18229303472411978, 0.15796207270898588, - 0.01348088037607368, + 0.013480880376065443, 0.14314665025204018, - 0.18624472842222842, + 0.18624472842222783, 0.12350633947607231 ], "resistance": [ @@ -53026,39 +43574,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 609.4386511736836, + 609.4386511736784, 340.1238426852997, - -74.91446268553386, - -406.9593799970912, + -74.91446268553409, + -406.9593799970911, -491.2314803420819, -355.60723858070537, 10.503210265437701, 414.4626766689198 ], "relative wind speed": [ - 2.023273131096426, + 2.0232731310964254, 1.9095151447065393, 1.6467723236890996, - 1.3556620383968891, + 1.3556620383968894, 1.2394071226411236, 1.4083735622364708, 1.7081876631687412, 1.9472916104990217 ], "relative wind angle": [ - 0.015610226616431952, - 0.15751009067620222, - 0.24035565489399488, - 0.18912316984849506, + 0.015610226616439063, + 0.1575100906762022, + 0.24035565489399532, + 0.18912316984849564, 0.025484675456026864, 0.2143117414747168, - 0.23155305876793078, + 0.2315530587679308, 0.1312565196722678 ], "resistance": [ 97243.9386511737, 96974.62384268531, - 96559.58553731449, + 96559.58553731447, 96227.54062000292, 96143.26851965793, 96278.89276141931, @@ -53106,9 +43654,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 543.7442796738425, + 543.7442796738418, 132.6389651564092, - -289.1856931570446, + -289.18569315704497, -505.8992597271616, -465.6080694057803, -160.49725799247005, @@ -53116,9 +43664,9 @@ 636.1088582518606 ], "relative wind speed": [ - 1.9170056175459675, + 1.9170056175459673, 1.682702797538243, - 1.3338454639429285, + 1.3338454639429282, 1.0650469506355313, 1.129052088580504, 1.4553970082378778, @@ -53126,10 +43674,10 @@ 1.9532905952194493 ], "relative wind angle": [ - 0.12093653228865626, + 0.12093653228865718, 0.2680281087895315, - 0.3037437455524377, - 0.11155397943001798, + 0.3037437455524381, + 0.11155397943001799, 0.20629686289365007, 0.31119035323870775, 0.22597005777297272, @@ -53186,34 +43734,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 611.8931725412955, + 611.8931725412943, 179.4836556629574, - -280.8625138373062, + -280.86251383730655, -533.9325452646788, -507.4642618138531, -197.07314604135706, - 279.19752406178156, - 672.4858649834279 + 279.197524061782, + 672.4858649834276 ], "relative wind speed": [ 1.972278660115708, 1.737660336970967, - 1.3712277108575346, + 1.3712277108575344, 1.067527902761092, 1.1096743255510502, 1.4497574884279565, 1.8002763084902818, - 1.995405823074969 + 1.9954058230749692 ], "relative wind angle": [ - 0.11347377046320269, - 0.2717577705517529, - 0.3238205176456938, + 0.11347377046320464, + 0.27175777055175293, + 0.3238205176456942, 0.14155219636097296, - 0.20263382377528863, + 0.2026338237752886, 0.3275569377026671, - 0.2447959840327369, - 0.07554861767277546 + 0.24479598403273645, + 0.07554861767277694 ], "resistance": [ 97246.39317254131, @@ -53223,7 +43771,7 @@ 96127.03573818617, 96437.42685395866, 96913.69752406179, - 97306.98586498345 + 97306.98586498344 ], "fuel": [ 39.39179538716547, @@ -53266,9 +43814,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 567.9020187290553, + 567.9020187290535, 166.83853445798536, - -263.40307813156755, + -263.40307813156767, -501.4057597222985, -478.67771389388787, -190.90092657490095, @@ -53276,7 +43824,7 @@ 619.9691655973566 ], "relative wind speed": [ - 1.9294014275927962, + 1.9294014275927955, 1.7077692185610165, 1.3622054623496016, 1.0776912087446588, @@ -53286,12 +43834,12 @@ 1.9498039571855599 ], "relative wind angle": [ - 0.10790943426830915, + 0.10790943426831019, 0.2595170519071034, - 0.30723511585992025, + 0.3072351158599206, 0.13436449808660517, 0.1876641886262191, - 0.3113315021019771, + 0.31133150210197713, 0.23587670093855415, 0.0741101992457756 ], @@ -53346,17 +43894,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 520.8080754515709, + 520.8080754515693, 126.75441530313435, - -270.5435412024758, - -471.51269684183575, - -428.6905790394968, + -270.54354120247604, + -471.5126968418357, + -428.6905790394967, -136.11659335651268, 287.23185325349095, 618.8683502880033 ], "relative wind speed": [ - 1.8125122832622296, + 1.8125122832622294, 1.572776266447161, 1.2139524974458846, 0.933338716335217, @@ -53366,13 +43914,13 @@ 1.8528349815315102 ], "relative wind angle": [ - 0.13527023045374414, + 0.13527023045374661, 0.29784281801174206, - 0.34301927303678786, - 0.12446242782151194, - 0.24458341063572392, + 0.34301927303678853, + 0.12446242782151193, + 0.24458341063572347, 0.34812702570908194, - 0.24513271341944923, + 0.2451327134194492, 0.06257522529804652 ], "resistance": [ @@ -53426,19 +43974,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 569.3423598368267, + 569.3423598368245, 145.2123422031757, - -301.60251979788904, + -301.6025197978895, -538.2350556067599, - -504.63355325168914, + -504.63355325168925, -192.33750292619436, - 274.2148135698674, + 274.2148135698676, 646.5452549024853 ], "relative wind speed": [ - 2.0352743447263903, + 2.03527434472639, 1.8107980062896407, - 1.47526641714186, + 1.4752664171418597, 1.2167505446471572, 1.264463488980459, 1.5691463136634305, @@ -53446,13 +43994,13 @@ 2.0641530188837547 ], "relative wind angle": [ - 0.1044737931248804, - 0.23692626743306452, - 0.2667149781509714, - 0.1027998094265825, - 0.1686531647573981, + 0.10447379312488254, + 0.23692626743306455, + 0.2667149781509722, + 0.10279980942658248, + 0.16865316475739878, 0.2742890088320669, - 0.20742339250702596, + 0.2074233925070254, 0.06052739560634826 ], "resistance": [ @@ -53506,19 +44054,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 450.3415467008176, + 450.34154670081716, -68.48585606907864, - -483.89332090108314, + -483.89332090108326, -594.9972766907075, -427.4037299395501, 25.356184423756076, - 533.1397541294109, + 533.1397541294114, 789.1293442539056 ], "relative wind speed": [ - 1.990034442596949, + 1.9900344425969487, 1.670110072642084, - 1.2981698844979237, + 1.2981698844979235, 1.1379326582969331, 1.3589955758836647, 1.7371926787932803, @@ -53526,13 +44074,13 @@ 2.124197571596107 ], "relative wind angle": [ - 0.18883816556770577, + 0.18883816556770638, 0.2998160520976984, - 0.2522541604675202, + 0.25225416046752014, 0.03080007799681265, - 0.2784681572720884, + 0.27846815727208846, 0.2879003171017426, - 0.16027600948890922, + 0.16027600948890852, 0.016497741844582 ], "resistance": [ @@ -53586,9 +44134,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 617.776952789344, + 617.7769527893413, 218.4974168883473, - -237.8276968548504, + -237.8276968548505, -513.4099210748805, -514.5824679231782, -241.58263437762992, @@ -53596,7 +44144,7 @@ 615.0901802971507 ], "relative wind speed": [ - 1.994934727009362, + 1.9949347270093616, 1.7890400890277023, 1.4473279665104832, 1.144495882167857, @@ -53606,14 +44154,14 @@ 1.9939088069855246 ], "relative wind angle": [ - 0.08826579709081354, + 0.08826579709081732, 0.24141851189165073, - 0.300956731832488, + 0.30095673183248844, 0.15706871927574875, 0.15450824047046852, - 0.30073900755007776, - 0.24255666896042996, - 0.08990766343097753 + 0.3007390075500778, + 0.24255666896042993, + 0.08990766343097754 ], "resistance": [ 97252.27695278934, @@ -53666,9 +44214,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 533.1663856557175, + 533.1663856557163, 25.55353653547786, - -427.8525760178444, + -427.8525760178445, -596.1582451797392, -485.7164816031408, -70.57145151952182, @@ -53678,7 +44226,7 @@ "relative wind speed": [ 2.036933666923754, 1.7453020853869614, - 1.3691303478442176, + 1.3691303478442174, 1.149216775843611, 1.3073036085157612, 1.676920427160962, @@ -53686,14 +44234,14 @@ 2.130127294413504 ], "relative wind angle": [ - 0.15857663265928149, + 0.15857663265928357, 0.28492729747752643, 0.2752639893035196, 0.0310607395656454, 0.24859966353256968, - 0.296892323013742, + 0.2968923230137421, 0.18754504949725817, - 0.01675554964269232 + 0.016755549642692318 ], "resistance": [ 97167.66638565573, @@ -53746,33 +44294,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 564.0129558502064, + 564.0129558502055, 129.09729858271396, - -302.7433372371155, + -302.7433372371154, -515.7108410038338, - -462.77456532296327, + -462.7745653229631, -136.9556585244934, - 327.2033993220415, + 327.2033993220417, 685.2683189123462 ], "relative wind speed": [ 1.8840830101985653, 1.6273890140361058, - 1.247457944745503, + 1.2474579447455032, 0.9554366990163529, - 1.0465900057341648, + 1.046590005734165, 1.4130549976614912, - 1.757546046484373, + 1.7575460464843733, 1.931905831968593 ], "relative wind angle": [ - 0.14185174396048603, - 0.30580359826408987, - 0.3489468418153803, - 0.11880517106725871, + 0.1418517439604876, + 0.3058035982640899, + 0.34894684181538066, + 0.11880517106725873, 0.2573384559123286, 0.35407692264551627, - 0.2451245296076432, + 0.24512452960764364, 0.05865137490406542 ], "resistance": [ @@ -53826,11 +44374,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 439.6315522555484, + 439.6315522555477, 60.68649516914411, - -290.49096678353175, + -290.4909667835318, -439.6157969690102, - -370.224117087163, + -370.22411708716294, -71.87186510968661, 321.5648875364012, 598.9888862155659 @@ -53846,14 +44394,14 @@ 1.7842976355660627 ], "relative wind angle": [ - 0.1638595896254142, + 0.16385958962541555, 0.31821781308695785, - 0.33690257834868803, + 0.33690257834868836, 0.07034627839303145, - 0.28374991924138837, + 0.2837499192413883, 0.3467146415976185, - 0.22434449848099408, - 0.0343302221331259 + 0.2243444984809941, + 0.03433022213312591 ], "resistance": [ 97074.1315522556, @@ -53906,19 +44454,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 572.0583182253587, + 572.0583182253575, 84.21971755048651, - -370.8658558943905, + -370.86585589439073, -567.2204988102014, - -480.66142397982003, + -480.66142397982, -98.31697351645073, 409.4905835268063, 770.782175741166 ], "relative wind speed": [ - 1.951274942881034, + 1.9512749428810336, 1.6637582183187243, - 1.2639954220433074, + 1.2639954220433072, 0.9908892436038206, 1.1319732020175626, 1.523399430148961, @@ -53926,11 +44474,11 @@ 2.026567477216469 ], "relative wind angle": [ - 0.16171863017168592, - 0.31695496725925265, - 0.3380137049246453, + 0.16171863017168664, + 0.3169549672592526, + 0.3380137049246456, 0.07498093692730749, - 0.28124728302486063, + 0.28124728302486024, 0.3473325663029462, 0.2262588364174891, 0.036635746240097015 @@ -53986,17 +44534,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 504.73856545380124, + 504.73856545380056, 83.78092568964007, -311.3454588101376, -485.97798088937594, - -414.3323487443311, + -414.33234874433117, -87.53964162742466, 351.6417334288775, 669.1618201478869 ], "relative wind speed": [ - 1.7976773007179676, + 1.7976773007179674, 1.5291385570434817, 1.149628955257359, 0.8816522748733894, @@ -54006,17 +44554,17 @@ 1.8650614773562673 ], "relative wind angle": [ - 0.16431312998152547, - 0.32798294190769584, + 0.16431312998152614, + 0.3279829419076959, 0.3577563803959832, 0.08714197253245905, - 0.2948235455724924, + 0.2948235455724928, 0.3636910023972905, - 0.23723769800969288, + 0.23723769800969285, 0.041153271829087755 ], "resistance": [ - 97139.23856545381, + 97139.2385654538, 96718.28092568964, 96323.15454118987, 96148.52201911062, @@ -54026,7 +44574,7 @@ 97303.66182014789 ], "fuel": [ - 39.18707250119516, + 39.187072501195146, 38.969764189824154, 38.76639052230513, 38.676691346553, @@ -54066,9 +44614,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 591.1873024471256, + 591.1873024471249, 58.526980875981735, - -432.86026771824527, + -432.8602677182454, -632.8149918896737, -530.9435860397564, -104.41561818757714, @@ -54078,7 +44626,7 @@ "relative wind speed": [ 2.1070654357692944, 1.8156276468645058, - 1.4272704020076383, + 1.4272704020076386, 1.1829019673413266, 1.3253726848227785, 1.7028898238668417, @@ -54086,14 +44634,14 @@ 2.190223833298324 ], "relative wind angle": [ - 0.1499518417641954, - 0.2812833106644065, - 0.28258954607963405, + 0.14995184176419618, + 0.28128331066440654, + 0.2825895460796349, 0.04976083962428372, 0.23979107173723008, 0.30046686866597977, 0.1964063936902225, - 0.026867110363137693 + 0.02686711036313769 ], "resistance": [ 97225.68730244714, @@ -54146,10 +44694,10 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - 527.2258191246212, + 527.2258191246192, 38.66069383602371, - -407.55530263169396, - -582.5073641838258, + -407.5553026316942, + -582.5073641838268, -484.5847646205491, -89.31428353207707, 414.7322132234608, @@ -54159,17 +44707,17 @@ 2.038036295874953, 1.7607919171231468, 1.3986146621448685, - 1.179445366731863, + 1.1794453667318632, 1.31768024321864, 1.6701751379020782, 1.9833683958119903, 2.121033190114472 ], "relative wind angle": [ - 0.14760346892247966, - 0.2707923309707188, - 0.265043404639085, - 0.03996215138376811, + 0.14760346892248266, + 0.27079233097071875, + 0.2650434046390858, + 0.039962151383773674, 0.22947673238225505, 0.28588656907660454, 0.18578742354325398, @@ -54226,17 +44774,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 522.3172661730796, + 522.3172661730782, 89.57075291592878, -329.1966850630739, -521.0898316200826, -456.1694792318866, - -121.37870985138966, + -121.37870985138954, 336.1389790433982, 671.3582827047599 ], "relative wind speed": [ - 1.9198239523931457, + 1.9198239523931455, 1.6658786393045486, 1.3092269281050941, 1.0602163700908507, @@ -54246,14 +44794,14 @@ 1.97797656910092 ], "relative wind angle": [ - 0.1385463534849918, + 0.13854635348499342, 0.2795581360271757, 0.2984257398265228, 0.07998471082347124, 0.23015670559769077, - 0.31065093303115016, - 0.21278632287978697, - 0.0428400552379926 + 0.3106509330311501, + 0.21278632287978694, + 0.04284005523799259 ], "resistance": [ 97156.81726617308, @@ -54306,34 +44854,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 486.03084244145, + 486.03084244144907, 110.64899223790792, - -266.4259222730234, + -266.4259222730235, -454.1385558448355, - -410.9633296223602, + -410.96332962236016, -129.5163630486195, 273.53344674374284, - 584.9736629037623 + 584.9736629037629 ], "relative wind speed": [ - 1.7927153936753275, + 1.7927153936753273, 1.5613039699775564, 1.2206103446845429, - 0.9621247374273316, + 0.9621247374273317, 1.0370907710998474, 1.36077759518346, 1.67316948832748, - 1.8340397323535136 + 1.8340397323535134 ], "relative wind angle": [ - 0.1314172265758619, + 0.13141722657586274, 0.2839038554493338, - 0.3196531692986909, - 0.10946420673673696, - 0.2284977077483281, + 0.31965316929869164, + 0.10946420673673798, + 0.2284977077483276, 0.3271886870066824, 0.231299242072488, - 0.05734098266665643 + 0.05734098266665449 ], "resistance": [ 97120.53084244144, @@ -54386,34 +44934,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 544.7939205642256, + 544.7939205642253, 155.911715025293, - -259.81240741229897, + -259.8124074122991, -487.88334761222103, -464.0634869947472, -183.52254188833922, 246.36809335575617, - 599.3905112285395 + 599.3905112285397 ], "relative wind speed": [ - 1.909411405659713, + 1.9094114056597127, 1.6917862113969842, 1.3553418102099093, 1.0820472890725539, 1.1198090759104986, 1.427474587333156, 1.7501065282010266, - 1.9310613524084785 + 1.9310613524084783 ], "relative wind angle": [ - 0.10723199398006064, + 0.10723199398006066, 0.25481373449584516, - 0.2986016629141971, + 0.29860166291419754, 0.12735764413041425, 0.18352189773178498, - 0.3033695984159553, + 0.30336959841595534, 0.22984447137560227, - 0.07123080099867463 + 0.07123080099867307 ], "resistance": [ 97179.29392056422, @@ -54466,9 +45014,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 556.6594974988336, + 556.6594974988318, 186.86473192015205, - -229.155688230461, + -229.15568823046112, -474.6701437126319, -469.59029101041347, -212.83669335478908, @@ -54476,7 +45024,7 @@ 568.3044956265976 ], "relative wind speed": [ - 1.916302007748068, + 1.9163020077480675, 1.7158758819835205, 1.390132614651904, 1.1088757357022607, @@ -54486,17 +45034,17 @@ 1.9209310099605956 ], "relative wind angle": [ - 0.09150825503717762, + 0.09150825503718005, 0.24039067704590364, - 0.2938377067073463, + 0.2938377067073467, 0.14559081336300536, - 0.15744044837289503, + 0.15744044837289506, 0.29492014927645205, - 0.23511424136752337, + 0.23511424136752335, 0.08384529605712597 ], "resistance": [ - 97191.15949749885, + 97191.15949749884, 96821.36473192017, 96405.34431176956, 96159.82985628738, @@ -54506,7 +45054,7 @@ 97202.80449562661 ], "fuel": [ - 39.3449471615415, + 39.34494716154149, 39.15394369340592, 38.93967234909003, 38.813522292411406, @@ -54546,9 +45094,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 460.5000976936375, + 460.5000976936366, 117.39967463998562, - -229.3789077694375, + -229.37890776943755, -406.7852380439952, -371.1413880491572, -118.34683239325159, @@ -54556,22 +45104,22 @@ 542.099173975134 ], "relative wind speed": [ - 1.6751391607019497, + 1.6751391607019495, 1.4497018402962907, 1.1080994883739221, - 0.8346674876852643, + 0.8346674876852642, 0.9050799889032882, - 1.2343522869391688, + 1.2343522869391685, 1.548346381755665, 1.711312706384072 ], "relative wind angle": [ - 0.13817601292415482, - 0.3086168719311529, - 0.3615850819205571, - 0.1370520722447209, + 0.13817601292415646, + 0.30861687193115295, + 0.36158508192055744, + 0.1370520722447201, 0.257770933697867, - 0.36476837868119305, + 0.36476837868119244, 0.2559578703472273, 0.06668547157554466 ], @@ -54626,33 +45174,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 529.479344424012, + 529.4793444240108, 87.29655891168113, -342.5193478969145, -539.1966617132185, -473.6289305696107, - -130.54586385447487, + -130.545863854475, 338.04953189690127, 680.1748768947889 ], "relative wind speed": [ - 1.9787810570938442, + 1.978781057093844, 1.727868996641795, 1.378596258615542, 1.1384832034427248, 1.2354837472022637, 1.5673108472662511, - 1.8818785607061914, + 1.8818785607061916, 2.0361361833121987 ], "relative wind angle": [ - 0.1311816126633713, - 0.26317592493695063, + 0.131181612663373, + 0.2631759249369506, 0.2768869917663267, 0.07336795714928916, - 0.21106522676063688, - 0.29088327545386866, - 0.2016187201642888, + 0.21106522676063746, + 0.2908832754538687, + 0.20161872016428936, 0.04099757848587819 ], "resistance": [ @@ -54706,17 +45254,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 404.4713336704416, + 404.47133367044114, 33.414607268400914, - -297.06636382218744, + -297.06636382218755, -423.69948569716, - -343.45716485461435, + -343.45716485461423, -43.724556900708535, 335.68068538615273, 589.1070527220155 ], "relative wind speed": [ - 1.670040311747291, + 1.6700403117472908, 1.408348770772214, 1.059451103243693, 0.8428366039704861, @@ -54726,14 +45274,14 @@ 1.751370617382312 ], "relative wind angle": [ - 0.17791527290158127, + 0.17791527290158188, 0.3285791135819248, - 0.33384586871294725, + 0.3338458687129479, 0.04330325451134659, - 0.30181553235614605, + 0.30181553235614567, 0.3461599231002483, - 0.21469376507124963, - 0.020834426414630312 + 0.2146937650712496, + 0.02083442641463031 ], "resistance": [ 97038.97133367044, @@ -54786,9 +45334,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 447.6061292071315, + 447.6061292071304, 103.18254181548582, - -235.5239291926472, + -235.52392919264724, -401.310679150012, -357.5476702157297, -99.86849069968378, @@ -54796,9 +45344,9 @@ 547.870900783716 ], "relative wind speed": [ - 1.645882690877345, + 1.6458826908773445, 1.4120260601233223, - 1.0642123654616136, + 1.0642123654616134, 0.7934992103617258, 0.8830021439949214, 1.2226221918327362, @@ -54806,14 +45354,14 @@ 1.690852335830836 ], "relative wind angle": [ - 0.1507547120037681, - 0.32463780900829875, - 0.3749664525899561, - 0.12739441294021317, + 0.15075471200376883, + 0.3246378090082988, + 0.37496645258995576, + 0.1273944129402132, 0.2837294444586816, 0.37726418807786233, 0.2567334815003851, - 0.05965866009623868 + 0.059658660096238686 ], "resistance": [ 97082.10612920715, @@ -54853,52 +45401,7 @@ "id": "1642", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.71183493533247, - 46.71183493533247, - 46.71183493533247, - 46.71183493533247, - 46.71183493533247, - 46.71183493533247, - 46.71183493533247, - 46.71183493533247 - ], - "relative wind speed": [ - 0.4602662885722412, - 0.4602662885722412, - 0.4602662885722412, - 0.4602662885722412, - 0.4602662885722412, - 0.4602662885722412, - 0.4602662885722412, - 0.4602662885722412 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 15.625, -42.96875 15.78125, -42.8125 15.78125, -42.8125 15.625, -42.96875 15.625))", @@ -54930,34 +45433,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 377.66529148451536, + 377.6652914845142, 29.455259231783543, - -279.1072190250217, + -279.10721902502183, -395.9929993657743, -319.355208574759, - -37.48110208389028, + -37.481102083890164, 317.9151270243161, - 554.0537877576598 + 554.0537877576646 ], "relative wind speed": [ - 1.6104049114958967, + 1.6104049114958963, 1.355005423084027, - 1.015162119998375, + 1.0151621199983747, 0.8054748906881037, 0.956231704465223, 1.2929591466892711, 1.5739215106589581, - 1.690855775063491 + 1.6908557750634907 ], "relative wind angle": [ - 0.18098817852548246, - 0.332955447691557, - 0.3377951349382403, + 0.18098817852548305, + 0.33295544769155705, + 0.3377951349382399, 0.040882519131997086, 0.3079898661339479, - 0.34959976213485017, + 0.3495997621348501, 0.21541647124286217, - 0.019471057841337416 + 0.019471057841326016 ], "resistance": [ 97012.16529148453, @@ -54967,7 +45470,7 @@ 96315.14479142525, 96597.01889791612, 96952.41512702433, - 97188.55378775767 + 97188.55378775769 ], "fuel": [ 39.015172547159864, @@ -54977,7 +45480,7 @@ 38.65604163175334, 38.801055950438595, 38.984316194442094, - 39.10634109928722 + 39.10634109928723 ] }, { @@ -55010,9 +45513,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 491.047622305553, + 491.0476223055516, 141.35710150927127, - -226.812752456976, + -226.81275245697623, -426.6339035169228, -402.32857582472445, -150.34082893985578, @@ -55020,9 +45523,9 @@ 546.670136089472 ], "relative wind speed": [ - 1.7483378867068402, + 1.7483378867068398, 1.5330648870204135, - 1.1980247861479532, + 1.198024786147953, 0.9206631655647659, 0.9651906102910747, 1.279839963617984, @@ -55030,17 +45533,17 @@ 1.772190062002623 ], "relative wind angle": [ - 0.11964183994433322, + 0.1196418399443351, 0.28300219070657845, - 0.3375332854950486, - 0.14494696170356916, + 0.3375332854950489, + 0.14494696170356913, 0.21792230467400112, 0.34106306476781045, 0.25092551075747277, 0.07510799960183726 ], "resistance": [ - 97125.54762230556, + 97125.54762230554, 96775.85710150927, 96407.68724754303, 96207.86609648308, @@ -55090,9 +45593,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 519.3510113006283, + 519.3510113006281, 84.61081353724614, - -334.6365110271762, + -334.6365110271761, -524.6364293575698, -457.8267264993261, -120.0525469655089, @@ -55100,7 +45603,7 @@ 672.8007524789958 ], "relative wind speed": [ - 1.9320486034667808, + 1.9320486034667805, 1.6781868315472963, 1.3243554473461954, 1.0807250110824689, @@ -55110,14 +45613,14 @@ 1.9916189210508914 ], "relative wind angle": [ - 0.13766466887541687, - 0.27527222009071395, - 0.2909852560859456, - 0.07519438970508306, + 0.1376646688754169, + 0.2752722200907139, + 0.2909852560859452, + 0.07519438970508308, 0.225859827893699, - 0.3042636911235904, + 0.3042636911235905, 0.20814853026924654, - 0.04077607432660863 + 0.04077607432660864 ], "resistance": [ 97153.85101130068, @@ -55170,19 +45673,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 388.92022634109946, + 388.92022634109924, 36.999195787572944, - -279.66885585544895, + -279.668855855449, -404.1921252524054, -330.96272139864624, -48.2795334885941, - 312.9457833418551, + 312.9457833418553, 557.3330373310793 ], "relative wind speed": [ - 1.636708340975555, + 1.6367083409755547, 1.3848290968664385, - 1.0466420466741744, + 1.0466420466741742, 0.8328418608820429, 0.973467263996804, 1.3071729342227294, @@ -55190,13 +45693,13 @@ 1.7125498948220201 ], "relative wind angle": [ - 0.17325652404537822, + 0.1732565240453789, 0.3234204263536411, 0.33111635992979, - 0.04935574399851119, - 0.29406403634361733, + 0.0493557439985112, + 0.2940640363436174, 0.3434015254005316, - 0.21554418971712525, + 0.21554418971712475, 0.02399508840024922 ], "resistance": [ @@ -55250,9 +45753,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 398.3403035983266, + 398.34030359832616, -4.969761707736438, - -353.7705684806441, + -353.77056848064444, -469.52988088449337, -371.45020135192703, -34.33979204166985, @@ -55260,9 +45763,9 @@ 624.7947230763072 ], "relative wind speed": [ - 1.8096979604493122, + 1.8096979604493117, 1.545378489045685, - 1.2167418542804855, + 1.2167418542804853, 1.0409337791068434, 1.1958055039599522, 1.5220915993954471, @@ -55270,9 +45773,9 @@ 1.903001413260027 ], "relative wind angle": [ - 0.1644242620514007, - 0.2826779620778684, - 0.2604903626510421, + 0.16442426205140068, + 0.2826779620778683, + 0.26049036265104253, 0.011655648687352005, 0.25032132528161494, 0.2871246123469678, @@ -55330,19 +45833,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 612.8820562697011, + 612.8820562696998, 263.73634827806484, - -160.3347688500329, + -160.33476885003324, -439.41677307839666, -466.9708628519136, - -246.1480088542737, - 161.02094253036182, + -246.14800885427383, + 161.02094253036194, 549.8463537633767 ], "relative wind speed": [ - 1.8386551413845433, + 1.838655141384543, 1.6520959437257363, - 1.3091129791278873, + 1.309112979127887, 0.9636756145972543, 0.9132399509665424, 1.2187037907983034, @@ -55350,17 +45853,17 @@ 1.8127297776590394 ], "relative wind angle": [ - 0.07834560222239423, + 0.07834560222239564, 0.26392079803202917, - 0.3636144099254057, - 0.23829122956183135, + 0.36361440992540606, + 0.23829122956183132, 0.15823386921083007, - 0.36145609392109773, - 0.29884260245578664, + 0.3614560939210978, + 0.2988426024557863, 0.125815563846492 ], "resistance": [ - 97247.38205626974, + 97247.38205626972, 96898.2363482781, 96474.16523115, 96195.08322692163, @@ -55370,7 +45873,7 @@ 97184.34635376341 ], "fuel": [ - 39.23983490470201, + 39.23983490470199, 39.05941046735106, 38.84087766045097, 38.697425911205066, @@ -55410,19 +45913,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 603.081712107564, + 603.0817121075625, 143.45963524718627, - -322.68872723598736, + -322.6887272359879, -558.6545629555987, -509.6543830377674, - -167.20207989617825, + -167.20207989617836, 328.3936768565925, 715.358624764468 ], "relative wind speed": [ - 1.9948681111361208, + 1.9948681111361206, 1.741557683445898, - 1.3655233146859806, + 1.3655233146859804, 1.0764784769655684, 1.1528032452404038, 1.508453160789276, @@ -55430,14 +45933,14 @@ 2.0370685289637387 ], "relative wind angle": [ - 0.12790555151439545, + 0.1279055515143972, 0.2803867724164379, - 0.3181133635163145, + 0.31811336351631553, 0.11364801654092174, - 0.2225640241183616, - 0.3251918748996738, + 0.2225640241183621, + 0.3251918748996739, 0.232232577446963, - 0.05996344528261032 + 0.05996344528261033 ], "resistance": [ 97237.58171210757, @@ -55477,52 +45980,7 @@ "id": "1650", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 64.64810483983037, - 64.64810483983037, - 64.64810483983037, - 64.64810483983037, - 64.64810483983037, - 64.64810483983037, - 64.64810483983037, - 64.64810483983037 - ], - "relative wind speed": [ - 0.5414690056511668, - 0.5414690056511668, - 0.5414690056511668, - 0.5414690056511668, - 0.5414690056511668, - 0.5414690056511668, - 0.5414690056511668, - 0.5414690056511668 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 15.3125, -43.59375 15.46875, -43.4375 15.46875, -43.4375 15.3125, -43.59375 15.3125))", @@ -55541,52 +45999,7 @@ "id": "1651", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 63.393785527330415, - 63.393785527330415, - 63.393785527330415, - 63.393785527330415, - 63.393785527330415, - 63.393785527330415, - 63.393785527330415, - 63.393785527330415 - ], - "relative wind speed": [ - 0.5361904149849006, - 0.5361904149849006, - 0.5361904149849006, - 0.5361904149849006, - 0.5361904149849006, - 0.5361904149849006, - 0.5361904149849006, - 0.5361904149849006 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 15.46875, -43.4375 15.625, -43.28125 15.625, -43.28125 15.46875, -43.4375 15.46875))", @@ -55618,9 +46031,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 525.5871358873667, + 525.5871358873655, -4.859230249406778, - -448.27993794099257, + -448.2799379409928, -587.9958476556444, -446.3483912371213, -1.645239598747935, @@ -55628,9 +46041,9 @@ 851.1798683407403 ], "relative wind speed": [ - 1.9377605508245657, + 1.9377605508245654, 1.6047535071297638, - 1.1823138461525935, + 1.1823138461525933, 0.9552479631093895, 1.1846743670445414, 1.607213579341287, @@ -55638,14 +46051,14 @@ 2.0605510518401795 ], "relative wind angle": [ - 0.20354846608113825, + 0.20354846608113936, 0.35158280409126, 0.3360293368411954, 0.001371420876206815, 0.3369900743300483, - 0.35102138599200977, + 0.3510213859920097, 0.2024196764078973, - 0.0006357749178675621 + 0.0006357749178675622 ], "resistance": [ 97160.0871358874, @@ -55698,17 +46111,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 448.2806809073544, + 448.28068090735326, -19.500684000496676, - -409.1239030311714, + -409.1239030311715, -527.8360803832285, -399.25151300165135, - -3.093303886766762, + -3.0933038867668756, 462.8611625394193, 736.8219060021382 ], "relative wind speed": [ - 1.8588909906865034, + 1.8588909906865032, 1.5534847486450407, 1.1759742833845734, 0.9838046716802212, @@ -55718,13 +46131,13 @@ 1.9745668830907177 ], "relative wind angle": [ - 0.19220405196352125, + 0.19220405196352242, 0.3245555507290184, - 0.29819198518552786, + 0.29819198518552864, 0.00689875093174883, 0.3035412003403945, - 0.3217920882905406, - 0.18617407660283827, + 0.3217920882905407, + 0.1861740766028383, 0.003437200827223559 ], "resistance": [ @@ -55765,52 +46178,7 @@ "id": "1654", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.58473744423611, - 62.58473744423611, - 62.58473744423611, - 62.58473744423611, - 62.58473744423611, - 62.58473744423611, - 62.58473744423611, - 62.58473744423611 - ], - "relative wind speed": [ - 0.5327579270338427, - 0.5327579270338427, - 0.5327579270338427, - 0.5327579270338427, - 0.5327579270338427, - 0.5327579270338427, - 0.5327579270338427, - 0.5327579270338427 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 15.3125, -43.28125 15.46875, -43.125 15.46875, -43.125 15.3125, -43.28125 15.3125))", @@ -55842,37 +46210,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 393.94718607777827, - -57.423578578646925, + 393.9471860777776, + -57.42357857864704, -406.6666887324764, -496.2569387993946, -336.5634870810503, 59.29051485967136, 498.6280183379597, - 704.67139185628 + 704.6713918562784 ], "relative wind speed": [ - 1.7362366259945952, + 1.7362366259945947, 1.4080359033362995, 1.0172367102512725, 0.852255296901527, 1.1126301070249172, 1.506618157138465, - 1.7937928675910553, - 1.877797722175278 + 1.7937928675910555, + 1.8777977221752782 ], "relative wind angle": [ - 0.23255560411391007, - 0.3730860877016027, + 0.23255560411390958, + 0.37308608770160273, 0.3258746002515649, - 0.06183988208822544, - 0.3678778362870104, + 0.06183988208822543, + 0.36787783628701043, 0.3475988897607916, - 0.1825581651244382, - 0.028052377711520464 + 0.18255816512443881, + 0.028052377711524423 ], "resistance": [ - 97028.44718607778, + 97028.44718607777, 96577.07642142136, 96227.83331126752, 96138.2430612006, @@ -55882,7 +46250,7 @@ 97339.17139185627 ], "fuel": [ - 39.12338617210705, + 39.12338617210704, 38.89058950740943, 38.71098589559981, 38.66498588587108, @@ -55922,17 +46290,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 586.7500864579142, + 586.7500864579138, 186.99700941440767, -236.06434657567706, -471.67645807908923, - -449.72853118361206, + -449.72853118361195, -168.6881810110341, 268.1028111802689, 636.9668472149724 ], "relative wind speed": [ - 1.8131701658675885, + 1.8131701658675883, 1.57750915693361, 1.1972220319539706, 0.86030289171835, @@ -55943,12 +46311,12 @@ ], "relative wind angle": [ 0.12794415678855134, - 0.31643659020607295, + 0.316436590206073, 0.3969681037200133, 0.19146249778736793, - 0.2591667668156502, + 0.2591667668156498, 0.39672208479491616, - 0.28725124589672413, + 0.2872512458967241, 0.08939868306032309 ], "resistance": [ @@ -56002,9 +46370,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 623.4550844566842, + 623.455084456683, 253.99012751291014, - -172.5693567128577, + -172.56935671285783, -440.16234666522394, -454.05266300143364, -214.82643001622444, @@ -56022,14 +46390,14 @@ 1.7814001080780306 ], "relative wind angle": [ - 0.10004493264252855, + 0.10004493264253077, 0.3051362308787538, - 0.4191189634953319, - 0.267881780065903, + 0.4191189634953322, + 0.2678817800659031, 0.2216362500372253, - 0.4201978153743418, - 0.3249150437235092, - 0.12570511492224276 + 0.42019781537434187, + 0.32491504372350927, + 0.12570511492224273 ], "resistance": [ 97257.95508445671, @@ -56082,9 +46450,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 559.055869002018, + 559.0558690020168, 131.82438902758895, - -293.0810089009865, + -293.0810089009866, -504.1251512875236, -453.32552834084584, -134.65932451956837, @@ -56092,7 +46460,7 @@ 675.4005459854984 ], "relative wind speed": [ - 1.8578625830389217, + 1.8578625830389215, 1.6024213246772316, 1.2216587015480618, 0.9250078866611475, @@ -56102,13 +46470,13 @@ 1.9043034427780083 ], "relative wind angle": [ - 0.1434448748418779, + 0.14344487484188023, 0.31176717446557495, - 0.35928245897727973, - 0.12565965938747847, + 0.3592824589772804, + 0.1256596593874785, 0.26472727879053076, - 0.3631941577714742, - 0.2510556820553397, + 0.36319415777147424, + 0.2510556820553396, 0.06091584050166268 ], "resistance": [ @@ -56162,14 +46530,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 555.972188610724, + 555.9721886107233, 150.34852336677613, - -257.4811372960692, + -257.4811372960693, -467.62717657349657, -426.2412373159187, -130.85837395731755, 303.0549433828638, - 650.792631173936 + 650.7926311739365 ], "relative wind speed": [ 1.7758935530527682, @@ -56179,17 +46547,17 @@ 0.8942503066100568, 1.2767616590684634, 1.6320547180022347, - 1.8151392563446567 + 1.8151392563446564 ], "relative wind angle": [ - 0.14867904712668337, + 0.1486790471266849, 0.33754227807306153, - 0.4081748539350049, + 0.4081748539350052, 0.16430294549326052, - 0.2985926430941311, - 0.4064652587565159, + 0.29859264309413075, + 0.40646525875651585, 0.2798613699286455, - 0.07320289031987214 + 0.07320289031987061 ], "resistance": [ 97190.47218861076, @@ -56229,52 +46597,7 @@ "id": "1660", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.77801318824148, - 55.77801318824148, - 55.77801318824148, - 55.77801318824148, - 55.77801318824148, - 55.77801318824148, - 55.77801318824148, - 55.77801318824148 - ], - "relative wind speed": [ - 0.502952792076736, - 0.502952792076736, - 0.502952792076736, - 0.502952792076736, - 0.502952792076736, - 0.502952792076736, - 0.502952792076736, - 0.502952792076736 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 15.15625, -43.28125 15.3125, -43.125 15.3125, -43.125 15.15625, -43.28125 15.15625))", @@ -56293,52 +46616,7 @@ "id": "1661", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.160924181947486, - 58.160924181947486, - 58.160924181947486, - 58.160924181947486, - 58.160924181947486, - 58.160924181947486, - 58.160924181947486, - 58.160924181947486 - ], - "relative wind speed": [ - 0.5135838428503666, - 0.5135838428503666, - 0.5135838428503666, - 0.5135838428503666, - 0.5135838428503666, - 0.5135838428503666, - 0.5135838428503666, - 0.5135838428503666 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 15, -43.4375 15.15625, -43.28125 15.15625, -43.28125 15, -43.4375 15))", @@ -56370,9 +46648,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 585.1066385375841, + 585.1066385375825, 196.54839405618281, - -219.48795495546915, + -219.48795495546943, -456.0024718859458, -440.07828751062783, -170.87756033131632, @@ -56380,9 +46658,9 @@ 621.551914600605 ], "relative wind speed": [ - 1.7851506993770607, + 1.7851506993770605, 1.5544869931667034, - 1.1752261420264332, + 1.175226142026433, 0.8290911365021815, 0.8611239488510541, 1.2295802791386918, @@ -56390,8 +46668,8 @@ 1.8002514719185103 ], "relative wind angle": [ - 0.1258174323253171, - 0.321081652291655, + 0.12581743232531892, + 0.32108165229165503, 0.4112300789082376, 0.21117639953786707, 0.2631650071528406, @@ -56450,9 +46728,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 563.384818278837, + 563.3848182788367, 153.3174245097223, - -258.3123785725247, + -258.312378572525, -470.3773643713126, -428.39382273349014, -130.22122083930503, @@ -56462,21 +46740,21 @@ "relative wind speed": [ 1.7783160496738724, 1.5241421827324362, - 1.1307950404282017, + 1.1307950404282014, 0.8007595468449257, 0.8854336436345209, 1.2741237446273397, - 1.6333105296760233, + 1.633310529676023, 1.8180167375313958 ], "relative wind angle": [ - 0.1506358649842183, - 0.34246473111483516, + 0.15063586498421905, + 0.3424647311148352, 0.4159992831066647, - 0.16865895345532603, + 0.16865895345532605, 0.3061565021859041, 0.41337779993203044, - 0.28355946132079596, + 0.28355946132079557, 0.07400297596188005 ], "resistance": [ @@ -56530,17 +46808,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 334.2199490486721, + 334.21994904867165, -71.94048562474279, - -385.7821762231774, + -385.7821762231775, -461.7488093066819, - -315.0017695037675, + -315.0017695037674, 45.654353556569504, - 438.27109924300635, + 438.2710992430066, 612.9463856043478 ], "relative wind speed": [ - 1.7236084801994063, + 1.7236084801994058, 1.4294617946162747, 1.0954207793950668, 0.9667698064699706, @@ -56550,14 +46828,14 @@ 1.854466413224659 ], "relative wind angle": [ - 0.20452207230049238, - 0.3159555657505031, - 0.25667198413373604, + 0.20452207230049294, + 0.31595556575050315, + 0.2566719841337365, 0.05266899129318583, - 0.3000370436908959, + 0.3000370436908955, 0.2952348002686073, - 0.15673793840675834, - 0.02744813445250902 + 0.15673793840675765, + 0.027448134452509015 ], "resistance": [ 96968.71994904865, @@ -56610,34 +46888,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 314.8774184865549, + 314.87741848655446, 0.7339020259854578, - -272.01512744733816, + -272.0151274473382, -364.5721988566272, - -289.2288945044396, + -289.22889450443967, -27.861732539751188, - 289.6490839629439, - 488.7167822960845 + 289.6490839629437, + 488.71678229608995 ], "relative wind speed": [ - 1.5849067011581703, + 1.5849067011581701, 1.3498888001617597, 1.0545477718261682, 0.8930435288617115, 1.0309329549834545, 1.3238399586977405, 1.569293154889632, - 1.6665009044717654 + 1.6665009044717651 ], "relative wind angle": [ - 0.16725819937009023, + 0.1672581993700909, 0.2905791182423226, - 0.27178680321503323, + 0.2717868032150337, 0.015236467194051223, - 0.25881735591387695, + 0.258817355913877, 0.29646853835462406, - 0.18139058875058442, - 0.008164683920131163 + 0.18139058875058506, + 0.008164683920117566 ], "resistance": [ 96949.37741848656, @@ -56690,19 +46968,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 227.68851887743426, + 227.68851887743335, -194.00515080006755, - -458.9014890681042, + -458.90148906810447, -471.3129979489954, -233.28441618410966, 180.94301228542668, - 558.6790287643328, + 558.6790287643332, 587.0848806006481 ], "relative wind speed": [ - 1.686453702519894, + 1.6864537025198933, 1.3517211695263491, - 1.0380852612099032, + 1.038085261209903, 1.017154239301176, 1.3127432521823368, 1.655376336893709, @@ -56710,13 +46988,13 @@ 1.8795792588675162 ], "relative wind angle": [ - 0.2511621860826281, - 0.32692662485651613, - 0.18872603435141347, + 0.25116218608262847, + 0.3269266248565162, + 0.18872603435141408, 0.15662530735247562, 0.32497076361461524, 0.26532873859248934, - 0.10444153887720871, + 0.10444153887720764, 0.08451389645019775 ], "resistance": [ @@ -56770,9 +47048,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 293.94754297161626, + 293.9475429716158, -85.331301560861, - -371.7977474074309, + -371.7977474074311, -434.7094748137176, -287.97822765850094, 53.919100171885816, @@ -56786,17 +47064,17 @@ 0.9868752784453042, 1.197518793531496, 1.5183184125998568, - 1.7542180969296925, + 1.7542180969296923, 1.815984797429708 ], "relative wind angle": [ - 0.20094229103610256, - 0.3004272315229687, - 0.23139968217886442, + 0.20094229103610367, + 0.30042723152296874, + 0.23139968217886542, 0.06135370007340423, - 0.2845914678947212, - 0.27683741913814686, - 0.14337319961785802, + 0.28459146789472156, + 0.2768374191381468, + 0.14337319961785724, 0.033327191500876846 ], "resistance": [ @@ -56850,33 +47128,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 355.1119172215666, + 355.1119172215657, 23.3960275656284, - -271.4998877615758, + -271.499887761576, -382.286677741599, - -309.5580210963663, + -309.55802109636636, -39.85146479778746, - 298.93758699665216, + 298.93758699665204, 522.5225807678688 ], "relative wind speed": [ - 1.5992460219272635, + 1.599246021927263, 1.355095305129042, - 1.034242581685317, + 1.0342425816853167, 0.8407080317277816, - 0.979919949477324, + 0.9799199494773239, 1.2967450250727959, 1.5646639346079105, 1.676615922452789 ], "relative wind angle": [ - 0.17211523081248298, - 0.31365238000143836, - 0.31190140359622304, + 0.172115230812483, + 0.3136523800014384, + 0.3119014035962227, 0.036577880794093444, - 0.2832839184855253, + 0.28328391848552525, 0.3282829771964125, - 0.20425760920380717, + 0.20425760920380773, 0.01833823967639248 ], "resistance": [ @@ -56930,34 +47208,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 288.55752269984873, + 288.5575226998477, -56.58113868914086, - -325.6135830440406, + -325.61358304404075, -392.62880222067776, - -271.21158923371763, + -271.2115892337176, 33.801713589160045, 368.5271526142851, - 522.6794009808791 + 522.6794009808775 ], "relative wind speed": [ - 1.5929006263996826, + 1.592900626399682, 1.3233937494981223, - 1.0148937931960054, + 1.0148937931960051, 0.8920826396914776, 1.089021160331617, 1.4042537082108144, 1.6411246393149868, - 1.710990373203662 + 1.7109903732036622 ], "relative wind angle": [ - 0.20205776583582194, + 0.20205776583582247, 0.3147504189667145, 0.2587916089665609, 0.04753568007551664, - 0.2979288734434633, + 0.29792887344346286, 0.29605898364096667, 0.1589280166264151, - 0.024777535169711526 + 0.024777535169716 ], "resistance": [ 96923.05752269985, @@ -57010,9 +47288,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 373.88682381052024, + 373.88682381051933, 32.15524016074778, - -276.12429670912184, + -276.124296709122, -396.6219448007662, -325.7169310918151, -50.25455863737977, @@ -57020,7 +47298,7 @@ 536.9909245855682 ], "relative wind speed": [ - 1.635401018116297, + 1.6354010181162966, 1.3912577313662078, 1.0666029007943736, 0.8649274553288683, @@ -57030,9 +47308,9 @@ 1.7092679401313866 ], "relative wind angle": [ - 0.16646719592145864, + 0.16646719592145934, 0.30847139556636743, - 0.3109721893058246, + 0.3109721893058257, 0.045289464493111234, 0.2751000138765036, 0.3265286006478019, @@ -57077,68 +47355,7 @@ "id": "1671", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.016776666925455, - 5.016776666925455, - 5.016776666925455, - 5.016776666925455, - 5.016776666925455, - 5.016776666925455, - 5.016776666925455, - 5.016776666925455 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 294.8866200261418, - -57.1025820831436, - -336.615357158515, - -408.25048500784436, - -290.8330411795787, - 18.963916811110835, - 361.66720872387714, - 526.8390270307168 - ], - "relative wind speed": [ - 1.6729441077457798, - 1.4152486186427253, - 1.1230289709979138, - 1.0040101085131574, - 1.1797252759444128, - 1.4790419405051705, - 1.7115196886518163, - 1.7839443422783237 - ], - "relative wind angle": [ - 0.1798470138034146, - 0.2792462341518485, - 0.2266959317396965, - 0.03299707679726985, - 0.2564670064707129, - 0.266900310397998, - 0.14801767865293247, - 0.01856856730269343 - ], - "resistance": [ - 96929.38662002614, - 96577.39741791686, - 96297.88464284148, - 96226.24951499216, - 96343.66695882042, - 96653.46391681112, - 96996.16720872388, - 97161.33902703071 - ], - "fuel": [ - 39.09960160634997, - 38.9181261283331, - 38.77434581157665, - 38.737543772714275, - 38.797876153210886, - 38.95730477115707, - 39.13408378215192, - 39.21944157748532 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 15.15625, -43.125 15.3125, -42.96875 15.3125, -42.96875 15.15625, -43.125 15.15625))", @@ -57170,32 +47387,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 339.43084113983195, + 339.4308411398317, -102.26881045268158, - -426.22557833263664, - -492.13673584808555, - -309.2142193781526, - 92.27243300310067, + -426.22557833263687, + -492.13673584808566, + -309.21421937815273, + 92.27243300310056, 512.7099644768571, 663.8812419101475 ], "relative wind speed": [ 1.7297728413831397, 1.4020650332152318, - 1.038798928091617, - 0.9227521932479331, + 1.0387989280916168, + 0.9227521932479332, 1.190056744241414, 1.5628700457607938, 1.8246221319212594, 1.8859685912435824 ], "relative wind angle": [ - 0.2341878916029484, + 0.2341878916029489, 0.3514033332389693, - 0.2740356577729337, - 0.09230239384591951, - 0.344041135646159, - 0.31393014237712735, + 0.27403565777293365, + 0.09230239384592072, + 0.34404113564615935, + 0.3139301423771274, 0.15468552849875206, 0.045112205210698794 ], @@ -57203,7 +47420,7 @@ 96973.93084113984, 96532.23118954732, 96208.27442166736, - 96142.36326415192, + 96142.3632641519, 96325.28578062185, 96726.7724330031, 97147.20996447686, @@ -57213,7 +47430,7 @@ 39.12999334118304, 38.90226625464415, 38.735705349402984, - 38.70186523544753, + 38.70186523544752, 38.795821157238414, 39.002476423650194, 39.21952912063828, @@ -57237,52 +47454,7 @@ "id": "1673", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.51287733573578, - 41.51287733573578, - 41.51287733573578, - 41.51287733573578, - 41.51287733573578, - 41.51287733573578, - 41.51287733573578, - 41.51287733573578 - ], - "relative wind speed": [ - 0.43389747336856793, - 0.43389747336856793, - 0.43389747336856793, - 0.43389747336856793, - 0.43389747336856793, - 0.43389747336856793, - 0.43389747336856793, - 0.43389747336856793 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 15, -43.125 15.15625, -42.96875 15.15625, -42.96875 15, -43.125 15))", @@ -57314,9 +47486,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 531.0403223044393, + 531.0403223044386, 119.69220728973869, - -293.74425006587, + -293.74425006587046, -499.27798305774604, -451.87823812377417, -143.05375772104776, @@ -57324,9 +47496,9 @@ 639.687950411505 ], "relative wind speed": [ - 1.8846810176460103, + 1.8846810176460098, 1.6435496416461417, - 1.2895230915949811, + 1.2895230915949807, 1.0223198567817684, 1.0999630263857532, 1.4355088899535746, @@ -57334,10 +47506,10 @@ 1.9279012703249638 ], "relative wind angle": [ - 0.12990512931508152, + 0.12990512931508155, 0.2799718509798908, 0.31387604006933884, - 0.10671630520703973, + 0.10671630520703972, 0.2238184858024397, 0.32190622616050235, 0.22813434369882668, @@ -57381,52 +47553,7 @@ "id": "1675", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.48622425571875, - 44.48622425571875, - 44.48622425571875, - 44.48622425571875, - 44.48622425571875, - 44.48622425571875, - 44.48622425571875, - 44.48622425571875 - ], - "relative wind speed": [ - 0.44916765681219983, - 0.44916765681219983, - 0.44916765681219983, - 0.44916765681219983, - 0.44916765681219983, - 0.44916765681219983, - 0.44916765681219983, - 0.44916765681219983 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 15.15625, -42.8125 15.3125, -42.65625 15.3125, -42.65625 15.15625, -42.8125 15.15625))", @@ -57445,52 +47572,7 @@ "id": "1676", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.397516742594746, - 36.397516742594746, - 36.397516742594746, - 36.397516742594746, - 36.397516742594746, - 36.397516742594746, - 36.397516742594746, - 36.397516742594746 - ], - "relative wind speed": [ - 0.4062857407552217, - 0.4062857407552217, - 0.4062857407552217, - 0.4062857407552217, - 0.4062857407552217, - 0.4062857407552217, - 0.4062857407552217, - 0.4062857407552217 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 15.15625, -42.65625 15.3125, -42.5 15.3125, -42.5 15.15625, -42.65625 15.15625))", @@ -57522,9 +47604,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 286.0329959017024, + 286.03299590170184, 4.310562216025232, - -242.23282961520533, + -242.23282961520545, -328.0951911007938, -262.2567969316216, -28.9534404005949, @@ -57532,24 +47614,24 @@ 437.885422650069 ], "relative wind speed": [ - 1.5059007095315917, + 1.5059007095315915, 1.2848936925292125, - 1.0052070065917278, + 1.0052070065917276, 0.8493570442030811, - 0.9763004823780779, + 0.976300482378078, 1.2529755694976912, 1.4867610610849065, 1.5809782384087465 ], "relative wind angle": [ - 0.16470441986385753, + 0.1647044198638589, 0.2887252937796839, - 0.2724357142427743, - 0.01962424294673122, - 0.25567888667241784, + 0.27243571424277424, + 0.019624242946731225, + 0.2556788866724183, 0.2963002632453256, - 0.18294390307505368, - 0.01054235124582159 + 0.18294390307505365, + 0.010542351245821592 ], "resistance": [ 96920.53299590175, @@ -57589,52 +47671,7 @@ "id": "1678", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.043384933280116, - 36.043384933280116, - 36.043384933280116, - 36.043384933280116, - 36.043384933280116, - 36.043384933280116, - 36.043384933280116, - 36.043384933280116 - ], - "relative wind speed": [ - 0.4043044189586344, - 0.4043044189586344, - 0.4043044189586344, - 0.4043044189586344, - 0.4043044189586344, - 0.4043044189586344, - 0.4043044189586344, - 0.4043044189586344 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 15, -42.65625 15.15625, -42.5 15.15625, -42.5 15, -42.65625 15))", @@ -57653,52 +47690,7 @@ "id": "1679", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 30.143590503590044, - 30.143590503590044, - 30.143590503590044, - 30.143590503590044, - 30.143590503590044, - 30.143590503590044, - 30.143590503590044, - 30.143590503590044 - ], - "relative wind speed": [ - 0.36973723895034094, - 0.36973723895034094, - 0.36973723895034094, - 0.36973723895034094, - 0.36973723895034094, - 0.36973723895034094, - 0.36973723895034094, - 0.36973723895034094 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 17.34375, -42.5 17.5, -42.34375 17.5, -42.34375 17.34375, -42.5 17.34375))", @@ -57730,13 +47722,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 301.8246138606265, + 301.82461386062585, -57.513446810093, - -342.86766841704156, + -342.8676684170416, -416.172758065671, -296.3647204559127, 19.747373965057704, - 369.6959718367399, + 369.6959718367401, 538.6902560342322 ], "relative wind speed": [ @@ -57746,21 +47738,21 @@ 1.0055812786707607, 1.184357808908526, 1.4883636164650065, - 1.7241801984474223, + 1.724180198447422, 1.797676791916415 ], "relative wind angle": [ - 0.18126181382304707, + 0.18126181382304893, 0.2819415932890233, - 0.2295838914552145, + 0.22958389145521496, 0.033294823493365364, - 0.25941427752300716, + 0.2594142775230072, 0.26942644460456844, - 0.14930002450445948, - 0.018622035208971814 + 0.149300024504458, + 0.018622035208971818 ], "resistance": [ - 96936.32461386063, + 96936.32461386062, 96576.98655318991, 96291.63233158296, 96218.32724193433, @@ -57810,34 +47802,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 197.98396540026215, + 197.98396540026147, -217.52688703878903, - -480.8601940588794, + -480.8601940588802, -495.0717718158801, - -265.6870268766115, + -265.68702687661107, 141.66345584965256, 506.9364991473906, - 539.8809970081641 + 539.8809970081659 ], "relative wind speed": [ - 1.988429354990057, + 1.9884293549900565, 1.7236719482578293, - 1.4965733544476245, + 1.4965733544476243, 1.479292095011814, 1.6872729303981397, 1.9569609746312153, 2.135651993232484, - 2.1476582919719927 + 2.147658291971992 ], "relative wind angle": [ - 0.16199842158454256, + 0.1619984215845419, 0.1955535188157219, - 0.10237311889351343, + 0.10237311889351451, 0.08028273138375261, - 0.19124271990010672, - 0.17199263544468257, - 0.07167480479102879, - 0.0552669343491319 + 0.19124271990010613, + 0.17199263544468255, + 0.07167480479102878, + 0.05526693434912788 ], "resistance": [ 96832.48396540024, @@ -57890,9 +47882,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 135.94886176302248, + 135.94886176302157, -261.7340717382349, - -478.9525829985713, + -478.9525829985714, -456.8030913961526, -188.70467014729297, 221.86309143639687, @@ -57900,9 +47892,9 @@ 504.0344749328126 ], "relative wind speed": [ - 1.7751546380862098, + 1.7751546380862095, 1.4761233653580412, - 1.2438365449441344, + 1.2438365449441342, 1.2750873272941101, 1.5391501154420817, 1.827899580728768, @@ -57910,14 +47902,14 @@ 1.9734004598049322 ], "relative wind angle": [ - 0.21332512557911842, + 0.21332512557911948, 0.24038430395256355, 0.09757655378686697, - 0.14168709718019937, + 0.14168709718019934, 0.24666714787281163, 0.1934631562539124, - 0.0608312142212159, - 0.09137037256698413 + 0.060831214221215894, + 0.09137037256698415 ], "resistance": [ 96770.44886176304, @@ -57970,33 +47962,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -4.070794854439555, + -4.07079485444001, -402.7559098648006, - -542.6925940622968, + -542.6925940622972, -444.76407049437864, - -73.98626017516926, + -73.98626017516904, 381.34172358098726, - 669.0305229978869, + 669.0305229978933, 442.02286661975427 ], "relative wind speed": [ - 1.8250008831836015, + 1.825000883183601, 1.5203683425199608, - 1.35650048193972, + 1.3565004819397197, 1.4807107622013738, 1.7782898636017355, 2.044852846948335, - 2.157046477270926, + 2.1570464772709257, 2.0737499129139536 ], "relative wind angle": [ 0.22114724528075103, 0.19862526373968395, - 0.017659894541628918, + 0.01765989454162892, 0.18070994046510655, - 0.227056752365576, + 0.2270567523655755, 0.14724218525178895, - 0.011105417957962223, + 0.011105417957952226, 0.12868528795382714 ], "resistance": [ @@ -58006,7 +47998,7 @@ 96189.73592950562, 96560.51373982483, 97015.84172358099, - 97303.53052299788, + 97303.5305229979, 97076.52286661975 ], "fuel": [ @@ -58016,7 +48008,7 @@ 39.114163515442456, 39.30480396948495, 39.5396168794093, - 39.68837586411852, + 39.68837586411853, 39.57096843744375 ] }, @@ -58050,10 +48042,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -42.983375962814534, + -42.98337596281499, -394.50557516474305, -496.73472253567866, - -389.0746187092723, + -389.07461870927216, -33.9397210547495, 378.9585693697063, 616.5590858193864, @@ -58063,20 +48055,20 @@ 1.756739244938033, 1.475635290629696, 1.344432181009528, - 1.480834170896876, + 1.4808341708968762, 1.7629151156257772, 2.004121495482624, 2.0943983838499447, 2.0002831394358793 ], "relative wind angle": [ - 0.2151095201765555, + 0.21510952017655652, 0.17912968675373278, 0.002350821791301616, - 0.1815619378967525, + 0.18156193789675312, 0.21434416679138493, - 0.13156827359076817, - 0.0015090341842589937, + 0.13156827359076814, + 0.0015090341842589935, 0.13407661406496893 ], "resistance": [ @@ -58130,34 +48122,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -45.57287354997425, + -45.5728735499747, -380.7531256404627, - -474.9967856235568, + -474.9967856235595, -355.18475519821175, -3.086972511893464, 399.07697068453865, - 616.8167384682353, - 361.8364946030257 + 616.8167384682282, + 361.83649460302547 ], "relative wind speed": [ - 1.5628334047914314, + 1.5628334047914312, 1.249751255945278, 1.1078385001251754, 1.2785616323793085, 1.5954503736843235, 1.850954333387138, - 1.9392276822647274, + 1.9392276822647276, 1.8311718374387977 ], "relative wind angle": [ - 0.26924682703042274, - 0.22761027481932666, - 0.015259916424500634, - 0.24160759566220413, + 0.2692468270304236, + 0.2276102748193267, + 0.015259916424515187, + 0.24160759566220416, 0.26360978433122756, - 0.15295301811908768, - 0.008717429665719457, - 0.16784589508959916 + 0.1529530181190877, + 0.008717429665732194, + 0.16784589508959918 ], "resistance": [ 96588.92712645004, @@ -58210,9 +48202,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -98.2045948627275, + -98.20459486272796, -436.4218755921328, - -513.4033457152216, + -513.403345715223, -350.5279744124707, 44.55331928010946, 466.9045855203881, @@ -58220,7 +48212,7 @@ 341.9857439814309 ], "relative wind speed": [ - 1.5982226266446402, + 1.59822262664464, 1.285074757742778, 1.1741715042811167, 1.3769047869198057, @@ -58230,13 +48222,13 @@ 1.8863902989124581 ], "relative wind angle": [ - 0.2675937901981745, + 0.2675937901981757, 0.20413654884942922, - 0.0461495575442386, + 0.04614955754424582, 0.24735217942054222, - 0.25077187352319186, + 0.2507718735231919, 0.13398940230958972, - 0.02683479297813867, + 0.026834792978138674, 0.17967585507108222 ], "resistance": [ @@ -58290,17 +48282,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -72.48243650710128, + -72.48243650710162, -329.07078107676267, - -384.85402069779286, + -384.85402069779315, -248.30115844441428, 61.78122596827552, - 390.97250835704926, + 390.9725083570495, 518.9962446982943, 271.51096675118947 ], "relative wind speed": [ - 1.2544621860283198, + 1.2544621860283196, 0.9354049400564888, 0.8257645249433616, 1.0523791904115045, @@ -58310,12 +48302,12 @@ 1.539052015081872 ], "relative wind angle": [ - 0.34443940875018625, + 0.3444394087501869, 0.2737705143321743, - 0.07993771681006702, + 0.07993771681006981, 0.33516293837524413, 0.3121486036774895, - 0.15745508796480154, + 0.1574550879648015, 0.039456796705174185, 0.2268530562236357 ], @@ -58370,9 +48362,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -83.36663174810133, + -83.36663174810201, -413.2708788448276, - -493.54149173552514, + -493.5414917355274, -349.2143266426692, 23.148659441048494, 428.60975771232165, @@ -58380,7 +48372,7 @@ 335.7377462461104 ], "relative wind speed": [ - 1.6193645526002827, + 1.6193645526002824, 1.3225882983852069, 1.2095228152062023, 1.3896639204253534, @@ -58390,14 +48382,14 @@ 1.8896559263286339 ], "relative wind angle": [ - 0.24974418682651592, + 0.24974418682651728, 0.19382165098769, - 0.033054632938409066, + 0.03305463293841915, 0.22590942488217078, 0.23809996241563594, - 0.13188356271340934, + 0.1318835627134093, 0.0198910613987152, - 0.16547978681617234 + 0.16547978681617237 ], "resistance": [ 96551.13336825192, @@ -58450,9 +48442,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -130.30661860228975, + -130.30661860229043, -479.7664782064676, - -551.0146525956964, + -551.014652595696, -367.8008540576882, 56.0313610330586, 496.6080571148616, @@ -58460,9 +48452,9 @@ 334.7996113939871 ], "relative wind speed": [ - 1.7362173509109113, + 1.7362173509109111, 1.442662845849264, - 1.3513597114857892, + 1.351359711485789, 1.5487341690039047, 1.8609628391318267, 2.0967492199688054, @@ -58470,9 +48462,9 @@ 2.019667262692911 ], "relative wind angle": [ - 0.23422993651497498, - 0.16691369226393177, - 0.04737879362820551, + 0.23422993651497592, + 0.1669136922639318, + 0.047378793628203165, 0.21485290925298683, 0.21826500113629238, 0.11456244157492254, @@ -58530,17 +48522,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -61.29137369502371, + -61.29137369502428, -315.3397715458982, - -378.48367863596314, + -378.4836786359653, -271.6375910177578, 11.405884740991269, 321.65227509286206, - 467.7275970367209, + 467.72759703671795, 258.40170109005044 ], "relative wind speed": [ - 1.444934786465736, + 1.4449347864657358, 1.1908421642978309, 1.091808004834587, 1.2418045725263136, @@ -58550,14 +48542,14 @@ 1.6759831544579327 ], "relative wind angle": [ - 0.23956252619368962, + 0.23956252619369053, 0.18651325749754255, - 0.027994670116649502, + 0.0279946701166614, 0.21426320772540614, 0.22992200068375757, 0.12930214468658366, - 0.01719549542028045, - 0.15820355967513905 + 0.017195495420286908, + 0.15820355967513908 ], "resistance": [ 96573.20862630497, @@ -58610,34 +48602,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -40.33658124409135, + -40.33658124409192, -284.0995817522446, - -349.852122448048, + -349.85212244804865, -254.95489965731377, 8.084580418526002, 303.99036091172457, - 455.68947068140574, + 455.68947068139937, 261.4560978037413 ], "relative wind speed": [ - 1.315109270829281, + 1.3151092708292809, 1.0417070159064623, 0.923412113399715, 1.080877271816645, 1.35907806187652, 1.5784334213093731, - 1.6504289264678536, + 1.6504289264678538, 1.5518730282356756 ], "relative wind angle": [ - 0.28010506732534596, - 0.2333962465779297, - 0.024742738174377336, + 0.2801050673253471, + 0.23339624657792968, + 0.024742738174381825, 0.25556518875676476, 0.2708107422656676, 0.1532371434046756, - 0.013842548575468131, - 0.17699208532475097 + 0.013842548575484172, + 0.176992085324751 ], "resistance": [ 96594.16341875588, @@ -58690,34 +48682,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -80.49556199410904, + -80.4955619941095, -373.7698036182448, - -440.18183623115016, + -440.18183623115044, -293.4033194612442, - 53.01936176821937, - 423.5218922657216, + 53.019361768219824, + 423.52189226572136, 576.1620047133047, 305.5844885989645 ], "relative wind speed": [ - 1.3969837142971233, + 1.3969837142971229, 1.0774860574047171, - 0.9637544712842114, + 0.9637544712842113, 1.1794470375041657, - 1.5089735136396731, - 1.7514532134704268, + 1.5089735136396734, + 1.751453213470427, 1.8165191664161258, 1.6844789249498178 ], "relative wind angle": [ - 0.31048037805760986, + 0.3104803780576102, 0.24406060607780086, - 0.06082439000925249, + 0.06082439000925431, 0.29527161855313105, 0.28675574279881266, - 0.14921189431897025, + 0.14921189431897175, 0.032256086674047585, - 0.20519050279561932 + 0.20519050279561935 ], "resistance": [ 96554.00443800591, @@ -58770,34 +48762,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -87.92457186629247, + -87.92457186629292, -306.0163705036163, - -343.61309326154856, + -343.6130932615487, -206.48540272364875, - 77.49069466913772, + 77.49069466913784, 365.65889345500386, - 451.8220950259572, + 451.82209502595833, 218.82812549194728 ], "relative wind speed": [ - 1.1736640089357604, + 1.17366400893576, 0.8816813630287152, - 0.804515476901438, + 0.8045154769014379, 1.0311921671368702, 1.334895344529227, 1.5433958535660224, - 1.5849882126195816, - 1.4477829606513986 + 1.5849882126195813, + 1.4477829606513983 ], "relative wind angle": [ - 0.33994780406204994, + 0.3399478040620503, 0.24833417398214216, - 0.10569187050057402, + 0.10569187050057509, 0.33265133015816645, - 0.2975351892682061, - 0.14087542482603851, - 0.053573355257380446, - 0.23473712087769227 + 0.2975351892682057, + 0.14087542482603854, + 0.053573355257376304, + 0.2347371208776913 ], "resistance": [ 96546.57542813373, @@ -58837,52 +48829,7 @@ "id": "1694", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.91830179768412, - 35.91830179768412, - 35.91830179768412, - 35.91830179768412, - 35.91830179768412, - 35.91830179768412, - 35.91830179768412, - 35.91830179768412 - ], - "relative wind speed": [ - 0.4036022704758502, - 0.4036022704758502, - 0.4036022704758502, - 0.4036022704758502, - 0.4036022704758502, - 0.4036022704758502, - 0.4036022704758502, - 0.4036022704758502 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 16.875, -42.03125 17.03125, -41.875 17.03125, -41.875 16.875, -42.03125 16.875))", @@ -58901,52 +48848,7 @@ "id": "1695", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.690486771341625, - 34.690486771341625, - 34.690486771341625, - 34.690486771341625, - 34.690486771341625, - 34.690486771341625, - 34.690486771341625, - 34.690486771341625 - ], - "relative wind speed": [ - 0.39664400993627696, - 0.39664400993627696, - 0.39664400993627696, - 0.39664400993627696, - 0.39664400993627696, - 0.39664400993627696, - 0.39664400993627696, - 0.39664400993627696 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 17.34375, -41.875 17.5, -41.71875 17.5, -41.71875 17.34375, -41.875 17.34375))", @@ -58978,10 +48880,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -25.291915520003727, + -25.291915520004068, -352.2377517187674, - -449.37292634118535, - -338.42600474000085, + -449.3729263411841, + -338.4260047400006, -2.345749376418439, 389.1540401497575, 613.2938709334119, @@ -58990,22 +48892,22 @@ "relative wind speed": [ 1.4550455229284431, 1.119912257735208, - 0.9555934117328835, - 1.1374545011475525, + 0.9555934117328833, + 1.1374545011475528, 1.474163935458754, 1.7424446382527556, 1.8377045502076919, 1.731044205160723 ], "relative wind angle": [ - 0.3079756592850388, - 0.2756356811743158, - 0.010490646231006463, - 0.28423693590667926, - 0.30385295653983924, - 0.17582767590747436, - 0.005454989085472498, - 0.1853239555155802 + 0.3079756592850399, + 0.27563568117431586, + 0.01049064623099588, + 0.2842369359066796, + 0.3038529565398393, + 0.1758276759074744, + 0.0054549890854724975, + 0.18532395551558023 ], "resistance": [ 96609.20808448001, @@ -59058,9 +48960,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -48.78593677695136, + -48.78593677695142, -306.0349371250916, - -367.9641740840192, + -367.96417408401925, -238.76178586277706, 63.46607975164454, 394.05478469378534, @@ -59070,7 +48972,7 @@ "relative wind speed": [ 1.173364826801572, 0.8185124726417884, - 0.6771047362122522, + 0.677104736212252, 0.9306978771288453, 1.2861976700463882, 1.536595846453343, @@ -59078,9 +48980,9 @@ 1.471356831198911 ], "relative wind angle": [ - 0.40674754112873934, + 0.4067475411287396, 0.3558495371882538, - 0.09011689694619539, + 0.09011689694619417, 0.41041083136804435, 0.3692518697103577, 0.18666041913690803, @@ -59138,9 +49040,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -69.4390537904435, + -69.43905379044361, -315.80829880717243, - -368.3065839762437, + -368.30658397624376, -233.086690419276, 68.19001143959224, 387.2656201404085, @@ -59150,7 +49052,7 @@ "relative wind speed": [ 1.1983911031569578, 0.8723215511406457, - 0.7617832310189006, + 0.7617832310189004, 1.0000294742048597, 1.3320283719626038, 1.565086557112632, @@ -59158,14 +49060,14 @@ 1.4867353061525936 ], "relative wind angle": [ - 0.3677790881972014, + 0.36777908819720195, 0.2959505863238511, - 0.09344522795795797, - 0.3628347150986158, - 0.3293967504297737, + 0.09344522795795916, + 0.36283471509861587, + 0.32939675042977373, 0.16327907425400995, 0.0438436886579967, - 0.2410633373661824 + 0.24106333736618238 ], "resistance": [ 96565.06094620962, @@ -59218,34 +49120,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -25.02970665060775, + -25.029706650607977, -274.93326840942154, - -343.78566961039803, + -343.78566961039814, -237.06297713674536, - 38.17675414888117, + 38.17675414888106, 350.92101806576557, 509.68354456933037, - 293.796082578623 + 293.7960825786232 ], "relative wind speed": [ - 1.1557350481351265, + 1.1557350481351263, 0.809879553516724, - 0.6481553541096717, + 0.6481553541096716, 0.8754730622028843, 1.2215000012754695, 1.4737302546258004, 1.5516701941916784, - 1.4357341926557923 + 1.435734192655792 ], "relative wind angle": [ - 0.4018582024200156, + 0.40185820242001585, 0.3721654970784777, 0.05488587279859449, 0.4047904037710287, - 0.3790854301212631, + 0.37908543012126344, 0.20118708308437244, 0.022917129260661716, - 0.24251504995942832 + 0.2425150499594274 ], "resistance": [ 96609.4702933494, @@ -59298,34 +49200,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 86.70523676379815, + 86.70523676379804, -211.64185040273247, - -346.87549351155144, + -346.8754935115515, -292.71400057591427, -49.38059711045713, 284.80922956811895, 534.4286177105118, - 409.259199413922 + 409.25919941392175 ], "relative wind speed": [ - 1.236569229060068, + 1.2365692290600678, 0.8650644609847569, - 0.5706898707573766, + 0.5706898707573765, 0.7132580728796754, 1.0909897690838184, 1.4039321966693856, 1.5471506733084217, - 1.4868170889439447 + 1.4868170889439445 ], "relative wind angle": [ 0.4074603063349887, - 0.48496807372157874, + 0.4849680737215787, 0.14116114346482192, 0.4182923511853823, 0.4658221249354722, 0.29135186863446255, 0.05191998686211824, - 0.19611793243723852 + 0.19611793243723794 ], "resistance": [ 96721.2052367638, @@ -59365,52 +49267,7 @@ "id": "1701", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.59804144358079, - 59.59804144358079, - 59.59804144358079, - 59.59804144358079, - 59.59804144358079, - 59.59804144358079, - 59.59804144358079, - 59.59804144358079 - ], - "relative wind speed": [ - 0.5198902790382425, - 0.5198902790382425, - 0.5198902790382425, - 0.5198902790382425, - 0.5198902790382425, - 0.5198902790382425, - 0.5198902790382425, - 0.5198902790382425 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 17.1875, -41.5625 17.34375, -41.40625 17.34375, -41.40625 17.1875, -41.5625 17.1875))", @@ -59429,68 +49286,7 @@ "id": "1702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.008377165569241, - 4.008377165569241, - 4.008377165569241, - 4.008377165569241, - 4.008377165569241, - 4.008377165569241, - 4.008377165569241, - 4.008377165569241 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 150.56176451650072, - -184.2427689909648, - -365.58587415340384, - -341.79444739916505, - -112.90027064089878, - 237.43106349997163, - 531.3212428306555, - 476.6541777253443 - ], - "relative wind speed": [ - 1.3473514249641798, - 0.9841325479593129, - 0.6530493029669567, - 0.7118617435358076, - 1.078107066776191, - 1.4174462380749677, - 1.5972467929785115, - 1.5719171631723878 - ], - "relative wind angle": [ - 0.36192475524136825, - 0.4646683604624691, - 0.22645734912124862, - 0.33442827408008946, - 0.45838559846750765, - 0.316386030882684, - 0.09192928704076235, - 0.14919544125312104 - ], - "resistance": [ - 96785.06176451655, - 96450.25723100908, - 96268.91412584664, - 96292.70555260088, - 96521.59972935915, - 96871.93106350001, - 97165.8212428307, - 97111.15417772539 - ], - "fuel": [ - 38.79699614297031, - 38.62454968308467, - 38.53132014476718, - 38.54354448080038, - 38.661260813836535, - 38.841807724523036, - 38.993619350441925, - 38.96535625309478 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 17.1875, -41.40625 17.34375, -41.25 17.34375, -41.25 17.1875, -41.40625 17.1875))", @@ -59522,19 +49318,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 222.12232869643879, + 222.12232869643844, -151.2406273662686, - -380.7243992155914, - -388.0633201330895, + -380.7243992155915, + -388.06332013308946, -173.25156369805592, 195.33310226238063, 536.0277328965037, 552.8746049897443 ], "relative wind speed": [ - 1.4505059695523506, + 1.4505059695523503, 1.0893500114219579, - 0.7214990588834127, + 0.7214990588834126, 0.7041345469586014, 1.0615641988660176, 1.4297561570547732, @@ -59542,13 +49338,13 @@ 1.6538079259093115 ], "relative wind angle": [ - 0.33094625176546744, + 0.33094625176546816, 0.45832717838322623, - 0.29576984955411306, - 0.26522511585207836, + 0.2957698495541131, + 0.2652251158520783, 0.4600475233862614, - 0.3438427240212119, - 0.12809041681890593, + 0.34384272402121197, + 0.12809041681890596, 0.11183744922672884 ], "resistance": [ @@ -59602,9 +49398,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 215.88467001663525, + 215.8846700166348, -121.85583693453395, - -336.2406983712693, + -336.24069837126933, -351.4190908293193, -167.3355738654662, 160.49546570366715, @@ -59612,24 +49408,24 @@ 506.9307418192317 ], "relative wind speed": [ - 1.3843705697322892, + 1.384370569732289, 1.0456861590754838, - 0.6894204717965771, + 0.689420471796577, 0.6512404611345655, 0.9848271546765476, 1.3389947183044335, - 1.552760706611612, + 1.5527607066116118, 1.5691565443608377 ], "relative wind angle": [ - 0.3245609110002398, + 0.32456091100024015, 0.4606213505620268, - 0.3184874605326406, - 0.2474567038557047, + 0.31848746053264027, + 0.24745670385570467, 0.46482579858142375, 0.3545148495273951, - 0.13948067563374372, - 0.10183188096909342 + 0.13948067563374292, + 0.10183188096909343 ], "resistance": [ 96850.38467001666, @@ -59682,11 +49478,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 326.6879024229045, + 326.6879024229039, -26.812358476231566, -302.6356053764423, -378.37629708173745, - -258.9183816368554, + -258.91838163685543, 46.23179798615979, 392.87819725707516, 567.6493578549255 @@ -59696,17 +49492,17 @@ 1.202537605396325, 0.832677047791339, 0.6592070248634656, - 0.9062588308324198, + 0.9062588308324196, 1.2755590845385818, 1.5426589398252397, 1.624374885582725 ], "relative wind angle": [ - 0.2488089747864837, + 0.2488089747864855, 0.4132628820089962, - 0.38595010830891374, - 0.0601841056548432, - 0.41998716826867455, + 0.385950108308914, + 0.06018410565484321, + 0.41998716826867427, 0.3882934129814255, 0.20461457951796186, 0.024411715372762283 @@ -59749,68 +49545,7 @@ "id": "1706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.968299387795191, - 3.968299387795191, - 3.968299387795191, - 3.968299387795191, - 3.968299387795191, - 3.968299387795191, - 3.968299387795191, - 3.968299387795191 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 216.6648831514782, - -117.23069464987782, - -332.1036986792284, - -350.34127386150953, - -172.1238048316688, - 149.9680272763111, - 458.5871510249291, - 500.4370407095105 - ], - "relative wind speed": [ - 1.3878592038969106, - 1.056519789402214, - 0.7070802895636484, - 0.6620740783296981, - 0.9836000902883281, - 1.3331872494357548, - 1.5471456853079997, - 1.5669333815642748 - ], - "relative wind angle": [ - 0.31462386500779815, - 0.44777934819067367, - 0.3125641501942487, - 0.22846441228381636, - 0.451867358679968, - 0.35023076058497765, - 0.141000945309414, - 0.09584181477222373 - ], - "resistance": [ - 96851.16488315146, - 96517.26930535011, - 96302.39630132075, - 96284.15872613847, - 96462.37619516831, - 96784.46802727629, - 97093.08715102491, - 97134.9370407095 - ], - "fuel": [ - 38.82340987002547, - 38.651348888494084, - 38.54084126018561, - 38.53146971725526, - 38.62310142112524, - 38.78900690628883, - 38.948334917350024, - 38.96996767084937 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 16.875, -41.40625 17.03125, -41.25 17.03125, -41.25 16.875, -41.40625 16.875))", @@ -59829,68 +49564,7 @@ "id": "1707", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.051632994008568, - 4.051632994008568, - 4.051632994008568, - 4.051632994008568, - 4.051632994008568, - 4.051632994008568, - 4.051632994008568, - 4.051632994008568 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 256.48510767509197, - -67.23595801374137, - -302.49083700784297, - -350.66830763366613, - -215.26382735699667, - 78.1517819159044, - 387.3799705659942, - 497.9686242714531 - ], - "relative wind speed": [ - 1.4299937338166335, - 1.1353181729229445, - 0.7987980387740724, - 0.6881462040226707, - 0.9443141910585888, - 1.2836136554354587, - 1.5160913770087108, - 1.569415869703968 - ], - "relative wind angle": [ - 0.26088100996008234, - 0.3998312235301333, - 0.3264395592745628, - 0.11605349102133287, - 0.40127385574066055, - 0.35148400659795176, - 0.16977031297016743, - 0.050793991078616166 - ], - "resistance": [ - 96890.9851076751, - 96567.26404198626, - 96332.00916299215, - 96283.83169236634, - 96419.23617264301, - 96712.6517819159, - 97021.87997056599, - 97132.46862427145 - ], - "fuel": [ - 38.86005155233533, - 38.693179542056434, - 38.57215481917876, - 38.54739576518278, - 38.6170039341306, - 38.7680758992058, - 38.92763606156377, - 38.98478561924799 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 16.71875, -42.5 16.875, -42.34375 16.875, -42.34375 16.71875, -42.5 16.71875))", @@ -59922,9 +49596,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 56.55020355369231, + 56.550203553692086, -173.00547936991177, - -283.48288136606726, + -283.4828813660674, -254.10004808651354, -78.19714726394596, 168.75021641864225, @@ -59934,7 +49608,7 @@ "relative wind speed": [ 1.2626424231725466, 1.0090808115212946, - 0.8269263714079562, + 0.8269263714079561, 0.8870534845982256, 1.125630877506411, 1.3575959181621085, @@ -59942,14 +49616,14 @@ 1.440294024375939 ], "relative wind angle": [ - 0.26035283895755157, + 0.2603528389575524, 0.28135672428629505, 0.0862135232659215, 0.2037429080846415, 0.29292598774105283, - 0.20787386574484654, - 0.04827178316488927, - 0.12494036937813502 + 0.20787386574484656, + 0.048271783164889275, + 0.12494036937813503 ], "resistance": [ 96691.05020355368, @@ -60002,19 +49676,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -29.478322677640904, + -29.478322677641017, -214.7147566272784, - -265.75960364161296, + -265.75960364161386, -199.04785528338215, - -3.428693596411904, + -3.42869359641179, 218.57763796546726, - 336.7008677797644, + 336.7008677797684, 195.85851358245816 ], "relative wind speed": [ - 1.2056138751770815, + 1.2056138751770813, 0.9841170476916058, - 0.8865768067608913, + 0.8865768067608912, 1.0064731821939168, 1.2314381879241767, 1.4147291129895632, @@ -60022,13 +49696,13 @@ 1.3989126349497059 ], "relative wind angle": [ - 0.24774372785573381, + 0.24774372785573334, 0.2042753007206182, - 0.015013229399641592, + 0.015013229399648987, 0.2187950846765783, - 0.2424428900604278, - 0.14158481436248815, - 0.009006603512495073, + 0.24244289006042732, + 0.14158481436248818, + 0.009006603512482746, 0.15680495245646503 ], "resistance": [ @@ -60036,7 +49710,7 @@ 96419.78524337275, 96368.74039635842, 96435.45214471665, - 96631.07130640361, + 96631.07130640362, 96853.0776379655, 96971.2008677798, 96830.35851358248 @@ -60046,7 +49720,7 @@ 38.65860997443269, 38.6323609370162, 38.666668385089935, - 38.767363746775004, + 38.76736374677502, 38.88181445725279, 38.94278516288553, 38.87009366515761 @@ -60069,52 +49743,7 @@ "id": "1710", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 28.446114899277987, - 28.446114899277987, - 28.446114899277987, - 28.446114899277987, - 28.446114899277987, - 28.446114899277987, - 28.446114899277987, - 28.446114899277987 - ], - "relative wind speed": [ - 0.3591758953580395, - 0.3591758953580395, - 0.3591758953580395, - 0.3591758953580395, - 0.3591758953580395, - 0.3591758953580395, - 0.3591758953580395, - 0.3591758953580395 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 16.5625, -42.34375 16.71875, -42.1875 16.71875, -42.1875 16.5625, -42.34375 16.5625))", @@ -60146,33 +49775,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 22.167620770628105, + 22.16762077062799, -201.79988059597866, - -292.0536928273417, + -292.05369282734216, -246.07670327583708, - -51.41124193152473, + -51.411241931524614, 199.55054469470383, - 369.9924610426915, + 369.99246104269434, 264.0150570635998 ], "relative wind speed": [ 1.2725097558321428, 1.0237965298414176, - 0.8714120761391805, + 0.8714120761391803, 0.9602371633266491, 1.2003929348903288, 1.4184727499346852, - 1.5168603331821293, + 1.516860333182129, 1.4622478815129076 ], "relative wind angle": [ - 0.2565513523038417, + 0.25655135230384213, 0.25145623788092203, - 0.042881371046396215, + 0.04288137104639881, 0.2118482595030036, - 0.27234503666821985, + 0.27234503666821946, 0.18056397475649236, - 0.0246296049434528, + 0.024629604943443788, 0.13852202273876707 ], "resistance": [ @@ -60226,10 +49855,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 294.86635195733083, + 294.8663519573306, -23.705005262215423, - -285.2405135290121, - -361.45744913568893, + -285.2405135290123, + -361.45744913568757, -268.1956467169675, 4.616121053074039, 319.9750001599506, @@ -60238,22 +49867,22 @@ "relative wind speed": [ 1.54061749385287, 1.2884751496648719, - 0.9834146278913108, - 0.8368381213694128, + 0.9834146278913107, + 0.8368381213694127, 1.007988516768725, 1.3150569953424824, 1.556418575432877, 1.6398917863462894 ], "relative wind angle": [ - 0.19189287209007458, - 0.31693074974430974, - 0.28242424674763233, - 0.016697407694574604, + 0.1918928720900752, + 0.3169307497443098, + 0.2824242467476327, + 0.016697407694561305, 0.2957881917917771, - 0.31030815254612093, + 0.3103081525461209, 0.1770082840273189, - 0.008520407983827862 + 0.008520407983827864 ], "resistance": [ 96929.36635195737, @@ -60293,68 +49922,7 @@ "id": "1713", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.6562850159984, - 4.6562850159984, - 4.6562850159984, - 4.6562850159984, - 4.6562850159984, - 4.6562850159984, - 4.6562850159984, - 4.6562850159984 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 176.8950873654902, - -111.9582140608536, - -309.3472273045994, - -334.3421666993703, - -193.43005714282356, - 80.76285776474151, - 345.32281627376904, - 402.78453330500554 - ], - "relative wind speed": [ - 1.4961937375933854, - 1.24878469251753, - 1.008403892757128, - 0.9636805092674157, - 1.160402390400353, - 1.4232590065741424, - 1.6025763623405869, - 1.6298617377307227 - ], - "relative wind angle": [ - 0.20178180907472026, - 0.2707189097113618, - 0.17183134914980674, - 0.09364390305065023, - 0.26137642251824367, - 0.2368495092028943, - 0.1078004034538708, - 0.05531569809612022 - ], - "resistance": [ - 96811.39508736548, - 96522.54178593915, - 96325.1527726954, - 96300.15783330063, - 96441.06994285718, - 96715.26285776474, - 96979.82281627377, - 97037.284533305 - ], - "fuel": [ - 38.949466220513024, - 38.800634682716264, - 38.699108650576996, - 38.68626297266218, - 38.75871248503254, - 38.89989966169117, - 39.03639182980888, - 39.06607199148307 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 16.25, -42.5 16.40625, -42.34375 16.40625, -42.34375 16.25, -42.5 16.25))", @@ -60386,14 +49954,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 511.7616909460861, + 511.7616909460834, 220.59734944297463, - -146.28494243566433, + -146.28494243566445, -393.66467028469316, - -422.1208030639422, + -422.12080306394205, -238.51949981481175, 111.60376913678931, - 446.411156846127 + 446.4111568461268 ], "relative wind speed": [ 1.818804410062653, @@ -60403,20 +49971,20 @@ 1.0567385741201811, 1.2878156708314499, 1.5889340112816528, - 1.7910862113301178 + 1.791086211330118 ], "relative wind angle": [ - 0.059941217982062506, - 0.2103674691400034, - 0.280968069258214, + 0.05994121798206807, + 0.21036746914000337, + 0.2809680692582144, 0.17607801360846656, - 0.1032895551695182, + 0.10328955516951713, 0.2730709971246144, 0.24293090826251332, - 0.10809111477074262 + 0.10809111477074365 ], "resistance": [ - 97146.26169094612, + 97146.2616909461, 96855.097349443, 96488.21505756436, 96240.83532971534, @@ -60453,68 +50021,7 @@ "id": "1715", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.001906516449721, - 5.001906516449721, - 5.001906516449721, - 5.001906516449721, - 5.001906516449721, - 5.001906516449721, - 5.001906516449721, - 5.001906516449721 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 364.9451932078565, - 62.259213974735644, - -237.44936431102246, - -377.7746613846573, - -336.76381941479707, - -102.87057647329891, - 220.8037312876396, - 459.3986178860183 - ], - "relative wind speed": [ - 1.700666114321657, - 1.503033080823077, - 1.2284309831210969, - 1.0399261020367376, - 1.1076097940913547, - 1.3638021287270767, - 1.6155562534548749, - 1.7428764702845962 - ], - "relative wind angle": [ - 0.11674915470199446, - 0.23637242695811977, - 0.24643145879461928, - 0.06911757270687813, - 0.17982167652396133, - 0.26103923185138667, - 0.18657036997199156, - 0.04121938375580086 - ], - "resistance": [ - 96999.4451932079, - 96696.75921397477, - 96397.05063568903, - 96256.72533861539, - 96297.73618058524, - 96531.62942352674, - 96855.30373128768, - 97093.89861788607 - ], - "fuel": [ - 39.131925937063556, - 38.97576310548796, - 38.82147228941978, - 38.74934731660664, - 38.770418659827776, - 38.89071248021545, - 39.05751744092214, - 39.18072647573413 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 16.40625, -42.1875 16.5625, -42.03125 16.5625, -42.03125 16.40625, -42.1875 16.40625))", @@ -60533,68 +50040,7 @@ "id": "1716", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.210311614838118, - 4.210311614838118, - 4.210311614838118, - 4.210311614838118, - 4.210311614838118, - 4.210311614838118, - 4.210311614838118, - 4.210311614838118 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 140.9296230376542, - -139.12945280097466, - -309.4129743596778, - -311.39967195767235, - -145.40381407282757, - 133.45768921604304, - 381.584653026512, - 386.13038699365904 - ], - "relative wind speed": [ - 1.3641051441755763, - 1.0864465974759563, - 0.8332921852758491, - 0.8291552127381568, - 1.0787782243114348, - 1.3580055568545066, - 1.5264892517056914, - 1.5287403097988694 - ], - "relative wind angle": [ - 0.2592290024770739, - 0.33053833099558816, - 0.17977025158587168, - 0.17198111857833884, - 0.33009589221958585, - 0.26266170813028855, - 0.0977623575277484, - 0.09295344084686498 - ], - "resistance": [ - 96775.42962303765, - 96495.37054719903, - 96325.08702564033, - 96323.10032804233, - 96489.09618592718, - 96767.95768921604, - 97016.08465302651, - 97020.63038699365 - ], - "fuel": [ - 38.83235044613758, - 38.68808302703725, - 38.60050719541606, - 38.59948608507813, - 38.684854244697426, - 38.82849762377005, - 38.956552723266725, - 38.95890085442214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 16.40625, -42.03125 16.5625, -41.875 16.5625, -41.875 16.40625, -42.03125 16.40625))", @@ -60626,9 +50072,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 145.25965123276558, + 145.25965123276512, -155.56070427303678, - -328.6591729912183, + -328.6591729912184, -319.62343286825956, -127.92252199800419, 178.5786202015039, @@ -60636,9 +50082,9 @@ 423.53046387707025 ], "relative wind speed": [ - 1.3282633121942011, + 1.328263312194201, 1.0090033610816491, - 0.7156757577685969, + 0.7156757577685968, 0.7368462936591437, 1.0451442330008913, 1.3559211303103387, @@ -60646,17 +50092,17 @@ 1.5210744340159406 ], "relative wind angle": [ - 0.3154352653056351, - 0.405722163568163, - 0.21276293887516098, - 0.2531064123966555, - 0.40527180392908946, + 0.3154352653056354, + 0.40572216356816304, + 0.21276293887516096, + 0.25310641239665554, + 0.4052718039290894, 0.2980966692182703, 0.09886005089777367, 0.1216055878014446 ], "resistance": [ - 96779.75965123273, + 96779.75965123271, 96478.93929572692, 96305.84082700874, 96314.8765671317, @@ -60706,34 +50152,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 204.84509886405147, + 204.8450988640509, -104.71747697559545, - -319.9503526234193, - -351.6229074693771, + -319.95035262341946, + -351.62290746937725, -205.92673660202655, 84.73341943080652, 371.87685911530843, 444.50421307513716 ], "relative wind speed": [ - 1.4872877075037056, + 1.4872877075037052, 1.2183191042560506, - 0.94426445586015, - 0.8838564608410381, + 0.9442644558601497, + 0.8838564608410382, 1.1034909630867045, 1.3947815566282715, 1.5931357970696614, 1.6274258161695743 ], "relative wind angle": [ - 0.222901957601532, + 0.22290195760153203, 0.3110578572633855, 0.21186084564291355, - 0.10436970202572152, + 0.10436970202572364, 0.3025403584715876, 0.2706352375672982, - 0.12495930891208741, - 0.05661066106711906 + 0.12495930891208742, + 0.05661066106711905 ], "resistance": [ 96839.34509886408, @@ -60786,19 +50232,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 244.75981333677316, + 244.75981333677248, -122.02272137651346, - -374.32173974690056, + -374.3217397469006, -409.8568272906934, -233.9092882065159, 111.3361169609085, - 451.78976784326744, + 451.789767843267, 533.166061306809 ], "relative wind speed": [ - 1.5733939745834724, + 1.5733939745834722, 1.2683261610347805, - 0.953300692339279, + 0.9533006923392789, 0.88652990315626, 1.1454573323049408, 1.4761401859652437, @@ -60806,14 +50252,14 @@ 1.7325431683500645 ], "relative wind angle": [ - 0.24233975783957692, - 0.3414159979713887, + 0.2423397578395783, + 0.3414159979713888, 0.23610063288013633, 0.12361344690166629, 0.335909424137796, 0.2918085777609155, - 0.1318052467467701, - 0.06313308227353394 + 0.13180524674677094, + 0.06313308227353395 ], "resistance": [ 96879.25981333679, @@ -60853,52 +50299,7 @@ "id": "1720", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.40077204189615, - 43.40077204189615, - 43.40077204189615, - 43.40077204189615, - 43.40077204189615, - 43.40077204189615, - 43.40077204189615, - 43.40077204189615 - ], - "relative wind speed": [ - 0.4436540297903186, - 0.4436540297903186, - 0.4436540297903186, - 0.4436540297903186, - 0.4436540297903186, - 0.4436540297903186, - 0.4436540297903186, - 0.4436540297903186 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 16.71875, -41.71875 16.875, -41.5625 16.875, -41.5625 16.71875, -41.71875 16.71875))", @@ -60917,52 +50318,7 @@ "id": "1721", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.34751752771398, - 52.34751752771398, - 52.34751752771398, - 52.34751752771398, - 52.34751752771398, - 52.34751752771398, - 52.34751752771398, - 52.34751752771398 - ], - "relative wind speed": [ - 0.4872409133156617, - 0.4872409133156617, - 0.4872409133156617, - 0.4872409133156617, - 0.4872409133156617, - 0.4872409133156617, - 0.4872409133156617, - 0.4872409133156617 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 16.5625, -41.875 16.71875, -41.71875 16.71875, -41.71875 16.5625, -41.875 16.5625))", @@ -60981,52 +50337,7 @@ "id": "1722", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.33432252145071, - 52.33432252145071, - 52.33432252145071, - 52.33432252145071, - 52.33432252145071, - 52.33432252145071, - 52.33432252145071, - 52.33432252145071 - ], - "relative wind speed": [ - 0.48717950111887304, - 0.48717950111887304, - 0.48717950111887304, - 0.48717950111887304, - 0.48717950111887304, - 0.48717950111887304, - 0.48717950111887304, - 0.48717950111887304 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 16.5625, -41.71875 16.71875, -41.5625 16.71875, -41.5625 16.5625, -41.71875 16.5625))", @@ -61058,32 +50369,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 40.48308874514771, + 40.4830887451476, -270.0093625343467, - -386.4340426329811, + -386.4340426329812, -302.5927808982453, -14.053407314504511, - 350.54511669469366, + 350.5451166946939, 594.1089400888627, 400.14960242857694 ], "relative wind speed": [ 1.2704486323318689, 0.8875439308680851, - 0.6370311517130778, + 0.6370311517130777, 0.831859306957958, 1.215992108438459, - 1.5182036444290843, + 1.518203644429084, 1.6391668148561436, 1.5494149310646104 ], "relative wind angle": [ - 0.40559943224915174, + 0.4055994322491523, 0.4368384554304313, 0.04672718589683111, - 0.41240173861134705, + 0.4124017386113471, 0.4249112045290319, - 0.24992506393656172, + 0.2499250639365608, 0.01815402570089848, 0.21688614964521669 ], @@ -61138,9 +50449,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 254.63084754079603, + 254.63084754079568, -98.21118497096035, - -340.58335449329707, + -340.58335449329724, -377.41435445017083, -210.30550921110512, 119.1022242797103, @@ -61150,7 +50461,7 @@ "relative wind speed": [ 1.4622446730102532, 1.1398552013482455, - 0.7858809614459613, + 0.7858809614459612, 0.7017722322368858, 0.9985951764135645, 1.3550210072403495, @@ -61158,14 +50469,14 @@ 1.6256898671531907 ], "relative wind angle": [ - 0.28465252379874134, + 0.2846525237987425, 0.4199291359262838, - 0.31914189607843907, + 0.3191418960784394, 0.16607114740672618, - 0.42378222938368526, + 0.4237822293836852, 0.3500631534242265, - 0.15602744387597195, - 0.07142065489046852 + 0.15602744387597198, + 0.07142065489046853 ], "resistance": [ 96889.13084754082, @@ -61218,33 +50529,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 372.0597535044377, + 372.0597535044375, 58.40252171194629, - -232.41933558705938, + -232.4193355870595, -358.2142505080417, - -301.9071031733949, + -301.90710317339483, -57.26046949194324, - 268.421065904295, + 268.42106590429523, 501.3637501127864 ], "relative wind speed": [ 1.5338277551534787, 1.2977149257941751, - 0.9654817326968769, + 0.9654817326968768, 0.7330474407327775, - 0.854950959453543, + 0.8549509594535432, 1.1830066343519428, 1.4667698351746705, 1.5956848608621998 ], "relative wind angle": [ - 0.17179270687818304, + 0.1717927068781837, 0.3393788581285157, - 0.3695742531877335, + 0.36957425318773385, 0.08357831301389138, - 0.3117151107040433, - 0.37382688414673254, - 0.24006652976829973, + 0.311715110704044, + 0.3738268841467325, + 0.24006652976829923, 0.03836006553621111 ], "resistance": [ @@ -61298,9 +50609,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 202.57654339552244, + 202.57654339552187, -130.33444361875746, - -343.3163905024462, + -343.3163905024463, -358.67945086826046, -177.42964381230303, 145.85141968981975, @@ -61308,9 +50619,9 @@ 485.2823732455696 ], "relative wind speed": [ - 1.4221592949376347, + 1.4221592949376345, 1.1031342217976945, - 0.7811685780278842, + 0.7811685780278841, 0.7469137377839284, 1.0442868361083557, 1.3770137780521676, @@ -61318,13 +50629,13 @@ 1.5984967702677257 ], "relative wind angle": [ - 0.2903459154791694, + 0.2903459154791702, 0.4000795867760186, - 0.25956151832307617, - 0.1969053103463599, + 0.2595615183230766, + 0.19690531034635994, 0.4004954993196897, 0.31732281430137127, - 0.1270719541015928, + 0.12707195410159283, 0.09154039797986663 ], "resistance": [ @@ -61365,68 +50676,7 @@ "id": "1727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.0363365094822425, - 4.0363365094822425, - 4.0363365094822425, - 4.0363365094822425, - 4.0363365094822425, - 4.0363365094822425, - 4.0363365094822425, - 4.0363365094822425 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 354.8831972673736, - 59.047142141400286, - -216.3915238204317, - -337.12300150784523, - -285.31266648922156, - -55.70931108540822, - 251.92934640460987, - 473.8493516360098 - ], - "relative wind speed": [ - 1.4866934726514058, - 1.2574371068644474, - 0.9323536996644815, - 0.701187687761953, - 0.8182264773556257, - 1.1395630619454369, - 1.4179099508050734, - 1.5453439346634579 - ], - "relative wind angle": [ - 0.17200180985337363, - 0.3429664064437483, - 0.3773697835892889, - 0.08996898424454618, - 0.3162277083835906, - 0.3801573073847146, - 0.24472920812559398, - 0.0407789715395098 - ], - "resistance": [ - 96989.3831972674, - 96693.54714214141, - 96418.10847617958, - 96297.37699849217, - 96349.1873335108, - 96578.79068891461, - 96886.42934640462, - 97108.34935163602 - ], - "fuel": [ - 38.90786269502249, - 38.75524120693886, - 38.61343546450896, - 38.55136754207825, - 38.57799653580801, - 38.69612614620971, - 38.85471197295034, - 38.96932901229606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 16.40625, -41.875 16.5625, -41.71875 16.5625, -41.71875 16.40625, -41.875 16.40625))", @@ -61445,52 +50695,7 @@ "id": "1728", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.84863471470152, - 47.84863471470152, - 47.84863471470152, - 47.84863471470152, - 47.84863471470152, - 47.84863471470152, - 47.84863471470152, - 47.84863471470152 - ], - "relative wind speed": [ - 0.4658332437160612, - 0.4658332437160612, - 0.4658332437160612, - 0.4658332437160612, - 0.4658332437160612, - 0.4658332437160612, - 0.4658332437160612, - 0.4658332437160612 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 16.40625, -41.71875 16.5625, -41.5625 16.5625, -41.5625 16.40625, -41.71875 16.40625))", @@ -61509,52 +50714,7 @@ "id": "1729", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 48.939517066221356, - 48.939517066221356, - 48.939517066221356, - 48.939517066221356, - 48.939517066221356, - 48.939517066221356, - 48.939517066221356, - 48.939517066221356 - ], - "relative wind speed": [ - 0.471113492911016, - 0.471113492911016, - 0.471113492911016, - 0.471113492911016, - 0.471113492911016, - 0.471113492911016, - 0.471113492911016, - 0.471113492911016 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 16.25, -41.875 16.40625, -41.71875 16.40625, -41.71875 16.25, -41.875 16.25))", @@ -61573,68 +50733,7 @@ "id": "1730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.547757566914976, - 4.547757566914976, - 4.547757566914976, - 4.547757566914976, - 4.547757566914976, - 4.547757566914976, - 4.547757566914976, - 4.547757566914976 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 284.3672969683589, - -82.03255167598411, - -351.1248986516542, - -406.5940603798202, - -255.62616624518375, - 76.78524171322044, - 426.0647003504147, - 553.2935952560671 - ], - "relative wind speed": [ - 1.5671506217976803, - 1.2667381850757917, - 0.931351453810056, - 0.8223007065790569, - 1.0690830094287926, - 1.4121876372922506, - 1.652720188639346, - 1.7095967654420046 - ], - "relative wind angle": [ - 0.23762427110963527, - 0.35860910093770393, - 0.2827521020743761, - 0.09391296383084587, - 0.3523032837157872, - 0.32027067453363706, - 0.15787865001566115, - 0.04512023121470394 - ], - "resistance": [ - 96918.8672969684, - 96552.46744832405, - 96283.37510134839, - 96227.90593962022, - 96378.87383375486, - 96711.28524171327, - 97060.56470035046, - 97187.79359525611 - ], - "fuel": [ - 38.979727768276575, - 38.79084674226713, - 38.65244639990016, - 38.62395083793919, - 38.701532736260575, - 38.87265680284238, - 39.05290746643776, - 39.11867855400153 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 16.25, -41.71875 16.40625, -41.5625 16.40625, -41.5625 16.25, -41.71875 16.25))", @@ -61653,68 +50752,7 @@ "id": "1731", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.301079489583544, - 4.301079489583544, - 4.301079489583544, - 4.301079489583544, - 4.301079489583544, - 4.301079489583544, - 4.301079489583544, - 4.301079489583544 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 288.92361389391783, - -39.40784821872103, - -297.1570393609416, - -365.2248668288498, - -253.56115728585797, - 33.103211208545076, - 353.68051959512445, - 510.2646072655409 - ], - "relative wind speed": [ - 1.50615372991247, - 1.2335833746739584, - 0.909450935638091, - 0.7691042086526614, - 0.9762111379522688, - 1.303748174195967, - 1.5473804443827992, - 1.6217169790762112 - ], - "relative wind angle": [ - 0.21950099139387416, - 0.3530658996341795, - 0.3075004772875857, - 0.04845582342753175, - 0.34260901478273265, - 0.33330435601963593, - 0.1788462035507683, - 0.0229733505615288 - ], - "resistance": [ - 96923.4236138939, - 96595.09215178127, - 96337.34296063904, - 96269.27513317113, - 96380.93884271412, - 96667.60321120854, - 96988.18051959512, - 97144.76460726553 - ], - "fuel": [ - 38.92770399540187, - 38.758418599079235, - 38.62580598011513, - 38.5908261706085, - 38.648218802871, - 38.79577027979062, - 38.96113956123426, - 39.04205221802358 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 16.40625, -41.5625 16.5625, -41.40625 16.5625, -41.40625 16.40625, -41.5625 16.40625))", @@ -61733,68 +50771,7 @@ "id": "1732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9634564383519977, - 3.9634564383519977, - 3.9634564383519977, - 3.9634564383519977, - 3.9634564383519977, - 3.9634564383519977, - 3.9634564383519977, - 3.9634564383519977 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 144.30730918653455, - -175.71684890615472, - -350.4459578501825, - -329.4372620615534, - -112.46127774397667, - 221.15696971358227, - 501.90583582875206, - 453.691182796337 - ], - "relative wind speed": [ - 1.3269717831197536, - 0.9767180706982832, - 0.6585093338461435, - 0.7103755512665391, - 1.0608414826129993, - 1.3900577595193617, - 1.5660792514001558, - 1.5432450682219352 - ], - "relative wind angle": [ - 0.35276148111801364, - 0.45156227338474636, - 0.22092218411274872, - 0.3180467022532244, - 0.44688972313688374, - 0.31163439788276504, - 0.09227104877548378, - 0.1444470631030601 - ], - "resistance": [ - 96778.80730918655, - 96458.78315109386, - 96284.05404214983, - 96305.06273793847, - 96522.03872225604, - 96855.6569697136, - 97136.40583582877, - 97088.19118279635 - ], - "fuel": [ - 38.78516656353126, - 38.62033162126791, - 38.53049468315676, - 38.54129029160168, - 38.65288246919927, - 38.82480628724994, - 38.969805783713994, - 38.94488330850708 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 16.40625, -41.40625 16.5625, -41.25 16.5625, -41.25 16.40625, -41.40625 16.40625))", @@ -61813,68 +50790,7 @@ "id": "1733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8856974276343057, - 3.8856974276343057, - 3.8856974276343057, - 3.8856974276343057, - 3.8856974276343057, - 3.8856974276343057, - 3.8856974276343057, - 3.8856974276343057 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 340.0060536787943, - 18.85552253866365, - -250.98415564184418, - -343.3803348435425, - -261.01042299501347, - 2.0840551013058644, - 324.7700724034469, - 530.8459355135445 - ], - "relative wind speed": [ - 1.4550898417220512, - 1.185954516383334, - 0.826741844592208, - 0.6097899234601283, - 0.8087511084575917, - 1.1682793706918129, - 1.4449438484987436, - 1.5490387510196693 - ], - "relative wind angle": [ - 0.22544845283457177, - 0.40716536404142983, - 0.4223769586653968, - 0.015806060179635564, - 0.41391332324601443, - 0.41369931931478426, - 0.23675166692725477, - 0.006221947051315011 - ], - "resistance": [ - 96974.50605367882, - 96653.3555225387, - 96383.51584435819, - 96291.11966515648, - 96373.48957700502, - 96636.58405510134, - 96959.27007240348, - 97165.34593551357 - ], - "fuel": [ - 38.87157289853201, - 38.70592460478124, - 38.56703896777038, - 38.51954521404675, - 38.56188370002318, - 38.69728448636515, - 38.86370556222825, - 38.9701892144789 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 16.25, -41.5625 16.40625, -41.40625 16.40625, -41.40625 16.25, -41.5625 16.25))", @@ -61893,68 +50809,7 @@ "id": "1734", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.240518783070538, - 4.240518783070538, - 4.240518783070538, - 4.240518783070538, - 4.240518783070538, - 4.240518783070538, - 4.240518783070538, - 4.240518783070538 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 318.15316130362646, - -42.726018323462085, - -319.58691974716606, - -390.3562661707905, - -260.6489529703952, - 55.58384014134026, - 406.86133845371, - 569.7715310257248 - ], - "relative wind speed": [ - 1.523965112824455, - 1.2226185823665967, - 0.8592281104637141, - 0.704315958605338, - 0.9539626616803321, - 1.3182254082812126, - 1.5793167760697129, - 1.654222915885317 - ], - "relative wind angle": [ - 0.2470539524317023, - 0.39945512980560033, - 0.35637916438405803, - 0.07326746560226054, - 0.40135781716940466, - 0.3690285115026219, - 0.19096871386688966, - 0.031172122510268647 - ], - "resistance": [ - 96952.65316130365, - 96591.77398167657, - 96314.91308025287, - 96244.14373382925, - 96373.85104702963, - 96690.08384014136, - 97041.36133845375, - 97204.27153102575 - ], - "fuel": [ - 38.93005736480621, - 38.743973196356286, - 38.60154081648706, - 38.56517896849388, - 38.63183783148096, - 38.7946177824619, - 38.97587315608739, - 39.0600888953533 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 16.25, -41.40625 16.40625, -41.25 16.40625, -41.25 16.25, -41.40625 16.25))", @@ -61973,68 +50828,7 @@ "id": "1735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8520346487172867, - 3.8520346487172867, - 3.8520346487172867, - 3.8520346487172867, - 3.8520346487172867, - 3.8520346487172867, - 3.8520346487172867, - 3.8520346487172867 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 295.3926793777246, - -47.179766836911995, - -298.48146383297706, - -356.1157431493554, - -220.06211350249578, - 84.43323028598621, - 415.71933911847117, - 548.925136718337 - ], - "relative wind speed": [ - 1.4251295981844425, - 1.1102981103401077, - 0.728354719746187, - 0.579297528366827, - 0.873038101316425, - 1.249170926713684, - 1.5042238198469642, - 1.5676747977816137 - ], - "relative wind angle": [ - 0.2879459175828237, - 0.46289603145143055, - 0.41917491518869165, - 0.13254219112859728, - 0.48201842673491074, - 0.4081351687765913, - 0.1983738592311496, - 0.04885401890881209 - ], - "resistance": [ - 96929.89267937772, - 96587.32023316309, - 96336.01853616703, - 96278.38425685065, - 96414.4378864975, - 96718.93323028598, - 97050.21933911847, - 97183.42513671833 - ], - "fuel": [ - 38.842350199037064, - 38.66572308170344, - 38.5364319680104, - 38.506813086281, - 38.57675237371255, - 38.733529842356944, - 38.904493117692965, - 38.97335032372487 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 17.34375, -41.25 17.5, -41.09375 17.5, -41.09375 17.34375, -41.25 17.34375))", @@ -62066,19 +50860,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 344.7826306777024, + 344.7826306777023, -58.86264681575017, - -348.73927570596766, + -348.7392757059678, -411.2523441073824, -244.38852991037265, 116.94618809607653, - 506.4973248619657, + 506.4973248619659, 651.5246140248904 ], "relative wind speed": [ - 1.5216412864932194, + 1.5216412864932192, 1.1695423513254937, - 0.7408657604276774, + 0.7408657604276772, 0.5816172963089722, 0.92703168100369, 1.3442286378445083, @@ -62086,13 +50880,13 @@ 1.6841915754983185 ], "relative wind angle": [ - 0.3075100321785037, + 0.3075100321785041, 0.49345909130728216, 0.450928458333819, 0.16821421408387915, 0.5199459469365751, - 0.4247793183836456, - 0.20058824244073403, + 0.42477931838364563, + 0.2005882424407335, 0.05784964583532332 ], "resistance": [ @@ -62133,52 +50927,7 @@ "id": "1737", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.019918639417305, - 58.019918639417305, - 58.019918639417305, - 58.019918639417305, - 58.019918639417305, - 58.019918639417305, - 58.019918639417305, - 58.019918639417305 - ], - "relative wind speed": [ - 0.5129608978454847, - 0.5129608978454847, - 0.5129608978454847, - 0.5129608978454847, - 0.5129608978454847, - 0.5129608978454847, - 0.5129608978454847, - 0.5129608978454847 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 17.1875, -41.25 17.34375, -41.09375 17.34375, -41.09375 17.1875, -41.25 17.1875))", @@ -62210,19 +50959,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 361.3178545783178, + 361.3178545783177, -29.758195369840564, -337.2415764320448, -422.5186734118593, -292.77581947761183, - 44.43700825347241, + 44.4370082534723, 428.32882269287563, 624.9549898582976 ], "relative wind speed": [ 1.5941395795976123, 1.2853839412092003, - 0.903810030714279, + 0.9038100307142789, 0.7242882855967057, 0.972927452319089, 1.354864181531591, @@ -62230,12 +50979,12 @@ 1.7214166567287392 ], "relative wind angle": [ - 0.24021972328754634, - 0.3985594053717048, + 0.24021972328754684, + 0.39855940537170487, 0.3692545602599222, 0.05183229631605656, - 0.4004414864004899, - 0.37706038039469547, + 0.40044148640048993, + 0.3770603803946955, 0.20094562558332124, 0.02180046875178099 ], @@ -62290,9 +51039,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 433.9711546418352, + 433.97115464183474, 108.61115227253794, - -197.9728867593196, + -197.97288675931978, -341.38901378806213, -293.3163185765962, -54.59145266853233, @@ -62300,9 +51049,9 @@ 545.6812561798445 ], "relative wind speed": [ - 1.4819179850771733, + 1.481917985077173, 1.231724704308353, - 0.8477502704096553, + 0.8477502704096552, 0.5180881549140584, 0.6558272879305567, 1.0531118643743587, @@ -62310,11 +51059,11 @@ 1.5355048061882728 ], "relative wind angle": [ - 0.19785471631452647, + 0.197854716314527, 0.4286422156628697, - 0.5356757531953261, + 0.5356757531953263, 0.1942280902270401, - 0.4602415383380574, + 0.4602415383380575, 0.5076559437130943, 0.31866884745329216, 0.0651685313873484 @@ -62370,19 +51119,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 386.3608979841456, + 386.36089798414514, 25.365190728092784, - -278.3380941263054, + -278.3380941263055, -383.7878563270923, -292.0032638402808, 2.480525720147398, - 365.5234405332948, + 365.5234405332949, 599.184476773923 ], "relative wind speed": [ - 1.5362186206122332, + 1.536218620612233, 1.249768863544439, - 0.8644215082256544, + 0.8644215082256543, 0.6269876314775281, 0.8408463019343073, 1.2268121052170924, @@ -62390,13 +51139,13 @@ 1.6351992734118226 ], "relative wind angle": [ - 0.22824503253514117, - 0.415218981243758, - 0.4363963035726245, + 0.22824503253514217, + 0.41521898124375806, + 0.43639630357262477, 0.02004509775350807, 0.42617433995228554, 0.4234835542620702, - 0.2422520963866155, + 0.24225209638661546, 0.007685491701903036 ], "resistance": [ @@ -62450,9 +51199,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 454.1078348582706, + 454.10783485827017, 114.0986023563122, - -206.6178916830512, + -206.6178916830513, -358.3878593244699, -308.88062757236787, -59.491023584324694, @@ -62462,7 +51211,7 @@ "relative wind speed": [ 1.5192403339383977, 1.2646151238162615, - 0.8737008973119448, + 0.8737008973119446, 0.5385671114293533, 0.675727172579971, 1.0795587027315177, @@ -62470,11 +51219,11 @@ 1.5731000828030042 ], "relative wind angle": [ - 0.19542097605406947, + 0.19542097605407063, 0.42425907062168805, 0.5293521856626779, 0.1931388570470353, - 0.45178778823994176, + 0.4517877882399417, 0.5031749143649198, 0.31715863971380726, 0.065760145979067 @@ -62530,33 +51279,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 383.20512423744765, + 383.2051242374466, 25.54220880565515, - -276.3719086523619, + -276.37190865236204, -381.8557769130962, -291.6954678554832, -0.1041208026148297, - 359.881016857659, + 359.88101685765935, 592.1076247673218 ], "relative wind speed": [ - 1.534382838970786, + 1.5343828389707859, 1.2507980989387273, - 0.8694896049072186, + 0.8694896049072185, 0.634411818797118, 0.8432020801903926, 1.2250814504581806, - 1.5196408363569802, + 1.5196408363569804, 1.631821708623827 ], "relative wind angle": [ - 0.2252717431581975, + 0.2252717431581985, 0.4101505589801552, - 0.43017803875274346, + 0.43017803875274374, 0.02214699820039146, - 0.4185880181414758, + 0.4185880181414755, 0.41929631448255633, - 0.24093698866926505, + 0.24093698866926552, 0.008609606271459595 ], "resistance": [ @@ -62610,9 +51359,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 398.30282219816206, + 398.30282219816195, 79.95247438078559, - -207.21239732007436, + -207.21239732007442, -330.764752867889, -271.2821437039021, -29.83304395425938, @@ -62622,7 +51371,7 @@ "relative wind speed": [ 1.4425116714473774, 1.1841775054972505, - 0.8020319452091568, + 0.8020319452091567, 0.49839826649659646, 0.6700846923634352, 1.061874311147988, @@ -62630,13 +51379,13 @@ 1.5104478094773395 ], "relative wind angle": [ - 0.21690515176087186, + 0.21690515176087236, 0.4430157917748086, 0.5328695109886329, - 0.138053980755182, - 0.48169899173725444, + 0.13805398075518202, + 0.4816989917372544, 0.4984200631205229, - 0.3011666532935068, + 0.30116665329350684, 0.045424346566652 ], "resistance": [ @@ -62677,68 +51426,7 @@ "id": "1744", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.314501324924295, - 4.314501324924295, - 4.314501324924295, - 4.314501324924295, - 4.314501324924295, - 4.314501324924295, - 4.314501324924295, - 4.314501324924295 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 432.3161947921998, - 97.83804475702175, - -228.1246560892526, - -385.7784623354497, - -341.0985568837239, - -90.27407698035051, - 263.5524294473968, - 534.7306886828632 - ], - "relative wind speed": [ - 1.6053021198355883, - 1.3713299972213702, - 1.0239439558233254, - 0.75376696649309, - 0.8491215649564033, - 1.1905697655927105, - 1.4998470266515598, - 1.6522220456846743 - ], - "relative wind angle": [ - 0.15671326838484814, - 0.3350549145645015, - 0.38774658437452847, - 0.12850958191914139, - 0.29952061619761694, - 0.3884397140821414, - 0.26108680890708813, - 0.058500005149588495 - ], - "resistance": [ - 97066.81619479222, - 96732.33804475704, - 96406.37534391077, - 96248.72153766456, - 96293.4014431163, - 96544.22592301967, - 96898.05242944742, - 97169.23068868287 - ], - "fuel": [ - 39.00461752930874, - 38.83198830126984, - 38.66415455706847, - 38.58312261845797, - 38.606078098368, - 38.73508369222013, - 38.91746396708007, - 39.057558444874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 16.71875, -41.09375 16.875, -40.9375 16.875, -40.9375 16.71875, -41.09375 16.71875))", @@ -62770,17 +51458,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 505.5574503647938, + 505.55745036479243, 176.37017835659879, - -173.42785649699061, + -173.42785649699073, -372.5222324480635, -359.65291231213195, -134.85851073402398, - 223.33479731050534, + 223.33479731050522, 535.1113403560528 ], "relative wind speed": [ - 1.6036972981003157, + 1.6036972981003152, 1.3864027543564919, 1.0230605587594646, 0.6769773748541037, @@ -62790,14 +51478,14 @@ 1.6171721439642595 ], "relative wind angle": [ - 0.13543950019486728, + 0.1354395001948681, 0.3508356391134619, - 0.4634083408539213, + 0.4634083408539218, 0.2542118369994074, 0.3106898479509992, 0.4601092763064572, - 0.327010180496514, - 0.10547060121415684 + 0.3270101804965143, + 0.10547060121415686 ], "resistance": [ 97140.05745036484, @@ -62837,68 +51525,7 @@ "id": "1746", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.081734317546143, - 4.081734317546143, - 4.081734317546143, - 4.081734317546143, - 4.081734317546143, - 4.081734317546143, - 4.081734317546143, - 4.081734317546143 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 400.3917315616119, - 115.22733077115856, - -179.09781515616402, - -336.23648571737385, - -313.1449507294595, - -107.84036949242244, - 200.83317019061553, - 453.2351448759932 - ], - "relative wind speed": [ - 1.523456942833121, - 1.3201419932368195, - 1.0020515976717586, - 0.733225758828995, - 0.7852227049139849, - 1.0930328772144007, - 1.3904633575115708, - 1.5491532330820341 - ], - "relative wind angle": [ - 0.13490635755626593, - 0.31628700971712964, - 0.38442838361393394, - 0.16556518822513908, - 0.26400262777348754, - 0.38511682930053837, - 0.27367209738458437, - 0.07808504008846089 - ], - "resistance": [ - 97034.89173156158, - 96749.72733077113, - 96455.40218484381, - 96298.2635142826, - 96321.35504927051, - 96526.65963050755, - 96835.33317019058, - 97087.73514487596 - ], - "fuel": [ - 38.94028375757589, - 38.793113812489395, - 38.64153344396172, - 38.56073746057324, - 38.5726046751313, - 38.67820216157092, - 38.83726218086234, - 38.96758884445558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 16.5625, -41.09375 16.71875, -40.9375 16.71875, -40.9375 16.5625, -41.09375 16.5625))", @@ -62930,9 +51557,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 480.67386434500077, + 480.67386434499974, 156.8221251484989, - -179.04012314036657, + -179.04012314036675, -363.76172207809145, -343.38862260500696, -117.98763214580742, @@ -62940,9 +51567,9 @@ 527.4827131133691 ], "relative wind speed": [ - 1.5727322779580584, + 1.572732277958058, 1.3512966097528911, - 0.9894630980979378, + 0.9894630980979375, 0.6547760623779773, 0.7052995477265404, 1.0700148328994077, @@ -62950,14 +51577,14 @@ 1.5944286055798158 ], "relative wind angle": [ - 0.14531929533186144, - 0.35936256560557917, - 0.4657022913452942, - 0.23606949640932628, - 0.32879737490864813, + 0.1453192953318622, + 0.3593625656055791, + 0.46570229134529445, + 0.23606949640932626, + 0.3287973749086478, 0.46019783638666, 0.32026619882458496, - 0.09619584016481268 + 0.0961958401648127 ], "resistance": [ 97115.17386434498, @@ -63010,9 +51637,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 496.4063185123648, + 496.40631851236446, 206.350630545365, - -118.29819353964734, + -118.29819353964746, -308.3752614616195, -313.9765124561145, -135.0099399065611, @@ -63020,24 +51647,24 @@ 483.35644948085746 ], "relative wind speed": [ - 1.4897718245888758, + 1.4897718245888756, 1.2923500112087352, - 0.9352293735773879, + 0.9352293735773878, 0.5466973794791806, - 0.5292659335975132, + 0.5292659335975133, 0.9106997124928153, 1.2747111581074992, 1.483463681077603 ], "relative wind angle": [ 0.12807050138504975, - 0.38247797711952036, - 0.553783014416313, + 0.3824779771195204, + 0.5537830144163131, 0.40069229571453635, - 0.3677392545055582, + 0.3677392545055591, 0.5581612965782524, 0.3961271768828298, - 0.14424608087480423 + 0.1442460808748042 ], "resistance": [ 97130.90631851241, @@ -63090,34 +51717,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 602.9049891009488, - 363.3505271900243, + 602.904989100942, + 363.3505271900242, 0.3519402477222684, -289.1889843897951, - -377.40255389808465, + -377.4025538980845, -266.72676315828363, - 38.08941259141102, + 38.089412591410905, 397.90682821191615 ], "relative wind speed": [ - 1.6170142536889536, + 1.6170142536889534, 1.4992981377673902, 1.19531136528319, 0.7982423522484041, 0.580392608434927, 0.8388657643785309, - 1.2340265056245663, + 1.234026505624566, 1.5213151624946342 ], "relative wind angle": [ - 0.013238329428141607, - 0.2574379082064859, - 0.44862369442305466, + 0.013238329428158382, + 0.25743790820648593, + 0.4486236944230549, 0.45591633872038273, - 0.036890197704815726, + 0.036890197704812715, 0.47242974749168976, - 0.43357594559476037, - 0.23312597746048716 + 0.43357594559476015, + 0.2331259774604872 ], "resistance": [ 97237.40498910098, @@ -63170,17 +51797,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 595.221368480238, + 595.2213684802371, 300.56912207497476, -71.41331311729084, -329.2036903663111, -375.8775382640207, - -210.38142912061267, + -210.3814291206126, 130.89577429505312, 486.8906776612055 ], "relative wind speed": [ - 1.612064522369114, + 1.6120645223691137, 1.443741455857632, 1.095487828004674, 0.6810822905460299, @@ -63190,12 +51817,12 @@ 1.5626499370229945 ], "relative wind angle": [ - 0.0730243182175207, + 0.07302431821752221, 0.3243930439411068, - 0.5082953655271041, - 0.44607130354732766, - 0.21390180524492577, - 0.5325722638730774, + 0.5082953655271042, + 0.4460713035473277, + 0.21390180524492627, + 0.5325722638730773, 0.42052305770450676, 0.1891628829924349 ], @@ -63250,9 +51877,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 710.1297284982289, + 710.1297284982282, 497.2334974180611, - 69.73164386784777, + 69.73164386784731, -305.9465469808386, -456.1322150288043, -364.1734649405006, @@ -63260,9 +51887,9 @@ 408.02171855241124 ], "relative wind speed": [ - 1.7760607132141375, + 1.776060713214137, 1.685816503040286, - 1.3841478240888054, + 1.3841478240888052, 0.9584149967435397, 0.6589900373572202, 0.86410777362306, @@ -63272,11 +51899,11 @@ "relative wind angle": [ 0.02813573873225443, 0.21522563239106063, - 0.41583529193599067, + 0.415835291935991, 0.46607554305890225, - 0.07589216734957174, + 0.07589216734957176, 0.42976437870849327, - 0.4470507842620261, + 0.4470507842620264, 0.2667283366519594 ], "resistance": [ @@ -63317,68 +51944,7 @@ "id": "1752", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.348631925792119, - 4.348631925792119, - 4.348631925792119, - 4.348631925792119, - 4.348631925792119, - 4.348631925792119, - 4.348631925792119, - 4.348631925792119 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 409.3920670557678, - 60.05984905466232, - -259.83010552006124, - -394.97387034592805, - -328.90386313463216, - -54.98635211665601, - 306.0587479323174, - 561.2370837865718 - ], - "relative wind speed": [ - 1.6018549872689327, - 1.3483062337006242, - 0.9934250056764955, - 0.7480908451992505, - 0.886819552013828, - 1.2387326661699032, - 1.5380166046467163, - 1.6711518199737059 - ], - "relative wind angle": [ - 0.17907243316096585, - 0.3498706587514542, - 0.3797878886417695, - 0.07850369616638668, - 0.3275572774209549, - 0.3823448097744998, - 0.24180462218752533, - 0.03511329730607983 - ], - "resistance": [ - 97043.89206705576, - 96694.55984905465, - 96374.66989447993, - 96239.52612965406, - 96305.59613686535, - 96579.51364788333, - 96940.5587479323, - 97195.73708378656 - ], - "fuel": [ - 39.000087451252405, - 38.819831267173385, - 38.65516565119634, - 38.585713855529946, - 38.619659433094256, - 38.76056657563632, - 38.9467199396036, - 39.07858139826107 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 16.40625, -41.09375 16.5625, -40.9375 16.5625, -40.9375 16.40625, -41.09375 16.40625))", @@ -63410,34 +51976,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 528.9771139749374, + 528.9771139749363, 213.7207077289778, - -144.57947199186373, + -144.57947199186378, -366.2470223173626, -374.8192559139396, -170.38105390404132, 182.3768540427368, - 509.3159439114837 + 509.31594391148394 ], "relative wind speed": [ - 1.6259791205890066, + 1.6259791205890064, 1.4294750835333574, 1.0795063281511537, 0.7238587036702729, 0.7035715980327956, 1.0466241348770442, 1.404808592524773, - 1.6170496811386508 + 1.617049681138651 ], "relative wind angle": [ - 0.10837020374372355, + 0.10837020374372561, 0.3239327691622227, - 0.4479982390102486, + 0.4479982390102488, 0.2889926200596205, - 0.252636351577336, + 0.25263635157733555, 0.4497374516283389, 0.3393324401414952, - 0.12792052004576437 + 0.12792052004576526 ], "resistance": [ 97163.47711397498, @@ -63477,68 +52043,7 @@ "id": "1754", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.7959139273878812, - 3.7959139273878812, - 3.7959139273878812, - 3.7959139273878812, - 3.7959139273878812, - 3.7959139273878812, - 3.7959139273878812, - 3.7959139273878812 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 362.7074082165329, - 27.31881665906991, - -252.36528039917565, - -349.2837034656461, - -262.79503853431027, - 9.786091607741241, - 346.6376861599612, - 564.0461328799172 - ], - "relative wind speed": [ - 1.4590365423872447, - 1.1773339011522415, - 0.794126890857636, - 0.5521805625362903, - 0.7744180549784374, - 1.1586180738688465, - 1.448403754867646, - 1.5567940076500222 - ], - "relative wind angle": [ - 0.2407481637268672, - 0.440812351435749, - 0.47408206336088277, - 0.0187734089337549, - 0.46588191372973986, - 0.4484470016687362, - 0.2529907402897836, - 0.006658414112768255 - ], - "resistance": [ - 96997.20740821658, - 96661.81881665911, - 96382.13471960087, - 96285.2162965344, - 96371.70496146573, - 96644.28609160779, - 96981.13768616, - 97198.54613287996 - ], - "fuel": [ - 38.866957507276595, - 38.69394582626579, - 38.549989612429314, - 38.50017263524726, - 38.5446269407678, - 38.6849130051967, - 38.858658323403645, - 38.97102003010522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 16.25, -41.09375 16.40625, -40.9375 16.40625, -40.9375 16.25, -41.09375 16.25))", @@ -63570,9 +52075,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 530.6516296656607, + 530.6516296656605, 213.40304267790464, - -142.54510177144255, + -142.54510177144266, -360.2577831014961, -366.3409083483234, -160.6917094688605, @@ -63580,9 +52085,9 @@ 516.6645219354691 ], "relative wind speed": [ - 1.6058043201426002, + 1.6058043201425998, 1.4046792996672723, - 1.0470740292414882, + 1.047074029241488, 0.679648323477787, 0.6644132912388833, 1.0231952898883887, @@ -63590,12 +52095,12 @@ 1.5994157347473346 ], "relative wind angle": [ - 0.11561189661865758, - 0.3406765278361707, - 0.47461392075156494, + 0.1156118966186566, + 0.34067652783617075, + 0.4746139207515647, 0.3100637180766306, - 0.2825417724134075, - 0.47653004105792984, + 0.28254177241340744, + 0.4765300410579298, 0.35224084786342286, 0.13002203430059525 ], @@ -63650,11 +52155,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 703.848363886953, + 703.848363886944, 460.94775955873195, - 37.37236697259584, + 37.3723669725955, -321.6810197893785, - -450.01854852030993, + -450.01854852030965, -345.2519865463009, -2.1238786351386807, 424.94552203900264 @@ -63662,7 +52167,7 @@ "relative wind speed": [ 1.768768560950856, 1.6645748815931816, - 1.3556325492402732, + 1.355632549240273, 0.935901783147594, 0.6698900176580104, 0.8980452781096594, @@ -63670,13 +52175,13 @@ 1.6435883639972526 ], "relative wind angle": [ - 0.011383452364325572, - 0.22682730926065373, - 0.4173839671833447, + 0.011383452364345075, + 0.2268273092606537, + 0.417383967183345, 0.4449402105828555, - 0.030060591958825406, + 0.030060591958821714, 0.429966670843923, - 0.429760802665098, + 0.4297608026650979, 0.2476054422607601 ], "resistance": [ @@ -63730,33 +52235,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 672.4827049944054, - 525.5518302279631, - 121.00146860250811, + 672.4827049944026, + 525.5518302279629, + 121.00146860250777, -256.79687193204836, - -432.4443582159009, + -432.44435821590093, -368.9430875456538, - -67.51805370141267, + -67.51805370141244, 352.73306497761496 ], "relative wind speed": [ - 1.727170917292066, + 1.7271709172920657, 1.6640149292705908, - 1.3854755477524996, + 1.3854755477524994, 0.9656493529753224, 0.6212590622373358, 0.7746847843582063, - 1.2039683162489954, + 1.2039683162489956, 1.5609623720800803 ], "relative wind angle": [ - 0.058245741342575125, - 0.1945917558406652, - 0.41261662433195695, - 0.5011767720780355, - 0.16255317394071223, - 0.4283255485431122, - 0.47964316528160916, + 0.05824574134258085, + 0.19459175584066524, + 0.4126166243319573, + 0.5011767720780356, + 0.16255317394071292, + 0.42832554854311217, + 0.47964316528160944, 0.301782868409053 ], "resistance": [ @@ -63810,33 +52315,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 685.2847747015353, + 685.2847747015337, 354.4074554054655, - -75.74664136508534, + -75.74664136508568, -381.41625468914583, -442.83069726512565, - -258.75492721492594, + -258.7549272149259, 130.37871378944942, 543.2672571651849 ], "relative wind speed": [ 1.7481878576368561, 1.5766540719205375, - 1.213350342205384, + 1.2133503422053835, 0.7804281040537663, - 0.6340403346318711, - 0.9860678825645953, - 1.4092369845413206, + 0.6340403346318713, + 0.9860678825645954, + 1.4092369845413204, 1.6879276957062113 ], "relative wind angle": [ - 0.06204881745682072, + 0.0620488174568243, 0.30447885778378153, - 0.4797766306533799, + 0.4797766306533796, 0.4216022870656002, - 0.1718165172572111, + 0.17181651725721173, 0.49991741003629564, - 0.4087039810903664, + 0.40870398109036576, 0.19035531867055874 ], "resistance": [ @@ -63890,19 +52395,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 692.0205009957785, + 692.0205009957738, 484.67791726393716, - 79.55263607310121, + 79.55263607310087, -274.3004833064133, - -410.9395755979841, - -322.6374078628739, + -410.9395755979842, + -322.63740786287383, -8.356293094784178, - 403.15827736066353 + 403.15827736066365 ], "relative wind speed": [ 1.6860824490657766, 1.5949381761316008, - 1.2907041086647268, + 1.2907041086647266, 0.8505352031306113, 0.5180875309192576, 0.7533000259257016, @@ -63910,14 +52415,14 @@ 1.5452762157547206 ], "relative wind angle": [ - 0.029718972070609136, + 0.029718972070620343, 0.23935191500439787, - 0.4702581954348305, + 0.4702581954348308, 0.5560890024540952, - 0.09685560376086537, - 0.5258487427205597, - 0.508032983114753, - 0.2947953380464319 + 0.09685560376086652, + 0.5258487427205596, + 0.5080329831147531, + 0.2947953380464318 ], "resistance": [ 97326.52050099579, @@ -63970,9 +52475,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 601.3411221338534, + 601.3411221338528, 589.794830454456, - 225.2243718671224, + 225.22437186712227, -168.03513875843612, -398.50292813020644, -393.5078617453114, @@ -63980,7 +52485,7 @@ 243.33994330205178 ], "relative wind speed": [ - 1.6752635934455404, + 1.6752635934455402, 1.6702560556898272, 1.4433434919220334, 1.0492046322832567, @@ -63990,14 +52495,14 @@ 1.457286969392596 ], "relative wind angle": [ - 0.1238992837224643, - 0.13500706017158914, - 0.37225277797365963, - 0.5159107895027275, + 0.12389928372246521, + 0.13500706017158917, + 0.3722527779736599, + 0.5159107895027274, 0.32596147997639807, 0.3479303957228087, - 0.5136969748455531, - 0.36310815721723755 + 0.5136969748455532, + 0.3631081572172376 ], "resistance": [ 97235.84112213383, @@ -64050,20 +52555,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 427.799665266984, + 427.79966526698377, 571.4992890506154, - 315.1411775435779, - -30.56978825508179, + 315.14117754357744, + -30.569788255082074, -283.78233434477454, -345.2818112003191, -215.5202507180711, 91.03834324442244 ], "relative wind speed": [ - 1.4761662954947887, + 1.4761662954947885, 1.5447407954735342, - 1.40123920551613, - 1.0763137807180063, + 1.4012392055161298, + 1.076313780718006, 0.6653826179033904, 0.4853625809254046, 0.8113751592742419, @@ -64072,11 +52577,11 @@ "relative wind angle": [ 0.220369652199176, 0.048818052673743915, - 0.31136477876321034, - 0.5166999661827844, - 0.506303257834344, + 0.31136477876321067, + 0.5166999661827842, + 0.5063032578343443, 0.1559404718843429, - 0.5575139594876192, + 0.5575139594876193, 0.45509252512804876 ], "resistance": [ @@ -64130,34 +52635,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 675.9348785290904, + 675.9348785290895, 618.8080490394136, 208.06134321190814, -216.39077538776928, -450.4066511811983, -425.6391739330698, -142.94503625517103, - 298.07661712165884 + 298.07661712165907 ], "relative wind speed": [ - 1.7723752768602394, + 1.7723752768602392, 1.7487392904242391, 1.496609630903446, 1.07976245919285, 0.6821555513901946, 0.7406491831119499, 1.1691064669246003, - 1.562294258465952 + 1.5622942584659523 ], "relative wind angle": [ - 0.10190295896694083, + 0.10190295896694192, 0.151132808495598, 0.37821528513693675, 0.500634245955346, - 0.26748435245463187, + 0.26748435245463226, 0.3634289124295499, - 0.4923571939854891, - 0.3381413868233226 + 0.49235719398548905, + 0.3381413868233233 ], "resistance": [ 97310.4348785291, @@ -64210,9 +52715,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 585.4143911723049, + 585.414391172304, 555.1605953328387, - 204.5609064309889, + 204.56090643098844, -167.20485923114336, -370.4002841469968, -357.4035647449082, @@ -64222,7 +52727,7 @@ "relative wind speed": [ 1.6142225522764322, 1.6006831669561643, - 1.3695406505524594, + 1.3695406505524592, 0.9737803551548797, 0.568560326278939, 0.605630821474136, @@ -64230,9 +52735,9 @@ 1.4073830725181715 ], "relative wind angle": [ - 0.1194300765358358, + 0.11943007653583768, 0.1514421980463834, - 0.4004094688275648, + 0.4004094688275651, 0.5554257617469528, 0.34508136228374303, 0.4101356432118674, @@ -64290,17 +52795,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 698.6524075953811, + 698.6524075953809, 517.969647084447, - 101.5233452291875, + 101.52334522918738, -273.88742584004314, - -436.99977005098117, + -436.9997700509813, -359.2081571596731, -42.258017592607416, 385.681109765138 ], "relative wind speed": [ - 1.7356603223263767, + 1.7356603223263765, 1.6582836062947384, 1.3645140499393704, 0.9320304734598216, @@ -64312,11 +52817,11 @@ "relative wind angle": [ 0.04457592400012232, 0.21288179425686204, - 0.4332258673207624, + 0.4332258673207627, 0.5158386865588391, - 0.1307216812880964, - 0.46327205260942605, - 0.4862244449743937, + 0.13072168128809722, + 0.4632720526094261, + 0.48622444497439377, 0.29527429400966 ], "resistance": [ @@ -64357,52 +52862,7 @@ "id": "1765", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.54731635407397, - 76.54731635407397, - 76.54731635407397, - 76.54731635407397, - 76.54731635407397, - 76.54731635407397, - 76.54731635407397, - 76.54731635407397 - ], - "relative wind speed": [ - 0.5891972183827715, - 0.5891972183827715, - 0.5891972183827715, - 0.5891972183827715, - 0.5891972183827715, - 0.5891972183827715, - 0.5891972183827715, - 0.5891972183827715 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 16.25, -40.625 16.40625, -40.46875 16.40625, -40.46875 16.25, -40.625 16.25))", @@ -64421,52 +52881,7 @@ "id": "1766", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 77.94882188020372, - 77.94882188020372, - 77.94882188020372, - 77.94882188020372, - 77.94882188020372, - 77.94882188020372, - 77.94882188020372, - 77.94882188020372 - ], - "relative wind speed": [ - 0.594566561691879, - 0.594566561691879, - 0.594566561691879, - 0.594566561691879, - 0.594566561691879, - 0.594566561691879, - 0.594566561691879, - 0.594566561691879 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 16.25, -40.46875 16.40625, -40.3125 16.40625, -40.3125 16.25, -40.46875 16.25))", @@ -64485,52 +52900,7 @@ "id": "1767", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.19025936546052, - 67.19025936546052, - 67.19025936546052, - 67.19025936546052, - 67.19025936546052, - 67.19025936546052, - 67.19025936546052, - 67.19025936546052 - ], - "relative wind speed": [ - 0.5520124360452161, - 0.5520124360452161, - 0.5520124360452161, - 0.5520124360452161, - 0.5520124360452161, - 0.5520124360452161, - 0.5520124360452161, - 0.5520124360452161 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 16.40625, -40.3125 16.5625, -40.15625 16.5625, -40.15625 16.40625, -40.3125 16.40625))", @@ -64549,52 +52919,7 @@ "id": "1768", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 86.21842634260304, - 86.21842634260304, - 86.21842634260304, - 86.21842634260304, - 86.21842634260304, - 86.21842634260304, - 86.21842634260304, - 86.21842634260304 - ], - "relative wind speed": [ - 0.6253105399679627, - 0.6253105399679627, - 0.6253105399679627, - 0.6253105399679627, - 0.6253105399679627, - 0.6253105399679627, - 0.6253105399679627, - 0.6253105399679627 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 16.40625, -40.15625 16.5625, -40 16.5625, -40 16.40625, -40.15625 16.40625))", @@ -64613,52 +52938,7 @@ "id": "1769", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 89.02803747960589, - 89.02803747960589, - 89.02803747960589, - 89.02803747960589, - 89.02803747960589, - 89.02803747960589, - 89.02803747960589, - 89.02803747960589 - ], - "relative wind speed": [ - 0.6354173998375817, - 0.6354173998375817, - 0.6354173998375817, - 0.6354173998375817, - 0.6354173998375817, - 0.6354173998375817, - 0.6354173998375817, - 0.6354173998375817 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 16.25, -40.3125 16.40625, -40.15625 16.40625, -40.15625 16.25, -40.3125 16.25))", @@ -64690,9 +52970,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 751.8357409302021, + 751.8357409301998, 521.1235706174814, - 82.20331610100561, + 82.20331610100538, -298.9701444542777, -442.9931879273618, -345.7454621814025, @@ -64700,9 +52980,9 @@ 441.93764499172096 ], "relative wind speed": [ - 1.7514758330264526, + 1.7514758330264524, 1.6538590595308986, - 1.3346595382227453, + 1.334659538222745, 0.874452916669526, 0.5299471348055272, 0.7831103182642052, @@ -64710,12 +52990,12 @@ 1.6074338729454634 ], "relative wind angle": [ - 0.026827989914112126, + 0.026827989914116265, 0.24376279382956206, - 0.47592824863308736, + 0.47592824863308764, 0.5615059366422369, 0.0887724488468201, - 0.5348617056952595, + 0.5348617056952596, 0.510324803629863, 0.29387368453603196 ], @@ -64770,11 +53050,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 831.9654961453573, - 604.9559437389687, + 831.9654961453525, + 604.9559437389689, 107.6133257527166, -336.7164912883687, - -524.6676062514478, + -524.6676062514476, -426.81398041764214, -43.98839385996746, 465.78657533101955 @@ -64790,17 +53070,17 @@ 1.7376001126230882 ], "relative wind angle": [ - 0.03880803375230791, - 0.21427652466922037, - 0.4283912576720729, + 0.03880803375231649, + 0.21427652466922034, + 0.42839125767207326, 0.5002760045368517, - 0.11091015753798703, - 0.45311675503158816, - 0.47358117967498575, + 0.11091015753798603, + 0.4531167550315881, + 0.4735811796749857, 0.2857966480592822 ], "resistance": [ - 97466.46549614538, + 97466.46549614536, 97239.45594373898, 96742.11332575273, 96297.78350871164, @@ -64810,7 +53090,7 @@ 97100.28657533103 ], "fuel": [ - 39.278187953079055, + 39.27818795307903, 39.16064191325282, 38.90378708015839, 38.67508941420334, @@ -64850,11 +53130,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 353.3989242764983, + 353.3989242764976, -58.80442968741909, -389.0249444735633, -476.41389650063707, - -343.11967699974116, + -343.11967699974105, 17.458916614974328, 420.4659239649409, 621.9528799904349 @@ -64870,13 +53150,13 @@ 1.918291642115557 ], "relative wind angle": [ - 0.18150889617737911, + 0.18150889617738036, 0.28571886880574676, 0.23671675769667105, 0.029303705332586364, - 0.26264423756288496, + 0.2626442375628845, 0.274620783459366, - 0.15361751100268842, + 0.15361751100268844, 0.016215509686812582 ], "resistance": [ @@ -64917,68 +53197,7 @@ "id": "1773", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.399636506039154, - 5.399636506039154, - 5.399636506039154, - 5.399636506039154, - 5.399636506039154, - 5.399636506039154, - 5.399636506039154, - 5.399636506039154 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 412.22109480583424, - -9.630871725549468, - -371.9454531619897, - -489.3946137980496, - -384.58430336447907, - -30.626774412512418, - 393.72886924943657, - 654.2837707390844 - ], - "relative wind speed": [ - 1.8440230525531212, - 1.571807088306219, - 1.2352220286151603, - 1.058046424299458, - 1.2205144224123436, - 1.55547386696601, - 1.8342036456423576, - 1.9418069517052918 - ], - "relative wind angle": [ - 0.16695575277642183, - 0.28497532744443405, - 0.26077962767999924, - 0.008046672901185922, - 0.25379178393344154, - 0.2880528225389466, - 0.17451963317063915, - 0.004384415703042929 - ], - "resistance": [ - 97046.72109480585, - 96624.86912827447, - 96262.55454683803, - 96145.10538620196, - 96249.91569663554, - 96603.87322558751, - 97028.22886924945, - 97288.7837707391 - ], - "fuel": [ - 39.26436176374822, - 39.04673770917966, - 38.86035627108437, - 38.800043049403605, - 38.853863425709086, - 39.035923688714306, - 39.25480815786125, - 39.389535521625774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 15.9375, -42.1875 16.09375, -42.03125 16.09375, -42.03125 15.9375, -42.1875 15.9375))", @@ -64997,68 +53216,7 @@ "id": "1774", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.624117884948162, - 5.624117884948162, - 5.624117884948162, - 5.624117884948162, - 5.624117884948162, - 5.624117884948162, - 5.624117884948162, - 5.624117884948162 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 514.7246867186609, - 94.06200661689127, - -321.1610283425997, - -517.0301780561246, - -460.0546667998651, - -136.73486396594126, - 312.13136319446835, - 645.6549684437073 - ], - "relative wind speed": [ - 1.9487310025130724, - 1.708246286598655, - 1.3691643633074468, - 1.1306345014637151, - 1.2159630475814138, - 1.5355823903525947, - 1.8443176514602888, - 1.9994459926036958 - ], - "relative wind angle": [ - 0.12571584947300907, - 0.25759167078377954, - 0.27447134631656533, - 0.07935620227929618, - 0.20232239757607656, - 0.28733478399696266, - 0.20259334109088878, - 0.0448418033722638 - ], - "resistance": [ - 97149.22468671865, - 96728.56200661688, - 96313.33897165739, - 96117.46982194386, - 96174.44533320011, - 96497.76513603404, - 96946.63136319445, - 97280.15496844369 - ], - "fuel": [ - 39.382905843929635, - 39.16573393554396, - 38.95201605471611, - 38.851423677800256, - 38.88066982640157, - 39.04686215640674, - 39.278232532250314, - 39.45063446322072 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 15.9375, -42.03125 16.09375, -41.875 16.09375, -41.875 15.9375, -42.03125 15.9375))", @@ -65077,68 +53235,7 @@ "id": "1775", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.26044683571672, - 5.26044683571672, - 5.26044683571672, - 5.26044683571672, - 5.26044683571672, - 5.26044683571672, - 5.26044683571672, - 5.26044683571672 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 470.0958190196177, - 51.31381677635193, - -335.0301559046293, - -493.7901991345265, - -414.19132746857974, - -80.20250946300848, - 353.77994567518476, - 653.1034789929445 - ], - "relative wind speed": [ - 1.8455385349139726, - 1.5836146701408493, - 1.2311322552653015, - 1.0053623280283241, - 1.1352615545641456, - 1.4788495047294368, - 1.7830156059802684, - 1.9193951835162242 - ], - "relative wind angle": [ - 0.1548262997878093, - 0.2929902049500669, - 0.2986415718309663, - 0.054626182399527386, - 0.2533920139324985, - 0.31443235955460674, - 0.20457782859139834, - 0.02860238597569395 - ], - "resistance": [ - 97104.5958190196, - 96685.81381677634, - 96299.46984409535, - 96140.70980086546, - 96220.3086725314, - 96554.29749053698, - 96988.27994567517, - 97287.60347899293 - ], - "fuel": [ - 39.25528364139523, - 39.03915073457992, - 38.840337783523, - 38.7588007355313, - 38.79966993458469, - 38.97140996285138, - 39.19518769752261, - 39.34993858636994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 16.09375, -41.875 16.25, -41.71875 16.25, -41.71875 16.09375, -41.875 16.09375))", @@ -65157,68 +53254,7 @@ "id": "1776", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.785299030774234, - 4.785299030774234, - 4.785299030774234, - 4.785299030774234, - 4.785299030774234, - 4.785299030774234, - 4.785299030774234, - 4.785299030774234 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 416.9088834527672, - 48.348127040137456, - -289.998618659034, - -429.15201923821746, - -358.2376671403569, - -65.06077309498983, - 316.1641125934275, - 579.8735013635282 - ], - "relative wind speed": [ - 1.7015611364005667, - 1.450571307889323, - 1.1098343109051443, - 0.8883075047566474, - 1.0176074197760512, - 1.351546537275102, - 1.6428946904868138, - 1.7724968092171787 - ], - "relative wind angle": [ - 0.1629101320630374, - 0.30997703687678657, - 0.3206303525448198, - 0.05878278120282042, - 0.27464147792472315, - 0.33353591891592327, - 0.21454733667449116, - 0.02944697078535705 - ], - "resistance": [ - 97051.40888345276, - 96682.84812704014, - 96344.50138134096, - 96205.34798076178, - 96276.26233285964, - 96569.43922690501, - 96950.66411259343, - 97214.37350136353 - ], - "fuel": [ - 39.10432715258818, - 38.91415187739203, - 38.740011861377035, - 38.66851613115141, - 38.70494226607991, - 38.85573521901779, - 39.052293219149654, - 39.188577136127606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 16.09375, -41.71875 16.25, -41.5625 16.25, -41.5625 16.09375, -41.71875 16.09375))", @@ -65237,68 +53273,7 @@ "id": "1777", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.282838998511721, - 4.282838998511721, - 4.282838998511721, - 4.282838998511721, - 4.282838998511721, - 4.282838998511721, - 4.282838998511721, - 4.282838998511721 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 356.2478081321874, - 15.506234304183181, - -276.4174576269696, - -377.9725080798238, - -294.24327599012366, - -14.177678367250678, - 329.60342250976635, - 549.415366451649 - ], - "relative wind speed": [ - 1.551459438562638, - 1.2871376494417983, - 0.9407468969473947, - 0.7375180460158666, - 0.9128543302804435, - 1.2584141167383234, - 1.5347067126003915, - 1.6420708113896278 - ], - "relative wind angle": [ - 0.20049118700694166, - 0.35908289980977776, - 0.359208037120581, - 0.020834782388826485, - 0.3452909550953388, - 0.36766439959168506, - 0.21718662554086168, - 0.009357172925477168 - ], - "resistance": [ - 96990.7478081322, - 96650.0062343042, - 96358.08254237304, - 96256.52749192019, - 96340.25672400989, - 96620.32232163276, - 96964.10342250978, - 97183.91536645166 - ], - "fuel": [ - 38.95860382050577, - 38.7828423638237, - 38.63260578683465, - 38.58041550492484, - 38.62344212150523, - 38.767551253679784, - 38.9448445321319, - 39.058435471811826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 15.9375, -41.875 16.09375, -41.71875 16.09375, -41.71875 15.9375, -41.875 15.9375))", @@ -65317,68 +53292,7 @@ "id": "1778", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.892074964710304, - 4.892074964710304, - 4.892074964710304, - 4.892074964710304, - 4.892074964710304, - 4.892074964710304, - 4.892074964710304, - 4.892074964710304 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 537.6926336885347, - 153.5567797652658, - -246.22109056880447, - -460.8009202781712, - -431.2308514965619, - -154.05775346611756, - 263.8446221988138, - 605.3479709788403 - ], - "relative wind speed": [ - 1.7984456737531964, - 1.5672548282243681, - 1.2072683081589073, - 0.9072553308634694, - 0.9616381619195775, - 1.304939500248597, - 1.6436721169432733, - 1.8264836600751369 - ], - "relative wind angle": [ - 0.12761680683793353, - 0.29943268084278923, - 0.3596640857966512, - 0.1533773123687092, - 0.24032708597176045, - 0.3621374671708017, - 0.2614821452483902, - 0.07596061708748299 - ], - "resistance": [ - 97172.19263368854, - 96788.05677976526, - 96388.27890943119, - 96173.69907972183, - 96203.26914850344, - 96480.44224653389, - 96898.34462219881, - 97239.84797097884 - ], - "fuel": [ - 39.19321174375684, - 38.99483829056135, - 38.78897014008771, - 38.67871616605153, - 38.693899482710094, - 38.83637748790281, - 39.05173637665946, - 39.2282068324496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 15.9375, -41.71875 16.09375, -41.5625 16.09375, -41.5625 15.9375, -41.71875 15.9375))", @@ -65397,68 +53311,7 @@ "id": "1779", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.099953141620371, - 4.099953141620371, - 4.099953141620371, - 4.099953141620371, - 4.099953141620371, - 4.099953141620371, - 4.099953141620371, - 4.099953141620371 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 398.9295318039219, - 57.466498745293734, - -249.18244226038826, - -375.52031855334025, - -306.70798989553646, - -38.61968876566516, - 311.92113937229965, - 557.4977487477543 - ], - "relative wind speed": [ - 1.543523852726472, - 1.2834711135951316, - 0.9178467650357526, - 0.6628521889958157, - 0.8210979604000672, - 1.1871687517263898, - 1.4880272377957757, - 1.6178055260296824 - ], - "relative wind angle": [ - 0.19634927386761308, - 0.3816951141797733, - 0.4208678208582307, - 0.07887572592099278, - 0.375498106219436, - 0.414476280984019, - 0.2547505012016316, - 0.03228931309034163 - ], - "resistance": [ - 97033.42953180395, - 96691.96649874533, - 96385.31755773965, - 96258.97968144668, - 96327.79201010449, - 96595.88031123436, - 96946.42113937232, - 97191.99774874779 - ], - "fuel": [ - 38.94314400587831, - 38.76695663274505, - 38.609102326918645, - 38.54416889413564, - 38.57952875922723, - 38.71745650601406, - 38.89820840827905, - 39.02510921804338 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 16.09375, -41.5625 16.25, -41.40625 16.25, -41.40625 16.09375, -41.5625 16.09375))", @@ -65477,68 +53330,7 @@ "id": "1780", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.199027409781197, - 4.199027409781197, - 4.199027409781197, - 4.199027409781197, - 4.199027409781197, - 4.199027409781197, - 4.199027409781197, - 4.199027409781197 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 336.6418142120302, - 4.344669156190889, - -274.5667269325945, - -365.2022223820993, - -278.1647817364388, - -1.6484455368441786, - 331.257408565314, - 537.7546071264306 - ], - "relative wind speed": [ - 1.5186961126836003, - 1.2525749289861554, - 0.9094634490009198, - 0.7180010618369247, - 0.903703079033141, - 1.2466648246459773, - 1.5152535671185894, - 1.614803893027047 - ], - "relative wind angle": [ - 0.2088173737488981, - 0.36610925243148773, - 0.35873983496952333, - 0.004409332421208811, - 0.35584032637833174, - 0.3679274546671926, - 0.21232051709598343, - 0.0019605458864236473 - ], - "resistance": [ - 96971.14181421202, - 96638.84466915618, - 96359.9332730674, - 96269.2977776179, - 96356.33521826356, - 96632.85155446315, - 96965.75740856532, - 97172.25460712644 - ], - "fuel": [ - 38.93101727847786, - 38.759630652408305, - 38.61609559809702, - 38.569514532705185, - 38.61424583676232, - 38.75654339667592, - 38.928236925448076, - 39.03494343707471 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 16.09375, -41.40625 16.25, -41.25 16.25, -41.25 16.09375, -41.40625 16.09375))", @@ -65557,52 +53349,7 @@ "id": "1781", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.6040634276432, - 43.6040634276432, - 43.6040634276432, - 43.6040634276432, - 43.6040634276432, - 43.6040634276432, - 43.6040634276432, - 43.6040634276432 - ], - "relative wind speed": [ - 0.4446918647188575, - 0.4446918647188575, - 0.4446918647188575, - 0.4446918647188575, - 0.4446918647188575, - 0.4446918647188575, - 0.4446918647188575, - 0.4446918647188575 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 15.9375, -41.5625 16.09375, -41.40625 16.09375, -41.40625 15.9375, -41.5625 15.9375))", @@ -65621,52 +53368,7 @@ "id": "1782", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.404230996114684, - 45.404230996114684, - 45.404230996114684, - 45.404230996114684, - 45.404230996114684, - 45.404230996114684, - 45.404230996114684, - 45.404230996114684 - ], - "relative wind speed": [ - 0.4537784479247264, - 0.4537784479247264, - 0.4537784479247264, - 0.4537784479247264, - 0.4537784479247264, - 0.4537784479247264, - 0.4537784479247264, - 0.4537784479247264 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 15.9375, -41.40625 16.09375, -41.25 16.09375, -41.25 15.9375, -41.40625 15.9375))", @@ -65685,52 +53387,7 @@ "id": "1783", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.8093025327642, - 41.8093025327642, - 41.8093025327642, - 41.8093025327642, - 41.8093025327642, - 41.8093025327642, - 41.8093025327642, - 41.8093025327642 - ], - "relative wind speed": [ - 0.435443853274954, - 0.435443853274954, - 0.435443853274954, - 0.435443853274954, - 0.435443853274954, - 0.435443853274954, - 0.435443853274954, - 0.435443853274954 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 15.78125, -41.875 15.9375, -41.71875 15.9375, -41.71875 15.78125, -41.875 15.78125))", @@ -65749,68 +53406,7 @@ "id": "1784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.9202045142128625, - 4.9202045142128625, - 4.9202045142128625, - 4.9202045142128625, - 4.9202045142128625, - 4.9202045142128625, - 4.9202045142128625, - 4.9202045142128625 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 605.5390201302771, - 230.24427903829428, - -197.78200514377295, - -460.126884592585, - -465.8743264383737, - -215.59135712117484, - 208.88967965236054, - 592.3977492077049 - ], - "relative wind speed": [ - 1.8401730514907206, - 1.6316576702625143, - 1.2723310078398637, - 0.931156238672459, - 0.9205233056442297, - 1.2535123703978168, - 1.617026228035911, - 1.8348155424587531 - ], - "relative wind angle": [ - 0.09916281141610933, - 0.2840120591330117, - 0.37363923804977833, - 0.21599755490892822, - 0.19922202322337887, - 0.3733530624052736, - 0.2913014375369269, - 0.10898249772124456 - ], - "resistance": [ - 97240.03902013027, - 96864.74427903828, - 96436.71799485621, - 96174.3731154074, - 96168.62567356162, - 96418.90864287881, - 96843.38967965235, - 97226.8977492077 - ], - "fuel": [ - 39.23539902247694, - 39.041490331071195, - 38.820975835748875, - 38.68615557101786, - 38.6832048004592, - 38.81181542357229, - 39.030472515909246, - 39.22860028691035 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 15.78125, -41.71875 15.9375, -41.5625 15.9375, -41.5625 15.78125, -41.71875 15.78125))", @@ -65829,52 +53425,7 @@ "id": "1785", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 53.773181387516566, - 53.773181387516566, - 53.773181387516566, - 53.773181387516566, - 53.773181387516566, - 53.773181387516566, - 53.773181387516566, - 53.773181387516566 - ], - "relative wind speed": [ - 0.4938312498665372, - 0.4938312498665372, - 0.4938312498665372, - 0.4938312498665372, - 0.4938312498665372, - 0.4938312498665372, - 0.4938312498665372, - 0.4938312498665372 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 15.625, -41.875 15.78125, -41.71875 15.78125, -41.71875 15.625, -41.875 15.625))", @@ -65893,68 +53444,7 @@ "id": "1786", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.870942125473639, - 4.870942125473639, - 4.870942125473639, - 4.870942125473639, - 4.870942125473639, - 4.870942125473639, - 4.870942125473639, - 4.870942125473639 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 544.8199734968582, - 166.52582356411074, - -234.3815758150896, - -455.93048317880533, - -433.49568386061605, - -164.54798248718396, - 250.12583193937576, - 596.1352236175996 - ], - "relative wind speed": [ - 1.7967714499552523, - 1.5713333251174215, - 1.2133947973169037, - 0.9066380474690425, - 0.948178425292452, - 1.2877661087867627, - 1.6294486906339345, - 1.818086197199103 - ], - "relative wind angle": [ - 0.12193139919566609, - 0.29634018621909514, - 0.36259296822348297, - 0.16598798285852534, - 0.23257552612637236, - 0.36433214300032074, - 0.2673047074990349, - 0.08248835211909154 - ], - "resistance": [ - 97179.31997349685, - 96801.02582356411, - 96400.11842418491, - 96178.5695168212, - 96201.00431613938, - 96469.95201751281, - 96884.62583193938, - 97230.6352236176 - ], - "fuel": [ - 39.191602882592704, - 38.99623202765183, - 38.78976371438432, - 38.67592204765139, - 38.687441732666386, - 38.825685174144624, - 39.039361601212434, - 39.218145773825995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 15.625, -41.71875 15.78125, -41.5625 15.78125, -41.5625 15.625, -41.71875 15.625))", @@ -65973,68 +53463,7 @@ "id": "1787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.670381872145781, - 4.670381872145781, - 4.670381872145781, - 4.670381872145781, - 4.670381872145781, - 4.670381872145781, - 4.670381872145781, - 4.670381872145781 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 538.47796976906, - 156.68969319108305, - -236.98758843289835, - -447.48186984512205, - -416.7975038426095, - -142.65478973820734, - 270.19385701777173, - 608.709951266872 - ], - "relative wind speed": [ - 1.75370976649085, - 1.5172534228757706, - 1.1458465897960228, - 0.829225483098824, - 0.8901295926787192, - 1.2513075911299874, - 1.598394265974637, - 1.7833153773315857 - ], - "relative wind angle": [ - 0.13689130169406774, - 0.32212229246313434, - 0.394095623087517, - 0.17195178605093994, - 0.2722072635318108, - 0.39397792162203066, - 0.2788604548072562, - 0.07964676947926491 - ], - "resistance": [ - 97172.97796976904, - 96791.18969319107, - 96397.51241156709, - 96187.01813015486, - 96217.70249615738, - 96491.84521026177, - 96904.69385701776, - 97243.20995126686 - ], - "fuel": [ - 39.13953848618137, - 38.94237457351577, - 38.73963890216966, - 38.63147530500846, - 38.64723236321656, - 38.78816580823231, - 39.000933979387185, - 39.175866899932316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 15.46875, -42.5 15.625, -42.34375 15.625, -42.34375 15.46875, -42.5 15.46875))", @@ -66053,68 +53482,7 @@ "id": "1788", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.769549464645106, - 4.769549464645106, - 4.769549464645106, - 4.769549464645106, - 4.769549464645106, - 4.769549464645106, - 4.769549464645106, - 4.769549464645106 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 333.66997265214775, - -26.758035502263283, - -323.2361727922692, - -409.80650388841116, - -304.9829532384563, - 3.5689412383513854, - 360.53448596407304, - 560.1856820717131 - ], - "relative wind speed": [ - 1.644772728314808, - 1.3779638747193705, - 1.0554550101906255, - 0.900335797570866, - 1.079980817766423, - 1.40458230606823, - 1.660617540559859, - 1.7495803342984857 - ], - "relative wind angle": [ - 0.1897056882882251, - 0.3132699340998907, - 0.2787267798013317, - 0.015523961959465093, - 0.29128702239539844, - 0.30713701787063463, - 0.17577191971307157, - 0.007988410517032217 - ], - "resistance": [ - 96968.16997265213, - 96607.74196449772, - 96311.26382720772, - 96224.69349611158, - 96329.51704676152, - 96638.06894123834, - 96995.03448596406, - 97194.6856820717 - ], - "fuel": [ - 39.0574941847712, - 38.87162154568967, - 38.71909019241865, - 38.67461339450405, - 38.72847161589014, - 38.88724253482669, - 39.07136756565001, - 39.17455564315941 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 15.46875, -42.34375 15.625, -42.1875 15.625, -42.1875 15.46875, -42.34375 15.46875))", @@ -66146,34 +53514,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 392.3809696967521, + 392.38096969675144, 24.059014075320306, -309.7615933816695, - -437.83832158553315, + -437.8383215855339, -361.7362907416965, -62.289703912101004, - 316.4720040482207, - 567.7578584307128 + 316.47200404822115, + 567.757858430718 ], "relative wind speed": [ 1.7648950052523902, 1.5226845757274057, 1.2086506751303674, - 1.0218152885132008, + 1.021815288513201, 1.1456409429478596, 1.4521636383566228, 1.7223562625746744, - 1.8393588735980748 + 1.8393588735980746 ], "relative wind angle": [ - 0.1496982441076575, - 0.2718882388412818, + 0.14969824410765903, + 0.2718882388412819, 0.26373549996291146, - 0.0358992149455232, + 0.03589921494552938, 0.23182529486543985, 0.2854531905252447, - 0.18397238109895073, - 0.019940055780659115 + 0.18397238109895012, + 0.01994005578064798 ], "resistance": [ 97026.88096969678, @@ -66213,68 +53581,7 @@ "id": "1790", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.944482973636878, - 4.944482973636878, - 4.944482973636878, - 4.944482973636878, - 4.944482973636878, - 4.944482973636878, - 4.944482973636878, - 4.944482973636878 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 247.9183572052558, - -76.68179371664735, - -324.07304746093666, - -378.7047034590567, - -255.78969492206227, - 36.812994027390346, - 347.19286877333445, - 473.1124024730526 - ], - "relative wind speed": [ - 1.6199335703635256, - 1.3718958748570766, - 1.1047570361176595, - 1.0133688847391904, - 1.189443180551069, - 1.4686257388117292, - 1.6788304688975257, - 1.7355239426733966 - ], - "relative wind angle": [ - 0.18053361638826962, - 0.26652776354993485, - 0.20060638046225224, - 0.04937292377207105, - 0.24704525791939155, - 0.2485882567903758, - 0.1315044168635465, - 0.028821028059522677 - ], - "resistance": [ - 96882.41835720527, - 96557.81820628337, - 96310.42695253908, - 96255.79529654096, - 96378.71030507796, - 96671.31299402741, - 96981.69286877335, - 97107.61240247307 - ], - "fuel": [ - 39.05677461853255, - 38.88946033492363, - 38.762206446455274, - 38.73413554267944, - 38.797307496978554, - 38.94791634415648, - 39.1080236919629, - 39.17308064176679 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 15.3125, -42.34375 15.46875, -42.1875 15.46875, -42.1875 15.3125, -42.34375 15.3125))", @@ -66306,33 +53613,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 343.06403036092195, + 343.0640303609215, -4.863339482953734, -309.5743338977903, -412.6275218543238, -331.1127818621163, -40.65960127642177, - 311.74435102107725, + 311.744351021077, 531.5115921804246 ], "relative wind speed": [ - 1.737669411962783, + 1.7376694119627827, 1.5025843428762005, 1.212697796918481, 1.057927278534629, 1.1871574144506085, 1.4734578394034332, - 1.7199423726698517, + 1.719942372669852, 1.8192381881679074 ], "relative wind angle": [ - 0.14933278202733244, + 0.14933278202733316, 0.2561404055891428, - 0.2328502812382619, + 0.23285028123826187, 0.014240232156762163, 0.21952935942972607, 0.2613209003257314, - 0.1634250842926091, + 0.1634250842926105, 0.008280824997384063 ], "resistance": [ @@ -66373,68 +53680,7 @@ "id": "1792", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.318288529636784, - 5.318288529636784, - 5.318288529636784, - 5.318288529636784, - 5.318288529636784, - 5.318288529636784, - 5.318288529636784, - 5.318288529636784 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 499.772496823284, - 133.39267749783448, - -253.54607902385806, - -460.77124012091514, - -433.51760576375057, - -165.7190264965942, - 237.34389925353662, - 562.2994153558345 - ], - "relative wind speed": [ - 1.8625904271144722, - 1.6509692450656737, - 1.3302854608543992, - 1.077570539002626, - 1.1210030067895962, - 1.414281228135715, - 1.7193694870647165, - 1.888049939456946 - ], - "relative wind angle": [ - 0.10801693941193298, - 0.24893360439047418, - 0.28532253158675697, - 0.1141854986950082, - 0.1800975777676059, - 0.2917222058584092, - 0.21953161752090028, - 0.06507371211116623 - ], - "resistance": [ - 97134.27249682327, - 96767.89267749782, - 96380.95392097613, - 96173.72875987907, - 96200.98239423624, - 96468.7809735034, - 96871.84389925352, - 97196.79941535582 - ], - "fuel": [ - 39.28667057001674, - 39.09750619008296, - 38.89826941235242, - 38.79179717767687, - 38.80579096238479, - 38.94344314223981, - 39.15112615462889, - 39.3190035370875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 15.46875, -42.03125 15.625, -41.875 15.625, -41.875 15.46875, -42.03125 15.46875))", @@ -66453,68 +53699,7 @@ "id": "1793", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.177549488208443, - 5.177549488208443, - 5.177549488208443, - 5.177549488208443, - 5.177549488208443, - 5.177549488208443, - 5.177549488208443, - 5.177549488208443 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 538.5388530149035, - 177.321541139155, - -223.1042470218705, - -455.9054928397295, - -447.01989284808064, - -194.81856004430483, - 210.9201971658672, - 558.8858299744793 - ], - "relative wind speed": [ - 1.8528429958688328, - 1.6488711038923614, - 1.3189291707412178, - 1.0339366510987618, - 1.048774066939106, - 1.346914360148027, - 1.6713407951079473, - 1.861163402911969 - ], - "relative wind angle": [ - 0.09902615908378792, - 0.2552378498752544, - 0.3125532208548688, - 0.15267500308777898, - 0.17556172888376123, - 0.3142218957709144, - 0.2450999985663063, - 0.08458763182905048 - ], - "resistance": [ - 97173.03885301489, - 96811.82154113914, - 96411.39575297812, - 96178.59450716026, - 96187.4801071519, - 96439.68143995568, - 96845.42019716585, - 97193.38582997446 - ], - "fuel": [ - 39.268056508802296, - 39.08150199079944, - 38.87526526405796, - 38.75563675075594, - 38.76019905171114, - 38.88981404089314, - 39.098833893829365, - 39.2785793657128 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 15.3125, -42.1875 15.46875, -42.03125 15.46875, -42.03125 15.3125, -42.1875 15.3125))", @@ -66533,68 +53718,7 @@ "id": "1794", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.561438326241, - 5.561438326241, - 5.561438326241, - 5.561438326241, - 5.561438326241, - 5.561438326241, - 5.561438326241, - 5.561438326241 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 545.7824052888495, - 200.3271189734926, - -205.87939432013934, - -458.1288823055073, - -466.6284575361135, - -233.5476011184852, - 167.6733222582975, - 526.2570134148007 - ], - "relative wind speed": [ - 1.9360343717667485, - 1.7550389232531558, - 1.451002792902686, - 1.181087779070013, - 1.1683346680174367, - 1.4258588159492105, - 1.7343084731795222, - 1.9282807480460789 - ], - "relative wind angle": [ - 0.07550258790027721, - 0.2158999101070392, - 0.26903147456995335, - 0.14396515323992076, - 0.12532345646964832, - 0.26683920048983495, - 0.22425370151853483, - 0.08798904331029367 - ], - "resistance": [ - 97180.28240528888, - 96834.82711897352, - 96428.62060567988, - 96176.37111769452, - 96167.87154246391, - 96400.95239888155, - 96802.17332225833, - 97160.75701341483 - ], - "fuel": [ - 39.38032483597448, - 39.20189134156099, - 38.992646885098246, - 38.86301755195855, - 38.85865380020991, - 38.978416816908435, - 39.18504807495102, - 39.370227800842194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 15.3125, -42.03125 15.46875, -41.875 15.46875, -41.875 15.3125, -42.03125 15.3125))", @@ -66613,68 +53737,7 @@ "id": "1795", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.226505900635565, - 5.226505900635565, - 5.226505900635565, - 5.226505900635565, - 5.226505900635565, - 5.226505900635565, - 5.226505900635565, - 5.226505900635565 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 645.8874538412648, - 367.38967917086836, - -56.00597732218762, - -393.4511496253974, - -483.1692220010961, - -344.5038221801725, - 25.310466645416682, - 439.2784217393249 - ], - "relative wind speed": [ - 1.9041979286301227, - 1.780835840265534, - 1.4879950818948955, - 1.1467219538984863, - 1.0003082284152578, - 1.206320858337561, - 1.5532085949707868, - 1.819784345377704 - ], - "relative wind angle": [ - 0.017935976139518316, - 0.19428672049556098, - 0.30870007869381655, - 0.2606518153333395, - 0.034147930280856796, - 0.28902259886206627, - 0.29533892644061577, - 0.1631164435482279 - ], - "resistance": [ - 97280.38745384126, - 97001.88967917087, - 96578.49402267781, - 96241.0488503746, - 96151.3307779989, - 96289.99617781983, - 96659.81046664542, - 97073.77842173932 - ], - "fuel": [ - 39.336890902227466, - 39.192903660974864, - 38.97455509786924, - 38.801009569026554, - 38.75493953847431, - 38.82615654070072, - 39.01643889188456, - 39.230043511357714 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 15.15625, -42.5 15.3125, -42.34375 15.3125, -42.34375 15.15625, -42.5 15.15625))", @@ -66693,68 +53756,7 @@ "id": "1796", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.781539992654851, - 4.781539992654851, - 4.781539992654851, - 4.781539992654851, - 4.781539992654851, - 4.781539992654851, - 4.781539992654851, - 4.781539992654851 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 220.14350798115356, - -49.63046803404245, - -265.4792806793838, - -320.06637985897686, - -231.91333339241476, - 6.214234801429598, - 268.6930773972448, - 395.0502163894049 - ], - "relative wind speed": [ - 1.5499811486974233, - 1.3398811144248488, - 1.1079466736045933, - 1.015778839223585, - 1.150097915188361, - 1.3892031439086305, - 1.5803863275435264, - 1.6411459793764795 - ], - "relative wind angle": [ - 0.15485113665000286, - 0.23558472102262656, - 0.18447230056432615, - 0.024944691139903684, - 0.20938570410648055, - 0.2270709069056634, - 0.1289511004882608, - 0.015438400077878193 - ], - "resistance": [ - 96854.64350798116, - 96584.86953196597, - 96369.02071932063, - 96314.43362014103, - 96402.5866666076, - 96640.71423480145, - 96903.19307739726, - 97029.55021638941 - ], - "fuel": [ - 39.001816919697916, - 38.86276300513237, - 38.7516996220078, - 38.72363970631053, - 38.7689593441229, - 38.891525706024325, - 39.02687035405421, - 39.09211658857198 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 15.15625, -42.34375 15.3125, -42.1875 15.3125, -42.1875 15.15625, -42.34375 15.15625))", @@ -66773,68 +53775,7 @@ "id": "1797", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.502387303376384, - 4.502387303376384, - 4.502387303376384, - 4.502387303376384, - 4.502387303376384, - 4.502387303376384, - 4.502387303376384, - 4.502387303376384 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 333.12995033226434, - 38.197879222354345, - -236.4076392054892, - -351.0617138327015, - -296.98838015836054, - -62.44393901804165, - 244.34996381330734, - 457.47358402368684 - ], - "relative wind speed": [ - 1.5689870038597018, - 1.3531841909790174, - 1.0624076462527683, - 0.8752044180568144, - 0.9774489492174646, - 1.2593725469023973, - 1.512751354251789, - 1.6282333657129133 - ], - "relative wind angle": [ - 0.1482931302851603, - 0.2822090439219774, - 0.2873537576011523, - 0.05600661904831218, - 0.2394481083371623, - 0.3038772230610035, - 0.20038142329844622, - 0.03009336074420711 - ], - "resistance": [ - 96967.62995033227, - 96672.69787922235, - 96398.09236079452, - 96283.4382861673, - 96337.51161984164, - 96572.05606098195, - 96878.8499638133, - 97091.97358402368 - ], - "fuel": [ - 38.99460093310393, - 38.842469186551114, - 38.70111325700195, - 38.642176964056915, - 38.66996649583918, - 38.79063023271131, - 38.94877242324733, - 39.05883681504854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 15, -42.5 15.15625, -42.34375 15.15625, -42.34375 15, -42.5 15))", @@ -66853,52 +53794,7 @@ "id": "1798", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.26857867658113, - 23.26857867658113, - 23.26857867658113, - 23.26857867658113, - 23.26857867658113, - 23.26857867658113, - 23.26857867658113, - 23.26857867658113 - ], - "relative wind speed": [ - 0.3248483244645067, - 0.3248483244645067, - 0.3248483244645067, - 0.3248483244645067, - 0.3248483244645067, - 0.3248483244645067, - 0.3248483244645067, - 0.3248483244645067 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 15, -42.34375 15.15625, -42.1875 15.15625, -42.1875 15, -42.34375 15))", @@ -66917,52 +53813,7 @@ "id": "1799", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 33.69198219610243, - 33.69198219610243, - 33.69198219610243, - 33.69198219610243, - 33.69198219610243, - 33.69198219610243, - 33.69198219610243, - 33.69198219610243 - ], - "relative wind speed": [ - 0.3908939820433968, - 0.3908939820433968, - 0.3908939820433968, - 0.3908939820433968, - 0.3908939820433968, - 0.3908939820433968, - 0.3908939820433968, - 0.3908939820433968 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 15.15625, -42.1875 15.3125, -42.03125 15.3125, -42.03125 15.15625, -42.1875 15.15625))", @@ -66981,68 +53832,7 @@ "id": "1800", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.893213037459726, - 4.893213037459726, - 4.893213037459726, - 4.893213037459726, - 4.893213037459726, - 4.893213037459726, - 4.893213037459726, - 4.893213037459726 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 476.493218780701, - 189.7281479805215, - -155.28634169337977, - -377.02208368266685, - -392.3579651029876, - -204.55564413370564, - 131.36504544253387, - 441.331659367321 - ], - "relative wind speed": [ - 1.7400911223185256, - 1.5756083939237664, - 1.2874919596612797, - 1.0180457856989977, - 0.9913567001894884, - 1.2361890672463112, - 1.5339718624505123, - 1.7246124199955324 - ], - "relative wind angle": [ - 0.07357392615078581, - 0.22819188342303712, - 0.2964870397380518, - 0.17329145495750967, - 0.1293857653320482, - 0.29248100728553267, - 0.2477439733525508, - 0.10196000958876496 - ], - "resistance": [ - 97110.99321878068, - 96824.22814798051, - 96479.2136583066, - 96257.47791631732, - 96242.142034897, - 96429.94435586628, - 96765.86504544252, - 97075.83165936731 - ], - "fuel": [ - 39.16185666015258, - 39.013780277043054, - 38.83603128646918, - 38.72202843226527, - 38.71415043141312, - 38.81068423791484, - 38.98368089889836, - 39.14368388696836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 15.15625, -42.03125 15.3125, -41.875 15.3125, -41.875 15.15625, -42.03125 15.15625))", @@ -67061,68 +53851,7 @@ "id": "1801", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.677829876696399, - 4.677829876696399, - 4.677829876696399, - 4.677829876696399, - 4.677829876696399, - 4.677829876696399, - 4.677829876696399, - 4.677829876696399 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 585.6176189881145, - 344.144506316357, - -30.190627592311444, - -333.1037363462879, - -419.5843608492731, - -304.588756264449, - 17.215511604568064, - 386.37368134743076 - ], - "relative wind speed": [ - 1.7487496871610588, - 1.635578367623942, - 1.3537433783266704, - 1.012008644766026, - 0.8504836128236856, - 1.0518228212907965, - 1.3960038358343516, - 1.660507858140503 - ], - "relative wind angle": [ - 0.01278524002814814, - 0.20531072082293922, - 0.3382395973757443, - 0.30285622909453874, - 0.02629110182677822, - 0.3225844786733523, - 0.3276107072324244, - 0.18278533898300972 - ], - "resistance": [ - 97220.11761898812, - 96978.64450631637, - 96604.3093724077, - 96301.39626365373, - 96214.91563915074, - 96329.91124373557, - 96651.71551160458, - 97020.87368134744 - ], - "fuel": [ - 39.165684353330136, - 39.04087690020562, - 38.84782745521555, - 38.6919929490889, - 38.64756540020692, - 38.70664800370986, - 38.87224657594038, - 39.062687757898544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 15, -42.1875 15.15625, -42.03125 15.15625, -42.03125 15, -42.1875 15))", @@ -67141,68 +53870,7 @@ "id": "1802", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.395272541276497, - 4.395272541276497, - 4.395272541276497, - 4.395272541276497, - 4.395272541276497, - 4.395272541276497, - 4.395272541276497, - 4.395272541276497 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 408.1445449715284, - 77.1970004974736, - -239.05136359052125, - -384.4166776153298, - -333.30783731160267, - -79.59111793479758, - 268.0877262581265, - 525.3514091831025 - ], - "relative wind speed": [ - 1.6051549739392452, - 1.3709994177771565, - 1.0344097174561704, - 0.7885990257941061, - 0.8931931461169657, - 1.2225698683866373, - 1.5179963844042803, - 1.6590443222375972 - ], - "relative wind angle": [ - 0.15811555059437868, - 0.32383678273666916, - 0.35982024721816824, - 0.10012539040840819, - 0.2868856390565925, - 0.36488190310343643, - 0.24229984663876092, - 0.04753134762928508 - ], - "resistance": [ - 97042.64454497152, - 96711.69700049747, - 96395.44863640948, - 96250.08332238467, - 96301.1921626884, - 96554.9088820652, - 96902.58772625812, - 97159.8514091831 - ], - "fuel": [ - 39.00956279090715, - 38.83878335453139, - 38.67596996376639, - 38.60125673197048, - 38.62751611703567, - 38.75801798576133, - 38.93723928528812, - 39.07014297998798 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 15, -42.03125 15.15625, -41.875 15.15625, -41.875 15, -42.03125 15))", @@ -67221,68 +53889,7 @@ "id": "1803", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.749429113998357, - 4.749429113998357, - 4.749429113998357, - 4.749429113998357, - 4.749429113998357, - 4.749429113998357, - 4.749429113998357, - 4.749429113998357 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 568.1125497519484, - 248.6756688317721, - -143.45954181764785, - -404.3351451528796, - -432.92902115841093, - -232.6622795586286, - 141.96581147748896, - 502.6870720715391 - ], - "relative wind speed": [ - 1.771233491442071, - 1.5952166883972676, - 1.2682234694032057, - 0.9363644189482736, - 0.8822967754622693, - 1.1708968350183724, - 1.5189881213663534, - 1.7432548167507953 - ], - "relative wind angle": [ - 0.07484568141590682, - 0.25975478640418287, - 0.3601898425124525, - 0.2398226962353948, - 0.15068396976957507, - 0.35748655317671496, - 0.29868825868219967, - 0.12793476692632935 - ], - "resistance": [ - 97202.61254975198, - 96883.1756688318, - 96491.04045818238, - 96230.16485484716, - 96201.57097884161, - 96401.8377204414, - 96776.46581147752, - 97137.18707207157 - ], - "fuel": [ - 39.173776337109935, - 39.00873978310513, - 38.806662899738825, - 38.67254425729322, - 38.65785927184888, - 38.76077442773306, - 38.95369291140496, - 39.13994344892664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 15.46875, -41.875 15.625, -41.71875 15.625, -41.71875 15.46875, -41.875 15.46875))", @@ -67301,68 +53908,7 @@ "id": "1804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.55313445060635, - 4.55313445060635, - 4.55313445060635, - 4.55313445060635, - 4.55313445060635, - 4.55313445060635, - 4.55313445060635, - 4.55313445060635 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 531.7331882765682, - 191.73867399329765, - -185.41920640029383, - -409.2506403887639, - -405.89352735250156, - -175.0814183394158, - 204.16531770708445, - 539.4101449971256 - ], - "relative wind speed": [ - 1.7155549260093608, - 1.5096822659588718, - 1.162575791616776, - 0.8389311203415758, - 0.8457354272545433, - 1.1744175462405582, - 1.5188201492655522, - 1.718892577327285 - ], - "relative wind angle": [ - 0.11028507220977504, - 0.299141742032764, - 0.3884883876748688, - 0.21364901785316553, - 0.22515507438524143, - 0.3885308447173661, - 0.2941677404298054, - 0.10366870041036115 - ], - "resistance": [ - 97166.23318827654, - 96826.23867399327, - 96449.08079359967, - 96225.2493596112, - 96228.60647264747, - 96459.41858166056, - 96838.66531770705, - 97173.91014499709 - ], - "fuel": [ - 39.108758522594826, - 38.933159929092845, - 38.73887062791695, - 38.62381626805205, - 38.62554052210662, - 38.74418898597763, - 38.939570403837, - 39.11272844300987 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 15.46875, -41.71875 15.625, -41.5625 15.625, -41.5625 15.46875, -41.71875 15.46875))", @@ -67381,68 +53927,7 @@ "id": "1805", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.532965761726448, - 4.532965761726448, - 4.532965761726448, - 4.532965761726448, - 4.532965761726448, - 4.532965761726448, - 4.532965761726448, - 4.532965761726448 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 524.1259558822479, - 167.38128819498968, - -210.1452447538702, - -420.4800697607523, - -400.980177280973, - -150.32384946857962, - 239.41315876121325, - 568.7435194279818 - ], - "relative wind speed": [ - 1.711425853168591, - 1.4886421765459739, - 1.128846928456, - 0.8095482343872881, - 0.8496078306148723, - 1.1978131686304063, - 1.5415954491537016, - 1.7307349805606786 - ], - "relative wind angle": [ - 0.1282215572140448, - 0.3174067700060876, - 0.398677608685256, - 0.1928095484419886, - 0.2605155124688631, - 0.3983333805241189, - 0.28823751290157795, - 0.08974901446973621 - ], - "resistance": [ - 97158.62595588225, - 96801.88128819499, - 96424.35475524612, - 96214.01993023924, - 96233.51982271903, - 96484.17615053142, - 96873.9131587612, - 97203.24351942798 - ], - "fuel": [ - 39.10022142771683, - 38.915993018281085, - 38.72154828529307, - 38.61344555466158, - 38.62346070727477, - 38.75232388585877, - 38.95315322295401, - 39.123295938681025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 15.3125, -41.875 15.46875, -41.71875 15.46875, -41.71875 15.3125, -41.875 15.3125))", @@ -67461,68 +53946,7 @@ "id": "1806", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.3310640429882845, - 4.3310640429882845, - 4.3310640429882845, - 4.3310640429882845, - 4.3310640429882845, - 4.3310640429882845, - 4.3310640429882845, - 4.3310640429882845 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 628.9412941193114, - 361.3991162348275, - -30.64080514896932, - -336.27757539415734, - -419.90272683939463, - -286.98366564031477, - 51.71204637231426, - 436.00572240248357 - ], - "relative wind speed": [ - 1.711420990699532, - 1.5808092682200585, - 1.2669156771844403, - 0.8780309155358724, - 0.6965435929501028, - 0.9566487557073222, - 1.3450128070732619, - 1.6257910368955917 - ], - "relative wind angle": [ - 0.024770311590662307, - 0.24866742055244667, - 0.4124259568629614, - 0.3842120601654623, - 0.060892531539669774, - 0.418825190737777, - 0.38715875084716017, - 0.20384014126353228 - ], - "resistance": [ - 97263.4412941193, - 96995.89911623481, - 96603.85919485101, - 96298.22242460583, - 96214.59727316059, - 96347.51633435967, - 96686.2120463723, - 97070.50572240246 - ], - "fuel": [ - 39.109833059809354, - 38.97152143236839, - 38.769329143531195, - 38.61209550281853, - 38.56913543475072, - 38.63743105199884, - 38.81175469335516, - 39.01006412565329 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 15.3125, -41.71875 15.46875, -41.5625 15.46875, -41.5625 15.3125, -41.71875 15.3125))", @@ -67541,52 +53965,7 @@ "id": "1807", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 56.15147745063891, - 56.15147745063891, - 56.15147745063891, - 56.15147745063891, - 56.15147745063891, - 56.15147745063891, - 56.15147745063891, - 56.15147745063891 - ], - "relative wind speed": [ - 0.5046337548495045, - 0.5046337548495045, - 0.5046337548495045, - 0.5046337548495045, - 0.5046337548495045, - 0.5046337548495045, - 0.5046337548495045, - 0.5046337548495045 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 16.09375, -40.9375 16.25, -40.78125 16.25, -40.78125 16.09375, -40.9375 16.09375))", @@ -67605,52 +53984,7 @@ "id": "1808", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.64738287826876, - 65.64738287826876, - 65.64738287826876, - 65.64738287826876, - 65.64738287826876, - 65.64738287826876, - 65.64738287826876, - 65.64738287826876 - ], - "relative wind speed": [ - 0.545637752791227, - 0.545637752791227, - 0.545637752791227, - 0.545637752791227, - 0.545637752791227, - 0.545637752791227, - 0.545637752791227, - 0.545637752791227 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 16.09375, -40.78125 16.25, -40.625 16.25, -40.625 16.09375, -40.78125 16.09375))", @@ -67669,52 +54003,7 @@ "id": "1809", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 71.85191104616347, - 71.85191104616347, - 71.85191104616347, - 71.85191104616347, - 71.85191104616347, - 71.85191104616347, - 71.85191104616347, - 71.85191104616347 - ], - "relative wind speed": [ - 0.5708406143680381, - 0.5708406143680381, - 0.5708406143680381, - 0.5708406143680381, - 0.5708406143680381, - 0.5708406143680381, - 0.5708406143680381, - 0.5708406143680381 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 15.9375, -40.9375 16.09375, -40.78125 16.09375, -40.78125 15.9375, -40.9375 15.9375))", @@ -67733,52 +54022,7 @@ "id": "1810", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 69.96941743631699, - 69.96941743631699, - 69.96941743631699, - 69.96941743631699, - 69.96941743631699, - 69.96941743631699, - 69.96941743631699, - 69.96941743631699 - ], - "relative wind speed": [ - 0.5633130754974367, - 0.5633130754974367, - 0.5633130754974367, - 0.5633130754974367, - 0.5633130754974367, - 0.5633130754974367, - 0.5633130754974367, - 0.5633130754974367 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 15.9375, -40.78125 16.09375, -40.625 16.09375, -40.625 15.9375, -40.78125 15.9375))", @@ -67810,9 +54054,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 611.3165157178834, + 611.3165157178825, 303.7748170738604, - -78.12319164444023, + -78.12319164444028, -333.4449198667096, -376.1183239730656, -206.04431964179116, @@ -67820,7 +54064,7 @@ 511.75797103558125 ], "relative wind speed": [ - 1.6162985487166628, + 1.6162985487166626, 1.439180505084783, 1.078287569344053, 0.6473175368660404, @@ -67830,14 +54074,14 @@ 1.5713781589047866 ], "relative wind angle": [ - 0.082262552370429, - 0.34282422244160254, - 0.5367250296584742, - 0.4748469097362423, - 0.2556558099233129, + 0.08226255237043034, + 0.3428242224416025, + 0.5367250296584745, + 0.47484690973624233, + 0.2556558099233133, 0.5647688978035948, 0.43314550629410165, - 0.18947272702379198 + 0.18947272702379195 ], "resistance": [ 97245.81651571789, @@ -67877,52 +54121,7 @@ "id": "1812", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 40.65724380409562, - 40.65724380409562, - 40.65724380409562, - 40.65724380409562, - 40.65724380409562, - 40.65724380409562, - 40.65724380409562, - 40.65724380409562 - ], - "relative wind speed": [ - 0.42940260038319883, - 0.42940260038319883, - 0.42940260038319883, - 0.42940260038319883, - 0.42940260038319883, - 0.42940260038319883, - 0.42940260038319883, - 0.42940260038319883 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 15.78125, -41.09375 15.9375, -40.9375 15.9375, -40.9375 15.78125, -41.09375 15.78125))", @@ -67954,34 +54153,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 577.1136439809682, + 577.1136439809643, 340.98983843027133, -22.689022589535966, -315.9429915930664, - -400.9118601364206, + -400.9118601364212, -288.9652714154997, 22.221532030232197, 381.25683952253576 ], "relative wind speed": [ - 1.692309681976456, + 1.6923096819764558, 1.5786349575972867, 1.2932880694738191, 0.9409983047224525, - 0.7692994690478249, + 0.769299469047825, 0.9816544215966896, 1.3353425411276314, - 1.6032017724846703 + 1.60320177248467 ], "relative wind angle": [ - 0.013271185086162362, + 0.013271185086170726, 0.21855411301132294, 0.3649638039373444, 0.33628868405714796, - 0.029197325446049572, - 0.3561555810166415, - 0.3529580364464904, - 0.1949169399845638 + 0.02919732544605718, + 0.3561555810166416, + 0.35295803644649043, + 0.19491693998456264 ], "resistance": [ 97211.61364398098, @@ -68021,52 +54220,7 @@ "id": "1814", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.784222465332256, - 45.784222465332256, - 45.784222465332256, - 45.784222465332256, - 45.784222465332256, - 45.784222465332256, - 45.784222465332256, - 45.784222465332256 - ], - "relative wind speed": [ - 0.455673344756623, - 0.455673344756623, - 0.455673344756623, - 0.455673344756623, - 0.455673344756623, - 0.455673344756623, - 0.455673344756623, - 0.455673344756623 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 15.625, -41.09375 15.78125, -40.9375 15.78125, -40.9375 15.625, -41.09375 15.625))", @@ -68100,32 +54254,32 @@ "wind resistance": [ 615.6944867502128, 390.7084846650181, - 8.954809895119638, - -314.3252500265345, - -422.1879312079888, + 8.954809895119524, + -314.3252500265346, + -422.18793120798694, -324.7407286322676, -8.38738938161714, - 375.148132797386 + 375.1481327973862 ], "relative wind speed": [ - 1.737946270606965, + 1.7379462706069648, 1.6380342202921978, 1.3559648634199035, - 0.9907657224666778, - 0.783656274918698, + 0.9907657224666777, + 0.7836562749186979, 0.9754067304913571, 1.3401245038826615, - 1.6287902504377871 + 1.6287902504377874 ], "relative wind angle": [ 0.004872698002076368, 0.2037301770403478, - 0.3595950628172409, - 0.35393327403443203, - 0.010806547345812793, + 0.35959506281724124, + 0.3539332740344317, + 0.010806547345792245, 0.34667157613102834, 0.364042438077447, - 0.21241869111332 + 0.21241869111332057 ], "resistance": [ 97250.19448675029, @@ -68178,9 +54332,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 641.2334608322811, + 641.2334608322752, 450.9554226923709, - 53.29782260452737, + 53.297822604527255, -302.78226819379734, -445.24711380114366, -362.5639225613419, @@ -68195,20 +54349,20 @@ 0.782545894392739, 0.9467961913166557, 1.3250826206545787, - 1.6392692660267991 + 1.6392692660267993 ], "relative wind angle": [ - 0.027119645767351885, + 0.027119645767364167, 0.18829530557046958, - 0.358085770936749, - 0.38094984060548504, + 0.3580857709367493, + 0.380949840605485, 0.06148933176282028, 0.3409661667019674, 0.383526852695379, - 0.23683251704244973 + 0.2368325170424502 ], "resistance": [ - 97275.73346083233, + 97275.73346083231, 97085.45542269241, 96687.79782260457, 96331.71773180625, @@ -68218,7 +54372,7 @@ 96995.88426163935 ], "fuel": [ - 39.17547448538289, + 39.17547448538288, 39.077070144621246, 38.87185221049567, 38.68859040142908, @@ -68258,51 +54412,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 743.5899090671917, + 743.5899090670162, 462.7578298909393, - 11.847688184794492, + 11.847688184794379, -361.65680111043804, - -482.3455922808853, + -482.3455922808967, -360.92235146445864, 13.07518198876187, - 463.8708597661439 + 463.8708597661441 ], "relative wind speed": [ - 1.8402597102011613, + 1.840259710201161, 1.7232755901645067, - 1.4019271421175714, - 0.9808219528848792, + 1.4019271421175712, + 0.9808219528848793, 0.7397876865053113, 0.9819179509703002, 1.403011728492888, - 1.7238996255100334 + 1.7238996255100336 ], "relative wind angle": [ - 0.00032036923904952907, - 0.22798869454304885, - 0.40333238559794515, - 0.4074378710347782, - 0.0007969349408772372, - 0.40788101118679637, + 0.0003203692393960739, + 0.22798869454304882, + 0.40333238559794543, + 0.40743787103477846, + 0.0007969349410165489, + 0.4078810111867964, 0.40300253122570795, - 0.22740824364575776 + 0.22740824364575823 ], "resistance": [ - 97378.0899090672, + 97378.08990906703, 97097.25782989095, 96646.3476881848, 96272.84319888958, - 96152.15440771914, + 96152.15440771912, 96273.57764853556, 96647.57518198878, 97098.37085976616 ], "fuel": [ - 39.23948586296052, + 39.239485862960436, 39.09419087528674, 38.86151593819817, 38.66935612547011, - 38.607375375540514, + 38.60737537554051, 38.669733474220564, 38.862148312463, 39.094766147852596 @@ -68338,9 +54492,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 646.997617636897, + 646.9976176368967, 507.0919667891561, - 104.70548985493417, + 104.70548985493406, -279.0985329782859, -457.875235427544, -396.90656446021984, @@ -68348,7 +54502,7 @@ 330.4758092585249 ], "relative wind speed": [ - 1.7945952615171838, + 1.7945952615171836, 1.7355938443505396, 1.4721057773370867, 1.0863248173669584, @@ -68358,14 +54512,14 @@ 1.633995927861298 ], "relative wind angle": [ - 0.05230755485315027, + 0.05230755485315028, 0.16713667284695605, - 0.34810310603719957, + 0.34810310603719985, 0.39839232303202965, - 0.11853925032995477, - 0.3209354868446616, - 0.3974664985973004, - 0.2608595199155715 + 0.11853925032995478, + 0.32093548684466167, + 0.3974664985973007, + 0.26085951991557144 ], "resistance": [ 97281.49761763692, @@ -68418,29 +54572,29 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 699.8581744353729, + 699.8581744353743, 491.62117235958215, - 55.88700402880295, + 55.88700402880261, -334.8493420350071, - -490.74229362429696, + -490.74229362429685, -400.2263040754458, -52.97480877201292, 393.9273349243316 ], "relative wind speed": [ - 1.8663679494209156, + 1.866367949420915, 1.780944986040482, - 1.4933209838764643, + 1.493320983876464, 1.099875282069863, - 0.8417758508419818, + 0.8417758508419819, 1.0100251790839878, 1.400681385897808, 1.7269019281876181 ], "relative wind angle": [ - 0.026545266914288587, + 0.026545266914284407, 0.18494540430530568, - 0.3504564359043339, + 0.35045643590433423, 0.36983197601394086, 0.05888272333204118, 0.33022131623046147, @@ -68498,34 +54652,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 724.4136686585477, + 724.4136686585455, 405.09045564836924, - -33.54221723175124, + -33.54221723175158, -359.5069697891231, -442.1525751824938, -280.66059088061206, 103.47228627458628, - 531.6994140646375 + 531.6994140646377 ], "relative wind speed": [ 1.7468025987109868, 1.5905784772752662, - 1.2303752351763413, + 1.230375235176341, 0.7734317460942187, 0.5651741757350472, 0.9169521663696212, 1.362687766308192, - 1.6650959437566637 + 1.665095943756664 ], "relative wind angle": [ - 0.04261003219453778, + 0.04261003219454299, 0.30099677005545444, - 0.5024169084229552, + 0.5024169084229554, 0.4934255647973292, - 0.13203973386462267, + 0.13203973386462264, 0.5401581363481062, - 0.4498036351249888, - 0.22182151541267908 + 0.4498036351249887, + 0.22182151541267958 ], "resistance": [ 97358.91366865854, @@ -68578,33 +54732,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 779.1552907960003, + 779.1552907959998, 491.06455365731097, 31.81157798516142, -345.2882982757634, - -471.23259586614347, - -347.9179777781789, + -471.2325958661419, + -347.9179777781788, 27.380183016456044, 486.9880287487546 ], "relative wind speed": [ - 1.8090530175629924, + 1.8090530175629922, 1.6889013052434434, - 1.3527380594949676, + 1.3527380594949674, 0.896755242792967, - 0.6132337533575287, - 0.8923793127127744, + 0.6132337533575286, + 0.8923793127127745, 1.3486393880517207, 1.686581895768497 ], "relative wind angle": [ - 0.0012633470361716713, - 0.252035498055773, - 0.4578277424426043, + 0.0012633470361716715, + 0.2520354980557731, + 0.45782774244260427, 0.49299364032959114, - 0.0037269090921037643, - 0.49151714481830167, - 0.45932580871679607, + 0.003726909092073975, + 0.4915171448183019, + 0.459325808716796, 0.2543692329936012 ], "resistance": [ @@ -68658,17 +54812,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 871.1743603057231, + 871.1743603056049, 541.0731695113894, - 16.127216849454157, + 16.12721684945393, -415.999726690386, - -555.4662363236702, + -555.4662363236724, -411.800437455064, 23.158435868661627, 547.47324015877 ], "relative wind speed": [ - 1.9697089792278548, + 1.969708979227855, 1.8410719388759864, 1.4894393859406936, 1.025879549635062, @@ -68678,17 +54832,17 @@ 1.8444228011358197 ], "relative wind angle": [ - 0.0016253175977552555, + 0.0016253175979601797, 0.236109764855572, - 0.4189118954357734, + 0.4189118954357742, 0.42837134038613683, - 0.004223471862968187, + 0.004223471862994474, 0.4305399216118273, - 0.41717012856600305, - 0.2331489826331872 + 0.417170128566003, + 0.23314898263318717 ], "resistance": [ - 97505.67436030574, + 97505.67436030562, 97175.57316951141, 96650.62721684946, 96218.50027330963, @@ -68698,7 +54852,7 @@ 97181.97324015878 ], "fuel": [ - 39.37035152932232, + 39.37035152932225, 39.19943956874004, 38.92848061404032, 38.70620109308216, @@ -68738,9 +54892,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 820.1864922870085, + 820.1864922870058, 579.7955790272243, - 87.5137477896991, + 87.51374778969898, -346.5856121096471, -522.7428565828438, -418.9933042766203, @@ -68748,9 +54902,9 @@ 468.51924849035834 ], "relative wind speed": [ - 1.900040121840762, + 1.9000401218407617, 1.8050550307241215, - 1.4813472528672436, + 1.4813472528672433, 1.0207007598183724, 0.689709028224835, 0.9097402619852781, @@ -68758,17 +54912,17 @@ 1.7447122877786183 ], "relative wind angle": [ - 0.030826747410826014, + 0.030826747410829615, 0.21611390690303636, 0.421423444126174, 0.47839898042190926, 0.08501176091412732, - 0.43948213543659087, + 0.4394821354365909, 0.4562674120976751, 0.27268826796708845 ], "resistance": [ - 97454.68649228699, + 97454.68649228697, 97214.2955790272, 96722.01374778966, 96287.91438789033, @@ -68778,7 +54932,7 @@ 97103.01924849032 ], "fuel": [ - 39.28183749893981, + 39.2818374989398, 39.157379082610845, 38.90317936927731, 38.67977154943309, @@ -68818,9 +54972,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 871.8037744977189, + 871.803774497703, 534.0375388649302, - 13.349066635184954, + 13.349066635184613, -406.5965011246165, -539.0024081726569, -387.4724416336026, @@ -68828,9 +54982,9 @@ 563.5299153746519 ], "relative wind speed": [ - 1.9333443859323485, + 1.9333443859323483, 1.7972260650367469, - 1.435551487631782, + 1.4355514876317819, 0.956603122381246, 0.6811844766120582, 0.9858048878687421, @@ -68838,17 +54992,17 @@ 1.8129377463233047 ], "relative wind angle": [ - 0.007935518028993739, + 0.00793551802902172, 0.25514450684492723, - 0.4513314225989157, + 0.45133142259891623, 0.4684343164989301, - 0.02252433237981631, + 0.022524332379816315, 0.4781358196623184, 0.44218492139215293, 0.24054320383967331 ], "resistance": [ - 97506.3037744977, + 97506.30377449769, 97168.53753886491, 96647.84906663517, 96227.90349887537, @@ -68858,7 +55012,7 @@ 97198.02991537463 ], "fuel": [ - 39.320524000377155, + 39.32052400037715, 39.145647440593606, 38.876895557254244, 38.66087677425036, @@ -68898,9 +55052,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 839.9469980282856, + 839.9469980282827, 581.1416171758146, - 81.45096942108967, + 81.45096942108944, -351.8185102955174, -522.0977247957924, -410.7857732053048, @@ -68908,9 +55062,9 @@ 489.91722782213196 ], "relative wind speed": [ - 1.8985938641588274, + 1.898593864158827, 1.7964741085680294, - 1.4632341442029981, + 1.463234144202998, 0.9910513690137476, 0.65540545103362, 0.898273757554362, @@ -68918,13 +55072,13 @@ 1.7470066257006887 ], "relative wind angle": [ - 0.025588324493571506, - 0.22774040569183818, - 0.43919613892365544, + 0.025588324493575842, + 0.22774040569183815, + 0.4391961389236557, 0.4990396392636885, - 0.07418479491024074, + 0.07418479491024073, 0.46848523999844566, - 0.4692246353834448, + 0.4692246353834445, 0.27494383493459545 ], "resistance": [ @@ -68978,7 +55132,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 807.7918131384732, + 807.7918131384691, 453.50408405931705, -35.418689695980106, -400.0548036193886, @@ -68991,24 +55145,24 @@ 1.8454270429420139, 1.681921522929271, 1.3029734144620335, - 0.821483429428955, + 0.8214834294289551, 0.5994577750758443, 0.9675177443478069, 1.4377798427178399, 1.7578724555820966 ], "relative wind angle": [ - 0.04106282902454532, - 0.29887530488349323, + 0.04106282902455343, + 0.2988753048834933, 0.4999398337995354, - 0.4920514862036651, + 0.4920514862036654, 0.12671497411695323, 0.5373493600678065, 0.4494016632585355, 0.22261088702914625 ], "resistance": [ - 97442.2918131385, + 97442.29181313848, 97088.00408405933, 96599.08131030403, 96234.44519638062, @@ -69058,34 +55212,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 852.7410348944284, + 852.7410348944186, 517.411693543542, 10.166639374791657, -393.7133408887894, -518.7105642514473, -365.57685085374055, - 57.609815861967604, + 57.60981586196749, 561.0937760374643 ], "relative wind speed": [ 1.894863147053791, 1.7555527368276116, 1.392155484774875, - 0.9104743029594551, + 0.9104743029594552, 0.6358304999255402, 0.9554168508641876, 1.4341164098180423, - 1.779276064681547 + 1.7792760646815473 ], "relative wind angle": [ - 0.012368632311443304, + 0.012368632311461259, 0.2661884249632474, - 0.469332826075695, - 0.49021418706888864, + 0.4693328260756952, + 0.4902141870688889, 0.03686765263817476, 0.5044869390475727, - 0.4545496363780674, - 0.24331461243676938 + 0.45454963637806767, + 0.24331461243676986 ], "resistance": [ 97487.24103489442, @@ -69138,17 +55292,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 728.1502983723108, + 728.1502983723085, 543.0727764519906, - 99.61178012345204, + 99.61178012345192, -306.64600457223565, -484.3768250196052, - -404.0969397082722, + -404.09693970827215, -63.465622998803724, 394.7934136610229 ], "relative wind speed": [ - 1.8318797919207093, + 1.8318797919207088, 1.7559025356463804, 1.462496714763192, 1.0373277057403125, @@ -69158,12 +55312,12 @@ 1.6724194364131066 ], "relative wind angle": [ - 0.04342363950154467, + 0.04342363950154723, 0.19376591238566662, - 0.3912245095496293, + 0.39122450954962984, 0.44932366428793474, 0.11079611618147066, - 0.3902725211584467, + 0.39027252115844663, 0.4372945679744822, 0.27278246156510916 ], @@ -69218,34 +55372,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 690.2881544188598, + 690.2881544188582, 571.3823136453328, - 146.0795761089829, + 146.07957610898268, -270.6201063028431, - -477.9706092931699, + -477.97060929316996, -426.1884228928107, -113.7228762745234, 336.2213334726083 ], "relative wind speed": [ - 1.8250395195253366, + 1.8250395195253364, 1.7762810220712237, 1.5088392972905853, 1.09986077972671, - 0.7612123819803241, + 0.7612123819803243, 0.8689299562905157, 1.278130475836126, 1.643325836080107 ], "relative wind angle": [ - 0.06855292706339483, + 0.06855292706339808, 0.1639168019047882, - 0.3624179284707944, - 0.4381741721837016, - 0.1649772559790119, + 0.362417928470795, + 0.43817417218370164, + 0.16497725597901325, 0.3401016524143519, - 0.4318279447784386, - 0.2879328037615356 + 0.43182794477843867, + 0.2879328037615357 ], "resistance": [ 97324.78815441884, @@ -69298,17 +55452,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 713.7359047816294, + 713.7359047816292, 538.1835291544785, - 91.51380691058478, + 91.51380691058455, -326.51511300284375, -511.382354960619, -434.9041888282695, - -88.90482600588712, + -88.90482600588723, 376.510413110228 ], "relative wind speed": [ - 1.9058961220876105, + 1.9058961220876103, 1.8356801790692259, 1.5561462190865332, 1.1590729565855589, @@ -69320,11 +55474,11 @@ "relative wind angle": [ 0.041957083259335844, 0.16880338979395335, - 0.33804473324568607, + 0.33804473324568673, 0.3721445094702032, - 0.09141644381910531, + 0.09141644381910533, 0.30882289067919044, - 0.3757585008206962, + 0.37575850082069623, 0.2434923682288435 ], "resistance": [ @@ -69378,33 +55532,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 658.5561097220935, + 658.5561097220908, 519.9695010429313, - 99.584720253206, + 99.58472025320543, -308.7956054714731, -499.9711730425145, - -439.53416833541957, - -117.67905838798754, + -439.5341683354196, + -117.67905838798765, 327.2290161227994 ], "relative wind speed": [ - 1.9146251983669378, + 1.9146251983669376, 1.8591045508138695, - 1.6046606862525759, + 1.6046606862525756, 1.240186117587089, 0.976234451838541, - 1.078217800039163, + 1.0782178000391627, 1.4296459132154171, 1.7552098874272544 ], "relative wind angle": [ - 0.048100347585289936, - 0.14435017654543075, + 0.04810034758529456, + 0.14435017654543073, 0.29742671453220315, 0.32637814272873455, 0.09444003513677016, - 0.2506468547391702, - 0.33517758918632323, + 0.2506468547391693, + 0.33517758918632357, 0.22852173426065037 ], "resistance": [ @@ -69458,37 +55612,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 721.3852901422456, + 721.3852901422406, 498.41894899569866, 60.90707866203377, - -322.40589029042667, + -322.4058902904267, -472.26144848411707, -375.7827892830206, - -28.424095168268536, + -28.42409516826865, 417.1811698802669 ], "relative wind speed": [ - 1.8109511844810422, + 1.8109511844810418, 1.7177507720145015, 1.4141709644716063, - 0.9920375144181371, + 0.992037514418137, 0.7060111948724097, 0.9095758819922831, - 1.3334603417814506, + 1.3334603417814503, 1.671483643307807 ], "relative wind angle": [ - 0.024347203308344837, + 0.024347203308353958, 0.21100970077149284, - 0.40167920744384156, - 0.4395311376497546, - 0.06248618150085545, - 0.4066612758010961, - 0.4275344407817934, + 0.40167920744384183, + 0.4395311376497544, + 0.06248618150085544, + 0.40666127580109607, + 0.42753444078179315, 0.2553109873258779 ], "resistance": [ - 97355.88529014227, + 97355.88529014225, 97132.9189489957, 96695.40707866204, 96312.0941097096, @@ -69498,7 +55652,7 @@ 97051.68116988028 ], "fuel": [ - 39.20095467609991, + 39.2009546760999, 39.08559228748374, 38.85976205343054, 38.66249301486614, @@ -69538,37 +55692,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 775.2167648429581, + 775.2167648429504, 449.2946382369455, - -43.15118423280444, + -43.151184232804326, -435.01257475983823, -544.011024114362, -384.7595301694814, - 40.485903709558784, + 40.48590370955833, 524.2093749615519 ], "relative wind speed": [ - 1.9722715569522524, + 1.9722715569522522, 1.835151330635489, 1.500952893751389, 1.0946223717859278, 0.9064228726841325, 1.1591708727166201, - 1.567991686593761, + 1.5679916865937609, 1.8743690622909797 ], "relative wind angle": [ - 0.0181260023134593, - 0.22098399503648367, - 0.36311123913604176, + 0.018126002313471553, + 0.2209839950364837, + 0.3631112391360415, 0.3270920789243737, 0.03944815984741634, 0.35438346656156305, - 0.3469153805694983, + 0.34691538056949794, 0.1887509411344867 ], "resistance": [ - 97409.716764843, + 97409.71676484299, 97083.79463823698, 96591.34881576724, 96199.48742524021, @@ -69618,9 +55772,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 693.9707589422239, + 693.9707589421951, 437.8302809069189, - -1.636584381536636, + -1.6365843815372045, -376.3786429448975, -499.0285094053553, -388.0225218773983, @@ -69628,9 +55782,9 @@ 420.6445208212049 ], "relative wind speed": [ - 1.9217424031413994, + 1.9217424031413992, 1.8179205107625842, - 1.5277500208421266, + 1.5277500208421264, 1.1616107218261833, 0.9631228303918179, 1.1471113577165608, @@ -69638,17 +55792,17 @@ 1.8086901286268138 ], "relative wind angle": [ - 0.004269668231553544, - 0.18428778126908454, - 0.31913088607655515, - 0.30130856708092546, + 0.004269668231605549, + 0.18428778126908452, + 0.3191308860765558, + 0.3013085670809255, 0.008519450018665093, - 0.2946505553217657, + 0.29465055532176576, 0.3225356584519724, - 0.19177047799039423 + 0.1917704779903942 ], "resistance": [ - 97328.47075894222, + 97328.47075894219, 97072.33028090691, 96632.86341561846, 96258.1213570551, @@ -69658,7 +55812,7 @@ 97055.14452082121 ], "fuel": [ - 39.35256812662553, + 39.35256812662551, 39.22008343694658, 38.99334477207819, 38.8005679230544, @@ -69698,9 +55852,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 736.182810295647, - 502.9039817166863, - 27.922928274489777, + 736.1828102956354, + 502.9039817166861, + 27.922928274489323, -398.72423364508063, -559.5450707231108, -458.2894889569278, @@ -69710,7 +55864,7 @@ "relative wind speed": [ 2.0654192854284505, 1.9773349179339987, - 1.697013384760252, + 1.6970133847602518, 1.3339113130952844, 1.1193421129603405, 1.268475546782529, @@ -69718,17 +55872,17 @@ 1.9337952837006052 ], "relative wind angle": [ - 0.01831241400517077, - 0.1563247941385518, + 0.018312414005188956, + 0.15632479413855183, 0.2825797222155901, - 0.2743115303882976, + 0.27431153038829764, 0.03379476099525618, 0.2451400019817788, 0.2955633290847384, - 0.1879578218799707 + 0.18795782187997068 ], "resistance": [ - 97370.68281029566, + 97370.68281029565, 97137.4039817167, 96662.42292827451, 96235.77576635493, @@ -69738,7 +55892,7 @@ 97050.1980869616 ], "fuel": [ - 39.52982088448773, + 39.52982088448772, 39.40911446417462, 39.16396896988732, 38.94448508882135, @@ -69778,12 +55932,12 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 595.8921621496452, + 595.8921621496431, 467.6676275447119, 96.16469005021213, -258.9399708498844, -424.57863936928385, - -368.6853016408226, + -368.68530164082256, -86.64286185936328, 303.42042201959634 ], @@ -69793,18 +55947,18 @@ 1.4224756221160801, 1.0542489112490652, 0.7757192235154888, - 0.890455584967702, + 0.8904555849677022, 1.2541802061996052, 1.5763768960079234 ], "relative wind angle": [ - 0.052114235214129306, - 0.1649017812808439, + 0.052114235214133574, + 0.16490178128084387, 0.34333600728964764, 0.39156415303651276, 0.11646934308485159, - 0.31379324359959415, - 0.39174507427203886, + 0.31379324359959454, + 0.39174507427203914, 0.25808507410540144 ], "resistance": [ @@ -69858,31 +56012,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 597.082344349296, + 597.0823443492937, 535.8948792236514, - 148.67391812430094, - -261.83400769766376, - -484.11919243332966, + 148.67391812430026, + -261.834007697664, + -484.11919243332983, -457.4252055597419, -176.35637619019008, 250.03269921133403 ], "relative wind speed": [ - 1.921670929057857, + 1.9216709290578569, 1.897274255998717, - 1.6781925024750675, - 1.3422810933484541, + 1.678192502475067, + 1.342281093348454, 1.0724554339061705, 1.1150471805378792, 1.4236044892937894, 1.7439212378259055 ], "relative wind angle": [ - 0.06897217618241817, + 0.06897217618242141, 0.10978966628686851, - 0.2569163397797026, - 0.2988348092783486, - 0.12380532747489101, + 0.25691633977970213, + 0.29883480927834827, + 0.12380532747489191, 0.1875314195001768, 0.30421127340378684, 0.22858792993833832 @@ -69938,33 +56092,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 612.9207791767546, + 612.9207791767508, 440.2056866700866, - 55.16486727978679, + 55.16486727978622, -296.03958580973216, - -440.7101622087661, + -440.71016220876623, -365.5518469834578, - -60.467724457829036, + -60.46772445782915, 336.87255858048866 ], "relative wind speed": [ - 1.7778775680640282, + 1.777877568064028, 1.7033346764434505, - 1.4401509550167755, + 1.4401509550167753, 1.0786729681435088, - 0.8385755884058327, + 0.8385755884058328, 0.9811771728493976, 1.3379173708640308, 1.6433265933136736 ], "relative wind angle": [ - 0.03056256187225474, + 0.030562561872262008, 0.17347548681476874, - 0.33253025321543694, + 0.3325302532154373, 0.35095137453433695, - 0.06483149745662967, + 0.06483149745663137, 0.3043228377467695, - 0.35904413103247385, + 0.3590441310324739, 0.22762380213013803 ], "resistance": [ @@ -70018,19 +56172,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 552.4804731301018, + 552.4804731301002, 575.6994409068992, - 218.7002409881212, + 218.70024098812075, -198.782296723346, -459.1937035840104, -469.3332016917097, - -231.06558396488992, + -231.06558396489004, 180.35523837403105 ], "relative wind speed": [ - 1.8788648533948635, + 1.8788648533948633, 1.8882266674118044, - 1.6965995546021957, + 1.6965995546021955, 1.3680969902938513, 1.065300274435446, 1.0486171200727408, @@ -70038,13 +56192,13 @@ 1.671319370193394 ], "relative wind angle": [ - 0.09973615713539237, + 0.09973615713539459, 0.08372380693446113, - 0.24431384495401234, - 0.3139372318573766, + 0.2443138449540128, + 0.31393723185737665, 0.1765280916050075, 0.15115892105630951, - 0.3120783131617818, + 0.3120783131617822, 0.25555262132892037 ], "resistance": [ @@ -70098,39 +56252,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 577.2201242200867, + 577.2201242200845, 423.67158443496714, - 53.25203472408657, - -292.45627417166384, - -438.70048061285854, + 53.252034724086, + -292.4562741716637, + -438.7004806128583, -371.8835900974713, -78.70680181838088, - 306.9897196595125 + 306.9897196595123 ], "relative wind speed": [ - 1.8090712599298164, + 1.8090712599298162, 1.7434037635915736, - 1.4995564980870837, - 1.1677371890070045, + 1.4995564980870835, + 1.1677371890070047, 0.9501231066204794, 1.0658405407625196, 1.3880933146885355, - 1.6768609359896909 + 1.676860935989691 ], "relative wind angle": [ - 0.032278591439146444, + 0.03227859143914989, 0.15125944071572114, - 0.2907650035443401, - 0.30016095137145876, - 0.06148775610756531, - 0.24904019661722535, + 0.2907650035443405, + 0.30016095137145954, + 0.06148775610756351, + 0.24904019661722532, 0.31488368410088324, - 0.20738565207658904 + 0.2073856520765901 ], "resistance": [ 97211.7201242201, 97058.17158443498, - 96687.75203472411, + 96687.7520347241, 96342.04372582835, 96195.79951938716, 96262.61640990255, @@ -70140,7 +56294,7 @@ "fuel": [ 39.23128673347732, 39.151903530986566, - 38.96076108858696, + 38.960761088586956, 38.782830656046, 38.70769500210338, 38.742013535986274, @@ -70178,19 +56332,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 536.8219972664604, + 536.8219972664583, 517.1345650030389, - 167.3034078949181, + 167.30340789491788, -222.1833634264433, - -448.43283222706054, + -448.4328322270607, -439.8473703802697, -194.54612286187364, 200.02163407278067 ], "relative wind speed": [ - 1.8696270099395282, + 1.8696270099395278, 1.8615711668600694, - 1.6651890247271433, + 1.665189024727143, 1.350347516583062, 1.0832146835455023, 1.0970013662978009, @@ -70198,17 +56352,17 @@ 1.6868375118552348 ], "relative wind angle": [ - 0.0799407222130105, + 0.0799407222130133, 0.09361241409443742, 0.23973427202813655, 0.289242138567983, - 0.13827083722358244, + 0.13827083722358324, 0.1592977875283244, 0.2912482269148193, 0.2303611194301826 ], "resistance": [ - 97171.3219972665, + 97171.32199726648, 97151.63456500307, 96801.80340789494, 96412.31663657358, @@ -70218,7 +56372,7 @@ 96834.52163407281 ], "fuel": [ - 39.29677473374216, + 39.296774733742154, 39.286594566104284, 39.105941000572685, 38.90534493641307, @@ -70258,11 +56412,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 489.24882425135, + 489.24882425134797, 371.54302287112876, - 61.24432773477861, - -232.3991555263026, - -363.1563621724135, + 61.24432773477827, + -232.39915552630276, + -363.1563621724136, -311.8584645084117, -70.84412205579076, 254.0021082211416 @@ -70270,21 +56424,21 @@ "relative wind speed": [ 1.6231994024177256, 1.5675760960522203, - 1.3416585782357722, - 1.023738977683876, - 0.8011186794298951, + 1.341658578235772, + 1.0237389776838757, + 0.8011186794298952, 0.9051367971894859, 1.2151212688399158, 1.4928248203026144 ], "relative wind angle": [ - 0.04118991895039596, + 0.041189918950401354, 0.1562167302595397, - 0.3119291051871177, - 0.33690357355020434, - 0.08353111985416561, - 0.2728192412506043, - 0.3456984816862498, + 0.31192910518711775, + 0.3369035735502036, + 0.08353111985416693, + 0.27281924125060425, + 0.3456984816862497, 0.22868141837139314 ], "resistance": [ @@ -70338,7 +56492,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 570.1923184421495, + 570.1923184421479, 541.1940699162616, 170.731585638321, -237.00298472113104, @@ -70348,7 +56502,7 @@ 218.81308302080254 ], "relative wind speed": [ - 1.904149658540013, + 1.9041496585400128, 1.892510372867884, 1.68669246076894, 1.3591620843597265, @@ -70358,14 +56512,14 @@ 1.718026934034173 ], "relative wind angle": [ - 0.07882562125026599, + 0.0788256212502688, 0.09836145544129637, 0.24723376254926563, 0.29710395406741485, - 0.13887959467305336, - 0.16925118855691057, + 0.13887959467305339, + 0.16925118855691054, 0.29975799460687563, - 0.23372372611251419 + 0.2337237261125142 ], "resistance": [ 97204.69231844218, @@ -70418,7 +56572,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 354.7521158552497, + 354.7521158552486, 639.9847294609053, 439.49236142725204, 16.469241918545094, @@ -70428,22 +56582,22 @@ -80.77316328329994 ], "relative wind speed": [ - 1.9375710086891178, + 1.9375710086891176, 2.0566856205578063, 1.979950593549021, 1.7338902530529923, - 1.42259534418427, + 1.4225953441842702, 1.2441877612314296, 1.3629947080279534, 1.6648073514299353 ], "relative wind angle": [ - 0.1619851615405456, + 0.161985161540547, 0.017297582097748555, 0.13280642632208012, 0.23655715872027033, - 0.22146572647879753, - 0.028595975783117383, + 0.22146572647879803, + 0.02859597578311738, 0.1935606757504077, 0.24657289707997598 ], @@ -70498,33 +56652,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 256.7992889416305, + 256.7992889416298, 512.3474243518758, - 397.10320113492094, + 397.1032011349205, 65.65131838973116, -254.9426456759702, - -400.98099819747983, - -350.80826458625415, + -400.9809981974798, + -350.8082645862541, -93.61779448232153 ], "relative wind speed": [ - 1.6096655223684717, + 1.6096655223684715, 1.7437452049208966, 1.6926332614020754, 1.4720701977383002, 1.1642533996649518, 0.9517676884873442, - 1.0399527464882887, + 1.039952746488289, 1.333985909019988 ], "relative wind angle": [ - 0.2073302150917202, + 0.20733021509172073, 0.04129418415982687, - 0.13603198395927196, + 0.13603198395927277, 0.2727931445073889, 0.28858910763458046, - 0.07570637670651438, - 0.2225569751112174, + 0.07570637670651437, + 0.22255697511121836, 0.30187499689943975 ], "resistance": [ @@ -70578,19 +56732,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 272.69545627672164, + 272.69545627672073, 558.8903457423228, - 438.7185249962058, + 438.71852499620445, 71.21081197623948, - -289.7377624650436, + -289.7377624650437, -456.22045571658384, - -404.0322266469183, + -404.0322266469184, -118.79663640656213 ], "relative wind speed": [ 1.7700159076258803, 1.908590623931582, - 1.859558276206722, + 1.8595582762067215, 1.6391776442562485, 1.3346273004927875, 1.1275939759992464, @@ -70598,13 +56752,13 @@ 1.4924084544922245 ], "relative wind angle": [ - 0.18758588372054805, + 0.18758588372054982, 0.039721258307067756, - 0.12015637410270247, - 0.24086920221543145, - 0.2499180855105385, + 0.12015637410270338, + 0.24086920221543148, + 0.24991808551053898, 0.06726612154773241, - 0.18577927772219596, + 0.18577927772219655, 0.2651006862214687 ], "resistance": [ @@ -70658,9 +56812,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 269.84555514224667, + 269.845555142246, 482.0462112821199, - 334.47895540822253, + 334.4789554082223, 25.88152069855198, -252.75379857525775, -360.84753717473836, @@ -70668,7 +56822,7 @@ -47.16914983229833 ], "relative wind speed": [ - 1.5307998356490906, + 1.5307998356490904, 1.6412358032782302, 1.5714320898641458, 1.3423657849800623, @@ -70678,12 +56832,12 @@ 1.2742383312442893 ], "relative wind angle": [ - 0.19935845088955295, + 0.19935845088955406, 0.021762495689916356, - 0.16147929215078322, + 0.1614792921507839, 0.29713384005953125, - 0.29569907700275594, - 0.04175646325065946, + 0.2956990770027559, + 0.04175646325065945, 0.26133455439664177, 0.31354679945250585 ], @@ -70738,34 +56892,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 589.7356799226723, + 589.7356799226691, 1048.9047263561629, - 698.8638520524119, + 698.863852052411, -8.620084688310726, -646.6845938863721, -873.1299223782787, - -722.5060943722331, + -722.5060943722333, -134.98201388176494 ], "relative wind speed": [ - 2.6723978932205585, + 2.672397893220558, 2.81109913310371, 2.712196757368734, 2.413069641205223, 2.0496420805700657, 1.854849002478863, 1.9966802216308421, - 2.3494335625479947 + 2.3494335625479943 ], "relative wind angle": [ - 0.13553152557543377, - 0.011554368877697483, - 0.11646152693367046, + 0.1355315255754362, + 0.011554368877697481, + 0.11646152693367141, 0.19948015146069, - 0.1770946735118392, + 0.17709467351183922, 0.017511621523166473, - 0.158501338330289, - 0.20495910125137617 + 0.15850133833028973, + 0.20495910125137506 ], "resistance": [ 97224.2356799227, @@ -70818,33 +56972,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 533.9201848013074, + 533.920184801306, 782.4047862232953, - 441.8844416193358, + 441.8844416193351, -75.98627891054434, - -488.35458812188926, + -488.3545881218894, -596.1936855555838, - -425.45398052240944, + -425.45398052240955, 28.507257920354277 ], "relative wind speed": [ - 2.0447363469225563, + 2.044736346922556, 2.1355342764513514, 2.000298254646808, 1.6824519008011467, - 1.3170239470606382, + 1.317023947060638, 1.164041304962493, 1.3835843660631304, 1.7563753605217733 ], "relative wind angle": [ - 0.15532849946143074, + 0.15532849946143146, 0.018044769532347484, - 0.18646313666019992, - 0.29297289311131086, - 0.24255707352286737, - 0.0331089398344494, - 0.2713342654857777, + 0.18646313666020115, + 0.2929728931113109, + 0.24255707352286693, + 0.03310893983444941, + 0.27133426548577816, 0.2803005956339911 ], "resistance": [ @@ -70898,31 +57052,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 462.9470606546229, + 462.9470606546206, 906.8383119173768, - 676.9927298018583, + 676.9927298018565, 74.58595913937552, - -502.1860432893202, + -502.18604328931997, -749.6369271518122, -650.1394754841003, -171.57044073909083 ], "relative wind speed": [ - 2.3397798930555322, + 2.339779893055532, 2.4999375515300755, 2.4277883253727635, 2.148543859521895, - 1.7789117412397564, + 1.7789117412397566, 1.5457713833285396, 1.6567862801976996, 2.005705914330009 ], "relative wind angle": [ - 0.16723681386904954, + 0.16723681386905087, 0.02935943312679352, - 0.11794917959097427, + 0.11794917959097617, 0.22407481505427204, - 0.2207285396078656, + 0.2207285396078661, 0.04749331110417312, 0.17330373748331893, 0.2403358794913655 @@ -70978,34 +57132,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 518.5483115435804, + 518.5483115435788, 800.456418684865, - 469.87858280351134, + 469.8785828035111, -57.08303888235969, -490.1358978773411, -612.2079241917708, - -456.7668002691702, - -1.641554414450411 + -456.7668002691704, + -1.6415544144501837 ], "relative wind speed": [ - 2.089509967251601, + 2.0895099672516007, 2.190553156496946, 2.0666149806348453, 1.7584797113703405, 1.3975044063606021, 1.2331047553238736, 1.431143944841581, - 1.7963350393899153 + 1.7963350393899156 ], "relative wind angle": [ - 0.15599645629559344, + 0.1559964562955949, 0.00897236049451993, - 0.17137296353503834, - 0.27573787636198804, + 0.171372963535039, + 0.2757378763619881, 0.23443837022960104, 0.015939441541973465, - 0.2488176574077715, - 0.2697801715135784 + 0.24881765740777195, + 0.2697801715135788 ], "resistance": [ 97153.04831154358, @@ -71058,32 +57212,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 597.3440946200203, + 597.3440946200162, 587.7750329066134, - 177.631557231206, + 177.63155723120508, -297.758090201301, - -577.2250793034539, + -577.2250793034534, -573.1231036500405, -283.54988619784694, 194.1833170074956 ], "relative wind speed": [ - 2.4744360028950796, + 2.474436002895079, 2.4713892903445527, - 2.3014395864277746, + 2.301439586427774, 2.0407269000550428, - 1.8370453218482847, + 1.837045321848285, 1.841142043004366, 2.0496206666042376, 2.3093295057959526 ], "relative wind angle": [ - 0.0514657072306171, + 0.05146570723062142, 0.05495428274396952, - 0.1391728453700332, + 0.13917284537003316, 0.15535516079059633, 0.06934748427522211, - 0.07379569819045856, + 0.07379569819045854, 0.15640470111262908, 0.13716362163000287 ], @@ -71138,19 +57292,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 668.1877396731554, + 668.187739673154, 499.06963989501696, - 48.324617782624046, + 48.32461778262336, -386.1067643129297, -571.6649248695818, -498.7502322424607, - -139.42565771070758, + -139.4256577107078, 336.9596277008054 ], "relative wind speed": [ - 2.266272520615954, + 2.2662725206159537, 2.2073418084012455, - 1.9792783040508608, + 1.9792783040508606, 1.68251692454403, 1.499627188741357, 1.5850914748982825, @@ -71160,11 +57314,11 @@ "relative wind angle": [ 0.026392809887472165, 0.1038876679998485, - 0.19500342406477655, - 0.1874126376929023, + 0.19500342406477714, + 0.18741263769290234, 0.039891395123347266, 0.14491686780448554, - 0.2074507840516825, + 0.20745078405168305, 0.14743156838002078 ], "resistance": [ @@ -71218,17 +57372,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 609.9492000345749, + 609.9492000345736, 734.0173372205049, - 318.63757876847876, + 318.6375787684774, -237.12474010608912, - -625.2789414847898, + -625.2789414847903, -678.4173328103507, -421.55153765535806, 103.8489681787205 ], "relative wind speed": [ - 2.632390520097596, + 2.6323905200975957, 2.669263923564183, 2.521132972167937, 2.2523968123648386, @@ -71240,11 +57394,11 @@ "relative wind angle": [ 0.07215131826676666, 0.03285728711640596, - 0.12478216153587136, + 0.12478216153587317, 0.15874559777683545, - 0.09469432227686687, + 0.09469432227686805, 0.0448074837027182, - 0.14680461448002183, + 0.14680461448002186, 0.14731632721127058 ], "resistance": [ @@ -71298,9 +57452,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 784.3722968304883, + 784.3722968304869, 769.0832890840302, - 243.53554209756248, + 243.53554209756203, -357.1931007792714, -710.8250370219798, -704.2079883292472, @@ -71318,12 +57472,12 @@ 2.300231730999322 ], "relative wind angle": [ - 0.06643072117909397, - 0.07206639113713371, - 0.18533634329465548, + 0.06643072117909564, + 0.07206639113713373, + 0.18533634329465606, 0.21529980244784408, 0.09997714109893195, - 0.10781070446946278, + 0.10781070446946277, 0.2166404402855849, 0.18179715016389947 ], @@ -71378,9 +57532,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 756.7755719737245, + 756.7755719737168, 545.3362586310452, - 40.46458544556958, + 40.464585445569355, -433.82712120020847, -626.5477677190919, -535.1744760732197, @@ -71390,7 +57544,7 @@ "relative wind speed": [ 2.310026929680627, 2.2379245981135187, - 1.9823018338751317, + 1.9823018338751315, 1.6528172172079214, 1.454910568215945, 1.5635481030382765, @@ -71398,14 +57552,14 @@ 2.172828668776535 ], "relative wind angle": [ - 0.02335631951789593, - 0.11838248912602337, + 0.02335631951790544, + 0.11838248912602338, 0.21749179191344312, 0.20756435894956082, 0.03708900981893917, 0.16986240863999907, 0.22989549799219502, - 0.1574070169774086 + 0.15740701697740864 ], "resistance": [ 97391.27557197372, @@ -71458,9 +57612,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 603.1727557476024, + 603.1727557476013, 472.97237821744875, - 71.73083153433709, + 71.73083153433686, -324.1448510964847, -505.8694907745287, -449.477451759088, @@ -71468,7 +57622,7 @@ 291.75412196697675 ], "relative wind speed": [ - 2.0576202016451366, + 2.057620201645136, 2.008077100199466, 1.7862780417611068, 1.4839260180361444, @@ -71478,14 +57632,14 @@ 1.9175707680836371 ], "relative wind angle": [ - 0.036600434782714214, + 0.03660043478271421, 0.11029449683066557, - 0.21888688456798447, + 0.218886884567985, 0.22253830247741926, 0.05873269342014864, 0.16337444051332167, 0.23883117754141484, - 0.17163643450450095 + 0.17163643450450092 ], "resistance": [ 97237.67275574758, @@ -71538,33 +57692,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 788.2533056980762, + 788.2533056980744, 710.7124468014092, - 190.0710171349831, + 190.07101713498264, -368.71972240684363, - -671.8755161770682, + -671.8755161770681, -638.1748277746091, - -258.1905868575345, + -258.19058685753475, 320.2715657125948 ], "relative wind speed": [ - 2.339357934326795, + 2.3393579343267947, 2.313704032172724, - 2.0736861779153726, + 2.073686177915372, 1.7118128294894521, - 1.4304071852712894, + 1.4304071852712892, 1.4715413388964442, 1.7940139063274274, 2.1420450736081107 ], "relative wind angle": [ - 0.061557969998546326, + 0.06155796999854814, 0.09548947323956103, - 0.22165530263855127, + 0.22165530263855077, 0.25037161134921904, - 0.10078186704140002, + 0.10078186704139892, 0.15047725363838937, - 0.25693436111348217, + 0.2569343611134822, 0.1993174226063673 ], "resistance": [ @@ -71618,10 +57772,10 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 741.259979405274, + 741.2599794052694, 635.3305514829867, - 149.29408010216002, - -353.9204463085787, + 149.2940801021598, + -353.92044630857845, -612.5397089358107, -566.4450867807969, -204.00428696006952, @@ -71630,25 +57784,25 @@ "relative wind speed": [ 2.1990782229035646, 2.161831579111903, - 1.9174636845831885, - 1.5586337448315652, + 1.9174636845831883, + 1.5586337448315655, 1.2892633593316238, 1.3507883859873462, 1.6797255902284831, 2.017128129206495 ], "relative wind angle": [ - 0.055918982137369594, + 0.055918982137375554, 0.10920835700163227, - 0.24018174595380265, - 0.26580846054297375, + 0.24018174595380218, + 0.26580846054297413, 0.09547550062644299, 0.175329156995714, 0.275000191896598, 0.20440028419498213 ], "resistance": [ - 97375.75997940525, + 97375.75997940524, 97269.83055148296, 96783.79408010213, 96280.5795536914, @@ -71658,7 +57812,7 @@ 96960.79125287403 ], "fuel": [ - 39.70464369466308, + 39.704643694663076, 39.64980509683016, 39.398724215636264, 39.13969552656207, @@ -71698,11 +57852,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 792.969159514229, + 792.9691595142253, 648.1437321284886, 131.67446255386926, -385.8266809675216, - -637.6865763799221, + -637.6865763799225, -574.6317850764597, -182.06525688599868, 372.7026417825664 @@ -71712,23 +57866,23 @@ 2.1680554642446515, 1.904643275779731, 1.5270395437359092, - 1.2538290774569758, + 1.253829077456976, 1.339192774456376, 1.6929960942732012, 2.0401107849977373 ], "relative wind angle": [ - 0.04954926842800875, + 0.04954926842801323, 0.12212393452172783, - 0.2566045724222322, + 0.25660457242223217, 0.2782988544828992, - 0.08774881926115279, + 0.08774881926115533, 0.198520049374679, 0.28955511516014815, - 0.2071078536468039 + 0.20710785364680392 ], "resistance": [ - 97427.46915951422, + 97427.4691595142, 97282.64373212848, 96766.17446255386, 96248.67331903246, @@ -71778,14 +57932,14 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 809.4097981934804, + 809.4097981934758, 766.7589092382848, - 237.10256903939262, + 237.10256903939216, -347.32027928333855, -681.2096152908275, -662.6269136027751, -287.1595781880187, - 308.2099143738226 + 308.20991437382304 ], "relative wind speed": [ 2.3187157128866556, @@ -71795,17 +57949,17 @@ 1.3666204510996154, 1.390301231625073, 1.7284909616179103, - 2.1009587085686796 + 2.10095870856868 ], "relative wind angle": [ - 0.07465858206248431, + 0.07465858206249028, 0.09382988687235316, - 0.23396938892808197, + 0.23396938892808244, 0.27728271726091863, 0.12689424849081746, 0.1559376223506943, 0.28038156999712693, - 0.22098594459692755 + 0.22098594459692808 ], "resistance": [ 97443.90979819343, @@ -71858,31 +58012,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 812.9145127361617, + 812.9145127361562, 915.8645810321127, - 370.96206728802736, + 370.96206728802645, -316.9625946225415, - -774.1311983153164, + -774.1311983153171, -818.59894765644, -466.84294688264777, 195.49331849437567 ], "relative wind speed": [ - 2.687232986366505, + 2.6872329863665048, 2.716902144226503, - 2.5205525062681544, + 2.520552506268155, 2.1768120520993532, - 1.8663838952407557, + 1.8663838952407559, 1.8229242184270118, 2.086006958419752, 2.4425599802799733 ], "relative wind angle": [ - 0.08228746905061578, + 0.08228746905061983, 0.0498764714275614, - 0.1643683477538415, + 0.16436834775384349, 0.2072020013267815, - 0.1186224286072717, + 0.11862242860727264, 0.07437405870117735, 0.19902693569750005, 0.18438313812757695 @@ -71938,39 +58092,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 913.8030163932926, + 913.8030163932876, 819.4576828095323, - 211.08615876892236, - -442.08913017219356, + 211.08615876892145, + -442.0891301721938, -793.861241023651, -752.9472006245985, -306.47135364265205, 370.4327428493307 ], "relative wind speed": [ - 2.588206586600305, + 2.5882065866003043, 2.559864322972619, - 2.306526602579325, - 1.9293712345061675, + 2.3065266025793245, + 1.9293712345061673, 1.6419433684460252, 1.6857894317135258, 2.018595152996003, 2.381662864379681 ], "relative wind angle": [ - 0.05704983026713002, - 0.09038675930558013, - 0.20713307698262493, - 0.2299545195468938, + 0.057049830267133915, + 0.09038675930558014, + 0.20713307698262437, + 0.22995451954689333, 0.09000071894354848, 0.13749795230801853, - 0.237207924123179, - 0.1857130734652535 + 0.23720792412317898, + 0.18571307346525354 ], "resistance": [ - 97548.30301639333, + 97548.30301639331, 97453.95768280956, - 96845.58615876896, + 96845.58615876894, 96192.41086982783, 95840.63875897638, 95881.55279937544, @@ -71978,9 +58132,9 @@ 97004.93274284936 ], "fuel": [ - 40.30758566027055, + 40.30758566027054, 40.25868142446387, - 39.94412530109953, + 39.944125301099525, 39.60793665817856, 39.427537636324345, 39.44849588929289, @@ -72018,19 +58172,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 628.2284302569103, + 628.2284302569078, 487.983040053231, - 68.03221295701223, + 68.03221295701178, -344.80687701081945, - -531.655752691851, + -531.6557526918516, -470.999352306565, -142.07145560747244, 305.8403143157318 ], "relative wind speed": [ - 2.1336748509697614, + 2.133674850969761, 2.08207250368799, - 1.8580929333862628, + 1.8580929333862626, 1.556272764600024, 1.3590878751202267, 1.436893284606086, @@ -72038,17 +58192,17 @@ 1.9944180364516966 ], "relative wind angle": [ - 0.03394099132924063, + 0.03394099132924391, 0.10726602083317875, - 0.21016850509294183, + 0.21016850509294185, 0.21058046188259183, - 0.05330003402403771, - 0.15576069377290738, - 0.22776735412884172, + 0.053300034024039794, + 0.15576069377290735, + 0.22776735412884175, 0.16383920359709242 ], "resistance": [ - 97262.72843025693, + 97262.72843025692, 97122.48304005325, 96702.53221295703, 96289.69312298919, @@ -72058,7 +58212,7 @@ 96940.34031431575 ], "fuel": [ - 39.652640062752255, + 39.65264006275225, 39.58010437757531, 39.363341203252965, 39.150888509458156, @@ -72098,19 +58252,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 604.7146336950198, + 604.7146336950193, 343.86294261208013, - -62.66885495143947, + -62.66885495144004, -391.0192529038608, -477.7031378719927, -349.3457250652509, - 6.609293236293524, + 6.609293236293752, 404.361162359565 ], "relative wind speed": [ - 1.9684877294627263, + 1.968487729462726, 1.8567537799999914, - 1.5918973214864445, + 1.5918973214864443, 1.292210225438565, 1.166558115472693, 1.3372610733421737, @@ -72120,11 +58274,11 @@ "relative wind angle": [ 0.013575651379569393, 0.16362900249016046, - 0.25466139113047565, + 0.2546613911304761, 0.2062819722515791, 0.022909291538636682, - 0.22815664606811936, - 0.24646999516329093, + 0.22815664606811933, + 0.2464699951632905, 0.1406215767825767 ], "resistance": [ @@ -72178,9 +58332,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 743.5356308951286, + 743.5356308951264, 575.3645611645768, - 85.07925972650901, + 85.0792597265081, -392.9333676463881, -609.0665073374774, -536.0956042147807, @@ -72188,9 +58342,9 @@ 367.64968267822655 ], "relative wind speed": [ - 2.2175339090816024, + 2.217533909081602, 2.1583460336406404, - 1.9043118015895546, + 1.9043118015895544, 1.5575164461035929, 1.3266812983468397, 1.4209441594861154, @@ -72198,12 +58352,12 @@ 2.0619608205363216 ], "relative wind angle": [ - 0.03664663902886654, - 0.11976074332764092, - 0.23636163435758428, + 0.03664663902886958, + 0.11976074332764093, + 0.23636163435758478, 0.24168092257187787, - 0.06127910870082509, - 0.18248746183382514, + 0.0612791087008251, + 0.18248746183382517, 0.2581470771897356, 0.18178289937803574 ], @@ -72258,20 +58412,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 752.4336126318926, + 752.4336126318917, 475.3981237182079, -23.206816440707144, - -456.87272722546174, + -456.87272722546186, -596.7793515631334, -477.25516769177955, - -57.11136914830399, + -57.11136914830422, 445.8980819095757 ], "relative wind speed": [ - 2.2401648005866877, + 2.240164800586687, 2.142236377837169, 1.8695633811283856, - 1.5418843255827295, + 1.5418843255827293, 1.3749269129804809, 1.5230185984736737, 1.8475646440028628, @@ -72281,10 +58435,10 @@ 0.0050487846727254185, 0.13952029735289317, 0.2335225216233442, - 0.20502288665233132, - 0.008226029404483522, + 0.2050228866523308, + 0.00822602940448352, 0.19687879316909515, - 0.23635567616400477, + 0.23635567616400524, 0.14800623901640006 ], "resistance": [ @@ -72338,18 +58492,18 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 541.0867779012267, - 214.40270659185012, - -184.938445659193, + 541.0867779012256, + 214.40270659185035, + -184.93844565919312, -443.8741663675595, -463.6101746212223, -249.69477496797526, - 138.13075851793337, + 138.1307585179336, 495.67591319237135 ], "relative wind speed": [ - 1.946520017658901, - 1.7798739887364505, + 1.9465200176589006, + 1.7798739887364508, 1.4899051866939064, 1.2247213303606892, 1.1958340678501513, @@ -72358,17 +58512,17 @@ 1.9284752940956726 ], "relative wind angle": [ - 0.063961687950936, - 0.2003813369829717, - 0.2555383216427845, - 0.14611836904418926, + 0.06396168795093601, + 0.20038133698297225, + 0.255538321642785, + 0.1461183690441893, 0.10423135053837423, 0.24996823443424124, - 0.21921138378335547, + 0.21921138378335497, 0.0925981532314794 ], "resistance": [ - 97175.58677790126, + 97175.58677790125, 96848.90270659188, 96449.56155434083, 96190.62583363247, @@ -72378,7 +58532,7 @@ 97130.1759131924 ], "fuel": [ - 39.40051672232775, + 39.40051672232774, 39.231773176571835, 39.02603917731366, 38.89295687795139, @@ -72418,17 +58572,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 536.0219020286972, + 536.0219020286966, 175.15590165936214, - -225.68938813405794, + -225.68938813405805, -458.6765028825799, - -449.8320915773381, + -449.83209157733796, -197.3943607024861, - 208.71416190397963, + 208.71416190397986, 556.286264104725 ], "relative wind speed": [ - 1.868796415817268, + 1.8687964158172679, 1.6668721057179061, 1.3415111230349832, 1.0627052285171312, @@ -72438,17 +58592,17 @@ 1.8770321020316847 ], "relative wind angle": [ - 0.09659335805203786, + 0.09659335805203903, 0.24829227243870008, - 0.30205345907075176, - 0.146133307330607, - 0.16811889799892996, + 0.3020534590707521, + 0.14613330733060698, + 0.16811889799892926, 0.3038776785655017, - 0.23852486198513745, + 0.23852486198513698, 0.082534720706894 ], "resistance": [ - 97170.52190202873, + 97170.52190202872, 96809.6559016594, 96408.81061186598, 96175.82349711745, @@ -72498,21 +58652,21 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 646.0676803945692, + 646.0676803945682, 258.1079747702904, - -224.0821760692902, + -224.08217606929065, -540.5261180229596, - -567.9245825121708, + -567.9245825121703, -315.38561034619056, 150.95960416723074, 582.8140364567018 ], "relative wind speed": [ - 2.2120336857621172, + 2.212033685762117, 2.039097959810039, 1.7378669588469922, 1.4650420773755235, - 1.4311884356322055, + 1.4311884356322058, 1.6683743211678344, 1.9802049890305806, 2.1897591366981226 @@ -72520,11 +58674,11 @@ "relative wind angle": [ 0.05606816336333861, 0.17966951524653407, - 0.2271519478340931, + 0.22715194783409356, 0.12942925519266626, 0.08672177943555129, - 0.22018863108299058, - 0.19895298503878348, + 0.2201886310829906, + 0.19895298503878345, 0.08645979369112415 ], "resistance": [ @@ -72578,19 +58732,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 591.3334881059054, + 591.3334881059045, 190.3402391878542, - -263.47485429893175, + -263.4748542989324, -529.8248616824301, -523.3686724481463, -242.25723728351863, - 215.32010261898836, + 215.3201026189888, 606.1912267729465 ], "relative wind speed": [ - 2.0895250609391454, + 2.089525060939145, 1.8904762208404053, - 1.5736695307926587, + 1.5736695307926583, 1.3101912764419268, 1.318900040885874, 1.591135429992833, @@ -72598,17 +58752,17 @@ 2.094996686698328 ], "relative wind angle": [ - 0.08144622002920673, + 0.08144622002920672, 0.21000783554080152, - 0.24870024054398238, + 0.24870024054398285, 0.11757615219883163, 0.12925170379972278, 0.2502917502029183, - 0.20475681078288574, + 0.2047568107828852, 0.07342768707443527 ], "resistance": [ - 97225.83348810594, + 97225.83348810593, 96824.84023918788, 96371.0251457011, 96104.6751383176, @@ -72618,7 +58772,7 @@ 97240.69122677298 ], "fuel": [ - 39.57345342404865, + 39.573453424048644, 39.366307100287344, 39.13259564936496, 38.99578422358146, @@ -72668,7 +58822,7 @@ 643.1790477424923 ], "relative wind speed": [ - 1.9046599217157603, + 1.90465992171576, 1.663413898179097, 1.3127534693438652, 1.0527097890091341, @@ -72678,13 +58832,13 @@ 1.9497274585749627 ], "relative wind angle": [ - 0.12860904089039024, - 0.27375488566768563, - 0.30298890091801284, + 0.12860904089038935, + 0.2737548856676857, + 0.3029889009180128, 0.09917811041893426, 0.21746607245042063, - 0.31226668770745736, - 0.22123243225846626, + 0.3122666877074573, + 0.22123243225846628, 0.05348665858297686 ], "resistance": [ @@ -72740,7 +58894,7 @@ "wind resistance": [ 509.87823792130564, 86.05825104832297, - -316.2938497558441, + -316.2938497558446, -496.6956736042744, -427.7870643347318, -99.27822721760515, @@ -72748,23 +58902,23 @@ 667.9743302912331 ], "relative wind speed": [ - 1.8348291594969104, + 1.8348291594969102, 1.5716522904571633, - 1.2002663299518315, + 1.2002663299518312, 0.9387661513343607, 1.0581506314924654, 1.4199260126389661, - 1.7451766502712562, + 1.745176650271256, 1.8986834692957415 ], "relative wind angle": [ 0.15504121159220122, 0.3109219742123442, - 0.3368038159275499, - 0.08545910456712645, + 0.3368038159275509, + 0.08545910456712646, 0.2710726866605324, - 0.34545772971493194, - 0.22929007166083762, + 0.345457729714932, + 0.22929007166083665, 0.042214673374175976 ], "resistance": [ @@ -72818,33 +58972,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 507.3804999707761, + 507.3804999707752, 74.51041235291837, - -346.12829272715817, - -535.5139375151679, - -470.09025336887, + -346.12829272715885, + -535.5139375151684, + -470.09025336886975, -131.56889386569128, 327.33865510456985, 658.0906666622766 ], "relative wind speed": [ - 2.0130880589002182, + 2.013088058900218, 1.7721218277408786, - 1.4430222470985856, - 1.2239436122203955, + 1.4430222470985854, + 1.2239436122203957, 1.3152378356972352, 1.625410202066089, 1.9235542341495717, 2.0698637953839105 ], "relative wind angle": [ - 0.12243281860496398, - 0.24127943774666266, - 0.24712042995873462, - 0.06193107624113209, - 0.18803252529103462, + 0.122432818604964, + 0.24127943774666263, + 0.24712042995873554, + 0.061931076241135675, + 0.18803252529103404, 0.26355320178377833, - 0.1845508293033755, + 0.18455082930337552, 0.03660560663961642 ], "resistance": [ @@ -72898,17 +59052,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 514.6039290915298, + 514.603929091528, 90.38510994448188, - -328.24662567444227, + -328.2466256744424, -524.4732881084092, -466.4269843523949, -139.27145329942618, - 313.4794918928683, + 313.47949189286805, 648.1147473550996 ], "relative wind speed": [ - 1.978169134757851, + 1.9781691347578507, 1.739388961693395, 1.4052839369704675, 1.1733103563097957, @@ -72918,17 +59072,17 @@ 2.029253563320799 ], "relative wind angle": [ - 0.12242809423070822, - 0.24900452150528404, - 0.26247342173465493, + 0.12242809423071094, + 0.24900452150528407, + 0.2624734217346554, 0.07422550574120179, - 0.19330803554893855, + 0.19330803554893858, 0.2763003250699603, - 0.19560101724247045, + 0.19560101724247048, 0.0428907911977347 ], "resistance": [ - 97149.10392909158, + 97149.10392909157, 96724.88510994453, 96306.2533743256, 96110.02671189164, @@ -72938,7 +59092,7 @@ 97282.61474735514 ], "fuel": [ - 39.42273680268099, + 39.42273680268098, 39.20373199430878, 38.98826801666189, 38.88749733640151, @@ -72978,9 +59132,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 610.2064203738377, + 610.206420373837, 222.290347299014, - -205.66632373100765, + -205.66632373100788, -459.09433450661703, -454.82830772967, -192.64857543815378, @@ -72988,21 +59142,21 @@ 619.9682750440539 ], "relative wind speed": [ - 1.8076394516720458, + 1.8076394516720455, 1.5845412374752579, 1.2062379041382734, 0.8477781178869214, - 0.8562876823649046, + 0.8562876823649045, 1.2206629546895618, 1.5955497801169285, 1.8116460043405782 ], "relative wind angle": [ - 0.11513041122484813, + 0.1151304112248491, 0.3130602971972301, - 0.41149639435433494, + 0.4114963943543358, 0.23127358394605665, - 0.24494802751725914, + 0.24494802751725867, 0.411274233469631, 0.3071952666974156, 0.10747136382409761 @@ -73058,9 +59212,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 662.455235082772, - 344.75826869142065, - -79.8740360338353, + 662.4552350827688, + 344.75826869142054, + -79.87403603383541, -388.16985278225343, -452.7962688599574, -276.3907681862196, @@ -73068,9 +59222,9 @@ 513.8500948043917 ], "relative wind speed": [ - 1.7749026134125625, + 1.7749026134125623, 1.6136033774323821, - 1.2692895189429099, + 1.2692895189429096, 0.8682641746124063, 0.7309036269795129, 1.0396073967461756, @@ -73078,11 +59232,11 @@ 1.7119044138371708 ], "relative wind angle": [ - 0.05216950446622125, - 0.27346275454963637, + 0.05216950446622763, + 0.2734627545496364, 0.4253282032818501, - 0.3587983500790929, - 0.126970152275653, + 0.358798350079093, + 0.1269701522756539, 0.4325404780695301, 0.37225977843453756, 0.17905538034701715 @@ -73138,9 +59292,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 526.2787994163582, + 526.2787994163573, 150.7350186155163, - -247.18094068129312, + -247.18094068129335, -464.01154787720594, -439.1069087643002, -168.19037478828398, @@ -73148,9 +59302,9 @@ 583.3047339465304 ], "relative wind speed": [ - 1.8393888834781398, + 1.8393888834781396, 1.620283503309388, - 1.2805217069836787, + 1.2805217069836785, 1.0019701235669285, 1.0442134137398855, 1.3595640797699526, @@ -73158,13 +59312,13 @@ 1.8627369619934362 ], "relative wind angle": [ - 0.11413866676964525, + 0.11413866676964622, 0.2702321296824622, - 0.3195138750661565, - 0.13643456824087102, + 0.31951387506615686, + 0.13643456824087105, 0.20199050015356515, - 0.3237756783767282, - 0.24125897229537027, + 0.32377567837672827, + 0.24125897229537024, 0.07322639611454299 ], "resistance": [ @@ -73218,34 +59372,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 664.1666393825334, - 325.8935510834575, - -127.44129390050125, + 664.1666393825291, + 325.89355108345774, + -127.44129390050182, -454.1878686968337, - -513.5843495951112, + -513.584349595111, -316.6444526433703, 101.08323251941022, - 527.91355094325 + 527.9135509432498 ], "relative wind speed": [ - 1.9551881448946289, + 1.9551881448946287, 1.7949792156489899, - 1.471567623334237, + 1.4715676233342367, 1.1279587952266439, 1.0322431884264325, 1.2908664909189502, 1.6500834560541757, - 1.9015771449668102 + 1.9015771449668104 ], "relative wind angle": [ - 0.047824745945917735, - 0.22079665435212706, - 0.3196915176148305, + 0.0478247459459247, + 0.22079665435212703, + 0.3196915176148312, 0.23343974488905317, - 0.09067528451717517, + 0.09067528451717394, 0.3094493880720185, 0.2840792507768201, - 0.13764955329779444 + 0.13764955329779527 ], "resistance": [ 97298.66663938256, @@ -73298,34 +59452,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 599.3444521599616, + 599.3444521599594, 232.14073766318813, - -192.21593538439322, - -455.87621681351476, + -192.21593538439333, + -455.8762168135149, -465.51585968760304, -222.24854262169663, 196.2034988874949, 577.3021111813638 ], "relative wind speed": [ - 1.8445659395550602, + 1.8445659395550598, 1.6424221602614921, 1.2913523388387733, - 0.9570166426418472, + 0.957016642641847, 0.9395541785699733, 1.2600138917158457, 1.6178982343801998, 1.8355665897867788 ], "relative wind angle": [ - 0.09343203358763422, + 0.0934320335876366, 0.2740114229189518, - 0.36125836428986735, - 0.21166584652867904, + 0.3612583642898677, + 0.2116658465286785, 0.18420222037136982, 0.36047611872605934, 0.28599617814689227, - 0.10975508510229062 + 0.10975508510229061 ], "resistance": [ 97233.84445215996, @@ -73365,52 +59519,7 @@ "id": "1881", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.64531518670225, - 43.64531518670225, - 43.64531518670225, - 43.64531518670225, - 43.64531518670225, - 43.64531518670225, - 43.64531518670225, - 43.64531518670225 - ], - "relative wind speed": [ - 0.44490216604851307, - 0.44490216604851307, - 0.44490216604851307, - 0.44490216604851307, - 0.44490216604851307, - 0.44490216604851307, - 0.44490216604851307, - 0.44490216604851307 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 14.6875, -43.125 14.84375, -42.96875 14.84375, -42.96875 14.6875, -43.125 14.6875))", @@ -73442,9 +59551,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 642.1252817713494, + 642.1252817713466, 274.0263161354321, - -180.4826226344287, + -180.4826226344294, -482.3599769353469, -513.5589707988004, -279.87431083002366, @@ -73452,9 +59561,9 @@ 570.6480988154153 ], "relative wind speed": [ - 1.966853904172311, + 1.9668539041723105, 1.7835280931519217, - 1.4491637212013957, + 1.4491637212013955, 1.1220508723597102, 1.0725820063391212, 1.3557189906533673, @@ -73462,13 +59571,13 @@ 1.9390586067773012 ], "relative wind angle": [ - 0.06883621894371178, - 0.23380825519637244, - 0.31508349622015197, + 0.06883621894371501, + 0.2338082551963724, + 0.3150834962201531, 0.19907001805650806, - 0.12646601871646687, + 0.1264660187164669, 0.30972182685028354, - 0.26598605114898266, + 0.2659860511489826, 0.11468527989612644 ], "resistance": [ @@ -73509,52 +59618,7 @@ "id": "1883", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.52285396773762, - 47.52285396773762, - 47.52285396773762, - 47.52285396773762, - 47.52285396773762, - 47.52285396773762, - 47.52285396773762, - 47.52285396773762 - ], - "relative wind speed": [ - 0.46424470621211783, - 0.46424470621211783, - 0.46424470621211783, - 0.46424470621211783, - 0.46424470621211783, - 0.46424470621211783, - 0.46424470621211783, - 0.46424470621211783 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 14.53125, -43.125 14.6875, -42.96875 14.6875, -42.96875 14.53125, -43.125 14.53125))", @@ -73586,9 +59650,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 643.7614914185228, + 643.7614914185194, 281.4817818899853, - -177.494899084924, + -177.49489908492467, -489.05640961703864, -527.0132338703582, -300.22224345495533, @@ -73596,9 +59660,9 @@ 556.6194798440181 ], "relative wind speed": [ - 2.0245816073337592, + 2.024581607333759, 1.8513913231833432, - 1.5313544404575452, + 1.531354440457545, 1.2187267337153893, 1.1627664980440475, 1.4224298865565197, @@ -73606,10 +59670,10 @@ 1.9913969373922376 ], "relative wind angle": [ - 0.05916874768981781, + 0.05916874768982156, 0.21240043909997072, - 0.2861395116030715, - 0.18232364602455806, + 0.2861395116030719, + 0.18232364602455808, 0.10314592476637513, 0.27794485445700706, 0.2477819066154002, @@ -73653,52 +59717,7 @@ "id": "1885", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.74987758429565, - 41.74987758429565, - 41.74987758429565, - 41.74987758429565, - 41.74987758429565, - 41.74987758429565, - 41.74987758429565, - 41.74987758429565 - ], - "relative wind speed": [ - 0.43513428784095554, - 0.43513428784095554, - 0.43513428784095554, - 0.43513428784095554, - 0.43513428784095554, - 0.43513428784095554, - 0.43513428784095554, - 0.43513428784095554 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 14.375, -43.125 14.53125, -42.96875 14.53125, -42.96875 14.375, -43.125 14.375))", @@ -73730,34 +59749,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 763.5571569675428, + 763.5571569675374, 428.1042199131971, - -87.90528680304897, + -87.90528680304942, -500.74015011389645, -606.6544163489336, -438.2360635642252, 16.008747130004167, - 518.810035700307 + 518.8100357003073 ], "relative wind speed": [ - 2.2205123465909296, + 2.220512346590929, 2.091781278501244, 1.7924800618811854, 1.4573938917619778, 1.3215520274448123, 1.5171110458756634, - 1.8612334808842952, + 1.861233480884295, 2.1338176789175605 ], "relative wind angle": [ - 0.01597352387359981, - 0.16470837626695134, - 0.2535195672000349, + 0.01597352387360676, + 0.1647083762669513, + 0.2535195672000353, 0.20229659270019895, - 0.026841287440261936, + 0.026841287440261933, 0.22804465900374826, - 0.243960389951711, - 0.13766215324673917 + 0.24396038995171007, + 0.13766215324673914 ], "resistance": [ 97398.05715696754, @@ -73797,68 +59816,7 @@ "id": "1887", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.3610850074036795, - 5.3610850074036795, - 5.3610850074036795, - 5.3610850074036795, - 5.3610850074036795, - 5.3610850074036795, - 5.3610850074036795, - 5.3610850074036795 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 690.5652012357322, - 402.3476044458447, - -46.3005124778349, - -409.8719337288345, - -511.45589226593347, - -373.05910650734415, - 14.858228564396313, - 456.4546822076578 - ], - "relative wind speed": [ - 1.9580245424744327, - 1.836368885047741, - 1.5373204331130912, - 1.1824416821414883, - 1.0208261731990729, - 1.226252626031435, - 1.5851157909608533, - 1.86488011763622 - ], - "relative wind angle": [ - 0.012795653840706349, - 0.1912770325539231, - 0.30979503028607314, - 0.26850138336179136, - 0.024544860817779082, - 0.2886960941115418, - 0.3001578536159379, - 0.16901063104955757 - ], - "resistance": [ - 97325.06520123572, - 97036.84760444584, - 96588.19948752216, - 96224.62806627115, - 96123.04410773405, - 96261.44089349265, - 96649.35822856438, - 97090.95468220764 - ], - "fuel": [ - 39.39739010625102, - 39.24833487765055, - 39.01692613509694, - 38.829948614246526, - 38.77779392723071, - 38.84885833600896, - 39.048427183068775, - 39.27629344235355 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 13.90625, -43.4375 14.0625, -43.28125 14.0625, -43.28125 13.90625, -43.4375 13.90625))", @@ -73877,68 +59835,7 @@ "id": "1888", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.992506320318946, - 6.992506320318946, - 6.992506320318946, - 6.992506320318946, - 6.992506320318946, - 6.992506320318946, - 6.992506320318946, - 6.992506320318946 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 862.9171694751581, - 821.2864780033956, - 253.9839480599544, - -375.4673633430998, - -736.5292732447858, - -718.4102356502839, - -316.4357180905938, - 323.6375932383328 - ], - "relative wind speed": [ - 2.4331714568938145, - 2.4200034148397194, - 2.1743465101373385, - 1.7876130330515005, - 1.4687765156133117, - 1.4903728606036961, - 1.830258190888249, - 2.2095400959304548 - ], - "relative wind angle": [ - 0.07295439771838116, - 0.08981845408724795, - 0.2246340301831131, - 0.26482125569783177, - 0.1210442606323486, - 0.14616724884242546, - 0.2678165949161275, - 0.2133716666868374 - ], - "resistance": [ - 97497.41716947517, - 97455.78647800341, - 96888.48394805996, - 96259.03263665692, - 95897.97072675523, - 95916.08976434973, - 96318.06428190942, - 96958.13759323835 - ], - "fuel": [ - 40.03462697816673, - 40.01305136238945, - 39.71968259421607, - 39.395576398555605, - 39.21033002849516, - 39.219614618329906, - 39.42590930451159, - 39.75563804452889 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 13.90625, -43.28125 14.0625, -43.125 14.0625, -43.125 13.90625, -43.28125 13.90625))", @@ -73970,9 +59867,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 764.1887692408848, + 764.1887692408843, 712.6745179195818, - 215.05862892710957, + 215.0586289271091, -326.94630107962496, -632.0193422883187, -609.5543176157769, @@ -73980,9 +59877,9 @@ 300.626362732346 ], "relative wind speed": [ - 2.212760103076558, + 2.2127601030765573, 2.1949237665202075, - 1.955100693394071, + 1.9551006933940709, 1.5790848715836692, 1.2686286079558176, 1.2992441948517748, @@ -73992,12 +59889,12 @@ "relative wind angle": [ 0.07436217151339022, 0.10002278630446866, - 0.24507085144108529, - 0.29008059484760573, + 0.24507085144108573, + 0.2900805948476058, 0.12994948631818598, 0.16950593723582782, - 0.29378872639383796, - 0.2274442268733781 + 0.2937887263938379, + 0.22744422687337812 ], "resistance": [ 97398.68876924085, @@ -74037,68 +59934,7 @@ "id": "1890", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.902529213129414, - 7.902529213129414, - 7.902529213129414, - 7.902529213129414, - 7.902529213129414, - 7.902529213129414, - 7.902529213129414, - 7.902529213129414 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1049.531620777214, - 833.4541664526896, - 135.83203756478042, - -557.5321608343404, - -881.2179903395352, - -787.5939613836379, - -246.98744200592068, - 500.71915817850777 - ], - "relative wind speed": [ - 2.710644165640974, - 2.6482993423843193, - 2.356819589168245, - 1.9558930856606633, - 1.6849685625671937, - 1.7813538229924974, - 2.1522342515804427, - 2.5221405763811053 - ], - "relative wind angle": [ - 0.03876789857497732, - 0.10926147881698914, - 0.21962211790421496, - 0.22551735082738786, - 0.06239157888220479, - 0.16283223237657998, - 0.2408931393800143, - 0.17428870828202306 - ], - "resistance": [ - 97684.03162077718, - 97467.95416645266, - 96770.33203756475, - 96076.96783916563, - 95753.28200966044, - 95846.90603861633, - 96387.51255799405, - 97135.21915817847 - ], - "fuel": [ - 40.51325736067024, - 40.40119265945664, - 40.04056936789391, - 39.68394153823965, - 39.51806811363508, - 39.56600585257305, - 39.84344721850917, - 40.22896535608804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 13.75, -43.28125 13.90625, -43.125 13.90625, -43.125 13.75, -43.28125 13.75))", @@ -74117,68 +59953,7 @@ "id": "1891", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.1687843614687985, - 7.1687843614687985, - 7.1687843614687985, - 7.1687843614687985, - 7.1687843614687985, - 7.1687843614687985, - 7.1687843614687985, - 7.1687843614687985 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 936.9086750567476, - 737.077787189739, - 119.19974552778285, - -489.2678271615912, - -770.4990541263921, - -683.7667420290175, - -204.2111521494221, - 454.8953600388613 - ], - "relative wind speed": [ - 2.493922018656081, - 2.4314472943557885, - 2.148590694636907, - 1.758421996450519, - 1.493895291541911, - 1.5935602379573313, - 1.9582972716491247, - 2.315021006303762 - ], - "relative wind angle": [ - 0.03935160977580144, - 0.11733642863565552, - 0.23518015543850762, - 0.24317244545468525, - 0.06572427960249846, - 0.17958461457589087, - 0.25853161022295146, - 0.18392691550715937 - ], - "resistance": [ - 97571.4086750568, - 97371.57778718979, - 96753.69974552783, - 96145.23217283846, - 95864.00094587365, - 95950.73325797102, - 96430.28884785062, - 97089.3953600389 - ], - "fuel": [ - 40.142693818378184, - 40.039132811719824, - 39.71986171298988, - 39.40684151639876, - 39.262630383621854, - 39.30707401970693, - 39.5533146146926, - 39.89314673697385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 14.21875, -43.125 14.375, -42.96875 14.375, -42.96875 14.21875, -43.125 14.21875))", @@ -74210,11 +59985,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 798.6420891939147, + 798.6420891939024, 531.9329291228471, - 10.596190672857801, + 10.596190672857347, -453.4645082001608, - -620.0872435792986, + -620.0872435792996, -504.569915724515, -74.32646196717224, 457.51714912237503 @@ -74222,25 +59997,25 @@ "relative wind speed": [ 2.2150341765936035, 2.120517238136055, - 1.8334999565758743, + 1.833499956575874, 1.471922144823594, - 1.2693322163975294, + 1.2693322163975296, 1.4216143365309049, 1.776473638503717, 2.085911282543023 ], "relative wind angle": [ - 0.013339066096895938, - 0.14839291868956253, + 0.013339066096912584, + 0.1483929186895625, 0.260884603511602, - 0.2437928210653824, - 0.0232786021713173, - 0.22236325367948553, + 0.24379282106538241, + 0.02327860217132207, + 0.22236325367948556, 0.26946446654024997, - 0.17116780613159788 + 0.17116780613159785 ], "resistance": [ - 97433.14208919392, + 97433.1420891939, 97166.43292912285, 96645.09619067286, 96181.03549179983, @@ -74250,7 +60025,7 @@ 97092.01714912237 ], "fuel": [ - 39.737315940335286, + 39.73731594033528, 39.59926612842327, 39.33018435587002, 39.09151571973904, @@ -74290,37 +60065,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 759.2675107797804, + 759.2675107797731, 534.6215338907232, - 42.28104262507418, - -408.5954020048531, - -586.9698551742425, + 42.281042625073496, + -408.5954020048533, + -586.9698551742421, -489.4321779297434, -92.0170089877497, 416.5174797604245 ], "relative wind speed": [ - 2.1259095704524946, + 2.125909570452494, 2.043511316954062, - 1.7651499006985212, - 1.3999928972076257, + 1.765149900698521, + 1.3999928972076254, 1.1771376693243831, 1.314992810537238, 1.670146826583804, 1.9862438123382913 ], "relative wind angle": [ - 0.02325217572898469, + 0.023252175728994236, 0.1476626053233889, - 0.27223248905940456, - 0.26787640243337496, - 0.042001973122969605, + 0.272232489059405, + 0.26787640243337457, + 0.04200197312296696, 0.23067644155103664, - 0.28814817157235895, + 0.2881481715723589, 0.18766068990987161 ], "resistance": [ - 97393.76751077975, + 97393.76751077974, 97169.12153389069, 96676.78104262505, 96225.90459799512, @@ -74330,7 +60105,7 @@ 97051.0174797604 ], "fuel": [ - 39.60816494251374, + 39.608164942513724, 39.49190254892754, 39.2377553588864, 39.00580322921338, @@ -74370,24 +60145,24 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 729.1915982245816, + 729.1915982245812, 529.5719301615075, - 53.33904725031698, + 53.33904725031675, -392.01925968446403, -576.471264802559, -489.8186819262628, - -109.1774822306786, - 387.11621280304234 + -109.17748223067838, + 387.1162128030426 ], "relative wind speed": [ - 2.1262325581263513, + 2.126232558126351, 2.052962310253793, - 1.7879517946257264, + 1.7879517946257262, 1.4364814120697404, 1.2159948459474348, 1.3359843222450856, 1.674137609846304, - 1.9839429198909366 + 1.9839429198909369 ], "relative wind angle": [ 0.027746365686821362, @@ -74396,8 +60171,8 @@ 0.256006695635664, 0.04852883742593807, 0.21139669147137174, - 0.2755080374772207, - 0.18438753575278372 + 0.2755080374772203, + 0.18438753575278435 ], "resistance": [ 97363.69159822457, @@ -74450,9 +60225,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 702.6448866240125, + 702.644886624, 445.5687281474586, - -3.92719482347718, + -3.9271948234776346, -390.02676017163765, -517.2224629893291, -405.82775793706924, @@ -74460,7 +60235,7 @@ 422.36345536060776 ], "relative wind speed": [ - 1.976352208094029, + 1.9763522080940288, 1.8746701994798942, 1.5886350607063404, 1.2306026613269316, @@ -74470,17 +60245,17 @@ 1.8625569422686443 ], "relative wind angle": [ - 0.005373347550920958, + 0.005373347550941619, 0.17383384740708246, - 0.29979821785742516, + 0.2997982178574263, 0.2793039425308076, 0.01023056046478382, 0.27080928491786493, - 0.30379764262241776, + 0.3037976426224178, 0.1831703818987 ], "resistance": [ - 97337.14488662402, + 97337.14488662401, 97080.06872814747, 96630.57280517653, 96244.47323982838, @@ -74490,7 +60265,7 @@ 97056.86345536062 ], "fuel": [ - 39.42202846083286, + 39.42202846083285, 39.289051954884194, 39.0571343390056, 38.85852634907971, @@ -74517,68 +60292,7 @@ "id": "1896", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.338269595378379, - 5.338269595378379, - 5.338269595378379, - 5.338269595378379, - 5.338269595378379, - 5.338269595378379, - 5.338269595378379, - 5.338269595378379 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 705.8810856996604, - 464.36736586968414, - 14.78307599523987, - -378.4040699943914, - -517.6608821813979, - -412.8605267240687, - -42.46748694276255, - 413.6243612326323 - ], - "relative wind speed": [ - 1.9620220394517967, - 1.8662486409034522, - 1.5807640829185308, - 1.2139925820867543, - 1.0041043418926856, - 1.172549369121977, - 1.5358844119454649, - 1.839559192671077 - ], - "relative wind angle": [ - 0.012019481209645124, - 0.17343245328912058, - 0.3078755455251938, - 0.29710284188972963, - 0.023487686111905295, - 0.27823210935887827, - 0.31718125150251064, - 0.19441976131152075 - ], - "resistance": [ - 97340.38108569967, - 97098.8673658697, - 96649.28307599525, - 96256.09593000563, - 96116.83911781861, - 96221.63947327595, - 96592.03251305725, - 97048.12436123265 - ], - "fuel": [ - 39.39889959910226, - 39.273963097216594, - 39.04196851361199, - 38.83969251246985, - 38.76818948715049, - 38.82199372669384, - 39.0124800516354, - 39.24774102683306 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 14.21875, -42.65625 14.375, -42.5 14.375, -42.5 14.21875, -42.65625 14.21875))", @@ -74597,68 +60311,7 @@ "id": "1897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.265317449529004, - 5.265317449529004, - 5.265317449529004, - 5.265317449529004, - 5.265317449529004, - 5.265317449529004, - 5.265317449529004, - 5.265317449529004 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 675.2115212075687, - 345.5234989345654, - -107.73748748814705, - -442.27769890421456, - -510.9191229438426, - -325.4226505441801, - 86.44151483923326, - 517.6997458752703 - ], - "relative wind speed": [ - 1.938337186963431, - 1.7841649878822292, - 1.4605565622722727, - 1.1055226722148819, - 0.9918605168955184, - 1.2480759717888787, - 1.6148414360998267, - 1.875835269036281 - ], - "relative wind angle": [ - 0.0418542685471791, - 0.22183577741406954, - 0.3305552499849751, - 0.25405784585732993, - 0.0818609602800475, - 0.3199581465244707, - 0.2979471559739264, - 0.14867041879997034 - ], - "resistance": [ - 97309.7115212076, - 96980.02349893459, - 96526.76251251188, - 96192.22230109581, - 96123.58087705619, - 96309.07734945585, - 96720.94151483926, - 97152.1997458753 - ], - "fuel": [ - 39.36272438720361, - 39.192266497993295, - 38.95857820792544, - 38.786589268089045, - 38.751351829065406, - 38.846617755906465, - 39.0585977005927, - 39.281235955706194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 14.0625, -42.8125 14.21875, -42.65625 14.21875, -42.65625 14.0625, -42.8125 14.0625))", @@ -74677,68 +60330,7 @@ "id": "1898", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.243684991313308, - 6.243684991313308, - 6.243684991313308, - 6.243684991313308, - 6.243684991313308, - 6.243684991313308, - 6.243684991313308, - 6.243684991313308 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 781.2367704142152, - 355.31357525354633, - -196.14079160017332, - -578.9638676923076, - -633.6749302247379, - -372.9968849159404, - 146.1464520370821, - 655.6028645628026 - ], - "relative wind speed": [ - 2.2155888289054544, - 2.0321570941399316, - 1.683943743113612, - 1.3359832881723217, - 1.2620499939532466, - 1.5401109020926964, - 1.9146638127975752, - 2.1718086241039525 - ], - "relative wind angle": [ - 0.05404347929515435, - 0.20949548140865956, - 0.28781203935091015, - 0.19080442567244912, - 0.09497242984327557, - 0.27797517830307134, - 0.2523187576344486, - 0.11692829389991838 - ], - "resistance": [ - 97415.73677041421, - 96989.81357525355, - 96438.35920839982, - 96055.5361323077, - 96000.82506977527, - 96261.50311508407, - 96780.64645203708, - 97290.1028645628 - ], - "fuel": [ - 39.71902019222185, - 39.49871426179697, - 39.214480953904804, - 39.01782985136403, - 38.98977004620669, - 39.12356456784717, - 39.390771115114255, - 39.65396670172582 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 14.0625, -42.65625 14.21875, -42.5 14.21875, -42.5 14.0625, -42.65625 14.0625))", @@ -74757,68 +60349,7 @@ "id": "1899", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.014339130802385, - 6.014339130802385, - 6.014339130802385, - 6.014339130802385, - 6.014339130802385, - 6.014339130802385, - 6.014339130802385, - 6.014339130802385 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 671.6269755026465, - 192.21563382321028, - -320.7330135962741, - -602.3336048586463, - -573.2120379592773, - -227.37520513421862, - 302.8780051996778, - 738.3830293975559 - ], - "relative wind speed": [ - 2.1242750618752755, - 1.8832285410686724, - 1.5106740225728537, - 1.2082962178229975, - 1.2496755430071067, - 1.589869102599227, - 1.9473308652663177, - 2.1480814116997413 - ], - "relative wind angle": [ - 0.1065692058592713, - 0.2533414533692474, - 0.296632841285121, - 0.12651940698902428, - 0.18181013469663243, - 0.30143180831833183, - 0.22874758981387622, - 0.07103720978013466 - ], - "resistance": [ - 97306.12697550264, - 96826.71563382322, - 96313.76698640373, - 96032.16639514135, - 96061.28796204072, - 96407.12479486578, - 96937.37800519967, - 97372.88302939756 - ], - "fuel": [ - 39.58595094110711, - 39.338221867169324, - 39.074109923579826, - 38.92953298082555, - 38.94447064445743, - 39.122106011238465, - 39.395329170797844, - 39.62051402852963 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 13.90625, -42.8125 14.0625, -42.65625 14.0625, -42.65625 13.90625, -42.8125 13.90625))", @@ -74837,68 +60368,7 @@ "id": "1900", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.900899922547218, - 5.900899922547218, - 5.900899922547218, - 5.900899922547218, - 5.900899922547218, - 5.900899922547218, - 5.900899922547218, - 5.900899922547218 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 716.3667890022664, - 265.3538878835175, - -257.0877760399321, - -578.9749568535468, - -587.2708302147564, - -283.5257077501724, - 233.96122450349912, - 697.3682913121847 - ], - "relative wind speed": [ - 2.1163498003667978, - 1.8990621102320624, - 1.530903746837756, - 1.1959676120797436, - 1.183836412045184, - 1.5079682455136592, - 1.8806219306162304, - 2.1095180963558655 - ], - "relative wind angle": [ - 0.08608745762642432, - 0.2449654469804934, - 0.3116170026156442, - 0.17075523794355396, - 0.1543207150442694, - 0.31038100956601034, - 0.2522501595446516, - 0.09648765319151234 - ], - "resistance": [ - 97350.86678900232, - 96899.85388788358, - 96377.41222396013, - 96055.52504314651, - 96047.2291697853, - 96350.97429224988, - 96868.46122450355, - 97331.86829131225 - ], - "fuel": [ - 39.57264968283418, - 39.33949619012743, - 39.070363435089085, - 38.9050507947981, - 38.900795352556756, - 39.05677108833725, - 39.32329576334942, - 39.56281303899337 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 13.90625, -42.65625 14.0625, -42.5 14.0625, -42.5 13.90625, -42.65625 13.90625))", @@ -74917,68 +60387,7 @@ "id": "1901", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.0440402539453295, - 6.0440402539453295, - 6.0440402539453295, - 6.0440402539453295, - 6.0440402539453295, - 6.0440402539453295, - 6.0440402539453295, - 6.0440402539453295 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 619.9410794470928, - 111.10589952242071, - -386.83037790313847, - -619.0796905519693, - -547.0540985544369, - -155.09545976646064, - 385.6078190221451, - 785.3483646596981 - ], - "relative wind speed": [ - 2.111278130525872, - 1.841440395103389, - 1.4610698953253929, - 1.1936559856481717, - 1.295000720099083, - 1.6563874790565876, - 1.9999492419728582, - 2.1701860743770927 - ], - "relative wind angle": [ - 0.13192447800292223, - 0.26885813360731575, - 0.28731172567231095, - 0.08083567707122208, - 0.21613592041587545, - 0.2997770888215361, - 0.2085287234759719, - 0.04442782873146689 - ], - "resistance": [ - 97254.4410794471, - 96745.60589952243, - 96247.66962209687, - 96015.42030944805, - 96087.44590144558, - 96479.40454023355, - 97020.10781902216, - 97419.84836465972 - ], - "fuel": [ - 39.568888928122895, - 39.30608121685374, - 39.04983536294746, - 38.930631724398616, - 38.96757790930356, - 39.1689750308025, - 39.44773872726884, - 39.65452744549143 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 13.75, -42.8125 13.90625, -42.65625 13.90625, -42.65625 13.75, -42.8125 13.75))", @@ -74997,68 +60406,7 @@ "id": "1902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.2238058949703925, - 7.2238058949703925, - 7.2238058949703925, - 7.2238058949703925, - 7.2238058949703925, - 7.2238058949703925, - 7.2238058949703925, - 7.2238058949703925 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 842.3931992511275, - 360.7069070128209, - -255.74016306999897, - -674.5430898939635, - -724.2611402013749, - -420.5563455607039, - 167.04956879103202, - 727.7250070990535 - ], - "relative wind speed": [ - 2.4668652004305076, - 2.2778090897026435, - 1.9345609440207088, - 1.6108199799273368, - 1.5548041814789944, - 1.8205564288721257, - 2.181814362797467, - 2.4306581314751994 - ], - "relative wind angle": [ - 0.051425601968109226, - 0.18223576127627952, - 0.2384779798234765, - 0.1454549492635679, - 0.0816470107778092, - 0.22873571528536912, - 0.21101649041277606, - 0.09620314135910131 - ], - "resistance": [ - 97476.8931992511, - 96995.2069070128, - 96378.75983692998, - 95959.95691010602, - 95910.23885979861, - 96213.94365443928, - 96801.54956879102, - 97362.22500709904 - ], - "fuel": [ - 40.115869125155946, - 39.86666046374086, - 39.54899046844149, - 39.33397791103464, - 39.3084961056651, - 39.46429629723898, - 39.76671184875934, - 40.056465269353005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 13.75, -42.65625 13.90625, -42.5 13.90625, -42.5 13.75, -42.65625 13.75))", @@ -75090,19 +60438,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 670.4350822186934, + 670.4350822186925, 206.6615627416047, - -310.16957425827536, + -310.1695742582756, -607.335967799241, -593.4943027151025, -264.7942544312459, - 260.11648322849624, + 260.11648322849646, 702.2743570463058 ], "relative wind speed": [ 2.2197207592555004, 2.001231032168705, - 1.6582216901036404, + 1.6582216901036402, 1.3772347221640062, 1.3949142250927793, 1.6935230439297204, @@ -75110,13 +60458,13 @@ 2.2307331674814534 ], "relative wind angle": [ - 0.08621203437775196, - 0.215788495353525, + 0.08621203437775324, + 0.21578849535352498, 0.2528695943612305, 0.11512256951384628, 0.13745134412803206, - 0.25580287398867924, - 0.20575477886833937, + 0.2558028739886793, + 0.20575477886833882, 0.07097833513987303 ], "resistance": [ @@ -75170,9 +60518,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 572.1924120288186, + 572.1924120288177, 674.3022327987992, - 301.45206639739195, + 301.4520663973915, -178.01505963012755, -508.17008729439374, -552.6181179850827, @@ -75180,7 +60528,7 @@ 131.10299505310763 ], "relative wind speed": [ - 2.041935287758815, + 2.0419352877588146, 2.0798736408386715, 1.9078585589035804, 1.5853926108555014, @@ -75191,12 +60539,12 @@ ], "relative wind angle": [ 0.11267240570180811, - 0.0549951096029109, - 0.20654540920963102, + 0.054995109602910895, + 0.2065454092096321, 0.280572890064846, 0.18214667317234048, 0.09508522148150035, - 0.271021559764994, + 0.2710215597649939, 0.24551183814749897 ], "resistance": [ @@ -75250,19 +60598,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 737.8643075195264, + 737.8643075195218, 783.1970428019599, - 291.3218880178747, + 291.32188801787424, -301.49639446237825, -676.6349617502256, -696.274728710996, - -366.92154557072877, + -366.9215455707292, 214.53880916956473 ], "relative wind speed": [ - 2.440202768482836, + 2.4402027684828353, 2.454557744990873, - 2.2535157281986895, + 2.253515728198689, 1.9155904350636084, 1.6197523216222642, 1.59791533293142, @@ -75270,13 +60618,13 @@ 2.215558715043414 ], "relative wind angle": [ - 0.08013718581131497, + 0.08013718581131914, 0.0625190147986718, - 0.1839591827580892, - 0.2261949958413683, + 0.18395918275808862, + 0.22619499584136826, 0.1208940330233456, 0.09612085504412118, - 0.2221690026797316, + 0.22216900267973208, 0.195142806619704 ], "resistance": [ @@ -75330,9 +60678,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 531.4241016654464, + 531.424101665446, 701.1893296990065, - 361.9206170225216, + 361.9206170225209, -109.70812269052942, -460.71198063823965, -534.6518955066344, @@ -75342,7 +60690,7 @@ "relative wind speed": [ 1.9265371967003866, 1.992265254225534, - 1.8387517565792728, + 1.8387517565792724, 1.5138413463497382, 1.1572970045523043, 1.04007744126175, @@ -75350,13 +60698,13 @@ 1.6610738409528736 ], "relative wind angle": [ - 0.14719506508895738, + 0.14719506508895816, 0.03875382287728492, 0.2146782749344502, - 0.3204010098724924, - 0.2466428908387363, + 0.32040100987249237, + 0.24664289083873633, 0.07428254804333653, - 0.30797506723070645, + 0.3079750672307065, 0.2911262174946625 ], "resistance": [ @@ -75410,9 +60758,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 851.6227117182095, + 851.6227117182068, 820.7287712977784, - 255.7735800518342, + 255.77358005183305, -379.29424281006277, -747.5707360755332, -734.1570119739742, @@ -75420,23 +60768,23 @@ 307.8236656707238 ], "relative wind speed": [ - 2.5024060791161316, + 2.502406079116131, 2.492859656399992, 2.2569080099515437, - 1.8858392355722855, + 1.8858392355722853, 1.5821231329751408, 1.5971225770696993, 1.916120045119566, 2.282270836309438 ], "relative wind angle": [ - 0.06989429860614799, + 0.06989429860614957, 0.08154575687827988, - 0.2061292817453613, - 0.2410581837251455, + 0.20612928174536294, + 0.24105818372514504, 0.11068601288225201, 0.12748425000176097, - 0.2434726895778427, + 0.24347268957784268, 0.1985650344019116 ], "resistance": [ @@ -75490,11 +60838,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 546.1933824355747, + 546.1933824355731, 829.613911557946, 485.4796453056324, -51.515713742636535, - -487.5162659443233, + -487.5162659443232, -610.4968608134045, -446.2590553206235, 17.031183337624498 @@ -75504,17 +60852,17 @@ 2.1338719402183313, 2.001116325702661, 1.6725933442645087, - 1.2805076366694599, + 1.28050763666946, 1.0996018641668468, 1.3259212525397697, 1.7219074370164087 ], "relative wind angle": [ - 0.17194671879061918, + 0.1719467187906218, 0.012132546274185751, 0.1931047676153952, - 0.3143787602479182, - 0.2747549182595379, + 0.3143787602479183, + 0.27475491825953874, 0.02354584696366171, 0.29384135552573876, 0.30508028492943134 @@ -75570,23 +60918,23 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 808.2339816805531, + 808.2339816805518, 889.9772090808335, - 363.4639681571589, + 363.4639681571582, -280.04131379266687, -700.3274116646832, -735.9534180351126, - -395.0244734237233, + -395.02447342372375, 227.43528220773214 ], "relative wind speed": [ - 2.367664395917697, + 2.3676643959176964, 2.393902573457214, - 2.1762639827905494, + 2.176263982790549, 1.7901257465113198, 1.4259105986922276, 1.3814073244174097, - 1.7037989330809413, + 1.703798933080941, 2.1058265690308944 ], "relative wind angle": [ @@ -75595,9 +60943,9 @@ 0.22007365621606756, 0.28791283717215843, 0.17180548789114017, - 0.11867788108722903, - 0.2825825688152281, - 0.24378991952039364 + 0.11867788108722901, + 0.28258256881522725, + 0.2437899195203936 ], "resistance": [ 97442.73398168052, @@ -75650,9 +60998,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 565.211293441894, + 565.2112934418933, 927.7270029505596, - 571.4337035914671, + 571.4337035914652, -32.048287447626535, -545.959957410607, -704.2556397393502, @@ -75660,7 +61008,7 @@ -39.14329431410329 ], "relative wind speed": [ - 2.2411064368771627, + 2.2411064368771623, 2.3626763466418743, 2.243819754137439, 1.9237323430048294, @@ -75672,8 +61020,8 @@ "relative wind angle": [ 0.16240270898189732, 0.0009829687012695085, - 0.1607215299582465, - 0.2683918215216145, + 0.16072152995824862, + 0.26839182152161445, 0.2380342041250106, 0.0017300612503980562, 0.23645713665544166, @@ -75730,34 +61078,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 690.3962953025284, + 690.3962953025277, 822.9334166573337, - 380.85942806843013, + 380.8594280684306, -186.7339648578254, - -580.237785643147, + -580.2377856431472, -638.087767042244, - -369.8306036913141, - 162.89648497544363 + -369.8306036913142, + 162.89648497544385 ], "relative wind speed": [ 2.1243443730204077, 2.1710427738215903, - 1.9772273981046307, + 1.9772273981046309, 1.6036878845604638, 1.2182538439881139, 1.1329407388792845, 1.4448367588622857, - 1.850720565749802 + 1.8507205657498023 ], "relative wind angle": [ - 0.13060197297696394, + 0.1306019729769648, 0.059722599481612515, - 0.23475578131861236, - 0.3307708602668646, - 0.2290904690203989, + 0.23475578131861233, + 0.33077086026686464, + 0.2290904690203994, 0.11462865259531307, - 0.3239520124609986, - 0.285275542986621 + 0.3239520124609989, + 0.2852755429866214 ], "resistance": [ 97324.89629530256, @@ -75810,19 +61158,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 899.5442189056419, + 899.5442189056369, 771.243315316505, - 177.8139333881827, + 177.81393338818225, -438.5436402881169, -755.0169439783125, -699.2638535783265, - -255.79618880734165, + -255.79618880734142, 393.1330097170228 ], "relative wind speed": [ - 2.470033698116333, + 2.4700336981163327, 2.429741418726236, - 2.164831143386788, + 2.1648311433867877, 1.7783722000053752, 1.4915282887204668, 1.5563032300968433, @@ -75830,17 +61178,17 @@ 2.2722489793444054 ], "relative wind angle": [ - 0.05366647886829963, - 0.10435415397026543, - 0.22852482123160014, + 0.053666478868303766, + 0.10435415397026544, + 0.22852482123159965, 0.2502859568389792, - 0.0889485405297679, + 0.08894854052976792, 0.16335039547616848, - 0.25999804209295113, - 0.19508219327926013 + 0.2599980420929507, + 0.1950821932792601 ], "resistance": [ - 97534.04421890563, + 97534.04421890562, 97405.74331531649, 96812.31393338817, 96195.95635971187, @@ -75850,7 +61198,7 @@ 97027.63300971701 ], "fuel": [ - 40.10135354576704, + 40.10135354576703, 40.034863233480415, 39.7281228548911, 39.41091834085255, @@ -75890,19 +61238,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 986.5962013540795, + 986.5962013540791, 626.5005216696647, - -22.94218492551977, + -22.942184925520678, -587.9067924310275, - -772.5215070692892, + -772.5215070692853, -616.9635701554316, -71.25073173045735, 584.3437594769227 ], "relative wind speed": [ - 2.516283943106604, + 2.5162839431066035, 2.4032531689848944, - 2.085813370090819, + 2.0858133700908184, 1.7004147512669847, 1.5009291291770357, 1.6759616161810853, @@ -75912,10 +61260,10 @@ "relative wind angle": [ 0.005775644396011701, 0.14561559776590835, - 0.2458720278678706, + 0.24587202786787105, 0.2189080384218079, - 0.009682873943925672, - 0.2096003842049033, + 0.009682873943914207, + 0.20960038420490326, 0.2493103379110306, 0.1553883774945874 ], @@ -75924,7 +61272,7 @@ 97261.00052166963, 96611.55781507445, 96046.59320756895, - 95861.97849293068, + 95861.97849293069, 96017.53642984453, 96563.24926826952, 97218.84375947689 @@ -75970,9 +61318,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 807.0534781330375, + 807.0534781330366, 649.0970126369564, - 129.21634982337423, + 129.21634982337355, -383.80467615489863, -629.1594799993716, -560.3020166219827, @@ -75980,9 +61328,9 @@ 390.1779664351527 ], "relative wind speed": [ - 2.169870065693878, + 2.1698700656938774, 2.113852144503523, - 1.8395178707739452, + 1.839517870773945, 1.4456877653578952, 1.1596681775171545, 1.2588866093172042, @@ -75991,11 +61339,11 @@ ], "relative wind angle": [ 0.04958205488806852, - 0.1337761231745344, - 0.27881522833358846, + 0.13377612317453444, + 0.27881522833358885, 0.30492617713352677, 0.09286905059733336, - 0.2258758025489379, + 0.22587580254893788, 0.31505440730835454, 0.21978589794762055 ], @@ -76050,13 +61398,13 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 927.0515774612545, + 927.0515774612518, 681.6787882787276, - 80.07506590756884, + 80.07506590756907, -484.95069668040856, -723.820387824022, -617.172667572188, - -139.5981866616455, + -139.5981866616453, 488.5108625490418 ], "relative wind speed": [ @@ -76070,13 +61418,13 @@ 2.192619334288299 ], "relative wind angle": [ - 0.03090799076639165, + 0.030907990766395242, 0.14102721926908027, - 0.2692695421009562, + 0.2692695421009558, 0.2729835768850089, 0.055744652917641496, 0.22348574179366004, - 0.29039561399482794, + 0.29039561399482755, 0.1941913798627972 ], "resistance": [ @@ -76130,31 +61478,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 803.1757246391214, + 803.1757246391196, 340.7852065163379, - -241.57728082511903, - -632.6336846429641, + -241.5772808251195, + -632.633684642964, -675.5664530290309, -381.9905295742881, 175.25775919126158, 704.4315095129984 ], "relative wind speed": [ - 2.331603460813356, + 2.3316034608133553, 2.1383358649955557, - 1.7885585897971192, - 1.456145446863026, + 1.788558589797119, + 1.4561454468630257, 1.4030510807104137, 1.6829874515376477, 2.050849873691982, 2.2988187121083636 ], "relative wind angle": [ - 0.05801949879889588, + 0.0580194987988978, 0.19999769626632313, - 0.263343022640287, - 0.16112780489715425, - 0.0965130255852182, + 0.2633430226402874, + 0.16112780489715356, + 0.09651302558521818, 0.25517873198872487, 0.22901436036104697, 0.10179818596869432 @@ -76210,9 +61558,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 808.1775227527296, + 808.1775227527287, 275.5945076333428, - -341.15941984019037, + -341.1594198401908, -713.748801839389, -716.0516934377773, -348.76201068813475, @@ -76220,9 +61568,9 @@ 802.8729329049302 ], "relative wind speed": [ - 2.457225822280393, + 2.4572258222803924, 2.235139666643811, - 1.8745381887683905, + 1.8745381887683903, 1.568502690191172, 1.565889537994978, 1.8692563915843836, @@ -76234,9 +61582,9 @@ 0.20069043107285317, 0.2411140319958522, 0.11979599914206367, - 0.11682211787490882, - 0.24068238580823959, - 0.20202982628741523, + 0.11682211787490883, + 0.2406823858082396, + 0.2020298262874152, 0.07641185105302946 ], "resistance": [ @@ -76290,39 +61638,39 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 810.1274308488987, + 810.1274308488969, 184.41069705569362, - -462.64014012923144, + -462.6401401292319, -792.8854220415891, -732.001067357243, -263.49924174955277, - 419.17588868452776, + 419.1758886845282, 950.1869670820897 ], "relative wind speed": [ - 2.4790046436289863, + 2.4790046436289854, 2.2045845334727603, - 1.8049518770190354, - 1.5089960209125965, + 1.8049518770190351, + 1.5089960209125968, 1.5787257727910327, 1.943616763557417, 2.3194800733039673, 2.522056719758433 ], "relative wind angle": [ - 0.10663686750254542, - 0.23239753752853476, + 0.10663686750254543, + 0.23239753752853473, 0.25437617046977096, - 0.08931494947498136, + 0.08931494947498261, 0.1679180833206326, 0.2643013742888816, - 0.1970938222466128, + 0.1970938222466122, 0.05339323225291276 ], "resistance": [ 97444.62743084895, 96818.91069705575, - 96171.85985987083, + 96171.85985987082, 95841.61457795846, 95902.49893264282, 96371.0007582505, @@ -76332,7 +61680,7 @@ "fuel": [ 40.10514274320339, 39.78166026323606, - 39.4486807230211, + 39.44868072302109, 39.27933331591199, 39.31052386308286, 39.55099488543457, @@ -76370,9 +61718,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 892.1785964159203, + 892.1785964159153, 251.56043980535924, - -458.29735045170037, + -458.2973504517015, -856.9705472003586, -830.1690151554872, -368.4304451624346, @@ -76382,7 +61730,7 @@ "relative wind speed": [ 2.7403829557179114, 2.495232071499582, - 2.1230444015705494, + 2.123044401570549, 1.8330276042948166, 1.8591099706556555, 2.177109445191126, @@ -76390,11 +61738,11 @@ 2.7578974652574946 ], "relative wind angle": [ - 0.0778337327688886, - 0.18689849082807553, - 0.21002128783141444, + 0.07783373276889287, + 0.1868984908280755, + 0.2100212878314144, 0.08866124592286818, - 0.11486584041489518, + 0.11486584041489517, 0.2146070191259443, 0.17505469301188833, 0.05888526022603093 @@ -76450,13 +61798,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 636.8786239583364, + 636.8786239583349, 995.5597211780912, 595.2252889999143, -45.57863950954038, -574.6547664128735, -730.1399163331399, - -546.3282016920625, + -546.3282016920624, 1.4823291470800086 ], "relative wind speed": [ @@ -76470,17 +61818,17 @@ 1.8797878015201033 ], "relative wind angle": [ - 0.17501392820598458, + 0.17501392820598652, 0.0069039580267862615, - 0.18703752867233836, - 0.30941623201019897, - 0.2755204229343836, - 0.013305457596527263, - 0.2864004786200474, + 0.1870375286723384, + 0.309416232010199, + 0.27552042293438367, + 0.013305457596527265, + 0.2864004786200471, 0.30418142575128 ], "resistance": [ - 97271.37862395836, + 97271.37862395834, 97630.0597211781, 97229.72528899992, 96588.92136049048, @@ -76530,17 +61878,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 799.6862435469109, + 799.6862435469104, 816.8984885980319, - 301.48603920495816, + 301.48603920495793, -292.07741292900505, - -656.0022911602118, + -656.0022911602117, -663.522007940954, -315.9261506615795, - 273.12441672227055 + 273.1244167222708 ], "relative wind speed": [ - 2.2333128058031506, + 2.23331280580315, 2.2391473606366987, 2.003853484790591, 1.6054441362396763, @@ -76550,14 +61898,14 @@ 1.9880720144006705 ], "relative wind angle": [ - 0.0976929349716654, - 0.08923554806421845, - 0.2522009312698901, - 0.321698963423259, - 0.1763212543739694, + 0.09769293497166426, + 0.08923554806421846, + 0.25220093126989057, + 0.32169896342325893, + 0.17632125437396876, 0.16277949469158093, 0.3208135117859293, - 0.2581853637321997 + 0.25818536373219964 ], "resistance": [ 97434.18624354694, @@ -76610,17 +61958,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 479.88633881818873, + 479.8863388181878, 969.7788390698834, 776.3662194497126, 165.1317535923049, -429.54839486822357, -713.4616140801488, - -629.0679367625495, + -629.0679367625496, -166.7607822491525 ], "relative wind speed": [ - 2.0590071176931026, + 2.059007117693102, 2.2596010351296503, 2.194471454295065, 1.881267278612733, @@ -76630,14 +61978,14 @@ 1.650546661179977 ], "relative wind angle": [ - 0.2485042858111307, + 0.24850428581113115, 0.05425176269237554, 0.15239907450799453, 0.32105175880350073, - 0.36395022468085814, + 0.3639502246808582, 0.11412546973486612, - 0.2805384035988594, - 0.36792038758426215 + 0.2805384035988598, + 0.3679203875842622 ], "resistance": [ 97114.38633881822, @@ -76677,68 +62025,7 @@ "id": "1923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.066048163460536, - 6.066048163460536, - 6.066048163460536, - 6.066048163460536, - 6.066048163460536, - 6.066048163460536, - 6.066048163460536, - 6.066048163460536 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 668.4744869029596, - 991.6665827901429, - 573.3335233136936, - -62.9955211963827, - -571.3270442297618, - -711.7043681179347, - -507.1347270974287, - 43.73625160867414 - ], - "relative wind speed": [ - 2.1630601291689304, - 2.272946291729238, - 2.1198465732224676, - 1.747908795286874, - 1.3012621993589553, - 1.0981018116709944, - 1.3705338156637275, - 1.8212433327920803 - ], - "relative wind angle": [ - 0.18036861330749984, - 0.017086058216292117, - 0.21050765100369234, - 0.3428504742310528, - 0.3028061136016856, - 0.03537185880696923, - 0.3291081913494526, - 0.3285137578610098 - ], - "resistance": [ - 97302.97448690297, - 97626.16658279016, - 97207.8335233137, - 96571.50447880363, - 96063.17295577025, - 95922.79563188208, - 96127.36527290259, - 96678.23625160869 - ], - "fuel": [ - 39.60122162973987, - 39.76870542313271, - 39.551991969347455, - 39.22359639349115, - 38.962340131140486, - 38.89036283218454, - 38.99527863698187, - 39.27857317354305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 12.96875, -44.6875 13.125, -44.53125 13.125, -44.53125 12.96875, -44.6875 12.96875))", @@ -76770,17 +62057,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 839.9956190491919, + 839.9956190491914, 794.9182847096079, 251.67214612451903, -343.56005544060486, -683.6648668354735, -663.9827720982655, -280.83924138485145, - 326.15046694600983 + 326.15046694601006 ], "relative wind speed": [ - 2.278955883512384, + 2.2789558835123835, 2.2638785916840254, 2.0110930062612, 1.6077055515431113, @@ -76790,14 +62077,14 @@ 2.051792717878174 ], "relative wind angle": [ - 0.08068944364860886, + 0.08068944364860887, 0.10204619507231401, 0.25630767786327446, 0.309966912657575, - 0.1456909203284852, + 0.14569092032848519, 0.17945104752581226, 0.31249827192756396, - 0.2413435766836818 + 0.24134357668368178 ], "resistance": [ 97474.49561904922, @@ -76850,9 +62137,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 868.508986663448, + 868.5089866634457, 920.7854548513997, - 358.99938381596075, + 358.9993838159605, -306.4266977117218, -727.6258329107565, -750.4483740783915, @@ -76860,7 +62147,7 @@ 272.5757883418503 ], "relative wind speed": [ - 2.3731350715281545, + 2.3731350715281536, 2.3898202828821966, 2.1533237393805353, 1.7429422306143232, @@ -76872,10 +62159,10 @@ "relative wind angle": [ 0.10216482976582322, 0.07965905113238454, - 0.23957882941476158, + 0.23957882941476205, 0.31045260753179726, 0.17884637599135414, - 0.1433682759830023, + 0.14336827598300234, 0.3077190548681215, 0.25531417517605065 ], @@ -76917,68 +62204,7 @@ "id": "1926", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.919945635401057, - 6.919945635401057, - 6.919945635401057, - 6.919945635401057, - 6.919945635401057, - 6.919945635401057, - 6.919945635401057, - 6.919945635401057 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 809.4626485216354, - 1036.3835062541407, - 514.9248231034544, - -196.10312031454828, - -715.2847056027415, - -814.0819877100563, - -513.951303232586, - 138.3932982071658 - ], - "relative wind speed": [ - 2.41659316959114, - 2.4871437684382265, - 2.294488628970399, - 1.9015610408812562, - 1.4850807320600992, - 1.3636360229803295, - 1.6675458793017506, - 2.104626554962496 - ], - "relative wind angle": [ - 0.13408624441449976, - 0.04255368017645624, - 0.20749810732161747, - 0.30040399193362916, - 0.21929156835608016, - 0.07766855023644904, - 0.287406667502528, - 0.27064762251585645 - ], - "resistance": [ - 97443.96264852166, - 97670.88350625418, - 97149.42482310349, - 96438.39687968548, - 95919.21529439729, - 95820.41801228997, - 96120.54869676744, - 96772.8932982072 - ], - "fuel": [ - 39.978827473304406, - 40.0965002314224, - 39.82637681489002, - 39.459684116364684, - 39.19311911104895, - 39.142506910854465, - 39.29637128049859, - 39.631956922613185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 12.8125, -44.53125 12.96875, -44.375 12.96875, -44.375 12.8125, -44.53125 12.8125))", @@ -76997,68 +62223,7 @@ "id": "1927", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.290245226079481, - 7.290245226079481, - 7.290245226079481, - 7.290245226079481, - 7.290245226079481, - 7.290245226079481, - 7.290245226079481, - 7.290245226079481 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 686.2837452549236, - 1140.5595903730534, - 716.1666411608019, - -23.294525783796416, - -658.7092462758869, - -862.8255531574126, - -679.1834976267512, - -57.31000416424877 - ], - "relative wind speed": [ - 2.458080008738281, - 2.598343789792886, - 2.46993294368477, - 2.114458499404951, - 1.67842364855187, - 1.451851515624686, - 1.660931824933716, - 2.0948337708923632 - ], - "relative wind angle": [ - 0.16863764292632025, - 0.0039247976115437035, - 0.16190134339996887, - 0.2745476031893227, - 0.248348813197559, - 0.007024155754407406, - 0.24206639477623876, - 0.2771872246778124 - ], - "resistance": [ - 97320.78374525491, - 97775.05959037304, - 97350.66664116079, - 96611.20547421619, - 95975.7907537241, - 95771.67444684257, - 95955.31650237323, - 96577.18999583574 - ], - "fuel": [ - 40.06205212541147, - 40.29760670420706, - 40.07752363737045, - 39.69565268918473, - 39.3691385673967, - 39.26457021272334, - 39.35864265605027, - 39.678135439579876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 12.65625, -45 12.8125, -44.84375 12.8125, -44.84375 12.65625, -45 12.65625))", @@ -77077,68 +62242,7 @@ "id": "1928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.849570375860129, - 5.849570375860129, - 5.849570375860129, - 5.849570375860129, - 5.849570375860129, - 5.849570375860129, - 5.849570375860129, - 5.849570375860129 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 340.8769979862609, - 916.0102292807801, - 916.0252675454399, - 340.90126087019644, - -301.76140049391176, - -687.8654473509957, - -687.8720216408601, - -301.78154137230194 - ], - "relative wind speed": [ - 1.95762816430622, - 2.2245337805549914, - 2.224538813080145, - 1.9576419703548864, - 1.50125919680965, - 1.0665536389981576, - 1.0665431424890768, - 1.501241193677929 - ], - "relative wind angle": [ - 0.3041951504496587, - 0.1094027255450237, - 0.10939495487960126, - 0.30418924766530275, - 0.4012597392382235, - 0.2297444491629588, - 0.22973073448766435, - 0.4012598419015472 - ], - "resistance": [ - 96975.37699798628, - 97550.51022928082, - 97550.52526754547, - 96975.40126087023, - 96332.73859950612, - 95946.63455264903, - 95946.62797835917, - 96332.71845862773 - ], - "fuel": [ - 39.36226486719469, - 39.659877459456624, - 39.65988525735767, - 39.36227739648032, - 39.03117658522613, - 38.832994195049864, - 38.832990825271665, - 39.03116623269697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 12.65625, -44.84375 12.8125, -44.6875 12.8125, -44.6875 12.65625, -44.84375 12.65625))", @@ -77157,68 +62261,7 @@ "id": "1929", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.224892235113256, - 6.224892235113256, - 6.224892235113256, - 6.224892235113256, - 6.224892235113256, - 6.224892235113256, - 6.224892235113256, - 6.224892235113256 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 363.55536325811795, - 974.2269198919657, - 965.1833508142922, - 348.874469922627, - -338.6166974931763, - -748.5717414126707, - -744.6164614893054, - -326.38099016789715 - ], - "relative wind speed": [ - 2.062970306986432, - 2.3321752486505227, - 2.3292711057025377, - 2.055033833194989, - 1.5925879160636718, - 1.1632460476965278, - 1.1690504155249244, - 1.602815866630859 - ], - "relative wind angle": [ - 0.2884406992083481, - 0.10272754960504768, - 0.10693578789526118, - 0.2915749965907201, - 0.37736734006988115, - 0.2070715889773046, - 0.21429443875381185, - 0.37746518316552957 - ], - "resistance": [ - 96998.05536325811, - 97608.72691989197, - 97599.68335081429, - 96983.37446992262, - 96295.88330250683, - 95885.92825858733, - 95889.8835385107, - 96308.11900983211 - ], - "fuel": [ - 39.4965876524926, - 39.81268207348708, - 39.807990838991614, - 39.48900564287424, - 39.13484605787421, - 38.92449566172775, - 38.926522151912415, - 39.141133883915515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 12.5, -45 12.65625, -44.84375 12.65625, -44.84375 12.5, -45 12.5))", @@ -77237,68 +62280,7 @@ "id": "1930", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.209085043937315, - 7.209085043937315, - 7.209085043937315, - 7.209085043937315, - 7.209085043937315, - 7.209085043937315, - 7.209085043937315, - 7.209085043937315 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 551.716340023795, - 1203.4687672225787, - 1016.697726607656, - 244.35148698503826, - -539.4945723521898, - -937.3007025119509, - -855.7778226258743, - -281.19898204713536 - ], - "relative wind speed": [ - 2.39863276998527, - 2.6349368629413257, - 2.580708966704919, - 2.2518034309387263, - 1.7622838805928647, - 1.3842656426270135, - 1.4829109448019742, - 1.9463979422146014 - ], - "relative wind angle": [ - 0.23432326118678015, - 0.06078541420285191, - 0.12844051453882754, - 0.2824252505092823, - 0.32153700269568725, - 0.11589248796384592, - 0.22479945883168845, - 0.32827819735538033 - ], - "resistance": [ - 97186.21634002382, - 97837.96876722261, - 97651.19772660769, - 96878.85148698506, - 96095.00542764783, - 95697.19929748808, - 95778.72217737415, - 96353.3010179529 - ], - "fuel": [ - 39.95942654756989, - 40.297291298262714, - 40.20030867599475, - 39.80063883663081, - 39.39728762352388, - 39.19345926683427, - 39.23518208026225, - 39.52994871094037 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 12.5, -44.84375 12.65625, -44.6875 12.65625, -44.6875 12.5, -44.84375 12.5))", @@ -77317,68 +62299,7 @@ "id": "1931", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.132104329655951, - 7.132104329655951, - 7.132104329655951, - 7.132104329655951, - 7.132104329655951, - 7.132104329655951, - 7.132104329655951, - 7.132104329655951 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 472.7010899774766, - 1113.377074314448, - 994.363583002011, - 276.3626886804202, - -480.15168528410504, - -887.9611720509525, - -836.0009722782988, - -314.94100303535197 - ], - "relative wind speed": [ - 2.3381296403293192, - 2.5817509602766773, - 2.5465338059236977, - 2.242952198260561, - 1.7762803373064413, - 1.3987794789738839, - 1.4619123184978517, - 1.8950428723398618 - ], - "relative wind angle": [ - 0.23685271001956631, - 0.07042473427822472, - 0.11480395651177162, - 0.2681240786246694, - 0.31399834897734447, - 0.1302446303836044, - 0.20088873530677293, - 0.31893979768458236 - ], - "resistance": [ - 97107.20108997753, - 97747.8770743145, - 97628.86358300206, - 96910.86268868049, - 96154.34831471596, - 95746.5388279491, - 95798.49902772176, - 96319.55899696471 - ], - "fuel": [ - 39.88767701561818, - 40.219598227081526, - 40.15782424474357, - 39.78626383358722, - 39.3968483668986, - 39.187812017382626, - 39.21441154913708, - 39.481708744505084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 12.65625, -44.6875 12.8125, -44.53125 12.8125, -44.53125 12.65625, -44.6875 12.65625))", @@ -77397,68 +62318,7 @@ "id": "1932", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.28987873835248, - 6.28987873835248, - 6.28987873835248, - 6.28987873835248, - 6.28987873835248, - 6.28987873835248, - 6.28987873835248, - 6.28987873835248 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 405.5137174748454, - 928.5155958024102, - 817.1188232913464, - 222.68581858008474, - -395.3556582262954, - -723.6104617792328, - -674.9482452610027, - -241.95631618130255 - ], - "relative wind speed": [ - 2.088555309329218, - 2.309225027279549, - 2.272488829558171, - 1.9888980711012885, - 1.5540165429176769, - 1.2018778927889637, - 1.2699705568722475, - 1.679677099492235 - ], - "relative wind angle": [ - 0.2457718251374976, - 0.07034905617897923, - 0.12290780139921736, - 0.2834965442145521, - 0.33312226423609953, - 0.13546747622346764, - 0.22117715249629633, - 0.33758404663632896 - ], - "resistance": [ - 97040.01371747485, - 97563.01559580241, - 97451.61882329134, - 96857.18581858008, - 96239.1443417737, - 95910.88953822077, - 95959.55175473899, - 96392.5436838187 - ], - "fuel": [ - 39.540434073515655, - 39.81114546334409, - 39.75339998960798, - 39.44604048124771, - 39.12786809880092, - 38.959457994312075, - 38.98439867938886, - 39.206706619003135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 12.65625, -44.53125 12.8125, -44.375 12.8125, -44.375 12.65625, -44.53125 12.65625))", @@ -77477,68 +62337,7 @@ "id": "1933", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.395215059138058, - 7.395215059138058, - 7.395215059138058, - 7.395215059138058, - 7.395215059138058, - 7.395215059138058, - 7.395215059138058, - 7.395215059138058 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 525.2209053273623, - 1055.4500123060839, - 815.2363210396406, - 123.06959025712263, - -549.359998022175, - -853.1281294813597, - -748.785289955697, - -208.40168455050093 - ], - "relative wind speed": [ - 2.411509477934463, - 2.5984164995652987, - 2.5264386222852115, - 2.219196263086471, - 1.797692948823053, - 1.5150279189515576, - 1.6322333743192088, - 2.03033146218023 - ], - "relative wind angle": [ - 0.18878919848573722, - 0.03759902746942696, - 0.12478103832136563, - 0.24689178416995988, - 0.2544870172751628, - 0.06451544912824765, - 0.1938522939651735, - 0.27040822840273926 - ], - "resistance": [ - 97159.72090532741, - 97689.95001230613, - 97449.73632103969, - 96757.56959025716, - 96085.14000197787, - 95781.37187051869, - 95885.71471004434, - 96426.09831544955 - ], - "fuel": [ - 40.022040575156254, - 40.29673616903811, - 40.17215913778507, - 39.81439581296392, - 39.46854132064341, - 39.31285426450444, - 39.36629327762891, - 39.643698055333616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 12.5, -44.6875 12.65625, -44.53125 12.65625, -44.53125 12.5, -44.6875 12.5))", @@ -77557,68 +62356,7 @@ "id": "1934", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.039359025624427, - 7.039359025624427, - 7.039359025624427, - 7.039359025624427, - 7.039359025624427, - 7.039359025624427, - 7.039359025624427, - 7.039359025624427 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 356.65783302536965, - 941.2309573731363, - 896.3080248842684, - 281.9038782077216, - -397.5052735224849, - -787.7495447876803, - -768.1664257453876, - -334.3186256347517 - ], - "relative wind speed": [ - 2.245666724738337, - 2.48335904978104, - 2.469496558859538, - 2.208452343300293, - 1.7941437103189999, - 1.4473764271069385, - 1.4709036126324304, - 1.8397578479913272 - ], - "relative wind angle": [ - 0.22594041843072227, - 0.07691792565326148, - 0.09457778740168582, - 0.23798779211307997, - 0.284212572342418, - 0.13222803656871357, - 0.15922170466006394, - 0.286912547048827 - ], - "resistance": [ - 96991.15783302537, - 97575.73095737313, - 97530.80802488427, - 96916.40387820773, - 96236.99472647751, - 95846.75045521231, - 95866.33357425462, - 96300.18137436525 - ], - "fuel": [ - 39.79101628349732, - 40.093558304737286, - 40.07026362893274, - 39.752419560222066, - 39.40258250122179, - 39.20241702289812, - 39.21244816091898, - 39.435045726638606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 12.5, -44.53125 12.65625, -44.375 12.65625, -44.375 12.5, -44.53125 12.5))", @@ -77637,68 +62375,7 @@ "id": "1935", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.740234664831002, - 7.740234664831002, - 7.740234664831002, - 7.740234664831002, - 7.740234664831002, - 7.740234664831002, - 7.740234664831002, - 7.740234664831002 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 495.1125576035745, - 1039.4678556611295, - 828.6775515537795, - 139.95056345885064, - -545.2161814026315, - -866.9803007847011, - -775.569234802688, - -243.23736975857537 - ], - "relative wind speed": [ - 2.4799505886069833, - 2.670048987628433, - 2.60841063639329, - 2.3161772696982403, - 1.9117523583836937, - 1.6357843395087615, - 1.7323815843133652, - 2.1071959702531085 - ], - "relative wind angle": [ - 0.1792506395772506, - 0.04026680622710519, - 0.11146656423028602, - 0.22547121992065705, - 0.23339633938126841, - 0.0657560953746938, - 0.16827862353016382, - 0.2482807799579426 - ], - "resistance": [ - 97129.61255760356, - 97673.96785566112, - 97463.17755155376, - 96774.45056345884, - 96089.28381859735, - 95767.51969921528, - 95858.93076519729, - 96391.26263024141 - ], - "fuel": [ - 40.15397252862143, - 40.43593979318595, - 40.32662299783209, - 39.97059873359808, - 39.61816626614204, - 39.45326172923136, - 39.50007084478577, - 39.7732812495852 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 14.84375, -42.1875 15, -42.03125 15, -42.03125 14.84375, -42.1875 14.84375))", @@ -77717,52 +62394,7 @@ "id": "1936", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 51.98620007609137, - 51.98620007609137, - 51.98620007609137, - 51.98620007609137, - 51.98620007609137, - 51.98620007609137, - 51.98620007609137, - 51.98620007609137 - ], - "relative wind speed": [ - 0.4855564639773267, - 0.4855564639773267, - 0.4855564639773267, - 0.4855564639773267, - 0.4855564639773267, - 0.4855564639773267, - 0.4855564639773267, - 0.4855564639773267 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 14.84375, -42.03125 15, -41.875 15, -41.875 14.84375, -42.03125 14.84375))", @@ -77781,68 +62413,7 @@ "id": "1937", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.181627577871366, - 5.181627577871366, - 5.181627577871366, - 5.181627577871366, - 5.181627577871366, - 5.181627577871366, - 5.181627577871366, - 5.181627577871366 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 525.2099802006053, - 91.43426727203826, - -322.50544453224154, - -509.98222879775415, - -441.2950289866997, - -106.01658375354691, - 349.64018293443087, - 682.7746714264738 - ], - "relative wind speed": [ - 1.8630696772107789, - 1.5985354963342837, - 1.2239389156081848, - 0.9583874695978062, - 1.0752817607440546, - 1.4394247997343987, - 1.768963826083216, - 1.9258122819343073 - ], - "relative wind angle": [ - 0.1526666453068931, - 0.308024798123367, - 0.33471011691082897, - 0.08771489676227724, - 0.2666373324968849, - 0.34339888751741904, - 0.2292884256048034, - 0.043609504282387766 - ], - "resistance": [ - 97159.70998020057, - 96725.934267272, - 96311.99455546771, - 96124.5177712022, - 96193.20497101326, - 96528.48341624641, - 96984.14018293438, - 97317.27467142644 - ], - "fuel": [ - 39.262265867779874, - 39.0383178651382, - 38.82526357786112, - 38.728979272550426, - 38.76424045611815, - 38.93661061244141, - 39.17153904658103, - 39.34378609402429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 14.6875, -42.1875 14.84375, -42.03125 14.84375, -42.03125 14.6875, -42.1875 14.6875))", @@ -77861,52 +62432,7 @@ "id": "1938", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.05115301483837, - 55.05115301483837, - 55.05115301483837, - 55.05115301483837, - 55.05115301483837, - 55.05115301483837, - 55.05115301483837, - 55.05115301483837 - ], - "relative wind speed": [ - 0.4996649807999513, - 0.4996649807999513, - 0.4996649807999513, - 0.4996649807999513, - 0.4996649807999513, - 0.4996649807999513, - 0.4996649807999513, - 0.4996649807999513 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 14.6875, -42.03125 14.84375, -41.875 14.84375, -41.875 14.6875, -42.03125 14.6875))", @@ -77925,68 +62451,7 @@ "id": "1939", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.8065349665010535, - 4.8065349665010535, - 4.8065349665010535, - 4.8065349665010535, - 4.8065349665010535, - 4.8065349665010535, - 4.8065349665010535, - 4.8065349665010535 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 512.3892066559496, - 86.68925770514647, - -309.4218950443843, - -483.3852073318117, - -408.91678621071446, - -79.0300013068885, - 363.5301732539475, - 683.4087981280526 - ], - "relative wind speed": [ - 1.7773013969158196, - 1.5012495470247273, - 1.1086488119496611, - 0.827696274564304, - 0.9697253056172409, - 1.358461343355572, - 1.6941266881777113, - 1.847724627996755 - ], - "relative wind angle": [ - 0.17375417174240892, - 0.34731890929095943, - 0.3840533598795613, - 0.09250668178188354, - 0.3224114543065218, - 0.38564328332106734, - 0.24772018452321892, - 0.041391511371472366 - ], - "resistance": [ - 97146.8892066559, - 96721.1892577051, - 96325.07810495557, - 96151.11479266814, - 96225.58321378924, - 96555.46999869306, - 96998.03017325391, - 97317.908798128 - ], - "fuel": [ - 39.15887769743709, - 38.93911293069084, - 38.73522883669412, - 38.64587193564162, - 38.684109131510645, - 38.85374381473515, - 39.08195353902074, - 39.24735529165268 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 14.84375, -41.875 15, -41.71875 15, -41.71875 14.84375, -41.875 14.84375))", @@ -78005,68 +62470,7 @@ "id": "1940", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.975179840946959, - 4.975179840946959, - 4.975179840946959, - 4.975179840946959, - 4.975179840946959, - 4.975179840946959, - 4.975179840946959, - 4.975179840946959 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 590.6752723734263, - 214.5682390748285, - -208.59566744206643, - -462.8339566426224, - -462.5084903605873, - -207.58201453342372, - 215.78131292468618, - 591.4194424899437 - ], - "relative wind speed": [ - 1.843227120235274, - 1.6325105224667913, - 1.2768887063285257, - 0.9484883780767709, - 0.9490775371673527, - 1.2779451405915947, - 1.6333369584923778, - 1.8435303591152936 - ], - "relative wind angle": [ - 0.1019837011573687, - 0.28057718396337755, - 0.3615397526185416, - 0.19810854147042634, - 0.19903342384982237, - 0.3615655193170184, - 0.2801736787678109, - 0.10143443086144277 - ], - "resistance": [ - 97225.17527237341, - 96849.06823907481, - 96425.90433255793, - 96171.66604335736, - 96171.9915096394, - 96426.91798546656, - 96850.28131292468, - 97225.91944248993 - ], - "fuel": [ - 39.24172265282471, - 39.04741563364193, - 38.829427038024235, - 38.69877918359428, - 38.698946280302934, - 38.82994841489801, - 39.04804149413399, - 39.24210763290976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 14.84375, -41.71875 15, -41.5625 15, -41.5625 14.84375, -41.71875 14.84375))", @@ -78085,52 +62489,7 @@ "id": "1941", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.50280159206691, - 46.50280159206691, - 46.50280159206691, - 46.50280159206691, - 46.50280159206691, - 46.50280159206691, - 46.50280159206691, - 46.50280159206691 - ], - "relative wind speed": [ - 0.4592352984848324, - 0.4592352984848324, - 0.4592352984848324, - 0.4592352984848324, - 0.4592352984848324, - 0.4592352984848324, - 0.4592352984848324, - 0.4592352984848324 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 14.6875, -41.875 14.84375, -41.71875 14.84375, -41.71875 14.6875, -41.875 14.6875))", @@ -78149,52 +62508,7 @@ "id": "1942", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.928544292137374, - 49.928544292137374, - 49.928544292137374, - 49.928544292137374, - 49.928544292137374, - 49.928544292137374, - 49.928544292137374, - 49.928544292137374 - ], - "relative wind speed": [ - 0.47585008925851324, - 0.47585008925851324, - 0.47585008925851324, - 0.47585008925851324, - 0.47585008925851324, - 0.47585008925851324, - 0.47585008925851324, - 0.47585008925851324 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 14.6875, -41.71875 14.84375, -41.5625 14.84375, -41.5625 14.6875, -41.71875 14.6875))", @@ -78213,52 +62527,7 @@ "id": "1943", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.10598811551358, - 37.10598811551358, - 37.10598811551358, - 37.10598811551358, - 37.10598811551358, - 37.10598811551358, - 37.10598811551358, - 37.10598811551358 - ], - "relative wind speed": [ - 0.4102208249716541, - 0.4102208249716541, - 0.4102208249716541, - 0.4102208249716541, - 0.4102208249716541, - 0.4102208249716541, - 0.4102208249716541, - 0.4102208249716541 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 14.21875, -42.5 14.375, -42.34375 14.375, -42.34375 14.21875, -42.5 14.21875))", @@ -78277,68 +62546,7 @@ "id": "1944", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.173252950917066, - 5.173252950917066, - 5.173252950917066, - 5.173252950917066, - 5.173252950917066, - 5.173252950917066, - 5.173252950917066, - 5.173252950917066 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 631.7506849552485, - 190.51363148173414, - -273.03779734317425, - -526.6735156997612, - -497.63457773877695, - -183.0621502312838, - 298.420469647501, - 698.1782537469414 - ], - "relative wind speed": [ - 1.9208524663970161, - 1.6737945715204094, - 1.2826283341978442, - 0.9474967576750929, - 0.9986192711023003, - 1.3730718767162908, - 1.7440697241203549, - 1.9465776482009585 - ], - "relative wind angle": [ - 0.12683383121814784, - 0.3052474274649268, - 0.37384029407228836, - 0.16904044039701968, - 0.24577937128831748, - 0.37508264582319945, - 0.2719095500233064, - 0.08198094511012635 - ], - "resistance": [ - 97266.25068495526, - 96825.01363148175, - 96361.46220265684, - 96107.82648430025, - 96136.86542226124, - 96451.43784976873, - 96932.92046964752, - 97332.67825374696 - ], - "fuel": [ - 39.315115898609065, - 39.08714698461134, - 38.84842949026904, - 38.71815182018488, - 38.73305527100183, - 38.89470218075846, - 39.1428310590445, - 39.34949901495408 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 14.21875, -42.34375 14.375, -42.1875 14.375, -42.1875 14.21875, -42.34375 14.21875))", @@ -78357,52 +62565,7 @@ "id": "1945", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.21442638414665, - 67.21442638414665, - 67.21442638414665, - 67.21442638414665, - 67.21442638414665, - 67.21442638414665, - 67.21442638414665, - 67.21442638414665 - ], - "relative wind speed": [ - 0.5521117011442047, - 0.5521117011442047, - 0.5521117011442047, - 0.5521117011442047, - 0.5521117011442047, - 0.5521117011442047, - 0.5521117011442047, - 0.5521117011442047 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 14.0625, -42.5 14.21875, -42.34375 14.21875, -42.34375 14.0625, -42.5 14.0625))", @@ -78421,68 +62584,7 @@ "id": "1946", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.191945155287184, - 5.191945155287184, - 5.191945155287184, - 5.191945155287184, - 5.191945155287184, - 5.191945155287184, - 5.191945155287184, - 5.191945155287184 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 592.4879639349688, - 126.03326896080489, - -326.7462171540503, - -542.4424612754275, - -477.3934082345222, - -124.61738935314384, - 368.3359572184256, - 741.5808319845419 - ], - "relative wind speed": [ - 1.909593157530566, - 1.634583076967774, - 1.2315868269645518, - 0.9262801062020555, - 1.0398801445513541, - 1.4338880384500965, - 1.7919516260120105, - 1.9672066254397402 - ], - "relative wind angle": [ - 0.154413326970568, - 0.3251053535289015, - 0.36939370375415087, - 0.11550332584212364, - 0.2863292094771377, - 0.3726822364748826, - 0.25076530055975293, - 0.05429178721889124 - ], - "resistance": [ - 97226.987963935, - 96760.53326896083, - 96307.75378284598, - 96092.0575387246, - 96157.1065917655, - 96509.88261064689, - 97002.83595721846, - 97376.08083198457 - ], - "fuel": [ - 39.29985510638876, - 39.05894731471787, - 38.825876666882834, - 38.71511414302891, - 38.748499354339934, - 38.929829294625506, - 39.18398726169295, - 39.37702718726207 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 14.0625, -42.34375 14.21875, -42.1875 14.21875, -42.1875 14.0625, -42.34375 14.0625))", @@ -78501,52 +62603,7 @@ "id": "1947", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 68.08236494868883, - 68.08236494868883, - 68.08236494868883, - 68.08236494868883, - 68.08236494868883, - 68.08236494868883, - 68.08236494868883, - 68.08236494868883 - ], - "relative wind speed": [ - 0.5556649708754361, - 0.5556649708754361, - 0.5556649708754361, - 0.5556649708754361, - 0.5556649708754361, - 0.5556649708754361, - 0.5556649708754361, - 0.5556649708754361 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 13.90625, -42.5 14.0625, -42.34375 14.0625, -42.34375 13.90625, -42.5 13.90625))", @@ -78578,9 +62635,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 602.3042970666538, + 602.3042970666529, 89.8332961370752, - -393.89438156351923, + -393.89438156351946, -605.6488942691071, -518.7209947803138, -117.5813089443667, @@ -78590,7 +62647,7 @@ "relative wind speed": [ 2.040623375260991, 1.7538401021424646, - 1.3562311044064457, + 1.3562311044064455, 1.0857006351501028, 1.2169982453825603, 1.6028953131888242, @@ -78598,13 +62655,13 @@ 2.113405455600144 ], "relative wind angle": [ - 0.15140132076902574, - 0.29777042080031435, + 0.1514013207690272, + 0.2977704208003144, 0.3147971259834729, 0.0731054144502908, 0.2556724896474108, - 0.32680416928878236, - 0.2169467221757142, + 0.3268041692887823, + 0.21694672217571417, 0.03753114926055645 ], "resistance": [ @@ -78645,52 +62702,7 @@ "id": "1949", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 70.86288432267501, - 70.86288432267501, - 70.86288432267501, - 70.86288432267501, - 70.86288432267501, - 70.86288432267501, - 70.86288432267501, - 70.86288432267501 - ], - "relative wind speed": [ - 0.566898249288305, - 0.566898249288305, - 0.566898249288305, - 0.566898249288305, - 0.566898249288305, - 0.566898249288305, - 0.566898249288305, - 0.566898249288305 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 13.75, -42.5 13.90625, -42.34375 13.90625, -42.34375 13.75, -42.5 13.75))", @@ -78722,13 +62734,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 692.0689803495352, + 692.0689803495347, 175.60779961069738, - -357.86987723507104, + -357.86987723507093, -635.628886053328, -588.4596464445351, -207.53610302874438, - 354.14677161882764, + 354.14677161882787, 800.1642621914341 ], "relative wind speed": [ @@ -78742,14 +62754,14 @@ 2.1857786013054405 ], "relative wind angle": [ - 0.11989137850363452, - 0.2694942563519085, - 0.30852080614106264, - 0.11743699830629298, - 0.20656717855150572, + 0.11989137850363545, + 0.26949425635190843, + 0.30852080614106225, + 0.11743699830629299, + 0.20656717855150575, 0.3151510565981426, - 0.22997995170680754, - 0.06357375361896249 + 0.22997995170680707, + 0.06357375361896248 ], "resistance": [ 97326.56898034956, @@ -78802,9 +62814,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 793.0576697368979, + 793.0576697368963, 314.6506561701997, - -239.39416351837485, + -239.39416351837497, -585.9376867658393, -601.6327887703521, -287.86500505429285, @@ -78812,7 +62824,7 @@ 757.1664439163171 ], "relative wind speed": [ - 2.083084589413072, + 2.0830845894130716, 1.8508543763916463, 1.442217793150045, 1.0442735380329546, @@ -78822,9 +62834,9 @@ 2.0701613810422788 ], "relative wind angle": [ - 0.09514658231588094, + 0.0951465823158821, 0.2847544484642146, - 0.38184201921950844, + 0.3818420192195091, 0.2319697484336254, 0.1955972720897369, 0.381487150800855, @@ -78869,52 +62881,7 @@ "id": "1952", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 72.5062784414366, - 72.5062784414366, - 72.5062784414366, - 72.5062784414366, - 72.5062784414366, - 72.5062784414366, - 72.5062784414366, - 72.5062784414366 - ], - "relative wind speed": [ - 0.5734340935088809, - 0.5734340935088809, - 0.5734340935088809, - 0.5734340935088809, - 0.5734340935088809, - 0.5734340935088809, - 0.5734340935088809, - 0.5734340935088809 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 13.90625, -42.03125 14.0625, -41.875 14.0625, -41.875 13.90625, -42.03125 13.90625))", @@ -78933,52 +62900,7 @@ "id": "1953", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 74.1020527082471, - 74.1020527082471, - 74.1020527082471, - 74.1020527082471, - 74.1020527082471, - 74.1020527082471, - 74.1020527082471, - 74.1020527082471 - ], - "relative wind speed": [ - 0.5797100405402354, - 0.5797100405402354, - 0.5797100405402354, - 0.5797100405402354, - 0.5797100405402354, - 0.5797100405402354, - 0.5797100405402354, - 0.5797100405402354 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 13.75, -42.1875 13.90625, -42.03125 13.90625, -42.03125 13.75, -42.1875 13.75))", @@ -79010,17 +62932,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 948.5481217935908, + 948.548121793588, 434.841247047171, - -222.27007066235115, + -222.27007066235137, -675.8402364404318, - -740.3244228948736, + -740.3244228948738, -426.7957961516938, - 191.54505404246788, + 191.54505404246765, 800.7998414141985 ], "relative wind speed": [ - 2.3441047738502463, + 2.344104773850246, 2.134787672473197, 1.7342505895467697, 1.324211693929508, @@ -79030,13 +62952,13 @@ 2.2958596492619177 ], "relative wind angle": [ - 0.06036287046673084, + 0.060362870466732686, 0.23296346492522882, - 0.32610173517160645, + 0.32610173517160684, 0.22299853631246105, - 0.11458651378708845, + 0.11458651378708942, 0.3191566520673931, - 0.2808802428192416, + 0.280880242819242, 0.1279067563514413 ], "resistance": [ @@ -79090,9 +63012,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 994.3574986360954, + 994.3574986360913, 458.2175658493952, - -224.9866939903527, + -224.98669399035293, -695.9232386836225, -763.2566106730651, -436.9371730958959, @@ -79110,13 +63032,13 @@ 2.313628799054624 ], "relative wind angle": [ - 0.06262864948111706, + 0.06262864948112237, 0.2422993908649593, - 0.3420977027274089, - 0.23761489593912546, - 0.12288388603006499, - 0.3365523037201248, - 0.29274516687582636, + 0.3420977027274096, + 0.23761489593912544, + 0.122883886030065, + 0.33655230372012485, + 0.2927451668758263, 0.13261049178244338 ], "resistance": [ @@ -79157,52 +63079,7 @@ "id": "1956", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.95762520546185, - 67.95762520546185, - 67.95762520546185, - 67.95762520546185, - 67.95762520546185, - 67.95762520546185, - 67.95762520546185, - 67.95762520546185 - ], - "relative wind speed": [ - 0.5551556959419478, - 0.5551556959419478, - 0.5551556959419478, - 0.5551556959419478, - 0.5551556959419478, - 0.5551556959419478, - 0.5551556959419478, - 0.5551556959419478 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 13.90625, -41.71875 14.0625, -41.5625 14.0625, -41.5625 13.90625, -41.71875 13.90625))", @@ -79221,52 +63098,7 @@ "id": "1957", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 66.87885957088896, - 66.87885957088896, - 66.87885957088896, - 66.87885957088896, - 66.87885957088896, - 66.87885957088896, - 66.87885957088896, - 66.87885957088896 - ], - "relative wind speed": [ - 0.5507317728098342, - 0.5507317728098342, - 0.5507317728098342, - 0.5507317728098342, - 0.5507317728098342, - 0.5507317728098342, - 0.5507317728098342, - 0.5507317728098342 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 13.75, -41.875 13.90625, -41.71875 13.90625, -41.71875 13.75, -41.875 13.75))", @@ -79298,9 +63130,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 896.8657355894527, + 896.8657355894522, 355.53820021676484, - -269.51712751470484, + -269.51712751470495, -659.5520288050118, -676.3566343314503, -321.27970694202656, @@ -79308,7 +63140,7 @@ 858.4343286284955 ], "relative wind speed": [ - 2.2055282890290258, + 2.2055282890290253, 1.9570811307332778, 1.5199384341345392, 1.0930975143844013, @@ -79318,14 +63150,14 @@ 2.192479122247211 ], "relative wind angle": [ - 0.0968017061502704, + 0.09680170615027041, 0.28880366209183905, - 0.3880351509238706, + 0.388035150923871, 0.2363227541300265, - 0.201224879263876, + 0.20122487926387603, 0.38788867002706856, 0.30397935297842943, - 0.11699578237087947 + 0.11699578237087949 ], "resistance": [ 97531.36573558947, @@ -79365,52 +63197,7 @@ "id": "1959", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 78.22563152051012, - 78.22563152051012, - 78.22563152051012, - 78.22563152051012, - 78.22563152051012, - 78.22563152051012, - 78.22563152051012, - 78.22563152051012 - ], - "relative wind speed": [ - 0.5956213300415788, - 0.5956213300415788, - 0.5956213300415788, - 0.5956213300415788, - 0.5956213300415788, - 0.5956213300415788, - 0.5956213300415788, - 0.5956213300415788 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 14.84375, -40.9375 15, -40.78125 15, -40.78125 14.84375, -40.9375 14.84375))", @@ -79429,52 +63216,7 @@ "id": "1960", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.64489576724011, - 36.64489576724011, - 36.64489576724011, - 36.64489576724011, - 36.64489576724011, - 36.64489576724011, - 36.64489576724011, - 36.64489576724011 - ], - "relative wind speed": [ - 0.40766408166472917, - 0.40766408166472917, - 0.40766408166472917, - 0.40766408166472917, - 0.40766408166472917, - 0.40766408166472917, - 0.40766408166472917, - 0.40766408166472917 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 14.84375, -40.78125 15, -40.625 15, -40.625 14.84375, -40.78125 14.84375))", @@ -79506,9 +63248,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 565.0746531033421, + 565.0746531033408, 602.937956552445, - 232.9530484498116, + 232.95304844981138, -210.33284259144466, -492.4235820876743, -508.9122647084698, @@ -79516,23 +63258,23 @@ 169.72935469649406 ], "relative wind speed": [ - 1.9959245109074244, + 1.995924510907424, 2.01040910702641, - 1.8258547800729386, + 1.8258547800729383, 1.5081291803418222, 1.218354437749337, 1.1943020604561543, - 1.4609437057290549, + 1.460943705729055, 1.787078220063701 ], "relative wind angle": [ - 0.0943032420726727, + 0.09430324207267388, 0.07170709818152117, - 0.21617800978665952, - 0.2752075148772802, + 0.21617800978666002, + 0.27520751487728023, 0.15487839555990293, 0.12089786748024066, - 0.27139435359548925, + 0.2713943535954905, 0.23138836319096895 ], "resistance": [ @@ -79573,52 +63315,7 @@ "id": "1962", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.47662117412299, - 43.47662117412299, - 43.47662117412299, - 43.47662117412299, - 43.47662117412299, - 43.47662117412299, - 43.47662117412299, - 43.47662117412299 - ], - "relative wind speed": [ - 0.4440415353808863, - 0.4440415353808863, - 0.4440415353808863, - 0.4440415353808863, - 0.4440415353808863, - 0.4440415353808863, - 0.4440415353808863, - 0.4440415353808863 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 14.6875, -40.78125 14.84375, -40.625 14.84375, -40.625 14.6875, -40.78125 14.6875))", @@ -79650,13 +63347,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 634.714765053199, + 634.7147650531961, 611.3664295271337, - 194.02266562556588, + 194.02266562556565, -272.8099076963149, -543.7084916911741, -533.5467345514094, - -239.69490899191214, + -239.69490899191248, 233.09352758836553 ], "relative wind speed": [ @@ -79665,18 +63362,18 @@ 1.8754996579275742, 1.543856620829325, 1.26766607574166, - 1.2817267812848971, + 1.2817267812848974, 1.5716341171619088, 1.898430799222136 ], "relative wind angle": [ - 0.07487644870547515, - 0.08763837283398244, - 0.222889543490761, + 0.0748764487054796, + 0.08763837283398243, + 0.2228895434907615, 0.264671209102154, 0.12382532099293984, - 0.14282381796739224, - 0.2669461228957808, + 0.1428238179673938, + 0.26694612289578123, 0.2143719814166188 ], "resistance": [ @@ -79717,52 +63414,7 @@ "id": "1964", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.383999266775916, - 44.383999266775916, - 44.383999266775916, - 44.383999266775916, - 44.383999266775916, - 44.383999266775916, - 44.383999266775916, - 44.383999266775916 - ], - "relative wind speed": [ - 0.44865128834556034, - 0.44865128834556034, - 0.44865128834556034, - 0.44865128834556034, - 0.44865128834556034, - 0.44865128834556034, - 0.44865128834556034, - 0.44865128834556034 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 14.53125, -40.78125 14.6875, -40.625 14.6875, -40.625 14.53125, -40.78125 14.53125))", @@ -79794,34 +63446,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 637.5148807262862, + 637.5148807262832, 518.7536942287105, - 110.67583012071441, + 110.67583012071395, -293.55064164097917, -489.91447902512925, -438.1005451746797, - -129.52231508265686, + -129.52231508265697, 305.9510968882604 ], "relative wind speed": [ - 1.8998654815229248, + 1.8998654815229243, 1.8519670313471495, 1.6066017926192582, 1.2493025589898255, 0.9829996656316627, 1.070511702559818, - 1.412305870010771, + 1.4123058700107707, 1.7363813828234187 ], "relative wind angle": [ - 0.05372291024032833, + 0.05372291024033247, 0.1370027297326222, - 0.29019818299751415, + 0.2901981829975153, 0.32355800331856976, 0.1039687412644081, - 0.23852705650640432, - 0.3315486348889693, - 0.2307984381682139 + 0.23852705650640435, + 0.3315486348889686, + 0.23079843816821394 ], "resistance": [ 97272.01488072627, @@ -79830,7 +63482,7 @@ 96340.94935835901, 96144.58552097486, 96196.39945482531, - 96504.97768491734, + 96504.97768491732, 96940.45109688824 ], "fuel": [ @@ -79840,7 +63492,7 @@ 38.83826528819121, 38.73739886128372, 38.76400024653734, - 38.922631881888954, + 38.92263188188895, 39.147099699507194 ] }, @@ -79861,52 +63513,7 @@ "id": "1966", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.6208200870033, - 38.6208200870033, - 38.6208200870033, - 38.6208200870033, - 38.6208200870033, - 38.6208200870033, - 38.6208200870033, - 38.6208200870033 - ], - "relative wind speed": [ - 0.4185105870891248, - 0.4185105870891248, - 0.4185105870891248, - 0.4185105870891248, - 0.4185105870891248, - 0.4185105870891248, - 0.4185105870891248, - 0.4185105870891248 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 14.375, -40.78125 14.53125, -40.625 14.53125, -40.625 14.375, -40.78125 14.375))", @@ -79925,52 +63532,7 @@ "id": "1967", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.892917233228545, - 44.892917233228545, - 44.892917233228545, - 44.892917233228545, - 44.892917233228545, - 44.892917233228545, - 44.892917233228545, - 44.892917233228545 - ], - "relative wind speed": [ - 0.45121613060990895, - 0.45121613060990895, - 0.45121613060990895, - 0.45121613060990895, - 0.45121613060990895, - 0.45121613060990895, - 0.45121613060990895, - 0.45121613060990895 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 14.84375, -40.3125 15, -40.15625 15, -40.15625 14.84375, -40.3125 14.84375))", @@ -80002,34 +63564,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 232.9075545848665, + 232.90755458486603, 434.60269610835667, - 315.48864012061665, + 315.4886401206162, 35.49411961504734, -224.65149127882353, - -332.78297589367514, - -280.9844747263706, - -58.090980068977956 + -332.7829758936751, + -280.98447472637054, + -58.09098006897818 ], "relative wind speed": [ - 1.472030064959133, + 1.4720300649591327, 1.5841287142078533, 1.5257980251311045, 1.3148855864377753, 1.0310299287075557, 0.8487823294911773, 0.9496502580109781, - 1.2251412655740905 + 1.2251412655740903 ], "relative wind angle": [ - 0.20062616903202599, + 0.20062616903202654, 0.02960175034508897, - 0.1493578222125322, + 0.1493578222125337, 0.2836405891536566, 0.28850762103659133, - 0.05526742288514089, - 0.24141950582268723, - 0.3050621368913009 + 0.05526742288514088, + 0.2414195058226868, + 0.3050621368913006 ], "resistance": [ 96867.40755458488, @@ -80082,9 +63644,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 186.0122385116905, + 186.01223851169016, 383.61624877251734, - 311.2958994831921, + 311.2958994831919, 67.78791547212222, -171.96302938302438, -288.2081288699013, @@ -80092,9 +63654,9 @@ -72.98967477935759 ], "relative wind speed": [ - 1.3169943639977804, + 1.3169943639977801, 1.4447058611330494, - 1.4065135336891348, + 1.4065135336891346, 1.213086592846694, 0.9294568428045483, 0.7149749312010389, @@ -80102,12 +63664,12 @@ 1.0615013404107017 ], "relative wind angle": [ - 0.24185471263955546, + 0.24185471263955594, 0.05545446688284998, - 0.14424728002816897, + 0.144247280028169, 0.30648899672853985, - 0.34624174550619086, - 0.11223146874848026, + 0.3462417455061906, + 0.11223146874848028, 0.25966332361187106, 0.35202417991592233 ], @@ -80162,7 +63724,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 405.6900954828817, + 405.69009548288216, 500.81203184925505, 232.96160962379065, -126.7758321749991, @@ -80182,12 +63744,12 @@ 1.6516857559872258 ], "relative wind angle": [ - 0.10488563568386645, + 0.1048856356838654, 0.04128298061062761, 0.17396698553248316, 0.23683523998732456, 0.15594424946436478, - 0.06576430760319972, + 0.06576430760319973, 0.22270771643252912, 0.21468085422530328 ], @@ -80242,19 +63804,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 379.54232448387995, + 379.5423244838795, 447.0395613037016, - 202.45755087908321, + 202.45755087908287, -109.90126927603376, -324.7191087090954, -354.16333413670463, -203.86337795311454, - 90.90508139981421 + 90.9050813998141 ], "relative wind speed": [ - 1.6004303610427306, + 1.6004303610427304, 1.632162449487993, - 1.4885331150568404, + 1.4885331150568402, 1.2162525495789476, 0.9412657247745759, 0.8851012618136566, @@ -80262,14 +63824,14 @@ 1.4028856834487555 ], "relative wind angle": [ - 0.12284856284124766, + 0.12284856284124858, 0.05971937685376534, - 0.2262262911307445, + 0.226226291130745, 0.3132270982779876, 0.20989164705542365, 0.11028290795482766, - 0.3055846129977878, - 0.2704220245910469 + 0.30558461299778783, + 0.27042202459104697 ], "resistance": [ 97014.04232448387, @@ -80322,7 +63884,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 712.0699186699156, + 712.0699186699161, 555.7519722319081, 100.65357863835277, -338.69829280338695, @@ -80332,7 +63894,7 @@ 357.73506937566196 ], "relative wind speed": [ - 1.9953738696516592, + 1.9953738696516587, 1.9351880020544292, 1.6697151354732298, 1.2927122328165717, @@ -80342,14 +63904,14 @@ 1.8327753048505098 ], "relative wind angle": [ - 0.04539641777433931, + 0.04539641777433686, 0.14524068294099546, - 0.29574694700615006, + 0.2957469470061501, 0.3212196469032743, 0.08854179292878879, 0.24964073462940095, 0.3310041686550975, - 0.22457267982335788 + 0.2245726798233579 ], "resistance": [ 97346.5699186699, @@ -80402,34 +63964,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 604.9170771931065, + 604.9170771931049, 608.5507764886806, - 214.76021528442493, - -236.50642269801756, + 214.7602152844238, + -236.50642269801745, -509.40116125441466, -510.9861165680893, - -241.6021625762521, + -241.60216257625223, 208.72553490625864 ], "relative wind speed": [ - 1.995667940406179, + 1.9956679404061788, 1.9970566472756484, 1.7944040215633008, 1.4586743439893437, 1.162557507402618, 1.1601703469557276, - 1.4540786408515465, + 1.4540786408515463, 1.7906701663261397 ], "relative wind angle": [ - 0.08841137539975245, - 0.08620483536514491, - 0.23589370468194268, - 0.2928845343720057, - 0.1521574203907557, + 0.08841137539975495, + 0.0862048353651449, + 0.23589370468194457, + 0.2928845343720056, + 0.15215742039075572, 0.1487527623474756, - 0.292568007598592, - 0.23741038140923307 + 0.29256800759859086, + 0.23741038140923304 ], "resistance": [ 97239.41707719312, @@ -80482,7 +64044,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 640.4170600566964, + 640.4170600566944, 578.9491011753781, 169.50687083703326, -263.21166136882493, @@ -80492,7 +64054,7 @@ 270.2364129731237 ], "relative wind speed": [ - 1.916995189482048, + 1.9169951894820474, 1.8926471947345258, 1.6603367895579293, 1.2969928270889641, @@ -80502,9 +64064,9 @@ 1.726457016830094 ], "relative wind angle": [ - 0.07672511452873111, + 0.07672511452873255, 0.1187935726807183, - 0.28332958912483214, + 0.28332958912483175, 0.3396535905673213, 0.14837281496368418, 0.21747567801982673, @@ -80562,37 +64124,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 670.3821638773301, + 670.3821638773287, 674.0806548625468, - 244.54824144255474, + 244.54824144255406, -243.0999265655404, -537.9286772441483, -539.5455528157138, -248.18617779118165, - 238.48308219251282 + 238.4830821925126 ], "relative wind speed": [ 2.004588200500906, 2.005980695163629, - 1.78557043760232, + 1.7855704376023198, 1.4145046473547067, 1.0757456405405728, 1.0731467687881058, 1.4097307363784646, - 1.7817909920474526 + 1.7817909920474524 ], "relative wind angle": [ - 0.09828791142112832, + 0.0982879114211306, 0.09600717765368375, - 0.2655776661066652, + 0.26557766610666567, 0.3390727793815207, 0.18389364316169504, - 0.1801589447437023, + 0.18015894474370234, 0.33889100414767215, - 0.2672190942376716 + 0.26721909423767115 ], "resistance": [ - 97304.88216387737, + 97304.88216387735, 97308.58065486257, 96879.04824144258, 96391.40007343449, @@ -80602,7 +64164,7 @@ 96872.98308219254 ], "fuel": [ - 39.42517961272847, + 39.42517961272846, 39.42709406318252, 39.205095441758324, 38.953892537467, @@ -80629,52 +64191,7 @@ "id": "1976", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.02041863793865, - 45.02041863793865, - 45.02041863793865, - 45.02041863793865, - 45.02041863793865, - 45.02041863793865, - 45.02041863793865, - 45.02041863793865 - ], - "relative wind speed": [ - 0.45185643094423567, - 0.45185643094423567, - 0.45185643094423567, - 0.45185643094423567, - 0.45185643094423567, - 0.45185643094423567, - 0.45185643094423567, - 0.45185643094423567 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 14.21875, -40.78125 14.375, -40.625 14.375, -40.625 14.21875, -40.78125 14.21875))", @@ -80706,9 +64223,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 616.3789855277697, + 616.3789855277606, 393.56766566796193, - 1.5196718402908118, + 1.5196718402906981, -335.623522037827, -448.4709132568331, -351.87784860349433, @@ -80716,7 +64233,7 @@ 369.6259231210198 ], "relative wind speed": [ - 1.82790270817705, + 1.8279027081770498, 1.7328826249128118, 1.462661499057574, 1.1209577936330541, @@ -80726,17 +64243,17 @@ 1.7193657114459933 ], "relative wind angle": [ - 0.006537224215307597, + 0.00653722421532458, 0.17854790424170694, - 0.3107122010350537, + 0.310712201035054, 0.29383758534522836, - 0.012800072499350296, - 0.283582165788543, - 0.3157865795303107, + 0.012800072499350298, + 0.28358216578854306, + 0.31578657953031064, 0.18996602908922142 ], "resistance": [ - 97250.87898552776, + 97250.87898552774, 97028.06766566794, 96636.01967184027, 96298.87647796216, @@ -80773,52 +64290,7 @@ "id": "1978", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 54.274004367042465, - 54.274004367042465, - 54.274004367042465, - 54.274004367042465, - 54.274004367042465, - 54.274004367042465, - 54.274004367042465, - 54.274004367042465 - ], - "relative wind speed": [ - 0.4961255983864794, - 0.4961255983864794, - 0.4961255983864794, - 0.4961255983864794, - 0.4961255983864794, - 0.4961255983864794, - 0.4961255983864794, - 0.4961255983864794 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 14.0625, -40.78125 14.21875, -40.625 14.21875, -40.625 14.0625, -40.78125 14.0625))", @@ -80850,9 +64322,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 817.9052874401139, + 817.9052874401059, 536.2148302648736, - 9.0101633907409, + 9.010163390740672, -453.66550716868164, -615.7892062929579, -493.66263494038344, @@ -80860,7 +64332,7 @@ 477.6583159399038 ], "relative wind speed": [ - 2.1704567956382883, + 2.170456795638288, 2.0689638247809383, 1.7684732507588194, 1.3881714741413516, @@ -80870,12 +64342,12 @@ 2.041142981834118 ], "relative wind angle": [ - 0.011134286077224146, + 0.011134286077234119, 0.1624526194782025, - 0.28511072884831395, + 0.2851107288483144, 0.26890819230075885, 0.020555022263055722, - 0.25117953388539543, + 0.2511795338853954, 0.2930044680368312, 0.18168492443147113 ], @@ -80917,52 +64389,7 @@ "id": "1980", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 77.28540379119977, - 77.28540379119977, - 77.28540379119977, - 77.28540379119977, - 77.28540379119977, - 77.28540379119977, - 77.28540379119977, - 77.28540379119977 - ], - "relative wind speed": [ - 0.5920309936698911, - 0.5920309936698911, - 0.5920309936698911, - 0.5920309936698911, - 0.5920309936698911, - 0.5920309936698911, - 0.5920309936698911, - 0.5920309936698911 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 13.90625, -41.09375 14.0625, -40.9375 14.0625, -40.9375 13.90625, -41.09375 13.90625))", @@ -80981,52 +64408,7 @@ "id": "1981", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 84.74221647681347, - 84.74221647681347, - 84.74221647681347, - 84.74221647681347, - 84.74221647681347, - 84.74221647681347, - 84.74221647681347, - 84.74221647681347 - ], - "relative wind speed": [ - 0.6199342239880908, - 0.6199342239880908, - 0.6199342239880908, - 0.6199342239880908, - 0.6199342239880908, - 0.6199342239880908, - 0.6199342239880908, - 0.6199342239880908 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 13.75, -41.25 13.90625, -41.09375 13.90625, -41.09375 13.75, -41.25 13.75))", @@ -81058,34 +64440,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 950.8542066089949, + 950.854206608994, 337.1895001379089, - -347.10409930757305, + -347.1040993075736, -753.3490194500087, -747.2303744702834, -328.04209405028485, 359.99919564763104, - 964.8445444104318 + 964.8445444104327 ], "relative wind speed": [ - 2.3457446079490856, + 2.345744607949085, 2.074061840037333, - 1.6200575910590593, + 1.6200575910590589, 1.205624047755483, 1.214310591161563, 1.6356452736551117, 2.086260141780327, - 2.3502209753559424 + 2.350220975355942 ], "relative wind angle": [ 0.10475909277637238, 0.2823047608855424, - 0.36072461524425026, + 0.36072461524425, 0.19269308472372307, 0.20339799996653823, 0.3610294339851146, 0.27763337932575954, - 0.0983964471497228 + 0.09839644714972054 ], "resistance": [ 97585.35420660902, @@ -81140,17 +64522,17 @@ "wind resistance": [ 1037.112681796272, 358.09887605639847, - -377.37560019358284, + -377.37560019358307, -801.8443071328568, -781.2576282558871, - -314.4343653685373, + -314.43436536853744, 433.99174843838114, 1084.2168598497358 ], "relative wind speed": [ - 2.376904656912668, + 2.3769046569126675, 2.0762341512364317, - 1.5771062122589425, + 1.577106212258942, 1.1168685466744572, 1.1477981225988914, 1.6298368100930225, @@ -81158,14 +64540,14 @@ 2.391593804922557 ], "relative wind angle": [ - 0.12106074204588427, - 0.31551723400893406, - 0.40685099694023713, + 0.12106074204588335, + 0.3155172340089341, + 0.40685099694023685, 0.2150412596894853, - 0.2527684038704962, - 0.4063931066922169, + 0.25276840387049626, + 0.40639310669221695, 0.2993093644441484, - 0.09981723156952342 + 0.0998172315695234 ], "resistance": [ 97671.61268179626, @@ -81218,20 +64600,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 894.0416839470618, - 322.22413321405816, - -321.4401155034067, - -707.6201238902374, + 894.0416839470608, + 322.2241332140584, + -321.4401155034068, + -707.6201238902376, -706.4607258442217, -317.81598476085946, - 326.5554351830426, + 326.55543518304285, 896.6928853595564 ], "relative wind speed": [ - 2.28471340464483, + 2.2847134046448296, 2.026101686539517, 1.5913750724351992, - 1.1930174714204438, + 1.1930174714204436, 1.1946887240781483, 1.5943990857388777, 2.0284777217497627, @@ -81239,13 +64621,13 @@ ], "relative wind angle": [ 0.10066675408586534, - 0.27568788879305095, - 0.35313631805762646, - 0.19127919767365467, - 0.19339258087025182, - 0.3532113937433816, - 0.27476329930526977, - 0.09939870181078407 + 0.2756878887930509, + 0.35313631805762674, + 0.1912791976736541, + 0.19339258087025185, + 0.3532113937433817, + 0.2747632993052694, + 0.09939870181078408 ], "resistance": [ 97528.54168394706, @@ -81298,7 +64680,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 937.0053708544319, + 937.0053708544274, 390.89798547160785, -280.93103830746895, -723.7663576450498, @@ -81308,9 +64690,9 @@ 841.1549368805431 ], "relative wind speed": [ - 2.4268875995626367, + 2.426887599562636, 2.205371163638734, - 1.8072930392309938, + 1.8072930392309936, 1.4259839119226096, 1.373765318626593, 1.7068545931516421, @@ -81318,9 +64700,9 @@ 2.396577654596239 ], "relative wind angle": [ - 0.06778324703648747, - 0.22409456153928678, - 0.29688420301882124, + 0.06778324703649076, + 0.2240945615392868, + 0.2968842030188209, 0.1816603598641518, 0.11994127279810929, 0.29122717051090385, @@ -81378,7 +64760,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 938.5561759280033, + 938.5561759280029, 238.94878671140395, -457.7637241718869, -809.4305515563565, @@ -81388,7 +64770,7 @@ 1119.154512186339 ], "relative wind speed": [ - 2.3350067946505773, + 2.335006794650577, 2.0028389043686725, 1.4975747002459179, 1.0873809268386545, @@ -81398,7 +64780,7 @@ 2.3919351028453137 ], "relative wind angle": [ - 0.15014990238671816, + 0.1501499023867174, 0.3334731305771242, 0.39613608911183973, 0.14918425364682913, @@ -81458,19 +64840,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 832.4151650372019, + 832.4151650372014, 200.14347937062098, - -434.56348883630494, + -434.5634888363053, -753.6405344922533, - -682.7745634181766, + -682.7745634181767, -212.47390871588777, - 465.4387961195507, + 465.4387961195505, 994.6991565082753 ], "relative wind speed": [ - 2.2857095574416637, + 2.2857095574416633, 1.9799613748950122, - 1.523210033832933, + 1.5232100338329329, 1.166849431483453, 1.2672436917031102, 1.7059096427024925, @@ -81479,12 +64861,12 @@ ], "relative wind angle": [ 0.13762808180200078, - 0.3015836805061458, - 0.34708508948004996, - 0.1242742199252244, - 0.2500525801474781, + 0.30158368050614576, + 0.3470850894800503, + 0.12427421992522442, + 0.25005258014747855, 0.3519731245100442, - 0.24646097989795254, + 0.24646097989795301, 0.06188810469111511 ], "resistance": [ @@ -81538,34 +64920,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 779.0760749803708, + 779.076074980368, 283.20846826085904, - -291.0993380443356, + -291.09933804433626, -643.3568740613068, -650.7090700710432, -314.721353272045, - 255.22830586570717, - 762.2216493956798 + 255.2283058657074, + 762.2216493956785 ], "relative wind speed": [ 2.2492799402649966, 2.0241405926070657, - 1.6464503154373138, + 1.6464503154373133, 1.3085578830987759, 1.298696837055938, 1.627491500935695, 2.0087496317495552, - 2.243557440949006 + 2.2435574409490067 ], "relative wind angle": [ - 0.08357361875105959, + 0.08357361875106357, 0.23479226724756289, - 0.29468256611523314, + 0.29468256611523275, 0.15758976335362296, - 0.14508548445801905, + 0.14508548445801908, 0.29353702632331413, - 0.2403606029386857, - 0.09166277619370662 + 0.24036060293868522, + 0.09166277619370905 ], "resistance": [ 97413.57607498037, @@ -81618,34 +65000,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 814.1086891451896, + 814.1086891451878, 215.9108296750028, - -411.2140277444, + -411.2140277444005, -744.6673082510066, - -697.2668444182964, + -697.2668444182966, -259.42640208225293, 395.90408827728515, - 922.7728037108977 + 922.7728037108955 ], "relative wind speed": [ - 2.345995594785437, + 2.3459955947854367, 2.0706101964587815, - 1.6531224427386688, + 1.6531224427386686, 1.3230752378933548, 1.3841889556369602, 1.7698157559421093, - 2.164915837849996, - 2.380996915271722 + 2.1649158378499966, + 2.3809969152717225 ], "relative wind angle": [ - 0.1131154350316829, - 0.2593594721314803, - 0.29851771565778407, - 0.11859619938278344, - 0.19249190144371325, + 0.11311543503168389, + 0.25935947213148036, + 0.29851771565778484, + 0.11859619938278346, + 0.19249190144371384, 0.3047442265613695, - 0.22650859055277767, - 0.06579476267815651 + 0.22650859055277867, + 0.06579476267815988 ], "resistance": [ 97448.60868914516, @@ -81655,7 +65037,7 @@ 95937.23315558168, 96375.07359791771, 97030.40408827725, - 97557.27280371088 + 97557.27280371086 ], "fuel": [ 39.87656847745728, @@ -81665,7 +65047,7 @@ 39.09768693764423, 39.322451802273946, 39.660197778807415, - 39.93289563581899 + 39.93289563581898 ] }, { @@ -81698,19 +65080,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 905.3834113352882, + 905.3834113352855, 337.7420871713987, - -324.79872847194724, + -324.79872847194747, -735.7878224047985, -749.2759546123704, -368.01255979302937, - 286.5123510411245, + 286.51235104112493, 874.4738076833146 ], "relative wind speed": [ - 2.403437020847632, + 2.4034370208476314, 2.16347084927785, - 1.7560401880757208, + 1.7560401880757206, 1.386067071652354, 1.3689756759652614, 1.7233681553546418, @@ -81718,17 +65100,17 @@ 2.3936211035680968 ], "relative wind angle": [ - 0.08238024273538276, - 0.23691572362574154, - 0.30082892043252035, - 0.1653089494089208, + 0.08238024273538411, + 0.2369157236257415, + 0.3008289204325204, + 0.16530894940892077, 0.14497433192158835, 0.2990821654809609, - 0.24595706389175315, + 0.24595706389175268, 0.09543437711189905 ], "resistance": [ - 97539.88341133528, + 97539.88341133526, 96972.24208717138, 96309.70127152804, 95898.71217759518, @@ -81738,7 +65120,7 @@ 97508.9738076833 ], "fuel": [ - 39.964026826762336, + 39.96402682676233, 39.67030558472955, 39.32899580892477, 39.118094494239074, @@ -81778,44 +65160,44 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 807.1135465717166, + 807.1135465717152, 46.548002249288174, - -641.1501894743665, + -641.1501894743669, -903.2335146458471, -744.6539205999395, - -125.40834530304505, + -125.40834530304483, 655.9398064356023, - 1172.5937554127831 + 1172.5937554127727 ], "relative wind speed": [ - 2.533822522848312, + 2.5338225228483116, 2.1850691385650785, - 1.733905741834393, + 1.7339057418343928, 1.4668641248726508, 1.6465130524457874, 2.0872792503300057, - 2.4748399317130487, - 2.6418878568798707 + 2.474839931713049, + 2.641887856879871 ], "relative wind angle": [ - 0.15038321693980972, + 0.15038321693980974, 0.2723187110460555, - 0.2634519181774267, + 0.2634519181774271, 0.03467870302823062, 0.23264673812913844, - 0.2854263361750073, - 0.18347785373249093, - 0.01925210102737507 + 0.28542633617500723, + 0.18347785373249217, + 0.019252101027386608 ], "resistance": [ - 97441.61354657172, + 97441.61354657171, 96681.04800224928, 95993.34981052563, 95731.26648535415, 95889.84607940006, 96509.09165469695, 97290.4398064356, - 97807.09375541279 + 97807.09375541277 ], "fuel": [ 40.167144747486844, @@ -81825,7 +65207,7 @@ 39.36760438770786, 39.68559316860214, 40.0888593062227, - 40.356760280301415 + 40.35676028030141 ] }, { @@ -81858,9 +65240,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1159.9122389516106, + 1159.9122389516078, 492.5658782692035, - -330.89423085481076, + -330.8942308548112, -876.9770255951918, -932.3716534273799, -507.73438904179807, @@ -81868,23 +65250,23 @@ 1032.9762019804825 ], "relative wind speed": [ - 2.6564690347690187, + 2.6564690347690183, 2.4101229225526577, - 1.9622859027472448, - 1.5262673712508752, + 1.9622859027472446, + 1.526267371250875, 1.461675518720881, 1.839736544427172, 2.3114404795698342, 2.6198914035069354 ], "relative wind angle": [ - 0.06854710381231958, - 0.2314669653809591, - 0.3107223201545245, - 0.1948925103256181, + 0.06854710381232121, + 0.23146696538095912, + 0.3107223201545249, + 0.19489251032561755, 0.12480465006793241, - 0.3052481236252666, - 0.2625685536475684, + 0.30524812362526654, + 0.26256855364756837, 0.11306165464417428 ], "resistance": [ @@ -81938,34 +65320,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1059.1933862010198, + 1059.1933862010176, 323.55783228705695, - -465.616757139273, + -465.61675713927343, -905.8896323812771, -867.312327196345, -344.0153613855225, 468.4730334289236, - 1147.4699290429592 + 1147.4699290429578 ], "relative wind speed": [ - 2.5650919551525844, + 2.5650919551525835, 2.2596704706481643, - 1.7763885478422201, + 1.77638854784222, 1.3677141298726696, 1.4156457994411988, 1.864842924201585, 2.3298483845433005, - 2.590966581569639 + 2.5909665815696394 ], "relative wind angle": [ - 0.11282674512897921, + 0.1128267451289802, 0.2758065901631212, - 0.33346973927797197, + 0.3334697392779723, 0.1518864437383536, - 0.2054461556168269, + 0.20544615561682686, 0.3362822009061871, - 0.2522333497713698, - 0.07995474574157654 + 0.25223334977136974, + 0.07995474574157933 ], "resistance": [ 97693.69338620102, @@ -82018,19 +65400,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1288.4925860256508, + 1288.4925860256471, 475.9585421106681, - -465.6585600379726, + -465.6585600379733, -1045.6042359767384, -1060.3056928463984, -512.5903184569431, - 420.2607085176519, + 420.26070851765144, 1254.8180040173338 ], "relative wind speed": [ 2.849067289278487, 2.5582579250892934, - 2.0663055353820936, + 2.066305535382093, 1.6200899759429161, 1.6042064871161148, 2.0361677879929037, @@ -82038,13 +65420,13 @@ 2.8400653763586803 ], "relative wind angle": [ - 0.08544228822595888, + 0.08544228822596148, 0.24274537590505044, - 0.3080468331321645, + 0.30804683313216447, 0.16811478167356414, 0.1521470782690777, - 0.30679080864654806, - 0.24983036536062336, + 0.306790808646548, + 0.2498303653606238, 0.0955940148165586 ], "resistance": [ @@ -82098,13 +65480,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1396.7499581509483, + 1396.7499581509446, 501.9962136620279, - -525.8931836440911, + -525.8931836440918, -1151.197424410237, -1158.7630377178837, -550.0978543699675, - 473.2897572608126, + 473.28975726081217, 1379.4161593729941 ], "relative wind speed": [ @@ -82118,13 +65500,13 @@ 2.9841995314407477 ], "relative wind angle": [ - 0.08715766590936058, + 0.08715766590936312, 0.24165313529875662, - 0.30315193657797035, - 0.16080334465687568, + 0.3031519365779711, + 0.16080334465687565, 0.15340870636198267, 0.3025375046374704, - 0.24493833556477848, + 0.24493833556477893, 0.09188701620269141 ], "resistance": [ @@ -82178,34 +65560,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 793.436023282627, + 793.4360232826257, 40.11519608288154, - -625.9643825703653, + -625.9643825703655, -870.4119936415863, -701.4760243594209, - -85.35231575608873, - 682.2098391987779, + -85.35231575608896, + 682.2098391987774, 1182.5060621924576 ], "relative wind speed": [ - 2.4221454952413524, + 2.422145495241352, 2.0554237222064793, - 1.578907988226838, + 1.5789079882268378, 1.2983892097063419, 1.5086975351093577, - 1.9794419351811985, + 1.9794419351811983, 2.3769742567551093, 2.5410908115770217 ], "relative wind angle": [ - 0.17060568390090272, + 0.1706056839009034, 0.30717936778708915, - 0.30073323048990885, + 0.30073323048990924, 0.030761305328613094, 0.2760662022221378, - 0.31937992464350157, - 0.1980572097049137, - 0.01571588547821689 + 0.3193799246435013, + 0.19805720970491428, + 0.015715885478216885 ], "resistance": [ 97427.93602328263, @@ -82258,20 +65640,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 752.8056419658349, + 752.8056419658335, -26.51123549305521, - -676.0603791017893, - -875.5356339700772, + -676.0603791017897, + -875.5356339700812, -662.5849391878384, -4.1106687433546085, - 772.7467375006615, + 772.746737500662, 1233.1376899273598 ], "relative wind speed": [ - 2.385570037687973, + 2.3855700376879727, 1.9887804357462855, - 1.4952012756247095, - 1.2407306826782623, + 1.4952012756247093, + 1.2407306826782625, 1.508123930849084, 2.002532040669288, 2.393690736265763, @@ -82280,11 +65662,11 @@ "relative wind angle": [ 0.1952031073167556, 0.3314165064966377, - 0.30741360734130835, - 0.005858312252354959, + 0.30741360734130874, + 0.00585831225237391, 0.31184755795552843, 0.3290544349786768, - 0.19015736993181295, + 0.1901573699318124, 0.0028673375166245415 ], "resistance": [ @@ -82338,9 +65720,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1380.2925206187442, + 1380.2925206187388, 426.7199351341924, - -623.24808551716, + -623.2480855171605, -1222.1652485538827, -1187.5535784806175, -511.4503066923903, @@ -82358,9 +65740,9 @@ 3.0960678742343806 ], "relative wind angle": [ - 0.09531691710730955, + 0.09531691710731305, 0.23738889840101673, - 0.28186020888234176, + 0.28186020888234253, 0.12902516943971842, 0.1596270629273307, 0.2849858606185505, @@ -82368,7 +65750,7 @@ 0.07523987696762298 ], "resistance": [ - 98014.79252061875, + 98014.79252061874, 97061.2199351342, 96011.25191448284, 95412.33475144612, @@ -82378,7 +65760,7 @@ 98094.20491029897 ], "fuel": [ - 41.107946173943084, + 41.10794617394307, 40.613527620936594, 40.0730428248293, 39.766579719678866, @@ -82418,19 +65800,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1075.2786894052813, + 1075.27868940528, 210.28766459441363, - -642.8507573892416, + -642.8507573892423, -1049.451976798753, - -933.9860489878993, + -933.986048987899, -273.4105340678477, 648.6217635746145, 1340.2251924093214 ], "relative wind speed": [ - 2.7369130273797864, + 2.736913027379786, 2.3843342089211537, - 1.8800141502064842, + 1.880014150206484, 1.5161444151225014, 1.6436735429421454, 2.1230416895052966, @@ -82438,14 +65820,14 @@ 2.8095661137802073 ], "relative wind angle": [ - 0.13258994619222522, + 0.13258994619222525, 0.27529216605248913, - 0.29954677497809046, + 0.29954677497809085, 0.09010770933751439, - 0.22194958564805709, + 0.22194958564805659, 0.3102358662210646, 0.21669401337609256, - 0.0485787383134135 + 0.04857873831341351 ], "resistance": [ 97709.77868940531, @@ -82498,9 +65880,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 830.3359852492667, + 830.3359852492649, 197.2460620209638, - -449.00209680512944, + -449.00209680512967, -777.8728895322805, -712.7988774152262, -241.06268896880852, @@ -82508,27 +65890,27 @@ 979.5335021007459 ], "relative wind speed": [ - 2.3749200688597876, + 2.374920068859787, 2.082863419238991, 1.650454725643366, 1.3202022474570878, - 1.4035010450172793, + 1.4035010450172791, 1.8087953155715633, 2.2104433300673088, 2.4222152139409134 ], "relative wind angle": [ - 0.12232436440723936, + 0.12232436440724026, 0.26861120177724335, - 0.3026743520323818, + 0.3026743520323826, 0.10849656420412666, - 0.20797004454833867, + 0.2079700445483376, 0.3105736742135524, - 0.22444022439876055, + 0.22444022439876057, 0.05905324790644893 ], "resistance": [ - 97464.83598524927, + 97464.83598524926, 96831.74606202096, 96185.49790319488, 95856.62711046771, @@ -82538,7 +65920,7 @@ 97614.03350210075 ], "fuel": [ - 39.912072893538024, + 39.91207289353801, 39.584739706930016, 39.25214140333833, 39.08348129392333, @@ -82578,34 +65960,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 849.611226267084, - 217.71222949707453, + 849.6112262670804, + 217.71222949707476, -435.14244514632605, - -775.7831592693752, + -775.783159269375, -718.5980527965418, -253.27622001092413, 433.84530091088027, 980.6296763851401 ], "relative wind speed": [ - 2.3679414858539287, + 2.3679414858539283, 2.0774871186114052, - 1.6397369938945154, - 1.295647169857191, + 1.6397369938945152, + 1.2956471698571908, 1.3702228110547299, 1.7800855890564695, 2.189958909024691, 2.4095551132115425 ], "relative wind angle": [ - 0.12084670904992964, - 0.27249396998275904, - 0.3132300059338022, - 0.12024406805994793, + 0.12084670904993242, + 0.272493969982759, + 0.3132300059338018, + 0.12024406805994607, 0.20986973685727206, - 0.3195073400884394, + 0.31950734008843945, 0.23281284017121362, - 0.06454581518960933 + 0.06454581518960935 ], "resistance": [ 97484.11122626706, @@ -82658,9 +66040,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 749.0806255424202, + 749.0806255424181, 243.2604426163639, - -303.363861626652, + -303.3638616266521, -614.1697012245115, -593.5904762038745, -239.27684238740392, @@ -82672,20 +66054,20 @@ 1.842721458052941, 1.4297231782874205, 1.066971738569429, - 1.0995991159990102, + 1.0995991159990104, 1.4882096547546106, 1.8884602145508154, 2.114701316396177 ], "relative wind angle": [ - 0.11517268460818783, + 0.11517268460819073, 0.29059530279723633, - 0.36144607887119395, + 0.3614460788711946, 0.17620038071785285, - 0.22104780007753444, - 0.36267469522395324, - 0.2710316410209784, - 0.0885582404171215 + 0.22104780007753544, + 0.3626746952239532, + 0.27103164102097843, + 0.08855824041712149 ], "resistance": [ 97383.58062554242, @@ -82738,19 +66120,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 706.4434798473287, + 706.4434798473278, 192.07791426095764, - -329.1222433967571, + -329.1222433967572, -599.8363820085449, -549.9152416348479, -175.52094500422822, - 376.8574239841805, + 376.8574239841803, 820.7474228846822 ], "relative wind speed": [ - 2.021001064920085, + 2.0210010649200845, 1.741655254330456, - 1.3104846512159405, + 1.3104846512159403, 0.9525529625646885, 1.0381805996187208, 1.4590754733377973, @@ -82758,13 +66140,13 @@ 2.0627426197521683 ], "relative wind angle": [ - 0.14305878496194616, + 0.14305878496194693, 0.3263440806835825, 0.3926823074684852, 0.159040607008659, - 0.28123269932266165, + 0.2812326993226612, 0.3926840157397211, - 0.27358829365764314, + 0.27358829365764353, 0.07319941993733327 ], "resistance": [ @@ -82818,9 +66200,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1122.5466080517267, + 1122.5466080517326, 757.5081880135749, - 22.059880790338184, + 22.059880790337957, -638.4036868431836, -880.8108779857663, -722.7339779447443, @@ -82828,7 +66210,7 @@ 634.8857146269866 ], "relative wind speed": [ - 2.653210612663353, + 2.653210612663352, 2.5451561271566363, 2.209471370840912, 1.785022851040313, @@ -82838,17 +66220,17 @@ 2.49756762037253 ], "relative wind angle": [ - 0.015240534625826259, + 0.015240534625818975, 0.143339319114408, - 0.2537259375988647, + 0.25372593759886514, 0.23795406532584984, - 0.02618754557091578, + 0.026187545570915776, 0.21342877863244286, - 0.2632504925432677, + 0.26325049254326777, 0.16927368284901714 ], "resistance": [ - 97757.0466080517, + 97757.04660805172, 97392.00818801355, 96656.55988079033, 95996.0963131568, @@ -82858,7 +66240,7 @@ 97269.38571462697 ], "fuel": [ - 40.398422294901906, + 40.39842229490192, 40.209103647693084, 39.829186384192795, 39.4897199817257, @@ -82885,68 +66267,7 @@ "id": "2005", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.617484616327921, - 6.617484616327921, - 6.617484616327921, - 6.617484616327921, - 6.617484616327921, - 6.617484616327921, - 6.617484616327921, - 6.617484616327921 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1069.370734316483, - 572.3611391508359, - -137.367852685441, - -677.5935777094397, - -802.5502890616939, - -535.0661443149794, - 99.4580821794334, - 782.2905489430902 - ], - "relative wind speed": [ - 2.4334281441337784, - 2.2533149550284652, - 1.857047798592619, - 1.4104244866477584, - 1.2467139662659963, - 1.5486897558226829, - 2.006798873850432, - 2.3423430606573117 - ], - "relative wind angle": [ - 0.03234418808688446, - 0.21268463010805932, - 0.325563785761013, - 0.2612902682334355, - 0.0631627515700963, - 0.31216999500673925, - 0.3004768500266421, - 0.15618403384693852 - ], - "resistance": [ - 97703.8707343165, - 97206.86113915085, - 96497.13214731458, - 95956.90642229057, - 95831.94971093832, - 96099.43385568504, - 96733.95808217945, - 97416.7905489431 - ], - "fuel": [ - 40.00023833259403, - 39.74269629574429, - 39.37652009421958, - 39.099053412791704, - 39.0350287296348, - 39.17215182327652, - 39.498499237733995, - 39.85136606778061 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 11.25, -43.75 11.40625, -43.59375 11.40625, -43.59375 11.25, -43.75 11.25))", @@ -82978,9 +66299,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1145.2747655203134, + 1145.2747655203061, 875.7097880623946, - 121.40775008123637, + 121.40775008123546, -608.3936369606461, -933.1432511049773, -816.1748575957138, @@ -82990,7 +66311,7 @@ "relative wind speed": [ 2.739554545335807, 2.6627415189129984, - 2.344738909682712, + 2.344738909682711, 1.9133178317756434, 1.6294922009955657, 1.7522019128606006, @@ -82998,9 +66319,9 @@ 2.5494349990899554 ], "relative wind angle": [ - 0.034932247635285865, - 0.12244068748786728, - 0.23923197666425322, + 0.03493224763529223, + 0.1224406874878673, + 0.2392319766642523, 0.2430812313524486, 0.05875106409586065, 0.18668546666382055, @@ -83045,68 +66366,7 @@ "id": "2007", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.775832972715098, - 7.775832972715098, - 7.775832972715098, - 7.775832972715098, - 7.775832972715098, - 7.775832972715098, - 7.775832972715098, - 7.775832972715098 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1280.018035117731, - 840.8611115818021, - 9.395249608561926, - -723.5450520707582, - -980.6000768219671, - -790.3461070418607, - -101.59000316518564, - 743.3983260924815 - ], - "relative wind speed": [ - 2.7675822080433727, - 2.6431391999906655, - 2.273785688521652, - 1.8097231630483555, - 1.5528173904185267, - 1.7562939092694982, - 2.2137415768193334, - 2.6068477514789175 - ], - "relative wind angle": [ - 0.011268897405990946, - 0.15478259247520976, - 0.2704385710948178, - 0.25219778503021384, - 0.020085450561411748, - 0.23414507209777718, - 0.277965915218023, - 0.17410873711582375 - ], - "resistance": [ - 97914.51803511773, - 97475.3611115818, - 96643.89524960855, - 95910.95494792925, - 95653.89992317803, - 95844.15389295814, - 96532.90999683482, - 97377.89832609249 - ], - "fuel": [ - 40.57655707241982, - 40.34860182681045, - 39.918974544126186, - 39.54238977648587, - 39.41078836265881, - 39.50816678654537, - 39.861821887173406, - 40.29810866750273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 11.40625, -43.4375 11.5625, -43.28125 11.5625, -43.28125 11.40625, -43.4375 11.40625))", @@ -83125,68 +66385,7 @@ "id": "2008", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.984449517864766, - 6.984449517864766, - 6.984449517864766, - 6.984449517864766, - 6.984449517864766, - 6.984449517864766, - 6.984449517864766, - 6.984449517864766 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 996.8186923183291, - 398.55111661427463, - -320.3299158950697, - -782.4120825959873, - -814.604692586538, - -423.385764513863, - 276.34404365064665, - 923.0428494528844 - ], - "relative wind speed": [ - 2.4967409007498698, - 2.2576002073572132, - 1.8375319203220721, - 1.4424632143350369, - 1.402984030087389, - 1.7621919923487877, - 2.1967147643594966, - 2.474142111813255 - ], - "relative wind angle": [ - 0.07485489268652104, - 0.2327259070809227, - 0.30375904018353866, - 0.17885036988221256, - 0.13348293335135988, - 0.29994582371701284, - 0.25288906544078826, - 0.10390438488631264 - ], - "resistance": [ - 97631.31869231835, - 97033.0511166143, - 96314.17008410496, - 95852.08791740405, - 95819.89530741349, - 96211.11423548617, - 96910.84404365068, - 97557.54284945292 - ], - "fuel": [ - 40.10092990866165, - 39.79119190788492, - 39.42077100115295, - 39.18368723673988, - 39.167199551357605, - 39.36782656931635, - 39.72808608105266, - 40.062662327635245 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 11.40625, -43.28125 11.5625, -43.125 11.5625, -43.125 11.40625, -43.28125 11.40625))", @@ -83205,68 +66404,7 @@ "id": "2009", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.858405140230384, - 5.858405140230384, - 5.858405140230384, - 5.858405140230384, - 5.858405140230384, - 5.858405140230384, - 5.858405140230384, - 5.858405140230384 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 882.6403000271928, - 320.00109327083624, - -305.3498087846996, - -677.458028236022, - -673.047574597399, - -291.7707248226634, - 336.32509780818964, - 892.7260406536718 - ], - "relative wind speed": [ - 2.208396617734559, - 1.9440781056397973, - 1.4974282014437472, - 1.079819872033115, - 1.0867701110756676, - 1.50951820615746, - 1.9534056611645731, - 2.211803322972286 - ], - "relative wind angle": [ - 0.10967917816448228, - 0.2988712155795684, - 0.3889071159223005, - 0.21517367436177862, - 0.2243057509754522, - 0.3889374866068194, - 0.2949240349022403, - 0.10443044837608312 - ], - "resistance": [ - 97517.14030002721, - 96954.50109327085, - 96329.15019121532, - 95957.04197176399, - 95961.45242540262, - 96342.72927517735, - 96970.8250978082, - 97527.22604065368 - ], - "fuel": [ - 39.64535548357742, - 39.35426492414591, - 39.032111650415175, - 38.841108422921636, - 38.843369292467045, - 39.03909154115937, - 39.362693821577466, - 39.65058425284029 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 11.25, -43.4375 11.40625, -43.28125 11.40625, -43.28125 11.25, -43.4375 11.25))", @@ -83285,68 +66423,7 @@ "id": "2010", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.455639623181041, - 7.455639623181041, - 7.455639623181041, - 7.455639623181041, - 7.455639623181041, - 7.455639623181041, - 7.455639623181041, - 7.455639623181041 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1156.2778482470871, - 526.0907050937499, - -286.3658230978342, - -848.976597504246, - -928.7388629307324, - -542.8737373144977, - 222.26835324761396, - 973.2526134502336 - ], - "relative wind speed": [ - 2.6653716445985456, - 2.4395445828157247, - 2.010441627694164, - 1.5793225810787048, - 1.4883221771875585, - 1.8351923973776476, - 2.2972664992492082, - 2.6124794911794362 - ], - "relative wind angle": [ - 0.055987293080285064, - 0.2159717782328577, - 0.29794745839583653, - 0.19876936757547298, - 0.10038133765866152, - 0.2888680622568649, - 0.2598198856753618, - 0.11965772015493362 - ], - "resistance": [ - 97790.77784824707, - 97160.59070509374, - 96348.13417690215, - 95785.52340249575, - 95705.76113706925, - 96091.62626268549, - 96856.7683532476, - 97607.75261345023 - ], - "fuel": [ - 40.374355957972796, - 40.047755903665134, - 39.628873822643655, - 39.34024525920205, - 39.29942123549982, - 39.49713496742221, - 39.89082525201135, - 40.279349244295325 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 11.25, -43.28125 11.40625, -43.125 11.40625, -43.125 11.25, -43.28125 11.25))", @@ -83365,68 +66442,7 @@ "id": "2011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8792254380666815, - 5.8792254380666815, - 5.8792254380666815, - 5.8792254380666815, - 5.8792254380666815, - 5.8792254380666815, - 5.8792254380666815, - 5.8792254380666815 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 901.0972683935533, - 292.1400154880989, - -353.53412347975996, - -714.9758907670243, - -683.5878954315459, - -257.5117010639452, - 407.9005882587528, - 972.9288928114124 - ], - "relative wind speed": [ - 2.2304334012291256, - 1.9391711409825163, - 1.4661963047469628, - 1.0422919816254566, - 1.0923410293087974, - 1.5516627750933814, - 2.0045723927003185, - 2.254255865395321 - ], - "relative wind angle": [ - 0.12860028948062202, - 0.3208729979140825, - 0.40588098622349, - 0.20000564439388596, - 0.2649527442579001, - 0.40515488076048173, - 0.2929603334738394, - 0.09199024968783598 - ], - "resistance": [ - 97535.59726839357, - 96926.64001548811, - 96280.96587652025, - 95919.524109233, - 95950.91210456847, - 96376.98829893606, - 97042.40058825877, - 97607.42889281143 - ], - "fuel": [ - 39.66149506055523, - 39.34645176005448, - 39.013920201465865, - 38.828449698341245, - 38.8445368836039, - 39.06327494715742, - 39.406234130418085, - 39.69874804847662 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 11.71875, -43.125 11.875, -42.96875 11.875, -42.96875 11.71875, -43.125 11.71875))", @@ -83458,9 +66474,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 751.3762409235596, + 751.3762409235574, 108.28372613901502, - -492.1432848154393, + -492.14328481543953, -750.6939953594094, -636.6067068926565, -131.84147464844, @@ -83468,9 +66484,9 @@ 1013.3201194626149 ], "relative wind speed": [ - 2.251229973237394, + 2.2512299732373937, 1.9229451176739154, - 1.4680589295707485, + 1.468058929570748, 1.1593366653239423, 1.3188872427971563, 1.7634574069224278, @@ -83478,14 +66494,14 @@ 2.3373999332701034 ], "relative wind angle": [ - 0.1594908364915201, + 0.1594908364915215, 0.31174382432353825, - 0.33062192258296214, + 0.3306219225829618, 0.07267392558528253, 0.27451984315423267, 0.3410307270279144, 0.22279152671659608, - 0.036021909814147136 + 0.03602190981414713 ], "resistance": [ 97385.87624092361, @@ -83525,68 +66541,7 @@ "id": "2013", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.535872299012967, - 5.535872299012967, - 5.535872299012967, - 5.535872299012967, - 5.535872299012967, - 5.535872299012967, - 5.535872299012967, - 5.535872299012967 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 508.8539215889949, - -89.05197651891797, - -541.6503912730188, - -650.7961737645398, - -426.20980969127515, - 103.32937669119895, - 681.9746244293086, - 932.8891003705722 - ], - "relative wind speed": [ - 1.9678785749224588, - 1.5795783572232378, - 1.1209765491508448, - 0.9394638955800243, - 1.2618088367896403, - 1.7232642976720687, - 2.0513700793599225, - 2.140587586421279 - ], - "relative wind angle": [ - 0.24632350580919832, - 0.39062690074529666, - 0.33707221500115664, - 0.08221812458671295, - 0.3901050488949791, - 0.35652479655632574, - 0.18172435912573484, - 0.03605116754390528 - ], - "resistance": [ - 97143.353921589, - 96545.44802348109, - 96092.84960872699, - 95983.70382623548, - 96208.29019030873, - 96737.82937669121, - 97316.47462442932, - 97567.3891003706 - ], - "fuel": [ - 39.35370038447325, - 39.04523487248274, - 38.81261951330299, - 38.7566375311212, - 38.871878398618705, - 39.144341148415876, - 39.44326339549332, - 39.57327052591081 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 11.5625, -43.125 11.71875, -42.96875 11.71875, -42.96875 11.5625, -43.125 11.5625))", @@ -83618,19 +66573,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 769.4838445662516, + 769.4838445662507, 233.78136418572456, - -318.3779185434157, + -318.37791854341594, -616.142305518017, -575.5696424475065, -195.090019687883, - 382.8934401568687, + 382.89344015686845, 862.451959456481 ], "relative wind speed": [ - 2.0483349105794963, + 2.048334910579496, 1.7648732243389353, - 1.3129497605677043, + 1.312949760567704, 0.9152314840022538, 0.9875876837574191, 1.4339553134667573, @@ -83638,13 +66593,13 @@ 2.081671604672334 ], "relative wind angle": [ - 0.1420309925157118, + 0.1420309925157126, 0.33975314284309494, - 0.4253893962813497, - 0.19584582300749173, + 0.42538939628135, + 0.1958458230074917, 0.2979844438040063, - 0.42262993387743764, - 0.29613649116625085, + 0.4226299338774376, + 0.2961364911662509, 0.08566126429146158 ], "resistance": [ @@ -83685,68 +66640,7 @@ "id": "2015", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.157706720873198, - 5.157706720873198, - 5.157706720873198, - 5.157706720873198, - 5.157706720873198, - 5.157706720873198, - 5.157706720873198, - 5.157706720873198 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 600.0541998307165, - 17.356970866986103, - -461.4404601079522, - -615.6035214133499, - -455.1534036486618, - 27.88691113356367, - 609.6442207825694, - 967.512364664143 - ], - "relative wind speed": [ - 1.936498107214552, - 1.565016980935739, - 1.0752648814515706, - 0.7926190700770422, - 1.0838335325698294, - 1.573353709421731, - 1.941269038615018, - 2.0727940214402736 - ], - "relative wind angle": [ - 0.2376246328015762, - 0.4213576570978101, - 0.4311649135145395, - 0.005760010824418008, - 0.434087193621734, - 0.4189840300584742, - 0.23360923027368385, - 0.002202569489282609 - ], - "resistance": [ - 97234.55419983076, - 96651.85697086703, - 96173.05953989209, - 96018.8964785867, - 96179.34659635139, - 96662.38691113361, - 97244.14422078262, - 97602.01236466419 - ], - "fuel": [ - 39.29452963272251, - 38.99369618967887, - 38.74744946426262, - 38.66834456158298, - 38.75067738618786, - 38.99912135100723, - 39.29949131220535, - 39.48488958688949 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 11.71875, -42.8125 11.875, -42.65625 11.875, -42.65625 11.71875, -42.8125 11.71875))", @@ -83765,68 +66659,7 @@ "id": "2016", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8535531996564805, - 5.8535531996564805, - 5.8535531996564805, - 5.8535531996564805, - 5.8535531996564805, - 5.8535531996564805, - 5.8535531996564805, - 5.8535531996564805 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 486.6906132492272, - -164.70597905754914, - -627.198090773232, - -710.2875367048409, - -421.0831789902651, - 178.49709571505218, - 794.6032510469806, - 985.0685524143032 - ], - "relative wind speed": [ - 2.035689376931649, - 1.6164385910620582, - 1.1529026082683664, - 1.0222187313107387, - 1.3880293844122227, - 1.8595115199077006, - 2.177492224370075, - 2.241813033395426 - ], - "relative wind angle": [ - 0.2606670481596773, - 0.3883327157357465, - 0.30020516777397904, - 0.1274279982223278, - 0.3876141962396223, - 0.33540297206272135, - 0.1572178007017645, - 0.057979796018048736 - ], - "resistance": [ - 97121.19061324923, - 96469.79402094246, - 96007.30190922676, - 95924.21246329516, - 96213.41682100974, - 96812.99709571505, - 97429.10325104698, - 97619.5685524143 - ], - "fuel": [ - 39.43885456201853, - 39.10291122530029, - 38.86534965845583, - 38.82275465793804, - 38.97112337826701, - 39.27971380167051, - 39.5982032396401, - 39.696948045618456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 11.71875, -42.65625 11.875, -42.5 11.875, -42.5 11.71875, -42.65625 11.71875))", @@ -83845,68 +66678,7 @@ "id": "2017", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.51620975542496, - 5.51620975542496, - 5.51620975542496, - 5.51620975542496, - 5.51620975542496, - 5.51620975542496, - 5.51620975542496, - 5.51620975542496 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 555.649219164535, - -45.18763981897746, - -520.0755285112291, - -652.7835093467164, - -456.16917940170424, - 61.36861781403354, - 651.6943681089817, - 957.5904431005695 - ], - "relative wind speed": [ - 1.988832724801958, - 1.609966919610375, - 1.1426296856927913, - 0.921864029838897, - 1.2213390335445076, - 1.689713336593782, - 2.0350729823463833, - 2.1441295092861816 - ], - "relative wind angle": [ - 0.23479824150274792, - 0.3895481903300408, - 0.35949604674053753, - 0.046588064862996346, - 0.38854557728811673, - 0.3702485341939184, - 0.198833653141069, - 0.020024534906983922 - ], - "resistance": [ - 97190.14921916457, - 96589.31236018105, - 96114.4244714888, - 95981.71649065331, - 96178.33082059832, - 96695.86861781406, - 97286.194368109, - 97592.0904431006 - ], - "fuel": [ - 39.37213743915393, - 39.06205846993421, - 38.817929499077074, - 38.7498573893815, - 38.850733421899236, - 39.116951869408894, - 39.42182880186321, - 39.58032055123506 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 11.5625, -42.8125 11.71875, -42.65625 11.71875, -42.65625 11.5625, -42.8125 11.5625))", @@ -83925,68 +66697,7 @@ "id": "2018", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.132319060938157, - 5.132319060938157, - 5.132319060938157, - 5.132319060938157, - 5.132319060938157, - 5.132319060938157, - 5.132319060938157, - 5.132319060938157 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 341.1260090435302, - -234.07001037328803, - -584.8449623236066, - -593.1979259001049, - -259.02042366698697, - 310.6904759874154, - 835.6079834650237, - 854.8053426950465 - ], - "relative wind speed": [ - 1.7880579476400873, - 1.3340700836099095, - 0.8703978546397784, - 0.8540851673287356, - 1.3083687788205172, - 1.7689649791695203, - 2.0374954380684254, - 2.0443870994653186 - ], - "relative wind angle": [ - 0.33931129923024866, - 0.47068714569170306, - 0.30390456130665516, - 0.2807492370530074, - 0.47222233201583313, - 0.3490523432824331, - 0.1281865960394701, - 0.11601416784616499 - ], - "resistance": [ - 96975.62600904355, - 96400.42998962675, - 96049.65503767642, - 96041.30207409992, - 96375.47957633305, - 96945.19047598745, - 97470.10798346506, - 97489.30534269508 - ], - "fuel": [ - 39.15389342540321, - 38.8574788523851, - 38.67731903500271, - 38.67303449116359, - 38.844649066891314, - 39.13817829758578, - 39.40969789566422, - 39.41964738401993 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 11.5625, -42.65625 11.71875, -42.5 11.71875, -42.5 11.5625, -42.65625 11.5625))", @@ -84005,68 +66716,7 @@ "id": "2019", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.90967378631383, - 4.90967378631383, - 4.90967378631383, - 4.90967378631383, - 4.90967378631383, - 4.90967378631383, - 4.90967378631383, - 4.90967378631383 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 468.15424209743946, - -83.5071378062595, - -485.48643853612987, - -574.6999663106444, - -351.286091666139, - 141.59683248850115, - 673.7543229361265, - 879.7754347828604 - ], - "relative wind speed": [ - 1.8083844207184443, - 1.4077435663893958, - 0.9258945186217891, - 0.7453620050659995, - 1.1195243405475948, - 1.5943170994080735, - 1.9147606384511444, - 1.9919900711548997 - ], - "relative wind angle": [ - 0.28873949875069493, - 0.4604581002856346, - 0.4107705186480988, - 0.13818945142187222, - 0.4779405269317317, - 0.4031936318933138, - 0.19431216794410236, - 0.05156610655004974 - ], - "resistance": [ - 97102.65424209744, - 96550.99286219374, - 96149.01356146387, - 96059.80003368936, - 96283.21390833386, - 96776.0968324885, - 97308.25432293613, - 97514.27543478286 - ], - "fuel": [ - 39.16169212271642, - 38.877120693030314, - 38.67047514484945, - 38.62469466582911, - 38.73939667371167, - 38.99310254804173, - 39.26803944216561, - 39.37476231863611 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 11.40625, -43.125 11.5625, -42.96875 11.5625, -42.96875 11.40625, -43.125 11.40625))", @@ -84085,68 +66735,7 @@ "id": "2020", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.097817527744169, - 5.097817527744169, - 5.097817527744169, - 5.097817527744169, - 5.097817527744169, - 5.097817527744169, - 5.097817527744169, - 5.097817527744169 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 846.5663244026282, - 356.27808421436, - -208.68420457837567, - -564.584452258589, - -586.7051482126916, - -274.9119322963825, - 275.5872547324009, - 795.7491072724761 - ], - "relative wind speed": [ - 2.0283959600765624, - 1.7864724428020986, - 1.3460035128504477, - 0.8850756421085452, - 0.8418950541141917, - 1.2773776513253856, - 1.7353535652399805, - 2.0099299890152897 - ], - "relative wind angle": [ - 0.10461159346757183, - 0.3276466059162815, - 0.4630616739106693, - 0.31638314536281836, - 0.2543160505403057, - 0.4668486003542931, - 0.35380392588239623, - 0.1374393992252389 - ], - "resistance": [ - 97481.06632440261, - 96990.77808421434, - 96425.81579542161, - 96069.9155477414, - 96047.7948517873, - 96359.5880677036, - 96910.08725473238, - 97430.24910727247 - ], - "fuel": [ - 39.406202123775316, - 39.152543330360366, - 38.861359874134955, - 38.678537453333234, - 38.66718982948494, - 38.82730365554177, - 39.110882304221406, - 39.379869438942315 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 11.40625, -42.96875 11.5625, -42.8125 11.5625, -42.8125 11.40625, -42.96875 11.40625))", @@ -84165,68 +66754,7 @@ "id": "2021", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.241799646592122, - 5.241799646592122, - 5.241799646592122, - 5.241799646592122, - 5.241799646592122, - 5.241799646592122, - 5.241799646592122, - 5.241799646592122 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 722.7764694308465, - 125.1022987780699, - -415.1856205760579, - -645.8340668237743, - -531.5140766191347, - -69.82109909450628, - 545.0869681446035, - 986.7902109198029 - ], - "relative wind speed": [ - 2.0194495006936886, - 1.6730544353122856, - 1.1739389572179952, - 0.8047551155333447, - 1.0176067998889808, - 1.5213772515435378, - 1.9327615501551676, - 2.113307618179425 - ], - "relative wind angle": [ - 0.20179947463978742, - 0.40265879909876845, - 0.46118410106506724, - 0.10355913226542829, - 0.4090743836364686, - 0.4455273852384788, - 0.27369802500414137, - 0.03937541253419113 - ], - "resistance": [ - 97357.27646943083, - 96759.60229877806, - 96219.31437942393, - 95988.6659331762, - 96102.98592338085, - 96564.67890090548, - 97179.58696814459, - 97621.29021091979 - ], - "fuel": [ - 39.38088149850161, - 39.0720595211497, - 38.794033278783644, - 38.6756749455062, - 38.73431404282078, - 38.97162882698569, - 39.28892937820012, - 39.517722312272795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 11.25, -43.125 11.40625, -42.96875 11.40625, -42.96875 11.25, -43.125 11.25))", @@ -84245,68 +66773,7 @@ "id": "2022", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.4002221327788975, - 5.4002221327788975, - 5.4002221327788975, - 5.4002221327788975, - 5.4002221327788975, - 5.4002221327788975, - 5.4002221327788975, - 5.4002221327788975 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 876.653635986655, - 307.81342960338407, - -299.7308680661512, - -647.4776714841448, - -627.4462990425159, - -239.56828295946127, - 380.9849794491488, - 922.6258426581087 - ], - "relative wind speed": [ - 2.1179906821131365, - 1.8343948986816627, - 1.359210129642054, - 0.9067462600816997, - 0.9432920268070948, - 1.4179843909742438, - 1.8783589116125639, - 2.1338921240736974 - ], - "relative wind angle": [ - 0.13264523982131496, - 0.3458528959759362, - 0.45663932110004196, - 0.2515696354181216, - 0.30150552273739756, - 0.4539856565737925, - 0.3247448523401223, - 0.10597272910569151 - ], - "resistance": [ - 97511.15363598669, - 96942.31342960341, - 96334.76913193388, - 95987.02232851589, - 96007.05370095752, - 96394.93171704057, - 97015.48497944917, - 97557.12584265813 - ], - "fuel": [ - 39.50488474432551, - 39.21060523134775, - 38.89763256179168, - 38.719111021853806, - 38.72938224272124, - 38.928563673072446, - 39.24839177143355, - 39.5287202462423 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 11.25, -42.96875 11.40625, -42.8125 11.40625, -42.8125 11.25, -42.96875 11.25))", @@ -84325,68 +66792,7 @@ "id": "2023", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.444848833557009, - 5.444848833557009, - 5.444848833557009, - 5.444848833557009, - 5.444848833557009, - 5.444848833557009, - 5.444848833557009, - 5.444848833557009 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 767.1494451639729, - 130.2567661606896, - -445.6001872430121, - -690.7322441746301, - -568.4862895914632, - -75.52411353619686, - 579.7903385189494, - 1049.3094441645726 - ], - "relative wind speed": [ - 2.08955428554916, - 1.7327911149873811, - 1.2203188708497774, - 0.8441551570835948, - 1.0619484710905762, - 1.578419025268404, - 2.001198021425265, - 2.1866352549699832 - ], - "relative wind angle": [ - 0.20033452630297735, - 0.3985984259655188, - 0.4541061303761042, - 0.10025761890750992, - 0.4023251889776872, - 0.4401625361214784, - 0.2707890588287392, - 0.03864947907130825 - ], - "resistance": [ - 97401.64944516399, - 96764.7567661607, - 96188.89981275701, - 95943.76775582538, - 96066.01371040854, - 96558.97588646381, - 97214.29033851897, - 97683.80944416458 - ], - "fuel": [ - 39.46091264330376, - 39.131767529972706, - 38.835464916036294, - 38.70970859810704, - 38.77239460510707, - 39.02574292809318, - 39.363929056854936, - 39.60721494829889 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 11.40625, -42.8125 11.5625, -42.65625 11.5625, -42.65625 11.40625, -42.8125 11.40625))", @@ -84405,68 +66811,7 @@ "id": "2024", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.8620932597759206, - 4.8620932597759206, - 4.8620932597759206, - 4.8620932597759206, - 4.8620932597759206, - 4.8620932597759206, - 4.8620932597759206, - 4.8620932597759206 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 490.2929946578877, - -86.57317705340097, - -500.15701587216853, - -588.453338547047, - -348.7274542057779, - 168.47050475632045, - 724.7805401110336, - 929.537168399047 - ], - "relative wind speed": [ - 1.819611068203708, - 1.3985508702086051, - 0.88737682180992, - 0.6999708588369056, - 1.1125502680236266, - 1.610219861338083, - 1.9394109710227505, - 2.014644716863995 - ], - "relative wind angle": [ - 0.30734220070703266, - 0.4919588264316903, - 0.44722978440121786, - 0.16922324336069633, - 0.5175949514252656, - 0.4227400593738213, - 0.19919084630977407, - 0.05854838129395415 - ], - "resistance": [ - 97124.79299465787, - 96547.92682294658, - 96134.34298412781, - 96046.04666145294, - 96285.77254579421, - 96802.9705047563, - 97359.28054011102, - 97564.03716839904 - ], - "fuel": [ - 39.161201162940465, - 38.86360751249146, - 38.651010066015246, - 38.60570492593318, - 38.72877662328223, - 38.99502670648762, - 39.282522538324855, - 39.38862878375428 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 11.40625, -42.65625 11.5625, -42.5 11.5625, -42.5 11.40625, -42.65625 11.40625))", @@ -84485,68 +66830,7 @@ "id": "2025", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.661616461036916, - 4.661616461036916, - 4.661616461036916, - 4.661616461036916, - 4.661616461036916, - 4.661616461036916, - 4.661616461036916, - 4.661616461036916 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 469.45854081994867, - -96.56372769768473, - -487.5940834014693, - -562.051896044606, - -320.5938386766975, - 198.99085126332045, - 741.7070568906797, - 915.3680239465507 - ], - "relative wind speed": [ - 1.767042411828606, - 1.3348082221290603, - 0.810455157333554, - 0.63776905803775, - 1.0853325242463605, - 1.5870326346753836, - 1.9088080079828555, - 1.9732298908129469 - ], - "relative wind angle": [ - 0.3324142562648519, - 0.528619066092927, - 0.4816197038417553, - 0.22498624565358763, - 0.5601287084858265, - 0.43806420844128063, - 0.19796571934384757, - 0.0721686648147975 - ], - "resistance": [ - 97103.95854081996, - 96537.93627230234, - 96146.90591659854, - 96072.44810395541, - 96313.90616132332, - 96833.49085126334, - 97376.2070568907, - 97549.86802394656 - ], - "fuel": [ - 39.10178348493781, - 38.80981644769302, - 38.60881045732034, - 38.57060050551576, - 38.69458597393241, - 38.96212143119602, - 39.24264000758113, - 39.332633165630796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 11.25, -42.8125 11.40625, -42.65625 11.40625, -42.65625 11.25, -42.8125 11.25))", @@ -84565,68 +66849,7 @@ "id": "2026", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.690691367555042, - 4.690691367555042, - 4.690691367555042, - 4.690691367555042, - 4.690691367555042, - 4.690691367555042, - 4.690691367555042, - 4.690691367555042 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 626.2874338037802, - 41.50820947274178, - -431.7152276971188, - -580.4564368998292, - -419.3389484036246, - 64.14404032090033, - 647.3232176911031, - 1007.5428472070814 - ], - "relative wind speed": [ - 1.8652484443609383, - 1.4726654029147939, - 0.9354074784950139, - 0.5964460601949937, - 0.956655086254855, - 1.4918435991436871, - 1.8759940198262315, - 2.0096250422718294 - ], - "relative wind angle": [ - 0.2754846752933969, - 0.5004574786879977, - 0.5537914412459748, - 0.018290217713108105, - 0.5590262872360685, - 0.49344032887456213, - 0.2653343496258954, - 0.0054281636641754305 - ], - "resistance": [ - 97260.78743380378, - 96676.00820947274, - 96202.78477230288, - 96054.04356310017, - 96215.16105159637, - 96698.6440403209, - 97281.8232176911, - 97642.04284720708 - ], - "fuel": [ - 39.18978149196065, - 38.887818343562536, - 38.64439090202528, - 38.568050134027246, - 38.65074668260307, - 38.89948316025934, - 39.20066747500802, - 39.38733604826477 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 11.25, -42.65625 11.40625, -42.5 11.40625, -42.5 11.25, -42.65625 11.25))", @@ -84645,68 +66868,7 @@ "id": "2027", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.661937022908957, - 4.661937022908957, - 4.661937022908957, - 4.661937022908957, - 4.661937022908957, - 4.661937022908957, - 4.661937022908957, - 4.661937022908957 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 513.245425176489, - -75.52213549540852, - -485.95841209639514, - -575.7460583291404, - -344.3549814831656, - 186.75300354492913, - 752.8167556740924, - 963.2264302644923 - ], - "relative wind speed": [ - 1.798446214001255, - 1.3632295280812075, - 0.8197319915373905, - 0.608361100133856, - 1.0628484064187655, - 1.582927911640276, - 1.921482495817357, - 1.99848750096824 - ], - "relative wind angle": [ - 0.3301592781857502, - 0.5388956324185455, - 0.518624817389939, - 0.20687080798649005, - 0.5806509349449778, - 0.457784471623949, - 0.21307552451530212, - 0.06256630639834787 - ], - "resistance": [ - 97147.74542517649, - 96558.97786450459, - 96148.5415879036, - 96058.75394167086, - 96290.14501851684, - 96821.25300354493, - 97387.3167556741, - 97597.72643026449 - ], - "fuel": [ - 39.12449509997814, - 38.82072451449479, - 38.60972575054881, - 38.56365091265154, - 38.682450996992586, - 38.95588425573261, - 39.24846949903681, - 39.357529354432444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 11.09375, -43.4375 11.25, -43.28125 11.25, -43.28125 11.09375, -43.4375 11.09375))", @@ -84725,68 +66887,7 @@ "id": "2028", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.982773283193557, - 7.982773283193557, - 7.982773283193557, - 7.982773283193557, - 7.982773283193557, - 7.982773283193557, - 7.982773283193557, - 7.982773283193557 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1181.9680907221973, - 305.02091610217985, - -607.2576024693169, - -1086.6386983046289, - -1011.3142453086693, - -366.3757554539841, - 590.788930259986, - 1354.6349867440495 - ], - "relative wind speed": [ - 2.823825880098563, - 2.48703124961419, - 1.9795157085536024, - 1.581566283865242, - 1.6625488537223867, - 2.133714333168928, - 2.6114323371892243, - 2.8699667910741984 - ], - "relative wind angle": [ - 0.11608831685301386, - 0.2630186493154165, - 0.3012661282011072, - 0.11664408699635986, - 0.19802417162645516, - 0.3078902892303813, - 0.22686778564654334, - 0.06417799641337663 - ], - "resistance": [ - 97816.46809072222, - 96939.5209161022, - 96027.24239753072, - 95547.8613016954, - 95623.18575469137, - 96268.12424454605, - 97225.28893026001, - 97989.13498674407 - ], - "fuel": [ - 40.618316050378205, - 40.16414920731303, - 39.6947213072754, - 39.449289109416185, - 39.4877968873227, - 39.818370121824906, - 40.31183280918674, - 40.708076618219934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 11.09375, -43.28125 11.25, -43.125 11.25, -43.125 11.09375, -43.28125 11.09375))", @@ -84805,68 +66906,7 @@ "id": "2029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.050036195185059, - 6.050036195185059, - 6.050036195185059, - 6.050036195185059, - 6.050036195185059, - 6.050036195185059, - 6.050036195185059, - 6.050036195185059 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 693.7874799013696, - -22.235403241797712, - -604.1722137025771, - -779.4830535709439, - -567.6593529610294, - 38.6360127018238, - 748.6296745756415, - 1153.3945574482536 - ], - "relative wind speed": [ - 2.191648916692255, - 1.7874838473918837, - 1.277062581128883, - 1.01340454794123, - 1.318011681869645, - 1.8290383437468696, - 2.215759673670324, - 2.3480824069429964 - ], - "relative wind angle": [ - 0.22442275213047141, - 0.38264884348013556, - 0.3652303736678993, - 0.02206204311333033, - 0.37906878345244044, - 0.3735212453284761, - 0.20733558192084664, - 0.009521087872003188 - ], - "resistance": [ - 97328.28747990137, - 96612.2645967582, - 96030.32778629742, - 95855.01694642905, - 96066.84064703897, - 96673.13601270183, - 97383.12967457564, - 97787.89455744825 - ], - "fuel": [ - 39.609072467085376, - 39.239333869173336, - 38.940239704598675, - 38.850383357924756, - 38.95896892275848, - 39.27069234287233, - 39.63747043548824, - 39.84740882903808 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 10.9375, -43.4375 11.09375, -43.28125 11.09375, -43.28125 10.9375, -43.4375 10.9375))", @@ -84885,68 +66925,7 @@ "id": "2030", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.205324398169884, - 8.205324398169884, - 8.205324398169884, - 8.205324398169884, - 8.205324398169884, - 8.205324398169884, - 8.205324398169884, - 8.205324398169884 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1047.8421998562994, - 71.34588650525484, - -812.0892092657864, - -1152.5156560612045, - -950.0846597428208, - -157.89772435122222, - 845.7504830760026, - 1514.0204153163886 - ], - "relative wind speed": [ - 2.837702017986168, - 2.43738358406972, - 1.91459661340469, - 1.599948164727501, - 1.808615540827249, - 2.3200871064492508, - 2.767302427517438, - 2.9603730824998586 - ], - "relative wind angle": [ - 0.1549315012677427, - 0.2829455630327409, - 0.2774705973694923, - 0.038265516252345345, - 0.24454495549584926, - 0.29767687582819136, - 0.190671261530423, - 0.020677212880907393 - ], - "resistance": [ - 97682.34219985627, - 96705.84588650522, - 95822.41079073418, - 95481.98434393876, - 95684.41534025715, - 96476.60227564875, - 97480.25048307597, - 98148.52041531636 - ], - "fuel": [ - 40.65152660469624, - 40.14647194663017, - 39.692606655930746, - 39.5184875312258, - 39.621973659501776, - 40.02841888787425, - 40.54671136758668, - 40.89389039979122 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 10.9375, -43.28125 11.09375, -43.125 11.09375, -43.125 10.9375, -43.28125 10.9375))", @@ -84965,68 +66944,7 @@ "id": "2031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4429466190720115, - 6.4429466190720115, - 6.4429466190720115, - 6.4429466190720115, - 6.4429466190720115, - 6.4429466190720115, - 6.4429466190720115, - 6.4429466190720115 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 702.8311910356265, - -87.11366035660035, - -702.8262344137438, - -865.5132288069618, - -593.084208019151, - 95.66911115360108, - 867.0141536457022, - 1241.409251695858 - ], - "relative wind speed": [ - 2.292073677074486, - 1.8579659288846262, - 1.3350635646381306, - 1.1057702111363084, - 1.449441900641683, - 1.975461002292229, - 2.360527238319706, - 2.4762382366478985 - ], - "relative wind angle": [ - 0.23306229952025148, - 0.3780142597632446, - 0.3361644599634457, - 0.056929084564336534, - 0.3738749193980482, - 0.35450270115436683, - 0.18766626551267584, - 0.02541082638731581 - ], - "resistance": [ - 97337.33119103566, - 96547.38633964343, - 95931.67376558628, - 95768.98677119307, - 96041.41579198088, - 96730.16911115363, - 97501.51415364574, - 97875.90925169589 - ], - "fuel": [ - 39.74752785585599, - 39.339699626684464, - 39.023433293168914, - 38.94010325511603, - 39.079699969904595, - 39.43385919639952, - 39.83258275465178, - 40.026913099220664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 10.78125, -43.4375 10.9375, -43.28125 10.9375, -43.28125 10.78125, -43.4375 10.78125))", @@ -85045,68 +66963,7 @@ "id": "2032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.4879655739780135, - 7.4879655739780135, - 7.4879655739780135, - 7.4879655739780135, - 7.4879655739780135, - 7.4879655739780135, - 7.4879655739780135, - 7.4879655739780135 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 820.5270787965997, - -173.46961142570171, - -927.5728999968688, - -1104.7944866868702, - -729.4646556774389, - 156.00865494427944, - 1114.6170175038305, - 1521.6294002890604 - ], - "relative wind speed": [ - 2.6001852441263718, - 2.115336877584045, - 1.557298829437409, - 1.3465154733371727, - 1.731175494001097, - 2.298539055386148, - 2.7079055099163516, - 2.818657122614603 - ], - "relative wind angle": [ - 0.22884320220573742, - 0.3558663851006611, - 0.2947557855439486, - 0.07224296484531063, - 0.34768789989004656, - 0.32639833324061773, - 0.16785533337064928, - 0.0344883904159078 - ], - "resistance": [ - 97455.02707879661, - 96461.03038857432, - 95706.92710000314, - 95529.70551331315, - 95905.03534432258, - 96790.5086549443, - 97749.11701750384, - 98156.12940028908 - ], - "fuel": [ - 40.21378157051619, - 39.70054866141324, - 39.31363317084576, - 39.22301135900458, - 39.41507366341323, - 39.87026168466697, - 40.36633458836901, - 40.57799468136923 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 10.78125, -43.28125 10.9375, -43.125 10.9375, -43.125 10.78125, -43.28125 10.78125))", @@ -85125,68 +66982,7 @@ "id": "2033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.998492676423187, - 5.998492676423187, - 5.998492676423187, - 5.998492676423187, - 5.998492676423187, - 5.998492676423187, - 5.998492676423187, - 5.998492676423187 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 708.2141308726054, - -91.36285712828249, - -692.4616929519598, - -841.5192270881981, - -542.2128405242933, - 160.30639986170445, - 937.472931853958, - 1281.601114412666 - ], - "relative wind speed": [ - 2.207799277241263, - 1.7399530377166093, - 1.16775444404446, - 0.9260899546638846, - 1.3438101017648831, - 1.9112212495504364, - 2.3057651217343893, - 2.412998266485708 - ], - "relative wind angle": [ - 0.27197176572519427, - 0.4424213553947645, - 0.40526177499679467, - 0.10148501517268185, - 0.45709700416762006, - 0.40037474934091233, - 0.20102377442991284, - 0.03889213977462443 - ], - "resistance": [ - 97342.71413087266, - 96543.13714287177, - 95942.0383070481, - 95792.98077291186, - 96092.28715947576, - 96794.80639986176, - 97571.97293185402, - 97916.10111441273 - ], - "fuel": [ - 39.59974738692735, - 39.18694464652983, - 38.87817795270827, - 38.80181954312186, - 38.955230313131196, - 39.3166189976895, - 39.71854713974064, - 39.89723824085654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 10.625, -43.4375 10.78125, -43.28125 10.78125, -43.28125 10.625, -43.4375 10.625))", @@ -85205,68 +67001,7 @@ "id": "2034", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.423617551501147, - 7.423617551501147, - 7.423617551501147, - 7.423617551501147, - 7.423617551501147, - 7.423617551501147, - 7.423617551501147, - 7.423617551501147 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1129.5948361029668, - 129.94731284561817, - -769.2335287107458, - -1129.829063268634, - -924.3173098720425, - -128.2213053440562, - 898.1424284748646, - 1602.2669247127765 - ], - "relative wind speed": [ - 2.7074716909649346, - 2.274202996122939, - 1.6815140474962522, - 1.2923837123286739, - 1.54213801439404, - 2.129928014098401, - 2.6231856817405212, - 2.8351961048441194 - ], - "relative wind angle": [ - 0.18252362849873727, - 0.3463571556483589, - 0.36510462115800557, - 0.05964085372397384, - 0.32432948724312893, - 0.370915127562374, - 0.23092105002049548, - 0.02717366243070612 - ], - "resistance": [ - 97764.094836103, - 96764.44731284564, - 95865.26647128929, - 95504.67093673139, - 95710.18269012799, - 96506.27869465598, - 97532.6424284749, - 98236.7669247128 - ], - "fuel": [ - 40.34707781325871, - 39.829788054205764, - 39.36766364513184, - 39.18318459334037, - 39.288264183247634, - 39.69679714808716, - 40.22697683464885, - 40.59296724177336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 10.625, -43.28125 10.78125, -43.125 10.78125, -43.125 10.625, -43.28125 10.625))", @@ -85285,68 +67020,7 @@ "id": "2035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.465133758262923, - 5.465133758262923, - 5.465133758262923, - 5.465133758262923, - 5.465133758262923, - 5.465133758262923, - 5.465133758262923, - 5.465133758262923 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 757.8753193450383, - 19.660329500171656, - -568.7809715989896, - -752.2135281667947, - -531.0957528090703, - 83.25778172956996, - 816.4986475099043, - 1244.9444383048376 - ], - "relative wind speed": [ - 2.1148848249261194, - 1.6761118930256727, - 1.0920417532324456, - 0.7546172966361825, - 1.142381491077115, - 1.7229109715583826, - 2.14131223857133, - 2.282175722742632 - ], - "relative wind angle": [ - 0.26735073012213095, - 0.4732437530848374, - 0.4980238557626505, - 0.03472108301647549, - 0.5110230846369702, - 0.4593836902428574, - 0.24609240063745352, - 0.011478713341173936 - ], - "resistance": [ - 97392.37531934505, - 96654.16032950018, - 96065.71902840103, - 95882.28647183321, - 96103.40424719095, - 96717.75778172958, - 97450.99864750991, - 97879.44443830485 - ], - "fuel": [ - 39.46195760281219, - 39.08061392020763, - 38.7780920716763, - 38.68405151826717, - 38.79742769423004, - 39.11338697389265, - 39.49232788156061, - 39.714675870746106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 11.09375, -43.125 11.25, -42.96875 11.25, -42.96875 11.09375, -43.125 11.09375))", @@ -85365,68 +67039,7 @@ "id": "2036", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.942039338988235, - 4.942039338988235, - 4.942039338988235, - 4.942039338988235, - 4.942039338988235, - 4.942039338988235, - 4.942039338988235, - 4.942039338988235 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 582.4375791351051, - -1.8646753774551144, - -463.4059868151466, - -601.9216637885768, - -418.9663959177745, - 72.940541168604, - 651.1437113842064, - 973.519482206462 - ], - "relative wind speed": [ - 1.8869012538078966, - 1.4958582079540637, - 0.9846230069170591, - 0.7063353599278243, - 1.0495372703934491, - 1.5570269892533015, - 1.9215728864178827, - 2.04034682906666 - ], - "relative wind angle": [ - 0.26592474275215444, - 0.46238148133506446, - 0.47212496047680663, - 0.04816518677287927, - 0.4920975103732389, - 0.44289420616591935, - 0.23519365998995223, - 0.016668341049735188 - ], - "resistance": [ - 97216.9375791351, - 96632.63532462255, - 96171.09401318485, - 96032.57833621142, - 96215.53360408223, - 96707.4405411686, - 97285.64371138421, - 97608.01948220647 - ], - "fuel": [ - 39.22898970421188, - 38.927367669841146, - 38.690014003797614, - 38.618935143925384, - 38.7128331592688, - 38.96591187950301, - 39.26453989603351, - 39.43157937631351 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 11.09375, -42.96875 11.25, -42.8125 11.25, -42.8125 11.09375, -42.96875 11.09375))", @@ -85445,68 +67058,7 @@ "id": "2037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.537646033334604, - 5.537646033334604, - 5.537646033334604, - 5.537646033334604, - 5.537646033334604, - 5.537646033334604, - 5.537646033334604, - 5.537646033334604 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 557.733571105859, - -112.24258329388829, - -600.8437279524983, - -707.2481879640277, - -433.93289044677033, - 167.04549938526657, - 811.6355731545295, - 1056.7447206993145 - ], - "relative wind speed": [ - 2.0121231961598296, - 1.5762060003703864, - 1.0598164609306393, - 0.8731422742081811, - 1.270155985108492, - 1.7825573279498645, - 2.130428372926869, - 2.213494646937719 - ], - "relative wind angle": [ - 0.2795039687659339, - 0.4407168148301504, - 0.3827383722319622, - 0.1293691486695624, - 0.45229929473822994, - 0.3867770219522773, - 0.18687054409063764, - 0.05091113641702143 - ], - "resistance": [ - 97192.23357110583, - 96522.25741670608, - 96033.65627204748, - 95927.25181203595, - 96200.5671095532, - 96801.54549938523, - 97446.1355731545, - 97691.24472069928 - ], - "fuel": [ - 39.379497660308814, - 39.03381837528968, - 38.78277411330294, - 38.72822107738886, - 38.868433342917086, - 39.17771617246365, - 39.510936757958014, - 39.638051566269176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10.9375, -43.125 11.09375, -42.96875 11.09375, -42.96875 10.9375, -43.125 10.9375))", @@ -85525,68 +67077,7 @@ "id": "2038", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.096168264080619, - 5.096168264080619, - 5.096168264080619, - 5.096168264080619, - 5.096168264080619, - 5.096168264080619, - 5.096168264080619, - 5.096168264080619 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 597.9481440346499, - -26.89094672549345, - -508.21717448700065, - -642.5673005134221, - -429.7854556050786, - 105.15535605603941, - 719.2620951496206, - 1031.5234959687075 - ], - "relative wind speed": [ - 1.9356500980204583, - 1.5224921884627802, - 0.992865742912688, - 0.7283720202449857, - 1.1040361613220258, - 1.6271615419321763, - 1.9949573338855444, - 2.105970405204575 - ], - "relative wind angle": [ - 0.2766873827738297, - 0.47003404149095956, - 0.46635467295489386, - 0.08001862101974329, - 0.49944215432073286, - 0.43761692219389015, - 0.22568796079995837, - 0.0276492800796032 - ], - "resistance": [ - 97232.44814403472, - 96607.60905327456, - 96126.28282551306, - 95991.93269948664, - 96204.71454439498, - 96739.6553560561, - 97353.76209514968, - 97666.02349596877 - ], - "fuel": [ - 39.277026950861895, - 38.95449050240178, - 38.70702472469608, - 38.63810476438902, - 38.74729028069141, - 39.022530576664614, - 39.33981655881141, - 39.50168853667627 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10.9375, -42.96875 11.09375, -42.8125 11.09375, -42.8125 10.9375, -42.96875 10.9375))", @@ -85605,68 +67096,7 @@ "id": "2039", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.56227445036358, - 5.56227445036358, - 5.56227445036358, - 5.56227445036358, - 5.56227445036358, - 5.56227445036358, - 5.56227445036358, - 5.56227445036358 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 426.6287788332522, - -243.0260443853366, - -667.5981028301472, - -697.0241101730885, - -331.2192497597538, - 319.2354150436929, - 936.67531998001, - 1004.2595460289908 - ], - "relative wind speed": [ - 1.9496830903601072, - 1.4727496945871705, - 0.9719182344696984, - 0.9194463994662001, - 1.3890273452406536, - 1.8872385794477153, - 2.187701091138307, - 2.210266824881348 - ], - "relative wind angle": [ - 0.324461752831332, - 0.459884762980738, - 0.31690479362495083, - 0.24760576505734608, - 0.46394098709899967, - 0.3536928823285299, - 0.13889096733528405, - 0.10212943643062519 - ], - "resistance": [ - 97061.12877883327, - 96391.47395561468, - 95966.90189716987, - 95937.47588982692, - 96303.28075024026, - 96953.7354150437, - 97571.17531998003, - 97638.759546029 - ], - "fuel": [ - 39.318976767073735, - 38.9737895641504, - 38.75579961724255, - 38.74071614495991, - 38.928452934032066, - 39.26350632848724, - 39.583010115637364, - 39.61806875051601 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 11.09375, -42.8125 11.25, -42.65625 11.25, -42.65625 11.09375, -42.8125 11.09375))", @@ -85685,68 +67115,7 @@ "id": "2040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.040750876992265, - 5.040750876992265, - 5.040750876992265, - 5.040750876992265, - 5.040750876992265, - 5.040750876992265, - 5.040750876992265, - 5.040750876992265 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 384.623416870199, - -204.49695579714, - -575.4298681879266, - -600.1095317136609, - -277.62786687742334, - 294.96392051826024, - 840.8784989634987, - 897.801918520662 - ], - "relative wind speed": [ - 1.7988513455798987, - 1.3393254802906551, - 0.8458570349094758, - 0.7953456668584394, - 1.2624008481998414, - 1.7423344463318449, - 2.028311598725512, - 2.048645243872105 - ], - "relative wind angle": [ - 0.3440737577261746, - 0.4951508602881491, - 0.35398666616026053, - 0.28254277121105836, - 0.5014177732939256, - 0.37390882172233314, - 0.14506589064985778, - 0.10845042204217857 - ], - "resistance": [ - 97019.12341687019, - 96430.00304420287, - 96059.07013181207, - 96034.39046828634, - 96356.87213312258, - 96929.46392051826, - 97475.3784989635, - 97532.30191852066 - ], - "fuel": [ - 39.15218023528172, - 38.848509963635834, - 38.6579700073428, - 38.64531078052587, - 38.810903727734484, - 39.10588068675938, - 39.388250640429945, - 39.417757669344866 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 11.09375, -42.65625 11.25, -42.5 11.25, -42.5 11.09375, -42.65625 11.09375))", @@ -85765,68 +67134,7 @@ "id": "2041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.342031931090826, - 4.342031931090826, - 4.342031931090826, - 4.342031931090826, - 4.342031931090826, - 4.342031931090826, - 4.342031931090826, - 4.342031931090826 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 408.14115338919396, - -107.10183954716535, - -441.6958910006707, - -496.77553856974885, - -270.8713642311626, - 208.32221741198873, - 694.2840529084685, - 823.3443594092905 - ], - "relative wind speed": [ - 1.6532563404176368, - 1.2305447893331316, - 0.7222221408251563, - 0.5803637302915924, - 1.0335063764815575, - 1.5123331242832165, - 1.8110182596155908, - 1.861335514602669 - ], - "relative wind angle": [ - 0.35309713276901106, - 0.554885189957455, - 0.49824637668210375, - 0.27967577873674904, - 0.5861651802594188, - 0.4430314272852664, - 0.19175062634686074, - 0.08617705601534667 - ], - "resistance": [ - 97042.64115338924, - 96527.39816045288, - 96192.80410899938, - 96137.72446143029, - 96363.62863576888, - 96842.82221741203, - 97328.78405290851, - 97457.84435940934 - ], - "fuel": [ - 38.99802070416521, - 38.732315643447585, - 38.56029826626472, - 38.532021328094025, - 38.64806842056018, - 38.8948590445806, - 39.146008042059464, - 39.21285512872133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 10.9375, -42.8125 11.09375, -42.65625 11.09375, -42.65625 10.9375, -42.8125 10.9375))", @@ -85845,68 +67153,7 @@ "id": "2042", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.234854138194896, - 5.234854138194896, - 5.234854138194896, - 5.234854138194896, - 5.234854138194896, - 5.234854138194896, - 5.234854138194896, - 5.234854138194896 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 135.60785448353909, - -410.41521444389895, - -647.7831666287366, - -537.0823307986424, - -76.72486893773328, - 541.7967631082124, - 991.1703884285616, - 735.5031914246931 - ], - "relative wind speed": [ - 1.6798351253455712, - 1.1781443072396591, - 0.7996652625530327, - 1.0073051215106583, - 1.5145410875232304, - 1.9307140506713059, - 2.1157070265059876, - 2.0250968239368747 - ], - "relative wind angle": [ - 0.4035397582812838, - 0.46719748148444834, - 0.11376529967457846, - 0.4107781962447514, - 0.45062934635060403, - 0.2784136492887979, - 0.04291989447332153, - 0.19995736402517 - ], - "resistance": [ - 96770.10785448355, - 96224.08478555612, - 95986.71683337128, - 96097.41766920137, - 96557.77513106228, - 97176.29676310823, - 97625.67038842858, - 97370.00319142471 - ], - "fuel": [ - 39.07557290695775, - 38.79457990079307, - 38.672772175520535, - 38.72955332178748, - 38.96617095525064, - 39.285324421888305, - 39.518091363120746, - 39.38556850480238 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 10.9375, -42.65625 11.09375, -42.5 11.09375, -42.5 10.9375, -42.65625 10.9375))", @@ -85925,68 +67172,7 @@ "id": "2043", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.59677867503009, - 4.59677867503009, - 4.59677867503009, - 4.59677867503009, - 4.59677867503009, - 4.59677867503009, - 4.59677867503009, - 4.59677867503009 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 183.48429974659518, - -305.4689680710401, - -537.012097040229, - -466.40865759565133, - -93.97794189676756, - 440.1149137865756, - 860.3069063564136, - 696.1380827389099 - ], - "relative wind speed": [ - 1.553176422994922, - 1.0702479491161783, - 0.6460347782994023, - 0.8090989837843305, - 1.3108302040462558, - 1.7277737560803106, - 1.926985181576364, - 1.8644011529781925 - ], - "relative wind angle": [ - 0.4284632125674947, - 0.5423293494882593, - 0.21193316432191994, - 0.46139261175533675, - 0.514714233241119, - 0.32542536269744715, - 0.07057990908179541, - 0.19442525802987898 - ], - "resistance": [ - 96817.98429974657, - 96329.03103192894, - 96097.48790295975, - 96168.09134240434, - 96540.52205810322, - 97074.61491378656, - 97494.8069063564, - 97330.6380827389 - ], - "fuel": [ - 38.93895551116702, - 38.687192597036976, - 38.56828100854709, - 38.604519061199056, - 38.795980528580365, - 39.07145106632821, - 39.28892068142949, - 39.20387720033576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10.78125, -43.125 10.9375, -42.96875 10.9375, -42.96875 10.78125, -43.125 10.78125))", @@ -86005,68 +67191,7 @@ "id": "2044", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.363998557850814, - 5.363998557850814, - 5.363998557850814, - 5.363998557850814, - 5.363998557850814, - 5.363998557850814, - 5.363998557850814, - 5.363998557850814 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 605.2461752316885, - -93.35298342259262, - -600.4049743228709, - -714.4798611784028, - -432.69404233081184, - 189.03847432466227, - 864.7678873423404, - 1129.3020963685767 - ], - "relative wind speed": [ - 2.010689744606726, - 1.552136835256447, - 0.9908996482913375, - 0.7727839595844688, - 1.216721836028068, - 1.764697288481589, - 2.131056818189106, - 2.219479719921568 - ], - "relative wind angle": [ - 0.30158054872435713, - 0.48697107013318236, - 0.4488075589495011, - 0.15367825998173262, - 0.5130715586273847, - 0.4241933730380542, - 0.20314539577290347, - 0.05332297554122321 - ], - "resistance": [ - 97239.7461752317, - 96541.14701657742, - 96034.09502567715, - 95920.02013882161, - 96201.8059576692, - 96823.53847432468, - 97499.26788734236, - 97763.80209636858 - ], - "fuel": [ - 39.35405643199131, - 38.99352258360403, - 38.732980005262725, - 38.674495821487575, - 38.81905036964726, - 39.13904081445862, - 39.48845331745374, - 39.625703919062644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10.78125, -42.96875 10.9375, -42.8125 10.9375, -42.8125 10.78125, -42.96875 10.78125))", @@ -86085,68 +67210,7 @@ "id": "2045", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.791821735850361, - 4.791821735850361, - 4.791821735850361, - 4.791821735850361, - 4.791821735850361, - 4.791821735850361, - 4.791821735850361, - 4.791821735850361 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 451.8396986525878, - -151.70251292094497, - -539.0506389978934, - -590.0124951888138, - -304.0116186095624, - 267.11965541319717, - 834.0836165408001, - 952.9603294764444 - ], - "relative wind speed": [ - 1.7923908879514814, - 1.3288369875306651, - 0.7886225485199329, - 0.6716316974699027, - 1.1633452699078115, - 1.6733886496563806, - 1.9859787985258814, - 2.0285335035887564 - ], - "relative wind angle": [ - 0.3555681509617868, - 0.5443421785091124, - 0.4587333399818199, - 0.2934673525805638, - 0.5661190158917018, - 0.4238016338679984, - 0.1767577778067099, - 0.0959231020350963 - ], - "resistance": [ - 97086.33969865258, - 96482.79748707903, - 96095.44936100209, - 96044.48750481117, - 96330.48838139042, - 96901.61965541319, - 97468.58361654078, - 97587.46032947642 - ], - "fuel": [ - 39.12397176582374, - 38.812732796585564, - 38.61369644665879, - 38.58755158243591, - 38.73440313550997, - 39.02857007213619, - 39.32179111170855, - 39.38342316976364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10.625, -43.125 10.78125, -42.96875 10.78125, -42.96875 10.625, -43.125 10.625))", @@ -86165,68 +67229,7 @@ "id": "2046", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.9302750330207505, - 4.9302750330207505, - 4.9302750330207505, - 4.9302750330207505, - 4.9302750330207505, - 4.9302750330207505, - 4.9302750330207505, - 4.9302750330207505 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 652.0729125764319, - -26.453987011215986, - -528.5392673287047, - -658.161958985138, - -430.1411777792895, - 160.52634826780775, - 821.6738558280522, - 1139.1386784238905 - ], - "relative wind speed": [ - 1.9487462791867445, - 1.4978171371402118, - 0.9073423589970717, - 0.6074370011416319, - 1.070841734404055, - 1.643428703800309, - 2.0300354490390786, - 2.1390031253903596 - ], - "relative wind angle": [ - 0.31405021291803664, - 0.5382644605446594, - 0.5625305696916693, - 0.13789381180872065, - 0.5970056491711111, - 0.48614947065564473, - 0.2406932205349374, - 0.03904520899436033 - ], - "resistance": [ - 97286.57291257642, - 96608.04601298877, - 96105.96073267129, - 95976.33804101485, - 96204.35882222069, - 96795.0263482678, - 97456.17385582803, - 97773.63867842387 - ], - "fuel": [ - 39.262030973302544, - 38.9117124700951, - 38.65359235048925, - 38.58710616770401, - 38.704104527648774, - 39.00807805738431, - 39.34986233058986, - 39.5145557426941 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10.625, -42.96875 10.78125, -42.8125 10.78125, -42.8125 10.625, -42.96875 10.625))", @@ -86245,68 +67248,7 @@ "id": "2047", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.527794589366181, - 4.527794589366181, - 4.527794589366181, - 4.527794589366181, - 4.527794589366181, - 4.527794589366181, - 4.527794589366181, - 4.527794589366181 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 410.85091834541174, - -204.04696938626768, - -536.0000479960454, - -550.0013053453665, - -244.7217718955569, - 359.93844019808705, - 916.2447184068013, - 949.5845808860721 - ], - "relative wind speed": [ - 1.7203889100866023, - 1.2197693821443587, - 0.643243141279334, - 0.6055494240478444, - 1.172261220377744, - 1.687037944189061, - 1.979942582992643, - 1.9917942327925864 - ], - "relative wind angle": [ - 0.41711817547156715, - 0.6270294184381958, - 0.5120403808356352, - 0.462123514620898, - 0.6367151871149914, - 0.43810986177088024, - 0.1598570366203623, - 0.13596675735352112 - ], - "resistance": [ - 97045.35091834542, - 96430.45303061373, - 96098.49995200396, - 96084.49869465463, - 96389.77822810445, - 96994.4384401981, - 97550.7447184068, - 97584.08458088608 - ], - "fuel": [ - 39.040497162896195, - 38.72350899348022, - 38.552967477574995, - 38.545783317382856, - 38.70259019460416, - 39.014197669619456, - 39.302087902568275, - 39.319377960835155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 10.78125, -42.8125 10.9375, -42.65625 10.9375, -42.65625 10.78125, -42.8125 10.78125))", @@ -86325,68 +67267,7 @@ "id": "2048", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.474650105669461, - 4.474650105669461, - 4.474650105669461, - 4.474650105669461, - 4.474650105669461, - 4.474650105669461, - 4.474650105669461, - 4.474650105669461 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 177.05948621495816, - -330.4601790626903, - -542.8824312496014, - -455.8628662232651, - -63.540000654555115, - 503.9003648765944, - 931.948812579543, - 720.301409973306 - ], - "relative wind speed": [ - 1.5290329432802665, - 1.0124871684588543, - 0.5572094744166284, - 0.7827063092865043, - 1.3246045039750933, - 1.7513961765670238, - 1.9447458536291478, - 1.8654462380327437 - ], - "relative wind angle": [ - 0.4742339283273356, - 0.6060043070946536, - 0.2121620632881576, - 0.5524816874888402, - 0.5552240430491405, - 0.33554133658835045, - 0.06037041634391749, - 0.22201622301598 - ], - "resistance": [ - 96811.55948621494, - 96304.0398209373, - 96091.61756875039, - 96178.63713377672, - 96570.95999934543, - 97138.40036487658, - 97566.44881257953, - 97354.8014099733 - ], - "fuel": [ - 38.90782511200846, - 38.64653199119718, - 38.537452341889214, - 38.582116922656965, - 38.78383458358239, - 39.07660433303816, - 39.298247896027135, - 39.18857161967964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 10.78125, -42.65625 10.9375, -42.5 10.9375, -42.5 10.78125, -42.65625 10.78125))", @@ -86405,68 +67286,7 @@ "id": "2049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.561405186281582, - 4.561405186281582, - 4.561405186281582, - 4.561405186281582, - 4.561405186281582, - 4.561405186281582, - 4.561405186281582, - 4.561405186281582 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 147.70346038835066, - -332.2899122852949, - -539.390483741796, - -447.08532639329076, - -54.999337808273594, - 483.9305214769107, - 886.9993873441173, - 671.5520951671432 - ], - "relative wind speed": [ - 1.5185653743649157, - 1.0235657591214675, - 0.6145529944355873, - 0.8297529714268447, - 1.340917488734145, - 1.7482601764517876, - 1.9303950696278196, - 1.8481370388100187 - ], - "relative wind angle": [ - 0.4501533732664572, - 0.5535294108783744, - 0.1638234474174016, - 0.49798513767309305, - 0.5152439941266364, - 0.31285991553867104, - 0.05194457220366837, - 0.2161307967210726 - ], - "resistance": [ - 96782.20346038838, - 96302.21008771473, - 96095.10951625824, - 96187.41467360673, - 96579.50066219176, - 97118.43052147694, - 97521.49938734414, - 97306.05209516718 - ], - "fuel": [ - 38.91234383469893, - 38.665250292475505, - 38.55890270635901, - 38.606282333163335, - 38.8078908342268, - 39.08593918366727, - 39.29459963049908, - 39.18299179939227 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 10.625, -42.8125 10.78125, -42.65625 10.78125, -42.65625 10.625, -42.8125 10.625))", @@ -86485,68 +67305,7 @@ "id": "2050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.508665526101333, - 4.508665526101333, - 4.508665526101333, - 4.508665526101333, - 4.508665526101333, - 4.508665526101333, - 4.508665526101333, - 4.508665526101333 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 238.8609479959032, - -302.36038042332206, - -549.1399010166706, - -486.9195836336903, - -116.16705122652058, - 468.321262502488, - 935.9200692481136, - 786.8728292984729 - ], - "relative wind speed": [ - 1.5877533252177507, - 1.0725980899661385, - 0.575679661505862, - 0.7372759668843797, - 1.2894523665438034, - 1.7416031019513118, - 1.9627126520848475, - 1.9078973179865164 - ], - "relative wind angle": [ - 0.4585474805375672, - 0.6141600031066192, - 0.30218199009349195, - 0.5348823696451558, - 0.5764458031046966, - 0.36281542671292777, - 0.087400928386459, - 0.1982773167386919 - ], - "resistance": [ - 96873.36094799593, - 96332.1396195767, - 96085.36009898336, - 96147.58041636634, - 96518.3329487735, - 97102.82126250252, - 97570.42006924814, - 97421.3728292985 - ], - "fuel": [ - 38.947357405579915, - 38.668622681342086, - 38.541890412957926, - 38.57382195045115, - 38.7643912328477, - 39.06586091775184, - 39.30795616559601, - 39.23069990682909 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 10.625, -42.65625 10.78125, -42.5 10.78125, -42.5 10.625, -42.65625 10.625))", @@ -86565,68 +67324,7 @@ "id": "2051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.554256222296367, - 4.554256222296367, - 4.554256222296367, - 4.554256222296367, - 4.554256222296367, - 4.554256222296367, - 4.554256222296367, - 4.554256222296367 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -69.83396669829801, - -460.1191571779341, - -545.8055131760063, - -327.1343325018356, - 172.56481070744883, - 706.7912978438017, - 907.3063093652031, - 484.1943314568739 - ], - "relative wind speed": [ - 1.3305965638420894, - 0.8058458483830998, - 0.6010605926130499, - 1.0367831137009087, - 1.5402207334906108, - 1.869058477476414, - 1.944606203731331, - 1.7515273045908757 - ], - "relative wind angle": [ - 0.5328185916119484, - 0.5106276404251797, - 0.1991721167591486, - 0.5729130129432106, - 0.45429551436535864, - 0.2123053890633561, - 0.06119430852170216, - 0.32665341920940566 - ], - "resistance": [ - 96564.66603330169, - 96174.38084282205, - 96088.69448682398, - 96307.36566749815, - 96807.06481070744, - 97341.29129784378, - 97541.80630936519, - 97118.69433145686 - ], - "fuel": [ - 38.79861384371369, - 38.597951539584365, - 38.55397240030587, - 38.66626106245897, - 38.923526752886495, - 39.199596202458295, - 39.30348940926453, - 39.08443686282462 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10.46875, -43.125 10.625, -42.96875 10.625, -42.96875 10.46875, -43.125 10.46875))", @@ -86645,68 +67343,7 @@ "id": "2052", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.536951431134863, - 5.536951431134863, - 5.536951431134863, - 5.536951431134863, - 5.536951431134863, - 5.536951431134863, - 5.536951431134863, - 5.536951431134863 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 529.5687822659775, - -201.80372503706258, - -684.488912367949, - -744.0762527703898, - -378.110236404871, - 313.07854803731107, - 1001.4821172354823, - 1139.2110683432038 - ], - "relative wind speed": [ - 2.0150373648120565, - 1.5146370646170786, - 0.9506084395574917, - 0.8387409529186897, - 1.3456865393716289, - 1.891328212215655, - 2.228809421748925, - 2.2732710920019534 - ], - "relative wind angle": [ - 0.3339948602153687, - 0.49961355864631396, - 0.39481968120450817, - 0.25127486261511506, - 0.5130981840231245, - 0.3937649245518623, - 0.16479830115616914, - 0.09186644026871729 - ], - "resistance": [ - 97164.06878226598, - 96432.69627496293, - 95950.01108763205, - 95890.42374722961, - 96256.38976359513, - 96947.57854803732, - 97635.98211723549, - 97773.7110683432 - ], - "fuel": [ - 39.364728154667546, - 38.98753114898315, - 38.73968206536047, - 38.709145289255986, - 38.89690082130038, - 39.25286840547966, - 39.609168551824645, - 39.68066524225385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10.46875, -42.96875 10.625, -42.8125 10.625, -42.8125 10.46875, -42.96875 10.46875))", @@ -86725,68 +67362,7 @@ "id": "2053", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.6955311348469, - 4.6955311348469, - 4.6955311348469, - 4.6955311348469, - 4.6955311348469, - 4.6955311348469, - 4.6955311348469, - 4.6955311348469 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 289.7624779641982, - -313.9861700080092, - -596.3734851555984, - -540.9474464439772, - -148.9770762063713, - 494.0203484028749, - 1019.9993627283544, - 887.015714467486 - ], - "relative wind speed": [ - 1.6775820211142707, - 1.1402804889181608, - 0.6026609173252025, - 0.7430129072287709, - 1.3252197093997462, - 1.8083830131750156, - 2.051167602726831, - 2.0045998442180024 - ], - "relative wind angle": [ - 0.4547132919276582, - 0.6220032005107362, - 0.34321038103662205, - 0.533086346972777, - 0.5895472910808689, - 0.37621248376857197, - 0.09903359186413482, - 0.18949613425084044 - ], - "resistance": [ - 96924.26247796422, - 96320.51382999202, - 96038.12651484444, - 96093.55255355604, - 96485.52292379366, - 97128.5203484029, - 97654.49936272838, - 97521.51571446752 - ], - "fuel": [ - 39.01700677071739, - 38.7060256957632, - 38.56103816393899, - 38.58947242767971, - 38.79088449241347, - 39.122523730108725, - 39.39495225545975, - 39.32597672304108 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10.3125, -43.125 10.46875, -42.96875 10.46875, -42.96875 10.3125, -43.125 10.3125))", @@ -86805,68 +67381,7 @@ "id": "2054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.102753389553339, - 6.102753389553339, - 6.102753389553339, - 6.102753389553339, - 6.102753389553339, - 6.102753389553339, - 6.102753389553339, - 6.102753389553339 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 342.4780803069157, - -412.18914824793205, - -826.0570095501989, - -778.7727561820498, - -269.67135217968485, - 515.5256510744414, - 1177.976495754873, - 1069.493453051149 - ], - "relative wind speed": [ - 2.0422934375313444, - 1.5068833807738826, - 1.0198273226406893, - 1.095404562402687, - 1.6299208204900748, - 2.1346912757581844, - 2.40573410792759, - 2.3722759558529463 - ], - "relative wind angle": [ - 0.3499153487876185, - 0.4481890621507553, - 0.22077056651217214, - 0.3128718410769343, - 0.443996474740938, - 0.310874741650718, - 0.09296345825903111, - 0.14260676988979168 - ], - "resistance": [ - 96976.97808030694, - 96222.3108517521, - 95808.44299044982, - 95855.72724381798, - 96364.82864782034, - 97150.02565107447, - 97812.4764957549, - 97703.99345305118 - ], - "fuel": [ - 39.444783327677584, - 39.056130422708414, - 38.843888652548955, - 38.868104948343614, - 39.12936463598803, - 39.53420134825992, - 39.87753607313129, - 39.82119972047066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10.3125, -42.96875 10.46875, -42.8125 10.46875, -42.8125 10.3125, -42.96875 10.3125))", @@ -86885,68 +67400,7 @@ "id": "2055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.843604886102709, - 4.843604886102709, - 4.843604886102709, - 4.843604886102709, - 4.843604886102709, - 4.843604886102709, - 4.843604886102709, - 4.843604886102709 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 103.03279203580928, - -422.9535093201913, - -616.9255149503557, - -476.1486688110535, - 6.047279163029998, - 625.3367390516174, - 1050.1242604564118, - 715.3591559561434 - ], - "relative wind speed": [ - 1.566715326347067, - 1.022770305425582, - 0.6255566379460511, - 0.9348366582616109, - 1.4869952488031437, - 1.9025489970336062, - 2.067469631335743, - 1.947262747074514 - ], - "relative wind angle": [ - 0.47859826124376886, - 0.5587326339398921, - 0.07237383823194456, - 0.5369827060587004, - 0.5066209176277224, - 0.2889824855505707, - 0.021880868452412508, - 0.24811949769254157 - ], - "resistance": [ - 96737.53279203584, - 96211.54649067984, - 96017.57448504967, - 96158.35133118897, - 96640.54727916306, - 97259.83673905165, - 97684.62426045645, - 97349.85915595618 - ], - "fuel": [ - 38.95668755361171, - 38.68604996631008, - 38.586504691318446, - 38.65873659530832, - 38.90670784496225, - 39.2264491314529, - 39.44659355796508, - 39.27304681795884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 10.46875, -42.8125 10.625, -42.65625 10.625, -42.65625 10.46875, -42.8125 10.46875))", @@ -86965,68 +67419,7 @@ "id": "2056", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.629180296259309, - 4.629180296259309, - 4.629180296259309, - 4.629180296259309, - 4.629180296259309, - 4.629180296259309, - 4.629180296259309, - 4.629180296259309 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 250.05666418366866, - -315.1286246704723, - -575.4668709957543, - -510.8577480394555, - -123.9130956392379, - 485.1887095552597, - 974.1164205398857, - 821.575757400715 - ], - "relative wind speed": [ - 1.6273407366051231, - 1.1029367711163065, - 0.5981615141549517, - 0.7584322663389254, - 1.3196110790840512, - 1.781331454832428, - 2.0079377669738006, - 1.953046791664726 - ], - "relative wind angle": [ - 0.4544136137607255, - 0.6077000388660564, - 0.2991996907688697, - 0.5254230111002615, - 0.5719753674641966, - 0.3613430771131512, - 0.08792044281689258, - 0.1960327549558305 - ], - "resistance": [ - 96884.55666418365, - 96319.37137532952, - 96059.03312900424, - 96123.64225196053, - 96510.58690436075, - 97119.68870955525, - 97608.61642053987, - 97456.0757574007 - ], - "fuel": [ - 38.98084739665541, - 38.689772632212964, - 38.556096291015784, - 38.58924772402928, - 38.78811705436013, - 39.10229231966521, - 39.35548051307825, - 39.27639280492187 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 10.46875, -42.65625 10.625, -42.5 10.625, -42.5 10.46875, -42.65625 10.46875))", @@ -87045,68 +67438,7 @@ "id": "2057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.704705325758267, - 4.704705325758267, - 4.704705325758267, - 4.704705325758267, - 4.704705325758267, - 4.704705325758267, - 4.704705325758267, - 4.704705325758267 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -155.60864544291496, - -526.2585318157758, - -570.9559872882818, - -288.7702548803333, - 271.4463456132921, - 822.0029781389018, - 926.4054123533509, - 433.4124434647257 - ], - "relative wind speed": [ - 1.2987145258441044, - 0.7627893325905303, - 0.6573057685973922, - 1.1510943545377144, - 1.6545879934213066, - 1.9602227632844476, - 1.998066558996725, - 1.7604836365509975 - ], - "relative wind angle": [ - 0.5520245924405924, - 0.46113805191359825, - 0.31085871431914747, - 0.5726673911103248, - 0.4242310509128065, - 0.17402912928331712, - 0.100794992630597, - 0.36217198078994634 - ], - "resistance": [ - 96478.89135455711, - 96108.24146818425, - 96063.54401271175, - 96345.7297451197, - 96905.94634561332, - 97456.50297813893, - 97560.90541235339, - 97067.91244346475 - ], - "fuel": [ - 38.789661051094114, - 38.599198856734226, - 38.57626515755348, - 38.7211757729546, - 39.00974139234471, - 39.294468987147454, - 39.34858929880812, - 39.09338718893578 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 10.3125, -42.8125 10.46875, -42.65625 10.46875, -42.65625 10.3125, -42.8125 10.3125))", @@ -87125,68 +67457,7 @@ "id": "2058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.0460213623726204, - 5.0460213623726204, - 5.0460213623726204, - 5.0460213623726204, - 5.0460213623726204, - 5.0460213623726204, - 5.0460213623726204, - 5.0460213623726204 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 139.5289486631516, - -403.17388871612815, - -635.4837481728091, - -518.7972710156969, - -55.277125659996614, - 566.067961288383, - 1016.2743049113058, - 745.2455896950589 - ], - "relative wind speed": [ - 1.6404518085885051, - 1.119305958859409, - 0.717342873522853, - 0.9532852065381242, - 1.4847427199963186, - 1.908585143855307, - 2.093074839247116, - 1.9966948679953402 - ], - "relative wind angle": [ - 0.4338558222335236, - 0.5126364477390796, - 0.12128934619689152, - 0.46356256903635523, - 0.48302264890492913, - 0.2917660686120759, - 0.04147857972278996, - 0.21513322387177813 - ], - "resistance": [ - 96774.02894866315, - 96231.32611128387, - 95999.0162518272, - 96115.70272898431, - 96579.22287434, - 97200.56796128838, - 97650.7743049113, - 97379.74558969506 - ], - "fuel": [ - 39.027062709312375, - 38.74776708145849, - 38.62854652091082, - 38.688404487759875, - 38.926681963797975, - 39.247345168636485, - 39.48058479958025, - 39.34008186103921 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 10.3125, -42.65625 10.46875, -42.5 10.46875, -42.5 10.3125, -42.65625 10.3125))", @@ -87205,68 +67476,7 @@ "id": "2059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.892609904623117, - 4.892609904623117, - 4.892609904623117, - 4.892609904623117, - 4.892609904623117, - 4.892609904623117, - 4.892609904623117, - 4.892609904623117 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -125.02194961319356, - -536.6143725726836, - -605.3147355671576, - -331.1749371616994, - 228.28465931687583, - 803.5833014891059, - 963.2184605300345, - 477.7642191230466 - ], - "relative wind speed": [ - 1.3773128418242446, - 0.8457969723040424, - 0.6961927012038134, - 1.157609599040854, - 1.6674627882245456, - 1.9904899638051095, - 2.0476177712547057, - 1.826845048321292 - ], - "relative wind angle": [ - 0.5181102014683919, - 0.4493604316070204, - 0.23559990397117597, - 0.5420761069035325, - 0.42142832762943416, - 0.18564487382140069, - 0.07944882041867059, - 0.3330407048780404 - ], - "resistance": [ - 96509.47805038682, - 96097.88562742733, - 96029.18526443286, - 96303.32506283831, - 96862.7846593169, - 97438.08330148913, - 97597.71846053004, - 97112.26421912306 - ], - "fuel": [ - 38.85145399677435, - 38.63993757339939, - 38.60469400125651, - 38.745433641855115, - 39.03352026612518, - 39.33097760221036, - 39.413735010758984, - 39.162362080920126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10.15625, -43.125 10.3125, -42.96875 10.3125, -42.96875 10.15625, -43.125 10.15625))", @@ -87285,68 +67495,7 @@ "id": "2060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.975324962644287, - 6.975324962644287, - 6.975324962644287, - 6.975324962644287, - 6.975324962644287, - 6.975324962644287, - 6.975324962644287, - 6.975324962644287 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 144.08065903937268, - -642.4492863132377, - -976.9773620862916, - -819.5933930547391, - -150.6462240147373, - 732.7670995900348, - 1357.8178582010846, - 996.3496626437877 - ], - "relative wind speed": [ - 2.149420583106891, - 1.6081881323009621, - 1.2376358367096663, - 1.4401931858115387, - 1.9737710553449745, - 2.435058921900561, - 2.6427331605164275, - 2.5380355808268704 - ], - "relative wind angle": [ - 0.33343659029765943, - 0.358003760845133, - 0.07557512005559343, - 0.30418884267623025, - 0.3644319535717857, - 0.2335354671068771, - 0.03536677423245404, - 0.17078956182653235 - ], - "resistance": [ - 96778.5806590394, - 95992.0507136868, - 95657.52263791373, - 95814.9066069453, - 96483.85377598529, - 97367.26709959007, - 97992.31785820112, - 97630.84966264381 - ], - "fuel": [ - 39.65630248399822, - 39.251867589456126, - 39.08055048752137, - 39.16109742872039, - 39.5044837939246, - 39.96051217378668, - 40.284924975144975, - 40.09713909109691 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10.15625, -42.96875 10.3125, -42.8125 10.3125, -42.8125 10.15625, -42.96875 10.15625))", @@ -87365,68 +67514,7 @@ "id": "2061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.942180617958658, - 5.942180617958658, - 5.942180617958658, - 5.942180617958658, - 5.942180617958658, - 5.942180617958658, - 5.942180617958658, - 5.942180617958658 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -26.04475239046087, - -622.05869911556, - -797.5279999947043, - -564.4253138501557, - 70.30353648970299, - 808.3727765857259, - 1214.0390534451462, - 720.9582301980995 - ], - "relative wind speed": [ - 1.7629485594151317, - 1.2205368825924392, - 0.9430587075071926, - 1.2878715653196866, - 1.8294404545242344, - 2.2282571032143608, - 2.359127015230123, - 2.1900289566658118 - ], - "relative wind angle": [ - 0.4134133991646957, - 0.3999303707033225, - 0.03837215919881283, - 0.4210563806733699, - 0.39752351434619815, - 0.21492110576167153, - 0.015336070081327527, - 0.24273185263318128 - ], - "resistance": [ - 96608.45524760957, - 96012.44130088447, - 95836.97200000532, - 96070.07468614988, - 96704.80353648974, - 97442.87277658576, - 97848.53905344517, - 97355.45823019813 - ], - "fuel": [ - 39.202429655672944, - 38.896124418131436, - 38.80619858191229, - 38.92568580709364, - 39.252069362851145, - 39.633476640605735, - 39.84397342067278, - 39.58819816922057 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 10, -43.125 10.15625, -42.96875 10.15625, -42.96875 10, -43.125 10))", @@ -87445,68 +67533,7 @@ "id": "2062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5897491125536956, - 7.5897491125536956, - 7.5897491125536956, - 7.5897491125536956, - 7.5897491125536956, - 7.5897491125536956, - 7.5897491125536956, - 7.5897491125536956 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 70.44285232957395, - -795.8586578982315, - -1118.1498009616216, - -897.6992510495741, - -98.89616855471877, - 901.7306447194087, - 1560.2670972829073, - 1052.7324118142333 - ], - "relative wind speed": [ - 2.2804125494938914, - 1.7139355191309504, - 1.3706467162045823, - 1.6259964683586599, - 2.187444192667484, - 2.654735114504881, - 2.8471952991113065, - 2.7094886928734527 - ], - "relative wind angle": [ - 0.3297923973860762, - 0.3310120486125322, - 0.03594323170210977, - 0.30441784453323695, - 0.3443770777764023, - 0.2113958825023689, - 0.0173002963582079, - 0.18086064754764988 - ], - "resistance": [ - 96704.9428523296, - 95838.64134210178, - 95516.3501990384, - 95736.80074895044, - 96535.60383144529, - 97536.23064471943, - 98194.76709728292, - 97687.23241181424 - ], - "fuel": [ - 39.86946798193549, - 39.424380376204525, - 39.2595066406192, - 39.37224024893994, - 39.78224554859599, - 40.29919181493638, - 40.641439368621405, - 40.377526257624254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 10, -42.96875 10.15625, -42.8125 10.15625, -42.8125 10, -42.96875 10))", @@ -87525,68 +67552,7 @@ "id": "2063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.453915994947008, - 7.453915994947008, - 7.453915994947008, - 7.453915994947008, - 7.453915994947008, - 7.453915994947008, - 7.453915994947008, - 7.453915994947008 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 10.650141170915049, - -799.6738174460531, - -1069.594281030064, - -830.8740986130484, - -41.22597234858472, - 914.2392863934137, - 1511.2000049186354, - 960.483079963526 - ], - "relative wind speed": [ - 2.2074980312301262, - 1.6548833647108827, - 1.34806356050874, - 1.627476294378239, - 2.178491473687154, - 2.62301995951531, - 2.7931339559070576, - 2.640112416176513 - ], - "relative wind angle": [ - 0.3334657385028876, - 0.3207745062802505, - 0.011395161272223793, - 0.31231580478306437, - 0.3380817768916124, - 0.20026212807126553, - 0.005499609725484196, - 0.1905612109241932 - ], - "resistance": [ - 96645.15014117092, - 95834.82618255395, - 95564.90571896994, - 95803.62590138696, - 96593.27402765141, - 97548.73928639341, - 98145.70000491863, - 97594.98307996352 - ], - "fuel": [ - 39.78099888211371, - 39.36476726911239, - 39.226662212741765, - 39.348789758784974, - 39.75427895578338, - 40.248018504115116, - 40.558223968911605, - 40.27200130834616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 11.40625, -42.5 11.5625, -42.34375 11.5625, -42.34375 11.40625, -42.5 11.40625))", @@ -87618,7 +67584,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 366.8246049312943, + 366.82460493129383, -291.54709379733356, -685.057145179439, -683.9821206290773, @@ -87628,7 +67594,7 @@ 963.1702720975275 ], "relative wind speed": [ - 1.9223391526564133, + 1.922339152656413, 1.4378412444030833, 0.9585316961866297, 0.9604225223708618, @@ -87638,13 +67604,13 @@ 2.202072567923193 ], "relative wind angle": [ - 0.3352604259547052, + 0.3352604259547055, 0.45456249572867247, 0.275048679519361, 0.27754126461725737, 0.4544316832300296, 0.33420646118926933, - 0.11845362408246948, + 0.1184536240824695, 0.11978637591239462 ], "resistance": [ @@ -87698,19 +67664,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 113.72491879345807, + 113.72491879345762, -503.5966278187409, - -755.4687405776199, + -755.46874057762, -613.3274673830207, -69.70137783103269, 638.765722157561, - 1132.9865272111936, + 1132.9865272111908, 805.1553012914442 ], "relative wind speed": [ - 1.810644916951367, + 1.8106449169513665, 1.2859960397166283, - 0.9206861729625585, + 0.9206861729625583, 1.154245404841577, 1.6804048928252056, 2.109125364919274, @@ -87718,13 +67684,13 @@ 2.1840130870749874 ], "relative wind angle": [ - 0.3889411087506188, + 0.3889411087506191, 0.4295774494251732, 0.07701935492808684, 0.38680399389212544, - 0.4209190540023622, + 0.4209190540023621, 0.25675599708875163, - 0.03090894276876347, + 0.030908942768767066, 0.20071022450834375 ], "resistance": [ @@ -87778,34 +67744,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 375.0907572654612, + 375.09075726545984, -241.23724028846448, - -613.530598030234, + -613.5305980302342, -619.9378909315769, - -260.14325570315816, + -260.1432557031583, 351.84922337098715, 917.6154836549567, 932.4202900281505 ], "relative wind speed": [ - 1.8174314185840592, + 1.8174314185840588, 1.3325765332663906, - 0.8249852562809562, - 0.8118546282033176, + 0.8249852562809561, + 0.8118546282033174, 1.3129631231996735, 1.8030998050930054, 2.084784989167408, 2.089933297213947 ], "relative wind angle": [ - 0.3626183667502674, + 0.36261836675026865, 0.5114726266209986, - 0.34335365789195743, - 0.3253190690016884, - 0.5132554802929983, + 0.34335365789195843, + 0.32531906900168805, + 0.5132554802929984, 0.3701289593356521, 0.13361416868396558, - 0.1244772148226604 + 0.12447721482266041 ], "resistance": [ 97009.59075726548, @@ -87858,31 +67824,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 111.0830430895627, + 111.0830430895619, -412.0834360489568, - -622.5304994537083, + -622.5304994537084, -493.05503619774487, - -25.508434250260507, + -25.508434250260166, 585.2367514542456, 1012.5956797896907, 711.0810696403522 ], "relative wind speed": [ - 1.5995525294888338, + 1.5995525294888333, 1.0767313084900116, - 0.6926348275362576, + 0.6926348275362575, 0.9580454678544436, - 1.4889717464324195, + 1.4889717464324197, 1.9016452996249122, 2.0726461714320545, 1.964116604937623 ], "relative wind angle": [ - 0.4466541358906075, - 0.5170888797469327, - 0.08939543644419194, - 0.4828608351768823, - 0.48253902725033493, + 0.44665413589060804, + 0.5170888797469329, + 0.08939543644419319, + 0.4828608351768822, + 0.4825390272503351, 0.28369730824621425, 0.029838731184378096, 0.22846308132212426 @@ -87938,11 +67904,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 36.65892205645673, + 36.658922056456504, -626.2410103536341, -857.275316401517, - -667.2378944089238, - -31.61954119293341, + -667.2378944089239, + -31.61954119293364, 749.145410109132, 1248.9165290884255, 810.4632175427021 @@ -87958,11 +67924,11 @@ 2.3347887895714177 ], "relative wind angle": [ - 0.36097444410720647, + 0.36097444410720714, 0.3619662784342767, 0.021312188873203068, - 0.3478468505865223, - 0.3697594866735303, + 0.34784685058652237, + 0.36975948667353037, 0.21829819111383056, 0.009520679203955093, 0.20129741205527255 @@ -88018,9 +67984,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 225.82213948351227, + 225.82213948351182, -689.4678100516733, - -1122.9225987876125, + -1122.922598787613, -994.6303668510054, -281.20535593490104, 711.0648982832759, @@ -88028,9 +67994,9 @@ 1159.4449335635545 ], "relative wind speed": [ - 2.4383253197658434, + 2.438325319765843, 1.9055687361032108, - 1.5199952577431453, + 1.519995257743145, 1.6603376460786947, 2.169963470365476, 2.6500904927412936, @@ -88038,9 +68004,9 @@ 2.81024033291561 ], "relative wind angle": [ - 0.2851177838380111, - 0.31167948583969307, - 0.0926174764607719, + 0.2851177838380115, + 0.3116794858396931, + 0.09261747646077191, 0.23435188535543075, 0.32156899902636893, 0.2223317972335236, @@ -88104,7 +68070,7 @@ -573.0045265893973, -45.45674830540395, 638.1048420215054, - 1111.345092400648, + 1111.3450924006493, 777.9969191390719 ], "relative wind speed": [ @@ -88114,18 +68080,18 @@ 1.0896175205371543, 1.624516694590556, 2.0500060861104386, - 2.22751384619721, + 2.2275138461972097, 2.1147458253289773 ], "relative wind angle": [ - 0.4125879381323546, + 0.4125879381323549, 0.4609004216252828, 0.07467758985099106, 0.42442465216423664, 0.4433551315602572, 0.2649551084621314, - 0.02797857044209032, - 0.2138022956074394 + 0.027978570442086355, + 0.21380229560743944 ], "resistance": [ 96742.34237721872, @@ -88178,9 +68144,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 137.24266460430795, + 137.24266460430727, -577.2107662365163, - -878.8398840361419, + -878.8398840361422, -729.9144008214896, -117.25583957109211, 690.5323476849414, @@ -88188,23 +68154,23 @@ 919.60388302266 ], "relative wind speed": [ - 1.9998260323016543, + 1.999826032301654, 1.46269734917968, 1.0886754670628909, - 1.3021115018594607, + 1.3021115018594605, 1.8361396054903525, 2.287188071633896, 2.487066251175678, 2.3822716988301194 ], "relative wind angle": [ - 0.3577083593058723, + 0.35770835930587264, 0.39087629324080225, - 0.08085135018634478, - 0.33894425068139783, + 0.08085135018634615, + 0.33894425068139744, 0.3912470203750347, 0.24613313641951434, - 0.03536027250543992, + 0.03536027250543991, 0.18275011108905956 ], "resistance": [ @@ -88245,68 +68211,7 @@ "id": "2072", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.230324712867691, - 5.230324712867691, - 5.230324712867691, - 5.230324712867691, - 5.230324712867691, - 5.230324712867691, - 5.230324712867691, - 5.230324712867691 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 308.58405185924835, - -283.1210567032796, - -622.7343072603192, - -604.7473657801487, - -229.4348915334973, - 374.10547617756583, - 904.3880377103999, - 863.0323317350176 - ], - "relative wind speed": [ - 1.7948190904087935, - 1.3195961780826637, - 0.8588426287422661, - 0.8934052230277166, - 1.3738792647384905, - 1.8350982884205005, - 2.090767595987009, - 2.0762338280745305 - ], - "relative wind angle": [ - 0.35583243760127875, - 0.4757825700683257, - 0.2705273168163288, - 0.31858425687580105, - 0.4724927443549209, - 0.3356327521307497, - 0.1099980063327998, - 0.1351912913304694 - ], - "resistance": [ - 96943.08405185922, - 96351.37894329669, - 96011.76569273965, - 96029.75263421983, - 96405.06510846647, - 97008.60547617753, - 97538.88803771038, - 97497.53233173498 - ], - "fuel": [ - 39.163581289915584, - 38.858748946405484, - 38.68437677022368, - 38.69360128303589, - 38.88635303712321, - 39.197416481885625, - 39.4718416397442, - 39.450402135602076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 11.09375, -42.34375 11.25, -42.1875 11.25, -42.1875 11.09375, -42.34375 11.09375))", @@ -88325,68 +68230,7 @@ "id": "2073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.639361832009741, - 5.639361832009741, - 5.639361832009741, - 5.639361832009741, - 5.639361832009741, - 5.639361832009741, - 5.639361832009741, - 5.639361832009741 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 141.64792961963553, - -464.3369960283511, - -726.833386143991, - -604.4938139823948, - -92.748900038025, - 592.109023096534, - 1086.890918771222, - 804.9573196491574 - ], - "relative wind speed": [ - 1.7921550048883352, - 1.2752908707555055, - 0.8940807896866142, - 1.1024055097006327, - 1.6218755661383162, - 2.0532737539233428, - 2.245644552260253, - 2.151046723287172 - ], - "relative wind angle": [ - 0.38751571228245074, - 0.44111426736169346, - 0.10395551973762554, - 0.38427253656782107, - 0.43076256385214134, - 0.26838802767530945, - 0.04132610039039264, - 0.19332951354543634 - ], - "resistance": [ - 96776.14792961962, - 96170.16300397164, - 95907.666613856, - 96030.00618601759, - 96541.75109996196, - 97226.60902309652, - 97721.39091877121, - 97439.45731964914 - ], - "fuel": [ - 39.194840385120195, - 38.88304394460191, - 38.74840625246826, - 38.811123852184416, - 39.07407451480968, - 39.42750080117525, - 39.683922788756945, - 39.537698328940856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 10.9375, -42.5 11.09375, -42.34375 11.09375, -42.34375 10.9375, -42.5 10.9375))", @@ -88405,68 +68249,7 @@ "id": "2074", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.210994443322767, - 5.210994443322767, - 5.210994443322767, - 5.210994443322767, - 5.210994443322767, - 5.210994443322767, - 5.210994443322767, - 5.210994443322767 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 6.13046829240443, - -480.2406297010083, - -632.3224955416131, - -458.6390268501254, - 42.321456762456705, - 638.6519180805302, - 991.4503696584933, - 605.6717346138347 - ], - "relative wind speed": [ - 1.5728585906859807, - 1.0747552854924036, - 0.7969862757175921, - 1.1039501924764226, - 1.6011989804881794, - 1.9704373620384932, - 2.0982219133659044, - 1.9542303584640026 - ], - "relative wind angle": [ - 0.4264956872295657, - 0.4310952461809159, - 0.01949480239129038, - 0.44086041570720863, - 0.41846783911090935, - 0.2299418118796563, - 0.0074044826720971605, - 0.2434517927596592 - ], - "resistance": [ - 96640.63046829244, - 96154.25937029903, - 96002.17750445842, - 96175.8609731499, - 96676.82145676248, - 97273.15191808056, - 97625.95036965852, - 97240.17173461386 - ], - "fuel": [ - 39.00232667540095, - 38.7522119652333, - 38.67418502594083, - 38.7633018380172, - 39.02097295645241, - 39.328915451447976, - 39.51172205871855, - 39.311850058618916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 10.9375, -42.34375 11.09375, -42.1875 11.09375, -42.1875 10.9375, -42.34375 10.9375))", @@ -88485,68 +68268,7 @@ "id": "2075", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.508819347944131, - 5.508819347944131, - 5.508819347944131, - 5.508819347944131, - 5.508819347944131, - 5.508819347944131, - 5.508819347944131, - 5.508819347944131 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 98.1569186513533, - -477.72877624387445, - -705.6285064337062, - -563.3188348589797, - -45.17022519710849, - 622.9851200909903, - 1082.458908714921, - 753.4793636647618 - ], - "relative wind speed": [ - 1.728218464649794, - 1.2086809350857988, - 0.8512388390976403, - 1.0996129712759117, - 1.6219418483201191, - 2.038755703376129, - 2.2119735214735905, - 2.0995918018249013 - ], - "relative wind angle": [ - 0.40501841028391716, - 0.44717388826997434, - 0.06838708293379725, - 0.41206160607455455, - 0.43328510587065383, - 0.25925508768151606, - 0.026300080835671823, - 0.21132158289959896 - ], - "resistance": [ - 96732.65691865138, - 96156.77122375615, - 95928.87149356632, - 96071.18116514105, - 96589.32977480291, - 97257.48512009102, - 97716.95890871495, - 97387.9793636648 - ], - "fuel": [ - 39.133754657184305, - 38.837506072032426, - 38.720610128017896, - 38.79358195113801, - 39.05990859539648, - 39.404812914463704, - 39.64295899096817, - 39.47236843932106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 19.84375, -40 20, -39.84375 20, -39.84375 19.84375, -40 19.84375))", @@ -88565,68 +68287,7 @@ "id": "2076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.0751037941541055, - 4.0751037941541055, - 4.0751037941541055, - 4.0751037941541055, - 4.0751037941541055, - 4.0751037941541055, - 4.0751037941541055, - 4.0751037941541055 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -16.346570357501264, - -270.94161719913006, - -345.61880662312444, - -249.56455311863198, - 19.26086209251639, - 330.8664338675346, - 503.09056965093725, - 298.87384953846754 - ], - "relative wind speed": [ - 1.1947397831638045, - 0.8621488177602955, - 0.6968791663914985, - 0.897416767970756, - 1.2309199690544113, - 1.4829924260513712, - 1.5674586269310897, - 1.4619200608296368 - ], - "relative wind angle": [ - 0.3729897057301599, - 0.34816701296287084, - 0.027816513184728404, - 0.3664584828021747, - 0.3615136230529987, - 0.19966895507623345, - 0.012365712497876087, - 0.2217669085116416 - ], - "resistance": [ - 96618.15342964251, - 96363.55838280088, - 96288.88119337689, - 96384.93544688138, - 96653.76086209253, - 96965.36643386754, - 97137.59056965096, - 96933.37384953848 - ], - "fuel": [ - 38.72400166466588, - 38.592988519630325, - 38.55460581662484, - 38.60397975803783, - 38.74234426983162, - 38.9030642440326, - 38.992049069880764, - 38.88654646011598 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 19.84375, -39.84375 20, -39.6875 20, -39.6875 19.84375, -39.84375 19.84375))", @@ -88645,68 +68306,7 @@ "id": "2077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.004142371384084, - 4.004142371384084, - 4.004142371384084, - 4.004142371384084, - 4.004142371384084, - 4.004142371384084, - 4.004142371384084, - 4.004142371384084 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -9.24418504698906, - -251.4127706704454, - -325.145297108148, - -241.11902965033715, - 7.889957164339648, - 300.5709537709931, - 470.7297798918868, - 285.2157565405007 - ], - "relative wind speed": [ - 1.178245092300546, - 0.861301597084756, - 0.6974476904725108, - 0.8784384255368168, - 1.196003483361969, - 1.4411264304715028, - 1.527171420895129, - 1.4307451772711604 - ], - "relative wind angle": [ - 0.35983130407427016, - 0.3392980155819615, - 0.013588270292169642, - 0.34860734714854047, - 0.3542511210381873, - 0.2002515373127557, - 0.006205509600910303, - 0.2112951940498678 - ], - "resistance": [ - 96625.255814953, - 96383.08722932954, - 96309.35470289184, - 96393.38097034965, - 96642.38995716433, - 96935.07095377098, - 97105.22977989187, - 96919.71575654049 - ], - "fuel": [ - 38.71381666232154, - 38.58918610369406, - 38.55128345253576, - 38.59447927277314, - 38.72264290837663, - 38.873579273005916, - 38.96147715794078, - 38.86565263431186 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 19.6875, -40 19.84375, -39.84375 19.84375, -39.84375 19.6875, -40 19.6875))", @@ -88738,13 +68338,13 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - -42.42897400586588, - -280.12714265016365, - -339.30580181157455, + -42.428974005865996, + -280.1271426501637, + -339.3058018115748, -225.68345105029096, 48.280809109748134, 350.07271098206684, - 486.15918007966275, + 486.1591800796632, 268.50324176453216 ], "relative wind speed": [ @@ -88752,18 +68352,18 @@ 0.8188921663145793, 0.6837552217917934, 0.9103535270888374, - 1.2420355287262972, + 1.2420355287262974, 1.480219339866688, - 1.5472919798277291, + 1.5472919798277294, 1.4257945608970712 ], "relative wind angle": [ - 0.38590714076542176, - 0.3362373703715138, - 0.07346465899086062, + 0.3859071407654224, + 0.33623737037151386, + 0.07346465899086364, 0.3841305751049085, - 0.3554842370168015, - 0.1835582451727675, + 0.3554842370168019, + 0.18355824517276753, 0.03244085598195031, 0.2416197539101994 ], @@ -88818,33 +68418,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 8.111319511273962, + 8.111319511273564, -226.84897347232538, - -305.00138782942406, - -232.86596285621908, + -305.00138782942486, + -232.8659628562192, -1.9194674295965228, 278.1473699437924, - 453.90026146738074, + 453.9002614673721, 287.1839100311153 ], "relative wind speed": [ - 1.138091466961724, + 1.1380914669617237, 0.8183292831117849, - 0.6350449953575482, - 0.8075595099951491, + 0.6350449953575481, + 0.807559509995149, 1.1271595567925594, 1.3769814951703745, - 1.4705300770508636, + 1.4705300770508638, 1.383325157530319 ], "relative wind angle": [ - 0.3758487098094381, + 0.3758487098094389, 0.37476455621804283, - 0.009260222333517799, - 0.36895078902385214, - 0.37967876421217883, + 0.009260222333529789, + 0.3689507890238518, + 0.3796787642121788, 0.21929614748903878, - 0.003998958993227731, + 0.003998958993255494, 0.212120343021456 ], "resistance": [ @@ -88854,7 +68454,7 @@ 96401.63403714378, 96632.5805325704, 96912.64736994379, - 97088.40026146738, + 97088.40026146737, 96921.68391003112 ], "fuel": [ @@ -88864,7 +68464,7 @@ 38.55895226565143, 38.67781856176633, 38.82223297540648, - 38.91300771639605, + 38.913007716396045, 38.82689746173129 ] }, @@ -88885,68 +68485,7 @@ "id": "2080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8831375841187072, - 3.8831375841187072, - 3.8831375841187072, - 3.8831375841187072, - 3.8831375841187072, - 3.8831375841187072, - 3.8831375841187072, - 3.8831375841187072 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -57.430998437430105, - -283.6129071063991, - -332.0315653862276, - -205.32462070851517, - 73.22673893417749, - 369.97737501884075, - 481.256289396074, - 251.9088365520018 - ], - "relative wind speed": [ - 1.096691621902768, - 0.7590175180105293, - 0.6412368065642834, - 0.8969800943038914, - 1.2352456438651922, - 1.4671253257962635, - 1.5222942133986113, - 1.3870800354205373 - ], - "relative wind angle": [ - 0.4146273759458876, - 0.34885479480024567, - 0.11704936806054232, - 0.41951074762268536, - 0.36576359393665736, - 0.17777651022775262, - 0.049212122817188356, - 0.26654152048004065 - ], - "resistance": [ - 96577.0690015626, - 96350.88709289362, - 96302.4684346138, - 96429.17537929151, - 96707.7267389342, - 97004.47737501888, - 97115.7562893961, - 96886.40883655203 - ], - "fuel": [ - 38.66615949376989, - 38.54979020733118, - 38.52490382426262, - 38.590047537013874, - 38.73346889025704, - 38.88657837201817, - 38.94407757676916, - 38.8256212643044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 19.84375, -39.53125 20, -39.375 20, -39.375 19.84375, -39.53125 19.84375))", @@ -88965,68 +68504,7 @@ "id": "2081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.969530348533751, - 3.969530348533751, - 3.969530348533751, - 3.969530348533751, - 3.969530348533751, - 3.969530348533751, - 3.969530348533751, - 3.969530348533751 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -17.59244284261871, - -296.1242417132476, - -374.53363152175734, - -254.96441327211176, - 51.45047786828343, - 403.2382971555917, - 584.8599593810777, - 340.17943414055446 - ], - "relative wind speed": [ - 1.1782676184430647, - 0.7893928099092589, - 0.5970933422300024, - 0.8629227284443367, - 1.249053213370225, - 1.5248958987962227, - 1.6099465988555586, - 1.4845244609760246 - ], - "relative wind angle": [ - 0.44465441569272574, - 0.43245410937679496, - 0.0652892174692657, - 0.4636685250550242, - 0.4178200028560484, - 0.21869471242081998, - 0.02419947939619237, - 0.26298771301025486 - ], - "resistance": [ - 96616.90755715735, - 96338.37575828673, - 96259.96636847821, - 96379.53558672786, - 96685.95047786826, - 97037.73829715556, - 97219.35995938105, - 96974.67943414052 - ], - "fuel": [ - 38.70288482744431, - 38.55956766329625, - 38.51927456975292, - 38.58072807246381, - 38.738455170017374, - 38.91996878708272, - 39.013861216218274, - 38.88739813429573 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 19.6875, -39.6875 19.84375, -39.53125 19.84375, -39.53125 19.6875, -39.6875 19.6875))", @@ -89045,52 +68523,7 @@ "id": "2082", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.66176049659187, - 47.66176049659187, - 47.66176049659187, - 47.66176049659187, - 47.66176049659187, - 47.66176049659187, - 47.66176049659187, - 47.66176049659187 - ], - "relative wind speed": [ - 0.4649226912381036, - 0.4649226912381036, - 0.4649226912381036, - 0.4649226912381036, - 0.4649226912381036, - 0.4649226912381036, - 0.4649226912381036, - 0.4649226912381036 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 19.6875, -39.53125 19.84375, -39.375 19.84375, -39.375 19.6875, -39.53125 19.6875))", @@ -89109,52 +68542,7 @@ "id": "2083", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.67115501230867, - 61.67115501230867, - 61.67115501230867, - 61.67115501230867, - 61.67115501230867, - 61.67115501230867, - 61.67115501230867, - 61.67115501230867 - ], - "relative wind speed": [ - 0.528855157707287, - 0.528855157707287, - 0.528855157707287, - 0.528855157707287, - 0.528855157707287, - 0.528855157707287, - 0.528855157707287, - 0.528855157707287 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 19.53125, -40 19.6875, -39.84375 19.6875, -39.84375 19.53125, -40 19.53125))", @@ -89186,32 +68574,32 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 8.440492915283585, + 8.440492915283357, -252.49709390702895, - -336.7859267170017, + -336.78592671700176, -251.65370344419216, - 9.850401208471624, + 9.850401208471453, 325.03086926644994, - 520.4201037471365, + 520.4201037471367, 323.75174887830156 ], "relative wind speed": [ - 1.1696913810711085, + 1.1696913810711083, 0.8165458403424298, - 0.61418948892735, + 0.6141894889273499, 0.8180578982030984, - 1.1711845793968025, + 1.1711845793968023, 1.4398278149099553, - 1.5370824693750371, + 1.5370824693750373, 1.4389692565014829 ], "relative wind angle": [ - 0.40552682108815985, - 0.41031357746717745, - 0.0013227217129794745, + 0.40552682108816046, + 0.4103135774671774, + 0.0013227217129794743, 0.41104121382021525, - 0.4049795208756728, - 0.22819514736759547, + 0.4049795208756722, + 0.22819514736759544, 0.0005285347992029515, 0.2291534941324094 ], @@ -89266,19 +68654,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 70.45148717373178, - -215.05479514677847, - -341.25384027789926, + 70.45148717373166, + -215.05479514677853, + -341.25384027789937, -286.81692098879637, - -49.48033288146604, + -49.4803328814661, 270.97615733405024, 505.0421037639067, 379.7179428077781 ], "relative wind speed": [ 1.2365358011604408, - 0.88594080063614, - 0.6241961030113702, + 0.8859408006361399, + 0.6241961030113701, 0.7581251893849861, 1.1098836735020137, 1.405692517596225, @@ -89286,14 +68674,14 @@ 1.478549543802235 ], "relative wind angle": [ - 0.3802796887356556, - 0.4348418399764203, + 0.3802796887356559, + 0.43484183997642, 0.11049741217897942, - 0.3724416363372781, - 0.42633501884690217, - 0.2687270943077596, - 0.04471423893187565, - 0.1876846600334606 + 0.37244163633727806, + 0.4263350188469022, + 0.26872709430775965, + 0.04471423893187564, + 0.18768466003346063 ], "resistance": [ 96704.95148717376, @@ -89333,52 +68721,7 @@ "id": "2086", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.08031493916266, - 55.08031493916266, - 55.08031493916266, - 55.08031493916266, - 55.08031493916266, - 55.08031493916266, - 55.08031493916266, - 55.08031493916266 - ], - "relative wind speed": [ - 0.49979730557784047, - 0.49979730557784047, - 0.49979730557784047, - 0.49979730557784047, - 0.49979730557784047, - 0.49979730557784047, - 0.49979730557784047, - 0.49979730557784047 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 19.375, -39.84375 19.53125, -39.6875 19.53125, -39.6875 19.375, -39.84375 19.375))", @@ -89397,68 +68740,7 @@ "id": "2087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.885397196357813, - 3.885397196357813, - 3.885397196357813, - 3.885397196357813, - 3.885397196357813, - 3.885397196357813, - 3.885397196357813, - 3.885397196357813 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 179.76135078862808, - -145.014974150917, - -337.2098890215009, - -334.50303969622917, - -136.9196956072629, - 189.62932098499482, - 483.01543579294423, - 476.7969835416757 - ], - "relative wind speed": [ - 1.339740629014231, - 0.9944241484164926, - 0.6522133105617818, - 0.6591679663795874, - 1.005433991163746, - 1.3479328902675536, - 1.5428610634613047, - 1.539902612413495 - ], - "relative wind angle": [ - 0.34481129930299254, - 0.4680516068297181, - 0.2821732596810906, - 0.2952515326907527, - 0.4672249315969651, - 0.339303299870178, - 0.11797991621457601, - 0.12488093588532526 - ], - "resistance": [ - 96814.26135078864, - 96489.48502584909, - 96297.29011097852, - 96299.99696030379, - 96497.58030439274, - 96824.12932098501, - 97117.51543579296, - 97111.29698354169 - ], - "fuel": [ - 38.78881576006236, - 38.62149314277002, - 38.52266045239602, - 38.52405144544819, - 38.62565900712421, - 38.79390581705708, - 38.94540460341635, - 38.942190195269475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 19.84375, -39.375 20, -39.21875 20, -39.21875 19.84375, -39.375 19.84375))", @@ -89477,68 +68759,7 @@ "id": "2088", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.792407748257847, - 3.792407748257847, - 3.792407748257847, - 3.792407748257847, - 3.792407748257847, - 3.792407748257847, - 3.792407748257847, - 3.792407748257847 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 97.01865203006673, - -243.98766119184015, - -382.02443925236173, - -309.83755304126873, - -24.236819457347963, - 362.9968825727127, - 646.1450685331447, - 474.99257918199214 - ], - "relative wind speed": [ - 1.2621885636388144, - 0.8348602491393886, - 0.487006459432929, - 0.6950000835548518, - 1.1360130353468954, - 1.4787339013715743, - 1.6267975581274032, - 1.5493935815400257 - ], - "relative wind angle": [ - 0.47012131715478606, - 0.5764996167980012, - 0.14799249699829656, - 0.5336311190065729, - 0.5274227133022832, - 0.3128243881785371, - 0.04415659591234708, - 0.23019481234844574 - ], - "resistance": [ - 96731.51865203006, - 96390.51233880816, - 96252.47556074764, - 96324.66244695873, - 96610.26318054265, - 96997.49688257271, - 97280.64506853315, - 97109.492579182 - ], - "fuel": [ - 38.72923904345541, - 38.55367013278904, - 38.482724192982985, - 38.51981681249403, - 38.66676044475227, - 38.8664797190841, - 39.012869109528914, - 38.924346534462856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 19.84375, -39.21875 20, -39.0625 20, -39.0625 19.84375, -39.21875 19.84375))", @@ -89557,68 +68778,7 @@ "id": "2089", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.803780647477523, - 3.803780647477523, - 3.803780647477523, - 3.803780647477523, - 3.803780647477523, - 3.803780647477523, - 3.803780647477523, - 3.803780647477523 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 229.9310462501423, - -170.645456144531, - -378.67270914473113, - -366.71561008927307, - -135.55154466476745, - 273.27266985207467, - 630.8424818459339, - 602.6680359934926 - ], - "relative wind speed": [ - 1.3899540798999128, - 0.973151689047974, - 0.5281139075035539, - 0.5647903989734712, - 1.0216630041177264, - 1.4243396464033238, - 1.6422129395771419, - 1.6299630190408179 - ], - "relative wind angle": [ - 0.42420878783684407, - 0.6045563796198786, - 0.4092513694514602, - 0.4703098011898858, - 0.5943545845125713, - 0.39883606531533017, - 0.12831849348260752, - 0.15767561304944563 - ], - "resistance": [ - 96864.4310462501, - 96463.85454385543, - 96255.82729085523, - 96267.78438991068, - 96498.9484553352, - 96907.77266985203, - 97265.34248184589, - 97237.16803599345 - ], - "fuel": [ - 38.799824577892224, - 38.59343192123933, - 38.48648371073977, - 38.49262657395083, - 38.611489811386676, - 38.82219167159467, - 39.00698763922891, - 38.99240951254873 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 19.6875, -39.375 19.84375, -39.21875 19.84375, -39.21875 19.6875, -39.375 19.6875))", @@ -89637,68 +68797,7 @@ "id": "2090", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.727323434090308, - 3.727323434090308, - 3.727323434090308, - 3.727323434090308, - 3.727323434090308, - 3.727323434090308, - 3.727323434090308, - 3.727323434090308 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 306.36385877986476, - -87.16444341895004, - -333.69031895842, - -371.49599594526836, - -198.71631632603652, - 169.18715518808443, - 537.1495855466981, - 626.1366288038046 - ], - "relative wind speed": [ - 1.427946814333809, - 1.0538009291321324, - 0.6035110300220483, - 0.48721138512121354, - 0.8968009187911407, - 1.3163539016050974, - 1.5745025973787512, - 1.6142828310797885 - ], - "relative wind angle": [ - 0.3657069075370996, - 0.5736577673052673, - 0.5167138655008191, - 0.3135157691616042, - 0.6057879599094247, - 0.4494411668018371, - 0.1905116979308871, - 0.09321552156817818 - ], - "resistance": [ - 96940.86385877986, - 96547.33555658105, - 96300.80968104157, - 96263.00400405473, - 96435.78368367396, - 96803.68715518809, - 97171.6495855467, - 97260.63662880381 - ], - "fuel": [ - 38.82573860906631, - 38.62286037649021, - 38.49606084314998, - 38.47663565374104, - 38.56545613295202, - 38.75495357512017, - 38.9449851612985, - 38.9910175420518 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 19.6875, -39.21875 19.84375, -39.0625 19.84375, -39.0625 19.6875, -39.21875 19.6875))", @@ -89717,68 +68816,7 @@ "id": "2091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8714670625542604, - 3.8714670625542604, - 3.8714670625542604, - 3.8714670625542604, - 3.8714670625542604, - 3.8714670625542604, - 3.8714670625542604, - 3.8714670625542604 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 486.91875154610653, - 62.95597148118014, - -294.6287344834616, - -412.13393007070755, - -311.95496427024693, - 28.418157128689188, - 456.6287265664717, - 741.5493493451622 - ], - "relative wind speed": [ - 1.5878572953947951, - 1.2592667117315939, - 0.7914104822809519, - 0.45281447098559563, - 0.7541018299845856, - 1.2264614585258165, - 1.569595428465694, - 1.6985050530954007 - ], - "relative wind angle": [ - 0.2723435131740419, - 0.5175185131437818, - 0.6108515314860156, - 0.04187648916069123, - 0.6021203477212697, - 0.5328124964840983, - 0.2933900362971835, - 0.011161069050080956 - ], - "resistance": [ - 97121.41875154612, - 96697.45597148119, - 96339.87126551656, - 96222.36606992931, - 96322.54503572977, - 96662.9181571287, - 97091.12872656649, - 97376.04934934518 - ], - "fuel": [ - 38.944852761444714, - 38.72602360813495, - 38.541975576921566, - 38.48159978592893, - 38.53306989161062, - 38.70822631551093, - 38.929196324891365, - 39.07660228464583 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 19.84375, -39.0625 20, -38.90625 20, -38.90625 19.84375, -39.0625 19.84375))", @@ -89797,68 +68835,7 @@ "id": "2092", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.415295230520009, - 4.415295230520009, - 4.415295230520009, - 4.415295230520009, - 4.415295230520009, - 4.415295230520009, - 4.415295230520009, - 4.415295230520009 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 474.2023834261886, - -9.976233992372613, - -384.91725487953516, - -492.782307327514, - -332.31448036386234, - 78.80396271524683, - 556.0513486077712, - 807.5443153550759 - ], - "relative wind speed": [ - 1.6973125287394946, - 1.3329907487460984, - 0.8590116329756152, - 0.6104018416220217, - 0.9460055951048709, - 1.4138359416647652, - 1.7429559433899484, - 1.8447780348676701 - ], - "relative wind angle": [ - 0.2798537361853957, - 0.4818644396579567, - 0.4907060443342002, - 0.07422511747811199, - 0.5185047379668137, - 0.4521854752608605, - 0.23439421006281017, - 0.024539592364166692 - ], - "resistance": [ - 97108.70238342618, - 96624.52376600761, - 96249.58274512045, - 96141.71769267248, - 96302.18551963613, - 96713.30396271523, - 97190.55134860775, - 97442.04431535506 - ], - "fuel": [ - 39.04808792488725, - 38.79825541300309, - 38.60538798674754, - 38.549999738881056, - 38.632414993585456, - 38.84400001338526, - 39.0904075688788, - 39.22059686412375 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 19.84375, -38.90625 20, -38.75 20, -38.75 19.84375, -38.90625 19.84375))", @@ -89877,68 +68854,7 @@ "id": "2093", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.128586698428581, - 4.128586698428581, - 4.128586698428581, - 4.128586698428581, - 4.128586698428581, - 4.128586698428581, - 4.128586698428581, - 4.128586698428581 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 634.8837782726913, - 202.59914640057718, - -232.0950730018995, - -444.7812742943091, - -404.1663273990386, - -111.33762451637915, - 349.8331682297122, - 729.9284380341918 - ], - "relative wind speed": [ - 1.7239056135283022, - 1.4485839963443843, - 0.999654499111524, - 0.5642881229223115, - 0.6742302821289599, - 1.1524068045742446, - 1.5579242343901631, - 1.7629565939134468 - ], - "relative wind angle": [ - 0.18154682682405224, - 0.43322044755433226, - 0.5810875885703112, - 0.3021758558326121, - 0.47984569154046636, - 0.5558748219454127, - 0.3599500144651488, - 0.09540003300735841 - ], - "resistance": [ - 97269.3837782727, - 96837.0991464006, - 96402.40492699812, - 96189.71872570571, - 96230.33367260097, - 96523.16237548363, - 96984.33316822973, - 97364.4284380342 - ], - "fuel": [ - 39.070871368893, - 38.84751556046098, - 38.62361592653848, - 38.51432299512884, - 38.535180771090594, - 38.68574440005097, - 38.92351136688926, - 39.120072949096055 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 19.6875, -39.0625 19.84375, -38.90625 19.84375, -38.90625 19.6875, -39.0625 19.6875))", @@ -89957,68 +68873,7 @@ "id": "2094", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.891917952316902, - 3.891917952316902, - 3.891917952316902, - 3.891917952316902, - 3.891917952316902, - 3.891917952316902, - 3.891917952316902, - 3.891917952316902 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 600.7244406347734, - 184.43936721901377, - -227.69815168990033, - -413.40045045546765, - -367.525365969512, - -88.00335441352195, - 357.40644196140147, - 713.3695670890895 - ], - "relative wind speed": [ - 1.6583751823633026, - 1.3788089852294065, - 0.9274876824712782, - 0.4871341306010658, - 0.6302532303190866, - 1.1163839671263711, - 1.512347175310688, - 1.705909645499932 - ], - "relative wind angle": [ - 0.2003161773517442, - 0.46483566787528263, - 0.6269346405007176, - 0.316078490763724, - 0.5510366946878799, - 0.5867418926057684, - 0.36804087161416055, - 0.08887994517631134 - ], - "resistance": [ - 97235.22444063476, - 96818.939367219, - 96406.80184831009, - 96221.09954954452, - 96266.97463403047, - 96546.49664558646, - 96991.90644196139, - 97347.86956708907 - ], - "fuel": [ - 39.00748446680129, - 38.7924359422919, - 38.580165228634286, - 38.48472613778593, - 38.50829105929344, - 38.6520439821123, - 38.881710625989975, - 39.0657866161648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 19.6875, -38.90625 19.84375, -38.75 19.84375, -38.75 19.6875, -38.90625 19.6875))", @@ -90050,19 +68905,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 643.6878852546536, - 209.70749668515344, - -226.49680084712827, + 643.6878852546531, + 209.70749668515333, + -226.49680084712844, -416.9751166241887, -376.59967094690114, -95.68122205725206, - 374.54015490762066, + 374.5401549076208, 752.057328368041 ], "relative wind speed": [ - 1.6828329518149538, + 1.6828329518149536, 1.3979414477972498, - 0.9302317304423641, + 0.930231730442364, 0.450629935373599, 0.5961494810723249, 1.1104416490872275, @@ -90070,14 +68925,14 @@ 1.7274992355547423 ], "relative wind angle": [ - 0.20392864078730982, - 0.4841612742615617, - 0.672410551357544, + 0.20392864078731093, + 0.48416127426156175, + 0.6724105513575442, 0.3837706234069847, 0.6085467253248518, 0.626086575590927, - 0.39005873421328646, - 0.0978258230726586 + 0.3900587342132862, + 0.09782582307265858 ], "resistance": [ 97278.18788525464, @@ -90117,68 +68972,7 @@ "id": "2096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9798346962472566, - 3.9798346962472566, - 3.9798346962472566, - 3.9798346962472566, - 3.9798346962472566, - 3.9798346962472566, - 3.9798346962472566, - 3.9798346962472566 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 510.370770625451, - 90.71057763157751, - -279.3682676063315, - -421.76334701948036, - -334.30348448438514, - -9.954350474910143, - 416.74292169676824, - 720.0713212209893 - ], - "relative wind speed": [ - 1.6193161765656885, - 1.3099319287523012, - 0.8576597341189786, - 0.5054021005689787, - 0.746149840222378, - 1.209546528987817, - 1.5631200351291525, - 1.7098225581889086 - ], - "relative wind angle": [ - 0.2408124749941217, - 0.47867149311209717, - 0.5759093693301701, - 0.11341034274217977, - 0.5440222365398468, - 0.5222454990359571, - 0.3034478675208695, - 0.03345710151148009 - ], - "resistance": [ - 97144.87077062544, - 96725.21057763156, - 96355.13173239365, - 96212.7366529805, - 96300.1965155156, - 96624.54564952507, - 97051.24292169676, - 97354.57132122098 - ], - "fuel": [ - 38.9773040172154, - 38.76065567047631, - 38.57014731670627, - 38.49698126810795, - 38.541911329540866, - 38.708785147299196, - 38.92891212035477, - 39.08580685976699 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 19.53125, -39.21875 19.6875, -39.0625 19.6875, -39.0625 19.53125, -39.21875 19.53125))", @@ -90197,68 +68991,7 @@ "id": "2097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.259356303363976, - 4.259356303363976, - 4.259356303363976, - 4.259356303363976, - 4.259356303363976, - 4.259356303363976, - 4.259356303363976, - 4.259356303363976 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 716.4224571168326, - 310.31746679836726, - -153.81466680115193, - -435.9210042422573, - -453.7349119905192, - -207.12792609923645, - 245.80800729413352, - 674.9708430395257 - ], - "relative wind speed": [ - 1.7854988840750183, - 1.55875227962164, - 1.1391433178911121, - 0.6745137757706655, - 0.628730790943592, - 1.0740577280984624, - 1.5118403268261233, - 1.7687113497711522 - ], - "relative wind angle": [ - 0.11719149861977399, - 0.370834610313229, - 0.5445319958310075, - 0.4112506699512079, - 0.3384703271107243, - 0.5538108244719058, - 0.4009755687831883, - 0.15304729546100684 - ], - "resistance": [ - 97350.92245711683, - 96944.81746679837, - 96480.68533319885, - 96198.57899575774, - 96180.76508800949, - 96427.37207390077, - 96880.30800729414, - 97309.47084303953 - ], - "fuel": [ - 39.13991979999966, - 38.92994767301152, - 38.69072472343689, - 38.54571317093234, - 38.536566200977184, - 38.66329733302614, - 38.896650248958025, - 39.11845957530945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 19.375, -39.375 19.53125, -39.21875 19.53125, -39.21875 19.375, -39.375 19.375))", @@ -90290,7 +69023,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 445.1690022054773, + 445.1690022054766, 62.324960748870865, -265.73454774666016, -387.423244356717, @@ -90300,7 +69033,7 @@ 655.0343460463137 ], "relative wind speed": [ - 1.5424923418244303, + 1.5424923418244298, 1.2420546735923177, 0.8140207870837558, 0.5045847463398678, @@ -90310,14 +69043,14 @@ 1.637778804825449 ], "relative wind angle": [ - 0.24652042271345198, - 0.47406825368985744, - 0.5499695159034997, + 0.24652042271345243, + 0.4740682536898575, + 0.5499695159035, 0.06877859024118356, - 0.5283039068804508, + 0.5283039068804507, 0.5008852699476104, 0.28600212966934535, - 0.021174937519598425 + 0.02117493751959842 ], "resistance": [ 97079.66900220545, @@ -90370,17 +69103,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 721.1467899267919, + 721.1467899267888, 432.4425529415331, - 4.235840327969754, + 4.23584032796964, -332.10787484722164, -433.61292715463037, - -299.40991718101253, - 59.94929997791235, + -299.4099171810125, + 59.94929997791246, 483.89738421877144 ], "relative wind speed": [ - 1.7318631856772873, + 1.731863185677287, 1.5989362178026074, 1.2594962879011387, 0.8105062894771881, @@ -90390,13 +69123,13 @@ 1.6294880650911234 ], "relative wind angle": [ - 0.017586381223613164, - 0.27637546024648707, - 0.4844450123253795, - 0.5065552388530935, + 0.01758638122361948, + 0.2763754602464871, + 0.48444501232537973, + 0.5065552388530936, 0.05448136610545659, - 0.5258441903381691, - 0.46284987643189107, + 0.525844190338169, + 0.4628498764318908, 0.24372811261554864 ], "resistance": [ @@ -90450,9 +69183,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 662.7255678370584, + 662.7255678370575, 323.22671720459243, - -93.61119976941035, + -93.61119976941046, -356.71886116256877, -396.5323542677053, -211.39983524106958, @@ -90460,7 +69193,7 @@ 569.2016656366025 ], "relative wind speed": [ - 1.6663103252940337, + 1.6663103252940334, 1.474346977407965, 1.0897403392422522, 0.629108238409988, @@ -90470,12 +69203,12 @@ 1.6257434773124773 ], "relative wind angle": [ - 0.09288488894798104, - 0.36282424288128995, - 0.5671721554236819, + 0.09288488894798343, + 0.36282424288129, + 0.5671721554236823, 0.5056026547657617, 0.3065923366258199, - 0.5975076325781264, + 0.5975076325781266, 0.44481494800452637, 0.18853629372538433 ], @@ -90517,52 +69250,7 @@ "id": "2101", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 88.90369597462363, - 88.90369597462363, - 88.90369597462363, - 88.90369597462363, - 88.90369597462363, - 88.90369597462363, - 88.90369597462363, - 88.90369597462363 - ], - "relative wind speed": [ - 0.6349735151675852, - 0.6349735151675852, - 0.6349735151675852, - 0.6349735151675852, - 0.6349735151675852, - 0.6349735151675852, - 0.6349735151675852, - 0.6349735151675852 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 19.375, -39.0625 19.53125, -38.90625 19.53125, -38.90625 19.375, -39.0625 19.375))", @@ -90581,52 +69269,7 @@ "id": "2102", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.61770281486191, - 76.61770281486191, - 76.61770281486191, - 76.61770281486191, - 76.61770281486191, - 76.61770281486191, - 76.61770281486191, - 76.61770281486191 - ], - "relative wind speed": [ - 0.5894680441924653, - 0.5894680441924653, - 0.5894680441924653, - 0.5894680441924653, - 0.5894680441924653, - 0.5894680441924653, - 0.5894680441924653, - 0.5894680441924653 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 19.375, -38.90625 19.53125, -38.75 19.53125, -38.75 19.375, -38.90625 19.375))", @@ -90645,52 +69288,7 @@ "id": "2103", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 85.83146664140199, - 85.83146664140199, - 85.83146664140199, - 85.83146664140199, - 85.83146664140199, - 85.83146664140199, - 85.83146664140199, - 85.83146664140199 - ], - "relative wind speed": [ - 0.6239057237397344, - 0.6239057237397344, - 0.6239057237397344, - 0.6239057237397344, - 0.6239057237397344, - 0.6239057237397344, - 0.6239057237397344, - 0.6239057237397344 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 19.21875, -39.6875 19.375, -39.53125 19.375, -39.53125 19.21875, -39.6875 19.21875))", @@ -90709,68 +69307,7 @@ "id": "2104", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.977274782009437, - 3.977274782009437, - 3.977274782009437, - 3.977274782009437, - 3.977274782009437, - 3.977274782009437, - 3.977274782009437, - 3.977274782009437 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 406.0005170309828, - 43.057322379046695, - -266.6961172086941, - -381.6528468840083, - -294.9312828511049, - -4.373662387020545, - 362.5754658665145, - 607.4044378667891 - ], - "relative wind speed": [ - 1.5320534184929653, - 1.2455090169415162, - 0.8489865509033521, - 0.5849343487846258, - 0.7982475177701762, - 1.197119069040171, - 1.5045293659903942, - 1.625496411670642 - ], - "relative wind angle": [ - 0.229896955911915, - 0.4311137382467877, - 0.4732409034661601, - 0.04574181559350344, - 0.4526588151046232, - 0.44978791858042044, - 0.26011020907624915, - 0.016455180505257072 - ], - "resistance": [ - 97040.50051703097, - 96677.55732237903, - 96367.8038827913, - 96252.84715311597, - 96339.56871714888, - 96630.12633761296, - 96997.0754658665, - 97241.90443786677 - ], - "fuel": [ - 38.92287286032814, - 38.735607154095234, - 38.576173136404854, - 38.51709428885962, - 38.56165789439605, - 38.71117067659872, - 38.900441272272985, - 39.02700154973018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 19.21875, -39.53125 19.375, -39.375 19.375, -39.375 19.21875, -39.53125 19.21875))", @@ -90789,68 +69326,7 @@ "id": "2105", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.850443987890097, - 3.850443987890097, - 3.850443987890097, - 3.850443987890097, - 3.850443987890097, - 3.850443987890097, - 3.850443987890097, - 3.850443987890097 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 421.8999476949392, - 72.57727934105617, - -237.60346891453997, - -367.148082235987, - -296.6901074586262, - -26.89572109157399, - 330.51446133799504, - 585.4874445656084 - ], - "relative wind speed": [ - 1.514410053559427, - 1.2419578713586703, - 0.8477888456017945, - 0.5521029633460146, - 0.7369858698021151, - 1.1375968654932584, - 1.4552800609789933, - 1.5911531354569226 - ], - "relative wind angle": [ - 0.21765530942242475, - 0.4324723468295619, - 0.5035780601464039, - 0.10532914371627894, - 0.4597569857335201, - 0.4752556673875849, - 0.2849629647579041, - 0.036487969882602916 - ], - "resistance": [ - 97056.39994769491, - 96707.07727934103, - 96396.89653108543, - 96267.35191776398, - 96337.80989254135, - 96607.6042789084, - 96965.01446133797, - 97219.98744456557 - ], - "fuel": [ - 38.90739599005789, - 38.7271284690905, - 38.56744068496479, - 38.500854288202135, - 38.537062194834505, - 38.67587861254402, - 38.860192769731185, - 38.99197121933142 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 19.0625, -39.6875 19.21875, -39.53125 19.21875, -39.53125 19.0625, -39.6875 19.0625))", @@ -90869,68 +69345,7 @@ "id": "2106", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.313442232143292, - 4.313442232143292, - 4.313442232143292, - 4.313442232143292, - 4.313442232143292, - 4.313442232143292, - 4.313442232143292, - 4.313442232143292 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 440.7331098254333, - 44.247092010485176, - -298.3067332748272, - -426.78510508822853, - -334.4992881892231, - -16.312466567683714, - 385.6829531171036, - 654.167609950938 - ], - "relative wind speed": [ - 1.6291449461203564, - 1.3368100503458769, - 0.9359409977575404, - 0.674227175042187, - 0.8773275480415403, - 1.2793575619490956, - 1.596192761147193, - 1.7231467141415184 - ], - "relative wind angle": [ - 0.2157895488866072, - 0.40333513501803964, - 0.4335473452655537, - 0.04653107230171245, - 0.40890595606008084, - 0.42257862616247854, - 0.24888638268627897, - 0.018200960492916102 - ], - "resistance": [ - 97075.23310982544, - 96678.74709201048, - 96336.19326672517, - 96207.71489491177, - 96300.00071181078, - 96618.18753343231, - 97020.18295311711, - 97288.66760995094 - ], - "fuel": [ - 39.00874124422949, - 38.80414214213954, - 38.62784473868949, - 38.561835159680285, - 38.60924352451319, - 38.7729430250844, - 38.98029868264285, - 39.1191222760641 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 19.0625, -39.53125 19.21875, -39.375 19.21875, -39.375 19.0625, -39.53125 19.0625))", @@ -90949,68 +69364,7 @@ "id": "2107", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.200972563774038, - 4.200972563774038, - 4.200972563774038, - 4.200972563774038, - 4.200972563774038, - 4.200972563774038, - 4.200972563774038, - 4.200972563774038 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 505.2685267903479, - 173.75174172925574, - -180.26058322475956, - -382.03173355691024, - -369.17265973615184, - -141.3912621780455, - 220.87093976056326, - 534.7397320901042 - ], - "relative wind speed": [ - 1.628273615439028, - 1.412776761729345, - 1.0548336168725476, - 0.720337774650273, - 0.7499389736896489, - 1.1035149534605828, - 1.4494859336016845, - 1.641583662627482 - ], - "relative wind angle": [ - 0.1304070182370439, - 0.3362599859774075, - 0.4381304622598736, - 0.233560341872778, - 0.28623138277667154, - 0.43612497624092933, - 0.3138651131288358, - 0.10173396620582004 - ], - "resistance": [ - 97139.76852679037, - 96808.25174172928, - 96454.23941677526, - 96252.46826644312, - 96265.32734026387, - 96493.10873782198, - 96855.37093976059, - 97169.23973209014 - ], - "fuel": [ - 39.018545897851716, - 38.84735325523535, - 38.6649956165336, - 38.56126858100687, - 38.56787468733228, - 38.68499506023115, - 38.87166030386761, - 39.03378438854216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 18.90625, -40 19.0625, -39.84375 19.0625, -39.84375 18.90625, -40 18.90625))", @@ -91029,52 +69383,7 @@ "id": "2108", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.88046586137194, - 57.88046586137194, - 57.88046586137194, - 57.88046586137194, - 57.88046586137194, - 57.88046586137194, - 57.88046586137194, - 57.88046586137194 - ], - "relative wind speed": [ - 0.5123440678057527, - 0.5123440678057527, - 0.5123440678057527, - 0.5123440678057527, - 0.5123440678057527, - 0.5123440678057527, - 0.5123440678057527, - 0.5123440678057527 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 18.90625, -39.84375 19.0625, -39.6875 19.0625, -39.6875 18.90625, -39.84375 18.90625))", @@ -91106,34 +69415,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 348.3239907198495, + 348.3239907198487, 30.958723291988747, - -241.42666175766357, + -241.42666175766368, -341.39322238529587, - -265.65549011533847, + -265.6554901153386, -9.573234799503894, - 311.49676241127105, + 311.49676241127094, 523.5352744885033 ], "relative wind speed": [ - 1.4558279829687468, + 1.4558279829687466, 1.19302742214939, - 0.8353065762276449, + 0.8353065762276448, 0.606412753917927, - 0.7915948392863879, + 0.791594839286388, 1.1501056801786838, 1.4311954546079795, 1.5421806241375773 ], "relative wind angle": [ - 0.2176652967434687, - 0.40312747714426284, - 0.4290518675963875, - 0.038615084822351355, - 0.4084162741992513, + 0.21766529674346974, + 0.4031274771442628, + 0.42905186759638775, + 0.03861508482235135, + 0.4084162741992522, 0.4190988818662943, - 0.2452516348542416, - 0.01518094554235013 + 0.24525163485424203, + 0.015180945542350128 ], "resistance": [ 96982.82399071984, @@ -91186,30 +69495,30 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 304.2151952117705, + 304.21519521177015, 5.335126238356679, -242.82457974165845, - -322.55824853447746, + -322.5582485344704, -242.22968200544386, 6.3280635427506695, 305.11268331385327, 489.69696853520634 ], "relative wind speed": [ - 1.4140799791927015, + 1.4140799791927012, 1.1550557333510747, - 0.818171572736873, - 0.6283120852876534, + 0.8181715727368729, + 0.6283120852876533, 0.8192322903548904, 1.1561184999672658, 1.4146939636115725, 1.5086376823463048 ], "relative wind angle": [ - 0.22221388218226026, + 0.22221388218226076, 0.3909587643356362, - 0.38970456582928853, - 0.0009146838364503975, + 0.3897045658292888, + 0.0009146838363290196, 0.3902453642681952, 0.3905798993391719, 0.22152688019335146, @@ -91219,7 +69528,7 @@ 96938.71519521177, 96639.83512623835, 96391.67542025834, - 96311.94175146552, + 96311.94175146554, 96392.27031799455, 96640.82806354275, 96939.61268331386, @@ -91266,19 +69575,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 394.1855585962153, + 394.18555859621495, 115.33665710440539, - -171.13312934553414, + -171.1331293455342, -323.9939023984401, -301.159362261766, -101.26687918513073, - 199.57639256309426, + 199.57639256309437, 446.4723428900393 ], "relative wind speed": [ 1.487506388866345, 1.2836204182030861, - 0.9624988280227519, + 0.9624988280227518, 0.6865548878514834, 0.7410143292369935, 1.055507515380577, @@ -91286,14 +69595,14 @@ 1.5134133206166722 ], "relative wind angle": [ - 0.14035228771590158, + 0.1403522877159024, 0.3304028973402603, - 0.4068079629127265, + 0.40680796291272675, 0.17887483302659046, - 0.2846463025898653, + 0.28464630258986523, 0.40556465160605454, - 0.28495432198007287, - 0.08080183020825428 + 0.2849543219800724, + 0.0808018302082543 ], "resistance": [ 97028.6855585962, @@ -91346,21 +69655,21 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 437.88814839900044, + 437.88814839899976, 163.45314077923933, - -146.53956466554877, + -146.53956466554905, -334.43749010941167, - -336.1995271005561, + -336.19952710055605, -151.98870015811696, 156.91422010664076, 433.8593088388477 ], "relative wind speed": [ - 1.562628034235379, + 1.5626280342353787, 1.382061582494166, - 1.0733638095489046, + 1.0733638095489044, 0.7822213722232851, - 0.778357544252356, + 0.7783575442523561, 1.0665611197988627, 1.3767850131460415, 1.5606974610442612 @@ -91370,8 +69679,8 @@ 0.28891253799227173, 0.37822905924045885, 0.2148679754761745, - 0.20769143761091785, - 0.378136760723053, + 0.2076914376109184, + 0.3781367607230531, 0.2920259228652296, 0.10706951103471722 ], @@ -91426,11 +69735,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 511.20965944468, + 511.20965944467866, 243.40319643577448, - -99.18487430398648, + -99.1848743039867, -337.4116093693217, - -374.95007017508624, + -374.9500701750863, -215.33620746916012, 103.96968416388995, 425.23082252643917 @@ -91438,7 +69747,7 @@ "relative wind speed": [ 1.6337611677527426, 1.4790224507515288, - 1.1737768629606398, + 1.1737768629606395, 0.8451351134950293, 0.7652971287404225, 1.0331252773444668, @@ -91446,13 +69755,13 @@ 1.593926563067723 ], "relative wind angle": [ - 0.06402533875654227, - 0.26146055129587586, + 0.06402533875654576, + 0.2614605512958759, 0.3807034207146415, - 0.2811434026847208, - 0.13701664959755272, + 0.2811434026847209, + 0.13701664959755352, 0.3790702141846181, - 0.3239741148012853, + 0.32397411480128535, 0.14764829908649782 ], "resistance": [ @@ -91506,34 +69815,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 482.1903710340325, + 482.19037103403093, 218.96243795874568, - -113.71107195587365, + -113.71107195587376, -341.10127698384156, -371.6965212960392, -210.05205661975128, 104.08408990845408, - 412.13387713621864 + 412.1338771362184 ], "relative wind speed": [ - 1.6507828004309826, + 1.6507828004309824, 1.4976620872219544, 1.20641612781103, 0.9076152748033313, 0.8473457717394215, 1.095484816682281, 1.409836457764117, - 1.6184292459131804 + 1.6184292459131806 ], "relative wind angle": [ - 0.0648378501746313, + 0.06483785017463473, 0.24334249721959061, - 0.3409222747254714, + 0.3409222747254717, 0.23303487161193656, - 0.12656500266130963, + 0.12656500266130966, 0.33567380807358566, - 0.2901681180287765, - 0.12987113424526261 + 0.29016811802877657, + 0.1298711342452635 ], "resistance": [ 97116.69037103404, @@ -91586,34 +69895,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 536.289618138965, + 536.2896181389627, 270.53012056673697, - -87.09344381177095, + -87.09344381177118, -346.8539017494566, - -397.5539551162337, + -397.55395511623357, -245.95516535791586, 80.67504081389518, 420.0443906582972 ], "relative wind speed": [ - 1.693222863030149, + 1.6932228630301487, 1.5496081002564208, - 1.2521077576934785, - 0.9245155873291708, + 1.2521077576934783, + 0.9245155873291707, 0.8245258762106623, 1.0703089834476123, 1.4067952045528105, 1.6407673549941115 ], "relative wind angle": [ - 0.048374483313881625, - 0.23828699595159944, - 0.35514921908434455, - 0.27379345541925165, - 0.09946564989653127, + 0.04837448331388622, + 0.2382869959515994, + 0.3551492190843446, + 0.2737934554192512, + 0.09946564989653014, 0.3487673288580736, 0.3146616828932402, - 0.1529485134749374 + 0.15294851347493743 ], "resistance": [ 97170.78961813901, @@ -91653,68 +69962,7 @@ "id": "2116", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.022690627496412, - 4.022690627496412, - 4.022690627496412, - 4.022690627496412, - 4.022690627496412, - 4.022690627496412, - 4.022690627496412, - 4.022690627496412 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 549.3039286675864, - 214.8762425358475, - -152.73995218342253, - -372.6759824070057, - -373.2499705317858, - -154.44215540140215, - 212.79077830258154, - 547.981119279918 - ], - "relative wind speed": [ - 1.623213763293372, - 1.411126463341874, - 1.0388645738642366, - 0.6580028158543068, - 0.65653599782837, - 1.0366216967851767, - 1.4094760852740296, - 1.6226197127230177 - ], - "relative wind angle": [ - 0.12539473095141335, - 0.35628300684101083, - 0.4945191767726616, - 0.3169703548829059, - 0.3143653573880572, - 0.4947402458766206, - 0.35737215547239704, - 0.12673485502796533 - ], - "resistance": [ - 97183.80392866759, - 96849.37624253584, - 96481.76004781658, - 96261.824017593, - 96261.25002946821, - 96480.0578445986, - 96847.29077830259, - 97182.48111927992 - ], - "fuel": [ - 39.00568848963421, - 38.83293969336043, - 38.64352752456972, - 38.5304471508687, - 38.5301522696727, - 38.642651643599606, - 38.83186375140914, - 39.005004371942356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 19.21875, -39.21875 19.375, -39.0625 19.375, -39.0625 19.21875, -39.21875 19.21875))", @@ -91746,9 +69994,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 679.4547424867319, + 679.4547424867264, 405.6556762692404, - -2.773798418558272, + -2.7737984185583855, -325.0644167157183, -421.3400099671327, -292.8102253520124, @@ -91766,17 +70014,17 @@ 1.608371907610828 ], "relative wind angle": [ - 0.017247621912334792, - 0.2656296204939028, - 0.46086469847795847, + 0.017247621912347667, + 0.26562962049390276, + 0.46086469847795863, 0.46878225148706953, 0.04954435081042751, - 0.48959142525869026, - 0.44078793784495945, + 0.4895914252586903, + 0.44078793784495973, 0.23384973210691995 ], "resistance": [ - 97313.95474248678, + 97313.95474248676, 97040.15567626928, 96631.72620158149, 96309.43558328433, @@ -91786,7 +70034,7 @@ 97089.98285348056 ], "fuel": [ - 39.09642622882737, + 39.096426228827355, 38.95483169293736, 38.744131781991825, 38.57830720069088, @@ -91826,9 +70074,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 581.1333514405268, + 581.1333514405256, 302.2870362217469, - -74.1260819425313, + -74.12608194253164, -349.3203300796788, -407.3639960231755, -252.39257236958196, @@ -91836,9 +70084,9 @@ 447.8512349365909 ], "relative wind speed": [ - 1.6906696388615419, + 1.6906696388615416, 1.542121176533583, - 1.2250662740996239, + 1.2250662740996237, 0.8603794050654567, 0.7362368122366298, 1.0110740568065468, @@ -91846,14 +70094,14 @@ 1.6309983908023273 ], "relative wind angle": [ - 0.048754074571538804, - 0.2601208878182344, + 0.04875407457154108, + 0.26012088781823445, 0.4012953158727164, - 0.33160534088205, - 0.11214781686522542, + 0.33160534088205007, + 0.11214781686522543, 0.4031147552225502, 0.35457597901002075, - 0.17259476938143226 + 0.17259476938143228 ], "resistance": [ 97215.63335144051, @@ -91906,39 +70154,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 683.8799016935596, + 683.8799016935467, 433.3370590686287, - 15.050213312199162, + 15.050213312198935, -336.4543233958784, -453.9174546377543, - -345.588011825474, + -345.58801182547404, -0.19051411239684057, - 419.57126458251867 + 419.57126458251844 ], "relative wind speed": [ - 1.7893735066384315, + 1.7893735066384313, 1.6819377352241132, 1.3790950905161818, 0.9817608415987442, 0.751175161825423, - 0.9680945846518032, + 0.9680945846518031, 1.3653638347770642, - 1.6739974073774107 + 1.6739974073774104 ], "relative wind angle": [ - 0.00414494339728172, + 0.004144943397308505, 0.21681660411945827, - 0.3859218478867995, + 0.3859218478868001, 0.3889611138679958, - 0.00987379715918098, - 0.38304452554744445, + 0.009873797159180978, + 0.38304452554744417, 0.3900113099690025, - 0.22428371947810163 + 0.2242837194781011 ], "resistance": [ - 97318.3799016936, + 97318.37990169358, 97067.83705906865, - 96649.55021331224, + 96649.55021331222, 96298.04567660415, 96180.58254536228, 96288.91198817456, @@ -91946,9 +70194,9 @@ 97054.07126458254 ], "fuel": [ - 39.192012988683814, + 39.19201298868381, 39.06243038734035, - 38.84660985859577, + 38.84660985859576, 38.66574995933813, 38.60541405376732, 38.66105652410017, @@ -91973,68 +70221,7 @@ "id": "2120", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.135395320116286, - 4.135395320116286, - 4.135395320116286, - 4.135395320116286, - 4.135395320116286, - 4.135395320116286, - 4.135395320116286, - 4.135395320116286 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 659.2442795648905, - 525.054932825918, - 129.1591632770477, - -244.2031033559017, - -421.7522702638834, - -363.80509618942085, - -72.08466525197576, - 340.2909105181859 - ], - "relative wind speed": [ - 1.7060747716675102, - 1.6478852642226465, - 1.374521199963756, - 0.9570925135219608, - 0.6048257219501358, - 0.7489856049422504, - 1.1777931700018667, - 1.5363851083022984 - ], - "relative wind angle": [ - 0.06409510725406242, - 0.1919427033626091, - 0.41472700191416484, - 0.5120004349685915, - 0.1816715277722246, - 0.43313196221112604, - 0.48956677659370845, - 0.31014575997306726 - ], - "resistance": [ - 97293.74427956488, - 97159.55493282591, - 96763.65916327703, - 96390.29689664408, - 96212.7477297361, - 96270.69490381057, - 96562.41533474802, - 96974.79091051818 - ], - "fuel": [ - 39.084848489044646, - 39.01542802381761, - 38.811008854978596, - 38.61875913320265, - 38.52751844112251, - 38.55728400377635, - 38.70732100376998, - 38.919953294917704 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 19.21875, -38.90625 19.375, -38.75 19.375, -38.75 19.21875, -38.90625 19.21875))", @@ -92053,52 +70240,7 @@ "id": "2121", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 83.96782632605328, - 83.96782632605328, - 83.96782632605328, - 83.96782632605328, - 83.96782632605328, - 83.96782632605328, - 83.96782632605328, - 83.96782632605328 - ], - "relative wind speed": [ - 0.6170951860117538, - 0.6170951860117538, - 0.6170951860117538, - 0.6170951860117538, - 0.6170951860117538, - 0.6170951860117538, - 0.6170951860117538, - 0.6170951860117538 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 19.0625, -39.0625 19.21875, -38.90625 19.21875, -38.90625 19.0625, -39.0625 19.0625))", @@ -92117,68 +70259,7 @@ "id": "2122", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.525650153506988, - 4.525650153506988, - 4.525650153506988, - 4.525650153506988, - 4.525650153506988, - 4.525650153506988, - 4.525650153506988, - 4.525650153506988 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 620.02495718215, - 636.5044296792637, - 253.25528486473706, - -178.45338194471185, - -442.8881008190422, - -450.0709385730963, - -200.0402054420527, - 227.01121376959645 - ], - "relative wind speed": [ - 1.7757094199151675, - 1.7825242928222125, - 1.5634250341974814, - 1.1761360514653292, - 0.7847979717558325, - 0.7691936985871637, - 1.1509795666701181, - 1.5445891974538322 - ], - "relative wind angle": [ - 0.12571146640230232, - 0.11207331476819994, - 0.32861685867690493, - 0.4524911681883239, - 0.2876402997305106, - 0.26216749403571526, - 0.45379963033662957, - 0.3393921433627366 - ], - "resistance": [ - 97254.52495718215, - 97271.00442967926, - 96887.75528486473, - 96456.04661805529, - 96191.61189918096, - 96184.4290614269, - 96434.45979455794, - 96861.5112137696 - ], - "fuel": [ - 39.148162758126674, - 39.15669033391609, - 38.95863324386089, - 38.736187617614966, - 38.600275383905185, - 38.59658723104681, - 38.72508282561335, - 38.94509071805916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 19.0625, -38.90625 19.21875, -38.75 19.21875, -38.75 19.0625, -38.90625 19.0625))", @@ -92197,68 +70278,7 @@ "id": "2123", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.620958014170001, - 4.620958014170001, - 4.620958014170001, - 4.620958014170001, - 4.620958014170001, - 4.620958014170001, - 4.620958014170001, - 4.620958014170001 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 646.1508205672084, - 675.9635272594461, - 276.922637883755, - -178.20970015069406, - -461.27552028593755, - -474.2645882345224, - -217.20085555725535, - 229.48793845176954 - ], - "relative wind speed": [ - 1.8147779668609372, - 1.8268142787380623, - 1.6062733766768105, - 1.210590958829332, - 0.8039946179779668, - 0.7762576928702125, - 1.1660670024148396, - 1.5729894930170802 - ], - "relative wind angle": [ - 0.13135272616387006, - 0.10775731370657506, - 0.32673953303931097, - 0.45555993508582837, - 0.3001230317380606, - 0.2558846292727792, - 0.4579635027442382, - 0.34543108663763294 - ], - "resistance": [ - 97280.65082056723, - 97310.46352725946, - 96911.42263788376, - 96456.29029984932, - 96173.22447971407, - 96160.23541176549, - 96417.29914444276, - 96863.98793845178 - ], - "fuel": [ - 39.18362619666337, - 39.19905691297768, - 38.99279203270875, - 38.75825669264873, - 38.61277813641841, - 38.60610970280797, - 38.738199912229945, - 38.96831236293285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 18.90625, -39.375 19.0625, -39.21875 19.0625, -39.21875 18.90625, -39.375 18.90625))", @@ -92290,17 +70310,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 633.6972285941852, + 633.6972285941833, 344.57744462554456, -63.021497195107145, - -371.43029768822936, + -371.4302976882294, -445.25187126527334, -291.62381970803943, 69.919515357607, 464.0421135445729 ], "relative wind speed": [ - 1.7732043705753473, + 1.773204370575347, 1.6307380210012878, 1.3115759862110625, 0.9365502221021619, @@ -92310,10 +70330,10 @@ 1.7002934416141071 ], "relative wind angle": [ - 0.036108402242845006, + 0.03610840224284808, 0.24366983479331877, - 0.38485334568276075, - 0.3293562171323712, + 0.3848533456827608, + 0.32935621713237123, 0.08113385007055954, 0.3829267196839603, 0.3512601042424599, @@ -92370,34 +70390,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 639.2405108500374, + 639.2405108500349, 486.7874941609176, - 86.74254943515643, - -289.7822249555868, - -458.53823346526906, + 86.74254943515632, + -289.78222495558686, + -458.5382334652692, -392.10772142263016, -83.58998383338474, 334.12963523268 ], "relative wind speed": [ - 1.8041511972388813, + 1.804151197238881, 1.7397975274492343, 1.4764639606731764, 1.1001110439200699, - 0.8281478610717534, + 0.8281478610717535, 0.9559785488062678, 1.326968196728725, - 1.652436417336928 + 1.6524364173369281 ], "relative wind angle": [ - 0.044233368422307295, + 0.04423336842231232, 0.16711553671228932, - 0.33760394627934204, - 0.37429476039640147, - 0.09648225191197134, + 0.33760394627934237, + 0.3742947603964015, + 0.09648225191197364, 0.30754740990981294, - 0.37744141408129966, - 0.24587935050588505 + 0.3774414140812996, + 0.24587935050588552 ], "resistance": [ 97273.74051085007, @@ -92437,68 +70457,7 @@ "id": "2126", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.3910676700802105, - 4.3910676700802105, - 4.3910676700802105, - 4.3910676700802105, - 4.3910676700802105, - 4.3910676700802105, - 4.3910676700802105, - 4.3910676700802105 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 594.0190543909065, - 333.5708698666883, - -43.645746812608195, - -335.05981247305095, - -410.59688168048973, - -277.3476560965349, - 52.54628893298195, - 420.17583913378746 - ], - "relative wind speed": [ - 1.7005860485353246, - 1.5700317772543009, - 1.265699015889956, - 0.8991733110579674, - 0.7411925064623072, - 0.9881090316966884, - 1.3562320012756162, - 1.6226048800585797 - ], - "relative wind angle": [ - 0.028612827975295515, - 0.2404703936287375, - 0.3890979965185851, - 0.34620134423096033, - 0.06568731001992131, - 0.3880863353976326, - 0.3618776009784153, - 0.1891656318043324 - ], - "resistance": [ - 97228.5190543909, - 96968.07086986667, - 96590.85425318738, - 96299.44018752694, - 96223.90311831949, - 96357.15234390345, - 96687.04628893296, - 97054.67583913378 - ], - "fuel": [ - 39.10474043469006, - 38.97012660522014, - 38.775608006361864, - 38.625697571184496, - 38.586891048768955, - 38.65536100489642, - 38.82516088221376, - 39.014860766264576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 18.75, -39.21875 18.90625, -39.0625 18.90625, -39.0625 18.75, -39.21875 18.75))", @@ -92530,17 +70489,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 616.268315915338, + 616.2683159153373, 452.30544172778536, - 65.33302966472468, + 65.33302966472456, -291.90823640994574, - -443.88271353326525, + -443.8827135332651, -372.4915754731726, - -68.73311174540822, + -68.73311174540834, 332.43118051015426 ], "relative wind speed": [ - 1.7818607737143934, + 1.781860773714393, 1.7114124665439607, 1.4497882087220635, 1.0855230364759318, @@ -92552,11 +70511,11 @@ "relative wind angle": [ 0.03535880039466039, 0.17040389198449116, - 0.3326503669945184, + 0.3326503669945187, 0.35695373904323724, - 0.07539572195761816, + 0.07539572195761668, 0.30309834796750035, - 0.36355596353022185, + 0.3635559635302222, 0.23311405274722952 ], "resistance": [ @@ -92610,9 +70569,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 575.5114736831421, + 575.5114736831412, 601.0882653658072, - 238.76477815733392, + 238.7647781573337, -179.08584342841073, -439.6937572261075, -450.8763807783334, @@ -92622,22 +70581,22 @@ "relative wind speed": [ 1.7879283153986385, 1.7985651810585042, - 1.5946356393418777, + 1.5946356393418775, 1.2353602370024563, - 0.8832837164234413, + 0.8832837164234412, 0.8614180600538905, 1.1975036377580404, 1.5654912550174958 ], "relative wind angle": [ - 0.11803160632695726, + 0.11803160632695917, 0.09777097894414284, - 0.2918608359272914, - 0.39319633413864913, - 0.240680194187833, + 0.2918608359272918, + 0.3931963341386492, + 0.24068019418783207, 0.2052502199198308, 0.3932120537468189, - 0.3071524451324428 + 0.30715244513244283 ], "resistance": [ 97210.01147368316, @@ -92690,34 +70649,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 607.5633632427192, + 607.5633632427181, 653.310536235694, 272.1096719343674, -175.67580494152867, -461.4976929512196, -481.4896293648137, - -236.8781861441181, + -236.87818614411788, 198.35026797532396 ], "relative wind speed": [ - 1.8325669775135525, + 1.8325669775135522, 1.851046028370942, 1.6454797267585795, 1.2739868884770709, 0.8988935813558993, 0.8601976508501706, - 1.2077697903584528, + 1.207769790358453, 1.594762930866059 ], "relative wind angle": [ - 0.1272009415409057, - 0.09267261862020848, - 0.29266249359928226, - 0.40337111434860107, + 0.12720094154090747, + 0.0926726186202085, + 0.29266249359928265, + 0.403371114348601, 0.2615982648966164, - 0.2004756258926691, - 0.4039562425038154, - 0.31894831562081166 + 0.20047562589266912, + 0.4039562425038157, + 0.3189483156208117 ], "resistance": [ 97242.0633632427, @@ -92770,19 +70729,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 632.710026014356, + 632.7100260143549, 572.6284172526085, - 168.53386653149448, + 168.53386653149357, -258.59457256728433, - -492.2443759972166, + -492.2443759972165, -465.9857484049014, - -176.16472750107732, + -176.1647275010772, 266.9123663092838 ], "relative wind speed": [ - 1.9006848349183811, + 1.900684834918381, 1.8766991020634773, - 1.645528258289127, + 1.6455282582891266, 1.2833014430007026, 0.9801830285831115, 1.025359493799717, @@ -92790,13 +70749,13 @@ 1.7107013233184187 ], "relative wind angle": [ - 0.07742929095169608, - 0.1193183273652644, + 0.07742929095169751, + 0.11931832736526442, 0.28518710678680687, 0.34276967893642435, - 0.15056230390199882, - 0.2196300835833457, - 0.34579022993912156, + 0.1505623039019981, + 0.21963008358334574, + 0.3457902299391215, 0.2548774505167233 ], "resistance": [ @@ -92852,17 +70811,17 @@ "wind resistance": [ 660.17686758192, 645.4770522228376, - 232.37137607190618, + 232.3713760719055, -221.37894140202627, -488.49644715850366, -482.0724160889559, - -201.77105607997544, + -201.77105607997555, 256.0308126416527 ], "relative wind speed": [ - 1.868069784466386, + 1.8680697844663856, 1.8622152602594881, - 1.6309194484705873, + 1.6309194484705871, 1.2406156056278215, 0.87296318658299, 0.885383402386844, @@ -92870,13 +70829,13 @@ 1.6470040570193296 ], "relative wind angle": [ - 0.10576055481040071, + 0.10576055481039967, 0.11661455233293096, - 0.3139240649615745, + 0.3139240649615748, 0.4109067493127085, 0.22786400802076384, 0.2472291686568833, - 0.4106026471115578, + 0.41060264711155814, 0.30561646477762366 ], "resistance": [ @@ -92917,68 +70876,7 @@ "id": "2132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.659310296172998, - 3.659310296172998, - 3.659310296172998, - 3.659310296172998, - 3.659310296172998, - 3.659310296172998, - 3.659310296172998, - 3.659310296172998 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 644.5045033290307, - 367.0210669002696, - -18.025947683649235, - -297.41560405605395, - -367.5314682160435, - -238.62286334545385, - 96.78426196244925, - 469.37936827763076 - ], - "relative wind speed": [ - 1.6010255104238489, - 1.4555461159800993, - 1.1135579493625207, - 0.6649413130664801, - 0.43863372499895775, - 0.7981652297548757, - 1.2311258762392836, - 1.5210309924231762 - ], - "relative wind angle": [ - 0.04235919555206847, - 0.3217358731299101, - 0.5511284952697996, - 0.5799629554152516, - 0.1551881894726175, - 0.6146251454049159, - 0.4934219703894843, - 0.2419159929233103 - ], - "resistance": [ - 97279.00450332904, - 97001.52106690027, - 96616.47405231635, - 96337.08439594395, - 96266.96853178396, - 96395.87713665454, - 96731.28426196244, - 97103.87936827763 - ], - "fuel": [ - 38.988806297959584, - 38.845344388022006, - 38.64674558518024, - 38.502987911288294, - 38.46695595778988, - 38.533215107483954, - 38.70590444807147, - 38.89823137579132 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 19.84375, -37.96875 20, -37.8125 20, -37.8125 19.84375, -37.96875 19.84375))", @@ -92997,68 +70895,7 @@ "id": "2133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.673494119158214, - 3.673494119158214, - 3.673494119158214, - 3.673494119158214, - 3.673494119158214, - 3.673494119158214, - 3.673494119158214, - 3.673494119158214 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 656.7021474163091, - 358.2708598780234, - -40.65072229434202, - -313.3141942471719, - -373.47167783659086, - -229.70102028912368, - 124.88158403400558, - 504.86387988378914 - ], - "relative wind speed": [ - 1.6174221843758543, - 1.4565408308228804, - 1.0983627808343157, - 0.6377951076774915, - 0.4371064987408096, - 0.8280129358279379, - 1.2651939833205488, - 1.549301137408498 - ], - "relative wind angle": [ - 0.05976422583790584, - 0.34195154011434337, - 0.5715222025791478, - 0.5842558296744498, - 0.22285358061108954, - 0.6308924967756903, - 0.4888229568286525, - 0.22906435793472812 - ], - "resistance": [ - 97291.2021474163, - 96992.77085987803, - 96593.84927770565, - 96321.18580575283, - 96261.02832216342, - 96404.79897971087, - 96759.38158403401, - 97139.3638798838 - ], - "fuel": [ - 38.99753745412797, - 38.843243366555704, - 38.63751165274277, - 38.49723442508422, - 38.46632244398855, - 38.54022150092968, - 38.72280804360792, - 38.91899305659723 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 19.6875, -38.125 19.84375, -37.96875 19.84375, -37.96875 19.6875, -38.125 19.6875))", @@ -93077,68 +70914,7 @@ "id": "2134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.7690380303776214, - 3.7690380303776214, - 3.7690380303776214, - 3.7690380303776214, - 3.7690380303776214, - 3.7690380303776214, - 3.7690380303776214, - 3.7690380303776214 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 670.9023290340515, - 391.702488759348, - -4.678021179087295, - -304.4486600561603, - -385.16608146659576, - -257.9101417043382, - 83.66829005247195, - 472.0277264172037 - ], - "relative wind speed": [ - 1.6367808032409004, - 1.4970758890297884, - 1.156468496058249, - 0.7050138555829776, - 0.4608599215375621, - 0.806354170091036, - 1.246604942538857, - 1.5473844798800196 - ], - "relative wind angle": [ - 0.031605371566682645, - 0.3074539572797589, - 0.5343894151648935, - 0.5691070792258128, - 0.11246726129760451, - 0.5966420929340855, - 0.49211314257553807, - 0.2480587999856387 - ], - "resistance": [ - 97305.40232903406, - 97026.20248875934, - 96629.82197882091, - 96330.05133994384, - 96249.3339185334, - 96376.58985829566, - 96718.16829005248, - 97106.5277264172 - ], - "fuel": [ - 39.02152252967693, - 38.87714668704066, - 38.67267427022751, - 38.518426205662095, - 38.476949905472345, - 38.54235084194913, - 38.718196978586924, - 38.91865360804183 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 19.6875, -37.96875 19.84375, -37.8125 19.84375, -37.8125 19.6875, -37.96875 19.6875))", @@ -93157,52 +70933,7 @@ "id": "2135", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 79.55007011728382, - 79.55007011728382, - 79.55007011728382, - 79.55007011728382, - 79.55007011728382, - 79.55007011728382, - 79.55007011728382, - 79.55007011728382 - ], - "relative wind speed": [ - 0.6006424003089578, - 0.6006424003089578, - 0.6006424003089578, - 0.6006424003089578, - 0.6006424003089578, - 0.6006424003089578, - 0.6006424003089578, - 0.6006424003089578 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 19.84375, -37.8125 20, -37.65625 20, -37.65625 19.84375, -37.8125 19.84375))", @@ -93221,52 +70952,7 @@ "id": "2136", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.15591459626295, - 75.15591459626295, - 75.15591459626295, - 75.15591459626295, - 75.15591459626295, - 75.15591459626295, - 75.15591459626295, - 75.15591459626295 - ], - "relative wind speed": [ - 0.583817737051925, - 0.583817737051925, - 0.583817737051925, - 0.583817737051925, - 0.583817737051925, - 0.583817737051925, - 0.583817737051925, - 0.583817737051925 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 19.84375, -37.65625 20, -37.5 20, -37.5 19.84375, -37.65625 19.84375))", @@ -93285,52 +70971,7 @@ "id": "2137", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.47511994367257, - 61.47511994367257, - 61.47511994367257, - 61.47511994367257, - 61.47511994367257, - 61.47511994367257, - 61.47511994367257, - 61.47511994367257 - ], - "relative wind speed": [ - 0.5280139485877972, - 0.5280139485877972, - 0.5280139485877972, - 0.5280139485877972, - 0.5280139485877972, - 0.5280139485877972, - 0.5280139485877972, - 0.5280139485877972 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 19.6875, -37.8125 19.84375, -37.65625 19.84375, -37.65625 19.6875, -37.8125 19.6875))", @@ -93349,52 +70990,7 @@ "id": "2138", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 73.75332655522767, - 73.75332655522767, - 73.75332655522767, - 73.75332655522767, - 73.75332655522767, - 73.75332655522767, - 73.75332655522767, - 73.75332655522767 - ], - "relative wind speed": [ - 0.5783443667916823, - 0.5783443667916823, - 0.5783443667916823, - 0.5783443667916823, - 0.5783443667916823, - 0.5783443667916823, - 0.5783443667916823, - 0.5783443667916823 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 19.6875, -37.65625 19.84375, -37.5 19.84375, -37.5 19.6875, -37.65625 19.6875))", @@ -93413,68 +71009,7 @@ "id": "2139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.6715620373376177, - 3.6715620373376177, - 3.6715620373376177, - 3.6715620373376177, - 3.6715620373376177, - 3.6715620373376177, - 3.6715620373376177, - 3.6715620373376177 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 576.701184713321, - 323.36022276780926, - -24.61582928898548, - -283.1686903421903, - -349.13194730848386, - -222.39134050357853, - 82.69008963889968, - 422.6647163646615 - ], - "relative wind speed": [ - 1.5527565484126222, - 1.4136682286946949, - 1.0920222434725608, - 0.6821501826773506, - 0.49282967584563747, - 0.8096148017493252, - 1.2088926370003048, - 1.479393496100903 - ], - "relative wind angle": [ - 0.042464255055025574, - 0.3034480113548119, - 0.5082980889190337, - 0.5036133571390503, - 0.13415379585874815, - 0.5489084699736227, - 0.45519788063093597, - 0.22440305838687122 - ], - "resistance": [ - 97211.20118471334, - 96957.86022276782, - 96609.88417071103, - 96351.33130965782, - 96285.36805269153, - 96412.10865949643, - 96717.19008963891, - 97057.16471636467 - ], - "fuel": [ - 38.95581288426713, - 38.82488543061149, - 38.64543955017456, - 38.5123995963681, - 38.4784976262447, - 38.54365058893559, - 38.700727508094765, - 38.87617786441307 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 19.53125, -38.125 19.6875, -37.96875 19.6875, -37.96875 19.53125, -38.125 19.53125))", @@ -93493,52 +71028,7 @@ "id": "2140", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.60855132955021, - 76.60855132955021, - 76.60855132955021, - 76.60855132955021, - 76.60855132955021, - 76.60855132955021, - 76.60855132955021, - 76.60855132955021 - ], - "relative wind speed": [ - 0.5894328390829131, - 0.5894328390829131, - 0.5894328390829131, - 0.5894328390829131, - 0.5894328390829131, - 0.5894328390829131, - 0.5894328390829131, - 0.5894328390829131 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 19.53125, -37.96875 19.6875, -37.8125 19.6875, -37.8125 19.53125, -37.96875 19.53125))", @@ -93557,52 +71047,7 @@ "id": "2141", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 82.69032608935892, - 82.69032608935892, - 82.69032608935892, - 82.69032608935892, - 82.69032608935892, - 82.69032608935892, - 82.69032608935892, - 82.69032608935892 - ], - "relative wind speed": [ - 0.6123829004240618, - 0.6123829004240618, - 0.6123829004240618, - 0.6123829004240618, - 0.6123829004240618, - 0.6123829004240618, - 0.6123829004240618, - 0.6123829004240618 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 19.375, -38.125 19.53125, -37.96875 19.53125, -37.96875 19.375, -38.125 19.375))", @@ -93621,68 +71066,7 @@ "id": "2142", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.737572058032022, - 3.737572058032022, - 3.737572058032022, - 3.737572058032022, - 3.737572058032022, - 3.737572058032022, - 3.737572058032022, - 3.737572058032022 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 647.6111575026288, - 425.91636165486705, - 51.33434600458395, - -264.00463249764937, - -372.1563695819549, - -281.22866301329987, - 19.71078820443512, - 396.48446017544507 - ], - "relative wind speed": [ - 1.6088125604766097, - 1.5064620779875568, - 1.2014372567209124, - 0.7708399060177548, - 0.46812332755767216, - 0.7334775471249169, - 1.167889473672017, - 1.4876905403481973 - ], - "relative wind angle": [ - 0.011897238413477769, - 0.26177025390511555, - 0.4947755468156378, - 0.5714749970991978, - 0.040898008522837585, - 0.5603951509397387, - 0.5103398283857281, - 0.28405553088766267 - ], - "resistance": [ - 97282.11115750262, - 97060.41636165485, - 96685.83434600457, - 96370.49536750234, - 96262.34363041804, - 96353.27133698668, - 96654.21078820442, - 97030.98446017543 - ], - "fuel": [ - 39.003922509986225, - 38.88927835117313, - 38.69598778148021, - 38.53367238100638, - 38.47808831967838, - 38.5248172601221, - 38.679693397704256, - 38.874072098972604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 19.375, -37.96875 19.53125, -37.8125 19.53125, -37.8125 19.375, -37.96875 19.375))", @@ -93701,68 +71085,7 @@ "id": "2143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.370447050240768, - 4.370447050240768, - 4.370447050240768, - 4.370447050240768, - 4.370447050240768, - 4.370447050240768, - 4.370447050240768, - 4.370447050240768 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 718.2878655076139, - 346.43633206092943, - -110.77616279678637, - -419.83384209707435, - -466.23934519088067, - -248.2432651568909, - 177.70037203724587, - 610.98040385362 - ], - "relative wind speed": [ - 1.7970194795136576, - 1.601488302702359, - 1.2120213394023762, - 0.7641063357009239, - 0.6541058527601737, - 1.045164433318589, - 1.4792355286430623, - 1.753075863762991 - ], - "relative wind angle": [ - 0.08250323624416979, - 0.3258384751458902, - 0.4960733570155091, - 0.40804342832177265, - 0.22838360082871606, - 0.5126507569528432, - 0.40062505082990907, - 0.17383197777751078 - ], - "resistance": [ - 97352.78786550766, - 96980.93633206097, - 96523.72383720326, - 96214.66615790298, - 96168.26065480916, - 96386.25673484315, - 96812.20037203729, - 97245.48040385367 - ], - "fuel": [ - 39.164572152733186, - 38.97228412059783, - 38.7365603551216, - 38.57766096530509, - 38.553832658855725, - 38.66583892188137, - 38.88519883073351, - 39.10902960851605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 19.53125, -37.8125 19.6875, -37.65625 19.6875, -37.65625 19.53125, -37.8125 19.53125))", @@ -93781,52 +71104,7 @@ "id": "2144", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 72.27725465371302, - 72.27725465371302, - 72.27725465371302, - 72.27725465371302, - 72.27725465371302, - 72.27725465371302, - 72.27725465371302, - 72.27725465371302 - ], - "relative wind speed": [ - 0.5725277311752548, - 0.5725277311752548, - 0.5725277311752548, - 0.5725277311752548, - 0.5725277311752548, - 0.5725277311752548, - 0.5725277311752548, - 0.5725277311752548 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 19.53125, -37.65625 19.6875, -37.5 19.6875, -37.5 19.53125, -37.65625 19.53125))", @@ -93845,68 +71123,7 @@ "id": "2145", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.5405235628450953, - 3.5405235628450953, - 3.5405235628450953, - 3.5405235628450953, - 3.5405235628450953, - 3.5405235628450953, - 3.5405235628450953, - 3.5405235628450953 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 556.3116718045139, - 302.66503677139445, - -34.791132237314116, - -275.6017928490051, - -331.85034185289715, - -203.7154028441067, - 97.93253872020927, - 424.5063222339306 - ], - "relative wind speed": [ - 1.5163800628777295, - 1.3701542399464777, - 1.044573993478002, - 0.6335481145326627, - 0.4605593762321167, - 0.7963672474964505, - 1.1918005731991412, - 1.452632169787139 - ], - "relative wind angle": [ - 0.0552227628710806, - 0.32258488196231794, - 0.5328005590357925, - 0.5221902666784428, - 0.18274256147788653, - 0.5769059102790774, - 0.46139698595519235, - 0.21929011115713004 - ], - "resistance": [ - 97190.81167180455, - 96937.16503677142, - 96599.70886776272, - 96358.89820715103, - 96302.64965814713, - 96430.78459715593, - 96732.43253872024, - 97059.00632223397 - ], - "fuel": [ - 38.923446347845754, - 38.79238030982806, - 38.618378752634555, - 38.49446932508263, - 38.46555765138764, - 38.5314359642515, - 38.68676412294464, - 38.8553091001165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 19.375, -37.8125 19.53125, -37.65625 19.53125, -37.65625 19.375, -37.8125 19.375))", @@ -93925,68 +71142,7 @@ "id": "2146", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8773827101328378, - 3.8773827101328378, - 3.8773827101328378, - 3.8773827101328378, - 3.8773827101328378, - 3.8773827101328378, - 3.8773827101328378, - 3.8773827101328378 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 612.766608806436, - 335.20717768083625, - -39.72463385503545, - -314.7680948313481, - -380.38533581591173, - -234.98525881590103, - 95.84262828996589, - 460.1711742242269 - ], - "relative wind speed": [ - 1.6196097374531093, - 1.470431647209642, - 1.1353503292171792, - 0.7177519656083164, - 0.5421476388715406, - 0.868844367462467, - 1.2759464698541858, - 1.549803819795368 - ], - "relative wind angle": [ - 0.048605811831590635, - 0.3024176689986115, - 0.49631966741969835, - 0.4724873148853533, - 0.14566219520769977, - 0.5282766297436279, - 0.4375493968166089, - 0.2123616361489518 - ], - "resistance": [ - 97247.26660880641, - 96969.70717768082, - 96594.77536614495, - 96319.73190516864, - 96254.11466418408, - 96399.51474118409, - 96730.34262828995, - 97094.67117422422 - ], - "fuel": [ - 39.01102775128049, - 38.867559369785134, - 38.67421509550523, - 38.53271370454108, - 38.49899724336191, - 38.57373053276498, - 38.74406384394975, - 38.932116841121164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 19.375, -37.65625 19.53125, -37.5 19.53125, -37.5 19.375, -37.65625 19.375))", @@ -94005,68 +71161,7 @@ "id": "2147", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9159051348812204, - 3.9159051348812204, - 3.9159051348812204, - 3.9159051348812204, - 3.9159051348812204, - 3.9159051348812204, - 3.9159051348812204, - 3.9159051348812204 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 623.1478391435124, - 355.02570222775375, - -22.72591773727561, - -308.9201253514201, - -385.3778801924592, - -250.8097611379851, - 75.26517054366752, - 445.2630824806919 - ], - "relative wind speed": [ - 1.630340827173221, - 1.4920780174380417, - 1.165010438195647, - 0.7482947136100049, - 0.5490299196448024, - 0.8562407694633576, - 1.2657787106395124, - 1.549031983851967 - ], - "relative wind angle": [ - 0.0345373523129247, - 0.2872909563318064, - 0.4835244868259369, - 0.4764265958041012, - 0.10271859568162225, - 0.5164226833994855, - 0.44215891270959257, - 0.22339368205797558 - ], - "resistance": [ - 97257.6478391435, - 96989.52570222774, - 96611.77408226271, - 96325.57987464857, - 96249.12211980752, - 96383.69023886201, - 96709.76517054366, - 97079.76308248068 - ], - "fuel": [ - 39.023551477292486, - 38.884946097090356, - 38.69012183248966, - 38.54287156055777, - 38.50358473793419, - 38.572745364130704, - 38.74060943779342, - 38.93156432531127 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 19.21875, -38.75 19.375, -38.59375 19.375, -38.59375 19.21875, -38.75 19.21875))", @@ -94085,68 +71180,7 @@ "id": "2148", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8733832326591737, - 3.8733832326591737, - 3.8733832326591737, - 3.8733832326591737, - 3.8733832326591737, - 3.8733832326591737, - 3.8733832326591737, - 3.8733832326591737 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 732.642949465671, - 499.59114866137065, - 78.70331727420023, - -284.71235617652786, - -411.96822422461554, - -319.5221556772967, - 10.462241724706018, - 438.89229575761647 - ], - "relative wind speed": [ - 1.6960450621592895, - 1.5949277231024481, - 1.2746853303967314, - 0.8111564520118615, - 0.45783962741380296, - 0.7364723588734052, - 1.208868597398697, - 1.5582718593572964 - ], - "relative wind angle": [ - 0.02239548784818196, - 0.26084227253429465, - 0.5076704285477489, - 0.6105272496335872, - 0.08305152407959548, - 0.592581552217067, - 0.5382227304654361, - 0.3030476412304383 - ], - "resistance": [ - 97367.14294946565, - 97134.09114866135, - 96713.20331727416, - 96349.78764382344, - 96222.53177577535, - 96314.97784432267, - 96644.96224172467, - 97073.39229575759 - ], - "fuel": [ - 39.072342618258276, - 38.951756641174015, - 38.734492373470275, - 38.5474258042545, - 38.48203759613821, - 38.52953340873716, - 38.69932811283064, - 38.92038293258728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 19.21875, -38.59375 19.375, -38.4375 19.375, -38.4375 19.21875, -38.59375 19.21875))", @@ -94165,68 +71199,7 @@ "id": "2149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.243864008175332, - 4.243864008175332, - 4.243864008175332, - 4.243864008175332, - 4.243864008175332, - 4.243864008175332, - 4.243864008175332, - 4.243864008175332 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 734.6767018129249, - 522.789102525124, - 86.90612454759616, - -296.1913274426713, - -453.34687665981164, - -362.3054050828306, - -24.60378965799589, - 420.07465128340345 - ], - "relative wind speed": [ - 1.7683860462688499, - 1.679086040984553, - 1.3707530130014738, - 0.9257130178253102, - 0.5932598451467618, - 0.8122909081559104, - 1.2649832527940106, - 1.6193214199567334 - ], - "relative wind angle": [ - 0.0334385958627532, - 0.2248439602374454, - 0.44378313869964486, - 0.5175136217144986, - 0.09982071858289077, - 0.47897368913257593, - 0.48392771095577974, - 0.28672841274243177 - ], - "resistance": [ - 97369.17670181295, - 97157.28910252516, - 96721.40612454762, - 96338.30867255735, - 96181.15312334022, - 96272.1945949172, - 96609.89621034203, - 97054.57465128343 - ], - "fuel": [ - 39.14613374267736, - 39.03648862839471, - 38.81145833077214, - 38.61426299046739, - 38.533526807838044, - 38.580286728003976, - 38.754003442607086, - 38.98339727794789 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 19.0625, -38.75 19.21875, -38.59375 19.21875, -38.59375 19.0625, -38.75 19.0625))", @@ -94245,68 +71218,7 @@ "id": "2150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.902045567190279, - 4.902045567190279, - 4.902045567190279, - 4.902045567190279, - 4.902045567190279, - 4.902045567190279, - 4.902045567190279, - 4.902045567190279 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 722.1168697070053, - 680.7814435786171, - 232.61424298057352, - -245.58431323283776, - -517.6049939667985, - -499.5652142387359, - -190.98253176393018, - 298.76212439394783 - ], - "relative wind speed": [ - 1.9113915492422942, - 1.8953429405287947, - 1.6448340262789696, - 1.2297895281185691, - 0.8437622003267884, - 0.879219792203759, - 1.2883607147107807, - 1.6890737170843275 - ], - "relative wind angle": [ - 0.10060415525417325, - 0.13022683597525897, - 0.33453382739096277, - 0.43443297868139086, - 0.22952641165867102, - 0.2837300296467774, - 0.43253465275847414, - 0.3114594804441393 - ], - "resistance": [ - 97356.61686970701, - 97315.28144357861, - 96867.11424298058, - 96388.91568676716, - 96116.8950060332, - 96134.93478576126, - 96443.51746823607, - 96933.26212439395 - ], - "fuel": [ - 39.29115453579985, - 39.26975357884117, - 39.03812815712474, - 38.79180587302278, - 38.65206645111728, - 38.66132512053565, - 38.81988847043985, - 39.072268228789866 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 19.0625, -38.59375 19.21875, -38.4375 19.21875, -38.4375 19.0625, -38.59375 19.0625))", @@ -94325,68 +71237,7 @@ "id": "2151", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.131097003601909, - 4.131097003601909, - 4.131097003601909, - 4.131097003601909, - 4.131097003601909, - 4.131097003601909, - 4.131097003601909, - 4.131097003601909 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 595.7982376289044, - 552.1905546346302, - 189.27666611528878, - -189.25435290934035, - -400.48141122532195, - -381.5580679490451, - -133.05298304166217, - 258.08386342555207 - ], - "relative wind speed": [ - 1.6725977914055816, - 1.6534721646319654, - 1.4191486964775888, - 1.0292621461887188, - 0.6552526234345158, - 0.7021176348162226, - 1.1013429754706774, - 1.4722631581193752 - ], - "relative wind angle": [ - 0.10452576142553574, - 0.14653618153932008, - 0.37208311615533296, - 0.4942179857173775, - 0.26958024538809944, - 0.3510201400788198, - 0.4875530575391787, - 0.3380142907353778 - ], - "resistance": [ - 97230.29823762891, - 97186.69055463464, - 96823.7766661153, - 96445.24564709068, - 96234.01858877469, - 96252.94193205096, - 96501.44701695835, - 96892.58386342556 - ], - "fuel": [ - 39.051152424295424, - 39.02859571323265, - 38.84114769021724, - 38.6461554645839, - 38.53757809647198, - 38.54729852108245, - 38.675072704144426, - 38.87664952556195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 18.90625, -38.75 19.0625, -38.59375 19.0625, -38.59375 18.90625, -38.75 18.90625))", @@ -94405,68 +71256,7 @@ "id": "2152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.962120031496564, - 4.962120031496564, - 4.962120031496564, - 4.962120031496564, - 4.962120031496564, - 4.962120031496564, - 4.962120031496564, - 4.962120031496564 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 590.724767727533, - 785.5852143108938, - 419.6281203577922, - -82.96268589271801, - -455.87497764307165, - -540.6219006818949, - -342.3777526829869, - 106.43448585314536 - ], - "relative wind speed": [ - 1.8673951759410121, - 1.943244219220356, - 1.7765232705851188, - 1.410658860341245, - 0.9803266642840325, - 0.8197603407708188, - 1.1367366365625653, - 1.5678796801970363 - ], - "relative wind angle": [ - 0.18203471728411955, - 0.043721914256337605, - 0.26085258131254524, - 0.41055473447787905, - 0.35206903457261723, - 0.10379618138078203, - 0.4148580910163059, - 0.36729914623186516 - ], - "resistance": [ - 97225.22476772754, - 97420.08521431091, - 97054.12812035781, - 96551.53731410729, - 96178.62502235694, - 96093.87809931811, - 96292.12224731703, - 96740.93448585315 - ], - "fuel": [ - 39.23840122348703, - 39.33927841218848, - 39.14994279675298, - 38.8907290141488, - 38.699005024283075, - 38.65550656922175, - 38.757302145227115, - 38.988301213053674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 18.90625, -38.59375 19.0625, -38.4375 19.0625, -38.4375 18.90625, -38.59375 18.90625))", @@ -94485,68 +71275,7 @@ "id": "2153", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.184420678863134, - 4.184420678863134, - 4.184420678863134, - 4.184420678863134, - 4.184420678863134, - 4.184420678863134, - 4.184420678863134, - 4.184420678863134 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 523.576810549355, - 580.0795661144756, - 257.41553263996684, - -125.39027415377188, - -374.3016228386807, - -398.88934506380485, - -199.06665561116927, - 167.67181076179065 - ], - "relative wind speed": [ - 1.6436709377288414, - 1.6687083264151361, - 1.4791720392264016, - 1.1230510538530165, - 0.7398112438769212, - 0.6814597196121874, - 1.0300606324250692, - 1.409869199089318 - ], - "relative wind angle": [ - 0.14800407616849243, - 0.0937758999725289, - 0.31862093140828235, - 0.4604572275644105, - 0.3337918354500895, - 0.23135342501431036, - 0.4665848968423515, - 0.36180119833058005 - ], - "resistance": [ - 97158.07681054936, - 97214.5795661145, - 96891.91553263998, - 96509.10972584624, - 96260.19837716133, - 96235.61065493622, - 96435.43334438885, - 96802.1718107618 - ], - "fuel": [ - 39.024616175792005, - 39.053838391084696, - 38.887122103032, - 38.689833796111174, - 38.5618438147323, - 38.549213342589184, - 38.6519254494405, - 38.840821554970155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 18.75, -38.75 18.90625, -38.59375 18.90625, -38.59375 18.75, -38.75 18.75))", @@ -94578,34 +71307,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 541.2788026050866, + 541.2788026050862, 696.6390712332668, - 364.8538256265407, - -75.49010728346366, - -393.69308176411266, + 364.85382562654036, + -75.49010728346354, + -393.6930817641126, -461.0679255500896, -278.16240051833915, - 118.07525355281064 + 118.07525355281052 ], "relative wind speed": [ - 1.72038251609864, + 1.7203825160986397, 1.7854133045676583, - 1.618506481954287, + 1.6185064819542867, 1.2602027211591107, - 0.8351972552278966, + 0.8351972552278967, 0.6852516243766898, 1.0186791569037115, - 1.4384573537026641 + 1.438457353702664 ], "relative wind angle": [ - 0.18791543326149238, + 0.18791543326149296, 0.05476825490453392, - 0.28793083082917, - 0.45361663819564774, - 0.394995303634576, + 0.28793083082917037, + 0.4536166381956477, + 0.39499530363457636, 0.14311461745885204, 0.4680846569297252, - 0.39403231353637497 + 0.3940323135363747 ], "resistance": [ 97175.77880260508, @@ -94645,52 +71374,7 @@ "id": "2155", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.23681717484106, - 65.23681717484106, - 65.23681717484106, - 65.23681717484106, - 65.23681717484106, - 65.23681717484106, - 65.23681717484106, - 65.23681717484106 - ], - "relative wind speed": [ - 0.543928838444696, - 0.543928838444696, - 0.543928838444696, - 0.543928838444696, - 0.543928838444696, - 0.543928838444696, - 0.543928838444696, - 0.543928838444696 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 18.90625, -38.4375 19.0625, -38.28125 19.0625, -38.28125 18.90625, -38.4375 18.90625))", @@ -94709,52 +71393,7 @@ "id": "2156", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.96596130206691, - 60.96596130206691, - 60.96596130206691, - 60.96596130206691, - 60.96596130206691, - 60.96596130206691, - 60.96596130206691, - 60.96596130206691 - ], - "relative wind speed": [ - 0.5258228032498562, - 0.5258228032498562, - 0.5258228032498562, - 0.5258228032498562, - 0.5258228032498562, - 0.5258228032498562, - 0.5258228032498562, - 0.5258228032498562 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 18.90625, -38.28125 19.0625, -38.125 19.0625, -38.125 18.90625, -38.28125 18.90625))", @@ -94773,52 +71412,7 @@ "id": "2157", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 63.903653832197456, - 63.903653832197456, - 63.903653832197456, - 63.903653832197456, - 63.903653832197456, - 63.903653832197456, - 63.903653832197456, - 63.903653832197456 - ], - "relative wind speed": [ - 0.5383423530012376, - 0.5383423530012376, - 0.5383423530012376, - 0.5383423530012376, - 0.5383423530012376, - 0.5383423530012376, - 0.5383423530012376, - 0.5383423530012376 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 18.75, -38.4375 18.90625, -38.28125 18.90625, -38.28125 18.75, -38.4375 18.75))", @@ -94837,68 +71431,7 @@ "id": "2158", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.15504656127287, - 4.15504656127287, - 4.15504656127287, - 4.15504656127287, - 4.15504656127287, - 4.15504656127287, - 4.15504656127287, - 4.15504656127287 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 587.8643062456782, - 579.0297228640094, - 220.29975682367387, - -169.40965569464493, - -399.1110332356486, - -395.2769142567588, - -158.03443089985166, - 234.23249381261508 - ], - "relative wind speed": [ - 1.6767955301202062, - 1.6729499344808654, - 1.4503426922964435, - 1.0644805688177157, - 0.6753287289707183, - 0.6847997216155802, - 1.0789894424444628, - 1.4610247296380103 - ], - "relative wind angle": [ - 0.12163278277985767, - 0.1300312410026653, - 0.35949040717512565, - 0.49391582190066735, - 0.3060157033592186, - 0.3223210130103144, - 0.4925502155937906, - 0.35267093802108135 - ], - "resistance": [ - 97222.36430624567, - 97213.529722864, - 96854.79975682366, - 96465.09034430534, - 96235.38896676434, - 96239.22308574323, - 96476.46556910014, - 96868.7324938126 - ], - "fuel": [ - 39.05188330450339, - 39.04731317644655, - 38.861987565221355, - 38.66120014489872, - 38.543117327619655, - 38.545086725787286, - 38.66705292022022, - 38.869176501052735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 18.75, -38.28125 18.90625, -38.125 18.90625, -38.125 18.75, -38.28125 18.75))", @@ -94917,68 +71450,7 @@ "id": "2159", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.061235765265376, - 4.061235765265376, - 4.061235765265376, - 4.061235765265376, - 4.061235765265376, - 4.061235765265376, - 4.061235765265376, - 4.061235765265376 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 590.6491774706038, - 577.1343066436021, - 218.94217128849755, - -166.55432167409748, - -391.76940233955776, - -385.9213998747216, - -149.3028410264862, - 240.1537264701085 - ], - "relative wind speed": [ - 1.6604970738189746, - 1.654579975741541, - 1.4291093388718135, - 1.0386013488761423, - 0.6412114056459738, - 0.6563289592627948, - 1.0611546053432694, - 1.4455828710262582 - ], - "relative wind angle": [ - 0.1225953636045647, - 0.1358285045931813, - 0.37234603958211865, - 0.5146361987215815, - 0.32222871835048406, - 0.3483703321763398, - 0.5120320986077765, - 0.3614616102778268 - ], - "resistance": [ - 97225.14917747061, - 97211.63430664361, - 96853.4421712885, - 96467.94567832591, - 96242.73059766044, - 96248.57860012529, - 96485.19715897352, - 96874.6537264701 - ], - "fuel": [ - 39.034599716082916, - 39.02760845398609, - 38.84256286253629, - 38.64394496285542, - 38.52816414799414, - 38.5311681606367, - 38.65282155848283, - 38.85350766243644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 19.21875, -38.125 19.375, -37.96875 19.375, -37.96875 19.21875, -38.125 19.21875))", @@ -94997,68 +71469,7 @@ "id": "2160", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.6083987992194353, - 3.6083987992194353, - 3.6083987992194353, - 3.6083987992194353, - 3.6083987992194353, - 3.6083987992194353, - 3.6083987992194353, - 3.6083987992194353 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 654.6988107478527, - 430.8318670268452, - 57.55074993085731, - -257.89929176248245, - -360.8812479425949, - -273.7142801002853, - 24.661122077611424, - 403.01254302724044 - ], - "relative wind speed": [ - 1.5909412013459245, - 1.4872833270609738, - 1.1784592631026987, - 0.7372947518172336, - 0.4142565406461426, - 0.700493178164186, - 1.1462705408478255, - 1.469387231655048 - ], - "relative wind angle": [ - 0.011731665900168208, - 0.27434770709225925, - 0.5228819630093001, - 0.621557537723114, - 0.04506937295484983, - 0.6128656872206765, - 0.5391447966158137, - 0.29650745205307444 - ], - "resistance": [ - 97289.19881074785, - 97065.33186702685, - 96692.05074993086, - 96376.60070823751, - 96273.6187520574, - 96360.78571989971, - 96659.16112207761, - 97037.51254302725 - ], - "fuel": [ - 38.98551133404425, - 38.86973890150266, - 38.67711188607575, - 38.514732086044866, - 38.46180167846441, - 38.50660097318489, - 38.660164462553595, - 38.855365209415936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 19.21875, -37.96875 19.375, -37.8125 19.375, -37.8125 19.21875, -37.96875 19.21875))", @@ -95077,68 +71488,7 @@ "id": "2161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.6092521206532306, - 3.6092521206532306, - 3.6092521206532306, - 3.6092521206532306, - 3.6092521206532306, - 3.6092521206532306, - 3.6092521206532306, - 3.6092521206532306 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 577.2420030117987, - 295.7892425016435, - -61.80411079472884, - -300.2789299369241, - -345.56739011168736, - -196.64513763214393, - 131.3403616010981, - 471.03527385029025 - ], - "relative wind speed": [ - 1.5508739750687035, - 1.3851074446967546, - 1.0383556658650275, - 0.6135548163267571, - 0.47369754596890673, - 0.8432537092998716, - 1.2455588957445412, - 1.50104961242612 - ], - "relative wind angle": [ - 0.07616312702283451, - 0.3446419782677922, - 0.5512113259904089, - 0.5129229816768779, - 0.251766518027109, - 0.5883148085389485, - 0.45181251336730976, - 0.20195459263993282 - ], - "resistance": [ - 97211.74200301178, - 96930.28924250163, - 96572.69588920525, - 96334.22107006307, - 96288.9326098883, - 96437.85486236784, - 96765.84036160108, - 97105.53527385027 - ], - "fuel": [ - 38.94557582062633, - 38.80013425009178, - 38.61577196085152, - 38.493087377744274, - 38.46981240912697, - 38.54637630994789, - 38.71529121894639, - 38.890658541476384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 19.0625, -38.125 19.21875, -37.96875 19.21875, -37.96875 19.0625, -38.125 19.0625))", @@ -95157,52 +71507,7 @@ "id": "2162", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 71.28978599082505, - 71.28978599082505, - 71.28978599082505, - 71.28978599082505, - 71.28978599082505, - 71.28978599082505, - 71.28978599082505, - 71.28978599082505 - ], - "relative wind speed": [ - 0.5686032773676389, - 0.5686032773676389, - 0.5686032773676389, - 0.5686032773676389, - 0.5686032773676389, - 0.5686032773676389, - 0.5686032773676389, - 0.5686032773676389 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 19.0625, -37.96875 19.21875, -37.8125 19.21875, -37.8125 19.0625, -37.96875 19.0625))", @@ -95221,52 +71526,7 @@ "id": "2163", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 56.33545224747995, - 56.33545224747995, - 56.33545224747995, - 56.33545224747995, - 56.33545224747995, - 56.33545224747995, - 56.33545224747995, - 56.33545224747995 - ], - "relative wind speed": [ - 0.5054597702623331, - 0.5054597702623331, - 0.5054597702623331, - 0.5054597702623331, - 0.5054597702623331, - 0.5054597702623331, - 0.5054597702623331, - 0.5054597702623331 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 19.21875, -37.8125 19.375, -37.65625 19.375, -37.65625 19.21875, -37.8125 19.21875))", @@ -95285,68 +71545,7 @@ "id": "2164", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.7181362161513785, - 3.7181362161513785, - 3.7181362161513785, - 3.7181362161513785, - 3.7181362161513785, - 3.7181362161513785, - 3.7181362161513785, - 3.7181362161513785 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 500.38460303219813, - 189.6543986541692, - -143.57109600396092, - -335.2001799994202, - -328.9130089684734, - -124.59705172884514, - 212.43473050338923, - 514.9551043913365 - ], - "relative wind speed": [ - 1.5293301920942919, - 1.317259954555746, - 0.95000755186998, - 0.5732653184492282, - 0.5913560310494421, - 0.9764112883582954, - 1.3364274927206936, - 1.5362030030477798 - ], - "relative wind angle": [ - 0.14030066592544377, - 0.3825252523055345, - 0.5314964394520422, - 0.3364163086101454, - 0.3700350798106535, - 0.5277198329283459, - 0.3685667884090138, - 0.12349960649507317 - ], - "resistance": [ - 97134.8846030322, - 96824.15439865417, - 96490.92890399604, - 96299.29982000058, - 96305.58699103152, - 96509.90294827115, - 96846.93473050339, - 97149.45510439134 - ], - "fuel": [ - 38.92437502679828, - 38.763910039683694, - 38.59222743736519, - 38.49368448377432, - 38.4969154178984, - 38.60199204625745, - 38.77566188539133, - 38.93190823552403 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 19.21875, -37.65625 19.375, -37.5 19.375, -37.5 19.21875, -37.65625 19.21875))", @@ -95365,68 +71564,7 @@ "id": "2165", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.098985358698846, - 4.098985358698846, - 4.098985358698846, - 4.098985358698846, - 4.098985358698846, - 4.098985358698846, - 4.098985358698846, - 4.098985358698846 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 585.0975504276176, - 241.6759991632664, - -145.27510687766267, - -383.8034413522125, - -393.47435788840596, - -173.9312402418792, - 206.54676366802346, - 562.797943062185 - ], - "relative wind speed": [ - 1.6618805505653356, - 1.4529768228741724, - 1.0763012909501175, - 0.679547077044909, - 0.65521243483904, - 1.0392346468943003, - 1.425736942852417, - 1.6520793168594436 - ], - "relative wind angle": [ - 0.11577044559537389, - 0.34975245611361605, - 0.49591978899747474, - 0.339659639575652, - 0.29734695299318487, - 0.4996152348915397, - 0.3674281254894941, - 0.13747331241078503 - ], - "resistance": [ - 97219.59755042761, - 96876.17599916327, - 96489.22489312234, - 96250.69655864779, - 96241.02564211159, - 96460.56875975813, - 96841.04676366803, - 97197.29794306218 - ], - "fuel": [ - 39.03919272895647, - 38.86175815328412, - 38.66235911242636, - 38.53972110862013, - 38.5347533270277, - 38.64761453294149, - 38.84363277889472, - 39.02765793515828 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 19.0625, -37.8125 19.21875, -37.65625 19.21875, -37.65625 19.0625, -37.8125 19.0625))", @@ -95445,52 +71583,7 @@ "id": "2166", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.85652734344388, - 57.85652734344388, - 57.85652734344388, - 57.85652734344388, - 57.85652734344388, - 57.85652734344388, - 57.85652734344388, - 57.85652734344388 - ], - "relative wind speed": [ - 0.5122381078254419, - 0.5122381078254419, - 0.5122381078254419, - 0.5122381078254419, - 0.5122381078254419, - 0.5122381078254419, - 0.5122381078254419, - 0.5122381078254419 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 19.0625, -37.65625 19.21875, -37.5 19.21875, -37.5 19.0625, -37.65625 19.0625))", @@ -95509,68 +71602,7 @@ "id": "2167", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.852742929349542, - 3.852742929349542, - 3.852742929349542, - 3.852742929349542, - 3.852742929349542, - 3.852742929349542, - 3.852742929349542, - 3.852742929349542 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 474.70503820705875, - 145.88662644408583, - -183.60370291920765, - -357.1747386470651, - -327.6082231189772, - -95.91615462808824, - 253.39579611897392, - 542.9714962553144 - ], - "relative wind speed": [ - 1.5427141864502945, - 1.3093005591114881, - 0.9339287195667305, - 0.5891437502456776, - 0.6681960514353268, - 1.0546018538477446, - 1.3979378280156818, - 1.574599207981261 - ], - "relative wind angle": [ - 0.1645808266781913, - 0.3902618622280045, - 0.5047783025494249, - 0.2410579043991053, - 0.38792344469927875, - 0.4919085980348125, - 0.3289933293436517, - 0.08944119158764645 - ], - "resistance": [ - 97109.20503820706, - 96780.38662644409, - 96450.89629708079, - 96277.32526135293, - 96306.89177688102, - 96538.58384537192, - 96887.89579611897, - 97177.47149625531 - ], - "fuel": [ - 38.93510550246654, - 38.76534202357914, - 38.59563520422134, - 38.50639840910487, - 38.52159130186893, - 38.640759978991156, - 38.820802953362886, - 38.97040077401185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 18.90625, -38.125 19.0625, -37.96875 19.0625, -37.96875 18.90625, -38.125 18.90625))", @@ -95589,68 +71621,7 @@ "id": "2168", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.062251317775044, - 4.062251317775044, - 4.062251317775044, - 4.062251317775044, - 4.062251317775044, - 4.062251317775044, - 4.062251317775044, - 4.062251317775044 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 629.3076979991806, - 350.0385632218771, - -37.71606589232147, - -328.3219063579245, - -401.40636155291486, - -256.88406333268114, - 82.33227709291054, - 460.0196018344326 - ], - "relative wind speed": [ - 1.6639627110279855, - 1.5198166421319343, - 1.1888994782531772, - 0.7776669277069188, - 0.5978538310011438, - 0.9035255841608245, - 1.3087089583034381, - 1.5879027855902355 - ], - "relative wind angle": [ - 0.03985311654439818, - 0.28317250750228823, - 0.4660427406613831, - 0.43949569982961467, - 0.11111943010395091, - 0.48927149475091136, - 0.4205002115362968, - 0.20991636625438723 - ], - "resistance": [ - 97263.80769799919, - 96984.5385632219, - 96596.78393410769, - 96306.17809364208, - 96233.0936384471, - 96377.61593666734, - 96716.83227709292, - 97094.51960183444 - ], - "fuel": [ - 39.054801172969164, - 38.91043275779615, - 38.710463883386865, - 38.56096236967562, - 38.523413690831696, - 38.59768427553908, - 38.7723142011661, - 38.96725290850494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 18.90625, -37.96875 19.0625, -37.8125 19.0625, -37.8125 18.90625, -37.96875 18.90625))", @@ -95669,52 +71640,7 @@ "id": "2169", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.454139068800934, - 52.454139068800934, - 52.454139068800934, - 52.454139068800934, - 52.454139068800934, - 52.454139068800934, - 52.454139068800934, - 52.454139068800934 - ], - "relative wind speed": [ - 0.48773686759635326, - 0.48773686759635326, - 0.48773686759635326, - 0.48773686759635326, - 0.48773686759635326, - 0.48773686759635326, - 0.48773686759635326, - 0.48773686759635326 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 18.75, -38.125 18.90625, -37.96875 18.90625, -37.96875 18.75, -38.125 18.75))", @@ -95733,68 +71659,7 @@ "id": "2170", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4301715028428825, - 4.4301715028428825, - 4.4301715028428825, - 4.4301715028428825, - 4.4301715028428825, - 4.4301715028428825, - 4.4301715028428825, - 4.4301715028428825 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 658.2560786187372, - 509.71475545548185, - 106.5928040537326, - -271.89166329027523, - -445.7770248720419, - -381.2247209910148, - -76.17619241303748, - 343.90025121193696 - ], - "relative wind speed": [ - 1.7591858316310591, - 1.6957584396955714, - 1.423453945134989, - 1.0218418729522234, - 0.7104177227049512, - 0.8507828425315072, - 1.2542754868944803, - 1.5985203525843021 - ], - "relative wind angle": [ - 0.05233834126238541, - 0.18203456965141487, - 0.3786270053884214, - 0.442048721751746, - 0.12990977901288753, - 0.3691535406516458, - 0.4328980983820688, - 0.2769912775243978 - ], - "resistance": [ - 97292.75607861872, - 97144.21475545547, - 96741.09280405371, - 96362.60833670972, - 96188.72297512794, - 96253.27527900897, - 96558.32380758694, - 96978.40025121192 - ], - "fuel": [ - 39.1465646230767, - 39.0697239314049, - 38.86160198356688, - 38.66675015379093, - 38.57740898379148, - 38.610562407463604, - 38.767442076190875, - 38.98404477166097 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 18.75, -37.96875 18.90625, -37.8125 18.90625, -37.8125 18.75, -37.96875 18.75))", @@ -95813,68 +71678,7 @@ "id": "2171", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.032709720679668, - 4.032709720679668, - 4.032709720679668, - 4.032709720679668, - 4.032709720679668, - 4.032709720679668, - 4.032709720679668, - 4.032709720679668 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 587.5459747843721, - 335.1790371785961, - -27.620616707054864, - -306.6518268746487, - -381.67761372247173, - -254.9990616475468, - 58.930351489156465, - 414.0756893492286 - ], - "relative wind speed": [ - 1.6255638151981069, - 1.495070920921881, - 1.1850117265477045, - 0.7976742636593709, - 0.6174114857849503, - 0.8879288268067453, - 1.2725572160044643, - 1.5451117853269016 - ], - "relative wind angle": [ - 0.0295422680902275, - 0.2644632122874061, - 0.4399190544310291, - 0.416753428743031, - 0.0778482280494658, - 0.4557362189573738, - 0.4077761327864268, - 0.21052930881604998 - ], - "resistance": [ - 97222.04597478436, - 96969.67903717858, - 96606.87938329294, - 96327.84817312534, - 96252.82238627752, - 96379.50093835244, - 96693.43035148914, - 97048.5756893492 - ], - "fuel": [ - 39.02741563072284, - 38.896980914745335, - 38.709884782143185, - 38.566321319776236, - 38.52776946214078, - 38.59287516874091, - 38.75447471584086, - 38.93773283081747 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 18.90625, -37.8125 19.0625, -37.65625 19.0625, -37.65625 18.90625, -37.8125 18.90625))", @@ -95893,52 +71697,7 @@ "id": "2172", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 56.42486315790345, - 56.42486315790345, - 56.42486315790345, - 56.42486315790345, - 56.42486315790345, - 56.42486315790345, - 56.42486315790345, - 56.42486315790345 - ], - "relative wind speed": [ - 0.5058607229375492, - 0.5058607229375492, - 0.5058607229375492, - 0.5058607229375492, - 0.5058607229375492, - 0.5058607229375492, - 0.5058607229375492, - 0.5058607229375492 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 18.90625, -37.65625 19.0625, -37.5 19.0625, -37.5 18.90625, -37.65625 18.90625))", @@ -95957,68 +71716,7 @@ "id": "2173", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8887883784085524, - 3.8887883784085524, - 3.8887883784085524, - 3.8887883784085524, - 3.8887883784085524, - 3.8887883784085524, - 3.8887883784085524, - 3.8887883784085524 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 497.9609175124739, - 193.67610997469126, - -141.6714105022645, - -342.56067625630754, - -343.11213408304275, - -143.3132220253529, - 191.66952917596996, - 496.6921053363967 - ], - "relative wind speed": [ - 1.556646506470719, - 1.355353267131713, - 1.003077176090506, - 0.646045412663673, - 0.6446082043737384, - 1.0008424474055944, - 1.353700211294851, - 1.5560505801642996 - ], - "relative wind angle": [ - 0.12316731344078075, - 0.349236665851547, - 0.481612532471469, - 0.3038859585744469, - 0.3012162183746728, - 0.4818115892532064, - 0.35035659226456023, - 0.12455711907652442 - ], - "resistance": [ - 97132.46091751248, - 96828.1761099747, - 96492.82858949773, - 96291.93932374369, - 96291.38786591696, - 96491.18677797465, - 96826.16952917597, - 97131.19210533639 - ], - "fuel": [ - 38.953758211024336, - 38.79662080324448, - 38.62384120799245, - 38.5205383582425, - 38.52025498996315, - 38.62299633420044, - 38.79558571718242, - 38.953102261363924 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 18.75, -37.8125 18.90625, -37.65625 18.90625, -37.65625 18.75, -37.8125 18.75))", @@ -96037,68 +71735,7 @@ "id": "2174", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.150428798190723, - 4.150428798190723, - 4.150428798190723, - 4.150428798190723, - 4.150428798190723, - 4.150428798190723, - 4.150428798190723, - 4.150428798190723 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 517.0090889861293, - 218.65610341910633, - -130.8580658671899, - -354.1246459218074, - -370.5948428487005, - -180.78279710141413, - 158.21404593700709, - 479.2735526519367 - ], - "relative wind speed": [ - 1.6164731477364347, - 1.4327153202535878, - 1.0974763607632974, - 0.751800533828534, - 0.7137131056319204, - 1.0342623678807794, - 1.3848889746363953, - 1.599114690020334 - ], - "relative wind angle": [ - 0.09585560150490353, - 0.30625338702255606, - 0.42864597981810443, - 0.2874662426011902, - 0.2185034864796415, - 0.43084408542962005, - 0.33564683763267666, - 0.13369228931548285 - ], - "resistance": [ - 97151.50908898613, - 96853.15610341911, - 96503.64193413281, - 96280.37535407819, - 96263.9051571513, - 96453.71720289858, - 96792.71404593701, - 97113.77355265194 - ], - "fuel": [ - 39.01430283818169, - 38.86020427582095, - 38.68010238612685, - 38.56529281056849, - 38.556830746363175, - 38.654413668948116, - 38.82902645391307, - 38.994794231724626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 18.75, -37.65625 18.90625, -37.5 18.90625, -37.5 18.75, -37.65625 18.75))", @@ -96117,68 +71754,7 @@ "id": "2175", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.388084092828858, - 4.388084092828858, - 4.388084092828858, - 4.388084092828858, - 4.388084092828858, - 4.388084092828858, - 4.388084092828858, - 4.388084092828858 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 547.3391554851215, - 291.66611531793876, - -64.6438779997435, - -331.5769493896012, - -392.26476164423906, - -253.5350819581978, - 65.24365178480718, - 407.9984166870232 - ], - "relative wind speed": [ - 1.6706607713504333, - 1.5350960102361173, - 1.2382354730655094, - 0.8963833297387085, - 0.7712393609325536, - 1.0145924325255102, - 1.3611357309332204, - 1.6069892628600304 - ], - "relative wind angle": [ - 0.03922937969102569, - 0.23997296540804292, - 0.37233737090343266, - 0.308529278560819, - 0.08505952512203806, - 0.3678482699761923, - 0.3373057034087023, - 0.1702017130796972 - ], - "resistance": [ - 97181.83915548517, - 96926.16611531799, - 96569.8561220003, - 96302.92305061044, - 96242.2352383558, - 96380.96491804185, - 96699.74365178485, - 97042.49841668707 - ], - "fuel": [ - 39.07994432371435, - 38.947840687792755, - 38.764144668726885, - 38.62683654709927, - 38.59565624012218, - 38.66695319903408, - 38.83105361426953, - 39.00791823524027 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 18.59375, -40 18.75, -39.84375 18.75, -39.84375 18.59375, -40 18.59375))", @@ -96210,11 +71786,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 426.7928986989056, + 426.7928986989053, 162.42777758993583, - -131.41638453216314, + -131.41638453216336, -308.00080710357327, - -308.44749198011334, + -308.4474919801134, -132.76638527373683, 160.7912667342992, 425.7693700369725 @@ -96222,7 +71798,7 @@ "relative wind speed": [ 1.4807746378853595, 1.2967271901431097, - 0.9782918690686649, + 0.9782918690686647, 0.6661269734769184, 0.6649913931087459, 0.976424946146289, @@ -96230,14 +71806,14 @@ 1.4802641441039195 ], "relative wind angle": [ - 0.11540327189470995, + 0.11540327189471092, 0.32443926680360763, - 0.4370524627702882, + 0.4370524627702885, 0.2615310671640889, - 0.25930111829529107, + 0.2593011182952915, 0.43713732217624296, - 0.32538745709719374, - 0.11661749876813476 + 0.3253874570971938, + 0.11661749876813475 ], "resistance": [ 97061.29289869887, @@ -96290,9 +71866,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 488.92456846527614, + 488.924568465275, 196.3213021413311, - -146.80887995256796, + -146.80887995256813, -363.9318004880019, -376.28695552497084, -185.2413228236511, @@ -96300,9 +71876,9 @@ 460.67073285023014 ], "relative wind speed": [ - 1.6540306666213895, + 1.6540306666213893, 1.4761831779611947, - 1.1616407480969877, + 1.1616407480969875, 0.855994294802577, 0.8308503625272514, 1.1166973610338882, @@ -96310,12 +71886,12 @@ 1.6411592056534616 ], "relative wind angle": [ - 0.08930831997035739, + 0.08930831997035989, 0.2727737668752965, - 0.3652287245512628, - 0.2227034520133606, + 0.3652287245512629, + 0.22270345201336056, 0.17850236377684142, - 0.36412283803288636, + 0.3641228380328864, 0.2920384848923822, 0.11545599995460275 ], @@ -96370,34 +71946,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 439.48023389739984, + 439.48023389739893, 207.49522436139495, - -81.03824027626308, + -81.03824027626331, -277.39166507430593, -305.82692764428214, -167.06953582606923, 103.1870105098298, - 374.2135562082895 + 374.2135562082894 ], "relative wind speed": [ 1.4608198281316178, 1.309705427798501, - 1.0133642919429793, + 1.013364291942979, 0.687021809795903, 0.6129121914874607, 0.8912505916584829, 1.2176817057636018, - 1.4274652211529402 + 1.4274652211529404 ], "relative wind angle": [ - 0.07583161561848453, + 0.07583161561848746, 0.2944655794293812, - 0.4348364127879602, + 0.43483641278796054, 0.33150495667426133, 0.1815603649238368, 0.44061396720628204, 0.3581877593936657, - 0.15729083434177524 + 0.15729083434177668 ], "resistance": [ 97073.98023389737, @@ -96450,19 +72026,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 502.6448096000321, + 502.64480960003095, 243.29130246575426, - -94.9485746835777, + -94.94857468357816, -333.9240931717629, - -374.52107700367515, + -374.52107700367526, -221.72324572515043, - 91.63107396685143, + 91.63107396685132, 409.64040378343213 ], "relative wind speed": [ - 1.6418670196918193, + 1.641867019691819, 1.4941478248234816, - 1.1990003194992522, + 1.1990003194992518, 0.881321165257821, 0.7981133315989757, 1.0489206252157361, @@ -96470,19 +72046,19 @@ 1.5987448839937877 ], "relative wind angle": [ - 0.057326535753864816, - 0.24736600057660174, + 0.05732653575386676, + 0.24736600057660177, 0.36083159504925844, 0.2673296868755811, - 0.11814135638681758, - 0.3562700994959989, - 0.31256170138023254, + 0.11814135638681854, + 0.35627009949599897, + 0.3125617013802329, 0.14613826653195772 ], "resistance": [ - 97137.14480960008, + 97137.14480960007, 96877.7913024658, - 96539.55142531647, + 96539.55142531646, 96300.57590682828, 96259.97892299636, 96412.77675427489, @@ -96490,7 +72066,7 @@ 97044.14040378347 ], "fuel": [ - 39.05444103007794, + 39.05444103007793, 38.92048064361738, 38.74615020660359, 38.62323773214944, @@ -96530,19 +72106,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 545.773463724243, + 545.7734637242426, 300.8668802070764, - -59.00409034855056, + -59.00409034855079, -338.9272729946682, -408.4258518857752, -281.1091842218397, - 37.05941225602078, + 37.05941225602089, 385.94165750600735 ], "relative wind speed": [ - 1.7412100677641777, + 1.7412100677641775, 1.6196847150437108, - 1.342830768299178, + 1.3428307682991778, 1.0255305519159947, 0.8995229867118316, 1.103438048809302, @@ -96550,14 +72126,14 @@ 1.6701021498079638 ], "relative wind angle": [ - 0.02552578035554278, - 0.20467146642100487, + 0.025525780355542777, + 0.20467146642100484, 0.3189799081991684, 0.2627260569759515, 0.04942510513451205, 0.30294719697270195, - 0.29945281666664497, - 0.16016193529469996 + 0.2994528166666449, + 0.1601619352947 ], "resistance": [ 97180.27346372425, @@ -96610,33 +72186,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 517.2795753663349, - 242.76450936781305, - -103.76421913492254, + 517.2795753663343, + 242.76450936781293, + -103.76421913492283, -341.9225893460901, -377.01050459777605, - -211.85308457358116, - 112.78502117778407, + -211.8530845735811, + 112.7850211777843, 436.91822174334084 ], "relative wind speed": [ 1.6349557113633895, 1.4752671570144131, - 1.1636677619826648, + 1.1636677619826645, 0.8293945033418348, 0.7536563647669101, 1.0318260074780297, - 1.3736649642455385, + 1.3736649642455387, 1.5978682211308266 ], "relative wind angle": [ - 0.06862466274046045, - 0.26927155442683715, + 0.06862466274046207, + 0.2692715544268372, 0.39046934420732515, 0.28591229970496457, - 0.14930926512162834, - 0.3901844385300522, - 0.32830108930216995, + 0.14930926512162762, + 0.39018443853005214, + 0.32830108930217033, 0.14692084480495737 ], "resistance": [ @@ -96690,19 +72266,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 571.5111076978231, + 571.5111076978209, 398.11027127118484, - 31.51541659582051, + 31.51541659582017, -300.519781369547, -430.0739772788305, -354.7264753131154, - -58.53889041400464, + -58.538890414004754, 318.5057697579224 ], "relative wind speed": [ 1.7954384497711344, 1.7204184206242301, - 1.4723359420131803, + 1.4723359420131799, 1.1451557725481902, 0.9446310661335544, 1.0752151115000286, @@ -96710,13 +72286,13 @@ 1.6746776808152508 ], "relative wind angle": [ - 0.022333161109950813, - 0.1591189332571946, - 0.2932533144237162, - 0.2916769760083202, + 0.022333161109955785, + 0.15911893325719462, + 0.2932533144237158, + 0.29167697600832015, 0.04245734959164596, 0.25632596220883236, - 0.3098615395283456, + 0.309861539528346, 0.19792432908715385 ], "resistance": [ @@ -96770,7 +72346,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 517.0258576928397, + 517.0258576928395, 340.6625772485979, 9.685839504266369, -280.6914058150742, @@ -96780,7 +72356,7 @@ 301.82092791007676 ], "relative wind speed": [ - 1.6982798250032043, + 1.698279825003204, 1.6173232645858304, 1.3754794286503451, 1.0661935080800702, @@ -96790,14 +72366,14 @@ 1.5937272140933785 ], "relative wind angle": [ - 0.012189277974663295, - 0.16840376583190725, + 0.012189277974663296, + 0.16840376583190728, 0.29815904522512027, 0.28557098501527955, - 0.023253797210955395, + 0.02325379721095539, 0.2663064162160691, 0.3072626384615437, - 0.18959291194571337 + 0.1895929119457134 ], "resistance": [ 97151.52585769288, @@ -96837,52 +72413,7 @@ "id": "2184", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.08990098452923, - 42.08990098452923, - 42.08990098452923, - 42.08990098452923, - 42.08990098452923, - 42.08990098452923, - 42.08990098452923, - 42.08990098452923 - ], - "relative wind speed": [ - 0.4369026260984735, - 0.4369026260984735, - 0.4369026260984735, - 0.4369026260984735, - 0.4369026260984735, - 0.4369026260984735, - 0.4369026260984735, - 0.4369026260984735 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 18.28125, -39.84375 18.4375, -39.6875 18.4375, -39.6875 18.28125, -39.84375 18.28125))", @@ -96914,34 +72445,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 470.04946863097473, + 470.04946863097166, 266.0912512407575, - -34.19046653211478, + -34.19046653211507, -268.8065323354077, -330.7695185030825, - -227.664904811758, - 34.29624059475134, + -227.66490481175805, + 34.29624059475145, 327.484550577463 ], "relative wind speed": [ 1.5347656835831927, 1.4222264593336174, - 1.156942275713445, + 1.1569422757134449, 0.8388505173753726, 0.7000543664832439, - 0.9071128473945249, + 0.9071128473945248, 1.2276263235218747, - 1.4635271193373598 + 1.4635271193373596 ], "relative wind angle": [ - 0.024589426838733955, + 0.024589426838742986, 0.22838124568417859, 0.36931810433936474, - 0.325975902420278, + 0.3259759024202781, 0.053929387367021984, - 0.362877007942242, - 0.3471244492123777, - 0.18459492342380673 + 0.3628770079422417, + 0.34712444921237734, + 0.18459492342380615 ], "resistance": [ 97104.54946863097, @@ -96981,52 +72512,7 @@ "id": "2186", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.11910047807674, - 45.11910047807674, - 45.11910047807674, - 45.11910047807674, - 45.11910047807674, - 45.11910047807674, - 45.11910047807674, - 45.11910047807674 - ], - "relative wind speed": [ - 0.45235137987590074, - 0.45235137987590074, - 0.45235137987590074, - 0.45235137987590074, - 0.45235137987590074, - 0.45235137987590074, - 0.45235137987590074, - 0.45235137987590074 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 18.125, -39.84375 18.28125, -39.6875 18.28125, -39.6875 18.125, -39.84375 18.125))", @@ -97045,52 +72531,7 @@ "id": "2187", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 48.19288463513662, - 48.19288463513662, - 48.19288463513662, - 48.19288463513662, - 48.19288463513662, - 48.19288463513662, - 48.19288463513662, - 48.19288463513662 - ], - "relative wind speed": [ - 0.4675059733094163, - 0.4675059733094163, - 0.4675059733094163, - 0.4675059733094163, - 0.4675059733094163, - 0.4675059733094163, - 0.4675059733094163, - 0.4675059733094163 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 18.28125, -39.6875 18.4375, -39.53125 18.4375, -39.53125 18.28125, -39.6875 18.28125))", @@ -97122,33 +72563,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 498.50132254938694, + 498.50132254938535, 416.861153479942, - 103.98314725957061, + 103.98314725957016, -207.7682171058928, - -364.5700339592977, + -364.57003395929775, -328.92522300650415, - -97.67823810481212, + -97.67823810481207, 236.2347704533854 ], "relative wind speed": [ - 1.609519481701082, + 1.6095194817010816, 1.5711728768111914, - 1.350357946302527, + 1.3503579463025268, 1.0164158798057017, - 0.7486477675945412, + 0.7486477675945413, 0.8261006192180547, 1.1521978383755245, 1.4553093146058023 ], "relative wind angle": [ - 0.06568024721866665, + 0.06568024721866834, 0.1476156514264058, - 0.3259884884865731, - 0.38368215516232085, - 0.14157709493745052, + 0.3259884884865734, + 0.3836821551623209, + 0.14157709493745133, 0.2835168961447086, - 0.3847447882030679, + 0.3847447882030676, 0.26451837902954717 ], "resistance": [ @@ -97202,11 +72643,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 402.66716651824663, + 402.6671665182457, 394.8409562716695, - 133.98610750793137, + 133.98610750793114, -158.97267756983211, - -332.07970911631315, + -332.079709116313, -328.6630464770998, -148.06306856490176, 146.93249219154575 @@ -97214,21 +72655,21 @@ "relative wind speed": [ 1.5956070817296388, 1.5918725739772317, - 1.4216444004370146, + 1.4216444004370141, 1.1434620373372684, - 0.9007520570854177, + 0.9007520570854176, 0.9073356246882899, 1.15595995878554, 1.4317160321718443 ], "relative wind angle": [ - 0.08664956623451348, + 0.08664956623451604, 0.09416351482438999, - 0.2485755480905635, - 0.30645239291366083, - 0.15390736549657816, - 0.16571836548813837, - 0.30738714974751224, + 0.2485755480905626, + 0.3064523929136609, + 0.15390736549657602, + 0.16571836548813834, + 0.3073871497475122, 0.243334217094324 ], "resistance": [ @@ -97282,7 +72723,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 411.9624304720654, + 411.9624304720651, 419.25629847642074, 157.85732366480772, -139.6541445566673, @@ -97294,7 +72735,7 @@ "relative wind speed": [ 1.534984939089948, 1.5385444188209425, - 1.3645015548055852, + 1.3645015548055854, 1.0660143771611708, 0.7846403547735353, 0.7776376539796911, @@ -97302,13 +72743,13 @@ 1.3547887648108805 ], "relative wind angle": [ - 0.10699003970147955, + 0.10699003970148059, 0.09921682242045003, - 0.28179418476418494, + 0.2817941847641858, 0.3687151261451406, 0.21045468934749653, 0.1972537640867227, - 0.36843139873385994, + 0.3684313987338599, 0.2875398860566488 ], "resistance": [ @@ -97362,9 +72803,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 309.15790011780643, + 309.1579001178055, 391.28922691821856, - 192.94643461107785, + 192.94643461107773, -74.3402715216597, -267.83684925130973, -303.62904948465945, @@ -97372,7 +72813,7 @@ 57.24333290396373 ], "relative wind speed": [ - 1.4649048436940209, + 1.4649048436940206, 1.506892855308512, 1.3853520167186935, 1.1389853752668513, @@ -97382,13 +72823,13 @@ 1.271988577208106 ], "relative wind angle": [ - 0.137123315129153, - 0.046175277543441244, - 0.21725413646640085, + 0.13712331512915463, + 0.04617527754344125, + 0.21725413646640135, 0.3148775641516344, 0.23033450704098496, - 0.08674917537309926, - 0.3038583928239723, + 0.08674917537309927, + 0.30385839282397237, 0.2810002718591571 ], "resistance": [ @@ -97429,68 +72870,7 @@ "id": "2192", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.0490655339828185, - 4.0490655339828185, - 4.0490655339828185, - 4.0490655339828185, - 4.0490655339828185, - 4.0490655339828185, - 4.0490655339828185, - 4.0490655339828185 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 558.398974799089, - 288.36723066989384, - -68.03919142884547, - -324.2413968116049, - -376.341816363968, - -225.46835544346402, - 97.18317160487732, - 438.4743684830155 - ], - "relative wind speed": [ - 1.6152540551945378, - 1.4637824852064139, - 1.1430252019546674, - 0.7683715457452486, - 0.6432825138023542, - 0.938189155442126, - 1.3100959671271286, - 1.559635605862899 - ], - "relative wind angle": [ - 0.056428236593635134, - 0.2834977861543746, - 0.441046781444753, - 0.3738503738260841, - 0.14209128856935446, - 0.45161372742085615, - 0.38164474020685746, - 0.18090617335439887 - ], - "resistance": [ - 97192.89897479907, - 96922.86723066989, - 96566.46080857114, - 96310.25860318838, - 96258.15818363601, - 96409.03164455653, - 96731.68317160486, - 97072.974368483 - ], - "fuel": [ - 39.01553111982176, - 38.87600458982715, - 38.69226329573435, - 38.56047316292281, - 38.53370264940352, - 38.61125297613268, - 38.77738304361242, - 38.953532082576864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 18.59375, -39.21875 18.75, -39.0625 18.75, -39.0625 18.59375, -39.21875 18.59375))", @@ -97522,17 +72902,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 656.4676521036525, + 656.4676521036496, 444.70406448281153, 42.36477063559437, -308.39338013356667, - -440.81484215151795, + -440.8148421515177, -349.0354354727765, - -25.472738900607283, + -25.47273890060717, 383.3823127790166 ], "relative wind speed": [ - 1.7576368820462367, + 1.7576368820462365, 1.6657531714939933, 1.3771968216217152, 0.9846100291746028, @@ -97542,14 +72922,14 @@ 1.6297457130351556 ], "relative wind angle": [ - 0.019182374255566476, + 0.019182374255572263, 0.2048438090994023, - 0.38162080070476123, + 0.3816208007047613, 0.4034107317255395, - 0.046055190243991524, + 0.04605519024398911, 0.3761578819571979, - 0.40072024681588986, - 0.23944494991114468 + 0.4007202468158896, + 0.2394449499111447 ], "resistance": [ 97290.96765210366, @@ -97602,9 +72982,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 546.1056233119789, + 546.1056233119766, 377.7662238732712, - 40.149919271183876, + 40.14991927118365, -258.936670885373, -375.57702968360775, -302.4857625865865, @@ -97612,9 +72992,9 @@ 312.4100234864396 ], "relative wind speed": [ - 1.627324554688255, + 1.6273245546882549, 1.5482735096594542, - 1.290130010830719, + 1.2901300108307188, 0.9376852947258218, 0.7082051060363473, 0.8675187708597878, @@ -97622,9 +73002,9 @@ 1.5068131823694102 ], "relative wind angle": [ - 0.023583032730963932, - 0.19370172371985916, - 0.36445461937804285, + 0.02358303273096864, + 0.1937017237198592, + 0.3644546193780425, 0.3851653184202591, 0.054210980367058334, 0.35068857513251833, @@ -97682,9 +73062,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 547.0381444934676, + 547.0381444934669, 576.441628223635, - 236.46605727483325, + 236.46605727483302, -154.85503486087043, -400.0752245278128, -412.9064914677267, @@ -97702,14 +73082,14 @@ 1.4717538512366288 ], "relative wind angle": [ - 0.12897973909391655, + 0.1289797390939183, 0.102573256847209, - 0.3138424230150679, + 0.3138424230150686, 0.4346553086000113, - 0.28278387388644344, + 0.2827838738864434, 0.23436007835441572, 0.43643498062531216, - 0.3344423626343653 + 0.3344423626343652 ], "resistance": [ 97181.53814449345, @@ -97762,19 +73142,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 676.9340031406656, + 676.9340031406635, 547.1769372540656, - 122.87699773291433, - -291.0462915162337, - -491.1486760176419, + 122.87699773291399, + -291.0462915162338, + -491.1486760176418, -434.5324560858981, -115.97181627620114, 333.1408390758237 ], "relative wind speed": [ - 1.8668238685830234, + 1.866823868583023, 1.814148214136928, - 1.5516271849960988, + 1.5516271849960985, 1.162696894285181, 0.861678525323142, 0.9676711706246823, @@ -97782,13 +73162,13 @@ 1.6957762733727417 ], "relative wind angle": [ - 0.057920295567358275, + 0.0579202955673602, 0.15510496569791, - 0.33110051297477877, - 0.3816839243429389, - 0.12574510686830517, - 0.2938293621849691, - 0.3832056696895399, + 0.3311005129747791, + 0.38168392434293896, + 0.12574510686830428, + 0.293829362184969, + 0.38320566968953995, 0.25825190601275916 ], "resistance": [ @@ -97842,33 +73222,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 720.3219145898452, + 720.3219145898429, 628.6773282121769, - 179.25868472919683, + 179.2586847291965, -278.8671903101168, - -520.3984073164489, + -520.3984073164488, -480.3847192295601, - -156.48958304048517, + -156.4895830404854, 326.85006042128316 ], "relative wind speed": [ 1.9164809263638238, 1.8806071910470035, - 1.6194955776625823, + 1.6194955776625821, 1.2109942872364488, - 0.8632657883532615, + 0.8632657883532616, 0.9388522543189729, 1.3399108315066555, 1.718027880663816 ], "relative wind angle": [ - 0.07827016651375801, + 0.07827016651376227, 0.14351334073815433, - 0.33355302225494826, + 0.33355302225494865, 0.40835579073021466, - 0.1744689819898677, + 0.17446898198986838, 0.29055562856660333, - 0.40684930934813895, + 0.4068493093481393, 0.28369652765619285 ], "resistance": [ @@ -97922,13 +73302,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 592.1761562056979, + 592.1761562056972, 594.6327429529674, - 225.7997662178443, + 225.79976621784408, -185.44679506968492, - -433.09912055239533, + -433.09912055239545, -434.17187663573645, - -188.70084764433585, + -188.70084764433597, 221.86211266076987 ], "relative wind speed": [ @@ -97942,13 +73322,13 @@ 1.540009159162725 ], "relative wind angle": [ - 0.11522158595932841, + 0.11522158595933034, 0.11316508856649246, - 0.31839972454590565, + 0.318399724545906, 0.4270322410788084, - 0.2534507878123054, + 0.25345078781230584, 0.24971460957326916, - 0.42714297573998555, + 0.42714297573998583, 0.3199936683388725 ], "resistance": [ @@ -98002,19 +73382,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 617.4519299154358, + 617.4519299154351, 640.4477577753235, - 259.80943087282094, + 259.8094308728205, -171.27343114807383, - -437.38964913904584, + -437.3896491390458, -447.40377888437706, -201.27458740334833, 223.27278041558884 ], "relative wind speed": [ - 1.7650748428758063, + 1.765074842875806, 1.7746137758040597, - 1.5571973510290964, + 1.5571973510290962, 1.1690405981786784, 0.7710478226966829, 0.7488323527765118, @@ -98022,13 +73402,13 @@ 1.5307997993364073 ], "relative wind angle": [ - 0.130219608716646, + 0.13021960871664687, 0.11090637991812707, - 0.3316085039924457, + 0.331608503992446, 0.46148477387234843, - 0.3018170784665432, - 0.2653966271866438, - 0.4636363060322784, + 0.3018170784665428, + 0.26539662718664386, + 0.46363630603227834, 0.3469698216696296 ], "resistance": [ @@ -98082,17 +73462,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 396.18857089430276, + 396.1885708943016, 442.1325942816543, - 185.9590462436238, + 185.95904624362356, -128.86240406756895, -336.63399906673465, -356.6827462084411, - -192.92213995258544, + -192.9221399525855, 109.9470634330005 ], "relative wind speed": [ - 1.6238912195104596, + 1.6238912195104593, 1.6452685973078711, 1.4921437082751943, 1.2153995575710614, @@ -98102,13 +73482,13 @@ 1.4344939740014622 ], "relative wind angle": [ - 0.11133364688642776, - 0.06940758388566934, - 0.23110863956443178, + 0.11133364688642976, + 0.06940758388566932, + 0.23110863956443226, 0.3086934477047752, 0.19156675514058225, 0.12572124466946777, - 0.30342803089205744, + 0.30342803089205783, 0.2603426761321264 ], "resistance": [ @@ -98162,17 +73542,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 442.87404824179987, + 442.87404824179873, 510.563398147718, - 232.65817515881122, + 232.6581751588111, -110.86554405168818, - -342.28405626107667, + -342.28405626107656, -371.84569020849904, -201.61847587373762, 123.38408547893857 ], "relative wind speed": [ - 1.5913096421413069, + 1.5913096421413067, 1.6226799989194727, 1.457566179104192, 1.1421114544701443, @@ -98182,17 +73562,17 @@ 1.3715277955987057 ], "relative wind angle": [ - 0.14261048986054484, - 0.07564981587926084, - 0.27771578911080474, - 0.39784357159981326, - 0.283618496074368, + 0.1426104898605464, + 0.07564981587926085, + 0.27771578911080513, + 0.3978435715998133, + 0.28361849607436795, 0.16576151778241438, 0.3984032448199099, - 0.32850186161834133 + 0.3285018616183414 ], "resistance": [ - 97077.37404824184, + 97077.37404824182, 97145.06339814774, 96867.15817515884, 96523.63445594834, @@ -98242,20 +73622,20 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 342.1929341312948, - 448.5950604910786, - 227.98853057163774, + 342.1929341312946, + 448.59506049107836, + 227.9885305716374, -78.81713791767174, - -306.517720658304, + -306.51772065830386, -352.8038918061213, -228.35593735517728, 51.04376550607253 ], "relative wind speed": [ - 1.5938546369401578, + 1.5938546369401574, 1.644044223808618, - 1.5222463170960039, - 1.2685964820327535, + 1.5222463170960034, + 1.2685964820327533, 0.9969289426270465, 0.9117886325813901, 1.10317998097807, @@ -98263,12 +73643,12 @@ ], "relative wind angle": [ 0.13563073585547555, - 0.03760717927747957, - 0.20033987511678356, - 0.2931582445948174, - 0.21789758013256713, + 0.03760717927747958, + 0.200339875116783, + 0.2931582445948166, + 0.2178975801325666, 0.06784548249600178, - 0.2781713083604365, + 0.2781713083604366, 0.2674057685808874 ], "resistance": [ @@ -98322,10 +73702,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 423.89087734431314, + 423.8908773443129, 484.3734164175221, - 213.27780862109216, - -123.56957398770078, + 213.27780862109182, + -123.569573987701, -349.778642825591, -376.19943502975815, -206.78949998042123, @@ -98335,19 +73715,19 @@ 1.6356126057584606, 1.6633021588815398, 1.5049409532679359, - 1.20993923548439, + 1.2099392354843899, 0.9127125199966671, 0.8612192917803548, 1.1150898920946435, 1.4297971138277268 ], "relative wind angle": [ - 0.1245870983630943, - 0.0694872756924705, - 0.24605319917557147, - 0.3394954205058232, + 0.1245870983630952, + 0.06948727569247051, + 0.2460531991755724, + 0.33949542050582293, 0.224570104591267, - 0.13450032882643445, + 0.13450032882643448, 0.33496508993866847, 0.2856744908995558 ], @@ -98389,52 +73769,7 @@ "id": "2204", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.59302926041379, - 49.59302926041379, - 49.59302926041379, - 49.59302926041379, - 49.59302926041379, - 49.59302926041379, - 49.59302926041379, - 49.59302926041379 - ], - "relative wind speed": [ - 0.4742485607001245, - 0.4742485607001245, - 0.4742485607001245, - 0.4742485607001245, - 0.4742485607001245, - 0.4742485607001245, - 0.4742485607001245, - 0.4742485607001245 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 18.28125, -38.90625 18.4375, -38.75 18.4375, -38.75 18.28125, -38.90625 18.28125))", @@ -98453,52 +73788,7 @@ "id": "2205", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.51673335919369, - 57.51673335919369, - 57.51673335919369, - 57.51673335919369, - 57.51673335919369, - 57.51673335919369, - 57.51673335919369, - 57.51673335919369 - ], - "relative wind speed": [ - 0.5107316940498219, - 0.5107316940498219, - 0.5107316940498219, - 0.5107316940498219, - 0.5107316940498219, - 0.5107316940498219, - 0.5107316940498219, - 0.5107316940498219 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 18.125, -39.0625 18.28125, -38.90625 18.28125, -38.90625 18.125, -39.0625 18.125))", @@ -98530,34 +73820,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 493.6658339616072, + 493.6658339616065, 532.2794155879826, - 217.9688854799424, + 217.96888547994183, -155.3224831031979, -394.6634681229915, -411.5460770488872, -208.02969413064056, - 154.9433048439231 + 154.94330484392322 ], "relative wind speed": [ - 1.7159346606631418, + 1.7159346606631416, 1.7327735735312826, - 1.5517074785663587, + 1.5517074785663585, 1.2282830531889974, 0.9120549255106795, 0.8796429330615072, 1.1698204339874798, - 1.5058541390394147 + 1.5058541390394145 ], "relative wind angle": [ - 0.11701501402852521, + 0.11701501402852615, 0.08452263102213305, - 0.2655361337732469, - 0.3573084006473823, - 0.2214549611245537, + 0.2655361337732473, + 0.35730840064738234, + 0.22145496112455373, 0.16707580652214643, 0.3555389307150162, - 0.2893032120519418 + 0.28930321205194104 ], "resistance": [ 97128.16583396161, @@ -98597,52 +73887,7 @@ "id": "2207", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.13480477487655, - 55.13480477487655, - 55.13480477487655, - 55.13480477487655, - 55.13480477487655, - 55.13480477487655, - 55.13480477487655, - 55.13480477487655 - ], - "relative wind speed": [ - 0.5000444641221552, - 0.5000444641221552, - 0.5000444641221552, - 0.5000444641221552, - 0.5000444641221552, - 0.5000444641221552, - 0.5000444641221552, - 0.5000444641221552 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 17.96875, -39.6875 18.125, -39.53125 18.125, -39.53125 17.96875, -39.6875 17.96875))", @@ -98674,9 +73919,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 434.3534167045394, + 434.3534167045384, 440.16804990511355, - 165.8082500954955, + 165.8082500954954, -144.69396782140103, -333.5377105582094, -336.0806547532436, @@ -98694,14 +73939,14 @@ 1.371937046370113 ], "relative wind angle": [ - 0.10888052621170972, - 0.10281500328489272, - 0.29088393510828486, - 0.38269415815916896, + 0.1088805262117128, + 0.10281500328489274, + 0.29088393510828564, + 0.382694158159169, 0.22000209800603426, 0.2095265637416244, 0.3826011067354079, - 0.29542157844398254 + 0.2954215784439825 ], "resistance": [ 97068.85341670457, @@ -98754,17 +73999,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 389.3072533423705, + 389.30725334237, 496.24794992980185, - 247.76174952576332, + 247.7617495257632, -87.98715327600337, - -332.0374675126608, + -332.03746751266084, -378.6598123604307, -235.89065445155273, 71.77435046638539 ], "relative wind speed": [ - 1.6216872863779062, + 1.621687286377906, 1.6708670312835576, 1.534268396925661, 1.254147367736724, @@ -98774,14 +74019,14 @@ 1.401090003932997 ], "relative wind angle": [ - 0.14341862111491283, + 0.1434186211149136, 0.046196756031469874, - 0.2240646915921335, - 0.3287824130566382, - 0.24597467143147078, + 0.224064691592134, + 0.32878241305663825, + 0.24597467143147125, 0.08956776922020106, 0.31894951851212344, - 0.29321025233069375 + 0.2932102523306938 ], "resistance": [ 97023.80725334237, @@ -98834,34 +74079,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 462.13400036484313, + 462.134000364842, 407.7725163286866, 112.66548807792117, -194.24976307153747, -357.7618889096851, -334.00981540981803, - -119.62026225709508, + -119.6202622570953, 201.71243404363565 ], "relative wind speed": [ - 1.6192605664527937, + 1.6192605664527933, 1.5937383382839252, 1.3930728707450437, 1.0839954810037762, 0.831664557347994, 0.8795844627446808, - 1.1717588040258196, + 1.1717588040258193, 1.4624036772318538 ], "relative wind angle": [ - 0.07193887736648132, - 0.12428723823056087, + 0.07193887736648286, + 0.12428723823056088, 0.28808558574542853, - 0.34065550609546147, + 0.3406555060954614, 0.1404059191094002, 0.22655246720641312, - 0.34455664384255613, - 0.250256795697448 + 0.3445566438425555, + 0.25025679569744796 ], "resistance": [ 97096.63400036487, @@ -98914,34 +74159,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 396.901939356855, + 396.9019393568541, 453.74279636925974, - 197.88070188744575, - -121.666620785188, - -336.5187385921717, + 197.8807018874453, + -121.66662078518789, + -336.51873859217176, -361.3257254578104, - -200.7001810620518, + -200.7001810620519, 104.01109062586693 ], "relative wind speed": [ - 1.621988360676736, + 1.6219883606767356, 1.6483860034920654, - 1.4974665600253043, - 1.218461858724567, - 0.9422259175280294, + 1.4974665600253039, + 1.2184618587245672, + 0.9422259175280293, 0.8952427074954576, - 1.1297034227788831, - 1.4261790282660218 + 1.129703422778883, + 1.426179028266022 ], "relative wind angle": [ - 0.11783335653993543, - 0.06581849337870094, - 0.23179523996002133, - 0.3155023990583837, + 0.11783335653993639, + 0.06581849337870095, + 0.23179523996002085, + 0.3155023990583841, 0.20378183162051308, - 0.1214002974201042, - 0.3094236736665171, - 0.2683087071977847 + 0.12140029742010422, + 0.3094236736665167, + 0.2683087071977851 ], "resistance": [ 97031.40193935686, @@ -98994,9 +74239,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 433.0403809006659, + 433.0403809006641, 417.0421083096369, - 140.13125695642418, + 140.13125695642384, -164.88043282293506, -342.1759617571809, -335.18142179779744, @@ -99004,9 +74249,9 @@ 166.33006701394117 ], "relative wind speed": [ - 1.5907185309085696, + 1.5907185309085692, 1.5831162132881733, - 1.3998234697205574, + 1.3998234697205572, 1.100186932373783, 0.8353340286541495, 0.8496537172446216, @@ -99014,9 +74259,9 @@ 1.4204777709761789 ], "relative wind angle": [ - 0.09033247198408861, - 0.10612784987961639, - 0.2754012226879305, + 0.09033247198409108, + 0.10612784987961638, + 0.2754012226879309, 0.34360473127793584, 0.17264173079767936, 0.1986760431539555, @@ -99074,19 +74319,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 464.00877624786824, + 464.0087762478671, 494.2283109383617, - 191.49539507006818, + 191.49539507006773, -170.03949115050546, - -399.7834848466638, + -399.78348484666367, -412.9544619271068, -212.57892152055388, 141.1819470615651 ], "relative wind speed": [ - 1.7857528803835028, + 1.7857528803835025, 1.7986438502920956, - 1.6296999739736335, + 1.6296999739736333, 1.3381354263212715, 1.0705433558501403, 1.0487405429176855, @@ -99094,14 +74339,14 @@ 1.5951081491161798 ], "relative wind angle": [ - 0.09666332288236013, - 0.07400435984706606, - 0.2230001826675689, - 0.28538651746617394, - 0.16169492527750415, + 0.09666332288236128, + 0.07400435984706608, + 0.22300018266756938, + 0.285386517466174, + 0.16169492527750348, 0.12714776956337145, - 0.2818648523550388, - 0.2384265662723146 + 0.28186485235503883, + 0.23842656627231457 ], "resistance": [ 97098.50877624792, @@ -99154,13 +74399,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 392.39164201838946, + 392.39164201838923, 447.88527795735547, - 198.6776608000257, + 198.6776608000256, -109.40244961039781, -315.9045483843858, -340.1550745503836, - -185.03734452597138, + -185.03734452597143, 108.18699532875269 ], "relative wind speed": [ @@ -99174,13 +74419,13 @@ 1.3415680133941388 ], "relative wind angle": [ - 0.13032471936174164, - 0.07282955047884178, - 0.25866804563653056, - 0.361016810955214, + 0.13032471936174247, + 0.07282955047884179, + 0.25866804563653095, + 0.36101681095521404, 0.24389944261353558, 0.14726680136840645, - 0.3581522023607382, + 0.3581522023607385, 0.30086574302903946 ], "resistance": [ @@ -99234,9 +74479,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 455.26513452428355, + 455.26513452428264, 566.0021367783296, - 277.9032997286224, + 277.9032997286222, -101.62946888738634, -372.25266582970806, -420.5776991858538, @@ -99246,7 +74491,7 @@ "relative wind speed": [ 1.691247475720858, 1.7397510227330903, - 1.585999848117951, + 1.5859998481179505, 1.2750837781195674, 0.9376317742746908, 0.8442379683245976, @@ -99254,12 +74499,12 @@ 1.4538338031006186 ], "relative wind angle": [ - 0.14874384201740118, + 0.14874384201740343, 0.0544469796970564, - 0.2448932887332287, + 0.24489328873322824, 0.35995904904147646, 0.2705978135250279, - 0.1123817958899879, + 0.11238179588998791, 0.3549645344348271, 0.31406592550453893 ], @@ -99314,9 +74559,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 453.43320794042256, + 453.4332079404205, 521.9335560106863, - 226.08588454578012, + 226.08588454577966, -147.91478912735988, -400.8920145829823, -430.7150431670245, @@ -99324,9 +74569,9 @@ 111.78902205075133 ], "relative wind speed": [ - 1.8100556304603617, + 1.8100556304603614, 1.8388095373423097, - 1.682721964980324, + 1.6827219649803236, 1.3961687316358828, 1.1185891866330533, 1.0706645782842605, @@ -99334,13 +74579,13 @@ 1.6056948734475995 ], "relative wind angle": [ - 0.10834923558949848, + 0.10834923558950155, 0.058993032928614374, 0.20895208845164498, 0.2795420751253703, 0.175889004873377, - 0.10143248608869931, - 0.27134707737847585, + 0.10143248608869933, + 0.2713470773784759, 0.2422746668785709 ], "resistance": [ @@ -99394,39 +74639,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 397.0738095293251, + 397.0738095293242, 598.6958831593951, - 347.08496022651605, + 347.08496022651514, -44.13723772604851, -360.76017969977784, -448.2298200222752, - -326.6752049776218, + -326.6752049776219, 12.485752482124667 ], "relative wind speed": [ 1.7568726371377053, 1.842265990633086, - 1.728883987807737, + 1.7288839878077369, 1.4522659550677421, 1.1267316944589558, 0.9809086574081388, - 1.1692244998816783, + 1.1692244998816785, 1.4990161340601784 ], "relative wind angle": [ - 0.16426961600205, + 0.16426961600205203, 0.013266563876882772, - 0.18726336012615388, + 0.18726336012615447, 0.30113608376039797, 0.25783669171785634, 0.024918071294985557, - 0.27888413988334426, + 0.27888413988334504, 0.29146427948776726 ], "resistance": [ 97031.57380952933, 97233.19588315941, - 96981.58496022654, + 96981.58496022652, 96590.36276227397, 96273.73982030024, 96186.27017997774, @@ -99436,7 +74681,7 @@ "fuel": [ 39.16913750726139, 39.27337236937246, - 39.14331760309456, + 39.143317603094545, 38.94156729303793, 38.778704232121214, 38.73377776030419, @@ -99474,11 +74719,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 404.731149491172, + 404.73114949117087, 536.4655757199874, - 275.31148699976814, + 275.3114869997677, -91.40427137824952, - -365.6339067924168, + -365.63390679241667, -422.9096957670351, -276.97604953950383, 55.90082174784641 @@ -99486,7 +74731,7 @@ "relative wind speed": [ 1.7490536725450012, 1.805723778199946, - 1.6751846251682674, + 1.6751846251682672, 1.4007792747972945, 1.1058458147936336, 1.010665796583155, @@ -99494,11 +74739,11 @@ 1.5231221680607623 ], "relative wind angle": [ - 0.13560348311106998, + 0.13560348311107245, 0.03521589878522738, - 0.19607612331579577, + 0.19607612331579635, 0.28807405743810505, - 0.21548336665748657, + 0.21548336665748605, 0.06294766178656533, 0.2719877026622433, 0.2643539321878313 @@ -99554,9 +74799,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 383.26017119745075, + 383.2601711974503, 599.7565289655811, - 357.4979859949765, + 357.49798599497626, -31.841843583287186, -353.89381413933233, -447.69322115451814, @@ -99566,7 +74811,7 @@ "relative wind speed": [ 1.7585084917140554, 1.8501292082176484, - 1.744148206783942, + 1.7441482067839418, 1.474014085680949, 1.1507461369500496, 0.9967901986054246, @@ -99574,14 +74819,14 @@ 1.497949018608464 ], "relative wind angle": [ - 0.16732961180658798, - 0.006752896309062921, + 0.16732961180658934, + 0.00675289630906292, 0.1790058376970885, - 0.2936764204865299, - 0.25734362177911557, + 0.29367642048653, + 0.257343621779116, 0.012534195166722219, 0.26808244951933446, - 0.2888477025129736 + 0.28884770251297365 ], "resistance": [ 97017.76017119749, @@ -99634,9 +74879,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 389.38315710920415, + 389.3831571092028, 586.6427648158833, - 338.7419235414825, + 338.74192354148204, -47.44050144373739, -360.1244660111827, -445.6537683426948, @@ -99644,24 +74889,24 @@ 10.095591681122755 ], "relative wind speed": [ - 1.7688037386718585, + 1.7688037386718582, 1.8521151562061346, - 1.7406141206281818, + 1.7406141206281815, 1.4702209113081242, 1.1551360674824656, 1.0162064005357982, 1.1971919158631918, - 1.5170551975095392 + 1.5170551975095394 ], "relative wind angle": [ - 0.15801579432323068, - 0.013170269604509698, + 0.1580157943232321, + 0.013170269604509696, 0.18070752418080696, 0.28830222322114935, - 0.24335100174477564, + 0.24335100174477567, 0.024005451673796203, - 0.26437455290482853, - 0.27915899205535766 + 0.2643745529048286, + 0.27915899205535843 ], "resistance": [ 97023.88315710922, @@ -99714,34 +74959,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 340.87469107264155, + 340.874691072641, 577.596252897221, - 382.48465117218495, + 382.4846511721847, 23.605195931950675, -287.6482661203231, -400.1454719833902, - -315.5016478319936, + -315.50164783199364, -22.77146369904972 ], "relative wind speed": [ - 1.5747386181878367, + 1.5747386181878364, 1.689042902362477, - 1.600173600400526, + 1.6001736004005258, 1.3319542202436825, 0.9768312055961199, 0.7623221063418308, 0.9345829917239687, - 1.2883706279691218 + 1.288370627969122 ], "relative wind angle": [ - 0.22034777062711658, - 0.013794464447421308, - 0.19575147085294142, - 0.3553872915980391, + 0.2203477706271166, + 0.013794464447421306, + 0.19575147085294198, + 0.35538729159803906, 0.3600837656332886, - 0.03056756695961413, - 0.3395101176955913, - 0.3679723021132613 + 0.030567566959614125, + 0.33951011769559164, + 0.3679723021132617 ], "resistance": [ 96975.37469107266, @@ -99794,34 +75039,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 263.0253704518368, + 263.0253704518366, 551.6768592903602, - 448.70078209727876, - 92.75559419100546, - -261.16813648124923, + 448.70078209727853, + 92.7555941910058, + -261.16813648124935, -432.7328893799472, -387.8413186284674, -117.70520636670085 ], "relative wind speed": [ - 1.6527963239410777, + 1.6527963239410774, 1.8029633392077873, 1.7590130160564876, - 1.5342068069801187, + 1.534206806980119, 1.2096887835670878, 0.971805453264111, 1.0492644332412195, 1.356942192923865 ], "relative wind angle": [ - 0.2195987507150351, + 0.21959875071503562, 0.0513694760582656, - 0.13062538220924852, - 0.2749935064960989, - 0.30221110695087916, - 0.09540711014695984, + 0.13062538220924938, + 0.2749935064960997, + 0.3022111069508795, + 0.09540711014695985, 0.22013505502803468, - 0.31205338491374335 + 0.3120533849137434 ], "resistance": [ 96897.52537045183, @@ -99874,34 +75119,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 341.08242108401043, + 341.08242108400975, 613.579379397649, - 435.69367635527726, + 435.69367635527703, 51.31682632097136, -296.5505276354574, -437.474913395442, -360.099343837768, - -54.42347185486926 + -54.423471854869035 ], "relative wind speed": [ - 1.636234062051267, + 1.6362340620512668, 1.7686201228615759, 1.6914656152262788, 1.425749111306251, 1.0622312143912043, 0.8231524279578508, 0.9718750594345898, - 1.3314790761605066 + 1.3314790761605069 ], "relative wind angle": [ - 0.22813382649435246, - 0.028380454978220514, - 0.1777486237559254, - 0.33827041943482233, + 0.22813382649435343, + 0.02838045497822051, + 0.177748623755926, + 0.3382704194348223, 0.35583298101739214, 0.06100771885602697, 0.3128062184391286, - 0.36329036041427576 + 0.36329036041427615 ], "resistance": [ 96975.58242108402, @@ -99954,19 +75199,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 428.4022265830315, + 428.40222658303105, 572.7991411228286, - 294.6453505947104, + 294.6453505947097, -100.18561893707431, -397.380278510979, -460.05809162034905, - -305.3929421792607, + -305.39294217926056, 52.707228559050236 ], "relative wind speed": [ 1.8516653331092892, 1.9106385618809774, - 1.7795809721831428, + 1.7795809721831426, 1.5036872401840684, 1.2098202800245654, 1.114356272316373, @@ -99974,13 +75219,13 @@ 1.6221141450295882 ], "relative wind angle": [ - 0.12914705348245525, + 0.12914705348245611, 0.032057958711131485, - 0.183703899189988, + 0.1837038991899886, 0.26821440207698494, 0.1984136285755304, 0.05498380632272429, - 0.25008024950322577, + 0.2500802495032253, 0.24820288479234415 ], "resistance": [ @@ -100034,34 +75279,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 328.7907315535904, + 328.7907315535899, 563.5369305602392, - 372.9129703135095, + 372.91297031350905, 14.152698259801355, -300.5504337931411, -413.23623457927255, - -330.5012053414037, - -35.612784685035535 + -330.5012053414038, + -35.61278468503565 ], "relative wind speed": [ - 1.6407711923959591, + 1.640771192395959, 1.7513967183629566, 1.6667699927783697, 1.4120108917266732, - 1.0834242994095684, + 1.0834242994095682, 0.8936150475764362, 1.0429842326330556, - 1.3682702803148272 + 1.368270280314827 ], "relative wind angle": [ - 0.19602799863591228, - 0.013128565440508427, - 0.17309109580238993, + 0.19602799863591283, + 0.013128565440508428, + 0.1730910958023912, 0.308674471157879, - 0.29942746210005944, + 0.2994274621000583, 0.025732784723680548, - 0.2788329566213187, - 0.31888473726593597 + 0.2788329566213191, + 0.3188847372659356 ], "resistance": [ 96963.29073155364, @@ -100114,9 +75359,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 372.7712891275254, + 372.77128912752505, 549.6079804050603, - 317.4222729030241, + 317.42227290302367, -32.80948454344798, -311.13709605377494, -387.94406429764126, @@ -100134,9 +75379,9 @@ 1.3294155934301548 ], "relative wind angle": [ - 0.1862356724705252, + 0.1862356724705264, 0.018668123218597937, - 0.2193747032221789, + 0.21937470322218044, 0.35897402785376076, 0.32100258249778024, 0.040173755993193214, @@ -100194,11 +75439,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 327.3839103503783, + 327.3839103503781, 534.3727173369275, - 342.875611639617, + 342.8756116396164, 21.598474805912986, - -247.6818119107653, + -247.68181191076533, -340.3591887041276, -257.827471375536, 4.599888472060684 @@ -100206,22 +75451,22 @@ "relative wind speed": [ 1.4346627370500535, 1.5395897061613013, - 1.4450377900180202, + 1.44503779001802, 1.1734396758441659, 0.8083388235514443, 0.5842365611827468, - 0.7896420759814664, - 1.155295698033721 + 0.7896420759814663, + 1.1552956980337208 ], "relative wind angle": [ - 0.24272633429407256, + 0.2427263342940735, 0.006461384388209368, - 0.2309358797056981, - 0.4192726565673117, - 0.44070797033151626, + 0.23093587970569857, + 0.41927265656731166, + 0.44070797033151654, 0.017027849801529372, - 0.4321940952419508, - 0.4262834152342173 + 0.43219409524195024, + 0.4262834152342168 ], "resistance": [ 96961.88391035037, @@ -100274,30 +75519,30 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 259.26745549712643, + 259.267455497126, 534.5916336319219, - 431.8357766100114, - 90.60948737414003, + 431.8357766100107, + 90.60948737414014, -245.41311452912709, -407.278917689794, -362.4457947757908, -103.884580672644 ], "relative wind speed": [ - 1.5784025944197446, + 1.5784025944197444, 1.727074234149351, - 1.6815266562589992, - 1.4548331896238291, + 1.681526656258999, + 1.4548331896238293, 1.1252991559888152, 0.8802656021210603, 0.9644278328784123, 1.2810594564301363 ], "relative wind angle": [ - 0.23327044287798884, - 0.052959693763889454, - 0.14055736129557975, - 0.2961466165458144, + 0.2332704428779898, + 0.05295969376388945, + 0.14055736129558052, + 0.2961466165458148, 0.33020588586565297, 0.10404556288045938, 0.24675900216451718, @@ -100354,9 +75599,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 313.04463576979185, + 313.0446357697914, 561.5618436907653, - 405.3519256854587, + 405.3519256854586, 63.50107800997989, -243.92235697178518, -372.35451615449296, @@ -100364,7 +75609,7 @@ -38.07921874261609 ], "relative wind speed": [ - 1.474640500782721, + 1.4746405007827208, 1.6072279518199029, 1.5338805118126273, 1.2721432610768841, @@ -100374,13 +75619,13 @@ 1.1688885840741565 ], "relative wind angle": [ - 0.263854642246817, + 0.2638546422468178, 0.035053502334320356, - 0.20013150945569855, + 0.20013150945569913, 0.39332815471724036, 0.44150638317192126, 0.08901609862724298, - 0.3937058437558714, + 0.3937058437558715, 0.43027473808246525 ], "resistance": [ @@ -100434,9 +75679,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 255.38393856943077, + 255.3839385694302, 472.4997760145537, - 351.6416050351499, + 351.64160503514967, 61.56712856051314, -205.0620832717147, -321.24629207154396, @@ -100444,7 +75689,7 @@ -44.76815686397407 ], "relative wind speed": [ - 1.3683449141219701, + 1.36834491412197, 1.4957962678706305, 1.4347500115178924, 1.2001948604297556, @@ -100454,13 +75699,13 @@ 1.085000592303408 ], "relative wind angle": [ - 0.26291408196435695, - 0.041754933845540784, - 0.18741699152768213, - 0.37580164988932147, - 0.42456890578699946, - 0.1014244955525232, - 0.36557676717268056, + 0.2629140819643578, + 0.04175493384554078, + 0.1874169915276827, + 0.3758016498893215, + 0.42456890578699974, + 0.10142449555252321, + 0.3655767671726806, 0.41805596669969997 ], "resistance": [ @@ -100501,52 +75746,7 @@ "id": "2231", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.10409042925618, - 45.10409042925618, - 45.10409042925618, - 45.10409042925618, - 45.10409042925618, - 45.10409042925618, - 45.10409042925618, - 45.10409042925618 - ], - "relative wind speed": [ - 0.4522761303582854, - 0.4522761303582854, - 0.4522761303582854, - 0.4522761303582854, - 0.4522761303582854, - 0.4522761303582854, - 0.4522761303582854, - 0.4522761303582854 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 18.59375, -38.75 18.75, -38.59375 18.75, -38.59375 18.59375, -38.75 18.59375))", @@ -100565,52 +75765,7 @@ "id": "2232", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 71.32221683039381, - 71.32221683039381, - 71.32221683039381, - 71.32221683039381, - 71.32221683039381, - 71.32221683039381, - 71.32221683039381, - 71.32221683039381 - ], - "relative wind speed": [ - 0.5687325959277525, - 0.5687325959277525, - 0.5687325959277525, - 0.5687325959277525, - 0.5687325959277525, - 0.5687325959277525, - 0.5687325959277525, - 0.5687325959277525 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 18.59375, -38.59375 18.75, -38.4375 18.75, -38.4375 18.59375, -38.59375 18.59375))", @@ -100629,68 +75784,7 @@ "id": "2233", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.648870462122279, - 4.648870462122279, - 4.648870462122279, - 4.648870462122279, - 4.648870462122279, - 4.648870462122279, - 4.648870462122279, - 4.648870462122279 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 627.1825935670504, - 670.0637241343727, - 281.2900369482528, - -169.8050890094646, - -455.43902211661145, - -474.1382243778196, - -226.1872550561892, - 212.85318270605865 - ], - "relative wind speed": [ - 1.808816691849202, - 1.8262090498163155, - 1.6133799773027337, - 1.2265830432632259, - 0.8264698893066353, - 0.7872933436856953, - 1.1627017465719411, - 1.5653639642657984 - ], - "relative wind angle": [ - 0.1343091113031111, - 0.10043862883993689, - 0.31586127442656314, - 0.44288675384020926, - 0.2974328291901094, - 0.2347361358048438, - 0.4456466831247075, - 0.3424559844458952 - ], - "resistance": [ - 97261.68259356703, - 97304.56372413436, - 96915.79003694824, - 96464.69491099053, - 96179.06097788338, - 96160.36177562216, - 96408.3127449438, - 96847.35318270605 - ], - "fuel": [ - 39.18035004139436, - 39.20254284056847, - 39.001586202117956, - 38.769120568320716, - 38.62231459061914, - 38.612714434247614, - 38.740118033450436, - 38.96626949261562 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 18.4375, -38.75 18.59375, -38.59375 18.59375, -38.59375 18.4375, -38.75 18.4375))", @@ -100709,52 +75803,7 @@ "id": "2234", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 72.18340919636476, - 72.18340919636476, - 72.18340919636476, - 72.18340919636476, - 72.18340919636476, - 72.18340919636476, - 72.18340919636476, - 72.18340919636476 - ], - "relative wind speed": [ - 0.5721559227898577, - 0.5721559227898577, - 0.5721559227898577, - 0.5721559227898577, - 0.5721559227898577, - 0.5721559227898577, - 0.5721559227898577, - 0.5721559227898577 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 18.4375, -38.59375 18.59375, -38.4375 18.59375, -38.4375 18.4375, -38.59375 18.4375))", @@ -100773,52 +75822,7 @@ "id": "2235", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.27324903538062, - 60.27324903538062, - 60.27324903538062, - 60.27324903538062, - 60.27324903538062, - 60.27324903538062, - 60.27324903538062, - 60.27324903538062 - ], - "relative wind speed": [ - 0.5228269964220165, - 0.5228269964220165, - 0.5228269964220165, - 0.5228269964220165, - 0.5228269964220165, - 0.5228269964220165, - 0.5228269964220165, - 0.5228269964220165 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 18.59375, -38.4375 18.75, -38.28125 18.75, -38.28125 18.59375, -38.4375 18.59375))", @@ -100837,68 +75841,7 @@ "id": "2236", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.446361247493846, - 4.446361247493846, - 4.446361247493846, - 4.446361247493846, - 4.446361247493846, - 4.446361247493846, - 4.446361247493846, - 4.446361247493846 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 625.0243958921037, - 571.9661123028752, - 186.24945572361878, - -216.1242564017532, - -438.48672895039874, - -415.3606729812112, - -146.4600395923627, - 270.85794740861365 - ], - "relative wind speed": [ - 1.7532710497453672, - 1.730836311404018, - 1.4916765980074878, - 1.1015155085047899, - 0.7437628701909442, - 0.7945742533427737, - 1.1840791814345442, - 1.5536428693471762 - ], - "relative wind angle": [ - 0.0951641164972826, - 0.1408541512682673, - 0.3491038514196749, - 0.4494679964909963, - 0.22590840649404526, - 0.310790895666813, - 0.44550578200743923, - 0.3131385187805177 - ], - "resistance": [ - 97259.52439589208, - 97206.46611230285, - 96820.74945572359, - 96418.37574359821, - 96196.01327104957, - 96219.13932701875, - 96488.03996040761, - 96905.35794740859 - ], - "fuel": [ - 39.13295019090977, - 39.10550018136935, - 38.906262320979664, - 38.69901041946073, - 38.58473593689469, - 38.59661209502484, - 38.734849465000664, - 38.94991854343736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 18.59375, -38.28125 18.75, -38.125 18.75, -38.125 18.59375, -38.28125 18.59375))", @@ -100917,68 +75860,7 @@ "id": "2237", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.135994859883615, - 4.135994859883615, - 4.135994859883615, - 4.135994859883615, - 4.135994859883615, - 4.135994859883615, - 4.135994859883615, - 4.135994859883615 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 583.8600826271155, - 506.1982037834499, - 149.2665588171102, - -208.67504917169663, - -395.8836569718267, - -362.1250239279126, - -107.59001285246478, - 272.4869839068267 - ], - "relative wind speed": [ - 1.6588048877186206, - 1.6241188026505449, - 1.3827743962298744, - 0.9998232182777783, - 0.6595366673801024, - 0.740851122706173, - 1.1289629047356442, - 1.478842724339104 - ], - "relative wind angle": [ - 0.08372591126568915, - 0.1597587136402427, - 0.37316143248799016, - 0.4719553761924041, - 0.21191621416389664, - 0.3562269327881991, - 0.46287353566958306, - 0.31242552021317205 - ], - "resistance": [ - 97218.3600826271, - 97140.69820378344, - 96783.7665588171, - 96425.82495082829, - 96238.61634302816, - 96272.37497607207, - 96526.90998714752, - 96906.98698390681 - ], - "fuel": [ - 39.04596232564337, - 39.00579895478447, - 38.821497922500924, - 38.63715147371954, - 38.540925509411586, - 38.558267942220624, - 38.68916380160515, - 38.885068994711254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 18.4375, -38.4375 18.59375, -38.28125 18.59375, -38.28125 18.4375, -38.4375 18.4375))", @@ -100997,52 +75879,7 @@ "id": "2238", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.244714930033055, - 62.244714930033055, - 62.244714930033055, - 62.244714930033055, - 62.244714930033055, - 62.244714930033055, - 62.244714930033055, - 62.244714930033055 - ], - "relative wind speed": [ - 0.5313087206124038, - 0.5313087206124038, - 0.5313087206124038, - 0.5313087206124038, - 0.5313087206124038, - 0.5313087206124038, - 0.5313087206124038, - 0.5313087206124038 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 18.4375, -38.28125 18.59375, -38.125 18.59375, -38.125 18.4375, -38.28125 18.4375))", @@ -101061,52 +75898,7 @@ "id": "2239", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.14184375311363, - 59.14184375311363, - 59.14184375311363, - 59.14184375311363, - 59.14184375311363, - 59.14184375311363, - 59.14184375311363, - 59.14184375311363 - ], - "relative wind speed": [ - 0.5178966870642934, - 0.5178966870642934, - 0.5178966870642934, - 0.5178966870642934, - 0.5178966870642934, - 0.5178966870642934, - 0.5178966870642934, - 0.5178966870642934 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 18.59375, -38.125 18.75, -37.96875 18.75, -37.96875 18.59375, -38.125 18.59375))", @@ -101125,68 +75917,7 @@ "id": "2240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.482474335991959, - 4.482474335991959, - 4.482474335991959, - 4.482474335991959, - 4.482474335991959, - 4.482474335991959, - 4.482474335991959, - 4.482474335991959 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 609.2202463704843, - 470.7903776199014, - 92.47076257582103, - -265.1276361095194, - -428.7447485986261, - -368.44612074208044, - -79.73124143331859, - 315.7719734482906 - ], - "relative wind speed": [ - 1.735614532320036, - 1.6752154496700993, - 1.4172427340170652, - 1.0422912490409806, - 0.7615410462650138, - 0.8865414638546327, - 1.2584616016481165, - 1.5830134308083115 - ], - "relative wind angle": [ - 0.04916806172642176, - 0.17097219626818658, - 0.35181447958878614, - 0.39976087481688766, - 0.11224847065115592, - 0.3273117704040252, - 0.3985478306378031, - 0.2591475641697033 - ], - "resistance": [ - 97243.7202463705, - 97105.29037761991, - 96726.97076257583, - 96369.37236389049, - 96205.7552514014, - 96266.05387925793, - 96554.7687585667, - 96950.27197344831 - ], - "fuel": [ - 39.1328283662982, - 39.06124100237833, - 38.86596122865393, - 38.681866885360975, - 38.59779423117263, - 38.628766353378566, - 38.77725094435834, - 38.98115970921859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 18.59375, -37.96875 18.75, -37.8125 18.75, -37.8125 18.59375, -37.96875 18.59375))", @@ -101205,68 +75936,7 @@ "id": "2241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.272479995199499, - 4.272479995199499, - 4.272479995199499, - 4.272479995199499, - 4.272479995199499, - 4.272479995199499, - 4.272479995199499, - 4.272479995199499 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 578.8451315386859, - 320.0548988167983, - -47.4608547595526, - -327.330273263895, - -397.13077578631203, - -262.13076941438527, - 61.30135731818859, - 418.21423640972114 - ], - "relative wind speed": [ - 1.66781882495161, - 1.5339006158601756, - 1.227911751144519, - 0.8610498169992633, - 0.7090086260754392, - 0.9651226685640147, - 1.332871185116383, - 1.5946492019744924 - ], - "relative wind angle": [ - 0.03395400050753767, - 0.24999550349333094, - 0.4016674750347169, - 0.35515296982971456, - 0.07994061974678672, - 0.4041095347603002, - 0.36844719117043323, - 0.18888414199281872 - ], - "resistance": [ - 97213.3451315387, - 96954.55489881682, - 96587.03914524046, - 96307.16972673612, - 96237.3692242137, - 96372.36923058562, - 96695.8013573182, - 97052.71423640974 - ], - "fuel": [ - 39.07147406617767, - 38.937730970405504, - 38.74822664828153, - 38.604253020231035, - 38.56839085724, - 38.63776765432098, - 38.80425599111186, - 38.988430495530224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 18.4375, -38.125 18.59375, -37.96875 18.59375, -37.96875 18.4375, -38.125 18.4375))", @@ -101285,52 +75955,7 @@ "id": "2242", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 54.3143690550712, - 54.3143690550712, - 54.3143690550712, - 54.3143690550712, - 54.3143690550712, - 54.3143690550712, - 54.3143690550712, - 54.3143690550712 - ], - "relative wind speed": [ - 0.496310053478666, - 0.496310053478666, - 0.496310053478666, - 0.496310053478666, - 0.496310053478666, - 0.496310053478666, - 0.496310053478666, - 0.496310053478666 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 18.4375, -37.96875 18.59375, -37.8125 18.59375, -37.8125 18.4375, -37.96875 18.4375))", @@ -101349,52 +75974,7 @@ "id": "2243", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.3318321053349, - 49.3318321053349, - 49.3318321053349, - 49.3318321053349, - 49.3318321053349, - 49.3318321053349, - 49.3318321053349, - 49.3318321053349 - ], - "relative wind speed": [ - 0.4729980229656462, - 0.4729980229656462, - 0.4729980229656462, - 0.4729980229656462, - 0.4729980229656462, - 0.4729980229656462, - 0.4729980229656462, - 0.4729980229656462 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 18.59375, -37.8125 18.75, -37.65625 18.75, -37.65625 18.59375, -37.8125 18.59375))", @@ -101413,68 +75993,7 @@ "id": "2244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.1847253508508455, - 4.1847253508508455, - 4.1847253508508455, - 4.1847253508508455, - 4.1847253508508455, - 4.1847253508508455, - 4.1847253508508455, - 4.1847253508508455 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 499.585992004428, - 237.28322291054997, - -96.15443856621647, - -326.90823474320166, - -362.589263225642, - -206.02215016849465, - 105.13130379416975, - 417.84815853204395 - ], - "relative wind speed": [ - 1.6022469924580822, - 1.4473951746848477, - 1.142451497487431, - 0.8127437954372968, - 0.7339257768667536, - 1.0054300965703462, - 1.3418819048929616, - 1.563742304143689 - ], - "relative wind angle": [ - 0.06655300093184259, - 0.2684043233049744, - 0.3918256956724434, - 0.2909516802608476, - 0.14570081842817947, - 0.3917066693828965, - 0.3311406685800574, - 0.14965350213176906 - ], - "resistance": [ - 97134.08599200443, - 96871.78322291056, - 96538.34556143379, - 96307.5917652568, - 96271.91073677436, - 96428.4778498315, - 96739.63130379417, - 97052.34815853204 - ], - "fuel": [ - 39.012274491511185, - 38.87679518718204, - 38.70494431020797, - 38.58625802657073, - 38.56792347560513, - 38.64841006184358, - 38.808635744473435, - 38.970029464733464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 18.59375, -37.65625 18.75, -37.5 18.75, -37.5 18.59375, -37.65625 18.59375))", @@ -101493,68 +76012,7 @@ "id": "2245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.502984108049389, - 4.502984108049389, - 4.502984108049389, - 4.502984108049389, - 4.502984108049389, - 4.502984108049389, - 4.502984108049389, - 4.502984108049389 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 491.6566864101925, - 199.21309161711986, - -146.525483664847, - -366.9883900716647, - -381.22284429177074, - -190.9859965055818, - 146.058506106555, - 459.10088814073663 - ], - "relative wind speed": [ - 1.6690426433722947, - 1.4935887882105112, - 1.181986030145222, - 0.8791664696062462, - 0.8508574872493001, - 1.130864421907076, - 1.453468552650833, - 1.6543059353467418 - ], - "relative wind angle": [ - 0.08578364741327389, - 0.26591138136170667, - 0.3561086332221006, - 0.21814035169525933, - 0.16886840309268872, - 0.3544537439782591, - 0.2874541236859303, - 0.11526663439457355 - ], - "resistance": [ - 97126.15668641019, - 96833.71309161712, - 96487.97451633515, - 96267.51160992833, - 96253.27715570823, - 96443.51400349442, - 96780.55850610655, - 97093.60088814073 - ], - "fuel": [ - 39.07664050901988, - 38.925618505151185, - 38.747484734166036, - 38.63412858449853, - 38.62681582319825, - 38.72460976474365, - 38.8982029043056, - 39.059812493239164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 18.4375, -37.8125 18.59375, -37.65625 18.59375, -37.65625 18.4375, -37.8125 18.4375))", @@ -101573,52 +76031,7 @@ "id": "2246", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.73253294664651, - 43.73253294664651, - 43.73253294664651, - 43.73253294664651, - 43.73253294664651, - 43.73253294664651, - 43.73253294664651, - 43.73253294664651 - ], - "relative wind speed": [ - 0.4453464749509435, - 0.4453464749509435, - 0.4453464749509435, - 0.4453464749509435, - 0.4453464749509435, - 0.4453464749509435, - 0.4453464749509435, - 0.4453464749509435 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 18.4375, -37.65625 18.59375, -37.5 18.59375, -37.5 18.4375, -37.65625 18.4375))", @@ -101637,68 +76050,7 @@ "id": "2247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.635980896478119, - 4.635980896478119, - 4.635980896478119, - 4.635980896478119, - 4.635980896478119, - 4.635980896478119, - 4.635980896478119, - 4.635980896478119 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 533.7151893705494, - 315.93417804446733, - -27.754759464030144, - -308.96564633086905, - -390.13943299438296, - -288.1619730788343, - 6.811263994014894, - 346.5723229767417 - ], - "relative wind speed": [ - 1.7041124749100656, - 1.6000407110472876, - 1.3377873159582656, - 1.0217414121873012, - 0.8716676049334656, - 1.0505586435919902, - 1.3689882533812086, - 1.6185945221877072 - ], - "relative wind angle": [ - 0.009621191509188139, - 0.19238825696690923, - 0.3164088204129034, - 0.2803901375379798, - 0.018810273920835955, - 0.295491824578337, - 0.30895579810269075, - 0.17558766017725821 - ], - "resistance": [ - 97168.21518937054, - 96950.43417804447, - 96606.74524053597, - 96325.53435366914, - 96244.36056700561, - 96346.33802692116, - 96641.31126399401, - 96981.07232297675 - ], - "fuel": [ - 39.128974024695, - 39.01644449834902, - 38.83921617241252, - 38.694532532277414, - 38.652823164048485, - 38.705225990176274, - 38.85702077790556, - 39.032264852442935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 18.28125, -37.8125 18.4375, -37.65625 18.4375, -37.65625 18.28125, -37.8125 18.28125))", @@ -101717,68 +76069,7 @@ "id": "2248", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.361265983050239, - 4.361265983050239, - 4.361265983050239, - 4.361265983050239, - 4.361265983050239, - 4.361265983050239, - 4.361265983050239, - 4.361265983050239 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 480.210516001723, - 365.4874051001925, - 60.12295726731486, - -229.61077262833066, - -358.93936545950544, - -308.9426145386891, - -71.731503641519, - 248.3126829370416 - ], - "relative wind speed": [ - 1.617696377296781, - 1.5632367034060983, - 1.340643972703801, - 1.027830539286255, - 0.8093458777042585, - 0.9100952301820059, - 1.2143541729367813, - 1.4884712632048125 - ], - "relative wind angle": [ - 0.041173155325820165, - 0.1536170224310182, - 0.3067798752353649, - 0.3303117349714092, - 0.08236552139560752, - 0.2659496884581301, - 0.339904096456525, - 0.22588021229967278 - ], - "resistance": [ - 97114.71051600171, - 96999.98740510018, - 96694.6229572673, - 96404.88922737165, - 96275.56063454048, - 96325.5573854613, - 96562.76849635846, - 96882.81268293703 - ], - "fuel": [ - 39.03941241274879, - 38.98013473021834, - 38.822590919192535, - 38.67343210915077, - 38.60695284933014, - 38.63264548656446, - 38.75467174361234, - 38.9196408499801 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 18.28125, -37.65625 18.4375, -37.5 18.4375, -37.5 18.28125, -37.65625 18.28125))", @@ -101797,68 +76088,7 @@ "id": "2249", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.835603796416818, - 4.835603796416818, - 4.835603796416818, - 4.835603796416818, - 4.835603796416818, - 4.835603796416818, - 4.835603796416818, - 4.835603796416818 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 449.55896813639845, - 340.91686976060794, - 45.89630162452761, - -237.68280499529374, - -362.5661539213889, - -315.3988417965243, - -83.2812410872192, - 227.93391193093692 - ], - "relative wind speed": [ - 1.6968994372247457, - 1.6469742733862462, - 1.4451200251169463, - 1.1715931814944616, - 0.9922559618165587, - 1.07308682622517, - 1.3325418217902798, - 1.578419782849242 - ], - "relative wind angle": [ - 0.03430474674153969, - 0.12676885113837316, - 0.24653650590832418, - 0.25059654028112976, - 0.058688195679993685, - 0.19528303997473168, - 0.26785615510533967, - 0.1851218638828407 - ], - "resistance": [ - 97084.0589681364, - 96975.41686976062, - 96680.39630162454, - 96396.81719500473, - 96271.93384607862, - 96319.10115820348, - 96551.2187589128, - 96862.43391193094 - ], - "fuel": [ - 39.133566875774065, - 39.07744242783238, - 38.925256532986175, - 38.77927797046553, - 38.71508643418203, - 38.739324177197176, - 38.85872245215282, - 39.019122081538015 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 18.125, -37.8125 18.28125, -37.65625 18.28125, -37.65625 18.125, -37.8125 18.125))", @@ -101877,52 +76107,7 @@ "id": "2250", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 32.56035445285647, - 32.56035445285647, - 32.56035445285647, - 32.56035445285647, - 32.56035445285647, - 32.56035445285647, - 32.56035445285647, - 32.56035445285647 - ], - "relative wind speed": [ - 0.38427334878822683, - 0.38427334878822683, - 0.38427334878822683, - 0.38427334878822683, - 0.38427334878822683, - 0.38427334878822683, - 0.38427334878822683, - 0.38427334878822683 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 18.125, -37.65625 18.28125, -37.5 18.28125, -37.5 18.125, -37.65625 18.125))", @@ -101941,68 +76126,7 @@ "id": "2251", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.8868069751981436, - 4.8868069751981436, - 4.8868069751981436, - 4.8868069751981436, - 4.8868069751981436, - 4.8868069751981436, - 4.8868069751981436, - 4.8868069751981436 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 393.5966073121152, - 368.78840601752484, - 108.1881959537518, - -179.00175426276508, - -341.0375802193681, - -330.2605019503525, - -143.54887338824688, - 149.91808643713512 - ], - "relative wind speed": [ - 1.6789881391021226, - 1.6675600404489137, - 1.503153802824739, - 1.2492027585433956, - 1.045613957166607, - 1.0637449084086068, - 1.2856276147161525, - 1.533558667516437 - ], - "relative wind angle": [ - 0.06659113122750727, - 0.08750403905703046, - 0.21304297964589514, - 0.24560273420286266, - 0.10705365148562555, - 0.1374313110135424, - 0.2497993484663475, - 0.1993755196889021 - ], - "resistance": [ - 97028.09660731211, - 97003.28840601753, - 96742.68819595376, - 96455.49824573724, - 96293.46241978063, - 96304.23949804965, - 96490.95112661175, - 96784.41808643713 - ], - "fuel": [ - 39.11741144702323, - 39.1045968405204, - 38.970122917111176, - 38.82222095497232, - 38.73890841984124, - 38.74444654247361, - 38.84046247737413, - 38.991639222580204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 17.96875, -37.8125 18.125, -37.65625 18.125, -37.65625 17.96875, -37.8125 17.96875))", @@ -102021,52 +76145,7 @@ "id": "2252", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.03608799669255, - 35.03608799669255, - 35.03608799669255, - 35.03608799669255, - 35.03608799669255, - 35.03608799669255, - 35.03608799669255, - 35.03608799669255 - ], - "relative wind speed": [ - 0.3986148806984655, - 0.3986148806984655, - 0.3986148806984655, - 0.3986148806984655, - 0.3986148806984655, - 0.3986148806984655, - 0.3986148806984655, - 0.3986148806984655 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 17.96875, -37.65625 18.125, -37.5 18.125, -37.5 17.96875, -37.65625 17.96875))", @@ -102085,68 +76164,7 @@ "id": "2253", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.721590911842973, - 4.721590911842973, - 4.721590911842973, - 4.721590911842973, - 4.721590911842973, - 4.721590911842973, - 4.721590911842973, - 4.721590911842973 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 432.25867870580134, - 367.5820566463625, - 84.8264935201405, - -206.13881434608288, - -354.4087734747759, - -326.2543897258043, - -114.82168994817289, - 192.72182740379014 - ], - "relative wind speed": [ - 1.6656163849703682, - 1.6356138907426605, - 1.4470956055312179, - 1.1710101245981837, - 0.9644628491469031, - 1.0145115719773605, - 1.2690078162558958, - 1.5274821823362998 - ], - "relative wind angle": [ - 0.0553836164932898, - 0.11233977764233362, - 0.24536062779281503, - 0.2712447275644893, - 0.09574420045683207, - 0.1817342207063234, - 0.2806650178597345, - 0.20687568997762038 - ], - "resistance": [ - 97066.75867870578, - 97002.08205664635, - 96719.32649352013, - 96428.3611856539, - 96280.09122652521, - 96308.24561027419, - 96519.67831005181, - 96827.22182740377 - ], - "fuel": [ - 39.09683429771737, - 39.063421263627305, - 38.917527744290055, - 38.76770882169174, - 38.69148533580028, - 38.705952813825164, - 38.81469436721507, - 38.973163448105815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 17.8125, -37.8125 17.96875, -37.65625 17.96875, -37.65625 17.8125, -37.8125 17.8125))", @@ -102165,52 +76183,7 @@ "id": "2254", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.81391951352124, - 37.81391951352124, - 37.81391951352124, - 37.81391951352124, - 37.81391951352124, - 37.81391951352124, - 37.81391951352124, - 37.81391951352124 - ], - "relative wind speed": [ - 0.4141155617385312, - 0.4141155617385312, - 0.4141155617385312, - 0.4141155617385312, - 0.4141155617385312, - 0.4141155617385312, - 0.4141155617385312, - 0.4141155617385312 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 17.8125, -37.65625 17.96875, -37.5 17.96875, -37.5 17.8125, -37.65625 17.8125))", @@ -102229,68 +76202,7 @@ "id": "2255", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.592479433539335, - 4.592479433539335, - 4.592479433539335, - 4.592479433539335, - 4.592479433539335, - 4.592479433539335, - 4.592479433539335, - 4.592479433539335 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 454.0591892542252, - 436.4053038525776, - 143.8829684545699, - -179.2549233908287, - -366.69520287785605, - -358.98243480982325, - -154.8077523317014, - 172.9619348180271 - ], - "relative wind speed": [ - 1.6615550453788268, - 1.6534838528795606, - 1.4681181572899136, - 1.1678226044298659, - 0.9071994565456084, - 0.9218281678529061, - 1.195159026663879, - 1.4899551628700531 - ], - "relative wind angle": [ - 0.08584752483254578, - 0.10164742869828462, - 0.26163681451485604, - 0.32171576523308365, - 0.15769123290153192, - 0.18303149032782548, - 0.3233419789635509, - 0.2504423691531609 - ], - "resistance": [ - 97088.55918925426, - 97070.9053038526, - 96778.38296845459, - 96455.2450766092, - 96267.80479712217, - 96275.51756519021, - 96479.69224766832, - 96807.46193481806 - ], - "fuel": [ - 39.07766146321343, - 39.068538191603096, - 38.91753570837383, - 38.75109935652828, - 38.6547338730733, - 38.658696528312305, - 38.76367760246181, - 38.93253226188642 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 19.84375, -37.5 20, -37.34375 20, -37.34375 19.84375, -37.5 19.84375))", @@ -102309,68 +76221,7 @@ "id": "2256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.102717002102279, - 4.102717002102279, - 4.102717002102279, - 4.102717002102279, - 4.102717002102279, - 4.102717002102279, - 4.102717002102279, - 4.102717002102279 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 644.6883716719761, - 398.85642716535153, - 13.329019239119361, - -301.12017810208647, - -402.1332985750657, - -294.0515616251147, - 25.196978799751605, - 409.71239954501766 - ], - "relative wind speed": [ - 1.6719799000960265, - 1.5587472073604227, - 1.2519659218917731, - 0.8448684808216094, - 0.6073563419234974, - 0.8571497278456626, - 1.2637166782239966, - 1.5654378820362038 - ], - "relative wind angle": [ - 0.0038784866782656936, - 0.24692512478043954, - 0.4391712759541307, - 0.455706138409861, - 0.010677189447909458, - 0.4606048210706861, - 0.43480755988000025, - 0.23981255211966918 - ], - "resistance": [ - 97279.18837167197, - 97033.35642716534, - 96647.82901923911, - 96333.3798218979, - 96232.36670142494, - 96340.44843837488, - 96659.69697879975, - 97044.21239954502 - ], - "fuel": [ - 39.07076904967569, - 38.94365665538423, - 38.74476475085744, - 38.58295129889948, - 38.53104870417383, - 38.58658471915679, - 38.750879128685426, - 38.94926521015064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 19.84375, -37.34375 20, -37.1875 20, -37.1875 19.84375, -37.34375 19.84375))", @@ -102389,68 +76240,7 @@ "id": "2257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.6190555178503, - 4.6190555178503, - 4.6190555178503, - 4.6190555178503, - 4.6190555178503, - 4.6190555178503, - 4.6190555178503, - 4.6190555178503 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 712.2756565114723, - 393.56914334046655, - -55.27679474465299, - -395.10170496376173, - -479.57855088041055, - -313.1462949669727, - 81.65623111071193, - 517.6532746668906 - ], - "relative wind speed": [ - 1.8268798558552588, - 1.6762253231261177, - 1.332465990849359, - 0.9168160591761462, - 0.7434039571117578, - 1.0394268215174614, - 1.4541918148610884, - 1.7463068930791839 - ], - "relative wind angle": [ - 0.036185963522048975, - 0.25968790497746025, - 0.4194123750504871, - 0.37634277449571374, - 0.08902341922246432, - 0.4269461099193542, - 0.38238729058206333, - 0.19416766888322232 - ], - "resistance": [ - 97346.7756565115, - 97028.0691433405, - 96579.22320525537, - 96239.39829503627, - 96154.92144911962, - 96321.35370503306, - 96716.15623111074, - 97152.15327466693 - ], - "fuel": [ - 39.2174122387855, - 39.05258162883217, - 38.82108567864938, - 38.64631685093126, - 38.602937873574334, - 38.6884264450383, - 38.891630537434864, - 39.11671129818822 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 19.6875, -37.5 19.84375, -37.34375 19.84375, -37.34375 19.6875, -37.5 19.6875))", @@ -102469,68 +76259,7 @@ "id": "2258", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.218990219570936, - 4.218990219570936, - 4.218990219570936, - 4.218990219570936, - 4.218990219570936, - 4.218990219570936, - 4.218990219570936, - 4.218990219570936 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 649.1213528064462, - 381.02383379111654, - -16.146624224042057, - -328.20394348394234, - -417.8890144991101, - -288.65359750315565, - 50.1364090846688, - 441.46294542471026 - ], - "relative wind speed": [ - 1.7021657203556446, - 1.5733242232651472, - 1.254207620016512, - 0.8479347904225322, - 0.6430443876114311, - 0.914070627730446, - 1.3182706360550278, - 1.6099319287421774 - ], - "relative wind angle": [ - 0.02065483725208116, - 0.25674918356434, - 0.43616423000613996, - 0.4252431013754822, - 0.05469761150357469, - 0.4523547502636298, - 0.413629799236369, - 0.21902888202910356 - ], - "resistance": [ - 97283.62135280644, - 97015.52383379111, - 96618.35337577596, - 96306.29605651606, - 96216.61098550088, - 96345.84640249684, - 96684.63640908466, - 97075.9629454247 - ], - "fuel": [ - 39.09667472124242, - 38.958056143682455, - 38.75319259869512, - 38.59264282901408, - 38.546567964627, - 38.61297095815998, - 38.787341086318094, - 38.989282554908414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 19.6875, -37.34375 19.84375, -37.1875 19.84375, -37.1875 19.6875, -37.34375 19.6875))", @@ -102549,68 +76278,7 @@ "id": "2259", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.128723974991798, - 4.128723974991798, - 4.128723974991798, - 4.128723974991798, - 4.128723974991798, - 4.128723974991798, - 4.128723974991798, - 4.128723974991798 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 608.6467900665848, - 472.9414001521459, - 103.49776268530388, - -242.24867931327213, - -401.8640775172352, - -343.0277521684426, - -65.39436924873894, - 318.9321632237205 - ], - "relative wind speed": [ - 1.666593229785939, - 1.6057701617318763, - 1.3420547085981602, - 0.9490810418034631, - 0.6362751804054417, - 0.7770979902559834, - 1.1752736948889018, - 1.5105046424481976 - ], - "relative wind angle": [ - 0.054941650167561196, - 0.1885699244598411, - 0.3956266649295068, - 0.4707218561460461, - 0.14433671372096937, - 0.3977550566670461, - 0.4556833561899991, - 0.28896682916283695 - ], - "resistance": [ - 97243.14679006659, - 97107.44140015215, - 96737.9977626853, - 96392.25132068673, - 96232.63592248276, - 96291.47224783155, - 96569.10563075126, - 96953.43216322373 - ], - "fuel": [ - 39.057322825015994, - 38.9871439946869, - 38.796436735827264, - 38.6184220582486, - 38.53639085902486, - 38.56661760103299, - 38.70942357020719, - 38.9075825075558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 19.84375, -37.1875 20, -37.03125 20, -37.03125 19.84375, -37.1875 19.84375))", @@ -102642,31 +76310,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 647.1249122963828, + 647.1249122963806, 344.899897096538, -63.16519732433267, - -362.20220395403504, + -362.202203954035, -429.1612768529119, -265.2348446559278, 99.21018193849659, 492.738900749349 ], "relative wind speed": [ - 1.7231417192232885, + 1.7231417192232883, 1.5675134463683038, 1.2271577799765343, - 0.8202807122954436, - 0.6677753113249526, + 0.8202807122954437, + 0.6677753113249525, 0.9787966317869556, 1.381747094799186, 1.6559833344508654 ], "relative wind angle": [ - 0.04911950648413759, + 0.04911950648414212, 0.2806176251302505, - 0.4459888162974524, - 0.39344207050007246, - 0.12703950474253195, + 0.44598881629745263, + 0.3934420705000728, + 0.1270395047425311, 0.45952874116758835, 0.39314016049612505, 0.19106003605029195 @@ -102722,9 +76390,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 615.6800566189637, + 615.6800566189626, 306.51695173553276, - -95.22683973033395, + -95.22683973033418, -379.60752761724484, -431.3297576424155, -253.07456062392527, @@ -102732,9 +76400,9 @@ 496.9786220806267 ], "relative wind speed": [ - 1.7370680334952382, + 1.737068033495238, 1.5724761634242077, - 1.2354428188063287, + 1.2354428188063284, 0.8559699706471315, 0.746108859356818, 1.0494772500937928, @@ -102742,14 +76410,14 @@ 1.6856450374714405 ], "relative wind angle": [ - 0.060742972164550456, + 0.06074297216455228, 0.27462694009908833, - 0.414561623595767, + 0.4145616235957669, 0.3299219933451687, 0.14180779831363838, 0.4184364197054798, - 0.35516408800112914, - 0.16526270620756026 + 0.3551640880011292, + 0.16526270620756023 ], "resistance": [ 97250.18005661898, @@ -102802,17 +76470,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 650.9528468411042, + 650.9528468411027, 486.5841229047685, 95.74162515809155, -259.7649788760501, -415.9179486596724, -344.93758495607483, - -47.425489424785496, + -47.42548942478561, 355.36351047841674 ], "relative wind speed": [ - 1.6935028322403347, + 1.6935028322403343, 1.6211267053928162, 1.3403316720737433, 0.9275675953645646, @@ -102822,13 +76490,13 @@ 1.5413172743927586 ], "relative wind angle": [ - 0.04596721318476103, + 0.045967213184763454, 0.2052186878119955, 0.4187557545429178, 0.494733951884841, 0.1286183522815538, 0.43749924474619456, - 0.4715263692326159, + 0.47152636923261615, 0.28977230327810594 ], "resistance": [ @@ -102882,17 +76550,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 748.6533572470314, + 748.6533572470312, 456.66047669470913, - -6.4490609586744085, - -387.1951070034783, - -505.03105757503033, + -6.449060958674522, + -387.19510700347837, + -505.03105757503124, -374.03153007067164, 15.49188345178004, 476.41644525102583 ], "relative wind speed": [ - 1.892797696375064, + 1.8927976963750637, 1.7713889005850962, 1.449865620351409, 1.0403182428957485, @@ -102904,10 +76572,10 @@ "relative wind angle": [ 0.005269132795082563, 0.2194668460544899, - 0.3782405528348531, - 0.36520838617356155, - 0.012133306594556276, - 0.37289525185959643, + 0.37824055283485336, + 0.3652083861735616, + 0.012133306594565426, + 0.3728952518595964, 0.3732242310022504, 0.21001930709966368 ], @@ -102949,68 +76617,7 @@ "id": "2264", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8011441081093045, - 3.8011441081093045, - 3.8011441081093045, - 3.8011441081093045, - 3.8011441081093045, - 3.8011441081093045, - 3.8011441081093045, - 3.8011441081093045 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 614.7707785035276, - 371.9507472064455, - 7.973656678724467, - -279.95591968497433, - -368.5645409540053, - -257.24026007013003, - 46.522684172459776, - 407.55487073108134 - ], - "relative wind speed": [ - 1.597240364278747, - 1.4772641478223838, - 1.1662047873987502, - 0.7523479902520418, - 0.5151786569604903, - 0.7964147584189563, - 1.2068770541016818, - 1.5001860989332731 - ], - "relative wind angle": [ - 0.014308149251678854, - 0.27338326232888965, - 0.48258636510573216, - 0.5088574464497507, - 0.04437349007727144, - 0.5245270087527804, - 0.46501063600624515, - 0.24682061570347727 - ], - "resistance": [ - 97249.27077850352, - 97006.45074720643, - 96642.4736566787, - 96354.54408031501, - 96265.93545904598, - 96377.25973992985, - 96681.02268417245, - 97042.05487073107 - ], - "fuel": [ - 38.99819824775519, - 38.87266889548053, - 38.684916552288726, - 38.53674145093544, - 38.491203516864076, - 38.548420236699755, - 38.70477817311175, - 38.89106123931148 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 19.53125, -37.34375 19.6875, -37.1875 19.6875, -37.1875 19.53125, -37.34375 19.53125))", @@ -103029,68 +76636,7 @@ "id": "2265", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8445871832046548, - 3.8445871832046548, - 3.8445871832046548, - 3.8445871832046548, - 3.8445871832046548, - 3.8445871832046548, - 3.8445871832046548, - 3.8445871832046548 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 634.674665772719, - 481.5166966256257, - 107.08153490184469, - -236.6620384973649, - -384.6651924357189, - -319.0899542661119, - -39.34417773857001, - 345.8926646997815 - ], - "relative wind speed": [ - 1.630554988295449, - 1.5613917844079368, - 1.282735193439524, - 0.8633432000305986, - 0.5148164581624488, - 0.6969944411783342, - 1.1306352103847495, - 1.475934983124604 - ], - "relative wind angle": [ - 0.05272436750442634, - 0.21653734798933466, - 0.4520804811735663, - 0.5578021974632946, - 0.16769908578297377, - 0.5021375782513947, - 0.5185301938010641, - 0.3147992577972625 - ], - "resistance": [ - 97269.17466577272, - 97116.01669662562, - 96741.58153490184, - 96397.83796150264, - 96249.83480756429, - 96315.4100457339, - 96595.15582226143, - 96980.39266469979 - ], - "fuel": [ - 39.01635219719612, - 38.93713806108315, - 38.74384570071887, - 38.566856376421185, - 38.490786787786085, - 38.524480616985905, - 38.668399153101234, - 38.867065441691224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 19.375, -37.5 19.53125, -37.34375 19.53125, -37.34375 19.375, -37.5 19.375))", @@ -103109,68 +76655,7 @@ "id": "2266", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.1556482678013404, - 4.1556482678013404, - 4.1556482678013404, - 4.1556482678013404, - 4.1556482678013404, - 4.1556482678013404, - 4.1556482678013404, - 4.1556482678013404 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 687.464645158905, - 449.7413592335323, - 41.769284588943606, - -301.1255348282002, - -423.82455122336506, - -321.7454099645548, - 7.0692735119512236, - 417.88383794718334 - ], - "relative wind speed": [ - 1.7133776950611486, - 1.6088304563079945, - 1.2994509925530333, - 0.8737529184512641, - 0.5957156498514103, - 0.8379766251314842, - 1.265688500131007, - 1.5896842764866363 - ], - "relative wind angle": [ - 0.01094723478381872, - 0.23970267364182576, - 0.44463209285749744, - 0.4864665337440168, - 0.03149065098466462, - 0.4732826327924279, - 0.4573805978894423, - 0.2598744871684508 - ], - "resistance": [ - 97321.96464515894, - 97084.24135923357, - 96676.26928458897, - 96333.37446517183, - 96210.67544877666, - 96312.75459003547, - 96641.56927351198, - 97052.38383794721 - ], - "fuel": [ - 39.103548601513424, - 38.980587528253125, - 38.77005630714531, - 38.593586788042906, - 38.53054649215255, - 38.58298879325396, - 38.75217818085615, - 38.964125377602414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 19.375, -37.34375 19.53125, -37.1875 19.53125, -37.1875 19.375, -37.34375 19.375))", @@ -103202,7 +76687,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 688.9545455140768, + 688.954545514075, 484.99946415338434, 76.56641711280633, -280.1459324663178, @@ -103212,7 +76697,7 @@ 397.3465967989123 ], "relative wind speed": [ - 1.7107665375614485, + 1.7107665375614483, 1.6218280413448805, 1.3215675732520686, 0.8905479099201774, @@ -103222,14 +76707,14 @@ 1.5691092931445387 ], "relative wind angle": [ - 0.03049128672653767, - 0.22756988786459456, - 0.4456200497105257, + 0.030491286726541313, + 0.22756988786459453, + 0.44562004971052577, 0.5163356606648981, - 0.09112991157626422, + 0.09112991157626421, 0.48125000267877127, 0.4822324725671312, - 0.2839999604448686 + 0.28399996044486864 ], "resistance": [ 97323.4545455141, @@ -103282,34 +76767,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 719.2959442130445, + 719.295944213042, 507.3056804752466, - 78.27112281151574, + 78.27112281151562, -298.19050356529635, - -450.53279694963135, + -450.5327969496314, -359.24909764850446, -24.48294580933066, - 412.9613571358168 + 412.961357135817 ], "relative wind speed": [ - 1.7631484705629956, + 1.7631484705629952, 1.6731667062409479, 1.3680863297172436, 0.9320519924025724, - 0.6149611313652907, + 0.6149611313652908, 0.8290855778901993, 1.2709089333148575, - 1.6180694687797255 + 1.6180694687797257 ], "relative wind angle": [ - 0.030627115653068263, - 0.22194816003723722, - 0.43366388130100836, - 0.49733815577531487, - 0.0879101350578319, + 0.030627115653071888, + 0.2219481600372372, + 0.43366388130100897, + 0.4973381557753149, + 0.08791013505783443, 0.46032833801360046, 0.46937383492577955, - 0.27839788311753827 + 0.2783978831175387 ], "resistance": [ 97353.79594421307, @@ -103362,34 +76847,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 681.3351683765102, + 681.3351683765081, 309.8543019857889, - -142.54649220585713, + -142.54649220585736, -443.8777736343157, -480.2878286960605, -252.84901400614797, - 176.23721447173148, + 176.2372144717316, 597.8389885732645 ], "relative wind speed": [ - 1.834120177205961, + 1.8341201772059605, 1.6381305131888761, - 1.263988060431114, + 1.2639880604311138, 0.8617597283077356, 0.7869130197863183, 1.1400690097107264, - 1.544526823409305, + 1.5445268234093048, 1.8001664078107404 ], "relative wind angle": [ - 0.08270410968330134, + 0.08270410968330404, 0.29761791418426986, 0.43079362099022833, 0.3139109186205021, - 0.19375533434214628, - 0.43493662494516966, - 0.34877102551228717, - 0.1483604654817677 + 0.19375533434214626, + 0.4349366249451696, + 0.34877102551228684, + 0.14836046548176773 ], "resistance": [ 97315.83516837654, @@ -103442,37 +76927,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 743.248960200867, + 743.2489602008368, 458.9296301299996, - 10.686927261698315, - -356.288077167082, - -473.44812871433714, + 10.686927261697974, + -356.28807716708195, + -473.44812871433635, -348.149691774388, 24.318198049192574, 471.34522619422614 ], "relative wind speed": [ - 1.8171944482256859, + 1.8171944482256854, 1.6962316494709953, - 1.369352580420127, - 0.9396658111358422, + 1.3693525804201268, + 0.9396658111358424, 0.6942107674898992, 0.9523247574719852, 1.3816648518573196, 1.7032769638974128 ], "relative wind angle": [ - 0.0037110103013436526, + 0.0037110103014034866, 0.23915740167330574, - 0.4225080301349569, - 0.43064889011308854, - 0.009714222563151693, - 0.43556830123180806, - 0.41850529361970207, - 0.23239121102077911 + 0.4225080301349572, + 0.43064889011308877, + 0.009714222563140265, + 0.4355683012318081, + 0.4185052936197021, + 0.23239121102077914 ], "resistance": [ - 97377.74896020086, + 97377.74896020083, 97093.42963012999, 96645.18692726169, 96278.21192283291, @@ -103482,7 +76967,7 @@ 97105.84522619421 ], "fuel": [ - 39.21077016669865, + 39.21077016669864, 39.063673174325444, 38.83237882767805, 38.64357541768946, @@ -103522,17 +77007,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 700.4658027825351, + 700.4658027825333, 352.8730243044474, -91.93248798163802, -403.5616974743024, - -460.81917836904853, + -460.8191783690486, -262.98802620082796, - 143.8981160976815, + 143.8981160976814, 568.3471498171298 ], "relative wind speed": [ - 1.7847126735005725, + 1.7847126735005723, 1.605341760564759, 1.234519908816666, 0.8017684443416798, @@ -103542,13 +77027,13 @@ 1.7297593846732207 ], "relative wind angle": [ - 0.06741825430566117, + 0.06741825430566448, 0.30451062215340335, - 0.47124179762812596, + 0.471241797628126, 0.3987382630851836, - 0.18026422696545774, - 0.48701918273758826, - 0.39603177542397416, + 0.18026422696545835, + 0.4870191827375883, + 0.3960317754239742, 0.18094803630217568 ], "resistance": [ @@ -103602,9 +77087,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 670.3901215732413, + 670.3901215732393, 289.8904458088376, - -180.28712519442513, + -180.2871251944257, -493.65125013950933, -527.5386875592399, -287.51227918918187, @@ -103612,9 +77097,9 @@ 592.7985935477251 ], "relative wind speed": [ - 1.9791651471269656, + 1.9791651471269653, 1.791361746813695, - 1.4457136001378919, + 1.4457136001378916, 1.1026592643669928, 1.0480449014245932, 1.344066920602086, @@ -103622,17 +77107,17 @@ 1.9492653338398624 ], "relative wind angle": [ - 0.07009309621990588, + 0.07009309621990904, 0.24168989160080173, - 0.32945909764520204, + 0.3294590976452024, 0.21265614486183607, 0.13264657412449246, - 0.3246693671064342, + 0.32466936710643424, 0.2769959797233377, - 0.11967604210813113 + 0.11967604210813111 ], "resistance": [ - 97304.89012157325, + 97304.89012157323, 96924.39044580884, 96454.21287480557, 96140.8487498605, @@ -103642,7 +77127,7 @@ 97227.29859354772 ], "fuel": [ - 39.404728276861846, + 39.40472827686183, 39.20804214514817, 38.965744283240696, 38.80471433434873, @@ -103682,37 +77167,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 505.69094018780106, + 505.69094018779924, 235.73282822571298, - -109.9819893856411, - -349.6132404772054, - -385.3422600948883, + -109.98198938564144, + -349.61324047720547, + -385.3422600948884, -222.20938498002312, 101.78304756521356, - 423.86690919526995 + 423.8669091952702 ], "relative wind speed": [ - 1.6755073829727058, + 1.6755073829727056, 1.5223839891039808, 1.2254768602089015, 0.9152409409334338, - 0.84516700123823, + 0.8451670012382301, 1.0972598781045069, 1.421210299523121, - 1.6382814991378465 + 1.6382814991378467 ], "relative wind angle": [ - 0.06160109383198559, - 0.24388461879116222, - 0.34698458739069077, - 0.24471369327609932, - 0.12234932936182172, + 0.061601093831989195, + 0.24388461879116224, + 0.3469845873906918, + 0.24471369327609935, + 0.12234932936182354, 0.34163835502710543, - 0.29760261183788356, - 0.13576784710582293 + 0.2976026118378832, + 0.13576784710582376 ], "resistance": [ - 97140.19094018781, + 97140.1909401878, 96870.23282822571, 96524.51801061435, 96284.8867595228, @@ -103722,7 +77207,7 @@ 97058.36690919528 ], "fuel": [ - 39.08777111569543, + 39.087771115695425, 38.9483355414045, 38.770167015963764, 38.646930975356725, @@ -103762,7 +77247,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 704.8830767903602, + 704.8830767903593, 295.65680644827114, -187.5372534133262, -497.5655900293005, @@ -103772,7 +77257,7 @@ 651.4706263191568 ], "relative wind speed": [ - 1.9262414639792296, + 1.9262414639792294, 1.7147819211049091, 1.3311969822148544, 0.943217501240152, @@ -103782,13 +77267,13 @@ 1.905481245977463 ], "relative wind angle": [ - 0.09059133067741297, - 0.28933920541353486, - 0.3993990895478197, + 0.0905913306774142, + 0.2893392054135348, + 0.3993990895478198, 0.26036530126008756, 0.1948417601084087, 0.3997945955646292, - 0.3175574760927461, + 0.3175574760927457, 0.12777761311442828 ], "resistance": [ @@ -103842,17 +77327,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 636.6554604095518, + 636.6554604095322, 379.2618444009104, -27.996189910946555, -361.92725901474796, - -459.6810780854995, + -459.6810780854987, -340.2444117502375, 8.038606834258076, 411.27646213463913 ], "relative wind speed": [ - 1.8411996543817224, + 1.8411996543817222, 1.7280856511770957, 1.440113386963463, 1.0896788946463947, @@ -103862,17 +77347,17 @@ 1.7460331769566515 ], "relative wind angle": [ - 0.008673743207064297, - 0.19632078544288337, + 0.008673743207102699, + 0.1963207854428834, 0.3256581428108856, 0.2927814359684384, - 0.017363392793755515, + 0.01736339279374912, 0.3062938521429367, - 0.31870861504606374, + 0.3187086150460638, 0.18111060780082933 ], "resistance": [ - 97271.15546040954, + 97271.15546040951, 97013.7618444009, 96606.50381008904, 96272.57274098524, @@ -103882,7 +77367,7 @@ 97045.77646213463 ], "fuel": [ - 39.264032038734484, + 39.26403203873447, 39.130954678077345, 38.9208981981176, 38.74912295879438, @@ -103922,7 +77407,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 598.7897045401262, + 598.7897045401237, 465.5593392330172, 79.63114542014216, -293.66796657890666, @@ -103939,20 +77424,20 @@ 1.000422500586675, 1.097022140408629, 1.4197362343764204, - 1.7209455244085876 + 1.7209455244085878 ], "relative wind angle": [ - 0.04273831572969982, - 0.13873896147900158, + 0.04273831572970502, + 0.1387389614790016, 0.2798010808975108, 0.29860764202939494, 0.07983778150714153, - 0.23050982123214286, + 0.2305098212321429, 0.3108459862479717, - 0.21281000382230036 + 0.21281000382230086 ], "resistance": [ - 97233.28970454016, + 97233.28970454015, 97100.05933923305, 96714.13114542016, 96340.83203342112, @@ -103962,7 +77447,7 @@ 96934.53059411168 ], "fuel": [ - 39.29270042814121, + 39.292700428141195, 39.2238058078912, 39.02461163826626, 38.83246318944572, @@ -104002,13 +77487,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 697.5391810063647, + 697.5391810063613, 696.0024999206291, - 242.4829437730159, + 242.48294377301545, -273.9598514341153, - -583.9822598853627, + -583.9822598853626, -583.3118180218333, - -271.80825337855356, + -271.8082533785538, 245.03235296375146 ], "relative wind speed": [ @@ -104022,14 +77507,14 @@ 1.9122390709454877 ], "relative wind angle": [ - 0.08771525049357232, - 0.08853617828851977, - 0.23938587020311808, + 0.08771525049357738, + 0.08853617828851976, + 0.23938587020311852, 0.29639112333718004, - 0.15225313159019704, - 0.15352601548814543, - 0.29650482213984214, - 0.23881939161199037 + 0.1522531315901963, + 0.15352601548814546, + 0.2965048221398425, + 0.2388193916119904 ], "resistance": [ 97332.03918100637, @@ -104082,34 +77567,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 656.1539075851351, + 656.1539075851324, 524.1125502986949, - 97.81301478328055, + 97.8130147832801, -322.89424215119016, -521.9791725393404, -464.49194258852606, - -137.45780806980372, - 317.29520601537547 + -137.45780806980383, + 317.2952060153757 ], "relative wind speed": [ - 2.0002314019162184, + 2.000231401916218, 1.9491848627967578, - 1.7054274489639665, + 1.7054274489639663, 1.3602391106313867, 1.1155817982086407, 1.202550115525389, 1.5287137161765771, - 1.8426062985930765 + 1.8426062985930762 ], "relative wind angle": [ - 0.04595406677349884, - 0.1277806977637936, - 0.26287230587999616, + 0.04595406677350125, + 0.12778069776379358, + 0.2628723058799961, 0.28185797770175686, 0.08245978351060188, 0.20805120309182432, - 0.29411563628070003, - 0.20679845634872052 + 0.29411563628070037, + 0.20679845634871996 ], "resistance": [ 97290.65390758516, @@ -104162,17 +77647,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 717.5873700990412, + 717.5873700990392, 581.7555611321582, - 113.20507034672505, - -354.51589739046915, + 113.2050703467246, + -354.51589739046926, -579.7369242267204, -520.632444827404, -162.85688957730235, 339.7009818341005 ], "relative wind speed": [ - 2.1241034121102316, + 2.124103412110231, 2.0745815030608594, 1.8244370272147714, 1.4687373798958072, @@ -104182,13 +77667,13 @@ 1.9571791921330004 ], "relative wind angle": [ - 0.04730202159912422, + 0.04730202159912657, 0.12131988844887988, - 0.25233820035230997, - 0.2709551516642241, - 0.08276701074395819, + 0.25233820035231086, + 0.2709551516642242, + 0.0827670107439582, 0.19471186599819135, - 0.28309797381078566, + 0.2830979738107856, 0.20223118652202904 ], "resistance": [ @@ -104242,17 +77727,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 703.7666406046907, + 703.76664060469, 344.36845507758574, - -119.66647128106888, + -119.66647128106922, -445.8596803480702, -502.03859530609236, -292.0091490275135, - 136.6979378284168, + 136.6979378284169, 574.9633792541346 ], "relative wind speed": [ - 1.8796203215777516, + 1.8796203215777514, 1.7012888164555244, 1.3415143229159814, 0.9434392084593806, @@ -104262,13 +77747,13 @@ 1.827936186271442 ], "relative wind angle": [ - 0.062236371316069065, + 0.06223637131606907, 0.2697343582016907, - 0.4014738138967843, + 0.4014738138967852, 0.3102430595299214, - 0.1403431310200871, + 0.14034313102008708, 0.4028793251812237, - 0.3428493395665095, + 0.34284933956650915, 0.158226516831049 ], "resistance": [ @@ -104322,9 +77807,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 677.0908955363021, + 677.0908955362955, 456.3606085843379, - 30.821088279300625, + 30.82108827929983, -343.93874484408803, -483.1826656144068, -387.31350188686866, @@ -104334,7 +77819,7 @@ "relative wind speed": [ 1.8691325126324654, 1.7779655936762662, - 1.4944126315795205, + 1.49441263157952, 1.1196095739184053, 0.892105133790519, 1.0622364460036924, @@ -104342,10 +77827,10 @@ 1.7424070481679645 ], "relative wind angle": [ - 0.017156512568937028, + 0.017156512568949973, 0.18260474594979334, - 0.3331212581095635, - 0.3351125828830355, + 0.33312125810956417, + 0.33511258288303547, 0.03595218774525014, 0.3088330227704224, 0.34774628478545494, @@ -104402,32 +77887,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 685.0854744268579, + 685.0854744268554, 375.7415435792134, - -65.88209868905676, + -65.88209868905687, -403.1089876648374, - -485.6910210627876, + -485.6910210627877, -323.0021197743386, 67.47233084402455, 495.2935279833564 ], "relative wind speed": [ - 1.8577884505980862, + 1.857788450598086, 1.713236470893517, 1.3860150515245273, 1.0015107622042174, - 0.8478782684806849, + 0.8478782684806848, 1.1113488561823277, 1.4997458992392354, 1.7796774085565532 ], "relative wind angle": [ - 0.032690721858471605, - 0.23589889927899985, - 0.37336301667178007, + 0.032690721858475005, + 0.23589889927899987, + 0.3733630166717804, 0.3194714555266888, 0.07167733453275345, - 0.3685833373699855, + 0.36858333736998544, 0.34382286116347743, 0.17767280220900986 ], @@ -104482,34 +77967,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 738.0223048456609, + 738.0223048456563, 529.5611645086152, - 58.95792798542436, + 58.95792798542391, -373.26327175838776, - -550.3213690506126, + -550.3213690506116, -459.62683887383946, -84.54933933744769, - 402.2903822753816 + 402.2903822753814 ], "relative wind speed": [ 2.014085471383285, 1.9340959358070164, 1.6523552629868963, 1.2716525416156168, - 1.0262934859840185, + 1.0262934859840183, 1.1700818417979304, 1.5425759917391302, - 1.868881595717877 + 1.8688815957178768 ], "relative wind angle": [ - 0.028665277315604747, - 0.16029521848350653, - 0.3037970341864284, + 0.028665277315612494, + 0.16029521848350656, + 0.3037970341864287, 0.3119900498330775, - 0.056277171524006436, + 0.05627717152399854, 0.2669886866666855, 0.32618820368685925, - 0.210410875478708 + 0.21041087547870743 ], "resistance": [ 97372.52230484562, @@ -104562,9 +78047,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 592.5287629683545, + 592.5287629683534, 522.5753639098237, - 142.5175266408745, + 142.51752664087417, -253.58645394086489, -464.4115992431212, -433.8574207923339, @@ -104572,23 +78057,23 @@ 257.48430466303523 ], "relative wind speed": [ - 1.8541054719622292, + 1.854105471962229, 1.8253463198883222, 1.599882876096818, 1.2543113450515644, 0.9750292860326009, 1.0278618692468764, - 1.3523180071838492, + 1.352318007183849, 1.677823667569527 ], "relative wind angle": [ - 0.07004973969816725, + 0.07004973969816884, 0.12109255323275785, - 0.2796522302232037, - 0.32795503017929034, - 0.13349306835144556, + 0.2796522302232045, + 0.3279550301792904, + 0.1334930683514456, 0.21619949017231332, - 0.33265310056060776, + 0.3326531005606068, 0.2431921292273744 ], "resistance": [ @@ -104642,9 +78127,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 638.7811017282588, + 638.7811017282577, 572.377049850737, - 153.86198063026654, + 153.8619806302661, -291.7043219461143, -532.1872631194501, -503.273222878003, @@ -104652,9 +78137,9 @@ 264.70133728796236 ], "relative wind speed": [ - 2.0488684486146655, + 2.048868448614665, 2.023887838455005, - 1.8023602316833924, + 1.8023602316833922, 1.4668085216033508, 1.2032413141232865, 1.2448010271106482, @@ -104662,17 +78147,17 @@ 1.869257697775668 ], "relative wind angle": [ - 0.06415408778269911, + 0.0641540877826991, 0.1025300376952561, - 0.23764501690255513, + 0.2376450169025556, 0.2711768231460798, 0.10938407967196086, 0.16718661899247486, - 0.2776000655914191, + 0.27760006559141903, 0.21177369334756166 ], "resistance": [ - 97273.28110172825, + 97273.28110172824, 97206.87704985072, 96788.36198063024, 96342.79567805387, @@ -104682,7 +78167,7 @@ 96899.20133728794 ], "fuel": [ - 39.51114957677653, + 39.51114957677652, 39.47679330655168, 39.26063867168283, 39.03122892953285, @@ -104722,19 +78207,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 587.9508160253115, + 587.9508160253104, 569.2717102536294, - 187.08395762901546, + 187.083957629015, -239.29661078081756, - -488.22413855706355, + -488.2241385570637, -480.0744274731471, -213.15216381431605, 218.06597870569885 ], "relative wind speed": [ - 1.943377728322866, + 1.9433777283228657, 1.9360381904938095, - 1.7300579374263523, + 1.730057937426352, 1.3977265602869509, 1.1129973950758432, 1.1257159150231513, @@ -104742,14 +78227,14 @@ 1.749811606732383 ], "relative wind angle": [ - 0.08229443016292601, - 0.09433917983059843, - 0.24382477976300057, + 0.08229443016292738, + 0.09433917983059845, + 0.24382477976300104, 0.2964340720252801, - 0.14402760573506307, - 0.1627238217603136, + 0.14402760573506385, + 0.16272382176031358, 0.29808921216150097, - 0.23550592360018968 + 0.23550592360018965 ], "resistance": [ 97222.45081602536, @@ -104802,39 +78287,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 552.9944332807283, + 552.9944332807272, 646.8005826212782, - 286.0048310348436, + 286.0048310348427, -175.64492336570981, -491.7512044226198, -532.5790825068615, -308.2442598856727, - 129.3917653268211 + 129.39176532682131 ], "relative wind speed": [ - 2.0107464941131163, + 2.010746494113116, 2.046178614562434, - 1.8763704133633237, + 1.8763704133633234, 1.5604613718105658, 1.2512681249718034, 1.1924455800857319, 1.4449939294036462, - 1.7814975978781806 + 1.7814975978781804 ], "relative wind angle": [ - 0.1105292152113692, + 0.1105292152113702, 0.05591446029506555, - 0.20584045312091095, - 0.2778489644061572, - 0.17819695148298176, - 0.09604409824659245, + 0.20584045312091204, + 0.27784896440615714, + 0.17819695148298173, + 0.09604409824659244, 0.2686258488608014, - 0.2426295358653017 + 0.24262953586530078 ], "resistance": [ - 97187.49443328072, + 97187.4944332807, 97281.30058262126, - 96920.50483103484, + 96920.50483103482, 96458.85507663428, 96142.74879557737, 96101.92091749313, @@ -104842,7 +78327,7 @@ 96763.8917653268 ], "fuel": [ - 39.46070634894946, + 39.460706348949444, 39.50923799170941, 39.322755564525565, 39.08485171525631, @@ -104869,68 +78354,7 @@ "id": "2288", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.36103392804894, - 4.36103392804894, - 4.36103392804894, - 4.36103392804894, - 4.36103392804894, - 4.36103392804894, - 4.36103392804894, - 4.36103392804894 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 688.9560411588317, - 445.5654901444278, - 30.58568278494249, - -319.03168246518646, - -441.1099803428289, - -336.1410703876733, - 1.9297863529727692, - 419.4672875174598 - ], - "relative wind speed": [ - 1.752678479468939, - 1.6471174092970118, - 1.3402317824996561, - 0.9266025849261689, - 0.670342748451607, - 0.899024745369061, - 1.3134001758691063, - 1.6317625140942988 - ], - "relative wind angle": [ - 0.008383838373516236, - 0.2280067899598536, - 0.41569286053806204, - 0.4381069374981137, - 0.021921886927038826, - 0.4269810238267696, - 0.4247287497617318, - 0.2432913322221084 - ], - "resistance": [ - 97323.45604115882, - 97080.0654901444, - 96665.08568278493, - 96315.4683175348, - 96193.39001965716, - 96298.35892961231, - 96636.42978635296, - 97053.96728751744 - ], - "fuel": [ - 39.14734712487345, - 39.02145590527168, - 38.80732024997873, - 38.62740992019367, - 38.56469653008647, - 38.61861723834824, - 38.79255704036484, - 39.00796996801613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 19.21875, -37.34375 19.375, -37.1875 19.375, -37.1875 19.21875, -37.34375 19.21875))", @@ -104962,7 +78386,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 655.8050773807923, + 655.8050773807826, 395.15832901891827, 5.605552068820998, -302.00171205305605, @@ -104972,7 +78396,7 @@ 436.65686109201476 ], "relative wind speed": [ - 1.6548196095791847, + 1.6548196095791843, 1.5298817132947196, 1.2081127563484113, 0.7819858500082011, @@ -104982,17 +78406,17 @@ 1.5556759255409476 ], "relative wind angle": [ - 0.015490849193770225, + 0.015490849193791727, 0.2725966269793494, - 0.47905988252430187, + 0.4790598825243021, 0.5010778975027914, 0.04735738967608493, 0.5183773814152618, - 0.46021149071787115, + 0.4602114907178711, 0.24387669530485007 ], "resistance": [ - 97290.3050773808, + 97290.30507738079, 97029.65832901893, 96640.10555206884, 96332.49828794696, @@ -105029,52 +78453,7 @@ "id": "2290", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.545854970269524, - 57.545854970269524, - 57.545854970269524, - 57.545854970269524, - 57.545854970269524, - 57.545854970269524, - 57.545854970269524, - 57.545854970269524 - ], - "relative wind speed": [ - 0.510860973363136, - 0.510860973363136, - 0.510860973363136, - 0.510860973363136, - 0.510860973363136, - 0.510860973363136, - 0.510860973363136, - 0.510860973363136 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 19.0625, -37.34375 19.21875, -37.1875 19.21875, -37.1875 19.0625, -37.34375 19.0625))", @@ -105093,52 +78472,7 @@ "id": "2291", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.27435902713772, - 52.27435902713772, - 52.27435902713772, - 52.27435902713772, - 52.27435902713772, - 52.27435902713772, - 52.27435902713772, - 52.27435902713772 - ], - "relative wind speed": [ - 0.4869003214473861, - 0.4869003214473861, - 0.4869003214473861, - 0.4869003214473861, - 0.4869003214473861, - 0.4869003214473861, - 0.4869003214473861, - 0.4869003214473861 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 19.21875, -37.1875 19.375, -37.03125 19.375, -37.03125 19.21875, -37.1875 19.21875))", @@ -105170,9 +78504,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 628.7863897461127, + 628.7863897461118, 309.4865245959255, - -85.44036599940159, + -85.44036599940148, -354.1005123269882, -397.5795682964324, -215.43688846066823, @@ -105180,9 +78514,9 @@ 527.8523996733425 ], "relative wind speed": [ - 1.6594941749438008, + 1.6594941749438006, 1.4795452718759803, - 1.115439919483153, + 1.1154399194831532, 0.6876453058056258, 0.571708163652678, 0.9443076455948844, @@ -105190,14 +78524,14 @@ 1.614904044970787 ], "relative wind angle": [ - 0.08085180194171564, + 0.08085180194171701, 0.3326028976825806, - 0.5147481344974616, - 0.44102893042779434, - 0.2366347338363432, + 0.5147481344974623, + 0.4410289304277944, + 0.23663473383634276, 0.5370092022200562, 0.4172151712264655, - 0.18278245957600142 + 0.18278245957600145 ], "resistance": [ 97263.28638974609, @@ -105250,29 +78584,29 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 649.1489973624817, + 649.1489973624806, 324.30977120258797, - -106.66012267707515, + -106.66012267707538, -416.3033380870508, - -474.52564030414106, + -474.52564030414095, -287.6705159569726, 107.35826167072855, 515.6878585326023 ], "relative wind speed": [ - 1.8401794963086713, + 1.840179496308671, 1.6776416298970995, - 1.3438321777924218, + 1.3438321777924216, 0.9753426013647064, - 0.8667839918899792, + 0.8667839918899793, 1.1502580705510241, 1.5269872773409865, 1.7850159319162082 ], "relative wind angle": [ - 0.05296051355898117, + 0.05296051355898326, 0.24938575525167286, - 0.3717587621256085, + 0.37175876212560854, 0.2872137940185858, 0.11262035562607682, 0.3682341145788461, @@ -105330,9 +78664,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 507.2567350689345, + 507.25673506893315, 216.29807769170327, - -125.05401519887886, + -125.05401519887903, -343.6676203694974, -360.6279316625129, -176.3351222865099, @@ -105340,9 +78674,9 @@ 468.3792770277024 ], "relative wind speed": [ - 1.5927489729207607, + 1.5927489729207605, 1.4112940958468336, - 1.0786337559893513, + 1.078633755989351, 0.7329090015468976, 0.6926331781045446, 1.0123433138907016, @@ -105350,13 +78684,13 @@ 1.574621988161879 ], "relative wind angle": [ - 0.0959022575654505, + 0.09590225756545281, 0.3092398185126951, 0.43535887227683545, - 0.29604422202613817, + 0.2960442220261382, 0.22201411125671539, 0.43815419435944986, - 0.34071876778971383, + 0.3407187677897139, 0.13621085384165482 ], "resistance": [ @@ -105410,7 +78744,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 615.4574474532237, + 615.4574474532226, 316.54214470086345, -93.738522117927, -396.51501966525507, @@ -105430,7 +78764,7 @@ 1.7673499755275162 ], "relative wind angle": [ - 0.04268545796622655, + 0.04268545796622916, 0.2284326326425743, 0.34298051236408783, 0.2674547795515773, @@ -105477,52 +78811,7 @@ "id": "2296", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.174203087420544, - 43.174203087420544, - 43.174203087420544, - 43.174203087420544, - 43.174203087420544, - 43.174203087420544, - 43.174203087420544, - 43.174203087420544 - ], - "relative wind speed": [ - 0.4424944909782775, - 0.4424944909782775, - 0.4424944909782775, - 0.4424944909782775, - 0.4424944909782775, - 0.4424944909782775, - 0.4424944909782775, - 0.4424944909782775 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 18.90625, -37.34375 19.0625, -37.1875 19.0625, -37.1875 18.90625, -37.34375 18.90625))", @@ -105541,52 +78830,7 @@ "id": "2297", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.370113173560625, - 35.370113173560625, - 35.370113173560625, - 35.370113173560625, - 35.370113173560625, - 35.370113173560625, - 35.370113173560625, - 35.370113173560625 - ], - "relative wind speed": [ - 0.4005105198669374, - 0.4005105198669374, - 0.4005105198669374, - 0.4005105198669374, - 0.4005105198669374, - 0.4005105198669374, - 0.4005105198669374, - 0.4005105198669374 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 18.75, -37.5 18.90625, -37.34375 18.90625, -37.34375 18.75, -37.5 18.75))", @@ -105618,9 +78862,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 551.9511087122463, + 551.9511087122427, 322.4620908792647, - -30.30218194354711, + -30.30218194354734, -314.174518428688, -394.3038407386904, -283.8741292220592, @@ -105628,9 +78872,9 @@ 367.3897517703941 ], "relative wind speed": [ - 1.6916014659848964, + 1.6916014659848961, 1.5798132666801632, - 1.303958100271614, + 1.3039581002716139, 0.9700519739606287, 0.8140536638876934, 1.014095128591287, @@ -105638,17 +78882,17 @@ 1.6072330432225177 ], "relative wind angle": [ - 0.01458240997206503, + 0.014582409972072644, 0.20899233513904864, - 0.34327013002612833, + 0.34327013002612866, 0.30671513932119254, 0.03030577610389067, - 0.32912471149300543, - 0.3309751890628893, + 0.3291247114930055, + 0.33097518906288936, 0.18325424719300767 ], "resistance": [ - 97186.45110871228, + 97186.45110871227, 96956.9620908793, 96604.19781805648, 96320.32548157134, @@ -105658,7 +78902,7 @@ 97001.88975177042 ], "fuel": [ - 39.109215860710705, + 39.1092158607107, 38.990626122292475, 38.808715351863555, 38.66266648634988, @@ -105698,9 +78942,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 528.7573553805245, + 528.7573553805227, 405.93132673408184, - 64.50088135420071, + 64.50088135420049, -263.5887792875767, -411.2087719358467, -357.73447459848796, @@ -105708,9 +78952,9 @@ 268.02159946521795 ], "relative wind speed": [ - 1.761928342252723, + 1.7619283422527225, 1.7080257893177897, - 1.4820812819045635, + 1.4820812819045632, 1.1680142635673647, 0.9528818320437857, 1.0464335488208942, @@ -105718,7 +78962,7 @@ 1.6273038896210308 ], "relative wind angle": [ - 0.039869567685474235, + 0.03986956768547702, 0.13908946199036695, 0.27686834087710094, 0.2918993713103468, @@ -105778,34 +79022,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 523.9373596175728, + 523.9373596175681, 365.96395274512383, - 42.874554598558575, + 42.87455459855835, -244.48563169725082, - -358.38304602437233, + -358.38304602437216, -289.79584974046463, -32.687129906233395, - 297.8244508365773 + 297.82445083657717 ], "relative wind speed": [ 1.5867809983917391, 1.5108734750110782, - 1.2582103531832292, + 1.258210353183229, 0.9103738840195276, 0.679460628101903, 0.8347466828359761, 1.181713750931354, - 1.4665469898005028 + 1.466546989800503 ], "relative wind angle": [ - 0.025975059456648998, + 0.025975059456661825, 0.19442061771622618, 0.36917303768943227, 0.3948348993088322, - 0.06069138618046039, + 0.060691386180458565, 0.35723420629517855, 0.39434448183966336, - 0.24110826267302432 + 0.24110826267302526 ], "resistance": [ 97158.43735961759, @@ -105858,37 +79102,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 582.9301625272157, + 582.9301625272113, 406.5967971883732, - 44.437676017040076, + 44.43767601703962, -278.6915714109029, - -406.2409984794748, + -406.2409984794749, -329.622008516281, -40.39120277209463, 330.39749779043154 ], "relative wind speed": [ - 1.6964707384752304, + 1.69647073847523, 1.6169177303383429, - 1.3528667074359204, + 1.35286670743592, 0.9923950660016058, - 0.7572621272493781, + 0.7572621272493782, 0.9148966877120323, 1.2732676732645178, 1.5705447872775276 ], "relative wind angle": [ - 0.025128942770036397, - 0.18797564821303378, - 0.35475830922074697, + 0.025128942770045237, + 0.1879756482130338, + 0.3547583092207467, 0.37386278400355766, - 0.056319430932580766, + 0.05631943093258274, 0.33657969612892324, 0.3780182605666307, 0.23287031332665922 ], "resistance": [ - 97217.43016252719, + 97217.43016252718, 97041.09679718835, 96678.93767601701, 96355.80842858907, @@ -105898,7 +79142,7 @@ 96964.8974977904 ], "fuel": [ - 39.103935891598056, + 39.10393589159804, 39.01277686939886, 38.8259143851693, 38.659602051496925, @@ -105938,11 +79182,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 446.450358318892, + 446.45035831889015, 410.74986366359065, 121.86817605030274, -188.9522056441847, - -361.6532967439486, + -361.6532967439487, -346.06951259549993, -139.22994945693722, 180.8907624220891 @@ -105958,11 +79202,11 @@ 1.497241671419226 ], "relative wind angle": [ - 0.07486323940916338, + 0.07486323940916784, 0.10693605385074359, 0.2585833032680298, - 0.30686256161043196, - 0.1354684939307475, + 0.306862561610432, + 0.13546849393074833, 0.18601429053181603, 0.3107700908774782, 0.23616177101654165 @@ -106018,33 +79262,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 484.702916585945, + 484.70291658594385, 445.6719122275639, - 136.76022188232696, - -192.70446164679072, + 136.76022188232707, + -192.70446164679078, -375.85118628095086, -358.7882741956635, - -139.31640442277546, + -139.31640442277558, 200.5497999697385 ], "relative wind speed": [ 1.6579317283503485, 1.640113560875579, - 1.439038776725758, - 1.1198221700113433, + 1.4390387767257578, + 1.1198221700113435, 0.8473300627091301, 0.8813247746849401, 1.1814707995211167, 1.4875161036414086 ], "relative wind angle": [ - 0.08188016293780095, - 0.11770517236767558, - 0.2874537242212371, - 0.35036820402991137, - 0.16072325982750404, + 0.08188016293780367, + 0.1177051723676756, + 0.28745372422123633, + 0.35036820402991203, + 0.16072325982750407, 0.2203176740960434, - 0.3525782293396456, + 0.3525782293396459, 0.26136398824440105 ], "resistance": [ @@ -106098,9 +79342,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 578.7392082054803, + 578.7392082054757, 340.5546275805589, - -31.808384981351992, + -31.808384981352106, -334.65210146367343, -421.1440464800973, -308.3063251759255, @@ -106108,27 +79352,27 @@ 379.414868794011 ], "relative wind speed": [ - 1.7644670211674451, + 1.7644670211674454, 1.6539326619903092, 1.378038008451561, 1.0458696694845597, 0.8897754418748355, 1.0814577917573693, 1.4163528702318255, - 1.6766636037689053 + 1.6766636037689056 ], "relative wind angle": [ - 0.011432363687834356, + 0.011432363687844067, 0.19689666394114566, - 0.3229965629214138, + 0.32299656292141415, 0.2859693089815991, 0.022672369457320447, - 0.30383626045489354, + 0.3038362604548935, 0.31395539358432956, - 0.1768815425596295 + 0.17688154255963012 ], "resistance": [ - 97213.2392082055, + 97213.23920820549, 96975.05462758057, 96602.69161501866, 96299.84789853635, @@ -106138,7 +79382,7 @@ 97013.91486879403 ], "fuel": [ - 39.18596925259362, + 39.18596925259361, 39.06286614451595, 38.87083735567816, 38.7150403325471, @@ -106178,17 +79422,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 655.3108687677851, + 655.3108687677849, 448.256755979398, 28.02208862847874, - -348.6888420939631, + -348.6888420939632, -491.30630667919206, -401.38267019858586, -59.518006691177334, 370.8807518667255 ], "relative wind speed": [ - 1.9206375346709195, + 1.9206375346709192, 1.8367853893544372, 1.5691357626438935, 1.219863553152653, @@ -106201,7 +79445,7 @@ 0.018964810198482198, 0.16184245551621843, 0.29418899430854334, - 0.2888539302271875, + 0.2888539302271876, 0.03603515941496109, 0.2588387249603709, 0.3082750504833352, @@ -106258,13 +79502,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 639.2219910840772, + 639.2219910840674, 373.17927421040577, - -41.75855885564363, + -41.75855885564397, -378.4668474277145, -472.9278281837336, -345.58500424575845, - 12.869726810458133, + 12.86972681045836, 421.5140122222406 ], "relative wind speed": [ @@ -106278,17 +79522,17 @@ 1.7924513176087125 ], "relative wind angle": [ - 0.012369550186045894, + 0.012369550186063845, 0.19112496037169494, - 0.3100789008410341, + 0.3100789008410352, 0.2693774724110514, - 0.02375329978466419, + 0.023753299784664193, 0.28889365988977705, - 0.3007476049144826, + 0.30074760491448255, 0.16959580699480045 ], "resistance": [ - 97273.72199108408, + 97273.72199108406, 97007.6792742104, 96592.74144114436, 96256.03315257229, @@ -106298,7 +79542,7 @@ 97056.01401222224 ], "fuel": [ - 39.31341350857896, + 39.313413508578954, 39.175866139791054, 38.96186387599888, 38.78867900862868, @@ -106338,19 +79582,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 550.7259647362188, + 550.7259647362185, 455.90523973097777, - 103.84174720179192, + 103.84174720179146, -248.31711649995452, - -422.9839709468932, + -422.98397094689307, -381.59762188200773, -117.64625479314782, 259.53265629904683 ], "relative wind speed": [ - 1.7624035731521592, + 1.762403573152159, 1.7212649493798255, - 1.4947016931853687, + 1.4947016931853683, 1.1606129295262615, 0.9061336275306586, 0.982034357666693, @@ -106358,14 +79602,14 @@ 1.6062758584433239 ], "relative wind angle": [ - 0.0577484545922671, + 0.05774845459226711, 0.13507695292098076, - 0.291478015143175, - 0.32960060316130446, - 0.11249376304037348, - 0.2382859938857422, - 0.33642383780202934, - 0.23604991841202683 + 0.29147801514317456, + 0.3296006031613044, + 0.1124937630403725, + 0.23828599388574223, + 0.3364238378020293, + 0.23604991841202685 ], "resistance": [ 97185.22596473624, @@ -106418,34 +79662,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 566.7637918325402, + 566.7637918325374, 632.2098872518045, - 262.0727382450825, + 262.07273824508184, -195.27073190612236, -497.09923943737147, -525.6013468098678, - -287.66328346727823, + -287.6632834672779, 152.90045401521775 ], "relative wind speed": [ - 2.0083257655464726, + 2.008325765546472, 2.033124257585674, - 1.8539934922602177, - 1.533737180037505, + 1.8539934922602175, + 1.5337371800375053, 1.2305739463871843, 1.1891553184094386, - 1.4527190880350935, + 1.4527190880350938, 1.7875499659185343 ], "relative wind angle": [ - 0.10307039076880162, + 0.10307039076880486, 0.06461289104060892, - 0.2131995845701648, - 0.27975601529422306, + 0.2131995845701653, + 0.27975601529422345, 0.16871490144907686, - 0.11061865023856707, - 0.27342795094554667, - 0.23918914676542835 + 0.11061865023856708, + 0.2734279509455471, + 0.23918914676542832 ], "resistance": [ 97201.26379183256, @@ -106498,34 +79742,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 558.4040889133885, + 558.4040889133871, 687.9700883593487, - 323.0741986892581, + 323.0741986892574, -163.42438757081936, - -509.61596852184323, + -509.61596852184334, -565.9150384546081, -347.5926992933173, 105.94494014760562 ], "relative wind speed": [ - 2.077905130593427, + 2.0779051305934266, 2.1252818280195904, - 1.963927517622414, - 1.6506858360641798, + 1.9639275176224138, + 1.6506858360641796, 1.3354158232184263, 1.2586509858329835, 1.4980032904416782, 1.8374605909422201 ], "relative wind angle": [ - 0.11515235305887855, + 0.11515235305887953, 0.04538894814376476, - 0.19218668976574368, - 0.26609290949619613, - 0.1797475312576118, - 0.076689867311835, - 0.2531082092158594, - 0.238488356375005 + 0.19218668976574485, + 0.26609290949619574, + 0.17974753125761242, + 0.07668986731183498, + 0.25310820921585947, + 0.23848835637500504 ], "resistance": [ 97192.90408891339, @@ -106578,34 +79822,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 557.0794577039534, + 557.0794577039522, 528.5467277502008, - 171.59413657393554, + 171.59413657393543, -218.1644806020472, - -441.52974465017, + -441.5297446501701, -429.0578933372193, -178.90591066726256, - 218.39960220099385 + 218.3996022009943 ], "relative wind speed": [ - 1.809785779801706, + 1.8097857798017059, 1.7978401938039925, 1.5886017906937633, 1.2508702173917714, - 0.9576264474941896, + 0.9576264474941897, 0.9798691847668405, 1.2917884239756057, - 1.621017174787199 + 1.6210171747871993 ], "relative wind angle": [ - 0.08605929123735388, + 0.08605929123735517, 0.10779181667206103, - 0.2735026851990815, - 0.3368292191287689, - 0.16316284878377776, - 0.19869588178094538, + 0.27350268519908194, + 0.33682921912876895, + 0.16316284878377846, + 0.1986958817809454, 0.33860068880886585, - 0.25787859105021027 + 0.2578785910502107 ], "resistance": [ 97191.57945770395, @@ -106658,11 +79902,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 501.308916001737, + 501.3089160017365, 567.2413503567194, 241.23508698732792, -164.87592346154997, - -435.90826259808864, + -435.90826259808875, -464.64278255060896, -257.52953968388715, 131.58850602773634 @@ -106678,12 +79922,12 @@ 1.656884402540198 ], "relative wind angle": [ - 0.10874315452174682, + 0.10874315452174785, 0.0638731600089072, - 0.2181679153430407, + 0.21816791534304067, 0.29076078172143865, - 0.18074034233368796, - 0.1119728074874597, + 0.1807403423336886, + 0.11197280748745969, 0.2840067071569406, 0.248853331017756 ], @@ -106738,7 +79982,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 617.8881215835684, + 617.8881215835636, 422.4116494815578, 41.20445279455714, -293.9612928695198, @@ -106748,7 +79992,7 @@ 357.14172620446175 ], "relative wind speed": [ - 1.7246688995558632, + 1.724668899555863, 1.6380369772015237, 1.3613970282335652, 0.9855237554865022, @@ -106758,17 +80002,17 @@ 1.5989699650139209 ], "relative wind angle": [ - 0.021015095861664668, - 0.1974191650612489, - 0.36866302133120593, + 0.021015095861675232, + 0.19741916506124893, + 0.3686630213312057, 0.38764439499905956, 0.04873336524159342, - 0.3570931886226798, - 0.38884952973575837, + 0.35709318862267986, + 0.3888495297357583, 0.23514633882779015 ], "resistance": [ - 97252.38812158356, + 97252.38812158354, 97056.91164948154, 96675.70445279454, 96340.53870713047, @@ -106778,7 +80022,7 @@ 96991.64172620444 ], "fuel": [ - 39.12812580071873, + 39.12812580071872, 39.02705190521439, 38.830352301846034, 38.65785640596913, @@ -106818,19 +80062,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 431.9714459561882, + 431.9714459561877, 460.99502516112034, - 188.6297134340764, + 188.62971343407594, -130.57206794942863, -333.2582451484792, -345.9476402717469, - -169.6630979891416, + -169.66309798914153, 141.644162145702 ], "relative wind speed": [ - 1.561429268066988, + 1.5614292680669877, 1.5752466451133305, - 1.401947612182719, + 1.4019476121827188, 1.0919982686967975, 0.7843611547808162, 0.7562286607663731, @@ -106838,13 +80082,13 @@ 1.3641200685674637 ], "relative wind angle": [ - 0.1219160084599937, - 0.09193290174113712, - 0.2851767355377752, - 0.38801648505332714, + 0.12191600845999462, + 0.09193290174113714, + 0.2851767355377756, + 0.3880164850533271, 0.244527239717506, - 0.19241442461979838, - 0.38779645302992, + 0.1924144246197984, + 0.3877964530299197, 0.307710262127161 ], "resistance": [ @@ -106898,19 +80142,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 429.53339634215644, + 429.5333963421553, 414.67590392751407, - 146.13735875511605, + 146.13735875511583, -146.19110107692143, -316.3046740559316, -309.8125277905532, - -126.3896809785362, + -126.38968097853626, 170.03849059019473 ], "relative wind speed": [ 1.5013236247356871, 1.493957615456458, - 1.3055036516574958, + 1.3055036516574956, 0.9901045448200533, 0.6956576832126238, 0.7113387952459163, @@ -106918,13 +80162,13 @@ 1.3257470455290228 ], "relative wind angle": [ - 0.10304931369822717, + 0.10304931369823044, 0.12008042324217179, - 0.317469303078406, + 0.3174693030784063, 0.4129817594495456, 0.22386619891924173, - 0.2543206001669613, - 0.41245214005468045, + 0.25432060016696123, + 0.4124521400546807, 0.3044132350726125 ], "resistance": [ @@ -106978,19 +80222,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 324.0371143687647, + 324.03711436876426, 493.3913438300681, - 293.7832881022845, + 293.78328810228425, -14.365417076695167, -263.29263034854534, -336.70149186012304, -243.11187365631417, - 19.26268439666353 + 19.262684396663644 ], "relative wind speed": [ 1.4606883027661477, 1.544870026120832, - 1.4404707950209914, + 1.4404707950209912, 1.1752356905356387, 0.8436214276225329, 0.6772621600053771, @@ -106998,14 +80242,14 @@ 1.210011777906707 ], "relative wind angle": [ - 0.20237761554336023, + 0.20237761554336134, 0.012083847573347873, - 0.2240162728908431, - 0.37812899451970716, + 0.22401627289084308, + 0.3781289945197071, 0.35545791852432446, 0.027566701981214792, 0.3731891884716119, - 0.3667375903816289 + 0.36673759038162884 ], "resistance": [ 96958.53711436881, @@ -107058,34 +80302,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 438.5110972189872, + 438.51109721898604, 541.2080701795179, - 263.5334754008617, + 263.53347540086156, -100.30027878143039, - -358.4317480374667, + -358.4317480374668, -403.2545149750631, -240.38210623229355, 95.9978183997298 ], "relative wind speed": [ - 1.6583774589802893, + 1.658377458980289, 1.7042815099451083, 1.5523849434778416, 1.247381736307451, - 0.9181433475928169, + 0.918143347592817, 0.8298358500583635, 1.0877977709327056, 1.4273197984717627 ], "relative wind angle": [ - 0.1469346224631184, + 0.14693462246312067, 0.055927569289465864, - 0.24565329001862654, - 0.3593262012869244, - 0.2676270191531286, - 0.11505546711602051, + 0.24565329001862699, + 0.35932620128692444, + 0.26762701915312903, + 0.11505546711602052, 0.35442803752374374, - 0.3123679595294336 + 0.31236795952943364 ], "resistance": [ 97073.01109721896, @@ -107138,9 +80382,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 382.848086855304, + 382.8480868553031, 647.6969281045856, - 419.1053443824817, + 419.10534438248055, 3.272582992174762, -358.42242605380204, -482.24180243397285, @@ -107150,7 +80394,7 @@ "relative wind speed": [ 1.8002747927908695, 1.9132054408443457, - 1.8198222814941183, + 1.819822281494118, 1.5489963976774466, 1.2073587765728446, 1.0189943503519914, @@ -107158,13 +80402,13 @@ 1.516349136877117 ], "relative wind angle": [ - 0.1833547833072332, + 0.18335478330723504, 0.008920295204793684, - 0.16789599246769396, - 0.2928307719177619, - 0.2753339086597953, + 0.1678959924676953, + 0.29283077191776197, + 0.2753339086597949, 0.016748796411383857, - 0.26118325962435046, + 0.2611832596243509, 0.2993284921769885 ], "resistance": [ @@ -107218,34 +80462,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 376.4477219570491, + 376.447721957048, 597.4148814975109, - 361.9452163771999, - -19.373361801421765, - -336.6725005125983, + 361.9452163771995, + -19.37336180142165, + -336.6725005125982, -432.4261362571498, -326.83106436568266, -3.0207796571444305 ], "relative wind speed": [ - 1.6983417018818892, + 1.698341701881889, 1.7943876788110242, - 1.6900006832611287, - 1.4164233522816185, - 1.0807934650296305, + 1.6900006832611285, + 1.4164233522816188, + 1.0807934650296307, 0.9124976211108776, 1.0937900808558947, 1.4304628403118789 ], "relative wind angle": [ - 0.18151226527671402, + 0.18151226527671527, 0.004114468137703648, 0.18870421784070276, - 0.3165753929014767, - 0.28761068547457624, + 0.31657539290147735, + 0.287610685474577, 0.008090991672818931, 0.2940566129742755, - 0.3133618691011232 + 0.3133618691011231 ], "resistance": [ 97010.94772195705, @@ -107298,34 +80542,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 471.4408207659012, + 471.44082076590007, 715.1012615909297, - 414.55586934077587, - -56.885092158019916, + 414.5558693407754, + -56.88509215801969, -440.2636720906763, -545.8588095061959, -401.3091082628358, - 7.831865253975366 + 7.831865253975593 ], "relative wind speed": [ 1.9658542919741948, 2.058586571914428, - 1.9373720602786597, + 1.9373720602786595, 1.6417109618126293, 1.2973312845604896, 1.144496782479678, 1.33949283657075, - 1.6889158288786874 + 1.6889158288786876 ], "relative wind angle": [ - 0.1562233543239433, + 0.15622335432394474, 0.01192370452476567, - 0.176711592512681, - 0.2821601983680343, + 0.17671159251268165, + 0.28216019836803424, 0.23800516641629774, 0.021448097334924577, - 0.257080659975547, - 0.2740671063014796 + 0.2570806599755471, + 0.27406710630148 ], "resistance": [ 97105.94082076594, @@ -107378,9 +80622,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 499.72296323084447, + 499.72296323084424, 565.5784088986475, - 243.1975300447566, + 243.19753004475683, -156.59498417422515, -423.33464302218124, -452.07703668725634, @@ -107388,9 +80632,9 @@ 134.4076711952806 ], "relative wind speed": [ - 1.8184015053587441, + 1.818401505358744, 1.8457062643787732, - 1.6750682856961396, + 1.6750682856961399, 1.3624162340920003, 1.0554200577186525, 1.006908098367842, @@ -107400,11 +80644,11 @@ "relative wind angle": [ 0.11556269455822575, 0.06758311769977833, - 0.23249422461474692, + 0.2324942246147479, 0.31427874733167727, 0.19999262109983162, - 0.12410685302469898, - 0.30860466109514567, + 0.124106853024699, + 0.3086046610951457, 0.26613675586562696 ], "resistance": [ @@ -107458,9 +80702,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 361.19752157127596, + 361.19752157127573, 634.0205073091772, - 431.0466632390976, + 431.0466632390969, 25.608520588773672, -336.131417595004, -471.7872007572048, @@ -107468,9 +80712,9 @@ -53.314383478259174 ], "relative wind speed": [ - 1.7543339587642148, + 1.7543339587642146, 1.876795614907333, - 1.7927350268021494, + 1.7927350268021491, 1.5274136024669875, 1.1813827524471718, 0.9751877083503371, @@ -107478,13 +80722,13 @@ 1.462997106508347 ], "relative wind angle": [ - 0.19664010104208343, + 0.1966401010420834, 0.018000844731071466, - 0.16529265923254033, + 0.16529265923254102, 0.29970052903691, 0.29436173117654607, 0.03464855227073209, - 0.2659693215521011, + 0.26596932155210107, 0.3133354589980249 ], "resistance": [ @@ -107538,17 +80782,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 704.5892078912223, + 704.58920789122, 667.224453855207, - 201.45125471086317, + 201.4512547108627, -315.07364512671097, - -609.6710588033961, + -609.6710588033964, -593.4318668560313, -261.7663862871493, 264.22940414931304 ], "relative wind speed": [ - 2.2386530682451546, + 2.238653068245154, 2.225762410320212, 2.006345460267346, 1.664252990658485, @@ -107558,17 +80802,17 @@ 2.0406759400930765 ], "relative wind angle": [ - 0.06912439852949215, + 0.06912439852949377, 0.08686414809282016, - 0.2148227493301425, - 0.25001373393774123, - 0.1117480848311044, + 0.214822749330143, + 0.2500137339377412, + 0.1117480848311054, 0.13765894654138064, 0.2534859376384574, 0.20317362981190618 ], "resistance": [ - 97339.08920789127, + 97339.08920789126, 97301.72445385525, 96835.9512547109, 96319.42635487333, @@ -107578,7 +80822,7 @@ 96898.72940414936 ], "fuel": [ - 39.768771057509554, + 39.76877105750954, 39.74942803278999, 39.50874208908172, 39.24277445599206, @@ -107618,9 +80862,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 419.3069103038017, + 419.30691030379967, 724.692412121401, - 475.78900696981145, + 475.789006969811, 1.2602305484174394, -418.3113671923619, -564.8667319516061, @@ -107628,7 +80872,7 @@ -63.295123603545335 ], "relative wind speed": [ - 2.007484138681864, + 2.0074841386818636, 2.1268880780817017, 2.034828939636075, 1.7621149819333477, @@ -107638,19 +80882,19 @@ 1.7171858811991945 ], "relative wind angle": [ - 0.1656865195352238, + 0.16568651953522578, 0.010925947819500289, - 0.14709259075755116, + 0.1470925907575519, 0.255301137133473, 0.23489263079112752, - 0.018786998476386776, - 0.21731494673037574, - 0.2621360951831077 + 0.018786998476386773, + 0.2173149467303757, + 0.26213609518310776 ], "resistance": [ 97053.80691030381, 97359.19241212141, - 97110.28900696983, + 97110.28900696982, 96635.76023054843, 96216.18863280765, 96069.6332680484, @@ -107660,7 +80904,7 @@ "fuel": [ 39.46852118161396, 39.62648402686648, - 39.497710795651415, + 39.4977107956514, 39.25284620773689, 39.0370383755413, 38.96181157687232, @@ -107698,14 +80942,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 352.4651280550314, + 352.46512805503096, 617.5985070781165, - 417.55273275305615, + 417.5527327530557, 20.600570875611652, -333.2961901677829, -464.51126610107906, -377.67761067717163, - -53.127554223527454 + -53.12755422352734 ], "relative wind speed": [ 1.7551179688346312, @@ -107718,14 +80962,14 @@ 1.4713229696147572 ], "relative wind angle": [ - 0.19018855220388298, + 0.19018855220388414, 0.016689996874069808, - 0.16126246495198773, - 0.29007725889781866, + 0.16126246495198843, + 0.2900772588978186, 0.281272090444363, 0.031331350584482484, 0.2547850037641367, - 0.3022383448200091 + 0.30223834482000905 ], "resistance": [ 96986.96512805506, @@ -107778,9 +81022,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 454.62191373866904, + 454.62191373866744, 639.2466234944193, - 343.07972323134845, + 343.079723231348, -96.46255426190123, -438.47634139570255, -518.384386653443, @@ -107788,7 +81032,7 @@ 31.590694428290135 ], "relative wind speed": [ - 1.9964557976789534, + 1.9964557976789528, 2.0666566492441527, 1.9409482600904004, 1.664205567153932, @@ -107798,13 +81042,13 @@ 1.7546123414261603 ], "relative wind angle": [ - 0.12750911245063265, + 0.1275091124506335, 0.022518004069617858, - 0.16545935825446614, - 0.24618061828127225, - 0.18712134147707404, - 0.03706133097925154, - 0.22346531664538602, + 0.16545935825446678, + 0.24618061828127222, + 0.18712134147707407, + 0.03706133097925153, + 0.223465316645386, 0.233254126810204 ], "resistance": [ @@ -107858,17 +81102,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 375.2144098674123, + 375.2144098674114, 690.1956922636211, 484.59198538486726, 28.587663988766053, - -391.71560997656525, + -391.7156099765655, -556.163806311056, -467.17267569877924, -96.89066578186794 ], "relative wind speed": [ - 2.006865628469219, + 2.0068656284692183, 2.13523719280265, 2.059558959171277, 1.8058532764079294, @@ -107879,12 +81123,12 @@ ], "relative wind angle": [ 0.16559861679232749, - 0.02073513264123778, - 0.13059701182546368, + 0.020735132641237778, + 0.1305970118254637, 0.23676258341733644, - 0.22536304568624255, + 0.22536304568624302, 0.034368483351653, - 0.19190838636561391, + 0.19190838636561394, 0.24883809515671923 ], "resistance": [ @@ -107938,9 +81182,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 343.52598590396633, + 343.52598590396474, 746.482698654148, - 610.2854363754136, + 610.2854363754118, 113.38554397140274, -389.70270190387146, -633.2790029566189, @@ -107948,7 +81192,7 @@ -193.78794897131638 ], "relative wind speed": [ - 2.1401520924386284, + 2.140152092438628, 2.3052141799896404, 2.2590513551556675, 2.0178150690523955, @@ -107958,13 +81202,13 @@ 1.825337287414806 ], "relative wind angle": [ - 0.17576862372627458, + 0.17576862372627589, 0.0428533165136144, - 0.10402569567366075, + 0.10402569567366288, 0.21500022246349274, - 0.22461351957896766, + 0.2246135195789677, 0.0683735613280099, - 0.15529406055287495, + 0.15529406055287492, 0.23808767931495117 ], "resistance": [ @@ -108018,34 +81262,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 546.5428328431262, + 546.542832843124, 718.8693880160354, - 359.8302130184013, + 359.83021301840085, -146.23993020058106, - -523.3142344451305, + -523.3142344451304, -597.921872915161, - -394.21085051959597, - 68.57772937933373 + -394.2108505195961, + 68.5777293793335 ], "relative wind speed": [ 2.175392413389222, 2.235833846745729, 2.0895662633587455, 1.7902351091493365, - 1.4816265115073948, + 1.481626511507395, 1.3887390977354783, 1.6003943585460196, - 1.9294060033601066 + 1.9294060033601064 ], "relative wind angle": [ - 0.11480764594138068, - 0.03197088254714325, - 0.16842632230877042, + 0.11480764594138358, + 0.03197088254714326, + 0.16842632230877108, 0.23905275905769383, - 0.16899912982513662, + 0.16899912982513726, 0.05148626555576101, - 0.22065500970839183, - 0.2215099845458769 + 0.22065500970839233, + 0.22150998454587636 ], "resistance": [ 97181.04283284316, @@ -108098,13 +81342,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 433.9715721413809, + 433.97157214137883, 742.1679329339152, - 477.41196666153564, + 477.4119666615345, -13.842617163602426, -445.17991548584143, -589.4829936704398, - -475.17975272609897, + -475.1797527260992, -63.73934897525805 ], "relative wind speed": [ @@ -108118,13 +81362,13 @@ 1.8213981779280852 ], "relative wind angle": [ - 0.15153153587455626, + 0.15153153587455923, 0.00759529384774079, - 0.1387478894652946, + 0.1387478894652962, 0.23533393349360726, - 0.2096937468286447, + 0.20969374682864467, 0.012445682457120516, - 0.19744253773848003, + 0.1974425377384806, 0.23964825114146796 ], "resistance": [ @@ -108178,9 +81422,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 504.92979500590263, + 504.9297950059015, 756.5947629711181, - 431.01628538835075, + 431.0162853883503, -77.16181808945385, -488.0753955910834, -596.9606938834795, @@ -108198,10 +81442,10 @@ 1.835125046138824 ], "relative wind angle": [ - 0.1412104725997769, + 0.14121047259977848, 0.013293631202383038, - 0.16374775437212058, - 0.2552641246775094, + 0.16374775437212127, + 0.2552641246775095, 0.2072444164825524, 0.022468195429124385, 0.2286622446329194, @@ -108258,11 +81502,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 584.2158908606782, + 584.2158908606759, 861.944152991615, - 481.1642781815715, + 481.1642781815701, -108.34751261112683, - -581.0790817808879, + -581.0790817808877, -700.9951981185269, -509.77801579129573, 10.302864523187509 @@ -108278,13 +81522,13 @@ 2.069363548063097 ], "relative wind angle": [ - 0.12728358647407945, + 0.12728358647408208, 0.014772550732043883, - 0.15201027319441954, + 0.152010273194421, 0.23114491287010103, - 0.18074537654350062, + 0.1807453765435, 0.02364846305493982, - 0.20458250038456724, + 0.20458250038456727, 0.22316346063000989 ], "resistance": [ @@ -108338,19 +81582,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 494.3245602530591, + 494.32456025305794, 648.1226455185698, - 330.6726364804375, + 330.6726364804373, -109.86305364411407, -436.65986365619665, -503.6070042509008, - -324.92912580741074, + -324.92912580741086, 75.75976910050679 ], "relative wind speed": [ - 1.8896665576093148, + 1.8896665576093146, 1.9506654442054676, - 1.803146664571278, + 1.8031466645712777, 1.4946404762192058, 1.1614234340590894, 1.0557691115539087, @@ -108358,17 +81602,17 @@ 1.638839204734824 ], "relative wind angle": [ - 0.1399626470840066, + 0.13996264708400818, 0.03858598413008519, - 0.20668701749726504, + 0.20668701749726506, 0.3044630328186091, 0.2289757722553917, - 0.07133522610531118, - 0.29055253177430457, + 0.07133522610531119, + 0.29055253177430496, 0.27692980364186165 ], "resistance": [ - 97128.82456025308, + 97128.82456025307, 97282.62264551858, 96965.17263648045, 96524.6369463559, @@ -108378,7 +81622,7 @@ 96710.25976910052 ], "fuel": [ - 39.30807428197805, + 39.308074281978044, 39.387627002612646, 39.223521277653234, 38.99640769762967, @@ -108418,9 +81662,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 660.7614571173972, + 660.7614571173958, 813.6904540153378, - 380.6110181082681, + 380.6110181082679, -197.5578524802861, -608.8997368063066, -675.2979523087512, @@ -108428,9 +81672,9 @@ 123.6898399890465 ], "relative wind speed": [ - 2.286823408849236, + 2.2868234088492354, 2.3377485696361777, - 2.163530533390316, + 2.1635305333903156, 1.8265610738467695, 1.489652327193193, 1.4083880801600592, @@ -108438,13 +81682,13 @@ 2.027880667761461 ], "relative wind angle": [ - 0.11207606508020287, + 0.11207606508020387, 0.04439048163632743, - 0.18711556949949731, + 0.18711556949949673, 0.25766009531705164, 0.17254729605509136, 0.0737252367333156, - 0.24434394311520422, + 0.2443439431152042, 0.23158577854817233 ], "resistance": [ @@ -108498,9 +81742,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 455.05523105891393, + 455.0552310589128, 695.4600706141823, - 403.3485558508537, + 403.3485558508535, -59.731522080064906, -438.43015312643183, -542.4455829386565, @@ -108508,9 +81752,9 @@ -0.615940359445176 ], "relative wind speed": [ - 1.9962639913146347, + 1.9962639913146345, 2.0869237914537386, - 1.9707537111125015, + 1.9707537111125013, 1.6873221957292672, 1.3609410334467913, 1.2173658070617093, @@ -108518,13 +81762,13 @@ 1.729212024980748 ], "relative wind angle": [ - 0.14687526240588167, + 0.1468752624058832, 0.010378332265883446, 0.1645254636720258, 0.2606387201629702, 0.21635059046079896, 0.01779213965710085, - 0.23305138409154388, + 0.2330513840915439, 0.2541833409436331 ], "resistance": [ @@ -108578,9 +81822,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 439.35236774580017, + 439.35236774579903, 769.7672053486133, - 514.6093832383558, + 514.6093832383551, 11.523848820056173, -437.4444009916067, -599.6584634860711, @@ -108588,7 +81832,7 @@ -74.40332493460573 ], "relative wind speed": [ - 2.054449111001264, + 2.0544491110012637, 2.181794738447448, 2.089975208326893, 1.8093726964548111, @@ -108598,12 +81842,12 @@ 1.7508876341018005 ], "relative wind angle": [ - 0.17048120340345274, + 0.17048120340345338, 0.013880508691413917, - 0.1468077379341446, + 0.14680773793414534, 0.2585632913040434, - 0.24181013976543814, - 0.02410058557127337, + 0.24181013976543816, + 0.024100585571273373, 0.21949772662136197, 0.26740832766252287 ], @@ -108658,19 +81902,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 343.43965215803576, + 343.4396521580355, 654.4583343602147, - 487.40709949211384, + 487.40709949211316, 67.60369782756368, - -327.42087742756723, + -327.42087742756735, -498.10912371403515, -425.3861421035114, -95.15760718935985 ], "relative wind speed": [ - 1.781219282093944, + 1.7812192820939439, 1.925398913243152, - 1.858365643397322, + 1.8583656433973215, 1.6001267338740894, 1.2453855131741671, 1.0082490923424812, @@ -108680,10 +81924,10 @@ "relative wind angle": [ 0.21071458531906262, 0.03519877534131644, - 0.14946833787243533, - 0.2910165659289998, - 0.3038021507344029, - 0.06725401189715573, + 0.1494683378724353, + 0.29101656592899977, + 0.303802150734403, + 0.06725401189715574, 0.24807847907658134, 0.3174557981946838 ], @@ -108738,17 +81982,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 389.16232483396584, + 389.16232483396493, 741.6126050430992, - 544.4939505882019, + 544.493950588201, 59.27364549298977, - -397.73798845762076, + -397.73798845762053, -590.0197060665209, -504.4559204749153, -118.07837744831613 ], "relative wind speed": [ - 2.010803669618152, + 2.0108036696181517, 2.1563410231781477, 2.0849967412244617, 1.8201104275456477, @@ -108758,11 +82002,11 @@ 1.6979548676292309 ], "relative wind angle": [ - 0.18391676903432877, - 0.029336636038344053, - 0.13387172074404724, + 0.1839167690343294, + 0.029336636038344056, + 0.1338717207440489, 0.2536923350197816, - 0.2533506950201121, + 0.25335069502011165, 0.05089108639041509, 0.20613412966394082, 0.27239198244874435 @@ -108818,37 +82062,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 348.87623106349974, + 348.8762310634986, 635.1079807133174, - 446.31708661315565, - 34.22356158752598, + 446.31708661315497, + 34.22356158752575, -342.8495463385061, -491.5228227730447, -409.5639203749429, - -76.61371999382595 + -76.61371999382607 ], "relative wind speed": [ 1.8202045167801713, 1.9474060646161275, - 1.8717803963385347, + 1.8717803963385344, 1.6173591847441162, 1.2842375777077812, 1.0816747470473798, 1.2078281279993623, - 1.5318485259409738 + 1.5318485259409735 ], "relative wind angle": [ - 0.18659432081953378, - 0.022838413435249706, - 0.1473337237941967, - 0.2710705502282787, - 0.2660640741879366, + 0.1865943208195362, + 0.02283841343524971, + 0.14733372379419674, + 0.27107055022827875, + 0.26606407418793665, 0.041125427975798566, 0.2295085997247258, - 0.2866182808743764 + 0.286618280874376 ], "resistance": [ - 96983.37623106352, + 96983.3762310635, 97269.60798071334, 97080.81708661317, 96668.72356158754, @@ -108858,7 +82102,7 @@ 96557.88628000619 ], "fuel": [ - 39.24599907141818, + 39.24599907141817, 39.393969286130655, 39.29633781874688, 39.083688161935676, @@ -108898,20 +82142,20 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 339.21285757234557, + 339.2128575723449, 622.8146642132589, - 440.9581970890273, - 35.588001165756964, + 440.9581970890266, + 35.58800116575742, -337.42932662632575, -486.11598950187, -407.184624211312, -80.31127311520447 ], "relative wind speed": [ - 1.8177856013618396, + 1.8177856013618392, 1.9447048072224835, - 1.8716995257728575, - 1.6222521163365984, + 1.8716995257728573, + 1.6222521163365986, 1.2952805135739625, 1.0955452131831964, 1.2160744165488033, @@ -108919,9 +82163,9 @@ ], "relative wind angle": [ 0.18428868996193623, - 0.02380390653402294, - 0.14348721797565178, - 0.26494289650140085, + 0.023803906534022937, + 0.14348721797565256, + 0.2649428965014013, 0.26009019568121783, 0.04226295876360784, 0.22190548910508012, @@ -108965,68 +82209,7 @@ "id": "2340", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.959854488624542, - 4.959854488624542, - 4.959854488624542, - 4.959854488624542, - 4.959854488624542, - 4.959854488624542, - 4.959854488624542, - 4.959854488624542 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 562.7558607885679, - 317.4471527280688, - -53.819028899242994, - -348.5950074983484, - -425.5394433849496, - -302.13916410720594, - 23.355095867736168, - 385.5432417035337 - ], - "relative wind speed": [ - 1.795147790732401, - 1.6791312570796337, - 1.4068749420487794, - 1.0927810169590648, - 0.9612586159589145, - 1.1519947651030518, - 1.4721673188744242, - 1.7182559082687823 - ], - "relative wind angle": [ - 0.019002453262909058, - 0.19116723112443187, - 0.30098617769684055, - 0.2504211762325891, - 0.035492344134417486, - 0.2806170194077718, - 0.28724767039411025, - 0.15826401488632608 - ], - "resistance": [ - 97197.2558607886, - 96951.9471527281, - 96580.68097110078, - 96285.90499250169, - 96208.96055661509, - 96332.36083589282, - 96657.85509586777, - 97020.04324170356 - ], - "fuel": [ - 39.22335413078873, - 39.096586836140276, - 38.90515485181898, - 38.75352797003295, - 38.71400250182704, - 38.777402466095154, - 38.94490508794817, - 39.13175415413352 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 18.59375, -37.34375 18.75, -37.1875 18.75, -37.1875 18.59375, -37.34375 18.59375))", @@ -109045,68 +82228,7 @@ "id": "2341", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.875905086304051, - 4.875905086304051, - 4.875905086304051, - 4.875905086304051, - 4.875905086304051, - 4.875905086304051, - 4.875905086304051, - 4.875905086304051 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 516.0641386712018, - 406.4177304448069, - 72.40658506897205, - -253.82343615532272, - -405.56251205150477, - -357.81316475152653, - -100.3630240216711, - 254.24982647339834 - ], - "relative wind speed": [ - 1.7540164109571852, - 1.7057188332788327, - 1.486238501192282, - 1.1769636758525093, - 0.9596781982139887, - 1.0431102893904702, - 1.337404550466347, - 1.6162649287038688 - ], - "relative wind angle": [ - 0.0442391465873946, - 0.1331781450441396, - 0.2710156478171893, - 0.2896807805942901, - 0.08091837318741628, - 0.21887632064461032, - 0.30207558639660986, - 0.20953753438509112 - ], - "resistance": [ - 97150.56413867124, - 97040.91773044484, - 96706.906585069, - 96380.67656384471, - 96228.93748794853, - 96276.6868352485, - 96534.13697597836, - 96888.74982647343 - ], - "fuel": [ - 39.17797396555532, - 39.12130376250506, - 38.94894746087202, - 38.78100711099975, - 38.703028104781005, - 38.727557348904114, - 38.8599578548163, - 39.04273065774204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 18.4375, -37.5 18.59375, -37.34375 18.59375, -37.34375 18.4375, -37.5 18.4375))", @@ -109125,68 +82247,7 @@ "id": "2342", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.139166745060789, - 5.139166745060789, - 5.139166745060789, - 5.139166745060789, - 5.139166745060789, - 5.139166745060789, - 5.139166745060789, - 5.139166745060789 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 552.4927602825804, - 324.95026630306245, - -38.87018381678922, - -338.4226074188331, - -423.1414891300543, - -316.57195628158684, - -2.565036442241876, - 356.8068661177032 - ], - "relative wind speed": [ - 1.8240299268120166, - 1.7217550336769147, - 1.4667071158090832, - 1.1678274855624349, - 1.0312456384674415, - 1.1941994577005037, - 1.4964367601736375, - 1.7397504719726022 - ], - "relative wind angle": [ - 0.008457950221608923, - 0.1699573023736224, - 0.27368074543793186, - 0.23278181050044805, - 0.014960495644433826, - 0.2463445715430868, - 0.26810792693467744, - 0.1554757066704984 - ], - "resistance": [ - 97186.9927602826, - 96959.45026630309, - 96595.62981618324, - 96296.0773925812, - 96211.35851086998, - 96317.92804371844, - 96631.93496355778, - 96991.30686611774 - ], - "fuel": [ - 39.26495627112646, - 39.14737112716641, - 38.95976310757115, - 38.80566531709714, - 38.76214422448797, - 38.816894587739476, - 38.978462133877464, - 39.16382178526094 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 18.4375, -37.34375 18.59375, -37.1875 18.59375, -37.1875 18.4375, -37.34375 18.4375))", @@ -109205,68 +82266,7 @@ "id": "2343", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.271285927996772, - 5.271285927996772, - 5.271285927996772, - 5.271285927996772, - 5.271285927996772, - 5.271285927996772, - 5.271285927996772, - 5.271285927996772 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 503.031141801495, - 390.84293088865627, - 58.78440446558329, - -265.91199890181133, - -413.4827823889931, - -364.8111404600754, - -105.67375041556045, - 247.41340162785184 - ], - "relative wind speed": [ - 1.8308067076185228, - 1.7829700145216656, - 1.5750270647311515, - 1.2907656283412374, - 1.1010362314601756, - 1.1769247686091118, - 1.4434069866165167, - 1.7023683726919536 - ], - "relative wind angle": [ - 0.03705837210287896, - 0.11824929456689319, - 0.2340655053079771, - 0.23956401717012124, - 0.06164571801655742, - 0.1796887613092393, - 0.25586616197427786, - 0.18089414237570267 - ], - "resistance": [ - 97137.53114180149, - 97025.34293088866, - 96693.28440446558, - 96368.5880010982, - 96221.017217611, - 96269.68885953992, - 96528.82624958444, - 96881.91340162785 - ], - "fuel": [ - 39.275299332616854, - 39.21732138270829, - 39.04599070872378, - 38.87885538385263, - 38.80302396481353, - 38.82802564858105, - 38.96128793241886, - 39.14326638759708 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 18.59375, -37.1875 18.75, -37.03125 18.75, -37.03125 18.59375, -37.1875 18.59375))", @@ -109285,68 +82285,7 @@ "id": "2344", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.148555824915018, - 5.148555824915018, - 5.148555824915018, - 5.148555824915018, - 5.148555824915018, - 5.148555824915018, - 5.148555824915018, - 5.148555824915018 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 434.8348487403848, - 470.05408863379466, - 184.51182300918435, - -161.37905033065988, - -383.88096376679204, - -399.20477223241386, - -211.3675410046759, - 125.54696678579921 - ], - "relative wind speed": [ - 1.7761870780348952, - 1.7913494750788137, - 1.6323932061823008, - 1.3568213904513733, - 1.1046450604458606, - 1.0798834677317897, - 1.3078125500833233, - 1.5918910013437413 - ], - "relative wind angle": [ - 0.09406086657064645, - 0.06769195231707038, - 0.20867947517714272, - 0.2663192886778502, - 0.1515999811642467, - 0.11244088629430013, - 0.26155650944546255, - 0.22624413482613512 - ], - "resistance": [ - 97069.3348487404, - 97104.55408863381, - 96819.0118230092, - 96473.12094966935, - 96250.61903623323, - 96235.2952277676, - 96423.13245899534, - 96760.04696678581 - ], - "fuel": [ - 39.20664582354799, - 39.22484756045947, - 39.077408787196624, - 38.89921556783813, - 38.784824157061124, - 38.776952748806536, - 38.87349972643179, - 39.04700027947568 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 18.59375, -37.03125 18.75, -36.875 18.75, -36.875 18.59375, -37.03125 18.59375))", @@ -109365,68 +82304,7 @@ "id": "2345", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.757962918513148, - 4.757962918513148, - 4.757962918513148, - 4.757962918513148, - 4.757962918513148, - 4.757962918513148, - 4.757962918513148, - 4.757962918513148 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 393.86475526016704, - 465.52756601115505, - 210.22094674934226, - -117.83733192702164, - -344.1606253718858, - -375.3880870518529, - -218.377505190242, - 91.1774789289019 - ], - "relative wind speed": [ - 1.6648735998838569, - 1.6974008788950186, - 1.5533622913359673, - 1.2811650971571416, - 1.0091988402595018, - 0.9534760925674923, - 1.1736064053279656, - 1.4659135024269636 - ], - "relative wind angle": [ - 0.11793200099583853, - 0.05658746953896586, - 0.21516226135024832, - 0.2954411811101263, - 0.1953415118855608, - 0.10085550225527237, - 0.2864954535704938, - 0.25729645700198256 - ], - "resistance": [ - 97028.36475526018, - 97100.02756601117, - 96844.72094674935, - 96516.662668073, - 96290.33937462812, - 96259.11191294817, - 96416.12249480977, - 96725.67747892892 - ], - "fuel": [ - 39.085770664410035, - 39.122800821473376, - 38.99096405908573, - 38.82191542143219, - 38.70552432465452, - 38.689479966785555, - 38.77018717931531, - 38.92957459186365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 18.4375, -37.1875 18.59375, -37.03125 18.59375, -37.03125 18.4375, -37.1875 18.4375))", @@ -109445,68 +82323,7 @@ "id": "2346", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.040746420754324, - 5.040746420754324, - 5.040746420754324, - 5.040746420754324, - 5.040746420754324, - 5.040746420754324, - 5.040746420754324, - 5.040746420754324 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 482.1292760515348, - 403.0162526415686, - 86.79222550206669, - -235.5741252387212, - -396.4986616451675, - -362.08704491922254, - -123.51399153823218, - 219.05719434105868 - ], - "relative wind speed": [ - 1.7699433429760862, - 1.7353202864846686, - 1.5356976342262065, - 1.247514393847062, - 1.0368008519428287, - 1.0937636615144544, - 1.3598853702304363, - 1.628300734225449 - ], - "relative wind angle": [ - 0.05137646342112284, - 0.11291019765753148, - 0.2415824930441657, - 0.26278004261090593, - 0.0877798882818468, - 0.1797242494795815, - 0.27356901877291145, - 0.2003563178334364 - ], - "resistance": [ - 97116.62927605154, - 97037.51625264157, - 96721.29222550207, - 96398.92587476128, - 96238.00133835484, - 96272.41295508077, - 96510.98600846177, - 96853.55719434106 - ], - "fuel": [ - 39.202564382513835, - 39.16168070378194, - 38.9984964415522, - 38.832525501841175, - 38.74981789193443, - 38.76749573756844, - 38.89017603174736, - 39.06670519342523 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 18.4375, -37.03125 18.59375, -36.875 18.59375, -36.875 18.4375, -37.03125 18.4375))", @@ -109525,68 +82342,7 @@ "id": "2347", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.518687433697583, - 4.518687433697583, - 4.518687433697583, - 4.518687433697583, - 4.518687433697583, - 4.518687433697583, - 4.518687433697583, - 4.518687433697583 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 386.5267274773229, - 351.6971881502508, - 98.80986667437878, - -172.91042030759093, - -321.9757049232037, - -306.803573717663, - -123.7799253826721, - 156.87870639058212 - ], - "relative wind speed": [ - 1.590487284399739, - 1.5736377607247625, - 1.4023257774499016, - 1.1396665085536337, - 0.9297413169826202, - 0.9579837766700372, - 1.1948017125202668, - 1.4474905760049022 - ], - "relative wind angle": [ - 0.06754476176543742, - 0.10096913509648477, - 0.23877566858814056, - 0.275873733655948, - 0.11571752529477236, - 0.16634192488202793, - 0.28128771175008355, - 0.21614059601357616 - ], - "resistance": [ - 97021.02672747735, - 96986.19718815028, - 96733.3098666744, - 96461.58957969245, - 96312.52429507683, - 96327.69642628236, - 96510.72007461736, - 96791.3787063906 - ], - "fuel": [ - 39.02586418901571, - 39.0078746542464, - 38.877393160095835, - 38.73745968979286, - 38.6608091278174, - 38.66860697952043, - 38.76274110012976, - 38.90733371299481 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 18.28125, -37.5 18.4375, -37.34375 18.4375, -37.34375 18.28125, -37.5 18.28125))", @@ -109605,68 +82361,7 @@ "id": "2348", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.039196965444212, - 5.039196965444212, - 5.039196965444212, - 5.039196965444212, - 5.039196965444212, - 5.039196965444212, - 5.039196965444212, - 5.039196965444212 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 514.3235333110588, - 329.61875414011956, - -6.1996608088107905, - -298.85386094978446, - -396.55876428399336, - -316.6511242717911, - -35.774654324595986, - 303.71418028803714 - ], - "relative wind speed": [ - 1.7771653863598356, - 1.695360687100918, - 1.4621097477401093, - 1.174857308939025, - 1.0225169508341274, - 1.153087102456413, - 1.4373909735287673, - 1.6803475916759532 - ], - "relative wind angle": [ - 0.007202891771401849, - 0.15263582080960592, - 0.2610343128683608, - 0.23702634110624865, - 0.012519062509040509, - 0.22545203370771005, - 0.26563096756755694, - 0.16492213682996523 - ], - "resistance": [ - 97148.82353331106, - 96964.11875414012, - 96628.30033919119, - 96335.64613905022, - 96237.941235716, - 96317.8488757282, - 96598.7253456754, - 96938.21418028804 - ], - "fuel": [ - 39.2188038731105, - 39.12336711271544, - 38.950175321425405, - 38.79958682831096, - 38.74938263747382, - 38.79043932707958, - 38.93494270167837, - 39.10999239785936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 18.28125, -37.34375 18.4375, -37.1875 18.4375, -37.1875 18.28125, -37.34375 18.28125))", @@ -109685,68 +82380,7 @@ "id": "2349", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.996102073846477, - 4.996102073846477, - 4.996102073846477, - 4.996102073846477, - 4.996102073846477, - 4.996102073846477, - 4.996102073846477, - 4.996102073846477 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 516.7490553595379, - 410.34564043285593, - 74.16438236977956, - -256.6501431093393, - -411.9780289221141, - -365.66802541621246, - -106.97912889877193, - 251.21916451501863 - ], - "relative wind speed": [ - 1.780858777643809, - 1.7346061375708364, - 1.5183231776007977, - 1.213643421615822, - 0.9996637631525624, - 1.0779272576444698, - 1.3658258870117959, - 1.6425149224405795 - ], - "relative wind angle": [ - 0.04450456726999808, - 0.12755508366867577, - 0.2606521636578235, - 0.2776940695687893, - 0.0793400503338108, - 0.20616348243007937, - 0.29055570301409317, - 0.2039707353616145 - ], - "resistance": [ - 97151.24905535956, - 97044.84564043288, - 96708.6643823698, - 96377.84985689068, - 96222.5219710779, - 96268.83197458381, - 96527.52087110124, - 96885.71916451503 - ], - "fuel": [ - 39.208874292222845, - 39.153879301014925, - 38.980399622417686, - 38.81009986791891, - 38.730279236225556, - 38.754067847703126, - 38.887098451529376, - 39.071712816768795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 18.125, -37.5 18.28125, -37.34375 18.28125, -37.34375 18.125, -37.5 18.125))", @@ -109765,68 +82399,7 @@ "id": "2350", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.952496853382414, - 4.952496853382414, - 4.952496853382414, - 4.952496853382414, - 4.952496853382414, - 4.952496853382414, - 4.952496853382414, - 4.952496853382414 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 406.58230874070387, - 340.07576926015736, - 69.84481895171416, - -207.4722057255982, - -345.56900490086576, - -316.7314377092479, - -111.98204141549456, - 182.07925571600367 - ], - "relative wind speed": [ - 1.697289583753619, - 1.6667356936154611, - 1.4900069174356338, - 1.2385204664020453, - 1.058963784652871, - 1.106430456898694, - 1.3349440491342046, - 1.5710707439921747 - ], - "relative wind angle": [ - 0.0469180638986269, - 0.10204828478205022, - 0.21626278605146115, - 0.23001256564063988, - 0.07524288562560703, - 0.15406847775586946, - 0.2418570257730547, - 0.18071290464399237 - ], - "resistance": [ - 97041.0823087407, - 96974.57576926016, - 96704.34481895171, - 96427.0277942744, - 96288.93099509913, - 96317.76856229076, - 96522.5179585845, - 96816.579255716 - ], - "fuel": [ - 39.140743383206924, - 39.10639156356713, - 38.966981736245174, - 38.82419877403841, - 38.75320323695511, - 38.76802276244946, - 38.873331748041394, - 39.024849526621544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 18.125, -37.34375 18.28125, -37.1875 18.28125, -37.1875 18.125, -37.34375 18.125))", @@ -109845,68 +82418,7 @@ "id": "2351", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.58584268278141, - 5.58584268278141, - 5.58584268278141, - 5.58584268278141, - 5.58584268278141, - 5.58584268278141, - 5.58584268278141, - 5.58584268278141 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 494.03448253434954, - 414.8839362535589, - 85.16963472957309, - -254.68401757221852, - -424.5517739274528, - -390.26919489776765, - -140.57553670420555, - 219.12652571237118 - ], - "relative wind speed": [ - 1.8997536699331274, - 1.867207499870142, - 1.675261686812322, - 1.402672525736061, - 1.2086814690330374, - 1.2583763556412448, - 1.5044843570828446, - 1.7613871481174903 - ], - "relative wind angle": [ - 0.0460715127595296, - 0.0980960164702924, - 0.20810148790381316, - 0.22036666031731347, - 0.07245098004738544, - 0.14584020942321052, - 0.23213384006349697, - 0.17496237994614394 - ], - "resistance": [ - 97128.53448253435, - 97049.38393625357, - 96719.66963472958, - 96379.81598242778, - 96209.94822607255, - 96244.23080510223, - 96493.9244632958, - 96853.62652571237 - ], - "fuel": [ - 39.36079501238441, - 39.319888441918565, - 39.14973637308171, - 38.974775171578614, - 38.88748607461721, - 38.90509404445923, - 39.0334718162612, - 39.21881725834315 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 18.28125, -37.1875 18.4375, -37.03125 18.4375, -37.03125 18.28125, -37.1875 18.28125))", @@ -109925,68 +82437,7 @@ "id": "2352", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.76963108837609, - 4.76963108837609, - 4.76963108837609, - 4.76963108837609, - 4.76963108837609, - 4.76963108837609, - 4.76963108837609, - 4.76963108837609 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 513.3923656275288, - 345.38864771072963, - 14.445289833495508, - -280.1792808004925, - -388.36535664642093, - -315.4698643444876, - -44.18025176416518, - 293.7087149011181 - ], - "relative wind speed": [ - 1.7205475406523758, - 1.6443344466023633, - 1.4084765772785057, - 1.1054315206685894, - 0.9298503526128418, - 1.0588058110985525, - 1.3568711247413987, - 1.6133588165722756 - ], - "relative wind angle": [ - 0.015651420619595825, - 0.15913992898691862, - 0.28458167896355896, - 0.2735729048210757, - 0.028963455245394402, - 0.24865835856657026, - 0.2957254481442402, - 0.18618954035048985 - ], - "resistance": [ - 97147.89236562753, - 96979.88864771073, - 96648.9452898335, - 96354.3207191995, - 96246.13464335358, - 96319.03013565551, - 96590.31974823584, - 96928.20871490112 - ], - "fuel": [ - 39.15037744341467, - 39.06356546516269, - 38.892865467744215, - 38.74124154521089, - 38.685646353909895, - 38.72310146079887, - 38.86266900921605, - 39.03688219575553 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 18.28125, -37.03125 18.4375, -36.875 18.4375, -36.875 18.28125, -37.03125 18.28125))", @@ -110005,68 +82456,7 @@ "id": "2353", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.255344730162567, - 4.255344730162567, - 4.255344730162567, - 4.255344730162567, - 4.255344730162567, - 4.255344730162567, - 4.255344730162567, - 4.255344730162567 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 370.86987913875055, - 345.53029606631617, - 105.03983501544144, - -156.1483740348158, - -303.0817076428889, - -292.0232695832416, - -120.77448318400195, - 146.9966054183867 - ], - "relative wind speed": [ - 1.5222144362575294, - 1.5094920018182156, - 1.3407576411103923, - 1.0752008493037601, - 0.8542066511096021, - 0.876492834652711, - 1.1176648605708266, - 1.3750450634096256 - ], - "relative wind angle": [ - 0.07627721605464229, - 0.10312214644090263, - 0.2531099100412273, - 0.301644031296796, - 0.13621671114377124, - 0.17822390978899974, - 0.30511258273171965, - 0.23444835466245934 - ], - "resistance": [ - 97005.36987913877, - 96980.03029606634, - 96739.53983501547, - 96478.35162596521, - 96331.41829235714, - 96342.47673041679, - 96513.72551681603, - 96781.49660541842 - ], - "fuel": [ - 38.9603765767757, - 38.947289654462494, - 38.82320450206771, - 38.688683782973406, - 38.61311973986571, - 38.61880401523989, - 38.7068876656904, - 38.84483731503495 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 18.125, -37.1875 18.28125, -37.03125 18.28125, -37.03125 18.125, -37.1875 18.125))", @@ -110085,68 +82475,7 @@ "id": "2354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.28776197774471, - 5.28776197774471, - 5.28776197774471, - 5.28776197774471, - 5.28776197774471, - 5.28776197774471, - 5.28776197774471, - 5.28776197774471 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 474.26800075263816, - 363.45484616602596, - 48.25279095084602, - -258.34017504759936, - -394.81437678279485, - -346.82688379397507, - -98.97733656076002, - 235.46397778661265 - ], - "relative wind speed": [ - 1.8148356412496562, - 1.7669842880440352, - 1.5676544190470352, - 1.2995835163750515, - 1.1254391386079612, - 1.1991697900073175, - 1.450069405891657, - 1.6944982571330476 - ], - "relative wind angle": [ - 0.03328469806484579, - 0.11414266978903048, - 0.22189458466025547, - 0.22240914079315943, - 0.05368937888243724, - 0.1686229337620532, - 0.24022803434793197, - 0.1699898308691789 - ], - "resistance": [ - 97108.76800075267, - 96997.95484616606, - 96682.75279095088, - 96376.15982495242, - 96239.68562321723, - 96287.67311620606, - 96535.52266343927, - 96869.96397778664 - ], - "fuel": [ - 39.2649903065941, - 39.207734551275394, - 39.045123469012054, - 38.887308457055845, - 38.8171725171214, - 38.84182603919107, - 38.96929489248319, - 39.14166015492811 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 18.125, -37.03125 18.28125, -36.875 18.28125, -36.875 18.125, -37.03125 18.125))", @@ -110165,68 +82494,7 @@ "id": "2355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.953841303002289, - 4.953841303002289, - 4.953841303002289, - 4.953841303002289, - 4.953841303002289, - 4.953841303002289, - 4.953841303002289, - 4.953841303002289 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 427.56458705419027, - 447.4853597902163, - 167.59233763894701, - -163.13964118883666, - -370.17565461111474, - -378.85262569145, - -191.28187367669057, - 134.34616467525768 - ], - "relative wind speed": [ - 1.7256073804323482, - 1.734427633400556, - 1.5712972998229342, - 1.294535570068038, - 1.0456571227709484, - 1.0309609276305063, - 1.2657584466924816, - 1.5476748068095014 - ], - "relative wind angle": [ - 0.09138966971749019, - 0.07543476440704665, - 0.21963119986044, - 0.27652524067279693, - 0.15118222235065262, - 0.12712881806230256, - 0.2738716579739566, - 0.23039285751062868 - ], - "resistance": [ - 97062.0645870542, - 97081.98535979023, - 96802.09233763895, - 96471.36035881117, - 96264.3243453889, - 96255.64737430857, - 96443.21812632332, - 96768.84616467527 - ], - "fuel": [ - 39.15192771267564, - 39.16222190743083, - 39.01772066512608, - 38.84734837504214, - 38.74090360324761, - 38.73644593809345, - 38.832870059312356, - 39.00057592917695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 18.59375, -36.875 18.75, -36.71875 18.75, -36.71875 18.59375, -36.875 18.59375))", @@ -110258,33 +82526,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 319.49236388966347, + 319.4923638896628, 443.53482492910996, - 241.15073329031043, + 241.1507332903101, -51.19483619353923, - -275.82049914547173, + -275.8204991454718, -329.7968513063645, -222.70371497101598, 37.073733416749064 ], "relative wind speed": [ - 1.4950022300606933, + 1.495002230060693, 1.5565296125901578, - 1.4430556645116634, + 1.4430556645116632, 1.1888205281226762, - 0.8985526999868725, + 0.8985526999868726, 0.7871748139200577, 0.9798055785006258, 1.2763754833332805 ], "relative wind angle": [ - 0.16099931858922775, - 0.02961299066860966, + 0.1609993185892291, + 0.029612990668609663, 0.2128443349869731, 0.32980645577755835, - 0.2699810666395922, + 0.26998106663959304, 0.05858054565838549, - 0.31636620952316485, + 0.3163662095231648, 0.30641676239473636 ], "resistance": [ @@ -110338,19 +82606,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 312.30384982405167, + 312.3038498240511, 509.6518003437445, - 318.12343936319326, + 318.1234393631927, -2.2152990758654596, - -272.8838842964841, + -272.88388429648404, -359.7812111551817, -276.8120022285785, -8.746106453452398 ], "relative wind speed": [ - 1.5269093235587141, + 1.526909323558714, 1.6223800398135588, - 1.530612509796415, + 1.5306125097964147, 1.2778567543897619, 0.9583168323313196, 0.7859428986348933, @@ -110358,11 +82626,11 @@ 1.2715759311816683 ], "relative wind angle": [ - 0.19647772662199783, + 0.1964777266219984, 0.0020491086763298133, 0.19286557028469642, - 0.3334264428410658, - 0.3162896735047624, + 0.3334264428410659, + 0.31628967350476234, 0.004229875489193122, 0.31313351474742884, 0.33513775097362225 @@ -110418,17 +82686,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 297.9801698022684, + 297.98016980226794, 431.35443313580174, - 241.81596199270177, + 241.81596199270143, -42.88662173004707, - -267.7524373699737, + -267.75243736997373, -325.68336531369795, -229.4644217921421, 20.719648749480143 ], "relative wind speed": [ - 1.500895473258345, + 1.5008954732583448, 1.5671081452190716, 1.4639268244106498, 1.2237855712286347, @@ -110438,14 +82706,14 @@ 1.2855569504227151 ], "relative wind angle": [ - 0.1583572517725131, + 0.15835725177251384, 0.020612355205970878, - 0.19409763110255343, - 0.30459650255732645, - 0.25249325469925366, - 0.038768125160613585, - 0.2851998716151557, - 0.2895255952744286 + 0.1940976311025546, + 0.3045965025573265, + 0.25249325469925404, + 0.03876812516061359, + 0.28519987161515575, + 0.28952559527442867 ], "resistance": [ 96932.48016980226, @@ -110498,9 +82766,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 336.7548884770341, + 336.7548884770332, 519.9315384040451, - 309.03839337317254, + 309.0383933731721, -23.948443533076556, -296.5954748900838, -376.0512311259617, @@ -110510,7 +82778,7 @@ "relative wind speed": [ 1.5804049302195224, 1.6658921877899655, - 1.5632321394875524, + 1.5632321394875521, 1.30282883590791, 0.986606586996272, 0.8341915365352055, @@ -110518,14 +82786,14 @@ 1.3318067897759964 ], "relative wind angle": [ - 0.18021770022160669, - 0.009166411665766067, - 0.19628519554591922, - 0.3249032313261997, + 0.18021770022160916, + 0.009166411665766068, + 0.19628519554591978, + 0.32490323132619975, 0.2912222973799145, - 0.018306218636574067, + 0.01830621863657407, 0.30551382912327635, - 0.31758309887077996 + 0.31758309887078 ], "resistance": [ 96971.25488847705, @@ -110578,9 +82846,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 439.3835770410226, + 439.3835770410219, 725.422374438816, - 448.92957663091306, + 448.9295766309126, -25.469398565116535, -431.3491909517239, -557.3813159013025, @@ -110588,7 +82856,7 @@ -36.37917718744143 ], "relative wind speed": [ - 2.01064514229219, + 2.0106451422921894, 2.118316972422424, 2.015285428714496, 1.7362318411471975, @@ -110600,12 +82868,12 @@ "relative wind angle": [ 0.15807475590649422, 0.0018618848209148516, - 0.1549058526933386, + 0.1549058526933393, 0.2584016429212395, - 0.22805691401206848, - 0.00320400140849695, + 0.2280569140120685, + 0.0032040014084969495, 0.22506232103547016, - 0.25956772408233125 + 0.2595677240823312 ], "resistance": [ 97073.88357704102, @@ -110658,7 +82926,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 454.0799989969664, + 454.07999899696574, 728.018066660092, 436.7054415022683, -45.90091606320948, @@ -110678,10 +82946,10 @@ 1.7984520387302971 ], "relative wind angle": [ - 0.14579310823111796, - 0.0031874562057838235, + 0.1457931082311187, + 0.003187456205783824, 0.15117578164148432, - 0.2447332761263967, + 0.24473327612639673, 0.20769500886610842, 0.005298198783127463, 0.21283363400240493, @@ -110738,34 +83006,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 454.4276190105094, + 454.4276190105087, 638.0797129364911, 347.26988168234004, -79.51230859681664, -410.52790837637076, -490.324944746106, - -337.3113082974078, + -337.3113082974079, 42.12053302325296 ], "relative wind speed": [ - 1.858412998548737, + 1.8584129985487368, 1.9323476183534891, - 1.80123058580125, + 1.8012305858012503, 1.5072674478034704, - 1.177268035869255, + 1.1772680358692553, 1.0515187032563706, - 1.2630230711386254, + 1.2630230711386257, 1.6024368138077623 ], "relative wind angle": [ - 0.14934885892503522, + 0.14934885892503594, 0.02568222974785726, - 0.19368640441294088, + 0.19368640441294147, 0.29670543842943486, - 0.23709903779036673, - 0.04720788684313459, - 0.27806708007743525, - 0.2785971402092492 + 0.23709903779036767, + 0.047207886843134594, + 0.2780670800774357, + 0.27859714020924914 ], "resistance": [ 97088.92761901052, @@ -110818,9 +83086,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 452.9988788115638, + 452.9988788115629, 775.827711659628, - 500.99749883854633, + 500.99749883854565, -10.954241832880598, -460.8817404718701, -612.7217794960958, @@ -110832,20 +83100,20 @@ 2.2480540267357023, 2.1515129696885484, 1.8733842921183406, - 1.5333562010770414, + 1.5333562010770412, 1.3536666230838745, 1.5023821667058848, - 1.8375504149868023 + 1.8375504149868025 ], "relative wind angle": [ - 0.15524976714712818, + 0.15524976714712962, 0.008212200618659272, - 0.1413841084632646, - 0.24104997344317633, - 0.21643401312404914, + 0.14138410846326538, + 0.2410499734431763, + 0.21643401312404864, 0.013638391592510134, 0.2031930747973105, - 0.2458467218088056 + 0.24584672180880604 ], "resistance": [ 97087.49887881159, @@ -110898,11 +83166,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 334.5522698807242, + 334.55226988072377, 454.8679786700742, - 242.38089184648595, + 242.38089184648584, -59.6085931781638, - -288.6492437126465, + -288.64924371264664, -341.0287008512443, -226.10163417276476, 44.325617836746005 @@ -110910,7 +83178,7 @@ "relative wind speed": [ 1.5259791086870758, 1.5845555392639283, - 1.4659475873692802, + 1.46594758736928, 1.2062819520656352, 0.9141262648098202, 0.8083457250165654, @@ -110918,11 +83186,11 @@ 1.307334280237949 ], "relative wind angle": [ - 0.15604980725623627, + 0.15604980725623768, 0.03353850869093035, 0.21468557063246385, 0.32793813638599056, - 0.26244517639100945, + 0.26244517639100984, 0.06577878987468368, 0.3151440131145466, 0.30175375355241596 @@ -110978,9 +83246,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 349.0226005806419, + 349.02260058064167, 562.4285392337038, - 345.57557363704655, + 345.5755736370463, -9.499560148800356, -307.1281703003282, -399.5601833278287, @@ -110988,7 +83256,7 @@ -5.624986689027764 ], "relative wind speed": [ - 1.618379997754222, + 1.6183799977542217, 1.7152646846547817, 1.6163055071887715, 1.3502640799400185, @@ -110998,9 +83266,9 @@ 1.3537735843116665 ], "relative wind angle": [ - 0.19049082200916612, + 0.19049082200916673, 0.0010805314258657715, - 0.1923901970216058, + 0.1923901970216064, 0.3281693484794519, 0.30568208937273567, 0.0021937427189719512, @@ -111058,34 +83326,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 363.908549300667, + 363.9085493006661, 550.4101095085679, - 319.60633160845316, + 319.60633160845293, -40.472426533436305, - -332.49929039666875, + -332.4992903966687, -413.3905161466782, -302.26662337862956, 9.75051873933603 ], "relative wind speed": [ - 1.6911112328811944, + 1.691111232881194, 1.7732495251359923, 1.6653441876664499, 1.4014567737265888, 1.0911528593965645, 0.9518707297481254, 1.13008871384145, - 1.4444343792371157 + 1.4444343792371155 ], "relative wind angle": [ - 0.16308499754942818, + 0.1630849975494282, 0.012657600873977238, - 0.18498836941682628, + 0.18498836941682686, 0.29745548237967573, - 0.2543708609799435, + 0.25437086097994305, 0.02358152743278511, 0.2744880256639412, - 0.2883469912374127 + 0.2883469912374123 ], "resistance": [ 96998.4085493007, @@ -111138,9 +83406,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 387.88049563305105, + 387.88049563305015, 619.441587503862, - 377.2071990763046, + 377.2071990763035, -17.090354220654604, -346.28131617889113, -446.6064344289273, @@ -111150,7 +83418,7 @@ "relative wind speed": [ 1.7230434631817713, 1.8221603652669984, - 1.7169980732796135, + 1.716998073279613, 1.4388683940694678, 1.096000125467719, 0.9218604310245271, @@ -111158,11 +83426,11 @@ 1.4490523784827927 ], "relative wind angle": [ - 0.18356512458923827, + 0.1835651245892401, 0.0029410563754640327, - 0.1887107280035888, + 0.1887107280035894, 0.3181949877576779, - 0.29106060366657927, + 0.2910606036665793, 0.005813351607577598, 0.2956607556519015, 0.31588092314710603 @@ -111218,9 +83486,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 403.3071576391445, + 403.3071576391434, 645.8581675781448, - 394.0855566375768, + 394.0855566375766, -16.73967735788483, -360.2554534096231, -465.332063652147, @@ -111228,9 +83496,9 @@ -6.346999471881645 ], "relative wind speed": [ - 1.7584880268226721, + 1.7584880268226717, 1.8602044448277009, - 1.7533717017607802, + 1.75337170176078, 1.4697881530066117, 1.119680587467505, 0.9410654503665173, @@ -111238,14 +83506,14 @@ 1.4784070967469292 ], "relative wind angle": [ - 0.18401178889885803, - 0.0024381905438326883, - 0.1882776161836436, + 0.18401178889885864, + 0.0024381905438326888, + 0.18827761618364358, 0.3180123674417851, 0.29147699583189063, - 0.004819586087569552, + 0.004819586087569553, 0.2952905351153594, - 0.31609386163288 + 0.31609386163288006 ], "resistance": [ 97037.80715763917, @@ -111285,68 +83553,7 @@ "id": "2369", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.260090092400675, - 6.260090092400675, - 6.260090092400675, - 6.260090092400675, - 6.260090092400675, - 6.260090092400675, - 6.260090092400675, - 6.260090092400675 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 398.591176600316, - 755.0696378138823, - 549.6647599820471, - 54.036673679469914, - -411.13290616817926, - -604.1633763855023, - -515.0717630785182, - -118.72684742801835 - ], - "relative wind speed": [ - 2.050958485705897, - 2.1949980853450057, - 2.121819530379083, - 1.8557436048658025, - 1.5043180512452552, - 1.2850630002934118, - 1.402599511583129, - 1.739430706406847 - ], - "relative wind angle": [ - 0.1786348664582935, - 0.027392367898017324, - 0.13206613424698616, - 0.24785438495611545, - 0.244688531310466, - 0.04679975009311198, - 0.2005479049717309, - 0.2648131402367229 - ], - "resistance": [ - 97033.09117660033, - 97389.5696378139, - 97184.16475998206, - 96688.53667367948, - 96223.36709383184, - 96030.33662361451, - 96119.42823692149, - 96515.773152572 - ], - "fuel": [ - 39.526659736976555, - 39.711057190475216, - 39.60474861480212, - 39.348879649365216, - 39.10956647822495, - 39.01049556499429, - 39.05620369509997, - 39.259904986434876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 18.125, -36.5625 18.28125, -36.40625 18.28125, -36.40625 18.125, -36.5625 18.125))", @@ -111378,9 +83585,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 296.2204612032174, + 296.2204612032158, 636.0546939265939, - 523.7126385576021, + 523.7126385576018, 109.20478375017274, -308.1193166027874, -513.014339300663, @@ -111388,24 +83595,24 @@ -149.99975966747718 ], "relative wind speed": [ - 1.8302481965870987, + 1.830248196587098, 1.9915500960655421, 1.9479557864366694, - 1.713240009224352, + 1.7132400092243523, 1.3753692218579001, 1.1292374295982486, 1.2028787185881322, 1.5186367664248326 ], "relative wind angle": [ - 0.2074578185594644, + 0.20745781855946602, 0.05073331319693443, - 0.12049615400227105, - 0.2549884543756323, - 0.277648306995522, + 0.12049615400227198, + 0.25498845437563317, + 0.27764830699552157, 0.08955576668616116, 0.1959118435887283, - 0.2885436491122495 + 0.28854364911224956 ], "resistance": [ 96930.72046120321, @@ -111458,9 +83665,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 249.59609997306802, + 249.59609997306734, 710.6502061813462, - 698.9845632119, + 698.9845632118991, 230.0179825954035, -303.0543247447465, -618.4617326259689, @@ -111468,9 +83675,9 @@ -286.43827021744073 ], "relative wind speed": [ - 2.0440156600360817, + 2.0440156600360813, 2.2530905225980953, - 2.249103203934248, + 2.2491032039342476, 2.0333865413532037, 1.687055364440847, 1.3956141723771716, @@ -111480,11 +83687,11 @@ "relative wind angle": [ 0.2098592352063722, 0.07616230088443425, - 0.08162024717648095, + 0.08162024717648093, 0.21345955549310222, - 0.25516044509259866, - 0.12314921944095963, - 0.13116361410960425, + 0.2551604450925987, + 0.12314921944095965, + 0.13116361410960428, 0.2562023083390388 ], "resistance": [ @@ -111525,68 +83732,7 @@ "id": "2372", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.826588877313111, - 4.826588877313111, - 4.826588877313111, - 4.826588877313111, - 4.826588877313111, - 4.826588877313111, - 4.826588877313111, - 4.826588877313111 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 436.09365896574695, - 335.5573849144689, - 48.62907219203328, - -229.89700762189125, - -354.9504682416288, - -311.3116155692221, - -86.72013489827043, - 217.32522039494802 - ], - "relative wind speed": [ - 1.6861201866337463, - 1.6396142963341367, - 1.4434225563090228, - 1.1758931510712007, - 0.9982932618171956, - 1.072965833388998, - 1.3251875506137838, - 1.5674393186427589 - ], - "relative wind angle": [ - 0.036208964651213295, - 0.12246378235486739, - 0.24084844713332265, - 0.24622231001060307, - 0.0611818448084082, - 0.18777271721864108, - 0.26282372012055216, - 0.1838898760973248 - ], - "resistance": [ - 97070.59365896578, - 96970.0573849145, - 96683.12907219207, - 96404.60299237813, - 96279.5495317584, - 96323.1883844308, - 96547.77986510177, - 96851.82522039498 - ], - "fuel": [ - 39.124379622305234, - 39.07244615990692, - 38.924436044491934, - 38.78105318753805, - 38.71677062842288, - 38.73919616140283, - 38.85472336900385, - 39.01141975336962 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.96875, -37.34375 18.125, -37.1875 18.125, -37.1875 17.96875, -37.34375 17.96875))", @@ -111618,9 +83764,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 444.6708091923365, + 444.6708091923349, 377.22560309548203, - 80.19713895088876, + 80.1971389508883, -228.04496029861036, -383.9246355616658, -354.71642981671073, @@ -111628,7 +83774,7 @@ 194.406372187844 ], "relative wind speed": [ - 1.8108683391087572, + 1.810868339108757, 1.7817771235974316, 1.60117591231012, 1.3432211836131165, @@ -111638,12 +83784,12 @@ 1.678119316564076 ], "relative wind angle": [ - 0.04727005768848329, + 0.04727005768848564, 0.09595260912395984, - 0.20565897467251432, - 0.21892043025802993, - 0.07395700872251387, - 0.14245895641266365, + 0.2056589746725154, + 0.2189204302580299, + 0.07395700872251389, + 0.14245895641266368, 0.2300311948582033, 0.17472230649961365 ], @@ -111685,68 +83831,7 @@ "id": "2374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.389075072036232, - 4.389075072036232, - 4.389075072036232, - 4.389075072036232, - 4.389075072036232, - 4.389075072036232, - 4.389075072036232, - 4.389075072036232 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 460.93834730834874, - 353.66659164763007, - 58.63409778931407, - -223.55255433998218, - -350.7030905441286, - -303.96155178943445, - -74.97156289916245, - 235.3308331986517 - ], - "relative wind speed": [ - 1.6096814565874586, - 1.5583724075257144, - 1.343656516467812, - 1.0424728347520107, - 0.8327773175766504, - 0.9252393700087514, - 1.2162152844399168, - 1.4825123409792547 - ], - "relative wind angle": [ - 0.041570234985942804, - 0.14672624910906867, - 0.29379288659614167, - 0.3144592255813558, - 0.08041491527071627, - 0.24880294329938693, - 0.3256543645999819, - 0.21924742220199056 - ], - "resistance": [ - 97095.43834730836, - 96988.16659164765, - 96693.13409778933, - 96410.94744566003, - 96283.79690945588, - 96330.53844821057, - 96559.52843710085, - 96869.83083319866 - ], - "fuel": [ - 39.03549080594103, - 38.98006946056269, - 38.82786342337239, - 38.68258755120408, - 38.61722450437062, - 38.641245482626175, - 38.759043367762544, - 38.9189816319797 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.8125, -37.34375 17.96875, -37.1875 17.96875, -37.1875 17.8125, -37.34375 17.8125))", @@ -111765,68 +83850,7 @@ "id": "2375", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.871535671181728, - 4.871535671181728, - 4.871535671181728, - 4.871535671181728, - 4.871535671181728, - 4.871535671181728, - 4.871535671181728, - 4.871535671181728 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 403.3501807985672, - 321.84195573964985, - 54.058044641447964, - -212.72494999562423, - -338.0826543756472, - -302.75272603823936, - -95.73018586957915, - 191.57774883247066 - ], - "relative wind speed": [ - 1.6744684211605132, - 1.6364297546596043, - 1.4555134776376866, - 1.2055599571466205, - 1.0354231264034321, - 1.0945515987012886, - 1.325679471278743, - 1.5564609644573415 - ], - "relative wind angle": [ - 0.03985050649455191, - 0.10963795001542262, - 0.22161770508032588, - 0.22877192123705228, - 0.06447315343968875, - 0.16432662523191677, - 0.24374184231145954, - 0.17657021270859188 - ], - "resistance": [ - 97037.8501807986, - 96956.34195573968, - 96688.55804464148, - 96421.7750500044, - 96296.41734562439, - 96331.7472739618, - 96538.76981413044, - 96826.0777488325 - ], - "fuel": [ - 39.11862646749191, - 39.07652926364199, - 38.9383987925199, - 38.801049957778815, - 38.73660306585853, - 38.75476040411293, - 38.86125018224941, - 39.00930199361332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 17.65625, -37.5 17.8125, -37.34375 17.8125, -37.34375 17.65625, -37.5 17.65625))", @@ -111845,68 +83869,7 @@ "id": "2376", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4238737865614475, - 4.4238737865614475, - 4.4238737865614475, - 4.4238737865614475, - 4.4238737865614475, - 4.4238737865614475, - 4.4238737865614475, - 4.4238737865614475 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 399.3087248330364, - 395.67271543740594, - 137.38038854855256, - -154.52478186044948, - -328.6892996542285, - -327.1015518505316, - -149.46531622221715, - 143.38819328853765 - ], - "relative wind speed": [ - 1.5850935289516086, - 1.583349753440017, - 1.4145588288566937, - 1.1361697604980208, - 0.8903232948052362, - 0.8934207424716265, - 1.1420246864672823, - 1.4192657750143154 - ], - "relative wind angle": [ - 0.08954595956702549, - 0.09308691718392942, - 0.24994198664229042, - 0.310962701454673, - 0.15989123235457017, - 0.1654878762139399, - 0.311382675565888, - 0.24746139209001747 - ], - "resistance": [ - 97033.80872483304, - 97030.17271543741, - 96771.88038854855, - 96479.97521813955, - 96305.81070034577, - 96307.39844814947, - 96485.03468377778, - 96777.88819328854 - ], - "fuel": [ - 39.01127458770148, - 39.00939619677854, - 38.87608623034946, - 38.725726796433975, - 38.636166225770594, - 38.63698218307497, - 38.72833021109745, - 38.87918416162003 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.65625, -37.34375 17.8125, -37.1875 17.8125, -37.1875 17.65625, -37.34375 17.65625))", @@ -111925,68 +83888,7 @@ "id": "2377", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.544085178853006, - 4.544085178853006, - 4.544085178853006, - 4.544085178853006, - 4.544085178853006, - 4.544085178853006, - 4.544085178853006, - 4.544085178853006 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 337.11644238486326, - 371.3817826801354, - 150.24004557487524, - -121.19017151105504, - -298.5315526703253, - -313.44066944708146, - -169.79918038734388, - 92.8929826836843 - ], - "relative wind speed": [ - 1.5674240789146547, - 1.5841180476944066, - 1.446015514732869, - 1.2027237495706902, - 0.9765608291598485, - 0.9492414377700154, - 1.1487072853267102, - 1.4014081769525408 - ], - "relative wind angle": [ - 0.0976331424752128, - 0.06473487831765846, - 0.2073677777148808, - 0.2680584718162316, - 0.1571021925462688, - 0.10816656197963082, - 0.26216465834115366, - 0.22931375598915166 - ], - "resistance": [ - 96971.61644238488, - 97005.88178268015, - 96784.74004557489, - 96513.30982848896, - 96335.9684473297, - 96321.05933055293, - 96464.70081961267, - 96727.3929826837 - ], - "fuel": [ - 39.006122455630475, - 39.02381868528448, - 38.90968760332724, - 38.769851425169385, - 38.67863626779172, - 38.6709731284854, - 38.744837843840166, - 38.88012054140125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 17.5, -37.5 17.65625, -37.34375 17.65625, -37.34375 17.5, -37.5 17.5))", @@ -112005,52 +83907,7 @@ "id": "2378", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 27.94783100192441, - 27.94783100192441, - 27.94783100192441, - 27.94783100192441, - 27.94783100192441, - 27.94783100192441, - 27.94783100192441, - 27.94783100192441 - ], - "relative wind speed": [ - 0.3560161975086893, - 0.3560161975086893, - 0.3560161975086893, - 0.3560161975086893, - 0.3560161975086893, - 0.3560161975086893, - 0.3560161975086893, - 0.3560161975086893 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.5, -37.34375 17.65625, -37.1875 17.65625, -37.1875 17.5, -37.34375 17.5))", @@ -112069,68 +83926,7 @@ "id": "2379", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.819463266745766, - 4.819463266745766, - 4.819463266745766, - 4.819463266745766, - 4.819463266745766, - 4.819463266745766, - 4.819463266745766, - 4.819463266745766 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 440.98426232563713, - 380.6325607245225, - 91.67401232444843, - -208.72798927115855, - -364.3673949735396, - -338.09975738482314, - -123.38701535622647, - 192.45868014967766 - ], - "relative wind speed": [ - 1.6942247066579026, - 1.6667024993827906, - 1.4786513074516119, - 1.2010079657962038, - 0.9908317451557339, - 1.0364592044116212, - 1.290633648573464, - 1.5523288214655029 - ], - "relative wind angle": [ - 0.05742188628017926, - 0.10859318574741644, - 0.24084404177996468, - 0.2680976235088602, - 0.0982900075965943, - 0.1751773805518825, - 0.2767907789327557, - 0.20640881557873209 - ], - "resistance": [ - 97075.48426232564, - 97015.13256072452, - 96726.17401232445, - 96425.77201072885, - 96270.13260502646, - 96296.40024261517, - 96511.11298464377, - 96826.95868014968 - ], - "fuel": [ - 39.125149064935314, - 39.093967912573355, - 38.94486313858128, - 38.790182853650556, - 38.71017447313178, - 38.723671357730595, - 38.83409170984406, - 38.99683349670033 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 17.65625, -37.1875 17.8125, -37.03125 17.8125, -37.03125 17.65625, -37.1875 17.65625))", @@ -112149,68 +83945,7 @@ "id": "2380", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.470114442124822, - 5.470114442124822, - 5.470114442124822, - 5.470114442124822, - 5.470114442124822, - 5.470114442124822, - 5.470114442124822, - 5.470114442124822 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 303.26887838630205, - 422.93511535944504, - 221.76883173653982, - -77.54243472111455, - -309.42300371121996, - -360.9331520530999, - -252.7365670589727, - 16.980561714450005 - ], - "relative wind speed": [ - 1.767695812054014, - 1.8197996321945669, - 1.7218143532090802, - 1.5122676764260932, - 1.294441793134695, - 1.2201054620120277, - 1.3548739324565446, - 1.5853625814317334 - ], - "relative wind angle": [ - 0.1052736660375138, - 0.020472420715208384, - 0.13892368822715476, - 0.1996624090198864, - 0.1439939048215588, - 0.030537435547211982, - 0.17690227128027095, - 0.19034109697693055 - ], - "resistance": [ - 96937.7688783863, - 97057.43511535945, - 96856.26883173654, - 96556.95756527889, - 96325.07699628879, - 96273.5668479469, - 96381.76343294102, - 96651.48056171444 - ], - "fuel": [ - 39.22831943250056, - 39.29012463474227, - 39.18625680258752, - 39.03199264845395, - 38.91271124560846, - 38.88624113153318, - 38.94185276977422, - 39.08067351071905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 17.65625, -37.03125 17.8125, -36.875 17.8125, -36.875 17.65625, -37.03125 17.65625))", @@ -112242,17 +83977,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 415.9572367718456, - 464.2237077333489, - 184.10830421326227, + 415.9572367718454, + 464.22370773334865, + 184.1083042132625, -167.89240542062203, - -399.93337611534537, + -399.933376115345, -420.74834918628585, -238.48387253198166, 101.56612650916145 ], "relative wind speed": [ - 1.9582415220687674, + 1.9582415220687672, 1.9773904005059415, 1.8382306686180108, 1.5977511690020327, @@ -112263,13 +83998,13 @@ ], "relative wind angle": [ 0.07743087732566227, - 0.048976268561386406, - 0.15753091058838353, + 0.04897626856138641, + 0.1575309105883835, 0.19591649870476827, - 0.10967427830378366, + 0.10967427830378267, 0.07142963341437175, 0.1884025616254731, - 0.17483631828864127 + 0.1748363182886413 ], "resistance": [ 97050.45723677188, @@ -112322,39 +84057,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 344.76282031014875, + 344.7628203101476, 521.5310503086614, - 293.738011052767, + 293.7380110527656, -69.31898488181037, -365.0937454724416, -440.97446150462497, - -329.5564458851778, - -10.022559673316664 + -329.5564458851776, + -10.022559673316891 ], "relative wind speed": [ - 1.9779095310504708, + 1.9779095310504706, 2.046725930518635, - 1.9523939022971997, + 1.9523939022971994, 1.7324479538051034, 1.4941381917636987, 1.3983876481325972, 1.527328746334561, - 1.7729069734376077 + 1.7729069734376075 ], "relative wind angle": [ - 0.10875488493757783, + 0.10875488493757886, 0.01005758228122494, - 0.12519647935701986, + 0.12519647935702166, 0.18823981009169646, - 0.14418290145221174, + 0.14418290145221171, 0.01472089010695235, - 0.16030741809812876, - 0.18389435762858738 + 0.16030741809812807, + 0.1838943576285868 ], "resistance": [ 96979.26282031016, 97156.03105030868, - 96928.23801105279, + 96928.23801105277, 96565.1810151182, 96269.40625452757, 96193.52553849539, @@ -112364,7 +84099,7 @@ "fuel": [ 39.47871298104913, 39.5700562860592, - 39.452368020226075, + 39.45236802022607, 39.26519533475564, 39.11307230819273, 39.07409776893234, @@ -112402,9 +84137,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 293.4649282326559, + 293.46492823265453, 523.7536084388278, - 344.48077809700226, + 344.48077809700203, -17.591889467539886, -344.5411060136653, -456.7911233334262, @@ -112414,21 +84149,21 @@ "relative wind speed": [ 2.1116059389393977, 2.200498346460268, - 2.1352482029566957, + 2.1352482029566953, 1.943162141137899, - 1.7178137589064404, + 1.7178137589064406, 1.6023641218144005, 1.688336122761878, 1.9062750706287865 ], "relative wind angle": [ - 0.10660649852046106, - 0.008484698682352645, - 0.09299480519249002, + 0.10660649852046315, + 0.008484698682352644, + 0.09299480519248883, 0.1545293242292683, - 0.13117277049478238, + 0.13117277049478324, 0.01165201069764255, - 0.11771326876321327, + 0.11771326876321325, 0.15754426253726939 ], "resistance": [ @@ -112469,52 +84204,7 @@ "id": "2384", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 64.98283396447643, - 64.98283396447643, - 64.98283396447643, - 64.98283396447643, - 64.98283396447643, - 64.98283396447643, - 64.98283396447643, - 64.98283396447643 - ], - "relative wind speed": [ - 0.5428689805078436, - 0.5428689805078436, - 0.5428689805078436, - 0.5428689805078436, - 0.5428689805078436, - 0.5428689805078436, - 0.5428689805078436, - 0.5428689805078436 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 16.71875, -39.84375 16.875, -39.6875 16.875, -39.6875 16.71875, -39.84375 16.71875))", @@ -112533,52 +84223,7 @@ "id": "2385", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.94625694154819, - 58.94625694154819, - 58.94625694154819, - 58.94625694154819, - 58.94625694154819, - 58.94625694154819, - 58.94625694154819, - 58.94625694154819 - ], - "relative wind speed": [ - 0.5170396149752292, - 0.5170396149752292, - 0.5170396149752292, - 0.5170396149752292, - 0.5170396149752292, - 0.5170396149752292, - 0.5170396149752292, - 0.5170396149752292 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 16.5625, -40 16.71875, -39.84375 16.71875, -39.84375 16.5625, -40 16.5625))", @@ -112597,52 +84242,7 @@ "id": "2386", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.07612653445878, - 75.07612653445878, - 75.07612653445878, - 75.07612653445878, - 75.07612653445878, - 75.07612653445878, - 75.07612653445878, - 75.07612653445878 - ], - "relative wind speed": [ - 0.5835077544266258, - 0.5835077544266258, - 0.5835077544266258, - 0.5835077544266258, - 0.5835077544266258, - 0.5835077544266258, - 0.5835077544266258, - 0.5835077544266258 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 16.5625, -39.84375 16.71875, -39.6875 16.71875, -39.6875 16.5625, -39.84375 16.5625))", @@ -112661,52 +84261,7 @@ "id": "2387", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 66.15938861446274, - 66.15938861446274, - 66.15938861446274, - 66.15938861446274, - 66.15938861446274, - 66.15938861446274, - 66.15938861446274, - 66.15938861446274 - ], - "relative wind speed": [ - 0.5477614250295451, - 0.5477614250295451, - 0.5477614250295451, - 0.5477614250295451, - 0.5477614250295451, - 0.5477614250295451, - 0.5477614250295451, - 0.5477614250295451 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 16.40625, -40 16.5625, -39.84375 16.5625, -39.84375 16.40625, -40 16.40625))", @@ -112738,9 +84293,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 738.0591379597723, + 738.0591379597666, 512.442458968815, - 73.47206424489934, + 73.472064244899, -307.8118646742773, -458.4890240618605, -361.4580367018136, @@ -112750,7 +84305,7 @@ "relative wind speed": [ 1.7790358709757486, 1.684084442828088, - 1.3721370401008457, + 1.3721370401008455, 0.9291419967226151, 0.6123379983511736, 0.8389195693673921, @@ -112758,9 +84313,9 @@ 1.6360383871931226 ], "relative wind angle": [ - 0.02654366223508181, + 0.02654366223509436, 0.22731286421920377, - 0.439597148276263, + 0.4395971482762633, 0.501037521930961, 0.07718530893944875, 0.4694527936854969, @@ -112768,7 +84323,7 @@ 0.27629516242268976 ], "resistance": [ - 97372.55913795979, + 97372.55913795978, 97146.94245896883, 96707.97206424491, 96326.68813532573, @@ -112778,7 +84333,7 @@ 97063.91408625476 ], "fuel": [ - 39.15970835367247, + 39.159708353672464, 39.04296179928487, 38.816357004373174, 38.6201129292126, @@ -112818,9 +84373,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 632.0400885738944, + 632.0400885738931, 657.4028672690557, - 265.43657955216986, + 265.43657955216963, -181.0459167784859, -457.73401236927987, -468.7974456675407, @@ -112828,7 +84383,7 @@ 224.93961561645517 ], "relative wind speed": [ - 1.809126331510753, + 1.8091263315107529, 1.819436188785054, 1.6012035608458626, 1.2127403856329315, @@ -112838,13 +84393,13 @@ 1.5727482972088174 ], "relative wind angle": [ - 0.12705606438022035, + 0.1270560643802221, 0.10696902564245923, - 0.3201788047708094, + 0.3201788047708101, 0.44172893282685727, 0.2835701692212398, - 0.24646313024835242, - 0.44330876528327456, + 0.24646313024835245, + 0.4433087652832745, 0.33592863793151223 ], "resistance": [ @@ -112898,9 +84453,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 790.9987263065133, + 790.9987263065126, 656.9736777550366, - 167.70524298962027, + 167.70524298961982, -313.7524605574756, -554.2362223861737, -495.82351909625294, @@ -112908,9 +84463,9 @@ 382.598849715917 ], "relative wind speed": [ - 1.9683374857624223, + 1.9683374857624218, 1.9172758960730059, - 1.6327907009766818, + 1.6327907009766816, 1.1983898616975583, 0.8407049168064473, 0.9514149217547098, @@ -112919,13 +84474,13 @@ ], "relative wind angle": [ 0.06832901521578418, - 0.16020690990316927, - 0.3545969122662919, + 0.16020690990316924, + 0.35459691226629225, 0.42663427276519517, 0.16054261279977355, 0.32727840880995973, - 0.4220842540564966, - 0.2834115072601796 + 0.42208425405649636, + 0.28341150726017966 ], "resistance": [ 97425.49872630651, @@ -112978,13 +84533,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 604.0182840112601, + 604.018284011259, 562.6846701420494, - 186.67700955144164, + 186.67700955144142, -212.1843247154971, - -436.61635829091824, + -436.61635829091836, -418.5677987782697, - -157.33533073564968, + -157.33533073564956, 252.99886205991731 ], "relative wind speed": [ @@ -112998,13 +84553,13 @@ 1.5574224747872625 ], "relative wind angle": [ - 0.09601270432267092, + 0.09601270432267324, 0.13095595315008857, - 0.33040902315294896, + 0.3304090231529497, 0.42358339754731794, - 0.21547057166183706, + 0.21547057166183756, 0.27867098099876364, - 0.4219422275222836, + 0.4219422275222834, 0.30340761626118906 ], "resistance": [ @@ -113058,37 +84613,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 525.2801039446567, + 525.2801039446556, 588.2623510118367, - 258.7349873761365, + 258.73498737613625, -139.86075074399946, - -402.523988277679, + -402.52398827767905, -430.03787253516424, -224.17757365719098, 157.14822276622908 ], "relative wind speed": [ - 1.719022778226989, + 1.7190227782269887, 1.746076368046318, - 1.5614286916482238, + 1.5614286916482236, 1.216808638765449, - 0.8586774672686397, + 0.8586774672686396, 0.8022366370394085, 1.1199583678672331, 1.4871930074754574 ], "relative wind angle": [ - 0.13655829756323234, - 0.08287252770473107, - 0.2846100370284427, + 0.136558297563234, + 0.08287252770473105, + 0.28461003702844306, 0.4014636441835684, - 0.2760246583493496, - 0.1811557441058458, + 0.2760246583493488, + 0.18115574410584584, 0.4022215963650574, 0.32543547552422253 ], "resistance": [ - 97159.78010394468, + 97159.78010394466, 97222.76235101186, 96893.23498737616, 96494.63924925601, @@ -113138,9 +84693,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 527.2969138858122, + 527.2969138858108, 424.81440104362025, - 95.53188833106947, + 95.53188833106935, -224.4036624414568, -378.51766807861725, -333.81686608743377, @@ -113148,7 +84703,7 @@ 261.1862606985021 ], "relative wind speed": [ - 1.6349481804072823, + 1.6349481804072818, 1.587529718595715, 1.3542387892113925, 1.0080724053786219, @@ -113158,13 +84713,13 @@ 1.4842056694697436 ], "relative wind angle": [ - 0.05807352127748093, + 0.05807352127748284, 0.15869578436344123, - 0.338487104202941, + 0.3384871042029416, 0.39195369091098226, 0.12877583677848353, 0.30480642732410423, - 0.39206062269274206, + 0.3920606226927421, 0.26245344576788765 ], "resistance": [ @@ -113218,34 +84773,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 577.1614932680383, + 577.1614932680371, 544.8286401679642, - 177.96245303302135, + 177.962453033021, -219.45890937589263, -446.1410546164182, -432.0023737831344, -175.40663659826134, - 230.67600866450164 + 230.67600866450175 ], "relative wind speed": [ 1.8034186696929042, 1.78989935232571, - 1.573248449385133, + 1.5732484493851329, 1.2219872606674511, 0.912866490946303, 0.9390976717219269, 1.2690679434123355, - 1.610090451886477 + 1.6100904518864767 ], "relative wind angle": [ - 0.08906427683106811, + 0.08906427683107061, 0.11417994289812661, - 0.289290387143146, - 0.3602651715242091, + 0.28929038714314637, + 0.36026517152420917, 0.17663600150744888, - 0.21889578057707115, + 0.21889578057707118, 0.36146882406381825, - 0.27084825702428283 + 0.2708482570242824 ], "resistance": [ 97211.66149326805, @@ -113298,9 +84853,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 629.3005588720284, + 629.3005588720214, 406.6487262046551, - 11.504576677458772, + 11.504576677458545, -328.4562538991279, -445.46402141235416, -348.8977598945239, @@ -113308,9 +84863,9 @@ 376.32274059211954 ], "relative wind speed": [ - 1.7987830897236594, + 1.798783089723659, 1.7028992196343957, - 1.4248875065636106, + 1.4248875065636104, 1.0659802105856102, 0.8611512807386341, 1.037948158610125, @@ -113318,7 +84873,7 @@ 1.6854934953399974 ], "relative wind angle": [ - 0.008716880485067547, + 0.008716880485080283, 0.18930303209798613, 0.33529282669516847, 0.32721777410552627, @@ -113365,52 +84920,7 @@ "id": "2396", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.52163546509855, - 15.52163546509855, - 15.52163546509855, - 15.52163546509855, - 15.52163546509855, - 15.52163546509855, - 15.52163546509855, - 15.52163546509855 - ], - "relative wind speed": [ - 0.26531661200087253, - 0.26531661200087253, - 0.26531661200087253, - 0.26531661200087253, - 0.26531661200087253, - 0.26531661200087253, - 0.26531661200087253, - 0.26531661200087253 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 16.40625, -37.65625 16.5625, -37.5 16.5625, -37.5 16.40625, -37.65625 16.40625))", @@ -113429,52 +84939,7 @@ "id": "2397", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.938499345385331, - 15.938499345385331, - 15.938499345385331, - 15.938499345385331, - 15.938499345385331, - 15.938499345385331, - 15.938499345385331, - 15.938499345385331 - ], - "relative wind speed": [ - 0.2688558047415829, - 0.2688558047415829, - 0.2688558047415829, - 0.2688558047415829, - 0.2688558047415829, - 0.2688558047415829, - 0.2688558047415829, - 0.2688558047415829 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 16.25, -37.8125 16.40625, -37.65625 16.40625, -37.65625 16.25, -37.8125 16.25))", @@ -113493,52 +84958,7 @@ "id": "2398", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 13.74034911431237, - 13.74034911431237, - 13.74034911431237, - 13.74034911431237, - 13.74034911431237, - 13.74034911431237, - 13.74034911431237, - 13.74034911431237 - ], - "relative wind speed": [ - 0.24962874124373455, - 0.24962874124373455, - 0.24962874124373455, - 0.24962874124373455, - 0.24962874124373455, - 0.24962874124373455, - 0.24962874124373455, - 0.24962874124373455 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 16.25, -37.65625 16.40625, -37.5 16.40625, -37.5 16.25, -37.65625 16.25))", @@ -113557,52 +84977,7 @@ "id": "2399", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.395100171130494, - 14.395100171130494, - 14.395100171130494, - 14.395100171130494, - 14.395100171130494, - 14.395100171130494, - 14.395100171130494, - 14.395100171130494 - ], - "relative wind speed": [ - 0.25550714471978936, - 0.25550714471978936, - 0.25550714471978936, - 0.25550714471978936, - 0.25550714471978936, - 0.25550714471978936, - 0.25550714471978936, - 0.25550714471978936 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 16.09375, -40 16.25, -39.84375 16.25, -39.84375 16.09375, -40 16.09375))", @@ -113634,9 +85009,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 807.2906478081873, - 652.2539150462321, - 153.76751581802864, + 807.2906478081857, + 652.2539150462319, + 153.76751581802853, -328.2867539771506, -561.5035418117577, -493.9766597189097, @@ -113644,7 +85019,7 @@ 402.3535689792743 ], "relative wind speed": [ - 1.9797080320874028, + 1.9797080320874025, 1.9208703814707813, 1.6285509994632972, 1.1892607818701617, @@ -113654,9 +85029,9 @@ 1.7905983554502425 ], "relative wind angle": [ - 0.06161715162270043, - 0.167091644472892, - 0.36000589409585554, + 0.06161715162270223, + 0.16709164447289201, + 0.36000589409585587, 0.426398980848927, 0.14608630574560427, 0.33749588975877526, @@ -113714,19 +85089,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 700.3463661191537, + 700.3463661191528, 578.6524885499294, - 141.75420396781055, + 141.7542039678102, -288.9367631837678, - -502.69709279683997, + -502.69709279684, -449.59995282498824, - -125.89475955138391, + -125.89475955138403, 338.1176935409634 ], "relative wind speed": [ - 1.8826631000240863, + 1.882663100024086, 1.8339150057837978, - 1.5682687897569738, + 1.5682687897569734, 1.167265629676849, 0.8455492275206127, 0.9466412181571323, @@ -113734,13 +85109,13 @@ 1.702017859520903 ], "relative wind angle": [ - 0.06455050867664848, - 0.1546664015422721, - 0.33863566025018405, + 0.06455050867665021, + 0.15466640154227207, + 0.3386356602501837, 0.39972699358064306, - 0.14412399431205192, + 0.14412399431205272, 0.3030576418972249, - 0.39881371084356015, + 0.3988137108435602, 0.2701703605446975 ], "resistance": [ @@ -113794,11 +85169,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 741.2696364422142, + 741.269636442203, 482.3916095677422, - 33.37393588521513, + 33.37393588521502, -347.33992234250167, - -481.6266635546163, + -481.6266635546169, -369.80822314987125, -4.207547754501775, 448.2554207269137 @@ -113808,23 +85183,23 @@ 1.7259814102641282, 1.4102932202850558, 0.9856643317090451, - 0.7230548740976779, + 0.723054874097678, 0.9516338568291132, 1.3768412613147563, 1.7067760987421179 ], "relative wind angle": [ - 0.009946386005459728, + 0.009946386005482052, 0.22184312338287399, - 0.40470860288310984, - 0.4240478044766032, - 0.02522432533861454, - 0.4104973486221539, + 0.4047086028831104, + 0.42404780447660323, + 0.025224325338623343, + 0.41049734862215387, 0.41513946829417775, - 0.2399092158759479 + 0.23990921587594793 ], "resistance": [ - 97375.76963644224, + 97375.76963644223, 97116.89160956777, 96667.87393588525, 96287.16007765752, @@ -113834,7 +85209,7 @@ 97082.75542072694 ], "fuel": [ - 39.22828609088474, + 39.22828609088472, 39.0943412021789, 38.862608415435474, 38.666714152916356, @@ -113874,9 +85249,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 588.598931994218, + 588.5989319942155, 435.5528450866602, - 73.23254461410431, + 73.2325446141042, -259.23139407891745, -402.89904430193707, -336.37562864924837, @@ -113890,17 +85265,17 @@ 0.9729488548585763, 0.7031928516913831, 0.8493831020079903, - 1.2225330542830115, + 1.2225330542830117, 1.536552697020934 ], "relative wind angle": [ - 0.03996712990497714, + 0.0399671299049827, 0.18616015753159962, - 0.3708316969000631, + 0.3708316969000637, 0.4151589960930078, - 0.09544835783514946, + 0.09544835783514947, 0.3580294754718041, - 0.4105731786438714, + 0.41057317864387194, 0.25825411904085704 ], "resistance": [ @@ -113954,11 +85329,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 628.4168993911828, + 628.4168993911801, 462.51622206569596, - 73.0141689456857, + 73.01416894568558, -284.65544654646055, - -437.8541261533037, + -437.8541261533036, -365.6827208158287, -62.040313091834605, 340.9191601864652 @@ -113974,17 +85349,17 @@ 1.6112193187510442 ], "relative wind angle": [ - 0.03774417232559212, - 0.18120590856206006, - 0.3577049388413711, - 0.3938631296238981, - 0.08653632685195096, + 0.03774417232559801, + 0.1812059085620601, + 0.3577049388413714, + 0.39386312962389813, + 0.08653632685194969, 0.33849970706844734, - 0.39363174893126107, - 0.24889561573584024 + 0.3936317489312614, + 0.2488956157358402 ], "resistance": [ - 97262.91689939116, + 97262.91689939114, 97097.01622206566, 96707.51416894565, 96349.84455345351, @@ -113994,7 +85369,7 @@ 96975.41916018643 ], "fuel": [ - 39.153473559687455, + 39.15347355968745, 39.06767662173934, 38.866644829791376, 38.68253976583071, @@ -114034,13 +85409,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 578.3258664796292, + 578.3258664796247, 393.98521779860084, 37.23472709289547, -275.80807201905657, -394.9175642137663, -314.93542414435785, - -27.998693679066946, + -27.99869367906706, 335.20461862491095 ], "relative wind speed": [ @@ -114054,14 +85429,14 @@ 1.5472943881980101 ], "relative wind angle": [ - 0.020228743015269994, + 0.020228743015280975, 0.19808985152888164, 0.3689837109315593, 0.3870568383182765, 0.04690692469189019, 0.357649591551824, - 0.38841151169849764, - 0.23440430409739577 + 0.38841151169849797, + 0.2344043040973958 ], "resistance": [ 97212.82586647963, @@ -114114,17 +85489,17 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 640.4748452261246, + 640.4748452261168, 410.93722016308527, - 17.21876233107355, + 17.218762331073435, -316.700411017324, - -430.87248160381415, + -430.8724816038136, -331.51103122261895, - -7.475499964086566, - 388.68055012903835 + -7.475499964086453, + 388.6805501290381 ], "relative wind speed": [ - 1.7459390726890516, + 1.7459390726890511, 1.644964155738759, 1.3550534021999698, 0.9739463729661331, @@ -114134,17 +85509,17 @@ 1.6318048917268684 ], "relative wind angle": [ - 0.006996216315002336, - 0.21028624416466093, - 0.37618509958005686, + 0.0069962163150182055, + 0.2102862441646609, + 0.3761850995800572, 0.37932273533774463, - 0.016279173483520155, - 0.3691813257658781, - 0.3829212126215629, - 0.22284920332928437 + 0.016279173483513334, + 0.36918132576587803, + 0.3829212126215627, + 0.2228492033292844 ], "resistance": [ - 97274.9748452262, + 97274.97484522618, 97045.43722016316, 96651.71876233115, 96317.79958898274, @@ -114154,7 +85529,7 @@ 97023.18055012911 ], "fuel": [ - 39.151387162113316, + 39.15138716211331, 39.0326967164695, 38.829567386324236, 38.65774207793582, @@ -114194,37 +85569,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 608.0307173841238, + 608.0307173841206, 405.02610072620575, - 33.968190564275005, + 33.96819056427478, -285.8640809389608, - -403.2913086723867, + -403.29130867238655, -315.41561866537285, - -15.392566785519875, - 360.3287619876477 + -15.392566785519989, + 360.3287619876478 ], "relative wind speed": [ 1.679813680540904, 1.5876738425008898, - 1.3066897455171615, + 1.3066897455171613, 0.9264805457166307, 0.6861977551884457, 0.8785972515302439, 1.259048557251997, - 1.5602163820978978 + 1.560216382097898 ], "relative wind angle": [ - 0.015382607107912262, + 0.015382607107919478, 0.21139181816042774, - 0.39013538552028676, + 0.39013538552028704, 0.4104297754061585, - 0.03766407676456256, - 0.3888862312164521, - 0.4057460352981849, - 0.23920918075128209 + 0.03766407676455961, + 0.38888623121645216, + 0.40574603529818526, + 0.23920918075128256 ], "resistance": [ - 97242.53071738414, + 97242.53071738413, 97039.52610072622, 96668.4681905643, 96348.63591906105, @@ -114234,7 +85609,7 @@ 96994.82876198766 ], "fuel": [ - 39.08344559411863, + 39.08344559411862, 38.97848945371713, 38.78704379202969, 38.62243888646659, @@ -114274,19 +85649,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 631.6739779792581, + 631.6739779792485, 402.25523112607607, - 10.391442002151507, + 10.39144200215128, -322.1535871509957, - -433.8619453478282, + -433.8619453478291, -334.47830686908185, - -10.128800792168477, + -10.12880079216859, 383.84645362447804 ], "relative wind speed": [ - 1.7619106403554956, + 1.7619106403554954, 1.661427307843738, - 1.376281421482446, + 1.3762814214824457, 1.006559040188766, 0.7958919659088532, 0.9886518228108822, @@ -114294,13 +85669,13 @@ 1.650639883381727 ], "relative wind angle": [ - 0.0056061974371898445, + 0.005606197437209649, 0.20275941187456148, - 0.3586010969797675, + 0.35860109697976783, 0.3535862202507082, - 0.01241100699796215, + 0.012411006997971095, 0.34522335888006783, - 0.3637074314043141, + 0.3637074314043145, 0.212753161212243 ], "resistance": [ @@ -114354,9 +85729,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 604.0668343095609, + 604.0668343095234, 373.4440171606517, - 6.335826984153982, + 6.335826984153869, -296.12824034371846, -392.6492972345068, -291.5051387940558, @@ -114364,7 +85739,7 @@ 380.4507532603261 ], "relative wind speed": [ - 1.659557874077753, + 1.6595578740777526, 1.5521354754696328, 1.2608503618734208, 0.8808926483265185, @@ -114374,17 +85749,17 @@ 1.5564916166338514 ], "relative wind angle": [ - 0.002480314413702968, + 0.0024803144137924907, 0.23005631844865454, - 0.40467879702054327, + 0.40467879702054355, 0.406269651069822, 0.0061739456073639145, - 0.40969876386206644, - 0.4021234095762368, - 0.22556204660435208 + 0.4096987638620664, + 0.4021234095762369, + 0.22556204660435206 ], "resistance": [ - 97238.56683430957, + 97238.56683430953, 97007.94401716067, 96640.83582698417, 96338.3717596563, @@ -114394,7 +85769,7 @@ 97014.95075326035 ], "fuel": [ - 39.06682726300907, + 39.066827263009046, 38.94760739037067, 38.758240013229226, 38.602595155134, @@ -114434,7 +85809,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 579.8374014448207, + 579.8374014448202, 407.4281854273238, 38.26081245825469, -296.55598922409126, @@ -114444,7 +85819,7 @@ 322.1650742693939 ], "relative wind speed": [ - 1.7782506626336634, + 1.778250662633663, 1.7032411997415142, 1.4506714209369145, 1.1131279826146327, @@ -114454,11 +85829,11 @@ 1.6537554151395353 ], "relative wind angle": [ - 0.024672691806669898, + 0.024672691806669894, 0.16473961538228823, - 0.30736164495995966, + 0.30736164495996, 0.3116944877317907, - 0.048709824792048745, + 0.04870982479204875, 0.2730436359993154, 0.32677713727344687, 0.20791282337833586 @@ -114514,9 +85889,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 547.0390179443283, + 547.0390179443187, 330.24252328549755, - -7.254645428861409, + -7.254645428861522, -281.4308047255506, -364.7569990399767, -265.34535767372853, @@ -114524,7 +85899,7 @@ 354.4910631556114 ], "relative wind speed": [ - 1.6022741542828793, + 1.6022741542828791, 1.4946227560312462, 1.214895014979476, 0.8587689641100025, @@ -114534,17 +85909,17 @@ 1.5102427514338719 ], "relative wind angle": [ - 0.009110419367814789, - 0.2290793372384097, - 0.39311547611275977, + 0.00911041936783916, + 0.22907933723840973, + 0.39311547611276004, 0.38027827598310177, - 0.02173693695522732, + 0.021736936955227323, 0.39327025683481276, 0.38411034718893433, - 0.2126626944354471 + 0.21266269443544714 ], "resistance": [ - 97181.53901794433, + 97181.53901794432, 96964.7425232855, 96627.24535457113, 96353.06919527445, @@ -114594,37 +85969,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 625.5217227022263, + 625.5217227021869, 386.8462306996237, - 6.934843347777246, + 6.934843347776905, -306.06525493041784, - -406.03494705267485, - -301.4208682652413, + -406.03494705267616, + -301.4208682652414, 14.698205147128192, 393.8879794540171 ], "relative wind speed": [ - 1.6873172448980374, + 1.6873172448980371, 1.5780307452800735, - 1.2815054775585522, - 0.894409340294129, + 1.281505477558552, + 0.8944093402941289, 0.6758086907302325, - 0.901984389192867, + 0.9019843891928669, 1.2889920800316197, 1.5823365013142543 ], "relative wind angle": [ - 0.002413192351923493, + 0.002413192352015506, 0.23048721225336766, 0.4056969372519645, - 0.4078380530626353, - 0.006025139674516878, - 0.4111664754550016, + 0.4078380530626351, + 0.006025139674535305, + 0.41116647545500135, 0.40320354437008427, - 0.22611286931534902 + 0.226112869315349 ], "resistance": [ - 97260.02172270224, + 97260.02172270221, 97021.34623069964, 96641.43484334779, 96328.4347450696, @@ -114634,7 +86009,7 @@ 97028.38797945403 ], "fuel": [ - 39.09166047915123, + 39.091660479151216, 38.9682623182489, 38.772280703025814, 38.61121955109175, @@ -114674,9 +86049,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 636.4486483291444, + 636.448648329141, 451.4119921358698, - 68.10829188154071, + 68.10829188154037, -271.1809863350925, -409.49707286535477, -329.54629869940305, @@ -114684,24 +86059,24 @@ 361.9628780513282 ], "relative wind speed": [ - 1.6823269491241195, + 1.6823269491241193, 1.599632330608883, - 1.3157839804721139, + 1.3157839804721136, 0.9123459124512746, 0.623423643334413, 0.8124391729159869, - 1.2196694304403062, + 1.2196694304403064, 1.5448320099127517 ], "relative wind angle": [ - 0.03145897774266029, + 0.03145897774266736, 0.21255988919093582, - 0.4147089154358183, - 0.46890365721210403, + 0.41470891543581834, + 0.468903657212104, 0.08498121971130945, - 0.42834973032832674, - 0.4496778483955829, - 0.27016231259761314 + 0.4283497303283268, + 0.4496778483955834, + 0.2701623125976131 ], "resistance": [ 97270.94864832914, @@ -114754,34 +86129,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 549.4133761239509, + 549.4133761239489, 292.4149942316864, - -51.002766239452114, + -51.002766239452285, -300.67722316145324, -355.99590687000796, - -216.6095439591408, + -216.60954395914075, 90.14369222645638, - 421.5434899602373 + 421.5434899602372 ], "relative wind speed": [ - 1.5672564906771043, + 1.567256490677104, 1.4215566726250703, - 1.1036617009939707, + 1.1036617009939704, 0.7199116435797319, 0.5756435289487052, - 0.8756911593165532, + 0.8756911593165533, 1.252832482716315, 1.5064480095338038 ], "relative wind angle": [ - 0.052555616659428914, - 0.29266905780847263, - 0.46781647314644403, + 0.052555616659433146, + 0.2926690578084727, + 0.46781647314644426, 0.42022457734078933, 0.14351506620526966, - 0.4874245316076928, - 0.40851464278118005, - 0.19621802849515008 + 0.48742453160769306, + 0.4085146427811801, + 0.1962180284951501 ], "resistance": [ 97183.91337612396, @@ -114821,52 +86196,7 @@ "id": "2415", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 58.93854479147041, - 58.93854479147041, - 58.93854479147041, - 58.93854479147041, - 58.93854479147041, - 58.93854479147041, - 58.93854479147041, - 58.93854479147041 - ], - "relative wind speed": [ - 0.5170057907958276, - 0.5170057907958276, - 0.5170057907958276, - 0.5170057907958276, - 0.5170057907958276, - 0.5170057907958276, - 0.5170057907958276, - 0.5170057907958276 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 15.78125, -39.375 15.9375, -39.21875 15.9375, -39.21875 15.78125, -39.375 15.78125))", @@ -114885,52 +86215,7 @@ "id": "2416", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.375418349735476, - 55.375418349735476, - 55.375418349735476, - 55.375418349735476, - 55.375418349735476, - 55.375418349735476, - 55.375418349735476, - 55.375418349735476 - ], - "relative wind speed": [ - 0.5011343972686214, - 0.5011343972686214, - 0.5011343972686214, - 0.5011343972686214, - 0.5011343972686214, - 0.5011343972686214, - 0.5011343972686214, - 0.5011343972686214 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 15.78125, -39.21875 15.9375, -39.0625 15.9375, -39.0625 15.78125, -39.21875 15.78125))", @@ -114949,52 +86234,7 @@ "id": "2417", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.30866605856753, - 46.30866605856753, - 46.30866605856753, - 46.30866605856753, - 46.30866605856753, - 46.30866605856753, - 46.30866605856753, - 46.30866605856753 - ], - "relative wind speed": [ - 0.4582757097162717, - 0.4582757097162717, - 0.4582757097162717, - 0.4582757097162717, - 0.4582757097162717, - 0.4582757097162717, - 0.4582757097162717, - 0.4582757097162717 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 15.625, -39.375 15.78125, -39.21875 15.78125, -39.21875 15.625, -39.375 15.625))", @@ -115026,12 +86266,12 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 501.88507010407284, + 501.8850701040715, 201.33040604530686, - -141.1216164770903, + -141.12161647709036, -353.13563148216565, -361.18787619854197, - -165.48488147404015, + -165.4848814740402, 171.8116875113111, 483.4361268757448 ], @@ -115046,17 +86286,17 @@ 1.590262641723273 ], "relative wind angle": [ - 0.10608817061172118, + 0.10608817061172433, 0.31597792549389386, - 0.43358324119425456, + 0.43358324119425484, 0.2748551605900426, - 0.24035264531074832, - 0.43481238926772026, + 0.24035264531074788, + 0.4348123892677203, 0.3306624271176168, 0.12493191980445904 ], "resistance": [ - 97136.38507010408, + 97136.38507010406, 96835.83040604531, 96493.37838352291, 96281.36436851784, @@ -115066,7 +86306,7 @@ 97117.93612687575 ], "fuel": [ - 38.99736410483219, + 38.99736410483217, 38.84214652662573, 38.66570128357208, 38.556681732731576, @@ -115093,52 +86333,7 @@ "id": "2419", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.986524628326045, - 42.986524628326045, - 42.986524628326045, - 42.986524628326045, - 42.986524628326045, - 42.986524628326045, - 42.986524628326045, - 42.986524628326045 - ], - "relative wind speed": [ - 0.4415316807113318, - 0.4415316807113318, - 0.4415316807113318, - 0.4415316807113318, - 0.4415316807113318, - 0.4415316807113318, - 0.4415316807113318, - 0.4415316807113318 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 15.46875, -40 15.625, -39.84375 15.625, -39.84375 15.46875, -40 15.46875))", @@ -115170,17 +86365,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 380.21789433971355, + 380.21789433971264, 384.40310589471176, - 137.23293799313217, + 137.23293799313194, -146.76246401840342, - -319.27837640667866, + -319.2783764066786, -321.10435944301935, -152.622113307546, 130.28976699859925 ], "relative wind speed": [ - 1.5769576322256866, + 1.5769576322256864, 1.5789794412689793, 1.4183962743383012, 1.1509850491358735, @@ -115190,13 +86385,13 @@ 1.4129556303977358 ], "relative wind angle": [ - 0.09019237361186545, + 0.09019237361186792, 0.08611608450384473, - 0.23778038973873591, - 0.2968535471012618, - 0.1561261515047767, + 0.23778038973873686, + 0.29685354710126177, + 0.15612615150477602, 0.14980465086077432, - 0.29628965110474753, + 0.2962896511047476, 0.24059359653323661 ], "resistance": [ @@ -115250,9 +86445,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 421.76148798274426, + 421.76148798274266, 327.95050038860563, - 61.820321526150565, + 61.82032152615045, -192.84250378585227, -309.9962364807894, -269.0875567925495, @@ -115270,14 +86465,14 @@ 1.3654663739909094 ], "relative wind angle": [ - 0.0473792455418452, - 0.15658617399358493, - 0.3205997158715494, + 0.04737924554184989, + 0.15658617399358496, + 0.32059971587154973, 0.35537623507256727, 0.09891162715183961, 0.28240173846154715, 0.36104182141069274, - 0.24037662910808408 + 0.2403766291080841 ], "resistance": [ 97056.26148798272, @@ -115330,11 +86525,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 234.52228708410263, + 234.5222870841023, 380.08441282935433, - 233.61288721646753, + 233.6128872164673, -8.215248900109088, - -211.8683678081946, + -211.86836780819465, -274.89806923128447, -211.25064294055312, -7.188908502586628 @@ -115342,7 +86537,7 @@ "relative wind speed": [ 1.3557224826521368, 1.4350090015863377, - 1.3550685183518154, + 1.3550685183518152, 1.1399635548820701, 0.8738177298208, 0.7364034493970212, @@ -115350,17 +86545,17 @@ 1.1410626487876478 ], "relative wind angle": [ - 0.18290354751009483, + 0.18290354751009602, 0.0004022890477736662, - 0.18360556673667341, + 0.18360556673667283, 0.31142540613151504, - 0.28608038029587524, + 0.28608038029587557, 0.0007839295826666906, - 0.2867123216968247, - 0.311115361315042 + 0.28671232169682465, + 0.3111153613150421 ], "resistance": [ - 96869.02228708411, + 96869.0222870841, 97014.58441282935, 96868.11288721647, 96626.2847510999, @@ -115397,52 +86592,7 @@ "id": "2423", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 27.436396654018832, - 27.436396654018832, - 27.436396654018832, - 27.436396654018832, - 27.436396654018832, - 27.436396654018832, - 27.436396654018832, - 27.436396654018832 - ], - "relative wind speed": [ - 0.35274367852495164, - 0.35274367852495164, - 0.35274367852495164, - 0.35274367852495164, - 0.35274367852495164, - 0.35274367852495164, - 0.35274367852495164, - 0.35274367852495164 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 15.15625, -40 15.3125, -39.84375 15.3125, -39.84375 15.15625, -40 15.15625))", @@ -115474,11 +86624,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 219.21516897391768, + 219.21516897391746, 395.43054418417637, - 279.36768931817335, + 279.36768931817267, 28.638330618150917, - -199.00406525136657, + -199.00406525136663, -290.18674890109116, -239.70396326550411, -39.00955282554645 @@ -115486,7 +86636,7 @@ "relative wind speed": [ 1.3513366614891835, 1.4555419559790905, - 1.3939957920002324, + 1.3939957920002322, 1.1843608161663224, 0.9020459076355765, 0.7219385060733261, @@ -115494,13 +86644,13 @@ 1.1122441500393094 ], "relative wind angle": [ - 0.21360141811966224, + 0.21360141811966332, 0.02614941654880979, - 0.16766910096142104, + 0.16766910096142237, 0.3151068563980863, - 0.32315960120010445, - 0.05273978790792436, - 0.2824785127748284, + 0.3231596012001045, + 0.05273978790792435, + 0.2824785127748283, 0.33631714419498504 ], "resistance": [ @@ -115541,52 +86691,7 @@ "id": "2425", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 32.4926182824011, - 32.4926182824011, - 32.4926182824011, - 32.4926182824011, - 32.4926182824011, - 32.4926182824011, - 32.4926182824011, - 32.4926182824011 - ], - "relative wind speed": [ - 0.38387343366285953, - 0.38387343366285953, - 0.38387343366285953, - 0.38387343366285953, - 0.38387343366285953, - 0.38387343366285953, - 0.38387343366285953, - 0.38387343366285953 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 15, -40 15.15625, -39.84375 15.15625, -39.84375 15, -40 15))", @@ -115618,19 +86723,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 250.82424766279905, + 250.82424766279848, 455.124890706492, - 325.0286911989949, + 325.02869119899447, 38.07835329758075, -223.3013793024965, -329.94141312184, -273.3345083358693, - -45.12034278446481 + -45.120342784464924 ], "relative wind speed": [ 1.4288064192567766, 1.543277803659639, - 1.4784468316927284, + 1.4784468316927282, 1.2524137093702057, 0.944191189474309, 0.7424812500809447, @@ -115638,14 +86743,14 @@ 1.1680944681710654 ], "relative wind angle": [ - 0.22226671581961646, + 0.222266715819618, 0.028957975144227568, - 0.171131067436934, + 0.17113106743693463, 0.32570865356614537, 0.34010351993489873, 0.06021831778875871, 0.29555722651243815, - 0.35019196792858875 + 0.3501919679285888 ], "resistance": [ 96885.32424766284, @@ -115698,9 +86803,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 323.4589477421514, + 323.45894774215117, 459.88455454953566, - 255.97523308646385, + 255.97523308646373, -43.90242494058771, -277.5997972934835, -336.93224558942507, @@ -115708,7 +86813,7 @@ 31.97950056700313 ], "relative wind speed": [ - 1.5010411708222726, + 1.5010411708222724, 1.5682017690872998, 1.4566206159609425, 1.1992896750456958, @@ -115718,9 +86823,9 @@ 1.274400441430135 ], "relative wind angle": [ - 0.1686921976619888, - 0.025283245976505074, - 0.21311359199719435, + 0.16869219766198884, + 0.02528324597650507, + 0.21311359199719487, 0.3365526820788853, 0.283943068901587, 0.05107047354425909, @@ -115765,52 +86870,7 @@ "id": "2428", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.822743376387514, - 36.822743376387514, - 36.822743376387514, - 36.822743376387514, - 36.822743376387514, - 36.822743376387514, - 36.822743376387514, - 36.822743376387514 - ], - "relative wind speed": [ - 0.40865213641971443, - 0.40865213641971443, - 0.40865213641971443, - 0.40865213641971443, - 0.40865213641971443, - 0.40865213641971443, - 0.40865213641971443, - 0.40865213641971443 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 15.15625, -39.53125 15.3125, -39.375 15.3125, -39.375 15.15625, -39.53125 15.15625))", @@ -115829,52 +86889,7 @@ "id": "2429", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.87933310250257, - 38.87933310250257, - 38.87933310250257, - 38.87933310250257, - 38.87933310250257, - 38.87933310250257, - 38.87933310250257, - 38.87933310250257 - ], - "relative wind speed": [ - 0.41990892599919627, - 0.41990892599919627, - 0.41990892599919627, - 0.41990892599919627, - 0.41990892599919627, - 0.41990892599919627, - 0.41990892599919627, - 0.41990892599919627 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 15, -39.6875 15.15625, -39.53125 15.15625, -39.53125 15, -39.6875 15))", @@ -115906,34 +86921,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 424.20281156087674, + 424.20281156087606, 416.13920279117986, - 143.97933365678898, + 143.97933365678875, -160.1010802904446, -339.89971174522384, -336.3750171032863, - -148.99266874226674, + -148.9926687422667, 157.21731450979178 ], "relative wind speed": [ - 1.593259402261936, + 1.5932594022619357, 1.5894301843252059, - 1.4113884292253538, + 1.4113884292253536, 1.1174216742439635, 0.855333564142549, 0.8624283842736156, 1.1305103850445806, - 1.421773480824099 + 1.4217734808240987 ], "relative wind angle": [ - 0.09237094505814628, - 0.10025043405168188, - 0.26666763228780077, + 0.09237094505814748, + 0.1002504340516819, + 0.2666676322878008, 0.33456006930799714, 0.1726747901928882, - 0.1855115047451277, - 0.3352339316612304, - 0.26101847971429276 + 0.18551150474512773, + 0.3352339316612301, + 0.2610184797142923 ], "resistance": [ 97058.7028115609, @@ -115986,9 +87001,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 437.6040008116064, + 437.60400081160515, 412.13314499701823, - 135.79418332969374, + 135.7941833296934, -161.9643602527649, -331.40874313812736, -320.2710773760415, @@ -115998,7 +87013,7 @@ "relative wind speed": [ 1.545290961987561, 1.5329129744646424, - 1.3420573489064367, + 1.3420573489064365, 1.031132819822655, 0.7539329911861501, 0.7787919652367377, @@ -116006,13 +87021,13 @@ 1.3759012392915115 ], "relative wind angle": [ - 0.09181960379945607, + 0.09181960379945969, 0.11903935139512715, 0.3019785954748939, - 0.37995420141186365, + 0.3799542014118637, 0.18905698862507678, 0.23593762458357878, - 0.38047216756752195, + 0.380472167567522, 0.28165380504881765 ], "resistance": [ @@ -116066,33 +87081,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 495.19771467457326, + 495.1977146745728, 204.9511243712584, -135.00888088377786, -351.27234688176134, - -365.5656965035986, + -365.5656965035985, -178.7754938514239, - 152.2105438244937, + 152.21054382449358, 462.49228608079625 ], "relative wind speed": [ - 1.6135153484472147, + 1.6135153484472144, 1.4335820922299776, 1.109553701396655, - 0.7835837172190447, + 0.7835837172190446, 0.7518856311722967, 1.0552753985930017, - 1.391996539419219, + 1.3919965394192189, 1.5983617676068465 ], "relative wind angle": [ - 0.0935805724700979, + 0.0935805724700991, 0.29306789596832744, 0.40278102617719996, - 0.2593114656230946, - 0.20189586237776036, + 0.25931146562309376, + 0.2018958623777598, 0.4032996119730277, - 0.3177647805848562, + 0.31776478058485547, 0.12603883346861197 ], "resistance": [ @@ -116146,32 +87161,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 405.1266719334611, + 405.12667193346056, 130.20665302865405, - -164.02183824564014, + -164.02183824564037, -329.6724552074976, - -316.611394796616, + -316.61139479661597, -123.60134888713907, 178.70136434144035, 434.9974891927403 ], "relative wind speed": [ - 1.5269882854545922, + 1.526988285454592, 1.3355319063247104, - 1.0263066791064568, + 1.0263066791064566, 0.7539869454920213, - 0.783079052956523, + 0.7830790529565231, 1.0776180001668143, 1.3753547278852523, 1.5415608042248774 ], "relative wind angle": [ - 0.12084484890289554, - 0.3018189119924683, - 0.3765191626093343, - 0.18226861111767156, - 0.2372925257443574, - 0.37728964007363947, + 0.12084484890289647, + 0.30181891199246824, + 0.3765191626093346, + 0.1822686111176716, + 0.23729252574435739, + 0.3772896400736395, 0.2779361714600295, 0.08877246279848984 ], @@ -116213,52 +87228,7 @@ "id": "2434", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.75124055345461, - 44.75124055345461, - 44.75124055345461, - 44.75124055345461, - 44.75124055345461, - 44.75124055345461, - 44.75124055345461, - 44.75124055345461 - ], - "relative wind speed": [ - 0.45050357589896367, - 0.45050357589896367, - 0.45050357589896367, - 0.45050357589896367, - 0.45050357589896367, - 0.45050357589896367, - 0.45050357589896367, - 0.45050357589896367 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 15.3125, -39.21875 15.46875, -39.0625 15.46875, -39.0625 15.3125, -39.21875 15.3125))", @@ -116277,52 +87247,7 @@ "id": "2435", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.70744375268634, - 37.70744375268634, - 37.70744375268634, - 37.70744375268634, - 37.70744375268634, - 37.70744375268634, - 37.70744375268634, - 37.70744375268634 - ], - "relative wind speed": [ - 0.41353212112836735, - 0.41353212112836735, - 0.41353212112836735, - 0.41353212112836735, - 0.41353212112836735, - 0.41353212112836735, - 0.41353212112836735, - 0.41353212112836735 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 16.09375, -37.8125 16.25, -37.65625 16.25, -37.65625 16.09375, -37.8125 16.09375))", @@ -116341,52 +87266,7 @@ "id": "2436", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 12.35736250940285, - 12.35736250940285, - 12.35736250940285, - 12.35736250940285, - 12.35736250940285, - 12.35736250940285, - 12.35736250940285, - 12.35736250940285 - ], - "relative wind speed": [ - 0.23673288820969432, - 0.23673288820969432, - 0.23673288820969432, - 0.23673288820969432, - 0.23673288820969432, - 0.23673288820969432, - 0.23673288820969432, - 0.23673288820969432 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 16.09375, -37.65625 16.25, -37.5 16.25, -37.5 16.09375, -37.65625 16.09375))", @@ -116418,9 +87298,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 271.8646273165515, + 271.86462731654456, 158.79192863811681, - -27.414902805055704, + -27.414902805056045, -182.7266112056065, -225.37979525437743, -173.15117810264366, @@ -116428,9 +87308,9 @@ 172.55925429310093 ], "relative wind speed": [ - 1.4453897130049491, + 1.4453897130049487, 1.3808691849890669, - 1.2221330499960432, + 1.222133049996043, 1.044806814359561, 0.9676337301060073, 1.057670436405889, @@ -116438,14 +87318,14 @@ 1.3906276204531607 ], "relative wind angle": [ - 0.005483337873665583, - 0.12672323019185158, - 0.19673083887833945, + 0.005483337873685831, + 0.1267232301918516, + 0.19673083887834003, 0.15695177475799274, 0.00819071184787283, 0.16576242867219126, 0.19422751817181116, - 0.11770914515283325 + 0.11770914515283327 ], "resistance": [ 96906.36462731654, @@ -116485,52 +87365,7 @@ "id": "2438", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 10.894722780802605, - 10.894722780802605, - 10.894722780802605, - 10.894722780802605, - 10.894722780802605, - 10.894722780802605, - 10.894722780802605, - 10.894722780802605 - ], - "relative wind speed": [ - 0.2222817437602155, - 0.2222817437602155, - 0.2222817437602155, - 0.2222817437602155, - 0.2222817437602155, - 0.2222817437602155, - 0.2222817437602155, - 0.2222817437602155 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 15.9375, -37.65625 16.09375, -37.5 16.09375, -37.5 15.9375, -37.65625 15.9375))", @@ -116562,9 +87397,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 254.85032236689005, + 254.8503223668888, 95.5854728425054, - -100.38863433540973, + -100.38863433540985, -226.21163673803647, -234.50534520985877, -128.61462518245116, @@ -116572,7 +87407,7 @@ 235.6014688861817 ], "relative wind speed": [ - 1.4923463511670398, + 1.4923463511670396, 1.38627277266716, 1.208233956193092, 1.054474790675363, @@ -116582,10 +87417,10 @@ 1.4822275044956223 ], "relative wind angle": [ - 0.05162019688788633, - 0.15546207814524615, - 0.18862491222877573, - 0.10045569322268204, + 0.05162019688788848, + 0.15546207814524612, + 0.18862491222877634, + 0.10045569322268202, 0.07409976583356483, 0.1832704743781237, 0.16738752275248064, @@ -116642,9 +87477,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 211.42042127890454, + 211.42042127890397, 50.131027239817286, - -122.48554276199354, + -122.48554276199371, -213.7509616339837, -201.78072348396313, -82.11387850317868, @@ -116652,9 +87487,9 @@ 239.13827658272976 ], "relative wind speed": [ - 1.3743395022199292, + 1.374339502219929, 1.2492347229834375, - 1.0675162761141832, + 1.067516276114183, 0.9340416826102572, 0.9568766977569626, 1.1152733696116328, @@ -116662,14 +87497,14 @@ 1.3899597897849387 ], "relative wind angle": [ - 0.08246522971425276, + 0.0824652297142541, 0.18384126497897252, - 0.1977768770018401, + 0.19777687700184007, 0.07315705640377951, 0.11858641695341884, - 0.20622403515090615, + 0.20622403515090612, 0.16329077771856124, - 0.049136878459323824 + 0.04913687845932383 ], "resistance": [ 96845.92042127893, @@ -116722,9 +87557,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 209.13025711456532, + 209.13025711456464, -6.492674892409241, - -201.9229476096151, + -201.92294760961533, -270.63241049915416, -225.5407039439234, -45.951323363498545, @@ -116732,9 +87567,9 @@ 314.41040947406316 ], "relative wind speed": [ - 1.5937625056365845, + 1.5937625056365843, 1.4400900545633148, - 1.2570084782345439, + 1.2570084782345436, 1.1610196814620113, 1.2302486225945506, 1.4070292223392595, @@ -116742,19 +87577,19 @@ 1.6448780796845224 ], "relative wind angle": [ - 0.10006953112647796, - 0.16880886010872695, + 0.10006953112647908, + 0.16880886010872692, 0.14605774170478303, 0.014448578820981973, 0.12978587563646368, - 0.17281483549506538, + 0.1728148354950654, 0.11658538347344131, 0.01019819748288357 ], "resistance": [ 96843.63025711456, 96628.0073251076, - 96432.57705239039, + 96432.57705239038, 96363.86758950085, 96408.95929605607, 96588.5486766365, @@ -116764,7 +87599,7 @@ "fuel": [ 39.06406471267652, 38.95290984923133, - 38.8523138779908, + 38.852313877990795, 38.81698006778289, 38.84016647608773, 38.932587415156114, @@ -116802,30 +87637,30 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 141.5082119813752, + 141.50821198137476, -56.97712737252641, - -209.87903232339886, - -242.50753370484153, + -209.8790323233991, + -242.50753370484028, -169.7863934452388, 10.032695027234809, 198.92649590986844, 275.0608085032328 ], "relative wind speed": [ - 1.4861628293581535, + 1.4861628293581532, 1.3266045294782658, - 1.1652746808922954, - 1.1127133986645417, + 1.1652746808922951, + 1.1127133986645414, 1.2127721108489355, 1.3855022809748685, 1.523689950839794, 1.5624868129527427 ], "relative wind angle": [ - 0.12153461482041436, + 0.12153461482041528, 0.17038727324903574, - 0.11865678599441051, - 0.026841047599944004, + 0.1186567859944105, + 0.026841047599935733, 0.1491173607762142, 0.16307771769266952, 0.09065666800191949, @@ -116882,10 +87717,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 159.36534478959993, + 159.36534478959925, -90.21500444591152, -272.1220550567366, - -303.41765745823966, + -303.41765745824057, -197.96882725276407, 33.703268278084124, 265.5983766643187, @@ -116895,24 +87730,24 @@ 1.6385169387913627, 1.4535490259232176, 1.2757044572404934, - 1.2300080316677156, + 1.2300080316677158, 1.3551281259522374, 1.5518715235774854, 1.7010843995022054, 1.7344135142710206 ], "relative wind angle": [ - 0.13079660156840445, - 0.17449362578042835, + 0.13079660156840617, + 0.17449362578042832, 0.11246885009062527, - 0.04055576655146757, + 0.04055576655147305, 0.15835972564774534, 0.1633353222541803, 0.08426642977794639, 0.02875734017477648 ], "resistance": [ - 96793.8653447896, + 96793.86534478959, 96544.28499555409, 96362.37794494326, 96331.08234254176, @@ -116949,52 +87784,7 @@ "id": "2444", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.165719034217783, - 29.165719034217783, - 29.165719034217783, - 29.165719034217783, - 29.165719034217783, - 29.165719034217783, - 29.165719034217783, - 29.165719034217783 - ], - "relative wind speed": [ - 0.3636905753828423, - 0.3636905753828423, - 0.3636905753828423, - 0.3636905753828423, - 0.3636905753828423, - 0.3636905753828423, - 0.3636905753828423, - 0.3636905753828423 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 15.46875, -38.28125 15.625, -38.125 15.625, -38.125 15.46875, -38.28125 15.46875))", @@ -117026,19 +87816,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 194.23439975984633, + 194.23439975984599, -48.086400610373005, -232.46324730492552, -274.83895799497765, -183.30915240917227, - 33.5819191499059, + 33.58191914990579, 266.5360826353562, 363.9044550739363 ], "relative wind speed": [ 1.3229993888565734, 1.0928361842862546, - 0.8346537817917598, + 0.8346537817917596, 0.7408836025163887, 0.9152151775618077, 1.1805317778310829, @@ -117046,12 +87836,12 @@ 1.4279487706765588 ], "relative wind angle": [ - 0.20992069186849943, - 0.32010326153731505, - 0.2551089615301761, - 0.06213782409592771, + 0.209920691868501, + 0.3201032615373151, + 0.25510896153017604, + 0.06213782409592772, 0.30598165514820186, - 0.295574804350988, + 0.29557480435098804, 0.15376009176736072, 0.032224712531359306 ], @@ -117093,52 +87883,7 @@ "id": "2446", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.830162893966957, - 29.830162893966957, - 29.830162893966957, - 29.830162893966957, - 29.830162893966957, - 29.830162893966957, - 29.830162893966957, - 29.830162893966957 - ], - "relative wind speed": [ - 0.367809985536238, - 0.367809985536238, - 0.367809985536238, - 0.367809985536238, - 0.367809985536238, - 0.367809985536238, - 0.367809985536238, - 0.367809985536238 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 15.3125, -38.28125 15.46875, -38.125 15.46875, -38.125 15.3125, -38.28125 15.3125))", @@ -117170,34 +87915,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 220.74859770218052, + 220.74859770218006, -41.642885924611505, - -247.7806627193129, + -247.780662719313, -300.02913950928684, -209.8056627334861, 21.44369549413102, - 276.45743224173486, - 396.71872821906084 + 276.45743224173475, + 396.7187282190621 ], "relative wind speed": [ - 1.402992633453304, + 1.4029926334533038, 1.171549006507513, - 0.9064748533946723, + 0.906474853394672, 0.7991032921455621, 0.9645780034002466, 1.2354238056307247, - 1.4412155960615158, - 1.5034071247170435 + 1.441215596061516, + 1.5034071247170433 ], "relative wind angle": [ - 0.19564694354080975, + 0.1956469435408103, 0.3054540830076837, - 0.25141272004499143, + 0.25141272004499104, 0.0418113827297082, 0.2866696092425312, - 0.2891920273179933, - 0.1571149248739125, - 0.02221928276294699 + 0.28919202731799337, + 0.15711492487391318, + 0.022219282762941994 ], "resistance": [ 96855.24859770222, @@ -117237,52 +87982,7 @@ "id": "2448", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.333336430083822, - 29.333336430083822, - 29.333336430083822, - 29.333336430083822, - 29.333336430083822, - 29.333336430083822, - 29.333336430083822, - 29.333336430083822 - ], - "relative wind speed": [ - 0.36473415554080924, - 0.36473415554080924, - 0.36473415554080924, - 0.36473415554080924, - 0.36473415554080924, - 0.36473415554080924, - 0.36473415554080924, - 0.36473415554080924 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 15.15625, -38.59375 15.3125, -38.4375 15.3125, -38.4375 15.15625, -38.59375 15.15625))", @@ -117301,52 +88001,7 @@ "id": "2449", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.414899164206176, - 29.414899164206176, - 29.414899164206176, - 29.414899164206176, - 29.414899164206176, - 29.414899164206176, - 29.414899164206176, - 29.414899164206176 - ], - "relative wind speed": [ - 0.36524088385479286, - 0.36524088385479286, - 0.36524088385479286, - 0.36524088385479286, - 0.36524088385479286, - 0.36524088385479286, - 0.36524088385479286, - 0.36524088385479286 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 15, -38.75 15.15625, -38.59375 15.15625, -38.59375 15, -38.75 15))", @@ -117365,52 +88020,7 @@ "id": "2450", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.02932643715899, - 35.02932643715899, - 35.02932643715899, - 35.02932643715899, - 35.02932643715899, - 35.02932643715899, - 35.02932643715899, - 35.02932643715899 - ], - "relative wind speed": [ - 0.398576414812976, - 0.398576414812976, - 0.398576414812976, - 0.398576414812976, - 0.398576414812976, - 0.398576414812976, - 0.398576414812976, - 0.398576414812976 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 15, -38.59375 15.15625, -38.4375 15.15625, -38.4375 15, -38.59375 15))", @@ -117446,30 +88056,30 @@ 228.24389761974453, -93.35065938820242, -322.30741424930517, - -361.7792697414312, + -361.7792697414311, -218.29472258999033, - 79.48838757871897, - 381.40476505679567 + 79.48838757871908, + 381.40476505679544 ], "relative wind speed": [ - 1.631938933893303, + 1.6319389338933028, 1.4925914867040848, 1.2145738572545361, 0.9198868045933727, 0.8421959590769242, 1.0699015708282698, - 1.3774356836949402, - 1.5894423500641046 + 1.37743568369494, + 1.5894423500641048 ], "relative wind angle": [ 0.0524393730067904, 0.23011739398825604, - 0.33204872004706176, + 0.3320487200470618, 0.24091614584655519, - 0.10174163068424538, + 0.10174163068424429, 0.32383535576395195, - 0.2915509258259289, - 0.13852754543410034 + 0.2915509258259281, + 0.13852754543410115 ], "resistance": [ 97106.38594310456, @@ -117522,19 +88132,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 324.4213980566873, + 324.42139805668603, 50.6294178934902, - -212.2887464596654, + -212.28874645966556, -330.2044861524978, -287.08254876604445, -73.62961186368136, - 214.92828010621258, + 214.92828010621236, 423.4886223429826 ], "relative wind speed": [ - 1.5331405543556775, + 1.5331405543556773, 1.3312572403056084, - 1.0513859251385633, + 1.051385925138563, 0.8606053317952709, 0.9442516420193301, 1.2123882558818069, @@ -117542,13 +88152,13 @@ 1.5816098083129688 ], "relative wind angle": [ - 0.13835419654970105, + 0.13835419654970346, 0.2746203260288392, 0.2884738267378528, 0.07209373965146118, 0.22583859370051268, 0.3023554008779136, - 0.20607863379147048, + 0.20607863379147107, 0.03920461749476069 ], "resistance": [ @@ -117602,9 +88212,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 296.95256848472036, + 296.9525684847198, 11.76295584199238, - -243.86054935791446, + -243.86054935791464, -338.41147357188424, -276.8912876458586, -43.11556247496492, @@ -117612,9 +88222,9 @@ 438.8421953493614 ], "relative wind speed": [ - 1.5550479265475512, + 1.555047926547551, 1.34127122056596, - 1.068090975923764, + 1.0680909759237636, 0.9105835803504526, 1.0230369711672938, 1.2906472062947671, @@ -117622,14 +88232,14 @@ 1.6234581120038603 ], "relative wind angle": [ - 0.1507289488096031, + 0.15072894880960458, 0.26904200775263604, - 0.2562300238165725, - 0.0288820102182542, - 0.23027586849581835, + 0.25623002381657206, + 0.028882010218254203, + 0.23027586849581785, 0.2798734400345279, 0.17851320251528563, - 0.016198125349291378 + 0.01619812534929138 ], "resistance": [ 96931.45256848475, @@ -117682,30 +88292,30 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 475.32517414273616, + 475.3251741427341, 187.39175145403487, -158.50319221939583, - -380.06338118587695, + -380.0633811858769, -394.5744820385338, -205.2798934187781, 132.03559606205386, 442.0393931143658 ], "relative wind speed": [ - 1.7527145032939482, + 1.752714503293948, 1.5884731785407322, 1.3024337312122676, - 1.037141528082957, + 1.0371415280829568, 1.0123312264698991, 1.2544224181669044, 1.549351160306627, 1.7381484668660354 ], "relative wind angle": [ - 0.07305077258809171, - 0.22437902114036, + 0.07305077258809628, + 0.22437902114036004, 0.2895818322200946, - 0.16712448143535882, + 0.1671244814353575, 0.12670380823050365, 0.2856202889628603, 0.2424108083821726, @@ -117762,9 +88372,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 353.1451537081275, + 353.14515370812705, 116.42595345128268, - -148.8602115842985, + -148.8602115842986, -304.34951052489475, -299.9959094421964, -134.8393941744419, @@ -117772,9 +88382,9 @@ 363.1289261588586 ], "relative wind speed": [ - 1.5371541097758996, + 1.5371541097758994, 1.3768110545566068, - 1.1180724628534957, + 1.1180724628534955, 0.8968908663625673, 0.9053504002643287, 1.134413251205416, @@ -117782,11 +88392,11 @@ 1.5421053395585924 ], "relative wind angle": [ - 0.09165021677975448, + 0.09165021677975446, 0.23789945840723264, - 0.288562453652555, + 0.28856245365255456, 0.14039462384009974, - 0.15602331489290458, + 0.15602331489290455, 0.2900678300535254, 0.2309311164269815, 0.08147586854001267 @@ -117842,33 +88452,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 152.76126949456068, + 152.76126949455988, -42.75851734056323, - -196.89131100053555, + -196.89131100053572, -233.68480731575016, -166.5975247031369, 7.686752761807611, - 196.455038261837, + 196.45503826183722, 281.74094829662727 ], "relative wind speed": [ - 1.3482952618907884, + 1.348295261890788, 1.173248674535704, - 0.9852105405863644, + 0.9852105405863643, 0.91544353942149, 1.0278037980144805, - 1.2238334478802062, + 1.223833447880206, 1.3797249548977737, 1.426970177187174 ], "relative wind angle": [ - 0.14828862531310932, - 0.21981776736518013, - 0.16579109045111623, + 0.14828862531311082, + 0.21981776736518016, + 0.1657910904511169, 0.028284396382016005, - 0.1950505029589142, - 0.21059217963298074, - 0.11811816238452898, + 0.19505050295891418, + 0.2105921796329797, + 0.11811816238452803, 0.01814385233768786 ], "resistance": [ @@ -117922,34 +88532,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 63.891406712191156, + 63.891406712190815, -113.22556518332738, - -214.23413260339288, + -214.23413260339305, -209.29522816595386, - -96.48958064469696, + -96.48958064469684, 83.46332319437556, 232.84244430248043, - 221.393711521888 + 221.39371152188744 ], "relative wind speed": [ 1.2910190867302287, 1.1136592323089487, - 0.9753448047029379, + 0.9753448047029378, 0.9844637473269395, 1.132864607039157, 1.307622122203804, 1.4137945438155874, - 1.4074599924625695 + 1.4074599924625697 ], "relative wind angle": [ - 0.1710399887945871, + 0.1710399887945884, 0.19175456405624935, - 0.08254253550350893, + 0.08254253550350894, 0.10024002239651063, - 0.19520655989148655, + 0.195206559891486, 0.1630334200251546, 0.056910298312647115, - 0.0700539384199145 + 0.07005393841991768 ], "resistance": [ 96698.39140671218, @@ -118002,11 +88612,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 162.06659542391492, + 162.06659542391446, -47.33413507163425, - -210.12834816884697, + -210.12834816884708, -247.83532058973242, - -172.86716062467434, + -172.8671606246744, 14.655358633798187, 215.9767027813051, 303.15929986292804 @@ -118022,11 +88632,11 @@ 1.4390689924171138 ], "relative wind angle": [ - 0.16152204242932808, + 0.16152204242932947, 0.2389939338591087, - 0.18008351092484992, + 0.18008351092485053, 0.03617551551771935, - 0.2161217676834706, + 0.2161217676834711, 0.22659507809870702, 0.1240388404191938, 0.022323325419686093 @@ -118082,9 +88692,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 89.60259175910551, + 89.60259175910505, -81.16512058855096, - -194.2647693624192, + -194.26476936241943, -204.85699305033899, -117.23780931700946, 47.45620018487671, @@ -118092,7 +88702,7 @@ 224.7085658452122 ], "relative wind speed": [ - 1.2987879228555927, + 1.2987879228555925, 1.1343556588517039, 0.9882628418237475, 0.9686093606856802, @@ -118102,11 +88712,11 @@ 1.3937573853154814 ], "relative wind angle": [ - 0.15195848166683393, + 0.15195848166683465, 0.18881124999198234, - 0.10593443242253738, + 0.10593443242253843, 0.06729154933593882, - 0.18091547713563272, + 0.1809154771356327, 0.16944530851984452, 0.07579980244106349, 0.04674685372898721 @@ -118162,9 +88772,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 54.24385578344754, + 54.24385578344686, -148.1017904517554, - -254.92522988081055, + -254.92522988081078, -241.7342570472805, -102.45444434672095, 107.42948570186707, @@ -118172,9 +88782,9 @@ 241.34474582763562 ], "relative wind speed": [ - 1.490060509308174, + 1.4900605093081738, 1.3155419031843674, - 1.1910804239107633, + 1.191080423910763, 1.211238617692496, 1.3592506029099822, 1.5287877628621107, @@ -118182,8 +88792,8 @@ 1.6126820932599382 ], "relative wind angle": [ - 0.14718285641512516, - 0.15363613916049493, + 0.1471828564151259, + 0.15363613916049496, 0.05559996340556827, 0.08904637066839642, 0.16146604353901717, @@ -118242,9 +88852,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 130.81372218542458, + 130.81372218542344, -137.64020218251449, - -310.584686201619, + -310.58468620161966, -322.51650421473335, -178.44201541393227, 83.17823704846808, @@ -118252,7 +88862,7 @@ 347.9355132004588 ], "relative wind speed": [ - 1.650269142190892, + 1.6502691421908915, 1.4463030020575598, 1.2706168190604923, 1.2534046011619606, @@ -118262,14 +88872,14 @@ 1.7717997660905953 ], "relative wind angle": [ - 0.14916907971633084, - 0.18050007163083426, - 0.09611137404296007, - 0.06962957428051399, + 0.1491690797163316, + 0.18050007163083429, + 0.09611137404296238, + 0.06962957428051397, 0.17488347992115422, 0.161150070537609, 0.06935538738135161, - 0.049237374854361755 + 0.04923737485436176 ], "resistance": [ 96765.31372218543, @@ -118322,34 +88932,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 86.01247033698951, + 86.01247033698905, -114.06108504250994, -237.7711390476461, -241.7705790186485, -127.89107168042085, 69.89698232545231, 243.12795495147247, - 252.4531097649849 + 252.45310976498627 ], "relative wind speed": [ 1.4850907772216355, 1.3163386123358365, - 1.17817142166687, + 1.1781714216668697, 1.171927094023473, 1.3028120651304917, 1.4731145750796517, 1.585788761092033, - 1.5904089976895994 + 1.5904089976895992 ], "relative wind angle": [ - 0.1379868688464045, - 0.15990617741781918, - 0.07828454839131559, + 0.1379868688464061, + 0.15990617741781915, + 0.07828454839131417, 0.06771067267805583, - 0.1574438371971325, + 0.15744383719713254, 0.14276449674233108, 0.05813533435186792, - 0.049876626714937956 + 0.0498766267149335 ], "resistance": [ 96720.51247033701, @@ -118402,17 +89012,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 102.9223922121862, + 102.92239221218574, -189.41418243501494, - -355.948380060811, + -355.9483800608118, -347.933014989047, -162.01359675938818, 134.91367223358293, - 380.7071240543164, + 380.70712405431755, 362.0816646450937 ], "relative wind speed": [ - 1.7111392210344007, + 1.7111392210344005, 1.4919001162934642, 1.3228170352534072, 1.3337999791883255, @@ -118422,13 +89032,13 @@ 1.8561200564321818 ], "relative wind angle": [ - 0.15911240498022405, + 0.15911240498022475, 0.17649090219402747, - 0.07515727676662497, + 0.07515727676662792, 0.09120010011654356, 0.17988485043851615, - 0.15185459916723265, - 0.053312649992844144, + 0.15185459916723268, + 0.053312649992842055, 0.06549200108213706 ], "resistance": [ @@ -118482,19 +89092,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 210.78973367252934, + 210.789733672529, -5.88006765906448, - -195.61832125854073, + -195.61832125854085, -258.8837226075679, - -208.0521524921856, + -208.05215249218566, -26.554884786966227, - 192.76305656590364, + 192.7630565659034, 328.46467490279304 ], "relative wind speed": [ - 1.3973650316093273, + 1.3973650316093271, 1.2158465494604431, - 0.994640376209328, + 0.9946403762093279, 0.8787166375249444, 0.9767273949940947, 1.1951328812569841, @@ -118502,13 +89112,13 @@ 1.4609868263038313 ], "relative wind angle": [ - 0.1424093590589424, + 0.14240935905894242, 0.24181081450498115, 0.2162511090477465, - 0.012146210524173915, - 0.20447328905739767, - 0.24608771514431016, - 0.15474693705437287, + 0.012146210524173914, + 0.2044732890573982, + 0.2460877151443102, + 0.1547469370543736, 0.007305274473605945 ], "resistance": [ @@ -118562,33 +89172,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 118.4245672251269, + 118.424567225126, -119.36733443831179, -273.0575420588633, -284.115860422787, - -156.9100149009505, + -156.91001490095027, 74.53552551363532, - 285.1510426493629, + 285.1510426493634, 310.7994225898764 ], "relative wind speed": [ - 1.5148196676440413, + 1.514819667644041, 1.3170165089991597, 1.1446040568386393, 1.126966059281186, 1.2797674513519386, 1.4825487749294137, - 1.6193717633976359, + 1.6193717633976357, 1.631695699647846 ], "relative wind angle": [ - 0.15796898115006985, + 0.15796898115007127, 0.19318812939320595, - 0.10440603781590882, - 0.07474402252416307, - 0.1872993056446042, - 0.17139026799056592, - 0.07372903898198359, + 0.10440603781590883, + 0.07474402252416308, + 0.1872993056446036, + 0.17139026799056595, + 0.07372903898198058, 0.05159842083963566 ], "resistance": [ @@ -118642,19 +89252,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 300.2935400606906, + 300.29354006069036, 63.68409779910655, - -178.74809213986214, + -178.74809213986237, -299.9733253074946, - -274.8066863200438, + -274.80668632004387, -96.07960145109394, 161.03795850397898, 358.24019445964336 ], "relative wind speed": [ - 1.5313260826891408, + 1.5313260826891406, 1.3626227899931154, - 1.1205072053069658, + 1.1205072053069656, 0.9452637646118648, 0.9913448573644769, 1.2128410159367309, @@ -118663,13 +89273,13 @@ ], "relative wind angle": [ 0.10684568505445827, - 0.22807037783922318, + 0.22807037783922315, 0.24556101231588084, 0.08169697007475772, - 0.16548448805936863, - 0.25683502404605, + 0.1654844880593693, + 0.25683502404604996, 0.1903761629108517, - 0.0494623401494595 + 0.049462340149459494 ], "resistance": [ 96934.79354006067, @@ -118722,7 +89332,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 241.68527459415986, + 241.6852745941585, -32.35534566034187, -266.9635987103046, -334.6200096221346, @@ -118742,14 +89352,14 @@ 1.810110221065396 ], "relative wind angle": [ - 0.11353057139338897, + 0.11353057139339193, 0.17959792441308003, 0.14588446565666333, 0.00050841330511359, 0.14644801827593212, 0.17945169668858785, 0.11295708051623725, - 0.0003522257402123289 + 0.00035222574021232883 ], "resistance": [ 96876.18527459417, @@ -118789,52 +89399,7 @@ "id": "2468", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 26.216091091991984, - 26.216091091991984, - 26.216091091991984, - 26.216091091991984, - 26.216091091991984, - 26.216091091991984, - 26.216091091991984, - 26.216091091991984 - ], - "relative wind speed": [ - 0.34480985651789464, - 0.34480985651789464, - 0.34480985651789464, - 0.34480985651789464, - 0.34480985651789464, - 0.34480985651789464, - 0.34480985651789464, - 0.34480985651789464 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.34375, -37.34375 17.5, -37.1875 17.5, -37.1875 17.34375, -37.34375 17.34375))", @@ -118853,68 +89418,7 @@ "id": "2469", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.959610382286001, - 4.959610382286001, - 4.959610382286001, - 4.959610382286001, - 4.959610382286001, - 4.959610382286001, - 4.959610382286001, - 4.959610382286001 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 444.55078725860426, - 357.5488320577076, - 64.25312467865763, - -228.5351737073862, - -367.7561226579967, - -329.98394354470645, - -104.44592567991731, - 210.39438251417664 - ], - "relative wind speed": [ - 1.723811398609797, - 1.6845064724584355, - 1.4919614594023483, - 1.2226860574240643, - 1.0357612620056855, - 1.098528595028055, - 1.3484725186323558, - 1.5966733964181503 - ], - "relative wind angle": [ - 0.04291818195534704, - 0.11383284698419913, - 0.23304355422949724, - 0.24446344967510422, - 0.07146737463755888, - 0.17506984081993457, - 0.2583791432014874, - 0.18642186392137505 - ], - "resistance": [ - 97079.05078725862, - 96992.04883205773, - 96698.75312467867, - 96405.96482629263, - 96266.74387734201, - 96304.51605645531, - 96530.0540743201, - 96844.89438251419 - ], - "fuel": [ - 39.162179351604, - 39.11723230812732, - 38.965917087176514, - 38.81518290852141, - 38.74362064906578, - 38.763029149999596, - 38.87902797182919, - 39.041273326814995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 17.1875, -37.5 17.34375, -37.34375 17.34375, -37.34375 17.1875, -37.5 17.1875))", @@ -118933,52 +89437,7 @@ "id": "2470", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.104677673678403, - 19.104677673678403, - 19.104677673678403, - 19.104677673678403, - 19.104677673678403, - 19.104677673678403, - 19.104677673678403, - 19.104677673678403 - ], - "relative wind speed": [ - 0.2943510304590904, - 0.2943510304590904, - 0.2943510304590904, - 0.2943510304590904, - 0.2943510304590904, - 0.2943510304590904, - 0.2943510304590904, - 0.2943510304590904 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.1875, -37.34375 17.34375, -37.1875 17.34375, -37.1875 17.1875, -37.34375 17.1875))", @@ -118997,68 +89456,7 @@ "id": "2471", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.748503747425685, - 4.748503747425685, - 4.748503747425685, - 4.748503747425685, - 4.748503747425685, - 4.748503747425685, - 4.748503747425685, - 4.748503747425685 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 378.9706568111201, - 307.488063082832, - 55.723038600708605, - -197.7615743000888, - -319.4029720067752, - -288.4162421510035, - -95.12351295433473, - 176.35632531456713 - ], - "relative wind speed": [ - 1.6298055722473739, - 1.5955541622799612, - 1.4219814737688616, - 1.179742949728507, - 1.0120594038651216, - 1.0652405153351543, - 1.287827289871802, - 1.5128572347866456 - ], - "relative wind angle": [ - 0.04228846229068002, - 0.10674906786725488, - 0.21927954067532218, - 0.2286831055037491, - 0.06813312314793933, - 0.16027425674697435, - 0.24255787778051582, - 0.17771332456513378 - ], - "resistance": [ - 97013.4706568111, - 96941.98806308281, - 96690.2230386007, - 96436.73842569989, - 96315.09702799321, - 96346.08375784899, - 96539.37648704565, - 96810.85632531455 - ], - "fuel": [ - 39.07578686385411, - 39.03887282922635, - 38.909011293921274, - 38.77850107001181, - 38.715957132073726, - 38.73188424571417, - 38.8313169565587, - 38.971205056019485 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 17.34375, -37.1875 17.5, -37.03125 17.5, -37.03125 17.34375, -37.1875 17.34375))", @@ -119090,19 +89488,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 333.7975803769225, + 333.79758037692045, 455.98401757088163, - 233.4049774722389, + 233.40497747223867, -92.91718193643351, -342.3511120122582, -394.89157828476925, - -272.4318324556149, + -272.4318324556151, 23.753727915215222 ], "relative wind speed": [ - 1.8779878455976668, + 1.8779878455976666, 1.9282321502658388, - 1.8247000703261342, + 1.824700070326134, 1.6089743241211434, 1.389170275713771, 1.31854206524495, @@ -119110,14 +89508,14 @@ 1.6934680473685202 ], "relative wind angle": [ - 0.09879818589759135, + 0.09879818589759473, 0.02229524029106556, 0.13524651197693824, - 0.19068786890556602, + 0.190687868905566, 0.13374421904350098, 0.032607572675885536, - 0.16950412052802286, - 0.18106547578269247 + 0.1695041205280235, + 0.1810654757826925 ], "resistance": [ 96968.29758037694, @@ -119170,9 +89568,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 277.88130035447875, + 277.88130035447693, 444.5420762735605, - 259.58287134228954, + 259.58287134228976, -51.475593671237675, -313.258667884161, -384.3613018988731, @@ -119180,9 +89578,9 @@ -30.0565599176266 ], "relative wind speed": [ - 1.9714350261996973, + 1.9714350261996971, 2.037121280082925, - 1.9622787252887033, + 1.962278725288703, 1.7787413611302438, 1.5786776486903993, 1.4929554820003688, @@ -119190,11 +89588,11 @@ 1.7930026076964236 ], "relative wind angle": [ - 0.09514618588211605, - 0.0035416969930418506, - 0.10081642794305744, + 0.0951461858821184, + 0.003541696993041851, + 0.10081642794305634, 0.15356792112553302, - 0.11891838851232814, + 0.11891838851232812, 0.0048326151707276995, 0.12452880995606154, 0.15233689087932065 @@ -119250,34 +89648,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 380.8773278984445, + 380.87732789844404, 407.5954794526408, - 150.2540770143819, + 150.25407701438144, -163.86941744576268, - -363.7271223532348, + -363.72712235323456, -375.2436528672695, - -203.00985798793056, + -203.00985798793067, 104.50682610750891 ], "relative wind speed": [ - 1.8714487993408742, + 1.871448799340874, 1.8825718669440474, 1.7461375628482627, 1.518911018391526, - 1.3239932081914665, + 1.3239932081914663, 1.3081291181234116, 1.4853559288944385, - 1.7170288122510784 + 1.7170288122510782 ], "relative wind angle": [ 0.07076921993811873, 0.05350064976712575, - 0.1579751478834495, - 0.1906399232467798, - 0.10011514103167689, + 0.1579751478834502, + 0.19063992324677984, + 0.10011514103167468, 0.07703399587839954, - 0.18600991917981363, - 0.16841851394025795 + 0.18600991917981421, + 0.16841851394025728 ], "resistance": [ 97015.37732789843, @@ -119330,7 +89728,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 267.50241700268, + 267.5024170026793, 441.7485565751524, 266.45546046912204, -35.0463425644391, @@ -119340,9 +89738,9 @@ -33.82827712484777 ], "relative wind speed": [ - 1.8199847535795393, + 1.819984753579539, 1.893652194093842, - 1.819419215322935, + 1.8194192153229347, 1.6269324334412887, 1.4086818478349166, 1.3079795179914508, @@ -119350,14 +89748,14 @@ 1.627826744066572 ], "relative wind angle": [ - 0.11384292547719112, + 0.11384292547719209, 0.00024005219918871743, 0.1142341124872518, - 0.18097927301682126, + 0.18097927301682123, 0.14729701909421083, 0.00034754013535081077, 0.147681260847165, - 0.180878745909521 + 0.18087874590952097 ], "resistance": [ 96902.00241700273, @@ -119397,52 +89795,7 @@ "id": "2476", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 17.54448068978279, - 17.54448068978279, - 17.54448068978279, - 17.54448068978279, - 17.54448068978279, - 17.54448068978279, - 17.54448068978279, - 17.54448068978279 - ], - "relative wind speed": [ - 0.2820758866854008, - 0.2820758866854008, - 0.2820758866854008, - 0.2820758866854008, - 0.2820758866854008, - 0.2820758866854008, - 0.2820758866854008, - 0.2820758866854008 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 17.03125, -37.34375 17.1875, -37.1875 17.1875, -37.1875 17.03125, -37.34375 17.03125))", @@ -119474,17 +89827,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 346.2812449008959, + 346.2812449008941, 289.61199971794883, - 59.839912542544766, + 59.83991254254454, -175.76374001581337, -293.12459704101025, -268.54187294267524, - -94.53316055419964, + -94.53316055419975, 155.3619012583314 ], "relative wind speed": [ - 1.5574352405312744, + 1.5574352405312741, 1.5290859094584526, 1.3651831071116605, 1.1315267516072358, @@ -119494,13 +89847,13 @@ 1.4404758095953114 ], "relative wind angle": [ - 0.0474810093616096, - 0.10341342201259839, - 0.21941893886278155, - 0.23401691749107462, + 0.04748100936161428, + 0.1034134220125984, + 0.21941893886278205, + 0.2340169174910746, 0.076739200713447, - 0.15715062944044011, - 0.24577040108845885, + 0.1571506294404401, + 0.2457704010884593, 0.18317503414663278 ], "resistance": [ @@ -119541,52 +89894,7 @@ "id": "2478", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.691615920728204, - 20.691615920728204, - 20.691615920728204, - 20.691615920728204, - 20.691615920728204, - 20.691615920728204, - 20.691615920728204, - 20.691615920728204 - ], - "relative wind speed": [ - 0.30633238154847736, - 0.30633238154847736, - 0.30633238154847736, - 0.30633238154847736, - 0.30633238154847736, - 0.30633238154847736, - 0.30633238154847736, - 0.30633238154847736 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 16.875, -37.34375 17.03125, -37.1875 17.03125, -37.1875 16.875, -37.34375 16.875))", @@ -119618,17 +89926,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 403.59237828302764, + 403.59237828302696, 337.06279495470505, 68.71612258779305, -206.4544551696423, - -343.2209153534576, + -343.2209153534579, -314.3768231809851, -110.89246229320759, 181.02137101429685 ], "relative wind speed": [ - 1.6929553909721269, + 1.6929553909721264, 1.6623042733528608, 1.486285700746136, 1.2361698515394437, @@ -119638,12 +89946,12 @@ 1.5675869489814973 ], "relative wind angle": [ - 0.04654629283628791, - 0.10195272129829301, + 0.0465462928362879, + 0.10195272129829303, 0.2156460238401895, 0.22897402905149666, - 0.07452354751904859, - 0.1536375530947086, + 0.07452354751905009, + 0.15363755309470864, 0.24094191429525508, 0.179960768385009 ], @@ -119698,9 +90006,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 405.6933859510656, + 405.6933859510642, 427.2469419029561, - 156.2598137535755, + 156.25981375357458, -168.84684947997368, -373.1432199663892, -382.47554572219997, @@ -119708,9 +90016,9 @@ 119.70212758923537 ], "relative wind speed": [ - 1.8201592477910564, + 1.8201592477910562, 1.8293231165247832, - 1.6802943064395541, + 1.6802943064395537, 1.431874173675636, 1.216525159232285, 1.2027011622645474, @@ -119718,9 +90026,9 @@ 1.6560946534317276 ], "relative wind angle": [ - 0.07766984106770572, + 0.07766984106770715, 0.06264375974898069, - 0.18143006352734886, + 0.1814300635273495, 0.2212682045245108, 0.11635481323707633, 0.09536409500243787, @@ -119730,7 +90038,7 @@ "resistance": [ 97040.19338595108, 97061.74694190297, - 96790.7598137536, + 96790.75981375358, 96465.65315052004, 96261.35678003363, 96252.02445427781, @@ -119740,7 +90048,7 @@ "fuel": [ 39.27291975388165, 39.284056011831524, - 39.1441685605344, + 39.144168560534396, 38.97670438563125, 38.87167146153942, 38.866877232074785, @@ -119778,9 +90086,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 336.35701103174347, + 336.357011031743, 500.81538834307185, - 277.9930762441004, + 277.99307624409926, -72.63733897244674, -355.5957206489545, -426.18533248121696, @@ -119788,9 +90096,9 @@ -4.774431276909809 ], "relative wind speed": [ - 1.953731475718997, + 1.9537314757189967, 2.0186266929005523, - 1.9241476777562443, + 1.9241476777562438, 1.7081420720538654, 1.4767105207455316, 1.3866819808467428, @@ -119799,18 +90107,18 @@ ], "relative wind angle": [ 0.10594573252565552, - 0.011802522141103073, - 0.1252108838280374, + 0.011802522141103075, + 0.12521088382803827, 0.18607073823108075, - 0.1403677400901608, + 0.14036774009016081, 0.017181665063567976, - 0.15927737710313739, + 0.1592773771031374, 0.18104792575327178 ], "resistance": [ 96970.85701103172, 97135.31538834306, - 96912.49307624409, + 96912.49307624408, 96561.86266102754, 96278.90427935103, 96208.31466751877, @@ -119820,7 +90128,7 @@ "fuel": [ 39.450309180646386, 39.53528257557271, - 39.42017752926181, + 39.4201775292618, 39.23942375736905, 39.09388920409016, 39.05762913987532, @@ -119858,7 +90166,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 374.26096375991506, + 374.2609637599146, 322.1671157857613, 69.95935738126377, -195.26026225501357, @@ -119868,7 +90176,7 @@ 158.72166158655045 ], "relative wind speed": [ - 1.723670383794387, + 1.7236703837943868, 1.6999786368140248, 1.5404930399769818, 1.3127655383578973, @@ -119880,7 +90188,7 @@ "relative wind angle": [ 0.04592003000155692, 0.08680864862721636, - 0.18776938691630798, + 0.187769386916308, 0.19881748618387543, 0.06888965629344039, 0.12478364536266467, @@ -119938,9 +90246,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 310.0574490962931, + 310.0574490962915, 441.3414591480464, - 234.5427491859764, + 234.54274918597548, -79.4379138926297, -325.8774065723443, -382.2128475444955, @@ -119948,7 +90256,7 @@ 8.492778573982832 ], "relative wind speed": [ - 1.874093308116944, + 1.8740933081169435, 1.928273568876765, 1.8340517801105294, 1.62984780286131, @@ -119958,13 +90266,13 @@ 1.6930404604993592 ], "relative wind angle": [ - 0.09842031295923626, + 0.0984203129592385, 0.01664672190793722, - 0.12548615877635938, + 0.12548615877636116, 0.18045909817292077, 0.13023991379546324, 0.023896488070749844, - 0.1568623730491368, + 0.15686237304913683, 0.17365356154550288 ], "resistance": [ @@ -120018,9 +90326,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 306.02295458445883, + 306.0229545844568, 507.0776349101143, - 305.3047382862403, + 305.3047382862401, -43.759184800005414, -343.32620769292816, -429.22646790245597, @@ -120030,7 +90338,7 @@ "relative wind speed": [ 2.0276463753064844, 2.104327362506952, - 2.0272979148760033, + 2.027297914876003, 1.8283899773266399, 1.605200380437738, 1.5032712450038805, @@ -120038,11 +90346,11 @@ 1.828936350850535 ], "relative wind angle": [ - 0.10489968704664208, + 0.10489968704664526, 0.00013161089993929433, - 0.1051120522925817, + 0.10511205229258172, 0.1651168516767169, - 0.13265230614945753, + 0.13265230614945756, 0.00018423316349391522, 0.1328618332637873, 0.16506707192101025 @@ -120098,33 +90406,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 352.875529926589, + 352.87552992658857, 510.78104053603465, - 275.1977568898194, + 275.19775688981827, -87.857390194667, - -375.8181103285076, + -375.8181103285074, -443.4923171127948, - -321.6077703322471, + -321.6077703322478, 2.712073884308893 ], "relative wind speed": [ - 2.041040823887228, + 2.0410408238872275, 2.1009613450667066, - 2.0032650464239814, + 2.003265046423981, 1.7882466048049657, - 1.5639255784545265, + 1.5639255784545263, 1.4824548176096533, - 1.6120297805854895, + 1.6120297805854897, 1.847670138342364 ], "relative wind angle": [ - 0.09686022411385987, + 0.09686022411385874, 0.01435176778191993, - 0.12010661106187506, + 0.120106611061876, 0.17383603372511286, - 0.12654983833769756, + 0.1265498383376958, 0.020340284961925564, - 0.1494533189484182, + 0.1494533189484197, 0.16819099807037707 ], "resistance": [ @@ -120178,9 +90486,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 260.39141744370227, + 260.3914174437016, 472.6783461807022, - 320.1643989616405, + 320.1643989616398, -1.820806761267022, -296.00099245865204, -403.1171654446832, @@ -120190,7 +90498,7 @@ "relative wind speed": [ 1.8699629979301395, 1.9629844483041405, - 1.9011192748655874, + 1.9011192748655872, 1.7086941036077472, 1.475245551173532, 1.34900078043019, @@ -120198,9 +90506,9 @@ 1.6593599700430557 ], "relative wind angle": [ - 0.1259186345189346, + 0.12591863451893634, 0.012780703397207199, - 0.10505883769673798, + 0.10505883769673904, 0.18066719602080597, 0.159868151657831, 0.018598273407482414, @@ -120258,32 +90566,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 337.6906501521896, + 337.69065015218735, 466.1689018460527, - 238.79376337052804, - -99.14961663706958, - -359.17529342084276, + 238.79376337052736, + -99.14961663706936, + -359.1752934208432, -414.17210584823897, -290.06205908678476, 16.437969083187227 ], "relative wind speed": [ - 2.019332340420373, + 2.0193323404203727, 2.0688366315859206, - 1.9705578776298012, - 1.7661518973690182, + 1.970557877629801, + 1.766151897369018, 1.5607993553443549, 1.4945610460998888, 1.6219430876643322, 1.8424183032446215 ], "relative wind angle": [ - 0.08715561689258784, + 0.0871556168925904, 0.0186714477105919, - 0.11718860981222899, - 0.16334282310927328, - 0.11285698562607338, - 0.025847209035670213, + 0.11718860981222995, + 0.16334282310927262, + 0.11285698562607435, + 0.02584720903567021, 0.1425331843743516, 0.15652428632564477 ], @@ -120325,52 +90633,7 @@ "id": "2488", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.23847105037297, - 20.23847105037297, - 20.23847105037297, - 20.23847105037297, - 20.23847105037297, - 20.23847105037297, - 20.23847105037297, - 20.23847105037297 - ], - "relative wind speed": [ - 0.302959484433217, - 0.302959484433217, - 0.302959484433217, - 0.302959484433217, - 0.302959484433217, - 0.302959484433217, - 0.302959484433217, - 0.302959484433217 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 16.71875, -37.34375 16.875, -37.1875 16.875, -37.1875 16.71875, -37.34375 16.71875))", @@ -120402,33 +90665,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 331.4975272428477, + 331.4975272428468, 303.8724813055559, - 81.88175280384314, + 81.88175280384257, -160.5819864574123, -294.0692118724923, -282.1097226586483, - -120.62913935239317, + -120.62913935239328, 128.7420832618551 ], "relative wind speed": [ - 1.6011991636120146, + 1.6011991636120142, 1.5877568138986884, 1.4400535045774951, 1.218261037937524, 1.047647618348327, 1.067910386549837, - 1.2600199195793735, + 1.2600199195793733, 1.4755488257682707 ], "relative wind angle": [ - 0.05748235372247284, - 0.08270064392973658, - 0.1938976773628166, + 0.05748235372247283, + 0.08270064392973657, + 0.1938976773628189, 0.21612561439280822, - 0.08791948225149646, - 0.12312913545437087, - 0.22203601758896566, + 0.08791948225149644, + 0.12312913545437089, + 0.22203601758896466, 0.17799275801874836 ], "resistance": [ @@ -120469,52 +90732,7 @@ "id": "2490", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 21.03047550109029, - 21.03047550109029, - 21.03047550109029, - 21.03047550109029, - 21.03047550109029, - 21.03047550109029, - 21.03047550109029, - 21.03047550109029 - ], - "relative wind speed": [ - 0.3088305459752866, - 0.3088305459752866, - 0.3088305459752866, - 0.3088305459752866, - 0.3088305459752866, - 0.3088305459752866, - 0.3088305459752866, - 0.3088305459752866 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 16.5625, -37.34375 16.71875, -37.1875 16.71875, -37.1875 16.5625, -37.34375 16.5625))", @@ -120546,31 +90764,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 298.01542988401206, + 298.0154298840097, 260.82132247737934, - 62.68558432571456, - -146.59251472931106, - -256.3775059838287, + 62.685584325714444, + -146.592514729311, + -256.3775059838286, -240.2441608484712, -93.19714441401061, 125.4474772032064 ], "relative wind speed": [ - 1.4645808654539954, + 1.4645808654539951, 1.44482431807406, 1.297430903636908, - 1.0812933282090518, - 0.919942180728335, + 1.081293328209052, + 0.9199421807283349, 0.9506699833480621, 1.1436624404189784, 1.3498501641692566 ], "relative wind angle": [ - 0.05389179890432894, - 0.09511761725546936, - 0.21196139008111337, - 0.23216505525921588, - 0.08586160679212289, + 0.053891798904335125, + 0.09511761725546934, + 0.2119613900811139, + 0.23216505525921635, + 0.0858616067921216, 0.14484745180984923, 0.24098950469345057, 0.1853686758896729 @@ -120578,7 +90796,7 @@ "resistance": [ 96932.51542988402, 96895.3213224774, - 96697.18558432574, + 96697.18558432572, 96487.9074852707, 96378.12249401619, 96394.25583915155, @@ -120588,7 +90806,7 @@ "fuel": [ 38.928403132218975, 38.909204706445266, - 38.807020035348145, + 38.80702003534814, 38.69924754076982, 38.64277644535018, 38.65107228840195, @@ -120626,9 +90844,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 298.52149913981873, + 298.5214991398183, 280.9560395647603, - 79.10813308789909, + 79.10813308789898, -146.27698675209717, -273.5100852119619, -265.93102530288354, @@ -120636,9 +90854,9 @@ 109.12414352386168 ], "relative wind speed": [ - 1.5934212625196738, + 1.5934212625196733, 1.5847966845316273, - 1.4518054805450302, + 1.45180548054503, 1.2506126451171233, 1.0949681817678554, 1.1074141536170448, @@ -120652,8 +90870,8 @@ 0.19275779111512614, 0.08138542436778302, 0.10284151099650292, - 0.19691175883801812, - 0.16321144103430546 + 0.1969117588380181, + 0.16321144103430543 ], "resistance": [ 96933.0214991398, @@ -120706,9 +90924,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 274.8785345464829, + 274.87853454648223, 332.87732002844984, - 148.78507890529488, + 148.7850789052943, -96.64252362376942, -269.09938599383736, -294.1118325513886, @@ -120716,7 +90934,7 @@ 49.68293049815213 ], "relative wind speed": [ - 1.6123446587934702, + 1.61234465879347, 1.6401687704338963, 1.5336017397054116, 1.3353357925558955, @@ -120726,14 +90944,14 @@ 1.4606341364631228 ], "relative wind angle": [ - 0.08907521596895969, - 0.03892260106610428, - 0.15297591804041388, + 0.08907521596896094, + 0.03892260106610429, + 0.15297591804041535, 0.2010500270539209, 0.12531357330960846, 0.057663605596211656, - 0.18792851674392955, - 0.18359720205313435 + 0.18792851674393016, + 0.18359720205313437 ], "resistance": [ 96909.37853454649, @@ -120786,9 +91004,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 243.21933235071526, + 243.219332350714, 291.0254243678992, - 129.02058305413902, + 129.0205830541388, -84.34631485351883, -232.9760979812396, -253.6422667997341, @@ -120796,23 +91014,23 @@ 47.74559666928246 ], "relative wind speed": [ - 1.467464135574994, + 1.4674641355749938, 1.4925679133412313, 1.388983863856124, 1.1970170260934219, 1.0145341769691247, 0.9772264883339408, - 1.1195777826415614, + 1.1195777826415612, 1.322830610728276 ], "relative wind angle": [ - 0.09350241742089899, + 0.09350241742090136, 0.04307518874538142, - 0.16482715323152267, + 0.16482715323152336, 0.21727163640508804, - 0.13546268886936114, + 0.1354626888693611, 0.06581810218748267, - 0.2049979416429107, + 0.20499794164290963, 0.19632254494541268 ], "resistance": [ @@ -120866,33 +91084,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 241.815626451938, + 241.81562645193742, 355.4806985591571, - 199.6233359973752, - -39.467078758397975, + 199.62333599737485, + -39.46707875839786, -230.54025685056604, -279.767592782266, - -201.51755698956617, + -201.5175569895663, 8.770199670400075 ], "relative wind speed": [ 1.436464319055928, 1.4961146309469202, - 1.4074276918666155, - 1.200730853976795, + 1.4074276918666153, + 1.2007308539767951, 0.9679157949852832, 0.8728870128311933, 1.0096722330884487, 1.2484134501081603 ], "relative wind angle": [ - 0.14176772387242442, + 0.141767723872426, 0.016479149214880542, - 0.16979549879258723, - 0.26258781812498083, + 0.1697954987925872, + 0.2625878181249812, 0.21125848742236686, 0.02824748096929627, - 0.23778440414401267, + 0.23778440414401317, 0.25233528268160654 ], "resistance": [ @@ -120946,14 +91164,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 354.45683556575557, + 354.4568355657491, 244.8698828898797, - 10.374169774432175, + 10.374169774431948, -203.88748287302587, -285.4706854913281, -238.0690853567388, -46.4729645723354, - 195.3498990533999 + 195.34989905339978 ], "relative wind speed": [ 1.5350840840850974, @@ -120963,17 +91181,17 @@ 0.9320584110610274, 1.0188691221337574, 1.2425771778869188, - 1.4457152513992373 + 1.4457152513992375 ], "relative wind angle": [ - 0.018121830813079626, + 0.018121830813098008, 0.13127870019659515, - 0.23475101033465098, + 0.23475101033465195, 0.22040633547243882, 0.029849140641818702, 0.19116686205986366, 0.24516545717772875, - 0.1618221535179859 + 0.1618221535179873 ], "resistance": [ 96988.95683556578, @@ -121026,9 +91244,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 396.9320222409017, + 396.9320222408994, 276.0094954961461, - 13.961278481356885, + 13.96127848135643, -226.16260334239303, -318.66280188285367, -266.328325173581, @@ -121036,9 +91254,9 @@ 217.7728172168231 ], "relative wind speed": [ - 1.6147548049815337, + 1.6147548049815335, 1.5558813083410996, - 1.3623642680552486, + 1.3623642680552484, 1.1153715342310344, 0.9712412758959992, 1.0630033163494017, @@ -121046,13 +91264,13 @@ 1.5187787978643061 ], "relative wind angle": [ - 0.019324703840863194, + 0.01932470384086894, 0.13248172016227167, - 0.23850337018707346, + 0.23850337018707393, 0.22573973439739192, 0.032132166314412465, 0.19456748107561525, - 0.24982877549864002, + 0.24982877549864, 0.16512531662642577 ], "resistance": [ @@ -121106,37 +91324,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 371.72715865964096, + 371.72715865963505, 292.6553840902186, - 41.88127280789172, + 41.88127280789138, -207.63257918704403, - -322.28539013252794, + -322.28539013252737, -288.1705122986457, - -92.37423149381459, + -92.37423149381448, 176.76879419040438 ], "relative wind speed": [ - 1.7013938585920434, + 1.7013938585920432, 1.664787968278634, 1.4988159443829296, 1.275582441256671, - 1.1297358810064075, + 1.1297358810064073, 1.1830153183973329, - 1.3872977285902084, + 1.3872977285902082, 1.5949713660269005 ], "relative wind angle": [ - 0.033443486189067534, + 0.033443486189080815, 0.09749696004509614, - 0.1920422131702978, - 0.19128080223479324, - 0.05037815284281463, - 0.13741655454950144, - 0.20769664954777836, + 0.19204221317029896, + 0.19128080223479327, + 0.05037815284281023, + 0.13741655454950147, + 0.20769664954777728, 0.15263816726775403 ], "resistance": [ - 97006.22715865968, + 97006.22715865966, 96927.15538409025, 96676.38127280792, 96426.86742081298, @@ -121146,7 +91364,7 @@ 96811.26879419043 ], "fuel": [ - 39.158913647257506, + 39.1589136472575, 39.11808376244487, 38.98874672330707, 38.86029191124899, @@ -121186,37 +91404,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 358.10304314299435, + 358.1030431428977, 220.69116920556928, - -16.897998047531814, + -16.897998047532155, -220.8460985018965, - -283.25783399128363, + -283.2578339912836, -224.02478960551218, - -22.186213197674988, + -22.186213197674874, 216.093062838764 ], "relative wind speed": [ - 1.5501199513187254, + 1.5501199513187256, 1.4797935993897817, - 1.290870876395371, + 1.2908708763953707, 1.0673201721809749, - 0.9576405438493264, + 0.9576405438493265, 1.0630889792982692, - 1.2859236583773737, + 1.2859236583773739, 1.4767447053421168 ], "relative wind angle": [ - 0.0016396857470600506, + 0.0016396857473308887, 0.14080621505024207, - 0.2315523851659386, + 0.23155238516593907, 0.1992611138084178, 0.0026541393345238845, 0.1966161046617543, - 0.2324595830085475, + 0.23245958300854844, 0.14355781395640377 ], "resistance": [ - 96992.60304314298, + 96992.60304314288, 96855.19116920556, 96617.60200195246, 96413.6539014981, @@ -121226,7 +91444,7 @@ 96850.59306283874 ], "fuel": [ - 39.01011122592713, + 39.01011122592709, 38.93917844594914, 38.816699350891454, 38.71173003330142, @@ -121266,9 +91484,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 304.3654345025278, + 304.3654345025275, 254.1939370593592, - 52.13942016924784, + 52.1394201692475, -154.90437289731847, -257.85173197002115, -236.09073190978438, @@ -121276,7 +91494,7 @@ 136.7380994036149 ], "relative wind speed": [ - 1.4622271769745614, + 1.4622271769745612, 1.4354857744047222, 1.281918258978623, 1.0633179019847272, @@ -121286,14 +91504,14 @@ 1.352918769436324 ], "relative wind angle": [ - 0.047090734135799964, + 0.04709073413579997, 0.1032344372361259, - 0.21862680077650198, - 0.23276228940883942, + 0.21862680077650304, + 0.2327622894088394, 0.0759498726433835, - 0.15653285707773903, + 0.156532857077739, 0.2446400979075684, - 0.1822986713938282 + 0.18229867139382816 ], "resistance": [ 96938.86543450251, @@ -121346,9 +91564,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 316.7570592337038, + 316.7570592337031, 317.54180212188726, - 107.99567640322914, + 107.99567640322891, -133.63477174737022, -279.10427423098236, -279.44523679865216, @@ -121356,9 +91574,9 @@ 106.67588889730268 ], "relative wind speed": [ - 1.524860614780958, + 1.5248606147809578, 1.525257194680089, - 1.384199287434676, + 1.3841992874346758, 1.1551632785496548, 0.9603591531287939, 0.9597291740824803, @@ -121366,7 +91584,7 @@ 1.3831440262672672 ], "relative wind angle": [ - 0.07757036424268232, + 0.07757036424268375, 0.07677374530549032, 0.20634997312186107, 0.24848486826273744, @@ -121426,37 +91644,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 368.75957633199346, + 368.7595763319887, 206.36547674838403, - -42.327996389066925, + -42.32799638906715, -240.7645327226166, - -291.5081924249125, + -291.50819242491207, -209.64967808927366, - 9.391817765550172, - 251.56800132222543 + 9.3918177655504, + 251.5680013222251 ], "relative wind speed": [ - 1.5315197209682156, + 1.5315197209682154, 1.44102783010837, 1.231116130818625, 0.9956835815718164, 0.900490349617097, 1.0391700141561264, 1.2809327062364597, - 1.471410796092105 + 1.4714107960921052 ], "relative wind angle": [ - 0.016803847457550484, + 0.0168038474575637, 0.16827980480322796, - 0.2592389482014937, - 0.2073300342026964, - 0.028581890744931882, - 0.23439600052289725, - 0.24893871388509023, - 0.13974886072900697 + 0.25923894820149457, + 0.20733003420269638, + 0.028581890744927996, + 0.23439600052289722, + 0.24893871388508976, + 0.13974886072900855 ], "resistance": [ - 97003.259576332, + 97003.25957633198, 96840.86547674838, 96592.17200361093, 96393.73546727738, @@ -121506,9 +91724,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 339.746602565461, + 339.7466025654585, 246.04435649168045, - 16.962315415272315, + 16.962315415271974, -199.79178244540878, -288.21366466715955, -247.8285949142471, @@ -121516,29 +91734,29 @@ 176.8996217933369 ], "relative wind speed": [ - 1.6082585080261858, + 1.6082585080261855, 1.5621839971191427, - 1.3971333675303168, + 1.3971333675303166, 1.186298330969568, 1.0608722955479672, 1.1276198895215905, - 1.326636276238978, + 1.3266362762389783, 1.5181046492382015 ], "relative wind angle": [ - 0.02237623271489936, + 0.022376232714904323, 0.10785273904046193, 0.1972471153344822, 0.1857141045501885, - 0.033925541522535, - 0.1496860571517438, - 0.20787835115613648, + 0.033925541522535005, + 0.14968605715174377, + 0.207878351156137, 0.14479594293248702 ], "resistance": [ 96974.24660256544, 96880.54435649166, - 96651.46231541527, + 96651.46231541525, 96434.70821755458, 96346.28633533283, 96386.67140508574, @@ -121548,7 +91766,7 @@ "fuel": [ 39.06870687062088, 39.02033602590469, - 38.90221718414562, + 38.90221718414561, 38.79063464784344, 38.74516627662112, 38.765929510232795, @@ -121586,34 +91804,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 301.7040943604644, + 301.7040943604642, 388.1770997246107, - 188.59290301257067, + 188.59290301257045, -88.76160285798585, -292.3575307210781, -329.7415483169613, - -213.94836207038475, + -213.94836207038463, 41.810156548476016 ], "relative wind speed": [ - 1.646561806685448, + 1.6465618066854477, 1.6868337342225086, 1.5777279431767972, 1.3606119791129592, 1.142468880775983, 1.0821242441908971, 1.2357894092829431, - 1.471440100402014 + 1.4714401004020141 ], "relative wind angle": [ 0.10579542317286036, - 0.03363548085781031, - 0.16175740494657673, - 0.22429166128399658, - 0.15278511431542804, + 0.03363548085781032, + 0.16175740494657745, + 0.2242916612839966, + 0.15278511431542807, 0.052445714760828564, - 0.2070927957708319, - 0.20714172932056424 + 0.20709279577083134, + 0.20714172932056535 ], "resistance": [ 96936.20409436045, @@ -121666,19 +91884,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 418.8898681371013, + 418.8898681370997, 424.37933934124885, - 144.84683697691457, + 144.8468369769139, -181.31217386023263, -379.3614657504123, -381.74002677680403, - -189.23294194635002, + -189.2329419463499, 135.55038860992954 ], "relative wind speed": [ - 1.8196629571740661, + 1.819662957174066, 1.8219991213129514, - 1.6653455123500678, + 1.6653455123500676, 1.411480088995814, 1.19747211591945, 1.1939145480522897, @@ -121686,13 +91904,13 @@ 1.6591674733083577 ], "relative wind angle": [ - 0.07337258835721665, + 0.07337258835721967, 0.06951715297751478, - 0.18869075710865602, + 0.18869075710865663, 0.22521446418312552, 0.11162769447049213, 0.10620225666358174, - 0.2243361135231965, + 0.224336113523196, 0.19113970413200373 ], "resistance": [ @@ -121746,11 +91964,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 353.91801460952604, + 353.91801460952536, 450.8300576568794, - 220.76532836194838, + 220.76532836194792, -93.29477247205568, - -322.0383375002912, + -322.0383375002911, -364.16165241812655, -230.54742363762784, 58.763535035930886 @@ -121758,7 +91976,7 @@ "relative wind speed": [ 1.6474650698727418, 1.691976617356831, - 1.566413266677629, + 1.5664132666776287, 1.3139267315356362, 1.0521668799743908, 0.978984895738222, @@ -121766,11 +91984,11 @@ 1.447339919964181 ], "relative wind angle": [ - 0.12390704976856763, - 0.04082837425661173, + 0.12390704976856944, + 0.040828374256611726, 0.19354242525354654, 0.27517204313946064, - 0.1947441196581471, + 0.19474411965814653, 0.07060259342373436, 0.2605688576310992, 0.24923899592723875 @@ -121826,19 +92044,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 430.66313165743134, + 430.6631316574302, 452.3338598080303, - 167.74493123649825, + 167.7449312364978, -171.11348718647878, -383.772131102642, -393.1876181170936, - -202.0702823132981, + -202.07028231329832, 131.30261774021653 ], "relative wind speed": [ - 1.7938022923543178, + 1.7938022923543175, 1.8030883057972757, - 1.6439131498320592, + 1.643913149832059, 1.3759008768894507, 1.1389426677826746, 1.1241839822949935, @@ -121846,13 +92064,13 @@ 1.6192016062017605 ], "relative wind angle": [ - 0.08517643725554865, - 0.06935423505692985, + 0.08517643725554996, + 0.06935423505692986, 0.2016873550141948, 0.2502732990173984, 0.13439249925844515, - 0.11137883395605497, - 0.24711743276777512, + 0.11137883395605495, + 0.2471174327677756, 0.21203946333661297 ], "resistance": [ @@ -121906,7 +92124,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 414.75266637843583, + 414.752666378434, 424.64432286954707, 144.90637670771525, -185.66826352107273, @@ -121926,11 +92144,11 @@ 1.7491053107360683 ], "relative wind angle": [ - 0.06740170634495912, - 0.061172474482142955, + 0.06740170634496244, + 0.06117247448214295, 0.16743666338710597, 0.19741735384815948, - 0.09733697402797253, + 0.09733697402797255, 0.08891216910696621, 0.19580229079437206, 0.17124768669388107 @@ -121986,34 +92204,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 410.3692388074667, + 410.3692388074646, 371.2147892408468, - 98.75647021651594, + 98.7564702165156, -195.0371617532811, -354.82229251184253, -337.8283771457773, - -138.91684836376987, - 164.75327287047253 + -138.91684836376976, + 164.7532728704722 ], "relative wind speed": [ - 1.719892517198623, + 1.7198925171986228, 1.7022257512317986, - 1.5319470681106966, + 1.5319470681106961, 1.2761257999116216, 1.07855762771317, 1.1062297766998566, - 1.3320867117125361, - 1.5788666092529793 + 1.3320867117125363, + 1.5788666092529795 ], "relative wind angle": [ - 0.059669024895956026, - 0.09110609803312789, - 0.21148946637542543, + 0.05966902489595975, + 0.0911060980331279, + 0.2114894663754249, 0.23723930053619977, 0.0952370350974696, 0.1404582435012219, - 0.2438199397194478, - 0.19111739071567613 + 0.24381993971944826, + 0.1911173907156767 ], "resistance": [ 97044.86923880747, @@ -122066,34 +92284,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 343.70749894106336, + 343.7074989410622, 363.7583573252185, - 134.11667171188435, - -142.39698653815788, - -316.89566065789495, + 134.1166717118839, + -142.39698653815776, + -316.8956606578952, -325.57602269223094, - -171.40461335934594, + -171.40461335934606, 100.09677860976535 ], "relative wind speed": [ 1.6800327702461675, 1.6892689428281307, - 1.5527733925199236, - 1.3244477396886933, + 1.5527733925199234, + 1.3244477396886931, 1.1258898308730974, 1.1119840192920007, 1.2957749850366114, 1.5283900697132178 ], "relative wind angle": [ - 0.0780824173445097, + 0.07808241734451254, 0.061693123960877096, 0.18022649355853584, - 0.22034505359871978, - 0.11665926570724901, + 0.22034505359871875, + 0.11665926570724995, 0.09379906624011132, - 0.21649170362020043, - 0.1905527994934762 + 0.21649170362020093, + 0.19055279949347617 ], "resistance": [ 96978.20749894108, @@ -122146,17 +92364,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 340.3358323325101, + 340.3358323325083, 288.38911411710353, - 63.668441893962154, + 63.668441893961926, -168.11616514040043, - -285.50560231575787, + -285.50560231575804, -262.9401693991831, - -94.0424854624348, + -94.04248546243468, 150.91385031550544 ], "relative wind speed": [ - 1.5213995921255952, + 1.521399592125595, 1.4948832101183844, 1.3312808442212192, 1.0947162797963264, @@ -122166,19 +92384,19 @@ 1.4019271295839975 ], "relative wind angle": [ - 0.05136577750074248, + 0.0513657775007468, 0.10543968979421153, - 0.22776869207875486, + 0.22776869207875536, 0.24713513334664466, - 0.08487041035733962, + 0.08487041035734094, 0.16395176269378592, - 0.2576784262121633, + 0.25767842621216286, 0.19220204489958648 ], "resistance": [ 96974.83583233251, 96922.8891141171, - 96698.16844189397, + 96698.16844189395, 96466.3838348596, 96348.99439768425, 96371.55983060082, @@ -122188,7 +92406,7 @@ "fuel": [ 38.972867573077856, 38.946047560090165, - 38.8301402869501, + 38.830140286950076, 38.71078641463017, 38.650414814461385, 38.662015891983714, @@ -122226,34 +92444,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 352.54703200615756, + 352.54703200615666, 188.89103507382526, - -60.54336667264863, - -257.0958796392224, + -60.543366672648744, + -257.0958796392223, -302.80136729826495, -217.21597095877974, 6.014419819771092, 246.13029924138903 ], "relative wind speed": [ - 1.698898698176608, + 1.6988986981766077, 1.6146199594343011, - 1.4301461740374122, - 1.2370296832640628, + 1.4301461740374117, + 1.2370296832640626, 1.1676878920463305, 1.2816997255574918, 1.4847335521176612, 1.649093497234583 ], "relative wind angle": [ - 0.01634007403942981, + 0.016340074039429813, 0.12885485889940934, - 0.18684032196695294, - 0.13640916747731993, + 0.18684032196695174, + 0.13640916747731832, 0.023774769479527464, 0.16259138858677574, - 0.1798944306634476, - 0.10218491160081719 + 0.17989443066344762, + 0.1021849116008172 ], "resistance": [ 96987.04703200617, @@ -122306,10 +92524,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 328.5236564714536, + 328.523656471452, 169.94056145131037, - -60.58039961499071, - -236.52082298877997, + -60.580399614990824, + -236.52082298877986, -274.35226323895677, -187.31491865448965, 21.339015110123796, @@ -122318,19 +92536,19 @@ "relative wind speed": [ 1.535006660228068, 1.442569164030016, - 1.2473389460237492, - 1.0432727080394628, + 1.247338946023749, + 1.0432727080394626, 0.9759683642895872, 1.1080405687646824, 1.323973280988322, 1.490081122522739 ], "relative wind angle": [ - 0.025577990973365255, + 0.025577990973369595, 0.1569699859079107, - 0.22613000265293257, - 0.16367082348002251, - 0.04023562799491713, + 0.22613000265293307, + 0.16367082348002115, + 0.040235627994917124, 0.20495449742078042, 0.2128333136815592, 0.11433127485744017 @@ -122386,19 +92604,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 237.54213249414101, + 237.54213249413976, 28.341758146247685, - -177.84509134171265, + -177.845091341713, -269.817483434664, - -239.53590905069507, - -74.6003717059341, + -239.5359090506953, + -74.60037170593421, 148.95867270126985, 307.9027213090154 ], "relative wind speed": [ - 1.5549657592447768, + 1.5549657592447765, 1.4064610537839075, - 1.2108819763508323, + 1.210881976350832, 1.0872389528047262, 1.1367242725170192, 1.3160273129164497, @@ -122406,14 +92624,14 @@ 1.5899597616471661 ], "relative wind angle": [ - 0.09358788506398694, + 0.09358788506398931, 0.17979500677377316, - 0.1746286074467334, + 0.17462860744673403, 0.04233082416116722, - 0.1281861745253024, - 0.1922994303630495, - 0.14091308613870743, - 0.028941865173119485 + 0.12818617452530326, + 0.19229943036304953, + 0.14091308613870746, + 0.028941865173119488 ], "resistance": [ 96872.04213249416, @@ -122466,9 +92684,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 238.73430622966316, + 238.7343062296627, 12.166781522298606, - -200.53857140810226, + -200.5385714081026, -285.11086868141115, -243.73786244964583, -59.86198414333853, @@ -122476,9 +92694,9 @@ 334.84771298275257 ], "relative wind speed": [ - 1.5686114156680238, + 1.5686114156680233, 1.4057465972976235, - 1.2004841957338181, + 1.200484195733818, 1.081217466212383, 1.1485385999645148, 1.3429665644231954, @@ -122486,14 +92704,14 @@ 1.6157510574744374 ], "relative wind angle": [ - 0.1062893894384246, - 0.19134569387222525, + 0.10628938943842356, + 0.19134569387222528, 0.17724729056838986, - 0.029602118954866873, - 0.1454028882325709, - 0.20040945530191168, - 0.13886273498120066, - 0.019807349837446465 + 0.029602118954866877, + 0.14540288823257086, + 0.20040945530191165, + 0.1388627349812007, + 0.01980734983744646 ], "resistance": [ 96873.23430622966, @@ -122546,19 +92764,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 329.2108816974152, + 329.21088169741427, 120.98770923865959, - -129.12152028977164, + -129.1215202897721, -286.5939711958954, - -294.07748683902514, + -294.0774868390249, -154.09367346607985, 91.69145173056677, 311.93061175419564 ], "relative wind speed": [ - 1.6011623394575625, + 1.6011623394575623, 1.470429615781507, - 1.2519871231489472, + 1.251987123148947, 1.062077471912317, 1.0493832650236656, 1.2258722687301444, @@ -122566,11 +92784,11 @@ 1.5927703908176105 ], "relative wind angle": [ - 0.06266846114680197, + 0.06266846114680374, 0.1822994516207931, - 0.22286416770497594, + 0.22286416770497644, 0.11774310282479529, - 0.09570378728315605, + 0.09570378728315489, 0.2192098159630834, 0.1922522302957184, 0.0784114871753888 @@ -122629,17 +92847,17 @@ 286.1110765750544, 82.15579581394513, -149.07063679350733, - -281.5330262364937, + -281.5330262364938, -275.98752702066554, -130.0569952264774, 104.34331643578128, 299.00821672756194 ], "relative wind speed": [ - 1.6660559127968972, + 1.666055912796897, 1.5392749537184682, 1.3471801282604925, - 1.198801844505263, + 1.1988018445052633, 1.207209055012996, 1.3651844651642795, 1.555056818605325, @@ -122647,10 +92865,10 @@ ], "relative wind angle": [ 0.06323142007301263, - 0.15466094790483118, - 0.1716113356601017, - 0.07366823317777832, - 0.08731776214341955, + 0.1546609479048312, + 0.17161133566010173, + 0.07366823317777985, + 0.08731776214341953, 0.17457455913857517, 0.14848708392054516, 0.05279225958362585 @@ -122706,11 +92924,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 224.27377217790672, + 224.27377217790604, -13.292046578311101, - -223.35726589155558, + -223.3572658915558, -292.4221186854114, - -238.43555198694287, + -238.43555198694264, -38.442519209141324, 202.61079413392986, 350.0306852441131 @@ -122720,20 +92938,20 @@ 1.4263248177973773, 1.2242792082874272, 1.1222292544471268, - 1.2067693640977095, + 1.2067693640977097, 1.4050634358429515, 1.5842178400594509, 1.658073353344347 ], "relative wind angle": [ - 0.11404305588291554, + 0.11404305588291748, 0.1889694136913623, - 0.16170536512971057, - 0.009647342177642527, + 0.1617053651297113, + 0.009647342177642525, 0.15122596738943178, 0.19186422925035024, - 0.12474484226532562, - 0.006529529341346505 + 0.12474484226532563, + 0.006529529341346506 ], "resistance": [ 96858.77377217791, @@ -122786,9 +93004,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 170.2692267163428, + 170.26922671634236, -75.22693058060042, - -262.6289799913417, + -262.628979991342, -301.10924429635884, -208.98245127052814, 14.518492935491736, @@ -122796,9 +93014,9 @@ 336.93337901167104 ], "relative wind speed": [ - 1.6886053163598185, + 1.6886053163598183, 1.5151365482590227, - 1.3425516842152077, + 1.3425516842152074, 1.2886865058377175, 1.3976648979333457, 1.5840506057204755, @@ -122806,14 +93024,14 @@ 1.7731729106394125 ], "relative wind angle": [ - 0.11633783728727724, + 0.11633783728727819, 0.16061435888228345, - 0.10946495771643107, + 0.10946495771643105, 0.027074587543716278, 0.14070187383883836, 0.15357008685304438, - 0.08474682304876958, - 0.019675827424613428 + 0.0847468230487696, + 0.01967582742461343 ], "resistance": [ 96804.76922671635, @@ -122866,9 +93084,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 207.48209159513374, + 207.4820915951335, -23.327345586024194, - -222.8208147734939, + -222.82081477349402, -282.5417816048514, -226.43627780562008, -29.362215517422783, @@ -122876,9 +93094,9 @@ 338.44593339240475 ], "relative wind speed": [ - 1.5938136846219384, - 1.426095729584988, - 1.2341117208265722, + 1.5938136846219382, + 1.4260957295849883, + 1.234111720826572, 1.143355348141408, 1.2299729573628064, 1.4210300866594723, @@ -122886,14 +93104,14 @@ 1.6570498136774303 ], "relative wind angle": [ - 0.11305049964343312, - 0.1810937025335639, + 0.11305049964343411, + 0.18109370253356455, 0.14919386049130792, - 0.0022522171808452176, + 0.002252217180845218, 0.14670603651288466, - 0.18174644948562915, + 0.18174644948562918, 0.11558367419769569, - 0.0015540169022352946 + 0.0015540169022352944 ], "resistance": [ 96841.98209159516, @@ -122946,13 +93164,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 187.75684536419556, + 187.75684536419487, -69.51950146642059, - -269.25839669414415, + -269.2583966941439, -313.2736181108969, -221.01067047149502, 11.06079203181855, - 256.92823495269647, + 256.9282349526969, 359.50719721666735 ], "relative wind speed": [ @@ -122966,13 +93184,13 @@ 1.7504741032046809 ], "relative wind angle": [ - 0.12582032469221857, - 0.17874799288383508, - 0.1268185304034481, + 0.12582032469222032, + 0.1787479928838351, + 0.12681853040344723, 0.026401450703433298, - 0.15634357544183675, - 0.17129246934597692, - 0.09582280117806678, + 0.15634357544183677, + 0.17129246934597694, + 0.09582280117806563, 0.01847260922791512 ], "resistance": [ @@ -123026,9 +93244,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 157.22059918290677, + 157.22059918290586, -106.35945892480834, - -290.33112567079024, + -290.3311256707907, -315.95331397912616, -193.21895465883858, 55.64303821764099, @@ -123036,23 +93254,23 @@ 356.1903435742071 ], "relative wind speed": [ - 1.5926381028875727, + 1.5926381028875725, 1.387383977569013, - 1.1944623430766048, + 1.1944623430766046, 1.1549851978316634, 1.304192180741624, 1.5207166303627058, - 1.676506212946694, + 1.6765062129466943, 1.7039432396258603 ], "relative wind angle": [ - 0.15274390763773663, + 0.1527439076377381, 0.19938991813256973, - 0.12279563529615659, + 0.1227956352961575, 0.05881605653601412, 0.18688756542322713, 0.18170317155389581, - 0.08737979792531127, + 0.08737979792531253, 0.03985490270571862 ], "resistance": [ @@ -123106,33 +93324,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 129.6129739548221, + 129.61297395482075, -155.6585168190902, - -334.1886112331829, - -341.7958003675129, + -334.188611233183, + -341.79580036751304, -181.64754559478854, 99.26634857001318, - 348.2412028538963, + 348.24120285389677, 365.91502568745886 ], "relative wind speed": [ - 1.693417473620034, + 1.6934174736200336, 1.4808189338748807, - 1.3023323659909674, - 1.2916616367437521, + 1.3023323659909671, + 1.2916616367437523, 1.458080844067475, 1.6735703668731228, - 1.8159275581064755, + 1.8159275581064753, 1.8235330279330366 ], "relative wind angle": [ - 0.15269558681791603, + 0.1526955868179175, 0.18093827202755378, 0.09171959816090423, - 0.07577887582214823, + 0.0757788758221497, 0.17758448253798784, - 0.15990739590481082, - 0.06573386616603535, + 0.15990739590481085, + 0.06573386616603366, 0.0536507651631328 ], "resistance": [ @@ -123186,9 +93404,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 793.9778158523291, + 793.977815852327, 810.2825294449174, - 302.21735920366564, + 302.2173592036647, -280.0553317332332, -636.6910565196827, -643.8196281957479, @@ -123196,9 +93414,9 @@ 275.5063548014991 ], "relative wind speed": [ - 2.1800955292363704, + 2.18009552923637, 2.185729938704243, - 1.9479441741099588, + 1.9479441741099583, 1.542665334136249, 1.1670901630503645, 1.156503610170449, @@ -123206,12 +93424,12 @@ 1.9326405853493895 ], "relative wind angle": [ - 0.1021774856105647, + 0.10217748561056578, 0.09367623690362185, - 0.2657037640014285, + 0.26570376400142853, 0.3430754119573006, 0.1917051396569415, - 0.17771828275254872, + 0.17771828275254875, 0.3424438847484095, 0.27184372021370085 ], @@ -123266,9 +93484,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 657.5601640798384, + 657.5601640798368, 810.7974126212805, - 391.2466766011353, + 391.2466766011346, -160.65300578452184, -552.5448642827838, -619.4054112772019, @@ -123276,7 +93494,7 @@ 139.6204753935824 ], "relative wind speed": [ - 2.0765071307754996, + 2.076507130775499, 2.131547546858814, 1.9475657007008491, 1.581156584256244, @@ -123286,14 +93504,14 @@ 1.7982904989801545 ], "relative wind angle": [ - 0.13922703734318662, + 0.13922703734318823, 0.05358832762270642, - 0.23297231637949917, - 0.3362551050941466, + 0.23297231637950014, + 0.33625510509414663, 0.24407329344131629, - 0.10483465623764353, + 0.10483465623764354, 0.32862855947577785, - 0.29434600349398804 + 0.294346003493988 ], "resistance": [ 97292.06016407987, @@ -123346,9 +93564,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 966.8575507676271, + 966.8575507676239, 797.3538399931851, - 169.37901432611488, + 169.37901432611397, -462.4292376401406, -773.4518964350298, -699.6075039647628, @@ -123356,9 +93574,9 @@ 450.87482682926225 ], "relative wind speed": [ - 2.43266195317367, + 2.4326619531736697, 2.3789127968418406, - 2.087558137347706, + 2.0875581373477057, 1.6661820430690701, 1.3566785483494563, 1.4488598161977078, @@ -123366,11 +93584,11 @@ 2.2320972786427795 ], "relative wind angle": [ - 0.05207893498716646, + 0.05207893498716859, 0.12297177236060504, - 0.2613056083677161, - 0.28651959673369004, - 0.09347666690329126, + 0.26130560836771655, + 0.28651959673369, + 0.09347666690329128, 0.20278841810725476, 0.29679438383763346, 0.21255948100661934 @@ -123426,34 +93644,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 892.6088153194873, + 892.6088153194842, 936.7119263486834, 349.1981971307364, -348.4284961129481, -786.0304367535082, -805.2137540882719, - -411.1394441623661, + -411.1394441623663, 275.2683785160348 ], "relative wind speed": [ - 2.5438636880214838, + 2.5438636880214833, 2.557155989724134, 2.325273038044068, 1.9333870846285979, 1.5842802197127872, 1.5627346294318316, - 1.8905796932033232, + 1.890579693203323, 2.289803628872745 ], "relative wind angle": [ - 0.08791357372435643, + 0.08791357372435896, 0.07180196600740667, - 0.20914923839577634, - 0.26122186401734415, - 0.14145145838892934, + 0.20914923839577687, + 0.2612218640173441, + 0.1414514583889293, 0.11766238424347121, - 0.2582270247323652, - 0.21982807300450777 + 0.25822702473236525, + 0.21982807300450774 ], "resistance": [ 97527.10881531953, @@ -123506,17 +93724,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 219.48103844148363, + 219.48103844148307, 446.0041582219392, 355.43542982085194, 70.76942463771377, -207.2844787816278, -338.99599375280343, - -299.49113716017274, - -82.46429697902272 + -299.49113716017285, + -82.46429697902283 ], "relative wind speed": [ - 1.442911235865705, + 1.4429112358657048, 1.5759866296491223, 1.5319438988311886, 1.32345421640842, @@ -123526,14 +93744,14 @@ 1.173440873968458 ], "relative wind angle": [ - 0.2305918852808528, - 0.05009735957499789, + 0.23059188528085375, + 0.0500973595749979, 0.1429019483732514, 0.297119252585787, - 0.32823477978516546, - 0.09844374113580068, - 0.2493489553784632, - 0.3365095048570144 + 0.3282347797851654, + 0.09844374113580066, + 0.24934895537846366, + 0.3365095048570145 ], "resistance": [ 96853.9810384415, @@ -123586,9 +93804,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 423.07236856449606, + 423.07236856449447, 536.9443837984571, - 263.9101164273319, + 263.91011642733145, -106.14369303825538, -374.773138422831, -424.3478680797586, @@ -123596,24 +93814,24 @@ 74.77266429580379 ], "relative wind speed": [ - 1.7509162499655897, + 1.7509162499655895, 1.799850001903665, - 1.6597511248225143, + 1.659751124822514, 1.3767976021122865, 1.0794269423496416, 0.9956958415657045, - 1.2149470942861085, + 1.2149470942861083, 1.5281683811287672 ], "relative wind angle": [ - 0.13121988890399885, + 0.13121988890400144, 0.04378673789261766, - 0.2066269692929482, + 0.20662696929294816, 0.29688731242956046, 0.21386536566454253, 0.07920774284152013, - 0.28407620531697375, - 0.2667185401221679 + 0.28407620531697336, + 0.26671854012216784 ], "resistance": [ 97057.57236856454, @@ -123666,9 +93884,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 447.7597140171997, + 447.75971401719926, 549.5761574359792, - 263.76418824898553, + 263.7641882489851, -110.94771813410148, -376.1721759217838, -420.5996441993064, @@ -123676,7 +93894,7 @@ 96.55098321430421 ], "relative wind speed": [ - 1.7127437317453944, + 1.7127437317453942, 1.7571005991457653, 1.6046756681751715, 1.3024605026403777, @@ -123686,12 +93904,12 @@ 1.4843884096392188 ], "relative wind angle": [ - 0.13811960548210964, + 0.13811960548211047, 0.05445436149643132, - 0.23334849366304147, - 0.3357433572820864, + 0.23334849366304244, + 0.33574335728208643, 0.24224861077115845, - 0.10630295044859625, + 0.10630295044859624, 0.3282394076007486, 0.2932770040567139 ], @@ -123746,11 +93964,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 561.3308452786978, + 561.330845278696, 567.8727041976529, - 196.93295227699514, - -233.26570256993682, - -494.4460486875432, + 196.93295227699446, + -233.26570256993705, + -494.446048687543, -497.2891595973664, -242.6023258256472, 185.93878464305908 @@ -123758,21 +93976,21 @@ "relative wind speed": [ 2.0265692332442127, 2.0290541641460855, - 1.8419664639615319, - 1.5357604871956931, + 1.8419664639615316, + 1.535760487195693, 1.2728266034297362, 1.2688615442560887, - 1.5278186951243808, + 1.527818695124381, 1.835350142479348 ], "relative wind angle": [ - 0.07964720802956692, + 0.07964720802956972, 0.07588564370642155, - 0.20711992672868187, - 0.25127901314847123, - 0.127019951122223, + 0.20711992672868243, + 0.2512790131484708, + 0.12701995112222214, 0.12153230820305745, - 0.2505389147104394, + 0.2505389147104398, 0.2095873232609117 ], "resistance": [ @@ -123826,9 +94044,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 401.3271919103247, + 401.3271919103229, 475.69448159959234, - 213.4349459824507, + 213.43494598245024, -125.87235918006377, -360.56339022474396, -392.9088418714757, @@ -123838,7 +94056,7 @@ "relative wind speed": [ 1.7322446625600794, 1.7648801447503786, - 1.622637116935441, + 1.6226371169354408, 1.3555002939251282, 1.0927605591941794, 1.0392282162086155, @@ -123846,10 +94064,10 @@ 1.535387952234597 ], "relative wind angle": [ - 0.11074183962194989, + 0.11074183962195391, 0.05268890869618296, - 0.20032586396758084, - 0.27163023238154355, + 0.2003258639675814, + 0.2716302323815435, 0.1760981749146209, 0.08955776258854642, 0.2613275145393, @@ -123906,34 +94124,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 449.4090274461312, + 449.40902744613027, 430.5477298460203, - 140.82320562557481, - -178.6611752802911, - -363.4112435569967, + 140.8232056255747, + -178.66117528029122, + -363.41124355699674, -355.1717839331139, -152.51966317940264, 171.90803712491265 ], "relative wind speed": [ - 1.6553158306575448, + 1.6553158306575446, 1.6466545360490938, 1.4620863987187136, - 1.1639829303684062, + 1.163982930368406, 0.906381437519996, 0.9220231279177518, - 1.1932733015483226, + 1.1932733015483223, 1.485510534233019 ], "relative wind angle": [ - 0.08482524215978571, - 0.10182175320731462, - 0.2607610600144997, - 0.31960260017346404, - 0.1553539789962173, - 0.1825429906469459, - 0.32139992899173925, - 0.2487425367497276 + 0.08482524215978701, + 0.10182175320731461, + 0.2607610600145001, + 0.3196026001734637, + 0.155353978996218, + 0.18254299064694593, + 0.3213999289917385, + 0.24874253674972757 ], "resistance": [ 97083.90902744616, @@ -123986,9 +94204,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 541.1809099857201, + 541.1809099857176, 483.4508413637159, - 120.98728222259456, + 120.9872822225941, -268.30614107273993, -476.8273414473773, -451.8379113208201, @@ -123998,7 +94216,7 @@ "relative wind speed": [ 2.0363982089992545, 2.0142820428736994, - 1.8226041234669301, + 1.82260412346693, 1.5399328216735344, 1.327644452239461, 1.3609648448560845, @@ -124006,14 +94224,14 @@ 1.8810008936494886 ], "relative wind angle": [ - 0.05373293922147464, - 0.08639276707527473, - 0.1961208355142505, + 0.05373293922147877, + 0.08639276707527474, + 0.19612083551425108, 0.2149557621734387, 0.08247169880822072, 0.12805542225334943, 0.22262149170746456, - 0.17552726355966264 + 0.1755272635596626 ], "resistance": [ 97175.68090998573, @@ -124066,9 +94284,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 684.9065139875245, + 684.9065139875206, 484.9748963068712, - 34.09171137141766, + 34.091711371417205, -382.88892622840274, -548.4872278326837, -461.8733540406969, @@ -124076,9 +94294,9 @@ 370.31983955542796 ], "relative wind speed": [ - 2.1052220496853695, + 2.105222049685369, 2.0307303873440787, - 1.7763885656677432, + 1.776388565667743, 1.447153683055087, 1.249661908991472, 1.3673876038574602, @@ -124086,17 +94304,17 @@ 1.9746799697383308 ], "relative wind angle": [ - 0.02248832577111544, - 0.13292540207252013, - 0.24331067917250068, + 0.022488325771120372, + 0.13292540207252015, + 0.24331067917250113, 0.2343813090477333, 0.037890454872406824, 0.19812251885082652, - 0.25685067920778765, + 0.2568506792077876, 0.17103173108563458 ], "resistance": [ - 97319.40651398755, + 97319.40651398753, 97119.47489630689, 96668.59171137144, 96251.61107377161, @@ -124106,7 +94324,7 @@ 97004.81983955544 ], "fuel": [ - 39.59995389749585, + 39.59995389749583, 39.49652820402876, 39.26382987948463, 39.04930176337844, @@ -124146,9 +94364,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 523.1596019313121, + 523.1596019313102, 417.0739451312519, - 86.03601294508985, + 86.03601294508962, -235.91707202294697, -388.73383501378987, -342.447156156376, @@ -124156,9 +94374,9 @@ 259.1786968779054 ], "relative wind speed": [ - 1.6735516877761887, + 1.6735516877761885, 1.6251965058336082, - 1.3960886048414285, + 1.3960886048414283, 1.0628527290496168, 0.8142721031679856, 0.9069457685453821, @@ -124166,14 +94384,14 @@ 1.5277952696640755 ], "relative wind angle": [ - 0.052328360736164085, + 0.052328360736168325, 0.14993602210776621, 0.31373648773884033, 0.35210993881167724, 0.1077081386314748, 0.2709755180211662, - 0.3576495654214742, - 0.2422881702028956 + 0.35764956542147425, + 0.24228817020289556 ], "resistance": [ 97157.65960193129, @@ -124226,9 +94444,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 538.3993264785998, + 538.3993264785901, 328.76617681346113, - -5.016399998573547, + -5.016399998573775, -280.108590889018, -365.33719586456414, -271.585366324044, @@ -124236,9 +94454,9 @@ 341.53484678381346 ], "relative wind speed": [ - 1.6125344187852944, + 1.6125344187852941, 1.5103133676465053, - 1.2390075363595177, + 1.2390075363595174, 0.8941414625377329, 0.7106535884611015, 0.9078817687717595, @@ -124246,12 +94464,12 @@ 1.5184883336827948 ], "relative wind angle": [ - 0.004673699586735845, + 0.004673699586759599, 0.21634109315421698, - 0.3725180645814447, + 0.37251806458144476, 0.35827837667135576, - 0.01060518852640741, - 0.36515596157278163, + 0.010605188526407409, + 0.3651559615727816, 0.3681399799857594, 0.20797899952656418 ], @@ -124306,9 +94524,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 775.8620653334331, + 775.8620653334178, 505.97610763282637, - 2.422877376139695, + 2.422877376139013, -439.52250751376755, -592.4658290917899, -475.55832880456387, @@ -124318,25 +94536,25 @@ "relative wind speed": [ 2.1497884788043486, 2.0513147189898726, - 1.762479414049302, + 1.7624794140493016, 1.4007831007488463, 1.202369672980671, 1.3635949757017507, - 1.7207410174561395, + 1.7207410174561397, 2.026102178756049 ], "relative wind angle": [ - 0.01008819285393985, + 0.010088192853961862, 0.1564687152071309, - 0.2721458078577979, + 0.27214580785779796, 0.2527782726346894, - 0.01803795412473735, + 0.018037954124737354, 0.236625349032841, - 0.2789213962617578, + 0.2789213962617582, 0.1737810978753352 ], "resistance": [ - 97410.36206533345, + 97410.36206533344, 97140.47610763284, 96636.92287737616, 96194.97749248624, @@ -124346,7 +94564,7 @@ 97087.88420657866 ], "fuel": [ - 39.64611363567775, + 39.64611363567774, 39.50644397180028, 39.246572921613215, 39.01927355389611, @@ -124386,37 +94604,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 715.3023643547322, + 715.3023643546987, 433.30130663734394, - -24.24843669090251, + -24.24843669090285, -405.38415985168626, - -520.2557652790836, + -520.2557652790922, -393.9103825244142, -5.1851441381919585, 450.189720696173 ], "relative wind speed": [ - 1.972942462132675, + 1.9729424621326745, 1.8592014641620231, - 1.5611745315943812, + 1.561174531594381, 1.1964694579238042, - 1.0141947120441, + 1.0141947120441002, 1.2101499033103889, 1.576016165756373, 1.8680347183818276 ], "relative wind angle": [ - 0.0039503063797818325, - 0.18636324595725104, - 0.3121068895319909, - 0.282445989742147, - 0.007684701509602917, + 0.003950306379838041, + 0.18636324595725107, + 0.31210688953199095, + 0.28244598974214696, + 0.0076847015096607055, 0.28865464489005577, 0.3090698981309589, 0.17947181210468519 ], "resistance": [ - 97349.80236435473, + 97349.8023643547, 97067.80130663734, 96610.2515633091, 96229.11584014831, @@ -124426,7 +94644,7 @@ 97084.68972069617 ], "fuel": [ - 39.41462852396438, + 39.41462852396437, 39.268759034696636, 39.032713788867206, 38.83668447860524, @@ -124466,9 +94684,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 499.59870377219397, + 499.59870377219215, 253.89278600008288, - -75.98321841323275, + -75.98321841323309, -315.51081374625664, -363.02347799164727, -223.6642552028482, @@ -124476,22 +94694,22 @@ 390.6448688552074 ], "relative wind speed": [ - 1.6082898486717596, + 1.6082898486717594, 1.4689381538056219, - 1.1781954515113986, + 1.1781954515113984, 0.853541749909011, - 0.7518892671613242, + 0.7518892671613241, 0.9970729199547818, 1.328077251311412, 1.556727397001571 ], "relative wind angle": [ - 0.04963219010360247, + 0.049632190103606956, 0.247600098173194, 0.3729870024431144, 0.2937823573033208, - 0.10631977978111294, - 0.36940562155685164, + 0.1063197797811119, + 0.3694056215568517, 0.3291872392612903, 0.15944628376550932 ], @@ -124546,41 +94764,41 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 447.5053364172102, + 447.50533641720995, 274.949974631871, - -5.737545792764081, + -5.737545792764308, -240.1189078166828, - -313.1338848057295, + -313.13388480572456, -237.4403700003278, -1.2828926784488885, 278.92653340077266 ], "relative wind speed": [ - 1.5091445202304454, + 1.5091445202304452, 1.419713614833747, - 1.1793908027824405, + 1.1793908027824402, 0.8772350036850205, - 0.7178737650327885, + 0.7178737650327884, 0.8816309757033419, 1.1840174237637393, 1.4224340665822348 ], "relative wind angle": [ - 0.00162674490726457, - 0.19959727810416744, - 0.34209171752743217, + 0.0016267449072645702, + 0.19959727810416747, + 0.34209171752743184, 0.3224899102429482, - 0.003419816943691112, + 0.003419816943626183, 0.32497685366732393, - 0.3407006099118914, - 0.19672097885921344 + 0.34070060991189133, + 0.19672097885921347 ], "resistance": [ 97082.00533641719, 96909.44997463186, 96628.76245420722, 96394.3810921833, - 96321.36611519425, + 96321.36611519427, 96397.05962999965, 96633.21710732154, 96913.42653340077 @@ -124590,7 +94808,7 @@ 38.861217156949415, 38.71648635630051, 38.5958569898513, - 38.5583200333964, + 38.558320033396406, 38.597234401774685, 38.718781017996875, 38.86326969453461 @@ -124626,9 +94844,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 630.3846866522928, + 630.3846866522882, 331.99239584098757, - -89.114400849086, + -89.11440084908611, -406.5172955648088, -477.01568956987666, -313.76233805988966, @@ -124636,7 +94854,7 @@ 468.462268072666 ], "relative wind speed": [ - 1.8795391059199753, + 1.8795391059199746, 1.738114936976742, 1.432457917810517, 1.092260930829345, @@ -124646,14 +94864,14 @@ 1.8130373966365279 ], "relative wind angle": [ - 0.035134420108358905, - 0.2130102639772499, - 0.322219166526642, + 0.035134420108365226, + 0.21301026397724993, + 0.3222191665266424, 0.2536326408921394, 0.06788054871277013, 0.30909028983481607, - 0.2953815143298758, - 0.15174923878092178 + 0.29538151432987586, + 0.15174923878092175 ], "resistance": [ 97264.8846866523, @@ -124706,9 +94924,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 499.08211302364384, + 499.08211302362247, 301.7707234769106, - -18.152369730247074, + -18.152369730247187, -284.4991293175072, -364.44678854028353, -275.79734339391973, @@ -124726,17 +94944,17 @@ 1.5669101288384057 ], "relative wind angle": [ - 0.004248991208107555, - 0.18504806860787962, - 0.3090706745746896, + 0.004248991208159814, + 0.1850480686078796, + 0.30907067457469, 0.2784476622946031, 0.008202415475184155, - 0.2851402770972771, + 0.28514027709727713, 0.30584117400654054, 0.17764607091643525 ], "resistance": [ - 97133.58211302364, + 97133.58211302363, 96936.2707234769, 96616.34763026975, 96350.00087068249, @@ -124786,19 +95004,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 490.212446508208, + 490.21244650820665, 246.98260972618016, - -83.29540623579567, - -324.51830064630593, + -83.29540623579601, + -324.5183006463059, -371.8081123516682, -233.07714288832796, 68.65684154066935, 381.73636348024127 ], "relative wind speed": [ - 1.652596579595661, + 1.6525965795956608, 1.518025026800458, - 1.2397118829673213, + 1.239711882967321, 0.9370868212423632, 0.8450014922053846, 1.0680369819103046, @@ -124806,13 +95024,13 @@ 1.6021770395853534 ], "relative wind angle": [ - 0.04508736395749633, + 0.04508736395749879, 0.2250578835639309, - 0.3324587727240738, - 0.25175006083650603, + 0.3324587727240742, + 0.251750060836506, 0.08826349130996959, 0.32276110447634865, - 0.2972550911541797, + 0.29725509115417975, 0.14621443961364014 ], "resistance": [ @@ -124866,21 +95084,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 455.2727600400883, + 455.2727600400881, 178.26639985414613, - -148.25932245928664, + -148.25932245928675, -354.47182969619314, - -365.29255147513845, + -365.29255147513834, -182.5204395880756, 137.4989577107391, 430.5060838453114 ], "relative wind speed": [ - 1.654800535099717, + 1.6548005350997168, 1.4861958404559563, 1.1926081320125208, 0.916336701130849, - 0.895632610487533, + 0.8956326104875331, 1.1540123516437921, 1.4554066192623378, 1.6434261876018816 @@ -124888,9 +95106,9 @@ "relative wind angle": [ 0.08306854643652979, 0.24967352282772667, - 0.32607458070344775, - 0.18998366554286533, - 0.1539106849672138, + 0.3260745807034481, + 0.1899836655428653, + 0.15391068496721377, 0.3238428628538659, 0.26559809506678445, 0.10548998119868129 @@ -124946,32 +95164,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 525.6105909551447, + 525.6105909551425, 376.28497060565905, - 33.761770678465155, - -283.6057025319965, - -412.28019080195395, + 33.76177067846504, + -283.60570253199637, + -412.28019080195435, -347.4610348916275, -72.33923561473841, 283.1897389318792 ], "relative wind speed": [ - 1.7932136093182773, + 1.7932136093182771, 1.7282207601942827, - 1.5007264853523952, - 1.2009218981649612, + 1.500726485352395, + 1.2009218981649614, 1.015536654904497, 1.1225786164596196, 1.412356103205118, 1.6747287364247276 ], "relative wind angle": [ - 0.02557305384263227, + 0.02557305384263661, 0.14089116025716217, 0.26224544469893357, - 0.25896483441151685, - 0.04516680296405069, - 0.21790683403536204, + 0.25896483441151774, + 0.04516680296405315, + 0.21790683403536207, 0.2790796313500028, 0.18467900813518626 ], @@ -125026,33 +95244,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 536.8221872308378, + 536.8221872308351, 288.49752300180774, - -78.03864876295165, + -78.0386487629521, -362.5157540101079, - -429.17406630875024, + -429.1740663087495, -297.43768087449564, - 30.141207434545095, + 30.141207434545322, 383.02402212287313 ], "relative wind speed": [ - 1.8565925171355582, + 1.8565925171355577, 1.7392779464085217, - 1.480442510075548, + 1.4804425100755478, 1.1979081391853816, - 1.0946183459584111, + 1.094618345958411, 1.2728068679612903, 1.5663381092068485, 1.7916866880305526 ], "relative wind angle": [ - 0.023895546870395457, + 0.023895546870400103, 0.1738755490027395, 0.2604045188203305, 0.2001483525063505, - 0.040536706763728614, - 0.23866307505148487, - 0.2458203661820754, + 0.04053670676372314, + 0.23866307505148485, + 0.24582036618207495, 0.13332061531317915 ], "resistance": [ @@ -125106,34 +95324,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 414.89906030753707, + 414.89906030753593, 134.1526000898508, -177.88595181578353, -358.9017732598616, - -351.72465405135, + -351.7246540513499, -154.82169211513076, - 161.47068876027402, + 161.4706887602739, 431.3530874139418 ], "relative wind speed": [ - 1.6614021055081936, + 1.6614021055081931, 1.4846735014062014, 1.2012709347577684, 0.9604941588008151, 0.9734733767781478, 1.2262348737926017, - 1.5049436909031197, + 1.5049436909031195, 1.668939286610637 ], "relative wind angle": [ - 0.09473234785532841, + 0.0947323478553296, 0.24229835884772444, - 0.29270979560265964, - 0.13994301428263453, - 0.1621451222373152, + 0.29270979560266003, + 0.1399430142826345, + 0.1621451222373145, 0.2947520011725169, - 0.23241024955163211, - 0.08036269731978467 + 0.23241024955163164, + 0.08036269731978465 ], "resistance": [ 97049.39906030754, @@ -125186,9 +95404,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 318.08798130910986, + 318.08798130910895, 78.9694356774944, - -174.21341853657748, + -174.2134185365776, -308.1216063178539, -289.4725174094501, -112.80689095949276, @@ -125196,23 +95414,23 @@ 361.0350709346653 ], "relative wind speed": [ - 1.5712232144017284, + 1.5712232144017282, 1.4077956315673792, 1.166017871800421, 0.98305612683891, 1.01618098883333, 1.2326709420120956, - 1.4634782247041465, + 1.4634782247041467, 1.5921579202534102 ], "relative wind angle": [ - 0.0970576711490997, + 0.09705767114910199, 0.21863166190979338, - 0.24211432826685217, + 0.2421143282668526, 0.0916943451531604, - 0.15040185612034607, + 0.1504018561203461, 0.25031385758901764, - 0.1922053261338174, + 0.192205326133818, 0.05656627811877507 ], "resistance": [ @@ -125266,34 +95484,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 446.80342582940204, + 446.8034258294016, 175.3503586885571, -156.33831485107555, -370.8419961189344, -386.58980782976676, -208.24646378982573, 114.28047128943547, - 410.5360925564079 + 410.53609255640765 ], "relative wind speed": [ - 1.7912869906618951, + 1.791286990661895, 1.6406566642746183, 1.3801134974249298, 1.1439510339240646, 1.1192262608581907, 1.3302714820217854, 1.5989569225387787, - 1.7755992053087932 + 1.7755992053087934 ], "relative wind angle": [ - 0.06276344130214176, + 0.06276344130214177, 0.19493961137138113, 0.24674688880605708, 0.13936862316188453, 0.10055437634726527, - 0.24123699466081053, + 0.24123699466081056, 0.21241473288069826, - 0.08961942822095995 + 0.0896194282209612 ], "resistance": [ 97081.3034258294, @@ -125346,34 +95564,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 335.24823064627367, + 335.2482306462723, 83.39069469604306, - -190.93288688814675, + -190.9328868881471, -339.2709004246217, -323.92277430850027, - -138.6861085048563, - 144.4389308278087, - 370.8735454497837 + -138.6861085048564, + 144.43893082780914, + 370.87354544978325 ], "relative wind speed": [ - 1.7778143822792292, + 1.7778143822792287, 1.628201151209171, 1.409286223667699, 1.247112449647066, 1.2692518017192336, 1.4562228968147446, 1.6689926464148463, - 1.793414244379053 + 1.7934142443790533 ], "relative wind angle": [ - 0.07414229633282565, + 0.07414229633282715, 0.16885069396442315, - 0.18213555925340372, - 0.07012321444639619, + 0.18213555925340494, + 0.07012321444639617, 0.10394150102699705, - 0.18901950306895532, - 0.15354779925498535, - 0.048741940137232376 + 0.18901950306895535, + 0.15354779925498463, + 0.04874194013723466 ], "resistance": [ 96969.74823064628, @@ -125413,68 +95631,7 @@ "id": "2552", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.074848841830055, - 7.074848841830055, - 7.074848841830055, - 7.074848841830055, - 7.074848841830055, - 7.074848841830055, - 7.074848841830055, - 7.074848841830055 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 372.3511664075527, - -508.4819884186809, - -994.336754927998, - -943.4907939676903, - -351.3459404928303, - 560.9915857983337, - 1323.6961349575195, - 1207.3868839585725 - ], - "relative wind speed": [ - 2.299235148990361, - 1.757952196489197, - 1.2886189926702207, - 1.354437915878375, - 1.8736008498713623, - 2.388821150662021, - 2.671389808081367, - 2.6386284973490413 - ], - "relative wind angle": [ - 0.3077990523044314, - 0.3801592783962576, - 0.17624594089090442, - 0.24824771121948172, - 0.3809333389385334, - 0.27658509246302876, - 0.08467882212988634, - 0.12646034886354324 - ], - "resistance": [ - 97006.8511664076, - 96126.01801158137, - 95640.16324507206, - 95691.00920603237, - 96283.15405950723, - 97195.49158579839, - 97958.19613495757, - 97841.88688395864 - ], - "fuel": [ - 39.81310001035599, - 39.35958062276558, - 39.11066132956712, - 39.136670227076145, - 39.440274543125504, - 39.91060168868965, - 40.30616715631529, - 40.24570520094621 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 29.53125, -43.28125 29.6875, -43.125 29.6875, -43.125 29.53125, -43.28125 29.53125))", @@ -125493,68 +95650,7 @@ "id": "2553", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.397113804901678, - 6.397113804901678, - 6.397113804901678, - 6.397113804901678, - 6.397113804901678, - 6.397113804901678, - 6.397113804901678, - 6.397113804901678 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 145.28360289104603, - -611.9521216176321, - -924.3776271480585, - -754.1807626111928, - -92.42920077371218, - 773.8591996242578, - 1381.809929482674, - 989.4187636529698 - ], - "relative wind speed": [ - 2.0081911487414437, - 1.4293439044804648, - 1.0228739188978666, - 1.2753263173790321, - 1.8557255448708345, - 2.3309922759404786, - 2.535799269226205, - 2.418696295935079 - ], - "relative wind angle": [ - 0.38675887037960377, - 0.42874143229961087, - 0.081117020685967, - 0.38334525324719904, - 0.4204576995044784, - 0.2577647718818173, - 0.03269039742837429, - 0.19851662623504557 - ], - "resistance": [ - 96779.78360289105, - 96022.54787838236, - 95710.12237285194, - 95880.3192373888, - 96542.07079922629, - 97408.35919962426, - 98016.30992948267, - 97623.91876365297 - ], - "fuel": [ - 39.44331072469066, - 39.05389430222024, - 38.893847972833335, - 38.98098974619013, - 39.32083464981761, - 39.768183003769266, - 40.083794193890924, - 39.87993110119646 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 29.375, -43.4375 29.53125, -43.28125 29.53125, -43.28125 29.375, -43.4375 29.375))", @@ -125573,68 +95669,7 @@ "id": "2554", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.549731903327513, - 6.549731903327513, - 6.549731903327513, - 6.549731903327513, - 6.549731903327513, - 6.549731903327513, - 6.549731903327513, - 6.549731903327513 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 128.00798678650312, - -598.2672544158238, - -900.0297201600229, - -744.0994256404567, - -114.92269654099368, - 708.5964267120032, - 1285.4386153303624, - 926.9176665579955 - ], - "relative wind speed": [ - 2.02671314003959, - 1.488766227149974, - 1.1214749817267324, - 1.339034860122881, - 1.873171975198534, - 2.3237716156231754, - 2.5216330553907595, - 2.4131566555145167 - ], - "relative wind angle": [ - 0.3531340938421861, - 0.3811513900936951, - 0.07343381440521865, - 0.33279479502068837, - 0.38352124177966795, - 0.24063746645323406, - 0.03263551644888421, - 0.18228220314955662 - ], - "resistance": [ - 96762.50798678653, - 96036.2327455842, - 95734.47027984001, - 95890.40057435958, - 96519.57730345904, - 97343.09642671203, - 97919.9386153304, - 97561.41766655803 - ], - "fuel": [ - 39.48864589819867, - 39.115156081367964, - 38.960550758343985, - 39.040397954149014, - 39.36349940517232, - 39.788627393216515, - 40.08791544292686, - 39.90175527262017 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 29.375, -43.28125 29.53125, -43.125 29.53125, -43.125 29.375, -43.28125 29.375))", @@ -125666,19 +95701,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 20.822221903579475, + 20.822221903578793, -668.6390664020103, - -894.1033268809281, + -894.1033268809326, -676.4208802859542, 7.837920991446481, 834.3625631194784, 1349.750554695495, - 846.0887455309646 + 846.0887455309651 ], "relative wind speed": [ - 1.9316595513519597, + 1.9316595513519594, 1.3742693010243816, - 1.0563830408871162, + 1.056383040887116, 1.365985306190868, 1.9233319042293884, 2.3541236425510568, @@ -125686,14 +95721,14 @@ 2.3589400966168133 ], "relative wind angle": [ - 0.38656405759071183, + 0.3865640575907124, 0.3865803570390999, - 0.004257147043699732, - 0.3840234010857622, - 0.38832711149363014, - 0.22191218772512447, + 0.004257147043725811, + 0.38402340108576216, + 0.3883271114936304, + 0.2219121877251245, 0.0017896459887918011, - 0.21868878961388646 + 0.21868878961388644 ], "resistance": [ 96655.3222219036, @@ -125746,14 +95781,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 125.40287107784684, + 125.40287107784616, -621.2211861704512, - -931.6840446506371, + -931.6840446506378, -774.0011946393872, -128.83943529224007, 715.046195256916, - 1304.9781890263687, - 942.6356682341741 + 1304.978189026365, + 942.6356682341736 ], "relative wind speed": [ 2.0857053585202348, @@ -125763,17 +95798,17 @@ 1.93003409639297, 2.3794720302254166, 2.578227461021101, - 2.470612171595588 + 2.4706121715955875 ], "relative wind angle": [ - 0.3383979121184833, + 0.33839791211848436, 0.3606833426702744, - 0.06945675521370427, + 0.06945675521370748, 0.31198545695225854, 0.366931177863933, - 0.2324953188359459, - 0.032171711057602886, - 0.17533247132887408 + 0.23249531883594587, + 0.03217171105760634, + 0.17533247132887347 ], "resistance": [ 96759.90287107784, @@ -125826,33 +95861,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -73.23297382298892, + -73.23297382299052, -812.0611570779431, - -1023.1099886964017, + -1023.109988696403, -742.7945646201204, 41.92399778486424, 942.2940156235384, - 1428.536718574431, + 1428.5367185744128, 839.7052238748654 ], "relative wind speed": [ - 2.1134676546368754, + 2.113467654636875, 1.5794931463198074, - 1.3269038143261649, + 1.3269038143261647, 1.641466209611825, 2.1792293454914415, 2.592486734426254, - 2.7304051594908074, + 2.730405159490808, 2.553698249627378 ], "relative wind angle": [ - 0.33852171318079294, - 0.3032623261329841, - 0.026225153904451466, + 0.3385217131807933, + 0.30326232613298404, + 0.0262251539044557, 0.322920589848314, 0.3279169075951526, 0.18296501961895958, - 0.012743606838921555, + 0.01274360683893898, 0.20541988151467233 ], "resistance": [ @@ -125862,7 +95897,7 @@ 95891.70543537992, 96676.4239977849, 97576.79401562359, - 98063.03671857447, + 98063.03671857445, 97474.2052238749 ], "fuel": [ @@ -125872,7 +95907,7 @@ 39.33082927994109, 39.734037108330135, 40.19949231072253, - 40.4521147155757, + 40.45211471557569, 40.146305746684746 ] }, @@ -125906,9 +95941,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -93.85392137405188, + -93.85392137405256, -851.9825699986986, - -1063.8328095155193, + -1063.8328095155218, -772.063052160278, 38.93905523908052, 962.172022313755, @@ -125926,13 +95961,13 @@ 2.63120477002795 ], "relative wind angle": [ - 0.31928441464289414, + 0.31928441464289486, 0.27867826631786263, - 0.026702086234348773, + 0.02670208623435709, 0.3000356869857783, 0.30868680419980005, 0.1727703757549096, - 0.013616537633504788, + 0.013616537633504787, 0.19656207971267622 ], "resistance": [ @@ -125986,19 +96021,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -296.23324929657883, + -296.23324929657974, -950.53461640699, - -1049.363172865897, + -1049.3631728658968, -606.39073015592, 275.8158724360808, 1154.579502259816, - 1380.9109033908246, + 1380.9109033908219, 646.1260620260384 ], "relative wind speed": [ - 2.0193196841838454, + 2.019319684183845, 1.5047992875792544, - 1.3868537017493558, + 1.3868537017493556, 1.803958383093685, 2.3404068327422727, 2.700136150970916, @@ -126006,13 +96041,13 @@ 2.5101574217058737 ], "relative wind angle": [ - 0.3489607494853257, + 0.348960749485326, 0.2473969117791356, - 0.12239142761141325, + 0.12239142761141236, 0.3437351986445922, 0.2994682879005599, - 0.13690060105581764, - 0.0613275795969516, + 0.13690060105581767, + 0.06132757959695341, 0.2446265285758651 ], "resistance": [ @@ -126022,7 +96057,7 @@ 96028.10926984406, 96910.31587243607, 97789.0795022598, - 98015.41090339082, + 98015.4109033908, 97280.62606202603 ], "fuel": [ @@ -126053,68 +96088,7 @@ "id": "2560", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.671951737712887, - 6.671951737712887, - 6.671951737712887, - 6.671951737712887, - 6.671951737712887, - 6.671951737712887, - 6.671951737712887, - 6.671951737712887 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -972.7409478616389, - -1052.9581269389876, - -536.6159593366011, - 433.32015884331645, - 1392.923563377719, - 1577.8190042072283, - 725.3071300252213, - -297.949655809809 - ], - "relative wind speed": [ - 1.1641970983798828, - 1.0418429294599028, - 1.6251349846336354, - 2.26074561911587, - 2.654867181979163, - 2.705224195544712, - 2.40054387994595, - 1.8145809112504518 - ], - "relative wind angle": [ - 0.3700765498443268, - 0.23765140971755427, - 0.4921703297552309, - 0.38105007752535947, - 0.15927742264401987, - 0.09079050564157413, - 0.32562695621476606, - 0.48175616572577673 - ], - "resistance": [ - 95661.7590521384, - 95581.54187306104, - 96097.88404066343, - 97067.82015884334, - 98027.42356337774, - 98212.31900420725, - 97359.80713002525, - 96336.55034419023 - ], - "fuel": [ - 38.96789396939404, - 38.92687412176277, - 39.191329765057596, - 39.69078533680815, - 40.188365148457216, - 40.284632047790886, - 39.84182564243342, - 39.313903055087536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 28.59375, -41.71875 28.75, -41.5625 28.75, -41.5625 28.59375, -41.71875 28.59375))", @@ -126146,9 +96120,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1456.2497162543066, + -1456.249716254308, -1361.7192132414673, - -490.9177167718144, + -490.91771677181487, 817.1043059920621, 1879.3164302446812, 1662.9695176535597, @@ -126156,7 +96130,7 @@ -787.9529365192313 ], "relative wind speed": [ - 1.6802342852017342, + 1.6802342852017338, 1.7746992450123111, 2.3632946770202232, 2.950128172729476, @@ -126166,17 +96140,17 @@ 2.190258996296105 ], "relative wind angle": [ - 0.14133422119905445, - 0.2254648876262338, - 0.3443332156586814, + 0.14133422119905603, + 0.22546488762623382, + 0.3443332156586817, 0.2505599076632129, 0.07249700175698257, 0.12363319588194034, - 0.28750522131169737, + 0.2875052213116973, 0.34050885144120197 ], "resistance": [ - 95178.2502837457, + 95178.25028374569, 95272.78078675854, 96143.58228322818, 97451.60430599206, @@ -126226,19 +96200,19 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -805.3758976526174, + -805.3758976526176, -749.0877144551323, - -233.53223711684734, - 615.753738889597, + -233.53223711684768, + 615.7537388895968, 1331.1589900530307, 1199.073128107922, 411.768710230339, -399.8934010268181 ], "relative wind speed": [ - 0.7579823708135563, + 0.757982370813556, 0.8736092015361913, - 1.5271552618487914, + 1.5271552618487916, 2.0886509699977647, 2.3800574558707597, 2.340089256994577, @@ -126246,10 +96220,10 @@ 1.3699444854582719 ], "relative wind angle": [ - 0.3440403664324778, - 0.48016805614443314, - 0.5717580084702549, - 0.3750466298717805, + 0.3440403664324785, + 0.4801680561444331, + 0.5717580084702555, + 0.37504662987178056, 0.10762627520411325, 0.17331481615386596, 0.43131826995217376, @@ -126306,33 +96280,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1316.260077615122, + -1316.2600776151248, -1015.7100925621028, - -32.59893043585271, + -32.59893043585362, 1162.61562259843, - 1915.507646012, - 1221.7580388939814, - 33.32808129251589, + 1915.5076460120263, + 1221.7580388939823, + 33.328081292516345, -976.1133254559243 ], "relative wind speed": [ - 1.386448837295174, + 1.3864488372951738, 1.72117159855278, - 2.3639929763284795, + 2.363992976328479, 2.874376510598276, 3.0687161502491396, - 2.8942749554201495, + 2.894274955420149, 2.398081816182813, 1.754200349035969 ], "relative wind angle": [ - 0.013141357817788026, + 0.013141357817796476, 0.3448870298584252, - 0.36379609259847917, + 0.36379609259847884, 0.21301932281559896, - 0.005937141789681456, - 0.20243587954363498, - 0.3583893527254458, + 0.005937141789662756, + 0.20243587954363387, + 0.35838935272544553, 0.3537444482234397 ], "resistance": [ @@ -126340,7 +96314,7 @@ 95618.78990743792, 96601.90106956418, 97797.11562259846, - 98550.00764601203, + 98550.00764601206, 97856.25803889401, 96667.82808129255, 95658.3866745441 @@ -126350,7 +96324,7 @@ 39.50205984643251, 40.0065712048944, 40.62477342749387, - 41.01692150610448, + 41.016921506104495, 40.655501752968675, 40.04053219334383, 39.52231054043092 @@ -126373,68 +96347,7 @@ "id": "2564", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.744326133413721, - 6.744326133413721, - 6.744326133413721, - 6.744326133413721, - 6.744326133413721, - 6.744326133413721, - 6.744326133413721, - 6.744326133413721 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 25.920536292729366, - -697.099915518951, - -940.8919911632432, - -724.8631008146929, - -20.318828038769425, - 836.6549173851606, - 1376.9452888188941, - 878.1837750737775 - ], - "relative wind speed": [ - 2.0202577959710504, - 1.471164773023986, - 1.1562260404115836, - 1.4435231856853286, - 1.9918592272739668, - 2.4258233559085736, - 2.5907694005704944, - 2.4423729354558303 - ], - "relative wind angle": [ - 0.3629711673789332, - 0.35978578264264327, - 0.013150534770507216, - 0.3510880164119932, - 0.36839168517963533, - 0.21517524131088467, - 0.005868773877933141, - 0.20469434189034416 - ], - "resistance": [ - 96660.42053629275, - 95937.40008448107, - 95693.60800883677, - 95909.63689918532, - 96614.18117196125, - 97471.15491738518, - 98011.44528881891, - 97512.68377507379 - ], - "fuel": [ - 39.50741621111521, - 39.135870459218204, - 39.01102911438391, - 39.12164229450172, - 39.48359650334588, - 39.92634989842364, - 40.206894162874065, - 39.94787510462511 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 25.46875, -43.90625 25.625, -43.75 25.625, -43.75 25.46875, -43.90625 25.46875))", @@ -126453,68 +96366,7 @@ "id": "2565", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.678605895258997, - 5.678605895258997, - 5.678605895258997, - 5.678605895258997, - 5.678605895258997, - 5.678605895258997, - 5.678605895258997, - 5.678605895258997 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 223.55152078127094, - -435.58900779809903, - -754.115283098485, - -659.5054832521254, - -151.48099384639465, - 569.6157008987686, - 1129.1732833683518, - 911.2306557120737 - ], - "relative wind speed": [ - 1.862601935593403, - 1.3288079775727388, - 0.8872600546506082, - 1.0521299483868294, - 1.5930060396744936, - 2.059423116228123, - 2.284671488056238, - 2.21358911829256 - ], - "relative wind angle": [ - 0.38673058665260057, - 0.46945275516783336, - 0.16719081901366067, - 0.3821328286415238, - 0.4567041023819702, - 0.2962152285769101, - 0.06467213464210951, - 0.1781827366334271 - ], - "resistance": [ - 96858.0515207813, - 96198.91099220193, - 95880.38471690155, - 95974.9945167479, - 96483.01900615364, - 97204.1157008988, - 97763.67328336838, - 97545.7306557121 - ], - "fuel": [ - 39.24892934823426, - 38.909647144410236, - 38.74627015229346, - 38.794757549185455, - 39.055689030801155, - 39.42770764518486, - 39.71772040051326, - 39.60462452948254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 25.3125, -44.0625 25.46875, -43.90625 25.46875, -43.90625 25.3125, -44.0625 25.3125))", @@ -126533,68 +96385,7 @@ "id": "2566", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.340901534605597, - 6.340901534605597, - 6.340901534605597, - 6.340901534605597, - 6.340901534605597, - 6.340901534605597, - 6.340901534605597, - 6.340901534605597 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -98.019141375029, - -745.4534461434353, - -908.890972978339, - -596.5192751293646, - 150.9064955375527, - 979.9284171060553, - 1356.641995718941, - 754.1889581927394 - ], - "relative wind speed": [ - 1.8346049005704534, - 1.259026658178142, - 1.014040651955124, - 1.4217499083840792, - 1.9956678065799507, - 2.400690944168686, - 2.5139981486865066, - 2.308049465116945 - ], - "relative wind angle": [ - 0.4218098318625308, - 0.38188259437068567, - 0.08645740546140901, - 0.4302666907817626, - 0.385875257618701, - 0.19670949989440464, - 0.03483688165993104, - 0.25985475315129963 - ], - "resistance": [ - 96536.48085862501, - 95889.0465538566, - 95725.60902702171, - 96037.98072487068, - 96785.4064955376, - 97614.4284171061, - 97991.14199571898, - 97388.68895819278 - ], - "fuel": [ - 39.29836494239579, - 38.965868938645215, - 38.88218062209208, - 39.04221735703656, - 39.42661818791761, - 39.85541542904839, - 40.0511090891809, - 39.73840222600457 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 25.3125, -43.90625 25.46875, -43.75 25.46875, -43.75 25.3125, -43.90625 25.3125))", @@ -126613,68 +96404,7 @@ "id": "2567", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.081573777703131, - 5.081573777703131, - 5.081573777703131, - 5.081573777703131, - 5.081573777703131, - 5.081573777703131, - 5.081573777703131, - 5.081573777703131 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 63.82120208255935, - -502.16573126150746, - -683.3683366479675, - -502.0818080267789, - 63.9750307593182, - 754.5039127150782, - 1197.1033037128627, - 754.3608376150795 - ], - "relative wind speed": [ - 1.6084684220096466, - 1.0234979939509914, - 0.6402568440764992, - 1.0236315065992354, - 1.6085885720635316, - 2.03154613906598, - 2.182841962302538, - 2.031478869561033 - ], - "relative wind angle": [ - 0.5001074873889853, - 0.561926734402565, - 0.00010692331620288911, - 0.5619563768618675, - 0.5000666725327018, - 0.27176788444133004, - 3.136204530774961e-05, - 0.27182658548322136 - ], - "resistance": [ - 96698.32120208259, - 96132.33426873852, - 95951.13166335206, - 96132.41819197325, - 96698.47503075935, - 97389.00391271511, - 97831.6033037129, - 97388.86083761511 - ], - "fuel": [ - 38.99736923318645, - 38.70627468365773, - 38.61333169355574, - 38.706317758124186, - 38.99744851133564, - 39.354211326748725, - 39.58381408031673, - 39.35413722299994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 25.15625, -44.0625 25.3125, -43.90625 25.3125, -43.90625 25.15625, -44.0625 25.15625))", @@ -126693,68 +96423,7 @@ "id": "2568", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.015369496396414, - 6.015369496396414, - 6.015369496396414, - 6.015369496396414, - 6.015369496396414, - 6.015369496396414, - 6.015369496396414, - 6.015369496396414 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -109.27333853591699, - -715.2950245248753, - -857.3761835283467, - -536.9991066858433, - 189.6545656184585, - 983.3774551377462, - 1311.4866881465375, - 710.5868718382414 - ], - "relative wind speed": [ - 1.7350950369978715, - 1.1502460245793507, - 0.9175189850621266, - 1.3596967597312988, - 1.9375293794213728, - 2.332704217528449, - 2.4336667388091944, - 2.217160256975535 - ], - "relative wind angle": [ - 0.45351016008864103, - 0.41035932973379513, - 0.1215332582056135, - 0.47032960395330237, - 0.4031830240419849, - 0.1980062857509694, - 0.04572258591092018, - 0.2816254812236196 - ], - "resistance": [ - 96525.22666146413, - 95919.20497547516, - 95777.12381647169, - 96097.5008933142, - 96824.1545656185, - 97617.87745513779, - 97945.98668814659, - 97345.08687183828 - ], - "fuel": [ - 39.183204788353066, - 38.87195531136905, - 38.799180950139736, - 38.96338524857593, - 39.33723585038841, - 39.747837592274024, - 39.918257001934805, - 39.606455577277686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 25.15625, -43.90625 25.3125, -43.75 25.3125, -43.75 25.15625, -43.90625 25.15625))", @@ -126773,68 +96442,7 @@ "id": "2569", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.992371016125629, - 4.992371016125629, - 4.992371016125629, - 4.992371016125629, - 4.992371016125629, - 4.992371016125629, - 4.992371016125629, - 4.992371016125629 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 334.66306088294675, - -343.9461036399667, - -668.4320089007539, - -612.0598926970234, - -178.3656509923519, - 539.2178717791243, - 1132.965443649522, - 999.9444931556471 - ], - "relative wind speed": [ - 1.7864711875635684, - 1.2221110795169654, - 0.6532195089851859, - 0.7847623800724565, - 1.3965024576012672, - 1.9100112375070053, - 2.171405694742997, - 2.1274036816984636 - ], - "relative wind angle": [ - 0.44752780230531675, - 0.6147661219999713, - 0.3496423775875543, - 0.5177771933240222, - 0.5866554880497835, - 0.3779778042803895, - 0.10323545046739778, - 0.18360835148674834 - ], - "resistance": [ - 96969.16306088294, - 96290.55389636003, - 95966.06799109925, - 96022.44010730297, - 96456.13434900765, - 97173.71787177912, - 97767.46544364952, - 97634.44449315565 - ], - "fuel": [ - 39.113825620848075, - 38.764266252005164, - 38.597725420405794, - 38.626630017940634, - 38.84940059660214, - 39.219530265270365, - 39.527233938393664, - 39.458183151764985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 25, -44.0625 25.15625, -43.90625 25.15625, -43.90625 25, -44.0625 25))", @@ -126853,68 +96461,7 @@ "id": "2570", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.957604485154767, - 6.957604485154767, - 6.957604485154767, - 6.957604485154767, - 6.957604485154767, - 6.957604485154767, - 6.957604485154767, - 6.957604485154767 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -167.6928580564513, - -883.6789314888681, - -1044.4525358163985, - -661.6301097927668, - 202.5648033504483, - 1131.6412196754072, - 1501.0756882771793, - 797.8711915590329 - ], - "relative wind speed": [ - 1.9712880789459142, - 1.3832876935085392, - 1.1680077144721575, - 1.599996006375293, - 2.190951647213253, - 2.602452875194585, - 2.70592013732007, - 2.4751279947113543 - ], - "relative wind angle": [ - 0.4016578848640508, - 0.3400042924070127, - 0.1014300800155999, - 0.40373692440618064, - 0.3594387586933618, - 0.1782029847811617, - 0.04372108636828836, - 0.2567668711322893 - ], - "resistance": [ - 96466.80714194356, - 95750.82106851114, - 95590.04746418362, - 95972.86989020725, - 96837.06480335047, - 97766.14121967542, - 98135.5756882772, - 97432.37119155905 - ], - "fuel": [ - 39.48883893654768, - 39.12141446876676, - 39.03917211189544, - 39.235159791276956, - 39.67959332446101, - 40.16049356229175, - 40.352609453320035, - 39.987360823410995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 25, -43.90625 25.15625, -43.75 25.15625, -43.75 25, -43.90625 25))", @@ -126933,68 +96480,7 @@ "id": "2571", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5808454716609806, - 6.5808454716609806, - 6.5808454716609806, - 6.5808454716609806, - 6.5808454716609806, - 6.5808454716609806, - 6.5808454716609806, - 6.5808454716609806 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 406.2037914079299, - -470.4666371054857, - -955.9136842256639, - -906.7216351413615, - -322.13497868392005, - 586.2613625559495, - 1357.8467646788417, - 1245.0131985910793 - ], - "relative wind speed": [ - 2.2057555362492316, - 1.631775344548469, - 1.105797039833317, - 1.1786104057952569, - 1.7505027684697394, - 2.294978573546621, - 2.5897548792907465, - 2.5574391370012104 - ], - "relative wind angle": [ - 0.3469377471064375, - 0.4464217832547809, - 0.22463684131395376, - 0.3069822414827118, - 0.44277489414156596, - 0.31201425179220443, - 0.09525680909827726, - 0.1397170368986471 - ], - "resistance": [ - 97040.7037914079, - 96164.03336289448, - 95678.5863157743, - 95727.7783648586, - 96312.36502131604, - 97220.76136255592, - 97992.34676467882, - 97879.51319859106 - ], - "fuel": [ - 39.64347565912221, - 39.19198233579689, - 38.943202892491584, - 38.96837265723349, - 39.26817349941376, - 39.736560967501845, - 40.13681765969571, - 40.07814742893031 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25.78125, -43.75 25.9375, -43.59375 25.9375, -43.59375 25.78125, -43.75 25.78125))", @@ -127013,68 +96499,7 @@ "id": "2572", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.7897698913840605, - 5.7897698913840605, - 5.7897698913840605, - 5.7897698913840605, - 5.7897698913840605, - 5.7897698913840605, - 5.7897698913840605, - 5.7897698913840605 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 494.4818116828535, - -113.79320180664354, - -569.5224659259466, - -672.4467918507876, - -435.15941280726383, - 109.74899294718261, - 694.3663155903901, - 930.6467727367708 - ], - "relative wind speed": [ - 2.01581933451793, - 1.6304650388868727, - 1.189190320628876, - 1.0293979652281555, - 1.3425889427376458, - 1.7909931366550031, - 2.109952378585898, - 2.1923531849959375 - ], - "relative wind angle": [ - 0.2364460150486107, - 0.3652797608804718, - 0.30002814752486057, - 0.08303458525930518, - 0.35939856535238135, - 0.33121639423353283, - 0.16735339676867483, - 0.03895313971171576 - ], - "resistance": [ - 97128.98181168284, - 96520.70679819334, - 96064.97753407405, - 95962.0532081492, - 96199.34058719272, - 96744.24899294716, - 97328.86631559038, - 97565.14677273676 - ], - "fuel": [ - 39.42295122911128, - 39.10918045383755, - 38.87500058855476, - 38.82221913799295, - 38.943963703851274, - 39.22433178274307, - 39.52635960390131, - 39.648788824459075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 25.78125, -43.59375 25.9375, -43.4375 25.9375, -43.4375 25.78125, -43.59375 25.78125))", @@ -127093,68 +96518,7 @@ "id": "2573", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.897667216306336, - 5.897667216306336, - 5.897667216306336, - 5.897667216306336, - 5.897667216306336, - 5.897667216306336, - 5.897667216306336, - 5.897667216306336 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 340.8644316109426, - -221.88591432402438, - -592.9744344527129, - -629.2888328409957, - -336.5003957787501, - 204.32565440703456, - 718.0561229843611, - 801.1794158324983 - ], - "relative wind speed": [ - 1.9484978876348804, - 1.5663191045907359, - 1.1893839584843888, - 1.1353188448695026, - 1.466262026519093, - 1.8690138606023077, - 2.128833987850972, - 2.1581518642147604 - ], - "relative wind angle": [ - 0.24663369184717723, - 0.3343986884429843, - 0.21288489072719727, - 0.14023037273330455, - 0.3304153079934497, - 0.2786392522970421, - 0.11831874637214831, - 0.07359456396967028 - ], - "resistance": [ - 96975.36443161094, - 96412.61408567597, - 96041.52556554729, - 96005.21116715901, - 96297.99960422124, - 96838.82565440703, - 97352.55612298436, - 97435.67941583249 - ], - "fuel": [ - 39.37745232127338, - 39.08743886838624, - 38.896843098639906, - 38.878219088809175, - 39.028516725993335, - 39.306978775303726, - 39.57249772798635, - 39.61555187986933 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25.625, -43.75 25.78125, -43.59375 25.78125, -43.59375 25.625, -43.75 25.625))", @@ -127173,68 +96537,7 @@ "id": "2574", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.810400564531103, - 5.810400564531103, - 5.810400564531103, - 5.810400564531103, - 5.810400564531103, - 5.810400564531103, - 5.810400564531103, - 5.810400564531103 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 557.2156791216667, - -117.06120197220707, - -616.9333440979833, - -729.1293343589202, - -461.6760677550275, - 141.83447028432306, - 790.6250455919992, - 1048.4406286506296 - ], - "relative wind speed": [ - 2.0676116402113003, - 1.6463394113007557, - 1.1546034728079841, - 0.9746091234595359, - 1.3361119701539932, - 1.8302403214670824, - 2.1741904038298463, - 2.2606083579416145 - ], - "relative wind angle": [ - 0.25708262651879155, - 0.402191733879925, - 0.34056465363648336, - 0.1017868961120696, - 0.40439589259928416, - 0.3598191538714117, - 0.1783245412499712, - 0.04382135861794735 - ], - "resistance": [ - 97191.71567912167, - 96517.4387980278, - 96017.56665590202, - 95905.37066564108, - 96172.82393224497, - 96776.33447028432, - 97425.125045592, - 97682.94062865063 - ], - "fuel": [ - 39.461807353291775, - 39.11391577036848, - 38.85709989211556, - 38.799585493672055, - 38.936765811567575, - 39.247292306712566, - 39.58262854623979, - 39.716318913042386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 25.625, -43.59375 25.78125, -43.4375 25.78125, -43.4375 25.625, -43.59375 25.625))", @@ -127253,68 +96556,7 @@ "id": "2575", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.22806636519488, - 5.22806636519488, - 5.22806636519488, - 5.22806636519488, - 5.22806636519488, - 5.22806636519488, - 5.22806636519488, - 5.22806636519488 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 411.6221729643579, - -124.58731534744834, - -508.19630759429174, - -580.8582926577579, - -347.7522662832978, - 142.78490254434462, - 652.1877050714307, - 818.8725512533218 - ], - "relative wind speed": [ - 1.8358491679362827, - 1.4533122633201858, - 1.0232425141353005, - 0.8938592311665832, - 1.2301596593297341, - 1.6647878003330474, - 1.9587265536875376, - 2.0210518622026683 - ], - "relative wind angle": [ - 0.2646582477413671, - 0.39975590754933893, - 0.3177448776262723, - 0.1273375324649848, - 0.40103605255863783, - 0.3466562086298321, - 0.16394491352556392, - 0.05619561138035391 - ], - "resistance": [ - 97046.12217296433, - 96509.91268465252, - 96126.30369240568, - 96053.64170734222, - 96286.74773371668, - 96777.28490254431, - 97286.6877050714, - 97453.3725512533 - ], - "fuel": [ - 39.21617971129311, - 38.93967643419357, - 38.74252004055977, - 38.705236991737635, - 38.824913869539806, - 39.07741660248506, - 39.340578070410274, - 39.42689843335568 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25.46875, -43.75 25.625, -43.59375 25.625, -43.59375 25.46875, -43.75 25.46875))", @@ -127333,68 +96575,7 @@ "id": "2576", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.365182070869899, - 5.365182070869899, - 5.365182070869899, - 5.365182070869899, - 5.365182070869899, - 5.365182070869899, - 5.365182070869899, - 5.365182070869899 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 218.6910869554407, - -385.44789324824364, - -682.5303311634168, - -601.8061171430386, - -144.07046705496384, - 513.372172899503, - 1030.6145632543485, - 844.4853640804871 - ], - "relative wind speed": [ - 1.7758849861709634, - 1.2626047539912229, - 0.8270048093994452, - 0.9778899094473985, - 1.500545799781878, - 1.952238309364213, - 2.1728939749975527, - 2.109297633420053 - ], - "relative wind angle": [ - 0.3912894723001839, - 0.48257107473625127, - 0.18402323277537475, - 0.3901391758769, - 0.46829031368429386, - 0.304827203038816, - 0.06970114191434551, - 0.17724513933311534 - ], - "resistance": [ - 96853.19108695541, - 96249.05210675173, - 95951.96966883655, - 96032.69388285693, - 96490.42953294501, - 97147.87217289947, - 97665.11456325432, - 97478.98536408046 - ], - "fuel": [ - 39.15467240935665, - 38.84365048997711, - 38.69120508809738, - 38.73259555779929, - 38.96775314077804, - 39.30687247005063, - 39.574804737822035, - 39.47827489355209 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 25.46875, -43.59375 25.625, -43.4375 25.625, -43.4375 25.46875, -43.59375 25.46875))", @@ -127413,68 +96594,7 @@ "id": "2577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.299385566543952, - 5.299385566543952, - 5.299385566543952, - 5.299385566543952, - 5.299385566543952, - 5.299385566543952, - 5.299385566543952, - 5.299385566543952 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 336.30197690594855, - -220.0142440603048, - -571.417942961238, - -592.4457279808807, - -283.98050089412607, - 258.99408384577055, - 767.1691534336887, - 815.31484607209 - ], - "relative wind speed": [ - 1.8141135102815735, - 1.3921688464741324, - 0.9649026880577924, - 0.9271789656663822, - 1.3288402136420518, - 1.7659813261994786, - 2.031203324179348, - 2.048697954117249 - ], - "relative wind angle": [ - 0.30372957472474243, - 0.4193232167745036, - 0.27177982064896755, - 0.21796354356882283, - 0.42059236675238776, - 0.3267438947253446, - 0.12787092119297944, - 0.09802141568482024 - ], - "resistance": [ - 96970.80197690596, - 96414.4857559397, - 96063.08205703877, - 96042.05427201913, - 96350.51949910588, - 96893.49408384578, - 97401.6691534337, - 97449.8148460721 - ], - "fuel": [ - 39.19693973857436, - 38.91024489776808, - 38.729744184617076, - 38.71895770152476, - 38.87735402075302, - 39.157030597095286, - 39.41977639279456, - 39.44471937606737 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25.3125, -43.75 25.46875, -43.59375 25.46875, -43.59375 25.3125, -43.75 25.3125))", @@ -127493,68 +96613,7 @@ "id": "2578", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.169916862184669, - 5.169916862184669, - 5.169916862184669, - 5.169916862184669, - 5.169916862184669, - 5.169916862184669, - 5.169916862184669, - 5.169916862184669 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 116.34353686988698, - -438.3995042491059, - -662.7424919472794, - -527.7496903882111, - -34.11180699606916, - 611.1046342043289, - 1063.0742074039454, - 749.3693317593816 - ], - "relative wind speed": [ - 1.65717859037729, - 1.1256119657087087, - 0.7377306694076984, - 1.0006768360200364, - 1.5396615340819875, - 1.9620897590553643, - 2.138352632133398, - 2.028655808605661 - ], - "relative wind angle": [ - 0.43693774485593073, - 0.5024979662432777, - 0.08876731483102897, - 0.4660025976187403, - 0.4728953229791733, - 0.2799355056700794, - 0.03058925003928552, - 0.22349171346280544 - ], - "resistance": [ - 96750.84353686991, - 96196.10049575093, - 95971.75750805275, - 96106.75030961182, - 96600.38819300396, - 97245.60463420436, - 97697.57420740397, - 97383.86933175942 - ], - "fuel": [ - 39.04799790158586, - 38.76256621133939, - 38.6474603005943, - 38.71669997265547, - 38.97047100989012, - 39.30353319297065, - 39.537763530463124, - 39.37510728828532 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 25.3125, -43.59375 25.46875, -43.4375 25.46875, -43.4375 25.3125, -43.59375 25.3125))", @@ -127573,68 +96632,7 @@ "id": "2579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.715423239197492, - 5.715423239197492, - 5.715423239197492, - 5.715423239197492, - 5.715423239197492, - 5.715423239197492, - 5.715423239197492, - 5.715423239197492 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 60.15303082775176, - -507.7698327244773, - -717.3763406680152, - -563.422306899923, - -32.742374741593494, - 632.6142813965998, - 1072.0003513858746, - 716.5947541168428 - ], - "relative wind speed": [ - 1.7509760570885273, - 1.2495570419105408, - 0.9332131907890637, - 1.1827461027486756, - 1.6840727849075792, - 2.0834167841254025, - 2.2430183766302383, - 2.122057952506593 - ], - "relative wind angle": [ - 0.38346765107854447, - 0.40192961571956326, - 0.038788419190571286, - 0.3790323382106324, - 0.399547957395834, - 0.23683213571378736, - 0.01613466872930995, - 0.20772521859928406 - ], - "resistance": [ - 96694.65303082777, - 96126.73016727554, - 95917.123659332, - 96071.07769310009, - 96601.75762525843, - 97267.11428139661, - 97706.50035138588, - 97351.09475411686 - ], - "fuel": [ - 39.17587420654249, - 38.883793779955695, - 38.77629722182421, - 38.85523650478171, - 39.12801637507826, - 39.47150330484433, - 39.6992372032653, - 39.51497487136146 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25.15625, -43.75 25.3125, -43.59375 25.3125, -43.59375 25.15625, -43.75 25.15625))", @@ -127653,68 +96651,7 @@ "id": "2580", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.3189015045281325, - 5.3189015045281325, - 5.3189015045281325, - 5.3189015045281325, - 5.3189015045281325, - 5.3189015045281325, - 5.3189015045281325, - 5.3189015045281325 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 440.6575123821344, - -238.11578076763124, - -659.7114672802977, - -682.1597073519166, - -304.2499315398486, - 359.25606803911705, - 988.3158631819169, - 1040.2490278658533 - ], - "relative wind speed": [ - 1.9118123449771645, - 1.4089492360190847, - 0.8666706003978264, - 0.8220940175420075, - 1.3429063659319969, - 1.8636754010258876, - 2.169632692525128, - 2.1869122927976345 - ], - "relative wind angle": [ - 0.35772930239380946, - 0.5157640942095182, - 0.3698867329560711, - 0.311302190421215, - 0.5218493831787497, - 0.3820913074185982, - 0.1449135675513775, - 0.11539827461729271 - ], - "resistance": [ - 97075.15751238212, - 96396.38421923235, - 95974.78853271969, - 95952.34029264806, - 96330.25006846014, - 96993.7560680391, - 97622.8158631819, - 97674.74902786584 - ], - "fuel": [ - 39.25628653684329, - 38.90637511551401, - 38.689903302928016, - 38.678395613019646, - 38.87237424815311, - 39.214233166371216, - 39.53985712313748, - 39.566805395024005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 25.15625, -43.59375 25.3125, -43.4375 25.3125, -43.4375 25.15625, -43.59375 25.15625))", @@ -127733,68 +96670,7 @@ "id": "2581", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.1574206564773855, - 6.1574206564773855, - 6.1574206564773855, - 6.1574206564773855, - 6.1574206564773855, - 6.1574206564773855, - 6.1574206564773855, - 6.1574206564773855 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 160.7529407968368, - -529.3827628376471, - -832.6405871762747, - -700.4953945468424, - -124.79364937062496, - 649.1937433062635, - 1211.0385093164737, - 907.1599292479436 - ], - "relative wind speed": [ - 1.9436486167721432, - 1.408371378545775, - 1.0166161356138286, - 1.21830343689585, - 1.7526347383129055, - 2.205898576887542, - 2.411636395527115, - 2.316297737137687 - ], - "relative wind angle": [ - 0.36789173766549726, - 0.4145508258238068, - 0.10168695158238016, - 0.35311583386115936, - 0.4102580759082344, - 0.26007907684751286, - 0.04280498208990387, - 0.18291082324273644 - ], - "resistance": [ - 96795.25294079684, - 96105.11723716235, - 95801.85941282373, - 95934.00460545316, - 96509.70635062938, - 97283.69374330627, - 97845.53850931648, - 97541.65992924794 - ], - "fuel": [ - 39.36919454631099, - 39.01415913110235, - 38.85871078628547, - 38.92640563825485, - 39.222082184859815, - 39.62154048902041, - 39.912907428058695, - 39.755173262761566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 25, -43.75 25.15625, -43.59375 25.15625, -43.59375 25, -43.75 25))", @@ -127813,68 +96689,7 @@ "id": "2582", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.648161255609356, - 5.648161255609356, - 5.648161255609356, - 5.648161255609356, - 5.648161255609356, - 5.648161255609356, - 5.648161255609356, - 5.648161255609356 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 412.44377116384544, - -301.80790935545235, - -728.4083605477763, - -728.232755097973, - -301.28596643233243, - 413.0823274160796, - 1062.9285329075874, - 1062.524227322957 - ], - "relative wind speed": [ - 1.972534820299374, - 1.4557501360681333, - 0.9310506455857278, - 0.9313676223626364, - 1.4562395659917582, - 1.9728960520491086, - 2.2681869381088826, - 2.268056798862832 - ], - "relative wind angle": [ - 0.3528431988051496, - 0.4871539318513925, - 0.30780699388197313, - 0.30821054222633676, - 0.48712209166900666, - 0.35267415754414827, - 0.12468642232414831, - 0.12489544235448005 - ], - "resistance": [ - 97046.94377116382, - 96332.69209064452, - 95906.09163945219, - 95906.267244902, - 96333.21403356764, - 97047.58232741605, - 97697.42853290756, - 97697.02422732292 - ], - "fuel": [ - 39.33726079046443, - 38.969182194484134, - 38.75024572103325, - 38.75033570453776, - 38.96945047663196, - 39.33759070991263, - 39.674129749314986, - 39.67391988107707 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 25, -43.59375 25.15625, -43.4375 25.15625, -43.4375 25, -43.59375 25))", @@ -127893,68 +96708,7 @@ "id": "2583", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.357567351440465, - 5.357567351440465, - 5.357567351440465, - 5.357567351440465, - 5.357567351440465, - 5.357567351440465, - 5.357567351440465, - 5.357567351440465 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 353.3671541946136, - -297.994213261954, - -673.4654910299785, - -656.4716441832473, - -247.6575793419281, - 415.0891456915457, - 1003.0103012754386, - 963.818014703637 - ], - "relative wind speed": [ - 1.8642135649522689, - 1.3578276623347447, - 0.8545978736330277, - 0.887359669036615, - 1.4076485000171632, - 1.9008078689733947, - 2.174035185946751, - 2.160870040775207 - ], - "relative wind angle": [ - 0.3683672232033917, - 0.5009556899525791, - 0.2980290670168148, - 0.3415641492473382, - 0.4971099247527843, - 0.35018645467472664, - 0.11568438314684754, - 0.1379890961966542 - ], - "resistance": [ - 96987.86715419461, - 96336.50578673805, - 95961.03450897003, - 95978.02835581676, - 96386.84242065807, - 97049.58914569154, - 97637.51030127544, - 97598.31801470363 - ], - "fuel": [ - 39.22204271449469, - 38.88644064378083, - 38.693703230243116, - 38.70241520006777, - 38.912319389339146, - 39.253925732551075, - 39.558331996966665, - 39.53799950592101 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 25.15625, -40.625 25.3125, -40.46875 25.3125, -40.46875 25.15625, -40.625 25.15625))", @@ -127973,68 +96727,7 @@ "id": "2584", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.120986026885462, - 6.120986026885462, - 6.120986026885462, - 6.120986026885462, - 6.120986026885462, - 6.120986026885462, - 6.120986026885462, - 6.120986026885462 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -469.4759411943759, - -763.8152921609235, - -663.8024267685265, - -159.1725995061572, - 536.517129149915, - 1055.5216747187321, - 826.165355701816, - 164.25224563573306 - ], - "relative wind speed": [ - 1.4392329809567437, - 1.079711392229893, - 1.2284040150731925, - 1.702923669829084, - 2.1269418442387518, - 2.3301279990027073, - 2.2552819686237537, - 1.9223225944110471 - ], - "relative wind angle": [ - 0.3741338576058651, - 0.10852704097231747, - 0.29794167172014385, - 0.377008863339482, - 0.2498920445180944, - 0.05021061059215648, - 0.16058140956256048, - 0.3322008084235624 - ], - "resistance": [ - 96165.02405880569, - 95870.68470783914, - 95970.69757323155, - 96475.32740049392, - 97171.01712914999, - 97690.02167471881, - 97460.66535570189, - 96798.75224563581 - ], - "fuel": [ - 39.03276023988003, - 38.88181296002453, - 38.93306681633889, - 39.19224347620525, - 39.55110166996876, - 39.81999313660656, - 39.70104214428616, - 39.358851968387526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 25.15625, -40.46875 25.3125, -40.3125 25.3125, -40.3125 25.15625, -40.46875 25.15625))", @@ -128053,68 +96746,7 @@ "id": "2585", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.518152703987997, - 6.518152703987997, - 6.518152703987997, - 6.518152703987997, - 6.518152703987997, - 6.518152703987997, - 6.518152703987997, - 6.518152703987997 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -427.8819672400567, - -806.0096353897684, - -757.6813732663524, - -276.83952821188063, - 451.97949801994605, - 1049.920187636154, - 939.3488609295077, - 271.42159983001056 - ], - "relative wind speed": [ - 1.6140209285241471, - 1.2206964720043136, - 1.2870327209514412, - 1.7339769510256964, - 2.1794095929580157, - 2.4217328206942224, - 2.3871398171853495, - 2.0852370764263237 - ], - "relative wind angle": [ - 0.3530725757391974, - 0.15233291359793125, - 0.23217535147852664, - 0.35581521603006827, - 0.25896334356712575, - 0.07656294544834086, - 0.1243767800779229, - 0.2938861876033231 - ], - "resistance": [ - 96206.61803275994, - 95828.49036461023, - 95876.81862673364, - 96357.66047178811, - 97086.47949801995, - 97684.42018763615, - 97573.8488609295, - 96905.92159983 - ], - "fuel": [ - 39.191251445372174, - 38.997335074903745, - 39.02208975142262, - 39.268859708443536, - 39.64453282813854, - 39.95422010451255, - 39.89685240186439, - 39.551279250349786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 25, -40.625 25.15625, -40.46875 25.15625, -40.46875 25, -40.625 25))", @@ -128133,68 +96765,7 @@ "id": "2586", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.330094497841124, - 6.330094497841124, - 6.330094497841124, - 6.330094497841124, - 6.330094497841124, - 6.330094497841124, - 6.330094497841124, - 6.330094497841124 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -456.2993290273738, - -743.0507506201977, - -655.1903005269662, - -178.5310732433161, - 482.8652494922967, - 977.5152720255016, - 776.0670545116379, - 151.9900989171715 - ], - "relative wind speed": [ - 1.51464747000985, - 1.190958848554297, - 1.3126008747664117, - 1.7405105329578576, - 2.1383279524308745, - 2.3341423289089884, - 2.2679687683292524, - 1.95888398717668 - ], - "relative wind angle": [ - 0.3268930042890531, - 0.09659201929465516, - 0.24935503192490005, - 0.33544258962613255, - 0.229455275704074, - 0.04922781399537566, - 0.14331495009457101, - 0.29682950420821413 - ], - "resistance": [ - 96178.20067097268, - 95891.44924937986, - 95979.30969947309, - 96455.96892675674, - 97117.36524949236, - 97612.01527202556, - 97410.5670545117, - 96786.49009891723 - ], - "fuel": [ - 39.11043120756568, - 38.963357169382526, - 39.00838804754849, - 39.2531895446103, - 39.594268300727606, - 39.85042074750186, - 39.74599173822441, - 39.423434181049416 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 25, -40.46875 25.15625, -40.3125 25.15625, -40.3125 25, -40.46875 25))", @@ -128213,68 +96784,7 @@ "id": "2587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.984582792255348, - 4.984582792255348, - 4.984582792255348, - 4.984582792255348, - 4.984582792255348, - 4.984582792255348, - 4.984582792255348, - 4.984582792255348 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -267.2368653853317, - -563.5167146699487, - -539.5096329792802, - -195.39673083009814, - 347.45070255045744, - 816.0103622246661, - 760.8462364829461, - 259.8945281778713 - ], - "relative wind speed": [ - 1.2446372357871718, - 0.818754856454412, - 0.8667628017788237, - 1.3207860387454202, - 1.7516140014862576, - 1.9866841580741879, - 1.9662135449546558, - 1.6949329481622013 - ], - "relative wind angle": [ - 0.4688321910502369, - 0.2514660102753798, - 0.3219650525329888, - 0.46443502386295393, - 0.32685435658816187, - 0.10272630098591226, - 0.13994826575956046, - 0.3565490632373829 - ], - "resistance": [ - 96367.26313461468, - 96070.98328533006, - 96094.99036702073, - 96439.10326916992, - 96981.95070255047, - 97450.51036222468, - 97395.34623648296, - 96894.39452817789 - ], - "fuel": [ - 38.801687979716014, - 38.64952365288678, - 38.66184112333079, - 38.8386330625571, - 39.11842295282588, - 39.36080576985711, - 39.332227303476486, - 39.07322131360025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 25.15625, -40.3125 25.3125, -40.15625 25.3125, -40.15625 25.15625, -40.3125 25.15625))", @@ -128293,68 +96803,7 @@ "id": "2588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.371080666942726, - 6.371080666942726, - 6.371080666942726, - 6.371080666942726, - 6.371080666942726, - 6.371080666942726, - 6.371080666942726, - 6.371080666942726 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -249.2173418341372, - -715.913596400518, - -770.8265360901914, - -421.0237596240904, - 240.99851541420026, - 882.114310958362, - 1007.7839637684858, - 446.3129761443729 - ], - "relative wind speed": [ - 1.70612464470356, - 1.267264666921789, - 1.1903001738289327, - 1.5665964120992828, - 2.0274339890952904, - 2.3270990841335695, - 2.36738999313305, - 2.1370834249044526 - ], - "relative wind angle": [ - 0.3540864995306892, - 0.23776091610340117, - 0.14285553043551058, - 0.35064554095746947, - 0.2960904810081836, - 0.1286149278646661, - 0.07164356209596337, - 0.25454686445823005 - ], - "resistance": [ - 96385.28265816587, - 95918.5864035995, - 95863.67346390983, - 96213.47624037592, - 96875.49851541422, - 97516.61431095838, - 97642.2839637685, - 97080.81297614439 - ], - "fuel": [ - 39.231068798197356, - 38.99149816349712, - 38.96336282513846, - 39.14278061579929, - 39.483585582955946, - 39.81518242148329, - 39.88036035208276, - 39.58961151183314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 25.15625, -40.15625 25.3125, -40 25.3125, -40 25.15625, -40.15625 25.15625))", @@ -128373,68 +96822,7 @@ "id": "2589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.563498408113654, - 5.563498408113654, - 5.563498408113654, - 5.563498408113654, - 5.563498408113654, - 5.563498408113654, - 5.563498408113654, - 5.563498408113654 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -242.86706589771313, - -612.8423615764725, - -632.4259281386478, - -302.855362657613, - 273.2224715962202, - 807.9949140958504, - 852.7991542819498, - 345.4962141147373 - ], - "relative wind speed": [ - 1.4560323043389083, - 1.0303709392984661, - 0.9974811279355742, - 1.3996472682334566, - 1.8409432555140586, - 2.1088949401879566, - 2.1246490394212274, - 1.8841681628314897 - ], - "relative wind angle": [ - 0.40170419028402415, - 0.2524733500556529, - 0.2072908848404093, - 0.4020669730723512, - 0.31439207114753953, - 0.12235300027332344, - 0.09677453279813433, - 0.29494954684984087 - ], - "resistance": [ - 96391.63293410231, - 96021.65763842354, - 96002.07407186137, - 96331.6446373424, - 96907.72247159624, - 97442.49491409586, - 97487.29915428197, - 96979.99621411476 - ], - "fuel": [ - 38.97423291177668, - 38.784237026597324, - 38.77419434067953, - 38.94339212345626, - 39.24011461625765, - 39.51666703959265, - 39.539885434455755, - 39.27742809600528 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 25, -40.3125 25.15625, -40.15625 25.15625, -40.15625 25, -40.3125 25))", @@ -128453,68 +96841,7 @@ "id": "2590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.219274685606928, - 5.219274685606928, - 5.219274685606928, - 5.219274685606928, - 5.219274685606928, - 5.219274685606928, - 5.219274685606928, - 5.219274685606928 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -251.77280132901228, - -598.2509688247212, - -598.9444284023815, - -253.85286378679905, - 323.3452298724127, - 846.3463284881976, - 847.9380260393697, - 325.8766147942441 - ], - "relative wind speed": [ - 1.3434144762809979, - 0.8908084702763928, - 0.8894945393529866, - 1.3413109774989043, - 1.7963465240756833, - 2.0586606225708914, - 2.059228679409199, - 1.7979177265050448 - ], - "relative wind angle": [ - 0.45864582631605516, - 0.2811576528031107, - 0.2793056963609017, - 0.4587493972403505, - 0.33747222901807955, - 0.12035427207668739, - 0.11936827646163324, - 0.3366901635739279 - ], - "resistance": [ - 96382.727198671, - 96036.24903117529, - 96035.55557159764, - 96380.64713621321, - 96957.84522987243, - 97480.84632848822, - 97482.43802603938, - 96960.37661479425 - ], - "fuel": [ - 38.87184771258325, - 38.693914799460444, - 38.69355912311542, - 38.870778169387584, - 39.16818412794188, - 39.43873520436094, - 39.439560150965974, - 39.16949117472849 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 25, -40.15625 25.15625, -40 25.15625, -40 25, -40.15625 25))", @@ -128533,68 +96860,7 @@ "id": "2591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.522948664678369, - 5.522948664678369, - 5.522948664678369, - 5.522948664678369, - 5.522948664678369, - 5.522948664678369, - 5.522948664678369, - 5.522948664678369 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -158.15034792756865, - -562.7229644383424, - -629.7957281459319, - -365.02124297521016, - 171.00931990773142, - 714.8738821876423, - 868.5580547649013, - 419.6945596011824 - ], - "relative wind speed": [ - 1.5150598448440276, - 1.0811288107146106, - 0.9692600787263836, - 1.319714944106364, - 1.7622369919435072, - 2.0571937302732866, - 2.112207482474256, - 1.9129134887744517 - ], - "relative wind angle": [ - 0.3885136915295878, - 0.2932180652195135, - 0.1366176271697536, - 0.38789416341315297, - 0.33173053187002555, - 0.1524881930396074, - 0.06253768413714215, - 0.26400293545379316 - ], - "resistance": [ - 96476.34965207249, - 96071.77703556171, - 96004.70427185412, - 96269.47875702484, - 96805.5093199078, - 97349.3738821877, - 97503.05805476496, - 97054.19455960124 - ], - "fuel": [ - 39.00588253393753, - 38.798018162042595, - 38.76361586820545, - 38.89951875133441, - 39.175450016484504, - 39.45650668872361, - 39.53612657963283, - 39.30382824234535 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 22.03125, -48.125 22.1875, -47.96875 22.1875, -47.96875 22.03125, -48.125 22.03125))", @@ -128613,68 +96879,7 @@ "id": "2592", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.351024530586295, - 5.351024530586295, - 5.351024530586295, - 5.351024530586295, - 5.351024530586295, - 5.351024530586295, - 5.351024530586295, - 5.351024530586295 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 857.9004658178161, - 391.3184050397314, - -181.40312666931038, - -565.3212225260802, - -613.4392596437169, - -328.0278464592784, - 214.1874032018435, - 747.6431914184062 - ], - "relative wind speed": [ - 2.0770201432083537, - 1.8601946048720555, - 1.445512114025617, - 1.002279196318019, - 0.9170839869267117, - 1.3018186303688921, - 1.7508713380987857, - 2.0372756629869087 - ], - "relative wind angle": [ - 0.07912024769473122, - 0.2884256809884712, - 0.41599024827061165, - 0.30079868061613907, - 0.17997538540325297, - 0.41856164958014175, - 0.3401408962138271, - 0.1462836677995019 - ], - "resistance": [ - 97492.4004658178, - 97025.81840503971, - 96453.09687333068, - 96069.1787774739, - 96021.06074035628, - 96306.4721535407, - 96848.68740320182, - 97382.14319141839 - ], - "fuel": [ - 39.481236286759206, - 39.2398020233424, - 38.944553020014396, - 38.74731914870731, - 38.722637692720994, - 38.86916138381491, - 39.14835720380634, - 39.42411023980947 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 22.03125, -47.96875 22.1875, -47.8125 22.1875, -47.8125 22.03125, -47.96875 22.03125))", @@ -128693,68 +96898,7 @@ "id": "2593", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4676710761421115, - 4.4676710761421115, - 4.4676710761421115, - 4.4676710761421115, - 4.4676710761421115, - 4.4676710761421115, - 4.4676710761421115, - 4.4676710761421115 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 787.3589589626938, - 478.5625253207829, - 7.365514370690562, - -370.140118919766, - -487.28489339080886, - -346.72473694646163, - 46.7494617127569, - 514.6917094995856 - ], - "relative wind speed": [ - 1.8374100475638075, - 1.7052437696721756, - 1.3590255748946236, - 0.9026751964164559, - 0.6450417746758782, - 0.9403713415240103, - 1.3947057255018986, - 1.725494730139722 - ], - "relative wind angle": [ - 0.01077237648173558, - 0.25832931666437037, - 0.4542155394077796, - 0.46854754557646505, - 0.030689480990316664, - 0.48166397343232925, - 0.4417620106081215, - 0.2384998476289738 - ], - "resistance": [ - 97421.8589589627, - 97113.06252532078, - 96641.86551437069, - 96264.35988108024, - 96147.21510660919, - 96287.77526305354, - 96681.24946171275, - 97149.19170949959 - ], - "fuel": [ - 39.221743098478896, - 39.06194587713639, - 38.818792750736506, - 38.62458354418726, - 38.56442577948992, - 38.63661425046244, - 38.839084519485255, - 39.08062382430544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 21.875, -48.125 22.03125, -47.96875 22.03125, -47.96875 21.875, -48.125 21.875))", @@ -128773,68 +96917,7 @@ "id": "2594", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.025121739317055, - 5.025121739317055, - 5.025121739317055, - 5.025121739317055, - 5.025121739317055, - 5.025121739317055, - 5.025121739317055, - 5.025121739317055 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 741.6135658351319, - 275.2305594312801, - -237.38093320445455, - -541.1575647915779, - -536.7458002121595, - -224.05482823040427, - 291.3894068461233, - 751.7238263523774 - ], - "relative wind speed": [ - 1.9555137030949985, - 1.7078582958313264, - 1.2839996601967065, - 0.8732180006134231, - 0.8817230818729638, - 1.2979558842503034, - 1.7183754853682625, - 1.9593263534961616 - ], - "relative wind angle": [ - 0.11973012452160005, - 0.3284980218739148, - 0.43891531916041693, - 0.255475978732649, - 0.26810781277474965, - 0.43841803231130655, - 0.3231296593866354, - 0.11286357678266781 - ], - "resistance": [ - 97376.11356583514, - 96909.7305594313, - 96397.11906679557, - 96093.34243520844, - 96097.75419978786, - 96410.4451717696, - 96925.88940684614, - 97386.22382635239 - ], - "fuel": [ - 39.332752451528805, - 39.09162282480982, - 38.82752581022018, - 38.671481751502746, - 38.67374553062909, - 38.83437902936866, - 39.09996374646403, - 39.33798862761295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 21.875, -47.96875 22.03125, -47.8125 22.03125, -47.8125 21.875, -47.96875 21.875))", @@ -128853,68 +96936,7 @@ "id": "2595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.263685766400926, - 5.263685766400926, - 5.263685766400926, - 5.263685766400926, - 5.263685766400926, - 5.263685766400926, - 5.263685766400926, - 5.263685766400926 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 923.3969695766132, - 463.5321104042764, - -131.4612197837049, - -551.7132254249591, - -629.3820505106823, - -366.2517424135399, - 178.57113421621193, - 744.813903759881 - ], - "relative wind speed": [ - 2.0907419522300623, - 1.888034188755459, - 1.4699914888992116, - 0.9910264625801452, - 0.8479028922677881, - 1.2350984283130502, - 1.7115099322220513, - 2.0268220878993635 - ], - "relative wind angle": [ - 0.06288114432888957, - 0.2870071309410766, - 0.43875702169939457, - 0.3595210275606549, - 0.15557573404175204, - 0.4475244797334504, - 0.37349012546853405, - 0.17288731577886593 - ], - "resistance": [ - 97557.89696957667, - 97098.03211040434, - 96503.03878021636, - 96082.7867745751, - 96005.11794948937, - 96268.24825758651, - 96813.07113421627, - 97379.31390375993 - ], - "fuel": [ - 39.49086003374595, - 39.25278378271062, - 38.94591801125421, - 38.729968288170596, - 38.690129517343415, - 38.825188080886775, - 39.10565176367707, - 39.3983124862026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 22.03125, -47.8125 22.1875, -47.65625 22.1875, -47.65625 22.03125, -47.8125 22.03125))", @@ -128933,68 +96955,7 @@ "id": "2596", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.54850631209399, - 4.54850631209399, - 4.54850631209399, - 4.54850631209399, - 4.54850631209399, - 4.54850631209399, - 4.54850631209399, - 4.54850631209399 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 805.460781939116, - 590.9910034545856, - 109.05901200546384, - -323.8862743117731, - -509.33494701923246, - -416.8504577120242, - -47.34419785843238, - 447.44318593106414 - ], - "relative wind speed": [ - 1.8739434513973774, - 1.7885718041400183, - 1.4724751073664155, - 1.011473111471234, - 0.6591364564262202, - 0.8643701919088534, - 1.3333949097741042, - 1.7096920985943433 - ], - "relative wind angle": [ - 0.0412166506625373, - 0.21177003707550326, - 0.4263010822892692, - 0.500242002678687, - 0.11741653069835771, - 0.4499614032502649, - 0.4742109684954076, - 0.2877121784126233 - ], - "resistance": [ - 97439.96078193908, - 97225.49100345456, - 96743.55901200544, - 96310.61372568819, - 96125.16505298074, - 96217.64954228795, - 96587.15580214154, - 97081.94318593103 - ], - "fuel": [ - 39.24938574812013, - 39.138348978944066, - 38.88946425860962, - 38.666614739725404, - 38.5713722848128, - 38.61885433567011, - 38.808878510416285, - 39.06412603253849 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 22.03125, -47.65625 22.1875, -47.5 22.1875, -47.5 22.03125, -47.65625 22.03125))", @@ -129013,68 +96974,7 @@ "id": "2597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.138765703888203, - 5.138765703888203, - 5.138765703888203, - 5.138765703888203, - 5.138765703888203, - 5.138765703888203, - 5.138765703888203, - 5.138765703888203 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 904.6921487048954, - 572.2497543993553, - 22.94249970818339, - -436.47183638105867, - -589.8090849257553, - -446.26458848264224, - 6.578153261561852, - 557.4162723533774 - ], - "relative wind speed": [ - 2.034125718389241, - 1.909114137705867, - 1.5575480854685029, - 1.0933063161174514, - 0.8207895222213157, - 1.0801139232564427, - 1.5444762346679997, - 1.9015899077189404 - ], - "relative wind angle": [ - 0.003491312450226226, - 0.22394069231915242, - 0.40009721952503574, - 0.4082107249864175, - 0.008652452838462419, - 0.40336746456736183, - 0.40367926895397316, - 0.23026333100401625 - ], - "resistance": [ - 97539.19214870484, - 97206.7497543993, - 96657.44249970812, - 96198.02816361889, - 96044.69091507418, - 96188.2354115173, - 96641.07815326151, - 97191.91627235332 - ], - "fuel": [ - 39.44723187775717, - 39.275067729817366, - 38.991495485463616, - 38.75519141839699, - 38.67649577872264, - 38.75016297341293, - 38.983064841373036, - 39.267395400209665 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 21.875, -47.8125 22.03125, -47.65625 22.03125, -47.65625 21.875, -47.8125 21.875))", @@ -129093,68 +96993,7 @@ "id": "2598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.41691963665748, - 5.41691963665748, - 5.41691963665748, - 5.41691963665748, - 5.41691963665748, - 5.41691963665748, - 5.41691963665748, - 5.41691963665748 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1009.6627646614958, - 544.3837021820337, - -92.72279563893676, - -564.7882729291689, - -674.3604197976738, - -424.82430221085895, - 141.42862126109173, - 757.1591800812033 - ], - "relative wind speed": [ - 2.1620423801048667, - 1.972695124199543, - 1.5531364127323783, - 1.0502843508775126, - 0.8549815066514636, - 1.2304042331871554, - 1.7300832100018546, - 2.0742042841502677 - ], - "relative wind angle": [ - 0.04465936885500682, - 0.27281964450729923, - 0.43548123754491525, - 0.3856061605723351, - 0.11313645582870545, - 0.4467126854340536, - 0.38839319365017744, - 0.19162132329193052 - ], - "resistance": [ - 97644.1627646615, - 97178.88370218204, - 96541.77720436106, - 96069.71172707083, - 95960.13958020233, - 96209.67569778913, - 96775.92862126109, - 97391.6591800812 - ], - "fuel": [ - 39.578631608459986, - 39.33760770747926, - 39.008880457878064, - 38.76628344429742, - 38.71009229625826, - 38.83812520797832, - 39.12951980252667, - 39.447729719751706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 21.875, -47.65625 22.03125, -47.5 22.03125, -47.5 21.875, -47.65625 21.875))", @@ -129173,68 +97012,7 @@ "id": "2599", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.5174569873187735, - 5.5174569873187735, - 5.5174569873187735, - 5.5174569873187735, - 5.5174569873187735, - 5.5174569873187735, - 5.5174569873187735, - 5.5174569873187735 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 983.7714771437973, - 547.946886657465, - -73.74690409852155, - -548.8653219737748, - -669.5158387038139, - -444.10986453659154, - 101.08943774347586, - 705.9536800842534 - ], - "relative wind speed": [ - 2.1633078508848143, - 1.990434657302201, - 1.5918610117050913, - 1.1103449301494892, - 0.9058490980552855, - 1.2404165917778265, - 1.7223361941156237, - 2.0658164444690565 - ], - "relative wind angle": [ - 0.03261130063827094, - 0.2513377345556018, - 0.40657689482828996, - 0.36396990546097696, - 0.07794593347463717, - 0.4105092340333169, - 0.37417962503466307, - 0.19252467287649996 - ], - "resistance": [ - 97618.27147714382, - 97182.44688665748, - 96560.7530959015, - 96085.63467802624, - 95964.9841612962, - 96190.39013546343, - 96735.58943774349, - 97340.45368008426 - ], - "fuel": [ - 39.59426640800972, - 39.36851862021772, - 39.04771778039782, - 38.803520994567094, - 38.741643938776555, - 38.857290011338065, - 39.137789900454905, - 39.450281077781256 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 21.71875, -48.125 21.875, -47.96875 21.875, -47.96875 21.71875, -48.125 21.71875))", @@ -129253,68 +97031,7 @@ "id": "2600", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.908653234580872, - 4.908653234580872, - 4.908653234580872, - 4.908653234580872, - 4.908653234580872, - 4.908653234580872, - 4.908653234580872, - 4.908653234580872 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 659.4995694830283, - 170.18117508117155, - -308.12088489365345, - -546.0266413683856, - -486.18256149148647, - -127.44527661188033, - 389.542861469008, - 797.0295045454476 - ], - "relative wind speed": [ - 1.895625879601698, - 1.607091773516812, - 1.1645115638238677, - 0.7949754875039501, - 0.9135694477371253, - 1.3584044474121155, - 1.7526891991950304, - 1.9483379033222867 - ], - "relative wind angle": [ - 0.1667308811772392, - 0.3693160477846972, - 0.4493326916458163, - 0.17092033069395432, - 0.35155731680619484, - 0.4412421643392607, - 0.2927621827448394, - 0.06945696553563444 - ], - "resistance": [ - 97293.99956948303, - 96804.68117508118, - 96326.37911510635, - 96088.47335863161, - 96148.31743850851, - 96507.05472338812, - 97024.042861469, - 97431.52950454544 - ], - "fuel": [ - 39.26040349644589, - 39.00758619279813, - 38.76132180294872, - 38.63914777917327, - 38.66986025757711, - 38.854246586737176, - 39.12081414249975, - 39.33162181301076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 21.71875, -47.96875 21.875, -47.8125 21.875, -47.8125 21.71875, -47.96875 21.71875))", @@ -129333,68 +97050,7 @@ "id": "2601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.263855376149039, - 5.263855376149039, - 5.263855376149039, - 5.263855376149039, - 5.263855376149039, - 5.263855376149039, - 5.263855376149039, - 5.263855376149039 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 866.2915418331379, - 357.3877653084437, - -226.5268643421348, - -591.8832669192016, - -610.9822060704785, - -283.98578994647266, - 287.566693914672, - 822.4772915772314 - ], - "relative wind speed": [ - 2.0736742632409983, - 1.8266595584629028, - 1.3819068344412921, - 0.9246605794862615, - 0.889094025460811, - 1.324359465407454, - 1.7835208541148748, - 2.058061211160236 - ], - "relative wind angle": [ - 0.10501163593029615, - 0.32196307921210837, - 0.4491852988605438, - 0.2970122370440344, - 0.24697667530605863, - 0.45164258052341205, - 0.3431459391478607, - 0.13187233406568585 - ], - "resistance": [ - 97500.79154183314, - 96991.88776530845, - 96407.97313565787, - 96042.6167330808, - 96023.51779392952, - 96350.51421005353, - 96922.06669391468, - 97456.97729157723 - ], - "fuel": [ - 39.46130000503101, - 39.197990426545076, - 38.897057048842505, - 38.709407780339816, - 38.69961211038106, - 38.86751288011892, - 39.16193980344744, - 39.43859236102578 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 21.5625, -48.125 21.71875, -47.96875 21.71875, -47.96875 21.5625, -48.125 21.5625))", @@ -129413,68 +97069,7 @@ "id": "2602", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.171773069367099, - 5.171773069367099, - 5.171773069367099, - 5.171773069367099, - 5.171773069367099, - 5.171773069367099, - 5.171773069367099, - 5.171773069367099 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 643.8513401405334, - 106.46089957956337, - -384.3622431105978, - -594.8172720041764, - -494.3323348363011, - -77.17066305078663, - 477.6858566338527, - 875.1570740989499 - ], - "relative wind speed": [ - 1.9502727397070678, - 1.6294274570616367, - 1.1719145646653788, - 0.8422509883951875, - 1.025672086079186, - 1.4834194112186168, - 1.86606088875248, - 2.0362171445977637 - ], - "relative wind angle": [ - 0.18929511117017314, - 0.3758319333124703, - 0.42090671961553017, - 0.09404508234002898, - 0.3659012566623728, - 0.41498225621460527, - 0.2595023462948177, - 0.038852809325474226 - ], - "resistance": [ - 97278.35134014054, - 96740.96089957956, - 96250.1377568894, - 96039.68272799582, - 96140.1676651637, - 96557.32933694922, - 97112.18585663385, - 97509.65707409896 - ], - "fuel": [ - 39.32097886559207, - 39.043403417850456, - 38.79082008304165, - 38.68279205164849, - 38.73435110999833, - 38.94879951386022, - 39.23503551949141, - 39.440784803678795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 21.5625, -47.96875 21.71875, -47.8125 21.71875, -47.8125 21.5625, -47.96875 21.5625))", @@ -129493,68 +97088,7 @@ "id": "2603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.10368321986246, - 5.10368321986246, - 5.10368321986246, - 5.10368321986246, - 5.10368321986246, - 5.10368321986246, - 5.10368321986246, - 5.10368321986246 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 804.3307382265316, - 337.15854730663864, - -204.81298422199814, - -547.8582228688351, - -570.1001902599332, - -271.9117668215505, - 255.73531268799684, - 753.3311936726793 - ], - "relative wind speed": [ - 2.002902476182186, - 1.7696286292362728, - 1.3460367691753563, - 0.9085210428486777, - 0.8661376141988175, - 1.276803512845301, - 1.7175557376267936, - 1.9840368470691017 - ], - "relative wind angle": [ - 0.1003783832164264, - 0.3152031517481138, - 0.44147806597840983, - 0.29570283176131706, - 0.23385641818390235, - 0.4441253263394801, - 0.3414497724311945, - 0.13384139638451273 - ], - "resistance": [ - 97438.83073822652, - 96971.65854730662, - 96429.68701577799, - 96086.64177713115, - 96064.39980974005, - 96362.58823317844, - 96890.23531268798, - 97387.83119367267 - ], - "fuel": [ - 39.38586996735198, - 39.144223976281616, - 38.86490540902024, - 38.68867333243011, - 38.67726211864052, - 38.830400410925115, - 39.10219070996935, - 39.3594508357278 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 21.71875, -47.5 21.875, -47.34375 21.875, -47.34375 21.71875, -47.5 21.71875))", @@ -129586,9 +97120,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 847.6733770711794, + 847.6733770711783, 694.1199502193952, - 164.0690012660432, + 164.0690012660425, -356.3380110937575, -611.8905296627419, -544.8875721043328, @@ -129598,7 +97132,7 @@ "relative wind speed": [ 2.0801583522254297, 2.0243619815649017, - 1.731616700546262, + 1.7316167005462615, 1.2932603121150683, 0.9470251450798137, 1.0610720820666617, @@ -129606,11 +97140,11 @@ 1.8845140383809011 ], "relative wind angle": [ - 0.06168161861923183, - 0.15455854026565333, - 0.33478414769073744, - 0.3910827495132152, - 0.13581608711547363, + 0.06168161861923364, + 0.15455854026565335, + 0.33478414769073783, + 0.39108274951321526, + 0.1358160871154736, 0.2980965791333518, 0.3912978478220166, 0.2646732679639578 @@ -129666,17 +97200,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 808.5391167188469, + 808.5391167188428, 614.5701150575202, - 103.75747979974619, + 103.75747979974597, -378.9196266506549, -594.3017221977491, -509.76147286689127, - -113.81428939579052, + -113.81428939579041, 420.5619693837126 ], "relative wind speed": [ - 2.0691614674076297, + 2.0691614674076293, 1.9974032125783847, 1.7052293886793353, 1.2921699539116176, @@ -129686,13 +97220,13 @@ 1.9006046208387959 ], "relative wind angle": [ - 0.04209862833455344, + 0.04209862833455871, 0.15939115973152612, - 0.31938962106160385, + 0.3193896210616042, 0.34760694468744024, 0.08716858693122546, 0.28261210170444856, - 0.3548880374317438, + 0.35488803743174374, 0.2337200178124122 ], "resistance": [ @@ -129746,17 +97280,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 811.5969601484572, + 811.5969601484557, 651.1371631832577, - 150.5554838321475, + 150.5554838321474, -331.2085860883275, - -562.350792388531, + -562.3507923885311, -492.4827361138054, - -118.66105890759388, + -118.66105890759377, 407.7174640754482 ], "relative wind speed": [ - 1.980342611698745, + 1.9803426116987446, 1.919461256320078, 1.6248901409788206, 1.1837079416685115, @@ -129766,14 +97300,14 @@ 1.792613583200059 ], "relative wind angle": [ - 0.06006894232950192, + 0.060068942329503765, 0.16937285647064065, - 0.36266514773677144, + 0.36266514773677183, 0.42835441758668225, - 0.143314646821369, + 0.14331464682136977, 0.34208799350671437, - 0.42273418974514826, - 0.277843226118843 + 0.42273418974514804, + 0.27784322611884305 ], "resistance": [ 97446.09696014845, @@ -129826,37 +97360,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 787.391295377691, + 787.3912953776744, 518.9025749046189, - 27.266343223427498, + 27.26634322342727, -399.05663914443426, -551.5655402961536, -435.06879556822287, - -32.65713690471023, + -32.657136904710455, 465.2741337200673 ], "relative wind speed": [ - 1.9902156084760416, + 1.990215608476041, 1.886155110675924, 1.5746638245826874, 1.1655041299912343, 0.9224132774490291, 1.1199211227166899, - 1.527166743412959, + 1.5271667434129588, 1.858333808983008 ], "relative wind angle": [ - 0.012710338452370839, + 0.012710338452397045, 0.19188299078798915, - 0.34597742355270383, + 0.3459774235527045, 0.3461928211298388, - 0.02742675664756227, + 0.027426756647562275, 0.3269827543678859, - 0.35721174755893653, + 0.3572117475589359, 0.21445304805659623 ], "resistance": [ - 97421.89129537773, + 97421.89129537772, 97153.40257490466, 96661.76634322347, 96235.44336085561, @@ -129866,7 +97400,7 @@ 97099.77413372012 ], "fuel": [ - 39.41435193663983, + 39.414351936639825, 39.27539314573856, 39.02163760806873, 38.80232128201436, @@ -129893,68 +97427,7 @@ "id": "2608", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.24573388001515, - 5.24573388001515, - 5.24573388001515, - 5.24573388001515, - 5.24573388001515, - 5.24573388001515, - 5.24573388001515, - 5.24573388001515 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 122.35245905601323, - -457.40901008680106, - -690.7095788602454, - -547.5407277973561, - -29.62564258102566, - 646.7623058313229, - 1119.9382549333834, - 786.698797959192 - ], - "relative wind speed": [ - 1.6861480659416088, - 1.1372974974371168, - 0.7350472593319766, - 1.012337711269028, - 1.5694623741202502, - 2.0032128809442766, - 2.1831200082923403, - 2.0691737003935615 - ], - "relative wind angle": [ - 0.4444624061458063, - 0.5135640602563628, - 0.08878537058114302, - 0.47898452327232155, - 0.4801813118917673, - 0.28266964203171285, - 0.029858835745495336, - 0.22743922352796034 - ], - "resistance": [ - 96756.85245905604, - 96177.09098991322, - 95943.79042113978, - 96086.95927220267, - 96604.874357419, - 97281.26230583135, - 97754.43825493341, - 97421.19879795922 - ], - "fuel": [ - 39.071721324289015, - 38.77343093660584, - 38.65374946045591, - 38.72717001992697, - 38.99340681573758, - 39.34261031962798, - 39.58791217761531, - 39.41506883860143 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 24.84375, -43.59375 25, -43.4375 25, -43.4375 24.84375, -43.59375 24.84375))", @@ -129973,68 +97446,7 @@ "id": "2609", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.101875499509077, - 5.101875499509077, - 5.101875499509077, - 5.101875499509077, - 5.101875499509077, - 5.101875499509077, - 5.101875499509077, - 5.101875499509077 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 412.4032860591162, - -189.38206658671152, - -578.4851385313139, - -616.3000682452248, - -301.65203272212636, - 274.8985007789563, - 836.4665195137316, - 923.658167919029 - ], - "relative wind speed": [ - 1.830279087870645, - 1.3742057737323419, - 0.874715881423793, - 0.7987506032860077, - 1.2575904626683652, - 1.7444236305243424, - 2.041158356932658, - 2.072064860239966 - ], - "relative wind angle": [ - 0.33398846991411424, - 0.4884377653240378, - 0.36466253732181614, - 0.25783680828592753, - 0.49734668618632766, - 0.3786419426722912, - 0.15343288423087184, - 0.09845367467808687 - ], - "resistance": [ - 97046.9032860591, - 96445.11793341328, - 96056.01486146868, - 96018.19993175476, - 96332.84796727786, - 96909.39850077895, - 97470.96651951372, - 97558.15816791901 - ], - "fuel": [ - 39.18261037369865, - 38.872363735853796, - 38.67248144384758, - 38.65308594624187, - 38.8146328164143, - 39.111601872773825, - 39.40204286911287, - 39.44724332495585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 24.6875, -43.75 24.84375, -43.59375 24.84375, -43.59375 24.6875, -43.75 24.6875))", @@ -130053,68 +97465,7 @@ "id": "2610", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.5773074582068, - 5.5773074582068, - 5.5773074582068, - 5.5773074582068, - 5.5773074582068, - 5.5773074582068, - 5.5773074582068, - 5.5773074582068 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 325.32724775098086, - -337.8750325239097, - -709.1920074091412, - -677.2250400970263, - -242.3051823701021, - 441.8687251844658, - 1031.1027471672094, - 957.6226626690759 - ], - "relative wind speed": [ - 1.897424261809055, - 1.3902789647277585, - 0.911070345158291, - 0.9683802532370936, - 1.480848843489534, - 1.9647535537062755, - 2.227797780935038, - 2.203490824057679 - ], - "relative wind angle": [ - 0.3591700568326401, - 0.47204949848512384, - 0.25191693235446977, - 0.3269679891092689, - 0.4671870738881533, - 0.3275868178778167, - 0.10211398306689441, - 0.14162065197233129 - ], - "resistance": [ - 96959.82724775097, - 96296.62496747609, - 95925.30799259085, - 95957.27495990298, - 96392.1948176299, - 97076.36872518447, - 97665.60274716721, - 97592.12266266908 - ], - "fuel": [ - 39.27109978983398, - 38.92948071226415, - 38.73892802385829, - 38.75531267014094, - 38.978608327699575, - 39.33130000489794, - 39.636446183728076, - 39.59832259829445 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 24.6875, -43.59375 24.84375, -43.4375 24.84375, -43.4375 24.6875, -43.59375 24.6875))", @@ -130133,68 +97484,7 @@ "id": "2611", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.753634341313878, - 5.753634341313878, - 5.753634341313878, - 5.753634341313878, - 5.753634341313878, - 5.753634341313878, - 5.753634341313878, - 5.753634341313878 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 414.6505120290617, - -254.24160337041974, - -680.0074853247213, - -709.6120090873895, - -344.02652545284286, - 305.9805582435381, - 919.518059206923, - 987.3372035505492 - ], - "relative wind speed": [ - 1.9825335110082754, - 1.5184997877540845, - 1.0421698181251453, - 0.9928573322960645, - 1.4365130867622409, - 1.9204601962292214, - 2.2153760495453096, - 2.237910473726758 - ], - "relative wind angle": [ - 0.3063069406996486, - 0.42724050747025977, - 0.2840072810121564, - 0.21954210352613954, - 0.4292127573301913, - 0.3337976759743929, - 0.13220020031884622, - 0.09677109244602612 - ], - "resistance": [ - 97049.15051202911, - 96380.25839662962, - 95954.49251467532, - 95924.88799091266, - 96290.4734745472, - 96940.48055824358, - 97554.01805920697, - 97621.83720355059 - ], - "fuel": [ - 39.370520084579994, - 39.02575489939413, - 38.80717071673525, - 38.791997115598434, - 38.979604043767765, - 39.31439536797485, - 39.63184508063051, - 39.667021276868226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 24.84375, -40.625 25, -40.46875 25, -40.46875 24.84375, -40.625 24.84375))", @@ -130213,68 +97503,7 @@ "id": "2612", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.457151144663903, - 6.457151144663903, - 6.457151144663903, - 6.457151144663903, - 6.457151144663903, - 6.457151144663903, - 6.457151144663903, - 6.457151144663903 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -520.0996291383458, - -728.1228230811556, - -593.3464479846355, - -85.70068922156133, - 550.6841319942266, - 968.5750949616115, - 658.1424937986048, - 35.98074112076392 - ], - "relative wind speed": [ - 1.493766839674651, - 1.2444943296704982, - 1.421843659352133, - 1.836561024566226, - 2.193429729414877, - 2.3438658691594516, - 2.2407217492479403, - 1.9155983274780932 - ], - "relative wind angle": [ - 0.28363633569905294, - 0.033220147501128366, - 0.25566789800593226, - 0.30405259744851815, - 0.19175508828191143, - 0.017636173176894337, - 0.1611685116775739, - 0.29113182156388284 - ], - "resistance": [ - 96114.40037086165, - 95906.37717691885, - 96041.15355201537, - 96548.79931077844, - 97185.18413199423, - 97603.0750949616, - 97292.6424937986, - 96670.48074112076 - ], - "fuel": [ - 39.12217192839822, - 39.01549630305841, - 39.084592123886814, - 39.34545369689393, - 39.673824357688304, - 39.89027322424018, - 39.729420928351615, - 39.40812404360656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 24.84375, -40.46875 25, -40.3125 25, -40.3125 24.84375, -40.46875 24.84375))", @@ -130293,68 +97522,7 @@ "id": "2613", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.082820946904631, - 6.082820946904631, - 6.082820946904631, - 6.082820946904631, - 6.082820946904631, - 6.082820946904631, - 6.082820946904631, - 6.082820946904631 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -298.057186888497, - -675.683854563006, - -681.3633001738776, - -315.8195004984742, - 300.14885861742005, - 851.7843538806237, - 864.7719408890157, - 321.3732469342533 - ], - "relative wind speed": [ - 1.5699007520839472, - 1.1765892992966336, - 1.1682504321834244, - 1.5547933986970717, - 1.9812873224927203, - 2.2373478599549, - 2.241713352185635, - 1.9931646477479283 - ], - "relative wind angle": [ - 0.35222410168928675, - 0.1968526630368451, - 0.1860949387110884, - 0.35183060320613224, - 0.27687879929617587, - 0.10303692344958829, - 0.09657308585131845, - 0.2721705829054391 - ], - "resistance": [ - 96336.44281311147, - 95958.81614543697, - 95953.1366998261, - 96318.6804995015, - 96934.6488586174, - 97486.28435388059, - 97499.27194088898, - 96955.87324693422 - ], - "fuel": [ - 39.10818774377141, - 38.91434552546201, - 38.91143421932318, - 39.099058152307684, - 39.416343203035495, - 39.70168876969584, - 39.70842052750413, - 39.427301038577454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 24.6875, -40.625 24.84375, -40.46875 24.84375, -40.46875 24.6875, -40.625 24.6875))", @@ -130373,68 +97541,7 @@ "id": "2614", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.349354047406259, - 7.349354047406259, - 7.349354047406259, - 7.349354047406259, - 7.349354047406259, - 7.349354047406259, - 7.349354047406259, - 7.349354047406259 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -428.013131429512, - -808.1543449623308, - -777.4197544141467, - -327.6424663197888, - 371.89518336747756, - 949.3639304835949, - 878.7116351901507, - 253.53493507978897 - ], - "relative wind speed": [ - 1.8679150719620319, - 1.5453380808978743, - 1.5800747197488303, - 1.9368038197417328, - 2.327418469784318, - 2.5530204984063425, - 2.5316688822922226, - 2.270412828846316 - ], - "relative wind angle": [ - 0.25941537099601164, - 0.11145554084242353, - 0.14996839008102716, - 0.26418280831578445, - 0.2073542405685187, - 0.06737518346928839, - 0.09338405119103656, - 0.22463658616748516 - ], - "resistance": [ - 96206.48686857047, - 95826.34565503766, - 95857.08024558584, - 96306.8575336802, - 97006.39518336747, - 97583.86393048358, - 97513.21163519013, - 96888.03493507978 - ], - "fuel": [ - 39.51181442681738, - 39.31686705333992, - 39.33260865750714, - 39.56337712924079, - 39.92378667811192, - 40.2226769840296, - 40.18604165459295, - 39.86267818435421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 24.6875, -40.46875 24.84375, -40.3125 24.84375, -40.3125 24.6875, -40.46875 24.6875))", @@ -130453,68 +97560,7 @@ "id": "2615", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.886107635722224, - 6.886107635722224, - 6.886107635722224, - 6.886107635722224, - 6.886107635722224, - 6.886107635722224, - 6.886107635722224, - 6.886107635722224 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -309.19268976144053, - -732.0315968778141, - -757.4206475728043, - -391.10780094067854, - 257.550771982965, - 850.9574496202292, - 909.201548446403, - 354.46482105373616 - ], - "relative wind speed": [ - 1.8075828539435554, - 1.4427530813910627, - 1.4115677411489178, - 1.747128920285952, - 2.1541699707699022, - 2.413766265191003, - 2.432134977542421, - 2.2034846431817887 - ], - "relative wind angle": [ - 0.2875838507365495, - 0.1640568217162035, - 0.12748038441231435, - 0.2839324999263502, - 0.24030776423934572, - 0.09777625617005464, - 0.07385422599117428, - 0.22398368792074422 - ], - "resistance": [ - 96325.30731023857, - 95902.4684031222, - 95877.07935242722, - 96243.39219905934, - 96892.05077198298, - 97485.45744962024, - 97543.70154844642, - 96988.96482105376 - ], - "fuel": [ - 39.38855045997869, - 39.171553116136195, - 39.15854484338759, - 39.34646036060871, - 39.680441856595436, - 39.98734654085306, - 40.01754048934974, - 39.73047542242833 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 20.46875, -40.625 20.625, -40.46875 20.625, -40.46875 20.46875, -40.625 20.46875))", @@ -130546,19 +97592,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -406.43277710673215, + -406.4327771067324, -574.5220372406816, - -487.74978525660174, + -487.74978525660185, -113.07046566667009, 365.7512245572748, 684.187980535263, - 482.87071898040335, + 482.87071898040267, 22.41381638276289 ], "relative wind speed": [ - 1.6523143312135313, + 1.652314331213531, 1.4787052633567412, - 1.5812039809131735, + 1.5812039809131733, 1.867439102374874, 2.137684363824875, 2.261253597586093, @@ -130566,13 +97612,13 @@ 1.9525645411602406 ], "relative wind angle": [ - 0.18719402115707334, + 0.18719402115707395, 0.02941237975937627, - 0.15621326187493811, + 0.1562132618749374, 0.21114921852725313, 0.1443480537632313, 0.01923209813362989, - 0.11252551474370756, + 0.11252551474370856, 0.2018137172620167 ], "resistance": [ @@ -130626,9 +97672,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -316.3629449698147, + -316.362944969815, -412.5023748355139, - -319.6254360301159, + -319.625436030116, -16.083788272517836, 345.0309682775995, 564.3149948886238, @@ -130636,7 +97682,7 @@ -10.663826398075685 ], "relative wind speed": [ - 1.0910773947416326, + 1.0910773947416323, 0.9243316370865138, 1.0867845628570503, 1.4068410444622872, @@ -130646,14 +97692,14 @@ 1.4115323174146974 ], "relative wind angle": [ - 0.27774582609726123, + 0.27774582609726167, 0.0026588655975308003, - 0.275547154769259, - 0.3036254120423732, - 0.1803631995213451, + 0.2755471547692594, + 0.30362541204237325, + 0.18036319952134508, 0.001391999161008251, - 0.17794307505267926, - 0.3025842756863904 + 0.17794307505267928, + 0.30258427568639035 ], "resistance": [ 96318.13705503022, @@ -130706,7 +97752,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -344.4314298350597, + -344.43142983505993, -485.19028662967764, -406.88417988398453, -83.75128284918583, @@ -130726,8 +97772,8 @@ 1.7061196111030905 ], "relative wind angle": [ - 0.2158093387698622, - 0.031245822809473658, + 0.21580933876986325, + 0.03124582280947366, 0.1848320811798148, 0.2401509863682055, 0.15992332091462444, @@ -130786,11 +97832,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -265.60478710354386, + -265.60478710354397, -403.63148122165563, - -340.8873146062667, + -340.8873146062668, -67.88092522956379, - 293.1874844272513, + 293.1874844272519, 548.7033207861114, 404.6291821533755, 57.273401477876064 @@ -130800,16 +97846,16 @@ 0.8376634459788426, 0.9585869264177466, 1.2884620763679326, - 1.5783552495724826, + 1.5783552495724829, 1.7103424287618498, 1.6456191469635706, 1.4024324404810977 ], "relative wind angle": [ - 0.3361576724898417, + 0.33615767248984235, 0.07199711622409884, - 0.28153219565116566, - 0.34594038125654675, + 0.28153219565116605, + 0.3459403812565467, 0.2246085400343046, 0.035238402765868884, 0.16255195744649656, @@ -130866,34 +97912,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -246.9670057663576, + -246.9670057663579, -352.109626707145, - -290.218554277355, + -290.2185542773551, -47.75640566504262, 260.19916660853767, 466.1213821168101, - 323.6532938811604, - 24.09592481699474 + 323.6532938811607, + 24.095924816994852 ], "relative wind speed": [ - 1.043505825260258, + 1.0435058252602578, 0.8649488439704667, 0.9823839936213878, 1.2699008870952073, 1.520364648261502, 1.6285811519078703, - 1.560555913805047, + 1.5605559138050469, 1.3370732246179406 ], "relative wind angle": [ - 0.2865522306886119, + 0.28655223068861274, 0.040625804607559025, - 0.252329955798707, + 0.25232995579870743, 0.3055291994708329, 0.1952331303757253, 0.02157233758750548, - 0.1578180274358449, - 0.2897225206743885 + 0.1578180274358435, + 0.2897225206743884 ], "resistance": [ 96387.53299423362, @@ -130946,9 +97992,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -297.42134675104353, + -297.42134675104387, -379.7088759396434, - -282.672874733511, + -282.6728747335111, 4.5090377192289, 338.678803283216, 528.4477004293706, @@ -130956,9 +98002,9 @@ -20.003273704259527 ], "relative wind speed": [ - 0.9879696530096644, + 0.9879696530096642, 0.8299356657777686, - 1.0092153550280756, + 1.0092153550280754, 1.3312041097768883, 1.5837036931725237, 1.671947431502061, @@ -130966,11 +98012,11 @@ 1.3084712611094862 ], "relative wind angle": [ - 0.2971048135292832, + 0.2971048135292839, 0.014451088810617263, - 0.3082546472944881, + 0.30825464729448765, 0.3218012344963586, - 0.18366037295263232, + 0.1836603729526323, 0.007173167768668961, 0.19625298390023538, 0.3275990467466884 @@ -131026,33 +98072,33 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -165.6728868917936, + -165.6728868917939, -346.93065011230726, -337.1594716187906, -135.6493880352545, 185.87786520741963, 463.5759557524351, - 441.2262875598568, + 441.2262875598575, 149.7535229641693 ], "relative wind speed": [ - 1.0464497911706874, + 1.0464497911706871, 0.7523260233698149, - 0.774159565387906, + 0.7741595653879059, 1.0842137671031082, 1.3989480883830245, 1.576742995542474, - 1.5661385273180986, + 1.5661385273180983, 1.3698881073488376 ], "relative wind angle": [ - 0.3941303922402853, + 0.3941303922402856, 0.20343628794264995, - 0.24381381829209842, + 0.24381381829209794, 0.39408053859196607, 0.2913505188537734, 0.09654921611698608, - 0.11961438064918618, + 0.11961438064918434, 0.30877214163499195 ], "resistance": [ @@ -131106,20 +98152,20 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -190.82282088579302, + -190.82282088579313, -350.16376719827804, -321.8667716327493, - -103.83346983225454, - 219.04205148769984, + -103.83346983225448, + 219.04205148769995, 479.520445742864, 414.7303609353993, 114.3591175672517 ], "relative wind speed": [ - 1.0015237412042912, + 1.001523741204291, 0.7258054482689674, 0.7895388187481508, - 1.1118496821801753, + 1.1118496821801755, 1.4164447638268498, 1.575617981755547, 1.5446663156999685, @@ -131127,13 +98173,13 @@ ], "relative wind angle": [ 0.39486925678823237, - 0.16241704729422426, - 0.2814501949094382, - 0.3946539156909167, - 0.27547129512881396, - 0.0745576591790992, + 0.1624170472942243, + 0.28145019490943857, + 0.3946539156909173, + 0.2754712951288136, + 0.07455765917909922, 0.14244958995875948, - 0.3268251403920401 + 0.32682514039204014 ], "resistance": [ 96443.67717911427, @@ -131186,9 +98232,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -297.4029653832982, + -297.4029653832986, -370.5436352701624, - -276.3540685727769, + -276.354068572777, -1.272400073840572, 312.4456260074352, 481.4025578509985, @@ -131196,7 +98242,7 @@ -36.247715561175255 ], "relative wind speed": [ - 1.100137692838826, + 1.1001376928388258, 0.9750746170153853, 1.1270663277690398, 1.4077156979776562, @@ -131206,13 +98252,13 @@ 1.377260044556825 ], "relative wind angle": [ - 0.22837534804730078, + 0.22837534804730125, 0.01619364400695172, - 0.24318815873683772, + 0.24318815873683866, 0.2645054982790584, - 0.15307429514723422, + 0.15307429514723425, 0.009227913204615903, - 0.16884775612613942, + 0.16884775612613945, 0.2704998033882474 ], "resistance": [ @@ -131266,34 +98312,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -235.66162007280224, + -235.66162007280235, -344.64622573488214, - -283.9587687314436, + -283.9587687314437, -44.31798755913019, - 264.3315652199267, + 264.3315652199268, 475.43954977257965, 335.92226048802104, 35.987369845939725 ], "relative wind speed": [ - 0.9652416305249043, + 0.9652416305249042, 0.7630196414167923, - 0.8901872324330234, + 0.8901872324330233, 1.1996841207492368, 1.464149330708567, 1.578995153483667, 1.5109571003592241, - 1.279133565478934 + 1.2791335654789338 ], "relative wind angle": [ - 0.3362220175510984, + 0.3362220175510987, 0.05517214168937225, - 0.295161988297799, - 0.34726730113932136, - 0.21925447980850846, + 0.29516198829779944, + 0.3472673011393213, + 0.21925447980850796, 0.026650528289306943, - 0.1722322662576466, - 0.32487569707319425 + 0.17223226625764662, + 0.3248756970731936 ], "resistance": [ 96398.83837992723, @@ -131346,7 +98392,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -444.14793178280706, + -444.1479317828075, -526.0404008729275, -362.4140939117998, 41.37204940327888, @@ -131356,7 +98402,7 @@ -94.45600576028824 ], "relative wind speed": [ - 1.2906801425879912, + 1.290680142587991, 1.1730348714885996, 1.3778993228681051, 1.71099764456075, @@ -131366,12 +98412,12 @@ 1.6119407171157183 ], "relative wind angle": [ - 0.21027009997304896, - 0.04374396180960652, - 0.25078125501505627, + 0.21027009997305005, + 0.043743961809606526, + 0.2507812550150567, 0.2554161698733289, 0.13755211528880648, - 0.025183724947407154, + 0.02518372494740715, 0.18051893252968862, 0.2714969163158535 ], @@ -131426,19 +98472,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -317.26608065071923, + -317.26608065071946, -439.5963687057783, - -353.97532197264667, + -353.97532197264695, -42.74679604833727, 344.09877657581103, 595.3487159541495, - 398.1226138657695, + 398.12261386576904, 18.244278544866006 ], "relative wind speed": [ - 1.1285976251734713, + 1.128597625173471, 0.93213214633833, - 1.080930184303593, + 1.0809301843035928, 1.4131119794114897, 1.6938083989327284, 1.8093781123924733, @@ -131446,13 +98492,13 @@ 1.4648665555216942 ], "relative wind angle": [ - 0.2962096088591676, + 0.29620960885916797, 0.029153825642054806, 0.27258314400057654, 0.31568008899938865, 0.19574078018741572, - 0.015017529949883828, - 0.16954883792348485, + 0.015017529949883826, + 0.16954883792348552, 0.30416246399266333 ], "resistance": [ @@ -131506,17 +98552,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -32.349051973378096, + -32.34905197337832, -287.4469771030242, - -355.54683460476394, + -355.5468346047642, -242.68249316712053, 42.30030247251898, - 362.7778775339441, + 362.777877533944, 519.6279035323224, 295.4668377085113 ], "relative wind speed": [ - 1.1774891676420285, + 1.1774891676420283, 0.8321143169239962, 0.6774414899508248, 0.9070791697679704, @@ -131526,12 +98572,12 @@ 1.4610105195404215 ], "relative wind angle": [ - 0.39393610752424074, + 0.39393610752424135, 0.35686013046204756, - 0.060350671620406825, - 0.39430487842814776, + 0.0603506716204105, + 0.3943048784281478, 0.3689078436401287, - 0.19437232779500327, + 0.1943723277950033, 0.025852712565380746, 0.24083396859130943 ], @@ -131586,34 +98632,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 30.802526360286834, + 30.802526360286492, -247.1997873707947, - -354.195716466381, + -354.1957164663814, -286.36924651224075, -34.36862473619374, 285.3259209183982, - 499.71121313082324, - 343.6248461092712 + 499.71121313082506, + 343.6248461092714 ], "relative wind speed": [ - 1.2748883246890863, + 1.274888324689086, 0.9482451797533498, - 0.7426055384939395, + 0.7426055384939393, 0.8865121861179103, 1.2104376273313682, 1.4803143480905243, 1.5934354408906133, - 1.518089468362316 + 1.5180894683623163 ], "relative wind angle": [ - 0.3403892810775985, + 0.3403892810775996, 0.35007556932258077, - 0.046207551656931904, - 0.3174359109847911, - 0.3593121399074076, + 0.046207551656934305, + 0.31743591098479107, + 0.3593121399074077, 0.22150240658246612, - 0.02152859362820283, - 0.18329885666359547 + 0.02152859362819767, + 0.18329885666359608 ], "resistance": [ 96665.30252636032, @@ -131666,33 +98712,33 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -148.0023973387233, + -148.00239733872348, -342.1617726182494, - -345.12205605509763, + -345.12205605509774, -157.1415499146895, 159.76806286509986, 445.25084940499266, - 452.0197498885028, + 452.0197498885035, 170.74246013400466 ], "relative wind speed": [ - 1.084694860939465, + 1.0846948609394649, 0.7865387863141786, - 0.7800781605312891, + 0.780078160531289, 1.0733722090866218, 1.3896129497517296, 1.5776386877512882, - 1.5808431784741679, + 1.5808431784741677, 1.398377342574848 ], "relative wind angle": [ - 0.3823459359618468, + 0.38234593596184707, 0.22041478292518782, 0.20854281156043222, 0.38223672005443027, - 0.2955127263327543, + 0.29551272633275427, 0.10921815497587235, - 0.10234118403035135, + 0.10234118403034917, 0.29036956295645056 ], "resistance": [ @@ -131733,68 +98779,7 @@ "id": "2631", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.035281647457794, - 4.035281647457794, - 4.035281647457794, - 4.035281647457794, - 4.035281647457794, - 4.035281647457794, - 4.035281647457794, - 4.035281647457794 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -18.203606798467376, - -265.81833089146664, - -337.66135782977744, - -242.6482768137709, - 20.385260539715205, - 324.07003633929617, - 489.70559466112854, - 289.4147104526784 - ], - "relative wind speed": [ - 1.1803262681657318, - 0.8529094906771068, - 0.6924990664274029, - 0.8914524220685871, - 1.2199392064193695, - 1.4676399992484814, - 1.5497957315976643, - 1.4445533378415674 - ], - "relative wind angle": [ - 0.3717398577247734, - 0.3446479450338582, - 0.03062762728026185, - 0.36494652138074585, - 0.3591111742931392, - 0.1976322873124701, - 0.013683706101960859, - 0.22206785198216286 - ], - "resistance": [ - 96616.29639320154, - 96368.68166910856, - 96296.83864217023, - 96391.85172318625, - 96654.88526053973, - 96958.57003633931, - 97124.20559466114, - 96923.9147104527 - ], - "fuel": [ - 38.71523573533342, - 38.58781311944998, - 38.55088537543318, - 38.599726761199975, - 38.735114126885975, - 38.891745506855486, - 38.977319924958735, - 38.87385399653081 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 25.15625, -39.0625 25.3125, -38.90625 25.3125, -38.90625 25.15625, -39.0625 25.15625))", @@ -131826,9 +98811,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -490.5962881922876, + -490.59628819228783, -867.8617505336584, - -798.0027862655977, + -798.002786265598, -269.8413231697368, 503.9022363717845, 1116.2276698522473, @@ -131836,9 +98821,9 @@ 240.99068627125575 ], "relative wind speed": [ - 1.6930540973724257, + 1.6930540973724255, 1.3201341235918178, - 1.4088087108162852, + 1.408808710816285, 1.857590535346173, 2.298206093038211, 2.5308949639279734, @@ -131846,13 +98831,13 @@ 2.1673810983995945 ], "relative wind angle": [ - 0.32755391757383745, - 0.12343400927023189, - 0.22538454521135232, - 0.3333312830249647, + 0.32755391757383817, + 0.12343400927023188, + 0.2253845452113528, + 0.33333128302496473, 0.23928924672371202, 0.06426497972744877, - 0.12716055750494792, + 0.12716055750494795, 0.2842379653740497 ], "resistance": [ @@ -131906,9 +98891,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -424.47490526060005, + -424.47490526060096, -885.2013651626253, - -882.4606059984742, + -882.4606059984744, -415.5538100514325, 356.8676757831572, 1027.6075037615801, @@ -131916,9 +98901,9 @@ 346.3389208555709 ], "relative wind speed": [ - 1.9853148047029217, + 1.9853148047029212, 1.6219944169641747, - 1.6249698246994317, + 1.6249698246994315, 1.9911802263112328, 2.414112826253922, 2.6718064531311665, @@ -131926,13 +98911,13 @@ 2.4092772605085213 ], "relative wind angle": [ - 0.2678748499171898, + 0.2678748499171902, 0.1331917846943116, 0.1363380198804008, 0.2682444578938912, 0.21942595578442659, 0.08070650471484632, - 0.082813588109505, + 0.08281358810950501, 0.22083578455387992 ], "resistance": [ @@ -131986,33 +98971,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -526.3566979622698, + -526.3566979622702, -774.8328732875632, - -637.2277876327342, + -637.2277876327346, -95.48615777025975, - 604.512816794123, + 604.5128167941227, 1085.8923497427659, - 769.526753541631, + 769.5267535416315, 88.98439248971431 ], "relative wind speed": [ - 1.4151646155225353, + 1.415164615522535, 1.0987126260975635, - 1.2969583606473687, + 1.2969583606473685, 1.7746202661743027, 2.1792764564015714, 2.3547329631418994, - 2.2516295817030216, + 2.251629581703022, 1.8980673521602658 ], "relative wind angle": [ - 0.35424524515113553, + 0.3542452451511362, 0.059830122507150175, - 0.31189360269881944, + 0.31189360269881977, 0.36203695903148514, - 0.22720617934338772, + 0.22720617934338821, 0.027903557032132927, - 0.17768842772318474, + 0.177688427723186, 0.33751638328016526 ], "resistance": [ @@ -132066,9 +99051,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -392.11699563631555, + -392.11699563631623, -787.6016509133401, - -777.4432362981563, + -777.4432362981568, -358.75874793492426, 321.86021484764115, 902.8619738032148, @@ -132076,9 +99061,9 @@ 282.5792959221817 ], "relative wind speed": [ - 1.912681523306715, + 1.9126815233067147, 1.5904581834257698, - 1.6017380533364736, + 1.6017380533364733, 1.9352727314636278, 2.318974559026095, 2.5507717227896287, @@ -132086,13 +99071,13 @@ 2.3001550099639974 ], "relative wind angle": [ - 0.25016834841818775, + 0.25016834841818864, 0.11810479513498552, 0.13053347427426712, - 0.25184332496441403, + 0.2518433249644141, 0.20563864608348148, 0.07353592489482128, - 0.08205409985319104, + 0.08205409985319102, 0.21122688833396946 ], "resistance": [ @@ -132146,31 +99131,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -147.68447907324094, + -147.6844790732415, -427.40914341292523, - -466.1473981052458, + -466.147398105246, -273.2692750048303, - 108.50488896292097, + 108.50488896292075, 481.37219656870377, 570.3611876723145, 256.91138780946983 ], "relative wind speed": [ - 1.4546742112216655, + 1.454674211221665, 1.1610999508612492, - 1.1008688256034997, - 1.336847924268815, - 1.6543669284518325, + 1.1008688256034995, + 1.3368479242688152, + 1.6543669284518328, 1.872125502966756, 1.908165302997331, 1.7509553455547302 ], "relative wind angle": [ - 0.28191247306160483, - 0.184506597636828, + 0.2819124730616052, + 0.18450659763682803, 0.0940905683269906, - 0.272102374726431, - 0.2471209969802287, + 0.2721023747264314, + 0.24712099698022963, 0.11403055765698926, 0.054229745368748916, 0.20666295828006545 @@ -132226,13 +99211,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -214.66585441804955, + -214.66585441804966, -467.70134805141595, - -472.6422567384675, + -472.64225673846806, -230.7008507206956, 179.50570507173234, 542.6773899531099, - 554.02155875773, + 554.0215587577302, 198.4454156114423 ], "relative wind speed": [ @@ -132242,18 +99227,18 @@ 1.4297925140302816, 1.7432966482009724, 1.9377278373060165, - 1.9422084562199617, + 1.942208456219962, 1.755292892308981 ], "relative wind angle": [ - 0.2745097595041196, - 0.1438342375382889, - 0.13296839612349068, - 0.2732969611306618, + 0.27450975950412, + 0.14383423753828892, + 0.1329683961234932, + 0.27329696113066176, 0.22652960756987095, 0.08670937290425862, 0.07948922800725132, - 0.22166688188107417 + 0.22166688188107414 ], "resistance": [ 96419.83414558195, @@ -132306,9 +99291,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -162.9760254918051, + -162.97602549180544, -405.3087978110204, - -426.0394639838935, + -426.0394639838933, -230.25464531268392, 128.06724103043484, 462.0627161689433, @@ -132326,14 +99311,14 @@ 1.6718050165446001 ], "relative wind angle": [ - 0.2770750348237549, + 0.27707503482375573, 0.16405480523647104, - 0.11246109611846712, - 0.27133213381282084, + 0.11246109611846612, + 0.2713321338128208, 0.2360710892000245, 0.10040411846629686, 0.06614036258170268, - 0.21297889904662226 + 0.2129788990466223 ], "resistance": [ 96471.5239745082, @@ -132386,31 +99371,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -222.9160503033081, + -222.91605030330834, -422.31455366132855, - -405.2075733439388, - -167.5384900449709, + -405.20757334393903, + -167.53849004497079, 200.98039078816112, 505.4640087409565, 466.19721442865387, 135.52303090871476 ], "relative wind speed": [ - 1.3106672640329968, + 1.3106672640329966, 1.0672026370891503, - 1.0949981694779618, - 1.3648962449359363, + 1.0949981694779616, + 1.364896244935936, 1.6558284910379752, 1.8222774761629477, 1.8057119586414525, 1.611420152939828 ], "relative wind angle": [ - 0.27684894037663904, + 0.276848940376639, 0.11975787472428116, - 0.16321364269467967, - 0.2814712833027103, - 0.21807490345884564, + 0.1632136426946797, + 0.28147128330270993, + 0.21807490345884567, 0.07002495621678191, 0.09869536980301756, 0.23750114601329483 @@ -132466,7 +99451,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -371.8555308616628, + -371.8555308616635, -624.6299492390917, -577.4606343155164, -214.16048192171115, @@ -132476,9 +99461,9 @@ 128.33063088138874 ], "relative wind speed": [ - 1.7374360176064347, + 1.7374360176064345, 1.505905826592309, - 1.5610643454191881, + 1.561064345419188, 1.8512415546624232, 2.1582961839373622, 2.3257630950528947, @@ -132486,9 +99471,9 @@ 2.061511833379993 ], "relative wind angle": [ - 0.2124711394739338, + 0.21247113947393487, 0.07147146347041526, - 0.13771462211866994, + 0.13771462211866914, 0.22366106543297223, 0.17058208192940552, 0.04625408327117465, @@ -132546,17 +99531,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -93.9098123696017, + -93.90981236960351, -618.3606095768457, - -763.3127242240371, + -763.3127242240537, -598.5371938130377, -60.76884433859095, 555.1713023334601, - 894.3703406926606, + 894.3703406927057, 526.7937291932735 ], "relative wind speed": [ - 2.436580265401342, + 2.4365802654013415, 2.142530370881055, 2.0139090820839725, 2.1555205606317096, @@ -132566,33 +99551,33 @@ 2.7030606665191543 ], "relative wind angle": [ - 0.16413122774062164, - 0.12905177912794674, - 0.004063710976253649, + 0.1641312277406223, + 0.12905177912794677, + 0.004063710976280969, 0.13368552142169415, 0.16304083880107825, - 0.1017949721314201, - 0.0029122702934690423, - 0.10648967583198644 + 0.10179497213142011, + 0.00291227029343092, + 0.10648967583198646 ], "resistance": [ 96540.59018763044, 96016.1393904232, - 95871.187275776, + 95871.18727577598, 96035.962806187, 96573.73115566146, 97189.6713023335, - 97528.87034069271, + 97528.87034069275, 97161.29372919332 ], "fuel": [ 40.29327105866861, 40.023806376174264, - 39.9495099939396, + 39.94950999393959, 40.033973105974525, 40.31033338662178, 40.62818843421148, - 40.80383439825589, + 40.8038343982559, 40.6135132058228 ] }, @@ -132626,17 +99611,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -354.0913418251034, + -354.09134182510456, -566.412508832107, -512.8010038007399, -173.9414960439924, 301.564339473626, 654.267850100842, - 530.19265763725, + 530.1926576372493, 90.50661702264074 ], "relative wind speed": [ - 1.6658673631175533, + 1.665867363117553, 1.460604101049309, 1.5252217903044423, 1.8002515388346438, @@ -132646,13 +99631,13 @@ 1.9686600557363025 ], "relative wind angle": [ - 0.20185328852855383, + 0.20185328852855441, 0.0589378777887838, - 0.1396529283149491, - 0.21625541662634012, + 0.13965292831494913, + 0.21625541662634015, 0.1609848195539136, 0.03855054724946185, - 0.09715740522469975, + 0.0971574052247009, 0.19749955961367263 ], "resistance": [ @@ -132706,34 +99691,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -371.8425992811988, + -371.84259928120036, -702.9034796752314, - -690.4522911376366, + -690.4522911376387, -328.93851728885556, 254.2083204896362, 739.0768156809013, - 710.0765318617964, - 204.1849987302062 + 710.0765318617978, + 204.18499873020573 ], "relative wind speed": [ - 2.181822891057651, + 2.1818228910576503, 1.9539090402640507, - 1.9655366520949265, + 1.9655366520949262, 2.2068928377565333, 2.4997948289882546, 2.6817093014258644, - 2.673198642871691, - 2.4776903191558253 + 2.6731986428716907, + 2.4776903191558257 ], "relative wind angle": [ - 0.16329779512186773, + 0.16329779512186776, 0.07021187773929327, - 0.08192793760473568, + 0.0819279376047384, 0.16594963485444889, 0.14237436053323796, 0.05113704701023234, - 0.06020858314701173, - 0.1476708924866223 + 0.060208583147009886, + 0.14767089248662382 ], "resistance": [ 96262.6574007188, @@ -132786,34 +99771,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -565.5078444470844, + -565.507844447085, -731.6248563095747, - -542.9693436791367, + -542.969343679137, 17.0738925904584, 675.5913398597665, 1058.960836001712, 641.9744602160897, - -20.44104138322473 + -20.4410413832245 ], "relative wind speed": [ - 1.2932532517245288, + 1.2932532517245283, 1.047379662594497, 1.318247580897361, 1.794286960883046, 2.1619708298481797, 2.2912044178976982, 2.1468221066657454, - 1.7683766974871542 + 1.7683766974871544 ], "relative wind angle": [ - 0.33894772815803276, + 0.3389477281580334, 0.013200187788310908, - 0.34800421233385115, - 0.35396613560891416, + 0.3480042123338518, + 0.3539661356089142, 0.2002278517846511, - 0.006034071214555007, + 0.006034071214555008, 0.210964803832084, - 0.3593859394459613 + 0.3593859394459616 ], "resistance": [ 96068.99215555291, @@ -132866,17 +99851,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -376.70472527439324, + -376.7047252743939, -795.4375107529058, - -796.4947591986199, + -796.4947591986203, -380.1473920977751, - 314.18997666022005, + 314.1899766602205, 920.6541778264063, - 923.0829681818154, + 923.0829681818141, 318.25261902515103 ], "relative wind speed": [ - 1.8903146976545444, + 1.890314697654544, 1.5442654335624157, 1.5430580245741807, 1.887932807010902, @@ -132887,18 +99872,18 @@ ], "relative wind angle": [ 0.2673680214150168, - 0.1349593445212334, - 0.1336151198397542, + 0.13495934452123343, + 0.13361511983975505, 0.2672090640449763, - 0.21990702187122543, - 0.08203318360704155, - 0.08113200008325129, - 0.21930457490109645 + 0.2199070218712249, + 0.08203318360704154, + 0.08113200008325266, + 0.21930457490109642 ], "resistance": [ 96257.79527472559, 95839.06248924708, - 95838.00524080137, + 95838.00524080136, 96254.35260790221, 96948.6899766602, 97555.15417782639, @@ -132908,7 +99893,7 @@ "fuel": [ 39.51923840918918, 39.30445028540549, - 39.30390879772493, + 39.303908797724915, 39.51746984029973, 39.87505777393602, 40.18885824386258, @@ -132933,68 +99918,7 @@ "id": "2646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.927786980925056, - 6.927786980925056, - 6.927786980925056, - 6.927786980925056, - 6.927786980925056, - 6.927786980925056, - 6.927786980925056, - 6.927786980925056 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -607.0802715759992, - -864.4460273668712, - -708.8846596695917, - -108.9061444538354, - 651.6444446996277, - 1159.39446785426, - 801.3943700597704, - 60.23499674568757 - ], - "relative wind speed": [ - 1.6004359936069377, - 1.3136630523383346, - 1.5064558775044647, - 1.9682479861162556, - 2.3663337770479305, - 2.53677360025519, - 2.42724568248927, - 2.070490468265878 - ], - "relative wind angle": [ - 0.29842604449156146, - 0.04084712940157754, - 0.2650926000909205, - 0.31608166669132126, - 0.2001880608741586, - 0.021148297672358277, - 0.16333318297836086, - 0.2999735856052329 - ], - "resistance": [ - 96027.41972842405, - 95770.05397263318, - 95925.61534033045, - 96525.5938555462, - 97286.14444469968, - 97793.8944678543, - 97435.89437005982, - 96694.73499674573 - ], - "fuel": [ - 39.25161175022988, - 39.11973986906233, - 39.19941863946711, - 39.507571942073895, - 39.900121401694506, - 40.1633888893286, - 39.97766672916403, - 39.59468609000308 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 24.6875, -38.90625 24.84375, -38.75 24.84375, -38.75 24.6875, -38.90625 24.6875))", @@ -133026,37 +99950,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -278.73061021196895, + -278.7306102119701, -707.1811809044713, - -748.5480256504844, + -748.5480256504851, -413.69754261953335, 209.32001707207996, 794.5567362363984, 889.648771836182, - 368.52231977088354 + 368.5223197708833 ], "relative wind speed": [ - 1.8657953879659224, + 1.865795387965922, 1.5147677479726775, 1.4657680485056086, 1.768787083025498, 2.1588813653666596, 2.418148020528127, 2.4481595551479844, - 2.2390519052501814 + 2.239051905250181 ], "relative wind angle": [ - 0.2672770484729321, + 0.26727704847293254, 0.16014366341237993, - 0.10331868644252248, + 0.10331868644252465, 0.2603589656729881, 0.23028145560613314, 0.10005525083135994, 0.061788527662295686, - 0.20478874652480816 + 0.2047887465248076 ], "resistance": [ - 96355.76938978805, + 96355.76938978804, 95927.31881909554, 95885.95197434953, 96220.80245738049, @@ -133066,7 +99990,7 @@ 97003.0223197709 ], "fuel": [ - 39.45703950882836, + 39.45703950882835, 39.23711821485787, 39.21592100264516, 39.38768803696884, @@ -133093,68 +100017,7 @@ "id": "2648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.485332091218865, - 7.485332091218865, - 7.485332091218865, - 7.485332091218865, - 7.485332091218865, - 7.485332091218865, - 7.485332091218865, - 7.485332091218865 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -696.635410295956, - -946.4540163565356, - -759.776778711801, - -90.49446567740938, - 731.1415251374863, - 1254.1378617869507, - 823.5435910916351, - 14.397526664916086 - ], - "relative wind speed": [ - 1.7278582159418363, - 1.4652776932225504, - 1.6748229042465335, - 2.1386981416613327, - 2.533333305099538, - 2.693739581115564, - 2.568703931661931, - 2.1975536189086755 - ], - "relative wind angle": [ - 0.26712019046876917, - 0.020943259537203232, - 0.2489666946817398, - 0.29133662778338776, - 0.1810171801700503, - 0.011391639933127381, - 0.16135647094466293, - 0.2833150158966837 - ], - "resistance": [ - 95937.86458970406, - 95688.04598364347, - 95874.72322128821, - 96544.00553432261, - 97365.6415251375, - 97888.63786178696, - 97458.04359109166, - 96648.89752666494 - ], - "fuel": [ - 39.4307860757232, - 39.30286102710227, - 39.39843123515221, - 39.74213902416021, - 40.166366683414935, - 40.437708901768545, - 40.21423291956407, - 39.796157054229056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 24.53125, -39.21875 24.6875, -39.0625 24.6875, -39.0625 24.53125, -39.21875 24.53125))", @@ -133173,68 +100036,7 @@ "id": "2649", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.837910292933824, - 6.837910292933824, - 6.837910292933824, - 6.837910292933824, - 6.837910292933824, - 6.837910292933824, - 6.837910292933824, - 6.837910292933824 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -575.8685698061603, - -848.7843314350413, - -710.2225660378238, - -133.65539518341416, - 614.9960264868462, - 1131.24291381104, - 812.7247489978843, - 89.57508412322022 - ], - "relative wind speed": [ - 1.5946487412820098, - 1.293928814900676, - 1.4688217078106258, - 1.9259847947143867, - 2.328317734763811, - 2.5079306816691944, - 2.409674432937416, - 2.0626562129004826 - ], - "relative wind angle": [ - 0.30593904239757097, - 0.05547966691313077, - 0.2608560955314856, - 0.32089316788767097, - 0.2077737995798163, - 0.028613115453474062, - 0.15786304644077812, - 0.2989479070993053 - ], - "resistance": [ - 96058.63143019388, - 95785.715668565, - 95924.27743396223, - 96500.84460481662, - 97249.49602648689, - 97765.74291381109, - 97447.22474899793, - 96724.07508412327 - ], - "fuel": [ - 39.233253176246805, - 39.09338981226492, - 39.164365053013626, - 39.46046613578504, - 39.84678845683696, - 40.114399313797605, - 39.94916943454679, - 39.57544026543056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 24.375, -39.375 24.53125, -39.21875 24.53125, -39.21875 24.375, -39.375 24.375))", @@ -133253,68 +100055,7 @@ "id": "2650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.197004850917801, - 6.197004850917801, - 6.197004850917801, - 6.197004850917801, - 6.197004850917801, - 6.197004850917801, - 6.197004850917801, - 6.197004850917801 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -393.9152907472501, - -745.6769440644823, - -700.3934276749278, - -253.0946628408135, - 425.2059920514748, - 982.900882667285, - 879.3034255731088, - 256.5525868657155 - ], - "relative wind speed": [ - 1.53194863490024, - 1.1438085756588938, - 1.2098554172169107, - 1.6498973066435387, - 2.0847951797326254, - 2.320547242281068, - 2.2868072570376357, - 1.9927559908176151 - ], - "relative wind angle": [ - 0.3650524567549749, - 0.159249164698807, - 0.24238745986987723, - 0.36702932325824883, - 0.2654353449474219, - 0.07824311241204301, - 0.12732897945259128, - 0.301658421255082 - ], - "resistance": [ - 96240.58470925277, - 95888.82305593553, - 95934.10657232508, - 96381.4053371592, - 97059.70599205149, - 97617.4008826673, - 97513.80342557312, - 96891.05258686573 - ], - "fuel": [ - 39.09700608066385, - 38.91654935910941, - 38.93975436726301, - 39.16937731773738, - 39.51900668840955, - 39.80775241725149, - 39.754027457348485, - 39.431914546253985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 24.375, -39.21875 24.53125, -39.0625 24.53125, -39.0625 24.375, -39.21875 24.375))", @@ -133333,68 +100074,7 @@ "id": "2651", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.300048264378112, - 6.300048264378112, - 6.300048264378112, - 6.300048264378112, - 6.300048264378112, - 6.300048264378112, - 6.300048264378112, - 6.300048264378112 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -520.4642821253836, - -770.1983132880858, - -639.323747244063, - -108.0638623803693, - 581.7549340314902, - 1058.6653622904, - 757.9072292586616, - 89.56361746298444 - ], - "relative wind speed": [ - 1.449862055827453, - 1.1429159474125197, - 1.326436168445575, - 1.7877817924991082, - 2.1851388776939875, - 2.360227750215663, - 2.262188981225346, - 1.9185328139353321 - ], - "relative wind angle": [ - 0.3372281358590218, - 0.06060902396905813, - 0.2919818190901603, - 0.34772094688902866, - 0.22134025802056714, - 0.029335536611034083, - 0.169593287746281, - 0.3231266866034019 - ], - "resistance": [ - 96114.03571787466, - 95864.30168671196, - 95995.17625275598, - 96526.43613761968, - 97216.25493403153, - 97693.16536229044, - 97392.40722925871, - 96724.06361746303 - ], - "fuel": [ - 39.06712908991413, - 38.93908359949218, - 39.006157638959294, - 39.27908614429222, - 39.63503958382229, - 39.88216540569828, - 39.72621974998309, - 39.38088293819325 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 24.53125, -39.0625 24.6875, -38.90625 24.6875, -38.90625 24.53125, -39.0625 24.53125))", @@ -133413,68 +100093,7 @@ "id": "2652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.17452076504735, - 7.17452076504735, - 7.17452076504735, - 7.17452076504735, - 7.17452076504735, - 7.17452076504735, - 7.17452076504735, - 7.17452076504735 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -580.0578426066172, - -859.7893158602633, - -729.9196703447791, - -159.57652938853653, - 586.7301046684329, - 1104.5611948155424, - 805.7254680007736, - 89.3993779349239 - ], - "relative wind speed": [ - 1.7036533141567987, - 1.4205248111456608, - 1.573071899244926, - 2.0012296595622785, - 2.3900875626292497, - 2.568474728859923, - 2.477982641520806, - 2.1470987451816734 - ], - "relative wind angle": [ - 0.2733143433261107, - 0.053461819220574136, - 0.2260078701381498, - 0.2911331880062189, - 0.193609161722846, - 0.029557901600606774, - 0.14274012560539504, - 0.2708361476575754 - ], - "resistance": [ - 96054.44215739341, - 95774.71068413976, - 95904.58032965525, - 96474.9234706115, - 97221.23010466846, - 97739.06119481557, - 97440.2254680008, - 96723.89937793495 - ], - "fuel": [ - 39.362556279368775, - 39.2192079199244, - 39.28572339352679, - 39.57857966444193, - 39.963616778249914, - 40.23199591198468, - 40.076994936106374, - 39.706801804019776 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 24.53125, -38.90625 24.6875, -38.75 24.6875, -38.75 24.53125, -38.90625 24.53125))", @@ -133506,7 +100125,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -277.68798155010563, + -277.68798155010654, -672.8175188548482, -703.0976953575104, -376.366404018504, @@ -133516,9 +100135,9 @@ 331.7509991765128 ], "relative wind speed": [ - 1.7970470252778723, + 1.797047025277872, 1.4590984245342837, - 1.4220220978780271, + 1.422022097878027, 1.7238005747234657, 2.1025892411772498, 2.349742819054022, @@ -133526,10 +100145,10 @@ 2.1630467185794715 ], "relative wind angle": [ - 0.26861557371005096, - 0.15538301627832554, - 0.11104925804231264, - 0.2633141048810056, + 0.2686155737100522, + 0.15538301627832557, + 0.11104925804231164, + 0.26331410488100565, 0.22882180481339054, 0.09624751644683913, 0.06647640806793138, @@ -133586,11 +100205,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -485.7382057000764, + -485.7382057000767, -772.9908445259646, - -676.0713305391388, + -676.0713305391392, -177.25868320447194, - 505.64694605338195, + 505.6469460533815, 1007.8452992653347, 785.4580863327615, 138.9803307215318 @@ -133598,7 +100217,7 @@ "relative wind speed": [ 1.5654490266373668, 1.2520913954556867, - 1.3802166355779153, + 1.380216635577915, 1.806892534169881, 2.2024376860261925, 2.394499854511192, @@ -133606,11 +100225,11 @@ 2.0091047224546146 ], "relative wind angle": [ - 0.3113838856361171, - 0.0847613988879388, - 0.2412129168723323, - 0.32226891489686565, - 0.21952512849970274, + 0.3113838856361178, + 0.08476139888793881, + 0.24121291687233276, + 0.3222689148968657, + 0.21952512849970324, 0.044283417422914834, 0.14241197272560763, 0.28884194016788484 @@ -133666,33 +100285,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -271.323655616657, + -271.32365561665733, -592.5785733946898, - -590.6219997982139, - -265.1940318617916, + -590.621999798214, + -265.1940318617917, 272.8768310930975, 747.5058498794356, - 743.0313291528573, + 743.0313291528566, 265.5569845106679 ], "relative wind speed": [ - 1.462126345161392, + 1.4621263451613915, 1.102329012424105, - 1.1053830787551269, - 1.467682282425758, + 1.1053830787551266, + 1.4676822824257583, 1.8616407514131477, 2.094848558942917, 2.093238635640704, 1.857263700821893 ], "relative wind angle": [ - 0.3480592733190431, + 0.34805927331904285, 0.18653937501585627, 0.19074993714474814, - 0.34822836980172633, + 0.34822836980172706, 0.2711903182008062, - 0.09774606700635341, - 0.10028820202700091, + 0.09774606700635342, + 0.10028820202700202, 0.27303544495943183 ], "resistance": [ @@ -133746,9 +100365,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -466.7827620907856, + -466.78276209078626, -746.7203287352968, - -648.0350789585625, + -648.0350789585626, -157.30973098697427, 513.8217175351303, 1008.6900050327306, @@ -133756,7 +100375,7 @@ 144.05927038866298 ], "relative wind speed": [ - 1.4634728633086416, + 1.4634728633086413, 1.1308222318747307, 1.2725345782114696, 1.7216267164660657, @@ -133766,9 +100385,9 @@ 1.9242650113962247 ], "relative wind angle": [ - 0.3469496912095089, + 0.3469496912095099, 0.09498015665657308, - 0.2753321383090302, + 0.27533213830903064, 0.3538134695939405, 0.23612108540724663, 0.04621824505386258, @@ -133826,32 +100445,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -340.1469940606171, + -340.14699406061743, -666.4599885969346, - -637.0750601887081, + -637.0750601887083, -248.2890077852511, - 355.0960898970509, + 355.09608989705066, 860.7157127373855, 793.5017514178596, 245.30570555679014 ], "relative wind speed": [ - 1.4894444933489681, + 1.489444493348968, 1.1241897003959664, - 1.168312137508893, + 1.1683121375088927, 1.5692815092067567, - 1.9783486739318947, + 1.9783486739318945, 2.2064691006083175, 2.1834273800071875, 1.9156366877039637 ], "relative wind angle": [ - 0.3525096748627565, - 0.1629960780869388, + 0.3525096748627571, + 0.16299607808693883, 0.22112653259777296, 0.354555325126894, - 0.2629522563506576, - 0.08277328677732647, + 0.26295225635065717, + 0.08277328677732645, 0.1176299549978481, 0.28838362803858203 ], @@ -133906,19 +100525,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -486.78378273894396, + -486.7837827389444, -740.0992948295989, - -626.8121446197382, + -626.8121446197383, -128.67526837345213, - 530.8609131021467, + 530.8609131021469, 997.905989930548, 737.7742270034964, 104.06729846785811 ], "relative wind speed": [ - 1.4601372480594312, + 1.460137248059431, 1.1559847934410974, - 1.3149682874304938, + 1.3149682874304935, 1.7551074781927807, 2.1444189566706835, 2.32254872978633, @@ -133926,13 +100545,13 @@ 1.9105316498008948 ], "relative wind angle": [ - 0.32840201075683684, - 0.07099036693906823, - 0.27334533350569085, - 0.3392193877738712, - 0.2214163475310992, + 0.3284020107568375, + 0.07099036693906821, + 0.2733453335056908, + 0.33921938777387123, + 0.2214163475310987, 0.035311171093775885, - 0.15940447343175274, + 0.15940447343175276, 0.31065394385469886 ], "resistance": [ @@ -133986,19 +100605,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -327.719694619184, + -327.71969461918457, -657.4347066238943, - -639.6913503471164, + -639.6913503471167, -271.32688648186297, - 314.1519137735306, + 314.15191377353017, 811.6459837007751, 771.0208481003135, - 247.13211969823305 + 247.13211969823283 ], "relative wind speed": [ - 1.567415318430426, + 1.5674153184304256, 1.2261271450844065, - 1.2510149306471732, + 1.251014930647173, 1.6141959139832107, 2.0038948298085955, 2.229124826803366, @@ -134006,14 +100625,14 @@ 1.9664070841674364 ], "relative wind angle": [ - 0.3157114430937454, + 0.3157114430937457, 0.15033148782488848, - 0.1824441956870748, + 0.18244419568707476, 0.3179468296994987, - 0.24531577197398613, - 0.08247198728464855, - 0.10264079298900798, - 0.25952642237996576 + 0.2453157719739866, + 0.08247198728464857, + 0.10264079298900797, + 0.2595264223799658 ], "resistance": [ 96306.78030538082, @@ -134066,9 +100685,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 77.46768939216963, + 77.46768939216872, -380.77445296921223, - -582.6610482078506, + -582.6610482078513, -505.3115524343492, -129.4689913615805, 374.3606541704128, @@ -134076,9 +100695,9 @@ 555.9366544282677 ], "relative wind speed": [ - 1.800618801088781, + 1.8006188010887805, 1.4430060927090602, - 1.2061262731351643, + 1.206126273135164, 1.3142474251452565, 1.655340919291036, 1.9748708925694918, @@ -134086,11 +100705,11 @@ 2.0627979376111356 ], "relative wind angle": [ - 0.25911315583851147, - 0.26614679997934837, - 0.06253895622823641, + 0.2591131558385123, + 0.2661467999793484, + 0.0625389562282382, 0.20919187918479887, - 0.28245101717731125, + 0.2824510171773117, 0.19338452080909987, 0.035433590519502525, 0.1326992373951566 @@ -134146,13 +100765,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 117.20189984483022, + 117.20189984483, -263.9586311537279, -460.5289579812349, -425.718994880526, - -151.62503386461094, + -151.62503386461105, 250.11537409321818, - 565.9065656714033, + 565.9065656714024, 486.0075475611652 ], "relative wind speed": [ @@ -134166,14 +100785,14 @@ 1.8544645171351977 ], "relative wind angle": [ - 0.2516456984791666, - 0.2818673784909211, - 0.10304983719909638, + 0.2516456984791675, + 0.28186737849092114, + 0.1030498371990964, 0.1873265030480855, - 0.2902543624173129, + 0.29025436241731295, 0.21402122836929424, - 0.058568365142448786, - 0.11364613454283494 + 0.05856836514245068, + 0.11364613454283495 ], "resistance": [ 96751.70189984483, @@ -134226,9 +100845,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -139.4529643644928, + -139.45296436449348, -569.3037959696558, - -659.7837766981092, + -659.7837766981089, -431.2621887398208, 89.88409151492169, 637.268319593222, @@ -134236,9 +100855,9 @@ 435.3681779226247 ], "relative wind speed": [ - 1.729658567574136, + 1.7296585675741358, 1.3532135949680562, - 1.2303770922263646, + 1.2303770922263642, 1.491826319680502, 1.883992099540689, 2.170243755412735, @@ -134246,12 +100865,12 @@ 2.077402037021932 ], "relative wind angle": [ - 0.2971812203841637, - 0.22453182958184092, - 0.0653897020743478, + 0.2971812203841645, + 0.2245318295818409, + 0.0653897020743444, 0.28189515444558266, 0.27218674313313845, - 0.13927895589523645, + 0.13927895589523648, 0.03586435455963916, 0.20111749411681898 ], @@ -134306,34 +100925,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -165.1815829895288, + -165.1815829895295, -543.6580888444029, - -610.6325911755588, + -610.6325911755599, -385.21307043002287, 98.27978798356185, 587.3031804395057, - 741.5908748732106, - 357.42089200851046 + 741.5908748732124, + 357.4208920085107 ], "relative wind speed": [ - 1.740226758124611, + 1.7402267581246107, 1.4158782588856245, - 1.3293466811338475, + 1.3293466811338472, 1.5668107761888377, 1.9144311345870164, 2.1653462759531172, 2.219520925814273, - 2.058771412854656 + 2.0587714128546555 ], "relative wind angle": [ - 0.2590003073904345, - 0.17867772790516073, - 0.06761973249357225, + 0.25900030739043534, + 0.1786777279051607, + 0.06761973249357556, 0.24409811694656747, - 0.2349651687183219, - 0.11647644065825458, - 0.04047995867323762, - 0.18498268602847473 + 0.23496516871832188, + 0.11647644065825456, + 0.040479958673234874, + 0.18498268602847354 ], "resistance": [ 96469.3184170105, @@ -134342,7 +100961,7 @@ 96249.28692957001, 96732.77978798359, 97221.80318043953, - 97376.09087487323, + 97376.09087487325, 96991.92089200854 ], "fuel": [ @@ -134352,7 +100971,7 @@ 39.16401255369108, 39.41281551372313, 39.66534929215131, - 39.745208785900886, + 39.74520878590089, 39.54652625688277 ] }, @@ -134386,9 +101005,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2.4523269866516557, + 2.4523269866513147, -364.3391539443239, - -490.01066321089786, + -490.0106632109, -390.2283248887459, -40.554964511012486, 385.4266682076819, @@ -134396,7 +101015,7 @@ 423.3393537546152 ], "relative wind speed": [ - 1.5723978133990513, + 1.5723978133990508, 1.232427145758079, 1.0455795256105354, 1.2020186024237083, @@ -134408,11 +101027,11 @@ "relative wind angle": [ 0.28699117010570707, 0.2686692742439624, - 0.016794774376027808, + 0.01679477437604103, 0.25423464173298455, 0.2934516814557107, - 0.18048792612040243, - 0.009071483289288747, + 0.18048792612040246, + 0.009071483289288746, 0.1648102529834321 ], "resistance": [ @@ -134466,17 +101085,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -130.2895801155396, + -130.28958011554005, -540.4300800556679, -630.2626495603763, -425.6989915180951, 60.43970381763711, 574.9590931853063, - 782.1120834169135, + 782.1120834169162, 408.347182495188 ], "relative wind speed": [ - 1.7847893343044314, + 1.7847893343044312, 1.4454724555036695, 1.3305984742129564, 1.554215016844052, @@ -134486,14 +101105,14 @@ 2.1015872977693153 ], "relative wind angle": [ - 0.2606397974717848, - 0.19468777196039536, - 0.04846738317235214, + 0.26063979747178473, + 0.19468777196039538, + 0.04846738317235215, 0.24090641587377848, 0.24324032714290894, 0.12876027907512935, - 0.02865729316408612, - 0.177371024873572 + 0.028657293164082245, + 0.17737102487357198 ], "resistance": [ 96504.21041988442, @@ -134546,17 +101165,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -130.7771284911796, + -130.7771284911803, -522.0314438632129, - -604.8184473214309, + -604.8184473214313, -401.5540033081561, - 69.459189115252, + 69.45918911525223, 564.0390462782832, 754.7352456141323, 388.78800788213766 ], "relative wind speed": [ - 1.7195177430882826, + 1.7195177430882824, 1.3808503370468996, 1.2703803209159596, 1.4998875940863354, @@ -134566,17 +101185,17 @@ 2.03685418885357 ], "relative wind angle": [ - 0.27015122067402714, + 0.27015122067402797, 0.20039030856730608, - 0.05527786912228102, + 0.05527786912228303, 0.2520949731957702, - 0.24995600397251783, + 0.24995600397251738, 0.13005676405136335, 0.0320934850093003, - 0.18472508817966277 + 0.18472508817966274 ], "resistance": [ - 96503.72287150883, + 96503.72287150881, 96112.46855613678, 96029.68155267856, 96232.94599669185, @@ -134586,7 +101205,7 @@ 97023.28800788213 ], "fuel": [ - 39.239535285071206, + 39.2395352850712, 39.03846414353406, 38.99599174359633, 39.10031851393575, @@ -134626,17 +101245,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -210.28779101026475, + -210.2877910102652, -638.5915532219227, - -707.1614672266635, + -707.1614672266641, -437.04389809203485, - 125.03879399411585, + 125.0387939941154, 683.3369531644612, 841.4655593043622, 391.65412708390454 ], "relative wind speed": [ - 1.9062708592799582, + 1.906270859279958, 1.572454431244238, 1.4927843886784136, 1.7447919732857784, @@ -134646,14 +101265,14 @@ 2.243195125739989 ], "relative wind angle": [ - 0.24555768023229002, + 0.2455576802322905, 0.16255390013143156, - 0.06939862010910533, - 0.23182633894156313, - 0.22167714422046783, - 0.10771279595645616, + 0.06939862010910694, + 0.2318263389415631, + 0.22167714422046833, + 0.10771279595645618, 0.04281885459410565, - 0.17967244910436123 + 0.1796724491043612 ], "resistance": [ 96424.21220898973, @@ -134706,13 +101325,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -66.40137610888496, + -66.40137610888542, -524.8312554829728, -651.7468050668339, -480.7582309080783, 6.82027583582294, 560.3451966955358, - 853.2576038723871, + 853.2576038723948, 496.00600792111436 ], "relative wind speed": [ @@ -134726,14 +101345,14 @@ 2.12067024013261 ], "relative wind angle": [ - 0.28053280062461555, - 0.2370044027108893, + 0.28053280062461633, + 0.23700440271088927, 0.02018284882543367, 0.255021102017097, - 0.27293535067435143, + 0.2729353506743515, 0.15608758645439486, - 0.011256477601840705, - 0.17541630158359212 + 0.01125647760183084, + 0.17541630158359214 ], "resistance": [ 96568.09862389111, @@ -134786,17 +101405,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -103.42278208961216, + -103.4227820896125, -412.4524556954169, - -476.2790689609081, + -476.2790689609086, -309.1174802694529, - 68.25437981537038, + 68.25437981537016, 462.9912301898279, 609.6817498272791, 311.83045483147373 ], "relative wind speed": [ - 1.465607980983148, + 1.4656079809831477, 1.1456682705843038, 1.0434518902945835, 1.2679877041774914, @@ -134806,14 +101425,14 @@ 1.7623135090764248 ], "relative wind angle": [ - 0.2983162357127702, + 0.29831623571277094, 0.22395912203218196, - 0.06802057273999747, + 0.06802057274000074, 0.28355165249942516, - 0.2722856456260255, - 0.13841278138137328, + 0.27228564562602586, + 0.1384127813813733, 0.03725968974970562, - 0.20267778398921382 + 0.2026777839892138 ], "resistance": [ 96531.07721791041, @@ -134853,68 +101472,7 @@ "id": "2670", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.057351352817084, - 6.057351352817084, - 6.057351352817084, - 6.057351352817084, - 6.057351352817084, - 6.057351352817084, - 6.057351352817084, - 6.057351352817084 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 48.787820047716195, - -427.57748776572726, - -617.8215215658382, - -516.1192306162031, - -98.30633361651712, - 438.301738743957, - 801.9326295880383, - 567.7857646060359 - ], - "relative wind speed": [ - 1.8039079376233735, - 1.4257917382466747, - 1.1925919224598691, - 1.33414734680987, - 1.7018762165147356, - 2.029183191066457, - 2.1744403901331943, - 2.0905782359814493 - ], - "relative wind angle": [ - 0.27577547178342154, - 0.27335078927968526, - 0.0445791490873497, - 0.2343045080405781, - 0.2927829343797174, - 0.19084139417275445, - 0.024444183040956642, - 0.14870956771405616 - ], - "resistance": [ - 96683.28782004773, - 96206.92251223429, - 96016.67847843417, - 96118.38076938382, - 96536.1936663835, - 97072.80173874398, - 97436.43262958806, - 97202.28576460604 - ], - "fuel": [ - 39.27832114354179, - 39.03326739600701, - 38.93563724771524, - 38.98781245780399, - 39.202562268160875, - 39.47932395454786, - 39.66747975304351, - 39.54626727329772 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 24.6875, -37.65625 24.84375, -37.5 24.84375, -37.5 24.6875, -37.65625 24.6875))", @@ -134946,33 +101504,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -101.08070123448397, + -101.08070123448442, -447.16991707831926, - -526.593149826617, + -526.5931498266186, -363.76531876858746, 37.60999846259915, 467.4763454487286, - 650.8650121526575, + 650.8650121526525, 346.5540799067794 ], "relative wind speed": [ - 1.6622221345071724, + 1.6622221345071722, 1.3575337911282663, - 1.248960466763834, + 1.2489604667638339, 1.4421408582771629, 1.7601052208839127, 2.0045086228233844, - 2.0738974336956617, + 2.073897433695662, 1.944526306820248 ], "relative wind angle": [ - 0.25088850005705876, + 0.25088850005705915, 0.189819874691853, - 0.040389657152377474, + 0.04038965715238297, 0.22906518924637717, 0.23666122158130637, - 0.1281333694457094, - 0.02431959339889137, + 0.12813336944570944, + 0.024319593398900496, 0.1692087144132659 ], "resistance": [ @@ -135026,9 +101584,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 17.883149255994795, + 17.883149255993658, -397.8488198752873, - -552.427983424782, + -552.4279834247814, -454.587548799739, -76.40999309967151, 396.6535882460098, @@ -135036,9 +101594,9 @@ 479.20367580257675 ], "relative wind speed": [ - 1.7449208736884518, + 1.7449208736884516, 1.4064100318296802, - 1.2121131160955687, + 1.2121131160955685, 1.347763731552812, 1.6781901289216208, 1.9705536751411958, @@ -135046,14 +101604,14 @@ 2.0111200581154955 ], "relative wind angle": [ - 0.25602845725153056, + 0.2560284572515327, 0.24188418811041695, - 0.02849685474308447, - 0.21537708844877573, + 0.028496854743080575, + 0.21537708844877576, 0.2664518983333326, - 0.1718013021846645, + 0.17180130218466447, 0.01648075384118261, - 0.1437171180008244 + 0.14371711800082443 ], "resistance": [ 96652.38314925601, @@ -135108,17 +101666,17 @@ "wind resistance": [ -163.61374926366534, -473.4895791388119, - -519.7137828574365, + -519.7137828574372, -317.30999077766194, 96.37129907005419, 502.45579487250075, - 609.1639666739761, + 609.1639666739743, 276.849224527391 ], "relative wind speed": [ - 1.661081960945713, + 1.6610819609457128, 1.3848867938046001, - 1.3239003040101156, + 1.3239003040101154, 1.5363484659070352, 1.8398150431747593, 2.0557726631164766, @@ -135126,14 +101684,14 @@ 1.9451853550179978 ], "relative wind angle": [ - 0.23478168515063053, - 0.15108796465306765, - 0.06927016886629192, - 0.22183929396690347, - 0.21160689422644016, + 0.234781685150631, + 0.15108796465306767, + 0.06927016886629352, + 0.2218392939669035, + 0.2116068942264402, 0.10156930044954798, - 0.04374124322955462, - 0.1746665501330282 + 0.04374124322955716, + 0.17466655013302818 ], "resistance": [ 96470.88625073637, @@ -135186,34 +101744,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -51.62885819464918, + -51.62885819464941, -455.49877213606464, - -571.1902507999068, + -571.1902507999072, -436.97140253437647, -20.820451314157253, 458.66739079014656, - 726.6294397395234, - 431.81230180356283 + 726.6294397395072, + 431.81230180356306 ], "relative wind speed": [ - 1.7849759199623878, + 1.7849759199623876, 1.46058187474775, - 1.3111030829134596, + 1.3111030829134593, 1.4784825854224852, 1.8056972916363332, 2.0768683952110947, 2.1743252861159443, - 2.0641635081724523 + 2.064163508172452 ], "relative wind angle": [ - 0.2442277153066616, - 0.20522885356798803, + 0.24422771530666207, + 0.205228853567988, 0.008141133228826909, 0.21314378138464582, - 0.24136899631303746, + 0.24136899631303743, 0.14381376825471634, - 0.004909012421591941, - 0.1520993084256597 + 0.004909012421614557, + 0.15209930842565822 ], "resistance": [ 96582.87114180537, @@ -135222,7 +101780,7 @@ 96197.52859746564, 96613.67954868586, 97093.16739079016, - 97361.12943973954, + 97361.12943973952, 97066.31230180358 ], "fuel": [ @@ -135232,7 +101790,7 @@ 39.10092881889977, 39.31494568807618, 39.562334262452794, - 39.70096014665324, + 39.70096014665322, 39.54845594168788 ] }, @@ -135266,7 +101824,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -121.71380997534061, + -121.71380997534106, -456.7998166316022, -525.3149434905868, -348.0126967126366, @@ -135279,19 +101837,19 @@ 1.6470327422374602, 1.3472417262405796, 1.2534691885027212, - 1.4573777437554185, + 1.4573777437554183, 1.7746979299495484, 2.0117677121491346, 2.071493323678305, 1.9334734827702773 ], "relative wind angle": [ - 0.2511723206557284, - 0.18133654508057823, - 0.05247458929011497, - 0.23260523387221504, - 0.23275657994601162, - 0.12106866130299072, + 0.2511723206557293, + 0.18133654508057825, + 0.052474589290114976, + 0.23260523387221457, + 0.23275657994601165, + 0.12106866130299074, 0.031743351772142415, 0.17463844402276213 ], @@ -135346,9 +101904,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -140.2776678391574, + -140.27766783915808, -620.3642182052763, - -734.0206038031652, + -734.0206038031638, -528.053662072746, 13.681831019159745, 599.3666506358745, @@ -135358,7 +101916,7 @@ "relative wind speed": [ 2.1857897192151943, 1.8759376977423274, - 1.7623280446414988, + 1.7623280446414984, 1.944165777773793, 2.268540268905042, 2.530772491248435, @@ -135366,14 +101924,14 @@ 2.478743850583158 ], "relative wind angle": [ - 0.19544982352201115, + 0.1954498235220123, 0.14462448431936104, - 0.023918499733561322, + 0.02391849973355668, 0.17054788852294708, 0.18823321330213277, 0.10703397478607246, - 0.01614227771116606, - 0.13351549612110214 + 0.016142277711166057, + 0.1335154961211021 ], "resistance": [ 96494.22233216086, @@ -135426,17 +101984,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -105.94017474338648, - -539.9946389482984, - -648.1586073913422, + -105.94017474338739, + -539.9946389482982, + -648.1586073913453, -468.8938432304101, - 12.408411222274253, + 12.40841122227448, 540.5748879512578, 791.1845608334736, 437.9018917956357 ], "relative wind speed": [ - 1.9363813428284025, + 1.9363813428284022, 1.6152000135367595, 1.4898986366967542, 1.6763851177251528, @@ -135446,19 +102004,19 @@ 2.23017830497278 ], "relative wind angle": [ - 0.2263460758510155, - 0.17493178978859095, - 0.024842142847479, - 0.20024501555380175, - 0.21807607766321072, + 0.2263460758510165, + 0.17493178978859092, + 0.02484214284748794, + 0.20024501555380178, + 0.2180760776632102, 0.12388830538823199, 0.015689855706665742, - 0.15007943843232163 + 0.15007943843232166 ], "resistance": [ 96528.55982525666, 96094.50536105175, - 95986.34139260871, + 95986.3413926087, 96165.60615676963, 96646.90841122232, 97175.0748879513, @@ -135468,7 +102026,7 @@ "fuel": [ 39.50855977918813, 39.28548748313169, - 39.230008219368976, + 39.23000821936897, 39.321980086492815, 39.569503943316334, 39.842121077224945, @@ -135506,9 +102064,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -269.7581171257202, + -269.7581171257216, -746.2325245437087, - -815.971796509067, + -815.9717965090686, -508.15303792729105, 127.80217990790652, 747.6566949970052, @@ -135518,7 +102076,7 @@ "relative wind speed": [ 2.3072721822306246, 2.0097725328789267, - 1.9455852176164503, + 1.94558521761645, 2.170385961520258, 2.504594415060281, 2.7490566514591586, @@ -135526,14 +102084,14 @@ 2.6241042061782154 ], "relative wind angle": [ - 0.18526961736318598, + 0.18526961736318778, 0.11452090512326207, - 0.05154481185757359, - 0.1719771380424836, + 0.05154481185757575, + 0.17197713804248357, 0.17052382693372845, 0.08363821078549809, 0.03587379061842736, - 0.14201838996399055 + 0.14201838996399058 ], "resistance": [ 96364.74188287427, @@ -135586,19 +102144,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -312.5178989080648, + -312.5178989080662, -720.3658654655303, - -749.1808578150547, + -749.1808578150558, -409.4045219973416, 206.03055989715767, 766.8835293247394, - 833.5475874342483, + 833.5475874342465, 319.5121009056379 ], "relative wind speed": [ - 2.058970270315099, + 2.0589702703150987, 1.7636247080602487, - 1.733968224863005, + 1.7339682248630048, 1.9972333662369612, 2.341333547596726, 2.571153290697134, @@ -135606,13 +102164,13 @@ 2.3942139077227576 ], "relative wind angle": [ - 0.21020775762447344, - 0.11478665473168774, - 0.0831221028344568, + 0.21020775762447452, + 0.11478665473168773, + 0.08312210283445813, 0.20450022597806697, - 0.1845441655572166, + 0.18454416555721662, 0.07864357359809651, - 0.055586902275822095, + 0.0555869022758241, 0.17022676006039275 ], "resistance": [ @@ -135666,17 +102224,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -139.90276505495785, + -139.90276505495808, -396.8031684353132, -431.9595851398616, -255.00309065439922, 95.89437358513192, 437.32779788948073, - 518.2222621987378, + 518.2222621987366, 231.55399081285373 ], "relative wind speed": [ - 1.4401163680429812, + 1.440116368042981, 1.1707579451069623, 1.11636562031883, 1.331766584523607, @@ -135686,13 +102244,13 @@ 1.7158363593530788 ], "relative wind angle": [ - 0.262880017333678, + 0.26288001733367844, 0.16894727806133936, 0.08595135708518367, 0.2522508955820522, 0.2322423935800616, 0.10781089343264613, - 0.05145909621406444, + 0.05145909621406661, 0.1949502770409626 ], "resistance": [ @@ -135746,34 +102304,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -231.02778650847563, + -231.02778650847597, -419.2427258920519, - -397.2013042304542, + -397.20130423045407, -158.86554552792643, 202.58289852056623, 494.2176993604737, - 443.5192574099344, - 117.5390739894367 + 443.51925740993397, + 117.53907398943647 ], "relative wind speed": [ - 1.341721847710465, + 1.3417218477104649, 1.1181858923075338, 1.152529678758437, 1.4101382522506447, 1.6864517608069574, 1.8422804803820927, - 1.8209921465326102, - 1.6296770133041596 + 1.8209921465326104, + 1.6296770133041598 ], "relative wind angle": [ 0.25369769219176347, 0.10128597326898119, - 0.1540596955520579, + 0.15405969555205717, 0.2604822992049026, 0.20103216199388915, 0.06140980943357804, - 0.09727447342537907, - 0.2247387828481952 + 0.09727447342538022, + 0.22473878284819573 ], "resistance": [ 96403.47221349152, @@ -135826,9 +102384,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -144.60475325770676, + -144.60475325770733, -447.0754814833907, - -496.99585137222846, + -496.99585137222925, -309.86476453993146, 83.69101219778486, 476.4830449560916, @@ -135836,7 +102394,7 @@ 277.9540062615911 ], "relative wind speed": [ - 1.6045648013661145, + 1.604564801366114, 1.3251285967600555, 1.2562052850093748, 1.4646179082729933, @@ -135847,13 +102405,13 @@ ], "relative wind angle": [ 0.24391597543478336, - 0.16275748314492383, - 0.06679397428201161, - 0.2295777435933019, + 0.16275748314492386, + 0.06679397428201495, + 0.22957774359330194, 0.2210048558932912, - 0.10833839512961889, - 0.0413113273246975, - 0.17771867100861471 + 0.1083383951296189, + 0.04131132732469751, + 0.1777186710086147 ], "resistance": [ 96489.89524674228, @@ -135906,14 +102464,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -191.93698766857597, + -191.9369876685762, -373.2623820043487, - -360.59853144833386, + -360.5985314483339, -151.2631354036265, 177.2564488420934, 452.3260576522757, 423.2931349516632, - 129.07202401722088 + 129.07202401722077 ], "relative wind speed": [ 1.209748050814422, @@ -135923,17 +102481,17 @@ 1.5353604991461298, 1.6977863690045896, 1.684696209505976, - 1.5001457121182071 + 1.500145712118207 ], "relative wind angle": [ - 0.293253074936426, - 0.13269408120358026, - 0.17076361966392278, + 0.29325307493642716, + 0.13269408120358028, + 0.17076361966392342, 0.2967081302126706, 0.2297803962281037, 0.07555923564518266, 0.10015677824666339, - 0.24673080183776713 + 0.2467308018377667 ], "resistance": [ 96442.5630123314, @@ -135986,9 +102544,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -290.1742465856843, + -290.17424658568495, -455.9306440752366, - -408.1971359700801, + -408.19713597008, -130.43136028971264, 253.43594015059034, 534.0637763269897, @@ -135996,24 +102554,24 @@ 66.11641885260951 ], "relative wind speed": [ - 1.458857009236411, + 1.4588570092364108, 1.2739240059115289, 1.339481220800508, 1.5943290475205127, 1.851466961803806, 1.9832577520865873, 1.9395833942298022, - 1.7361764231441328 + 1.7361764231441326 ], "relative wind angle": [ - 0.20878718290280987, - 0.05701705215345375, - 0.1496576958510181, + 0.20878718290281092, + 0.057017052153453755, + 0.14965769585101735, 0.22457048887518472, - 0.1640554112572951, - 0.03661262068058187, + 0.16405541125729511, + 0.036612620680581874, 0.10315143468544279, - 0.20594660146238722 + 0.2059466014623867 ], "resistance": [ 96344.32575341433, @@ -136066,7 +102624,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -416.9651820207873, + -416.9651820207889, -540.9384333909427, -443.8375737949839, -78.269934045426, @@ -136076,7 +102634,7 @@ -33.323640122972165 ], "relative wind speed": [ - 1.8484413221587075, + 1.848441322158707, 1.726988356299646, 1.8278615690540665, 2.0694071782184875, @@ -136086,14 +102644,14 @@ 2.095099472267064 ], "relative wind angle": [ - 0.13126163765958018, + 0.1312616376595819, 0.007533246841207004, 0.12259996392089535, - 0.15972658452131794, - 0.10573347135973134, + 0.1597265845213179, + 0.10573347135973135, 0.005454267753771272, 0.09696820353577587, - 0.157751334385051 + 0.15775133438505104 ], "resistance": [ 96217.53481797923, @@ -136146,9 +102704,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -223.53372387166684, + -223.53372387166723, -335.59834452507283, - -288.52053734101673, + -288.5205373410169, -70.0302590005632, 219.14589997922224, 422.1990190334965, @@ -136156,7 +102714,7 @@ 37.96305059000554 ], "relative wind speed": [ - 1.1016375947945007, + 1.1016375947945005, 0.9285664050002465, 1.0141358755040883, 1.2708007748155328, @@ -136166,13 +102724,13 @@ 1.3699464818411924 ], "relative wind angle": [ - 0.25844677372811203, + 0.2584467737281129, 0.055360405800953257, - 0.20746739526001948, + 0.20746739526002056, 0.27640515976114943, - 0.1876424598231168, + 0.18764245982311684, 0.031690596382050934, - 0.1334951197407942, + 0.13349511974079423, 0.2559336867237957 ], "resistance": [ @@ -136226,19 +102784,19 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -269.06797286806716, + -269.0679728680677, -432.6514800399556, -393.0962714660117, -135.8847950876774, 226.79565632479762, 496.943350638139, - 405.35794888374744, + 405.3579488837481, 70.82894651720676 ], "relative wind speed": [ - 1.4715760674907474, + 1.4715760674907472, 1.2932114983339806, - 1.3471952498401831, + 1.347195249840183, 1.5841893379585492, 1.8301913557426066, 1.9602909329033975, @@ -136246,14 +102804,14 @@ 1.7336322166321627 ], "relative wind angle": [ - 0.19840890666866362, + 0.1984089066686653, 0.05902403179190263, - 0.13564234480680828, - 0.21237787409981224, + 0.13564234480680748, + 0.2123778740998122, 0.1591583086287586, 0.03892560576768725, - 0.09484882254999237, - 0.19382617233739408 + 0.0948488225499912, + 0.19382617233739405 ], "resistance": [ 96365.432027132, @@ -136306,9 +102864,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -87.29548867721633, + -87.29548867721701, -368.3435357756334, - -432.41536509003345, + -432.4153650900346, -303.28873593923026, 21.064201277445818, 367.7623440721675, @@ -136316,9 +102874,9 @@ 273.9989238260566 ], "relative wind speed": [ - 1.6028526295453371, + 1.602852629545337, 1.3516945054105953, - 1.2633044718307564, + 1.2633044718307562, 1.418138074243576, 1.6820835198434694, 1.8898316019720387, @@ -136326,10 +102884,10 @@ 1.8404961076161281 ], "relative wind angle": [ - 0.21596498735009176, + 0.2159649873500928, 0.15915936732032301, - 0.03207355965342823, - 0.19265176181794014, + 0.032073559653431685, + 0.19265176181794016, 0.2056427702414739, 0.11360228233773277, 0.020776455851288494, @@ -136386,34 +102944,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -143.32369173569384, + -143.32369173569418, -313.70632120522095, - -319.9473057064367, + -319.947305706437, -164.03466323089594, 105.99107950880659, 346.29851745275164, - 360.69102684233826, + 360.69102684233894, 130.31828874893222 ], "relative wind speed": [ - 1.2793434314764043, + 1.279343431476404, 1.0766905552756167, 1.0662975052519899, 1.258153333874983, 1.4952939124346014, 1.6472282623868746, 1.6539749485766648, - 1.513166774907863 + 1.5131667749078632 ], "relative wind angle": [ 0.23256996812425962, 0.12136479507021986, - 0.10383166963883515, + 0.10383166963883729, 0.2298491470194551, - 0.1984941298226608, - 0.07921683517097647, - 0.06686862094923406, - 0.19058611128849615 + 0.19849412982266082, + 0.07921683517097648, + 0.06686862094923238, + 0.1905861112884973 ], "resistance": [ 96491.17630826429, @@ -136466,9 +103024,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -146.0294254898905, + -146.02942548989108, -423.2319641821631, - -464.7707112341925, + -464.7707112341931, -284.23832152586897, 85.35938821616855, 448.37177341808456, @@ -136476,9 +103034,9 @@ 247.62701545694085 ], "relative wind speed": [ - 1.5744333745491226, + 1.5744333745491221, 1.3139875841807904, - 1.2562024813380808, + 1.2562024813380805, 1.456119705827744, 1.7423106350327073, 1.946258828743223, @@ -136486,13 +103044,13 @@ 1.842336071986416 ], "relative wind angle": [ - 0.23360802217345378, - 0.15039250048586636, - 0.06855231361505248, - 0.22055723603144828, + 0.2336080221734538, + 0.1503925004858664, + 0.06855231361505411, + 0.2205572360314483, 0.21074075579211587, - 0.10132622819318789, - 0.043383627436395955, + 0.1013262281931879, + 0.04338362743639595, 0.17378446776668574 ], "resistance": [ @@ -136533,68 +103091,7 @@ "id": "2691", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.299528655424305, - 5.299528655424305, - 5.299528655424305, - 5.299528655424305, - 5.299528655424305, - 5.299528655424305, - 5.299528655424305, - 5.299528655424305 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -199.10827462588077, - -372.7163860618249, - -360.1753793667838, - -157.36419561457421, - 159.96210767360765, - 421.2037729135917, - 392.26110427408605, - 110.96220251136685 - ], - "relative wind speed": [ - 1.3596012049912303, - 1.1609801147261734, - 1.1801352001065646, - 1.3988491935629341, - 1.6460972238481175, - 1.7917244989630758, - 1.7791662138326265, - 1.6128770692902832 - ], - "relative wind angle": [ - 0.22327823693660204, - 0.0944303513735589, - 0.12423814403374721, - 0.22807579398820477, - 0.18392436950893604, - 0.061135023668012364, - 0.08228916183108859, - 0.19737885250297812 - ], - "resistance": [ - 96435.39172537414, - 96261.78361393818, - 96274.32462063323, - 96477.13580438544, - 96794.46210767362, - 97055.7037729136, - 97026.7611042741, - 96745.46220251138 - ], - "fuel": [ - 38.92103765131737, - 38.83179182273149, - 38.83823495536352, - 38.94251354074021, - 39.105978975857866, - 39.24083454132547, - 39.22588153678592, - 39.080713017113155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 24.53125, -37.1875 24.6875, -37.03125 24.6875, -37.03125 24.53125, -37.1875 24.53125))", @@ -136626,11 +103123,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -192.163049982046, + -192.16304998204623, -337.1810068531989, - -315.2455024550738, + -315.245502455074, -120.13892512517214, - 169.42557385245323, + 169.425573852453, 398.2714576238699, 347.7817858148411, 84.6036333579458 @@ -136646,13 +103143,13 @@ 1.4596872912791252 ], "relative wind angle": [ - 0.24735489261230498, - 0.09198951684874802, - 0.15647174820717538, + 0.2473548926123059, + 0.09198951684874804, + 0.15647174820717683, 0.2560001241434934, - 0.1947815191798873, - 0.056065465496079124, - 0.10020690230496376, + 0.1947815191798879, + 0.05606546549607912, + 0.10020690230496378, 0.2237808995377211 ], "resistance": [ @@ -136706,17 +103203,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -224.85165897607465, + -224.851658976075, -434.27409262871083, - -424.38688314603826, + -424.3868831460387, -192.0106538668797, 178.94620104163755, 489.63419127185716, - 466.8281167406037, + 466.8281167406044, 140.3788980863028 ], "relative wind speed": [ - 1.4672985726019667, + 1.4672985726019665, 1.2461475407858056, 1.2602337741004357, 1.496061512917308, @@ -136726,14 +103223,14 @@ 1.7426743351840819 ], "relative wind angle": [ - 0.22793638061426794, + 0.22793638061426844, 0.10143175311582087, - 0.12179698275181158, + 0.12179698275181343, 0.23113220628029787, 0.18876452810110952, - 0.06544959038721597, - 0.07982566566903901, - 0.19795203467147993 + 0.06544959038721598, + 0.07982566566903761, + 0.19795203467147995 ], "resistance": [ 96409.64834102395, @@ -136786,9 +103283,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -103.13871315798383, + -103.13871315798428, -366.31230585921116, - -416.876058571719, + -416.8760585717196, -268.9719915811611, 58.68532290223823, 395.46295408512924, @@ -136796,22 +103293,22 @@ 254.09324676599476 ], "relative wind speed": [ - 1.434034867818679, + 1.4340348678186787, 1.1606705932716015, 1.0807368781401154, - 1.2743295413292959, + 1.274329541329296, 1.5645616372156799, 1.7768378915031309, 1.8265587641777916, 1.6971721594647404 ], "relative wind angle": [ - 0.2633772751941725, + 0.2633772751941729, 0.1874882931405611, - 0.06239654307046749, - 0.24706102870172286, + 0.06239654307047106, + 0.24706102870172378, 0.2409478556712989, - 0.12205817402160855, + 0.12205817402160857, 0.03690316240528513, 0.18467336913920718 ], @@ -136876,7 +103373,7 @@ 175.68295193837776 ], "relative wind speed": [ - 1.6192919203440614, + 1.6192919203440612, 1.3853128887729105, 1.3863224393403741, 1.621376436485338, @@ -136886,14 +103383,14 @@ 1.9023977247085808 ], "relative wind angle": [ - 0.21664823887247028, + 0.2166482388724708, 0.10367760497049451, 0.10502049838195625, 0.2168769410204365, 0.18383161803556322, 0.06896213240926247, 0.06992717575665205, - 0.18443828663478648 + 0.18443828663478645 ], "resistance": [ 96394.49088473318, @@ -136956,11 +103453,11 @@ 170.268152823611 ], "relative wind speed": [ - 1.529715594062729, + 1.5297155940627287, 1.2892006342644287, 1.2933496175412902, 1.5381475856286178, - 1.8263180885185557, + 1.826318088518556, 2.003354507764653, 2.0006784664144703, 1.8192222415069612 @@ -136969,10 +103466,10 @@ 0.23437241518223845, 0.1118384923748067, 0.11761756429257596, - 0.235247612908661, - 0.19576497656803166, - 0.07188236388332696, - 0.07593228103018886, + 0.23524761290866103, + 0.1957649765680322, + 0.07188236388332697, + 0.07593228103018884, 0.19837016734794052 ], "resistance": [ @@ -137013,68 +103510,7 @@ "id": "2697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.397248470329591, - 5.397248470329591, - 5.397248470329591, - 5.397248470329591, - 5.397248470329591, - 5.397248470329591, - 5.397248470329591, - 5.397248470329591 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -206.86890200869277, - -391.8238439413161, - -380.02746639679935, - -167.6951487487812, - 166.73076308940972, - 443.8178318900632, - 416.6085988796251, - 120.72386976060329 - ], - "relative wind speed": [ - 1.3855430220902973, - 1.1778894698267022, - 1.195634006297771, - 1.421762665513709, - 1.6781895964486062, - 1.8299251855097298, - 1.8183809036271228, - 1.6476166758814996 - ], - "relative wind angle": [ - 0.22786173205446805, - 0.09829766431565022, - 0.1253730319378537, - 0.23209796252450313, - 0.1876014270865272, - 0.0632126584119176, - 0.08231324614909813, - 0.1998158107756001 - ], - "resistance": [ - 96427.63109799133, - 96242.6761560587, - 96254.47253360321, - 96466.80485125123, - 96801.23076308942, - 97078.31783189008, - 97051.10859887964, - 96755.22386976062 - ], - "fuel": [ - 38.94453454454227, - 38.849464954843924, - 38.85552466788, - 38.964686771403024, - 39.13695857262765, - 39.280008841781836, - 39.265949025917095, - 39.11323449403773 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 24.0625, -37.5 24.21875, -37.34375 24.21875, -37.34375 24.0625, -37.5 24.0625))", @@ -137108,7 +103544,7 @@ "wind resistance": [ -316.2478656140278, -522.6810576042379, - -476.3537539668206, + -476.3537539668208, -163.42593998596567, 282.7116448824788, 621.3056315496319, @@ -137128,12 +103564,12 @@ "relative wind angle": [ 0.23706581054435674, 0.07567519870902797, - 0.16190373352028095, + 0.16190373352028165, 0.24937371963868316, - 0.18429632452155292, + 0.1842963245215529, 0.04643693434926733, - 0.10613814993520894, - 0.22314465169395992 + 0.10613814993520893, + 0.2231446516939599 ], "resistance": [ 96318.252134386, @@ -137186,34 +103622,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -268.6539081433816, + -268.65390814338207, -476.47705614725373, - -446.16196799610145, + -446.1619679961018, -169.7802169245649, - 242.02108980757157, + 242.02108980757134, 569.4844062749837, - 499.79521809052994, + 499.7952180905295, 125.37932325981137 ], "relative wind speed": [ - 1.4003923134689038, + 1.4003923134689036, 1.161670513718647, 1.2068493327300245, 1.48977723570045, 1.7864503331720183, 1.950134621524847, - 1.9225030851996825, + 1.9225030851996823, 1.71261998484834 ], "relative wind angle": [ - 0.26065506194426513, + 0.26065506194426596, 0.09915901559497989, - 0.1650299600423227, + 0.16502996004232404, 0.26861979080607057, - 0.20342079140438743, - 0.0590052538471693, + 0.20342079140438799, + 0.05900525384716931, 0.10331146388100512, - 0.23296919896113596 + 0.232969198961136 ], "resistance": [ 96365.8460918566, @@ -137266,19 +103702,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -153.09099521175494, + -153.0909952117555, -379.51954588880665, - -399.6886483699559, + -399.68864836995647, -219.13459233722074, - 113.69383465077078, + 113.69383465077055, 424.0403703296446, 470.43276660480353, 191.5230125213585 ], "relative wind speed": [ - 1.3769655340149816, + 1.3769655340149813, 1.1261962791799058, - 1.0940522684807836, + 1.0940522684807834, 1.312911737070912, 1.5937672505058995, 1.7798342820081967, @@ -137286,19 +103722,19 @@ 1.6469337877740373 ], "relative wind angle": [ - 0.25999327397628774, + 0.2599932739762882, 0.15275576880407407, - 0.10221672980544226, + 0.10221672980544444, 0.2534777219631289, - 0.22397185780212842, + 0.2239718578021289, 0.09643065438045599, 0.062067608113121196, - 0.20126795778944345 + 0.20126795778944348 ], "resistance": [ 96481.40900478828, 96254.98045411122, - 96234.81135163008, + 96234.81135163007, 96415.36540766282, 96748.1938346508, 97058.54037032968, @@ -137346,9 +103782,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -111.21683701168865, + -111.21683701168945, -424.90701362780146, - -489.8552669848473, + -489.85526698484864, -325.4184304546486, 54.217011702899754, 450.56147205164666, @@ -137356,7 +103792,7 @@ 306.2835829953567 ], "relative wind speed": [ - 1.5840226217806495, + 1.5840226217806492, 1.291871230795144, 1.199151798282227, 1.3969702335099798, @@ -137366,12 +103802,12 @@ 1.8618213001159116 ], "relative wind angle": [ - 0.2541372293077094, + 0.25413722930771027, 0.18475588962245576, - 0.05223669453418749, + 0.05223669453419388, 0.23543886466220804, - 0.23567708430914344, - 0.1228800197477589, + 0.23567708430914341, + 0.12288001974775892, 0.03138957379052738, 0.17593423978006587 ], @@ -137413,52 +103849,7 @@ "id": "2702", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.887247359695934, - 35.887247359695934, - 35.887247359695934, - 35.887247359695934, - 35.887247359695934, - 35.887247359695934, - 35.887247359695934, - 35.887247359695934 - ], - "relative wind speed": [ - 0.40342775843984774, - 0.40342775843984774, - 0.40342775843984774, - 0.40342775843984774, - 0.40342775843984774, - 0.40342775843984774, - 0.40342775843984774, - 0.40342775843984774 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 24.0625, -37.03125 24.21875, -36.875 24.21875, -36.875 24.0625, -37.03125 24.0625))", @@ -137490,33 +103881,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -91.32829788014215, + -91.32829788014237, -400.3231571211694, -469.404026991274, -316.0530440815977, 48.69302871746561, 437.01440302151957, - 596.0555311581135, + 596.0555311581153, 314.1247981284656 ], "relative wind speed": [ - 1.4958281956549833, + 1.495828195654983, 1.1870691926145114, 1.0795984975642363, 1.2842891874690716, 1.6053936113786984, 1.8454423237580506, - 1.910303044657843, + 1.9103030446578428, 1.7791548334313156 ], "relative wind angle": [ 0.28159873641894745, 0.2153964699173604, - 0.052698591431901816, - 0.26320349712703583, - 0.26191024452728734, - 0.13792037721082856, - 0.029772968630299462, + 0.05269859143190182, + 0.2632034971270359, + 0.2619102445272873, + 0.13792037721082853, + 0.029772968630295733, 0.18893024225364197 ], "resistance": [ @@ -137580,7 +103971,7 @@ 153.9568866853217 ], "relative wind speed": [ - 1.5854485653374417, + 1.5854485653374415, 1.3085325625798245, 1.3750101999194422, 1.7159056466461367, @@ -137590,7 +103981,7 @@ 1.9558575864737167 ], "relative wind angle": [ - 0.2688491578634431, + 0.2688491578634427, 0.0950265897765319, 0.17953898279483932, 0.2783082477140265, @@ -137650,34 +104041,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -302.7470254030479, + -302.74702540304816, -536.6136830378883, - -498.529899129947, + -498.5298991299469, -180.3768346351951, 289.93169544398484, 663.2137618960157, 575.8594834582714, - 144.96502339816652 + 144.96502339816675 ], "relative wind speed": [ - 1.409039582224152, + 1.4090395822241517, 1.137324036927697, 1.194451330758662, 1.5188762768945119, 1.8489641816870919, 2.0274504000006304, 1.994328736162895, - 1.759851114419426 + 1.7598511144194258 ], "relative wind angle": [ 0.29106150845225176, 0.11035325905257258, - 0.19139326009510899, + 0.19139326009510838, 0.29843408166609725, 0.22047235527672557, 0.061817859681191405, - 0.1141793835245413, - 0.2565690827581424 + 0.11417938352454131, + 0.2565690827581415 ], "resistance": [ 96331.75297459694, @@ -137730,19 +104121,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -448.3667524068055, + -448.3667524068062, -753.1097875823292, - -681.4216911873696, + -681.4216911873699, -218.30410523383944, - 441.6056733127334, + 441.60567331273296, 946.9661703902607, 782.478161512438, 168.92182058653725 ], "relative wind speed": [ - 1.6288213621047616, + 1.6288213621047611, 1.317842599511275, - 1.4097204265188614, + 1.4097204265188612, 1.8050116725605918, 2.1919361706406275, 2.3918474217066756, @@ -137750,13 +104141,13 @@ 2.0492867216989237 ], "relative wind angle": [ - 0.2931372827466689, - 0.09669159063275881, - 0.20772661049523833, - 0.3028833314895469, - 0.21640838248662564, + 0.2931372827466692, + 0.09669159063275883, + 0.20772661049523886, + 0.3028833314895468, + 0.21640838248662614, 0.0532165661578733, - 0.12462790871852511, + 0.1246279087185251, 0.26583943833494345 ], "resistance": [ @@ -137813,14 +104204,14 @@ -211.97524299200063, -604.1212942284102, -655.8619349578635, - -379.0323865323903, + -379.0323865323902, 162.09428780520648, 687.9499937152116, 806.7257548778248, 359.7305704366115 ], "relative wind speed": [ - 1.7045495406634423, + 1.704549540663442, 1.3511562320418693, 1.2822281993769, 1.570756364443672, @@ -137831,13 +104222,13 @@ ], "relative wind angle": [ 0.28949509334490664, - 0.1883981087559003, + 0.18839810875590027, 0.10056126081190615, - 0.2806689383744774, + 0.2806689383744773, 0.2518485253763896, 0.11465251932247485, 0.05717580412438755, - 0.2126233477949186 + 0.21262334779491862 ], "resistance": [ 96422.52475700801, @@ -137890,17 +104281,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -34.23593447861117, + -34.2359344786114, -369.13711683226785, -465.58519169282044, -344.35394139119353, - 6.9390023514151835, + 6.93900235141507, 411.25124056346885, 633.633137149513, 374.79582122914553 ], "relative wind speed": [ - 1.4687553992430449, + 1.4687553992430447, 1.1269465853648364, 0.9653744474177337, 1.1580550490779795, @@ -137910,12 +104301,12 @@ 1.7532597459059858 ], "relative wind angle": [ - 0.3117477798570651, + 0.3117477798570654, 0.2749821015706681, 0.0183896696887464, 0.28996040735193235, - 0.3045003312471392, - 0.1734159874868871, + 0.3045003312471396, + 0.17341598748688714, 0.009511983929513801, 0.18999174290109616 ], @@ -137970,17 +104361,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -169.5705843507485, + -169.57058435074885, -499.36812408095705, - -546.0734395814793, + -546.07343958148, -320.3410042835046, - 127.93599019149951, + 127.93599019149974, 567.4596945392436, 674.6867229295885, 306.3203581404307 ], "relative wind speed": [ - 1.5571105074690945, + 1.5571105074690943, 1.2323108315488434, 1.1639386430285787, 1.4244493875309225, @@ -137990,14 +104381,14 @@ 1.8820303529904852 ], "relative wind angle": [ - 0.2904293041833424, + 0.2904293041833428, 0.1924993131497219, - 0.09679664607003287, + 0.09679664607003634, 0.28086658183780755, - 0.25410131621910104, + 0.254101316219101, 0.11738158218159754, 0.054810225677388406, - 0.2113654287757888 + 0.21136542877578882 ], "resistance": [ 96464.92941564924, @@ -138050,9 +104441,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -85.13565945391997, + -85.13565945392043, -464.6755618747553, - -556.8486155869739, + -556.8486155869742, -379.15447482390937, 56.96176041280296, 532.2833125044094, @@ -138060,9 +104451,9 @@ 406.37251171048797 ], "relative wind speed": [ - 1.5592110439953024, + 1.5592110439953022, 1.1874019443253538, - 1.0433516791123307, + 1.0433516791123305, 1.286605658986117, 1.6668024978972273, 1.949216834866179, @@ -138070,11 +104461,11 @@ 1.885209676661526 ], "relative wind angle": [ - 0.32216756852919726, + 0.3221675685291976, 0.2633732534161406, 0.0541895090849424, - 0.30719007132511833, - 0.30069640744775006, + 0.3071900713251184, + 0.3006964074477497, 0.1592627747829664, 0.027841933713226075, 0.20786090756768952 @@ -138130,10 +104521,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -215.2984767787285, + -215.29847677872863, -541.3934308491521, - -566.4955598238741, - -294.96132818174397, + -566.4955598238739, + -294.96132818174385, 194.21133731220425, 650.2802727228809, 707.7546337964707, @@ -138142,7 +104533,7 @@ "relative wind speed": [ 1.5002705685663433, 1.1555807715446351, - 1.1172369159649314, + 1.1172369159649311, 1.4284314695974651, 1.8021937758894477, 2.040428206332521, @@ -138150,11 +104541,11 @@ 1.859649892163756 ], "relative wind angle": [ - 0.3220057031539053, - 0.1952784507227946, - 0.14160965837901043, - 0.31844397960039256, - 0.26659818348992614, + 0.32200570315390564, + 0.19527845072279462, + 0.14160965837900807, + 0.3184439796003925, + 0.2665981834899262, 0.11011528412057016, 0.0765579333004385, 0.2428701880054174 @@ -138210,19 +104601,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -94.98356673785906, + -94.98356673785997, -492.2071197739001, - -591.3725614565432, + -591.3725614565434, -425.8830760207021, 15.35848051148173, 499.70633931853513, - 729.1979068080245, + 729.1979068080191, 403.7634366855889 ], "relative wind speed": [ - 1.816138263250668, + 1.8161382632506675, 1.5007461216936264, - 1.3772541358492005, + 1.3772541358492003, 1.562153202651039, 1.887948283249561, 2.147200034856943, @@ -138230,13 +104621,13 @@ 2.102946571578845 ], "relative wind angle": [ - 0.2365883140632581, + 0.23658831406325856, 0.1842249910927464, - 0.026790652695082025, - 0.2109440291657307, + 0.02679065269508202, + 0.21094402916573074, 0.2274276792436536, 0.12838599178979523, - 0.016556450958125926, + 0.01655645095813263, 0.1561722367747452 ], "resistance": [ @@ -138290,21 +104681,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -80.27831534307916, + -80.27831534307961, -452.7760138846795, - -549.0662926045459, + -549.0662926045477, -403.0366401638279, - 2.4972945531492314, + 2.497294553149004, 452.85243898196063, 675.9526747852346, 380.9816303670475 ], "relative wind speed": [ - 1.7779888096065117, + 1.7779888096065115, 1.4780517071940305, - 1.3559111929563785, + 1.3559111929563783, 1.524986640712376, - 1.8331868260267767, + 1.833186826026777, 2.082590045367768, 2.164098653716997, 2.0484711108172577 @@ -138312,9 +104703,9 @@ "relative wind angle": [ 0.22931119805832856, 0.18078255171040328, - 0.020886125815374235, - 0.2018952090634218, - 0.2222886157601029, + 0.02088612581537955, + 0.20189520906342182, + 0.22228861576010386, 0.1279557728669615, 0.013085577658843033, 0.14984220628339545 @@ -138370,9 +104761,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -96.33219441645315, + -96.33219441645338, -454.4056474954774, - -537.6038125911998, + -537.6038125912006, -366.45716466125464, 49.7883736168244, 497.4413996386204, @@ -138382,7 +104773,7 @@ "relative wind speed": [ 1.5954158872625914, 1.2597187521300393, - 1.1374666387540506, + 1.1374666387540504, 1.3556695985208689, 1.7030111405794282, 1.9643593010952611, @@ -138390,14 +104781,14 @@ 1.8994101026144388 ], "relative wind angle": [ - 0.2861772153458989, + 0.2861772153458997, 0.22325721097771545, - 0.04918678166599763, + 0.04918678166599989, 0.26724726372058116, - 0.26763591501649525, - 0.14246706142275087, - 0.027450478874978104, - 0.1896146674544529 + 0.2676359150164948, + 0.14246706142275084, + 0.0274504788749781, + 0.18961466745445293 ], "resistance": [ 96538.16780558357, @@ -138450,11 +104841,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -17.64886598237638, + -17.648865982376492, -376.8765849666273, -487.21559967965953, -374.169166835139, - -13.150969532105819, + -13.150969532105933, 413.23276099486543, 668.060661668183, 409.2538044303867 @@ -138470,12 +104861,12 @@ 1.811167043329062 ], "relative wind angle": [ - 0.3050009780950928, + 0.30500097809509324, 0.27768518444908474, - 0.001880927506429662, + 0.0018809275064296622, 0.27923327839746526, - 0.3042630258278648, - 0.17906867239631846, + 0.30426302582786485, + 0.17906867239631843, 0.0009810655483512884, 0.18077554226601575 ], @@ -138530,9 +104921,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 22.425291226520244, + 22.425291226519562, -332.2443758227455, - -468.22258313722966, + -468.2225831372309, -388.7760580320506, -71.5239052982289, 329.71359585336324, @@ -138540,7 +104931,7 @@ 411.96706396438697 ], "relative wind speed": [ - 1.6101602536750583, + 1.610160253675058, 1.2980052795751547, 1.1145100397804022, 1.23445523437672, @@ -138550,14 +104941,14 @@ 1.8530385007215087 ], "relative wind angle": [ - 0.2553231464844093, - 0.24434299177489666, - 0.03358251143538713, + 0.2553231464844102, + 0.24434299177489668, + 0.03358251143539375, 0.21311224622112332, 0.2676145296598335, 0.1744579752173227, 0.019414859131977345, - 0.14136909634688005 + 0.14136909634688008 ], "resistance": [ 96656.92529122652, @@ -138610,19 +105001,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -35.59490788466837, + -35.594907884669055, -397.50883118758384, - -503.9056945426365, + -503.9056945426398, -385.44090683019203, - -15.542893613747083, + -15.54289361374731, 414.3544573355225, 660.3535473453976, 396.77134415097225 ], "relative wind speed": [ - 1.6178078263666964, + 1.617807826366696, 1.2924212965510622, - 1.1368191188104964, + 1.1368191188104961, 1.3056574086692974, 1.632769056246833, 1.9007588343374282, @@ -138630,13 +105021,13 @@ 1.891691223555653 ], "relative wind angle": [ - 0.26931714409644664, + 0.2693171440964471, 0.23337823667970722, - 0.006824047028333714, - 0.2396098866505094, - 0.26678879560658564, - 0.1579043860498323, - 0.0038832630214976306, + 0.006824047028349983, + 0.23960988665050942, + 0.266788795606586, + 0.15790438604983234, + 0.003883263021497631, 0.16454381309277108 ], "resistance": [ @@ -138690,9 +105081,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 48.47367024844607, + 48.47367024844573, -303.4544933432419, - -448.84662478446904, + -448.84662478446893, -376.99686208569176, -73.71058055905519, 321.2664421355248, @@ -138700,9 +105091,9 @@ 429.37873072844127 ], "relative wind speed": [ - 1.5078852467997674, + 1.5078852467997672, 1.170482881295366, - 0.95308964730957, + 0.9530896473095698, 1.0766594183659681, 1.4055435477433158, 1.6968324627710774, @@ -138710,12 +105101,12 @@ 1.757860938459899 ], "relative wind angle": [ - 0.2945286446182924, - 0.30139004076421005, - 0.056324423790553045, + 0.2945286446182928, + 0.30139004076421, + 0.056324423790551074, 0.2549951696653918, - 0.3166928630181859, - 0.20622569705481472, + 0.31669286301818594, + 0.2062256970548147, 0.029358381625714195, 0.15511435947992966 ], @@ -138770,17 +105161,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -52.09399368217248, + -52.093993682172936, -371.7247587569632, - -456.133909250489, + -456.13390925048964, -320.76980586724346, - 32.58601667675407, + 32.586016676754184, 427.41600967728505, 621.6454964790037, 352.2107042278269 ], "relative wind speed": [ - 1.4122979052652889, + 1.4122979052652886, 1.0669009288630058, 0.9188358100736482, 1.1334735525767612, @@ -138790,14 +105181,14 @@ 1.7063320617135487 ], "relative wind angle": [ - 0.32892444028897333, - 0.2810690071349273, - 0.041025977342914174, + 0.328924440288974, + 0.28106900713492733, + 0.04102597734291959, 0.3132066102024537, - 0.31251561665791733, + 0.3125156166579173, 0.17004985361417696, 0.020584911548635315, - 0.20612685117466498 + 0.206126851174665 ], "resistance": [ 96582.40600631783, @@ -138850,7 +105241,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -88.52941838705522, + -88.52941838705578, -484.8611328041941, -582.1651810407485, -401.27027859519274, @@ -138860,7 +105251,7 @@ 421.11814323257136 ], "relative wind speed": [ - 1.6234994515701202, + 1.62349945157012, 1.2545179795064016, 1.1104420430583426, 1.3465311863869367, @@ -138870,14 +105261,14 @@ 1.9485429612700307 ], "relative wind angle": [ - 0.3073249663870877, + 0.307324966387088, 0.24960244036571172, 0.04763417987556988, - 0.2897073656079027, - 0.28877433046313616, + 0.28970736560790267, + 0.2887743304631362, 0.1548675827719431, - 0.0252763318264703, - 0.1987173790151802 + 0.025276331826470304, + 0.19871737901518016 ], "resistance": [ 96545.97058161293, @@ -138930,17 +105321,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -151.7833629212946, + -151.7833629212953, -446.84420858459845, - -485.9044383201554, + -485.9044383201555, -275.5537379679686, 132.84109887587488, 531.8406652284546, - 621.3156244480456, + 621.3156244480465, 280.11258182705683 ], "relative wind speed": [ - 1.3990216877914874, + 1.399021687791487, 1.0673475168610125, 1.0018558589594608, 1.2767529835362272, @@ -138950,13 +105341,13 @@ 1.7258669134695075 ], "relative wind angle": [ - 0.3275700609702554, + 0.3275700609702557, 0.22040374697860732, - 0.12018939383845925, + 0.12018939383846018, 0.3213228099204369, 0.2800818300038898, 0.12560677399490905, - 0.06330861581051396, + 0.0633086158105122, 0.2358166782272173 ], "resistance": [ @@ -139010,11 +105401,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -249.3365097296455, + -249.33650972964574, -545.3060495965358, - -544.6585625571577, - -247.3007586328979, - 245.99072030376396, + -544.6585625571579, + -247.300758632898, + 245.99072030376374, 681.5806313526014, 680.0995994349848, 243.56272743789668 @@ -139030,14 +105421,14 @@ 1.7920195117761264 ], "relative wind angle": [ - 0.340105326863759, - 0.18211676540921953, - 0.18359954399838055, - 0.3401758933247176, - 0.266797636120618, - 0.09693289121088818, + 0.34010532686375966, + 0.18211676540921956, + 0.18359954399838116, + 0.34017589332471765, + 0.26679763612061846, + 0.09693289121088816, 0.09783709292191502, - 0.26744908788355315 + 0.2674490878835531 ], "resistance": [ 96385.1634902704, @@ -139090,7 +105481,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -284.23753838412756, + -284.2375383841279, -511.7055189948097, -473.36271591918427, -163.51821571820346, @@ -139100,7 +105491,7 @@ 150.79388878102282 ], "relative wind speed": [ - 1.2934895901616763, + 1.293489590161676, 0.9988069165721932, 1.0630856817656247, 1.411766734174237, @@ -139111,9 +105502,9 @@ ], "relative wind angle": [ 0.3359744332620538, - 0.13185027513684403, - 0.2284421405688594, - 0.3407312765227405, + 0.131850275136844, + 0.22844214056885936, + 0.34073127652274054, 0.2454118499127703, 0.06780303067058949, 0.1268054035745263, @@ -139170,9 +105561,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -116.35438417952992, + -116.35438417953014, -404.2097197858042, - -448.3368825394462, + -448.33688253944626, -250.84552926286824, 139.4072763996569, 532.5373891192966, @@ -139180,7 +105571,7 @@ 301.9091467273371 ], "relative wind speed": [ - 1.245988920829769, + 1.2459889208297688, 0.8624192040915201, 0.7705543684217366, 1.091020319015722, @@ -139190,14 +105581,14 @@ 1.5956755515037324 ], "relative wind angle": [ - 0.4164334464914182, + 0.4164334464914188, 0.3160937102087799, - 0.1627698871368541, + 0.1627698871368548, 0.41980545183364193, - 0.3480236024284597, - 0.15559559749048385, + 0.34802360242845976, + 0.15559559749048382, 0.07049570942471946, - 0.28241824886139877 + 0.2824182488613987 ], "resistance": [ 96518.14561582048, @@ -139250,19 +105641,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -179.43784384972594, + -179.43784384972605, -476.2823727531642, - -500.5449577302278, - -254.46244744819182, + -500.5449577302279, + -254.46244744819194, 189.56590085616642, 609.0677541724564, 664.5647297421764, 279.61040101888 ], "relative wind speed": [ - 1.3296720629134524, + 1.3296720629134522, 0.9630006020847132, - 0.9188772675445277, + 0.9188772675445276, 1.2520240537988552, 1.6350531898402318, 1.8745817050434779, @@ -139270,19 +105661,19 @@ 1.6952470313226666 ], "relative wind angle": [ - 0.37950622786504945, + 0.37950622786504973, 0.24518634500474235, 0.17724163912263233, - 0.37868798167192025, - 0.30602446773157727, + 0.3786879816719203, + 0.3060244677315773, 0.12502311884005451, - 0.08552653466448448, - 0.2765548859656643 + 0.08552653466448447, + 0.27655488596566435 ], "resistance": [ 96455.06215615023, 96158.21762724679, - 96133.95504226974, + 96133.95504226972, 96380.03755255176, 96824.06590085612, 97243.56775417241, @@ -139292,7 +105683,7 @@ "fuel": [ 38.85845892759264, 38.70590792232624, - 38.69345366237568, + 38.693453662375674, 38.81987216346269, 39.04855031793778, 39.265271110495874, @@ -139330,34 +105721,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -215.36161866752252, + -215.36161866752275, -500.88228942794944, - -507.22335852035997, + -507.22335852036025, -235.0210771254466, 226.76075477136874, 643.9562664556224, - 658.454803933274, + 658.4548039332738, 250.32879444985838 ], "relative wind speed": [ - 1.3292919654709716, + 1.3292919654709714, 0.9741894142131186, 0.9629727012310185, 1.3094119555353383, 1.688081258738153, 1.9150954155873714, - 1.9207600168299268, - 1.703548002337999 + 1.920760016829927, + 1.7035480023379987 ], "relative wind angle": [ - 0.37236832594983044, - 0.215097828223906, - 0.19814629090429522, - 0.37205961286972855, + 0.37236832594983077, + 0.21509782822390602, + 0.19814629090429695, + 0.3720596128697286, 0.2905661327097477, - 0.10879073906171542, - 0.09885274977818367, - 0.2831970616035773 + 0.10879073906171544, + 0.0988527497781848, + 0.2831970616035769 ], "resistance": [ 96419.13838133245, @@ -139410,34 +105801,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -200.2130376698995, + -200.21303766989985, -467.0103500152604, - -461.85677470734794, + -461.856774707348, -184.88550719690994, 271.8038941044073, 682.188850908989, - 670.3262293089424, - 253.0590334046433 + 670.326229308942, + 253.0590334046434 ], "relative wind speed": [ - 1.1550324940655825, + 1.1550324940655823, 0.7406652175089312, - 0.752272573583263, + 0.7522725735832629, 1.17300303295493, 1.5824510358259174, 1.813743746703576, 1.8089602865094336, - 1.5691766082287915 + 1.5691766082287917 ], "relative wind angle": [ - 0.4858184868894952, + 0.48581848688949575, 0.29661905430868735, - 0.3151332351562644, + 0.3151332351562648, 0.4843878443654358, 0.3477829412537309, - 0.11964498993170937, - 0.12925225864329765, - 0.355542281748849 + 0.11964498993170936, + 0.12925225864329853, + 0.3555422817488494 ], "resistance": [ 96434.28696233011, @@ -139490,34 +105881,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -160.5695986690572, + -160.56959866905743, -503.75968913387914, -554.5241120810579, -320.71971632461964, 143.61492323920663, 604.1713709630352, - 720.4517022441258, + 720.451702244127, 334.4720260120358 ], "relative wind speed": [ - 1.4841348145557895, + 1.4841348145557893, 1.1193737612666357, 1.0379312452319498, - 1.3335995060666144, + 1.3335995060666146, 1.7163365836170332, 1.97369445422196, 2.0177130980914977, - 1.835750466010459 + 1.8357504660104593 ], "relative wind angle": [ 0.3376452129464453, 0.23565393592426956, 0.11785145062001762, - 0.33142339726890185, + 0.3314233972689026, 0.29051893496113296, 0.13280677861812276, - 0.06052063462884368, - 0.2386409863832264 + 0.06052063462884186, + 0.23864098638322687 ], "resistance": [ 96473.93040133097, @@ -139570,11 +105961,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -329.7824371759059, + -329.78243717590624, -668.4331631762834, - -650.739682334326, + -650.7396823343262, -273.9456735634292, - 325.9716863520532, + 325.97168635205276, 837.8995614235575, 797.4142561269045, 259.4587485597981 @@ -139582,7 +105973,7 @@ "relative wind speed": [ 1.5515536021329508, 1.1944912299657175, - 1.2198505149281353, + 1.2198505149281351, 1.598477767225643, 2.0007515280544346, 2.2323789908612914, @@ -139590,11 +105981,11 @@ 1.963464816335962 ], "relative wind angle": [ - 0.33120977815166097, + 0.3312097781516617, 0.16058964279165694, - 0.19338354704491656, - 0.33301700817877766, - 0.2549303372980107, + 0.19338354704491714, + 0.3330170081787777, + 0.2549303372980111, 0.0856634536614206, 0.1058628900204646, 0.2693753342723358 @@ -139650,19 +106041,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -220.69961158056446, + -220.69961158056515, -515.7107651393646, - -526.6353068113007, + -526.635306811301, -255.1021262068607, - 212.43022862851615, + 212.43022862851637, 636.5160620457367, 661.5083551500182, 253.43956210314388 ], "relative wind speed": [ - 1.4089637797143848, + 1.4089637797143846, 1.0710956952511728, - 1.0533228249660014, + 1.0533228249660012, 1.3762359664546344, 1.7439279097957086, 1.9695729229266634, @@ -139670,14 +106061,14 @@ 1.769869501332839 ], "relative wind angle": [ - 0.3373629675213769, - 0.19326542828644486, - 0.1673341670452672, - 0.33604564440107526, - 0.27071785825867245, + 0.3373629675213779, + 0.19326542828644488, + 0.16733416704526788, + 0.3360456444010753, + 0.27071785825867206, 0.10463964365953488, 0.08875901700949422, - 0.25931234444672874 + 0.2593123444467288 ], "resistance": [ 96413.80038841948, @@ -139730,9 +106121,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -370.41196423902113, + -370.4119642390215, -651.4199468656336, - -598.7406363808345, + -598.7406363808348, -203.27258603752693, 374.9136836296034, 830.9666042024762, @@ -139740,7 +106131,7 @@ 176.12123070990833 ], "relative wind speed": [ - 1.483042785523868, + 1.4830427855238677, 1.1672344186987094, 1.2431160645697903, 1.625108873866664, @@ -139750,13 +106141,13 @@ 1.8883816697324451 ], "relative wind angle": [ - 0.3184384729740637, + 0.3184384729740644, 0.1183525866837706, - 0.21845144660335758, + 0.21845144660335863, 0.32494072573528254, - 0.23407127318707238, + 0.2340712731870724, 0.06265849551845838, - 0.1251041272673567, + 0.12510412726735667, 0.2783227428736877 ], "resistance": [ @@ -139810,7 +106201,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -260.7290728665447, + -260.7290728665449, -530.7995739277887, -510.64068126189414, -198.70405237857847, @@ -139820,7 +106211,7 @@ 217.19280688675804 ], "relative wind speed": [ - 1.2867684014352931, + 1.286768401435293, 0.9298443351767453, 0.966136798972383, 1.3497757353351472, @@ -139830,8 +106221,8 @@ 1.6862548401548534 ], "relative wind angle": [ - 0.39092730419293126, - 0.1936975135674353, + 0.3909273041929313, + 0.19369751356743534, 0.24804515489684975, 0.3910100105883305, 0.28653934999057146, @@ -139890,17 +106281,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -323.6340566882261, + -323.6340566882267, -632.3628979463767, - -604.8424639019134, + -604.8424639019133, -237.33141560985155, - 333.10508749883707, + 333.1050874988373, 810.6081207408099, 747.6513097635125, 230.07194118268148 ], "relative wind speed": [ - 1.4632767862601341, + 1.463276786260134, 1.1130287847021298, 1.1548729934851407, 1.5395727761166653, @@ -139910,11 +106301,11 @@ 1.8740830522718692 ], "relative wind angle": [ - 0.34516922967363545, - 0.15865894383699367, - 0.21502382472800208, + 0.3451692296736361, + 0.15865894383699364, + 0.21502382472800158, 0.3475262928182097, - 0.2588512226699281, + 0.25885122266992766, 0.08169610817717658, 0.11579623885868938, 0.28356828789111926 @@ -139970,9 +106361,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -229.76629342545016, + -229.7662934254505, -537.1094646290553, - -539.2395033092507, + -539.2395033092508, -236.24064046915737, 271.51571585305135, 729.7992132428827, @@ -139980,9 +106371,9 @@ 279.342667526235 ], "relative wind speed": [ - 1.309625278939694, + 1.3096252789396938, 0.9081847097139061, - 0.9041972369307816, + 0.9041972369307815, 1.302947149920124, 1.7174240947039445, 1.959557201346621, @@ -139990,13 +106381,13 @@ 1.7224960426144844 ], "relative wind angle": [ - 0.4215666643818331, - 0.24981761298633942, + 0.4215666643818333, + 0.2498176129863394, 0.24390218222918358, 0.4217146638021618, 0.31732793781234264, 0.11483319805715753, - 0.11155764126400805, + 0.11155764126400806, 0.3147996328669626 ], "resistance": [ @@ -140050,9 +106441,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -330.71910236484655, + -330.7191023648468, -632.8758685388308, - -594.2926675474383, + -594.2926675474386, -211.70123332902756, 369.8946252149244, 850.464628477082, @@ -140060,9 +106451,9 @@ 226.89815966156493 ], "relative wind speed": [ - 1.3835951636740011, + 1.383595163674001, 1.0102519177513865, - 1.0735450737489634, + 1.0735450737489631, 1.4942377375289824, 1.9048771191636562, 2.1265661237626636, @@ -140070,11 +106461,11 @@ 1.8193806637973213 ], "relative wind angle": [ - 0.38509956944914414, - 0.17203741947142448, + 0.38509956944914475, + 0.17203741947142445, 0.25921032473620653, - 0.3856622938454852, - 0.2763562478213858, + 0.3856622938454853, + 0.27635624782138574, 0.08141589427749875, 0.13170517483030517, 0.31408537859941094 @@ -140130,7 +106521,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -338.86575692753877, + -338.86575692753934, -616.4124822490217, -569.4738888150894, -192.55984291210416, @@ -140140,7 +106531,7 @@ 190.8909268073744 ], "relative wind speed": [ - 1.3811110042851, + 1.3811110042850996, 1.0400672914900757, 1.1149411103295812, 1.5155889673591858, @@ -140150,13 +106541,13 @@ 1.7990487863153284 ], "relative wind angle": [ - 0.35975438549385524, + 0.3597543854938553, 0.14463654894220562, - 0.2484912835586513, - 0.3626784843316696, + 0.24849128355865222, + 0.36267848433166966, 0.2581908893572348, - 0.07110828052001007, - 0.13277232043890722, + 0.07110828052001009, + 0.13277232043890724, 0.30351912697283695 ], "resistance": [ @@ -140210,9 +106601,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -358.60910607756205, + -358.6091060775623, -595.286111138497, - -523.0123480731509, + -523.012348073151, -134.5108730729943, 407.9671280933384, 818.5937134479451, @@ -140220,7 +106611,7 @@ 139.09475972429766 ], "relative wind speed": [ - 1.280986804869174, + 1.2809868048691737, 0.9577906962952023, 1.079469457385788, 1.496459057986076, @@ -140230,12 +106621,12 @@ 1.7064854986768538 ], "relative wind angle": [ - 0.3750432818618446, - 0.11709636205165641, - 0.29224163179471596, + 0.37504328186184527, + 0.1170963620516564, + 0.2922416317947171, 0.3775857162856517, 0.2531377800822475, - 0.054406879160345124, + 0.05440687916034513, 0.1564025706862681, 0.3292170325454092 ], @@ -140290,9 +106681,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -280.38628216322525, + -280.3862821632257, -587.8179148864962, - -579.533073206122, + -579.5330732061221, -254.2342087447954, 274.0906902813715, 732.2032808421977, @@ -140300,9 +106691,9 @@ 242.941661010708 ], "relative wind speed": [ - 1.4709820428619627, + 1.4709820428619624, 1.1307831083163646, - 1.1433908967492603, + 1.14339089674926, 1.4943256798070848, 1.8744137866168042, 2.097270792203019, @@ -140310,13 +106701,13 @@ 1.8558572080175222 ], "relative wind angle": [ - 0.3309490010231866, - 0.16796176717975583, + 0.3309490010231873, + 0.16796176717975586, 0.18528564851061963, - 0.33191483033294916, + 0.3319148303329492, 0.2578512266226868, 0.09025705014626915, - 0.10093738403485164, + 0.10093738403485163, 0.2654833802651912 ], "resistance": [ @@ -140370,13 +106761,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -307.9875113248869, + -307.98751132488724, -564.7056803834262, - -524.1088490728091, + -524.1088490728093, -181.25805364318694, 329.634201959601, 742.3102288299459, - 649.407664927024, + 649.4076649270233, 178.06237193990353 ], "relative wind speed": [ @@ -140386,17 +106777,17 @@ 1.4533324630428874, 1.82462594112715, 2.0226498127795858, - 1.987825380046844, + 1.9878253800468442, 1.729764338415691 ], "relative wind angle": [ - 0.3560349669312793, + 0.35603496693128023, 0.14556836485718236, - 0.24257314380777847, - 0.3590897498175147, + 0.2425731438077794, + 0.35908974981751474, 0.25734025904744545, - 0.07224797550178605, - 0.13010736168748435, + 0.07224797550178606, + 0.13010736168748607, 0.2997294878755299 ], "resistance": [ @@ -140450,9 +106841,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -378.5569459940291, + -378.55694599403, -711.1722648314088, - -678.5310119105369, + -678.531011910537, -273.3892360405855, 349.6862080368853, 861.8081266731683, @@ -140460,9 +106851,9 @@ 225.2089360848422 ], "relative wind speed": [ - 1.6694533140280012, + 1.669453314028001, 1.348291640161768, - 1.390049186527205, + 1.3900491865272049, 1.7501802715738828, 2.132629964076353, 2.3488922036707582, @@ -140470,13 +106861,13 @@ 2.0668947598726337 ], "relative wind angle": [ - 0.2862517596333129, + 0.2862517596333141, 0.12208174750440318, 0.17292643896163698, 0.2911789878164576, - 0.22287485341881885, + 0.22287485341881888, 0.06995946716206317, - 0.10308106537538099, + 0.10308106537538098, 0.2455518501477886 ], "resistance": [ @@ -140530,39 +106921,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -97.799803041916, + -97.79980304191713, -618.2261604191368, - -754.2042377178657, - -540.2807958264802, - 31.6942361257195, + -754.2042377178669, + -540.2807958264801, + 31.694236125719044, 668.3187261500664, 981.7976188917826, 554.470573605762 ], "relative wind speed": [ - 1.912173250244034, + 1.9121732502440336, 1.5085107100186423, - 1.3400791325052308, - 1.58053314565686, + 1.3400791325052306, + 1.5805331456568603, 1.9927472057606452, 2.3134051531832336, 2.4148780266588457, 2.2648096918937184 ], "relative wind angle": [ - 0.2849583539583049, + 0.2849583539583061, 0.2344703111331181, - 0.03127736393781184, - 0.2622335678507763, - 0.2731343234648395, + 0.03127736393781539, + 0.2622335678507767, + 0.2731343234648399, 0.15208042159883636, - 0.01735467067150891, - 0.1819153089431991 + 0.017354670671508914, + 0.18191530894319907 ], "resistance": [ 96536.7001969581, 96016.27383958088, - 95880.29576228216, + 95880.29576228214, 96094.21920417354, 96666.19423612574, 97302.81872615009, @@ -140572,7 +106963,7 @@ "fuel": [ 39.44846794405264, 39.18107466939949, - 39.11137566443224, + 39.11137566443223, 39.22105856173324, 39.51515811972844, 39.84393083002391, @@ -140610,34 +107001,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -257.4888933047034, + -257.4888933047048, -826.016232546375, - -924.8110241384645, + -924.8110241384663, -584.4443254510134, 144.40922745968192, 878.4150929004072, - 1106.3211258057909, + 1106.3211258057872, 528.7845737924836 ], "relative wind speed": [ - 2.189185958466606, + 2.1891859584666054, 1.8048201284904046, - 1.704503773010537, - 1.9856054945353587, + 1.7045037730105368, + 1.985605494535359, 2.400339544959108, 2.7012570028854572, 2.765652179800397, 2.5712907093350683 ], "relative wind angle": [ - 0.24511184144393786, - 0.16637791057803028, - 0.06371663952496587, - 0.22985125794658082, - 0.2231658130502686, - 0.11087877370325196, - 0.0392528235293401, - 0.17685780316566738 + 0.24511184144393874, + 0.1663779105780303, + 0.06371663952496937, + 0.2298512579465813, + 0.22316581305026864, + 0.11087877370325197, + 0.03925282352934292, + 0.1768578031656674 ], "resistance": [ 96377.01110669531, @@ -140690,9 +107081,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -192.34663938295716, + -192.34663938295807, -751.9444022571429, - -869.0549117724936, + -869.0549117724946, -576.6349900845007, 99.07306691027179, 806.5694957440523, @@ -140702,7 +107093,7 @@ "relative wind speed": [ 2.0794963637808763, 1.6803247648132822, - 1.5518847778834832, + 1.551884777883483, 1.8226509690319206, 2.242628558331591, 2.5554249475141124, @@ -140710,12 +107101,12 @@ 2.4559379924398166 ], "relative wind angle": [ - 0.2637993480833738, - 0.19393148913109726, - 0.054325769445561015, - 0.24551101061945438, + 0.2637993480833751, + 0.19393148913109728, + 0.05432576944556306, + 0.2455110106194544, 0.2442029143367654, - 0.1270638493744559, + 0.12706384937445592, 0.03198003544226655, 0.18137151109487396 ], @@ -140770,19 +107161,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -104.16370563765918, + -104.16370563765986, -578.8069034135222, - -695.9098257353488, + -695.9098257353489, -480.3068974014774, 59.47414412495891, 650.0896950000126, - 919.4977656309911, + 919.4977656309875, 505.51398544724657 ], "relative wind speed": [ - 1.7729298064942114, + 1.772929806494211, 1.3680474964358789, - 1.2089794641459841, + 1.208979464145984, 1.4675283232480292, 1.8820757517725524, 2.194068203511764, @@ -140790,13 +107181,13 @@ 2.1288141897851593 ], "relative wind angle": [ - 0.3086787965322483, + 0.30867879653224867, 0.2515199616412878, 0.04725774137884488, 0.2911385533136549, 0.29023986703772736, 0.15580929271387156, - 0.0249907765646457, + 0.024990776564650145, 0.19919183221433484 ], "resistance": [ @@ -140850,9 +107241,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -200.31472732663497, + -200.3147273266352, -550.46863950117, - -583.1707059840232, + -583.1707059840235, -301.2159582578429, 214.4275066854026, 706.4565742620676, @@ -140860,9 +107251,9 @@ 335.6409415221459 ], "relative wind speed": [ - 1.4325594314742254, + 1.4325594314742252, 1.0305884304528317, - 0.9748414394492406, + 0.9748414394492405, 1.3350376254662715, 1.7523588228922988, 2.015161396983132, @@ -140870,9 +107261,9 @@ 1.827747933240144 ], "relative wind angle": [ - 0.384887387507535, + 0.3848873875075356, 0.25514984536025953, - 0.17529320354430675, + 0.1752932035443074, 0.384316746091442, 0.31197150866019335, 0.12943795879491607, @@ -140930,9 +107321,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -217.18028483879561, + -217.18028483879652, -617.6618278198102, - -668.1112954377653, + -668.1112954377654, -378.3348374563718, 180.48176886669125, 722.1495436286232, @@ -140940,9 +107331,9 @@ 371.73755492693294 ], "relative wind speed": [ - 1.6711750487466033, + 1.6711750487466028, 1.297758698253748, - 1.2281404285426858, + 1.2281404285426856, 1.5389248398459958, 1.9391509858172902, 2.2065708577918173, @@ -140950,17 +107341,17 @@ 2.045688863599339 ], "relative wind angle": [ - 0.31060801010706485, + 0.31060801010706524, 0.20357110236668563, - 0.11402336177030789, + 0.11402336177030693, 0.3035353631443695, 0.2665458185200867, - 0.11918376299548156, + 0.11918376299548154, 0.0622527880256085, - 0.22679162602008712 + 0.22679162602008715 ], "resistance": [ - 96417.31971516124, + 96417.31971516123, 96016.83817218021, 95966.38870456227, 96256.16516254366, @@ -141010,17 +107401,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -243.52042863503777, + -243.520428635038, -572.7567098347845, -581.1032320638873, -269.3078562941288, 261.22990815401727, 742.3326739823935, - 761.4176380538483, + 761.4176380538477, 292.1865482968624 ], "relative wind speed": [ - 1.4127832751631124, + 1.4127832751631122, 1.025738262914694, 1.0117264534601196, 1.3881765896435927, @@ -141030,13 +107421,13 @@ 1.8171867442597067 ], "relative wind angle": [ - 0.38060521680187054, + 0.3806052168018705, 0.22295807279785282, 0.20309937572822792, 0.38039083137708796, - 0.2961849368343818, + 0.2961849368343814, 0.11120276108024768, - 0.09967509109255168, + 0.0996750910925528, 0.2875764439841685 ], "resistance": [ @@ -141090,9 +107481,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -7.199207822851349, + -7.199207822851804, -523.1188357819625, - -693.435216733166, + -693.4352167331707, -546.4538769303025, -45.963416371885614, 557.1832669887172, @@ -141100,7 +107491,7 @@ 591.3675209860266 ], "relative wind speed": [ - 1.8617267483688273, + 1.8617267483688271, 1.4562679015379871, 1.2392842850357655, 1.4331697446902918, @@ -141110,13 +107501,13 @@ 2.1871652598004996 ], "relative wind angle": [ - 0.2896053625032425, + 0.2896053625032428, 0.2678136788511642, - 0.010752155816805898, - 0.2586131898469916, + 0.01075215581682655, + 0.25861318984699166, 0.29375000845143756, - 0.17837948480524396, - 0.005786915799625788, + 0.178379484805244, + 0.005786915799625787, 0.16837157841607128 ], "resistance": [ @@ -141170,9 +107561,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -16.176042979019144, + -16.176042979019257, -440.7099316340396, - -567.659709496591, + -567.6597094965908, -408.4819600858031, 37.619804602282215, 558.8597399140352, @@ -141180,9 +107571,9 @@ 510.2248439929268 ], "relative wind speed": [ - 1.5070218775612092, + 1.507021877561209, 1.0605487556849658, - 0.8300065121897041, + 0.8300065121897039, 1.1040258469617228, 1.5505501410747855, 1.8842921791087017, @@ -141190,11 +107581,11 @@ 1.8591523898474809 ], "relative wind angle": [ - 0.3975029901140011, + 0.39750299011400136, 0.38253237302434906, - 0.028372799489491077, + 0.028372799489487167, 0.39925655418780137, - 0.3857452972977029, + 0.38574529729770296, 0.21166763955135035, 0.011793548872140978, 0.2329437124748807 @@ -141250,33 +107641,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 129.53592145719608, + 129.53592145719563, -390.58136759888066, - -629.7147820073978, + -629.7147820073983, -545.0770866313367, -127.5639932383898, 444.89208929929396, - 869.1397037809056, + 869.1397037809065, 675.0176554584957 ], "relative wind speed": [ - 1.7446517869516542, + 1.744651786951654, 1.307648154998616, - 0.9860587566423933, + 0.9860587566423932, 1.1238367764146202, 1.552980646624391, 1.9353591525172338, - 2.1173679120437168, + 2.1173679120437163, 2.0475716462389064 ], "relative wind angle": [ - 0.33104866688323376, + 0.3310486668832344, 0.37024806750197503, - 0.10371727663696738, + 0.10371727663696953, 0.2969067431693768, 0.3737952340707932, - 0.2469895454708049, - 0.0482333095401887, + 0.24698954547080493, + 0.0482333095401864, 0.16127567098691994 ], "resistance": [ @@ -141330,7 +107721,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 122.10435722654324, + 122.10435722654267, -351.71452727796145, -565.1429459428568, -479.99874071397664, @@ -141340,7 +107731,7 @@ 629.8864567827519 ], "relative wind speed": [ - 1.603921421699188, + 1.6039214216991875, 1.1587732404141584, 0.823455943448317, 0.9838164261961349, @@ -141352,8 +107743,8 @@ "relative wind angle": [ 0.371306006347564, 0.42562521094203976, - 0.11522136216823997, - 0.35781741842557435, + 0.11522136216824094, + 0.3578174184255744, 0.41939461248564847, 0.26767589660727154, 0.04773081961745752, @@ -141410,9 +107801,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -377.32727741447775, + -377.32727741447843, -576.3243399710782, - -489.00819506280595, + -489.0081950628062, -101.66611607640709, 412.64241613454305, 778.2279822210271, @@ -141420,9 +107811,9 @@ 83.97157287511209 ], "relative wind speed": [ - 1.285608900392957, + 1.2856089003929565, 1.0143012335908261, - 1.1538483641330393, + 1.153848364133039, 1.5437721394834567, 1.8889777795671296, 2.0474912219602017, @@ -141430,14 +107821,14 @@ 1.684575577949123 ], "relative wind angle": [ - 0.33143246619323585, + 0.3314324661932366, 0.07334812466966414, - 0.27490215684522445, + 0.27490215684522407, 0.3416878043140104, 0.22331214019872342, - 0.03631113937973413, + 0.03631113937973414, 0.15948867625375396, - 0.3121134720172338 + 0.3121134720172337 ], "resistance": [ 96257.17272258556, @@ -141490,34 +107881,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -413.6185610934358, + -413.6185610934362, -501.84577287530885, - -341.6257408734258, - 55.45147901353084, - 493.67565159560365, + -341.62574087342597, + 55.451479013530616, + 493.6756515956032, 696.4926139719806, - 386.78503855977453, + 386.78503855977476, -64.28322019642803 ], "relative wind speed": [ - 1.060735959394662, + 1.0607359593946617, 0.9055515155820757, 1.1545475031515073, - 1.5373831820261838, + 1.5373831820261836, 1.8187997813157764, 1.9008339939863856, - 1.760742310229935, + 1.7607423102299353, 1.4386265574117123 ], "relative wind angle": [ - 0.30162074928784566, + 0.3016207492878464, 0.057902805842377406, - 0.34385729530806186, - 0.329904077201093, - 0.17413076170971914, - 0.02757280220639886, - 0.22289692402079092, - 0.35350741132407537 + 0.3438572953080625, + 0.3299040772010926, + 0.17413076170971978, + 0.027572802206398857, + 0.22289692402079142, + 0.3535074113240753 ], "resistance": [ 96220.88143890657, @@ -141570,9 +107961,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -352.8093379894197, + -352.80933798942, -529.3837685227713, - -436.5401070787716, + -436.5401070787717, -65.25319629722412, 419.7979992591389, 758.7579456301343, @@ -141580,7 +107971,7 @@ 74.25158656078497 ], "relative wind speed": [ - 1.136446152484764, + 1.1364461524847638, 0.8541998811129067, 1.0238530965171901, 1.4355211923461877, @@ -141590,17 +107981,17 @@ 1.5507117388871652 ], "relative wind angle": [ - 0.3837418391605433, + 0.3837418391605439, 0.07239258839035814, - 0.336541872214769, - 0.38560801744765555, + 0.3365418722147694, + 0.3856080174476556, 0.24115490788842844, 0.03197113858557728, 0.18393609392744542, 0.35563243876085454 ], "resistance": [ - 96281.69066201059, + 96281.69066201057, 96105.11623147722, 96197.95989292122, 96569.24680370277, @@ -141650,9 +108041,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -327.9804004994, + -327.9804004994001, -484.1178482308263, - -395.8992152100135, + -395.8992152100136, -53.90032106412059, 388.21209170151826, 692.7752742743743, @@ -141662,7 +108053,7 @@ "relative wind speed": [ 1.0878510651462248, 0.8264524952634154, - 0.9931261827147343, + 0.9931261827147342, 1.3840493855233686, 1.710712044862213, 1.8511974269238016, @@ -141670,7 +108061,7 @@ 1.4813382256624632 ], "relative wind angle": [ - 0.37600310061870484, + 0.3760031006187055, 0.06308390231446924, 0.33422557162881483, 0.37957641537968584, @@ -141730,9 +108121,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -108.31832967512264, + -108.31832967512446, -968.2267471098423, - -1212.9060910365401, + -1212.906091036537, -912.1254704372757, -15.09899842688219, 1014.0785166181813, @@ -141740,9 +108131,9 @@ 932.3513430943681 ], "relative wind speed": [ - 2.4989000384794884, + 2.498900038479488, 1.9968791647346316, - 1.7660316021858264, + 1.766031602185826, 2.0365101516723105, 2.5437294430596826, 2.9542400855804236, @@ -141750,9 +108141,9 @@ 2.927061202629206 ], "relative wind angle": [ - 0.2697376018853971, + 0.2697376018853979, 0.22958237957271113, - 0.01315980577416098, + 0.013159805774152544, 0.241625086754253, 0.26486839257849, 0.15443667185014928, @@ -141810,9 +108201,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -79.61073635585308, + -79.61073635585376, -752.8249546140408, - -941.0536812525064, + -941.0536812525057, -678.1872706399697, 44.44786107719324, 867.3107468168816, @@ -141822,7 +108213,7 @@ "relative wind speed": [ 2.033326735893039, 1.5287416814314143, - 1.2967416427520275, + 1.2967416427520273, 1.5974576907024292, 2.1067080705781844, 2.497115412028637, @@ -141830,14 +108221,14 @@ 2.453724808521192 ], "relative wind angle": [ - 0.3328269449425436, - 0.2935548914795441, - 0.02987979322577295, + 0.33282694494254467, + 0.29355489147954406, + 0.029879793225769235, 0.3164624260706238, - 0.3208105803318691, + 0.32081058033186904, 0.17808496978168345, 0.01475835609305603, - 0.20401839315659975 + 0.20401839315659978 ], "resistance": [ 96554.88926364415, @@ -141890,34 +108281,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -293.0436940107429, + -293.04369401074473, -1186.2555905941297, - -1375.1750042233698, - -906.5742715939464, + -1375.1750042233707, + -906.5742715939459, 171.67024602521633, 1304.5436460451888, 1739.2323832151255, - 896.6118429018584 + 896.6118429018579 ], "relative wind speed": [ - 2.542917642121983, + 2.5429176421219823, 2.0155495286064395, - 1.8430980692294208, - 2.204527484399919, + 1.8430980692294205, + 2.2045274843999194, 2.755769876170258, 3.1620021889235024, 3.2655301640354577, - 3.033274849984423 + 3.0332748499844233 ], "relative wind angle": [ - 0.2837620474258787, + 0.28376204742587907, 0.21259891172021114, - 0.05998812984849072, - 0.2669577556027619, + 0.059988129848492576, + 0.26695775560276275, 0.26130839007107726, 0.13490684636488168, - 0.033844061371287384, - 0.192918013386281 + 0.03384406137128738, + 0.19291801338628217 ], "resistance": [ 96341.45630598925, @@ -141970,34 +108361,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -292.2291101232454, + -292.2291101232461, -855.5683758802348, - -920.8101977320669, + -920.8101977320671, -493.77270592808395, 309.7817953995566, 1090.1572381102842, 1239.4611459978078, - 551.8074383573626 + 551.807438357363 ], "relative wind speed": [ - 1.8142449956782793, + 1.8142449956782791, 1.306525311532739, - 1.2181156564866709, + 1.2181156564866706, 1.6591039963500804, 2.184081411008326, 2.520850674788191, 2.5647399013696974, - 2.3041420189630215 + 2.304142018963022 ], "relative wind angle": [ - 0.3827237910086707, + 0.3827237910086713, 0.26327387813185527, - 0.16216800170061063, + 0.16216800170061066, 0.38179097707531456, 0.3154155210352367, - 0.13529305247563878, - 0.0767594238084388, - 0.27160662613651526 + 0.1352930524756388, + 0.07675942380843881, + 0.27160662613651604 ], "resistance": [ 96342.27088987677, @@ -142050,9 +108441,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 210.66919242323036, + 210.66919242323013, -326.1438767980678, - -603.1150021770643, + -603.1150021770646, -548.0698083328323, -160.22107260077053, 412.21762420008133, @@ -142060,9 +108451,9 @@ 748.5191807857287 ], "relative wind speed": [ - 1.7073343059404231, + 1.707334305940423, 1.2436792882277852, - 0.8431447499249725, + 0.8431447499249722, 0.9471440489190076, 1.4128827446003844, 1.8342545925426519, @@ -142070,9 +108461,9 @@ 2.0035334369128677 ], "relative wind angle": [ - 0.36391216217796446, + 0.36391216217796474, 0.45168678385277783, - 0.19092775206605037, + 0.19092775206605156, 0.34079126194924597, 0.4446157703965704, 0.3004488811393709, @@ -142117,52 +108508,7 @@ "id": "2761", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 79.24476410578504, - 79.24476410578504, - 79.24476410578504, - 79.24476410578504, - 79.24476410578504, - 79.24476410578504, - 79.24476410578504, - 79.24476410578504 - ], - "relative wind speed": [ - 0.5994886865379587, - 0.5994886865379587, - 0.5994886865379587, - 0.5994886865379587, - 0.5994886865379587, - 0.5994886865379587, - 0.5994886865379587, - 0.5994886865379587 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 22.8125, -37.1875 22.96875, -37.03125 22.96875, -37.03125 22.8125, -37.1875 22.8125))", @@ -142194,34 +108540,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 59.710002791465286, + 59.71000279146506, -476.4049069544584, - -673.6905534388833, + -673.6905534388827, -526.0816207674832, - -23.32504807405394, + -23.32504807405371, 607.149034959674, 1023.65773894377, - 682.4613024569253 + 682.4613024569251 ], "relative wind speed": [ 1.6830714901554484, 1.186374614722436, - 0.8699685987966905, + 0.8699685987966904, 1.1233642620452082, - 1.6207740710805558, + 1.620774071080556, 2.012996151015523, 2.1685923700799195, - 2.0488267289404307 + 2.0488267289404303 ], "relative wind angle": [ - 0.3961910639287161, + 0.3961910639287167, 0.41951230432370623, - 0.038952044445769995, + 0.03895204444576429, 0.39793092928532053, - 0.41232473932747127, + 0.41232473932747177, 0.242421738664669, - 0.015622975340966651, - 0.21410330973241934 + 0.015622975340966653, + 0.21410330973241828 ], "resistance": [ 96694.21000279149, @@ -142261,52 +108607,7 @@ "id": "2763", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 82.94211420144795, - 82.94211420144795, - 82.94211420144795, - 82.94211420144795, - 82.94211420144795, - 82.94211420144795, - 82.94211420144795, - 82.94211420144795 - ], - "relative wind speed": [ - 0.6133145301814859, - 0.6133145301814859, - 0.6133145301814859, - 0.6133145301814859, - 0.6133145301814859, - 0.6133145301814859, - 0.6133145301814859, - 0.6133145301814859 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 22.65625, -37.1875 22.8125, -37.03125 22.8125, -37.03125 22.65625, -37.1875 22.65625))", @@ -142338,9 +108639,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -95.26879228730638, + -95.26879228730661, -595.0528075548681, - -712.3050670096711, + -712.3050670096713, -450.82174081369146, 146.0103590751453, 796.5724017813961, @@ -142348,9 +108649,9 @@ 577.3411714008405 ], "relative wind speed": [ - 1.598897162858018, + 1.5988971628580178, 1.0824148514459386, - 0.8793902708837954, + 0.8793902708837953, 1.262894992594051, 1.7762553512261527, 2.1307119231665808, @@ -142358,13 +108659,13 @@ 2.028953288726932 ], "relative wind angle": [ - 0.4344719297531456, + 0.43447192975314586, 0.38598746597245526, - 0.11022242837864886, + 0.11022242837864987, 0.44559517635029905, 0.3886091752297292, - 0.1924367106570489, - 0.04354352499768258, + 0.19243671065704893, + 0.04354352499768259, 0.27159375968108596 ], "resistance": [ @@ -142405,52 +108706,7 @@ "id": "2765", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 89.75077045427942, - 89.75077045427942, - 89.75077045427942, - 89.75077045427942, - 89.75077045427942, - 89.75077045427942, - 89.75077045427942, - 89.75077045427942 - ], - "relative wind speed": [ - 0.6379913577641676, - 0.6379913577641676, - 0.6379913577641676, - 0.6379913577641676, - 0.6379913577641676, - 0.6379913577641676, - 0.6379913577641676, - 0.6379913577641676 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 22.5, -37.1875 22.65625, -37.03125 22.65625, -37.03125 22.5, -37.1875 22.5))", @@ -142482,9 +108738,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -16.117310359978774, + -16.117310359979456, -567.9139474105798, - -731.5655959066457, + -731.5655959066466, -514.5895826853489, 73.22683467369825, 759.3942672937433, @@ -142492,9 +108748,9 @@ 677.9668155355562 ], "relative wind speed": [ - 1.671856069218599, + 1.6718560692185986, 1.1359475254805003, - 0.8556544596391222, + 0.8556544596391221, 1.2030839141087997, 1.7370038870809952, 2.1264779423432256, @@ -142502,9 +108758,9 @@ 2.089228162630927 ], "relative wind angle": [ - 0.431589482590552, + 0.43158948259055235, 0.42586089732257726, - 0.04175899937925357, + 0.04175899937926155, 0.4467555208260406, 0.41438362169472853, 0.2225088949942653, @@ -142512,7 +108768,7 @@ 0.25143246717579215 ], "resistance": [ - 96618.38268964006, + 96618.38268964004, 96066.58605258945, 95902.93440409338, 96119.91041731468, @@ -142522,7 +108778,7 @@ 97312.46681553559 ], "fuel": [ - 39.100380051418774, + 39.10038005141877, 38.816733325018, 38.73282731883471, 38.8440948417401, @@ -142562,9 +108818,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 112.7782989699158, + 112.77829896991568, -407.5124390665741, - -626.5699635430217, + -626.5699635430216, -513.3709808019644, -64.46460853108056, 529.30648909173, @@ -142574,7 +108830,7 @@ "relative wind speed": [ 1.647603954568944, 1.1600898023604416, - 0.8061657350413405, + 0.8061657350413403, 1.0171209969848898, 1.5081087400573274, 1.9087122395499625, @@ -142582,14 +108838,14 @@ 1.988581313509957 ], "relative wind angle": [ - 0.39864599728328165, + 0.398645997283282, 0.4515267611790337, - 0.09480442141326784, + 0.09480442141326549, 0.40233240502759876, 0.4379407186424804, 0.2684128975975952, 0.03664377073954664, - 0.20164190436190546 + 0.2016419043619055 ], "resistance": [ 96747.27829896995, @@ -142642,9 +108898,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -94.25982550732192, + -94.25982550732226, -419.6170859809456, - -477.9906186117361, + -477.9906186117362, -267.27906358076405, 162.08440358042435, 609.9061048387623, @@ -142652,7 +108908,7 @@ 374.51338508544154 ], "relative wind speed": [ - 1.2411821797471878, + 1.2411821797471876, 0.7836802344735898, 0.6463498742083381, 1.0326732933542087, @@ -142662,12 +108918,12 @@ 1.6291849749455014 ], "relative wind angle": [ - 0.4952237236801667, - 0.42709386922822, - 0.20371208751137332, + 0.4952237236801669, + 0.42709386922821996, + 0.20371208751137387, 0.5160212418184343, - 0.4109518755681628, - 0.18523727779017604, + 0.41095187556816254, + 0.18523727779017607, 0.07201200783649288, 0.318098228811658 ], @@ -142722,34 +108978,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -220.08811243633443, + -220.08811243633465, -610.228690158325, -645.4643798274444, - -327.8675760301236, - 250.2033200582839, + -327.8675760301235, + 250.20332005828368, 802.3948887402905, - 883.0490145040887, + 883.0490145040878, 380.15429103569545 ], "relative wind speed": [ 1.4799609700559841, 1.0401760858247622, 0.9808325123664058, - 1.3786727283948301, + 1.3786727283948303, 1.8298096147292762, 2.11104746737799, 2.1392651265632683, 1.907288443582959 ], "relative wind angle": [ - 0.40572944261554306, + 0.40572944261554367, 0.273262823843223, 0.19196420282177512, - 0.4066868166579854, - 0.3249135887987959, - 0.13337032100012086, - 0.08758612414026029, - 0.2899815098518649 + 0.4066868166579857, + 0.3249135887987963, + 0.1333703210001209, + 0.08758612414026157, + 0.28998150985186494 ], "resistance": [ 96414.41188756368, @@ -142802,19 +109058,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -0.5123019340999235, + -0.5123019341000372, -365.3396768347433, - -477.4228442450009, + -477.42284424500093, -342.56228831630136, 37.65242949708238, 487.220891598196, - 747.1193189405981, + 747.1193189405928, 452.4354195820622 ], "relative wind speed": [ 1.3606266961937843, 0.9273492119465621, - 0.6907543610888044, + 0.6907543610888043, 0.9628393537537691, 1.395053683551565, 1.7139145910715892, @@ -142822,14 +109078,14 @@ 1.6942314379237056 ], "relative wind angle": [ - 0.42885792518708543, + 0.428857925187086, 0.43016798587477845, 0.027334350337226854, 0.4438076989296733, - 0.41760294063841974, + 0.4176029406384201, 0.22759915956601104, - 0.010360838828994062, - 0.24650837333778752 + 0.010360838829004777, + 0.2465083733377875 ], "resistance": [ 96633.9876980659, @@ -142838,7 +109094,7 @@ 96291.9377116837, 96672.15242949709, 97121.72089159819, - 97381.6193189406, + 97381.61931894059, 97086.93541958206 ], "fuel": [ @@ -142882,19 +109138,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -123.26331704337076, + -123.2633170433711, -554.7473570735773, - -646.5551566917077, + -646.5551566917081, -410.1947534858059, - 117.17547644324145, + 117.17547644324168, 675.2241899963897, 885.8587012695011, 460.49041124617247 ], "relative wind speed": [ - 1.5959241619478017, + 1.5959241619478015, 1.1687235830088565, - 1.0244971875167783, + 1.024497187516778, 1.3354059716051485, 1.7712308162029562, 2.078056236360008, @@ -142902,13 +109158,13 @@ 1.9750755494302215 ], "relative wind angle": [ - 0.3620567057830552, + 0.3620567057830558, 0.2897293565324643, - 0.09097337320874142, + 0.09097337320874388, 0.356076370568445, - 0.32482374484882454, - 0.16137660247588284, - 0.043246735276421436, + 0.3248237448488242, + 0.16137660247588287, + 0.04324673527642144, 0.23793694341653904 ], "resistance": [ @@ -142962,33 +109218,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -11.059100235334768, + -11.059100235334881, -423.39813549091514, - -546.8717219308666, - -388.98460959853077, - 46.52438261488476, + -546.8717219308667, + -388.9846095985307, + 46.52438261488487, 556.269021293225, - 842.0563091009617, + 842.0563091009665, 503.9231209046143 ], "relative wind speed": [ 1.4575509055360907, 1.0021758216584442, - 0.7630579662025768, - 1.051388467874043, + 0.7630579662025766, + 1.0513884678740433, 1.5057811759328334, 1.8405094986187838, 1.9518130372137417, 1.8128468996702993 ], "relative wind angle": [ - 0.42013848480399774, + 0.42013848480399796, 0.412495844639169, 0.034510448468692334, - 0.43074301834534573, - 0.4058743793887236, - 0.22006439467054856, - 0.013489531968960628, + 0.4307430183453463, + 0.40587437938872356, + 0.22006439467054853, + 0.013489531968952398, 0.24459383476395996 ], "resistance": [ @@ -143042,19 +109298,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -181.2279753384098, + -181.22797533841026, -572.2734437934274, - -630.359742479952, + -630.3597424799525, -364.09208794786207, - 164.76595867676292, + 164.76595867676315, 689.916596811406, 822.9542003639042, 382.85135337351926 ], "relative wind speed": [ - 1.5750700001517741, + 1.575070000151774, 1.182358763212628, - 1.0941532989250113, + 1.0941532989250111, 1.4128232311514237, 1.823919606320035, 2.0998942808510725, @@ -143062,14 +109318,14 @@ 1.9522957647896464 ], "relative wind angle": [ - 0.34214160620150175, + 0.3421416062015021, 0.24001460953521808, 0.11997490326498565, - 0.33632981281755037, - 0.293944818007435, - 0.13425086881611012, + 0.3363298128175503, + 0.2939448180074346, + 0.13425086881611015, 0.06102791857324556, - 0.2411607317895469 + 0.24116073178954686 ], "resistance": [ 96453.2720246616, @@ -143122,33 +109378,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -59.14671805118087, + -59.146718051181324, -449.88011342787127, - -546.2968479752507, - -350.0077576819696, - 108.27470663598024, + -546.2968479752509, + -350.00775768196957, + 108.27470663598012, 614.9924850096595, - 837.740692813403, + 837.7406928134014, 462.2509769326755 ], "relative wind speed": [ - 1.3958590563994786, + 1.3958590563994784, 0.9298844236658976, - 0.7333019450320486, - 1.076609222110885, + 0.7333019450320485, + 1.0766092221108847, 1.5377809785284466, 1.857015832425747, 1.9430545799510017, 1.7759801311169403 ], "relative wind angle": [ - 0.44922125673043994, + 0.44922125673044044, 0.4133432162738067, - 0.10650004736208571, - 0.46600856235899446, - 0.4051818698524115, + 0.10650004736208675, + 0.46600856235899396, + 0.40518186985241184, 0.2025158020928616, - 0.04012757407238504, + 0.04012757407238781, 0.27586858734832 ], "resistance": [ @@ -143202,9 +109458,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -235.97106907659668, + -235.97106907659736, -624.396954561223, - -656.7242144185493, + -656.7242144185498, -336.31707450430326, 243.1173351151101, 790.3654036521523, @@ -143212,24 +109468,24 @@ 363.37238192708514 ], "relative wind speed": [ - 1.5360964727813478, + 1.5360964727813473, 1.1232500952004951, 1.072768388998626, 1.4463594477005597, - 1.8798309022636202, + 1.87983090226362, 2.1521305300628564, 2.17773381715072, 1.9497181701066142 ], "relative wind angle": [ - 0.37067664108196924, + 0.3706766410819695, 0.23801829999465463, - 0.17039327479552535, - 0.3693100525644557, - 0.3005107081830796, + 0.1703932747955273, + 0.36931005256445576, + 0.30051070818307957, 0.12337069647942384, 0.08362890087992365, - 0.2710880692830529 + 0.27108806928305285 ], "resistance": [ 96398.5289309234, @@ -143282,9 +109538,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 52.66755879589061, + 52.6675587958905, -364.7263253229028, - -514.793177984908, + -514.7931779849082, -391.16957186155713, 8.151674316355866, 507.9684383550789, @@ -143294,7 +109550,7 @@ "relative wind speed": [ 1.431992313902441, 0.9614347050248674, - 0.6521498541243647, + 0.6521498541243645, 0.9196581876357613, 1.3926468659037143, 1.7509170706120982, @@ -143302,14 +109558,14 @@ 1.7732163145261246 ], "relative wind angle": [ - 0.4462866430494459, - 0.4900473994679082, - 0.033556492816299924, + 0.4462866430494464, + 0.49004739946790815, + 0.03355649281630323, 0.47619689903961154, - 0.45984931245370414, + 0.4598493124537042, 0.2614124684511522, 0.011588748872385014, - 0.2400438050490035 + 0.24004380504900352 ], "resistance": [ 96687.1675587959, @@ -143362,19 +109618,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -115.66646460820903, + -115.6664646082096, -496.8489241065523, - -569.9703999273987, + -569.9703999273991, -337.8808287331468, - 149.78969214354697, + 149.78969214354686, 659.029422552578, 827.0304088890838, 418.8059544590393 ], "relative wind speed": [ - 1.4143567246351072, + 1.414356724635107, 0.9675828108687102, - 0.8293555138792835, + 0.8293555138792834, 1.1835321160322267, 1.6301386686933077, 1.929129474089581, @@ -143382,19 +109638,19 @@ 1.8047184694599923 ], "relative wind angle": [ - 0.42562928301037634, + 0.4256292830103769, 0.3483503963094261, - 0.14141138133599945, + 0.141411381336001, 0.43205471635308623, - 0.3663811285176645, - 0.17205554524385094, - 0.05869956629805774, - 0.2781815763244982 + 0.36638112851766486, + 0.17205554524385097, + 0.05869956629805773, + 0.27818157632449814 ], "resistance": [ 96518.83353539181, 96137.65107589346, - 96064.52960007262, + 96064.52960007261, 96296.61917126687, 96784.28969214356, 97293.52942255259, @@ -143404,7 +109660,7 @@ "fuel": [ 38.89878073515109, 38.70285708730461, - 38.66533524762839, + 38.665335247628384, 38.784499240325296, 39.03554168586812, 39.29863202837145, @@ -143442,9 +109698,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 79.57938876469746, + 79.57938876469711, -328.40532439164986, - -490.6753187384016, + -490.67531873840176, -388.3475722329181, -21.299763645762255, 455.01428323878633, @@ -143452,24 +109708,24 @@ 547.6413528399277 ], "relative wind speed": [ - 1.4229568525778016, + 1.4229568525778014, 0.9673204165609712, - 0.6409717999430778, - 0.8704438879179459, + 0.6409717999430777, + 0.870443887917946, 1.3315498332756532, 1.691780829333059, 1.8403766773332775, 1.7436050587162317 ], "relative wind angle": [ - 0.43555094177850734, - 0.4960867691838309, - 0.07932278197735212, - 0.46278702737269034, - 0.4677429967455382, + 0.4355509417785076, + 0.4960867691838308, + 0.07932278197735353, + 0.4627870273726906, + 0.46774299674553826, 0.27563554636581816, 0.027601313542232338, - 0.2247616114254114 + 0.22476161142541143 ], "resistance": [ 96714.0793887647, @@ -143522,7 +109778,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 18.5561934545932, + 18.556193454592744, -397.5108953109908, -533.7942754560243, -399.8935191169615, @@ -143532,7 +109788,7 @@ 520.1656129813599 ], "relative wind speed": [ - 1.470079825009785, + 1.4700798250097848, 1.0208762008346395, 0.7588204158523354, 1.017444970605981, @@ -143542,14 +109798,14 @@ 1.8102994718415808 ], "relative wind angle": [ - 0.41082597651331826, + 0.41082597651331887, 0.4201815456244507, - 0.002421140151560226, + 0.0024211401515602258, 0.4188917219600473, 0.41182647314879567, 0.23237192552982847, - 0.0009504341126079834, - 0.2306447493139316 + 0.0009504341126079835, + 0.23064474931393164 ], "resistance": [ 96653.05619345463, @@ -143602,9 +109858,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -20.37770128155603, + -20.377701281556256, -470.18616860962607, - -607.4408628275955, + -607.4408628275937, -457.2690354788375, 1.0970394532694172, 540.4184883935654, @@ -143612,9 +109868,9 @@ 521.2881762474285 ], "relative wind speed": [ - 1.6494524217830342, + 1.649452421783034, 1.2361798064218046, - 1.0244938154900163, + 1.024493815490016, 1.2511451969044511, 1.6653335042239186, 1.99145385540604, @@ -143622,12 +109878,12 @@ 1.9820859386715686 ], "relative wind angle": [ - 0.33472078977047315, + 0.3347207897704735, 0.31008503345481825, - 0.008201483808815703, - 0.31623147797079637, + 0.008201483808802167, + 0.3162314779707963, 0.33140590009869797, - 0.19056438291013394, + 0.19056438291013392, 0.003985561013914162, 0.1975864513370113 ], @@ -143682,7 +109938,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -57.943816336850205, + -57.94381633685089, -588.5169608328266, -741.193203927533, -553.5650705607914, @@ -143692,7 +109948,7 @@ 586.2943729618346 ], "relative wind speed": [ - 1.895457235903213, + 1.8954572359032127, 1.4810814382216957, 1.2866427305939487, 1.514444637789881, @@ -143702,13 +109958,13 @@ 2.243504107756452 ], "relative wind angle": [ - 0.29299479661036015, + 0.2929947966103605, 0.2549190605608894, 0.014975026078810594, 0.2677927386788614, - 0.28723539548241434, - 0.16559905398409405, - 0.008090377411341797, + 0.2872353954824144, + 0.16559905398409408, + 0.008090377411341798, 0.17958038207003757 ], "resistance": [ @@ -143762,9 +110018,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 87.24839315481972, + 87.24839315481893, -338.13563930003556, - -520.4967663236232, + -520.4967663236234, -434.8045177424724, -73.88331403219706, 405.29543743366094, @@ -143772,9 +110028,9 @@ 550.3882898767902 ], "relative wind speed": [ - 1.5414905745604108, + 1.5414905745604104, 1.1270887350380314, - 0.8341462482856985, + 0.8341462482856984, 0.9945639041497754, 1.4066116807685323, 1.7562518598661838, @@ -143782,11 +110038,11 @@ 1.8345550557275232 ], "relative wind angle": [ - 0.35806648073139097, + 0.35806648073139163, 0.39457230476336835, - 0.08702084562057291, + 0.08702084562057419, 0.3390063919202782, - 0.39420005613343295, + 0.39420005613343323, 0.2492739153701691, 0.03790906260258413, 0.18127600617363754 @@ -143842,13 +110098,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 42.689354840512124, + 42.68935484051167, -445.8565293353739, -631.8401031918531, -514.0663900096544, -70.66223320729273, 488.9152101909822, - 860.5918603409616, + 860.5918603409575, 589.5542113260944 ], "relative wind speed": [ @@ -143862,14 +110118,14 @@ 2.0590375691345995 ], "relative wind angle": [ - 0.31163748460963664, - 0.3112130343961729, + 0.3116374846096374, + 0.31121303439617287, 0.0394235260441244, 0.28021168526341395, 0.3273847241917889, - 0.20485478431574144, - 0.019839178908181612, - 0.17010353627748445 + 0.20485478431574147, + 0.01983917890818721, + 0.17010353627748442 ], "resistance": [ 96677.18935484054, @@ -143878,7 +110134,7 @@ 96120.43360999037, 96563.83776679274, 97123.41521019101, - 97495.091860341, + 97495.09186034098, 97224.05421132612 ], "fuel": [ @@ -143888,7 +110144,7 @@ 38.9169126240776, 39.14484047222905, 39.43353034619499, - 39.6259248755953, + 39.625924875595295, 39.485574322803416 ] }, @@ -143922,9 +110178,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 151.7621590059805, + 151.76215900598004, -277.5449765835941, - -484.94763380119093, + -484.947633801191, -422.66244302517896, -91.99760849945505, 378.86605273613407, @@ -143932,9 +110188,9 @@ 602.0626268016455 ], "relative wind speed": [ - 1.4843144128319727, + 1.4843144128319725, 1.043619811963795, - 0.6706871643543878, + 0.6706871643543877, 0.8122387283827134, 1.263293726062129, 1.6461950074414982, @@ -143942,11 +110198,11 @@ 1.7718263353285766 ], "relative wind angle": [ - 0.40384904934322685, + 0.40384904934322713, 0.4983463203070538, 0.1831711983483314, 0.4130759235286295, - 0.47992363910718533, + 0.4799236391071853, 0.30785543730809756, 0.06680259024451406, 0.1850771748964917 @@ -144002,19 +110258,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 108.88752527562701, - -280.036560741205, - -450.71092478809146, + 108.88752527562656, + -280.03656074120505, + -450.7109247880916, -372.1553078755138, -46.390129841121734, 395.6811754483916, - 721.0829214878796, + 721.0829214878785, 538.6017990107806 ], "relative wind speed": [ - 1.3884607187131737, + 1.3884607187131734, 0.9486293066992033, - 0.6003925726265567, + 0.6003925726265565, 0.7909063339791921, 1.2408919541250423, 1.6024164401594103, @@ -144022,13 +110278,13 @@ 1.6858538430401857 ], "relative wind angle": [ - 0.4333526545251199, - 0.5189716587026288, + 0.43335265452512045, + 0.518971658702629, 0.1376148561733239, 0.4641087135979975, 0.48912417859910057, 0.29801595687030213, - 0.04674175429335985, + 0.04674175429336223, 0.21157551174078024 ], "resistance": [ @@ -144069,52 +110325,7 @@ "id": "2786", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 68.15574121500381, - 68.15574121500381, - 68.15574121500381, - 68.15574121500381, - 68.15574121500381, - 68.15574121500381, - 68.15574121500381, - 68.15574121500381 - ], - "relative wind speed": [ - 0.5559643262304099, - 0.5559643262304099, - 0.5559643262304099, - 0.5559643262304099, - 0.5559643262304099, - 0.5559643262304099, - 0.5559643262304099, - 0.5559643262304099 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 22.5, -36.09375 22.65625, -35.9375 22.65625, -35.9375 22.5, -36.09375 22.5))", @@ -144133,52 +110344,7 @@ "id": "2787", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 71.41743973073122, - 71.41743973073122, - 71.41743973073122, - 71.41743973073122, - 71.41743973073122, - 71.41743973073122, - 71.41743973073122, - 71.41743973073122 - ], - "relative wind speed": [ - 0.5691121291616194, - 0.5691121291616194, - 0.5691121291616194, - 0.5691121291616194, - 0.5691121291616194, - 0.5691121291616194, - 0.5691121291616194, - 0.5691121291616194 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.9375 22.65625, -35.9375 22.8125, -35.78125 22.8125, -35.78125 22.65625, -35.9375 22.65625))", @@ -144210,19 +110376,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 163.40602973097975, + 163.40602973097953, -216.31375972775834, - -410.7018939801693, + -410.7018939801694, -370.7123397666184, - -97.68161690191243, + -97.68161690191255, 308.63493122366447, 641.3624020637898, 548.6934207699104 ], "relative wind speed": [ - 1.3884612203192954, + 1.3884612203192952, 0.9756338343022148, - 0.597249693346557, + 0.5972496933465569, 0.7007105403791827, 1.1296288978669493, 1.5006747244461085, @@ -144230,11 +110396,11 @@ 1.6470855308174372 ], "relative wind angle": [ - 0.4079155778296805, - 0.5278438050967342, - 0.24375524099372736, + 0.4079155778296808, + 0.5278438050967343, + 0.2437552409937274, 0.42285404645225244, - 0.5093296495112627, + 0.5093296495112629, 0.3336058466923916, 0.08553087261425074, 0.1754784243868232 @@ -144292,7 +110458,7 @@ "wind resistance": [ 80.58904301587711, -349.69316773046035, - -525.5722610392161, + -525.5722610392163, -426.6396884981149, -48.07656571037296, 445.792887375865, @@ -144302,22 +110468,22 @@ "relative wind speed": [ 1.5085210202229178, 1.0689727324166007, - 0.7615603230043353, + 0.7615603230043351, 0.9576474851129787, 1.3987742112890524, 1.7576980002183227, 1.9110810650119572, - 1.8207460714988486 + 1.8207460714988488 ], "relative wind angle": [ - 0.39139451550285664, + 0.3913945155028569, 0.4336600369084148, - 0.07855732655153709, + 0.0785573265515385, 0.39064408089075603, - 0.42399866452222834, + 0.4239986645222283, 0.2584148517110803, 0.03127778045407112, - 0.2016425072216643 + 0.20164250722166485 ], "resistance": [ 96715.08904301588, @@ -144370,9 +110536,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 335.7175397409559, + 335.71753974095554, -93.53007919141169, - -390.548530391241, + -390.5485303912411, -441.8516536611349, -246.25086550424606, 148.77441566112884, @@ -144380,9 +110546,9 @@ 675.9548991288041 ], "relative wind speed": [ - 1.5669708461759224, + 1.566970846175922, 1.1978215623567248, - 0.768700594339873, + 0.7687005943398728, 0.646607307820153, 1.0087622979382338, 1.4276633045855753, @@ -144390,14 +110556,14 @@ 1.7478266492934835 ], "relative wind angle": [ - 0.3126043647024365, + 0.3126043647024366, 0.48137738872759905, 0.4043294812839911, 0.19757126215354662, 0.49805405538893355, 0.3989611687904871, - 0.17908687538710316, - 0.07268074379397504 + 0.1790868753871032, + 0.07268074379397506 ], "resistance": [ 96970.21753974096, @@ -144450,19 +110616,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 307.84864687666845, + 307.848646876668, -247.42851441525727, - -588.8293461255473, + -588.8293461255474, -597.9257365784842, -275.37218439981484, 274.224654411792, - 774.3571764951773, + 774.3571764951771, 795.1616464373567 ], "relative wind speed": [ 1.8331604802042543, 1.4158559077730897, - 1.0119267409069819, + 1.0119267409069816, 0.9964805318611399, 1.3891556953350728, 1.812617703899143, @@ -144470,13 +110636,13 @@ 2.07298274032523 ], "relative wind angle": [ - 0.29555429842351744, - 0.3944871674028886, + 0.2955542984235178, + 0.39448716740288864, 0.23499722468265272, 0.21330847561287378, 0.39452153527156986, 0.30491091013007926, - 0.1143223712971561, + 0.11432237129715611, 0.10193778843818613 ], "resistance": [ @@ -144517,68 +110683,7 @@ "id": "2792", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.094902000093422, - 10.094902000093422, - 10.094902000093422, - 10.094902000093422, - 10.094902000093422, - 10.094902000093422, - 10.094902000093422, - 10.094902000093422 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -996.5856473152735, - -1069.1047678280088, - -643.0249068955768, - 197.71657919163, - 995.1060155554655, - 1163.9927861873534, - 488.8297307753023, - -393.39469906337445 - ], - "relative wind speed": [ - 2.398808554608546, - 2.3428660304942497, - 2.598120893701317, - 2.9663302313648847, - 3.2303965751820716, - 3.271196001123644, - 3.0723789376188395, - 2.718571219060106 - ], - "relative wind angle": [ - 0.10011664086328756, - 0.05362325256183155, - 0.1613324079383328, - 0.15728680590459124, - 0.07428819291083863, - 0.038396585729291416, - 0.13625903136644657, - 0.17175775548025446 - ], - "resistance": [ - 95637.91435268475, - 95565.395232172, - 95991.47509310444, - 96832.21657919165, - 97629.60601555547, - 97798.49278618737, - 97123.32973077532, - 96241.10530093664 - ], - "fuel": [ - 40.60297830650354, - 40.565900333003356, - 40.784029058945066, - 41.21642260816128, - 41.628950456342835, - 41.71662731439042, - 41.366755210671414, - 40.912139397647834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 21.40625, -39.53125 21.5625, -39.375 21.5625, -39.375 21.40625, -39.53125 21.40625))", @@ -144597,68 +110702,7 @@ "id": "2793", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.905603306796383, - 8.905603306796383, - 8.905603306796383, - 8.905603306796383, - 8.905603306796383, - 8.905603306796383, - 8.905603306796383, - 8.905603306796383 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -749.1282851753588, - -903.7772063979671, - -674.6932247171376, - -19.731920001457183, - 706.5540527465805, - 1066.877056698057, - 599.6997136015343, - -143.94530674566704 - ], - "relative wind speed": [ - 2.147601171381753, - 2.0118311712852046, - 2.195954516454437, - 2.546096336546222, - 2.838309617186592, - 2.936107561479888, - 2.8010669460042426, - 2.4870837781144566 - ], - "relative wind angle": [ - 0.14277394124876558, - 0.014920738304838983, - 0.15915850321043118, - 0.1825343210434316, - 0.10787204998388855, - 0.01022354082691334, - 0.12457141915919745, - 0.18691596272324473 - ], - "resistance": [ - 95885.37171482467, - 95730.72279360206, - 95959.8067752829, - 96614.76807999857, - 97341.05405274661, - 97701.37705669808, - 97234.19971360156, - 96490.55469325437 - ], - "fuel": [ - 40.06979960817931, - 39.99061109015121, - 40.107946065220446, - 40.44448925579292, - 40.8195481233058, - 41.00634975074389, - 40.76424469155133, - 40.38054119551616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 21.25, -39.6875 21.40625, -39.53125 21.40625, -39.53125 21.25, -39.6875 21.25))", @@ -144677,68 +110721,7 @@ "id": "2794", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.081270929168707, - 7.081270929168707, - 7.081270929168707, - 7.081270929168707, - 7.081270929168707, - 7.081270929168707, - 7.081270929168707, - 7.081270929168707 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -587.0691364754102, - -720.8595016385565, - -535.262498532486, - -3.518026157828217, - 594.8481493022853, - 904.5300746467235, - 519.8071114470501, - -89.67875097847696 - ], - "relative wind speed": [ - 1.6408457378000005, - 1.4877412476749687, - 1.685057683010818, - 2.0503126518508585, - 2.3467502323926013, - 2.4466788445682206, - 2.315208844449539, - 1.9989570826186975 - ], - "relative wind angle": [ - 0.19651501979382352, - 0.01776604052696589, - 0.2139396592086019, - 0.23606028361558026, - 0.1369481335441506, - 0.010802559968687928, - 0.15514634428310053, - 0.2422448098390286 - ], - "resistance": [ - 96047.43086352457, - 95913.64049836143, - 96099.2375014675, - 96630.98197384215, - 97229.34814930227, - 97539.03007464671, - 97154.30711144704, - 96544.82124902151 - ], - "fuel": [ - 39.32179663763674, - 39.25320294410621, - 39.34837554746847, - 39.62175938374394, - 39.930653315261694, - 40.09104327530993, - 39.8918418960911, - 39.577390457260286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 21.25, -39.53125 21.40625, -39.375 21.40625, -39.375 21.25, -39.53125 21.25))", @@ -144757,68 +110740,7 @@ "id": "2795", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4302667306262435, - 6.4302667306262435, - 6.4302667306262435, - 6.4302667306262435, - 6.4302667306262435, - 6.4302667306262435, - 6.4302667306262435, - 6.4302667306262435 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -421.56058059927204, - -625.6391550923643, - -537.4252799919645, - -131.31291299445115, - 403.0859299131789, - 774.7329569194301, - 571.3012644183557, - 61.3094893521486 - ], - "relative wind speed": [ - 1.5537682026388429, - 1.331006418565116, - 1.4438959408635559, - 1.7805802131396105, - 2.095834377876245, - 2.2439116027058437, - 2.172989157583901, - 1.90689576841398 - ], - "relative wind angle": [ - 0.23983706164450813, - 0.04899963685693287, - 0.19296282504696247, - 0.25943354009690894, - 0.17702914590436314, - 0.029057254783298014, - 0.12777204177819115, - 0.24189199216026372 - ], - "resistance": [ - 96212.93941940072, - 96008.86084490763, - 96097.07472000802, - 96503.18708700553, - 97037.58592991317, - 97409.23295691941, - 97205.80126441835, - 96695.80948935213 - ], - "fuel": [ - 39.16325702517638, - 39.058527899018316, - 39.103778515271216, - 39.312473384130215, - 39.58802780451805, - 39.78028828462696, - 39.67498531178062, - 39.411673633368544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 21.40625, -39.375 21.5625, -39.21875 21.5625, -39.21875 21.40625, -39.375 21.40625))", @@ -144837,68 +110759,7 @@ "id": "2796", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.796061369035321, - 7.796061369035321, - 7.796061369035321, - 7.796061369035321, - 7.796061369035321, - 7.796061369035321, - 7.796061369035321, - 7.796061369035321 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -457.28196130307424, - -739.4128807803597, - -675.2440240930362, - -240.156221712959, - 377.352532019298, - 839.4875041153032, - 690.7341870591777, - 123.33906648550419 - ], - "relative wind speed": [ - 1.9711663965896937, - 1.7429582113654523, - 1.8082861254191405, - 2.108455208790984, - 2.4240992488723427, - 2.5930389131020766, - 2.547911972585491, - 2.305682277320538 - ], - "relative wind angle": [ - 0.18983440245683647, - 0.0576943487321398, - 0.12743679803860758, - 0.20320986080847944, - 0.15404771567723394, - 0.03876850466939021, - 0.09032169958850768, - 0.18561507813757075 - ], - "resistance": [ - 96177.21803869691, - 95895.08711921962, - 95959.25597590696, - 96394.34377828703, - 97011.85253201929, - 97473.98750411528, - 97325.23418705916, - 96757.8390664855 - ], - "fuel": [ - 39.68790319720584, - 39.543197608451706, - 39.576083938661895, - 39.79946916519794, - 40.11772329982039, - 40.35682856433894, - 40.279777951640824, - 39.98663703546316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 21.40625, -39.21875 21.5625, -39.0625 21.5625, -39.0625 21.40625, -39.21875 21.40625))", @@ -144917,68 +110778,7 @@ "id": "2797", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.272711974334956, - 7.272711974334956, - 7.272711974334956, - 7.272711974334956, - 7.272711974334956, - 7.272711974334956, - 7.272711974334956, - 7.272711974334956 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -275.28756135381377, - -655.0714763971741, - -686.3056012041202, - -379.7001236609799, - 183.58734700544642, - 702.834862100472, - 774.9956313716771, - 306.03510581509363 - ], - "relative wind speed": [ - 1.9309581067178443, - 1.6368795343621052, - 1.6023016091569258, - 1.8596228756934146, - 2.197730815097627, - 2.424715516409201, - 2.4477029024826864, - 2.258411544809049 - ], - "relative wind angle": [ - 0.22122777669630175, - 0.12447551200313339, - 0.08516874213619302, - 0.2145810206555813, - 0.19400704448662717, - 0.0839126725304206, - 0.05571412749477996, - 0.1762486962274673 - ], - "resistance": [ - 96359.21243864624, - 95979.42852360288, - 95948.19439879594, - 96254.79987633908, - 96818.08734700551, - 97337.33486210053, - 97409.49563137174, - 96940.53510581516 - ], - "fuel": [ - 39.55881883964554, - 39.363838615824946, - 39.347826970090395, - 39.50516016638945, - 39.79512020785015, - 40.06345587813221, - 40.10082637368035, - 39.85830811283733 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 21.25, -39.375 21.40625, -39.21875 21.40625, -39.21875 21.25, -39.375 21.25))", @@ -144997,68 +110797,7 @@ "id": "2798", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.344660281927217, - 5.344660281927217, - 5.344660281927217, - 5.344660281927217, - 5.344660281927217, - 5.344660281927217, - 5.344660281927217, - 5.344660281927217 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -241.35227890831004, - -487.814448585637, - -476.2654510262292, - -204.6027101879015, - 229.4625828150373, - 599.720440506269, - 573.2751414335434, - 185.80453074386412 - ], - "relative wind speed": [ - 1.358232937117322, - 1.0646285619007934, - 1.083323430400415, - 1.3934637056013315, - 1.7285588242268952, - 1.9233508118562408, - 1.9128833381647952, - 1.7002856293737294 - ], - "relative wind angle": [ - 0.31325163819589297, - 0.1507095417580042, - 0.17863541083172954, - 0.3152643749100511, - 0.24456564801047315, - 0.08320247717271688, - 0.10080003377548441, - 0.25693266590796104 - ], - "resistance": [ - 96393.1477210917, - 96146.68555141437, - 96158.23454897376, - 96429.8972898121, - 96863.96258281503, - 97234.22044050627, - 97207.77514143354, - 96820.30453074386 - ], - "fuel": [ - 38.911928595851705, - 38.78530320539784, - 38.79123171069048, - 38.93082886370003, - 39.154448451198924, - 39.345750120083046, - 39.33206967243024, - 39.13192520265997 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 21.25, -39.21875 21.40625, -39.0625 21.40625, -39.0625 21.25, -39.21875 21.25))", @@ -145077,68 +110816,7 @@ "id": "2799", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.804285602287023, - 5.804285602287023, - 5.804285602287023, - 5.804285602287023, - 5.804285602287023, - 5.804285602287023, - 5.804285602287023, - 5.804285602287023 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -43.46354331401494, - -444.3253817343033, - -560.126314941803, - -420.9041194737372, - -4.554769462502691, - 475.5699256130972, - 742.9350395637478, - 441.330660340647 - ], - "relative wind speed": [ - 1.6649521931152096, - 1.3104726068566233, - 1.143749848299827, - 1.3357509512988202, - 1.6931230291734134, - 1.980250727548132, - 2.0810016054272094, - 1.9632882603888806 - ], - "relative wind angle": [ - 0.28533381891304, - 0.2474768623349347, - 0.012825207522218742, - 0.2587297923830927, - 0.2804566154228313, - 0.16282494258456662, - 0.007048792492815977, - 0.1749644118022134 - ], - "resistance": [ - 96591.036456686, - 96190.17461826571, - 96074.3736850582, - 96213.59588052628, - 96629.94523053752, - 97110.0699256131, - 97377.43503956376, - 97075.83066034067 - ], - "fuel": [ - 39.149901022456774, - 38.943769364783535, - 38.88433338453218, - 38.95579662721107, - 39.16994057433917, - 39.41768735740099, - 39.556020945843386, - 39.39999131826469 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 21.40625, -38.75 21.5625, -38.59375 21.5625, -38.59375 21.40625, -38.75 21.40625))", @@ -145170,19 +110848,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3.553701776628259, + 3.5537017766273493, -571.2180615073534, - -767.663988980381, + -767.663988980383, -610.5080961519387, -61.71513785870343, 606.3658696632194, - 1026.5130092778347, + 1026.5130092778456, 663.9298219731361 ], "relative wind speed": [ - 1.9631548098027167, + 1.9631548098027163, 1.5358296050570897, - 1.3011104532988864, + 1.3011104532988862, 1.4987962594512994, 1.922249766793618, 2.278211666509467, @@ -145190,13 +110868,13 @@ 2.302744177246889 ], "relative wind angle": [ - 0.2889844010317183, + 0.28898440103171863, 0.2707055476418196, - 0.016415487803148898, + 0.016415487803155663, 0.25667576010186544, 0.29531703258147285, 0.18126319984768643, - 0.008825689462936413, + 0.008825689462923832, 0.16599646420862085 ], "resistance": [ @@ -145250,19 +110928,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 160.6032987298047, + 160.60329872980424, -400.1339032985927, - -664.1135798823923, + -664.1135798823924, -577.7635184955016, - -135.55423693145588, + -135.554236931456, 479.6942691530412, 944.7562325115225, 746.5718063258416 ], "relative wind speed": [ - 1.7703246247349194, + 1.7703246247349191, 1.3007974679307788, - 0.9384328748205909, + 0.9384328748205907, 1.0840264935279722, 1.550147272211986, 1.9608497621985135, @@ -145270,11 +110948,11 @@ 2.088514401151819 ], "relative wind angle": [ - 0.352887113462061, + 0.3528871134620613, 0.40823824099177286, 0.12658148495636234, 0.32765343743457975, - 0.40573852559873624, + 0.4057385255987365, 0.266502481124643, 0.05492987833565006, 0.16782591206556882 @@ -145330,32 +111008,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 95.30710153929817, + 95.30710153929795, -359.45129737793513, -561.2069541211769, - -480.3765067033683, + -480.37650670336825, -105.76487283904726, 398.3804121013188, 763.1020674350782, 577.6256383835391 ], "relative wind speed": [ - 1.6569834030708162, + 1.656983403070816, 1.2564341346244698, 0.9751097592358972, 1.1090448311550085, - 1.5008443210968168, + 1.500844321096817, 1.8491892654812718, 2.0117874220860457, 1.9411716144403786 ], "relative wind angle": [ - 0.31873710822207146, + 0.31873710822207185, 0.3455957116962995, - 0.08489389741063912, - 0.28207039810790846, + 0.08489389741063913, + 0.2820703981079084, 0.35327078805415385, - 0.23225139711186935, + 0.23225139711186932, 0.04111009109404146, 0.15970408729478197 ], @@ -145410,9 +111088,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 232.0674799580247, + 232.06747995802414, -239.8775525645542, - -509.38714236236075, + -509.3871423623609, -492.86666803215473, -189.90320096967662, 292.62579205201564, @@ -145420,9 +111098,9 @@ 673.2519685109978 ], "relative wind speed": [ - 1.633526787764013, + 1.6335267877640127, 1.2213457682806341, - 0.8361614559417928, + 0.8361614559417926, 0.8689639970769019, 1.2754286964720083, 1.6743484226498042, @@ -145430,10 +111108,10 @@ 1.8814966643369406 ], "relative wind angle": [ - 0.3345957064142386, - 0.4359269846901285, - 0.23279487183306952, - 0.2833165890933815, + 0.33459570641423897, + 0.4359269846901286, + 0.23279487183306954, + 0.2833165890933814, 0.4340928896718409, 0.3130995392930143, 0.10190091857470623, @@ -145490,13 +111168,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 521.8076684113748, + 521.8076684113744, -37.64178377520807, -456.64016034310754, -565.5308715184942, - -362.77423534919876, + -362.7742353491987, 124.08369876007384, - 671.1440321390237, + 671.1440321390239, 924.9648171333035 ], "relative wind speed": [ @@ -145510,14 +111188,14 @@ 1.9753421728555212 ], "relative wind angle": [ - 0.296520803897834, - 0.4973812939787452, - 0.4910522510762962, + 0.2965208038978351, + 0.49738129397874525, + 0.4910522510762964, 0.1205856869752285, - 0.5345472303194694, + 0.5345472303194693, 0.4492533534083644, - 0.2237028374107625, - 0.039224686106000856 + 0.223702837410762, + 0.03922468610600085 ], "resistance": [ 97156.30766841135, @@ -145570,9 +111248,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 540.8801233292447, + 540.8801233292443, -70.37348476536283, - -524.1871030461223, + -524.1871030461225, -633.9408503444212, -399.522379486245, 139.00354720591213, @@ -145580,9 +111258,9 @@ 986.5014890322018 ], "relative wind speed": [ - 1.9060542111146601, + 1.90605421111466, 1.488287860757026, - 0.9745464394764143, + 0.9745464394764141, 0.7605490245834139, 1.1482982674028053, 1.6542765216708748, @@ -145590,14 +111268,14 @@ 2.091218962192489 ], "relative wind angle": [ - 0.28535756010171215, - 0.46479045249223044, - 0.4306903489658989, + 0.2853575601017122, + 0.4647904524922304, + 0.4306903489658992, 0.1208653875685871, - 0.4861905798967402, + 0.48619057989674014, 0.41507650010974456, 0.20481663430123234, - 0.04386428179798127 + 0.04386428179798126 ], "resistance": [ 97175.38012332928, @@ -145650,9 +111328,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 590.3472053784349, + 590.3472053784335, 55.52334709303011, - -395.1831353391497, + -395.18313533914994, -557.300173963552, -424.40862568517605, 6.367527138617561, @@ -145660,9 +111338,9 @@ 899.6121823910305 ], "relative wind speed": [ - 1.8460522706152902, + 1.8460522706152898, 1.493118041358844, - 1.0074603076651143, + 1.007460307665114, 0.6899472182225875, 0.9634641874322116, 1.4514719221800358, @@ -145670,7 +111348,7 @@ 1.9647251874944733 ], "relative wind angle": [ - 0.23757145598079013, + 0.23757145598079063, 0.44113777401647225, 0.4821296341640344, 0.03348954662613786, @@ -145730,19 +111408,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 485.7796375682967, + 485.7796375682965, -43.63115174479492, - -438.8723627454354, + -438.8723627454355, -539.2659289031072, -342.47418234581966, 118.94022293915214, - 635.5123668150648, + 635.5123668150645, 868.9662934564267 ], "relative wind speed": [ 1.7583540241591877, 1.366365156957236, - 0.8724272025105868, + 0.8724272025105867, 0.6497017193995357, 1.0239602265346914, 1.507763137119028, @@ -145750,14 +111428,14 @@ 1.928261158559979 ], "relative wind angle": [ - 0.2937060385974621, + 0.2937060385974628, 0.4882047271524071, - 0.47281327504232795, + 0.47281327504232823, 0.12192478084930627, 0.5202934067160112, 0.43902203092729963, - 0.21784645501216077, - 0.04099068986221129 + 0.2178464550121613, + 0.040990689862211285 ], "resistance": [ 97120.27963756832, @@ -145810,34 +111488,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 721.9671471548077, + 721.9671471548065, 28.361535524126793, - -552.8151409998253, - -747.1811454509334, + -552.8151409998255, + -747.181145450932, -566.6572664574244, 5.2407800916043925, - 701.0310936412241, - 1139.8578405793746 + 701.0310936412245, + 1139.85784057933 ], "relative wind speed": [ - 2.15141953103269, + 2.1514195310326896, 1.7579756698901123, - 1.2391856642664791, - 0.9352816362686717, + 1.239185664266479, + 0.9352816362686716, 1.2227408658911803, 1.7416149883667291, - 2.141989755602411, - 2.291058594730355 + 2.1419897556024114, + 2.2910585947303552 ], "relative wind angle": [ - 0.22170090755329747, + 0.2217009075532985, 0.39587375457124885, - 0.40268349667218223, - 0.00948747331224087, + 0.40268349667218284, + 0.009487473312229168, 0.39726342384929336, - 0.39980308716735347, - 0.2287042599524188, - 0.0038730343469028194 + 0.3998030871673535, + 0.2287042599524193, + 0.0038730343469601503 ], "resistance": [ 97356.46714715482, @@ -145847,7 +111525,7 @@ 96067.8427335426, 96639.74078009161, 97335.53109364124, - 97774.3578405794 + 97774.35784057934 ], "fuel": [ 39.546101756652334, @@ -145857,7 +111535,7 @@ 38.88192191784337, 39.1759256786729, 39.5352615649582, - 39.76281682693353 + 39.7628168269335 ] }, { @@ -145890,17 +111568,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 741.6563632580185, - 96.0016738741158, + 741.6563632580178, + 96.00167387411602, -482.60090182034423, -716.9568011849199, -584.2481623903084, -73.53559320420709, - 588.7089640913712, + 588.7089640913714, 1047.2127438033729 ], "relative wind speed": [ - 2.138984181427259, + 2.1389841814272588, 1.7837786169870662, 1.290656127777952, 0.956624031304025, @@ -145910,13 +111588,13 @@ 2.2427053870760094 ], "relative wind angle": [ - 0.19231063909374826, - 0.3691844861086981, - 0.3990621427058101, + 0.19231063909374882, + 0.36918448610869803, + 0.39906214270581036, 0.068553552834951, - 0.3568536349422131, + 0.35685363494221317, 0.397639750578887, - 0.24487069810522666, + 0.24487069810522621, 0.029222718910485678 ], "resistance": [ @@ -145970,7 +111648,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 665.781895010878, + 665.7818950108777, 41.81472445031761, -481.55595196004913, -661.8480528690144, @@ -145990,14 +111668,14 @@ 2.1472253888122883 ], "relative wind angle": [ - 0.23011707221483185, + 0.23011707221483232, 0.41774056455929875, 0.4386419978898489, 0.017378985728145085, - 0.42987937574416235, + 0.4298793757441624, 0.42490014771379236, 0.24219739988792444, - 0.006623672426613786 + 0.006623672426613785 ], "resistance": [ 97300.28189501089, @@ -146050,9 +111728,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 736.3716006762561, + 736.371600676255, 209.60328475265123, - -317.3862283097419, + -317.38622830974225, -590.4893403459499, -537.8954696016974, -158.95460276649794, @@ -146062,7 +111740,7 @@ "relative wind speed": [ 1.9835776128530793, 1.6910303470855519, - 1.2317272391057237, + 1.2317272391057235, 0.8328646148188149, 0.9335451083911447, 1.3951713087820694, @@ -146070,13 +111748,13 @@ 2.0279110308383013 ], "relative wind angle": [ - 0.1579857450120011, - 0.36408546311287177, - 0.45339213201227857, + 0.15798574501200324, + 0.3640854631128718, + 0.4533921320122788, 0.19432107945532934, - 0.34085201346572147, + 0.3408520134657215, 0.4462746877465613, - 0.30206683239132665, + 0.3020668323913267, 0.0793898669509303 ], "resistance": [ @@ -146117,68 +111795,7 @@ "id": "2812", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.7840448689297315, - 5.7840448689297315, - 5.7840448689297315, - 5.7840448689297315, - 5.7840448689297315, - 5.7840448689297315, - 5.7840448689297315, - 5.7840448689297315 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -375.168176048638, - -532.6785598800514, - -443.3460956586173, - -82.98950094131283, - 374.96656625988066, - 680.2691503447738, - 474.2817410934731, - 30.300443187785277 - ], - "relative wind speed": [ - 1.369479032681259, - 1.1683697499996284, - 1.2966211112250026, - 1.624407127034073, - 1.9174541098942914, - 2.0462197369270756, - 1.9674543904318964, - 1.7068698164022391 - ], - "relative wind angle": [ - 0.2514289972503121, - 0.03659277661914988, - 0.21786638945890754, - 0.2737145747671298, - 0.17863748994020376, - 0.020890943916242098, - 0.14293458162338252, - 0.2601756848652186 - ], - "resistance": [ - 96259.33182395133, - 96101.82144011992, - 96191.15390434135, - 96551.51049905866, - 97009.46656625986, - 97314.76915034474, - 97108.78174109344, - 96664.80044318776 - ], - "fuel": [ - 38.97300062086342, - 38.89212854015095, - 38.93798404026896, - 39.12326119901669, - 39.35941631014373, - 39.51728584586269, - 39.41073333441415, - 39.181609000373 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 21.09375, -39.53125 21.25, -39.375 21.25, -39.375 21.09375, -39.53125 21.09375))", @@ -146197,68 +111814,7 @@ "id": "2813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.280646243887735, - 5.280646243887735, - 5.280646243887735, - 5.280646243887735, - 5.280646243887735, - 5.280646243887735, - 5.280646243887735, - 5.280646243887735 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -245.66867936962092, - -462.86502507842937, - -441.1816063516407, - -176.12407622719263, - 231.2254557976189, - 566.4163256750958, - 516.7087746686254, - 148.80194036300827 - ], - "relative wind speed": [ - 1.3276922515726186, - 1.062642453554144, - 1.0977068692938348, - 1.3948644164453439, - 1.7080351467387354, - 1.8843942775558435, - 1.864186258528345, - 1.6536335861113163 - ], - "relative wind angle": [ - 0.29571667089244524, - 0.1268621068994128, - 0.18024402995101754, - 0.30040067822306327, - 0.22851488352318913, - 0.07140866480007901, - 0.1057581260495525, - 0.25226564400207613 - ], - "resistance": [ - 96388.83132063042, - 96171.63497492162, - 96193.3183936484, - 96458.37592377285, - 96865.72545579766, - 97200.91632567513, - 97151.20877466867, - 96783.30194036305 - ], - "fuel": [ - 38.89185244616898, - 38.78025468224226, - 38.79138796307103, - 38.92762229501568, - 39.137501509878796, - 39.310665396797646, - 39.28495943862558, - 39.094984510022684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 20.9375, -39.6875 21.09375, -39.53125 21.09375, -39.53125 20.9375, -39.6875 20.9375))", @@ -146290,34 +111846,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -418.21435221436036, + -418.21435221436093, -510.9830086014065, - -369.5708371111516, - 15.041440124904966, + -369.57083711115195, + 15.041440124905193, 444.2112772941791, 658.2805917590338, 373.3356342884665, -65.78562192492825 ], "relative wind speed": [ - 1.2772496025225994, + 1.277249602522599, 1.1413867658075392, - 1.330406065712945, - 1.6611222351131343, + 1.3304060657129448, + 1.6611222351131345, 1.9212647303415868, 2.004959092360259, 1.8848459914573583, 1.6010301781076497 ], "relative wind angle": [ - 0.22370610350138864, + 0.22370610350138861, 0.02730223071884038, - 0.24865690726629044, - 0.263013478325609, + 0.24865690726629047, + 0.26301347832560945, 0.14802159803957451, 0.015541358401651545, 0.17459544565322926, - 0.2731333306506534 + 0.2731333306506535 ], "resistance": [ 96216.28564778563, @@ -146370,34 +111926,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -183.54172278113538, + -183.54172278113606, -468.673526982821, - -492.15116697956694, + -492.151166979567, -257.9222663075733, - 166.67461638528437, + 166.67461638528414, 564.4620350008612, 618.210739834305, 255.16798461720816 ], "relative wind speed": [ - 1.3938140809451078, + 1.3938140809451072, 1.0690204731377861, - 1.0302307032089695, + 1.0302307032089693, 1.3214119573471133, - 1.6721087857570955, + 1.6721087857570953, 1.8962754841159515, 1.917626184065204, 1.729894772125459 ], "relative wind angle": [ - 0.325787442157205, - 0.20016274909107962, - 0.14170719070841145, + 0.3257874421572054, + 0.20016274909107964, + 0.14170719070841067, 0.3221153127962828, - 0.27005774510330194, + 0.2700577451033011, 0.11232530003770164, 0.07594961080637758, - 0.2442418152179023 + 0.24424181521790234 ], "resistance": [ 96450.95827721889, @@ -146450,9 +112006,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -363.2966135221693, + -363.29661352216954, -452.6435058113727, - -323.0977002728979, + -323.0977002728982, 26.740019848460292, 423.6071749766053, 629.3192427557177, @@ -146460,9 +112016,9 @@ -40.09253251312862 ], "relative wind speed": [ - 1.042659966458341, + 1.0426599664583407, 0.8813003201760278, - 1.0968100351867411, + 1.096810035186741, 1.4547590429937884, 1.726750658900992, 1.814419298102715, @@ -146470,12 +112026,12 @@ 1.3973130538636338 ], "relative wind angle": [ - 0.3003827423244711, + 0.3003827423244715, 0.03449874091906952, - 0.32622799122198387, + 0.3262279912219839, 0.32657956737858795, 0.17962851392098197, - 0.016754199579918246, + 0.01675419957991825, 0.20915526795543285, 0.34053787907536115 ], @@ -146530,9 +112086,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -124.36596677653165, + -124.36596677653199, -432.1827776867126, - -486.07988632187823, + -486.07988632187846, -295.4695841595907, 102.7940451570579, 507.371779130203, @@ -146540,9 +112096,9 @@ 306.3128306204263 ], "relative wind speed": [ - 1.4181899795442745, + 1.418189979544274, 1.080375310721998, - 0.9899328912627655, + 0.9899328912627654, 1.248685941124524, 1.601762370350088, 1.8465358640253018, @@ -146552,12 +112108,12 @@ "relative wind angle": [ 0.32618810701159606, 0.23662388683467897, - 0.09740097312572238, - 0.31714332789933886, + 0.09740097312572352, + 0.3171433278993388, 0.28766150335864504, 0.13758981192097197, 0.05078112475223023, - 0.2260856072415611 + 0.22608560724156107 ], "resistance": [ 96510.13403322351, @@ -146610,7 +112166,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -180.72410942382805, + -180.72410942382817, -433.5635377558743, -445.02112800849545, -216.55894563733136, @@ -146630,14 +112186,14 @@ 1.6140546039573846 ], "relative wind angle": [ - 0.35268250678027246, - 0.20810485736392417, - 0.1745847138213465, + 0.3526825067802731, + 0.20810485736392415, + 0.17458471382134652, 0.35145775705882243, 0.28195284231774703, 0.10991198134869958, 0.0897734584941825, - 0.2672821698381263 + 0.26728216983812625 ], "resistance": [ 96453.77589057617, @@ -146690,9 +112246,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -72.48805074614438, + -72.48805074614484, -448.7556202962286, - -546.3784159648427, + -546.3784159648434, -389.9104272046933, 25.273176064979225, 486.34237658538586, @@ -146702,7 +112258,7 @@ "relative wind speed": [ 1.6236228111181816, 1.2794459821039408, - 1.136967837953942, + 1.1369678379539419, 1.3434919888968242, 1.6952058680420334, 1.96796644958839, @@ -146710,14 +112266,14 @@ 1.9248125216751648 ], "relative wind angle": [ - 0.2862498502952657, + 0.2862498502952669, 0.2349378566922555, - 0.032761123366513815, + 0.0327611233665172, 0.2639415203255501, 0.2738434437708072, - 0.15192408382589084, - 0.018136025225956816, - 0.1831175276069253 + 0.15192408382589087, + 0.01813602522595682, + 0.18311752760692526 ], "resistance": [ 96562.0119492539, @@ -146757,68 +112313,7 @@ "id": "2820", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.029255604079541, - 5.029255604079541, - 5.029255604079541, - 5.029255604079541, - 5.029255604079541, - 5.029255604079541, - 5.029255604079541, - 5.029255604079541 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -23.84952177544278, - -365.6849345688835, - -467.5707188074761, - -349.93892804791756, - 2.317269167514155, - 413.01895160142703, - 648.0348061953332, - 389.7836844833828 - ], - "relative wind speed": [ - 1.4608693616342594, - 1.1085116902675534, - 0.9340992852488231, - 1.1287424650558817, - 1.4826154444847652, - 1.761672410105414, - 1.8600393472408274, - 1.748779087125077 - ], - "relative wind angle": [ - 0.32248666966680156, - 0.29216651072905386, - 0.01226306797362902, - 0.3017764356120952, - 0.31758953102590154, - 0.18224513875235915, - 0.006158315063156651, - 0.1930339937390932 - ], - "resistance": [ - 96610.65047822459, - 96268.81506543115, - 96166.92928119256, - 96284.5610719521, - 96636.81726916754, - 97047.51895160145, - 97282.53480619536, - 97024.28368448341 - ], - "fuel": [ - 38.93849358714589, - 38.76265208005667, - 38.71032573627923, - 38.77074233589637, - 38.95197180512943, - 39.1638534154029, - 39.285380786807494, - 39.15184955637429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 21.09375, -39.21875 21.25, -39.0625 21.25, -39.0625 21.09375, -39.21875 21.09375))", @@ -146850,34 +112345,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 225.71532637198175, + 225.7153263719813, -200.77133448080633, - -460.64919432311757, + -460.64919432311774, -464.58332031527743, - -212.97573147277285, - 211.0879577218758, + -212.97573147277308, + 211.0879577218759, 592.2388238019446, 601.2338741545277 ], "relative wind speed": [ 1.6306562383014194, 1.272121334966828, - 0.934257993645569, + 0.9342579936455688, 0.9270129122609237, - 1.259260448869358, - 1.6206430682664847, + 1.2592604488693577, + 1.620643068266485, 1.8362839232829293, 1.8399520934251283 ], "relative wind angle": [ - 0.2835224468598762, - 0.3708960710505855, - 0.211262712259699, - 0.19984057701570387, - 0.3706733600451819, - 0.2884902021934131, - 0.10689116021401898, - 0.10018325201013069 + 0.283522446859877, + 0.37089607105058553, + 0.21126271225969898, + 0.19984057701570385, + 0.37067336004518164, + 0.28849020219341387, + 0.106891160214019, + 0.1001832520101307 ], "resistance": [ 96860.215326372, @@ -146930,17 +112425,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 99.4298561547281, + 99.42985615472776, -281.715035995664, - -460.8877089979946, + -460.8877089979948, -403.9621542527718, - -103.87542737011677, + -103.87542737011665, 312.18771493256907, - 624.069183792964, + 624.069183792965, 493.57825013110016 ], "relative wind speed": [ - 1.51295349955673, + 1.5129534995567298, 1.1476001448674276, 0.8765071782024625, 0.981986754614113, @@ -146950,14 +112445,14 @@ 1.7649312434881679 ], "relative wind angle": [ - 0.317848814033472, + 0.3178488140334719, 0.35596025898924244, - 0.10601544663166977, + 0.10601544663167188, 0.27722799560393285, - 0.3611902058017384, - 0.2430131079021506, - 0.05099392351929703, - 0.15287290960962868 + 0.3611902058017381, + 0.24301310790215058, + 0.05099392351929486, + 0.1528729096096287 ], "resistance": [ 96733.92985615476, @@ -147010,11 +112505,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 411.58056861068644, + 411.580568610686, -31.341344017828646, - -375.2745451993484, + -375.27454519934844, -469.5951411516951, - -318.6806991271783, + -318.68069912717834, 63.364255013993784, 497.6886495353881, 715.5974055612344 @@ -147022,7 +112517,7 @@ "relative wind speed": [ 1.6652265752080793, 1.32735391461386, - 0.9053228892647089, + 0.9053228892647088, 0.7058083149490678, 0.9928915211511135, 1.413132939575135, @@ -147030,12 +112525,12 @@ 1.8057263752024442 ], "relative wind angle": [ - 0.25642137147168126, + 0.25642137147168215, 0.42759614171010507, - 0.4042552250354125, + 0.4042552250354128, 0.06641198386206106, - 0.43935891900118745, - 0.40010242181856565, + 0.43935891900118773, + 0.4001024218185657, 0.20922984137609862, 0.025942433033237292 ], @@ -147090,19 +112585,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 249.27117784594816, + 249.27117784594725, -176.2258910171047, - -447.9094793070538, + -447.90947930705397, -466.11456578104173, -232.77246116774108, 181.52574778171322, - 567.8750423561378, + 567.8750423561382, 609.5090247707064 ], "relative wind speed": [ - 1.6415941845745208, + 1.6415941845745203, 1.2914157167689257, - 0.9472822706797294, + 0.9472822706797293, 0.9137259635676456, 1.2316616352427332, 1.5950132592050419, @@ -147110,13 +112605,13 @@ 1.8376416174162105 ], "relative wind angle": [ - 0.2730420802900336, + 0.273042080290034, 0.36879895141231855, - 0.2297306567243937, + 0.2297306567243942, 0.17655772170532666, - 0.3676391990913199, - 0.29618984667049825, - 0.11876416023069226, + 0.36763919909131965, + 0.2961898466704983, + 0.11876416023069132, 0.08744536435091724 ], "resistance": [ @@ -147170,9 +112665,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 311.15318126278476, + 311.1531812627845, -146.41859607608512, - -459.71654610818626, + -459.71654610818655, -503.63434989407307, -282.95229337096475, 147.5798995691547, @@ -147182,7 +112677,7 @@ "relative wind speed": [ 1.7190765114465691, 1.3674702632245137, - 0.9979850749453035, + 0.9979850749453033, 0.9193474219315304, 1.2271809204056054, 1.6097273504576897, @@ -147190,14 +112685,14 @@ 1.9015776033080278 ], "relative wind angle": [ - 0.258680819981731, + 0.25868081998173187, 0.3691795450384493, - 0.2615919115041381, + 0.26159191150413846, 0.1401741357773216, 0.366490245366611, - 0.3115600346034685, + 0.3115600346034684, 0.1390976018497777, - 0.06759913658386356 + 0.06759913658386354 ], "resistance": [ 96945.65318126277, @@ -147250,40 +112745,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 426.8653502867319, + 426.8653502867312, -22.675403403678843, - -377.15591499754396, - -478.482514908981, + -377.1559149975441, + -478.48251490898133, -332.5790124175175, 51.879028651225894, 494.572295640422, 728.7530020265588 ], "relative wind speed": [ - 1.689437213979836, + 1.6894372139798357, 1.3541714312926707, - 0.9314123190225753, - 0.7221225439767801, + 0.9314123190225752, + 0.7221225439767802, 0.9991488138749339, 1.420815324705641, 1.7277058616039436, 1.825112457830514 ], "relative wind angle": [ - 0.24869866644046498, - 0.4196713974688019, - 0.4020645396369629, - 0.05031669764498525, - 0.4292590489956503, + 0.24869866644046543, + 0.41967139746880194, + 0.4020645396369632, + 0.05031669764498967, + 0.42925904899565054, 0.3988385355920414, 0.21255848685313583, - 0.01990117876422145 + 0.019901178764221445 ], "resistance": [ 97061.36535028674, 96611.82459659631, 96257.34408500245, - 96156.01748509103, + 96156.01748509101, 96301.92098758249, 96686.37902865122, 97129.07229564042, @@ -147293,7 +112788,7 @@ 39.061353217325774, 38.82944379482065, 38.64710438918202, - 38.595069450041024, + 38.59506945004102, 38.670008370352946, 38.867852976907926, 39.09634708516106, @@ -147330,9 +112825,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 469.33307812889416, + 469.33307812889325, 65.84637772284862, - -292.7005860713841, + -292.7005860713843, -438.02366945232995, -353.8688537601788, -36.49044091703138, @@ -147340,9 +112835,9 @@ 663.6051105755585 ], "relative wind speed": [ - 1.6595383413531526, + 1.6595383413531524, 1.3720510741548553, - 0.9677820820650548, + 0.9677820820650546, 0.6858642759728509, 0.8700782999551665, 1.2761581423885335, @@ -147350,14 +112845,14 @@ 1.7437585697046143 ], "relative wind angle": [ - 0.204770910926367, - 0.39624586975180637, - 0.43912121231775636, + 0.20477091092636865, + 0.3962458697518063, + 0.4391212123177564, 0.0763575177363767, 0.3982921295051161, - 0.42789820430787945, + 0.4278982043078794, 0.2593259280840159, - 0.030008667234608873 + 0.030008667234608877 ], "resistance": [ 97103.83307812888, @@ -147410,34 +112905,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 158.55440097327005, + 158.5544009732696, -334.09978040160684, - -589.0041606028303, + -589.0041606028306, -543.8316692504912, - -189.9302065397219, + -189.930206539722, 329.701002844155, 740.4504933535777, - 636.9106729960897 + 636.9106729960902 ], "relative wind speed": [ - 1.816800169177218, + 1.8168001691772178, 1.4397024810188082, - 1.1470319197495737, + 1.1470319197495735, 1.2136951427051905, 1.566102452968643, 1.9185141422635006, 2.10659856712008, - 2.068908854563341 + 2.0689088545633405 ], "relative wind angle": [ - 0.2682266837366913, + 0.2682266837366921, 0.3054502048168392, 0.1142761649214973, - 0.20576831135903273, - 0.31250785599099457, + 0.2057683113590327, + 0.3125078559909949, 0.22763069337660852, 0.06212739415513278, - 0.12014981642644479 + 0.12014981642644294 ], "resistance": [ 96793.05440097328, @@ -147490,34 +112985,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 419.42716081694255, + 419.4271608169414, -125.45559892862252, - -520.3334572333788, + -520.333457233379, -598.2467095421816, -367.1889168378232, 129.42638579686047, - 647.681579858763, + 647.6815798587626, 826.3514306827125 ], "relative wind speed": [ - 1.8821165345083648, + 1.8821165345083641, 1.506687185528419, - 1.0869379062364017, + 1.0869379062364015, 0.9560728565871496, 1.2746157317486881, 1.7020286830883522, - 1.9963902176371848, + 1.996390217637185, 2.062263951580473 ], "relative wind angle": [ 0.2500864792386598, 0.3769733593074392, - 0.29744264158723077, - 0.10911828010595892, + 0.29744264158723116, + 0.10911828010595893, 0.37410984585245843, - 0.33192160966882245, - 0.16025076422837992, - 0.05050876366482302 + 0.3319216096688225, + 0.1602507642283813, + 0.050508763664823014 ], "resistance": [ 97053.92716081697, @@ -147570,20 +113065,20 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 298.00748507167805, - -230.199808099356, - -571.0291084900235, - -596.2657698187069, + 298.0074850716778, + -230.19980809935612, + -571.029108490024, + -596.2657698187068, -310.6668024988388, 202.46980330118845, 679.0046861100693, 736.8138703072386 ], "relative wind speed": [ - 1.9204264556191164, + 1.9204264556191162, 1.5568938793200833, - 1.211580612366641, - 1.17476440329993, + 1.2115806123666408, + 1.1747644032999298, 1.487217192412613, 1.864385742646923, 2.105213805908258, @@ -147591,13 +113086,13 @@ ], "relative wind angle": [ 0.23722711410754366, - 0.312109911854248, - 0.18660619714837093, - 0.1367821867400754, - 0.30832549639724194, + 0.3121099118542481, + 0.1866061971483715, + 0.13678218674007375, + 0.308325496397242, 0.25931953418500464, - 0.1069762573374795, - 0.07541857460335862 + 0.10697625733747951, + 0.07541857460335863 ], "resistance": [ 96932.5074850717, @@ -147650,11 +113145,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 525.0810508769914, + 525.0810508769907, 23.615338822568447, -405.6716665724908, -555.0825763528035, - -431.68417581216255, + -431.6841758121625, -19.710438447748857, 486.1623505904786, 809.8077963727205 @@ -147670,12 +113165,12 @@ 1.9881079384674898 ], "relative wind angle": [ - 0.2019281864309413, + 0.2019281864309424, 0.3620372409481747, 0.36316453950375915, - 0.02097383523837822, - 0.34932703327405834, - 0.37068590768925075, + 0.020973835238378216, + 0.349327033274058, + 0.3706859076892508, 0.21862088627619625, 0.009344436659446535 ], @@ -147730,7 +113225,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 499.93808658877015, + 499.9380865887699, 123.3220856503525, -232.1394832159039, -401.4035957286427, @@ -147740,24 +113235,24 @@ 626.9987135364338 ], "relative wind speed": [ - 1.6079656392994577, + 1.6079656392994572, 1.341581782448839, 0.9346074017512526, 0.5908850254747007, 0.7307248039525128, 1.1487691488199652, - 1.4986731601222878, + 1.4986731601222876, 1.6644419854560608 ], "relative wind angle": [ - 0.19152232132246327, + 0.1915223213224627, 0.41421331156994273, - 0.5115493684234996, + 0.5115493684234999, 0.18222806601936348, - 0.4322055840317797, - 0.48931521474991074, + 0.43220558403178, + 0.4893152147499108, 0.310234103224208, - 0.06437887069793885 + 0.06437887069793886 ], "resistance": [ 97134.43808658877, @@ -147797,52 +113292,7 @@ "id": "2833", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 56.66308718913527, - 56.66308718913527, - 56.66308718913527, - 56.66308718913527, - 56.66308718913527, - 56.66308718913527, - 56.66308718913527, - 56.66308718913527 - ], - "relative wind speed": [ - 0.5069274623700336, - 0.5069274623700336, - 0.5069274623700336, - 0.5069274623700336, - 0.5069274623700336, - 0.5069274623700336, - 0.5069274623700336, - 0.5069274623700336 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 20.625, -39.0625 20.78125, -38.90625 20.78125, -38.90625 20.625, -39.0625 20.625))", @@ -147861,52 +113311,7 @@ "id": "2834", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.014103513336856, - 62.014103513336856, - 62.014103513336856, - 62.014103513336856, - 62.014103513336856, - 62.014103513336856, - 62.014103513336856, - 62.014103513336856 - ], - "relative wind speed": [ - 0.5303235803108581, - 0.5303235803108581, - 0.5303235803108581, - 0.5303235803108581, - 0.5303235803108581, - 0.5303235803108581, - 0.5303235803108581, - 0.5303235803108581 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 20.625, -38.90625 20.78125, -38.75 20.78125, -38.75 20.625, -38.90625 20.625))", @@ -147925,52 +113330,7 @@ "id": "2835", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.78686122159921, - 60.78686122159921, - 60.78686122159921, - 60.78686122159921, - 60.78686122159921, - 60.78686122159921, - 60.78686122159921, - 60.78686122159921 - ], - "relative wind speed": [ - 0.525049878730245, - 0.525049878730245, - 0.525049878730245, - 0.525049878730245, - 0.525049878730245, - 0.525049878730245, - 0.525049878730245, - 0.525049878730245 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 20.46875, -40 20.625, -39.84375 20.625, -39.84375 20.46875, -40 20.46875))", @@ -148002,33 +113362,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -193.08819921517244, + -193.08819921517266, -387.2492219549679, - -373.31994261006855, + -373.3199426100686, -149.6176981634893, - 201.99529039849017, + 201.99529039849028, 500.0801124746638, - 468.22353438898426, + 468.2235343889847, 150.00844346956444 ], "relative wind speed": [ - 1.1387490571846717, + 1.1387490571846715, 0.8547783734589042, 0.8823541677006093, 1.1884431108266902, 1.5036259072471114, 1.6813667703539958, - 1.6670607088300782, + 1.667060708830078, 1.4646648956373114 ], "relative wind angle": [ - 0.35643614050727085, + 0.3564361405072718, 0.17112274700428398, - 0.21877337939689742, + 0.21877337939689795, 0.3579530780277781, - 0.26743866251807835, - 0.08668044732133624, - 0.11512665770245224, + 0.2674386625180779, + 0.08668044732133626, + 0.11512665770245031, 0.28825917965912584 ], "resistance": [ @@ -148082,17 +113442,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -53.6517644792749, + -53.65176447927513, -325.0199281348094, - -389.5651834554619, + -389.5651834554622, -251.71984923558045, 68.63911810582147, 417.9607982590247, - 566.4210848405735, + 566.4210848405746, 307.5532274175604 ], "relative wind speed": [ - 1.2068180539147237, + 1.2068180539147235, 0.8428957777864864, 0.7000198825963831, 0.9613570643528678, @@ -148102,14 +113462,14 @@ 1.5135646357632293 ], "relative wind angle": [ - 0.40565339812190004, + 0.40565339812190054, 0.35275342953471717, - 0.09213610301155756, + 0.09213610301156118, 0.4089612545530021, - 0.36731381797507706, - 0.18505978660007275, - 0.03902545648532889, - 0.25534147902935767 + 0.3673138179750771, + 0.18505978660007272, + 0.03902545648532604, + 0.2553414790293576 ], "resistance": [ 96580.84823552077, @@ -148149,52 +113509,7 @@ "id": "2838", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.363239704069905, - 42.363239704069905, - 42.363239704069905, - 42.363239704069905, - 42.363239704069905, - 42.363239704069905, - 42.363239704069905, - 42.363239704069905 - ], - "relative wind speed": [ - 0.4383189889485503, - 0.4383189889485503, - 0.4383189889485503, - 0.4383189889485503, - 0.4383189889485503, - 0.4383189889485503, - 0.4383189889485503, - 0.4383189889485503 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 20.3125, -39.84375 20.46875, -39.6875 20.46875, -39.6875 20.3125, -39.84375 20.3125))", @@ -148226,19 +113541,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 78.89561986371211, + 78.89561986371177, -220.2351703918887, - -356.1701386371373, + -356.17013863713737, -303.9071328660683, - -60.78436394405463, + -60.784363944054576, 271.65048756463386, 518.1014497050724, 397.958984729157 ], "relative wind speed": [ - 1.2772847580646962, + 1.277284758064696, 0.9253934050568324, - 0.6588509935973498, + 0.6588509935973497, 0.7823109627162668, 1.1339770100059987, 1.4356208616079158, @@ -148246,14 +113561,14 @@ 1.518337831320975 ], "relative wind angle": [ - 0.3682742454942924, + 0.3682742454942927, 0.42312609483102515, - 0.11796399786951935, - 0.35281386595183534, - 0.41752807328969427, + 0.11796399786951842, + 0.3528138659518354, + 0.417528073289694, 0.267870846066477, - 0.04922570361461881, - 0.17899068047043867 + 0.04922570361461882, + 0.1789906804704387 ], "resistance": [ 96713.39561986369, @@ -148306,9 +113621,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 25.481545206900137, + 25.481545206900023, -300.3616685711652, - -416.883707591998, + -416.8837075919981, -325.54491101245713, -16.502587601435152, 366.5384865531473, @@ -148316,9 +113631,9 @@ 404.3656508079131 ], "relative wind speed": [ - 1.3411935625370763, + 1.3411935625370761, 0.9675284104330473, - 0.7405497813455536, + 0.7405497813455535, 0.9288790136353275, 1.301977490151672, 1.5993230855763454, @@ -148326,13 +113641,13 @@ 1.6220756255737283 ], "relative wind angle": [ - 0.3723537346388972, - 0.38118848596713467, + 0.3723537346388978, + 0.3811884859671346, 0.02849504157380963, 0.3633205609277372, - 0.38414538675839305, + 0.3841453867583927, 0.22700464808475224, - 0.012294018939629427, + 0.012294018939629428, 0.20493935245374975 ], "resistance": [ @@ -148386,33 +113701,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 103.68001441255228, + 103.68001441255194, -309.8955303194924, - -504.3198833123739, + -504.31988331237415, -443.6422845456138, -118.61310082244904, 331.76393351527145, - 668.3459032228573, + 668.3459032228593, 529.2348490571947 ], "relative wind speed": [ - 1.6050753776706588, + 1.6050753776706586, 1.2351083336623137, - 0.9648651508674673, + 0.964865150867467, 1.0681525180708067, 1.425637167510421, 1.7559087976058567, - 1.9177443891283434, + 1.9177443891283432, 1.8621918535775894 ], "relative wind angle": [ 0.3021289272097007, 0.3337210558731135, - 0.09815836602623848, + 0.0981583660262385, 0.25636653882091287, 0.34161055169940346, - 0.2324957448771431, - 0.04932666077108393, + 0.23249574487714314, + 0.049326660771079424, 0.14596398514894696 ], "resistance": [ @@ -148466,19 +113781,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 135.7069859555021, + 135.70698595550152, -210.56436004110464, - -389.3466368287578, + -389.34663682875794, -354.0156055197682, -103.98854404122744, 265.11593696886655, - 563.4994673363409, + 563.4994673363402, 482.3617393472524 ], "relative wind speed": [ - 1.3729457920708532, + 1.372945792070853, 1.0013844856635719, - 0.6807963164862709, + 0.6807963164862708, 0.7635610795474373, 1.1363848638231495, 1.4743065551518528, @@ -148486,14 +113801,14 @@ 1.6103804471278742 ], "relative wind angle": [ - 0.36240845023352203, + 0.36240845023352297, 0.4493827687311451, - 0.18981667227146645, + 0.18981667227146642, 0.3382154051495615, 0.4426428700553109, 0.29951988193932283, - 0.07806698577328003, - 0.1579810897278549 + 0.07806698577328146, + 0.15798108972785493 ], "resistance": [ 96770.20698595552, @@ -148546,10 +113861,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 32.452076165784774, + 32.45207616578455, -337.25579761676903, - -470.9960763882064, - -368.63790133192487, + -470.9960763882065, + -368.6379013319249, -19.885405933108927, 414.1292548016029, 697.560192263606, @@ -148558,7 +113873,7 @@ "relative wind speed": [ 1.4235742332282029, 1.023563005660335, - 0.7773958909908124, + 0.7773958909908123, 0.9778822776399804, 1.3774126537343885, 1.6959209856660349, @@ -148566,11 +113881,11 @@ 1.7226652220488228 ], "relative wind angle": [ - 0.37573444389117155, + 0.37573444389117217, 0.38770724759362213, 0.03200554722353621, - 0.3680011004309002, - 0.3889896289037896, + 0.36800110043090023, + 0.38898962890378963, 0.23020793985931154, 0.013654364753124945, 0.2056618175135723 @@ -148613,52 +113928,7 @@ "id": "2844", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.68234208256031, - 41.68234208256031, - 41.68234208256031, - 41.68234208256031, - 41.68234208256031, - 41.68234208256031, - 41.68234208256031, - 41.68234208256031 - ], - "relative wind speed": [ - 0.4347822040979524, - 0.4347822040979524, - 0.4347822040979524, - 0.4347822040979524, - 0.4347822040979524, - 0.4347822040979524, - 0.4347822040979524, - 0.4347822040979524 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 20.15625, -39.84375 20.3125, -39.6875 20.3125, -39.6875 20.15625, -39.84375 20.15625))", @@ -148677,68 +113947,7 @@ "id": "2845", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.102749619187593, - 4.102749619187593, - 4.102749619187593, - 4.102749619187593, - 4.102749619187593, - 4.102749619187593, - 4.102749619187593, - 4.102749619187593 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 72.31040677532155, - -244.54520326934937, - -381.3443942079932, - -317.07223522694176, - -48.919669771708584, - 309.2129930573208, - 567.2281368703574, - 419.1719714539911 - ], - "relative wind speed": [ - 1.300114426797008, - 0.9283435730323097, - 0.6562397476572797, - 0.805827651930471, - 1.1789099369265652, - 1.48939731856866, - 1.6277209698669548, - 1.5590920298475435 - ], - "relative wind angle": [ - 0.38372431339348917, - 0.4344835357293198, - 0.10060904691226828, - 0.3782189669467602, - 0.42559899896373105, - 0.26548132848660927, - 0.04050470299514422, - 0.19203580404486797 - ], - "resistance": [ - 96706.81040677534, - 96389.95479673069, - 96253.15560579204, - 96317.42776477309, - 96585.58033022832, - 96943.71299305734, - 97201.72813687038, - 97053.67197145402 - ], - "fuel": [ - 38.77516365554686, - 38.61204375724037, - 38.54173386152929, - 38.57475878174808, - 38.712709282178196, - 38.897367149566804, - 39.03069889723785, - 38.954159194368856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 20, -40 20.15625, -39.84375 20.15625, -39.84375 20, -40 20))", @@ -148757,68 +113966,7 @@ "id": "2846", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.139170752774594, - 4.139170752774594, - 4.139170752774594, - 4.139170752774594, - 4.139170752774594, - 4.139170752774594, - 4.139170752774594, - 4.139170752774594 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -60.24018526410981, - -300.35383178730615, - -353.8014153493189, - -226.0189618571373, - 63.522646194872664, - 373.5096344307351, - 496.21520467739333, - 262.50274639643237 - ], - "relative wind speed": [ - 1.166582840849894, - 0.8382077349962891, - 0.7205148600340795, - 0.958137116741063, - 1.2905758230789413, - 1.52443736265997, - 1.5834644979131567, - 1.4520587953676038 - ], - "relative wind angle": [ - 0.37962907980066496, - 0.31393881038184684, - 0.09207250682763805, - 0.3767854414421866, - 0.3415761865733772, - 0.17062353771313474, - 0.04184827530103886, - 0.2452303736807089 - ], - "resistance": [ - 96574.2598147359, - 96334.1461682127, - 96280.69858465069, - 96408.48103814287, - 96698.02264619488, - 97008.00963443074, - 97130.7152046774, - 96897.00274639644 - ], - "fuel": [ - 38.71418032939958, - 38.59065197801228, - 38.56318464072665, - 38.628871208198774, - 38.777934877652626, - 38.937870139980745, - 39.001277861992335, - 38.88055594449188 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 20, -39.84375 20.15625, -39.6875 20.15625, -39.6875 20, -39.84375 20))", @@ -148837,68 +113985,7 @@ "id": "2847", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.827690248172266, - 3.827690248172266, - 3.827690248172266, - 3.827690248172266, - 3.827690248172266, - 3.827690248172266, - 3.827690248172266, - 3.827690248172266 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - -1.7726532382916957, - -256.1885395286906, - -334.35943978643337, - -241.53497103738005, - 22.742791755996905, - 335.00893813192624, - 516.0417071186565, - 312.7310362582782 - ], - "relative wind speed": [ - 1.1470416038855575, - 0.7916519586575901, - 0.599284155010935, - 0.8183704044295789, - 1.1732604499140693, - 1.4371957767578212, - 1.5274498439980757, - 1.4221513300386437 - ], - "relative wind angle": [ - 0.4165811323612558, - 0.41347124797640605, - 0.02387107212882012, - 0.4261756326441341, - 0.4067144539095827, - 0.22316643589209637, - 0.009364893945132303, - 0.24018698864822285 - ], - "resistance": [ - 96632.72734676165, - 96378.31146047125, - 96300.1405602135, - 96392.96502896256, - 96657.24279175594, - 96969.50893813187, - 97150.5417071186, - 96947.23103625822 - ], - "fuel": [ - 38.684680668616465, - 38.5537458367307, - 38.51356364734244, - 38.56128074153117, - 38.69731023558449, - 38.858375350696704, - 38.95191718159265, - 38.8468725151049 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 20.15625, -39.6875 20.3125, -39.53125 20.3125, -39.53125 20.15625, -39.6875 20.15625))", @@ -148917,68 +114004,7 @@ "id": "2848", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.61192130106912, - 4.61192130106912, - 4.61192130106912, - 4.61192130106912, - 4.61192130106912, - 4.61192130106912, - 4.61192130106912, - 4.61192130106912 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 78.86148886456988, - -297.4283564013329, - -459.0655610053517, - -383.30304637404413, - -64.33677166368784, - 359.6914878085647, - 662.9950914806884, - 488.7938705869826 - ], - "relative wind speed": [ - 1.443867553972117, - 1.0514995010672457, - 0.7723431322307821, - 0.9249796594590497, - 1.3157164789951474, - 1.6462722028170633, - 1.794254567392475, - 1.7205452612761551 - ], - "relative wind angle": [ - 0.3623685808611636, - 0.40128994106583704, - 0.08947371658442484, - 0.34534357370298885, - 0.39956472816270533, - 0.2521496143096792, - 0.0384723957153538, - 0.18301109351900804 - ], - "resistance": [ - 96713.3614888646, - 96337.0716435987, - 96175.43443899468, - 96251.19695362599, - 96570.16322833634, - 96994.1914878086, - 97297.49509148071, - 97123.29387058702 - ], - "fuel": [ - 38.88852764030392, - 38.69484294123946, - 38.61180647069085, - 38.65071518144933, - 38.81475822990902, - 39.033420385984684, - 39.190237897253276, - 39.100128539306944 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 20.15625, -39.53125 20.3125, -39.375 20.3125, -39.375 20.15625, -39.53125 20.15625))", @@ -148997,68 +114023,7 @@ "id": "2849", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.560306905557704, - 4.560306905557704, - 4.560306905557704, - 4.560306905557704, - 4.560306905557704, - 4.560306905557704, - 4.560306905557704, - 4.560306905557704 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -48.549551291415696, - -386.3073473681388, - -472.41142292071333, - -310.96633709990425, - 77.41118535376017, - 509.4406843437414, - 707.9799342422648, - 395.13758980541115 - ], - "relative wind speed": [ - 1.322234092562799, - 0.9052066610955399, - 0.7253292225146954, - 1.0199128991922932, - 1.4354769910694565, - 1.7290165089244964, - 1.8118484225760765, - 1.6639335520045142 - ], - "relative wind angle": [ - 0.4240557815079394, - 0.3863831805966689, - 0.08507396162455788, - 0.43335502956504324, - 0.3887163129825711, - 0.19859343538739407, - 0.03402277705242467, - 0.2603202156194806 - ], - "resistance": [ - 96585.95044870858, - 96248.19265263186, - 96162.08857707928, - 96323.5336629001, - 96711.91118535376, - 97143.94068434375, - 97342.47993424226, - 97029.63758980541 - ], - "fuel": [ - 38.8109600942808, - 38.63724461049276, - 38.593027491455786, - 38.67595719133422, - 38.875852854657595, - 39.09887538175514, - 39.20159835629712, - 39.03980220089064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 20, -39.6875 20.15625, -39.53125 20.15625, -39.53125 20, -39.6875 20))", @@ -149077,68 +114042,7 @@ "id": "2850", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.217483760356719, - 4.217483760356719, - 4.217483760356719, - 4.217483760356719, - 4.217483760356719, - 4.217483760356719, - 4.217483760356719, - 4.217483760356719 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -71.40699840284515, - -341.27057147692017, - -397.3313529994912, - -241.95936972200485, - 94.45422718948612, - 451.03030762043954, - 579.9139204095136, - 300.8811958209068 - ], - "relative wind speed": [ - 1.18920413796777, - 0.814725239577995, - 0.687891937584229, - 0.976780977677882, - 1.3508465587818106, - 1.6047478590504194, - 1.6630687265831623, - 1.511585865499862 - ], - "relative wind angle": [ - 0.42398617154783586, - 0.35604270496880136, - 0.1277166640015993, - 0.4307932569629027, - 0.370593966095534, - 0.17790371512179157, - 0.05270810279655558, - 0.27323326242955714 - ], - "resistance": [ - 96563.09300159718, - 96293.2294285231, - 96237.16864700054, - 96392.54063027802, - 96728.95422718952, - 97085.53030762047, - 97214.41392040954, - 96935.38119582094 - ], - "fuel": [ - 38.72442378345008, - 38.58561649918636, - 38.55681501694703, - 38.63666679032668, - 38.809870781050435, - 38.993915255319116, - 39.06055412057047, - 38.91635908037323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 20, -39.53125 20.15625, -39.375 20.15625, -39.375 20, -39.53125 20))", @@ -149157,68 +114061,7 @@ "id": "2851", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.261550902651927, - 4.261550902651927, - 4.261550902651927, - 4.261550902651927, - 4.261550902651927, - 4.261550902651927, - 4.261550902651927, - 4.261550902651927 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -51.73692333455517, - -365.65384449972737, - -440.1861707281274, - -275.02340709997105, - 100.50583026606569, - 512.6508118482325, - 685.1213186180187, - 373.2573691814182 - ], - "relative wind speed": [ - 1.2361731910051839, - 0.807131636288464, - 0.6320157205382662, - 0.9590098188669114, - 1.381112043565071, - 1.668572191049201, - 1.742455383656328, - 1.5861572438939586 - ], - "relative wind angle": [ - 0.4672814166971467, - 0.43086117573219107, - 0.127102015484306, - 0.4888956450338298, - 0.41499771406564945, - 0.20343000902425418, - 0.045994067844098346, - 0.2879182482545047 - ], - "resistance": [ - 96582.76307666546, - 96268.84615550029, - 96194.3138292719, - 96359.47659290004, - 96735.00583026608, - 97147.15081184825, - 97319.62131861804, - 97007.75736918143 - ], - "fuel": [ - 38.74372891984641, - 38.582265066277486, - 38.543983067533155, - 38.62884337898511, - 38.822167352757994, - 39.034945252996195, - 39.1241741168723, - 38.96290992771798 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 20.46875, -39.375 20.625, -39.21875 20.625, -39.21875 20.46875, -39.375 20.46875))", @@ -149250,34 +114093,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 357.2528540395664, + 357.2528540395657, -133.21387214257038, - -480.9810527395511, + -480.98105273955116, -541.5774568040802, -322.01564146510145, 131.18734422985938, 593.2830571462374, - 732.1209880596629 + 732.120988059662 ], "relative wind speed": [ - 1.7933169895481567, + 1.7933169895481562, 1.4367126658087075, - 1.0499278480894605, - 0.9455198462690344, + 1.0499278480894603, + 0.9455198462690345, 1.2494656157157933, 1.6471207805631456, 1.9169772204343858, - 1.9705690472981376 + 1.9705690472981379 ], "relative wind angle": [ 0.2493609195676735, 0.36605471804086404, - 0.2745940108884412, - 0.11833812091253774, - 0.3620605798512978, + 0.2745940108884408, + 0.11833812091253869, + 0.36206057985129786, 0.3175192034191865, 0.1490635764997085, - 0.056678990249393366 + 0.05667899024939532 ], "resistance": [ 96991.75285403957, @@ -149330,33 +114173,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 474.5293223554553, + 474.52932235545484, 21.446189010270473, - -361.9119842928472, - -493.0100184649008, + -361.9119842928474, + -493.01001846490027, -378.16079370097293, -5.665217089935254, - 450.04597254316093, + 450.04597254316116, 740.0045494458647 ], "relative wind speed": [ 1.754969649103523, 1.4417056695542232, - 1.0283382290790741, - 0.7841684615875447, + 1.028338229079074, + 0.7841684615875446, 1.0050285983555869, 1.4182685624247426, 1.7414136324841525, 1.8641568540867373 ], "relative wind angle": [ - 0.21411778241196872, + 0.21411778241196974, 0.3839360280271059, 0.38983302167725054, - 0.016139797288640772, + 0.016139797288633892, 0.38012837950474826, 0.3906210005430855, - 0.22634511037257574, + 0.22634511037257526, 0.006789057331568232 ], "resistance": [ @@ -149410,9 +114253,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 171.94120770179268, + 171.94120770179234, -251.73361420166117, - -474.98095258293756, + -474.9809525829377, -437.4002578241283, -137.95442766931376, 309.8171528767491, @@ -149422,22 +114265,22 @@ "relative wind speed": [ 1.5319763233208945, 1.1284296726468006, - 0.7773319980361585, + 0.7773319980361584, 0.8553248866320717, 1.257286332794052, - 1.6292227753554012, + 1.629222775355401, 1.8230401374285854, 1.787775074262519 ], "relative wind angle": [ - 0.35116136611236226, + 0.3511613661123632, 0.4370486084349409, 0.19219978059891463, 0.3182533353235084, 0.4325007786175464, - 0.2975332631000094, - 0.08153937807018058, - 0.15026945416188395 + 0.297533263100009, + 0.0815393780701806, + 0.15026945416188398 ], "resistance": [ 96806.44120770179, @@ -149490,9 +114333,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 432.38364257121896, + 432.38364257121805, -37.392773241001464, - -394.7602558394676, + -394.76025583946785, -488.84902258630666, -320.66065771286907, 87.02201941825479, @@ -149500,9 +114343,9 @@ 764.0894425925284 ], "relative wind speed": [ - 1.6844070191530212, + 1.684407019153021, 1.325580341751942, - 0.8762782631212702, + 0.87627826312127, 0.6699599828872388, 0.9934724724664077, 1.4377243537205897, @@ -149510,14 +114353,14 @@ 1.8372175105441964 ], "relative wind angle": [ - 0.27481752525491265, + 0.2748175252549135, 0.45667815010217144, - 0.43536729510775846, - 0.09252055633734085, + 0.435367295107759, + 0.09252055633734087, 0.4781112958045088, 0.41869995991961617, - 0.21299904410569598, - 0.03369682168284754 + 0.212999044105696, + 0.033696821682847544 ], "resistance": [ 97066.8836425712, @@ -149557,52 +114400,7 @@ "id": "2856", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.83754521766414, - 61.83754521766414, - 61.83754521766414, - 61.83754521766414, - 61.83754521766414, - 61.83754521766414, - 61.83754521766414, - 61.83754521766414 - ], - "relative wind speed": [ - 0.5295681088769602, - 0.5295681088769602, - 0.5295681088769602, - 0.5295681088769602, - 0.5295681088769602, - 0.5295681088769602, - 0.5295681088769602, - 0.5295681088769602 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 20.46875, -38.90625 20.625, -38.75 20.625, -38.75 20.46875, -38.90625 20.46875))", @@ -149621,52 +114419,7 @@ "id": "2857", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.64836961741495, - 59.64836961741495, - 59.64836961741495, - 59.64836961741495, - 59.64836961741495, - 59.64836961741495, - 59.64836961741495, - 59.64836961741495 - ], - "relative wind speed": [ - 0.52010974603903, - 0.52010974603903, - 0.52010974603903, - 0.52010974603903, - 0.52010974603903, - 0.52010974603903, - 0.52010974603903, - 0.52010974603903 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 20.3125, -39.0625 20.46875, -38.90625 20.46875, -38.90625 20.3125, -39.0625 20.3125))", @@ -149685,68 +114438,7 @@ "id": "2858", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9071503239391956, - 3.9071503239391956, - 3.9071503239391956, - 3.9071503239391956, - 3.9071503239391956, - 3.9071503239391956, - 3.9071503239391956, - 3.9071503239391956 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 551.1975632019581, - 178.54675972235532, - -198.31537611957424, - -389.6227666599707, - -357.8946763016361, - -103.3263097439114, - 293.5424167223691, - 625.1240747158705 - ], - "relative wind speed": [ - 1.6158215661801223, - 1.3641230746309108, - 0.9520807297012079, - 0.5539102510310229, - 0.6427829856549129, - 1.078525631424556, - 1.4551946895559515, - 1.6484030860754224 - ], - "relative wind angle": [ - 0.17352517368149073, - 0.41919410675299135, - 0.5606236989085928, - 0.29433847571555277, - 0.4489502777230327, - 0.5407813472867325, - 0.3553103981334291, - 0.09763920196158132 - ], - "resistance": [ - 97185.69756320195, - 96813.04675972235, - 96436.18462388041, - 96244.87723334001, - 96276.60532369834, - 96531.17369025608, - 96928.04241672235, - 97259.62407471586 - ], - "fuel": [ - 38.98469658995313, - 38.79222749766759, - 38.598108838434214, - 38.49977016780923, - 38.51607009267392, - 38.64698712831754, - 38.85156607097444, - 39.022940054931006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 20.3125, -38.90625 20.46875, -38.75 20.46875, -38.75 20.3125, -38.90625 20.3125))", @@ -149765,52 +114457,7 @@ "id": "2859", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 70.65741753723101, - 70.65741753723101, - 70.65741753723101, - 70.65741753723101, - 70.65741753723101, - 70.65741753723101, - 70.65741753723101, - 70.65741753723101 - ], - "relative wind speed": [ - 0.5660757925312975, - 0.5660757925312975, - 0.5660757925312975, - 0.5660757925312975, - 0.5660757925312975, - 0.5660757925312975, - 0.5660757925312975, - 0.5660757925312975 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 20.15625, -39.375 20.3125, -39.21875 20.3125, -39.21875 20.15625, -39.375 20.15625))", @@ -149842,19 +114489,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -14.691526169904364, + -14.691526169904591, -355.056470730408, - -450.5046658365992, + -450.5046658365993, -299.37250546537194, 79.32415470604337, 515.5548206660618, - 738.0847355106606, + 738.0847355106624, 428.8342179732997 ], "relative wind speed": [ - 1.267183796480258, + 1.2671837964802577, 0.812262307544952, - 0.5803668265123341, + 0.580366826512334, 0.9088993434844426, 1.3568264558741898, 1.6694198840207886, @@ -149862,14 +114509,14 @@ 1.6188374806742594 ], "relative wind angle": [ - 0.4863588511390371, + 0.4863588511390373, 0.4914213234501669, - 0.08667555712983041, + 0.08667555712983299, 0.5234606478096412, - 0.45173735559100103, + 0.4517373555910011, 0.23166121862075606, - 0.028493142920949118, - 0.28448040103355543 + 0.028493142920945222, + 0.2844804010335555 ], "resistance": [ 96619.8084738301, @@ -149909,68 +114556,7 @@ "id": "2861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.330343336687006, - 4.330343336687006, - 4.330343336687006, - 4.330343336687006, - 4.330343336687006, - 4.330343336687006, - 4.330343336687006, - 4.330343336687006 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 314.06079610142456, - -152.77234930904643, - -443.0775138292912, - -463.1856138165481, - -213.30523088152694, - 241.20644333845075, - 675.1253997362113, - 721.7934313767993 - ], - "relative wind speed": [ - 1.5765213202308375, - 1.1589994667413728, - 0.6985837450267272, - 0.648566063132323, - 1.0865573570141538, - 1.5240559698768212, - 1.7826965850666785, - 1.8014961629093205 - ], - "relative wind angle": [ - 0.3625138044884288, - 0.5311711025564764, - 0.3986717511276882, - 0.3192704928179811, - 0.540468822607259, - 0.3954367699890894, - 0.15271437819120973, - 0.11324129422645621 - ], - "resistance": [ - 96948.56079610139, - 96481.72765069093, - 96191.42248617068, - 96171.31438618343, - 96421.19476911845, - 96875.70644333842, - 97309.62539973618, - 97356.29343137678 - ], - "fuel": [ - 38.94692219510626, - 38.70630293363298, - 38.55708022788866, - 38.546755872266274, - 38.67516193483693, - 38.90931755863492, - 39.13358145717806, - 39.15774279212701 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 20, -39.375 20.15625, -39.21875 20.15625, -39.21875 20, -39.375 20))", @@ -149989,68 +114575,7 @@ "id": "2862", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.204132705897296, - 4.204132705897296, - 4.204132705897296, - 4.204132705897296, - 4.204132705897296, - 4.204132705897296, - 4.204132705897296, - 4.204132705897296 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -41.07918146455222, - -367.8694931978225, - -448.3026615311446, - -280.63178477837516, - 107.49859863829693, - 538.065316267836, - 725.2314945636684, - 401.0521365622428 - ], - "relative wind speed": [ - 1.2372766713153516, - 0.7829675098572576, - 0.5845672700547978, - 0.9358584298666693, - 1.3793109929694523, - 1.6793791278968242, - 1.75830414988086, - 1.5992252424080433 - ], - "relative wind angle": [ - 0.4958654994475981, - 0.47776886478884517, - 0.13652425235831464, - 0.5292753846786463, - 0.4409495405225245, - 0.2160462969534715, - 0.045263553084226124, - 0.2999470084556946 - ], - "resistance": [ - 96593.4208185355, - 96266.63050680222, - 96186.1973384689, - 96353.86821522166, - 96741.99859863834, - 97172.56531626788, - 97359.73149456372, - 97035.55213656228 - ], - "fuel": [ - 38.73728504868876, - 38.56919460578125, - 38.52788330685361, - 38.61402800047276, - 38.813840095021085, - 39.036154537266206, - 39.13300913054543, - 38.96533571323452 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 20, -39.21875 20.15625, -39.0625 20.15625, -39.0625 20, -39.21875 20))", @@ -150069,68 +114594,7 @@ "id": "2863", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.247374470142788, - 4.247374470142788, - 4.247374470142788, - 4.247374470142788, - 4.247374470142788, - 4.247374470142788, - 4.247374470142788, - 4.247374470142788 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 216.38045985366, - -212.11759646640928, - -444.72117181239526, - -419.3868670555844, - -135.7690618583719, - 308.22538953465846, - 690.7509422909483, - 632.0178486080466 - ], - "relative wind speed": [ - 1.4811433071777687, - 1.0535256265978334, - 0.6352689686718017, - 0.6989325808109206, - 1.1467256703645539, - 1.548821814661769, - 1.7621573700760094, - 1.7378890951241734 - ], - "relative wind angle": [ - 0.3968348266209957, - 0.5342675771484359, - 0.29749659895812014, - 0.4014634347139015, - 0.5226934084729247, - 0.35369964647015106, - 0.10587207647858961, - 0.15780978252795136 - ], - "resistance": [ - 96850.88045985368, - 96422.3824035336, - 96189.77882818761, - 96215.11313294443, - 96498.73093814164, - 96942.72538953467, - 97325.25094229096, - 97266.51784860805 - ], - "fuel": [ - 38.87895980974917, - 38.658224743979915, - 38.538688211892506, - 38.55169791078886, - 38.697504652334224, - 38.92636141785828, - 39.12412229622382, - 39.09372264656236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 20.15625, -39.0625 20.3125, -38.90625 20.3125, -38.90625 20.15625, -39.0625 20.15625))", @@ -150149,68 +114613,7 @@ "id": "2864", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.739980174771765, - 3.739980174771765, - 3.739980174771765, - 3.739980174771765, - 3.739980174771765, - 3.739980174771765, - 3.739980174771765, - 3.739980174771765 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 476.9863184387534, - 70.57366080875875, - -275.878311692711, - -390.99051557851686, - -299.93602462689455, - 20.09652286980929, - 434.40138274578635, - 713.0336171783727 - ], - "relative wind speed": [ - 1.552617889974812, - 1.2325951684794025, - 0.7709983507001715, - 0.4217002761662945, - 0.7165973581873115, - 1.185260830649568, - 1.5263340490366077, - 1.6571973217188536 - ], - "relative wind angle": [ - 0.2723030671204456, - 0.525273333524293, - 0.6336909927663896, - 0.06535591999829675, - 0.6220742839479133, - 0.5485790354828048, - 0.30374897154039737, - 0.016619783826642975 - ], - "resistance": [ - 97111.48631843874, - 96705.07366080875, - 96358.62168830728, - 96243.50948442146, - 96334.5639753731, - 96654.59652286979, - 97068.90138274577, - 97347.53361717836 - ], - "fuel": [ - 38.91609379830212, - 38.706324922600146, - 38.52798988745357, - 38.46883510459671, - 38.51562284132649, - 38.68031418253848, - 38.894084864192, - 39.03821117070775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 20.15625, -38.90625 20.3125, -38.75 20.3125, -38.75 20.15625, -38.90625 20.15625))", @@ -150229,52 +114632,7 @@ "id": "2865", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 76.0947362529589, - 76.0947362529589, - 76.0947362529589, - 76.0947362529589, - 76.0947362529589, - 76.0947362529589, - 76.0947362529589, - 76.0947362529589 - ], - "relative wind speed": [ - 0.5874528446476541, - 0.5874528446476541, - 0.5874528446476541, - 0.5874528446476541, - 0.5874528446476541, - 0.5874528446476541, - 0.5874528446476541, - 0.5874528446476541 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 20, -39.0625 20.15625, -38.90625 20.15625, -38.90625 20, -39.0625 20))", @@ -150306,11 +114664,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 486.4771402027675, + 486.47714020276726, 39.01307582760069, - -326.6468978059318, + -326.64689780593187, -443.35962422320057, - -324.48047136395826, + -324.4804713639582, 42.980480181653775, 490.1659184232831, 774.4051803812642 @@ -150318,7 +114676,7 @@ "relative wind speed": [ 1.6348602611568488, 1.2937976936659872, - 0.8233931169269912, + 0.8233931169269911, 0.5180398425055318, 0.82766186912682, 1.297643930737902, @@ -150326,11 +114684,11 @@ 1.7576765813690485 ], "relative wind angle": [ - 0.27238638437024276, - 0.49959521065483625, - 0.5590762050426172, + 0.27238638437024315, + 0.4995952106548362, + 0.5590762050426175, 0.004227353975459668, - 0.5602636689838044, + 0.5602636689838043, 0.4979782317902495, 0.2700552823624598, 0.0012459242246430542 @@ -150373,52 +114731,7 @@ "id": "2867", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 84.08644637905206, - 84.08644637905206, - 84.08644637905206, - 84.08644637905206, - 84.08644637905206, - 84.08644637905206, - 84.08644637905206, - 84.08644637905206 - ], - "relative wind speed": [ - 0.6175309126051196, - 0.6175309126051196, - 0.6175309126051196, - 0.6175309126051196, - 0.6175309126051196, - 0.6175309126051196, - 0.6175309126051196, - 0.6175309126051196 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 21.09375, -38.75 21.25, -38.59375 21.25, -38.59375 21.09375, -38.75 21.09375))", @@ -150450,9 +114763,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 319.90242289547643, + 319.902422895476, -105.75686975170424, - -407.0122458468094, + -407.01224584680955, -460.8835553150029, -271.12469322550805, 120.67485671509439, @@ -150460,23 +114773,23 @@ 647.1088366923394 ], "relative wind speed": [ - 1.6323008279467746, + 1.6323008279467743, 1.2893025336059385, - 0.9075920723680744, - 0.7999377782838938, + 0.9075920723680743, + 0.7999377782838939, 1.1038628696240649, 1.490173884044311, - 1.749055704666099, + 1.7490557046660993, 1.8008383544129183 ], "relative wind angle": [ - 0.2675407782001607, + 0.26754077820016114, 0.40034100656708554, - 0.312585238755186, - 0.1351371915899209, - 0.4016248172165455, - 0.3439385139372397, - 0.16025827296804787, + 0.3125852387551864, + 0.13513719158992174, + 0.4016248172165456, + 0.34393851393723973, + 0.1602582729680486, 0.05988158505929354 ], "resistance": [ @@ -150530,32 +114843,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 445.71278926402863, + 445.71278926402795, -56.27290478729026, - -439.2324929785054, - -536.9150990374587, + -439.2324929785055, + -536.9150990374585, -354.83082512853133, - 84.7359658190095, + 84.7359658190096, 573.4658770124523, 798.5783980916245 ], "relative wind speed": [ 1.777316277939489, 1.4160723445162287, - 0.9767127311895678, - 0.7879130852377554, + 0.9767127311895677, + 0.7879130852377553, 1.0958739588050352, - 1.5344484352730825, + 1.5344484352730823, 1.845487774586414, 1.933645741992783 ], "relative wind angle": [ - 0.2565952406760582, + 0.2565952406760595, 0.41708331204931437, - 0.3776972143309502, - 0.08164108814006546, + 0.37769721433095055, + 0.08164108814006275, 0.424210120612566, - 0.38315025126769536, + 0.3831502512676951, 0.19643587530419354, 0.033235911167136964 ], @@ -150610,19 +114923,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 468.7347178119586, + 468.7347178119577, 96.63113572772102, - -251.24760234348292, + -251.2476023434831, -409.95961655565094, -349.15866524061596, -67.11163083416272, - 320.0471607574801, + 320.04716075748, 608.7138219714935 ], "relative wind speed": [ - 1.6238739102870534, + 1.6238739102870532, 1.3607793745593255, - 0.9734158348125459, + 0.9734158348125458, 0.673852908682501, 0.812650678184251, 1.2023506539434403, @@ -150630,13 +114943,13 @@ 1.6862057581221872 ], "relative wind angle": [ - 0.18460055956296142, - 0.3824587758072778, - 0.446275814316069, + 0.18460055956296326, + 0.3824587758072777, + 0.4462758143160693, 0.12844348001362826, - 0.3755512015442574, + 0.37555120154425775, 0.4360673261218465, - 0.277628672458811, + 0.2776286724588114, 0.051210809774479345 ], "resistance": [ @@ -150690,9 +115003,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 539.8076786087081, + 539.8076786087074, 138.93111902568728, - -241.31404832983253, + -241.3140483298326, -422.73552174518636, -366.3388297986121, -73.59656620310108, @@ -150710,13 +115023,13 @@ 1.708846033152639 ], "relative wind angle": [ - 0.19334149213185536, + 0.1933414921318571, 0.42312536229858877, - 0.5307153989653851, + 0.5307153989653856, 0.20039152751779354, 0.4501522581575819, 0.5051082112537169, - 0.31971460843294175, + 0.3197146084329418, 0.0682528546063662 ], "resistance": [ @@ -150770,33 +115083,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 564.1133551457635, + 564.1133551457631, 65.0796850781436, - -355.11917077707744, + -355.11917077707767, -508.89355074359486, -386.5552460711457, 11.18156778677428, - 514.3148684987839, + 514.3148684987841, 850.2893079434166 ], "relative wind speed": [ - 1.7628768535700112, + 1.7628768535700108, 1.4178900554552307, - 0.9346424357486159, + 0.9346424357486157, 0.6025962886516143, 0.8821082992633418, 1.369466189112871, - 1.735595969625437, + 1.7355959696254373, 1.876893061787343 ], "relative wind angle": [ - 0.24724025014398468, - 0.4662179743590909, - 0.5268275203739652, + 0.24724025014398424, + 0.46621797435909085, + 0.5268275203739653, 0.04519844919242391, 0.5110420613599577, 0.48409290458227766, - 0.2741837724577599, + 0.2741837724577603, 0.014507006671052437 ], "resistance": [ @@ -150850,19 +115163,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 653.8105726038548, + 653.8105726038541, 106.61826592662067, - -370.58788175799015, + -370.58788175799026, -552.2879891937619, - -432.8927415071269, + -432.89274150712697, -7.06060501364334, 548.2586253081765, 937.1746520525355 ], "relative wind speed": [ - 1.8483137257598938, + 1.8483137257598936, 1.4930451197961736, - 0.9790389833128031, + 0.979038983312803, 0.5904266045444052, 0.8698975050887755, 1.3942028433642377, @@ -150870,11 +115183,11 @@ 1.9556026495273164 ], "relative wind angle": [ - 0.24239037102484134, + 0.2423903710248423, 0.47552351136405285, - 0.5635660480358756, + 0.5635660480358757, 0.09519572758094894, - 0.535173514191857, + 0.5351735141918572, 0.5123880803684402, 0.2960150810449411, 0.028701609010987263 @@ -150917,52 +115230,7 @@ "id": "2874", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 86.64261815835145, - 86.64261815835145, - 86.64261815835145, - 86.64261815835145, - 86.64261815835145, - 86.64261815835145, - 86.64261815835145, - 86.64261815835145 - ], - "relative wind speed": [ - 0.6268469061916533, - 0.6268469061916533, - 0.6268469061916533, - 0.6268469061916533, - 0.6268469061916533, - 0.6268469061916533, - 0.6268469061916533, - 0.6268469061916533 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 20.9375, -38.28125 21.09375, -38.125 21.09375, -38.125 20.9375, -38.28125 20.9375))", @@ -150994,9 +115262,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 560.9623817355676, + 560.9623817355672, 117.33955548261599, - -282.0129901967325, + -282.01299019673274, -431.80245518275296, -349.4732314207415, -18.834543163693866, @@ -151006,21 +115274,21 @@ "relative wind speed": [ 1.6510911097669738, 1.332566339667422, - 0.8553648221298674, - 0.4532768790314778, + 0.8553648221298673, + 0.45327687903147784, 0.7109151208404861, 1.2065525733164502, 1.581092401744414, 1.7395523081317967 ], "relative wind angle": [ - 0.247546933239137, + 0.2475469332391379, 0.505546314553815, - 0.6360286153957443, - 0.16221661870419968, + 0.6360286153957445, + 0.16221661870420104, 0.6053752098826892, 0.5643477666106583, - 0.32715956759923626, + 0.3271595675992362, 0.04209624263812552 ], "resistance": [ @@ -151074,33 +115342,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 726.8926964030749, + 726.8926964030744, 127.64980983652401, -413.7115468047801, -645.1938844578208, -530.7226310991639, -68.54063184609004, - 547.8411832124322, + 547.8411832124319, 991.4122545699166 ], "relative wind speed": [ - 2.017397936090189, + 2.0173979360901884, 1.6696779509827515, 1.1674011854428539, - 0.7935002734701436, + 0.7935002734701437, 1.008843146804405, 1.5165205133453374, 1.9299827459388814, 2.1114014879690632 ], "relative wind angle": [ - 0.20335125064844392, + 0.20335125064844337, 0.4066071292413768, 0.4678460591028339, - 0.10627754188644924, - 0.41571877779682, + 0.10627754188645029, + 0.41571877779682004, 0.4505242076755687, - 0.2762793938520684, + 0.2762793938520688, 0.039876313346479925 ], "resistance": [ @@ -151154,33 +115422,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 597.6917836225539, - 64.82421664740457, - -391.6899126557614, + 597.691783622553, + 64.82421664740446, + -391.68991265576153, -562.4514554826211, - -436.5487479254738, - -10.488417706578275, - 528.8058319535596, + -436.54874792547383, + -10.488417706578161, + 528.8058319535598, 889.8614536115658 ], "relative wind speed": [ - 1.8617580590419185, + 1.8617580590419183, 1.5163007026915438, 1.0379073678632194, 0.7184543195947778, 0.9719118876299244, - 1.4531304025245029, + 1.453130402524503, 1.8257886195995245, 1.9734688186995757 ], "relative wind angle": [ - 0.227142766658052, - 0.4268641396891914, - 0.46837745445789936, - 0.04853456012768708, - 0.44601561337986523, - 0.44672752719039666, - 0.2595337016107313, + 0.227142766658053, + 0.42686413968919146, + 0.4683774544578999, + 0.048534560127687074, + 0.4460156133798655, + 0.44672752719039716, + 0.25953370161073086, 0.017663308520260494 ], "resistance": [ @@ -151234,9 +115502,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 644.3145943307995, + 644.314594330798, 152.51358869522198, - -305.2359189509226, + -305.2359189509228, -514.0161696570719, -435.67645148002237, -71.44236031746425, @@ -151244,9 +115512,9 @@ 826.4986344519234 ], "relative wind speed": [ - 1.8123034532311615, + 1.8123034532311608, 1.500590112814493, - 1.0271376865427273, + 1.027137686542727, 0.6286591580125411, 0.8117104219347563, 1.3005948366014985, @@ -151254,11 +115522,11 @@ 1.8836414942122224 ], "relative wind angle": [ - 0.20381464050936068, + 0.2038146405093612, 0.4338942906966748, 0.5368918577302637, - 0.1792660689001147, - 0.4689079107607966, + 0.17926606890011473, + 0.4689079107607965, 0.5064253339871092, 0.31426617333404167, 0.05954470645584472 @@ -151314,9 +115582,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 632.9090537001056, + 632.9090537001049, 155.22183957351695, - -300.4616307445434, + -300.4616307445435, -519.6016648508219, -452.5893449426022, -99.87565455839115, @@ -151324,22 +115592,22 @@ 787.479474160972 ], "relative wind speed": [ - 1.8344891746685288, + 1.8344891746685286, 1.5396598967374662, 1.0908334680102665, 0.7176668036919818, 0.8609688896910668, - 1.3175983315753939, + 1.317598331575394, 1.7078349762376288, 1.8951444060731681 ], "relative wind angle": [ - 0.18213278316012507, - 0.3946674548756191, - 0.481256575188134, - 0.17095402748993097, - 0.396219103827364, - 0.4659852062694681, + 0.18213278316012568, + 0.39466745487561916, + 0.4812565751881344, + 0.17095402748993094, + 0.3962191038273641, + 0.46598520626946854, 0.3001470119811966, 0.0644678663153517 ], @@ -151394,9 +115662,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 657.5891910826092, + 657.5891910826074, 151.99482545024057, - -339.3988643261033, + -339.3988643261034, -577.3960678569265, -509.7221282961754, -131.86237238035415, @@ -151404,9 +115672,9 @@ 812.7913760512904 ], "relative wind speed": [ - 1.9565147109367251, + 1.9565147109367247, 1.6660281952407214, - 1.2321876206411944, + 1.2321876206411941, 0.8901716251625671, 1.011542708265541, 1.4406659978704106, @@ -151414,14 +115682,14 @@ 2.0146371739130684 ], "relative wind angle": [ - 0.1609940573068905, + 0.16099405730689262, 0.3457019634676243, 0.4043420437177921, - 0.13636028576785017, - 0.31524509357299724, + 0.13636028576785014, + 0.3152450935729973, 0.4026571335053852, 0.2687555294647424, - 0.060100705049003444 + 0.06010070504900345 ], "resistance": [ 97292.08919108259, @@ -151474,9 +115742,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 598.9458859370122, + 598.9458859370116, 174.02872624077474, - -246.51366698383657, + -246.51366698383686, -463.11961281667357, -419.1201222409337, -115.57631352479382, @@ -151486,7 +115754,7 @@ "relative wind speed": [ 1.749780718827142, 1.4814185144936425, - 1.0565998707957955, + 1.0565998707957953, 0.6772986554523298, 0.7790028370999884, 1.2140746143069254, @@ -151494,11 +115762,11 @@ 1.7916038947020423 ], "relative wind angle": [ - 0.16848418034293178, - 0.38927409931332113, - 0.494750510167169, - 0.21918563869947785, - 0.38618580853647927, + 0.1684841803429331, + 0.3892740993133211, + 0.49475051016716903, + 0.21918563869947788, + 0.3861858085364793, 0.4814761496321976, 0.31943935666055934, 0.08229199415846068 @@ -151554,9 +115822,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 590.9753316993865, - 133.73219213507855, - -294.1600375736755, + 590.9753316993856, + 133.73219213507866, + -294.16003757367554, -492.9013096769503, -421.09127434207846, -79.3230934346933, @@ -151564,8 +115832,8 @@ 756.862422135586 ], "relative wind speed": [ - 1.777566529197158, - 1.4829780741997554, + 1.7775665291971576, + 1.4829780741997556, 1.0408352610201832, 0.6824630571285737, 0.8415750746283953, @@ -151574,13 +115842,13 @@ 1.8445149898042412 ], "relative wind angle": [ - 0.19138701838776964, - 0.4044815149894609, - 0.4871506873152306, + 0.19138701838777025, + 0.40448151498946117, + 0.48715068731523103, 0.1551001836586158, - 0.4134624598005729, + 0.41346245980057317, 0.468760839144443, - 0.29629020072729956, + 0.2962902007272995, 0.05718779929012909 ], "resistance": [ @@ -151634,9 +115902,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 557.7493639228397, - 57.58973671860531, - -374.6977820835241, + 557.7493639228386, + 57.589736718605195, + -374.6977820835243, -537.4171844537414, -421.35917131073234, -20.513637399099707, @@ -151644,9 +115912,9 @@ 826.228645140371 ], "relative wind speed": [ - 1.827479156990521, - 1.4987839083211367, - 1.0470085343366966, + 1.8274791569905207, + 1.498783908321137, + 1.0470085343366964, 0.750352902294119, 0.979336931937881, 1.432629642178991, @@ -151654,14 +115922,14 @@ 1.9328092035974678 ], "relative wind angle": [ - 0.21656709855796957, - 0.40568671725238037, - 0.4377340199829197, + 0.2165670985579701, + 0.4056867172523807, + 0.43773401998292, 0.04820104939582309, 0.41257619767416637, 0.4256067745987582, 0.250616191750734, - 0.018706400237185058 + 0.01870640023718506 ], "resistance": [ 97192.24936392282, @@ -151714,9 +115982,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 586.2974875954969, + 586.2974875954965, 197.45527062876675, - -199.87394396594857, + -199.87394396594868, -388.7311174973945, -356.28425119614525, -104.33106901093629, @@ -151726,7 +115994,7 @@ "relative wind speed": [ 1.6242654048865812, 1.3634772952375993, - 0.9309055247006827, + 0.9309055247006826, 0.4921044419248203, 0.5929512391407951, 1.0633714980577267, @@ -151734,9 +116002,9 @@ 1.6576074612971055 ], "relative wind angle": [ - 0.1844299552900475, + 0.18442995529004869, 0.45066464237043585, - 0.6214772012538411, + 0.6214772012538413, 0.35843075177349043, 0.5263120800195262, 0.5925633790366325, @@ -151794,9 +116062,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 590.2812173453423, + 590.2812173453414, 171.73870242744272, - -237.866778782408, + -237.86677878240818, -437.0711910318588, -388.6729111786815, -92.24333307001103, @@ -151804,9 +116072,9 @@ 702.9740590838263 ], "relative wind speed": [ - 1.6941309437736742, + 1.694130943773674, 1.4187084769709288, - 0.9811658374291642, + 0.981165837429164, 0.5788273665276438, 0.705311274954049, 1.1639630177113074, @@ -151814,9 +116082,9 @@ 1.7414082028598172 ], "relative wind angle": [ - 0.18643396285648958, + 0.1864339628564908, 0.4268421465033153, - 0.554511477587738, + 0.5545114775877382, 0.25009200246581126, 0.46141736711145304, 0.5289257845092006, @@ -151861,52 +116129,7 @@ "id": "2886", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 86.3532231937269, - 86.3532231937269, - 86.3532231937269, - 86.3532231937269, - 86.3532231937269, - 86.3532231937269, - 86.3532231937269, - 86.3532231937269 - ], - "relative wind speed": [ - 0.6257991650544833, - 0.6257991650544833, - 0.6257991650544833, - 0.6257991650544833, - 0.6257991650544833, - 0.6257991650544833, - 0.6257991650544833, - 0.6257991650544833 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.65625 20.625, -37.65625 20.78125, -37.5 20.78125, -37.5 20.625, -37.65625 20.625))", @@ -151925,52 +116148,7 @@ "id": "2887", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 84.6779310468124, - 84.6779310468124, - 84.6779310468124, - 84.6779310468124, - 84.6779310468124, - 84.6779310468124, - 84.6779310468124, - 84.6779310468124 - ], - "relative wind speed": [ - 0.6196990383819269, - 0.6196990383819269, - 0.6196990383819269, - 0.6196990383819269, - 0.6196990383819269, - 0.6196990383819269, - 0.6196990383819269, - 0.6196990383819269 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 20.15625, -38.4375 20.3125, -38.28125 20.3125, -38.28125 20.15625, -38.4375 20.15625))", @@ -152002,33 +116180,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 614.5860184502874, - 267.1260224496772, - -130.88728332609725, - -367.3116803536872, + 614.5860184502867, + 267.12602244967707, + -130.88728332609742, + -367.3116803536873, -382.00354291835515, -174.5432919326143, - 213.9306394316294, + 213.9306394316293, 580.2663958005812 ], "relative wind speed": [ 1.6411194384991703, 1.430077932894009, - 1.0388925501600383, - 0.6013025886565236, + 1.0388925501600381, + 0.6013025886565235, 0.5588938414840539, 0.9800573673608259, 1.3879256488337575, 1.6260598188085202 ], "relative wind angle": [ - 0.12018726175177452, - 0.3798345694228473, + 0.12018726175177638, + 0.3798345694228474, 0.561408847492758, - 0.4323600612852095, + 0.4323600612852092, 0.35977678046311456, 0.571643194526834, - 0.4098780788279013, + 0.40987807882790156, 0.15557481730290823 ], "resistance": [ @@ -152069,52 +116247,7 @@ "id": "2889", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 75.24590711197166, - 75.24590711197166, - 75.24590711197166, - 75.24590711197166, - 75.24590711197166, - 75.24590711197166, - 75.24590711197166, - 75.24590711197166 - ], - "relative wind speed": [ - 0.5841671673582594, - 0.5841671673582594, - 0.5841671673582594, - 0.5841671673582594, - 0.5841671673582594, - 0.5841671673582594, - 0.5841671673582594, - 0.5841671673582594 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 20, -38.4375 20.15625, -38.28125 20.15625, -38.28125 20, -38.4375 20))", @@ -152133,52 +116266,7 @@ "id": "2890", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 88.81952557983968, - 88.81952557983968, - 88.81952557983968, - 88.81952557983968, - 88.81952557983968, - 88.81952557983968, - 88.81952557983968, - 88.81952557983968 - ], - "relative wind speed": [ - 0.6346728604705475, - 0.6346728604705475, - 0.6346728604705475, - 0.6346728604705475, - 0.6346728604705475, - 0.6346728604705475, - 0.6346728604705475, - 0.6346728604705475 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 20, -38.28125 20.15625, -38.125 20.15625, -38.125 20, -38.28125 20))", @@ -152197,52 +116285,7 @@ "id": "2891", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 81.6459510466271, - 81.6459510466271, - 81.6459510466271, - 81.6459510466271, - 81.6459510466271, - 81.6459510466271, - 81.6459510466271, - 81.6459510466271 - ], - "relative wind speed": [ - 0.608503428075938, - 0.608503428075938, - 0.608503428075938, - 0.608503428075938, - 0.608503428075938, - 0.608503428075938, - 0.608503428075938, - 0.608503428075938 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 20.15625, -38.125 20.3125, -37.96875 20.3125, -37.96875 20.15625, -38.125 20.15625))", @@ -152274,34 +116317,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 557.5229053052497, + 557.5229053052492, 226.72503656076213, -139.62639703487298, -348.00778267337625, -349.90003537366476, -145.24925240377496, 219.87533753990868, - 553.104615410788 + 553.1046154107885 ], "relative wind speed": [ - 1.5766710468215985, + 1.576671046821598, 1.3619877269492544, - 0.9779950715995832, + 0.9779950715995831, 0.5627017767476508, 0.5570436052520971, 0.9701435974521359, 1.3563608693724156, - 1.5746605597660739 + 1.574660559766074 ], "relative wind angle": [ 0.1352590374839608, 0.3922525380260679, 0.5650779296907501, - 0.40163440187890664, + 0.4016344018789067, 0.3916072693224761, - 0.5664871674423704, + 0.5664871674423705, 0.3964059603508429, - 0.14015401326103283 + 0.1401540132610336 ], "resistance": [ 97192.02290530526, @@ -152341,68 +116384,7 @@ "id": "2893", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.706469769131015, - 3.706469769131015, - 3.706469769131015, - 3.706469769131015, - 3.706469769131015, - 3.706469769131015, - 3.706469769131015, - 3.706469769131015 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 571.2679577456856, - 260.926351654921, - -104.58801203405125, - -330.0818765823205, - -353.01129781963385, - -172.82089824826704, - 177.8669758674701, - 517.7070814238396 - ], - "relative wind speed": [ - 1.5731461706274539, - 1.38089733250566, - 1.0133647618651123, - 0.591907974265915, - 0.5230045850206052, - 0.9173032362262494, - 1.3120268783536646, - 1.5485372517678802 - ], - "relative wind angle": [ - 0.10740492078893643, - 0.36832618007193835, - 0.5556034103131883, - 0.4523410703719787, - 0.3283088069718944, - 0.5728408222082748, - 0.41959326887223175, - 0.16785222969259816 - ], - "resistance": [ - 97205.76795774569, - 96895.42635165493, - 96529.91198796596, - 96304.41812341768, - 96281.48870218037, - 96461.67910175174, - 96812.36697586747, - 97152.20708142384 - ], - "fuel": [ - 38.9590060626741, - 38.79865967242955, - 38.61026639828485, - 38.49429038610718, - 38.48250792330572, - 38.575152893790325, - 38.75580559171054, - 38.93130679775922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 20, -38.125 20.15625, -37.96875 20.15625, -37.96875 20, -38.125 20))", @@ -152421,68 +116403,7 @@ "id": "2894", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.5429095361264267, - 3.5429095361264267, - 3.5429095361264267, - 3.5429095361264267, - 3.5429095361264267, - 3.5429095361264267, - 3.5429095361264267, - 3.5429095361264267 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 645.259542107229, - 329.7479429635842, - -70.72476970347145, - -315.9762830009673, - -355.7844776616989, - -200.17549047480674, - 166.7091249907932, - 538.079857855817 - ], - "relative wind speed": [ - 1.5940514590427055, - 1.4126991491444352, - 1.036299805155457, - 0.5617598507848212, - 0.4060991914974742, - 0.8427322952264665, - 1.2774972881559639, - 1.5460732445318672 - ], - "relative wind angle": [ - 0.08905370430576286, - 0.3823265542642752, - 0.6217390290983773, - 0.6203424022040191, - 0.3566089351643535, - 0.6756517961842794, - 0.49210302518536797, - 0.21282107476931703 - ], - "resistance": [ - 97279.75954210725, - 96964.2479429636, - 96563.77523029654, - 96318.52371699904, - 96278.71552233832, - 96434.3245095252, - 96801.20912499081, - 97172.57985785583 - ], - "fuel": [ - 38.969851998091, - 38.806750557277574, - 38.60026255488046, - 38.474102900118666, - 38.45364630798917, - 38.53364401243635, - 38.72261398101364, - 38.91440469142277 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 20, -37.96875 20.15625, -37.8125 20.15625, -37.8125 20, -37.96875 20))", @@ -152501,68 +116422,7 @@ "id": "2895", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.7095290969450634, - 3.7095290969450634, - 3.7095290969450634, - 3.7095290969450634, - 3.7095290969450634, - 3.7095290969450634, - 3.7095290969450634, - 3.7095290969450634 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 660.876107824186, - 347.9698132097092, - -58.366960596028434, - -326.04935069612407, - -378.95082114212477, - -222.7333433791226, - 144.7481961791966, - 528.5921880615452 - ], - "relative wind speed": [ - 1.6305530750226782, - 1.45850382432372, - 1.0898432971016099, - 0.6249880479330747, - 0.4502744080171048, - 0.8568646144019185, - 1.2937124722069266, - 1.5718906809704896 - ], - "relative wind angle": [ - 0.0723676486974624, - 0.3533478160877051, - 0.5784644675617261, - 0.5713453019216763, - 0.2649201106486557, - 0.6298330878671173, - 0.47864992264820644, - 0.21670137122950933 - ], - "resistance": [ - 97295.3761078242, - 96982.46981320973, - 96576.13303940398, - 96308.4506493039, - 96255.5491788579, - 96411.7666566209, - 96779.24819617921, - 97163.09218806156 - ], - "fuel": [ - 39.00590120098917, - 38.84412685381504, - 38.63459216073214, - 38.496892716880694, - 38.46971103788521, - 38.550008274343725, - 38.739255260663015, - 38.9374652022233 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 22.34375, -37.1875 22.5, -37.03125 22.5, -37.03125 22.34375, -37.1875 22.34375))", @@ -152594,19 +116454,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -75.46956916414888, + -75.46956916414956, -635.6129428629833, - -782.5329502583668, + -782.5329502583672, -527.2781840343538, 105.31938502437106, 813.4642104460365, - 1151.912520157541, + 1151.9125201575378, 650.1276340883198 ], "relative wind speed": [ - 1.7312421036989813, + 1.7312421036989811, 1.2114660159151731, - 0.9823611668687863, + 0.9823611668687862, 1.33558069097759, 1.8558741122733098, 2.2302058278349413, @@ -152614,13 +116474,13 @@ 2.1581687052022 ], "relative wind angle": [ - 0.4033902120810075, + 0.40339021208100806, 0.36542719045171257, - 0.06860779418544638, - 0.4065576041030761, - 0.374897971901449, + 0.06860779418544961, + 0.40655760410307606, + 0.3748979719014491, 0.19535472019858574, - 0.028781597599439962, + 0.02878159759944382, 0.2472348093186725 ], "resistance": [ @@ -152674,9 +116534,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 40.616102175227525, + 40.616102175227184, -382.8961891298742, - -518.783054444655, + -518.7830544446557, -377.6533062916433, 50.17529875024093, 570.0690389760765, @@ -152684,9 +116544,9 @@ 561.1964311273715 ], "relative wind speed": [ - 1.3989691358851706, + 1.3989691358851704, 0.8948037608904117, - 0.5733133982256763, + 0.5733133982256762, 0.9042349277464578, 1.407518970682215, 1.771313220603854, @@ -152694,19 +116554,19 @@ 1.7665173340312799 ], "relative wind angle": [ - 0.4939725423405246, + 0.49397254234052507, 0.5472281464070022, - 0.008461571065071699, + 0.00846157106508482, 0.5497595448160411, - 0.49070433679988473, + 0.4907043367998847, 0.26597286128656905, - 0.002553363791810724, - 0.2707407236127823 + 0.0025533637918107237, + 0.27074072361278234 ], "resistance": [ 96675.11610217523, 96251.60381087013, - 96115.71694555535, + 96115.71694555534, 96256.84669370836, 96684.67529875024, 97204.56903897607, @@ -152716,7 +116576,7 @@ "fuel": [ 38.83236478662828, 38.6144711314123, - 38.54469986380839, + 38.544699863808376, 38.61716447229913, 38.83729061832725, 39.1057027764218, @@ -152754,9 +116614,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 88.83432880989085, + 88.8343288098904, -499.70389498933275, - -727.3153886104091, + -727.3153886104092, -576.4158027315318, -39.54231804589847, 646.3568989782855, @@ -152764,9 +116624,9 @@ 763.0879341533387 ], "relative wind speed": [ - 1.7523636318746976, + 1.7523636318746973, 1.2286971133002256, - 0.877347509055695, + 0.8773475090556948, 1.1332968688351959, 1.658947486627092, 2.076821722120394, @@ -152774,14 +116634,14 @@ 2.130381014934128 ], "relative wind angle": [ - 0.4020682177039278, + 0.40206821770392837, 0.4378552743462507, 0.05818168104775921, 0.40718643075250666, 0.4261388188307343, 0.2535554665293975, 0.02269703935240458, - 0.21226471386833337 + 0.2122647138683334 ], "resistance": [ 96723.3343288099, @@ -152834,33 +116694,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 160.1092706069171, + 160.10927060691677, -299.95184307926945, - -503.2745475365459, + -503.27454753654604, -425.71683806417616, -66.74910528037196, 442.1475115580904, - 832.3173510716686, + 832.3173510716699, 651.0000058622395 ], "relative wind speed": [ - 1.4816691327162914, + 1.4816691327162912, 1.0004752816239149, - 0.5837568181922551, + 0.583756818192255, 0.7755842233571145, 1.2769018665862795, 1.6807352577355301, - 1.8668288011892857, + 1.8668288011892855, 1.7956310612749247 ], "relative wind angle": [ - 0.450806673631151, + 0.45080667363115123, 0.5683266799399779, - 0.1999960699415937, + 0.19999606994159427, 0.5038737186766591, 0.5300313733633198, - 0.32613334922025383, - 0.06216266405583019, + 0.3261333492202539, + 0.062162664055826614, 0.2100863364319402 ], "resistance": [ @@ -152914,19 +116774,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 230.9358843287705, + 230.93588432876982, -439.0439295889148, - -769.2776336911597, + -769.27763369116, -681.9817446667165, - -174.99346739906866, + -174.99346739906844, 551.2420462264381, 1119.7232233124275, 919.1456323330192 ], "relative wind speed": [ - 1.9053247227794556, + 1.9053247227794554, 1.3822640850755326, - 0.9507320969290807, + 0.9507320969290806, 1.0953185217547345, 1.6201399818624111, 2.084337270974648, @@ -152934,17 +116794,17 @@ 2.248420155568075 ], "relative wind angle": [ - 0.3677654157531026, - 0.4441051331619604, - 0.1636175461733253, + 0.3677654157531035, + 0.4441051331619603, + 0.16361754617332666, 0.349317444564475, - 0.43655221661092425, - 0.2889331670785087, + 0.4365522166109239, + 0.28893316707850875, 0.06699569912089588, 0.16751269465614319 ], "resistance": [ - 96865.43588432875, + 96865.43588432873, 96195.45607041106, 95865.22236630881, 95952.51825533326, @@ -152954,7 +116814,7 @@ 97553.64563233299 ], "fuel": [ - 39.30345182552004, + 39.303451825520035, 38.95858537221514, 38.78921489962776, 38.83394781381248, @@ -152994,19 +116854,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 318.16512591399487, + 318.16512591399396, -355.2302945964673, - -739.8703934748605, + -739.8703934748606, -716.2614337805971, -282.9084386956239, 405.2970824587612, - 997.9815782417934, + 997.9815782417925, 943.9674394355823 ], "relative wind speed": [ - 1.9900867212851265, + 1.9900867212851263, 1.5127066562759575, - 1.0783039325207167, + 1.0783039325207164, 1.1149646896109606, 1.5755636540353404, 2.0382748976060587, @@ -153014,13 +116874,13 @@ 2.280285010053198 ], "relative wind angle": [ - 0.3146484139808226, - 0.40198555553949417, - 0.20650250178621565, - 0.2530755988018894, + 0.31464841398082366, + 0.4019855555394941, + 0.2065025017862151, + 0.25307559880188946, 0.4016150623173727, - 0.2946068802891516, - 0.09636659778679302, + 0.29460688028915166, + 0.09636659778679417, 0.12273468834114232 ], "resistance": [ @@ -153074,9 +116934,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 399.48174101028746, + 399.4817410102859, -227.95340577139177, - -621.8347668265026, + -621.8347668265028, -645.5568920167825, -298.61774175410267, 313.13422685713306, @@ -153084,9 +116944,9 @@ 946.574147329307 ], "relative wind speed": [ - 1.8687409682801166, + 1.8687409682801162, 1.3988424553991023, - 0.9025545003695715, + 0.9025545003695713, 0.8571961814491184, 1.3281789411116414, 1.8164503547066617, @@ -153094,14 +116954,14 @@ 2.126374099882238 ], "relative wind angle": [ - 0.336357657839976, + 0.336357657839977, 0.4783647862327275, - 0.3316438601980254, + 0.33164386019802605, 0.26962578370138646, - 0.48293457962567166, - 0.36237627385141413, - 0.13989438070951413, - 0.10758835589741927 + 0.4829345796256717, + 0.3623762738514142, + 0.13989438070951415, + 0.10758835589741929 ], "resistance": [ 97033.98174101031, @@ -153166,7 +117026,7 @@ "relative wind speed": [ 1.8017691137036256, 1.3680763296872671, - 0.8882317727665845, + 0.8882317727665844, 0.7953351819529835, 1.2223156561112796, 1.6937516519314488, @@ -153174,12 +117034,12 @@ 2.026787963902221 ], "relative wind angle": [ - 0.31951862459808583, + 0.31951862459808617, 0.47192488766106205, - 0.3608269261100961, - 0.2262955693998841, + 0.36082692611009615, + 0.22629556939988413, 0.4813960536073378, - 0.375986840509549, + 0.37598684050954906, 0.15841585779492426, 0.08815919281395722 ], @@ -153234,23 +117094,23 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 344.6974506863189, + 344.6974506863187, -305.94135557288166, - -696.8434254260596, + -696.8434254260599, -696.8362265537176, -305.9192912384674, 344.72402549870867, - 926.8603657473959, + 926.860365747395, 926.8438993408163 ], "relative wind speed": [ - 1.9711674800974928, + 1.9711674800974925, 1.51245937369827, - 1.0759260081287823, + 1.075926008128782, 1.0759374041690153, 1.5124789453661356, 1.9711824973051058, - 2.2395260703554714, + 2.239526070355472, 2.239520595368526 ], "relative wind angle": [ @@ -153258,10 +117118,10 @@ 0.4001184264510103, 0.22879470295611087, 0.22880949228484287, - 0.4001183304419932, - 0.3035173928500281, - 0.10917916282464611, - 0.1091875533794138 + 0.40011833044199324, + 0.30351739285002804, + 0.10917916282464817, + 0.10918755337941381 ], "resistance": [ 96979.19745068633, @@ -153314,19 +117174,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 201.49549786536636, + 201.49549786536613, -351.2283294961833, - -636.0897234177373, + -636.0897234177377, -580.3202623679027, - -180.0681961023871, + -180.06819610238722, 407.6315861190835, 877.993031222122, - 750.2571198236064 + 750.2571198236062 ], "relative wind speed": [ - 1.783896860791496, + 1.7838968607914958, 1.335435267798362, - 0.9636943760699002, + 0.9636943760699, 1.0577838841950162, 1.4975214592849206, 1.9082639168838538, @@ -153334,14 +117194,14 @@ 2.075078741951229 ], "relative wind angle": [ - 0.33216847747054856, + 0.33216847747054895, 0.39971184617991484, - 0.15968354155321526, + 0.15968354155321599, 0.2905019257140915, - 0.3989527999591849, + 0.398952799959185, 0.2758197304492111, 0.07232867267412099, - 0.14653487444252924 + 0.14653487444252927 ], "resistance": [ 96835.99549786535, @@ -153394,9 +117254,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 356.36616245602863, + 356.3661624560275, -204.8160395330758, - -565.8562545084758, + -565.856254508476, -595.402281129467, -294.38567555512566, 247.9287687498279, @@ -153404,9 +117264,9 @@ 832.3308497804073 ], "relative wind speed": [ - 1.8175048936319993, + 1.8175048936319986, 1.3942592269305722, - 0.954951652212346, + 0.9549516522123458, 0.9009953104148225, 1.3046835567997892, 1.7497326738330559, @@ -153414,14 +117274,14 @@ 2.0478600226505983 ], "relative wind angle": [ - 0.3045077898056219, + 0.30450778980562226, 0.42842836892159175, - 0.2912660659398002, - 0.21408016576458014, + 0.291266065939801, + 0.2140801657645801, 0.4308825893920372, 0.33740669192720085, 0.13595642553376852, - 0.09360751797824986 + 0.09360751797824987 ], "resistance": [ 96990.86616245606, @@ -153474,17 +117334,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 237.64210737095323, + 237.64210737095254, -321.69121275682164, - -630.0360509155132, + -630.0360509155133, -597.4619327612857, - -221.2284718319088, + -221.2284718319089, 358.3467190713559, 843.1317441879546, 768.6134226799031 ], "relative wind speed": [ - 1.825649693493357, + 1.8256496934933566, 1.3918864861196527, 1.0144940852097166, 1.0679557018899388, @@ -153494,11 +117354,11 @@ 2.0972821798330497 ], "relative wind angle": [ - 0.31110630314621934, - 0.38528508562730535, - 0.17930092070563944, + 0.3111063031462197, + 0.3852850856273053, + 0.1793009207056407, 0.25291776172877667, - 0.385751388772657, + 0.3857513887726573, 0.27924691232120835, 0.08529915192669527, 0.12776676943762488 @@ -153554,9 +117414,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 205.57146456848773, + 205.5714645684876, -217.35337634407495, - -451.09737968605873, + -451.09737968605884, -427.02456988711464, -145.73638769297065, 293.1647668248445, @@ -153566,7 +117426,7 @@ "relative wind speed": [ 1.5014664409676062, 1.0891215646302674, - 0.6986423227587537, + 0.6986423227587536, 0.7543712304713927, 1.1754473120698228, 1.5652131082576004, @@ -153574,13 +117434,13 @@ 1.751285785770323 ], "relative wind angle": [ - 0.3714071081706964, - 0.4891422873980592, + 0.3714071081706967, + 0.48914228739805926, 0.2587943189371159, 0.35031100847346286, - 0.48203976327642206, + 0.4820397632764221, 0.33307301245861465, - 0.10094225570708595, + 0.10094225570708597, 0.14837382848461472 ], "resistance": [ @@ -153621,52 +117481,7 @@ "id": "2909", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.72981736570007, - 59.72981736570007, - 59.72981736570007, - 59.72981736570007, - 59.72981736570007, - 59.72981736570007, - 59.72981736570007, - 59.72981736570007 - ], - "relative wind speed": [ - 0.5204647206756934, - 0.5204647206756934, - 0.5204647206756934, - 0.5204647206756934, - 0.5204647206756934, - 0.5204647206756934, - 0.5204647206756934, - 0.5204647206756934 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 21.875, -36.875 22.03125, -36.71875 22.03125, -36.71875 21.875, -36.875 21.875))", @@ -153698,9 +117513,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 219.40002468262264, + 219.40002468262242, -241.04922331119678, - -501.09467594209457, + -501.09467594209474, -481.4287703470536, -181.45222660880336, 291.5580672368674, @@ -153708,9 +117523,9 @@ 652.9059372671279 ], "relative wind speed": [ - 1.6153915000867745, + 1.6153915000867742, 1.208045369177426, - 0.8326098499093323, + 0.8326098499093322, 0.8717095355423439, 1.2728915223305117, 1.6644425229434818, @@ -153718,11 +117533,11 @@ 1.8627573679408806 ], "relative wind angle": [ - 0.334138631649277, + 0.33413863164927765, 0.4312249909694966, - 0.2232272368471164, + 0.22322723684711693, 0.2840271732581133, - 0.42926142947629936, + 0.4292614294762993, 0.3082283951547913, 0.09817177866810747, 0.13151432872571164 @@ -153765,52 +117580,7 @@ "id": "2911", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.80852670102876, - 52.80852670102876, - 52.80852670102876, - 52.80852670102876, - 52.80852670102876, - 52.80852670102876, - 52.80852670102876, - 52.80852670102876 - ], - "relative wind speed": [ - 0.4893817039478086, - 0.4893817039478086, - 0.4893817039478086, - 0.4893817039478086, - 0.4893817039478086, - 0.4893817039478086, - 0.4893817039478086, - 0.4893817039478086 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.5 21.71875, -37.5 21.875, -37.34375 21.875, -37.34375 21.71875, -37.5 21.71875))", @@ -153844,7 +117614,7 @@ "wind resistance": [ 461.86783849056053, -134.2805381589086, - -557.2502781969529, + -557.250278196953, -636.08479032006, -373.90524739190164, 171.83043653225184, @@ -153862,13 +117632,13 @@ 2.1055605136963655 ], "relative wind angle": [ - 0.2790882710588997, - 0.42479356485667885, - 0.34415021239013394, - 0.1450381971635251, - 0.4308018748770322, + 0.2790882710588998, + 0.4247935648566788, + 0.34415021239013466, + 0.14503819716352512, + 0.43080187487703225, 0.3639856958099334, - 0.1697356696295952, + 0.16973566962959516, 0.06051867051314483 ], "resistance": [ @@ -153922,12 +117692,12 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 316.8522516912582, + 316.85225169125795, -179.88399599599836, -484.6890884187321, -496.6240661998115, -215.84031318922968, - 273.596027472728, + 273.5960274727279, 732.9545859521297, 760.593971196929 ], @@ -153935,19 +117705,19 @@ 1.628341862609676, 1.1936521970147824, 0.7274033683405446, - 0.69936435423075, + 0.6993643542307502, 1.152486254523671, 1.598410529543312, 1.8575807191398113, 1.8683177696592608 ], "relative wind angle": [ - 0.36439775764292387, + 0.36439775764292454, 0.5230052219606959, - 0.36972292574862636, - 0.3267656653306574, + 0.3697229257486267, + 0.32676566533065776, 0.5276876368428862, - 0.38224384072390527, + 0.3822438407239053, 0.141979050817992, 0.12044348494726316 ], @@ -154002,34 +117772,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 642.1754477154852, + 642.1754477154834, -3.9050894358290407, - -542.0767126110169, + -542.0767126110171, -711.6795658713809, -537.3413536682353, 3.978968071592817, - 649.2477531997517, - 1041.079236592404 + 649.2477531997513, + 1041.0792365925322 ], "relative wind speed": [ - 2.121679948271963, + 2.1216799482719626, 1.7501817883040938, - 1.276883925968912, + 1.2768839259689118, 1.021113619013065, 1.282247731661873, 1.755718871613568, 2.124912348275466, - 2.258984733307726 + 2.2589847333077255 ], "relative wind angle": [ - 0.20877687158270952, + 0.2087768715827106, 0.3614612079667158, - 0.3481008495948093, - 0.0028979518538641592, + 0.34810084959480964, + 0.0028979518538641597, 0.35005549885407944, 0.36026913498473956, - 0.20644202485391533, - 0.001309940154181779 + 0.20644202485391588, + 0.0013099401540122716 ], "resistance": [ 97276.67544771546, @@ -154039,7 +117809,7 @@ 96097.15864633174, 96638.47896807156, 97283.74775319973, - 97675.57923659237 + 97675.5792365925 ], "fuel": [ 39.53528049308588, @@ -154049,7 +117819,7 @@ 38.92744741951584, 39.20575990894214, 39.53894063374936, - 39.742016563434035 + 39.74201656343409 ] }, { @@ -154082,34 +117852,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 552.3759767370585, + 552.3759767370578, -77.37080224122201, - -551.8212631881083, + -551.8212631881088, -668.7620644453912, -432.9153092204614, 121.48737790324697, 732.9537246243284, - 1002.5446140882597 + 1002.544614088256 ], "relative wind speed": [ - 1.9735188346672685, + 1.9735188346672683, 1.5624167707564902, - 1.063942451390946, + 1.0639424513909457, 0.8568280354936338, 1.2168506559141137, 1.7129961891504382, 2.05998266247881, - 2.154378756666799 + 2.1543787566667993 ], "relative wind angle": [ - 0.26538067603415383, + 0.2653806760341543, 0.42904019163715135, - 0.3870338115907906, + 0.38703381159079087, 0.09590192480118977, 0.43936715321425074, 0.3891803922818597, 0.19619871189143245, - 0.03809237488402625 + 0.038092374884032075 ], "resistance": [ 97186.8759767371, @@ -154162,34 +117932,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 344.0935343566988, + 344.09353435669857, -178.95523468069973, - -508.71442030737103, + -508.71442030737114, -531.4213582801021, -246.1528324470986, 261.6358680205914, 746.9582033877238, - 799.3673029792789 + 799.3673029792793 ], "relative wind speed": [ - 1.6923746696865567, + 1.6923746696865565, 1.258539902760934, - 0.7904208741443067, + 0.7904208741443065, 0.7406219742207275, 1.1831537454793366, 1.6370895275448323, 1.9076738845398638, - 1.9275538641863827 + 1.9275538641863825 ], "relative wind angle": [ - 0.3458922471525061, - 0.4994795053615825, - 0.36036291327091935, + 0.3458922471525064, + 0.49947950536158253, + 0.36036291327091907, 0.2855763773787781, - 0.5063116887844029, + 0.506311688784403, 0.3770885936896037, - 0.14662597866940397, - 0.10845382330696912 + 0.14662597866940394, + 0.1084538233069681 ], "resistance": [ 96978.5935343567, @@ -154242,19 +118012,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 277.4638311043616, + 277.4638311043609, -238.01551271110975, - -546.4093225174686, + -546.4093225174688, -545.2092004135578, -234.36874523691642, 281.8730648948706, - 744.5936703631321, + 744.5936703631323, 741.8461116676142 ], "relative wind speed": [ - 1.7302953365414484, + 1.7302953365414482, 1.3128761130318263, - 0.9101099458512676, + 0.9101099458512674, 0.9123438774916592, 1.3166140377408104, 1.7331332285383274, @@ -154262,13 +118032,13 @@ 1.9735812943065527 ], "relative wind angle": [ - 0.3172076951854147, + 0.31720769518541536, 0.4224493980792021, - 0.24587925572805822, + 0.24587925572805824, 0.24917042091835936, - 0.42236491081129585, - 0.3158013880870749, - 0.11242536082682782, + 0.4223649108112959, + 0.315801388087075, + 0.11242536082682683, 0.11424624233004192 ], "resistance": [ @@ -154322,54 +118092,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 615.7178300491206, + 615.7178300491202, 31.451018078179914, - -451.8830143891172, + -451.88301438911753, -612.5221723155903, -456.8545411326499, 23.110402269683505, 608.0983963724501, - 977.6983185837265 + 977.6983185836478 ], "relative wind speed": [ - 1.9319850829865792, + 1.931985082986579, 1.5598088902659681, - 1.0617724494692533, + 1.061772449469253, 0.7618826857324691, - 1.054837059656231, + 1.0548370596562309, 1.5531399837600313, 1.928182265465307, - 2.0651349487352975 + 2.065134948735298 ], "relative wind angle": [ - 0.2394335931935279, + 0.23943359319352836, 0.43098070237740105, - 0.45160417692161287, - 0.004819295334703692, - 0.4493233172564951, - 0.4329559366093742, - 0.24268842965116386, - 0.0017779590610152228 + 0.45160417692161314, + 0.004819295334703691, + 0.44932331725649455, + 0.43295593660937426, + 0.24268842965116388, + 0.0017779590611401103 ], "resistance": [ 97250.21783004912, 96665.95101807818, - 96182.61698561089, + 96182.61698561088, 96021.97782768442, 96177.64545886735, 96657.61040226968, 97242.59839637244, - 97612.19831858373 + 97612.19831858364 ], "fuel": [ 39.28422097718971, 38.9825448459726, - 38.7339436662669, + 38.733943666266896, 38.65151193987724, 38.73139109541767, 38.978247508314034, 39.28027863887345, - 39.47176065621275 + 39.47176065621271 ] }, { @@ -154402,34 +118172,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 426.423126774126, + 426.42312677412554, -54.15816682637171, - -416.4112487908879, + -416.411248790888, -506.8445510221708, - -328.0602019581522, - 93.78030773919932, + -328.0602019581523, + 93.7803077391992, 561.0977623110879, 769.8332597016457 ], "relative wind speed": [ - 1.7152760819891943, + 1.7152760819891941, 1.3539287207951964, - 0.9119742900753469, - 0.7242348429472762, + 0.9119742900753468, + 0.7242348429472761, 1.044759517531176, - 1.4834323395160494, + 1.4834323395160491, 1.7894125799149125, 1.8732801123103056 ], "relative wind angle": [ - 0.2697535072612055, + 0.269753507261206, 0.4391006655366958, - 0.4020924069043103, - 0.09800096962084393, - 0.45284668173815995, - 0.39847379247765113, + 0.40209240690431064, + 0.0980009696208428, + 0.45284668173816, + 0.3984737924776506, 0.20079546333169082, - 0.03783687826034698 + 0.03783687826034697 ], "resistance": [ 97060.92312677414, @@ -154482,19 +118252,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 616.0791901216253, + 616.0791901216239, -52.18473464600106, - -593.5408955264057, + -593.5408955264061, -748.6768054469546, -544.2929477301553, - 29.692601124629846, + 29.69260112462962, 689.0304164319641, 1046.4761324084534 ], "relative wind speed": [ - 2.18449868417216, + 2.1844986841721594, 1.8079214699374728, - 1.3505252520855717, + 1.3505252520855715, 1.1332753018345347, 1.4020902296609203, 1.8626087811990033, @@ -154502,14 +118272,14 @@ 2.3352898328713616 ], "relative wind angle": [ - 0.2053812297219266, - 0.3389346917480055, - 0.3042440869258614, - 0.025539715434704173, + 0.20538122972192713, + 0.33893469174800556, + 0.3042440869258618, + 0.02553971543470417, 0.3233505563075872, - 0.3286025766721434, - 0.18353914227829868, - 0.01239294698897726 + 0.32860257667214343, + 0.18353914227829865, + 0.012392946988977258 ], "resistance": [ 97250.57919012161, @@ -154562,9 +118332,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 607.3950379295438, + 607.3950379295422, -63.159442095829036, - -596.0756557568194, + -596.0756557568197, -743.0698684397701, -524.8187367381513, 55.40096698046432, @@ -154572,9 +118342,9 @@ 1051.8870027754817 ], "relative wind speed": [ - 2.148524581577441, + 2.1485245815774405, 1.7599264079132466, - 1.2899141204968567, + 1.2899141204968563, 1.074929399277174, 1.367458289057563, 1.84085824785189, @@ -154582,14 +118352,14 @@ 2.308815028650924 ], "relative wind angle": [ - 0.2190445235955476, - 0.35829870939297925, - 0.32014974012074787, - 0.04008554842395578, + 0.2190445235955481, + 0.3582987093929792, + 0.32014974012074754, + 0.040085548423955786, 0.34841987528238627, - 0.341885502289175, - 0.18593070834851275, - 0.01865896356806907 + 0.34188550228917497, + 0.18593070834851277, + 0.018658963568069068 ], "resistance": [ 97241.89503792956, @@ -154642,19 +118412,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 742.8957612391463, + 742.8957612391458, 211.42211505626653, - -319.2494777352737, + -319.2494777352739, -593.7606557143654, -540.1117677780339, -157.8734945003248, - 407.6611529738924, + 407.6611529738922, 866.1824708503567 ], "relative wind speed": [ - 1.987484513642302, + 1.9874845136423018, 1.6926618122570662, - 1.2296345607490382, + 1.229634560749038, 0.826689434829858, 0.929903812504102, 1.396320801894846, @@ -154662,17 +118432,17 @@ 2.0325846528049776 ], "relative wind angle": [ - 0.15947955375570927, + 0.15947955375570924, 0.36721095762435135, - 0.45808279472106567, + 0.4580827947210659, 0.19641596382462867, 0.3462925717449743, 0.45026837122262914, - 0.3038685476628554, + 0.30386854766285587, 0.07945688682570629 ], "resistance": [ - 97377.39576123912, + 97377.39576123911, 96845.92211505624, 96315.2505222647, 96040.73934428561, @@ -154682,7 +118452,7 @@ 97500.68247085033 ], "fuel": [ - 39.35480256992059, + 39.35480256992058, 39.08008156804247, 38.806823835705636, 38.66588154207804, @@ -154722,9 +118492,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 701.8897182601746, + 701.8897182601739, 163.44275876522136, - -358.50890491286077, + -358.5089049128609, -611.0248936575103, -538.3876292973093, -136.5257388099643, @@ -154732,7 +118502,7 @@ 868.5521576773962 ], "relative wind speed": [ - 2.008199026313483, + 2.0081990263134823, 1.706450389616678, 1.2546429280301359, 0.8961149850769577, @@ -154742,12 +118512,12 @@ 2.068863861006933 ], "relative wind angle": [ - 0.16391346649433666, + 0.1639134664943367, 0.35233725135304145, - 0.4143453209092847, + 0.414345320909285, 0.14045110972763836, 0.3254625158538322, - 0.4111296476483829, + 0.41112964764838295, 0.2730206448645054, 0.06067289187950604 ], @@ -154802,34 +118572,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 740.1405924907642, + 740.1405924907626, 119.09850460170242, - -452.6770900162039, + -452.67709001620403, -698.9993271156039, -585.2918083953032, - -101.92761279887975, - 541.1758518458118, + -101.92761279887998, + 541.1758518458116, 1001.4798816070054 ], "relative wind speed": [ - 2.1276627072297694, + 2.127662707229769, 1.7892667056307576, - 1.3100672433267468, + 1.3100672433267466, 0.9702374123865801, 1.1535439843774238, 1.6297659266750264, - 2.035027306350436, + 2.0350273063504356, 2.217262204439305 ], "relative wind angle": [ - 0.18006608119850492, + 0.18006608119850617, 0.3565788209572672, - 0.3934390120274125, + 0.39343901202741255, 0.08843354015553409, - 0.3366556492292374, - 0.39329386555006995, - 0.24937251528191143, - 0.03865626832760019 + 0.33665564922923774, + 0.39329386555007, + 0.24937251528191054, + 0.0386562683276002 ], "resistance": [ 97374.64059249076, @@ -154882,32 +118652,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 474.48924547615684, + 474.4892454761564, -17.112573253808023, - -410.9288856471067, - -527.3926797635299, + -410.9288856471069, + -527.3926797635302, -375.61407635152966, 41.88036270471525, 527.9207462050194, 797.0493041178167 ], "relative wind speed": [ - 1.7854868560964994, + 1.7854868560964992, 1.4416662374874174, - 1.005799997888893, - 0.7826606992851499, + 1.0057999978888927, + 0.78266069928515, 1.05591058962864, 1.4914787783512495, 1.814187655902764, 1.9210290774420211 ], "relative wind angle": [ - 0.23842478703270226, + 0.23842478703270273, 0.4059654322868392, - 0.39114792656827124, - 0.034538520419912545, - 0.41081248521299096, - 0.3916530383299152, + 0.3911479265682715, + 0.03453852041991576, + 0.410812485212991, + 0.39165303832991527, 0.212974328007215, 0.01406926130615463 ], @@ -154962,17 +118732,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 680.0328504037475, + 680.032850403747, 208.6360547734214, - -276.9444481591456, + -276.94444815914574, -539.1870851839667, - -503.88340677796924, + -503.8834067779692, -169.99776033659987, 338.17505088906273, 760.9666225200485 ], "relative wind speed": [ - 1.914175819164151, + 1.9141758191641505, 1.6473589190248128, 1.2204622334603714, 0.8416863404917908, @@ -154983,10 +118753,10 @@ ], "relative wind angle": [ 0.14357458733808703, - 0.3446932746639673, - 0.43412457970683227, + 0.3446932746639674, + 0.4341245797068326, 0.202556534689236, - 0.30571697309201484, + 0.3057169730920145, 0.4306099556139624, 0.3007659560626624, 0.08715940709490966 @@ -155042,18 +118812,18 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 695.6075385027307, - 239.3023808536443, - -262.4470454774323, + 695.6075385027282, + 239.30238085364408, + -262.4470454774324, -555.2352971639025, -544.9147053879988, -230.38699302115106, - 277.70788178464227, + 277.70788178464204, 719.2057773780518 ], "relative wind speed": [ - 2.0019514541294847, - 1.763348730574044, + 2.0019514541294843, + 1.7633487305740438, 1.3690347547462585, 1.012872964548436, 1.030200905731144, @@ -155062,17 +118832,17 @@ 2.0107739526230413 ], "relative wind angle": [ - 0.110309033083297, - 0.2895848577850778, - 0.36737823167761025, + 0.11030903308330002, + 0.2895848577850775, + 0.3673782316776106, 0.19057248976118124, 0.21559124072016936, 0.3679366559009719, - 0.27869195766210914, - 0.09556110506305503 + 0.2786919576621095, + 0.09556110506305501 ], "resistance": [ - 97330.10753850274, + 97330.10753850272, 96873.80238085364, 96372.05295452257, 96079.2647028361, @@ -155082,7 +118852,7 @@ 97353.70577737805 ], "fuel": [ - 39.40904989816474, + 39.409049898164724, 39.17320028636015, 38.91475633848188, 38.76437811679192, @@ -155122,9 +118892,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 231.2494829352404, + 231.24948293523983, -153.72996538668326, - -397.5572784360108, + -397.55727843601085, -412.6006365100101, -199.69239327495018, 175.81033862832783, @@ -155132,7 +118902,7 @@ 561.4514155036076 ], "relative wind speed": [ - 1.5195865939352788, + 1.5195865939352784, 1.1723875278939544, 0.823050387959926, 0.7913545599711856, @@ -155142,10 +118912,10 @@ 1.7128510799756484 ], "relative wind angle": [ - 0.29701994688314676, + 0.29701994688314715, 0.40819152619808324, - 0.26228279154677214, - 0.20820806092231595, + 0.2622827915467726, + 0.20820806092231597, 0.4089385417924685, 0.3202353937812472, 0.12602500467488748, @@ -155189,52 +118959,7 @@ "id": "2929", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.892698021249856, - 44.892698021249856, - 44.892698021249856, - 44.892698021249856, - 44.892698021249856, - 44.892698021249856, - 44.892698021249856, - 44.892698021249856 - ], - "relative wind speed": [ - 0.45121502896506555, - 0.45121502896506555, - 0.45121502896506555, - 0.45121502896506555, - 0.45121502896506555, - 0.45121502896506555, - 0.45121502896506555, - 0.45121502896506555 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 21.5625, -36.875 21.71875, -36.71875 21.71875, -36.71875 21.5625, -36.875 21.5625))", @@ -155266,33 +118991,33 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 324.35680129964385, + 324.3568012996435, -47.756757069843616, - -329.9496479003866, + -329.94964790038665, -399.88352996295936, -262.0133579219299, 65.65516403242691, - 426.9132718878541, + 426.9132718878543, 587.9199012171446 ], "relative wind speed": [ 1.5343279591139831, 1.22361016468286, - 0.8499800972968996, + 0.8499800972968995, 0.6955117840372551, 0.95962377022238, 1.333348503347673, - 1.597677658570041, + 1.5976776585700412, 1.6707194332861548 ], "relative wind angle": [ - 0.2551851696534407, - 0.4105377520324703, - 0.36490350728084775, + 0.25518516965344157, + 0.41053775203247034, + 0.3649035072808481, 0.08548301749166326, 0.4154458119422523, - 0.37498137406250154, - 0.19101196495268757, + 0.3749813740625016, + 0.19101196495268874, 0.03555029776499617 ], "resistance": [ @@ -155333,52 +119058,7 @@ "id": "2931", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.24936587693476, - 41.24936587693476, - 41.24936587693476, - 41.24936587693476, - 41.24936587693476, - 41.24936587693476, - 41.24936587693476, - 41.24936587693476 - ], - "relative wind speed": [ - 0.4325181546367818, - 0.4325181546367818, - 0.4325181546367818, - 0.4325181546367818, - 0.4325181546367818, - 0.4325181546367818, - 0.4325181546367818, - 0.4325181546367818 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 21.40625, -36.875 21.5625, -36.71875 21.5625, -36.71875 21.40625, -36.875 21.40625))", @@ -155410,9 +119090,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 411.66494450362177, + 411.66494450362154, 7.903604507157183, - -334.5956023448111, + -334.59560234481114, -448.6908693754878, -345.9426160057381, -10.981107461277361, @@ -155422,7 +119102,7 @@ "relative wind speed": [ 1.6938240830976377, 1.405768448970995, - 1.034274501509722, + 1.0342745015097219, 0.8250146250183652, 1.0182709485659382, 1.3891475145039895, @@ -155430,11 +119110,11 @@ 1.7959027305733277 ], "relative wind angle": [ - 0.2002965674776997, + 0.20029656747770025, 0.35259259372324925, - 0.3447414754133862, - 0.010742344749829153, - 0.3373168222265621, + 0.3447414754133858, + 0.010742344749829155, + 0.3373168222265622, 0.356998876041745, 0.209070756867917, 0.004934820183686964 @@ -155490,34 +119170,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 408.72005243125227, + 408.72005243125204, 93.61158283928933, -210.36733066342862, -356.28687148481924, - -312.54188264887455, + -312.5418826488746, -76.82568306154621, 254.91469799319373, - 509.1253609647805 + 509.12536096478163 ], "relative wind speed": [ - 1.5307594848359616, + 1.5307594848359614, 1.2984689641832474, 0.9515699327686715, 0.6773796905998923, 0.7795718412108739, 1.1246933826946144, 1.4301998178837796, - 1.5786429649502651 + 1.578642964950265 ], "relative wind angle": [ 0.16650266359698115, 0.35595386896208564, - 0.417945973964424, + 0.4179459739644245, 0.1387887526014097, - 0.3314711137886452, - 0.4140590884144617, - 0.2734461451291436, - 0.05939676187938066 + 0.33147111378864524, + 0.41405908841446176, + 0.27344614512914367, + 0.05939676187937692 ], "resistance": [ 97043.22005243122, @@ -155570,9 +119250,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 614.8157054198764, + 614.815705419875, 206.3526460520402, - -244.59058990992128, + -244.59058990992162, -507.0944994800131, -497.22602365651505, -213.53110779939504, @@ -155580,9 +119260,9 @@ 637.3910239905683 ], "relative wind speed": [ - 1.9326230479366433, + 1.932623047936643, 1.71134146013739, - 1.3499798731246946, + 1.3499798731246944, 1.0316601831111245, 1.048054839735335, 1.380130863115308, @@ -155590,14 +119270,14 @@ 1.9414242347028896 ], "relative wind angle": [ - 0.1044046463378644, + 0.10440464633786654, 0.27113805676219255, - 0.3373210114352698, + 0.33732101143527016, 0.1689891100191687, 0.1933765372631917, 0.3385320247780054, 0.26041576017918655, - 0.08949232252057117 + 0.08949232252057115 ], "resistance": [ 97249.31570541988, @@ -155650,9 +119330,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 512.9476980015575, + 512.9476980015568, 199.18758631696005, - -157.72715318297548, + -157.72715318297566, -377.022005991528, -382.80278365016954, -175.433389028965, @@ -155662,7 +119342,7 @@ "relative wind speed": [ 1.6561011847879317, 1.4628035637564014, - 1.1258382424749775, + 1.1258382424749773, 0.7979942664420011, 0.7855628394265463, 1.1045296930392863, @@ -155670,14 +119350,14 @@ 1.6501470418328124 ], "relative wind angle": [ - 0.10333301975591977, + 0.10333301975592085, 0.2998631216201316, 0.40176487623827617, 0.24106781309325212, 0.21920760128007102, - 0.40193977817077303, - 0.3092698433055214, - 0.11571011224515196 + 0.401939778170773, + 0.3092698433055213, + 0.11571011224515194 ], "resistance": [ 97147.44769800162, @@ -155717,52 +119397,7 @@ "id": "2936", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.639807535807186, - 46.639807535807186, - 46.639807535807186, - 46.639807535807186, - 46.639807535807186, - 46.639807535807186, - 46.639807535807186, - 46.639807535807186 - ], - "relative wind speed": [ - 0.4599112974508618, - 0.4599112974508618, - 0.4599112974508618, - 0.4599112974508618, - 0.4599112974508618, - 0.4599112974508618, - 0.4599112974508618, - 0.4599112974508618 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.40625 21.40625, -36.40625 21.5625, -36.25 21.5625, -36.25 21.40625, -36.40625 21.40625))", @@ -155781,52 +119416,7 @@ "id": "2937", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.835742644886906, - 42.835742644886906, - 42.835742644886906, - 42.835742644886906, - 42.835742644886906, - 42.835742644886906, - 42.835742644886906, - 42.835742644886906 - ], - "relative wind speed": [ - 0.44075662961863105, - 0.44075662961863105, - 0.44075662961863105, - 0.44075662961863105, - 0.44075662961863105, - 0.44075662961863105, - 0.44075662961863105, - 0.44075662961863105 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 21.25, -36.5625 21.40625, -36.40625 21.40625, -36.40625 21.25, -36.5625 21.25))", @@ -155845,52 +119435,7 @@ "id": "2938", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.07714035884958, - 42.07714035884958, - 42.07714035884958, - 42.07714035884958, - 42.07714035884958, - 42.07714035884958, - 42.07714035884958, - 42.07714035884958 - ], - "relative wind speed": [ - 0.43683639199758467, - 0.43683639199758467, - 0.43683639199758467, - 0.43683639199758467, - 0.43683639199758467, - 0.43683639199758467, - 0.43683639199758467, - 0.43683639199758467 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.40625 21.25, -36.40625 21.40625, -36.25 21.40625, -36.25 21.25, -36.40625 21.25))", @@ -155909,52 +119454,7 @@ "id": "2939", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 40.52266641311922, - 40.52266641311922, - 40.52266641311922, - 40.52266641311922, - 40.52266641311922, - 40.52266641311922, - 40.52266641311922, - 40.52266641311922 - ], - "relative wind speed": [ - 0.4286913399079871, - 0.4286913399079871, - 0.4286913399079871, - 0.4286913399079871, - 0.4286913399079871, - 0.4286913399079871, - 0.4286913399079871, - 0.4286913399079871 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.9375 22.34375, -35.9375 22.5, -35.78125 22.5, -35.78125 22.34375, -35.9375 22.34375))", @@ -155986,9 +119486,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 401.54715710808523, + 401.5471571080848, -21.71084986825622, - -357.8914517282996, + -357.8914517282997, -454.7468055103243, -319.78550321608475, 41.927803459958795, @@ -155996,9 +119496,9 @@ 682.7862981699491 ], "relative wind speed": [ - 1.6548536913076333, + 1.654853691307633, 1.3341934110235327, - 0.9315308224750098, + 0.9315308224750097, 0.7321199799209617, 0.9895234655392869, 1.3919861243808322, @@ -156006,13 +119506,13 @@ 1.7837314157372208 ], "relative wind angle": [ - 0.24045220054575153, + 0.24045220054575248, 0.4052496812543294, - 0.38493781583993114, + 0.3849378158399315, 0.04279826159198581, - 0.40962165851276217, + 0.4096216585127621, 0.38750519494670366, - 0.2087123220870104, + 0.20871232208701038, 0.017561785182748726 ], "resistance": [ @@ -156066,37 +119566,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 355.5025959116539, + 355.50259591165366, -157.0533608066205, - -506.97778131123164, + -506.97778131123175, -556.3408934228487, - -308.86565327981134, + -308.8656532798112, 172.82715442714527, - 651.4331524563823, + 651.4331524563826, 764.4831047045581 ], "relative wind speed": [ - 1.7882111928199682, + 1.788211192819968, 1.4067282181249323, - 0.9989421402509111, - 0.9106912040404658, + 0.9989421402509109, + 0.9106912040404659, 1.253803923484714, 1.6705805185633311, - 1.9421220736872347, + 1.9421220736872349, 1.9850352842092258 ], "relative wind angle": [ 0.2727055238649226, 0.39410235879165345, 0.28646183644582857, - 0.15542759914233306, - 0.3942735142038181, + 0.15542759914233378, + 0.3942735142038179, 0.3292502083553787, - 0.14585301543854506, + 0.14585301543854584, 0.0710798998359242 ], "resistance": [ - 96990.0025959117, + 96990.00259591169, 96477.44663919343, 96127.52221868881, 96078.1591065772, @@ -156106,7 +119606,7 @@ 97398.9831047046 ], "fuel": [ - 39.1750785092803, + 39.17507850928029, 38.91085695535379, 38.731033139311585, 38.70570243767267, @@ -156146,9 +119646,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 397.8420805566069, + 397.842080556606, 2.7407838004198766, - -321.8697964580437, + -321.8697964580438, -424.24169304944803, -313.68460545437256, 16.41286146366474, @@ -156156,9 +119656,9 @@ 647.196852092878 ], "relative wind speed": [ - 1.6137676498453952, + 1.6137676498453948, 1.311930308067748, - 0.9208653491728273, + 0.9208653491728271, 0.7044371208512875, 0.9337741428134397, 1.324771317717804, @@ -156166,11 +119666,11 @@ 1.7262527393870375 ], "relative wind angle": [ - 0.2289154708481281, - 0.40002339871069603, - 0.39734502490940626, + 0.22891547084812858, + 0.4000233987106961, + 0.3973450249094066, 0.009887218214514814, - 0.4029896613079781, + 0.40298966130797803, 0.39592852975919185, 0.22161949925888808, 0.00403465193219783 @@ -156226,34 +119726,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 284.81249884750514, - -104.33849946386454, - -375.72659520465214, + 284.8124988475048, + -104.33849946386465, + -375.7265952046523, -420.395200871798, -241.219776977123, 119.80756626958043, 486.46751004651196, - 588.8653574222408 + 588.8653574222403 ], "relative wind speed": [ - 1.553921976651224, - 1.2224371819321795, - 0.8578575186914639, + 1.5539219766512238, + 1.2224371819321793, + 0.8578575186914636, 0.7639724690138098, 1.0614852866665947, 1.4307591899264602, 1.6749641790061762, - 1.7198170222201699 + 1.71981702222017 ], "relative wind angle": [ 0.27276407629010546, - 0.4037120617408227, + 0.40371206174082214, 0.3085473377023856, 0.14686677748788893, 0.4053820319452163, 0.3422813795571784, 0.1561655394951948, - 0.06505234862574039 + 0.06505234862574209 ], "resistance": [ 96919.31249884749, @@ -156293,52 +119793,7 @@ "id": "2944", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.6207505582262, - 45.6207505582262, - 45.6207505582262, - 45.6207505582262, - 45.6207505582262, - 45.6207505582262, - 45.6207505582262, - 45.6207505582262 - ], - "relative wind speed": [ - 0.454859129762681, - 0.454859129762681, - 0.454859129762681, - 0.454859129762681, - 0.454859129762681, - 0.454859129762681, - 0.454859129762681, - 0.454859129762681 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 22.03125, -36.09375 22.1875, -35.9375 22.1875, -35.9375 22.03125, -36.09375 22.03125))", @@ -156357,52 +119812,7 @@ "id": "2945", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.00458620299816, - 49.00458620299816, - 49.00458620299816, - 49.00458620299816, - 49.00458620299816, - 49.00458620299816, - 49.00458620299816, - 49.00458620299816 - ], - "relative wind speed": [ - 0.47142658105880053, - 0.47142658105880053, - 0.47142658105880053, - 0.47142658105880053, - 0.47142658105880053, - 0.47142658105880053, - 0.47142658105880053, - 0.47142658105880053 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.25 21.875, -36.25 22.03125, -36.09375 22.03125, -36.09375 21.875, -36.25 21.875))", @@ -156421,52 +119831,7 @@ "id": "2946", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.27723534981685, - 39.27723534981685, - 39.27723534981685, - 39.27723534981685, - 39.27723534981685, - 39.27723534981685, - 39.27723534981685, - 39.27723534981685 - ], - "relative wind speed": [ - 0.42205219046119435, - 0.42205219046119435, - 0.42205219046119435, - 0.42205219046119435, - 0.42205219046119435, - 0.42205219046119435, - 0.42205219046119435, - 0.42205219046119435 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 21.875, -36.09375 22.03125, -35.9375 22.03125, -35.9375 21.875, -36.09375 21.875))", @@ -156498,34 +119863,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 301.3481768395317, + 301.34817683953133, -40.82934588255148, - -310.9940950287307, - -382.9502138087619, + -310.9940950287308, + -382.95021380876204, -268.37870640342186, 30.02183465365738, 364.4760058939387, - 530.0352245541221 + 530.0352245541239 ], "relative wind speed": [ - 1.5516990872566145, + 1.5516990872566143, 1.2771600932097649, 0.9515148150715099, - 0.809713871397327, + 0.8097138713973271, 1.014003361873862, 1.343441465638503, - 1.5907835905565328, - 1.6674340531940859 + 1.5907835905565326, + 1.6674340531940857 ], "relative wind angle": [ - 0.21311350668182646, - 0.34260844509737487, - 0.2971343366368682, - 0.04333241378434707, - 0.32959329895502854, + 0.213113506681827, + 0.3426084450973749, + 0.29713433663686856, + 0.043332413784349634, + 0.3295932989550286, 0.32506518317736, - 0.17603259550918612, - 0.021037392432504916 + 0.17603259550918487, + 0.02103739243249964 ], "resistance": [ 96935.84817683957, @@ -156578,9 +119943,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 336.18771431522396, + 336.1877143152234, -34.269860890732275, - -323.6403049912079, + -323.6403049912081, -401.81944230891224, -275.83125253359947, 45.457974508552525, @@ -156588,9 +119953,9 @@ 588.1865728712388 ], "relative wind speed": [ - 1.554635616829197, + 1.5546356168291968, 1.2540544518223529, - 0.886619297815213, + 0.8866192978152129, 0.7197020254264934, 0.9619495470724002, 1.3302579690012126, @@ -156598,14 +119963,14 @@ 1.6805558088988584 ], "relative wind angle": [ - 0.239627399606977, - 0.39343817069960507, - 0.3582998233118525, - 0.057071338328552004, + 0.23962739960697793, + 0.3934381706996051, + 0.3582998233118528, + 0.05707133832855201, 0.39366260199321007, 0.3697744283878689, 0.19571982434457508, - 0.02443010076185222 + 0.024430100761852216 ], "resistance": [ 96970.68771431522, @@ -156645,52 +120010,7 @@ "id": "2949", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.373461937195955, - 47.373461937195955, - 47.373461937195955, - 47.373461937195955, - 47.373461937195955, - 47.373461937195955, - 47.373461937195955, - 47.373461937195955 - ], - "relative wind speed": [ - 0.46351443598688014, - 0.46351443598688014, - 0.46351443598688014, - 0.46351443598688014, - 0.46351443598688014, - 0.46351443598688014, - 0.46351443598688014, - 0.46351443598688014 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.9375 21.875, -35.9375 22.03125, -35.78125 22.03125, -35.78125 21.875, -35.9375 21.875))", @@ -156722,9 +120042,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 281.263793166754, + 281.26379316675377, -54.07747554314767, - -308.5549324023358, + -308.55493240233596, -369.3237482568725, -243.40457508620608, 54.35960168752342, @@ -156732,22 +120052,22 @@ 518.0143294235992 ], "relative wind speed": [ - 1.493490223339767, + 1.4934902233397669, 1.2078482995184352, - 0.8748780577568913, - 0.7458485001949837, - 0.9767462503766092, + 0.8748780577568911, + 0.7458485001949838, + 0.9767462503766093, 1.313639513027321, 1.555356765790975, 1.6211897790182141 ], "relative wind angle": [ - 0.23640165170895547, + 0.23640165170895594, 0.37130710215688584, - 0.3137267493001931, - 0.0757196042092869, - 0.36624460668468783, - 0.34013430970310066, + 0.3137267493001928, + 0.07571960420928836, + 0.3662446066846881, + 0.3401343097031007, 0.17447248129461254, 0.03480949537233517 ], @@ -156802,9 +120122,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 245.30913388842635, + 245.30913388842612, -105.46711020396953, - -345.794326476096, + -345.79432647609616, -380.61150379219293, -212.51183018564257, 116.48142037741741, @@ -156812,9 +120132,9 @@ 524.2241994769148 ], "relative wind speed": [ - 1.4792931069664166, + 1.4792931069664164, 1.164029589475382, - 0.8256275157738767, + 0.8256275157738765, 0.7502054583530573, 1.0334550840181724, 1.3789026875842743, @@ -156822,13 +120142,13 @@ 1.6411975131770828 ], "relative wind angle": [ - 0.27236008950106777, + 0.27236008950106816, 0.39497987781051375, - 0.28925151424716655, - 0.15371241754988693, - 0.39526805138221266, + 0.28925151424716694, + 0.15371241754988696, + 0.395268051382213, 0.33083008801328734, - 0.1472980804451995, + 0.14729808044519946, 0.07004416092330304 ], "resistance": [ @@ -156882,9 +120202,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 66.57880027835552, + 66.57880027835506, -371.40158554272165, - -547.7594624823616, + -547.7594624823619, -447.67658276618397, -60.466812863669816, 439.81062807089234, @@ -156894,7 +120214,7 @@ "relative wind speed": [ 1.575151040760779, 1.1564495265022028, - 0.8785951813497577, + 0.8785951813497574, 1.056405870788807, 1.4724194957248218, 1.819819899125497, @@ -156902,14 +120222,14 @@ 1.8796613016081503 ], "relative wind angle": [ - 0.35378290211490954, + 0.3537829021149108, 0.3761192354513957, - 0.06266374094729003, + 0.06266374094729181, 0.3346552785492012, 0.379677372320308, 0.23559192857545466, - 0.027945947079461228, - 0.18565633305816598 + 0.027945947079461225, + 0.185656333058166 ], "resistance": [ 96701.07880027834, @@ -156962,34 +120282,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -79.89665662770244, + -79.8966566277029, -493.2750675880575, - -597.0125602875822, + -597.0125602875833, -407.68267733665266, - 62.394717439186934, + 62.39471743918716, 579.9461866841057, 818.4139006227772, - 453.24555455046266 + 453.2455545504629 ], "relative wind speed": [ - 1.5849987282623523, + 1.584998728262352, 1.1819789368523215, 1.0184761283008024, 1.2820428249661644, 1.6914221518754693, 1.994004929102677, 2.0822670915446277, - 1.9311903219002244 + 1.9311903219002247 ], "relative wind angle": [ - 0.34248822995545597, - 0.288773565266528, - 0.055275914452389274, + 0.34248822995545697, + 0.28877356526652803, + 0.0552759144523953, 0.33060923977295803, - 0.32014213634795075, + 0.3201421363479504, 0.1696182442080621, - 0.027026016825115035, - 0.21720615149501313 + 0.027026016825115032, + 0.21720615149501366 ], "resistance": [ 96554.60334337229, @@ -157042,9 +120362,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 119.54353712672548, + 119.54353712672469, -297.03268285780433, - -494.45683210368117, + -494.45683210368134, -432.27231843844515, -105.78170946598198, 349.7995534094373, @@ -157052,7 +120372,7 @@ 552.4004820082826 ], "relative wind speed": [ - 1.53742554356159, + 1.5374255435615896, 1.1381391777552465, 0.8307540581321206, 0.9500393542711452, @@ -157062,12 +120382,12 @@ 1.8081196094948835 ], "relative wind angle": [ - 0.34460861985445573, + 0.3446086198544561, 0.39726281489003273, - 0.12472897615167841, - 0.3148267720133117, + 0.1247289761516802, + 0.3148267720133118, 0.39656179682877535, - 0.26263997404657335, + 0.2626399740465733, 0.05541643934093661, 0.16342666892995994 ], @@ -157122,19 +120442,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 0.2526989195596343, + 0.25269891955940693, -401.0706854391894, - -526.8096352799843, + -526.8096352799853, -389.15960643167267, 20.13740628575283, 507.0580918362565, - 797.9508524226075, + 797.9508524225943, 489.07560000944306 ], "relative wind speed": [ - 1.4652575836736066, + 1.4652575836736064, 1.0335724755524138, - 0.7974134645786299, + 0.7974134645786298, 1.0502688221475578, 1.4819527197516833, 1.8096661537070537, @@ -157142,13 +120462,13 @@ 1.800027514044496 ], "relative wind angle": [ - 0.39513462090240026, - 0.389460892222967, - 0.011331439549704315, - 0.39609696950825557, - 0.3904406422329217, - 0.2185926130240573, - 0.004692803329053183, + 0.3951346209024006, + 0.3894608922229669, + 0.011331439549714115, + 0.3960969695082556, + 0.39044064223292174, + 0.21859261302405728, + 0.00469280332907684, 0.22706220576630498 ], "resistance": [ @@ -157158,7 +120478,7 @@ 96245.34039356835, 96654.63740628576, 97141.55809183627, - 97432.45085242263, + 97432.45085242261, 97123.57560000946 ], "fuel": [ @@ -157168,7 +120488,7 @@ 38.71775003437833, 38.92830967920895, 39.179614123212225, - 39.33016763439799, + 39.33016763439798, 39.17031749721468 ] }, @@ -157202,7 +120522,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -8.452335171873642, + -8.45233517187387, -453.772687831815, -591.3526260549976, -437.8636991930247, @@ -157222,14 +120542,14 @@ 1.9175210660053896 ], "relative wind angle": [ - 0.3769200155403602, + 0.3769200155403608, 0.36319059349712235, - 0.012448865057623703, + 0.012448865057623701, 0.3711254353231325, 0.37177493052355187, 0.2092203578699383, 0.005426699692669994, - 0.21894512974562805 + 0.21894512974562808 ], "resistance": [ 96626.04766482815, @@ -157282,19 +120602,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -81.75808721076623, + -81.75808721076692, -506.9209106741947, - -614.3361571414309, + -614.3361571414306, -422.56971025693167, 58.43526387627344, - 588.8446175388679, + 588.8446175388676, 835.8239791007015, 464.24152457383775 ], "relative wind speed": [ - 1.6226878719765465, + 1.622687871976546, 1.2202482417444334, - 1.056220626980319, + 1.0562206269803187, 1.315917744980367, 1.725181687753929, 2.029867486842647, @@ -157302,13 +120622,13 @@ 1.9691948288747492 ], "relative wind angle": [ - 0.33413391927212727, + 0.33413391927212766, 0.28072570637538763, - 0.051199380051371104, + 0.05119938005136894, 0.3204595195490307, - 0.31358143016956364, - 0.16732927434197933, - 0.02550183592438404, + 0.3135814301695637, + 0.16732927434197936, + 0.025501835924384042, 0.21208751193284311 ], "resistance": [ @@ -157362,33 +120682,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -36.97716344633159, + -36.97716344633204, -398.3962367391031, - -494.57382203105954, - -327.58470357872545, + -494.57382203105965, + -327.5847035787256, 81.77918688907232, 543.818629442361, 766.3330917527906, 435.3939474421679 ], "relative wind speed": [ - 1.3416300846375375, + 1.3416300846375373, 0.8958849891390711, - 0.6899487852777778, - 1.005751460627627, + 0.6899487852777777, + 1.0057514606276268, 1.4475625684150333, 1.7586354823317252, 1.849156387971167, 1.6981968887400096 ], "relative wind angle": [ - 0.4473644496811931, + 0.44736444968119365, 0.4247548379612935, 0.08454277474673255, - 0.4656487518807453, + 0.4656487518807448, 0.41253603839495157, 0.21150426139898468, - 0.0315118653816476, + 0.031511865381647595, 0.2691584514394397 ], "resistance": [ @@ -157442,34 +120762,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -97.57409875049882, + -97.57409875049927, -442.84040180539137, - -512.9350088433769, + -512.935008843377, -311.71462348634776, 121.20251051382468, 577.389462503494, 738.3864685611142, - 379.84567991701977 + 379.84567991701954 ], "relative wind speed": [ - 1.358634121601935, + 1.3586341216019349, 0.9419108510861991, - 0.8052772845394115, + 0.8052772845394114, 1.1267451525495062, 1.5448700192481544, 1.8290199565228713, 1.8931557114399453, - 1.7213237388588596 + 1.7213237388588598 ], "relative wind angle": [ - 0.41336453784701377, + 0.4133645378470143, 0.34079550729918995, 0.12516400378276304, - 0.4176183824312423, + 0.41761838243124233, 0.3610622811303218, - 0.17298721207660847, - 0.05312614856352293, - 0.26870990905663195 + 0.1729872120766085, + 0.053126148563522935, + 0.26870990905663245 ], "resistance": [ 96536.92590124953, @@ -157522,19 +120842,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 256.5662860646745, + 256.56628606467405, -140.31865061996257, - -394.9402133028792, + -394.94021330287933, -415.74076164658584, - -202.86921662874147, + -202.8692166287414, 180.5304695778608, 547.1809761771178, 594.9203178481612 ], "relative wind speed": [ - 1.5105343397770417, + 1.5105343397770412, 1.1480551232932514, - 0.7661119947300014, + 0.7661119947300011, 0.7188012712217374, 1.0716466115618548, 1.4533099757442607, @@ -157542,13 +120862,13 @@ 1.7068875722225179 ], "relative wind angle": [ - 0.3166720136530491, + 0.3166720136530494, 0.4503067165439736, - 0.3135081575273638, + 0.31350815752736344, 0.2323992426299142, - 0.4544191957399136, + 0.4544191957399135, 0.3509851279231821, - 0.1405821401132306, + 0.14058214011323064, 0.09714165240641683 ], "resistance": [ @@ -157602,9 +120922,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 171.17090492378998, + 171.17090492378975, -264.00223683658305, - -492.54172200493986, + -492.54172200494, -453.2726170488018, -144.38856469939878, 315.69928703306664, @@ -157612,9 +120932,9 @@ 600.0155986222146 ], "relative wind speed": [ - 1.5670560883297573, + 1.567056088329757, 1.1639698097373758, - 0.8190004833451009, + 0.8190004833451008, 0.8967655076233361, 1.294969492504517, 1.6666688490845154, @@ -157622,14 +120942,14 @@ 1.8243964467258278 ], "relative wind angle": [ - 0.3412979713926847, + 0.34129797139268536, 0.41975663042685585, - 0.17964511745530198, + 0.1796451174553026, 0.302796518171353, - 0.4170189067529521, + 0.4170189067529519, 0.28860681808016836, - 0.07873282383779336, - 0.1471028720562666 + 0.07873282383779337, + 0.14710287205626663 ], "resistance": [ 96805.6709049238, @@ -157682,31 +121002,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 200.15311426656058, + 200.15311426656035, -169.26615232566172, - -392.5941198474993, - -394.3199413022596, + -392.5941198474995, + -394.31994130225956, -174.54009682809112, 193.79284562441, 525.5213828087435, 529.4699336729857 ], "relative wind speed": [ - 1.4796561124123313, + 1.479656112412331, 1.1325270607274218, - 0.7983026347470442, - 0.7946173258359569, + 0.7983026347470441, + 0.794617325835957, 1.126252697600412, 1.4748592497494413, 1.6794464127227478, 1.6811932236755807 ], "relative wind angle": [ - 0.3065684936864237, + 0.30656849368642447, 0.4076032764687453, - 0.23819738585932654, - 0.23182055230641538, - 0.40768631406161376, + 0.238197385859327, + 0.23182055230641582, + 0.4076863140616138, 0.30930705733501296, 0.11239280356807647, 0.10880596669067301 @@ -157762,19 +121082,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 286.85618580206483, + 286.85618580206415, -101.45655118910906, - -377.8648501798704, + -377.86485017987053, -427.3731024035774, - -255.310021430699, + -255.31002143069907, 102.44167765513191, - 469.14373107919414, + 469.14373107919437, 582.5969964922219 ], "relative wind speed": [ - 1.5897173226550916, + 1.5897173226550914, 1.2711982564872977, - 0.9227061852076818, + 0.9227061852076817, 0.8254660147086832, 1.097973887087824, 1.4549236458935129, @@ -157782,13 +121102,13 @@ 1.7468124344752591 ], "relative wind angle": [ - 0.2516869299406601, - 0.372128504908779, - 0.28311773613944863, + 0.25168692994066144, + 0.37212850490877897, + 0.28311773613944896, 0.11861215373804519, - 0.36888256874944675, + 0.368882568749447, 0.3232863492489102, - 0.15243950696461292, + 0.1524395069646122, 0.05594868700066087 ], "resistance": [ @@ -157842,33 +121162,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 37.19658022505007, + 37.19658022504973, -337.73334237792767, -473.1688631239276, -367.14240029351765, -11.959443183780536, 430.7070647763445, - 720.4621682208025, + 720.4621682208061, 475.2882396399599 ], "relative wind speed": [ - 1.4071478330763612, + 1.407147833076361, 0.9908274459344578, 0.729748396534013, 0.9463535646873208, 1.3631672413771532, 1.6901334043436615, - 1.818174147283844, + 1.8181741472838437, 1.715431398423993 ], "relative wind angle": [ - 0.3971939701954085, + 0.39719397019540903, 0.41755822481301896, 0.03277723112695874, 0.39938262856222806, - 0.41076724221903915, - 0.24003702883066916, - 0.013153601839254932, + 0.4107672422190391, + 0.24003702883066919, + 0.013153601839246493, 0.2161973132238158 ], "resistance": [ @@ -157922,19 +121242,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -56.19340466774236, + -56.1934046677427, -428.08821852895636, - -525.3828587832965, + -525.3828587832968, -359.53194918093584, - 57.946385451979836, + 57.94638545197995, 523.940256677158, 747.7731505326699, 421.5634655943304 ], "relative wind speed": [ - 1.4528599027734286, + 1.4528599027734284, 1.0502774256146659, - 0.8763427307347883, + 0.8763427307347881, 1.1409575943403103, 1.5465472317327562, 1.843780780437657, @@ -157942,13 +121262,13 @@ 1.7890852425147992 ], "relative wind angle": [ - 0.3722920609077166, + 0.37229206090771694, 0.3279475475352658, - 0.057153107868107886, + 0.05715310786810982, 0.3667122951319016, - 0.34874216233059524, + 0.3487421623305949, 0.1845243588160947, - 0.02590609502081938, + 0.025906095020819385, 0.2306987733349439 ], "resistance": [ @@ -158002,9 +121322,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 132.62741164992383, + 132.6274116499235, -226.04458317875986, - -416.10890802745854, + -416.1089080274589, -386.8511182397976, -134.72860111735622, 241.84994540717037, @@ -158012,9 +121332,9 @@ 479.7816434884537 ], "relative wind speed": [ - 1.4859936238100462, + 1.485993623810046, 1.1447719700716368, - 0.864243121611443, + 0.8642431216114429, 0.9206293602360118, 1.2463846669147065, 1.565614551689687, @@ -158022,13 +121342,13 @@ 1.7070715769983482 ], "relative wind angle": [ - 0.2994618759551175, - 0.3564504368417487, - 0.14696430063027854, - 0.24185082833218424, - 0.3594067829877678, + 0.29946187595511786, + 0.35645043684174876, + 0.14696430063028007, + 0.24185082833218421, + 0.35940678298776785, 0.2580039060308191, - 0.07295313985925993, + 0.07295313985925994, 0.12952500684254223 ], "resistance": [ @@ -158082,19 +121402,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -45.35234126846376, + -45.352341268464215, -360.96715868554463, - -445.5492636804071, + -445.5492636804074, -311.96819277384395, - 36.13525007471662, + 36.13525007471674, 427.1537063323609, 621.7764686145732, 354.42734074096404 ], "relative wind speed": [ - 1.369275618078098, - 1.0129125377944528, - 0.856114136205898, + 1.3692756180780978, + 1.0129125377944526, + 0.8561141362058979, 1.08046533402812, 1.4404529317602817, 1.7099206290523397, @@ -158102,14 +121422,14 @@ 1.668057261859871 ], "relative wind angle": [ - 0.3495518128394942, - 0.305751651581303, - 0.04411568022211811, - 0.33800817656485305, - 0.33159748586675103, - 0.1792691977883982, + 0.3495518128394948, + 0.3057516515813023, + 0.04411568022212063, + 0.3380081765648531, + 0.3315974858667507, + 0.17926919778839823, 0.02105221585594607, - 0.21648270576942194 + 0.2164827057694219 ], "resistance": [ 96589.14765873151, @@ -158149,52 +121469,7 @@ "id": "2968", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.13080608315403, - 34.13080608315403, - 34.13080608315403, - 34.13080608315403, - 34.13080608315403, - 34.13080608315403, - 34.13080608315403, - 34.13080608315403 - ], - "relative wind speed": [ - 0.3934313614911503, - 0.3934313614911503, - 0.3934313614911503, - 0.3934313614911503, - 0.3934313614911503, - 0.3934313614911503, - 0.3934313614911503, - 0.3934313614911503 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 21.71875, -36.09375 21.875, -35.9375 21.875, -35.9375 21.71875, -36.09375 21.71875))", @@ -158226,19 +121501,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 247.65857189959706, + 247.6585718995966, -26.673651479643922, - -246.45097630162428, - -307.45844962057373, + -246.45097630162445, + -307.4584496205737, -220.04868532469504, 17.219640203059384, - 286.75473545796604, + 286.7547354579658, 427.2309209663614 ], "relative wind speed": [ - 1.396603898114959, + 1.3966038981149589, 1.1536641715966793, - 0.8619113146697941, + 0.861911314669794, 0.7285769613964606, 0.9049677649318216, 1.1993865444341718, @@ -158246,14 +121521,14 @@ 1.4962101173023445 ], "relative wind angle": [ - 0.20812479014733448, + 0.2081247901473355, 0.3392530510481803, - 0.29958479646432934, - 0.03320186811838591, + 0.2995847964643297, + 0.0332018681183859, 0.32454509906660534, 0.3258314938702161, - 0.179648378401713, - 0.016165326751731858 + 0.17964837840171363, + 0.01616532675173186 ], "resistance": [ 96882.15857189958, @@ -158293,52 +121568,7 @@ "id": "2970", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.368672083850132, - 29.368672083850132, - 29.368672083850132, - 29.368672083850132, - 29.368672083850132, - 29.368672083850132, - 29.368672083850132, - 29.368672083850132 - ], - "relative wind speed": [ - 0.36495377325916273, - 0.36495377325916273, - 0.36495377325916273, - 0.36495377325916273, - 0.36495377325916273, - 0.36495377325916273, - 0.36495377325916273, - 0.36495377325916273 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 21.5625, -36.09375 21.71875, -35.9375 21.71875, -35.9375 21.5625, -36.09375 21.5625))", @@ -158370,11 +121600,11 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 141.77370590530518, + 141.77370590530495, -103.83769057163448, - -262.8160999481038, - -275.2518824049573, - -143.20914885735988, + -262.81609994810384, + -275.25188240495737, + -143.20914885735993, 94.92194880091449, 317.34044475822645, 345.80782152902134 @@ -158382,21 +121612,21 @@ "relative wind speed": [ 1.2921360651084188, 1.0398258502204438, - 0.7966838774238776, - 0.7691492417225088, + 0.7966838774238775, + 0.7691492417225089, 0.9885088969180829, 1.2512104744020505, 1.4184710957551898, 1.4335881186720831 ], "relative wind angle": [ - 0.24578138517293505, - 0.32708351833672095, - 0.19972547614845074, - 0.14422193887955428, - 0.32367189900863363, + 0.24578138517293596, + 0.327083518336721, + 0.1997254761484513, + 0.1442219388795551, + 0.32367189900863397, 0.2702825613878686, - 0.11166335971504485, + 0.11166335971504486, 0.07718666560843111 ], "resistance": [ @@ -158450,9 +121680,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 246.70595666149825, + 246.70595666149802, -60.87937550554892, - -289.50380506552983, + -289.50380506552995, -339.5912199989441, -217.06188228591748, 59.65081879498962, @@ -158460,9 +121690,9 @@ 469.4583817977127 ], "relative wind speed": [ - 1.4292326987436734, + 1.4292326987436732, 1.153410876246516, - 0.839498410908713, + 0.8394984109087128, 0.7296412500195525, 0.9561336467530945, 1.2753591683003416, @@ -158475,8 +121705,8 @@ 0.29890665738653593, 0.08904072130158934, 0.36240089107334705, - 0.3310120794397693, - 0.16548375709272695, + 0.33101207943976924, + 0.16548375709272697, 0.041680870942765964 ], "resistance": [ @@ -158530,9 +121760,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 180.22423516736717, + 180.22423516736694, -168.36972601979141, - -382.027927267871, + -382.0279272678712, -386.43505463478647, -182.2408541200041, 163.68643568778418, @@ -158542,21 +121772,21 @@ "relative wind speed": [ 1.5135241934995893, 1.2018545885266279, - 0.9139267790670412, + 0.9139267790670411, 0.9055579412240846, - 1.1864625102553876, + 1.1864625102553878, 1.5013308498087914, 1.6920953327322432, 1.6965888092393204 ], "relative wind angle": [ - 0.26254952599170134, + 0.26254952599170217, 0.33816628307600394, - 0.18827670284346604, - 0.17404624862612383, - 0.3374581086087831, + 0.18827670284346662, + 0.1740462486261238, + 0.3374581086087837, 0.2688062864044323, - 0.1012644010672724, + 0.10126440106727241, 0.09256137563857955 ], "resistance": [ @@ -158610,37 +121840,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 178.96969326258863, + 178.96969326258807, -127.31018195942494, - -326.07641289333213, + -326.0764128933321, -342.2504846242246, -178.37230852263303, 118.14851102569321, - 396.0694864530726, - 433.0869131370707 + 396.0694864530724, + 433.0869131370705 ], "relative wind speed": [ - 1.4357313215430123, + 1.4357313215430119, 1.1522003569519064, - 0.8770020476955694, + 0.8770020476955693, 0.8444807482828299, 1.091973562150823, 1.3878634751069359, - 1.5762607958183124, - 1.5939206234551557 + 1.5762607958183126, + 1.593920623455156 ], "relative wind angle": [ - 0.24896883081970092, + 0.2489688308197009, 0.3332121142501273, - 0.2057726503011075, - 0.1467052518885639, + 0.20577265030110747, + 0.14670525188856387, 0.32992696255027804, 0.27499385139663723, - 0.11392811343925904, - 0.07752555446207392 + 0.113928113439261, + 0.07752555446207535 ], "resistance": [ - 96813.46969326262, + 96813.46969326261, 96507.1898180406, 96308.42358710669, 96292.2495153758, @@ -158690,34 +121920,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 150.75548219663244, + 150.755482196632, -158.79353656694866, - -342.0915063558929, + -342.091506355893, -338.78047699612324, -148.4564383059381, 163.11523994890877, - 436.2082879394527, + 436.2082879394525, 428.63715169690545 ], "relative wind speed": [ - 1.3997873254789022, + 1.399787325478902, 1.095806391669065, 0.8200146996473764, 0.8269295463678858, 1.1082804690744714, 1.4095738741479749, - 1.5859590307020957, + 1.5859590307020959, 1.5823645850584214 ], "relative wind angle": [ - 0.27973974504201704, + 0.2797397450420179, 0.35579860195009566, - 0.1880959257837685, + 0.18809592578376966, 0.20071606122693683, 0.35621411496344907, 0.27422366483627325, - 0.09683314943932486, - 0.10437896354032167 + 0.09683314943932601, + 0.10437896354032168 ], "resistance": [ 96785.25548219662, @@ -158757,52 +121987,7 @@ "id": "2976", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.65556897167893, - 29.65556897167893, - 29.65556897167893, - 29.65556897167893, - 29.65556897167893, - 29.65556897167893, - 29.65556897167893, - 29.65556897167893 - ], - "relative wind speed": [ - 0.3667320224479904, - 0.3667320224479904, - 0.3667320224479904, - 0.3667320224479904, - 0.3667320224479904, - 0.3667320224479904, - 0.3667320224479904, - 0.3667320224479904 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 21.40625, -36.09375 21.5625, -35.9375 21.5625, -35.9375 21.40625, -36.09375 21.40625))", @@ -158834,7 +122019,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 179.37230782035965, + 179.3723078203593, -123.20351364678294, -318.16176263677994, -333.007091278801, @@ -158854,14 +122039,14 @@ 1.5559748863326162 ], "relative wind angle": [ - 0.2669522808513207, + 0.26695228085132194, 0.3614249972655689, - 0.22714049300675426, + 0.22714049300675476, 0.16735829854974285, 0.35970594162777675, 0.2930451286211719, 0.1193811931248583, - 0.08384229681902727 + 0.08384229681902726 ], "resistance": [ 96813.87230782038, @@ -158901,52 +122086,7 @@ "id": "2978", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.05601584932277, - 36.05601584932277, - 36.05601584932277, - 36.05601584932277, - 36.05601584932277, - 36.05601584932277, - 36.05601584932277, - 36.05601584932277 - ], - "relative wind speed": [ - 0.4043752542570231, - 0.4043752542570231, - 0.4043752542570231, - 0.4043752542570231, - 0.4043752542570231, - 0.4043752542570231, - 0.4043752542570231, - 0.4043752542570231 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 21.25, -36.09375 21.40625, -35.9375 21.40625, -35.9375 21.25, -36.09375 21.25))", @@ -158978,19 +122118,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 363.0908091017574, + 363.09080910175646, 39.78574302597997, - -251.23580880953023, + -251.23580880953045, -367.40515924728817, -300.82585968742114, -42.72692803324071, - 289.26690337036405, + 289.26690337036393, 516.1994826684697 ], "relative wind speed": [ - 1.5488711314653432, + 1.548871131465343, 1.3041167751412197, - 0.9710995484276975, + 0.9710995484276974, 0.754841313653437, 0.8942135921357286, 1.2238869094169935, @@ -158998,13 +122138,13 @@ 1.6213680400973025 ], "relative wind angle": [ - 0.179408280687997, + 0.17940828068799825, 0.33892701857268004, - 0.35417348608167815, + 0.35417348608167853, 0.0566108089042287, 0.31423546516053447, - 0.36213354591367375, - 0.22617329997720376, + 0.3621335459136738, + 0.22617329997720426, 0.02634460290140382 ], "resistance": [ @@ -159058,34 +122198,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 269.2156186939766, + 269.21561869397624, -60.79099214516896, -309.32132748739366, -366.2449236250832, -239.10570085913616, 55.99501433060675, - 373.49713414332496, - 504.19134949273166 + 373.4971341433252, + 504.19134949273075 ], "relative wind speed": [ - 1.4934057329672055, + 1.4934057329672052, 1.2121771844495068, - 0.8902000431235451, + 0.890200043123545, 0.7720346443652205, 0.9975855947746942, 1.3251657163016866, 1.5598017775935935, - 1.621542540318065 + 1.6215425403180652 ], "relative wind angle": [ - 0.23187367845010978, + 0.23187367845011025, 0.3585432653992139, 0.29447701085575895, - 0.07776105217001471, - 0.35119212720815696, + 0.07776105217001472, + 0.3511921272081567, 0.3267752286865936, - 0.1664105627278782, - 0.03699404890215699 + 0.16641056272787752, + 0.036994048902159994 ], "resistance": [ 96903.71561869404, @@ -159138,9 +122278,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 218.80026992330602, + 218.8002699233058, -84.41819872186039, - -296.2585847949089, + -296.258584794909, -330.84503749345356, -191.181644169504, 90.50492072666316, @@ -159148,9 +122288,9 @@ 454.8207939558007 ], "relative wind speed": [ - 1.3871130263401308, + 1.3871130263401306, 1.0991239534296176, - 0.7861997099402895, + 0.7861997099402894, 0.7069545321192743, 0.9604222952043976, 1.280007839024983, @@ -159160,11 +122300,11 @@ "relative wind angle": [ 0.263418059276537, 0.3864469656975716, - 0.2898093904746299, + 0.2898093904746303, 0.13696484489920344, - 0.385544037135905, + 0.38554403713590507, 0.3295722396319043, - 0.15108010913455314, + 0.1510801091345531, 0.0630521777954039 ], "resistance": [ @@ -159218,9 +122358,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 340.86688875771097, + 340.86688875771017, 9.02422713216265, - -269.57676475067916, + -269.5767647506792, -361.6275896640345, -275.1945665251605, -0.34359475496637515, @@ -159228,9 +122368,9 @@ 540.7003441654002 ], "relative wind speed": [ - 1.5042145431969025, + 1.5042145431969023, 1.235592485004535, - 0.8854034460059742, + 0.8854034460059741, 0.6852046489314499, 0.8761154722783501, 1.2261936730104668, @@ -159238,12 +122378,12 @@ 1.6002294528639667 ], "relative wind angle": [ - 0.2143292197706735, - 0.3793126606539637, - 0.3783940266336428, + 0.2143292197706751, + 0.37931266065396374, + 0.3783940266336431, 0.007387769099018021, 0.3738195499692562, - 0.3823699317657371, + 0.382369931765737, 0.2200123966963843, 0.003163356428473577 ], @@ -159298,19 +122438,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 370.930588726172, + 370.9305887261712, 22.673618761905573, - -280.2869171613822, + -280.28691716138235, -390.18976704171456, - -308.71082641852774, + -308.7108264185277, -24.634151459535474, 328.5510987284724, 558.6868352288349 ], "relative wind speed": [ - 1.5846169735664852, + 1.584616973566485, 1.3223124406331757, - 0.9756647960347761, + 0.9756647960347758, 0.7667310106031962, 0.932537916386938, 1.2775475442272324, @@ -159318,11 +122458,11 @@ 1.6711557305630436 ], "relative wind angle": [ - 0.19236703365570265, - 0.34911051262313714, - 0.352360318522053, + 0.1923670336557044, + 0.3491105126231372, + 0.35236031852205335, 0.031143529461583868, - 0.330871908757403, + 0.3308719087574027, 0.3618957966146128, 0.2177776224591288, 0.014286916367738212 @@ -159378,9 +122518,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 97.49649200973215, + 97.4964920097317, -223.28093755121182, - -384.28605297425645, + -384.2860529742565, -348.8021972805644, -111.08607759275435, 231.10272878048568, @@ -159390,19 +122530,19 @@ "relative wind speed": [ 1.4326321632857026, 1.1163746810086113, - 0.8736216071113174, + 0.8736216071113172, 0.9413724776456445, - 1.242240743108732, + 1.2422407431087317, 1.5327441243478725, 1.682968290464275, 1.646030023253314 ], "relative wind angle": [ - 0.2873725718428914, + 0.28737257184289255, 0.32625287685272863, - 0.11464872988807515, + 0.11464872988807417, 0.23201304659474367, - 0.3329937904547925, + 0.3329937904547919, 0.23560697860765353, 0.059418327700053765, 0.13188411681480258 @@ -159458,9 +122598,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 226.9011682721549, + 226.90116827215434, -119.57277494744994, - -355.70522653133946, + -355.7052265313397, -386.8278882624508, -217.51937771965015, 110.08714113290216, @@ -159470,7 +122610,7 @@ "relative wind speed": [ 1.526411694994801, 1.2284217196676812, - 0.9233048015797656, + 0.9233048015797654, 0.8630952805126879, 1.11774381265785, 1.4388411906810648, @@ -159478,14 +122618,14 @@ 1.6835529187134368 ], "relative wind angle": [ - 0.244537329142087, - 0.341993074845739, - 0.23285460217615925, + 0.24453732914208834, + 0.34199307484573893, + 0.23285460217615975, 0.12856736818758632, 0.33696724571331177, 0.29038465195399266, 0.12938517448763198, - 0.06577772314125205 + 0.06577772314125203 ], "resistance": [ 96861.40116827216, @@ -159538,19 +122678,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 102.74896824064444, + 102.74896824064433, -182.69519783911647, - -331.67934134075847, + -331.6793413407586, -305.6243046478385, -101.69770061052435, 199.78122024987476, 441.77103910164305, - 382.1390689475984 + 382.1390689475986 ], "relative wind speed": [ 1.313530409159826, 1.0040129010829393, - 0.7510416584017406, + 0.7510416584017405, 0.8083957094975553, 1.1063314550473766, 1.3933016610461084, @@ -159558,14 +122698,14 @@ 1.5151989311904788 ], "relative wind angle": [ - 0.3084585054435877, + 0.30845850544358805, 0.3663068418389973, - 0.1467041327075626, - 0.2555521820932421, - 0.3687482066035473, - 0.26105199274076785, - 0.0711451487736453, - 0.13527636273402402 + 0.14670413270756263, + 0.25555218209324204, + 0.36874820660354735, + 0.2610519927407678, + 0.07114514877364529, + 0.135276362734024 ], "resistance": [ 96737.24896824064, @@ -159618,33 +122758,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 266.00350363683276, + 266.00350363683253, -60.419575388619705, - -308.07467967008654, - -365.5661503254476, + -308.0746796700866, + -365.56615032544755, -241.88707211471853, - 49.60459655824468, - 363.91052337915255, + 49.60459655824479, + 363.9105233791528, 495.94344480825737 ], "relative wind speed": [ 1.5054090767956732, 1.2311864439051534, - 0.9188674709718698, - 0.8031847427011289, + 0.9188674709718697, + 0.8031847427011288, 1.0172907528484076, - 1.3361575149187548, + 1.336157514918755, 1.5674244910423725, 1.6297334853962477 ], "relative wind angle": [ - 0.22221803062840348, + 0.22221803062840398, 0.3427375759555113, - 0.27935376085355473, - 0.0690934954738167, + 0.2793537608535551, + 0.0690934954738151, 0.3322209546715922, - 0.3148403405898292, - 0.16235550448965758, + 0.3148403405898299, + 0.1623555044896569, 0.03403096411877568 ], "resistance": [ @@ -159698,19 +122838,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 266.96947928104714, + 266.9694792810468, -53.94219740151141, - -298.52301444298655, + -298.5230144429867, -356.92565513312906, - -237.30937461035165, + -237.30937461035177, 47.86062403457436, 357.8251205862982, 491.9803031859782 ], "relative wind speed": [ - 1.4799555765128567, + 1.4799555765128563, 1.2055033386268976, - 0.8884718074017777, + 0.8884718074017774, 0.7665363625804853, 0.9828733213019898, 1.305017308213998, @@ -159718,11 +122858,11 @@ 1.6027259525635018 ], "relative wind angle": [ - 0.22715601295742752, - 0.3546005798071812, + 0.22715601295742702, + 0.35460057980718124, 0.29539511482884445, 0.06891423177510317, - 0.34596520589292595, + 0.3459652058929263, 0.3265095137812334, 0.16892251548812548, 0.03293951034500305 @@ -159778,34 +122918,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 186.01976174722552, + 186.01976174722495, -147.8792806950923, - -357.4591158289746, + -357.4591158289747, -367.42178606088214, -178.97669719006944, 148.83363866016396, - 449.5358987594848, - 472.3189632298406 + 449.53589875948455, + 472.31896322984153 ], "relative wind speed": [ - 1.4634039589371726, + 1.4634039589371723, 1.154714351031058, 0.8588731225686671, 0.8386887601721038, 1.118322013516978, 1.4348623768405733, - 1.6292735289934608, - 1.6397549928299158 + 1.6292735289934606, + 1.6397549928299155 ], "relative wind angle": [ - 0.26962789103005586, + 0.26962789103005674, 0.3571983611179025, - 0.21253949727342952, + 0.21253949727343058, 0.17682459637696907, - 0.3560425902134162, + 0.3560425902134163, 0.28523571082743127, 0.11142922114742376, - 0.09009208821176488 + 0.09009208821176243 ], "resistance": [ 96820.51976174726, @@ -159858,9 +122998,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 357.52545103232274, + 357.52545103232205, 41.96022336855401, - -241.34048964875706, + -241.3404896487571, -354.94946314141146, -289.8027828362595, -38.75023516571355, @@ -159868,9 +123008,9 @@ 507.3989382524769 ], "relative wind speed": [ - 1.5136560561276518, + 1.5136560561276513, 1.26869374985972, - 0.9326158741891983, + 0.9326158741891982, 0.7106981009867438, 0.8539127786175797, 1.1877448626726168, @@ -159878,13 +123018,13 @@ 1.5859476343789374 ], "relative wind angle": [ - 0.1854282851060335, + 0.18542828510603412, 0.3524826716836717, - 0.37356056669846804, - 0.06100129767759803, + 0.3735605666984681, + 0.06100129767759802, 0.3329284105749843, 0.3776718939634846, - 0.23421729300744354, + 0.2342172930074435, 0.02732247527453641 ], "resistance": [ @@ -159938,19 +123078,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 285.96609661257514, + 285.9660966125747, -39.67599980853822, - -293.61685984197294, + -293.6168598419731, -359.9189592809606, -247.172366107678, 37.61264116416294, - 355.15529153759485, + 355.1552915375951, 507.66012471649117 ], "relative wind speed": [ - 1.4861860453362703, + 1.48618604533627, 1.210912248915045, - 0.8829111913919307, + 0.8829111913919305, 0.7421080090444743, 0.9559902719481055, 1.286995682525463, @@ -159958,13 +123098,13 @@ 1.6037275530225579 ], "relative wind angle": [ - 0.22632872352453148, + 0.22632872352453198, 0.3640040881443603, 0.31814107131265434, 0.054649742914570844, - 0.35634933634827276, + 0.3563493363482728, 0.3415755324091547, - 0.18141451058916408, + 0.1814145105891635, 0.025278698321685802 ], "resistance": [ @@ -160005,52 +123145,7 @@ "id": "2992", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.985926853860775, - 37.985926853860775, - 37.985926853860775, - 37.985926853860775, - 37.985926853860775, - 37.985926853860775, - 37.985926853860775, - 37.985926853860775 - ], - "relative wind speed": [ - 0.415056354143645, - 0.415056354143645, - 0.415056354143645, - 0.415056354143645, - 0.415056354143645, - 0.415056354143645, - 0.415056354143645, - 0.415056354143645 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.46875 21.40625, -35.46875 21.5625, -35.3125 21.5625, -35.3125 21.40625, -35.46875 21.40625))", @@ -160082,17 +123177,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 283.82360331208645, + 283.823603312086, -20.448331859526547, - -271.03595292898854, + -271.0359529289886, -344.80028990541507, -256.90820560582625, 3.026884379914236, - 304.64732518136475, + 304.64732518136486, 474.7654377390397 ], "relative wind speed": [ - 1.5039908832676243, + 1.503990883267624, 1.257540167882377, 0.9579320886141467, 0.8120947374843615, @@ -160102,14 +123197,14 @@ 1.600219515776889 ], "relative wind angle": [ - 0.19205083740928483, - 0.3187468128715249, - 0.28599937462720093, - 0.01464782502926956, - 0.2976383898034617, + 0.192050837409286, + 0.31874681287152495, + 0.2859993746272017, + 0.014647825029269559, + 0.29763838980346163, 0.3129230797790034, - 0.17905232694890919, - 0.007433421275343552 + 0.17905232694890916, + 0.007433421275343553 ], "resistance": [ 96918.32360331214, @@ -160162,20 +123257,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 306.52948278061956, + 306.529482780619, 14.06445676563385, - -241.91245230444446, - -334.05049287697295, + -241.91245230444463, + -334.05049287697267, -266.3536377650537, -26.560466659290228, 270.3942968135045, 462.4733801887834 ], "relative wind speed": [ - 1.486998305168175, + 1.4869983051681746, 1.2535979661356222, - 0.9501119179699667, - 0.7723661745259077, + 0.9501119179699666, + 0.7723661745259076, 0.9123401963098924, 1.2132686152194112, 1.4631527386801517, @@ -160185,9 +123280,9 @@ 0.17915554508385026, 0.32142254562505473, 0.31581137497082296, - 0.02757127175627291, + 0.027571271756268886, 0.29468785889625726, - 0.33251121312979953, + 0.3325112131297995, 0.2030760371349655, 0.013612042703194957 ], @@ -160242,33 +123337,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 275.25942248156304, + 275.2594224815627, 40.26001431580295, - -181.43769845748483, - -278.17259216554345, + -181.43769845748488, + -278.1725921655435, -238.12133154712348, -53.92209405945522, - 191.84695966268413, + 191.84695966268401, 367.2286781832768 ], "relative wind speed": [ 1.3850639197770132, 1.1912915712176284, - 0.92335993066555, - 0.7419919150417109, + 0.9233599306655499, + 0.741991915041711, 0.8306520198834857, 1.0905087034730228, 1.3250627450977142, 1.4345148441258158 ], "relative wind angle": [ - 0.150569508898003, + 0.1505695088980045, 0.2953173650561404, 0.3110152504696791, - 0.07135354171483947, + 0.07135354171484103, 0.252802448718134, - 0.3235572289389466, - 0.21490174658123715, + 0.32355722893894656, + 0.21490174658123767, 0.036884130705128006 ], "resistance": [ @@ -160322,34 +123417,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 476.3235897992921, + 476.32358979929165, 137.6278369883072, - -220.5101146742769, + -220.51011467427702, -415.71169732225997, - -393.13971391474695, + -393.13971391474706, -149.24959667720861, - 222.51037371657128, - 527.9889225537491 + 222.5103737165714, + 527.9889225537494 ], "relative wind speed": [ - 1.7328225788667733, + 1.732822578866773, 1.5229009757443834, 1.196169261726981, 0.9262133225077588, 0.967473122649866, 1.272576501023487, 1.5836216183735008, - 1.7552228388696163 + 1.755222838869616 ], "relative wind angle": [ - 0.11678309327849165, + 0.11678309327849261, 0.2771700447106352, - 0.32983583910755265, + 0.3298358391075534, 0.14211080149852598, - 0.2102381752464895, + 0.21023817524649005, 0.3336147737397933, - 0.2471531756684607, - 0.07480802915274895 + 0.24715317566846068, + 0.07480802915274748 ], "resistance": [ 97110.8235897993, @@ -160402,19 +123497,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 437.81181728915976, + 437.8118172891593, 53.861302088394154, - -300.4592522451699, + -300.4592522451702, -448.0692845236956, -375.8632667262629, -71.45296101300937, - 326.51477787236445, + 326.5147778723647, 603.7081736046246 ], "relative wind speed": [ - 1.7408418730737085, + 1.740841873073708, 1.4859548474874729, - 1.1383334356973234, + 1.1383334356973231, 0.9100235517027392, 1.038763852518825, 1.3789484977964221, @@ -160423,12 +123518,12 @@ ], "relative wind angle": [ 0.16104996525238865, - 0.3084841238367574, - 0.32074004527077604, - 0.0619907945475211, + 0.30848412383675744, + 0.3207400452707764, + 0.06199079454752109, 0.27207940447214596, 0.333312651253956, - 0.21561431795156796, + 0.21561431795156746, 0.031127268106065174 ], "resistance": [ @@ -160482,19 +123577,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 423.06015676541506, + 423.06015676541347, 142.49109922763694, - -174.52612896774065, + -174.526128967741, -362.3300694248014, -359.2811304529298, -164.69588167566508, - 154.12323510601493, + 154.1232351060147, 430.05311795746957 ], "relative wind speed": [ - 1.6831571890113382, + 1.683157189011338, 1.5103822512491663, - 1.2294826370531309, + 1.2294826370531307, 0.9874078212759978, 0.9928034804129482, 1.2399283562981016, @@ -160502,13 +123597,13 @@ 1.6863281614571937 ], "relative wind angle": [ - 0.08901613122098344, - 0.23489990116429085, - 0.2865571476232097, - 0.14218868253265174, + 0.08901613122098719, + 0.23489990116429083, + 0.2865571476232098, + 0.14218868253265177, 0.1512914673020127, - 0.2874546658676275, - 0.23083893287962745, + 0.2874546658676276, + 0.23083893287962792, 0.08307201326019775 ], "resistance": [ @@ -160562,13 +123657,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 449.0314120976078, + 449.03141209760736, 68.79001938521628, -296.5693867850774, -460.1085430976811, -400.19978554550016, -103.38129254608964, - 297.5062547249146, + 297.5062547249148, 586.7109140743208 ], "relative wind speed": [ @@ -160578,18 +123673,18 @@ 1.0316561649631872, 1.1288987614147397, 1.4413963016589837, - 1.7330427157193538, + 1.733042715719354, 1.8733725042456586 ], "relative wind angle": [ - 0.1363924249126204, - 0.2700039590387483, - 0.2822337966519117, + 0.13639242491262124, + 0.27000395903874835, + 0.28223379665191123, 0.06998681573503607, - 0.22056375345369403, - 0.2967078926834597, - 0.2027702490700332, - 0.03851943202620529 + 0.220563753453694, + 0.29670789268345976, + 0.20277024907003374, + 0.03851943202620528 ], "resistance": [ 97083.53141209761, @@ -160642,9 +123737,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 678.9396095695644, + 678.9396095695641, 268.49250602593804, - -180.1666254475777, + -180.16662544757776, -431.6307015626406, -428.44703648138676, -170.69783628756056, @@ -160652,7 +123747,7 @@ 686.3694160633585 ], "relative wind speed": [ - 1.7472593189750685, + 1.7472593189750683, 1.5045503766554331, 1.0761844165224266, 0.6196810466484938, @@ -160663,12 +123758,12 @@ ], "relative wind angle": [ 0.14069381697111483, - 0.39601946770658336, - 0.5645104395093608, + 0.3960194677065834, + 0.5645104395093609, 0.3869919599122054, - 0.4006512434490973, - 0.5626144615531944, - 0.39036174144048874, + 0.4006512434490976, + 0.5626144615531943, + 0.3903617414404887, 0.13401762181030957 ], "resistance": [ @@ -160722,33 +123817,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 679.1008559264642, + 679.1008559264626, 304.0182857318581, - -132.51685657494414, - -412.12896449454746, + -132.51685657494426, + -412.1289644945474, -437.90666167068605, - -209.83244612169557, + -209.8324461216955, 210.55100708543398, 619.3597303907882 ], "relative wind speed": [ - 1.7481197586283923, + 1.7481197586283919, 1.537592369207454, - 1.1399534652674757, - 0.6967913775727663, + 1.1399534652674754, + 0.6967913775727664, 0.6317271324569871, 1.0444192484554866, 1.4681648263781522, 1.7232189752116711 ], "relative wind angle": [ - 0.10467566061532244, + 0.10467566061532457, 0.35192396481628613, 0.5204878496070587, - 0.4005660911560305, + 0.40056609115603076, 0.2933184689835478, - 0.5322500381482512, - 0.39643273642971055, + 0.5322500381482511, + 0.3964327364297106, 0.15833461506625052 ], "resistance": [ @@ -160802,9 +123897,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 640.2000137004828, + 640.2000137004826, 173.0979398598521, - -275.34736258329684, + -275.34736258329707, -493.9036031315064, -433.4504244093192, -95.55008810524203, @@ -160814,7 +123909,7 @@ "relative wind speed": [ 1.792143816134931, 1.4988697913346616, - 1.041560102544503, + 1.0415601025445027, 0.6379929262571044, 0.7811700107463816, 1.2551475578690194, @@ -160822,14 +123917,14 @@ 1.8479640335910417 ], "relative wind angle": [ - 0.18802358739462424, + 0.18802358739462482, 0.41900494333405897, - 0.5309858764191663, + 0.5309858764191666, 0.2149446743937567, 0.443189076047474, 0.507339268467737, - 0.32445988376120666, - 0.07370432852539707 + 0.3244598837612066, + 0.07370432852539709 ], "resistance": [ 97274.70001370048, @@ -160882,9 +123977,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 804.2326019093905, + 804.2326019093896, 324.19833866353224, - -209.23070006436433, + -209.23070006436456, -532.9319031307215, -539.9402470352666, -229.96654874359945, @@ -160894,22 +123989,22 @@ "relative wind speed": [ 1.9494949452712393, 1.6983078656661443, - 1.2509619768853972, + 1.250961976885397, 0.7844443852712352, 0.7693023982227234, 1.228050127220323, - 1.6815025584090928, + 1.681502558409093, 1.943451498742837 ], "relative wind angle": [ - 0.121712450611669, + 0.12171245061167085, 0.35651194635664135, - 0.5016408531520488, - 0.3351183534233955, + 0.501640853152049, + 0.33511835342339547, 0.31274482939363996, 0.5036816987653866, - 0.36584848433059963, - 0.13314075103563316 + 0.3658484843305999, + 0.1331407510356332 ], "resistance": [ 97438.73260190939, @@ -160962,34 +124057,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 670.8338852836077, + 670.8338852836059, 296.69558464683394, - -148.12027673810724, + -148.12027673810746, -437.6958876666824, -466.22857089406114, - -233.9123459436662, + -233.91234594366608, 192.3895389444807, 605.3277431867668 ], "relative wind speed": [ - 1.8055034805253813, + 1.8055034805253811, 1.6022743971305395, - 1.2212631405632774, + 1.2212631405632772, 0.8140226466139152, 0.7525027754053674, - 1.121971479798846, + 1.1219714797988463, 1.5279461988838374, - 1.7786147351188013 + 1.778614735118801 ], "relative wind angle": [ - 0.09235964826662273, + 0.09235964826662514, 0.31336102319016046, - 0.45070309185880325, - 0.3230508131685093, + 0.45070309185880353, + 0.32305081316850937, 0.2231334544645712, - 0.4558428554490542, + 0.4558428554490544, 0.35561503487677704, - 0.14580922154079526 + 0.1458092215407945 ], "resistance": [ 97305.33388528357, @@ -161042,7 +124137,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 944.0505340322179, + 944.0505340322152, 516.4180106189663, -105.42235905890448, -585.5690030646065, @@ -161062,14 +124157,14 @@ 2.1835686699776886 ], "relative wind angle": [ - 0.028001434475850462, - 0.21028383402938802, + 0.028001434475854427, + 0.210283834029388, 0.3268763768621557, 0.2686938535739278, 0.05510204763635886, 0.3126186218352631, 0.3049324426398898, - 0.16130930171401603 + 0.16130930171401606 ], "resistance": [ 97578.5505340322, @@ -161122,33 +124217,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 789.6808469117268, + 789.6808469117248, 276.7534736891387, - -277.6863244374216, - -598.1213893157111, - -583.2559512835821, - -232.54997135578117, + -277.68632443742183, + -598.1213893157112, + -583.255951283582, + -232.54997135578128, 331.3490139731614, 823.7214951766268 ], "relative wind speed": [ - 2.047205835477225, + 2.0472058354772247, 1.783700978750907, 1.3432820017015692, - 0.9307194594383718, + 0.9307194594383716, 0.9574192902337855, - 1.3878451817572532, + 1.387845181757253, 1.8174974261407886, 2.059481662444828 ], "relative wind angle": [ - 0.1242199489490491, + 0.1242199489490509, 0.32596004669640977, - 0.42520308785460503, - 0.23030359628663974, - 0.2681326343324778, - 0.42415904641939195, - 0.3098083803522876, + 0.42520308785460553, + 0.2303035962866393, + 0.2681326343324774, + 0.42415904641939167, + 0.3098083803522875, 0.1033448788817413 ], "resistance": [ @@ -161202,34 +124297,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 947.6759288672476, + 947.6759288672522, 522.6269106569366, -92.50347321886215, - -566.6136044102991, + -566.613604410299, -684.3922587229126, -462.63197495132647, 80.42971249653647, 676.9896407228146 ], "relative wind speed": [ - 2.2197601330224423, + 2.219760133022442, 2.0542549514648103, - 1.677004578903427, - 1.2365443994976624, + 1.6770045789034267, + 1.2365443994976626, 1.0591494580511025, 1.352467824766291, 1.799107630183001, 2.126050462881048 ], "relative wind angle": [ - 0.029188013373426327, - 0.22409846739000067, - 0.353673372560255, - 0.299554403204007, - 0.06120160622342465, - 0.344302195904137, + 0.02918801337341872, + 0.2240984673900007, + 0.35367337256025466, + 0.29955440320400734, + 0.061201606223424646, + 0.3443021959041371, 0.3287287364076852, - 0.17248560046384234 + 0.17248560046384237 ], "resistance": [ 97582.17592886726, @@ -161284,7 +124379,7 @@ "wind resistance": [ 759.6569045928084, 325.45653961860125, - -174.41268458626166, + -174.41268458626178, -489.91055313495133, -511.4558211216613, -238.39236288246576, @@ -161294,7 +124389,7 @@ "relative wind speed": [ 1.8911683084562374, 1.6623672270904448, - 1.2414563931137992, + 1.241456393113799, 0.7910392281906163, 0.7438565033838929, 1.168920557964211, @@ -161305,10 +124400,10 @@ 0.10686073497555515, 0.33995282700121926, 0.488116298246431, - 0.34704277435736286, + 0.3470427743573629, 0.2746023145759369, 0.49405704733785866, - 0.37025769424866645, + 0.3702576942486661, 0.1442270632215887 ], "resistance": [ @@ -161362,9 +124457,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 812.5678573616478, + 812.5678573616472, 322.0156696666229, - -219.93968051477202, + -219.93968051477214, -546.2847126342014, -549.9169830750152, -230.70400706258556, @@ -161374,7 +124469,7 @@ "relative wind speed": [ 1.9689611148361241, 1.7135013685551608, - 1.2623420321944523, + 1.262342032194452, 0.7972039592744475, 0.7895156229615939, 1.2506221853928297, @@ -161382,14 +124477,14 @@ 1.9658607880402648 ], "relative wind angle": [ - 0.12357806238133093, - 0.35576176147507654, - 0.4965106347904712, - 0.3237218919750436, + 0.12357806238133183, + 0.3557617614750766, + 0.4965106347904709, + 0.32372189197504364, 0.31246545779894636, 0.49748703462268656, - 0.3604653612948807, - 0.1293565918666626 + 0.36046536129488066, + 0.12935659186666262 ], "resistance": [ 97447.0678573616, @@ -161442,34 +124537,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 682.5196065093593, + 682.5196065093577, 350.79858199239527, - -73.24227741036162, + -73.2422774103618, -370.38413583224735, -427.8904043321996, -244.8335508169494, - 141.67038263925485, - 548.9158828635792 + 141.67038263925474, + 548.9158828635794 ], "relative wind speed": [ - 1.7194802765574033, + 1.719480276557403, 1.5437921009289388, - 1.174371713727595, + 1.1743717137275949, 0.7296517201513409, 0.5822723753224555, 0.9551751094134474, 1.3843787843397808, - 1.662306201580734 + 1.6623062015807337 ], "relative wind angle": [ - 0.06841420040508477, + 0.06841420040508801, 0.32161876823018953, 0.5093027001765332, 0.4566920996950748, 0.20327000863675643, 0.5362289175332766, - 0.4264106593681879, - 0.19479378230576888 + 0.42641065936818817, + 0.19479378230576774 ], "resistance": [ 97317.01960650935, @@ -161522,34 +124617,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 756.1464949930134, - 399.1032857141174, - -72.67324422717752, + 756.1464949930125, + 399.1032857141172, + -72.67324422717775, -412.5663065286011, - -485.66199657733205, + -485.6619965773321, -290.64775147042394, - 132.2791437056718, - 586.9919983888649 + 132.2791437056717, + 586.9919983888644 ], "relative wind speed": [ 1.8302324144464974, 1.655845995794251, - 1.2788627566591766, + 1.2788627566591764, 0.8239049020267395, 0.6574333981209908, 1.0198742089432955, 1.4650868279681104, - 1.7615760205769937 + 1.761576020576994 ], "relative wind angle": [ - 0.0563959673530076, - 0.300069002242156, - 0.4786470006067178, + 0.05639596735300958, + 0.30006900224215605, + 0.478647000606718, 0.4301183913603785, - 0.15756904168692099, + 0.1575690416869217, 0.5005490753015974, - 0.4137388126136014, - 0.19628247376778807 + 0.4137388126136016, + 0.19628247376778862 ], "resistance": [ 97390.64649499302, @@ -161602,13 +124697,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 919.7889022575054, + 919.788902257504, 375.45103945932954, -246.54703176988437, -633.727078970132, -651.4797794151203, -300.0036844668398, - 310.524880216483, + 310.52488021648253, 879.073539475254 ], "relative wind speed": [ @@ -161618,17 +124713,17 @@ 0.9579640744100768, 0.9261272877355484, 1.3752655849636752, - 1.8474663053368798, + 1.8474663053368796, 2.1287566286779054 ], "relative wind angle": [ - 0.10629229342984871, - 0.3218429885881856, + 0.1062922934298508, + 0.32184298858818566, 0.4467225343294336, 0.2913283533313604, - 0.24800219457490966, + 0.24800219457490968, 0.44875465279317284, - 0.34020132932997854, + 0.34020132932997826, 0.12961700473468044 ], "resistance": [ @@ -161682,33 +124777,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 902.3931706700389, - 475.23021375099415, + 902.3931706700378, + 475.2302137509939, -101.36384008865275, -523.4330340667086, -615.1925578968167, - -380.59690469889017, + -380.5969046988903, 137.2362777824269, 691.3299369630372 ], "relative wind speed": [ - 2.0687836330920173, - 1.8841568542264306, + 2.068783633092017, + 1.8841568542264304, 1.4852220465693808, 1.0172366124793983, 0.8501336731016113, - 1.2052161347087103, + 1.20521613470871, 1.6723362266825716, 1.9919394209970547 ], "relative wind angle": [ 0.04908435073499038, - 0.270736576019518, - 0.42406306395450255, - 0.36210844976102, - 0.11968337013651781, - 0.4313530956505221, - 0.3740934613790089, + 0.27073657601951756, + 0.4240630639545025, + 0.3621084497610201, + 0.11968337013651782, + 0.4313530956505218, + 0.37409346137900884, 0.1819070424756544 ], "resistance": [ @@ -161762,19 +124857,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 818.8887202903637, + 818.8887202903619, 409.20443546759554, - -104.41647417444051, + -104.41647417444085, -458.1229247375523, -519.5723554288793, - -287.02039433402547, - 185.84905060126323, + -287.0203943340254, + 185.84905060126334, 676.3546441768232 ], "relative wind speed": [ 1.8956848078610378, 1.6954049576825427, - 1.2848152211496044, + 1.2848152211496042, 0.7996710154071859, 0.6579975098669212, 1.073398175520931, @@ -161782,13 +124877,13 @@ 1.8404097046211878 ], "relative wind angle": [ - 0.07558809161524667, + 0.07558809161524961, 0.32569421074292576, 0.5071486767923145, - 0.4391847345475424, + 0.43918473454754237, 0.21931521039189109, - 0.5298211552233725, - 0.4168096879006054, + 0.5298211552233724, + 0.4168096879006052, 0.18582067890370152 ], "resistance": [ @@ -161842,34 +124937,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 807.1464239746576, + 807.1464239746545, 470.2345559587668, -18.38294113560437, -396.4876265827001, - -503.30448067243094, + -503.30448067243105, -339.11558497170404, - 78.1771794135434, - 558.9042937303075 + 78.17717941354329, + 558.9042937303077 ], "relative wind speed": [ - 1.8641520331116987, + 1.8641520331116983, 1.7153620980954352, 1.3516994394596935, 0.8844815049781397, 0.6481788383682973, 0.9760796491478452, 1.4380915250523187, - 1.7643387079624364 + 1.7643387079624362 ], "relative wind angle": [ - 0.02575848995514083, - 0.27407393814836206, + 0.02575848995514514, + 0.2740739381483621, 0.4670163498427343, 0.4646847772480883, - 0.07414072039390028, + 0.07414072039390178, 0.49570282299020807, - 0.43694926029862485, - 0.2265918431989662 + 0.4369492602986249, + 0.2265918431989652 ], "resistance": [ 97441.64642397467, @@ -161922,11 +125017,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 778.923433943332, + 778.9234339433239, 447.3477338408503, -57.413584232931385, -460.5339678994645, - -570.112719260949, + -570.1127192609497, -406.79051517173684, 31.89751808989388, 526.6444950404824 @@ -161942,31 +125037,31 @@ 1.9537942178590242 ], "relative wind angle": [ - 0.01731044635868205, + 0.017310446358694876, 0.20266342804387585, - 0.3264838402477517, - 0.28247675872645794, - 0.03441413559055446, + 0.3264838402477516, + 0.2824767587264579, + 0.034414135590557685, 0.30951765865999104, 0.3127389637493824, 0.1723409188854491 ], "resistance": [ - 97413.4234339433, + 97413.42343394329, 97081.84773384083, 96577.08641576704, 96173.9660321005, - 96064.38728073903, + 96064.38728073901, 96227.70948482823, 96666.39751808987, 97161.14449504045 ], "fuel": [ - 39.495465884526276, + 39.49546588452627, 39.32390521714814, 39.063521956218864, 38.85625152610973, - 38.800014483024945, + 38.80001448302494, 38.8838495990171, 39.10952443265544, 39.364896954947696 @@ -162002,32 +125097,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 586.8570613186886, + 586.8570613186868, 318.82564641867896, - -63.876021344879746, + -63.87602134488009, -355.80283509550014, -425.715686700049, - -283.41867023504795, + -283.4186702350481, 56.50331833191683, 426.25618010281585 ], "relative wind speed": [ - 1.750532766175387, + 1.7505327661753867, 1.6167482325243754, - 1.317263941100437, + 1.3172639411004368, 0.9710912964206222, 0.8375064082409316, - 1.0732693519930516, + 1.0732693519930514, 1.4249904065553638, 1.6801082236910785 ], "relative wind angle": [ - 0.03264528187768393, - 0.2268141247289554, - 0.35431530266780265, + 0.03264528187768733, + 0.22681412472895537, + 0.3543153026678029, 0.29545975175590267, 0.06827517936117586, - 0.34558335957208797, + 0.3455833595720873, 0.32648920112735835, 0.1691047351020607 ], @@ -162082,19 +125177,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 843.9447190899687, + 843.9447190899593, 491.0311818021594, - -47.054308040523665, + -47.05430804052389, -477.7711383567856, - -598.4355582618464, + -598.4355582618467, -427.28271044321593, 36.92706030733075, 566.0629291302309 ], "relative wind speed": [ - 2.076900073080702, + 2.0769000730807017, 1.9363744369042446, - 1.5918069684490932, + 1.591806968449093, 1.17412216179186, 0.980019104169132, 1.2346681328206626, @@ -162102,14 +125197,14 @@ 1.9736738604157227 ], "relative wind angle": [ - 0.016248389568266047, - 0.21428918836828803, + 0.016248389568279713, + 0.214289188368288, 0.3518509944867378, 0.31526064616190513, - 0.03443960234422702, + 0.03443960234423025, 0.3400256093543198, - 0.3377993104802919, - 0.18551697480948162 + 0.33779931048029194, + 0.18551697480948165 ], "resistance": [ 97478.44471908998, @@ -162162,7 +125257,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 613.8693265533473, + 613.8693265533384, 403.4003576323232, 23.660127048785625, -303.5950659675652, @@ -162172,7 +125267,7 @@ 365.11587067324785 ], "relative wind speed": [ - 1.7275674681846303, + 1.7275674681846298, 1.633957033679896, 1.3549473839000137, 0.9854930626221418, @@ -162182,17 +125277,17 @@ 1.6110779293709785 ], "relative wind angle": [ - 0.01220341760145556, + 0.012203417601473756, 0.20095793553962102, - 0.3639583996575504, + 0.36395839965755034, 0.3695598542204177, 0.02763091667091331, - 0.3515749003311621, + 0.3515749003311622, 0.3753669831354286, 0.2227867760012278 ], "resistance": [ - 97248.36932655337, + 97248.36932655335, 97037.90035763234, 96658.1601270488, 96330.90493403246, @@ -162242,19 +125337,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 535.1077933478462, + 535.1077933478459, 261.11884849104774, - -91.79209930722368, + -91.7920993072239, -339.34892701494147, -381.517524137123, -221.08136748524117, - 105.29180392956471, + 105.2918039295646, 438.42742817900285 ], "relative wind speed": [ - 1.638256009302559, + 1.6382560093025587, 1.4820391679211777, - 1.1676049623625586, + 1.1676049623625584, 0.8200657835705313, 0.727129395870066, 1.008047526211843, @@ -162267,9 +125362,9 @@ 0.4027258615390112, 0.31057162992786913, 0.1424006419099809, - 0.4043130032774206, - 0.3432085063953878, - 0.15790204432571847 + 0.40431300327742054, + 0.34320850639538786, + 0.1579020443257185 ], "resistance": [ 97169.60779334785, @@ -162309,52 +125404,7 @@ "id": "3021", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.99841694400572, - 43.99841694400572, - 43.99841694400572, - 43.99841694400572, - 43.99841694400572, - 43.99841694400572, - 43.99841694400572, - 43.99841694400572 - ], - "relative wind speed": [ - 0.44669822684728294, - 0.44669822684728294, - 0.44669822684728294, - 0.44669822684728294, - 0.44669822684728294, - 0.44669822684728294, - 0.44669822684728294, - 0.44669822684728294 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 20.9375, -36.5625 21.09375, -36.40625 21.09375, -36.40625 20.9375, -36.5625 20.9375))", @@ -162386,32 +125436,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 529.1033038883132, + 529.1033038883116, 408.4149477572471, - 78.89805632607863, - -232.86315050566913, - -375.2382880279947, + 78.89805632607852, + -232.86315050566924, + -375.2382880279946, -322.65288609020934, -70.68234136482693, 273.97586945260355 ], "relative wind speed": [ - 1.6264114964902305, + 1.62641149649023, 1.5701219109852294, 1.3304863057625012, - 0.9834231295317951, + 0.983423129531795, 0.7255988362187032, 0.8404910538974337, 1.1838556572555539, 1.484785161341336 ], "relative wind angle": [ - 0.04833467575763145, + 0.04833467575763375, 0.16878542204916425, - 0.3462976474201932, - 0.39110193473794114, - 0.1085116013343067, - 0.3192064361183035, + 0.3462976474201936, + 0.3911019347379408, + 0.10851160133430568, + 0.31920643611830357, 0.3913723396707595, 0.2552491140597801 ], @@ -162466,7 +125516,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 504.2603837823725, + 504.260383782355, 319.93150032116523, 9.604558596004154, -252.1772635616042, @@ -162476,7 +125526,7 @@ 308.2893073458778 ], "relative wind speed": [ - 1.5523717628293838, + 1.5523717628293836, 1.4610251491975939, 1.203115311778228, 0.8666213461353413, @@ -162486,17 +125536,17 @@ 1.453283034406226 ], "relative wind angle": [ - 0.00461799904088952, + 0.004617999040937603, 0.21084369412681336, - 0.3740405662684432, + 0.3740405662684435, 0.3731272764761614, - 0.010648989288423033, + 0.010648989288423035, 0.36639619054142103, - 0.3784436492562811, - 0.2191253962828708 + 0.37844364925628105, + 0.21912539628287084 ], "resistance": [ - 97138.76038378238, + 97138.76038378237, 96954.43150032118, 96644.10455859602, 96382.32273643841, @@ -162506,7 +125556,7 @@ 96942.7893073459 ], "fuel": [ - 38.979156745308416, + 38.97915674530841, 38.883920983187714, 38.72387238978387, 38.58913919282291, @@ -162546,11 +125596,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 834.775186414312, + 834.7751864143081, 559.5524580935846, 48.317450145479825, -394.6610900438775, - -558.9316842088801, + -558.9316842088804, -439.69941927049905, -26.86122175173614, 491.587446325035 @@ -162566,14 +125616,14 @@ 1.8381307398925215 ], "relative wind angle": [ - 0.016763652322339805, + 0.016763652322346428, 0.207192160885033, 0.3832162074193826, 0.4024224189370268, - 0.040304987569696644, + 0.04030498756969939, 0.37863340770413323, - 0.39992638869065184, - 0.23743459001600142 + 0.3999263886906521, + 0.2374345900160014 ], "resistance": [ 97469.27518641434, @@ -162626,33 +125676,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 517.4750380832821, + 517.4750380832812, 561.9802534735899, - 240.12211957176248, + 240.12211957176214, -138.53329263858632, -381.6468032616792, -401.06718342750247, - -197.34562346633356, + -197.3456234663335, 168.88586079700121 ], "relative wind speed": [ - 1.6606462325999025, + 1.6606462325999023, 1.6803380017253886, - 1.4902999956624428, + 1.4902999956624425, 1.1415259569348475, - 0.7794221143932965, + 0.7794221143932963, 0.7360087922104555, 1.069696529480249, 1.4360234092442739 ], "relative wind angle": [ - 0.13597841357932058, + 0.13597841357932142, 0.09458785102640174, - 0.30642791094163996, + 0.30642791094164074, 0.4311539747363005, - 0.29299958456259356, - 0.2173329112593984, - 0.4337376007180513, + 0.29299958456259284, + 0.21733291125939844, + 0.43373760071805123, 0.3386490526094714 ], "resistance": [ @@ -162706,11 +125756,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 685.3144749012046, + 685.314474901203, 574.7163613314068, - 159.3817356671866, + 159.38173566718604, -246.6565882968804, - -451.4791922948349, + -451.47919229483495, -403.5488247350697, -103.90074242717628, 334.0241258912756 @@ -162718,7 +125768,7 @@ "relative wind speed": [ 1.767786222520527, 1.721522406049487, - 1.4527818496885998, + 1.4527818496885996, 1.0322735809001984, 0.6639421353269155, 0.7760463214689205, @@ -162726,19 +125776,19 @@ 1.5812332344633222 ], "relative wind angle": [ - 0.07689936589807828, + 0.07689936589808118, 0.17359759261571855, - 0.39297723410073265, - 0.49395647495747064, - 0.2060014003360941, + 0.392977234100733, + 0.4939564749574707, + 0.20600140033609463, 0.39321979130452606, 0.4793043108597329, - 0.3146823102799008 + 0.31468231027990085 ], "resistance": [ 97319.81447490118, 97209.21636133139, - 96793.88173566718, + 96793.88173566716, 96387.8434117031, 96183.02080770515, 96230.95117526491, @@ -162748,7 +125798,7 @@ "fuel": [ 39.14145128945721, 39.084219744626544, - 38.86970167201808, + 38.86970167201807, 38.66060558979879, 38.55536162192824, 38.57997568454125, @@ -162786,9 +125836,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 457.26750662615666, - 555.084044154465, - 269.1427293334614, + 457.2675066261555, + 555.0840441544648, + 269.14272933346126, -97.74989000155279, -354.1693417740209, -396.8406267267135, @@ -162796,7 +125846,7 @@ 111.43425566117742 ], "relative wind speed": [ - 1.627396231219941, + 1.6273962312199406, 1.6715087761331828, 1.5112097900022283, 1.1902601323267312, @@ -162806,9 +125856,9 @@ 1.3901191312558305 ], "relative wind angle": [ - 0.15625227078615775, - 0.06417593830703008, - 0.27121083221130615, + 0.15625227078615847, + 0.0641759383070301, + 0.27121083221130654, 0.40167783450429684, 0.30735075920997157, 0.14436575094095294, @@ -162866,9 +125916,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 441.8681226419145, + 441.8681226419143, 460.3499815743072, - 180.88209189905638, + 180.88209189905615, -141.7623848333419, -342.6985174819948, -350.78099837236846, @@ -162876,7 +125926,7 @@ 150.88915804935732 ], "relative wind speed": [ - 1.583743469173165, + 1.5837434691731647, 1.592451368683959, 1.4145538696265327, 1.103080724013905, @@ -162886,14 +125936,14 @@ 1.3907517271009615 ], "relative wind angle": [ - 0.1143512401012386, - 0.09581594244243306, - 0.2838584325864567, - 0.3787841559935298, + 0.11435124010123762, + 0.09581594244243308, + 0.2838584325864571, + 0.37878415599352977, 0.22735850525154597, 0.19549911227771033, 0.3783858636821285, - 0.29767828338490515 + 0.2976782833849051 ], "resistance": [ 97076.36812264193, @@ -162946,34 +125996,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 425.68492603832067, + 425.6849260383191, 335.42814014786325, - 58.21442156080195, + 58.21442156080184, -213.43761481323224, -339.6874230418312, -300.41734431917206, - -86.3140065200048, + -86.31400652000491, 208.53106423316342 ], "relative wind speed": [ - 1.6198585583874514, + 1.619858558387451, 1.576680319765412, 1.380092514874683, 1.1048270187300657, 0.9135471060379748, 0.9861993882556749, - 1.2465370891065788, - 1.4959503076023164 + 1.246537089106579, + 1.4959503076023162 ], "relative wind angle": [ - 0.042824107814356346, + 0.04282410781435894, 0.12788805514916887, - 0.2592024474565922, - 0.2742003126150455, + 0.25920244745659266, + 0.27420031261504546, 0.075983571377427, 0.20534341817257323, - 0.2877245427266037, - 0.2013387611495878 + 0.28772454272660486, + 0.20133876114958726 ], "resistance": [ 97060.18492603832, @@ -163026,11 +126076,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 492.0361259159298, + 492.03612591592866, 431.7150273411081, - 118.56672980927283, + 118.56672980927272, -205.35650788863694, - -376.946776646277, + -376.94677664627704, -350.58829782227957, -122.85625425283013, 217.14239144764804 @@ -163046,11 +126096,11 @@ 1.4948801333850625 ], "relative wind angle": [ - 0.07201732299532335, - 0.1278420760203806, - 0.2950499462856252, - 0.3497010487331996, - 0.1432372160191505, + 0.07201732299532644, + 0.12784207602038059, + 0.29504994628562564, + 0.3497010487331997, + 0.14323721601915052, 0.2361225618902538, 0.35314922951185224, 0.25437834768104867 @@ -163106,17 +126156,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 517.114379402218, + 517.1143794022164, 453.58183501599797, 112.71107969002333, -246.35310915562093, -435.52028683056847, -407.9003727793445, - -155.96294074519312, + -155.9629407451929, 219.2507046143976 ], "relative wind speed": [ - 1.8739402835208447, + 1.8739402835208445, 1.8476879022213353, 1.648993888054394, 1.354374266712369, @@ -163126,14 +126176,14 @@ 1.7190268688727453 ], "relative wind angle": [ - 0.05782939667380496, + 0.05782939667380688, 0.10140196489594909, 0.22806153492244444, - 0.2539127306956395, + 0.25391273069563947, 0.09596423648684738, 0.16016560331816473, - 0.2621063174999848, - 0.1992234638553526 + 0.26210631749998436, + 0.19922346385535258 ], "resistance": [ 97151.61437940225, @@ -163186,9 +126236,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 635.9373892912233, + 635.9373892912222, 315.9094246329145, - -81.7053665486925, + -81.70536654869261, -342.4240874216159, -385.8240697027064, -211.05957817353465, @@ -163198,22 +126248,22 @@ "relative wind speed": [ 1.6391940958108961, 1.4573436276267802, - 1.0871489417400455, + 1.0871489417400453, 0.6425499236259379, 0.5169778522064903, 0.911248009286689, 1.331289060229534, - 1.5941621558240673 + 1.5941621558240675 ], "relative wind angle": [ - 0.08459895584553817, + 0.08459895584554081, 0.3497030469521372, 0.5493399660316155, 0.4918208235025862, - 0.2712335482723058, - 0.5799051041175761, + 0.27123354827230584, + 0.5799051041175762, 0.4404803093640978, - 0.19150821399366227 + 0.19150821399366283 ], "resistance": [ 97270.43738929127, @@ -163266,19 +126316,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 646.0526199123344, + 646.0526199123337, 321.27007816918217, - -82.96208790446349, + -82.96208790446371, -359.5672590046147, -406.3032499830359, - -223.0264451047841, + -223.02644510478416, 151.52795516705748, 537.4742336755578 ], "relative wind speed": [ 1.6773330043669865, 1.4973052399024405, - 1.1299171264221404, + 1.1299171264221402, 0.6951419178281906, 0.5711984171748092, 0.9475181570199501, @@ -163286,17 +126336,17 @@ 1.6298746434618625 ], "relative wind angle": [ - 0.07852220405527213, - 0.33178343453635417, - 0.5166681231485118, - 0.44885373302233544, + 0.07852220405527353, + 0.3317834345363541, + 0.5166681231485122, + 0.4488537330223354, 0.23243198718182032, - 0.5406936698085989, + 0.540693669808599, 0.4212870679341373, 0.1861457046290928 ], "resistance": [ - 97280.55261991236, + 97280.55261991234, 96955.7700781692, 96551.53791209555, 96274.9327409954, @@ -163306,7 +126356,7 @@ 97171.97423367557 ], "fuel": [ - 39.05336312703528, + 39.05336312703527, 38.88547378310324, 38.67706294597575, 38.5348034095693, @@ -163346,9 +126396,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 533.1901667279451, - 237.1499005702338, - -106.33658720355652, + 533.1901667279444, + 237.14990057023368, + -106.33658720355663, -306.4473006256103, -321.57818840623906, -150.88098035454817, @@ -163356,9 +126406,9 @@ 497.6118333013074 ], "relative wind speed": [ - 1.5090571937518698, + 1.5090571937518695, 1.315154376113484, - 0.9510337884186963, + 0.9510337884186962, 0.5339730609454375, 0.48416603003140596, 0.884329873768942, @@ -163366,13 +126416,13 @@ 1.4921605573245798 ], "relative wind angle": [ - 0.11984370109650581, - 0.3887049647700793, - 0.58412859438706, + 0.11984370109650674, + 0.3887049647700794, + 0.5841285943870602, 0.47305135220418704, 0.3818495608301907, 0.5987681787387621, - 0.4265131307484811, + 0.42651313074848135, 0.1637702589822707 ], "resistance": [ @@ -163426,34 +126476,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 646.8709836476658, + 646.8709836476644, 323.2177288427184, - -80.7692524251521, + -80.76925242515239, -341.52764826348914, -385.9599791311429, -212.45319281491936, 161.97005966491776, - 542.5076860032495 + 542.5076860032493 ], "relative wind speed": [ - 1.6419960722417517, + 1.6419960722417515, 1.4589723786746485, - 1.0848293928195785, + 1.0848293928195782, 0.6312162778659373, 0.4993258413407996, 0.9038124779800704, 1.3298957047688897, - 1.5959459287974354 + 1.5959459287974356 ], "relative wind angle": [ - 0.08528862589141101, + 0.08528862589141362, 0.3555364444765292, - 0.5622865760274364, + 0.5622865760274367, 0.5134551750283012, 0.2839247709537101, - 0.5966893221284975, - 0.4499062661422511, - 0.1955148711258259 + 0.5966893221284976, + 0.44990626614225104, + 0.19551487112582647 ], "resistance": [ 97281.37098364766, @@ -163463,7 +126513,7 @@ 96248.54002086885, 96422.04680718508, 96796.47005966492, - 97177.00768600326 + 97177.00768600324 ], "fuel": [ 39.015977494535605, @@ -163473,7 +126523,7 @@ 38.48343520549907, 38.57262036327228, 38.76546137682658, - 38.96198601757071 + 38.9619860175707 ] }, { @@ -163506,19 +126556,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 651.5290394287667, + 651.529039428766, 297.71213671672564, - -119.27210279166763, + -119.2721027916678, -368.39540686400903, -392.93915091168157, -191.6610177492546, - 208.76464773399397, + 208.76464773399408, 593.8667691805292 ], "relative wind speed": [ 1.6646642290554925, 1.457296989234947, - 1.0610844951214309, + 1.0610844951214307, 0.6018059482002023, 0.5290627718673254, 0.9629641204321238, @@ -163526,13 +126576,13 @@ 1.6397694998943328 ], "relative wind angle": [ - 0.11190768727994019, + 0.11190768727994219, 0.3804816445932471, 0.5777063285886548, - 0.48072905279980777, + 0.4807290527998077, 0.35904078176376675, 0.5968108547857737, - 0.43084104540427826, + 0.43084104540427803, 0.17053865196960294 ], "resistance": [ @@ -163586,14 +126636,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 659.0788234085429, + 659.0788234085395, 459.72545945358206, 70.08127260529864, -267.97614833982635, -402.5993986545724, -317.0813143521219, -12.814277050685632, - 383.2778377279586 + 383.27783772795874 ], "relative wind speed": [ 1.6670994754362634, @@ -163603,20 +126653,20 @@ 0.5500049794399228, 0.7693454429211922, 1.198821707022274, - 1.5307496568441867 + 1.530749656844187 ], "relative wind angle": [ - 0.028090848890444404, - 0.23168345990897055, - 0.4512270481948419, - 0.5220492938066272, + 0.028090848890452307, + 0.23168345990897052, + 0.4512270481948424, + 0.5220492938066273, 0.0852370971282878, 0.49035723417614513, 0.4852980570060176, - 0.28374355067366275 + 0.28374355067366314 ], "resistance": [ - 97293.57882340856, + 97293.57882340855, 97094.22545945359, 96704.58127260531, 96366.52385166018, @@ -163626,7 +126676,7 @@ 97017.77783772798 ], "fuel": [ - 39.055412368897116, + 39.05541236889711, 38.95230475376075, 38.75120375234796, 38.57718512505262, @@ -163668,7 +126718,7 @@ "wind resistance": [ 691.7634861395928, 487.4971848594462, - 86.55745221295581, + 86.55745221295547, -266.32830933023706, -398.6193885578653, -315.3071451732069, @@ -163678,7 +126728,7 @@ "relative wind speed": [ 1.664544542267401, 1.5742093796367522, - 1.2692243388904505, + 1.2692243388904503, 0.8228554356619721, 0.4729138784021512, 0.7184851415591192, @@ -163688,12 +126738,12 @@ "relative wind angle": [ 0.03203528030854029, 0.24666036247882744, - 0.4896124321847168, + 0.48961243218471706, 0.5928748485977052, 0.11297747928971268, - 0.5644749108639439, + 0.5644749108639437, 0.5322599252113651, - 0.30682229079721474 + 0.3068222907972148 ], "resistance": [ 97326.26348613959, @@ -163746,17 +126796,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 694.2920829124264, + 694.2920829124241, 539.290950301852, - 119.01516330079642, + 119.01516330079608, -273.5751584936654, -454.74140286809325, -387.5987923448729, - -72.2362318906113, + -72.2362318906114, 364.6212408376239 ], "relative wind speed": [ - 1.7720815582013516, + 1.7720815582013514, 1.7068498760054733, 1.424427342302802, 1.0026363205603919, @@ -163766,13 +126816,13 @@ 1.605262143569553 ], "relative wind angle": [ - 0.055351492062415526, + 0.055351492062419544, 0.1908591388382382, - 0.4009549134830505, + 0.4009549134830514, 0.4793735325403819, 0.14802313342348145, 0.40707911555362813, - 0.4623994739803088, + 0.462399473980309, 0.29221825656229494 ], "resistance": [ @@ -163813,68 +126863,7 @@ "id": "3040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.439267647394198, - 3.439267647394198, - 3.439267647394198, - 3.439267647394198, - 3.439267647394198, - 3.439267647394198, - 3.439267647394198, - 3.439267647394198 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 583.5698660730967, - 324.5360863886318, - -27.551701035790472, - -272.3869770512059, - -329.0942315130412, - -207.33317815183187, - 102.48737498062633, - 439.0459668665204 - ], - "relative wind speed": [ - 1.518691342075037, - 1.3724089265833046, - 1.0393250320779417, - 0.605856521545147, - 0.402302780592814, - 0.7646990636850867, - 1.1781656918543215, - 1.4495546885397603 - ], - "relative wind angle": [ - 0.05307488568535538, - 0.33700026059191157, - 0.5703964182833314, - 0.5955407086796344, - 0.20162678260064887, - 0.6353169789408781, - 0.4964801474536364, - 0.2366605897232872 - ], - "resistance": [ - 97218.06986607313, - 96959.03608638866, - 96606.94829896424, - 96362.11302294882, - 96305.40576848699, - 96427.1668218482, - 96736.98737498066, - 97073.54596686654 - ], - "fuel": [ - 38.92145942277936, - 38.78758602496332, - 38.606020938969756, - 38.48003587837477, - 38.45088780076714, - 38.51348889784451, - 38.67302593538737, - 38.84673603621792 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 20.15625, -37.34375 20.3125, -37.1875 20.3125, -37.1875 20.15625, -37.34375 20.15625))", @@ -163906,9 +126895,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 711.160058130795, + 711.1600581307923, 400.70214619820865, - -27.67432588407064, + -27.674325884070868, -347.0679153070918, -429.6473720825987, -275.3151143303008, @@ -163916,9 +126905,9 @@ 518.2586914610094 ], "relative wind speed": [ - 1.7226227070461975, + 1.7226227070461972, 1.5696508990424234, - 1.2136813614737119, + 1.2136813614737116, 0.7585979579417733, 0.5449061703394382, 0.8947333571743447, @@ -163926,17 +126915,17 @@ 1.6397807364131747 ], "relative wind angle": [ - 0.040864373497203364, + 0.0408643734972088, 0.3022609888009797, - 0.5080462068434087, - 0.5060745489498559, + 0.508046206843409, + 0.5060745489498558, 0.1295111527051127, 0.5494588138217772, 0.4568658713373318, 0.22617818166508205 ], "resistance": [ - 97345.66005813084, + 97345.66005813083, 97035.20214619825, 96606.82567411597, 96287.43208469295, @@ -163946,7 +126935,7 @@ 97152.75869146106 ], "fuel": [ - 39.09884198046383, + 39.098841980463824, 38.938273957488384, 38.71730761687194, 38.553001483599544, @@ -163973,68 +126962,7 @@ "id": "3042", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.637464700646162, - 3.637464700646162, - 3.637464700646162, - 3.637464700646162, - 3.637464700646162, - 3.637464700646162, - 3.637464700646162, - 3.637464700646162 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 610.5213804055531, - 418.25186023724945, - 63.979624290167294, - -241.98270918059157, - -353.58535696870854, - -274.35115624174716, - 4.526317835237876, - 362.90800913300296 - ], - "relative wind speed": [ - 1.566778032830786, - 1.4760020736944968, - 1.185780670926996, - 0.7679831798642146, - 0.45597542093453186, - 0.6957908213731158, - 1.1209956240384944, - 1.4397599883672207 - ], - "relative wind angle": [ - 0.02360241710918957, - 0.25125165435641483, - 0.48796994157397744, - 0.5774767033813618, - 0.0811819241032758, - 0.5555347449860606, - 0.5189040659990403, - 0.2954757182578085 - ], - "resistance": [ - 97245.02138040552, - 97052.75186023721, - 96698.47962429014, - 96392.51729081938, - 96280.91464303127, - 96360.14884375823, - 96639.0263178352, - 96997.40800913297 - ], - "fuel": [ - 38.967522627028025, - 38.868111055014474, - 38.685297387512946, - 38.52778872201212, - 38.47042265315463, - 38.511145899194545, - 38.6546637024573, - 38.839521411390955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.34375 20, -37.34375 20.15625, -37.1875 20.15625, -37.1875 20, -37.34375 20))", @@ -164053,68 +126981,7 @@ "id": "3043", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.589180907847547, - 4.589180907847547, - 4.589180907847547, - 4.589180907847547, - 4.589180907847547, - 4.589180907847547, - 4.589180907847547, - 4.589180907847547 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 705.2956492928707, - 324.5927353559756, - -137.13474515986445, - -444.2288159134933, - -482.30349426580653, - -251.33596056192755, - 185.52936577524633, - 617.7722285536689 - ], - "relative wind speed": [ - 1.8324378374232904, - 1.6320288119454598, - 1.246239453766567, - 0.8228444403107967, - 0.7406557020767295, - 1.1148458431636228, - 1.534042542081192, - 1.7970326441355842 - ], - "relative wind angle": [ - 0.08574213543808003, - 0.3117159583404088, - 0.4579119184005135, - 0.3454164690406009, - 0.21349072087655194, - 0.4656107045317084, - 0.3673439131117357, - 0.15566444297964524 - ], - "resistance": [ - 97339.79564929286, - 96959.09273535598, - 96497.36525484013, - 96190.27118408651, - 96152.19650573419, - 96383.16403943807, - 96820.02936577525, - 97252.27222855367 - ], - "fuel": [ - 39.2068592431924, - 39.010018750855096, - 38.77200861518553, - 38.61414779641987, - 38.59460006950162, - 38.71326282602034, - 38.938251227146246, - 39.16155796547504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 20.15625, -37.1875 20.3125, -37.03125 20.3125, -37.03125 20.15625, -37.1875 20.15625))", @@ -164146,34 +127013,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 667.9427068389904, + 667.9427068389901, 448.97689762031644, - 55.8559644423666, + 55.855964442366485, -277.6603025913249, -402.90152307355527, -309.1690124406451, - 2.627132304195129, - 399.8431239664211 + 2.6271323041950154, + 399.8431239664209 ], "relative wind speed": [ - 1.6692146850361358, + 1.6692146850361356, 1.5711446361789883, 1.2677114336628048, 0.840634524497713, 0.5428398546763512, 0.7825965146685245, - 1.2140265621171242, - 1.540871950808318 + 1.214026562117124, + 1.5408719508083182 ], "relative wind angle": [ 0.018051410914091418, 0.24240091534504607, - 0.4605914567105626, + 0.4605914567105629, 0.5228039803131367, 0.05553301867390634, - 0.5028144232686267, - 0.48265560070748875, - 0.27588984521229026 + 0.5028144232686268, + 0.4826556007074883, + 0.2758898452122911 ], "resistance": [ 97302.44270683899, @@ -164226,34 +127093,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 687.8889793892082, + 687.8889793892055, 486.0980134961111, - 60.88406755721098, - -320.232506360203, + 60.88406755721087, + -320.23250636020305, -473.9812187972989, -386.315261487356, - -49.2816428734792, + -49.28164287347897, 386.85202986366573 ], "relative wind speed": [ - 1.8260580018072117, + 1.8260580018072115, 1.7418019111473897, 1.4545881730912578, - 1.0574147526418822, + 1.057414752641882, 0.7907029209174044, 0.9621980240235173, 1.357892551645563, 1.6856965848001142 ], "relative wind angle": [ - 0.0284874700262127, + 0.0284874700262166, 0.19038791609791517, - 0.3642267261226924, - 0.39118488739092244, - 0.06582790969782454, + 0.3642267261226927, + 0.3911848873909219, + 0.06582790969782452, 0.34964895187047534, - 0.3915199522037758, - 0.2415154362032238 + 0.39151995220377545, + 0.24151543620322377 ], "resistance": [ 97322.38897938923, @@ -164306,9 +127173,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 642.6946498813237, + 642.6946498813223, 299.72437898116937, - -115.09891132474121, + -115.09891132474127, -390.8290847672161, -426.2497687470031, -220.4018263845527, @@ -164316,7 +127183,7 @@ 561.000136929567 ], "relative wind speed": [ - 1.7201850416222728, + 1.7201850416222724, 1.5286886728109963, 1.156664149105919, 0.7397269324316342, @@ -164326,14 +127193,14 @@ 1.685191066938988 ], "relative wind angle": [ - 0.08809538108236054, + 0.08809538108236181, 0.32477742007149096, - 0.4842811228539436, + 0.4842811228539438, 0.3791093844775503, 0.23344356839809288, - 0.4961069541340054, + 0.49610695413400546, 0.38567677180476617, - 0.16317833091875497 + 0.163178330918755 ], "resistance": [ 97277.1946498813, @@ -164386,51 +127253,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 682.2466287199164, + 682.2466287197475, 423.2294973103718, - 5.653181341833488, + 5.653181341833374, -341.1792628560159, - -452.21326185822744, + -452.21326185824006, -339.79467379939877, - 7.963080402497667, + 7.963080402497781, 425.31473507067165 ], "relative wind speed": [ - 1.7882229760126118, + 1.7882229760126116, 1.6765795000453383, 1.371526102862491, 0.976176837809117, - 0.7550735098837227, + 0.7550735098837228, 0.9782426065630391, - 1.3736060448448648, + 1.373606044844865, 1.6777831202490143 ], "relative wind angle": [ - 0.0006277201216242643, - 0.22011495571096293, - 0.3861691717780417, + 0.0006277201219779962, + 0.2201149557109629, + 0.386169171778042, 0.38264437621793607, - 0.001486615368520858, - 0.38354388511413284, - 0.38555359134426714, + 0.0014866153686702206, + 0.3835438851141328, + 0.3855535913442677, 0.21898503185126317 ], "resistance": [ - 97316.74662871995, + 97316.74662871977, 97057.7294973104, 96640.15318134187, 96293.32073714401, - 96182.2867381418, + 96182.28673814179, 96294.70532620064, 96642.46308040252, 97059.8147350707 ], "fuel": [ - 39.19232802763716, + 39.19232802763706, 39.05836811978876, 38.8429293514388, 38.66448250029534, - 38.607449595522596, + 38.60744959552258, 38.665193987692454, 38.84411930536752, 39.059445577746715 @@ -164466,20 +127333,20 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 580.1507013651883, + 580.1507013651881, 577.3193865904834, - 217.95109366929466, - -178.9367039665956, + 217.95109366929444, + -178.93670396659553, -415.8371041920608, -414.60211357756833, - -175.2139485764904, + -175.2139485764905, 222.4698457502551 ], "relative wind speed": [ - 1.7175955492704196, + 1.7175955492704191, 1.7163799057323847, 1.4998348398837131, - 1.1263846220670555, + 1.1263846220670557, 0.7603883898584636, 0.7631284253015281, 1.1308494273669225, @@ -164487,12 +127354,12 @@ ], "relative wind angle": [ 0.11607054660820416, - 0.11857629246017486, - 0.33003763519500406, - 0.44450078502473456, + 0.11857629246017487, + 0.33003763519500473, + 0.4445007850247351, 0.26467588855401947, 0.26931347819713114, - 0.44429608014806565, + 0.444296080148066, 0.32807038505053016 ], "resistance": [ @@ -164546,29 +127413,29 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 626.6081578129048, + 626.6081578129032, 541.7660513423288, - 144.6113364190336, + 144.61133641903325, -261.5245788810796, -473.35520933343776, -436.2854725630521, - -145.98142687012148, + -145.9814268701217, 282.8894897936226 ], "relative wind speed": [ 1.8485341929695764, 1.8137387749191727, - 1.5743169510161463, + 1.574316951016146, 1.207779047739504, 0.9098183511348419, 0.9773432104404802, - 1.3290501241046668, + 1.3290501241046666, 1.6691668180505095 ], "relative wind angle": [ - 0.07023887748150272, + 0.07023887748150587, 0.13372893394844768, - 0.30431463770527656, + 0.304314637705277, 0.35984669761586163, 0.14307903350944398, 0.2500300790337511, @@ -164626,11 +127493,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 700.7378995903836, + 700.7378995903779, 476.7915617839311, - 41.30392328038488, + 41.30392328038465, -342.04970328801244, - -487.3098098585102, + -487.30980985850994, -390.0717302243755, -38.664942977714645, 405.00726619201043 @@ -164646,17 +127513,17 @@ 1.7288477862697733 ], "relative wind angle": [ - 0.01963147953702829, - 0.19152029914614246, - 0.3546200200164681, + 0.0196314795370396, + 0.19152029914614244, + 0.35462002001646875, 0.36662294873044576, - 0.04370509279628263, + 0.04370509279628009, 0.3374047105770391, 0.3726383711021903, - 0.22655306024523722 + 0.2265530602452372 ], "resistance": [ - 97335.23789959039, + 97335.23789959037, 97111.29156178393, 96675.80392328039, 96292.45029671199, @@ -164666,7 +127533,7 @@ 97039.50726619201 ], "fuel": [ - 39.26775906420672, + 39.267759064206714, 39.151907241161766, 38.927155260042454, 38.729893289800245, @@ -164706,9 +127573,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 667.9503051034185, + 667.9503051034158, 527.6523611499756, - 101.2292158251131, + 101.22921582511322, -313.1618787537385, -507.27215214621566, -446.088524310137, @@ -164716,7 +127583,7 @@ 331.69639105725605 ], "relative wind speed": [ - 1.928730889505492, + 1.9287308895054918, 1.872935218484178, 1.616791007579171, 1.2498008293292227, @@ -164726,11 +127593,11 @@ 1.7680802360304821 ], "relative wind angle": [ - 0.04818303852508782, + 0.04818303852509243, 0.14418507746447357, - 0.29720901824016016, + 0.2972090182401598, 0.32619683520461906, - 0.09455476533987477, + 0.09455476533987475, 0.25032268809356695, 0.33499806269510807, 0.22849406538401842 @@ -164786,7 +127653,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 528.8645933703157, + 528.864593370313, 452.2684867279935, 112.418357969922, -235.3463212953602, @@ -164796,27 +127663,27 @@ 238.5542450776909 ], "relative wind speed": [ - 1.754506624107887, + 1.7545066241078868, 1.7211147098987278, 1.5050772676943853, - 1.181371710795343, + 1.1813717107953428, 0.9288655220100559, 0.9893678827350747, 1.294537396248973, 1.5954452459893296 ], "relative wind angle": [ - 0.06287523138692508, - 0.12527582923657235, - 0.2789169219092384, - 0.31940857864826333, + 0.06287523138693038, + 0.12527582923657232, + 0.27891692190923845, + 0.319408578648263, 0.11896534629419743, - 0.2191105784499506, + 0.21911057844995058, 0.3258255060347078, 0.2346574737760385 ], "resistance": [ - 97163.36459337034, + 97163.36459337032, 97086.768486728, 96746.91835796993, 96399.15367870465, @@ -164826,7 +127693,7 @@ 96873.0542450777 ], "fuel": [ - 39.168741786517046, + 39.16874178651704, 39.129145109835974, 38.95372148745567, 38.77465744101033, @@ -164866,9 +127733,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 511.0704260842658, + 511.0704260842638, 427.6335386791045, - 94.13006028588939, + 94.13006028588904, -245.21466258714872, -415.0032327020235, -378.6742428577828, @@ -164886,14 +127753,14 @@ 1.6474393128711045 ], "relative wind angle": [ - 0.05327464302664269, + 0.053274643026646855, 0.11685214414143083, - 0.2512419101924015, - 0.2759160637565042, - 0.09332506138431299, + 0.2512419101924024, + 0.27591606375650424, + 0.09332506138431297, 0.1899663164301993, - 0.2860205336607807, - 0.2080360198988459 + 0.28602053366078073, + 0.20803601989884593 ], "resistance": [ 97145.57042608429, @@ -164946,33 +127813,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 530.7556931185139, + 530.755693118513, 516.886035069887, - 177.45834087914636, - -199.23041868841256, + 177.45834087914625, + -199.23041868841244, -420.4744910094959, -414.4104037198799, - -180.199022246607, + -180.19902224660711, 200.17119112582247 ], "relative wind speed": [ - 1.7646426466179501, + 1.76464264661795, 1.7587056576323365, - 1.5573745990164982, - 1.2256273470694186, - 0.9295779030822742, + 1.557374599016498, + 1.2256273470694188, + 0.9295779030822741, 0.9407620092104331, - 1.2460590301024435, + 1.2460590301024432, 1.5735044818103376 ], "relative wind angle": [ - 0.09267414191379202, + 0.09267414191379322, 0.10378591436143265, - 0.27371531627028767, - 0.3438239423073599, - 0.17659046762010527, - 0.19490592140205049, - 0.34462597314435234, + 0.2737153162702872, + 0.3438239423073602, + 0.17659046762010464, + 0.19490592140205046, + 0.34462597314435167, 0.2656789404838676 ], "resistance": [ @@ -165026,9 +127893,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 345.68938940107194, + 345.68938940107114, 399.54011413744115, - 175.1081596038489, + 175.10815960384855, -108.67230403902295, -301.1830452300716, -324.65166447806797, @@ -165038,7 +127905,7 @@ "relative wind speed": [ 1.55536205133893, 1.5815704336692846, - 1.4442114495292777, + 1.4442114495292775, 1.1898570132820534, 0.9401453809443346, 0.8953543496288846, @@ -165046,14 +127913,14 @@ 1.3737775423989589 ], "relative wind angle": [ - 0.11332177823327405, + 0.11332177823327601, 0.06041191977636799, - 0.21698521636478446, - 0.2934893310236251, + 0.2169852163647845, + 0.2934893310236252, 0.1881855669576242, 0.10685103739276908, 0.2856775934400171, - 0.2532623646175666 + 0.2532623646175667 ], "resistance": [ 96980.18938940109, @@ -165106,17 +127973,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 691.2931227574402, + 691.2931227574263, 458.6865773406855, - 22.450676306372088, + 22.450676306371975, -359.19714842332155, - -496.93734049561726, + -496.9373404956177, -395.95637407853764, -38.65773077709355, 404.274141518398 ], "relative wind speed": [ - 1.904114911090584, + 1.9041149110905835, 1.8095071602373356, 1.5232272876374213, 1.1498978238228943, @@ -165126,17 +127993,17 @@ 1.780007011882847 ], "relative wind angle": [ - 0.01387786336850425, + 0.01387786336852825, 0.18101319472013147, - 0.3255106019162196, - 0.32129108403915313, - 0.02841470025876574, + 0.32551060191622, + 0.3212910840391532, + 0.028414700258769646, 0.2998401872449386, 0.33698244033195757, - 0.20544608869842357 + 0.2054460886984236 ], "resistance": [ - 97325.79312275743, + 97325.79312275742, 97093.18657734068, 96656.95067630635, 96275.30285157666, @@ -165146,7 +128013,7 @@ 97038.77414151838 ], "fuel": [ - 39.32649035700726, + 39.32649035700725, 39.20617036179979, 38.98106220417387, 38.78470354984902, @@ -165186,34 +128053,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 600.6599017462931, + 600.6599017462911, 450.4898472889922, - 68.7256734922862, + 68.72567349228598, -290.3260964854053, - -447.39280365086, + -447.3928036508602, -381.9711571029466, -83.59471929059839, 315.1117059405881 ], "relative wind speed": [ - 1.8061692758871346, + 1.8061692758871342, 1.7422562486868742, 1.4914201089067205, 1.1419385095930248, - 0.9020149839853244, + 0.9020149839853243, 1.0200106119076602, 1.3607147178014083, 1.6648888625974891 ], "relative wind angle": [ - 0.038171282787752205, + 0.03817128278775512, 0.15640927955150183, - 0.30842851156940765, - 0.32892244722769104, + 0.30842851156940837, + 0.3289224472276911, 0.0764890990953369, - 0.2693148747250182, + 0.26931487472501814, 0.3391872188280062, - 0.22341401228987198 + 0.223414012289872 ], "resistance": [ 97235.15990174629, @@ -165266,37 +128133,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 658.5171495739503, + 658.5171495739389, 417.74272619329827, - 0.304094338461141, - -356.86731729395257, + 0.3040943384609136, + -356.8673172939526, -475.022840009573, -370.6577225423955, -22.612415930986344, 397.39739065259096 ], "relative wind speed": [ - 1.8759245487065326, + 1.8759245487065324, 1.7759527749206327, 1.4943163959707093, - 1.1382168506385528, + 1.1382168506385526, 0.9438318177837404, 1.1206708499610716, 1.4754422799397733, 1.764758854241344 ], "relative wind angle": [ - 0.005298402910192042, - 0.18262043524509708, - 0.3171795170131736, - 0.3001985086676212, + 0.005298402910212996, + 0.1826204352450971, + 0.3171795170131743, + 0.3001985086676205, 0.010531051312218747, 0.291925571144943, - 0.32138161373845564, + 0.3213816137384556, 0.19189966626969546 ], "resistance": [ - 97293.01714957398, + 97293.01714957396, 97052.24272619333, 96634.80409433848, 96277.63268270607, @@ -165306,7 +128173,7 @@ 97031.89739065262 ], "fuel": [ - 39.30289067995487, + 39.302890679954864, 39.17837872430884, 38.963019406585815, 38.77926708996011, @@ -165346,9 +128213,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 506.2604639682413, + 506.2604639682411, 283.7805624301227, - -45.325775070386044, + -45.3257750703865, -302.9431200958736, -369.40852286309985, -255.8702287858871, @@ -165356,9 +128223,9 @@ 353.40230373849806 ], "relative wind speed": [ - 1.6408994638373997, + 1.6408994638373995, 1.5251768931650975, - 1.2558462826403485, + 1.255846282640348, 0.9403561432342497, 0.8083339387667882, 1.0098466475358305, @@ -165366,9 +128233,9 @@ 1.5689758222693242 ], "relative wind angle": [ - 0.02385999703034665, + 0.023859997030346646, 0.2128636340019864, - 0.33807066703084226, + 0.3380706670308423, 0.2877232488682009, 0.04844960693571704, 0.3247446282983027, @@ -165426,7 +128293,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 530.3094168675786, + 530.3094168675777, 506.81182653793576, 169.92289545160543, -197.8704756943995, @@ -165436,7 +128303,7 @@ 208.2083200480206 ], "relative wind speed": [ - 1.7291181319043072, + 1.729118131904307, 1.7188844116651452, 1.5127298729729879, 1.1753601932821685, @@ -165446,14 +128313,14 @@ 1.540629530752722 ], "relative wind angle": [ - 0.09215663326424031, + 0.09215663326424152, 0.11200312737717885, - 0.28879425775891, + 0.28879425775890993, 0.3628239360020264, - 0.18292989769030515, - 0.21642009444976004, - 0.3637047808291341, - 0.27419118487643523 + 0.18292989769030518, + 0.21642009444976007, + 0.3637047808291338, + 0.2741911848764353 ], "resistance": [ 97164.80941686757, @@ -165506,19 +128373,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 407.20343315167554, + 407.2034331516751, 453.28788634856926, - 192.54618143801156, + 192.54618143801133, -125.45756366674595, -334.74752217452664, -354.88332783889786, -188.89959167628433, - 116.92438660725168 + 116.92438660725179 ], "relative wind speed": [ - 1.596686597173419, + 1.5966865971734185, 1.6183417205763477, - 1.459815941369726, + 1.4598159413697258, 1.1710468457023278, 0.8859589322897761, 0.8457549259325997, @@ -165533,7 +128400,7 @@ 0.21529636223221632, 0.14319546773429356, 0.3343466189015778, - 0.28087354738873765 + 0.2808735473887376 ], "resistance": [ 97041.70343315169, @@ -165586,17 +128453,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 552.1036617218584, + 552.1036617218552, 412.92383417647, - 61.68735808043141, - -268.28009852055266, + 61.687358080431295, + -268.2800985205527, -412.02747547945415, -351.4002381108097, -76.45564494411383, 290.2099953895281 ], "relative wind speed": [ - 1.7351470787166168, + 1.7351470787166163, 1.6734431998010437, 1.433059941183583, 1.0990532984678718, @@ -165606,17 +128473,17 @@ 1.6004455685544188 ], "relative wind angle": [ - 0.03743120917450253, + 0.03743120917450847, 0.1560250568003504, - 0.3067188388247807, - 0.3258963706749319, + 0.30671883882478107, + 0.32589637067493193, 0.07462131901780929, 0.2673506145129471, 0.33665902733411107, 0.22166894375777227 ], "resistance": [ - 97186.60366172189, + 97186.60366172188, 97047.4238341765, 96696.18735808047, 96366.21990147948, @@ -165626,7 +128493,7 @@ 96924.70999538955 ], "fuel": [ - 39.14992708735768, + 39.14992708735767, 39.07798166572378, 38.89673950882396, 38.72689061582996, @@ -165666,39 +128533,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 482.20414076723625, + 482.2041407672356, 522.7820041079661, - 212.81409709553566, + 212.81409709553543, -158.89801301422017, -398.4997301060627, -416.22717689483767, - -214.99499973384707, - 146.0488242051582 + -214.99499973384695, + 146.04882420515844 ], "relative wind speed": [ - 1.7450830877956334, + 1.7450830877956331, 1.7625996720904284, 1.5874164956166374, 1.2761245956765568, 0.9771051748050249, 0.9451412073800476, 1.216617596200751, - 1.5399855591045144 + 1.5399855591045146 ], "relative wind angle": [ - 0.11088133824473322, + 0.11088133824473423, 0.07837514710011938, - 0.2470967458024563, - 0.3279872608127941, - 0.19893504921943295, - 0.14653657033704046, - 0.32481733040329963, - 0.27021963208242034 + 0.24709674580245677, + 0.32798726081279417, + 0.19893504921943297, + 0.14653657033704048, + 0.32481733040329924, + 0.2702196320824208 ], "resistance": [ 97116.70414076725, 97157.28200410798, - 96847.31409709556, + 96847.31409709554, 96475.6019869858, 96236.00026989395, 96218.27282310517, @@ -165733,52 +128600,7 @@ "id": "3064", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.89710863219221, - 39.89710863219221, - 39.89710863219221, - 39.89710863219221, - 39.89710863219221, - 39.89710863219221, - 39.89710863219221, - 39.89710863219221 - ], - "relative wind speed": [ - 0.4253695665808819, - 0.4253695665808819, - 0.4253695665808819, - 0.4253695665808819, - 0.4253695665808819, - 0.4253695665808819, - 0.4253695665808819, - 0.4253695665808819 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 21.09375, -36.09375 21.25, -35.9375 21.25, -35.9375 21.09375, -36.09375 21.09375))", @@ -165810,17 +128632,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 431.18915945245624, + 431.18915945245556, 141.76563780902904, - -170.81371876940193, + -170.81371876940204, -348.93382203589374, -337.5529856494049, -135.53830505865244, - 184.06056659766875, + 184.06056659766887, 457.2146590255378 ], "relative wind speed": [ - 1.576563782224199, + 1.5765637822241987, 1.382358398707239, 1.0664181986655485, 0.785974600378198, @@ -165830,13 +128652,13 @@ 1.5888826630485064 ], "relative wind angle": [ - 0.11713768094565796, + 0.11713768094565986, 0.29722591746980925, - 0.3726745310090753, - 0.18461091306951818, + 0.37267453100907594, + 0.1846109130695182, 0.22936590843654753, 0.37345530117791337, - 0.2777752046977591, + 0.2777752046977587, 0.0909291222288276 ], "resistance": [ @@ -165890,34 +128712,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 479.62808098289963, + 479.62808098289736, 226.28779116707983, -105.41716181767197, -339.1809476683409, -376.6090638385056, -224.9243386083034, 84.41643132156355, - 393.79031376059504 + 393.7903137605948 ], "relative wind speed": [ - 1.6811702973386249, + 1.6811702973386247, 1.5391494496901363, 1.261640247707544, 0.9746272909996763, 0.9052334547578144, 1.1299558167401758, 1.4331940069756273, - 1.6419143765449644 + 1.6419143765449646 ], "relative wind angle": [ - 0.05332729186328919, + 0.05332729186329336, 0.22168986705672575, - 0.3134328636193942, - 0.21895493950951472, + 0.3134328636193946, + 0.2189549395095147, 0.09915317641994727, - 0.30417228785206696, + 0.304172287852067, 0.27486742393996166, - 0.12929383791953097 + 0.12929383791953183 ], "resistance": [ 97114.12808098295, @@ -165970,18 +128792,18 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 546.1778655553311, + 546.17786555533, 225.68912641952454, -167.90848212999947, -426.4828725928672, - -449.9190877615156, - -243.48122896618304, + -449.91908776151564, + -243.48122896618315, 136.26035154403382, 492.40886228425154 ], "relative wind speed": [ - 1.8687762839539246, - 1.6996198175730752, + 1.8687762839539244, + 1.699619817573075, 1.3974692881552184, 1.11046605526265, 1.0728427116706758, @@ -165990,12 +128812,12 @@ 1.8466676537923485 ], "relative wind angle": [ - 0.0673947358772597, - 0.22036544643812386, - 0.28995492419849117, + 0.06739473587726136, + 0.22036544643812334, + 0.2899549241984912, 0.1751765439899069, - 0.11757622391298793, - 0.2842824211539606, + 0.11757622391298794, + 0.28428242115396063, 0.24606713762265423, 0.10499467299774466 ], @@ -166050,9 +128872,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 425.2909285296204, + 425.29092852961946, 156.54339635580038, - -149.99082365441188, + -149.99082365441194, -336.5469057630552, -338.9505706396576, -157.54369002227065, @@ -166060,7 +128882,7 @@ 419.7930549385077 ], "relative wind speed": [ - 1.5875390437827117, + 1.5875390437827113, 1.413827905200799, 1.1195010067519098, 0.8486328903259006, @@ -166070,10 +128892,10 @@ 1.5849236983284252 ], "relative wind angle": [ - 0.09494457609436387, - 0.2659958176520678, - 0.34166430632123024, - 0.18824782920901723, + 0.09494457609436503, + 0.26599581765206776, + 0.34166430632123057, + 0.18824782920901725, 0.17933651044806154, 0.34125114958634356, 0.26990932816815577, @@ -166130,34 +128952,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 403.2064584418615, + 403.20645844186083, 96.6637354028602, - -215.11905269849234, + -215.11905269849268, -373.570178973161, -341.5654786760575, -113.4360807927892, - 217.5538085391122, - 476.54518154764924 + 217.55380853911208, + 476.545181547649 ], "relative wind speed": [ - 1.6345225532003873, + 1.6345225532003869, 1.428649603452963, - 1.1226816912988955, + 1.1226816912988953, 0.8871681265844182, 0.9477759204932968, 1.2364883674913079, 1.519713457336573, - 1.6681953984951288 + 1.668195398495129 ], "relative wind angle": [ 0.12635584017694415, 0.27784483918939623, - 0.31533692059465385, - 0.11358494077204344, + 0.31533692059465424, + 0.11358494077204342, 0.2190806256477672, 0.3224696795767345, - 0.23116553055493252, - 0.06031271139508311 + 0.231165530554933, + 0.06031271139508495 ], "resistance": [ 97037.70645844185, @@ -166210,7 +129032,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 505.00308890886333, + 505.0030889088622, 204.16603683811138, -162.2112707948396, -400.38368445510804, @@ -166220,7 +129042,7 @@ 461.27666117054935 ], "relative wind speed": [ - 1.8110843365970752, + 1.8110843365970748, 1.6462986048163721, 1.3556212652342485, 1.0832394311518343, @@ -166230,11 +129052,11 @@ 1.7925268694475618 ], "relative wind angle": [ - 0.0689113353609686, + 0.06891133536097022, 0.21901503306584594, - 0.2849995382514911, + 0.28499953825149105, 0.1681862564908664, - 0.11882991408546599, + 0.11882991408546598, 0.27991114042945714, 0.24106237994264226, 0.10133124563330764 @@ -166290,17 +129112,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 485.74932550766425, + 485.7493255076622, 179.48288612340593, - -177.27918912272003, + -177.27918912272014, -397.7980983649476, - -404.19613665674854, + -404.1961366567485, -197.8204207580743, 155.14654111091681, 471.0835334224885 ], "relative wind speed": [ - 1.7701044823055943, + 1.7701044823055938, 1.594031495309972, 1.2964901099937511, 1.0280690542054156, @@ -166310,17 +129132,17 @@ 1.7637760919709207 ], "relative wind angle": [ - 0.08226648954507725, + 0.08226648954507995, 0.23467018405066842, - 0.2964333373045201, + 0.2964333373045205, 0.16113481581352102, - 0.1434977458846953, + 0.14349774588469527, 0.29484397938323265, 0.2425211412289902, - 0.09365312429812629 + 0.0936531242981263 ], "resistance": [ - 97120.2493255077, + 97120.24932550768, 96813.98288612344, 96457.2208108773, 96236.70190163508, @@ -166330,7 +129152,7 @@ 97105.58353342251 ], "fuel": [ - 39.19061254827157, + 39.19061254827156, 39.032466840866945, 38.84868697696715, 38.73532729041136, @@ -166370,9 +129192,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 487.98264011056835, + 487.9826401105677, 165.41952603950278, - -196.16211750241814, + -196.16211750241837, -409.48029136445047, -404.8722561562731, -181.47296466697765, @@ -166380,7 +129202,7 @@ 498.53579265930557 ], "relative wind speed": [ - 1.7638341768077377, + 1.7638341768077372, 1.573696245515217, 1.2629770609690616, 0.991565370617964, @@ -166390,12 +129212,12 @@ 1.7683748385019293 ], "relative wind angle": [ - 0.09529454844801996, + 0.09529454844801995, 0.2511232811474763, - 0.309932098958987, + 0.3099320989589874, 0.15563949631974777, - 0.16869221767229814, - 0.31092095458658214, + 0.16869221767229817, + 0.3109209545865821, 0.24533665819154576, 0.0870282826757933 ], @@ -166450,32 +129272,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 442.42519924524765, + 442.425199245247, 142.0420937248398, -186.71246232963153, -374.98148724347226, -364.4371394209242, - -153.31174236717436, + -153.31174236717447, 181.77990171477109, 466.5599761658133 ], "relative wind speed": [ - 1.666702402320974, + 1.6667024023209736, 1.476858555291566, 1.1720473044194808, - 0.9102864908048431, + 0.9102864908048433, 0.93015462447958, 1.209120891807499, 1.5064493484834736, 1.6776361429110478 ], "relative wind angle": [ - 0.10469271277052229, + 0.1046927127705223, 0.26454777859219214, - 0.3229230631653392, - 0.1542332787074178, - 0.1883635887444176, - 0.3250658279639405, + 0.32292306316533925, + 0.15423327870741851, + 0.18836358874441764, + 0.32506582796394057, 0.24947649159355256, 0.0834525156401183 ], @@ -166530,17 +129352,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 591.2996923355469, + 591.2996923355444, 273.09544970072204, - -143.29261897434844, + -143.29261897434878, -435.2353640053641, - -479.50814565410906, - -286.67136533894313, + -479.5081456541092, + -286.67136533894325, 103.60432745608261, 489.59493145026033 ], "relative wind speed": [ - 1.930605837360227, + 1.9306058373602268, 1.7743391726772886, 1.4744122040146537, 1.1725433070172253, @@ -166550,17 +129372,17 @@ 1.889873800498275 ], "relative wind angle": [ - 0.051232162615404066, + 0.051232162615408396, 0.20590099147963045, - 0.28472822314724294, - 0.19130250449707897, - 0.08965682510489302, - 0.27393541462026977, + 0.2847282231472441, + 0.19130250449707895, + 0.08965682510489427, + 0.2739354146202698, 0.25136556776582064, 0.11824343517043513 ], "resistance": [ - 97225.79969233557, + 97225.79969233555, 96907.59544970073, 96491.20738102567, 96199.26463599465, @@ -166570,7 +129392,7 @@ 97124.09493145028 ], "fuel": [ - 39.37139171322316, + 39.371391713223154, 39.20696381525766, 38.99236979251623, 38.84229592872063, @@ -166610,11 +129432,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 552.6707450289751, + 552.6707450289642, 315.06928543048423, - -51.41436887660166, + -51.414368876601884, -345.9500838666851, - -424.39142475239504, + -424.3914247523944, -307.1225504872709, 13.092811463414591, 371.75443234430156 @@ -166622,22 +129444,22 @@ "relative wind speed": [ 1.8150928852558301, 1.7048977518502215, - 1.4425767380017587, + 1.4425767380017585, 1.1407321748092627, 1.0120151223840927, 1.188301496160164, 1.4958974380005565, - 1.737085747853385 + 1.7370857478533848 ], "relative wind angle": [ - 0.015270532531230478, + 0.01527053253125229, 0.17902328820576016, - 0.2821347098626192, + 0.28213470986261957, 0.23390074255856871, - 0.027390720876621373, - 0.25834537847197897, + 0.02739072087661732, + 0.2583453784719789, 0.2718177544503832, - 0.15279812557799594 + 0.15279812557799521 ], "resistance": [ 97187.170745029, @@ -166690,7 +129512,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 585.2565562233007, + 585.2565562233043, 393.07427564448574, 15.200377545868832, -321.12911495417643, @@ -166700,7 +129522,7 @@ 334.9893752138379 ], "relative wind speed": [ - 1.844130495229817, + 1.8441304952298168, 1.762728175829869, 1.5116012806074106, 1.189822091565947, @@ -166710,13 +129532,13 @@ 1.730250737871349 ], "relative wind angle": [ - 0.015274772351273043, - 0.15783677746328978, - 0.28155849467651534, - 0.26960025784138336, + 0.015274772351265774, + 0.1578367774632898, + 0.2815584946765154, + 0.2696002578413833, 0.028050536991078966, - 0.24524870431454387, - 0.29229774973254985, + 0.2452487043145439, + 0.2922977497325499, 0.18419505998472233 ], "resistance": [ @@ -166770,9 +129592,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 613.0812735995896, + 613.081273599588, 297.21721293271344, - -125.51088935269252, + -125.5108893526932, -429.182765659867, -482.72115102884385, -297.34126959768673, @@ -166780,9 +129602,9 @@ 490.1862671811409 ], "relative wind speed": [ - 1.9119255376801976, + 1.9119255376801974, 1.758254568114167, - 1.4514310799806904, + 1.4514310799806898, 1.130453437966882, 1.0443824345650043, 1.2863649579210794, @@ -166790,14 +129612,14 @@ 1.8623289064637574 ], "relative wind angle": [ - 0.04725386774584822, + 0.047253867745850574, 0.21272595138309275, - 0.3041374530874003, - 0.2170935764417806, - 0.08658245422916254, + 0.3041374530873996, + 0.21709357644178057, + 0.08658245422916255, 0.2927374200110887, - 0.27083728009514585, - 0.13112083255402227 + 0.2708372800951454, + 0.13112083255402224 ], "resistance": [ 97247.5812735996, @@ -166850,31 +129672,31 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 710.2494837610102, + 710.2494837610093, 511.0282292404006, 42.07823039376194, -396.1834871589074, - -574.4790515603519, + -574.4790515603509, -488.19036802507503, -110.91348848909684, 377.618358463018 ], "relative wind speed": [ - 2.164743184348817, + 2.1647431843488167, 2.092543856276669, 1.837212976424574, 1.5045662116213847, - 1.3019303567208056, + 1.3019303567208054, 1.4150603935855832, 1.7337197545142573, 2.029141745365043 ], "relative wind angle": [ 0.024638113303503708, - 0.12818298721882976, - 0.23715093122084574, + 0.12818298721882973, + 0.23715093122084577, 0.22993653283312246, - 0.04097355634643764, + 0.04097355634643222, 0.19017836073144195, 0.2516047450562272, 0.16980966036031608 @@ -166930,19 +129752,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 759.0364764629016, + 759.0364764628866, 418.70399436642856, - -100.84374379028577, + -100.843743790286, -513.4816656324623, -615.7048953561266, -441.73129364339513, - 18.521948989522343, + 18.52194898952257, 522.5109183536586 ], "relative wind speed": [ 2.2715581800560805, 2.1424920190378685, - 1.8488845668292337, + 1.8488845668292335, 1.5266842295977547, 1.4016242993738837, 1.5919344177239398, @@ -166950,17 +129772,17 @@ 2.1894662603183757 ], "relative wind angle": [ - 0.01724999398803154, + 0.01724999398805085, 0.15716886285522175, - 0.23754353564304076, + 0.23754353564304073, 0.18440550323608848, 0.027958652607519632, - 0.21224460487097677, - 0.2279645963171911, + 0.2122446048709768, + 0.22796459631719063, 0.1282067977189952 ], "resistance": [ - 97393.53647646295, + 97393.53647646293, 97053.20399436647, 96533.65625620975, 96121.01833436757, @@ -166970,7 +129792,7 @@ 97157.0109183537 ], "fuel": [ - 39.836638145897794, + 39.83663814589779, 39.66057735919296, 39.392636129775155, 39.18054610521128, @@ -167010,34 +129832,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 473.13822616689595, + 473.13822616689345, 380.7561071096718, - 71.31828827524873, - -236.4246825993314, + 71.31828827524839, + -236.4246825993315, -383.1928992256082, -343.01196789645104, -105.82611202895998, - 225.55916832444177 + 225.55916832444154 ], "relative wind speed": [ - 1.7317517168118177, + 1.7317517168118175, 1.6903857674363565, 1.4873077488465967, 1.2004267698191537, 0.9979482704190814, 1.0665180337723845, 1.3352080060177824, - 1.5980739436630162 + 1.5980739436630165 ], "relative wind angle": [ - 0.045505679024368806, + 0.045505679024373684, 0.12109771581265183, - 0.24972009690903846, - 0.2660419899727137, + 0.24972009690903935, + 0.2660419899727138, 0.07902151972523375, 0.19265553079447673, - 0.2788859220918902, - 0.1988008329473208 + 0.2788859220918903, + 0.1988008329473219 ], "resistance": [ 97107.63822616689, @@ -167090,19 +129912,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 569.5562542084548, + 569.5562542084457, 326.1579514540748, - -53.36948459566133, + -53.36948459566213, -360.3941292743067, - -442.75324675080213, + -442.75324675080293, -323.8289563332262, 7.392891654820801, 379.3893613459726 ], "relative wind speed": [ - 1.873291936097206, + 1.8732919360972058, 1.7643212319964925, - 1.5033253007980927, + 1.5033253007980925, 1.2042752464967341, 1.0761139138375433, 1.2467615745313747, @@ -167110,14 +129932,14 @@ 1.79358996542599 ], "relative wind angle": [ - 0.013329813405267206, - 0.17060556782884903, - 0.2683898172822603, + 0.013329813405283863, + 0.17060556782884906, + 0.2683898172822612, 0.2212115473185463, - 0.023205845963786186, - 0.24263206373521667, - 0.2598542920101181, - 0.14785846032062544 + 0.023205845963790973, + 0.24263206373521665, + 0.25985429201011806, + 0.14785846032062547 ], "resistance": [ 97204.05625420845, @@ -167170,34 +129992,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 370.18991020138117, + 370.1899102013799, 371.0215603485143, 131.6607916449325, -140.89854671234775, -305.20799125998394, -305.57117167780444, - -142.05526612218551, - 130.28704483801573 + -142.05526612218546, + 130.28704483801562 ], "relative wind speed": [ - 1.5278566889134408, + 1.5278566889134406, 1.5282700957274955, 1.3669483487976466, 1.0985260024131172, 0.859017421197273, 0.8582817173184027, 1.0971368207736638, - 1.3658322055802505 + 1.3658322055802503 ], "relative wind angle": [ - 0.09197581015659181, - 0.09110479466816372, - 0.2490728749403705, + 0.09197581015659424, + 0.09110479466816374, + 0.24907287494037098, 0.3122747141353238, 0.16409394484051817, - 0.1627153983197119, - 0.31217266121158393, - 0.2496837012059911 + 0.16271539831971193, + 0.31217266121158355, + 0.24968370120599065 ], "resistance": [ 97004.6899102014, @@ -167250,9 +130072,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 482.45447147598964, + 482.454471475981, 314.026249566322, - 7.997127763983599, + 7.997127763983258, -257.5942650126593, -349.94410245342567, -276.874777872149, @@ -167262,7 +130084,7 @@ "relative wind speed": [ 1.6078361996457178, 1.5263968432743262, - 1.287727048832009, + 1.2877270488320087, 0.981651398018707, 0.8080662085979285, 0.9530062535005667, @@ -167270,14 +130092,14 @@ 1.5081342032912497 ], "relative wind angle": [ - 0.010089515504414255, + 0.010089515504436264, 0.1787010977298462, 0.3157894486172481, - 0.30444204232767774, + 0.3044420423276778, 0.020076452477204014, 0.2886917739111524, 0.3238059406954114, - 0.1963754618176482 + 0.19637546181764823 ], "resistance": [ 97116.954471476, @@ -167330,19 +130152,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 603.881717372559, + 603.8817173725565, 302.216892651476, - -118.89120732897152, + -118.89120732897175, -431.01664650808937, - -492.41210958461625, + -492.4121095846159, -320.6665821785382, 64.57715890052009, 462.38783648771164 ], "relative wind speed": [ - 1.9907650155764554, + 1.9907650155764551, 1.8524801332112912, - 1.5691548241217987, + 1.5691548241217985, 1.2738604063177208, 1.1852790033613674, 1.3915275847463164, @@ -167350,14 +130172,14 @@ 1.9352806846213526 ], "relative wind angle": [ - 0.0351183162209896, - 0.1815662841867656, - 0.259842710238617, + 0.03511831622099276, + 0.18156628418676557, + 0.25984271023861705, 0.18606240019406314, - 0.05900595785929252, - 0.24276290165181927, + 0.059005957859290636, + 0.24276290165181924, 0.23877064106905088, - 0.12206941917443546 + 0.12206941917443548 ], "resistance": [ 97238.38171737255, @@ -167410,37 +130232,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 629.5587311445238, + 629.5587311438724, 384.7554239480171, - -28.087010900978612, - -379.3017396543264, + -28.08701090097884, + -379.3017396543263, -485.31175570267783, -379.61532394734695, - -28.60825899229485, + -28.608258992295077, 384.2999373329478 ], "relative wind speed": [ - 1.9876904661073571, + 1.987690466107357, 1.8903040439865495, - 1.63113337307097, - 1.3219581761008836, + 1.6311333730709696, + 1.3219581761008834, 1.1700502924404887, 1.3216208598468215, 1.6307467599686576, 1.8900681618751691 ], "relative wind angle": [ - 0.00010045911327326782, - 0.153454352423072, - 0.25333675486310964, - 0.22056605583790387, - 0.0001706607198693866, + 0.00010045911437841696, + 0.15345435242307198, + 0.2533367548631087, + 0.22056605583790334, + 0.00017066071986938662, 0.2204043084151249, - 0.25339813450199616, - 0.15362484285531391 + 0.25339813450199655, + 0.15362484285531394 ], "resistance": [ - 97264.05873114456, + 97264.0587311439, 97019.25542394805, 96606.41298909904, 96255.1982603457, @@ -167450,7 +130272,7 @@ 97018.79993733298 ], "fuel": [ - 39.46033382388458, + 39.46033382388425, 39.33376662084041, 39.12082565612963, 38.940171058068856, @@ -167490,37 +130312,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 545.0015070266059, + 545.0015070266015, 393.3430133639147, - 40.44866325872613, - -287.1052914218874, - -421.855367599635, + 40.44866325872579, + -287.1052914218873, + -421.85536759963503, -355.9520303503013, -73.92779314827067, - 292.6698783830991 + 292.66987838309933 ], "relative wind speed": [ - 1.7961543741537667, + 1.7961543741537664, 1.7304762294547655, - 1.4962299380419353, + 1.496229938041935, 1.1838081824781992, - 0.9864692688767563, + 0.9864692688767562, 1.0976083880519354, 1.4002100295087796, - 1.6726895531830208 + 1.6726895531830206 ], "relative wind angle": [ - 0.027845855845006744, + 0.02784585584501472, 0.1456230263085676, - 0.27418894941816, - 0.2753259916944905, - 0.0507166712051801, + 0.27418894941816047, + 0.27532599169449046, + 0.05071667120518011, 0.23082111281886783, 0.29353118026210395, - 0.1936105525989687 + 0.19361055259896756 ], "resistance": [ - 97179.50150702664, + 97179.50150702662, 97027.84301336395, 96674.94866325875, 96347.39470857814, @@ -167530,7 +130352,7 @@ 96927.16987838312 ], "fuel": [ - 39.22582994774642, + 39.22582994774641, 39.14744153053757, 38.965370691929294, 38.79678855128797, @@ -167570,9 +130392,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 633.2086406650126, + 633.2086406650046, 453.31716039591697, - 39.02454766228152, + 39.02454766228061, -345.52116622532253, -501.2279473874446, -423.18993510738005, @@ -167582,7 +130404,7 @@ "relative wind speed": [ 1.9899085638398533, 1.9192316743636553, - 1.6719116838088381, + 1.6719116838088377, 1.3474139874435955, 1.1480810686551535, 1.262686030954182, @@ -167590,17 +130412,17 @@ 1.8607261429584139 ], "relative wind angle": [ - 0.025059139701569436, + 0.02505913970158273, 0.13722278990439954, - 0.25463590619371784, + 0.2546359061937183, 0.2497655914734592, 0.04344280738508656, 0.20944711460695972, 0.2705789238488985, - 0.17995876483370962 + 0.17995876483370965 ], "resistance": [ - 97267.70864066503, + 97267.70864066502, 97087.81716039593, 96673.5245476623, 96288.97883377469, @@ -167650,34 +130472,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 396.8623452781369, + 396.86234527813656, 450.40515160495795, - 198.99184381913506, - -110.0134690965595, + 198.99184381913471, + -110.01346909655956, -316.14274476566953, -339.54281044927035, -182.7192009643648, - 111.88222623535785 + 111.88222623535808 ], "relative wind speed": [ 1.5377045624816403, 1.5635959882506498, - 1.407060640541065, + 1.4070606405410648, 1.1144035128880712, 0.814447778122422, 0.7635627612003327, 1.0237386671439008, - 1.3364001329048605 + 1.3364001329048607 ], "relative wind angle": [ - 0.1313306903093074, - 0.07526926029719216, - 0.26435808756683327, - 0.3693948200947051, + 0.13133069030930827, + 0.07526926029719215, + 0.26435808756683365, + 0.36939482009470515, 0.24983548399418848, - 0.1546033060536875, + 0.15460330605368747, 0.3673305118190636, - 0.3058197513738407 + 0.30581975137384104 ], "resistance": [ 97031.36234527812, @@ -167730,17 +130552,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 382.04556550003906, + 382.04556550003826, 410.8321453894913, - 168.9779397293171, + 168.97793972931686, -116.7130092804237, -299.3569266561191, -311.94394252698186, - -155.7024248543857, + -155.70242485438575, 122.21698640480327 ], "relative wind speed": [ - 1.4858762442156328, + 1.4858762442156326, 1.5003142303306545, 1.3392668236542535, 1.050614607605386, @@ -167750,13 +130572,13 @@ 1.2998260765799394 ], "relative wind angle": [ - 0.12068645507224562, - 0.08808454785189894, - 0.27645065487275133, + 0.12068645507224747, + 0.08808454785189895, + 0.2764506548727521, 0.3751649569238177, 0.23597004760970328, 0.18018326223419032, - 0.37427464192913057, + 0.3742746419291309, 0.30068269068669207 ], "resistance": [ @@ -167810,9 +130632,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 420.62216467433336, + 420.6221646743327, 513.5812334518278, - 245.62996602933936, + 245.62996602933913, -103.79938010991737, -350.1177843608477, -390.6905845768544, @@ -167820,20 +130642,20 @@ 93.26666690752972 ], "relative wind speed": [ - 1.6466481603088177, + 1.6466481603088174, 1.6887086361651376, 1.5396928802524321, - 1.244995503338507, + 1.2449955033385072, 0.9330250616594149, 0.8545461202733583, 1.1006051808132369, 1.425472597491746 ], "relative wind angle": [ - 0.13930086674564557, + 0.13930086674564637, 0.05631567256061054, - 0.23804204868456957, - 0.3427311694513463, + 0.23804204868457007, + 0.34273116945134696, 0.24757193090340093, 0.11145986485165638, 0.3361692064351663, @@ -167890,9 +130712,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 368.89514211117057, + 368.8951421111699, 528.464752628422, - 296.4450979023759, + 296.44509790237555, -46.59114289999195, -315.05128450722526, -384.4358181702278, @@ -167900,9 +130722,9 @@ 34.78251478719665 ], "relative wind speed": [ - 1.5983653924165986, + 1.5983653924165984, 1.6720073799745274, - 1.553633562094421, + 1.5536335620944208, 1.2778690475024015, 0.9542134297626664, 0.8183437654954143, @@ -167910,12 +130732,12 @@ 1.3536417157615241 ], "relative wind angle": [ - 0.17206521120232496, + 0.17206521120232562, 0.023959919324372986, 0.2142449900344469, 0.3407716630294867, 0.29088439562176477, - 0.04896883730548923, + 0.04896883730548924, 0.3279724754659898, 0.32099004361286526 ], @@ -167970,33 +130792,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 478.6223703648441, + 478.6223703648427, 492.65407409008185, - 181.5133222328035, + 181.51332223280315, -180.46351581405656, -403.8625837299056, -409.98414810617004, - -200.11398279788125, + -200.11398279788102, 158.2312443335461 ], "relative wind speed": [ - 1.7765980030334776, + 1.7765980030334774, 1.782609260976219, 1.6048588716422727, 1.3048544247758227, 1.0345355231711326, 1.0241427809477188, - 1.2849094190629158, + 1.284909419062916, 1.5886847211540955 ], "relative wind angle": [ - 0.09340007016148096, + 0.09340007016148334, 0.08265839645850681, - 0.23510052524491176, + 0.2351005252449122, 0.2967083658079219, 0.1608547185933265, - 0.14420964484188561, - 0.2952136484849208, + 0.14420964484188564, + 0.2952136484849216, 0.24250925786280056 ], "resistance": [ @@ -168050,9 +130872,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 649.1247470171857, + 649.1247470171836, 540.5418179178585, - 108.19495187753205, + 108.19495187753182, -334.6889245960373, -553.9467549183286, -506.89393568923003, @@ -168060,24 +130882,24 @@ 291.7160204716133 ], "relative wind speed": [ - 2.1592919940702635, + 2.159291994070263, 2.120030703189307, 1.897622516054687, 1.5828138658254522, 1.3599063337368569, 1.4203369212015169, 1.7061406562050596, - 2.0016461771112892 + 2.0016461771112897 ], "relative wind angle": [ - 0.04549493505567486, - 0.10094861417625314, - 0.21257230032022595, + 0.0454949350556773, + 0.10094861417625316, + 0.21257230032022648, 0.22460788873550838, 0.07227594500792771, 0.15099578284280485, 0.23686151388977222, - 0.17704389257517 + 0.17704389257517128 ], "resistance": [ 97283.6247470172, @@ -168130,9 +130952,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 430.18630464840135, + 430.1863046484, 564.588851064206, - 287.74048245219205, + 287.7404824521914, -97.24697760936544, -383.12036630752056, -441.602973881489, @@ -168140,24 +130962,24 @@ 64.5509024002447 ], "relative wind speed": [ - 1.7769075955661287, + 1.7769075955661284, 1.833694174918787, - 1.696813485453265, + 1.6968134854532648, 1.4109258684822152, 1.103400204133847, 1.0062098620725823, - 1.2229949342688047, + 1.222994934268805, 1.5440792749437842 ], "relative wind angle": [ - 0.13769184966637935, + 0.1376918496663818, 0.037837352466566616, - 0.20293911952347998, - 0.2980165839291475, + 0.20293911952348054, + 0.2980165839291474, 0.22287861906083486, 0.06899220630839026, - 0.28341296389667936, - 0.2716321649937882 + 0.2834129638966797, + 0.2716321649937883 ], "resistance": [ 97064.6863046484, @@ -168210,11 +131032,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 592.1066602715819, + 592.1066602715789, 641.5990873069768, - 247.65163863380212, + 247.6516386338019, -233.7771682758796, - -543.8559230565826, + -543.8559230565825, -565.3054389190224, -305.1061661402239, 163.90609666639307 @@ -168222,25 +131044,25 @@ "relative wind speed": [ 2.183798203224489, 2.201278448893398, - 2.0231640594572946, + 2.023164059457294, 1.7182660531606815, - 1.4462370574264696, + 1.4462370574264698, 1.4194891366676803, 1.6635454328633055, 1.9769011076014134 ], "relative wind angle": [ - 0.08417282223619209, + 0.08417282223619606, 0.060158753210092605, - 0.18430177976384743, - 0.2301608707116827, - 0.12729326930414864, + 0.18430177976384685, + 0.23016087071168267, + 0.1272932693041495, 0.09337077576870993, - 0.22476434336496373, + 0.22476434336496376, 0.1996106228042378 ], "resistance": [ - 97226.60666027157, + 97226.60666027156, 97276.09908730697, 96882.15163863379, 96400.72283172411, @@ -168250,7 +131072,7 @@ 96798.40609666638 ], "fuel": [ - 39.71016523054838, + 39.71016523054837, 39.73577380440661, 39.532188373366, 39.28417812730203, @@ -168277,68 +131099,7 @@ "id": "3096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.834165381527805, - 5.834165381527805, - 5.834165381527805, - 5.834165381527805, - 5.834165381527805, - 5.834165381527805, - 5.834165381527805, - 5.834165381527805 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -39.49426354591901, - -505.06749530649506, - -640.9249419309407, - -472.4378846543848, - 14.739934846259303, - 578.0905758556462, - 891.2721139223236, - 529.85642998306 - ], - "relative wind speed": [ - 1.6915376349052949, - 1.274163659758051, - 1.0722287080161326, - 1.3104961689095054, - 1.7303480498000068, - 2.057160886245812, - 2.1692693565930767, - 2.0342083804323474 - ], - "relative wind angle": [ - 0.3302742448447579, - 0.29742955720832454, - 0.019108042825781546, - 0.3120885712693215, - 0.3225948278133198, - 0.18252950652481267, - 0.009444308898458568, - 0.19912183457378127 - ], - "resistance": [ - 96595.0057364541, - 96129.43250469353, - 95993.57505806908, - 96162.06211534563, - 96649.23993484628, - 97212.59057585566, - 97525.77211392234, - 97164.35642998308 - ], - "fuel": [ - 39.161277146484665, - 38.921918695333716, - 38.85222428685636, - 38.938667803262945, - 39.18921224339161, - 39.480031715564245, - 39.64221669985143, - 39.45508549237358 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 23.28125, -34.53125 23.4375, -34.375 23.4375, -34.375 23.28125, -34.53125 23.28125))", @@ -168370,7 +131131,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 51.127572729774215, + 51.12757272977353, -426.9108466652963, -608.8464507163303, -489.232762289524, @@ -168380,9 +131141,9 @@ 592.2428098411275 ], "relative wind speed": [ - 1.6598922313094293, + 1.6598922313094286, 1.2260414538605968, - 0.9538320754163216, + 0.9538320754163214, 1.1500831721448035, 1.5811375602488569, 1.9370236336726756, @@ -168392,12 +131153,12 @@ "relative wind angle": [ 0.34772298261221063, 0.3580537916411464, - 0.04407023587017558, + 0.04407023587017305, 0.32776222469847727, - 0.3658366670627965, + 0.36583666706279655, 0.22367964292530934, 0.020159934613383883, - 0.1878032889452612 + 0.18780328894526122 ], "resistance": [ 96685.62757272979, @@ -168450,33 +131211,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -109.27208482308856, + -109.27208482308879, -565.1147195384391, - -671.7593118189775, + -671.759311818978, -446.1220408202414, - 88.52404577864036, + 88.52404577864013, 666.100539250235, - 911.0425694118253, + 911.0425694118217, 490.1272110982527 ], "relative wind speed": [ - 1.6722326449936242, + 1.672232644993624, 1.2495322649062766, - 1.0916261015096724, + 1.0916261015096722, 1.379807050470197, 1.8112928935462869, 2.125044254633734, - 2.2103159094791054, + 2.210315909479106, 2.0428598749464895 ], "relative wind angle": [ - 0.3414613428322521, + 0.3414613428322531, 0.2789318593699332, - 0.0673228954695056, + 0.06732289546950725, 0.330589656800394, - 0.3143049371879098, + 0.31430493718790986, 0.16260990525137592, - 0.03323029262123763, + 0.033230292621244314, 0.22104041330542795 ], "resistance": [ @@ -168486,7 +131247,7 @@ 96188.37795917976, 96723.02404577864, 97300.60053925024, - 97545.54256941183, + 97545.54256941182, 97124.62721109825 ], "fuel": [ @@ -168496,7 +131257,7 @@ 38.98469551728142, 39.259751376030664, 39.55808854759062, - 39.684983965269154, + 39.68498396526914, 39.46706107547759 ] }, @@ -168530,14 +131291,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -169.51996469960193, + -169.51996469960216, -534.477016987172, - -582.2448575305929, + -582.244857530593, -315.5573848849218, 195.2717752048486, 699.534035815354, - 808.9603387836744, - 371.4377813320991 + 808.9603387836753, + 371.43778133209935 ], "relative wind speed": [ 1.419072269092706, @@ -168547,17 +131308,17 @@ 1.7067618802353204, 1.9853081912728572, 2.0258432641378006, - 1.818122298278737 + 1.8181222982787373 ], "relative wind angle": [ - 0.4080058867464067, + 0.4080058867464073, 0.2954471768978185, - 0.17095482931172779, - 0.40975874213004126, - 0.33619659773755106, + 0.17095482931172842, + 0.4097587421300412, + 0.3361965977375511, 0.14610243640447113, - 0.07624578626689242, - 0.28275380403745576 + 0.07624578626689096, + 0.28275380403745615 ], "resistance": [ 96464.98003530041, @@ -168610,9 +131371,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -119.41037542696063, + -119.4103754269612, -534.5121901209395, - -620.8647618026353, + -620.8647618026357, -386.8906092284642, 126.36148091614712, 667.9141453638371, @@ -168620,9 +131381,9 @@ 447.51190951529463 ], "relative wind speed": [ - 1.5348252020963264, + 1.5348252020963262, 1.1013844220575515, - 0.9575654412400596, + 0.9575654412400595, 1.2809375342309397, 1.7206460849156622, 2.0256514274115816, @@ -168630,12 +131391,12 @@ 1.9171620651170793 ], "relative wind angle": [ - 0.3814443413163547, + 0.3814443413163555, 0.30794384467746533, - 0.10383478300721977, + 0.10383478300722085, 0.3792134763338786, 0.3384856871820985, - 0.1655562838500537, + 0.16555628385005366, 0.04733660603697816, 0.24993362377579853 ], @@ -168690,19 +131451,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -207.40622769708193, + -207.40622769708216, -602.0286120755864, - -645.469891218552, + -645.4698912185522, -341.0114258236165, - 227.10434463691945, + 227.10434463691922, 777.1551623014277, - 876.5802606218642, + 876.5802606218651, 387.8332070619517 ], "relative wind speed": [ - 1.5033596988004378, + 1.5033596988004376, 1.0707569243866564, - 0.999120093329806, + 0.9991200933298059, 1.379170827890186, 1.8244611612266417, 2.1076594890256435, @@ -168710,13 +131471,13 @@ 1.9200616501296273 ], "relative wind angle": [ - 0.3929638448403089, - 0.2703627842910407, - 0.17224458002734236, - 0.3929876857132612, - 0.32101879365569175, + 0.3929638448403092, + 0.27036278429104066, + 0.1722445800273437, + 0.39298768571326115, + 0.32101879365569214, 0.1361053585464672, - 0.08001046056246977, + 0.0800104605624684, 0.27866369221458637 ], "resistance": [ @@ -168770,7 +131531,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -148.93987882778765, + -148.93987882778788, -606.9938881896263, -698.7306689574566, -437.2249346977426, @@ -168790,13 +131551,13 @@ 2.0623806659609025 ], "relative wind angle": [ - 0.34928280649345, - 0.2703452445508787, + 0.3492828064934506, + 0.27034524455087877, 0.0933729380886779, - 0.34175209320484135, + 0.3417520932048413, 0.3114454754332137, 0.15291329753708874, - 0.04590759300639502, + 0.04590759300639501, 0.23373876058069668 ], "resistance": [ @@ -168850,17 +131611,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -261.50209667606964, + -261.5020966760708, -773.1461211818034, - -842.3620542891456, + -842.3620542891459, -481.52055861623035, - 223.0546951047313, + 223.05469510473154, 912.5919114011956, 1071.1948774758796, 484.58416301784814 ], "relative wind speed": [ - 1.857144342503883, + 1.8571443425038825, 1.425904729548444, 1.3388893303749458, 1.693568550101395, @@ -168870,13 +131631,13 @@ 2.2826786621438986 ], "relative wind angle": [ - 0.3211627086573668, + 0.3211627086573672, 0.2159988169091587, - 0.1153171642225907, - 0.3142396806028644, - 0.2759453305842378, + 0.11531716422259167, + 0.31423968060286434, + 0.2759453305842374, 0.12461339620745454, - 0.06148316238783496, + 0.061483162387834966, 0.23138220965986195 ], "resistance": [ @@ -168930,9 +131691,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 159.3934401045484, + 159.3934401045476, -232.62137457251106, - -447.57725743520353, + -447.5772574352036, -423.74004056555117, -158.37915864926708, 248.2536265667993, @@ -168940,9 +131701,9 @@ 531.0869504994146 ], "relative wind speed": [ - 1.5539696937443352, + 1.553969693744335, 1.1995659483339474, - 0.8982352449485779, + 0.8982352449485776, 0.9427196724554854, 1.2793231213263434, 1.6163325751322708, @@ -168950,17 +131711,17 @@ 1.7784175766679384 ], "relative wind angle": [ - 0.2968161615489744, - 0.3612370013909906, - 0.16222279833387881, + 0.29681616154897517, + 0.36123700139099063, + 0.16222279833387812, 0.23422622632215698, 0.363199038144887, 0.2654052465282456, 0.08062715276444912, - 0.12334107736702712 + 0.12334107736702711 ], "resistance": [ - 96793.89344010453, + 96793.89344010451, 96401.87862542746, 96186.92274256477, 96210.75995943442, @@ -168970,7 +131731,7 @@ 97165.58695049939 ], "fuel": [ - 38.98173451258136, + 38.981734512581355, 38.779849820890256, 38.669391898248755, 38.68163249126593, @@ -169010,9 +131771,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 237.51619794261842, + 237.51619794261774, -262.68837631799, - -566.4895707361171, + -566.4895707361177, -569.7017641901778, -273.072438801648, 225.23791678917542, @@ -169020,9 +131781,9 @@ 671.5724891888838 ], "relative wind speed": [ - 1.9129058585474161, + 1.912905858547416, 1.565713443745114, - 1.2607448898115685, + 1.2607448898115683, 1.2562654251606824, 1.556996683060035, 1.9057777695210933, @@ -169030,14 +131791,14 @@ 2.122556165633981 ], "relative wind angle": [ - 0.22797167303546478, + 0.22797167303546526, 0.2819833003574602, - 0.14632416765413978, + 0.14632416765414127, 0.1403324356039748, 0.2813608974165893, 0.23064822586741057, 0.08682065866457084, - 0.08288028204743479 + 0.08288028204743478 ], "resistance": [ 96872.01619794265, @@ -169090,19 +131851,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 315.36633642777167, + 315.36633642777133, -44.8921415924699, - -326.17665854317386, + -326.1766585431741, -399.52720757590765, - -275.04362632088066, + -275.0436263208806, 40.174079185714504, - 391.41859846570185, + 391.4185984657016, 560.1232352337898 ], "relative wind speed": [ - 1.569935204425372, + 1.5699352044253718, 1.2820864276259714, - 0.9402178890988571, + 0.940217889098857, 0.7940603016587703, 1.0157734907854268, 1.3611563917396932, @@ -169110,14 +131871,14 @@ 1.692914814161105 ], "relative wind angle": [ - 0.22334797899505607, - 0.35839795542925634, - 0.3116188174572888, - 0.05297642779228032, - 0.3493999333386193, + 0.22334797899505654, + 0.3583979554292564, + 0.31161881745728953, + 0.052976427792280324, + 0.349399933338619, 0.33672506204188707, - 0.17930959564631285, - 0.024839482859901885 + 0.1793095956463135, + 0.02483948285990189 ], "resistance": [ 96949.8663364278, @@ -169170,9 +131931,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 361.55527903465224, + 361.55527903465133, -61.09607977826897, - -395.3865156744338, + -395.3865156744339, -482.24072537625347, -340.21269735769533, 30.564589335419214, @@ -169180,9 +131941,9 @@ 642.5256818504216 ], "relative wind speed": [ - 1.7761856286357218, + 1.7761856286357214, 1.4822064130072978, - 1.14215158670583, + 1.1421515867058298, 1.0001646821404637, 1.2093710364166872, 1.5557884947304645, @@ -169190,14 +131951,14 @@ 1.9018633756646428 ], "relative wind angle": [ - 0.1961493172457974, + 0.19614931724579798, 0.309196400427812, - 0.25823685959110587, + 0.2582368595911063, 0.03853301797153568, 0.2902981302943923, 0.29412390174649133, - 0.16094461729155962, - 0.020260374012334187 + 0.16094461729155965, + 0.02026037401233419 ], "resistance": [ 96996.05527903466, @@ -169250,19 +132011,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 319.83713959022623, + 319.8371395902251, 559.9251997876637, - 378.40598044324827, + 378.40598044324804, 18.896865585496244, - -301.39456504579783, + -301.3945650457979, -420.10833308184573, - -341.3109455809782, + -341.3109455809781, -47.41440240370321 ], "relative wind speed": [ - 1.6667272689233275, + 1.666727268923327, 1.7800989692305873, - 1.7006672414648036, + 1.7006672414648039, 1.4527526007401521, 1.1319765912178414, 0.9437152387145062, @@ -169270,13 +132031,13 @@ 1.396016000295305 ], "relative wind angle": [ - 0.19121764532948035, + 0.1912176453294809, 0.016672582030287396, - 0.1622944028508289, - 0.2920721311779616, - 0.2836243802820643, + 0.1622944028508296, + 0.29207213117796155, + 0.28362438028206466, 0.03145267092348522, - 0.2571951133519971, + 0.25719511335199663, 0.3043147729502986 ], "resistance": [ @@ -169330,17 +132091,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 379.65118141599396, + 379.65118141599373, 641.1655239549843, 405.50699707366607, -19.397712587658816, - -389.17812208077896, + -389.1781220807791, -508.71684158584173, -407.0430450986221, -49.11473962398259 ], "relative wind speed": [ - 1.9653709338511567, + 1.9653709338511565, 2.068437034683987, 1.9782219333542006, 1.7266518377323228, @@ -169350,14 +132111,14 @@ 1.7057712285316606 ], "relative wind angle": [ - 0.14806252793956462, + 0.1480625279395646, 0.005189886687825899, 0.13933996576861188, 0.23336700648314546, - 0.20501340657977352, + 0.20501340657977407, 0.00845369881306386, 0.19664165485918225, - 0.23627771269072548 + 0.2362777126907255 ], "resistance": [ 97014.15118141599, @@ -169410,7 +132171,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 309.33429427560475, + 309.3342942756036, 602.6053227590847, 462.18376828441853, 79.09781621472018, @@ -169420,7 +132181,7 @@ -92.86295694962507 ], "relative wind speed": [ - 1.66501182956172, + 1.6650118295617196, 1.8115800396070019, 1.7521035525261115, 1.5035154927181713, @@ -169430,13 +132191,13 @@ 1.356350025972688 ], "relative wind angle": [ - 0.22786080354189142, - 0.042857592558768885, + 0.2278608035418929, + 0.04285759255876889, 0.15260925797034547, 0.3069511297850678, - 0.3324737020995438, + 0.33247370209954386, 0.08590094365980623, - 0.26550325541094827, + 0.2655032554109487, 0.34153909733865934 ], "resistance": [ @@ -169490,17 +132251,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 405.3131792196896, + 405.31317921968866, 702.7001784853719, - 467.9262891194169, + 467.9262891194162, 14.886345638782359, - -386.1742013639199, + -386.1742013639198, -530.7718430490698, - -428.93854659789713, + -428.938546597897, -56.15465844499431 ], "relative wind speed": [ - 1.890093761843112, + 1.8900937618431115, 2.0132592190224092, 1.9221651496237884, 1.6452883592119423, @@ -169510,13 +132271,13 @@ 1.5918749210862984 ], "relative wind angle": [ - 0.18422009432088546, - 0.013841260871368052, - 0.1603077426768866, - 0.2844863275916705, - 0.2713498903387142, - 0.02557008891244111, - 0.24931135821055828, + 0.1842200943208867, + 0.013841260871368053, + 0.160307742676888, + 0.2844863275916704, + 0.2713498903387137, + 0.025570088912441107, + 0.24931135821055786, 0.2943123319615216 ], "resistance": [ @@ -169570,34 +132331,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 944.4590477440238, + 944.4590477440192, 891.5520420376338, - 283.32336104261253, + 283.3233610426114, -380.4640053025096, - -758.929696445476, + -758.9296964454762, -735.8162360388064, - -307.21697689191046, + -307.2169768919107, 370.4555982760785 ], "relative wind speed": [ 2.3869910755470256, 2.370137536500991, - 2.0993608248584867, + 2.0993608248584863, 1.6661206628979086, 1.2958031458809065, 1.326378620788579, - 1.7232284568987057, + 1.7232284568987055, 2.144964830546327 ], "relative wind angle": [ - 0.08238741565223671, - 0.10538905073698432, + 0.08238741565224211, + 0.1053890507369843, 0.2646009908147191, 0.3219104468262434, - 0.15218043349993368, + 0.1521804334999344, 0.18909874922443107, - 0.32426011512043634, - 0.248293936328153 + 0.324260115120436, + 0.24829393632815297 ], "resistance": [ 97578.95904774405, @@ -169650,14 +132411,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 846.9898746006279, + 846.9898746006265, 858.8589425405212, 316.63267473342216, - -302.2110439965995, + -302.2110439965994, -679.136742060754, -684.325887131712, -318.5162395274655, - 297.1817169075796 + 297.1817169075798 ], "relative wind speed": [ 2.251578671963765, @@ -169670,14 +132431,14 @@ 1.9981749329565726 ], "relative wind angle": [ - 0.10056727296888093, + 0.10056727296888314, 0.09476447603824942, 0.2658858684383778, - 0.34171938944925195, - 0.1885858384683222, - 0.17905374647748384, + 0.3417193894492519, + 0.18858583846832222, + 0.17905374647748382, 0.3412778146780343, - 0.2700719458863647 + 0.27007194588636463 ], "resistance": [ 97481.48987460064, @@ -169730,37 +132491,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 681.0795950020777, + 681.0795950020756, 855.6748254693634, - 421.38270160010575, + 421.3827016001055, -158.267501913125, -575.2982278779876, -651.4490150950345, -399.09338397456406, - 134.54859713142264 + 134.54859713142287 ], "relative wind speed": [ - 2.125216930362548, + 2.1252169303625474, 2.186444905392068, 2.0026362089960106, 1.6302232404811807, - 1.2305665048226107, + 1.2305665048226109, 1.1181679657260881, 1.4213687552176715, - 1.8366309128635467 + 1.8366309128635465 ], "relative wind angle": [ - 0.14252043232723358, + 0.14252043232723516, 0.049659249823751576, - 0.22938192152070574, + 0.22938192152070624, 0.33465154951824494, - 0.2478329376786094, + 0.2478329376786103, 0.09721592918543108, - 0.3261102873732228, - 0.2958245754015721 + 0.32611028737322284, + 0.29582457540157137 ], "resistance": [ - 97315.5795950021, + 97315.57959500208, 97490.17482546938, 97055.88270160012, 96476.23249808689, @@ -169770,7 +132531,7 @@ 96769.04859713143 ], "fuel": [ - 39.564914337659786, + 39.56491433765978, 39.65535255722151, 39.43060432295559, 39.131726081977284, @@ -169810,19 +132571,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 557.8730643816364, + 557.8730643816359, 798.7858297782416, - 446.0552076411168, + 446.05520764111634, -76.84382140573894, -486.47169452001685, -591.2086405119594, - -410.6201943569182, + -410.6201943569183, 49.19798410115345 ], "relative wind speed": [ 1.9985838062638368, 2.0879065503488143, - 1.9433117963897717, + 1.9433117963897715, 1.6084492482785742, 1.2198379518507254, 1.0597113269404697, @@ -169830,13 +132591,13 @@ 1.7015383848586865 ], "relative wind angle": [ - 0.16541521428504444, - 0.023457281292043077, - 0.20644725564808564, + 0.16541521428504513, + 0.02345728129204308, + 0.2064472556480862, 0.32551473751453436, 0.2731668582001964, 0.04622916290429969, - 0.30992958995176445, + 0.3099295899517645, 0.307105515592484 ], "resistance": [ @@ -169890,19 +132651,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1000.4065816659195, + 1000.4065816659149, 384.29083400208674, - -417.566885617518, + -417.5668856175216, -951.6971398546075, - -1003.5189365995129, + -1003.5189365995193, -604.6167624165237, 167.55015706312952, 877.7827922619836 ], "relative wind speed": [ - 3.9057342310109777, + 3.905734231010977, 3.7530378718928397, - 3.4979011440975594, + 3.497901144097559, 3.2845868865771806, 3.2545976264008534, 3.42955861958985, @@ -169910,14 +132671,14 @@ 3.880548231576332 ], "relative wind angle": [ - 0.024622102484537667, + 0.024622102484537663, 0.07956328253086008, - 0.09324425932620274, + 0.09324425932620393, 0.04943321981739219, - 0.02954947987035201, - 0.08708596994299521, + 0.029549479870355767, + 0.08708596994299522, 0.08839081999205702, - 0.04183659926794657 + 0.04183659926794658 ], "resistance": [ 97634.90658166594, @@ -169970,39 +132731,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 766.5010386377799, + 766.501038637758, 276.8491875058671, - -348.58043172063753, - -754.606897754189, - -785.7903096034115, + -348.5804317206421, + -754.6068977541854, + -785.7903096034097, -462.05295982143616, 145.46845995779404, 692.4847209002137 ], "relative wind speed": [ - 3.664458227241975, + 3.664458227241974, 3.534046913893855, 3.323123966611656, - 3.152220371376504, - 3.1333328752884326, + 3.1522203713765036, + 3.133332875288433, 3.279716667177515, 3.4932615288718196, 3.648223641286762 ], "relative wind angle": [ - 0.023287547853994558, + 0.023287547854004092, 0.07028247249563727, - 0.08002429621106086, - 0.040460098103847174, - 0.027235881754277956, + 0.08002429621106365, + 0.04046009810384443, + 0.027235881754277953, 0.07574269401329381, 0.07611901317140503, - 0.034956826985225585 + 0.03495682698522559 ], "resistance": [ - 97401.00103863778, + 97401.00103863775, 96911.34918750587, - 96285.91956827937, + 96285.91956827935, 95879.89310224581, 95848.70969039659, 96172.44704017857, @@ -170010,7 +132771,7 @@ 97326.98472090022 ], "fuel": [ - 42.93040452141284, + 42.930404521412825, 42.67722027509369, 42.35512696674624, 42.14680443342817, @@ -170050,7 +132811,7 @@ ], "ice resistance": 60867.14760320848, "wind resistance": [ - 1558.0475921639263, + 1558.0475921638536, 2360.7219591888315, 1269.0225076717215, -517.9090186362773, @@ -170060,7 +132821,7 @@ -172.4810108208585 ], "relative wind speed": [ - 7.643853497686774, + 7.643853497686772, 7.728272806558088, 7.606440755679858, 7.342895792716981, @@ -170070,17 +132831,17 @@ 7.397635142435375 ], "relative wind angle": [ - 0.031429987857428676, + 0.03142998785743574, 0.003545908415649819, 0.036682585406370066, 0.0500157340773969, 0.03390417213888084, - 0.003918145783266225, + 0.003918145783266226, 0.03915493296522195, 0.04964533345431038 ], "resistance": [ - 62425.195195372406, + 62425.19519537233, 63227.86956239732, 62136.17011088021, 60349.2385845722, @@ -170090,7 +132851,7 @@ 60694.66659238763 ], "fuel": [ - 44.27903828304776, + 44.279038283047726, 44.5915416505639, 44.16709985909078, 43.48192919172493, @@ -170130,39 +132891,39 @@ ], "ice resistance": 83696.60651701718, "wind resistance": [ - 2615.850055471761, + 2615.8500554716884, 3042.192953357455, - 1186.4940061296911, + 1186.494006129673, -1276.8520196852915, - -2940.78861505213, + -2940.788615052119, -3119.764124526999, -1934.0395309558808, 426.17958206947515 ], "relative wind speed": [ - 7.804645219299169, + 7.804645219299168, 7.848472102198662, - 7.621786910874143, + 7.621786910874142, 7.241970247311522, - 6.925970348661365, + 6.925970348661364, 6.876266278342855, 7.12670446664469, 7.512351110452737 ], "relative wind angle": [ - 0.03177908213211574, - 0.01726346345838636, + 0.03177908213212273, + 0.017263463458386363, 0.057707153929049515, - 0.06718497003328609, - 0.03581241608525511, + 0.0671849700332861, + 0.03581241608525201, 0.019704566952109488, 0.06172092328033863, - 0.0647634315435653 + 0.06476343154356531 ], "resistance": [ - 86312.45657248894, + 86312.45657248887, 86738.79947037464, - 84883.10052314687, + 84883.10052314686, 82419.75449733189, 80755.81790196506, 80576.84239249019, @@ -170170,7 +132931,7 @@ 84122.78609908666 ], "fuel": [ - 54.604954895274844, + 54.6049548952748, 54.80853923870907, 53.92735352896669, 52.777418963892615, @@ -170210,37 +132971,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 864.0372550729071, + 864.0372550728925, 1746.4868418561564, - 1285.3879070499097, + 1285.3879070499079, 54.71416296163079, -1139.696315113887, -1631.2046789118176, - -1435.4715919297387, - -442.2679136555107 + -1435.4715919297423, + -442.2679136555098 ], "relative wind speed": [ 4.397472149094741, 4.571870540661328, - 4.490905689734885, + 4.490905689734884, 4.191216134378938, 3.8236577301036743, 3.6133252688456645, - 3.713473552477832, - 4.048682137926756 + 3.7134735524778324, + 4.048682137926755 ], "relative wind angle": [ - 0.08873271943024941, + 0.08873271943025442, 0.01569541632418769, 0.06422087544590607, - 0.11462032342437375, + 0.11462032342437377, 0.10209218948020787, 0.01985959661532724, - 0.0776905555688972, - 0.11867425768876956 + 0.07769055556890007, + 0.11867425768876769 ], "resistance": [ - 97498.53725507291, + 97498.5372550729, 98380.98684185615, 97919.88790704991, 96689.21416296164, @@ -170250,7 +133011,7 @@ 96192.23208634449 ], "fuel": [ - 45.02281709699605, + 45.02281709699604, 45.481678254081814, 45.24155193580751, 44.60452808232337, @@ -170290,37 +133051,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 988.4681415090554, + 988.4681415090481, 1880.1498789459629, 1305.7307038951722, -19.974135776241383, -1263.1596135479922, -1729.5981504574593, - -1485.8486216877354, + -1485.8486216877336, -394.09387422101554 ], "relative wind speed": [ - 4.537893360368611, + 4.53789336036861, 4.704465621168622, 4.606275528889889, 4.287813861700113, 3.910743436281549, 3.7086916282887765, - 3.8299629406101183, + 3.829962940610118, 4.183424752748529 ], "relative wind angle": [ - 0.08588367036588133, - 0.011172393489101115, - 0.06842146912795909, + 0.08588367036588263, + 0.011172393489101116, + 0.06842146912795907, 0.11638853453230126, 0.0996991018778264, 0.014172331485732647, - 0.0823188751446531, + 0.08231887514465173, 0.11930646797181609 ], "resistance": [ - 97622.96814150907, + 97622.96814150906, 98514.64987894597, 97940.23070389518, 96614.52586422377, @@ -170357,68 +133118,7 @@ "id": "3145", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.39607005100052, - 8.39607005100052, - 8.39607005100052, - 8.39607005100052, - 8.39607005100052, - 8.39607005100052, - 8.39607005100052, - 8.39607005100052 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1250.4758515571143, - 103.08465855177928, - -926.2621845721662, - -1324.3281189803877, - -1081.616597718889, - -155.11397733916237, - 1021.0024436665021, - 1808.853961501271 - ], - "relative wind speed": [ - 2.976020304260491, - 2.524079291201129, - 1.9235803973997343, - 1.5520243955861375, - 1.8036919810142338, - 2.395626295037554, - 2.899972425469807, - 3.114678456799552 - ], - "relative wind angle": [ - 0.1704616752975178, - 0.31487368125707305, - 0.317563812876864, - 0.04366052007351124, - 0.2836846403131899, - 0.3323890264143108, - 0.20863079460061884, - 0.021750562138878486 - ], - "resistance": [ - 97884.97585155713, - 96737.58465855179, - 95708.23781542784, - 95310.17188101963, - 95552.88340228112, - 96479.38602266085, - 97655.50244366651, - 98443.35396150129 - ], - "fuel": [ - 40.84753143925445, - 40.25358773934028, - 39.724918075894976, - 39.521529681578436, - 39.64547090995061, - 40.12060719337869, - 40.72835330341563, - 41.13834631925319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 22.5, -46.25 23.75, -45 23.75, -45 22.5, -46.25 22.5))", @@ -170437,68 +133137,7 @@ "id": "3147", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.728032482008985, - 14.728032482008985, - 14.728032482008985, - 14.728032482008985, - 14.728032482008985, - 14.728032482008985, - 14.728032482008985, - 14.728032482008985 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1835.6086907315403, - 303.02591373544055, - -1286.0109191370047, - -2058.823904161334, - -1895.674353989848, - -717.8725220659744, - 964.354077464991, - 2216.9322148779684 - ], - "relative wind speed": [ - 4.637938557584809, - 4.282853703251546, - 3.803253855786806, - 3.485386954223993, - 3.5706502490254564, - 3.9896342465621966, - 4.449188394891837, - 4.70234994913422 - ], - "relative wind angle": [ - 0.07029122778938465, - 0.14265250556839648, - 0.14123330745375756, - 0.04254086883708138, - 0.09135353364540673, - 0.15321670977897517, - 0.12062032882637282, - 0.03152705160560758 - ], - "resistance": [ - 98470.10869073158, - 96937.52591373547, - 95348.48908086303, - 94575.67609583869, - 94738.82564601018, - 95916.62747793406, - 97598.85407746502, - 98851.432214878 - ], - "fuel": [ - 45.52547267514231, - 44.7298971114409, - 43.9142446939089, - 43.520955835134814, - 43.60379849604631, - 44.20479094034174, - 45.072125665930194, - 45.72477850617942 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 21.25, -45 22.5, -43.75 22.5, -43.75 21.25, -45 21.25))", @@ -170517,68 +133156,7 @@ "id": "3148", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.29985573503715, - 18.29985573503715, - 18.29985573503715, - 18.29985573503715, - 18.29985573503715, - 18.29985573503715, - 18.29985573503715, - 18.29985573503715 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1633.315382002147, - 527.4809170280259, - -831.909616958641, - -1672.8816577528341, - -1704.580477126925, - -947.3891049140766, - 393.7905682309538, - 1558.0433143725604 - ], - "relative wind speed": [ - 5.467126371506105, - 5.266428946759386, - 4.9566113809582015, - 4.716247082113389, - 4.703424662661284, - 4.9271087331296775, - 5.23867139048667, - 5.456068894341864 - ], - "relative wind angle": [ - 0.025871679650024366, - 0.07033692788053943, - 0.07714516859564831, - 0.03607670146810536, - 0.030073679171214084, - 0.07518974532684304, - 0.07298392392595851, - 0.03118312968073542 - ], - "resistance": [ - 98267.81538200213, - 97161.980917028, - 95802.59038304134, - 94961.61834224715, - 94929.91952287307, - 95687.1108950859, - 97028.29056823094, - 98192.54331437254 - ], - "fuel": [ - 49.052048662291725, - 48.477955849212236, - 47.77846465979569, - 47.34917490283644, - 47.33304512026435, - 47.719360142193494, - 48.4088589556232, - 49.01282692103483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 21.25, -43.75 22.5, -42.5 22.5, -42.5 21.25, -43.75 21.25))", @@ -170597,68 +133175,7 @@ "id": "3149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.553965748466887, - 17.553965748466887, - 17.553965748466887, - 17.553965748466887, - 17.553965748466887, - 17.553965748466887, - 17.553965748466887, - 17.553965748466887 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1671.786555533332, - 14.523008290383586, - -1566.794452741935, - -2186.4882516026173, - -1902.4691402165881, - -549.94538422609, - 1193.8623552019908, - 2342.0312261004583 - ], - "relative wind speed": [ - 5.3159625671280315, - 4.973710833162341, - 4.563537996654623, - 4.337654518102729, - 4.459114667231795, - 4.837908864242041, - 5.226593784073684, - 5.415525358837417 - ], - "relative wind angle": [ - 0.06264807506745264, - 0.1085808031020472, - 0.09423933243049473, - 0.015749859533820274, - 0.07470693746099148, - 0.11164125825238863, - 0.08225493105127347, - 0.012614923271229438 - ], - "resistance": [ - 98306.28655553331, - 96649.02300829037, - 95067.70554725805, - 94448.01174839737, - 94732.0308597834, - 96084.5546157739, - 97828.36235520197, - 98976.53122610044 - ], - "fuel": [ - 48.24419727557991, - 47.38529364955373, - 46.57527847006192, - 46.26038374518504, - 46.404529450134746, - 47.09508205742682, - 47.995456676358586, - 48.59446482863941 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 20, -45 21.25, -43.75 21.25, -43.75 20, -45 20))", @@ -170677,68 +133194,7 @@ "id": "3150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.194034690346392, - 16.194034690346392, - 16.194034690346392, - 16.194034690346392, - 16.194034690346392, - 16.194034690346392, - 16.194034690346392, - 16.194034690346392 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1489.1503098504745, - 494.07125644819644, - -732.5284713362489, - -1497.34376557015, - -1530.5956294333146, - -852.702843140225, - 354.83987152958434, - 1410.432690274767 - ], - "relative wind speed": [ - 4.891193540437462, - 4.689375340037311, - 4.373769835069555, - 4.125313280061875, - 4.110019462455036, - 4.3388700317048325, - 4.656841382483623, - 4.878301402447524 - ], - "relative wind angle": [ - 0.029050037614733664, - 0.08043508569747333, - 0.08946631580759622, - 0.04264417851731263, - 0.03457348088811833, - 0.08694864847903717, - 0.08401475078246952, - 0.036058739325233874 - ], - "resistance": [ - 98123.65030985048, - 97128.5712564482, - 95901.97152866375, - 95137.15623442984, - 95103.90437056668, - 95781.79715685977, - 96989.33987152958, - 98044.93269027477 - ], - "fuel": [ - 46.73390803923465, - 46.21764253914648, - 45.58632994449328, - 45.19552461164615, - 45.17858294677511, - 45.52477910832427, - 46.14570054542341, - 46.692933669113025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 22.5, -32.5 23.75, -31.25 23.75, -31.25 22.5, -32.5 22.5))", @@ -170770,32 +133226,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 623.5179567868904, + 623.5179567868886, -176.64790439001263, - -808.6661559779957, + -808.6661559779966, -959.6415225237688, -686.7871777155408, 26.3888314711744, - 799.1157029073538, + 799.1157029073547, 1149.3907447769284 ], "relative wind speed": [ - 2.7595928557758302, + 2.75959285577583, 2.4105730898327815, - 2.0369474291239777, + 2.0369474291239773, 1.8983243243736998, 2.119873069859323, 2.509651756825601, - 2.8213577818045352, + 2.8213577818045357, 2.9164326361935617 ], "relative wind angle": [ - 0.1439395115991693, + 0.14393951159917007, 0.21282754844172203, - 0.15985628642815897, - 0.02667733444168096, - 0.18783270980239553, - 0.2043038632876331, + 0.15985628642815966, + 0.026677334441680963, + 0.18783270980239555, + 0.20430386328763306, 0.11517566951869546, 0.017363257437815256 ], @@ -170850,54 +133306,54 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 2456.766393984908, + 2456.766393984839, 3065.1983907089743, - 1339.9134920537253, + 1339.9134920537144, -1068.2649838286743, -2787.9779421511557, -3044.14121879463, -2001.8606622648658, - 259.121702652712 + 259.1217026526938 ], "relative wind speed": [ - 7.166444001585407, + 7.166444001585406, 7.234245592361121, 7.011017603749851, 6.609149858377815, 6.254606054483859, 6.176059199364048, 6.428347274732074, - 6.840844587779355 + 6.840844587779356 ], "relative wind angle": [ - 0.04075821781649527, + 0.04075821781650345, 0.016064258675968907, - 0.06513692429491466, - 0.08015254855968228, + 0.06513692429491637, + 0.08015254855968229, 0.04670426957788234, - 0.018816958932379318, - 0.07105052425503983, - 0.07743230190080927 + 0.018816958932379314, + 0.07105052425503984, + 0.07743230190081214 ], "resistance": [ - 99091.26639398496, + 99091.2663939849, 99699.69839070903, 97974.41349205378, 95566.23501617138, 93846.5220578489, 93590.35878120543, 94632.63933773519, - 96893.62170265277 + 96893.62170265274 ], "fuel": [ - 57.22398548354783, + 57.22398548354781, 57.54365717204134, 56.64077320680984, 55.399034129713236, 54.52549885256225, 54.39632135990318, 54.92344489379411, - 56.080810883671035 + 56.08081088367102 ] }, { @@ -170930,17 +133386,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1431.7711888979302, + 1431.771188897923, 2233.6039217674897, - 1248.3616811901156, + 1248.3616811901065, -394.2356370205016, - -1754.1204968022212, + -1754.1204968022157, -2091.4984938507496, -1625.0513832696633, -176.42554134583224 ], "relative wind speed": [ - 5.8391274372471464, + 5.839127437247146, 5.948310469850242, 5.808060807029946, 5.487694275677362, @@ -170951,10 +133407,10 @@ ], "relative wind angle": [ 0.052457639022751246, - 0.003916050452003101, - 0.0584191163042848, - 0.08324185169773606, - 0.05934681023665251, + 0.0039160504520031015, + 0.0584191163042867, + 0.08324185169773607, + 0.05934681023665064, 0.004625696834761322, 0.06529858422498022, 0.08254190951840853 @@ -170962,7 +133418,7 @@ "resistance": [ 98066.27118889792, 98868.10392176748, - 97882.86168119012, + 97882.8616811901, 96240.2643629795, 94880.37950319778, 94543.00150614924, @@ -170972,7 +133428,7 @@ "fuel": [ 50.687584997713, 51.10610020147152, - 50.592190925194835, + 50.59219092519483, 49.74343153813588, 49.04835130422613, 48.87697209301582, @@ -171010,53 +133466,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 522.4225919204473, + 522.4225919204328, 2308.203570488715, - 2521.1959878071902, + 2521.195987807161, 898.6302892710373, -1148.5955943288172, -2464.524377610427, - -2554.5851070934914, + -2554.5851070934987, -1473.2226112835287 ], "relative wind speed": [ 5.870721770823906, 6.1698845290957, - 6.197413785358939, + 6.197413785358938, 5.940313405431796, 5.525725816893543, 5.189561138625799, - 5.156654175621298, + 5.1566541756212985, 5.4508436557249444 ], "relative wind angle": [ - 0.08879812839832814, + 0.08879812839833064, 0.03982483313019116, - 0.027954521901655954, - 0.08268650570513487, - 0.09435821835981636, - 0.04735304141255508, - 0.03359848565336833, - 0.09013084433433173 + 0.027954521901659927, + 0.08268650570513489, + 0.09435821835981638, + 0.047353041412555086, + 0.03359848565337163, + 0.09013084433433174 ], "resistance": [ - 97156.92259192045, + 97156.92259192043, 98942.70357048871, - 99155.6959878072, + 99155.69598780716, 97533.13028927104, 95485.90440567119, 94169.97562238957, - 94079.91489290651, + 94079.9148929065, 95161.27738871647 ], "fuel": [ - 51.03858578326411, + 51.0385857832641, 51.96789762361958, - 52.079529922912194, + 52.07952992291219, 51.23337583985466, 50.179743029392526, 49.510716344350016, - 49.46516447608805, + 49.465164476088034, 50.014101836462316 ] }, @@ -171077,68 +133533,7 @@ "id": "3164", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.906494826086796, - 9.906494826086796, - 9.906494826086796, - 9.906494826086796, - 9.906494826086796, - 9.906494826086796, - 9.906494826086796, - 9.906494826086796 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 545.0633106994073, - 1437.4347623127956, - 1337.3822078772823, - 375.4143611674367, - -685.3274948012054, - -1278.420402329541, - -1235.0956173915636, - -540.7100301925602 - ], - "relative wind speed": [ - 3.0694339082829405, - 3.336413240517798, - 3.313071994660928, - 3.0077767573139895, - 2.544186509799224, - 2.182351072228977, - 2.217625638414856, - 2.616789730208215 - ], - "relative wind angle": [ - 0.18029778888856343, - 0.05991748878257226, - 0.08094174192370254, - 0.19358131363674158, - 0.21806790345662025, - 0.09167637746273256, - 0.12108843997766151, - 0.22296084022937743 - ], - "resistance": [ - 97179.56331069942, - 98071.93476231281, - 97971.8822078773, - 97009.91436116745, - 95949.1725051988, - 95356.07959767047, - 95399.40438260845, - 96093.78996980746 - ], - "fuel": [ - 41.28508721016889, - 41.748064897084646, - 41.69600841740994, - 41.19740562341368, - 40.65159862367513, - 40.34824634062501, - 40.37036157640062, - 40.72576535434372 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 10, -44.375 10.625, -43.75 10.625, -43.75 10, -44.375 10))", @@ -171157,68 +133552,7 @@ "id": "3171", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.724418202896237, - 14.724418202896237, - 14.724418202896237, - 14.724418202896237, - 14.724418202896237, - 14.724418202896237, - 14.724418202896237, - 14.724418202896237 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1554.816575286668, - -270.3530796821742, - -1812.845344283217, - -2240.611479589248, - -1756.4523373967786, - -176.1070184770515, - 1635.5815110495969, - 2636.0058848498065 - ], - "relative wind speed": [ - 4.595867307963448, - 4.134485036853953, - 3.6237751082241023, - 3.3994631753329454, - 3.645630776363499, - 4.1615686405496986, - 4.613119772452402, - 4.780823170703048 - ], - "relative wind angle": [ - 0.10859293630427147, - 0.16784134733388428, - 0.13248045113620546, - 0.004039920903032987, - 0.13705756620856052, - 0.16673875995284232, - 0.103951224233622, - 0.0028726316329672668 - ], - "resistance": [ - 98189.3165752867, - 96364.14692031787, - 94821.65465571683, - 94393.8885204108, - 94878.04766260326, - 96458.392981523, - 98270.08151104965, - 99270.50588484984 - ], - "fuel": [ - 45.3758077582692, - 44.431248654739775, - 43.64264499868308, - 43.42551638559091, - 43.67132016514293, - 44.4797192248053, - 45.41789150390882, - 45.94118962101803 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 11.875, -40.625 12.5, -40 12.5, -40 11.875, -40.625 11.875))", @@ -171250,19 +133584,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 977.7620929686746, + 977.7620929686636, -285.7652119372633, - -1315.2983659547308, + -1315.2983659547326, -1570.0129793948054, - -1184.5431824878779, + -1184.5431824878788, -66.58073913524277, 1164.3862640675225, 1762.674297385266 ], "relative wind speed": [ - 4.100926309837869, + 4.1009263098378685, 3.742779371547463, - 3.3691916615396846, + 3.369191661539684, 3.225393621420201, 3.423306386140089, 3.811590978584498, @@ -171270,17 +133604,17 @@ 4.258339958130379 ], "relative wind angle": [ - 0.09518977711735183, + 0.09518977711735416, 0.13843973088856534, - 0.10128291590766281, + 0.10128291590766392, 0.010768529504960362, - 0.1141072674639537, - 0.13592479160735896, + 0.11410726746395371, + 0.13592479160735893, 0.08226824206139585, 0.008156338044239837 ], "resistance": [ - 97612.26209296868, + 97612.26209296867, 96348.73478806273, 95319.20163404527, 95064.4870206052, @@ -171330,9 +133664,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 493.98685117828336, + 493.98685117828063, -597.2564407659324, - -1273.5288370358458, + -1273.5288370358471, -1295.7673875453133, -672.45154063568, 406.01310795238396, @@ -171340,9 +133674,9 @@ 1408.8358621809366 ], "relative wind speed": [ - 3.195389729574377, + 3.1953897295743765, 2.7599724441704097, - 2.3931264722825905, + 2.39312647228259, 2.3762789617867504, 2.7246026382410746, 3.164889755994614, @@ -171350,13 +133684,13 @@ 3.4622641949957136 ], "relative wind angle": [ - 0.1668245778028338, + 0.16682457780283513, 0.19854975783914694, 0.10016013551650281, 0.08679226782550187, 0.19599658537314366, 0.17287157111556356, - 0.0694037839937648, + 0.06940378399376482, 0.059529111634298186 ], "resistance": [ @@ -171410,9 +133744,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -705.717950274051, + -705.7179502740564, -1729.294539680268, - -1841.6514155965233, + -1841.6514155965297, -1094.338529712265, 356.6967301661116, 1717.8422092072487, @@ -171420,7 +133754,7 @@ 809.5343325581553 ], "relative wind speed": [ - 3.6468063169547213, + 3.6468063169547205, 3.2428740251567154, 3.178660961329893, 3.5076636034981825, @@ -171430,17 +133764,17 @@ 4.101530913399294 ], "relative wind angle": [ - 0.1630563225554847, + 0.16305632255548608, 0.09263010937164425, - 0.05281348890706467, + 0.05281348890706888, 0.15377301653817876, 0.14936195344831554, - 0.06958859592664618, + 0.0695885959266462, 0.03848238575344774, 0.1313678295743522 ], "resistance": [ - 95928.78204972594, + 95928.78204972592, 94905.20546031972, 94792.84858440346, 95540.16147028773, @@ -171450,7 +133784,7 @@ 97444.03433255813 ], "fuel": [ - 43.20434711520943, + 43.204347115209416, 42.68171059781052, 42.6245788208944, 43.00545899148982, @@ -171490,9 +133824,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -981.3957660762371, + -981.3957660762399, -1813.1770094743924, - -1760.1174787648201, + -1760.1174787648224, -800.2490953598799, 712.4446628960186, 1952.0483213123298, @@ -171500,9 +133834,9 @@ 500.89792693476284 ], "relative wind speed": [ - 3.3336015319914956, + 3.333601531991495, 2.953777192254967, - 2.9862642598758384, + 2.986264259875838, 3.4027607758368177, 3.89217652327864, 4.187736567762088, @@ -171510,13 +133844,13 @@ 3.8318606922595526 ], "relative wind angle": [ - 0.17825598433258996, + 0.1782559843325906, 0.0737912078913033, - 0.09495209750825824, - 0.1826803663186624, + 0.0949520975082594, + 0.18268036631866238, 0.15245671723670898, 0.052024116679621896, - 0.06803594773825336, + 0.06803594773825337, 0.16203070545756562 ], "resistance": [ @@ -171570,9 +133904,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1684.8531331187733, + -1684.8531331187842, -2545.293293629864, - -2297.329625817347, + -2297.3296258173395, -805.7119825815917, 1243.5700139689652, 2699.5832831181324, @@ -171580,29 +133914,29 @@ 222.770533782832 ], "relative wind speed": [ - 4.669502891847588, + 4.669502891847587, 4.3769654514450815, - 4.4815194124878, - 4.903088511035168, + 4.481519412487799, + 4.903088511035169, 5.358085927595769, 5.5995995840175, 5.5162782580257685, 5.145198258320833 ], "relative wind angle": [ - 0.11129884059791312, - 0.02786815311228075, - 0.07731809484892799, - 0.12504345588256044, - 0.09694716862396324, + 0.11129884059791512, + 0.027868153112280747, + 0.07731809484892511, + 0.12504345588256222, + 0.09694716862396326, 0.02178223611556145, - 0.06279324214076049, - 0.11913077937770986 + 0.0627932421407605, + 0.11913077937770987 ], "resistance": [ - 94949.64686688122, + 94949.6468668812, 94089.20670637013, - 94337.17037418263, + 94337.17037418265, 95828.7880174184, 97878.07001396894, 99334.08328311812, @@ -171610,9 +133944,9 @@ 96857.27053378282 ], "fuel": [ - 46.95280915739087, + 46.952809157390845, 46.516343606086984, - 46.641842713228186, + 46.64184271322819, 47.40160631268911, 48.4589198196911, 49.219635905780876, @@ -171650,34 +133984,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -115.12386135563156, + -115.12386135563202, 520.8280721594579, - 909.7201373089833, + 909.7201373089824, 585.8065987112909, -39.302174375764025, -595.9457905421766, -779.9013315245022, - -641.3149698910486 + -641.3149698910483 ], "relative wind speed": [ 2.422888218546782, 2.6985422656359916, - 2.8142208641834427, + 2.8142208641834423, 2.7221227641854067, 2.4599095314126536, 2.153929400626629, 2.0004257421614575, - 2.1240503475697605 + 2.12405034756976 ], "relative wind angle": [ - 0.16874399177740196, + 0.16874399177740262, 0.11177569122305527, 0.006670905333145232, 0.10099524686196891, - 0.16618059181154934, + 0.16618059181154932, 0.1402052276757623, 0.009384770907692188, - 0.12957500657028417 + 0.12957500657028245 ], "resistance": [ 96519.37613864434, @@ -171730,33 +134064,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 288.34029933003467, + 288.34029933003353, 702.3372641507406, - 621.8909607067301, + 621.8909607067296, 151.97370903407432, - -349.6011136972038, + -349.6011136972036, -615.7497489533541, - -580.9175123545336, + -580.9175123545333, -233.36703605068078 ], "relative wind speed": [ - 2.131117990439451, + 2.1311179904394506, 2.3067200372961403, 2.279516000715976, 2.0592369041285954, 1.735973830633029, 1.4947614188738907, - 1.5359283291538182, + 1.535928329153818, 1.8206626273124502 ], "relative wind angle": [ - 0.17639293223508418, + 0.17639293223508482, 0.05291865746365596, - 0.08847509653335385, + 0.08847509653335511, 0.19888602599910205, - 0.2171244466826308, + 0.2171244466826303, 0.08171702781336244, - 0.13151602554050204, + 0.13151602554050035, 0.22537039499941752 ], "resistance": [ @@ -171810,34 +134144,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 138.29015576785605, + 138.29015576785514, 599.419851882988, - 671.288206506681, + 671.2882065066801, 262.4531528854395, -255.87926942089553, -597.9855958162575, - -628.810467575621, - -362.42405361335545 + -628.8104675756199, + -362.4240536133552 ], "relative wind speed": [ - 2.332991901859652, + 2.3329919018596517, 2.5256582679063944, - 2.5479443955353647, + 2.5479443955353642, 2.390779925218173, 2.1225118262002907, 1.8891685949800463, 1.8590016201614068, - 2.0572017440388772 + 2.057201744038877 ], "relative wind angle": [ - 0.14837320007650143, + 0.14837320007650145, 0.06678240810426835, 0.04182131025977224, 0.13391134324661652, 0.163212643552958, - 0.08933484695413427, - 0.05733491530758291, - 0.1557899754859334 + 0.08933484695413425, + 0.057334915307580975, + 0.15578997548593196 ], "resistance": [ 96772.79015576784, @@ -171890,9 +134224,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1060.1555903799017, + -1060.1555903799026, -1492.2871814237953, - -1225.397102661622, + -1225.3971026616223, -195.88250047966994, 1101.1400214604291, 1957.8261114634042, @@ -171910,11 +134244,11 @@ 2.778579410864819 ], "relative wind angle": [ - 0.2729187137722063, + 0.27291871377220756, 0.03488990985384575, - 0.2426565799242333, + 0.24265657992423378, 0.2941043633592863, - 0.18768745530361988, + 0.18768745530361985, 0.018981262713725147, 0.15492451619788747, 0.28073331288969045 @@ -171957,68 +134291,7 @@ "id": "3202", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.380797261492694, - 15.380797261492694, - 15.380797261492694, - 15.380797261492694, - 15.380797261492694, - 15.380797261492694, - 15.380797261492694, - 15.380797261492694 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1608.2042151599699, - -255.78074712745456, - -1849.7942244185888, - -2300.4725453258134, - -1831.6659434506528, - -225.454704959614, - 1634.1345829559077, - 2690.2295183506876 - ], - "relative wind speed": [ - 4.7720790363470975, - 4.3214875264336, - 3.8208518389085824, - 3.596049128809274, - 3.827524128810443, - 4.3298296553846525, - 4.777422998948123, - 4.9488493560584 - ], - "relative wind angle": [ - 0.10102369834071809, - 0.15716652141870058, - 0.12471974970087783, - 0.001174348321443371, - 0.12607387001985113, - 0.15686120351953622, - 0.09965389976687096, - 0.0008533324610280342 - ], - "resistance": [ - 98242.70421515997, - 96378.71925287254, - 94784.70577558142, - 94334.02745467419, - 94802.83405654934, - 96409.04529504039, - 98268.63458295591, - 99324.7295183507 - ], - "fuel": [ - 46.007887137333284, - 45.04300470892878, - 44.22812704517477, - 43.999449674956395, - 44.23734127521513, - 45.05859937264357, - 46.02140103882567, - 46.57392279865368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 26.25, -44.375 26.875, -43.75 26.875, -43.75 26.25, -44.375 26.25))", @@ -172037,68 +134310,7 @@ "id": "3203", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.334667033773947, - 11.334667033773947, - 11.334667033773947, - 11.334667033773947, - 11.334667033773947, - 11.334667033773947, - 11.334667033773947, - 11.334667033773947 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1110.36498932021, - -282.6522791598891, - -1393.8897506398202, - -1668.2451579496328, - -1208.2214269065157, - 26.569990356353628, - 1378.0416431089816, - 2014.4391388701888 - ], - "relative wind speed": [ - 3.6249945977418703, - 3.163343214778258, - 2.6627993729165977, - 2.4698502326378065, - 2.7596824530124557, - 3.278672411302926, - 3.6967462145402354, - 3.8283511990753363 - ], - "relative wind angle": [ - 0.14453179940802263, - 0.21645124562897025, - 0.16549733497538166, - 0.023887192989286602, - 0.19033736177150024, - 0.208722761719451, - 0.11894605806161766, - 0.015409901132935696 - ], - "resistance": [ - 97744.86498932021, - 96351.84772084012, - 95240.61024936018, - 94966.25484205037, - 95426.27857309348, - 96661.06999035635, - 98012.54164310898, - 98648.93913887019 - ], - "fuel": [ - 42.47581790113361, - 41.75608944222879, - 41.18712529788941, - 41.047359990996455, - 41.281869514968164, - 41.915231394717566, - 42.61494511380819, - 42.946788566809346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 26.25, -43.75 26.875, -43.125 26.875, -43.125 26.25, -43.75 26.25))", @@ -172117,68 +134329,7 @@ "id": "3206", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.47763315848628, - 9.47763315848628, - 9.47763315848628, - 9.47763315848628, - 9.47763315848628, - 9.47763315848628, - 9.47763315848628, - 9.47763315848628 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 740.1284449258446, - -313.24004862273523, - -1094.8879493791326, - -1246.5014981880138, - -818.0821675060743, - 147.4299114243754, - 1140.189779325974, - 1490.4974015716143 - ], - "relative wind speed": [ - 3.0288155257366474, - 2.598983126945659, - 2.1588529210890686, - 2.029334292252244, - 2.3334796625330885, - 2.8043069607749187, - 3.1556623535327875, - 3.240471131593056 - ], - "relative wind angle": [ - 0.1668639430344905, - 0.23536604702045183, - 0.16475212858657678, - 0.05193756586264212, - 0.21728859287817454, - 0.21784366326257787, - 0.11243785439652072, - 0.03251683709669319 - ], - "resistance": [ - 97374.62844492588, - 96321.2599513773, - 95539.61205062091, - 95387.99850181204, - 95816.41783249397, - 96781.92991142442, - 97774.68977932601, - 98124.99740157166 - ], - "fuel": [ - 41.142676816777545, - 40.59921980036302, - 40.19861830033158, - 40.12117826326622, - 40.34022372951097, - 40.83638202636469, - 41.350159476264395, - 41.53232756825851 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 26.25, -43.125 26.875, -42.5 26.875, -42.5 26.25, -43.125 26.25))", @@ -172197,68 +134348,7 @@ "id": "3207", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.210140370520824, - 8.210140370520824, - 8.210140370520824, - 8.210140370520824, - 8.210140370520824, - 8.210140370520824, - 8.210140370520824, - 8.210140370520824 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 135.35041582275153, - -702.0563611375492, - -1069.1256424761223, - -926.9916644551822, - -238.4634226501571, - 682.4577083311701, - 1337.1479533661563, - 1009.9360285747548 - ], - "relative wind speed": [ - 2.458204773372669, - 1.981165214072614, - 1.668073353818306, - 1.8122964730318758, - 2.2664575005948757, - 2.693433627246745, - 2.897780460303418, - 2.8098366151203815 - ], - "relative wind angle": [ - 0.2530712916033446, - 0.2579713261066085, - 0.059570780814405644, - 0.2027826906499849, - 0.2750147978338443, - 0.1887733023351418, - 0.03427765593245916, - 0.13026492490812772 - ], - "resistance": [ - 96769.85041582273, - 95932.44363886243, - 95565.37435752386, - 95707.5083355448, - 96396.03657734983, - 97316.95770833116, - 97971.64795336615, - 97644.43602857474 - ], - "fuel": [ - 40.181729056948654, - 39.751239688761906, - 39.56336136236146, - 39.636050800016, - 39.98923851635294, - 40.464392203406724, - 40.80410198401779, - 40.634116844125245 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 26.25, -42.5 26.875, -41.875 26.875, -41.875 26.25, -42.5 26.25))", @@ -172277,68 +134367,7 @@ "id": "3210", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.510071433567694, - 7.510071433567694, - 7.510071433567694, - 7.510071433567694, - 7.510071433567694, - 7.510071433567694, - 7.510071433567694, - 7.510071433567694 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -397.2350761794469, - -947.8997187199088, - -977.2973657400296, - -490.56835728813144, - 362.78003998202075, - 1143.8524149294503, - 1211.1554870738787, - 473.7401708176576 - ], - "relative wind speed": [ - 1.9644408815218828, - 1.5181665240754387, - 1.484165819587378, - 1.9006792577754428, - 2.3892401839979955, - 2.694933587122686, - 2.7138070037852313, - 2.4402694508778 - ], - "relative wind angle": [ - 0.3203547245527899, - 0.1859659801860214, - 0.14989377346012028, - 0.31792334662529576, - 0.26189817054748527, - 0.10434872882086578, - 0.08176049449208979, - 0.24594603697664813 - ], - "resistance": [ - 96237.26492382058, - 95686.60028128012, - 95657.20263426, - 96143.9316427119, - 96997.28003998206, - 97778.35241492948, - 97845.6554870739, - 97108.24017081769 - ], - "fuel": [ - 39.59486861781754, - 39.312583553582115, - 39.297545279164744, - 39.54694412754934, - 39.98632553276632, - 40.39086781110977, - 40.42583245003244, - 40.043656980576884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 26.25, -41.25 26.875, -40.625 26.875, -40.625 26.25, -41.25 26.25))", @@ -172357,68 +134386,7 @@ "id": "3214", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.561073407217107, - 11.561073407217107, - 11.561073407217107, - 11.561073407217107, - 11.561073407217107, - 11.561073407217107, - 11.561073407217107, - 11.561073407217107 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1081.0512893233113, - -1566.6697955168252, - -1356.8720593517205, - -365.34833576381334, - 930.8999701359126, - 1814.7889651097676, - 1327.086043182917, - 94.80285596784961 - ], - "relative wind speed": [ - 2.8815657161928896, - 2.600392170512982, - 2.7431508090443226, - 3.1851329982529393, - 3.617699795539127, - 3.824805007698674, - 3.723747631918892, - 3.3535206232886527 - ], - "relative wind angle": [ - 0.17216689219033252, - 0.032967220096971374, - 0.13619431094479953, - 0.19348346334415767, - 0.13688476335158845, - 0.022411429752386882, - 0.10018708591603698, - 0.1836544645999324 - ], - "resistance": [ - 95553.44871067669, - 95067.83020448318, - 95277.62794064828, - 96269.15166423618, - 97565.39997013591, - 98449.28896510976, - 97961.58604318292, - 96729.30285596785 - ], - "fuel": [ - 41.50150112239622, - 41.2537372977394, - 41.36066898615995, - 41.86825428874671, - 42.537352996910634, - 42.997184903741754, - 42.74310422478979, - 42.105059776064095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 21.25, -50 21.875, -49.375 21.875, -49.375 21.25, -50 21.25))", @@ -172450,40 +134418,40 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1229.540644315396, + 1229.5406443153897, -74.7126168548748, - -1246.470852954847, - -1641.9435024285067, + -1246.4708529548498, + -1641.9435024285203, -1361.3972663383884, -266.9899432708344, - 1065.1721508218343, + 1065.1721508218316, 1886.3940052147973 ], "relative wind speed": [ 4.048965124866118, 3.6834554883313637, 3.256926851353448, - 3.040952187646453, + 3.0409521876464534, 3.206879130933217, 3.620821454902, 4.0088177593562415, 4.175021213747942 ], "relative wind angle": [ - 0.09363062791064397, + 0.09363062791064634, 0.15456167008307636, - 0.1303645446944112, - 0.010425050224562409, + 0.13036454469441291, + 0.01042505022457306, 0.11832007643029828, 0.1572573886483925, - 0.10581105565784645, - 0.007593209247194082 + 0.1058110556578475, + 0.007593209247194083 ], "resistance": [ 97864.04064431544, 96559.78738314517, 95388.02914704519, - 94992.55649757154, + 94992.55649757152, 95273.10273366165, 96367.51005672921, 97699.67215082188, @@ -172493,7 +134461,7 @@ 43.745052054989614, 43.07039140668303, 42.469665344322344, - 42.26807126896715, + 42.26807126896714, 42.41102106786781, 42.97146606773362, 43.659679369238205, @@ -172530,39 +134498,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1439.72014596386, + 1439.7201459638563, 552.8985866131461, - -555.2673332822228, + -555.2673332822242, -1277.4217846382462, -1334.613207460905, -751.2715554246038, 324.15540449517175, - 1306.7180924848199 + 1306.7180924848235 ], "relative wind speed": [ - 3.6230363105607473, - 3.381602399120814, - 2.9723767640591645, + 3.6230363105607464, + 3.3816023991208146, + 2.9723767640591636, 2.6170454838292487, 2.5768922226105206, 2.8864391295942076, 3.306318497524609, - 3.594139475613203 + 3.5941394756132024 ], "relative wind angle": [ 0.04676028684904598, - 0.14546969658929024, - 0.17717413430814177, + 0.14546969658929101, + 0.17717413430814113, 0.09593716883000407, 0.06576706218266754, 0.17065139327602408, - 0.15911793716033473, - 0.06980549274729253 + 0.1591179371603347, + 0.06980549274728935 ], "resistance": [ 98074.22014596387, 97187.39858661316, - 96079.2326667178, + 96079.23266671778, 95357.07821536176, 95299.88679253911, 95883.2284445754, @@ -172572,7 +134540,7 @@ "fuel": [ 42.51855274917693, 42.05843774339854, - 41.487594504286676, + 41.48759450428667, 41.118054360255556, 41.08887135039737, 41.38710355089873, @@ -172610,37 +134578,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1327.9381853047662, + 1327.9381853047516, 648.7634178841845, -340.492220500234, -1084.526450047002, -1226.7132678221133, -842.4650683909081, 65.5720766662107, - 994.0455543695416 + 994.0455543695398 ], "relative wind speed": [ - 3.8026300263530453, + 3.802630026353045, 3.640095681713385, 3.318137745154416, 3.0085765273355247, 2.9192544140175762, 3.1195744708300244, 3.460058287842046, - 3.732359673215937 + 3.7323596732159374 ], "relative wind angle": [ - 0.018822623173238535, - 0.09988896869872921, + 0.01882262317324443, + 0.09988896869872922, 0.13354043661002793, 0.08712275691531031, 0.024519417465715513, 0.11662656586160663, 0.1280322508567181, - 0.07019664623908038 + 0.07019664623908198 ], "resistance": [ - 97962.4381853048, + 97962.43818530478, 97283.26341788421, 96294.00777949979, 95549.97354995302, @@ -172650,7 +134618,7 @@ 97628.54555436957 ], "fuel": [ - 43.122813362027316, + 43.1228133620273, 42.77045311332853, 42.26029171138823, 41.87899093397984, @@ -172677,68 +134645,7 @@ "id": "3225", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.87988953170741, - 20.87988953170741, - 20.87988953170741, - 20.87988953170741, - 20.87988953170741, - 20.87988953170741, - 20.87988953170741, - 20.87988953170741 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2162.9748941903435, - 1018.7370857568603, - -655.7790094719057, - -1903.9534329346716, - -2126.9368836031736, - -1471.8484782002615, - 74.34132994355241, - 1632.461060614216 - ], - "relative wind speed": [ - 6.229574761405289, - 6.061682281689235, - 5.74221317249327, - 5.45010557063717, - 5.371317853442616, - 5.560095782133967, - 5.889452017997424, - 6.160763464016358 - ], - "relative wind angle": [ - 0.011850318533357893, - 0.05870777331475356, - 0.07480808100347927, - 0.046119164780724656, - 0.01374393465115475, - 0.06401085414140781, - 0.07293448050959384, - 0.0407960693181678 - ], - "resistance": [ - 98797.47489419032, - 97653.23708575685, - 95978.72099052808, - 94730.54656706532, - 94507.5631163968, - 95162.65152179972, - 96708.84132994353, - 98266.96106061421 - ], - "fuel": [ - 52.475010065832194, - 51.87880678842905, - 51.01508462129434, - 50.37805845237564, - 50.26486554585756, - 50.59793418954659, - 51.39040076913008, - 52.19798091641431 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 21.25, -45.625 21.875, -45 21.875, -45 21.25, -45.625 21.25))", @@ -172757,68 +134664,7 @@ "id": "3227", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.84036747830045, - 17.84036747830045, - 17.84036747830045, - 17.84036747830045, - 17.84036747830045, - 17.84036747830045, - 17.84036747830045, - 17.84036747830045 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1405.2816349427394, - 576.4179840365014, - -549.6366891291891, - -1329.4894323572407, - -1427.8402766934014, - -910.7115845295666, - 158.67610085232263, - 1171.0107514145366 - ], - "relative wind speed": [ - 5.288277604783359, - 5.139603447509838, - 4.883241836497866, - 4.665042768337753, - 4.624466061385907, - 4.789158880274101, - 5.050298559930913, - 5.2525177151289 - ], - "relative wind angle": [ - 0.015831070514545242, - 0.05721896125103739, - 0.06803053061405559, - 0.03763567534739064, - 0.018103748776276136, - 0.061411024226290994, - 0.06577687003851193, - 0.03342459516257591 - ], - "resistance": [ - 98039.78163494277, - 97210.91798403653, - 96084.86331087085, - 95305.01056764279, - 95206.65972330663, - 95723.78841547047, - 96793.17610085235, - 97805.51075141456 - ], - "fuel": [ - 48.41894595787233, - 47.98891844367584, - 47.40879920149256, - 47.009801123063426, - 46.959642323164815, - 47.22378018767395, - 47.77315626156577, - 48.29714337136025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 20.625, -47.5 21.25, -46.875 21.25, -46.875 20.625, -47.5 20.625))", @@ -172850,9 +134696,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1465.176654280127, + 1465.1766542801088, 749.1869625094932, - -328.6942374607788, + -328.69423746078064, -1162.357966364395, -1338.341251279082, -950.2183844080537, @@ -172860,9 +134706,9 @@ 1051.8185220538207 ], "relative wind speed": [ - 3.9675693280963023, + 3.967569328096302, 3.806559628275707, - 3.4733513389990867, + 3.4733513389990858, 3.1441030716265197, 3.0380656582064756, 3.237522681496702, @@ -172870,17 +134716,17 @@ 3.884078422459151 ], "relative wind angle": [ - 0.015169255582524924, - 0.09768012175949027, - 0.13422782813125136, + 0.015169255582532242, + 0.09768012175949028, + 0.13422782813125053, 0.09112911199222802, - 0.01981086278383697, + 0.019810862783836973, 0.11491890761707986, 0.129744258872352, - 0.07373237639933677 + 0.07373237639933679 ], "resistance": [ - 98099.67665428013, + 98099.67665428012, 97383.68696250951, 96305.80576253924, 95472.14203363562, @@ -172890,7 +134736,7 @@ 97686.31852205383 ], "fuel": [ - 43.5742314708474, + 43.574231470847394, 43.202454808702164, 42.64636394967435, 42.21923249483848, @@ -172930,9 +134776,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1536.6113798875467, + 1536.6113798872248, 876.5736431346668, - -247.5945312984186, + -247.59453129842768, -1191.7019096851445, -1433.8326862855447, -1132.4574365806448, @@ -172942,7 +134788,7 @@ "relative wind speed": [ 4.985840064746573, 4.875210238330417, - 4.615194614490565, + 4.615194614490564, 4.347546263334374, 4.239847605626939, 4.366604401849436, @@ -172950,19 +134796,19 @@ 4.892213237210733 ], "relative wind angle": [ - 0.00255302807707092, - 0.05597551502494518, - 0.0809077288032701, + 0.0025530280771578935, + 0.05597551502494519, + 0.08090772880327285, 0.05862949308799842, - 0.0030022293608552345, + 0.003002229360855234, 0.06250339300432074, 0.0804643568111725, 0.052095786311854506 ], "resistance": [ - 98171.11137988757, + 98171.11137988725, 97511.0736431347, - 96386.90546870162, + 96386.9054687016, 95442.79809031489, 95200.66731371448, 95502.04256341938, @@ -172970,9 +134816,9 @@ 97595.2499734271 ], "fuel": [ - 47.17461259505954, + 47.17461259505937, 46.83164475273015, - 46.251237872581264, + 46.25123787258126, 45.767429194007164, 45.643883447359435, 45.79769154307645, @@ -172997,68 +134843,7 @@ "id": "3233", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.727442015194203, - 17.727442015194203, - 17.727442015194203, - 17.727442015194203, - 17.727442015194203, - 17.727442015194203, - 17.727442015194203, - 17.727442015194203 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1357.1043250800922, - 506.7081335806906, - -601.1338119830143, - -1333.959392649309, - -1401.1282162954376, - -847.6758577187484, - 221.4694649912435, - 1197.1263660656787 - ], - "relative wind speed": [ - 5.250609610547967, - 5.094013334011125, - 4.837422865377822, - 4.627821540211018, - 4.5999289686820655, - 4.772763974073721, - 5.0326521656894725, - 5.226042057930459 - ], - "relative wind angle": [ - 0.018632749325550205, - 0.058783305853661386, - 0.06731904931172769, - 0.03477960469574731, - 0.021268808381785863, - 0.0627449797270685, - 0.06470384866939527, - 0.03079707277903798 - ], - "resistance": [ - 97991.60432508012, - 97141.20813358072, - 96033.36618801701, - 95300.54060735072, - 95233.37178370458, - 95786.82414228129, - 96855.96946499127, - 97831.62636606571 - ], - "fuel": [ - 48.26960233768155, - 47.828589921320116, - 47.258103313900655, - 46.88324217214988, - 46.84898338178374, - 47.13176698363064, - 47.68126884412135, - 48.18643284363809 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 23.75, -41.875 24.375, -41.25 24.375, -41.25 23.75, -41.875 23.75))", @@ -173090,7 +134875,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -989.3789373307732, + -989.3789373307759, -1152.8478676931309, -804.1034769140115, 59.60995550042071, @@ -173100,9 +134885,9 @@ -249.25920175416968 ], "relative wind speed": [ - 2.2882382370167402, + 2.28823823701674, 2.1549134733682362, - 2.3998938774979095, + 2.399893877497909, 2.8160090162188958, 3.1438034604493494, 3.2366467755340285, @@ -173110,17 +134895,17 @@ 2.681348102699958 ], "relative wind angle": [ - 0.1464957183863513, - 0.031874372263888846, - 0.1806303938439794, + 0.14649571838635359, + 0.03187437226388885, + 0.18063039384397817, 0.19333567051504352, 0.10644781622378, 0.021219503674713182, - 0.14139294454975773, + 0.14139294454975776, 0.20317770300063734 ], "resistance": [ - 95645.12106266925, + 95645.12106266923, 95481.65213230689, 95830.396523086, 96694.10995550043, @@ -173130,7 +134915,7 @@ 96385.24079824584 ], "fuel": [ - 40.37809373461751, + 40.3780937346175, 40.294537721342024, 40.472916220385734, 40.91664346872862, @@ -173157,68 +134942,7 @@ "id": "3250", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.706463399801162, - 20.706463399801162, - 20.706463399801162, - 20.706463399801162, - 20.706463399801162, - 20.706463399801162, - 20.706463399801162, - 20.706463399801162 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1304.447605837644, - -545.84097937982, - -2019.4286008342206, - -2349.3355432446515, - -1747.082829964953, - -86.33475523060588, - 1691.4920941578675, - 2474.925267018587 - ], - "relative wind speed": [ - 6.0741757163173276, - 5.725553186071219, - 5.383733033148712, - 5.265731608286449, - 5.454184905264912, - 5.819087929133604, - 6.136706139396123, - 6.238254102151636 - ], - "relative wind angle": [ - 0.062112164423204615, - 0.0850335421282268, - 0.05773601867696185, - 0.008913261705071202, - 0.06918331651764464, - 0.08366350730084779, - 0.05064532761746676, - 0.007523686027534461 - ], - "resistance": [ - 97938.94760583765, - 96088.65902062018, - 94615.07139916578, - 94285.16445675534, - 94887.41717003504, - 96548.16524476939, - 98325.99209415787, - 99109.42526701858 - ], - "fuel": [ - 51.80197666909942, - 50.84622831912832, - 50.094174030040335, - 49.92691102578278, - 50.2325586530509, - 51.08239272402262, - 52.00351180419979, - 52.413153706678855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 21.25, -41.875 21.875, -41.25 21.875, -41.25 21.25, -41.875 21.25))", @@ -173237,68 +134961,7 @@ "id": "3251", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.46294287889286, - 18.46294287889286, - 18.46294287889286, - 18.46294287889286, - 18.46294287889286, - 18.46294287889286, - 18.46294287889286, - 18.46294287889286 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -226.79521834777552, - -1449.2399408464553, - -1797.076126502223, - -1473.7741798854768, - -268.2019168724255, - 1140.2202145208194, - 1943.915954175136, - 1175.0822356847875 - ], - "relative wind speed": [ - 5.150688446669602, - 4.842712125509447, - 4.706222887931451, - 4.835605659464387, - 5.141237574146498, - 5.432315761985421, - 5.550980219527144, - 5.438642585666709 - ], - "relative wind angle": [ - 0.08209653647735465, - 0.06240630615594935, - 0.0010074821930112277, - 0.06110881355112843, - 0.08224779122005604, - 0.055625532303285354, - 0.0008541618495820947, - 0.054325974287467195 - ], - "resistance": [ - 96407.70478165225, - 95185.26005915357, - 94837.42387349781, - 95160.72582011455, - 96366.2980831276, - 97774.72021452084, - 98578.41595417517, - 97809.58223568482 - ], - "fuel": [ - 48.27488722405912, - 47.648982757690476, - 47.471903216457164, - 47.63647789130641, - 48.25359557694733, - 48.981399345243275, - 49.40001781852784, - 48.99950794881309 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 21.25, -41.25 21.875, -40.625 21.875, -40.625 21.25, -41.25 21.25))", @@ -173317,68 +134980,7 @@ "id": "3254", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.4778606358404, - 15.4778606358404, - 15.4778606358404, - 15.4778606358404, - 15.4778606358404, - 15.4778606358404, - 15.4778606358404, - 15.4778606358404 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1152.7768618878345, - -1249.7275010275443, - -809.0788413784503, - 124.60210476425982, - 1021.9090100790618, - 1252.172376875662, - 533.6169021579135, - -455.7712849640475 - ], - "relative wind speed": [ - 4.008580057791556, - 3.9622221521827385, - 4.126998862724729, - 4.391657557770178, - 4.598057955114203, - 4.6380649688275755, - 4.492074289833368, - 4.233697548667504 - ], - "relative wind angle": [ - 0.0456598785846637, - 0.01999610849993296, - 0.07154322144932639, - 0.07703552572259945, - 0.03980289282515691, - 0.017082036971710787, - 0.06572007298533084, - 0.07991575821510966 - ], - "resistance": [ - 95481.72313811217, - 95384.77249897245, - 95825.42115862155, - 96759.10210476426, - 97656.40901007906, - 97886.67237687566, - 97168.11690215791, - 96178.72871503595 - ], - "fuel": [ - 44.67505255436382, - 44.62554385422939, - 44.85084676047872, - 45.3306236285092, - 45.79476626648476, - 45.91435578653364, - 45.541819801629615, - 45.03201420682355 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 21.25, -40.625 21.875, -40 21.875, -40 21.25, -40.625 21.25))", @@ -173397,68 +134999,7 @@ "id": "3255", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.411754012484185, - 13.411754012484185, - 13.411754012484185, - 13.411754012484185, - 13.411754012484185, - 13.411754012484185, - 13.411754012484185, - 13.411754012484185 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1368.6577071789588, - -1169.4815566661764, - -298.67351692505326, - 795.4635661457969, - 1494.1829460558984, - 1024.8664532748862, - -28.228997575915855, - -1008.479225125423 - ], - "relative wind speed": [ - 3.279988230579756, - 3.3919190374070145, - 3.7094670868295427, - 4.025226697916705, - 4.171493492551495, - 4.0810006119598965, - 3.7946718807914777, - 3.457922899880759 - ], - "relative wind angle": [ - 0.013081621605796892, - 0.08408588892027552, - 0.12046545598618177, - 0.08595320552160957, - 0.01028578799821906, - 0.06986238044444294, - 0.11774783182824651, - 0.1000985348285689 - ], - "resistance": [ - 95265.84229282105, - 95465.01844333384, - 96335.82648307495, - 97429.96356614582, - 98128.68294605591, - 97659.3664532749, - 96606.2710024241, - 95626.02077487459 - ], - "fuel": [ - 42.74552655564472, - 42.847187353519104, - 43.29338696424426, - 43.85801972956811, - 44.22092667259936, - 43.97696868573853, - 43.432536223885805, - 42.929471877800616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 20.625, -42.5 21.25, -41.875 21.25, -41.875 20.625, -42.5 20.625))", @@ -173477,68 +135018,7 @@ "id": "3256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.418039023217418, - 11.418039023217418, - 11.418039023217418, - 11.418039023217418, - 11.418039023217418, - 11.418039023217418, - 11.418039023217418, - 11.418039023217418 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 855.3806554528055, - -321.77075694008727, - -1233.2302254793412, - -1432.4581703868234, - -1006.9742040401961, - 56.076664914643516, - 1179.8003035530683, - 1644.0030837516524 - ], - "relative wind speed": [ - 3.548543923031987, - 3.1514057430502156, - 2.7449562950717454, - 2.6088933867390804, - 2.8587933259032257, - 3.2914290356296894, - 3.6373174444997325, - 3.736112759345622 - ], - "relative wind angle": [ - 0.12684747134560437, - 0.1798584478685809, - 0.12724993305284707, - 0.027259970173904798, - 0.15768310699220384, - 0.17212871382245143, - 0.09591913633001478, - 0.019034179841778926 - ], - "resistance": [ - 97489.88065545281, - 96312.72924305992, - 95401.26977452065, - 95202.04182961318, - 95627.52579595981, - 96690.57666491464, - 97814.30030355307, - 98278.50308375165 - ], - "fuel": [ - 42.40009641998583, - 41.79254321803164, - 41.325661201161054, - 41.224021245511764, - 41.44126915769358, - 41.9869965060289, - 42.56844272287721, - 42.81000572658302 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 20.625, -41.875 21.25, -41.25 21.25, -41.25 20.625, -41.875 20.625))", @@ -173557,68 +135037,7 @@ "id": "3257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.033554606154198, - 10.033554606154198, - 10.033554606154198, - 10.033554606154198, - 10.033554606154198, - 10.033554606154198, - 10.033554606154198, - 10.033554606154198 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -372.7516334766042, - -973.2308712353961, - -1051.8974564400687, - -643.7831292948508, - 178.0622276437698, - 965.7996360450584, - 1149.0594965897822, - 494.08865918181436 - ], - "relative wind speed": [ - 2.708821488180001, - 2.3905253761404044, - 2.329524329112576, - 2.5773230753831573, - 2.9411017526705527, - 3.2051804630030247, - 3.249786112109551, - 3.0569918448509164 - ], - "relative wind angle": [ - 0.17084951145700014, - 0.10158363141035362, - 0.050554516380266194, - 0.15932579518617243, - 0.1572390005332609, - 0.0757063577665299, - 0.03623117718481799, - 0.1341606992794795 - ], - "resistance": [ - 96261.74836652342, - 95661.26912876462, - 95582.60254355994, - 95990.71687070516, - 96812.56222764378, - 97600.29963604508, - 97783.55949658979, - 97128.58865918183 - ], - "fuel": [ - 40.88642771796697, - 40.578607339478815, - 40.53838031981998, - 40.747324201180135, - 41.16996825450893, - 41.57743088806331, - 41.67255439147944, - 41.33315776220755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 26.875, -39.375 27.5, -38.75 27.5, -38.75 26.875, -39.375 26.875))", @@ -173650,17 +135069,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1121.6805369452695, + -1121.680536945271, -1192.8063002799327, -689.1329482143628, 271.8585369679554, - 1174.679049356043, + 1174.679049356041, 1339.3482048671494, 552.4954731674006, -449.42870458419793 ], "relative wind speed": [ - 2.251020733710866, + 2.2510207337108654, 2.1933205886123495, 2.507802493882937, 2.9387601939330015, @@ -173670,17 +135089,17 @@ 2.6283401979237415 ], "relative wind angle": [ - 0.12096940723060139, + 0.1209694072306023, 0.07221526343116326, - 0.19886982677824583, + 0.19886982677824638, 0.18563605979623915, - 0.08401945529035121, - 0.04832204151972819, - 0.16358239496377477, + 0.08401945529035253, + 0.048322041519728194, + 0.1635823949637748, 0.20786418696210604 ], "resistance": [ - 95512.81946305478, + 95512.81946305477, 95441.69369972011, 95945.36705178568, 96906.358536968, @@ -173690,7 +135109,7 @@ 96185.07129541585 ], "fuel": [ - 40.38286780894256, + 40.38286780894255, 40.34653516225898, 40.6042282274567, 41.098516503398116, @@ -173730,17 +135149,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1259.90044971494, + -1259.9004497149422, -1559.038154200428, - -1228.28996530029, - -132.84240559328828, + -1228.2899653002928, + -132.8424055932892, 1126.1297216871535, 1826.3925034584063, 1080.887877220769, -185.6972478038333 ], "relative wind speed": [ - 3.083067441163215, + 3.0830674411632146, 2.898473015859849, 3.097470581546437, 3.5193595711364356, @@ -173750,14 +135169,14 @@ 3.5014282360364564 ], "relative wind angle": [ - 0.12808033700556096, - 0.003134252833619719, - 0.13166430814775154, - 0.1615273516441935, - 0.10137952925979359, + 0.12808033700556268, + 0.0031342528336197185, + 0.13166430814775323, + 0.16152735164419352, + 0.1013795292597936, 0.002253961467789365, 0.10500919415615431, - 0.16236188420425304 + 0.16236188420425307 ], "resistance": [ 95374.59955028509, @@ -173810,9 +135229,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -788.126635778066, + -788.1266357780696, -1162.0164595694832, - -1019.9107448588657, + -1019.9107448588679, -300.0278719847802, 656.5542289073783, 1319.7982500790122, @@ -173820,9 +135239,9 @@ 87.07208177596294 ], "relative wind speed": [ - 2.5868649823190863, + 2.586864982319086, 2.349317786759595, - 2.457312701756161, + 2.4573127017561607, 2.818699796142387, 3.1815772192754297, 3.360804959496474, @@ -173830,12 +135249,12 @@ 2.9781261723083468 ], "relative wind angle": [ - 0.16112544159813616, + 0.16112544159813824, 0.03446668794622353, - 0.12260224842629384, + 0.12260224842629476, 0.18047709641424625, 0.13081392348567952, - 0.024090955695157554, + 0.024090955695157557, 0.09167515715644155, 0.1707179683675444 ], @@ -173890,34 +135309,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -678.143667526796, + -678.1436675267978, -1063.05201723952, - -970.2095687603855, + -970.2095687603864, -354.0309543585945, - 512.3190417277974, + 512.3190417277992, 1146.7417288138458, 929.5621332426981, - 135.1811995955086 + 135.18119959550677 ], "relative wind speed": [ - 2.758087196770686, + 2.7580871967706853, 2.53822133049534, - 2.604905862229783, + 2.6049058622297827, 2.9043141422091328, 3.2287501429422987, 3.4043068234162965, 3.353556011081551, - 3.097875374172486 + 3.0978753741724865 ], "relative wind angle": [ - 0.13658263985774374, + 0.13658263985774294, 0.03854299150914788, 0.09119201789314815, - 0.14974488617753154, - 0.11657408706425487, + 0.14974488617753157, + 0.11657408706425391, 0.028734155913449484, 0.07079523626833886, - 0.1403245247057913 + 0.1403245247057929 ], "resistance": [ 95956.35633247325, @@ -173970,9 +135389,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -604.8161567317452, - -1178.2561189521366, - -1176.68647300571, + -604.8161567317475, + -1178.2561189521361, + -1176.6864730057118, -599.3052422565193, 366.97974573983174, 1186.2898172414662, @@ -173980,7 +135399,7 @@ 360.5727859904646 ], "relative wind speed": [ - 3.145195368944694, + 3.1451953689446936, 2.8774305491117294, 2.8784419436989763, 3.1474288160931363, @@ -173990,13 +135409,13 @@ 3.489799867061257 ], "relative wind angle": [ - 0.1335414532142568, - 0.06001127097995403, - 0.06073311851137193, + 0.13354145321425764, + 0.060011270979954026, + 0.06073311851137376, 0.13372958017212777, - 0.12021752049317856, + 0.12021752049317855, 0.04646315216983074, - 0.04704822979606609, + 0.0470482297960661, 0.12054242001014454 ], "resistance": [ @@ -174050,13 +135469,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -59.73894368675383, + -59.73894368675565, -634.6970753975402, - -815.3675797076994, + -815.3675797077133, -665.9885764666237, - -112.09934123975381, + -112.09934123975427, 548.2732613941726, - 943.0450732674694, + 943.0450732674713, 593.0178485362517 ], "relative wind speed": [ @@ -174066,23 +135485,23 @@ 2.285931637447079, 2.5784015888060177, 2.8473330733874307, - 2.9577331335752945, + 2.957733133575295, 2.862756559140665 ], "relative wind angle": [ - 0.15355633852610304, + 0.1535563385261045, 0.12617098751822492, - 0.005627539716519233, + 0.005627539716538961, 0.11965201324867487, - 0.15499957744052462, + 0.15499957744052534, 0.10205045202525398, 0.004112834387889816, - 0.09546009441761141 + 0.0954600944176114 ], "resistance": [ 96574.76105631328, 95999.8029246025, - 95819.13242029233, + 95819.13242029231, 95968.5114235334, 96522.40065876028, 97182.7732613942, @@ -174092,7 +135511,7 @@ "fuel": [ 40.586445614791224, 40.29101100654875, - 40.19842986311754, + 40.19842986311753, 40.27496757884707, 40.559490008853885, 40.90020282109384, @@ -174130,54 +135549,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 150.63917453912836, + 150.6391745391229, -851.4588552174228, - -1327.9425841954007, + -1327.942584195408, -1222.910386906642, -474.63397061494743, 587.5629798132713, 1364.1113259428585, - 1116.1190646035384 + 1116.1190646035293 ], "relative wind speed": [ - 4.023116403014947, + 4.023116403014946, 3.7089404348596395, 3.509746672298022, 3.565673259483493, 3.8355642778279093, 4.140142482115879, 4.31030129084388, - 4.264152099557638 + 4.264152099557639 ], "relative wind angle": [ - 0.09968860672783351, - 0.09444729277131352, - 0.026861871645080474, - 0.06074541314484982, + 0.09968860672783462, + 0.0944472927713135, + 0.026861871645084606, + 0.06074541314484981, 0.1045806268891676, - 0.08458555825076312, + 0.08458555825076311, 0.02187191499789971, - 0.0507857565956492 + 0.050785756595653576 ], "resistance": [ - 96785.13917453914, + 96785.13917453913, 95783.04114478259, 95306.55741580461, 95411.58961309337, 96159.86602938507, 97222.06297981329, 97998.61132594287, - 97750.61906460355 + 97750.61906460354 ], "fuel": [ - 44.07547795065382, + 44.0754779506538, 43.56057507436431, 43.317056667105874, 43.370663296758416, 43.75375869285188, 44.30115005319233, 44.703992183293614, - 44.57509987314404 + 44.57509987314403 ] }, { @@ -174210,9 +135629,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -44.33523887534602, + -44.33523887534875, -632.2897136416236, - -822.3485204256708, + -822.3485204256858, -669.3113933655825, -106.11731978752186, 569.5944947842581, @@ -174220,7 +135639,7 @@ 622.736147124569 ], "relative wind speed": [ - 2.4237754400011524, + 2.423775440001152, 2.0918912033398263, 1.9266471476652023, 2.0667738230453385, @@ -174230,19 +135649,19 @@ 2.70741562706918 ], "relative wind angle": [ - 0.18301512817009757, + 0.1830151281700988, 0.15499926318572352, - 0.008095790810336635, - 0.1461019472432415, - 0.18538751049297736, + 0.008095790810364064, + 0.14610194724324146, + 0.1853875104929774, 0.12043158128648018, - 0.005553018751346901, - 0.11136428260145705 + 0.005553018751346902, + 0.11136428260145706 ], "resistance": [ - 96590.16476112472, + 96590.1647611247, 96002.21028635843, - 95812.15147957439, + 95812.15147957437, 95965.18860663447, 96528.38268021254, 97204.09449478431, @@ -174250,9 +135669,9 @@ 97257.23614712463 ], "fuel": [ - 40.239701091769824, + 40.23970109176982, 39.93756900148294, - 39.84017861931978, + 39.84017861931977, 39.91858772386353, 40.207892659852604, 40.556553914132316, @@ -174290,34 +135709,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 356.6791404056148, - -507.5900067643606, + 356.6791404056098, + -507.59000676436017, -1027.707673979869, -1030.5657099093391, -517.33056677779, 345.30042808044345, - 1088.3613289331493, + 1088.3613289331447, 1094.9967292663964 ], "relative wind speed": [ - 2.9171293715386892, + 2.917129371538689, 2.539679530113355, 2.2329852339592793, 2.2306593052930515, 2.5347401175837603, 2.9128300874416704, - 3.1540970465256875, + 3.154097046525688, 3.155742432089755 ], "relative wind angle": [ - 0.1589722426797803, - 0.18362172830815626, + 0.1589722426797824, + 0.18362172830815623, 0.08699482929469837, 0.084986597139672, - 0.183208241724881, - 0.15988082654805735, - 0.0615503540775095, - 0.06003716030545003 + 0.18320824172488104, + 0.15988082654805733, + 0.061550354077513116, + 0.06003716030545004 ], "resistance": [ 96991.17914040561, @@ -174326,7 +135745,7 @@ 95603.93429009066, 96117.16943322221, 96979.80042808045, - 97722.86132893316, + 97722.86132893314, 97729.4967292664 ], "fuel": [ @@ -174336,7 +135755,7 @@ 40.33960647241496, 40.60251058448441, 41.046600509902845, - 41.431354553558506, + 41.43135455355849, 41.43479959327674 ] }, @@ -174370,27 +135789,27 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 371.01724589302694, + 371.0172458930242, -456.4293523551264, - -976.9914249161311, + -976.991424916132, -1002.0168912965346, - -543.0747658494233, + -543.0747658494238, 270.0730131048099, 991.3821207348192, 1049.7550669403245 ], "relative wind speed": [ - 3.0373189082815313, + 3.037318908281531, 2.697516433866396, - 2.4152975081807804, + 2.41529750818078, 2.3961965852858973, - 2.656072115287477, + 2.6560721152874764, 3.0005716657385344, 3.232083411545549, 3.2462697295320986 ], "relative wind angle": [ - 0.1351905488375194, + 0.13519054883752024, 0.15846671210754038, 0.07984096726047325, 0.06400040604999555, @@ -174400,7 +135819,7 @@ 0.04722647152481276 ], "resistance": [ - 97005.51724589305, + 97005.51724589303, 96178.07064764488, 95657.50857508388, 95632.48310870348, @@ -174410,7 +135829,7 @@ 97684.25506694034 ], "fuel": [ - 41.33338133767594, + 41.33338133767593, 40.90727129802927, 40.6405031031966, 40.62770390959159, @@ -174450,19 +135869,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 552.312804423078, + 552.3128044230707, -379.0038153671421, - -1044.3930079543557, + -1044.393007954358, -1146.6221925960708, - -737.4378105648243, + -737.4378105648252, 135.5015569480911, 990.51833830553, 1229.992930976764 ], "relative wind speed": [ - 3.414779405345068, + 3.4147794053450675, 3.0863768191121967, - 2.783557916789351, + 2.7835579167893507, 2.7146616970254693, 2.9344849576537597, 3.278139485182392, @@ -174470,19 +135889,19 @@ 3.5920094967257254 ], "relative wind angle": [ - 0.111155851725313, + 0.11115585172531701, 0.14268432683141427, - 0.08700764790590514, - 0.035668467971026664, - 0.12944399193365907, + 0.08700764790590641, + 0.03566846797102666, + 0.12944399193365994, 0.13428552370741192, - 0.06840400943349544, + 0.06840400943349545, 0.026953997993431726 ], "resistance": [ - 97186.8128044231, + 97186.81280442308, 96255.49618463287, - 95590.10699204566, + 95590.10699204565, 95487.87780740394, 95897.0621894352, 96770.0015569481, @@ -174490,9 +135909,9 @@ 97864.49293097678 ], "fuel": [ - 42.19465141511415, + 42.19465141511414, 41.71460315192223, - 41.37360417605446, + 41.37360417605444, 41.321359714840646, 41.530708023642816, 41.97940656782414, @@ -174530,13 +135949,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 581.9089956475391, + 581.9089956475382, -548.1132001875485, - -1295.7728533642126, + -1295.7728533642112, -1364.8581767570236, -785.4769668854215, 305.01716413166923, - 1312.7225969614028, + 1312.7225969614065, 1473.5081789347787 ], "relative wind speed": [ @@ -174550,14 +135969,14 @@ 3.685728265400558 ], "relative wind angle": [ - 0.14113918581847415, - 0.17350677655668056, - 0.09606861241504455, + 0.1411391858184749, + 0.1735067765566806, + 0.09606861241504339, 0.06109101977926229, 0.1657819878575696, 0.15695956571650238, - 0.07057568761788743, - 0.043693106985432495 + 0.07057568761788585, + 0.04369310698543249 ], "resistance": [ 97216.40899564755, @@ -174610,9 +136029,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 528.9534867698455, + 528.9534867698433, -76.75017644306877, - -582.2885047360537, + -582.2885047360539, -724.1202580004547, -554.8649222298016, -31.098719148961663, @@ -174622,7 +136041,7 @@ "relative wind speed": [ 2.387859431921781, 2.0871849013805184, - 1.744412997671054, + 1.7444129976710538, 1.5909529312082284, 1.7665323432758147, 2.1133311084414923, @@ -174630,7 +136049,7 @@ 2.5082619394986034 ], "relative wind angle": [ - 0.1402488508025523, + 0.1402488508025547, 0.22156111429104125, 0.18148645503956123, 0.008420506751981848, @@ -174690,19 +136109,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 969.0772103390891, + 969.0772103390782, 370.20384847830474, - -377.47303770072995, + -377.4730377007304, -863.8017426374295, -901.5076825176864, -506.91198608198374, - 219.18826036095743, + 219.18826036095697, 881.3478282404926 ], "relative wind speed": [ - 2.9921774101819145, + 2.992177410181914, 2.7946437994459354, - 2.460854134577641, + 2.4608541345776405, 2.172104426103787, 2.1401828221683505, 2.3923783564741212, @@ -174710,17 +136129,17 @@ 2.9690858068448898 ], "relative wind angle": [ - 0.04638147967192541, + 0.04638147967193259, 0.14354378182673402, - 0.17425074297097634, + 0.17425074297097637, 0.0938630296589684, - 0.06486791799334926, + 0.06486791799334927, 0.16789228949806756, - 0.15665858623017906, + 0.15665858623017978, 0.06862075818328399 ], "resistance": [ - 97603.57721033914, + 97603.57721033912, 97004.70384847836, 96257.02696229931, 95770.69825736262, @@ -174730,7 +136149,7 @@ 97515.84782824054 ], "fuel": [ - 41.12330505620439, + 41.12330505620437, 40.81331591996771, 40.4281761736176, 40.17877741446644, @@ -174770,9 +136189,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1139.5473636559195, + 1139.547363655919, 621.3061185337183, - -172.2831670257483, + -172.2831670257492, -801.8047818914138, -953.719559524619, -686.819065444316, @@ -174780,7 +136199,7 @@ 786.8746949950705 ], "relative wind speed": [ - 2.922397855478263, + 2.9223978554782626, 2.768669847065742, 2.424557581955341, 2.0557434235855285, @@ -174792,12 +136211,12 @@ "relative wind angle": [ 0.016256449775460445, 0.14096557604278334, - 0.20881701266258323, + 0.20881701266258484, 0.15718969884397704, - 0.024779097333820565, - 0.18336652790250924, - 0.20099350027879098, - 0.11409207252273104 + 0.02477909733382057, + 0.18336652790250926, + 0.200993500278791, + 0.11409207252273106 ], "resistance": [ 97774.0473636559, @@ -174837,68 +136256,7 @@ "id": "3301", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.665045544613204, - 15.665045544613204, - 15.665045544613204, - 15.665045544613204, - 15.665045544613204, - 15.665045544613204, - 15.665045544613204, - 15.665045544613204 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 535.4112634558614, - -26.16405507334457, - -560.6785121401308, - -760.5136694036864, - -664.2891878135824, - -201.93468295929597, - 388.42770492366526, - 766.0869644226614 - ], - "relative wind speed": [ - 4.513623551120245, - 4.379702500154671, - 4.227363117098268, - 4.148167384500377, - 4.19290245381828, - 4.3326013616073205, - 4.4813647056069765, - 4.554770674647625 - ], - "relative wind angle": [ - 0.02816006905854227, - 0.046436423405216504, - 0.03795925480429033, - 0.005683567013750083, - 0.030314709559863363, - 0.046941618205138945, - 0.03580679490710725, - 0.005176191590599489 - ], - "resistance": [ - 97169.91126345588, - 96608.33594492669, - 96073.8214878599, - 95873.98633059634, - 95970.21081218644, - 96432.56531704073, - 97022.9277049237, - 97400.58696442269 - ], - "fuel": [ - 45.72146857403028, - 45.4316529094935, - 45.15689274772778, - 45.05444313000767, - 45.103756047244474, - 45.34118300009343, - 45.64550047864171, - 45.84085483294443 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 19.375, -44.6875 19.6875, -44.375 19.6875, -44.375 19.375, -44.6875 19.375))", @@ -174917,68 +136275,7 @@ "id": "3303", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.95863633812855, - 13.95863633812855, - 13.95863633812855, - 13.95863633812855, - 13.95863633812855, - 13.95863633812855, - 13.95863633812855, - 13.95863633812855 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 75.31345927213988, - -377.3113981866609, - -603.4496140421779, - -569.4518703745789, - -250.7073797972016, - 221.6365606411673, - 575.6603906729633, - 494.20295442851784 - ], - "relative wind speed": [ - 3.930429473966226, - 3.790686467299639, - 3.7012827312644276, - 3.719033661479719, - 3.8324010897665826, - 3.9706762735455894, - 4.054143572434287, - 4.037866093303152 - ], - "relative wind angle": [ - 0.044907024583110036, - 0.042078489626444164, - 0.013256582529437375, - 0.024221298191438468, - 0.04605649701131824, - 0.04017003071764885, - 0.012102709196491325, - 0.022308438398350738 - ], - "resistance": [ - 96709.81345927218, - 96257.18860181337, - 96031.05038595785, - 96065.04812962544, - 96383.79262020283, - 96856.1365606412, - 97210.16039067299, - 97128.70295442855 - ], - "fuel": [ - 43.94007890746788, - 43.70717314959525, - 43.59109549454952, - 43.608534519433064, - 43.77224258940605, - 44.01553498444026, - 44.19842799211968, - 44.15630478345158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 19.6875, -44.375 20, -44.0625 20, -44.0625 19.6875, -44.375 19.6875))", @@ -174997,68 +136294,7 @@ "id": "3304", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.30388583104967, - 12.30388583104967, - 12.30388583104967, - 12.30388583104967, - 12.30388583104967, - 12.30388583104967, - 12.30388583104967, - 12.30388583104967 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 537.8191635882768, - 55.33431094545722, - -443.12977529169166, - -673.4416777893866, - -618.5069180929677, - -241.3064536581751, - 288.81900649304043, - 668.7123757214058 - ], - "relative wind speed": [ - 3.6170414678486473, - 3.476064153781923, - 3.2984101728707294, - 3.1902120907588056, - 3.2230587513788627, - 3.3746221557040914, - 3.5484626285871252, - 3.6460449134579918 - ], - "relative wind angle": [ - 0.034630325543963274, - 0.0656217488409776, - 0.059798970567345275, - 0.01593494500636839, - 0.03886551011575542, - 0.06759732115850577, - 0.05558055710250311, - 0.013942601114639313 - ], - "resistance": [ - 97172.3191635883, - 96689.83431094547, - 96191.37022470833, - 95961.05832221062, - 96015.99308190704, - 96393.19354634183, - 96923.31900649305, - 97303.21237572141 - ], - "fuel": [ - 42.86494128473184, - 42.61586700791901, - 42.359453470386235, - 42.241291640086956, - 42.269458067341795, - 42.46316146159097, - 42.73629118832585, - 42.932661967744764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 19.6875, -43.75 20, -43.4375 20, -43.4375 19.6875, -43.75 19.6875))", @@ -175077,68 +136313,7 @@ "id": "3312", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.501851264605603, - 6.501851264605603, - 6.501851264605603, - 6.501851264605603, - 6.501851264605603, - 6.501851264605603, - 6.501851264605603, - 6.501851264605603 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 331.6720830534143, - -157.84097817264956, - -515.1710500571652, - -579.5282805751959, - -372.34251563551175, - 79.90820273858276, - 537.975962842135, - 686.6761724751743 - ], - "relative wind speed": [ - 2.068273501008152, - 1.7746349654190434, - 1.4793587620368387, - 1.3993262339036057, - 1.610317474610831, - 1.9291315101676385, - 2.1638796863953305, - 2.216475520983409 - ], - "relative wind angle": [ - 0.16769063296807174, - 0.23255395724892255, - 0.1582894613812533, - 0.05663445315861978, - 0.2160487820467685, - 0.21362774516098787, - 0.10797457426403849, - 0.03574349695201528 - ], - "resistance": [ - 96966.17208305345, - 96476.65902182738, - 96119.32894994286, - 96054.97171942484, - 96262.15748436452, - 96714.40820273862, - 97172.47596284216, - 97321.1761724752 - ], - "fuel": [ - 39.576550513904934, - 39.32422994674762, - 39.14060638674347, - 39.10758520443077, - 39.21394562667915, - 39.44666691202891, - 39.68315737304275, - 39.7600959384322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 19.375, -43.75 19.6875, -43.4375 19.6875, -43.4375 19.375, -43.75 19.375))", @@ -175157,68 +136332,7 @@ "id": "3314", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.968576132735863, - 6.968576132735863, - 6.968576132735863, - 6.968576132735863, - 6.968576132735863, - 6.968576132735863, - 6.968576132735863, - 6.968576132735863 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 187.6752443815094, - -253.82522062273551, - -522.9842762750659, - -527.8536907740049, - -270.45589975051075, - 168.255099720795, - 549.5753637802729, - 560.8872908379606 - ], - "relative wind speed": [ - 2.1020074611927573, - 1.8355350560119694, - 1.6170138614788434, - 1.611527101656294, - 1.8238484066203429, - 2.091810085880819, - 2.2649778252836965, - 2.268884919485527 - ], - "relative wind angle": [ - 0.1551720743379535, - 0.1804574400779557, - 0.08733012690397905, - 0.08074914419591558, - 0.17907646064888064, - 0.15814935238146155, - 0.06230784850284621, - 0.05732299535752516 - ], - "resistance": [ - 96822.17524438153, - 96380.6747793773, - 96111.51572372497, - 96106.64630922602, - 96364.04410024952, - 96802.75509972083, - 97184.0753637803, - 97195.38729083799 - ], - "fuel": [ - 39.6761659180525, - 39.44879067331113, - 39.31052811411376, - 39.308029258954754, - 39.44023995457983, - 39.66614918290062, - 39.863087481792746, - 39.86893795153219 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 19.0625, -42.8125 19.375, -42.5 19.375, -42.5 19.0625, -42.8125 19.0625))", @@ -175250,34 +136364,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 15.587678936249631, + 15.587678936246903, -825.4759058275781, - -1149.1606512030721, + -1149.1606512030767, -983.0808688450443, -248.01922987507805, 687.9965735961619, 1301.7153871028017, - 913.4897766917406 + 913.4897766917425 ], "relative wind speed": [ - 3.070280245125247, + 3.0702802451252467, 2.705898561355958, 2.5032530000550417, 2.622622604108336, 2.9663244780441036, 3.302092468163441, 3.458240319926509, - 3.368612825640545 + 3.3686128256405445 ], "relative wind angle": [ - 0.15618025298477292, + 0.15618025298477362, 0.13900227919333444, - 0.021030667631581217, + 0.021030667631586494, 0.11482069393649602, 0.16170100767024556, 0.11378428482674183, 0.015222549460210578, - 0.08931568725456457 + 0.08931568725456332 ], "resistance": [ 96650.08767893625, @@ -175330,18 +136444,18 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 66.9356652258084, + 66.93566522580613, -459.9927098294236, - -692.4914011623955, + -692.4914011623969, -613.1405596474274, -188.7018417945726, 383.71605173414036, - 788.015888636804, + 788.0158886367999, 603.4967523797609 ], "relative wind speed": [ - 2.2713071992080143, - 1.9622233756194813, + 2.271307199208014, + 1.9622233756194816, 1.7690011551877154, 1.8488634006635989, 2.1325714996249627, @@ -175350,17 +136464,17 @@ 2.5076685825430456 ], "relative wind angle": [ - 0.17615372570790797, - 0.16966461279564757, - 0.039881068331618565, + 0.17615372570790927, + 0.16966461279564823, + 0.039881068331621354, 0.12558468974315912, 0.1877457520764349, 0.13734277062861994, - 0.02750487218186471, + 0.027504872181868745, 0.09248013074550858 ], "resistance": [ - 96701.43566522578, + 96701.43566522577, 96174.50729017054, 95942.00859883758, 96021.35944035255, @@ -175410,17 +136524,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -25.34622205812775, + -25.34622205813139, -503.13138141073205, - -673.0378887743286, + -673.0378887743568, -572.162402711037, - -141.43316700611422, + -141.43316700611285, 394.0866202971274, 730.5753662801126, 492.36675684478496 ], "relative wind speed": [ - 2.7598849684272877, + 2.7598849684272873, 2.5349091135517505, 2.4191109849386323, 2.4963998442140296, @@ -175430,11 +136544,11 @@ 2.954303834177375 ], "relative wind angle": [ - 0.10870261062503872, - 0.09067492140282438, - 0.010416950898899083, - 0.07775042149887884, - 0.11072036205566467, + 0.10870261062504077, + 0.09067492140282439, + 0.010416950898931058, + 0.07775042149887886, + 0.11072036205566366, 0.07865418047229834, 0.008349995768188637, 0.06568049073513667 @@ -175442,7 +136556,7 @@ "resistance": [ 96609.15377794184, 96131.36861858924, - 95961.46211122564, + 95961.46211122561, 96062.33759728893, 96493.06683299386, 97028.5866202971, @@ -175452,7 +136566,7 @@ "fuel": [ 40.921226621505355, 40.67557553044432, - 40.58842360885754, + 40.588423608857525, 40.64015377098341, 40.86146292032226, 41.137576288463634, @@ -175490,17 +136604,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 103.8983566878369, + 103.89835668782871, -318.3817918619852, -546.6645663797021, -528.5082851241773, - -251.6729670336358, + -251.6729670336381, 181.0713685889823, 522.6366403165148, 479.376355119718 ], "relative wind speed": [ - 3.1936344406027057, + 3.193634440602705, 3.032922879118373, 2.92237344822183, 2.934261796127425, @@ -175510,11 +136624,11 @@ 3.3100032014735383 ], "relative wind angle": [ - 0.062386648090939356, - 0.062011488795308975, - 0.02282533292865108, + 0.06238664809094292, + 0.06201148879530898, + 0.022825332928651083, 0.03191457753670458, - 0.06510410054041699, + 0.06510410054041871, 0.05840732779128922, 0.020088167554252186, 0.02829070382944208 @@ -175570,9 +136684,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -101.33408768928666, + -101.33408768928894, -484.7070727913224, - -581.5308573704924, + -581.5308573705015, -445.49925347004046, -35.525320190947696, 419.89601527868535, @@ -175580,7 +136694,7 @@ 363.99853556743847 ], "relative wind speed": [ - 2.3778828779674197, + 2.3778828779674193, 2.160864463307461, 2.0753217270662176, 2.1862013729706327, @@ -175590,14 +136704,14 @@ 2.585525230713149 ], "relative wind angle": [ - 0.12650721454126918, - 0.09294476771565884, - 0.007899691532140565, - 0.10251999432437497, + 0.12650721454127092, + 0.09294476771565885, + 0.00789969153215462, + 0.10251999432437499, 0.124790942678566, 0.0770121109485953, 0.0061279384799089835, - 0.08664279101676267 + 0.08664279101676269 ], "resistance": [ 96533.16591231072, @@ -175637,68 +136751,7 @@ "id": "3343", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.615352577852575, - 7.615352577852575, - 7.615352577852575, - 7.615352577852575, - 7.615352577852575, - 7.615352577852575, - 7.615352577852575, - 7.615352577852575 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 120.37530289042616, - 957.7850690469172, - 1297.665729459441, - 683.9853891491694, - -190.12469247708918, - -852.6758822142622, - -1000.5165578982972, - -665.7738349814167 - ], - "relative wind speed": [ - 2.2939539831918836, - 2.6546186726184198, - 2.750430594803261, - 2.551953998791815, - 2.122800924955799, - 1.6496994717162032, - 1.4844662970796207, - 1.8044498973497616 - ], - "relative wind angle": [ - 0.27984338785922636, - 0.1454872339099621, - 0.03248746451464122, - 0.2016800586318921, - 0.3030938565414559, - 0.23545575476330305, - 0.06021882558413648, - 0.2872307919464024 - ], - "resistance": [ - 96754.87530289045, - 97592.28506904693, - 97932.16572945946, - 97318.48538914918, - 96444.37530752293, - 95781.82411778576, - 95633.98344210171, - 95968.7261650186 - ], - "fuel": [ - 39.90621178834779, - 40.339265428901655, - 40.51577397582116, - 40.19738700702707, - 39.746304608176914, - 39.40629089537978, - 39.33064365430325, - 39.50204149383707 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 14.0625, -44.375 14.375, -44.0625 14.375, -44.0625 14.0625, -44.375 14.0625))", @@ -175730,20 +136783,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1065.7150249429396, + 1065.7150249429378, 1293.3525135769714, 573.6467046932958, -391.5855368151042, -1070.5345803084624, -1168.3656505734634, - -727.2105617115044, + -727.2105617115039, 182.01144613789074 ], "relative wind speed": [ - 3.3250057540178557, + 3.3250057540178553, 3.3782673028307206, 3.1761571558037085, - 2.8031262327483772, + 2.803126232748377, 2.4551759564632634, 2.3813572331911885, 2.6449154926167378, @@ -175751,12 +136804,12 @@ ], "relative wind angle": [ 0.08089736474100098, - 0.03520499823391762, + 0.03520499823391763, 0.13797821027872406, - 0.17893084738365692, - 0.10965819513619775, + 0.17893084738365567, + 0.10965819513619776, 0.04995336013569363, - 0.1659267632050462, + 0.1659267632050455, 0.16499573616467256 ], "resistance": [ @@ -175810,11 +136863,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1131.2943319015185, + 1131.294331901513, 1117.1110314767138, - 351.53611896964367, + 351.53611896964276, -532.0651435487339, - -1054.8079717368125, + -1054.8079717368116, -1048.6918995314447, -511.3066803680508, 375.80446225483684 @@ -175822,20 +136875,20 @@ "relative wind speed": [ 3.1578168188100424, 3.1543069084408275, - 2.905000828316904, - 2.5149239179676415, + 2.9050008283169038, + 2.514923917967642, 2.2012614425124912, 2.2062880425760856, 2.5255354257918956, 2.9141922871159402 ], "relative wind angle": [ - 0.06108608271306573, + 0.06108608271306937, 0.0643330121984597, - 0.16584053907579532, - 0.1901824724630197, - 0.08768880837459216, - 0.09204270981373829, + 0.16584053907579535, + 0.19018247246302084, + 0.08768880837459089, + 0.0920427098137383, 0.19104513430981365, 0.16387074132928542 ], @@ -175890,9 +136943,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1121.6867360863075, + 1121.6867360863034, 934.5470702877992, - 173.493444181418, + 173.4934441814171, -612.7259621951357, -1000.215217930498, -919.5841414994402, @@ -175902,7 +136955,7 @@ "relative wind speed": [ 3.053450940512609, 3.005181435439212, - 2.731137771352199, + 2.7311377713521985, 2.3512580159259926, 2.090453324202389, 2.159268924168009, @@ -175910,17 +136963,17 @@ 2.857471520300757 ], "relative wind angle": [ - 0.03903903385729828, + 0.03903903385730112, 0.08548398430793362, - 0.17742561488268244, - 0.1818047460871901, + 0.17742561488268246, + 0.18180474608719013, 0.05703937182704967, - 0.11910967459280512, - 0.19427432645004558, + 0.11910967459280514, + 0.1942743264500456, 0.14932886527748065 ], "resistance": [ - 97756.18673608631, + 97756.1867360863, 97569.0470702878, 96807.99344418141, 96021.77403780486, @@ -175930,7 +136983,7 @@ 97128.39921180415 ], "fuel": [ - 41.21560788350294, + 41.21560788350293, 41.11849092685337, 40.72488138614601, 40.32051966811288, @@ -175957,68 +137010,7 @@ "id": "3349", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.28339349701141, - 8.28339349701141, - 8.28339349701141, - 8.28339349701141, - 8.28339349701141, - 8.28339349701141, - 8.28339349701141, - 8.28339349701141 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 972.2047199117474, - 455.90579308324413, - -251.00335397142135, - -761.1903442113196, - -846.6919477138085, - -540.0578233415174, - 117.67182296900091, - 774.0094864807384 - ], - "relative wind speed": [ - 2.7635937951604155, - 2.5891556809396588, - 2.252617895544312, - 1.9244830746657526, - 1.8424656902433723, - 2.08048151739712, - 2.4408693330546494, - 2.707119387780706 - ], - "relative wind angle": [ - 0.034744093261654244, - 0.15270602925109034, - 0.20609850357903498, - 0.1345095081621311, - 0.052127284414932744, - 0.19045394186832998, - 0.19000065091417084, - 0.09547932502011905 - ], - "resistance": [ - 97606.70471991178, - 97090.40579308328, - 96383.49664602861, - 95873.3096557887, - 95787.80805228621, - 96094.44217665851, - 96752.17182296903, - 97408.50948648076 - ], - "fuel": [ - 40.64913447252255, - 40.38180222927055, - 40.01738351335485, - 39.755532317204, - 39.71174376154047, - 39.86890867333964, - 40.207207239732796, - 40.54639449895981 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 12.5, -44.0625 12.8125, -43.75 12.8125, -43.75 12.5, -44.0625 12.5))", @@ -176037,68 +137029,7 @@ "id": "3351", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.153722371172888, - 9.153722371172888, - 9.153722371172888, - 9.153722371172888, - 9.153722371172888, - 9.153722371172888, - 9.153722371172888, - 9.153722371172888 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1128.1109108360474, - 554.0961626127541, - -261.0395209502767, - -867.7581280679067, - -983.4805573566252, - -655.2991929857467, - 93.4258553731961, - 859.2586836363116 - ], - "relative wind speed": [ - 3.0273816681275236, - 2.853943198054338, - 2.506402892798141, - 2.1604429274838988, - 2.0608597777182376, - 2.295036167516936, - 2.6702298266075446, - 2.9571386753103495 - ], - "relative wind angle": [ - 0.02754639878637022, - 0.14092721798374683, - 0.19413523581067896, - 0.13134446208788575, - 0.04047130441655346, - 0.17556809266382759, - 0.18208648864558205, - 0.09582931160562251 - ], - "resistance": [ - 97762.61091083605, - 97188.59616261275, - 96373.46047904973, - 95766.7418719321, - 95651.01944264337, - 95979.20080701425, - 96727.92585537319, - 97493.75868363632 - ], - "fuel": [ - 41.168112564694326, - 40.87062452276777, - 40.45028025501641, - 40.139016261460334, - 40.079802891017394, - 40.24785792518308, - 40.6327650208015, - 41.02862495945488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 12.8125, -41.5625 13.125, -41.25 13.125, -41.25 12.8125, -41.5625 12.8125))", @@ -176130,9 +137061,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2127.883263366025, + 2127.8832633660195, 806.8599170797643, - -857.2556697196369, + -857.2556697196414, -1943.024559747063, -2030.0327804587996, -1160.5342384061541, @@ -176140,9 +137071,9 @@ 1924.4944591211197 ], "relative wind speed": [ - 4.713126740515122, + 4.713126740515121, 4.437553441697295, - 3.975504405143356, + 3.9755044051433557, 3.581748653208977, 3.5366476522924146, 3.8767976141016995, @@ -176151,11 +137082,11 @@ ], "relative wind angle": [ 0.04007405901731653, - 0.12424176768448708, - 0.1486716088100618, + 0.12424176768448707, + 0.14867160881006256, 0.07905921297451404, 0.05341594992917789, - 0.1423270533831822, + 0.14232705338318222, 0.13580982353529497, 0.060493979291581075 ], @@ -176210,7 +137141,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1675.7773169615539, + 1675.7773169615411, 453.03676832866404, -916.5015663084023, -1684.7875774785534, @@ -176220,7 +137151,7 @@ 1786.7855061493656 ], "relative wind speed": [ - 4.110773747689234, + 4.110773747689233, 3.8010867392835976, 3.3402887122210907, 2.9923120926129485, @@ -176230,17 +137161,17 @@ 4.131928814681673 ], "relative wind angle": [ - 0.06351699807944458, - 0.15072409388507754, - 0.1642661020602659, - 0.06747061788213354, - 0.08647044989677276, - 0.16852965856916455, + 0.06351699807944808, + 0.15072409388507757, + 0.16426610206026593, + 0.06747061788213356, + 0.08647044989677277, + 0.16852965856916452, 0.14213333885164173, 0.04884407489103328 ], "resistance": [ - 98310.27731696158, + 98310.27731696157, 97087.53676832869, 95717.99843369162, 94949.71242252148, @@ -176250,7 +137181,7 @@ 98421.28550614939 ], "fuel": [ - 43.8327457893231, + 43.832745789323084, 43.198034061968286, 42.49372642965949, 42.101678538438776, @@ -176290,9 +137221,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 849.2579055940523, + 849.2579055940496, -355.8350932849262, - -1259.3441905052118, + -1259.344190505211, -1439.6021998381739, -962.5050756334313, 138.6586316188518, @@ -176310,17 +137241,17 @@ 3.5561111575008963 ], "relative wind angle": [ - 0.15383276191484457, + 0.15383276191484602, 0.2164720040628241, - 0.1511438746728942, + 0.15114387467289345, 0.04380861154563183, - 0.19706095021472603, + 0.197060950214726, 0.2024266843735651, 0.1066308103253473, 0.02847401070575902 ], "resistance": [ - 97483.75790559407, + 97483.75790559406, 96278.66490671509, 95375.1558094948, 95194.89780016184, @@ -176370,33 +137301,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 734.751315967002, + 734.7513159670002, -392.23113698636644, - -1181.9156301015178, - -1300.7927206019192, + -1181.9156301015182, + -1300.7927206019197, -778.1371688932602, 278.86691420367924, - 1322.6324797532543, + 1322.6324797532534, 1595.816593859105 ], "relative wind speed": [ 2.934163727516658, 2.4439493712598135, - 1.9526290076543706, - 1.8423640487929835, + 1.9526290076543702, + 1.8423640487929838, 2.2277004710574135, 2.7566424576543533, - 3.123972811515903, + 3.1239728115159036, 3.190244642709865 ], "relative wind angle": [ - 0.2031953996438807, - 0.2800212463379775, - 0.18705096421490333, - 0.08800439914887913, + 0.20319539964388234, + 0.2800212463379774, + 0.1870509642149033, + 0.08800439914888039, 0.2690297211373315, 0.2475465254053502, - 0.11649834911535681, + 0.11649834911535778, 0.05077872204992677 ], "resistance": [ @@ -176437,68 +137368,7 @@ "id": "3380", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.359273585379315, - 6.359273585379315, - 6.359273585379315, - 6.359273585379315, - 6.359273585379315, - 6.359273585379315, - 6.359273585379315, - 6.359273585379315 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -323.94670646071984, - -798.3823156255074, - -818.7981081597637, - -386.5714593813042, - 361.5292704500607, - 1050.6409505287206, - 1097.341633042619, - 436.9326734308818 - ], - "relative wind speed": [ - 1.6577580691104699, - 1.178588216525578, - 1.1486921202617146, - 1.6062966885492087, - 2.105387914977596, - 2.4066054732967013, - 2.4210176581518827, - 2.144908165071509 - ], - "relative wind angle": [ - 0.3981824388591925, - 0.2450612271269714, - 0.20905918906387788, - 0.3983581125670024, - 0.31025853059276914, - 0.11909768336679322, - 0.09863048301438683, - 0.2947471681995547 - ], - "resistance": [ - 96310.55329353928, - 95836.11768437449, - 95815.70189184023, - 96247.9285406187, - 96996.02927045006, - 97685.14095052872, - 97731.84163304261, - 97071.43267343089 - ], - "fuel": [ - 39.18854099965952, - 38.945136256616195, - 38.93468092205341, - 39.15636397499719, - 39.541697312153914, - 39.898489104694576, - 39.922732602126096, - 39.58065178880493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 10, -42.5 10.3125, -42.1875 10.3125, -42.1875 10, -42.5 10))", @@ -176517,68 +137387,7 @@ "id": "3382", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.609059668422493, - 8.609059668422493, - 8.609059668422493, - 8.609059668422493, - 8.609059668422493, - 8.609059668422493, - 8.609059668422493, - 8.609059668422493 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -524.0104159105424, - -1208.3826226620438, - -1236.2783479588743, - -613.1790583835666, - 465.2452762101825, - 1440.5558497438074, - 1504.4650456356458, - 571.0279835011929 - ], - "relative wind speed": [ - 2.2444092956348696, - 1.7618221716739422, - 1.7340025781808024, - 2.191480085839533, - 2.727546594602864, - 3.061513701987957, - 3.077355775812121, - 2.7702524335212924 - ], - "relative wind angle": [ - 0.3057962131279692, - 0.17123396091944396, - 0.14533307311166022, - 0.3036918177539878, - 0.2503327370914228, - 0.09821771719506221, - 0.0816939227112633, - 0.23883144025898342 - ], - "resistance": [ - 96110.48958408946, - 95426.11737733796, - 95398.22165204113, - 96021.32094161643, - 97099.74527621019, - 98075.0558497438, - 98138.96504563565, - 97205.52798350119 - ], - "fuel": [ - 40.03521615750245, - 39.68488219933148, - 39.67063918879218, - 39.989471486492334, - 40.544702044448066, - 41.0505708036792, - 41.08384244418639, - 40.599397708228594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 17.5, -36.5625 17.8125, -36.25 17.8125, -36.25 17.5, -36.5625 17.5))", @@ -176610,9 +137419,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 564.3125978357416, + 564.3125978357398, 857.4881035236576, - 488.20913791535395, + 488.20913791535213, -99.9263443317775, -580.1615020301831, -706.398316469578, @@ -176620,7 +137429,7 @@ -11.94176834504674 ], "relative wind speed": [ - 2.4139214763816734, + 2.413921476381673, 2.5067582981732284, 2.382776662211442, 2.0888969218189164, @@ -176630,14 +137439,14 @@ 2.13886954426467 ], "relative wind angle": [ - 0.12135111953675796, + 0.1213511195367598, 0.010189731748101932, - 0.1382356120184628, - 0.21163709510533563, - 0.16643353739211206, + 0.1382356120184644, + 0.2116370951053356, + 0.16643353739211203, 0.01567837280260224, 0.18284844327486977, - 0.20661990995172888 + 0.2066199099517289 ], "resistance": [ 97198.81259783574, @@ -176690,19 +137499,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -568.57462363074, + -568.5746236307411, -1143.6612018481655, - -1088.0079164028534, + -1088.0079164028539, -399.0464673912186, - 671.3217313959169, + 671.3217313959174, 1577.3099203606805, 1449.8789796794183, 466.54720892021237 ], "relative wind speed": [ - 1.828719202619996, + 1.8287192026199957, 1.2831958556130756, - 1.354856710108152, + 1.3548567101081517, 1.94951511123059, 2.527934883678797, 2.8439544817540017, @@ -176710,14 +137519,14 @@ 2.4359925141992584 ], "relative wind angle": [ - 0.4175257735568661, + 0.4175257735568669, 0.2047626300740349, 0.2785634909399999, - 0.4159871740506101, - 0.29771918607403197, + 0.41598717405061003, + 0.29771918607403164, 0.0918740928545723, 0.1329472736386446, - 0.3293141504322211 + 0.32931415043222106 ], "resistance": [ 96065.92537636924, @@ -176757,68 +137566,7 @@ "id": "3398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.787245100093103, - 6.787245100093103, - 6.787245100093103, - 6.787245100093103, - 6.787245100093103, - 6.787245100093103, - 6.787245100093103, - 6.787245100093103 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -946.7469373191461, - -1103.1453593262875, - -653.877837203227, - 305.61255747495284, - 1326.2827555228876, - 1687.4107351645678, - 877.1382826384827, - -185.81335480150415 - ], - "relative wind speed": [ - 1.2593018226722528, - 1.0284476232623196, - 1.5654818665644354, - 2.224614683580586, - 2.662487060380304, - 2.7598865761991545, - 2.494783548273505, - 1.9302248410161595 - ], - "relative wind angle": [ - 0.40858413550396866, - 0.15836542430063444, - 0.48490263384999727, - 0.4016909784261445, - 0.18904366393839572, - 0.058801007340202265, - 0.29683245999265545, - 0.46744314656281377 - ], - "resistance": [ - 95687.75306268084, - 95531.3546406737, - 95980.62216279676, - 96940.11255747493, - 97960.78275552287, - 98321.91073516455, - 97511.63828263847, - 96448.68664519848 - ], - "fuel": [ - 39.02411441045488, - 38.944145570860144, - 39.17410753909087, - 39.667746917495265, - 40.1966224169869, - 40.3846746829126, - 39.96341391162936, - 39.414489769005506 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 27.8125, -42.5 28.125, -42.1875 28.125, -42.1875 27.8125, -42.5 27.8125))", @@ -176837,68 +137585,7 @@ "id": "3400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.819252388601501, - 6.819252388601501, - 6.819252388601501, - 6.819252388601501, - 6.819252388601501, - 6.819252388601501, - 6.819252388601501, - 6.819252388601501 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -874.2781739534138, - -1049.7078672587252, - -672.1409852246173, - 199.96667131136064, - 1153.0234182384397, - 1557.042087310746, - 846.7727513078248, - -137.83718817815338 - ], - "relative wind speed": [ - 1.3402095743261133, - 1.095014345019436, - 1.545320991647552, - 2.160223690153408, - 2.5884283529618264, - 2.7013083174146764, - 2.471458289007824, - 1.956925305174433 - ], - "relative wind angle": [ - 0.3750740364635104, - 0.10105446863879383, - 0.432136971663623, - 0.3817647964168173, - 0.19083668701190692, - 0.040905610266447866, - 0.264958737608399, - 0.42383887537916326 - ], - "resistance": [ - 95760.2218260466, - 95584.79213274129, - 95962.3590147754, - 96834.46667131137, - 97787.52341823846, - 98191.54208731077, - 97481.27275130784, - 96496.66281182187 - ], - "fuel": [ - 39.07327104067198, - 38.983530134292955, - 39.176816138743334, - 39.62529772486326, - 40.11864375488984, - 40.32880250512535, - 39.95974577518847, - 39.451246197759346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 27.8125, -41.5625 28.125, -41.25 28.125, -41.25 27.8125, -41.5625 27.8125))", @@ -176930,9 +137617,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1255.2220672791145, + -1255.2220672791163, -1279.7352369846938, - -644.4608216628244, + -644.4608216628249, 451.6866095456385, 1431.5713605287692, 1487.9166407617558, @@ -176940,7 +137627,7 @@ -564.4053239165046 ], "relative wind speed": [ - 1.9873135986924175, + 1.987313598692417, 1.9654074972914957, 2.3840356525126025, 2.8888083795483634, @@ -176950,14 +137637,14 @@ 2.427482158204459 ], "relative wind angle": [ - 0.1403403911056538, - 0.12113565421481134, - 0.2604214774211369, + 0.14034039110565538, + 0.12113565421481136, + 0.26042147742113775, 0.22007333952637415, - 0.08677454642359231, + 0.0867745464235923, 0.07380079038392792, 0.21145581103812636, - 0.26280248153274127 + 0.2628024815327413 ], "resistance": [ 95379.2779327209, @@ -176997,68 +137684,7 @@ "id": "3408", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.253923917125991, - 11.253923917125991, - 11.253923917125991, - 11.253923917125991, - 11.253923917125991, - 11.253923917125991, - 11.253923917125991, - 11.253923917125991 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -536.856855803484, - -1516.5096227570689, - -1658.5117132059818, - -1012.3901367237145, - 302.9253747103803, - 1587.1490391330353, - 1915.4805508906538, - 860.4355191576187 - ], - "relative wind speed": [ - 3.0390781750673077, - 2.564927466716305, - 2.4635322794604124, - 2.8293252414831858, - 3.3545473194278137, - 3.729628796936103, - 3.7973665322835704, - 3.5332566493755975 - ], - "relative wind angle": [ - 0.221561302007983, - 0.14010335929791543, - 0.06552315706912507, - 0.20873404634161927, - 0.2004261419127196, - 0.09618473627886535, - 0.042490362861869184, - 0.1667078989291512 - ], - "resistance": [ - 96097.64314419655, - 95117.99037724297, - 94975.98828679406, - 95622.10986327633, - 96937.42537471042, - 98221.64903913307, - 98549.9805508907, - 97494.93551915766 - ], - "fuel": [ - 41.57118806038179, - 41.07028336060594, - 40.99797283659889, - 41.32759787892272, - 42.00341852674114, - 42.66947506378759, - 42.840747710583486, - 42.29181473810864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 25.3125, -40.9375 25.625, -40.625 25.625, -40.625 25.3125, -40.9375 25.3125))", @@ -177077,68 +137703,7 @@ "id": "3413", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8797325727052385, - 6.8797325727052385, - 6.8797325727052385, - 6.8797325727052385, - 6.8797325727052385, - 6.8797325727052385, - 6.8797325727052385, - 6.8797325727052385 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -323.64472783282713, - -825.751020981235, - -864.601009025906, - -445.84400686374056, - 307.7484077017814, - 1012.7681151487068, - 1101.6588907008568, - 453.4842017664582 - ], - "relative wind speed": [ - 1.8138640791715968, - 1.3697743537794063, - 1.3198820589663385, - 1.7222462139945458, - 2.1980409209059775, - 2.4990408174766636, - 2.5257470455500886, - 2.2705406329919917 - ], - "relative wind angle": [ - 0.3410221710799197, - 0.21063359682866548, - 0.15336317550615605, - 0.33827047945205785, - 0.27962455795852786, - 0.114853025348031, - 0.07991437899298642, - 0.2544558844000115 - ], - "resistance": [ - 96310.85527216717, - 95808.74897901877, - 95769.89899097409, - 96188.65599313626, - 96942.24840770179, - 97647.2681151487, - 97736.15889070086, - 97087.98420176646 - ], - "fuel": [ - 39.37868502684768, - 39.12110938391778, - 39.101218819092665, - 39.31591161206966, - 39.70391510851286, - 40.068823156956014, - 40.11496304197943, - 39.779194209982656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 25, -40.9375 25.3125, -40.625 25.3125, -40.625 25, -40.9375 25))", @@ -177157,68 +137722,7 @@ "id": "3415", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.829395777294763, - 6.829395777294763, - 6.829395777294763, - 6.829395777294763, - 6.829395777294763, - 6.829395777294763, - 6.829395777294763, - 6.829395777294763 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -424.52863243883553, - -804.6443421497471, - -766.024760101399, - -301.58118882734834, - 411.9435327897859, - 1000.5472998476046, - 912.0913860945404, - 265.89557526079693 - ], - "relative wind speed": [ - 1.7120332356313983, - 1.3492447546186872, - 1.3981372210897782, - 1.8042588865224305, - 2.227172398058136, - 2.4639182784160067, - 2.436507131444908, - 2.1531383051219404 - ], - "relative wind angle": [ - 0.3115097197343928, - 0.1352630754169738, - 0.19245427702461634, - 0.31566820823571573, - 0.23784033574373278, - 0.07391184893964971, - 0.10997683699557477, - 0.26317580073792385 - ], - "resistance": [ - 96209.97136756119, - 95829.85565785026, - 95868.47523989862, - 96332.91881117267, - 97046.4435327898, - 97635.04729984762, - 97546.59138609456, - 96900.39557526082 - ], - "fuel": [ - 39.307702776768856, - 39.1127635357751, - 39.132544735995715, - 39.37087044429927, - 39.73857405010969, - 40.04332760627003, - 39.99744665095662, - 39.6631563623065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 22.1875, -48.75 22.5, -48.4375 22.5, -48.4375 22.1875, -48.75 22.1875))", @@ -177237,68 +137741,7 @@ "id": "3416", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.09283039078771, - 7.09283039078771, - 7.09283039078771, - 7.09283039078771, - 7.09283039078771, - 7.09283039078771, - 7.09283039078771, - 7.09283039078771 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 587.3517738609955, - -175.07915628304886, - -747.8507148260579, - -871.5301145167114, - -572.431841876406, - 116.34673995117578, - 844.4026029356849, - 1128.627880906569 - ], - "relative wind speed": [ - 2.375007308014583, - 1.9713110800206557, - 1.5294836392814226, - 1.380754038345873, - 1.6855571260413853, - 2.143757253995742, - 2.478395112858727, - 2.5642310394859376 - ], - "relative wind angle": [ - 0.20461267680436054, - 0.30523725133096224, - 0.23439652679788656, - 0.06525971727650476, - 0.29036159756849095, - 0.2799892883898072, - 0.14382675642549558, - 0.03512249366023859 - ], - "resistance": [ - 97221.85177386104, - 96459.420843717, - 95886.64928517399, - 95762.96988548333, - 96062.06815812364, - 96750.84673995122, - 97478.90260293573, - 97763.12788090661 - ], - "fuel": [ - 39.931350952189526, - 39.538016044421994, - 39.2439484734133, - 39.18061029229916, - 39.3338808759333, - 39.68810605649524, - 40.064449959250304, - 40.211905924847095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 22.1875, -48.4375 22.5, -48.125 22.5, -48.125 22.1875, -48.4375 22.1875))", @@ -177317,68 +137760,7 @@ "id": "3417", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.256948512453483, - 6.256948512453483, - 6.256948512453483, - 6.256948512453483, - 6.256948512453483, - 6.256948512453483, - 6.256948512453483, - 6.256948512453483 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 790.3923240771301, - 211.41526247602906, - -389.4511665323986, - -706.8792015222864, - -657.9469727370172, - -234.75389830510994, - 395.61238255480794, - 902.4344825183971 - ], - "relative wind speed": [ - 2.250546559243526, - 1.9712977022754703, - 1.545400870269448, - 1.2037730543481377, - 1.272241743607085, - 1.6725860930017082, - 2.0725093533370846, - 2.2879006322663193 - ], - "relative wind angle": [ - 0.1221885697688537, - 0.27984978233261004, - 0.326546562041071, - 0.1304318595609265, - 0.21731588580520805, - 0.3315834014945284, - 0.24153200386166027, - 0.06848549330493194 - ], - "resistance": [ - 97424.89232407715, - 96845.91526247606, - 96245.04883346763, - 95927.62079847774, - 95976.55302726301, - 96399.74610169492, - 97030.11238255484, - 97536.93448251842 - ], - "fuel": [ - 39.72828239229798, - 39.42895551578417, - 39.11963097547816, - 38.956762142600724, - 38.98184428716796, - 39.199140328177975, - 39.5240487778923, - 39.78635141084004 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 22.1875, -47.5 22.5, -47.1875 22.5, -47.1875 22.1875, -47.5 22.1875))", @@ -177397,68 +137779,7 @@ "id": "3424", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8877106527931975, - 6.8877106527931975, - 6.8877106527931975, - 6.8877106527931975, - 6.8877106527931975, - 6.8877106527931975, - 6.8877106527931975, - 6.8877106527931975 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1047.593007604652, - 629.6772663259303, - -51.297269183863364, - -619.3640507528693, - -787.066568532744, - -598.4744589770374, - -16.5942628773455, - 660.2140056412436 - ], - "relative wind speed": [ - 2.4690041063107446, - 2.3330919186621832, - 1.981743879062348, - 1.5607727413543286, - 1.3575742519312521, - 1.5797693583429286, - 2.0029179524595944, - 2.345842615422294 - ], - "relative wind angle": [ - 0.004465219189200126, - 0.17262491575767624, - 0.2842339419841368, - 0.24935200508914485, - 0.00812090317778299, - 0.2564805951173081, - 0.2811468960686224, - 0.16493570655862558 - ], - "resistance": [ - 97682.09300760468, - 97264.17726632596, - 96583.20273081616, - 96015.13594924715, - 95847.43343146729, - 96036.02554102299, - 96617.90573712268, - 97294.71400564128 - ], - "fuel": [ - 40.089947151155464, - 39.87336259030126, - 39.521840240737276, - 39.22992153382119, - 39.14397197253834, - 39.24063503108055, - 39.539712373460084, - 39.88916622689547 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 21.875, -46.875 22.1875, -46.5625 22.1875, -46.5625 21.875, -46.875 21.875))", @@ -177490,17 +137811,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 963.3584987393979, + 963.3584987393924, 437.0498423319664, - -274.63738385912256, + -274.6373838591235, -780.4638896556621, -858.0692061021871, -539.3697907028652, - 127.81916302597756, + 127.81916302597801, 783.059359445338 ], "relative wind speed": [ - 2.848259841459959, + 2.8482598414599587, 2.674010032930938, 2.346779368796615, 2.0362064881435766, @@ -177510,13 +137831,13 @@ 2.7982961232743904 ], "relative wind angle": [ - 0.035113359325959284, - 0.1437295183366745, - 0.1893316090282499, + 0.03511335932596245, + 0.14372951833667452, + 0.18933160902825108, 0.11893370043217077, - 0.05088981457539548, + 0.05088981457539549, 0.1752395021575325, - 0.17453344505201554, + 0.1745334450520149, 0.08644697149098732 ], "resistance": [ @@ -177570,17 +137891,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 781.6031711384528, + 781.6031711384383, 452.4909316455153, - -82.30352373779215, + -82.3035237377926, -524.7647797075101, - -644.5764701305725, + -644.5764701305686, -489.6636999114139, -23.80988126105376, 503.0193696465392 ], "relative wind speed": [ - 2.415784348506666, + 2.4157843485066657, 2.302605522984782, 2.0277991817569423, 1.7213498023157032, @@ -177590,17 +137911,17 @@ 2.32405082811493 ], "relative wind angle": [ - 0.007250283797630158, + 0.007250283797645471, 0.13255968858368952, - 0.2050467422625895, + 0.20504674226259006, 0.1631356534741697, - 0.01101561399223508, - 0.17480383840416344, + 0.011015613992225, + 0.17480383840416347, 0.20158787228689595, 0.12058613652576569 ], "resistance": [ - 97416.10317113844, + 97416.10317113843, 97086.9909316455, 96552.1964762622, 96109.73522029248, @@ -177610,7 +137931,7 @@ 97137.51936964653 ], "fuel": [ - 40.07886819648528, + 40.078868196485274, 39.90857735873995, 39.63272102486064, 39.40529625649116, @@ -177650,9 +137971,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 852.0854130459106, + 852.0854130459102, 509.1676516675502, - -78.88138011042975, + -78.88138011043065, -580.766978470532, -722.915197578988, -573.5952782879749, @@ -177660,7 +137981,7 @@ 519.4360694945399 ], "relative wind speed": [ - 2.7290970760162248, + 2.7290970760162243, 2.6274698194134474, 2.368452251240005, 2.0793994917782004, @@ -177671,12 +137992,12 @@ ], "relative wind angle": [ 0.001118807957701932, - 0.10595110751794011, - 0.16537675948035696, + 0.10595110751794012, + 0.16537675948035832, 0.13193227084744993, - 0.0015663839103530713, + 0.0015663839103530715, 0.1337134870975535, - 0.1649533800569036, + 0.16495338005690363, 0.10414573205134461 ], "resistance": [ @@ -177730,7 +138051,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -765.7708028572899, + -765.7708028572911, -838.3935000901666, -501.08406986554996, 176.90106720069753, @@ -177740,7 +138061,7 @@ -263.23081632563185 ], "relative wind speed": [ - 1.6342168847177754, + 1.6342168847177752, 1.5535826466320384, 1.8500828304743062, 2.2598802689956945, @@ -177750,14 +138071,14 @@ 2.0108132442488005 ], "relative wind angle": [ - 0.17114067097579944, - 0.08277151520307655, - 0.25125505161678563, + 0.1711406709758014, + 0.08277151520307656, + 0.2512550516167861, 0.23311169340369337, - 0.1095545291324656, + 0.10955452913246562, 0.049507333463241925, 0.19339728251366894, - 0.26262814504114124 + 0.2626281450411412 ], "resistance": [ 95868.72919714272, @@ -177797,68 +138118,7 @@ "id": "3444", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.426059886848954, - 10.426059886848954, - 10.426059886848954, - 10.426059886848954, - 10.426059886848954, - 10.426059886848954, - 10.426059886848954, - 10.426059886848954 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1087.2979287895, - -1324.0742393049322, - -994.835961463581, - -34.26693176585104, - 1041.3094511700674, - 1591.994678177426, - 908.2976167683037, - -188.39527696157575 - ], - "relative wind speed": [ - 2.4913754661334235, - 2.3122984693927244, - 2.5432655425582285, - 2.9857047499875438, - 3.3544677166624335, - 3.4803277379905, - 3.3152987430121605, - 2.9231784963090823 - ], - "relative wind angle": [ - 0.15736344195199964, - 0.01379302879674168, - 0.17209988796703268, - 0.1968855203437222, - 0.11665705192272201, - 0.009163802053825252, - 0.13175310582625158, - 0.20115396899458726 - ], - "resistance": [ - 95547.2020712105, - 95310.42576069507, - 95639.66403853642, - 96600.23306823414, - 97675.80945117006, - 98226.49467817742, - 97542.79761676831, - 96446.10472303843 - ], - "fuel": [ - 40.75692000608409, - 40.636011998451956, - 40.80419163890082, - 41.297169187618906, - 41.85324473147359, - 42.139616508670066, - 41.78424403924704, - 41.2178370966106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 24.0625, -40.3125 24.375, -40 24.375, -40 24.0625, -40.3125 24.0625))", @@ -177877,68 +138137,7 @@ "id": "3445", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.000649422296785, - 8.000649422296785, - 8.000649422296785, - 8.000649422296785, - 8.000649422296785, - 8.000649422296785, - 8.000649422296785, - 8.000649422296785 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -505.4996256326983, - -934.1429784584261, - -892.6860714793333, - -369.46159459514024, - 434.9447336268295, - 1091.1946149266128, - 995.8027522747229, - 274.71821901781414 - ], - "relative wind speed": [ - 2.030788489555595, - 1.6965828345344107, - 1.739333613108829, - 2.116298925090004, - 2.527312249197304, - 2.7627913022552777, - 2.736078887123691, - 2.456153080310167 - ], - "relative wind angle": [ - 0.2496843857126247, - 0.10321790122506591, - 0.1468997613498575, - 0.25550030700721676, - 0.1998807548551836, - 0.06331414957808752, - 0.0931839159042636, - 0.21951850653756771 - ], - "resistance": [ - 96129.00037436732, - 95700.35702154158, - 95741.81392852069, - 96265.03840540488, - 97069.44473362685, - 97725.69461492663, - 97630.30275227474, - 96909.21821901783 - ], - "fuel": [ - 39.75507060524853, - 39.53541220809764, - 39.55662694652155, - 39.8249262514514, - 40.239397079389775, - 40.579313627068586, - 40.529804138470716, - 40.15664824129089 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 23.75, -40.625 24.0625, -40.3125 24.0625, -40.3125 23.75, -40.625 23.75))", @@ -177957,68 +138156,7 @@ "id": "3446", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.157432822526571, - 13.157432822526571, - 13.157432822526571, - 13.157432822526571, - 13.157432822526571, - 13.157432822526571, - 13.157432822526571, - 13.157432822526571 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1587.4897307367755, - -1791.2135233816484, - -1200.6054590984613, - 150.54260347290437, - 1525.2701117926263, - 2000.5115969892622, - 971.3825256003993, - -496.27482255546147 - ], - "relative wind speed": [ - 3.1730850121974603, - 3.053022934566853, - 3.34038597822389, - 3.808402911561769, - 4.171128664237166, - 4.259792693226031, - 4.038391306540056, - 3.600395824275565 - ], - "relative wind angle": [ - 0.1112573642412506, - 0.034534501596893113, - 0.15066539678986532, - 0.1591741784566793, - 0.0845625892085637, - 0.024748723362574384, - 0.12447424598708963, - 0.16845571901556894 - ], - "resistance": [ - 95047.01026926325, - 94843.28647661838, - 95433.89454090157, - 96785.04260347293, - 98159.77011179266, - 98635.0115969893, - 97605.88252560043, - 96138.22517744456 - ], - "fuel": [ - 42.4294968028023, - 42.325833460346956, - 42.62678512193219, - 43.32016063875326, - 44.032608546974444, - 44.28053658743054, - 43.74471227532743, - 42.98738244863949 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 20.9375, -41.25 21.25, -40.9375 21.25, -40.9375 20.9375, -41.25 20.9375))", @@ -178037,68 +138175,7 @@ "id": "3448", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.670473118135508, - 11.670473118135508, - 11.670473118135508, - 11.670473118135508, - 11.670473118135508, - 11.670473118135508, - 11.670473118135508, - 11.670473118135508 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -758.1015639933316, - -903.4051633326217, - -693.017504307606, - -60.17537208898284, - 638.9925604642176, - 982.6821885152895, - 546.3761444858083, - -169.70762437458325 - ], - "relative wind speed": [ - 2.997691573653227, - 2.904673815043447, - 3.027998396180021, - 3.279100547404996, - 3.501511535354305, - 3.57905124735198, - 3.475336460790817, - 3.2394810391448616 - ], - "relative wind angle": [ - 0.07491089457073516, - 0.006856806903460504, - 0.08349072110727516, - 0.10301369517303517, - 0.06411618974634443, - 0.0055648083298236615, - 0.07272357170289387, - 0.10427813201004936 - ], - "resistance": [ - 95876.39843600665, - 95731.09483666737, - 95941.48249569238, - 96574.324627911, - 97273.4925604642, - 97617.18218851527, - 97180.8761444858, - 96464.7923756254 - ], - "fuel": [ - 41.74270071305473, - 41.66829982486763, - 41.77605166660393, - 42.1011600192176, - 42.46207445705557, - 42.640155832899694, - 42.41416082180184, - 42.04478365447446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 20.625, -40.9375 20.9375, -40.625 20.9375, -40.625 20.625, -40.9375 20.625))", @@ -178130,19 +138207,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -708.0487477754527, + -708.0487477754559, -824.5554376013733, -597.3390237178755, -0.1916227707752114, - 635.8065370084068, + 635.8065370084091, 909.488830016332, - 477.85544998098976, + 477.85544998098794, -185.85883121782217 ], "relative wind speed": [ - 2.4648931632413764, + 2.464893163241376, 2.3752242507751347, - 2.527220355107003, + 2.5272203551070027, 2.8061816644301634, 3.038681968698366, 3.1092758275226005, @@ -178150,14 +138227,14 @@ 2.726651954192652 ], "relative wind angle": [ - 0.09392947549710433, - 0.016891699007625497, - 0.1141768776837675, + 0.0939294754971067, + 0.016891699007625494, + 0.11417687768376653, 0.13118206240262525, - 0.07615454244487216, + 0.0761545424448707, 0.012903576508516344, - 0.0965406397865323, - 0.13503140700519814 + 0.09654063978653346, + 0.1350314070051981 ], "resistance": [ 95926.45125222455, @@ -178210,9 +138287,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -557.2883671060015, + -557.2883671060033, -664.4079586490591, - -485.26807776125656, + -485.2680777612568, 1.3800774845963133, 532.780098124274, 782.108982408316, @@ -178220,7 +138297,7 @@ -118.77100579280159 ], "relative wind speed": [ - 1.8115026576305255, + 1.811502657630525, 1.7003585990027585, 1.8667674639644283, 2.1713181313361005, @@ -178230,10 +138307,10 @@ 2.104077629286907 ], "relative wind angle": [ - 0.14323985681354037, - 0.020129281243252885, - 0.16520260833634812, - 0.18524549092178402, + 0.14323985681354273, + 0.020129281243252882, + 0.16520260833634878, + 0.18524549092178405, 0.10702594341036228, 0.013689703990334225, 0.12943515560670232, @@ -178290,33 +138367,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -514.1438308820802, + -514.1438308820816, -544.3778677602716, - -313.275692062128, + -313.27569206212866, 124.48114396658048, - 532.86060485644, + 532.8606048564409, 602.9710712503854, - 244.37657915845557, + 244.37657915845512, -210.73972965135158 ], "relative wind speed": [ - 1.5737067911849019, + 1.5737067911849016, 1.5385335620142442, - 1.744548876309653, + 1.7445488763096526, 2.027176176204401, - 2.2227503220021476, + 2.222750322002147, 2.2472397596024085, 2.0913443706737675, 1.8187162530783718 ], "relative wind angle": [ - 0.11205946295747313, + 0.1120594629574771, 0.0689890837068508, - 0.18795432703027634, + 0.18795432703027573, 0.17599353010539806, - 0.07925508199650493, - 0.047212254016918254, - 0.15650355153466344, + 0.07925508199650212, + 0.04721225401691826, + 0.15650355153466416, 0.1964151626839383 ], "resistance": [ @@ -178370,7 +138447,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -448.04179108507674, + -448.04179108507765, -1032.2554939139695, -1050.5895775846789, -505.92192066509347, @@ -178380,9 +138457,9 @@ 495.63987614776147 ], "relative wind speed": [ - 2.000348243906161, + 2.0003482439061604, 1.530109374898188, - 1.509231425132666, + 1.5092314251326657, 1.9616826148709057, 2.4764010173485627, 2.7915444464439627, @@ -178390,12 +138467,12 @@ 2.5071410838117387 ], "relative wind angle": [ - 0.33181143197074536, + 0.33181143197074603, 0.1871803964408071, 0.16570679460174742, 0.33060977997604635, 0.2662694636242651, - 0.102177494683733, + 0.10217749468373301, 0.08893523777531419, 0.25680840623850637 ], @@ -178437,68 +138514,7 @@ "id": "3490", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.261226982086914, - 16.261226982086914, - 16.261226982086914, - 16.261226982086914, - 16.261226982086914, - 16.261226982086914, - 16.261226982086914, - 16.261226982086914 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -2049.8585027849404, - -1991.3666634026013, - -936.68270496492, - 728.0038400323629, - 2073.173474906742, - 1935.7382658181996, - 487.52772089516657, - -1143.7560330502556 - ], - "relative wind speed": [ - 3.9891192038894645, - 4.016379365257584, - 4.363294625520223, - 4.78866157205811, - 5.052691454724487, - 5.03104956781571, - 4.733331064946956, - 4.302497333849205 - ], - "relative wind angle": [ - 0.04671911988942184, - 0.06094319912029135, - 0.1222868248306842, - 0.10630239171906711, - 0.03687986673542037, - 0.048641143890669064, - 0.11268441641862399, - 0.11836762776347551 - ], - "resistance": [ - 94584.64149721508, - 94643.13333659743, - 95697.81729503511, - 97362.5038400324, - 98707.67347490677, - 98570.23826581823, - 97122.02772089519, - 95490.74396694977 - ], - "fuel": [ - 44.981613408840715, - 45.01130444868753, - 45.54885686865295, - 46.40573844662027, - 47.10568455869145, - 47.03386264693915, - 46.28131844163841, - 45.442988964261716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 21.875, -39.6875 22.1875, -39.375 22.1875, -39.375 21.875, -39.6875 21.875))", @@ -178517,68 +138533,7 @@ "id": "3491", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.946136447135407, - 15.946136447135407, - 15.946136447135407, - 15.946136447135407, - 15.946136447135407, - 15.946136447135407, - 15.946136447135407, - 15.946136447135407 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -2038.6858942425088, - -2005.7365058393898, - -980.0354027575604, - 682.47588296295, - 2056.165971604756, - 1978.8401318945762, - 547.4210162906184, - -1096.278388882084 - ], - "relative wind speed": [ - 3.895326373731043, - 3.911034760020963, - 4.259894266161196, - 4.696306893927176, - 4.9731666263230485, - 4.960822608899231, - 4.664681628169812, - 4.225003598709721 - ], - "relative wind angle": [ - 0.0523667808954337, - 0.06071429994206938, - 0.1269871981873903, - 0.11216499302690246, - 0.041010016930691146, - 0.04785506334140535, - 0.11591560369324284, - 0.12473908066708937 - ], - "resistance": [ - 94595.81410575748, - 94628.7634941606, - 95654.46459724242, - 97316.97588296293, - 98690.66597160474, - 98613.34013189457, - 97181.92101629061, - 95538.2216111179 - ], - "fuel": [ - 44.67539297390537, - 44.69211821540763, - 45.214788469128294, - 46.07027543261185, - 46.78490206207772, - 46.74448879666332, - 46.000395748627014, - 45.155357415462696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.0625 23.4375, -34.0625 23.75, -33.75 23.75, -33.75 23.4375, -34.0625 23.4375))", @@ -178610,19 +138565,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 321.03920409122975, + 321.0392040912284, -470.8942987293053, -927.8664003048184, -908.2181237820471, -406.5966222887432, 396.8192693724177, - 1075.6619944132754, + 1075.6619944132735, 1030.4815569987663 ], "relative wind speed": [ - 2.4669769440312277, + 2.4669769440312272, 2.0402873663689376, - 1.6887870844128166, + 1.688787084412816, 1.7092380731949406, 2.0809957757289186, 2.5007491124898076, @@ -178630,13 +138585,13 @@ 2.7377041239191833 ], "relative wind angle": [ - 0.21779530767941654, + 0.21779530767941704, 0.2563595666600294, - 0.11785196574405389, + 0.117851965744052, 0.138823763342437, - 0.25904279703341815, + 0.2590427970334181, 0.2083774808705485, - 0.07225923248139643, + 0.07225923248139797, 0.08650192058365337 ], "resistance": [ @@ -178690,9 +138645,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 126.96896093451346, + 126.968960934513, -480.5188574864238, - -758.2700692422796, + -758.2700692422801, -664.0375229841125, -177.9237563066563, 485.642232416257, @@ -178710,13 +138665,13 @@ 2.3246193382463014 ], "relative wind angle": [ - 0.27455817461589954, + 0.2745581746159004, 0.2914899446600047, - 0.07740894319194172, + 0.07740894319194315, 0.22436356195907356, - 0.3043959599432761, - 0.20909797005878072, - 0.04201371361585023, + 0.3043959599432762, + 0.2090979700587807, + 0.04201371361585024, 0.1364828381331228 ], "resistance": [ @@ -178770,9 +138725,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 606.1804396563143, + 606.1804396563107, -508.99046171249984, - -1251.7681623212097, + -1251.768162321212, -1325.593744040205, -757.4588643312081, 315.20477532211453, @@ -178780,9 +138735,9 @@ 1488.2408154933723 ], "relative wind speed": [ - 3.1951259414899784, + 3.195125941489978, 2.75528638582507, - 2.3564596630566585, + 2.356459663056658, 2.29934128848131, 2.636206925007388, 3.0930266189488487, @@ -178790,14 +138745,14 @@ 3.445496534974928 ], "relative wind angle": [ - 0.16594221247056828, + 0.16594221247057028, 0.20992096341115551, - 0.12089885323665399, + 0.12089885323665583, 0.07497628467929962, - 0.20156500100487088, + 0.20156500100487085, 0.1867113896832266, 0.08352116362509697, - 0.05000916507174668 + 0.05000916507174667 ], "resistance": [ 97240.68043965635, @@ -178850,34 +138805,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -57.34970982521804, + -57.34970982521827, -491.3031102074908, - -611.4770086207856, + -611.4770086207851, -442.6696934999803, - 23.453425586637195, + 23.45342558663674, 552.4161400680032, 829.2637412554202, - 480.8361867445524 + 480.83618674455283 ], "relative wind speed": [ - 1.6675969122094434, + 1.6675969122094432, 1.2752601917176014, - 1.0981086706258458, + 1.0981086706258456, 1.328846589244255, - 1.7257535949715999, + 1.7257535949716, 2.0329329491127486, 2.133837453899478, - 1.9983172106604548 + 1.998317210660455 ], "relative wind angle": [ - 0.3158316752966572, - 0.27367435470520624, - 0.027811943884996675, - 0.2961817747663494, - 0.30483928767219665, - 0.17036400234185023, + 0.3158316752966575, + 0.2736743547052062, + 0.027811943884992685, + 0.29618177476634944, + 0.3048392876721974, + 0.17036400234185026, 0.014311137899844355, - 0.19532848003553507 + 0.19532848003553566 ], "resistance": [ 96577.15029017482, @@ -178930,19 +138885,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -227.81334183533454, + -227.813341835335, -681.7713224171667, - -750.7317973258819, + -750.7317973258826, -453.39551842297783, - 151.89440016175672, + 151.8944001617565, 749.4581745790128, 908.1391686032471, 417.8406226053039 ], "relative wind speed": [ - 1.8979969108059596, + 1.8979969108059591, 1.5376414029585532, - 1.4561725146138103, + 1.45617251461381, 1.7359605660973139, 2.1261526704687155, 2.399703391562771, @@ -178950,11 +138905,11 @@ 2.260388985224735 ], "relative wind angle": [ - 0.2654243978330992, + 0.2654243978330996, 0.17571002694058865, - 0.08095283416323429, + 0.08095283416323565, 0.2534704548158385, - 0.23636433321196024, + 0.2363643332119607, 0.11224560348447149, 0.048080885054019376, 0.19379631888329535 @@ -178964,7 +138919,7 @@ 95952.72867758281, 95883.7682026741, 96181.104481577, - 96786.39440016173, + 96786.39440016172, 97383.95817457899, 97542.63916860321, 97052.34062260528 @@ -178974,7 +138929,7 @@ 39.24811887630827, 39.212779147069924, 39.365279487521235, - 39.67674218812205, + 39.676742188122034, 39.98556657423945, 40.06779708805684, 39.81402063718226 @@ -179010,9 +138965,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -64.74561103723659, + -64.74561103723772, -506.10574542793245, - -628.998339492372, + -628.9983394923757, -470.2674628534679, -5.181771842962917, 524.3214065567524, @@ -179020,27 +138975,27 @@ 472.21844107803304 ], "relative wind speed": [ - 1.8197574981663298, + 1.8197574981663294, 1.4674510613039464, 1.3099422120416002, - 1.501794188888697, + 1.5017941888886968, 1.858959168449842, 2.147983688200222, 2.247509275444234, 2.1241141109451838 ], "relative wind angle": [ - 0.2605641209306235, + 0.26056412093062437, 0.2178557475987381, - 0.015474885137422586, - 0.23236767564770017, + 0.015474885137436934, + 0.23236767564769967, 0.2549457060621551, - 0.1482012313257037, + 0.14820123132570373, 0.0090191712464288, 0.16354250338452314 ], "resistance": [ - 96569.75438896277, + 96569.75438896276, 96128.39425457206, 96005.50166050762, 96164.23253714653, @@ -179050,7 +139005,7 @@ 97106.71844107803 ], "fuel": [ - 39.33713698646453, + 39.337136986464515, 39.11024845385438, 39.04720248112331, 39.1286446809034, @@ -179090,19 +139045,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1055.8473024266123, + 1055.847302426606, -207.0910395408382, - -1274.6375649775591, + -1274.6375649775619, -1566.0359465165693, -1231.950152601431, - -135.6000796171229, + -135.600079617122, 1116.8289137508773, 1800.7755498183797 ], "relative wind speed": [ 4.033450104347834, 3.6722880496655153, - 3.2790873547405344, + 3.2790873547405335, 3.1096598661377284, 3.297344960613672, 3.6953354399610023, @@ -179110,13 +139065,13 @@ 4.179858735708686 ], "relative wind angle": [ - 0.09599838606689523, + 0.09599838606689755, 0.14623420947933163, 0.11311962882675199, - 0.0037455080020647492, + 0.0037455080020647497, 0.11751927280225266, - 0.14531566791887116, - 0.09155832923357553, + 0.14531566791887113, + 0.09155832923357551, 0.0027865161213993703 ], "resistance": [ @@ -179170,20 +139125,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1174.700788298127, + 1174.7007882981243, 82.09710827540948, - -975.4111320466941, - -1418.9519946745345, + -975.4111320466959, + -1418.9519946745309, -1243.7746024106323, -366.83806799578724, 790.8011700205061, 1583.9862154826906 ], "relative wind speed": [ - 3.7600175313194377, + 3.760017531319437, 3.4387721528977573, - 3.0330905938214157, - 2.7927006683936804, + 3.033090593821415, + 2.79270066839368, 2.9058803669943707, 3.2797436826020063, 3.658173587021931, @@ -179192,8 +139147,8 @@ "relative wind angle": [ 0.08391906401530586, 0.15362977167724065, - 0.14192359312252184, - 0.02883226664757022, + 0.14192359312252187, + 0.02883226664756637, 0.10867209763132271, 0.1611425891934764, 0.11754857226243753, @@ -179250,17 +139205,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1119.6600765330554, + 1119.6600765330495, 449.298537748944, - -380.7935891935722, + -380.7935891935724, -924.962418662125, - -971.7806483165602, + -971.7806483165607, -535.733773177694, - 267.1820652652309, + 267.18206526523136, 1011.7404869030343 ], "relative wind speed": [ - 2.8567368038239405, + 2.85673680382394, 2.625127813299196, 2.2201242395887335, 1.8502504449842871, @@ -179270,13 +139225,13 @@ 2.827393815638261 ], "relative wind angle": [ - 0.05875732913092217, + 0.058757329130925955, 0.18838833302394184, - 0.23989495172898972, + 0.23989495172899017, 0.1379199780548799, - 0.09309474082062535, - 0.2331871264870912, - 0.20859423782440048, + 0.09309474082062655, + 0.23318712648709117, + 0.20859423782440045, 0.09009097953909677 ], "resistance": [ @@ -179286,7 +139241,7 @@ 95709.53758133786, 95662.71935168342, 96098.76622682229, - 96901.68206526521, + 96901.68206526522, 97646.24048690301 ], "fuel": [ @@ -179330,11 +139285,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1327.5440370965653, + 1327.5440370965598, 506.94732328857344, - -495.6751700339523, + -495.67517003395324, -1139.6308333654713, - -1182.3834257693031, + -1182.3834257693024, -638.5991590681701, 339.3397452835811, 1228.776155555127 @@ -179342,7 +139297,7 @@ "relative wind speed": [ 3.2173409836557716, 2.963294964141553, - 2.531255851836901, + 2.5312558518369004, 2.1494827119190445, 2.113519592635476, 2.4570573923004773, @@ -179350,11 +139305,11 @@ 3.1934263956957367 ], "relative wind angle": [ - 0.05860055020110085, + 0.05860055020110465, 0.17794430170902195, - 0.22038969505655318, + 0.22038969505655265, 0.12033900201882897, - 0.08927316550654454, + 0.0892731655065433, 0.21513173300102637, 0.1919788041537912, 0.08089254252428817 @@ -179397,68 +139352,7 @@ "id": "3520", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.06751267848678, - 10.06751267848678, - 10.06751267848678, - 10.06751267848678, - 10.06751267848678, - 10.06751267848678, - 10.06751267848678, - 10.06751267848678 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -0.7027675981298671, - -524.880743656855, - -726.8992579835476, - -629.6115347168907, - -176.78717140173785, - 403.0457557501295, - 781.7148123960974, - 552.1749809662138 - ], - "relative wind speed": [ - 2.8509385828254077, - 2.613220700533108, - 2.4837709686789586, - 2.5563533682183635, - 2.777066880811246, - 3.0018375761933718, - 3.1097963017999803, - 3.050411237905452 - ], - "relative wind angle": [ - 0.11002451433450565, - 0.09490435982926784, - 0.014964329237026104, - 0.07638312154523512, - 0.11296358320603007, - 0.08258796172457294, - 0.011951735936205802, - 0.06399322014797067 - ], - "resistance": [ - 96633.79723240188, - 96109.61925634314, - 95907.60074201645, - 96004.8884652831, - 96457.71282859826, - 97037.54575575014, - 97416.2148123961, - 97186.67498096621 - ], - "fuel": [ - 41.09789395254388, - 40.828387380953416, - 40.72479233089598, - 40.77466249724183, - 41.00724596140154, - 41.30617865737463, - 41.502076665186635, - 41.38326444251635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 18.90625, -44.21875 19.0625, -44.0625 19.0625, -44.0625 18.90625, -44.21875 18.90625))", @@ -179490,9 +139384,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -103.85424499441251, + -103.85424499441388, -607.1513641386107, - -742.3581955746654, + -742.3581955746904, -577.574391160179, -54.349662142677516, 538.9524249640749, @@ -179500,7 +139394,7 @@ 496.6723472218896 ], "relative wind speed": [ - 2.4786933967701783, + 2.478693396770178, 2.2026014705823544, 2.0858019232662466, 2.221414197080474, @@ -179510,9 +139404,9 @@ 2.7332879018436693 ], "relative wind angle": [ - 0.15234921909974092, + 0.15234921909974167, 0.11719318070712109, - 0.005730282519722322, + 0.005730282519761072, 0.12386042532642606, 0.15089947172433346, 0.09384047324128784, @@ -179522,7 +139416,7 @@ "resistance": [ 96530.64575500562, 96027.34863586142, - 95892.14180442537, + 95892.14180442534, 96056.92560883985, 96580.15033785735, 97173.45242496411, @@ -179532,7 +139426,7 @@ "fuel": [ 40.37924631716163, 40.12064928522966, - 40.05133983598559, + 40.05133983598557, 40.13582004042314, 40.404732979664324, 40.71089487099246, @@ -179570,9 +139464,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -106.59262387680792, + -106.59262387680928, -642.4543897816116, - -788.8765485567587, + -788.8765485569452, -630.1727665061649, -85.95990409115802, 538.9091058554172, @@ -179580,7 +139474,7 @@ 521.4116992388394 ], "relative wind speed": [ - 2.875136551646171, + 2.8751365516461704, 2.6273831388944093, 2.5204647682992776, 2.6339377798461836, @@ -179590,19 +139484,19 @@ 3.1054730429355533 ], "relative wind angle": [ - 0.11814612512468475, - 0.0901817019398604, - 0.0016918030114719462, + 0.11814612512468571, + 0.09018170193986041, + 0.0016918030116688174, 0.09225570401518768, 0.11779752058865371, 0.07613243994116045, - 0.001333266525294809, + 0.0013332665252948092, 0.07821637005139925 ], "resistance": [ - 96527.90737612321, + 96527.9073761232, 95992.0456102184, - 95845.62345144326, + 95845.62345144307, 96004.32723349385, 96548.54009590886, 97173.40910585543, @@ -179610,9 +139504,9 @@ 97155.91169923886 ], "fuel": [ - 41.17898699074533, + 41.17898699074532, 40.9036959776558, - 40.828659640196435, + 40.828659640196335, 40.90999351502836, 41.18960810621539, 41.51202268828307, @@ -179650,9 +139544,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -69.01414949191758, + -69.01414949191985, -627.4180370985555, - -794.839343827045, + -794.83934382702, -640.8355066797242, -91.44323542767506, 555.0863132196805, @@ -179660,9 +139554,9 @@ 574.2963242148135 ], "relative wind speed": [ - 2.493930965797254, + 2.4939309657972535, 2.1898077955958026, - 2.046847308593652, + 2.0468473085936516, 2.1811612981063475, 2.48319219518704, 2.7551183202810194, @@ -179670,19 +139564,19 @@ 2.7619685972225114 ], "relative wind angle": [ - 0.16435245806041734, + 0.1643524580604187, 0.13391725279049424, - 0.0026592403290252448, - 0.13089090185129068, + 0.002659240328983495, + 0.13089090185129065, 0.1650697261124756, 0.10632170808192724, 0.0019012205685183124, - 0.10325466753172571 + 0.10325466753172573 ], "resistance": [ 96565.48585050808, 96007.08196290144, - 95839.66065617296, + 95839.66065617299, 95993.66449332028, 96543.05676457232, 97189.58631321968, @@ -179692,7 +139586,7 @@ "fuel": [ 40.38417920908316, 40.09725285342072, - 40.01145234608897, + 40.01145234608899, 40.090372789185366, 40.3726320379874, 40.706235703552096, @@ -179717,68 +139611,7 @@ "id": "3524", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.112594731677827, - 8.112594731677827, - 8.112594731677827, - 8.112594731677827, - 8.112594731677827, - 8.112594731677827, - 8.112594731677827, - 8.112594731677827 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 61.728704379399005, - -461.446943176981, - -691.720723815687, - -614.0103970237851, - -193.27254933688323, - 374.35825887957617, - 774.0332829215399, - 592.8534345757353 - ], - "relative wind speed": [ - 2.3515985113968076, - 2.057828727340558, - 1.8761853922509928, - 1.9506021782133378, - 2.2185968822078195, - 2.4934972655845997, - 2.6328911976095646, - 2.5782433606809345 - ], - "relative wind angle": [ - 0.16166923683031245, - 0.15384615366722165, - 0.03594942165040588, - 0.11301411638541083, - 0.17145436503335518, - 0.12680515999591305, - 0.025614665529377773, - 0.08542420368421362 - ], - "resistance": [ - 96696.22870437942, - 96173.05305682303, - 95942.77927618433, - 96020.48960297623, - 96441.22745066314, - 97008.8582588796, - 97408.53328292155, - 97227.35343457575 - ], - "fuel": [ - 40.09826097382279, - 39.82914723550021, - 39.71102064258074, - 39.75086268084457, - 39.96696490636791, - 40.259559096848065, - 40.466297141091744, - 40.37250542963805 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 19.21875, -43.28125 19.375, -43.125 19.375, -43.125 19.21875, -43.28125 19.21875))", @@ -179810,9 +139643,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 40.36812603169324, + 40.36812603169278, -476.8532396934477, - -681.6548097041989, + -681.654809704201, -574.0484854669425, -121.23574940821459, 458.7137440911099, @@ -179822,7 +139655,7 @@ "relative wind speed": [ 1.9898669366517654, 1.6259775701459054, - 1.4086920844119097, + 1.4086920844119095, 1.5387212033176663, 1.8891927712365866, 2.2101621419829978, @@ -179830,14 +139663,14 @@ 2.2717739348212196 ], "relative wind angle": [ - 0.24008097017293506, - 0.2303706905822602, - 0.036855618016684716, - 0.19481032884756333, + 0.24008097017293598, + 0.23037069058226017, + 0.03685561801669074, + 0.19481032884756336, 0.2531476478665986, 0.16878484675927632, 0.022046362100127868, - 0.13149480957484835 + 0.13149480957484838 ], "resistance": [ 96674.86812603171, @@ -179877,68 +139710,7 @@ "id": "3526", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.862538193321012, - 6.862538193321012, - 6.862538193321012, - 6.862538193321012, - 6.862538193321012, - 6.862538193321012, - 6.862538193321012, - 6.862538193321012 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -15.194036964206816, - -501.65451900272774, - -664.9874147556153, - -536.9961431502479, - -73.98227293079844, - 486.7398293810104, - 834.4119662094856, - 537.8904552174988 - ], - "relative wind speed": [ - 1.978168546734419, - 1.6317653027935444, - 1.4502271357625653, - 1.6007498562391067, - 1.9420001842806327, - 2.2409501359098702, - 2.36248952796267, - 2.2632090961256432 - ], - "relative wind angle": [ - 0.23268830673658739, - 0.20720657229041892, - 0.012822327566922358, - 0.1945093828682415, - 0.2371042301598398, - 0.15036774798561864, - 0.007870921590885932, - 0.13713854125166514 - ], - "resistance": [ - 96619.3059630358, - 96132.84548099729, - 95969.5125852444, - 96097.50385684977, - 96560.51772706922, - 97121.23982938103, - 97468.9119662095, - 97172.39045521751 - ], - "fuel": [ - 39.53082070587007, - 39.28069871154716, - 39.19691576609426, - 39.26256152030642, - 39.5005469493065, - 39.78982162769971, - 39.9697721302461, - 39.81626829648449 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 19.0625, -43.28125 19.21875, -43.125 19.21875, -43.125 19.0625, -43.28125 19.0625))", @@ -179957,68 +139729,7 @@ "id": "3527", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.412713878786234, - 6.412713878786234, - 6.412713878786234, - 6.412713878786234, - 6.412713878786234, - 6.412713878786234, - 6.412713878786234, - 6.412713878786234 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -46.98107726385115, - -524.823186389176, - -664.9844679864073, - -506.19555986258626, - -16.03293193424429, - 552.8808486898404, - 876.7757904339526, - 525.7015281415877 - ], - "relative wind speed": [ - 1.8404407268993486, - 1.4610247385483563, - 1.2797442958861942, - 1.479096114045137, - 1.860742352860606, - 2.171402976489793, - 2.282945183333532, - 2.1591338213217823 - ], - "relative wind angle": [ - 0.27604117536062245, - 0.23996162243351382, - 0.008240496927060484, - 0.2473594118937632, - 0.27295187257936576, - 0.16060223341397137, - 0.0046193168221179085, - 0.16852527072435175 - ], - "resistance": [ - 96587.5189227362, - 96109.67681361087, - 95969.51553201364, - 96128.30444013746, - 96618.4670680658, - 97187.38084868988, - 97511.275790434, - 97160.20152814162 - ], - "fuel": [ - 39.34970862652287, - 39.10406677397611, - 39.03217593862416, - 39.11362666774714, - 39.365647277548966, - 39.65927936255348, - 39.82698848976606, - 39.64522397168382 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 18.90625, -43.4375 19.0625, -43.28125 19.0625, -43.28125 18.90625, -43.4375 18.90625))", @@ -180037,68 +139748,7 @@ "id": "3528", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.326275692997428, - 6.326275692997428, - 6.326275692997428, - 6.326275692997428, - 6.326275692997428, - 6.326275692997428, - 6.326275692997428, - 6.326275692997428 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 161.1575121297094, - -375.23633106096304, - -650.0622316775022, - -599.2747879718045, - -211.17394585195984, - 355.22225144444656, - 798.4332355449642, - 681.8385593885791 - ], - "relative wind speed": [ - 1.9467194650401842, - 1.5672844564174133, - 1.2804659388240192, - 1.3482644779158919, - 1.6990148801713336, - 2.0542608576522903, - 2.2442761011340546, - 2.2042121350269666 - ], - "relative wind angle": [ - 0.2508852383174502, - 0.27964025717808605, - 0.10050240257545445, - 0.18718014655855755, - 0.2884393530270581, - 0.21216811191562157, - 0.05727621479434211, - 0.11407350942976079 - ], - "resistance": [ - 96795.65751212972, - 96259.26366893905, - 95984.43776832252, - 96035.2252120282, - 96423.32605414806, - 96989.72225144446, - 97432.93323554497, - 97316.33855938859 - ], - "fuel": [ - 39.42684118918086, - 39.15074294526036, - 39.009696478895464, - 39.0357404997841, - 39.23507719933822, - 39.526995960506994, - 39.75625798937273, - 39.69587560867649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 18.90625, -43.28125 19.0625, -43.125 19.0625, -43.125 18.90625, -43.28125 18.90625))", @@ -180130,33 +139780,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 130.28485416026115, + 130.28485416026, -411.7625587417151, - -672.3905304205101, + -672.3905304205106, -603.5580507364374, -188.4560386464966, 394.1478423194294, - 831.7782222221283, + 831.778222222131, 673.5771812486771 ], "relative wind speed": [ - 1.9660488493001285, + 1.9660488493001282, 1.5835973110673067, - 1.3111481514475345, + 1.3111481514475343, 1.4004741801439613, 1.7585640508152793, 2.109529605157178, - 2.2888394709131346, + 2.288839470913134, 2.235300353286847 ], "relative wind angle": [ - 0.25177598530553263, + 0.25177598530553397, 0.2699883656366278, - 0.082112923113599, - 0.19421842661425767, - 0.28225004547119514, + 0.08211292311360037, + 0.1942184266142577, + 0.2822500454711951, 0.2015860485448059, - 0.0470023655298315, + 0.04700236552982678, 0.12121599947883355 ], "resistance": [ @@ -180210,34 +139860,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 12.123038010844539, + 12.123038010843402, -531.6294432525012, - -727.9713830681632, - -594.9291801342185, + -727.9713830681635, + -594.9291801342184, -93.08626939841861, 528.4708780690746, 927.8200603238176, - 620.4785967415426 + 620.4785967415417 ], "relative wind speed": [ - 2.0112458049333175, + 2.011245804933317, 1.6272762011789537, - 1.4123541389777836, - 1.5709689716481359, + 1.4123541389777834, + 1.5709689716481356, 1.94690318018549, 2.2776114343660185, 2.4167741861809438, - 2.3168077544321712 + 2.316807754432171 ], "relative wind angle": [ - 0.2524132276601355, + 0.2524132276601359, 0.23486900665664356, 0.023552007383326825, - 0.2127153309661008, + 0.2127153309661003, 0.26094644707792414, 0.16704316758589602, 0.013762870445052328, - 0.14364511542533753 + 0.14364511542533678 ], "resistance": [ 96646.62303801088, @@ -180290,34 +139940,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 77.57149535136318, + 77.5714953513625, -463.5366817952613, - -691.5091054682833, + -691.5091054682836, -587.6246011729802, -128.57579257795146, 474.2272593930786, 894.7739785118258, - 655.8630480238287 + 655.8630480238282 ], "relative wind speed": [ - 1.9116233253495607, + 1.9116233253495603, 1.5076457751013774, - 1.246563369969363, + 1.2465633699693628, 1.3850277246591343, 1.775581790228384, 2.129318822682529, 2.291958593967563, - 2.2110388132587553 + 2.2110388132587557 ], "relative wind angle": [ - 0.27720919895687696, + 0.27720919895687735, 0.2823789583254991, 0.05694035576990989, 0.2329751068450696, - 0.2990795053160924, + 0.29907950531609245, 0.19859227895068415, - 0.030957254392368967, - 0.1451314151891626 + 0.03095725439236897, + 0.14513141518916411 ], "resistance": [ 96712.07149535135, @@ -180370,34 +140020,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -311.72162272871765, + -311.7216227287181, -670.8621386273171, - -678.4720449967031, + -678.4720449967034, -336.74994183151284, - 244.45265746104405, + 244.45265746104383, 757.187061571645, 774.7025411426159, 273.91337762714556 ], "relative wind speed": [ - 1.8047131207813731, + 1.804713120781373, 1.4981886840966985, 1.489150269175037, 1.78656198580034, - 2.1439638937774306, + 2.14396389377743, 2.3683330198657293, 2.374026558814715, 2.1591125253295314 ], "relative wind angle": [ - 0.2487737829728842, + 0.24877378297288463, 0.12788544217896597, - 0.11719938776040396, + 0.11719938776040494, 0.24730119025463543, - 0.20876887599134425, - 0.08076676477214911, + 0.20876887599134367, + 0.08076676477214913, 0.07341313830831213, - 0.20396165391573576 + 0.20396165391573579 ], "resistance": [ 96322.77837727127, @@ -180450,17 +140100,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -363.50788477964556, + -363.50788477964636, -625.8317593596039, - -572.6775942940272, + -572.6775942940277, -193.17737431095657, - 356.334018635421, + 356.33401863542053, 784.2302688199022, - 662.3183941750633, + 662.3183941750626, 154.37162440506472 ], "relative wind speed": [ - 1.4913392277172264, + 1.4913392277172262, 1.2003724975695156, 1.2753543752640093, 1.6347031476080718, @@ -180470,13 +140120,13 @@ 1.8754565753899775 ], "relative wind angle": [ - 0.29652869355150346, + 0.29652869355150463, 0.10466497074194481, - 0.20403828010539043, - 0.304985612827562, - 0.22061735850144104, + 0.20403828010539207, + 0.30498561282756204, + 0.22061735850144154, 0.057580698209047224, - 0.12127234037096622, + 0.12127234037096715, 0.26481674724454285 ], "resistance": [ @@ -180530,9 +140180,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -289.6878490235126, + -289.6878490235134, -595.7147347442017, - -588.62705379092, + -588.6270537909201, -266.84288131442554, 257.20907632731087, 708.6991389985988, @@ -180540,9 +140190,9 @@ 230.1742647173819 ], "relative wind speed": [ - 1.570940823920379, + 1.5709408239203786, 1.2616926138096722, - 1.2714957783721639, + 1.2714957783721637, 1.5899081331356413, 1.9471706593217526, 2.1604306045418964, @@ -180550,10 +140200,10 @@ 1.931714465694215 ], "relative wind angle": [ - 0.28698553969983587, + 0.28698553969983664, 0.14066504220165255, - 0.15358197196365267, - 0.288251316989696, + 0.15358197196365192, + 0.28825131698969597, 0.23040249079907454, 0.08196958122493234, 0.09039746445602857, @@ -180610,9 +140260,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -183.5790878027824, + -183.5790878027832, -569.2030068980511, - -627.192922256101, + -627.1929222561013, -368.60905699205557, 149.70710373855536, 663.4663142459522, @@ -180620,9 +140270,9 @@ 369.3999447429428 ], "relative wind speed": [ - 1.622163839154729, + 1.6221638391547286, 1.25291355502201, - 1.1695177211656331, + 1.169517721165633, 1.4641360813151916, 1.8555418717291654, 2.1224181450514155, @@ -180630,13 +140280,13 @@ 1.9826136018378309 ], "relative wind angle": [ - 0.31427617600806046, + 0.3142761760080608, 0.21588688268366313, 0.10441534549480018, 0.30579147600314593, - 0.27365064976869297, - 0.12679494282528053, - 0.05621512067072659, + 0.273650649768693, + 0.1267949428252805, + 0.056215120670726586, 0.22419370162781668 ], "resistance": [ @@ -180677,68 +140327,7 @@ "id": "3536", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.679611034599898, - 6.679611034599898, - 6.679611034599898, - 6.679611034599898, - 6.679611034599898, - 6.679611034599898, - 6.679611034599898, - 6.679611034599898 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -294.81635271553455, - -689.5014100390064, - -710.8792530966691, - -363.7993430444526, - 246.6407126243007, - 802.5033181290003, - 851.5453434548065, - 328.2509643377339 - ], - "relative wind speed": [ - 1.750355750035441, - 1.3983262328940014, - 1.3712624135230245, - 1.6978770015698412, - 2.091742332988767, - 2.341754680939037, - 2.3577045261352048, - 2.134559656425565 - ], - "relative wind angle": [ - 0.2870825346596735, - 0.16196600907346234, - 0.12923941314571083, - 0.28380532307930234, - 0.23921750412178439, - 0.096441499454454, - 0.07502811585740815, - 0.22461073524362624 - ], - "resistance": [ - 96339.68364728449, - 95944.99858996102, - 95923.62074690335, - 96270.70065695558, - 96881.14071262433, - 97437.00331812903, - 97486.04534345484, - 96962.75096433776 - ], - "fuel": [ - 39.31833800797513, - 39.11574719361207, - 39.104790550797745, - 39.282887416223176, - 39.597209576318555, - 39.8846354044133, - 39.91004928328276, - 39.63933665339807 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 19.84375, -42.03125 20, -41.875 20, -41.875 19.84375, -42.03125 19.84375))", @@ -180757,68 +140346,7 @@ "id": "3537", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.527567745576907, - 6.527567745576907, - 6.527567745576907, - 6.527567745576907, - 6.527567745576907, - 6.527567745576907, - 6.527567745576907, - 6.527567745576907 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -402.6084282047874, - -703.3342838745049, - -649.8053547502542, - -230.24165056152765, - 384.6181870784278, - 868.2334763946626, - 745.4055862781127, - 180.5453935943474 - ], - "relative wind speed": [ - 1.6167722660555788, - 1.3120102649560823, - 1.3816111849977668, - 1.7511612640955405, - 2.125169485838603, - 2.3257099923412365, - 2.285048891668419, - 2.0158700679749457 - ], - "relative wind angle": [ - 0.28639407024345614, - 0.10498305613201489, - 0.19100692670457597, - 0.2945796004166805, - 0.21660445941615916, - 0.05915018544872757, - 0.11504131450390316, - 0.25496614724592026 - ], - "resistance": [ - 96231.89157179523, - 95931.16571612551, - 95984.69464524977, - 96404.25834943849, - 97019.11818707845, - 97502.73347639467, - 97379.90558627812, - 96815.04539359437 - ], - "fuel": [ - 39.20760845343463, - 39.053314703212735, - 39.08075423179282, - 39.296196585553105, - 39.61310516470414, - 39.86335659116894, - 39.799715658348205, - 39.50776681950849 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 19.6875, -42.1875 19.84375, -42.03125 19.84375, -42.03125 19.6875, -42.1875 19.6875))", @@ -180837,68 +140365,7 @@ "id": "3538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.388092117115804, - 6.388092117115804, - 6.388092117115804, - 6.388092117115804, - 6.388092117115804, - 6.388092117115804, - 6.388092117115804, - 6.388092117115804 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -138.67548862808758, - -570.1270544452532, - -662.5260287995923, - -439.0115188613222, - 79.1870090698992, - 625.174789393021, - 837.8194344888282, - 433.9811556920438 - ], - "relative wind speed": [ - 1.770057965951853, - 1.4046829369093863, - 1.283548291766176, - 1.531974438898878, - 1.9135711472988426, - 2.1958427961399787, - 2.2687801835586345, - 2.1090078371510823 - ], - "relative wind angle": [ - 0.2823053412512825, - 0.2123146370722582, - 0.05805912494472484, - 0.2650617267407118, - 0.2606186554961565, - 0.13521142009904105, - 0.032834038012894556, - 0.19146065799743234 - ], - "resistance": [ - 96495.82451137193, - 96064.37294555476, - 95971.97397120042, - 96195.48848113869, - 96713.68700906991, - 97259.67478939303, - 97472.31943448885, - 97068.48115569206 - ], - "fuel": [ - 39.29387331179278, - 39.072189180971066, - 39.02480371897004, - 39.1394843898152, - 39.406076434512975, - 39.68804594325969, - 39.798164118032275, - 39.589179842859096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 19.6875, -42.03125 19.84375, -41.875 19.84375, -41.875 19.6875, -42.03125 19.6875))", @@ -180930,9 +140397,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -190.14599133237584, + -190.14599133237675, -676.1861802679296, - -769.1788756693443, + -769.1788756693446, -494.2030307838713, 112.34628858860515, 735.4890024613264, @@ -180940,9 +140407,9 @@ 470.91189293503976 ], "relative wind speed": [ - 1.9306481647220015, + 1.9306481647220013, 1.5542362543747201, - 1.4445681139512412, + 1.444568113951241, 1.712726469182664, 2.111789793210239, 2.402375518572943, @@ -180950,14 +140417,14 @@ 2.292079079877582 ], "relative wind angle": [ - 0.2690972818743244, + 0.26909728187432524, 0.192095039163182, 0.06487282510341336, 0.2532738012164739, 0.2455158114888244, 0.12383075885634245, - 0.03792497908177822, - 0.1883503465494951 + 0.037924979081778214, + 0.18835034654949506 ], "resistance": [ 96444.35400866762, @@ -181010,33 +140477,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -322.8585386820728, + -322.8585386820737, -702.2700603708943, - -710.2990562856243, + -710.2990562856247, -349.0149558351534, - 264.78895856672716, + 264.78895856672693, 808.1107971463155, - 826.5573254483363, + 826.5573254483345, 295.65213896557225 ], "relative wind speed": [ - 1.7916262281936297, + 1.7916262281936295, 1.4622393045829092, 1.4525242932830054, 1.772445020179826, 2.151504420557389, 2.3876247672869804, - 2.393547365449872, + 2.3935473654498725, 2.167333491567242 ], "relative wind angle": [ - 0.2670900326162873, + 0.26709003261628816, 0.13945948232972996, - 0.12798857602902142, + 0.12798857602902317, 0.26572339234874165, - 0.22158832635070688, + 0.22158832635070738, 0.08523495513712294, - 0.07753565680410171, + 0.07753565680410458, 0.21644634057737044 ], "resistance": [ @@ -181090,7 +140557,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -412.20195978593165, + -412.20195978593233, -702.9615038471686, -643.7835995635035, -220.7275767576616, @@ -181100,7 +140567,7 @@ 164.14460508049683 ], "relative wind speed": [ - 1.6299281467239275, + 1.6299281467239273, 1.3374894359464318, 1.413066653276733, 1.7772256386719323, @@ -181110,9 +140577,9 @@ 2.022815457609692 ], "relative wind angle": [ - 0.2760960340449719, + 0.27609603404497274, 0.09533939970971106, - 0.18811934278327097, + 0.188119342783271, 0.2857988390096792, 0.20882334907271033, 0.05450876375694659, @@ -181170,33 +140637,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -300.097196507465, + -300.09719650746615, -739.6087724297029, - -777.6141678785026, + -777.6141678785034, -424.5096347961339, - 224.03824393461264, + 224.03824393461196, 827.4983841667001, 914.9112670099641, 370.66250861002777 ], "relative wind speed": [ - 1.9182829678591375, + 1.918282967859137, 1.5685798973363136, 1.5251187615698403, 1.8317218328830458, - 2.2237792314432223, + 2.223779231443222, 2.4828533425575237, 2.509784129777767, 2.295604221532153 ], "relative wind angle": [ - 0.2604204724250123, - 0.15233405740049472, - 0.10333275603559117, - 0.25413003096195413, - 0.22398217726735895, + 0.26042047242501276, + 0.15233405740049474, + 0.10333275603559332, + 0.2541300309619541, + 0.22398217726735845, 0.09601500168879466, - 0.06272157382068415, + 0.06272157382068413, 0.20197167854913445 ], "resistance": [ @@ -181250,17 +140717,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -323.9823542198103, + -323.982354219811, -653.3381475756328, - -641.7618974337005, + -641.7618974337006, -286.5623692988156, - 286.06521516286807, + 286.0652151628685, 774.8976608912892, 748.3355680763582, 241.81802731570315 ], "relative wind speed": [ - 1.6518881178169202, + 1.6518881178169198, 1.3355896121819038, 1.3507150417545748, 1.681317192192486, @@ -181270,12 +140737,12 @@ 2.0262540296789484 ], "relative wind angle": [ - 0.2808670558836342, + 0.2808670558836346, 0.13392195438218535, - 0.1528751539031858, + 0.1528751539031865, 0.28283250263955495, - 0.22522327876473422, - 0.07867264413398331, + 0.2252232787647337, + 0.0786726441339833, 0.09113375099308178, 0.23368964631443997 ], @@ -181330,41 +140797,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -453.3516693906623, + -453.3516693906631, -665.4203384375784, - -556.7195030549707, + -556.7195030549708, -105.31679493140018, - 479.51121733357286, + 479.5112173335731, 881.3525229216339, - 631.4080055244801, - 66.41603829631504 + 631.4080055244797, + 66.41603829631481 ], "relative wind speed": [ - 1.4266738020288439, + 1.4266738020288434, 1.165921092276842, - 1.318764036661202, + 1.3187640366612017, 1.7182071446316627, 2.0707601802653746, 2.2280201678064087, 2.141099548637843, - 1.8360855289732094 + 1.8360855289732092 ], "relative wind angle": [ - 0.2984239248772864, + 0.29842392487728714, 0.05300373589601771, 0.2545731233687454, 0.31445596667138387, - 0.20397590477874272, - 0.02772737795182219, - 0.15573948381596725, - 0.29364369661717843 + 0.20397590477874217, + 0.027727377951822195, + 0.15573948381596797, + 0.29364369661717804 ], "resistance": [ 96181.14833060936, 95969.07966156244, 96077.78049694504, 96529.18320506862, - 97114.01121733358, + 97114.0112173336, 97515.85252292165, 97265.9080055245, 96700.91603829633 @@ -181410,9 +140877,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -548.1172748335035, + -548.1172748335041, -744.7483486885111, - -599.0933353956183, + -599.0933353956185, -74.07734865723137, 570.7584674531897, 981.3136324931263, @@ -181420,9 +140887,9 @@ 10.607651492791547 ], "relative wind speed": [ - 1.5484920071653914, + 1.5484920071653911, 1.3183853361242055, - 1.5007474895921955, + 1.5007474895921953, 1.907611661850022, 2.2552216163289183, 2.397021514401777, @@ -181430,11 +140897,11 @@ 1.960833950793926 ], "relative wind angle": [ - 0.2619444523168754, - 0.021020162068714383, + 0.2619444523168763, + 0.02102016206871438, 0.24348348956304924, - 0.28666340723744554, - 0.1787583938037049, + 0.2866634072374456, + 0.17875839380370492, 0.01156070138773791, 0.1588502308001339, 0.2786715442113129 @@ -181490,17 +140957,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -306.91821301996185, + -306.9182130199622, -592.082419343297, - -560.4294682684192, + -560.4294682684194, -208.5574272654694, - 330.846722352572, + 330.84672235257176, 778.8696263886393, 706.4655317973927, 213.01760648657 ], "relative wind speed": [ - 1.371716016856486, + 1.3717160168564857, 1.0210402536652086, 1.0729099412094196, 1.4641785081282879, @@ -181510,11 +140977,11 @@ 1.7823742581620519 ], "relative wind angle": [ - 0.36671087318257495, - 0.16561274474175336, - 0.238794098312508, + 0.3667108731825752, + 0.16561274474175333, + 0.23879409831250892, 0.3683523570657385, - 0.2684215294663241, + 0.26842152946632447, 0.08147078268200418, 0.124603955701125, 0.3002889719674355 @@ -181570,34 +141037,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -340.73363426025287, + -340.7336342602532, -632.3237992057537, - -592.3471374032468, + -592.3471374032472, -215.1228718143924, 352.9379998599395, 815.3399558583612, - 723.8506040087398, + 723.8506040087402, 203.06514762657457 ], "relative wind speed": [ - 1.4453190890680885, + 1.4453190890680883, 1.108337594863102, 1.1689434904757658, 1.5563254675675364, 1.9434880890624684, 2.1535275706072046, 2.121241225704099, - 1.8557866958659295 + 1.8557866958659293 ], "relative wind angle": [ - 0.3405903534621698, - 0.14254018883997893, - 0.22441682881136765, + 0.3405903534621704, + 0.14254018883997896, + 0.22441682881136918, 0.3443100729648761, 0.25104786194255846, - 0.07317706472393913, - 0.12294247496674879, - 0.2870024887263916 + 0.07317706472393914, + 0.12294247496674789, + 0.28700248872639117 ], "resistance": [ 96293.76636573974, @@ -181637,68 +141104,7 @@ "id": "3548", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.322378690044351, - 10.322378690044351, - 10.322378690044351, - 10.322378690044351, - 10.322378690044351, - 10.322378690044351, - 10.322378690044351, - 10.322378690044351 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -108.72356123566897, - -919.3273729267203, - -1154.7137114769075, - -921.3194870094208, - -112.0500921921548, - 832.2750175657584, - 1380.430348317992, - 835.1315692284488 - ], - "relative wind speed": [ - 2.913348046788756, - 2.5319275690968257, - 2.3554265155251084, - 2.530818117838019, - 2.911984441681697, - 3.249091106012813, - 3.3792330727970468, - 3.249955366577663 - ], - "relative wind angle": [ - 0.17662656209903824, - 0.14364928923005404, - 0.00029403711853536536, - 0.14332166536607363, - 0.17671014322368386, - 0.11179005316425297, - 0.00020495266454790667, - 0.11145693714025268 - ], - "resistance": [ - 96525.77643876435, - 95715.1726270733, - 95479.78628852312, - 95713.18051299061, - 96522.44990780788, - 97466.77501756579, - 98014.93034831803, - 97469.63156922848 - ], - "fuel": [ - 41.19534027170867, - 40.779325397539125, - 40.65897943703735, - 40.778306024433874, - 41.19362804636969, - 41.68134244927683, - 41.965969659250895, - 41.68282280289406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 19.53125, -41.09375 19.6875, -40.9375 19.6875, -40.9375 19.53125, -41.09375 19.53125))", @@ -181717,68 +141123,7 @@ "id": "3549", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.1378056347664485, - 7.1378056347664485, - 7.1378056347664485, - 7.1378056347664485, - 7.1378056347664485, - 7.1378056347664485, - 7.1378056347664485, - 7.1378056347664485 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -207.78637590948165, - -717.6009696514619, - -811.2766944292081, - -512.5929099575656, - 132.91943433768847, - 791.3325770473789, - 1006.8007053201536, - 492.8223199465315 - ], - "relative wind speed": [ - 1.9535024276563868, - 1.5604239911766256, - 1.4507397003318425, - 1.7374727817138846, - 2.154510376241222, - 2.454213451179603, - 2.5206033043840046, - 2.332225338382615 - ], - "relative wind angle": [ - 0.277798329756238, - 0.19685292250385678, - 0.07183010381555299, - 0.26343648128815333, - 0.2512898980396981, - 0.12467786662888304, - 0.041318214010096437, - 0.19523195411314076 - ], - "resistance": [ - 96426.71362409058, - 95916.89903034859, - 95823.22330557085, - 96121.9070900425, - 96767.41943433775, - 97425.83257704743, - 97641.30070532022, - 97127.32231994659 - ], - "fuel": [ - 39.53907777079715, - 39.27733536774349, - 39.22934677073688, - 39.382471689441935, - 39.71453767077855, - 40.054837411102866, - 40.16655208030141, - 39.900352995226264 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 19.375, -41.25 19.53125, -41.09375 19.53125, -41.09375 19.375, -41.25 19.375))", @@ -181797,68 +141142,7 @@ "id": "3550", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.214711358398644, - 10.214711358398644, - 10.214711358398644, - 10.214711358398644, - 10.214711358398644, - 10.214711358398644, - 10.214711358398644, - 10.214711358398644 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 43.53979483514058, - -830.6230810948177, - -1177.7931757831934, - -1010.3616960694421, - -256.4873062114166, - 713.6393992448643, - 1361.3607307067455, - 971.5475984963464 - ], - "relative wind speed": [ - 2.9468554986887674, - 2.547932333944894, - 2.3181883436779427, - 2.446417452513331, - 2.8225785879799514, - 3.187310470775203, - 3.358111078971456, - 3.2658764311457498 - ], - "relative wind angle": [ - 0.17742076612113475, - 0.1625851870228073, - 0.027254911701234463, - 0.13245419448192644, - 0.185321215426769, - 0.12976241955696274, - 0.018813530005442048, - 0.09909160689175281 - ], - "resistance": [ - 96678.03979483515, - 95803.87691890518, - 95456.7068242168, - 95624.13830393055, - 96378.01269378858, - 97348.13939924486, - 97995.86073070674, - 97606.04759849634 - ], - "fuel": [ - 41.20857151430382, - 40.75954519925149, - 40.58200517556367, - 40.66757231147449, - 41.05413779826819, - 41.55470308724635, - 41.890863550193345, - 41.68836764240477 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 19.375, -41.09375 19.53125, -40.9375 19.53125, -40.9375 19.375, -41.09375 19.375))", @@ -181877,68 +141161,7 @@ "id": "3551", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.473364604190884, - 6.473364604190884, - 6.473364604190884, - 6.473364604190884, - 6.473364604190884, - 6.473364604190884, - 6.473364604190884, - 6.473364604190884 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 87.63499662145637, - -489.13829559752617, - -733.5101804052355, - -623.1831312226689, - -135.05487487799837, - 507.52634592597906, - 957.7317025575737, - 704.1345130174379 - ], - "relative wind speed": [ - 1.952235181475234, - 1.5287034425969994, - 1.2519332997496633, - 1.397587255757509, - 1.8079300254941135, - 2.177819773412131, - 2.3478705658214434, - 2.2641958933398363 - ], - "relative wind angle": [ - 0.2847942537937949, - 0.2927699593344147, - 0.060295216125688014, - 0.24169008725046984, - 0.3082437513088804, - 0.20399622756420738, - 0.03213671444930137, - 0.1482791108150607 - ], - "resistance": [ - 96722.13499662148, - 96145.36170440249, - 95900.98981959478, - 96011.31686877734, - 96499.44512512202, - 97142.02634592599, - 97592.23170255759, - 97338.63451301746 - ], - "fuel": [ - 39.440498339601504, - 39.14381668901201, - 39.01848959488557, - 39.07504374648414, - 39.325804031890996, - 39.65726139529593, - 39.89040244309288, - 39.758983132703385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 16.09375, -42.5 16.25, -42.34375 16.25, -42.34375 16.09375, -42.5 16.09375))", @@ -181970,7 +141193,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 518.6607592401319, + 518.6607592401308, 205.37558768161284, -174.03471541606825, -418.58137730070257, @@ -181980,7 +141203,7 @@ 478.7030801664191 ], "relative wind speed": [ - 1.8589261896416813, + 1.858926189641681, 1.6910029861931946, 1.398291461788783, 1.1280517016232443, @@ -181990,14 +141213,14 @@ 1.8423813630159052 ], "relative wind angle": [ - 0.06908126823019645, - 0.21449472502432052, + 0.06908126823019806, + 0.21449472502432054, 0.2757507608229614, - 0.15887994678841572, + 0.1588799467884157, 0.11685479853764706, 0.2710388660728965, - 0.23330646345794104, - 0.09702227512356404 + 0.233306463457941, + 0.09702227512356405 ], "resistance": [ 97153.16075924013, @@ -182050,7 +141273,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 488.0501909833646, + 488.05019098336345, 135.37634522140672, -243.9040361995054, -451.55855803135455, @@ -182070,14 +141293,14 @@ 1.8957314039011823 ], "relative wind angle": [ - 0.09861987483646875, + 0.09861987483647101, 0.23218744225544716, - 0.2663478157911407, + 0.26634781579114064, 0.11050416904720556, 0.15984035442812333, 0.27208599951698165, 0.21008132701845586, - 0.06563514402499009 + 0.0656351440249901 ], "resistance": [ 97122.55019098334, @@ -182130,19 +141353,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 510.9133076294884, + 510.913307629487, 49.58444000647796, - -376.1578817701368, + -376.157881770137, -549.1537034005254, - -460.9444645634795, - -91.26967581654162, - 386.8206443822976, + -460.94446456347964, + -91.26967581654174, + 386.8206443822978, 713.9003548629901 ], "relative wind speed": [ - 1.9673976767427903, + 1.9673976767427899, 1.697208852986349, - 1.337909770757687, + 1.3379097707576868, 1.1126170519936802, 1.244051744608078, 1.5930475419961865, @@ -182150,13 +141373,13 @@ 2.0446030561769737 ], "relative wind angle": [ - 0.14861895883322274, - 0.2783219093712946, - 0.2787442093767467, + 0.14861895883322426, + 0.27832190937129464, + 0.27874420937674665, 0.04883261760691696, - 0.23636293230298192, - 0.29705613048184043, - 0.1944834939808595, + 0.2363629323029824, + 0.2970561304818405, + 0.19448349398085893, 0.026565939370196533 ], "resistance": [ @@ -182210,9 +141433,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 645.7873942370923, + 645.78739423709, 245.62798962638908, - -229.77960167737683, + -229.7796016773774, -529.5381788075172, -544.3095226702807, -277.6346305811087, @@ -182220,21 +141443,21 @@ 611.8805073604885 ], "relative wind speed": [ - 2.0746467039127703, + 2.07464670391277, 1.8803260482916777, - 1.5481725839983411, - 1.246949173296202, + 1.5481725839983407, + 1.2469491732962021, 1.2259543998324816, 1.5071486617585355, 1.8466956399690344, 2.0620962382344477 ], "relative wind angle": [ - 0.07441779257097082, + 0.07441779257097382, 0.22010869118289828, 0.2789920488841914, - 0.1549174579248243, - 0.12615319084746365, + 0.15491745792482503, + 0.12615319084746368, 0.2758830283327887, 0.23297157107816996, 0.09344021221558903 @@ -182277,68 +141500,7 @@ "id": "3556", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.023594269400646, - 6.023594269400646, - 6.023594269400646, - 6.023594269400646, - 6.023594269400646, - 6.023594269400646, - 6.023594269400646, - 6.023594269400646 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 514.1111106496089, - 53.88182956083824, - -379.69604367881675, - -561.4866905511101, - -480.2152442800709, - -113.1937686518254, - 367.97831523412174, - 701.4418284635572 - ], - "relative wind speed": [ - 2.0445563548134467, - 1.7885512638664642, - 1.4488466555926498, - 1.2349727179350611, - 1.3465360785865723, - 1.6716621893986308, - 1.973376159661747, - 2.1138146761008727 - ], - "relative wind angle": [ - 0.131558545096077, - 0.24840422134879822, - 0.24659377867161925, - 0.04895300632002, - 0.20052151949313085, - 0.26618091663420645, - 0.18019262021758778, - 0.028592723815277887 - ], - "resistance": [ - 97148.61111064962, - 96688.38182956085, - 96254.8039563212, - 96073.0133094489, - 96154.28475571994, - 96521.3062313482, - 97002.47831523414, - 97335.94182846358 - ], - "fuel": [ - 39.50747484433799, - 39.26991115709882, - 39.04682555850732, - 38.953498302458584, - 38.995206047737334, - 39.1838641503694, - 39.43195781481336, - 39.604397943060135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 15.78125, -42.34375 15.9375, -42.1875 15.9375, -42.1875 15.78125, -42.34375 15.78125))", @@ -182357,68 +141519,7 @@ "id": "3557", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.269085430039368, - 6.269085430039368, - 6.269085430039368, - 6.269085430039368, - 6.269085430039368, - 6.269085430039368, - 6.269085430039368, - 6.269085430039368 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 597.7848551087195, - 105.82890225227015, - -381.5021214916459, - -611.0339377780692, - -545.0327029145527, - -166.00086107668994, - 360.036073241273, - 749.6570769774205 - ], - "relative wind speed": [ - 2.1464409530245905, - 1.8918162371108143, - 1.535580475907102, - 1.288234253050863, - 1.3757678925351857, - 1.7090867104847831, - 2.035175339120621, - 2.20009058182119 - ], - "relative wind angle": [ - 0.11960050599513287, - 0.2437882670755502, - 0.256582142628126, - 0.07339276246299961, - 0.1872456286243006, - 0.2704739257125435, - 0.19266893068997626, - 0.04294880477009032 - ], - "resistance": [ - 97232.28485510874, - 96740.32890225228, - 96252.99787850837, - 96023.46606222194, - 96089.46729708546, - 96468.49913892332, - 96994.53607324128, - 97384.15707697744 - ], - "fuel": [ - 39.632712732333005, - 39.3786480636263, - 39.12785979388603, - 39.01004521862665, - 39.043902390760195, - 39.238651169675904, - 39.509817820132625, - 39.711327215538724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 15.625, -42.5 15.78125, -42.34375 15.78125, -42.34375 15.625, -42.5 15.625))", @@ -182437,68 +141538,7 @@ "id": "3558", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.019969893477603, - 6.019969893477603, - 6.019969893477603, - 6.019969893477603, - 6.019969893477603, - 6.019969893477603, - 6.019969893477603, - 6.019969893477603 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 498.6300605464471, - 25.088572949431637, - -404.72987086807154, - -568.1873635095271, - -470.47231400580347, - -84.16457744280774, - 402.9525247052063, - 724.0909944517202 - ], - "relative wind speed": [ - 2.0385542588769185, - 1.7697619586527813, - 1.425087658176114, - 1.2236068008511154, - 1.3578237036367835, - 1.693319605463955, - 1.9921129092140468, - 2.121832951354567 - ], - "relative wind angle": [ - 0.1425840627768693, - 0.25665538541138117, - 0.2449913181868347, - 0.032350312681884257, - 0.21499492848659366, - 0.2685217518941361, - 0.17439287816991444, - 0.01865342593609174 - ], - "resistance": [ - 97133.13006054643, - 96659.58857294942, - 96229.77012913191, - 96066.31263649046, - 96164.02768599418, - 96550.33542255718, - 97037.4525247052, - 97358.5909944517 - ], - "fuel": [ - 39.49829061202384, - 39.25389436386763, - 39.032786121376844, - 38.94888034804757, - 38.99902734962917, - 39.19762693355352, - 39.448843871770876, - 39.61494492203204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 15.625, -42.34375 15.78125, -42.1875 15.78125, -42.1875 15.625, -42.34375 15.625))", @@ -182517,68 +141557,7 @@ "id": "3559", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.17574234966266, - 6.17574234966266, - 6.17574234966266, - 6.17574234966266, - 6.17574234966266, - 6.17574234966266, - 6.17574234966266, - 6.17574234966266 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 498.81254108421854, - 29.50634479807286, - -401.890471834615, - -570.1195922716587, - -477.65529861824734, - -96.4572061159829, - 388.86961805315764, - 712.3375541440728 - ], - "relative wind speed": [ - 2.0727431172076027, - 1.8127639704268976, - 1.4787767448480764, - 1.2814993073916008, - 1.4040929134341087, - 1.7267390442708714, - 2.0201386780079975, - 2.1506976692790225 - ], - "relative wind angle": [ - 0.13357367687090105, - 0.24219035454245402, - 0.2311575876189877, - 0.03463283418275614, - 0.19788662652215463, - 0.25451676735212336, - 0.16850475643839447, - 0.020633411516292173 - ], - "resistance": [ - 97133.31254108423, - 96664.0063447981, - 96232.6095281654, - 96064.38040772836, - 96156.84470138176, - 96538.04279388403, - 97023.36961805317, - 97346.83755414409 - ], - "fuel": [ - 39.549895098991534, - 39.30768068124049, - 39.0857546636128, - 38.999399240984935, - 39.04685000599848, - 39.24280892544215, - 39.493078762062616, - 39.66036912321904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 14.53125, -43.75 14.6875, -43.59375 14.6875, -43.59375 14.53125, -43.75 14.53125))", @@ -182610,30 +141589,30 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 653.0996578801419, + 653.0996578801378, 83.81025763593289, - -479.9361743558136, - -734.5573681510084, + -479.9361743558138, + -734.5573681510075, -654.4327103972589, -207.3062106175455, 402.4323858778298, 839.163714183323 ], "relative wind speed": [ - 2.5548581119701366, + 2.554858111970136, 2.309262299002205, - 1.9834460016377902, - 1.7750205683494746, + 1.98344600163779, + 1.7750205683494744, 1.8551264035106336, 2.1531608346124442, 2.4565699468749043, 2.6111483924201275 ], "relative wind angle": [ - 0.09393170222192852, + 0.09393170222193208, 0.18216717436645713, 0.1784166956145716, - 0.04478166025801059, + 0.04478166025800811, 0.12953341630322016, 0.19553898875898743, 0.14378635635633236, @@ -182690,17 +141669,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 754.2313739470201, + 754.231373947016, 236.8317093738333, - -359.11084592384714, + -359.11084592384805, -711.0262164685523, - -706.1813046719724, + -706.1813046719728, -342.69512962198974, 256.0293751349209, 765.4615986815415 ], "relative wind speed": [ - 2.5779419289855827, + 2.5779419289855823, 2.3715644866824857, 2.0487255134576947, 1.7890222794526252, @@ -182710,17 +141689,17 @@ 2.5813396611626103 ], "relative wind angle": [ - 0.0654347608534983, + 0.0654347608535017, 0.1682970152805713, - 0.19313419034213844, - 0.0889122468468682, - 0.09410464039998502, - 0.19414611168875748, + 0.1931341903421396, + 0.08891224684686821, + 0.0941046403999862, + 0.19414611168875745, 0.16594800434858922, - 0.06157924035929669 + 0.06157924035929668 ], "resistance": [ - 97388.73137394703, + 97388.73137394701, 96871.33170937383, 96275.38915407615, 95923.47378353144, @@ -182730,7 +141709,7 @@ 97399.96159868155 ], "fuel": [ - 40.33444727993651, + 40.3344472799365, 40.06696580717809, 39.76011424362445, 39.579533188268044, @@ -182770,19 +141749,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 934.0781961007724, + 934.0781961007697, 382.24137663899864, - -330.04987077414535, + -330.0498707741467, -810.5343624184295, - -862.8357942820171, + -862.8357942820157, -510.1695922982876, 172.208141795149, 812.263927836012 ], "relative wind speed": [ - 2.9461390490706822, + 2.9461390490706814, 2.764483705701641, - 2.4462105325734855, + 2.446210532573485, 2.1623933791524523, 2.117681936265813, 2.349881256692717, @@ -182790,11 +141769,11 @@ 2.913480213326197 ], "relative wind angle": [ - 0.04015376185942342, + 0.04015376185942341, 0.13674780369936362, - 0.17034761129049317, + 0.17034761129049447, 0.09708460755749203, - 0.05587635276829547, + 0.05587635276829348, 0.16106959160911913, 0.155382867777828, 0.0720055402640991 @@ -182850,13 +141829,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1036.1376991864972, + 1036.1376991864927, 436.04780800354547, - -350.81353332397566, + -350.81353332397657, -890.0941877204418, -955.8649075319677, -577.9040569212762, - 171.35422679861085, + 171.3542267986095, 882.8270329279217 ], "relative wind speed": [ @@ -182870,13 +141849,13 @@ 3.082299899936563 ], "relative wind angle": [ - 0.03707501589542504, - 0.1324012580751905, - 0.1666712684002918, + 0.03707501589542804, + 0.13240125807519051, + 0.16667126840029248, 0.09713801943971306, 0.05128122798965592, 0.15613019651722648, - 0.15313258134065494, + 0.1531325813406557, 0.07274207210112912 ], "resistance": [ @@ -182930,17 +141909,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 677.0807496015163, + 677.0807496015088, 327.5269350852818, - -153.51635685080532, + -153.51635685080555, -504.42282168967165, - -567.7232274499373, + -567.7232274499369, -363.7496298127353, - 80.57269994772787, + 80.5726999477281, 530.9337962683421 ], "relative wind speed": [ - 2.179297306530961, + 2.1792973065309607, 2.0308760487907977, 1.7362774648218053, 1.4387658420255638, @@ -182950,17 +141929,17 @@ 2.126793674517188 ], "relative wind angle": [ - 0.03662853357762275, - 0.17177647100708693, - 0.23905786100477694, + 0.03662853357763185, + 0.17177647100708696, + 0.2390578610047774, 0.16356233005678675, - 0.05880486729080041, + 0.05880486729079852, 0.22277207256145126, - 0.21907777267725753, - 0.11038044782463946 + 0.21907777267725703, + 0.11038044782463947 ], "resistance": [ - 97311.58074960156, + 97311.58074960155, 96962.02693508532, 96480.98364314924, 96130.07717831037, @@ -182970,7 +141949,7 @@ 97165.4337962684 ], "fuel": [ - 39.70515812315678, + 39.705158123156764, 39.524439554564495, 39.27648458769666, 39.09615212838957, @@ -183010,34 +141989,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 715.1733352836941, + 715.1733352836886, 396.0573568936866, - -92.4809770629497, + -92.48097706295039, -481.3771624106174, -578.5159381742218, - -416.1648885969295, - 15.998919379563404, - 490.4347765953669 + -416.1648885969296, + 15.998919379563176, + 490.43477659536757 ], "relative wind speed": [ - 2.1982784255783963, + 2.198278425578396, 2.0735497286696503, - 1.7883665560425066, + 1.7883665560425064, 1.4742880948993855, 1.3511818882151583, 1.5357447880875685, 1.8600713944988174, - 2.117686271533641 + 2.1176862715336404 ], "relative wind angle": [ - 0.0167687278995153, - 0.1576910423454101, - 0.23916291846113902, + 0.01676872789952192, + 0.15769104234541012, + 0.2391629184611395, 0.18659278486060166, 0.02728365375004699, - 0.21365358478141902, - 0.22977401331537672, - 0.1295111871044169 + 0.21365358478141905, + 0.22977401331537722, + 0.12951118710441517 ], "resistance": [ 97349.67333528369, @@ -183090,9 +142069,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 982.9771814829808, + 982.9771814826938, 593.1848079081126, - -65.24397378274898, + -65.24397378274966, -624.7328270594323, -788.3175018497166, -617.9906403191903, @@ -183102,7 +142081,7 @@ "relative wind speed": [ 2.6267386884281474, 2.507854863903788, - 2.1988043844818645, + 2.198804384481864, 1.840666304099384, 1.6723401438470038, 1.8458444342905904, @@ -183110,17 +142089,17 @@ 2.511657869010139 ], "relative wind angle": [ - 0.0011953133831609645, + 0.0011953133834396083, 0.13585251583924707, 0.21876779227404014, 0.18313595590672757, - 0.0018774751160044456, + 0.0018774751160044454, 0.18506321386224672, - 0.21814970968656638, + 0.2181497096865664, 0.13386148919576882 ], "resistance": [ - 97617.47718148297, + 97617.47718148268, 97227.6848079081, 96569.25602621723, 96009.76717294056, @@ -183130,7 +142109,7 @@ 97237.41432445335 ], "fuel": [ - 40.405790167182474, + 40.40579016718232, 40.20385384887233, 39.86403151559848, 39.57654094906613, @@ -183170,17 +142149,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 875.3186865203061, + 875.3186865203052, 485.876405023354, - -116.65078358217102, + -116.65078358217147, -599.0458384003441, - -719.9018868053611, + -719.9018868053593, -523.3353331827186, 9.403508833747992, 595.1190453859163 ], "relative wind speed": [ - 2.5001328141142602, + 2.50013281411426, 2.3665988855588553, 2.060630166462447, 1.7263794027651755, @@ -183190,11 +142169,11 @@ 2.4114582376992844 ], "relative wind angle": [ - 0.0148054369322787, + 0.014805436932278702, 0.14679093545071714, - 0.2214044669147041, + 0.22140446691470464, 0.17101690427516678, - 0.023204707740049447, + 0.02320470774004466, 0.1948942916962255, 0.21378259262110888, 0.12213970513582594 @@ -183204,7 +142183,7 @@ 97120.37640502337, 96517.84921641785, 96035.45416159967, - 95914.59811319465, + 95914.59811319466, 96111.16466681729, 96643.90350883377, 97229.61904538593 @@ -183214,7 +142193,7 @@ 39.99140675793354, 39.68061377376071, 39.43276055613096, - 39.37080070391926, + 39.370800703919265, 39.47160311395558, 39.74552281121568, 40.04790049321287 @@ -183250,37 +142229,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 967.1450316990347, + 967.1450316990251, 708.3883565183498, - 62.31486214852566, + 62.31486214852475, -550.7843292687025, -806.0598481535783, -694.2396903990439, - -176.49314921309156, + -176.49314921309224, 501.266963101825 ], "relative wind speed": [ - 2.626577524305249, + 2.6265775243052487, 2.5490044780163688, - 2.263152710359522, + 2.2631527103595217, 1.8915615504432584, 1.6644001709957748, 1.7809305408827023, - 2.1324345781262792, - 2.4680219450565977 + 2.1324345781262797, + 2.468021945056597 ], "relative wind angle": [ - 0.025506235829293244, + 0.02550623582930195, 0.11519711540999295, - 0.21432072169931754, + 0.21432072169931807, 0.2064380664169807, - 0.04025771002793513, + 0.04025771002793512, 0.16526581232029144, - 0.22768332258755575, - 0.15775202221187443 + 0.22768332258755722, + 0.1577520222118737 ], "resistance": [ - 97601.64503169902, + 97601.64503169901, 97342.88835651834, 96696.81486214852, 96083.71567073128, @@ -183290,7 +142269,7 @@ 97135.7669631018 ], "fuel": [ - 40.3894547091496, + 40.38945470914959, 40.255355066864595, 39.92161762433316, 39.60634979549677, @@ -183317,68 +142296,7 @@ "id": "3569", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.279624979261675, - 9.279624979261675, - 9.279624979261675, - 9.279624979261675, - 9.279624979261675, - 9.279624979261675, - 9.279624979261675, - 9.279624979261675 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1205.8785047033066, - 793.8438480528766, - -24.186588773504354, - -758.4715940623287, - -1012.8101834173829, - -835.8150456094829, - -153.1861195354959, - 682.7083984310125 - ], - "relative wind speed": [ - 3.0771485853006006, - 2.9705318314568827, - 2.655003875201044, - 2.2767479141094737, - 2.078564320499974, - 2.228275945383431, - 2.596194806469739, - 2.933545974766915 - ], - "relative wind angle": [ - 0.00973358620645849, - 0.11196424951985834, - 0.189196929207793, - 0.1651314325637924, - 0.014410068703930462, - 0.14950507286535028, - 0.19353631829736684, - 0.12792677507579905 - ], - "resistance": [ - 97840.37850470332, - 97428.34384805289, - 96610.31341122651, - 95876.02840593769, - 95621.68981658263, - 95798.68495439053, - 96481.31388046451, - 97317.20839843103 - ], - "fuel": [ - 41.276011861183676, - 41.06222797677688, - 40.63966559063155, - 40.26248350724119, - 40.13230456390309, - 40.22287108863951, - 40.5732567944882, - 41.00467360485223 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 14.0625, -43.75 14.21875, -43.59375 14.21875, -43.59375 14.0625, -43.75 14.0625))", @@ -183397,68 +142315,7 @@ "id": "3570", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.097479438649389, - 7.097479438649389, - 7.097479438649389, - 7.097479438649389, - 7.097479438649389, - 7.097479438649389, - 7.097479438649389, - 7.097479438649389 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 991.6661858533446, - 734.2443597464851, - 84.9427673651478, - -529.8277781463951, - -791.6500102939626, - -679.9024772725413, - -164.47284371054252, - 515.8681416572783 - ], - "relative wind speed": [ - 2.4999190036839547, - 2.41957415642194, - 2.1149119250743498, - 1.7071588163082736, - 1.4463335951427556, - 1.577065881627588, - 1.9668816544462078, - 2.329610411489371 - ], - "relative wind angle": [ - 0.03065361285980556, - 0.13206928877077298, - 0.2519443744953419, - 0.25279520104433056, - 0.05299982751058431, - 0.20343583774895083, - 0.27136749589714987, - 0.1843257394126776 - ], - "resistance": [ - 97626.16618585338, - 97368.74435974652, - 96719.44276736518, - 96104.67222185363, - 95842.84998970607, - 95954.59752272749, - 96470.02715628949, - 97150.36814165731 - ], - "fuel": [ - 40.14265549588974, - 40.00922350634965, - 39.673759978377035, - 39.35758285425145, - 39.22335442238264, - 39.28061284026642, - 39.545315732331545, - 39.89622372517648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 14.0625, -43.59375 14.21875, -43.4375 14.21875, -43.4375 14.0625, -43.59375 14.0625))", @@ -183477,68 +142334,7 @@ "id": "3571", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.168222863207845, - 8.168222863207845, - 8.168222863207845, - 8.168222863207845, - 8.168222863207845, - 8.168222863207845, - 8.168222863207845, - 8.168222863207845 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1071.425697408643, - 831.678042303945, - 116.02540579593506, - -586.9842509124335, - -904.9492661694694, - -801.2372538791785, - -240.661435707882, - 522.344972179103 - ], - "relative wind speed": [ - 2.7785126132470594, - 2.7107924440814886, - 2.4174698490889655, - 2.022025546910368, - 1.7635382459544966, - 1.8659592203550357, - 2.232944024301334, - 2.5964614718033254 - ], - "relative wind angle": [ - 0.034035710790231155, - 0.1080450659940236, - 0.2116943294131206, - 0.21228688159980907, - 0.053639749596201734, - 0.1573063880801653, - 0.22948937107880168, - 0.16482736166313397 - ], - "resistance": [ - 97705.92569740862, - 97466.17804230392, - 96750.52540579591, - 96047.51574908754, - 95729.5507338305, - 95833.26274612079, - 96393.83856429209, - 97156.84497217907 - ], - "fuel": [ - 40.64639383597504, - 40.522044035380596, - 40.15212893234084, - 39.79060444622377, - 39.62769412615238, - 39.680789941752316, - 39.968471997737495, - 40.36191840890747 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 14.21875, -43.4375 14.375, -43.28125 14.375, -43.28125 14.21875, -43.4375 14.21875))", @@ -183557,68 +142353,7 @@ "id": "3572", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.372156338448793, - 8.372156338448793, - 8.372156338448793, - 8.372156338448793, - 8.372156338448793, - 8.372156338448793, - 8.372156338448793, - 8.372156338448793 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1156.3252300635681, - 695.0226948597233, - -80.15341225696648, - -736.7477880597378, - -927.4803817570871, - -724.0862189931677, - -59.07528065545557, - 713.297800281704 - ], - "relative wind speed": [ - 2.8445765385051107, - 2.714165199633568, - 2.3774833799954496, - 1.9882184594977168, - 1.8066385928175717, - 1.9972145497090803, - 2.3881230006674663, - 2.7207620340235743 - ], - "relative wind angle": [ - 0.0019161600776120766, - 0.1370532579020305, - 0.22005739723293335, - 0.18366333892516656, - 0.0030170223066244887, - 0.1867531212603185, - 0.21906096519869445, - 0.13385956169758081 - ], - "resistance": [ - 97790.82523006358, - 97329.52269485974, - 96554.34658774304, - 95897.75221194027, - 95707.01961824292, - 95910.41378100685, - 96575.42471934456, - 97347.79780028173 - ], - "fuel": [ - 40.78710069710748, - 40.54788155391907, - 40.147679271306444, - 39.81044656668276, - 39.71278529664784, - 39.81693449182057, - 40.15853176280625, - 40.55734347077408 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 14.21875, -43.28125 14.375, -43.125 14.375, -43.125 14.21875, -43.28125 14.21875))", @@ -183650,17 +142385,17 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - 975.0121901444777, + 975.0121901444763, 658.6215674877635, - 9.798956928137159, + 9.79895692813625, -576.9064310029694, - -791.3903672305814, + -791.3903672305833, -654.7744186005502, -119.77200863856729, 546.0572343651015 ], "relative wind speed": [ - 2.590122564845762, + 2.5901225648457618, 2.493631317181028, 2.193903965737024, 1.8212103145074432, @@ -183670,13 +142405,13 @@ 2.448974787866447 ], "relative wind angle": [ - 0.014335044804599196, + 0.014335044804599194, 0.1282183956186727, - 0.22433703353508008, + 0.2243370335350811, 0.20534926065056402, - 0.02300345788725413, - 0.18221803957974167, - 0.23212336782875528, + 0.02300345788725896, + 0.18221803957974164, + 0.2321233678287553, 0.15222675806404865 ], "resistance": [ @@ -183684,7 +142419,7 @@ 97293.1215674877, 96644.29895692808, 96057.59356899698, - 95843.10963276937, + 95843.10963276935, 95979.7255813994, 96514.72799136137, 97180.55723436504 @@ -183694,7 +142429,7 @@ 40.16328799977535, 39.82825393700701, 39.5266441678059, - 39.416703348429095, + 39.41670334842909, 39.48671056889077, 39.7615347189205, 40.105050581585004 @@ -183717,68 +142452,7 @@ "id": "3574", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.866752179864396, - 7.866752179864396, - 7.866752179864396, - 7.866752179864396, - 7.866752179864396, - 7.866752179864396, - 7.866752179864396, - 7.866752179864396 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 931.4355759576333, - 732.4944770513116, - 106.81079431751505, - -514.1954559552885, - -799.5129502817936, - -713.5730382789745, - -225.35264538432511, - 445.20912669905556 - ], - "relative wind speed": [ - 2.648711002802844, - 2.589658102007392, - 2.3228425220878517, - 1.9624687825950966, - 1.7256958316412285, - 1.813109757962884, - 2.144317769663187, - 2.47838906490738 - ], - "relative wind angle": [ - 0.034453077043544465, - 0.10139069200752943, - 0.20019805567132506, - 0.20065801985460194, - 0.052895040628656374, - 0.14507633781093465, - 0.21712167261744256, - 0.15848607436991516 - ], - "resistance": [ - 97565.93557595764, - 97366.99447705132, - 96741.31079431753, - 96120.30454404473, - 95834.98704971823, - 95920.92696172104, - 96409.14735461569, - 97079.70912669908 - ], - "fuel": [ - 40.43594549962777, - 40.33284934230793, - 40.009564655503596, - 39.690137174219615, - 39.54385929946831, - 39.58788748652745, - 39.83853097728851, - 40.184230915486616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 14.0625, -43.28125 14.21875, -43.125 14.21875, -43.125 14.0625, -43.28125 14.0625))", @@ -183810,37 +142484,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 759.2472958459055, + 759.2472958459036, 666.4138135733526, - 163.91741422701898, + 163.9174142270183, -366.66492109088495, -646.1702182206367, -605.8524218032229, -234.0262296443559, - 320.04805231185037 + 320.0480523118506 ], "relative wind speed": [ 2.3017784387587423, 2.270482740403977, - 2.0324738111399037, + 2.032473811139903, 1.6809777744436663, 1.415594219605718, 1.4652641745580897, 1.7807698286825817, - 2.115751568011276 + 2.1157515680112757 ], "relative wind angle": [ - 0.05626052906537006, - 0.0981988852332209, + 0.05626052906537204, + 0.09819888523322089, 0.22034784672748214, 0.2437198058428968, - 0.09156012702956791, + 0.09156012702956792, 0.15250899912197904, 0.2521255283223038, - 0.19292006523033822 + 0.19292006523033706 ], "resistance": [ - 97393.74729584588, + 97393.74729584587, 97300.91381357332, 96798.41741422699, 96267.83507890909, @@ -183850,7 +142524,7 @@ 96954.54805231182 ], "fuel": [ - 39.86017147638081, + 39.8601714763808, 39.81210404228263, 39.55247741920157, 39.279359349510656, @@ -183877,68 +142551,7 @@ "id": "3576", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.870464204402144, - 7.870464204402144, - 7.870464204402144, - 7.870464204402144, - 7.870464204402144, - 7.870464204402144, - 7.870464204402144, - 7.870464204402144 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1064.983295655511, - 767.4567685812481, - 59.91610018541405, - -603.6464475911914, - -873.6766884320218, - -744.9759148920164, - -175.21694787075398, - 563.0079756051659 - ], - "relative wind speed": [ - 2.703050396669695, - 2.6164878890873764, - 2.309446289604569, - 1.9118221164673983, - 1.67146751507616, - 1.8039612598806407, - 2.1832871859475462, - 2.538744039062856 - ], - "relative wind angle": [ - 0.02398051726448332, - 0.12224582279719567, - 0.2253461583641458, - 0.21651948764330706, - 0.038786627689834034, - 0.17780090947908878, - 0.238613111885813, - 0.1624949292980536 - ], - "resistance": [ - 97699.48329565549, - 97401.95676858124, - 96694.4161001854, - 96030.8535524088, - 95760.82331156796, - 95889.52408510797, - 96459.28305212923, - 97197.50797560516 - ], - "fuel": [ - 40.50689631744794, - 40.35261749344775, - 39.98705380431687, - 39.64590493508446, - 39.50754679885284, - 39.57345667948704, - 39.86598045238236, - 40.24679395809933 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 13.90625, -43.59375 14.0625, -43.4375 14.0625, -43.4375 13.90625, -43.59375 13.90625))", @@ -183957,68 +142570,7 @@ "id": "3577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.260547095583089, - 8.260547095583089, - 8.260547095583089, - 8.260547095583089, - 8.260547095583089, - 8.260547095583089, - 8.260547095583089, - 8.260547095583089 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1081.1355387274707, - 918.4751212330452, - 197.25151147393944, - -551.4313402907251, - -930.8061425395765, - -860.33592550556, - -317.0591953546975, - 472.43627217136736 - ], - "relative wind speed": [ - 2.810660372924619, - 2.765489732793655, - 2.4829363644319953, - 2.078371585418227, - 1.7868625128535243, - 1.8560053635652145, - 2.2198460266313957, - 2.602510504243181 - ], - "relative wind angle": [ - 0.047979022745367986, - 0.09680860973569876, - 0.2080382126661037, - 0.22216018620161623, - 0.07551179601789294, - 0.14452439525091068, - 0.23312538485862735, - 0.17688280995017933 - ], - "resistance": [ - 97715.6355387275, - 97552.97512123307, - 96831.75151147397, - 96083.0686597093, - 95703.69385746046, - 95774.16407449447, - 96317.44080464533, - 97106.9362721714 - ], - "fuel": [ - 40.69483703568145, - 40.61044082919172, - 40.23742067228893, - 39.852245964198296, - 39.657865313538, - 39.693931708881735, - 39.97259908422605, - 40.379519125483604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 13.75, -43.75 13.90625, -43.59375 13.90625, -43.59375 13.75, -43.75 13.75))", @@ -184037,68 +142589,7 @@ "id": "3578", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.302982922461307, - 8.302982922461307, - 8.302982922461307, - 8.302982922461307, - 8.302982922461307, - 8.302982922461307, - 8.302982922461307, - 8.302982922461307 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1194.6357453114433, - 756.2028819552106, - -37.5777674058163, - -729.399779094344, - -953.209459485349, - -764.1383826457788, - -95.37652877846585, - 705.9711842013908 - ], - "relative wind speed": [ - 2.84619387817001, - 2.724116373710235, - 2.38340817493461, - 1.9747567762300247, - 1.7666826537500084, - 1.9496607842589981, - 2.3540077873381144, - 2.7059790956190355 - ], - "relative wind angle": [ - 0.005304447418382209, - 0.13661478175196945, - 0.22845086280562252, - 0.20001311442990774, - 0.008545733269349548, - 0.191456004347778, - 0.23135578088208728, - 0.14550625695173017 - ], - "resistance": [ - 97829.13574531145, - 97390.7028819552, - 96596.92223259418, - 95905.10022090566, - 95681.29054051464, - 95870.36161735423, - 96539.12347122154, - 97340.4711842014 - ], - "fuel": [ - 40.77392268095855, - 40.54648198121674, - 40.136521449290896, - 39.781131258621684, - 39.66654110203445, - 39.76333293561362, - 40.10676194307562, - 40.520469538859025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 13.75, -43.59375 13.90625, -43.4375 13.90625, -43.4375 13.75, -43.59375 13.75))", @@ -184117,68 +142608,7 @@ "id": "3579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.3714805862803, - 8.3714805862803, - 8.3714805862803, - 8.3714805862803, - 8.3714805862803, - 8.3714805862803, - 8.3714805862803, - 8.3714805862803 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1111.4188314883345, - 982.3010620894329, - 242.00236352367574, - -545.5667992811468, - -963.0459654315534, - -907.0652485469539, - -359.8623138027626, - 460.1628962389832 - ], - "relative wind speed": [ - 2.852164640395964, - 2.8169308580009176, - 2.5355218489999873, - 2.120963478148408, - 1.809623684882059, - 1.8639961260832527, - 2.2317504273674613, - 2.6288961449954176 - ], - "relative wind angle": [ - 0.054613256855499746, - 0.09220749112781561, - 0.2075587156347401, - 0.22807275005346805, - 0.08614016631184068, - 0.1396025562776641, - 0.23631410051657184, - 0.18344250428757886 - ], - "resistance": [ - 97745.91883148836, - 97616.80106208946, - 96876.5023635237, - 96088.93320071888, - 95671.45403456848, - 95727.43475145308, - 96274.63768619727, - 97094.66289623901 - ], - "fuel": [ - 40.76345396549969, - 40.69643872326303, - 40.31340329548375, - 39.908148588911146, - 39.694264853295635, - 39.72290735136983, - 40.00349747539396, - 40.42606906141127 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 13.90625, -43.125 14.0625, -42.96875 14.0625, -42.96875 13.90625, -43.125 13.90625))", @@ -184197,68 +142627,7 @@ "id": "3580", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.971137129462874, - 6.971137129462874, - 6.971137129462874, - 6.971137129462874, - 6.971137129462874, - 6.971137129462874, - 6.971137129462874, - 6.971137129462874 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 890.4821606635394, - 569.2201096613314, - -18.878452024376656, - -533.0032968647874, - -703.0277085816268, - -564.2964395038782, - -70.9171534292625, - 523.871687507389 - ], - "relative wind speed": [ - 2.4136021642015537, - 2.308394934230941, - 2.010096086768311, - 1.647872366676896, - 1.4593995688612862, - 1.620689771747777, - 1.9785945088849444, - 2.2890694991139124 - ], - "relative wind angle": [ - 0.006721075534697136, - 0.14165516313327411, - 0.23964866806374768, - 0.21330796453826786, - 0.011115677113495433, - 0.20246993031480998, - 0.24354078149358319, - 0.1529920207213793 - ], - "resistance": [ - 97524.98216066355, - 97203.72010966134, - 96615.62154797564, - 96101.49670313523, - 95931.4722914184, - 96070.20356049614, - 96563.58284657075, - 97158.3716875074 - ], - "fuel": [ - 40.04060573001683, - 39.874241925024535, - 39.57069328119789, - 39.30638069129893, - 39.219187228127495, - 39.29032458049011, - 39.54389534403602, - 39.85078942296107 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 13.90625, -42.96875 14.0625, -42.8125 14.0625, -42.8125 13.90625, -42.96875 13.90625))", @@ -184277,68 +142646,7 @@ "id": "3581", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.603766448678767, - 6.603766448678767, - 6.603766448678767, - 6.603766448678767, - 6.603766448678767, - 6.603766448678767, - 6.603766448678767, - 6.603766448678767 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 840.4352206051949, - 414.297998563944, - -171.25835878162252, - -599.9874390975717, - -680.5975039031247, - -434.5480179475751, - 103.72631952260735, - 654.890498823177 - ], - "relative wind speed": [ - 2.3203431811691777, - 2.151350141695459, - 1.8096188442869767, - 1.4546972931728384, - 1.3532395151798158, - 1.60839741098689, - 1.9850766489593967, - 2.2581198925384847 - ], - "relative wind angle": [ - 0.03911637620248829, - 0.19011052955690325, - 0.2708630152823455, - 0.19243419011756505, - 0.06710446155333795, - 0.25552963130468925, - 0.24639930579117308, - 0.12351765543114723 - ], - "resistance": [ - 97474.93522060524, - 97048.79799856398, - 96463.24164121842, - 96034.51256090247, - 95953.90249609693, - 96199.95198205247, - 96738.22631952266, - 97289.39049882322 - ], - "fuel": [ - 39.876493935664065, - 39.65598360134665, - 39.354081910634335, - 39.133846428622356, - 39.0925139250594, - 39.21875059641131, - 39.495699873257905, - 39.780398313531606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 13.75, -43.125 13.90625, -42.96875 13.90625, -42.96875 13.75, -43.125 13.75))", @@ -184357,68 +142665,7 @@ "id": "3582", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.464533716951269, - 7.464533716951269, - 7.464533716951269, - 7.464533716951269, - 7.464533716951269, - 7.464533716951269, - 7.464533716951269, - 7.464533716951269 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1000.5127265252765, - 543.4932024433381, - -141.9327639171188, - -679.6092619334377, - -808.6033791763984, - -569.9234075950221, - 40.48488223845743, - 702.4050631437224 - ], - "relative wind speed": [ - 2.5814106314123757, - 2.427287248468573, - 2.083127142154699, - 1.7076550581062089, - 1.567001535657519, - 1.796510861126012, - 2.1862653019110603, - 2.4906001010290955 - ], - "relative wind angle": [ - 0.020568302985897995, - 0.16400880637958615, - 0.24604208780208428, - 0.18924009389836818, - 0.033887430144768964, - 0.22243178633863273, - 0.23421219168646962, - 0.12933782822618173 - ], - "resistance": [ - 97635.0127265253, - 97177.99320244335, - 96492.56723608289, - 95954.89073806658, - 95825.89662082362, - 96064.57659240499, - 96674.98488223847, - 97336.90506314374 - ], - "fuel": [ - 40.29723104929931, - 40.06049429255312, - 39.706899582204656, - 39.43074879857883, - 39.364657386439106, - 39.4869961393654, - 39.80083372525248, - 40.14272272177562 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 13.75, -42.96875 13.90625, -42.8125 13.90625, -42.8125 13.75, -42.96875 13.75))", @@ -184437,68 +142684,7 @@ "id": "3583", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.89237820228617, - 7.89237820228617, - 7.89237820228617, - 7.89237820228617, - 7.89237820228617, - 7.89237820228617, - 7.89237820228617, - 7.89237820228617 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1015.5658305790475, - 438.5578695345007, - -302.6235180333456, - -808.3276919071366, - -870.3711229718474, - -508.1264673722883, - 197.04512779626293, - 872.4923023210881 - ], - "relative wind speed": [ - 2.6992877174343204, - 2.492824565035926, - 2.1158919372186245, - 1.758476964447121, - 1.6944244103505384, - 1.985712454469931, - 2.383323220609569, - 2.6580043320868367 - ], - "relative wind angle": [ - 0.0508535491910493, - 0.18274831568125266, - 0.240251108972801, - 0.1478156478647345, - 0.08106564081316908, - 0.23017078749117548, - 0.21285025999675752, - 0.09759067560284913 - ], - "resistance": [ - 97650.065830579, - 97073.05786953446, - 96331.87648196661, - 95826.17230809282, - 95764.12887702811, - 96126.37353262767, - 96831.54512779621, - 97506.99230232104 - ], - "fuel": [ - 40.491069960148366, - 40.19227551606076, - 39.81028422432581, - 39.55082673210216, - 39.51906015482716, - 39.70473373197416, - 40.06757975782301, - 40.41686608729542 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 13.59375, -44.0625 13.75, -43.90625 13.75, -43.90625 13.59375, -44.0625 13.59375))", @@ -184530,9 +142716,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 921.6997537173161, + 921.699753717312, 307.5192030984058, - -411.1439207829494, + -411.14392078294964, -845.9704018884797, -850.1516888792639, -425.2489031640084, @@ -184550,14 +142736,14 @@ 2.7916835907044395 ], "relative wind angle": [ - 0.06410997893517165, - 0.17202874767750018, - 0.2017842314595084, - 0.09771411233154398, + 0.06410997893517512, + 0.17202874767750015, + 0.20178423145950897, + 0.09771411233154399, 0.09383468368463345, 0.20106047571349642, - 0.1737832710594132, - 0.0669588489473308 + 0.17378327105941324, + 0.06695884894733081 ], "resistance": [ 97556.1997537173, @@ -184597,68 +142783,7 @@ "id": "3585", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.767438100840396, - 9.767438100840396, - 9.767438100840396, - 9.767438100840396, - 9.767438100840396, - 9.767438100840396, - 9.767438100840396, - 9.767438100840396 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1001.2318522241922, - 278.37791201923574, - -535.5356681423195, - -996.4645462122753, - -972.0331337915559, - -451.6129030012926, - 376.2783104738219, - 1058.0833415313818 - ], - "relative wind speed": [ - 3.146011245898172, - 2.9073231876571715, - 2.5491999301107104, - 2.2759070992876373, - 2.295426752863484, - 2.5911083766585503, - 2.9441383210377046, - 3.1601610105327382 - ], - "relative wind angle": [ - 0.06358572236393094, - 0.15294119563679331, - 0.16808761868996108, - 0.0704510246704633, - 0.08719955476701766, - 0.17178127365952817, - 0.14536674207122044, - 0.05071769640853923 - ], - "resistance": [ - 97635.7318522242, - 96912.87791201923, - 96098.96433185769, - 95638.03545378773, - 95662.46686620844, - 96182.8870969987, - 97010.77831047382, - 97692.58334153138 - ], - "fuel": [ - 41.44114898186065, - 41.06706520631212, - 40.648184338153385, - 40.41206041826065, - 40.42455626265821, - 40.691261233429685, - 41.11761575901442, - 41.47065263942699 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 13.4375, -44.0625 13.59375, -43.90625 13.59375, -43.90625 13.4375, -44.0625 13.4375))", @@ -184690,19 +142815,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 807.4443103015142, + 807.444310301511, 166.8217544072818, - -508.8465916008704, + -508.8465916008713, -853.5173378960237, - -796.2596328376092, + -796.2596328376094, -313.2108749832837, 395.26485721486915, 940.5029946218765 ], "relative wind speed": [ - 2.826102238161807, + 2.8261022381618064, 2.583294079776893, - 2.2414915264236153, + 2.241491526423615, 2.0013785844137693, 2.0527748829415975, 2.351027494090343, @@ -184710,14 +142835,14 @@ 2.862729875910229 ], "relative wind angle": [ - 0.07845652965194375, - 0.1677034826874085, - 0.17411551705872783, - 0.05897003916738713, - 0.10811261243810891, - 0.1844531419445757, - 0.14546406245102161, - 0.041214640570350444 + 0.07845652965194516, + 0.16770348268740853, + 0.17411551705872846, + 0.05897003916738712, + 0.10811261243810892, + 0.18445314194457574, + 0.14546406245102164, + 0.04121464057035044 ], "resistance": [ 97441.94431030154, @@ -184757,68 +142882,7 @@ "id": "3587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.464072545478814, - 9.464072545478814, - 9.464072545478814, - 9.464072545478814, - 9.464072545478814, - 9.464072545478814, - 9.464072545478814, - 9.464072545478814 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 887.8041752961763, - 145.7554538639356, - -613.7860447715289, - -978.6294548997721, - -893.3548029480403, - -321.29073160136977, - 487.0762213557, - 1086.2204583800549 - ], - "relative wind speed": [ - 3.0378581208142657, - 2.7729625489748253, - 2.4132229528162106, - 2.1735779233348036, - 2.2440160467566956, - 2.564150674644875, - 2.905261599288391, - 3.088648408526016 - ], - "relative wind angle": [ - 0.0820107281120097, - 0.16589683114580742, - 0.16599117926765536, - 0.04877785816265008, - 0.11112697535603001, - 0.17954799943519192, - 0.13768098811310497, - 0.03431962180345838 - ], - "resistance": [ - 97522.30417529619, - 96780.25545386395, - 96020.71395522848, - 95655.87054510025, - 95741.14519705197, - 96313.20926839864, - 97121.57622135572, - 97720.72045838006 - ], - "fuel": [ - 41.21169866963522, - 40.82802110921483, - 40.43742084299395, - 40.25056044520775, - 40.29419086929861, - 40.587584723886955, - 41.00424711933377, - 41.314637328474426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 13.28125, -44.375 13.4375, -44.21875 13.4375, -44.21875 13.28125, -44.375 13.28125))", @@ -184850,9 +142914,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 893.6516253458874, + 893.6516253458842, 342.1248661676848, - -321.39102726697774, + -321.3910272669784, -743.7875172920085, -768.4627481854951, -402.2569608263773, @@ -184862,7 +142926,7 @@ "relative wind speed": [ 2.504906011177961, 2.2842755266722303, - 1.9068944282365883, + 1.906894428236588, 1.5671850600179453, 1.5390628713519516, 1.8507711811717567, @@ -184870,14 +142934,14 @@ 2.487408216289828 ], "relative wind angle": [ - 0.06796866874717004, - 0.20413225418656186, - 0.25702740143779534, + 0.06796866874717332, + 0.2041322541865619, + 0.2570274014377958, 0.14243685968934844, - 0.11076378642042048, + 0.11076378642042049, 0.2528866474465378, 0.21836389432293674, - 0.08955850096494364 + 0.08955850096494365 ], "resistance": [ 97528.15162534593, @@ -184930,9 +142994,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 971.0193299220459, + 971.0193299220409, 389.8149756492162, - -336.66732885871534, + -336.66732885871556, -815.6071321713771, -858.9506854869696, -481.71624765384445, @@ -184942,21 +143006,21 @@ "relative wind speed": [ 2.7423591217938963, 2.533923131690744, - 2.170235265996105, - 1.8412461975537753, + 2.1702352659961046, + 1.841246197553775, 1.7985126640508469, 2.081925771568246, 2.4587110944281925, 2.7138522059300185 ], "relative wind angle": [ - 0.05376078279044735, + 0.05376078279045149, 0.17398221463348607, - 0.21969600345751797, - 0.1253727226915718, - 0.08202652479258672, - 0.21227872029320952, - 0.1935698498423297, + 0.21969600345751794, + 0.1253727226915709, + 0.08202652479258674, + 0.2122787202932095, + 0.19356984984232972, 0.08494009705231192 ], "resistance": [ @@ -185010,19 +143074,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1053.5967607033276, + 1053.5967607033103, 586.0976041311119, - -122.58161166425657, + -122.58161166425725, -684.3707626102364, -826.3651982405978, -588.2598846945893, - 37.13685964820911, + 37.13685964820934, 725.9874758540946 ], "relative wind speed": [ 2.5576932012344664, 2.400987875668094, - 2.0402091022587405, + 2.04020910225874, 1.6350918117646704, 1.4731438264988854, 1.7167423994553186, @@ -185030,17 +143094,17 @@ 2.4573200874719023 ], "relative wind angle": [ - 0.018777667618021607, - 0.17478454323178277, + 0.018777667618039347, + 0.17478454323178275, 0.26911155169827894, - 0.21547722916867626, + 0.2154772291686763, 0.03260591407284182, - 0.2456697642421716, - 0.2571386059882088, - 0.1427551942021983 + 0.24566976424217163, + 0.2571386059882084, + 0.14275519420219826 ], "resistance": [ - 97688.0967607033, + 97688.09676070328, 97220.59760413108, 96511.91838833572, 95950.12923738973, @@ -185050,7 +143114,7 @@ 97360.48747585407 ], "fuel": [ - 40.237372343698524, + 40.23737234369852, 39.99512389341852, 39.629451703711965, 39.34090140609649, @@ -185090,13 +143154,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1094.358882407124, + 1094.3588824071194, 554.1280095697743, - -217.91959049106777, + -217.91959049106845, -798.9821569251435, -917.639187459423, -614.9011892702551, - 88.53756225740835, + 88.53756225740744, 819.8672350240968 ], "relative wind speed": [ @@ -185110,13 +143174,13 @@ 2.7260720224616155 ], "relative wind angle": [ - 0.02871359271627159, + 0.028713592716275455, 0.15997965604476924, - 0.22756655153713184, - 0.1615226639926059, - 0.04521878768389204, + 0.22756655153713282, + 0.16152266399260587, + 0.045218787683892044, 0.20788113540268285, - 0.21259379456188496, + 0.21259379456188549, 0.1120952433108468 ], "resistance": [ @@ -185170,9 +143234,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 979.1471095117272, + 979.1471095117245, 345.3310221918755, - -419.3841869533294, + -419.3841869533312, -897.2845266501454, -917.05429158479, -487.0102952363245, @@ -185182,7 +143246,7 @@ "relative wind speed": [ 2.997500649533607, 2.7851151047255382, - 2.4388544680508524, + 2.438854468050852, 2.148964354656734, 2.1321469613969217, 2.402955401662331, @@ -185190,13 +143254,13 @@ 2.985466967052773 ], "relative wind angle": [ - 0.05329974208959282, - 0.15118999532742525, - 0.17871471842629377, + 0.05329974208959491, + 0.15118999532742528, + 0.17871471842629502, 0.09023224810238611, 0.07496671412855285, 0.1754670330119716, - 0.15809590829057923, + 0.15809590829057926, 0.06490740102356589 ], "resistance": [ @@ -185237,68 +143301,7 @@ "id": "3593", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.233908379497176, - 8.233908379497176, - 8.233908379497176, - 8.233908379497176, - 8.233908379497176, - 8.233908379497176, - 8.233908379497176, - 8.233908379497176 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 913.0281088189372, - 365.0161979521763, - -323.8034091847792, - -778.8853403908611, - -820.7033764440782, - -465.03456623609964, - 199.740409327821, - 816.1648582477033 - ], - "relative wind speed": [ - 2.7340654635413824, - 2.5372951671036215, - 2.195448641185807, - 1.8892393613622078, - 1.848848935087973, - 2.1108030648779836, - 2.464419121744732, - 2.70631317093669 - ], - "relative wind angle": [ - 0.050128803533099814, - 0.16247124941096222, - 0.20337714607366794, - 0.11494556266127379, - 0.07416707415596961, - 0.19568735634655887, - 0.1809191818319897, - 0.0801510969226692 - ], - "resistance": [ - 97547.52810881894, - 96999.51619795218, - 96310.69659081522, - 95855.61465960914, - 95813.79662355593, - 96169.4654337639, - 96834.24040932782, - 97450.6648582477 - ], - "fuel": [ - 40.59503560682308, - 40.3114358372204, - 39.956552238506674, - 39.72306008932861, - 39.70164287028298, - 39.88400728753916, - 40.22612386476758, - 40.54482693295351 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 13.125, -44.0625 13.28125, -43.90625 13.28125, -43.90625 13.125, -44.0625 13.125))", @@ -185317,68 +143320,7 @@ "id": "3594", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.159125002868661, - 8.159125002868661, - 8.159125002868661, - 8.159125002868661, - 8.159125002868661, - 8.159125002868661, - 8.159125002868661, - 8.159125002868661 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 876.0356835997873, - 312.2399532793952, - -362.992352809689, - -784.1776415489824, - -800.5722913699267, - -418.29278158727834, - 247.51040156987983, - 838.0779918640451 - ], - "relative wind speed": [ - 2.704822860020179, - 2.4947738032301183, - 2.149463520702221, - 1.8559055490425578, - 1.8399034379509862, - 2.1159903203437223, - 2.465992282680952, - 2.6938682146876896 - ], - "relative wind angle": [ - 0.0596135223823034, - 0.16937935189248846, - 0.20311508849704069, - 0.10398953978774698, - 0.0876976887033953, - 0.2000786837166171, - 0.1767477170906614, - 0.07157428810179123 - ], - "resistance": [ - 97510.5356835998, - 96946.73995327941, - 96271.50764719033, - 95850.32235845103, - 95833.92770863009, - 96216.20721841273, - 96882.01040156989, - 97472.57799186406 - ], - "fuel": [ - 40.540788270267115, - 40.24911443356511, - 39.9013466206149, - 39.685280921434554, - 39.676883905044136, - 39.87294016464641, - 40.21570296941594, - 40.52111411931098 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 13.125, -43.90625 13.28125, -43.75 13.28125, -43.75 13.125, -43.90625 13.125))", @@ -185397,68 +143339,7 @@ "id": "3595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.776978833687062, - 6.776978833687062, - 6.776978833687062, - 6.776978833687062, - 6.776978833687062, - 6.776978833687062, - 6.776978833687062, - 6.776978833687062 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 731.4521778496794, - 336.26775724582944, - -191.99083439581136, - -566.4674513462226, - -624.6370899784225, - -385.81529776430966, - 108.77465136719661, - 597.0965564640544 - ], - "relative wind speed": [ - 2.305261926355849, - 2.143462022180716, - 1.8352909414674037, - 1.5343001461177495, - 1.4648875916134512, - 1.6928374891400215, - 2.0228285555965013, - 2.259657333931848 - ], - "relative wind angle": [ - 0.04169420083683919, - 0.17134115461829633, - 0.2313196315806614, - 0.15019557171362732, - 0.06564138251234591, - 0.21760456539820344, - 0.20953712646919537, - 0.10177492515617816 - ], - "resistance": [ - 97365.95217784974, - 96970.76775724589, - 96442.50916560425, - 96068.03254865383, - 96009.86291002163, - 96248.68470223575, - 96743.27465136726, - 97231.59655646411 - ], - "fuel": [ - 39.8840732142946, - 39.67971731743919, - 39.40745432970992, - 39.215079093879524, - 39.185243149222515, - 39.30781814211289, - 39.56234071162099, - 39.814530671530875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 13.28125, -42.1875 13.4375, -42.03125 13.4375, -42.03125 13.28125, -42.1875 13.28125))", @@ -185490,34 +143371,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1337.2852206064754, + 1337.2852206064708, 453.42454863576177, - -575.5758174666189, + -575.5758174666207, -1198.5241247601127, -1204.137353490231, -594.2696943600145, - 431.4843001688005, - 1324.3302554075817 + 431.48430016879865, + 1324.3302554075826 ], "relative wind speed": [ - 3.237182647538411, + 3.2371826475384102, 2.958062641709117, - 2.5069053564600248, + 2.5069053564600243, 2.1276660448535414, 2.122942454807997, 2.497218766483, - 2.9498579107648615, - 3.234079986878384 + 2.949857910764862, + 3.2340799868783834 ], "relative wind angle": [ - 0.06996801839112918, + 0.06996801839113077, 0.18889582555767287, - 0.2249598985556644, + 0.22495989855566487, 0.11086067367537027, 0.10680711477803678, 0.22430303804219726, - 0.1907255586691933, - 0.07284914677084134 + 0.19072555866919508, + 0.0728491467708398 ], "resistance": [ 97971.7852206065, @@ -185570,37 +143451,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1614.5143386524069, + 1614.5143386524105, 702.9967400584974, -480.4240609432268, -1294.475568942482, -1399.3967703567778, -830.598067417819, - 292.1670871471156, - 1372.142545598601 + 292.16708714711604, + 1372.1425455986036 ], "relative wind speed": [ - 3.469747831888581, + 3.4697478318885806, 3.2171955940046013, 2.7542962061036866, 2.3164155782839333, 2.2338103477645026, 2.5843202581322338, 3.072932003106823, - 3.415154104188973 + 3.4151541041889724 ], "relative wind angle": [ - 0.047009867521748946, + 0.04700986752174659, 0.17275201496959774, - 0.2266877462753312, + 0.22668774627533123, 0.13964519173208603, 0.07305788188208641, - 0.21565700340924845, - 0.20283450989434124, - 0.09455119292458368 + 0.21565700340924848, + 0.20283450989434068, + 0.09455119292458133 ], "resistance": [ - 98249.0143386524, + 98249.01433865241, 97337.4967400585, 96154.07593905677, 95340.02443105752, @@ -185610,7 +143491,7 @@ 98006.6425455986 ], "fuel": [ - 42.04321012079029, + 42.043210120790306, 41.569730934318464, 40.95962680211237, 40.54297366361612, @@ -185650,9 +143531,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1515.0094761721416, + 1515.0094761721352, 562.3570662930047, - -591.8613875879223, + -591.8613875879246, -1324.2227335356415, -1364.4579399672812, -726.8956407139558, @@ -185662,7 +143543,7 @@ "relative wind speed": [ 3.487612377382425, 3.21416109792743, - 2.755807764077156, + 2.7558077640771557, 2.3573914453111593, 2.326507927179411, 2.6916997727587786, @@ -185670,11 +143551,11 @@ 3.4668119077436965 ], "relative wind angle": [ - 0.05905036464724026, + 0.05905036464724402, 0.17421563780438246, - 0.21282011970628828, - 0.11309798504862868, - 0.0885853681956961, + 0.21282011970628933, + 0.1130979850486287, + 0.08858536819569608, 0.20848742422749447, 0.18529606532542486, 0.07681698247988417 @@ -185730,19 +143611,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1558.0395931923676, + 1558.0395931923576, 409.2535686884012, - -845.5117755029974, + -845.5117755029983, -1532.7527206411742, -1468.7294037024394, -630.0569682081423, - 661.5683232065558, + 661.5683232065567, 1706.1934321560584 ], "relative wind speed": [ - 3.6803615755085466, + 3.680361575508546, 3.3507776193915815, - 2.860259057729495, + 2.8602590577294946, 2.487940677111394, 2.5338604508651255, 2.95597690388857, @@ -185750,17 +143631,17 @@ 3.7115577993765188 ], "relative wind angle": [ - 0.07922059276682775, - 0.18402581230911422, - 0.20272291549714555, + 0.07922059276683195, + 0.18402581230911425, + 0.2027229154971461, 0.08098168975898479, 0.11520001561790291, 0.20894596388017486, - 0.16855184669725132, + 0.1685518466972513, 0.05425114302329084 ], "resistance": [ - 98192.53959319236, + 98192.53959319234, 97043.7535686884, 95788.98822449699, 95101.74727935881, @@ -185770,7 +143651,7 @@ 98340.69343215604 ], "fuel": [ - 42.5747785416385, + 42.574778541638494, 41.97880105375363, 41.333453806692155, 40.98247715464564, @@ -185797,68 +143678,7 @@ "id": "3600", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.149841560618789, - 8.149841560618789, - 8.149841560618789, - 8.149841560618789, - 8.149841560618789, - 8.149841560618789, - 8.149841560618789, - 8.149841560618789 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1162.8669507797194, - 645.9776551241189, - -147.78251064178085, - -781.0547880774318, - -940.2329038815053, - -678.3869659192594, - 23.006755753692687, - 794.5523231396064 - ], - "relative wind speed": [ - 2.8039333303744463, - 2.6458824510798538, - 2.283076720527868, - 1.8827675196209004, - 1.7247287243519946, - 1.9585804422737543, - 2.37155897712313, - 2.700355117544756 - ], - "relative wind angle": [ - 0.016221322000406765, - 0.15703798387580797, - 0.2386584394357454, - 0.18670197264654953, - 0.026373297431085175, - 0.21287884658916395, - 0.22959103277773693, - 0.12978322978932072 - ], - "resistance": [ - 97797.36695077973, - 97280.47765512414, - 96486.71748935823, - 95853.44521192259, - 95694.2670961185, - 95956.11303408076, - 96657.50675575371, - 97429.05232313962 - ], - "fuel": [ - 40.685303775864995, - 40.41729970185867, - 40.00767528209178, - 39.6825528995138, - 39.60106544335264, - 39.73516126961154, - 40.09561409463864, - 40.49423298550144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 11.71875, -43.59375 11.875, -43.4375 11.875, -43.4375 11.71875, -43.59375 11.71875))", @@ -185877,68 +143697,7 @@ "id": "3601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.691226739305998, - 7.691226739305998, - 7.691226739305998, - 7.691226739305998, - 7.691226739305998, - 7.691226739305998, - 7.691226739305998, - 7.691226739305998 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1023.6575464990799, - 405.45163284734394, - -348.7369499904569, - -837.1057834202998, - -873.7708768356651, - -468.7809016373262, - 263.98361991319985, - 939.3296827196621 - ], - "relative wind speed": [ - 2.6635236962981694, - 2.4328803823046647, - 2.0314632402090966, - 1.6637106499015875, - 1.6242563093587763, - 1.952859463615024, - 2.3676410502677157, - 2.639059285548108 - ], - "relative wind angle": [ - 0.06501735628926315, - 0.20324882758617357, - 0.25958880716970334, - 0.14861809651383817, - 0.10674569568911128, - 0.254197196133868, - 0.22205753211049226, - 0.09348311429948752 - ], - "resistance": [ - 97658.1575464991, - 97039.95163284737, - 96285.76305000957, - 95797.39421657973, - 95760.72912316436, - 96165.71909836271, - 96898.48361991323, - 97573.82968271969 - ], - "fuel": [ - 40.40630561257381, - 40.08620623186901, - 39.69762243018608, - 39.44712708695045, - 39.428356552911794, - 39.6359669278706, - 40.0131557930557, - 40.362557924796526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 11.5625, -43.75 11.71875, -43.59375 11.71875, -43.59375 11.5625, -43.75 11.5625))", @@ -185970,9 +143729,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1162.9450658729245, + 1162.9450658728858, 739.8190468232981, - -18.88169493621467, + -18.881694936215126, -677.1723099302392, -893.8115218333419, -710.7776229556978, @@ -185982,7 +143741,7 @@ "relative wind speed": [ 2.6662260940491436, 2.5412897935760013, - 2.1890032005687594, + 2.189003200568759, 1.7566077280357448, 1.5294934583034427, 1.7291495044234961, @@ -185990,17 +143749,17 @@ 2.522387978362305 ], "relative wind angle": [ - 0.006050171096986131, - 0.15427421239677372, - 0.2626643771633908, + 0.006050171097022832, + 0.15427421239677375, + 0.26266437716339036, 0.2375184721462218, 0.01054684125306324, - 0.22779989579299914, + 0.22779989579299917, 0.26654646003481725, 0.16460081903348517 ], "resistance": [ - 97797.44506587293, + 97797.4450658729, 97374.31904682331, 96615.6183050638, 95957.32769006978, @@ -186010,7 +143769,7 @@ 97325.39203610027 ], "fuel": [ - 40.41862895448795, + 40.41862895448793, 40.199166653713206, 39.80732042926463, 39.46906851167819, @@ -186037,68 +143796,7 @@ "id": "3603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.547153808838133, - 6.547153808838133, - 6.547153808838133, - 6.547153808838133, - 6.547153808838133, - 6.547153808838133, - 6.547153808838133, - 6.547153808838133 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 905.6298915828127, - 367.27182503089216, - -281.51382830376997, - -700.7243442234677, - -732.3610333457057, - -382.37527508772837, - 247.5152466745551, - 833.1605723936589 - ], - "relative wind speed": [ - 2.3555875558588415, - 2.128156306336137, - 1.725336220098744, - 1.3421234924754166, - 1.3004485077887178, - 1.6464840693212501, - 2.064745500622852, - 2.3320942488828624 - ], - "relative wind angle": [ - 0.07514003692786482, - 0.23716596030525458, - 0.31240908470305395, - 0.1873125697340042, - 0.1364005950076885, - 0.30855500667619223, - 0.2597392162262217, - 0.1073755920679264 - ], - "resistance": [ - 97540.1298915828, - 97001.77182503088, - 96352.98617169622, - 95933.77565577652, - 95902.13896665428, - 96252.12472491225, - 96882.01524667453, - 97467.66057239364 - ], - "fuel": [ - 39.88978770606026, - 39.61118901537127, - 39.27687735718058, - 39.06169606666913, - 39.045483451172586, - 39.225045308554016, - 39.54936197842203, - 39.852222233746666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 11.09375, -43.75 11.25, -43.59375 11.25, -43.59375 11.09375, -43.75 11.09375))", @@ -186117,68 +143815,7 @@ "id": "3604", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.722228896808716, - 9.722228896808716, - 9.722228896808716, - 9.722228896808716, - 9.722228896808716, - 9.722228896808716, - 9.722228896808716, - 9.722228896808716 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1645.599989927624, - 890.3614148763672, - -241.8223156840918, - -1128.9630719185034, - -1339.931734206406, - -944.1894728293364, - 65.5590473366592, - 1157.7438315041936 - ], - "relative wind speed": [ - 3.3441782605452848, - 3.147140067122312, - 2.709377279468851, - 2.2347373752752726, - 2.0589118846593215, - 2.349075517093576, - 2.8428719887805443, - 3.2293335613780854 - ], - "relative wind angle": [ - 0.020518725674065232, - 0.1605426965182644, - 0.23955427478590513, - 0.182713540576806, - 0.03333127964391426, - 0.21583386739626262, - 0.22810089369349876, - 0.12607130477994602 - ], - "resistance": [ - 98280.09998992765, - 97524.8614148764, - 96392.67768431593, - 95505.53692808152, - 95294.56826579363, - 95690.31052717069, - 96700.05904733669, - 97792.24383150422 - ], - "fuel": [ - 41.75044328495015, - 41.35783480451089, - 40.77324829869617, - 40.31851913641607, - 40.21081218482362, - 40.41298862982605, - 40.931488472143975, - 41.49659004761926 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 11.09375, -43.59375 11.25, -43.4375 11.25, -43.4375 11.09375, -43.59375 11.09375))", @@ -186197,68 +143834,7 @@ "id": "3605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.526274579951675, - 9.526274579951675, - 9.526274579951675, - 9.526274579951675, - 9.526274579951675, - 9.526274579951675, - 9.526274579951675, - 9.526274579951675 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1626.136443914636, - 792.8168773122443, - -352.1955512889381, - -1188.3501028512521, - -1341.6624647618041, - -857.31510162822, - 198.3235113564633, - 1272.72722544425 - ], - "relative wind speed": [ - 3.303255584911871, - 3.0702839991080015, - 2.604220468799913, - 2.1275986785254135, - 1.995469038873707, - 2.338108275759786, - 2.848057214003712, - 3.2197388104459557 - ], - "relative wind angle": [ - 0.038032836256716385, - 0.18068501215162344, - 0.2541170260267122, - 0.17675701972932387, - 0.0629851808197154, - 0.23822424906510187, - 0.23194207862003535, - 0.1164565814059443 - ], - "resistance": [ - 98260.6364439147, - 97427.3168773123, - 96282.30444871112, - 95446.1498971488, - 95292.83753523826, - 95777.18489837184, - 96832.82351135652, - 97907.22722544431 - ], - "fuel": [ - 41.629978363263064, - 41.196961126998914, - 40.60619364257742, - 40.17786299950231, - 40.09960905845667, - 40.34712872322422, - 40.88962423407221, - 41.44602103619597 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 10.9375, -43.75 11.09375, -43.59375 11.09375, -43.59375 10.9375, -43.75 10.9375))", @@ -186277,68 +143853,7 @@ "id": "3606", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.541488698994707, - 9.541488698994707, - 9.541488698994707, - 9.541488698994707, - 9.541488698994707, - 9.541488698994707, - 9.541488698994707, - 9.541488698994707 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1466.5626747188999, - 357.09414418781125, - -801.6133606912695, - -1405.4670692538355, - -1308.4242165874175, - -485.52771238459945, - 730.1208448230741, - 1689.611339741522 - ], - "relative wind speed": [ - 3.288957854286908, - 2.923967172371325, - 2.384301852847944, - 1.975164159430213, - 2.059985417256991, - 2.5517052458075624, - 3.0620072438015, - 3.340585312469858 - ], - "relative wind angle": [ - 0.10605358549609581, - 0.23633890150759373, - 0.2630851850769392, - 0.0974983316802265, - 0.16982225036385518, - 0.271631725713767, - 0.20391248052028582, - 0.05758768294915866 - ], - "resistance": [ - 98101.06267471888, - 96991.5941441878, - 95832.88663930872, - 95229.03293074615, - 95326.07578341257, - 96148.97228761538, - 97364.62084482306, - 98324.1113397415 - ], - "fuel": [ - 41.55533394542159, - 40.98005043174304, - 40.38412518114977, - 40.07554239602064, - 40.12504196473596, - 40.54619303730847, - 41.17296176339329, - 41.671542497151634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 10.9375, -43.59375 11.09375, -43.4375 11.09375, -43.4375 10.9375, -43.59375 10.9375))", @@ -186357,68 +143872,7 @@ "id": "3607", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.021106653962741, - 9.021106653962741, - 9.021106653962741, - 9.021106653962741, - 9.021106653962741, - 9.021106653962741, - 9.021106653962741, - 9.021106653962741 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1462.7378920872848, - 470.52069024585353, - -635.992456451303, - -1278.6776884826527, - -1254.5068947903462, - -557.878477588064, - 562.8923463345782, - 1518.1968787417895 - ], - "relative wind speed": [ - 3.1595668466399616, - 2.831578904625665, - 2.3073148159225347, - 1.8651111301761043, - 1.8877142450440634, - 2.351273832671896, - 2.8675121742641347, - 3.172962054834864 - ], - "relative wind angle": [ - 0.09166426057648475, - 0.2342917236495092, - 0.28126195345835636, - 0.13355356773434562, - 0.15381433773557224, - 0.2833537869497135, - 0.22524223776615074, - 0.0783516150546883 - ], - "resistance": [ - 98097.23789208727, - 97105.02069024584, - 95998.50754354868, - 95355.82231151733, - 95379.99310520964, - 96076.62152241192, - 97197.39234633456, - 98152.69687874177 - ], - "fuel": [ - 41.272130403640645, - 40.757441919155625, - 40.18778584293193, - 39.85900963454139, - 39.87134678708126, - 40.22785109033804, - 40.805202816711, - 41.30100650306489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 11.71875, -42.5 11.875, -42.34375 11.875, -42.34375 11.71875, -42.5 11.71875))", @@ -186437,68 +143891,7 @@ "id": "3608", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.157163807144468, - 6.157163807144468, - 6.157163807144468, - 6.157163807144468, - 6.157163807144468, - 6.157163807144468, - 6.157163807144468, - 6.157163807144468 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 721.325376514445, - 15.539010808763123, - -581.1598673376919, - -779.4021974374054, - -598.399291492932, - -13.168227740493649, - 695.5581958260698, - 1139.290610899725 - ], - "relative wind speed": [ - 2.223878728213105, - 1.8393994475287612, - 1.3418022576098843, - 1.0602076540147238, - 1.3230393432225633, - 1.8200767494653665, - 2.2126085064887877, - 2.360514654028253 - ], - "relative wind angle": [ - 0.2048716334842647, - 0.3612749866803379, - 0.3555157383151114, - 0.009749090294983536, - 0.34900397544721956, - 0.36528955387762474, - 0.2126838565352579, - 0.004378676247674165 - ], - "resistance": [ - 97355.82537651445, - 96650.03901080876, - 96053.34013266231, - 95855.0978025626, - 96036.10070850707, - 96621.33177225951, - 97330.05819582607, - 97773.79061089973 - ], - "fuel": [ - 39.65879555465537, - 39.29425710735529, - 38.98750829794939, - 38.88588979692153, - 38.97866560856796, - 39.27946905687745, - 39.64545421309333, - 39.875548341175936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 11.71875, -42.34375 11.875, -42.1875 11.875, -42.1875 11.71875, -42.34375 11.71875))", @@ -186517,68 +143910,7 @@ "id": "3609", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.978928473536631, - 6.978928473536631, - 6.978928473536631, - 6.978928473536631, - 6.978928473536631, - 6.978928473536631, - 6.978928473536631, - 6.978928473536631 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 614.6403062867887, - -193.98024600270287, - -788.346915435813, - -908.7004934481649, - -574.621618067536, - 161.20563494754242, - 929.929273216221, - 1206.0359296860154 - ], - "relative wind speed": [ - 2.370531488473326, - 1.9347718884216265, - 1.4565907020157813, - 1.3054974978503235, - 1.6540289779600643, - 2.147530939834998, - 2.4967128238098084, - 2.57893537741482 - ], - "relative wind angle": [ - 0.22560173492398597, - 0.3359938988260688, - 0.25815872643463317, - 0.08590231947321868, - 0.32635605644813237, - 0.3015944146218155, - 0.1494995752539405, - 0.04344530476768593 - ], - "resistance": [ - 97249.1403062868, - 96440.51975399732, - 95846.1530845642, - 95725.79950655185, - 96059.87838193247, - 96795.70563494756, - 97564.42927321623, - 97840.53592968603 - ], - "fuel": [ - 39.90076586327218, - 39.48358930530097, - 39.17850023702742, - 39.11688265306773, - 39.28805430975849, - 39.66653410496842, - 40.06408632256126, - 40.2074140504729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 11.5625, -42.5 11.71875, -42.34375 11.71875, -42.34375 11.5625, -42.5 11.5625))", @@ -186610,9 +143942,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 518.7875439207176, + 518.7875439207162, -184.46910936265226, - -678.5122542848403, + -678.5122542848407, -762.858093277364, -443.7094988835297, 206.6688784963883, @@ -186620,9 +143952,9 @@ 1063.5839616915237 ], "relative wind speed": [ - 2.100103233074776, + 2.1001032330747758, 1.6587476646243466, - 1.1724946113043098, + 1.1724946113043095, 1.0424899482144978, 1.4339633642293697, 1.9274959674734509, @@ -186630,14 +143962,14 @@ 2.3194609777693764 ], "relative wind angle": [ - 0.26755900932145393, + 0.2675590093214544, 0.3969234858429031, - 0.30459023417019643, + 0.3045902341701965, 0.13853329018663574, 0.3975856971657908, 0.33914624981543484, - 0.15646689903122935, - 0.06210522778284289 + 0.15646689903122932, + 0.062105227782842894 ], "resistance": [ 97153.28754392076, @@ -186690,17 +144022,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 385.06892121172314, + 385.06892121172154, -352.1050527370362, - -792.3397670287328, + -792.339767028733, -789.1762325389535, -342.4072044580106, - 396.7483714290656, - 1054.919779008889, + 396.74837142906586, + 1054.91977900889, 1047.6837108010789 ], "relative wind speed": [ - 2.0970593455545434, + 2.097059345554543, 1.6077409302869683, 1.1448097779868625, 1.1495072237265453, @@ -186710,13 +144042,13 @@ 2.384772726501789 ], "relative wind angle": [ - 0.3044966918697038, + 0.3044966918697049, 0.39969819522197586, - 0.22557713185349157, - 0.2312991640413434, - 0.3996632317030702, - 0.3020325939452775, - 0.10747743144991223, + 0.22557713185349254, + 0.23129916404134337, + 0.3996632317030705, + 0.30203259394527743, + 0.1074774314499112, 0.11072538860736925 ], "resistance": [ @@ -186770,7 +144102,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 113.94450654513435, + 113.94450654513344, -560.5107876325774, -831.3380128443134, -671.8289415423702, @@ -186780,9 +144112,9 @@ 872.6508726311567 ], "relative wind speed": [ - 1.9001196845787427, + 1.9001196845787423, 1.3545679615994084, - 0.9820783210243371, + 0.982078321024337, 1.228486867269077, 1.7747906049058702, 2.2193427280152536, @@ -186790,13 +144122,13 @@ 2.291540207793259 ], "relative wind angle": [ - 0.38487586995256917, - 0.42015439017247463, + 0.3848758699525698, + 0.4201543901724746, 0.06930349404334728, 0.38059862693314217, 0.4136526129016868, 0.25160751986370894, - 0.028252210348121042, + 0.028252210348121046, 0.20048760044618363 ], "resistance": [ @@ -186850,34 +144182,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 122.33571009449474, + 122.3357100944936, -636.7048780048644, - -944.9124588417411, + -944.912458841742, -773.4494866311328, -105.52086187241639, 760.6788007530536, 1360.1374771060187, - 965.6460793761939 + 965.646079376193 ], "relative wind speed": [ - 2.063883534686823, + 2.0638835346868225, 1.5088629146180677, - 1.136092112969911, + 1.1360921129699109, 1.3708728598906224, 1.9229254473043236, 2.3833988809119164, 2.581966737099738, - 2.4653529407890487 + 2.465352940789049 ], "relative wind angle": [ - 0.3582355919470221, + 0.3582355919470224, 0.3839396429571398, - 0.06663482296013554, - 0.34080040758752145, + 0.06663482296013887, + 0.3408004075875215, 0.385825842106423, 0.23941429510580073, 0.02930251264889835, - 0.18694382177401062 + 0.1869438217740118 ], "resistance": [ 96756.83571009451, @@ -186917,68 +144249,7 @@ "id": "3614", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.714401163869798, - 6.714401163869798, - 6.714401163869798, - 6.714401163869798, - 6.714401163869798, - 6.714401163869798, - 6.714401163869798, - 6.714401163869798 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 140.55358722046958, - -630.5053979233007, - -952.6469191901137, - -788.5881525812551, - -122.84763276267745, - 750.7752845666694, - 1364.9086006156374, - 987.6820764447282 - ], - "relative wind speed": [ - 2.0825410789780423, - 1.5260796461595352, - 1.1431974992984173, - 1.3673354626338947, - 1.920263244340245, - 2.3865182142134884, - 2.5918116734811183, - 2.480883311608771 - ], - "relative wind angle": [ - 0.3556989540279761, - 0.38588564731246555, - 0.07623561949387621, - 0.3363284820091731, - 0.3872842960286339, - 0.24306567534178797, - 0.03359980200527391, - 0.18291021655464113 - ], - "resistance": [ - 96775.05358722045, - 96003.99460207668, - 95681.85308080987, - 95845.91184741873, - 96511.65236723732, - 97385.27528456665, - 97999.40860061563, - 97622.18207644472 - ], - "fuel": [ - 39.55536207691725, - 39.158870299110696, - 38.99387480594119, - 39.07785470673154, - 39.41966785918471, - 39.870716769977896, - 40.189491896795744, - 39.9935205301164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 10.9375, -42.03125 11.09375, -41.875 11.09375, -41.875 10.9375, -42.03125 10.9375))", @@ -187010,19 +144281,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 300.85832734878863, + 300.8583273487882, -669.2203868939459, -1144.3870506303028, -1018.5764292493072, -280.7418912413293, 767.6613114884688, 1577.3339498430857, - 1289.0392120300928 + 1289.0392120300924 ], "relative wind speed": [ 2.3730176708384043, 1.7778644264451449, - 1.3108696151499168, + 1.3108696151499166, 1.4659114058969678, 2.0494297122220577, 2.582745262822253, @@ -187030,14 +144301,14 @@ 2.7717284790381416 ], "relative wind angle": [ - 0.3312765326126826, + 0.33127653261268325, 0.3851248047072585, 0.13214922718280409, 0.2931664972512126, - 0.386128470529926, + 0.38612847052992605, 0.26157300029767283, 0.06067855822655792, - 0.15343976661717265 + 0.15343976661717268 ], "resistance": [ 96935.35832734877, @@ -187077,68 +144348,7 @@ "id": "3616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.378521879800059, - 7.378521879800059, - 7.378521879800059, - 7.378521879800059, - 7.378521879800059, - 7.378521879800059, - 7.378521879800059, - 7.378521879800059 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -128.32768225900168, - -891.0046977915715, - -1087.3695581456154, - -744.1624449357334, - 115.96369115796824, - 1070.809792445209, - 1522.3535933406874, - 852.4028785561459 - ], - "relative wind speed": [ - 2.110988371572957, - 1.5473097302875816, - 1.3098899233863521, - 1.6788615656017345, - 2.2486610509910574, - 2.668066908028699, - 2.792299556955046, - 2.5873098520868623 - ], - "relative wind angle": [ - 0.35903938127826707, - 0.31048035789395395, - 0.055919552405303184, - 0.3503709711344446, - 0.336157753456007, - 0.17812032860686952, - 0.02622164217765306, - 0.22461052811382295 - ], - "resistance": [ - 96506.172317741, - 95743.49530220842, - 95547.13044185439, - 95890.33755506427, - 96750.46369115797, - 97705.30979244522, - 98156.85359334068, - 97486.90287855614 - ], - "fuel": [ - 39.67795872728805, - 39.28652828197011, - 39.186097879443295, - 39.36172421448569, - 39.8037946170737, - 40.29777161317679, - 40.53255334308372, - 40.18448243324287 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 10.78125, -42.03125 10.9375, -41.875 10.9375, -41.875 10.78125, -42.03125 10.78125))", @@ -187157,68 +144367,7 @@ "id": "3617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.198662916566727, - 8.198662916566727, - 8.198662916566727, - 8.198662916566727, - 8.198662916566727, - 8.198662916566727, - 8.198662916566727, - 8.198662916566727 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 86.53794105641555, - -902.6086792194319, - -1276.6866840914065, - -1033.5319456620869, - -131.08660986688574, - 1005.4519114021946, - 1758.6982134920008, - 1199.084582911612 - ], - "relative wind speed": [ - 2.461155710400158, - 1.8662485345146724, - 1.5034645183273923, - 1.762374642276222, - 2.3503708575708, - 2.8458121874739453, - 3.053051758664433, - 2.9112825728903684 - ], - "relative wind angle": [ - 0.32037905283075013, - 0.32134536978585676, - 0.0389295086805487, - 0.2916201632238943, - 0.33606037953902224, - 0.20863651129636254, - 0.01916703028748278, - 0.17493456471324786 - ], - "resistance": [ - 96721.03794105645, - 95731.8913207806, - 95357.81331590863, - 95600.96805433794, - 96503.41339013314, - 97639.95191140223, - 98393.19821349203, - 97833.58458291164 - ], - "fuel": [ - 40.15117608572483, - 39.64314006560703, - 39.451958479386725, - 39.576169343699235, - 40.03908946082896, - 40.62640202144246, - 41.01829461592906, - 40.726941979355736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 10.625, -42.1875 10.78125, -42.03125 10.78125, -42.03125 10.625, -42.1875 10.625))", @@ -187237,68 +144386,7 @@ "id": "3618", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.3169907990503615, - 7.3169907990503615, - 7.3169907990503615, - 7.3169907990503615, - 7.3169907990503615, - 7.3169907990503615, - 7.3169907990503615, - 7.3169907990503615 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -36.71794213647286, - -823.7096310501898, - -1061.931092806159, - -789.1043767432035, - 20.852023831971565, - 970.6567860659657, - 1520.256300804575, - 919.18440174748 - ], - "relative wind speed": [ - 2.145516071520133, - 1.5832301268379654, - 1.2959938448778148, - 1.6145098743933477, - 2.178232131248033, - 2.615591098819762, - 2.7691757591007744, - 2.5963998721766464 - ], - "relative wind angle": [ - 0.3504611145393821, - 0.32701888403559304, - 0.013425830138815051, - 0.33655640599215897, - 0.3449761732617821, - 0.19568330834697378, - 0.006283236059527932, - 0.20682244029841826 - ], - "resistance": [ - 96597.7820578636, - 95810.79036894988, - 95572.56890719391, - 95845.39562325687, - 96655.35202383205, - 97605.15678606604, - 98154.75630080464, - 97553.68440174755 - ], - "fuel": [ - 39.69970801219676, - 39.29556582114328, - 39.17368684517618, - 39.31328814322461, - 39.729362257286965, - 40.22038612445397, - 40.50604769984491, - 40.1936902378111 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 10.625, -42.03125 10.78125, -41.875 10.78125, -41.875 10.625, -42.03125 10.625))", @@ -187330,19 +144418,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -178.92030895174003, + -178.9203089517414, -1120.5968255470832, - -1362.5754743826362, + -1362.5754743826387, -955.7087322058737, 95.01354437689542, 1258.6745640930617, - 1815.5970707049005, + 1815.5970707048923, 1016.444376777551 ], "relative wind speed": [ - 2.4834561323851463, + 2.483456132385146, 1.910626806688702, - 1.6743981011021944, + 1.6743981011021942, 2.0305150068695172, 2.614529628188203, 3.0582388303920713, @@ -187350,13 +144438,13 @@ 2.97998797733028 ], "relative wind angle": [ - 0.31100884196852424, - 0.2587299109757163, - 0.0410184195090726, + 0.31100884196852496, + 0.25872991097571624, + 0.04101841950907801, 0.29273109974048966, 0.2949349994515402, - 0.16053207739607894, - 0.021500838283355528, + 0.16053207739607897, + 0.02150083828336069, 0.19791519829435453 ], "resistance": [ @@ -187397,68 +144485,7 @@ "id": "3620", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8685960239408725, - 5.8685960239408725, - 5.8685960239408725, - 5.8685960239408725, - 5.8685960239408725, - 5.8685960239408725, - 5.8685960239408725, - 5.8685960239408725 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 453.9058995389571, - 375.1714114724007, - 67.24019648381932, - -249.26245226097046, - -403.74586152434904, - -369.8225410724564, - -133.93930490763216, - 202.0328244146167 - ], - "relative wind speed": [ - 1.938564120957061, - 1.9065671609753836, - 1.7313938401840148, - 1.4898040202272749, - 1.3252307557311203, - 1.3708643505788463, - 1.5863614900679315, - 1.815145004761974 - ], - "relative wind angle": [ - 0.03807517916602456, - 0.08659689365621363, - 0.1782517585875058, - 0.18173120672994858, - 0.05571220762615293, - 0.12057850567048008, - 0.19474842712897647, - 0.14888807257680722 - ], - "resistance": [ - 97088.40589953898, - 97009.67141147242, - 96701.74019648384, - 96385.23754773905, - 96230.75413847566, - 96264.67745892756, - 96500.56069509238, - 96836.53282441464 - ], - "fuel": [ - 39.42664848444362, - 39.385968636820245, - 39.227090952070526, - 39.06415852462088, - 38.984767367087414, - 39.00219342080324, - 39.12348257281435, - 39.29659403933884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 17.96875, -37.03125 18.125, -36.875 18.125, -36.875 17.96875, -37.03125 17.96875))", @@ -187477,68 +144504,7 @@ "id": "3621", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.859625092691788, - 5.859625092691788, - 5.859625092691788, - 5.859625092691788, - 5.859625092691788, - 5.859625092691788, - 5.859625092691788, - 5.859625092691788 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 383.49352859740134, - 431.95765913072864, - 173.22656253814466, - -154.44262775887512, - -372.02062800688714, - -392.90107051748146, - -225.49766224562757, - 90.1955904747906 - ], - "relative wind speed": [ - 1.9062085290303292, - 1.92598185725304, - 1.7945250616259885, - 1.5661650936467637, - 1.3625802458227885, - 1.3344848324303242, - 1.5066305737143075, - 1.74280887704214 - ], - "relative wind angle": [ - 0.07665255717900735, - 0.04663041154086213, - 0.15268644405080778, - 0.19027905245185373, - 0.10733560948752714, - 0.06732533702740279, - 0.18216250847323057, - 0.170792326252209 - ], - "resistance": [ - 97017.99352859745, - 97066.45765913077, - 96807.72656253818, - 96480.05737224116, - 96262.47937199316, - 96241.59892948256, - 96409.00233775441, - 96724.69559047483 - ], - "fuel": [ - 39.387439019249214, - 39.41247781427582, - 39.278906667665524, - 39.110103396533404, - 38.998235830737286, - 38.987509430632514, - 39.073551133520496, - 39.23609433323911 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.1875 17.8125, -37.1875 17.96875, -37.03125 17.96875, -37.03125 17.8125, -37.1875 17.8125))", @@ -187557,68 +144523,7 @@ "id": "3622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.422475433456143, - 5.422475433456143, - 5.422475433456143, - 5.422475433456143, - 5.422475433456143, - 5.422475433456143, - 5.422475433456143, - 5.422475433456143 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 370.82757644237734, - 395.98701618842836, - 146.94099097098444, - -155.66921301232856, - -347.99601916023596, - -358.8663185976304, - -192.28603419694173, - 104.06875137957343 - ], - "relative wind speed": [ - 1.7919098540577498, - 1.802808490332445, - 1.6646849164219777, - 1.4334124487963726, - 1.2330138991246604, - 1.2170233143572533, - 1.4000315459092403, - 1.6360296305811366 - ], - "relative wind angle": [ - 0.07519786685365061, - 0.05728860817238477, - 0.16936992154078884, - 0.20629048607026326, - 0.10939839398769632, - 0.08491872654171538, - 0.20179182335787182, - 0.18044039898987976 - ], - "resistance": [ - 97005.32757644236, - 97030.48701618842, - 96781.44099097096, - 96478.83078698766, - 96286.50398083976, - 96275.63368140235, - 96442.21396580305, - 96738.56875137956 - ], - "fuel": [ - 39.2494973861031, - 39.26249363118616, - 39.133951295057834, - 38.97807299364649, - 38.879180152592085, - 38.87359484475349, - 38.95923432135257, - 39.11184655020648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.03125 17.8125, -37.03125 17.96875, -36.875 17.96875, -36.875 17.8125, -37.03125 17.8125))", @@ -187637,68 +144542,7 @@ "id": "3623", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.249528842104412, - 6.249528842104412, - 6.249528842104412, - 6.249528842104412, - 6.249528842104412, - 6.249528842104412, - 6.249528842104412, - 6.249528842104412 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 463.19279979976136, - 493.97492587167585, - 181.44524868624694, - -198.83440763367594, - -440.1115694880542, - -453.3877986184434, - -243.85660353144021, - 128.80151712029306 - ], - "relative wind speed": [ - 2.0468879017800443, - 2.058595404161789, - 1.906836589793986, - 1.6543585749287129, - 1.437754820726263, - 1.4209412264196855, - 1.618908035312062, - 1.876162762804698 - ], - "relative wind angle": [ - 0.07148358844829468, - 0.054808753777419596, - 0.1610014298378421, - 0.19436123553537973, - 0.10185840692477556, - 0.07944824874125693, - 0.18995824788086013, - 0.17114061394328708 - ], - "resistance": [ - 97097.69279979977, - 97128.47492587169, - 96815.94524868626, - 96435.66559236633, - 96194.38843051196, - 96181.11220138158, - 96390.64339646857, - 96763.3015171203 - ], - "fuel": [ - 39.55643992109978, - 39.572351496995886, - 39.41096573987537, - 39.2150850597811, - 39.09108308150573, - 39.08426618430908, - 39.191929914325165, - 39.383817053251974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 29.53125, -43.75 29.6875, -43.59375 29.6875, -43.59375 29.53125, -43.75 29.53125))", @@ -187717,68 +144561,7 @@ "id": "3624", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.503326915514416, - 9.503326915514416, - 9.503326915514416, - 9.503326915514416, - 9.503326915514416, - 9.503326915514416, - 9.503326915514416, - 9.503326915514416 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 718.3341529604695, - -404.11811736459003, - -1194.5185441836416, - -1314.386521665544, - -799.2477566329449, - 253.40150463444706, - 1290.8456004603486, - 1567.0660591951955 - ], - "relative wind speed": [ - 3.0364812054737955, - 2.570075902339165, - 2.110691261971564, - 2.0072371512384617, - 2.361523880258688, - 2.862118621658294, - 3.215897315659275, - 3.2814649422042814 - ], - "relative wind angle": [ - 0.1846541830284276, - 0.2509485098262462, - 0.16421203266504436, - 0.07491967049123191, - 0.23833395301789614, - 0.22487518083979716, - 0.10750055944899771, - 0.04580071612991479 - ], - "resistance": [ - 97352.83415296048, - 96230.38188263543, - 95439.98145581638, - 95320.11347833448, - 95835.25224336707, - 96887.90150463446, - 97925.34560046036, - 98201.5660591952 - ], - "fuel": [ - 41.145629694526946, - 40.56676606906213, - 40.16195897575745, - 40.100771063582386, - 40.36410808472937, - 40.90528895247134, - 41.442686919865366, - 41.58644474173645 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 29.53125, -43.59375 29.6875, -43.4375 29.6875, -43.4375 29.53125, -43.59375 29.53125))", @@ -187797,68 +144580,7 @@ "id": "3625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.598315542278696, - 8.598315542278696, - 8.598315542278696, - 8.598315542278696, - 8.598315542278696, - 8.598315542278696, - 8.598315542278696, - 8.598315542278696 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 619.1603171744009, - -407.20265494910564, - -1099.5773249992653, - -1179.657260681621, - -666.4753615408365, - 312.6824691149636, - 1249.8036465370942, - 1433.6789842870817 - ], - "relative wind speed": [ - 2.7751495189582833, - 2.2973436609362476, - 1.8343999437848333, - 1.7560274112759087, - 2.1443997310439515, - 2.649927765549808, - 2.989127281551918, - 3.0358314824646295 - ], - "relative wind angle": [ - 0.2116577099302974, - 0.28318519575423506, - 0.17799708773179396, - 0.10416254469039635, - 0.2753395518391432, - 0.24467188056754657, - 0.10887423890710332, - 0.06017855449578478 - ], - "resistance": [ - 97253.6603171744, - 96227.2973450509, - 95534.92267500074, - 95454.84273931838, - 95968.02463845916, - 96947.18246911497, - 97884.3036465371, - 98068.17898428708 - ], - "fuel": [ - 40.61897217336163, - 40.08985835197649, - 39.73513725800859, - 39.69422536555531, - 39.956817451251624, - 40.46056527779133, - 40.94602758760092, - 41.04166509137188 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 29.375, -43.75 29.53125, -43.59375 29.53125, -43.59375 29.375, -43.75 29.375))", @@ -187877,68 +144599,7 @@ "id": "3626", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.92084391328924, - 9.92084391328924, - 9.92084391328924, - 9.92084391328924, - 9.92084391328924, - 9.92084391328924, - 9.92084391328924, - 9.92084391328924 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 682.602106540352, - -475.1206694485877, - -1264.8193204069441, - -1361.346461899144, - -795.3410766012184, - 306.4069458430422, - 1360.9086611574799, - 1583.5766629694695 - ], - "relative wind speed": [ - 3.1283705590567914, - 2.6597028368063134, - 2.2163726197638356, - 2.1372573347880306, - 2.4984936783291625, - 2.9925163049361214, - 3.334196368809924, - 3.3854547848581364 - ], - "relative wind angle": [ - 0.18090796622847174, - 0.23734567687335176, - 0.14558212119148567, - 0.07993172192275935, - 0.2272322723223053, - 0.21052590429499551, - 0.09658282109358045, - 0.050429016910434284 - ], - "resistance": [ - 97317.10210654039, - 96159.37933055146, - 95369.6806795931, - 95273.1535381009, - 95839.15892339882, - 96940.90694584309, - 97995.40866115752, - 98218.07666296951 - ], - "fuel": [ - 41.364603520635924, - 40.76778032756927, - 40.36354026223108, - 40.31428799249474, - 40.603582502832985, - 41.17012235129171, - 41.71659764845846, - 41.832520176123595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 29.375, -43.59375 29.53125, -43.4375 29.53125, -43.4375 29.375, -43.59375 29.375))", @@ -187957,68 +144618,7 @@ "id": "3627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.955635964418903, - 7.955635964418903, - 7.955635964418903, - 7.955635964418903, - 7.955635964418903, - 7.955635964418903, - 7.955635964418903, - 7.955635964418903 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 383.76294963294276, - -534.8897089879854, - -1059.009955998714, - -1028.010449183528, - -435.7934290664648, - 501.3221133142606, - 1292.8802127705317, - 1221.8568227600986 - ], - "relative wind speed": [ - 2.5145278275243537, - 2.017790387630511, - 1.5987309664537823, - 1.6321823985234982, - 2.0814425432719945, - 2.565886826795532, - 2.845929119503627, - 2.826877053266911 - ], - "relative wind angle": [ - 0.2520537345989209, - 0.30329859052535535, - 0.1413152267417547, - 0.17502056343552905, - 0.30603950179873834, - 0.23708615900057145, - 0.07920416122744287, - 0.1007084032972799 - ], - "resistance": [ - 97018.26294963296, - 96099.61029101202, - 95575.4900440013, - 95606.48955081649, - 96198.70657093354, - 97135.82211331428, - 97927.38021277054, - 97856.3568227601 - ], - "fuel": [ - 40.192493215635274, - 39.71952712380512, - 39.45109198944355, - 39.466940357019666, - 39.77039550062318, - 40.25324490766387, - 40.663641584702376, - 40.62672309562568 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 29.21875, -43.75 29.375, -43.59375 29.375, -43.59375 29.21875, -43.75 29.21875))", @@ -188037,68 +144637,7 @@ "id": "3628", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.629136117267002, - 8.629136117267002, - 8.629136117267002, - 8.629136117267002, - 8.629136117267002, - 8.629136117267002, - 8.629136117267002, - 8.629136117267002 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 235.26421676600876, - -711.4822010291814, - -1172.6453305882878, - -1059.4455410614246, - -343.10331018536044, - 670.1651336425525, - 1436.6998662806027, - 1176.4318789231875 - ], - "relative wind speed": [ - 2.6216300035035185, - 2.123369306896268, - 1.7661031145897466, - 1.875688735058386, - 2.3392693138314122, - 2.7993619959615805, - 3.037433881838342, - 2.971012717421151 - ], - "relative wind angle": [ - 0.2454094110562987, - 0.2638076134629651, - 0.08281709520824082, - 0.18611108352620892, - 0.2757608358794086, - 0.19910301249383436, - 0.04811718962114035, - 0.11708769175211681 - ], - "resistance": [ - 96869.76421676605, - 95923.01779897086, - 95461.85466941175, - 95575.05445893863, - 96291.39668981469, - 97304.6651336426, - 98071.19986628064, - 97810.93187892323 - ], - "fuel": [ - 40.43590585633601, - 39.94904839078854, - 39.71310659587492, - 39.77094895910119, - 40.13808815830939, - 40.66066844337311, - 41.058537238635964, - 40.92320034698656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 29.21875, -43.59375 29.375, -43.4375 29.375, -43.4375 29.21875, -43.59375 29.21875))", @@ -188130,9 +144669,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 287.0680250250459, + 287.0680250250455, -570.9201516575408, - -1016.0338121677652, + -1016.0338121677655, -937.1268286707839, -321.46877220556485, 584.1083284139997, @@ -188140,9 +144679,9 @@ 1122.7839629270954 ], "relative wind speed": [ - 2.3507243615624707, + 2.35072436156247, 1.8387039952129822, - 1.4343473632754338, + 1.4343473632754333, 1.5266766526790339, 2.0101871557131523, 2.487151994355237, @@ -188150,12 +144689,12 @@ 2.6899843537095447 ], "relative wind angle": [ - 0.28266705003729825, + 0.2826670500372982, 0.3266013650685488, - 0.12483432979415807, + 0.12483432979415719, 0.22280101273252723, 0.33224716799595394, - 0.23946247310524393, + 0.23946247310524396, 0.06521762097271618, 0.12573620916231365 ], @@ -188210,33 +144749,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 293.11298271699934, + 293.112982716998, -705.8776255881173, - -1213.735647392236, - -1114.8960590197412, - -386.6215309758777, + -1213.7356473922368, + -1114.8960590197414, + -386.62153097587725, 670.7692327551795, - 1494.077858387448, + 1494.0778583874462, 1267.1579429080698 ], "relative wind speed": [ 2.65412405043541, 2.134984177100557, 1.7451033065518395, - 1.8417980538883523, + 1.8417980538883525, 2.3228194162286604, 2.8074378139219354, - 3.065041429568343, + 3.0650414295683435, 3.00793025919844 ], "relative wind angle": [ - 0.2520066836879453, + 0.25200668368794665, 0.2797466390505015, - 0.09864808606056902, - 0.18922123023655305, - 0.2889149645188761, + 0.09864808606057128, + 0.18922123023655366, + 0.28891496451887577, 0.21155059458284964, - 0.056104371785712065, + 0.05610437178571404, 0.11542880996148096 ], "resistance": [ @@ -188290,9 +144829,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 80.38030524913302, + 80.3803052491321, -700.6436187760066, - -1003.1672092427586, + -1003.167209242759, -818.9246429358922, -116.2217052838048, 776.4295080568099, @@ -188302,7 +144841,7 @@ "relative wind speed": [ 2.190666706067409, 1.6647186982361866, - 1.338044871617899, + 1.3380448716178988, 1.5591215318027474, 2.077879247264716, 2.5189907580275936, @@ -188310,14 +144849,14 @@ 2.585680342260943 ], "relative wind angle": [ - 0.3178625033111679, + 0.31786250331116866, 0.32162628176629343, 0.044514842022427406, - 0.2874527742235781, + 0.28745277422357807, 0.3357754168111516, 0.21045684314846974, 0.022000197307525834, - 0.17179581183581047 + 0.1717958118358105 ], "resistance": [ 96714.8803052492, @@ -188357,68 +144896,7 @@ "id": "3632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.125573179528672, - 8.125573179528672, - 8.125573179528672, - 8.125573179528672, - 8.125573179528672, - 8.125573179528672, - 8.125573179528672, - 8.125573179528672 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 166.9829003797272, - -740.0518831709073, - -1141.7614440298382, - -987.1677813863337, - -243.55877897133996, - 755.5283098497671, - 1472.737597977321, - 1117.568607946068 - ], - "relative wind speed": [ - 2.4625162293721097, - 1.9387345222934482, - 1.584630757189428, - 1.74697573759319, - 2.250436902084085, - 2.7147303516648646, - 2.9355404602137756, - 2.8419233280374705 - ], - "relative wind angle": [ - 0.2782326954073234, - 0.2911555355405344, - 0.06992065061536594, - 0.23099697878845976, - 0.30525895233277434, - 0.20646825708498825, - 0.03772198558889124, - 0.14120687676463342 - ], - "resistance": [ - 96801.48290037975, - 95894.44811682912, - 95492.7385559702, - 95647.3322186137, - 96390.94122102868, - 97390.02830984979, - 98107.23759797735, - 97752.0686079461 - ], - "fuel": [ - 40.1585450326657, - 39.6922724282893, - 39.48674673384007, - 39.565770040116995, - 39.947121701747974, - 40.46273184481268, - 40.83516033169413, - 40.65049089941016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 28.90625, -43.59375 29.0625, -43.4375 29.0625, -43.4375 28.90625, -43.59375 28.90625))", @@ -188450,9 +144928,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -122.4189822550029, - -967.9312510598816, - -1198.5626337271433, + -122.41898225500381, + -967.9312510598818, + -1198.5626337271437, -862.610943131036, 52.560416253392304, 1085.7488843905962, @@ -188462,7 +144940,7 @@ "relative wind speed": [ 2.3372382694324108, 1.792121258052049, - 1.5506189447472398, + 1.5506189447472396, 1.8744966338949829, 2.426897281785502, 2.853211268181031, @@ -188470,17 +144948,17 @@ 2.7997813332390167 ], "relative wind angle": [ - 0.3133875039498476, - 0.26896910557008497, + 0.3133875039498487, + 0.268969105570085, 0.03033683849445462, - 0.2937507628787474, + 0.29375076287874746, 0.3014380742448659, 0.16769656728230217, - 0.015723941318229948, - 0.19508955614183401 + 0.01572394131822995, + 0.195089556141834 ], "resistance": [ - 96512.08101774496, + 96512.08101774495, 95666.56874894007, 95435.93736627282, 95771.88905686892, @@ -188490,7 +144968,7 @@ 97565.35295050002 ], "fuel": [ - 40.03179753364509, + 40.031797533645076, 39.59796508227903, 39.4800898588598, 39.65185990421459, @@ -188517,68 +144995,7 @@ "id": "3634", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.416177888641668, - 8.416177888641668, - 8.416177888641668, - 8.416177888641668, - 8.416177888641668, - 8.416177888641668, - 8.416177888641668, - 8.416177888641668 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -198.7585950140974, - -974.6030137501189, - -1158.7669209134244, - -797.7437542945663, - 95.08798231907986, - 1060.7742164379479, - 1484.9343363706262, - 802.6941906545158 - ], - "relative wind speed": [ - 2.355429750314816, - 1.8643226141656335, - 1.6811500679265536, - 1.9950385278027034, - 2.5022972745586465, - 2.8868394741035326, - 2.997211271839589, - 2.7980997536747267 - ], - "relative wind angle": [ - 0.28330357126598804, - 0.2226219903678801, - 0.045397175919002726, - 0.2634397721088195, - 0.26625746429268804, - 0.14307241109878863, - 0.025457496324050536, - 0.18675047638930112 - ], - "resistance": [ - 96435.7414049859, - 95659.89698624988, - 95475.73307908658, - 95836.75624570543, - 96729.58798231908, - 97695.27421643795, - 98119.43433637063, - 97437.19419065451 - ], - "fuel": [ - 40.10786020771337, - 39.709894163972294, - 39.615757021692794, - 39.80041626069564, - 40.25917234960138, - 40.75870180723892, - 40.979207849952346, - 40.62486259624922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 28.75, -43.59375 28.90625, -43.4375 28.90625, -43.4375 28.75, -43.59375 28.75))", @@ -188597,68 +145014,7 @@ "id": "3635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.052555810714974, - 8.052555810714974, - 8.052555810714974, - 8.052555810714974, - 8.052555810714974, - 8.052555810714974, - 8.052555810714974, - 8.052555810714974 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -316.10930148400985, - -1049.1784149292305, - -1169.9615297863652, - -699.4516608280153, - 264.99116167375496, - 1235.1415755665944, - 1512.0186065435319, - 720.9630712500079 - ], - "relative wind speed": [ - 2.193948082325547, - 1.6727329771192225, - 1.5422449288060402, - 1.9495144284718466, - 2.496248694258097, - 2.871694642329344, - 2.9438319094502066, - 2.691479003207212 - ], - "relative wind angle": [ - 0.32605541628670226, - 0.23215828426263574, - 0.10293245403316599, - 0.3176846840516929, - 0.28537650963367633, - 0.1344228152954278, - 0.05385616994372562, - 0.22823324705911413 - ], - "resistance": [ - 96318.39069851601, - 95585.3215850708, - 95464.53847021367, - 95935.04833917202, - 96899.49116167378, - 97869.64157556662, - 98146.51860654356, - 97355.46307125004 - ], - "fuel": [ - 39.8761010581548, - 39.500338189078064, - 39.43861801911012, - 39.679354704388615, - 40.17538734578299, - 40.67784743512742, - 40.82188991526777, - 40.411108015531326 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 28.90625, -43.4375 29.0625, -43.28125 29.0625, -43.28125 28.90625, -43.4375 28.90625))", @@ -188690,17 +145046,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -329.2203769215539, + -329.2203769215555, -1117.6158474575493, - -1252.7766325167627, + -1252.7766325167631, -759.6850730502792, - 265.47519933212334, + 265.4751993321229, 1302.4902918885768, 1612.4635029104065, 776.9446015419403 ], "relative wind speed": [ - 2.292228467959449, + 2.2922284679594482, 1.7588175259805938, 1.619573939874801, 2.0294379989324747, @@ -188711,10 +145067,10 @@ ], "relative wind angle": [ 0.31936175251584614, - 0.22883104517589853, - 0.09612537877743932, - 0.3098448219374782, - 0.2816560880692452, + 0.22883104517589856, + 0.09612537877744048, + 0.30984482193747814, + 0.2816560880692456, 0.13440259883197167, 0.05089677632852359, 0.2228413529696556 @@ -188770,17 +145126,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -625.3677965926645, + -625.3677965926654, -1161.2052286827945, - -1082.2929363892458, + -1082.2929363892463, -379.6340849281082, - 674.3140846254826, + 674.3140846254821, 1531.6626398267242, 1351.1014955528933, 380.1493616157261 ], "relative wind speed": [ - 1.9055136160486505, + 1.90551361604865, 1.4295098700333997, 1.5213831522277554, 2.0701437873512956, @@ -188790,14 +145146,14 @@ 2.4793409019120536 ], "relative wind angle": [ - 0.36187469107677317, + 0.3618746910767738, 0.15196613317468102, - 0.2446922718465079, + 0.2446922718465088, 0.36432671675416095, - 0.26164311614386504, - 0.07478380752759686, + 0.26164311614386543, + 0.07478380752759688, 0.12972090506876796, - 0.3020858200327757 + 0.30208582003277573 ], "resistance": [ 96009.13220340732, @@ -188850,33 +145206,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -787.4978457344394, + -787.4978457344407, -1254.7201840116513, - -1092.1219543845616, + -1092.121954384562, -273.9761645393096, 844.300540521655, 1666.8653981882849, - 1293.9172042133641, + 1293.917204213366, 232.29923770035475 ], "relative wind speed": [ - 1.9409417937391276, + 1.9409417937391271, 1.5258577024812734, - 1.700467275103557, + 1.7004672751035568, 2.2643532318863877, 2.779517032801787, 3.0273302188722457, - 2.9328111136962765, + 2.932811113696276, 2.523028819408169 ], "relative wind angle": [ - 0.3296331492016714, + 0.3296331492016721, 0.08942273240990882, - 0.259032993895795, - 0.33865020140177937, - 0.22800793950055784, + 0.25903299389579587, + 0.3386502014017793, + 0.2280079395005578, 0.0450266853714712, - 0.14906690614372745, + 0.14906690614372595, 0.3027578160806867 ], "resistance": [ @@ -188886,7 +145242,7 @@ 96360.5238354607, 97478.80054052167, 98301.3653981883, - 97928.41720421337, + 97928.41720421339, 96866.79923770037 ], "fuel": [ @@ -188896,7 +145252,7 @@ 39.95648986350422, 40.53373294815037, 40.96130284519899, - 40.7671320843043, + 40.76713208430431, 40.217247620562034 ] }, @@ -188930,17 +145286,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -734.7108132580438, + -734.7108132580445, -1228.367996911416, - -1086.7326332641233, + -1086.7326332641235, -293.8085473917329, - 819.8906990897126, + 819.890699089713, 1667.5159170748884, 1342.9570044630468, 291.7624801587458 ], "relative wind speed": [ - 1.870888359723826, + 1.8708883597238255, 1.413118904116184, 1.5759639832299384, 2.1622580017231017, @@ -188950,11 +145306,11 @@ 2.472446906487236 ], "relative wind angle": [ - 0.3645041752044856, + 0.3645041752044859, 0.11682849211122279, - 0.2789924491607772, + 0.27899244916077764, 0.3683043215523785, - 0.2496332585975979, + 0.24963325859759747, 0.055581787580855385, 0.15117633293095498, 0.32031414799027835 @@ -188997,68 +145353,7 @@ "id": "3640", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.319425126410279, - 7.319425126410279, - 7.319425126410279, - 7.319425126410279, - 7.319425126410279, - 7.319425126410279, - 7.319425126410279, - 7.319425126410279 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -304.630980089408, - -921.0555055156193, - -1004.6072514332703, - -567.1061136216097, - 283.6673075704007, - 1119.2637196407368, - 1310.5595185823754, - 596.9063598154858 - ], - "relative wind speed": [ - 1.973245424120342, - 1.4764968388973, - 1.3753456695512347, - 1.7880928573088426, - 2.309173536608293, - 2.6544183940573873, - 2.708210519001539, - 2.455341902795824 - ], - "relative wind angle": [ - 0.34602723995636175, - 0.23803854707403832, - 0.12897141907288887, - 0.3411904096015496, - 0.29404218839027896, - 0.13153896545268304, - 0.06536233380029455, - 0.24615610659416912 - ], - "resistance": [ - 96329.86901991058, - 95713.44449448437, - 95629.89274856671, - 96067.39388637837, - 96918.16730757039, - 97753.76371964072, - 97945.05951858236, - 97231.40635981548 - ], - "fuel": [ - 39.56286913307498, - 39.24673684503405, - 39.203996283034655, - 39.42808635127828, - 39.865895547824465, - 40.29851634375541, - 40.3979231084149, - 40.027767176985705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 25.46875, -40.46875 25.625, -40.3125 25.625, -40.3125 25.46875, -40.46875 25.46875))", @@ -189077,68 +145372,7 @@ "id": "3641", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.612540425844287, - 8.612540425844287, - 8.612540425844287, - 8.612540425844287, - 8.612540425844287, - 8.612540425844287, - 8.612540425844287, - 8.612540425844287 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -418.6482870265404, - -1150.097880735331, - -1236.0534635666238, - -694.7540844126129, - 338.01964453637765, - 1330.180221371675, - 1527.3272082628496, - 665.1378143819943 - ], - "relative wind speed": [ - 2.3024607872502636, - 1.8100341787838359, - 1.7250013511736726, - 2.139071621978147, - 2.671883226834033, - 3.027220164820602, - 3.076468103704498, - 2.8043998022232715 - ], - "relative wind angle": [ - 0.2989414151023609, - 0.19104563787106166, - 0.11155310041905184, - 0.29175635567567765, - 0.25659560131173376, - 0.11378167281728276, - 0.06245971190118433, - 0.22119437164394884 - ], - "resistance": [ - 96215.85171297347, - 95484.40211926469, - 95398.44653643339, - 95939.7459155874, - 96972.5196445364, - 97964.68022137169, - 98161.82720826287, - 97299.637814382 - ], - "fuel": [ - 40.091033668688894, - 39.716377829348176, - 39.672481236610935, - 39.949375591270915, - 40.48070156405864, - 40.99487139369356, - 41.097475598315, - 40.64982007009593 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 25.3125, -40.625 25.46875, -40.46875 25.46875, -40.46875 25.3125, -40.625 25.3125))", @@ -189157,68 +145391,7 @@ "id": "3642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.83711339725893, - 6.83711339725893, - 6.83711339725893, - 6.83711339725893, - 6.83711339725893, - 6.83711339725893, - 6.83711339725893, - 6.83711339725893 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -375.27079241615047, - -870.8308627975684, - -882.7819110051125, - -412.4636839066518, - 386.82785197309386, - 1108.712817450221, - 1136.038966350033, - 431.35091569338806 - ], - "relative wind speed": [ - 1.7694965031779508, - 1.3091681124422547, - 1.29340096132663, - 1.7412783752483454, - 2.2350020388571035, - 2.532277797126292, - 2.540367284802289, - 2.2570559603932923 - ], - "relative wind angle": [ - 0.36358967742296694, - 0.20887091448279513, - 0.19087521226819198, - 0.3631178110807824, - 0.2854202245928027, - 0.10740758600688308, - 0.0967438849800598, - 0.27757377707252057 - ], - "resistance": [ - 96259.22920758388, - 95763.66913720247, - 95751.71808899492, - 96222.03631609338, - 97021.32785197312, - 97743.21281745024, - 97770.53896635007, - 97065.85091569342 - ], - "fuel": [ - 39.33592953224484, - 39.081801200863836, - 39.07568386430709, - 39.31682491446578, - 39.72852483958489, - 40.10239717486531, - 40.116587785039904, - 39.75152772448724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 25.3125, -40.46875 25.46875, -40.3125 25.46875, -40.3125 25.3125, -40.46875 25.3125))", @@ -189237,68 +145410,7 @@ "id": "3643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.835245240429132, - 7.835245240429132, - 7.835245240429132, - 7.835245240429132, - 7.835245240429132, - 7.835245240429132, - 7.835245240429132, - 7.835245240429132 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -446.89281624918794, - -1015.0081129458624, - -1032.6649184883763, - -503.2090704550508, - 403.7346569788765, - 1218.7832646742704, - 1259.2235623770353, - 470.5883402807467 - ], - "relative wind speed": [ - 2.0361881206197694, - 1.5926256192688817, - 1.5732069814382437, - 1.999411286171991, - 2.4924878223840894, - 2.7968019672716298, - 2.80777089536166, - 2.522084874863277 - ], - "relative wind angle": [ - 0.3100538352668368, - 0.17128298285915905, - 0.15145610394647352, - 0.30853010526802527, - 0.2519092881260953, - 0.09721310852088176, - 0.08463850387466024, - 0.24311654893088228 - ], - "resistance": [ - 96187.60718375084, - 95619.49188705417, - 95601.83508151166, - 96131.29092954498, - 97038.23465697891, - 97853.2832646743, - 97893.72356237707, - 97105.08834028078 - ], - "fuel": [ - 39.710628899063074, - 39.419521595029934, - 39.410493334806645, - 39.681718327051456, - 40.14874326174014, - 40.57105864467266, - 40.59207705015229, - 40.18329026671296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 25.46875, -40.3125 25.625, -40.15625 25.625, -40.15625 25.46875, -40.3125 25.46875))", @@ -189317,68 +145429,7 @@ "id": "3644", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.248969979194671, - 8.248969979194671, - 8.248969979194671, - 8.248969979194671, - 8.248969979194671, - 8.248969979194671, - 8.248969979194671, - 8.248969979194671 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -499.0268396123988, - -1112.5191559913867, - -1126.3560992494295, - -543.2777042001578, - 447.1524404118063, - 1330.8234663453936, - 1362.52450430822, - 499.6399755288526 - ], - "relative wind speed": [ - 2.139076835079281, - 1.6838274484627531, - 1.6694377277037031, - 2.111671789580944, - 2.6214818110839286, - 2.934713225516265, - 2.942922742026396, - 2.6436071654662836 - ], - "relative wind angle": [ - 0.3042670954968961, - 0.16464312419862456, - 0.15065586234152778, - 0.30311637485785287, - 0.24696557977054234, - 0.0941789491773462, - 0.08524312504811568, - 0.24075288919439727 - ], - "resistance": [ - 96135.47316038758, - 95521.9808440086, - 95508.14390075055, - 96091.22229579983, - 97081.6524404118, - 97965.32346634538, - 97997.02450430821, - 97134.13997552884 - ], - "fuel": [ - 39.873665305430876, - 39.55947722248607, - 39.55240705274376, - 39.850956225659594, - 40.36097813424038, - 40.81910563736659, - 40.83559460845464, - 40.38810843084205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 25.46875, -40.15625 25.625, -40 25.625, -40 25.46875, -40.15625 25.46875))", @@ -189397,68 +145448,7 @@ "id": "3645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.840474246419751, - 7.840474246419751, - 7.840474246419751, - 7.840474246419751, - 7.840474246419751, - 7.840474246419751, - 7.840474246419751, - 7.840474246419751 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -524.4055057880655, - -1043.7328690730692, - -1013.8512325310646, - -429.1631468665248, - 497.3400010936871, - 1281.7608775246035, - 1213.322405125925, - 384.25067960124306 - ], - "relative wind speed": [ - 1.9877991220936555, - 1.565028699253241, - 1.5979095268904966, - 2.049981371769133, - 2.5358658450640315, - 2.816495358503601, - 2.797971779312867, - 2.4858675164533937 - ], - "relative wind angle": [ - 0.30955318010197624, - 0.1455268633569282, - 0.1790584058223837, - 0.31208081589920994, - 0.24112366295200022, - 0.08066655925681114, - 0.10189011939353722, - 0.2559882052059962 - ], - "resistance": [ - 96110.094494212, - 95590.767130927, - 95620.648767469, - 96205.33685313353, - 97131.84000109375, - 97916.26087752466, - 97847.82240512599, - 97018.7506796013 - ], - "fuel": [ - 39.67316845931401, - 39.407163172811266, - 39.4224416704341, - 39.72206156343051, - 40.19944749204656, - 40.6061217156016, - 40.570549388563315, - 40.141006440051314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 25.3125, -40.3125 25.46875, -40.15625 25.46875, -40.15625 25.3125, -40.3125 25.3125))", @@ -189477,68 +145467,7 @@ "id": "3646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.595118351862637, - 6.595118351862637, - 6.595118351862637, - 6.595118351862637, - 6.595118351862637, - 6.595118351862637, - 6.595118351862637, - 6.595118351862637 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -238.3919431844963, - -758.3584129900705, - -834.9125600105175, - -477.92122266934075, - 227.83628175778153, - 929.034319867269, - 1104.3234466626277, - 514.1251519304369 - ], - "relative wind speed": [ - 1.7878284911206594, - 1.3237156128976348, - 1.2200324882322757, - 1.599874048740202, - 2.0828177790761964, - 2.4046283685155405, - 2.458857731174464, - 2.2304402351702466 - ], - "relative wind angle": [ - 0.35530133282523485, - 0.25164204338867147, - 0.1280635816443606, - 0.3509053912618979, - 0.30322925720274424, - 0.13750106284863745, - 0.06341134796794455, - 0.24913665843831218 - ], - "resistance": [ - 96396.10805681552, - 95876.14158700994, - 95799.5874399895, - 96156.57877733068, - 96862.3362817578, - 97563.53431986728, - 97738.82344666265, - 97148.62515193045 - ], - "fuel": [ - 39.316405157898416, - 39.04951974745713, - 39.01031143640452, - 39.193335964921175, - 39.556563563424085, - 39.91928007911415, - 40.010239685620476, - 39.704434394375184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 25.3125, -40.15625 25.46875, -40 25.46875, -40 25.3125, -40.15625 25.3125))", @@ -189570,19 +145499,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -206.75037068409142, + -206.7503706840921, -721.972285689054, - -808.298540418287, + -808.2985404182872, -475.9054469177337, - 202.4811324947591, + 202.48113249475955, 889.7449837055758, 1087.4971126736211, 524.6538554539536 ], "relative wind speed": [ - 1.7547000423757162, + 1.7547000423757158, 1.2854425650825783, - 1.1642457595156577, + 1.1642457595156575, 1.5369468932479784, 2.0206043821494526, 2.347222128335712, @@ -189590,11 +145519,11 @@ 2.190800893557034 ], "relative wind angle": [ - 0.3641307223404345, + 0.36413072234043514, 0.2694747368947926, 0.12135950521128536, 0.36008183803421584, - 0.3144261090034872, + 0.31442610900348683, 0.14631819564474063, 0.0585259374556503, 0.249779385340233 @@ -189637,68 +145566,7 @@ "id": "3648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.987109568457525, - 5.987109568457525, - 5.987109568457525, - 5.987109568457525, - 5.987109568457525, - 5.987109568457525, - 5.987109568457525, - 5.987109568457525 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 978.3747870054599, - 471.9470081043444, - -183.20955718045298, - -643.3250456960783, - -719.8601985606304, - -420.7373466193476, - 187.1259253000046, - 803.0496709679007 - ], - "relative wind speed": [ - 2.2668777788521934, - 2.0574039196285945, - 1.6399109344401337, - 1.1883381375079778, - 1.0721814515643178, - 1.4336655958867526, - 1.8971030695342066, - 2.2082029798631493 - ], - "relative wind angle": [ - 0.060360810931288776, - 0.2558788808779949, - 0.37434985392766895, - 0.27905980477672665, - 0.12788972285157887, - 0.3717097936654804, - 0.3216091174304631, - 0.1487819808404902 - ], - "resistance": [ - 97612.87478700548, - 97106.44700810435, - 96451.29044281956, - 95991.17495430393, - 95914.63980143938, - 96213.76265338066, - 96821.62592530002, - 97437.54967096791 - ], - "fuel": [ - 39.7360773202201, - 39.4738352890777, - 39.13599335586823, - 38.89968220001125, - 38.86045085392642, - 39.01390286295163, - 39.32676650775553, - 39.645181218237965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 21.71875, -47.65625 21.875, -47.5 21.875, -47.5 21.71875, -47.65625 21.71875))", @@ -189730,10 +145598,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 837.7939229781426, + 837.7939229781397, 634.7350236955693, - 115.26634235230506, - -369.77239191258286, + 115.26634235230483, + -369.77239191258275, -586.0168139228645, -497.61866420635636, -97.84976201074653, @@ -189743,24 +145611,24 @@ 2.028456677647007, 1.9525583006404827, 1.6465433947616317, - 1.206512717519047, + 1.2065127175190473, 0.8840828249751466, 1.0410355503568167, 1.4782198022194166, 1.8548762753810761 ], "relative wind angle": [ - 0.04463068987536173, + 0.04463068987536671, 0.17581906624302182, - 0.35576218597772635, - 0.3997130526950796, + 0.35576218597772696, + 0.39971305269507995, 0.10254715822520398, 0.33425823576422325, 0.3984238203548646, 0.25591117108107436 ], "resistance": [ - 97472.29392297815, + 97472.29392297813, 97269.23502369557, 96749.7663423523, 96264.72760808741, @@ -189770,7 +145638,7 @@ 97077.2894805098 ], "fuel": [ - 39.4373886551355, + 39.43738865513549, 39.332230863203684, 39.063912747608285, 38.81428502456532, @@ -189810,9 +145678,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 876.5072656059763, + 876.5072656059747, 454.5871835438222, - -120.47658684635974, + -120.47658684635996, -543.494039468881, -632.6430008259069, -397.6018932751065, @@ -189830,13 +145698,13 @@ 2.0483292947347005 ], "relative wind angle": [ - 0.04540823391163128, + 0.04540823391163372, 0.24495545276362132, - 0.37370809015114254, - 0.3010511022199464, - 0.09798778954767878, + 0.37370809015114315, + 0.30105110221994646, + 0.0979877895476788, 0.3699444583522378, - 0.3333253440533078, + 0.33332534405330744, 0.16422984454264092 ], "resistance": [ @@ -189890,37 +145758,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 964.2257458254245, + 964.2257458254129, 653.7926454824632, 62.49614539058473, -453.4112005006241, -648.4591676815221, -513.8999344425722, - -38.4577960909711, + -38.457796090970874, 562.5597707277428 ], "relative wind speed": [ 2.132194187303041, 2.02114003870378, - 1.671795819915493, - 1.1965204348707639, + 1.6717958199154928, + 1.196520434870764, 0.8909850099005353, 1.1203121369443496, - 1.5953698871263104, + 1.5953698871263107, 1.9769788034202618 ], "relative wind angle": [ - 0.019378211205590617, + 0.019378211205607804, 0.2041807978318617, 0.38050267998414405, - 0.40208656006000004, + 0.40208656006000065, 0.04638724966073163, - 0.3744983383572725, - 0.3997396041526558, - 0.2391213144119273 + 0.37449833835727253, + 0.3997396041526561, + 0.23912131441192727 ], "resistance": [ - 97598.72574582542, + 97598.7257458254, 97288.29264548245, 96696.99614539057, 96181.08879949937, @@ -189930,7 +145798,7 @@ 97197.05977072773 ], "fuel": [ - 39.56146408825499, + 39.561464088254986, 39.40061655809278, 39.09523472786965, 38.82985124555097, @@ -189957,68 +145825,7 @@ "id": "3652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.486089486100152, - 6.486089486100152, - 6.486089486100152, - 6.486089486100152, - 6.486089486100152, - 6.486089486100152, - 6.486089486100152, - 6.486089486100152 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 826.6540846115051, - 95.94584084347571, - -566.6825123401557, - -835.3053627799895, - -688.9578766577546, - -107.44777087249008, - 644.9340244641924, - 1163.0624636442733 - ], - "relative wind speed": [ - 2.3436123540355855, - 1.9795310441699747, - 1.482655188682425, - 1.15732597569648, - 1.3583315005101182, - 1.8490646761088747, - 2.267006158513772, - 2.4491181917670852 - ], - "relative wind angle": [ - 0.17502315064614765, - 0.3326663564612189, - 0.3483603407123427, - 0.05992410498264309, - 0.3051526156765841, - 0.35715063883456466, - 0.22514995415797637, - 0.028303852442937958 - ], - "resistance": [ - 97461.1540846115, - 96730.44584084346, - 96067.81748765984, - 95799.19463721999, - 95945.54212334222, - 96527.0522291275, - 97279.43402446418, - 97797.56246364425 - ], - "fuel": [ - 39.826973359262446, - 39.44931026192396, - 39.10855168891969, - 38.97087702060425, - 39.04584978700693, - 39.34454071790886, - 39.73286659639258, - 40.00151234148535 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 21.40625, -47.96875 21.5625, -47.8125 21.5625, -47.8125 21.40625, -47.96875 21.40625))", @@ -190050,13 +145857,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 780.033205599274, + 780.0332055992724, 188.16559257846643, - -396.80430666437724, + -396.8043066643776, -686.963141277758, -615.284275723586, -175.53982301813016, - 454.0526517898136, + 454.0526517898138, 944.250011165049 ], "relative wind speed": [ @@ -190070,13 +145877,13 @@ 2.2074633796845204 ], "relative wind angle": [ - 0.15098191538032196, + 0.15098191538032418, 0.32947697053597746, - 0.3855058353584515, + 0.3855058353584527, 0.1371108133188924, 0.2896392899097245, 0.386411846928265, - 0.26345882926854725, + 0.2634588292685468, 0.06313171624957366 ], "resistance": [ @@ -190117,68 +145924,7 @@ "id": "3654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.625374213995398, - 6.625374213995398, - 6.625374213995398, - 6.625374213995398, - 6.625374213995398, - 6.625374213995398, - 6.625374213995398, - 6.625374213995398 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1012.9336567060886, - 309.6600186815556, - -435.1358834940004, - -846.5099115870833, - -804.5392157266556, - -304.58864014573896, - 465.9861489187613, - 1108.9332963309157 - ], - "relative wind speed": [ - 2.446628809633973, - 2.138753051486264, - 1.649808025637425, - 1.2304096599113605, - 1.2876313928544862, - 1.7520623621188618, - 2.2185852732175237, - 2.4758996758334417 - ], - "relative wind angle": [ - 0.12246801135525527, - 0.297564500332947, - 0.3643660889283719, - 0.16687989000927944, - 0.23425690448516334, - 0.36602007130558745, - 0.2682018931167778, - 0.0826413692510371 - ], - "resistance": [ - 97647.43365670611, - 96944.16001868158, - 96199.36411650603, - 95787.99008841295, - 95829.96078427337, - 96329.91135985429, - 97100.48614891879, - 97743.43329633094 - ], - "fuel": [ - 39.973828351560876, - 39.60982132564249, - 39.2263294182279, - 39.01539976481674, - 39.03689115057774, - 39.29339838735074, - 39.69057500488769, - 40.02365951153461 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 21.25, -47.96875 21.40625, -47.8125 21.40625, -47.8125 21.25, -47.96875 21.25))", @@ -190210,9 +145956,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1036.196515055546, + 1036.196515055545, 420.7508034429534, - -302.04053609654284, + -302.04053609654306, -760.971831333421, -789.1272874215452, -389.28377901123747, @@ -190220,7 +145966,7 @@ 971.8087733289856 ], "relative wind speed": [ - 2.388088417980779, + 2.388088417980778, 2.1295927939429373, 1.6694876912662013, 1.2177759077724755, @@ -190230,13 +145976,13 @@ 2.367806947142095 ], "relative wind angle": [ - 0.08982488203029004, + 0.08982488203028881, 0.27731436835258955, - 0.37423719690159124, + 0.3742371969015915, 0.23206336158092375, 0.18294682467435103, 0.37341390382647516, - 0.29865526996199065, + 0.2986552699619907, 0.11856064004847251 ], "resistance": [ @@ -190277,68 +146023,7 @@ "id": "3656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.532136147303348, - 5.532136147303348, - 5.532136147303348, - 5.532136147303348, - 5.532136147303348, - 5.532136147303348, - 5.532136147303348, - 5.532136147303348 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 859.3189592050393, - 350.7622761552624, - -239.65789507322722, - -611.7603513588126, - -632.6232873721792, - -303.4076554429839, - 273.8731128483597, - 811.5763791360943 - ], - "relative wind speed": [ - 2.1218891518972613, - 1.880907762258356, - 1.4500678063177561, - 1.0186921818866037, - 0.983242685314891, - 1.3897358529737867, - 1.8347978385220882, - 2.105099995184938 - ], - "relative wind angle": [ - 0.09704702589880662, - 0.29792047330741983, - 0.40788696585192585, - 0.2594516810387495, - 0.21065858375723856, - 0.4085463644233771, - 0.3188708958865433, - 0.12447017632495118 - ], - "resistance": [ - 97493.818959205, - 96985.26227615523, - 96394.84210492675, - 96022.73964864116, - 96001.8767126278, - 96331.092344557, - 96908.37311284833, - 97446.07637913607 - ], - "fuel": [ - 39.53403044360502, - 39.27091331941553, - 38.96664886867474, - 38.77555763769079, - 38.764858841559224, - 38.93387394631228, - 39.231216144328, - 39.50928844882604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 21.40625, -47.65625 21.5625, -47.5 21.5625, -47.5 21.40625, -47.65625 21.40625))", @@ -190370,9 +146055,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 994.3012103775638, + 994.3012103775634, 498.6122322929971, - -154.4953986934495, + -154.49539869344983, -621.8053429777126, -709.8531046651163, -425.5594491565023, @@ -190380,9 +146065,9 @@ 792.3721578939621 ], "relative wind speed": [ - 2.2371668693410376, + 2.237166869341037, 2.0333113410353683, - 1.6131601846572734, + 1.6131601846572732, 1.1428793864686846, 1.0026278768500623, 1.369606969583243, @@ -190391,13 +146076,13 @@ ], "relative wind angle": [ 0.05579773515778855, - 0.2617798003967726, - 0.3941054835538591, - 0.31104109989193995, - 0.12476047718091643, - 0.39435558010766186, + 0.2617798003967727, + 0.3941054835538597, + 0.31104109989194, + 0.12476047718091644, + 0.3943555801076619, 0.34217969201951487, - 0.16197933179443352 + 0.16197933179443355 ], "resistance": [ 97628.80121037755, @@ -190450,9 +146135,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1082.4559171714097, + 1082.455917171406, 455.1606378274221, - -298.0064196989206, + -298.0064196989208, -787.3452927674293, -828.9877807390643, -427.7323699529288, @@ -190462,7 +146147,7 @@ "relative wind speed": [ 2.4526847556347446, 2.1994193832206363, - 1.740148345196101, + 1.7401483451961008, 1.283571202082792, 1.2265708182429202, 1.6378928107179445, @@ -190470,12 +146155,12 @@ 2.423341381619996 ], "relative wind angle": [ - 0.08174951092734813, + 0.0817495109273522, 0.2659394378865804, - 0.36256977853769234, + 0.3625697785376927, 0.23174028471896038, 0.16402100707643608, - 0.3606881475953132, + 0.36068814759531326, 0.29548680964439933, 0.12195223316643153 ], @@ -190530,13 +146215,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1269.5768441695254, + 1269.5768441695222, 616.7970990867798, - -268.87426456878507, + -268.87426456878575, -910.5377208128759, -1025.8949747797983, -644.3805586201008, - 173.47249625939412, + 173.47249625939503, 1004.2408727942338 ], "relative wind speed": [ @@ -190546,18 +146231,18 @@ 1.757794750869954, 1.6379957024781087, 1.961568216273809, - 2.4293466355387534, - 2.7643742016041366 + 2.429346635538754, + 2.764374201604136 ], "relative wind angle": [ - 0.042291376676906835, + 0.04229137667690946, 0.1953873522544865, - 0.2767283435753836, - 0.1945098812727172, - 0.07329224817701278, + 0.2767283435753844, + 0.19450988127271718, + 0.0732922481770128, 0.26269307760519667, - 0.24974650125491163, - 0.1232169665164657 + 0.24974650125491207, + 0.1232169665164648 ], "resistance": [ 97904.07684416955, @@ -190610,9 +146295,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 670.1016243707243, + 670.1016243707204, 347.0181745189293, - -103.02086649877538, + -103.0208664987756, -438.5686517176958, -509.86855733753407, -330.1970840135582, @@ -190620,9 +146305,9 @@ 506.3947088936527 ], "relative wind speed": [ - 1.9442748232149416, + 1.9442748232149412, 1.7947523577152706, - 1.4772214789813771, + 1.477221478981377, 1.1278079724164842, 1.0117511743012646, 1.258057630382232, @@ -190630,14 +146315,14 @@ 1.8793334467947136 ], "relative wind angle": [ - 0.038296633496253694, + 0.038296633496259495, 0.2149397379338685, - 0.32159479582660017, - 0.24862803900024574, + 0.32159479582660055, + 0.24862803900024577, 0.07364291848373453, 0.30918112795905206, 0.29252701156479144, - 0.14821392166293887 + 0.14821392166293884 ], "resistance": [ 97304.60162437071, @@ -190690,13 +146375,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 677.5997945501813, + 677.5997945501692, 377.893995727507, - -79.02583568048112, + -79.02583568048158, -442.50893925493165, -534.8177017788009, -382.9355242120091, - 19.991525247435447, + 19.991525247435902, 464.48232528785115 ], "relative wind speed": [ @@ -190710,17 +146395,17 @@ 1.9888755132964406 ], "relative wind angle": [ - 0.017658026787810446, - 0.17027874716781055, - 0.26192899606870984, + 0.01765802678782931, + 0.17027874716781052, + 0.2619289960687111, 0.20916432211252553, 0.030196975205758834, - 0.2375954531777531, - 0.25099116578589076, + 0.23759545317775313, + 0.2509911657858903, 0.1402608928887242 ], "resistance": [ - 97312.09979455022, + 97312.0997945502, 97012.39399572753, 96555.47416431954, 96191.9910607451, @@ -190730,7 +146415,7 @@ 97098.98232528789 ], "fuel": [ - 39.55312100966301, + 39.553121009663, 39.398145383142776, 39.16251877158764, 38.97563087326474, @@ -190770,9 +146455,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 709.976099479632, + 709.9760994796318, 436.4350173503308, - -17.953693215870544, + -17.953693215870885, -401.86677436668515, -520.3518493742968, -401.95049922098985, @@ -190780,9 +146465,9 @@ 436.3121444297594 ], "relative wind speed": [ - 1.9886523524603843, + 1.988652352460384, 1.8808500999999713, - 1.5906884315769318, + 1.5906884315769316, 1.2340514424654396, 1.051428610740426, 1.233954295652744, @@ -190792,11 +146477,11 @@ "relative wind angle": [ 2.804242949133123e-05, 0.17707794008721595, - 0.2990336652354217, + 0.29903366523542174, 0.2718819929648545, - 5.303893284705209e-05, + 5.303893284705208e-05, 0.2718375910378384, - 0.29905432268547716, + 0.2990543226854771, 0.17712660337622602 ], "resistance": [ @@ -190850,9 +146535,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 637.2523236009561, + 637.2523236009415, 428.86311156851093, - 8.068911336322572, + 8.068911336322799, -370.4693450203773, -508.34128325534846, -418.2285232072244, @@ -190870,9 +146555,9 @@ 1.9292101822523313 ], "relative wind angle": [ - 0.014320217952290493, + 0.014320217952313754, 0.1361128961162789, - 0.23896391191663494, + 0.23896391191663446, 0.22084812124866862, 0.023761248083605805, 0.19775290796750336, @@ -190880,7 +146565,7 @@ 0.16028856535005717 ], "resistance": [ - 97271.752323601, + 97271.75232360099, 97063.36311156856, 96642.56891133636, 96264.03065497967, @@ -190890,7 +146575,7 @@ 96994.13137800925 ], "fuel": [ - 39.53036175659409, + 39.530361756594075, 39.42260113582799, 39.20549587327507, 39.010755166347394, @@ -190917,68 +146602,7 @@ "id": "3664", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.549342774574865, - 7.549342774574865, - 7.549342774574865, - 7.549342774574865, - 7.549342774574865, - 7.549342774574865, - 7.549342774574865, - 7.549342774574865 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -501.253807229283, - -836.8190531552004, - -765.3076019822365, - -265.9852134576006, - 450.182278376348, - 997.5179012881083, - 832.8078121200845, - 173.2252503823313 - ], - "relative wind speed": [ - 1.879516488437997, - 1.5903312808084122, - 1.6682282160738324, - 2.036022200285468, - 2.4121112330366414, - 2.611840203407191, - 2.5627870473269843, - 2.281551321096364 - ], - "relative wind angle": [ - 0.24243937384033995, - 0.07955112512860682, - 0.1640766737392884, - 0.25406733884826743, - 0.18817208064492746, - 0.04840595359469675, - 0.10652735100153622, - 0.22621907655473772 - ], - "resistance": [ - 96133.2461927707, - 95797.68094684479, - 95869.19239801775, - 96368.51478654238, - 97084.68227837633, - 97632.0179012881, - 97467.30781212007, - 96807.72525038231 - ], - "fuel": [ - 39.55814993461544, - 39.386126024707195, - 39.422750468079364, - 39.679007712779615, - 40.04817160896623, - 40.33159416091314, - 40.24618636104603, - 39.90518184927161 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 24.53125, -40.46875 24.6875, -40.3125 24.6875, -40.3125 24.53125, -40.46875 24.53125))", @@ -190997,68 +146621,7 @@ "id": "3665", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.468177604824224, - 7.468177604824224, - 7.468177604824224, - 7.468177604824224, - 7.468177604824224, - 7.468177604824224, - 7.468177604824224, - 7.468177604824224 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -570.0325058533347, - -831.4708065399614, - -708.321862584841, - -163.59166557745834, - 544.5946832413085, - 1029.4274275825917, - 745.2122183969748, - 66.33927196635454 - ], - "relative wind speed": [ - 1.8013997666011135, - 1.5536861577026566, - 1.688826698288167, - 2.07435225714887, - 2.4323827298337055, - 2.5976116312618727, - 2.511850164052964, - 2.2042208548067954 - ], - "relative wind angle": [ - 0.2333990806363802, - 0.04311236826083941, - 0.1918026980108358, - 0.2545053932196757, - 0.17213690880525395, - 0.025781282905182768, - 0.12852163127641195, - 0.23920787920497277 - ], - "resistance": [ - 96064.4674941467, - 95803.02919346007, - 95926.17813741519, - 96470.90833442257, - 97179.09468324133, - 97663.92742758262, - 97379.712218397, - 96700.83927196638 - ], - "fuel": [ - 39.48847362974746, - 39.35448095344796, - 39.41756571513153, - 39.69728822963877, - 40.06259738547299, - 40.31376850534166, - 40.16642267034179, - 39.81569066183768 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 24.375, -40.625 24.53125, -40.46875 24.53125, -40.46875 24.375, -40.625 24.375))", @@ -191077,68 +146640,7 @@ "id": "3666", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.228483812781402, - 9.228483812781402, - 9.228483812781402, - 9.228483812781402, - 9.228483812781402, - 9.228483812781402, - 9.228483812781402, - 9.228483812781402 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -855.5780459359892, - -1078.0724364323135, - -848.177651095581, - -80.20433019795246, - 814.294066892804, - 1331.7983769305165, - 803.6310667426433, - -92.53170650082666 - ], - "relative wind speed": [ - 2.209922010659116, - 2.019101026664704, - 2.214652781258216, - 2.6234569031527193, - 2.9751798485536427, - 3.107841931076425, - 2.9716600550703225, - 2.6178090651794386 - ], - "relative wind angle": [ - 0.17413687393831295, - 0.0014297902566123176, - 0.1756330806199264, - 0.20902000707299534, - 0.129051630397921, - 0.0009289051600538649, - 0.1305908865254423, - 0.20947766730533784 - ], - "resistance": [ - 95778.92195406403, - 95556.42756356772, - 95786.32234890445, - 96554.29566980207, - 97448.79406689283, - 97966.29837693054, - 97438.13106674267, - 96541.9682934992 - ], - "fuel": [ - 40.18520808802439, - 40.071395277560654, - 40.18899678580664, - 40.58327541876221, - 41.04527895629448, - 41.31392662365493, - 41.03975404074251, - 40.576929194606635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 24.375, -40.46875 24.53125, -40.3125 24.53125, -40.3125 24.375, -40.46875 24.375))", @@ -191157,68 +146659,7 @@ "id": "3667", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.347378107403276, - 8.347378107403276, - 8.347378107403276, - 8.347378107403276, - 8.347378107403276, - 8.347378107403276, - 8.347378107403276, - 8.347378107403276 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -713.0910736184544, - -991.4611006708656, - -824.7853667232775, - -157.98289840208508, - 679.6789815123439, - 1226.9349885852953, - 841.3546912526758, - 27.811410243515184 - ], - "relative wind speed": [ - 2.0058296405882508, - 1.7634742594447597, - 1.9252206615130327, - 2.3374670790402208, - 2.7115097714786507, - 2.875029795352102, - 2.7693254038429496, - 2.4314369089675703 - ], - "relative wind angle": [ - 0.2146486010000412, - 0.027402130010471534, - 0.18752751916692492, - 0.2401249570946691, - 0.15822843970128272, - 0.01680649656673128, - 0.12997101406395897, - 0.2306728587230384 - ], - "resistance": [ - 95921.40892638157, - 95643.03889932917, - 95809.71463327674, - 96476.51710159794, - 97314.17898151238, - 97861.43498858533, - 97475.85469125271, - 96662.31141024355 - ], - "fuel": [ - 39.81068321137302, - 39.66816961930573, - 39.75346585590957, - 40.09573575256945, - 40.52805252602039, - 40.81190110921279, - 40.61179386114175, - 40.191398745182056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 25.46875, -39.375 25.625, -39.21875 25.625, -39.21875 25.46875, -39.375 25.46875))", @@ -191250,34 +146691,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -135.82058583207254, + -135.820585832073, -1018.1087789353928, - -1262.5111167937157, + -1262.5111167937118, -946.4649286586082, - -16.71072653062174, + -16.710726530620832, 1040.3297924957492, 1605.776680015856, - 936.3735954810277 + 936.3735954810272 ], "relative wind speed": [ 2.616278821404382, 2.1293587961435443, - 1.9134667949580995, + 1.9134667949580992, 2.1766387347753002, 2.6707360016887534, 3.073040315279259, 3.2119138354940824, - 3.0397351003535342 + 3.039735100353534 ], "relative wind angle": [ - 0.2507841029368215, + 0.2507841029368219, 0.20776864540364864, - 0.01468020456440813, + 0.014680204564400568, 0.22186216881341222, - 0.2455640303246947, - 0.14342387629079292, - 0.008745388120269912, - 0.15822634221723914 + 0.24556403032469423, + 0.14342387629079295, + 0.008745388120269914, + 0.1582263422172384 ], "resistance": [ 96498.67941416794, @@ -191330,9 +146771,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 49.18219693782703, + 49.182196937824756, -900.7979386158154, - -1266.1402673044295, + -1266.140267304428, -1061.1131527967668, -217.5201467009315, 851.40447448735, @@ -191340,9 +146781,9 @@ 1083.3569805414868 ], "relative wind speed": [ - 2.7631065935388492, + 2.763106593538849, 2.284572529111916, - 2.0075877773325903, + 2.00758777733259, 2.182793845620359, 2.64418979106635, 3.0671201570307858, @@ -191350,10 +146791,10 @@ 3.140367610003525 ], "relative wind angle": [ - 0.22778522009986613, - 0.213662165345725, - 0.030443685736602208, - 0.18336094250120075, + 0.22778522009986713, + 0.21366216534572496, + 0.03044368573659856, + 0.18336094250120077, 0.23822312476846227, 0.1586042079625222, 0.018774025317165734, @@ -191362,7 +146803,7 @@ "resistance": [ 96683.68219693784, 95733.7020613842, - 95368.35973269558, + 95368.3597326956, 95573.38684720325, 96416.97985329908, 97485.90447448737, @@ -191372,7 +146813,7 @@ "fuel": [ 40.78164546588138, 40.29378858517873, - 40.10706317744839, + 40.107063177448396, 40.211790789307805, 40.64434295181002, 41.19623739714346, @@ -191410,17 +146851,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -630.3833924384087, + -630.3833924384096, -1248.865647370597, - -1219.0253388169476, + -1219.025338816948, -533.8542732789333, - 558.9945502153964, + 558.994550215396, 1483.6907952533297, 1415.2114990292184, 444.87644456746966 ], "relative wind speed": [ - 2.278150400649057, + 2.2781504006490567, 1.8466611076539994, 1.8748178483512878, 2.33301134485911, @@ -191430,12 +146871,12 @@ 2.7949576449178926 ], "relative wind angle": [ - 0.2790720534285343, + 0.2790720534285351, 0.1296838389251205, - 0.15520671421604446, + 0.15520671421604515, 0.28175515329713724, - 0.22281819852669227, - 0.07618629106377076, + 0.2228181985266923, + 0.07618629106377074, 0.09299851042576868, 0.23422340338424516 ], @@ -191490,33 +146931,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -500.57042119819243, + -500.5704211981931, -1027.6624373942498, - -1014.6847485551136, + -1014.6847485551145, -458.7549499234806, - 445.4854925916093, + 445.4854925916097, 1223.8675581300854, - 1194.1048244789467, + 1194.1048244789445, 395.9961168283744 ], "relative wind speed": [ 2.0601288134162767, 1.6536993018435648, - 1.6673878604433405, + 1.6673878604433403, 2.0865960414316826, - 2.5561633566702637, + 2.556163356670264, 2.836085410020977, - 2.82805932694099, + 2.8280593269409904, 2.534604267678364 ], "relative wind angle": [ - 0.28763637501877076, + 0.28763637501877193, 0.14069179570662035, - 0.15443549658613867, - 0.2889738640732346, - 0.23067624504441664, + 0.15443549658614011, + 0.28897386407323467, + 0.23067624504441714, 0.08185730236727608, - 0.09081648268242018, + 0.09081648268242264, 0.23680567595924 ], "resistance": [ @@ -191570,19 +147011,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 19.06792086306359, + 19.067920863062227, -962.3561930371561, - -1320.9945346043487, + -1320.9945346043494, -1090.6826386440491, - -194.3986596519594, + -194.39865965195986, 920.6798648228864, 1639.4278917077286, 1106.4034040331667 ], "relative wind speed": [ - 2.8043869913493364, + 2.804386991349336, 2.314689968387032, - 2.041728309741781, + 2.0417283097417807, 2.23467227329117, 2.7110461022435555, 3.139517115097129, @@ -191590,14 +147031,14 @@ 3.1969668745113755 ], "relative wind angle": [ - 0.23060842814856147, - 0.21206106128064345, + 0.23060842814856197, + 0.21206106128064348, 0.02350436217496392, - 0.188763394951701, - 0.23869982082662394, + 0.18876339495170102, + 0.23869982082662397, 0.15580793441507798, 0.014438591978591033, - 0.13154201460154477 + 0.1315420146015448 ], "resistance": [ 96653.56792086308, @@ -191650,9 +147091,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -298.15780196730475, - -1272.9777196112564, - -1494.2836790764682, + -298.15780196730793, + -1272.9777196112568, + -1494.2836790764713, -1036.4882429289687, 95.36407500996074, 1303.813165347668, @@ -191660,24 +147101,24 @@ 961.9291541848211 ], "relative wind speed": [ - 2.87610961122656, + 2.876109611226559, 2.384811878359623, - 2.212326553450973, + 2.2123265534509726, 2.521444548369479, - 3.0364504785461044, + 3.036450478546104, 3.435798351080503, 3.5493167265472936, 3.336818154162808 ], "relative wind angle": [ - 0.2346788532830249, - 0.1747816639620147, - 0.037211901509892543, + 0.23467885328302587, + 0.17478166396201472, + 0.03721190150989552, 0.21222287535282866, - 0.22207259012279246, - 0.12099546092253821, - 0.02319129686677752, - 0.15984354937046846 + 0.22207259012279193, + 0.1209954609225382, + 0.023191296866777518, + 0.15984354937046844 ], "resistance": [ 96336.34219803274, @@ -191730,9 +147171,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -359.86893807439037, + -359.8689380743913, -986.5723872067981, - -1068.0297614489161, + -1068.0297614489168, -628.8631536347964, 235.34164739134667, 1069.2970888190234, @@ -191740,7 +147181,7 @@ 551.701629921999 ], "relative wind speed": [ - 2.3232102982869893, + 2.323210298286989, 1.9191501211828197, 1.8420973122325202, 2.167402029913482, @@ -191750,12 +147191,12 @@ 2.7443928873579027 ], "relative wind angle": [ - 0.24627218874014864, + 0.24627218874014908, 0.15428254219770715, - 0.08113737829033373, + 0.08113737829033509, 0.23566160035433042, 0.21841835047776928, - 0.10105427010457146, + 0.10105427010457148, 0.0502471923085042, 0.18545866748639972 ], @@ -191810,33 +147251,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -489.20752662473797, + -489.20752662473933, -1193.2862391227904, - -1259.0551759440677, - -709.3278561736679, - 317.28286722933717, + -1259.0551759440707, + -709.3278561736684, + 317.2828672293367, 1272.6063744263906, - 1424.60384208173, + 1424.6038420817335, 575.3613416582102 ], "relative wind speed": [ 2.6292981400037836, 2.230416089652703, 2.176860890580973, - 2.5186058870938592, + 2.518605887093859, 2.9746813651829647, 3.2843845695065133, 3.3201226779221806, 3.068967630798718 ], "relative wind angle": [ - 0.21963967567102313, + 0.21963967567102413, 0.1260139520856006, - 0.08113845973348517, - 0.21195165348496015, - 0.19379137305560865, + 0.08113845973348928, + 0.21195165348495965, + 0.19379137305560923, 0.0854533704886956, - 0.05316566971458356, + 0.05316566971458147, 0.1735120043534482 ], "resistance": [ @@ -191890,19 +147331,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -761.2524377702172, + -761.2524377702179, -929.9424438975755, - -637.1566901846206, - 98.23495174019445, + -637.156690184621, + 98.23495174019422, 915.4259139826252, 1303.3528084191137, 730.815938256221, -108.22145430364026 ], "relative wind speed": [ - 1.4298999815668276, + 1.4298999815668274, 1.2090965179303332, - 1.5502671543259707, + 1.5502671543259705, 2.0778325404541236, 2.4663461958104653, 2.5817751887417133, @@ -191910,10 +147351,10 @@ 1.951945042439343 ], "relative wind angle": [ - 0.3115527423843891, - 0.055407433501819404, + 0.3115527423843898, + 0.05540743350181941, 0.3509806791240349, - 0.3368889812164941, + 0.33688898121649413, 0.17866834046122493, 0.025938033365544445, 0.22466761863245605, @@ -191970,9 +147411,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -806.2480155572554, + -806.2480155572556, -953.534680482541, - -624.1778449230696, + -624.1778449230698, 141.49557683918647, 964.2328259022968, 1302.3938542661942, @@ -191980,29 +147421,29 @@ -161.24367815470168 ], "relative wind speed": [ - 1.4568986227331941, + 1.456898622733194, 1.2702014404973243, 1.6271146199547446, 2.149201803597225, 2.5245185790965596, 2.6234206589268356, 2.418314633511346, - 1.9689284549063801 + 1.96892845490638 ], "relative wind angle": [ - 0.28640892269995516, + 0.2864089226999555, 0.07522805576974552, - 0.34259125305778626, - 0.3207206785283402, - 0.16376702475324895, - 0.036397427599284424, + 0.3425912530577866, + 0.32072067852834024, + 0.16376702475324892, + 0.03639742759928443, 0.22799311585383003, - 0.3512956698194453 + 0.351295669819445 ], "resistance": [ 95828.25198444279, 95680.9653195175, - 96010.32215507698, + 96010.32215507697, 96775.99557683922, 97598.73282590233, 97936.89385426624, @@ -192012,7 +147453,7 @@ "fuel": [ 39.17711628003928, 39.10172691855094, - 39.27042130826075, + 39.27042130826073, 39.66415409269891, 40.089662264655146, 40.26528479492438, @@ -192037,68 +147478,7 @@ "id": "3678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.117902876747887, - 7.117902876747887, - 7.117902876747887, - 7.117902876747887, - 7.117902876747887, - 7.117902876747887, - 7.117902876747887, - 7.117902876747887 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -817.4457469469912, - -949.2647995787102, - -607.8360655227111, - 157.37434587331813, - 963.3738070461588, - 1265.8640395020768, - 654.0076979035546, - -190.98415579900507 - ], - "relative wind speed": [ - 1.4891312953200648, - 1.3268050370652924, - 1.679300036395379, - 2.185337970527862, - 2.5459333549994274, - 2.6341748340644404, - 2.4247144266001164, - 1.9808045379010562 - ], - "relative wind angle": [ - 0.2627683942750345, - 0.08129426041067489, - 0.326863950066319, - 0.304295614866336, - 0.15252284019810433, - 0.0409133559480013, - 0.22424332863629337, - 0.33689627638189873 - ], - "resistance": [ - 95817.05425305302, - 95685.2352004213, - 96026.6639344773, - 96791.87434587334, - 97597.87380704617, - 97900.36403950209, - 97288.50769790357, - 96443.51584420101 - ], - "fuel": [ - 39.21825575477034, - 39.15078526133334, - 39.32567589076932, - 39.71921645319851, - 40.13609059922344, - 40.293166607226425, - 39.97579628551253, - 39.539788757868074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 24.6875, -39.21875 24.84375, -39.0625 24.84375, -39.0625 24.6875, -39.21875 24.6875))", @@ -192117,68 +147497,7 @@ "id": "3679", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.489143783902813, - 7.489143783902813, - 7.489143783902813, - 7.489143783902813, - 7.489143783902813, - 7.489143783902813, - 7.489143783902813, - 7.489143783902813 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -793.8603511425872, - -1000.1967747905402, - -739.495933919522, - 14.849000316195088, - 882.2082309734424, - 1357.96911588389, - 802.2779008585826, - -75.470091760684 - ], - "relative wind speed": [ - 1.6577259262523865, - 1.4228397651764018, - 1.704092507550889, - 2.2070920565894236, - 2.602693499722547, - 2.738173789718266, - 2.5725740855758175, - 2.1565744489368313 - ], - "relative wind angle": [ - 0.27261905179730267, - 0.01861973182548847, - 0.28787314009079173, - 0.30260285956558264, - 0.17234755540189026, - 0.009674980256580682, - 0.18919311242175407, - 0.30992433267945374 - ], - "resistance": [ - 95840.63964885741, - 95634.30322520946, - 95895.00406608048, - 96649.3490003162, - 97516.70823097344, - 97992.46911588388, - 97436.77790085858, - 96559.02990823932 - ], - "fuel": [ - 39.3825816481284, - 39.27698055193457, - 39.41043122902133, - 39.79799896557825, - 40.24624825939216, - 40.49330929355931, - 40.20482334475825, - 39.7514831915709 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 24.21875, -39.375 24.375, -39.21875 24.375, -39.21875 24.21875, -39.375 24.21875))", @@ -192197,68 +147516,7 @@ "id": "3680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.681189288927261, - 7.681189288927261, - 7.681189288927261, - 7.681189288927261, - 7.681189288927261, - 7.681189288927261, - 7.681189288927261, - 7.681189288927261 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -682.6371623959342, - -1040.2445720270273, - -891.046999048634, - -204.83130180291414, - 708.3479316391656, - 1356.9704502549505, - 1014.198033546885, - 141.4095107193873 - ], - "relative wind speed": [ - 1.8199091297641243, - 1.4812625469551992, - 1.6478193442709297, - 2.1378223922735904, - 2.5831079971358664, - 2.791124761176733, - 2.696146801291169, - 2.326850142265226 - ], - "relative wind angle": [ - 0.2975605195459778, - 0.06680668593937104, - 0.24127597149987767, - 0.3117421930740754, - 0.20806185808146171, - 0.035435659000488534, - 0.14655954851150543, - 0.28566997629116914 - ], - "resistance": [ - 95951.86283760407, - 95594.25542797297, - 95743.45300095137, - 96429.66869819709, - 97342.84793163916, - 97991.47045025496, - 97648.69803354688, - 96775.90951071939 - ], - "fuel": [ - 39.52189210972506, - 39.33882454954184, - 39.41514440977045, - 39.767234712455945, - 40.23849505819585, - 40.575111543948466, - 40.39702743814094, - 39.945552453092176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 24.21875, -39.21875 24.375, -39.0625 24.375, -39.0625 24.21875, -39.21875 24.21875))", @@ -192290,31 +147548,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -630.0560679222864, + -630.0560679222868, -871.2952512531724, - -696.6904792039126, + -696.6904792039131, -73.60545027232934, - 699.0291592629726, + 699.0291592629717, 1199.6182420608964, 797.4328262674501, 37.13711617333138 ], "relative wind speed": [ - 1.5475374651179916, + 1.5475374651179914, 1.2627046263225472, - 1.4843291773423728, + 1.4843291773423726, 1.9658763661136847, - 2.367590796772632, + 2.3675907967726317, 2.530994945386087, 2.407722010572732, 2.0336392256400684 ], "relative wind angle": [ - 0.3111339248002981, + 0.3111339248002989, 0.028297568835339838, - 0.28914806236318036, + 0.28914806236318075, 0.32851812500557787, - 0.2014623950680229, + 0.20146239506802235, 0.014116144011066924, 0.17670055927758546, 0.3171816626549684 @@ -192370,19 +147628,19 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -822.0276764022926, + -822.0276764022933, -1045.6621084805163, - -793.6317123649694, + -793.6317123649699, -18.715986386655914, - 883.0455344567727, + 883.0455344567736, 1399.4845457039696, 841.4862590996258, -65.88768461024256 ], "relative wind speed": [ - 1.7784083086244673, + 1.7784083086244669, 1.5405200212000223, - 1.801082929057348, + 1.8010829290573478, 2.2945122586965163, 2.692963836973707, 2.8357694553180046, @@ -192390,17 +147648,17 @@ 2.269361988340357 ], "relative wind angle": [ - 0.2550466173251917, + 0.2550466173251916, 0.008513080462985727, - 0.2624130856428198, + 0.26241308564281984, 0.2861438332131967, - 0.16739092872104494, + 0.1673909287210443, 0.004624656355982415, - 0.17537405504650308, + 0.17537405504650305, 0.28940608450400346 ], "resistance": [ - 95812.47232359779, + 95812.47232359777, 95588.83789151955, 95840.86828763511, 96615.78401361342, @@ -192450,33 +147708,33 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -742.9631515990609, + -742.9631515990613, -942.7525783381028, - -712.0878202596355, - -11.50425283073423, + -712.0878202596359, + -11.504252830734458, 801.4472991435073, 1262.7018781859788, - 756.2389159604954, + 756.2389159604959, -62.794486220285535 ], "relative wind speed": [ 1.6789147239184947, 1.4539552292280153, - 1.7050020966354924, - 2.175623561661931, + 1.7050020966354922, + 2.1756235616619306, 2.5540316907012333, 2.6884654951657874, - 2.536690832120676, + 2.5366908321206765, 2.1467404699306263 ], "relative wind angle": [ - 0.2564306444562355, + 0.25643064445623687, 0.010364543434188678, 0.2653511172182022, - 0.2876737780175715, + 0.2876737780175707, 0.16750780510925856, - 0.005605201650171883, - 0.1771922528930445, + 0.005605201650171884, + 0.17719225289304577, 0.2916570375718273 ], "resistance": [ @@ -192530,17 +147788,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -923.2882639990705, + -923.2882639990714, -1313.076284673335, - -1098.9514124762459, + -1098.9514124762466, -218.6287838512385, - 903.2266591499506, + 903.226659149951, 1652.6346175600916, 1158.4789428685308, 73.35697024105957 ], "relative wind speed": [ - 2.209972972770166, + 2.2099729727701654, 1.903602221180147, 2.0938809801742533, 2.592357736115878, @@ -192550,14 +147808,14 @@ 2.7252376983325175 ], "relative wind angle": [ - 0.23875034998768394, - 0.03607643726966952, - 0.2046525630111722, - 0.2616010906378111, - 0.17257309710646013, - 0.021166896388368047, + 0.23875034998768396, + 0.03607643726966951, + 0.2046525630111733, + 0.2616010906378112, + 0.17257309710645952, + 0.02116689638836805, 0.1366141413552966, - 0.24856887561408372 + 0.24856887561408375 ], "resistance": [ 95711.2117360009, @@ -192610,34 +147868,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -705.8801405656035, + -705.880140565604, -947.6600663941015, - -743.8184197167475, + -743.8184197167477, -53.57859542858682, - 784.5391948364891, + 784.5391948364895, 1310.6106518248516, 840.5135414567167, - 9.466557794637993 + 9.46655779463822 ], "relative wind speed": [ - 1.6109655762137993, + 1.6109655762137989, 1.3317360017032704, 1.5767591089233595, 2.0774252776453532, 2.4880491271497562, 2.6480328110927753, 2.5098663827550127, - 2.1142144552189226 + 2.114214455218922 ], "relative wind angle": [ 0.3019714807125757, 0.014549111939521474, - 0.29054810712287366, - 0.32238177104306337, - 0.1937733160182989, + 0.2905481071228745, + 0.3223817710430633, + 0.19377331601829834, 0.007316776968727762, 0.18095805975611823, - 0.3165748724732273 + 0.31657487247322663 ], "resistance": [ 95928.61985943443, @@ -192690,34 +147948,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -1052.5770574677144, + -1052.5770574677153, -1434.2330661915548, - -1174.414607045569, + -1174.4146070455695, -190.16580562872605, 1026.0747851649794, 1803.6387275075558, 1202.721666579766, - 12.424968473938407 + 12.424968473937952 ], "relative wind speed": [ - 2.352668412110063, + 2.3526684121100625, 2.064181679976394, 2.277940842039323, 2.7885203191516936, 3.241297380707612, 3.4322312508880195, 3.294243902277378, - 2.874928137745471 + 2.8749281377454716 ], "relative wind angle": [ - 0.2207870560955418, + 0.22078705609554233, 0.021571044465192864, - 0.19986861573969886, + 0.1998686157396994, 0.24786482017766875, - 0.15963473263577824, + 0.15963473263577826, 0.01297242152325973, - 0.1377240399303565, - 0.24026590867450204 + 0.13772403993035653, + 0.24026590867450298 ], "resistance": [ 95581.92294253224, @@ -192770,13 +148028,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1000.9068494399194, + -1000.90684943992, -1237.5101915561386, - -917.3202109308456, + -917.3202109308461, 1.48315178124858, - 1041.3654150990496, + 1041.3654150990483, 1588.1270175127356, - 919.8194595990149, + 919.8194595990144, -137.43585363055354 ], "relative wind speed": [ @@ -192790,14 +148048,14 @@ 2.5423968474407634 ], "relative wind angle": [ - 0.21748127904381687, - 0.01845200042858163, - 0.23474515050769268, + 0.2174812790438179, + 0.018452000428581628, + 0.23474515050769318, 0.2553651708042994, - 0.14725870194384116, + 0.1472587019438419, 0.010730978663004273, - 0.16552083599149497, - 0.2620782498996226 + 0.165520835991495, + 0.26207824989962264 ], "resistance": [ 95633.59315056007, @@ -192850,34 +148108,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -114.4746796256045, + -114.47467962560631, -690.1165107221664, - -842.9606089251922, + -842.9606089251961, -630.9078014053409, -15.870148702012102, 674.0807595255455, - 1028.9033540886953, - 588.7125531889033 + 1028.903354088708, + 588.7125531889028 ], "relative wind speed": [ - 2.265834636502755, + 2.2658346365027544, 1.9060313724420979, - 1.7551631410592712, + 1.755163141059271, 1.9494862316845891, 2.317530003858168, 2.6214492796971873, 2.7247668280103094, - 2.589296304255392 + 2.5892963042553916 ], "relative wind angle": [ - 0.2156448151180643, + 0.2156448151180648, 0.1708860923724124, - 0.015068343766134334, - 0.18652975946605663, - 0.21076120773006526, + 0.015068343766141704, + 0.1865297594660566, + 0.2107612077300653, 0.1239630883337379, - 0.009706084105085102, - 0.1400833478223588 + 0.009706084105073664, + 0.140083347822358 ], "resistance": [ 96520.02532037442, @@ -192886,7 +148144,7 @@ 96003.59219859469, 96618.62985129801, 97308.58075952558, - 97663.40335408872, + 97663.40335408873, 97223.21255318893 ], "fuel": [ @@ -192896,7 +148154,7 @@ 39.71942395150287, 40.03550742463963, 40.39176589738649, - 40.57566945116997, + 40.57566945116998, 40.34758971122271 ] }, @@ -192917,68 +148175,7 @@ "id": "3689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.231538385430876, - 7.231538385430876, - 7.231538385430876, - 7.231538385430876, - 7.231538385430876, - 7.231538385430876, - 7.231538385430876, - 7.231538385430876 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -174.71808434777654, - -625.2712559336433, - -715.022216153832, - -474.332962557113, - 76.52383890135206, - 646.0935102496467, - 853.5981850348314, - 428.0844820595032 - ], - "relative wind speed": [ - 1.9863285377437234, - 1.655707951314886, - 1.5555429583168192, - 1.7801565599154012, - 2.1331203897948177, - 2.3988194673976975, - 2.4649522839285285, - 2.30797449713026 - ], - "relative wind angle": [ - 0.2311390366289996, - 0.16291440945390653, - 0.04839941351911542, - 0.21223290404286074, - 0.2149736750673227, - 0.11218484792268292, - 0.030535955709006378, - 0.16319397329364266 - ], - "resistance": [ - 96459.78191565225, - 96009.22874406638, - 95919.4777838462, - 96160.16703744292, - 96711.02383890138, - 97280.59351024967, - 97488.09818503486, - 97062.58448205954 - ], - "fuel": [ - 39.59379486171702, - 39.36237257344033, - 39.31636308094107, - 39.43981643199433, - 39.723170899023074, - 40.01733836677536, - 40.12480897210576, - 39.904599950671894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 24.6875, -38.75 24.84375, -38.59375 24.84375, -38.59375 24.6875, -38.75 24.6875))", @@ -193010,34 +148207,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 32.40418755382302, + 32.40418755382234, -485.7591922684935, - -685.2931514916115, - -571.0491127490268, + -685.2931514916119, + -571.0491127490267, -109.36849392122667, - 475.5616475860736, + 475.5616475860734, 863.2009333704691, 599.4642105766379 ], "relative wind speed": [ - 1.969402375972959, + 1.9694023759729589, 1.5984452574636439, - 1.3807024346081223, - 1.5206821768924175, + 1.380702434608122, + 1.5206821768924177, 1.880298921901812, - 2.2043235953654894, + 2.204323595365489, 2.3468554581099057, 2.258671173737955 ], "relative wind angle": [ - 0.247902519698926, - 0.23632369818232576, - 0.03334184116985133, - 0.20472576956508107, + 0.24790251969892646, + 0.2363236981823258, + 0.03334184116985134, + 0.20472576956508162, 0.2599153745048794, - 0.170603699791633, + 0.17060369979163173, 0.019613301396912097, - 0.13730470680443732 + 0.13730470680443735 ], "resistance": [ 96666.90418755382, @@ -193090,9 +148287,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 18.223143381238287, + 18.223143381237833, -413.156679353241, - -575.6485348173552, + -575.6485348173555, -478.2972476673392, -90.10268046910096, 397.91526656107726, @@ -193100,9 +148297,9 @@ 492.32097654526865 ], "relative wind speed": [ - 1.8342243206864368, + 1.8342243206864366, 1.504477211840514, - 1.3156069019083843, + 1.315606901908384, 1.441698963428887, 1.76148002724174, 2.050302188464367, @@ -193113,10 +148310,10 @@ 0.23689292584551572, 0.22173783650605064, 0.02847913430245241, - 0.1939677324581772, + 0.19396773245817722, 0.246875354049946, 0.16208622733007572, - 0.01721443975891126, + 0.017214439758911255, 0.1330428795063899 ], "resistance": [ @@ -193157,68 +148354,7 @@ "id": "3692", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.686521880343579, - 7.686521880343579, - 7.686521880343579, - 7.686521880343579, - 7.686521880343579, - 7.686521880343579, - 7.686521880343579, - 7.686521880343579 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -130.43867128272882, - -664.5022258235483, - -797.5711026259601, - -577.0141916213188, - 15.188410743608756, - 665.0316846341627, - 973.3520772949839, - 538.6992041376459 - ], - "relative wind speed": [ - 2.1488212667117814, - 1.7927511244859935, - 1.6538630570077577, - 1.8605817090220202, - 2.228875467301433, - 2.5241557183868846, - 2.617261101547945, - 2.47458165940502 - ], - "relative wind angle": [ - 0.22613495982844886, - 0.1747343688392178, - 0.02481344777299992, - 0.20002944470063616, - 0.21787931170363056, - 0.123788322449541, - 0.015678800519644615, - 0.1499580486208017 - ], - "resistance": [ - 96504.0613287173, - 95969.99777417647, - 95836.92889737406, - 96057.48580837871, - 96649.68841074363, - 97299.53168463419, - 97607.85207729501, - 97173.19920413768 - ], - "fuel": [ - 39.80783061544807, - 39.53350900860464, - 39.465323381578784, - 39.57837452408991, - 39.88281608568254, - 40.21839145704073, - 40.37815599306369, - 40.153031034124695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 24.84375, -38.28125 25, -38.125 25, -38.125 24.84375, -38.28125 24.84375))", @@ -193237,68 +148373,7 @@ "id": "3693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.852466139381564, - 8.852466139381564, - 8.852466139381564, - 8.852466139381564, - 8.852466139381564, - 8.852466139381564, - 8.852466139381564, - 8.852466139381564 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -91.61775194071106, - -737.075275572385, - -921.7492936043755, - -724.3138853368137, - -70.33586658302193, - 686.7534624259165, - 1117.1255306972098, - 668.4126693249882 - ], - "relative wind speed": [ - 2.5003857950027815, - 2.1422939030707524, - 1.9788170153938731, - 2.1506878034644026, - 2.510555737832718, - 2.822303326979996, - 2.9392350120744273, - 2.8159121450510374 - ], - "relative wind angle": [ - 0.1932550942576505, - 0.15744245652692027, - 0.0026182468809860847, - 0.16027300541903072, - 0.1924624100953452, - 0.11929772006380017, - 0.0017627131621095664, - 0.1221909360915904 - ], - "resistance": [ - 96542.88224805928, - 95897.4247244276, - 95712.75070639561, - 95910.18611466317, - 96564.16413341697, - 97321.2534624259, - 97751.6255306972, - 97302.91266932497 - ], - "fuel": [ - 40.38016673199277, - 40.048668174259674, - 39.95410723471197, - 40.05520723566476, - 40.39112323032621, - 40.7819899836122, - 41.005131405625875, - 40.772495870841425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 24.6875, -38.4375 24.84375, -38.28125 24.84375, -38.28125 24.6875, -38.4375 24.6875))", @@ -193330,19 +148405,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 38.4312092499415, + 38.43120924994082, -460.4360833481371, - -661.5640761903716, + -661.5640761903741, -564.6119268951336, - -135.01802344546854, + -135.01802344546832, 419.8541809809269, 794.7106038501713, 570.1797467101717 ], "relative wind speed": [ - 2.0563377000048146, + 2.056337700004814, 1.7232128920551673, - 1.5250491354803681, + 1.525049135480368, 1.635397476446637, 1.952285775343552, 2.2517730377914935, @@ -193350,13 +148425,13 @@ 2.316337535658789 ], "relative wind angle": [ - 0.21208709507242293, + 0.21208709507242296, 0.20083302078644247, - 0.03494651755956964, - 0.16486551677518124, - 0.22357786216406372, + 0.03494651755957599, + 0.16486551677518127, + 0.22357786216406322, 0.15325954335794878, - 0.02229249855692452, + 0.022292498556924518, 0.11613384008443238 ], "resistance": [ @@ -193410,39 +148485,39 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -139.93837869048775, + -139.93837869048912, -745.9778774949934, - -902.6095503948331, - -679.6632059257195, + -902.6095503948495, + -679.663205925719, -29.217681531642484, 695.3599035177003, 1060.7191993503588, 600.2472030381768 ], "relative wind speed": [ - 2.5282939254757846, + 2.528293925475784, 2.1955827212254886, 2.0608322877361105, - 2.2377642613073094, + 2.23776426130731, 2.580065067276428, 2.868522692821855, 2.966812465728532, 2.835739239738664 ], "relative wind angle": [ - 0.18015129656510268, - 0.1378630089556759, - 0.012763456075541463, - 0.15204400663586426, + 0.18015129656510329, + 0.13786300895567588, + 0.012763456075567559, + 0.15204400663586498, 0.17649799804614685, 0.10538209105583296, 0.008865734893980747, - 0.11980700666005334 + 0.11980700666005335 ], "resistance": [ 96494.56162130946, 95888.52212250496, - 95731.89044960513, + 95731.89044960511, 95954.83679407423, 96605.28231846831, 97329.85990351766, @@ -193452,7 +148527,7 @@ "fuel": [ 40.457349106011876, 40.146159653328006, - 40.06595460205011, + 40.0659546020501, 40.180144351453386, 40.51434967422968, 40.888498440607265, @@ -193490,9 +148565,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 171.84884604424337, + 171.848846044242, -514.357940698533, - -855.7041885227318, + -855.7041885227327, -784.0664830850549, -277.01302346389707, 450.77675978005686, @@ -193500,9 +148575,9 @@ 840.733420897114 ], "relative wind speed": [ - 2.3473830043712924, + 2.347383004371292, 1.9525226943238911, - 1.6710438873491162, + 1.6710438873491158, 1.745798518668935, 2.104517729673794, 2.475248870694158, @@ -193510,14 +148585,14 @@ 2.625145591378864 ], "relative wind angle": [ - 0.215532128350048, + 0.21553212835004903, 0.22894837152872063, 0.07466618748081749, 0.1534505310267247, 0.24087036789759245, 0.17999549796039419, 0.04664547058979063, - 0.10182493275431263 + 0.10182493275431265 ], "resistance": [ 96806.3488460443, @@ -193570,19 +148645,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 131.45956555605858, + 131.45956555605744, -483.8619889745087, - -773.180130962113, + -773.1801309621138, -689.7468651286888, - -210.81429437067322, + -210.814294370673, 453.35448120348224, 944.4989749883127, 752.4380582284409 ], "relative wind speed": [ - 2.1385558365669524, + 2.138555836566952, 1.7414856362547164, - 1.467007067378572, + 1.4670070673785718, 1.5643892577117455, 1.9353185152109906, 2.2991534529368747, @@ -193590,11 +148665,11 @@ 2.423131253520771 ], "relative wind angle": [ - 0.24027697133665363, - 0.2519102894149717, - 0.07160563433062841, - 0.18362049862716495, - 0.26609120333262737, + 0.2402769713366541, + 0.25191028941497173, + 0.07160563433062998, + 0.18362049862716498, + 0.2660912033326269, 0.18993683831236438, 0.04227744636748685, 0.11815628119134199 @@ -193650,9 +148725,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -64.39816156529378, + -64.39816156529605, -702.5455390677998, - -895.2432377111461, + -895.2432377111718, -712.2753407182229, -80.60780481711481, 662.9112323237218, @@ -193660,9 +148735,9 @@ 676.926288647528 ], "relative wind speed": [ - 2.400575352326909, + 2.4005753523269084, 2.0299840251828276, - 1.851844972759726, + 1.8518449727597257, 2.0231956043492922, 2.392456974701066, 2.713996546699675, @@ -193670,9 +148745,9 @@ 2.7190608570859425 ], "relative wind angle": [ - 0.20698638795457353, + 0.20698638795457458, 0.1741719593066284, - 0.002239948351160393, + 0.0022399483512099577, 0.1718188077909575, 0.20769901845031108, 0.12998319106920353, @@ -193680,9 +148755,9 @@ 0.1275643089545311 ], "resistance": [ - 96570.1018384347, + 96570.10183843468, 95931.95446093219, - 95739.25676228885, + 95739.25676228882, 95922.22465928177, 96553.89219518287, 97297.4112323237, @@ -193690,9 +148765,9 @@ 97311.42628864752 ], "fuel": [ - 40.18983387830315, + 40.18983387830314, 39.86201640193682, - 39.763325114716594, + 39.76332511471657, 39.857029913225674, 40.18148819822035, 40.565301749513786, @@ -193730,37 +148805,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 62.38701035467261, + 62.38701035467125, -519.2453172010371, - -759.3136120465679, + -759.3136120465681, -647.9580221079339, - -151.62753954837717, + -151.62753954837763, 494.9260350226509, - 938.6223562561267, + 938.622356256124, 681.6227949036152 ], "relative wind speed": [ - 2.109699889952721, + 2.1096998899527204, 1.7253909876051252, - 1.4882944174188637, + 1.4882944174188635, 1.615956205697943, - 1.983358983691464, + 1.9833589836914638, 2.3254187630934706, - 2.4838530976963997, + 2.4838530976964, 2.4027550905413695 ], "relative wind angle": [ - 0.23833337634349516, - 0.23291137540552195, + 0.23833337634349563, + 0.23291137540552193, 0.04377597437010444, 0.19059441171417435, 0.2538392969623293, 0.17210338210662676, - 0.02622465782767452, + 0.026224657827678757, 0.1277555286126014 ], "resistance": [ - 96696.88701035472, + 96696.88701035471, 96115.254682799, 95875.18638795348, 95986.5419778921, @@ -193770,7 +148845,7 @@ 97316.12279490365 ], "fuel": [ - 39.68135453396337, + 39.68135453396336, 39.382233386220925, 39.2591383778988, 39.31620928540594, @@ -193810,7 +148885,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -63.86843434846264, + -63.868434348463325, -614.3800060119902, -775.3869314451222, -607.4921626378411, @@ -193822,7 +148897,7 @@ "relative wind speed": [ 2.175045524077006, 1.8184921320192242, - 1.6508149932869403, + 1.65081499328694, 1.8238471118753636, 2.1813772660880506, 2.486426386321817, @@ -193830,14 +148905,14 @@ 2.4825010616950576 ], "relative wind angle": [ - 0.22015174514656075, - 0.18447608518000794, + 0.22015174514656177, + 0.1844760851800079, 0.001965052191188994, 0.18648736445968667, 0.21950224423895684, 0.13456162562646076, - 0.0012472952098971023, - 0.13664082167400085 + 0.0012472952098971026, + 0.13664082167400082 ], "resistance": [ 96570.63156565155, @@ -193890,9 +148965,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2.9006715409047956, + -2.9006715409059325, -453.2046847832279, - -608.8883982444862, + -608.8883982444881, -492.6071349568749, -68.4006384480981, 449.7623817200349, @@ -193900,9 +148975,9 @@ 506.9754872370429 ], "relative wind speed": [ - 1.8471803247777157, + 1.8471803247777154, 1.5008661910965284, - 1.3137459498633155, + 1.3137459498633153, 1.4630718081531533, 1.803788971905005, 2.1007452210669, @@ -193910,14 +148985,14 @@ 2.1272401584211136 ], "relative wind angle": [ - 0.24857523202312587, + 0.24857523202312673, 0.22659375391711076, - 0.01705209477780537, + 0.017052094777811874, 0.21035812947062235, 0.25468593498833275, - 0.16120418279935161, + 0.16120418279935164, 0.010079075309876335, - 0.14411362880351325 + 0.14411362880351322 ], "resistance": [ 96631.59932845912, @@ -193970,9 +149045,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -120.6877771038503, + -120.68777710385143, -630.8012590155317, - -759.6941484072365, + -759.6941484072388, -555.2868848982691, 5.062733468322222, 622.9322759617896, @@ -193980,9 +149055,9 @@ 514.02947365165 ], "relative wind speed": [ - 2.132097530268737, + 2.1320975302687364, 1.7914345018861044, - 1.656538904203679, + 1.6565389042036789, 1.8501214762719882, 2.201834269288629, 2.486900973791261, @@ -193990,19 +149065,19 @@ 2.4435557188304498 ], "relative wind angle": [ - 0.21801653310716276, - 0.16874031262214875, - 0.02154420786587398, - 0.19105169215070222, - 0.21100535437299534, + 0.21801653310716326, + 0.16874031262214878, + 0.021544207865879135, + 0.1910516921507022, + 0.21100535437299536, 0.12127280510454021, - 0.01383911686573538, + 0.013839116865735381, 0.1442750923442956 ], "resistance": [ 96513.81222289619, 96003.69874098452, - 95874.80585159281, + 95874.8058515928, 96079.21311510177, 96639.56273346837, 97257.43227596184, @@ -194012,7 +149087,7 @@ "fuel": [ 39.78503640078948, 39.52297550335242, - 39.456912522903366, + 39.45691252290336, 39.561708487380656, 39.84978705202119, 40.16879133438597, @@ -194050,49 +149125,49 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -73.68060741522754, + -73.68060741522868, -456.70600407760026, - -558.5223239927922, + -558.5223239927955, -414.28767667238117, -3.106301911783703, 457.85115257980533, - 693.707334237899, - 396.5055643498074 + 693.7073342378919, + 396.5055643498072 ], "relative wind speed": [ - 1.7835590818346427, + 1.7835590818346423, 1.475896566205857, 1.3463692632151196, 1.516094300099862, 1.8306207239802663, 2.0866203678011552, 2.1724513896818136, - 2.057598917832525 + 2.0575989178325247 ], "relative wind angle": [ - 0.23372786494314607, - 0.1874240759578521, - 0.01795362814063957, - 0.20537574652146842, - 0.22761173759490833, - 0.1321775091461523, - 0.01112633100070658, - 0.15083612715412315 + 0.23372786494314654, + 0.18742407595785213, + 0.017953628140651937, + 0.2053757465214684, + 0.22761173759490835, + 0.13217750914615234, + 0.011126331000716558, + 0.15083612715412167 ], "resistance": [ 96560.81939258474, 96177.79399592237, - 96075.97767600718, + 96075.97767600717, 96220.21232332759, 96631.39369808818, 97092.35115257978, - 97328.20733423787, + 97328.20733423786, 97031.00556434978 ], "fuel": [ 39.30824024982423, 39.1113108250239, - 39.05905462801388, + 39.059054628013875, 39.13309298583058, 39.34458502094333, 39.58242745666381, @@ -194117,68 +149192,7 @@ "id": "3704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.545629472217878, - 6.545629472217878, - 6.545629472217878, - 6.545629472217878, - 6.545629472217878, - 6.545629472217878, - 6.545629472217878, - 6.545629472217878 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -77.28207753593324, - -592.7204146788275, - -733.5149903305692, - -533.0786832965937, - 21.795783405697648, - 648.5585959528914, - 973.1189849291088, - 561.1931760413954 - ], - "relative wind speed": [ - 1.8664482043513038, - 1.4550624918848172, - 1.2735265135895826, - 1.5125407156119326, - 1.9299883234863822, - 2.2563858209601313, - 2.3636019223854814, - 2.2182660823120663 - ], - "relative wind angle": [ - 0.2963926293417276, - 0.2514394482189542, - 0.026046899230535447, - 0.27376204612780813, - 0.2863536975560607, - 0.16113761546323685, - 0.014033139171855254, - 0.18540408041308234 - ], - "resistance": [ - 96557.21792246409, - 96041.77958532119, - 95900.98500966944, - 96101.42131670342, - 96656.29578340572, - 97283.05859595291, - 97607.61898492913, - 97195.69317604142 - ], - "fuel": [ - 39.38139756538329, - 39.1165229825637, - 39.044343058611645, - 39.1471212288522, - 39.43242519168675, - 39.75607043957161, - 39.92424008009544, - 39.71086936057241 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.15625 24.21875, -35.15625 24.375, -35 24.375, -35 24.21875, -35.15625 24.21875))", @@ -194210,33 +149224,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 68.63966625557919, + 68.6396662555785, -436.40401131177896, - -644.1173739252514, - -539.721817347237, + -644.1173739252515, + -539.7218173472369, -103.02018381151379, 464.66601146415974, - 856.6385534095875, + 856.638553409583, 616.6613516727482 ], "relative wind speed": [ 1.8001151355174299, 1.393605850684747, - 1.1320877926904198, + 1.1320877926904196, 1.2828840341324228, 1.679678010944438, - 2.0296786579422963, - 2.1863462560195104, + 2.029678657942296, + 2.186346256019511, 2.10141411352863 ], "relative wind angle": [ - 0.2974335700282297, + 0.2974335700282308, 0.304424561672609, 0.05585307390291151, - 0.2588271679334959, + 0.25882716793349586, 0.31948862216484086, - 0.20728993013385005, - 0.02890965543068874, + 0.207289930133849, + 0.028909655430696422, 0.1568949504801756 ], "resistance": [ @@ -194290,19 +149304,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -163.78595550666228, + -163.78595550666273, -659.3998048259964, - -762.6531668085212, + -762.653166808522, -496.81058097978905, 106.33526382046534, 738.3786988849713, - 975.7175854215031, + 975.7175854215004, 500.60220345000016 ], "relative wind speed": [ - 1.8590723534378197, + 1.8590723534378193, 1.4551118294528433, - 1.324833110584949, + 1.3248331105849487, 1.6067980351833353, 2.02804851584591, 2.3349047864373467, @@ -194310,14 +149324,14 @@ 2.2332332775759465 ], "relative wind angle": [ - 0.2968801774005484, - 0.2233659719155071, - 0.06648097077986662, + 0.29688017740054845, + 0.22336597191550714, + 0.0664809707798683, 0.2817784460409029, 0.2714868494211109, 0.13848922475752426, - 0.0365089614986377, - 0.20142495134604851 + 0.03650896149864074, + 0.20142495134604854 ], "resistance": [ 96470.71404449336, @@ -194370,33 +149384,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 24.003770373080215, - -486.3328063031265, - -671.1739052066627, + 24.003770373079988, + -486.3328063031264, + -671.1739052066642, -540.5228656700313, -66.02335794547253, 522.3783201056453, - 903.0325833923309, + 903.0325833923359, 601.9993769463108 ], "relative wind speed": [ 1.821092445283744, - 1.4110658772753568, + 1.4110658772753566, 1.1738111935812503, 1.3549180133461665, 1.759756957074217, 2.1028588474335983, - 2.243945080447379, + 2.2439450804473786, 2.1394670876998108 ], "relative wind angle": [ - 0.29827738142059657, - 0.2882631193175641, - 0.027382178105426938, - 0.26563742965178183, - 0.30901131503467255, + 0.2982773814205969, + 0.2882631193175637, + 0.02738217810543505, + 0.2656374296517819, + 0.3090113150346726, 0.19193967301410775, - 0.014322360123412642, + 0.01432236012340489, 0.16703150208711792 ], "resistance": [ @@ -194406,7 +149420,7 @@ 96093.97713432998, 96568.47664205453, 97156.87832010566, - 97537.53258339234, + 97537.53258339236, 97236.49937694633 ], "fuel": [ @@ -194416,7 +149430,7 @@ 39.00621220753628, 39.25010507524085, 39.55370728284319, - 39.75080273608626, + 39.750802736086264, 39.59488893994863 ] }, @@ -194437,68 +149451,7 @@ "id": "3708", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.180873696986827, - 10.180873696986827, - 10.180873696986827, - 10.180873696986827, - 10.180873696986827, - 10.180873696986827, - 10.180873696986827, - 10.180873696986827 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -783.4703596893605, - -1242.1099807999117, - -1124.8463049705965, - -385.67903533158596, - 648.8975647510688, - 1411.536198126054, - 1139.4966554196699, - 183.74778311679347 - ], - "relative wind speed": [ - 2.5699972100723683, - 2.2839251421501703, - 2.375080063743109, - 2.7622782346457364, - 3.165218648960035, - 3.377451805808407, - 3.313983923665619, - 2.998885411266422 - ], - "relative wind angle": [ - 0.1847824356431935, - 0.05278555238105673, - 0.12740389973857655, - 0.19944549533299344, - 0.14974058666835882, - 0.0356860318621438, - 0.091187874308674, - 0.18352249685671918 - ], - "resistance": [ - 95851.0296403106, - 95392.39001920006, - 95509.65369502938, - 96248.82096466838, - 97283.39756475104, - 98046.03619812602, - 97773.99665541964, - 96818.24778311676 - ], - "fuel": [ - 40.76336454935643, - 40.528834543198386, - 40.58872403051033, - 40.967413008596594, - 41.5008598146276, - 41.89664046332767, - 41.75521390472392, - 41.26052720023552 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 21.71875, -38.90625 21.875, -38.75 21.875, -38.75 21.71875, -38.90625 21.71875))", @@ -194530,17 +149483,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -624.5292361989186, + -624.5292361989204, -1133.0647260912062, - -1079.021232736701, + -1079.0212327367021, -445.5015330623164, 521.570818852731, 1302.7277940461895, - 1178.1272667262288, + 1178.127266726231, 311.1904615660919 ], "relative wind speed": [ - 2.3062508790954546, + 2.3062508790954537, 1.9592366395920697, 2.0077997706645068, 2.404973073944487, @@ -194550,33 +149503,33 @@ 2.757669740445015 ], "relative wind angle": [ - 0.23135483287129394, + 0.2313548328712939, 0.09240551713193207, - 0.13646467945437912, + 0.1364646794543808, 0.23803237957480106, - 0.18724580544490263, + 0.18724580544490266, 0.05853454318885405, - 0.0894115444320219, + 0.08941154443202066, 0.207111586073123 ], "resistance": [ - 96009.9707638011, + 96009.97076380109, 95501.4352739088, 95555.47876726331, 96188.9984669377, 97156.07081885275, 97937.22779404621, - 97812.62726672624, + 97812.62726672625, 96945.6904615661 ], "fuel": [ - 40.21648869131594, + 40.21648869131593, 39.956190375065056, 39.98380730867041, 40.30835459640514, 40.806658234793204, 41.211706013908426, - 41.14694558292661, + 41.14694558292662, 40.69795930729208 ] }, @@ -194597,68 +149550,7 @@ "id": "3710", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.567172223070141, - 8.567172223070141, - 8.567172223070141, - 8.567172223070141, - 8.567172223070141, - 8.567172223070141, - 8.567172223070141, - 8.567172223070141 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -474.72133541160656, - -938.9555208583192, - -927.712002020837, - -437.1519862999405, - 362.05494873656653, - 1040.4421788342252, - 1014.4722736917429, - 317.99339609905564 - ], - "relative wind speed": [ - 2.2214899107797947, - 1.9010543463635032, - 1.9116257483951284, - 2.243284022250495, - 2.6345433281556545, - 2.8743396361248483, - 2.867319823406286, - 2.6160108499663246 - ], - "relative wind angle": [ - 0.21769426718366294, - 0.10025401835137561, - 0.11045186675366651, - 0.21941179904473462, - 0.18313894747450354, - 0.06624424731559833, - 0.0735543012644762, - 0.18774520311518234 - ], - "resistance": [ - 96159.77866458842, - 95695.54447914171, - 95706.78799797919, - 96197.34801370009, - 96996.5549487366, - 97674.94217883426, - 97648.97227369178, - 96952.49339609909 - ], - "fuel": [ - 40.039791803743114, - 39.80187244809833, - 39.80762525937533, - 40.05908111679034, - 40.47066391960555, - 40.82189085354332, - 40.80841372024095, - 40.44791079845554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 21.5625, -38.90625 21.71875, -38.75 21.71875, -38.75 21.5625, -38.90625 21.5625))", @@ -194690,9 +149582,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -439.3589511812422, + -439.3589511812431, -882.2871451440418, - -864.2453577222993, + -864.2453577223, -381.20718703112243, 393.9778669524276, 1054.1109507564665, @@ -194700,7 +149592,7 @@ 325.16017308924665 ], "relative wind speed": [ - 1.89926331055071, + 1.8992633105507093, 1.5277465874752487, 1.548296923874267, 1.9390236111327042, @@ -194711,11 +149603,11 @@ ], "relative wind angle": [ 0.2865817350568236, - 0.135965042489201, - 0.15826396438683207, + 0.13596504248920102, + 0.1582639643868335, 0.28876565772381574, - 0.22837441242781428, - 0.07893461298290494, + 0.2283744124278143, + 0.07893461298290495, 0.09348258834571993, 0.2383210971995477 ], @@ -194757,68 +149649,7 @@ "id": "3712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.12456401791146, - 8.12456401791146, - 8.12456401791146, - 8.12456401791146, - 8.12456401791146, - 8.12456401791146, - 8.12456401791146, - 8.12456401791146 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -226.61513936721758, - -755.7548278487811, - -854.9653452002776, - -560.1608240135604, - 99.21973606913889, - 771.8496671362486, - 1001.5592343372, - 489.9779917088954 - ], - "relative wind speed": [ - 2.222479665207808, - 1.8771796408881622, - 1.779496741202722, - 2.0191759326663217, - 2.3920399311362637, - 2.6716039171717765, - 2.737638077332627, - 2.565969494626481 - ], - "relative wind angle": [ - 0.21743244695754307, - 0.14849438014412708, - 0.04872673976958386, - 0.19957333242371986, - 0.20179849138594708, - 0.10414342722953338, - 0.03166570994361491, - 0.15664478186921277 - ], - "resistance": [ - 96407.88486063275, - 95878.74517215119, - 95779.53465479969, - 96074.33917598642, - 96733.7197360691, - 97406.34966713622, - 97636.05923433717, - 97124.47799170886 - ], - "fuel": [ - 39.95536655734717, - 39.68375861262177, - 39.63294973541329, - 39.78403583567221, - 40.12313623870841, - 40.47071734745629, - 40.589805268851116, - 40.32485540528337 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 21.40625, -38.90625 21.5625, -38.75 21.5625, -38.75 21.40625, -38.90625 21.40625))", @@ -194850,31 +149681,31 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -153.7379641517732, + -153.7379641517739, -634.5534785630582, - -737.5425872266783, - -487.9195248924998, - 89.89827746080596, + -737.5425872266786, + -487.9195248924999, + 89.89827746080573, 698.8338746867719, 935.792118595414, 484.865755264158 ], "relative wind speed": [ - 1.8590730048714237, + 1.8590730048714235, 1.4705657860517813, - 1.3416352668585378, - 1.6064900884649795, + 1.3416352668585376, + 1.6064900884649793, 2.011875382607266, 2.3111103957787695, 2.3882650194867856, 2.21877997743052 ], "relative wind angle": [ - 0.28563787121483464, + 0.2856378712148354, 0.21537620332154273, 0.059192522563993905, - 0.2687242169733549, - 0.26340444420177317, + 0.2687242169733541, + 0.2634044442017736, 0.13641005587083552, 0.03323878412777324, 0.19343848070785966 @@ -194930,33 +149761,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 90.61496515408953, + 90.61496515408908, -425.50373194530744, - -660.5794669582499, + -660.5794669582492, -585.0943085878004, -174.93424142921663, 384.99064157911175, - 790.0763901999865, + 790.0763901999878, 615.8075681767621 ], "relative wind speed": [ - 2.034489315845427, + 2.0344893158454265, 1.687763653214296, 1.4582631724327926, 1.5479176884015837, 1.8706200607261843, 2.1885657492451895, - 2.347729692236028, + 2.3477296922360273, 2.289610669483771 ], "relative wind angle": [ - 0.2206085603868133, + 0.2206085603868128, 0.22363615215212249, - 0.05774147561618757, + 0.057741475616185645, 0.16568358914389292, 0.24029870079994906, 0.17187322772733835, - 0.03585315562573782, + 0.03585315562573472, 0.11173286563839568 ], "resistance": [ @@ -195010,9 +149841,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 128.22686405752165, + 128.22686405752006, -400.6749137557997, - -655.1520906378034, + -655.1520906378038, -587.9369757518687, -182.96300621074488, 385.59381777203475, @@ -195020,9 +149851,9 @@ 658.5838355881608 ], "relative wind speed": [ - 1.9344920317045398, + 1.9344920317045393, 1.5546537118361903, - 1.2833153737023524, + 1.2833153737023522, 1.3722954174735806, 1.7284148956463428, 2.0767111759930583, @@ -195030,13 +149861,13 @@ 2.201472861382017 ], "relative wind angle": [ - 0.2542460915912768, + 0.25424609159127776, 0.273309482399856, 0.08339114014589608, - 0.19689948953391093, + 0.19689948953391095, 0.2853609047258202, 0.20346634668511537, - 0.047430977020714894, + 0.04743097702071489, 0.12225069019385422 ], "resistance": [ @@ -195077,68 +149908,7 @@ "id": "3716", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.328005137245026, - 6.328005137245026, - 6.328005137245026, - 6.328005137245026, - 6.328005137245026, - 6.328005137245026, - 6.328005137245026, - 6.328005137245026 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -243.4538185264746, - -713.3027340359546, - -770.8067951622572, - -422.9093272493685, - 239.36485376366386, - 883.8228768865399, - 1015.4238542143723, - 454.02622751017725 - ], - "relative wind speed": [ - 1.6984038196857887, - 1.2533356061279604, - 1.1717721392684672, - 1.5514649917988648, - 2.016713091582623, - 2.319667451790423, - 2.3619181362016377, - 2.1318216641423287 - ], - "relative wind angle": [ - 0.35989793962137145, - 0.24501488752381403, - 0.14403119278331492, - 0.3567900742753763, - 0.3011224613245253, - 0.13144115524414626, - 0.07126888811400137, - 0.2570051241874202 - ], - "resistance": [ - 96391.04618147353, - 95921.19726596405, - 95863.69320483775, - 96211.59067275064, - 96873.86485376366, - 97518.32287688654, - 97649.92385421437, - 97088.52622751017 - ], - "fuel": [ - 39.219074220828105, - 38.97787790032058, - 38.948414686718436, - 39.12685401542953, - 39.467784325909335, - 39.801109915602396, - 39.86936638663936, - 39.578639498920296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 21.71875, -38.59375 21.875, -38.4375 21.875, -38.4375 21.71875, -38.59375 21.71875))", @@ -195170,9 +149940,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -219.60498801940253, + -219.6049880194032, -769.8992559723625, - -866.9515705663891, + -866.951570566389, -527.3007143039722, 183.50642180524596, 906.6815566800788, @@ -195180,9 +149950,9 @@ 549.6589569868402 ], "relative wind speed": [ - 1.8886955613268332, + 1.888695561326833, 1.4345188601990668, - 1.3118418569938894, + 1.3118418569938892, 1.6594533529736522, 2.1333964056846892, 2.4618502771080943, @@ -195190,9 +149960,9 @@ 2.3161963898746873 ], "relative wind angle": [ - 0.32902417622149027, + 0.32902417622149094, 0.23980280206016938, - 0.09805928967535693, + 0.0980592896753558, 0.32021342428367305, 0.29011021032796247, 0.13884323961464237, @@ -195250,33 +150020,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -133.10367840332515, + -133.10367840332583, -576.4987031887806, - -665.1744325630671, + -665.1744325630673, -405.97712187394075, 151.02462857934893, 735.0553712557357, - 938.5312397695554, + 938.5312397695523, 479.51986729524924 ], "relative wind speed": [ - 1.5656276550362742, + 1.5656276550362738, 1.1064379645557532, - 0.9597728677823326, + 0.9597728677823325, 1.3113291859267462, 1.7753202608324667, 2.0925455821382632, - 2.1637439832395877, + 2.163743983239588, 1.9706262326664936 ], "relative wind angle": [ - 0.39594381768133546, + 0.39594381768133574, 0.31941220317085167, - 0.11747309696417704, + 0.117473096964178, 0.3965730534174507, - 0.347049311134318, + 0.3470493111343183, 0.16680514808593702, - 0.05201127571702148, + 0.052011275717027884, 0.25994951353512485 ], "resistance": [ @@ -195330,11 +150100,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 85.84789457783677, + 85.84789457783654, -527.6859292712476, -775.0943055906877, -638.4323220884011, - -98.35121183622937, + -98.3512118362296, 598.8842025512049, 1077.5459899506873, 763.3781243138469 @@ -195344,17 +150114,17 @@ 1.4314133100635846, 1.12101259273328, 1.3149786747668841, - 1.7859617030577986, + 1.7859617030577983, 2.1869167103866487, 2.361118279402571, 2.258844803722442 ], "relative wind angle": [ - 0.3311928321512407, + 0.33119283215124135, 0.345481026814227, 0.05800488101491937, 0.3033751688961165, - 0.35485976780174533, + 0.35485976780174505, 0.2235142326679214, 0.027527614379791298, 0.17480099318802583 @@ -195397,68 +150167,7 @@ "id": "3720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.679104801223106, - 8.679104801223106, - 8.679104801223106, - 8.679104801223106, - 8.679104801223106, - 8.679104801223106, - 8.679104801223106, - 8.679104801223106 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -801.929739133717, - -733.8706261301197, - -267.61706623679675, - 393.4136916464108, - 884.4192984082447, - 725.9297710719511, - 120.34477577484085, - -501.74276062683725 - ], - "relative wind speed": [ - 2.00539394686485, - 2.0665065982041484, - 2.350587031546869, - 2.65536888104135, - 2.8202613893842203, - 2.7757935200861588, - 2.5397282913133186, - 2.219120387038702 - ], - "relative wind angle": [ - 0.04784718495007208, - 0.10691068970893564, - 0.1743559688990918, - 0.1345323910976783, - 0.03401611918917978, - 0.07952450686458383, - 0.16125269871162926, - 0.16119157733281367 - ], - "resistance": [ - 95832.57026086633, - 95900.62937386992, - 96366.88293376325, - 97027.91369164645, - 97518.91929840829, - 97360.429771072, - 96754.84477577488, - 96132.75723937321 - ], - "fuel": [ - 39.92764924088256, - 39.96251397493184, - 40.20182582120052, - 40.54249648057343, - 40.79659491967637, - 40.71447755860163, - 40.40156981622549, - 40.08155607572905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 21.09375, -39.84375 21.25, -39.6875 21.25, -39.6875 21.09375, -39.84375 21.09375))", @@ -195477,68 +150186,7 @@ "id": "3721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.804652586476821, - 7.804652586476821, - 7.804652586476821, - 7.804652586476821, - 7.804652586476821, - 7.804652586476821, - 7.804652586476821, - 7.804652586476821 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -672.3138071347028, - -726.2155831896814, - -437.0096097590276, - 138.27073534962324, - 690.0338625256538, - 815.0296804331563, - 351.9444169894539, - -254.29638256296744 - ], - "relative wind speed": [ - 1.8108358781063107, - 1.7561384435938827, - 1.9858021799500454, - 2.3138437498849327, - 2.5473869304822365, - 2.58539832868369, - 2.413482225568361, - 2.1010554138687527 - ], - "relative wind angle": [ - 0.12010335188048513, - 0.06172687207633449, - 0.18750493560209888, - 0.18040434701966665, - 0.0852748914876726, - 0.0419137864211532, - 0.1539835680003562, - 0.19890824241509578 - ], - "resistance": [ - 95962.18619286534, - 95908.28441681036, - 96197.49039024102, - 96772.77073534967, - 97324.5338625257, - 97449.5296804332, - 96986.4444169895, - 96380.20361743707 - ], - "fuel": [ - 39.58139051332108, - 39.553764411163726, - 39.7021168203101, - 39.99814051725851, - 40.283219877438924, - 40.34795883070056, - 40.10840485591759, - 39.79600265215069 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 20.9375, -40 21.09375, -39.84375 21.09375, -39.84375 20.9375, -40 20.9375))", @@ -195570,37 +150218,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -555.4029452707232, + -555.4029452707273, -478.55954546681187, -124.67268628632564, - 334.4729690333895, - 644.5998212302163, + 334.47296903338906, + 644.5998212302204, 465.912867746438, 28.01255296318618, -387.0424811208279 ], "relative wind speed": [ - 1.5529903729501757, + 1.5529903729501755, 1.6405352970084892, - 1.9038427478846576, - 2.1598312015234056, + 1.9038427478846573, + 2.159831201523406, 2.2809538433007566, 2.2188225420284704, 1.9974764892412156, 1.7174570488575183 ], "relative wind angle": [ - 0.030690697606046948, + 0.0306906976060578, 0.13682062431622968, - 0.19242936561179844, - 0.13521551289267855, - 0.02089404115762682, + 0.19242936561179785, + 0.1352155128926802, + 0.020894041157621508, 0.10101773442751304, 0.18330401690183276, 0.1703486634251564 ], "resistance": [ - 96079.09705472933, + 96079.09705472931, 96155.94045453324, 96509.82731371371, 96968.97296903344, @@ -195650,37 +150298,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -589.0679756943936, + -589.067975694394, -559.4879884702575, - -232.24342469638032, - 264.04409642080554, - 660.2755101039108, + -232.243424696381, + 264.0440964208051, + 660.275510103909, 591.838195467368, 147.55445032965372, -331.6953173233437 ], "relative wind speed": [ - 1.5281431648233919, + 1.5281431648233914, 1.5625936285222013, 1.8282373276509991, - 2.1236363500795195, + 2.12363635007952, 2.293469546723236, 2.2701377152157876, 2.0622251011290857, 1.7565286068163741 ], "relative wind angle": [ - 0.07817728251541181, + 0.07817728251541183, 0.11979666106018719, - 0.21130275263915366, - 0.16820516852153963, - 0.05206014332015742, - 0.08235506579638466, + 0.2113027526391547, + 0.16820516852154094, + 0.052060143320159555, + 0.08235506579638467, 0.18702506752951498, 0.20380988295391417 ], "resistance": [ - 96045.4320243056, + 96045.43202430558, 96075.01201152973, 96402.2565753036, 96898.5440964208, @@ -195690,7 +150338,7 @@ 96302.80468267664 ], "fuel": [ - 39.23674823206579, + 39.236748232065786, 39.25192252391773, 39.420013563656454, 39.67569489636854, @@ -195730,34 +150378,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -115.90953007010307, + -115.90953007010398, -680.0053847615059, - -823.8006231368083, - -583.3071453438263, - 44.73937623857728, + -823.8006231368093, + -583.3071453438267, + 44.73937623857705, 738.3475054073899, 1069.7145874298492, - 597.0891713058138 + 597.0891713058143 ], "relative wind speed": [ - 1.9900174380896145, + 1.990017438089614, 1.5684879975415953, - 1.397556497740228, - 1.6541421408116848, + 1.3975564977402277, + 1.6541421408116845, 2.0857941100710873, 2.4187914079299904, 2.521416726590838, 2.3610421960437145 ], "relative wind angle": [ - 0.2863721461916524, + 0.2863721461916532, 0.23306220487537296, - 0.0356571996907321, - 0.26467379346982184, - 0.2728770878292269, - 0.1503325032779857, - 0.019760967746816918, - 0.18431442658337308 + 0.03565719969073521, + 0.2646737934698214, + 0.272877087829227, + 0.15033250327798567, + 0.019760967746816915, + 0.18431442658337305 ], "resistance": [ 96518.59046992993, @@ -195810,33 +150458,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 107.74165197671664, - -457.2591103961146, - -705.8808215377679, + 107.74165197671596, + -457.2591103961147, + -705.8808215377678, -605.5507480865853, -138.67060727921535, 486.79165479084395, - 935.5830480723605, + 935.5830480723569, 705.259691773497 ], "relative wind speed": [ - 1.8921493484488974, - 1.461574439250192, - 1.1669251880628784, + 1.892149348448897, + 1.4615744392501917, + 1.1669251880628781, 1.307843984191962, 1.7257277544005052, 2.1028945759771895, - 2.2796164248856017, + 2.279616424885602, 2.201796891667506 ], "relative wind angle": [ - 0.29888237225419517, - 0.31715675766689877, - 0.07503091165761373, + 0.2988823722541956, + 0.31715675766689844, + 0.07503091165761226, 0.25674850917110076, 0.3287370832281422, 0.21849068511758468, - 0.038381375143380636, + 0.03838137514338643, 0.15141376945778484 ], "resistance": [ @@ -195846,7 +150494,7 @@ 96028.94925191341, 96495.82939272077, 97121.29165479082, - 97570.08304807235, + 97570.08304807234, 97339.75969177348 ], "fuel": [ @@ -195856,7 +150504,7 @@ 38.98764969544743, 39.227506616280365, 39.550105312325186, - 39.78247832524389, + 39.78247832524388, 39.66312900578414 ] }, @@ -195890,9 +150538,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -226.25444625105956, + -226.25444625106024, -677.8603543492258, - -743.2755623993529, + -743.2755623993535, -436.6720105560869, 174.51230642913447, 776.0614978238841, @@ -195900,9 +150548,9 @@ 423.7289668374601 ], "relative wind speed": [ - 1.800616673540474, + 1.8006166735404738, 1.4145739543309197, - 1.3311800248577161, + 1.331180024857716, 1.6399438044753472, 2.053231516630784, 2.3360138256539695, @@ -195910,14 +150558,14 @@ 2.1837042803641786 ], "relative wind angle": [ - 0.2976696553922835, + 0.2976696553922843, 0.19964678350797813, - 0.09884109607310029, - 0.2883267596431773, - 0.2601323625538987, + 0.09884109607310143, + 0.2883267596431772, + 0.26013236255389866, 0.12038521732909506, - 0.055117023076689364, - 0.2152005229475329 + 0.05511702307668937, + 0.21520052294753292 ], "resistance": [ 96408.24555374894, @@ -195970,9 +150618,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -65.15683721198457, + -65.15683721198502, -531.3025736977064, - -658.9437039546835, + -658.9437039546845, -473.72404915196523, 30.512587784572133, 600.5305640573499, @@ -195982,7 +150630,7 @@ "relative wind speed": [ 1.7230826927359004, 1.3140515746057935, - 1.1316462314163298, + 1.1316462314163296, 1.3755046865907599, 1.7896249465515273, 2.1083263207107175, @@ -195990,11 +150638,11 @@ 2.0687576640323084 ], "relative wind angle": [ - 0.3188273692685273, + 0.31882736926852834, 0.27528547506121304, - 0.030903415811091378, + 0.03090341581109497, 0.30011255202981435, - 0.30657839746892707, + 0.306578397468927, 0.17023875140373917, 0.015811050325164194, 0.19784937995039534 @@ -196037,68 +150685,7 @@ "id": "3728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.095538567283827, - 7.095538567283827, - 7.095538567283827, - 7.095538567283827, - 7.095538567283827, - 7.095538567283827, - 7.095538567283827, - 7.095538567283827 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 71.76917193072904, - -555.7573357295105, - -813.0453555130865, - -687.773405934976, - -147.58817010667917, - 553.694713452966, - 1034.7020888440447, - 746.1566645470161 - ], - "relative wind speed": [ - 2.110340310641625, - 1.6892985823405222, - 1.4266003990457612, - 1.5739769499453937, - 1.9802349668807522, - 2.3497099928456073, - 2.517871730692149, - 2.428469335160895 - ], - "relative wind angle": [ - 0.26169434492908056, - 0.2597030143339027, - 0.0473365042133187, - 0.21664586449973058, - 0.2793343235813471, - 0.18568411856924844, - 0.026813577432396447, - 0.13977470089656865 - ], - "resistance": [ - 96706.26917193073, - 96078.7426642705, - 95821.45464448692, - 95946.72659406502, - 96486.91182989332, - 97188.19471345296, - 97669.20208884405, - 97380.65666454702 - ], - "fuel": [ - 39.66620055134693, - 39.34350867678491, - 39.21162745403416, - 39.27580883862011, - 39.553234221586, - 39.91501506428838, - 40.16421728830487, - 40.01462319898897 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 23.59375, -34.53125 23.75, -34.375 23.75, -34.375 23.59375, -34.53125 23.59375))", @@ -196130,9 +150717,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 92.41809959208672, + 92.41809959208558, -551.3507589983512, - -828.468904403097, + -828.4689044030981, -715.14180228331, -179.83636252187125, 530.2851571617384, @@ -196140,9 +150727,9 @@ 768.3455914644946 ], "relative wind speed": [ - 2.1821731320472826, + 2.182173132047282, 1.7702086974537623, - 1.5053904024117735, + 1.5053904024117732, 1.6333087952814378, 2.0255713261292057, 2.3939882921444973, @@ -196152,8 +150739,8 @@ "relative wind angle": [ 0.24634395971430237, 0.24741061564360972, - 0.05379051555300326, - 0.1966051347637072, + 0.053790515553005326, + 0.19660513476370722, 0.265833239559656, 0.1820889647631141, 0.03151307402880211, @@ -196197,68 +150784,7 @@ "id": "3730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.500926015296394, - 6.500926015296394, - 6.500926015296394, - 6.500926015296394, - 6.500926015296394, - 6.500926015296394, - 6.500926015296394, - 6.500926015296394 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -42.66942529534276, - -586.4525080145135, - -747.8997702650216, - -563.544508999246, - -4.6119164953834115, - 646.3484171364773, - 1018.9063853976002, - 612.6842800371376 - ], - "relative wind speed": [ - 1.8805201073686995, - 1.4496803757114405, - 1.2387349289743006, - 1.4721527480625334, - 1.9050495727956327, - 2.2503325437152495, - 2.372995053674963, - 2.2356958727426988 - ], - "relative wind angle": [ - 0.3063598347440673, - 0.2737719850199626, - 0.010378048092949139, - 0.28232277813539713, - 0.3022895192192738, - 0.175063820759179, - 0.005417408166291346, - 0.18448783290918594 - ], - "resistance": [ - 96591.83057470464, - 96048.04749198548, - 95886.60022973496, - 96070.95549100074, - 96629.8880835046, - 97280.84841713647, - 97653.40638539758, - 97247.18428003712 - ], - "fuel": [ - 39.38318460503079, - 39.10370280247586, - 39.020937484395645, - 39.115454357451064, - 39.402785774046905, - 39.73889138017968, - 39.93196097613658, - 39.72147115848505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 23.4375, -34.53125 23.59375, -34.375 23.59375, -34.375 23.4375, -34.53125 23.4375))", @@ -196277,68 +150803,7 @@ "id": "3731", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.727722093900817, - 6.727722093900817, - 6.727722093900817, - 6.727722093900817, - 6.727722093900817, - 6.727722093900817, - 6.727722093900817, - 6.727722093900817 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -6.62964178217635, - -584.3532356852044, - -775.6752515614088, - -611.4439793280943, - -51.63287910665167, - 623.6251756886923, - 1042.4046977947905, - 663.3251552166194 - ], - "relative wind speed": [ - 1.9661071884422132, - 1.5358791875756617, - 1.3048934853463157, - 1.5104383342598027, - 1.9380337015145028, - 2.294041679181543, - 2.432859448581215, - 2.310871727952164 - ], - "relative wind angle": [ - 0.29094989243439817, - 0.2696690523760715, - 0.011236473574332937, - 0.2600943432849012, - 0.2952903898954765, - 0.17932482723668347, - 0.006026727681564467, - 0.16889511578360988 - ], - "resistance": [ - 96627.87035821783, - 96050.14676431479, - 95858.8247484386, - 96023.05602067191, - 96582.86712089335, - 97258.12517568869, - 97676.90469779479, - 97297.82515521662 - ], - "fuel": [ - 39.48445889977489, - 39.18749209696077, - 39.08942074101115, - 39.173597147834435, - 39.46128131677162, - 39.809844766253704, - 40.026868223010396, - 39.830390424695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 23.28125, -35 23.4375, -34.84375 23.4375, -34.84375 23.28125, -35 23.28125))", @@ -196370,17 +150835,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -438.20888883467114, + -438.20888883467205, -856.8786701564335, - -832.225436654239, + -832.2254366542394, -358.46348530064256, - 390.91412637724375, + 390.9141263772433, 1020.70209381786, - 964.1254013861642, + 964.1254013861633, 296.635878960685 ], "relative wind speed": [ - 1.8796869967951615, + 1.8796869967951613, 1.524900024855824, 1.553025496814458, 1.9344810948168731, @@ -196390,13 +150855,13 @@ 2.308251348612507 ], "relative wind angle": [ - 0.27893952651283127, + 0.2789395265128321, 0.12708672266672405, - 0.15790741693954147, + 0.1579074169395422, 0.28217514107887065, - 0.22175651711962546, + 0.22175651711962596, 0.07448779360948819, - 0.09478549009664347, + 0.09478549009664466, 0.2355289314075307 ], "resistance": [ @@ -196437,68 +150902,7 @@ "id": "3733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.727344748371172, - 6.727344748371172, - 6.727344748371172, - 6.727344748371172, - 6.727344748371172, - 6.727344748371172, - 6.727344748371172, - 6.727344748371172 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -290.27152104191055, - -707.8985643568847, - -737.9020735839266, - -386.76987617753184, - 243.47848199189116, - 826.061662589047, - 894.8641116941203, - 357.7514037673159 - ], - "relative wind speed": [ - 1.771724650201177, - 1.40361381155071, - 1.3657012352236289, - 1.6986863878485143, - 2.1056078887323517, - 2.3669518552869806, - 2.389027616694928, - 2.164961286711741 - ], - "relative wind angle": [ - 0.29436432724460276, - 0.17256310502176045, - 0.1271573371863961, - 0.29012165516193605, - 0.24661814350476413, - 0.10200041544500325, - 0.07255813517326681, - 0.22638599956298072 - ], - "resistance": [ - 96344.2284789581, - 95926.60143564313, - 95896.59792641609, - 96247.73012382249, - 96877.9784819919, - 97460.56166258905, - 97529.36411169413, - 96992.25140376732 - ], - "fuel": [ - 39.33836306293635, - 39.12400695010067, - 39.10863198778323, - 39.288775540368185, - 39.61326656572005, - 39.91453119517626, - 39.950193607913214, - 39.67225965881288 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 23.125, -35 23.28125, -34.84375 23.28125, -34.84375 23.125, -35 23.125))", @@ -196530,9 +150934,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -327.5176676179399, + -327.51766761794056, -732.8608534541991, - -738.3145210786987, + -738.3145210786988, -344.70130228133553, 317.62220388549326, 908.2550629659543, @@ -196540,24 +150944,24 @@ 338.1016967755779 ], "relative wind speed": [ - 1.6636422316052475, + 1.6636422316052473, 1.2690591182608426, 1.2616087752848724, 1.6499051676847718, 2.0832313300686014, 2.344578257111264, - 2.3485956543185726, + 2.348595654318573, 2.094127786694729 ], "relative wind angle": [ - 0.3356501521991378, + 0.33565015219913813, 0.18404250216289048, - 0.1749001347311838, + 0.17490013473118443, 0.33517464197855285, 0.26617305324524043, 0.09921870547136005, - 0.09361051081992126, - 0.2621503657143337 + 0.09361051081992244, + 0.26215036571433364 ], "resistance": [ 96306.98233238209, @@ -196610,9 +151014,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -332.68138852615425, + -332.6813885261545, -714.590135219888, - -710.8500221572624, + -710.8500221572627, -320.8662311823273, 321.73037896334404, 885.0999527910212, @@ -196620,24 +151024,24 @@ 307.66136094981607 ], "relative wind speed": [ - 1.6368349005508671, + 1.636834900550867, 1.258607978830286, - 1.263741849622998, - 1.6463569335035861, + 1.2637418496229977, + 1.6463569335035864, 2.0669287744338485, 2.316749664048474, 2.313953238022631, 2.0593523005422467 ], "relative wind angle": [ - 0.32954542053234925, + 0.32954542053235, 0.17227693747317147, - 0.17865351572778038, - 0.32991116445539725, - 0.25916591779692416, - 0.0932648318496869, + 0.17865351572778101, + 0.3299111644553979, + 0.2591659177969242, + 0.09326483184968691, 0.09720459524295733, - 0.2619766131619178 + 0.26197661316191784 ], "resistance": [ 96301.81861147386, @@ -196690,34 +151094,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 362.9858826557622, + 362.9858826557604, -264.40712895069987, - -693.465085048226, + -693.4650850482267, -746.1660242279072, -441.57038332456614, 155.45800310675781, - 725.620700478122, - 847.567332213059 + 725.6207004781234, + 847.5673322130544 ], "relative wind speed": [ - 2.391337917306436, + 2.3913379173064357, 2.0624219271454396, 1.7560178682276395, 1.7011473447835146, 1.9482341818542082, 2.2935843687386583, 2.535845955210583, - 2.572977103168354 + 2.5729771031683546 ], "relative wind angle": [ - 0.16473448922741143, - 0.2133116134411912, - 0.12865800442235165, + 0.1647344892274121, + 0.21331161344119118, + 0.12865800442235337, 0.06941083157112257, 0.20267283976775866, - 0.19153020452663047, - 0.08896457539244518, - 0.04587084981683995 + 0.19153020452663044, + 0.08896457539244393, + 0.04587084981684479 ], "resistance": [ 96997.48588265579, @@ -196770,9 +151174,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 495.1364612490836, + 495.13646124908223, -81.44520900390967, - -558.6834734396045, + -558.683473439605, -689.6457311267109, -523.0136302174812, -22.060819633423307, @@ -196780,9 +151184,9 @@ 850.5679354575611 ], "relative wind speed": [ - 2.330739674486184, + 2.3307396744861837, 2.0367669496958842, - 1.704794646152297, + 1.7047946461522967, 1.5600209183287272, 1.7341622138607962, 2.0715323813141473, @@ -196790,10 +151194,10 @@ 2.450714334348933 ], "relative wind angle": [ - 0.1409849395570973, + 0.14098493955709807, 0.22044390348838006, 0.17828384070988368, - 0.011414390641476022, + 0.01141439064147602, 0.189999843350004, 0.2166847684111027, 0.12888137738200667, @@ -196850,9 +151254,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 476.53155411926286, + 476.5315541192613, -1.5582344031370212, - -417.1116772487636, + -417.11167724876395, -557.5374893969179, -443.1284951581664, -44.778253023732304, @@ -196860,24 +151264,24 @@ 740.6122536030146 ], "relative wind speed": [ - 1.9724028115181997, + 1.9724028115181993, 1.6855280383221514, - 1.3269690132427396, + 1.3269690132427394, 1.1325373034133803, - 1.2986582739653547, + 1.298658273965355, 1.6540499978699108, 1.953468556521236, 2.072256118292505 ], "relative wind angle": [ - 0.1632990619488103, + 0.16329906194881166, 0.2825203190028536, - 0.26212150613134944, - 0.014482942588027143, - 0.24949833717962067, - 0.28804916579494777, + 0.2621215061313499, + 0.014482942588027141, + 0.24949833717962155, + 0.2880491657949478, 0.1769461024587314, - 0.007915078858785913 + 0.007915078858785911 ], "resistance": [ 97111.03155411928, @@ -196930,34 +151334,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 505.6354318365193, + 505.63543183651836, 9.602761419228955, - -420.76086764996035, + -420.7608676499607, -569.2886509829148, -450.5371395681856, -39.87200689515612, 461.7773811007942, - 779.418246188492 + 779.4182461885061 ], "relative wind speed": [ - 1.9544723666979134, + 1.954472366697913, 1.6525740721977051, - 1.2675299287481554, + 1.2675299287481552, 1.0514254509405543, 1.2333491751576677, 1.6155839055733794, 1.9324803491304994, - 2.0580614522317577 + 2.0580614522317573 ], "relative wind angle": [ - 0.17598447083840343, + 0.17598447083840407, 0.30951075664469635, 0.29595310816764975, 0.01849076139144004, - 0.2811316120386921, + 0.28113161203869247, 0.31684123568727285, 0.1924831201469316, - 0.009446189457999478 + 0.009446189457975972 ], "resistance": [ 97140.13543183655, @@ -196967,7 +151371,7 @@ 96183.96286043184, 96594.62799310488, 97096.27738110082, - 97413.91824618852 + 97413.91824618854 ], "fuel": [ 39.369985694867815, @@ -196977,7 +151381,7 @@ 38.87733569641247, 39.088506413885455, 39.34731421224176, - 39.51167367312062 + 39.51167367312063 ] }, { @@ -196997,68 +151401,7 @@ "id": "3748", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.729780389842315, - 12.729780389842315, - 12.729780389842315, - 12.729780389842315, - 12.729780389842315, - 12.729780389842315, - 12.729780389842315, - 12.729780389842315 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 991.028612270763, - 123.67214393547329, - -766.0824133800716, - -1181.1332708902319, - -1079.3323626874871, - -402.9954437864417, - 544.952546925304, - 1230.8884167027363 - ], - "relative wind speed": [ - 3.884812205118379, - 3.6456118695505015, - 3.3354125673262205, - 3.1406631292094587, - 3.2008827749653235, - 3.470868840031113, - 3.769938913805997, - 3.9336562530209322 - ], - "relative wind angle": [ - 0.05621881587326496, - 0.1090097580701001, - 0.1029039818396924, - 0.02799766234983696, - 0.06824806716726448, - 0.11452145444383119, - 0.09100816437971464, - 0.022352502250526443 - ], - "resistance": [ - 97625.52861227076, - 96758.17214393547, - 95868.41758661992, - 95453.36672910977, - 95555.16763731251, - 96231.50455621356, - 97179.4525469253, - 97865.38841670274 - ], - "fuel": [ - 43.4206238590298, - 42.9720247733246, - 42.51475007414828, - 42.302449108727856, - 42.354461544157125, - 42.700996860850026, - 43.189562489350195, - 43.54517410322113 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 26.25, -46.25 27.5, -45 27.5, -45 26.25, -46.25 26.25))", @@ -197077,68 +151420,7 @@ "id": "3753", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.825901903732905, - 18.825901903732905, - 18.825901903732905, - 18.825901903732905, - 18.825901903732905, - 18.825901903732905, - 18.825901903732905, - 18.825901903732905 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1688.2217714098042, - -358.90985059014565, - -2101.891891550138, - -2574.7548890161725, - -2052.6926267393337, - -276.22620274169094, - 1758.2966296456707, - 2874.8210061698555 - ], - "relative wind speed": [ - 5.666163260551092, - 5.254854459733639, - 4.814436445322957, - 4.625916146522258, - 4.828760102117151, - 5.273408274165286, - 5.678338835695123, - 5.832943512872559 - ], - "relative wind angle": [ - 0.07655554147388752, - 0.11510296924647784, - 0.08737909995519243, - 0.0020187327674322957, - 0.0898649807487066, - 0.11469620569021832, - 0.07405868568659366, - 0.001600990328491755 - ], - "resistance": [ - 98322.72177140978, - 96275.59014940982, - 94532.60810844983, - 94059.7451109838, - 94581.80737326064, - 96358.27379725828, - 98392.79662964564, - 99509.32100616983 - ], - "fuel": [ - 49.68659986142221, - 48.62700051277234, - 47.73712038992066, - 47.49764945258403, - 47.76208404991847, - 48.66949553069189, - 49.72314677845311, - 50.307925050519614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 25, -47.5 26.25, -46.25 26.25, -46.25 25, -47.5 25))", @@ -197157,68 +151439,7 @@ "id": "3754", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.62417461772196, - 9.62417461772196, - 9.62417461772196, - 9.62417461772196, - 9.62417461772196, - 9.62417461772196, - 9.62417461772196, - 9.62417461772196 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1143.5219136970695, - 33.143921785914245, - -972.6713878399614, - -1346.3050268709821, - -1114.4048787422537, - -202.5576010859245, - 938.1377540831768, - 1679.7550230557295 - ], - "relative wind speed": [ - 3.204624556183825, - 2.8047777200065687, - 2.3015775661234277, - 2.016494853209429, - 2.2124335770436314, - 2.7014260715927816, - 3.141213393904307, - 3.3314005141841374 - ], - "relative wind angle": [ - 0.13375494612966046, - 0.23665691352728876, - 0.22015355814679566, - 0.02639378435570021, - 0.19438352927536406, - 0.2458943009301874, - 0.1606981231983506, - 0.01597496739985499 - ], - "resistance": [ - 97778.02191369706, - 96667.6439217859, - 95661.82861216002, - 95288.19497312901, - 95520.09512125773, - 96431.94239891406, - 97572.63775408316, - 98314.25502305571 - ], - "fuel": [ - 41.43368331149949, - 40.8592648309931, - 40.34289862808693, - 40.15204124561805, - 40.270437991263975, - 40.737922493293155, - 41.32708857836789, - 41.71272911281136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 25, -46.25 26.25, -45 26.25, -45 25, -46.25 25))", @@ -197237,68 +151458,7 @@ "id": "3755", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.845672696705202, - 11.845672696705202, - 11.845672696705202, - 11.845672696705202, - 11.845672696705202, - 11.845672696705202, - 11.845672696705202, - 11.845672696705202 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1881.959076999361, - 460.52950231879004, - -1056.2927088292868, - -1861.2168789330653, - -1755.763291832695, - -704.6182591953302, - 873.1734382534405, - 2125.472473653922 - ], - "relative wind speed": [ - 3.9580561448956515, - 3.5742490654701413, - 3.0107137282203604, - 2.589865202691813, - 2.6617599735250925, - 3.1584677014008458, - 3.6995644945739197, - 4.005467867140194 - ], - "relative wind angle": [ - 0.08884595598580329, - 0.19978769291468276, - 0.2182817506533508, - 0.08221479916472775, - 0.13232667452918564, - 0.22651891421210077, - 0.17715607337957126, - 0.05312376391396509 - ], - "resistance": [ - 98516.45907699934, - 97095.02950231876, - 95578.20729117068, - 94773.28312106691, - 94878.73670816727, - 95929.88174080465, - 97507.6734382534, - 98759.97247365389 - ], - "fuel": [ - 43.23145597159863, - 42.493041781341226, - 41.71336434828752, - 41.30309397356883, - 41.356706500370606, - 41.89336980561901, - 42.706630464256016, - 43.358712339413124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 28.75, -35 30, -33.75 30, -33.75 28.75, -35 28.75))", @@ -197330,7 +151490,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 842.7076603659134, + 842.7076603659016, 713.5910698471935, 116.16088858570856, -518.1215789938387, @@ -197340,7 +151500,7 @@ 344.01153518908177 ], "relative wind speed": [ - 3.4823220836209807, + 3.48232208362098, 3.4525802610365486, 3.270093256720189, 3.027343483140647, @@ -197350,14 +151510,14 @@ 3.3453635786885956 ], "relative wind angle": [ - 0.023312664164898134, - 0.04624407621725903, + 0.0233126641649029, + 0.04624407621725904, 0.09398568449462524, - 0.09076611316111634, + 0.09076611316111635, 0.02830006957967743, 0.05497899023505569, - 0.09888713785574789, - 0.08211714241210508 + 0.09888713785574788, + 0.08211714241210509 ], "resistance": [ 97477.20766036597, @@ -197410,39 +151570,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 232.6762098127092, + 232.67620981270647, 778.2686680898296, - 767.8805293766591, + 767.88052937665, 214.23367468989272, -438.19616093897184, -819.3310857554179, - -814.9549813190197, + -814.9549813190297, -422.2669843918129 ], "relative wind speed": [ - 3.631551917666264, + 3.6315519176662634, 3.7763521531864583, - 3.774145124612286, + 3.7741451246122857, 3.6260086157926783, 3.407975227904918, 3.2467874737720503, - 3.249352714477824, + 3.2493527144778245, 3.4138725815291284 ], "relative wind angle": [ 0.07235472958688095, 0.028171107121741288, - 0.02970670428060525, + 0.02970670428060899, 0.07312194709410386, - 0.07711062521966477, + 0.07711062521966479, 0.032767462791900785, - 0.03450631020145294, + 0.03450631020145938, 0.07767459231002141 ], "resistance": [ 96867.17620981272, 97412.76866808985, - 97402.38052937668, + 97402.38052937666, 96848.73367468991, 96196.30383906105, 95815.1689142446, @@ -197452,7 +151612,7 @@ "fuel": [ 42.95640717333901, 43.2384837309733, - 43.23310261907444, + 43.23310261907442, 42.946891558593656, 42.61107805354716, 42.4156362227136, @@ -197477,68 +151637,7 @@ "id": "3769", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.94649495192417, - 16.94649495192417, - 16.94649495192417, - 16.94649495192417, - 16.94649495192417, - 16.94649495192417, - 16.94649495192417, - 16.94649495192417 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1471.7662018979045, - 1331.4280844758196, - 281.1871508664899, - -886.2335144842818, - -1509.2606112253634, - -1450.1342585752236, - -671.091688078146, - 530.2838064409152 - ], - "relative wind speed": [ - 5.076988990643351, - 5.054772630981484, - 4.840108958175143, - 4.543991052941575, - 4.340749890578112, - 4.366600562536973, - 4.603397885981661, - 4.895924032749548 - ], - "relative wind angle": [ - 0.023385545843640672, - 0.034912177111807635, - 0.07615396459871004, - 0.0758494721280939, - 0.027352910282616546, - 0.04041709634256774, - 0.08007805861376636, - 0.07038782206658971 - ], - "resistance": [ - 98106.26620189793, - 97965.92808447585, - 96915.68715086652, - 95748.26648551575, - 95125.23938877467, - 95184.3657414248, - 95963.40831192188, - 97164.78380644094 - ], - "fuel": [ - 47.49280520847701, - 47.419781089040235, - 46.87562074472562, - 46.27556296797412, - 45.957400552551256, - 45.98753268544591, - 46.38576534705311, - 47.00431366943709 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 18.125, -46.25 18.75, -45.625 18.75, -45.625 18.125, -46.25 18.125))", @@ -197570,34 +151669,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 504.5239551761035, + 504.52395517610125, 127.20377649330408, - -289.057076403933, + -289.05707640393325, -516.8773443627094, - -497.0512237190917, + -497.0512237190919, -220.73475460506302, - 206.86272098722338, - 550.7048195116533 + 206.86272098722407, + 550.7048195116561 ], "relative wind speed": [ - 2.276780375698275, + 2.2767803756982747, 2.103056878967462, 1.8491547659179217, 1.6616636830007003, - 1.6833594483101606, + 1.6833594483101604, 1.8959376770367482, 2.1443074786659913, - 2.2926625822341173 + 2.292662582234117 ], "relative wind angle": [ - 0.06560126615447168, + 0.06560126615447337, 0.15080751137501977, - 0.16162856768557982, + 0.1616285676855805, 0.06316002439925938, - 0.08878009740959907, + 0.08878009740959905, 0.16743007896220405, - 0.139224511336253, - 0.04576232507209625 + 0.1392245113362522, + 0.0457623250720914 ], "resistance": [ 97139.0239551761, @@ -197650,9 +151749,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 437.55868561009675, + 437.55868561009265, 79.97581235074631, - -302.5487847735535, + -302.54878477355555, -496.3526780405384, -466.2411739622339, -195.27131967317564, @@ -197670,17 +151769,17 @@ 2.5475684591231627 ], "relative wind angle": [ - 0.05164345475471556, - 0.10763912042112145, - 0.10632111058768018, - 0.034807960342669315, + 0.051643454754719854, + 0.10763912042112146, + 0.10632111058768332, + 0.03480796034266932, 0.06317502496839669, - 0.11445503991216582, - 0.094947437287998, - 0.027834117524599203 + 0.11445503991216584, + 0.09494743728799801, + 0.027834117524599206 ], "resistance": [ - 97072.05868561014, + 97072.05868561013, 96714.47581235079, 96331.9512152265, 96138.1473219595, @@ -197690,7 +151789,7 @@ 97142.97224574379 ], "fuel": [ - 40.355926215636416, + 40.3559262156364, 40.17138068657642, 39.9744896740764, 39.87494378244638, @@ -197730,9 +151829,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 144.19930951116612, + 144.19930951116203, -205.94584937092213, - -426.63483024091056, + -426.63483024090965, -438.26920784290996, -248.14757639933396, 95.32284490638085, @@ -197740,9 +151839,9 @@ 425.4197427797458 ], "relative wind speed": [ - 2.577291086325695, + 2.5772910863256944, 2.4141459017192104, - 2.284958891224413, + 2.2849588912244125, 2.275268971151949, 2.391949116941199, 2.556511194362739, @@ -197750,9 +151849,9 @@ 2.6808582638033682 ], "relative wind angle": [ - 0.07532848736519746, - 0.08413702701775043, - 0.040692508617625134, + 0.07532848736520041, + 0.08413702701775042, + 0.0406925086176224, 0.03139538122879642, 0.0811777614349467, 0.07944148540466153, @@ -197797,68 +151896,7 @@ "id": "3787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.080624497127804, - 11.080624497127804, - 11.080624497127804, - 11.080624497127804, - 11.080624497127804, - 11.080624497127804, - 11.080624497127804, - 11.080624497127804 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 683.0726648430355, - 1863.9298457443983, - 1775.1961672936914, - 533.0708546179694, - -855.279327921995, - -1650.5751804182992, - -1612.1003448414322, - -727.5687507914249 - ], - "relative wind speed": [ - 3.439490475370587, - 3.7563067675839497, - 3.737982593593655, - 3.390952497431316, - 2.8525751078019077, - 2.4202146482531397, - 2.4484210434087728, - 2.910106636530759 - ], - "relative wind angle": [ - 0.189525314750076, - 0.06556128749560358, - 0.08032977423969292, - 0.19897850374458875, - 0.22915470376737113, - 0.10185789722597786, - 0.12281541537038074, - 0.23241616999175227 - ], - "resistance": [ - 97317.57266484306, - 98498.42984574441, - 98409.6961672937, - 97167.57085461798, - 95779.22067207802, - 94983.92481958172, - 95022.39965515859, - 95906.93124920859 - ], - "fuel": [ - 42.084758700115756, - 42.69864797813572, - 42.65233792211196, - 42.00714905175424, - 41.292802243678636, - 40.88683031640413, - 40.90641625707178, - 41.35821353515466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 10.625, -50 11.25, -49.375 11.25, -49.375 10.625, -50 10.625))", @@ -197890,19 +151928,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 864.1644152156405, + 864.1644152155968, 2229.2491269717248, - 1921.6187926885032, + 1921.618792688496, 315.06078222616634, - -1420.1839459512157, + -1420.183945951223, -2294.131511507243, -2165.0809842454983, -945.4936650105446 ], "relative wind speed": [ - 6.653011360155438, + 6.653011360155437, 6.84433137037092, - 6.808051166145769, + 6.808051166145768, 6.562527948705501, 6.238551238318322, 6.028035318744981, @@ -197910,31 +151948,31 @@ 6.333664708045378 ], "relative wind angle": [ - 0.05560171916131918, + 0.055601719161325176, 0.016753581148633668, 0.03049394546850967, - 0.06224381578051791, - 0.05929983732089459, + 0.062243815780517915, + 0.05929983732089647, 0.01902255151994395, - 0.034208821023724655, - 0.06449602846701616 + 0.03420882102372465, + 0.06449602846701617 ], "resistance": [ - 97498.66441521565, + 97498.66441521561, 98863.74912697174, - 98556.11879268852, + 98556.1187926885, 96949.56078222618, - 95214.3160540488, + 95214.31605404879, 94340.36848849276, 94469.41901575451, 95689.00633498948 ], "fuel": [ - 54.953809492487466, + 54.953809492487444, 55.66486043721337, - 55.50401544445528, + 55.50401544445526, 54.66974570510958, - 53.77943911091205, + 53.779439110912044, 53.33528307291279, 53.40069004559851, 54.02187641966247 @@ -197970,9 +152008,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 508.2455441240563, + 508.2455441240436, 1775.4074567336065, - 1778.000432179173, + 1778.0004321791876, 512.8568211344809, -994.7073008293828, -1887.7056333568853, @@ -197980,9 +152018,9 @@ -998.6913170247954 ], "relative wind speed": [ - 5.673723286519852, + 5.673723286519851, 5.890039646242685, - 5.890393148418202, + 5.8903931484182, 5.674609211546708, 5.354231627615604, 5.115306952651641, @@ -197990,19 +152028,19 @@ 5.3532926830490135 ], "relative wind angle": [ - 0.06842325479706288, + 0.0684232547970645, 0.02734734607070962, - 0.02719049094390806, + 0.027190490943903977, 0.06834568803717746, 0.0725130980905026, 0.031490485117828995, - 0.03131422428792752, + 0.03131422428792751, 0.07245493704454702 ], "resistance": [ - 97142.74554412407, + 97142.74554412406, 98409.90745673362, - 98412.5004321792, + 98412.50043217921, 97147.3568211345, 95639.79269917063, 94746.79436664312, @@ -198010,9 +152048,9 @@ 95635.80868297521 ], "fuel": [ - 50.24542059298972, + 50.24542059298971, 50.9035560279021, - 50.90490888677458, + 50.90490888677459, 50.247804754778144, 49.47256665855788, 49.01734651464105, @@ -198050,53 +152088,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1280.8891555027622, + 1280.8891555027294, 2772.5602732762345, - 2128.8387447371424, - 136.4607719407395, + 2128.838744737088, + 136.46077194075406, -1860.3288311846409, -2728.066663020232, - -2457.2287299235777, - -871.622185557655 + -2457.2287299235995, + -871.6221855576441 ], "relative wind speed": [ - 6.718428087907758, + 6.718428087907756, 6.916932108696363, 6.841808427576722, - 6.530078664418119, + 6.530078664418118, 6.1465848481995495, 5.922316394130715, - 6.008946555665501, - 6.346326016288119 + 6.008946555665502, + 6.346326016288118 ], "relative wind angle": [ - 0.06208524650745667, + 0.062085246507460244, 0.013323029157090471, - 0.041890809728150166, - 0.07623821421276573, + 0.04189080972815811, + 0.07623821421276283, 0.06786980936594691, 0.015560715562622894, - 0.04770116742714502, - 0.07845010429909931 + 0.04770116742714967, + 0.07845010429909649 ], "resistance": [ - 97915.38915550277, + 97915.38915550272, 99407.06027327623, - 98763.33874473715, - 96770.96077194074, + 98763.33874473709, + 96770.96077194075, 94774.17116881536, 93906.43333697977, - 94177.27127007642, - 95762.87781444234 + 94177.2712700764, + 95762.87781444236 ], "fuel": [ - 55.08539346954172, + 55.0853934695417, 55.86504563997132, - 55.52757596969677, + 55.52757596969674, 54.492847636555695, 53.470648206039456, 53.031059223251646, - 53.16796275635941, + 53.16796275635939, 53.974933965683206 ] }, @@ -198117,68 +152155,7 @@ "id": "3793", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.288845419578337, - 16.288845419578337, - 16.288845419578337, - 16.288845419578337, - 16.288845419578337, - 16.288845419578337, - 16.288845419578337, - 16.288845419578337 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1806.8423339878318, - 2677.4942281814274, - 1459.6351197747426, - -464.4977384715439, - -2012.3533281982036, - -2383.4947699032073, - -1769.2230660005534, - -57.16887384680376 - ], - "relative wind speed": [ - 5.03892581378043, - 5.173859757160524, - 4.970619145253433, - 4.518099160025219, - 4.050011221995152, - 3.8761500833048586, - 4.133558946949885, - 4.623866805526391 - ], - "relative wind angle": [ - 0.08366003755002159, - 0.010326124629778994, - 0.10007796071132043, - 0.1441209719330091, - 0.10415462801925221, - 0.01378343504417036, - 0.12043424010418481, - 0.14080208490355678 - ], - "resistance": [ - 98441.34233398786, - 99311.99422818146, - 98094.13511977477, - 96170.00226152848, - 94622.14667180182, - 94251.00523009682, - 94865.27693399947, - 96577.33112615322 - ], - "fuel": [ - 46.9942168683402, - 47.44997872374469, - 46.81325034806949, - 45.81851171078469, - 45.028299688660184, - 44.840149472147615, - 45.15183248167402, - 46.02794317643176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 11.875, -46.875 12.5, -46.25 12.5, -46.25 11.875, -46.875 11.875))", @@ -198210,9 +152187,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 958.9687939878258, + 958.9687939878095, 2641.429942752153, - 2397.415990620213, + 2397.415990620191, 528.3554360578946, -1547.4479933333223, -2662.107273195352, @@ -198220,9 +152197,9 @@ -1175.941911954229 ], "relative wind speed": [ - 5.992866219256761, + 5.9928662192567606, 6.256288369947593, - 6.225057422516682, + 6.225057422516681, 5.9138291152585145, 5.479081087486978, 5.176256457829808, @@ -198230,19 +152207,19 @@ 5.564296925999457 ], "relative wind angle": [ - 0.0845612998708852, - 0.028062880059732842, - 0.04144130820837716, - 0.09148513496414912, + 0.08456129987088783, + 0.028062880059732846, + 0.04144130820837984, + 0.09148513496414913, 0.09251251118183323, 0.03392028511466499, 0.0494854586279323, 0.09724959529716921 ], "resistance": [ - 97593.4687939878, + 97593.46879398779, 99275.92994275213, - 99031.9159906202, + 99031.91599062018, 97162.85543605789, 95087.05200666666, 93972.39272680464, @@ -198250,9 +152227,9 @@ 95458.55808804576 ], "fuel": [ - 51.44513387429822, + 51.44513387429821, 52.32308815900042, - 52.19510195291152, + 52.1951019529115, 51.22212096025493, 50.15675075686068, 49.59128770343048, @@ -198277,68 +152254,7 @@ "id": "3804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.56884754450254, - 21.56884754450254, - 21.56884754450254, - 21.56884754450254, - 21.56884754450254, - 21.56884754450254, - 21.56884754450254, - 21.56884754450254 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2350.1443314518874, - 3252.4789202064094, - 1631.0490083181649, - -811.5212744400214, - -2690.17071718182, - -3071.8824591760585, - -2184.7856191697283, - 39.20587027176225 - ], - "relative wind speed": [ - 6.494478764731937, - 6.6044931190770235, - 6.384379062311666, - 5.939354959922923, - 5.511707201467649, - 5.379390424604692, - 5.63887175674184, - 6.105836008304134 - ], - "relative wind angle": [ - 0.057621569692536435, - 0.012669685663477788, - 0.07719436774793573, - 0.10332825560994068, - 0.06791047379601552, - 0.015555291782749652, - 0.08742467293629345, - 0.1005012597877814 - ], - "resistance": [ - 98984.64433145191, - 99886.97892020644, - 98265.5490083182, - 95822.97872556001, - 93944.32928281822, - 93562.61754082397, - 94449.7143808303, - 96673.70587027179 - ], - "fuel": [ - 53.48737514909698, - 53.9615994030591, - 53.11162206153949, - 51.84965957904062, - 50.894152608457034, - 50.701614033026395, - 51.149907172858775, - 52.28667116876633 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 10.625, -46.875 11.25, -46.25 11.25, -46.25 10.625, -46.875 10.625))", @@ -198357,68 +152273,7 @@ "id": "3805", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 76530.32834730027, - "wind resistance": [ - 3343.507817907317, - 4207.623654757295, - 1871.8459031907369, - -1403.3476573817643, - -3759.0648596399296, - -4123.797910859463, - -2723.8660404144284, - 342.17098416707813 - ], - "relative wind speed": [ - 7.933031517326334, - 8.019748852388764, - 7.747910043417466, - 7.251554187433471, - 6.807523638093894, - 6.705146939680681, - 7.01749649784101, - 7.529298041970193 - ], - "relative wind angle": [ - 0.04618763873847987, - 0.017386066370033405, - 0.07278764208288167, - 0.09078380878590692, - 0.05383083602946461, - 0.02079520583889768, - 0.08037929906008409, - 0.08742621443256998 - ], - "resistance": [ - 79873.83616520758, - 80737.95200205756, - 78402.174250491, - 75126.9806899185, - 72771.26348766034, - 72406.53043644081, - 73806.46230688583, - 76872.49933146735 - ], - "fuel": [ - 51.612665738791094, - 52.00529338950546, - 50.95038334592075, - 49.50539471400458, - 48.4907510726744, - 48.3355010186259, - 48.93408379640685, - 50.27053553349853 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 24.375, -49.375 25, -48.75 25, -48.75 24.375, -49.375 24.375))", @@ -198437,68 +152292,7 @@ "id": "3813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.135958000286342, - 9.135958000286342, - 9.135958000286342, - 9.135958000286342, - 9.135958000286342, - 9.135958000286342, - 9.135958000286342, - 9.135958000286342 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -313.6568532421293, - -922.4168516512609, - -1019.8204271193379, - -643.2544816261475, - 151.85061483789332, - 938.8900058568979, - 1164.7124238772926, - 537.4485780721398 - ], - "relative wind speed": [ - 2.479289598536058, - 2.1232316939697893, - 2.0386118492697367, - 2.301445703923464, - 2.694817279773144, - 2.98342156902024, - 3.0418709395354093, - 2.8482037772366713 - ], - "relative wind angle": [ - 0.20393579120131997, - 0.1310106559461671, - 0.05391410399395562, - 0.1891519655417025, - 0.1874227970805854, - 0.09310520272814006, - 0.036122698645053054, - 0.15252212457223435 - ], - "resistance": [ - 96320.84314675789, - 95712.08314834876, - 95614.67957288068, - 95991.24551837386, - 96786.35061483791, - 97573.39000585691, - 97799.21242387731, - 97171.94857807216 - ], - "fuel": [ - 40.41379171265557, - 40.10160192918363, - 40.05177852275078, - 40.244593300157945, - 40.653447853500424, - 41.060471647004476, - 41.17768309071181, - 40.852574962517124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 24.375, -48.75 25, -48.125 25, -48.125 24.375, -48.75 24.375))", @@ -198517,68 +152311,7 @@ "id": "3816", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.159996456523551, - 8.159996456523551, - 8.159996456523551, - 8.159996456523551, - 8.159996456523551, - 8.159996456523551, - 8.159996456523551, - 8.159996456523551 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 146.59749898832433, - -655.2412246333881, - -1018.6821035415439, - -896.3314054846489, - -254.19611308334424, - 619.2299385174856, - 1251.230580834207, - 969.4237143398636 - ], - "relative wind speed": [ - 2.444514353876984, - 1.9899501714305454, - 1.6855241193746309, - 1.8095199420676973, - 2.237443072252777, - 2.6498868359056575, - 2.853210537427781, - 2.776227567607142 - ], - "relative wind angle": [ - 0.24146213507185876, - 0.24824766759157552, - 0.06348283270801336, - 0.18773615207772731, - 0.26432001604132666, - 0.1855777049260174, - 0.03748585492392227, - 0.1219492374325097 - ], - "resistance": [ - 96781.09749898833, - 95979.25877536662, - 95615.81789645845, - 95738.16859451534, - 96380.30388691666, - 97253.72993851748, - 97885.7305808342, - 97603.92371433986 - ], - "fuel": [ - 40.16405236929564, - 39.75176100647815, - 39.56567405233322, - 39.628264487530046, - 39.957672292471145, - 40.408192351771355, - 40.73595343638013, - 40.58962231050536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 24.375, -48.125 25, -47.5 25, -47.5 24.375, -48.125 24.375))", @@ -198597,68 +152330,7 @@ "id": "3817", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.709558271865457, - 6.709558271865457, - 6.709558271865457, - 6.709558271865457, - 6.709558271865457, - 6.709558271865457, - 6.709558271865457, - 6.709558271865457 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 557.1612374662177, - -151.03505603638337, - -685.7482547958157, - -804.7079594870596, - -531.1743917115975, - 105.77463726013252, - 784.2883582989975, - 1057.583830237013 - ], - "relative wind speed": [ - 2.2662414964067263, - 1.8727987942543607, - 1.4361029920099457, - 1.2834919977947452, - 1.5828391885668827, - 2.033188405716076, - 2.3619565223007273, - 2.448239920533876 - ], - "relative wind angle": [ - 0.20966829433379292, - 0.3165760658924946, - 0.24823647844835883, - 0.06551984933693139, - 0.3025962180864371, - 0.2908392334621681, - 0.1499472378639654, - 0.03433101340982891 - ], - "resistance": [ - 97191.6612374662, - 96483.4649439636, - 95948.75174520416, - 95829.79204051293, - 96103.32560828839, - 96740.27463726013, - 97418.78835829899, - 97692.083830237 - ], - "fuel": [ - 39.76871210100502, - 39.40336471264787, - 39.12875104299988, - 39.067801357967994, - 39.20802651082304, - 39.53563314298566, - 39.886278673967766, - 40.02799756996116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 22.5, -50 23.125, -49.375 23.125, -49.375 22.5, -50 22.5))", @@ -198677,68 +152349,7 @@ "id": "3822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.215729270575816, - 10.215729270575816, - 10.215729270575816, - 10.215729270575816, - 10.215729270575816, - 10.215729270575816, - 10.215729270575816, - 10.215729270575816 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -145.77527527421762, - -946.806971619093, - -1166.3061937251105, - -901.675697079153, - -70.44519203309756, - 876.0438190405807, - 1388.1168423678569, - 811.283192312018 - ], - "relative wind speed": [ - 2.869657139920117, - 2.483506167332375, - 2.316096412883518, - 2.5090059395385502, - 2.9008572336161746, - 3.23760743564439, - 3.359405036125577, - 3.2178865713194527 - ], - "relative wind angle": [ - 0.18280214496690067, - 0.1445148290255187, - 0.006848413475481702, - 0.15207457001080832, - 0.18081418813260128, - 0.11069500715313887, - 0.00472152677646957, - 0.1183933627875985 - ], - "resistance": [ - 96488.72472472578, - 95687.6930283809, - 95468.1938062749, - 95732.82430292085, - 96564.0548079669, - 97510.54381904058, - 98022.61684236786, - 97445.78319231202 - ], - "fuel": [ - 41.111698592495436, - 40.700692454903326, - 40.58848505595419, - 40.72378565882603, - 41.150472979930484, - 41.639455310346136, - 41.90539596585885, - 41.605891945980304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 22.5, -48.75 23.125, -48.125 23.125, -48.125 22.5, -48.75 22.5))", @@ -198757,68 +152368,7 @@ "id": "3826", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.619708639457288, - 8.619708639457288, - 8.619708639457288, - 8.619708639457288, - 8.619708639457288, - 8.619708639457288, - 8.619708639457288, - 8.619708639457288 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 747.8203651273379, - -90.24512570731486, - -796.7907690631748, - -1000.4618111956243, - -776.0915696445336, - -55.79430825605323, - 777.7178632317878, - 1250.5037965029355 - ], - "relative wind speed": [ - 2.8008067569202844, - 2.4470814724199736, - 2.0386727994684053, - 1.8497644896290504, - 2.0530045217145783, - 2.4639680036740974, - 2.811255817690464, - 2.938999385623992 - ], - "relative wind angle": [ - 0.1401423670949484, - 0.2244390226440804, - 0.1869843964902718, - 0.004681116844029819, - 0.19173633632831905, - 0.22287477482193957, - 0.13522068998311654, - 0.002946221988187055 - ], - "resistance": [ - 97382.32036512732, - 96544.25487429267, - 95837.70923093682, - 95634.03818880436, - 95858.40843035546, - 96578.70569174393, - 97412.21786323177, - 97885.00379650292 - ], - "fuel": [ - 40.69618914740741, - 40.263452202308876, - 39.90065627810314, - 39.79642051068244, - 39.91125845696318, - 40.28118944814567, - 40.711675066241455, - 40.95700477553193 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 24.375, -47.5 25, -46.875 25, -46.875 24.375, -47.5 24.375))", @@ -198837,68 +152387,7 @@ "id": "3828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.789249902154702, - 6.789249902154702, - 6.789249902154702, - 6.789249902154702, - 6.789249902154702, - 6.789249902154702, - 6.789249902154702, - 6.789249902154702 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 796.0111710825563, - -13.857951218308926, - -690.7109407251437, - -902.3666265983973, - -685.0119475346182, - -4.379122668546643, - 804.4767919118462, - 1293.2101982444624 - ], - "relative wind speed": [ - 2.408557500875744, - 1.9998922701966064, - 1.4848588702672314, - 1.2116961290966257, - 1.49039033575103, - 2.005702743562151, - 2.411971542807584, - 2.5601181766975385 - ], - "relative wind angle": [ - 0.20017583344484036, - 0.34386059119269, - 0.3253054543551357, - 0.002546277125974677, - 0.3271438653095068, - 0.342823415479608, - 0.19804323448121072, - 0.0012051441914439098 - ], - "resistance": [ - 97430.51117108259, - 96620.64204878172, - 95943.78905927489, - 95732.13337340164, - 95949.48805246541, - 96630.12087733149, - 97438.97679191187, - 97927.71019824449 - ], - "fuel": [ - 39.92212458234386, - 39.503759181981806, - 39.15598001319545, - 39.047577423378584, - 39.15890114147953, - 39.50864167744395, - 39.92651067546868, - 40.18017873007574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 24.375, -46.875 25, -46.25 25, -46.25 24.375, -46.875 24.375))", @@ -198917,68 +152406,7 @@ "id": "3829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.19701144907782, - 7.19701144907782, - 7.19701144907782, - 7.19701144907782, - 7.19701144907782, - 7.19701144907782, - 7.19701144907782, - 7.19701144907782 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1099.7707633890227, - 146.99584615812978, - -718.482876120616, - -1076.2019861722745, - -889.0473236604388, - -137.04724713186965, - 844.7758068464914, - 1530.0491371750172 - ], - "relative wind speed": [ - 2.6420093560915205, - 2.2209323099436147, - 1.637052102023072, - 1.2417544761645798, - 1.4782423770195068, - 2.0573948667039903, - 2.546659454688289, - 2.7610613509693405 - ], - "relative wind angle": [ - 0.1811123984322757, - 0.34949696964050275, - 0.37501169259756145, - 0.07051888589418037, - 0.3277661852034614, - 0.37862564151981465, - 0.2376872383290625, - 0.03169405594206535 - ], - "resistance": [ - 97734.27076338908, - 96781.49584615818, - 95916.01712387944, - 95558.29801382778, - 95745.45267633961, - 96497.4527528682, - 97479.27580684655, - 98164.54913717507 - ], - "fuel": [ - 40.23855760251112, - 39.74554575864461, - 39.300633021333745, - 39.117556067306616, - 39.21328050333776, - 39.599221738087856, - 40.10627982995747, - 40.46231164662675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 23.75, -46.875 24.375, -46.25 24.375, -46.25 23.75, -46.875 23.75))", @@ -198997,68 +152425,7 @@ "id": "3831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.281117029993949, - 10.281117029993949, - 10.281117029993949, - 10.281117029993949, - 10.281117029993949, - 10.281117029993949, - 10.281117029993949, - 10.281117029993949 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1353.8418515798762, - 57.04766045753922, - -1123.440571696086, - -1570.577202674019, - -1305.0271744371225, - -244.86243504669847, - 1090.4087003474947, - 1967.388202439905 - ], - "relative wind speed": [ - 3.4415754902255435, - 3.007208250713915, - 2.455291071951537, - 2.1368099633815367, - 2.3478757072270326, - 2.8833419374653055, - 3.365784892636946, - 3.5764515055990094 - ], - "relative wind angle": [ - 0.1352225616387827, - 0.24177774442752556, - 0.22771638414620315, - 0.029895768749871803, - 0.19891836374096844, - 0.25238565252564527, - 0.1654374819144375, - 0.017860009247328456 - ], - "resistance": [ - 97988.34185157987, - 96691.54766045754, - 95511.05942830391, - 95063.92279732598, - 95329.47282556287, - 96389.6375649533, - 97724.9087003475, - 98601.8882024399 - ], - "fuel": [ - 41.927066410922485, - 41.25564636677559, - 40.649885088428846, - 40.42179333117358, - 40.55716505761501, - 41.100229294861975, - 41.79016643665496, - 42.246913016665445 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 20.625, -43.75 21.25, -43.125 21.25, -43.125 20.625, -43.75 20.625))", @@ -199077,68 +152444,7 @@ "id": "3836", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.404268972027625, - 10.404268972027625, - 10.404268972027625, - 10.404268972027625, - 10.404268972027625, - 10.404268972027625, - 10.404268972027625, - 10.404268972027625 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1239.3144606974456, - 295.8023460492427, - -720.7408713875398, - -1261.6594137774669, - -1195.7797820106134, - -497.1010660581737, - 557.2552954358653, - 1392.1207965034819 - ], - "relative wind speed": [ - 3.3959031235730386, - 3.1008857717656086, - 2.6727515198996965, - 2.3589156656085617, - 2.4089760306514125, - 2.7784583803627068, - 3.192447784039704, - 3.430865841663394 - ], - "relative wind angle": [ - 0.07772218457044, - 0.17401052966225675, - 0.18649651225759212, - 0.069571182792765, - 0.10967343994101866, - 0.1944481032961284, - 0.15586366700736431, - 0.04781378864945817 - ], - "resistance": [ - 97873.81446069747, - 96930.30234604927, - 95913.7591286125, - 95372.84058622256, - 95438.72021798941, - 96137.39893394186, - 97191.7552954359, - 98026.62079650351 - ], - "fuel": [ - 41.94267951701308, - 41.45395451779883, - 40.93110757025629, - 40.65445994998087, - 40.688095232388456, - 41.045804134813324, - 41.58905140912242, - 42.022142569979664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 23.75, -32.5 24.375, -31.875 24.375, -31.875 23.75, -32.5 23.75))", @@ -199170,33 +152476,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 81.06609102130415, + 81.06609102130187, -732.9237655024449, -1074.4175795261826, -931.293842836471, -249.48655535346825, 646.9179786265358, - 1264.423617485104, + 1264.423617485092, 932.5602823587574 ], "relative wind speed": [ - 2.691236013679868, + 2.6912360136798674, 2.280699392617936, 2.0307163397000885, 2.15424188394818, 2.5396093382924136, 2.9138938129214162, - 3.0933085879272713, + 3.0933085879272717, 3.0085891673528526 ], "relative wind angle": [ - 0.19881868691134133, + 0.19881868691134244, 0.18994819595347487, 0.038139031165758897, - 0.14961729807909774, + 0.14961729807909777, 0.21086292786977154, 0.14832294181204586, - 0.025034316887572357, + 0.025034316887581228, 0.10693500292813557 ], "resistance": [ @@ -199206,7 +152512,7 @@ 95703.20615716356, 96385.01344464657, 97281.41797862656, - 97898.92361748514, + 97898.92361748512, 97567.06028235878 ], "fuel": [ @@ -199250,9 +152556,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 205.42289865577368, + 205.4228986557673, -1250.7944142848846, - -1919.042299274617, + -1919.0422992746226, -1733.7084528404293, -603.4308434069617, 958.6413060129107, @@ -199270,14 +152576,14 @@ 4.500818040855172 ], "relative wind angle": [ - 0.14095964612081202, + 0.14095964612081438, 0.13499879178743443, - 0.03529348046062917, - 0.09346055071754863, + 0.03529348046063231, + 0.09346055071754865, 0.14959637257491754, 0.11472096958587806, - 0.026295988075663947, - 0.07282220847477348 + 0.02629598807566395, + 0.0728222084747735 ], "resistance": [ 96839.9228986558, @@ -199330,9 +152636,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 529.577684072065, + 529.5776840720632, -329.5652657998189, - -945.0973256922966, + -945.097325692298, -1042.7374223024885, -665.3356610472802, 137.92814776890737, @@ -199340,9 +152646,9 @@ 1157.779314902733 ], "relative wind speed": [ - 3.0246778015307005, + 3.0246778015306997, 2.678070980433973, - 2.349894554508458, + 2.3498945545084577, 2.2726810498457226, 2.5120450564432795, 2.878711863391528, @@ -199350,14 +152656,14 @@ 3.2084212650999944 ], "relative wind angle": [ - 0.13364715127195026, + 0.1336471512719503, 0.17573146014805646, - 0.11048555500888872, - 0.04479818803229029, - 0.16113832544378703, - 0.16336889883648525, - 0.0822870715496063, - 0.031727448316793264 + 0.11048555500888972, + 0.044798188032290284, + 0.161138325443787, + 0.16336889883648528, + 0.08228707154960631, + 0.03172744831679326 ], "resistance": [ 97164.07768407211, @@ -199410,19 +152716,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 311.5247736602796, + 311.5247736602705, 1797.230065430489, - 2112.4282318688383, + 2112.4282318688347, 864.7877828756627, - -789.379346778418, + -789.3793467784199, -1920.9260742157985, - -2054.7727294339165, + -2054.7727294339256, -1266.1499370810725 ], "relative wind speed": [ - 4.819489365355926, + 4.819489365355925, 5.126065441893667, - 5.174762551065085, + 5.1747625510650845, 4.943530809702451, 4.541814883550023, 4.192733388213331, @@ -199430,23 +152736,23 @@ 4.406479696167679 ], "relative wind angle": [ - 0.10839354238760047, + 0.1083935423876015, 0.052673438139301657, 0.02700112916017471, 0.0947011962672574, - 0.11504897049948701, + 0.11504897049948798, 0.0644136765713152, - 0.03381361160125324, - 0.10628440884479766 + 0.03381361160125653, + 0.10628440884479767 ], "resistance": [ 96946.02477366026, 98431.73006543047, 98746.92823186882, 97499.28778287565, - 95845.12065322157, + 95845.12065322156, 94713.57392578419, - 94579.72727056607, + 94579.72727056606, 95368.35006291891 ], "fuel": [ @@ -199456,7 +152762,7 @@ 46.968583826544936, 46.11624270573461, 45.539056379823876, - 45.47109816774968, + 45.47109816774967, 45.87246781121238 ] }, @@ -199490,53 +152796,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -71.98007799956213, + -71.98007799957122, 1653.1467128980385, - 2452.253805306329, + 2452.25380530628, 1328.9480995955146, - -453.863042318706, + -453.8630423187078, -1888.2362737090707, - -2227.590076226612, + -2227.5900762266365, -1660.7841245308819 ], "relative wind speed": [ - 4.767240058695356, + 4.767240058695355, 5.141282718298437, 5.26339496210872, 5.078772405454677, - 4.671519553306329, + 4.67151955330633, 4.25639339402256, 4.10443006847499, 4.330790178217502 ], "relative wind angle": [ - 0.12186306498313174, + 0.12186306498313355, 0.0731359779002208, - 0.009162513690688066, - 0.08751041445683123, - 0.1243728899924028, - 0.08837695915394078, - 0.01174983188726648, + 0.009162513690700183, + 0.08751041445683125, + 0.12437288999240459, + 0.0883769591539408, + 0.011749831887275927, 0.10267393733295319 ], "resistance": [ - 96562.51992200044, + 96562.51992200043, 98287.64671289804, - 99086.75380530633, + 99086.75380530627, 97963.44809959551, - 96180.6369576813, + 96180.63695768129, 94746.26372629093, - 94406.90992377339, + 94406.90992377336, 94973.71587546912 ], "fuel": [ 46.60459416046548, 47.49833153878646, - 47.916078310365485, + 47.916078310365464, 47.32952877550083, - 46.408248879898395, + 46.40824887989838, 45.67561231899714, - 45.503400052589505, + 45.50340005258949, 45.79127758504045 ] }, @@ -199557,68 +152863,7 @@ "id": "3857", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.253450429405245, - 9.253450429405245, - 9.253450429405245, - 9.253450429405245, - 9.253450429405245, - 9.253450429405245, - 9.253450429405245, - 9.253450429405245 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1261.7781578908898, - 856.489832166641, - 4.876588788390563, - -771.5308964037504, - -1056.285065829531, - -881.8545326381054, - -179.00187775336553, - 697.7322449563685 - ], - "relative wind speed": [ - 3.0943284143615593, - 2.990372822372076, - 2.665232930947763, - 2.266155388323369, - 2.0472278912698396, - 2.196287949686229, - 2.5811903840108483, - 2.937779796154136 - ], - "relative wind angle": [ - 0.013859529663659045, - 0.11392296756533107, - 0.1977518393225999, - 0.17770172191975875, - 0.020949157935701932, - 0.1554021280048371, - 0.20428014223104107, - 0.13678203421837865 - ], - "resistance": [ - 97896.27815789088, - 97490.98983216663, - 96639.37658878838, - 95862.96910359623, - 95578.21493417045, - 95752.64546736189, - 96455.49812224662, - 97332.23224495635 - ], - "fuel": [ - 41.290944848213265, - 41.08057190358079, - 40.64051665065453, - 40.2416742857578, - 40.09595758898518, - 40.18518278259662, - 40.54585513643897, - 40.99833223238216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 13.125, -43.125 13.4375, -42.8125 13.4375, -42.8125 13.125, -43.125 13.125))", @@ -199637,68 +152882,7 @@ "id": "3862", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.41603102256291, - 9.41603102256291, - 9.41603102256291, - 9.41603102256291, - 9.41603102256291, - 9.41603102256291, - 9.41603102256291, - 9.41603102256291 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1254.7033436188822, - 407.1780159921477, - -566.4270662158906, - -1144.7236589746421, - -1138.9255645202823, - -547.0896875906396, - 429.8662944704661, - 1268.0894821538204 - ], - "relative wind speed": [ - 3.1617268656447073, - 2.885733877579469, - 2.4470014898684442, - 2.085213938924188, - 2.0901856754094053, - 2.4572205677179935, - 2.894404366913474, - 3.1650080188749046 - ], - "relative wind angle": [ - 0.07230740738465113, - 0.18889584778692559, - 0.22162953813122185, - 0.1051404658431491, - 0.1094994623788644, - 0.22234795915161396, - 0.18692765892078847, - 0.06919773828859568 - ], - "resistance": [ - 97889.20334361888, - 97041.67801599215, - 96068.0729337841, - 95489.77634102535, - 95495.57443547972, - 96087.41031240937, - 97064.36629447047, - 97902.58948215382 - ], - "fuel": [ - 41.37569761239468, - 40.93649242896129, - 40.43524892805192, - 40.139192814292855, - 40.14215494458297, - 40.44517010597741, - 40.94821514682853, - 41.38265602790713 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 12.5, -43.125 12.8125, -42.8125 12.8125, -42.8125 12.5, -43.125 12.5))", @@ -199717,68 +152901,7 @@ "id": "3870", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.131358459625261, - 9.131358459625261, - 9.131358459625261, - 9.131358459625261, - 9.131358459625261, - 9.131358459625261, - 9.131358459625261, - 9.131358459625261 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1170.059305462576, - 433.99913673893343, - -456.7445596302314, - -1021.4220051176237, - -1051.9625753375215, - -559.1303796445359, - 314.0037055485286, - 1099.4579408944978 - ], - "relative wind speed": [ - 3.055445270655327, - 2.814150166198631, - 2.409722577252275, - 2.0579818505360317, - 2.031149495879796, - 2.3541182890133125, - 2.7666859556630934, - 3.037437205844269 - ], - "relative wind angle": [ - 0.05964059448581257, - 0.17569553501957305, - 0.2147511649132026, - 0.11411459782336833, - 0.08978436945063852, - 0.21050146328783642, - 0.18669176729116602, - 0.07722612042632104 - ], - "resistance": [ - 97804.55930546256, - 97068.49913673892, - 96177.75544036976, - 95613.07799488236, - 95582.53742466247, - 96075.36962035544, - 96948.50370554852, - 97733.95794089448 - ], - "fuel": [ - 41.178019811876105, - 40.79665736909082, - 40.33784737881384, - 40.048518748761566, - 40.03290423578364, - 40.28529901480837, - 40.734677277975905, - 41.141352905748974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 12.5, -42.8125 12.8125, -42.5 12.8125, -42.5 12.5, -42.8125 12.5))", @@ -199797,68 +152920,7 @@ "id": "3871", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.822632033119209, - 7.822632033119209, - 7.822632033119209, - 7.822632033119209, - 7.822632033119209, - 7.822632033119209, - 7.822632033119209, - 7.822632033119209 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 828.0797331027704, - 53.70316583752788, - -658.1530575738445, - -937.2770127135161, - -785.0165069541636, - -157.1672937134174, - 643.7310251122769, - 1179.4474621749516 - ], - "relative wind speed": [ - 2.6396745034755025, - 2.3024753845727726, - 1.866932202477078, - 1.607412003976858, - 1.7676501534314528, - 2.1888525881523724, - 2.5704148888027714, - 2.740199846488569 - ], - "relative wind angle": [ - 0.1364786632557479, - 0.24864390674218206, - 0.23911724500056328, - 0.036534142010424896, - 0.20459922618263685, - 0.26184619493022493, - 0.17288419038655192, - 0.02142794393053408 - ], - "resistance": [ - 97462.57973310277, - 96688.20316583753, - 95976.34694242616, - 95697.22298728648, - 95849.48349304583, - 96477.33270628659, - 97278.23102511228, - 97813.94746217495 - ], - "fuel": [ - 40.36269882673278, - 39.962524770041185, - 39.596627713644246, - 39.45367147358992, - 39.53161733863565, - 39.85393992624387, - 40.26723069838594, - 40.545010821767804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 12.1875, -44.375 12.5, -44.0625 12.5, -44.0625 12.1875, -44.375 12.1875))", @@ -199877,68 +152939,7 @@ "id": "3872", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.793866310338851, - 9.793866310338851, - 9.793866310338851, - 9.793866310338851, - 9.793866310338851, - 9.793866310338851, - 9.793866310338851, - 9.793866310338851 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 739.0663369709978, - 1491.0747070139573, - 1137.2063210141137, - 137.8231733055145, - -834.9495290761902, - -1263.9276211770357, - -1111.0322805106598, - -321.97080373743347 - ], - "relative wind speed": [ - 3.104741986535361, - 3.3121701223238422, - 3.228114485333177, - 2.883091090367689, - 2.4248876568566597, - 2.1328459935299087, - 2.2580477897762568, - 2.6846394014790453 - ], - "relative wind angle": [ - 0.15817769911592283, - 0.030660300353531077, - 0.10722188554425496, - 0.20613030949785832, - 0.2030746563763853, - 0.047623978788808786, - 0.1535945168051528, - 0.22161292618423514 - ], - "resistance": [ - 97373.566336971, - 98125.57470701396, - 97771.70632101412, - 96772.32317330551, - 95799.55047092382, - 95370.57237882297, - 95523.46771948934, - 96312.52919626256 - ], - "fuel": [ - 41.320402235851276, - 41.71090362178376, - 41.52688543417876, - 41.00970368531334, - 40.50986220672723, - 40.290558423179235, - 40.368643614691926, - 40.773008120051855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 12.1875, -44.0625 12.5, -43.75 12.5, -43.75 12.1875, -44.0625 12.1875))", @@ -199957,68 +152958,7 @@ "id": "3873", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.69445605527703, - 9.69445605527703, - 9.69445605527703, - 9.69445605527703, - 9.69445605527703, - 9.69445605527703, - 9.69445605527703, - 9.69445605527703 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1056.108221459177, - 1031.218405973189, - 311.66792740439496, - -515.0279508064377, - -998.2254144884018, - -987.5201528936532, - -478.3589627425158, - 354.4651347107674 - ], - "relative wind speed": [ - 3.144425285129112, - 3.138214146271556, - 2.90224846346378, - 2.538962517634125, - 2.2530367756825265, - 2.2616801406207507, - 2.5574477399664173, - 2.9184335559313657 - ], - "relative wind angle": [ - 0.0556080838254252, - 0.0613016676395072, - 0.15451485958580868, - 0.17394369782963703, - 0.07764680038509673, - 0.08510911486574842, - 0.17555028860940436, - 0.15113937888622725 - ], - "resistance": [ - 97690.60822145922, - 97665.71840597324, - 96946.16792740444, - 96119.4720491936, - 95636.27458551164, - 95646.97984710638, - 96156.14103725753, - 96988.96513471082 - ], - "fuel": [ - 41.42802632170596, - 41.415108202107206, - 41.04264928839628, - 40.61710726110766, - 40.36955877181818, - 40.37503380894763, - 40.63592873866973, - 41.06474840120353 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 11.875, -44.375 12.1875, -44.0625 12.1875, -44.0625 11.875, -44.375 11.875))", @@ -200037,68 +152977,7 @@ "id": "3874", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.594810340505838, - 10.594810340505838, - 10.594810340505838, - 10.594810340505838, - 10.594810340505838, - 10.594810340505838, - 10.594810340505838, - 10.594810340505838 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1262.6566130440697, - 1653.543395578703, - 815.2317750098482, - -368.92331625585393, - -1248.845580168742, - -1417.5054343700563, - -938.0866596571568, - 148.9505316383993 - ], - "relative wind speed": [ - 3.4657386505409398, - 3.5524787234899375, - 3.3365912292000317, - 2.901856535622402, - 2.4642625029553815, - 2.3374834751237397, - 2.6364925652371323, - 3.1085628068274254 - ], - "relative wind angle": [ - 0.10267728838551565, - 0.029712542749620527, - 0.15177844296223197, - 0.2110517924487548, - 0.1446556970102317, - 0.04516546818970067, - 0.19253259508090229, - 0.19682678435810147 - ], - "resistance": [ - 97897.15661304406, - 98288.04339557869, - 97449.73177500983, - 96265.57668374413, - 95385.65441983125, - 95216.99456562992, - 95696.41334034283, - 96783.45053163839 - ], - "fuel": [ - 42.07307229851656, - 42.27655013581982, - 41.84086117514054, - 41.22988556168619, - 40.77926078312403, - 40.693215932920126, - 40.93807720873739, - 41.4964453211729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 11.5625, -45 11.875, -44.6875 11.875, -44.6875 11.5625, -45 11.5625))", @@ -200117,68 +152996,7 @@ "id": "3876", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.29948147150776, - 12.29948147150776, - 12.29948147150776, - 12.29948147150776, - 12.29948147150776, - 12.29948147150776, - 12.29948147150776, - 12.29948147150776 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1199.185318240151, - 1931.1844261305941, - 1140.874822313016, - -190.51696538260967, - -1315.1686477398607, - -1628.528589702365, - -1274.4940688874785, - -122.58592290518936 - ], - "relative wind speed": [ - 3.8743710407027114, - 4.020124079329933, - 3.859544621846791, - 3.457747147553708, - 3.0105551498407, - 2.8129691889638293, - 3.029539335153395, - 3.4811173400005293 - ], - "relative wind angle": [ - 0.10820424058629242, - 0.002951666098158922, - 0.11299633452900242, - 0.1754579675391735, - 0.1394309566396623, - 0.004218347631883704, - 0.14414655350881236, - 0.17426793190988682 - ], - "resistance": [ - 97833.68531824017, - 98565.68442613061, - 97775.37482231302, - 96443.9830346174, - 95319.33135226015, - 95005.97141029764, - 95360.00593111254, - 96511.91407709483 - ], - "fuel": [ - 43.204510893542505, - 43.585847933219775, - 43.17421961220469, - 42.48602730945134, - 41.90983745470534, - 41.7501329555735, - 41.93059412423149, - 42.52098097008313 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 11.5625, -44.6875 11.875, -44.375 11.875, -44.375 11.5625, -44.6875 11.5625))", @@ -200197,68 +153015,7 @@ "id": "3877", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.981769296401922, - 11.981769296401922, - 11.981769296401922, - 11.981769296401922, - 11.981769296401922, - 11.981769296401922, - 11.981769296401922, - 11.981769296401922 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1158.72234971755, - 1917.6280997742433, - 1158.7475244271045, - -148.85362598300526, - -1270.1187926000143, - -1595.1678051898275, - -1270.1363373142508, - -148.88291094929082 - ], - "relative wind speed": [ - 3.785090992452925, - 3.9393251289277336, - 3.7850975298943643, - 3.3839052803734258, - 2.9282496619953364, - 2.717218694312727, - 2.9282412115998313, - 3.3838949389106205 - ], - "relative wind angle": [ - 0.11440347472411354, - 1.3345485289430058e-06, - 0.11440129912785103, - 0.18157238864285843, - 0.14809772699187942, - 1.9347423471427266e-06, - 0.14809559045086929, - 0.1815729497227115 - ], - "resistance": [ - 97793.22234971756, - 98552.12809977426, - 97793.24752442712, - 96485.64637401701, - 95364.3812074, - 95039.33219481018, - 95364.36366268576, - 96485.61708905072 - ], - "fuel": [ - 42.951952386404095, - 43.347230245475785, - 42.951965463166694, - 42.27592562670211, - 41.70128988081474, - 41.53558060455484, - 41.70128092594796, - 42.27591055739638 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 11.25, -44.6875 11.5625, -44.375 11.5625, -44.375 11.25, -44.6875 11.25))", @@ -200277,68 +153034,7 @@ "id": "3879", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.080750446178094, - 16.080750446178094, - 16.080750446178094, - 16.080750446178094, - 16.080750446178094, - 16.080750446178094, - 16.080750446178094, - 16.080750446178094 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 2404.2201297962692, - 1843.7917822252402, - 166.7039667780009, - -1496.5172081987166, - -2225.706631609297, - -1986.8157702614508, - -655.4816595948687, - 1144.1756621836066 - ], - "relative wind speed": [ - 5.070680038202824, - 4.982366501255848, - 4.615464346482873, - 4.148521173133865, - 3.865789741679156, - 3.9789634861184564, - 4.399274399607942, - 4.84209649354083 - ], - "relative wind angle": [ - 0.021512544449464058, - 0.07010340620028577, - 0.13094101208853334, - 0.1216077805703633, - 0.02821914827041971, - 0.08782283954239045, - 0.13741557440574462, - 0.10412026508251189 - ], - "resistance": [ - 99038.72012979635, - 98478.29178222531, - 96801.20396677808, - 95137.98279180136, - 94408.79336839078, - 94647.68422973862, - 95979.01834040521, - 97778.67566218368 - ], - "fuel": [ - 47.099529885664765, - 46.80640777230887, - 45.93621835311638, - 45.08356036849414, - 44.7129837786069, - 44.83417102240896, - 45.51343458193443, - 46.44212610153349 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 10.3125, -45 10.625, -44.6875 10.625, -44.6875 10.3125, -45 10.3125))", @@ -200357,68 +153053,7 @@ "id": "3892", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.320843433078476, - 15.320843433078476, - 15.320843433078476, - 15.320843433078476, - 15.320843433078476, - 15.320843433078476, - 15.320843433078476, - 15.320843433078476 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2968.4545913079837, - 2035.7649601786015, - 5.383595794941357, - -1865.6704036445553, - -2560.705788941602, - -2160.736885228246, - -487.3923500504725, - 1612.7191621356233 - ], - "relative wind speed": [ - 5.010567773817255, - 4.862229255134112, - 4.390187091797515, - 3.8159714017036173, - 3.5021772687877024, - 3.7053693079836543, - 4.254091246910878, - 4.775918477048098 - ], - "relative wind angle": [ - 0.013793037781222903, - 0.09981168505197528, - 0.1726712898185042, - 0.1531771294177694, - 0.019734365179133545, - 0.1311322028176319, - 0.17825365729406836, - 0.12221489936068293 - ], - "resistance": [ - 99602.95459130801, - 98670.26496017863, - 96639.88359579496, - 94768.82959635547, - 94073.79421105843, - 94473.76311477178, - 96147.10764994955, - 98247.21916213565 - ], - "fuel": [ - 46.66380227821636, - 46.17466325860856, - 45.12104486170486, - 44.16368707662729, - 43.81137824753219, - 44.013900259052036, - 44.86764372155247, - 45.95386853296782 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 10.3125, -44.6875 10.625, -44.375 10.625, -44.375 10.3125, -44.6875 10.3125))", @@ -200437,68 +153072,7 @@ "id": "3893", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.160999587642607, - 17.160999587642607, - 17.160999587642607, - 17.160999587642607, - 17.160999587642607, - 17.160999587642607, - 17.160999587642607, - 17.160999587642607 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2904.586887607482, - 984.8021801193336, - -1325.3311025846797, - -2752.959673559277, - -2798.8098692219537, - -1484.4299049926558, - 799.5132050852135, - 2797.5671336294636 - ], - "relative wind speed": [ - 5.4727328772392605, - 5.119914727111749, - 4.556267675391936, - 4.096803757053767, - 4.076169653636962, - 4.511367572915178, - 5.079998923329111, - 5.457303653548747 - ], - "relative wind angle": [ - 0.04838180529719502, - 0.1335417547549181, - 0.15410786442570462, - 0.07510019849394589, - 0.06497858955975586, - 0.15168642283661493, - 0.13811205642850896, - 0.056354643905654034 - ], - "resistance": [ - 99539.0868876075, - 97619.30218011935, - 95309.16889741534, - 93881.54032644074, - 93835.69013077806, - 95150.07009500737, - 97434.01320508523, - 99432.06713362948 - ], - "fuel": [ - 48.468310755316836, - 47.46548232390029, - 46.27692987111706, - 45.55234985045718, - 45.52920469233676, - 46.195805213374314, - 47.369419531067514, - 48.41204643169213 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 10, -44.6875 10.3125, -44.375 10.3125, -44.375 10, -44.6875 10))", @@ -200517,68 +153091,7 @@ "id": "3895", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92826.57793437193, - "wind resistance": [ - 3709.6847013220686, - 402.7116709339134, - -2974.720152972852, - -4523.778596189772, - -4122.402365347425, - -1530.1687240075262, - 2077.087935833046, - 4658.499273293055 - ], - "relative wind speed": [ - 7.9931593140524875, - 7.550621393509585, - 6.985670311825551, - 6.638099497335262, - 6.751299102389413, - 7.2428414287228104, - 7.789162065602898, - 8.087414324320564 - ], - "relative wind angle": [ - 0.050462195058144164, - 0.09614264217350289, - 0.08913843790681172, - 0.023297107694165778, - 0.05975460858010411, - 0.10024161934671834, - 0.07992258746618679, - 0.01912155694566558 - ], - "resistance": [ - 96536.262635694, - 93229.28960530585, - 89851.85778139909, - 88302.79933818216, - 88704.1755690245, - 91296.4092103644, - 94903.66587020498, - 97485.07720766499 - ], - "fuel": [ - 59.67332055839245, - 57.991359349628354, - 56.31556546640843, - 55.56116137046174, - 55.75577781390032, - 57.027119486001155, - 58.83787880751955, - 60.16341032041336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 12.1875, -41.25 12.5, -40.9375 12.5, -40.9375 12.1875, -41.25 12.1875))", @@ -200610,54 +153123,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1345.1899088045275, + 1345.1899088045193, 39.47287850833254, - -1173.7361782662256, - -1640.554340250953, + -1173.7361782662283, + -1640.554340250962, -1391.6093227121787, -323.944404423376, 1032.1608368524458, - 1924.1741146012473 + 1924.1741146012337 ], "relative wind speed": [ - 3.792924202783488, + 3.7929242027834875, 3.4036378205367877, - 2.9203511741549253, - 2.6472088066939623, + 2.920351174154925, + 2.6472088066939627, 2.8130708658211154, 3.2733608555739617, 3.7109555001110244, - 3.9104893859917635 + 3.910489385991764 ], "relative wind angle": [ - 0.10560941907612657, + 0.10560941907612974, 0.1867002007308783, - 0.16984991169755526, - 0.02506207931305911, + 0.16984991169755592, + 0.025062079313067972, 0.14261384936797045, 0.19422368223823086, 0.1334177709122404, - 0.016964831673870206 + 0.01696483167387675 ], "resistance": [ - 97979.68990880452, + 97979.6899088045, 96673.97287850831, - 95460.76382173377, - 94993.94565974904, + 95460.76382173375, + 94993.94565974902, 95242.89067728781, 96310.5555955766, 97666.66083685243, - 98558.67411460124 + 98558.67411460122 ], "fuel": [ - 42.9203445646254, + 42.920344564625395, 42.244368400151586, - 41.621969801429884, - 41.38394263119718, + 41.62196980142988, + 41.383942631197165, 41.510776964965814, 42.05735405459415, 42.7577097264128, - 43.22211777770968 + 43.22211777770967 ] }, { @@ -200690,19 +153203,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2006.445934914438, + 2006.445934914429, 56.40733147281571, - -1803.2201725916866, + -1803.2201725916948, -2542.9752526484335, -2207.866970730991, -622.0584322353025, - 1429.0050714298886, + 1429.0050714298923, 2793.050868792445 ], "relative wind speed": [ - 5.307216862087135, + 5.307216862087134, 4.901000234746283, - 4.404762328456601, + 4.4047623284566, 4.125290449623822, 4.273702814401541, 4.734055688948171, @@ -200712,17 +153225,17 @@ "relative wind angle": [ 0.07533668372700895, 0.13284260124811992, - 0.11800637229101751, + 0.1180063722910194, 0.02042198992870222, 0.09360358769396493, 0.13755649639066117, - 0.09991394142035645, + 0.09991394142035534, 0.015533514348430389 ], "resistance": [ 98640.94593491446, 96690.90733147284, - 94831.27982740835, + 94831.27982740833, 94091.52474735159, 94426.63302926904, 96012.44156776473, @@ -200732,7 +153245,7 @@ "fuel": [ 48.02275494294058, 47.01074977526811, - 46.05884595170669, + 46.05884595170667, 45.68375865046525, 45.85342051991366, 46.661966578111375, @@ -200770,19 +153283,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1045.304808536005, + 1045.3048085360006, -641.0506727955435, - -1851.9255290247675, + -1851.9255290247693, -2046.2409978164324, -1308.9868558643966, 266.1506729604398, - 1823.2920113485025, + 1823.292011348498, 2275.7343117015707 ], "relative wind speed": [ 4.231097182262734, 3.7448519660465593, - 3.2832056566584633, + 3.283205656658463, 3.173219708534027, 3.5084960327655876, 4.0234079497461765, @@ -200790,14 +153303,14 @@ 4.488029017180564 ], "relative wind angle": [ - 0.13396182450039068, - 0.17658847558394125, - 0.11147918938994845, + 0.13396182450039232, + 0.17658847558394122, + 0.11147918938994844, 0.044550744066265566, 0.16177421324642027, 0.164247165801655, - 0.08295225294473818, - 0.03149398187061844 + 0.08295225294473951, + 0.03149398187061845 ], "resistance": [ 97679.804808536, @@ -200850,9 +153363,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 281.03291729407283, + 281.0329172940683, -1292.1989681525238, - -2041.3196257551863, + -2041.3196257551817, -1861.78813264756, -671.5736450818449, 1004.3008977621794, @@ -200860,9 +153373,9 @@ 1819.4682679991774 ], "relative wind speed": [ - 4.120783043928958, + 4.120783043928957, 3.6224855899125825, - 3.295422013925106, + 3.295422013925105, 3.393886255198917, 3.8356931724244197, 4.309407518324462, @@ -200872,17 +153385,17 @@ "relative wind angle": [ 0.15469388226539774, 0.15271543140774577, - 0.04383187782759032, + 0.04383187782758525, 0.10237769692986293, - 0.1662949389928073, + 0.16629493899280734, 0.12822518978519373, 0.03164116521807446, - 0.07729835699029436 + 0.07729835699029437 ], "resistance": [ 96915.5329172941, 95342.3010318475, - 94593.18037424484, + 94593.18037424485, 94772.71186735247, 95962.92635491818, 97638.80089776221, @@ -200892,7 +153405,7 @@ "fuel": [ 44.19929442161386, 43.39183716862689, - 43.01058969597461, + 43.010589695974616, 43.101767803108224, 43.709271569470246, 44.5736001695387, @@ -200930,33 +153443,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -884.3252064207613, + -884.3252064207636, -1624.4715619378926, - -1562.0484692158052, + -1562.048469215806, -675.2268791513557, 699.5674725224926, 1819.7829943373154, - 1675.5010216019564, + 1675.5010216019555, 454.46065525158883 ], "relative wind speed": [ - 2.8976284242255406, + 2.8976284242255397, 2.501231268956162, 2.545643681306941, 2.9895454014544987, 3.491142164454803, 3.7852564294258717, - 3.7555322319394353, + 3.7555322319394357, 3.4127616954537294 ], "relative wind angle": [ - 0.2113477136441652, - 0.08648121783823202, - 0.11904523303723435, + 0.21134771364416574, + 0.08648121783823204, + 0.1190452330372353, 0.21698262844174002, 0.17500637070585975, - 0.05710510328150837, - 0.08059016926892407, + 0.057105103281508376, + 0.08059016926892547, 0.18972276252295997 ], "resistance": [ @@ -201010,17 +153523,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 329.35987424434825, + 329.3598742443478, 726.6700487841858, - 608.5680535706804, - 131.90214820543156, + 608.5680535706797, + 131.90214820543179, -354.61262031112517, -598.0115620863467, - -546.6407135065629, + -546.6407135065626, -187.3151339603519 ], "relative wind speed": [ - 1.9997764995524443, + 1.999776499552444, 2.1740867833629967, 2.1320113936743184, 1.887245877711214, @@ -201030,13 +153543,13 @@ 1.6700353408497377 ], "relative wind angle": [ - 0.2004713545287592, - 0.051671297566966624, - 0.11253459400644295, - 0.2412407464128795, + 0.20047135452875917, + 0.05167129756696663, + 0.11253459400644396, + 0.24124074641287946, 0.26269073368195334, - 0.08822573060304646, - 0.1791498042550992, + 0.08822573060304648, + 0.17914980425509858, 0.2733730644126062 ], "resistance": [ @@ -201090,19 +153603,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 141.08625233214025, + 141.0862523321391, 596.8841560250698, - 680.9308052959223, + 680.9308052959236, 283.6034637321029, - -220.86985650999054, + -220.86985650999077, -559.6398790243117, -596.0239498583607, -342.3631159415984 ], "relative wind speed": [ - 2.024267937241192, + 2.0242679372411914, 2.2421424028938155, - 2.2710313921641045, + 2.271031392164104, 2.100578094490279, 1.7967299843450242, 1.5161453635891007, @@ -201110,11 +153623,11 @@ 1.7068892721365279 ], "relative wind angle": [ - 0.19894487011945758, - 0.08959309484066504, - 0.05125839453365819, + 0.19894487011945813, + 0.08959309484066505, + 0.05125839453365603, 0.17472918452564135, - 0.22454585602699928, + 0.22454585602699978, 0.1327061947101267, 0.07910240457829724, 0.21560397076104856 @@ -201157,68 +153670,7 @@ "id": "3913", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.72508430468844, - 17.72508430468844, - 17.72508430468844, - 17.72508430468844, - 17.72508430468844, - 17.72508430468844, - 17.72508430468844, - 17.72508430468844 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1594.5297826298902, - -638.8747754365395, - -2383.965759385801, - -2766.5009163127743, - -1984.914967095292, - 29.949216900145984, - 2164.18671711963, - 3061.6735828653127 - ], - "relative wind speed": [ - 5.380102391926234, - 4.891596232716502, - 4.40166326181443, - 4.237146230962094, - 4.5273124316230335, - 5.051172724943442, - 5.483376708811095, - 5.611474977096713 - ], - "relative wind angle": [ - 0.10108666355146595, - 0.1409641158300632, - 0.09761789386335154, - 0.01901440903210064, - 0.12021275623923405, - 0.13648245836722753, - 0.07831631419354262, - 0.014357142271557774 - ], - "resistance": [ - 98229.02978262995, - 95995.62522456353, - 94250.53424061426, - 93867.99908368729, - 94649.58503290477, - 96664.4492169002, - 98798.6867171197, - 99696.17358286538 - ], - "fuel": [ - 48.3906250670678, - 47.236163138122684, - 46.347031111652726, - 46.15364192317283, - 46.54934999990289, - 47.57993587960689, - 48.688055444504045, - 49.15910284813569 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 29.375, -44.6875 29.6875, -44.375 29.6875, -44.375 29.375, -44.6875 29.375))", @@ -201237,68 +153689,7 @@ "id": "3915", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.163878633692974, - 15.163878633692974, - 15.163878633692974, - 15.163878633692974, - 15.163878633692974, - 15.163878633692974, - 15.163878633692974, - 15.163878633692974 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 810.7665345282066, - -992.8375781486529, - -2130.911648241595, - -2188.8086183813894, - -1193.8133957818181, - 576.7198856003479, - 2149.9454580147312, - 2285.10181340524 - ], - "relative wind speed": [ - 4.533762998533277, - 4.038867226679149, - 3.627931521246544, - 3.598455082678027, - 3.9746951244492457, - 4.476690717979871, - 4.8157368217476115, - 4.837802112234307 - ], - "relative wind angle": [ - 0.13167556761826807, - 0.15425480538913225, - 0.07789821367286018, - 0.06153214200614472, - 0.15032854212852198, - 0.13906512404901064, - 0.05865885836896496, - 0.04575593996481089 - ], - "resistance": [ - 97445.26653452817, - 95641.66242185132, - 94503.58835175837, - 94445.69138161858, - 95440.68660421815, - 97211.21988560032, - 98784.4454580147, - 98919.60181340521 - ], - "fuel": [ - 45.3906794833334, - 44.46220212118222, - 43.88256171969284, - 43.8532026405192, - 44.35949133295607, - 45.26951114607326, - 46.0879058786765, - 46.15864404686647 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 29.6875, -44.375 30, -44.0625 30, -44.0625 29.6875, -44.375 29.6875))", @@ -201317,68 +153708,7 @@ "id": "3916", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.5299210213651, - 13.5299210213651, - 13.5299210213651, - 13.5299210213651, - 13.5299210213651, - 13.5299210213651, - 13.5299210213651, - 13.5299210213651 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 964.8857212726389, - -532.2194251575247, - -1634.3769320217443, - -1831.0678418044618, - -1214.485833507265, - 170.1942666181385, - 1565.584854213248, - 2024.8466701814386 - ], - "relative wind speed": [ - 4.132310209381759, - 3.6956549378269807, - 3.2755751449406203, - 3.1632307377257587, - 3.4513056443068946, - 3.915307509953772, - 4.272950477928873, - 4.35677284430716 - ], - "relative wind angle": [ - 0.12149086766688112, - 0.16226270959611092, - 0.1050715358842914, - 0.03516263389020352, - 0.1456197222674148, - 0.15308563492306765, - 0.08048489306677385, - 0.02552730835196665 - ], - "resistance": [ - 97599.38572127263, - 96102.28057484246, - 95000.12306797825, - 94803.43215819553, - 95420.01416649272, - 96804.69426661813, - 98200.08485421323, - 98659.34667018142 - ], - "fuel": [ - 44.04232002773381, - 43.26991297950727, - 42.70660276387223, - 42.60654979464623, - 42.92067515885176, - 43.63127334993729, - 44.35458551171966, - 44.594232382898994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 29.6875, -44.0625 30, -43.75 30, -43.75 29.6875, -44.0625 29.6875))", @@ -201397,68 +153727,7 @@ "id": "3917", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.170841033392245, - 13.170841033392245, - 13.170841033392245, - 13.170841033392245, - 13.170841033392245, - 13.170841033392245, - 13.170841033392245, - 13.170841033392245 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1002.7531580343093, - -529.4936952458984, - -1658.8121395570097, - -1863.0462173514297, - -1232.441932307509, - 182.91701465345886, - 1613.6871738508407, - 2089.475138140747 - ], - "relative wind speed": [ - 4.055536755003505, - 3.59784799463851, - 3.1526736375394955, - 3.0318777099400096, - 3.337802721223854, - 3.8267212054798776, - 4.201065854299026, - 4.289058513119475 - ], - "relative wind angle": [ - 0.1302690868330931, - 0.17570622594283794, - 0.1152699247524825, - 0.03830799500676808, - 0.15849657212392246, - 0.16509766680221633, - 0.0864199615815131, - 0.027076091341565838 - ], - "resistance": [ - 97637.25315803432, - 96105.00630475412, - 94975.68786044301, - 94771.45378264859, - 95402.0580676925, - 96817.41701465347, - 98248.18717385085, - 98723.97513814076 - ], - "fuel": [ - 43.77166292196912, - 42.9810093594646, - 42.403862864263886, - 42.29999426340012, - 42.62120486486904, - 43.347533224062104, - 44.089346592328724, - 44.33771674459578 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 28.75, -44.6875 29.0625, -44.375 29.0625, -44.375 28.75, -44.6875 28.75))", @@ -201477,68 +153746,7 @@ "id": "3923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.737747841643062, - 12.737747841643062, - 12.737747841643062, - 12.737747841643062, - 12.737747841643062, - 12.737747841643062, - 12.737747841643062, - 12.737747841643062 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1119.1609631292831, - -308.8488581548909, - -1460.1657435401644, - -1744.3327206988388, - -1290.1209361391884, - -24.807203255628338, - 1362.8800095224888, - 2025.9941151333887 - ], - "relative wind speed": [ - 3.969710311157908, - 3.5447263682560575, - 3.0935585491793147, - 2.920287202194565, - 3.1700802731958744, - 3.6390828332437364, - 4.029628319810477, - 4.156913704867792 - ], - "relative wind angle": [ - 0.11895920297874085, - 0.17534550267682655, - 0.13076882734485648, - 0.01640098272126013, - 0.1491672838284778, - 0.17075370842936494, - 0.1002737217736882, - 0.01152164701086117 - ], - "resistance": [ - 97753.66096312927, - 96325.6511418451, - 95174.33425645983, - 94890.16727930115, - 95344.3790638608, - 96609.69279674436, - 97997.38000952247, - 98660.49411513338 - ], - "fuel": [ - 43.49324929684312, - 42.75548751095228, - 42.16620040694242, - 42.02151204410401, - 42.25292526093947, - 42.90162920707334, - 43.61992145326016, - 43.96569158001745 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 28.4375, -45 28.75, -44.6875 28.75, -44.6875 28.4375, -45 28.4375))", @@ -201557,68 +153765,7 @@ "id": "3928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.683297964046881, - 13.683297964046881, - 13.683297964046881, - 13.683297964046881, - 13.683297964046881, - 13.683297964046881, - 13.683297964046881, - 13.683297964046881 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1861.1659532819122, - 699.5694963110291, - -755.3478616636603, - -1699.4729377193544, - -1770.7108542972055, - -1002.9877818271589, - 411.2422345220166, - 1694.7855107311661 - ], - "relative wind speed": [ - 4.362545977283794, - 4.100020603872632, - 3.6614124085519313, - 3.288354252672184, - 3.248217479405936, - 3.573871184759344, - 4.022037216627316, - 4.332372387776243 - ], - "relative wind angle": [ - 0.04178781000765469, - 0.12798410383151027, - 0.15294621060445965, - 0.08084827775998357, - 0.056136618762686254, - 0.1469539171451633, - 0.1391390261871888, - 0.061337026474699095 - ], - "resistance": [ - 98495.66595328192, - 97334.06949631103, - 95879.15213833634, - 94935.02706228064, - 94863.78914570279, - 95631.51221817284, - 97045.74223452201, - 98329.28551073116 - ], - "fuel": [ - 44.63532067226245, - 44.0314147394423, - 43.2820959692586, - 42.80006205808491, - 42.7638252968655, - 43.1553396626518, - 43.88229319456268, - 44.5485125615486 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 28.125, -45 28.4375, -44.6875 28.4375, -44.6875 28.125, -45 28.125))", @@ -201637,68 +153784,7 @@ "id": "3930", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.95469217876642, - 12.95469217876642, - 12.95469217876642, - 12.95469217876642, - 12.95469217876642, - 12.95469217876642, - 12.95469217876642, - 12.95469217876642 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1891.5726530250158, - 1000.9133293778768, - -359.1496855154928, - -1428.150522166041, - -1670.2485260871417, - -1201.2117997671521, - 20.441826093534473, - 1325.5859652805239 - ], - "relative wind speed": [ - 4.173781083493067, - 3.986146975274296, - 3.5821689030364117, - 3.168461886824385, - 3.024399500174931, - 3.267732112810734, - 3.7061444682718236, - 4.065499986634385 - ], - "relative wind angle": [ - 0.015040591169467358, - 0.11333891815380431, - 0.16115262716613532, - 0.11451485042526359, - 0.020757269706969245, - 0.13840223615968542, - 0.15571707128795997, - 0.08917074937721856 - ], - "resistance": [ - 98526.07265302504, - 97635.4133293779, - 96275.35031448453, - 95206.34947783398, - 94964.25147391288, - 95433.28820023287, - 96654.94182609356, - 97960.08596528055 - ], - "fuel": [ - 44.063653139283005, - 43.600055799524654, - 42.89782430385169, - 42.35070600496161, - 42.22738997226194, - 42.46649848278442, - 43.09312359529608, - 43.76870935572208 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 28.4375, -42.8125 28.75, -42.5 28.75, -42.5 28.4375, -42.8125 28.4375))", @@ -201730,9 +153816,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -954.7748434200103, + -954.7748434200105, -1571.252643547169, - -1364.9893488995988, + -1364.989348899599, -320.2165110423739, 1127.2491084904732, 2215.2146067007047, @@ -201750,14 +153836,14 @@ 2.731539840540689 ], "relative wind angle": [ - 0.39703186687381753, + 0.3970318668738181, 0.11957864106869717, - 0.3184195808847022, - 0.3963381668627835, - 0.26080478430419246, - 0.052965986681827934, + 0.3184195808847025, + 0.39633816686278345, + 0.2608047843041925, + 0.05296598668182794, 0.1659508975925628, - 0.34655368339977516 + 0.3465536833997752 ], "resistance": [ 95679.72515658, @@ -201810,9 +153896,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -693.1202101946933, + -693.1202101946942, -1512.3371561365457, - -1529.2086139281253, + -1529.2086139281257, -747.8902338617149, 578.2966854768924, 1753.2129067061896, @@ -201820,9 +153906,9 @@ 642.9830591323985 ], "relative wind speed": [ - 2.60073755596178, + 2.6007375559617794, 2.1089031378087735, - 2.0947791243545533, + 2.094779124354553, 2.57303265806814, 3.136392309110398, 3.486161227909176, @@ -201830,13 +153916,13 @@ 3.1591605676432 ], "relative wind angle": [ - 0.27396288696805265, + 0.2739628869680531, 0.14375853287371113, - 0.13230899384871175, + 0.1323089938487109, 0.2726782646669306, - 0.2262682650940379, + 0.22626826509403788, 0.08677428273607107, - 0.07916035093560816, + 0.07916035093560815, 0.22114363894063688 ], "resistance": [ @@ -201890,9 +153976,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 620.0312354226644, + 620.0312354226589, -949.2358598270648, - -1876.9359381349036, + -1876.935938134905, -1865.702741656084, -911.0256104723912, 664.6836397876841, @@ -201900,9 +153986,9 @@ 1979.1140095449155 ], "relative wind speed": [ - 3.9008079012309933, + 3.9008079012309924, 3.3857673047880152, - 2.9729695557071683, + 2.972969555707168, 2.9798154415082263, 3.4002653545842363, 3.9133983341490426, @@ -201910,14 +153996,14 @@ 4.2306981336939105 ], "relative wind angle": [ - 0.1629679518261643, - 0.1863308272862515, - 0.08558756179966669, - 0.09000024755556095, + 0.1629679518261657, + 0.18633082728625147, + 0.0855875617996667, + 0.09000024755556096, 0.18722336460625857, 0.16097149347676154, - 0.06003794628202342, - 0.06334685658345958 + 0.06003794628202343, + 0.06334685658345957 ], "resistance": [ 97254.53123542269, @@ -201970,14 +154056,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -329.4252549108378, + -329.4252549108387, -1524.6980166436128, -1810.7076990173878, -1291.931317066219, 58.17012278914626, 1521.508488387406, 2184.4537517904882, - 1185.7618291122062 + 1185.7618291122053 ], "relative wind speed": [ 3.2644352640191663, @@ -201990,14 +154076,14 @@ 3.751870688028827 ], "relative wind angle": [ - 0.2201371702723044, - 0.16624886513388165, - 0.028099421110778938, + 0.22013717027230542, + 0.16624886513388168, + 0.02809942111077894, 0.19529556453924238, - 0.21096244315059967, + 0.2109624431505997, 0.11841179224060203, - 0.0180114371991001, - 0.1483678195092513 + 0.018011437199100096, + 0.14836781950925132 ], "resistance": [ 96305.07474508916, @@ -202050,7 +154136,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -736.7789335984933, + -736.778933598494, -1337.4986532637276, -1215.7664539403622, -365.57527244285075, @@ -202060,7 +154146,7 @@ 433.0318356040966 ], "relative wind speed": [ - 1.9010382251901976, + 1.9010382251901974, 1.3440052652748622, 1.4900468420915656, 2.1478277001383845, @@ -202070,12 +154156,12 @@ 2.565962354750984 ], "relative wind angle": [ - 0.4176627988462957, - 0.16815343878354472, - 0.3089082767465482, + 0.4176627988462962, + 0.16815343878354475, + 0.3089082767465489, 0.41479392323883507, 0.28381184108028784, - 0.07346720351582882, + 0.07346720351582883, 0.15177535843004772, 0.34407976974249704 ], @@ -202130,9 +154216,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -995.7776464968904, + -995.7776464968911, -1499.9847310422685, - -1259.4557579127593, + -1259.4557579127597, -237.99720025159786, 1104.6878466405492, 2047.6599476327901, @@ -202140,9 +154226,9 @@ 200.38477203442153 ], "relative wind speed": [ - 2.0424901363420784, + 2.042490136342078, 1.6060261001162075, - 1.847145342767655, + 1.8471453427676547, 2.486343326885621, 3.0441071148063963, 3.295304879554414, @@ -202150,12 +154236,12 @@ 2.693780047502198 ], "relative wind angle": [ - 0.3370865410957762, - 0.06838526504798721, - 0.2855599613380467, - 0.34702195776119643, - 0.22377737003371065, - 0.033308976640199474, + 0.3370865410957765, + 0.06838526504798723, + 0.28555996133804673, + 0.3470219577611964, + 0.22377737003371068, + 0.03330897664019947, 0.16507502728864298, 0.31930757943909416 ], @@ -202210,19 +154296,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1270.4408409039231, + -1270.4408409039245, -1629.055304721905, - -1239.5886900247347, + -1239.5886900247351, -28.685656498869776, 1390.0683537219134, 2218.0007432797315, 1344.7650047532666, - -79.9393411226115 + -79.93934112261104 ], "relative wind speed": [ - 2.1609226631985994, + 2.160922663198599, 1.8461014197735388, - 2.1812772652084735, + 2.181277265208473, 2.8157566468346142, 3.326017247723184, 3.510539422423219, @@ -202230,17 +154316,17 @@ 2.7934731060606466 ], "relative wind angle": [ - 0.27184326378790846, - 0.006319995961232241, - 0.27709879636988327, + 0.27184326378790885, + 0.00631999596123224, + 0.27709879636988294, 0.300042660365884, 0.17534722458843338, 0.0033235055704566563, - 0.18112061848170974, - 0.30251155456210926 + 0.1811206184817097, + 0.3025115545621092 ], "resistance": [ - 95364.0591590961, + 95364.05915909608, 95005.44469527811, 95394.91130997529, 96605.81434350114, @@ -202250,7 +154336,7 @@ 96554.56065887741 ], "fuel": [ - 40.200709897212455, + 40.20070989721245, 40.017911852245774, 40.21645864847292, 40.837372299457286, @@ -202290,34 +154376,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1827.8039527669061, + -1827.8039527669087, -1687.6223241436714, - -600.6990629400284, - 987.870037321486, + -600.6990629400289, + 987.8700373214851, 2231.5145354457236, 1909.572770695926, 451.2017567424882, - -1054.7392720054127 + -1054.7392720054122 ], "relative wind speed": [ - 2.178394968251078, + 2.1783949682510775, 2.288695207048307, - 2.868846521175201, - 3.459639414881665, + 2.8688465211752003, + 3.4596394148816656, 3.7768302333746533, 3.7110275529384795, 3.2832256832839564, 2.653440477650045 ], "relative wind angle": [ - 0.09869147701509191, + 0.09869147701509418, 0.18231169379910067, 0.2831364929068996, - 0.20920189912866996, - 0.05686141057013614, + 0.20920189912867104, + 0.056861410570136134, 0.1120492531620509, 0.24660103483834578, - 0.2742019424700807 + 0.2742019424700806 ], "resistance": [ 94806.69604723313, @@ -202357,68 +154443,7 @@ "id": "3974", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.7117233893074, - 15.7117233893074, - 15.7117233893074, - 15.7117233893074, - 15.7117233893074, - 15.7117233893074, - 15.7117233893074, - 15.7117233893074 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1278.3002702393933, - -324.39559924293644, - -1656.5669469600953, - -2001.322894378177, - -1548.2648298386148, - -142.6735072170868, - 1432.7441064033083, - 2244.2196133690577 - ], - "relative wind speed": [ - 4.76376979500703, - 4.376183570814161, - 3.96667407566629, - 3.800709368195057, - 4.004846080421499, - 4.425077642508093, - 4.7956012725335855, - 4.928174417185647 - ], - "relative wind angle": [ - 0.08744893580510026, - 0.1291793650353174, - 0.09624800210411416, - 0.006485714638216968, - 0.10407588385986596, - 0.12774416212018705, - 0.07957247125106047, - 0.005001902178922473 - ], - "resistance": [ - 97912.80027023942, - 96310.10440075707, - 94977.93305303992, - 94633.17710562184, - 95086.2351701614, - 96491.82649278293, - 98067.24410640332, - 98878.71961336907 - ], - "fuel": [ - 46.151585663812234, - 45.32314654308768, - 44.64181667209907, - 44.46656924032343, - 44.696960436830956, - 45.41659890159593, - 46.23192313263441, - 46.65548886172931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 26.875, -44.6875 27.1875, -44.375 27.1875, -44.375 26.875, -44.6875 26.875))", @@ -202437,68 +154462,7 @@ "id": "3975", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.077848842067187, - 13.077848842067187, - 13.077848842067187, - 13.077848842067187, - 13.077848842067187, - 13.077848842067187, - 13.077848842067187, - 13.077848842067187 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1191.0138695652277, - -312.0660968580869, - -1530.9313608030616, - -1836.628325420249, - -1368.0580288575347, - -40.00338839825963, - 1424.4526528453798, - 2137.922270135293 - ], - "relative wind speed": [ - 4.0783990914741866, - 3.6437762895914894, - 3.179785025386357, - 2.9982933741267837, - 3.2511722888312153, - 3.7318031502763307, - 4.134298924041434, - 4.267750841329528 - ], - "relative wind angle": [ - 0.11807772441694485, - 0.17510232435402703, - 0.1316029439998754, - 0.014902500930137987, - 0.14832063362919026, - 0.17093074922256735, - 0.10109908498698876, - 0.010469503460052614 - ], - "resistance": [ - 97825.51386956523, - 96322.43390314191, - 95103.56863919694, - 94797.87167457976, - 95266.44197114247, - 96594.49661160175, - 98058.95265284539, - 98772.4222701353 - ], - "fuel": [ - 43.795613959132204, - 43.01887626652069, - 42.39518314533508, - 42.23962517188626, - 42.47820540107308, - 43.158845378699795, - 43.91700093246537, - 44.28925843611682 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 27.1875, -44.375 27.5, -44.0625 27.5, -44.0625 27.1875, -44.375 27.1875))", @@ -202517,68 +154481,7 @@ "id": "3976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.555017970497989, - 10.555017970497989, - 10.555017970497989, - 10.555017970497989, - 10.555017970497989, - 10.555017970497989, - 10.555017970497989, - 10.555017970497989 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1434.583114014108, - 64.41439529793024, - -1184.530040900528, - -1659.706303098531, - -1380.6045115395927, - -261.57598712303434, - 1150.0940557402755, - 2079.3613812591075 - ], - "relative wind speed": [ - 3.535884678889746, - 3.089383313801065, - 2.520976041774391, - 2.191718074132165, - 2.407939612863887, - 2.9591154729097466, - 3.456202169782006, - 3.673829817115746 - ], - "relative wind angle": [ - 0.13521413492035056, - 0.24230305897081836, - 0.22875076472154104, - 0.030658531324115373, - 0.199263732904418, - 0.2531985195834887, - 0.16616453096764142, - 0.01828829306953565 - ], - "resistance": [ - 98069.08311401415, - 96698.91439529798, - 95449.96995909952, - 94974.79369690151, - 95253.89548846045, - 96372.924012877, - 97784.59405574032, - 98713.86138125915 - ], - "fuel": [ - 42.1376045450665, - 41.42796995707977, - 40.787205575540796, - 40.544943145478896, - 40.687137743085984, - 41.26016252054579, - 41.98968798660587, - 42.473963782996094 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 26.875, -44.375 27.1875, -44.0625 27.1875, -44.0625 26.875, -44.375 26.875))", @@ -202597,68 +154500,7 @@ "id": "3978", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.177221627450551, - 15.177221627450551, - 15.177221627450551, - 15.177221627450551, - 15.177221627450551, - 15.177221627450551, - 15.177221627450551, - 15.177221627450551 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1859.6124520409194, - -68.04160658128694, - -1811.4260754422048, - -2419.2516708568946, - -2013.194924786977, - -405.1953555775808, - 1570.5775087005568, - 2808.018588793324 - ], - "relative wind speed": [ - 4.781834419139342, - 4.323817909961086, - 3.7801281507454263, - 3.496975412652664, - 3.704164886014453, - 4.229819924813334, - 4.722013244241285, - 4.935376467722688 - ], - "relative wind angle": [ - 0.09947135340925349, - 0.16712242295224664, - 0.14395707850935466, - 0.01363452981187997, - 0.1285531335245386, - 0.17087249513829245, - 0.11509875022988958, - 0.009660636871171519 - ], - "resistance": [ - 98494.11245204094, - 96566.45839341872, - 94823.07392455782, - 94215.24832914313, - 94621.30507521304, - 96229.30464442243, - 98205.07750870057, - 99442.51858879333 - ], - "fuel": [ - 45.94856840864312, - 44.94915301484802, - 44.05718181247782, - 43.74885773745838, - 43.9546806240457, - 44.775772279507805, - 45.79783359374182, - 46.445355858943195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 26.875, -44.0625 27.1875, -43.75 27.1875, -43.75 26.875, -44.0625 26.875))", @@ -202677,68 +154519,7 @@ "id": "3979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.662260362880122, - 11.662260362880122, - 11.662260362880122, - 11.662260362880122, - 11.662260362880122, - 11.662260362880122, - 11.662260362880122, - 11.662260362880122 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1348.295763201465, - -159.02218586565323, - -1433.8673344540775, - -1803.0289386309578, - -1404.9418376736908, - -110.87000969241944, - 1390.0482255556462, - 2247.438104007817 - ], - "relative wind speed": [ - 3.7810163634801652, - 3.310763435504636, - 2.7676981260974562, - 2.515305525743468, - 2.782456436106094, - 3.328211837287185, - 3.7918327550842252, - 3.9637591591691557 - ], - "relative wind angle": [ - 0.13754695605518466, - 0.22053332832646153, - 0.18377904398471812, - 0.0035540726630197477, - 0.1874158346283923, - 0.21935820496451305, - 0.13378715718596096, - 0.0022553255654133076 - ], - "resistance": [ - 97982.7957632015, - 96475.47781413438, - 95200.63266554597, - 94831.47106136908, - 95229.55816232636, - 96523.62999030763, - 98024.54822555569, - 98881.93810400786 - ], - "fuel": [ - 42.82435093370327, - 42.04455292612149, - 41.391621682833815, - 41.20367913790365, - 41.406369262803246, - 42.069333317175726, - 42.84607154587443, - 43.29354021735952 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 26.875, -43.75 27.1875, -43.4375 27.1875, -43.4375 26.875, -43.75 26.875))", @@ -202757,68 +154538,7 @@ "id": "3982", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.238367392504191, - 11.238367392504191, - 11.238367392504191, - 11.238367392504191, - 11.238367392504191, - 11.238367392504191, - 11.238367392504191, - 11.238367392504191 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 815.9974120829957, - -573.5164693635757, - -1526.7977589547208, - -1647.0472899525475, - -976.0547333005175, - 344.0438231065591, - 1609.7699656547975, - 1887.7409256369192 - ], - "relative wind speed": [ - 3.5154656937717306, - 3.018810219877711, - 2.5521054517466237, - 2.4660918860980994, - 2.840978843574868, - 3.3639923736667168, - 3.730471497933084, - 3.787882078820177 - ], - "relative wind angle": [ - 0.16945506898947188, - 0.2210881946589104, - 0.13494192648536724, - 0.07160785207081492, - 0.21022905169698966, - 0.1980825871870792, - 0.09216754332349271, - 0.046597155701686946 - ], - "resistance": [ - 97450.49741208304, - 96060.98353063647, - 95107.70224104532, - 94987.4527100475, - 95658.44526669952, - 96978.54382310661, - 98244.26996565484, - 98522.24092563696 - ], - "fuel": [ - 42.258364444006126, - 41.54195903048394, - 41.054621555538546, - 40.99338764031327, - 41.33576052193369, - 42.014228972651054, - 42.67084195806494, - 42.81584160375727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 26.875, -42.8125 27.1875, -42.5 27.1875, -42.5 26.875, -42.8125 26.875))", @@ -202837,68 +154557,7 @@ "id": "3987", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.145199900897808, - 8.145199900897808, - 8.145199900897808, - 8.145199900897808, - 8.145199900897808, - 8.145199900897808, - 8.145199900897808, - 8.145199900897808 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 234.87681447402338, - -693.6388392133699, - -1140.4944411634308, - -1019.942013266919, - -307.25758799054347, - 693.0524039717607, - 1447.435888585058, - 1170.7977009418496 - ], - "relative wind speed": [ - 2.4996816178371946, - 1.9780157138042331, - 1.599571410341048, - 1.7261987946704078, - 2.2201920117749916, - 2.6953876522025886, - 2.9358188062144106, - 2.863197248004595 - ], - "relative wind angle": [ - 0.2712027932483188, - 0.29578581472982907, - 0.09125059097810168, - 0.2162810250177011, - 0.3063849738523966, - 0.21557763199935273, - 0.049669041838457176, - 0.12974359415999603 - ], - "resistance": [ - 96869.37681447403, - 95940.86116078665, - 95494.00555883658, - 95614.5579867331, - 96327.24241200947, - 97327.55240397177, - 98081.93588858507, - 97805.29770094187 - ], - "fuel": [ - 40.2026944656883, - 39.72518188249229, - 39.49651858735247, - 39.55813404293028, - 39.923498456832235, - 40.43950489350552, - 40.83111379216331, - 40.68726192532696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 26.875, -42.5 27.1875, -42.1875 27.1875, -42.1875 26.875, -42.5 26.875))", @@ -202917,68 +154576,7 @@ "id": "3990", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.112869556354121, - 6.112869556354121, - 6.112869556354121, - 6.112869556354121, - 6.112869556354121, - 6.112869556354121, - 6.112869556354121, - 6.112869556354121 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 44.707565935101684, - -582.7516082791942, - -803.780284161671, - -623.5649871883319, - -23.36028917745125, - 717.2858536278195, - 1194.8323682958708, - 778.6817413226377 - ], - "relative wind speed": [ - 1.8532900681925941, - 1.3302368948683714, - 1.0151581754968657, - 1.2847640640046125, - 1.8073510522462568, - 2.220736748569698, - 2.3813138771776465, - 2.2473502625891038 - ], - "relative wind angle": [ - 0.37752676723665524, - 0.3858071858298748, - 0.02439187718846117, - 0.37081189885709875, - 0.38762656361306114, - 0.227364463168774, - 0.010397455198766498, - 0.20867190193523164 - ], - "resistance": [ - 96679.20756593507, - 96051.74839172077, - 95830.7197158383, - 96010.93501281163, - 96611.13971082252, - 97351.78585362779, - 97829.33236829584, - 97413.18174132261 - ], - "fuel": [ - 39.294530475005146, - 38.97193633017916, - 38.85864828732001, - 38.951003786151915, - 39.25946406256157, - 39.64194840507899, - 39.88964523467116, - 39.67374607397505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 26.5625, -41.875 26.875, -41.5625 26.875, -41.5625 26.5625, -41.875 26.5625))", @@ -202997,68 +154595,7 @@ "id": "3996", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.00784766856173, - 7.00784766856173, - 7.00784766856173, - 7.00784766856173, - 7.00784766856173, - 7.00784766856173, - 7.00784766856173, - 7.00784766856173 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -585.8734813455403, - -835.0541886706787, - -690.8673510001506, - -119.48578263497689, - 606.8566506978823, - 1092.5684015854076, - 760.5310406345889, - 54.93567033295108 - ], - "relative wind speed": [ - 1.639608787750434, - 1.3716220413689622, - 1.5453834204841863, - 1.9778756899384256, - 2.3579828218288004, - 2.5233019915457997, - 2.4207829412404482, - 2.082404312341567 - ], - "relative wind angle": [ - 0.2754223639986001, - 0.03974922219793649, - 0.24098046591601877, - 0.2955496159082045, - 0.19024667089360342, - 0.021602960428147872, - 0.15294852468855522, - 0.2803013728787572 - ], - "resistance": [ - 96048.6265186545, - 95799.44581132937, - 95943.63264899989, - 96515.01421736507, - 97241.35665069793, - 97727.06840158545, - 97395.03104063464, - 96689.435670333 - ], - "fuel": [ - 39.293551444437064, - 39.165850050077196, - 39.23971548693035, - 39.5331890976661, - 39.90800758789415, - 40.159747407382824, - 39.987560640409725, - 39.62301765486741 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 26.25, -41.875 26.5625, -41.5625 26.5625, -41.5625 26.25, -41.875 26.25))", @@ -203077,68 +154614,7 @@ "id": "3998", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.814288029650059, - 6.814288029650059, - 6.814288029650059, - 6.814288029650059, - 6.814288029650059, - 6.814288029650059, - 6.814288029650059, - 6.814288029650059 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -615.4711014195414, - -832.1209120510765, - -659.7518621081048, - -61.21434509726987, - 669.7951635501079, - 1132.364836803202, - 734.9296580367843, - 12.353924306293038 - ], - "relative wind speed": [ - 1.5484322213167856, - 1.2909112914397438, - 1.50686379449478, - 1.9637407328064096, - 2.3440400066712446, - 2.4951380592104986, - 2.370976044106763, - 2.008952023121584 - ], - "relative wind angle": [ - 0.2898598802674818, - 0.018377295631438712, - 0.2748878361101184, - 0.3116633810381308, - 0.18994653174108703, - 0.009507482130658582, - 0.17337923486625184, - 0.30442152551584434 - ], - "resistance": [ - 96019.02889858045, - 95802.37908794891, - 95974.74813789187, - 96573.28565490272, - 97304.2951635501, - 97766.86483680319, - 97369.42965803677, - 96646.85392430628 - ], - "fuel": [ - 39.203995955406114, - 39.09297690811201, - 39.181290722346844, - 39.4888117410707, - 39.86620346076426, - 40.10603737561638, - 39.899926341908795, - 39.526702183788245 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 26.25, -41.5625 26.5625, -41.25 26.5625, -41.25 26.25, -41.5625 26.25))", @@ -203157,68 +154633,7 @@ "id": "3999", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.245155962815056, - 7.245155962815056, - 7.245155962815056, - 7.245155962815056, - 7.245155962815056, - 7.245155962815056, - 7.245155962815056, - 7.245155962815056 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -643.5080327748235, - -887.3646784624425, - -719.3547746669972, - -98.51553092737186, - 672.0331134098883, - 1170.3565776190867, - 783.0214243520795, - 27.483700755545442 - ], - "relative wind speed": [ - 1.6800482361373126, - 1.4191647607495002, - 1.6142482182266413, - 2.0618482188337874, - 2.446717341820647, - 2.6067142552187796, - 2.490620508320386, - 2.1348933811799413 - ], - "relative wind angle": [ - 0.2692277704544205, - 0.026835977678069188, - 0.24593983826334834, - 0.29217763848244266, - 0.1836720769670644, - 0.014608988020211107, - 0.15846146782314777, - 0.28190197839957215 - ], - "resistance": [ - 95990.9919672252, - 95747.13532153759, - 95915.14522533304, - 96535.98446907266, - 97306.53311340991, - 97804.85657761911, - 97417.5214243521, - 96661.98370075558 - ], - "fuel": [ - 39.358547477155675, - 39.233624467122915, - 39.3196689598783, - 39.63853639162428, - 40.0362903586213, - 40.29469925878097, - 40.093764091769664, - 39.70342556648859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 26.875, -40.3125 27.1875, -40 27.1875, -40 26.875, -40.3125 26.875))", @@ -203250,9 +154665,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2543.852431752799, + -2543.852431752808, -2340.6032645918594, - -885.137386117196, + -885.1373861171996, 1190.1734171455446, 2731.637270094603, 2256.286955642212, @@ -203260,9 +154675,9 @@ -1594.3346768102183 ], "relative wind speed": [ - 3.9258681267278743, + 3.9258681267278734, 4.020322222042098, - 4.480406905253136, + 4.480406905253135, 4.985435108260374, 5.263476055333811, 5.191688546560231, @@ -203270,19 +154685,19 @@ 4.273412865012585 ], "relative wind angle": [ - 0.041180201206837866, + 0.04118020120684056, 0.08939813517715356, - 0.1499285497394997, - 0.11811759827988312, + 0.14992854973949898, + 0.11811759827988311, 0.03071121779359799, 0.06919084455722405, - 0.13987014052195176, + 0.1398701405219518, 0.13791455674087788 ], "resistance": [ 94090.6475682472, 94293.89673540814, - 95749.36261388281, + 95749.3626138828, 97824.67341714555, 99366.13727009461, 98890.78695564221, @@ -203330,19 +154745,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1840.1299641849864, + -1840.1299641849873, -2139.545486971482, - -1528.7544064415024, + -1528.754406441507, 37.69276035297207, - 1699.2014271488115, + 1699.2014271488079, 2399.934376880763, 1254.0748621160055, -483.47854723395176 ], "relative wind speed": [ - 3.6728414589971923, + 3.672841458997192, 3.5190257656825863, - 3.790247134052467, + 3.7902471340524664, 4.275017682295149, 4.671471010115596, 4.788409280934654, @@ -203350,19 +154765,19 @@ 4.127545226565403 ], "relative wind angle": [ - 0.10806233567923766, + 0.10806233567923768, 0.02119861713073065, - 0.1327327803544784, + 0.13273278035447925, 0.14904097958764628, - 0.08489832846796652, + 0.08489832846796783, 0.015578432345192721, - 0.10982167051219599, + 0.109821670512196, 0.1544080136073693 ], "resistance": [ 94794.37003581502, 94494.95451302853, - 95105.74559355852, + 95105.7455935585, 96672.19276035299, 98333.70142714883, 99034.43437688077, @@ -203372,7 +154787,7 @@ "fuel": [ 43.83406967489956, 43.68204908793578, - 43.992516508702096, + 43.99251650870209, 44.79509290867945, 45.656353007583746, 46.02266486185913, @@ -203410,10 +154825,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 915.6323633535594, + 915.6323633535485, -633.1210134057301, - -1741.0114291623777, - -1911.771567799562, + -1741.0114291623813, + -1911.7715677995666, -1233.9639472800873, 217.27848192842976, 1639.0813109519931, @@ -203422,28 +154837,28 @@ "relative wind speed": [ 4.479143451784965, 4.063979824077778, - 3.6823116588641467, - 3.5951457027150506, + 3.6823116588641462, + 3.595145702715051, 3.87097972305931, 4.3047970994569775, 4.635492522375333, 4.703417635534183 ], "relative wind angle": [ - 0.10689888617257017, + 0.10689888617257329, 0.13683922299220042, - 0.08322446306927005, - 0.033796560338481677, - 0.12377395379093212, - 0.12914008129225907, - 0.06608308958419828, + 0.08322446306927138, + 0.033796560338484966, + 0.12377395379093213, + 0.1291400812922591, + 0.06608308958419827, 0.025830991315551874 ], "resistance": [ - 97550.13236335355, + 97550.13236335354, 96001.37898659425, 94893.48857083761, - 94722.72843220043, + 94722.72843220041, 95400.5360527199, 96851.77848192841, 98273.58131095198, @@ -203490,31 +154905,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 869.6124250106632, + 869.6124250106604, -402.8035571403834, - -1366.1102834023463, + -1366.1102834023486, -1558.3438738436475, - -1069.918777921538, + -1069.9187779215363, 92.60294664542471, - 1293.4070350563625, + 1293.4070350563634, 1742.3972003713234 ], "relative wind speed": [ - 3.8184448222346643, + 3.818444822234664, 3.4196092971644227, - 3.0252879560577166, + 3.025287956057716, 2.906051239470095, - 3.160113170998402, + 3.1601131709984016, 3.587911421525751, - 3.926126449428293, + 3.9261264494282933, 4.015183969327261 ], "relative wind angle": [ - 0.11878923123329736, - 0.16294301329996322, - 0.10996156005879452, - 0.029331522837081944, - 0.1436926805851707, + 0.1187892312332983, + 0.16294301329996325, + 0.10996156005879552, + 0.02933152283708194, + 0.14369268058516915, 0.15523610055893083, 0.08466164286768675, 0.02122769172308 @@ -203570,40 +154985,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1124.526475965963, + 1124.5264759659585, -70.31147164318008, - -1139.5818611595341, - -1497.4876712653886, + -1139.581861159536, + -1497.4876712653768, -1236.9682773812387, -233.14605338478668, - 985.1404135072198, + 985.1404135072225, 1733.8947862232617 ], "relative wind speed": [ - 3.814443489005278, + 3.814443489005277, 3.4579127619901113, - 3.0415031200549048, - 2.831272613638681, + 3.0415031200549043, + 2.8312726136386805, 2.9960781373696697, 3.401367764077442, 3.7783226578384674, 3.9383192764552306 ], "relative wind angle": [ - 0.0974573120443627, + 0.09745731204436384, 0.16077199884376495, - 0.13576814643826554, - 0.010118636159821273, + 0.13576814643826637, + 0.0101186361598103, 0.12420008677126838, 0.16346856494178447, - 0.1091729680399137, + 0.10917296803991268, 0.007274265801910134 ], "resistance": [ 97759.02647596598, 96564.18852835684, 95494.91813884048, - 95137.01232873462, + 95137.01232873464, 95397.53172261878, 96401.35394661523, 97619.64041350724, @@ -203613,7 +155028,7 @@ 43.08139173402856, 42.46355281248296, 41.91514786064334, - 41.73253629284724, + 41.73253629284726, 41.86541192445438, 42.379763973014605, 43.009042864026014, @@ -203650,7 +155065,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 681.279794783015, + 681.2797947830159, -531.5769747402264, -1361.3200952524362, -1462.012609049979, @@ -203660,7 +155075,7 @@ 1611.5445835283335 ], "relative wind speed": [ - 3.511918808109229, + 3.5119188081092285, 3.0842587548801994, 2.694208426494631, 2.6252989570181375, @@ -203670,13 +155085,13 @@ 3.750875410574798 ], "relative wind angle": [ - 0.1445530088571991, - 0.18371730304897801, - 0.10820031587504644, + 0.14455300885719835, + 0.183717303048978, + 0.10820031587504643, 0.05792681939110224, 0.17309388859473387, 0.16730411560148442, - 0.07867925141830888, + 0.0786792514183089, 0.04053235375271623 ], "resistance": [ @@ -203730,9 +155145,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1048.6974663403712, + 1048.6974663403666, 60.67523674699032, - -865.5451263829668, + -865.5451263829677, -1235.4125758180774, -1054.2591729067444, -253.72816999478755, @@ -203740,9 +155155,9 @@ 1468.8406200471995 ], "relative wind speed": [ - 3.209799858042967, + 3.2097998580429663, 2.8617309412104572, - 2.4197393255363364, + 2.419739325536336, 2.1603606399788036, 2.3068302509284626, 2.7266787407778774, @@ -203750,7 +155165,7 @@ 3.3101545040257103 ], "relative wind angle": [ - 0.11172067841469578, + 0.11172067841469677, 0.20233602481809876, 0.18934902575411977, 0.03194654820598614, @@ -203762,7 +155177,7 @@ "resistance": [ 97683.1974663404, 96695.17523674702, - 95768.95487361707, + 95768.95487361705, 95399.08742418195, 95580.24082709328, 96380.77183000524, @@ -203810,9 +155225,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1706.4136805877133, + 1706.4136805877024, 633.2020984472028, - -701.4536015677622, + -701.453601567765, -1561.2374877490988, -1620.6367354775607, -907.4331284607488, @@ -203820,7 +155235,7 @@ 1567.7912813635212 ], "relative wind speed": [ - 4.141761313291418, + 4.1417613132914175, 3.885376073624076, 3.4593727824234595, 3.098448788891168, @@ -203830,17 +155245,17 @@ 4.115313721196567 ], "relative wind angle": [ - 0.04366321278784445, - 0.13156973305945652, - 0.15676026302577772, - 0.08208657217851574, - 0.059056457613042145, + 0.043663212787846996, + 0.1315697330594565, + 0.15676026302577914, + 0.08208657217851575, + 0.05905645761304215, 0.15127921216021156, 0.14197086362141834, - 0.061773456281365324 + 0.06177345628136533 ], "resistance": [ - 98340.91368058772, + 98340.9136805877, 97267.7020984472, 95933.04639843224, 95073.2625122509, @@ -203850,7 +155265,7 @@ 98202.29128136352 ], "fuel": [ - 43.96481227209079, + 43.96481227209078, 43.40729853952112, 42.719948499025215, 42.28066861197058, @@ -203890,9 +155305,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1441.1165268375294, + 1441.1165268375212, 769.54092334388, - -225.29472867304048, + -225.29472867304094, -997.7632908022126, -1176.2323338384022, -818.7857739836459, @@ -203900,7 +155315,7 @@ 1028.5761846783544 ], "relative wind speed": [ - 3.1288369235806566, + 3.128836923580656, 2.9400289332354537, 2.526886899102207, 2.0825097876616665, @@ -203910,17 +155325,17 @@ 3.025142128089741 ], "relative wind angle": [ - 0.022723483246385668, + 0.022723483246390553, 0.1628618099773891, - 0.24098706702644127, + 0.24098706702644176, 0.18162772836348753, - 0.03697380859631151, + 0.036973808596311504, 0.21831184005205428, 0.2282544428142375, 0.1246690265079934 ], "resistance": [ - 98075.61652683756, + 98075.61652683755, 97404.04092334391, 96409.205271327, 95636.73670919782, @@ -203930,7 +155345,7 @@ 97663.07618467839 ], "fuel": [ - 41.29699935678348, + 41.29699935678347, 40.948289279645266, 40.434813482157125, 40.03865049296555, @@ -203970,9 +155385,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1540.0269550807125, + 1540.0269550807025, 690.7854685629418, - -463.004037979852, + -463.0040379798538, -1282.4620085868437, -1406.0253389112013, -890.4085384917621, @@ -203980,7 +155395,7 @@ 1251.8076371660745 ], "relative wind speed": [ - 3.795286630103564, + 3.7952866301035635, 3.58423821684768, 3.1922878433064734, 2.826994852038792, @@ -203990,17 +155405,17 @@ 3.7350618770610566 ], "relative wind angle": [ - 0.03147104158654439, + 0.03147104158654792, 0.12751715637466454, - 0.16527184932482505, + 0.16527184932482641, 0.10167016957645839, - 0.04350927409801277, + 0.04350927409801278, 0.15171699522804238, - 0.1538090758325663, - 0.07689540293045453 + 0.15380907583256628, + 0.07689540293045455 ], "resistance": [ - 98174.52695508073, + 98174.52695508071, 97325.28546856296, 96171.49596202016, 95352.03799141318, @@ -204010,7 +155425,7 @@ 97886.30763716609 ], "fuel": [ - 42.996516732907615, + 42.99651673290761, 42.55552327004227, 41.96068415844334, 41.54121897402764, @@ -204050,39 +155465,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2038.7487839254036, + 2038.7487839253781, 1029.2416600514707, - -477.7291862404154, + -477.72918624041813, -1634.6238550244934, -1872.387060740275, -1318.530896354484, 52.60346721671067, - 1480.0580404147195 + 1480.058040414723 ], "relative wind speed": [ - 4.722877620391623, + 4.722877620391622, 4.53110584648347, 4.1394076541009, 3.755843693822815, 3.6359146691121786, 3.872276889147323, 4.288444096806211, - 4.628075911848525 + 4.628075911848524 ], "relative wind angle": [ - 0.015911784523049664, + 0.015911784523056645, 0.09670524688599183, - 0.1316964571800155, + 0.13169645718001632, 0.08830428206928667, 0.020669239430945376, - 0.113224141067182, - 0.12709434714342252, - 0.07163012178607499 + 0.11322414106718201, + 0.1270943471434225, + 0.07163012178607188 ], "resistance": [ - 98673.2487839254, + 98673.24878392537, 97663.74166005147, - 96156.77081375959, + 96156.77081375958, 94999.87614497551, 94762.11293925972, 95315.96910364552, @@ -204090,9 +155505,9 @@ 98114.55804041472 ], "fuel": [ - 45.91838561018687, + 45.918385610186846, 45.39259713331771, - 44.61476682217515, + 44.61476682217514, 44.02336381161963, 43.90243652472665, 44.18445563604155, @@ -204117,68 +155532,7 @@ "id": "4032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.438014073090073, - 19.438014073090073, - 19.438014073090073, - 19.438014073090073, - 19.438014073090073, - 19.438014073090073, - 19.438014073090073, - 19.438014073090073 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2310.917072230619, - 1394.4147218277158, - -266.771044521407, - -1712.6605575510184, - -2122.8373099134897, - -1736.9525698968664, - -307.7373895814944, - 1359.884819943536 - ], - "relative wind speed": [ - 5.87493041928681, - 5.748475355770623, - 5.424790372668868, - 5.077747375841614, - 4.923978640039712, - 5.07103580771489, - 5.415904586643672, - 5.742547750446869 - ], - "relative wind angle": [ - 0.0007591726594962047, - 0.05797105934733327, - 0.08776135600852608, - 0.06688384205567321, - 0.0009057892122474534, - 0.06572592154676289, - 0.0879057163583644, - 0.059131235787764705 - ], - "resistance": [ - 98945.41707223063, - 98028.91472182774, - 96367.72895547861, - 94921.839442449, - 94511.66269008652, - 94897.54743010315, - 96326.76261041852, - 97994.38481994355 - ], - "fuel": [ - 50.740012866281376, - 50.261577921491956, - 49.40236819689832, - 48.66287383418519, - 48.45450703268839, - 48.6505162285205, - 49.38130904323019, - 50.243613629976124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 22.1875, -45.9375 22.5, -45.625 22.5, -45.625 22.1875, -45.9375 22.1875))", @@ -204197,68 +155551,7 @@ "id": "4033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.329856729471786, - 25.329856729471786, - 25.329856729471786, - 25.329856729471786, - 25.329856729471786, - 25.329856729471786, - 25.329856729471786, - 25.329856729471786 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3058.329533944059, - 1915.7812153305204, - -304.2220379275459, - -2282.308542058672, - -2888.6707363239475, - -2409.537669051704, - -519.3312679639748, - 1735.1205163977102 - ], - "relative wind speed": [ - 7.525655172430571, - 7.402429899747155, - 7.070959075146766, - 6.712174110761891, - 6.546544546910149, - 6.685563765183855, - 7.035216346112577, - 7.378309426001854 - ], - "relative wind angle": [ - 0.0023804689054772715, - 0.04506823080326115, - 0.06929029861447861, - 0.053486048723520314, - 0.0027364960923991354, - 0.04990453683828232, - 0.06964289984526335, - 0.048653168485267094 - ], - "resistance": [ - 99692.82953394408, - 98550.28121533053, - 96330.27796207246, - 94352.19145794134, - 93745.82926367607, - 94224.96233094831, - 96115.16873203604, - 98369.62051639773 - ], - "fuel": [ - 59.402159679697064, - 58.80302653782898, - 57.6527827080955, - 56.643332631906034, - 56.336811680345846, - 56.57890387104473, - 57.542303358787336, - 58.70873586430625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 21.875, -45.9375 22.1875, -45.625 22.1875, -45.625 21.875, -45.9375 21.875))", @@ -204277,68 +155570,7 @@ "id": "4035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.28487699748856, - 17.28487699748856, - 17.28487699748856, - 17.28487699748856, - 17.28487699748856, - 17.28487699748856, - 17.28487699748856, - 17.28487699748856 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1579.6387794914917, - 1186.6179162719473, - 51.349446879357856, - -1071.197024317873, - -1543.963278418727, - -1378.5829222229204, - -467.70045744165327, - 749.9223867704022 - ], - "relative wind speed": [ - 5.1792571906443605, - 5.117981789904726, - 4.879429795398212, - 4.589884655434781, - 4.424303492620906, - 4.495044920783602, - 4.752928709063393, - 5.033102948625548 - ], - "relative wind angle": [ - 0.012250283702562838, - 0.04340513517808946, - 0.07744504097488823, - 0.06798496550466969, - 0.014340778812608711, - 0.04942495332198721, - 0.07951056933666129, - 0.06199011252266673 - ], - "resistance": [ - 98214.13877949149, - 97821.11791627195, - 96685.84944687935, - 95563.30297568213, - 95090.53672158127, - 95255.91707777708, - 96166.79954255835, - 97384.4223867704 - ], - "fuel": [ - 47.90649137508339, - 47.70201227491388, - 47.11458802260097, - 46.53846204067163, - 46.29722682822431, - 46.381519753952894, - 46.847612567316, - 47.47548444871618 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 21.5625, -45.9375 21.875, -45.625 21.875, -45.625 21.5625, -45.9375 21.5625))", @@ -204357,68 +155589,7 @@ "id": "4037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.063899944025735, - 13.063899944025735, - 13.063899944025735, - 13.063899944025735, - 13.063899944025735, - 13.063899944025735, - 13.063899944025735, - 13.063899944025735 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1130.5488290554458, - 644.2053008010826, - -176.96177967532003, - -864.1774387529967, - -1040.744008066129, - -816.4901462868811, - -96.62023892676734, - 712.0239808259112 - ], - "relative wind speed": [ - 3.9755119886374852, - 3.873109892899125, - 3.6324089439287164, - 3.38278174588983, - 3.282263236367175, - 3.402494273637329, - 3.658353835904143, - 3.8903386978876844 - ], - "relative wind angle": [ - 0.0032779465021333673, - 0.06570941939603386, - 0.09557152742909564, - 0.06978841391248372, - 0.003970286835097924, - 0.07481396690220864, - 0.09489168907436636, - 0.06067136649176303 - ], - "resistance": [ - 97765.04882905546, - 97278.7053008011, - 96457.5382203247, - 95770.32256124701, - 95593.75599193388, - 95818.00985371313, - 96537.87976107324, - 97346.52398082592 - ], - "fuel": [ - 43.75318521175802, - 43.50104978622981, - 43.07732916114, - 42.72465579984845, - 42.634327062701765, - 42.74907178068115, - 43.11867450412923, - 43.53615626460997 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 21.25, -45.9375 21.5625, -45.625 21.5625, -45.625 21.25, -45.9375 21.25))", @@ -204437,68 +155608,7 @@ "id": "4039", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.27134766957375, - 16.27134766957375, - 16.27134766957375, - 16.27134766957375, - 16.27134766957375, - 16.27134766957375, - 16.27134766957375, - 16.27134766957375 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1016.1777329310244, - 259.8116533823868, - -619.6683290493656, - -1120.4198761997914, - -1104.350663795799, - -560.5909180669969, - 328.1527354008631, - 1054.4746068374825 - ], - "relative wind speed": [ - 4.794294680940982, - 4.634491404053026, - 4.405598045993562, - 4.241430314832286, - 4.248691829390429, - 4.422457820554832, - 4.650521433771237, - 4.8007200119617135 - ], - "relative wind angle": [ - 0.02559255966684003, - 0.06039335201727675, - 0.06198411602031988, - 0.02504599525623278, - 0.02887993288402588, - 0.0632926791945833, - 0.05871581207469837, - 0.0221275987203151 - ], - "resistance": [ - 97650.67773293101, - 96894.31165338238, - 96014.83167095062, - 95514.08012380019, - 95530.14933620418, - 96073.90908193299, - 96962.65273540084, - 97688.97460683747 - ], - "fuel": [ - 46.56524658038454, - 46.17382504935053, - 45.7213684581498, - 45.46503811131937, - 45.473249310289695, - 45.751671202806214, - 46.209104265157734, - 46.58512193970813 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 20.9375, -46.875 21.25, -46.5625 21.25, -46.5625 20.9375, -46.875 20.9375))", @@ -204530,7 +155640,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1216.9263743413935, + 1216.9263743413917, 713.1339983873827, -140.12780395545678, -860.9807906214223, @@ -204540,7 +155650,7 @@ 755.4825300742582 ], "relative wind speed": [ - 3.428292081400848, + 3.4282920814008477, 3.307515752772248, 3.009819618291339, 2.6856851533971198, @@ -204551,7 +155661,7 @@ ], "relative wind angle": [ 0.002878551412144543, - 0.09655846388261792, + 0.09655846388261793, 0.14707849490889136, 0.11377927809042311, 0.0038758984036810122, @@ -204610,9 +155720,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1638.3171435204622, + 1638.3171435203512, 1084.647258090663, - -83.3340056279676, + -83.33400562797306, -1152.088587590155, -1519.3058538821233, -1285.407245202624, @@ -204630,17 +155740,17 @@ 4.576086487518771 ], "relative wind angle": [ - 0.006550568713344325, + 0.0065505687133782225, 0.06074506972954069, - 0.09868443507130092, + 0.09868443507130319, 0.08072252408284133, 0.008001655089279447, 0.07065101444801561, 0.10010709429121316, - 0.0708450010749212 + 0.07084500107492119 ], "resistance": [ - 98272.81714352047, + 98272.81714352037, 97719.14725809067, 96551.16599437204, 95482.41141240986, @@ -204650,7 +155760,7 @@ 97529.49068862663 ], "fuel": [ - 46.06396150401469, + 46.06396150401464, 45.77594526017912, 45.17210862357334, 44.624018981415425, @@ -204690,31 +155800,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1289.2503090801083, + 1289.2503090801047, 916.986129566184, -4.999083078626427, -885.6819910265076, - -1227.5075883605095, + -1227.507588360525, -1070.4623512201506, -316.50045017911816, 654.2782465998971 ], "relative wind speed": [ - 4.372496277530505, + 4.372496277530504, 4.303787537224162, 4.070037365241927, 3.79383487843902, - 3.6440176236628514, + 3.644017623662852, 3.724916237047157, 3.9789928353941693, 4.243159795921331 ], "relative wind angle": [ - 0.010454151944877577, + 0.010454151944877579, 0.05236182379349878, - 0.08961865273393738, + 0.08961865273393739, 0.07648662425364003, - 0.012544150819586094, + 0.012544150819594946, 0.06050839698916025, 0.09167494293430799, 0.0683737555663521 @@ -204724,7 +155834,7 @@ 97551.48612956617, 96629.50091692136, 95748.81800897348, - 95406.99241163948, + 95406.99241163945, 95564.03764877983, 96317.99954982087, 97288.77824659989 @@ -204734,7 +155844,7 @@ 44.78140435254928, 44.30489886423372, 43.85269318932541, - 43.677952932225686, + 43.67795293222568, 43.75818001311238, 44.14462188186314, 44.6453079761754 @@ -204770,17 +155880,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1336.997792389603, + 1336.997792389503, 857.231359862938, - -107.40947564997623, + -107.40947564998169, -976.9367270588264, - -1256.8422216736972, + -1256.8422216736371, -1055.1506095823424, -239.46618456620217, 746.1121809511014 ], "relative wind speed": [ - 4.696812601944587, + 4.696812601944586, 4.614039531700991, 4.382866221223047, 4.127815384647924, @@ -204790,31 +155900,31 @@ 4.590220179354277 ], "relative wind angle": [ - 0.0037926264539641093, + 0.0037926264539933823, 0.050216986779473526, - 0.07887798156875522, + 0.07887798156875664, 0.06225167314284347, - 0.004446523756477792, + 0.004446523756452823, 0.05650312059956048, 0.07952371442543194, 0.05597370313103631 ], "resistance": [ - 97971.49779238961, + 97971.4977923895, 97491.73135986294, - 96527.09052435003, + 96527.09052435002, 95657.56327294117, - 95377.6577783263, + 95377.65777832636, 95579.34939041766, 96395.0338154338, 97380.6121809511 ], "fuel": [ - 46.137252339168796, + 46.13725233916874, 45.888152251669155, 45.38989229264862, 44.94372803751429, - 44.800703957327066, + 44.8007039573271, 44.90373352499455, 45.32195131100223, 45.83058009313906 @@ -204850,21 +155960,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 891.2233397517011, + 891.2233397516966, 760.944398969581, 126.77573405008934, -551.0164209763097, - -889.9739134051106, + -889.9739134051051, -834.9601284913633, -352.0418315890438, 357.28732161178505 ], "relative wind speed": [ - 3.7196085838800585, + 3.719608583880057, 3.691475240834806, 3.5110408443248518, 3.2707828403763384, - 3.1134065333759984, + 3.113406533375998, 3.1467123805086112, 3.346846343772775, 3.582006123730423 @@ -204872,11 +155982,11 @@ "relative wind angle": [ 0.022160129048277247, 0.042301332127234095, - 0.08646098280692446, + 0.08646098280692448, 0.08346149325527742, - 0.026475787541975705, - 0.049630166229178, - 0.09071411077564416, + 0.02647578754197151, + 0.04963016622917799, + 0.09071411077564415, 0.07619518531381278 ], "resistance": [ @@ -204917,68 +156027,7 @@ "id": "4051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.884094115704924, - 14.884094115704924, - 14.884094115704924, - 14.884094115704924, - 14.884094115704924, - 14.884094115704924, - 14.884094115704924, - 14.884094115704924 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1027.976637585407, - 795.4576160502693, - 53.837175837099494, - -693.918596109308, - -1021.9492096736058, - -924.3123125848233, - -335.6983308645267, - 468.30029452679537 - ], - "relative wind speed": [ - 4.422535328936932, - 4.380045368077179, - 4.199549879758115, - 3.9774640364392875, - 3.8471532248575158, - 3.8954600812757043, - 4.089399403170407, - 4.305715563069508 - ], - "relative wind angle": [ - 0.012483765064064931, - 0.03754455946236004, - 0.06856505829899286, - 0.061002500363521714, - 0.014350962873074271, - 0.04221762964445225, - 0.0704149182321319, - 0.0563467674226467 - ], - "resistance": [ - 97662.47663758541, - 97429.95761605026, - 96688.3371758371, - 95940.5814038907, - 95612.5507903264, - 95710.18768741518, - 96298.80166913547, - 97102.8002945268 - ], - "fuel": [ - 45.246271167219376, - 45.125705104098614, - 44.74250323627072, - 44.35820323397244, - 44.190272443754985, - 44.24021446670925, - 44.5420465744495, - 44.956407733527755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 20.3125, -45.3125 20.625, -45 20.625, -45 20.3125, -45.3125 20.3125))", @@ -204997,68 +156046,7 @@ "id": "4057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.688747764104265, - 15.688747764104265, - 15.688747764104265, - 15.688747764104265, - 15.688747764104265, - 15.688747764104265, - 15.688747764104265, - 15.688747764104265 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1155.8104362154008, - 534.4917826788678, - -365.9792020549994, - -1030.7180918377253, - -1144.8339777285182, - -784.5387587446448, - 50.20385692284799, - 884.0762947403327 - ], - "relative wind speed": [ - 4.664642610860837, - 4.5422436079601445, - 4.312913906463133, - 4.105633322100501, - 4.052057622285277, - 4.188804682403324, - 4.424571764229362, - 4.617557437199543 - ], - "relative wind angle": [ - 0.011998354636154082, - 0.05642803354682235, - 0.07108326229791237, - 0.0431309625367763, - 0.013812358624630303, - 0.061194983548903015, - 0.06928650181046271, - 0.03834676970776025 - ], - "resistance": [ - 97790.31043621535, - 97168.99178267883, - 96268.52079794496, - 95603.78190816223, - 95489.66602227144, - 95849.96124125531, - 96684.7038569228, - 97518.57629474028 - ], - "fuel": [ - 46.06580125640768, - 45.74378820404921, - 45.279647395912264, - 44.93894866656649, - 44.8806261961323, - 45.06493128979376, - 45.49379074336831, - 45.92479188728639 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 24.6875, -42.5 25, -42.1875 25, -42.1875 24.6875, -42.5 24.6875))", @@ -205077,68 +156065,7 @@ "id": "4060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.089123719944345, - 8.089123719944345, - 8.089123719944345, - 8.089123719944345, - 8.089123719944345, - 8.089123719944345, - 8.089123719944345, - 8.089123719944345 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -53.55112581487947, - -704.6974913302724, - -904.4660587178987, - -716.1280054714216, - -72.56884412676936, - 687.6889407680824, - 1141.1860544038332, - 704.219094210278 - ], - "relative wind speed": [ - 2.3129843325506205, - 1.9151024344721628, - 1.719700639683383, - 1.9066222686766763, - 2.3030552478249198, - 2.643169056764499, - 2.7742728249094575, - 2.649292645546117 - ], - "relative wind angle": [ - 0.22999071501643106, - 0.19785988590927067, - 0.0029652902419969075, - 0.19489477405137468, - 0.23100024668524588, - 0.1429113659443072, - 0.0018381057834237476, - 0.13982931229227197 - ], - "resistance": [ - 96580.94887418515, - 95929.80250866976, - 95730.03394128213, - 95918.37199452861, - 96561.93115587326, - 97322.18894076812, - 97775.68605440386, - 97338.7190942103 - ], - "fuel": [ - 40.02801685844253, - 39.69351124427029, - 39.59120279673503, - 39.68765327416021, - 40.0182247475103, - 40.41072546200021, - 40.645877961200014, - 40.41928342701871 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 24.6875, -42.1875 25, -41.875 25, -41.875 24.6875, -42.1875 24.6875))", @@ -205157,68 +156084,7 @@ "id": "4061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.454257132809307, - 8.454257132809307, - 8.454257132809307, - 8.454257132809307, - 8.454257132809307, - 8.454257132809307, - 8.454257132809307, - 8.454257132809307 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -597.3539404175381, - -987.1923576034594, - -902.8956749324891, - -317.3099096150213, - 520.1971795239192, - 1156.1827352175396, - 961.6316442821412, - 191.29388701947482 - ], - "relative wind speed": [ - 2.1160354353872743, - 1.819569486631713, - 1.9005061955898956, - 2.2813380226790128, - 2.6750065123547118, - 2.8848626810081504, - 2.8321973810946064, - 2.5355004695786865 - ], - "relative wind angle": [ - 0.22369333643517156, - 0.07168752324498846, - 0.15057717093922843, - 0.23604449809506342, - 0.17639147834990368, - 0.04519213616064938, - 0.10083206738351926, - 0.2120007728465737 - ], - "resistance": [ - 96037.14605958249, - 95647.30764239657, - 95731.60432506754, - 96317.190090385, - 97154.69717952395, - 97790.68273521758, - 97596.13164428217, - 96825.7938870195 - ], - "fuel": [ - 39.92157807482153, - 39.72191037615646, - 39.76503758697385, - 40.06536023983411, - 40.49710035741901, - 40.82669840409821, - 40.72571296548904, - 40.32723743173173 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 24.375, -42.5 24.6875, -42.1875 24.6875, -42.1875 24.375, -42.5 24.375))", @@ -205237,68 +156103,7 @@ "id": "4062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.147354549755645, - 8.147354549755645, - 8.147354549755645, - 8.147354549755645, - 8.147354549755645, - 8.147354549755645, - 8.147354549755645, - 8.147354549755645 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 69.50826879898295, - -635.566602724299, - -926.3798688913473, - -793.8643893381702, - -193.89452383514026, - 587.9903608147256, - 1123.256896379381, - 816.8652487279387 - ], - "relative wind speed": [ - 2.3920683404099865, - 1.9854116339977503, - 1.737419563774758, - 1.868986421255818, - 2.2555185352089517, - 2.620590668427502, - 2.7911875729294247, - 2.7048557383018217 - ], - "relative wind angle": [ - 0.22219853826220373, - 0.21435092113279522, - 0.040360576013295894, - 0.1737913302860283, - 0.23589798243046198, - 0.16186163838903886, - 0.02511891035749252, - 0.1197679235717553 - ], - "resistance": [ - 96704.00826879899, - 95998.93339727572, - 95708.12013110866, - 95840.63561066185, - 96440.60547616487, - 97222.49036081474, - 97757.75689637939, - 97451.36524872795 - ], - "fuel": [ - 40.118417976229516, - 39.755956200507455, - 39.60699504129162, - 39.67483345127564, - 39.9827925830472, - 40.38613726202117, - 40.663572632482, - 40.50463552212794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 24.6875, -41.875 25, -41.5625 25, -41.5625 24.6875, -41.875 24.6875))", @@ -205317,68 +156122,7 @@ "id": "4064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.865851011544693, - 7.865851011544693, - 7.865851011544693, - 7.865851011544693, - 7.865851011544693, - 7.865851011544693, - 7.865851011544693, - 7.865851011544693 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -860.5036437643569, - -959.4081201906879, - -592.6865171295824, - 175.4419765185371, - 945.6587675616474, - 1173.2179225428813, - 556.3634902502786, - -269.75622333409683 - ], - "relative wind speed": [ - 1.723562887461651, - 1.619025296422379, - 1.9319815752724638, - 2.3777317871737185, - 2.694268268303514, - 2.758352337567989, - 2.5489601255080645, - 2.1391919214708235 - ], - "relative wind angle": [ - 0.18457694286132748, - 0.07621967979603499, - 0.2567872311150757, - 0.2423571758063197, - 0.11767868410745927, - 0.04470901751697459, - 0.19370880987753708, - 0.2700222487164624 - ], - "resistance": [ - 95773.99635623563, - 95675.0918798093, - 96041.8134828704, - 96809.94197651852, - 97580.15876756163, - 97807.71792254287, - 97190.86349025027, - 96364.74377666588 - ], - "fuel": [ - 39.51222662680941, - 39.46161297714684, - 39.64946283222564, - 40.04455160845793, - 40.442918964431854, - 40.56103831532399, - 40.24129387131889, - 39.81529533780226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 24.6875, -41.5625 25, -41.25 25, -41.25 24.6875, -41.5625 24.6875))", @@ -205397,68 +156141,7 @@ "id": "4065", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.993104818886484, - 6.993104818886484, - 6.993104818886484, - 6.993104818886484, - 6.993104818886484, - 6.993104818886484, - 6.993104818886484, - 6.993104818886484 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -723.6415792677283, - -867.1084087643619, - -594.2007962486239, - 80.91947909196256, - 816.8412097822411, - 1146.8066584127914, - 626.7441944610396, - -134.12474254684935 - ], - "relative wind speed": [ - 1.5160238019322911, - 1.340380348107415, - 1.6337576648315804, - 2.0987704131401266, - 2.4468152997817607, - 2.5472757608234704, - 2.369824713322782, - 1.9698720852377614 - ], - "relative wind angle": [ - 0.2528540618959364, - 0.05037610566232338, - 0.29481728389881656, - 0.29184159257893394, - 0.15562939828566366, - 0.026499873888143996, - 0.20168002751479416, - 0.3115591774587309 - ], - "resistance": [ - 95910.85842073229, - 95767.39159123565, - 96040.29920375139, - 96715.41947909197, - 97451.34120978226, - 97781.30665841281, - 97261.24419446105, - 96500.37525745317 - ], - "fuel": [ - 39.21716703351575, - 39.1436877536907, - 39.28352832915303, - 39.630657470384016, - 40.0109811238858, - 40.18216131247395, - 39.91254611911092, - 39.519903296873316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 23.4375, -42.5 23.75, -42.1875 23.75, -42.1875 23.4375, -42.5 23.4375))", @@ -205477,68 +156160,7 @@ "id": "4072", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.372090438018715, - 9.372090438018715, - 9.372090438018715, - 9.372090438018715, - 9.372090438018715, - 9.372090438018715, - 9.372090438018715, - 9.372090438018715 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -324.19624006163895, - -1064.4883717169762, - -1198.9708394893653, - -772.7540876283401, - 161.44389432597427, - 1109.1480470471697, - 1419.932846710702, - 687.8389463810195 - ], - "relative wind speed": [ - 2.5593087153200456, - 2.1356203172929358, - 2.0197065778625762, - 2.3210412003518845, - 2.7782562791516403, - 3.115749494635966, - 3.1921081423249587, - 2.9801907320216503 - ], - "relative wind angle": [ - 0.23132825873495305, - 0.15777775521840806, - 0.055593553698160394, - 0.21459378511260457, - 0.2128048937197258, - 0.10790636020762442, - 0.03516421243492612, - 0.16662069011885225 - ], - "resistance": [ - 96310.30375993837, - 95570.01162828303, - 95435.52916051063, - 95861.74591237165, - 96795.94389432597, - 97743.64804704717, - 98054.4328467107, - 97322.33894638102 - ], - "fuel": [ - 40.535555865903994, - 40.156122785319155, - 40.0874133352336, - 40.30540628607937, - 40.78557600626276, - 41.27600600065784, - 41.43756255679669, - 41.05756899289683 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 23.125, -42.5 23.4375, -42.1875 23.4375, -42.1875 23.125, -42.5 23.125))", @@ -205557,68 +156179,7 @@ "id": "4074", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.627312623852445, - 12.627312623852445, - 12.627312623852445, - 12.627312623852445, - 12.627312623852445, - 12.627312623852445, - 12.627312623852445, - 12.627312623852445 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -554.5094899071819, - -1463.6299045227042, - -1587.8050627428902, - -984.7164564236855, - 246.82023839188878, - 1433.0173240097083, - 1722.7840550060928, - 747.9926412449258 - ], - "relative wind speed": [ - 3.4162856349366755, - 3.0366720774082565, - 2.9605944780391544, - 3.2510773831856628, - 3.6847722872023048, - 4.003395688949296, - 4.059979640911128, - 3.831324861787036 - ], - "relative wind angle": [ - 0.16173146474434788, - 0.09660573639078779, - 0.045914584968988606, - 0.1497641237827058, - 0.14985448295394999, - 0.0732292835268529, - 0.03347605297544628, - 0.1269487880142375 - ], - "resistance": [ - 96079.99051009284, - 95170.87009547732, - 95046.69493725714, - 95649.78354357634, - 96881.32023839191, - 98067.51732400974, - 98357.28405500612, - 97382.49264124496 - ], - "fuel": [ - 42.544911465911156, - 42.08001096664625, - 42.01674974836622, - 42.32453150204498, - 42.95724071388708, - 43.57199224716463, - 43.72296076937476, - 43.216336632715844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 23.125, -42.1875 23.4375, -41.875 23.4375, -41.875 23.125, -42.1875 23.125))", @@ -205637,68 +156198,7 @@ "id": "4075", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.620818326831014, - 11.620818326831014, - 11.620818326831014, - 11.620818326831014, - 11.620818326831014, - 11.620818326831014, - 11.620818326831014, - 11.620818326831014 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -831.9348118768921, - -1585.8288109316914, - -1552.8331445083527, - -720.2755609734645, - 613.6629763777055, - 1725.414196939054, - 1648.9557356442847, - 483.04905268537095 - ], - "relative wind speed": [ - 3.017347485954957, - 2.636415789360435, - 2.6589423580765548, - 3.0646971027468624, - 3.54364825959265, - 3.8355104776709585, - 3.8199285824657783, - 3.502778969208263 - ], - "relative wind angle": [ - 0.19428630800482544, - 0.08461818802346638, - 0.1007477208017723, - 0.19739169452994593, - 0.16514180829645025, - 0.058127366221007136, - 0.07006633091944253, - 0.17243848050301858 - ], - "resistance": [ - 95802.56518812312, - 95048.67118906832, - 95081.66685549167, - 95914.22443902656, - 97248.16297637772, - 98359.91419693906, - 98283.4557356443, - 97117.54905268538 - ], - "fuel": [ - 41.67031802599624, - 41.28535680027892, - 41.302161136614046, - 41.72751445268091, - 42.41439994768049, - 42.9919332014602, - 42.95206723653496, - 42.346850448384785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 23.125, -41.875 23.4375, -41.5625 23.4375, -41.5625 23.125, -41.875 23.125))", @@ -205717,68 +156217,7 @@ "id": "4078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.971851986296935, - 10.971851986296935, - 10.971851986296935, - 10.971851986296935, - 10.971851986296935, - 10.971851986296935, - 10.971851986296935, - 10.971851986296935 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -752.223050950025, - -1455.3805462056994, - -1430.7996686853694, - -669.3913248801359, - 559.7572417765191, - 1592.0511150095622, - 1535.1551823807545, - 462.783076402206 - ], - "relative wind speed": [ - 2.8483346505453846, - 2.4715011047836617, - 2.489363415809557, - 2.885643739778472, - 3.3541937510537676, - 3.6407840213556724, - 3.6285941885439073, - 3.322150840672794 - ], - "relative wind angle": [ - 0.20209222421465015, - 0.0900569557041593, - 0.1035735846592797, - 0.20458630728514499, - 0.17128443869974308, - 0.06108943587311754, - 0.07098833192317192, - 0.17739702459848808 - ], - "resistance": [ - 95882.27694904998, - 95179.1194537943, - 95203.70033131463, - 95965.10867511986, - 97194.25724177652, - 98226.55111500956, - 98169.65518238075, - 97097.28307640221 - ], - "fuel": [ - 41.27429717695262, - 40.914968614589355, - 40.927498936696324, - 41.31674709476322, - 41.949666139248414, - 42.485563168258054, - 42.455923403455714, - 41.8995274693368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 22.8125, -42.5 23.125, -42.1875 23.125, -42.1875 22.8125, -42.5 22.8125))", @@ -205797,68 +156236,7 @@ "id": "4080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.992310484276155, - 14.992310484276155, - 14.992310484276155, - 14.992310484276155, - 14.992310484276155, - 14.992310484276155, - 14.992310484276155, - 14.992310484276155 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -194.91151133172025, - -1525.134181151362, - -1915.7669791655271, - -1552.9836884514843, - -241.60022376854158, - 1296.0408676281759, - 2188.9215704529934, - 1335.7856547139154 - ], - "relative wind speed": [ - 4.210053124955729, - 3.7876943111746746, - 3.5937476055811084, - 3.777346140801184, - 4.196884148663968, - 4.581676077305267, - 4.735331247086778, - 4.590211324637546 - ], - "relative wind angle": [ - 0.13599730024385262, - 0.10800917261836003, - 0.0018493371417217552, - 0.10580366434088222, - 0.1364266954324967, - 0.08923659395495791, - 0.0014035025158291349, - 0.08701465782955735 - ], - "resistance": [ - 96439.58848866832, - 95109.36581884869, - 94718.73302083452, - 95081.51631154856, - 96392.8997762315, - 97930.54086762822, - 98823.42157045304, - 97970.28565471395 - ], - "fuel": [ - 44.713239489117115, - 44.032260510118256, - 43.8335351094192, - 44.01807391993999, - 44.689226708922064, - 45.48432640157729, - 45.95006422912949, - 45.50499469733711 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 22.8125, -42.1875 23.125, -41.875 23.125, -41.875 22.8125, -42.1875 22.8125))", @@ -205877,68 +156255,7 @@ "id": "4081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.71951889103463, - 12.71951889103463, - 12.71951889103463, - 12.71951889103463, - 12.71951889103463, - 12.71951889103463, - 12.71951889103463, - 12.71951889103463 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -469.2346547499865, - -1507.190099723453, - -1701.387809445217, - -1139.4318872419553, - 145.441037421263, - 1453.432212494351, - 1906.2147288711712, - 926.7335433873859 - ], - "relative wind speed": [ - 3.480613247932388, - 3.0594819890117497, - 2.9408751291373667, - 3.2243623533124515, - 3.6850930202194876, - 4.041552809040795, - 4.128659906576722, - 3.911274289013009 - ], - "relative wind angle": [ - 0.17154435805295254, - 0.11360355420324032, - 0.03526096932434182, - 0.1536391928633635, - 0.16193900426221242, - 0.08591944808488422, - 0.025114085936251675, - 0.12649590811313377 - ], - "resistance": [ - 96165.26534524997, - 95127.30990027651, - 94933.11219055473, - 95495.068112758, - 96779.94103742122, - 98087.93221249431, - 98540.71472887113, - 97561.23354338734 - ], - "fuel": [ - 42.659109608256664, - 42.128245673525655, - 42.02936813989406, - 42.3158776218759, - 42.97537643158745, - 43.653051223606674, - 43.88912272320879, - 43.379401189115434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 22.5, -42.5 22.8125, -42.1875 22.8125, -42.1875 22.5, -42.5 22.5))", @@ -205957,68 +156274,7 @@ "id": "4082", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.96892504481698, - 13.96892504481698, - 13.96892504481698, - 13.96892504481698, - 13.96892504481698, - 13.96892504481698, - 13.96892504481698, - 13.96892504481698 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 945.7846059739331, - -692.3903669106776, - -1836.1034032585803, - -1992.9164418653754, - -1234.1795848488637, - 314.34209764951083, - 1807.210673354456, - 2172.8348764252214 - ], - "relative wind speed": [ - 4.249568395239599, - 3.778020247198873, - 3.3451634792712173, - 3.258073468261453, - 3.5895794686355442, - 4.082949340761462, - 4.444524002007322, - 4.508754770763196 - ], - "relative wind angle": [ - 0.13020339587345994, - 0.16642242277150304, - 0.09981336518416657, - 0.04741939971260285, - 0.1543195318851855, - 0.15389023831692608, - 0.07507017258980944, - 0.03425961665346526 - ], - "resistance": [ - 97580.28460597395, - 95942.10963308933, - 94798.39659674144, - 94641.58355813463, - 95400.32041515115, - 96948.84209764953, - 98441.71067335446, - 98807.33487642523 - ], - "fuel": [ - 44.39887110907196, - 43.55422777525638, - 42.97044870559904, - 42.89078693459476, - 43.27707857866472, - 44.07211650618616, - 44.84702867598935, - 45.038079649774886 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 23.125, -40.9375 23.4375, -40.625 23.4375, -40.625 23.125, -40.9375 23.125))", @@ -206037,68 +156293,7 @@ "id": "4091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.53674150832268, - 11.53674150832268, - 11.53674150832268, - 11.53674150832268, - 11.53674150832268, - 11.53674150832268, - 11.53674150832268, - 11.53674150832268 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1114.3374849714892, - -1412.8856229863504, - -1136.3133641530194, - -155.95200872560417, - 997.5197938453866, - 1675.433702634974, - 1029.014020298535, - -119.24209583631728 - ], - "relative wind speed": [ - 2.843026416550043, - 2.646518202233855, - 2.8321121967160905, - 3.2461629238678134, - 3.616620553763235, - 3.762802790520512, - 3.62517364278127, - 3.2596272343337103 - ], - "relative wind angle": [ - 0.14098556482859592, - 0.0025820744821211557, - 0.13808660715558616, - 0.17279814434781895, - 0.11068788286250388, - 0.001816067346530025, - 0.10774391065117296, - 0.1720772345927207 - ], - "resistance": [ - 95520.1625150285, - 95221.61437701364, - 95498.18663584697, - 96478.54799127438, - 97632.01979384538, - 98309.93370263495, - 97663.51402029852, - 96515.25790416366 - ], - "fuel": [ - 41.46770667594886, - 41.315319708284534, - 41.45647829037587, - 41.95913353475257, - 42.555126076552106, - 42.90771034866149, - 42.571468404268614, - 41.9780250705555 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 22.8125, -40.625 23.125, -40.3125 23.125, -40.3125 22.8125, -40.625 22.8125))", @@ -206117,68 +156312,7 @@ "id": "4100", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.251958586835553, - 10.251958586835553, - 10.251958586835553, - 10.251958586835553, - 10.251958586835553, - 10.251958586835553, - 10.251958586835553, - 10.251958586835553 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1325.2090852983838, - -1344.2836353261127, - -684.0142487387429, - 448.6117497058726, - 1446.8393239420288, - 1490.899334686315, - 523.3734592433552, - -620.2655696437796 - ], - "relative wind speed": [ - 2.2895764724096583, - 2.274593082547561, - 2.656115755929211, - 3.1278944955455326, - 3.4295210506189933, - 3.439476903320829, - 3.1541756689752156, - 2.687015274312115 - ], - "relative wind angle": [ - 0.1111872203274434, - 0.09910724566634932, - 0.21717958733087384, - 0.18791891005160247, - 0.07414456802710877, - 0.06548109545136062, - 0.18246230294211394, - 0.21921860431011883 - ], - "resistance": [ - 95309.29091470163, - 95290.2163646739, - 95950.48575126127, - 97083.11174970589, - 98081.33932394204, - 98125.39933468633, - 97157.87345924338, - 96014.23443035624 - ], - "fuel": [ - 40.52921786418087, - 40.51948675180146, - 40.85711883824057, - 41.44007099242688, - 41.95780699397893, - 41.98074439237041, - 41.47871809744484, - 40.88980292017846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 22.8125, -40.3125 23.125, -40 23.125, -40 22.8125, -40.3125 22.8125))", @@ -206197,68 +156331,7 @@ "id": "4101", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.563105817534272, - 8.563105817534272, - 8.563105817534272, - 8.563105817534272, - 8.563105817534272, - 8.563105817534272, - 8.563105817534272, - 8.563105817534272 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1005.8871923037475, - -1181.6401578741911, - -799.3329933136174, - 116.44052775272894, - 1093.523518311291, - 1498.258522668691, - 792.45308098135, - -226.77748842970732 - ], - "relative wind speed": [ - 1.8957665115431057, - 1.7244176167739487, - 2.0451542065846287, - 2.552020864771569, - 2.9324234609591633, - 3.036350095695765, - 2.830261876922563, - 2.3833227910718686 - ], - "relative wind angle": [ - 0.21383644688883824, - 0.05076711566959788, - 0.260143976308508, - 0.2601506579052972, - 0.13762486469353624, - 0.028823496654170302, - 0.18695475385753904, - 0.2790404177803795 - ], - "resistance": [ - 95628.61280769625, - 95452.8598421258, - 95835.16700668639, - 96750.94052775273, - 97728.0235183113, - 98132.7585226687, - 97426.95308098134, - 96407.72251157029 - ], - "fuel": [ - 39.76563058845775, - 39.6758104884772, - 39.87133885012943, - 40.341916592849685, - 40.8474397071803, - 41.057882004477094, - 40.69129324246223, - 40.16518558322039 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 22.5, -40.625 22.8125, -40.3125 22.8125, -40.3125 22.5, -40.625 22.5))", @@ -206277,68 +156350,7 @@ "id": "4102", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.485687819494393, - 12.485687819494393, - 12.485687819494393, - 12.485687819494393, - 12.485687819494393, - 12.485687819494393, - 12.485687819494393, - 12.485687819494393 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1448.3149316819263, - -1520.6328272016349, - -875.4392280854645, - 334.2592650673296, - 1445.3068417664244, - 1614.0616901224212, - 626.2475488014725, - -624.7690219756523 - ], - "relative wind speed": [ - 2.990035183960158, - 2.9452525611243585, - 3.2484544923096763, - 3.67070403739592, - 3.9658425153301335, - 3.9992129986923803, - 3.757094711224722, - 3.3457658506782844 - ], - "relative wind angle": [ - 0.08600859551205506, - 0.05582801526458126, - 0.15119058228479557, - 0.14422820085095556, - 0.06481136925315274, - 0.04110521082035516, - 0.13059566527888367, - 0.15834842040561511 - ], - "resistance": [ - 95186.1850683181, - 95113.86717279839, - 95759.06077191456, - 96968.75926506736, - 98079.80684176645, - 98248.56169012246, - 97260.7475488015, - 96009.73097802438 - ], - "fuel": [ - 41.98072591649144, - 41.943872358919634, - 42.27335388991837, - 42.89528634125453, - 43.47129748339836, - 43.559188514382306, - 43.046219696676474, - 42.401781655474096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 22.1875, -42.5 22.5, -42.1875 22.5, -42.1875 22.1875, -42.5 22.1875))", @@ -206357,68 +156369,7 @@ "id": "4104", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.278698092753775, - 19.278698092753775, - 19.278698092753775, - 19.278698092753775, - 19.278698092753775, - 19.278698092753775, - 19.278698092753775, - 19.278698092753775 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1853.9333536605445, - -271.7545067304218, - -2137.308213933882, - -2696.5461619567322, - -2209.6592585981853, - -393.3508899694334, - 1750.8856598852144, - 3003.526028196715 - ], - "relative wind speed": [ - 5.81627135228503, - 5.403890793864586, - 4.948830520670113, - 4.738710953537938, - 4.928265674434419, - 5.377246441182107, - 5.7987836206314896, - 5.97171947600016 - ], - "relative wind angle": [ - 0.07338659205034267, - 0.11433455946080814, - 0.09012669318849571, - 0.002829922671258048, - 0.0866404812700871, - 0.11490358948860602, - 0.07688807691412064, - 0.0022456143469329346 - ], - "resistance": [ - 98488.43335366054, - 96362.74549326958, - 94497.19178606612, - 93937.95383804326, - 94424.84074140181, - 96241.14911003057, - 98385.38565988521, - 99638.02602819672 - ], - "fuel": [ - 50.30920875950103, - 49.20794848604833, - 48.2553097725411, - 47.97225973516818, - 48.218624818375844, - 49.145461162137984, - 50.25543480449713, - 50.91178634414379 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 21.875, -42.5 22.1875, -42.1875 22.1875, -42.1875 21.875, -42.5 21.875))", @@ -206437,68 +156388,7 @@ "id": "4106", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.60044568926554, - 23.60044568926554, - 23.60044568926554, - 23.60044568926554, - 23.60044568926554, - 23.60044568926554, - 23.60044568926554, - 23.60044568926554 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1520.1605691215736, - -880.2484192767915, - -2695.693667132462, - -3039.7559417232733, - -2132.2704610227156, - 70.52118278456328, - 2320.8243300356044, - 3137.6058351595966 - ], - "relative wind speed": [ - 6.896566032587521, - 6.493558082883549, - 6.117535964176232, - 6.009517525341156, - 6.245302927791534, - 6.663342639091823, - 7.010148745121735, - 7.1029663390965725 - ], - "relative wind angle": [ - 0.06484024605037327, - 0.08430186488908772, - 0.05337836772067573, - 0.014175835942616788, - 0.0716128498434432, - 0.08214891175296007, - 0.04657634087710031, - 0.011993457321409216 - ], - "resistance": [ - 98154.66056912157, - 95754.25158072321, - 93938.80633286753, - 93594.74405827673, - 94502.22953897729, - 96705.02118278456, - 98955.3243300356, - 99772.1058351596 - ], - "fuel": [ - 55.93222160729765, - 54.69284407140739, - 53.76973441746591, - 53.596169516432994, - 54.05490893600151, - 55.18118047593713, - 56.350388265968704, - 56.77943075596312 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 21.875, -41.25 22.1875, -40.9375 22.1875, -40.9375 21.875, -41.25 21.875))", @@ -206517,68 +156407,7 @@ "id": "4114", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.542496955591234, - 13.542496955591234, - 13.542496955591234, - 13.542496955591234, - 13.542496955591234, - 13.542496955591234, - 13.542496955591234, - 13.542496955591234 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1091.8569163102356, - -1487.43921301922, - -1270.2344343139603, - -321.762546738717, - 871.8062974720933, - 1637.0658376024776, - 1126.1592791968415, - -22.421957635138824 - ], - "relative wind speed": [ - 3.474542944438194, - 3.280232008476461, - 3.401661595152573, - 3.745836656262303, - 4.086424453461514, - 4.243982970884772, - 4.147289702764628, - 3.839273529093116 - ], - "relative wind angle": [ - 0.10786913016179903, - 0.014359323069417326, - 0.090508654449002, - 0.12901077568857341, - 0.09166789013163225, - 0.011098362026118849, - 0.07420315223695861, - 0.12585412978954819 - ], - "resistance": [ - 95542.64308368979, - 95147.06078698082, - 95364.26556568607, - 96312.73745326132, - 97506.30629747213, - 98271.56583760251, - 97760.65927919687, - 96612.07804236488 - ], - "fuel": [ - 42.99363975206013, - 42.79176227551412, - 42.90253628498809, - 43.38831209656368, - 44.00437518278909, - 44.40215446224839, - 44.13634521253615, - 43.542319352703615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 22.1875, -40.625 22.5, -40.3125 22.5, -40.3125 22.1875, -40.625 22.1875))", @@ -206597,68 +156426,7 @@ "id": "4116", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.013803410811118, - 17.013803410811118, - 17.013803410811118, - 17.013803410811118, - 17.013803410811118, - 17.013803410811118, - 17.013803410811118, - 17.013803410811118 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -2069.5879346299635, - -2011.085516172926, - -951.8766400585537, - 721.1619246714199, - 2070.1120179863847, - 1932.3328616165618, - 479.2490949257208, - -1160.3566038144818 - ], - "relative wind speed": [ - 4.219389942920299, - 4.245299425341956, - 4.575997141447733, - 4.984571531656425, - 5.239558828347009, - 5.218588026977919, - 4.931174136814499, - 4.517773218293095 - ], - "relative wind angle": [ - 0.04234645317400757, - 0.05529856337438228, - 0.11178274679130783, - 0.0979080049376085, - 0.03409779828530477, - 0.0449773885503003, - 0.10370126057247676, - 0.10806202384441754 - ], - "resistance": [ - 94564.91206537008, - 94623.41448382712, - 95682.62335994148, - 97355.66192467147, - 98704.61201798642, - 98566.83286161661, - 97113.74909492576, - 95474.14339618557 - ], - "fuel": [ - 45.74300215478552, - 45.772694270922216, - 46.31248415360612, - 47.17359626274997, - 47.87548464507227, - 47.80348464852066, - 47.04843972319568, - 46.20590942792859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 21.875, -40.625 22.1875, -40.3125 22.1875, -40.3125 21.875, -40.625 21.875))", @@ -206677,68 +156445,7 @@ "id": "4118", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.088204706439285, - 16.088204706439285, - 16.088204706439285, - 16.088204706439285, - 16.088204706439285, - 16.088204706439285, - 16.088204706439285, - 16.088204706439285 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1730.8282265937714, - -1620.0608194775286, - -672.5183865574745, - 714.521719339702, - 1759.007129657377, - 1497.519191995878, - 253.8919027567481, - -1069.774916431088 - ], - "relative wind speed": [ - 4.01655371408018, - 4.068156694103314, - 4.37047375440108, - 4.721409242338207, - 4.924717671595502, - 4.882176665713634, - 4.613513524972874, - 4.253685772289682 - ], - "relative wind angle": [ - 0.030415463365065797, - 0.05775726389825781, - 0.10412491368487975, - 0.08643269995820253, - 0.024805286833323923, - 0.04811903574007177, - 0.09862126068874827, - 0.09596441757530642 - ], - "resistance": [ - 94903.67177340623, - 95014.43918052247, - 95961.98161344252, - 97349.0217193397, - 98393.50712965737, - 98132.01919199587, - 96888.39190275675, - 95564.72508356892 - ], - "fuel": [ - 44.971636091010964, - 45.028004997524846, - 45.51206969930593, - 46.22668232719563, - 46.76953357228638, - 46.63324930367001, - 45.988568723744635, - 45.30871917839754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 21.875, -40.3125 22.1875, -40 22.1875, -40 21.875, -40.3125 21.875))", @@ -206757,68 +156464,7 @@ "id": "4119", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.521910600676875, - 14.521910600676875, - 14.521910600676875, - 14.521910600676875, - 14.521910600676875, - 14.521910600676875, - 14.521910600676875, - 14.521910600676875 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1682.9421936389472, - -1660.2840445988968, - -818.4151766266559, - 554.2324544825478, - 1693.395309804162, - 1640.2158451872274, - 461.3364947314876, - -898.3747088092096 - ], - "relative wind speed": [ - 3.5503241506083656, - 3.562182525599633, - 3.8772052238617887, - 4.273487398306699, - 4.5262558317761155, - 4.516929165195411, - 4.249596813950609, - 3.850856902767765 - ], - "relative wind angle": [ - 0.052853306131236795, - 0.05977368503630532, - 0.1263287770471762, - 0.11209794760372176, - 0.04144987430463687, - 0.047128656067819914, - 0.11520696123391264, - 0.1244613771819585 - ], - "resistance": [ - 94951.55780636106, - 94974.2159554011, - 95816.08482337334, - 97188.73245448255, - 98327.89530980417, - 98274.71584518722, - 97095.83649473148, - 95736.1252911908 - ], - "fuel": [ - 43.52801727379524, - 43.53954820062517, - 43.96933662805574, - 44.67575220246094, - 45.26733144877686, - 45.239607344758596, - 44.627723297028446, - 43.92840257534204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 20.3125, -41.875 20.625, -41.5625 20.625, -41.5625 20.3125, -41.875 20.3125))", @@ -206837,68 +156483,7 @@ "id": "4124", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.77695250813368, - 7.77695250813368, - 7.77695250813368, - 7.77695250813368, - 7.77695250813368, - 7.77695250813368, - 7.77695250813368, - 7.77695250813368 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -341.0504672191478, - -870.7199593376924, - -922.9332402152284, - -511.26758046514215, - 256.66863697266353, - 979.4535165473471, - 1099.4631437936878, - 457.49439877160376 - ], - "relative wind speed": [ - 2.06735492132066, - 1.6755192970667714, - 1.6196045932485832, - 1.956820757545779, - 2.3914378787951995, - 2.680590715495767, - 2.714739851325229, - 2.4826969250561373 - ], - "relative wind angle": [ - 0.2689409284279391, - 0.1619581645796101, - 0.10343604272916453, - 0.2619112089311197, - 0.23177149401452118, - 0.10096237525976136, - 0.06163863610556753, - 0.20552591295064918 - ], - "resistance": [ - 96293.44953278087, - 95763.78004066233, - 95711.5667597848, - 96123.23241953488, - 96891.16863697268, - 97613.95351654736, - 97733.9631437937, - 97091.99439877163 - ], - "fuel": [ - 39.73916012490098, - 39.46750629699958, - 39.44078397771389, - 39.65174631958826, - 40.046968580168624, - 40.42095813585797, - 40.4832427269572, - 40.15068654405958 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 27.1875, -39.6875 27.5, -39.375 27.5, -39.375 27.1875, -39.6875 27.1875))", @@ -206930,37 +156515,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1516.8107803526214, + -1516.8107803527819, -1201.9363660660665, - -126.73753797258587, + -126.73753797258723, 1132.745635008464, - 1871.7467115771678, + 1871.7467115771697, 1139.1283774274416, -119.35515432612374, -1197.5051377857171 ], "relative wind speed": [ - 2.41248868960738, + 2.4124886896073794, 2.638776111883186, 3.120129371043402, 3.5372963763276766, - 3.6970304532473897, + 3.69703045324739, 3.5390671766832553, 3.122967908524587, 2.6411494080686193 ], "relative wind angle": [ - 0.0006011633573716222, + 0.0006011633575563013, 0.17257456905298155, - 0.20732971723682492, + 0.207329717236826, 0.1290379031299599, - 0.00039228774739281583, + 0.0003922877473928159, 0.12838860522078838, 0.20713852690784815, 0.17320625066521955 ], "resistance": [ - 95117.68921964736, + 95117.6892196472, 95432.56363393393, 96507.7624620274, 97767.24563500845, @@ -206970,7 +156555,7 @@ 95436.99486221427 ], "fuel": [ - 40.90015658326501, + 40.90015658326493, 41.0607647189408, 41.61197262224538, 42.263125989266435, @@ -207010,9 +156595,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1664.0816379506496, + -1664.0816379506532, -1595.4983441908698, - -707.1179776616318, + -707.1179776616336, 659.1309698732503, 1747.6779324979661, 1587.452762549834, @@ -207020,9 +156605,9 @@ -945.7383996924091 ], "relative wind speed": [ - 3.165730524979622, + 3.1657305249796215, 3.205399482793411, - 3.5654488962097366, + 3.565448896209736, 3.9883976878891625, 4.241194796434205, 4.211294007047722, @@ -207030,17 +156615,17 @@ 3.4788312608300953 ], "relative wind angle": [ - 0.05520624509100035, + 0.05520624509100236, 0.08031028558177163, 0.1515688559571019, 0.12675174578616338, 0.04119800334558664, 0.06109998088770253, - 0.13808155111517625, + 0.13808155111517623, 0.1454412908324353 ], "resistance": [ - 94970.41836204936, + 94970.41836204934, 95039.00165580913, 95927.38202233837, 97293.63096987325, @@ -207050,7 +156635,7 @@ 95688.7616003076 ], "fuel": [ - 42.51855840670003, + 42.51855840670002, 42.55347170781117, 43.00729608827481, 43.71096821808929, @@ -207090,34 +156675,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -998.1633199700927, + -998.1633199700932, -1233.5328009450382, - -950.7885006246797, + -950.7885006246806, -67.22395863108204, - 940.6676155158666, + 940.6676155158657, 1488.7401323294616, - 872.5583828032286, - -146.21754359268652 + 872.5583828032304, + -146.21754359268562 ], "relative wind speed": [ - 2.450044896785611, + 2.4500448967856108, 2.2683547806011948, - 2.4772004231392675, + 2.477200423139267, 2.8974850054112493, 3.2555942926735306, 3.38469803440091, 3.234979483451528, - 2.8646456741053767 + 2.864645674105377 ], "relative wind angle": [ - 0.1569093699068673, - 0.00737845193033502, + 0.15690936990686732, + 0.007378451930335019, 0.16485386230484078, 0.19385545407477867, - 0.11787324453531675, + 0.1178732445353177, 0.0049448615158540965, - 0.1259997202979725, - 0.19610650969175938 + 0.1259997202979716, + 0.1961065096917605 ], "resistance": [ 95636.3366800299, @@ -207170,39 +156755,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -921.1927615749864, + -921.1927615749887, -1480.0368687834407, - -1352.9616342550648, + -1352.961634255067, -487.4554689915676, - 739.9775745850147, + 739.9775745850156, 1654.77274374215, - 1359.5073437574893, + 1359.507343757492, 233.39273934571156 ], "relative wind speed": [ - 2.9017947418219863, + 2.901794741821986, 2.596230337461627, 2.6837568700913663, 3.0880600543113617, - 3.5176886913314775, + 3.517688691331477, 3.7488844324186594, 3.686732362814594, 3.355358632658154 ], "relative wind angle": [ - 0.1745608873714627, + 0.17456088737146397, 0.052349294917295994, - 0.11646293745681965, - 0.18791191643929375, - 0.14376242418983023, + 0.11646293745682156, + 0.18791191643929378, + 0.14376242418982946, 0.03624505134420975, - 0.08468887268115786, - 0.17278471078146565 + 0.08468887268115655, + 0.17278471078146562 ], "resistance": [ 95713.30723842501, 95154.46313121656, - 95281.53836574494, + 95281.53836574493, 96147.04453100843, 97374.47757458502, 98289.27274374216, @@ -207212,7 +156797,7 @@ "fuel": [ 41.47992366412414, 41.19454365973258, - 41.25933397034686, + 41.25933397034685, 41.70221746381537, 42.335080187534764, 42.81039333803748, @@ -207250,17 +156835,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -666.3021867262148, + -666.3021867262157, -952.5277114849143, - -797.5557515673902, + -797.5557515673906, -158.33428428050388, 658.6372428647544, 1207.0318733589277, - 849.6327272917226, + 849.6327272917222, 59.79315621521141 ], "relative wind speed": [ - 1.854617859882951, + 1.8546178598829506, 1.5864371396890407, 1.750976771789149, 2.1829661138809273, @@ -207270,13 +156855,13 @@ 2.3008292721754744 ], "relative wind angle": [ - 0.24697620786533034, + 0.24697620786533123, 0.03846781826436849, - 0.21123345154179993, + 0.21123345154180095, 0.2690175550519317, 0.17715162978068538, 0.022217491301050635, - 0.13927540578092898, + 0.139275405780929, 0.254921328455926 ], "resistance": [ @@ -207330,37 +156915,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -874.3152362179301, + -874.3152362179317, -1023.8298293743158, - -715.3589610458368, + -715.3589610458373, 53.63913726558576, - 873.1037080898591, + 873.1037080898582, 1219.7400179824467, 644.0368445449399, -211.14655367262367 ], "relative wind speed": [ - 2.084002303128355, + 2.0840023031283548, 1.950273934901971, 2.189223409083164, 2.5944244802009844, 2.91258189989231, 3.0037693822706437, 2.8343429199987207, - 2.468837892523208 + 2.4688378925232084 ], "relative wind angle": [ - 0.1576586541343783, + 0.15765865413437974, 0.032924530209401254, - 0.19211228013686105, + 0.1921122801368616, 0.20452504537066812, - 0.11257837336672745, + 0.11257837336672843, 0.021374857148655627, 0.14801476357743099, - 0.215088274651624 + 0.2150882746516245 ], "resistance": [ - 95760.18476378212, + 95760.1847637821, 95610.67017062573, 95919.1410389542, 96688.13913726564, @@ -207410,9 +156995,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -942.0155056559643, + -942.0155056559656, -1141.8174777224058, - -855.406299320463, + -855.4062993204639, -27.705019704193546, 894.7003574480764, 1359.824900757049, @@ -207420,22 +157005,22 @@ -172.15740164481804 ], "relative wind speed": [ - 2.365300294473111, + 2.3653002944731107, 2.206082194445518, 2.4164387092474136, - 2.8181859694194924, + 2.818185969419492, 3.153391889640467, 3.266760971365262, 3.1143779245839056, 2.756148351314199 ], "relative wind angle": [ - 0.1496684582406157, + 0.14966845824061645, 0.014322814614487239, - 0.16519666623561102, - 0.1893267346057106, + 0.1651966662356117, + 0.1893267346057094, 0.11207935740740978, - 0.009672185661882366, + 0.009672185661882365, 0.12794229316975522, 0.19364170959214366 ], @@ -207490,9 +157075,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -564.9822512063788, + -564.9822512063795, -812.9929971989231, - -684.8377343622328, + -684.837734362233, -143.80335246551863, 551.5784491297013, 1021.4127382506663, @@ -207500,9 +157085,9 @@ 55.41400560075135 ], "relative wind speed": [ - 1.7383424740879534, + 1.7383424740879532, 1.49199054371887, - 1.6373371566041677, + 1.6373371566041675, 2.029755810513243, 2.387503979519818, 2.5487200762136792, @@ -207510,14 +157095,14 @@ 2.1452508382771747 ], "relative wind angle": [ - 0.2416511941425442, - 0.04002083816151612, - 0.20391896211939756, + 0.24165119414254563, + 0.04002083816151613, + 0.20391896211939753, 0.2634691857611662, - 0.17513279687993058, + 0.1751327968799306, 0.02342361311703928, 0.13531579524072776, - 0.2489748910740872 + 0.24897489107408718 ], "resistance": [ 96069.51774879363, @@ -207570,41 +157155,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1314.8401530592173, + -1314.8401530592205, -1446.2755372355523, - -927.3331061358144, + -927.3331061358158, 178.73495591373103, - 1265.1062142238288, + 1265.1062142238325, 1572.2574090375601, - 711.1802792376102, + 711.1802792376093, -469.97495898884426 ], "relative wind speed": [ - 2.9746666112141322, + 2.9746666112141313, 2.8920946623130774, - 3.1526220402632217, + 3.1526220402632212, 3.556765276310313, 3.8614091696478714, 3.9236348820364304, - 3.71753903739549, + 3.7175390373954906, 3.3329480932870896 ], "relative wind angle": [ - 0.09591406764059059, + 0.09591406764059175, 0.03914677279554258, 0.14160804189145296, - 0.1456069018246615, - 0.07384199895474848, + 0.14560690182466152, + 0.07384199895474698, 0.028851553760707596, - 0.1199759597038727, - 0.15546180323343656 + 0.11997595970387363, + 0.15546180323343659 ], "resistance": [ 95319.65984694079, 95188.22446276447, 95707.1668938642, 96813.23495591375, - 97899.60621422384, + 97899.60621422385, 98206.75740903757, 97345.68027923763, 96164.52504101118 @@ -207614,7 +157199,7 @@ 41.814853079230474, 42.07988351386763, 42.64811045539861, - 43.21064984135751, + 43.21064984135752, 43.37049369744352, 42.92326992234679, 42.314292838348635 @@ -207650,17 +157235,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -970.5120173634436, + -970.5120173634491, -1156.3669165226156, - -863.8200845790107, + -863.8200845790129, -34.12975248372595, - 875.6256714205683, + 875.6256714205701, 1311.1616704697335, - 723.1552633178326, + 723.1552633178344, -212.75604408546906 ], "relative wind speed": [ - 2.753747264785995, + 2.7537472647859946, 2.625785578454653, 2.80771999442046, 3.157479166711579, @@ -207670,13 +157255,13 @@ 3.0895264429203224 ], "relative wind angle": [ - 0.11038744070309835, - 0.013084675782630797, - 0.12568131235948712, + 0.11038744070310239, + 0.0130846757826308, + 0.1256813123594889, 0.14728681124221224, - 0.08793659349756314, + 0.08793659349756187, 0.009671308378312315, - 0.10337975365366749, + 0.10337975365366642, 0.15055074385754377 ], "resistance": [ @@ -207730,9 +157315,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -886.4080779951328, + -886.4080779951373, -1117.7370656898988, - -905.2044589550587, + -905.204458955061, -138.4618323638565, 762.4742411782718, 1288.2885732389504, @@ -207740,9 +157325,9 @@ -106.9809492963841 ], "relative wind speed": [ - 2.7897069239049928, + 2.7897069239049923, 2.6343433401215037, - 2.7802152012087507, + 2.78021520120875, 3.112761988844807, 3.41626646219215, 3.537453381790325, @@ -207750,12 +157335,12 @@ 3.1247486399365383 ], "relative wind angle": [ - 0.11625282148331567, + 0.11625282148331854, 0.0022993041029385165, - 0.11354990015533069, + 0.11354990015533167, 0.1455796709945476, 0.0948600171893839, - 0.0017122922677836776, + 0.0017122922677836779, 0.09213251127352637, 0.14501726627645098 ], @@ -207810,9 +157395,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -569.2117740428412, + -569.2117740428457, -1319.9027503737816, - -1390.3453965937642, + -1390.345396593766, -816.7714938195077, 274.88167227778104, 1280.4071483807857, @@ -207820,9 +157405,9 @@ 562.6581745869635 ], "relative wind speed": [ - 3.440475836885404, + 3.4404758368854034, 3.129183978777697, - 3.0871264310749456, + 3.087126431074945, 3.3474908960618923, 3.719735834474349, 3.9851620154550655, @@ -207830,17 +157415,17 @@ 3.8036316019361873 ], "relative wind angle": [ - 0.13578311689329584, + 0.1357831168932975, 0.07348334932330726, 0.045633837344565074, 0.12847828240929143, 0.12553305237456314, 0.05767983083031835, - 0.03505807429445092, + 0.03505807429445091, 0.11300037371655149 ], "resistance": [ - 96065.28822595719, + 96065.28822595718, 95314.59724962624, 95244.15460340626, 95817.72850618052, @@ -207850,7 +157435,7 @@ 97197.15817458699 ], "fuel": [ - 42.653289853334364, + 42.65328985333436, 42.269225835802146, 42.2332940093322, 42.52640309583863, @@ -207890,19 +157475,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -449.15802680685374, + -449.1580268068583, -1237.5352948393465, - -1356.339729772696, + -1356.3397297727001, -861.9195528597852, 179.52067378201627, 1197.2184197367806, - 1474.7110821455135, + 1474.7110821455053, 660.1617235695039 ], "relative wind speed": [ - 3.202416538400725, + 3.202416538400724, 2.8534935736404314, - 2.775793880653461, + 2.7757938806534606, 3.0330693007583855, 3.4278876795806346, 3.723366763352214, @@ -207910,29 +157495,29 @@ 3.5785997605264854 ], "relative wind angle": [ - 0.1577974074358707, + 0.15779740743587212, 0.09659032873245596, - 0.041102137573011926, + 0.04110213757301463, 0.14441348603138648, 0.14733969479378495, 0.07397677580269742, - 0.030165756149598565, - 0.12227823216268316 + 0.030165756149602246, + 0.12227823216268317 ], "resistance": [ - 96185.34197319316, + 96185.34197319315, 95396.96470516067, - 95278.16027022732, + 95278.16027022731, 95772.58044714022, 96814.02067378203, 97831.71841973679, - 98109.21108214553, + 98109.21108214551, 97294.66172356952 ], "fuel": [ - 41.989310719115586, + 41.98931071911558, 41.58566895660766, - 41.525042722916815, + 41.52504272291681, 41.77769223636581, 42.31284580391235, 42.83969795725689, @@ -207970,11 +157555,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -191.03104084124516, + -191.03104084124607, -945.730970126421, - -1132.0588642474272, + -1132.05886424743, -818.3887612919928, - 21.008203109608075, + 21.00820310960853, 939.6111645863161, 1371.6235912095858, 755.918738015434 @@ -207984,19 +157569,19 @@ 2.171511652892698, 2.0109080589594552, 2.252978243588244, - 2.6846446528994226, + 2.684644652899422, 3.0314056745956006, 3.140243939733202, 2.971358654982131 ], "relative wind angle": [ - 0.22000265436002636, + 0.2200026543600274, 0.16859031630953616, - 0.024612700036145498, - 0.19400480183376492, - 0.21195675948330156, - 0.12048771827194078, - 0.015760217874613236, + 0.024612700036150008, + 0.19400480183376495, + 0.21195675948330048, + 0.1204877182719408, + 0.01576021787461324, 0.14670523790960108 ], "resistance": [ @@ -208050,19 +157635,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -327.46087540040344, + -327.4608754004048, -946.0879769961452, - -1038.4709344927376, + -1038.470934492739, -635.1370723747534, 190.24018714883005, 1000.3650257393151, - 1213.70782270249, + 1213.7078227024867, 551.3959114725658 ], "relative wind speed": [ - 2.3609201481890967, + 2.3609201481890962, 1.9736660669398518, - 1.8880789370251687, + 1.8880789370251685, 2.185408092272704, 2.611392776158799, 2.9151258006662006, @@ -208070,14 +157655,14 @@ 2.7599470371238213 ], "relative wind angle": [ - 0.2318092471727279, + 0.2318092471727289, 0.14889468549446366, - 0.06802422458691151, + 0.06802422458691315, 0.2187611995941029, 0.20922645014128127, - 0.10060569314199287, - 0.04320570182281249, - 0.17270049215783362 + 0.10060569314199289, + 0.043205701822815065, + 0.17270049215783365 ], "resistance": [ 96307.0391245996, @@ -208130,9 +157715,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -188.34374715589047, + -188.34374715589115, -645.2625147371463, - -730.6967949009842, + -730.696794900985, -470.2023278953566, 102.80417676282582, 688.131206995655, @@ -208140,9 +157725,9 @@ 434.42932356801225 ], "relative wind speed": [ - 1.930742711101959, + 1.9307427111019586, 1.5802510584481722, - 1.4809952928141923, + 1.480995292814192, 1.730380720098093, 2.1049146155537843, 2.3793359467546207, @@ -208150,13 +157735,13 @@ 2.27249103821293 ], "relative wind angle": [ - 0.25189308057271326, + 0.25189308057271365, 0.17610716917833838, - 0.06059001581832462, - 0.2354605678809522, + 0.06059001581832646, + 0.23546056788095224, 0.2306542324193164, 0.11662324041571404, - 0.036726392363419694, + 0.0367263923634197, 0.17858631961126106 ], "resistance": [ @@ -208210,9 +157795,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -99.61196991248471, + -99.61196991248494, -541.2574752590457, - -652.7687500247838, + -652.7687500247841, -468.8179472263074, 20.831378357567928, 560.0826749293008, @@ -208220,9 +157805,9 @@ 455.01099493868765 ], "relative wind speed": [ - 1.8635134543989993, + 1.863513454398999, 1.51881839790092, - 1.3817134387597112, + 1.381713438759711, 1.5851197008887183, 1.9400311011089362, 2.2202688445757475, @@ -208230,11 +157815,11 @@ 2.1734301465311696 ], "relative wind angle": [ - 0.2512517721509562, - 0.19863402666420996, - 0.028553813700044933, + 0.2512517721509566, + 0.19863402666420998, + 0.02855381370004493, 0.22619512049348336, - 0.24114105520805376, + 0.2411410552080533, 0.13540107559819126, 0.017091958739531014, 0.16430305633694522 @@ -208290,14 +157875,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3.991657146083071, + 3.9916571460807972, -707.3123405750557, -979.1433492770652, -840.1968595020267, -218.69295490810373, 571.9938892352748, 1087.6559757800496, - 761.7182437780939 + 761.7182437780948 ], "relative wind speed": [ 2.990272665587025, @@ -208307,17 +157892,17 @@ 2.9005741624846513, 3.1917844340483628, 3.3282326765739723, - 3.249788177306849 + 3.2497881773068493 ], "relative wind angle": [ - 0.13800949492395598, + 0.13800949492395762, 0.12090954601643165, 0.018077959009318988, 0.09947670273168903, 0.14230595446057526, 0.10134401125094457, 0.013609232839749488, - 0.07973902775729941 + 0.07973902775730081 ], "resistance": [ 96638.4916571461, @@ -208370,9 +157955,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -222.0080906618232, + -222.00809066182683, -975.9323850951032, - -1159.9103105286717, + -1159.91031052869, -879.3605078333776, -59.73756899022737, 840.4247995412843, @@ -208380,9 +157965,9 @@ 702.8594456151504 ], "relative wind speed": [ - 3.4718185718735706, + 3.47181857187357, 3.1802269482957084, - 3.0696438118310914, + 3.069643811831091, 3.222574750948805, 3.526610347394071, 3.79165680088361, @@ -208390,19 +157975,19 @@ 3.7557311821934767 ], "relative wind angle": [ - 0.11722536625117455, - 0.08425078717361, - 0.008985604646232524, + 0.11722536625117551, + 0.08425078717361001, + 0.008985604646244878, 0.0952938318004688, 0.11539588195511317, 0.07063995313828067, 0.007105723416266809, - 0.08173337644328794 + 0.08173337644328796 ], "resistance": [ 96412.49190933818, 95658.5676149049, - 95474.58968947132, + 95474.58968947131, 95755.13949216662, 96574.76243100977, 97474.92479954129, @@ -208450,39 +158035,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 112.03997144446294, + 112.03997144445475, -775.244602790573, - -1178.7358258500017, + -1178.7358258500103, -1065.2031928509905, -374.489602575959, 577.6358622678417, - 1257.7293782423549, + 1257.7293782423467, 991.171215890754 ], "relative wind speed": [ - 3.422614139539914, + 3.4226141395399137, 3.0889410240152317, 2.8816860237390745, 2.954122126737715, 3.249938573736682, 3.568589585732141, - 3.737950500184164, + 3.7379505001841644, 3.6809714399270743 ], "relative wind angle": [ - 0.12546216856516113, + 0.12546216856516468, 0.1182450698589505, - 0.030215586883571538, - 0.0817674833421855, + 0.03021558688357889, + 0.08176748334218552, 0.13216630034372806, 0.1022918861598542, - 0.023292565948999085, + 0.023292565949003852, 0.0655955031121722 ], "resistance": [ - 96746.53997144445, + 96746.53997144444, 95859.25539720942, - 95455.76417414998, + 95455.76417414997, 95569.29680714899, 96260.01039742402, 97212.13586226782, @@ -208490,9 +158075,9 @@ 97625.67121589073 ], "fuel": [ - 42.35973534865199, + 42.35973534865198, 41.90376438421765, - 41.69738131843138, + 41.697381318431376, 41.75539125396131, 42.109347547654714, 42.600174610155186, @@ -208530,17 +158115,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -639.8076698215482, + -639.8076698215486, -894.4768807247855, -722.402122215735, -90.22674712555067, 700.1637537292943, 1218.1315287138084, - 821.9252022521885, + 821.9252022521889, 47.018605147446124 ], "relative wind speed": [ - 1.5929213735508057, + 1.5929213735508054, 1.3036552558342989, 1.5166229490017569, 1.9968583104447892, @@ -208550,13 +158135,13 @@ 2.079175315615342 ], "relative wind angle": [ - 0.30535420921565526, + 0.30535420921565565, 0.03322647881444273, 0.2789762670505925, 0.32305514997098095, 0.2006526703584244, 0.01684447728892629, - 0.17118794664249504, + 0.171187946642495, 0.30982956890130614 ], "resistance": [ @@ -208597,68 +158182,7 @@ "id": "4168", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.406853269907392, - 8.406853269907392, - 8.406853269907392, - 8.406853269907392, - 8.406853269907392, - 8.406853269907392, - 8.406853269907392, - 8.406853269907392 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1093.2547242989815, - -1182.9192378634298, - -674.5676762524104, - 309.1207148836388, - 1262.0193372119288, - 1467.6898162043349, - 650.3155492984188, - -386.6067218784226 - ], - "relative wind speed": [ - 1.769910340017509, - 1.6790012831256047, - 2.0803029213511137, - 2.6028256280848745, - 2.9541030605279817, - 3.0067028777689777, - 2.7443846777264485, - 2.2549071496862694 - ], - "relative wind angle": [ - 0.1950315656245463, - 0.10797244811305604, - 0.29201524293415654, - 0.25875949613686383, - 0.1163736092601118, - 0.06021320731009051, - 0.21999151147574916, - 0.2998349371407826 - ], - "resistance": [ - 95541.24527570102, - 95451.58076213657, - 95959.93232374759, - 96943.62071488364, - 97896.51933721192, - 98102.18981620434, - 97284.81554929842, - 96247.89327812158 - ], - "fuel": [ - 39.64472505811666, - 39.598916007547906, - 39.85902569974434, - 40.36508303704442, - 40.85873397047669, - 40.965725283096624, - 40.54145135607799, - 40.006794132808935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 23.4375, -38.125 23.75, -37.8125 23.75, -37.8125 23.4375, -38.125 23.4375))", @@ -208690,9 +158214,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -403.6187594516514, + -403.61875945165207, -867.3254368440412, - -881.7897506788613, + -881.789750678862, -452.02023381348636, 288.7693690857777, 943.4856035049374, @@ -208700,9 +158224,9 @@ 345.517310002424 ], "relative wind speed": [ - 2.187050648962348, + 2.1870506489623476, 1.86653208626278, - 1.8525768888277472, + 1.852576888827747, 2.1582146983966473, 2.538386229678122, 2.7825623376840367, @@ -208710,14 +158234,14 @@ 2.562948401308697 ], "relative wind angle": [ - 0.21711262704011466, - 0.11078001875954242, - 0.09692995218924684, + 0.21711262704011516, + 0.11078001875954244, + 0.09692995218924799, 0.21474170121287556, - 0.18667848571807324, + 0.18667848571807327, 0.07422705176940844, 0.06426245069732747, - 0.18042093018115038 + 0.18042093018115035 ], "resistance": [ 96230.88124054836, @@ -208770,33 +158294,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -467.4454946439812, + -467.4454946439821, -786.0695728153838, - -717.7039115422399, - -244.7207986027188, + -717.7039115422403, + -244.72079860271901, 434.1522477513872, 955.1804720104328, 797.9945717736578, 171.29906478281964 ], "relative wind speed": [ - 1.7587651607586254, + 1.7587651607586252, 1.4628991852670141, - 1.5431299313550575, - 1.9171607030515152, + 1.5431299313550573, + 1.917160703051515, 2.2944895785346997, 2.493564374634784, 2.4447264328874905, 2.16389282437409 ], "relative wind angle": [ - 0.2619112062299579, - 0.08729086821118918, + 0.26191120622995917, + 0.0872908682111892, 0.17918551858053705, - 0.2727713747898923, + 0.27277137478989183, 0.19979863414889087, 0.051168240319088475, - 0.112737651155481, + 0.11273765115548101, 0.24101004894042533 ], "resistance": [ @@ -208850,9 +158374,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 42.1546204999363, + 42.154620499934936, -721.6614090614512, - -1015.8151333238877, + -1015.815133323888, -850.3617176773487, -171.90143105209927, 688.0682195566865, @@ -208860,9 +158384,9 @@ 874.4629774150521 ], "relative wind speed": [ - 2.454361560888273, + 2.4543615608882727, 2.0198275767287073, - 1.7672294817537273, + 1.767229481753727, 1.9272897480691429, 2.346771894657879, 2.729748258980722, @@ -208870,14 +158394,14 @@ 2.7958510733065927 ], "relative wind angle": [ - 0.23286910677152875, - 0.21942108876239275, - 0.03133020361691444, + 0.23286910677152922, + 0.21942108876239272, + 0.031330203616914444, 0.18861073713820067, - 0.2437567132168557, + 0.24375671321685569, 0.16176152401054905, - 0.01909245682654534, - 0.1296098504662169 + 0.019092456826545336, + 0.12960985046621692 ], "resistance": [ 96676.65462049993, @@ -208917,68 +158441,7 @@ "id": "4184", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.23116669313357, - 9.23116669313357, - 9.23116669313357, - 9.23116669313357, - 9.23116669313357, - 9.23116669313357, - 9.23116669313357, - 9.23116669313357 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -224.60669175267822, - -976.0492319434818, - -1149.289459083973, - -805.3000405910886, - 59.633797662202596, - 987.000037343797, - 1388.1237157718647, - 740.480537305742 - ], - "relative wind speed": [ - 2.562983280797264, - 2.1405892097350177, - 1.9898457559239189, - 2.250712541317923, - 2.693097742451829, - 3.039660603292982, - 3.140409625459235, - 2.9590457590918837 - ], - "relative wind angle": [ - 0.22646872484673491, - 0.16887825135472678, - 0.033514680335108585, - 0.20314285280237518, - 0.2153501396247983, - 0.11864104667821107, - 0.02123339915711105, - 0.15406293126102183 - ], - "resistance": [ - 96409.89330824734, - 95658.45076805653, - 95485.21054091604, - 95829.19995940893, - 96694.13379766222, - 97621.50003734381, - 98022.62371577189, - 97374.98053730576 - ], - "fuel": [ - 40.51041222348398, - 40.125001177494696, - 40.03644519010979, - 40.21239309045097, - 40.65674542730481, - 41.136264285516276, - 41.34466717883792, - 41.00848268588269 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.8125 22.5, -37.8125 22.8125, -37.5 22.8125, -37.5 22.5, -37.8125 22.5))", @@ -209010,19 +158473,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 0.23582925493110451, + 0.2358292549304224, -732.6471145127844, - -971.0212721173423, + -971.0212721173385, -748.9612607969037, - -26.890663546920905, + -26.890663546921132, 841.0657749958962, 1377.7668118417544, 865.2539135308746 ], "relative wind speed": [ - 2.0964867854317277, + 2.0964867854317273, 1.568751661805233, - 1.2807381737578105, + 1.2807381737578103, 1.5536834540856475, 2.0805573289842094, 2.5025974235308173, @@ -209032,10 +158495,10 @@ "relative wind angle": [ 0.3355746151352504, 0.32045369415830555, - 0.006589346651172854, + 0.006589346651156004, 0.31558280381448345, - 0.3382461304554727, - 0.19876193842491985, + 0.33824613045547275, + 0.19876193842491988, 0.003170813240496508, 0.19316616324544061 ], @@ -209077,68 +158540,7 @@ "id": "4204", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.321854628567176, - 7.321854628567176, - 7.321854628567176, - 7.321854628567176, - 7.321854628567176, - 7.321854628567176, - 7.321854628567176, - 7.321854628567176 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 277.5930942834907, - -381.43557841881716, - -768.4157382676897, - -759.1719409413342, - -351.095485157909, - 313.3242836654854, - 881.3047508494215, - 860.0372592386125 - ], - "relative wind speed": [ - 2.27077536540392, - 1.8873866947717903, - 1.567841197338096, - 1.57825267079769, - 1.9082209626508648, - 2.288121383760904, - 2.517856624662124, - 2.5113435666084114 - ], - "relative wind angle": [ - 0.211686017118924, - 0.2511539153583851, - 0.11906683388967837, - 0.13069164121987506, - 0.2527095609756434, - 0.20646010170348425, - 0.07403414090740813, - 0.08199132429763371 - ], - "resistance": [ - 96912.09309428353, - 96253.0644215812, - 95866.08426173234, - 95875.3280590587, - 96283.40451484211, - 96947.82428366551, - 97515.80475084945, - 97494.53725923864 - ], - "fuel": [ - 39.86375928916114, - 39.52440199933827, - 39.32588527062508, - 39.33062074445253, - 39.53998970334402, - 39.88220473544507, - 40.17605021598328, - 40.165025817067715 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.4375 24.375, -33.4375 24.6875, -33.125 24.6875, -33.125 24.375, -33.4375 24.375))", @@ -209170,9 +158572,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 609.7310349868262, + 609.7310349868244, -135.0591425702214, - -745.6664380832783, + -745.6664380832792, -904.9621458872286, -681.6263298227002, -28.203125605405603, @@ -209190,9 +158592,9 @@ 2.934083191635535 ], "relative wind angle": [ - 0.12411343719231539, + 0.1241134371923172, 0.18786331550080068, - 0.14510040572271357, + 0.1451004057227151, 0.01290432355000487, 0.15923728120509165, 0.18405576609545216, @@ -209250,19 +158652,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 667.8628573452311, + 667.8628573452283, -277.72370708792096, - -1007.6871481391677, + -1007.6871481391686, -1163.0102033349172, - -819.3595281905536, + -819.3595281905541, 37.46527225599402, 937.1175579890037, 1300.474205910617 ], "relative wind speed": [ - 3.359775185374813, + 3.3597751853748123, 3.025602440912653, - 2.690721186071949, + 2.6907211860719484, 2.58197314295521, 2.7874668940802056, 3.1470288926854324, @@ -209270,11 +158672,11 @@ 3.5201527908475074 ], "relative wind angle": [ - 0.1119079433400631, + 0.1119079433400641, 0.15570067127625029, 0.10736316987552674, 0.02379314813328533, - 0.13501275020398276, + 0.1350127502039828, 0.1496468598398058, 0.08397043072753142, 0.01745111501922941 @@ -209330,14 +158732,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 406.23941118440416, + 406.2394111843969, -735.8978638848112, - -1407.4979594869465, + -1407.4979594869537, -1400.4095738328533, - -710.784969518948, + -710.7849695189498, 435.400409195242, 1398.6840547628326, - 1382.0249003596728 + 1382.0249003596819 ], "relative wind speed": [ 3.97976275688945, @@ -209347,17 +158749,17 @@ 3.6331744765763037, 3.9877804475435594, 4.21836383041783, - 4.215226317329582 + 4.215226317329581 ], "relative wind angle": [ - 0.10902979388925158, + 0.10902979388925463, 0.11879769435601341, - 0.05204234197051046, + 0.05204234197051473, 0.05450059759772164, - 0.11947831500815391, + 0.11947831500815484, 0.10792723288401722, - 0.041361719126176276, - 0.043398038622018166 + 0.04136171912617627, + 0.04339803862201305 ], "resistance": [ 97040.73941118439, @@ -209367,7 +158769,7 @@ 95923.71503048103, 97069.90040919522, 98033.18405476282, - 98016.52490035965 + 98016.52490035967 ], "fuel": [ 43.82241944183973, @@ -209410,19 +158812,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 440.9277809768828, + 440.92778097687915, -660.9683101723153, - -1323.7579475289112, + -1323.7579475289144, -1328.1967161904072, -676.3062277595586, 423.05307512913987, - 1366.7121897251136, + 1366.71218972511, 1377.0592553505758 ], "relative wind speed": [ - 3.4716134701413788, + 3.471613470141378, 3.0718034525802578, - 2.7521967823675797, + 2.7521967823675793, 2.7492378469404026, 3.0653999644083947, 3.465948726767039, @@ -209430,13 +158832,13 @@ 3.7269918552114585 ], "relative wind angle": [ - 0.14083478521678341, + 0.14083478521678422, 0.16014295477380588, - 0.07470502299749274, - 0.07256801197393871, + 0.07470502299749422, + 0.07256801197393872, 0.15964817462927075, - 0.1418004576820861, - 0.05517493289628191, + 0.14180045768208613, + 0.055174932896283925, 0.05350878861833854 ], "resistance": [ @@ -209446,7 +158848,7 @@ 95306.30328380963, 95958.19377224047, 97057.55307512917, - 98001.21218972515, + 98001.21218972513, 98011.5592553506 ], "fuel": [ @@ -209490,54 +158892,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 630.6413309468699, + 630.6413309468626, -987.3082600529015, - -1977.5328438947363, - -2003.9472767978132, + -1977.53284389474, + -2003.947276797824, -1081.8905624419112, 520.9522909116313, 1904.9659131910958, - 1967.2814140389728 + 1967.281414038951 ], "relative wind speed": [ - 5.049708700277144, + 5.049708700277142, 4.658972597132416, - 4.3535420426936415, - 4.342114542280044, + 4.353542042693641, + 4.3421145422800445, 4.633155099758576, 5.025898772880607, 5.292670008471381, - 5.302049173460553 + 5.302049173460554 ], "relative wind angle": [ - 0.09321174272147371, + 0.09321174272147373, 0.10327964513320415, - 0.04808677619836793, - 0.04247448985864689, + 0.04808677619836794, + 0.04247448985865211, 0.10161990044541776, 0.09571546892249817, 0.039549356865124986, - 0.03478104852510686 + 0.034781048525113246 ], "resistance": [ - 97265.14133094688, + 97265.14133094686, 95647.1917399471, 94656.96715610527, - 94630.55272320219, + 94630.55272320217, 95552.60943755809, 97155.45229091163, 98539.46591319109, - 98601.78141403897 + 98601.78141403895 ], "fuel": [ 47.47982161395778, 46.647442917495525, 46.14281200155244, - 46.12940083635387, + 46.12940083635386, 46.59908497679443, 47.42308261995926, 48.14227453967868, - 48.174823991883585 + 48.17482399188358 ] }, { @@ -209570,33 +158972,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 584.1146078720158, + 584.1146078720121, -571.146040078715, - -1330.3580126508277, + -1330.358012650829, -1396.0328958968798, - -797.0599657623811, + -797.059965762382, 320.6335861065136, - 1347.6596280015801, + 1347.6596280015838, 1500.558883976345 ], "relative wind speed": [ - 3.502102021643934, + 3.5021020216439336, 3.0920479050013716, - 2.734774977053419, + 2.7347749770534184, 2.690518664867819, - 2.9968482021997445, + 2.996848202199744, 3.418341333191727, 3.7103670360104326, 3.742582935758172 ], "relative wind angle": [ - 0.14019594756359155, + 0.14019594756359313, 0.17119051602192675, - 0.09358478359402624, - 0.06148835507401167, - 0.16403071662681373, + 0.09358478359402743, + 0.061488355074011666, + 0.16403071662681304, 0.15471094949951655, - 0.06893183394969025, + 0.06893183394968865, 0.044190112484355434 ], "resistance": [ @@ -209637,68 +159039,7 @@ "id": "4228", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.037676674645288, - 13.037676674645288, - 13.037676674645288, - 13.037676674645288, - 13.037676674645288, - 13.037676674645288, - 13.037676674645288, - 13.037676674645288 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 694.3813614875335, - 102.33363733468468, - -526.3664172251092, - -834.5370793099728, - -779.600594611501, - -325.58706968088154, - 334.71074655771463, - 825.0042106225665 - ], - "relative wind speed": [ - 3.8612983386733792, - 3.7004501791647835, - 3.490425008223468, - 3.3561172685657947, - 3.3872343963058085, - 3.562253526530402, - 3.7682774549822065, - 3.8883748013011084 - ], - "relative wind angle": [ - 0.036064171865418986, - 0.07199334917379872, - 0.06801199875267624, - 0.020645791248021076, - 0.04111424179783818, - 0.07479143283106134, - 0.06299025212161315, - 0.017819383300807828 - ], - "resistance": [ - 97328.88136148754, - 96736.83363733468, - 96108.13358277488, - 95799.96292069003, - 95854.8994053885, - 96308.91293031911, - 96969.21074655771, - 97459.50421062257 - ], - "fuel": [ - 43.50633893828992, - 43.20048053884293, - 42.87711506279082, - 42.71914778144591, - 42.74728216200457, - 42.9802240254744, - 43.32037362131143, - 43.57399577458939 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 19.84375, -44.84375 20, -44.6875 20, -44.6875 19.84375, -44.84375 19.84375))", @@ -209717,68 +159058,7 @@ "id": "4229", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.223432801345686, - 15.223432801345686, - 15.223432801345686, - 15.223432801345686, - 15.223432801345686, - 15.223432801345686, - 15.223432801345686, - 15.223432801345686 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 799.793798059085, - 53.28504887222243, - -699.8400857138686, - -1030.183216446807, - -932.1958733424653, - -339.71570989333486, - 469.89341964240975, - 1033.3076175864026 - ], - "relative wind speed": [ - 4.47036216432168, - 4.292516318068326, - 4.074012522986202, - 3.9459688136660205, - 3.9933094966526923, - 4.1838931959805725, - 4.396939910756911, - 4.512204421104009 - ], - "relative wind angle": [ - 0.03618418168710869, - 0.06600955419430406, - 0.05862476848016521, - 0.013795069894881143, - 0.04050909157602264, - 0.06772589988176639, - 0.054314742942467076, - 0.012063839389735377 - ], - "resistance": [ - 97434.29379805911, - 96687.78504887225, - 95934.65991428617, - 95604.31678355322, - 95702.30412665756, - 96294.78429010669, - 97104.39341964244, - 97667.80761758643 - ], - "fuel": [ - 45.44037328055809, - 45.054640324406826, - 44.66758987423388, - 44.4984839225781, - 44.54860226300387, - 44.85240377000315, - 45.26965279357327, - 45.561459367593244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 19.6875, -45 19.84375, -44.84375 19.84375, -44.84375 19.6875, -45 19.6875))", @@ -209797,68 +159077,7 @@ "id": "4230", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.416373834397916, - 13.416373834397916, - 13.416373834397916, - 13.416373834397916, - 13.416373834397916, - 13.416373834397916, - 13.416373834397916, - 13.416373834397916 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 454.1629017413443, - -129.99987012837119, - -623.5298443988095, - -750.4235212455851, - -598.4814150590182, - -87.61803166379741, - 489.72179293775935, - 792.7232299398365 - ], - "relative wind speed": [ - 3.8955315927236267, - 3.727836605378806, - 3.556323151305035, - 3.4869777143516685, - 3.5661763409205216, - 3.7411247410433894, - 3.904528874005285, - 3.966581211076355 - ], - "relative wind angle": [ - 0.04475170458165076, - 0.06437187328467477, - 0.04637290454042763, - 0.0019093360319193155, - 0.04888791744157432, - 0.06414291558186877, - 0.042234789393269176, - 0.0016784759769774725 - ], - "resistance": [ - 97088.66290174137, - 96504.50012987164, - 96010.9701556012, - 95884.07647875443, - 96036.01858494099, - 96546.88196833622, - 97124.22179293778, - 97427.22322993985 - ], - "fuel": [ - 43.68516676513012, - 43.383895411664085, - 43.13035584310781, - 43.065313637063255, - 43.143202059525066, - 43.40571035535495, - 43.703546617905346, - 43.86035433606429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 19.6875, -44.84375 19.84375, -44.6875 19.84375, -44.6875 19.6875, -44.84375 19.6875))", @@ -209877,68 +159096,7 @@ "id": "4231", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.029102291276455, - 16.029102291276455, - 16.029102291276455, - 16.029102291276455, - 16.029102291276455, - 16.029102291276455, - 16.029102291276455, - 16.029102291276455 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 575.6730177121244, - -139.886268392911, - -757.8609226422777, - -923.6745742102285, - -755.6468414150895, - -136.1351558776205, - 578.8149397967845, - 975.6998274053385 - ], - "relative wind speed": [ - 4.630130760575479, - 4.458884786502669, - 4.281093915263717, - 4.205554938737866, - 4.281818184716151, - 4.459868191739328, - 4.630800440062728, - 4.6995090684294585 - ], - "relative wind angle": [ - 0.03780218560993864, - 0.05541823618354546, - 0.040723030952951135, - 0.00011709714477136895, - 0.04087892516862627, - 0.05540600388807956, - 0.03764621589105614, - 0.0001047893444888779 - ], - "resistance": [ - 97210.1730177121, - 96494.61373160707, - 95876.63907735771, - 95710.82542578975, - 95878.8531585849, - 96498.36484412236, - 97213.31493979676, - 97610.19982740532 - ], - "fuel": [ - 46.096497164846696, - 45.72731183623945, - 45.4100075169037, - 45.32511089223074, - 45.41114181912542, - 45.7292422157704, - 46.098122407934774, - 46.30371709821628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 19.53125, -45 19.6875, -44.84375 19.6875, -44.84375 19.53125, -45 19.53125))", @@ -209970,21 +159128,21 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 224.23949225214255, + 224.23949225214164, -335.839954302096, -687.6451303914737, -705.4913836880514, - -401.2200853986924, + -401.22008539869057, 148.58581239876003, 630.9377511483099, 673.4097567075842 ], "relative wind speed": [ - 3.559108142628968, + 3.5591081426289675, 3.371550706753691, 3.2248879085773434, 3.2142829185904236, - 3.347012689050282, + 3.3470126890502816, 3.5358719636576352, 3.6701284294562586, 3.6794197954092223 @@ -209994,13 +159152,13 @@ 0.06905431708760812, 0.03295881094602841, 0.025622127962527844, - 0.06659408661226161, + 0.06659408661225995, 0.06584042260776263, 0.028959227384154445, 0.022382505429565075 ], "resistance": [ - 96858.73949225216, + 96858.73949225215, 96298.66004569792, 95946.85486960853, 95929.00861631197, @@ -210010,7 +159168,7 @@ 97307.9097567076 ], "fuel": [ - 42.778147886900015, + 42.77814788690001, 42.48975115506374, 42.30919610896886, 42.300049247686644, @@ -210037,68 +159195,7 @@ "id": "4233", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.653568575417648, - 14.653568575417648, - 14.653568575417648, - 14.653568575417648, - 14.653568575417648, - 14.653568575417648, - 14.653568575417648, - 14.653568575417648 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 370.9418532390191, - -252.01407616593315, - -715.6250582460134, - -797.1717423873224, - -554.0223648871033, - 21.765102996406313, - 600.271284741154, - 795.2143753736036 - ], - "relative wind speed": [ - 4.207270400531829, - 4.037499602153727, - 3.8844798961503835, - 3.8437701200890437, - 3.9423158735435306, - 4.1160145326022635, - 4.260727004442792, - 4.2974887939231685 - ], - "relative wind angle": [ - 0.044752634280922736, - 0.056220317517998226, - 0.034147364704487135, - 0.010229302159704601, - 0.04776257905214466, - 0.05514678919145103, - 0.03113093098821047, - 0.009149284785324284 - ], - "resistance": [ - 97005.44185323903, - 96382.48592383409, - 95918.874941754, - 95837.3282576127, - 96080.47763511291, - 96656.26510299642, - 97234.77128474117, - 97429.71437537362 - ], - "fuel": [ - 44.69819099810471, - 44.3771506499407, - 44.1391659511951, - 44.097388430711234, - 44.222030404961245, - 44.518064893212625, - 44.81673957129372, - 44.91766649888987 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 19.375, -45 19.53125, -44.84375 19.53125, -44.84375 19.375, -45 19.375))", @@ -210130,20 +159227,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 84.6019805038859, + 84.60198050388499, -444.7847513257084, -703.117964988247, - -655.7148808422548, + -655.714880842253, -271.7404654587326, 284.89964225243693, 697.1743380069192, 584.5152815152369 ], "relative wind speed": [ - 3.3585804907716974, + 3.358580490771697, 3.1634265710738148, 3.0389441744418537, - 3.0685635858398173, + 3.068563585839817, 3.2317179330952777, 3.422980578604855, 3.533961235880748, @@ -210151,10 +159248,10 @@ ], "relative wind angle": [ 0.07377517954771065, - 0.06960982890790635, + 0.06960982890790636, 0.020933507097397733, - 0.042399991797528805, - 0.0766768386999961, + 0.04239999179752619, + 0.07667683869999611, 0.0643239388330945, 0.018000918681733282, 0.037083173671442336 @@ -210197,68 +159294,7 @@ "id": "4235", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.747000031924657, - 12.747000031924657, - 12.747000031924657, - 12.747000031924657, - 12.747000031924657, - 12.747000031924657, - 12.747000031924657, - 12.747000031924657 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 50.62682390840018, - -447.5535758521564, - -675.5948167458309, - -619.2794959330304, - -240.0257408274265, - 290.6537952171502, - 668.7669843853828, - 534.4185140635209 - ], - "relative wind speed": [ - 3.5956320502024117, - 3.424270179793366, - 3.3208535873853893, - 3.3532844411791976, - 3.4997396972265973, - 3.667577064570616, - 3.7614730146494604, - 3.7325904202486537 - ], - "relative wind angle": [ - 0.061315558309273765, - 0.05544620993478544, - 0.01446634187303597, - 0.036339013965678096, - 0.06299779184240409, - 0.051764504889634175, - 0.012771654488473989, - 0.03264485533683033 - ], - "resistance": [ - 96685.12682390837, - 96186.94642414781, - 95958.90518325414, - 96015.22050406694, - 96394.47425917254, - 96925.15379521712, - 97303.26698438535, - 97168.9185140635 - ], - "fuel": [ - 42.94760051309801, - 42.691341369519236, - 42.57434729563798, - 42.60322126461142, - 42.79797944180317, - 43.07139771400361, - 43.266849629258104, - 43.19734212349569 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 19.84375, -44.0625 20, -43.90625 20, -43.90625 19.84375, -44.0625 19.84375))", @@ -210277,68 +159313,7 @@ "id": "4236", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.324350474573063, - 11.324350474573063, - 11.324350474573063, - 11.324350474573063, - 11.324350474573063, - 11.324350474573063, - 11.324350474573063, - 11.324350474573063 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 617.9243572677533, - 65.4174349167788, - -500.11923162652465, - -759.5559121231117, - -693.2529883971742, - -260.2052370758647, - 343.34683384780874, - 774.973289336057 - ], - "relative wind speed": [ - 3.3927255288617073, - 3.2190251480079435, - 2.9982198044451107, - 2.862927163635898, - 2.906496834793152, - 3.0977713700893097, - 3.3119463113229486, - 3.429571171526882 - ], - "relative wind angle": [ - 0.046390379225651854, - 0.08814555803545787, - 0.08127765841913154, - 0.021263926169902598, - 0.05415808974851034, - 0.09160527385454748, - 0.07356392196983333, - 0.01775023112097788 - ], - "resistance": [ - 97252.42435726775, - 96699.91743491677, - 96134.38076837348, - 95874.9440878769, - 95941.24701160283, - 96374.29476292414, - 96977.84683384781, - 97409.47328933606 - ], - "fuel": [ - 42.21359704567549, - 41.92828240380234, - 41.63741559956929, - 41.50438033732202, - 41.538355663584184, - 41.76066281248616, - 42.071663196751146, - 42.294904460719074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 19.84375, -43.90625 20, -43.75 20, -43.75 19.84375, -43.90625 19.84375))", @@ -210357,68 +159332,7 @@ "id": "4237", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.831477267341807, - 7.831477267341807, - 7.831477267341807, - 7.831477267341807, - 7.831477267341807, - 7.831477267341807, - 7.831477267341807, - 7.831477267341807 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 469.8797119797191, - 29.879491617165513, - -396.35126588230355, - -574.3654487222027, - -503.98663333948275, - -150.35763305121372, - 316.0799650674512, - 634.62205924421 - ], - "relative wind speed": [ - 2.44629024453305, - 2.247952005282964, - 1.99920440051158, - 1.8530493245524948, - 1.9219839127244978, - 2.1505975688662997, - 2.383598096627129, - 2.498913028107397 - ], - "relative wind angle": [ - 0.07922697558535814, - 0.14419275213617797, - 0.13203799245905165, - 0.026559982896435148, - 0.1009053328137081, - 0.15076895388076916, - 0.11064886987248507, - 0.019694304219167496 - ], - "resistance": [ - 97104.37971197972, - 96664.37949161716, - 96238.1487341177, - 96060.13455127779, - 96130.51336666051, - 96484.14236694878, - 96950.57996506745, - 97269.12205924421 - ], - "fuel": [ - 40.18124721320368, - 39.95418133227783, - 39.73490823245665, - 39.64352951030051, - 39.6796424603721, - 39.861376408488965, - 40.10179564129098, - 40.26644926985375 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 19.6875, -44.0625 19.84375, -43.90625 19.84375, -43.90625 19.6875, -44.0625 19.6875))", @@ -210437,68 +159351,7 @@ "id": "4238", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.85223621992656, - 8.85223621992656, - 8.85223621992656, - 8.85223621992656, - 8.85223621992656, - 8.85223621992656, - 8.85223621992656, - 8.85223621992656 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 296.4203300414888, - -159.39491714645555, - -503.79341224870177, - -569.9773846978519, - -395.77835898354533, - 22.19003141393796, - 450.2414236507411, - 606.2808737633495 - ], - "relative wind speed": [ - 2.634381916807964, - 2.431281998838734, - 2.2378321829309025, - 2.181594730094876, - 2.304584562797014, - 2.5179249259677765, - 2.691316631636979, - 2.7371011169318114 - ], - "relative wind angle": [ - 0.08637437246094466, - 0.11450972871637433, - 0.07406995594967801, - 0.019985394742927962, - 0.09877277254434032, - 0.11055297421589927, - 0.061571829891717694, - 0.015928886555777462 - ], - "resistance": [ - 96930.9203300415, - 96475.10508285355, - 96130.7065877513, - 96064.52261530215, - 96238.72164101645, - 96656.69003141393, - 97084.74142365075, - 97240.78087376335 - ], - "fuel": [ - 40.58008641096296, - 40.345166668256574, - 40.168182048226214, - 40.134221002106784, - 40.22364292533857, - 40.438659941746565, - 40.659537763802746, - 40.74022489474102 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 19.6875, -43.90625 19.84375, -43.75 19.84375, -43.75 19.6875, -43.90625 19.6875))", @@ -210517,68 +159370,7 @@ "id": "4239", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.126943020331302, - 7.126943020331302, - 7.126943020331302, - 7.126943020331302, - 7.126943020331302, - 7.126943020331302, - 7.126943020331302, - 7.126943020331302 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 357.30730159061886, - -38.10187326250798, - -385.0589105473575, - -492.705056233154, - -401.1478352420131, - -65.01883812433198, - 334.29647637451853, - 571.800128726336 - ], - "relative wind speed": [ - 2.2161225749398668, - 2.0120593249805814, - 1.779552536318179, - 1.668198952252086, - 1.7667821312092384, - 1.9960800683031346, - 2.205881034145291, - 2.291250885875094 - ], - "relative wind angle": [ - 0.09697189917138704, - 0.15545612421557634, - 0.12734383014504957, - 0.004848329444166233, - 0.12174445153084243, - 0.15671084647861505, - 0.10263487376492972, - 0.003529933478307578 - ], - "resistance": [ - 96991.8073015906, - 96596.39812673748, - 96249.44108945262, - 96141.79494376683, - 96233.35216475798, - 96569.48116187565, - 96968.7964763745, - 97206.30012872632 - ], - "fuel": [ - 39.82599865482091, - 39.62207719236622, - 39.44362280762736, - 39.388346980355514, - 39.4353584741671, - 39.60821665420535, - 39.814115508168115, - 39.93686085427153 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 19.53125, -44.375 19.6875, -44.21875 19.6875, -44.21875 19.53125, -44.375 19.53125))", @@ -210597,68 +159389,7 @@ "id": "4240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.865261515428667, - 12.865261515428667, - 12.865261515428667, - 12.865261515428667, - 12.865261515428667, - 12.865261515428667, - 12.865261515428667, - 12.865261515428667 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 186.52083094110822, - -323.3256856144799, - -635.0609015509735, - -644.2449835115222, - -357.21344354284247, - 147.33019817422974, - 580.8455243698581, - 602.7659188983425 - ], - "relative wind speed": [ - 3.6679617698463614, - 3.5025597465973606, - 3.37702512097575, - 3.371789684363909, - 3.4903614984285913, - 3.656315379761839, - 3.772567861161128, - 3.777247841906096 - ], - "relative wind angle": [ - 0.053961531411820966, - 0.05792612968183926, - 0.026338703852543874, - 0.022838976909638736, - 0.05671013486715956, - 0.05548765779124788, - 0.023576625771525243, - 0.020387030349885954 - ], - "resistance": [ - 96821.02083094112, - 96311.17431438554, - 95999.43909844905, - 95990.25501648849, - 96277.28655645717, - 96781.83019817424, - 97215.34552436987, - 97237.26591889835 - ], - "fuel": [ - 43.10903303823342, - 42.846526211028, - 42.686498294868024, - 42.68178916998333, - 42.82911256000703, - 43.08882047386132, - 43.312724002515196, - 43.32406409961793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 19.53125, -44.21875 19.6875, -44.0625 19.6875, -44.0625 19.53125, -44.21875 19.53125))", @@ -210677,68 +159408,7 @@ "id": "4241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.655722794671185, - 10.655722794671185, - 10.655722794671185, - 10.655722794671185, - 10.655722794671185, - 10.655722794671185, - 10.655722794671185, - 10.655722794671185 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 142.14391239598626, - -351.53497193060184, - -627.6921144398243, - -613.4730711718985, - -299.97313496166134, - 201.86258812179312, - 607.799812760215, - 574.0955489877952 - ], - "relative wind speed": [ - 3.057304583338235, - 2.859763066928646, - 2.718438924714132, - 2.7283517376549664, - 2.882463438241142, - 3.0785486822736434, - 3.2040281835054127, - 3.1955912729466895 - ], - "relative wind angle": [ - 0.07953352425959853, - 0.08183979973990071, - 0.0322721710242477, - 0.04023072005091628, - 0.0843689255782413, - 0.07601196692101443, - 0.02737980240701642, - 0.03434592114563293 - ], - "resistance": [ - 96776.64391239599, - 96282.9650280694, - 96006.80788556018, - 96021.0269288281, - 96334.52686503834, - 96836.36258812179, - 97242.29981276022, - 97208.5955489878 - ], - "fuel": [ - 41.53124531543942, - 41.27712945577515, - 41.13537609652621, - 41.14266789962431, - 41.303627939812756, - 41.562046343976505, - 41.77176778050374, - 41.754331631506666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 19.375, -44.375 19.53125, -44.21875 19.53125, -44.21875 19.375, -44.375 19.375))", @@ -210757,68 +159427,7 @@ "id": "4242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.179027306615255, - 10.179027306615255, - 10.179027306615255, - 10.179027306615255, - 10.179027306615255, - 10.179027306615255, - 10.179027306615255, - 10.179027306615255 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -36.65106613371563, - -391.9266240367883, - -510.8421586479567, - -432.60195500448253, - -105.35873837679037, - 294.962518785323, - 538.968967623242, - 352.7398122438258 - ], - "relative wind speed": [ - 2.849897331898448, - 2.690354114314102, - 2.6124042975593618, - 2.6690826005028656, - 2.821469429916051, - 2.973987102511691, - 3.042687682363419, - 2.993092484038132 - ], - "relative wind angle": [ - 0.07556388743228265, - 0.06032974205436901, - 0.005456701426867265, - 0.05324578666620827, - 0.07632671087561509, - 0.05456999602306282, - 0.004685032823801932, - 0.047477196052522645 - ], - "resistance": [ - 96597.84893386629, - 96242.57337596321, - 96123.65784135205, - 96201.89804499551, - 96529.14126162321, - 96929.46251878532, - 97173.46896762324, - 96987.23981224383 - ], - "fuel": [ - 41.14582600675565, - 40.96309664264922, - 40.90203956540959, - 40.9422060085232, - 41.11045086300582, - 41.31680906926839, - 41.44288239378714, - 41.34664143953442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 19.375, -44.21875 19.53125, -44.0625 19.53125, -44.0625 19.375, -44.21875 19.375))", @@ -210837,68 +159446,7 @@ "id": "4243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.12122225584518, - 8.12122225584518, - 8.12122225584518, - 8.12122225584518, - 8.12122225584518, - 8.12122225584518, - 8.12122225584518, - 8.12122225584518 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -62.642387971824974, - -412.9848974184222, - -510.7634833328784, - -411.3281271362366, - -59.86078622696323, - 347.12518045374554, - 577.6680757040126, - 344.7637117868667 - ], - "relative wind speed": [ - 2.2724035683184143, - 2.0672593540811155, - 1.9765455603869726, - 2.0683845649858243, - 2.273851134090714, - 2.461839905492641, - 2.5352484306328713, - 2.4608946033181285 - ], - "relative wind angle": [ - 0.12324390350638971, - 0.09544765893616608, - 0.00036898270902791885, - 0.09589651726489769, - 0.1231650454135447, - 0.08011345811180184, - 0.00028766850675161326, - 0.08056477139578805 - ], - "resistance": [ - 96571.85761202817, - 96221.51510258156, - 96123.73651666711, - 96223.17187286375, - 96574.63921377303, - 96981.62518045373, - 97212.168075704, - 96979.26371178686 - ], - "fuel": [ - 40.03819453822497, - 39.85803306357649, - 39.80783255075354, - 39.85888397266559, - 40.039626787266506, - 40.249494477358766, - 40.36865042239235, - 40.24827497709983 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 19.53125, -44.0625 19.6875, -43.90625 19.6875, -43.90625 19.53125, -44.0625 19.53125))", @@ -210917,68 +159465,7 @@ "id": "4244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.826928101856581, - 7.826928101856581, - 7.826928101856581, - 7.826928101856581, - 7.826928101856581, - 7.826928101856581, - 7.826928101856581, - 7.826928101856581 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 203.04958743056818, - -217.80102446112915, - -493.6419751672863, - -516.8083425073964, - -299.2623417073921, - 108.36241377342117, - 480.3080192686987, - 534.6174143895062 - ], - "relative wind speed": [ - 2.32555369973142, - 2.1043042739649427, - 1.9168298655784506, - 1.8942601702501078, - 2.0543703554884476, - 2.2804694890344623, - 2.4401640998651555, - 2.4577257729958926 - ], - "relative wind angle": [ - 0.11298347374383054, - 0.13440191870261536, - 0.07131239177618948, - 0.04690701654293361, - 0.12797474568517253, - 0.12396363837050649, - 0.05600004705343762, - 0.036147588117255276 - ], - "resistance": [ - 96837.54958743056, - 96416.69897553886, - 96140.85802483272, - 96117.6916574926, - 96335.23765829261, - 96742.86241377342, - 97114.8080192687, - 97169.1174143895 - ], - "fuel": [ - 40.041438104196246, - 39.82465740579896, - 39.68292892087777, - 39.67103881107249, - 39.78277270592193, - 39.992607158232765, - 40.18461440026304, - 40.212693283014644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 19.53125, -43.90625 19.6875, -43.75 19.6875, -43.75 19.53125, -43.90625 19.53125))", @@ -210997,68 +159484,7 @@ "id": "4245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.646186779551095, - 6.646186779551095, - 6.646186779551095, - 6.646186779551095, - 6.646186779551095, - 6.646186779551095, - 6.646186779551095, - 6.646186779551095 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 219.8539386576458, - -152.10531733571725, - -414.51949778804055, - -452.720123223321, - -284.08170134174725, - 66.03606054498232, - 406.54253416288043, - 495.61318261158385 - ], - "relative wind speed": [ - 2.0250507787128824, - 1.8008760387674927, - 1.592993475737658, - 1.5483990152917682, - 1.7043915218750205, - 1.9397491098588502, - 2.113800582472801, - 2.1466815333552804 - ], - "relative wind angle": [ - 0.1294561807700904, - 0.16700780382930314, - 0.10183432256984494, - 0.04544629349852999, - 0.15399030477140632, - 0.1549507047762351, - 0.07668652038222998, - 0.03277494596348065 - ], - "resistance": [ - 96854.35393865766, - 96482.3946826643, - 96219.98050221197, - 96181.7798767767, - 96350.41829865827, - 96700.536060545, - 97041.0425341629, - 97130.1131826116 - ], - "fuel": [ - 39.57109091382847, - 39.3794371232851, - 39.2445366770218, - 39.224920074133266, - 39.311559397443474, - 39.4917730863388, - 39.66747714793981, - 39.713509503043504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 19.375, -44.0625 19.53125, -43.90625 19.53125, -43.90625 19.375, -44.0625 19.375))", @@ -211077,68 +159503,7 @@ "id": "4246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.62194867303202, - 6.62194867303202, - 6.62194867303202, - 6.62194867303202, - 6.62194867303202, - 6.62194867303202, - 6.62194867303202, - 6.62194867303202 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -17.509285392581887, - -331.5544780803855, - -438.651972559662, - -364.0627610840511, - -71.87305966114923, - 284.83034242302165, - 505.83831544069517, - 331.34934696676396 - ], - "relative wind speed": [ - 1.880747285792904, - 1.6563986022875294, - 1.5417650354860981, - 1.6285327287901301, - 1.8460110525226043, - 2.049709937867528, - 2.137271095206581, - 2.071918992217688 - ], - "relative wind angle": [ - 0.15899278771681893, - 0.13503586997677097, - 0.011411994153953487, - 0.12195272180388754, - 0.16201074306802493, - 0.10900875413606773, - 0.008232194052301548, - 0.09576397869291173 - ], - "resistance": [ - 96616.99071460741, - 96302.94552191961, - 96195.84802744034, - 96270.43723891595, - 96562.62694033886, - 96919.33034242303, - 97140.33831544069, - 96965.84934696676 - ], - "fuel": [ - 39.439857776595304, - 39.27828802360578, - 39.223272494707395, - 39.261584145101665, - 39.41186247420344, - 39.5957519813238, - 39.70992465725273, - 39.61976858806541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 19.375, -43.90625 19.53125, -43.75 19.53125, -43.75 19.375, -43.90625 19.375))", @@ -211157,68 +159522,7 @@ "id": "4247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.37191389510299, - 6.37191389510299, - 6.37191389510299, - 6.37191389510299, - 6.37191389510299, - 6.37191389510299, - 6.37191389510299, - 6.37191389510299 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 82.41624154546548, - -245.6001565329832, - -415.20889013047395, - -390.2825185163914, - -159.58703453289309, - 182.68092402945604, - 447.82779164374256, - 389.73816101388707 - ], - "relative wind speed": [ - 1.8730974134236191, - 1.6467678966956698, - 1.487651817103803, - 1.5180373225852044, - 1.7124056594953256, - 1.9310573676766805, - 2.056141807831752, - 2.033811630924608 - ], - "relative wind angle": [ - 0.1525063529190166, - 0.15778202866542926, - 0.054730762231537916, - 0.09478075206178983, - 0.1669460316744808, - 0.13440008424212507, - 0.039589164912495325, - 0.07069737274911676 - ], - "resistance": [ - 96716.91624154546, - 96388.89984346702, - 96219.29110986953, - 96244.2174814836, - 96474.91296546711, - 96817.18092402945, - 97082.32779164374, - 97024.23816101388 - ], - "fuel": [ - 39.402090421387555, - 39.233219333161856, - 39.14605752417036, - 39.15886045921993, - 39.27746232312991, - 39.453789094247256, - 39.59068490572727, - 39.560670745303085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 19.21875, -45 19.375, -44.84375 19.375, -44.84375 19.21875, -45 19.21875))", @@ -211250,39 +159554,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -178.12297179668167, + -178.12297179669258, -621.7057226087236, - -717.5269639118142, + -717.5269639118369, -530.0871196883463, - -23.235266067803423, + -23.23526606780524, 514.0553513257319, - 742.374048911025, + 742.3740489110269, 383.9552522377844 ], "relative wind speed": [ - 3.45377647703099, + 3.4537764770309898, 3.2840325419985175, - 3.227611639297696, + 3.2276116392976957, 3.3228913869619165, - 3.5059454520145574, + 3.505945452014558, 3.66542708683298, - 3.71520505109263, + 3.7152050510926307, 3.6302366722086403 ], "relative wind angle": [ - 0.07064921353731698, - 0.04688189103640395, - 0.008101666425056935, - 0.05747714736979816, - 0.06959622949590603, + 0.07064921353732169, + 0.046881891036403944, + 0.008101666425070639, + 0.057477147369798164, + 0.06959622949590762, 0.04200070504870592, 0.007038363248242125, - 0.05260628004992993 + 0.052606280049929934 ], "resistance": [ - 96456.37702820335, + 96456.37702820334, 96012.79427739131, - 95916.97303608821, + 95916.9730360882, 96104.41288031168, 96611.26473393223, 97148.55535132576, @@ -211290,7 +159594,7 @@ 97018.4552522378 ], "fuel": [ - 42.63947710200608, + 42.639477102006076, 42.4116349705076, 42.362513449741826, 42.45863401375871, @@ -211317,68 +159621,7 @@ "id": "4249", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.531522888425176, - 12.531522888425176, - 12.531522888425176, - 12.531522888425176, - 12.531522888425176, - 12.531522888425176, - 12.531522888425176, - 12.531522888425176 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -212.35805166215323, - -618.6207299864518, - -691.9551391080031, - -482.056527786729, - 18.634384781757035, - 524.5088079424486, - 699.3220550058886, - 330.61820296610495 - ], - "relative wind speed": [ - 3.449916176735186, - 3.292391113655927, - 3.2493703103814506, - 3.3499977735082602, - 3.52747282896624, - 3.674934957290223, - 3.713028248156182, - 3.622499289590532 - ], - "relative wind angle": [ - 0.06725332843755262, - 0.041458021079882, - 0.011960833597835641, - 0.05717125906082996, - 0.06577250552518055, - 0.03714033062059464, - 0.010467186885540481, - 0.052866391981481624 - ], - "resistance": [ - 96422.14194833784, - 96015.87927001355, - 95942.544860892, - 96152.44347221327, - 96653.13438478176, - 97159.00880794245, - 97333.82205500589, - 96965.1182029661 - ], - "fuel": [ - 42.64809817959782, - 42.43944869945525, - 42.401850852594215, - 42.50951718486388, - 42.76700576816948, - 43.02810742808698, - 43.118556801046225, - 42.92792032663982 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 19.0625, -45 19.21875, -44.84375 19.21875, -44.84375 19.0625, -45 19.0625))", @@ -211410,39 +159653,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -386.82701558423196, + -386.8270155842347, -709.2150500661555, - -701.2773067092048, + -701.2773067092157, -357.8304525733183, 207.31254966532288, 672.7552626087609, 653.8860374075484, - 173.75141705478563 + 173.75141705478654 ], "relative wind speed": [ - 3.2751415518880025, + 3.275141551888002, 3.1328942095929793, - 3.1377274604886156, + 3.137727460488615, 3.2862928860646448, 3.4812527820057206, 3.609798746277235, 3.6055983554497, - 3.470727904075286 + 3.4707279040752854 ], "relative wind angle": [ - 0.07152225828583868, + 0.07152225828584023, 0.02951323026331354, - 0.032929163956064135, + 0.03292916395607087, 0.07265097945144462, - 0.0672811041141455, + 0.06728110411414552, 0.025613204906146776, - 0.02865494122786241, - 0.06878402285227418 + 0.028654941227862413, + 0.06878402285227257 ], "resistance": [ 96247.67298441575, 95925.28494993383, - 95933.22269329078, + 95933.22269329077, 96276.66954742666, 96841.81254966531, 97307.25526260874, @@ -211452,7 +159695,7 @@ "fuel": [ 42.26241238447567, 42.09699845749466, - 42.1010665866347, + 42.10106658663469, 42.2773091743067, 42.56827231766373, 42.80879734948778, @@ -211477,68 +159720,7 @@ "id": "4251", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.78564147062766, - 13.78564147062766, - 13.78564147062766, - 13.78564147062766, - 13.78564147062766, - 13.78564147062766, - 13.78564147062766, - 13.78564147062766 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -373.78034472954823, - -724.0846561158623, - -731.3763043235294, - -400.6955849506503, - 174.08135681849035, - 664.152308490794, - 681.5585874883327, - 205.20750694915841 - ], - "relative wind speed": [ - 3.751842783966454, - 3.6197647696992536, - 3.6158866750192424, - 3.742803780062223, - 3.9188565308720276, - 4.04117109229535, - 4.04464143510618, - 3.927490375432054 - ], - "relative wind angle": [ - 0.05718405304764482, - 0.025552270090050868, - 0.023132697797935968, - 0.05634180962907525, - 0.054744492285717004, - 0.022887231163617905, - 0.020680131238260954, - 0.0536897764721958 - ], - "resistance": [ - 96260.71965527048, - 95910.41534388416, - 95903.1236956765, - 96233.80441504938, - 96808.58135681853, - 97298.65230849083, - 97316.05858748837, - 96839.70750694918 - ], - "fuel": [ - 43.563181182829375, - 43.383444894385406, - 43.37970850196955, - 43.54935515182918, - 43.84519694013533, - 44.09841086780111, - 44.10742092307815, - 43.861252879856764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 19.21875, -44.6875 19.375, -44.53125 19.375, -44.53125 19.21875, -44.6875 19.21875))", @@ -211557,68 +159739,7 @@ "id": "4252", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.929341920756436, - 11.929341920756436, - 11.929341920756436, - 11.929341920756436, - 11.929341920756436, - 11.929341920756436, - 11.929341920756436, - 11.929341920756436 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -102.68452647467984, - -478.3092393469278, - -573.8445925923434, - -455.8478184626174, - -64.66754547955406, - 375.5961064177927, - 603.835474646784, - 343.71297168007004 - ], - "relative wind speed": [ - 3.3133941143472954, - 3.1665488035752327, - 3.1078854677296173, - 3.176469526365486, - 3.3267962419688883, - 3.466860606823683, - 3.519545668412994, - 3.4577731476545766 - ], - "relative wind angle": [ - 0.062160772511277676, - 0.04447842208409218, - 0.002160306071666838, - 0.04733172758921036, - 0.061910034350223284, - 0.04062332129399356, - 0.0019076276680749763, - 0.04347856698435446 - ], - "resistance": [ - 96531.81547352533, - 96156.19076065309, - 96060.65540740767, - 96178.6521815374, - 96569.83245452047, - 97010.09610641781, - 97238.3354746468, - 96978.21297168008 - ], - "fuel": [ - 42.26211904059258, - 42.069029985044075, - 42.02000399404018, - 42.08056147023566, - 42.281690843354674, - 42.50873799524854, - 42.626726565720816, - 42.49227140703864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 19.21875, -44.53125 19.375, -44.375 19.375, -44.375 19.21875, -44.53125 19.21875))", @@ -211637,68 +159758,7 @@ "id": "4253", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.196738744708705, - 11.196738744708705, - 11.196738744708705, - 11.196738744708705, - 11.196738744708705, - 11.196738744708705, - 11.196738744708705, - 11.196738744708705 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -45.07532998322313, - -415.59928594336725, - -536.5498656069685, - -453.3835847432647, - -108.99306190766538, - 309.53981142895645, - 561.6489831137624, - 363.18225934481325 - ], - "relative wind speed": [ - 3.1289361631239005, - 2.978010535348498, - 2.9056698000457066, - 2.960182489229417, - 3.1049192974654316, - 3.249956708639531, - 3.3147923569629647, - 3.2662034515836997 - ], - "relative wind angle": [ - 0.06542441654364911, - 0.051452115634650714, - 0.00414170017529622, - 0.04600601489024635, - 0.06593121275986946, - 0.04714342559250529, - 0.0036305155362435474, - 0.041692936586085416 - ], - "resistance": [ - 96589.42467001677, - 96218.90071405664, - 96097.95013439303, - 96181.11641525674, - 96525.50693809234, - 96944.03981142896, - 97196.14898311376, - 96997.68225934482 - ], - "fuel": [ - 41.78576005238002, - 41.59521008543618, - 41.53311922822836, - 41.5758073951628, - 41.75285251303973, - 41.96860699189753, - 42.09888430939472, - 41.996306898642366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 19.0625, -44.6875 19.21875, -44.53125 19.21875, -44.53125 19.0625, -44.6875 19.0625))", @@ -211717,68 +159777,7 @@ "id": "4254", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.549548895961381, - 12.549548895961381, - 12.549548895961381, - 12.549548895961381, - 12.549548895961381, - 12.549548895961381, - 12.549548895961381, - 12.549548895961381 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -277.80074753737426, - -627.9539090756571, - -663.1973479383978, - -407.51505209957304, - 95.29458647179126, - 558.2561435734833, - 642.2894431791656, - 245.33613524693737 - ], - "relative wind speed": [ - 3.4302533575485548, - 3.2897311534571125, - 3.26909797361478, - 3.382295637644508, - 3.555284249586978, - 3.6856957457592867, - 3.7040089944872046, - 3.600938823682694 - ], - "relative wind angle": [ - 0.06344625590544652, - 0.03329096880972784, - 0.019161515368163136, - 0.05859737891390948, - 0.06121215991511089, - 0.029713310647399214, - 0.016911412401620016, - 0.05503572748077644 - ], - "resistance": [ - 96356.69925246263, - 96006.54609092434, - 95971.3026520616, - 96226.98494790043, - 96729.79458647179, - 97192.75614357348, - 97276.78944317916, - 96879.83613524694 - ], - "fuel": [ - 42.62805806558694, - 42.44827417624975, - 42.43020393011505, - 42.5614038900128, - 42.82012351074761, - 43.05917125456087, - 43.10264692340673, - 42.8975093149774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 19.0625, -44.53125 19.21875, -44.375 19.21875, -44.375 19.0625, -44.53125 19.0625))", @@ -211797,68 +159796,7 @@ "id": "4255", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.516073742351951, - 9.516073742351951, - 9.516073742351951, - 9.516073742351951, - 9.516073742351951, - 9.516073742351951, - 9.516073742351951, - 9.516073742351951 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -71.98372602438076, - -427.08457636986213, - -524.2411533729437, - -425.1544061004206, - -68.72992127450516, - 342.9859934096303, - 573.6086776748825, - 340.2418367118912 - ], - "relative wind speed": [ - 2.653549945467335, - 2.4786132635272073, - 2.4028906192919903, - 2.4797049199497327, - 2.6549919283907735, - 2.819004388569989, - 2.8838214446509007, - 2.818044173338477 - ], - "relative wind angle": [ - 0.09074476354251475, - 0.06844764913382896, - 0.00030129070421181544, - 0.06883133333788481, - 0.0906953425017323, - 0.060172005722147925, - 0.0002510448783534285, - 0.06055651459842558 - ], - "resistance": [ - 96562.51627397565, - 96207.41542363017, - 96110.25884662708, - 96209.3455938996, - 96565.77007872553, - 96977.48599340966, - 97208.10867767491, - 96974.74183671192 - ], - "fuel": [ - 40.744643973304235, - 40.562051038056154, - 40.512174855825535, - 40.563042263751775, - 40.74631924982181, - 40.95861603561748, - 41.077809701711104, - 40.95719895334699 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 18.90625, -45 19.0625, -44.84375 19.0625, -44.84375 18.90625, -45 18.90625))", @@ -211890,11 +159828,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -318.34946117639356, + -318.3494611763995, -557.9598855818804, - -542.4488937404112, + -542.4488937404171, -261.78456079629586, - 182.34925674087754, + 182.3492567408739, 537.5109904543533, 500.6635715057819, 116.87017274921664 @@ -211902,39 +159840,39 @@ "relative wind speed": [ 2.836408437357567, 2.712559803468958, - 2.723440509661926, + 2.7234405096619265, 2.861469478076459, - 3.0362885409050664, + 3.036288540905067, 3.1474243818953074, 3.1380141359587594, 3.0126820863113735 ], "relative wind angle": [ - 0.07318901607164506, + 0.07318901607164963, 0.027953113820558678, - 0.036796547930215195, + 0.03679654793022124, 0.07608521333269085, - 0.06836316722028556, + 0.0683631672202888, 0.02409015849856928, - 0.03193345283619412, - 0.0722595049007291 + 0.031933452836194115, + 0.07225950490072912 ], "resistance": [ - 96316.15053882361, + 96316.1505388236, 96076.54011441812, - 96092.05110625959, + 96092.05110625958, 96372.7154392037, - 96816.84925674088, + 96816.84925674087, 97172.01099045435, 97135.16357150578, 96751.37017274922 ], "fuel": [ - 41.22436033858452, + 41.22436033858451, 41.10132078010355, 41.10927918169121, 41.25343749140148, - 41.482157949688585, + 41.48215794968858, 41.665587643069976, 41.64653530570955, 41.44839133860856 @@ -211957,68 +159895,7 @@ "id": "4257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.544209975068167, - 12.544209975068167, - 12.544209975068167, - 12.544209975068167, - 12.544209975068167, - 12.544209975068167, - 12.544209975068167, - 12.544209975068167 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -397.40945933770035, - -680.5572908596014, - -657.3034814198627, - -311.9639617823832, - 226.67555490469022, - 651.0391723829289, - 595.6311782745697, - 127.82746246898205 - ], - "relative wind speed": [ - 3.3862012259415315, - 3.2632827216170757, - 3.2769183480326696, - 3.4178440099963203, - 3.5953772074430703, - 3.707301159221423, - 3.695254003001133, - 3.565310411408988 - ], - "relative wind angle": [ - 0.0618380664693087, - 0.02264258381205254, - 0.03197957526245113, - 0.06501637988500249, - 0.0582361815106359, - 0.019930328652658966, - 0.02835816977588577, - 0.062323645477624284 - ], - "resistance": [ - 96237.09054066229, - 95953.94270914038, - 95977.19651858012, - 96322.5360382176, - 96861.17555490468, - 97285.53917238291, - 97230.13117827456, - 96762.32746246897 - ], - "fuel": [ - 42.56256073345975, - 42.41727102186819, - 42.42919184605289, - 42.60646339415857, - 42.883846622117616, - 43.10314151069822, - 43.074470743456374, - 42.83286193164613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 18.75, -45 18.90625, -44.84375 18.90625, -44.84375 18.75, -45 18.75))", @@ -212037,68 +159914,7 @@ "id": "4258", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.591622815188918, - 9.591622815188918, - 9.591622815188918, - 9.591622815188918, - 9.591622815188918, - 9.591622815188918, - 9.591622815188918, - 9.591622815188918 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -165.26270990669127, - -446.11935567404544, - -490.6512900606017, - -327.41120189250205, - 35.12825670875054, - 391.52677821504676, - 497.2614475513401, - 222.85805499747585 - ], - "relative wind speed": [ - 2.629013438972247, - 2.4838357119378047, - 2.4494527377336257, - 2.5499431426948043, - 2.717042468202654, - 2.850366922418212, - 2.8799674862613807, - 2.7913834214126148 - ], - "relative wind angle": [ - 0.08198074172737764, - 0.048736911097530644, - 0.018028680463280603, - 0.0720071153631796, - 0.07931898215837792, - 0.04246573969024224, - 0.015333415778802205, - 0.06576944693084827 - ], - "resistance": [ - 96469.23729009334, - 96188.38064432598, - 96143.84870993943, - 96307.08879810752, - 96669.62825670878, - 97026.02677821508, - 97131.76144755137, - 96857.3580549975 - ], - "fuel": [ - 40.73881738880477, - 40.594459528340614, - 40.57159746272527, - 40.655438669541795, - 40.84199601824784, - 41.02587005220777, - 41.080511864110335, - 40.93879114256348 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 18.75, -44.84375 18.90625, -44.6875 18.90625, -44.6875 18.75, -44.84375 18.75))", @@ -212130,20 +159946,20 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -197.34002659970156, + -197.34002659970247, -562.3266738432781, -625.9429511664694, - -430.3639207888132, + -430.36392078881136, 25.683767985615304, 482.74368292710005, - 634.148056585881, + 634.1480565858656, 295.33046323950657 ], "relative wind speed": [ - 3.1440856398457426, + 3.144085639845742, 2.9879480681385115, 2.946936204755988, - 3.049205360253822, + 3.0492053602538216, 3.226186371739467, 3.3713082561505723, 3.4072158753122834, @@ -212153,20 +159969,20 @@ 0.07326941372447995, 0.04474263903153085, 0.013966816538145752, - 0.062959701278548, - 0.07140162001882083, - 0.039651998062875164, - 0.012079944941299395, + 0.06295970127854622, + 0.07140162001882085, + 0.03965199806287517, + 0.012079944941308585, 0.05788813735046285 ], "resistance": [ 96437.15997340032, 96072.17332615676, 96008.55704883357, - 96204.13607921121, + 96204.13607921122, 96660.18376798564, 97117.24368292713, - 97268.64805658591, + 97268.6480565859, 96929.83046323953 ], "fuel": [ @@ -212176,7 +159992,7 @@ 41.74934168367702, 41.983921592584025, 42.219798646183726, - 42.29810601044602, + 42.29810601044601, 42.12298540483816 ] }, @@ -212197,68 +160013,7 @@ "id": "4260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.381035055737463, - 11.381035055737463, - 11.381035055737463, - 11.381035055737463, - 11.381035055737463, - 11.381035055737463, - 11.381035055737463, - 11.381035055737463 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -227.32395153135622, - -530.911228185335, - -565.3343665219936, - -353.83788950233884, - 72.2640360781561, - 470.0101675659307, - 552.0406578054444, - 218.62024380987714 - ], - "relative wind speed": [ - 3.1126909287258813, - 2.978917194002625, - 2.9566722569120096, - 3.0610585997080912, - 3.2234269908472473, - 3.347443611828353, - 3.3671078908021, - 3.2724985305188543 - ], - "relative wind angle": [ - 0.06598746530055877, - 0.03555725189788175, - 0.018767007814897818, - 0.060266263547819034, - 0.06371743590515502, - 0.03164129872827512, - 0.016479170672955328, - 0.056368117766046756 - ], - "resistance": [ - 96407.17604846864, - 96103.58877181467, - 96069.16563347801, - 96280.66211049767, - 96706.76403607815, - 97104.51016756592, - 97186.54065780544, - 96853.12024380988 - ], - "fuel": [ - 41.81593841845539, - 41.65998015967934, - 41.64231802064217, - 41.75090424711637, - 41.970178374507746, - 42.17547013288085, - 42.21788238167266, - 42.04564987211394 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 18.90625, -44.53125 19.0625, -44.375 19.0625, -44.375 18.90625, -44.53125 18.90625))", @@ -212277,68 +160032,7 @@ "id": "4261", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.533538138707815, - 10.533538138707815, - 10.533538138707815, - 10.533538138707815, - 10.533538138707815, - 10.533538138707815, - 10.533538138707815, - 10.533538138707815 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -42.95701240962717, - -433.11755118619385, - -561.8989742224603, - -474.2111568957898, - -112.34973977898562, - 328.2728231679598, - 595.2682541215363, - 386.65145212004336 - ], - "relative wind speed": [ - 2.948820379658764, - 2.7791110188503794, - 2.696867984975368, - 2.7583099338944383, - 2.9210693833266888, - 3.0829742001197187, - 3.1551689408515533, - 3.101598665572106 - ], - "relative wind angle": [ - 0.07778851300775531, - 0.061885603663106005, - 0.00516081932752221, - 0.055204648130931525, - 0.07852904183488904, - 0.05577937187001455, - 0.004411184325368951, - 0.04908931083277644 - ], - "resistance": [ - 96591.54298759041, - 96201.38244881383, - 96072.60102577756, - 96160.28884310424, - 96522.15026022104, - 96962.772823168, - 97229.76825412156, - 97021.15145212007 - ], - "fuel": [ - 41.35926076038916, - 41.158623434427014, - 41.09252282804482, - 41.137524307148844, - 41.32353462277648, - 41.55068898328051, - 41.68868477559391, - 41.58083914469442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 18.75, -44.6875 18.90625, -44.53125 18.90625, -44.53125 18.75, -44.6875 18.75))", @@ -212370,51 +160064,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -157.07176171991796, + -157.07176171992205, -539.0731555562311, - -619.7666908294723, + -619.7666908294732, -450.11217530259, - -7.043296280513005, + -7.043296280514824, 458.7719328586131, - 650.1951860516656, + 650.195186051682, 332.3177148421987 ], "relative wind speed": [ - 2.875110035661307, + 2.8751100356613066, 2.6974476848967606, - 2.639973883721033, + 2.6399738837210327, 2.743295274521775, - 2.9358177990407386, + 2.935817799040739, 3.09984835977018, 3.148939783418485, 3.0593487710804186 ], "relative wind angle": [ - 0.08863336751064699, + 0.0886333675106495, 0.0587598434151167, - 0.011542421069066023, + 0.011542421069066021, 0.07351908800234049, - 0.08679591334148555, + 0.08679591334148812, 0.05112490012670653, - 0.009676745577754477, + 0.009676745577743003, 0.06591236295160914 ], "resistance": [ - 96477.42823828009, + 96477.42823828007, 96095.42684444376, 96014.73330917052, 96184.3878246974, - 96627.4567037195, + 96627.45670371948, 97093.27193285861, - 97284.69518605167, + 97284.69518605169, 96966.8177148422 ], "fuel": [ - 41.229886277134455, + 41.22988627713444, 41.03360114332232, 40.9922075627324, 41.07926377767704, - 41.30712444302133, + 41.30712444302131, 41.54747075406735, 41.646473330678376, 41.48214443055777 @@ -212450,54 +160144,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -74.23126201556124, + -74.23126201556488, -503.6633594283453, - -626.6422362313874, + -626.6422362315639, -510.93500028705694, - -86.46822800853079, + -86.46822800852942, 409.2780901219662, - 693.4685903185596, - 419.62615246509677 + 693.4685903183945, + 419.6261524651004 ], "relative wind speed": [ 2.7222991269568713, 2.5150826667795707, 2.422324292945582, 2.5110230801452, - 2.716994119971544, + 2.7169941199715435, 2.9098674821811126, 2.9875265027101885, - 2.913371359021743 + 2.9133713590217427 ], "relative wind angle": [ - 0.10399712955084531, + 0.10399712955084853, 0.0802883938150012, - 0.0011009844038826712, + 0.0011009844040843495, 0.07891167105678962, - 0.104200924252602, + 0.10420092425259986, 0.06937668919953557, - 0.0008926920249940958, - 0.06799546983511566 + 0.0008926920251184637, + 0.0679954698351124 ], "resistance": [ - 96560.26873798443, + 96560.26873798441, 96130.83664057164, - 96007.8577637686, + 96007.85776376842, 96123.56499971292, 96548.03177199146, 97043.77809012195, - 97327.96859031855, - 97054.12615246508 + 97327.96859031839, + 97054.12615246509 ], "fuel": [ - 40.868309289341205, + 40.8683092893412, 40.64755819027462, - 40.58446685512507, + 40.58446685512499, 40.6438260855847, 40.86200933504132, 41.11768025818416, - 41.264658024493826, - 41.123026801323064 + 41.26465802449375, + 41.12302680132308 ] }, { @@ -212517,68 +160211,7 @@ "id": "4264", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.171061605055736, - 6.171061605055736, - 6.171061605055736, - 6.171061605055736, - 6.171061605055736, - 6.171061605055736, - 6.171061605055736, - 6.171061605055736 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -32.715967020939615, - -496.2381998164999, - -636.110992910314, - -488.88369883932046, - -20.498471032406087, - 529.1659017296188, - 852.3667919035106, - 518.4081936343237 - ], - "relative wind speed": [ - 1.782285896426448, - 1.4005883125960619, - 1.2112495220898032, - 1.4080698755199863, - 1.7906032789296544, - 2.1026543933165938, - 2.2171327687694937, - 2.097651626168508 - ], - "relative wind angle": [ - 0.2860761938086231, - 0.2544673916760437, - 0.0035781274678074373, - 0.2575843713358134, - 0.28471016146344025, - 0.16847442395273407, - 0.0019547763483688317, - 0.17184493841097054 - ], - "resistance": [ - 96601.78403297905, - 96138.26180018349, - 95998.38900708967, - 96145.61630116067, - 96614.00152896758, - 97163.6659017296, - 97486.86679190349, - 97152.90819363431 - ], - "fuel": [ - 39.27405744790575, - 39.03573998737845, - 38.963982169334315, - 39.03951502261672, - 39.28034982170412, - 39.56401793752089, - 39.73133875467225, - 39.55845536565396 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 19.84375, -43.28125 20, -43.125 20, -43.125 19.84375, -43.28125 19.84375))", @@ -212610,11 +160243,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -34.68928034312057, - -591.6012823245269, - -763.7672374736891, + -34.68928034312103, + -591.6012823245271, + -763.7672374737169, -598.111247243547, - -45.506934239931525, + -45.5069342399313, 608.5274705623078, 1001.2717720984497, 618.0060460421328 @@ -212630,11 +160263,11 @@ 2.345343965441592 ], "relative wind angle": [ - 0.26443229292131776, - 0.23410192752861464, - 0.002387041343173057, - 0.2319041207161111, - 0.2653113206568051, + 0.2644322929213186, + 0.23410192752861467, + 0.002387041343266078, + 0.23190412071611113, + 0.26531132065680474, 0.16073285514791305, 0.0013684015953053133, 0.15839693926855136 @@ -212642,7 +160275,7 @@ "resistance": [ 96599.81071965686, 96042.89871767546, - 95870.7327625263, + 95870.73276252627, 96036.38875275644, 96588.99306576005, 97243.02747056229, @@ -212652,7 +160285,7 @@ "fuel": [ 39.569317995175766, 39.28308554250989, - 39.19483205963621, + 39.19483205963619, 39.27974648216245, 39.5637471247365, 39.90134415839606, @@ -212677,68 +160310,7 @@ "id": "4266", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.161702827099714, - 6.161702827099714, - 6.161702827099714, - 6.161702827099714, - 6.161702827099714, - 6.161702827099714, - 6.161702827099714, - 6.161702827099714 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 44.75398801455094, - -381.4526512494365, - -557.2452983628466, - -475.8677287514123, - -112.25479672777237, - 361.3333280331101, - 686.0676313282338, - 498.1853971151086 - ], - "relative wind speed": [ - 1.8168728448524707, - 1.4905716147812405, - 1.2898547071508453, - 1.3977503618296487, - 1.7093506313118862, - 2.0002756750850863, - 2.135223957707823, - 2.066204356092044 - ], - "relative wind angle": [ - 0.23492873849063764, - 0.22889229658870222, - 0.0429479232699518, - 0.18702319439913545, - 0.2500121168496072, - 0.1698973593441948, - 0.025939088508405636, - 0.12611564013190024 - ], - "resistance": [ - 96679.25398801456, - 96253.04734875058, - 96077.25470163717, - 96158.6322712486, - 96522.24520327224, - 96995.83332803313, - 97320.56763132825, - 97132.68539711513 - ], - "fuel": [ - 39.31082921534565, - 39.0915449139663, - 39.00129608428085, - 39.043059591466886, - 39.229969194870975, - 39.47414752120638, - 39.64206031066213, - 39.544862803873585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 19.6875, -43.28125 19.84375, -43.125 19.84375, -43.125 19.6875, -43.28125 19.6875))", @@ -212770,34 +160342,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 59.45243025940886, + 59.45243025940749, -415.47610958349094, - -617.219515995676, + -617.2195159956767, -532.6232333440456, -135.38796249702796, 388.75027737888536, - 753.7474827038775, - 558.4475335203686 + 753.7474827038802, + 558.4475335203695 ], "relative wind speed": [ - 1.926951717442028, + 1.9269517174420274, 1.5858091427044132, 1.371381593591317, 1.477255045036471, 1.8008068633682701, 2.107429155018536, 2.2528561439350687, - 2.1848949202241608 + 2.1848949202241603 ], "relative wind angle": [ - 0.23092565374232457, - 0.22756322654162764, - 0.04735557303646544, + 0.23092565374232504, + 0.2275632265416276, + 0.047355573036467785, 0.18102157417016607, - 0.2474283549031917, - 0.17059002955131375, - 0.028819984320860855, - 0.12202790366273876 + 0.24742835490319168, + 0.17059002955131378, + 0.028819984320857, + 0.12202790366273696 ], "resistance": [ 96693.95243025942, @@ -212837,68 +160409,7 @@ "id": "4268", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.6342787339677125, - 6.6342787339677125, - 6.6342787339677125, - 6.6342787339677125, - 6.6342787339677125, - 6.6342787339677125, - 6.6342787339677125, - 6.6342787339677125 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 120.84082081656538, - -380.805677007176, - -627.1567932721388, - -571.3209311767063, - -196.1580175252118, - 337.93828537722857, - 742.3355997960414, - 613.5891906863073 - ], - "relative wind speed": [ - 1.9944087922841311, - 1.6533293462630991, - 1.4122131187951177, - 1.4809441464264304, - 1.7926414873253784, - 2.1113341766773024, - 2.2796675283741177, - 2.2356284056134377 - ], - "relative wind angle": [ - 0.21959612133353096, - 0.23222419481742693, - 0.07346674779709053, - 0.15860922326342353, - 0.24479094898687767, - 0.18120858658930725, - 0.04548608591869981, - 0.10481914529763245 - ], - "resistance": [ - 96755.34082081655, - 96253.69432299281, - 96007.34320672785, - 96063.17906882327, - 96438.34198247477, - 96972.43828537721, - 97376.83559979603, - 97248.0891906863 - ], - "fuel": [ - 39.51566046272518, - 39.2574905620914, - 39.13105001160271, - 39.159688166750016, - 39.35240966886933, - 39.62767891558913, - 39.836808385958086, - 39.77016261697789 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 19.53125, -43.28125 19.6875, -43.125 19.6875, -43.125 19.53125, -43.28125 19.53125))", @@ -212917,68 +160428,7 @@ "id": "4269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.432414296293429, - 6.432414296293429, - 6.432414296293429, - 6.432414296293429, - 6.432414296293429, - 6.432414296293429, - 6.432414296293429, - 6.432414296293429 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 35.186460974994134, - -429.56892955852993, - -613.0882341850652, - -515.9997528288372, - -108.5243987180163, - 412.80832314437475, - 762.3840434509232, - 538.1641437958399 - ], - "relative wind speed": [ - 1.8892006581276313, - 1.5449039239363676, - 1.3398810021847476, - 1.4632838669687709, - 1.7949510996674503, - 2.098618698733354, - 2.235094511838741, - 2.156323004917441 - ], - "relative wind angle": [ - 0.23929997110602666, - 0.22918944398138721, - 0.03626719515080979, - 0.19412355752061397, - 0.2521310756836618, - 0.16803489449804881, - 0.021738186067681964, - 0.13128350835904048 - ], - "resistance": [ - 96669.68646097503, - 96204.93107044151, - 96021.41176581498, - 96118.5002471712, - 96525.97560128203, - 97047.30832314442, - 97396.88404345096, - 97172.66414379589 - ], - "fuel": [ - 39.398969548926644, - 39.1599017044029, - 39.06572164172187, - 39.115530756295186, - 39.32495956260612, - 39.59380817567813, - 39.77464901675111, - 39.65860435552683 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 19.375, -43.4375 19.53125, -43.28125 19.53125, -43.28125 19.375, -43.4375 19.375))", @@ -212997,68 +160447,7 @@ "id": "4270", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.760588390465, - 7.760588390465, - 7.760588390465, - 7.760588390465, - 7.760588390465, - 7.760588390465, - 7.760588390465, - 7.760588390465 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 138.9826025307616, - -404.16842029523013, - -683.4613543440869, - -639.3073427296531, - -253.6410856077041, - 314.82381819671264, - 754.7275106355219, - 652.1856592945724 - ], - "relative wind speed": [ - 2.297765976213042, - 1.988593513877143, - 1.7694279143912381, - 1.8141973798095727, - 2.083706629402084, - 2.3805582612954934, - 2.547682604766445, - 2.5159987412454217 - ], - "relative wind angle": [ - 0.17039634955623223, - 0.17816538505303195, - 0.06150958866017003, - 0.10969287274582533, - 0.18810047792870552, - 0.14859006758347962, - 0.04270596168119849, - 0.07901931982449639 - ], - "resistance": [ - 96773.48260253078, - 96230.3315797048, - 95951.03864565594, - 95995.19265727038, - 96380.85891439233, - 96949.32381819675, - 97389.22751063555, - 97286.6856592946 - ], - "fuel": [ - 39.979045955600554, - 39.69952123150824, - 39.556214578318475, - 39.57885091414637, - 39.77687796306106, - 40.069775286705365, - 40.297257700626034, - 40.24416703206731 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 19.375, -43.28125 19.53125, -43.125 19.53125, -43.125 19.375, -43.28125 19.375))", @@ -213090,9 +160479,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -3.8469726669329702, + -3.8469726669336524, -503.7615756745197, - -679.2703319548699, + -679.2703319548701, -555.8142213424549, -90.45658862104551, 480.97349675651026, @@ -213102,7 +160491,7 @@ "relative wind speed": [ 2.023728544472893, 1.678144433904696, - 1.4916900444110885, + 1.4916900444110883, 1.633586747138303, 1.9714947404943415, 2.2729056277078277, @@ -213110,14 +160499,14 @@ 2.305138406492184 ], "relative wind angle": [ - 0.22621414336248735, - 0.20396866099632718, + 0.22621414336248835, + 0.2039686609963272, 0.017979585245542194, 0.18593467076737405, - 0.2323162716193591, - 0.15011642385980287, + 0.23231627161935914, + 0.15011642385980284, 0.011177402843235129, - 0.13138643056155855 + 0.13138643056155858 ], "resistance": [ 96630.65302733309, @@ -213170,34 +160559,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -118.09675706882626, + -118.09675706882717, -651.6705344620602, - -783.7999599875694, + -783.7999599875702, -544.8264457023548, 59.3984322991962, 721.0397403324312, - 1025.1999498146886, - 564.5914070155025 + 1025.1999498146845, + 564.5914070155029 ], "relative wind speed": [ - 1.906919660806337, + 1.9069196608063366, 1.4868127639081028, 1.321586211099119, 1.5862200951458683, 2.0170174450456493, 2.3439474762605457, 2.440924384945365, - 2.2778515702616944 + 2.277851570261694 ], "relative wind angle": [ - 0.2980366870073302, + 0.29803668700733027, 0.24132467712044023, - 0.04347668738786443, + 0.04347668738786698, 0.27882190606478563, 0.2813112736754366, 0.15218231302817056, - 0.023534278169671758, - 0.19284946950860063 + 0.023534278169676476, + 0.19284946950859946 ], "resistance": [ 96516.4032429312, @@ -213250,34 +160639,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -218.2011665138475, + -218.20116651384842, -682.351300413024, - -757.8218052758422, + -757.821805275843, -464.6323832010337, - 143.72917172591042, + 143.72917172591087, 750.8298381954521, 924.4612024016726, 434.4038397223874 ], "relative wind speed": [ - 1.900081722618491, + 1.9000817226184907, 1.5320865192304736, - 1.4424461264042245, - 1.7223788239781743, - 2.1180492446895705, + 1.4424461264042243, + 1.722378823978174, + 2.118049244689571, 2.397739363056619, 2.4527112198504657, - 2.264918175623674 + 2.2649181756236736 ], "relative wind angle": [ - 0.2695791332306302, + 0.2695791332306311, 0.1825859864951421, - 0.07815984728239861, - 0.2568014598273329, - 0.24125176100357296, + 0.07815984728240004, + 0.25680145982733243, + 0.2412517610035734, 0.1162819144718444, - 0.04593538456960795, - 0.19436932558683911 + 0.04593538456960794, + 0.19436932558683856 ], "resistance": [ 96416.29883348616, @@ -213330,33 +160719,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 40.51303611272124, - -424.8166350281233, + 40.51303611272101, + -424.8166350281234, -602.1212788375141, - -490.31324291665294, - -68.3249376140916, + -490.3132429166527, + -68.32493761409148, 464.3700115409654, - 818.2701234262574, + 818.2701234262538, 560.9592751902178 ], "relative wind speed": [ 1.708778742036841, - 1.3086805112953828, + 1.3086805112953825, 1.0651876297633256, - 1.2346906820310481, + 1.2346906820310484, 1.629046650469461, 1.964961347711052, 2.1069155398453843, 2.012276496495569 ], "relative wind angle": [ - 0.3098714140029217, - 0.3091180493296086, + 0.309871414002922, + 0.3091180493296079, 0.039407260772261477, - 0.27794716259401125, - 0.32558275463783926, + 0.27794716259401164, + 0.3255827546378389, 0.20402462179386832, - 0.019919184062901135, + 0.019919184062906707, 0.16916076562077234 ], "resistance": [ @@ -213366,7 +160755,7 @@ 96144.18675708336, 96566.17506238593, 97098.87001154097, - 97452.77012342628, + 97452.77012342626, 97195.45927519024 ], "fuel": [ @@ -213376,7 +160765,7 @@ 38.890347690967005, 39.10728740079052, 39.38208639995, - 39.56523506246608, + 39.56523506246607, 39.432026564853665 ] }, @@ -213410,17 +160799,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 27.046809570621008, + 27.046809570620326, -426.8150441066673, - -591.8430620693596, + -591.8430620693614, -473.93112559605913, - -51.25917901881303, + -51.2591790188128, 473.8444022390138, 815.0088606698614, 543.4385471552207 ], "relative wind speed": [ - 1.6758195033014769, + 1.6758195033014764, 1.2745579540046774, 1.038260903300659, 1.2202350846598486, @@ -213430,12 +160819,12 @@ 1.9839627081523932 ], "relative wind angle": [ - 0.3176819768476194, + 0.3176819768476201, 0.3125003729733427, - 0.029563069925240684, + 0.02956306992525195, 0.28958773529417936, - 0.3295346949917114, - 0.2023773030747513, + 0.32953469499171106, + 0.20237730307475127, 0.014720034840719076, 0.1765474624190562 ], @@ -213490,30 +160879,30 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -250.8627902562281, + -250.86279025622866, -580.4553453680453, - -594.9378871849756, - -297.25303196468315, + -594.937887184976, + -297.25303196468303, 219.8493497945626, 688.2673249447214, 721.4558571199509, 274.84856171187494 ], "relative wind speed": [ - 1.5665433827873023, + 1.566543382787302, 1.2345918366188484, - 1.2139454940618992, - 1.527092534823581, + 1.213945494061899, + 1.5270925348235813, 1.8964314537570994, 2.127508736975726, 2.1393566244085536, 1.9283409498945039 ], "relative wind angle": [ - 0.30160375230676095, - 0.1692132683548172, - 0.14159120871635716, - 0.2992436112363457, + 0.30160375230676173, + 0.16921326835481723, + 0.14159120871635794, + 0.2992436112363461, 0.2479107951152472, 0.09788263773880924, 0.08016142154572306, @@ -213570,19 +160959,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -231.31726489837308, + -231.31726489837376, -568.38614199392, - -593.9595047530884, + -593.9595047530886, -313.66226536738, - 192.06902292891846, + 192.06902292891823, 660.8897045458916, 719.544062639086, 289.5496002994025 ], "relative wind speed": [ - 1.5956009405212392, + 1.5956009405212388, 1.2664108892151502, - 1.2305462037763801, + 1.23054620377638, 1.5263496671912034, 1.890128599786308, 2.124789858974224, @@ -213590,11 +160979,11 @@ 1.9464802024648782 ], "relative wind angle": [ - 0.29220932038381014, + 0.292209320383811, 0.1722258149632603, 0.124422519309783, 0.2876335674010811, - 0.24564349503901603, + 0.2456434950390165, 0.10232125721355313, 0.07122984820352853, 0.22432996550583958 @@ -213650,34 +161039,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -85.92921482285419, + -85.92921482285487, -460.0740987105628, - -549.9655535316269, + -549.9655535316274, -372.0754942162396, 60.294287654735285, 530.2412494165739, 736.8418329828822, - 400.570617674602 + 400.5706176746015 ], "relative wind speed": [ - 1.541338642950626, + 1.5413386429506257, 1.1693499080366787, - 1.0268284291487817, + 1.0268284291487815, 1.2728195974502976, 1.6532039115132284, 1.9342773270320175, 2.0135618595879694, - 1.8678164410996005 + 1.8678164410996003 ], "relative wind angle": [ - 0.32610731692370687, + 0.3261073169237076, 0.2661532164609058, - 0.05731235095893052, + 0.05731235095893246, 0.3120309808605352, 0.30330993319259836, 0.15968539296277678, 0.02921494894365102, - 0.21075594262375966 + 0.2107559426237591 ], "resistance": [ 96548.57078517713, @@ -213730,7 +161119,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -160.46951063935887, + -160.46951063935944, -497.0102514917327, -547.9599929254098, -323.48744095184327, @@ -213740,9 +161129,9 @@ 321.22984989425004 ], "relative wind speed": [ - 1.5270120932909577, + 1.5270120932909572, 1.1859540437613212, - 1.108468004991139, + 1.1084680049911388, 1.379330759203516, 1.741639943321919, 1.989620222886111, @@ -213750,14 +161139,14 @@ 1.8607853938448304 ], "relative wind angle": [ - 0.30871684040049824, + 0.30871684040049857, 0.21145901427121414, - 0.10116010546217698, + 0.10116010546217588, 0.2997003381971538, 0.26964954443755634, 0.12543592622849611, - 0.05506822440245384, - 0.220631523888871 + 0.05506822440245385, + 0.22063152388887097 ], "resistance": [ 96474.03048936065, @@ -213810,7 +161199,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 85.50927907265918, + 85.50927907265873, -397.0628700099352, -606.2260033648668, -517.4177721868708, @@ -213822,7 +161211,7 @@ "relative wind speed": [ 1.7542162072293905, 1.3574458358452068, - 1.0900497802245694, + 1.0900497802245692, 1.2236383489033074, 1.6089903178364542, 1.9553682894391604, @@ -213830,14 +161219,14 @@ 2.0417721556752872 ], "relative wind angle": [ - 0.29717960737853183, - 0.31236223911829264, - 0.07002282840269677, + 0.2971796073785326, + 0.3123622391182926, + 0.07002282840269519, 0.2555402109986501, 0.3249428987602519, 0.2149897325161461, - 0.036048493471106724, - 0.152069894456121 + 0.03604849347110673, + 0.15206989445612104 ], "resistance": [ 96720.00927907265, @@ -213890,9 +161279,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -58.11867034097395, + -58.11867034097418, -496.27778884406996, - -617.3893533320875, + -617.3893533320877, -445.92412350974826, 25.546238515599725, 560.2343837864464, @@ -213900,9 +161289,9 @@ 486.0758399518163 ], "relative wind speed": [ - 1.6703562155764302, + 1.67035621557643, 1.2741191520196657, - 1.095437901839984, + 1.0954379018399838, 1.3296326295396523, 1.7304638120292497, 2.03990570324079, @@ -213910,14 +161299,14 @@ 2.004163656521364 ], "relative wind angle": [ - 0.31844844224089125, + 0.3184484422408916, 0.27621006578928103, 0.028837505347028593, 0.29937168824821253, - 0.30701870927809627, + 0.3070187092780963, 0.17116932777703664, - 0.014751961720753945, - 0.1969306471597507 + 0.014751961720753947, + 0.19693064715975067 ], "resistance": [ 96576.38132965901, @@ -213970,33 +161359,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -33.910039256975324, + -33.91003925697669, -521.2952055826265, - -668.2526170864841, - -511.751341268533, + -668.2526170864843, + -511.7513412685331, -18.055777472119416, 560.924605038955, - 900.3829525568037, + 900.3829525568374, 546.9459901019877 ], "relative wind speed": [ - 1.8131232789113205, + 1.8131232789113203, 1.417045329914743, - 1.2204009304929608, + 1.2204009304929606, 1.42664313341502, 1.8237363806010713, 2.1460225868859935, - 2.2636368921074665, + 2.263636892107466, 2.139654126333929 ], "relative wind angle": [ - 0.29181597353130967, + 0.29181597353131083, 0.2604600452615583, 0.004538970754238426, - 0.26435184149937097, + 0.264351841499371, 0.2900683245422857, - 0.17087738650058082, - 0.0024471021210570373, + 0.17087738650058085, + 0.002447102121011668, 0.17510791563994274 ], "resistance": [ @@ -214006,7 +161395,7 @@ 96122.74865873148, 96616.44422252789, 97195.42460503896, - 97534.88295255681, + 97534.88295255686, 97181.445990102 ], "fuel": [ @@ -214016,7 +161405,7 @@ 39.061714036206496, 39.31554416895988, 39.61437839046218, - 39.79016606244328, + 39.7901660624433, 39.60714879105803 ] }, @@ -214050,19 +161439,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -102.49276408004084, + -102.4927640800413, -533.5955864737202, - -635.8791032079863, + -635.8791032079864, -428.0032468985885, 72.96525221982597, 615.6571155705335, - 850.7042856281803, + 850.7042856281776, 460.06952904567515 ], "relative wind speed": [ - 1.6551690996147086, + 1.6551690996147084, 1.2556756863469885, - 1.1048243363621628, + 1.1048243363621626, 1.3711019076922437, 1.779992388517397, 2.0811622287117006, @@ -214070,13 +161459,13 @@ 2.0069970628334066 ], "relative wind angle": [ - 0.32631798984131577, - 0.26491477404175406, + 0.32631798984131616, + 0.264914774041754, 0.05943459707037339, 0.3125380600102005, 0.30267866431897644, 0.15863869547095766, - 0.03031663702045563, + 0.030316637020459294, 0.21163092006503284 ], "resistance": [ @@ -214117,68 +161506,7 @@ "id": "4284", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.398550264992467, - 5.398550264992467, - 5.398550264992467, - 5.398550264992467, - 5.398550264992467, - 5.398550264992467, - 5.398550264992467, - 5.398550264992467 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -25.72633665937019, - -444.00215495738007, - -568.7619351561746, - -420.82408430316843, - 12.819921519485888, - 518.4321637507412, - 806.1466163079881, - 484.02792205852893 - ], - "relative wind speed": [ - 1.5762397669146344, - 1.1707306052905764, - 0.967945636220115, - 1.198961281249372, - 1.6059700704035156, - 1.9217339877493276, - 2.031441093203888, - 1.9042488061962481 - ], - "relative wind angle": [ - 0.3441253107880177, - 0.3169428343636009, - 0.016295264836483317, - 0.3288222264076309, - 0.3374985738112965, - 0.19102651749923802, - 0.007764138950416845, - 0.20475131355859705 - ], - "resistance": [ - 96608.77366334065, - 96190.49784504263, - 96065.73806484384, - 96213.67591569685, - 96647.3199215195, - 97152.93216375075, - 97440.646616308, - 97118.52792205854 - ], - "fuel": [ - 39.038138341356145, - 38.82303799111597, - 38.759005723038726, - 38.83494038743078, - 39.05799370147353, - 39.31894885350853, - 39.467867885650655, - 39.301162072184454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 19.53125, -42.65625 19.6875, -42.5 19.6875, -42.5 19.53125, -42.65625 19.53125))", @@ -214197,68 +161525,7 @@ "id": "4285", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.920996499523465, - 5.920996499523465, - 5.920996499523465, - 5.920996499523465, - 5.920996499523465, - 5.920996499523465, - 5.920996499523465, - 5.920996499523465 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -26.29429227136302, - -449.173863059905, - -578.1705224195441, - -448.0624748116935, - -24.447974861988087, - 475.1093713359994, - 773.3244537945286, - 473.48514420803303 - ], - "relative wind speed": [ - 1.7114983279305616, - 1.3502764112643233, - 1.1689520639026076, - 1.3514510370179318, - 1.7128089676348077, - 2.009899176402255, - 2.1204933761785623, - 2.0091095491939903 - ], - "relative wind angle": [ - 0.2816956929594923, - 0.25143309932656277, - 0.0005835885084677394, - 0.2519469164875837, - 0.2814742582511478, - 0.16793004450188967, - 0.0003217114345003242, - 0.16848374162175797 - ], - "resistance": [ - 96608.20570772862, - 96185.32613694009, - 96056.32947758044, - 96186.43752518829, - 96610.052025138, - 97109.60937133599, - 97407.82445379451, - 97107.98514420803 - ], - "fuel": [ - 39.195528103703076, - 38.97806476745198, - 38.91186144383812, - 38.97863542021576, - 39.196479020572994, - 39.45423423282458, - 39.60854607118181, - 39.4533946801676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 19.375, -42.8125 19.53125, -42.65625 19.53125, -42.65625 19.375, -42.8125 19.375))", @@ -214290,20 +161557,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 48.29803540901412, + 48.298035409013664, -527.1615283812089, - -751.9277434140148, - -624.8040450413766, + -751.9277434140159, + -624.8040450413768, -113.92315925839398, 536.6030832150218, 972.0769228444146, 679.19383615479 ], "relative wind speed": [ - 2.000218148126133, - 1.5889432830144417, - 1.3408507444779045, - 1.4986918559876734, + 2.0002181481261325, + 1.5889432830144419, + 1.3408507444779043, + 1.4986918559876732, 1.8991532247213307, 2.2545320699484077, 2.4103474629388213, @@ -214311,13 +161578,13 @@ ], "relative wind angle": [ 0.2707553256757296, - 0.26453443834969964, - 0.03920229481332813, - 0.2296290357635356, - 0.2855574576347755, - 0.18533016358115356, - 0.0218039633220204, - 0.14786079638583435 + 0.2645344383497001, + 0.03920229481333097, + 0.2296290357635351, + 0.28555745763477547, + 0.1853301635811536, + 0.021803963322020403, + 0.14786079638583438 ], "resistance": [ 96682.79803540903, @@ -214370,9 +161637,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 113.00899264844998, + 113.00899264844861, -554.945915358933, - -857.1142318531286, + -857.1142318531295, -757.609652221663, -224.23860884627766, 501.4254104887466, @@ -214380,9 +161647,9 @@ 794.4465544019447 ], "relative wind speed": [ - 2.3220472547813107, + 2.3220472547813102, 1.9289944985294567, - 1.6706133528035156, + 1.6706133528035154, 1.7738415690808913, 2.1399601561938364, 2.5000626288510572, @@ -214390,14 +161657,14 @@ 2.6124354559175638 ], "relative wind angle": [ - 0.219231720711178, + 0.21923172071117852, 0.22117950397079955, - 0.05598113889306145, - 0.16479086445295177, - 0.2382320082863428, + 0.055981138893063435, + 0.16479086445295174, + 0.23823200828634283, 0.17008822945377045, 0.03489033178659173, - 0.11161875095707773 + 0.11161875095707774 ], "resistance": [ 96747.50899264844, @@ -214450,19 +161717,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -54.7701866615148, + -54.770186661515254, -506.51555083483356, - -633.7096632101766, + -633.7096632101768, -463.9764503606365, - 15.902018301919043, + 15.90201830191927, 563.6823340817225, 856.8544031288582, 501.15450029115505 ], "relative wind speed": [ - 1.7128403662028087, + 1.7128403662028084, 1.3173224704750048, - 1.1355275593137153, + 1.135527559313715, 1.3628229900927271, 1.762464936191807, 2.074793069243531, @@ -214470,14 +161737,14 @@ 2.04519394412219 ], "relative wind angle": [ - 0.3097510021905961, + 0.30975100219059687, 0.26954434631365615, 0.022911757844125705, 0.28837762044327214, - 0.30075231705062466, - 0.16988968518430636, + 0.3007523170506243, + 0.1698896851843064, 0.011935769587123248, - 0.190662261261314 + 0.19066226126131403 ], "resistance": [ 96579.72981333848, @@ -214530,9 +161797,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -95.21986803239861, + -95.21986803239929, -649.7092787409256, - -799.9274454450259, + -799.927445445028, -593.1286734416922, -1.1523723661020995, 666.4083769038214, @@ -214540,7 +161807,7 @@ 584.3107663232774 ], "relative wind speed": [ - 2.0761099123283184, + 2.076109912328318, 1.689666179987969, 1.5227542523396895, 1.736592091282727, @@ -214550,9 +161817,9 @@ 2.414972114482791 ], "relative wind angle": [ - 0.251311680319239, + 0.2513116803192394, 0.2058381025296632, - 0.018311039261210606, + 0.018311039261216668, 0.2234246615073079, 0.2448018519649137, 0.14154326480168153, @@ -214562,7 +161829,7 @@ "resistance": [ 96539.28013196761, 95984.79072125908, - 95834.57255455498, + 95834.57255455496, 96041.3713265583, 96633.34762763389, 97300.90837690383, @@ -214572,7 +161839,7 @@ "fuel": [ 39.678888624962894, 39.39402368822024, - 39.31704714299552, + 39.317047142995506, 39.42303915159486, 39.72732862966713, 40.07203461897373, @@ -214597,68 +161864,7 @@ "id": "4290", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.216465573627879, - 6.216465573627879, - 6.216465573627879, - 6.216465573627879, - 6.216465573627879, - 6.216465573627879, - 6.216465573627879, - 6.216465573627879 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -157.14690493049602, - -586.2170771510322, - -669.1348477283067, - -423.0524061367695, - 113.929877134442, - 668.2939658283724, - 858.6855562536509, - 429.2411555933511 - ], - "relative wind speed": [ - 1.7112709570082127, - 1.3274515914766916, - 1.2133914705729225, - 1.4929125196885342, - 1.8943086547452923, - 2.1805333842958516, - 2.2460041644849196, - 2.0707645390772833 - ], - "relative wind angle": [ - 0.3070165693194708, - 0.22652465415197595, - 0.07882485057266636, - 0.29444647960818965, - 0.2765250998108152, - 0.13715553938911162, - 0.04255345072705286, - 0.21078369702020122 - ], - "resistance": [ - 96477.35309506953, - 96048.282922849, - 95965.36515227173, - 96211.44759386325, - 96748.42987713448, - 97302.7939658284, - 97493.18555625368, - 97063.74115559338 - ], - "fuel": [ - 39.22530430626761, - 39.00487134953029, - 38.96235168591683, - 39.08861577655325, - 39.36492195335004, - 39.65129762383578, - 39.74991470442828, - 39.52766650553351 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 19.0625, -42.96875 19.21875, -42.8125 19.21875, -42.8125 19.0625, -42.96875 19.0625))", @@ -214677,68 +161883,7 @@ "id": "4291", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.045812575624751, - 9.045812575624751, - 9.045812575624751, - 9.045812575624751, - 9.045812575624751, - 9.045812575624751, - 9.045812575624751, - 9.045812575624751 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -133.3323512028578, - -778.5768756686264, - -949.7978744030424, - -720.0371147095525, - -35.677265472752424, - 733.3690725772285, - 1132.2163014175408, - 649.2826858847375 - ], - "relative wind speed": [ - 2.5354215244882177, - 2.1806361387507747, - 2.0323782377327704, - 2.2182006066895505, - 2.5810941288515297, - 2.887080746914451, - 2.993300504062402, - 2.858320359461497 - ], - "relative wind angle": [ - 0.1906609694706287, - 0.1488137002690963, - 0.011440094134180056, - 0.16127553951282217, - 0.18724684742712222, - 0.11222122306492802, - 0.007767454341909343, - 0.12494089939076695 - ], - "resistance": [ - 96501.16764879719, - 95855.92312433141, - 95684.702125597, - 95914.46288529049, - 96598.82273452729, - 97367.86907257728, - 97766.71630141759, - 97283.78268588478 - ], - "fuel": [ - 40.458948638073046, - 40.1276593743693, - 40.04000910794939, - 40.15765166718596, - 40.50922287283482, - 40.90637902771655, - 41.11322108640006, - 40.862847404061434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 18.90625, -43.125 19.0625, -42.96875 19.0625, -42.96875 18.90625, -43.125 18.90625))", @@ -214770,9 +161915,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -73.721402946034, + -73.72140294603446, -530.4501212455309, - -653.8051581565087, + -653.8051581565115, -474.545647025118, 19.150697685179694, 574.7010216929343, @@ -214780,24 +161925,24 @@ 492.957457746508 ], "relative wind speed": [ - 1.7772096730185791, + 1.777209673018579, 1.3959876898345347, 1.23038827279262, 1.4520568795159838, 1.839648477968522, - 2.143361638686562, + 2.1433616386865615, 2.2425265756590482, - 2.10578051159493 + 2.1057805115949306 ], "relative wind angle": [ - 0.2888076718946054, + 0.2888076718946058, 0.24227852327496652, - 0.026433432855792884, + 0.02643343285580549, 0.265429034958511, 0.2787383063827758, - 0.1569015826348382, - 0.014501829608617015, - 0.18188827172012417 + 0.1569015826348368, + 0.014501829608617017, + 0.18188827172012537 ], "resistance": [ 96560.77859705397, @@ -214850,33 +161995,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -131.4738632591434, + -131.47386325914522, -678.897006751999, - -817.365044664148, + -817.3650446641482, -601.8560105670465, - -3.075029478567558, + -3.075029478567103, 657.8353048515678, - 979.5991434711191, + 979.5991434711009, 546.9599796167981 ], "relative wind speed": [ - 2.2719419718445093, + 2.271941971844509, 1.9317551867817149, - 1.7970878763484193, + 1.797087876348419, 1.9873135377795164, 2.338727631832396, 2.6267259388194697, - 2.720632724938559, + 2.7206327249385596, 2.584947226131192 ], "relative wind angle": [ - 0.2047008325117852, - 0.1572196550956699, + 0.20470083251178575, + 0.15721965509566993, 0.018967329502113044, - 0.17737904839631072, - 0.19877588217191722, + 0.17737904839631075, + 0.19877588217191666, 0.11540322549350854, - 0.012528264276302287, + 0.012528264276320013, 0.13607499785161933 ], "resistance": [ @@ -214886,7 +162031,7 @@ 96032.64398943298, 96631.42497052146, 97292.3353048516, - 97614.09914347115, + 97614.09914347113, 97181.45997961683 ], "fuel": [ @@ -214896,7 +162041,7 @@ 39.765601367148406, 40.07337674317394, 40.41463577521617, - 40.58136582742614, + 40.581365827426126, 40.35727217514553 ] }, @@ -214930,19 +162075,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -125.69460740448528, + -125.6946074044854, -517.3658875424273, - -599.2980256148504, + -599.2980256148502, -388.0136754794678, 89.20521192994624, 590.239434280347, - 778.4197140595948, + 778.4197140595927, 400.46030259691406 ], "relative wind speed": [ 1.6186630593725533, 1.2485869492746997, - 1.1282006495026442, + 1.128200649502644, 1.3889869476849834, 1.7730694063448535, 2.0505793936334924, @@ -214950,14 +162095,14 @@ 1.9582033803091439 ], "relative wind angle": [ - 0.31155060868141715, - 0.23749621362764944, - 0.07163068363827953, + 0.3115506086814175, + 0.23749621362764942, + 0.07163068363827797, 0.2980949931829015, 0.2836280827553271, - 0.14374913058583394, - 0.03811072258257528, - 0.20986332441686378 + 0.14374913058583397, + 0.038110722582578194, + 0.20986332441686376 ], "resistance": [ 96508.80539259552, @@ -215010,11 +162155,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -72.93403877298397, + -72.9340387729842, -498.0616225443031, -612.4428128807051, -448.6015474555994, - 9.256583332021819, + 9.256583332021592, 524.0111256023993, 788.1307244746424, 452.00835189848 @@ -215027,17 +162172,17 @@ 1.824460308490038, 2.1093865961537386, 2.2035063704451026, - 2.0757296398205787 + 2.0757296398205782 ], "relative wind angle": [ - 0.2682322280180839, + 0.2682322280180843, 0.221396773988131, 0.0226821326208136, 0.24233656201688816, - 0.2598904335717082, - 0.14807983402884806, - 0.01303065509002416, - 0.17031570700194607 + 0.25989043357170827, + 0.14807983402884808, + 0.013030655090024159, + 0.17031570700194476 ], "resistance": [ 96561.56596122698, @@ -215077,68 +162222,7 @@ "id": "4296", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.001532741005155, - 12.001532741005155, - 12.001532741005155, - 12.001532741005155, - 12.001532741005155, - 12.001532741005155, - 12.001532741005155, - 12.001532741005155 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 97.68611086673809, - -435.65593261101003, - -703.4225979996354, - -662.2913661252605, - -285.32004039575895, - 271.6798639917124, - 691.3637079638875, - 593.5637224536431 - ], - "relative wind speed": [ - 3.4097963231225457, - 3.217011774870369, - 3.091423333779333, - 3.1167307167894704, - 3.275433864447895, - 3.464969437945665, - 3.5774683418468953, - 3.5554419703565823 - ], - "relative wind angle": [ - 0.0713469935469223, - 0.06828674747228804, - 0.0217909239980264, - 0.039875307803255544, - 0.07427902549770218, - 0.06339324960577278, - 0.018829969700996745, - 0.03495288848166621 - ], - "resistance": [ - 96732.18611086674, - 96198.84406738899, - 95931.07740200036, - 95972.20863387475, - 96349.17995960424, - 96906.17986399171, - 97325.86370796389, - 97228.06372245365 - ], - "fuel": [ - 42.41711079695166, - 42.14270634374992, - 42.005339509858615, - 42.02642287771905, - 42.219947024201765, - 42.50685955212767, - 42.72380274019636, - 42.67318935175712 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 18.59375, -44.84375 18.75, -44.6875 18.75, -44.6875 18.59375, -44.84375 18.59375))", @@ -215170,33 +162254,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 22.394825704719096, + 22.39482570471546, -479.32003601786573, - -688.8143850603087, + -688.8143850603101, -612.1132043274874, - -201.48305767750935, + -201.4830576775098, 344.2253437715199, - 714.7827316942785, + 714.7827316942657, 533.016990013828 ], "relative wind speed": [ - 3.0582792106081023, + 3.058279210608102, 2.850232334692964, - 2.7313742496117794, + 2.731374249611779, 2.784140156855236, - 2.9709317801827924, + 2.970931780182792, 3.171069695041171, 3.2740039830604206, 3.2292523839929124 ], "relative wind angle": [ - 0.0888412390131062, + 0.08884123901310745, 0.07827602124904863, 0.016055520983609836, 0.0578099400673816, - 0.09146043457417279, - 0.07034250702818168, - 0.013394322055073899, + 0.09146043457417158, + 0.07034250702818166, + 0.013394322055082187, 0.049834427208887866 ], "resistance": [ @@ -215206,7 +162290,7 @@ 96022.38679567254, 96433.01694232252, 96978.72534377156, - 97349.28273169431, + 97349.2827316943, 97167.51699001386 ], "fuel": [ @@ -215237,68 +162321,7 @@ "id": "4298", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.08265512306927, - 12.08265512306927, - 12.08265512306927, - 12.08265512306927, - 12.08265512306927, - 12.08265512306927, - 12.08265512306927, - 12.08265512306927 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 139.3323940805749, - -392.8441486004722, - -684.5450392269195, - -664.7637742933039, - -320.44945834647024, - 223.1100965462956, - 656.3018634299624, - 609.2439475027459 - ], - "relative wind speed": [ - 3.4444027144553897, - 3.256333311230544, - 3.1250742192938374, - 3.1371518784623755, - 3.2842504360237004, - 3.470807449577092, - 3.5894459335354996, - 3.5788949519830155 - ], - "relative wind angle": [ - 0.06748018246945003, - 0.0679154074095402, - 0.025687892412872674, - 0.034263732052968045, - 0.07077614420488021, - 0.06371278494845505, - 0.022364017961891233, - 0.030033197257280292 - ], - "resistance": [ - 96773.83239408059, - 96241.65585139954, - 95949.95496077309, - 95969.73622570671, - 96314.05054165355, - 96857.61009654631, - 97290.80186342998, - 97243.74394750276 - ], - "fuel": [ - 42.49717489912851, - 42.223286471809736, - 42.07360767400389, - 42.08374791294204, - 42.26048298299884, - 42.54038769616625, - 42.76424600265241, - 42.7398943158081 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 18.4375, -44.84375 18.59375, -44.6875 18.59375, -44.6875 18.4375, -44.84375 18.4375))", @@ -215330,43 +162353,43 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 123.86436691059862, + 123.86436691059225, -375.66156624942096, - -644.624949443707, - -621.5301109038655, + -644.624949443712, + -621.5301109038628, -291.49092965121145, 221.30494394072412, - 625.415396677523, + 625.4153966775302, 570.5646917365284 ], "relative wind speed": [ - 3.211084578852753, + 3.2110845788527524, 3.0205919647048143, 2.889086734377369, - 2.9042811968172115, + 2.904281196817211, 3.0555673881477188, 3.2440068462964957, - 3.3616564484346907, + 3.3616564484346902, 3.3485380341085893 ], "relative wind angle": [ - 0.07367380497440326, + 0.07367380497440627, 0.07365207779725551, - 0.026994823937705408, - 0.038569919829221096, + 0.026994823937709522, + 0.038569919829218216, 0.07743086066327882, 0.06857139476467358, - 0.02319925086721514, + 0.023199250867210357, 0.03345072032009372 ], "resistance": [ 96758.36436691058, 96258.83843375057, 95989.87505055628, - 96012.96988909612, + 96012.96988909613, 96343.00907034878, 96855.8049439407, - 97259.9153966775, + 97259.91539667752, 97205.06469173651 ], "fuel": [ @@ -215376,7 +162399,7 @@ 41.5236528617057, 41.69310489530463, 41.957193829398705, - 42.16599935363447, + 42.165999353634476, 42.13762212766702 ] }, @@ -215410,9 +162433,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -417.35461326866584, + -417.3546132686665, -743.2349296548689, - -695.1341248511244, + -695.1341248511247, -261.41685890445956, 384.5933141258106, 899.301944851087, @@ -215420,9 +162443,9 @@ 200.3330633215246 ], "relative wind speed": [ - 1.713565547736676, + 1.7135655477366758, 1.4058366502225568, - 1.4647627346126357, + 1.4647627346126355, 1.8288463006850968, 2.2071199060960263, 2.414810236678329, @@ -215430,13 +162453,13 @@ 2.1125828681369785 ], "relative wind angle": [ - 0.27279879268655666, - 0.10462700878875808, + 0.2727987926865575, + 0.1046270087887581, 0.1743204991691944, 0.28038969865914287, - 0.2107348623742734, + 0.21073486237427344, 0.06083744278828603, - 0.10696744200867883, + 0.10696744200867885, 0.24191582689901733 ], "resistance": [ @@ -215490,19 +162513,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -38.19495555493836, + -38.19495555493927, -586.7220084508101, - -751.7690268194922, + -751.769026819497, -573.2121296432571, - -15.752115123667409, + -15.752115123667181, 637.2422148838675, 1018.3581539804179, 617.4276689809119 ], "relative wind speed": [ - 1.908528579374801, + 1.9085285793748006, 1.4832903168689286, - 1.2722952247663795, + 1.2722952247663792, 1.49626912659341, 1.9228027933181695, 2.267046924120765, @@ -215510,19 +162533,19 @@ 2.2585018532394305 ], "relative wind angle": [ - 0.2976812011469994, + 0.2976812011470002, 0.2664388398469637, - 0.005865682418010277, - 0.2713863571665179, - 0.2954044381070349, + 0.0058656824180292055, + 0.2713863571665178, + 0.29540443810703454, 0.17313483316601327, 0.0031201239113759238, - 0.1785430531139584 + 0.17854305311395838 ], "resistance": [ 96596.3050444451, 96047.77799154921, - 95882.73097318054, + 95882.73097318053, 96061.28787035677, 96618.74788487636, 97271.7422148839, @@ -215532,7 +162555,7 @@ "fuel": [ 39.419526134618806, 39.13760183807416, - 39.052992389768484, + 39.05299238976848, 39.14453200956521, 39.4310848343289, 39.768216041407705, @@ -215570,33 +162593,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -138.78881075239678, + -138.78881075239724, -575.5668897509929, - -667.0062136619356, - -430.7546266117696, - 101.80423830752716, + -667.0062136619358, + -430.7546266117697, + 101.80423830752738, 661.2579026460696, 871.221903467515, 448.53349226283854 ], "relative wind speed": [ - 1.6967693086373405, + 1.6967693086373403, 1.3016817639694955, - 1.1728362574194242, + 1.172836257419424, 1.452343314130267, - 1.8616711904361072, + 1.861671190436107, 2.1564949091947074, 2.2291928631941715, 2.058043878525077 ], "relative wind angle": [ - 0.31701301728043557, + 0.31701301728043635, 0.24279289842757154, 0.07370446062582141, - 0.30424432229582987, - 0.2880859901883324, + 0.3042443222958299, + 0.28808599018833164, 0.14563082773981695, - 0.03875242995209289, + 0.03875242995209288, 0.2130127453990421 ], "resistance": [ @@ -215650,17 +162673,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 10.693635429906863, + 10.693635429906408, -489.76816651561273, - -661.2850070912509, + -661.2850070912544, -521.0821067970847, -41.3434073159533, 543.5739155464416, - 913.0316261867233, + 913.0316261867329, 589.7751945585048 ], "relative wind speed": [ - 1.7682823594099526, + 1.7682823594099524, 1.3478185486048737, 1.1120382312342236, 1.3140064264357116, @@ -215670,13 +162693,13 @@ 2.097558136593627 ], "relative wind angle": [ - 0.3160803363924544, - 0.3030318369121772, - 0.01722264644704635, + 0.31608033639245514, + 0.30303183691217717, + 0.01722264644706569, 0.289509662639714, - 0.3229549126327879, + 0.32295491263278786, 0.19497623821306137, - 0.008660858571429633, + 0.008660858571416814, 0.17980650107032645 ], "resistance": [ @@ -215717,68 +162740,7 @@ "id": "4304", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.465997170186855, - 7.465997170186855, - 7.465997170186855, - 7.465997170186855, - 7.465997170186855, - 7.465997170186855, - 7.465997170186855, - 7.465997170186855 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 70.04900282195285, - -589.2074664385555, - -859.0605933825057, - -729.091948776454, - -162.46009684569208, - 572.8648340020238, - 1075.8943471232285, - 776.187637472721 - ], - "relative wind speed": [ - 2.209552175002908, - 1.7906515225469755, - 1.532156437284086, - 1.6758524699753792, - 2.0783004074664144, - 2.448473100227026, - 2.618004975057168, - 2.5284326956857215 - ], - "relative wind angle": [ - 0.24840474784451366, - 0.24371286370450762, - 0.04429332198929312, - 0.2019570964262149, - 0.26445655706445087, - 0.1774054218185197, - 0.025916568503528577, - 0.1333444731412288 - ], - "resistance": [ - 96704.54900282196, - 96045.29253356146, - 95775.43940661752, - 95905.40805122357, - 96472.03990315432, - 97207.36483400204, - 97710.39434712325, - 97410.68763747273 - ], - "fuel": [ - 39.81668489400629, - 39.477719714535255, - 39.339437740321856, - 39.406004294756414, - 39.69695274858258, - 40.07630122997567, - 40.33696926419498, - 40.18154898002265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 19.84375, -41.40625 20, -41.25 20, -41.25 19.84375, -41.40625 19.84375))", @@ -215797,68 +162759,7 @@ "id": "4305", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.099026459428277, - 8.099026459428277, - 8.099026459428277, - 8.099026459428277, - 8.099026459428277, - 8.099026459428277, - 8.099026459428277, - 8.099026459428277 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -120.02795472787238, - -747.2015111185917, - -914.1124715450451, - -678.3460758560541, - -5.469658483989406, - 749.1662479541938, - 1135.8097848446446, - 649.5832060197731 - ], - "relative wind speed": [ - 2.2811815767203063, - 1.887287826592735, - 1.721224289238114, - 1.9383215756554097, - 2.34091726463511, - 2.6686752678866226, - 2.778681336888348, - 2.6318420346182627 - ], - "relative wind angle": [ - 0.23392888101782675, - 0.18772234330253545, - 0.017826577779205918, - 0.20553809017759395, - 0.22785250451091893, - 0.13236512010468526, - 0.01104212154772313, - 0.15088472452457838 - ], - "resistance": [ - 96514.47204527214, - 95887.29848888142, - 95720.38752845497, - 95956.15392414396, - 96629.03034151603, - 97383.66624795421, - 97770.30978484466, - 97284.08320601979 - ], - "fuel": [ - 39.998371085247356, - 39.67630790145408, - 39.59084317478836, - 39.71159469275685, - 40.05735660860479, - 40.447135421652206, - 40.64766259803791, - 40.395578178389556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 19.6875, -41.5625 19.84375, -41.40625 19.84375, -41.40625 19.6875, -41.5625 19.6875))", @@ -215890,9 +162791,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2.332889444568991, + 2.3328894445678543, -577.7508930427916, - -776.7081468982553, + -776.7081468982557, -620.2030978282991, -68.19105219500602, 604.435958186426, @@ -215900,24 +162801,24 @@ 666.504873224455 ], "relative wind speed": [ - 1.9962482792638694, + 1.9962482792638692, 1.5746286332612702, - 1.3437296031278685, - 1.535642807364971, + 1.3437296031278683, + 1.5356428073649713, 1.9528247756522747, 2.306312308465412, 2.4480446381843484, 2.3324521356404175 ], "relative wind angle": [ - 0.2802741595009438, - 0.26108376824218343, - 0.016830225756704054, - 0.24633877052192168, + 0.28027415950094425, + 0.2610837682421835, + 0.01683022575670405, + 0.24633877052192216, 0.2866808421239863, - 0.1771613161504918, + 0.17716131615049183, 0.00923779175660139, - 0.1612473481439845 + 0.16124734814398453 ], "resistance": [ 96636.8328894446, @@ -215970,34 +162871,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -144.29534586466434, + -144.2953458646657, -703.9658538277513, -838.3366992562359, -586.6948483634803, - 50.64057451382996, + 50.640574513830416, 741.9321815232042, 1052.0275153251323, 571.5766089888489 ], "relative wind speed": [ - 2.0729475554663517, + 2.0729475554663512, 1.6765910958441372, - 1.527582980241719, + 1.5275829802417187, 1.7732597871962845, 2.1837447844184434, 2.5009788380801687, 2.5946759122604317, - 2.4333932231148467 + 2.433393223114847 ], "relative wind angle": [ - 0.2604256028431565, + 0.26042560284315697, 0.20235949748256365, - 0.03747246385217577, + 0.03747246385217578, 0.23790393340787389, - 0.24692913371532754, + 0.2469291337153271, 0.13514358741546006, 0.02205807027449426, - 0.17258992381036298 + 0.17258992381036428 ], "resistance": [ 96490.20465413535, @@ -216050,19 +162951,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 70.34984853894434, + 70.34984853894412, -538.5932773266516, - -783.312056329855, + -783.3120563298552, -652.4634611860818, -118.82562759570555, 568.3065947915809, - 1036.5024335016403, + 1036.5024335016444, 735.5249393876245 ], "relative wind speed": [ - 1.993978336766248, + 1.9939783367662478, 1.552303240586739, - 1.2750447700317216, + 1.2750447700317213, 1.4434100816032038, 1.8747307009891807, 2.254089496446045, @@ -216070,14 +162971,14 @@ 2.3253240946265334 ], "relative wind angle": [ - 0.29184666706381146, + 0.29184666706381185, 0.2939948346730891, 0.048987388724642075, 0.25316162991893887, - 0.3110124121122263, + 0.31101241211222624, 0.20090758470824685, - 0.02578437330343688, - 0.15610631143014284 + 0.025784373303432574, + 0.15610631143014286 ], "resistance": [ 96704.84984853894, @@ -216086,7 +162987,7 @@ 95982.03653881392, 96515.67437240429, 97202.80659479157, - 97671.00243350164, + 97671.00243350165, 97370.02493938763 ], "fuel": [ @@ -216096,7 +162997,7 @@ 39.12383840010587, 39.39796481809156, 39.75250100757352, - 39.99508007596469, + 39.995080075964694, 39.839045623900184 ] }, @@ -216130,17 +163031,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 177.11157208058148, + 177.1115720805808, -461.93565334687923, - -772.8582794407898, + -772.8582794407902, -691.1829331524149, - -203.85096038242455, + -203.85096038242477, 484.5514648006522, 1009.5190452605821, 822.3375428096665 ], "relative wind speed": [ - 2.0126003202790295, + 2.012600320279029, 1.560956511923517, 1.2228772239326189, 1.333569344524572, @@ -216150,11 +163051,11 @@ 2.322048362440832 ], "relative wind angle": [ - 0.2930248572802599, + 0.29302485728026034, 0.32783392076253204, - 0.1060716484330141, - 0.241951074310729, - 0.3353831671130177, + 0.10607164843301517, + 0.24195107431072901, + 0.335383167113018, 0.23311824553692437, 0.05437545464484222, 0.13804047499842784 @@ -216210,11 +163111,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 31.069109742584942, + 31.069109742584487, -614.4820136455887, - -856.7717419924768, - -707.3931961335786, - -123.34685565188624, + -856.7717419924807, + -707.3931961335788, + -123.34685565188693, 609.6714301248458, 1089.6142692735134, 744.7932293223566 @@ -216224,19 +163125,19 @@ 1.7610681421875685, 1.5187292097438234, 1.684321435733699, - 2.0932894129106114, + 2.093289412910611, 2.456890257510063, 2.6136434964139124, 2.510125901225636 ], "relative wind angle": [ - 0.2538184346213852, + 0.25381843462138615, 0.24035212661936264, - 0.029804348909703248, - 0.2124864214859879, - 0.2646765610569029, + 0.029804348909714423, + 0.21248642148598793, + 0.2646765610569024, 0.17146639007148662, - 0.017316935624786412, + 0.017316935624786416, 0.14198675983617662 ], "resistance": [ @@ -216290,20 +163191,20 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 144.31071946083944, + 144.31071946083898, -554.0149261184404, - -877.8596647081173, + -877.8596647081181, -777.5232518186845, -227.1611135327853, 530.1233076995591, - 1086.2441210568663, + 1086.244121056864, 855.4195642251971 ], "relative wind speed": [ - 2.2480188963997816, + 2.248018896399781, 1.8163040673921294, - 1.519398791362988, - 1.6317418156197954, + 1.5193987913629878, + 1.6317418156197956, 2.0380414586135114, 2.4306874501615354, 2.6265241781492645, @@ -216312,11 +163213,11 @@ "relative wind angle": [ 0.24918075839871914, 0.26110189574017056, - 0.07160165736536467, - 0.19435685463558006, + 0.07160165736536622, + 0.19435685463558064, 0.27548959508634907, 0.19411289011850288, - 0.04139675923198977, + 0.04139675923199245, 0.12350257241668607 ], "resistance": [ @@ -216370,19 +163271,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 166.3649906396147, + 166.36499063961378, -486.87420545804434, - -803.3560834154889, + -803.3560834154891, -721.5024301787807, - -223.4781794896087, + -223.47817948960846, 478.32195695586415, 1009.1317988822525, 821.2240661546734 ], "relative wind speed": [ - 2.117543728553575, + 2.1175437285535748, 1.6866132841774086, - 1.3741010853128917, + 1.3741010853128914, 1.474710355658459, 1.8805899695920083, 2.2750704836780202, @@ -216390,14 +163291,14 @@ 2.41781708220046 ], "relative wind angle": [ - 0.26390930626371156, + 0.2639093062637115, 0.28720487168550274, 0.08984924545485819, 0.2072183383525983, - 0.2981207085614121, + 0.2981207085614117, 0.21157796837360018, 0.04980936300806076, - 0.12581875952059118 + 0.1258187595205912 ], "resistance": [ 96800.8649906396, @@ -216450,37 +163351,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -44.78219878764321, + -44.78219878764503, -771.2548714233646, -1006.1665923085052, - -810.8033087031959, - -110.63987235554214, + -810.8033087031961, + -110.6398723555426, 728.5303454723112, 1239.341745364141, 785.5630524638982 ], "relative wind speed": [ - 2.5179687992842075, + 2.5179687992842066, 2.1157354629678786, 1.9125774555033697, - 2.0891177706070665, + 2.089117770607067, 2.4863393084923917, 2.8364966916714835, 2.9772634260043955, 2.8561577287777604 ], "relative wind angle": [ - 0.2130301197263284, + 0.21303011972632843, 0.1843723034067781, 0.008462674946588412, - 0.17561000200171697, - 0.21578271802866034, + 0.17561000200171828, + 0.21578271802866086, 0.13717479993365708, - 0.00543633717658347, - 0.1281399802130138 + 0.0054363371765834695, + 0.12813998021301382 ], "resistance": [ - 96589.71780121235, + 96589.71780121233, 95863.24512857661, 95628.33340769148, 95823.69669129679, @@ -216530,9 +163431,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 45.39434623625698, + 45.39434623625607, -632.0480273396272, - -894.7725836568598, + -894.7725836568579, -747.3373931732222, -146.2489436493786, 617.3412408554036, @@ -216540,9 +163441,9 @@ 784.8035485562182 ], "relative wind speed": [ - 2.2537683421538905, + 2.25376834215389, 1.8304132501147763, - 1.5806383297480877, + 1.5806383297480873, 1.7385550109021726, 2.148449948604544, 2.5189077505058064, @@ -216551,13 +163452,13 @@ ], "relative wind angle": [ 0.24708543767425942, - 0.23614481256687378, - 0.03441918570234279, - 0.2034725861742129, + 0.2361448125668738, + 0.03441918570233634, + 0.20347258617421288, 0.25947004646649424, - 0.17083860178417976, - 0.020277043547381544, - 0.13642360059732356 + 0.17083860178417978, + 0.020277043547381548, + 0.13642360059732353 ], "resistance": [ 96679.89434623625, @@ -216610,9 +163511,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 98.62087495357446, + 98.62087495357036, -741.8437226795409, - -1104.474966809025, + -1104.474966809027, -967.4381528650465, -277.4796671010722, 641.7797684425777, @@ -216620,7 +163521,7 @@ 966.28188136583 ], "relative wind speed": [ - 2.7706076141416554, + 2.770607614141655, 2.361662268056045, 2.1081003833948633, 2.222631320632827, @@ -216630,13 +163531,13 @@ 3.0840041869287633 ], "relative wind angle": [ - 0.19172204120091885, + 0.19172204120092118, 0.18473106013130178, - 0.04058833417308903, + 0.04058833417309177, 0.14121298876021396, 0.20424685254739186, 0.14614329852293795, - 0.027044092925190766, + 0.027044092925190763, 0.10160856663066699 ], "resistance": [ @@ -216690,19 +163591,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 349.2086239643877, + 349.2086239643854, -473.5076396510317, - -976.1015370444306, + -976.1015370444311, -986.320591720651, -508.52321289298243, 308.3436191693504, 1018.8765316163449, - 1042.638265781396 + 1042.638265781397 ], "relative wind speed": [ - 2.9042884409800696, + 2.904288440980069, 2.5459958524659494, - 2.252756819055332, + 2.2527568190553318, 2.2444719773486974, 2.528268995027239, 2.8887610802648025, @@ -216710,14 +163611,14 @@ 3.1287986516429775 ], "relative wind angle": [ - 0.15075085226375035, + 0.15075085226375184, 0.17493537688215677, 0.08466147040448553, 0.0774753973218046, - 0.17338366676100667, - 0.15400129875409024, + 0.1733836667610067, + 0.15400129875409022, 0.06103814535054828, - 0.05555065858653669 + 0.05555065858653668 ], "resistance": [ 96983.70862396441, @@ -216770,9 +163671,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 360.788921750079, + 360.7889217500772, -317.9577027690384, - -761.1453214618846, + -761.145321461885, -797.4991423205186, -438.8087715991603, 218.88822626511342, @@ -216780,7 +163681,7 @@ 909.8365684468424 ], "relative wind speed": [ - 2.4021147979664716, + 2.402114797966471, 2.041092706866306, 1.7146276463871621, 1.676323524048896, @@ -216790,9 +163691,9 @@ 2.610091653607138 ], "relative wind angle": [ - 0.18324795607740613, + 0.18324795607740674, 0.23139972427013628, - 0.13117779300412363, + 0.13117779300412447, 0.09015815783567956, 0.2249037034194121, 0.20175906812859495, @@ -216850,9 +163751,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 433.070327520541, + 433.0703275205392, -360.23001052171776, - -896.3854589742812, + -896.3854589742828, -955.8842840139698, -563.698717212993, 195.51921623070302, @@ -216860,9 +163761,9 @@ 1048.350607330362 ], "relative wind speed": [ - 2.8424992395022266, + 2.842499239502226, 2.4960718160342728, - 2.183904083350296, + 2.1839040833502956, 2.1337260563431273, 2.3890028781895096, 2.7489565598182635, @@ -216870,14 +163771,14 @@ 3.038807298110708 ], "relative wind angle": [ - 0.1451632657453852, - 0.1825441065944945, - 0.10533907972215481, + 0.145163265745386, + 0.18254410659449452, + 0.10533907972215587, 0.06020236774785638, 0.17297443841262464, - 0.16558800645081145, + 0.16558800645081143, 0.07654130491380637, - 0.04225868427106281 + 0.042258684271062816 ], "resistance": [ 97067.57032752055, @@ -216930,11 +163831,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 319.1426316556908, + 319.14263165568946, -405.7733750476225, -847.9184761657148, - -855.4919820325372, - -431.228836309411, + -855.4919820325367, + -431.22883630941146, 289.32542356852764, 918.3879861127193, 935.9062521992264 @@ -216943,20 +163844,20 @@ 2.5530385853717714, 2.188093198351222, 1.8828183914001393, - 1.8755665705950182, + 1.875566570595018, 2.1730053221042858, 2.5401193483023126, 2.7739778393664283, 2.7788861415245294 ], "relative wind angle": [ - 0.17606682510411087, + 0.17606682510411215, 0.20856601359367583, - 0.10297334663170615, - 0.09577445722656554, - 0.20727271443685424, + 0.10297334663170617, + 0.09577445722656437, + 0.2072727144368548, 0.17932138184601315, - 0.06982572607812128, + 0.06982572607812129, 0.06458761842813748 ], "resistance": [ @@ -216997,68 +163898,7 @@ "id": "4320", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.372481215603993, - 7.372481215603993, - 7.372481215603993, - 7.372481215603993, - 7.372481215603993, - 7.372481215603993, - 7.372481215603993, - 7.372481215603993 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 307.948976921836, - -369.6142559087516, - -779.1131217855791, - -781.6167580007841, - -377.8211126989863, - 298.2807602666078, - 888.8715703206324, - 894.6302384376065 - ], - "relative wind speed": [ - 2.3002175796545643, - 1.913066909871148, - 1.5811835461525092, - 1.5783779809005745, - 1.9074654788725882, - 2.295561034953893, - 2.535603293147236, - 2.537350668758805 - ], - "relative wind angle": [ - 0.21006618787397727, - 0.25459699918869516, - 0.12793610182919227, - 0.12482777353391784, - 0.25418884129830194, - 0.21146288124037943, - 0.07964673525721447, - 0.07752618740849383 - ], - "resistance": [ - 96942.44897692185, - 96264.88574409127, - 95855.38687821444, - 95852.88324199922, - 96256.67888730102, - 96932.78076026663, - 97523.37157032064, - 97529.13023843762 - ], - "fuel": [ - 39.90033723620739, - 39.5513826730036, - 39.34131322998083, - 39.340030804987556, - 39.54716649776876, - 39.895345955038664, - 40.20088071228044, - 40.2038662764625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 19.21875, -42.03125 19.375, -41.875 19.375, -41.875 19.21875, -42.03125 19.21875))", @@ -217090,9 +163930,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 150.64959819053524, + 150.6495981905341, -466.89431215428635, - -764.2699772016331, + -764.2699772016329, -685.9118224424175, -213.30196154271198, 450.5027805044433, @@ -217100,21 +163940,21 @@ 769.8860634047633 ], "relative wind speed": [ - 2.0861769475466874, + 2.086176947546687, 1.6746340771515833, - 1.3800987314310516, + 1.3800987314310513, 1.4764828656136535, - 1.862552722959945, + 1.8625527229599452, 2.239829817178837, 2.4323988969293504, 2.375128470173774 ], "relative wind angle": [ - 0.25548564185470907, - 0.27506469168464853, - 0.08418071909519595, + 0.25548564185470946, + 0.2750646916846486, + 0.08418071909519463, 0.1982091307336585, - 0.2869801275231665, + 0.28698012752316693, 0.20449395613697688, 0.04772432672091331, 0.12271796840904994 @@ -217157,68 +163997,7 @@ "id": "4322", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.788267081326274, - 7.788267081326274, - 7.788267081326274, - 7.788267081326274, - 7.788267081326274, - 7.788267081326274, - 7.788267081326274, - 7.788267081326274 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 237.071715137384, - -462.68306687289146, - -844.783346258939, - -806.0147494194182, - -334.4761017914027, - 387.7912360515081, - 973.3382830950543, - 883.9893047285452 - ], - "relative wind speed": [ - 2.374111443467937, - 1.981723810828301, - 1.6781755566941607, - 1.7188135299508958, - 2.064098738552622, - 2.4432927548896166, - 2.6609463634981783, - 2.6348792757463624 - ], - "relative wind angle": [ - 0.20908518564769885, - 0.2347132143190329, - 0.09488622650565715, - 0.13775215985121153, - 0.2410679926989575, - 0.18976668563367904, - 0.059787628754510505, - 0.08969631249076881 - ], - "resistance": [ - 96871.57171513741, - 96171.81693312713, - 95789.7166537411, - 95828.4852505806, - 96300.02389820863, - 97022.29123605153, - 97607.83828309509, - 97518.48930472857 - ], - "fuel": [ - 40.041852888193056, - 39.68168280915517, - 39.485781457114356, - 39.50563320398125, - 39.74753575452499, - 40.11966806864227, - 40.42278303321871, - 40.37644805135953 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 19.0625, -42.03125 19.21875, -41.875 19.21875, -41.875 19.0625, -42.03125 19.0625))", @@ -217250,9 +164029,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 125.50194007390655, + 125.5019400739061, -548.4973115205837, - -857.3630065034574, + -857.3630065034577, -759.2586648513113, -225.01715070712544, 506.1438346384534, @@ -217262,7 +164041,7 @@ "relative wind speed": [ 2.2806424214540773, 1.8743021595051892, - 1.6018142858769993, + 1.601814285876999, 1.7072163850542408, 2.0868720716791, 2.458323882844634, @@ -217270,11 +164049,11 @@ 2.5771645490135984 ], "relative wind angle": [ - 0.23079007806682109, - 0.2366612357189355, + 0.23079007806682206, + 0.23666123571893546, 0.06233248375360223, 0.175651080349147, - 0.2526661338269336, + 0.25266613382693404, 0.17972419009788432, 0.03774788429103141, 0.11602096585382128 @@ -217330,30 +164109,30 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 270.9460590793851, + 270.9460590793833, -361.86650049753007, - -746.5897348553076, - -752.2819137947886, + -746.5897348553083, + -752.2819137947881, -381.1747738142203, 248.37054332627758, 795.3575922223295, 808.5557654267936 ], "relative wind speed": [ - 2.456799130798674, + 2.4567991307986734, 2.128005594653612, - 1.8568528319858164, - 1.8512944789170598, + 1.8568528319858162, + 1.8512944789170596, 2.116281642799538, 2.4466512113226018, 2.658309147012379, 2.6621830727947016 ], "relative wind angle": [ - 0.16434533664259282, - 0.19221818157848555, - 0.09328632078449733, - 0.0875715960801005, + 0.1643453366425935, + 0.19221818157848558, + 0.09328632078449853, + 0.08757159608009922, 0.19109228886962032, 0.1669307597047606, 0.06511286523861874, @@ -217410,19 +164189,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 203.87824500942565, + 203.87824500942338, -384.59660150395007, -714.4247803393062, -692.0644364620221, - -309.12018765811536, + -309.1201876581158, 292.21211427210596, - 785.8779071879851, + 785.8779071879828, 734.0969231254819 ], "relative wind speed": [ - 2.320589157842521, + 2.3205891578425204, 1.9906317681525758, - 1.7360314817985971, + 1.736031481798597, 1.7591205764970554, 2.0389805349386165, 2.362194070134072, @@ -217430,14 +164209,14 @@ 2.5393051133527638 ], "relative wind angle": [ - 0.17783478960710872, + 0.1778347896071106, 0.19804365338810187, - 0.0826855094849737, - 0.10758404630163224, - 0.202716426405422, + 0.08268550948497372, + 0.10758404630163225, + 0.2027164264054226, 0.1665727093426157, - 0.056144149654507945, - 0.07445464894115048 + 0.05614414965450993, + 0.07445464894115049 ], "resistance": [ 96838.37824500944, @@ -217490,9 +164269,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 255.97062323806904, + 255.97062323806767, -211.0759677263577, - -519.6575937001977, + -519.6575937001983, -548.391487929097, -306.4383631933456, 143.9546392044483, @@ -217500,9 +164279,9 @@ 630.1347629529987 ], "relative wind speed": [ - 1.98515396079884, + 1.9851539607988398, 1.685006905424925, - 1.4098906065943395, + 1.4098906065943393, 1.3730396270423455, 1.6098638841599853, 1.9217829487921656, @@ -217510,19 +164289,19 @@ 2.155750485601108 ], "relative wind angle": [ - 0.18399327774250585, + 0.18399327774250765, 0.23499395984205454, - 0.13635025046943397, - 0.08846446137493541, + 0.1363502504694348, + 0.08846446137493542, 0.22756672229456906, - 0.20559542261019292, + 0.2055954226101929, 0.09001784308639785, - 0.056301020793204926 + 0.05630102079320492 ], "resistance": [ 96890.47062323811, 96423.42403227369, - 96114.84240629985, + 96114.84240629984, 96086.10851207095, 96328.0616368067, 96778.45463920449, @@ -217532,7 +164311,7 @@ "fuel": [ 39.47912224513499, 39.23849410819643, - 39.079954372786105, + 39.0799543727861, 39.065209815825156, 39.18946201626825, 39.421336243742886, @@ -217570,19 +164349,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 215.88347698253324, + 215.8834769825321, -309.6992157154011, - -621.1917830277007, + -621.1917830277005, -617.5830484010444, - -297.59836002699603, + -297.59836002699626, 230.06474295783892, 681.4067609337121, 673.0643342319745 ], "relative wind speed": [ - 2.1544844724590817, + 2.1544844724590813, 1.8385494580747226, - 1.5803132388500107, + 1.5803132388500105, 1.5844104677516186, 1.8470431086402355, 2.1617371434695327, @@ -217590,13 +164369,13 @@ 2.354360859537418 ], "relative wind angle": [ - 0.18187371488910148, - 0.2117351559989216, - 0.09934693048244493, - 0.10414981941150706, - 0.2125764606819227, + 0.18187371488910206, + 0.21173515599892162, + 0.09934693048244382, + 0.10414981941150707, + 0.21257646068192323, 0.17970306759874183, - 0.06654618749780877, + 0.06654618749780879, 0.07002009587818346 ], "resistance": [ @@ -217650,34 +164429,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 252.18592494654422, + 252.1859249465433, -349.89454797325675, - -710.7841219838058, + -710.784121983806, -710.8783333777233, - -350.21191185854286, + -350.2119118585433, 251.81435156019552, 770.3936728629569, - 770.6117160420868 + 770.6117160420863 ], "relative wind speed": [ 2.3407594584499694, 2.0096394068587418, - 1.7377629562441639, - 1.7376652565187134, - 2.0094354439220354, + 1.7377629562441637, + 1.7376652565187136, + 2.009435443922036, 2.340584350117206, 2.5489538154934634, 2.549020420063538 ], "relative wind angle": [ - 0.17472196761000783, + 0.17472196761000913, 0.20392633551664477, 0.09720750752273959, - 0.0971020628831728, - 0.20390694366226533, + 0.09710206288317394, + 0.20390694366226697, 0.17476964995509284, 0.0662157964175783, - 0.06613863611316295 + 0.06613863611316297 ], "resistance": [ 96886.68592494655, @@ -217730,34 +164509,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 156.50724320135942, + 156.5072432013576, -491.4907140505477, - -812.6909313737426, + -812.6909313737435, -744.9584151469542, -265.5765216222758, 421.59667107625773, - 943.8206849006192, + 943.8206849006178, 787.3630962594789 ], "relative wind speed": [ - 2.3265965508814763, + 2.326596550881476, 1.9526031070543186, 1.6889410581789301, 1.7592827384696736, 2.097197106172185, 2.4492097335737473, - 2.6379471781497066, + 2.637947178149707, 2.5915654456010193 ], "relative wind angle": [ - 0.2057115972127428, - 0.21631713826160695, - 0.06959710864366987, + 0.2057115972127439, + 0.21631713826160692, + 0.06959710864367147, 0.14430607222150632, 0.2285926019854226, 0.1719606695736426, - 0.044538186286620755, - 0.09777817978857871 + 0.044538186286623246, + 0.09777817978857872 ], "resistance": [ 96791.00724320134, @@ -217810,9 +164589,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 146.46271329781803, + 146.46271329781712, -342.8754845392514, - -600.6329066749266, + -600.632906674927, -564.4070986643196, -222.43339096433533, 287.88286333275823, @@ -217830,14 +164609,14 @@ 2.23232061980042 ], "relative wind angle": [ - 0.204892741922089, - 0.22371190220618337, - 0.0831302398361849, + 0.20489274192209064, + 0.2237119022061834, + 0.08313023983618623, 0.1377770773134262, 0.2323720532211759, 0.1802284076078151, 0.05307717361324312, - 0.09172588878712276 + 0.09172588878712275 ], "resistance": [ 96780.9627132978, @@ -217890,31 +164669,31 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 148.03151040496846, + 148.0315104049664, -419.6034950527571, - -706.816101015289, - -653.1670734498491, - -240.8950840928619, + -706.8161010152901, + -653.1670734498493, + -240.89508409286213, 357.7853432339032, 818.76678671488, 694.889100713928 ], "relative wind speed": [ - 2.1719837082242943, + 2.171983708224294, 1.8217778762603465, 1.5702287428399073, - 1.6302055807072864, + 1.6302055807072862, 1.9448104237784887, 2.2761647969331134, 2.456457308480777, 2.417070660502096 ], "relative wind angle": [ - 0.20582267460335713, + 0.20582267460335876, 0.21919805085408917, - 0.07415444169649582, - 0.14256306696740562, - 0.23027502103975395, + 0.07415444169649882, + 0.14256306696740484, + 0.23027502103975442, 0.1749291509277312, 0.04737565716518497, 0.0959742811117433 @@ -217970,11 +164749,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 137.18278803802013, + 137.18278803801968, -498.1334292218794, - -798.4567732238681, + -798.4567732238694, -714.4030048361831, - -222.41066602537057, + -222.41066602537012, 462.0311778741386, 969.4804170948125, 775.9201762541827 @@ -217982,22 +164761,22 @@ "relative wind speed": [ 2.187768113714546, 1.7883217533242588, - 1.5118340133879926, + 1.5118340133879922, 1.6073188404321241, - 1.9791726033153945, + 1.9791726033153942, 2.3463501059491496, 2.533339975025755, 2.473859264043181 ], "relative wind angle": [ - 0.23599672806905675, - 0.24731785901501624, - 0.07123211626253899, + 0.23599672806905767, + 0.24731785901501627, + 0.07123211626254053, 0.17864800983555154, - 0.26142242807220606, - 0.1876828410531593, + 0.26142242807220517, + 0.18768284105315933, 0.042486388520789335, - 0.11571303130519078 + 0.1157130313051908 ], "resistance": [ 96771.68278803804, @@ -218050,19 +164829,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 182.59710092064802, + 182.59710092064734, -461.0767663025847, - -789.1255029537834, + -789.1255029537838, -728.0703074911964, -261.3741769451706, 418.0241234900989, - 945.9990786021147, + 945.9990786021124, 805.5449372150254 ], "relative wind speed": [ 2.198644689565843, 1.7999265499941581, - 1.505013821641021, + 1.5050138216410205, 1.57511250254787, 1.9393285376542495, 2.314151693935032, @@ -218070,17 +164849,17 @@ 2.472661370312085 ], "relative wind angle": [ - 0.23253323756438732, - 0.25432002273980936, - 0.08898551522259497, - 0.16820284066564792, + 0.2325332375643883, + 0.2543200227398093, + 0.08898551522259374, + 0.16820284066564795, 0.264324105493386, 0.19695326072541028, - 0.05318516881714363, - 0.10684571295817104 + 0.05318516881714572, + 0.10684571295817102 ], "resistance": [ - 96817.09710092068, + 96817.09710092067, 96173.42323369744, 95845.37449704624, 95906.42969250883, @@ -218090,7 +164869,7 @@ 97440.04493721506 ], "fuel": [ - 39.773430799857024, + 39.77343079985701, 39.44218938551259, 39.27396510199546, 39.305244043092166, @@ -218130,34 +164909,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -50.019063601410835, + -50.01906360141311, -698.0339091791534, - -903.601084548216, + -903.6010845482249, -727.8058656498793, - -99.63314054497596, + -99.63314054497641, 649.5275014056165, 1101.3471464035183, 692.382048452741 ], "relative wind speed": [ - 2.438135176642476, + 2.4381351766424757, 2.0697815536934123, 1.8871496049768686, 2.049351756339746, 2.413605755403302, 2.73605559192204, 2.8650763079773336, - 2.7513911501065382 + 2.751391150106538 ], "relative wind angle": [ - 0.20192031245045272, + 0.20192031245045441, 0.17217595950777484, - 0.006635306426386649, + 0.006635306426403381, 0.16514311987034705, - 0.2040012206911848, + 0.20400122069118531, 0.12997135618324393, 0.00437048180756703, - 0.12275525608720905 + 0.12275525608720815 ], "resistance": [ 96584.48093639858, @@ -218210,9 +164989,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 107.9840611571617, + 107.98406115716034, -613.6749810748172, - -935.3547859849107, + -935.3547859849102, -825.3917485977877, -244.6380207907432, 540.4872540077645, @@ -218220,9 +164999,9 @@ 845.753899405297 ], "relative wind speed": [ - 2.487118662904776, + 2.4871186629047757, 2.093762954941741, - 1.8410100341153093, + 1.8410100341153088, 1.945446636943741, 2.310526173958543, 2.67216150942086, @@ -218230,11 +165009,11 @@ 2.7820006877642984 ], "relative wind angle": [ - 0.20487116776920322, + 0.2048711677692038, 0.20277404777495142, - 0.049085983644940386, - 0.1516561377809857, - 0.2207791534772643, + 0.04908598364493812, + 0.15165613778098572, + 0.22077915347726426, 0.1584586317415068, 0.03167625457187636, 0.10584424301732699 @@ -218290,9 +165069,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 168.35150620258082, + 168.35150620257946, -607.9427273983595, - -982.0410115111736, + -982.0410115111742, -890.3287168489253, -301.85813768771095, 527.4761224137033, @@ -218300,9 +165079,9 @@ 935.0067736168057 ], "relative wind speed": [ - 2.5465862948624913, + 2.5465862948624904, 2.1356932398102226, - 1.8528647234097104, + 1.8528647234097102, 1.9395052760915976, 2.313964365849295, 2.6978412164229963, @@ -218311,13 +165090,13 @@ ], "relative wind angle": [ 0.20722675291106132, - 0.2145568070462436, + 0.21455680704624358, 0.06433351685791483, 0.14813555200739864, 0.22841135201371682, 0.16935796617588816, - 0.0410958496769067, - 0.10089039076437362 + 0.04109584967690671, + 0.10089039076437363 ], "resistance": [ 96802.8515062026, @@ -218370,19 +165149,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 25.70669764813556, + 25.706697648131467, -837.2829758076091, - -1167.2295657444788, + -1167.2295657444793, -987.4854106997805, - -224.7720895927946, + -224.7720895927955, 741.4538510601337, 1375.2310555392173, 957.3607444694367 ], "relative wind speed": [ - 2.8502749857015783, + 2.8502749857015774, 2.438720313201802, - 2.2068156553402662, + 2.206815655340266, 2.350145418543337, 2.7430267756557196, 3.1146278461571053, @@ -218390,11 +165169,11 @@ 3.181993070039611 ], "relative wind angle": [ - 0.18996924173443785, + 0.18996924173443902, 0.17275767626253494, 0.024764908583318035, - 0.14601309970889892, - 0.1974929235216695, + 0.14601309970889895, + 0.19749292352167006, 0.13500530714398642, 0.016645803525915173, 0.10766695788600951 @@ -218450,9 +165229,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 151.50783820030256, + 151.50783820030028, -623.9472404871731, - -993.164433037457, + -993.1644330374579, -900.0722229745502, -308.94464193021076, 520.0306745945736, @@ -218460,9 +165239,9 @@ 917.0913744723898 ], "relative wind speed": [ - 2.661907716335621, + 2.6619077163356204, 2.273801258888745, - 2.013367828824421, + 2.0133678288244203, 2.095287515160334, 2.4459655719560174, 2.8103964319215184, @@ -218470,12 +165249,12 @@ 2.945890442344127 ], "relative wind angle": [ - 0.1870645063736243, + 0.18706450637362548, 0.18930637942476367, 0.05469312331317284, 0.13029171584834895, - 0.20380216808116808, - 0.15284292508853534, + 0.20380216808116805, + 0.15284292508853536, 0.036665478880017616, 0.09254105180003844 ], @@ -218530,37 +165309,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 163.67780725233865, + 163.6778072523373, -498.84218961131614, - -826.5334203855139, + -826.5334203855143, -755.1740432707713, - -262.8475660015929, + -262.84756600159244, 441.1399699733727, - 976.5203368703249, - 811.9848997288948 + 976.5203368703271, + 811.9848997288957 ], "relative wind speed": [ - 2.293523548036527, + 2.2935235480365264, 1.9022873292056617, 1.6240833416205172, 1.7005249563039513, - 2.057241239814263, + 2.0572412398142634, 2.42359128182418, - 2.6181759077001145, - 2.569184045018579 + 2.618175907700114, + 2.5691840450185786 ], "relative wind angle": [ - 0.21883626039887316, + 0.2188362603988737, 0.2322792612642668, - 0.07480319596832068, - 0.15721698550792323, - 0.24445531182546082, - 0.18167979301137308, - 0.04637460542564816, - 0.10381907136021286 + 0.07480319596832218, + 0.15721698550792326, + 0.2444553118254613, + 0.18167979301137305, + 0.04637460542564577, + 0.10381907136021072 ], "resistance": [ - 96798.17780725234, + 96798.17780725233, 96135.65781038869, 95807.96657961448, 95879.32595672923, @@ -218610,17 +165389,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -54.33826130040552, + -54.338261300405975, -719.9176226126417, - -932.1088206768618, + -932.1088206768909, -755.6039981338661, - -113.87822601110656, + -113.87822601110702, 652.9613842070262, 1115.6649902271702, 704.2072122914824 ], "relative wind speed": [ - 2.5623028294846213, + 2.562302829484621, 2.205956371185998, 2.0299543067749215, 2.183009278300178, @@ -218630,11 +165409,11 @@ 2.8675479006750204 ], "relative wind angle": [ - 0.1860458105332954, + 0.18604581053329544, 0.15712960470410436, - 0.007005695507755101, + 0.007005695507802644, 0.1494718502148482, - 0.18812171866439345, + 0.18812171866439403, 0.12142257367571004, 0.004775638498608652, 0.1136110634861215 @@ -218642,7 +165421,7 @@ "resistance": [ 96580.1617386996, 95914.58237738736, - 95702.39117932314, + 95702.39117932311, 95878.89600186613, 96520.6217739889, 97287.46138420702, @@ -218652,7 +165431,7 @@ "fuel": [ 40.48289975866887, 40.14099947685503, - 40.03234588878399, + 40.03234588878398, 40.122714366678025, 40.452247645457334, 40.848037896260806, @@ -218690,53 +165469,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -26.481836187754197, + -26.48183618775647, -755.7222711407721, - -1009.3270689526578, + -1009.3270689526689, -837.0249114337971, -162.22501121094774, 665.7346757318182, - 1184.1959206110469, + 1184.1959206110314, 782.3470708116797 ], "relative wind speed": [ - 2.728796811579744, + 2.728796811579743, 2.366282841854534, 2.1769836415857435, 2.3173303055075927, 2.6687241498637895, 2.994849936023307, - 3.135149573979215, + 3.1351495739792155, 3.0328865593902563 ], "relative wind angle": [ - 0.17649247739328613, + 0.17649247739328675, 0.1528876596246258, - 0.014020418017338922, + 0.014020418017354758, 0.13731456349926185, - 0.18050852218181024, + 0.18050852218181027, 0.12062141797545028, - 0.009735325895437649, + 0.009735325895449053, 0.10477982995563892 ], "resistance": [ 96608.01816381226, 95878.77772885925, - 95625.17293104736, + 95625.17293104735, 95797.47508856622, 96472.27498878907, 97300.23467573183, - 97818.69592061106, + 97818.69592061105, 97416.8470708117 ], "fuel": [ 40.79321464497075, 40.41862320303473, - 40.288816897897995, + 40.28881689789799, 40.376982803401646, 40.723337091721035, 41.15061855437382, - 41.41947730678307, + 41.419477306783065, 41.211003127439646 ] }, @@ -218772,7 +165551,7 @@ "wind resistance": [ -15.404408557412353, -607.0922064885362, - -814.0941473740318, + -814.0941473740322, -673.0222494555885, -125.34978309180951, 547.3563538032322, @@ -218780,9 +165559,9 @@ 642.1224468213609 ], "relative wind speed": [ - 2.3703592531561912, + 2.370359253156191, 2.0287463778941475, - 1.8483008551093085, + 1.8483008551093083, 1.982329257389723, 2.31415234108134, 2.6187959410646715, @@ -218791,13 +165570,13 @@ ], "relative wind angle": [ 0.1911965849659309, - 0.16776849157721382, + 0.16776849157721385, 0.015494910995210534, 0.15103541931541442, - 0.19590001731026277, - 0.1297227128856328, + 0.1959000173102628, + 0.12972271288563278, 0.01041736179257536, - 0.11261659908868475 + 0.11261659908868474 ], "resistance": [ 96619.0955914426, @@ -218850,19 +165629,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -54.67527934566033, + -54.675279345661465, -546.5097779737118, - -691.3205028684265, + -691.3205028685143, -544.9837998974383, - -52.134297295839815, + -52.13429729583936, 523.9252779502706, 860.5427485537409, 521.7243559440587 ], "relative wind speed": [ - 2.0742673143231247, + 2.0742673143231243, 1.7414892983516956, - 1.5838578253326474, + 1.5838578253326472, 1.7427288825832703, 2.075739110310147, 2.361883309790504, @@ -218870,19 +165649,19 @@ 2.360968823841283 ], "relative wind angle": [ - 0.21535080130050951, + 0.21535080130051004, 0.1806506197376785, - 0.0004756015932451754, - 0.18114212899013665, - 0.2151957050883163, - 0.1328665432269021, + 0.00047560159347861096, + 0.18114212899013668, + 0.2151957050883158, + 0.13286654322690214, 0.00030492951777733507, 0.13337355729150663 ], "resistance": [ 96579.82472065436, 96087.9902220263, - 95943.17949713158, + 95943.1794971315, 96089.51620010257, 96582.36570270418, 97158.42527795029, @@ -218892,7 +165671,7 @@ "fuel": [ 39.682496871750935, 39.42968890847028, - 39.355426241961865, + 39.35542624196182, 39.430471884766874, 39.68380529970464, 39.98105580006458, @@ -218930,39 +165709,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 9.517944996013284, + 9.51794499601283, -629.0590135215614, - -868.7778347739127, + -868.7778347739159, -732.6885844389333, - -163.38095853108734, + -163.38095853108643, 553.2674721906897, - 1018.8285382725244, - 702.0867683291058 + 1018.8285382725339, + 702.0867683291067 ], "relative wind speed": [ - 2.490825883289161, + 2.4908258832891605, 2.1432104550043647, - 1.9506319438949653, + 1.950631943894965, 2.07385660759756, 2.406366303571796, 2.720562683230989, 2.861790940527551, - 2.7737936366919866 + 2.773793636691986 ], "relative wind angle": [ 0.1839692358383106, 0.16526553154185872, - 0.022036061443508302, + 0.02203606144351334, 0.14117477021502242, - 0.19050412434591193, - 0.1299669524526158, - 0.015019399937949736, - 0.10539559045659387 + 0.19050412434591135, + 0.12996695245261577, + 0.015019399937942343, + 0.10539559045659176 ], "resistance": [ 96644.01794499603, 96005.44098647845, - 95765.7221652261, + 95765.72216522609, 95901.81141556108, 96471.11904146893, 97187.76747219071, @@ -219010,34 +165789,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 129.59677280204733, + 129.59677280204664, -342.40163298698656, - -578.9375893954409, + -578.9375893954413, -529.2892885718545, -181.04663902488733, 320.1462813015537, - 706.1794308050942, + 706.1794308050921, 592.0770071567151 ], "relative wind speed": [ - 1.8495256369809194, + 1.849525636980919, 1.4987278139904905, 1.2406876736568466, 1.309269962379078, 1.6335199385493244, 1.9603436971763772, - 2.1330322472770598, + 2.13303224727706, 2.091636832028866 ], "relative wind angle": [ - 0.244228346064821, + 0.2442283460648215, 0.2668944033981211, - 0.09020691283978724, + 0.09020691283978848, 0.1821817608097305, 0.2773237734464512, - 0.20302493302973598, - 0.05242212733399643, - 0.11365227246379694 + 0.203024933029736, + 0.05242212733400067, + 0.11365227246379693 ], "resistance": [ 96764.09677280208, @@ -219090,9 +165869,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 104.78355932806267, + 104.78355932806107, -438.71696038579375, - -693.8190847661294, + -693.8190847661308, -623.2316397523896, -202.50493162466637, 381.7734703570957, @@ -219100,9 +165879,9 @@ 647.9187324735196 ], "relative wind speed": [ - 2.1451706009478078, + 2.1451706009478073, 1.8032154997662606, - 1.5735349073491267, + 1.5735349073491265, 1.6520761349834079, 1.9655053635813344, 2.2832831849861477, @@ -219110,14 +165889,14 @@ 2.39491392030195 ], "relative wind angle": [ - 0.20530653817983277, - 0.20906675739849756, - 0.05846372219303962, + 0.20530653817983388, + 0.2090667573984976, + 0.05846372219304152, 0.14837356823727543, 0.22438068038566403, 0.16465258602483684, - 0.037578727189739224, - 0.10215453574859187 + 0.03757872718973922, + 0.10215453574859189 ], "resistance": [ 96739.28355932803, @@ -219170,7 +165949,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 136.55405402838642, + 136.5540540283862, -319.27438238886316, -556.3665758012917, -518.3626751555921, @@ -219190,11 +165969,11 @@ 2.0929098123317273 ], "relative wind angle": [ - 0.22577768272435467, + 0.22577768272435517, 0.2487797498435586, - 0.09104464138076776, - 0.15924305658398447, - 0.2578105443349369, + 0.09104464138076777, + 0.1592430565839845, + 0.25781054433493694, 0.19511495986255756, 0.05524785931393308, 0.10182892116610566 @@ -219250,9 +166029,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 329.827500237162, + 329.82750023715926, 1184.436994539631, - 1255.2781466010447, + 1255.2781466010401, 451.5022085680275, -524.8750684849065, -1140.5087517690868, @@ -219260,9 +166039,9 @@ -629.0889201811638 ], "relative wind speed": [ - 3.097629166455905, + 3.0976291664559046, 3.362227143912748, - 3.3786897859957565, + 3.378689785995756, 3.140576333316304, 2.748986610462586, 2.4181940513774336, @@ -219270,9 +166049,9 @@ 2.6998174256779657 ], "relative wind angle": [ - 0.15974499183485277, + 0.1597449918348542, 0.06647882107374005, - 0.05236997465541647, + 0.052369974655418594, 0.15133645897428094, 0.18021407713873303, 0.0924950959514452, @@ -219282,7 +166061,7 @@ "resistance": [ 96964.32750023715, 97818.93699453962, - 97889.77814660103, + 97889.77814660102, 97086.00220856801, 96109.62493151508, 95493.9912482309, @@ -219292,7 +166071,7 @@ "fuel": [ 41.45220511100001, 41.894846742433344, - 41.931660614853286, + 41.93166061485327, 41.51506012754891, 41.012233410376005, 40.69701033417911, @@ -219330,17 +166109,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 191.55148354824723, + 191.55148354824541, 874.0243983009218, - 1027.422710875906, + 1027.4227108759014, 450.2783901182361, -296.03692713653413, -809.1036086054435, - -875.6406245868127, + -875.6406245868134, -516.1106633002707 ], "relative wind speed": [ - 2.375915141471278, + 2.3759151414712774, 2.6547619927762223, 2.6990245767285117, 2.4934062661027014, @@ -219350,13 +166129,13 @@ 1.9743613385306475 ], "relative wind angle": [ - 0.21604870570273282, + 0.21604870570273332, 0.10004951098876003, - 0.04979032762090362, + 0.049790327620908084, 0.18356491122169402, - 0.24329203487030576, + 0.24329203487030573, 0.15198569667760428, - 0.0799295976425158, + 0.07992959764251718, 0.232615160269174 ], "resistance": [ @@ -219410,33 +166189,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 472.7520456517145, + 472.75204565171134, 1285.8106706204749, - 1216.692305839118, - 355.46758622162406, + 1216.6923058391162, + 355.46758622162315, -605.3483189215049, -1151.7204117972933, - -1121.799209343515, + -1121.7992093435143, -505.3394886309834 ], "relative wind speed": [ 2.921820739916713, 3.1787775450755573, 3.1618577138150754, - 2.87715721176479, + 2.8771572117647906, 2.440049949900156, 2.0943384428354967, 2.119796214687465, 2.4925582386385794 ], "relative wind angle": [ - 0.1801046365029799, + 0.18010463650298236, 0.06182165660224148, - 0.07777088940333278, - 0.1901489238215553, + 0.07777088940333421, + 0.19014892382155646, 0.21618088987782466, 0.09391085224217441, - 0.11614600243354029, + 0.11614600243353934, 0.21993728554939312 ], "resistance": [ @@ -219477,68 +166256,7 @@ "id": "4351", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.045082582988783, - 7.045082582988783, - 7.045082582988783, - 7.045082582988783, - 7.045082582988783, - 7.045082582988783, - 7.045082582988783, - 7.045082582988783 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 147.65917867412622, - 822.7477809036513, - 1038.9025185348687, - 507.0731583622096, - -211.47987075813558, - -731.3429055055169, - -825.4321339597909, - -515.1941602008578 - ], - "relative wind speed": [ - 2.1421009762391554, - 2.449983807911434, - 2.516452919334892, - 2.3206817585052, - 1.9277523934964482, - 1.5173678604767584, - 1.4043826358250542, - 1.7085848117015552 - ], - "relative wind angle": [ - 0.26305546794329737, - 0.12895656193739755, - 0.04430050789993828, - 0.2051131636251154, - 0.29312499821604004, - 0.20916194669610494, - 0.07943773565906943, - 0.28030125067927086 - ], - "resistance": [ - 96782.15917867416, - 97457.2477809037, - 97673.40251853492, - 97141.57315836225, - 96423.02012924191, - 95903.15709449453, - 95809.06786604025, - 96119.30583979918 - ], - "fuel": [ - 39.68540768875193, - 40.034384084119324, - 40.14648028663457, - 39.87098998046747, - 39.50044748398769, - 39.23356300440363, - 39.18536745956395, - 39.344406142268625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 12.96875, -45.3125 13.125, -45.15625 13.125, -45.15625 12.96875, -45.3125 12.96875))", @@ -219570,17 +166288,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 111.16764403677803, + 111.16764403677712, 699.9434090139441, - 909.4334915585598, + 909.4334915585575, 458.8770959942565, - -162.59436430794267, + -162.59436430794244, -620.9407071101356, -712.1210637159097, -456.1609666386879 ], "relative wind speed": [ - 1.9626829536390007, + 1.9626829536390002, 2.2570283015543877, 2.32672163094752, 2.1502002932133073, @@ -219590,12 +166308,12 @@ 1.5540443535983683 ], "relative wind angle": [ - 0.2717338063752606, + 0.271733806375261, 0.13645815588092877, - 0.039798274159455166, + 0.039798274159457955, 0.2051167200846946, - 0.2995772671477843, - 0.22201730056491367, + 0.299577267147784, + 0.2220173005649137, 0.07269073314242797, 0.28568718230421547 ], @@ -219650,9 +166368,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 232.85966124651782, + 232.8596612465169, 850.8058316055624, - 954.9540672920309, + 954.95406729203, 405.1185928174575, -273.2595906706183, -722.991091398656, @@ -219660,9 +166378,9 @@ -418.4107920455574 ], "relative wind speed": [ - 2.1002547159510976, + 2.100254715951097, 2.3798507986011415, - 2.4128973104888503, + 2.41289731048885, 2.1893930037399265, 1.7833544818556892, 1.388428340328411, @@ -219670,14 +166388,14 @@ 1.6727167587503446 ], "relative wind angle": [ - 0.2618455769033534, + 0.261845576903353, 0.11272221913557545, 0.06847858373868988, 0.23096288167601567, - 0.30979506427556797, + 0.309795064275568, 0.19401880619522938, - 0.12444251761376804, - 0.30429770186775035 + 0.12444251761376805, + 0.3042977018677504 ], "resistance": [ 96867.35966124653, @@ -219717,68 +166435,7 @@ "id": "4354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.599827227680387, - 6.599827227680387, - 6.599827227680387, - 6.599827227680387, - 6.599827227680387, - 6.599827227680387, - 6.599827227680387, - 6.599827227680387 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 7.170638542836741, - 724.9043817364939, - 1135.0713549378827, - 682.4278242862872, - -40.61185521973289, - -637.2066859187267, - -815.0416697170815, - -608.4569668121122 - ], - "relative wind speed": [ - 1.949382662144468, - 2.319924921530507, - 2.450114359124481, - 2.302029640296673, - 1.919146032893936, - 1.4495387602626066, - 1.216615751276474, - 1.4777935560278892 - ], - "relative wind angle": [ - 0.32192721840240957, - 0.18416904677782248, - 0.006510367510701318, - 0.19559736287417712, - 0.3271866991898599, - 0.29745849547310216, - 0.013111361784026533, - 0.3075791013855697 - ], - "resistance": [ - 96641.67063854284, - 97359.40438173649, - 97769.57135493789, - 97316.9278242863, - 96593.88814478027, - 95997.29331408127, - 95819.45833028291, - 96026.04303318789 - ], - "fuel": [ - 39.44450796226346, - 39.815210830939314, - 40.02791902495113, - 39.79321871553107, - 39.419896799013515, - 39.11332601499341, - 39.022198602313324, - 39.128069191837476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 12.8125, -45.15625 12.96875, -45 12.96875, -45 12.8125, -45.15625 12.8125))", @@ -219797,68 +166454,7 @@ "id": "4355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.239416186121894, - 6.239416186121894, - 6.239416186121894, - 6.239416186121894, - 6.239416186121894, - 6.239416186121894, - 6.239416186121894, - 6.239416186121894 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 188.73374687747423, - 860.8593941450158, - 1068.2487554834752, - 525.7376609727946, - -186.03581380970036, - -692.3870830599939, - -782.8869736380356, - -467.13885910718295 - ], - "relative wind speed": [ - 1.968382070417158, - 2.2968616676330043, - 2.3635217024455533, - 2.1504722136335186, - 1.7186664737270203, - 1.2461014817466283, - 1.1144988044506292, - 1.4845240588967097 - ], - "relative wind angle": [ - 0.32397797596789446, - 0.15261419595504366, - 0.05622014219875587, - 0.25237997258553785, - 0.37319641357174504, - 0.2840165992114199, - 0.11944730151131593, - 0.3701199224522857 - ], - "resistance": [ - 96823.23374687746, - 97495.359394145, - 97702.74875548347, - 97160.23766097278, - 96448.46418619028, - 95942.11291694, - 95851.61302636196, - 96167.3611408928 - ], - "fuel": [ - 39.411283589322835, - 39.75882735466557, - 39.86640392851977, - 39.58533196991854, - 39.21822713354668, - 38.95821858148188, - 38.91184788864429, - 39.07376448336413 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 12.65625, -45.625 12.8125, -45.46875 12.8125, -45.46875 12.65625, -45.625 12.65625))", @@ -219890,11 +166486,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 553.0906972324437, + 553.0906972324433, 1441.898910143735, - 1343.038032144514, + 1343.0380321445123, 386.564157723833, - -664.3556431614402, + -664.3556431614397, -1253.5813724882194, -1210.6577911101285, -522.7909439169371 @@ -219910,13 +166506,13 @@ 2.4866844300725637 ], "relative wind angle": [ - 0.1955609359838888, + 0.19556093598388938, 0.06468080384346675, - 0.08712650386107677, + 0.08712650386107805, 0.2101455826696841, - 0.24056187601272253, - 0.10316180747840932, - 0.13555144377110925, + 0.24056187601272208, + 0.10316180747840933, + 0.13555144377110928, 0.24519688199085143 ], "resistance": [ @@ -219957,68 +166553,7 @@ "id": "4357", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.124379627550201, - 8.124379627550201, - 8.124379627550201, - 8.124379627550201, - 8.124379627550201, - 8.124379627550201, - 8.124379627550201, - 8.124379627550201 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 59.390944587301874, - 904.7546005351132, - 1289.4846156460812, - 704.8449324789767, - -169.1205924986691, - -854.4299011412711, - -1021.1875651014088, - -716.9414294357371 - ], - "relative wind speed": [ - 2.393352311312129, - 2.747347695225743, - 2.8530064284492904, - 2.675198870850339, - 2.2748301046742716, - 1.8316844522824514, - 1.6623301749118589, - 1.9355356603784233 - ], - "relative wind angle": [ - 0.25148769255084363, - 0.137949707779214, - 0.021484742952473546, - 0.17450658724940496, - 0.26489750453918137, - 0.20774657064787488, - 0.036879129534201596, - 0.24233682525056277 - ], - "resistance": [ - 96693.89094458734, - 97539.25460053516, - 97923.98461564613, - 97339.34493247903, - 96465.37940750137, - 95780.07009885878, - 95613.31243489863, - 95917.5585705643 - ], - "fuel": [ - 40.102521938340246, - 40.53950948654037, - 40.73926561241037, - 40.43593160044104, - 39.98485572801384, - 39.63313826368724, - 39.547818519676696, - 39.7035605703341 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 12.5, -45.625 12.65625, -45.46875 12.65625, -45.46875 12.5, -45.625 12.5))", @@ -220050,9 +166585,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 579.3394903952094, + 579.3394903952085, 1909.0871367944947, - 1963.1829788838659, + 1963.1829788838577, 671.9402855801372, -860.7699623884982, -1802.248049093499, @@ -220060,9 +166595,9 @@ -939.9902429836584 ], "relative wind speed": [ - 3.8171793617637046, + 3.817179361763704, 4.148107242922326, - 4.158283479137549, + 4.158283479137548, 3.8438166484301646, 3.33641703056895, 2.9147458178991577, @@ -220070,19 +166605,19 @@ 3.3056936420358722 ], "relative wind angle": [ - 0.16596093509143145, - 0.065910892528996, - 0.0587659268684754, + 0.16596093509143212, + 0.06591089252899598, + 0.05876592686847729, 0.16163499441040916, 0.19014849781046397, 0.09387068523080341, - 0.08430919223583659, - 0.18823942643612196 + 0.0843091922358366, + 0.18823942643612193 ], "resistance": [ 97213.83949039521, 98543.5871367945, - 98597.68297888387, + 98597.68297888385, 97306.44028558013, 95773.7300376115, 94832.2519509065, @@ -220117,68 +166652,7 @@ "id": "4359", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.226532457307554, - 10.226532457307554, - 10.226532457307554, - 10.226532457307554, - 10.226532457307554, - 10.226532457307554, - 10.226532457307554, - 10.226532457307554 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 261.8389284810796, - 1423.6942815344655, - 1748.1477209260447, - 809.5195805870744, - -444.8334111337217, - -1335.5318182079423, - -1476.1698323790781, - -910.8631255028881 - ], - "relative wind speed": [ - 3.063206344543459, - 3.4348298464718945, - 3.507076188874716, - 3.2548467195798763, - 2.771367731019701, - 2.2947017530769527, - 2.1826884375046705, - 2.543557556224883 - ], - "relative wind angle": [ - 0.21822242496920669, - 0.10587046551182581, - 0.04274179059359211, - 0.1775580550641158, - 0.2416371014108687, - 0.158843716710339, - 0.06870932682707781, - 0.2279889832386569 - ], - "resistance": [ - 96896.33892848113, - 98058.19428153451, - 98382.64772092609, - 97444.01958058712, - 96189.66658886633, - 95298.96818179211, - 95158.33016762097, - 95723.63687449716 - ], - "fuel": [ - 41.32826728484443, - 41.93041592684847, - 42.09946591373463, - 41.61148501865421, - 40.96448064486741, - 40.50860664927587, - 40.436895675944186, - 40.72559081084451 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 13.90625, -44.0625 14.0625, -43.90625 14.0625, -43.90625 13.90625, -44.0625 13.90625))", @@ -220210,37 +166684,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1376.4580768295214, + 1376.4580768294395, 849.564486129912, - -83.04235650155078, - -890.3286050958786, + -83.0423565015517, + -890.3286050958791, -1136.189728358851, -910.0658574393096, -115.95650986441433, 821.1958222662101 ], "relative wind speed": [ - 3.26017311916688, + 3.260173119166879, 3.13114305792599, - 2.785208636736374, - 2.3848754730174924, + 2.7852086367363738, + 2.384875473017493, 2.1925381486600326, 2.373161488620136, 2.7710224015906064, 3.1222301770477223 ], "relative wind angle": [ - 0.002217002760216286, - 0.11920240771599655, + 0.0022170027602663634, + 0.11920240771599656, 0.19285554597059867, - 0.161114641443209, - 0.003296553803976246, - 0.15755417719925463, + 0.16111464144321036, + 0.0032965538039762465, + 0.15755417719925466, 0.19385539221682482, - 0.12284234306041782 + 0.12284234306041783 ], "resistance": [ - 98010.95807682953, + 98010.95807682944, 97484.06448612991, 96551.45764349845, 95744.17139490412, @@ -220250,7 +166724,7 @@ 97455.6958222662 ], "fuel": [ - 41.66330464560373, + 41.66330464560369, 41.389704444474376, 40.90796182827107, 40.49356745272037, @@ -220290,9 +166764,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1200.692207389288, + 1200.692207389186, 713.2664984347139, - -93.64189200244437, + -93.64189200244482, -770.7728946010177, -963.6481670492458, -743.2587590554124, @@ -220310,17 +166784,17 @@ 2.763616578177012 ], "relative wind angle": [ - 0.004055114154468727, - 0.14049220222552142, - 0.22366224613148178, + 0.004055114154550862, + 0.14049220222552145, + 0.22366224613148228, 0.18499623007337312, 0.00642772497854068, - 0.1915364243761351, + 0.19153642437613513, 0.2215207719609998, - 0.1337220777619792 + 0.13372207776197922 ], "resistance": [ - 97835.1922073893, + 97835.19220738919, 97347.7664984347, 96540.85810799756, 95863.72710539898, @@ -220330,7 +166804,7 @@ 97387.49997802034 ], "fuel": [ - 40.85950270302986, + 40.85950270302982, 40.606680001739164, 40.190088067652304, 39.842367427540196, @@ -220370,9 +166844,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1156.2387833016228, + 1156.2387833016169, 507.57371624923553, - -347.40415849898864, + -347.4041584989891, -941.682300532508, -1022.5643562260202, -620.9016296123673, @@ -220380,7 +166854,7 @@ 968.7887975852209 ], "relative wind speed": [ - 3.0480606213825863, + 3.0480606213825854, 2.8447142863696873, 2.4709309882136448, 2.119875944154358, @@ -220390,9 +166864,9 @@ 2.999731609099969 ], "relative wind angle": [ - 0.041292704615331605, + 0.0412927046153343, 0.1561386612449221, - 0.2036669129887226, + 0.20366691298872316, 0.1250600202208975, 0.061424239427065, 0.19153594513743757, @@ -220400,7 +166874,7 @@ 0.08826284433241523 ], "resistance": [ - 97790.73878330163, + 97790.73878330161, 97142.07371624923, 96287.09584150101, 95692.81769946749, @@ -220410,7 +166884,7 @@ 97603.28879758522 ], "fuel": [ - 41.18844164765121, + 41.1884416476512, 40.85228764053777, 40.41160917556687, 40.10690472260529, @@ -220437,68 +166911,7 @@ "id": "4363", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.095514752663375, - 9.095514752663375, - 9.095514752663375, - 9.095514752663375, - 9.095514752663375, - 9.095514752663375, - 9.095514752663375, - 9.095514752663375 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1059.7481008514214, - 361.19307178506006, - -463.23947018633635, - -967.3282174821097, - -977.384831516322, - -497.21950703895936, - 321.43295362177514, - 1036.4545209965713 - ], - "relative wind speed": [ - 3.0050620787407345, - 2.7689816537539165, - 2.3881312986823766, - 2.0709103041295136, - 2.0621227953604087, - 2.3697023275940876, - 2.7531032346216575, - 2.9990130097218346 - ], - "relative wind angle": [ - 0.06182512803416262, - 0.16895082266144626, - 0.19929011271558414, - 0.09819298223358477, - 0.09016039218396957, - 0.19776672006282317, - 0.1725841616966053, - 0.06774816498953812 - ], - "resistance": [ - 97694.24810085143, - 96995.69307178508, - 96171.26052981368, - 95667.17178251791, - 95657.1151684837, - 96137.28049296106, - 96955.93295362178, - 97670.95452099659 - ], - "fuel": [ - 41.10176427635998, - 40.740071732634945, - 40.31553935600208, - 40.05721043583574, - 40.05206637152471, - 40.29809598301214, - 40.719539655730166, - 41.089674237967145 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 12.96875, -44.375 13.125, -44.21875 13.125, -44.21875 12.96875, -44.375 12.96875))", @@ -220517,68 +166930,7 @@ "id": "4364", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.986244093981401, - 7.986244093981401, - 7.986244093981401, - 7.986244093981401, - 7.986244093981401, - 7.986244093981401, - 7.986244093981401, - 7.986244093981401 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1159.6775062381075, - 1049.0643049643381, - 287.15217958864696, - -530.1680325772825, - -975.5441772977736, - -927.4063957691419, - -373.4048415818488, - 472.15323753027496 - ], - "relative wind speed": [ - 2.7893428362322292, - 2.7587472125935117, - 2.4640609683454207, - 2.0161205729712415, - 1.6630427944093793, - 1.7133180122454033, - 2.1153128228121814, - 2.5458598997822177 - ], - "relative wind angle": [ - 0.06456802362319604, - 0.09888063645437191, - 0.23140780068845143, - 0.2643976888677879, - 0.10843402029790583, - 0.15963323408220542, - 0.27044496757878633, - 0.20845760925625728 - ], - "resistance": [ - 97794.17750623813, - 97683.56430496437, - 96921.65217958868, - 96104.33196742275, - 95658.95582270225, - 95707.09360423089, - 96261.09515841817, - 97106.6532375303 - ], - "fuel": [ - 40.608315515687394, - 40.550880920104966, - 40.15650391981316, - 39.735848322677555, - 39.5076699494324, - 39.53229667349447, - 39.81633801146256, - 40.25206463521728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 12.96875, -44.21875 13.125, -44.0625 13.125, -44.0625 12.96875, -44.21875 12.96875))", @@ -220597,68 +166949,7 @@ "id": "4365", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.29596988790575, - 8.29596988790575, - 8.29596988790575, - 8.29596988790575, - 8.29596988790575, - 8.29596988790575, - 8.29596988790575, - 8.29596988790575 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1137.8704257398504, - 886.1250644332526, - 128.25374214222984, - -616.7742485195299, - -955.5175763457644, - -846.5288056337249, - -254.12153714239003, - 554.0716101774578 - ], - "relative wind speed": [ - 2.8360915685719976, - 2.7665265582891068, - 2.4620347190236114, - 2.0493551295429193, - 1.7773538058975418, - 1.8838080419577463, - 2.2673303638830355, - 2.646232319672589 - ], - "relative wind angle": [ - 0.035230848143692636, - 0.11012686356100895, - 0.21692318358849788, - 0.2190498173071018, - 0.05623523825241984, - 0.16211275354797375, - 0.23588977725026913, - 0.16909276466121811 - ], - "resistance": [ - 97772.37042573988, - 97520.62506443328, - 96762.75374214226, - 96017.7257514805, - 95678.98242365426, - 95787.9711943663, - 96380.37846285764, - 97188.57161017749 - ], - "fuel": [ - 40.74109868265714, - 40.61046941451627, - 40.218637796942204, - 39.835529619748264, - 39.662024114527846, - 39.7178019514466, - 40.02175484269388, - 40.43852939049587 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 12.8125, -44.375 12.96875, -44.21875 12.96875, -44.21875 12.8125, -44.375 12.8125))", @@ -220677,68 +166968,7 @@ "id": "4366", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.174005288824276, - 8.174005288824276, - 8.174005288824276, - 8.174005288824276, - 8.174005288824276, - 8.174005288824276, - 8.174005288824276, - 8.174005288824276 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 894.283649320756, - 1160.1414890435394, - 573.4913167693726, - -243.4768387094564, - -846.4546020009248, - -961.6630201375847, - -624.8777233502826, - 125.11464974882392 - ], - "relative wind speed": [ - 2.7434912818490225, - 2.8173383256302027, - 2.6264176457247896, - 2.2399978739648922, - 1.8432354473725023, - 1.7282552146506909, - 2.006537235701734, - 2.4303643456619555 - ], - "relative wind angle": [ - 0.11551434367584938, - 0.03475335176490487, - 0.17398247089811883, - 0.24580658604886202, - 0.1724034573662441, - 0.056672568763643516, - 0.2285688101869261, - 0.22620252865260382 - ], - "resistance": [ - 97528.7836493208, - 97794.64148904358, - 97207.99131676942, - 96391.02316129059, - 95788.04539799911, - 95672.83697986246, - 96009.62227664977, - 96759.61464974887 - ], - "fuel": [ - 40.55719691142058, - 40.69516411770127, - 40.39107152945054, - 39.969726128112235, - 39.66033769217631, - 39.60137809034673, - 39.773871756960745, - 40.15951703048064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 12.8125, -44.21875 12.96875, -44.0625 12.96875, -44.0625 12.8125, -44.21875 12.8125))", @@ -220757,68 +166987,7 @@ "id": "4367", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.466123845413, - 8.466123845413, - 8.466123845413, - 8.466123845413, - 8.466123845413, - 8.466123845413, - 8.466123845413, - 8.466123845413 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1101.5920206596656, - 903.0859928955374, - 165.35124801716393, - -584.8687798305743, - -948.7248365010191, - -862.8533198737625, - -297.6438511308297, - 502.1817044342547 - ], - "relative wind speed": [ - 2.86331921981145, - 2.809004659066048, - 2.5219088305663466, - 2.12218851158099, - 1.8463222359232603, - 1.9279511349491072, - 2.2907375676226636, - 2.6652989841141608 - ], - "relative wind angle": [ - 0.04131703486312965, - 0.09856081423058952, - 0.20329717872815833, - 0.2106157191451862, - 0.06410107316016776, - 0.14386544899820478, - 0.22414675052969638, - 0.16723978501952283 - ], - "resistance": [ - 97736.09202065965, - 97537.58599289552, - 96799.85124801715, - 96049.63122016941, - 95685.77516349897, - 95771.64668012623, - 96336.85614886915, - 97136.68170443425 - ], - "fuel": [ - 40.80411865670739, - 40.7011221171321, - 40.31962723360085, - 39.93375289335874, - 39.74735836423842, - 39.79130382252002, - 40.08123910644551, - 40.493556615144996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 12.65625, -44.375 12.8125, -44.21875 12.8125, -44.21875 12.65625, -44.375 12.65625))", @@ -220850,14 +167019,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 618.931857251376, + 618.9318572513732, 981.1578498776914, - 584.5278511041781, - -65.2730249353358, - -608.1139870864547, + 584.5278511041777, + -65.27302493533557, + -608.1139870864545, -764.6032360136627, -584.4143519863039, - -25.875033642702874 + -25.87503364270242 ], "relative wind speed": [ 2.382954611620301, @@ -220867,17 +167036,17 @@ 1.6581284729499635, 1.479997523688767, 1.6783196436266858, - 2.0643562854671575 + 2.064356285467158 ], "relative wind angle": [ - 0.14795163749053739, - 0.00479543055504207, - 0.15607789184957135, - 0.2519060869839816, - 0.21346919356831678, - 0.008092336422084562, + 0.1479516374905404, + 0.004795430555042069, + 0.15607789184957205, + 0.25190608698398154, + 0.21346919356831623, + 0.008092336422084564, 0.22119407412502187, - 0.24901399644507297 + 0.2490139964450734 ], "resistance": [ 97253.43185725137, @@ -220930,39 +167099,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1028.9574836009183, + 1028.9574836009106, 938.9847924210435, - 244.8694501016953, + 244.86945010169438, -513.6116015876373, -928.56747824646, -889.7121173358885, -382.5179334772606, - 398.31087810058216 + 398.3108781005826 ], "relative wind speed": [ 2.9054066588608296, 2.8811799942136944, - 2.6269103231840654, + 2.626910323184065, 2.2494853711555867, 1.964154344499073, 1.9995229389307358, - 2.323495706111036, - 2.6905586236550296 + 2.3234957061110357, + 2.690558623655029 ], "relative wind angle": [ - 0.05321898068211971, + 0.05321898068212597, 0.07789355856149684, - 0.18051065310035458, + 0.18051065310035522, 0.198123028372424, - 0.07876658354983819, + 0.0787665835498382, 0.11236227286133878, - 0.2043964441148481, - 0.16531439438486067 + 0.20439644411484648, + 0.16531439438486 ], "resistance": [ 97663.45748360091, 97573.48479242105, - 96879.3694501017, + 96879.36945010169, 96120.88839841237, 95705.93252175354, 95744.78788266411, @@ -220972,7 +167141,7 @@ "fuel": [ 40.90563146170794, 40.85895451565345, - 40.4998668977078, + 40.49986689770779, 40.10953074452736, 39.8968884563311, 39.916772523924365, @@ -220997,68 +167166,7 @@ "id": "4370", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.914508177810047, - 8.914508177810047, - 8.914508177810047, - 8.914508177810047, - 8.914508177810047, - 8.914508177810047, - 8.914508177810047, - 8.914508177810047 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 686.4617062618167, - 1213.2383435543252, - 803.700646684872, - -12.638870479411707, - -745.8192656139784, - -1003.5288676731939, - -827.2169654131781, - -148.25172826561447 - ], - "relative wind speed": [ - 2.847256268629228, - 2.995911186707946, - 2.887393151614564, - 2.562328351863406, - 2.167642503561235, - 1.9570535107277556, - 2.1138834098651147, - 2.49800234181848 - ], - "relative wind angle": [ - 0.13760566877332556, - 0.010969581592595779, - 0.11945284697123085, - 0.2041513317542152, - 0.1811682588281062, - 0.016792988839138673, - 0.16350265772217693, - 0.20948567281323854 - ], - "resistance": [ - 97320.96170626183, - 97847.73834355435, - 97438.20064668488, - 96621.8611295206, - 95888.68073438604, - 95630.97113232683, - 95807.28303458684, - 96486.2482717344 - ], - "fuel": [ - 40.81374027630291, - 41.086959924706974, - 40.874458467786056, - 40.45273703472179, - 40.0760893480243, - 39.944174491714065, - 40.03439727712812, - 40.38291954753021 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 12.5, -44.21875 12.65625, -44.0625 12.65625, -44.0625 12.5, -44.21875 12.5))", @@ -221077,68 +167185,7 @@ "id": "4371", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.883495592347733, - 8.883495592347733, - 8.883495592347733, - 8.883495592347733, - 8.883495592347733, - 8.883495592347733, - 8.883495592347733, - 8.883495592347733 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1050.6385975158337, - 1063.3226399899863, - 358.0460872196636, - -466.7403549407818, - -966.6829163819361, - -972.1676971415786, - -485.159410463099, - 336.46710497429694 - ], - "relative wind speed": [ - 2.9548692657730378, - 2.9582054242544733, - 2.714967732014735, - 2.323748642223798, - 1.997994013941139, - 1.9930512099457263, - 2.3134784787573617, - 2.706182681438518 - ], - "relative wind angle": [ - 0.06927477950490475, - 0.0659269802774355, - 0.17778516028634442, - 0.20988163191244585, - 0.10254943934935382, - 0.0979383804132935, - 0.20906082880212368, - 0.1798695432293784 - ], - "resistance": [ - 97685.13859751585, - 97697.82263999, - 96992.54608721967, - 96167.75964505924, - 95667.81708361808, - 95662.33230285844, - 96149.34058953692, - 96970.9671049743 - ], - "fuel": [ - 40.98653722544614, - 40.99312102765394, - 40.62794770315223, - 40.20324329093536, - 39.94704181092372, - 39.94423622780337, - 40.19378772666117, - 40.61680386558558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 12.96875, -42.5 13.125, -42.34375 13.125, -42.34375 12.96875, -42.5 12.96875))", @@ -221170,11 +167217,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1347.3445760030572, + 1347.3445760030518, 354.6087288901772, - -738.1419330237163, + -738.1419330237159, -1340.297664725676, - -1289.6254427524864, + -1289.6254427524855, -566.0931430924325, 555.7371056683551, 1464.8752100462088 @@ -221182,7 +167229,7 @@ "relative wind speed": [ 3.5195099219528507, 3.223015769892664, - 2.7828500985487143, + 2.782850098548715, 2.4504679352838923, 2.4876492802517083, 2.8613839971741992, @@ -221190,11 +167237,11 @@ 3.5454979805955182 ], "relative wind angle": [ - 0.07334637835712203, + 0.07334637835712507, 0.1710407928475367, - 0.18719624335486065, + 0.18719624335486124, 0.07509324394663147, - 0.10386359933638145, + 0.10386359933638038, 0.1929138868546411, 0.1580230118805264, 0.051875131107462634 @@ -221250,9 +167297,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1417.6861817256622, + 1417.6861817256577, 312.4416043500696, - -855.2491871223751, + -855.2491871223756, -1458.3073708637098, -1363.5958794311105, -535.3869814673913, @@ -221270,11 +167317,11 @@ 3.636987043737542 ], "relative wind angle": [ - 0.0845122513621956, + 0.08451225136219824, 0.1837704094320349, - 0.1947379077460777, + 0.19473790774607824, 0.0683305707317332, - 0.12070340856185938, + 0.12070340856185939, 0.20460612395780584, 0.16007430243146145, 0.0459648906675874 @@ -221330,34 +167377,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1372.2001277457707, + 1372.2001277457725, 459.3194671404194, -610.6948252226034, -1259.315168892157, - -1266.7804636473315, + -1266.780463647332, -635.8973629719599, 429.82489758799375, 1354.912660429673 ], "relative wind speed": [ - 3.4165849501096983, + 3.416584950109698, 3.144273026681155, 2.707928020144313, 2.346948738565669, - 2.3412012777417956, + 2.341201277741795, 2.6958900715535914, 3.133911610421264, 3.4126394129413846 ], "relative wind angle": [ - 0.06347982883261592, + 0.06347982883261417, 0.17084840954962138, - 0.20048827087261434, - 0.09733076453481988, - 0.09270855168606608, - 0.19961919073429718, + 0.20048827087261437, + 0.09733076453481987, + 0.09270855168606609, + 0.1996191907342972, 0.17293900354223934, - 0.06688076602343444 + 0.06688076602343446 ], "resistance": [ 98006.7001277458, @@ -221410,34 +167457,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1298.5398404359275, + 1298.539840435923, 235.54958735366927, - -837.2469905658986, + -837.2469905658995, -1353.2523574905704, - -1224.0667491657646, + -1224.066749165765, -408.2521717155428, 739.4568990765279, - 1596.7096257525345 + 1596.7096257525427 ], "relative wind speed": [ - 3.3015555034463224, + 3.301555503446322, 2.94792667057061, 2.454829409963164, 2.1139064500979927, 2.2203432415629036, 2.6720630976137594, 3.131134845494627, - 3.3706961258655257 + 3.3706961258655253 ], "relative wind angle": [ - 0.10465301823449656, + 0.10465301823449868, 0.2151206982396141, - 0.2238973683893175, + 0.223897368389318, 0.06700472472496023, - 0.15596217304138224, + 0.15596217304138293, 0.23773659760518132, 0.17496533754226667, - 0.042002416294449584 + 0.042002416294444296 ], "resistance": [ 97933.03984043594, @@ -221490,9 +167537,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1368.4628143354562, + 1368.4628143354525, 337.61814990937773, - -756.5385919049108, + -756.5385919049113, -1335.6519700114566, -1256.3705575064887, -494.3345376647512, @@ -221510,11 +167557,11 @@ 3.3402739617739887 ], "relative wind angle": [ - 0.09427025754788994, + 0.0942702575478923, 0.21212305652757596, - 0.23374038136296948, - 0.08825375622575271, - 0.1440658843269214, + 0.23374038136296998, + 0.08825375622575272, + 0.14406588432692138, 0.24201497690645032, 0.1869669446429799, 0.055331487104749305 @@ -221570,40 +167617,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1583.4425076441103, + 1583.442507644104, 303.2025414476475, - -1016.8027796876877, - -1669.3563134269557, + -1016.8027796876886, + -1669.3563134269575, -1533.3398982073054, -557.981976320792, 840.2960513586295, 1898.4828139355195 ], "relative wind speed": [ - 3.807909654265769, + 3.8079096542657687, 3.443249363421265, - 2.9338065068313663, - 2.5801182812791894, + 2.933806506831366, + 2.58011828127919, 2.673526151995697, 3.129209459552751, 3.6111905794251986, 3.871809354173354 ], "relative wind angle": [ - 0.0904668000581033, + 0.09046680005810576, 0.1889319166893243, 0.19571067548860976, - 0.062114252562463744, + 0.062114252562467324, 0.12903415869960663, - 0.2081580626944926, - 0.15865106602633539, - 0.041377242606122244 + 0.20815806269449263, + 0.15865106602633536, + 0.04137724260612224 ], "resistance": [ 98217.94250764413, 96937.70254144767, 95617.69722031233, - 94965.14368657306, + 94965.14368657305, 95101.1601017927, 96076.51802367922, 97474.79605135864, @@ -221613,7 +167660,7 @@ 42.90246849738411, 42.238486255065396, 41.560266098203684, - 41.227378255647245, + 41.22737825564724, 41.296633741408726, 41.79527357401355, 42.516301232143604, @@ -221650,31 +167697,31 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1444.817314699208, + 1444.8173146992053, 267.50094219380253, - -919.3992725872745, - -1491.5237008478969, - -1348.368275550874, + -919.3992725872763, + -1491.5237008478982, + -1348.3682755508735, -446.185340286278, 823.947890213632, 1774.9140147523763 ], "relative wind speed": [ - 3.436605733574089, + 3.4366057335740887, 3.059883341555102, - 2.532090575760529, - 2.1644724299082174, + 2.5320905757605288, + 2.164472429908218, 2.2791764900804528, 2.764420079699056, 3.2547537168139877, 3.509980561361697 ], "relative wind angle": [ - 0.10759511912327747, - 0.2220166142331597, - 0.23266036710357454, - 0.07021965467086036, - 0.1626381180895991, + 0.10759511912327852, + 0.22201661423315966, + 0.23266036710357502, + 0.07021965467086352, + 0.16263811808959844, 0.24621207424982636, 0.18034959244514465, 0.04327974218840416 @@ -221730,19 +167777,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1786.2497669581808, + 1786.2497669581744, 352.5898750270462, - -1138.0664761470507, + -1138.0664761470534, -1883.9008127889006, - -1740.6218731353401, + -1740.6218731353406, -652.5990176756004, 920.3690867582263, 2118.474558380285 ], "relative wind speed": [ - 4.095879430745294, + 4.095879430745293, 3.7179728096728746, - 3.1883770286784268, + 3.1883770286784263, 2.818876405814006, 2.909386683187651, 3.3789698681765743, @@ -221750,14 +167797,14 @@ 4.158689095407006 ], "relative wind angle": [ - 0.08610427417396338, - 0.18140327234962336, - 0.1881500134581698, + 0.08610427417396467, + 0.18140327234962333, + 0.1881500134581704, 0.06127584945731349, - 0.12136693026296397, + 0.12136693026296398, 0.19983747845038644, 0.15420636410408758, - 0.04152043564627626 + 0.04152043564627627 ], "resistance": [ 98420.7497669582, @@ -221797,68 +167844,7 @@ "id": "4380", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.839107361565908, - 9.839107361565908, - 9.839107361565908, - 9.839107361565908, - 9.839107361565908, - 9.839107361565908, - 9.839107361565908, - 9.839107361565908 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1061.5966710271332, - 56.70229676205554, - -881.1611023778623, - -1252.0919828220624, - -1064.4963202631343, - -248.67117033042996, - 797.3529906219219, - 1496.5330713329085 - ], - "relative wind speed": [ - 3.21489595686755, - 2.8605793457469404, - 2.4115222377574623, - 2.1494107350695155, - 2.301474978124204, - 2.7293641924633527, - 3.1331938314148973, - 3.3184901055123017 - ], - "relative wind angle": [ - 0.11409882860184291, - 0.20585851616314954, - 0.1923091048652165, - 0.03121972071387842, - 0.15971551519813731, - 0.21590816261227608, - 0.1476394915728283, - 0.02021933839259938 - ], - "resistance": [ - 97696.09667102713, - 96691.20229676206, - 95753.33889762213, - 95382.40801717794, - 95570.00367973687, - 96385.82882966957, - 97431.85299062192, - 98131.0330713329 - ], - "fuel": [ - 41.51367059121739, - 40.99392980531163, - 40.512248018890496, - 40.322643071551916, - 40.418470440415234, - 40.83673222151722, - 41.37663715654023, - 41.73978889733708 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 12.65625, -42.34375 12.8125, -42.1875 12.8125, -42.1875 12.65625, -42.34375 12.65625))", @@ -221890,9 +167876,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1239.2193250528749, + 1239.2193250528721, 172.27907160189898, - -865.128690913275, + -865.1286909132759, -1329.275686501114, -1167.362419560971, -330.3875675694285, @@ -221900,7 +167886,7 @@ 1612.692571282863 ], "relative wind speed": [ - 3.209555350926357, + 3.209555350926356, 2.8376136851897833, 2.3339803646818518, 2.0033012975875866, @@ -221910,17 +167896,17 @@ 3.2981054109861194 ], "relative wind angle": [ - 0.11780754606850824, + 0.11780754606850918, 0.23041041323484004, - 0.2331450572903208, - 0.05721380658124066, + 0.23314505729032176, + 0.057213806581240666, 0.1770117227751637, 0.2504199055170479, 0.17639060404132437, 0.03474025329702605 ], "resistance": [ - 97873.7193250529, + 97873.71932505288, 96806.77907160191, 95769.37130908674, 95305.2243134989, @@ -221957,68 +167943,7 @@ "id": "4382", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.223719578190616, - 9.223719578190616, - 9.223719578190616, - 9.223719578190616, - 9.223719578190616, - 9.223719578190616, - 9.223719578190616, - 9.223719578190616 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 990.4471860873323, - -79.1965430262403, - -987.7854810071374, - -1259.980470898369, - -984.1495239245385, - -73.15193606318962, - 995.72413763241, - 1626.3219551558882 - ], - "relative wind speed": [ - 3.0575011103997105, - 2.6424873570435636, - 2.1497549086849355, - 1.909881361673532, - 2.1521570179978204, - 2.6452511105900047, - 3.059190530646588, - 3.214412240915092 - ], - "relative wind angle": [ - 0.15176078442129512, - 0.2494156338919323, - 0.21574683013861423, - 0.000746618936112836, - 0.21646152857338125, - 0.24914951238877797, - 0.15100950962229204, - 0.0004436125169634898 - ], - "resistance": [ - 97624.94718608733, - 96555.30345697376, - 95646.71451899286, - 95374.51952910163, - 95650.35047607546, - 96561.3480639368, - 97630.22413763241, - 98260.82195515589 - ], - "fuel": [ - 41.13405472254812, - 40.581237009973236, - 40.115000408910014, - 39.975923269892576, - 40.116860055215355, - 40.584349047459, - 41.13679253200852, - 41.46470789122273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 12.5, -42.34375 12.65625, -42.1875 12.65625, -42.1875 12.5, -42.34375 12.5))", @@ -222050,9 +167975,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1067.678048400232, + 1067.6780484002293, -45.7581826381047, - -1008.2869827399161, + -1008.286982739917, -1317.3613259133592, -1045.491086007322, -107.60004754251668, @@ -222060,9 +167985,9 @@ 1696.8756810053442 ], "relative wind speed": [ - 3.1182981251991206, + 3.11829812519912, 2.6972902158447942, - 2.1870401008992153, + 2.187040100899215, 1.9253590512538323, 2.162718230628209, 2.6694117018961125, @@ -222070,17 +167995,17 @@ 3.2701874359838916 ], "relative wind angle": [ - 0.14977375250630662, + 0.14977375250630734, 0.251953848360847, 0.22392847191122234, - 0.007478514344714565, + 0.007478514344714566, 0.21683890184046076, 0.2546432416546882, 0.15724597057443235, 0.004403031285825524 ], "resistance": [ - 97702.17804840022, + 97702.17804840021, 96588.74181736188, 95626.21301726007, 95317.13867408663, @@ -222132,7 +168057,7 @@ "wind resistance": [ 1350.9204695676299, 67.56670226738424, - -1131.610173266231, + -1131.6101732662332, -1605.1573934367498, -1366.4767404608392, -323.80889006536063, @@ -222142,7 +168067,7 @@ "relative wind speed": [ 3.6743828598486274, 3.2791628453128263, - 2.7802344144200744, + 2.780234414420074, 2.4904669279406773, 2.6581448408184154, 3.1327167809169767, @@ -222150,14 +168075,14 @@ 3.7900392974681227 ], "relative wind angle": [ - 0.11092050061814654, + 0.11092050061814655, 0.1995362874776148, - 0.1853897622878088, + 0.1853897622878094, 0.03002974149959946, 0.1536158709480049, - 0.20899906452620104, + 0.20899906452620107, 0.14352742054699874, - 0.01973111211548861 + 0.019731112115488614 ], "resistance": [ 97985.42046956763, @@ -222210,9 +168135,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1519.1583546199618, - -305.9154479808658, - -1840.3298091877696, + 1519.1583546199545, + -305.9154479808667, + -1840.3298091877741, -2255.852723617363, -1761.5347421532188, -174.03945441631822, @@ -222220,9 +168145,9 @@ 2605.8676005079706 ], "relative wind speed": [ - 4.761335069352497, + 4.761335069352496, 4.317504050256492, - 3.834477262655759, + 3.8344772626557586, 3.628228648860096, 3.8632822182062765, 4.353667409917015, @@ -222230,9 +168155,9 @@ 4.942794554879414 ], "relative wind angle": [ - 0.10049993683355453, - 0.15283248586101023, - 0.11811013123129872, + 0.10049993683355564, + 0.15283248586101025, + 0.11811013123129968, 0.005041910379558805, 0.12397090545247719, 0.15155314443661153, @@ -222242,7 +168167,7 @@ "resistance": [ 98153.65835461998, 96328.58455201917, - 94794.17019081226, + 94794.17019081225, 94378.64727638266, 94872.96525784681, 96460.46054558372, @@ -222252,7 +168177,7 @@ "fuel": [ 46.00575048718224, 45.06148282515716, - 44.277189007695355, + 44.27718900769534, 44.06630792758267, 44.317250578281914, 45.12929817964883, @@ -222290,34 +168215,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1066.7369257312712, + 1066.7369257312657, -209.37152829387196, - -1263.3410212055373, + -1263.3410212055383, -1545.3176367524652, -1173.1724477533312, -59.00732359552876, - 1196.3434989534135, - 1852.7964915639159 + 1196.3434989534153, + 1852.7964915639468 ], "relative wind speed": [ - 3.6188718544236487, + 3.6188718544236482, 3.2026436725123935, - 2.742825465642066, + 2.7428254656420656, 2.5487589265332837, 2.7888570387550664, 3.258378521330765, 3.6538836251827616, - 3.791804981241815 + 3.7918049812418144 ], "relative wind angle": [ - 0.12733977688586018, + 0.1273397768858619, 0.19531312565885933, - 0.15351799000097308, + 0.15351799000097383, 0.011142137854717096, 0.16554734238168947, 0.1919302634079056, - 0.1150413240365035, - 0.00748938865282459 + 0.11504132403650252, + 0.007489388652809766 ], "resistance": [ 97701.2369257313, @@ -222327,7 +168252,7 @@ 95461.3275522467, 96575.4926764045, 97830.84349895344, - 98487.29649156395 + 98487.29649156397 ], "fuel": [ 42.50597621979512, @@ -222337,7 +168262,7 @@ 41.35257806839527, 41.923962330819684, 42.57328600196375, - 42.91516786603911 + 42.91516786603913 ] }, { @@ -222370,13 +168295,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1236.0740442301812, + 1236.0740442301703, -405.9280000870431, - -1724.702926930665, + -1724.7029269306695, -2038.3628044390734, -1511.764449304752, -48.99151791927761, - 1540.008453914259, + 1540.0084539142645, 2276.482825890713 ], "relative wind speed": [ @@ -222390,13 +168315,13 @@ 4.842095233793357 ], "relative wind angle": [ - 0.09708345095940067, + 0.09708345095940411, 0.1391006019977192, - 0.09986684268835894, - 0.01357688234450973, + 0.09986684268836116, + 0.013576882344509728, 0.11602835656615745, 0.1359234947491436, - 0.08079889973122394, + 0.08079889973122256, 0.010276651381885006 ], "resistance": [ @@ -222406,7 +168331,7 @@ 94596.13719556096, 95122.73555069529, 96585.50848208077, - 98174.5084539143, + 98174.50845391431, 98910.98282589075 ], "fuel": [ @@ -222450,10 +168375,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1972.738021757369, + 1972.7380217573645, 661.410818589382, - -880.6730141975477, - -1817.7528139352935, + -880.6730141975486, + -1817.752813935294, -1831.0689550956636, -925.7794301664608, 608.6575957040059, @@ -222462,18 +168387,18 @@ "relative wind speed": [ 4.139511911321463, 3.8171813710819182, - 3.30086186455219, - 2.874522295744064, + 3.300861864552189, + 2.8745222957440646, 2.866130930970982, 3.2831984036463626, 3.8019174542046414, 4.133689266104932 ], "relative wind angle": [ - 0.06156761114096976, + 0.06156761114097156, 0.16621187233391777, - 0.19464243581583665, - 0.0945373009314117, + 0.1946424358158355, + 0.09453730093141287, 0.08898243262134323, 0.19356262816370048, 0.1687248365167065, @@ -222530,37 +168455,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1803.4836662024773, - 286.2741335665023, - -1272.2210123800796, - -2019.9804341606232, + 1803.4836662024645, + 286.2741335665032, + -1272.2210123800814, + -2019.9804341606196, -1848.119863911401, -677.1559838322391, - 979.5704610103321, + 979.5704610103285, 2204.473506719047 ], "relative wind speed": [ 4.49602343696267, 4.131462512746843, - 3.640350839376526, - 3.316562707685541, + 3.6403508393765254, + 3.3165627076855406, 3.410396899329122, 3.8439629631981167, 4.311946141004306, 4.56568128132712 ], "relative wind angle": [ - 0.0754758898840983, - 0.15186035712117507, + 0.07547588988410273, + 0.15186035712117504, 0.15023677293734577, - 0.04390019802539508, - 0.09957202749087109, - 0.16331678873864588, - 0.1266991591955996, + 0.04390019802539256, + 0.09957202749087107, + 0.16331678873864586, + 0.1266991591956005, 0.03188476232612446 ], "resistance": [ - 98437.9836662025, + 98437.98366620249, 96920.77413356653, 95362.27898761995, 94614.51956583941, @@ -222570,7 +168495,7 @@ 98838.97350671908 ], "fuel": [ - 45.02415767285039, + 45.02415767285038, 44.23670044875315, 43.43673366379038, 43.05612147892569, @@ -222610,37 +168535,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1921.1806785647805, + 1921.1806785647623, 330.8897341329548, - -1315.6214348634994, + -1315.6214348635003, -2119.9412754262385, -1950.6282105582595, -731.0490016454842, - 1012.2737196992503, + 1012.2737196992521, 2315.8712449236664 ], "relative wind speed": [ 4.5720688018003015, 4.197286358947658, - 3.6864451696043106, + 3.68644516960431, 3.3437952773654476, 3.435343775319489, 3.8843515808966, - 4.3721301438226945, + 4.372130143822694, 4.639443191385205 ], "relative wind angle": [ - 0.07582796009569477, + 0.07582796009570064, 0.15508966541095598, - 0.15539320987745467, - 0.04742630808565433, + 0.1553932098774547, + 0.047426308085654324, 0.10099367791929074, 0.16769805475026156, - 0.1308693336847995, + 0.13086933368479778, 0.03417549878033976 ], "resistance": [ - 98555.6806785648, + 98555.68067856478, 96965.38973413297, 95318.87856513652, 94514.55872457377, @@ -222650,7 +168575,7 @@ 98950.37124492368 ], "fuel": [ - 45.242073237827, + 45.242073237826986, 44.416205287521294, 43.571056650864115, 43.16186954704514, @@ -222690,13 +168615,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2274.637680363543, + 2274.6376803635085, 626.193722408525, - -1254.763244674461, + -1254.7632446744665, -2327.5334580151984, -2283.05451839713, -1098.8797824705134, - 807.4689427154735, + 807.4689427154772, 2378.789823267165 ], "relative wind speed": [ @@ -222710,17 +168635,17 @@ 5.170021281054698 ], "relative wind angle": [ - 0.051926415355136105, + 0.05192641535514466, 0.12515493237283679, - 0.1351744253416686, + 0.13517442534167023, 0.05647741099196343, - 0.06713440117636232, + 0.06713440117636231, 0.1379172314322629, - 0.12035536914841953, - 0.04332613754195106 + 0.12035536914841861, + 0.04332613754195107 ], "resistance": [ - 98909.13768036358, + 98909.13768036355, 97260.69372240857, 95379.73675532558, 94306.96654198485, @@ -222730,7 +168655,7 @@ 99013.2898232672 ], "fuel": [ - 47.37731675867113, + 47.37731675867111, 46.519259126630914, 45.55252383891208, 45.00705901931278, @@ -222757,68 +168682,7 @@ "id": "4392", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.273357032571234, - 16.273357032571234, - 16.273357032571234, - 16.273357032571234, - 16.273357032571234, - 16.273357032571234, - 16.273357032571234, - 16.273357032571234 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1474.5815650953573, - -411.9946053948315, - -1954.8228509921828, - -2341.182399868396, - -1772.8684563147926, - -107.09340415804036, - 1734.369220484723, - 2641.3821204216983 - ], - "relative wind speed": [ - 4.967284825971757, - 4.525722006668481, - 4.06230451982164, - 3.8814598808705023, - 4.124794706152874, - 4.604963651169535, - 5.018518894900438, - 5.159662692795797 - ], - "relative wind angle": [ - 0.09682896805871913, - 0.14169466016479682, - 0.10447464733976358, - 0.01030942567923778, - 0.11668880610621533, - 0.13924037305210918, - 0.08451516139894506, - 0.007755412871929213 - ], - "resistance": [ - 98109.08156509537, - 96222.50539460518, - 94679.67714900782, - 94293.31760013162, - 94861.63154368522, - 96527.40659584198, - 98368.86922048473, - 99275.88212042171 - ], - "fuel": [ - 46.80551915474736, - 45.82995983299716, - 45.04199852515025, - 44.84606171649813, - 45.13446652766102, - 45.986728740949665, - 46.9408942621297, - 47.415506844940026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 12.65625, -41.71875 12.8125, -41.5625 12.8125, -41.5625 12.65625, -41.71875 12.65625))", @@ -222850,9 +168714,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1707.3601807447376, + 1707.3601807447267, 57.66856321735759, - -1523.5143787416137, + -1523.5143787416173, -2159.552717027117, -1882.1713476207751, -543.9211063978555, @@ -222860,9 +168724,9 @@ 2358.861805173654 ], "relative wind speed": [ - 4.938162805091853, + 4.938162805091851, 4.569808467861467, - 4.118659846946293, + 4.118659846946292, 3.862931594973024, 3.994427824242562, 4.4110946600291205, @@ -222870,17 +168734,17 @@ 5.041692674611867 ], "relative wind angle": [ - 0.07301095555823174, + 0.07301095555823325, 0.12935436001335854, 0.1152015876214854, - 0.020724051233049826, + 0.020724051233049823, 0.09030324643335053, 0.13403618359588987, - 0.09807319084952212, + 0.09807319084952214, 0.015878243853029324 ], "resistance": [ - 98341.86018074476, + 98341.86018074474, 96692.16856321738, 95110.9856212584, 94474.94728297289, @@ -222890,7 +168754,7 @@ 98993.36180517367 ], "fuel": [ - 46.68089228972998, + 46.68089228972997, 45.8256713266822, 45.01547080398174, 44.6921875814072, @@ -222930,9 +168794,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1335.260230965574, + 1335.2602309655576, -517.4021609789306, - -1978.6430754535486, + -1978.643075453555, -2306.2078356729835, -1677.3337749288894, -11.853589304044363, @@ -222940,7 +168804,7 @@ 2535.1158750402064 ], "relative wind speed": [ - 5.058278238049126, + 5.058278238049125, 4.630059701979185, 4.199928593542991, 4.051773501562666, @@ -222950,9 +168814,9 @@ 5.2588316668412745 ], "relative wind angle": [ - 0.09350186864089627, - 0.13073491595415973, - 0.09092014228837728, + 0.09350186864089984, + 0.13073491595415976, + 0.09092014228837972, 0.015870865597914927, 0.11006411231392933, 0.12721100790605822, @@ -222960,7 +168824,7 @@ 0.012227821624291327 ], "resistance": [ - 97969.7602309656, + 97969.76023096559, 96117.0978390211, 94655.85692454648, 94328.29216432705, @@ -222970,7 +168834,7 @@ 99169.61587504024 ], "fuel": [ - 47.22532946483355, + 47.22532946483354, 46.26815071325778, 45.522209441827215, 45.35608278500358, @@ -223010,9 +168874,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1291.3240596621827, + 1291.3240596621772, -307.86710583687, - -1628.4656821514982, + -1628.4656821514973, -1971.5515310376404, -1506.00048844287, -102.97788395858606, @@ -223022,7 +168886,7 @@ "relative wind speed": [ 4.3970012312954845, 3.9730124684272323, - 3.5183552846944406, + 3.51835528469444, 3.3332864232637283, 3.567007659473729, 4.033898287820356, @@ -223030,13 +168894,13 @@ 4.576719905264462 ], "relative wind angle": [ - 0.10513431817023353, - 0.15713570012726016, - 0.11904185272365875, - 0.009245308089736504, + 0.10513431817023564, + 0.1571357001272602, + 0.11904185272365783, + 0.009245308089736505, 0.12972253422710223, - 0.15474470080821892, - 0.09433290998948501, + 0.15474470080821895, + 0.09433290998948503, 0.00673343670189547 ], "resistance": [ @@ -223077,68 +168941,7 @@ "id": "4396", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.784591268743723, - 7.784591268743723, - 7.784591268743723, - 7.784591268743723, - 7.784591268743723, - 7.784591268743723, - 7.784591268743723, - 7.784591268743723 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 988.2269613312562, - 591.1764960866037, - -73.05493833089508, - -633.9817147566475, - -795.5070469452528, - -618.8551538976853, - -47.870233952702165, - 613.001735373384 - ], - "relative wind speed": [ - 2.6402392905244656, - 2.5187637307582063, - 2.2077191518605823, - 1.849760789925075, - 1.6845609311488094, - 1.8613001667111826, - 2.2213926236687804, - 2.5272502966738055 - ], - "relative wind angle": [ - 0.002651911377767034, - 0.13653668288768137, - 0.2181679808817276, - 0.1809739834363037, - 0.004156390213164273, - 0.18524946912666837, - 0.21680356452605412, - 0.1321218002373633 - ], - "resistance": [ - 97622.72696133128, - 97225.67649608663, - 96561.44506166913, - 96000.51828524338, - 95838.99295305478, - 96015.64484610234, - 96586.62976604732, - 97247.50173537341 - ], - "fuel": [ - 40.428882554553596, - 40.22318370576883, - 39.880378694467154, - 39.59216706223201, - 39.50939031247572, - 39.59992392959545, - 39.89334639354382, - 40.234475411268846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 12.34375, -43.59375 12.5, -43.4375 12.5, -43.4375 12.34375, -43.59375 12.34375))", @@ -223170,9 +168973,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1069.80980426921, + 1069.809804269189, 766.9164613268422, - 41.12113510291056, + 41.12113510290874, -643.144759452013, -917.3029346156302, -787.0091127049957, @@ -223182,7 +168985,7 @@ "relative wind speed": [ 2.9201905050383856, 2.8379345057936702, - 2.55034292262172, + 2.5503429226217196, 2.18778224517325, 1.976511191359697, 2.0929015304385694, @@ -223190,17 +168993,17 @@ 2.7654507630748304 ], "relative wind angle": [ - 0.020091854243966405, - 0.1031648186688297, - 0.18613848258338708, - 0.17236153806467966, + 0.020091854243982986, + 0.10316481866882972, + 0.1861384825833877, + 0.1723615380646797, 0.02968701279413284, 0.14009937401531294, 0.19505593719225303, 0.13610298799721826 ], "resistance": [ - 97704.30980426926, + 97704.30980426923, 97401.41646132688, 96675.62113510295, 95991.35524054803, @@ -223210,7 +169013,7 @@ 97194.71269848538 ], "fuel": [ - 40.95960290490791, + 40.9596029049079, 40.80253876724704, 40.427569588400814, 40.0758509868025, @@ -223237,68 +169040,7 @@ "id": "4398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.698138436039121, - 8.698138436039121, - 8.698138436039121, - 8.698138436039121, - 8.698138436039121, - 8.698138436039121, - 8.698138436039121, - 8.698138436039121 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 944.2118343584611, - 941.5450400733616, - 303.9521552391302, - -436.1693201924322, - -878.2572872974165, - -877.1064738096031, - -432.27400963089076, - 308.50848546688167 - ], - "relative wind speed": [ - 2.8643742594110995, - 2.8636478230366893, - 2.635595551254487, - 2.2752886827767886, - 1.9820969324597193, - 1.9831463116120158, - 2.2774951674703217, - 2.6375006270465566 - ], - "relative wind angle": [ - 0.0635972669197479, - 0.06434085577411044, - 0.16866654755389715, - 0.19531189406507884, - 0.09197355902196548, - 0.09297750971802464, - 0.19550564603715945, - 0.16821238928556315 - ], - "resistance": [ - 97578.7118343585, - 97576.04504007341, - 96938.45215523917, - 96198.33067980761, - 95756.24271270263, - 95757.39352619044, - 96202.22599036916, - 96943.00848546693 - ], - "fuel": [ - 40.83714174170738, - 40.835758642871056, - 40.50583873905498, - 40.12476295484929, - 39.898111869580596, - 39.898700928254904, - 40.126763247417635, - 40.508191027667664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 12.1875, -43.59375 12.34375, -43.4375 12.34375, -43.4375 12.1875, -43.59375 12.1875))", @@ -223317,68 +169059,7 @@ "id": "4399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.233858407790668, - 8.233858407790668, - 8.233858407790668, - 8.233858407790668, - 8.233858407790668, - 8.233858407790668, - 8.233858407790668, - 8.233858407790668 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 972.7751800258252, - 873.6965890938582, - 220.49971082855427, - -484.3496496466835, - -863.8769640524949, - -821.0234700742074, - -340.67109800934304, - 388.8905880916923 - ], - "relative wind speed": [ - 2.7612266252375797, - 2.733203337744053, - 2.4792921636367033, - 2.1045509319519224, - 1.82301208156638, - 1.8647640708686621, - 2.19108555122513, - 2.5531570457530015 - ], - "relative wind angle": [ - 0.05330873519974328, - 0.08365867383834459, - 0.19077346620666746, - 0.20890466004312, - 0.08079374797485381, - 0.12278465956716875, - 0.21624134463024144, - 0.17179277260768278 - ], - "resistance": [ - 97607.27518002583, - 97508.19658909386, - 96854.99971082856, - 96150.15035035332, - 95770.6230359475, - 95813.4765299258, - 96293.82890199065, - 97023.39058809169 - ], - "fuel": [ - 40.6259991119236, - 40.57462050639808, - 40.23681025240384, - 39.874068093673856, - 39.67951467251296, - 39.701455402207266, - 39.94786050374515, - 40.32374415324637 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 12.34375, -43.4375 12.5, -43.28125 12.5, -43.28125 12.34375, -43.4375 12.34375))", @@ -223410,19 +169091,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1132.2596883504948, + 1132.2596883504712, 660.032244932042, - -114.4450234065257, + -114.44502340652707, -758.9345957804758, -935.4769151898236, - -716.2217266750172, + -716.2217266750174, -43.24785680801779, 721.4810058061566 ], "relative wind speed": [ 2.927363260181039, 2.7940970436138604, - 2.467161097831334, + 2.4671610978313336, 2.101613763842702, 1.9429338230154012, 2.130133612838239, @@ -223430,17 +169111,17 @@ 2.815611316446557 ], "relative wind angle": [ - 0.0059859654099950685, + 0.005985965410013616, 0.12936404885565544, - 0.20085978413455335, + 0.20085978413455388, 0.16040574458281834, - 0.009018952639209363, - 0.17003209341722844, + 0.009018952639209364, + 0.17003209341722847, 0.1980646351403483, 0.11950064863048976 ], "resistance": [ - 97766.75968835047, + 97766.75968835046, 97294.53224493202, 96520.05497659346, 95875.56540421951, @@ -223490,51 +169171,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1198.3757558271354, + 1198.3757558270577, 715.8069343114757, - -100.42363730324405, + -100.4236373032445, -792.9157357139632, - -990.4155301282087, + -990.4155301281849, -777.4285779765751, -74.5938744664677, - 738.061569969359 + 738.0615699693594 ], "relative wind speed": [ 3.05155121682363, 2.9236077558427556, - 2.5972264590072855, + 2.597226459007285, 2.2275099504799765, 2.059379784114499, 2.2373036481652067, 2.60910418434177, - 2.9310764822211564 + 2.931076482221156 ], "relative wind angle": [ - 0.0019825123257929686, + 0.0019825123258489694, 0.12174789245442647, - 0.192187432836736, - 0.15619312029742957, - 0.0029376527270691473, - 0.15937577983063292, + 0.19218743283673603, + 0.1561931202974296, + 0.002937652727031354, + 0.1593757798306329, 0.19130165853742004, - 0.1184960633954782 + 0.11849606339547727 ], "resistance": [ - 97832.87575582713, + 97832.87575582706, 97350.30693431148, 96534.07636269675, 95841.58426428604, - 95644.08446987178, + 95644.08446987181, 95857.07142202342, 96559.90612553353, 97372.56156996936 ], "fuel": [ - 41.22911027601159, + 41.22911027601155, 40.9788065911747, 40.55740822763555, 40.20183661654559, - 40.100754085197764, + 40.10075408519778, 40.209769248470266, 40.57070547023119, 40.990330791604805 @@ -223570,19 +169251,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1158.9597946033518, + 1158.9597946033355, 754.814185821795, -22.38182608492889, -712.9150760157779, - -948.3457525695508, + -948.3457525695549, -774.279510749142, -124.57722770349574, 666.34006599853 ], "relative wind speed": [ - 2.891427594802111, + 2.8914275948021104, 2.7804944294392158, - 2.457331411164436, + 2.4573314111644358, 2.0673371238563747, 1.8630728325146075, 2.0249060825368197, @@ -223590,17 +169271,17 @@ 2.7490927833673373 ], "relative wind angle": [ - 0.008931935501348564, - 0.12452223144806543, + 0.008931935501360993, + 0.12452223144806544, 0.21081316820692875, 0.18577899712611026, - 0.01386232898887501, + 0.013862328988883019, 0.17138359091045596, 0.21530383755323254, 0.13935546936672766 ], "resistance": [ - 97793.45979460336, + 97793.45979460335, 97389.31418582182, 96612.11817391509, 95921.58492398424, @@ -223650,7 +169331,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1093.8178009352232, + 1093.8178009352227, 553.8416687300091, -222.81703017936252, -809.2606333735271, @@ -223660,7 +169341,7 @@ 815.622557282145 ], "relative wind speed": [ - 2.866491527214795, + 2.8664915272147944, 2.6962623963940464, 2.3447004146904997, 1.9845095475797374, @@ -223671,12 +169352,12 @@ ], "relative wind angle": [ 0.026770187376209002, - 0.15114316079364784, + 0.15114316079364787, 0.21376373169797613, 0.15045946584719205, 0.04099326924551717, 0.19360905878900259, - 0.20071509240945598, + 0.200715092409456, 0.1068230407527155 ], "resistance": [ @@ -223730,9 +169411,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1002.6872268603515, + 1002.6872268603497, 1100.578032360993, - 426.00998368286355, + 426.00998368286264, -410.928687886179, -955.2143194262494, -997.4605376587306, @@ -223740,7 +169421,7 @@ 258.8319469972821 ], "relative wind speed": [ - 3.0037416511039474, + 3.003741651103947, 3.029051444621857, 2.808808748440771, 2.432775844461443, @@ -223750,9 +169431,9 @@ 2.7424046638062105 ], "relative wind angle": [ - 0.07668057607684382, + 0.07668057607684528, 0.05205124835718824, - 0.16197700050166347, + 0.16197700050166414, 0.19987062985978218, 0.10970943823697894, 0.0763930936591841, @@ -223797,68 +169478,7 @@ "id": "4405", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.115522276540084, - 9.115522276540084, - 9.115522276540084, - 9.115522276540084, - 9.115522276540084, - 9.115522276540084, - 9.115522276540084, - 9.115522276540084 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1182.9538878186995, - 925.8874748980361, - 127.22400202165318, - -664.8445908015096, - -1025.8872057660265, - -915.0120933565358, - -289.84105248600963, - 566.0002576863285 - ], - "relative wind speed": [ - 3.042156654221664, - 2.9755576454320685, - 2.6794709163129053, - 2.2830700462181897, - 2.026032990865992, - 2.1226359762364595, - 2.485953015955013, - 2.8543156715688993 - ], - "relative wind angle": [ - 0.032447583230939346, - 0.09753175753795568, - 0.19092050690471252, - 0.18917348323507668, - 0.04873187405360444, - 0.1369330282723654, - 0.20598838897765331, - 0.15098555792974422 - ], - "resistance": [ - 97817.45388781872, - 97560.38747489805, - 96761.72400202167, - 95969.6554091985, - 95608.61279423398, - 95719.48790664348, - 96344.658947514, - 97200.50025768635 - ], - "fuel": [ - 41.17632550732403, - 41.04289459516288, - 40.62991522796804, - 40.22269019660709, - 40.03784247879841, - 40.09455705674184, - 40.415199212821356, - 40.85650740732541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 11.875, -43.75 12.03125, -43.59375 12.03125, -43.59375 11.875, -43.75 11.875))", @@ -223877,68 +169497,7 @@ "id": "4406", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.553247312995618, - 8.553247312995618, - 8.553247312995618, - 8.553247312995618, - 8.553247312995618, - 8.553247312995618, - 8.553247312995618, - 8.553247312995618 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1148.4265693684074, - 908.2401678345295, - 139.86591533252658, - -624.0882244012873, - -978.1303308622266, - -874.2473951873551, - -276.6956509987631, - 547.2975115735412 - ], - "relative wind speed": [ - 2.9000083574135846, - 2.835024710018807, - 2.5356375800972812, - 2.127960802993567, - 1.8567078073436043, - 1.9544941157501874, - 2.32979707642484, - 2.70724863576331 - ], - "relative wind angle": [ - 0.036346281699664466, - 0.10414762662925259, - 0.20742416135136774, - 0.2100791870401977, - 0.05678759745396356, - 0.15137225113632247, - 0.2260553800947421, - 0.16465827353764387 - ], - "resistance": [ - 97782.92656936844, - 97542.74016783456, - 96774.36591533256, - 96010.41177559874, - 95656.3696691378, - 95760.25260481267, - 96357.80434900126, - 97181.79751157358 - ], - "fuel": [ - 40.871093002331385, - 40.74644701426145, - 40.34913699768402, - 39.95629050980212, - 39.774968630049784, - 39.8281236952721, - 40.134660205686785, - 40.559537620453554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 11.875, -43.59375 12.03125, -43.4375 12.03125, -43.4375 11.875, -43.59375 11.875))", @@ -223957,68 +169516,7 @@ "id": "4407", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.883323940535043, - 8.883323940535043, - 8.883323940535043, - 8.883323940535043, - 8.883323940535043, - 8.883323940535043, - 8.883323940535043, - 8.883323940535043 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1198.0453079013091, - 612.5014805202932, - -235.40984144518188, - -879.4169642220659, - -1014.2977090092913, - -689.9628253960525, - 80.20820637411225, - 885.4705123516978 - ], - "relative wind speed": [ - 2.990447446260058, - 2.814339030016427, - 2.447112300081515, - 2.0683722820916657, - 1.9472362229945062, - 2.194083102599217, - 2.5973344466539086, - 2.907978840992507 - ], - "relative wind angle": [ - 0.025675902175853735, - 0.1509831094159767, - 0.2149099452964489, - 0.15275665248057171, - 0.039437385035393714, - 0.1941476767395447, - 0.20230223936740932, - 0.10844232037387531 - ], - "resistance": [ - 97832.54530790137, - 97247.00148052035, - 96399.09015855487, - 95755.08303577799, - 95620.20229099077, - 95944.537174604, - 96714.70820637417, - 97519.97051235175 - ], - "fuel": [ - 41.06299910883686, - 40.759396207635575, - 40.32201782558775, - 39.991607017564334, - 39.9226012938179, - 40.08864710979473, - 40.48451061871255, - 40.900771171297876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 12.03125, -43.4375 12.1875, -43.28125 12.1875, -43.28125 12.03125, -43.4375 12.03125))", @@ -224037,68 +169535,7 @@ "id": "4408", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.347574978519983, - 9.347574978519983, - 9.347574978519983, - 9.347574978519983, - 9.347574978519983, - 9.347574978519983, - 9.347574978519983, - 9.347574978519983 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1281.2858956870887, - 775.0631595572208, - -91.41241181177202, - -832.4558573004251, - -1048.6888558648652, - -830.730978242042, - -88.53684937647176, - 777.5438910020025 - ], - "relative wind speed": [ - 3.1160900176388866, - 2.986193029286542, - 2.647366867556787, - 2.258710304997671, - 2.0770115237415734, - 2.2597887201294884, - 2.6486680683593735, - 2.9870088091402307 - ], - "relative wind angle": [ - 0.00021292584258035915, - 0.12349353379899465, - 0.19752958015582955, - 0.16316105391963762, - 0.0003194474819769411, - 0.16350331746554525, - 0.19743125943022036, - 0.12314309558690936 - ], - "resistance": [ - 97915.78589568712, - 97409.56315955725, - 96543.08758818825, - 95802.0441426996, - 95585.81114413516, - 95803.76902175798, - 96545.96315062356, - 97412.04389100203 - ], - "fuel": [ - 41.352069834306974, - 41.08936319954185, - 40.64191461107829, - 40.26145559259753, - 40.15082455570422, - 40.262338789924364, - 40.643394933217586, - 41.090648261620096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 12.03125, -43.28125 12.1875, -43.125 12.1875, -43.125 12.03125, -43.28125 12.03125))", @@ -224130,9 +169567,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1070.9342725728384, + 1070.9342725728284, 558.6243645220343, - -188.27060147576913, + -188.2706014757698, -760.3360779265417, -885.674984533084, -606.4205318887539, @@ -224140,9 +169577,9 @@ 781.0875391981072 ], "relative wind speed": [ - 2.73458152601161, + 2.7345815260116098, 2.567615563782225, - 2.2116976879664785, + 2.211697687966478, 1.8360977621915597, 1.7094432019115937, 1.9512771457660838, @@ -224150,13 +169587,13 @@ 2.651202970472252 ], "relative wind angle": [ - 0.02539811908962162, + 0.025398119089630362, 0.16105180482955866, - 0.2340030949554065, + 0.23400309495540653, 0.17159576490106673, 0.04063596646875678, - 0.21260539697923106, - 0.22028093282394945, + 0.2126053969792311, + 0.22028093282394942, 0.11853414170250494 ], "resistance": [ @@ -224197,68 +169634,7 @@ "id": "4410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.591580823792793, - 9.591580823792793, - 9.591580823792793, - 9.591580823792793, - 9.591580823792793, - 9.591580823792793, - 9.591580823792793, - 9.591580823792793 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1302.3002650901385, - 464.64985347443735, - -532.0476213884299, - -1151.4085925658592, - -1173.0599096111034, - -604.4638855545481, - 379.7371003309395, - 1252.2784659086915 - ], - "relative wind speed": [ - 3.2159942005949227, - 2.952751173431701, - 2.5188415460200253, - 2.147288748406305, - 2.129127569604341, - 2.4813430665079688, - 2.9208286789801474, - 3.203896680118937 - ], - "relative wind angle": [ - 0.06384347363096818, - 0.1806566256855228, - 0.21813973182305124, - 0.11217521899681648, - 0.09651826789343194, - 0.2154740069221461, - 0.18773000445753438, - 0.075094119936254 - ], - "resistance": [ - 97936.80026509012, - 97099.14985347442, - 96102.45237861156, - 95483.09140743413, - 95461.44009038889, - 96030.03611444544, - 97014.23710033092, - 97886.77846590868 - ], - "fuel": [ - 41.497882324178015, - 41.06363078046692, - 40.55032823909985, - 40.233217504170945, - 40.22215792439772, - 40.513177664265385, - 41.01975638215408, - 41.47187691107905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 11.875, -43.28125 12.03125, -43.125 12.03125, -43.125 11.875, -43.28125 11.875))", @@ -224290,19 +169666,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1053.0503420044492, + 1053.0503420044447, 380.11563412802707, - -411.7888393937153, + -411.788839393716, -901.8340703819229, -916.6570515007561, -460.45484200391, - 322.80613541950424, + 322.8061354195038, 1018.944389349113 ], "relative wind speed": [ - 2.7496807581438834, + 2.749680758143883, 2.50126804571381, - 2.0878465453001547, + 2.0878465453001542, 1.7263849560495463, 1.7111019815709791, 2.0572487517395333, @@ -224310,17 +169686,17 @@ 2.7401111741257242 ], "relative wind angle": [ - 0.0725391615564479, + 0.07253916155645097, 0.20520128655823053, 0.25244996722165197, 0.13236010968200612, 0.11673059715747382, 0.25034992139262974, - 0.21222825734993375, - 0.08324525035674102 + 0.2122282573499343, + 0.08324525035674103 ], "resistance": [ - 97687.55034200448, + 97687.55034200447, 97014.61563412806, 96222.71116060631, 95732.6659296181, @@ -224330,7 +169706,7 @@ 97653.44438934914 ], "fuel": [ - 40.55713125436875, + 40.55713125436874, 40.20868890134018, 39.80080280727745, 39.54956410447427, @@ -224357,68 +169733,7 @@ "id": "4412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.525478383434333, - 8.525478383434333, - 8.525478383434333, - 8.525478383434333, - 8.525478383434333, - 8.525478383434333, - 8.525478383434333, - 8.525478383434333 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1110.79293255724, - 430.1575339854717, - -402.358631065639, - -939.2905598645236, - -977.128823983132, - -528.1092259501395, - 282.4961221640192, - 1023.4971703578644 - ], - "relative wind speed": [ - 2.89038287341979, - 2.656154624662478, - 2.254486424977487, - 1.8953631836702747, - 1.8593646631524912, - 2.180915568155436, - 2.5940009763164795, - 2.866905737467819 - ], - "relative wind angle": [ - 0.060158178395620855, - 0.18493717916679395, - 0.23136311849209032, - 0.1283864588062003, - 0.0935961031324166, - 0.2258704211109415, - 0.20063549904552105, - 0.08474702951576552 - ], - "resistance": [ - 97745.29293255728, - 97064.65753398552, - 96232.1413689344, - 95695.20944013551, - 95657.37117601691, - 96106.3907740499, - 96916.99612216407, - 97657.9971703579 - ], - "fuel": [ - 40.83789970409971, - 40.48533347886915, - 40.05643741089014, - 39.78118861201614, - 39.76183194837159, - 39.9918773584608, - 40.40907305507615, - 40.792584504915496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 12.34375, -42.96875 12.5, -42.8125 12.5, -42.8125 12.34375, -42.96875 12.34375))", @@ -224437,68 +169752,7 @@ "id": "4413", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.7947034660208105, - 6.7947034660208105, - 6.7947034660208105, - 6.7947034660208105, - 6.7947034660208105, - 6.7947034660208105, - 6.7947034660208105, - 6.7947034660208105 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 844.5929387998151, - 224.0621148205937, - -427.2946360783701, - -774.0033565446362, - -725.3087757632114, - -271.1636012283043, - 409.13420974652604, - 956.2403715484495 - ], - "relative wind speed": [ - 2.3959639765657714, - 2.116437778254911, - 1.6928111573632065, - 1.3582447314962722, - 1.4194808429466594, - 1.810044300913333, - 2.211325309853813, - 2.431201449871244 - ], - "relative wind angle": [ - 0.11214701187793696, - 0.25729205275150974, - 0.295818777914737, - 0.11759209252382843, - 0.19003998255644594, - 0.3021113544406919, - 0.2250616607996221, - 0.06559115694818637 - ], - "resistance": [ - 97479.09293879985, - 96858.56211482063, - 96207.20536392166, - 95860.4966434554, - 95909.19122423681, - 96363.33639877173, - 97043.63420974655, - 97590.74037154848 - ], - "fuel": [ - 39.94935147680053, - 39.6284644349725, - 39.29317813766719, - 39.11535341756618, - 39.14030156219168, - 39.373402830201584, - 39.72401842065313, - 40.00723835298581 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 12.1875, -43.125 12.34375, -42.96875 12.34375, -42.96875 12.1875, -43.125 12.1875))", @@ -224517,68 +169771,7 @@ "id": "4414", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.566682082313072, - 7.566682082313072, - 7.566682082313072, - 7.566682082313072, - 7.566682082313072, - 7.566682082313072, - 7.566682082313072, - 7.566682082313072 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 811.8883125431869, - 172.08335743984458, - -486.701440089146, - -817.4787104960403, - -751.3691282735931, - -268.3021962713274, - 428.91874183909545, - 964.2732147742925 - ], - "relative wind speed": [ - 2.5552075598431925, - 2.2826419063645265, - 1.8923270787095268, - 1.6108998761336357, - 1.682341465109711, - 2.036885958127212, - 2.4038420718279223, - 2.6008383394936194 - ], - "relative wind angle": [ - 0.10247326372427404, - 0.219000738915629, - 0.2346362576303798, - 0.07846105298363235, - 0.1560002161616878, - 0.2459384850727276, - 0.18405512943381927, - 0.04856622802284635 - ], - "resistance": [ - 97446.38831254325, - 96806.5833574399, - 96147.79855991091, - 95817.02128950402, - 95883.13087172646, - 96366.19780372873, - 97063.41874183915, - 97598.77321477435 - ], - "fuel": [ - 40.242747717424685, - 39.911994499365164, - 39.57302113396023, - 39.4034308699291, - 39.43729285041552, - 39.68521807712047, - 40.044584977211386, - 40.321749131027275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 12.1875, -42.96875 12.34375, -42.8125 12.34375, -42.8125 12.1875, -42.96875 12.1875))", @@ -224597,68 +169790,7 @@ "id": "4415", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.361365378178963, - 6.361365378178963, - 6.361365378178963, - 6.361365378178963, - 6.361365378178963, - 6.361365378178963, - 6.361365378178963, - 6.361365378178963 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 609.82857203709, - -17.853779864499074, - -549.7832821519941, - -717.0986663570742, - -555.115784562842, - -26.712893776690635, - 601.9897120462431, - 983.8950829520684 - ], - "relative wind speed": [ - 2.1986417913812564, - 1.8558177796977047, - 1.431000035882799, - 1.2095713627517317, - 1.425648363429423, - 1.8499836084449646, - 2.1951623812967913, - 2.324529221448526 - ], - "relative wind angle": [ - 0.1792663756054689, - 0.30510758676813826, - 0.2806513894335899, - 0.002528844356526478, - 0.2785762629739412, - 0.30610095248879526, - 0.18155678737596423, - 0.0013158859475660414 - ], - "resistance": [ - 97244.32857203705, - 96616.64622013546, - 96084.71671784796, - 95917.40133364288, - 96079.38421543711, - 96607.78710622326, - 97236.4897120462, - 97618.39508295202 - ], - "fuel": [ - 39.67078002888674, - 39.34675148606735, - 39.07330107941554, - 38.98750648805958, - 39.07056511610105, - 39.34218863638339, - 39.66672433313024, - 39.86458160958084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 12.34375, -42.8125 12.5, -42.65625 12.5, -42.65625 12.34375, -42.8125 12.34375))", @@ -224677,68 +169809,7 @@ "id": "4416", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.023840020710633, - 7.023840020710633, - 7.023840020710633, - 7.023840020710633, - 7.023840020710633, - 7.023840020710633, - 7.023840020710633, - 7.023840020710633 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 923.6792786423093, - 201.56150232809227, - -520.5525176429051, - -875.8086565986017, - -789.1294899760429, - -244.68170086214036, - 529.3918758240347, - 1122.4032235881223 - ], - "relative wind speed": [ - 2.495493158994603, - 2.174938234444194, - 1.7072293004570511, - 1.3579173537733529, - 1.464744463734004, - 1.908561271476776, - 2.336307035962783, - 2.555195278437531 - ], - "relative wind angle": [ - 0.1309843474460042, - 0.2796490448705587, - 0.31137989641248426, - 0.1028226792089071, - 0.22439972564702337, - 0.31997422027811734, - 0.22579179697425591, - 0.054574306654084914 - ], - "resistance": [ - 97558.1792786423, - 96836.0615023281, - 96113.94748235709, - 95758.6913434014, - 95845.37051002396, - 96389.81829913786, - 97163.89187582403, - 97756.90322358812 - ], - "fuel": [ - 40.0783696443048, - 39.704874237939364, - 39.33332111458158, - 39.15124140678219, - 39.19562383505796, - 39.475037335738506, - 39.87419492269639, - 40.18149456056808 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 12.34375, -42.65625 12.5, -42.5 12.5, -42.5 12.34375, -42.65625 12.34375))", @@ -224757,68 +169828,7 @@ "id": "4417", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7113007770129505, - 7.7113007770129505, - 7.7113007770129505, - 7.7113007770129505, - 7.7113007770129505, - 7.7113007770129505, - 7.7113007770129505, - 7.7113007770129505 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 672.7438945914114, - -235.06050695953672, - -902.8522493386308, - -1035.2260902108515, - -659.303566844646, - 169.56133277827075, - 1029.7360091423711, - 1333.7056478362429 - ], - "relative wind speed": [ - 2.57458607542469, - 2.127549692179555, - 1.647137671404429, - 1.5001820123429708, - 1.8465790625592593, - 2.3477393384614946, - 2.706526405837071, - 2.790663294612149 - ], - "relative wind angle": [ - 0.21063647370935817, - 0.30863577273367687, - 0.23008891418412916, - 0.07673877815859739, - 0.2958074200387339, - 0.2788707564934746, - 0.13924476885477255, - 0.04122380501978825 - ], - "resistance": [ - 97307.24389459142, - 96399.43949304047, - 95731.64775066137, - 95599.27390978915, - 95975.19643315536, - 96804.06133277828, - 97664.23600914238, - 97968.20564783624 - ], - "fuel": [ - 40.233190768911086, - 39.76481538055025, - 39.422230447315776, - 39.3545181953581, - 39.54698151854936, - 39.97319841394349, - 40.41821844391604, - 40.57613857049766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 12.1875, -42.8125 12.34375, -42.65625 12.34375, -42.65625 12.1875, -42.8125 12.1875))", @@ -224850,19 +169860,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 623.7105921951511, + 623.7105921951502, -58.14868663175844, - -618.1105678535645, + -618.1105678535646, -779.5753988774837, - -579.3734565385535, + -579.3734565385532, 6.2039726683362915, 680.5851228054603, 1053.0012994301983 ], "relative wind speed": [ - 2.281627518554286, + 2.2816275185542856, 1.9181814960015993, - 1.4828952918469216, + 1.4828952918469214, 1.2773885272061827, 1.5198489121446814, 1.958658877285329, @@ -224874,10 +169884,10 @@ 0.3040070101048506, 0.2668542611008333, 0.016589147208035386, - 0.28067450981199826, - 0.29752999894088067, + 0.2806745098119978, + 0.2975299989408807, 0.17041087511457367, - 0.008735640284168553 + 0.008735640284168554 ], "resistance": [ 97258.21059219514, @@ -224930,10 +169940,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 445.97318280311265, + 445.9731828031124, -311.57226579131907, - -801.6461870268525, - -840.4380263733203, + -801.6461870268524, + -840.4380263733204, -433.2740366242149, 300.6990685125754, 988.9651168356927, @@ -224943,21 +169953,21 @@ 2.2317541038552733, 1.7781815881716057, 1.3346294782044397, - 1.2835249906281867, + 1.2835249906281865, 1.6849063272865568, 2.1581719003111477, 2.457315581628227, 2.484391134712495 ], "relative wind angle": [ - 0.25756892877432513, + 0.2575689287743256, 0.3467068434670983, - 0.21597829536669652, - 0.1562563989267111, + 0.2159782953666965, + 0.1562563989267104, 0.34415879571377817, 0.2837662753105148, 0.11665778581383388, - 0.08048638730509505 + 0.08048638730509504 ], "resistance": [ 97080.4731828031, @@ -225010,33 +170020,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 718.994077825424, + 718.9940778254218, 151.4549752229891, - -427.40984874950595, - -715.3900065883662, - -653.2521766422723, + -427.4098487495064, + -715.3900065883661, + -653.2521766422725, -224.06578322726114, - 391.15401750413207, + 391.1540175041325, 861.9734187322765 ], "relative wind speed": [ - 2.34814751646498, + 2.3481475164649797, 2.0835598720577577, 1.7037518621956436, - 1.4286595267281783, + 1.4286595267281785, 1.5036250214216496, 1.8529606643629999, 2.2072413905576314, 2.3944972167064065 ], "relative wind angle": [ - 0.11012315690838528, + 0.11012315690838732, 0.23439740412158386, - 0.2529026372147821, - 0.08336680214341982, - 0.1724812301851127, - 0.2642248143060873, - 0.1943605730020889, + 0.25290263721478345, + 0.08336680214342115, + 0.17248123018511335, + 0.26422481430608735, + 0.1943605730020883, 0.04970306828235433 ], "resistance": [ @@ -225077,68 +170087,7 @@ "id": "4421", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.719182018293001, - 6.719182018293001, - 6.719182018293001, - 6.719182018293001, - 6.719182018293001, - 6.719182018293001, - 6.719182018293001, - 6.719182018293001 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 592.1068634032931, - -38.775410232338345, - -571.3172358853261, - -732.1151760201127, - -565.8343524160224, - -29.666295674411913, - 600.1096345319615, - 971.8888299941109 - ], - "relative wind speed": [ - 2.269557264450412, - 1.9370305405592232, - 1.53615228812138, - 1.337730910765518, - 1.5412353826603074, - 1.942732448466475, - 2.273000842297061, - 2.39515608922804 - ], - "relative wind angle": [ - 0.16641701812937384, - 0.27645858572084253, - 0.24443508821118026, - 0.0022150459669572874, - 0.24641518977051752, - 0.2756259558626389, - 0.16429349507105065, - 0.0012371359865803175 - ], - "resistance": [ - 97226.6068634033, - 96595.72458976766, - 96063.18276411468, - 95902.38482397988, - 96068.66564758398, - 96604.83370432559, - 97234.60963453197, - 97606.38882999412 - ], - "fuel": [ - 39.79036152663035, - 39.46472644623984, - 39.191003326170446, - 39.10856163032969, - 39.193816116945264, - 39.46941765308662, - 39.79450173542507, - 39.987103244515495 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 11.875, -43.125 12.03125, -42.96875 12.03125, -42.96875 11.875, -43.125 11.875))", @@ -225157,68 +170106,7 @@ "id": "4422", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.421140119502818, - 7.421140119502818, - 7.421140119502818, - 7.421140119502818, - 7.421140119502818, - 7.421140119502818, - 7.421140119502818, - 7.421140119502818 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 844.8258140365635, - 210.68040466729667, - -459.15984722838357, - -813.0775127085359, - -762.891238684494, - -294.5461589592842, - 404.5922964142021, - 960.3136391681662 - ], - "relative wind speed": [ - 2.5351497411798047, - 2.266150911052516, - 1.867270763368174, - 1.5641528405163603, - 1.6199856997495428, - 1.9788627860296168, - 2.3589484466319908, - 2.5699734957975044 - ], - "relative wind angle": [ - 0.09956764752363047, - 0.22440794875262912, - 0.24955458606198463, - 0.09469747627120823, - 0.15619249136434993, - 0.2576777137908606, - 0.19676287921572433, - 0.05758106230186449 - ], - "resistance": [ - 97479.32581403658, - 96845.1804046673, - 96175.34015277163, - 95821.42248729148, - 95871.60876131553, - 96339.95384104073, - 97039.09229641422, - 97594.81363916818 - ], - "fuel": [ - 40.19830361573992, - 39.870391753831505, - 39.5256474518991, - 39.3441720208825, - 39.369877260854565, - 39.610213859272875, - 39.970503320497336, - 40.258182580904425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 11.875, -42.96875 12.03125, -42.8125 12.03125, -42.8125 11.875, -42.96875 11.875))", @@ -225237,68 +170125,7 @@ "id": "4423", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.479002894520452, - 6.479002894520452, - 6.479002894520452, - 6.479002894520452, - 6.479002894520452, - 6.479002894520452, - 6.479002894520452, - 6.479002894520452 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 569.2775662129095, - -49.141372730058265, - -561.8649477520992, - -711.8435136058578, - -536.4904018808696, - -6.989046688093822, - 606.4307376215118, - 952.6575196606245 - ], - "relative wind speed": [ - 2.203437709927247, - 1.8642449554270946, - 1.457988833570865, - 1.2636167360710269, - 1.482659832986048, - 1.8915624938246887, - 2.219839292170114, - 2.335956049715159 - ], - "relative wind angle": [ - 0.17757391726007038, - 0.29173752617294896, - 0.25591693780412544, - 0.011279054839107364, - 0.26562738466198604, - 0.28740337824788853, - 0.16703292101748834, - 0.006101222964595471 - ], - "resistance": [ - 97203.77756621294, - 96585.35862726998, - 96072.63505224793, - 95922.65648639417, - 96098.00959811916, - 96627.51095331194, - 97240.93073762154, - 97587.15751966066 - ], - "fuel": [ - 39.69119990953399, - 39.37203607587459, - 39.108500282492656, - 39.03159742554288, - 39.121519587246524, - 39.39374554876443, - 39.710419846282974, - 39.88977552218562 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 12.03125, -42.8125 12.1875, -42.65625 12.1875, -42.65625 12.03125, -42.8125 12.03125))", @@ -225317,68 +170144,7 @@ "id": "4424", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.800536854230254, - 6.800536854230254, - 6.800536854230254, - 6.800536854230254, - 6.800536854230254, - 6.800536854230254, - 6.800536854230254, - 6.800536854230254 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 675.9310382672361, - 26.457239582818147, - -553.6668695478503, - -767.1034374609566, - -625.4214205080914, - -92.74939120106364, - 571.0874749449763, - 1002.6136084162158 - ], - "relative wind speed": [ - 2.3286700961895135, - 2.002761315454824, - 1.5857317720365893, - 1.3452937935950833, - 1.5197646188176557, - 1.9290764699241225, - 2.2842599809677857, - 2.4336338102540815 - ], - "relative wind angle": [ - 0.15424405001854863, - 0.2752327057654003, - 0.26282251226893494, - 0.02850456431392655, - 0.23763578169635893, - 0.2860362106347953, - 0.18135037457489142, - 0.015755619022088746 - ], - "resistance": [ - 97310.43103826721, - 96660.95723958279, - 96080.83313045213, - 95867.39656253901, - 96009.07857949188, - 96541.7506087989, - 97205.58747494494, - 97637.11360841618 - ], - "fuel": [ - 39.864189618553894, - 39.52877825491631, - 39.23050868448179, - 39.12108585534803, - 39.19370326199046, - 39.46738619516536, - 39.80993843671331, - 40.033493422427554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 12.03125, -42.65625 12.1875, -42.5 12.1875, -42.5 12.03125, -42.65625 12.03125))", @@ -225397,68 +170163,7 @@ "id": "4425", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.027261452057765, - 6.027261452057765, - 6.027261452057765, - 6.027261452057765, - 6.027261452057765, - 6.027261452057765, - 6.027261452057765, - 6.027261452057765 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 530.0220535296746, - -111.61130908595283, - -598.9015475562356, - -713.7211071782483, - -472.077127312249, - 99.30201937343645, - 718.2275613932375, - 981.934431282052 - ], - "relative wind speed": [ - 2.0916295753376404, - 1.7028324552686656, - 1.2553676811766183, - 1.0859295884799065, - 1.3935235610200185, - 1.848562637518328, - 2.177354858676525, - 2.266622845646997 - ], - "relative wind angle": [ - 0.2279120548499781, - 0.3544841158618092, - 0.29359710525905697, - 0.07122561820952943, - 0.3459962454133318, - 0.3254579071509535, - 0.1676378933373654, - 0.03410166204808303 - ], - "resistance": [ - 97164.5220535297, - 96522.88869091407, - 96035.5984524438, - 95920.77889282178, - 96162.42287268778, - 96733.80201937347, - 97352.72756139327, - 97616.43443128208 - ], - "fuel": [ - 39.51689708747222, - 39.185873808815685, - 38.935500759962466, - 38.87663431232851, - 39.000578956835334, - 39.294516497367916, - 39.6142842431859, - 39.75096138826187 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 11.875, -42.8125 12.03125, -42.65625 12.03125, -42.65625 11.875, -42.8125 11.875))", @@ -225477,68 +170182,7 @@ "id": "4426", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.908876681804506, - 6.908876681804506, - 6.908876681804506, - 6.908876681804506, - 6.908876681804506, - 6.908876681804506, - 6.908876681804506, - 6.908876681804506 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 616.7707796119198, - -88.05845273243176, - -656.4735670247804, - -810.9290388101078, - -588.6954754976439, - 24.536162240974363, - 715.992077422819, - 1072.0663377665815 - ], - "relative wind speed": [ - 2.336436634982139, - 1.967767225837535, - 1.5380302315363332, - 1.349723061099999, - 1.5997798518947655, - 2.036203297496286, - 2.3775396380913167, - 2.4892728621326237 - ], - "relative wind angle": [ - 0.1843160067115055, - 0.2938182395589433, - 0.24813023333656145, - 0.026449449345478854, - 0.27097099791641677, - 0.28366419777915686, - 0.15954943013056616, - 0.014340128577013604 - ], - "resistance": [ - 97251.27077961192, - 96546.44154726758, - 95978.02643297522, - 95823.5709611899, - 96045.80452450235, - 96659.03616224097, - 97350.49207742282, - 97706.56633776658 - ], - "fuel": [ - 39.87479936626758, - 39.51102823856723, - 39.21900865203466, - 39.13986588286038, - 39.25376607623768, - 39.56901565464956, - 39.92615714196626, - 40.110765791019375 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 11.875, -42.65625 12.03125, -42.5 12.03125, -42.5 11.875, -42.65625 11.875))", @@ -225557,68 +170201,7 @@ "id": "4427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.744708233192131, - 5.744708233192131, - 5.744708233192131, - 5.744708233192131, - 5.744708233192131, - 5.744708233192131, - 5.744708233192131, - 5.744708233192131 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 582.9783339595767, - -35.21973514964179, - -534.2828683855616, - -679.8490547337892, - -490.7096338999661, - 37.33590920089955, - 648.0931797419928, - 983.7128453333457 - ], - "relative wind speed": [ - 2.0534696517215134, - 1.6805836931714246, - 1.218328762554841, - 0.9907588679795631, - 1.269127128180724, - 1.7329338499411389, - 2.084009669928888, - 2.2013219082054714 - ], - "relative wind angle": [ - 0.21987214297290916, - 0.36851038467404784, - 0.341726647864757, - 0.02826078066840364, - 0.3606659486911711, - 0.3568710688779521, - 0.1971859229228732, - 0.012718106680208577 - ], - "resistance": [ - 97217.47833395959, - 96599.28026485037, - 96100.21713161445, - 95954.65094526623, - 96143.79036610005, - 96671.83590920092, - 97282.593179742, - 97618.21284533336 - ], - "fuel": [ - 39.45479641439542, - 39.135714800358045, - 38.87916182719468, - 38.804505322400374, - 38.901524557772404, - 39.17309058426, - 39.48848808487476, - 39.66239436891436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 12.34375, -42.5 12.5, -42.34375 12.5, -42.34375 12.34375, -42.5 12.34375))", @@ -225650,34 +170233,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 741.2577293018362, + 741.2577293018353, -253.24769563303335, -996.5714105105162, - -1150.6739277447907, - -754.1686027957307, + -1150.6739277447898, + -754.1686027957305, 149.5436299941457, 1094.6346786033123, 1449.2222948031713 ], "relative wind speed": [ - 2.77797505320352, + 2.7779750532035195, 2.3299928151256735, 1.8511598148054373, - 1.6981494439384033, + 1.698149443938403, 2.0292246545599415, 2.5310139423475624, 2.899673332453935, 2.991853365548971 ], "relative wind angle": [ - 0.19255951878359284, + 0.19255951878359343, 0.2816254145978922, 0.20903306572510288, - 0.0614508229661266, - 0.26507820433010415, + 0.06145082296612479, + 0.26507820433010376, 0.2587209887554225, 0.1328682033599468, - 0.03486405722240175 + 0.034864057222401754 ], "resistance": [ 97375.75772930185, @@ -225730,11 +170313,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 832.6635733220282, + 832.663573322026, -242.28846436964022, -1068.1569529543979, -1255.6238575927352, - -857.6972459356471, + -857.6972459356466, 107.52891153600558, 1138.5651355564182, 1570.8191065065866 @@ -225750,11 +170333,11 @@ 3.164739429884455 ], "relative wind angle": [ - 0.17803892227565074, - 0.26463342861921746, - 0.20121818192898178, + 0.17803892227565263, + 0.2646334286192175, + 0.2012181819289823, 0.0455932457343042, - 0.24421129830540822, + 0.24421129830540775, 0.24811151550996344, 0.1326769424702054, 0.026682311112142573 @@ -225810,34 +170393,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 576.2675480103303, + 576.2675480103289, -214.29803253593514, - -777.1809684920674, + -777.1809684920676, -876.754696851202, -525.644989190933, 203.9592524328707, - 949.0636978766529, + 949.0636978766524, 1177.2276719045876 ], "relative wind speed": [ - 2.291095228907077, + 2.2910952289070767, 1.8427104380703383, - 1.3573455793405946, + 1.3573455793405944, 1.2244890972517588, 1.6023339169058346, 2.102619692339579, - 2.444218547395488, + 2.4442185473954883, 2.513407603215033 ], "relative wind angle": [ - 0.2444072245495772, + 0.24440722454957764, 0.3584422912289542, 0.26829784068892615, - 0.11260353096158948, - 0.35330072066435597, - 0.31251296556229996, - 0.14774946321829235, - 0.054770031845825136 + 0.11260353096158947, + 0.3533007206643559, + 0.3125129655623, + 0.14774946321829388, + 0.05477003184582513 ], "resistance": [ 97210.76754801035, @@ -225890,9 +170473,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 824.3531932061842, + 824.3531932061837, -156.15376821018845, - -924.1695611830085, + -924.1695611830089, -1117.8775954169732, -777.8975220385046, 86.85159646848433, @@ -225902,22 +170485,22 @@ "relative wind speed": [ 2.697041175330506, 2.246085318514684, - 1.7289762518199208, + 1.7289762518199205, 1.5203676006773343, 1.8461976458999398, - 2.3743583535573194, + 2.37435835355732, 2.7736470521314307, 2.893260998936197 ], "relative wind angle": [ - 0.19898688299549758, + 0.19898688299549813, 0.31075342113379395, - 0.256203465779639, + 0.25620346577963987, 0.04419864742807361, - 0.2929501423231057, - 0.293450275854715, - 0.1586295561638682, - 0.023220287402993745 + 0.2929501423231056, + 0.2934502758547157, + 0.15862955616386823, + 0.02322028740299375 ], "resistance": [ 97458.85319320619, @@ -225970,9 +170553,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 630.6868929559059, + 630.6868929559055, -163.48386680060707, - -749.4896672299226, + -749.489667229923, -874.4883181919139, -552.3613098041708, 164.56135835058103, @@ -225982,7 +170565,7 @@ "relative wind speed": [ 2.2864540470534354, 1.839596902866931, - 1.3328854304610966, + 1.3328854304610964, 1.160579023435224, 1.531951137886301, 2.0471027412224725, @@ -225990,13 +170573,13 @@ 2.495556596937907 ], "relative wind angle": [ - 0.24344372159521227, - 0.3721437952955171, - 0.3007339612988203, - 0.09538091169816791, + 0.24344372159521319, + 0.37214379529551717, + 0.30073396129882063, + 0.0953809116981679, 0.3680151231517472, 0.33286851591566285, - 0.16471360261773543, + 0.16471360261773546, 0.044304940022715567 ], "resistance": [ @@ -226050,33 +170633,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 861.3565514291615, + 861.3565514291597, -78.33547965815728, - -846.9622865295721, - -1068.1837108111793, + -846.9622865295726, + -1068.1837108111808, -788.8039281526414, 18.292595435826115, - 946.9550875273055, + 946.9550875273051, 1456.9811597248215 ], "relative wind speed": [ 2.651214038647444, 2.218611276644899, - 1.6984281234737981, - 1.452510813406474, + 1.698428123473798, + 1.4525108134064741, 1.7468638474699085, 2.271174406218675, 2.6825009020896773, 2.8232395430171917 ], "relative wind angle": [ - 0.19133737463877148, - 0.3140831732871979, - 0.27741846686618604, - 0.01900253729098578, - 0.2927893238762509, + 0.19133737463877265, + 0.314083173287198, + 0.27741846686618643, + 0.019002537290991623, + 0.2927893238762505, 0.3065743987137803, - 0.17428440534549078, + 0.17428440534549142, 0.009776063634921226 ], "resistance": [ @@ -226086,7 +170669,7 @@ 95566.3162891888, 95845.69607184734, 96652.7925954358, - 97581.4550875273, + 97581.45508752728, 98091.4811597248 ], "fuel": [ @@ -226096,7 +170679,7 @@ 39.33083006441123, 39.47378137348188, 39.888382978328345, - 40.368431478724204, + 40.36843147872419, 40.63344170326059 ] }, @@ -226117,68 +170700,7 @@ "id": "4434", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.03106868183036, - 6.03106868183036, - 6.03106868183036, - 6.03106868183036, - 6.03106868183036, - 6.03106868183036, - 6.03106868183036, - 6.03106868183036 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 684.2547779151773, - -18.028692987225895, - -592.046475076117, - -766.8061192786148, - -563.1644674837156, - 30.10402495301173, - 727.573101079309, - 1131.0995174205157 - ], - "relative wind speed": [ - 2.180251516617207, - 1.7830651103465385, - 1.2805967493682135, - 1.0183677367870951, - 1.3129737311682463, - 1.8160604358650574, - 2.1994246202034433, - 2.332450181058671 - ], - "relative wind angle": [ - 0.22064132718417145, - 0.37741013895341685, - 0.3608152075956392, - 0.017402618138700133, - 0.3719354696372969, - 0.37021805295438337, - 0.2070286429150974, - 0.007597821797887441 - ], - "resistance": [ - 97318.7547779152, - 96616.47130701279, - 96042.4535249239, - 95867.6938807214, - 96071.3355325163, - 96664.60402495302, - 97362.07310107932, - 97765.59951742053 - ], - "fuel": [ - 39.59793696801191, - 39.23530006189739, - 38.940258544667245, - 38.85067665131937, - 38.955074421059194, - 39.26009568999984, - 39.620365267524356, - 39.829628761613705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 11.875, -42.34375 12.03125, -42.1875 12.03125, -42.1875 11.875, -42.34375 11.875))", @@ -226197,68 +170719,7 @@ "id": "4435", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.740301923473191, - 7.740301923473191, - 7.740301923473191, - 7.740301923473191, - 7.740301923473191, - 7.740301923473191, - 7.740301923473191, - 7.740301923473191 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 807.3752302937362, - -109.99502272475343, - -848.091728121613, - -1049.1780285419363, - -758.2538421073343, - 39.24885718945575, - 939.218310864899, - 1402.5543918615147 - ], - "relative wind speed": [ - 2.636110463997688, - 2.2094254590699256, - 1.708977401693475, - 1.48825708568817, - 1.7826562679122728, - 2.2902796529547795, - 2.6844623276228026, - 2.812833552634064 - ], - "relative wind angle": [ - 0.19018096192602515, - 0.30450392225298406, - 0.25948600764989205, - 0.028428333744580033, - 0.2833135848891739, - 0.29342795247347886, - 0.16408115977175244, - 0.015039839593202192 - ], - "resistance": [ - 97441.87523029378, - 96524.5049772753, - 95786.40827187843, - 95585.3219714581, - 95876.2461578927, - 96673.7488571895, - 97573.71831086495, - 98037.05439186156 - ], - "fuel": [ - 40.31561423545799, - 39.84186016465645, - 39.46296102202649, - 39.36008550543619, - 39.50897060632541, - 39.91872033345446, - 40.38395883093507, - 40.62465528608707 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 11.71875, -41.875 11.875, -41.71875 11.875, -41.71875 11.71875, -41.875 11.71875))", @@ -226290,37 +170751,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 224.4201667249813, + 224.42016672497812, -1005.4911812023115, - -1565.5191530187146, + -1565.5191530187155, -1382.2492755682797, - -402.09217046163894, + -402.09217046163985, 934.7162927383147, 1903.527047322947, 1481.0915339377957 ], "relative wind speed": [ - 3.0662984704838605, + 3.0662984704838596, 2.5134072277401813, - 2.143853174821181, + 2.1438531748211807, 2.290646309675971, - 2.8086933016806466, + 2.808693301680646, 3.312661842165723, 3.5629816078400585, 3.470429923938134 ], "relative wind angle": [ - 0.2337990368367193, + 0.23379903683672026, 0.23948526226138062, 0.06196137773832632, - 0.17927007181037607, - 0.2557007200312916, + 0.1792700718103761, + 0.25570072003129113, 0.18095810269412566, - 0.0372670596794864, + 0.037267059679486396, 0.11796729081206273 ], "resistance": [ - 96858.92016672496, + 96858.92016672494, 95629.00881879767, 95068.98084698126, 95252.2507244317, @@ -226330,7 +170791,7 @@ 98115.59153393777 ], "fuel": [ - 41.32942841467751, + 41.329428414677494, 40.69765303033296, 40.411845374417766, 40.50524783294159, @@ -226370,9 +170831,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 114.31135637254738, + 114.31135637254602, -838.7442287020986, - -1230.9221711403304, + -1230.9221711403325, -1040.8502381793758, -221.4766807619294, 843.7899461799443, @@ -226380,7 +170841,7 @@ 1138.820489206064 ], "relative wind speed": [ - 2.5787341040061706, + 2.57873410400617, 2.0537265690597666, 1.7238163777046789, 1.9081813668619467, @@ -226392,9 +170853,9 @@ "relative wind angle": [ 0.26712726567411327, 0.26673314619793725, - 0.0492486269426623, - 0.222627093984977, - 0.2856757277797113, + 0.0492486269426668, + 0.22262709398497696, + 0.2856757277797117, 0.18940772020274269, 0.02751770852769066, 0.14215619942452548 @@ -226450,9 +170911,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 568.2045517436372, + 568.2045517436345, -653.6178492806166, - -1390.3188900409068, + -1390.318890040908, -1392.484305117793, -660.6273912014535, 559.919453381593, @@ -226460,9 +170921,9 @@ 1633.6967014462757 ], "relative wind speed": [ - 2.996796743205446, + 2.9967967432054454, 2.45513814657533, - 1.9834758116484204, + 1.98347581164842, 1.9815573135946114, 2.451395238940779, 2.993731119993734, @@ -226470,19 +170931,19 @@ 3.3261930116167324 ], "relative wind angle": [ - 0.22714153213923158, + 0.22714153213923258, 0.2790716390762376, - 0.14244132986448826, + 0.14244132986448904, 0.1408059652061073, 0.27889739498392524, 0.2278725294794771, - 0.08478434573845181, + 0.08478434573845182, 0.08370501661116553 ], "resistance": [ 97202.70455174365, 95980.8821507194, - 95244.18110995911, + 95244.1811099591, 95242.01569488223, 95973.87260879856, 97194.4194533816, @@ -226492,7 +170953,7 @@ "fuel": [ 41.064801567432376, 40.43559988770645, - 40.05890552417394, + 40.05890552417393, 40.05780126799039, 40.43200621077455, 41.0605162854816, @@ -226530,33 +170991,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 50.147724563677, + 50.14772456367655, -858.6717098194765, - -1198.8431172230044, + -1198.8431172230073, -983.4017447616518, - -157.07540712155333, + -157.07540712155424, 878.8756357454672, - 1557.70420003444, + 1557.704200034449, 1060.995261077941 ], "relative wind speed": [ 2.5173559530353633, 1.9994120872978263, 1.6974071480952635, - 1.9083274743473277, - 2.4153080480669264, + 1.908327474347328, + 2.415308048066926, 2.858871327378481, 3.0478849937185215, 2.9204589043488687 ], "relative wind angle": [ - 0.27163452765764645, - 0.2605694497353714, - 0.03126047418870802, - 0.23270579887256287, - 0.28342169345205054, - 0.18116899549800952, - 0.017407412079207266, + 0.2716345276576469, + 0.26056944973537144, + 0.03126047418871512, + 0.23270579887256337, + 0.28342169345205015, + 0.18116899549800955, + 0.01740741207920089, 0.1512654424247833 ], "resistance": [ @@ -226566,7 +171027,7 @@ 95651.09825523836, 96477.42459287847, 97513.37563574548, - 98192.20420003445, + 98192.20420003447, 97695.49526107796 ], "fuel": [ @@ -226576,7 +171037,7 @@ 39.765359137478896, 40.18927022004519, 40.7243095897561, - 41.07707104147652, + 41.07707104147653, 40.818781946059275 ] }, @@ -226610,34 +171071,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -78.86595394739015, + -78.86595394739243, -947.9333167752143, - -1206.2605108026428, + -1206.2605108026437, -931.7572241222708, -51.98378698063516, 975.6950109905097, - 1573.4271721106293, - 952.1598299396069 + 1573.4271721104801, + 952.1598299396073 ], "relative wind speed": [ - 2.5331182378160686, + 2.533118237816068, 2.0369702681564053, - 1.7969747381916459, + 1.7969747381916454, 2.048242781903676, 2.5459405763870726, 2.957913716100817, - 3.1095631872582343, - 2.9501191385484775 + 3.1095631872582348, + 2.950119138548477 ], "relative wind angle": [ - 0.2620763175071354, - 0.2274775550276324, + 0.2620763175071363, + 0.22747755502763237, 0.003693227437357762, 0.23090838727292137, 0.26072557136706154, 0.15593630698968738, - 0.0021342632256746152, - 0.1595732365448642 + 0.0021342632257786535, + 0.1595732365448628 ], "resistance": [ 96555.6340460526, @@ -226646,7 +171107,7 @@ 95702.74277587772, 96582.51621301935, 97610.1950109905, - 98207.92717211062, + 98207.92717211046, 97586.6598299396 ], "fuel": [ @@ -226656,7 +171117,7 @@ 39.93837877860971, 40.38996514191548, 40.92111818945362, - 41.23186207481195, + 41.231862074811865, 40.908910124658426 ] }, @@ -226690,9 +171151,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 181.4007668873005, + 181.40076688729823, -839.6725290501172, - -1303.0915709796436, + -1303.0915709796445, -1150.2361218402493, -335.12334242265524, 774.9627445504425, @@ -226700,7 +171161,7 @@ 1224.9707127749175 ], "relative wind speed": [ - 2.813677422797616, + 2.8136774227976153, 2.314533949540116, 1.9828282469527518, 2.115518108974761, @@ -226710,9 +171171,9 @@ 3.179827395790548 ], "relative wind angle": [ - 0.2299782961077912, + 0.2299782961077917, 0.2344306173671818, - 0.060022990841035906, + 0.06002299084103775, 0.17552823810380894, 0.2509771065192241, 0.17790712377930948, @@ -226757,68 +171218,7 @@ "id": "4442", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.724033392626096, - 8.724033392626096, - 8.724033392626096, - 8.724033392626096, - 8.724033392626096, - 8.724033392626096, - 8.724033392626096, - 8.724033392626096 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -348.36414884246915, - -1068.6143861971377, - -1181.9135413510437, - -717.9473386894865, - 234.56481957821916, - 1180.364806016622, - 1440.9622897518402, - 670.6077071910677 - ], - "relative wind speed": [ - 2.3641657618377416, - 1.9041846730514183, - 1.796076335352807, - 2.150238161541346, - 2.645771362728511, - 2.9939049056702136, - 3.059982949440363, - 2.822385817341669 - ], - "relative wind angle": [ - 0.2711315038306224, - 0.1820826293221464, - 0.08112413480046063, - 0.2589674483674989, - 0.24166118444380902, - 0.11542554469983625, - 0.04758206543913677, - 0.19635617022779234 - ], - "resistance": [ - 96286.13585115757, - 95565.8856138029, - 95452.58645864899, - 95916.55266131055, - 96869.06481957824, - 97814.86480601665, - 98075.46228975187, - 97305.1077071911 - ], - "fuel": [ - 40.18288655580021, - 39.81376376434447, - 39.755874514131584, - 39.99323684516951, - 40.48304660407298, - 40.97274519489094, - 41.108257395037725, - 40.708399168445666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 11.5625, -41.40625 11.71875, -41.25 11.71875, -41.25 11.5625, -41.40625 11.5625))", @@ -226837,68 +171237,7 @@ "id": "4443", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.31865666564583, - 9.31865666564583, - 9.31865666564583, - 9.31865666564583, - 9.31865666564583, - 9.31865666564583, - 9.31865666564583, - 9.31865666564583 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -148.4074891067885, - -1075.7083149128832, - -1329.716650155249, - -986.4949517739367, - -0.12943937987165555, - 1116.1689206170618, - 1703.2440817781508, - 986.4897050709164 - ], - "relative wind speed": [ - 2.642812964895599, - 2.1326007288852904, - 1.9088998900663487, - 2.1913012300517747, - 2.709872558358627, - 3.1272805728177517, - 3.2686344028768466, - 3.0864329847153615 - ], - "relative wind angle": [ - 0.26020240580296716, - 0.21561756316615668, - 0.018161939271633433, - 0.23268701369979003, - 0.25361968722672973, - 0.1464230510129259, - 0.010606284961923533, - 0.16445636078562054 - ], - "resistance": [ - 96486.09251089318, - 95558.79168508708, - 95304.78334984473, - 95648.00504822604, - 96634.3705606201, - 97750.66892061703, - 98337.74408177812, - 97620.98970507088 - ], - "fuel": [ - 40.59685417610754, - 40.12128678693726, - 39.99157656741417, - 40.166900863137926, - 40.67319548462535, - 41.250550763044586, - 41.55604960817937, - 41.183241960032056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 11.40625, -41.875 11.5625, -41.71875 11.5625, -41.71875 11.40625, -41.875 11.40625))", @@ -226930,9 +171269,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 672.6467015726289, + 672.6467015726275, -410.144752967406, - -1135.8105788503951, + -1135.8105788503956, -1217.9859623499838, -670.7044618744767, 362.7039958453379, @@ -226940,24 +171279,24 @@ 1543.7555002222957 ], "relative wind speed": [ - 2.730652434332744, + 2.7306524343327436, 2.2100331096729104, 1.692265023054727, - 1.605795557069921, + 1.6057955570699207, 2.0483547571471092, 2.6015329293330147, 2.964533524856839, 3.012248422217038 ], "relative wind angle": [ - 0.23818790245365803, - 0.32529434363045195, - 0.21109554055281102, - 0.1279140744813633, + 0.2381879024536585, + 0.3252943436304519, + 0.21109554055281154, + 0.12791407448136244, 0.3199649753318423, 0.2749445305274979, 0.11989519987276606, - 0.06805626847294646 + 0.06805626847294648 ], "resistance": [ 97307.14670157267, @@ -226997,68 +171336,7 @@ "id": "4445", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.91173825204456, - 7.91173825204456, - 7.91173825204456, - 7.91173825204456, - 7.91173825204456, - 7.91173825204456, - 7.91173825204456, - 7.91173825204456 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 127.58767999200109, - -767.1272148587523, - -1137.9682678479849, - -955.6571142010164, - -185.6596898274338, - 818.5772837257741, - 1515.0693733380263, - 1096.064898823122 - ], - "relative wind speed": [ - 2.390648099515622, - 1.848245289204134, - 1.496526977785256, - 1.695604576791211, - 2.2249044105116345, - 2.6924686298203184, - 2.9027237168550344, - 2.7911150264359357 - ], - "relative wind angle": [ - 0.29878620611997975, - 0.3073368985492936, - 0.05818237615170771, - 0.2600967649525832, - 0.32181479724204887, - 0.20918816866298362, - 0.02998405209044546, - 0.15687611123315648 - ], - "resistance": [ - 96762.087679992, - 95867.37278514123, - 95496.531732152, - 95678.84288579896, - 96448.84031017256, - 97453.07728372575, - 98149.56937333802, - 97730.56489882311 - ], - "fuel": [ - 40.040461275364436, - 39.58063251368146, - 39.39091606323848, - 39.48411963396257, - 39.87913239453446, - 40.39762627686185, - 40.75943340765149, - 40.541556601274095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 11.25, -41.875 11.40625, -41.71875 11.40625, -41.71875 11.25, -41.875 11.25))", @@ -227077,68 +171355,7 @@ "id": "4446", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.3586439563060235, - 7.3586439563060235, - 7.3586439563060235, - 7.3586439563060235, - 7.3586439563060235, - 7.3586439563060235, - 7.3586439563060235, - 7.3586439563060235 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 510.809155897216, - -395.29251190483546, - -969.2580630671151, - -1001.9617715703625, - -497.7393818857338, - 388.4600924158949, - 1205.9294309198367, - 1280.73101812189 - ], - "relative wind speed": [ - 2.4284476175234673, - 1.9262968891370502, - 1.4438391146351524, - 1.4042689751225084, - 1.8543294619427069, - 2.371766404894262, - 2.6928097213753728, - 2.7136551420533364 - ], - "relative wind angle": [ - 0.2632350481171614, - 0.34941430154513775, - 0.209818392042981, - 0.16754000377455505, - 0.347733286286796, - 0.2817605578170257, - 0.11191089150261518, - 0.08640144325143546 - ], - "resistance": [ - 97145.30915589725, - 96239.2074880952, - 95665.24193693291, - 95632.53822842966, - 96136.76061811429, - 97022.96009241592, - 97840.42943091986, - 97915.23101812192 - ], - "fuel": [ - 39.99941410898056, - 39.53246035058184, - 39.238251366251916, - 39.221524686721004, - 39.47985723889475, - 39.93618388543975, - 40.359710782870565, - 40.39858929967022 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 11.25, -41.71875 11.40625, -41.5625 11.40625, -41.5625 11.25, -41.71875 11.25))", @@ -227157,68 +171374,7 @@ "id": "4447", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.2057183318712505, - 7.2057183318712505, - 7.2057183318712505, - 7.2057183318712505, - 7.2057183318712505, - 7.2057183318712505, - 7.2057183318712505, - 7.2057183318712505 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 61.26878986200495, - -750.2571101968167, - -1045.664134267025, - -829.0843265696508, - -69.90609425462935, - 874.8738815535571, - 1491.2936012238156, - 992.2992402750092 - ], - "relative wind speed": [ - 2.1705995197751173, - 1.6061900921410817, - 1.265863638798262, - 1.5335460102454892, - 2.094980633472203, - 2.5535464589036527, - 2.7382540747417843, - 2.597822696862067 - ], - "relative wind angle": [ - 0.3461154698891092, - 0.3489525273767858, - 0.03183168902940877, - 0.3267401036357787, - 0.35916366892392143, - 0.21675832728592515, - 0.014713472826364466, - 0.190619729775533 - ], - "resistance": [ - 96695.76878986204, - 95884.24288980321, - 95588.83586573301, - 95805.41567343038, - 96564.5939057454, - 97509.37388155359, - 98125.79360122385, - 97626.79924027504 - ], - "fuel": [ - 39.704864192564244, - 39.287864149725706, - 39.13667855867284, - 39.24748961050011, - 39.6372943467053, - 40.125392633481084, - 40.44564182294196, - 40.18628973777372 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 11.40625, -41.5625 11.5625, -41.40625 11.5625, -41.40625 11.40625, -41.5625 11.40625))", @@ -227237,68 +171393,7 @@ "id": "4448", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.297544654824259, - 8.297544654824259, - 8.297544654824259, - 8.297544654824259, - 8.297544654824259, - 8.297544654824259, - 8.297544654824259, - 8.297544654824259 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -347.2913741816569, - -1071.448807837905, - -1180.6052278580178, - -696.8282090677274, - 275.14338702783334, - 1238.0611305770303, - 1488.4377045680212, - 689.7028460829324 - ], - "relative wind speed": [ - 2.2456684682223136, - 1.7470915661337405, - 1.634397270173089, - 2.0305249651371837, - 2.56070871824812, - 2.923683818134963, - 2.9881434992534475, - 2.734451384617127 - ], - "relative wind angle": [ - 0.30705116729542004, - 0.20977553667143178, - 0.1006589675248968, - 0.2979504389883861, - 0.2682700719086109, - 0.1247605861496739, - 0.05499129113649341, - 0.21975485260329847 - ], - "resistance": [ - 96287.20862581837, - 95563.05119216212, - 95453.89477214201, - 95937.6717909323, - 96909.64338702786, - 97872.56113057706, - 98122.93770456804, - 97324.20284608296 - ], - "fuel": [ - 39.974613491312226, - 39.60349066483323, - 39.54771842022119, - 39.795236032623826, - 40.29516397927456, - 40.79390154408526, - 40.924147804308404, - 40.509459658049686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 11.40625, -41.40625 11.5625, -41.25 11.5625, -41.25 11.40625, -41.40625 11.40625))", @@ -227317,68 +171412,7 @@ "id": "4449", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.64192929485398, - 9.64192929485398, - 9.64192929485398, - 9.64192929485398, - 9.64192929485398, - 9.64192929485398, - 9.64192929485398, - 9.64192929485398 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -481.2267244500413, - -1287.9228499920391, - -1383.5744024539335, - -794.7524286362273, - 339.01474966570686, - 1423.5366626137934, - 1643.639208840796, - 708.4152548935804 - ], - "relative wind speed": [ - 2.5798717905754804, - 2.106521480735245, - 2.024533421205225, - 2.4162059394531203, - 2.9387943076995007, - 3.29466503456347, - 3.345671063508364, - 3.0747681696228066 - ], - "relative wind angle": [ - 0.25960202405459876, - 0.1609291574651228, - 0.09145208896489831, - 0.25052721287679924, - 0.22729712597252894, - 0.10263035690410403, - 0.05529057437019643, - 0.19606953756977274 - ], - "resistance": [ - 96153.27327554997, - 95346.57715000797, - 95250.92559754608, - 95839.74757136378, - 96973.51474966572, - 98058.03666261381, - 98278.13920884082, - 97342.9152548936 - ], - "fuel": [ - 40.604732527687204, - 40.19183543876227, - 40.143037999218706, - 40.443970730902514, - 41.02704546466945, - 41.58927031848975, - 41.70390749444944, - 41.2180541604314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 11.25, -41.5625 11.40625, -41.40625 11.40625, -41.40625 11.25, -41.5625 11.25))", @@ -227397,68 +171431,7 @@ "id": "4450", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.308395690619756, - 7.308395690619756, - 7.308395690619756, - 7.308395690619756, - 7.308395690619756, - 7.308395690619756, - 7.308395690619756, - 7.308395690619756 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -168.04869057247765, - -909.5195189366574, - -1082.9167048001045, - -708.6875003012681, - 166.16478738827027, - 1113.0496973992433, - 1511.2866674689287, - 813.8526068493322 - ], - "relative wind speed": [ - 2.0682288871129884, - 1.5018202041456377, - 1.2878569097615458, - 1.6842073518846505, - 2.258175539066273, - 2.6686070465967515, - 2.77819223141692, - 2.5574153144500356 - ], - "relative wind angle": [ - 0.36913585996289994, - 0.3085788921723308, - 0.07866095519650748, - 0.3637617732169307, - 0.3367910191007889, - 0.17176026408320158, - 0.036434487389868604, - 0.23650880250841325 - ], - "resistance": [ - 96466.45130942755, - 95724.98048106337, - 95551.58329519992, - 95925.81249969876, - 96800.6647873883, - 97747.54969739927, - 98145.78666746896, - 97448.35260684937 - ], - "fuel": [ - 39.62857572788498, - 39.24810931957377, - 39.15943022328466, - 39.3509590184494, - 39.800737526926355, - 40.29075875953741, - 40.4978465190317, - 40.135561101158636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 11.25, -41.40625 11.40625, -41.25 11.40625, -41.25 11.25, -41.40625 11.25))", @@ -227477,68 +171450,7 @@ "id": "4451", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.954014758893067, - 9.954014758893067, - 9.954014758893067, - 9.954014758893067, - 9.954014758893067, - 9.954014758893067, - 9.954014758893067, - 9.954014758893067 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -469.4005593313186, - -1319.9251125737599, - -1436.5052481558355, - -853.5934486055312, - 306.39327066367696, - 1433.754987010062, - 1702.3433196323303, - 758.4675786538487 - ], - "relative wind speed": [ - 2.679444919244756, - 2.203660006333642, - 2.107575428834625, - 2.485830532943771, - 3.0084486689823473, - 3.3725466706413134, - 3.43341146397293, - 3.1703051951906267 - ], - "relative wind angle": [ - 0.2505116730583423, - 0.15952177927243993, - 0.08036754091425126, - 0.23935270807497075, - 0.22262376954516203, - 0.10397907927011865, - 0.049299927180198815, - 0.18697672182061684 - ], - "resistance": [ - 96165.0994406687, - 95314.57488742625, - 95197.99475184418, - 95780.90655139448, - 96940.89327066368, - 98068.25498701008, - 98336.84331963235, - 97392.96757865386 - ], - "fuel": [ - 40.79007607531216, - 40.35477789360263, - 40.295321984327444, - 40.593112949308036, - 41.18947449777457, - 41.77386085886654, - 41.91378558555793, - 41.423246619126814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 11.09375, -41.875 11.25, -41.71875 11.25, -41.71875 11.09375, -41.875 11.09375))", @@ -227570,39 +171482,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 239.83204193779966, + 239.83204193779852, -637.5350095412837, - -1045.8775318554035, + -1045.8775318554037, -905.8754957163396, -207.40162862337183, 758.004574699363, - 1481.874466801946, - 1160.5706044516412 + 1481.8744668019442, + 1160.5706044516407 ], "relative wind speed": [ - 2.2218076120265806, + 2.22180761202658, 1.6367477462489932, - 1.191935709333295, + 1.1919357093332945, 1.3779648835346103, 1.957836029641009, 2.467915679063725, - 2.7108744435395487, - 2.62121417735468 + 2.710874443539549, + 2.6212141773546804 ], "relative wind angle": [ - 0.34999658332137856, + 0.34999658332137923, 0.4010532600375456, - 0.11924018678922017, - 0.3238127402136922, + 0.1192401867892183, + 0.32381274021369216, 0.399683136781999, - 0.26189314475317077, - 0.052328062576781895, - 0.1680581181043733 + 0.2618931447531707, + 0.05232806257678402, + 0.16805811810437396 ], "resistance": [ 96874.33204193783, 95996.96499045874, - 95588.62246814463, + 95588.62246814462, 95728.6245042837, 96427.09837137666, 97392.50457469939, @@ -227637,68 +171549,7 @@ "id": "4453", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.462918473646765, - 7.462918473646765, - 7.462918473646765, - 7.462918473646765, - 7.462918473646765, - 7.462918473646765, - 7.462918473646765, - 7.462918473646765 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 23.18059924512181, - -820.4148010971478, - -1105.372996425698, - -858.0456147012271, - -39.423401798296254, - 955.7207489914776, - 1582.2772839250802, - 1011.6967080323643 - ], - "relative wind speed": [ - 2.2225848799765786, - 1.6472380153321835, - 1.3213987993734309, - 1.613883172005779, - 2.1877051033533825, - 2.6481208599275496, - 2.824861479958511, - 2.66857982362445 - ], - "relative wind angle": [ - 0.3450455036699085, - 0.3370162463391206, - 0.014039597755163273, - 0.32704988838722177, - 0.3507819406379608, - 0.20717050791732028, - 0.0065672004240561665, - 0.19552700138096046 - ], - "resistance": [ - 96657.6805992451, - 95814.08519890282, - 95529.12700357428, - 95776.45438529874, - 96595.07659820167, - 97590.22074899144, - 98216.77728392505, - 97646.19670803234 - ], - "fuel": [ - 39.791238278298195, - 39.35792931821839, - 39.21216015753821, - 39.338662118398354, - 39.75899104951962, - 40.27331492466759, - 40.599030811357494, - 40.30235464626082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 10.9375, -41.875 11.09375, -41.71875 11.09375, -41.71875 10.9375, -41.875 10.9375))", @@ -227730,7 +171581,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 213.63167679238086, + 213.63167679237995, -806.6378813801668, -1263.0882082743747, -1088.132712496651, @@ -227740,10 +171591,10 @@ 1287.889364508575 ], "relative wind speed": [ - 2.515744226924542, + 2.5157442269245416, 1.9288981043552755, 1.518189773987448, - 1.7061804417514939, + 1.706180441751494, 2.276845865055558, 2.7914777827414956, 3.034484456820416, @@ -227752,11 +171603,11 @@ "relative wind angle": [ 0.30666568794351035, 0.33056943254803417, - 0.0830634205887368, - 0.2656587795310338, + 0.08306342058873681, + 0.2656587795310342, 0.3400736593658236, - 0.22620869372923752, - 0.04152180602778819, + 0.22620869372923755, + 0.04152180602778818, 0.15333224294386388 ], "resistance": [ @@ -227797,68 +171648,7 @@ "id": "4455", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.724899441658456, - 7.724899441658456, - 7.724899441658456, - 7.724899441658456, - 7.724899441658456, - 7.724899441658456, - 7.724899441658456, - 7.724899441658456 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 316.7747920965169, - -667.7203098155248, - -1163.213259333542, - -1052.996486217965, - -323.88870669607763, - 728.1924420856328, - 1551.5899723480381, - 1299.2133480839914 - ], - "relative wind speed": [ - 2.444552622602806, - 1.8681559159336936, - 1.4143319091179156, - 1.5425471522587988, - 2.098874901371857, - 2.6250917793564703, - 2.8949574482423484, - 2.828720852141697 - ], - "relative wind angle": [ - 0.30898208457563214, - 0.35823872196783757, - 0.12973944359716136, - 0.259792496651144, - 0.36202804140588624, - 0.2521884207251412, - 0.06324871913670478, - 0.14054303994180226 - ], - "resistance": [ - 96951.27479209658, - 95966.77969018453, - 95471.28674066652, - 95581.5035137821, - 96310.61129330398, - 97362.6924420857, - 98186.0899723481, - 97933.71334808406 - ], - "fuel": [ - 40.05511376236272, - 39.54861485169948, - 39.29506008329584, - 39.351381453653985, - 39.72509805589394, - 40.267846693846536, - 40.69549494668338, - 40.564149889877804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 11.09375, -41.5625 11.25, -41.40625 11.25, -41.40625 11.09375, -41.5625 11.09375))", @@ -227877,68 +171667,7 @@ "id": "4456", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.519448600701253, - 8.519448600701253, - 8.519448600701253, - 8.519448600701253, - 8.519448600701253, - 8.519448600701253, - 8.519448600701253, - 8.519448600701253 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -245.09837147601456, - -1068.6156381575863, - -1249.247354789012, - -826.3047663060315, - 157.45441379264366, - 1200.9894439938598, - 1616.2093298714644, - 846.0969547121626 - ], - "relative wind speed": [ - 2.370672560304149, - 1.843805634918986, - 1.6633928419767858, - 2.02299543130434, - 2.5690435293773115, - 2.9699248853557654, - 3.0746052262485426, - 2.850888024622543 - ], - "relative wind angle": [ - 0.3025465290641724, - 0.23329825052529057, - 0.062272553736658305, - 0.28699901850921433, - 0.27853292134561924, - 0.14402464784520558, - 0.033674681821919863, - 0.20224669326623082 - ], - "resistance": [ - 96389.40162852399, - 95565.88436184241, - 95385.25264521099, - 95808.19523369397, - 96791.95441379264, - 97835.48944399387, - 98250.70932987146, - 97480.59695471216 - ], - "fuel": [ - 40.13430021745173, - 39.71209563646034, - 39.61982600965302, - 39.83606265482514, - 40.34160108801315, - 40.8817934297057, - 41.097861490122895, - 40.697626443812254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 11.09375, -41.40625 11.25, -41.25 11.25, -41.25 11.09375, -41.40625 11.09375))", @@ -227957,68 +171686,7 @@ "id": "4457", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.551245902524007, - 11.551245902524007, - 11.551245902524007, - 11.551245902524007, - 11.551245902524007, - 11.551245902524007, - 11.551245902524007, - 11.551245902524007 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -500.1539896366512, - -1509.4497205275752, - -1676.5038049189598, - -1063.4683100909301, - 243.19043831381896, - 1544.6333684768551, - 1931.6125709104099, - 902.6845914779487 - ], - "relative wind speed": [ - 3.1390812347438177, - 2.6717920190614532, - 2.55653420642239, - 2.898105029397364, - 3.411232035532559, - 3.7883851976064813, - 3.8671007033637768, - 3.618193228276522 - ], - "relative wind angle": [ - 0.21050522614258935, - 0.13726569395484722, - 0.05435597525154619, - 0.19516372023681577, - 0.19348852375869588, - 0.09665454128054721, - 0.03592468409953848, - 0.15596353975386468 - ], - "resistance": [ - 96134.34601036338, - 95125.05027947246, - 94957.99619508107, - 95571.0316899091, - 96877.69043831385, - 98179.13336847689, - 98566.11257091044, - 97537.18459147798 - ], - "fuel": [ - 41.792245556072544, - 41.276101980964846, - 41.191037839689436, - 41.5037049247985, - 42.1748082574662, - 42.84954789927336, - 43.051394852615175, - 42.5159386486809 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 10.9375, -41.5625 11.09375, -41.40625 11.09375, -41.40625 10.9375, -41.5625 10.9375))", @@ -228050,34 +171718,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 64.53752833708313, + 64.53752833708222, -888.1088252460295, - -1247.9293614920261, - -1022.1101553307574, + -1247.9293614920264, + -1022.1101553307576, -158.06966867021947, 928.6968597433811, 1645.1636813008781, - 1124.9715287865574 + 1124.971528786557 ], "relative wind speed": [ 2.5291013481139, 1.9845199806939127, - 1.6617569409668822, - 1.885498795566246, + 1.661756940966882, + 1.8854987955662463, 2.4195882730674105, 2.883130501108736, 3.080474786351167, - 2.9488396585971084 + 2.948839658597109 ], "relative wind angle": [ - 0.28438603553028097, - 0.27671753556751977, + 0.2843860355302822, + 0.2767175355675197, 0.034403310777416964, - 0.24718501612497665, + 0.24718501612497712, 0.2976423182070447, - 0.18917537396484874, + 0.1891753739648487, 0.018556212240695785, - 0.15709172680270436 + 0.15709172680270506 ], "resistance": [ 96699.03752833708, @@ -228117,68 +171785,7 @@ "id": "4459", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.417913926769042, - 11.417913926769042, - 11.417913926769042, - 11.417913926769042, - 11.417913926769042, - 11.417913926769042, - 11.417913926769042, - 11.417913926769042 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -234.29574587938623, - -1396.553051215726, - -1703.8702156067516, - -1271.456169489567, - -25.98579963962402, - 1368.917452579506, - 2082.1349152415614, - 1188.4955022230952 - ], - "relative wind speed": [ - 3.207836875413924, - 2.6938850567581953, - 2.4793704099639857, - 2.7588168311177976, - 3.284954312376709, - 3.718080896731887, - 3.8644358739488376, - 3.6701596621957537 - ], - "relative wind angle": [ - 0.21761891891258106, - 0.17228623468533508, - 0.015919020771642246, - 0.18875069984792553, - 0.21243085442798726, - 0.12453266931616107, - 0.010213177160992954, - 0.1415126098801236 - ], - "resistance": [ - 96400.20425412063, - 95237.94694878429, - 94930.62978439327, - 95363.04383051045, - 96608.5142003604, - 98003.41745257952, - 98716.63491524158, - 97822.99550222312 - ], - "fuel": [ - 41.83742840113736, - 41.24224280970037, - 41.08570763519329, - 41.30606284208111, - 41.94463396677777, - 42.66667397669776, - 43.03865219665161, - 42.57287497270005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 10.78125, -41.875 10.9375, -41.71875 10.9375, -41.71875 10.78125, -41.875 10.78125))", @@ -228210,9 +171817,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 164.99859337517546, - -857.1304705996226, - -1288.3976830404463, + 164.99859337517364, + -857.1304705996224, + -1288.3976830404467, -1085.9410164256692, -215.2606379221129, 929.2518809614653, @@ -228220,9 +171827,9 @@ 1266.9449038934185 ], "relative wind speed": [ - 2.525060634874111, + 2.5250606348741105, 1.9359546246393893, - 1.5449654639189743, + 1.5449654639189738, 1.7578912552057184, 2.3336127141426704, 2.8414361158992345, @@ -228230,14 +171837,14 @@ 2.954910801406775 ], "relative wind angle": [ - 0.3074427570130315, - 0.3214450644720311, + 0.30744275701303214, + 0.32144506447203103, 0.06532433717678081, 0.2700768924296457, - 0.3336026844605482, + 0.33360268446054825, 0.2169558919286023, 0.03283957093694194, - 0.1593980895442063 + 0.15939808954420634 ], "resistance": [ 96799.49859337519, @@ -228290,9 +171897,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 183.71658781414453, + 183.7165878141427, -908.4874917445677, - -1381.092540158804, + -1381.0925401588036, -1182.3774960129624, -271.3039794834008, 939.4740732415976, @@ -228300,9 +171907,9 @@ 1341.205989304959 ], "relative wind speed": [ - 2.6860539614696117, + 2.6860539614696113, 2.1045494036987207, - 1.71770112123029, + 1.7177011212302897, 1.909228835813396, 2.471068595833701, 2.981935226766921, @@ -228310,14 +171917,14 @@ 3.1106126634058366 ], "relative wind angle": [ - 0.2838259895162386, + 0.28382598951623944, 0.29473441304501546, - 0.06547737423615774, + 0.06547737423615606, 0.239228488350133, - 0.30930169131038265, + 0.3093016913103827, 0.20647907056088474, - 0.034907231076618805, - 0.1459545331545636 + 0.03490723107661881, + 0.14595453315456364 ], "resistance": [ 96818.21658781415, @@ -228370,9 +171977,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -304.6282039410694, + -304.6282039410712, -1306.1613135410048, - -1525.3894878607846, + -1525.3894878607848, -1014.1032267992873, 180.59792520762585, 1446.4946749451465, @@ -228380,9 +171987,9 @@ 1019.7874131841027 ], "relative wind speed": [ - 2.657674346367041, + 2.6576743463670405, 2.0902361710742356, - 1.8969683002018467, + 1.8969683002018465, 2.2809742514708864, 2.8709479927903425, 3.307036144008301, @@ -228390,14 +171997,14 @@ 3.178479474964594 ], "relative wind angle": [ - 0.2911990404846347, + 0.29119904048463546, 0.22241708607431612, - 0.05852382221481486, + 0.058523822214814857, 0.27436340186620173, - 0.26900584539293104, + 0.2690058453929311, 0.1398798361761818, 0.03243370371237706, - 0.19567702614060617 + 0.19567702614060614 ], "resistance": [ 96329.87179605893, @@ -228450,17 +172057,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -474.0830418424175, + -474.0830418424198, -1453.5031856128753, - -1605.6438026201297, + -1605.6438026201304, -968.1892296237343, 332.5250981042641, 1622.7400370138043, - 1972.4134406162698, + 1972.4134406162652, 916.1704543047131 ], "relative wind speed": [ - 2.720754587116472, + 2.720754587116471, 2.174198796354836, 2.047300301602796, 2.471680961715634, @@ -228472,11 +172079,11 @@ "relative wind angle": [ 0.279471571745683, 0.18824369812254352, - 0.08564080273374786, + 0.08564080273374916, 0.2680047893872627, - 0.24788273312124137, - 0.11756454315717564, - 0.049416623308155126, + 0.24788273312124134, + 0.11756454315717565, + 0.049416623308157374, 0.20192827598181612 ], "resistance": [ @@ -228530,9 +172137,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -78.63790732485859, + -78.63790732486132, -1292.6046321350937, - -1671.2038008364152, + -1671.2038008364357, -1318.8373098379052, -122.24775903580985, 1297.142953749008, @@ -228540,9 +172147,9 @@ 1335.2188682976507 ], "relative wind speed": [ - 3.0491128266000005, + 3.0491128265999996, 2.4799853326360672, - 2.1945414080959824, + 2.194541408095982, 2.4649071050258953, 3.0317725778713798, 3.5126068301447413, @@ -228552,17 +172159,17 @@ "relative wind angle": [ 0.24905323660423356, 0.21857788649770374, - 0.004077310676793203, + 0.004077310676820433, 0.21467952025516954, - 0.2505081698862021, + 0.25050816988620206, 0.15369983107696938, 0.0024198548302692014, 0.14960064907345924 ], "resistance": [ - 96555.86209267516, + 96555.86209267515, 95341.89536786493, - 94963.2961991636, + 94963.29619916358, 95315.6626901621, 96512.25224096421, 97931.64295374902, @@ -228570,9 +172177,9 @@ 97969.71886829767 ], "fuel": [ - 41.38614072828796, + 41.386140728287955, 40.76388867647939, - 40.5709490457231, + 40.57094904572308, 40.75050292544165, 41.363692339266876, 42.09796397503154, @@ -228597,68 +172204,7 @@ "id": "4465", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.916804361508538, - 10.916804361508538, - 10.916804361508538, - 10.916804361508538, - 10.916804361508538, - 10.916804361508538, - 10.916804361508538, - 10.916804361508538 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 143.71010784969803, - -1226.8368396427386, - -1789.597191596797, - -1523.451704479638, - -349.4289901701368, - 1176.439187261065, - 2221.0360079539487, - 1606.9151639315805 - ], - "relative wind speed": [ - 3.224033715449888, - 2.6301273546438857, - 2.264564979290213, - 2.4646711744191756, - 3.033522636279707, - 3.560770012445756, - 3.8037348011857124, - 3.6772338768653534 - ], - "relative wind angle": [ - 0.2411674581826718, - 0.23561497513585664, - 0.043413348368748425, - 0.1939321936481301, - 0.2566439442332735, - 0.17329495564945982, - 0.025841025582326392, - 0.12953200652619803 - ], - "resistance": [ - 96778.2101078497, - 95407.66316035728, - 94844.90280840322, - 95111.04829552038, - 96285.07100982987, - 97810.93918726107, - 98855.53600795397, - 98241.4151639316 - ], - "fuel": [ - 41.69902533636265, - 40.99577910592997, - 40.70904336408954, - 40.844502033348064, - 41.445183956643085, - 42.23355033119293, - 42.77825516670071, - 42.45753010046303 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 10.625, -41.5625 10.78125, -41.40625 10.78125, -41.40625 10.625, -41.5625 10.625))", @@ -228690,9 +172236,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -272.63843130958867, + -272.63843130959003, -1379.979676588478, - -1648.4728163866512, + -1648.4728163866546, -1151.0709070698767, 107.75058119566393, 1477.1838580430876, @@ -228700,24 +172246,24 @@ 1143.8489504675108 ], "relative wind speed": [ - 2.857080506507687, + 2.8570805065076863, 2.28400006816532, 2.065516295715301, 2.4225368739751443, 3.014136145217687, 3.4686120295003833, 3.6029943317619164, - 3.3733130327327596 + 3.37331303273276 ], "relative wind angle": [ 0.2725459833889848, 0.21455107213176583, - 0.039405764565064574, + 0.03940576456507021, 0.2508590581580308, - 0.2580112137443345, - 0.14065884742072748, - 0.02258652035611537, - 0.17922827302201416 + 0.25801121374433456, + 0.1406588474207275, + 0.022586520356115372, + 0.1792282730220148 ], "resistance": [ 96361.8615686904, @@ -228770,37 +172316,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 54.24413307310215, + 54.244133073099874, -1265.911575744352, - -1757.6698324150166, - -1450.0527071541628, + -1757.6698324150225, + -1450.0527071541624, -251.83298083830869, 1248.1198003614118, - 2226.098683481072, + 2226.098683481069, 1515.6689037856995 ], "relative wind speed": [ - 3.1415655824525075, + 3.141565582452507, 2.5470421348045926, 2.2067197601721187, - 2.442067107182288, + 2.4420671071822886, 3.0213847124152347, 3.537057569901388, - 3.758801376680146, + 3.7588013766801454, 3.6103335210593746 ], "relative wind angle": [ - 0.24966671777362645, + 0.24966671777362734, 0.23488582840717556, - 0.02814211485876287, - 0.2082801203003793, - 0.2598225943712726, + 0.028142114858770762, + 0.20828012030037982, + 0.25982259437127264, 0.16838533169394498, - 0.016520263337228794, + 0.016520263337228797, 0.14032653503208595 ], "resistance": [ - 96688.74413307314, + 96688.74413307312, 95368.58842425568, 94876.83016758501, 95184.44729284587, @@ -228810,7 +172356,7 @@ 98150.16890378573 ], "fuel": [ - 41.53643550209301, + 41.536435502093, 40.859361419026506, 40.608808962790036, 40.76543551498903, @@ -228837,68 +172383,7 @@ "id": "4468", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.661013262667199, - 7.661013262667199, - 7.661013262667199, - 7.661013262667199, - 7.661013262667199, - 7.661013262667199, - 7.661013262667199, - 7.661013262667199 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -367.45152856399886, - -993.2385075389848, - -1057.5402092679346, - -570.6382566011491, - 334.81133833895115, - 1198.0376144733566, - 1345.2439311475848, - 576.773098294919 - ], - "relative wind speed": [ - 2.0381817116085306, - 1.5508967821439679, - 1.4773547287413442, - 1.9017176636670474, - 2.422220014164835, - 2.759719851305864, - 2.7997781147836984, - 2.5307715057375133 - ], - "relative wind angle": [ - 0.3320841769856863, - 0.2128097751560506, - 0.1366381262738668, - 0.32772862943639214, - 0.2778878561964598, - 0.11897384387340372, - 0.07193752537785764, - 0.24430589737112096 - ], - "resistance": [ - 96267.04847143604, - 95641.26149246104, - 95576.9597907321, - 96063.86174339888, - 96969.31133833899, - 97832.53761447339, - 97979.74393114762, - 97211.27309829494 - ], - "fuel": [ - 39.67487468222184, - 39.35409805900062, - 39.321219748467186, - 39.57056198695286, - 40.03658782672362, - 40.48372233409019, - 40.56024909576127, - 40.16163965824426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 10.46875, -42.03125 10.625, -41.875 10.625, -41.875 10.46875, -42.03125 10.46875))", @@ -228930,11 +172415,11 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -764.4167646822584, + -764.4167646822598, -1529.810062034665, -1507.4353928546852, -691.0239355884314, - 631.9802516671657, + 631.9802516671666, 1759.1140773755383, 1707.641973582166, 545.5328257027136 @@ -228950,11 +172435,11 @@ 3.1951311853945823 ], "relative wind angle": [ - 0.25218578075777986, + 0.2521857807577812, 0.11848733619841496, 0.13269855922101145, 0.25407019097798095, - 0.20671432976485615, + 0.2067143297648556, 0.07344182983690078, 0.08315352464092851, 0.2131015980743514 @@ -229010,13 +172495,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -579.3646529554262, + -579.3646529554267, -1130.2890735246888, - -1093.6027012070767, + -1093.602701207077, -461.4652458543155, - 532.927456742133, + 532.9274567421321, 1366.9884920368304, - 1282.8760300757435, + 1282.8760300757417, 393.2821871167048 ], "relative wind speed": [ @@ -229030,13 +172515,13 @@ 2.6153907193313235 ], "relative wind angle": [ - 0.2920844884057311, + 0.29208448840573187, 0.13281421607326968, - 0.16907561301416096, + 0.1690756130141616, 0.295419101751233, - 0.2293603051862924, + 0.2293603051862929, 0.0758494319543747, - 0.09931672485259248, + 0.09931672485259359, 0.2455107220519736 ], "resistance": [ @@ -229090,13 +172575,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1150.4007513836561, + -1150.4007513836566, -1362.6405382890107, - -939.1360049560024, + -939.136004956003, 106.55285775749417, 1233.2046180330549, 1722.4329309868303, - 925.7008357067621, + 925.700835706763, -244.5366819919277 ], "relative wind speed": [ @@ -229110,13 +172595,13 @@ 2.5958100326663063 ], "relative wind angle": [ - 0.20998177470652477, - 0.04357932015681449, - 0.2503732095405486, + 0.20998177470652532, + 0.04357932015681448, + 0.2503732095405495, 0.2551282105346653, - 0.1374508007525277, + 0.13745080075252772, 0.02510751830580308, - 0.18028060841296364, + 0.180280608412963, 0.2711380918222232 ], "resistance": [ @@ -229170,9 +172655,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1021.0463104726405, + -1021.0463104726418, -1399.1404586513827, - -1138.3521033213322, + -1138.3521033213328, -166.79502642091666, 1035.6244712421894, 1808.503603285374, @@ -229180,9 +172665,9 @@ 28.11954663227607 ], "relative wind speed": [ - 2.194119649122326, + 2.1941196491223254, 1.885700158389526, - 2.1165673387245008, + 2.1165673387245003, 2.6542184470036254, 3.122237494264407, 3.317629110962356, @@ -229190,9 +172675,9 @@ 2.741833773378835 ], "relative wind angle": [ - 0.24795074541167536, - 0.024098277178550054, - 0.22596846510553562, + 0.2479507454116758, + 0.024098277178550058, + 0.22596846510553564, 0.2731753500331621, 0.17333146978039127, 0.013696271066227578, @@ -229252,31 +172737,31 @@ "wind resistance": [ -1284.9858828095375, -1563.672107997114, - -1162.2611425463747, - -17.385393272079, + -1162.2611425463765, + -17.385393272078545, 1260.9033295351505, 1907.6324693301617, - 1083.9135752198085, + 1083.9135752198094, -221.75019502823534 ], "relative wind speed": [ 2.580664153217636, 2.3777112372729823, - 2.6471027543033494, - 3.1508425831861717, + 2.647102754303349, + 3.150842583186172, 3.56435099775525, 3.702825242844594, 3.515291241854786, 3.071907635799298 ], "relative wind angle": [ - 0.17132750134381292, + 0.1713275013438129, 0.016989548182484857, - 0.18891379379717024, - 0.2118805825641065, - 0.12375435398207407, - 0.010909263844172908, - 0.14188780033710183, + 0.18891379379717083, + 0.211880582564107, + 0.12375435398207409, + 0.01090926384417291, + 0.14188780033710102, 0.21741129264642073 ], "resistance": [ @@ -229330,7 +172815,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -904.9596385077484, + -904.9596385077493, -1329.6590151526302, -1117.6842827882333, -222.73454439649913, @@ -229340,9 +172825,9 @@ 130.65925444290679 ], "relative wind speed": [ - 2.059656252519714, + 2.0596562525197135, 1.7002308493894753, - 1.906194483930684, + 1.9061944839306837, 2.4567139703437215, 2.9477792839321966, 3.1687223993445226, @@ -229350,13 +172835,13 @@ 2.6260508474211526 ], "relative wind angle": [ - 0.2865302807393318, + 0.2865302807393322, 0.0520462882752963, - 0.2421155430385585, + 0.24211554303855803, 0.3037392713486817, 0.19878118927624716, 0.027917324019459948, - 0.15044684312497286, + 0.1504468431249729, 0.28358995644718216 ], "resistance": [ @@ -229410,34 +172895,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -965.4744298590663, + -965.4744298590681, -1398.8611317806094, - -1184.3167250901474, + -1184.316725090148, -259.58711944406787, - 935.4874621519525, + 935.4874621519521, 1748.3201376298239, - 1253.3735283964434, + 1253.3735283964443, 104.19471714434667 ], "relative wind speed": [ - 2.2985182520610294, + 2.298518252061029, 1.9745707520299012, - 2.15890607990747, + 2.1589060799074695, 2.668836086447891, - 3.137238623363425, + 3.1372386233634253, 3.3506003462378193, 3.2348998242788736, 2.8289160960789257 ], "relative wind angle": [ - 0.2394844525280397, + 0.23948445252804018, 0.041882969089905325, - 0.19970782289203506, + 0.19970782289203504, 0.2608781727840329, - 0.1746743547692186, + 0.17467435476921925, 0.024677697345897375, - 0.1327866204296435, - 0.2458013467510618 + 0.13278662042964265, + 0.24580134675106177 ], "resistance": [ 95669.02557014092, @@ -229490,37 +172975,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 453.737627708492, + 453.73762770849, 684.789575682337, - 387.69984745655233, + 387.6998474565519, -82.71924438387919, -465.28855784235157, -564.7943615783829, -419.45918626218554, - -6.378429026086906 + -6.378429026086451 ], "relative wind speed": [ 2.1577693495977317, 2.2396267288269383, - 2.1275192855967417, + 2.1275192855967413, 1.8638655468626901, 1.5733231876795206, 1.4544368444444098, 1.6139938377724357, - 1.9124119959286257 + 1.9124119959286259 ], "relative wind angle": [ - 0.12082816411693233, + 0.1208281641169351, 0.011080549949236759, - 0.13919287748443257, + 0.13919287748443177, 0.21224465134492704, - 0.16607189131409253, + 0.1660718913140925, 0.017062956236432874, 0.18392326048235813, - 0.2067776403538305 + 0.20677764035383106 ], "resistance": [ - 97088.23762770848, + 97088.23762770847, 97319.28957568233, 97022.19984745653, 96551.78075561611, @@ -229530,7 +173015,7 @@ 96628.1215709739 ], "fuel": [ - 39.69277914907953, + 39.69277914907951, 39.8122900771193, 39.65865780692641, 39.41606448219646, @@ -229557,68 +173042,7 @@ "id": "4477", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.6068505322182896, - 5.6068505322182896, - 5.6068505322182896, - 5.6068505322182896, - 5.6068505322182896, - 5.6068505322182896, - 5.6068505322182896, - 5.6068505322182896 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 400.4675269531592, - 688.7986114085465, - 453.09412492182764, - 7.5219676821361645, - -384.8463794450994, - -523.0151049588859, - -420.85025502232816, - -52.2903722184401 - ], - "relative wind speed": [ - 1.8903856250542646, - 2.009231892799134, - 1.9173879700396665, - 1.6440514211434265, - 1.2987858079454162, - 1.1060694314965216, - 1.2585808510697263, - 1.599217718438771 - ], - "relative wind angle": [ - 0.17861544178300734, - 0.011616906278274308, - 0.15861404388923037, - 0.2782875961082996, - 0.2615674705448924, - 0.02110379833293817, - 0.24301383660167217, - 0.2863064363675986 - ], - "resistance": [ - 97034.96752695319, - 97323.29861140858, - 97087.59412492186, - 96642.02196768217, - 96249.65362055493, - 96111.48489504114, - 96213.6497449777, - 96582.20962778159 - ], - "fuel": [ - 39.31869297588325, - 39.46780493976446, - 39.34588602421441, - 39.11597714709931, - 38.91413238249172, - 38.84319108038382, - 38.8956397215856, - 39.0851710732596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.875 17.8125, -36.875 17.96875, -36.71875 17.96875, -36.71875 17.8125, -36.875 17.8125))", @@ -229637,68 +173061,7 @@ "id": "4478", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.360311550332781, - 6.360311550332781, - 6.360311550332781, - 6.360311550332781, - 6.360311550332781, - 6.360311550332781, - 6.360311550332781, - 6.360311550332781 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 436.7535168293721, - 635.4616273798554, - 348.85241267311176, - -91.00664718826965, - -440.87982994132165, - -526.5573546945233, - -379.91390498836176, - 10.526613088341719 - ], - "relative wind speed": [ - 2.075931942420229, - 2.1491076034379284, - 2.033957235006714, - 1.7738690826998813, - 1.4925473429857647, - 1.3851092048859444, - 1.5492607807526573, - 1.8413526218668634 - ], - "relative wind angle": [ - 0.11866247892154012, - 0.01606412509784909, - 0.14534168621830196, - 0.2170923586132481, - 0.16540969133709976, - 0.02492628276732894, - 0.19130648359584462, - 0.20901587797293406 - ], - "resistance": [ - 97071.25351682938, - 97269.96162737987, - 96983.35241267312, - 96543.49335281174, - 96193.6201700587, - 96107.94264530549, - 96254.58609501165, - 96645.02661308835 - ], - "fuel": [ - 39.58092034964994, - 39.68367700901564, - 39.53551148428721, - 39.30871642470508, - 39.12883292018432, - 39.08485217850591, - 39.1601451193394, - 39.36100392287106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.71875 17.8125, -36.71875 17.96875, -36.5625 17.96875, -36.5625 17.8125, -36.71875 17.8125))", @@ -229717,68 +173080,7 @@ "id": "4479", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.951095542757523, - 5.951095542757523, - 5.951095542757523, - 5.951095542757523, - 5.951095542757523, - 5.951095542757523, - 5.951095542757523, - 5.951095542757523 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 448.9700205801287, - 716.2554401737873, - 430.069680102682, - -40.31703023014916, - -434.419593283499, - -549.9759731811083, - -421.4316005215252, - -18.733468272958362 - ], - "relative wind speed": [ - 1.9964547572119558, - 2.0969338944456615, - 1.9871719028009518, - 1.7039920599545273, - 1.3688108303933337, - 1.2092737197678973, - 1.382252696041784, - 1.7192689570303599 - ], - "relative wind angle": [ - 0.15501711479042937, - 0.0037716961331372444, - 0.16144729871722527, - 0.2635069988590697, - 0.2271411388558053, - 0.0065403183462275066, - 0.2332029538628844, - 0.26111058663755493 - ], - "resistance": [ - 97083.47002058013, - 97350.75544017379, - 97064.56968010268, - 96594.18296976986, - 96200.0804067165, - 96084.5240268189, - 96213.06839947848, - 96615.76653172704 - ], - "fuel": [ - 39.450356329468846, - 39.588622188975805, - 39.4405893097235, - 39.19793849443481, - 38.99527302905496, - 38.93595825624598, - 39.00194283631751, - 39.209054436409 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.5625 17.96875, -36.5625 18.125, -36.40625 18.125, -36.40625 17.96875, -36.5625 17.96875))", @@ -229810,9 +173112,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 320.34742284686604, + 320.34742284686513, 705.33304570366, - 583.5124849546241, + 583.5124849546226, 114.75544767102201, -362.99150128762426, -597.7796333098446, @@ -229830,12 +173132,12 @@ 1.758438624450264 ], "relative wind angle": [ - 0.17952110585825573, - 0.04521905778007428, - 0.10368757928959103, + 0.17952110585825698, + 0.04521905778007429, + 0.10368757928959318, 0.21721550800617626, - 0.22936395294274384, - 0.07261581170389243, + 0.2293639529427438, + 0.07261581170389245, 0.15618678877857284, 0.24194555439810272 ], @@ -229890,7 +173192,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 228.83768861470412, + 228.83768861470298, 663.627403077412, 657.8187830598999, 219.0745976917383, @@ -229900,21 +173202,21 @@ -274.4885761456178 ], "relative wind speed": [ - 1.99309952423919, + 1.9930995242391898, 2.195935258098292, - 2.193896630424592, + 2.1938966304245917, 1.9876720942837383, - 1.6553711775689757, + 1.655371177568976, 1.3749791966751237, 1.3782296702872867, 1.6618842001337757 ], "relative wind angle": [ - 0.2071253962665233, - 0.07624111381308393, - 0.07909117501473699, + 0.2071253962665249, + 0.07624111381308392, + 0.07909117501473559, 0.2089939547136241, - 0.25020620945773386, + 0.25020620945773436, 0.12194633254245542, 0.12610181255019454, 0.2507684353145835 @@ -229970,9 +173272,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 537.8309275254289, + 537.8309275254267, 890.9038755380313, - 549.3940961982214, + 549.39409619822, -40.587477479920835, -546.8506647145921, -702.102022517588, @@ -229990,9 +173292,9 @@ 2.0126133202537093 ], "relative wind angle": [ - 0.14546002169409195, + 0.14546002169409428, 0.0016805874325775646, - 0.14263450347165302, + 0.14263450347165457, 0.23501156512482976, 0.20290365101832397, 0.002741627833531531, @@ -230050,19 +173352,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 447.8492560905281, + 447.84925609052766, 914.014054655773, - 706.0488683289848, - 95.26576419763205, + 706.0488683289825, + 95.26576419763228, -503.082691964451, -771.8914780105515, -681.9457190780688, -202.51680825460107 ], "relative wind speed": [ - 2.4022661383178834, + 2.402266138317883, 2.5690341743262346, - 2.5054720106191133, + 2.505472010619113, 2.2343200845734157, 1.8700749320576588, 1.6334400086820131, @@ -230070,13 +173372,13 @@ 2.0678192886446864 ], "relative wind angle": [ - 0.16365275400640475, - 0.03320875150672673, - 0.10827664695526734, - 0.21111536905572492, + 0.16365275400640478, + 0.033208751506726725, + 0.10827664695526837, + 0.2111153690557249, 0.2108471750274034, 0.05224406907549942, - 0.1572104405035736, + 0.15721044050357363, 0.2284043992891863 ], "resistance": [ @@ -230117,68 +173419,7 @@ "id": "4484", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8250505161851365, - 6.8250505161851365, - 6.8250505161851365, - 6.8250505161851365, - 6.8250505161851365, - 6.8250505161851365, - 6.8250505161851365, - 6.8250505161851365 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 395.14791482349847, - 671.0248117155109, - 421.4874913745432, - -32.7472448761489, - -429.6313005453028, - -555.1060685746879, - -447.95185655338173, - -63.29482101276494 - ], - "relative wind speed": [ - 2.171108207109079, - 2.2706350808948965, - 2.182992211319469, - 1.9420025910934045, - 1.6600783129697987, - 1.5211137963934445, - 1.644419611135669, - 1.923069626497063 - ], - "relative wind angle": [ - 0.12552939818238787, - 0.0042497804223938975, - 0.11854448653793435, - 0.1941973020530539, - 0.1644815464404591, - 0.006343862118907137, - 0.15765355869896588, - 0.1961339817961507 - ], - "resistance": [ - 97029.64791482352, - 97305.52481171554, - 97055.98749137457, - 96601.75275512387, - 96204.86869945473, - 96079.39393142534, - 96186.54814344665, - 96571.20517898726 - ], - "fuel": [ - 39.72825126392918, - 39.87091062475743, - 39.74185955656985, - 39.50754165557227, - 39.30343669480599, - 39.239030920370354, - 39.29402916287437, - 39.491811179423365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.71875 17.65625, -36.71875 17.8125, -36.5625 17.8125, -36.5625 17.65625, -36.71875 17.65625))", @@ -230210,31 +173451,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 381.2833268860661, + 381.2833268860652, 740.0861267764369, - 544.0199049801756, - 47.98303929127155, - -424.36865050242204, + 544.0199049801752, + 47.9830392912711, + -424.3686505024225, -621.8721710883386, -537.2099635502786, -139.93533603219498 ], "relative wind speed": [ - 2.1868924303452197, + 2.1868924303452193, 2.3252000370840293, 2.2587268758639643, - 2.0116828884401157, + 2.0116828884401152, 1.6910382808149191, 1.4951768312233598, 1.5938198986499428, 1.8961120550853348 ], "relative wind angle": [ - 0.15398606241509133, - 0.025436003574970608, - 0.11170592576962797, - 0.2078989546476566, - 0.19967675828869363, + 0.15398606241509136, + 0.02543600357497061, + 0.11170592576962897, + 0.2078989546476555, + 0.1996767582886942, 0.03956244339798549, 0.15864278494276018, 0.2207743222498624 @@ -230290,9 +173531,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 352.91971597747533, + 352.9197159774733, 572.3583535957484, - 340.16374101424253, + 340.16374101424117, -53.24854036789861, -386.8734693536137, -480.8290940608275, @@ -230310,14 +173551,14 @@ 1.8815101436234591 ], "relative wind angle": [ - 0.10993894399680078, + 0.10993894399680382, 0.0022041014720415772, - 0.11352175502664077, + 0.11352175502664275, 0.17730306053735717, - 0.1418915220177717, + 0.14189152201777172, 0.0031633660968207406, - 0.14541508396923108, - 0.17640316585228363 + 0.1454150839692311, + 0.17640316585228366 ], "resistance": [ 96987.41971597749, @@ -230370,7 +173611,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 362.6744970252746, + 362.67449702527324, 710.6474582084722, 520.4781599295368, 35.69250793545507, @@ -230380,10 +173621,10 @@ -147.96000958429772 ], "relative wind speed": [ - 2.3131351169206775, + 2.3131351169206766, 2.4410953863295823, - 2.379250727896342, - 2.151949452181653, + 2.3792507278963417, + 2.1519494521816536, 1.8634466092401885, 1.6923594917926912, 1.7782556926452158, @@ -230391,13 +173632,13 @@ ], "relative wind angle": [ 0.13108478864550652, - 0.021750399269438468, - 0.09566657495021702, - 0.17491685839611715, + 0.021750399269438465, + 0.09566657495021587, + 0.17491685839611776, 0.16297315369504964, 0.03137591341668382, - 0.12815424631231748, - 0.18394192668380113 + 0.1281542463123175, + 0.18394192668380116 ], "resistance": [ 96997.17449702529, @@ -230437,68 +173678,7 @@ "id": "4488", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.627141736646937, - 7.627141736646937, - 7.627141736646937, - 7.627141736646937, - 7.627141736646937, - 7.627141736646937, - 7.627141736646937, - 7.627141736646937 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 277.42952311731506, - -691.185566667508, - -1158.126381071445, - -1025.7130149758636, - -279.04116846833176, - 771.1272606417101, - 1571.6136775415675, - 1268.198827661131 - ], - "relative wind speed": [ - 2.40188480037538, - 1.8177818888852426, - 1.3723209459018086, - 1.5291478869509625, - 2.0983009619970776, - 2.6206080450599507, - 2.879002039393391, - 2.7988612436534868 - ], - "relative wind angle": [ - 0.32012291990480857, - 0.3647589164825953, - 0.11774370171038226, - 0.278553567298342, - 0.36849498605338205, - 0.250038505383368, - 0.05602407202308397, - 0.1507971571316709 - ], - "resistance": [ - 96911.92952311729, - 95943.31443333246, - 95476.37361892853, - 95608.78698502411, - 96355.45883153164, - 97405.62726064168, - 98206.11367754154, - 97902.69882766111 - ], - "fuel": [ - 39.99231270483113, - 39.494096869012026, - 39.255168829810515, - 39.3228407545748, - 39.70566032274157, - 40.247593739739116, - 40.66343640553977, - 40.50553558981974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 29.84375, -42.96875 30, -42.8125 30, -42.8125 29.84375, -42.96875 29.84375))", @@ -230517,68 +173697,7 @@ "id": "4489", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.227856000420423, - 7.227856000420423, - 7.227856000420423, - 7.227856000420423, - 7.227856000420423, - 7.227856000420423, - 7.227856000420423, - 7.227856000420423 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 282.1607108494277, - -663.1289386516837, - -1115.3077433258563, - -978.4640774152715, - -243.41874317640327, - 788.0489737591779, - 1575.1045435580722, - 1261.1869542593622 - ], - "relative wind speed": [ - 2.3074349164938233, - 1.7031413732622978, - 1.231685451281556, - 1.4084920489231407, - 2.006899938206407, - 2.5399237623420805, - 2.799080957194537, - 2.7144158494873305 - ], - "relative wind angle": [ - 0.3479095122364833, - 0.4045920976030133, - 0.13145991498051013, - 0.3192820286886063, - 0.40279193856768464, - 0.26712258510810716, - 0.05771214232800473, - 0.16360162018704325 - ], - "resistance": [ - 96916.66071084945, - 95971.37106134834, - 95519.19225667417, - 95656.03592258476, - 96391.08125682363, - 97422.5489737592, - 98209.6045435581, - 97895.68695425939 - ], - "fuel": [ - 39.827745344972534, - 39.34146949297506, - 39.11003537127954, - 39.17999440144045, - 39.55696637488337, - 40.08935023210514, - 40.49824563195045, - 40.33488111804567 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 29.6875, -43.125 29.84375, -42.96875 29.84375, -42.96875 29.6875, -43.125 29.6875))", @@ -230597,68 +173716,7 @@ "id": "4490", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.904768439388256, - 6.904768439388256, - 6.904768439388256, - 6.904768439388256, - 6.904768439388256, - 6.904768439388256, - 6.904768439388256, - 6.904768439388256 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 28.095886105215186, - -743.8758610211469, - -1002.6032620829973, - -768.6674831753814, - -13.218002874463764, - 904.568258387864, - 1482.1541470531035, - 941.7439510241309 - ], - "relative wind speed": [ - 2.072132912069353, - 1.497310095728795, - 1.167134632125099, - 1.4730473147454581, - 2.0473919171420545, - 2.4987218622504304, - 2.6689595759684788, - 2.513101684409293 - ], - "relative wind angle": [ - 0.37083791353034845, - 0.36923629899290084, - 0.011382712084136241, - 0.36194461869210065, - 0.3755408807631644, - 0.21798652035963778, - 0.00497756712999032, - 0.20907067560661255 - ], - "resistance": [ - 96662.59588610522, - 95890.62413897885, - 95631.896737917, - 95865.83251682462, - 96621.28199712554, - 97539.06825838787, - 98116.65414705311, - 97576.24395102412 - ], - "fuel": [ - 39.569272281082846, - 39.17263549597827, - 39.0401982737251, - 39.15993438536136, - 39.54798916558125, - 40.02228929003772, - 40.32238518674017, - 40.04156726054258 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 29.6875, -42.96875 29.84375, -42.8125 29.84375, -42.8125 29.6875, -42.96875 29.6875))", @@ -230677,68 +173735,7 @@ "id": "4491", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.410744540243337, - 6.410744540243337, - 6.410744540243337, - 6.410744540243337, - 6.410744540243337, - 6.410744540243337, - 6.410744540243337, - 6.410744540243337 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 199.02060505604254, - -620.4200987291129, - -973.8903605980306, - -804.3023602757623, - -109.28531318654541, - 821.3248195934086, - 1494.4968423303164, - 1102.688872162881 - ], - "relative wind speed": [ - 2.0551819256913655, - 1.4384656447545634, - 0.9757674692556091, - 1.235697499730566, - 1.8592838715083788, - 2.368865942049168, - 2.5939520250926305, - 2.4806775186830072 - ], - "relative wind angle": [ - 0.4056210946070604, - 0.46851372681365305, - 0.11055414112104169, - 0.4141917147757311, - 0.4513317472747178, - 0.27776275528261873, - 0.04151443491448917, - 0.20183977136389963 - ], - "resistance": [ - 96833.52060505604, - 96014.07990127089, - 95660.60963940197, - 95830.19763972424, - 96525.21468681346, - 97455.82481959341, - 98128.99684233032, - 97737.18887216288 - ], - "fuel": [ - 39.47580881923794, - 39.05433381636048, - 38.87329960486947, - 38.96009819937575, - 39.316940104464116, - 39.7975569780285, - 40.14722769582892, - 39.94350288145112 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 29.84375, -42.8125 30, -42.65625 30, -42.65625 29.84375, -42.8125 29.84375))", @@ -230757,68 +173754,7 @@ "id": "4492", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.277488739126439, - 7.277488739126439, - 7.277488739126439, - 7.277488739126439, - 7.277488739126439, - 7.277488739126439, - 7.277488739126439, - 7.277488739126439 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 46.23744377941489, - -815.8945065448371, - -1113.611437348676, - -861.864653948467, - -30.365186503354835, - 988.6742061044206, - 1638.7649916008418, - 1057.5921029758956 - ], - "relative wind speed": [ - 2.192132756845015, - 1.5873607580061637, - 1.2319044728906439, - 1.5447009224866783, - 2.1486014923642722, - 2.6272076850841084, - 2.81146683535391, - 2.652514553530613 - ], - "relative wind angle": [ - 0.3685982850266013, - 0.3706847951897242, - 0.018970296426346688, - 0.35849353841268594, - 0.3764357901801775, - 0.22066034524824757, - 0.008311839267457447, - 0.20577596576736393 - ], - "resistance": [ - 96680.73744377942, - 95818.60549345516, - 95520.88856265132, - 95772.63534605154, - 96604.13481349664, - 97623.17420610442, - 98273.26499160084, - 97692.09210297589 - ], - "fuel": [ - 39.72625861630656, - 39.28338420701107, - 39.13109042862891, - 39.259847158833004, - 39.68679613714351, - 40.21354952662935, - 40.55160789112104, - 40.24931349573455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 29.84375, -42.65625 30, -42.5 30, -42.5 29.84375, -42.65625 29.84375))", @@ -230837,68 +173773,7 @@ "id": "4493", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.75864326466869, - 7.75864326466869, - 7.75864326466869, - 7.75864326466869, - 7.75864326466869, - 7.75864326466869, - 7.75864326466869, - 7.75864326466869 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -402.98214775763836, - -1095.6566937516172, - -1161.7654113645403, - -608.7484568550301, - 406.64292276794026, - 1373.9343211554262, - 1525.1647756834666, - 652.988657083971 - ], - "relative wind speed": [ - 2.0607501951495695, - 1.5153224298150927, - 1.4384562666293839, - 1.9231626854744466, - 2.4959802686616577, - 2.8601410458326333, - 2.899560731792311, - 2.603469637532964 - ], - "relative wind angle": [ - 0.3648214503622201, - 0.23797894023112537, - 0.16062049156238445, - 0.36282644645288664, - 0.2990049780648025, - 0.1252231625328779, - 0.07942424681163908, - 0.2652755785900233 - ], - "resistance": [ - 96231.5178522424, - 95538.84330624841, - 95472.73458863549, - 96025.751543145, - 97041.14292276798, - 98008.43432115545, - 98159.6647756835, - 97287.488657084 - ], - "fuel": [ - 39.6992743861854, - 39.34438916638089, - 39.31061232120872, - 39.59366556893751, - 40.11634104945783, - 40.61782510526447, - 40.69654397320165, - 40.24372648228136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 29.6875, -42.8125 29.84375, -42.65625 29.84375, -42.65625 29.6875, -42.8125 29.6875))", @@ -230917,68 +173792,7 @@ "id": "4494", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.448253412909992, - 6.448253412909992, - 6.448253412909992, - 6.448253412909992, - 6.448253412909992, - 6.448253412909992, - 6.448253412909992, - 6.448253412909992 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 186.17012802333647, - -611.1432681543517, - -955.6231049554845, - -793.2461226280152, - -118.48535510351098, - 783.7629968450481, - 1434.9618664924167, - 1060.6193777775472 - ], - "relative wind speed": [ - 2.051045903949165, - 1.4555752551693522, - 1.0160606566204162, - 1.2586423895719971, - 1.8576506032419626, - 2.35349861703179, - 2.5739611119634196, - 2.464442005607835 - ], - "relative wind angle": [ - 0.39043811101757797, - 0.44501401301711685, - 0.1040259906115964, - 0.38901466646380517, - 0.43368359312108057, - 0.26948429713713834, - 0.0410013013614823, - 0.19493695753229828 - ], - "resistance": [ - 96820.67012802335, - 96023.35673184566, - 95678.87689504452, - 95841.253877372, - 96516.01464489651, - 97418.26299684506, - 98069.46186649243, - 97695.11937777756 - ], - "fuel": [ - 39.482402727569465, - 39.0723140898432, - 38.895866783533236, - 38.978983490889846, - 39.325427564970624, - 39.79131840014262, - 40.129457801021346, - 39.934885118408936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 29.6875, -42.65625 29.84375, -42.5 29.84375, -42.5 29.6875, -42.65625 29.6875))", @@ -230997,68 +173811,7 @@ "id": "4495", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.492148032907719, - 7.492148032907719, - 7.492148032907719, - 7.492148032907719, - 7.492148032907719, - 7.492148032907719, - 7.492148032907719, - 7.492148032907719 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -197.60253897717257, - -967.0028822084429, - -1137.8666359752274, - -729.6879363164803, - 197.31742876596127, - 1188.4447939575134, - 1580.6438084653064, - 834.9395059883036 - ], - "relative wind speed": [ - 2.107714733574291, - 1.528767688845024, - 1.3226725298361086, - 1.7388804678119305, - 2.3266767197779354, - 2.7420348849032177, - 2.8471781355053474, - 2.613844041855772 - ], - "relative wind angle": [ - 0.3707389930517821, - 0.3039147064747959, - 0.0882979679958724, - 0.36608003035589615, - 0.3344059662059143, - 0.16762925447482027, - 0.040977501318093974, - 0.2404445134133464 - ], - "resistance": [ - 96436.89746102283, - 95667.49711779156, - 95496.63336402478, - 95904.81206368352, - 96831.81742876596, - 97822.94479395752, - 98215.1438084653, - 97469.43950598831 - ], - "fuel": [ - 39.689900393927104, - 39.2952272765112, - 39.20787957465794, - 39.416725887470676, - 39.893334812993835, - 40.406448379303896, - 40.61050195820788, - 40.223016853041166 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 29.53125, -43.125 29.6875, -42.96875 29.6875, -42.96875 29.53125, -43.125 29.53125))", @@ -231077,68 +173830,7 @@ "id": "4496", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.143887068172564, - 7.143887068172564, - 7.143887068172564, - 7.143887068172564, - 7.143887068172564, - 7.143887068172564, - 7.143887068172564, - 7.143887068172564 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 34.764717198355584, - -801.7366854741715, - -1083.4791893620572, - -830.4858579838751, - -13.160957276504632, - 981.5257451844182, - 1609.2386429438025, - 1024.6972205210022 - ], - "relative wind speed": [ - 2.1485006920879437, - 1.5463375801874613, - 1.1978839202076386, - 1.519046434601962, - 2.1207888084302486, - 2.5928055233598513, - 2.7710782211214005, - 2.608888330954093 - ], - "relative wind angle": [ - 0.37484328774250975, - 0.37526770607171867, - 0.012443017317830995, - 0.3674429573090026, - 0.3799895880791984, - 0.22037118720605262, - 0.005378764660988892, - 0.2107207215715961 - ], - "resistance": [ - 96669.26471719836, - 95832.76331452583, - 95551.02081063794, - 95804.01414201612, - 96621.3390427235, - 97616.02574518442, - 98243.7386429438, - 97659.197220521 - ], - "fuel": [ - 39.66637357291873, - 39.23666131460048, - 39.09251585994955, - 39.221939094518326, - 39.64168375388901, - 40.15586756238757, - 40.48224620965365, - 40.17826757336612 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 29.53125, -42.96875 29.6875, -42.8125 29.6875, -42.8125 29.53125, -42.96875 29.53125))", @@ -231157,68 +173849,7 @@ "id": "4497", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.835914210061478, - 6.835914210061478, - 6.835914210061478, - 6.835914210061478, - 6.835914210061478, - 6.835914210061478, - 6.835914210061478, - 6.835914210061478 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 30.393831305422736, - -817.318442551979, - -1089.569805733454, - -802.5485246039223, - 55.14439143693244, - 1087.2384680969092, - 1719.4609268036, - 1064.6748041536537 - ], - "relative wind speed": [ - 2.075957282910066, - 1.4202025273810868, - 1.041807067163303, - 1.4354390578384466, - 2.0907250348969573, - 2.581424915280822, - 2.7559694930860212, - 2.572983583943764 - ], - "relative wind angle": [ - 0.42559791971678107, - 0.4364278093770816, - 0.007776199889536433, - 0.44028733894886507, - 0.4223983418677995, - 0.23470514714359642, - 0.002939520934925691, - 0.24007135648342562 - ], - "resistance": [ - 96664.89383130541, - 95817.18155744801, - 95544.93019426653, - 95831.95147539607, - 96689.64439143692, - 97721.7384680969, - 98353.96092680359, - 97699.17480415363 - ], - "fuel": [ - 39.54418385015573, - 39.10874401645397, - 38.96946540887325, - 39.11630791220496, - 39.55693751415899, - 40.09079248773769, - 40.4197698731291, - 40.079078957965876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 29.375, -43.125 29.53125, -42.96875 29.53125, -42.96875 29.375, -43.125 29.375))", @@ -231237,68 +173868,7 @@ "id": "4498", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.846040742001948, - 7.846040742001948, - 7.846040742001948, - 7.846040742001948, - 7.846040742001948, - 7.846040742001948, - 7.846040742001948, - 7.846040742001948 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -49.51216636766503, - -942.7866474705261, - -1210.788989549196, - -897.1018136693519, - 26.475805321596454, - 1105.7683120739207, - 1723.9174321892092, - 1037.8904230207754 - ], - "relative wind speed": [ - 2.294995546484641, - 1.6992386447975745, - 1.3987162346342106, - 1.7376305654460338, - 2.3352959606124424, - 2.7987854169377875, - 2.9604399465295392, - 2.7751129346505556 - ], - "relative wind angle": [ - 0.34719795781961044, - 0.3215653310960641, - 0.015303711934204768, - 0.33258748906551805, - 0.34096036934244195, - 0.1930835359941262, - 0.0072303109282363335, - 0.20588223757324023 - ], - "resistance": [ - 96584.9878336323, - 95691.71335252945, - 95423.71101045077, - 95737.39818633063, - 96660.97580532156, - 97740.2683120739, - 98358.41743218918, - 97672.39042302074 - ], - "fuel": [ - 39.919773350606434, - 39.461271144740536, - 39.324289259781196, - 39.484648329669476, - 39.95891368250649, - 40.5171618821678, - 40.838842632438165, - 40.4819253108944 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 29.375, -42.96875 29.53125, -42.8125 29.53125, -42.8125 29.375, -42.96875 29.375))", @@ -231317,68 +173887,7 @@ "id": "4499", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.3738281882389485, - 7.3738281882389485, - 7.3738281882389485, - 7.3738281882389485, - 7.3738281882389485, - 7.3738281882389485, - 7.3738281882389485, - 7.3738281882389485 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 51.69069866877612, - -888.7288441598729, - -1206.4305528544655, - -917.6622011354167, - 3.3601674578978873, - 1127.2182885493005, - 1839.3367092706642, - 1170.9876247960913 - ], - "relative wind speed": [ - 2.23573516777272, - 1.5761145295788634, - 1.1864195989907556, - 1.5490322411121817, - 2.20880469545691, - 2.719042646362613, - 2.9102815084144043, - 2.7345619464702526 - ], - "relative wind angle": [ - 0.39578924275424354, - 0.4041769264806001, - 0.012313813930092623, - 0.39715915262062745, - 0.40088912357941964, - 0.22997943715570246, - 0.005019803856428481, - 0.22090074327554995 - ], - "resistance": [ - 96686.1906986688, - 95745.77115584014, - 95428.06944714555, - 95716.8377988646, - 96637.86016745791, - 97761.71828854931, - 98473.83670927068, - 97805.48762479611 - ], - "fuel": [ - 39.7687183397442, - 39.28574574088641, - 39.123326888426014, - 39.27093857711871, - 39.743816943531016, - 40.32511256992228, - 40.695875668152496, - 40.347846565139285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 29.53125, -42.8125 29.6875, -42.65625 29.6875, -42.65625 29.53125, -42.8125 29.53125))", @@ -231397,68 +173906,7 @@ "id": "4500", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.2828092767950015, - 6.2828092767950015, - 6.2828092767950015, - 6.2828092767950015, - 6.2828092767950015, - 6.2828092767950015, - 6.2828092767950015, - 6.2828092767950015 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 8.506836579173978, - -735.0666462808013, - -963.5337161756568, - -681.7455786844125, - 98.18589213449764, - 1022.2761326762145, - 1553.8805095184628, - 940.015672041957 - ], - "relative wind speed": [ - 1.9070522662838798, - 1.2656549130827957, - 0.908018067210211, - 1.3266776592835183, - 1.9648319422430416, - 2.4280713639813856, - 2.583198811012594, - 2.3952743675735872 - ], - "relative wind angle": [ - 0.4548226737776172, - 0.4669336911826552, - 0.035300549038853865, - 0.48206100813542235, - 0.44049190825608653, - 0.23685343252412208, - 0.01240620797010223, - 0.2596879562978146 - ], - "resistance": [ - 96643.00683657918, - 95899.43335371921, - 95670.96628382435, - 95952.7544213156, - 96732.68589213451, - 97656.77613267623, - 98188.38050951848, - 97574.51567204198 - ], - "fuel": [ - 39.333193121575256, - 38.951162193305954, - 38.83419425893301, - 38.97848885309317, - 39.37940718286953, - 39.85735903263098, - 40.13375170965628, - 39.814683980617446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 29.53125, -42.65625 29.6875, -42.5 29.6875, -42.5 29.53125, -42.65625 29.53125))", @@ -231490,30 +173938,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -52.25093076845428, + -52.250930768454964, -811.935949094995, - -1026.6835561137614, - -706.8734621079833, + -1026.683556113762, + -706.8734621079834, 123.60296340091827, 1076.8970148165838, 1573.4138178656901, 916.9355114631187 ], "relative wind speed": [ - 1.971232524608804, + 1.9712325246088038, 1.3450220470889158, - 1.0376807368496208, - 1.4552738032786519, + 1.0376807368496206, + 1.4552738032786516, 2.0790330626968543, 2.529634723573149, 2.670459666468207, 2.467856215291553 ], "relative wind angle": [ - 0.4272960021595227, + 0.42729600215952324, 0.40987217877044974, - 0.05680156112584862, - 0.43956994722905746, + 0.05680156112585057, + 0.4395699472290572, 0.40380882998162937, 0.2134989035726105, 0.022061735489499308, @@ -231570,13 +174018,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -54.73855047625079, + -54.73855047625102, -960.433478239642, - -1218.1516708139588, + -1218.1516708139598, -838.3308070761304, 149.81841737745094, 1287.2076129936245, - 1883.6103900227163, + 1883.6103900227167, 1100.816020423511 ], "relative wind speed": [ @@ -231590,13 +174038,13 @@ 2.6853338421608717 ], "relative wind angle": [ - 0.4340219853431677, + 0.43402198534316827, 0.4202369758621593, - 0.05726275182134322, + 0.057262751821349045, 0.4490763184756165, 0.41040000405567845, - 0.216768562156199, - 0.021803216426538586, + 0.21676856215619897, + 0.021803216426538582, 0.2565484346980522 ], "resistance": [ @@ -231637,68 +174085,7 @@ "id": "4503", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.15519754779255, - 7.15519754779255, - 7.15519754779255, - 7.15519754779255, - 7.15519754779255, - 7.15519754779255, - 7.15519754779255, - 7.15519754779255 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -90.02061548790743, - -975.5667284448984, - -1211.7927910570934, - -804.3471341894779, - 197.06123539253645, - 1327.9062639496965, - 1874.3376005083128, - 1065.9091435834684 - ], - "relative wind speed": [ - 2.10291905150147, - 1.4071905189941412, - 1.0852624580959724, - 1.5764283617967323, - 2.2663546198950706, - 2.752897862896582, - 2.8949675641248658, - 2.659606252889785 - ], - "relative wind angle": [ - 0.4454211314445855, - 0.42260217025917923, - 0.08285880012053264, - 0.463054529656975, - 0.41126435317666665, - 0.2112144509751009, - 0.031031470756375374, - 0.2679575582122399 - ], - "resistance": [ - 96544.47938451213, - 95658.93327155514, - 95422.70720894296, - 95830.15286581057, - 96831.56123539258, - 97962.40626394974, - 98508.83760050836, - 97700.40914358351 - ], - "fuel": [ - 39.606629619100836, - 39.15221499844185, - 39.03148951618945, - 39.239848127688816, - 39.75457090633629, - 40.34031016666624, - 40.62504821309011, - 40.20418104835821 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 29.21875, -43.125 29.375, -42.96875 29.375, -42.96875 29.21875, -43.125 29.21875))", @@ -231730,19 +174117,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -92.97512795278271, + -92.97512795278317, -1119.7464436333375, - -1419.7383275118925, + -1419.7383275118993, -1058.2608774344612, 9.17704330144079, 1244.4498382167126, - 1936.3654303480594, + 1936.365430348082, 1154.0096542498954 ], "relative wind speed": [ 2.5718945077392834, 1.9744511916568392, - 1.6871345641395394, + 1.6871345641395392, 2.0186147407668793, 2.619930350311902, 3.095192868173132, @@ -231750,33 +174137,33 @@ 3.0665731570897825 ], "relative wind angle": [ - 0.31092134961947776, + 0.31092134961947815, 0.2762623998923276, - 0.014939311805737251, + 0.014939311805752115, 0.2884342693380961, 0.3050351170809316, 0.1748872584930675, - 0.007729578746385587, + 0.0077295787463712235, 0.18835597422070097 ], "resistance": [ 96541.52487204724, 95514.75355636669, - 95214.76167248814, + 95214.76167248812, 95576.23912256557, 96643.67704330148, 97878.94983821674, - 98570.86543034809, + 98570.86543034812, 97788.50965424992 ], "fuel": [ 40.40677601587846, 39.88017329470371, - 39.72705624422206, + 39.727056244222055, 39.91159712353452, 40.459381609591674, 41.098587291178085, - 41.45910764788462, + 41.459107647884636, 41.05159537301739 ] }, @@ -231810,34 +174197,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -83.821147597047, + -83.82114759704928, -1162.2282319069884, - -1476.7748628710021, + -1476.7748628710026, -1076.4873708646771, 58.802941691661545, 1371.4604942177693, 2096.4746326882105, - 1244.0127627726124 + 1244.012762772612 ], "relative wind speed": [ - 2.5171537232367376, + 2.5171537232367367, 1.8584977714464896, - 1.5371519534212572, + 1.537151953421257, 1.9239871438189258, 2.5858038078561627, 3.0932879323878706, 3.264905522556696, - 3.052985042470318 + 3.0529850424703175 ], "relative wind angle": [ - 0.35036578610653696, + 0.3503657861065373, 0.32029314981026147, - 0.02373489145258592, - 0.3373026137874362, - 0.3406806852903445, + 0.023734891452585918, + 0.33730261378743626, + 0.34068068529034456, 0.19031059658902705, 0.011173820564962115, - 0.21010212906560133 + 0.21010212906560027 ], "resistance": [ 96550.67885240298, @@ -231890,34 +174277,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -267.1371033947198, + -267.13710339472027, -1084.18626023611, -1248.4857645447191, -785.2728189155075, 229.68922835745616, 1289.0906537476521, 1665.9445943396704, - 847.5194836462524 + 847.5194836462515 ], "relative wind speed": [ 2.2528233099683717, 1.6859009899371995, - 1.5078034683948396, + 1.5078034683948394, 1.924066081290077, 2.508208250166316, 2.9195991752752626, 3.0154353239351224, - 2.768445630126817 + 2.7684456301268168 ], "relative wind angle": [ - 0.3419015338661358, + 0.3419015338661365, 0.26334886585267436, - 0.08943749617511769, - 0.3332124647087261, - 0.305889133103943, + 0.0894374961751177, + 0.33321246470872606, + 0.30588913310394306, 0.15088912506323487, 0.044676556389721976, - 0.2293252637464241 + 0.22932526374642362 ], "resistance": [ 96367.36289660531, @@ -231970,9 +174357,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -221.08836691342208, + -221.08836691342276, -1028.6590372571486, - -1197.9230124663582, + -1197.9230124663584, -741.3307954532224, 257.83930165735774, 1315.7863827094907, @@ -231980,9 +174367,9 @@ 884.5518832279645 ], "relative wind speed": [ - 2.102726835025349, + 2.1027268350253485, 1.479840567774865, - 1.269538104656681, + 1.2695381046566807, 1.7394134611364023, 2.3671123659644224, 2.799062877072463, @@ -231991,10 +174378,10 @@ ], "relative wind angle": [ 0.39942806007312903, - 0.32873006431470564, - 0.11215502142549019, + 0.3287300643147056, + 0.1121550214254902, 0.4008335781720835, - 0.35272438531107936, + 0.3527243853110793, 0.17152326483589064, 0.04900644407997331, 0.25943923619566195 @@ -232050,34 +174437,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -311.46224063949194, + -311.46224063949285, -1323.4004767120211, - -1526.7550465433833, + -1526.7550465433837, -942.1865058665226, 323.05191759795935, 1648.2761465584495, - 2114.6805342486045, + 2114.680534248598, 1079.849955410843 ], "relative wind speed": [ - 2.407939941817797, + 2.4079399418177965, 1.7349651434330369, - 1.5206494369279222, + 1.520649436927922, 2.0282275835239334, 2.7127302130755875, 3.1854318268340003, - 3.293130009930584, + 3.2931300099305845, 3.007220118609092 ], "relative wind angle": [ - 0.37795944615503924, - 0.30040839794922136, - 0.10709339640107834, + 0.37795944615503957, + 0.3004083979492214, + 0.10709339640107939, 0.3751997222832909, 0.33372283839674577, 0.16187542524807622, - 0.049377482338477524, - 0.24974699945653828 + 0.04937748233848202, + 0.2497469994565383 ], "resistance": [ 96323.03775936052, @@ -232130,8 +174517,8 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -518.3073117046195, - -1402.4079596541333, + -518.3073117046208, + -1402.4079596541335, -1474.5749395560342, -739.1963346562679, 586.1518721752045, @@ -232140,9 +174527,9 @@ 852.3938855526885 ], "relative wind speed": [ - 2.234981405622055, + 2.234981405622054, 1.5747649529167516, - 1.4947163962577248, + 1.4947163962577246, 2.0980827866890936, 2.777292694466986, 3.198220120204537, @@ -232150,10 +174537,10 @@ 2.882107772866058 ], "relative wind angle": [ - 0.403978353699546, - 0.2675301781343702, - 0.19512080263547685, - 0.40471435363421665, + 0.40397835369954604, + 0.26753017813437024, + 0.19512080263547626, + 0.4047143536342167, 0.32185243868833746, 0.13053326164235357, 0.08966486544060137, @@ -232210,10 +174597,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -440.46938169929035, + -440.4693816992906, -1152.7005181024506, - -1191.828161622912, - -558.4253407732369, + -1191.8281616229121, + -558.4253407732365, 551.3953201666538, 1590.947084473523, 1680.669180609427, @@ -232223,17 +174610,17 @@ 1.9386734431235146, 1.3060679251014689, 1.2544079715658383, - 1.8544856093657944, + 1.8544856093657947, 2.4919301688225564, 2.874431641278244, 2.897349016986472, 2.5552013247522343 ], "relative wind angle": [ - 0.4434524554452912, + 0.4434524554452917, 0.2926649612805236, - 0.24061283124689306, - 0.44575861702271125, + 0.24061283124689398, + 0.4457586170227115, 0.3403327681971293, 0.1314675944762874, 0.10335502471352094, @@ -232290,7 +174677,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -941.7860814328897, + -941.7860814328906, -1616.2818466447209, -1448.557368940841, -420.3454721992198, @@ -232300,7 +174687,7 @@ 422.64670078181643 ], "relative wind speed": [ - 2.1633973978780476, + 2.163397397878047, 1.62513013457914, 1.7935943020515834, 2.4638815947765833, @@ -232310,11 +174697,11 @@ 2.8530934479268604 ], "relative wind angle": [ - 0.3671603294153128, - 0.12750404027497653, - 0.2734335151380174, - 0.37027548208783895, - 0.25428531902150864, + 0.3671603294153131, + 0.12750404027497655, + 0.2734335151380178, + 0.3702754820878389, + 0.2542853190215087, 0.06079098534849379, 0.1465993366806482, 0.31783060119805023 @@ -232370,19 +174757,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -521.6740005469755, + -521.674000546976, -1206.5352075517462, - -1204.173061338759, + -1204.1730613387595, -514.523374180407, - 631.9266155708781, + 631.9266155708776, 1661.8627607312217, - 1656.451726037826, + 1656.4517260378245, 623.2653117437524 ], "relative wind speed": [ - 1.9364835446922004, + 1.9364835446922002, 1.3260364772594238, - 1.3290493159270247, + 1.3290493159270245, 1.9414635320806917, 2.5678437947349972, 2.9300883150512917, @@ -232390,14 +174777,14 @@ 2.5640806591492913 ], "relative wind angle": [ - 0.43267935350427933, + 0.4326793535042796, 0.2549515920619845, - 0.2579422491622525, - 0.432576746894314, - 0.32173135541281755, + 0.2579422491622529, + 0.43257674689431397, + 0.3217313554128179, 0.11438387734098082, - 0.11602014601094968, - 0.32300488312792874 + 0.11602014601095063, + 0.3230048831279287 ], "resistance": [ 96112.82599945301, @@ -232450,9 +174837,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -641.2487754885801, + -641.2487754885808, -1348.293805784718, - -1308.123769031005, + -1308.1237690310052, -518.4889846543672, 740.127438898588, 1828.4009043372735, @@ -232462,7 +174849,7 @@ "relative wind speed": [ 2.035360419744572, 1.4400540940846729, - 1.486742937850931, + 1.4867429378509307, 2.1148501957661945, 2.7450241923103573, 3.0990472827535074, @@ -232470,13 +174857,13 @@ 2.6842612585401624 ], "relative wind angle": [ - 0.40813911863323127, - 0.21284182525689294, - 0.25682025242149475, - 0.4075587384305581, + 0.40813911863323216, + 0.21284182525689296, + 0.2568202524214947, + 0.4075587384305582, 0.29871460224783575, - 0.09831582876570961, - 0.12304402251804161, + 0.09831582876570963, + 0.12304402251804163, 0.3176001124305525 ], "resistance": [ @@ -232530,19 +174917,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -543.8398138254311, + -543.8398138254333, -1760.9386299541225, - -1956.5533878200038, + -1956.553387820005, -1167.1575195141381, 442.7194846993052, 2054.456747575294, - 2502.99411060708, + 2502.9941106070846, 1183.1627660241156 ], "relative wind speed": [ - 2.8617239855203835, + 2.8617239855203827, 2.2012501815042986, - 2.040716915380022, + 2.0407169153800218, 2.5584058833115826, 3.254771877022739, 3.7332963690535044, @@ -232550,14 +174937,14 @@ 3.4982229027032377 ], "relative wind angle": [ - 0.31763353343512774, + 0.3176335334351278, 0.22292251006054703, - 0.10089008688078352, + 0.10089008688078463, 0.3087140892279396, - 0.2781773327514358, + 0.27817733275143575, 0.13072708280793677, - 0.053783932933943374, - 0.22407762178356666 + 0.053783932933941306, + 0.22407762178356663 ], "resistance": [ 96090.66018617462, @@ -232566,7 +174953,7 @@ 95467.34248048591, 97077.21948469935, 98688.95674757534, - 99137.49411060712, + 99137.49411060713, 97817.66276602416 ], "fuel": [ @@ -232576,7 +174963,7 @@ 40.77848373477793, 41.60560781334191, 42.44334823229661, - 42.67820598075119, + 42.6782059807512, 41.989271269090594 ] }, @@ -232610,9 +174997,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -480.0207496994153, + -480.02074969941714, -1400.8019891851236, - -1510.1832651647685, + -1510.183265164769, -820.0579966517253, 485.79161802801354, 1754.3058033806815, @@ -232620,9 +175007,9 @@ 893.1222477997185 ], "relative wind speed": [ - 2.355771123970274, + 2.3557711239702734, 1.7230112728253488, - 1.6103755524050047, + 1.6103755524050045, 2.1548133940482637, 2.8138393012303204, 3.2401514401949294, @@ -232630,14 +175017,14 @@ 2.9705434584450545 ], "relative wind angle": [ - 0.36837985895764763, + 0.3683798589576483, 0.2512194116646737, - 0.15122033321270745, + 0.1512203332127082, 0.3661113383737454, 0.30624725569843114, - 0.13257792575784336, + 0.13257792575784338, 0.0736339250338606, - 0.2626925255452338 + 0.26269252554523376 ], "resistance": [ 96154.4792503006, @@ -232690,34 +175077,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1104.7693051257136, + -1104.7693051257145, -1481.45330432849, -1142.1287313699322, - -36.08217260383071, + -36.08217260383026, 1303.620031958249, 2142.528835631543, 1359.311808639784, 26.09509956959573 ], "relative wind speed": [ - 1.8789684429871956, + 1.8789684429871951, 1.498653018026397, 1.8499647777459414, - 2.5240096106892653, + 2.5240096106892658, 3.0600126925758087, 3.2631639891410833, - 3.0776338979102413, + 3.077633897910241, 2.5541291223458136 ], "relative wind angle": [ - 0.3448648139510877, + 0.34486481395108837, 0.01071688238974833, - 0.33746073053259157, - 0.35709549614291203, - 0.20910857306988442, + 0.3374607305325916, + 0.35709549614291264, + 0.2091085730698844, 0.004921801539414901, - 0.20035716652487556, - 0.3526994260691852 + 0.20035716652487445, + 0.35269942606918525 ], "resistance": [ 95529.73069487429, @@ -232757,68 +175144,7 @@ "id": "4517", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.903387381773398, - 7.903387381773398, - 7.903387381773398, - 7.903387381773398, - 7.903387381773398, - 7.903387381773398, - 7.903387381773398, - 7.903387381773398 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1013.2103604311749, - -1327.53713275909, - -987.5458550552999, - 35.206168839583825, - 1250.3300435575102, - 1976.81955585057, - 1211.780582726556, - -7.580099252335003 - ], - "relative wind speed": [ - 1.683820626445107, - 1.3232103466983438, - 1.7058568394851694, - 2.373494248076753, - 2.8854917052782936, - 3.0676421990940006, - 2.8725192299536473, - 2.351135754825398 - ], - "relative wind angle": [ - 0.3695919027847675, - 0.00909109766395154, - 0.37528872340962693, - 0.37630695246109125, - 0.21239085276390948, - 0.003921350287709266, - 0.21942855618503984, - 0.3800673703703547 - ], - "resistance": [ - 95621.28963956884, - 95306.96286724093, - 95646.95414494471, - 96669.70616883959, - 97884.83004355752, - 98611.31955585058, - 97846.28058272657, - 96626.91990074769 - ], - "fuel": [ - 39.45092610008919, - 39.29037624151694, - 39.46405108966603, - 39.989087895603404, - 40.61793943331602, - 40.99653704590572, - 40.59790490987298, - 39.96704525971907 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 28.4375, -42.5 28.59375, -42.34375 28.59375, -42.34375 28.4375, -42.5 28.4375))", @@ -232837,68 +175163,7 @@ "id": "4518", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.23440159603679, - 8.23440159603679, - 8.23440159603679, - 8.23440159603679, - 8.23440159603679, - 8.23440159603679, - 8.23440159603679, - 8.23440159603679 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1033.591191056653, - -1434.804899879572, - -1122.552416578787, - -61.7345027291517, - 1253.4231811908821, - 2107.2916939797014, - 1386.8886784123479, - 86.53240703767642 - ], - "relative wind speed": [ - 1.8062676061073377, - 1.3886454755336435, - 1.7331777565604674, - 2.4205899363793124, - 2.970145142824685, - 3.1868524562015326, - 3.0133801118481256, - 2.4950168725315254 - ], - "relative wind angle": [ - 0.37652707319997525, - 0.028799573067239532, - 0.3581808646513385, - 0.3806316057793293, - 0.2255159653627469, - 0.012547778270432141, - 0.2030266439002234, - 0.36872326903780894 - ], - "resistance": [ - 95600.90880894338, - 95199.69510012046, - 95511.94758342124, - 96572.76549727088, - 97887.92318119091, - 98741.79169397973, - 98021.38867841238, - 96721.03240703771 - ], - "fuel": [ - 39.592945199205786, - 39.38811106135762, - 39.54747558742895, - 40.091595991664406, - 40.7719874443487, - 41.217178636943984, - 40.84139498975364, - 40.167979379869465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 28.4375, -42.34375 28.59375, -42.1875 28.59375, -42.1875 28.4375, -42.34375 28.4375))", @@ -232917,68 +175182,7 @@ "id": "4519", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.33071747851103, - 7.33071747851103, - 7.33071747851103, - 7.33071747851103, - 7.33071747851103, - 7.33071747851103, - 7.33071747851103, - 7.33071747851103 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1025.9468314101869, - -1224.711359995622, - -773.7477477581376, - 251.55851427589982, - 1365.9870006790347, - 1823.8270522597636, - 983.2175441040399, - -170.13545029282818 - ], - "relative wind speed": [ - 1.4275057064254473, - 1.1671374291995504, - 1.6664690483676823, - 2.3353084997242175, - 2.7971351632374706, - 2.915394979185186, - 2.6616946808620323, - 2.0995408722891176 - ], - "relative wind angle": [ - 0.37950580520209615, - 0.11020879176186345, - 0.4403724629293329, - 0.38463456462762674, - 0.19020825563747112, - 0.04404552151573583, - 0.27016326837749166, - 0.43053357922858815 - ], - "resistance": [ - 95608.5531685898, - 95409.78864000436, - 95860.75225224184, - 96886.05851427588, - 98000.48700067902, - 98458.32705225974, - 97617.71754410403, - 96464.36454970716 - ], - "fuel": [ - 39.19773133036827, - 39.09617431473819, - 39.32680187165636, - 39.85397047117107, - 40.43139847421422, - 40.66996220131169, - 40.23254993344948, - 39.63667990493062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 28.59375, -42.1875 28.75, -42.03125 28.75, -42.03125 28.59375, -42.1875 28.59375))", @@ -232997,68 +175201,7 @@ "id": "4520", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.648211083164603, - 6.648211083164603, - 6.648211083164603, - 6.648211083164603, - 6.648211083164603, - 6.648211083164603, - 6.648211083164603, - 6.648211083164603 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -866.0500807675963, - -1069.430619299914, - -696.9339875932552, - 198.52737382445025, - 1204.5694190383688, - 1675.6735654352442, - 944.5133593992568, - -85.54067394999515 - ], - "relative wind speed": [ - 1.2866668921228077, - 0.9830452174256593, - 1.4683363987652118, - 2.127802138285059, - 2.586843283763591, - 2.7167797051903744, - 2.4882238818279534, - 1.954412424834454 - ], - "relative wind angle": [ - 0.43847824321360535, - 0.09762771673660442, - 0.4828683444050385, - 0.4203752815879959, - 0.21277432120989606, - 0.035277043101908205, - 0.27755259039681, - 0.4604025688792829 - ], - "resistance": [ - 95768.44991923244, - 95565.06938070012, - 95937.5660124068, - 96833.02737382449, - 97839.06941903841, - 98310.17356543528, - 97579.0133593993, - 96548.95932605006 - ], - "fuel": [ - 39.013758725401374, - 38.90972393807385, - 39.100383502428684, - 39.56083103355527, - 40.081698480228724, - 40.32690230346597, - 39.946696314646104, - 39.41443970054999 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 28.59375, -42.03125 28.75, -41.875 28.75, -41.875 28.59375, -42.03125 28.59375))", @@ -233077,68 +175220,7 @@ "id": "4521", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.368570947925781, - 6.368570947925781, - 6.368570947925781, - 6.368570947925781, - 6.368570947925781, - 6.368570947925781, - 6.368570947925781, - 6.368570947925781 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -883.9387508758227, - -1001.8237987518725, - -553.9675683648366, - 350.4698403583127, - 1289.3923971021457, - 1562.378756660237, - 779.2840981500283, - -204.88119789071266 - ], - "relative wind speed": [ - 1.126773280827978, - 0.9344360850686276, - 1.4998426686914035, - 2.1429975097453844, - 2.555280142954694, - 2.6317111996357094, - 2.3557475680851416, - 1.7907083259401821 - ], - "relative wind angle": [ - 0.4267179730285909, - 0.21114634956029493, - 0.5185197004543349, - 0.4105834832004534, - 0.1835350388212004, - 0.07448430623343623, - 0.32101756789169916, - 0.49799925153387586 - ], - "resistance": [ - 95750.5612491242, - 95632.67620124816, - 96080.53243163519, - 96984.96984035835, - 97923.89239710217, - 98196.87875666027, - 97413.78409815006, - 96429.61880210931 - ], - "fuel": [ - 38.904568844152834, - 38.84425646740126, - 39.073663728013784, - 39.539223006881, - 40.02575366303904, - 40.167825192310694, - 39.76101889785599, - 39.252995293281515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 28.4375, -42.1875 28.59375, -42.03125 28.59375, -42.03125 28.4375, -42.1875 28.4375))", @@ -233157,68 +175239,7 @@ "id": "4522", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.090355749420774, - 7.090355749420774, - 7.090355749420774, - 7.090355749420774, - 7.090355749420774, - 7.090355749420774, - 7.090355749420774, - 7.090355749420774 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -865.6528120714859, - -1160.5843219876592, - -864.1871344062313, - 43.23652174959079, - 1140.9035924261154, - 1825.7294233920154, - 1138.668670027653, - 40.782002892808805 - ], - "relative wind speed": [ - 1.4840476816314143, - 1.0916475650339525, - 1.4854997243133243, - 2.1570490397706803, - 2.664061868198401, - 2.847442493308648, - 2.663252471698725, - 2.1556350801953275 - ], - "relative wind angle": [ - 0.43115961076430925, - 0.0007090491895627804, - 0.4315210962230251, - 0.4191564525154197, - 0.23496598327992588, - 0.00027183402947866505, - 0.23546139719641354, - 0.41944873134260213 - ], - "resistance": [ - 95768.84718792854, - 95473.91567801236, - 95770.31286559378, - 96677.73652174961, - 97775.40359242613, - 98460.22942339203, - 97773.16867002766, - 96675.28200289283 - ], - "fuel": [ - 39.18263855565635, - 39.0318227073102, - 39.18338885120819, - 39.649442866044204, - 40.21730102291199, - 40.5738543857196, - 40.216140271386415, - 39.64817808913192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 28.4375, -42.03125 28.59375, -41.875 28.59375, -41.875 28.4375, -42.03125 28.4375))", @@ -233237,68 +175258,7 @@ "id": "4523", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.177296166493255, - 6.177296166493255, - 6.177296166493255, - 6.177296166493255, - 6.177296166493255, - 6.177296166493255, - 6.177296166493255, - 6.177296166493255 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -816.4513314801998, - -955.0215611020437, - -558.4859153554709, - 287.1578325586445, - 1192.0427177348283, - 1513.5710055964814, - 791.8156813022829, - -147.75985016981258 - ], - "relative wind speed": [ - 1.117060486080551, - 0.8839144314267418, - 1.4198966213802011, - 2.056428730693782, - 2.474562363512186, - 2.5670953037215183, - 2.3141254514538803, - 1.772677042230393 - ], - "relative wind angle": [ - 0.45059858445865597, - 0.18006057877342682, - 0.5239288217893866, - 0.42413793720582926, - 0.19788320020351893, - 0.06170398121007527, - 0.3120017890083156, - 0.49770421493508493 - ], - "resistance": [ - 95818.04866851975, - 95679.47843889792, - 96076.01408464448, - 96921.6578325586, - 97826.54271773479, - 98148.07100559644, - 97426.31568130224, - 96486.74014983015 - ], - "fuel": [ - 38.87366401586414, - 38.80273921603624, - 39.00588951554114, - 39.4410780293068, - 39.90970056976231, - 40.07694756197034, - 39.702054873394175, - 39.216926630598756 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 28.28125, -42.1875 28.4375, -42.03125 28.4375, -42.03125 28.28125, -42.1875 28.28125))", @@ -233330,21 +175290,21 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -879.4213910118757, + -879.4213910118762, -1159.2420856959077, - -838.8509231984953, - 82.46176248903089, + -838.8509231984954, + 82.46176248903112, 1180.0432844915724, 1829.6129017750666, - 1117.9710901406795, + 1117.9710901406804, 14.439901184830433 ], "relative wind speed": [ - 1.4429976069643817, + 1.4429976069643813, 1.0613488618447995, 1.483875455920955, - 2.162995058392611, - 2.6656426233124746, + 2.1629950583926116, + 2.665642623312474, 2.8392659759849708, 2.6431054311624647, 2.1235218544423513 @@ -233352,11 +175312,11 @@ "relative wind angle": [ 0.4389817379022028, 0.02043853871929427, - 0.4489082048118329, - 0.4235694833572812, - 0.23215559278548673, - 0.0076396930564339854, - 0.24612081111323802, + 0.44890820481183313, + 0.4235694833572817, + 0.23215559278548575, + 0.007639693056433985, + 0.24612081111323755, 0.43196632616296227 ], "resistance": [ @@ -233410,19 +175370,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -948.0451101850092, + -948.0451101850094, -970.4540492892779, - -428.8604919238086, - 507.46733429941514, + -428.8604919238089, + 507.4673342994149, 1381.89661410463, 1433.5271960128832, - 588.9155012053025, + 588.9155012053027, -362.34763037586026 ], "relative wind speed": [ - 1.0773341381944992, + 1.077334138194499, 1.041799435973203, - 1.639539887162619, + 1.6395398871626188, 2.2427700518204605, 2.596007838133202, 2.610471121497846, @@ -233430,13 +175390,13 @@ 1.694074389047174 ], "relative wind angle": [ - 0.3322979997781772, - 0.2929125092797242, - 0.49362929483859785, - 0.36369846954811397, + 0.3322979997781775, + 0.2929125092797241, + 0.4936292948385981, + 0.363698469548114, 0.13579553767756858, - 0.11548907019467537, - 0.34722222084607335, + 0.11548907019467539, + 0.34722222084607296, 0.49036967181539287 ], "resistance": [ @@ -233477,68 +175437,7 @@ "id": "4526", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.3025327678274765, - 6.3025327678274765, - 6.3025327678274765, - 6.3025327678274765, - 6.3025327678274765, - 6.3025327678274765, - 6.3025327678274765, - 6.3025327678274765 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -830.197313863029, - -976.0302041800733, - -581.2533996867688, - 271.7178810285427, - 1187.9384687886138, - 1525.6026567386623, - 803.7613403719199, - -146.99538240629886 - ], - "relative wind speed": [ - 1.1593854729754483, - 0.9232701539909677, - 1.443151024802957, - 2.077084027802266, - 2.497993253326994, - 2.59455529741865, - 2.3455191511100177, - 1.808277332176234 - ], - "relative wind angle": [ - 0.4346411798071176, - 0.1622470575267449, - 0.5057210787522353, - 0.41610556985263286, - 0.196702815227023, - 0.05751419909686911, - 0.3026651292561303, - 0.4828298093235441 - ], - "resistance": [ - 95804.30268613697, - 95658.46979581992, - 96053.24660031323, - 96906.21788102854, - 97822.43846878862, - 98160.10265673866, - 97438.26134037192, - 96487.5046175937 - ], - "fuel": [ - 38.909209902748245, - 38.834577264191495, - 39.036794333556955, - 39.475693136914295, - 39.9501529044737, - 40.125798168775766, - 39.75082861277613, - 39.25990473568032 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 28.125, -42.03125 28.28125, -41.875 28.28125, -41.875 28.125, -42.03125 28.125))", @@ -233557,68 +175456,7 @@ "id": "4527", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.246293186533154, - 6.246293186533154, - 6.246293186533154, - 6.246293186533154, - 6.246293186533154, - 6.246293186533154, - 6.246293186533154, - 6.246293186533154 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -908.6619515963064, - -888.525242220279, - -340.13656867772613, - 551.8732971237675, - 1345.0849959452607, - 1298.6761428557138, - 478.70216189448, - -399.8646381551039 - ], - "relative wind speed": [ - 1.0046963764424397, - 1.0378183802486298, - 1.6366484900880334, - 2.20814439141287, - 2.526218183448956, - 2.512792496176877, - 2.1708465719892023, - 1.5859670443917164 - ], - "relative wind angle": [ - 0.2959967740163429, - 0.33390507931753, - 0.4926538844350296, - 0.3487543404586593, - 0.11627051071825509, - 0.13577588577864985, - 0.36460388003441907, - 0.4958592589380255 - ], - "resistance": [ - 95725.83804840372, - 95745.97475777975, - 96294.3634313223, - 97186.37329712379, - 97979.58499594529, - 97933.17614285574, - 97113.20216189451, - 96234.63536184492 - ], - "fuel": [ - 38.84979316379357, - 38.86009883038266, - 39.14133600975363, - 39.60118733457466, - 40.01259299429301, - 39.988458184962354, - 39.563354480226664, - 39.11065059709439 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 27.96875, -42.1875 28.125, -42.03125 28.125, -42.03125 27.96875, -42.1875 27.96875))", @@ -233637,68 +175475,7 @@ "id": "4528", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.273381072024869, - 6.273381072024869, - 6.273381072024869, - 6.273381072024869, - 6.273381072024869, - 6.273381072024869, - 6.273381072024869, - 6.273381072024869 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -807.8974008922003, - -941.8058372243954, - -558.9070208204116, - 259.71114918190483, - 1130.893722701551, - 1440.0778483043216, - 749.1009826156176, - -158.0641134960838 - ], - "relative wind speed": [ - 1.16493442493977, - 0.9512311813023959, - 1.4464796022130701, - 2.0552032105933424, - 2.4598525508511595, - 2.550118825870033, - 2.3055679445030948, - 1.7844008937191 - ], - "relative wind angle": [ - 0.40820075746520934, - 0.15746698311486812, - 0.4842397899339892, - 0.40148553394049075, - 0.1891165038140902, - 0.058528430491416025, - 0.2963907901212339, - 0.46686864038640685 - ], - "resistance": [ - 95826.60259910782, - 95692.69416277562, - 96075.59297917961, - 96894.21114918192, - 97765.39372270157, - 98074.57784830434, - 97383.60098261564, - 96476.43588650392 - ], - "fuel": [ - 38.910624428103134, - 38.84208026367703, - 39.0382533553149, - 39.45949141553938, - 39.91051657385679, - 40.07126514231165, - 39.71250873271454, - 39.24420435923628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 27.96875, -42.03125 28.125, -41.875 28.125, -41.875 27.96875, -42.03125 27.96875))", @@ -233717,68 +175494,7 @@ "id": "4529", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.184278944811528, - 6.184278944811528, - 6.184278944811528, - 6.184278944811528, - 6.184278944811528, - 6.184278944811528, - 6.184278944811528, - 6.184278944811528 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -854.6916364084909, - -876.1904531352935, - -391.84106616507984, - 446.82502093698827, - 1229.758629344148, - 1279.2225202068919, - 525.0713245288109, - -327.80499864693536 - ], - "relative wind speed": [ - 1.0455330609654314, - 1.010350514940273, - 1.5658328210036316, - 2.1325894023121044, - 2.466019790953932, - 2.480642019298259, - 2.173145316727813, - 1.6206342684561252 - ], - "relative wind angle": [ - 0.32158210170238355, - 0.2804300810527475, - 0.48205469928297906, - 0.35785527730561045, - 0.13440954794637658, - 0.11296643934001024, - 0.3405883688048892, - 0.4790254945314146 - ], - "resistance": [ - 95779.80836359152, - 95758.30954686472, - 96242.65893383493, - 97081.325020937, - 97864.25862934416, - 97913.72252020691, - 97159.57132452882, - 96306.69500135307 - ], - "fuel": [ - 38.856431416264, - 38.84542599136995, - 39.093785606352874, - 39.525892412470625, - 39.93164624515555, - 39.95735741569611, - 39.566340820669424, - 39.12668668656606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 27.8125, -42.1875 27.96875, -42.03125 27.96875, -42.03125 27.8125, -42.1875 27.8125))", @@ -233797,68 +175513,7 @@ "id": "4530", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.447108950547634, - 6.447108950547634, - 6.447108950547634, - 6.447108950547634, - 6.447108950547634, - 6.447108950547634, - 6.447108950547634, - 6.447108950547634 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -711.37920723667, - -930.4018433367548, - -678.6703842233604, - 50.88782525851866, - 914.9487052519148, - 1421.8397638690108, - 865.3970168818978, - -3.772926425336209 - ], - "relative wind speed": [ - 1.345582904711303, - 1.0292116272887841, - 1.3807140413017083, - 1.9635836735184022, - 2.4010993133367915, - 2.5527621691437083, - 2.3810711879551234, - 1.928784701061706 - ], - "relative wind angle": [ - 0.40107184865997414, - 0.018372880827264418, - 0.41134129452790524, - 0.3984366432908845, - 0.22056838721178768, - 0.007407149739769743, - 0.23398429991211728, - 0.406043670160009 - ], - "resistance": [ - 95923.12079276335, - 95704.09815666325, - 95955.82961577666, - 96685.38782525853, - 97549.44870525193, - 98056.33976386902, - 97499.8970168819, - 96630.72707357467 - ], - "fuel": [ - 39.02052149401333, - 38.90836565819682, - 39.037286156845774, - 39.41225043679388, - 39.85890572041742, - 40.12222366181944, - 39.83321608743715, - 39.38408832073978 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 27.8125, -42.03125 27.96875, -41.875 27.96875, -41.875 27.8125, -42.03125 27.8125))", @@ -233877,68 +175532,7 @@ "id": "4531", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.727505322153974, - 6.727505322153974, - 6.727505322153974, - 6.727505322153974, - 6.727505322153974, - 6.727505322153974, - 6.727505322153974, - 6.727505322153974 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -803.4013630255971, - -956.7922678482269, - -618.2722457761448, - 164.04200549353823, - 1011.2844203246818, - 1363.7318113575593, - 733.86715329544, - -144.42002328722106 - ], - "relative wind speed": [ - 1.3573447968098935, - 1.147547312661302, - 1.5428011181965142, - 2.099901967462146, - 2.493222077620673, - 2.5964738379128445, - 2.382919624211782, - 1.9102232730261253 - ], - "relative wind angle": [ - 0.33107070322424553, - 0.08879015013914864, - 0.38899378277718344, - 0.35287812046724626, - 0.17790180667789257, - 0.03920052499923121, - 0.2480840263793955, - 0.38970648138227865 - ], - "resistance": [ - 95831.09863697439, - 95677.70773215176, - 96016.22775422384, - 96798.54200549352, - 97645.78442032466, - 97998.23181135755, - 97368.36715329543, - 96490.07997671276 - ], - "fuel": [ - 39.07513900628109, - 38.99662527860976, - 39.17001465954253, - 39.57234608182009, - 40.01063769036941, - 40.19375085895928, - 39.86683133598268, - 39.4134371620478 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 27.65625, -42.5 27.8125, -42.34375 27.8125, -42.34375 27.65625, -42.5 27.65625))", @@ -233957,68 +175551,7 @@ "id": "4532", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.030384038153305, - 7.030384038153305, - 7.030384038153305, - 7.030384038153305, - 7.030384038153305, - 7.030384038153305, - 7.030384038153305, - 7.030384038153305 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -676.1845489631148, - -1066.642992625842, - -902.0359693130898, - -170.4680972057588, - 815.641486120074, - 1533.3928952248214, - 1155.1399146031529, - 206.13377307145583 - ], - "relative wind speed": [ - 1.6162144023275817, - 1.1799203932201041, - 1.3980548085719855, - 1.9924282154895985, - 2.5014728781060196, - 2.734465838121667, - 2.6296308308239515, - 2.213536844127978 - ], - "relative wind angle": [ - 0.4037820063980534, - 0.10106979918721064, - 0.3403123896540233, - 0.4016892460460513, - 0.25666276456378795, - 0.04355111302264, - 0.17840127312626095, - 0.35962110350580884 - ], - "resistance": [ - 95958.3154510369, - 95567.85700737417, - 95732.46403068693, - 96464.03190279426, - 97450.14148612009, - 98167.89289522484, - 97789.63991460316, - 96840.63377307147 - ], - "fuel": [ - 39.25606166350973, - 39.05619138381585, - 39.14038227537149, - 39.51577413287976, - 40.024931214782676, - 40.39780248468686, - 40.20106144912123, - 39.70979757292693 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 27.65625, -42.34375 27.8125, -42.1875 27.8125, -42.1875 27.65625, -42.34375 27.65625))", @@ -234050,17 +175583,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -328.77768915861543, + -328.77768915861566, -892.8337795874123, - -937.7355413851506, + -937.7355413851507, -465.6180121212393, 383.0869822458935, 1188.4516927000197, - 1291.2573669797896, + 1291.2573669797882, 548.3419787647565 ], "relative wind speed": [ - 1.7663426395941708, + 1.7663426395941706, 1.229316848141506, 1.1656172368348663, 1.658813630942407, @@ -234070,14 +175603,14 @@ 2.289655200633271 ], "relative wind angle": [ - 0.4148059048027312, + 0.4148059048027315, 0.27686353627116667, - 0.20444828902506182, + 0.20444828902506237, 0.4162391885266802, 0.32829968212299987, 0.13235762665684556, - 0.09199940560581164, - 0.2972847310610334 + 0.09199940560581285, + 0.2972847310610335 ], "resistance": [ 96305.72231084139, @@ -234130,33 +175663,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -351.61277064933097, + -351.6127706493312, -884.3983055854967, - -906.9864419760529, - -420.0986800712328, - 422.42852692225665, + -906.986441976053, + -420.0986800712327, + 422.4285269222564, 1202.4278639306608, 1254.164175323133, 505.32391756946754 ], "relative wind speed": [ - 1.7042259479692297, + 1.7042259479692294, 1.1703626552547959, 1.1371880552906264, - 1.6491128014659688, + 1.649112801465969, 2.1939293278114245, 2.5195164679651634, - 2.5346627594350757, + 2.5346627594350752, 2.2356517942657734 ], "relative wind angle": [ - 0.4279859935696035, + 0.42798599356960376, 0.27169708387146796, - 0.2335077319158368, - 0.4291657923681985, - 0.32826277570381607, + 0.2335077319158373, + 0.4291657923681988, + 0.3282627757038164, 0.12498650457824295, - 0.10400223288180492, + 0.10400223288180385, 0.31197865220758386 ], "resistance": [ @@ -234210,11 +175743,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -179.35490982712588, + -179.354909827126, -719.897210062114, - -812.8698336219646, + -812.8698336219647, -458.32857215782826, - 258.6550531454311, + 258.65505314543066, 997.3577868339241, 1211.428129352301, 598.5198826389255 @@ -234222,7 +175755,7 @@ "relative wind speed": [ 1.6439209670843993, 1.0840446359511076, - 0.9279636735779708, + 0.9279636735779707, 1.3943908021748308, 1.946856683108767, 2.305986625687713, @@ -234230,13 +175763,13 @@ 2.132698145869501 ], "relative wind angle": [ - 0.45818137930488856, - 0.3748677754062873, - 0.17963803705212184, + 0.4581813793048888, + 0.37486777540628724, + 0.1796380370521218, 0.4699211874050511, - 0.3827706543334537, - 0.1729884160013174, - 0.0699243843163455, + 0.38277065433345403, + 0.17298841600131737, + 0.06992438431634551, 0.3005630546696852 ], "resistance": [ @@ -234277,68 +175810,7 @@ "id": "4536", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.376242049613117, - 7.376242049613117, - 7.376242049613117, - 7.376242049613117, - 7.376242049613117, - 7.376242049613117, - 7.376242049613117, - 7.376242049613117 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -351.9040304135601, - -973.5589468277499, - -1038.0392990487026, - -553.2301452187867, - 346.8953021252721, - 1209.1815254442324, - 1356.7096921542723, - 587.6524892209989 - ], - "relative wind speed": [ - 1.9648954883588887, - 1.4545587273033576, - 1.3761923156812577, - 1.823528250324275, - 2.3603655753955133, - 2.7048842560285165, - 2.7455845716249874, - 2.4712111706518716 - ], - "relative wind angle": [ - 0.3580979133158672, - 0.23550325323152096, - 0.15224140262366748, - 0.35541429281283854, - 0.2960764438298045, - 0.12580670991859294, - 0.07608819374248067, - 0.2596854742240544 - ], - "resistance": [ - 96282.59596958641, - 95660.94105317222, - 95596.46070095127, - 96081.26985478119, - 96981.39530212524, - 97843.6815254442, - 97991.20969215424, - 97222.15248922097 - ], - "fuel": [ - 39.56204182589218, - 39.24334254242656, - 39.21036818516164, - 39.45867199434019, - 39.92200693917255, - 40.36869178194088, - 40.44539206665398, - 40.04644650367618 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 27.65625, -42.03125 27.8125, -41.875 27.8125, -41.875 27.65625, -42.03125 27.65625))", @@ -234357,68 +175829,7 @@ "id": "4537", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.058760409147455, - 7.058760409147455, - 7.058760409147455, - 7.058760409147455, - 7.058760409147455, - 7.058760409147455, - 7.058760409147455, - 7.058760409147455 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -634.1329622518824, - -991.7594587862112, - -846.822445602871, - -181.2145393771118, - 714.5654427245399, - 1363.2441395831243, - 1030.6438314457373, - 172.58026613435322 - ], - "relative wind speed": [ - 1.646198876237209, - 1.2634386955944694, - 1.4476373439649872, - 1.9787805236643599, - 2.4474372754436766, - 2.665265956678688, - 2.569876665856518, - 2.187315157109834 - ], - "relative wind angle": [ - 0.35671728007557363, - 0.08778593290916593, - 0.2930619378030488, - 0.3627668765040631, - 0.2370945528514466, - 0.041572458184593396, - 0.16345873258618612, - 0.3268173386239867 - ], - "resistance": [ - 96000.36703774813, - 95642.7405412138, - 95787.67755439715, - 96453.28546062291, - 97349.06544272456, - 97997.74413958314, - 97665.14383144575, - 96807.08026613436 - ], - "fuel": [ - 39.28877428692485, - 39.10563242168499, - 39.179797854153556, - 39.52139852190736, - 39.983729435780845, - 40.32039015183581, - 40.147576807945185, - 39.703642713673275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 27.5, -42.1875 27.65625, -42.03125 27.65625, -42.03125 27.5, -42.1875 27.5))", @@ -234437,68 +175848,7 @@ "id": "4538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.88161065313582, - 5.88161065313582, - 5.88161065313582, - 5.88161065313582, - 5.88161065313582, - 5.88161065313582, - 5.88161065313582, - 5.88161065313582 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -382.1958857657405, - -768.8230724835237, - -725.6299533412694, - -252.08932533045447, - 479.4940250384084, - 1097.7937679615013, - 998.6858458843151, - 321.4676389808276 - ], - "relative wind speed": [ - 1.4534215758284292, - 0.9813276552645654, - 1.053088770838951, - 1.5699968550426913, - 2.0582570419326225, - 2.3207439239954444, - 2.28907412909275, - 1.9707780704343352 - ], - "relative wind angle": [ - 0.4499336933898349, - 0.22312439291627495, - 0.3137484836521687, - 0.4456797726661767, - 0.312149777606766, - 0.0937044224498486, - 0.1424649840352503, - 0.35054301740963295 - ], - "resistance": [ - 96252.30411423427, - 95865.67692751648, - 95908.87004665875, - 96382.41067466956, - 97113.99402503842, - 97732.29376796151, - 97633.18584588433, - 96955.96763898084 - ], - "fuel": [ - 38.99994950254441, - 38.80161468523233, - 38.82374460565629, - 39.06681759303825, - 39.443986735318745, - 39.764305158600195, - 39.712865243390056, - 39.36234730871335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 27.5, -42.03125 27.65625, -41.875 27.65625, -41.875 27.5, -42.03125 27.5))", @@ -234517,68 +175867,7 @@ "id": "4539", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.2325236179813785, - 6.2325236179813785, - 6.2325236179813785, - 6.2325236179813785, - 6.2325236179813785, - 6.2325236179813785, - 6.2325236179813785, - 6.2325236179813785 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -434.12577727498706, - -830.9310067940323, - -773.4989836231351, - -259.2630267926886, - 517.7928698219766, - 1158.9140374312205, - 1027.3382783849534, - 306.49063780171446 - ], - "relative wind speed": [ - 1.526436429277212, - 1.0714490796728442, - 1.1589134740959646, - 1.6736088134333909, - 2.1604747932144797, - 2.418606287597865, - 2.3779358831344743, - 2.0485831797458918 - ], - "relative wind angle": [ - 0.4201261446016833, - 0.1892353024471043, - 0.2955609169210938, - 0.41771375947798695, - 0.29232111519111054, - 0.08342905607937373, - 0.14243798998173327, - 0.3378054158793677 - ], - "resistance": [ - 96200.37422272502, - 95803.56899320596, - 95861.00101637686, - 96375.23697320731, - 97152.29286982198, - 97793.41403743123, - 97661.83827838495, - 96940.99063780172 - ], - "fuel": [ - 39.08837319610919, - 38.88490136280258, - 38.91431480981687, - 39.178224441308124, - 39.57888203704802, - 39.91114199279544, - 39.84282834261927, - 39.46971012993311 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 27.96875, -41.875 28.125, -41.71875 28.125, -41.71875 27.96875, -41.875 27.96875))", @@ -234610,33 +175899,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1122.4963243543914, + -1122.496324354392, -1120.6295846006426, - -508.1989173158911, - 506.98032026035344, + -508.1989173158913, + 506.98032026035435, 1402.820766169425, 1398.550832785717, 499.97961694930837, -514.068954144547 ], "relative wind speed": [ - 1.5464131525859863, + 1.546413152585986, 1.548496041608759, 2.037481594131934, - 2.5738484821641165, + 2.573848482164117, 2.8929346252055734, 2.89182025605435, 2.57082343574541, 2.033658863985234 ], "relative wind angle": [ - 0.18158815779725507, + 0.18158815779725568, 0.18366370838991694, - 0.33986687820920664, - 0.2664650185418322, + 0.33986687820920697, + 0.26646501854183263, 0.09668562353973505, 0.09795181140787197, - 0.26737699595033093, + 0.267376995950331, 0.33976747515214367 ], "resistance": [ @@ -234690,17 +175979,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1314.364395797519, + -1314.3643957975198, -1263.0272466092542, -526.8217090352146, 617.0232896847679, 1562.6336466242287, 1444.7400916004822, - 420.164795486387, + 420.16479548638745, -693.502288372039 ], "relative wind speed": [ - 1.9126588440090146, + 1.9126588440090142, 1.9593239137902865, 2.4279540059610936, 2.936309278773206, @@ -234710,13 +175999,13 @@ 2.3363957774779043 ], "relative wind angle": [ - 0.11722502145568234, - 0.1583139541711226, + 0.1172250214556833, + 0.15831395417112257, 0.2755295130070739, 0.214580797851109, - 0.06934691223091274, + 0.06934691223091276, 0.09667189995806241, - 0.23297407047271815, + 0.23297407047271768, 0.2709154967870177 ], "resistance": [ @@ -234757,68 +176046,7 @@ "id": "4542", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.18551947465746, - 8.18551947465746, - 8.18551947465746, - 8.18551947465746, - 8.18551947465746, - 8.18551947465746, - 8.18551947465746, - 8.18551947465746 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1059.8609514249645, - -1187.5475438557492, - -720.0673727422175, - 251.3831004252288, - 1233.5344796304162, - 1526.3793449555874, - 734.7557855912873, - -313.17398282061686 - ], - "relative wind speed": [ - 1.7167347079176076, - 1.581968928591706, - 1.979956444986663, - 2.5238010279492795, - 2.9010111077613363, - 2.976645396027887, - 2.72815248486579, - 2.234607767829908 - ], - "relative wind angle": [ - 0.22756715619344836, - 0.09578824655746594, - 0.30855796907388344, - 0.2806488603334591, - 0.13390818593632287, - 0.05085175217301715, - 0.22222390259506852, - 0.3181654656031135 - ], - "resistance": [ - 95574.63904857505, - 95446.95245614427, - 95914.4326272578, - 96885.88310042524, - 97868.03447963043, - 98160.8793449556, - 97369.2557855913, - 96321.3260171794 - ], - "fuel": [ - 39.55654950956375, - 39.49130837824195, - 39.73046169036358, - 40.23003665334751, - 40.7386844771136, - 40.89104101062525, - 40.47992268012387, - 39.93928197326614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 27.8125, -41.71875 27.96875, -41.5625 27.96875, -41.5625 27.8125, -41.71875 27.8125))", @@ -234850,17 +176078,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1165.5178348917016, + -1165.5178348917032, -1202.0516351978995, - -627.1582475493369, + -627.1582475493374, 388.5318492621668, - 1309.311691310943, + 1309.3116913109452, 1393.365994298325, 529.7160206259123, -507.28830513127014 ], "relative wind speed": [ - 1.9713781975030218, + 1.9713781975030213, 1.938272436838237, 2.32676190556346, 2.808290043491726, @@ -234870,13 +176098,13 @@ 2.3929683144647433 ], "relative wind angle": [ - 0.14010005744945445, + 0.14010005744945606, 0.11038214018483815, - 0.25070770733759334, - 0.21634528155095106, - 0.08838423862952349, + 0.2507077073375938, + 0.2163452815509511, + 0.08838423862952224, 0.06806420857395835, - 0.20298661386627434, + 0.20298661386627437, 0.254661700811031 ], "resistance": [ @@ -234917,68 +176145,7 @@ "id": "4544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.368478488497076, - 7.368478488497076, - 7.368478488497076, - 7.368478488497076, - 7.368478488497076, - 7.368478488497076, - 7.368478488497076, - 7.368478488497076 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -798.544318874345, - -978.4194508549357, - -692.15430152662, - 60.84291901333813, - 901.4036883520971, - 1315.457021922844, - 744.8921104077644, - -115.91745691459187 - ], - "relative wind speed": [ - 1.6055600541945632, - 1.3960571566715034, - 1.6979353373181918, - 2.1983448001541923, - 2.5799328194151316, - 2.6990555488220016, - 2.5200976232294487, - 2.097893367155629 - ], - "relative wind angle": [ - 0.26697885993518644, - 0.03776668568916124, - 0.29774951003748024, - 0.30099257588610556, - 0.16492790512470223, - 0.019531006124307394, - 0.19897021515057242, - 0.3158913230699511 - ], - "resistance": [ - 95835.95568112563, - 95656.08054914504, - 95942.34569847336, - 96695.34291901332, - 97535.90368835209, - 97949.95702192283, - 97379.39211040775, - 96518.58254308539 - ], - "fuel": [ - 39.32970151032, - 39.237637340911995, - 39.38421099617295, - 39.77121706390422, - 40.20571892192895, - 40.42071746923851, - 40.12461591811394, - 39.68018082494209 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 27.65625, -41.71875 27.8125, -41.5625 27.8125, -41.5625 27.65625, -41.71875 27.65625))", @@ -235010,9 +176177,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -922.4501430764665, + -922.4501430764674, -1055.5081945588327, - -677.0287127655383, + -677.0287127655388, 161.11179629315347, 1028.5043155261346, 1334.3751650287868, @@ -235020,9 +176187,9 @@ -246.6587148453175 ], "relative wind speed": [ - 1.7328029176041544, + 1.732802917604154, 1.5922137821323836, - 1.9242930328781198, + 1.9242930328781196, 2.412845921727533, 2.7659852480020515, 2.849234215611298, @@ -235030,12 +176197,12 @@ 2.1980570741964938 ], "relative wind angle": [ - 0.2128748849050271, - 0.0701771753442045, - 0.27578039005514665, + 0.21287488490502765, + 0.07017717534420449, + 0.27578039005514626, 0.26389605299216473, 0.13274400166466732, - 0.03919437838376363, + 0.039194378383763634, 0.20008428367903647, 0.29039709479491316 ], @@ -235077,68 +176244,7 @@ "id": "4546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.276606565445328, - 7.276606565445328, - 7.276606565445328, - 7.276606565445328, - 7.276606565445328, - 7.276606565445328, - 7.276606565445328, - 7.276606565445328 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -513.4239901770322, - -951.2548501004272, - -893.6015800625967, - -331.1382650890748, - 517.6506611127995, - 1208.3879681449932, - 1076.3963713270243, - 300.6214154487818 - ], - "relative wind speed": [ - 1.806831269281445, - 1.4055032265121385, - 1.4748504651009462, - 1.9356821270130737, - 2.402043687614905, - 2.6568804627095615, - 2.6190206601810777, - 2.2994755523870976 - ], - "relative wind angle": [ - 0.32640724230788226, - 0.13600206532467732, - 0.211665976452221, - 0.3308258749750814, - 0.24359064338773764, - 0.07178583372101591, - 0.11858525811630151, - 0.27696203142075865 - ], - "resistance": [ - 96121.07600982297, - 95683.24514989958, - 95740.89841993741, - 96303.36173491093, - 97152.1506611128, - 97842.88796814499, - 97710.89637132702, - 96935.12141544878 - ], - "fuel": [ - 39.43808714314916, - 39.213740999991316, - 39.243241967780364, - 39.531701329827214, - 39.969231445575375, - 40.327268279100934, - 40.25871453063072, - 39.85710303349414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 27.5, -41.71875 27.65625, -41.5625 27.65625, -41.5625 27.5, -41.71875 27.5))", @@ -235157,68 +176263,7 @@ "id": "4547", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.190877047633694, - 7.190877047633694, - 7.190877047633694, - 7.190877047633694, - 7.190877047633694, - 7.190877047633694, - 7.190877047633694, - 7.190877047633694 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -435.2175055299733, - -905.1779805585633, - -890.7616822053575, - -389.60997240472057, - 421.7628410717616, - 1122.9128673830537, - 1089.9215898843918, - 367.4807166452074 - ], - "relative wind speed": [ - 1.8331505555718326, - 1.4167021995358724, - 1.4342247752549986, - 1.8657557201532227, - 2.333450393586879, - 2.6073715839048144, - 2.597774238221795, - 2.307463388970583 - ], - "relative wind angle": [ - 0.32605432352624764, - 0.16357856452001007, - 0.18292799069475113, - 0.32722066159173685, - 0.25436681811241657, - 0.08859961617336842, - 0.10060138680353782, - 0.26290396912702513 - ], - "resistance": [ - 96199.28249447003, - 95729.32201944143, - 95743.73831779465, - 96244.89002759528, - 97056.26284107176, - 97757.41286738306, - 97724.4215898844, - 97001.98071664521 - ], - "fuel": [ - 39.4434716777039, - 39.20255353162386, - 39.20993161089686, - 39.46689543932071, - 39.884905438181136, - 40.24810301243627, - 40.230972430857335, - 39.856863447172366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 27.65625, -41.5625 27.8125, -41.40625 27.8125, -41.40625 27.65625, -41.5625 27.65625))", @@ -235250,9 +176295,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -872.9551761647353, + -872.955176164736, -1038.829357676607, - -720.9706518533374, + -720.9706518533376, 74.24106916119626, 935.5719456948527, 1317.9530782329966, @@ -235260,22 +176305,22 @@ -178.32340972902534 ], "relative wind speed": [ - 1.8123125458896543, + 1.8123125458896538, 1.6423877512665812, 1.928044686162162, 2.39724394471242, - 2.7562467541005002, + 2.7562467541005, 2.860757838050625, 2.6765680678137875, 2.265964342839096 ], "relative wind angle": [ - 0.21287183581546024, + 0.21287183581546076, 0.041418887754240644, - 0.25109911199624185, - 0.2570660315692046, - 0.13936542588168507, - 0.023774410948115554, + 0.25109911199624235, + 0.25706603156920466, + 0.1393654258816843, + 0.023774410948115558, 0.1799521592469349, 0.2723274395072898 ], @@ -235330,17 +176375,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -716.7421045282688, + -716.7421045282695, -957.6948254193901, - -762.524831201393, - -80.11118161633681, - 747.8266879007017, + -762.5248312013932, + -80.11118161633658, + 747.8266879007008, 1265.3113206805494, 814.7218579748767, -4.052734411920937 ], "relative wind speed": [ - 1.7568965766625844, + 1.7568965766625841, 1.505344731891016, 1.7192944850863607, 2.179971904831038, @@ -235350,13 +176395,13 @@ 2.2219658562387226 ], "relative wind angle": [ - 0.256984670235764, - 0.014516849353299012, - 0.24416855494778936, - 0.2834414784966251, - 0.17466729459653657, + 0.2569846702357648, + 0.01451684935329901, + 0.24416855494778983, + 0.28344147849662504, + 0.1746672945965372, 0.00802043379209252, - 0.16086904938825833, + 0.16086904938825836, 0.27794074627214665 ], "resistance": [ @@ -235410,9 +176455,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -593.7139681607912, + -593.7139681607923, -965.1616586726092, - -860.6758457513088, + -860.6758457513092, -257.1402094259083, 584.9444600411939, 1214.9856560070857, @@ -235420,9 +176465,9 @@ 186.42145525025217 ], "relative wind speed": [ - 1.8444742608294287, + 1.8444742608294284, 1.507918535375045, - 1.624786732382015, + 1.6247867323820149, 2.070256447143053, 2.499537127532243, 2.7158705494641646, @@ -235430,12 +176475,12 @@ 2.3159899381985727 ], "relative wind angle": [ - 0.2848560284129968, + 0.28485602841299795, 0.08488631543314981, - 0.20926102545008096, + 0.20926102545008046, 0.29665593800030915, 0.20888731362765328, - 0.047091804947117843, + 0.04709180494711784, 0.1278320799281484, 0.2643764319161531 ], @@ -235490,9 +176535,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -636.8254059039868, + -636.8254059039878, -1053.5017207260307, - -953.4220553973464, + -953.4220553973469, -311.23622399824103, 599.405530925033, 1290.1406947622745, @@ -235500,9 +176545,9 @@ 214.99471722653107 ], "relative wind speed": [ - 2.0132343403209543, + 2.013234340320954, 1.6730566401108649, - 1.7753548584903536, + 1.7753548584903533, 2.214670589887711, 2.651593384978935, 2.8783574252153836, @@ -235510,13 +176555,13 @@ 2.485818610960584 ], "relative wind angle": [ - 0.26445222136148255, + 0.26445222136148294, 0.08395809240877525, 0.18570686179526605, - 0.27617275155950655, + 0.2761727515595066, 0.1997806906402164, - 0.04876298356178681, - 0.11665498477834399, + 0.048762983561786814, + 0.11665498477834398, 0.24538783069193362 ], "resistance": [ @@ -235557,68 +176602,7 @@ "id": "4552", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.21822720805852, - 16.21822720805852, - 16.21822720805852, - 16.21822720805852, - 16.21822720805852, - 16.21822720805852, - 16.21822720805852, - 16.21822720805852 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1427.7280079542015, - -2471.666006885099, - -2354.3260387516966, - -1019.3948093144154, - 1008.0765977185256, - 2606.1142647456145, - 2331.961582995231, - 532.7291035327798 - ], - "relative wind speed": [ - 4.228822612987704, - 3.852794904736481, - 3.9085158267429105, - 4.3505182829388, - 4.863861372080409, - 5.166822965901645, - 5.124801671385172, - 4.75532110469391 - ], - "relative wind angle": [ - 0.1446833313173918, - 0.05311664611953224, - 0.08207425096198336, - 0.15176055354266396, - 0.12568531374297345, - 0.039599730373955956, - 0.06256586109284086, - 0.13875420905947486 - ], - "resistance": [ - 95206.77199204585, - 94162.83399311494, - 94280.17396124835, - 95615.10519068563, - 97642.57659771857, - 99240.61426474566, - 98966.46158299528, - 97167.22910353282 - ], - "fuel": [ - 45.255116951372074, - 44.724928158097285, - 44.784319768394354, - 45.4636020083679, - 46.50796812184232, - 47.34190892925274, - 47.19816624932573, - 46.26174028105124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 26.09375, -40.15625 26.25, -40 26.25, -40 26.09375, -40.15625 26.09375))", @@ -235637,68 +176621,7 @@ "id": "4553", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.558574402278749, - 13.558574402278749, - 13.558574402278749, - 13.558574402278749, - 13.558574402278749, - 13.558574402278749, - 13.558574402278749, - 13.558574402278749 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -978.9571405330316, - -1885.426661274444, - -1863.543311454986, - -903.6843087529969, - 664.0172372015304, - 1980.9592694690846, - 1930.0175408267114, - 576.228271311903 - ], - "relative wind speed": [ - 3.5561168783997466, - 3.174129177229619, - 3.1867060831115195, - 3.5831694679261554, - 4.068766890280457, - 4.373297980533875, - 4.364142023369782, - 4.044963266137758 - ], - "relative wind angle": [ - 0.1667243416211634, - 0.0737332638860505, - 0.08151196324044047, - 0.1684597300695119, - 0.14555696285787895, - 0.053492456138129314, - 0.059489408161181916, - 0.1490742249114848 - ], - "resistance": [ - 95655.542859467, - 94749.07333872559, - 94770.95668854505, - 95730.81569124703, - 97298.51723720157, - 98615.45926946911, - 98564.51754082674, - 97210.72827131193 - ], - "fuel": [ - 43.064572684035866, - 42.60245498077741, - 42.61357508597436, - 43.10308422556611, - 43.909953312294675, - 44.59482873870805, - 44.56821651411694, - 43.86452811863366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 25.9375, -40.3125 26.09375, -40.15625 26.09375, -40.15625 25.9375, -40.3125 25.9375))", @@ -235717,68 +176640,7 @@ "id": "4554", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.012059394231176, - 14.012059394231176, - 14.012059394231176, - 14.012059394231176, - 14.012059394231176, - 14.012059394231176, - 14.012059394231176, - 14.012059394231176 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -644.492687703967, - -1999.25069294704, - -2238.2685595416024, - -1461.1745383124553, - 253.70128772674252, - 1979.5851708440568, - 2535.241185347253, - 1207.4082155356118 - ], - "relative wind speed": [ - 3.821731757262253, - 3.3147506786877794, - 3.1808247903100244, - 3.536304167425229, - 4.092949203285643, - 4.5133462910884985, - 4.6087113663683255, - 4.3419373142175095 - ], - "relative wind angle": [ - 0.1880388840755369, - 0.12329824299240899, - 0.04335983023065929, - 0.1712554501718491, - 0.1754443632277783, - 0.09044831187394084, - 0.029921028736809283, - 0.13924831019160536 - ], - "resistance": [ - 95990.00731229606, - 94635.24930705299, - 94396.23144045843, - 95173.32546168758, - 96888.20128772677, - 98614.08517084409, - 99169.74118534729, - 97841.90821553564 - ], - "fuel": [ - 43.615473529037075, - 42.924262445825406, - 42.80302188943209, - 43.19797669824384, - 44.07750601123317, - 44.97372960462127, - 45.26463146950339, - 44.57138045127268 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 25.9375, -40.15625 26.09375, -40 26.09375, -40 25.9375, -40.15625 25.9375))", @@ -235797,68 +176659,7 @@ "id": "4555", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.753466262289658, - 15.753466262289658, - 15.753466262289658, - 15.753466262289658, - 15.753466262289658, - 15.753466262289658, - 15.753466262289658, - 15.753466262289658 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -803.6339274601978, - -2258.3805558220038, - -2484.5706254135775, - -1587.4017101566524, - 318.8905423403903, - 2191.8186529240993, - 2719.716055195735, - 1231.9378754110003 - ], - "relative wind speed": [ - 4.279781430624802, - 3.7974798842089137, - 3.6864135079596037, - 4.038540980078191, - 4.5812576470929995, - 4.98834614396371, - 5.070976845865295, - 4.795272408862508 - ], - "relative wind angle": [ - 0.16257236360358748, - 0.10073846934720725, - 0.0414117737216141, - 0.14855445260793804, - 0.15178812667807876, - 0.07663455148071291, - 0.030100776552792526, - 0.12497682475760494 - ], - "resistance": [ - 95830.86607253981, - 94376.119444178, - 94149.92937458643, - 95047.09828984334, - 96953.39054234039, - 98826.31865292409, - 99354.21605519573, - 97866.43787541101 - ], - "fuel": [ - 45.117581391096934, - 44.376487200965514, - 44.26196617908417, - 44.71732672680213, - 45.69481363738937, - 46.66836163519123, - 46.945120703492, - 46.167785030744035 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 25.78125, -40.625 25.9375, -40.46875 25.9375, -40.46875 25.78125, -40.625 25.78125))", @@ -235877,68 +176678,7 @@ "id": "4556", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.37047807524549, - 10.37047807524549, - 10.37047807524549, - 10.37047807524549, - 10.37047807524549, - 10.37047807524549, - 10.37047807524549, - 10.37047807524549 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -183.8278867703125, - -1199.8137414967964, - -1474.2360367948281, - -1104.2477422784937, - -24.79878897462413, - 1192.5853047263963, - 1828.7047065393263, - 1054.4703301819927 - ], - "relative wind speed": [ - 2.9241039866118674, - 2.4283209192163233, - 2.2157967178065707, - 2.483462457278932, - 2.9888817940041945, - 3.403976500557184, - 3.5459897642839824, - 3.3639578960407976 - ], - "relative wind angle": [ - 0.22947785533702178, - 0.185059095746061, - 0.015002472509251066, - 0.20018265883873498, - 0.22441818784746148, - 0.13164470423000027, - 0.009374440267719285, - 0.1473334583990767 - ], - "resistance": [ - 96450.6721132297, - 95434.68625850322, - 95160.26396320519, - 95530.25225772153, - 96609.70121102539, - 97827.08530472641, - 98463.20470653934, - 97688.97033018201 - ], - "fuel": [ - 41.18606057423407, - 40.665312503171265, - 40.52531497712457, - 40.714131628120334, - 41.26791930636405, - 41.897673854026195, - 42.22893298765853, - 41.825949442817645 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 25.78125, -40.46875 25.9375, -40.3125 25.9375, -40.3125 25.78125, -40.46875 25.78125))", @@ -235957,68 +176697,7 @@ "id": "4557", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.161421942085845, - 8.161421942085845, - 8.161421942085845, - 8.161421942085845, - 8.161421942085845, - 8.161421942085845, - 8.161421942085845, - 8.161421942085845 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -302.82766507721067, - -1047.2959770088305, - -1178.3606207391588, - -720.8090572683091, - 239.61422156098934, - 1215.2279008268952, - 1515.8761173127477, - 736.053640013381 - ], - "relative wind speed": [ - 2.232454921772499, - 1.7166309790461403, - 1.5780638752829201, - 1.9701976533429246, - 2.511163524996551, - 2.888420902292193, - 2.9663970793786882, - 2.721785890510381 - ], - "relative wind angle": [ - 0.31693097581299123, - 0.22851900190544583, - 0.09251914954072582, - 0.30682192405102626, - 0.28073535671381605, - 0.1350433261038837, - 0.04916795751298895, - 0.22040868695516874 - ], - "resistance": [ - 96331.67233492277, - 95587.20402299115, - 95456.13937926083, - 95913.69094273167, - 96874.11422156097, - 97849.72790082688, - 98150.37611731273, - 97370.55364001337 - ], - "fuel": [ - 39.933336275177425, - 39.5517093031578, - 39.48473686116086, - 39.718818089610146, - 40.212699888470496, - 40.71790730165358, - 40.874307519845985, - 40.46933126776595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 25.625, -40.625 25.78125, -40.46875 25.78125, -40.46875 25.625, -40.625 25.625))", @@ -236037,68 +176716,7 @@ "id": "4558", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.345665196984436, - 9.345665196984436, - 9.345665196984436, - 9.345665196984436, - 9.345665196984436, - 9.345665196984436, - 9.345665196984436, - 9.345665196984436 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -448.2108737621202, - -1242.5425862143134, - -1344.1385252469458, - -779.5098241822197, - 321.62799680000944, - 1385.2042694610795, - 1618.7872010258002, - 712.498807374699 - ], - "relative wind speed": [ - 2.5075138327390576, - 2.026127629840595, - 1.9356132701223387, - 2.328497811614488, - 2.854773753919249, - 3.2143686215243656, - 3.269672778118664, - 3.002575019670692 - ], - "relative wind angle": [ - 0.2699580747082558, - 0.17164215623867354, - 0.09277721581776015, - 0.2604683157235881, - 0.23644728183127176, - 0.10787060034054329, - 0.054871947776959834, - 0.20106908783937572 - ], - "resistance": [ - 96186.28912623793, - 95391.95741378573, - 95290.3614747531, - 95854.99017581783, - 96956.12799680006, - 98019.70426946113, - 98253.28720102584, - 97346.99880737474 - ], - "fuel": [ - 40.45743542826992, - 40.05075104646856, - 39.998904996308994, - 40.28753056889565, - 40.853820256757764, - 41.40507646520544, - 41.526707242631154, - 41.05592109027095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 25.625, -40.46875 25.78125, -40.3125 25.78125, -40.3125 25.625, -40.46875 25.625))", @@ -236117,68 +176735,7 @@ "id": "4559", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.127805335794802, - 8.127805335794802, - 8.127805335794802, - 8.127805335794802, - 8.127805335794802, - 8.127805335794802, - 8.127805335794802, - 8.127805335794802 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -343.61485592514464, - -1072.6154586097707, - -1181.8584681242332, - -690.5122777925294, - 291.2772095026694, - 1265.1243928824097, - 1515.4843121993285, - 703.7914318781536 - ], - "relative wind speed": [ - 2.2008582931733924, - 1.6830914279697573, - 1.5662969812371548, - 1.9818066955754108, - 2.5282411107201703, - 2.8987900209674344, - 2.9635273083157223, - 2.7033724423279386 - ], - "relative wind angle": [ - 0.32408222769229034, - 0.22429039630392875, - 0.10967308523452708, - 0.3164839377011409, - 0.2808830048194778, - 0.12949970087516846, - 0.05788110106075159, - 0.23018376826164735 - ], - "resistance": [ - 96290.88514407484, - 95561.88454139022, - 95452.64153187575, - 95943.98772220746, - 96925.77720950266, - 97899.6243928824, - 98149.98431219932, - 97338.29143187814 - ], - "fuel": [ - 39.89672570839604, - 39.52311740615556, - 39.467301411456575, - 39.71869631064825, - 40.223715040304626, - 40.7281917113164, - 40.85845451216065, - 40.43697668289629 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 25.78125, -40.3125 25.9375, -40.15625 25.9375, -40.15625 25.78125, -40.3125 25.78125))", @@ -236210,9 +176767,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -686.3297764750596, + -686.3297764750632, -1608.7562637529418, - -1671.9486513421953, + -1671.9486513421984, -894.8562453805516, 502.0070037542155, 1779.4829300085694, @@ -236220,9 +176777,9 @@ 747.2717144719809 ], "relative wind speed": [ - 2.878914302122206, + 2.878914302122205, 2.39209649922556, - 2.344659138320073, + 2.3446591383200728, 2.7831054121215035, 3.3391435304384123, 3.703498537089667, @@ -236230,13 +176787,13 @@ 3.419408039537323 ], "relative wind angle": [ - 0.2444454012955563, - 0.13657614093939316, - 0.1008921540844221, - 0.23930202125290242, - 0.21020585916053217, + 0.24444540129555722, + 0.13657614093939313, + 0.1008921540844243, + 0.2393020212529024, + 0.2102058591605322, 0.08805453583011223, - 0.06329207210418215, + 0.06329207210418217, 0.19413487037462857 ], "resistance": [ @@ -236290,9 +176847,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -901.6733060850629, + -901.6733060850647, -2096.973431526513, - -2189.1706827623048, + -2189.170682762307, -1213.0988121497958, 572.9458155950388, 2207.6741471465375, @@ -236300,7 +176857,7 @@ 937.3759854870696 ], "relative wind speed": [ - 3.583905794202996, + 3.5839057942029955, 3.0895108566611436, 3.035155806647026, 3.4699673201339496, @@ -236310,19 +176867,19 @@ 4.144561955781585 ], "relative wind angle": [ - 0.2023581042607908, - 0.11118062376191365, - 0.07767528578319467, + 0.20235810426079137, + 0.11118062376191366, + 0.0776752857831961, 0.19602765216222162, - 0.17896025118404155, + 0.17896025118404152, 0.07736095586594723, - 0.05268038451644023, + 0.052680384516440235, 0.16380341849696722 ], "resistance": [ 95732.82669391498, 94537.52656847354, - 94445.32931723775, + 94445.32931723773, 95421.40118785025, 97207.44581559509, 98842.17414714658, @@ -236332,7 +176889,7 @@ "fuel": [ 43.045156434411226, 42.43609162015427, - 42.38933338998861, + 42.38933338998859, 42.88595753302414, 43.8038732515608, 44.65442592884458, @@ -236357,68 +176914,7 @@ "id": "4562", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.793006552764954, - 8.793006552764954, - 8.793006552764954, - 8.793006552764954, - 8.793006552764954, - 8.793006552764954, - 8.793006552764954, - 8.793006552764954 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -729.820833036287, - -1297.4767789701793, - -1206.0426531118383, - -436.48224863160476, - 702.5219635708968, - 1608.104743286101, - 1398.422876092463, - 354.85715206236273 - ], - "relative wind speed": [ - 2.1816580988525804, - 1.755178331408326, - 1.8439541930487975, - 2.3518103964007286, - 2.8679201616075494, - 3.1470537235005716, - 3.0958732286031814, - 2.7301256331944823 - ], - "relative wind angle": [ - 0.2943720715197627, - 0.11235194846466207, - 0.19355971045733936, - 0.30150654640540764, - 0.22254429901949663, - 0.06257012909040714, - 0.11482101856062668, - 0.2586847805272872 - ], - "resistance": [ - 95904.67916696373, - 95337.02322102984, - 95428.45734688817, - 96198.0177513684, - 97337.0219635709, - 98242.60474328611, - 98032.92287609247, - 96989.35715206238 - ], - "fuel": [ - 40.022049853185486, - 39.73177506107272, - 39.77844952076475, - 40.17252046542052, - 40.75981805577968, - 41.23020285758491, - 41.12101679910725, - 40.58004196307208 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 25.625, -40.15625 25.78125, -40 25.78125, -40 25.625, -40.15625 25.625))", @@ -236437,68 +176933,7 @@ "id": "4563", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.582348029151666, - 10.582348029151666, - 10.582348029151666, - 10.582348029151666, - 10.582348029151666, - 10.582348029151666, - 10.582348029151666, - 10.582348029151666 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -850.0373379835187, - -1614.0632421702717, - -1560.1068986843902, - -672.7825708228961, - 717.5366774951885, - 1869.6414975424618, - 1745.4700862469804, - 508.82763877630396 - ], - "relative wind speed": [ - 2.701449889866554, - 2.256597407510624, - 2.298595338215498, - 2.7856222808272135, - 3.327189368808966, - 3.643595579066336, - 3.6172475826945276, - 3.25704300124122 - ], - "relative wind angle": [ - 0.2481279585819009, - 0.10756750257387411, - 0.14003311479505864, - 0.2525257226685583, - 0.20074762957318734, - 0.06654075029173316, - 0.08881080289655455, - 0.21534790604751725 - ], - "resistance": [ - 95784.46266201648, - 95020.43675782972, - 95074.39310131561, - 95961.71742917711, - 97352.03667749518, - 98504.14149754246, - 98379.97008624698, - 97143.3276387763 - ], - "fuel": [ - 40.97533315720752, - 40.58526413973785, - 40.61273995782311, - 41.06613997777097, - 41.782449157936426, - 42.381477135086286, - 42.31667769446859, - 41.6744609249248 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 25.46875, -41.25 25.625, -41.09375 25.625, -41.09375 25.46875, -41.25 25.46875))", @@ -236517,68 +176952,7 @@ "id": "4564", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.2166563382628635, - 7.2166563382628635, - 7.2166563382628635, - 7.2166563382628635, - 7.2166563382628635, - 7.2166563382628635, - 7.2166563382628635, - 7.2166563382628635 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -357.1426016891012, - -900.7676897001411, - -940.9123656217727, - -483.6759493232205, - 336.01817914763296, - 1100.19697242756, - 1192.0597881188514, - 486.81444228647615 - ], - "relative wind speed": [ - 1.900283912863559, - 1.4423095540487412, - 1.3933523187554917, - 1.8099510871512188, - 2.302608552807275, - 2.613967912436756, - 2.6403890646584536, - 2.37427086893416 - ], - "relative wind angle": [ - 0.3364332043382743, - 0.20561371550672283, - 0.151929518955967, - 0.33362183791364536, - 0.2759296514559357, - 0.11289345777887262, - 0.07995136906347176, - 0.25230273809457565 - ], - "resistance": [ - 96277.35739831097, - 95733.73231029994, - 95693.5876343783, - 96150.82405067685, - 96970.51817914771, - 97734.69697242763, - 97826.55978811893, - 97121.31444228654 - ], - "fuel": [ - 39.49397795940925, - 39.215213333262525, - 39.194671211915896, - 39.42899493851854, - 39.85101776167919, - 40.246710198223234, - 40.29442315180039, - 39.928928105845664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 25.46875, -41.09375 25.625, -40.9375 25.625, -40.9375 25.46875, -41.09375 25.46875))", @@ -236597,68 +176971,7 @@ "id": "4565", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.479332482621492, - 7.479332482621492, - 7.479332482621492, - 7.479332482621492, - 7.479332482621492, - 7.479332482621492, - 7.479332482621492, - 7.479332482621492 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -330.47402785295276, - -903.7545925022188, - -967.9005622535768, - -534.9575331550811, - 282.32909855521007, - 1065.3807052120958, - 1212.3629215863132, - 525.1508381034521 - ], - "relative wind speed": [ - 1.99581773731037, - 1.5458574985613123, - 1.4718593075145359, - 1.85585049756901, - 2.3397830351209166, - 2.658608223515472, - 2.700278369147367, - 2.4522830225475993 - ], - "relative wind angle": [ - 0.3141452441629822, - 0.20137218299414517, - 0.12222464606133972, - 0.3082071173158806, - 0.26672934238339185, - 0.11656263234784424, - 0.06650509048748872, - 0.23163710880277227 - ], - "resistance": [ - 96304.02597214704, - 95730.74540749777, - 95666.59943774641, - 96099.5424668449, - 96916.8290985552, - 97699.88070521208, - 97846.8629215863, - 97159.65083810344 - ], - "fuel": [ - 39.616175477843576, - 39.32217860906735, - 39.28935854883568, - 39.51116939608122, - 39.931793093431914, - 40.33712894677434, - 40.41346659250146, - 40.05724235183837 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 25.3125, -41.25 25.46875, -41.09375 25.46875, -41.09375 25.3125, -41.25 25.3125))", @@ -236677,68 +176990,7 @@ "id": "4566", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.842799401930684, - 6.842799401930684, - 6.842799401930684, - 6.842799401930684, - 6.842799401930684, - 6.842799401930684, - 6.842799401930684, - 6.842799401930684 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -420.5766875920417, - -856.1780001510065, - -832.6616508904747, - -346.7645033361209, - 426.2473267904156, - 1086.8443742633378, - 1033.0538097621495, - 338.1584527093364 - ], - "relative wind speed": [ - 1.7303185837537234, - 1.3155230338805648, - 1.3460045233158657, - 1.7860182214760438, - 2.2489348626255956, - 2.514181688929018, - 2.4979956446778533, - 2.204960165212026 - ], - "relative wind angle": [ - 0.34330444004415017, - 0.1679526297835744, - 0.2030476175177538, - 0.34484608139398665, - 0.2619646535326524, - 0.08757905103018983, - 0.10887364029985609, - 0.27736473108978277 - ], - "resistance": [ - 96213.92331240796, - 95778.321999849, - 95801.83834910953, - 96287.73549666388, - 97060.74732679041, - 97721.34437426334, - 97667.55380976215, - 96972.65845270934 - ], - "fuel": [ - 39.3148164504295, - 39.09146043306433, - 39.10350048928288, - 39.35273385005584, - 39.751048779052795, - 40.09320098412823, - 40.06527976150446, - 39.705546388074985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 25.3125, -41.09375 25.46875, -40.9375 25.46875, -40.9375 25.3125, -41.09375 25.3125))", @@ -236757,68 +177009,7 @@ "id": "4567", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.04207194453156, - 7.04207194453156, - 7.04207194453156, - 7.04207194453156, - 7.04207194453156, - 7.04207194453156, - 7.04207194453156, - 7.04207194453156 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -282.4418027374529, - -840.0636292185263, - -914.0102789122292, - -515.5278782815208, - 256.8949069146288, - 1012.8409299925295, - 1182.1672976709222, - 534.7299524963471 - ], - "relative wind speed": [ - 1.895420215172975, - 1.4295179456053921, - 1.3370631330753093, - 1.7248481759466094, - 2.2158678661959095, - 2.5414890587445216, - 2.5913221279294505, - 2.3510820833096475 - ], - "relative wind angle": [ - 0.3386657921968946, - 0.23022837861099751, - 0.12626394910740443, - 0.33331637805504327, - 0.2881549018291964, - 0.12871127009888875, - 0.06502215660263277, - 0.2423982036996651 - ], - "resistance": [ - 96352.05819726255, - 95794.43637078148, - 95720.48972108777, - 96118.97212171849, - 96891.39490691463, - 97647.34092999253, - 97816.66729767092, - 97169.22995249635 - ], - "fuel": [ - 39.4627750478207, - 39.17669257859405, - 39.13884185810845, - 39.343051758791624, - 39.740577256828686, - 40.13177261214267, - 40.21968899790308, - 39.884107281683654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 25.15625, -41.25 25.3125, -41.09375 25.3125, -41.09375 25.15625, -41.25 25.15625))", @@ -236837,68 +177028,7 @@ "id": "4568", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.720951147826583, - 7.720951147826583, - 7.720951147826583, - 7.720951147826583, - 7.720951147826583, - 7.720951147826583, - 7.720951147826583, - 7.720951147826583 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -680.5997981684552, - -1032.4843500253771, - -884.1968277026249, - -204.0779130586177, - 698.9800999071042, - 1338.128340050456, - 997.3206557010146, - 134.15980116586775 - ], - "relative wind speed": [ - 1.8330386287526992, - 1.5028653472937408, - 1.666626821317702, - 2.147814176005799, - 2.5864644872405664, - 2.791276572853332, - 2.696698758986742, - 2.331678241868871 - ], - "relative wind angle": [ - 0.28985672870148943, - 0.06392530063406535, - 0.23504620177854071, - 0.30497106647450617, - 0.20396965970763037, - 0.03440169321126767, - 0.14443215244351632, - 0.2802419722211757 - ], - "resistance": [ - 95953.90020183157, - 95602.01564997464, - 95750.30317229738, - 96430.4220869414, - 97333.48009990712, - 97972.62834005048, - 97631.82065570103, - 96768.65980116588 - ], - "fuel": [ - 39.540284268530165, - 39.36013995812611, - 39.43599832600329, - 39.784970052848195, - 40.25099271170072, - 40.58265877276878, - 40.40561807376382, - 39.9591620236956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 25.15625, -41.09375 25.3125, -40.9375 25.3125, -40.9375 25.15625, -41.09375 25.15625))", @@ -236917,68 +177047,7 @@ "id": "4569", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.968683432669948, - 6.968683432669948, - 6.968683432669948, - 6.968683432669948, - 6.968683432669948, - 6.968683432669948, - 6.968683432669948, - 6.968683432669948 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -484.1802138814212, - -877.5062782981385, - -816.1707634447341, - -290.2863627559741, - 492.2704827167963, - 1120.8863627568594, - 980.4429211549345, - 261.3949582568273 - ], - "relative wind speed": [ - 1.7204268409628503, - 1.3400192883894158, - 1.4170900826602992, - 1.8635640729374805, - 2.3090722990120134, - 2.548731391087409, - 2.5066988440568334, - 2.195179341927831 - ], - "relative wind angle": [ - 0.3267277483287229, - 0.13008645362390425, - 0.2178917430175421, - 0.33180143117527705, - 0.24146751973740366, - 0.06825441233948666, - 0.1225126933477436, - 0.2801894622850598 - ], - "resistance": [ - 96150.3197861186, - 95756.99372170189, - 95818.32923655529, - 96344.21363724406, - 97126.77048271682, - 97755.3863627569, - 97614.94292115496, - 96895.89495825686 - ], - "fuel": [ - 39.33048612583383, - 39.12886903458035, - 39.1602714456113, - 39.43008703837254, - 39.8334986483499, - 40.1592034347898, - 40.086307906692426, - 39.714244291971156 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 25, -41.25 25.15625, -41.09375 25.15625, -41.09375 25, -41.25 25))", @@ -236997,68 +177066,7 @@ "id": "4570", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.9103520437030745, - 7.9103520437030745, - 7.9103520437030745, - 7.9103520437030745, - 7.9103520437030745, - 7.9103520437030745, - 7.9103520437030745, - 7.9103520437030745 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -806.9382404565213, - -1077.5398864773897, - -852.3353131836823, - -77.29103695322215, - 861.6216072639659, - 1447.8444637131756, - 928.1712779972063, - -1.876990684836528 - ], - "relative wind speed": [ - 1.807406046455991, - 1.5309760344654435, - 1.7711055331303656, - 2.2761836912172853, - 2.697965283912032, - 2.8638864628076077, - 2.7219328574517063, - 2.316186757106745 - ], - "relative wind angle": [ - 0.27227752847753195, - 0.013652797255141609, - 0.2606907310075708, - 0.2971639007043965, - 0.1811463282687667, - 0.007298348548599628, - 0.1685076339173285, - 0.2918792013587807 - ], - "resistance": [ - 95827.56175954352, - 95556.96011352265, - 95782.16468681637, - 96557.20896304683, - 97496.12160726401, - 98082.34446371322, - 97562.67127799724, - 96632.62300931521 - ], - "fuel": [ - 39.55961733169351, - 39.42117140534761, - 39.53637214056006, - 39.93427921802264, - 40.41931023582668, - 40.72380937379447, - 40.453813491598865, - 39.97311605322493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 25, -41.09375 25.15625, -40.9375 25.15625, -40.9375 25, -41.09375 25))", @@ -237077,68 +177085,7 @@ "id": "4571", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.9501768221234785, - 6.9501768221234785, - 6.9501768221234785, - 6.9501768221234785, - 6.9501768221234785, - 6.9501768221234785, - 6.9501768221234785, - 6.9501768221234785 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -306.9876234516562, - -805.2735671008442, - -851.9923656598116, - -455.16608269155245, - 274.78779413409734, - 964.7329245950566, - 1071.7100426855616, - 451.02200779867167 - ], - "relative wind speed": [ - 1.8428813107871636, - 1.4151289188014275, - 1.3566283549226483, - 1.7334209913585232, - 2.1939639091601753, - 2.491405086194919, - 2.5237370439421536, - 2.281433940981777 - ], - "relative wind angle": [ - 0.32385546168197615, - 0.20271671206513303, - 0.13569706890845581, - 0.31950064573252124, - 0.2705911315363012, - 0.11460769930468462, - 0.07278420191100167, - 0.24097109011046186 - ], - "resistance": [ - 96327.51237654839, - 95829.2264328992, - 95782.50763434023, - 96179.3339173085, - 96909.28779413414, - 97599.2329245951, - 97706.2100426856, - 97085.52200779872 - ], - "fuel": [ - 39.414332192400906, - 39.158681925154575, - 39.13475978086601, - 39.338211326001144, - 39.713986581576, - 40.0709882750314, - 40.126500584221986, - 39.805007875685405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 22.03125, -48.75 22.1875, -48.59375 22.1875, -48.59375 22.03125, -48.75 22.03125))", @@ -237157,68 +177104,7 @@ "id": "4572", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.419818224909992, - 7.419818224909992, - 7.419818224909992, - 7.419818224909992, - 7.419818224909992, - 7.419818224909992, - 7.419818224909992, - 7.419818224909992 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 521.718665586403, - -258.56904843530356, - -809.9389869060456, - -897.6639436567606, - -542.3041109131552, - 186.17724110727454, - 912.0107101106141, - 1113.5198099152003 - ], - "relative wind speed": [ - 2.4237898377370786, - 2.0129176695791196, - 1.5952952818964135, - 1.495610230043944, - 1.8187845172733854, - 2.2651482850548836, - 2.576386473600177, - 2.635504569826965 - ], - "relative wind angle": [ - 0.20628082686911106, - 0.28771545783713404, - 0.19642317881421434, - 0.0876257318988504, - 0.27646147061774484, - 0.2549164924739917, - 0.1211404758435402, - 0.04968314536123115 - ], - "resistance": [ - 97156.21866558644, - 96375.93095156472, - 95824.56101309399, - 95736.83605634327, - 96092.19588908687, - 96820.6772411073, - 97546.51071011064, - 97748.01980991523 - ], - "fuel": [ - 40.03048804049384, - 39.62815738146409, - 39.34522699022233, - 39.300316048391196, - 39.48242007152622, - 39.85719907938925, - 40.23257979185654, - 40.33714231874674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 22.03125, -48.59375 22.1875, -48.4375 22.1875, -48.4375 22.03125, -48.59375 22.03125))", @@ -237237,68 +177123,7 @@ "id": "4573", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.145269971382652, - 7.145269971382652, - 7.145269971382652, - 7.145269971382652, - 7.145269971382652, - 7.145269971382652, - 7.145269971382652, - 7.145269971382652 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 545.9101770042257, - -213.34180828500735, - -765.599455802913, - -868.8612891948052, - -545.4006406188435, - 152.49920127639143, - 868.0683762763297, - 1105.211979222237 - ], - "relative wind speed": [ - 2.368060042389173, - 1.9609229497073002, - 1.5307974102234527, - 1.4077833205994634, - 1.7240975607262745, - 2.1760059624398362, - 2.497374631911614, - 2.568728651590986 - ], - "relative wind angle": [ - 0.2086074572421219, - 0.3010631930025744, - 0.21856570512225226, - 0.07969511360255584, - 0.28843289294282826, - 0.2705124190070199, - 0.13330293606146298, - 0.04364428101403941 - ], - "resistance": [ - 97180.41017700425, - 96421.158191715, - 95868.9005441971, - 95765.63871080521, - 96089.09935938117, - 96786.99920127641, - 97502.56837627635, - 97739.71197922225 - ], - "fuel": [ - 39.93078416704513, - 39.539201854268605, - 39.25572391450991, - 39.202844789920825, - 39.36861755728893, - 39.72761566262438, - 40.097584631526665, - 40.220614752358586 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 21.875, -48.75 22.03125, -48.59375 22.03125, -48.59375 21.875, -48.75 21.875))", @@ -237330,9 +177155,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 511.68111746530485, + 511.6811174653021, -438.5288521215207, - -1061.0956771501758, + -1061.0956771501762, -1114.2515331271568, -614.785690269287, 304.60304217694375, @@ -237340,9 +177165,9 @@ 1278.8222660121933 ], "relative wind speed": [ - 2.8231729082373707, + 2.82317290823737, 2.3926569153796833, - 2.000732032892007, + 2.0007320328920066, 1.9527731485348063, 2.295007291399808, 2.740904343947361, @@ -237350,13 +177175,13 @@ 3.069860056703757 ], "relative wind angle": [ - 0.18603411783651044, + 0.18603411783651166, 0.23625500985260675, - 0.13527498335955393, + 0.1352749833595531, 0.09150746050421504, 0.22954006586577985, 0.20577334016632173, - 0.0889095101371913, + 0.08890951013719131, 0.05816052520836743 ], "resistance": [ @@ -237410,9 +177235,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 405.340658292248, + 405.3406582922462, -444.19468580853277, - -968.257350250183, + -968.2573502501834, -982.4439362940905, -490.73643640441514, 350.52253599631695, @@ -237422,7 +177247,7 @@ "relative wind speed": [ 2.585173071314714, 2.155502384829315, - 1.780541487484956, + 1.7805414874849559, 1.7663726794511994, 2.127172515430643, 2.5615995370177234, @@ -237430,13 +177255,13 @@ 2.843925153083792 ], "relative wind angle": [ - 0.20655016907850626, + 0.2065501690785079, 0.2537594092928246, - 0.13241989380830088, - 0.11840508361382845, + 0.13241989380830085, + 0.11840508361382844, 0.2518967553481074, - 0.21284950502249056, - 0.08301750107762602, + 0.21284950502249053, + 0.08301750107762604, 0.0734361135891968 ], "resistance": [ @@ -237477,68 +177302,7 @@ "id": "4576", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.991629015771526, - 6.991629015771526, - 6.991629015771526, - 6.991629015771526, - 6.991629015771526, - 6.991629015771526, - 6.991629015771526, - 6.991629015771526 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 835.2254363163515, - 124.46381539844856, - -552.6142273931164, - -851.8544426721134, - -735.4625274989013, - -179.308342332424, - 567.1685740190596, - 1102.6010037585665 - ], - "relative wind speed": [ - 2.449828217938832, - 2.120407486150507, - 1.6654986721924865, - 1.3578652766694315, - 1.5002324905031197, - 1.9380990469136075, - 2.340613166650057, - 2.5315129297291756 - ], - "relative wind angle": [ - 0.1425940518767871, - 0.2807917620599592, - 0.29413197580836303, - 0.07019996367102291, - 0.23419794736870558, - 0.3080317502211669, - 0.20778114745527573, - 0.03763216201794887 - ], - "resistance": [ - 97469.7254363164, - 96758.96381539849, - 96081.88577260693, - 95782.64555732792, - 95899.03747250114, - 96455.19165766762, - 97201.6685740191, - 97737.10100375861 - ], - "fuel": [ - 40.019932895470824, - 39.652530069235524, - 39.304287054243744, - 39.150921745578245, - 39.21053483377753, - 39.49607929470936, - 39.88114968906449, - 40.15862972513139 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 22.03125, -48.28125 22.1875, -48.125 22.1875, -48.125 22.03125, -48.28125 22.03125))", @@ -237557,68 +177321,7 @@ "id": "4577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.69597873702354, - 5.69597873702354, - 5.69597873702354, - 5.69597873702354, - 5.69597873702354, - 5.69597873702354, - 5.69597873702354, - 5.69597873702354 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 890.2600673652987, - 419.02712204900445, - -179.64494812174848, - -593.1401293316487, - -655.4141834030855, - -372.3901251469682, - 187.68869272692405, - 747.6535641043968 - ], - "relative wind speed": [ - 2.1613989410638084, - 1.9545008967196622, - 1.5499853062586, - 1.117680467944433, - 1.0177890091846633, - 1.373850826826146, - 1.8179893839160017, - 2.1114758396023294 - ], - "relative wind angle": [ - 0.06603356640593261, - 0.26243428057890844, - 0.3796870300272184, - 0.27673053748313464, - 0.14059112679682703, - 0.37801870752643285, - 0.3215024244607856, - 0.1451299427152038 - ], - "resistance": [ - 97524.76006736528, - 97053.527122049, - 96454.85505187824, - 96041.35987066834, - 95979.0858165969, - 96262.10987485302, - 96822.18869272691, - 97382.15356410439 - ], - "fuel": [ - 39.59902657426624, - 39.3551330326292, - 39.04647320435842, - 38.83406446647311, - 38.80212997140031, - 38.947382586246675, - 39.23570282023623, - 39.52513128900159 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 21.875, -48.4375 22.03125, -48.28125 22.03125, -48.28125 21.875, -48.4375 21.875))", @@ -237650,9 +177353,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 830.5066782546457, + 830.5066782546444, 155.25664843287132, - -509.0737864999737, + -509.07378649997395, -822.6116691318252, -730.273922257108, -212.25495509511848, @@ -237662,7 +177365,7 @@ "relative wind speed": [ 2.4345316249481495, 2.1248132342399835, - 1.6855130086199048, + 1.6855130086199046, 1.3732615364806158, 1.4862702844335782, 1.9029220453979632, @@ -237670,13 +177373,13 @@ 2.500019268662913 ], "relative wind angle": [ - 0.13074998710522437, - 0.2688889210030447, - 0.28932435538235185, - 0.08427525110259192, + 0.1307499871052261, + 0.2688889210030446, + 0.28932435538235224, + 0.08427525110259193, 0.2152182127399188, 0.30117017776839117, - 0.21053368332288924, + 0.21053368332288921, 0.04625414100078892 ], "resistance": [ @@ -237717,68 +177420,7 @@ "id": "4579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.952354049842373, - 5.952354049842373, - 5.952354049842373, - 5.952354049842373, - 5.952354049842373, - 5.952354049842373, - 5.952354049842373, - 5.952354049842373 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 904.2796983782905, - 405.45399408185176, - -214.79148800479538, - -633.0759648523738, - -684.8392172091968, - -376.2038599176834, - 212.31720494391652, - 785.815685708501 - ], - "relative wind speed": [ - 2.2247855981810716, - 2.0079302441073392, - 1.5986610086785424, - 1.1773403767967106, - 1.0991596305765816, - 1.4580942994752413, - 1.8979214500853452, - 2.1844204010508905 - ], - "relative wind angle": [ - 0.07117460527733874, - 0.2577841901768185, - 0.36170669581147313, - 0.24725802303039918, - 0.14444314950100515, - 0.3587177934585488, - 0.30267360580650005, - 0.13229686543732147 - ], - "resistance": [ - 97538.77969837829, - 97039.95399408185, - 96419.70851199521, - 96001.42403514763, - 95949.6607827908, - 96258.29614008231, - 96846.81720494392, - 97420.3156857085 - ], - "fuel": [ - 39.686449833110515, - 39.42827483884595, - 39.10854853920956, - 38.89373801465367, - 38.867200199406646, - 39.0255778688684, - 39.32856253930027, - 39.625053108944954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 21.71875, -48.75 21.875, -48.59375 21.875, -48.59375 21.71875, -48.75 21.71875))", @@ -237810,11 +177452,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 503.80178817458955, + 503.80178817458864, -582.3453839096924, -1261.3328049373708, -1289.205659067709, - -676.4726350772394, + -676.4726350772403, 393.6507994322419, 1344.1330291808176, 1408.685451044416 @@ -237830,14 +177472,14 @@ 3.441027280085709 ], "relative wind angle": [ - 0.16767560226001366, + 0.16767560226001432, 0.20113149204615155, 0.10322446529865502, - 0.0861738310794198, - 0.19791595357673827, + 0.08617383107941981, + 0.19791595357673886, 0.17538791656870645, - 0.07133571824457366, - 0.05878100436865094 + 0.07133571824457367, + 0.058781004368650934 ], "resistance": [ 97138.30178817463, @@ -237890,10 +177532,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 668.414470531176, + 668.4144705311742, -348.0401096658229, - -1080.5389369078698, - -1204.3274256733505, + -1080.5389369078707, + -1204.327425673349, -761.1910683353385, 183.65749915360584, 1129.397592378631, @@ -237903,17 +177545,17 @@ 2.9895291172033627, 2.5666423955565336, 2.1476957330748685, - 2.041831731128867, + 2.0418317311288665, 2.3488083874056582, 2.804733854875664, 3.137130571316069, 3.207040437086689 ], "relative wind angle": [ - 0.16758991955774782, + 0.16758991955774918, 0.2292519834795261, - 0.152469834773839, - 0.059767616026215206, + 0.15246983477384046, + 0.059767616026211494, 0.21393713279934284, 0.20948701365470743, 0.10416594986902791, @@ -237923,7 +177565,7 @@ 97302.91447053118, 96286.45989033418, 95553.96106309212, - 95430.17257432664, + 95430.17257432666, 95873.30893166467, 96818.1574991536, 97763.89759237863, @@ -237970,34 +177612,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 751.5336769987034, + 751.5336769987025, -319.4020144731976, - -1122.7768557417703, + -1122.7768557417708, -1282.7569834139472, - -859.5216054151228, + -859.5216054151224, 119.2972889383177, - 1130.5721959667226, + 1130.5721959667217, 1501.4207964660554 ], "relative wind speed": [ - 3.1787059101260486, + 3.178705910126048, 2.7671585333842175, - 2.3491338834232294, + 2.349133883423229, 2.2227921559799975, 2.502529951647365, 2.951213491613465, - 3.2936905470483, + 3.2936905470483007, 3.380239999360434 ], "relative wind angle": [ - 0.15028391760633197, + 0.1502839176063327, 0.21082138523261176, - 0.14653875475814532, + 0.14653875475814535, 0.04229147534179519, - 0.19133778293888185, + 0.19133778293888126, 0.1974936226696578, - 0.10433023868114417, - 0.0278054962041113 + 0.1043302386811463, + 0.027805496204111303 ], "resistance": [ 97386.03367699875, @@ -238050,9 +177692,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 742.4808742081618, + 742.4808742081582, -406.7850223052219, - -1235.2328815163469, + -1235.2328815163482, -1373.6565407832163, -873.5950872180433, 195.97545160158597, @@ -238060,9 +177702,9 @@ 1583.6957988377694 ], "relative wind speed": [ - 3.2760142520369318, + 3.276014252036931, 2.8427399778132645, - 2.4193926687767253, + 2.419392668776725, 2.3138933465253877, 2.6221389358344536, 3.0865371206111187, @@ -238070,17 +177712,17 @@ 3.500539895398091 ], "relative wind angle": [ - 0.1556720024533232, + 0.15567200245332463, 0.21046539468750441, - 0.13764325077363596, + 0.13764325077363598, 0.053799053003291915, - 0.19493920698859507, + 0.1949392069885951, 0.19362093052707507, - 0.09697714572357304, - 0.03555207135589952 + 0.09697714572357302, + 0.03555207135589953 ], "resistance": [ - 97376.9808742082, + 97376.98087420818, 96227.7149776948, 95399.26711848368, 95260.84345921682, @@ -238090,7 +177732,7 @@ 98218.1957988378 ], "fuel": [ - 41.71676243051821, + 41.7167624305182, 41.12402473102452, 40.699798341572645, 40.62916422993403, @@ -238130,37 +177772,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 803.5641426557345, + 803.5641426557318, -1.0971019013811656, - -706.1021395033467, + -706.102139503347, -947.8758702704104, - -759.8993814746982, + -759.899381474698, -90.48028466949086, - 725.1121336167444, + 725.1121336167439, 1237.6625417375567 ], "relative wind speed": [ - 2.6019740047862605, + 2.6019740047862596, 2.2380568603158584, 1.7843744387972085, 1.5377109636794026, - 1.7408625095674184, + 1.7408625095674182, 2.189057443009191, - 2.572329461979543, + 2.5723294619795425, 2.72696094416128 ], "relative wind angle": [ - 0.1553180539581832, + 0.15531805395818396, 0.2689388277683982, - 0.24827655064791926, + 0.24827655064791973, 0.016541490065218725, - 0.23332462979419857, + 0.2333246297941976, 0.27511345404051163, - 0.1712971496068418, + 0.17129714960684117, 0.009327320778969833 ], "resistance": [ - 97438.06414265576, + 97438.06414265574, 96633.40289809863, 95928.39786049667, 95686.62412972961, @@ -238170,7 +177812,7 @@ 97872.16254173758 ], "fuel": [ - 40.28547303901131, + 40.28547303901129, 39.86976753312704, 39.507526788816804, 39.38372619146112, @@ -238197,68 +177839,7 @@ "id": "4585", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.439616472060027, - 6.439616472060027, - 6.439616472060027, - 6.439616472060027, - 6.439616472060027, - 6.439616472060027, - 6.439616472060027, - 6.439616472060027 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 885.2284012041623, - 199.88855361064634, - -476.9737785631927, - -808.3057742365158, - -722.1357145226993, - -207.7750084258853, - 521.8742516835275, - 1082.625286843108 - ], - "relative wind speed": [ - 2.3508999498365277, - 2.025783316784123, - 1.545360621893857, - 1.1767600970574588, - 1.2967020513642067, - 1.7619218874832805, - 2.1954560647968706, - 2.413172695462728 - ], - "relative wind angle": [ - 0.14508289479479702, - 0.3112236987432801, - 0.35518287056243714, - 0.11897930895264572, - 0.26520919867482373, - 0.3597958430504211, - 0.2472992184873442, - 0.05791467768398694 - ], - "resistance": [ - 97519.7284012042, - 96834.38855361068, - 96157.52622143684, - 95826.19422576351, - 95912.36428547734, - 96426.72499157414, - 97156.37425168356, - 97717.12528684313 - ], - "fuel": [ - 39.84084827647288, - 39.486426395969815, - 39.138104088723054, - 38.96821776448495, - 39.01236107689144, - 39.27643315726355, - 39.652722866169015, - 39.94325580407052 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 21.5625, -48.4375 21.71875, -48.28125 21.71875, -48.28125 21.5625, -48.4375 21.5625))", @@ -238290,34 +177871,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 890.2679100633709, + 890.2679100633691, -20.1864175403839, - -807.8458088239734, - -1066.5582771058034, + -807.8458088239736, + -1066.5582771058077, -845.0725205999076, -82.03644704257931, 835.9652476370702, 1402.0271489319894 ], "relative wind speed": [ - 2.753785032970962, + 2.7537850329709617, 2.3625316541520482, - 1.8803736960982032, - 1.6261774849646748, + 1.880373696098203, + 1.626177484964675, 1.8519291754229859, 2.3305402510420903, 2.734441157095856, 2.892839516114177 ], "relative wind angle": [ - 0.15903305336789017, - 0.2714004544850648, - 0.24691684903357497, - 0.010215717502976394, - 0.23771623492058624, - 0.27522226868140853, + 0.15903305336789086, + 0.27140045448506483, + 0.24691684903357541, + 0.010215717502987262, + 0.23771623492058627, + 0.2752222686814085, 0.16887702699751925, - 0.005742583388960088 + 0.005742583388960087 ], "resistance": [ 97524.76791006338, @@ -238357,68 +177938,7 @@ "id": "4587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.871488661679336, - 6.871488661679336, - 6.871488661679336, - 6.871488661679336, - 6.871488661679336, - 6.871488661679336, - 6.871488661679336, - 6.871488661679336 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 888.0490502505343, - 116.99160111512742, - -596.5978352371347, - -897.3475840967945, - -754.7350493945921, - -145.86327188536688, - 654.2580992863839, - 1215.613725655325 - ], - "relative wind speed": [ - 2.457308248406312, - 2.095071515489535, - 1.5974251982336891, - 1.2657439917063988, - 1.4479792900285924, - 1.9353767584172814, - 2.3628881878086103, - 2.555953833600394 - ], - "relative wind angle": [ - 0.1622906664464691, - 0.3133574460366338, - 0.3290973820573046, - 0.06665167465822429, - 0.2777677503917052, - 0.3402146745674297, - 0.2202680225969021, - 0.032988388789911297 - ], - "resistance": [ - 97522.5490502505, - 96751.49160111509, - 96037.90216476284, - 95737.15241590318, - 95879.76495060539, - 96488.63672811461, - 97288.75809928635, - 97850.11372565529 - ], - "fuel": [ - 40.000987254139105, - 39.602351593938074, - 39.23539791020568, - 39.08130900877431, - 39.15433447155065, - 39.46696161192123, - 39.87988395139452, - 40.17100729534435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 21.40625, -48.75 21.5625, -48.59375 21.5625, -48.59375 21.40625, -48.75 21.40625))", @@ -238437,68 +177957,7 @@ "id": "4588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.466265250796745, - 9.466265250796745, - 9.466265250796745, - 9.466265250796745, - 9.466265250796745, - 9.466265250796745, - 9.466265250796745, - 9.466265250796745 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 771.739193482575, - -214.84569526954874, - -993.0214807822697, - -1179.1196128196348, - -841.1869989459246, - 37.98716212651789, - 990.740321548642, - 1422.1086487600023 - ], - "relative wind speed": [ - 3.0284101814946287, - 2.6352148481525606, - 2.21256700150707, - 2.0554257591034055, - 2.3076390820236403, - 2.7481100895596446, - 3.098550245535039, - 3.204947941710977 - ], - "relative wind angle": [ - 0.1482697684908117, - 0.2199318971245638, - 0.16602799975986787, - 0.02811545699826114, - 0.19510382408550006, - 0.21075759363035163, - 0.1182865515566854, - 0.01802985666296677 - ], - "resistance": [ - 97406.23919348259, - 96419.65430473047, - 95641.47851921775, - 95455.38038718038, - 95793.31300105409, - 96672.48716212653, - 97625.24032154866, - 98056.60864876001 - ], - "fuel": [ - 41.152763386419814, - 40.643522933923, - 40.24441098332134, - 40.149298567625706, - 40.322107141293614, - 40.77368121269295, - 41.26629529755256, - 41.49044200641275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 21.40625, -48.59375 21.5625, -48.4375 21.5625, -48.4375 21.40625, -48.59375 21.40625))", @@ -238517,68 +177976,7 @@ "id": "4589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.34503322982196, - 8.34503322982196, - 8.34503322982196, - 8.34503322982196, - 8.34503322982196, - 8.34503322982196, - 8.34503322982196, - 8.34503322982196 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 656.6931375056561, - -294.16778454735754, - -980.4878091306703, - -1101.5649077021933, - -688.3824083061934, - 191.31764247426918, - 1081.8313824959414, - 1360.3168616736325 - ], - "relative wind speed": [ - 2.7191681753654073, - 2.2774397647572417, - 1.8232076500433796, - 1.7020725430507448, - 2.0385724727500674, - 2.522483183388313, - 2.868024957596718, - 2.9415306136035926 - ], - "relative wind angle": [ - 0.1956498908919084, - 0.2760475591301875, - 0.1927347513440547, - 0.07459611102818578, - 0.26230522118937233, - 0.24863171312126947, - 0.12206754254719958, - 0.04313727697126287 - ], - "resistance": [ - 97291.19313750567, - 96340.33221545265, - 95654.01219086934, - 95532.93509229782, - 95946.11759169382, - 96825.81764247429, - 97716.33138249596, - 97994.81686167365 - ], - "fuel": [ - 40.51503199367363, - 40.024574854034135, - 39.672659305390845, - 39.61075802854754, - 39.822224215581016, - 40.27456945411848, - 40.735408063242716, - 40.88012928684773 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 21.25, -48.75 21.40625, -48.59375 21.40625, -48.59375 21.25, -48.75 21.25))", @@ -238597,68 +177995,7 @@ "id": "4590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.5966663346285, - 8.5966663346285, - 8.5966663346285, - 8.5966663346285, - 8.5966663346285, - 8.5966663346285, - 8.5966663346285, - 8.5966663346285 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 386.7843294590457, - -487.05523791178507, - -1013.1490924070472, - -1014.5798998249747, - -491.78060394760655, - 381.2276970431649, - 1139.873612351259, - 1143.1696681300841 - ], - "relative wind speed": [ - 2.6625536189040164, - 2.233480324254908, - 1.8706617141982425, - 1.8693006915216905, - 2.230727592645169, - 2.6602449149079437, - 2.9267664951547254, - 2.9276359559897323 - ], - "relative wind angle": [ - 0.20056016283846223, - 0.24027245171598183, - 0.11853409709182601, - 0.11723469638438586, - 0.2400828831577465, - 0.20114546043823328, - 0.07565670043788794, - 0.07475281060587305 - ], - "resistance": [ - 97021.28432945906, - 96147.44476208823, - 95621.35090759296, - 95619.92010017503, - 96142.7193960524, - 97015.72769704318, - 97774.37361235128, - 97777.6696681301 - ], - "fuel": [ - 40.49801677902505, - 40.04803991706922, - 39.77850226352944, - 39.77777061141359, - 40.04561435076639, - 40.49514645802824, - 40.88809378059828, - 40.88980567419604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 21.25, -48.59375 21.40625, -48.4375 21.40625, -48.4375 21.25, -48.59375 21.25))", @@ -238677,68 +178014,7 @@ "id": "4591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.491004198596137, - 7.491004198596137, - 7.491004198596137, - 7.491004198596137, - 7.491004198596137, - 7.491004198596137, - 7.491004198596137, - 7.491004198596137 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 515.4260985255573, - -314.32451531163974, - -876.5166225990636, - -944.8890390449628, - -533.5761158520181, - 255.53111558101, - 1016.6924262524008, - 1173.483855002602 - ], - "relative wind speed": [ - 2.446168348156534, - 2.005573796574725, - 1.5705079214794246, - 1.4925250389327243, - 1.8562481537089914, - 2.325310848502571, - 2.6387310708447123, - 2.6836105909445527 - ], - "relative wind angle": [ - 0.2226775338067317, - 0.3025714447104914, - 0.19540470113520977, - 0.11170010036876021, - 0.29529898928074333, - 0.2599200349760159, - 0.11582014358787407, - 0.062034143052980835 - ], - "resistance": [ - 97149.92609852555, - 96320.17548468836, - 95757.98337740093, - 95689.61096095503, - 96100.92388414798, - 96890.031115581, - 97651.1924262524, - 97807.9838550026 - ], - "fuel": [ - 40.05714030943983, - 39.62940145984449, - 39.34104572959563, - 39.30605683058765, - 39.516804535340846, - 39.922888143023116, - 40.316785886347795, - 40.39819256417016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 21.40625, -48.4375 21.5625, -48.28125 21.5625, -48.28125 21.40625, -48.4375 21.40625))", @@ -238770,17 +178046,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 754.5705883615574, - -236.8435868075003, - -992.5425132625071, + 754.5705883615547, + -236.84358680749983, + -992.5425132625078, -1158.9698983222347, - -783.5966591831948, + -783.5966591831946, 110.4869255101139, - 1058.1176804031875, + 1058.1176804031861, 1441.842932613382 ], "relative wind speed": [ - 2.8447860057951027, + 2.844786005795102, 2.4139182510771184, 1.9512369150815307, 1.7935659041733327, @@ -238790,14 +178066,14 @@ 3.045893186762913 ], "relative wind angle": [ - 0.17828695196817565, - 0.2625837653867662, - 0.1968556934442106, + 0.17828695196817693, + 0.26258376538676614, + 0.19685569344421175, 0.04845982345410232, - 0.2428516827935125, - 0.24511466911642377, - 0.1298479488458522, - 0.028528137234184524 + 0.24285168279351202, + 0.24511466911642374, + 0.12984794884585307, + 0.028528137234184528 ], "resistance": [ 97389.07058836162, @@ -238850,9 +178126,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 856.2814717706042, + 856.281471770601, -113.5717756724589, - -908.2492869385289, + -908.2492869385296, -1129.6305876059012, -839.9979699300188, -0.16482252858713764, @@ -238860,9 +178136,9 @@ 1467.0526939826545 ], "relative wind speed": [ - 2.8171151717832856, + 2.817115171783285, 2.401077508302601, - 1.9169680798458564, + 1.9169680798458562, 1.6998382189514747, 1.9670412037409093, 2.4576850464267035, @@ -238870,13 +178146,13 @@ 2.985956968494009 ], "relative wind angle": [ - 0.16960325456750694, + 0.16960325456750827, 0.2711544628530257, - 0.2283770892893571, + 0.22837708928935757, 0.017267819450304044, - 0.24415445382485518, + 0.24415445382485515, 0.2647569378638163, - 0.15279705202977759, + 0.1527970520297776, 0.009829851456544672 ], "resistance": [ @@ -238930,17 +178206,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 772.4328885674108, + 772.4328885674086, -200.2822466431753, - -960.7606466738375, + -960.7606466738384, -1142.4835549874465, - -800.407265231843, + -800.4072652318425, 66.31803282170495, 1005.1131326736559, 1424.6986833701721 ], "relative wind speed": [ - 2.8574737340586855, + 2.857473734058685, 2.4410871954693922, 1.9852962705439035, 1.8150667227616801, @@ -238950,14 +178226,14 @@ 3.0442993633697624 ], "relative wind angle": [ - 0.1693760395217777, - 0.2546224605187874, - 0.19663518032429445, + 0.16937603952177838, + 0.25462246051878734, + 0.19663518032429558, 0.03655370578583494, - 0.23177651506099883, + 0.23177651506099836, 0.24161830462868467, 0.13248940165510206, - 0.02179085649306169 + 0.021790856493061686 ], "resistance": [ 97406.9328885674, @@ -239010,33 +178286,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1254.3322678548757, + 1254.3322678548739, 288.18651339694316, - -719.03755682459, - -1237.4636093363688, + -719.0375568245904, + -1237.4636093363692, -1148.7179971102157, -426.68545825823185, - 632.2138116544993, + 632.2138116544988, 1458.7508639375492 ], "relative wind speed": [ - 3.1387104848867233, + 3.138710484886723, 2.805588577194498, - 2.32081555257925, - 1.962610235372564, + 2.3208155525792495, + 1.9626102353725643, 2.0413448018352316, 2.479367831410523, - 2.938095859366035, + 2.9380958593660345, 3.188534643363377 ], "relative wind angle": [ - 0.10078767211591605, - 0.22076065373916984, - 0.24059582497576135, - 0.08556454856108434, + 0.10078767211591716, + 0.2207606537391698, + 0.2405958249757609, + 0.08556454856108563, 0.15532972922775448, 0.25039114092155873, - 0.1893489585302189, + 0.18934895853021833, 0.052626829686372056 ], "resistance": [ @@ -239077,68 +178353,7 @@ "id": "4596", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.286143616496375, - 9.286143616496375, - 9.286143616496375, - 9.286143616496375, - 9.286143616496375, - 9.286143616496375, - 9.286143616496375, - 9.286143616496375 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1205.6427861057823, - 573.4583784714619, - -301.4139432929733, - -938.7038001406179, - -1050.0559760307885, - -678.6697513050422, - 132.19756045854774, - 947.3653957996066 - ], - "relative wind speed": [ - 3.0908403257320787, - 2.9010105345822996, - 2.530679334536288, - 2.1672666767333038, - 2.0722191232462843, - 2.33056299896864, - 2.7281950296249255, - 3.024953084899096 - ], - "relative wind angle": [ - 0.03257627474181982, - 0.1493325212943991, - 0.2028012112489972, - 0.13385671133197227, - 0.048600022879391594, - 0.18626953405210947, - 0.18793633719140165, - 0.09576353341465219 - ], - "resistance": [ - 97840.14278610582, - 97207.95837847149, - 96333.08605670705, - 95695.79619985941, - 95584.44402396923, - 95955.83024869498, - 96766.69756045858, - 97581.86539579963 - ], - "fuel": [ - 41.27941270582454, - 40.95166377523526, - 40.50054907910457, - 40.17373315174166, - 40.11678446281895, - 40.30690168126015, - 40.72377831578416, - 41.14533200953551 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 22.34375, -47.03125 22.5, -46.875 22.5, -46.875 22.34375, -47.03125 22.34375))", @@ -239157,68 +178372,7 @@ "id": "4597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.633035368268331, - 9.633035368268331, - 9.633035368268331, - 9.633035368268331, - 9.633035368268331, - 9.633035368268331, - 9.633035368268331, - 9.633035368268331 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1257.8373374641787, - 540.7234651285098, - -394.6498326017486, - -1037.5721330030487, - -1118.8527567601632, - -669.7277995489758, - 218.93401490011684, - 1069.433616739071 - ], - "relative wind speed": [ - 3.1976075770548067, - 2.981965747291189, - 2.5910787061074436, - 2.228339493371987, - 2.1613909803761095, - 2.4503439490960464, - 2.8605272810525832, - 3.1513185001151798 - ], - "relative wind angle": [ - 0.042932642294219676, - 0.15620336269939294, - 0.20159428733963458, - 0.12138133685241101, - 0.06353869377427496, - 0.1904704426632937, - 0.18238007576328816, - 0.08572471665917397 - ], - "resistance": [ - 97892.33733746418, - 97175.22346512851, - 96239.85016739825, - 95596.92786699695, - 95515.64724323983, - 95964.77220045103, - 96853.43401490012, - 97703.93361673907 - ], - "fuel": [ - 41.498072259609785, - 41.12626663540444, - 40.644174749985204, - 40.31470017430166, - 40.27315629266782, - 40.503018918086795, - 40.96004883422107, - 41.40020430953351 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 22.1875, -47.1875 22.34375, -47.03125 22.34375, -47.03125 22.1875, -47.1875 22.1875))", @@ -239237,68 +178391,7 @@ "id": "4598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.871744673598936, - 7.871744673598936, - 7.871744673598936, - 7.871744673598936, - 7.871744673598936, - 7.871744673598936, - 7.871744673598936, - 7.871744673598936 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1135.26322222424, - 626.3559885970917, - -146.41952040224123, - -758.5486148804721, - -910.3834291583166, - -649.5552589172, - 34.81775029215032, - 784.3766503993083 - ], - "relative wind speed": [ - 2.7308398442852884, - 2.5702512212787365, - 2.2046612379135313, - 1.800858074866964, - 1.6435761172413614, - 1.8848441229495474, - 2.301803105033935, - 2.629779249763892 - ], - "relative wind angle": [ - 0.01832912088770637, - 0.16410662239267576, - 0.2492237754298227, - 0.19509939753611544, - 0.03045726304172808, - 0.22466466412762243, - 0.23849702997321062, - 0.13315009873661454 - ], - "resistance": [ - 97769.76322222427, - 97260.85598859712, - 96488.08047959779, - 95875.95138511955, - 95724.11657084171, - 95984.94474108283, - 96669.31775029218, - 97418.87665039934 - ], - "fuel": [ - 40.54396022977164, - 40.280139522807815, - 39.881370605491654, - 39.56707596211517, - 39.48933294471347, - 39.62293603117431, - 39.974693502144476, - 40.36195526553742 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 22.1875, -47.03125 22.34375, -46.875 22.34375, -46.875 22.1875, -47.03125 22.1875))", @@ -239330,11 +178423,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1159.797495256978, + 1159.797495256968, 598.13922741122, - -214.2678105259106, + -214.2678105259115, -832.2968378868409, - -964.1617742998606, + -964.1617742998585, -654.6221507551074, 81.4482106612918, 854.8280041400753 @@ -239342,25 +178435,25 @@ "relative wind speed": [ 2.860217873342627, 2.6841581634982603, - 2.3133323718199956, + 2.313332371819995, 1.9253128603351506, - 1.7983613099694873, + 1.798361309969487, 2.051888066515676, 2.46240594169066, 2.7763501353416995 ], "relative wind angle": [ - 0.026733587000118256, + 0.026733587000126565, 0.16077854837577513, - 0.23170626582666232, - 0.1678112059306938, - 0.04252639603908846, - 0.21097767812273316, + 0.2317062658266628, + 0.16781120593069376, + 0.04252639603908324, + 0.21097767812273313, 0.21744577637158896, 0.11608702019910218 ], "resistance": [ - 97794.29749525698, + 97794.29749525696, 97232.63922741121, 96420.23218947409, 95802.20316211316, @@ -239370,7 +178463,7 @@ 97489.32800414007 ], "fuel": [ - 40.79299733320051, + 40.7929973332005, 40.50183400682664, 40.08275956388506, 39.765598445100245, @@ -239397,68 +178490,7 @@ "id": "4600", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.771598216549132, - 5.771598216549132, - 5.771598216549132, - 5.771598216549132, - 5.771598216549132, - 5.771598216549132, - 5.771598216549132, - 5.771598216549132 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 973.28347450001, - 581.5261497256322, - -30.309217695999678, - -528.22278932533, - -675.72172714814, - -493.62130854571853, - 27.28364823061429, - 633.1319846652798 - ], - "relative wind speed": [ - 2.2002424378550383, - 2.056789016407098, - 1.6900467466173563, - 1.2343582446762933, - 1.0065571329391272, - 1.2743009806148775, - 1.7314635547585184, - 2.0810054711625763 - ], - "relative wind angle": [ - 0.010043320306326337, - 0.21444891925354198, - 0.36097921014162687, - 0.33554381484388157, - 0.02195518039218457, - 0.3506251177660332, - 0.35196407810820435, - 0.19657923276588957 - ], - "resistance": [ - 97607.78347450001, - 97216.02614972563, - 96604.190782304, - 96106.27721067467, - 95958.77827285187, - 96140.87869145429, - 96661.78364823062, - 97267.63198466528 - ], - "fuel": [ - 39.66527401265351, - 39.46233529247759, - 39.14653383659841, - 38.89056165468091, - 38.81491110429071, - 38.908320089027505, - 39.176201253319874, - 39.489035565655385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 22.03125, -47.34375 22.1875, -47.1875 22.1875, -47.1875 22.03125, -47.34375 22.03125))", @@ -239477,68 +178509,7 @@ "id": "4601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.889785394805492, - 6.889785394805492, - 6.889785394805492, - 6.889785394805492, - 6.889785394805492, - 6.889785394805492, - 6.889785394805492, - 6.889785394805492 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1075.749296209254, - 599.2590681778945, - -113.74480303700125, - -675.1082121403465, - -817.7081735300223, - -573.9859019125862, - 54.24380656994413, - 747.4231334490971 - ], - "relative wind speed": [ - 2.4899697562814462, - 2.3259536466100084, - 1.9473954527515038, - 1.51474380217209, - 1.3393316376949724, - 1.607388645209547, - 2.04973402507002, - 2.3873227340911027 - ], - "relative wind angle": [ - 0.02146165977605243, - 0.1924056010810131, - 0.30003806730185667, - 0.2462193013649973, - 0.03990719390805715, - 0.2803621731696192, - 0.2846276522501965, - 0.1552743390535427 - ], - "resistance": [ - 97710.2492962093, - 97233.75906817794, - 96520.75519696304, - 95959.3917878597, - 95816.79182647003, - 96060.51409808746, - 96688.74380656998, - 97381.92313344913 - ], - "fuel": [ - 40.105356663502576, - 39.85841791825192, - 39.490485062665826, - 39.20213453421198, - 39.12907325463995, - 39.25399053815154, - 39.577002227970475, - 39.93511271780859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 21.875, -47.5 22.03125, -47.34375 22.03125, -47.34375 21.875, -47.5 21.875))", @@ -239557,68 +178528,7 @@ "id": "4602", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.751356351153755, - 5.751356351153755, - 5.751356351153755, - 5.751356351153755, - 5.751356351153755, - 5.751356351153755, - 5.751356351153755, - 5.751356351153755 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1007.1196600075634, - 651.5131226896267, - 28.44440813075198, - -504.0345734389439, - -688.6080832439782, - -534.5169562002771, - -22.332249384003035, - 605.8830339402166 - ], - "relative wind speed": [ - 2.2135060486816602, - 2.0898671845028103, - 1.730469538275441, - 1.2589064538168842, - 0.9819764819249118, - 1.2232505833811071, - 1.6939191290332323, - 2.0685843901427177 - ], - "relative wind angle": [ - 0.008848550508682865, - 0.20312954984617723, - 0.363842950909318, - 0.3649434950782178, - 0.019946876237894946, - 0.3518721249442012, - 0.3720725489256476, - 0.2189464543732591 - ], - "resistance": [ - 97641.61966000758, - 97286.01312268965, - 96662.94440813077, - 96130.46542656107, - 95945.89191675604, - 96099.98304379974, - 96612.167750616, - 97240.38303394023 - ], - "fuel": [ - 39.676583749150865, - 39.49230322351792, - 39.17055438672111, - 38.896730317885975, - 38.80206075437607, - 38.881086865791, - 39.14439729328383, - 39.4686911053023 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 21.875, -47.34375 22.03125, -47.1875 22.03125, -47.1875 21.875, -47.34375 21.875))", @@ -239650,11 +178560,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 989.7800621790509, - 582.2746786308269, - -59.39325603696648, + 989.7800621790245, + 582.2746786308267, + -59.393256036966704, -583.3784883453187, - -732.5496471340896, + -732.5496471340908, -540.1059902059421, 12.495445007466287, 645.8435782528575 @@ -239670,17 +178580,17 @@ 2.233053697821323 ], "relative wind angle": [ - 0.010444125290360392, - 0.1881979065989017, - 0.3068778829302676, + 0.010444125290392285, + 0.18819790659890173, + 0.30687788293026796, 0.26806392492748377, - 0.019938823698396828, + 0.019938823698402396, 0.28456609487107615, - 0.29907003046059055, - 0.1700404141104831 + 0.2990700304605906, + 0.17004041411048312 ], "resistance": [ - 97624.28006217908, + 97624.28006217905, 97216.77467863086, 96575.10674396306, 96051.12151165471, @@ -239690,7 +178600,7 @@ 97280.34357825288 ], "fuel": [ - 39.894450502279014, + 39.894450502279, 39.68334087415937, 39.35217503842945, 39.082881811483205, @@ -239730,17 +178640,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 891.5340791567658, + 891.5340791567626, 390.31481018432737, - -247.2337862085642, + -247.23378620856465, -681.1977507323197, - -734.8827045930472, + -734.8827045930468, -421.4875283514011, 184.47398755539257, 768.2063437138875 ], "relative wind speed": [ - 2.4027163852518774, + 2.402716385251877, 2.201097235493205, 1.8284397011557063, 1.4655281962970543, @@ -239750,17 +178660,17 @@ 2.3630712603905857 ], "relative wind angle": [ - 0.05741340595732022, + 0.05741340595732215, 0.20736143422012432, - 0.27868640915317405, - 0.17709125779548351, - 0.09866962011621469, + 0.2786864091531745, + 0.1770912577954835, + 0.09866962011621357, 0.26996753966917986, 0.2424692529797934, - 0.1094737288401186 + 0.10947372884011863 ], "resistance": [ - 97526.03407915682, + 97526.0340791568, 97024.81481018437, 96387.26621379147, 95953.30224926773, @@ -239770,7 +178680,7 @@ 97402.70634371393 ], "fuel": [ - 39.9850300942385, + 39.985030094238496, 39.725642276807065, 39.39705294751887, 39.17425524960294, @@ -239810,7 +178720,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 996.8019341165195, + 996.8019341165141, 483.8696800346156, -234.031455010836, -762.8412645624855, @@ -239820,9 +178730,9 @@ 770.904341302853 ], "relative wind speed": [ - 2.779469174361227, + 2.7794691743612265, 2.609540295118647, - 2.2721300283668464, + 2.272130028366846, 1.936216857960281, 1.843060974649153, 2.0766853626996675, @@ -239830,13 +178740,13 @@ 2.7153981156451774 ], "relative wind angle": [ - 0.031050356180044758, + 0.031050356180048335, 0.15091561433289277, - 0.20770409363528397, - 0.14005708982157997, + 0.20770409363528344, + 0.14005708982158, 0.04683577876613267, 0.19006211174251858, - 0.19312575603261098, + 0.193125756032611, 0.09970676475971216 ], "resistance": [ @@ -239890,19 +178800,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 752.7445407614791, + 752.7445407614764, 299.08924165794383, - -251.56549565156524, + -251.56549565156547, -607.2895080541012, -633.3687479314933, -336.3041644756536, - 199.02872550711913, + 199.0287255071189, 692.8459199793924 ], "relative wind speed": [ 2.2428291681368244, 2.041527410474339, - 1.6900636230028496, + 1.6900636230028494, 1.365282181693567, 1.331226012754467, 1.6231485473490757, @@ -239910,13 +178820,13 @@ 2.222262346985506 ], "relative wind angle": [ - 0.06829906309495304, - 0.2131208024287095, - 0.27418234666625896, + 0.0682990630949563, + 0.21312080242870948, + 0.27418234666625935, 0.1583873858136744, 0.11523463765447312, - 0.26927197682302045, - 0.23244469630192677, + 0.2692719768230205, + 0.23244469630192724, 0.09705375744147077 ], "resistance": [ @@ -239970,11 +178880,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 752.6629942784764, + 752.6629942784741, 267.2007746409897, - -300.3987599950369, + -300.39875999503784, -648.7721884213787, - -656.4232957731313, + -656.4232957731309, -325.51212040836845, 237.62529374673, 735.0597544718596 @@ -239982,7 +178892,7 @@ "relative wind speed": [ 2.3273954229631304, 2.114906299450067, - 1.7637410415729318, + 1.7637410415729313, 1.4589376482086704, 1.4496160692372624, 1.745086687694065, @@ -239990,12 +178900,12 @@ 2.3215635123037175 ], "relative wind angle": [ - 0.0741438450717035, + 0.07414384507170649, 0.20649798143021428, 0.2526226174279714, 0.13047183897534706, - 0.11921296002199394, - 0.25111521828327166, + 0.11921296002199301, + 0.2511152182832716, 0.211559448538307, 0.08185121498115266 ], @@ -240050,9 +178960,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1486.1147156516017, + 1486.1147156515826, 692.4136219456486, - -412.22220786572416, + -412.22220786572734, -1214.602645363415, -1349.5667647203286, -880.029806578636, @@ -240060,7 +178970,7 @@ 1171.0732218499425 ], "relative wind speed": [ - 3.7357691627692993, + 3.7357691627692984, 3.538070433653359, 3.160407368543869, 2.8015302688115007, @@ -240070,9 +178980,9 @@ 3.6687713847321235 ], "relative wind angle": [ - 0.027671605102416882, + 0.02767160510242491, 0.12337308446394236, - 0.16284395509664484, + 0.1628439550966469, 0.10342101826290558, 0.03812827381663441, 0.14738420412577716, @@ -240080,7 +178990,7 @@ 0.07891505582054077 ], "resistance": [ - 98120.61471565164, + 98120.61471565161, 97326.91362194569, 96222.27779213431, 95419.89735463662, @@ -240090,7 +179000,7 @@ 97805.57322184998 ], "fuel": [ - 42.85212146960634, + 42.852121469606324, 42.44004618689226, 41.87044066516616, 41.45954003679923, @@ -240117,68 +179027,7 @@ "id": "4609", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.651442896118581, - 10.651442896118581, - 10.651442896118581, - 10.651442896118581, - 10.651442896118581, - 10.651442896118581, - 10.651442896118581, - 10.651442896118581 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1363.7075858659668, - 535.808705224134, - -506.5213756376361, - -1192.6984518655058, - -1253.2216731627268, - -713.3281906253878, - 294.32960329242087, - 1223.0735719692952 - ], - "relative wind speed": [ - 3.479419628249784, - 3.245724720123538, - 2.8446178823806845, - 2.491732650345612, - 2.4471364520484036, - 2.749565203004447, - 3.162749890148435, - 3.4476232630024324 - ], - "relative wind angle": [ - 0.04642741762616683, - 0.14834180152953036, - 0.18273882463327776, - 0.10104225598600902, - 0.06603631185889183, - 0.17536605173486813, - 0.16418102803552323, - 0.07296773837504525 - ], - "resistance": [ - 97998.207585866, - 97170.30870522416, - 96127.9786243624, - 95441.80154813452, - 95381.2783268373, - 95921.17180937465, - 96928.82960329246, - 97857.57357196932 - ], - "fuel": [ - 42.16123054100677, - 41.731830153885426, - 41.19483916797699, - 40.84353893649657, - 40.81263710783331, - 41.08877639254498, - 41.60706436390721, - 42.0881090786922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 22.1875, -46.875 22.34375, -46.71875 22.34375, -46.71875 22.1875, -46.875 22.1875))", @@ -240210,19 +179059,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1197.9802449809254, + 1197.9802449809208, 444.9771568362653, - -480.5607157893555, + -480.5607157893569, -1072.9496817016889, -1110.3471075758775, -608.2822140511612, - 295.830644539034, + 295.8306445390331, 1111.0999862356098 ], "relative wind speed": [ - 3.277984971149809, + 3.2779849711498086, 3.049476111514558, - 2.6680468459985103, + 2.66804684599851, 2.340981568095983, 2.3117414477919853, 2.6057684927532314, @@ -240230,13 +179079,13 @@ 3.25716737217452 ], "relative wind angle": [ - 0.050661836228693934, + 0.050661836228696126, 0.15129742139707464, - 0.1824171060458763, + 0.18241710604587633, 0.09620352596707553, 0.0718681976028115, 0.17731311373944636, - 0.16230772959774895, + 0.16230772959774964, 0.06909146087130655 ], "resistance": [ @@ -240290,37 +179139,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1133.5324783293777, + 1133.532478329365, 398.27011545542655, - -492.60831119893146, - -1050.2425917838318, - -1074.3448113974832, + -492.60831119893237, + -1050.242591783831, + -1074.3448113974814, -575.6389906556306, 301.45772513153634, 1077.3992396459266 ], "relative wind speed": [ - 3.3104507971377317, + 3.310450797137731, 3.087813598324339, 2.7261425697096224, - 2.425411767690399, - 2.4071597710811394, + 2.4254117676903983, + 2.407159771081139, 2.6868029004347407, 3.0531376211036174, 3.2971018184050935 ], "relative wind angle": [ - 0.050027931191925876, + 0.050027931191932544, 0.14199130328552378, - 0.16672905013200134, - 0.08373457670181789, - 0.06882663363279419, + 0.16672905013200204, + 0.08373457670181655, + 0.06882663363279096, 0.16336163928177153, 0.148731108055137, 0.06156369737353242 ], "resistance": [ - 97768.03247832935, + 97768.03247832933, 97032.7701154554, 96141.89168880104, 95584.25740821614, @@ -240330,7 +179179,7 @@ 97711.89923964589 ], "fuel": [ - 41.80823205051233, + 41.808232050512316, 41.42738180546789, 40.96862108249623, 40.682968328772596, @@ -240357,68 +179206,7 @@ "id": "4612", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.783658711004197, - 12.783658711004197, - 12.783658711004197, - 12.783658711004197, - 12.783658711004197, - 12.783658711004197, - 12.783658711004197, - 12.783658711004197 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1719.4424914008714, - 761.3045698125661, - -535.8518848135509, - -1452.1982127829096, - -1585.8801094613527, - -1000.4333786378083, - 220.34774360944266, - 1407.1802256545534 - ], - "relative wind speed": [ - 4.0952076571902145, - 3.8739065665896417, - 3.46710552333629, - 3.092100264237571, - 3.0114485664049773, - 3.2912605695911727, - 3.717354908219411, - 4.0346578763897565 - ], - "relative wind angle": [ - 0.030913445702672047, - 0.1223833794099934, - 0.15703790060310302, - 0.09519643231939524, - 0.04204425674909858, - 0.1441884757227484, - 0.14638724490503185, - 0.07291153346394622 - ], - "resistance": [ - 98353.94249140087, - 97395.80456981256, - 96098.64811518644, - 95182.30178721709, - 95048.61989053864, - 95634.06662136219, - 96854.84774360944, - 98041.68022565455 - ], - "fuel": [ - 43.84097549325033, - 43.342988830688824, - 42.674242144916555, - 42.20559520302254, - 42.137487440711425, - 42.436250772622316, - 43.06333842138149, - 43.67830374510348 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 22.34375, -46.40625 22.5, -46.25 22.5, -46.25 22.34375, -46.40625 22.34375))", @@ -240437,68 +179225,7 @@ "id": "4613", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.20136072371902, - 15.20136072371902, - 15.20136072371902, - 15.20136072371902, - 15.20136072371902, - 15.20136072371902, - 15.20136072371902, - 15.20136072371902 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1928.9893478024596, - 842.5609027169803, - -639.3208070915707, - -1685.998769519615, - -1836.3287660496826, - -1171.6561071771412, - 224.35998211933656, - 1575.6806224893835 - ], - "relative wind speed": [ - 4.742968715413557, - 4.526598646827304, - 4.134327587839768, - 3.7806915965229786, - 3.705755721611395, - 3.9671504123474497, - 4.374438603989582, - 4.6834547884684286 - ], - "relative wind angle": [ - 0.02550557983998901, - 0.10010836151166397, - 0.12582311427982934, - 0.07448166832566262, - 0.03264665827594284, - 0.11428357541595588, - 0.11888305092089045, - 0.06010550134865993 - ], - "resistance": [ - 98563.48934780248, - 97477.060902717, - 95995.17919290844, - 94948.5012304804, - 94798.17123395033, - 95462.84389282287, - 96858.85998211935, - 98210.1806224894 - ], - "fuel": [ - 46.00723531907275, - 45.441982588333396, - 44.67806237006167, - 44.14341671713309, - 44.06696258286085, - 44.405634785506834, - 45.12230237376811, - 45.822932080672125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 22.1875, -46.5625 22.34375, -46.40625 22.34375, -46.40625 22.1875, -46.5625 22.1875))", @@ -240530,17 +179257,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1278.7757189454956, + 1278.7757189454892, 460.88654364884815, - -541.1222394535671, + -541.1222394535689, -1176.401879517934, -1211.257383008608, -661.4380198636209, - 320.64655318894575, + 320.64655318894484, 1197.5482848587212 ], "relative wind speed": [ - 3.533042666769787, + 3.533042666769786, 3.3022716819735742, 2.923438732013286, 2.605466859877289, @@ -240550,17 +179277,17 @@ 3.5149190203127 ], "relative wind angle": [ - 0.04754675034289957, + 0.0475467503429019, 0.1385035689793687, - 0.163841485140639, + 0.16384148514064037, 0.08393714995184126, 0.0651106898883103, 0.15951953088182402, - 0.1470127295258551, + 0.14701272952585584, 0.06218624171840712 ], "resistance": [ - 97913.2757189455, + 97913.27571894549, 97095.38654364884, 96093.37776054643, 95458.09812048207, @@ -240570,7 +179297,7 @@ 97832.04828485873 ], "fuel": [ - 42.33301018973134, + 42.33301018973133, 41.909044715058016, 41.39303076538785, 41.067809992163035, @@ -240597,68 +179324,7 @@ "id": "4615", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.370521135312375, - 14.370521135312375, - 14.370521135312375, - 14.370521135312375, - 14.370521135312375, - 14.370521135312375, - 14.370521135312375, - 14.370521135312375 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1685.0785577375264, - 713.8281629141529, - -590.7307326765113, - -1497.4428446192132, - -1616.2859433707881, - -1011.951209925397, - 224.72448255425934, - 1405.6929919674694 - ], - "relative wind speed": [ - 4.474772734432225, - 4.268061593883068, - 3.9008636041568097, - 3.5751761989231507, - 3.5125627448639447, - 3.761028887451477, - 4.140646230141971, - 4.424907141181336 - ], - "relative wind angle": [ - 0.02699023714587848, - 0.09991662790684942, - 0.12370546980748644, - 0.07137454007263175, - 0.03438637958376593, - 0.11344119733244531, - 0.11650814274547666, - 0.05765120790683508 - ], - "resistance": [ - 98319.57855773755, - 97348.32816291419, - 96043.76926732351, - 95137.05715538081, - 95018.21405662924, - 95622.54879007464, - 96859.22448255429, - 98040.1929919675 - ], - "fuel": [ - 45.12967331147574, - 44.625019404826595, - 43.9527048367309, - 43.48915402553802, - 43.428623006663166, - 43.73697806649669, - 44.3722139657686, - 44.98414718106128 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 22.03125, -46.5625 22.1875, -46.40625 22.1875, -46.40625 22.03125, -46.5625 22.03125))", @@ -240690,9 +179356,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1025.6291875237348, + 1025.629187523729, 450.46620018590374, - -319.72490486782226, + -319.7249048678227, -859.6042619799355, -935.5354319657258, -581.4659316747625, @@ -240700,8 +179366,8 @@ 848.7066550723175 ], "relative wind speed": [ - 3.066418494503645, - 2.8881571674551716, + 3.0664184945036443, + 2.888157167455171, 2.5616961982748427, 2.260008745800828, 2.1976399115300937, @@ -240710,17 +179376,17 @@ 3.020745608800543 ], "relative wind angle": [ - 0.03435489281412519, - 0.1326143104629496, - 0.17053611908253008, + 0.034354892814128415, + 0.13261431046294875, + 0.17053611908253075, 0.1032520813787377, 0.04794512521469529, 0.1579966948275419, - 0.1576274645570335, - 0.07718878183989861 + 0.15762746455703347, + 0.07718878183989862 ], "resistance": [ - 97660.12918752374, + 97660.12918752372, 97084.96620018591, 96314.77509513218, 95774.89573802006, @@ -240730,7 +179396,7 @@ 97483.20665507231 ], "fuel": [ - 41.2850779641222, + 41.28507796412219, 40.98721539848227, 40.590280471912806, 40.313357681568704, @@ -240770,19 +179436,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1020.0109082547674, + 1020.010908254761, 357.9614206315805, - -457.63902509783793, + -457.63902509783975, -972.9645533585003, -1000.1704778168851, -553.4197854656968, - 246.64888152946742, + 246.64888152946924, 956.2081388705051 ], "relative wind speed": [ - 3.446323856814416, + 3.4463238568144154, 3.255360421903446, - 2.9472689872083415, + 2.947268987208341, 2.6951143854894735, 2.676292594606012, 2.9055668468468907, @@ -240790,17 +179456,17 @@ 3.431624779476752 ], "relative wind angle": [ - 0.0395491858781451, - 0.11355689982741093, - 0.13114198417167194, + 0.0395491858781479, + 0.11355689982741092, + 0.1311419841716728, 0.0654125397957487, - 0.050937149669724645, + 0.05093714966972464, 0.12729798380727753, - 0.12006615711810072, + 0.1200661571180998, 0.05135936089456044 ], "resistance": [ - 97654.51090825477, + 97654.51090825476, 96992.46142063157, 96176.86097490216, 95661.5354466415, @@ -240810,7 +179476,7 @@ 97590.70813887051 ], "fuel": [ - 42.212759856791884, + 42.21275985679188, 41.87002180367786, 41.45003382235319, 41.18594645556, @@ -240850,37 +179516,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 978.0915736350944, + 978.0915736350803, 497.55043821944764, - -208.61257179409677, + -208.61257179409813, -748.07244032469, -860.2943942421077, -595.2813318024578, 46.64589979245466, - 716.5099136201543 + 716.5099136201538 ], "relative wind speed": [ - 2.9145139083977365, + 2.914513908397736, 2.7663931294886557, - 2.4601006180751477, + 2.4601006180751472, 2.1516578704342013, 2.0539718524384294, 2.249502332955261, 2.5809100414000246, - 2.843160231406552 + 2.8431602314065523 ], "relative wind angle": [ - 0.021036169306549002, + 0.021036169306559556, 0.12601778887294326, - 0.17585975702465748, + 0.17585975702465811, 0.12159820792438752, 0.02985181729425188, 0.15518645162541983, 0.16754808308203287, - 0.09192636950558294 + 0.09192636950558417 ], "resistance": [ - 97612.59157363512, + 97612.5915736351, 97132.05043821946, 96425.88742820591, 95886.42755967533, @@ -240890,7 +179556,7 @@ 97351.00991362018 ], "fuel": [ - 40.97828936348552, + 40.978289363485516, 40.72942950027725, 40.3652850169335, 40.08835393378566, @@ -240930,9 +179596,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 969.6856420468148, + 969.6856420467993, 396.1139663196909, - -353.33402706073184, + -353.3340270607341, -861.9102089127227, -919.2887302281688, -554.2189321337487, @@ -240942,7 +179608,7 @@ "relative wind speed": [ 3.2127994853373294, 3.0405003413296328, - 2.740169695321813, + 2.7401696953218124, 2.4760320094980526, 2.432765889077349, 2.644955212932064, @@ -240950,17 +179616,17 @@ 3.1795747973562674 ], "relative wind angle": [ - 0.033755637311617376, + 0.03375563731162724, 0.11624994172056394, - 0.1429263748302531, + 0.1429263748302539, 0.0805869430342183, 0.04458523205753594, 0.13373224636110614, 0.13247282681356126, - 0.06272874133982513 + 0.06272874133982512 ], "resistance": [ - 97604.18564204684, + 97604.18564204682, 97030.61396631972, 96281.1659729393, 95772.5897910873, @@ -240970,7 +179636,7 @@ 97469.85771430493 ], "fuel": [ - 41.65119907526119, + 41.65119907526118, 41.3542783116556, 40.96815645423555, 40.70732412837622, @@ -241010,9 +179676,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 992.0730501510793, + 992.0730501510639, 531.926640044835, - -167.97369787893786, + -167.9736978789383, -719.072302797485, -847.4420734236464, -606.6298796436888, @@ -241030,17 +179696,17 @@ 2.7340708420295163 ], "relative wind angle": [ - 0.016828110318743365, - 0.1322910250950146, - 0.19237261650040144, + 0.01682811031875656, + 0.13229102509501459, + 0.192372616500402, 0.14103060776767176, 0.024765116162220085, 0.16803473429799076, 0.18498767762565282, - 0.10473619880945577 + 0.10473619880945578 ], "resistance": [ - 97626.57305015107, + 97626.57305015106, 97166.42664004483, 96466.52630212104, 95915.4276972025, @@ -241050,7 +179716,7 @@ 97327.93636094322 ], "fuel": [ - 40.772745924112634, + 40.77274592411263, 40.5344065636111, 40.17339384614574, 39.89041662838367, @@ -241090,17 +179756,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 983.5045545906382, + 983.5045545906364, 375.41072624029357, - -391.96989964723844, + -391.96989964723934, -894.0057232738841, -935.3939917673711, -536.0503093889597, - 207.69399661009857, + 207.6939966100972, 886.7949887092832 ], "relative wind speed": [ - 3.184260214205081, + 3.18426021420508, 2.9966806898113743, 2.681016855363372, 2.410944602427372, @@ -241111,13 +179777,13 @@ ], "relative wind angle": [ 0.040242790066873965, - 0.12565769789627684, - 0.15089605092609074, - 0.08071677618073402, + 0.12565769789627687, + 0.15089605092609149, + 0.08071677618073403, 0.05387390137748571, - 0.14431737419749469, - 0.13777087881022484, - 0.061551341550044734 + 0.1443173741974947, + 0.13777087881022565, + 0.06155134155004474 ], "resistance": [ 97618.00455459066, @@ -241126,7 +179792,7 @@ 95740.49427672614, 95699.10600823266, 96098.44969061107, - 96842.19399661013, + 96842.19399661012, 97521.29498870931 ], "fuel": [ @@ -241136,7 +179802,7 @@ 40.60124865921274, 40.58006924310461, 40.78468938825712, - 41.167359097144114, + 41.1673590971441, 41.518566409696284 ] }, @@ -241170,9 +179836,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 830.4897023621202, + 830.4897023621156, 328.78466083571266, - -308.43348657174647, + -308.4334865717474, -730.8057686063241, -770.4781117534528, -444.91415276188604, @@ -241180,9 +179846,9 @@ 738.12322728154 ], "relative wind speed": [ - 2.7791813937535608, + 2.7791813937535603, 2.6025998161454322, - 2.2988074749394216, + 2.298807474939421, 2.032009126982567, 1.9959988376928062, 2.221336259204531, @@ -241190,7 +179856,7 @@ 2.7529619480328025 ], "relative wind angle": [ - 0.04297484721744367, + 0.04297484721744625, 0.13942019713116588, 0.171402763268348, 0.09503732198798663, @@ -241250,34 +179916,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 987.5429049937347, + 987.5429049937375, 379.8998285159255, - -391.2979475634306, + -391.29794756343153, -898.4361855432885, -942.452198716282, - -544.9957338718773, - 201.06974196904048, - 884.5915903349878 + -544.9957338718768, + 201.06974196903911, + 884.5915903349905 ], "relative wind speed": [ - 3.229964977591778, + 3.2299649775917776, 3.045688036061009, - 2.73461494613572, + 2.7346149461357196, 2.4681337674921004, 2.4349674280495934, 2.6618648574123247, 2.9805404255777237, - 3.204692783699735 + 3.2046927836997345 ], "relative wind angle": [ - 0.03845406227280138, - 0.12150445501746113, + 0.038454062272798496, + 0.12150445501746114, 0.14601927250197144, - 0.07849825294228246, + 0.07849825294228248, 0.05101856797143276, - 0.13913120023637038, - 0.13389531542650182, - 0.060431105501584446 + 0.13913120023637035, + 0.13389531542650263, + 0.06043110550158261 ], "resistance": [ 97622.04290499377, @@ -241287,7 +179953,7 @@ 95692.04780128374, 96089.50426612815, 96835.56974196907, - 97519.09159033501 + 97519.09159033503 ], "fuel": [ 41.679933259415506, @@ -241297,7 +179963,7 @@ 40.68557538617104, 40.889216703552435, 41.27305908387471, - 41.62654148266858 + 41.626541482668586 ] }, { @@ -241330,39 +179996,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 821.2846287263419, + 821.2846287263355, 390.1789553638773, - -220.86281851628883, + -220.86281851628974, -671.0694825257574, - -751.1334555673247, - -500.4608175401054, + -751.1334555673309, + -500.4608175401049, 64.84678144623149, 633.9501178174255 ], "relative wind speed": [ - 2.8560267545183216, + 2.856026754518321, 2.7168196600477437, - 2.4470688155383686, + 2.447068815538368, 2.189515468481587, - 2.120880233221641, + 2.1208802332216417, 2.2965001025414304, 2.5820294340333123, 2.8037553030666915 ], "relative wind angle": [ - 0.023886557617279217, + 0.023886557617283862, 0.1137040277860046, 0.15083868029706893, - 0.096875477411022, - 0.03216868434822378, - 0.13463152205212428, - 0.14289882633685447, - 0.07560597005234142 + 0.09687547741102201, + 0.03216868434823414, + 0.13463152205212425, + 0.1428988263368545, + 0.0756059700523414 ], "resistance": [ 97455.78462872635, 97024.6789553639, - 96413.63718148373, + 96413.63718148372, 95963.43051747426, 95883.36654443269, 96134.0391824599, @@ -241372,7 +180038,7 @@ "fuel": [ 40.90451843643597, 40.68147181716303, - 40.36651414484626, + 40.366514144846256, 40.13534685011727, 40.09431544857132, 40.22286040926444, @@ -241410,34 +180076,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 836.8654501636661, + 836.8654501636565, 336.4378712595376, -312.9098664885414, -750.0753973503429, - -796.5418705689735, + -796.5418705689758, -475.7024005809453, 147.11559828983445, - 728.0610415943902 + 728.0610415943879 ], "relative wind speed": [ - 3.000457690447118, + 3.0004576904471176, 2.8389012013592794, 2.559908883785561, 2.3165478230790906, 2.279104431273813, 2.477438864984567, 2.764765788910689, - 2.9716442492671806 + 2.971644249267181 ], "relative wind angle": [ - 0.034463067265373536, + 0.034463067265379975, 0.11591695627874368, - 0.14147604420006418, - 0.07870362929296912, - 0.04537747132796962, + 0.1414760442000642, + 0.07870362929296913, + 0.045377471327972076, 0.13292324368998298, 0.1309305161049746, - 0.06132859900720756 + 0.06132859900720937 ], "resistance": [ 97471.36545016365, @@ -241447,7 +180113,7 @@ 95837.958129431, 96158.79759941903, 96781.61559828982, - 97362.56104159438 + 97362.56104159437 ], "fuel": [ 41.202841563139415, @@ -241457,7 +180123,7 @@ 40.361303951922395, 40.52581814638663, 40.84626884665151, - 41.14647649133843 + 41.146476491338426 ] }, { @@ -241490,19 +180156,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 942.4536675204836, + 942.4536675204636, 531.7636699973655, - -135.7694869812317, + -135.76948698123306, -684.5094468444868, -824.8379850316396, -627.2667743403927, - -39.948146072128566, + -39.94814607212811, 613.5816357664189 ], "relative wind speed": [ 2.993764116322224, 2.877820603689965, - 2.6075633625397936, + 2.607563362539793, 2.3202666031078927, 2.205431837457545, 2.354719037768089, @@ -241510,19 +180176,19 @@ 2.9056696412964964 ], "relative wind angle": [ - 0.007317303947547813, + 0.007317303947562986, 0.10241520498124594, 0.15174987137811288, 0.11369630207968101, 0.009932951158658146, - 0.12527550045290337, - 0.14925145193660097, + 0.1252755004529034, + 0.14925145193660025, 0.09071890043879303 ], "resistance": [ - 97576.95366752052, + 97576.95366752049, 97166.2636699974, - 96498.7305130188, + 96498.73051301879, 95949.99055315554, 95809.66201496839, 96007.23322565964, @@ -241530,9 +180196,9 @@ 97248.08163576644 ], "fuel": [ - 41.18192038474548, + 41.18192038474547, 40.969235713321396, - 40.624878384486735, + 40.62487838448673, 40.34304411454826, 40.27115091767112, 40.37239175483744, @@ -241570,9 +180236,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 896.4212516360308, + 896.421251636023, 343.3231401160383, - -355.25664003988277, + -355.2566400398837, -812.8980366288347, -851.1557027684375, -488.3447098422066, @@ -241582,7 +180248,7 @@ "relative wind speed": [ 3.029716500938271, 2.8504831892180102, - 2.548295039926173, + 2.5482950399261726, 2.289218443395246, 2.258219005395366, 2.4806210392504524, @@ -241590,12 +180256,12 @@ 3.0063622653974225 ], "relative wind angle": [ - 0.04034975522124158, + 0.040349755221247084, 0.1264497006604702, 0.15212683492517456, - 0.08162263731324401, - 0.0541466037691437, - 0.14542859879928083, + 0.08162263731324403, + 0.05414660376914371, + 0.14542859879928086, 0.13885075279103629, 0.06212316746935328 ], @@ -241637,68 +180303,7 @@ "id": "4628", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.966351918696549, - 7.966351918696549, - 7.966351918696549, - 7.966351918696549, - 7.966351918696549, - 7.966351918696549, - 7.966351918696549, - 7.966351918696549 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -793.2357204765437, - -1101.947604220932, - -894.2076878656919, - -122.70462583410836, - 839.2151866141858, - 1465.93115398683, - 987.2852011739146, - 45.03350995193205 - ], - "relative wind speed": [ - 1.8406496159590031, - 1.5393070520170384, - 1.7603975813922943, - 2.2691938092371178, - 2.705399339400988, - 2.887509375564336, - 2.7582923974425717, - 2.3575275291035878 - ], - "relative wind angle": [ - 0.2804244364929437, - 0.03000008081458769, - 0.25504392915132107, - 0.30169349441460863, - 0.18943013789490445, - 0.01599107438676169, - 0.16171920192376563, - 0.29005429164395197 - ], - "resistance": [ - 95841.26427952349, - 95532.5523957791, - 95740.29231213433, - 96511.79537416591, - 97473.71518661421, - 98100.43115398686, - 97621.78520117395, - 96679.53350995196 - ], - "fuel": [ - 39.59194283119611, - 39.43400499342103, - 39.54024627240152, - 39.936210003238585, - 40.43300487263304, - 40.758532130697695, - 40.5097831723548, - 40.0225924994609 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 24.84375, -41.09375 25, -40.9375 25, -40.9375 24.84375, -41.09375 24.84375))", @@ -241717,68 +180322,7 @@ "id": "4629", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.783841300142155, - 6.783841300142155, - 6.783841300142155, - 6.783841300142155, - 6.783841300142155, - 6.783841300142155, - 6.783841300142155, - 6.783841300142155 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -454.1822325382868, - -866.3273515442876, - -819.275624762101, - -306.9777538391727, - 475.816266757329, - 1122.5560219760373, - 1014.912328679447, - 299.91784547569637 - ], - "relative wind speed": [ - 1.686275582993909, - 1.2774766934421093, - 1.3393999359048199, - 1.7985376704027927, - 2.2605782848098217, - 2.51431756571587, - 2.481883827912444, - 2.1723263501825083 - ], - "relative wind angle": [ - 0.3506163438491026, - 0.15476033343927176, - 0.22644676208605766, - 0.35324449603348623, - 0.2591055221679785, - 0.07839754786772431, - 0.12146337616935704, - 0.29048589840497085 - ], - "resistance": [ - 96180.31776746172, - 95768.17264845571, - 95815.2243752379, - 96327.52224616082, - 97110.31626675733, - 97757.05602197604, - 97649.41232867945, - 96934.41784547569 - ], - "fuel": [ - 39.275285040339156, - 39.06398981549874, - 39.08807995349222, - 39.35090583462898, - 39.754391435973915, - 40.08946895714668, - 40.03359051763035, - 39.66352723323577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 24.6875, -41.25 24.84375, -41.09375 24.84375, -41.09375 24.6875, -41.25 24.6875))", @@ -241797,68 +180341,7 @@ "id": "4630", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8169774518018125, - 6.8169774518018125, - 6.8169774518018125, - 6.8169774518018125, - 6.8169774518018125, - 6.8169774518018125, - 6.8169774518018125, - 6.8169774518018125 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -698.2815381995448, - -872.8844074558767, - -630.0042982888808, - 39.36068244148487, - 801.6813421077482, - 1203.8333164928486, - 700.8018151629167, - -74.11817509814296 - ], - "relative wind speed": [ - 1.479419575475617, - 1.2570713560057427, - 1.5443811768150484, - 2.032694305957485, - 2.4077405808433294, - 2.5309422338034726, - 2.3665975081622124, - 1.9631736661508694 - ], - "relative wind angle": [ - 0.29105815061659335, - 0.02917943614754691, - 0.31359424316989853, - 0.31878359740813744, - 0.1772509821398027, - 0.01449132719687454, - 0.2026909358479165, - 0.3304939930581748 - ], - "resistance": [ - 95936.21846180047, - 95761.61559254414, - 96004.49570171113, - 96673.8606824415, - 97436.18134210777, - 97838.33331649286, - 97335.30181516294, - 96560.38182490187 - ], - "fuel": [ - 39.16255682815954, - 39.073124268317464, - 39.19755966323995, - 39.541633238272624, - 39.93551938830301, - 40.144179984024674, - 39.8832714447108, - 39.48318435481363 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 24.6875, -41.09375 24.84375, -40.9375 24.84375, -40.9375 24.6875, -41.09375 24.6875))", @@ -241877,68 +180360,7 @@ "id": "4631", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.3828480266730745, - 6.3828480266730745, - 6.3828480266730745, - 6.3828480266730745, - 6.3828480266730745, - 6.3828480266730745, - 6.3828480266730745, - 6.3828480266730745 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -537.2419643884965, - -795.0702519161229, - -659.3614134801401, - -110.07497370901979, - 603.0164384181967, - 1095.994861822355, - 784.1200541192914, - 92.99211883158159 - ], - "relative wind speed": [ - 1.4670414356036838, - 1.1534039087836492, - 1.3416342764302975, - 1.8127400670657767, - 2.2176492513196377, - 2.3957959426585695, - 2.2956907988585957, - 1.945289753458602 - ], - "relative wind angle": [ - 0.3400508866032711, - 0.06093319407248375, - 0.29493218799374565, - 0.35009795801773325, - 0.2224741205901402, - 0.029321014303470026, - 0.17070239285754538, - 0.3253272778932992 - ], - "resistance": [ - 96097.25803561152, - 95839.42974808389, - 95975.13858651987, - 96524.42502629099, - 97237.51643841821, - 97730.49486182237, - 97418.62005411931, - 96727.4921188316 - ], - "fuel": [ - 39.08722802800125, - 38.955052369377206, - 39.02459266469224, - 39.30675956720134, - 39.67474745054427, - 39.930253138370055, - 39.768506521614206, - 39.41135881025433 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 24.84375, -40.9375 25, -40.78125 25, -40.78125 24.84375, -40.9375 24.84375))", @@ -241957,68 +180379,7 @@ "id": "4632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.862262619685874, - 6.862262619685874, - 6.862262619685874, - 6.862262619685874, - 6.862262619685874, - 6.862262619685874, - 6.862262619685874, - 6.862262619685874 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -464.8618299084326, - -835.4944370770404, - -775.8555761110503, - -275.59578705795207, - 466.23988664442277, - 1059.3803646069805, - 922.773609440283, - 241.16153229542124 - ], - "relative wind speed": [ - 1.69484455586638, - 1.3322501469693429, - 1.4078247208530836, - 1.8364186315272142, - 2.2653399204721536, - 2.495871104391181, - 2.4540359775662677, - 2.1521685885669837 - ], - "relative wind angle": [ - 0.317983522195836, - 0.12429978014725375, - 0.21205747695244465, - 0.3237530587237024, - 0.2361021088096554, - 0.06622661854849252, - 0.12103817788797765, - 0.2749031196871651 - ], - "resistance": [ - 96169.63817009158, - 95799.00556292298, - 95858.64442388897, - 96358.90421294206, - 97100.73988664444, - 97693.880364607, - 97557.2736094403, - 96875.66153229543 - ], - "fuel": [ - 39.299480516518024, - 39.109453693220615, - 39.13999659039591, - 39.396716155953854, - 39.77912016530844, - 40.086347478210946, - 40.015473627006536, - 39.66287960046286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 24.84375, -40.78125 25, -40.625 25, -40.625 24.84375, -40.78125 24.84375))", @@ -242037,68 +180398,7 @@ "id": "4633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.677906240064605, - 6.677906240064605, - 6.677906240064605, - 6.677906240064605, - 6.677906240064605, - 6.677906240064605, - 6.677906240064605, - 6.677906240064605 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -492.1231402438091, - -750.0146370326098, - -646.2894617984795, - -157.1577051723507, - 495.40212682480615, - 959.2635413772507, - 720.7780499322378, - 98.97138684317633 - ], - "relative wind speed": [ - 1.5958413764865214, - 1.3199696350554797, - 1.4513539667520057, - 1.8508769208632418, - 2.2197821800805975, - 2.3941225508401334, - 2.3168328142321757, - 2.012062933838196 - ], - "relative wind angle": [ - 0.27903022035002506, - 0.06361743979639066, - 0.22291544608610595, - 0.29474720461601184, - 0.1993241607470212, - 0.03505820966388841, - 0.13893580050552368, - 0.2705134233353335 - ], - "resistance": [ - 96142.3768597562, - 95884.4853629674, - 95988.21053820153, - 96477.34229482766, - 97129.90212682482, - 97593.76354137727, - 97355.27804993225, - 96733.47138684319 - ], - "fuel": [ - 39.21635951551714, - 39.084108185780316, - 39.13727054228903, - 39.388505201683316, - 39.72506819451381, - 39.96527195726455, - 39.84167577692203, - 39.520416932413895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 24.6875, -40.9375 24.84375, -40.78125 24.84375, -40.78125 24.6875, -40.9375 24.6875))", @@ -242130,9 +180430,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -476.4195304077448, + -476.4195304077451, -682.0737146342647, - -549.4189425157156, + -549.4189425157158, -61.464179338882786, 556.9234170617235, 971.1721591726016, @@ -242140,9 +180440,9 @@ 60.04442477390489 ], "relative wind speed": [ - 1.2991054297352953, + 1.299105429735295, 1.0091898219506072, - 1.2150149241468378, + 1.2150149241468375, 1.6711956953618556, 2.048682318048415, 2.2059714551923046, @@ -242150,14 +180450,14 @@ 1.758373994819065 ], "relative wind angle": [ - 0.35883583800610663, + 0.35883583800610724, 0.046111317300929336, - 0.3271490042668508, + 0.3271490042668512, 0.36637745110207315, 0.22457518199434628, - 0.021089135685819656, + 0.02108913568581966, 0.18704313149606883, - 0.3474217413525197 + 0.34742174135251974 ], "resistance": [ 96158.08046959221, @@ -242210,37 +180510,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -509.80936816501287, + -509.80936816501355, -723.8791776283025, - -591.2520723570631, + -591.2520723570633, -86.0785725225735, 552.688219551148, 977.871495034786, 672.6508577455634, - 49.24477282777161 + 49.244772827771385 ], "relative wind speed": [ - 1.448270362415291, + 1.4482703624152906, 1.1835283142811177, - 1.3651665879816897, + 1.3651665879816894, 1.7930767909629926, 2.159494169745556, 2.315202548614367, 2.212966854445406, - 1.88302356159593 + 1.8830235615959299 ], "relative wind angle": [ - 0.30412538066517886, - 0.03995273166697921, + 0.3041253806651792, + 0.039952731666979206, 0.2720610036218506, 0.32119057252174615, 0.20220799354834373, 0.02041976670165569, 0.16653886984471636, - 0.30533902223715403 + 0.30533902223715365 ], "resistance": [ - 96124.69063183504, + 96124.69063183502, 95910.62082237174, 96043.24792764298, 96548.42142747747, @@ -242277,68 +180577,7 @@ "id": "4636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.1129208021448695, - 6.1129208021448695, - 6.1129208021448695, - 6.1129208021448695, - 6.1129208021448695, - 6.1129208021448695, - 6.1129208021448695, - 6.1129208021448695 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -615.1651733484457, - -728.6622347580429, - -478.0075664495456, - 106.71585795013698, - 736.0435920765672, - 996.6428801668976, - 532.6942874334716, - -121.35122035287009 - ], - "relative wind speed": [ - 1.2726808541427086, - 1.1078872398620172, - 1.4195886852914592, - 1.876613229552119, - 2.2055145693831024, - 2.292726964994625, - 2.113948683590737, - 1.7211431837393745 - ], - "relative wind angle": [ - 0.28779282025884334, - 0.07440070644705725, - 0.3432009680385818, - 0.3216243919677373, - 0.16452767480223662, - 0.035926339095422366, - 0.22794208528205603, - 0.35187866454960803 - ], - "resistance": [ - 96019.33482665154, - 95905.83776524194, - 96156.49243355043, - 96741.21585795013, - 97370.54359207656, - 97631.14288016688, - 97167.19428743346, - 96513.14877964712 - ], - "fuel": [ - 38.955328409302844, - 38.8971465780773, - 39.025703274375886, - 39.32650719474276, - 39.65167877196295, - 39.786761051971936, - 39.54644768980015, - 39.209029496369006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 24.53125, -41.09375 24.6875, -40.9375 24.6875, -40.9375 24.53125, -41.09375 24.53125))", @@ -242370,9 +180609,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -634.789068874742, + -634.7890688747426, -806.7696923427397, - -607.6287146027034, + -607.6287146027037, -5.856429556188004, 693.0004796133542, 1089.9147173505241, @@ -242380,7 +180619,7 @@ -50.975944249873464 ], "relative wind speed": [ - 1.526282374654091, + 1.5262823746540906, 1.3131317220345926, 1.5515461950331162, 1.9945924640878554, @@ -242391,12 +180630,12 @@ ], "relative wind angle": [ 0.2653808207692968, - 0.01105579594696418, - 0.27467959695830635, + 0.011055795946964181, + 0.2746795969583068, 0.29538332416485175, 0.17126030504904485, 0.005867146631914474, - 0.18143477641668124, + 0.18143477641668126, 0.2996807193283375 ], "resistance": [ @@ -242450,9 +180689,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -779.4763938926258, + -779.476393892626, -897.9866525227761, - -585.4977384810661, + -585.4977384810663, 121.61053593041788, 859.1609011334142, 1131.7886847595476, @@ -242460,9 +180699,9 @@ -200.70875041805652 ], "relative wind speed": [ - 1.6267743430394257, + 1.6267743430394255, 1.4929985118235611, - 1.7887009803405949, + 1.7887009803405947, 2.2336435786223388, 2.5592562591290284, 2.6395345814660383, @@ -242470,14 +180709,14 @@ 2.0511030512243056 ], "relative wind angle": [ - 0.20982132342882973, + 0.20982132342883025, 0.06349885069557004, - 0.26751389038100487, + 0.26751389038100526, 0.259859073452986, - 0.13278494065449095, + 0.13278494065449092, 0.03590039971364707, - 0.19429887134341006, - 0.2835977082948853 + 0.1942988713434101, + 0.28359770829488523 ], "resistance": [ 95855.02360610737, @@ -242530,9 +180769,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -682.1725083187268, + -682.1725083187274, -837.5547208752442, - -601.4354842443181, + -601.4354842443183, 35.391725099411815, 748.6086257168172, 1106.6543645211245, @@ -242540,7 +180779,7 @@ -98.73064590985086 ], "relative wind speed": [ - 1.5501024689618008, + 1.5501024689618004, 1.3625059865590783, 1.6228680969278844, 2.068654990498054, @@ -242550,11 +180789,11 @@ 1.9881688366348758 ], "relative wind angle": [ - 0.2486098464928583, + 0.24860984649285833, 0.030835133237020904, - 0.27508603933742104, + 0.2750860393374215, 0.2848934089206662, - 0.15863883599723977, + 0.1586388359972398, 0.01663683191994634, 0.18740091656715802, 0.29677005811157864 @@ -242610,19 +180849,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -565.139020458773, + -565.1390204587733, -685.8630983838339, - -479.9527246996512, + -479.95272469965175, 49.270834172690456, 634.2023639334734, 912.0414958258445, - 509.09545922364305, + 509.0954592236433, -92.25050271131317 ], "relative wind speed": [ - 1.357795536452971, + 1.3577955364529708, 1.1920585375849964, - 1.4448755940096025, + 1.4448755940096023, 1.8582445963841947, 2.1719550769865905, 2.2671554905277578, @@ -242630,19 +180869,19 @@ 1.7629306836255303 ], "relative wind angle": [ - 0.25689499874509114, + 0.256894998745092, 0.04188206413888846, 0.29173871898519227, 0.29361144226295155, 0.15951261596050648, - 0.022016712241991015, - 0.19777239356712578, + 0.02201671224199102, + 0.1977723935671252, 0.3099995160872123 ], "resistance": [ - 96069.36097954125, + 96069.36097954123, 95948.63690161618, - 96154.54727530037, + 96154.54727530036, 96683.77083417271, 97268.7023639335, 97546.54149582586, @@ -242650,9 +180889,9 @@ 96542.2494972887 ], "fuel": [ - 39.01813787006262, + 39.0181378700626, 38.956230414529664, - 39.06185414218894, + 39.061854142188935, 39.33404834792228, 39.63610720401017, 39.780029422244404, @@ -242690,9 +180929,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -581.7053852388653, + -581.7053852388661, -736.5085277298132, - -563.7863563399696, + -563.7863563399699, -23.962862936612282, 602.9140096547164, 960.9248363942268, @@ -242700,21 +180939,21 @@ -53.739573649578006 ], "relative wind speed": [ - 1.5768896210692043, + 1.576889621069204, 1.3913767102248948, - 1.5929887848932294, - 1.9847354578092005, + 1.5929887848932291, + 1.9847354578092007, 2.3064253938480928, 2.422859844206193, 2.2953356411704804, 1.9664699684810876 ], "relative wind angle": [ - 0.22902574671212397, - 0.006799667617638113, - 0.23529871285034487, - 0.26287464080322787, - 0.15584840918785808, + 0.22902574671212494, + 0.006799667617638112, + 0.2352987128503449, + 0.2628746408032283, + 0.1558484091878581, 0.0039048277270678335, 0.1625116379718047, 0.2653750291679646 @@ -242770,9 +181009,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -840.3252568626394, + -840.3252568626408, -970.1315084418939, - -656.4432417247388, + -656.4432417247394, 84.22130286411539, 859.2468886238357, 1159.5984694045574, @@ -242780,7 +181019,7 @@ -221.90512459954607 ], "relative wind speed": [ - 1.9550882666729683, + 1.955088266672968, 1.8320183937670287, 2.0840092271614528, 2.490928234711619, @@ -242790,12 +181029,12 @@ 2.3384413747165014 ], "relative wind angle": [ - 0.16278813560882238, + 0.1627881356088244, 0.04265615421322275, - 0.2065236708028862, - 0.2128635896695282, + 0.20652367080288728, + 0.21286358966952823, 0.11333034921427754, - 0.027092955422207465, + 0.02709295542220747, 0.15850675746714593, 0.22697968068130503 ], @@ -242837,68 +181076,7 @@ "id": "4643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.20365274107881, - 9.20365274107881, - 9.20365274107881, - 9.20365274107881, - 9.20365274107881, - 9.20365274107881, - 9.20365274107881, - 9.20365274107881 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -920.7708515561997, - -1041.1628010979132, - -686.5314542565789, - 111.65317189228153, - 925.4767887413532, - 1204.7213105096857, - 588.5431196322188, - -278.87032663062973 - ], - "relative wind speed": [ - 2.1506195162367554, - 2.0468609374571307, - 2.299334469360533, - 2.6970871634064, - 2.997916489286021, - 3.069695079818768, - 2.8854338631065444, - 2.5176156206497953 - ], - "relative wind angle": [ - 0.1386151317368726, - 0.044726360853964676, - 0.18660470078856073, - 0.19090222821654027, - 0.09928342654423028, - 0.029817842314558467, - 0.14838331922822232, - 0.20469753447452219 - ], - "resistance": [ - 95713.72914844382, - 95593.3371989021, - 95947.96854574344, - 96746.15317189229, - 97559.97678874136, - 97839.2213105097, - 97223.04311963223, - 96355.62967336939 - ], - "fuel": [ - 40.13852894753887, - 40.07695105087261, - 40.258491919912274, - 40.668806049049515, - 41.089600347864774, - 41.23455395407191, - 40.91508703044799, - 40.467757664519574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 24.21875, -40.9375 24.375, -40.78125 24.375, -40.78125 24.21875, -40.9375 24.21875))", @@ -242930,17 +181108,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1041.7394697405593, + -1041.7394697405603, -1237.989642055326, -899.767938508071, 8.726763029275844, - 996.8234491310695, + 996.8234491310677, 1453.6190872606849, 792.9399313925333, -228.14090053694508 ], "relative wind speed": [ - 2.4769995688587954, + 2.476999568858795, 2.3281560951521403, 2.556601484647558, 2.9714556396323824, @@ -242950,11 +181128,11 @@ 2.8745252590905834 ], "relative wind angle": [ - 0.14175359049830408, + 0.14175359049830485, 0.021189166470528143, - 0.16491332438541884, + 0.16491332438541886, 0.18419254104629765, - 0.10591871936070332, + 0.10591871936070438, 0.01443887779208005, 0.12954161389047003, 0.19047853185185415 @@ -242997,68 +181175,7 @@ "id": "4645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.69079011115604, - 10.69079011115604, - 10.69079011115604, - 10.69079011115604, - 10.69079011115604, - 10.69079011115604, - 10.69079011115604, - 10.69079011115604 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1264.2935126851762, - -1334.001079259081, - -762.0047958731711, - 312.9537862421348, - 1310.7718692953686, - 1472.4490569064292, - 589.5574859334538, - -525.413732115011 - ], - "relative wind speed": [ - 2.47456437075203, - 2.4230041428682703, - 2.746057858348752, - 3.186679632348257, - 3.490261969760592, - 3.5262513192050946, - 3.2809394510038645, - 2.854902864079485 - ], - "relative wind angle": [ - 0.10989216159177635, - 0.06969900395542612, - 0.18681597548920686, - 0.17427293966785137, - 0.07783439944343061, - 0.047872011176857895, - 0.15608502070924077, - 0.19477169599206132 - ], - "resistance": [ - 95370.20648731485, - 95300.49892074095, - 95872.49520412686, - 96947.45378624217, - 97945.2718692954, - 98106.94905690645, - 97224.05748593349, - 96109.08626788502 - ], - "fuel": [ - 40.831851228931235, - 40.79627983694934, - 41.08870097042326, - 41.64154494334656, - 42.15856411164566, - 42.242685883504755, - 41.784495918184774, - 41.21000912880106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 24.0625, -40.9375 24.21875, -40.78125 24.21875, -40.78125 24.0625, -40.9375 24.0625))", @@ -243090,7 +181207,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1310.8091453462066, + -1310.8091453462093, -1330.5087368348522, -694.3333772954243, 403.84303887168335, @@ -243103,20 +181220,20 @@ 2.609067098220907, 2.595270123374962, 2.923025442646302, - 3.34270851751849, + 3.3427085175184903, 3.6171670273832532, 3.627078909222237, 3.3685383608695707, 2.9525291182165843 ], "relative wind angle": [ - 0.08661574980165977, - 0.07628431220350379, + 0.08661574980166234, + 0.0762843122035038, 0.17378194063825367, - 0.15528226422978808, + 0.15528226422978883, 0.06243852125065377, - 0.05455756405882927, - 0.15060891230907647, + 0.054557564058829264, + 0.1506089123090765, 0.17600459099340934 ], "resistance": [ @@ -243157,68 +181274,7 @@ "id": "4647", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.796485255702429, - 12.796485255702429, - 12.796485255702429, - 12.796485255702429, - 12.796485255702429, - 12.796485255702429, - 12.796485255702429, - 12.796485255702429 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1573.0470487710195, - -1546.595602679155, - -742.7950909319497, - 556.6175369228577, - 1636.1733304426689, - 1574.4542861725513, - 449.82421671687644, - -834.4771067251286 - ], - "relative wind speed": [ - 3.0333321126414337, - 3.049314336161092, - 3.3965566633013293, - 3.821621098221964, - 4.087246677553707, - 4.075336941657462, - 3.7907904112122703, - 3.3618300507878596 - ], - "relative wind angle": [ - 0.06574562098610276, - 0.07625422007136062, - 0.1560259431344529, - 0.13494077193857457, - 0.04877701886349096, - 0.05703179651178461, - 0.13968689608134127, - 0.15353374138238218 - ], - "resistance": [ - 95061.45295122897, - 95087.90439732085, - 95891.70490906805, - 97191.11753692286, - 98270.67333044267, - 98208.95428617255, - 97084.32421671688, - 95800.02289327487 - ], - "fuel": [ - 42.15391900531472, - 42.16739137696375, - 42.578028367711724, - 43.24694306726585, - 43.8074575977143, - 43.77529566817529, - 43.191730786513546, - 42.531069371360005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 23.90625, -41.25 24.0625, -41.09375 24.0625, -41.09375 23.90625, -41.25 23.90625))", @@ -243250,9 +181306,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -990.7826879695954, + -990.7826879695976, -1098.4855780218586, - -703.3154281826123, + -703.3154281826132, 144.50519178286913, 986.6517372825438, 1236.9925746169465, @@ -243260,7 +181316,7 @@ -335.39871735321594 ], "relative wind speed": [ - 2.3206844932638164, + 2.320684493263816, 2.2346489819725637, 2.48926499546918, 2.8791238793826106, @@ -243270,14 +181326,14 @@ 2.672568029162083 ], "relative wind angle": [ - 0.12018406342492102, - 0.04699875081424118, - 0.1722719017189073, - 0.17401128030110166, - 0.0878964116370014, - 0.03250101546088136, - 0.14087755222345116, - 0.18761425233907417 + 0.12018406342492195, + 0.04699875081424117, + 0.17227190171890794, + 0.1740112803011017, + 0.08789641163700142, + 0.03250101546088137, + 0.1408775522234512, + 0.1876142523390742 ], "resistance": [ 95643.7173120304, @@ -243330,19 +181386,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1000.8412450118617, + -1000.8412450118635, -1078.5033155093142, - -653.6176630597115, + -653.6176630597124, 193.30723167745828, - 1001.8932292717463, + 1001.8932292717482, 1182.6270922000103, 504.40829559209715, -386.96599867179793 ], "relative wind speed": [ - 2.372502616294971, + 2.3725026162949705, 2.3119675247208744, - 2.570452296016751, + 2.5704522960167506, 2.945433997367733, 3.2153768010374617, 3.259175171974101, @@ -243350,13 +181406,13 @@ 2.7003398312298987 ], "relative wind angle": [ - 0.1044372904279981, + 0.10443729042799917, 0.053796720145215124, 0.1653685960969746, - 0.1616609291137368, - 0.07699629854470326, + 0.16166092911373683, + 0.0769962985447018, 0.03815273629278582, - 0.1387501167059815, + 0.13875011670598147, 0.17648157935559225 ], "resistance": [ @@ -243410,34 +181466,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1088.6342941512721, + -1088.6342941512762, -1082.388773030601, -531.3171495521165, 379.1339366793768, - 1152.6463064813533, + 1152.646306481358, 1138.1343412917313, - 354.20931934967484, + 354.2093193496762, -552.6647278867754 ], "relative wind speed": [ - 2.3286652187221115, + 2.328665218722111, 2.3335411758488775, 2.6444282512373762, 3.0263650922909666, - 3.267158262097319, + 3.2671582620973187, 3.26367743367734, 3.017284215073963, 2.634030967669051 ], "relative wind angle": [ - 0.08128098546557161, - 0.0853382048169232, + 0.08128098546557572, + 0.08533820481692321, 0.1788170894378241, 0.15468910722606857, - 0.057901555821830084, + 0.05790155582182625, 0.06098087916412126, - 0.15652455025040546, - 0.1779596416603199 + 0.15652455025040474, + 0.17795964166031988 ], "resistance": [ 95545.86570584874, @@ -243490,13 +181546,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -961.6998143071905, + -961.6998143071942, -970.2839666176071, - -496.3463786018451, + -496.3463786018465, 310.69952768629037, - 1011.8934066935044, + 1011.8934066935062, 1031.8316471772873, - 344.91874842381003, + 344.9187484238096, -467.0453533812888 ], "relative wind speed": [ @@ -243504,23 +181560,23 @@ 2.1780053645897, 2.4670830075145083, 2.8313791346611583, - 3.066536269038531, + 3.0665362690385316, 3.0716217872995495, - 2.844656254528472, + 2.8446562545284726, 2.482309402189868 ], "relative wind angle": [ - 0.0877352205855566, - 0.08139371517165275, - 0.18008986359882406, + 0.08773522058556169, + 0.08139371517165274, + 0.18008986359882595, 0.15884418538149836, 0.06247903934145515, - 0.05768239771849714, - 0.1559751923559043, - 0.18141382400302133 + 0.05768239771849715, + 0.155975192355905, + 0.18141382400302136 ], "resistance": [ - 95672.80018569285, + 95672.80018569283, 95664.21603338243, 96138.15362139819, 96945.19952768632, @@ -243530,7 +181586,7 @@ 96167.45464661875 ], "fuel": [ - 40.23886600444369, + 40.23886600444368, 40.23447491655928, 40.477320559225404, 40.8927743525901, @@ -243570,30 +181626,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1160.021994218634, + -1160.0219942186363, -1163.7204061197635, - -579.9780104355273, - 400.7518292933705, + -579.9780104355277, + 400.75182929337143, 1248.5023072550812, 1257.068206523977, 415.37145352903326, -567.4842104807335 ], "relative wind speed": [ - 2.257770656017092, + 2.2577706560170916, 2.254811213109713, - 2.595103202929436, - 3.01362158857669, + 2.5951032029294354, + 3.0136215885766906, 3.2789005084416893, 3.280936340843223, 3.018966088841741, 2.6013077096521124 ], "relative wind angle": [ - 0.09562565109613093, - 0.09314923065771354, + 0.09562565109613325, + 0.09314923065771352, 0.19866649891183594, - 0.17159724301897136, + 0.17159724301897203, 0.06579263334896678, 0.06396753926179483, 0.17047712189971595, @@ -243650,37 +181706,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1541.2237139675171, + -1541.2237139675226, -1710.911821376275, - -1110.0946574961836, + -1110.0946574961845, 196.96085840570413, 1497.3908035950672, 1893.0858017010805, 880.2004463676931, - -523.8927723884062 + -523.8927723884071 ], "relative wind speed": [ - 3.0910682727174135, + 3.091068272717413, 2.9887176684707963, - 3.281611767236464, - 3.74012150223809, + 3.2816117672364635, + 3.7401215022380896, 4.087184077250798, 4.1626125745862, 3.935835483994198, - 3.503036953334772 + 3.5030369533347723 ], "relative wind angle": [ - 0.10706971295193307, + 0.1070697129519362, 0.04020671526528665, 0.15302871904648296, - 0.15767637399624074, + 0.15767637399624004, 0.0809086338257909, 0.028864283545510173, - 0.12743919717428442, - 0.1684466221752039 + 0.12743919717428445, + 0.16844662217520456 ], "resistance": [ - 95093.2762860325, + 95093.27628603249, 94923.58817862374, 95524.40534250383, 96831.46085840571, @@ -243690,7 +181746,7 @@ 96110.6072276116 ], "fuel": [ - 42.22310805417904, + 42.223108054179036, 42.136723559444484, 42.44306833441746, 43.11414964014777, @@ -243717,68 +181773,7 @@ "id": "4654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.48341031262131, - 9.48341031262131, - 9.48341031262131, - 9.48341031262131, - 9.48341031262131, - 9.48341031262131, - 9.48341031262131, - 9.48341031262131 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1081.6764039890445, - -1072.6428803304823, - -515.4507453998917, - 399.1571326951257, - 1177.1073488341294, - 1156.197599694297, - 363.51562335016615, - -545.8952210749189 - ], - "relative wind speed": [ - 2.140624191500172, - 2.1482177943929495, - 2.486095007082673, - 2.891801651919468, - 3.1436106174484335, - 3.138426349498069, - 2.87817498757961, - 2.4702313351842418 - ], - "relative wind angle": [ - 0.09337999223954747, - 0.10002839340373204, - 0.2037255012520274, - 0.1726536191929307, - 0.06353695734097475, - 0.06840753759575258, - 0.17566019439840297, - 0.2024971246806912 - ], - "resistance": [ - 95552.82359601096, - 95561.85711966951, - 96119.0492546001, - 97033.65713269512, - 97811.60734883414, - 97790.6975996943, - 96998.01562335016, - 96088.60477892509 - ], - "fuel": [ - 40.208568220878355, - 40.21318544078524, - 40.49856480002117, - 40.969507720222666, - 41.372533718036024, - 41.36167173238563, - 40.95109717987923, - 40.482942092847836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 23.75, -40.78125 23.90625, -40.625 23.90625, -40.625 23.75, -40.78125 23.75))", @@ -243797,68 +181792,7 @@ "id": "4655", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.731341758650666, - 11.731341758650666, - 11.731341758650666, - 11.731341758650666, - 11.731341758650666, - 11.731341758650666, - 11.731341758650666, - 11.731341758650666 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1256.886709071457, - -1488.1158670601103, - -1083.5319890748392, - 3.590600089783038, - 1182.0405070207244, - 1721.382689451616, - 933.5529170847612, - -285.96366273144304 - ], - "relative wind speed": [ - 2.8406699641290536, - 2.687413170984992, - 2.9254179722962594, - 3.3607301730644767, - 3.7186735309459045, - 3.830894037072681, - 3.6523784527659062, - 3.25629104637725 - ], - "relative wind angle": [ - 0.12950291123024266, - 0.019729404090042004, - 0.15161013578785903, - 0.170978946036661, - 0.09881084082591945, - 0.013839932087691242, - 0.12126634875363874, - 0.17651950771017452 - ], - "resistance": [ - 95377.61329092857, - 95146.38413293991, - 95550.9680109252, - 96638.09060008981, - 97816.54050702075, - 98355.88268945164, - 97568.05291708479, - 96348.53633726858 - ], - "fuel": [ - 41.53022772155704, - 41.412295855074376, - 41.61877286489752, - 42.17659665510776, - 42.78624961666532, - 43.06699374562838, - 42.65726844068873, - 42.02759105095087 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 23.90625, -40.3125 24.0625, -40.15625 24.0625, -40.15625 23.90625, -40.3125 23.90625))", @@ -243877,68 +181811,7 @@ "id": "4656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.587845766954626, - 10.587845766954626, - 10.587845766954626, - 10.587845766954626, - 10.587845766954626, - 10.587845766954626, - 10.587845766954626, - 10.587845766954626 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1231.808195327082, - -1349.3577271647569, - -836.3174350125273, - 221.67427651816342, - 1255.9717278278304, - 1528.57318096993, - 687.5361043146459, - -437.9954386162972 - ], - "relative wind speed": [ - 2.461820313481564, - 2.373848986741522, - 2.6790506895537027, - 3.127882247922906, - 3.4536079303738183, - 3.5146561682129938, - 3.287955960078119, - 2.864318354467628 - ], - "relative wind angle": [ - 0.12578541787814218, - 0.056582937846993454, - 0.18724020875845498, - 0.1835878031032405, - 0.08954644234873367, - 0.0382058291709381, - 0.15226245863339688, - 0.2007012774884184 - ], - "resistance": [ - 95402.69180467296, - 95285.14227283529, - 95798.18256498751, - 96856.17427651821, - 97890.47172782787, - 98163.07318096998, - 97322.03610431468, - 96196.50456138374 - ], - "fuel": [ - 40.78359390538682, - 40.72360527270975, - 40.98580079760066, - 41.529592868371424, - 42.06523270524614, - 42.2070698200219, - 41.77035974379025, - 41.190043531591904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 23.90625, -40.15625 24.0625, -40 24.0625, -40 23.90625, -40.15625 23.90625))", @@ -243957,68 +181830,7 @@ "id": "4657", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.734698371355048, - 9.734698371355048, - 9.734698371355048, - 9.734698371355048, - 9.734698371355048, - 9.734698371355048, - 9.734698371355048, - 9.734698371355048 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -924.0767510583496, - -1266.4625114424398, - -1050.6272795023547, - -198.49275000044736, - 862.4690285289466, - 1545.4657087099517, - 1045.136130284705, - 12.180988397803958 - ], - "relative wind speed": [ - 2.355603359528123, - 2.1007563952849697, - 2.2782686665096055, - 2.724978801442941, - 3.1319240104252026, - 3.308268091036058, - 3.188621501166077, - 2.8164349319990785 - ], - "relative wind angle": [ - 0.19659329897765387, - 0.022305572851132334, - 0.17374802400482234, - 0.22345342721010697, - 0.14744610520659596, - 0.01416337930361029, - 0.1238354821142212, - 0.21608025974207076 - ], - "resistance": [ - 95710.42324894163, - 95368.03748855754, - 95583.87272049763, - 96436.00724999954, - 97496.96902852893, - 98179.96570870993, - 97679.63613028469, - 96646.68098839778 - ], - "fuel": [ - 40.430385149741426, - 40.255407811957355, - 40.36566027901625, - 40.80263889693528, - 41.35048146190609, - 41.70537252509928, - 41.44522684927287, - 40.91108996863399 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 23.75, -40.3125 23.90625, -40.15625 23.90625, -40.15625 23.75, -40.3125 23.75))", @@ -244037,68 +181849,7 @@ "id": "4658", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.096433967929434, - 12.096433967929434, - 12.096433967929434, - 12.096433967929434, - 12.096433967929434, - 12.096433967929434, - 12.096433967929434, - 12.096433967929434 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1382.9956851678717, - -1631.976973634542, - -1177.343663898619, - 21.574086900914153, - 1314.8379998081346, - 1894.9524176819314, - 1019.8251459368958, - -321.75783818363016 - ], - "relative wind speed": [ - 2.911865525306474, - 2.751192529390558, - 3.009810483071223, - 3.4750388129762793, - 3.853905447031188, - 3.9701999569732744, - 3.7779080041895647, - 3.354944601693658 - ], - "relative wind angle": [ - 0.13361235957200635, - 0.02218406684183198, - 0.158214260412652, - 0.17633714484757038, - 0.10082308253361662, - 0.01537203094427751, - 0.12585402598886633, - 0.1827192634144777 - ], - "resistance": [ - 95251.50431483216, - 95002.52302636548, - 95457.15633610141, - 96656.07408690095, - 97949.33799980817, - 98529.45241768195, - 97654.32514593692, - 96312.7421618164 - ], - "fuel": [ - 41.7264975687446, - 41.59963679191293, - 41.83145519880996, - 42.446474122038, - 43.11588714771826, - 43.41818514152794, - 42.962636099515336, - 42.269805727835774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 23.75, -40.15625 23.90625, -40 23.90625, -40 23.75, -40.15625 23.75))", @@ -244117,68 +181868,7 @@ "id": "4659", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.504067824890962, - 10.504067824890962, - 10.504067824890962, - 10.504067824890962, - 10.504067824890962, - 10.504067824890962, - 10.504067824890962, - 10.504067824890962 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1192.6502505092235, - -1432.8538996761658, - -1044.2298371747092, - 13.501098864105188, - 1176.5640262909233, - 1733.8182472307103, - 962.5809814068721, - -233.6827123139933 - ], - "relative wind speed": [ - 2.4703764684944067, - 2.2881301936445957, - 2.5539621820726808, - 3.0348467274497506, - 3.424019881499154, - 3.548398548912498, - 3.3621346221611836, - 2.935366652716474 - ], - "relative wind angle": [ - 0.16659871842748053, - 0.022241582089281738, - 0.18971595754655593, - 0.20918840799306762, - 0.11993039731801135, - 0.014341451069144358, - 0.143744596500335, - 0.2163886573250673 - ], - "resistance": [ - 95441.8497494908, - 95201.64610032385, - 95590.2701628253, - 96648.00109886412, - 97811.06402629094, - 98368.31824723072, - 97597.08098140689, - 96400.81728768602 - ], - "fuel": [ - 40.75133551207079, - 40.62877305679345, - 40.82717344240868, - 41.37001264972989, - 41.97171498854176, - 42.261790097356865, - 41.8606345330288, - 41.242782422158655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 21.09375, -40.9375 21.25, -40.78125 21.25, -40.78125 21.09375, -40.9375 21.09375))", @@ -244197,68 +181887,7 @@ "id": "4660", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.115413475311335, - 14.115413475311335, - 14.115413475311335, - 14.115413475311335, - 14.115413475311335, - 14.115413475311335, - 14.115413475311335, - 14.115413475311335 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -955.7571477811871, - -1073.2159721717308, - -747.0468330873528, - 32.8991280700875, - 824.636887012889, - 1103.5398563336657, - 528.0664279092962, - -319.35666402532024 - ], - "relative wind speed": [ - 3.6608030060398757, - 3.5991767640623036, - 3.7398628185438474, - 3.986747473035383, - 4.190391692564943, - 4.243440562466015, - 4.11998632092646, - 3.881585471478615 - ], - "relative wind angle": [ - 0.052060378993961716, - 0.014658937979950997, - 0.07094662234905667, - 0.08089624663022849, - 0.04547603293433229, - 0.012433207899437183, - 0.06439132865473497, - 0.08309292212143468 - ], - "resistance": [ - 95678.74285221884, - 95561.2840278283, - 95887.45316691267, - 96667.39912807012, - 97459.13688701292, - 97738.0398563337, - 97162.56642790933, - 96315.1433359747 - ], - "fuel": [ - 43.54447388616801, - 43.48441087048958, - 43.65132535265914, - 44.05206163378915, - 44.461171705006684, - 44.60584318405416, - 44.30765334601464, - 43.87079228722645 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 21.09375, -40.78125 21.25, -40.625 21.25, -40.625 21.09375, -40.78125 21.09375))", @@ -244277,68 +181906,7 @@ "id": "4661", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.662675807426597, - 13.662675807426597, - 13.662675807426597, - 13.662675807426597, - 13.662675807426597, - 13.662675807426597, - 13.662675807426597, - 13.662675807426597 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1012.9087122713909, - -1131.6223044838634, - -774.9963568646081, - 55.163178018112376, - 890.7022777362881, - 1171.8180135875673, - 552.4056683797298, - -345.8071974970326 - ], - "relative wind speed": [ - 3.508071390229957, - 3.4433662966914413, - 3.601916835510906, - 3.873412210385984, - 4.093465469658784, - 4.148042065486825, - 4.011136938612523, - 3.7496269519342196 - ], - "relative wind angle": [ - 0.05853314419368472, - 0.018052769740481898, - 0.08147099027114033, - 0.09110144707584578, - 0.05015488273589929, - 0.01498568434425749, - 0.07314353647615905, - 0.09411771865897758 - ], - "resistance": [ - 95621.59128772859, - 95502.87769551612, - 95859.50364313538, - 96689.66317801809, - 97525.20227773627, - 97806.31801358756, - 97186.90566837971, - 96288.69280250295 - ], - "fuel": [ - 43.13315581786809, - 43.07247669510966, - 43.25491991056241, - 43.68144714745946, - 44.11332774373274, - 44.259217285246194, - 43.938153130002966, - 43.47511260468186 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 20.9375, -40.9375 21.09375, -40.78125 21.09375, -40.78125 20.9375, -40.9375 20.9375))", @@ -244357,68 +181925,7 @@ "id": "4662", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.760057446110986, - 12.760057446110986, - 12.760057446110986, - 12.760057446110986, - 12.760057446110986, - 12.760057446110986, - 12.760057446110986, - 12.760057446110986 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -994.2284168866681, - -1082.6005302150134, - -698.732346633481, - 116.00973905321098, - 904.3056304639995, - 1113.0165187566508, - 483.8579943337254, - -381.4576634556124 - ], - "relative wind speed": [ - 3.2373167503617424, - 3.185452952139494, - 3.3629279943900348, - 3.644990592830242, - 3.8625403817245934, - 3.9054228237582236, - 3.7536852887760435, - 3.480442719081139 - ], - "relative wind angle": [ - 0.06062487609131087, - 0.025963945443899263, - 0.09323658653785125, - 0.09895010451903213, - 0.05080234817391256, - 0.021176661149592435, - 0.08350674110616575, - 0.10364469277589008 - ], - "resistance": [ - 95640.27158311332, - 95551.89946978498, - 95935.76765336652, - 96750.50973905322, - 97538.805630464, - 97747.51651875665, - 97118.35799433372, - 96253.04233654439 - ], - "fuel": [ - 42.42124288349987, - 42.37606133630328, - 42.572530652614304, - 42.99134440491909, - 43.39891471906338, - 43.50721104711708, - 43.181244159825134, - 42.735330329969536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 20.9375, -40.78125 21.09375, -40.625 21.09375, -40.625 20.9375, -40.78125 20.9375))", @@ -244437,68 +181944,7 @@ "id": "4663", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.561234261708767, - 12.561234261708767, - 12.561234261708767, - 12.561234261708767, - 12.561234261708767, - 12.561234261708767, - 12.561234261708767, - 12.561234261708767 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1035.212238672112, - -1168.2707413569342, - -806.2683782013019, - 53.05875514051513, - 929.7628896232991, - 1243.3054084733121, - 603.6735986128369, - -331.7253035773565 - ], - "relative wind speed": [ - 3.1682602222457272, - 3.0884841994397982, - 3.2681230408958855, - 3.576960686923354, - 3.826542735645418, - 3.891216711183787, - 3.7416138140046855, - 3.447557742488161 - ], - "relative wind angle": [ - 0.07512956482755835, - 0.021089067174213966, - 0.10112060087113954, - 0.11246548485214101, - 0.06218655022021131, - 0.01673807163593202, - 0.0882882777001287, - 0.11670575626036662 - ], - "resistance": [ - 95599.28776132791, - 95466.2292586431, - 95828.23162179872, - 96687.55875514055, - 97564.26288962332, - 97877.80540847334, - 97238.17359861286, - 96302.77469642267 - ], - "fuel": [ - 42.248579079852405, - 42.18058231086522, - 42.36573025533843, - 42.80719013531435, - 43.260408747146144, - 43.42319117881963, - 43.091500447866274, - 42.609176302222295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 20.78125, -41.25 20.9375, -41.09375 20.9375, -41.09375 20.78125, -41.25 20.78125))", @@ -244517,68 +181963,7 @@ "id": "4664", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.655914642512352, - 8.655914642512352, - 8.655914642512352, - 8.655914642512352, - 8.655914642512352, - 8.655914642512352, - 8.655914642512352, - 8.655914642512352 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -582.0444792676394, - -775.2755131422236, - -644.7269519538195, - -129.19539255624613, - 503.115960900589, - 897.9410629010049, - 592.8786560803796, - -24.42833603685085 - ], - "relative wind speed": [ - 2.1588444814032255, - 2.0009487228878893, - 2.117551688749732, - 2.4124646600206465, - 2.688696700234027, - 2.808185116602506, - 2.721336856437965, - 2.463678896464791 - ], - "relative wind angle": [ - 0.14118209173520443, - 0.01297694942459325, - 0.12645310032981733, - 0.16810601951873808, - 0.1132253782768059, - 0.009246488574325364, - 0.09829302647110265, - 0.16457923432627278 - ], - "resistance": [ - 96052.45552073237, - 95859.2244868578, - 95989.77304804619, - 96505.30460744377, - 97137.6159609006, - 97532.44106290102, - 97227.3786560804, - 96610.07166396316 - ], - "fuel": [ - 40.02875810623423, - 39.92970721701232, - 39.99661163136578, - 40.26143444381709, - 40.587596091139304, - 40.79201104209505, - 40.63401847318194, - 40.3153730218957 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 20.78125, -41.09375 20.9375, -40.9375 20.9375, -40.9375 20.78125, -41.09375 20.78125))", @@ -244610,9 +181995,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -683.4891912462622, + -683.489191246264, -732.547126980055, - -445.8182030914786, + -445.8182030914795, 123.89598337710913, 662.7485141848224, 777.5306638454344, @@ -244620,24 +182005,24 @@ -274.3817859093315 ], "relative wind speed": [ - 2.182080676155609, + 2.1820806761556084, 2.1401231296924124, 2.3301969997423346, 2.6101363427269924, 2.8140662900993214, 2.846105787225877, 2.692698851471679, - 2.422319845664655 + 2.4223198456646546 ], "relative wind angle": [ - 0.0838341943805906, + 0.08383419438059193, 0.04433390798820712, - 0.13640052372846578, + 0.13640052372846662, 0.13575524061625532, 0.06497622478408217, - 0.0333320391274395, + 0.03333203912743949, 0.11794533262753897, - 0.14635414445877026 + 0.14635414445876874 ], "resistance": [ 95951.01080875372, @@ -244692,7 +182077,7 @@ "wind resistance": [ -544.6609411047164, -851.3263921328164, - -763.2535254830993, + -763.2535254831005, -247.61856079199697, 464.46233103245004, 983.1585439055225, @@ -244700,9 +182085,9 @@ 116.71257367618546 ], "relative wind speed": [ - 2.0612342546679536, + 2.061234254667953, 1.8201879774179215, - 1.9054737558703765, + 1.9054737558703763, 2.2395966738393174, 2.5800544173902678, 2.7554098018579456, @@ -244710,13 +182095,13 @@ 2.4268444918946606 ], "relative wind angle": [ - 0.19457086399359724, + 0.1945708639935967, 0.05252959753686699, - 0.13866380036189158, + 0.1386638003618932, 0.2105347369514738, 0.15508683036939763, 0.034691372606247925, - 0.09780552168104971, + 0.0978055216810497, 0.19407439347679542 ], "resistance": [ @@ -244770,17 +182155,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -650.4864888054349, + -650.4864888054358, -738.9759893320611, - -497.7049080200445, + -497.7049080200452, 60.831261571129744, - 634.0862647909539, + 634.0862647909548, 840.0381067134012, - 414.9540266701174, + 414.9540266701165, -194.2773529766896 ], "relative wind speed": [ - 1.9411897451094202, + 1.94118974510942, 1.8561668416248265, 2.0491594087180482, 2.3638544425420616, @@ -244790,19 +182175,19 @@ 2.2312581167803325 ], "relative wind angle": [ - 0.12380119088639077, + 0.12380119088639167, 0.03629836903829487, - 0.16420446729069155, + 0.16420446729069288, 0.17276364587588622, - 0.09206672503004901, - 0.025245585547577668, - 0.13314187156793278, + 0.0920667250300478, + 0.02524558554757767, + 0.13314187156793364, 0.18314338691412202 ], "resistance": [ 95984.01351119457, 95895.52401066794, - 96136.79509197996, + 96136.79509197995, 96695.33126157113, 97268.58626479095, 97474.5381067134, @@ -244812,7 +182197,7 @@ "fuel": [ 39.74520267006119, 39.699847941106654, - 39.82357847679274, + 39.82357847679273, 40.11084252868742, 40.406883828194815, 40.513540395101266, @@ -244837,68 +182222,7 @@ "id": "4668", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.23554515438669, - 16.23554515438669, - 16.23554515438669, - 16.23554515438669, - 16.23554515438669, - 16.23554515438669, - 16.23554515438669, - 16.23554515438669 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1358.4588864219422, - -1461.0428971225883, - -926.4335594519125, - 175.0780938156222, - 1220.3927880612118, - 1463.6892158922128, - 606.4296359256532, - -553.956205597322 - ], - "relative wind speed": [ - 4.181028183204214, - 4.134135903669851, - 4.323448946340915, - 4.620223927220679, - 4.847579413179186, - 4.887631652018637, - 4.720996933298116, - 4.430976607720255 - ], - "relative wind angle": [ - 0.04769011276641565, - 0.022970193438600617, - 0.07723802530558369, - 0.0816521051866743, - 0.041128637562189464, - 0.01942853543787163, - 0.07072256020902995, - 0.0851477502848295 - ], - "resistance": [ - 95276.04111357805, - 95173.4571028774, - 95708.06644054808, - 96809.57809381561, - 97854.8927880612, - 98098.1892158922, - 97240.92963592564, - 96080.54379440266 - ], - "fuel": [ - 45.307723035875156, - 45.255417192917356, - 45.5284351203684, - 46.09431562003337, - 46.6355012271567, - 46.76204518463554, - 46.31714439088619, - 45.719282998901164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 21.09375, -40.46875 21.25, -40.3125 21.25, -40.3125 21.09375, -40.46875 21.09375))", @@ -244917,68 +182241,7 @@ "id": "4669", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.349941047377506, - 15.349941047377506, - 15.349941047377506, - 15.349941047377506, - 15.349941047377506, - 15.349941047377506, - 15.349941047377506, - 15.349941047377506 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1414.9668115746526, - -1428.43193062507, - -766.9389608079027, - 374.21280590453443, - 1351.8405475984919, - 1383.6821325111496, - 430.44883121446856, - -718.4142862253093 - ], - "relative wind speed": [ - 3.889174327408186, - 3.8826257213858097, - 4.116189326252132, - 4.431251309435309, - 4.645018393433633, - 4.650493557886194, - 4.445093728455642, - 4.131087587662059 - ], - "relative wind angle": [ - 0.042463629023842084, - 0.03882126026932567, - 0.09201269447989761, - 0.08680583506578311, - 0.03555069037218099, - 0.03240880710867347, - 0.08518724590122734, - 0.0931307969940588 - ], - "resistance": [ - 95219.53318842538, - 95206.06806937496, - 95867.56103919212, - 97008.71280590456, - 97986.34054759852, - 98018.18213251118, - 97064.9488312145, - 95916.08571377472 - ], - "fuel": [ - 44.420435878818594, - 44.41357084221488, - 44.751622993477056, - 45.33862926183103, - 45.84537293404709, - 45.8619375077105, - 45.36768224564578, - 44.77648534871573 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 20.9375, -40.625 21.09375, -40.46875 21.09375, -40.46875 20.9375, -40.625 20.9375))", @@ -245010,9 +182273,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1126.2665434958863, + -1126.2665434958908, -1239.9542344298538, - -806.6422676779548, + -806.6422676779584, 130.76072404411116, 1052.6533881788519, 1319.5252444555326, @@ -245020,7 +182283,7 @@ -405.5337024184573 ], "relative wind speed": [ - 3.021382756723498, + 3.0213827567234977, 2.950525861353416, 3.1665190605359106, 3.509773430944145, @@ -245030,11 +182293,11 @@ 3.3239163064631874 ], "relative wind angle": [ - 0.08099558384466955, + 0.08099558384467229, 0.03176485641088354, - 0.11933276052058908, + 0.11933276052059096, 0.12552648754538473, - 0.06482898403236875, + 0.06482898403236877, 0.024475412331790264, 0.10339638172250229, 0.1325856156372016 @@ -245042,7 +182305,7 @@ "resistance": [ 95508.23345650412, 95394.54576557016, - 95827.85773232207, + 95827.85773232205, 96765.26072404413, 97687.15338817886, 97954.02524445555, @@ -245052,7 +182315,7 @@ "fuel": [ 41.93191224439616, 41.87384894628877, - 42.095410457420556, + 42.095410457420535, 42.577114908696515, 43.05403811812013, 43.19268932076872, @@ -245090,19 +182353,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -994.5903305560914, + -994.5903305560905, -967.0418629423361, - -454.08358986788835, + -454.0835898678879, 356.91532404460077, 1014.6760008902834, 950.0699589004876, - 244.20172115571813, + 244.20172115571904, -551.0698446311462 ], "relative wind speed": [ - 2.668213037922372, + 2.6682130379223716, 2.6873282102735514, - 2.9389664885581284, + 2.938966488558128, 3.246133533564181, 3.436334969867158, 3.4214070104474277, @@ -245110,13 +182373,13 @@ 2.8966145624057362 ], "relative wind angle": [ - 0.050805999908048786, - 0.06555043783044083, - 0.13118592151676928, + 0.050805999908046594, + 0.06555043783044084, + 0.13118592151676842, 0.11350429854393591, - 0.03944262157164974, + 0.039442621571649746, 0.05147214784825, - 0.12013456276784487, + 0.12013456276784394, 0.12727061152012545 ], "resistance": [ @@ -245157,68 +182420,7 @@ "id": "4672", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.524023357379887, - 12.524023357379887, - 12.524023357379887, - 12.524023357379887, - 12.524023357379887, - 12.524023357379887, - 12.524023357379887, - 12.524023357379887 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -1181.4161674798447, - -1123.312339279637, - -491.44916500941054, - 463.28020775074856, - 1206.0462434093479, - 1069.3607121996229, - 223.71060430312173, - -697.8258812385902 - ], - "relative wind speed": [ - 3.081564221849062, - 3.11662312506214, - 3.381204921745455, - 3.694126548397058, - 3.880524066896983, - 3.852423313120562, - 3.6224243766172988, - 3.3027161748438134 - ], - "relative wind angle": [ - 0.03940714415633102, - 0.0631884195449502, - 0.11849720858890742, - 0.09991775137760142, - 0.031290627066243595, - 0.05110787389985934, - 0.11057292027251481, - 0.11180609873832635 - ], - "resistance": [ - 95453.08383252012, - 95511.18766072032, - 96143.05083499054, - 97097.78020775071, - 97840.5462434093, - 97703.86071219957, - 96858.21060430308, - 95936.67411876137 - ], - "fuel": [ - 42.145764732873786, - 42.17544653582773, - 42.499039113958254, - 42.99079762402944, - 43.375724660631334, - 43.30473536292237, - 42.86708222522434, - 42.39318517896637 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 21.09375, -40.15625 21.25, -40 21.25, -40 21.09375, -40.15625 21.09375))", @@ -245237,68 +182439,7 @@ "id": "4673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.28687634035082, - 10.28687634035082, - 10.28687634035082, - 10.28687634035082, - 10.28687634035082, - 10.28687634035082, - 10.28687634035082, - 10.28687634035082 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -935.8848186776436, - -785.0853954626677, - -172.19166414962183, - 582.1921648089574, - 1053.0385479861234, - 699.0665420561181, - -35.01820495413358, - -703.2261727058458 - ], - "relative wind speed": [ - 2.453960304259189, - 2.5656445014203335, - 2.857644624805481, - 3.137685837274139, - 3.2612651668889514, - 3.1741518482855664, - 2.914041671281214, - 2.6101147963666946 - ], - "relative wind angle": [ - 0.011605395281979514, - 0.10359095272767241, - 0.14173477128854078, - 0.09754396834292012, - 0.008732470542426962, - 0.08367978396744945, - 0.1389737238309543, - 0.11734334624655567 - ], - "resistance": [ - 95698.61518132237, - 95849.41460453735, - 96462.3083358504, - 97216.69216480898, - 97687.53854798614, - 97333.56654205613, - 96599.48179504588, - 95931.27382729416 - ], - "fuel": [ - 40.74927459126004, - 40.826472863804156, - 41.14110045812849, - 41.53028071123766, - 41.77425971526699, - 41.590764669419485, - 41.21170956747093, - 40.86841423137021 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 20.9375, -40.3125 21.09375, -40.15625 21.09375, -40.15625 20.9375, -40.3125 20.9375))", @@ -245330,17 +182471,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -746.7880319258461, + -746.7880319258484, -757.6839890098072, -402.77481312268674, 212.438982705361, - 747.7024734646907, + 747.7024734646934, 773.2081537670911, - 256.8084660251611, + 256.80846602515976, -364.6255956411446 ], "relative wind speed": [ - 2.261315714660522, + 2.2613157146605216, 2.2523804392109166, 2.4658572956002933, 2.746857858532997, @@ -245350,27 +182491,27 @@ 2.4855221051855834 ], "relative wind angle": [ - 0.06664485565214741, + 0.06664485565214909, 0.05855849011214456, - 0.13710208661343506, + 0.1371020866134351, 0.125854320693957, - 0.05134618626129494, + 0.05134618626129278, 0.044835818078588906, - 0.12221140667513986, + 0.12221140667514076, 0.139168966466597 ], "resistance": [ - 95887.71196807417, + 95887.71196807416, 95876.81601099021, 96231.72518687733, 96846.93898270538, - 97382.2024734647, + 97382.20247346471, 97407.7081537671, 96891.30846602518, 96269.87440435887 ], "fuel": [ - 40.29898633181444, + 40.29898633181443, 40.293404010019266, 40.475461658889486, 40.792158109141596, @@ -245410,9 +182551,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -641.8488519078817, + -641.8488519078858, -582.4703067476128, - -206.17709879905897, + -206.1770987990601, 318.55341368529434, 700.3200762026213, 561.623465131297, @@ -245420,7 +182561,7 @@ -412.47808753950176 ], "relative wind speed": [ - 1.9055325291338212, + 1.9055325291338208, 1.9620571131311468, 2.2036042676335033, 2.461756430989239, @@ -245430,10 +182571,10 @@ 2.0804064835143365 ], "relative wind angle": [ - 0.03944075395124936, + 0.03944075395125499, 0.09819623371431434, - 0.15820567038333147, - 0.12160135278791409, + 0.15820567038333289, + 0.12160135278791408, 0.02890835998566537, 0.07529638429099697, 0.1481401584053909, @@ -245490,33 +182631,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -550.1282268935606, + -550.1282268935634, -1521.4851961506401, -1658.9501958525761, -1013.9567110597504, 296.0464119983144, 1569.1342587405616, - 1887.5556513464571, + 1887.5556513464599, 838.9750064516902 ], "relative wind speed": [ - 3.1230671105045698, + 3.1230671105045693, 2.6687060867396775, 2.574091145889864, 2.925061521117813, 3.43242190539644, 3.7964557334386613, - 3.8612333633195615, + 3.861233363319562, 3.6026494987767865 ], "relative wind angle": [ - 0.20782147633837708, + 0.20782147633837814, 0.129294671990281, 0.0613273721839708, 0.19514667162549354, - 0.18885349493223583, + 0.1888534949322358, 0.09075879556017528, - 0.04086964524656676, + 0.04086964524656677, 0.1580974424738737 ], "resistance": [ @@ -245570,11 +182711,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -737.5047006095915, + -737.5047006095924, -1549.6929526589247, - -1565.518607828677, + -1565.5186078286793, -790.6049755960616, - 528.5015862718292, + 528.5015862718301, 1682.8449041656768, 1719.4354555582759, 590.7228212291811 @@ -245590,17 +182731,17 @@ 3.438036934630991 ], "relative wind angle": [ - 0.21175791158260143, - 0.1052751019423054, - 0.09693968706753485, - 0.21028784030519165, - 0.18185059823266767, + 0.21175791158260193, + 0.10527510194230541, + 0.09693968706753714, + 0.21028784030519168, + 0.18185059823266708, 0.07101751389823213, 0.06497894024303275, 0.1780830796523347 ], "resistance": [ - 95896.9952993904, + 95896.99529939039, 95084.80704734106, 95068.9813921713, 95843.89502440393, @@ -245610,7 +182751,7 @@ 97225.22282122917 ], "fuel": [ - 41.450004331458764, + 41.45000433145876, 41.03507898794719, 41.02701846231879, 41.42280182183576, @@ -245650,9 +182791,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -795.7049500489993, + -795.7049500490002, -2010.5029997953925, - -2149.6278451931867, + -2149.6278451931894, -1269.0166917021807, 442.0614473794549, 2059.5069341254484, @@ -245660,20 +182801,20 @@ 995.1829851428483 ], "relative wind speed": [ - 3.663915254314451, + 3.6639152543144506, 3.1801949312895066, - 3.0998117875233775, - 3.4936462114087217, + 3.0998117875233766, + 3.493646211408722, 4.047555108092145, 4.437717605125575, 4.4942345539337465, 4.1954038534270355 ], "relative wind angle": [ - 0.19172416044349913, - 0.11210028498925564, + 0.1917241604434991, + 0.11210028498925566, 0.06296558467745886, - 0.18178502447886924, + 0.18178502447886985, 0.17335767194702864, 0.08025222749560135, 0.04341424533280423, @@ -245730,32 +182871,32 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -451.37571988204854, + -451.37571988205036, -1532.8197648858209, - -1741.3019958375166, - -1156.0542365637411, + -1741.3019958375176, + -1156.0542365637407, 176.60343003293747, 1543.5018038692751, 2026.8799892357083, 1001.2572914432649 ], "relative wind speed": [ - 3.2356528065087207, + 3.23565280650872, 2.754266765592752, - 2.613939748092806, - 2.9412261665034714, + 2.6139397480928057, + 2.941226166503472, 3.4605404750328828, 3.854711927960351, 3.9512160731791277, 3.714024515412339 ], "relative wind angle": [ - 0.2082816103018029, + 0.20828161030180345, 0.14279187789387718, 0.043917713721270416, - 0.18957490245448574, + 0.18957490245448633, 0.19456642460446624, - 0.1018572513116412, + 0.10185725131164118, 0.029048651641224693, 0.14979086526957147 ], @@ -245810,34 +182951,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -743.8728051815492, + -743.8728051815506, -1361.9471455191645, - -1301.740057093955, + -1301.7400570939556, -544.4770449522157, 618.6719007855559, 1563.3567998887747, 1424.5568234884386, - 384.34432574663424 + 384.3443257466338 ], "relative wind speed": [ - 2.5325624821594537, + 2.5325624821594532, 2.149166718120128, 2.1985232748295434, 2.6328561659005763, 3.1120682039727967, 3.388203602197613, 3.356387439234765, - 3.027690479870661 + 3.0276904798706616 ], "relative wind angle": [ - 0.23204411074898365, - 0.09430586415133477, - 0.1351376842297936, + 0.2320441107489846, + 0.09430586415133478, + 0.13513768422979444, 0.2382141135173825, - 0.18825453829062666, + 0.18825453829062663, 0.05976596737386984, 0.08836455935767011, - 0.20666350563422384 + 0.20666350563422492 ], "resistance": [ 95890.62719481843, @@ -245890,9 +183031,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -450.40045884750725, + -450.40045884750816, -988.7652429217133, - -999.1529418661894, + -999.1529418661901, -483.8860538943518, 389.0277883969079, 1163.660995307543, @@ -245900,7 +183041,7 @@ 428.65335416621383 ], "relative wind speed": [ - 2.0589930349426253, + 2.058993034942625, 1.6474674085249075, 1.6363833991869678, 2.037542443765526, @@ -245910,11 +183051,11 @@ 2.521935550096114 ], "relative wind angle": [ - 0.28792359888351093, + 0.2879235988835114, 0.15260378316120463, - 0.14133368051480003, + 0.1413336805148016, 0.28681643746945135, - 0.23562873358409891, + 0.2356287335840989, 0.08980466991141321, 0.08244885570545264, 0.2306013175566706 @@ -245957,68 +183098,7 @@ "id": "4682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.316098252354086, - 12.316098252354086, - 12.316098252354086, - 12.316098252354086, - 12.316098252354086, - 12.316098252354086, - 12.316098252354086, - 12.316098252354086 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -505.7490749464059, - -1558.0970016123006, - -1741.7384995364632, - -1132.6026415439337, - 204.43752193994897, - 1547.330207808871, - 1974.1279474142566, - 936.5958751561384 - ], - "relative wind speed": [ - 3.3572578594095384, - 2.908301752366322, - 2.7911093583029656, - 3.1078385390415533, - 3.6012304431397175, - 3.9726341332101516, - 4.055829087764547, - 3.8185574048862296 - ], - "relative wind angle": [ - 0.1896184898530988, - 0.12400761931608846, - 0.04446222506727399, - 0.17306348610681635, - 0.17663201528507516, - 0.09067569702391123, - 0.030592364340804406, - 0.14061335731624652 - ], - "resistance": [ - 96128.75092505362, - 95076.40299838773, - 94892.76150046356, - 95501.8973584561, - 96838.93752193998, - 98181.8302078089, - 98608.62794741428, - 97571.09587515617 - ], - "fuel": [ - 42.33634325880584, - 41.798289430612705, - 41.70481786833854, - 42.01534373592514, - 42.70178266266147, - 43.397922053558204, - 43.62057411351508, - 43.08049279182448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 25.9375, -39.53125 26.09375, -39.375 26.09375, -39.375 25.9375, -39.53125 25.9375))", @@ -246037,68 +183117,7 @@ "id": "4683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.400609979019297, - 8.400609979019297, - 8.400609979019297, - 8.400609979019297, - 8.400609979019297, - 8.400609979019297, - 8.400609979019297, - 8.400609979019297 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -277.92112428763585, - -956.7943101327232, - -1082.6902317203976, - -690.242552200019, - 165.19484648516755, - 1038.442875723525, - 1328.345560136568, - 651.2093654781565 - ], - "relative wind speed": [ - 2.2992224765181337, - 1.8580756447448614, - 1.734002141104084, - 2.0519388999785604, - 2.521588665766842, - 2.862234842610918, - 2.9390593683177673, - 2.726605975678326 - ], - "relative wind angle": [ - 0.2655058132940109, - 0.18697631223163735, - 0.06628093353215407, - 0.2500784488205184, - 0.24160146885072795, - 0.1209681312057553, - 0.0390861090081979, - 0.1873377785185126 - ], - "resistance": [ - 96356.57887571238, - 95677.70568986729, - 95551.80976827962, - 95944.2574478, - 96799.69484648519, - 97672.94287572354, - 97962.84556013659, - 97285.70936547816 - ], - "fuel": [ - 40.05963392488102, - 39.711486349774034, - 39.64711145453495, - 39.84797801497662, - 40.28780276546556, - 40.73959347799381, - 40.890207261422404, - 40.538901042722294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 25.78125, -40 25.9375, -39.84375 25.9375, -39.84375 25.78125, -40 25.78125))", @@ -246130,9 +183149,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -654.2070181363524, + -654.2070181363542, -1797.5633702528812, - -1952.8833758488704, + -1952.8833758488727, -1173.4279167703994, 385.40014646998407, 1894.36803341411, @@ -246142,7 +183161,7 @@ "relative wind speed": [ 3.274474560006802, 2.7588530226763837, - 2.655983058180665, + 2.6559830581806647, 3.0622555020603714, 3.63591543223718, 4.0411377944561115, @@ -246150,13 +183169,13 @@ 3.8163668474890096 ], "relative wind angle": [ - 0.22416445733225862, + 0.22416445733225962, 0.13962854373797007, - 0.06966579658832543, + 0.06966579658832703, 0.21236076502993587, - 0.20155603677615538, + 0.20155603677615536, 0.0951574146642097, - 0.04500423554506039, + 0.04500423554506038, 0.16993731731726028 ], "resistance": [ @@ -246210,14 +183229,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -266.491240667734, + -266.4912406677354, -1400.9490438319422, -1685.5654377023575, -1215.425825608902, 42.13556110226136, 1424.6583124460944, - 2083.2371563513, - 1156.2023205526116 + 2083.237156351312, + 1156.2023205526125 ], "relative wind speed": [ 3.0586253575780504, @@ -246226,18 +183245,18 @@ 2.625607839920398, 3.177951546723361, 3.6175914950217876, - 3.755862366579658, - 3.5441146401166814 + 3.7558623665796578, + 3.544114640116682 ], "relative wind angle": [ - 0.23823335384497654, - 0.18614762826002004, - 0.02652289806760672, + 0.23823335384497749, + 0.18614762826002001, + 0.026522898067606715, 0.21249978168808134, 0.22912491945045924, 0.12945788341909845, - 0.016329690219031766, - 0.15688817795034976 + 0.016329690219024966, + 0.15688817795035045 ], "resistance": [ 96368.0087593323, @@ -246246,7 +183265,7 @@ 95419.07417439112, 96676.63556110229, 98059.15831244612, - 98717.73715635133, + 98717.73715635134, 97790.70232055263 ], "fuel": [ @@ -246256,7 +183275,7 @@ 41.00421926556218, 41.64928011443025, 42.36523023947467, - 42.70878136438938, + 42.7087813643894, 42.225651781324714 ] }, @@ -246292,9 +183311,9 @@ "wind resistance": [ -369.593038210312, -1266.2564773216334, - -1426.63600755599, + -1426.6360075559926, -887.074242309659, - 260.4316278286542, + 260.43162782865375, 1426.7105393876686, 1795.1199578800156, 872.8821656618543 @@ -246302,7 +183321,7 @@ "relative wind speed": [ 2.530609844222179, 1.9908996759416147, - 1.844216392165872, + 1.8442163921658719, 2.2463028683546646, 2.816813999896375, 3.2209852179142313, @@ -246312,12 +183331,12 @@ "relative wind angle": [ 0.29378340413776344, 0.2089300375549487, - 0.08078267222607795, - 0.2812148195778957, - 0.26318074220326854, - 0.12855654878478937, + 0.0807826722260821, + 0.2812148195778956, + 0.263180742203269, + 0.12855654878478934, 0.04501418420507526, - 0.20595598201438592 + 0.2059559820143859 ], "resistance": [ 96264.90696178976, @@ -246370,9 +183389,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -101.30349235458743, - -1001.332681025051, - -1259.5852819083264, + -101.30349235458971, + -1001.3326810250512, + -1259.585281908327, -940.8985717605674, -0.9091560913120702, 1080.0774247328136, @@ -246380,9 +183399,9 @@ 991.641783759208 ], "relative wind speed": [ - 2.479589933417057, + 2.4795899334170564, 1.9432172233587355, - 1.6926334915134071, + 1.692633491513407, 1.9871618898558654, 2.52836470314085, 2.9605575712749927, @@ -246390,13 +183409,13 @@ 2.9312423873668627 ], "relative wind angle": [ - 0.2899978521765702, - 0.25139512198349845, + 0.28999785217657137, + 0.2513951219834985, 0.015023452921872732, - 0.2644216528647547, - 0.28424611041574266, + 0.26442165286475466, + 0.2842461104157426, 0.16400959342242752, - 0.008174732883685866, + 0.008174732883685865, 0.17811668287861462 ], "resistance": [ @@ -246450,17 +183469,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 25.173291137964043, + 25.173291137963588, -1012.3210693115147, - -1391.2073631525795, + -1391.207363152588, -1144.4643643153006, - -194.53950355879942, + -194.53950355879851, 986.6846741525619, 1748.7806358549037, 1178.3409693962408 ], "relative wind speed": [ - 2.827581871932261, + 2.8275818719322605, 2.3105038958851147, 2.0205091118237903, 2.2277873734037272, @@ -246470,11 +183489,11 @@ 3.2398330065601835 ], "relative wind angle": [ - 0.24154394964524115, - 0.22392544947374143, - 0.024364526145187738, + 0.24154394964524162, + 0.22392544947374146, + 0.024364526145201407, 0.20039460953592791, - 0.2501634183370661, + 0.2501634183370656, 0.16197985491756609, 0.014594038632866676, 0.13730678845120087 @@ -246530,33 +183549,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 110.43108682517504, + 110.43108682517459, -774.4394302829758, - -1151.991527074741, - -997.4495081125431, + -1151.9915270747424, + -997.4495081125428, -260.6123101472249, - 713.9248415868587, - 1393.5699492151934, + 713.9248415868592, + 1393.569949215199, 1036.5113787117211 ], "relative wind speed": [ - 2.6651571584692832, + 2.665157158469283, 2.2079466758142328, 1.9209903840392175, - 2.059767797705494, + 2.0597677977054936, 2.491733339220914, - 2.9046117106914564, + 2.904611710691456, 3.101869381123894, 3.011503666386699 ], "relative wind angle": [ 0.22354511023788018, 0.21950595372523407, - 0.04639120268792183, - 0.17311060895675362, - 0.23939746060423758, - 0.16628646383537116, - 0.02872375735193475, + 0.046391202687924224, + 0.17311060895675234, + 0.2393974606042376, + 0.1662864638353705, + 0.02872375735193089, 0.11808563313384109 ], "resistance": [ @@ -246566,7 +183585,7 @@ 95637.05049188746, 96373.8876898528, 97348.42484158688, - 98028.0699492152, + 98028.06994921522, 97671.01137871173 ], "fuel": [ @@ -246610,9 +183629,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 305.69929497808766, + 305.69929497808675, -572.8723474429494, - -1036.4789886535045, + -1036.4789886535054, -964.7101899228468, -345.4037788789751, 576.318539175639, @@ -246622,7 +183641,7 @@ "relative wind speed": [ 2.395751950422273, 1.8844601297758992, - 1.4764171262324117, + 1.4764171262324113, 1.558466328722634, 2.0377322536788802, 2.5180925648038306, @@ -246630,11 +183649,11 @@ 2.7318789958329277 ], "relative wind angle": [ - 0.27611809874914767, + 0.2761180987491481, 0.3208686931401482, - 0.12726508072992473, - 0.21292387506322324, - 0.3262798444919972, + 0.12726508072992476, + 0.21292387506322327, + 0.32627984449199726, 0.23827692698044198, 0.06752850170702984, 0.12084574049082282 @@ -246690,33 +183709,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 140.54324170326436, + 140.54324170326254, -786.9937041471564, - -1190.094776313076, + -1190.0947763130773, -1030.4212875309195, -264.07163423401425, 757.0089103163082, - 1478.7563536024418, + 1478.7563536024386, 1110.9049329830514 ], "relative wind speed": [ 2.613995205901891, 2.1186489045097305, - 1.7974284463908294, + 1.7974284463908292, 1.9483514486136093, 2.4193980423363333, 2.863177368442037, - 3.0750136266111086, + 3.075013626611109, 2.981674773751189 ], "relative wind angle": [ - 0.2471052183673711, + 0.2471052183673729, 0.24955428389076997, - 0.056000790793354384, + 0.056000790793356375, 0.19680270364432279, - 0.2674486643640569, + 0.26744866436405645, 0.18378334870276497, - 0.032722706152312694, + 0.03272270615231609, 0.12812084641956092 ], "resistance": [ @@ -246770,9 +183789,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -427.01061801307355, + -427.0106180130749, -926.7610426577303, - -935.9780581992363, + -935.9780581992366, -456.97582497284975, 354.4029348569161, 1071.7142812740426, @@ -246780,7 +183799,7 @@ 389.7794971213116 ], "relative wind speed": [ - 2.0431433430261765, + 2.043143343026176, 1.6616532648970883, 1.6518553775606648, 2.0238716236227905, @@ -246790,13 +183809,13 @@ 2.4780513277852085 ], "relative wind angle": [ - 0.2710072217794432, - 0.1412847809100626, - 0.13116652203913912, + 0.27100722177944403, + 0.14128478091006264, + 0.13116652203913998, 0.26984260965755624, 0.22401027102471993, 0.08568316110644214, - 0.07892834596672181, + 0.0789283459667218, 0.21947858428101552 ], "resistance": [ @@ -246850,19 +183869,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -158.16579657941952, + -158.16579657942066, -738.297258497882, - -873.5312099533112, + -873.5312099533124, -600.3510688472295, - 71.07265950675514, + 71.07265950675492, 793.5103737202046, 1105.1796434616065, 592.6660860420714 ], "relative wind speed": [ - 2.0727826935947706, + 2.07278269359477, 1.6578672501396239, - 1.5066847105875727, + 1.5066847105875725, 1.7724017508845151, 2.2027369758178987, 2.5298131275680924, @@ -246870,19 +183889,19 @@ 2.4509325394557226 ], "relative wind angle": [ - 0.2727215841599559, + 0.27272158415995634, 0.21097904359320005, - 0.04469295560811717, + 0.04469295560811965, 0.252263400489967, - 0.25625792566665306, - 0.13767234791747657, + 0.2562579256666531, + 0.1376723479174766, 0.02566974163653943, - 0.18149133544149312 + 0.18149133544149318 ], "resistance": [ 96476.33420342061, 95896.20274150214, - 95760.96879004673, + 95760.96879004671, 96034.1489311528, 96705.57265950678, 97428.01037372023, @@ -246892,7 +183911,7 @@ "fuel": [ 39.68345582593713, 39.385581028136116, - 39.31632367768456, + 39.31632367768455, 39.45629750914093, 39.801505999286704, 40.17481653134308, @@ -246917,68 +183936,7 @@ "id": "4694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.523210626394022, - 7.523210626394022, - 7.523210626394022, - 7.523210626394022, - 7.523210626394022, - 7.523210626394022, - 7.523210626394022, - 7.523210626394022 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -229.2513769781142, - -811.8555799700648, - -921.0889764513696, - -583.4127244045931, - 150.34723108146136, - 902.0723000323806, - 1153.2080732531313, - 568.9481124944609 - ], - "relative wind speed": [ - 2.0627966455482363, - 1.6358715276345446, - 1.5138625323276953, - 1.8241046175518114, - 2.2751223789973225, - 2.599083720347252, - 2.6719902831997477, - 2.470618178619604 - ], - "relative wind angle": [ - 0.2849820214949722, - 0.2044715842926092, - 0.07284852607674647, - 0.27082068952697363, - 0.25774717796118407, - 0.12815064798512407, - 0.04124879855391029, - 0.19882419780039695 - ], - "resistance": [ - 96405.2486230219, - 95822.64442002993, - 95713.41102354863, - 96051.0872755954, - 96784.84723108145, - 97536.57230003238, - 97787.70807325313, - 97203.44811249446 - ], - "fuel": [ - 39.68677894768462, - 39.38779128072821, - 39.331874206557316, - 39.50487574132967, - 39.88226537718151, - 40.27097248713565, - 40.40130006108358, - 40.098458924465575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 25.9375, -39.21875 26.09375, -39.0625 26.09375, -39.0625 25.9375, -39.21875 25.9375))", @@ -246997,68 +183955,7 @@ "id": "4695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.781765502044324, - 7.781765502044324, - 7.781765502044324, - 7.781765502044324, - 7.781765502044324, - 7.781765502044324, - 7.781765502044324, - 7.781765502044324 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 41.57293133519761, - -671.2512815799262, - -942.734273439472, - -781.4545090366751, - -141.57670644820837, - 665.7387400248977, - 1198.2288940982871, - 826.04972907298 - ], - "relative wind speed": [ - 2.286591775215769, - 1.844823800675471, - 1.5866469190849442, - 1.7577503784467041, - 2.1874367346971577, - 2.5709933020621176, - 2.737870151951187, - 2.6312915121395104 - ], - "relative wind angle": [ - 0.254549812206148, - 0.2427367180875676, - 0.03234245558699993, - 0.21258468320686677, - 0.2663626627126399, - 0.17333774631023333, - 0.018740886972965113, - 0.1414140645075326 - ], - "resistance": [ - 96676.07293133518, - 95963.24871842006, - 95691.76572656051, - 95853.04549096331, - 96492.92329355178, - 97300.23874002488, - 97832.72889409827, - 97460.54972907297 - ], - "fuel": [ - 39.93817194403347, - 39.57181079565483, - 39.43277732689234, - 39.51533980162766, - 39.84386037713005, - 40.26051907915093, - 40.5366667178854, - 40.34354482261743 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 26.09375, -39.0625 26.25, -38.90625 26.25, -38.90625 26.09375, -39.0625 26.09375))", @@ -247077,68 +183974,7 @@ "id": "4696", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.1686762608128785, - 7.1686762608128785, - 7.1686762608128785, - 7.1686762608128785, - 7.1686762608128785, - 7.1686762608128785, - 7.1686762608128785, - 7.1686762608128785 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -243.70415599176476, - -756.1083233056117, - -836.4202137565802, - -503.503804252279, - 176.07158717760626, - 851.6158335857999, - 1036.0940415557852, - 483.29028798092895 - ], - "relative wind speed": [ - 1.9430635453477334, - 1.5408901246416682, - 1.4464572083083058, - 1.7591011425677685, - 2.189489274621044, - 2.4889790775982172, - 2.545018815151045, - 2.33985520816068 - ], - "relative wind angle": [ - 0.28725208586522133, - 0.195190331696613, - 0.08850528411552464, - 0.27617693102722013, - 0.2541581637950496, - 0.1203640097450679, - 0.05025734005825463, - 0.20646389334688509 - ], - "resistance": [ - 96390.79584400821, - 95878.39167669437, - 95798.07978624341, - 96130.9961957477, - 96810.57158717759, - 97486.11583358579, - 97670.59404155577, - 97117.79028798091 - ], - "fuel": [ - 39.53296017234492, - 39.26995921644256, - 39.22882621193237, - 39.39949107776722, - 39.749145904157096, - 40.09842983145539, - 40.19410777099653, - 39.90777997197764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 26.09375, -38.90625 26.25, -38.75 26.25, -38.75 26.09375, -38.90625 26.09375))", @@ -247157,68 +183993,7 @@ "id": "4697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.218825167391493, - 9.218825167391493, - 9.218825167391493, - 9.218825167391493, - 9.218825167391493, - 9.218825167391493, - 9.218825167391493, - 9.218825167391493 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -578.8796872977609, - -1100.180617180561, - -1070.7745240168233, - -480.68473972118136, - 454.287397592022, - 1230.948082568229, - 1163.034656801016, - 339.1066372379091 - ], - "relative wind speed": [ - 2.375193452533175, - 2.0359446925330915, - 2.0616598421046417, - 2.428153796551226, - 2.8491461864674954, - 3.1006623708112864, - 3.0836239433938437, - 2.8041481895778264 - ], - "relative wind angle": [ - 0.2178477702900757, - 0.0944758990028766, - 0.11752118397675353, - 0.2216994892003851, - 0.18116532711673328, - 0.06198182867967204, - 0.0784724889161215, - 0.19157382136533826 - ], - "resistance": [ - 96055.62031270225, - 95534.31938281943, - 95563.72547598317, - 96153.81526027882, - 97088.78739759202, - 97865.44808256823, - 97797.53465680101, - 96973.60663723791 - ], - "fuel": [ - 40.32182208642407, - 40.05491349939612, - 40.06994264880888, - 40.37221155074694, - 40.853796658106454, - 41.256312062176214, - 41.22102541361501, - 40.79429371564319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 25.9375, -39.0625 26.09375, -38.90625 26.09375, -38.90625 25.9375, -39.0625 25.9375))", @@ -247237,68 +184012,7 @@ "id": "4698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.805016346149687, - 8.805016346149687, - 8.805016346149687, - 8.805016346149687, - 8.805016346149687, - 8.805016346149687, - 8.805016346149687, - 8.805016346149687 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 10.966496660467783, - -817.3034926034368, - -1116.0082458603065, - -916.8627580867908, - -154.6140965128984, - 789.3836418558294, - 1394.361840704842, - 933.5918826163047 - ], - "relative wind speed": [ - 2.557101805432985, - 2.10211691840361, - 1.8503422859353613, - 2.0337934514873264, - 2.477729111343462, - 2.8738503186333144, - 3.0420625597490583, - 2.9226007919718966 - ], - "relative wind angle": [ - 0.23521926331470208, - 0.21587736097436047, - 0.02207756715920819, - 0.1942153883894831, - 0.24290364884620688, - 0.1573310694220366, - 0.013428049013664758, - 0.1347105536306558 - ], - "resistance": [ - 96645.46649666045, - 95817.19650739655, - 95518.49175413969, - 95717.6372419132, - 96479.88590348708, - 97423.88364185582, - 98028.86184070483, - 97568.0918826163 - ], - "fuel": [ - 40.40876840701455, - 39.98334530253729, - 39.830548329646824, - 39.932380686471724, - 40.323517336384384, - 40.81091257434568, - 41.12501220851525, - 40.88566066408859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 25.9375, -38.90625 26.09375, -38.75 26.09375, -38.75 25.9375, -38.90625 25.9375))", @@ -247317,68 +184031,7 @@ "id": "4699", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.203888564308262, - 11.203888564308262, - 11.203888564308262, - 11.203888564308262, - 11.203888564308262, - 11.203888564308262, - 11.203888564308262, - 11.203888564308262 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -312.1687299246446, - -1238.1580819393835, - -1444.286787578223, - -1017.3997676248109, - 56.21552838960997, - 1196.5995528589747, - 1676.2159125932476, - 879.6616643015523 - ], - "relative wind speed": [ - 3.096760537876614, - 2.6746789063577485, - 2.5303950666127704, - 2.7886971846216073, - 3.2358730565478275, - 3.5926164580883033, - 3.6956597616533617, - 3.504849252040029 - ], - "relative wind angle": [ - 0.18932186740297377, - 0.13578059570352966, - 0.027969986137804513, - 0.16648434634856663, - 0.18109052502449216, - 0.10094878409536999, - 0.019149547563876317, - 0.13224031151614662 - ], - "resistance": [ - 96322.33127007537, - 95396.34191806063, - 95190.21321242179, - 95617.1002323752, - 96690.71552838963, - 97831.09955285898, - 98310.71591259327, - 97514.16166430157 - ], - "fuel": [ - 41.65311771960418, - 41.17878492591106, - 41.07363084110521, - 41.291577463592176, - 41.84270761422711, - 42.43281032108713, - 42.68243801717894, - 42.26832219350801 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 25.78125, -39.375 25.9375, -39.21875 25.9375, -39.21875 25.78125, -39.375 25.78125))", @@ -247397,68 +184050,7 @@ "id": "4700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.580348152994496, - 8.580348152994496, - 8.580348152994496, - 8.580348152994496, - 8.580348152994496, - 8.580348152994496, - 8.580348152994496, - 8.580348152994496 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 228.572034884382, - -613.2715571865417, - -1041.312878362654, - -962.480844300959, - -352.56540787966105, - 535.077061410459, - 1221.8809687277144, - 1040.142632314943 - ], - "relative wind speed": [ - 2.5905904549543655, - 2.152487069107906, - 1.8336776070832936, - 1.9086935552740416, - 2.3045522154829627, - 2.7182566539073076, - 2.9427446801361112, - 2.8946517461075407 - ], - "relative wind angle": [ - 0.21616558690705487, - 0.23287970461427654, - 0.08018057414871545, - 0.1520232618868364, - 0.24350714601674853, - 0.18377928659963064, - 0.049929196601717483, - 0.10002307605281234 - ], - "resistance": [ - 96863.07203488438, - 96021.22844281346, - 95593.18712163734, - 95672.01915569905, - 96281.93459212033, - 97169.57706141045, - 97856.38096872771, - 97674.64263231495 - ], - "fuel": [ - 40.408262423169575, - 39.97520713083276, - 39.75602842054545, - 39.79634317341105, - 40.10903588395557, - 40.56658745216173, - 40.92262495622094, - 40.82824145993969 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 25.78125, -39.21875 25.9375, -39.0625 25.9375, -39.0625 25.78125, -39.21875 25.78125))", @@ -247477,68 +184069,7 @@ "id": "4701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.536735688364306, - 9.536735688364306, - 9.536735688364306, - 9.536735688364306, - 9.536735688364306, - 9.536735688364306, - 9.536735688364306, - 9.536735688364306 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 559.8430946367098, - -438.00109599452753, - -1108.7156607797099, - -1181.1733294295752, - -680.4821160819615, - 275.53672393278066, - 1176.937811818667, - 1344.4014445188923 - ], - "relative wind speed": [ - 2.973082164413483, - 2.5492245484434415, - 2.1586050123748786, - 2.0975106105287256, - 2.422971379840118, - 2.8655648772085445, - 3.1702416728741576, - 3.210990050217736 - ], - "relative wind angle": [ - 0.17196333183847545, - 0.22060571563726458, - 0.1301434456532926, - 0.0771445476149195, - 0.21154163896906478, - 0.19591516199564077, - 0.088479622056314, - 0.050364347067274114 - ], - "resistance": [ - 97194.34309463672, - 96196.49890400548, - 95525.78433922029, - 95453.32667057043, - 95954.01788391804, - 96910.03672393278, - 97811.43781181867, - 97978.9014445189 - ], - "fuel": [ - 41.08218889529641, - 40.567944465435204, - 40.22437022875762, - 40.18735389873433, - 40.44354011551849, - 40.935292629060484, - 41.40206615605264, - 41.48911706129168 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 25.625, -39.375 25.78125, -39.21875 25.78125, -39.21875 25.625, -39.375 25.625))", @@ -247557,68 +184088,7 @@ "id": "4702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.709728312204993, - 9.709728312204993, - 9.709728312204993, - 9.709728312204993, - 9.709728312204993, - 9.709728312204993, - 9.709728312204993, - 9.709728312204993 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 103.01556782821035, - -864.5223200188448, - -1270.3076158120834, - -1096.8882808350409, - -283.82441402689847, - 783.9683822075472, - 1520.7142215012045, - 1119.4000696992007 - ], - "relative wind speed": [ - 2.8478532846531004, - 2.382459010863528, - 2.0964940028475296, - 2.2401084926233557, - 2.6794926052572583, - 3.100618972736405, - 3.300706265113896, - 3.204974710323702 - ], - "relative wind angle": [ - 0.21314863103210935, - 0.20585090813522408, - 0.04115488330520882, - 0.16366363665673686, - 0.2267684804769962, - 0.1577103280367548, - 0.026135749719665955, - 0.11412987059594146 - ], - "resistance": [ - 96737.51556782825, - 95769.97767998118, - 95364.19238418795, - 95537.61171916498, - 96350.67558597313, - 97418.46838220757, - 98155.21422150123, - 97753.90006969923 - ], - "fuel": [ - 40.94368191425136, - 40.44664614235951, - 40.23922621020997, - 40.32779571754095, - 40.744539651345676, - 41.295584030498475, - 41.678262096901165, - 41.46956238720454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 25.625, -39.21875 25.78125, -39.0625 25.78125, -39.0625 25.625, -39.21875 25.625))", @@ -247637,68 +184107,7 @@ "id": "4703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.924887061693846, - 9.924887061693846, - 9.924887061693846, - 9.924887061693846, - 9.924887061693846, - 9.924887061693846, - 9.924887061693846, - 9.924887061693846 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 368.43635016177905, - -649.0670967118585, - -1225.6959481088866, - -1192.6309466138455, - -538.0155891898294, - 498.5378969072526, - 1357.0796201536846, - 1280.608394647768 - ], - "relative wind speed": [ - 3.0044801346008225, - 2.562774840786139, - 2.216546347101498, - 2.2432146458667317, - 2.618195473294849, - 3.0518901571036583, - 3.3119134509741674, - 3.293908995124426 - ], - "relative wind angle": [ - 0.1838058251652222, - 0.2073399237193, - 0.08897406272923246, - 0.11124410046096475, - 0.21130760857004113, - 0.1737382214079042, - 0.059503760862238846, - 0.07567539564162142 - ], - "resistance": [ - 97002.9363501618, - 95985.43290328817, - 95408.80405189114, - 95441.86905338618, - 96096.4844108102, - 97133.03789690728, - 97991.57962015372, - 97915.1083946478 - ], - "fuel": [ - 41.2045091501156, - 40.68089513245265, - 40.385868339198254, - 40.402752300864336, - 40.73785568864183, - 41.271738054193506, - 41.71696162403362, - 41.677193816302314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 25.78125, -39.0625 25.9375, -38.90625 25.9375, -38.90625 25.78125, -39.0625 25.78125))", @@ -247717,68 +184126,7 @@ "id": "4704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.259410977629441, - 10.259410977629441, - 10.259410977629441, - 10.259410977629441, - 10.259410977629441, - 10.259410977629441, - 10.259410977629441, - 10.259410977629441 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 222.81992037454074, - -786.8701292006663, - -1282.0825423490196, - -1174.8719446759487, - -424.2481866838116, - 647.0778913987292, - 1453.4540123484007, - 1204.9570817388199 - ], - "relative wind speed": [ - 3.0379176956750076, - 2.5968521938385765, - 2.2935283169080267, - 2.3765045639642013, - 2.771128546761905, - 3.18817440422099, - 3.4128910337007725, - 3.3556405358487686 - ], - "relative wind angle": [ - 0.18551205519439065, - 0.1907522295925493, - 0.059312098392562566, - 0.1266110382266503, - 0.2036116152157288, - 0.15505272841351042, - 0.039846046333519645, - 0.0895476986203953 - ], - "resistance": [ - 96857.31992037456, - 95847.62987079934, - 95352.417457651, - 95459.62805532406, - 96210.25181331621, - 97281.57789139875, - 98087.95401234842, - 97839.45708173883 - ], - "fuel": [ - 41.32798268881099, - 40.808921915436656, - 40.55573000368223, - 40.61046718120739, - 40.99490180150433, - 41.54721681312481, - 41.965755724586074, - 41.83651873690648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 25.78125, -38.90625 25.9375, -38.75 25.9375, -38.75 25.78125, -38.90625 25.78125))", @@ -247797,68 +184145,7 @@ "id": "4705", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.070891630071745, - 10.070891630071745, - 10.070891630071745, - 10.070891630071745, - 10.070891630071745, - 10.070891630071745, - 10.070891630071745, - 10.070891630071745 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 168.2974345735538, - -849.2678592042125, - -1312.8567342605675, - -1168.1483722202083, - -362.93613361302914, - 738.0802289302583, - 1532.590571436358, - 1197.597914441184 - ], - "relative wind speed": [ - 2.9712530826115184, - 2.5090422849248166, - 2.2073651286148834, - 2.322353043910549, - 2.7482298562940235, - 3.1758178531542978, - 3.3924403329947186, - 3.314783335814533 - ], - "relative wind angle": [ - 0.20094636324117962, - 0.2006049137951692, - 0.05166544255264712, - 0.14638535440249664, - 0.21750525765729517, - 0.15808388122966205, - 0.03360861736296631, - 0.10237110155227032 - ], - "resistance": [ - 96802.79743457357, - 95785.23214079581, - 95321.64326573945, - 95466.3516277798, - 96271.56386638699, - 97372.58022893027, - 98167.09057143638, - 97832.0979144412 - ], - "fuel": [ - 41.18700487195512, - 40.6641169522539, - 40.42717386694743, - 40.50104933505587, - 40.913543564624185, - 41.48147721529965, - 41.89410885085856, - 41.71984288080046 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 25.625, -39.0625 25.78125, -38.90625 25.78125, -38.90625 25.625, -39.0625 25.625))", @@ -247877,68 +184164,7 @@ "id": "4706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.781395621059731, - 9.781395621059731, - 9.781395621059731, - 9.781395621059731, - 9.781395621059731, - 9.781395621059731, - 9.781395621059731, - 9.781395621059731 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 297.71291688855354, - -724.6413931934621, - -1260.7243061764061, - -1183.4572893153036, - -466.6189625287948, - 600.3818964805437, - 1440.4085698227136, - 1261.920386367371 - ], - "relative wind speed": [ - 2.944040298572492, - 2.4825339496999823, - 2.1419362097673385, - 2.2056255168221064, - 2.6137050551045964, - 3.055462744542163, - 3.3031706991897423, - 3.260988113170813 - ], - "relative wind angle": [ - 0.19892620715902287, - 0.21549275239254778, - 0.07894772041894692, - 0.13275144079568205, - 0.22447318172185313, - 0.17461991109361585, - 0.051162688911620784, - 0.08964525444358551 - ], - "resistance": [ - 96932.21291688862, - 95909.85860680659, - 95373.77569382366, - 95451.04271068475, - 96167.88103747126, - 97234.8818964806, - 98074.90856982277, - 97896.42038636743 - ], - "fuel": [ - 41.08504196061406, - 40.559209931604116, - 40.28503840547575, - 40.32448949865142, - 40.691552830606454, - 41.24146119079236, - 41.67737260927583, - 41.58453082138921 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 25.625, -38.90625 25.78125, -38.75 25.78125, -38.75 25.625, -38.90625 25.625))", @@ -247957,68 +184183,7 @@ "id": "4707", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.964934524657126, - 9.964934524657126, - 9.964934524657126, - 9.964934524657126, - 9.964934524657126, - 9.964934524657126, - 9.964934524657126, - 9.964934524657126 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 235.65119418207314, - -840.2534212302035, - -1358.7725917830305, - -1230.984184580565, - -414.8148360422997, - 735.0879441384332, - 1594.4859895388086, - 1299.3821994566365 - ], - "relative wind speed": [ - 2.9753976401419595, - 2.486818394781385, - 2.1495119666590523, - 2.2533285061935535, - 2.6995875539516563, - 3.15539194867927, - 3.394165933422018, - 3.326150135154538 - ], - "relative wind angle": [ - 0.21100699980854243, - 0.21914239908418423, - 0.06581369703138053, - 0.15177855169933963, - 0.23294410491686068, - 0.17218032281225576, - 0.04166152463752225, - 0.10260929139359429 - ], - "resistance": [ - 96870.15119418215, - 95794.24657876987, - 95275.72740821705, - 95403.51581541951, - 96219.68516395778, - 97369.5879441385, - 98228.98598953888, - 97933.88219945671 - ], - "fuel": [ - 41.159350743056685, - 40.60633160558864, - 40.341348912582205, - 40.40656067144501, - 40.82449381644261, - 41.4175269950545, - 41.86395246074554, - 41.71034714351456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 25.46875, -40 25.625, -39.84375 25.625, -39.84375 25.46875, -40 25.46875))", @@ -248050,17 +184215,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -394.38457416861456, + -394.3845741686157, -1024.7946354236424, - -1084.0879181903917, - -583.7136787718775, + -1084.087918190392, + -583.7136787718773, 338.5703596590606, 1208.640193657528, 1344.5044429756572, 563.2685451220814 ], "relative wind speed": [ - 2.1144024776432957, + 2.1144024776432953, 1.6467373939618728, 1.5827637383098474, 1.992966153465331, @@ -248070,11 +184235,11 @@ 2.598390108019587 ], "relative wind angle": [ - 0.30993733939628887, + 0.30993733939628926, 0.19170856510260073, - 0.12744008397865553, - 0.30488183616234743, - 0.2608454393353029, + 0.1274400839786564, + 0.3048818361623474, + 0.26084543933530285, 0.11107869290040473, 0.07022782843877792, 0.2323227845012135 @@ -248130,19 +184295,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -109.54874241815355, + -109.54874241815514, -883.6219099839836, - -1096.9953110159229, - -799.1300068794887, + -1096.995311015923, + -799.130006879489, 30.811231527639848, 971.2016502779707, 1463.0477362870697, 847.3204916516311 ], "relative wind speed": [ - 2.274449269789207, + 2.2744492697892067, 1.7665717141319437, - 1.5397474049016933, + 1.539747404901693, 1.83373156395204, 2.348418706144188, 2.7508933601725687, @@ -248150,13 +184315,13 @@ 2.706587972259281 ], "relative wind angle": [ - 0.30003960456712636, + 0.30003960456712747, 0.2564019083197375, 0.02510812151486214, - 0.27768085025069894, + 0.277680850250699, 0.29030939556132995, 0.16358688063845728, - 0.013404114266534456, + 0.013404114266534454, 0.1868068605516696 ], "resistance": [ @@ -248210,19 +184375,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -191.29462780772178, + -191.29462780772246, -777.6775639714682, - -894.8971434629777, + -894.8971434629784, -559.6856399722236, - 171.1040532224697, + 171.10405322246947, 933.5011953853377, 1202.3240504165283, 610.9106575190981 ], "relative wind speed": [ - 1.8927032625265197, + 1.8927032625265194, 1.4059680277688102, - 1.2536833194549815, + 1.2536833194549812, 1.613849637271018, 2.114265543851079, 2.4648931690412694, @@ -248230,14 +184395,14 @@ 2.3340809279402963 ], "relative wind angle": [ - 0.3491061060576341, + 0.3491061060576351, 0.26998788881675045, - 0.09352903581949917, + 0.09352903581950035, 0.34156768327669695, - 0.31121170338601867, + 0.31121170338601906, 0.15272926637450876, 0.04600896445803526, - 0.23372621591668494 + 0.23372621591668497 ], "resistance": [ 96443.20537219229, @@ -248290,19 +184455,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -178.18266651900194, + -178.18266651900262, -871.6117460765943, -1029.7027919915636, -678.0099219220244, 143.60262051921995, 1025.322497168352, - 1388.3450676166956, + 1388.3450676166992, 739.2634198578119 ], "relative wind speed": [ 2.0713200669270355, 1.5523438423711433, - 1.3643703099981943, + 1.364370309998194, 1.7224220942770014, 2.253449877304984, 2.6379218646944156, @@ -248310,13 +184475,13 @@ 2.5301512402081614 ], "relative wind angle": [ - 0.338895696068815, - 0.27328971538044566, - 0.07047668107212168, + 0.33889569606881603, + 0.2732897153804457, + 0.07047668107212011, 0.32798320080063303, - 0.3105439863917498, + 0.31054398639174974, 0.15950445227728421, - 0.0350733253784227, + 0.035073325378419534, 0.22109258449856944 ], "resistance": [ @@ -248370,9 +184535,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 198.41586923946215, + 198.4158692394617, -630.5828801486552, - -1019.8280577897231, + -1019.8280577897233, -900.0471458173989, -249.29680679949456, 651.5682835194984, @@ -248382,7 +184547,7 @@ "relative wind speed": [ 2.319955526624609, 1.8121447835291644, - 1.4473619457373617, + 1.4473619457373614, 1.5848231676929248, 2.0712633659852746, 2.527539685211046, @@ -248390,10 +184555,10 @@ 2.6759411622702913 ], "relative wind angle": [ - 0.2858093823140468, + 0.2858093823140475, 0.3110512744292235, - 0.09013593624495096, - 0.23588364446021182, + 0.09013593624495098, + 0.2358836444602118, 0.3212842068480569, 0.22123276083320903, 0.047346412967706704, @@ -248450,17 +184615,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 59.62820103419676, + 59.6282010341954, -747.0574494700163, -1054.2347497297083, -865.2145812364265, -136.65848294037391, 782.3888689133889, - 1390.8563833571286, + 1390.8563833571213, 955.5223362424924 ], "relative wind speed": [ - 2.3222312123433135, + 2.322231212343313, 1.8198949811197942, 1.519916665672281, 1.724536770989194, @@ -248470,13 +184635,13 @@ 2.708043121203029 ], "relative wind angle": [ - 0.28560179626861265, + 0.2856017962686131, 0.279183090205941, 0.036185948670380816, - 0.24825753759061356, - 0.29957829257852103, - 0.190768553165025, - 0.01944547320101151, + 0.2482575375906136, + 0.2995782925785211, + 0.19076855316502503, + 0.01944547320101722, 0.1571221712519678 ], "resistance": [ @@ -248530,10 +184695,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -131.24946947060948, + -131.24946947061017, -861.7984151012506, -1051.6131639816576, - -738.8831867937608, + -738.8831867937611, 72.96846362980546, 975.2619301858917, 1412.090049992572, @@ -248542,7 +184707,7 @@ "relative wind speed": [ 2.169287394420302, 1.6588947645264671, - 1.445218579090122, + 1.4452185790901217, 1.7619648297813142, 2.2813248003142603, 2.675503467451761, @@ -248550,10 +184715,10 @@ 2.608779519762723 ], "relative wind angle": [ - 0.31691793905841176, + 0.31691793905841253, 0.2662317919379762, 0.04069691782790039, - 0.2993529903497625, + 0.29935299034976254, 0.3008526265334256, 0.1638611058546449, 0.02102613918328542, @@ -248610,34 +184775,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -401.39120181798785, + -401.39120181798876, -1097.2461887085863, - -1176.3588575173244, + -1176.3588575173258, -654.4891673732247, - 334.3214698339525, + 334.32146983395205, 1282.1842796707833, 1463.537258930543, - 634.54208918008 + 634.5420891800804 ], "relative wind speed": [ 2.2211096313797634, 1.7327026358419497, - 1.6511409551058582, + 1.651140955105858, 2.065677718332938, 2.5926776200816914, 2.9416061619507756, 2.9881497256082277, - 2.7181392164977933 + 2.7181392164977938 ], "relative wind angle": [ - 0.30692328422109083, + 0.306923284221092, 0.196140604175701, - 0.11746653141899581, + 0.11746653141899771, 0.3004513630192368, - 0.26180863140933897, - 0.11504752404492576, + 0.2618086314093394, + 0.11504752404492577, 0.06480383911300824, - 0.22685198282986982 + 0.22685198282987032 ], "resistance": [ 96233.10879818203, @@ -248690,19 +184855,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -123.55055074211532, + -123.55055074211577, -641.7756973247195, - -758.0201522114398, + -758.0201522114402, -481.7165584297702, - 143.20727910726305, + 143.20727910726328, 814.4288526632242, - 1081.4572296458668, + 1081.457229645865, 574.32627276924 ], "relative wind speed": [ - 1.6878124461576542, + 1.6878124461576538, 1.1930154656306815, - 1.01272406115831, + 1.0127240611583097, 1.3742766669328308, 1.8726494011415515, 2.2208648612120694, @@ -248710,13 +184875,13 @@ 2.113501898680123 ], "relative wind angle": [ - 0.39490740559963317, - 0.3320938096656655, - 0.09819083059143668, + 0.39490740559963344, + 0.33209380966566543, + 0.09819083059143784, 0.39541122707292725, - 0.35410311355993157, + 0.3541031135599315, 0.17604265329492258, - 0.04301676111551517, + 0.04301676111551775, 0.25315869697548515 ], "resistance": [ @@ -248770,19 +184935,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -212.48917443339178, + -212.48917443339292, -833.676114290304, - -952.4976110477178, + -952.4976110477182, -583.7195741009641, 203.2082624970535, 1018.2318126934604, 1290.621990021143, - 647.325920521999 + 647.3259205219995 ], "relative wind speed": [ - 1.9245425026726417, + 1.9245425026726415, 1.4123714785745964, - 1.2592017724398787, + 1.2592017724398785, 1.648016317054993, 2.17341771993954, 2.536299516313022, @@ -248790,14 +184955,14 @@ 2.389905991594891 ], "relative wind angle": [ - 0.3611640551141908, - 0.27798044427185103, - 0.10498089916326911, + 0.3611640551141914, + 0.2779804442718511, + 0.10498089916327018, 0.35587046580953635, 0.3182450813916328, - 0.1534121764183763, + 0.15341217641837632, 0.0504661074889051, - 0.24262534945432082 + 0.2426253494543208 ], "resistance": [ 96422.01082556661, @@ -248850,9 +185015,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -97.3428529786338, + -97.34285297863448, -555.2193112241955, - -659.2585794537224, + -659.2585794537226, -413.45352961053334, 139.62842545864032, 737.60301370362, @@ -248860,9 +185025,9 @@ 522.6464423173279 ], "relative wind speed": [ - 1.5388899579321969, + 1.5388899579321964, 1.0483808626894005, - 0.8634002928227391, + 0.863400292822739, 1.230615334910976, 1.7191630806617737, 2.0553835572178896, @@ -248870,19 +185035,19 @@ 1.9517402229848582 ], "relative wind angle": [ - 0.42877917652022857, - 0.3740700181732303, - 0.1138024337793031, + 0.42877917652022884, + 0.3740700181732304, + 0.11380243377930506, 0.43782292433153, 0.38133910990137615, 0.18747793914888136, - 0.04583830447007443, + 0.045838304470074434, 0.2706124634359235 ], "resistance": [ 96537.15714702144, 96079.28068877588, - 95975.24142054636, + 95975.24142054634, 96221.04647038954, 96774.12842545871, 97372.10301370369, @@ -248892,7 +185057,7 @@ "fuel": [ 38.99924318608548, 38.763933770560946, - 38.710575236041784, + 38.71057523604178, 38.83670590437741, 39.12133254737889, 39.430342408569516, @@ -248930,9 +185095,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -245.64807196922538, + -245.64807196922573, -723.1434469038925, - -773.4141220996567, + -773.4141220996569, -398.27749296570084, 296.1424452129336, 969.383153137582, @@ -248940,9 +185105,9 @@ 480.8136098515581 ], "relative wind speed": [ - 1.6035136800470147, + 1.6035136800470144, 1.1017146990884092, - 1.021397095076584, + 1.0213970950765838, 1.4695497860088627, 1.9770738836275072, 2.2948424750366656, @@ -248950,11 +185115,11 @@ 2.0785814128537714 ], "relative wind angle": [ - 0.42475764756405837, + 0.42475764756405887, 0.29945960549009965, 0.19825604446541611, 0.42768124347691694, - 0.3407937882424241, + 0.3407937882424242, 0.14210412154644092, 0.08638530888610792, 0.29760914398427596 @@ -248997,68 +185162,7 @@ "id": "4720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.707943338595821, - 5.707943338595821, - 5.707943338595821, - 5.707943338595821, - 5.707943338595821, - 5.707943338595821, - 5.707943338595821, - 5.707943338595821 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -189.96749030435365, - -621.9857263715166, - -683.7216499103786, - -379.28205797656483, - 214.32958696389346, - 805.6648119286654, - 947.0890089271602, - 442.41921319359653 - ], - "relative wind speed": [ - 1.5516217901832683, - 1.0932010436243447, - 0.9922799210422022, - 1.3781918851115855, - 1.8448835270621864, - 2.1484964245759373, - 2.196931033622454, - 1.9778049792660337 - ], - "relative wind angle": [ - 0.40107712563810194, - 0.2944761297254642, - 0.15894474615348966, - 0.4021314374975237, - 0.33455704635634825, - 0.1482217419821101, - 0.07154913624119184, - 0.27622466754178027 - ], - "resistance": [ - 96444.5325096957, - 96012.51427362853, - 95950.77835008966, - 96255.21794202348, - 96848.82958696394, - 97440.16481192871, - 97581.5890089272, - 97076.91921319364 - ], - "fuel": [ - 39.044807217476546, - 38.822914836273746, - 38.79126286231646, - 38.947486344730216, - 39.25309058999303, - 39.5588265549509, - 39.63213941443994, - 39.37086481554273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 24.84375, -39.84375 25, -39.6875 25, -39.6875 24.84375, -39.84375 24.84375))", @@ -249077,68 +185181,7 @@ "id": "4721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.3937537615658355, - 6.3937537615658355, - 6.3937537615658355, - 6.3937537615658355, - 6.3937537615658355, - 6.3937537615658355, - 6.3937537615658355, - 6.3937537615658355 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -228.70057139937353, - -744.8902166644323, - -821.1773838275474, - -465.056248788538, - 236.892689996032, - 936.7330496886498, - 1111.4122744482206, - 520.4526710758246 - ], - "relative wind speed": [ - 1.737225878772629, - 1.2562218161821281, - 1.1474521527431112, - 1.5449159597449649, - 2.039997246202291, - 2.3667381069603666, - 2.4213417923860856, - 2.1892412374417662 - ], - "relative wind angle": [ - 0.37725419611389666, - 0.2729762100886717, - 0.14075835000451842, - 0.37533144632554827, - 0.3190837611155568, - 0.14359101096153035, - 0.0665331459614363, - 0.2616666921256328 - ], - "resistance": [ - 96405.79942860061, - 95889.60978333556, - 95813.32261617245, - 96169.44375121145, - 96871.39268999602, - 97571.23304968863, - 97745.9122744482, - 97154.95267107581 - ], - "fuel": [ - 39.249541812738215, - 38.984572707101314, - 38.94549727254952, - 39.128093284872485, - 39.48938938297017, - 39.85142541358499, - 39.94207334057231, - 39.63585883373974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 24.6875, -40 24.84375, -39.84375 24.84375, -39.84375 24.6875, -40 24.6875))", @@ -249157,68 +185200,7 @@ "id": "4722", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.169397778587984, - 6.169397778587984, - 6.169397778587984, - 6.169397778587984, - 6.169397778587984, - 6.169397778587984, - 6.169397778587984, - 6.169397778587984 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -188.89826080663738, - -665.5149424384293, - -746.4923762654039, - -441.59208066199847, - 183.48551810146864, - 817.9812843708401, - 1003.4931909608131, - 485.8632372446016 - ], - "relative wind speed": [ - 1.6902663453918023, - 1.2403682002639136, - 1.1224440978547934, - 1.4779451651092275, - 1.9417290372538516, - 2.255836585449617, - 2.3167717236857555, - 2.1078401413316867 - ], - "relative wind angle": [ - 0.3623888127920986, - 0.2688726115959646, - 0.11898129341754128, - 0.35803281283057564, - 0.31371916214408174, - 0.1465887593947142, - 0.05754063793959803, - 0.2482533377808065 - ], - "resistance": [ - 96445.60173919339, - 95968.9850575616, - 95888.00762373462, - 96192.90791933803, - 96817.9855181015, - 97452.48128437086, - 97637.99319096084, - 97120.36323724463 - ], - "fuel": [ - 39.1931097356089, - 38.94834843765673, - 38.906847367179395, - 39.063236305061636, - 39.384931575318646, - 39.7129608109409, - 39.8091520077398, - 39.541071594030626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 24.6875, -39.84375 24.84375, -39.6875 24.84375, -39.6875 24.6875, -39.84375 24.6875))", @@ -249237,68 +185219,7 @@ "id": "4723", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.044565177041957, - 6.044565177041957, - 6.044565177041957, - 6.044565177041957, - 6.044565177041957, - 6.044565177041957, - 6.044565177041957, - 6.044565177041957 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -235.43653298963739, - -697.409811698334, - -751.0968279739569, - -400.4669316669788, - 258.9319705910975, - 900.6837322859685, - 1023.5756007776615, - 457.5167939314488 - ], - "relative wind speed": [ - 1.6225229696941195, - 1.1533931096288703, - 1.0710299508886112, - 1.479956583838025, - 1.9618210870327137, - 2.2695830232383845, - 2.3095925201235783, - 2.071485282271087 - ], - "relative wind angle": [ - 0.3943828532769701, - 0.27463343077896374, - 0.1698860360438865, - 0.3945450536359711, - 0.3233916473190143, - 0.13825985021484552, - 0.07848358209916056, - 0.27819780503460584 - ], - "resistance": [ - 96399.06346701038, - 95937.09018830168, - 95883.40317202605, - 96234.03306833304, - 96893.43197059112, - 97535.18373228598, - 97658.07560077768, - 97092.01679393146 - ], - "fuel": [ - 39.127819136989544, - 38.89064521312133, - 38.86313417312159, - 39.04300248401226, - 39.382504176036434, - 39.71447353213867, - 39.77821863535679, - 39.48506563504356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 24.84375, -39.6875 25, -39.53125 25, -39.53125 24.84375, -39.6875 24.84375))", @@ -249317,68 +185238,7 @@ "id": "4724", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.54908224908715, - 6.54908224908715, - 6.54908224908715, - 6.54908224908715, - 6.54908224908715, - 6.54908224908715, - 6.54908224908715, - 6.54908224908715 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -416.45168854262647, - -874.4077024053789, - -849.2312130525131, - -339.3115487845114, - 474.1057055559543, - 1177.2322958056548, - 1119.6347733462667, - 381.1784522074379 - ], - "relative wind speed": [ - 1.649980564264774, - 1.1764883591980106, - 1.212385417455057, - 1.711567475873284, - 2.2153722795246584, - 2.499236951553285, - 2.4820217160371727, - 2.168143670255857 - ], - "relative wind angle": [ - 0.4013563024236681, - 0.20841811307907313, - 0.25032532695436144, - 0.401044784411631, - 0.29523415635961064, - 0.09755646195212953, - 0.1212998482091075, - 0.3132715405436147 - ], - "resistance": [ - 96218.0483114574, - 95760.09229759465, - 95785.26878694752, - 96295.18845121552, - 97108.60570555598, - 97811.73229580569, - 97754.13477334629, - 97015.67845220747 - ], - "fuel": [ - 39.208237104623265, - 38.973430657784576, - 38.986319053472855, - 39.24786574030401, - 39.66708434720792, - 40.03144532069426, - 40.0015290452219, - 39.61906697458944 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 24.84375, -39.53125 25, -39.375 25, -39.375 24.84375, -39.53125 24.84375))", @@ -249410,34 +185270,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -571.7260147557264, + -571.7260147557269, -808.1734417909277, - -636.3297246330462, + -636.3297246330463, -40.57811314548826, 706.7606379151994, 1200.63847409422, 804.0992400011207, - 67.2128060815212 + 67.21280608152142 ], "relative wind speed": [ - 1.3361797971588425, + 1.3361797971588423, 1.003561777306647, 1.2637010829592734, 1.7914490547620068, 2.2135247369338624, 2.3828411551093147, 2.2556878738604613, - 1.8643439853057913 + 1.8643439853057915 ], "relative wind angle": [ - 0.3961885730234212, + 0.3961885730234218, 0.03923000193817786, - 0.37254898133948916, + 0.3725489813394895, 0.3953017700641599, 0.23510903288676271, 0.01651869362780436, 0.205358416588423, - 0.37904131664472485 + 0.3790413166447252 ], "resistance": [ 96062.77398524428, @@ -249477,68 +185337,7 @@ "id": "4726", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.40734253391403, - 6.40734253391403, - 6.40734253391403, - 6.40734253391403, - 6.40734253391403, - 6.40734253391403, - 6.40734253391403, - 6.40734253391403 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -376.67078342900925, - -815.4220388908278, - -802.9598911772258, - -338.3175882310452, - 417.1044093114731, - 1079.3734177858196, - 1050.8737808526507, - 370.9900386430015 - ], - "relative wind speed": [ - 1.628729887200779, - 1.1744375466663, - 1.1924109150680609, - 1.6599585140164876, - 2.144514716049893, - 2.4233037081216335, - 2.4145104312141967, - 2.12043442354622 - ], - "relative wind angle": [ - 0.3899616877155676, - 0.2097330077470953, - 0.23131384734132884, - 0.3900131861487885, - 0.2928907188289697, - 0.10107411325309502, - 0.11346211733263697, - 0.3022152839672033 - ], - "resistance": [ - 96257.82921657097, - 95819.07796110916, - 95831.54010882277, - 96296.18241176894, - 97051.60440931146, - 97713.8734177858, - 97685.37378085263, - 97005.49003864298 - ], - "fuel": [ - 39.17824921039541, - 38.953208939282426, - 38.95959102583378, - 39.197955024376796, - 39.58720534554037, - 39.930203061532765, - 39.9154091244847, - 39.56338289147017 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 24.6875, -39.53125 24.84375, -39.375 24.84375, -39.375 24.6875, -39.53125 24.6875))", @@ -249557,68 +185356,7 @@ "id": "4727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.36044669385342, - 6.36044669385342, - 6.36044669385342, - 6.36044669385342, - 6.36044669385342, - 6.36044669385342, - 6.36044669385342, - 6.36044669385342 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -614.8168184812075, - -840.5091941997115, - -653.0291555557932, - -28.543430369966245, - 737.7871068738716, - 1227.5938878668337, - 794.9712036229755, - 35.10521628613765 - ], - "relative wind speed": [ - 1.3934844031626246, - 1.087854557039062, - 1.3530984939234405, - 1.872131543753098, - 2.2857872633976815, - 2.446056961335509, - 2.3099235184548155, - 1.913568832901811 - ], - "relative wind angle": [ - 0.3638738773579218, - 0.020405696525764697, - 0.35044962211542174, - 0.37124493138509346, - 0.21870489854463057, - 0.00907468405264617, - 0.20248972108091995, - 0.3628286256526378 - ], - "resistance": [ - 96019.6831815188, - 95793.9908058003, - 95981.47084444422, - 96605.95656963004, - 97372.28710687389, - 97862.09388786685, - 97429.47120362299, - 96669.60521628615 - ], - "fuel": [ - 39.0396216410479, - 38.92397211022622, - 39.02002750514526, - 39.34092615587515, - 39.736696268761456, - 39.99080086860756, - 39.766316514705494, - 39.37371418058606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 24.53125, -40 24.6875, -39.84375 24.6875, -39.84375 24.53125, -40 24.53125))", @@ -249637,68 +185375,7 @@ "id": "4728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.436459575946905, - 7.436459575946905, - 7.436459575946905, - 7.436459575946905, - 7.436459575946905, - 7.436459575946905, - 7.436459575946905, - 7.436459575946905 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -313.49939584589833, - -845.1600520636706, - -905.0322439318905, - -506.4105807201963, - 249.47161175442102, - 971.9248989797641, - 1109.2976172656925, - 477.81662104882275 - ], - "relative wind speed": [ - 1.9847214406345646, - 1.5706302138949775, - 1.5023705492929949, - 1.8527571152807536, - 2.3032604282220657, - 2.603314911478911, - 2.6432953920712867, - 2.410688463676875 - ], - "relative wind angle": [ - 0.29257793086427436, - 0.18433413247749397, - 0.11025407481032043, - 0.2854201512305279, - 0.2511655416404626, - 0.11081023172397944, - 0.06257909443204362, - 0.2181215343710439 - ], - "resistance": [ - 96321.00060415415, - 95789.33994793637, - 95729.46775606816, - 96128.08941927984, - 96883.97161175446, - 97606.4248989798, - 97743.79761726574, - 97112.31662104887 - ], - "fuel": [ - 39.60688093370455, - 39.33415335342916, - 39.303506426459364, - 39.50780111521962, - 39.89681641998751, - 40.270614606971314, - 40.34191117300307, - 40.01475248081052 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 24.53125, -39.84375 24.6875, -39.6875 24.6875, -39.6875 24.53125, -39.84375 24.53125))", @@ -249717,68 +185394,7 @@ "id": "4729", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.568986738143734, - 7.568986738143734, - 7.568986738143734, - 7.568986738143734, - 7.568986738143734, - 7.568986738143734, - 7.568986738143734, - 7.568986738143734 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -475.2592010149401, - -959.8119478023684, - -938.3703898035428, - -406.7816142755571, - 444.1765735699694, - 1170.0765683623179, - 1120.9591454984422, - 362.9183071388345 - ], - "relative wind speed": [ - 1.9265512132598086, - 1.5215075667521705, - 1.545864660913988, - 1.9728078879887347, - 2.4375795625695496, - 2.7089496904677803, - 2.69512451499126, - 2.4002963855030535 - ], - "relative wind angle": [ - 0.3055542179656877, - 0.14662289195446154, - 0.17239675426054754, - 0.30760252088675194, - 0.24005468532307775, - 0.08214976650873593, - 0.09855339609325645, - 0.2514937065465086 - ], - "resistance": [ - 96159.24079898503, - 95674.6880521976, - 95696.12961019643, - 96227.71838572441, - 97078.67657356994, - 97804.57656836229, - 97755.45914549842, - 96997.41830713881 - ], - "fuel": [ - 39.57988015789287, - 39.331566856062075, - 39.34253629570287, - 39.61504255574146, - 40.05345478640789, - 40.42956687810207, - 40.40405571726021, - 40.01147429839001 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 24.375, -40 24.53125, -39.84375 24.53125, -39.84375 24.375, -40 24.375))", @@ -249797,68 +185413,7 @@ "id": "4730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.515575281820494, - 7.515575281820494, - 7.515575281820494, - 7.515575281820494, - 7.515575281820494, - 7.515575281820494, - 7.515575281820494, - 7.515575281820494 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -383.8542250303858, - -834.1383519388667, - -843.5283737414557, - -414.4564400528018, - 314.31376025548775, - 959.1630314922666, - 980.7379987829006, - 350.4190414453344 - ], - "relative wind speed": [ - 1.9547026158271703, - 1.5965243097625743, - 1.5861162407048648, - 1.9341383476153664, - 2.3466160076336275, - 2.6035704584168835, - 2.609924189430841, - 2.363594266342611 - ], - "relative wind angle": [ - 0.2663197673988987, - 0.13888632758314506, - 0.1276192382126602, - 0.26496875315682794, - 0.22102317413318565, - 0.0849946530081758, - 0.07742438134722693, - 0.2159717376132968 - ], - "resistance": [ - 96250.64577496961, - 95800.36164806114, - 95790.97162625854, - 96220.0435599472, - 96948.81376025549, - 97593.66303149227, - 97615.2379987829, - 96984.91904144533 - ], - "fuel": [ - 39.60407506835074, - 39.37314116044706, - 39.36833339970929, - 39.588356440370504, - 39.96363113837712, - 40.29733939921816, - 40.30853115416317, - 39.98227465991917 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 24.375, -39.84375 24.53125, -39.6875 24.53125, -39.6875 24.375, -39.84375 24.375))", @@ -249890,19 +185445,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -641.3478693293955, + -641.3478693293962, -1032.1154093130453, -918.4982829377648, -273.3799307237491, 622.1900510099545, 1287.4760891203582, - 1026.3631398636453, + 1026.3631398636462, 187.1628798909842 ], "relative wind speed": [ - 1.9380797768549847, + 1.9380797768549844, 1.6020521167149977, - 1.7222052039701967, + 1.7222052039701965, 2.1726568691801136, 2.6080991131326985, 2.8269706791381526, @@ -249910,14 +185465,14 @@ 2.4161739039610333 ], "relative wind angle": [ - 0.2733495966224156, + 0.273349596622416, 0.07896517180069916, 0.20138065472871697, - 0.2862873628701926, + 0.28628736287019263, 0.2019765166219528, 0.044718192414523704, - 0.1253467827615152, - 0.25674269104615655 + 0.1253467827615143, + 0.2567426910461566 ], "resistance": [ 95993.1521306706, @@ -249957,68 +185512,7 @@ "id": "4732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.323764555448516, - 7.323764555448516, - 7.323764555448516, - 7.323764555448516, - 7.323764555448516, - 7.323764555448516, - 7.323764555448516, - 7.323764555448516 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -493.1105798065764, - -935.3626830453686, - -889.814719710129, - -348.40767847109487, - 482.8110945522021, - 1168.6415473318352, - 1064.3377858191038, - 310.80606447645187 - ], - "relative wind speed": [ - 1.8341010698320692, - 1.4390650575095385, - 1.4930307133982474, - 1.9354414775017679, - 2.394320462202675, - 2.650620487798402, - 2.6206023160584846, - 2.313171739678519 - ], - "relative wind angle": [ - 0.316014415268671, - 0.1374754627520139, - 0.19623037300949098, - 0.3200369301851834, - 0.2403728781792408, - 0.07447160638232024, - 0.11131156507765591, - 0.2663673321374116 - ], - "resistance": [ - 96141.38942019342, - 95699.13731695461, - 95744.68528028985, - 96286.0923215289, - 97117.31109455219, - 97803.14154733182, - 97698.8377858191, - 96945.30606447643 - ], - "fuel": [ - 39.467842397407914, - 39.24120100222112, - 39.26450939642738, - 39.542156465598026, - 39.97054900665482, - 40.32594724893606, - 40.27178405174912, - 39.88169029795296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 24.53125, -39.53125 24.6875, -39.375 24.6875, -39.375 24.53125, -39.53125 24.53125))", @@ -250037,68 +185531,7 @@ "id": "4733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.168116232657238, - 7.168116232657238, - 7.168116232657238, - 7.168116232657238, - 7.168116232657238, - 7.168116232657238, - 7.168116232657238, - 7.168116232657238 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -469.21842037471015, - -901.7165290077426, - -861.6835731709974, - -342.25638387889694, - 460.9245301265091, - 1128.218247127712, - 1036.5635699914305, - 309.92586873465734 - ], - "relative wind speed": [ - 1.79876012575428, - 1.4048256497077478, - 1.4534326158409983, - 1.889695141731695, - 2.344060704333648, - 2.5993505861133688, - 2.5724875523147444, - 2.2713896290421727 - ], - "relative wind angle": [ - 0.31989920533024707, - 0.1424316634247325, - 0.19641303443248642, - 0.32340820676604576, - 0.24372096491262338, - 0.0767930028957626, - 0.11048412078359494, - 0.26757695554649635 - ], - "resistance": [ - 96165.28157962525, - 95732.78347099223, - 95772.81642682897, - 96292.24361612108, - 97095.42453012647, - 97762.71824712769, - 97671.0635699914, - 96944.42586873463 - ], - "fuel": [ - 39.41686573190798, - 39.19517667695429, - 39.21566746134897, - 39.482075843589044, - 39.895994752468134, - 40.24170987522216, - 40.19412676522011, - 39.81799444099927 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 24.375, -39.6875 24.53125, -39.53125 24.53125, -39.53125 24.375, -39.6875 24.375))", @@ -250130,34 +185563,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -464.4142960460142, - -910.8813159373478, - -874.6143937542697, + -464.4142960460149, + -910.881315937348, + -874.6143937542699, -350.1791424293201, 467.7101341497355, 1154.0504894078204, - 1071.0675338673277, - 331.54089242636655 + 1071.0675338673268, + 331.54089242636724 ], "relative wind speed": [ - 1.7820909870306971, + 1.7820909870306967, 1.3691015534038724, - 1.414145290783561, + 1.4141452907835608, 1.8650772170229415, 2.333313403308721, 2.597260221961456, - 2.573012401966, - 2.2675287646815256 + 2.5730124019660003, + 2.267528764681526 ], "relative wind angle": [ 0.3351547708393037, - 0.15472234156410106, + 0.15472234156410108, 0.2049303920435561, - 0.3377178366848889, + 0.337717836684889, 0.253932526586548, 0.08132384283180663, - 0.11207895611176139, - 0.276019389087814 + 0.11207895611176337, + 0.27601938908781437 ], "resistance": [ 96170.08570395398, @@ -250197,68 +185630,7 @@ "id": "4735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.9862021028705925, - 6.9862021028705925, - 6.9862021028705925, - 6.9862021028705925, - 6.9862021028705925, - 6.9862021028705925, - 6.9862021028705925, - 6.9862021028705925 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -332.41080263779054, - -852.4126489358266, - -893.6206954195505, - -461.98106570453274, - 316.47972835216046, - 1045.928689385606, - 1140.214270287317, - 471.02598241876376 - ], - "relative wind speed": [ - 1.8431817994258743, - 1.3905175713529148, - 1.3383679074090002, - 1.747498584132363, - 2.231936023036162, - 2.53876317139273, - 2.566637664548492, - 2.3076191746292687 - ], - "relative wind angle": [ - 0.3418537559148016, - 0.21201572383465603, - 0.15308704802169165, - 0.33906714843990854, - 0.2805078967524137, - 0.11551279145333514, - 0.07959952241207185, - 0.2546170311039751 - ], - "resistance": [ - 96302.0891973622, - 95782.08735106417, - 95740.87930458045, - 96172.51893429547, - 96950.97972835216, - 97680.4286893856, - 97774.71427028731, - 97105.52598241877 - ], - "fuel": [ - 39.41524446293744, - 39.148522850806415, - 39.127429267247166, - 39.348690598427126, - 39.74948739656551, - 40.1270965287686, - 40.17604923641783, - 39.829325051930695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 24.21875, -40 24.375, -39.84375 24.375, -39.84375 24.21875, -40 24.21875))", @@ -250277,68 +185649,7 @@ "id": "4736", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.566960212939292, - 6.566960212939292, - 6.566960212939292, - 6.566960212939292, - 6.566960212939292, - 6.566960212939292, - 6.566960212939292, - 6.566960212939292 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -422.7152671024662, - -789.0054166318668, - -741.981198285457, - -274.6142468368821, - 432.5333848514265, - 1010.1992686977803, - 902.5734293081066, - 255.97301882651914 - ], - "relative wind speed": [ - 1.6297756305440467, - 1.2560387125246684, - 1.319163045326125, - 1.7460292309603607, - 2.1763398860767054, - 2.4114291733913698, - 2.377484545794045, - 2.084227873884135 - ], - "relative wind angle": [ - 0.33522816635921204, - 0.14181798034774834, - 0.2178426336567019, - 0.33905848355656565, - 0.24892651508599914, - 0.07368789569461505, - 0.12020697690777707, - 0.28236718833941166 - ], - "resistance": [ - 96211.78473289756, - 95845.49458336816, - 95892.51880171457, - 96359.88575316315, - 97067.03338485146, - 97644.6992686978, - 97537.07342930813, - 96890.47301882655 - ], - "fuel": [ - 39.21147411131485, - 39.02361330249297, - 39.04770288370401, - 39.287573058492626, - 39.652052901336525, - 39.95117579768552, - 39.89535161938271, - 39.56087541030824 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 24.21875, -39.84375 24.375, -39.6875 24.375, -39.6875 24.21875, -39.84375 24.21875))", @@ -250357,68 +185668,7 @@ "id": "4737", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.0871856271212, - 7.0871856271212, - 7.0871856271212, - 7.0871856271212, - 7.0871856271212, - 7.0871856271212, - 7.0871856271212, - 7.0871856271212 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -526.9339782818454, - -924.6589518956707, - -846.036921023077, - -278.9344110807215, - 546.9128205442573, - 1197.0206641340567, - 1016.9622361441141, - 251.36368730706954 - ], - "relative wind speed": [ - 1.7317444068631156, - 1.3457130975281297, - 1.443266548625317, - 1.9120106837313913, - 2.368108530942718, - 2.6069010269219284, - 2.5541844832831724, - 2.225104907711629 - ], - "relative wind angle": [ - 0.331698017096488, - 0.12253947606353817, - 0.2316253462307158, - 0.337455422262377, - 0.24045004064102327, - 0.06314007960603919, - 0.13008150324441697, - 0.28848470909588453 - ], - "resistance": [ - 96107.56602171819, - 95709.84104810435, - 95788.46307897696, - 96355.5655889193, - 97181.41282054428, - 97831.52066413409, - 97651.46223614414, - 96885.8636873071 - ], - "fuel": [ - 39.354989536358204, - 39.15118411360363, - 39.19142556782471, - 39.4823694079499, - 39.908198809483906, - 40.24519740809038, - 40.15170244468452, - 39.755514001290365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 24.0625, -40 24.21875, -39.84375 24.21875, -39.84375 24.0625, -40 24.0625))", @@ -250437,68 +185687,7 @@ "id": "4738", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.605407840717314, - 6.605407840717314, - 6.605407840717314, - 6.605407840717314, - 6.605407840717314, - 6.605407840717314, - 6.605407840717314, - 6.605407840717314 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -356.3643756611184, - -744.0619464126987, - -734.8864536717622, - -327.19294207894745, - 336.5780528245323, - 911.5693610085711, - 890.5619594537482, - 301.91368054084546 - ], - "relative wind speed": [ - 1.6888423186775632, - 1.3186453955128608, - 1.3306809807888438, - 1.711481363678514, - 2.129691827342329, - 2.376751980686594, - 2.3700345533708487, - 2.111541427153645 - ], - "relative wind angle": [ - 0.31552412346213393, - 0.15869786095000116, - 0.1732327330447236, - 0.31654696568663804, - 0.24863289807072675, - 0.08779074949209724, - 0.09692931716317348, - 0.2550661606638446 - ], - "resistance": [ - 96278.13562433892, - 95890.43805358734, - 95899.61354632827, - 96307.30705792108, - 96971.07805282457, - 97546.0693610086, - 97525.06195945377, - 96936.41368054088 - ], - "fuel": [ - 39.25950775245304, - 39.06058734827383, - 39.06528866090694, - 39.274497697025794, - 39.61643680885751, - 39.91396661084194, - 39.90307465849709, - 39.59853901535037 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 24.0625, -39.84375 24.21875, -39.6875 24.21875, -39.6875 24.0625, -39.84375 24.0625))", @@ -250530,17 +185719,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -366.1081909685304, + -366.1081909685306, -797.7741515626925, - -796.5136178335118, + -796.513617833512, -362.13749874648124, 357.96662086822425, 993.0056605593325, - 990.1220197700479, + 990.122019770047, 353.23392679037283 ], "relative wind speed": [ - 1.7220390868965758, + 1.7220390868965756, 1.314721374749237, 1.31637742710924, 1.7250906985945396, @@ -250550,13 +185739,13 @@ 2.172338333832645 ], "relative wind angle": [ - 0.335931445338956, - 0.17891162470559646, - 0.18086443418005346, - 0.3360319725825664, - 0.26408466262262403, - 0.09593109714492329, - 0.09712815515352749, + 0.3359314453389567, + 0.1789116247055965, + 0.18086443418005407, + 0.33603197258256634, + 0.2640846626226241, + 0.0959310971449233, + 0.09712815515352864, 0.2649437518376387 ], "resistance": [ @@ -250610,9 +185799,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -611.8715198766724, + -611.8715198766733, -1060.5370655120626, - -967.9314641980374, + -967.9314641980376, -318.08453429669817, 622.998498373976, 1358.3484951269293, @@ -250620,9 +185809,9 @@ 273.5463329330505 ], "relative wind speed": [ - 1.880859026630929, + 1.8808590266309286, 1.4818433226361523, - 1.5866259057705434, + 1.5866259057705432, 2.0769818896145633, 2.5559590590528076, 2.8061891876300513, @@ -250630,11 +185819,11 @@ 2.3993131558482057 ], "relative wind angle": [ - 0.31863390822303095, + 0.31863390822303167, 0.11417454145260016, 0.2227246254105583, 0.3256387028572219, - 0.2326185274388664, + 0.23261852743886638, 0.06019673853511776, 0.1278690811608422, 0.28060364849000285 @@ -250677,68 +185866,7 @@ "id": "4741", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.367881510073198, - 7.367881510073198, - 7.367881510073198, - 7.367881510073198, - 7.367881510073198, - 7.367881510073198, - 7.367881510073198, - 7.367881510073198 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -481.91998544526655, - -949.3366299748035, - -916.1426214703076, - -376.6765337297079, - 470.09699347289666, - 1182.8144773169345, - 1106.8267257845907, - 344.92111494839423 - ], - "relative wind speed": [ - 1.8588923717587982, - 1.4484431675731577, - 1.4876701736430795, - 1.932236461196342, - 2.401769770149653, - 2.6694552382271564, - 2.6477946168539086, - 2.3431690371399165 - ], - "relative wind angle": [ - 0.3207346800881063, - 0.14871264669225712, - 0.1910811215832077, - 0.3234707734122519, - 0.24649258233949714, - 0.0804810631637638, - 0.10691083799590502, - 0.26521294126998474 - ], - "resistance": [ - 96152.58001455474, - 95685.1633700252, - 95718.35737852969, - 96257.82346627029, - 97104.5969934729, - 97817.31447731693, - 97741.32672578459, - 96979.42111494839 - ], - "fuel": [ - 39.49180213626531, - 39.25226706295186, - 39.26925104228479, - 39.54584794377955, - 39.98219250923876, - 40.3515255808131, - 40.31205840288035, - 39.917521003900305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 24.0625, -39.6875 24.21875, -39.53125 24.21875, -39.53125 24.0625, -39.6875 24.0625))", @@ -250770,9 +185898,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -639.8220767013454, + -639.8220767013461, -1153.0716864235408, - -1076.6012064700817, + -1076.6012064700822, -395.26828119054267, 620.6285806672959, 1434.884926627129, @@ -250780,24 +185908,24 @@ 330.51122585193843 ], "relative wind speed": [ - 2.044502021475254, + 2.0445020214752536, 1.6326336911035793, - 1.7123687669544545, + 1.7123687669544543, 2.196336297463926, - 2.6893173076293087, + 2.689317307629308, 2.957519793273488, 2.912079892944188, - 2.566811828976445 + 2.5668118289764448 ], "relative wind angle": [ 0.3012756645181969, 0.1184694153012397, 0.1961842690638101, - 0.307611699490037, - 0.22754848593340593, - 0.06529194247968943, + 0.30761169949003697, + 0.22754848593340543, + 0.06529194247968942, 0.11487468385036916, - 0.2620713186402557 + 0.26207131864025485 ], "resistance": [ 95994.67792329872, @@ -250850,9 +185978,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -870.6422181508042, + -870.6422181508058, -1239.624751080638, - -1035.572558526509, + -1035.5725585265097, -201.51905919997807, 861.3342998458306, 1571.9725735379443, @@ -250860,7 +185988,7 @@ 72.57649819001472 ], "relative wind speed": [ - 2.1154402401737995, + 2.1154402401737986, 1.8117077657895635, 2.0013844560444882, 2.494229088349624, @@ -250870,12 +185998,12 @@ 2.6239701649671745 ], "relative wind angle": [ - 0.24606274745912404, - 0.0370757472253414, - 0.21159124694403902, + 0.2460627474591245, + 0.037075747225341404, + 0.2115912469440401, 0.2684576684999056, - 0.17630682446324386, - 0.021427184616831095, + 0.1763068244632439, + 0.02142718461683109, 0.13978378873062802, 0.2548804858317839 ], @@ -250917,68 +186045,7 @@ "id": "4744", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.474023221381724, - 7.474023221381724, - 7.474023221381724, - 7.474023221381724, - 7.474023221381724, - 7.474023221381724, - 7.474023221381724, - 7.474023221381724 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -599.3113785774362, - -949.7432183024886, - -834.68228725688, - -229.15392344476663, - 600.3952514637301, - 1209.0022907110877, - 944.7294722132899, - 161.89273094089913 - ], - "relative wind speed": [ - 1.801264723270533, - 1.4728049253761444, - 1.6037634051257343, - 2.053593872579869, - 2.4781033333234617, - 2.6863351216323497, - 2.610266973760966, - 2.2733901865782165 - ], - "relative wind angle": [ - 0.28748960865829853, - 0.07783713058577299, - 0.21922826605923815, - 0.3004563008273505, - 0.20758930736604733, - 0.042644680956273044, - 0.1340196300664708, - 0.27063400310185015 - ], - "resistance": [ - 96035.18862142255, - 95684.75678169749, - 95799.81771274311, - 96405.34607655522, - 97234.89525146372, - 97843.50229071107, - 97579.22947221328, - 96796.39273094089 - ], - "fuel": [ - 39.47591677970117, - 39.296409227857296, - 39.35529842285584, - 39.66602497310839, - 40.093922573325685, - 40.409482386587754, - 40.27228890108383, - 39.8674154106174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 23.90625, -39.84375 24.0625, -39.6875 24.0625, -39.6875 23.90625, -39.84375 23.90625))", @@ -251010,9 +186077,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -405.140722436141, + -405.1407224361419, -897.0576439190307, - -903.7897358503479, + -903.7897358503483, -426.52913739143946, 376.89691547371103, 1091.0436758368191, @@ -251020,9 +186087,9 @@ 402.31822332352976 ], "relative wind speed": [ - 1.880201697374056, + 1.8802016973740556, 1.460912438622895, - 1.4528866657437278, + 1.4528866657437276, 1.8651275710001163, 2.331625533275179, 2.614836686469338, @@ -251030,11 +186097,11 @@ 2.3437011742379292 ], "relative wind angle": [ - 0.31778795927250714, + 0.31778795927250747, 0.1713714876310541, 0.162578500521268, 0.3171813720395204, - 0.2547151783104899, + 0.25471517831048995, 0.09542224505329734, 0.08990403301273694, 0.25082500822932285 @@ -251077,68 +186144,7 @@ "id": "4746", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.88619437439559, - 8.88619437439559, - 8.88619437439559, - 8.88619437439559, - 8.88619437439559, - 8.88619437439559, - 8.88619437439559, - 8.88619437439559 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -954.0378255795929, - -1198.6289341788406, - -912.3025978295864, - -33.779699353672186, - 978.9180916056098, - 1544.7893032429765, - 918.2727971926965, - -103.1490762739113 - ], - "relative wind speed": [ - 2.049394258398872, - 1.8242397882326329, - 2.0781550965998696, - 2.5675294450322603, - 2.9692615694390128, - 3.112664499931634, - 2.949203704151627, - 2.5346249511511605 - ], - "relative wind angle": [ - 0.21813877671387574, - 0.009320936082849217, - 0.22693159278572925, - 0.25362421424063586, - 0.14992997675476571, - 0.005462670590171254, - 0.15921004765885577, - 0.2569907012990574 - ], - "resistance": [ - 95680.4621744204, - 95435.87106582116, - 95722.19740217041, - 96600.72030064632, - 97613.4180916056, - 98179.28930324297, - 97552.7727971927, - 96531.35092372609 - ], - "fuel": [ - 39.95489839819519, - 39.82988209540371, - 39.97625249364286, - 40.42725851100182, - 40.950709036956276, - 41.24486256719122, - 40.919254838523415, - 40.39154202320612 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 23.75, -39.84375 23.90625, -39.6875 23.90625, -39.6875 23.75, -39.84375 23.75))", @@ -251157,68 +186163,7 @@ "id": "4747", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.241461071095593, - 9.241461071095593, - 9.241461071095593, - 9.241461071095593, - 9.241461071095593, - 9.241461071095593, - 9.241461071095593, - 9.241461071095593 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -820.6260544372071, - -1274.8870402670366, - -1123.9635300946638, - -323.9771481725479, - 765.1341672198323, - 1552.9837799740312, - 1205.1295282968827, - 180.42125910714412 - ], - "relative wind speed": [ - 2.2614532792173065, - 1.927833284170752, - 2.0621437364924704, - 2.531390409248795, - 2.986700518595068, - 3.2121658970704123, - 3.127637148376331, - 2.7616324009219575 - ], - "relative wind angle": [ - 0.240439772505942, - 0.0616020352271704, - 0.18073496894279162, - 0.25678296102546394, - 0.18129731242476493, - 0.0369564901697134, - 0.11879543881466197, - 0.23495207312226146 - ], - "resistance": [ - 95813.8739455628, - 95359.61295973296, - 95510.53646990533, - 96310.52285182745, - 97399.63416721983, - 98187.48377997403, - 97839.62952829688, - 96814.92125910714 - ], - "fuel": [ - 40.21007711736421, - 39.97784527521307, - 40.054916724596076, - 40.46485760236487, - 41.02678407483829, - 41.43602598649203, - 41.25505123507108, - 40.72455300308438 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 23.90625, -39.6875 24.0625, -39.53125 24.0625, -39.53125 23.90625, -39.6875 23.90625))", @@ -251250,9 +186195,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -658.8668529994743, + -658.8668529994757, -1138.531937418512, - -1047.7360411456352, + -1047.7360411456357, -365.8698789422083, 627.0523179904039, 1402.6452439550899, @@ -251260,7 +186205,7 @@ 280.3680685830077 ], "relative wind speed": [ - 2.064524998578068, + 2.0645249985780674, 1.683783783326285, 1.775823705568453, 2.2429895655155154, @@ -251270,14 +186215,14 @@ 2.568844108257751 ], "relative wind angle": [ - 0.28177928128513174, + 0.2817792812851326, 0.10060102183201743, - 0.18973746296621366, + 0.18973746296621485, 0.2906367890155565, 0.21310468089047624, 0.057052898798611404, 0.11529236112040883, - 0.2528995257473328 + 0.2528995257473329 ], "resistance": [ 95975.63314700055, @@ -251330,9 +186275,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -811.0998579274326, + -811.0998579274335, -1247.6564311390139, - -1082.919504025434, + -1082.9195040254347, -277.64280037022945, 804.7967344986987, 1580.4346337121015, @@ -251340,9 +186285,9 @@ 173.98751200246897 ], "relative wind speed": [ - 2.089184470404093, + 2.0891844704040925, 1.7349217504852874, - 1.8945065472049145, + 1.8945065472049143, 2.4006265961513287, 2.8736908093353613, 3.100457569251548, @@ -251350,19 +186295,19 @@ 2.6191186618568922 ], "relative wind angle": [ - 0.27318427954814745, + 0.27318427954814783, 0.06549507793201233, - 0.21440097175210038, + 0.2144009717521014, 0.28874970420284407, 0.197424920867487, 0.03663104901277068, - 0.13451468464661206, + 0.1345146846466121, 0.2640571125115853 ], "resistance": [ 95823.40014207263, 95386.84356886105, - 95551.58049597463, + 95551.58049597462, 96356.85719962983, 97439.29673449876, 98214.93463371215, @@ -251372,7 +186317,7 @@ "fuel": [ 39.9300356097107, 39.70682493960564, - 39.79097135221859, + 39.79097135221858, 40.20375408850789, 40.76241144850835, 41.16540693827767, @@ -251397,68 +186342,7 @@ "id": "4750", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.226142480311848, - 9.226142480311848, - 9.226142480311848, - 9.226142480311848, - 9.226142480311848, - 9.226142480311848, - 9.226142480311848, - 9.226142480311848 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1028.9875045367037, - -1315.6082533894723, - -1023.0477353366377, - -66.4363707148641, - 1056.7605845168068, - 1720.125820782112, - 1048.1184124166543, - -76.30732066270093 - ], - "relative wind speed": [ - 2.1316898718869313, - 1.8769240250263084, - 2.1356524732485185, - 2.6552702741874628, - 3.087540236608343, - 3.2487170739939577, - 3.0848006314976515, - 2.650763322818025 - ], - "relative wind angle": [ - 0.2287356542806166, - 0.0012428773992406758, - 0.22988990630742126, - 0.26127786722727664, - 0.1571960669325147, - 0.000718063776306809, - 0.15841975930859672, - 0.26173252434311267 - ], - "resistance": [ - 95605.51249546328, - 95318.89174661052, - 95611.45226466334, - 96568.06362928513, - 97691.26058451679, - 98354.6258207821, - 97682.61841241665, - 96558.19267933728 - ], - "fuel": [ - 40.09523099238952, - 39.948834694970444, - 40.09826806105358, - 40.589107013974974, - 41.169767569958545, - 41.514913325393564, - 41.165281894387846, - 40.58402482539377 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 23.75, -39.53125 23.90625, -39.375 23.90625, -39.375 23.75, -39.53125 23.75))", @@ -251490,19 +186374,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -858.139429815742, + -858.1394298157425, -1426.7244687571488, - -1301.273753589711, + -1301.273753589712, -445.9789899172165, 776.380541665204, 1707.7148863913649, - 1418.8335017339, + 1418.8335017338982, 291.0169995326537 ], "relative wind speed": [ - 2.437477976310069, + 2.4374779763100687, 2.0586363567345733, - 2.1639992091867875, + 2.163999209186787, 2.648660803730132, 3.1415226385735573, 3.401834758538015, @@ -251510,13 +186394,13 @@ 2.9656465265520846 ], "relative wind angle": [ - 0.24500930159565626, + 0.24500930159565673, 0.0793927427899507, - 0.16729985586142007, + 0.16729985586142074, 0.2568610922247134, 0.1893333306395305, - 0.048012880737145575, - 0.10823630493980202, + 0.04801288073714557, + 0.10823630493980305, 0.22888522706284517 ], "resistance": [ @@ -251570,34 +186454,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -364.6564863331554, + -364.6564863331556, -616.8233728944955, -560.0740988971708, -182.53098277874847, 358.02360966254514, 774.0051153488405, 643.8033796547031, - 142.1640309800173 + 142.16403098001683 ], "relative wind speed": [ 1.4783132802808765, 1.1953495421844598, 1.2756328668135875, - 1.6322802030853363, + 1.632280203085336, 1.9830885222050583, 2.1654536969318112, 2.119153375917183, - 1.8584164173220004 + 1.8584164173220006 ], "relative wind angle": [ - 0.2931387271243036, + 0.2931387271243044, 0.09867021459971553, 0.20577252051647008, - 0.30255674710312686, - 0.2171085979088927, + 0.30255674710312647, + 0.21710859790889273, 0.054405327490398045, 0.12330553983116073, - 0.2647884976603455 + 0.26478849766034596 ], "resistance": [ 96269.84351366687, @@ -251650,34 +186534,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -393.5656913879402, + -393.56569138794134, -662.5837105099399, - -607.148922630603, + -607.1489226306037, -211.9169388876253, - 357.3076492092239, + 357.30764920922365, 794.7632703814861, 667.1833330474719, 143.25828026856425 ], "relative wind speed": [ - 1.651388821294378, + 1.6513888212943775, 1.3870833549709745, 1.456113882582102, 1.7891105251187083, - 2.1290648886580463, + 2.129064888658046, 2.3099788106333348, 2.267098299625362, 2.014717317174296 ], "relative wind angle": [ - 0.250415755366473, + 0.25041575536647387, 0.08394849125407827, - 0.168880941600053, + 0.16888094160005496, 0.2614344465803987, - 0.19341257329567021, + 0.19341257329566908, 0.05037103823677415, 0.10816492261256413, - 0.2315881887550231 + 0.23158818875502313 ], "resistance": [ 96240.93430861208, @@ -251730,7 +186614,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -376.1702912196988, + -376.17029121969927, -663.7945699249229, -621.1735841503522, -236.69447400001582, @@ -251740,7 +186624,7 @@ 170.773243455458 ], "relative wind speed": [ - 1.6707297343137055, + 1.6707297343137053, 1.3944860519829276, 1.4475332412049446, 1.776318502533505, @@ -251750,11 +186634,11 @@ 2.0345956253751347 ], "relative wind angle": [ - 0.25397955359389535, + 0.2539795535938958, 0.09559633941127232, - 0.16064864580557342, + 0.16064864580557345, 0.26227398031496374, - 0.1991233243454335, + 0.19912332434543348, 0.05757644591680147, 0.10171919661895658, 0.22834321083755166 @@ -251810,9 +186694,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -395.69589980086687, + -395.69589980086755, -646.6929995825135, - -582.6307436722325, + -582.6307436722327, -186.67992959261437, 370.6574394965453, 789.7755880933034, @@ -251820,7 +186704,7 @@ 124.0650197251664 ], "relative wind speed": [ - 1.587490088312365, + 1.5874900883123646, 1.3274331783163655, 1.4100709186744376, 1.7510770844444472, @@ -251830,13 +186714,13 @@ 1.9540687754362271 ], "relative wind angle": [ - 0.25841575488529345, + 0.2584157548852939, 0.07912377999812481, - 0.1835010415685538, + 0.18350104156855443, 0.2710261522719037, 0.19542708353846275, 0.04637435448969774, - 0.11654308882815968, + 0.1165430888281597, 0.24227218992909394 ], "resistance": [ @@ -251890,17 +186774,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -293.9323607148001, + -293.932360714801, -714.1758193912128, - -749.5612086491782, + -749.5612086491791, -410.5978890536876, 211.30580636645914, 787.7031810771191, - 869.2039074271875, + 869.2039074271852, 348.55647009180257 ], "relative wind speed": [ - 1.925611181161193, + 1.9256111811611927, 1.5948673137834686, 1.5549424930444689, 1.8450955437334016, @@ -251910,14 +186794,14 @@ 2.2866788386186374 ], "relative wind angle": [ - 0.24680991877461148, + 0.24680991877461328, 0.14219841521182267, - 0.09713581393204015, + 0.09713581393204244, 0.24039503744538884, 0.21360147733275328, - 0.09172056772634574, - 0.06052573872449342, - 0.1933109157938623 + 0.09172056772634572, + 0.06052573872449526, + 0.19331091579386234 ], "resistance": [ 96340.56763928519, @@ -251970,19 +186854,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -227.99744280896357, + -227.99744280896448, -744.9480075706731, - -840.6134235486145, + -840.6134235486161, -551.6358876092661, 94.26590989978877, 751.0463319730902, - 972.880878000713, + 972.8808780007166, 472.9309014066598 ], "relative wind speed": [ - 2.2539102150810564, + 2.2539102150810555, 1.9232570964349605, - 1.8311355942126766, + 1.8311355942126761, 2.060371481978324, 2.4192091240318385, 2.689566170306689, @@ -251990,13 +186874,13 @@ 2.586030432863479 ], "relative wind angle": [ - 0.20612920412146848, + 0.20612920412146743, 0.13905684888767045, - 0.04605939868017206, - 0.18836704416255975, - 0.19186274483977617, - 0.09927973634401248, - 0.030628745131565348, + 0.04605939868017448, + 0.18836704416255973, + 0.1918627448397762, + 0.09927973634401249, + 0.030628745131561726, 0.14975106242513475 ], "resistance": [ @@ -252006,7 +186890,7 @@ 96082.86411239073, 96728.76590989978, 97385.54633197309, - 97607.38087800071, + 97607.38087800072, 97107.43090140665 ], "fuel": [ @@ -252016,7 +186900,7 @@ 39.84517975807171, 40.177352713753194, 40.51671212424074, - 40.6316969899483, + 40.63169698994831, 40.3728135355034 ] }, @@ -252050,19 +186934,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -187.50768429544314, + -187.50768429544405, -777.9076247471139, - -911.7492660771727, + -911.7492660771734, -640.7304752117225, 41.100391676282015, 768.8155093110654, - 1079.4311693683371, + 1079.4311693683308, 571.3486619565606 ], "relative wind speed": [ 2.3651538628385005, 2.009244086108187, - 1.8848841829223408, + 1.8848841829223404, 2.1035240311546377, 2.4783696856378716, 2.774744546084903, @@ -252070,13 +186954,13 @@ 2.7039703666910966 ], "relative wind angle": [ - 0.20784267491485056, - 0.15200253071973926, + 0.20784267491485164, + 0.1520025307197393, 0.030666824661441695, 0.18453237191038885, 0.1982185908413967, 0.10986538419239437, - 0.02020439834346504, + 0.020204398343470535, 0.1432308196054203 ], "resistance": [ @@ -252086,7 +186970,7 @@ 95993.7695247883, 96675.6003916763, 97403.31550931108, - 97713.93116936836, + 97713.93116936834, 97205.84866195658 ], "fuel": [ @@ -252130,9 +187014,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -126.62629363906899, + -126.62629363907035, -820.4517099582745, - -1011.4922855758937, + -1011.4922855758941, -791.9028021186973, -78.89496809318507, 736.5447894582517, @@ -252140,9 +187024,9 @@ 695.6798748634228 ], "relative wind speed": [ - 2.808716427775208, + 2.8087164277752077, 2.4712570476468865, - 2.3243019610699376, + 2.324301961069937, 2.48747159341863, 2.828885953481885, 3.1279981320194286, @@ -252154,7 +187038,7 @@ 0.12824570132303711, 0.004397072938545018, 0.1332653536146169, - 0.1623291360599416, + 0.16232913605994162, 0.10121500527774664, 0.003155631930296267, 0.10629984880812848 @@ -252210,34 +187094,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -435.47553963726386, + -435.47553963726546, -840.7485555463231, - -824.9783268886563, + -824.9783268886567, -382.4975659703689, 329.18998092026413, 925.967060428703, - 889.4931328847374, - 267.1273866443976 + 889.4931328847392, + 267.1273866443971 ], "relative wind speed": [ - 2.1360049483383197, + 2.136004948338319, 1.845376973882764, 1.8606853094526281, 2.1678293924364533, 2.528360297807686, 2.747672971646962, 2.737329558902825, - 2.5011274777876777 + 2.501127477787678 ], "relative wind angle": [ - 0.20750149392881917, + 0.20750149392882025, 0.09219166008117022, - 0.10758357489799204, - 0.2102510656033914, + 0.10758357489799308, + 0.21025106560339138, 0.17493666626240814, 0.06186904548352348, - 0.07305334017140647, - 0.1818948999619768 + 0.07305334017140495, + 0.18189489996197802 ], "resistance": [ 96199.02446036274, @@ -252246,7 +187130,7 @@ 96252.00243402964, 96963.68998092026, 97560.46706042871, - 97523.99313288473, + 97523.99313288475, 96901.6273866444 ], "fuel": [ @@ -252290,9 +187174,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -360.2810418624417, + -360.2810418624424, -805.0395144450449, - -825.7369014814637, + -825.7369014814635, -428.8121393306169, 266.2488694171759, 890.0892080628926, @@ -252302,7 +187186,7 @@ "relative wind speed": [ 2.041487817964725, 1.7099947124792334, - 1.6882909384271139, + 1.6882909384271136, 1.997400982101705, 2.382133023933418, 2.630237315891022, @@ -252310,9 +187194,9 @@ 2.419218793600878 ], "relative wind angle": [ - 0.23714519067425552, + 0.23714519067425646, 0.12650162494681633, - 0.10354430622456862, + 0.10354430622456755, 0.23368287927149012, 0.20271947349902422, 0.08211550881301675, @@ -252370,7 +187254,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -730.358431042956, + -730.3584310429578, -1192.7841988611603, -1104.58279220763, -425.67445563487854, @@ -252390,11 +187274,11 @@ 3.1645596029623366 ], "relative wind angle": [ - 0.1549519460483074, + 0.1549519460483088, 0.04918340657492657, 0.09837592085563801, - 0.16630154460001714, - 0.13108469527616956, + 0.16630154460001711, + 0.1310846952761696, 0.03556212443568092, 0.07386585973211612, 0.15332359809844684 @@ -252437,68 +187321,7 @@ "id": "4763", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.079081894112445, - 10.079081894112445, - 10.079081894112445, - 10.079081894112445, - 10.079081894112445, - 10.079081894112445, - 10.079081894112445, - 10.079081894112445 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -463.33290861287196, - -1075.2511965773601, - -1125.1118852048585, - -633.6071263708632, - 274.47491920674474, - 1106.5352734349335, - 1222.3722093790584, - 473.3166288002044 - ], - "relative wind speed": [ - 2.687597175406062, - 2.3537669872038, - 2.3149168861925924, - 2.6048591750081447, - 2.997328259989063, - 3.2660275940857044, - 3.2936780482312016, - 3.0695054901002528 - ], - "relative wind angle": [ - 0.18341103753452442, - 0.10018997787552661, - 0.06797196468698152, - 0.17665975141811913, - 0.1642754958209093, - 0.0721469385337218, - 0.04775454254738112, - 0.14969779327636185 - ], - "resistance": [ - 96171.16709138716, - 95559.24880342267, - 95509.38811479518, - 96000.89287362917, - 96908.97491920677, - 97741.03527343496, - 97856.87220937909, - 97107.81662880024 - ], - "fuel": [ - 40.866834870943265, - 40.55336982957678, - 40.527889276526786, - 40.77946923605988, - 41.24664164652912, - 41.67739775269969, - 41.73757060847127, - 41.34934737270514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 23.90625, -38.4375 24.0625, -38.28125 24.0625, -38.28125 23.90625, -38.4375 23.90625))", @@ -252530,10 +187353,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -103.7252681539444, + -103.72526815394576, -815.4939198836596, - -1018.3129094189271, - -798.8407009478942, + -1018.312909418974, + -798.8407009478947, -75.95127950817232, 759.5502543232465, 1232.2378073930095, @@ -252543,26 +187366,26 @@ 2.6316432656821176, 2.2565063362158395, 2.0860832772789477, - 2.26690126999603, + 2.2669012699960303, 2.644247215840103, 2.9708195453285184, 3.092870216569926, 2.9628952476215833 ], "relative wind angle": [ - 0.19247161725132728, + 0.19247161725132902, 0.15637035177672937, - 0.003077519922871616, - 0.15970286873818848, + 0.0030775199229437665, + 0.15970286873818987, 0.19154277539405756, - 0.11856633855147142, + 0.1185663385514714, 0.002075728004525153, 0.12197159769739295 ], "resistance": [ 96530.77473184606, 95819.00608011633, - 95616.18709058108, + 95616.18709058102, 95835.6592990521, 96558.54872049183, 97394.05025432324, @@ -252572,7 +187395,7 @@ "fuel": [ 40.62170856759878, 40.256273360551816, - 40.15248745452737, + 40.152487454527346, 40.2648018943014, 40.63600646296249, 41.06745995639202, @@ -252610,9 +187433,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 134.40439282154875, + 134.40439282154603, -653.1035878109783, - -1025.5313461639898, + -1025.5313461639944, -933.9346666075753, -335.4802054858342, 504.3743128238343, @@ -252630,17 +187453,17 @@ 3.214621283802141 ], "relative wind angle": [ - 0.15042343193769248, + 0.1504234319376947, 0.1474614897043594, - 0.0415936061974526, - 0.09932388779653095, + 0.041593606197457944, + 0.09932388779653097, 0.16118125552997006, - 0.12433801883058945, + 0.12433801883058947, 0.030320696737316254, 0.07568576921970675 ], "resistance": [ - 96768.90439282157, + 96768.90439282155, 95981.39641218903, 95608.96865383603, 95700.56533339244, @@ -252677,68 +187500,7 @@ "id": "4766", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.37427693510358, - 9.37427693510358, - 9.37427693510358, - 9.37427693510358, - 9.37427693510358, - 9.37427693510358, - 9.37427693510358, - 9.37427693510358 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -127.11440518810514, - -843.9745525719532, - -1040.7729484670037, - -800.241547588399, - -54.185906709975825, - 794.8278628626249, - 1253.1355931201597, - 731.9669858837619 - ], - "relative wind speed": [ - 2.6371006539168915, - 2.2582321111980996, - 2.0934495229776164, - 2.285412940261308, - 2.6700103538483893, - 2.99727257360759, - 3.114598568562453, - 2.9765992073224528 - ], - "relative wind angle": [ - 0.194846811150947, - 0.15524897211078414, - 0.00800992827499618, - 0.16389602413270948, - 0.19241491092499088, - 0.1167649248610409, - 0.00538376996442368, - 0.1256056652177759 - ], - "resistance": [ - 96507.38559481192, - 95790.52544742807, - 95593.72705153302, - 95834.25845241161, - 96580.31409329004, - 97429.32786286264, - 97887.63559312017, - 97366.46698588377 - ], - "fuel": [ - 40.638107710361, - 40.270127615695614, - 40.169441201056, - 40.29252196003769, - 40.675650676709324, - 41.114172002457785, - 41.352005772549525, - 41.081611992610945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 23.75, -38.28125 23.90625, -38.125 23.90625, -38.125 23.75, -38.28125 23.75))", @@ -252770,9 +187532,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1.2590958647083426, + -1.2590958647101615, -835.7942447240794, - -1145.4366249351724, + -1145.4366249351779, -968.4398961333541, -222.94505477500707, 712.8607363060878, @@ -252782,7 +187544,7 @@ "relative wind speed": [ 2.9954262796455398, 2.6218863789740805, - 2.4187501726872322, + 2.418750172687232, 2.5496232926306392, 2.9058688730159083, 3.2469007252615603, @@ -252790,12 +187552,12 @@ 3.3039481790169107 ], "relative wind angle": [ - 0.1647102748025448, + 0.16471027480254616, 0.14521737422297584, - 0.018776254152260398, - 0.12393681060115293, - 0.1698351766229754, - 0.11711951857640372, + 0.01877625415226631, + 0.12393681060115294, + 0.16983517662297543, + 0.11711951857640374, 0.013353346806074144, 0.0955414082911173 ], @@ -252850,9 +187612,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 16.13669932711946, + 16.13669932711764, -752.2088771235376, - -1043.205625793504, + -1043.2056257935071, -881.6875269608167, -199.87671016114155, 661.1408665445174, @@ -252860,24 +187622,24 @@ 847.1025833783783 ], "relative wind speed": [ - 2.726052336113345, + 2.7260523361133444, 2.3439755648145315, 2.13083495135376, 2.264679159759309, 2.629550787467001, 2.9751768409037047, 3.1313640946377617, - 3.035972164966145 + 3.0359721649661444 ], "relative wind angle": [ - 0.18459216670599235, + 0.18459216670599296, 0.16652748836737322, - 0.02305221064054564, + 0.02305221064055046, 0.14136186651612806, - 0.19144894084138736, + 0.1914489408413874, 0.13096623035618488, 0.01568585399001694, - 0.10529228134349872 + 0.10529228134349766 ], "resistance": [ 96650.63669932714, @@ -252930,34 +187692,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -58.45692454847949, + -58.45692454848131, -834.9694220824344, -1091.1112932046885, -899.1539206948546, - -165.80606409990014, + -165.80606409990105, 720.4859174082217, - 1261.5846097533909, + 1261.584609753419, 812.3186720550962 ], "relative wind speed": [ - 2.9735245138507027, + 2.9735245138507023, 2.6221381053508526, 2.4466938867133496, 2.587449421433117, 2.9302355228623496, 3.248464254133403, - 3.3825755392355936, + 3.382575539235593, 3.2761614345817685 ], "relative wind angle": [ - 0.1580305986701758, + 0.15803059867017652, 0.13249120841743073, - 0.008959851646901653, - 0.12219718120050183, - 0.16038529299249904, - 0.10683650731440067, - 0.006480823307953608, - 0.0964183090513415 + 0.008959851646901655, + 0.12219718120050184, + 0.16038529299249976, + 0.10683650731440068, + 0.006480823307936478, + 0.09641830905134151 ], "resistance": [ 96576.04307545154, @@ -252966,7 +187728,7 @@ 95735.34607930516, 96468.69393590011, 97354.98591740824, - 97896.08460975341, + 97896.08460975344, 97446.81867205512 ], "fuel": [ @@ -252976,7 +187738,7 @@ 40.894123601793005, 41.27043912189493, 41.727908249583265, - 42.008639145250044, + 42.00863914525006, 41.77547583192096 ] }, @@ -253010,39 +187772,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -134.3734349314368, + -134.37343493143908, -1012.2346393003818, - -1261.8230954891847, + -1261.8230954893406, -1001.4976104017087, -116.43103104013016, 908.9440311446328, - 1492.744062506887, + 1492.744062506888, 893.5646553195006 ], "relative wind speed": [ - 3.10417093612629, + 3.1041709361262892, 2.7177845415819926, 2.5430493950030155, 2.7233444756387044, 3.11105455430297, 3.453720432530458, - 3.584332213274212, + 3.5843322132742124, 3.449337981054997 ], "relative wind angle": [ - 0.1685197865384413, - 0.13496035429845443, - 0.0013728224381488936, - 0.13651286922551148, + 0.16851978653844066, + 0.1349603542984544, + 0.0013728224383106368, + 0.1365128692255115, 0.16814335606309003, - 0.10607906078447224, + 0.10607906078447225, 0.000974004227008297, 0.10765392614496824 ], "resistance": [ 96500.12656506858, 95622.26536069963, - 95372.67690451082, + 95372.67690451068, 95633.0023895983, 96518.06896895988, 97543.44403114465, @@ -253052,7 +187814,7 @@ "fuel": [ 41.62908235489684, 41.17874354551957, - 41.05122934988135, + 41.051229349881275, 41.18423427045951, 41.63831663052845, 42.168028706983776, @@ -253090,9 +187852,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 154.96045222802968, + 154.96045222802377, -817.7766274002433, - -1267.4992606125925, + -1267.4992606125957, -1142.127777285969, -386.94930128744545, 657.5532295016537, @@ -253100,9 +187862,9 @@ 1122.3791936662346 ], "relative wind speed": [ - 3.156476568714717, + 3.1564765687147167, 2.7503870996909554, - 2.488451827329365, + 2.4884518273293645, 2.578850882467538, 2.944576479376881, 3.3270476061514587, @@ -253110,13 +187872,13 @@ 3.4617052297590245 ], "relative wind angle": [ - 0.165411807082405, + 0.1654118070824077, 0.16197307429485347, - 0.04322270723483011, - 0.11326960157537948, - 0.17743743690700536, - 0.1337124650792088, - 0.03048857939470734, + 0.04322270723483269, + 0.11326960157537949, + 0.17743743690700534, + 0.13371246507920884, + 0.030488579394707345, 0.08430143736953248 ], "resistance": [ @@ -253170,9 +187932,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 213.17280397434706, + 213.17280397434251, -698.6468927070573, - -1160.6126446078642, + -1160.6126446078679, -1082.1284704138452, -428.09643107113106, 528.6066363676746, @@ -253180,7 +187942,7 @@ 1077.5730167702304 ], "relative wind speed": [ - 3.1073898452729245, + 3.107389845272924, 2.7266653215087153, 2.4631887158889496, 2.520845820636447, @@ -253190,14 +187952,14 @@ 3.3807798298889327 ], "relative wind angle": [ - 0.15521992274736596, + 0.1552199227473681, 0.1589294158468954, - 0.05275069131043922, + 0.05275069131044343, 0.09848120500399948, - 0.16930524053318294, + 0.16930524053318297, 0.13454106304664856, 0.037950697131171884, - 0.07337875298677891 + 0.07337875298677893 ], "resistance": [ 96847.67280397439, @@ -253250,17 +188012,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 668.607987860204, + 668.6079878602031, -320.23035581225986, - -1049.7088656437313, + -1049.7088656437327, -1185.0089745409557, - -777.5336894688699, - 133.45272466553024, + -777.5336894688708, + 133.4527246655298, 1060.2771653481832, 1373.947904698669 ], "relative wind speed": [ - 3.0628339246372263, + 3.062833924637226, 2.6670196336436796, 2.2723632045421, 2.1621244757209017, @@ -253272,11 +188034,11 @@ "relative wind angle": [ 0.15076081264772706, 0.2077906544018786, - 0.1404457198996946, + 0.14044571989969618, 0.04642813865502034, - 0.18999920655062238, - 0.1933322519048053, - 0.1000106543939284, + 0.189999206550623, + 0.19333225190480532, + 0.10001065439392841, 0.030769800716927455 ], "resistance": [ @@ -253330,34 +188092,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 297.23620042374705, + 297.2362004237443, -703.3387046776324, - -1236.3138421207495, + -1236.313842120749, -1170.8942161507957, - -482.60293757090903, + -482.6029375709086, 555.6008381874221, 1379.3624279537298, - 1227.8651590739482 + 1227.86515907395 ], "relative wind speed": [ 3.0133408187175754, 2.5773724839060566, - 2.2552777992104596, + 2.255277799210459, 2.3070171531976182, 2.685651596807117, 3.106460762408894, 3.347636395663446, - 3.312192513129948 + 3.3121925131299474 ], "relative wind angle": [ - 0.1826024264351059, + 0.18260242643510774, 0.19720498741785136, - 0.07409981349415487, + 0.07409981349415337, 0.11680624766386362, - 0.20518259827623603, + 0.20518259827623547, 0.1632834446685095, - 0.04989552371868218, - 0.0812627291566347 + 0.04989552371868219, + 0.08126272915663332 ], "resistance": [ 96931.73620042377, @@ -253397,68 +188159,7 @@ "id": "4775", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.282438054212587, - 9.282438054212587, - 9.282438054212587, - 9.282438054212587, - 9.282438054212587, - 9.282438054212587, - 9.282438054212587, - 9.282438054212587 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 573.0697174003953, - -429.10428825132976, - -1104.068628249522, - -1178.7351203396872, - -677.0729313554189, - 281.8343559668365, - 1189.6909728779847, - 1361.958251968936 - ], - "relative wind speed": [ - 2.916769812785908, - 2.480633638938182, - 2.0737615899679422, - 2.0084503796219937, - 2.3473132773258887, - 2.804261491383758, - 3.117200447623344, - 3.1596760649290956 - ], - "relative wind angle": [ - 0.18103714628212833, - 0.2346958440480523, - 0.14061665363238074, - 0.08266010267810742, - 0.2256396430288542, - 0.20718906762097525, - 0.09337486042756431, - 0.052507263484496476 - ], - "resistance": [ - 97207.56971740042, - 96205.39571174869, - 95530.4313717505, - 95455.76487966033, - 95957.4270686446, - 96916.33435596686, - 97824.190972878, - 97996.45825196896 - ], - "fuel": [ - 40.94945953349125, - 40.43294245926417, - 40.08717426261296, - 40.049028530318175, - 40.3057170191333, - 40.79897259637143, - 41.269121175611296, - 41.35867882572833 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.625 24.53125, -35.625 24.6875, -35.46875 24.6875, -35.46875 24.53125, -35.625 24.53125))", @@ -253490,9 +188191,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -419.8538173742122, + -419.85381737421494, -1183.4603478533963, - -1303.589530242732, + -1303.589530242738, -837.412068441985, 159.34194277529605, 1140.3039989341514, @@ -253500,7 +188201,7 @@ 645.5363260496151 ], "relative wind speed": [ - 3.147353374736174, + 3.147353374736173, 2.8042609954843174, 2.7242356875916904, 2.9728332862762215, @@ -253510,14 +188211,14 @@ 3.514423423362716 ], "relative wind angle": [ - 0.1574120194117815, + 0.1574120194117822, 0.09756445913918795, - 0.039315778636554194, + 0.03931577863655984, 0.14331455079266317, 0.14741740587915414, 0.07490191534845955, - 0.028862451764515257, - 0.12111035453660615 + 0.02886245176451526, + 0.12111035453660617 ], "resistance": [ 96214.64618262583, @@ -253557,68 +188258,7 @@ "id": "4777", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.136366153313626, - 11.136366153313626, - 11.136366153313626, - 11.136366153313626, - 11.136366153313626, - 11.136366153313626, - 11.136366153313626, - 11.136366153313626 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 107.21747448503265, - -886.526587023804, - -1317.629219709932, - -1163.7796342516954, - -356.1025481489819, - 725.6741370157815, - 1481.4657403115343, - 1122.8505587138698 - ], - "relative wind speed": [ - 3.225977522208186, - 2.818129698242018, - 2.5684999558371073, - 2.675934862362502, - 3.04993578531452, - 3.4303329681272796, - 3.621028478926856, - 3.5423737635556662 - ], - "relative wind angle": [ - 0.16393655201987722, - 0.1551283480053692, - 0.03476955934048367, - 0.11578779899998626, - 0.1734923269042207, - 0.12727577919747718, - 0.024660581908087297, - 0.08738279602221849 - ], - "resistance": [ - 96741.71747448503, - 95747.9734129762, - 95316.87078029008, - 95470.7203657483, - 96278.39745185102, - 97360.17413701578, - 98115.96574031154, - 97757.35055871386 - ], - "fuel": [ - 41.82410479997097, - 41.31363951809589, - 41.093334060519844, - 41.17187612443351, - 41.58564988015232, - 42.1436479756739, - 42.536081567813056, - 42.34961094715925 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.625 24.375, -35.625 24.53125, -35.46875 24.53125, -35.46875 24.375, -35.625 24.375))", @@ -253650,9 +188290,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -489.7570726660433, + -489.7570726660449, -951.3626108665876, - -931.311841096305, + -931.3118410963054, -423.23115683195033, 390.4040204597072, 1073.8714211839642, @@ -253660,7 +188300,7 @@ 312.25865697562085 ], "relative wind speed": [ - 2.165622254359772, + 2.1656222543597714, 1.83530873355189, 1.854697818021162, 2.2051409721129183, @@ -253670,12 +188310,12 @@ 2.5749632885001397 ], "relative wind angle": [ - 0.23012028741243523, - 0.10331961601227303, - 0.12230608898989555, + 0.23012028741243573, + 0.10331961601227305, + 0.12230608898989645, 0.23305913136890324, 0.19053434182438017, - 0.06645602437963057, + 0.06645602437963058, 0.07982070357655409, 0.19909747831484512 ], @@ -253717,68 +188357,7 @@ "id": "4779", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.394673682080455, - 8.394673682080455, - 8.394673682080455, - 8.394673682080455, - 8.394673682080455, - 8.394673682080455, - 8.394673682080455, - 8.394673682080455 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -272.33864893935424, - -852.6988312715573, - -952.0137950468927, - -603.896961721731, - 141.90627625636625, - 890.0448447808817, - 1119.5742182898452, - 530.9083386826592 - ], - "relative wind speed": [ - 2.284635457749219, - 1.9120196920845152, - 1.816568123612236, - 2.0881431085562454, - 2.493171518660686, - 2.789201336108036, - 2.852287441430428, - 2.6599101027017573 - ], - "relative wind angle": [ - 0.22891464091545974, - 0.15281722646154633, - 0.05883652544635825, - 0.2133427039894443, - 0.20946877598862207, - 0.10454047581637126, - 0.0374590181336136, - 0.1669905571028313 - ], - "resistance": [ - 96362.16135106068, - 95781.80116872849, - 95682.48620495315, - 96030.6030382783, - 96776.40627625641, - 97524.54484478093, - 97754.07421828988, - 97165.4083386827 - ], - "fuel": [ - 40.05964152681189, - 39.76189609871396, - 39.71106957665904, - 39.88938683353002, - 40.272930470647594, - 40.65975455799162, - 40.77884993421851, - 40.47380356395899 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.3125 24.53125, -35.3125 24.6875, -35.15625 24.6875, -35.15625 24.53125, -35.3125 24.53125))", @@ -253797,68 +188376,7 @@ "id": "4780", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.255850744943555, - 8.255850744943555, - 8.255850744943555, - 8.255850744943555, - 8.255850744943555, - 8.255850744943555, - 8.255850744943555, - 8.255850744943555 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 306.01856054661494, - -524.2387981237391, - -988.0805584323089, - -951.9738026853388, - -405.7052213325203, - 445.61100467967754, - 1148.0840608318454, - 1065.0003581643923 - ], - "relative wind speed": [ - 2.5399841722410788, - 2.103871676270383, - 1.756330668806197, - 1.7923901124192585, - 2.1760539101406415, - 2.6000873417754296, - 2.8464069977577604, - 2.8238392128404275 - ], - "relative wind angle": [ - 0.21703883833447654, - 0.2492894128340264, - 0.10673193678061928, - 0.14244640543838274, - 0.25407772322488686, - 0.20098113242350268, - 0.06577972388789807, - 0.09023268024159588 - ], - "resistance": [ - 96940.51856054661, - 96110.26120187626, - 95646.41944156769, - 95682.52619731466, - 96228.79477866748, - 97080.11100467968, - 97782.58406083184, - 97699.5003581644 - ], - "fuel": [ - 40.291330195303196, - 39.863977849324755, - 39.62634473835034, - 39.64481403828569, - 39.92483281757799, - 40.363433485786224, - 40.72738045972707, - 40.684239559189706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.15625 24.53125, -35.15625 24.6875, -35 24.6875, -35 24.53125, -35.15625 24.53125))", @@ -253877,68 +188395,7 @@ "id": "4781", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.50267722858459, - 8.50267722858459, - 8.50267722858459, - 8.50267722858459, - 8.50267722858459, - 8.50267722858459, - 8.50267722858459, - 8.50267722858459 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 531.2793725202978, - -361.1010758528382, - -968.9641426222779, - -1043.0815494265137, - -605.3352852601931, - 243.89618914898665, - 1057.7070377815107, - 1228.4393705507155 - ], - "relative wind speed": [ - 2.698993158897466, - 2.278132745732037, - 1.8768388420460411, - 1.8053225293700412, - 2.1340437752891, - 2.5785302207747898, - 2.8837792681848504, - 2.929081335773118 - ], - "relative wind angle": [ - 0.18912277549840745, - 0.24978796706101428, - 0.15460396663404746, - 0.08564400307619985, - 0.24006553438173991, - 0.22017459838466702, - 0.10038846430640222, - 0.05274613953647855 - ], - "resistance": [ - 97165.77937252032, - 96273.39892414719, - 95665.53585737775, - 95591.41845057352, - 96029.16471473983, - 96878.39618914902, - 97692.20703778154, - 97862.93937055074 - ], - "fuel": [ - 40.526435920059825, - 40.06646255076758, - 39.75483903895534, - 39.71693648742153, - 39.94108964033224, - 40.377982107254255, - 40.79917024691413, - 40.88784557766605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.3125 24.375, -35.3125 24.53125, -35.15625 24.53125, -35.15625 24.375, -35.3125 24.375))", @@ -253957,68 +188414,7 @@ "id": "4782", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.812222933084165, - 6.812222933084165, - 6.812222933084165, - 6.812222933084165, - 6.812222933084165, - 6.812222933084165, - 6.812222933084165, - 6.812222933084165 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 102.03934063828365, - -498.87190540160236, - -763.10493017783, - -660.6342448767057, - -166.73300634839416, - 494.69357648784853, - 966.4649691376028, - 730.7772185964657 - ], - "relative wind speed": [ - 2.049132870299158, - 1.6358635254108966, - 1.3616561844899246, - 1.488153962439851, - 1.8831783106697908, - 2.251500965166976, - 2.4271791250663663, - 2.3517448530808274 - ], - "relative wind angle": [ - 0.26331896786316245, - 0.2711239435651398, - 0.06335976088518787, - 0.21409603106691236, - 0.2871543311189085, - 0.19583418410813816, - 0.0355287493915459, - 0.13485296221941045 - ], - "resistance": [ - 96736.53934063831, - 96135.62809459843, - 95871.3950698222, - 95973.86575512332, - 96467.76699365163, - 97129.19357648787, - 97600.96496913763, - 97365.2772185965 - ], - "fuel": [ - 39.57214060395769, - 39.26303760871637, - 39.127543984162074, - 39.180058145353904, - 39.433720591890534, - 39.77484402762475, - 40.019149554439615, - 39.8969957734179 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.15625 24.375, -35.15625 24.53125, -35 24.53125, -35 24.375, -35.15625 24.375))", @@ -254037,68 +188433,7 @@ "id": "4783", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.728243619284975, - 7.728243619284975, - 7.728243619284975, - 7.728243619284975, - 7.728243619284975, - 7.728243619284975, - 7.728243619284975, - 7.728243619284975 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 203.72975779140847, - -492.1027295564984, - -853.4168808700767, - -795.5706982990994, - -301.2400944091562, - 428.2398964756592, - 1000.6408643591874, - 867.3601012836309 - ], - "relative wind speed": [ - 2.343705188334513, - 1.9440189240203045, - 1.6470746223017214, - 1.7083752142341782, - 2.0677987635423043, - 2.4473528882006645, - 2.6562927031678636, - 2.617288647383685 - ], - "relative wind angle": [ - 0.21751125235684152, - 0.2377582537991793, - 0.08616563760556786, - 0.15124869619610662, - 0.2471013749147489, - 0.18819438570444577, - 0.05338758075915721, - 0.09850738452920693 - ], - "resistance": [ - 96838.22975779141, - 96142.3972704435, - 95781.08311912992, - 95838.9293017009, - 96333.25990559085, - 97062.73989647566, - 97635.14086435919, - 97501.86010128363 - ], - "fuel": [ - 39.998236200842655, - 39.64016621413538, - 39.454947411103085, - 39.48456817175736, - 39.73820332486264, - 40.114151805282354, - 40.410533707986275, - 40.341413743415494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.625 23.59375, -35.625 23.75, -35.46875 23.75, -35.46875 23.59375, -35.625 23.59375))", @@ -254130,34 +188465,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -200.17349764928576, + -200.17349764928713, -696.9683055994092, - -791.6900810120209, - -513.0817512251947, - 105.67329725960053, + -791.6900810120217, + -513.0817512251945, + 105.67329725960076, 740.1243839234726, 958.6119725003136, - 473.7187885993094 + 473.71878859930985 ], "relative wind speed": [ - 2.018856769440708, + 2.0188567694407076, 1.6552412807931984, 1.5500512442386054, - 1.806043944969329, + 1.8060439449693293, 2.1940741031889264, 2.4799032497577307, 2.5469756508524406, - 2.3723298873977208 + 2.372329887397721 ], "relative wind angle": [ - 0.2497460852948152, + 0.24974608529481568, 0.1755348516820409, - 0.05821161673661168, - 0.23276414669838788, - 0.2294274959931202, + 0.05821161673661359, + 0.23276414669838838, + 0.2294274959931197, 0.11682767308347058, 0.03541411595389334, - 0.17652181087766414 + 0.17652181087766539 ], "resistance": [ 96434.32650235071, @@ -254197,68 +188532,7 @@ "id": "4785", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.238031962573975, - 7.238031962573975, - 7.238031962573975, - 7.238031962573975, - 7.238031962573975, - 7.238031962573975, - 7.238031962573975, - 7.238031962573975 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -354.21454336169813, - -787.5610150993307, - -801.2433530963413, - -398.64169531012703, - 292.6010116460186, - 909.9516581397786, - 941.3691793129472, - 345.0689301599066 - ], - "relative wind speed": [ - 1.8864652200540826, - 1.5286828649627473, - 1.5128497582299105, - 1.8553948258119672, - 2.2632569291746485, - 2.518771853959791, - 2.5283133830588445, - 2.2887972811677613 - ], - "relative wind angle": [ - 0.2738970534752877, - 0.14661981341998484, - 0.12886914931417912, - 0.2718979450873752, - 0.22740933699465332, - 0.0887840173121088, - 0.07697329205859461, - 0.2194635627639262 - ], - "resistance": [ - 96280.2854566383, - 95846.93898490067, - 95833.25664690365, - 96235.85830468987, - 96927.10101164602, - 97544.45165813978, - 97575.86917931294, - 96979.5689301599 - ], - "fuel": [ - 39.50414134791743, - 39.28183268055479, - 39.27482496001382, - 39.481317874170635, - 39.83726048828524, - 40.156656800448005, - 40.172949084127794, - 39.86435046939896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.625 23.4375, -35.625 23.59375, -35.46875 23.59375, -35.46875 23.4375, -35.625 23.4375))", @@ -254290,9 +188564,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -68.08376982046275, + -68.08376982046366, -566.5269467263386, - -706.0956607669368, + -706.0956607669401, -524.4946472756365, 1.7494604776156848, 601.6908855811798, @@ -254300,27 +188574,27 @@ 540.3613037918765 ], "relative wind speed": [ - 1.8816483809529991, + 1.8816483809529987, 1.4926191087777747, 1.3167530161004055, 1.5322539513894302, 1.9261752810909134, 2.2411693463770517, 2.3488110476620263, - 2.214260524753169 + 2.2142605247531684 ], "relative wind angle": [ - 0.2778271671212191, + 0.27782716712121946, 0.23570154364506535, - 0.01756645222013098, + 0.01756645222014362, 0.2514743951099413, 0.27124033505442896, 0.15616174258070029, - 0.009847477173100172, - 0.17305275627036565 + 0.009847477173100173, + 0.17305275627036437 ], "resistance": [ - 96566.41623017953, + 96566.41623017951, 96067.97305327364, 95928.40433923305, 96110.00535272434, @@ -254330,7 +188604,7 @@ 97174.86130379185 ], "fuel": [ - 39.404882396218724, + 39.40488239621871, 39.14870850249969, 39.07714310861769, 39.17027522812758, @@ -254357,68 +188631,7 @@ "id": "4787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.982585397954412, - 6.982585397954412, - 6.982585397954412, - 6.982585397954412, - 6.982585397954412, - 6.982585397954412, - 6.982585397954412, - 6.982585397954412 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -207.8361416309615, - -721.5804415364157, - -814.810456547422, - -508.51883147328135, - 146.16706494177743, - 813.3615858863509, - 1027.5201672820235, - 502.08319878604107 - ], - "relative wind speed": [ - 1.9112217268787992, - 1.5017622536231157, - 1.3886533030286385, - 1.6921835402267604, - 2.1243555458142978, - 2.43112424773362, - 2.4974581034149885, - 2.3026440976649356 - ], - "relative wind angle": [ - 0.29484654299467955, - 0.21086454418422687, - 0.07991945662824579, - 0.28213153779498396, - 0.2645119260470953, - 0.1296557798928826, - 0.04440465089892133, - 0.20605012683357044 - ], - "resistance": [ - 96426.66385836905, - 95912.9195584636, - 95819.6895434526, - 96125.98116852673, - 96780.6670649418, - 97447.86158588636, - 97662.02016728204, - 97136.58319878606 - ], - "fuel": [ - 39.47788405145949, - 39.21412796086449, - 39.166368997165144, - 39.323394502379855, - 39.66020066287226, - 40.00508283395872, - 40.116135569869144, - 39.843972560387556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.3125 23.59375, -35.3125 23.75, -35.15625 23.75, -35.15625 23.59375, -35.3125 23.59375))", @@ -254437,68 +188650,7 @@ "id": "4788", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.537671893489785, - 7.537671893489785, - 7.537671893489785, - 7.537671893489785, - 7.537671893489785, - 7.537671893489785, - 7.537671893489785, - 7.537671893489785 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -374.2906349647683, - -830.757177164892, - -846.1610892386777, - -424.5476359086249, - 301.4632805471706, - 949.8349888907401, - 985.2354972512835, - 360.7409711190662 - ], - "relative wind speed": [ - 1.9674961925198642, - 1.6081492176096575, - 1.5911523167608028, - 1.933846077941621, - 2.3457411871452494, - 2.6052637253359228, - 2.6156791258708503, - 2.3735590010529704 - ], - "relative wind angle": [ - 0.2646369571917363, - 0.141092986207294, - 0.12273278691666314, - 0.26239600995831824, - 0.22118217821185826, - 0.086913070210389, - 0.07454169793594234, - 0.21294684790654642 - ], - "resistance": [ - 96260.20936503525, - 95803.74282283512, - 95788.33891076133, - 96209.95236409138, - 96935.96328054719, - 97584.33498889075, - 97619.7354972513, - 96995.24097111908 - ], - "fuel": [ - 39.6183747152667, - 39.38425908395103, - 39.37637214538448, - 39.59256058413441, - 39.96638342110008, - 40.30188778219393, - 40.3202510522257, - 39.99699209651068 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.15625 23.59375, -35.15625 23.75, -35 23.75, -35 23.59375, -35.15625 23.59375))", @@ -254530,9 +188682,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -515.701487495995, + -515.7014874959959, -971.1757173387236, - -939.9993573245351, + -939.9993573245354, -412.12393191473666, 416.2462690646016, 1100.4015804716696, @@ -254540,9 +188692,9 @@ 294.6135694365894 ], "relative wind speed": [ - 2.1818361676051845, + 2.181836167605184, 1.8568777367828282, - 1.8866207292566475, + 1.8866207292566473, 2.242591017740252, 2.6451070272793085, 2.882534530352193, @@ -254550,12 +188702,12 @@ 2.5937975586354454 ], "relative wind angle": [ - 0.2268989181177169, + 0.2268989181177174, 0.09694859889681288, 0.12575590724166713, - 0.2314305846867301, - 0.18663914641806062, - 0.062395263557447726, + 0.23143058468673008, + 0.18663914641806065, + 0.06239526355744773, 0.08274053483854715, 0.19963634851031858 ], @@ -254597,68 +188749,7 @@ "id": "4790", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.566230825302718, - 7.566230825302718, - 7.566230825302718, - 7.566230825302718, - 7.566230825302718, - 7.566230825302718, - 7.566230825302718, - 7.566230825302718 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -299.15984121064025, - -829.4280924674504, - -896.4885739382037, - -517.1562309718929, - 219.9469982982837, - 931.513672695532, - 1085.610608770272, - 477.3564503928492 - ], - "relative wind speed": [ - 2.028996037825555, - 1.6303007848732292, - 1.5561634334282375, - 1.8832155277223968, - 2.3180861681448675, - 2.6138989565968473, - 2.65870340070441, - 2.438000754840246 - ], - "relative wind angle": [ - 0.27592068729641084, - 0.17581889483582758, - 0.09620743957649089, - 0.26683453669903623, - 0.24077734278012783, - 0.10931252622967551, - 0.0562539316572454, - 0.20511232360455078 - ], - "resistance": [ - 96335.34015878935, - 95805.07190753253, - 95738.01142606178, - 96117.3437690281, - 96854.44699829827, - 97566.01367269552, - 97720.11060877025, - 97111.85645039284 - ], - "fuel": [ - 39.66916211743064, - 39.39711913550108, - 39.362789692137, - 39.557196997639764, - 39.93649246915966, - 40.30456532264279, - 40.38452339592684, - 40.0694254279817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.15625 23.4375, -35.15625 23.59375, -35 23.59375, -35 23.4375, -35.15625 23.4375))", @@ -254690,19 +188781,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -446.3767746870351, + -446.37677468703623, -860.703546954371, - -835.1915275591421, + -835.1915275591423, -362.97984892813975, - 382.1594146856107, + 382.1594146856103, 1004.4936047782869, 945.8393049619788, 283.84136726822067 ], "relative wind speed": [ - 1.946033255730342, + 1.9460332557303417, 1.6102389576451162, - 1.6379993252107858, + 1.6379993252107856, 2.001184797731811, 2.404939226217986, 2.6415731323384493, @@ -254710,17 +188801,17 @@ 2.359245116459391 ], "relative wind angle": [ - 0.257958610753589, + 0.2579586107535899, 0.11473264222488759, - 0.1444261338798175, + 0.14442613387981673, 0.26169368290376316, - 0.20792307706312235, - 0.06984166507084703, + 0.20792307706312238, + 0.06984166507084702, 0.08994896475743451, 0.2212524599822441 ], "resistance": [ - 96188.12322531293, + 96188.12322531291, 95773.79645304558, 95799.30847244081, 96271.52015107182, @@ -254730,7 +188821,7 @@ 96918.34136726818 ], "fuel": [ - 39.617731395144844, + 39.61773139514484, 39.4053073458177, 39.41836882355632, 39.66056596774756, @@ -254757,68 +188848,7 @@ "id": "4792", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.66624143307948, - 6.66624143307948, - 6.66624143307948, - 6.66624143307948, - 6.66624143307948, - 6.66624143307948, - 6.66624143307948, - 6.66624143307948 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -76.92647972068971, - -612.9827345501639, - -760.6339882784494, - -555.0515589218937, - 19.309642800142456, - 669.9642260786586, - 1010.3795454003043, - 585.1030583248626 - ], - "relative wind speed": [ - 1.9029419166224122, - 1.483632857794096, - 1.2967660828109595, - 1.5384567073662245, - 1.9635423333800877, - 2.296850011709085, - 2.407298103577, - 2.260494944160277 - ], - "relative wind angle": [ - 0.29615027615222617, - 0.25227550551108435, - 0.024396887315539826, - 0.2731773902889176, - 0.28674667312393265, - 0.16193931358073235, - 0.013141217578444163, - 0.18466411175745875 - ], - "resistance": [ - 96557.57352027933, - 96021.51726544985, - 95873.86601172156, - 96079.44844107812, - 96653.80964280016, - 97304.46422607868, - 97644.87954540031, - 97219.60305832488 - ], - "fuel": [ - 39.42550113960766, - 39.15005122991755, - 39.07436916883038, - 39.179767350443406, - 39.47506481664619, - 39.81107010367887, - 39.98749206790861, - 39.76715751876402 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35.46875 23.28125, -35.46875 23.4375, -35.3125 23.4375, -35.3125 23.28125, -35.46875 23.28125))", @@ -254850,19 +188880,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -262.9466863952757, + -262.9466863952762, -725.9501374129705, - -777.5658960609492, + -777.5658960609496, -426.4020968534271, - 234.8099563715366, + 234.80995637153637, 869.3708214452336, 987.5671588375549, 429.32381841019856 ], "relative wind speed": [ - 1.7598326338981858, + 1.7598326338981856, 1.3441433718191738, - 1.2758234798247097, + 1.2758234798247094, 1.632445002142869, 2.0762046470345075, 2.3666252833296806, @@ -254870,12 +188900,12 @@ 2.1777878571338114 ], "relative wind angle": [ - 0.3278634664955154, + 0.3278634664955161, 0.21258394235863082, - 0.13019574568957634, + 0.1301957456895772, 0.3227960711451984, - 0.276459681198063, - 0.1201200223484637, + 0.2764596811980634, + 0.12012002234846368, 0.06895144056154894, 0.2400838747639378 ], @@ -254930,33 +188960,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -117.90277905356061, + -117.90277905356106, -695.0270253284328, - -840.7692765893565, - -586.7639112935628, - 61.95180949932774, + -840.7692765893567, + -586.7639112935627, + 61.951809499327965, 776.5577790233767, 1111.9869694402516, 617.7126830100704 ], "relative wind speed": [ - 1.9586207633806478, + 1.9586207633806474, 1.5143756189281, - 1.3351596640272794, - 1.613474336148934, + 1.3351596640272791, + 1.6134743361489343, 2.0674992866136845, 2.411931814892374, 2.515570962316199, 2.3467955090894987 ], "relative wind angle": [ - 0.3062476136360607, - 0.25177946611158597, + 0.3062476136360603, + 0.251779466111586, 0.042664253138387016, - 0.28769214983934, - 0.2896390156181901, + 0.28769214983934044, + 0.2896390156181897, 0.15706438320293983, - 0.022639462760879876, + 0.022639462760879872, 0.19633654525049646 ], "resistance": [ @@ -255010,53 +189040,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -24.952503349430117, + -24.952503349431254, -639.8641985590897, - -829.7940951332051, + -829.7940951332184, -635.1944332803845, - -17.193021533258843, + -17.193021533258616, 714.0382626318783, - 1152.5823072062117, + 1152.5823072063122, 707.1548476200314 ], "relative wind speed": [ - 1.9688841987776933, + 1.9688841987776928, 1.501932690523846, - 1.2609680640682102, + 1.26096806406821, 1.5063913541683254, 1.9736955143258907, 2.348654330590694, 2.486350440478311, - 2.3457971053681392 + 2.345797105368139 ], "relative wind angle": [ - 0.3164421384578786, - 0.2913675820300116, - 0.0020071987053311446, - 0.29296099470936876, - 0.315644022570126, + 0.316442138457879, + 0.2913675820300117, + 0.0020071987053864567, + 0.2929609947093687, + 0.31564402257012564, 0.18474964320626192, - 0.0010179627786853949, - 0.1865298551437377 + 0.0010179627785763315, + 0.18652985514373713 ], "resistance": [ 96609.54749665057, 95994.6358014409, - 95804.7059048668, + 95804.70590486679, 95999.30556671962, 96617.30697846675, 97348.53826263188, - 97787.0823072062, + 97787.0823072063, 97341.65484762003 ], "fuel": [ 39.48152161079173, 39.165523507784144, - 39.068204489719236, + 39.06820448971922, 39.16791796015032, 39.485518134502755, 39.863144429623915, - 40.09057409022018, + 40.09057409022024, 39.85958038379296 ] }, @@ -255090,19 +189120,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -353.3119948998469, + -353.31199489984783, -840.2414067284931, - -868.1723344110397, + -868.17233441104, -442.7429490624668, 307.3322870357106, 993.8806582417883, - 1057.8876897287246, + 1057.8876897287228, 413.3742875762314 ], "relative wind speed": [ - 1.8942457495067035, + 1.894245749506703, 1.4895294127246617, - 1.4564420648220804, + 1.4564420648220802, 1.8310770004688963, 2.2786158860530334, 2.5615541072414585, @@ -255110,13 +189140,13 @@ 2.3296811657502174 ], "relative wind angle": [ - 0.30290541590490544, + 0.3029054159049058, 0.17430751349694731, - 0.13756132650473463, - 0.2997989096354793, + 0.13756132650473382, + 0.2997989096354792, 0.25059099878567825, - 0.10101808042137111, - 0.07747256200750718, + 0.10101808042137113, + 0.07747256200750861, 0.23425791997894344 ], "resistance": [ @@ -255170,21 +189200,21 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -358.36592028180826, + -358.3659202818087, -789.7499368008627, - -790.4576810749489, + -790.4576810749492, -360.5886762552134, - 354.969376137273, + 354.96937613727323, 988.7733369021475, - 990.392093181983, + 990.3920931819844, 357.62141823751426 ], "relative wind speed": [ - 1.704104746265349, + 1.7041047462653485, 1.2915112959318211, - 1.2905654223977818, + 1.2905654223977816, 1.7023738452322033, - 2.1548926033460902, + 2.15489260334609, 2.424774977328883, 2.425278542500018, 2.1562602832842552 @@ -255192,11 +189222,11 @@ "relative wind angle": [ 0.34261190094083843, 0.18517944155217114, - 0.18405461219182426, - 0.3425609317394119, - 0.2688992308558866, - 0.09822752807626789, - 0.09754369830754098, + 0.18405461219182487, + 0.34256093173941193, + 0.26889923085588574, + 0.09822752807626788, + 0.09754369830753984, 0.26840542892523256 ], "resistance": [ @@ -255250,47 +189280,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -79.49059050641495, + -79.49059050641563, -652.7042006900081, - -809.8795258352554, - -582.5792679388946, - 37.02560803400388, + -809.8795258352566, + -582.5792679388942, + 37.025608034004335, 737.7900073056887, - 1099.7798780509354, + 1099.7798780509418, 634.5096900827455 ], "relative wind speed": [ - 1.9103257967454943, + 1.910325796745494, 1.4566580208148245, - 1.2540043292950755, - 1.5241899547131141, - 1.9834387497867785, + 1.2540043292950753, + 1.5241899547131144, + 1.9834387497867787, 2.3369898019167485, 2.4517028910486385, 2.293516711475781 ], "relative wind angle": [ - 0.3189350263693325, - 0.27559452227920056, - 0.030643342750225355, - 0.30019972628105446, - 0.3067870630449357, + 0.3189350263693329, + 0.2755945222792005, + 0.03064334275022898, + 0.30019972628105485, + 0.30678706304493564, 0.17043721694142416, - 0.015671737287710263, - 0.197806479972399 + 0.015671737287703175, + 0.19780647997239903 ], "resistance": [ - 96555.0094094936, + 96555.00940949359, 95981.79579931001, 95824.62047416475, 96051.92073206112, 96671.52560803402, 97372.29000730571, - 97734.27987805095, + 97734.27987805096, 97269.00969008276 ], "fuel": [ - 39.425073781679764, + 39.42507378167976, 39.13057584155976, 39.050038014125064, 39.1665380440579, @@ -255330,33 +189360,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -233.91699191573855, + -233.91699191573946, -664.0530031513664, - -712.8424710264946, - -386.4718615715868, - 227.53627719019096, + -712.842471026495, + -386.47186157158706, + 227.53627719019119, 820.168421960389, 931.8154196976329, 409.881276554519 ], "relative wind speed": [ - 1.6369623445064923, + 1.6369623445064916, 1.2147098891372345, - 1.143471298362376, - 1.5080031565491578, + 1.1434712983623758, + 1.5080031565491576, 1.951658467437429, 2.2389945011287127, 2.2762007557932726, 2.0529352085952883 ], "relative wind angle": [ - 0.3552597644735181, + 0.3552597644735185, 0.23703290021354317, - 0.1456904617633433, - 0.3520563897720567, - 0.2960530720173895, + 0.14569046176334327, + 0.35205638977205633, + 0.2960530720173891, 0.127742538121856, - 0.07299516781888772, + 0.07299516781888774, 0.2560871817701054 ], "resistance": [ @@ -255397,68 +189427,7 @@ "id": "4800", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.434805375427885, - 12.434805375427885, - 12.434805375427885, - 12.434805375427885, - 12.434805375427885, - 12.434805375427885, - 12.434805375427885, - 12.434805375427885 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1665.3977123857157, - -1816.9412443290844, - -1119.7674160007305, - 305.6954755690904, - 1691.3197415189961, - 2043.0104757678155, - 907.6762824616208, - -604.7701175498742 - ], - "relative wind speed": [ - 2.90268206729851, - 2.806435061223273, - 3.1568209639510947, - 3.670138908949725, - 4.041837478838651, - 4.109250008979479, - 3.8466212174738508, - 3.3603710774517817 - ], - "relative wind angle": [ - 0.12075205285289546, - 0.05619529023361943, - 0.18238487570483075, - 0.17862846131112453, - 0.0866168536040907, - 0.03836810148591287, - 0.14940524639737748, - 0.19529816171601183 - ], - "resistance": [ - 94969.10228761427, - 94817.5587556709, - 95514.73258399926, - 96940.19547556908, - 98325.81974151898, - 98677.5104757678, - 97542.1762824616, - 96029.7298824501 - ], - "fuel": [ - 41.83200521552436, - 41.754922632232265, - 42.11024768416251, - 42.84238559264465, - 43.56130876463675, - 43.74491825252247, - 43.15384218781418, - 42.373885206861964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 22.34375, -39.84375 22.5, -39.6875 22.5, -39.6875 22.34375, -39.84375 22.34375))", @@ -255490,41 +189459,41 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1864.3265413869976, + -1864.3265413869995, -2169.2062601435946, - -1533.1083817810095, + -1533.1083817810104, 71.35375813363316, - 1771.705404536413, + 1771.7054045364148, 2482.586866566895, 1297.024856994777, - -481.96202069631727 + -481.9620206963182 ], "relative wind speed": [ - 3.425911632927803, + 3.4259116329278023, 3.2588667071956334, - 3.5595525837374997, + 3.5595525837375, 4.084910881616598, 4.507315454480243, 4.629530311765802, 4.402538872790809, - 3.9199829351767317 + 3.9199829351767312 ], "relative wind angle": [ 0.1245307781652198, - 0.025686982784706828, - 0.15340132697721212, + 0.02568698278470683, + 0.1534013269772136, 0.168608263115812, - 0.09454946726407178, + 0.09454946726407061, 0.018080842493870087, 0.12385903235430862, - 0.17577465623501443 + 0.1757746562350138 ], "resistance": [ 94770.17345861299, 94465.2937398564, 95101.39161821897, 96705.85375813361, - 98406.20540453639, + 98406.2054045364, 99117.08686656688, 97931.52485699476, 96152.53797930367 @@ -255534,7 +189503,7 @@ 42.99570535352851, 43.31899605992177, 44.1411370915217, - 45.02286770585225, + 45.02286770585226, 45.3946899603547, 44.775635947131846, 43.85653093069331 @@ -255557,68 +189526,7 @@ "id": "4802", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.262444917191118, - 16.262444917191118, - 16.262444917191118, - 16.262444917191118, - 16.262444917191118, - 16.262444917191118, - 16.262444917191118, - 16.262444917191118 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1983.3676706929855, - -2184.51565719659, - -1423.4076093041667, - 226.5164015568298, - 1850.1818026553265, - 2322.4864158754663, - 1051.6414458312574, - -713.1608581391592 - ], - "relative wind speed": [ - 4.03288497514402, - 3.9389150429748256, - 4.223439247056106, - 4.6766334343230405, - 5.025205315336557, - 5.09919581583761, - 4.866149464459072, - 4.432375142629632 - ], - "relative wind angle": [ - 0.08025391314974938, - 0.03126589724468256, - 0.11805595228301784, - 0.12441845606532932, - 0.06438163711740533, - 0.024150007833279433, - 0.10240442746654063, - 0.13131350620752005 - ], - "resistance": [ - 94651.13232930705, - 94449.98434280344, - 95211.09239069586, - 96861.01640155686, - 98484.68180265535, - 98956.9864158755, - 97686.14144583128, - 95921.33914186087 - ], - "fuel": [ - 45.01658406309967, - 44.914526743724316, - 45.30148634550884, - 46.14773551156408, - 46.99040566766539, - 47.23737001674431, - 46.57474332531749, - 45.66453153771454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 22.1875, -39.84375 22.34375, -39.6875 22.34375, -39.6875 22.1875, -39.84375 22.1875))", @@ -255650,17 +189558,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -2181.3423164689602, + -2181.3423164689684, -2324.019295068476, - -1396.669542408309, + -1396.6695424083127, 417.7410873460103, - 2118.637326140457, + 2118.6373261404624, 2452.5752072052037, 998.3599043015402, -897.5156340196936 ], "relative wind speed": [ - 3.918162121521961, + 3.9181621215219606, 3.850214917352754, 4.190250330355198, 4.685355686720912, @@ -255670,31 +189578,31 @@ 4.339644583654919 ], "relative wind angle": [ - 0.08101812731893017, + 0.08101812731893292, 0.0453452778090677, - 0.13498784137737935, + 0.13498784137738098, 0.13335584700319938, - 0.06291822994116346, + 0.06291822994116168, 0.034260455868959816, - 0.11727771710320178, + 0.1172777171032018, 0.14405073829307874 ], "resistance": [ - 94453.15768353103, + 94453.15768353101, 94310.48070493151, 95237.83045759167, 97052.24108734599, - 98753.13732614044, + 98753.13732614045, 99087.07520720518, 97632.85990430153, 95736.98436598029 ], "fuel": [ - 44.743829117231165, + 44.74382911723116, 44.671528069637645, 45.142813073430226, 46.07416352804216, - 46.95837059373886, + 46.95837059373887, 47.13323168755818, 46.37478672251585, 45.397811019912794 @@ -255730,37 +189638,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -2085.500347889628, + -2085.5003478896333, -2299.2453365015763, - -1483.7660034674527, - 268.98321765908804, + -1483.7660034674536, + 268.9832176590862, 1996.1178999790864, 2495.9148048639927, 1136.22143887747, -738.6212084787494 ], "relative wind speed": [ - 3.79415696997805, + 3.7941569699780495, 3.6887401163728435, - 4.011046179423085, - 4.51519118918079, + 4.011046179423084, + 4.515191189180789, 4.897367060686771, 4.977251007714445, 4.721370541110735, 4.241801476386767 ], "relative wind angle": [ - 0.09451493620514667, - 0.03747473227015128, - 0.1384402687888166, - 0.14324989744052571, - 0.07318026813989599, + 0.09451493620514903, + 0.03747473227015127, + 0.1384402687888158, + 0.14324989744052494, + 0.07318026813989598, 0.02777034155133749, - 0.11750700894401032, + 0.11750700894401034, 0.15255259366914764 ], "resistance": [ - 94548.99965211036, + 94548.99965211035, 94335.2546634984, 95150.73399653254, 96903.48321765907, @@ -255770,7 +189678,7 @@ 95895.87879152123 ], "fuel": [ - 44.3076175793717, + 44.307617579371694, 44.199255106138324, 44.61359229896205, 45.512522366109366, @@ -255810,39 +189718,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1584.8867795865485, + -1584.8867795865513, -1786.8674502544618, - -1177.1681075698943, - 190.07375572635192, + -1177.1681075698957, + 190.073755726351, 1578.8976267212083, 2047.929290868935, 993.12226315526, -490.07567939983255 ], "relative wind speed": [ - 2.888895218991179, + 2.8888952189911783, 2.7591254587631084, 3.081674537605066, 3.590816109422805, 3.976737597066559, 4.067847613300928, 3.829287080712205, - 3.3565156294202567 + 3.356515629420257 ], "relative wind angle": [ - 0.13144738948625412, + 0.13144738948625498, 0.043248642841738016, - 0.1785613277104856, - 0.18337344848998963, + 0.17856132771048683, + 0.18337344848998965, 0.09535947466613781, 0.029329599189424106, 0.14342867902340548, - 0.19633514412826777 + 0.19633514412826833 ], "resistance": [ 95049.61322041345, 94847.63254974554, - 95457.33189243011, + 95457.3318924301, 96824.57375572635, 98213.39762672121, 98682.42929086894, @@ -255852,7 +189760,7 @@ "fuel": [ 41.75851685325408, 41.65573787412906, - 41.96644924972615, + 41.966449249726146, 42.66824388242739, 43.38823789957302, 43.63301452404656, @@ -255890,37 +189798,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2183.6781999857767, + -2183.6781999857867, -2272.0297035611493, - -1290.073766499885, + -1290.0737664998878, 517.4811937440318, 2152.5914305060505, 2359.383184734106, 877.1077688583737, - -980.8884282134477 + -980.8884282134513 ], "relative wind speed": [ - 3.891734382537194, + 3.891734382537193, 3.8495034611708725, 4.2021021140678885, 4.690363873873532, 5.029993309176789, 5.062386028052274, 4.773758164960977, - 4.2949873021055 + 4.2949873021055005 ], "relative wind angle": [ - 0.07411560210644311, + 0.0741156021064461, 0.05185375103212259, - 0.13614767095009364, + 0.13614767095009447, 0.1297915155534887, 0.05732256460640365, 0.03942280239374541, - 0.11976020258551494, - 0.1418167930467052 + 0.11976020258551495, + 0.14181679304670675 ], "resistance": [ - 94450.82180001424, + 94450.82180001422, 94362.47029643887, 95344.42623350013, 97151.98119374405, @@ -255930,7 +189838,7 @@ 95653.61157178656 ], "fuel": [ - 44.679286187148456, + 44.67928618714845, 44.63450621725761, 45.13383215688319, 46.06235745271428, @@ -255970,40 +189878,40 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1813.3419691481558, + -1813.3419691481604, -1902.5097062192472, - -1088.372756750562, - 431.9088244880477, + -1088.372756750564, + 431.9088244880495, 1827.8710055660695, 2035.6266068210325, 790.4209802980076, -780.8420124198019 ], "relative wind speed": [ - 3.2431806474587246, + 3.2431806474587237, 3.192434254491243, 3.543944853697966, - 4.029250290781874, + 4.029250290781875, 4.366305810178281, 4.403545238872691, 4.125930442214836, 3.6534900074150443 ], "relative wind angle": [ - 0.09083914356855524, - 0.059636028334723326, - 0.15962044592617433, - 0.15105760029058674, + 0.09083914356855648, + 0.05963602833472332, + 0.15962044592617503, + 0.15105760029058748, 0.06743133326706488, 0.04322211221071605, 0.1369513208950996, - 0.16673242698327911 + 0.1667324269832791 ], "resistance": [ 94821.15803085183, 94731.99029378073, - 95546.12724324943, - 97066.40882448803, + 95546.12724324942, + 97066.40882448804, 98462.37100556605, 98670.12660682102, 97424.92098029799, @@ -256012,8 +189920,8 @@ "fuel": [ 42.71878811800195, 42.67347170813426, - 43.08832670306951, - 43.86961062942726, + 43.0883267030695, + 43.86961062942728, 44.59458002682925, 44.70309428357639, 44.05510586623924, @@ -256050,9 +189958,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1258.8969523461471, - -1383.8598606743046, - -841.1184180759337, + -1258.8969523461485, + -1383.8598606743049, + -841.1184180759346, 266.4521600934095, 1356.5017273143194, 1644.5438186705742, @@ -256070,12 +189978,12 @@ 2.6488208666876485 ], "relative wind angle": [ - 0.16168240540509918, - 0.07420553400561684, - 0.23552607993202782, - 0.22248227266933926, - 0.10630719850406212, - 0.045627093565868394, + 0.16168240540510123, + 0.07420553400561686, + 0.23552607993202876, + 0.22248227266933923, + 0.10630719850406213, + 0.0456270935658684, 0.1830616943812992, 0.24813718849246771 ], @@ -256130,9 +190038,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -770.1704610775603, + -770.1704610775614, -1006.5237617343056, - -782.842421660624, + -782.8424216606243, -45.57590635087013, 833.2320742891372, 1368.3911231843747, @@ -256140,7 +190048,7 @@ -24.524810122994722 ], "relative wind speed": [ - 1.7221045239523933, + 1.722104523952393, 1.4634424612038697, 1.7115369549005492, 2.2061975722785894, @@ -256150,14 +190058,14 @@ 2.2177968372455785 ], "relative wind angle": [ - 0.27305139801168554, + 0.2730513980116864, 0.004146483924621178, - 0.26957528748895754, + 0.2695752874889579, 0.29939233109710617, 0.1787756516965685, 0.00219475893900851, 0.17496779296858836, - 0.2977783593064871 + 0.29777835930648716 ], "resistance": [ 95864.32953892248, @@ -256210,19 +190118,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1442.33225442924, + -1442.3322544292414, -1528.8546716141423, - -877.1760442627165, + -877.1760442627169, 357.0844305497676, - 1511.3937308107088, + 1511.393730810706, 1711.7317825502914, 698.6148545216702, -585.4270030282651 ], "relative wind speed": [ - 2.5560839414963543, + 2.5560839414963534, 2.4942944970770093, - 2.851311371167339, + 2.8513113711673386, 3.337817084250888, 3.6729843423917017, 3.715221939168841, @@ -256231,13 +190139,13 @@ ], "relative wind angle": [ 0.11908072016197523, - 0.07307850141352638, + 0.07307850141352637, 0.19812015425175072, 0.18426225130522192, - 0.08276878591256502, - 0.04903882477637591, - 0.1634529228697429, - 0.20665485042682544 + 0.08276878591256637, + 0.0490388247763759, + 0.16345292286974292, + 0.20665485042682546 ], "resistance": [ 95192.16774557078, @@ -256290,37 +190198,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1113.1494981001952, + -1113.149498100196, -1181.8043038548585, - -656.9648121250418, + -656.964812125042, 325.35689758672424, - 1251.8819945819164, + 1251.8819945819182, 1409.678451894879, - 589.3810913576322, + 589.3810913576331, -433.19508801232087 ], "relative wind speed": [ - 1.8941836028118744, + 1.8941836028118741, 1.8291251545769807, 2.2101561755030916, 2.702522352850748, - 3.030723892437612, + 3.0307238924376114, 3.0704266808128304, 2.808634635056526, 2.338715836884767 ], "relative wind angle": [ - 0.16305465172659425, - 0.1028280032007443, - 0.2622596065824893, - 0.23246876808427883, - 0.10163204573201383, - 0.06118733056486095, - 0.20546084095955625, + 0.16305465172659558, + 0.10282800320074431, + 0.26225960658248976, + 0.2324687680842788, + 0.10163204573201164, + 0.061187330564860955, + 0.20546084095955572, 0.2694674892512893 ], "resistance": [ - 95521.35050189985, + 95521.35050189984, 95452.69569614518, 95977.53518787501, 96959.85689758677, @@ -256330,7 +190238,7 @@ 96201.30491198773 ], "fuel": [ - 39.825110964144315, + 39.8251109641443, 39.79003804338241, 40.05860243925476, 40.56401853425175, @@ -256357,68 +190265,7 @@ "id": "4812", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.379185799401906, - 8.379185799401906, - 8.379185799401906, - 8.379185799401906, - 8.379185799401906, - 8.379185799401906, - 8.379185799401906, - 8.379185799401906 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -920.9765238646257, - -1121.7055740189742, - -806.8841898725937, - 39.57186386123976, - 980.6919419717988, - 1443.7895345876818, - 814.4338189398022, - -150.00462725412808 - ], - "relative wind speed": [ - 1.886619477123659, - 1.6877893859588236, - 1.9709073149545644, - 2.4617226456323063, - 2.84622603675527, - 2.968451227898261, - 2.7885229171775774, - 2.3664862813350593 - ], - "relative wind angle": [ - 0.2233976211358281, - 0.029266645852127904, - 0.2501076368605056, - 0.26320687853043956, - 0.14738337935644527, - 0.016638697455146376, - 0.17584177525260483, - 0.2740670041853289 - ], - "resistance": [ - 95713.52347613536, - 95512.79442598102, - 95827.61581012739, - 96674.07186386123, - 97615.19194197179, - 98078.28953458766, - 97448.93381893978, - 96484.49537274586 - ], - "fuel": [ - 39.71949255956555, - 39.61685411765315, - 39.777898025177905, - 40.21272346943839, - 40.69930793459886, - 40.939951760665686, - 40.613108314667905, - 40.11510611982523 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 22.34375, -38.90625 22.5, -38.75 22.5, -38.75 22.34375, -38.90625 22.34375))", @@ -256437,68 +190284,7 @@ "id": "4813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.246345479785575, - 8.246345479785575, - 8.246345479785575, - 8.246345479785575, - 8.246345479785575, - 8.246345479785575, - 8.246345479785575, - 8.246345479785575 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1096.5015644589532, - -1096.3502050436286, - -512.622181004411, - 457.60167032933896, - 1308.0522614304246, - 1307.7053214592606, - 457.0259600174013, - -513.1081114635433 - ], - "relative wind speed": [ - 1.6906055839079432, - 1.6907620436033133, - 2.126439176070032, - 2.621668710253422, - 2.9215519713426112, - 2.92146142769453, - 2.6214251070879784, - 2.126138832549458 - ], - "relative wind angle": [ - 0.15230346939785305, - 0.15245609010081015, - 0.2956769787570347, - 0.23855703982339174, - 0.08790582333233693, - 0.08800435427542724, - 0.23862497545601824, - 0.2956632300032092 - ], - "resistance": [ - 95537.99843554106, - 95538.1497949564, - 96121.8778189956, - 97092.10167032936, - 97942.55226143044, - 97942.20532145927, - 97091.52596001742, - 96121.39188853647 - ], - "fuel": [ - 39.56642295831111, - 39.566500310373144, - 39.86544798856664, - 40.365138867542214, - 40.806024180732564, - 40.805843773534185, - 40.36484132293165, - 39.86519859916507 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 22.1875, -39.0625 22.34375, -38.90625 22.34375, -38.90625 22.1875, -39.0625 22.1875))", @@ -256517,68 +190303,7 @@ "id": "4814", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.011150432949336, - 9.011150432949336, - 9.011150432949336, - 9.011150432949336, - 9.011150432949336, - 9.011150432949336, - 9.011150432949336, - 9.011150432949336 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1131.0226097823918, - -1184.4200787957968, - -642.1825836083713, - 346.37074819632244, - 1260.858075702171, - 1383.7292021321996, - 552.7690006174489, - -466.93700446946013 - ], - "relative wind speed": [ - 1.959945403668745, - 1.9110659128319876, - 2.286629157038113, - 2.7653921267784054, - 3.0808247714176975, - 3.111381418976913, - 2.846786671973563, - 2.3844231257675625 - ], - "relative wind angle": [ - 0.14706222301545896, - 0.10271443127678831, - 0.24936310887111474, - 0.2194869032421273, - 0.09335606947537302, - 0.0630198640052153, - 0.19954867563097953, - 0.25527994644738056 - ], - "resistance": [ - 95503.47739021762, - 95450.07992120422, - 95992.31741639164, - 96980.87074819634, - 97895.35807570218, - 98018.22920213222, - 97187.26900061747, - 96167.56299553055 - ], - "fuel": [ - 39.92920264928597, - 39.901926110795344, - 40.17940547263437, - 40.68809364773869, - 41.16190693959288, - 41.22580595402552, - 40.79476059870168, - 40.26931788159018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 22.1875, -38.90625 22.34375, -38.75 22.34375, -38.75 22.1875, -38.90625 22.1875))", @@ -256597,68 +190322,7 @@ "id": "4815", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.864032499393364, - 8.864032499393364, - 8.864032499393364, - 8.864032499393364, - 8.864032499393364, - 8.864032499393364, - 8.864032499393364, - 8.864032499393364 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1207.6818040388273, - -1157.3051077653947, - -478.8205641085374, - 570.4058760594221, - 1433.8341522692913, - 1318.1155193758614, - 377.0258620598156, - -642.6184970035599 - ], - "relative wind speed": [ - 1.8438931214407093, - 1.8914035658423796, - 2.338650620158649, - 2.822648126432518, - 3.099717318348117, - 3.070957806301209, - 2.7457062067517652, - 2.2451830329197207 - ], - "relative wind angle": [ - 0.11421138667741478, - 0.15775288003741694, - 0.27291231682861644, - 0.2121400859577839, - 0.06784403793346765, - 0.0969091605364474, - 0.23164384960384626, - 0.2679000388054866 - ], - "resistance": [ - 95426.81819596118, - 95477.19489223462, - 96155.67943589148, - 97204.90587605943, - 98068.33415226931, - 97952.61551937588, - 97011.52586205983, - 95991.88150299646 - ], - "fuel": [ - 39.81387606608155, - 39.83960488735461, - 40.18704643968937, - 40.72771192686478, - 41.17570832251822, - 41.115505840834516, - 40.62775544770925, - 40.10301117405693 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 22.03125, -39.375 22.1875, -39.21875 22.1875, -39.21875 22.03125, -39.375 22.03125))", @@ -256690,41 +190354,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1488.047383947458, + -1488.047383947462, -1529.2075665745806, - -828.70639005262, + -828.7063900526218, 415.90561608076223, - 1524.7926423392692, + 1524.7926423392728, 1620.628631584479, 581.1130314754937, -687.0385570570106 ], "relative wind speed": [ - 2.8770157734476176, + 2.877015773447617, 2.85073383859806, 3.183380131348155, 3.6225807276925845, 3.917040631326922, 3.936209299517033, 3.672399489090233, - 3.2399592496639 + 3.2399592496638996 ], "relative wind angle": [ - 0.0860995759563978, + 0.0860995759564004, 0.06802306224616751, - 0.1645392071410053, - 0.15064113914718105, - 0.06320299289572598, + 0.16453920714100667, + 0.15064113914718108, + 0.06320299289572422, 0.049246486264441454, 0.14246780672882864, - 0.16859225452246582 + 0.16859225452246515 ], "resistance": [ 95146.45261605256, 95105.29243342543, 95805.79360994739, 97050.40561608078, - 98159.29264233928, + 98159.2926423393, 98255.12863158449, 97215.61303147551, 95947.46144294301 @@ -256770,19 +190434,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1297.687365027864, + -1297.6873650278662, -1334.7955923627428, - -711.9237658745424, + -711.9237658745437, 390.71585647703205, - 1379.10449024733, + 1379.1044902473327, 1465.037989953918, 537.3164601258563, -586.6600117649114 ], "relative wind speed": [ - 2.405549564761258, + 2.405549564761257, 2.377548868056624, - 2.7277180410641435, + 2.727718041064143, 3.17845487847356, 3.475584591639913, 3.4947987556038935, @@ -256790,17 +190454,17 @@ 2.786356321017734 ], "relative wind angle": [ - 0.106124470858569, - 0.08405747165880019, + 0.10612447085856902, + 0.08405747165880018, 0.198202488638143, 0.1771009697226663, - 0.07337976180955735, + 0.07337976180955584, 0.05714897951920362, - 0.16711975964098472, - 0.20234635506208642 + 0.1671197596409847, + 0.2023463550620864 ], "resistance": [ - 95336.81263497216, + 95336.81263497214, 95299.70440763727, 95922.57623412547, 97025.21585647705, @@ -256810,7 +190474,7 @@ 96047.83998823511 ], "fuel": [ - 40.72308512032563, + 40.72308512032562, 40.70415135419205, 41.0226386612938, 41.589981075606076, @@ -256837,68 +190501,7 @@ "id": "4818", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.203230966795067, - 14.203230966795067, - 14.203230966795067, - 14.203230966795067, - 14.203230966795067, - 14.203230966795067, - 14.203230966795067, - 14.203230966795067 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1708.855872039394, - -1721.8071660854184, - -898.7711379481561, - 505.9523934857534, - 1714.414379595055, - 1744.745455188011, - 558.7561896576972, - -853.3607411880057 - ], - "relative wind speed": [ - 3.4451041210376117, - 3.438132443009836, - 3.7610151958563445, - 4.180972974509579, - 4.457900906303395, - 4.463279982203019, - 4.194804833570762, - 3.7763855578623704 - ], - "relative wind angle": [ - 0.06351976303027437, - 0.05937024939845822, - 0.13526632311780534, - 0.12307382533285964, - 0.04907531147728444, - 0.04572287295996382, - 0.1212053240316159, - 0.1363377323620634 - ], - "resistance": [ - 94925.64412796061, - 94912.69283391458, - 95735.72886205184, - 97140.45239348576, - 98348.91437959505, - 98379.24545518801, - 97193.2561896577, - 95781.13925881199 - ], - "fuel": [ - 43.23594164519242, - 43.22935272720868, - 43.64930941212039, - 44.37189624602613, - 44.99940196662172, - 45.015221581828655, - 44.39920159929614, - 43.672553580381305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 21.875, -39.21875 22.03125, -39.0625 22.03125, -39.0625 21.875, -39.21875 21.875))", @@ -256917,68 +190520,7 @@ "id": "4819", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.079008518606717, - 11.079008518606717, - 11.079008518606717, - 11.079008518606717, - 11.079008518606717, - 11.079008518606717, - 11.079008518606717, - 11.079008518606717 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1190.422505797978, - -1352.702343795001, - -912.7374266527308, - 108.25629023900137, - 1156.590889982714, - 1534.4343678755336, - 758.4329643251317, - -355.4997337482573 - ], - "relative wind speed": [ - 2.6476029514696733, - 2.533206354652213, - 2.79154186643136, - 3.214144504692491, - 3.541815085132877, - 3.6245166644195983, - 3.4295115532487492, - 3.0370266032520674 - ], - "relative wind angle": [ - 0.12207637056508061, - 0.0355128748906635, - 0.16176450569121884, - 0.17066901218866223, - 0.09115509899441267, - 0.024817589202008165, - 0.13147746374644168, - 0.18072901519539078 - ], - "resistance": [ - 95444.077494202, - 95281.79765620499, - 95721.76257334725, - 96742.75629023899, - 97791.0908899827, - 98168.93436787552, - 97392.93296432511, - 96279.00026625172 - ], - "fuel": [ - 41.12037120279786, - 41.037544027193334, - 41.262328194150456, - 41.78674323063756, - 42.329237543332056, - 42.5257673360626, - 42.12271633393414, - 41.54806249943478 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 22.03125, -39.0625 22.1875, -38.90625 22.1875, -38.90625 22.03125, -39.0625 22.03125))", @@ -256997,68 +190539,7 @@ "id": "4820", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.50124792302113, - 9.50124792302113, - 9.50124792302113, - 9.50124792302113, - 9.50124792302113, - 9.50124792302113, - 9.50124792302113, - 9.50124792302113 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1009.7091385427118, - -1244.7648492886626, - -936.227475794055, - -26.062363641724914, - 1004.1871305179011, - 1549.0303763818274, - 897.9579819362057, - -148.33102664011903 - ], - "relative wind speed": [ - 2.22430438872188, - 2.0254494703134602, - 2.27064414333785, - 2.7368983413608086, - 3.1207565909752746, - 3.2533376948927324, - 3.0872037328509037, - 2.682543416770638 - ], - "relative wind angle": [ - 0.18740913935698522, - 0.013776766173343195, - 0.20124620314851022, - 0.22625995132639087, - 0.13318785639212247, - 0.008576915705985528, - 0.14755472032853692, - 0.23092692774419968 - ], - "resistance": [ - 95624.7908614573, - 95389.73515071133, - 95698.27252420594, - 96608.43763635827, - 97638.68713051791, - 98183.53037638182, - 97532.45798193621, - 96486.16897335988 - ], - "fuel": [ - 40.255247960395735, - 40.13514994808031, - 40.29283443983254, - 40.760057128627146, - 41.29264313370912, - 41.575895733404366, - 41.23754550193489, - 40.69711269699407 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 22.03125, -38.90625 22.1875, -38.75 22.1875, -38.75 22.03125, -38.90625 22.03125))", @@ -257077,68 +190558,7 @@ "id": "4821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.223295835610697, - 9.223295835610697, - 9.223295835610697, - 9.223295835610697, - 9.223295835610697, - 9.223295835610697, - 9.223295835610697, - 9.223295835610697 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1138.1554659138603, - -1203.003052287042, - -671.0105797536812, - 320.53634785561826, - 1247.9245288980637, - 1397.3308037104725, - 572.3056170631257, - -456.94104525267403 - ], - "relative wind speed": [ - 2.033123831347668, - 1.9755866987652406, - 2.3362338753554277, - 2.8085237143671105, - 3.125546243006063, - 3.1622284905466573, - 2.905966811648904, - 2.452514296920755 - ], - "relative wind angle": [ - 0.14383870266944007, - 0.0926433555317522, - 0.2376086997952456, - 0.21344137472716537, - 0.09337839135344671, - 0.05782794789455878, - 0.190379578338347, - 0.24501726565786303 - ], - "resistance": [ - 95496.34453408614, - 95431.49694771296, - 95963.48942024632, - 96955.03634785562, - 97882.42452889806, - 98031.83080371047, - 97206.80561706313, - 96177.55895474732 - ], - "fuel": [ - 40.03790789916373, - 40.00478550505049, - 40.276975251618566, - 40.78710302541476, - 41.267533603770055, - 41.345232383014086, - 40.917214841273505, - 40.38679938073386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 21.875, -39.0625 22.03125, -38.90625 22.03125, -38.90625 21.875, -39.0625 21.875))", @@ -257157,68 +190577,7 @@ "id": "4822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.402711087015614, - 10.402711087015614, - 10.402711087015614, - 10.402711087015614, - 10.402711087015614, - 10.402711087015614, - 10.402711087015614, - 10.402711087015614 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1011.5996898495641, - -1284.09438456824, - -1024.263843918588, - -122.2334489549844, - 937.5143935105598, - 1561.132231783583, - 955.7207620171703, - -101.11681901819611 - ], - "relative wind speed": [ - 2.522478160067838, - 2.319443595505617, - 2.51537848978836, - 2.9410721808217826, - 3.3147394204335883, - 3.459851861086483, - 3.320130200233969, - 2.949658949877397 - ], - "relative wind angle": [ - 0.1617725260854555, - 0.0018867356266252695, - 0.1597405380680659, - 0.19511210189844566, - 0.12287975718008978, - 0.001264844742401261, - 0.120801297694952, - 0.19453682356268004 - ], - "resistance": [ - 95622.90031015046, - 95350.4056154318, - 95610.23615608145, - 96512.26655104505, - 97572.01439351059, - 98195.63223178362, - 97590.2207620172, - 96533.38318098184 - ], - "fuel": [ - 40.78125823983497, - 40.64205226635167, - 40.77478253893538, - 41.2375202191964, - 41.78503427645094, - 42.10917682177217, - 41.794477030537365, - 41.248389227355396 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 21.875, -38.90625 22.03125, -38.75 22.03125, -38.75 21.875, -38.90625 21.875))", @@ -257237,68 +190596,7 @@ "id": "4823", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.98213041705567, - 8.98213041705567, - 8.98213041705567, - 8.98213041705567, - 8.98213041705567, - 8.98213041705567, - 8.98213041705567, - 8.98213041705567 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -823.4313233908749, - -1150.0761791835125, - -959.2184560225655, - -188.08183365059494, - 783.9504515682511, - 1421.9649990200505, - 980.5136231508018, - 37.785818856985316 - ], - "relative wind speed": [ - 2.160055191365515, - 1.8967380839827848, - 2.06895908742342, - 2.5129045321150243, - 2.9169095096843205, - 3.0946056547161622, - 2.9822152524591483, - 2.619066690618569 - ], - "relative wind angle": [ - 0.21565244032566255, - 0.028785207899931983, - 0.18718300079144945, - 0.2407218875885679, - 0.15913266074314195, - 0.017641437494581715, - 0.12946553164301125, - 0.2307833965878725 - ], - "resistance": [ - 95811.06867660917, - 95484.42382081653, - 95675.28154397747, - 96446.41816634945, - 97418.4504515683, - 98056.4649990201, - 97615.01362315085, - 96672.28581885702 - ], - "fuel": [ - 40.071395169656526, - 39.904330374688996, - 40.00189767405345, - 40.39748626462358, - 40.899285660609195, - 41.23056380805126, - 41.00118628400101, - 40.51377402646868 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 22.34375, -38.75 22.5, -38.59375 22.5, -38.59375 22.34375, -38.75 22.34375))", @@ -257317,68 +190615,7 @@ "id": "4824", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.2201978376582545, - 7.2201978376582545, - 7.2201978376582545, - 7.2201978376582545, - 7.2201978376582545, - 7.2201978376582545, - 7.2201978376582545, - 7.2201978376582545 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -967.4270648369207, - -972.8169843229032, - -445.3104531926433, - 439.5156164990583, - 1230.2787072047547, - 1242.6029259864324, - 459.6171908947415, - -428.5073837887394 - ], - "relative wind speed": [ - 1.3837282609764152, - 1.377018463035871, - 1.847946661505174, - 2.3624638114352403, - 2.6694867003044203, - 2.6729540392205253, - 2.371909837991081, - 1.860007495411207 - ], - "relative wind angle": [ - 0.20051873111782864, - 0.19325241085707293, - 0.3592051342211754, - 0.28059328463593564, - 0.10342804814031073, - 0.09910092085094677, - 0.27742077852520053, - 0.3594223992592976 - ], - "resistance": [ - 95667.07293516309, - 95661.68301567712, - 96189.18954680738, - 97074.01561649908, - 97864.77870720476, - 97877.10292598644, - 97094.11719089476, - 96205.99261621127 - ], - "fuel": [ - 39.18253939535105, - 39.17978234978237, - 39.45012432406551, - 39.905914129875114, - 40.31571558797813, - 40.322120849309506, - 39.916302655803065, - 39.458752750433725 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 22.34375, -38.59375 22.5, -38.4375 22.5, -38.4375 22.34375, -38.59375 22.34375))", @@ -257397,68 +190634,7 @@ "id": "4825", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.04372073222637, - 7.04372073222637, - 7.04372073222637, - 7.04372073222637, - 7.04372073222637, - 7.04372073222637, - 7.04372073222637, - 7.04372073222637 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -754.0562790407134, - -943.3162003557891, - -679.4629042040332, - 45.6644719788228, - 871.8873609224481, - 1307.7734746758254, - 761.532539933706, - -78.3307320400163 - ], - "relative wind speed": [ - 1.5230384538788129, - 1.2887888892827193, - 1.5919930436078125, - 2.104370998986633, - 2.4966660673681216, - 2.6252639453590914, - 2.4532724538960813, - 2.030913657092533 - ], - "relative wind angle": [ - 0.29662497164550533, - 0.03012066390094378, - 0.31952219797938025, - 0.32321647149036775, - 0.17926655976066683, - 0.01478507394302932, - 0.20527477751503145, - 0.33535693094200775 - ], - "resistance": [ - 95880.44372095932, - 95691.18379964423, - 95955.037095796, - 96680.16447197885, - 97506.38736092248, - 97942.27347467585, - 97396.03253993373, - 96556.16926796001 - ], - "fuel": [ - 39.221390212073985, - 39.1244946688903, - 39.259616456149786, - 39.63229534560554, - 40.05931697526656, - 40.28562209685284, - 40.00213466439023, - 39.56842938737394 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 22.1875, -38.75 22.34375, -38.59375 22.34375, -38.59375 22.1875, -38.75 22.1875))", @@ -257477,68 +190653,7 @@ "id": "4826", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.582771464892006, - 7.582771464892006, - 7.582771464892006, - 7.582771464892006, - 7.582771464892006, - 7.582771464892006, - 7.582771464892006, - 7.582771464892006 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -957.1813817003683, - -993.2822799574061, - -507.69471106818924, - 354.02623106289684, - 1148.8288210351193, - 1231.4930387006993, - 490.40671191609044, - -392.93489179354447 - ], - "relative wind speed": [ - 1.5407503629767159, - 1.499486329307599, - 1.9128524029195964, - 2.4040109616708936, - 2.714264227053433, - 2.7372765157167573, - 2.4661990308812416, - 1.9904454957222601 - ], - "relative wind angle": [ - 0.18776477536416697, - 0.14435455338536704, - 0.3150131374932073, - 0.2618997965252429, - 0.10615865752355795, - 0.07888518997271701, - 0.2426871960124599, - 0.31804730467752357 - ], - "resistance": [ - 95677.31861829963, - 95641.2177200426, - 96126.8052889318, - 96988.52623106289, - 97783.32882103512, - 97865.9930387007, - 97124.90671191609, - 96241.56510820646 - ], - "fuel": [ - 39.33881304579151, - 39.32034744123198, - 39.56913150427329, - 40.01278236501601, - 40.4244303735175, - 40.4673791789493, - 40.0832501370338, - 39.62805528985154 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 22.1875, -38.59375 22.34375, -38.4375 22.34375, -38.4375 22.1875, -38.59375 22.1875))", @@ -257557,68 +190672,7 @@ "id": "4827", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.335982517952519, - 7.335982517952519, - 7.335982517952519, - 7.335982517952519, - 7.335982517952519, - 7.335982517952519, - 7.335982517952519, - 7.335982517952519 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -852.0980036615679, - -1002.4302100279959, - -657.867325964736, - 141.49628760466112, - 995.4249065974379, - 1340.621135927345, - 708.8998978163597, - -181.28354450438883 - ], - "relative wind speed": [ - 1.5488903180077307, - 1.3700145747945929, - 1.719654288515345, - 2.2376474172715506, - 2.612609404252102, - 2.7106916425988037, - 2.5035131803917854, - 2.053709607608283 - ], - "relative wind angle": [ - 0.2653054609327553, - 0.0707435181537478, - 0.32130537240278023, - 0.3046423123817573, - 0.1560811104127267, - 0.035732371268263334, - 0.21866397291061596, - 0.33293343345954324 - ], - "resistance": [ - 95782.40199633845, - 95632.06978997203, - 95976.63267403528, - 96775.99628760468, - 97629.92490659746, - 97975.12113592736, - 97343.39989781637, - 96453.21645549563 - ], - "fuel": [ - 39.28884796102734, - 39.211926225050455, - 39.38835610953115, - 39.79936332198184, - 40.24105279090401, - 40.42037360796263, - 40.09254696922494, - 39.6331140449992 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 22.34375, -38.4375 22.5, -38.28125 22.5, -38.28125 22.34375, -38.4375 22.34375))", @@ -257650,17 +190704,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -468.9275414627889, + -468.9275414627898, -859.3115722466631, -800.3299991485693, -283.6513735386982, - 488.24824853877044, + 488.24824853877, 1111.9711223419465, 976.9753164293877, - 267.1570741792841 + 267.15707417928365 ], "relative wind speed": [ - 1.6755077773711933, + 1.675507777371193, 1.2852265126963776, 1.362135694428776, 1.8162807579787894, @@ -257670,14 +190724,14 @@ 2.1552455982071166 ], "relative wind angle": [ - 0.3412279320431693, + 0.3412279320431703, 0.13918868294721706, 0.2284862112416906, - 0.34522039087042977, - 0.24999070795450232, + 0.3452203908704298, + 0.24999070795450276, 0.0711454652411016, 0.12536502169105754, - 0.2891960935955243 + 0.28919609359552434 ], "resistance": [ 96165.57245853724, @@ -257730,9 +190784,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -411.81285545618243, + -411.81285545618357, -996.5902271347857, - -1032.9786558417218, + -1032.978655841722, -527.7157178191526, 367.38128619561985, 1191.2700513293994, @@ -257740,23 +190794,23 @@ 505.03384205113116 ], "relative wind speed": [ - 2.039562571195872, + 2.0395625711958716, 1.5856949542641958, - 1.54526071343693, - 1.9632068965615466, + 1.5452607134369298, + 1.9632068965615468, 2.4605918201250367, 2.7748692039644727, 2.797587695604509, 2.521933042010144 ], "relative wind angle": [ - 0.31386132052343374, - 0.18400832373091378, + 0.3138613205234345, + 0.1840083237309138, 0.14244134514110363, - 0.3107883102513877, - 0.25878535033339156, + 0.3107883102513881, + 0.2587853503333916, 0.10475036387153219, - 0.07849293528577286, + 0.07849293528577285, 0.24036609807392484 ], "resistance": [ @@ -257797,68 +190851,7 @@ "id": "4830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.504733550357166, - 7.504733550357166, - 7.504733550357166, - 7.504733550357166, - 7.504733550357166, - 7.504733550357166, - 7.504733550357166, - 7.504733550357166 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -694.4232167377913, - -1003.1570955663875, - -831.4711174309746, - -143.9789264843771, - 736.8418650585863, - 1333.1736869831157, - 938.2055968916557, - 83.70602800438269 - ], - "relative wind speed": [ - 1.7460694011575424, - 1.433747825435983, - 1.6297236323997129, - 2.1208891522016486, - 2.5501036598552953, - 2.7379105541860964, - 2.6259832276052175, - 2.2480249628817295 - ], - "relative wind angle": [ - 0.2954797227334824, - 0.04647633539371467, - 0.25700452359419373, - 0.31270179569969897, - 0.20073064926405423, - 0.0243316682226207, - 0.15841240206720417, - 0.29446994946365185 - ], - "resistance": [ - 95940.07678326224, - 95631.34290443364, - 95803.02888256905, - 96490.52107351566, - 97371.34186505861, - 97967.67368698315, - 97572.70559689168, - 96718.20602800441 - ], - "fuel": [ - 39.44012129130114, - 39.28205869629173, - 39.369913051643024, - 39.72281234951525, - 40.17752003770398, - 40.48700436294423, - 40.28187582787982, - 39.840073882667596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 22.1875, -38.28125 22.34375, -38.125 22.34375, -38.125 22.1875, -38.28125 22.1875))", @@ -257890,17 +190883,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -662.9618311301465, + -662.9618311301483, -1262.5350351761422, - -1215.844394925128, + -1215.8443949251282, -511.2877633285966, - 587.1771281853839, + 587.1771281853844, 1497.7467251013072, 1390.515860629403, 408.0683159947698 ], "relative wind speed": [ - 2.297323416879833, + 2.2973234168798324, 1.88178158882949, 1.924964189225689, 2.382132619516214, @@ -257910,14 +190903,14 @@ 2.8103368735134304 ], "relative wind angle": [ - 0.26996622263146064, + 0.2699662226314619, 0.11776374421814989, - 0.15649532031523752, - 0.2743566828409602, - 0.21437318595277774, + 0.15649532031523822, + 0.27435668284096015, + 0.21437318595277724, 0.06986313736211748, - 0.09565737402531316, - 0.23171510774444948 + 0.09565737402531317, + 0.2317151077444495 ], "resistance": [ 95971.53816886987, @@ -257957,68 +190950,7 @@ "id": "4832", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.234871264638786, - 9.234871264638786, - 9.234871264638786, - 9.234871264638786, - 9.234871264638786, - 9.234871264638786, - 9.234871264638786, - 9.234871264638786 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1041.5416965748082, - -1278.6942814814433, - -942.373863806894, - 7.178008929684438, - 1074.1965078204094, - 1622.4616586146954, - 930.2325286598957, - -157.67817112661623 - ], - "relative wind speed": [ - 2.1190601962097295, - 1.9091550051389674, - 2.1845613729502382, - 2.6855700198071726, - 3.0879605998321353, - 3.221962747709676, - 3.041974422819795, - 2.6102931731874404 - ], - "relative wind angle": [ - 0.20758482249308913, - 0.02035158704384754, - 0.2270137641200156, - 0.24695122803942082, - 0.14190645816259986, - 0.012058672554745072, - 0.16234299066648375, - 0.2542280538607671 - ], - "resistance": [ - 95592.95830342517, - 95355.80571851855, - 95692.1261361931, - 96641.67800892967, - 97708.6965078204, - 98256.96165861469, - 97564.73252865988, - 96476.82182887336 - ], - "fuel": [ - 40.09350012378387, - 39.97235976268101, - 40.14421828477514, - 40.63170757559899, - 41.1835062379392, - 41.46868413250309, - 41.10880937051384, - 40.54683157919422 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 22.03125, -38.59375 22.1875, -38.4375 22.1875, -38.4375 22.03125, -38.59375 22.03125))", @@ -258037,68 +190969,7 @@ "id": "4833", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.99614143881626, - 7.99614143881626, - 7.99614143881626, - 7.99614143881626, - 7.99614143881626, - 7.99614143881626, - 7.99614143881626, - 7.99614143881626 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -882.6035683220032, - -1126.0644382806383, - -849.9371514166128, - -9.466174119236257, - 969.9958665056838, - 1531.865965589851, - 922.0113078714212, - -63.734587625201584 - ], - "relative wind speed": [ - 1.785855731271208, - 1.5276178148103499, - 1.8118732748823134, - 2.3411573556012586, - 2.7641234934976264, - 2.9147972814749563, - 2.747139351395736, - 2.312713042410118 - ], - "relative wind angle": [ - 0.27207759505042445, - 0.009753569944209365, - 0.2801541098798661, - 0.3007815144903262, - 0.1745085662183009, - 0.005111695398590865, - 0.18339410084010596, - 0.3045988788084257 - ], - "resistance": [ - 95751.89643167797, - 95508.43556171934, - 95784.56284858336, - 96625.03382588073, - 97604.49586650566, - 98166.36596558982, - 97556.51130787139, - 96570.76541237476 - ], - "fuel": [ - 39.559732330369584, - 39.43522849293737, - 39.576454442808114, - 40.008061342268725, - 40.51436078203689, - 40.80641160052613, - 40.48947364482416, - 39.9801135132721 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 21.875, -38.75 22.03125, -38.59375 22.03125, -38.59375 21.875, -38.75 21.875))", @@ -258117,68 +190988,7 @@ "id": "4834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.2598235909884, - 8.2598235909884, - 8.2598235909884, - 8.2598235909884, - 8.2598235909884, - 8.2598235909884, - 8.2598235909884, - 8.2598235909884 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -573.4407046168712, - -1073.2977594874153, - -1025.0035105658303, - -417.01868259518665, - 518.567008239268, - 1286.376294046191, - 1175.5090141925266, - 333.69957813998826 - ], - "relative wind speed": [ - 2.0857258228635, - 1.7015729745324002, - 1.7507359130612994, - 2.181743837704913, - 2.643345120603328, - 2.905542126199172, - 2.876186606862368, - 2.564667514788941 - ], - "relative wind angle": [ - 0.27551241922705744, - 0.11664973911864615, - 0.16486694623415507, - 0.28069195827750243, - 0.21633615926983382, - 0.06821166392786691, - 0.10006748809817924, - 0.23789700728750565 - ], - "resistance": [ - 96061.05929538315, - 95561.20224051262, - 95609.4964894342, - 96217.48131740485, - 97153.0670082393, - 97920.87629404622, - 97810.00901419256, - 96968.19957814002 - ], - "fuel": [ - 39.84061206087593, - 39.58465278196431, - 39.60934200014191, - 39.920901290950425, - 40.40302513960706, - 40.80112418654072, - 40.74350544745156, - 40.307501474508115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 21.875, -38.59375 22.03125, -38.4375 22.03125, -38.4375 21.875, -38.59375 21.875))", @@ -258197,68 +191007,7 @@ "id": "4835", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7437710332030685, - 7.7437710332030685, - 7.7437710332030685, - 7.7437710332030685, - 7.7437710332030685, - 7.7437710332030685, - 7.7437710332030685, - 7.7437710332030685 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -533.3631765807704, - -1038.6364837185079, - -998.8649275652513, - -406.97605321489027, - 516.8066014892174, - 1289.8978190594348, - 1198.829829150961, - 366.5918254525932 - ], - "relative wind speed": [ - 1.9511302243026432, - 1.5289382576047357, - 1.5734785936809739, - 2.034824728213911, - 2.521217459565619, - 2.7974621418418497, - 2.7726542780941044, - 2.4541668557893486 - ], - "relative wind angle": [ - 0.31566454490252144, - 0.14358541071293307, - 0.18945534240648298, - 0.31883895627864167, - 0.24262439456598342, - 0.07828641966788047, - 0.1070781967137439, - 0.2629215253610815 - ], - "resistance": [ - 96101.13682341926, - 95595.86351628152, - 95635.63507243477, - 96227.52394678514, - 97151.30660148925, - 97924.39781905946, - 97833.32982915099, - 97001.09182545262 - ], - "fuel": [ - 39.62580073292057, - 39.366997721124605, - 39.387334426261596, - 39.690685256322496, - 40.16674102658786, - 40.56758121899476, - 40.52024780392206, - 40.08911418652398 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 22.03125, -38.4375 22.1875, -38.28125 22.1875, -38.28125 22.03125, -38.4375 22.03125))", @@ -258277,68 +191026,7 @@ "id": "4836", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.6613896474154854, - 7.6613896474154854, - 7.6613896474154854, - 7.6613896474154854, - 7.6613896474154854, - 7.6613896474154854, - 7.6613896474154854, - 7.6613896474154854 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -628.7728869966747, - -1033.2828948148986, - -921.2925715144838, - -271.38514612795734, - 638.9927814263754, - 1325.0151448094518, - 1068.1263171346998, - 214.62043966716487 - ], - "relative wind speed": [ - 1.853446131781813, - 1.485828676678522, - 1.611807032309955, - 2.0922173215980724, - 2.550227948126363, - 2.7805104377400776, - 2.70942858208478, - 2.358294262815129 - ], - "relative wind angle": [ - 0.30534072982590876, - 0.09376042174286454, - 0.22553904890827886, - 0.31533160566895735, - 0.2202588854677103, - 0.050050520002041916, - 0.1334314914747017, - 0.2787361676680778 - ], - "resistance": [ - 96005.72711300328, - 95601.21710518506, - 95713.20742848548, - 96363.114853872, - 97273.49278142634, - 97959.51514480941, - 97702.62631713465, - 96849.12043966712 - ], - "fuel": [ - 39.540908122377, - 39.33378425237696, - 39.39106643080963, - 39.724410281307236, - 40.19399476968779, - 40.54989139361378, - 40.41641677689442, - 39.974714402191566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 22.03125, -38.28125 22.1875, -38.125 22.1875, -38.125 22.03125, -38.28125 22.03125))", @@ -258357,68 +191045,7 @@ "id": "4837", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.020484468062119, - 8.020484468062119, - 8.020484468062119, - 8.020484468062119, - 8.020484468062119, - 8.020484468062119, - 8.020484468062119, - 8.020484468062119 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -349.71930044884357, - -1033.4635245431523, - -1126.619800052987, - -646.4830155195634, - 293.26622635484773, - 1213.2111547523882, - 1426.7194911306065, - 645.7771431135457 - ], - "relative wind speed": [ - 2.1596175614566904, - 1.6655188298776495, - 1.5651674930990782, - 1.9700891003785204, - 2.4959775618553137, - 2.8495436526504245, - 2.9058738306374012, - 2.6481315937103824 - ], - "relative wind angle": [ - 0.31673267396085025, - 0.2125686323762699, - 0.11250630688339552, - 0.30940828054639496, - 0.2728637693101596, - 0.12362452241814617, - 0.06050752528087481, - 0.22851403725242816 - ], - "resistance": [ - 96284.7806995512, - 95601.03647545687, - 95507.88019994705, - 95988.01698448046, - 96927.76622635487, - 97847.71115475241, - 98061.21949113063, - 97280.27714311358 - ], - "fuel": [ - 39.84412797111865, - 39.493671242685764, - 39.446058151568934, - 39.691806489180806, - 40.17528076630471, - 40.65174930098615, - 40.76278226193129, - 40.35748514970517 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 21.875, -38.4375 22.03125, -38.28125 22.03125, -38.28125 21.875, -38.4375 21.875))", @@ -258450,39 +191077,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -425.41652321467336, + -425.4165232146738, -1065.7134121643396, - -1120.2943378493, + -1120.2943378493003, -601.5025999646932, 346.1843769346069, 1230.90519875773, - 1356.1326973086107, - 554.5248642098691 + 1356.1326973086084, + 554.5248642098695 ], "relative wind speed": [ - 2.2062152277418736, + 2.206215227741873, 1.7558116547389804, - 1.700446032328531, + 1.7004460323285309, 2.09890611865708, 2.5957135408363734, 2.9192875586834863, 2.951880368229645, - 2.683227072438205 + 2.6832270724382044 ], "relative wind angle": [ 0.2887709782985785, 0.17259330445009452, - 0.11897451190721249, + 0.1189745119072125, 0.2834368060656607, 0.24447055958911126, - 0.10347656278359968, - 0.06842770158439439, - 0.22054006156103736 + 0.10347656278359967, + 0.068427701584396, + 0.2205400615610363 ], "resistance": [ 96209.08347678537, 95568.7865878357, - 95514.20566215075, + 95514.20566215074, 96032.99740003535, 96980.68437693465, 97865.40519875777, @@ -258492,7 +191119,7 @@ "fuel": [ 39.95478403563715, 39.626725065306445, - 39.59883084851591, + 39.5988308485159, 39.86441346671846, 40.352144097086565, 40.81048518520591, @@ -258530,9 +191157,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -242.25833181810094, + -242.25833181810253, -994.1158811487583, - -1152.71321078692, + -1152.7132107869206, -753.2398427583264, 157.9197172220188, 1115.5348193167356, @@ -258540,7 +191167,7 @@ 763.0728929847833 ], "relative wind speed": [ - 2.280659055136312, + 2.280659055136311, 1.78069721049989, 1.6170756972419513, 1.9644914675106293, @@ -258551,8 +191178,8 @@ ], "relative wind angle": [ 0.2991997941186421, - 0.22659831786313125, - 0.0658878850498113, + 0.22659831786313128, + 0.06588788504981298, 0.2840966348250722, 0.27393905791374773, 0.14011869096122545, @@ -258610,19 +191237,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 86.20606548499109, + 86.20606548498972, -578.7234120369685, - -852.2906521207365, + -852.2906521207374, -716.7809406346262, -143.1467541182194, 602.5468622174235, - 1116.6504911880493, + 1116.6504911880456, 805.0045833216686 ], "relative wind speed": [ - 2.0982708678936284, + 2.0982708678936275, 1.6426897948643118, - 1.352336592917663, + 1.3523365929176627, 1.5176636969437887, 1.9605986703985603, 2.3554740540426944, @@ -258630,13 +191257,13 @@ 2.437905798918119 ], "relative wind angle": [ - 0.2855016957111044, + 0.28550169571110445, 0.2893771898192218, - 0.053235602642667766, - 0.24423041426452938, - 0.30617674975273784, + 0.05323560264266985, + 0.24423041426452935, + 0.3061767497527375, 0.20034217592338946, - 0.028408261731134345, + 0.02840826173113825, 0.151107581978327 ], "resistance": [ @@ -258690,13 +191317,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -63.86218205271916, + -63.862182052719845, -748.770427605908, - -951.014313058727, + -951.014313058739, -727.3985381114503, -28.353586396953915, 785.312712335211, - 1252.8069797955495, + 1252.8069797955832, 754.1434186153233 ], "relative wind speed": [ @@ -258710,33 +191337,33 @@ 2.5889254394871095 ], "relative wind angle": [ - 0.27368566070489103, + 0.27368566070489186, 0.2384463640194526, - 0.006542274508684575, - 0.24435148884453461, + 0.006542274508718516, + 0.24435148884453464, 0.2712419269836045, 0.1603534719725374, - 0.003684805707836035, - 0.16666732781417598 + 0.0036848057078059052, + 0.166667327814176 ], "resistance": [ 96570.63781794731, 95885.72957239412, - 95683.4856869413, + 95683.48568694129, 95907.10146188858, 96606.14641360307, 97419.81271233525, - 97887.30697979558, + 97887.30697979561, 97388.64341861535 ], "fuel": [ 39.846278549075066, 39.49449814999225, - 39.39095610468197, + 39.39095610468195, 39.505448727903584, 39.86456395530324, 40.28485277615022, - 40.52744523701972, + 40.52744523701975, 40.268707301979674 ] }, @@ -258770,17 +191397,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 200.63050807551053, + 200.63050807550985, -435.46430123196797, - -758.534629978464, + -758.5346299784645, -692.2936120203005, - -226.15705769978217, + -226.15705769978194, 449.92704650350174, 979.7129965486727, 827.982929342598 ], "relative wind speed": [ - 2.0173051913424525, + 2.017305191342452, 1.5727419475850404, 1.2276907829765393, 1.317832916199639, @@ -258790,11 +191417,11 @@ 2.315235787126054 ], "relative wind angle": [ - 0.2866520811227081, + 0.2866520811227085, 0.32773316536242003, - 0.11886381875273352, + 0.11886381875273634, 0.22995162954922463, - 0.33398444041555714, + 0.3339844404155568, 0.2376770849747743, 0.06161595380539034, 0.13010481083106323 @@ -258850,9 +191477,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 162.69396365169837, + 162.6939636516979, -507.0716798490903, - -826.5871127748502, + -826.5871127748504, -737.0970427406526, -219.48470955212815, 503.4521846918267, @@ -258862,7 +191489,7 @@ "relative wind speed": [ 2.1343231294315728, 1.6941272030833523, - 1.3783375847859032, + 1.378337584785903, 1.4875948771164078, 1.9042098723412646, 2.3046221986524156, @@ -258870,17 +191497,17 @@ 2.4430333481812188 ], "relative wind angle": [ - 0.26799116930396244, + 0.2679911693039632, 0.28996573538358444, - 0.08707300478648823, + 0.08707300478648822, 0.21327700189052812, - 0.3013334569165208, + 0.30133345691652086, 0.21175832510965845, - 0.04784350409497933, - 0.12924435751703062 + 0.047843504094979325, + 0.1292443575170306 ], "resistance": [ - 96797.1939636517, + 96797.19396365169, 96127.42832015091, 95807.91288722515, 95897.40295725934, @@ -258890,7 +191517,7 @@ 97474.40620168089 ], "fuel": [ - 39.666855016326636, + 39.66685501632663, 39.32226861309017, 39.15846984297646, 39.20430839981998, @@ -258930,19 +191557,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -199.99155983621586, + -199.99155983621722, -740.6823530350896, - -854.8920712852464, + -854.8920712852491, -589.7705773823386, 51.78893565824592, - 723.8442727690449, + 723.8442727690444, 989.3685796324789, 507.0994618050331 ], "relative wind speed": [ - 2.3567508897285374, + 2.356750889728537, 2.0311301848075165, - 1.9261615258867646, + 1.9261615258867644, 2.1334082386112745, 2.481258981340947, 2.754166128083988, @@ -258950,19 +191577,19 @@ 2.675722365296314 ], "relative wind angle": [ - 0.19271358580103864, + 0.19271358580103923, 0.1354918643053318, - 0.03290439197756336, + 0.032904391977566734, 0.1714463792304465, 0.1829309958550102, - 0.09978198587309435, - 0.022404601027617464, + 0.09978198587309436, + 0.022404601027617467, 0.13645205705042923 ], "resistance": [ 96434.5084401638, 95893.81764696492, - 95779.60792871477, + 95779.60792871476, 96044.72942261767, 96686.28893565826, 97358.34427276906, @@ -258972,7 +191599,7 @@ "fuel": [ 40.17514513618069, 39.897566052662114, - 39.83907238690438, + 39.83907238690436, 39.97493148889568, 40.30477508303696, 40.65193993969041, @@ -259010,17 +191637,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -8.797902756346048, + -8.797902756348776, -674.9413407280713, - -917.5708024414157, + -917.5708024414203, -772.1731904108865, - -171.2987912388735, + -171.29879123887258, 578.036756720061, 1056.8588573409006, 717.2908982647259 ], "relative wind speed": [ - 2.6794980830033395, + 2.6794980830033386, 2.3457173274940257, 2.16659960072067, 2.286581680835181, @@ -259030,14 +191657,14 @@ 2.956951639141863 ], "relative wind angle": [ - 0.16485313152785552, - 0.14425628319368794, - 0.017154106296888773, + 0.16485313152785688, + 0.14425628319368797, + 0.017154106296895247, 0.12481263074674119, - 0.16953346327816834, - 0.11613082749220194, + 0.16953346327816768, + 0.11613082749220195, 0.012201471469225147, - 0.09641529421822888 + 0.09641529421822889 ], "resistance": [ 96625.70209724369, @@ -259090,13 +191717,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 32.17606384794908, + 32.17606384794817, -576.6216687730478, - -821.2770114087971, + -821.2770114087996, -708.9311580045796, - -188.89699535323962, - 484.1949535970871, - 935.7745414532806, + -188.89699535323916, + 484.1949535970866, + 935.7745414532928, 673.7592791092843 ], "relative wind speed": [ @@ -259104,29 +191731,29 @@ 2.207283795768388, 2.0217558045515576, 2.1211442321865723, - 2.422017639986696, + 2.4220176399866964, 2.718000205062377, - 2.8586938165083207, + 2.85869381650832, 2.785744786595222 ], "relative wind angle": [ - 0.1663063848596265, - 0.15198542699124942, - 0.026729496568436196, - 0.12182476005975316, - 0.17369272902315852, - 0.1232644068050947, - 0.018902793207002465, + 0.16630638485962784, + 0.15198542699124945, + 0.026729496568440352, + 0.12182476005975318, + 0.1736927290231592, + 0.12326440680509472, + 0.018902793206990717, 0.09266406725867941 ], "resistance": [ 96666.67606384793, 96057.87833122694, - 95813.2229885912, + 95813.22298859118, 95925.56884199541, 96445.60300464675, 97118.69495359708, - 97570.27454145327, + 97570.27454145328, 97308.25927910928 ], "fuel": [ @@ -259136,7 +191763,7 @@ 40.027460871999686, 40.29447673821423, 40.641575553842, - 40.875390203718396, + 40.87539020371841, 40.739633985125465 ] }, @@ -259170,9 +191797,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 289.7217916247282, + 289.72179162472594, -335.2956543385285, - -731.5157743728255, + -731.5157743728246, -753.1561642077572, -409.6878953527573, 202.95041901837658, @@ -259180,9 +191807,9 @@ 800.8213751501517 ], "relative wind speed": [ - 2.5663543711616383, + 2.566354371161638, 2.2612850353310927, - 2.0040186341612443, + 2.004018634161244, 1.9841904046335082, 2.21866989811594, 2.5288853007152974, @@ -259190,13 +191817,13 @@ 2.7516648257639518 ], "relative wind angle": [ - 0.1437556582444339, + 0.14375565824443548, 0.17081452930333274, - 0.08790852244037757, - 0.06837485005391325, - 0.16647919834524622, - 0.15258913240165062, - 0.06432162894308703, + 0.08790852244037503, + 0.06837485005391326, + 0.1664791983452462, + 0.15258913240165065, + 0.06432162894308704, 0.049285774758421136 ], "resistance": [ @@ -259250,14 +191877,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -288.70142780882134, + -288.7014278088245, -1142.9671778160637, - -1332.988268945799, + -1332.98826894581, -939.1339036708059, 51.46193136604643, 1103.4624093341154, 1545.6557173225274, - 810.8572053955659 + 810.8572053955686 ], "relative wind speed": [ 2.980808337593313, @@ -259267,17 +191894,17 @@ 3.114252030959744, 3.456247099651953, 3.555023262055862, - 3.372020251314896 + 3.3720202513148956 ], "relative wind angle": [ - 0.18847262912401727, + 0.18847262912401966, 0.1350573555443556, - 0.027838640285781084, + 0.02783864028579305, 0.16566326088376043, - 0.18030596534581472, + 0.18030596534581475, 0.10054199694951158, 0.019092969319990005, - 0.13172563606867238 + 0.1317256360686707 ], "resistance": [ 96345.79857219121, @@ -259330,39 +191957,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 85.89571438720304, + 85.8957143871994, -1071.02799265855, - -1554.8312964498673, - -1362.56361995517, + -1554.8312964498823, + -1362.563619955171, -401.9334252845847, 864.8701103155963, 1731.2354646801823, - 1281.7834108792467 + 1281.7834108792458 ], "relative wind speed": [ - 3.625635535669233, + 3.625635535669232, 3.205266516548532, - 2.957098402071415, - 3.0746008266288647, + 2.9570984020714155, + 3.074600826628865, 3.461904307270364, 3.8543846497330096, 4.047911005774621, - 3.9593994780897916 + 3.959399478089792 ], "relative wind angle": [ - 0.15104740293762256, + 0.15104740293762253, 0.13908157051361597, - 0.028022310972759902, - 0.10661718077648391, + 0.02802231097277179, + 0.10661718077648495, 0.15825005032112494, 0.11554319852284471, - 0.020469736803210157, - 0.08272923741021392 + 0.020469736803210153, + 0.08272923741021528 ], "resistance": [ 96720.39571438721, 95563.47200734146, - 95079.66870355015, + 95079.66870355014, 95271.93638004485, 96232.56657471543, 97499.3701103156, @@ -259410,34 +192037,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 10.661928720499873, + 10.661928720497599, -799.1555686027391, - -1104.9124077929282, + -1104.9124077929296, -936.414534392904, -218.57631710506303, 687.7319328970616, - 1277.400325677594, + 1277.400325677606, 884.5141413031224 ], "relative wind speed": [ - 2.888804231369984, + 2.8888042313699835, 2.5116896604735257, - 2.3031960463486647, + 2.3031960463486643, 2.4334391840579244, 2.792480557229281, 3.136009024086994, - 3.2921764110947267, + 3.2921764110947263, 3.1971098334552375 ], "relative wind angle": [ - 0.17204924999313226, - 0.15360649867733045, - 0.021236887099092473, - 0.12986398852153055, + 0.17204924999313354, + 0.15360649867733042, + 0.02123688709909247, + 0.12986398852153058, 0.1780463271724914, - 0.12285194817040128, - 0.014856687791184769, - 0.09872702014580104 + 0.12285194817040129, + 0.014856687791177296, + 0.09872702014580105 ], "resistance": [ 96645.16192872051, @@ -259446,7 +192073,7 @@ 95698.08546560712, 96415.92368289495, 97322.23193289708, - 97911.9003256776, + 97911.90032567762, 97519.01414130314 ], "fuel": [ @@ -259456,7 +192083,7 @@ 40.61903010178506, 40.98726665017643, 41.45492317823666, - 41.76083424999438, + 41.76083424999439, 41.5568669783932 ] }, @@ -259490,33 +192117,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 389.30666294931325, + 389.3066629493069, -877.3658095584933, - -1581.8944234882738, + -1581.8944234882756, -1535.5748801769532, - -714.9055764190744, + -714.9055764190753, 578.2096782472936, - 1625.798532062332, + 1625.7985320623402, 1517.3069140465868 ], "relative wind speed": [ - 3.9720578310122603, + 3.9720578310122594, 3.5702578017496633, - 3.2749409158094407, + 3.2749409158094402, 3.3010458966552947, - 3.6278339515430518, + 3.6278339515430513, 4.023888892839855, 4.26769077966428, 4.247530880529243 ], "relative wind angle": [ - 0.12543029197554775, + 0.12543029197554953, 0.13319255693401102, 0.05303522688052542, 0.06930967879104277, - 0.1374037699834762, + 0.13740376998347537, 0.11810241615988537, - 0.04069032834565408, + 0.04069032834565135, 0.05384818101716022 ], "resistance": [ @@ -259526,7 +192153,7 @@ 95098.92511982308, 95919.59442358096, 97212.70967824732, - 98260.29853206236, + 98260.29853206237, 98151.80691404661 ], "fuel": [ @@ -259570,34 +192197,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 308.64066605860717, + 308.64066605860535, -578.9343003887489, - -1088.452109559979, + -1088.452109559982, -1069.4123501973936, - -512.8852077406009, + -512.8852077406, 385.5658397839861, 1130.9499185239301, 1086.5126671468279 ], "relative wind speed": [ - 3.162779534844421, + 3.1627795348444208, 2.8076170664681444, 2.5363025604648075, 2.550068115152269, - 2.837560376753356, + 2.8375603767533564, 3.189390174598923, 3.4091190356939722, 3.398834489326465 ], "relative wind angle": [ - 0.138642324976615, + 0.1386423249766158, 0.15206495981973592, - 0.06485184500667789, - 0.07569547140852982, - 0.15465360299558545, + 0.06485184500668131, + 0.07569547140852984, + 0.15465360299558542, 0.1337457134075205, 0.04823309944597636, - 0.05676885545176702 + 0.05676885545176703 ], "resistance": [ 96943.14066605864, @@ -259650,34 +192277,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 831.3521784586073, + 831.3521784586019, -236.89791894374048, - -1105.8635492421658, + -1105.8635492421672, -1321.4164237239165, - -993.0606545807386, + -993.0606545807373, -48.00195793117564, - 992.5196765382434, + 992.5196765382398, 1497.887595514374 ], "relative wind speed": [ - 3.667019277226833, + 3.6670192772268324, 3.326996816524666, - 2.9702224714349987, + 2.9702224714349983, 2.8324988745347124, 3.023166678766995, 3.3937677189217004, - 3.7100331019200934, + 3.710033101920094, 3.8162176658204197 ], "relative wind angle": [ - 0.10153176745747675, + 0.10153176745747895, 0.1483906321701188, 0.10928373618745328, 0.011915205166312016, - 0.12325564246524998, + 0.12325564246524907, 0.14545013361552495, - 0.08742896673569962, - 0.00884369014638665 + 0.08742896673570216, + 0.008843690146386649 ], "resistance": [ 97465.85217845859, @@ -259717,68 +192344,7 @@ "id": "4854", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.953759019312114, - 8.953759019312114, - 8.953759019312114, - 8.953759019312114, - 8.953759019312114, - 8.953759019312114, - 8.953759019312114, - 8.953759019312114 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 441.25127418127295, - -272.7136613133025, - -784.5387881353308, - -866.0371820044804, - -552.7562198077826, - 114.55956086469723, - 773.3966072188255, - 963.1358966652583 - ], - "relative wind speed": [ - 2.7493615201479122, - 2.4323497636839795, - 2.1317222096704467, - 2.0606990650265122, - 2.2797964153292383, - 2.615365192649885, - 2.865697277211225, - 2.917186971590429 - ], - "relative wind angle": [ - 0.1345062148943982, - 0.1771127628744281, - 0.11158320571726685, - 0.04507666705255612, - 0.16243488548644397, - 0.16460138348906325, - 0.08292689750648255, - 0.03183672522810964 - ], - "resistance": [ - 97075.75127418128, - 96361.78633868671, - 95849.96121186469, - 95768.46281799553, - 96081.74378019224, - 96749.05956086471, - 97407.89660721883, - 97597.63589666528 - ], - "fuel": [ - 40.7072241580886, - 40.3392164180259, - 40.076567363354094, - 40.03483547407254, - 40.1953885365773, - 40.53859803318119, - 40.879072376613315, - 40.97742556027089 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.21875 21.875, -34.21875 22.03125, -34.0625 22.03125, -34.0625 21.875, -34.21875 21.875))", @@ -259810,9 +192376,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 850.2832504536714, + 850.2832504536677, -137.117650440357, - -979.3730051337752, + -979.3730051337739, -1216.7099556654225, -965.4301416648464, -113.8002559661636, @@ -259830,9 +192396,9 @@ 3.5753604263089844 ], "relative wind angle": [ - 0.10316439998451685, - 0.16037027731068304, - 0.12722955085527357, + 0.103164399984519, + 0.16037027731068307, + 0.12722955085527268, 0.0017471194304729725, 0.1292335055939973, 0.15990907340674526, @@ -259840,7 +192406,7 @@ 0.001261207793341534 ], "resistance": [ - 97484.7832504537, + 97484.78325045368, 96497.38234955966, 95655.12699486624, 95417.79004433459, @@ -259850,7 +192416,7 @@ 98060.57567752275 ], "fuel": [ - 42.1718716561971, + 42.171871656197084, 41.661922922130444, 41.229802556786645, 41.10851319715715, @@ -259877,68 +192443,7 @@ "id": "4856", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.815868966111667, - 6.815868966111667, - 6.815868966111667, - 6.815868966111667, - 6.815868966111667, - 6.815868966111667, - 6.815868966111667, - 6.815868966111667 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 352.2330448060743, - -237.06781978983759, - -637.824596958695, - -686.3239234208323, - -396.25613963874025, - 164.73877388050983, - 702.3812198380997, - 814.0138033313997 - ], - "relative wind speed": [ - 2.1717319221553466, - 1.8252311174944347, - 1.4935261974163812, - 1.4348299747317204, - 1.7077778795372265, - 2.073995225470695, - 2.3242857666767627, - 2.360971785336833 - ], - "relative wind angle": [ - 0.19405903801705232, - 0.2571466776645221, - 0.1598122705210021, - 0.08938509827541441, - 0.24776032794957792, - 0.2257296667179548, - 0.10243372683298804, - 0.054276214608498644 - ], - "resistance": [ - 96986.73304480605, - 96397.43218021015, - 95996.67540304128, - 95948.17607657916, - 96238.24386036124, - 96799.2387738805, - 97336.88121983809, - 97448.51380333139 - ], - "fuel": [ - 39.702611712985416, - 39.398919628300895, - 39.193130626470385, - 39.16826671255653, - 39.317104722253056, - 39.60584768477395, - 39.883670141917335, - 39.94149024264511 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.21875 21.71875, -34.21875 21.875, -34.0625 21.875, -34.0625 21.71875, -34.21875 21.71875))", @@ -259957,68 +192462,7 @@ "id": "4857", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.50403256309719, - 9.50403256309719, - 9.50403256309719, - 9.50403256309719, - 9.50403256309719, - 9.50403256309719, - 9.50403256309719, - 9.50403256309719 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 694.4402143600696, - -149.8938561870491, - -844.2921592826369, - -1026.749592723906, - -776.5468415063106, - -36.843048420686955, - 791.6888135407012, - 1216.9461597632594 - ], - "relative wind speed": [ - 2.992958880138595, - 2.6604646220939503, - 2.2972846577590733, - 2.1472955219374987, - 2.3385174186901025, - 2.71079224034303, - 3.0247230909526692, - 3.1329839637611707 - ], - "relative wind angle": [ - 0.12279969847887101, - 0.186332821045874, - 0.14432664288881278, - 0.011921612868267394, - 0.15742024526636633, - 0.1828339774726776, - 0.10945470257402716, - 0.008170774150715668 - ], - "resistance": [ - 97328.94021436006, - 96484.60614381294, - 95790.20784071735, - 95607.75040727608, - 95857.95315849368, - 96597.6569515793, - 97426.18881354069, - 97851.44615976325 - ], - "fuel": [ - 41.133650101735824, - 40.6978539192866, - 40.34143382388662, - 40.24807991037405, - 40.376127091209916, - 40.75605036329066, - 41.184014541132704, - 41.40466606016392 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.375 21.5625, -34.375 21.71875, -34.21875 21.71875, -34.21875 21.5625, -34.375 21.5625))", @@ -260050,19 +192494,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 467.21028887685475, + 467.2102888768534, -130.55049484132587, - -581.0653837316188, + -581.0653837316191, -680.318615569772, - -448.166020015452, + -448.16602001545175, 90.24352614149802, 662.3409619539657, 890.3748709259557 ], "relative wind speed": [ - 2.087351957693162, + 2.0873519576931616, 1.72684970081335, - 1.3284055608840963, + 1.3284055608840961, 1.1908395373188376, 1.464695848203493, 1.8762628370862295, @@ -260070,13 +192514,13 @@ 2.2548333240814675 ], "relative wind angle": [ - 0.20842347532571642, + 0.20842347532571695, 0.3135371087847625, - 0.24429586404834525, + 0.24429586404834572, 0.06572299801448822, - 0.2993304051074155, + 0.29933040510741504, 0.2878217854294419, - 0.14815765372374667, + 0.1481576537237467, 0.03469209952619552 ], "resistance": [ @@ -260117,68 +192561,7 @@ "id": "4859", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.370265003775867, - 8.370265003775867, - 8.370265003775867, - 8.370265003775867, - 8.370265003775867, - 8.370265003775867, - 8.370265003775867, - 8.370265003775867 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 580.5101392078591, - -228.21318464569094, - -835.8138563229602, - -959.397086187698, - -640.7892515115609, - 96.40081023134053, - 862.2198124522588, - 1147.9674129364748 - ], - "relative wind speed": [ - 2.674296931567426, - 2.3024273208034245, - 1.9181598158948847, - 1.7990022959100354, - 2.0571458919354444, - 2.4662809514156705, - 2.775675813128025, - 2.854348268555931 - ], - "relative wind angle": [ - 0.162546478303075, - 0.23139838619860412, - 0.16442272421288284, - 0.04671819476102955, - 0.21196538607881016, - 0.21577257576871567, - 0.11335737467866644, - 0.029438491119054003 - ], - "resistance": [ - 97215.0101392079, - 96406.28681535434, - 95798.68614367707, - 95675.10291381233, - 95993.71074848846, - 96730.90081023137, - 97496.71981245228, - 97782.4674129365 - ], - "fuel": [ - 40.48771241345283, - 40.070585696929065, - 39.75879595874874, - 39.69554745626027, - 39.8587229569445, - 40.23772408935346, - 40.63358533918502, - 40.781850839136084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.0625 21.71875, -34.0625 21.875, -33.90625 21.875, -33.90625 21.71875, -34.0625 21.71875))", @@ -260210,39 +192593,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 785.2237301039468, + 785.2237301039431, -253.19948925847984, - -1084.4679518480625, - -1282.0012793696274, + -1084.4679518480661, + -1282.00127936962, -944.6417979747134, -19.106926403781472, - 985.0543244645351, + 985.0543244645378, 1447.8088157172715 ], "relative wind speed": [ - 3.5801618893640788, + 3.5801618893640783, 3.2397377021766145, - 2.887419712784456, - 2.757893680266625, - 2.9547573669501834, + 2.8874197127844554, + 2.7578936802666245, + 2.954757366950184, 3.3244924233176913, 3.6346881095666346, 3.73392189258784 ], "relative wind angle": [ - 0.10505182034360397, - 0.1512229782762484, - 0.10924411770239842, - 0.015539255782871087, - 0.12739745026106794, + 0.10505182034360504, + 0.15122297827624842, + 0.10924411770240047, + 0.015539255782863944, + 0.12739745026106883, 0.14733917475571506, - 0.08672037268206206, + 0.08672037268206079, 0.011477163341337231 ], "resistance": [ 97419.72373010394, 96381.30051074152, - 95550.03204815194, + 95550.03204815193, 95352.49872063038, 95689.85820202528, 96615.39307359622, @@ -260252,7 +192635,7 @@ "fuel": [ 42.54738618409992, 42.01143665453852, - 41.58529520139316, + 41.58529520139315, 41.48440981963426, 41.65679580035573, 42.13190586445883, @@ -260290,9 +192673,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1005.6494336462824, + 1005.6494336462761, 33.75673513427546, - -878.0364329277995, + -878.0364329278004, -1234.7307050457448, -1056.2788483543754, -263.9107200574458, @@ -260300,9 +192683,9 @@ 1421.5499236548026 ], "relative wind speed": [ - 3.3766846276733187, + 3.3766846276733182, 3.0534408599958476, - 2.6527055270777655, + 2.652705527077765, 2.425185938387514, 2.5562301166844352, 2.934759001812182, @@ -260310,14 +192693,14 @@ 3.472000093383825 ], "relative wind angle": [ - 0.09716138375028942, + 0.09716138375029286, 0.17230379326505094, 0.15625036611777485, - 0.024854164601818454, - 0.1284980491018259, - 0.1793459293842751, - 0.1253652268681048, - 0.017359674713295623 + 0.02485416460181845, + 0.12849804910182594, + 0.17934592938427513, + 0.12536522686810483, + 0.017359674713295626 ], "resistance": [ 97640.14943364631, @@ -260370,40 +192753,40 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 671.5206840533965, + 671.5206840533947, -165.535814877931, - -838.275735597844, - -1006.9055500229806, + -838.2757355978445, + -1006.9055500229781, -737.3416264151022, 2.653012243307785, 816.844800355062, 1208.5051293634847 ], "relative wind speed": [ - 2.8546635726392684, + 2.854663572639268, 2.504195932979738, 2.123931313061927, - 1.9749172548537308, + 1.9749172548537306, 2.190075177522113, 2.5835123621534772, 2.9042123155077944, 3.0075297559015284 ], "relative wind angle": [ - 0.1383815016520382, + 0.1383815016520398, 0.20769494802435823, - 0.15910067722616134, - 0.0205094585749921, + 0.15910067722616203, + 0.020509458574986688, 0.18078199502007133, 0.2012295660675893, - 0.11612531077672104, + 0.11612531077672106, 0.013467154654723163 ], "resistance": [ 97306.02068405342, 96468.9641851221, 95796.22426440219, - 95627.59444997704, + 95627.59444997706, 95897.15837358493, 96637.15301224333, 97451.34480035509, @@ -260413,7 +192796,7 @@ 40.833277312374086, 40.401297443740184, 40.05600618987205, - 39.969719031410094, + 39.9697190314101, 40.107704365519304, 40.48788537451659, 40.90854036516229, @@ -260450,40 +192833,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 946.3907931147296, + 946.3907931147269, 217.6416784479634, - -558.7556956191165, - -965.4987642985866, + -558.755695619117, + -965.4987642985877, -908.2511573640634, -365.3277737634562, - 443.98334845724185, + 443.98334845724094, 1079.0166019380354 ], "relative wind speed": [ - 2.9298367073086955, + 2.929836707308695, 2.6641760801206513, - 2.2809900500207387, - 2.0022999280514053, + 2.2809900500207383, + 2.0022999280514058, 2.053280752922456, 2.3879009183649607, 2.7562636618294794, 2.964911462411753 ], "relative wind angle": [ - 0.08248401536420492, + 0.08248401536420627, 0.1819630300816746, 0.1943016989949294, - 0.07034350476174345, - 0.11783595299529344, + 0.07034350476174661, + 0.11783595299529345, 0.2032947282944372, - 0.16047550122476595, + 0.16047550122476667, 0.0474839017066522 ], "resistance": [ 97580.89079311474, 96852.14167844798, 96075.7443043809, - 95669.00123570143, + 95669.00123570142, 95726.24884263595, 96269.17222623655, 97078.48334845726, @@ -260493,7 +192876,7 @@ 40.95438674026328, 40.5774088620164, 40.17795699587109, - 39.969585435454476, + 39.96958543545446, 39.998875749453646, 40.27726472250085, 40.69428258269227, @@ -260530,9 +192913,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 506.5730785449284, - -55.27264856327838, - -508.21548515605366, + 506.57307854492774, + -55.272648563277926, + -508.2154851560539, -634.6880965577334, -458.8759214416357, 26.720478876933612, @@ -260541,8 +192924,8 @@ ], "relative wind speed": [ 2.023878643485624, - 1.6822900285274363, - 1.2739149669036223, + 1.6822900285274365, + 1.273914966903622, 1.0869906272071812, 1.3284131196330258, 1.7408809378838965, @@ -260550,12 +192933,12 @@ 2.1631499153628018 ], "relative wind angle": [ - 0.2001494788664963, - 0.32563904632354906, - 0.2854612952489422, - 0.02839535057850564, + 0.20014947886649742, + 0.3256390463235494, + 0.2854612952489426, + 0.028395350578505642, 0.307736330440042, - 0.314296290559491, + 0.31429629055949104, 0.1751541571455969, 0.01426733261916769 ], @@ -260610,37 +192993,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 545.5444435501508, + 545.5444435501486, -196.60916139206938, - -749.1566779254078, + -749.1566779254083, -861.2986243464181, -562.2551314884981, 113.99903490979386, - 817.6518763482322, + 817.6518763482327, 1075.7834484418336 ], "relative wind speed": [ - 2.415396561182302, + 2.415396561182301, 2.0311326524627504, 1.62398795679468, 1.4971296961840552, 1.780341878525922, 2.2086778625014842, - 2.523176741409594, + 2.5231767414095936, 2.6004538882680333 ], "relative wind angle": [ - 0.18973036285403505, - 0.2753654710945398, - 0.20179133720805062, + 0.18973036285403563, + 0.27536547109453985, + 0.20179133720805117, 0.06145876196009717, 0.25874376179320874, 0.2527236379971743, - 0.1293594497655542, + 0.12935944976555247, 0.03536805573155622 ], "resistance": [ - 97180.04444355016, + 97180.04444355014, 96437.89083860793, 95885.3433220746, 95773.20137565359, @@ -260650,7 +193033,7 @@ 97710.28344844183 ], "fuel": [ - 40.02109577521519, + 40.02109577521517, 39.63830931000422, 39.35464847307757, 39.29721694242498, @@ -260690,9 +193073,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 458.86235837533195, + 458.8623583753317, -29.067673555640795, - -417.33145287776154, + -417.3314528777618, -528.4966499834029, -372.9324807786853, 44.99479838303546, @@ -260702,7 +193085,7 @@ "relative wind speed": [ 1.7903031057887158, 1.449397659228277, - 1.0246615882932086, + 1.0246615882932082, 0.8174814945486821, 1.0859815782279783, 1.5112205743275344, @@ -260710,13 +193093,13 @@ 1.9277617085412047 ], "relative wind angle": [ - 0.23465727627259117, - 0.39320369905290126, - 0.3685010901372149, - 0.04080533822005427, + 0.23465727627259167, + 0.3932036990529013, + 0.36850109013721427, + 0.04080533822005426, 0.39337256571619134, - 0.37629284328076296, - 0.20352854302473022, + 0.376292843280763, + 0.20352854302473025, 0.017299864315735835 ], "resistance": [ @@ -260770,11 +193153,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 658.926767382889, + 658.9267673828876, 105.74095374246644, - -408.5491606378728, + -408.5491606378731, -632.3870648327652, - -534.366955153678, + -534.3669551536781, -103.68026762443446, 471.2913789680806, 883.9920057380778 @@ -260782,7 +193165,7 @@ "relative wind speed": [ 2.0391946506328433, 1.7264276728482604, - 1.2852593937485965, + 1.2852593937485963, 0.9750096918254907, 1.1347204659879933, 1.5701442129706913, @@ -260790,11 +193173,11 @@ 2.120203164781143 ], "relative wind angle": [ - 0.17080890441565902, + 0.170808904415661, 0.33866144470811954, - 0.36979008077995273, + 0.3697900807799531, 0.08560681868944663, - 0.3104304123854814, + 0.31043041238548175, 0.3739471998786842, 0.2408010764680251, 0.03932975085754415 @@ -260850,9 +193233,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 536.7033767961052, + 536.7033767961034, -194.19038646337413, - -734.4635885013937, + -734.4635885013938, -842.0568359269276, -542.4401492243667, 124.86109135178003, @@ -260860,27 +193243,27 @@ 1064.3915843313212 ], "relative wind speed": [ - 2.357900169662877, + 2.3579001696628765, 1.9677227683519398, - 1.5527725925421978, + 1.5527725925421976, 1.4258110688013752, 1.7201629473164892, 2.1556254039897915, - 2.4713459999090683, + 2.471345999909069, 2.546707005428825 ], "relative wind angle": [ - 0.1988846707002011, - 0.2892102579897517, - 0.2126876649733948, - 0.06853874967761314, + 0.19888467070020166, + 0.28921025798975164, + 0.21268766497339534, + 0.06853874967761313, 0.2742509314704051, 0.263369479476342, - 0.13302059534438224, + 0.13302059534438307, 0.03835178411530061 ], "resistance": [ - 97171.2033767961, + 97171.20337679608, 96440.3096135366, 95900.03641149859, 95792.44316407306, @@ -260890,7 +193273,7 @@ 97698.8915843313 ], "fuel": [ - 39.92436895726192, + 39.924368957261905, 39.547398803437645, 39.27002201995134, 39.214913232619146, @@ -260930,9 +193313,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 662.9410542525263, + 662.9410542525254, 41.03988265767407, - -521.7192240218897, + -521.71922402189, -737.3118519513515, -608.1739438249194, -102.58730232989046, @@ -260942,7 +193325,7 @@ "relative wind speed": [ 2.2831238400768936, 1.9665995031837928, - 1.5556682269397886, + 1.5556682269397883, 1.3108385409795744, 1.4741791475092396, 1.8757251989979198, @@ -260950,11 +193333,11 @@ 2.380663971996272 ], "relative wind angle": [ - 0.15165548967499595, + 0.15165548967499745, 0.2755709708244651, - 0.26792237771432365, + 0.26792237771432403, 0.03609964584961275, - 0.2361651987444636, + 0.23616519874446357, 0.28929732001709013, 0.18587834964814565, 0.019874138043650062 @@ -261010,31 +193393,31 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 773.8235394977978, + 773.8235394977953, 171.25776892585645, -419.1303849240621, -704.9364237715748, - -625.5920789197296, + -625.5920789197295, -172.1766646575643, 467.07525124231483, 955.621932642606 ], "relative wind speed": [ - 2.1848912675417638, + 2.1848912675417633, 1.8759935086874904, 1.4205677522652929, 1.0720061113309716, - 1.1924114863987512, + 1.1924114863987514, 1.6359227852311156, 2.04391346810472, 2.246418905980134 ], "relative wind angle": [ - 0.1499949108018279, + 0.14999491080183014, 0.3194803129718072, - 0.3647648309531348, + 0.3647648309531351, 0.11918572381099352, - 0.27735297330024217, + 0.2773529733002434, 0.3684429086474562, 0.2505485676335392, 0.05677215457282685 @@ -261090,30 +193473,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 717.1600616695312, + 717.1600616695293, 81.90063977616273, - -498.24588821237546, - -734.9763611422686, + -498.2458882123756, + -734.9763611422692, -610.4506639629705, -104.61972308396525, 551.1567180362747, 1003.3469301545608 ], "relative wind speed": [ - 2.2164099835159194, + 2.216409983515919, 1.883240585789558, 1.430694489108381, - 1.1365988288173101, + 1.1365988288173103, 1.312932543615354, 1.7577457083288022, 2.142283444819623, 2.3117976082357297 ], "relative wind angle": [ - 0.16724474004518283, + 0.16724474004518416, 0.3175883980318099, - 0.3293524444633408, - 0.05837152475255405, + 0.3293524444633411, + 0.05837152475255786, 0.2848543721309811, 0.3411505518499833, 0.21771435624880134, @@ -261170,37 +193553,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1243.4874518934507, + 1243.4874518934175, 803.1186916549163, - -16.656212753880027, - -736.9063651141469, + -16.65621275388048, + -736.9063651141473, -980.1358450595044, -789.8594885355819, -104.70167942725857, 726.3272414222165 ], "relative wind speed": [ - 2.8382983770626673, + 2.838298377062667, 2.715818703047612, 2.3628258722191844, - 1.9307812838074843, + 1.9307812838074845, 1.7021261055791874, 1.8914279602214632, 2.317374560597054, 2.6879833687412313 ], "relative wind angle": [ - 0.008253838590121547, + 0.008253838590148449, 0.14229896390400854, - 0.24281936448479333, - 0.21837195401689918, + 0.2428193644847938, + 0.21837195401689968, 0.013763569138009114, 0.2050662366567625, 0.24768065641661968, 0.15624810394621882 ], "resistance": [ - 97877.9874518935, + 97877.98745189347, 97437.61869165496, 96617.84378724617, 95897.5936348859, @@ -261210,7 +193593,7 @@ 97360.82724142226 ], "fuel": [ - 40.737670577144016, + 40.737670577144, 40.50914715086505, 40.08565800980185, 39.71564625637642, @@ -261250,9 +193633,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1483.397716044241, + 1483.3977160442028, 993.1476438017908, - 9.054380546663651, + 9.054380546663197, -875.2826544634388, -1193.8639912173824, -982.0857496124001, @@ -261260,7 +193643,7 @@ 838.5922559161845 ], "relative wind speed": [ - 3.162701417580934, + 3.1627014175809336, 3.0403282624847003, 2.66609342157689, 2.2015962966506355, @@ -261270,17 +193653,17 @@ 2.990091265540039 ], "relative wind angle": [ - 0.013261857109258434, - 0.13219537951739607, - 0.23033731074052693, + 0.013261857109283551, + 0.1321953795173961, + 0.2303373107405274, 0.21051935975098915, 0.021560110568972113, 0.18912122570361004, - 0.237747429628965, - 0.1544760958512456 + 0.23774742962896547, + 0.15447609585124564 ], "resistance": [ - 98117.89771604423, + 98117.89771604419, 97627.64764380177, 96643.55438054664, 95759.21734553654, @@ -261290,7 +193673,7 @@ 97473.09225591617 ], "fuel": [ - 41.37404437707663, + 41.3740443770766, 41.119243560026035, 40.610473868867885, 40.156351670511626, @@ -261330,13 +193713,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1002.0065927277801, + 1002.006592727776, 522.9472357683226, - -168.900573515715, + -168.90057351571545, -696.2558481892715, -811.7151859919696, -549.6606021514965, - 74.8413088773741, + 74.84130887737388, 735.6224383568251 ], "relative wind speed": [ @@ -261350,13 +193733,13 @@ 2.4835952020782632 ], "relative wind angle": [ - 0.028035988546209725, + 0.028035988546213687, 0.17416487337957923, - 0.2553246397119061, - 0.18996521123219345, + 0.25532463971190694, + 0.18996521123219348, 0.04689021947256337, - 0.23520813723773795, - 0.23867809521184283, + 0.23520813723773798, + 0.23867809521184333, 0.1267299069034496 ], "resistance": [ @@ -261410,51 +193793,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1274.7837722262043, + 1274.7837722261847, 820.0194596303991, - -19.1762671862989, + -19.176267186299356, -754.4290473751175, - -1000.9199563421782, + -1000.9199563421819, -804.3977370869211, - -102.25136273140288, + -102.25136273140379, 747.5186069058814 ], "relative wind speed": [ - 2.8616428169480135, + 2.861642816948013, 2.7362232071557657, 2.376962953713505, 1.9375693192689394, 1.7059028228615156, 1.9005753374857992, - 2.3343416993899195, + 2.334341699389919, 2.7101529820039207 ], "relative wind angle": [ - 0.007681833080807332, + 0.007681833080821785, 0.14416110411301167, - 0.24558599858580443, + 0.24558599858580488, 0.2207113347937924, - 0.012886463623395792, + 0.012886463623404409, 0.2083316782766728, - 0.2501650164189414, + 0.25016501641894096, 0.1571613073007392 ], "resistance": [ - 97909.28377222625, + 97909.28377222623, 97454.51945963045, 96615.32373281375, 95880.07095262493, - 95633.58004365787, + 95633.58004365786, 95830.10226291312, 96532.24863726864, 97382.01860690593 ], "fuel": [ - 40.776858756494164, + 40.77685875649416, 40.540824173012695, 40.107279937614315, 39.729588350862734, - 39.603418804371614, + 39.6034188043716, 39.70399296318702, 40.06450433589447, 40.50326545501434 @@ -261490,19 +193873,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1986.6472385356365, + 1986.6472385354991, 1223.035353563827, - -131.3341451749502, + -131.33414517495294, -1304.5155039511296, - -1659.0035736909945, + -1659.0035736910381, -1331.814557683605, -176.898882083211, 1183.8616074872007 ], "relative wind speed": [ - 4.010199284077895, + 4.010199284077894, 3.857887326083148, - 3.4515336298243855, + 3.451533629824385, 2.9851258758530683, 2.7632526133762094, 2.972199300618369, @@ -261510,31 +193893,31 @@ 3.847893814629213 ], "relative wind angle": [ - 0.0020046812944920053, + 0.0020046812945473873, 0.11304300651688579, - 0.18163420618392226, - 0.15015463684102923, - 0.0029093168714483075, + 0.18163420618392287, + 0.1501546368410292, + 0.002909316871486468, 0.14694473315258474, 0.18247954380950723, - 0.11631207223162894 + 0.11631207223162895 ], "resistance": [ - 98621.14723853562, + 98621.14723853549, 97857.53535356381, - 96503.16585482504, + 96503.16585482503, 95329.98449604886, - 94975.496426309, + 94975.49642630895, 95302.68544231637, 96457.60111791677, 97818.36160748718 ], "fuel": [ - 43.53587280806512, + 43.53587280806505, 43.1379543200971, - 42.43752874734814, + 42.437528747348125, 41.83632337725023, - 41.65567092159534, + 41.65567092159531, 41.82239475049162, 42.41408317170022, 43.117599373816944 @@ -261570,11 +193953,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2397.1919083865487, + 2397.1919083864304, 1545.4001778630627, - -117.99926065501859, + -117.99926065502041, -1604.897665782696, - -2095.5571944461126, + -2095.557194446088, -1732.2192780399491, -331.15207874964744, 1363.4392299655683 @@ -261590,31 +193973,31 @@ 4.60396872059085 ], "relative wind angle": [ - 0.0063629860154373555, - 0.09085547936583643, - 0.14835539384608903, - 0.12357656159313717, - 0.008618300500134998, + 0.006362986015472252, + 0.09085547936583642, + 0.1483553938460898, + 0.12357656159313718, + 0.008618300500122116, 0.1135125404252521, - 0.15051097397431018, - 0.10101913393081866 + 0.1505109739743102, + 0.10101913393081864 ], "resistance": [ - 99031.69190838652, + 99031.6919083864, 98179.90017786303, 96516.50073934495, 95029.60233421727, - 94538.94280555386, + 94538.94280555389, 94902.28072196002, 96303.34792125033, 97997.93922996554 ], "fuel": [ - 46.041741550405206, + 46.04174155040515, 45.596711006957435, 44.735428624995045, 43.974250749741984, - 43.72487600575953, + 43.72487600575955, 43.90945423952961, 44.62580560324801, 45.50199292549692 @@ -261650,9 +194033,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1745.9857722709394, + 1745.9857722709385, 1068.0788288875829, - -106.60525078889532, + -106.60525078889486, -1116.018398908158, -1418.329648803675, -1126.976737315391, @@ -261660,24 +194043,24 @@ 1052.2972054162665 ], "relative wind speed": [ - 3.579230656938051, + 3.5792306569380505, 3.4282640337356263, 3.027873533407035, 2.5632416222701213, 2.341222948533127, 2.557190392852686, 3.0206288841889424, - 3.423742013669455 + 3.4237420136694547 ], "relative wind angle": [ 0.0010339296465836586, 0.1272544652253888, - 0.20588683119615162, + 0.20588683119615103, 0.17263834476356077, 0.0015806583360522153, 0.17097373761778878, 0.20638775217054156, - 0.12896470529382675 + 0.1289647052938259 ], "resistance": [ 98380.48577227094, @@ -261730,9 +194113,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2241.751613866605, + 2241.7516138663977, 1461.0506760935114, - -100.86590960726335, + -100.8659096072679, -1507.528478660769, -1980.8483059120972, -1648.2484820621303, @@ -261750,17 +194133,17 @@ 4.557823261389025 ], "relative wind angle": [ - 0.007135183496912352, + 0.007135183496974592, 0.08574277121004702, - 0.14058664291979503, - 0.11732095757992389, + 0.14058664291979664, + 0.1173209575799239, 0.00950989807690294, 0.10607670405828805, 0.14286691093617918, 0.09708139458899001 ], "resistance": [ - 98876.25161386663, + 98876.2516138664, 98095.55067609352, 96533.63409039275, 95126.97152133925, @@ -261770,7 +194153,7 @@ 97894.60958259064 ], "fuel": [ - 45.904687607472454, + 45.90468760747234, 45.49714774405403, 44.688606935326284, 43.96820398274454, @@ -261797,68 +194180,7 @@ "id": "4910", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 60209.30126767346, - "wind resistance": [ - 3067.522373795, - 1474.4468717287273, - -899.2274430288926, - -2692.9659745373683, - -3028.471599574077, - -2134.4244218082276, - 45.704986610388005, - 2267.398166417839 - ], - "relative wind speed": [ - 7.841776670304611, - 7.657670600232965, - 7.301766903867811, - 6.974231197785935, - 6.881228084732255, - 7.085537543430935, - 7.4517757200966726, - 7.759179112565386 - ], - "relative wind angle": [ - 0.009585208589836303, - 0.05131381904320135, - 0.06582605007257232, - 0.041087639196597546, - 0.010923254969673649, - 0.055461329544859155, - 0.06449907168961282, - 0.03692906104056904 - ], - "resistance": [ - 63276.82364146846, - 61683.74813940219, - 59310.07382464457, - 57516.335293136086, - 57180.82966809938, - 58074.876845865234, - 60255.00625428384, - 62476.69943409129 - ], - "fuel": [ - 44.61067839622469, - 43.992502488160426, - 43.088941827154386, - 42.42004686038653, - 42.29626407557819, - 42.62704648655709, - 43.44612710159686, - 44.2990183292323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 26.875, -48.75 27.5, -48.125 27.5, -48.125 26.875, -48.75 26.875))", @@ -261877,68 +194199,7 @@ "id": "4912", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 95212.24506796694, - "wind resistance": [ - 76.41580065540256, - -2019.8418493912359, - -2899.9875450143554, - -2595.9997882381176, - -898.7440042136295, - 1373.007083207045, - 2916.3155573297117, - 2190.856773475207 - ], - "relative wind speed": [ - 7.452749155807675, - 7.101992465255947, - 6.90326412678373, - 6.98742663008023, - 7.297992493639479, - 7.6397557186115534, - 7.819789563183337, - 7.74467775351924 - ], - "relative wind angle": [ - 0.06153132742528677, - 0.05337366351612052, - 0.011230889090507347, - 0.03854132693738643, - 0.06283782439909384, - 0.04961348260491412, - 0.00991451668430453, - 0.03477127083980152 - ], - "resistance": [ - 95288.66086862235, - 93192.40321857571, - 92312.25752295258, - 92616.24527972883, - 94313.50106375331, - 96585.25215117399, - 98128.56062529665, - 97403.10184144214 - ], - "fuel": [ - 59.033997001711676, - 57.972828028368916, - 57.53215403102648, - 57.68402967517837, - 58.53831692542225, - 59.6985430234585, - 60.4976941658805, - 60.12093550013988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 26.875, -48.125 27.5, -47.5 27.5, -47.5 26.875, -48.125 26.875))", @@ -261957,68 +194218,7 @@ "id": "4913", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 87879.25618593418, - "wind resistance": [ - 734.0438033886421, - -1719.4638583826272, - -3119.4571075497443, - -3076.5034782485855, - -1561.906166058383, - 916.3406397698818, - 2945.2791439260145, - 2843.00389072689 - ], - "relative wind speed": [ - 7.558936139002836, - 7.166803642127448, - 6.884493904477147, - 6.89643164535303, - 7.194459274056909, - 7.585162183814879, - 7.8422894284005835, - 7.831793559623483 - ], - "relative wind angle": [ - 0.0634172572465471, - 0.06532957754077826, - 0.02652999476796256, - 0.030397458482194568, - 0.06663467264422171, - 0.06172161704337336, - 0.02328920323539715, - 0.026766121974942915 - ], - "resistance": [ - 88613.29998932283, - 86159.79232755155, - 84759.79907838444, - 84802.75270768559, - 86317.3500198758, - 88795.59682570407, - 90824.5353298602, - 90722.26007666107 - ], - "fuel": [ - 55.71166221285184, - 54.53222016815175, - 53.86925736159445, - 53.889489480622586, - 54.60728774375497, - 55.80018932126885, - 56.79383092495277, - 56.743376567674204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 26.25, -48.125 26.875, -47.5 26.875, -47.5 26.25, -48.125 26.25))", @@ -262037,68 +194237,7 @@ "id": "4915", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.38103883440564, - 13.38103883440564, - 13.38103883440564, - 13.38103883440564, - 13.38103883440564, - 13.38103883440564, - 13.38103883440564, - 13.38103883440564 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -126.48028480521498, - -1162.3009830832043, - -1482.691415793297, - -1215.8285215555834, - -216.2621521173378, - 972.1300236283023, - 1676.385023746402, - 1048.4865019964554 - ], - "relative wind speed": [ - 3.763614209224793, - 3.397848360101206, - 3.2246035331386764, - 3.3756408783496785, - 3.7352460276812787, - 4.070808436286958, - 4.209368938125655, - 4.089242407048296 - ], - "relative wind angle": [ - 0.13120419136944847, - 0.10564166353573957, - 0.0044371507853609715, - 0.10031283420499915, - 0.13220647562171658, - 0.0881277662771481, - 0.0033990920995613347, - 0.08276318442761128 - ], - "resistance": [ - 96508.01971519481, - 95472.19901691683, - 95151.80858420674, - 95418.67147844445, - 96418.23784788269, - 97606.63002362833, - 98310.88502374644, - 97682.98650199648 - ], - "fuel": [ - 43.357027292877135, - 42.825929972550554, - 42.66246431408895, - 42.798593234806255, - 43.3108353241105, - 43.924681545606504, - 44.29093384652796, - 43.96430201762223 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 25, -50 25.625, -49.375 25.625, -49.375 25, -50 25))", @@ -262117,68 +194256,7 @@ "id": "4918", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.570872305275378, - 9.570872305275378, - 9.570872305275378, - 9.570872305275378, - 9.570872305275378, - 9.570872305275378, - 9.570872305275378, - 9.570872305275378 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -214.10508907239682, - -862.5584505143856, - -1009.1357824713414, - -718.2762138345984, - 26.828304061203198, - 821.8566270143988, - 1163.4244770973992, - 614.955410500133 - ], - "relative wind speed": [ - 2.647397997966501, - 2.303883982694435, - 2.184464120856773, - 2.3905444432038143, - 2.7539151041522487, - 3.0471106239844588, - 3.133828499647735, - 2.9796076630291934 - ], - "relative wind angle": [ - 0.1803152815978925, - 0.12947700577133392, - 0.02476902116608177, - 0.15708589041957166, - 0.17326885455541577, - 0.09777845134935986, - 0.017264567432791117, - 0.12584450416288942 - ], - "resistance": [ - 96420.3949109276, - 95771.94154948561, - 95625.36421752867, - 95916.2237861654, - 96661.3283040612, - 97456.3566270144, - 97797.9244770974, - 97249.45541050013 - ], - "fuel": [ - 40.702068218466124, - 40.369330204742425, - 40.294334438079865, - 40.44322977262154, - 40.82609598651166, - 41.23689327958233, - 41.41410633488647, - 41.129759421916745 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 25, -49.375 25.625, -48.75 25.625, -48.75 25, -49.375 25))", @@ -262197,68 +194275,7 @@ "id": "4919", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.090857284252593, - 10.090857284252593, - 10.090857284252593, - 10.090857284252593, - 10.090857284252593, - 10.090857284252593, - 10.090857284252593, - 10.090857284252593 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -296.83197593063596, - -1061.866032744404, - -1218.2028989459495, - -828.5690131284709, - 92.26117682485847, - 1049.090557786063, - 1412.197654658592, - 713.7851533233043 - ], - "relative wind speed": [ - 2.7742053926864028, - 2.380733652225428, - 2.25845185566027, - 2.5152855356609027, - 2.937321067526038, - 3.2643801696040238, - 3.3501441506608787, - 3.161868006201028 - ], - "relative wind angle": [ - 0.19814145802394004, - 0.13795462753391619, - 0.03680011531977923, - 0.17781528981517147, - 0.18700417048987752, - 0.1004612775371503, - 0.02480521706231584, - 0.14117742402106656 - ], - "resistance": [ - 96337.66802406938, - 95572.6339672556, - 95416.29710105406, - 95805.93098687155, - 96726.76117682488, - 97683.59055778608, - 98046.69765465861, - 97348.28515332332 - ], - "fuel": [ - 40.95935562516411, - 40.56719851102951, - 40.487328096951046, - 40.68655596060222, - 41.159640601528295, - 41.654562761163945, - 41.84327243621084, - 41.48073754917877 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 25, -48.125 25.625, -47.5 25.625, -47.5 25, -48.125 25))", @@ -262277,68 +194294,7 @@ "id": "4923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.387343932140759, - 8.387343932140759, - 8.387343932140759, - 8.387343932140759, - 8.387343932140759, - 8.387343932140759, - 8.387343932140759, - 8.387343932140759 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 453.5254777699288, - -438.2192361050288, - -1002.1606750727799, - -1031.4380053053499, - -534.0817332489903, - 340.5590511940304, - 1131.7477809699817, - 1199.0792598160915 - ], - "relative wind speed": [ - 2.640986894798361, - 2.2013225999243784, - 1.8075259302256412, - 1.7786405920596668, - 2.1437673663766414, - 2.593208265970996, - 2.8815621303730476, - 2.8994806334783068 - ], - "relative wind angle": [ - 0.2060806238507201, - 0.25846113127339326, - 0.1417083669357241, - 0.11359768054098275, - 0.2548344494187225, - 0.21870726893531503, - 0.0887089182891208, - 0.06959108278302856 - ], - "resistance": [ - 97088.02547776992, - 96196.28076389496, - 95632.3393249272, - 95603.06199469464, - 96100.41826675099, - 96975.05905119401, - 97766.24778096996, - 97833.57925981608 - ], - "fuel": [ - 40.430268624478614, - 39.970879891691126, - 39.68188872886393, - 39.666917906884244, - 39.92167177775055, - 40.371909472517316, - 40.78164080528214, - 40.81661717259861 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 26.25, -46.875 26.875, -46.25 26.875, -46.25 26.25, -46.875 26.25))", @@ -262357,68 +194313,7 @@ "id": "4927", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.33362235727088, - 25.33362235727088, - 25.33362235727088, - 25.33362235727088, - 25.33362235727088, - 25.33362235727088, - 25.33362235727088, - 25.33362235727088 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2625.9569344912306, - 367.12540090571565, - -2017.90624743437, - -3174.427749737526, - -2955.0310544987733, - -1216.3019511164857, - 1294.9068491580365, - 3147.559677355952 - ], - "relative wind speed": [ - 7.504468612516498, - 7.188042719309152, - 6.777238878766725, - 6.51664997655764, - 6.5806187534092535, - 6.924856258389306, - 7.327388724102168, - 7.560083691137166 - ], - "relative wind angle": [ - 0.0367422090221605, - 0.07265795431063919, - 0.06826378559515014, - 0.020250228789143534, - 0.041903264746296055, - 0.07542454819408423, - 0.06313135390648902, - 0.017455009796465134 - ], - "resistance": [ - 99260.45693449127, - 97001.62540090576, - 94616.59375256568, - 93460.07225026251, - 93679.46894550127, - 95418.19804888355, - 97929.40684915808, - 99782.059677356 - ], - "fuel": [ - 59.18087608984092, - 58.00470827387315, - 56.78343509455744, - 56.198850150818686, - 56.309365695203184, - 57.191541001950874, - 58.48550410218674, - 59.45517159134066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 28.125, -35 28.75, -34.375 28.75, -34.375 28.125, -35 28.125))", @@ -262450,37 +194345,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 819.266694897273, + 819.266694897264, 441.1018300028304, - -124.0635864973633, + -124.06358649736399, -565.721406712356, - -669.6335734369038, + -669.633573436902, -470.4323077231427, - 34.47464504687332, + 34.47464504687355, 578.9291304997757 ], "relative wind speed": [ - 2.370037673507654, + 2.3700376735076536, 2.2304154075462153, 1.9220412982456248, 1.5892305156238762, - 1.4674907791794805, + 1.4674907791794802, 1.6720810000125057, 2.0190009927339423, 2.2901864834620436 ], "relative wind angle": [ - 0.02101611250137614, + 0.021016112501386706, 0.15958413472430635, - 0.23708730185683466, + 0.23708730185683563, 0.17966451711553713, - 0.03394561589289626, + 0.03394561589288972, 0.21358973846708865, - 0.22549923887536857, - 0.12432508346730695 + 0.2254992388753681, + 0.12432508346730696 ], "resistance": [ - 97453.76669489729, + 97453.76669489728, 97075.60183000285, 96510.43641350266, 96068.77859328766, @@ -262490,7 +194385,7 @@ 97213.42913049979 ], "fuel": [ - 39.97819472585368, + 39.97819472585367, 39.782504356485674, 39.49103803619896, 39.264094202760404, @@ -262530,9 +194425,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 817.7974089025795, + 817.7974089025454, 523.1423513507164, - -32.73136069786938, + -32.73136069786983, -524.0738505390932, -685.0106345316831, -558.570919289074, @@ -262550,17 +194445,17 @@ 2.4368093488768108 ], "relative wind angle": [ - 0.0063042119738557145, - 0.11266615911288302, - 0.18624395812175076, + 0.0063042119738909354, + 0.11266615911288304, + 0.18624395812175137, 0.1588471309711025, - 0.009258548234796838, - 0.14873665155099272, + 0.00925854823479684, + 0.14873665155099275, 0.18899306634405189, - 0.12298133911993236 + 0.12298133911993238 ], "resistance": [ - 97452.29740890258, + 97452.29740890255, 97157.64235135072, 96601.76863930213, 96110.42614946091, @@ -262570,7 +194465,7 @@ 97108.10048364851 ], "fuel": [ - 40.308586146942005, + 40.308586146941984, 40.15606573584423, 39.869212015517526, 39.61661637975843, @@ -262610,13 +194505,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 630.3227723568039, + 630.3227723567984, 601.3541241715202, - 171.53924952304078, + 171.53924952303942, -314.7012370371633, -592.4532000970732, -579.9954732355918, - -272.00969570392203, + -272.0096957039218, 221.3616096392616 ], "relative wind speed": [ @@ -262630,19 +194525,19 @@ 2.2520239003844282 ], "relative wind angle": [ - 0.05265872062953907, - 0.06384703399228865, - 0.15556267446995556, + 0.0526587206295454, + 0.06384703399228864, + 0.1555626744699577, 0.1723855824385911, - 0.07362754538522678, + 0.07362754538522677, 0.08827522876331682, - 0.1755515364437264, + 0.1755515364437258, 0.1489370491297315 ], "resistance": [ 97264.82277235683, 97235.85412417154, - 96806.03924952308, + 96806.03924952306, 96319.79876296286, 96042.04679990295, 96054.50452676443, @@ -262652,7 +194547,7 @@ "fuel": [ 40.10495470698906, 40.089965740007045, - 39.867937673809735, + 39.86793767380973, 39.61759073392635, 39.47498149777071, 39.48137165611968, @@ -262690,37 +194585,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 590.9771534991523, + 590.9771534991464, 915.1632543538058, 523.2651378808064, -115.65930933028085, -643.4404009477578, -782.2251934089577, - -596.183319137778, + -596.1833191377773, -36.70680265800047 ], "relative wind speed": [ - 2.7077663428650234, + 2.707766342865023, 2.800337534482636, 2.683061711517723, - 2.40405696014187, + 2.4040569601418698, 2.101267211725472, 1.9762166266866774, 2.1327218090535736, 2.4429147744075292 ], "relative wind angle": [ - 0.10264082898136942, + 0.10264082898137376, 0.007040647686805374, - 0.11404327600972422, - 0.17225878304623646, - 0.13242110871055168, - 0.009976818285082872, - 0.14365445118803416, + 0.11404327600972423, + 0.17225878304623585, + 0.13242110871055165, + 0.009976818285082874, + 0.1436544511880334, 0.16949201292805732 ], "resistance": [ - 97225.47715349917, + 97225.47715349916, 97549.66325435381, 97157.76513788082, 96518.84069066973, @@ -262730,7 +194625,7 @@ 96597.79319734202 ], "fuel": [ - 40.603981137197955, + 40.60398113719795, 40.77188715493202, 40.56896035933972, 40.23934747384587, @@ -262770,17 +194665,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -77.88664403762868, + -77.88664403763232, 638.1804881672188, - 1028.2601107622395, + 1028.2601107621804, 602.1345526263008, - -120.1654871345495, + -120.16548713454904, -730.455114465376, -896.5835757243276, -705.2164646291535 ], "relative wind speed": [ - 2.8161807487792765, + 2.816180748779276, 3.0810802603489047, 3.179737694535078, 3.069540088400495, @@ -262790,19 +194685,19 @@ 2.5177950462245855 ], "relative wind angle": [ - 0.14299099899105674, - 0.09015144467339654, - 0.0028405314138277, + 0.1429909989910583, + 0.09015144467339656, + 0.002840531413866785, 0.09467053163147991, - 0.14391092628886665, - 0.11102082998026461, + 0.14391092628886584, + 0.11102082998026462, 0.003799641914477133, 0.11550076772849976 ], "resistance": [ 96556.61335596237, 97272.68048816721, - 97662.76011076223, + 97662.76011076217, 97236.6345526263, 96514.33451286545, 95904.04488553462, @@ -262812,7 +194707,7 @@ "fuel": [ 41.01964264234432, 41.38925586463397, - 41.59140651543955, + 41.59140651543952, 41.37060438610911, 40.99787917376826, 40.68446728630614, @@ -262850,19 +194745,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 411.6709846488766, + 411.67098464887476, 950.8857604900322, - 780.5727825488575, + 780.572782548853, 113.31110131765763, - -578.6106415807922, + -578.6106415807935, -909.9211966633434, -837.5097796603509, -321.6183342445661 ], "relative wind speed": [ - 3.2233397997176834, + 3.2233397997176825, 3.3745537365280223, - 3.3342090589567497, + 3.3342090589567492, 3.120333554014064, 2.838109758178924, 2.656534122347993, @@ -262870,14 +194765,14 @@ 2.9509837301497304 ], "relative wind angle": [ - 0.0976500627752341, + 0.09765006277523408, 0.025272495344084083, - 0.05811642343985317, + 0.058116423439855076, 0.11535731737236063, - 0.11095592224044834, + 0.11095592224044934, 0.03210535336071591, 0.07160287975425625, - 0.12200953012781182 + 0.12200953012781184 ], "resistance": [ 97046.17098464888, @@ -262930,39 +194825,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -257.2595510491874, - 788.8043103011378, - 1428.0033612157522, - 933.0674495916419, + -257.25955104919285, + 788.8043103011369, + 1428.003361215694, + 933.0674495916501, -86.42915259787605, -1012.6770205038492, -1323.0667948849123, -1114.1018550809968 ], "relative wind speed": [ - 4.036096170753168, + 4.036096170753167, 4.313221069362214, 4.4362293741495975, - 4.346076607538928, + 4.346076607538927, 4.085636349613836, 3.791915174112434, 3.64724082297653, 3.754212940451989 ], "relative wind angle": [ - 0.09789972533085123, - 0.06880876148216811, - 0.005610156979335326, - 0.06017251491929947, + 0.09789972533085238, + 0.06880876148216812, + 0.005610156979355115, + 0.06017251491929579, 0.09670890941433588, - 0.07828666531074836, + 0.07828666531074835, 0.006823790088949818, 0.06967323189779324 ], "resistance": [ - 96377.24044895082, + 96377.2404489508, 97423.30431030114, - 98062.50336121576, + 98062.5033612157, 97567.56744959165, 96548.07084740212, 95621.82297949615, @@ -262970,9 +194865,9 @@ 95520.398144919 ], "fuel": [ - 44.28214519447216, + 44.28214519447214, 44.8220372682362, - 45.15394340237184, + 45.1539434023718, 44.89681351751899, 44.37003560779817, 43.89479279955252, @@ -263010,37 +194905,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 295.80779227177163, + 295.8077922717698, 943.1530300456584, 932.208028723489, 276.70220647998804, -489.4998685164164, -940.5946406292223, -935.9291343071195, - -473.0578316255369 + -473.05783162553644 ], "relative wind speed": [ - 3.1750091011439103, + 3.17500910114391, 3.3692738867590455, - 3.3666981675931673, + 3.366698167593167, 3.1684059484008635, 2.8676685683800547, 2.636702350745181, 2.639990389896596, - 2.874962531331425 + 2.8749625313314247 ], "relative wind angle": [ - 0.11484874712835974, + 0.11484874712836071, 0.043886171893579615, 0.045995927726708345, 0.11600815885146655, 0.1272211382574153, - 0.056090749561249466, + 0.05609074956124947, 0.0586701579096619, - 0.12791089049566834 + 0.12791089049566745 ], "resistance": [ - 96930.30779227181, + 96930.3077922718, 97577.6530300457, 97566.70802872351, 96911.20220648001, @@ -263050,7 +194945,7 @@ 96161.44216837449 ], "fuel": [ - 41.70060733261564, + 41.70060733261563, 42.035565680279696, 42.02988940666114, 41.69074514546057, @@ -263090,7 +194985,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -290.4604746126024, + -290.46047461260423, 619.7253233692418, 1225.787249672907, 885.2820894565812, @@ -263110,14 +195005,14 @@ 3.0602032688519456 ], "relative wind angle": [ - 0.12168398315640643, + 0.12168398315640735, 0.08968749146728269, 0.014489994420327607, 0.0670080364616373, 0.11783265599122537, - 0.10384049188821388, - 0.018452346840375517, - 0.08127202070057987 + 0.10384049188821387, + 0.01845234684037552, + 0.08127202070057989 ], "resistance": [ 96344.03952538742, @@ -263170,9 +195065,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -141.4938393566299, + -141.49383935663718, 855.0858555229734, - 1403.184699073633, + 1403.1846990734184, 824.7848614857648, -177.29242067457017, -1032.0722885670693, @@ -263180,7 +195075,7 @@ -1010.7872427648845 ], "relative wind speed": [ - 3.7900599626430256, + 3.790059962643025, 4.066504887742442, 4.172691114661091, 4.059153081487664, @@ -263190,19 +195085,19 @@ 3.48825208952346 ], "relative wind angle": [ - 0.10853369195826545, + 0.10853369195826852, 0.07046948878416784, - 0.0013454139703050838, + 0.001345413970387603, 0.07255827694316351, 0.10885553820884346, 0.08237872676382459, 0.001675016316802638, - 0.08445976102391757 + 0.08445976102391758 ], "resistance": [ - 96493.00616064337, + 96493.00616064336, 97489.58585552298, - 98037.68469907364, + 98037.68469907342, 97459.28486148576, 96457.20757932543, 95602.42771143293, @@ -263210,9 +195105,9 @@ 95623.71275723512 ], "fuel": [ - 43.482016106337184, + 43.48201610633718, 43.99670607068969, - 44.28135041507618, + 44.28135041507606, 43.98100245365404, 43.46359646043575, 43.02519807607365, @@ -263250,33 +195145,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 7.719368555910478, + 7.719368555908659, 628.8230991376322, - 897.0946862774649, + 897.0946862774535, 473.4397362709369, -174.20304495091705, -683.1131109896205, - -797.7303289700137, + -797.7303289700071, -574.4208122520736 ], "relative wind speed": [ 2.6075545621644274, 2.850912236613731, - 2.9242490881273966, + 2.924249088127396, 2.796754878742649, 2.523249011679677, 2.2446437999676205, - 2.1482303508220615, + 2.148230350822061, 2.3117717270172196 ], "relative wind angle": [ - 0.149378472731162, + 0.14937847273116425, 0.08577955137834412, - 0.014583278352829132, + 0.014583278352836746, 0.10911308045301123, 0.15440881488482305, 0.10903056297054042, - 0.019851887829430915, + 0.019851887829419733, 0.13212606704207885 ], "resistance": [ @@ -263317,68 +195212,7 @@ "id": "4950", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.918140795024893, - 11.918140795024893, - 11.918140795024893, - 11.918140795024893, - 11.918140795024893, - 11.918140795024893, - 11.918140795024893, - 11.918140795024893 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 873.1588927225757, - 1084.8850260136142, - 480.6980340572445, - -354.40947832947586, - -950.4202938601666, - -1040.292233708718, - -674.8339382307058, - 108.90177736780242 - ], - "relative wind speed": [ - 3.6387587032372894, - 3.684781209450929, - 3.530855592711411, - 3.249487202019557, - 2.9953027155198937, - 2.93850143720627, - 3.1217722596955273, - 3.4136836675206266 - ], - "relative wind angle": [ - 0.056508862919681574, - 0.022423484175401697, - 0.09142336170812926, - 0.11512071303353791, - 0.06866560957273707, - 0.028119638477194234, - 0.10344406651936335, - 0.10956063172395647 - ], - "resistance": [ - 97507.65889272258, - 97719.38502601361, - 97115.19803405725, - 96280.09052167053, - 95684.07970613983, - 95594.20776629128, - 95959.6660617693, - 96743.4017773678 - ], - "fuel": [ - 42.7581999558143, - 42.86803748932636, - 42.55504352213448, - 42.12465941557787, - 41.81908402592639, - 41.77312127085687, - 41.96021315566627, - 42.363112734655424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 27.5, -30.625 28.125, -30 28.125, -30 27.5, -30.625 27.5))", @@ -263397,68 +195231,7 @@ "id": "4951", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.140606100877854, - 12.140606100877854, - 12.140606100877854, - 12.140606100877854, - 12.140606100877854, - 12.140606100877854, - 12.140606100877854, - 12.140606100877854 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1053.1996363406988, - 1168.3937334319417, - 437.5905202879658, - -489.87811280191545, - -1095.5250387825427, - -1144.5417328421568, - -663.4906670208738, - 235.98420805024762 - ], - "relative wind speed": [ - 3.74989616697657, - 3.774210591164259, - 3.5844801628505705, - 3.269720879824624, - 3.0060247404390883, - 2.975439533376705, - 3.201469657105655, - 3.522333228312781 - ], - "relative wind angle": [ - 0.05140379201248175, - 0.03370649671463952, - 0.10412213325836228, - 0.12254120834413693, - 0.06413991646469812, - 0.04276010191664481, - 0.11663258821483873, - 0.11371330848744278 - ], - "resistance": [ - 97687.69963634074, - 97802.89373343199, - 97072.09052028801, - 96144.62188719813, - 95538.97496121751, - 95489.95826715788, - 95971.00933297917, - 96870.48420805029 - ], - "fuel": [ - 43.01208373810984, - 43.07189966399086, - 42.69325830046928, - 42.21558277095593, - 41.905383092868206, - 41.88033747136132, - 42.12652250320806, - 42.5891524398797 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 26.25, -35 26.875, -34.375 26.875, -34.375 26.25, -35 26.25))", @@ -263490,19 +195263,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 700.4509974208704, + 700.4509974208631, -404.97473155196985, - -1240.784896814349, + -1240.7848968143471, -1399.1375538907578, - -980.7720085440205, + -980.7720085440242, 33.72354808122873, 1069.9741323392918, 1445.7832846881229 ], "relative wind speed": [ - 4.6507856290271885, + 4.650785629027188, 4.375406465249083, - 4.11831401082019, + 4.118314010820189, 4.044497218476817, 4.205887684963744, 4.491671899143128, @@ -263510,17 +195283,17 @@ 4.791799289977491 ], "relative wind angle": [ - 0.06573240860843105, + 0.06573240860843274, 0.08550968520067828, - 0.05417037619959834, - 0.014425123721442699, - 0.0726972539637198, - 0.08329109404150963, + 0.05417037619959628, + 0.014425123721442697, + 0.07269725396372133, + 0.08329109404150964, 0.047174342111623864, - 0.012175341101291422 + 0.012175341101291424 ], "resistance": [ - 97334.95099742088, + 97334.95099742086, 96229.52526844804, 95393.71510318565, 95235.36244610924, @@ -263530,7 +195303,7 @@ 98080.28328468812 ], "fuel": [ - 46.038294485339506, + 46.03829448533949, 45.468250216164066, 45.04025960170332, 44.95946536665976, @@ -263570,9 +195343,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1163.9598365061584, + 1163.9598365061447, 178.81603630713107, - -854.2035568136262, + -854.2035568136289, -1357.2051379324366, -1258.2950780688525, -500.8891438669043, @@ -263580,9 +195353,9 @@ 1397.12393456655 ], "relative wind speed": [ - 4.21646288588921, + 4.216462885889209, 3.9683334660192155, - 3.6396440511234376, + 3.639644051123437, 3.426576706944996, 3.480355828491614, 3.7608197860930037, @@ -263590,9 +195363,9 @@ 4.260282623537868 ], "relative wind angle": [ - 0.05245453921325424, - 0.10527842147840412, - 0.10146632850020573, + 0.05245453921325848, + 0.10527842147840413, + 0.10146632850020683, 0.030462708872271527, 0.06356250603166526, 0.11111083833009577, @@ -263600,9 +195373,9 @@ 0.024500042901602608 ], "resistance": [ - 97798.45983650618, + 97798.45983650617, 96813.31603630717, - 95780.29644318641, + 95780.2964431864, 95277.29486206759, 95376.20492193117, 96133.61085613312, @@ -263610,7 +195383,7 @@ 98031.62393456658 ], "fuel": [ - 44.395760206494955, + 44.39576020649494, 43.885823162578504, 43.354983138904714, 43.09794210287092, @@ -263650,9 +195423,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 852.1394956694999, + 852.139495669499, 655.0075241702834, - 57.85820108160897, + 57.858201081604875, -536.1379213606592, -796.9759966121801, -713.1019547916962, @@ -263660,9 +195433,9 @@ 402.71392839333475 ], "relative wind speed": [ - 3.10871213938194, + 3.1087121393819395, 3.057961356087716, - 2.8457772568641566, + 2.845777256864156, 2.576791692157176, 2.41449232879365, 2.4784545015025383, @@ -263670,14 +195443,14 @@ 2.9755686761649067 ], "relative wind angle": [ - 0.02047958326921257, + 0.020479583269212568, 0.06561204042780736, - 0.12231135170887539, + 0.12231135170887723, 0.11298702193033153, - 0.0263691278935482, + 0.026369127893548203, 0.08098372579293711, 0.12802358180651074, - 0.09779258019538667 + 0.09779258019538668 ], "resistance": [ 97486.63949566953, @@ -263730,9 +195503,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 769.0887933432659, + 769.0887933432496, -668.0720973699281, - -1671.8698029063871, + -1671.8698029063853, -1805.6738142473914, -1152.0416354746303, 208.41228165514622, @@ -263740,9 +195513,9 @@ 1824.9920198612435 ], "relative wind speed": [ - 5.09821523951694, + 5.0982152395169384, 4.7650759349787934, - 4.474807912782437, + 4.4748079127824365, 4.417779363223705, 4.634827426448577, 4.9766932028495265, @@ -263750,17 +195523,17 @@ 5.287404788672554 ], "relative wind angle": [ - 0.07512662231330759, + 0.07512662231330908, 0.09139915546775863, - 0.051961951514688354, - 0.024049050833403078, - 0.08265411228781509, - 0.0875025389195205, + 0.05196195151468622, + 0.024049050833403075, + 0.0826541122878151, + 0.08750253891952049, 0.04437512372012596, 0.020093091516494296 ], "resistance": [ - 97403.5887933433, + 97403.58879334328, 95966.4279026301, 94962.63019709365, 94828.82618575264, @@ -263770,7 +195543,7 @@ 98459.49201986127 ], "fuel": [ - 47.67889528199291, + 47.678895281992894, 46.93830228595485, 46.425587281199256, 46.357526707276186, @@ -263810,17 +195583,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1224.6834521105175, + 1224.6834521105047, -197.63252271157944, - -1432.6832297827086, + -1432.6832297827114, -1789.8965600140518, - -1453.377799586544, + -1453.3777995865466, -232.38031829002375, 1195.1885672155477, 2018.156694846577 ], "relative wind speed": [ - 4.619205939840547, + 4.619205939840546, 4.269728226776876, 3.885874310829616, 3.7120376041900367, @@ -263830,21 +195603,21 @@ 4.75391795164951 ], "relative wind angle": [ - 0.0790846891797282, + 0.07908468917973102, 0.12231263347980809, - 0.09582475770374266, - 0.0013078249909201731, - 0.09423203571952565, + 0.09582475770374381, + 0.0013078249909201734, + 0.09423203571952683, 0.12259070778015681, - 0.08068595919748757, + 0.08068595919748756, 0.0010211987365674026 ], "resistance": [ - 97859.1834521105, + 97859.18345211049, 96436.86747728841, 95201.81677021728, 94844.60343998593, - 95181.12220041345, + 95181.12220041343, 96402.11968170996, 97829.68856721553, 98652.65669484656 @@ -263854,7 +195627,7 @@ 44.939685148916766, 44.30722123084918, 44.12535211417489, - 44.29667198426132, + 44.29667198426131, 44.92181336042467, 45.6597523765315, 46.08860703666963 @@ -263890,19 +195663,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 641.4174699297637, + 641.41746992976, -453.6309298693586, - -1235.7171677502574, + -1235.717167750261, -1354.9613447425245, -874.6706886440124, - 152.27756021285495, + 152.27756021285404, 1156.2766067551638, 1436.2596068035982 ], "relative wind speed": [ - 3.8327287548566056, + 3.832728754856605, 3.4904380279240583, - 3.1775268310026283, + 3.177526831002628, 3.106863258384718, 3.3333256383241845, 3.6902184071726163, @@ -263910,14 +195683,14 @@ 4.018491036833737 ], "relative wind angle": [ - 0.10288900468453972, + 0.1028890046845408, 0.13101688732498776, - 0.07914721708388751, - 0.032419844722335125, - 0.11837158727670177, - 0.12388634297311843, + 0.07914721708388893, + 0.03241984472233513, + 0.11837158727670179, + 0.12388634297311844, 0.06343878972764148, - 0.025063369412560512 + 0.02506336941256051 ], "resistance": [ 97275.91746992976, @@ -263957,68 +195730,7 @@ "id": "4973", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.286674253036841, - 9.286674253036841, - 9.286674253036841, - 9.286674253036841, - 9.286674253036841, - 9.286674253036841, - 9.286674253036841, - 9.286674253036841 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1045.0064337441022, - 355.955998984733, - -461.10964602442164, - -962.0973262438613, - -973.6843294659839, - -500.50059905846183, - 309.91878542356153, - 1018.1238739995115 - ], - "relative wind speed": [ - 3.043386902873497, - 2.8139780466883217, - 2.4446124648962235, - 2.138451451776914, - 2.128604103287929, - 2.423775324132234, - 2.7958950562548215, - 3.0364756968415456 - ], - "relative wind angle": [ - 0.05865483416708859, - 0.16074051001836231, - 0.1886807476827343, - 0.09275574652717514, - 0.0839125305290688, - 0.1869017312622899, - 0.16474151549049615, - 0.06527636259921318 - ], - "resistance": [ - 97679.50643374411, - 96990.45599898475, - 96173.3903539756, - 95672.40267375615, - 95660.81567053404, - 96133.99940094155, - 96944.41878542358, - 97652.62387399953 - ], - "fuel": [ - 41.196278588931975, - 40.83953287485462, - 40.41879872349961, - 40.16205213739973, - 40.15612507031087, - 40.39857778547784, - 40.815760748281924, - 41.1823274208093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 25.625, -31.25 26.25, -30.625 26.25, -30.625 25.625, -31.25 25.625))", @@ -264037,68 +195749,7 @@ "id": "4976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.223006925892806, - 9.223006925892806, - 9.223006925892806, - 9.223006925892806, - 9.223006925892806, - 9.223006925892806, - 9.223006925892806, - 9.223006925892806 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 857.3489109577372, - 115.74696910298917, - -625.0401426649532, - -964.4497662826789, - -864.8648346075584, - -284.62767977045496, - 513.239803049109, - 1088.8769022560919 - ], - "relative wind speed": [ - 2.9699152457795144, - 2.6960460863059708, - 2.3316807505864037, - 2.0970760168051927, - 2.1818063568148087, - 2.512371597965825, - 2.853758998776162, - 3.0303378896571194 - ], - "relative wind angle": [ - 0.08906788323236836, - 0.17407636518657235, - 0.17074636480555286, - 0.04453009647044311, - 0.12137843412837826, - 0.18694778926297403, - 0.13928233592150469, - 0.030810725840939857 - ], - "resistance": [ - 97491.84891095773, - 96750.24696910298, - 96009.45985733505, - 95670.05023371732, - 95769.63516539244, - 96349.87232022955, - 97147.7398030491, - 97723.37690225609 - ], - "fuel": [ - 41.06465200576977, - 40.681288879436195, - 40.30039007629433, - 40.126554152302504, - 40.177514277852836, - 40.475170188159034, - 40.886514029238306, - 41.1847570927104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 25, -30.625 25.625, -30 25.625, -30 25, -30.625 25))", @@ -264117,68 +195768,7 @@ "id": "4979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.668810515824267, - 7.668810515824267, - 7.668810515824267, - 7.668810515824267, - 7.668810515824267, - 7.668810515824267, - 7.668810515824267, - 7.668810515824267 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 129.51624985784292, - -485.8294826015756, - -780.7427127028739, - -706.7811820908148, - -238.46554785434478, - 419.611637573948, - 909.2865963049721, - 738.3062866948649 - ], - "relative wind speed": [ - 2.281531439813775, - 1.9184399802718597, - 1.6702458561626412, - 1.7478752963515205, - 2.078705336840299, - 2.4178481404673784, - 2.5955115812183505, - 2.543881588571123 - ], - "relative wind angle": [ - 0.20444666322384902, - 0.21053812469475447, - 0.062179547874156776, - 0.14592167954143304, - 0.22472186680244552, - 0.16658940156547203, - 0.039998242737952376, - 0.10007282243355226 - ], - "resistance": [ - 96764.01624985783, - 96148.67051739841, - 95853.7572872971, - 95927.71881790918, - 96396.03445214564, - 97054.11163757394, - 97543.78659630496, - 97372.80628669485 - ], - "fuel": [ - 39.93404038552741, - 39.61746603940976, - 39.4662427157504, - 39.504137732455405, - 39.74455697369564, - 40.08377323983245, - 40.33722958343126, - 40.248628590045215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 19.375, -45.9375 19.6875, -45.625 19.6875, -45.625 19.375, -45.9375 19.375))", @@ -264210,9 +195800,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 456.6184853973873, + 456.61848539738276, -200.8578461973275, - -722.2129467476425, + -722.2129467476434, -836.969170511984, -620.4459301753559, -28.993685369458944, @@ -264220,9 +195810,9 @@ 874.1340672226042 ], "relative wind speed": [ - 3.75585011869037, + 3.7558501186903697, 3.5559003394195745, - 3.3616360135566383, + 3.361636013556638, 3.295772475147038, 3.4037981289945307, 3.612177264909474, @@ -264230,14 +195820,14 @@ 3.8509915098681144 ], "relative wind angle": [ - 0.05761206350634255, + 0.05761206350634448, 0.07815208749078016, 0.05248333087729278, 0.00856357962565297, 0.0635784944060418, 0.07693206818761401, 0.04650223703262406, - 0.007328896375128122 + 0.007328896375128123 ], "resistance": [ 97091.1184853974, @@ -264290,9 +195880,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 667.629678948796, + 667.6296789487947, 223.07650650497453, - -319.44803326360443, + -319.44803326360625, -656.33927331834, -669.317416926091, -365.59837515732397, @@ -264300,9 +195890,9 @@ 637.0883356689783 ], "relative wind speed": [ - 2.952966102523941, + 2.9529661025239404, 2.8027334771483456, - 2.5659064582756557, + 2.565906458275655, 2.3770745773137394, 2.3668346661980717, 2.5429510801123003, @@ -264311,9 +195901,9 @@ ], "relative wind angle": [ 0.036774590212306155, - 0.10156628419187241, - 0.1145621449031141, - 0.054983231558749984, + 0.1015662841918724, + 0.11456214490311507, + 0.05498323155874999, 0.045887343082839704, 0.11198362084991519, 0.10563896916466196, @@ -264370,9 +195960,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 429.658822457538, + 429.65882245753664, 58.96798631028196, - -322.9609699139762, + -322.9609699139769, -503.61870130103284, -461.5556635272317, -173.8103810819946, @@ -264380,7 +195970,7 @@ 528.5628511036884 ], "relative wind speed": [ - 2.4667345459319217, + 2.466734545931921, 2.3056916651411177, 2.094378887012871, 1.959608368586509, @@ -264390,11 +195980,11 @@ 2.498380197176824 ], "relative wind angle": [ - 0.059582023396240656, - 0.11714849874753139, - 0.11207269355545112, - 0.03152305944133431, - 0.07353511762507961, + 0.05958202339624066, + 0.1171484987475314, + 0.1120726935554521, + 0.031523059441334315, + 0.07353511762507962, 0.1237620688006642, 0.09830544967060974, 0.02472358434036136 @@ -264402,7 +195992,7 @@ "resistance": [ 97064.15882245755, 96693.4679863103, - 96311.53903008605, + 96311.53903008603, 96130.88129869898, 96172.94433647278, 96460.68961891803, @@ -264412,7 +196002,7 @@ "fuel": [ 40.24607236880074, 40.05478186679406, - 39.858226871945476, + 39.85822687194547, 39.76544270924245, 39.787035055382376, 39.93492077488473, @@ -264450,17 +196040,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 385.1848545842013, + 385.1848545842008, -12.422432100850074, -379.882557467168, -512.9210507158498, -435.61805841520686, - -105.93947940231851, + -105.93947940231828, 305.70038561062665, 566.9940942789231 ], "relative wind speed": [ - 2.425879843296634, + 2.4258798432966335, 2.2430732457818117, 2.0280523737295115, 1.915130484701665, @@ -264472,11 +196062,11 @@ "relative wind angle": [ 0.07574688450411055, 0.12730632242505363, - 0.108281679838932, + 0.10828167983893199, 0.013142755791090789, 0.09242453037912553, - 0.13022046359868025, - 0.09170254271691566, + 0.13022046359868023, + 0.09170254271691568, 0.010130053094482075 ], "resistance": [ @@ -264530,54 +196120,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 350.42744846584674, + 350.4274484658413, -127.41448619548282, - -514.381786651225, + -514.3817866512268, -605.562272049156, -458.1626468303489, -32.647985158494976, 430.3580551138616, - 646.5851235193259 + 646.5851235193736 ], "relative wind speed": [ - 2.9921086439069873, + 2.992108643906987, 2.809555394274152, 2.6267457671018186, 2.55997049394134, 2.6565865650309997, 2.848958546723895, 3.0183394423852983, - 3.0751776183817165 + 3.075177618381716 ], "relative wind angle": [ - 0.06560181068685342, + 0.06560181068685682, 0.09181961717253527, - 0.06406543740785116, + 0.0640654374078529, 0.007728197065203512, 0.07390146488260611, 0.09054617898630285, - 0.05574444291957036, - 0.006433415708910751 + 0.055744442919570356, + 0.006433415708876237 ], "resistance": [ - 96984.92744846588, + 96984.92744846587, 96507.08551380454, 96120.1182133488, 96028.93772795088, 96176.33735316969, 96601.85201484154, 97064.85805511389, - 97281.08512351935 + 97281.0851235194 ], "fuel": [ - 41.323894072949734, + 41.32389407294973, 41.07754568879499, 40.87866977658782, 40.83189007847149, 40.90752814643181, 41.12633441636399, 41.36518473906577, - 41.477002767572145 + 41.477002767572166 ] }, { @@ -264610,17 +196200,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 166.2726859696213, + 166.27268596961494, -304.24699013978625, - -589.2848008306528, + -589.284800830661, -595.6441671074153, - -327.79730094956085, + -327.7973009495572, 139.04426882209555, 537.3005191082348, 552.5016732866206 ], "relative wind speed": [ - 3.684488264463749, + 3.6844882644637487, 3.5327681802697426, 3.4188915445949393, 3.41530173969462, @@ -264630,19 +196220,19 @@ 3.78581429770839 ], "relative wind angle": [ - 0.04938534925761331, + 0.049385349257615556, 0.052473983798008744, - 0.02344793333747046, + 0.023447933337475194, 0.021063235460090972, - 0.05163088450098495, + 0.051630884500982806, 0.050421549057550474, 0.021193140699197918, 0.01900154330931638 ], "resistance": [ - 96800.77268596964, + 96800.77268596963, 96330.25300986023, - 96045.21519916937, + 96045.21519916935, 96038.8558328926, 96306.70269905045, 96773.54426882211, @@ -264650,9 +196240,9 @@ 97187.00167328664 ], "fuel": [ - 43.17198367775841, + 43.171983677758405, 42.92972625057891, - 42.78336893742323, + 42.783368937423226, 42.780107064819596, 42.91762250205144, 43.157942070236246, @@ -264690,9 +196280,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 487.5510188698063, + 487.5510188698099, 2036.642974965931, - 2169.1029756260086, + 2169.1029756259504, 723.02111379917, -1075.4432874045579, -2203.742097170576, @@ -264700,7 +196290,7 @@ -1278.8693976931372 ], "relative wind speed": [ - 6.106702197848734, + 6.106702197848733, 6.35588759597532, 6.3725963701873924, 6.148598239547337, @@ -264710,10 +196300,10 @@ 5.754359685147966 ], "relative wind angle": [ - 0.07109880967822182, + 0.07109880967822026, 0.03109475168456576, - 0.02422496888193804, - 0.0676934643713844, + 0.024224968881947202, + 0.06769346437138442, 0.07488085116798568, 0.035775800967429, 0.028042448854555622, @@ -264722,7 +196312,7 @@ "resistance": [ 97122.05101886985, 98671.14297496597, - 98803.60297562605, + 98803.602975626, 97357.52111379922, 95559.05671259548, 94430.75790282947, @@ -264732,7 +196322,7 @@ "fuel": [ 52.254784312326294, 53.060041147755115, - 53.12931158695486, + 53.12931158695484, 52.37661207636154, 51.45135059573027, 50.87701519562336, @@ -264770,51 +196360,51 @@ ], "ice resistance": 82144.89957221001, "wind resistance": [ - 1736.734473611432, + 1736.7344736113773, 2992.497685921873, - 1817.9562305869513, + 1817.956230586944, -365.02746926824693, - -2279.4801206627417, + -2279.4801206627344, -2828.2828666587957, -2336.700010758068, -461.8734700115856 ], "relative wind speed": [ - 7.686503159042998, + 7.6865031590429975, 7.819010372083868, - 7.6969238602619985, + 7.696923860261998, 7.383029132156166, - 7.0504751940902315, + 7.050475194090231, 6.90323171258973, 7.039097553365005, 7.367659880192152 ], "relative wind angle": [ - 0.042844179900843424, + 0.04284417990084861, 0.0009847128526008666, 0.041370202196170325, - 0.06205903005004816, - 0.04671187823638846, + 0.06205903005004817, + 0.04671187823638608, 0.0011153443314473118, 0.04523890723019317, - 0.06218865480042415 + 0.062188654800424154 ], "resistance": [ - 83881.63404582144, + 83881.63404582138, 85137.39725813188, 83962.85580279696, 81779.87210294176, - 79865.41945154726, + 79865.41945154728, 79316.61670555122, 79808.19956145194, 81683.02610219842 ], "fuel": [ - 53.45712697893717, + 53.45712697893714, 54.04734963812693, 53.49512461612236, 52.48240471043944, - 51.60885510647282, + 51.60885510647283, 51.360955886528146, 51.5829560253615, 52.4378871420957 @@ -264850,9 +196440,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 809.3759597529861, + 809.3759597529788, 2050.538316031567, - 1790.8556479177332, + 1790.855647917726, 354.69663443836725, -1194.1814840852303, -1993.468014853177, @@ -264860,7 +196450,7 @@ -802.5944888863696 ], "relative wind speed": [ - 4.74885899615623, + 4.748858996156229, 4.989839669472008, 4.948329174300539, 4.642812313980595, @@ -264870,19 +196460,19 @@ 4.33822464824648 ], "relative wind angle": [ - 0.10165498799249621, + 0.10165498799249732, 0.030739210833913688, - 0.05358533704672767, - 0.11400760967654858, + 0.05358533704672974, + 0.11400760967654856, 0.11439627831852536, 0.038991681718299524, - 0.0665359068481228, + 0.06653590684812279, 0.12205075979219025 ], "resistance": [ - 97443.87595975304, + 97443.87595975303, 98685.03831603163, - 98425.3556479178, + 98425.35564791778, 96989.19663443843, 95440.31851591483, 94641.03198514688, @@ -264890,9 +196480,9 @@ 95831.90551111368 ], "fuel": [ - 46.24154775458004, + 46.241547754580026, 46.88751031331327, - 46.75188435247612, + 46.7518843524761, 46.00634462551281, 45.21089214339417, 44.803896999882596, @@ -264930,9 +196520,9 @@ ], "ice resistance": 64214.87455367463, "wind resistance": [ - 3074.438560704926, + 3074.438560704817, 3253.32408815057, - 1068.018814608109, + 1068.0188146080727, -1638.2257534057499, -3325.892111699515, -3401.1432836274544, @@ -264940,9 +196530,9 @@ 749.8477014376258 ], "relative wind speed": [ - 7.870899014775087, + 7.870899014775086, 7.889130241715075, - 7.615237180895549, + 7.615237180895548, 7.1902016731205265, 6.859017641443982, 6.8380405333460725, @@ -264950,19 +196540,19 @@ 7.569555746956487 ], "relative wind angle": [ - 0.030150702417961462, + 0.03015070241797251, 0.024106446593436838, - 0.06652166240077233, - 0.07318162348623783, + 0.06652166240077566, + 0.07318162348623782, 0.03460036746304693, 0.027812791641111386, - 0.07093861068583977, + 0.07093861068583979, 0.06950799559369354 ], "resistance": [ - 67289.31311437956, + 67289.31311437945, 67468.1986418252, - 65282.893368282734, + 65282.893368282705, 62576.64880026888, 60888.98244197511, 60813.731270047174, @@ -264970,9 +196560,9 @@ 64964.722255112254 ], "fuel": [ - 46.20952941674469, + 46.209529416744644, 46.28220465711465, - 45.40254552971474, + 45.40254552971473, 44.33781986419612, 43.68763301445523, 43.658888723698524, @@ -265010,9 +196600,9 @@ ], "ice resistance": 72443.5811315382, "wind resistance": [ - 3399.5536979932804, + 3399.5536979931785, 3040.8074554776977, - 608.2647635405265, + 608.2647635405119, -2077.859963202827, -3492.397306228435, -3341.4378499961676, @@ -265020,9 +196610,9 @@ 1246.0611611524 ], "relative wind speed": [ - 7.907172489241418, + 7.907172489241417, 7.870663006312443, - 7.550846460712474, + 7.5508464607124735, 7.114516525629131, 6.819012828770951, 6.86112065005593, @@ -265030,19 +196620,19 @@ 7.6423796909149395 ], "relative wind angle": [ - 0.021512690595071163, + 0.021512690595081485, 0.033618873929009696, - 0.07213736274840005, + 0.07213736274840159, 0.07105526809566672, 0.02494629095090074, - 0.03856783717319069, - 0.07553725991105464, - 0.0661400071918525 + 0.038567837173190685, + 0.07553725991105466, + 0.06614000719185252 ], "resistance": [ - 75843.13482953148, + 75843.13482953138, 75484.3885870159, - 73051.84589507873, + 73051.84589507872, 70365.72116833538, 68951.18382530977, 69102.14328154203, @@ -265050,9 +196640,9 @@ 73689.64229269061 ], "fuel": [ - 49.817946347876024, + 49.81794634787598, 49.66113992944837, - 48.61051894923459, + 48.61051894923458, 47.47595632915685, 46.88927753120355, 46.95153301229348, @@ -265090,9 +196680,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1230.827142805957, + 1230.8271428059516, 2095.85515489557, - 1303.376282168908, + 1303.3762821689024, -144.13724500732042, -1410.3887241977372, -1799.4789541399214, @@ -265100,7 +196690,7 @@ -228.95967156544793 ], "relative wind speed": [ - 4.196300294508162, + 4.196300294508161, 4.359153213313132, 4.2132775656054005, 3.8196780798936145, @@ -265110,13 +196700,13 @@ 3.7931558079512095 ], "relative wind angle": [ - 0.10361312812420757, + 0.10361312812420866, 0.003080701010477473, - 0.09866346472414368, - 0.15782989761598729, - 0.12907698306533297, + 0.09866346472414593, + 0.1578298976159873, + 0.129076983065333, 0.00425186455670653, - 0.12418548469926699, + 0.124185484699267, 0.1589428205964874 ], "resistance": [ @@ -265170,9 +196760,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1205.146187192976, + 1205.1461871929723, 2173.1501674801248, - 1447.6522965432468, + 1447.6522965432441, -52.42552597617032, -1416.1944576654205, -1895.8075816284236, @@ -265180,7 +196770,7 @@ -335.9427757354397 ], "relative wind speed": [ - 4.2706186328515185, + 4.270618632851517, 4.456398721451217, 4.326131230818301, 3.9339718541676008, @@ -265190,11 +196780,11 @@ 3.8472369765827903 ], "relative wind angle": [ - 0.10921859008561198, + 0.10921859008561097, 0.009855337645892411, - 0.09338153285839576, + 0.09338153285839694, 0.15682097073167306, - 0.13456638028941334, + 0.13456638028941337, 0.013607310690210098, 0.1189152920855731, 0.16038673874775275 @@ -265202,7 +196792,7 @@ "resistance": [ 97839.646187193, 98807.65016748014, - 98082.15229654327, + 98082.15229654325, 96582.07447402384, 95218.3055423346, 94738.69241837159, @@ -265212,7 +196802,7 @@ "fuel": [ 44.41650196979266, 44.92123294064076, - 44.54262075005141, + 44.542620750051405, 43.76599355882275, 43.06720334164636, 42.82309623747297, @@ -265237,68 +196827,7 @@ "id": "5017", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.28935253203769, - 14.28935253203769, - 14.28935253203769, - 14.28935253203769, - 14.28935253203769, - 14.28935253203769, - 14.28935253203769, - 14.28935253203769 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -94.68055885649301, - 1606.186716997564, - 2475.7482578194204, - 1408.7250007446173, - -325.0783329825408, - -1753.406490162918, - -2125.510143641014, - -1615.540520353401 - ], - "relative wind speed": [ - 4.05989268339275, - 4.491694061051739, - 4.641545245643657, - 4.448245250915847, - 3.9916670720918055, - 3.49868819373783, - 3.2973007669502503, - 3.5537654400357597 - ], - "relative wind angle": [ - 0.16632399571279433, - 0.10053585183901047, - 0.007454156402590251, - 0.11258437226417431, - 0.16919400990589314, - 0.1292121029690849, - 0.010493164310541191, - 0.14109190296201174 - ], - "resistance": [ - 96539.8194411435, - 98240.68671699754, - 99110.2482578194, - 98043.2250007446, - 96309.42166701745, - 94881.09350983707, - 94508.98985635897, - 95018.95947964658 - ], - "fuel": [ - 44.1367423276943, - 45.01769112497304, - 45.4722311896582, - 44.91486529343156, - 44.01823774481839, - 43.28798829458215, - 43.0989924090472, - 43.358142874346754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 11.875, -48.4375 12.1875, -48.125 12.1875, -48.125 11.875, -48.4375 11.875))", @@ -265317,68 +196846,7 @@ "id": "5019", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.115152981938108, - 13.115152981938108, - 13.115152981938108, - 13.115152981938108, - 13.115152981938108, - 13.115152981938108, - 13.115152981938108, - 13.115152981938108 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 267.1339433109297, - 1767.8760502504156, - 2204.992696512816, - 1017.1956839540026, - -606.159857051628, - -1771.521190320509, - -1959.6054334347232, - -1248.3960001887117 - ], - "relative wind speed": [ - 3.8444958003394603, - 4.231742672159163, - 4.3118289325717045, - 4.053641286768234, - 3.5627629972708297, - 3.0928598562135328, - 2.9801945221390373, - 3.3228632911629012 - ], - "relative wind angle": [ - 0.17420528512467923, - 0.08752664577758122, - 0.03321865842939377, - 0.14169049795709238, - 0.18813952648916768, - 0.11989071376164288, - 0.04807135922093975, - 0.1731375958866197 - ], - "resistance": [ - 96901.63394331092, - 98402.37605025042, - 98839.49269651281, - 97651.695683954, - 96028.34014294838, - 94862.9788096795, - 94674.89456656527, - 95386.10399981128 - ], - "fuel": [ - 43.34672547722396, - 44.12548296589603, - 44.353885315097386, - 43.734896134366444, - 42.89741757898008, - 42.302261700325694, - 42.206679752107014, - 42.56879927911197 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 12.1875, -48.125 12.5, -47.8125 12.5, -47.8125 12.1875, -48.125 12.1875))", @@ -265397,68 +196865,7 @@ "id": "5020", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.903836150596502, - 10.903836150596502, - 10.903836150596502, - 10.903836150596502, - 10.903836150596502, - 10.903836150596502, - 10.903836150596502, - 10.903836150596502 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 528.1815783003608, - 1685.6449793477682, - 1732.8495687003856, - 608.1360178157706, - -717.5727271865749, - -1533.2378203111957, - -1553.689642003374, - -785.7002118787195 - ], - "relative wind speed": [ - 3.3370640168589043, - 3.664313780133305, - 3.6742838642607962, - 3.363426177940651, - 2.854042233378311, - 2.4195780299975254, - 2.40441082333163, - 2.8229271453696927 - ], - "relative wind angle": [ - 0.19210714567433138, - 0.07538957594800591, - 0.06722832740193144, - 0.18692685706863257, - 0.22513765985226572, - 0.11431392488433594, - 0.10283830534452534, - 0.2232729746479555 - ], - "resistance": [ - 97162.68157830034, - 98320.14497934775, - 98367.34956870037, - 97242.63601781576, - 95916.92727281341, - 95101.26217968878, - 95080.81035799661, - 95848.79978812127 - ], - "fuel": [ - 41.88915857096734, - 42.49016869257166, - 42.51478536373723, - 41.93051443663133, - 41.24787367757742, - 40.83111688880572, - 40.82069902848036, - 41.21296979572841 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 11.875, -48.125 12.1875, -47.8125 12.1875, -47.8125 11.875, -48.125 11.875))", @@ -265477,68 +196884,7 @@ "id": "5022", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.979816156112479, - 8.979816156112479, - 8.979816156112479, - 8.979816156112479, - 8.979816156112479, - 8.979816156112479, - 8.979816156112479, - 8.979816156112479 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 388.07678477110585, - 1476.1834697696736, - 1677.3515194545566, - 721.4754614022349, - -470.03512093634026, - -1267.6664751355602, - -1355.4061921585674, - -751.2689421295354 - ], - "relative wind speed": [ - 2.796104474765048, - 3.167373341225801, - 3.2153827330882736, - 2.9254047750020526, - 2.394426995553119, - 1.875960284261574, - 1.7924270558637654, - 2.234611324868342 - ], - "relative wind angle": [ - 0.25828550562091723, - 0.11303160371351248, - 0.06503355986947941, - 0.2250314472384288, - 0.30288160838083766, - 0.19160683302370315, - 0.11684529019954142, - 0.2964387695442966 - ], - "resistance": [ - 97022.5767847711, - 98110.68346976966, - 98311.85151945455, - 97355.97546140222, - 96164.46487906364, - 95366.83352486443, - 95279.09380784142, - 95883.23105787045 - ], - "fuel": [ - 40.69329168818959, - 41.25758082086072, - 41.36238856492081, - 40.865723182023736, - 40.251384426092, - 39.84308035520434, - 39.79831129976938, - 40.10715183766545 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 11.875, -47.8125 12.1875, -47.5 12.1875, -47.5 11.875, -47.8125 11.875))", @@ -265557,68 +196903,7 @@ "id": "5023", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.80089969822424, - 9.80089969822424, - 9.80089969822424, - 9.80089969822424, - 9.80089969822424, - 9.80089969822424, - 9.80089969822424, - 9.80089969822424 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 430.97762700041494, - 1562.7177888409042, - 1720.3395852017256, - 694.8502203005401, - -563.4466266292047, - -1385.0892232146994, - -1453.6658336642054, - -787.1419665673193 - ], - "relative wind speed": [ - 3.0216899617896162, - 3.3784889688798856, - 3.414126241583972, - 3.1168926160075934, - 2.593766297600666, - 2.108090633465772, - 2.0498721516906597, - 2.478550837087376 - ], - "relative wind angle": [ - 0.22851702209956043, - 0.09723577265487938, - 0.06467714211608219, - 0.20682192914789568, - 0.26707075721620177, - 0.15622217435164112, - 0.10785570825779271, - 0.2611977939575894 - ], - "resistance": [ - 97065.47762700042, - 98197.2177888409, - 98354.83958520173, - 97329.35022030053, - 96071.0533733708, - 95249.4107767853, - 95180.8341663358, - 95847.35803343268 - ], - "fuel": [ - 41.16506615122957, - 41.75225602739314, - 41.834414332386906, - 41.30154722512249, - 40.65305471794706, - 40.232781694273555, - 40.197818103015976, - 40.538384919640606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 11.5625, -48.4375 11.875, -48.125 11.875, -48.125 11.5625, -48.4375 11.5625))", @@ -265637,68 +196922,7 @@ "id": "5025", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.117969800251498, - 15.117969800251498, - 15.117969800251498, - 15.117969800251498, - 15.117969800251498, - 15.117969800251498, - 15.117969800251498, - 15.117969800251498 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 663.8598347576681, - 2260.8245256484697, - 2327.522092871135, - 779.1353734459262, - -1071.212715493264, - -2206.4414602617635, - -2235.045866463148, - -1170.1425831391543 - ], - "relative wind speed": [ - 4.490151479739346, - 4.83023462337948, - 4.841088110392459, - 4.518282246146651, - 4.00464736605206, - 3.587128980192827, - 3.572467878770908, - 3.9728813701882824 - ], - "relative wind angle": [ - 0.14199047874015464, - 0.05710834748999602, - 0.05073855237594806, - 0.13830724706374825, - 0.1593437411149017, - 0.07693309970509007, - 0.06878105810190645, - 0.157442847305311 - ], - "resistance": [ - 97298.35983475768, - 98895.32452564848, - 98962.02209287115, - 97413.63537344594, - 95563.28728450675, - 94428.05853973825, - 94399.45413353687, - 95464.35741686086 - ], - "fuel": [ - 45.27206971295827, - 46.10340192931929, - 46.13832914256156, - 45.33176094019483, - 44.37959895595824, - 43.80173279255951, - 43.787234212889985, - 44.32904988399149 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 10.9375, -49.375 11.25, -49.0625 11.25, -49.0625 10.9375, -49.375 10.9375))", @@ -265730,19 +196954,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1635.6606213499326, + 1635.6606213498999, 2940.8880591766574, - 1890.4817919955422, + 1890.4817919955203, -234.83828118826204, -2154.276356290542, -2774.947778077476, - -2333.668655052599, + -2333.6686550525883, -537.8520244395513 ], "relative wind speed": [ 6.932698507170759, 7.088975379684739, - 6.96886696637887, + 6.968866966378869, 6.6321936909222305, 6.260879624908697, 6.083366694121613, @@ -265750,33 +196974,33 @@ 6.578368271464884 ], "relative wind angle": [ - 0.05406371851323941, + 0.05406371851324352, 0.0038074741973712473, - 0.04829833497358316, + 0.04829833497358546, 0.07588612838746568, 0.05987158844949558, 0.004436871151082071, - 0.05411347772134845, - 0.07650825204408304 + 0.054113477721346406, + 0.07650825204408306 ], "resistance": [ - 98270.16062134993, + 98270.1606213499, 99575.38805917665, - 98524.98179199554, + 98524.98179199552, 96399.66171881174, 94480.22364370945, 93859.55222192252, - 94300.8313449474, + 94300.83134494741, 96096.64797556045 ], "fuel": [ - 56.15533530402994, + 56.15533530402993, 56.83880920046953, - 56.28827276160471, + 56.2882727616047, 55.18691253398668, 54.20668671181232, 53.892653158478446, - 54.11577449427582, + 54.115774494275826, 55.03125705894534 ] }, @@ -265810,7 +197034,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1635.3375875487945, + 1635.3375875487764, 3071.621110113796, 2061.066437544632, -170.29887482901904, @@ -265820,7 +197044,7 @@ -677.6403674206631 ], "relative wind speed": [ - 7.645690643367014, + 7.645690643367012, 7.805445413014745, 7.700441199251491, 7.38415891550843, @@ -265830,9 +197054,9 @@ 7.3032573263052205 ], "relative wind angle": [ - 0.047896215921213306, - 0.005193378794176676, - 0.04010357523745072, + 0.0478962159212133, + 0.005193378794176677, + 0.04010357523745073, 0.06466312010410212, 0.05210208163488056, 0.005916762914243882, @@ -265840,7 +197064,7 @@ 0.06538044041628782 ], "resistance": [ - 98269.8375875488, + 98269.83758754877, 99706.1211101138, 98695.56643754464, 96464.20112517098, @@ -265850,7 +197074,7 @@ 95956.85963257933 ], "fuel": [ - 60.37323709110069, + 60.37323709110068, 61.12568614451199, 60.59547010306413, 59.43818014686943, @@ -265890,19 +197114,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2966.0184112959614, + 2966.0184112958814, 2652.207722482475, - 536.9210309716727, + 536.9210309716618, -1795.67365254791, - -3024.9059731224243, + -3024.905973122446, -2892.627355185139, -1314.977819755164, 1093.5499518192373 ], "relative wind speed": [ - 7.11223806063601, + 7.112238060636009, 7.076781703838133, - 6.766919106968771, + 6.7669191069687695, 6.342539782513035, 6.053894932201513, 6.095304323618014, @@ -265910,29 +197134,29 @@ 6.856074911239965 ], "relative wind angle": [ - 0.023230207831235812, + 0.02323020783124537, 0.03639217642877739, 0.07830457055577761, 0.07750969895746322, - 0.027292250961867402, - 0.0422553609198118, + 0.027292250961871472, + 0.04225536091981181, 0.08231944842259264, 0.071693678051905 ], "resistance": [ - 99600.51841129595, + 99600.51841129587, 99286.70772248246, - 97171.42103097166, + 97171.42103097164, 94838.82634745208, - 93609.59402687756, + 93609.59402687754, 93741.87264481485, 95319.52218024482, 97728.04995181922 ], "fuel": [ - 56.82447706256347, + 56.824477062563425, 56.659543941624065, - 55.55734800996942, + 55.5573480099694, 54.36122422544223, 53.73903606076456, 53.805720230314755, @@ -265957,68 +197181,7 @@ "id": "5040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.584343332050164, - 20.584343332050164, - 20.584343332050164, - 20.584343332050164, - 20.584343332050164, - 20.584343332050164, - 20.584343332050164, - 20.584343332050164 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1978.0471002235863, - 3155.1368412491283, - 1811.364827536554, - -461.8833156018354, - -2370.0928763059583, - -2867.849972748252, - -2252.984513271791, - -264.8643288765761 - ], - "relative wind speed": [ - 6.177837318440208, - 6.328133212796342, - 6.151181810440266, - 5.730142195490291, - 5.2884919490614255, - 5.107695279625035, - 5.319472094419598, - 5.770553825055417 - ], - "relative wind angle": [ - 0.06757081598903869, - 0.003211151283352524, - 0.07254750213951726, - 0.10669581645332635, - 0.078955897934618, - 0.003978430712443771, - 0.0839153263507028, - 0.10594579920682523 - ], - "resistance": [ - 98612.54710022356, - 99789.6368412491, - 98445.86482753653, - 96172.61668439813, - 94264.407123694, - 93766.65002725172, - 94381.51548672818, - 96369.6356711234 - ], - "fuel": [ - 51.9956624001061, - 52.61325685435453, - 51.908624411227706, - 50.73190140117282, - 49.758982076404735, - 49.5074238869031, - 49.818300671438514, - 50.83312514963007 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 10.3125, -47.8125 10.625, -47.5 10.625, -47.5 10.3125, -47.8125 10.3125))", @@ -266037,68 +197200,7 @@ "id": "5041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.41819750828805, - 16.41819750828805, - 16.41819750828805, - 16.41819750828805, - 16.41819750828805, - 16.41819750828805, - 16.41819750828805, - 16.41819750828805 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1829.7028626203228, - 2387.089261197194, - 1133.5390576917453, - -659.7187563832813, - -1986.4469916045255, - -2223.7454118921287, - -1498.2832742384517, - 159.43115696240966 - ], - "relative wind speed": [ - 5.062818430914933, - 5.149407731491606, - 4.9255006948218485, - 4.492888153926435, - 4.084073349515513, - 3.974340901770916, - 4.2486737335248845, - 4.703800763738012 - ], - "relative wind angle": [ - 0.06728165859714787, - 0.020650202466912026, - 0.09980001494968868, - 0.1311817063027068, - 0.0834395303448164, - 0.026757000978308947, - 0.1157649011528058, - 0.12526797899727474 - ], - "resistance": [ - 98464.20286262032, - 99021.5892611972, - 97768.03905769174, - 95974.78124361672, - 94648.05300839548, - 94410.75458810787, - 95136.21672576155, - 96793.93115696241 - ], - "fuel": [ - 47.136315185481806, - 47.42781388546162, - 46.77386311874442, - 45.84852361273525, - 45.17161957790839, - 45.05123913683053, - 45.41992177059654, - 46.269728819842825 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 12.1875, -47.1875 12.5, -46.875 12.5, -46.875 12.1875, -47.1875 12.1875))", @@ -266130,9 +197232,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 101.91825709099794, + 101.91825709099248, 2437.984373910489, - 3296.9153508469117, + 3296.9153508468607, 1614.8154638575888, -871.1327143818162, -2754.210571078649, @@ -266150,19 +197252,19 @@ 5.565674595042997 ], "relative wind angle": [ - 0.10423828687230562, + 0.1042382868723067, 0.05845877916124077, - 0.014806378310214897, + 0.014806378310222397, 0.08140215550671207, - 0.10768406859189895, + 0.10768406859189897, 0.06953489443698964, - 0.01832907735419796, + 0.018329077354197955, 0.09240137033187204 ], "resistance": [ 96736.41825709099, 99072.48437391048, - 99931.41535084692, + 99931.41535084686, 98249.3154638576, 95763.36728561818, 93880.28942892136, @@ -266172,7 +197274,7 @@ "fuel": [ 51.966569388789715, 53.180983397416625, - 53.63260815795557, + 53.632608157955545, 52.75073846225997, 51.466715433884524, 50.50938932464481, @@ -266210,17 +197312,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 844.0329205915532, + 844.0329205915441, 2506.918244308292, - 2406.6094227574704, + 2406.609422757463, 669.4368654343816, - -1318.0814399951396, + -1318.0814399951405, -2456.1079486908793, - -2413.2717520199158, + -2413.271752019911, -1167.9392561205987 ], "relative wind speed": [ - 5.0008254876645655, + 5.000825487664565, 5.31459079835515, 5.299641078231096, 4.962375302490842, @@ -266230,13 +197332,13 @@ 4.502477556923738 ], "relative wind angle": [ - 0.12042544846762628, - 0.04365556573468389, - 0.05149086609757073, - 0.12479678957185764, - 0.13512112436305385, - 0.05686756183222538, - 0.06657408843302078, + 0.1204254484676272, + 0.0436555657346839, + 0.05149086609757289, + 0.12479678957185765, + 0.13512112436305387, + 0.05686756183222539, + 0.0665740884330191, 0.13762119873972625 ], "resistance": [ @@ -266246,7 +197348,7 @@ 97303.93686543443, 95316.41856000491, 94178.39205130916, - 94221.22824798012, + 94221.22824798014, 95466.56074387944 ], "fuel": [ @@ -266256,7 +197358,7 @@ 47.018007941138684, 45.996578698758, 45.41833971444564, - 45.44001779217164, + 45.440017792171645, 46.07322680128354 ] }, @@ -266277,68 +197379,7 @@ "id": "5050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.17429173742339, - 15.17429173742339, - 15.17429173742339, - 15.17429173742339, - 15.17429173742339, - 15.17429173742339, - 15.17429173742339, - 15.17429173742339 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 846.7227395576874, - 2154.913906986546, - 1903.302685530448, - 409.20963089620545, - -1207.6952487884264, - -2055.329632699718, - -1947.8269274807362, - -831.5605516244477 - ], - "relative wind speed": [ - 4.535221699147592, - 4.800708592884627, - 4.759103686230496, - 4.4280942169057536, - 3.962961019366255, - 3.6368245637697862, - 3.6911011913984297, - 4.082312764554111 - ], - "relative wind angle": [ - 0.1183009383691363, - 0.03636437532429018, - 0.06064496898315196, - 0.13191750469820782, - 0.1354823951048224, - 0.048009839542006466, - 0.07822413176123323, - 0.1431651267542509 - ], - "resistance": [ - 97481.22273955769, - 98789.41390698655, - 98537.80268553045, - 97043.7096308962, - 95426.80475121157, - 94579.17036730028, - 94686.67307251926, - 95802.93944837555 - ], - "fuel": [ - 45.41897866467294, - 46.10017128812373, - 45.96865934728313, - 45.192580751448475, - 44.36206864118563, - 43.93057373537188, - 43.9851507926807, - 44.554399350339224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 11.25, -47.1875 11.5625, -46.875 11.5625, -46.875 11.25, -47.1875 11.25))", @@ -266357,68 +197398,7 @@ "id": "5051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.685553578862052, - 15.685553578862052, - 15.685553578862052, - 15.685553578862052, - 15.685553578862052, - 15.685553578862052, - 15.685553578862052, - 15.685553578862052 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1105.9233010158623, - 2373.306142243966, - 1856.1612895622347, - 205.6840425689552, - -1449.2461607204132, - -2195.464041430013, - -1974.7455840850826, - -675.0572340900153 - ], - "relative wind speed": [ - 4.73187449909088, - 4.9685262280504725, - 4.885502913685656, - 4.518355229112681, - 4.0436280346149465, - 3.7490413546192087, - 3.8566079963926154, - 4.280891260125697 - ], - "relative wind angle": [ - 0.1092851753427213, - 0.024132376088747992, - 0.07099273148619036, - 0.13541343478691867, - 0.12798075008283702, - 0.03198448310762755, - 0.08997854692702294, - 0.14297512943084265 - ], - "resistance": [ - 97740.42330101586, - 99007.80614224396, - 98490.66128956224, - 96840.18404256896, - 95185.25383927958, - 94439.03595856999, - 94659.75441591491, - 95959.44276590999 - ], - "fuel": [ - 46.03681893515254, - 46.69788827956208, - 46.42742267375, - 45.57088298036169, - 44.72220983012791, - 44.342871702754366, - 44.45485762082619, - 45.117956962847416 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 11.25, -46.875 11.5625, -46.5625 11.5625, -46.5625 11.25, -46.875 11.25))", @@ -266437,68 +197417,7 @@ "id": "5054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.132937793990305, - 23.132937793990305, - 23.132937793990305, - 23.132937793990305, - 23.132937793990305, - 23.132937793990305, - 23.132937793990305, - 23.132937793990305 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2821.5708540648084, - 3372.8135127187743, - 1400.1699127444408, - -1257.6845365132067, - -3097.334757179213, - -3330.396691430098, - -2097.8504949138205, - 426.51053934077936 - ], - "relative wind speed": [ - 6.971056832466168, - 7.033972809453575, - 6.766999912616561, - 6.3008331270050695, - 5.896600047126259, - 5.8214046409015765, - 6.129701270036744, - 6.607951829642688 - ], - "relative wind angle": [ - 0.0458866970113067, - 0.021929924084173023, - 0.07957232177953527, - 0.0964000471028898, - 0.054255581424649146, - 0.026498789908660808, - 0.08786571567899824, - 0.09190667917256211 - ], - "resistance": [ - 99456.07085406482, - 100007.31351271879, - 98034.66991274446, - 95376.81546348681, - 93537.1652428208, - 93304.10330856992, - 94536.6495050862, - 97061.01053934079 - ], - "fuel": [ - 55.92667616961686, - 56.216990070776674, - 55.18330707757965, - 53.813465252372026, - 52.880714517246915, - 52.76344478998374, - 53.38591681402919, - 54.67843808219777 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 11.25, -46.5625 11.5625, -46.25 11.5625, -46.25 11.25, -46.5625 11.25))", @@ -266517,68 +197436,7 @@ "id": "5055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 77153.35528036687, - "wind resistance": [ - 3165.9800805217237, - 3558.3485570002304, - 1320.257838853253, - -1570.902237265851, - -3472.004638938746, - -3637.250042106658, - -2172.7724870699094, - 623.4594962873125 - ], - "relative wind speed": [ - 7.8915266086541855, - 7.931313840668447, - 7.657316446711416, - 7.208640429595232, - 6.8412673408868505, - 6.795100573604722, - 7.102438727613561, - 7.557422457517322 - ], - "relative wind angle": [ - 0.03525345318115572, - 0.022054904105024215, - 0.06868198328373128, - 0.07891337915872872, - 0.04066828764426852, - 0.025743475706822748, - 0.07405723305898511, - 0.07526439348356548 - ], - "resistance": [ - 80319.3353608886, - 80711.7038373671, - 78473.61311922013, - 75582.45304310102, - 73681.35064142813, - 73516.1052382602, - 74980.58279329696, - 77776.81477665418 - ], - "fuel": [ - 51.81473989166244, - 51.99332611348134, - 50.98234640426854, - 49.70395591391605, - 48.88029181466659, - 48.80933352968958, - 49.44173712041983, - 50.67139678534414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 12.1875, -46.25 12.5, -45.9375 12.5, -45.9375 12.1875, -46.25 12.1875))", @@ -266610,9 +197468,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1149.140320065926, + 1149.1403200659042, 2971.7443487231903, - 2579.728905548156, + 2579.7289055481488, 452.48528917907606, -1850.6123797425244, -3022.7204299361183, @@ -266622,7 +197480,7 @@ "relative wind speed": [ 7.053308751128697, 7.293912601929024, - 7.25064690069712, + 7.250646900697119, 6.9447783738429765, 6.535962479784769, 6.266323390260344, @@ -266630,17 +197488,17 @@ 6.651167056547733 ], "relative wind angle": [ - 0.06632945669941856, + 0.0663294566994219, 0.020186308527648033, 0.035768366333676097, 0.07406812044153688, 0.07158834128232895, 0.023497146614732546, 0.041062003750243666, - 0.07734420451386764 + 0.07734420451386763 ], "resistance": [ - 97783.64032006591, + 97783.6403200659, 99606.24434872318, 99214.22890554814, 97086.98528917907, @@ -266650,7 +197508,7 @@ 95385.70643814797 ], "fuel": [ - 56.95064960191033, + 56.950649601910314, 57.90349924442479, 57.697511830783455, 56.58970663198981, @@ -266677,68 +197535,7 @@ "id": "5061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.150232099740355, - 10.150232099740355, - 10.150232099740355, - 10.150232099740355, - 10.150232099740355, - 10.150232099740355, - 10.150232099740355, - 10.150232099740355 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 468.82394901001226, - 1418.336944141172, - 1417.1560677130096, - 466.81828965065824, - -633.6683456711107, - -1293.0709892551663, - -1292.5599718430394, - -631.9574881091853 - ], - "relative wind speed": [ - 3.1055138940107714, - 3.3923521257254245, - 3.392081766919531, - 3.1048008502093616, - 2.6461465141742204, - 2.2667719284163805, - 2.2671764834044996, - 2.6469831130760064 - ], - "relative wind angle": [ - 0.1827801690165545, - 0.06888171154217478, - 0.06911926719627225, - 0.18292916168730886, - 0.2149700130138914, - 0.10318688711502516, - 0.10351663698844649, - 0.21502678435488926 - ], - "resistance": [ - 97103.32394901002, - 98052.83694414119, - 98051.65606771302, - 97101.31828965068, - 96000.83165432891, - 95341.42901074485, - 95341.94002815697, - 96002.54251189083 - ], - "fuel": [ - 41.38938066727706, - 41.88183594982486, - 41.88122141671319, - 41.388344003061604, - 40.82179332277373, - 40.48447985424685, - 40.48474063569216, - 40.822670606085566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 11.875, -45.625 12.1875, -45.3125 12.1875, -45.3125 11.875, -45.625 11.875))", @@ -266757,68 +197554,7 @@ "id": "5062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.667736625258462, - 14.667736625258462, - 14.667736625258462, - 14.667736625258462, - 14.667736625258462, - 14.667736625258462, - 14.667736625258462, - 14.667736625258462 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1016.7755115331329, - 2135.6938217058105, - 1642.8295990179922, - 159.60028565250468, - -1311.7941427623518, - -1960.6125744961064, - -1750.154669208685, - -574.8221005501546 - ], - "relative wind speed": [ - 4.439219202523689, - 4.660323955868827, - 4.575963989929879, - 4.222034729523053, - 3.7684312609133244, - 3.4912922997994547, - 3.601151879489236, - 4.010257353211267 - ], - "relative wind angle": [ - 0.11040179433855765, - 0.022956275689695344, - 0.07389173085571747, - 0.1389394058926259, - 0.13015667182840177, - 0.030645108322676248, - 0.09394653185182622, - 0.14632811131885204 - ], - "resistance": [ - 97651.27551153315, - 98770.19382170582, - 98277.329599018, - 96794.10028565252, - 95322.70585723766, - 94673.88742550391, - 94884.34533079133, - 96059.67789944986 - ], - "fuel": [ - 45.045223239181915, - 45.628172955989285, - 45.370819574703106, - 44.601791560278095, - 43.84698819505563, - 43.51671342828237, - 43.62367335045296, - 44.22403683927566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 11.875, -45.3125 12.1875, -45 12.1875, -45 11.875, -45.3125 11.875))", @@ -266837,68 +197573,7 @@ "id": "5063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.714710977404149, - 12.714710977404149, - 12.714710977404149, - 12.714710977404149, - 12.714710977404149, - 12.714710977404149, - 12.714710977404149, - 12.714710977404149 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 971.9917098625583, - 1995.3205647088816, - 1522.8893310767335, - 158.7441732639063, - -1180.2415231247796, - -1767.4193414024408, - -1564.536884608976, - -483.1603540893648 - ], - "relative wind speed": [ - 3.927582814556689, - 4.153369393785563, - 4.063155150188273, - 3.6927465232265835, - 3.2116657535022974, - 2.9137992992287334, - 3.0383340670372365, - 3.479127303307325 - ], - "relative wind angle": [ - 0.13154094552268022, - 0.02611304003322394, - 0.08915855414847437, - 0.16871944348500778, - 0.1610953060187069, - 0.037226251919368826, - 0.11935675810053868, - 0.17918781102523926 - ], - "resistance": [ - 97606.49170986259, - 98629.8205647089, - 98157.38933107676, - 96793.24417326394, - 95454.25847687526, - 94867.0806585976, - 95069.96311539106, - 96151.33964591066 - ], - "fuel": [ - 43.39918841854681, - 43.93198407784071, - 43.68552876883584, - 42.97855035487419, - 42.29134509850449, - 41.99209312040176, - 42.095346000831455, - 42.64827432262955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 11.25, -46.25 11.5625, -45.9375 11.5625, -45.9375 11.25, -46.25 11.25))", @@ -266917,68 +197592,7 @@ "id": "5066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 73423.52438740907, - "wind resistance": [ - 2324.5786304277935, - 3622.928244124887, - 2017.5457338639972, - -660.4480693431178, - -2875.3845008025673, - -3420.6845359868494, - -2659.2233012316574, - -295.27482717706516 - ], - "relative wind speed": [ - 7.782553150500424, - 7.915532071252588, - 7.743532846360559, - 7.352946254142745, - 6.9584682487206555, - 6.806817607207444, - 7.00186496343315, - 7.410978025369238 - ], - "relative wind angle": [ - 0.0477424999512316, - 0.0036760785998249546, - 0.05330431423828667, - 0.07546473116014644, - 0.05340169477515065, - 0.004274852481829983, - 0.0589567743894787, - 0.07487269237693914 - ], - "resistance": [ - 75748.10301783687, - 77046.45263153396, - 75441.07012127306, - 72763.07631806596, - 70548.1398866065, - 70002.83985142222, - 70764.30108617741, - 73128.249560232 - ], - "fuel": [ - 49.77636173026761, - 50.347408463383815, - 49.642238021362616, - 48.487260740761926, - 47.55215641752988, - 47.32474142313566, - 47.642611739431224, - 48.64318294701678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 10.3125, -47.5 10.625, -47.1875 10.625, -47.1875 10.3125, -47.5 10.3125))", @@ -266997,68 +197611,7 @@ "id": "5072", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.618963370579392, - 14.618963370579392, - 14.618963370579392, - 14.618963370579392, - 14.618963370579392, - 14.618963370579392, - 14.618963370579392, - 14.618963370579392 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1860.7948164577165, - 2136.4930442036466, - 862.8980844512553, - -784.9910858305493, - -1894.1254275702531, - -2012.1066306495413, - -1195.7209818723431, - 384.78604192676084 - ], - "relative wind speed": [ - 4.612856651049152, - 4.659764576729483, - 4.394749759314017, - 3.9351425366833848, - 3.5313794470618753, - 3.4692479547758657, - 3.799376506121605, - 4.273609773744496 - ], - "relative wind angle": [ - 0.06515607688620051, - 0.03671579833222109, - 0.1236993120151201, - 0.15198885392484499, - 0.08515264470345389, - 0.04932421052714451, - 0.14320772425690811, - 0.1398688291102411 - ], - "resistance": [ - 98495.29481645772, - 98770.99304420366, - 97497.39808445127, - 95849.50891416946, - 94740.37457242976, - 94622.39336935047, - 95438.77901812767, - 97019.28604192678 - ], - "fuel": [ - 45.44093479573378, - 45.58500525971907, - 44.9218326648214, - 44.07271872172056, - 43.5069002830694, - 43.44698221819789, - 43.86265355063711, - 44.67443354355981 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 10.3125, -47.1875 10.625, -46.875 10.625, -46.875 10.3125, -47.1875 10.3125))", @@ -267077,68 +197630,7 @@ "id": "5073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.93909501459773, - 15.93909501459773, - 15.93909501459773, - 15.93909501459773, - 15.93909501459773, - 15.93909501459773, - 15.93909501459773, - 15.93909501459773 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2693.7881448663957, - 2127.3954228846105, - 266.6656781793299, - -1605.6716257350245, - -2462.968423560592, - -2220.584240746609, - -762.5644213167288, - 1248.2587292761273 - ], - "relative wind speed": [ - 5.107361829040041, - 5.019164958510962, - 4.615773285716206, - 4.0867997751620635, - 3.7521130363537814, - 3.869299705317083, - 4.342595314461139, - 4.843713935406026 - ], - "relative wind angle": [ - 0.02705885889100345, - 0.07611838584383439, - 0.14741276465644335, - 0.14168466905301993, - 0.03683625011868931, - 0.0988043470926127, - 0.156760385952853, - 0.11942812230789233 - ], - "resistance": [ - 99328.28814486641, - 98761.89542288463, - 96901.16567817934, - 95028.828374265, - 94171.53157643942, - 94413.9157592534, - 95871.93557868329, - 97882.75872927615 - ], - "fuel": [ - 47.112099285958905, - 46.81525361142528, - 45.848450151714744, - 44.88861984490024, - 44.45349118485823, - 44.57623814356227, - 45.3192137390652, - 46.35686362289541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 10.3125, -46.875 10.625, -46.5625 10.625, -46.5625 10.3125, -46.875 10.3125))", @@ -267157,68 +197649,7 @@ "id": "5076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.002858036313967, - 22.002858036313967, - 22.002858036313967, - 22.002858036313967, - 22.002858036313967, - 22.002858036313967, - 22.002858036313967, - 22.002858036313967 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3187.9492028260556, - 3690.281953962809, - 1477.0930403259172, - -1423.368770435527, - -3383.7842988202683, - -3597.2012662757716, - -2182.5540722337464, - 595.9644834573974 - ], - "relative wind speed": [ - 6.749908478790081, - 6.808840522175572, - 6.495303172117243, - 5.9574108877254135, - 5.494486195767061, - 5.421285250851213, - 5.793244318152023, - 6.345068836689458 - ], - "relative wind angle": [ - 0.052304287618458574, - 0.028654358331061457, - 0.09695527056836276, - 0.1167815731632282, - 0.06427011531491096, - 0.035991166565401356, - 0.10874886390286694, - 0.10961702980197426 - ], - "resistance": [ - 99822.44920282607, - 100324.78195396283, - 98111.59304032593, - 95211.13122956449, - 93250.71570117975, - 93037.29873372424, - 94451.94592776627, - 97230.46448345741 - ], - "fuel": [ - 54.51965271469243, - 54.784847164144466, - 53.623492280208154, - 52.12909110248185, - 51.13675831300272, - 51.02959301891225, - 51.74310623024621, - 53.16619914124319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 10.9375, -45.9375 11.25, -45.625 11.25, -45.625 10.9375, -45.9375 10.9375))", @@ -267237,68 +197668,7 @@ "id": "5081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.14765164915524, - 19.14765164915524, - 19.14765164915524, - 19.14765164915524, - 19.14765164915524, - 19.14765164915524, - 19.14765164915524, - 19.14765164915524 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2657.66351526407, - 2479.0659420205047, - 614.7706819182367, - -1487.3086041074585, - -2652.3753101373877, - -2576.5162995973624, - -1217.2234232546198, - 928.2023086358131 - ], - "relative wind speed": [ - 5.904132174554329, - 5.880015569838002, - 5.552587711500187, - 5.081488327022817, - 4.741316410055629, - 4.7711921920347224, - 5.148555888884526, - 5.614030140389457 - ], - "relative wind angle": [ - 0.034427233960851136, - 0.04554638245093087, - 0.10497940103042015, - 0.10946230125580841, - 0.0428752374006893, - 0.05614142748021298, - 0.1132517342589917, - 0.09904291220413992 - ], - "resistance": [ - 99292.1635152641, - 99113.56594202053, - 97249.27068191826, - 95147.19139589257, - 93982.12468986264, - 94057.98370040266, - 95417.27657674541, - 97562.70230863584 - ], - "fuel": [ - 50.5734193422443, - 50.47971173976672, - 49.50862848187709, - 48.429199479064415, - 47.83801344557703, - 47.8763526101104, - 48.56696909317131, - 49.67098590332843 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 10.625, -46.25 10.9375, -45.9375 10.9375, -45.9375 10.625, -46.25 10.625))", @@ -267317,68 +197687,7 @@ "id": "5082", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.940739994379133, - 25.940739994379133, - 25.940739994379133, - 25.940739994379133, - 25.940739994379133, - 25.940739994379133, - 25.940739994379133, - 25.940739994379133 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3707.5909892445925, - 3976.828126204269, - 1366.6095178202086, - -1885.2405327496162, - -3942.292543733485, - -4056.103135909216, - -2295.7935649668543, - 890.8614805594225 - ], - "relative wind speed": [ - 7.8305290951836115, - 7.8579690705591725, - 7.529927141017904, - 7.009317885959126, - 6.593470590817307, - 6.560744045352263, - 6.9347846104584745, - 7.460596699732753 - ], - "relative wind angle": [ - 0.038150902984732185, - 0.028835041684463884, - 0.08230674539085532, - 0.09271462403677672, - 0.04531324152272172, - 0.03453853943415894, - 0.0893884236522623, - 0.08709178957276464 - ], - "resistance": [ - 100342.0909892446, - 100611.32812620429, - 98001.10951782022, - 94749.2594672504, - 92692.20745626654, - 92578.3968640908, - 94338.70643503316, - 97525.36148055944 - ], - "fuel": [ - 60.73305707342945, - 60.87559815772539, - 59.50504978551422, - 57.833066132444145, - 56.795722604263695, - 56.73878913505983, - 57.62477211916666, - 59.2579801157778 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 10.9375, -45.625 11.25, -45.3125 11.25, -45.3125 10.9375, -45.625 10.9375))", @@ -267397,68 +197706,7 @@ "id": "5084", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.066112222557056, - 19.066112222557056, - 19.066112222557056, - 19.066112222557056, - 19.066112222557056, - 19.066112222557056, - 19.066112222557056, - 19.066112222557056 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2808.995053552475, - 1913.0949956327258, - -75.44968407355373, - -1921.3081953070032, - -2590.197079298854, - -2210.644927453599, - -561.9285814738105, - 1501.113244078806 - ], - "relative wind speed": [ - 5.887660946016549, - 5.765091693884885, - 5.3829342577317005, - 4.937537333835377, - 4.705194103019552, - 4.854597895133843, - 5.275170304291313, - 5.694218826083194 - ], - "relative wind angle": [ - 0.00920866883511267, - 0.06591837321732147, - 0.11006268989965408, - 0.09257184108419955, - 0.011523000378346549, - 0.07830487263856979, - 0.11232051517996824, - 0.08024183125717785 - ], - "resistance": [ - 99443.49505355247, - 98547.59499563272, - 96559.05031592645, - 94713.191804693, - 94044.30292070114, - 94423.8550725464, - 96072.57141852619, - 98135.6132440788 - ], - "fuel": [ - 50.55607005680844, - 50.08669519780835, - 49.055539867057576, - 48.111542475583164, - 47.772593076406494, - 47.96472111101848, - 48.80551749626177, - 49.87185455721873 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 24.6875, -50 25, -49.6875 25, -49.6875 24.6875, -50 24.6875))", @@ -267477,68 +197725,7 @@ "id": "5096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.320450382182763, - 9.320450382182763, - 9.320450382182763, - 9.320450382182763, - 9.320450382182763, - 9.320450382182763, - 9.320450382182763, - 9.320450382182763 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -313.794673569987, - -727.7073831652674, - -765.9868024806701, - -447.87182148614374, - 155.42356534377632, - 710.7608732561175, - 800.3849265224044, - 311.3554110181958 - ], - "relative wind speed": [ - 2.5065448975289155, - 2.2702311815620373, - 2.2387981408434947, - 2.4373335418167836, - 2.719421188500872, - 2.919600881295108, - 2.94377339622999, - 2.7816225714015532 - ], - "relative wind angle": [ - 0.14121909542520844, - 0.07650075110184391, - 0.04800107865927571, - 0.1339166206601177, - 0.13009894740003494, - 0.05946269207802028, - 0.036499860435303885, - 0.11725951299604907 - ], - "resistance": [ - 96320.70532643002, - 95906.79261683473, - 95868.51319751934, - 96186.62817851386, - 96789.92356534378, - 97345.26087325612, - 97434.8849265224, - 96945.8554110182 - ], - "fuel": [ - 40.51277454363141, - 40.3003582626221, - 40.28074581382252, - 40.443897550813105, - 40.7543440909434, - 41.04130926061134, - 41.08772916700247, - 40.834804486911096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 24.6875, -49.6875 25, -49.375 25, -49.375 24.6875, -49.6875 24.6875))", @@ -267557,68 +197744,7 @@ "id": "5097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.079314282820018, - 10.079314282820018, - 10.079314282820018, - 10.079314282820018, - 10.079314282820018, - 10.079314282820018, - 10.079314282820018, - 10.079314282820018 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -268.4193296665253, - -859.1453463423136, - -970.8280377738797, - -657.8320433868157, - 68.58537528452052, - 809.5593521667688, - 1070.7677225000807, - 521.8062477111725 - ], - "relative wind speed": [ - 2.7610381416505057, - 2.46204245459801, - 2.376849840838905, - 2.5745099209679934, - 2.902483499792065, - 3.160077378478425, - 3.2246436888931065, - 3.069143325596158 - ], - "relative wind angle": [ - 0.15418960109314708, - 0.10141544897269829, - 0.030098875420434653, - 0.13653501224116235, - 0.14661981354457038, - 0.0789602656937906, - 0.022184024049886994, - 0.11442459150822462 - ], - "resistance": [ - 96366.0806703335, - 95775.3546536577, - 95663.67196222613, - 95976.6679566132, - 96703.08537528453, - 97444.05935216678, - 97705.2677225001, - 97156.30624771118 - ], - "fuel": [ - 40.96711289260273, - 40.66405220011375, - 40.60690148213371, - 40.767186288741094, - 41.14058840741106, - 41.52349601440396, - 41.65896576470857, - 41.37455334283415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 24.0625, -48.75 24.375, -48.4375 24.375, -48.4375 24.0625, -48.75 24.0625))", @@ -267637,68 +197763,7 @@ "id": "5108", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.962658027479044, - 8.962658027479044, - 8.962658027479044, - 8.962658027479044, - 8.962658027479044, - 8.962658027479044, - 8.962658027479044, - 8.962658027479044 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -182.5265263761553, - -868.949429873577, - -1035.8873624203347, - -746.0968196714794, - 22.102375545337054, - 858.9730406177509, - 1246.234870309932, - 681.9089025820604 - ], - "relative wind speed": [ - 2.49770287510661, - 2.1060761615778834, - 1.9577288554237349, - 2.1870299671187237, - 2.5942282225311777, - 2.921126995617696, - 3.0225547888391318, - 2.8610207349506878 - ], - "relative wind angle": [ - 0.2148541544359052, - 0.16294175030430683, - 0.025212894080318692, - 0.18925942310641974, - 0.20674168512185093, - 0.11722701358014773, - 0.016329554891794336, - 0.14431250122095873 - ], - "resistance": [ - 96451.97347362388, - 95765.55057012645, - 95598.61263757969, - 95888.40318032855, - 96656.60237554536, - 97493.47304061778, - 97880.73487030996, - 97316.40890258209 - ], - "fuel": [ - 40.390217594051904, - 40.037964269441716, - 39.95256136825858, - 40.10088002930843, - 40.49556674792203, - 40.928034735849685, - 41.1290412602343, - 40.83631629226384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 24.0625, -48.4375 24.375, -48.125 24.375, -48.125 24.0625, -48.4375 24.0625))", @@ -267717,68 +197782,7 @@ "id": "5109", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.604052470588233, - 10.604052470588233, - 10.604052470588233, - 10.604052470588233, - 10.604052470588233, - 10.604052470588233, - 10.604052470588233, - 10.604052470588233 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 530.55764552762, - -489.558577789579, - -1165.2588696927196, - -1228.4583027022727, - -705.8456638325642, - 278.07828520402927, - 1189.028232882221, - 1335.9480783706808 - ], - "relative wind speed": [ - 3.2296697778804817, - 2.836135648034745, - 2.4885589164697812, - 2.4418610580306845, - 2.736387537073304, - 3.142438259242526, - 3.424274835123987, - 3.457730209324887 - ], - "relative wind angle": [ - 0.14591301161092032, - 0.18032637433231527, - 0.10053960434904004, - 0.06369294450002447, - 0.17245958426070354, - 0.1625841684514012, - 0.07300800148008094, - 0.04496492227677872 - ], - "resistance": [ - 97165.05764552762, - 96144.94142221042, - 95469.24113030729, - 95406.04169729773, - 95928.65433616744, - 96912.57828520403, - 97823.52823288222, - 97970.44807837068 - ], - "fuel": [ - 41.69930152720327, - 41.17373252005118, - 40.827740238918196, - 40.795465857047844, - 41.062797863518014, - 41.56886229869029, - 42.040605321285554, - 42.11697815418252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 23.75, -48.4375 24.0625, -48.125 24.0625, -48.125 23.75, -48.4375 23.75))", @@ -267797,68 +197801,7 @@ "id": "5111", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.668763603279576, - 13.668763603279576, - 13.668763603279576, - 13.668763603279576, - 13.668763603279576, - 13.668763603279576, - 13.668763603279576, - 13.668763603279576 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 585.2488515213736, - -656.3375669618363, - -1464.1135810179858, - -1526.952988119795, - -877.9036673370392, - 327.8049177592675, - 1421.053945474976, - 1568.503036135845 - ], - "relative wind speed": [ - 4.049022618300339, - 3.674409492550499, - 3.3600762439784053, - 3.325107654350988, - 3.596791752137975, - 3.9787196373720874, - 4.247514885954782, - 4.274944930491148 - ], - "relative wind angle": [ - 0.1100080672870895, - 0.12972087846402333, - 0.06780794884760448, - 0.0461335370625408, - 0.12390675477721333, - 0.11974954046201908, - 0.053625349912404655, - 0.03587823373568313 - ], - "resistance": [ - 97219.74885152142, - 95978.1624330382, - 95170.38641898206, - 95107.54701188025, - 95756.596332663, - 96962.3049177593, - 98055.55394547503, - 98203.0030361359 - ], - "fuel": [ - 43.9601893314394, - 43.32077668911519, - 42.907854839416146, - 42.875834152469096, - 43.20727407989974, - 43.8271352251833, - 44.3938564344017, - 44.47063183256273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 23.125, -50 23.4375, -49.6875 23.4375, -49.6875 23.125, -50 23.125))", @@ -267877,68 +197820,7 @@ "id": "5118", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.785581194479994, - 9.785581194479994, - 9.785581194479994, - 9.785581194479994, - 9.785581194479994, - 9.785581194479994, - 9.785581194479994, - 9.785581194479994 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -500.4845516651585, - -1028.755835837554, - -1037.6303940956132, - -530.8045758265612, - 331.84568393488735, - 1080.8117800787095, - 1101.4298920135398, - 367.24908694415853 - ], - "relative wind speed": [ - 2.5772490858602364, - 2.27177656130469, - 2.2646582016765775, - 2.5620798443464063, - 2.9371340893341733, - 3.17930822110769, - 3.1843826307269225, - 2.9503756337948226 - ], - "relative wind angle": [ - 0.17981245080959418, - 0.0867646337365372, - 0.08068352474602307, - 0.1785324480024665, - 0.15758267177081983, - 0.06195959799506736, - 0.0573494252504862, - 0.15483157980190163 - ], - "resistance": [ - 96134.01544833485, - 95605.74416416245, - 95596.86960590439, - 96103.69542417343, - 96966.3456839349, - 97715.31178007871, - 97735.92989201353, - 97001.74908694415 - ], - "fuel": [ - 40.67656896857626, - 40.405944274393995, - 40.401406853084524, - 40.66100842866601, - 41.10506505168151, - 41.49284751365168, - 41.50355220768694, - 41.12334841093053 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 23.4375, -49.375 23.75, -49.0625 23.75, -49.0625 23.4375, -49.375 23.4375))", @@ -267957,68 +197839,7 @@ "id": "5120", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.15938820854435, - 11.15938820854435, - 11.15938820854435, - 11.15938820854435, - 11.15938820854435, - 11.15938820854435, - 11.15938820854435, - 11.15938820854435 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -654.1438202397017, - -1277.3504193535864, - -1268.6054902263031, - -624.0723888404036, - 439.0193617768364, - 1338.7835146402313, - 1318.4282442089434, - 403.94603557220125 - ], - "relative wind speed": [ - 2.931099674820288, - 2.6132631564371165, - 2.6193714779927206, - 2.9442333267227183, - 3.3455344896083177, - 3.5992779831653325, - 3.5948350984667727, - 3.333982069943637 - ], - "relative wind angle": [ - 0.16757236238097917, - 0.07558806108202774, - 0.08017761550444162, - 0.16859380647502986, - 0.14665297622086562, - 0.05485612877772854, - 0.05839190912859364, - 0.1487282704839969 - ], - "resistance": [ - 95980.35617976033, - 95357.14958064644, - 95365.89450977373, - 96010.42761115963, - 97073.51936177687, - 97973.28351464026, - 97952.92824420898, - 97038.44603557223 - ], - "fuel": [ - 41.447952443012994, - 41.1291603572695, - 41.13362369858485, - 41.46337158740262, - 42.01063469219733, - 42.47710517351195, - 42.46651895604594, - 41.992512406082426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 23.125, -49.375 23.4375, -49.0625 23.4375, -49.0625 23.125, -49.375 23.125))", @@ -268037,68 +197858,7 @@ "id": "5122", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.02598825072769, - 11.02598825072769, - 11.02598825072769, - 11.02598825072769, - 11.02598825072769, - 11.02598825072769, - 11.02598825072769, - 11.02598825072769 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -39.747993591366594, - -958.7424834698331, - -1276.851018054907, - -1060.7004888341544, - -210.11751421740837, - 832.5832436115147, - 1483.5166859013411, - 978.6399220171438 - ], - "relative wind speed": [ - 3.139766810441855, - 2.744869078549105, - 2.540225225138077, - 2.6920278268663194, - 3.0743849404580947, - 3.4315699217257283, - 3.5856985639676884, - 3.4731778770234523 - ], - "relative wind angle": [ - 0.16727810059537948, - 0.14370798809333546, - 0.013055813646262968, - 0.1289600721272587, - 0.17087019968538256, - 0.11480697838917325, - 0.009249031181081068, - 0.09984473438110084 - ], - "resistance": [ - 96594.75200640866, - 95675.7575165302, - 95357.64898194512, - 95573.79951116588, - 96424.38248578263, - 97467.08324361155, - 98118.01668590137, - 97613.13992201717 - ], - "fuel": [ - 41.67564453202981, - 41.20395128097937, - 41.041407562359055, - 41.151812860120856, - 41.587961495666804, - 42.12629419607737, - 42.46441370072002, - 42.20202437519151 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 22.8125, -49.0625 23.125, -48.75 23.125, -48.75 22.8125, -49.0625 22.8125))", @@ -268117,68 +197877,7 @@ "id": "5125", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.072060088665237, - 10.072060088665237, - 10.072060088665237, - 10.072060088665237, - 10.072060088665237, - 10.072060088665237, - 10.072060088665237, - 10.072060088665237 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 703.4693474918236, - -366.22998968849333, - -1143.6717455955127, - -1278.836587412637, - -822.0123600362631, - 169.85698505708024, - 1166.5326036529236, - 1479.6672867016482 - ], - "relative wind speed": [ - 3.1609236737333, - 2.743801357582995, - 2.3328249145411823, - 2.225867589904199, - 2.520180595176675, - 2.968889154818413, - 3.3016172736355442, - 3.374649933798579 - ], - "relative wind angle": [ - 0.15492811752928445, - 0.21108976868687312, - 0.1398864706958474, - 0.0516428540547137, - 0.19477049576034922, - 0.19487134456427774, - 0.0986776609538731, - 0.034054281208291855 - ], - "resistance": [ - 97337.96934749182, - 96268.2700103115, - 95490.82825440449, - 95355.66341258737, - 95812.48763996374, - 96804.35698505708, - 97801.03260365293, - 98114.16728670165 - ], - "fuel": [ - 41.46424758315494, - 40.912543528759414, - 40.51424492586257, - 40.44522683617317, - 40.67876454917749, - 41.18850147797042, - 41.70439586027992, - 41.867242198961435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 22.5, -49.375 22.8125, -49.0625 22.8125, -49.0625 22.5, -49.375 22.5))", @@ -268197,68 +197896,7 @@ "id": "5126", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.891711904263389, - 9.891711904263389, - 9.891711904263389, - 9.891711904263389, - 9.891711904263389, - 9.891711904263389, - 9.891711904263389, - 9.891711904263389 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 652.2339060853128, - -329.09013339181865, - -1049.5196539025433, - -1179.6867725539628, - -770.8047503399935, - 135.73493698451375, - 1052.8810040867052, - 1354.9438164771987 - ], - "relative wind speed": [ - 3.08933662109426, - 2.7004513046834844, - 2.3166565716278216, - 2.212540845746816, - 2.480723496811118, - 2.899233101545673, - 3.214201635740748, - 3.2867389357791774 - ], - "relative wind angle": [ - 0.14672824116751088, - 0.20037082478560528, - 0.1335370392519669, - 0.045790074093605256, - 0.18309239711838382, - 0.18646501552880768, - 0.09610978150785397, - 0.03081870650911354 - ], - "resistance": [ - 97286.73390608533, - 96305.4098666082, - 95584.98034609747, - 95454.81322744605, - 95863.69524966003, - 96770.23493698453, - 97687.38100408672, - 97989.44381647721 - ], - "fuel": [ - 41.33194229718275, - 40.825844084993605, - 40.45657798372409, - 40.39006502584169, - 40.59920810352335, - 41.065121624488086, - 41.53959815066513, - 41.69655257454532 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 22.5, -49.0625 22.8125, -48.75 22.8125, -48.75 22.5, -49.0625 22.5))", @@ -268277,68 +197915,7 @@ "id": "5127", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.423843875270826, - 9.423843875270826, - 9.423843875270826, - 9.423843875270826, - 9.423843875270826, - 9.423843875270826, - 9.423843875270826, - 9.423843875270826 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 748.1105836752799, - -243.56204380436156, - -1010.259445166399, - -1182.4302958932096, - -821.4965474193923, - 70.72781110709593, - 1020.4810689575002, - 1419.2090790638413 - ], - "relative wind speed": [ - 3.010835072207519, - 2.6103889349263643, - 2.1873472371203038, - 2.0408668472876816, - 2.3062710468762524, - 2.7513421419570006, - 3.0983101907260204, - 3.1966977469470854 - ], - "relative wind angle": [ - 0.15333098147398924, - 0.22333087526241946, - 0.1643039184967123, - 0.03537284322606427, - 0.20073542258484928, - 0.21171045618761536, - 0.11573238384488052, - 0.022580284004727436 - ], - "resistance": [ - 97382.61058367528, - 96390.93795619564, - 95624.2405548336, - 95452.06970410679, - 95813.00345258061, - 96705.22781110709, - 97654.9810689575, - 98053.70907906385 - ], - "fuel": [ - 41.11714280355791, - 40.60537281714229, - 40.212213469148, - 40.12422569414501, - 40.30880735560616, - 40.76717149289102, - 41.25834490750803, - 41.46555103493131 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 23.4375, -48.4375 23.75, -48.125 23.75, -48.125 23.4375, -48.4375 23.4375))", @@ -268357,68 +197934,7 @@ "id": "5129", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.605139822281197, - 11.605139822281197, - 11.605139822281197, - 11.605139822281197, - 11.605139822281197, - 11.605139822281197, - 11.605139822281197, - 11.605139822281197 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 317.3156602531344, - -688.8843987347691, - -1249.7363556483842, - -1212.9328761454044, - -560.7676901008808, - 466.4493445805183, - 1301.0104189598587, - 1215.0179616968298 - ], - "relative wind speed": [ - 3.416693243971435, - 3.0433311675594705, - 2.7662807847605353, - 2.790695736411607, - 3.0966770816399656, - 3.4642946000470816, - 3.689294280918628, - 3.670860795253388 - ], - "relative wind angle": [ - 0.13566310765863487, - 0.14543735190709015, - 0.058468328644266127, - 0.07620204490904425, - 0.14978349983959008, - 0.12766108259410927, - 0.04382936983782822, - 0.05790733190394204 - ], - "resistance": [ - 96951.81566025314, - 95945.61560126524, - 95384.76364435161, - 95421.56712385459, - 96073.73230989912, - 97100.94934458051, - 97935.51041895986, - 97849.51796169682 - ], - "fuel": [ - 42.25034867635051, - 41.732721698295904, - 41.44583364062591, - 41.46462354276474, - 41.79842042574083, - 42.32738919316987, - 42.76003996574519, - 42.715340237002785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 23.125, -48.75 23.4375, -48.4375 23.4375, -48.4375 23.125, -48.75 23.125))", @@ -268437,68 +197953,7 @@ "id": "5130", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.969862772577473, - 9.969862772577473, - 9.969862772577473, - 9.969862772577473, - 9.969862772577473, - 9.969862772577473, - 9.969862772577473, - 9.969862772577473 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 123.28674818844047, - -668.7315931582784, - -1034.7812725406575, - -933.6175768502758, - -319.5581607815002, - 530.3189368650546, - 1145.4175604458837, - 909.5786156580739 - ], - "relative wind speed": [ - 2.9011216196869776, - 2.5428820613272327, - 2.3128710064683764, - 2.391678767795708, - 2.713177291198717, - 3.0514895523124044, - 3.2293134522882037, - 3.1713893386600764 - ], - "relative wind angle": [ - 0.15870767457538285, - 0.154598735730801, - 0.041195442284843856, - 0.10760255580919699, - 0.16980483056858153, - 0.12867316249233088, - 0.029500578377176092, - 0.0810799414914726 - ], - "resistance": [ - 96757.78674818849, - 95965.76840684176, - 95599.71872745939, - 95700.88242314977, - 96314.94183921855, - 97164.8189368651, - 97779.91756044593, - 97544.07861565812 - ], - "fuel": [ - 41.10427950794208, - 40.69709184187704, - 40.509689296169384, - 40.56143113707175, - 40.8763190770278, - 41.31444846071378, - 41.63322116669239, - 41.51083204703202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 23.125, -48.4375 23.4375, -48.125 23.4375, -48.125 23.125, -48.4375 23.125))", @@ -268517,68 +197972,7 @@ "id": "5131", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.315853412515352, - 10.315853412515352, - 10.315853412515352, - 10.315853412515352, - 10.315853412515352, - 10.315853412515352, - 10.315853412515352, - 10.315853412515352 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 540.4577922851472, - -320.93434892664254, - -947.5892663034056, - -1053.59108320501, - -688.8822650580373, - 111.93106103192895, - 910.4822584739832, - 1158.0279619481062 - ], - "relative wind speed": [ - 3.142871615605154, - 2.811791173905326, - 2.4972665296633085, - 2.4179158383805808, - 2.6390472718167857, - 2.9893214764237506, - 3.256665837153628, - 3.3160059549959344 - ], - "relative wind angle": [ - 0.12159508957991884, - 0.160468979040356, - 0.10194731583484538, - 0.037168891969379066, - 0.14495955190941998, - 0.15086368946911513, - 0.07811901407652166, - 0.027099335841094394 - ], - "resistance": [ - 97174.95779228517, - 96313.56565107338, - 95686.91073369663, - 95580.90891679502, - 95945.61773494199, - 96746.43106103195, - 97544.98225847402, - 97792.52796194813 - ], - "fuel": [ - 41.526301337847976, - 41.08222166544081, - 40.7608926820578, - 40.706682769385814, - 40.893372412073354, - 41.30503476001688, - 41.717910461952314, - 41.84638105290655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 23.125, -48.125 23.4375, -47.8125 23.4375, -47.8125 23.125, -48.125 23.125))", @@ -268597,68 +197991,7 @@ "id": "5134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.310284425440022, - 15.310284425440022, - 15.310284425440022, - 15.310284425440022, - 15.310284425440022, - 15.310284425440022, - 15.310284425440022, - 15.310284425440022 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1189.331036924963, - -105.46922393829936, - -1276.3882378085582, - -1666.7671175444739, - -1396.3723953035906, - -307.1964403751699, - 1018.4839780426337, - 1827.822967777698 - ], - "relative wind speed": [ - 4.62031850904312, - 4.30727143824828, - 3.9520028506504405, - 3.7766931461913056, - 3.9091600224981913, - 4.251621803942006, - 4.583726505252607, - 4.729213897257778 - ], - "relative wind angle": [ - 0.06865877168947222, - 0.11080024496552089, - 0.09034862360509102, - 0.007413633379723991, - 0.08117462398875017, - 0.11225659607399656, - 0.07786962372008752, - 0.005920418502706372 - ], - "resistance": [ - 97823.831036925, - 96529.03077606173, - 95358.11176219147, - 94967.73288245556, - 95238.12760469643, - 96327.30355962485, - 97652.98397804267, - 98462.32296777773 - ], - "fuel": [ - 45.72365834084553, - 45.054058473395614, - 44.45389483530114, - 44.25493709233082, - 44.39268419580422, - 44.950297865905824, - 45.63494832220271, - 46.056148055524545 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 22.8125, -47.8125 23.125, -47.5 23.125, -47.5 22.8125, -47.8125 22.8125))", @@ -268677,68 +198010,7 @@ "id": "5137", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.757277529235468, - 12.757277529235468, - 12.757277529235468, - 12.757277529235468, - 12.757277529235468, - 12.757277529235468, - 12.757277529235468, - 12.757277529235468 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1220.637257219788, - 127.94831389554292, - -963.3477018929989, - -1451.0310704526155, - -1301.5287114828934, - -438.8460953861477, - 737.8309310282993, - 1570.952204591259 - ], - "relative wind speed": [ - 3.9716461433865042, - 3.6722081907188535, - 3.2867013304407235, - 3.0491547344750893, - 3.1387217492487465, - 3.4843126024370097, - 3.8500833331193203, - 4.040817084787697 - ], - "relative wind angle": [ - 0.07148074558627504, - 0.13548608630409803, - 0.12746714811827906, - 0.0311166834307316, - 0.0904960961537517, - 0.14284112016049283, - 0.10873461289093977, - 0.023478664431625884 - ], - "resistance": [ - 97855.13725721979, - 96762.44831389554, - 95671.152298107, - 95183.46892954738, - 95332.9712885171, - 96195.65390461385, - 97372.3309310283, - 98205.45220459126 - ], - "fuel": [ - 43.56097776193227, - 42.99536063571821, - 42.43489886527832, - 42.1858698201587, - 42.26211715130566, - 42.703716393679606, - 43.31051110531564, - 43.74325453431857 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 22.5, -48.125 22.8125, -47.8125 22.8125, -47.8125 22.5, -48.125 22.5))", @@ -268757,68 +198029,7 @@ "id": "5138", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.540437474184381, - 9.540437474184381, - 9.540437474184381, - 9.540437474184381, - 9.540437474184381, - 9.540437474184381, - 9.540437474184381, - 9.540437474184381 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1163.9441743931675, - 351.3387852551218, - -569.4793594550188, - -1102.588178971304, - -1084.1350967925798, - -507.31459729389053, - 424.1215725755901, - 1206.653306463263 - ], - "relative wind speed": [ - 3.1564621618351882, - 2.889533730803526, - 2.476608296934806, - 2.147975575443007, - 2.1634020792300563, - 2.50881580712153, - 2.9171858492505884, - 3.1669800856359167 - ], - "relative wind angle": [ - 0.07108137110754381, - 0.17775065637385512, - 0.20261339650093516, - 0.09038583086909874, - 0.10380867642977386, - 0.20508290395334844, - 0.17168065679480365, - 0.061258240517440964 - ], - "resistance": [ - 97798.44417439321, - 96985.83878525517, - 96065.02064054503, - 95531.91182102874, - 95550.36490320746, - 96127.18540270615, - 97058.62157257563, - 97841.15330646331 - ], - "fuel": [ - 41.39737934445161, - 40.97649203454564, - 40.502525855787766, - 40.229564636537106, - 40.23899527420893, - 40.534424170969416, - 41.014089548918754, - 41.41956841705862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 22.5, -47.8125 22.8125, -47.5 22.8125, -47.5 22.5, -47.8125 22.5))", @@ -268837,68 +198048,7 @@ "id": "5139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.598728426210508, - 8.598728426210508, - 8.598728426210508, - 8.598728426210508, - 8.598728426210508, - 8.598728426210508, - 8.598728426210508, - 8.598728426210508 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1152.580981970947, - 352.3042564231164, - -539.8968668263788, - -1052.0782528931904, - -1027.6364791802412, - -459.50059322576703, - 446.9364583063725, - 1208.8411000962783 - ], - "relative wind speed": [ - 2.937129529273385, - 2.6522313698549382, - 2.2065967208346073, - 1.8437257445367552, - 1.86709780488079, - 2.2535422883713, - 2.6914150546361886, - 2.9518569517598148 - ], - "relative wind angle": [ - 0.08472340048156847, - 0.21128326984138907, - 0.24632353286659958, - 0.11126277299226665, - 0.13351522738838628, - 0.24939408951218403, - 0.20127214331165252, - 0.06940699098506312 - ], - "resistance": [ - 97787.080981971, - 96986.80425642316, - 96094.60313317366, - 95582.42174710686, - 95606.8635208198, - 96174.99940677428, - 97081.43645830642, - 97843.34110009632 - ], - "fuel": [ - 40.89571539186733, - 40.48122916973145, - 40.02194211859296, - 39.75961979622518, - 39.772115882535104, - 40.0632070613196, - 40.53011765608454, - 40.92494377387351 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 24.0625, -47.5 24.375, -47.1875 24.375, -47.1875 24.0625, -47.5 24.0625))", @@ -268917,68 +198067,7 @@ "id": "5140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.362593671303141, - 9.362593671303141, - 9.362593671303141, - 9.362593671303141, - 9.362593671303141, - 9.362593671303141, - 9.362593671303141, - 9.362593671303141 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1365.2353888555604, - 353.30491808066836, - -723.3611665324729, - -1299.7021381643622, - -1226.532637302488, - -483.64972614458657, - 635.7620332031079, - 1533.5632187839415 - ], - "relative wind speed": [ - 3.2053217014044355, - 2.8670591067666984, - 2.3609622451222454, - 1.971384102113579, - 2.0360129130215916, - 2.489861014151398, - 2.9741037420695693, - 3.245470769151792 - ], - "relative wind angle": [ - 0.09825936150104383, - 0.22473934739130977, - 0.25219800314358143, - 0.09868805280665323, - 0.15506284875709397, - 0.25951618969966683, - 0.1994081869795312, - 0.059884240514399424 - ], - "resistance": [ - 97999.7353888556, - 96987.8049180807, - 95911.13883346756, - 95334.79786183567, - 95407.96736269754, - 96150.85027385544, - 97270.26203320314, - 98168.06321878397 - ], - "fuel": [ - 41.40391704045324, - 40.87940703280249, - 40.325526663464146, - 40.030806182991064, - 40.06815399096678, - 40.44847060430063, - 41.02542858550733, - 41.49153538441614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 24.0625, -47.1875 24.375, -46.875 24.375, -46.875 24.0625, -47.1875 24.0625))", @@ -268997,68 +198086,7 @@ "id": "5141", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.960841770219245, - 8.960841770219245, - 8.960841770219245, - 8.960841770219245, - 8.960841770219245, - 8.960841770219245, - 8.960841770219245, - 8.960841770219245 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1133.4466147222447, - 103.20276593092649, - -857.6116050861835, - -1250.6978208029143, - -1060.399510539455, - -233.83151507858292, - 838.5017384484436, - 1572.1592630884566 - ], - "relative wind speed": [ - 3.041635808873507, - 2.6545453068750966, - 2.14536891896627, - 1.8306291908051793, - 2.0063531382218027, - 2.4960750234761506, - 2.945232335590448, - 3.1505234604500316 - ], - "relative wind angle": [ - 0.13486160383391313, - 0.25139486651822496, - 0.24717235361738643, - 0.044796656935531025, - 0.20526980518768653, - 0.2677353393648234, - 0.17917498072238167, - 0.026023579220083436 - ], - "resistance": [ - 97767.94661472223, - 96737.70276593091, - 95776.8883949138, - 95383.80217919707, - 95574.10048946053, - 96400.6684849214, - 97473.00173844842, - 98206.65926308844 - ], - "fuel": [ - 41.06949815884588, - 40.536419533953165, - 40.04282502462488, - 39.84187691852662, - 39.939086794428185, - 40.362885398830315, - 40.91648146356723, - 41.29770006702587 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 23.75, -47.1875 24.0625, -46.875 24.0625, -46.875 23.75, -47.1875 23.75))", @@ -269077,68 +198105,7 @@ "id": "5143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.170149152653925, - 10.170149152653925, - 10.170149152653925, - 10.170149152653925, - 10.170149152653925, - 10.170149152653925, - 10.170149152653925, - 10.170149152653925 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1406.8461886258428, - 222.2320239742644, - -947.8245962834058, - -1488.4372642446256, - -1323.8082147977507, - -403.23789338909137, - 862.5388459411606, - 1786.6158789542314 - ], - "relative wind speed": [ - 3.419575545250478, - 3.034944906061272, - 2.507276370699635, - 2.1524953179890587, - 2.2846697458643237, - 2.7753057803628756, - 3.2598739175425355, - 3.5042797638570518 - ], - "relative wind angle": [ - 0.11256001954008613, - 0.22485692802608725, - 0.23052822947933926, - 0.062060668819866854, - 0.16892067898973448, - 0.24630917059342308, - 0.17665800147263974, - 0.03810537004753566 - ], - "resistance": [ - 98041.34618862584, - 96856.73202397427, - 95686.6754037166, - 95146.06273575537, - 95310.69178520225, - 96231.26210661091, - 97497.03884594116, - 98421.11587895424 - ], - "fuel": [ - 41.88777263185308, - 41.27395332763773, - 40.67280308124766, - 40.3967684017751, - 40.48071217769971, - 40.95196642899134, - 41.60508607320402, - 42.08565932300144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 23.4375, -47.1875 23.75, -46.875 23.75, -46.875 23.4375, -47.1875 23.4375))", @@ -269157,68 +198124,7 @@ "id": "5145", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.593390653277563, - 8.593390653277563, - 8.593390653277563, - 8.593390653277563, - 8.593390653277563, - 8.593390653277563, - 8.593390653277563, - 8.593390653277563 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1680.5388910645347, - 996.422298211186, - -96.7885661801397, - -997.6608350020338, - -1257.4020391143333, - -939.8149705091871, - -0.69471710024618, - 1081.1408012260558 - ], - "relative wind speed": [ - 3.100983456629001, - 2.921512672458963, - 2.468039769402363, - 1.9276207728118777, - 1.673402431226272, - 1.9700603543501993, - 2.5149858432542067, - 2.9496868056363006 - ], - "relative wind angle": [ - 0.007900872855390604, - 0.17966685621178557, - 0.2934226390016243, - 0.25564206988543936, - 0.014641484944435606, - 0.2682110739769809, - 0.28778742398778895, - 0.16600987179307086 - ], - "resistance": [ - 98315.03889106457, - 97630.92229821121, - 96537.71143381989, - 95636.83916499799, - 95377.0979608857, - 95694.68502949084, - 96633.80528289979, - 97715.64080122608 - ], - "fuel": [ - 41.16782104898619, - 40.812005648423266, - 40.24703149931202, - 39.784800695572265, - 39.65209030390098, - 39.814390245210404, - 40.296514774944704, - 40.85597405192489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 23.4375, -46.875 23.75, -46.5625 23.75, -46.5625 23.4375, -46.875 23.4375))", @@ -269237,68 +198143,7 @@ "id": "5148", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.550467064934972, - 9.550467064934972, - 9.550467064934972, - 9.550467064934972, - 9.550467064934972, - 9.550467064934972, - 9.550467064934972, - 9.550467064934972 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1568.4529645589946, - 589.3097812556434, - -577.2213992158845, - -1311.9073330645635, - -1347.067241665129, - -692.1801411321908, - 453.790745535051, - 1487.6156885179553 - ], - "relative wind speed": [ - 3.3073057103859904, - 3.009071918194198, - 2.503236032644087, - 2.0510152216978375, - 2.0204888817890487, - 2.4425668004212344, - 2.95879295461126, - 3.2884620940112272 - ], - "relative wind angle": [ - 0.07095849161660939, - 0.2084295824951387, - 0.26105009934105267, - 0.1423796426381098, - 0.11631546489101534, - 0.25776041581308806, - 0.2201305559136387, - 0.08861846033412533 - ], - "resistance": [ - 98202.95296455896, - 97223.80978125561, - 96057.27860078409, - 95322.59266693541, - 95287.43275833483, - 95942.31985886778, - 97088.29074553502, - 98122.11568851792 - ], - "fuel": [ - 41.61340433632779, - 41.10508869672552, - 40.50414871407012, - 40.12827311985628, - 40.11033517921534, - 40.44520166526006, - 41.03501594194301, - 41.571303099834424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 23.4375, -46.5625 23.75, -46.25 23.75, -46.25 23.4375, -46.5625 23.4375))", @@ -269317,68 +198162,7 @@ "id": "5149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.474937313066938, - 11.474937313066938, - 11.474937313066938, - 11.474937313066938, - 11.474937313066938, - 11.474937313066938, - 11.474937313066938, - 11.474937313066938 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1554.3104110537442, - 201.12670186020296, - -1125.0247387338145, - -1718.1989261849908, - -1518.4704078204586, - -454.23224988753964, - 987.1514898060714, - 2016.6441985658894 - ], - "relative wind speed": [ - 3.778466574939068, - 3.3806525358153463, - 2.849515686848575, - 2.507589151727011, - 2.6469999924546896, - 3.139204843598481, - 3.628178464242186, - 3.8723914141171094 - ], - "relative wind angle": [ - 0.10489209940154626, - 0.20341337354482406, - 0.20146943610144896, - 0.04925748662466194, - 0.1500161209612544, - 0.21930476799480414, - 0.15781703150076917, - 0.03188947409931129 - ], - "resistance": [ - 98188.81041105377, - 96835.62670186024, - 95509.47526126621, - 94916.30107381503, - 95116.02959217958, - 96180.26775011249, - 97621.6514898061, - 98651.14419856592 - ], - "fuel": [ - 42.80213229925971, - 42.10064892769451, - 41.41978976337778, - 41.117366509956625, - 41.219049666448036, - 41.763363305705305, - 42.50729065167351, - 43.04336539860864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 22.5, -47.5 22.8125, -47.1875 22.8125, -47.1875 22.5, -47.5 22.5))", @@ -269397,68 +198181,7 @@ "id": "5154", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.3080193097684605, - 7.3080193097684605, - 7.3080193097684605, - 7.3080193097684605, - 7.3080193097684605, - 7.3080193097684605, - 7.3080193097684605, - 7.3080193097684605 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1104.7571634953492, - 550.8529443909065, - -210.57429610855775, - -769.6231096312921, - -877.5663609672835, - -560.0984578913428, - 137.56755610064033, - 856.6035213754672 - ], - "relative wind speed": [ - 2.6024862494263776, - 2.407453115058818, - 2.00861268371924, - 1.5876923002897936, - 1.4633165179498802, - 1.7658990370210657, - 2.2090054316276646, - 2.5285298237827525 - ], - "relative wind angle": [ - 0.04000544783565733, - 0.19942545053153427, - 0.28793787054302816, - 0.20920253413287868, - 0.0711902232630663, - 0.27347457700619343, - 0.26117345201041653, - 0.13077698877321414 - ], - "resistance": [ - 97739.25716349535, - 97185.3529443909, - 96423.92570389144, - 95864.8768903687, - 95756.93363903272, - 96074.40154210865, - 96772.06755610064, - 97491.10352137547 - ], - "fuel": [ - 40.28629834845809, - 39.99926016942431, - 39.60654505141916, - 39.3195824624063, - 39.264308597146155, - 39.42699627447613, - 39.78583563950889, - 40.15756172165247 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 22.5, -47.1875 22.8125, -46.875 22.8125, -46.875 22.5, -47.1875 22.5))", @@ -269477,68 +198200,7 @@ "id": "5155", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.266925420134637, - 9.266925420134637, - 9.266925420134637, - 9.266925420134637, - 9.266925420134637, - 9.266925420134637, - 9.266925420134637, - 9.266925420134637 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1416.5531735289937, - 809.075805512321, - -155.73811169314695, - -943.0654738656599, - -1151.7202806521154, - -857.4552041529194, - -13.23223324122182, - 932.6790109677781 - ], - "relative wind speed": [ - 3.153250924190273, - 2.9914533506142935, - 2.6059649650050964, - 2.175717541920915, - 1.9954988623615755, - 2.2307429147464903, - 2.6709462184325496, - 3.0317091348562384 - ], - "relative wind angle": [ - 0.010561458700801425, - 0.14522607045238273, - 0.22402371609483532, - 0.17827043531943437, - 0.01668948901148642, - 0.1953053415773011, - 0.2184838826448082, - 0.12760590986985626 - ], - "resistance": [ - 98051.05317352904, - 97443.57580551236, - 96478.7618883069, - 95691.43452613438, - 95482.77971934793, - 95777.04479584712, - 96621.26776675883, - 97567.17901096783 - ], - "fuel": [ - 41.37870826081285, - 41.06326374104273, - 40.565087576029924, - 40.161122190386436, - 40.05445131190515, - 40.20493571463495, - 40.638451650737125, - 41.12733585110066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 22.5, -46.875 22.8125, -46.5625 22.8125, -46.5625 22.5, -46.875 22.5))", @@ -269557,68 +198219,7 @@ "id": "5158", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.2009298115773, - 10.2009298115773, - 10.2009298115773, - 10.2009298115773, - 10.2009298115773, - 10.2009298115773, - 10.2009298115773, - 10.2009298115773 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1686.4098328419927, - 1009.8694800258404, - -123.93937430768801, - -1082.3972788831375, - -1358.7901201519626, - -1058.5758907223972, - -84.27549935002071, - 1044.2328240505235 - ], - "relative wind speed": [ - 3.4561132932703273, - 3.298137878554218, - 2.892950593674199, - 2.4266320015456317, - 2.211100715805852, - 2.440486018276462, - 2.909385215800258, - 3.3083443896353444 - ], - "relative wind angle": [ - 0.0024343187491170505, - 0.13568303298632098, - 0.2168775819997807, - 0.17991307954980515, - 0.0038050249457336725, - 0.1838373135791858, - 0.21563307138988103, - 0.13163318926715994 - ], - "resistance": [ - 98320.90983284201, - 97644.36948002585, - 96510.56062569232, - 95552.10272111688, - 95275.70987984806, - 95575.92410927762, - 96550.22450064999, - 97678.73282405054 - ], - "fuel": [ - 42.0518601691291, - 41.699960925354894, - 41.114034539510776, - 40.62245649911717, - 40.48133394583806, - 40.63463269249873, - 41.134451176422914, - 41.717793798333844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 22.5, -46.5625 22.8125, -46.25 22.8125, -46.25 22.5, -46.5625 22.5))", @@ -269637,68 +198238,7 @@ "id": "5159", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.863191673086396, - 15.863191673086396, - 15.863191673086396, - 15.863191673086396, - 15.863191673086396, - 15.863191673086396, - 15.863191673086396, - 15.863191673086396 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2344.782371721285, - 958.4492462532435, - -854.6710819686214, - -2085.864189857467, - -2225.3729103631804, - -1343.4876078377592, - 389.9795640605098, - 2018.0952183634308 - ], - "relative wind speed": [ - 5.013670082251843, - 4.746917749512444, - 4.281870811482816, - 3.8729914149811537, - 3.8057039698448416, - 4.1336475755830575, - 4.6136593668726205, - 4.961875441729896 - ], - "relative wind angle": [ - 0.033404874941286015, - 0.11523465695183303, - 0.14163268679560562, - 0.07986551604466284, - 0.0440139206278658, - 0.1324249588881816, - 0.13138590609492337, - 0.062313088984598856 - ], - "resistance": [ - 98979.2823717213, - 97592.94924625327, - 95779.82891803139, - 94548.63581014254, - 94409.12708963684, - 95291.01239216226, - 97024.47956406053, - 98652.59521836345 - ], - "fuel": [ - 46.85492489966791, - 46.13226480880357, - 45.1979243237038, - 44.57043713735606, - 44.499691206380895, - 44.94812000446119, - 45.83800356567471, - 46.68398715836669 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 20.9375, -43.125 21.25, -42.8125 21.25, -42.8125 20.9375, -43.125 20.9375))", @@ -269717,68 +198257,7 @@ "id": "5160", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.295064716752663, - 16.295064716752663, - 16.295064716752663, - 16.295064716752663, - 16.295064716752663, - 16.295064716752663, - 16.295064716752663, - 16.295064716752663 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1991.4773008210814, - 590.1958348336611, - -1053.2842970085576, - -2022.6396279067822, - -2015.069992162008, - -1026.4748697800887, - 621.328085557474, - 2009.2655351904432 - ], - "relative wind speed": [ - 5.047901946894773, - 4.765780611475455, - 4.338830958750757, - 4.012076414725333, - 4.015595559595626, - 4.346683439933574, - 4.772930721799146, - 5.050699417517623 - ], - "relative wind angle": [ - 0.04329150931405767, - 0.10930406806919528, - 0.1193850423930769, - 0.05259781470157093, - 0.05443051898188755, - 0.11989143409778309, - 0.10848196187983218, - 0.04177451628125105 - ], - "resistance": [ - 98625.9773008211, - 97224.69583483369, - 95581.21570299147, - 94611.86037209324, - 94619.43000783802, - 95608.02513021995, - 97255.8280855575, - 98643.76553519047 - ], - "fuel": [ - 47.096865716762466, - 46.368294624924786, - 45.52310676336245, - 45.0293114202977, - 45.03315389225439, - 45.53681333254719, - 46.384401916500835, - 47.10616135396853 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 20.9375, -42.8125 21.25, -42.5 21.25, -42.5 20.9375, -42.8125 20.9375))", @@ -269797,68 +198276,7 @@ "id": "5161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.749547235220287, - 17.749547235220287, - 17.749547235220287, - 17.749547235220287, - 17.749547235220287, - 17.749547235220287, - 17.749547235220287, - 17.749547235220287 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2035.5600841923751, - 301.78478646878284, - -1502.9180579665808, - -2372.1873831195107, - -2188.8734343309716, - -851.0184676489516, - 1058.430275046041, - 2467.0163158061605 - ], - "relative wind speed": [ - 5.440467325159976, - 5.100601210908244, - 4.651433572131918, - 4.361617684169375, - 4.439583766214151, - 4.826225856779489, - 5.260489944616344, - 5.503169987426023 - ], - "relative wind angle": [ - 0.0562941825057308, - 0.1121833467853589, - 0.10800790093605407, - 0.031669079407340005, - 0.06900376170578172, - 0.11859031886640183, - 0.095462159997612, - 0.025098230601570303 - ], - "resistance": [ - 98670.06008419239, - 96936.2847864688, - 95131.58194203343, - 94262.3126168805, - 94445.62656566904, - 95783.48153235106, - 97692.93027504606, - 99101.51631580618 - ], - "fuel": [ - 48.64763835940128, - 47.74698121767855, - 46.82135993678237, - 46.379841510605644, - 46.47271620044424, - 47.15431712678169, - 48.1386659129228, - 48.873508241294005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 20.625, -43.125 20.9375, -42.8125 20.9375, -42.8125 20.625, -43.125 20.625))", @@ -269877,68 +198295,7 @@ "id": "5162", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.60184808415419, - 10.60184808415419, - 10.60184808415419, - 10.60184808415419, - 10.60184808415419, - 10.60184808415419, - 10.60184808415419, - 10.60184808415419 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1562.300298215635, - 731.0461045491902, - -407.4559466621845, - -1228.7932122913103, - -1365.8436702842973, - -871.713007276222, - 188.01777022610577, - 1244.4518006481203 - ], - "relative wind speed": [ - 3.5267998283672064, - 3.306644407310818, - 2.882782541423257, - 2.4707730278555653, - 2.368296471017839, - 2.6670672971649196, - 3.1203701740132965, - 3.455781510574409 - ], - "relative wind angle": [ - 0.034337473920441404, - 0.1504370097548234, - 0.20249247107627, - 0.13164978024144805, - 0.05114663972905368, - 0.1868960594839, - 0.18688465208434948, - 0.09399205209702262 - ], - "resistance": [ - 98196.80029821565, - 97365.5461045492, - 96227.04405333783, - 95405.70678770871, - 95268.65632971571, - 95762.78699272379, - 96822.51777022611, - 97878.95180064814 - ], - "fuel": [ - 42.23341606506665, - 41.801666316678165, - 41.2145057485161, - 40.793911691957916, - 40.723974656197456, - 40.97645848666957, - 41.52100826477677, - 42.0680233525096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 20.3125, -43.75 20.625, -43.4375 20.625, -43.4375 20.3125, -43.75 20.3125))", @@ -269957,68 +198314,7 @@ "id": "5164", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.679828825836807, - 8.679828825836807, - 8.679828825836807, - 8.679828825836807, - 8.679828825836807, - 8.679828825836807, - 8.679828825836807, - 8.679828825836807 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 760.5865706706568, - -11.950541288739714, - -705.9183481290729, - -949.9179925988738, - -783.1712044551498, - -140.6609136476386, - 649.3239088182922, - 1147.9227071213854 - ], - "relative wind speed": [ - 2.8106936071094384, - 2.494724291935763, - 2.1111177842506694, - 1.9064341597351302, - 2.058731665555294, - 2.432020832770876, - 2.7715620730603314, - 2.9161418721319006 - ], - "relative wind angle": [ - 0.1192454074861452, - 0.2037950314708938, - 0.18082624240081827, - 0.016802783134231485, - 0.16313749209531103, - 0.2091263000464997, - 0.13741928769220996, - 0.010984560420792374 - ], - "resistance": [ - 97395.0865706707, - 96622.5494587113, - 95928.58165187098, - 95684.58200740117, - 95851.32879554489, - 96493.83908635241, - 97283.82390881833, - 97782.42270712143 - ], - "fuel": [ - 40.73278867680664, - 40.33375656932473, - 39.97720067356844, - 39.852261137421664, - 39.93761953438756, - 40.267490702018634, - 40.67518222003224, - 40.9336920192995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 20.3125, -43.4375 20.625, -43.125 20.625, -43.125 20.3125, -43.4375 20.3125))", @@ -270037,68 +198333,7 @@ "id": "5165", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.604582067730196, - 7.604582067730196, - 7.604582067730196, - 7.604582067730196, - 7.604582067730196, - 7.604582067730196, - 7.604582067730196, - 7.604582067730196 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 631.2095823912241, - -100.18197774578994, - -697.9590439785859, - -860.7061895679126, - -639.490243084226, - -2.977832101871172, - 716.0589544589802, - 1092.461214542036 - ], - "relative wind speed": [ - 2.50411026401382, - 2.152515751632421, - 1.7506873855786083, - 1.5760941714805932, - 1.7975171723535024, - 2.206425194340249, - 2.5370711218294675, - 2.649068395090998 - ], - "relative wind angle": [ - 0.16004191860782624, - 0.2519164139843594, - 0.20694971562530998, - 0.01764627386264299, - 0.22386812794410996, - 0.2456328004096194, - 0.14226639916741501, - 0.010498504655430549 - ], - "resistance": [ - 97265.70958239121, - 96534.3180222542, - 95936.5409560214, - 95773.79381043208, - 95995.00975691577, - 96631.52216789812, - 97350.55895445896, - 97726.96121454203 - ], - "fuel": [ - 40.165437075253486, - 39.787953649451396, - 39.480909172893675, - 39.397545395440076, - 39.51088264190548, - 39.838007642785314, - 40.20935811161007, - 40.40452025285684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 20, -43.75 20.3125, -43.4375 20.3125, -43.4375 20, -43.75 20))", @@ -270117,68 +198352,7 @@ "id": "5166", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7624345273297966, - 7.7624345273297966, - 7.7624345273297966, - 7.7624345273297966, - 7.7624345273297966, - 7.7624345273297966, - 7.7624345273297966, - 7.7624345273297966 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 566.1546650867515, - -88.85957733061855, - -633.8955324839483, - -785.0344114034763, - -599.6520540195897, - -31.83803720345236, - 615.5422544477185, - 966.5384126166948 - ], - "relative wind speed": [ - 2.501767666306287, - 2.1915322147320846, - 1.84036130658316, - 1.6854067171167728, - 1.8665065359447421, - 2.222582879600113, - 2.5210629437067946, - 2.627183340156851 - ], - "relative wind angle": [ - 0.13802641912011343, - 0.2165620888962969, - 0.1757279283993562, - 0.009428888134651925, - 0.18547816833901867, - 0.21348943305337015, - 0.12797015798140554, - 0.006048825215894302 - ], - "resistance": [ - 97200.65466508675, - 96545.64042266938, - 96000.60446751605, - 95849.46558859652, - 96034.84794598041, - 96602.66196279654, - 97250.04225444772, - 97601.03841261669 - ], - "fuel": [ - 40.20046779042683, - 39.862469458838, - 39.58243868109246, - 39.50498169910605, - 39.59999989097733, - 39.89183008861359, - 40.22601733982354, - 40.40785870799428 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 24.6875, -32.5 25, -32.1875 25, -32.1875 24.6875, -32.5 24.6875))", @@ -270210,9 +198384,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 819.5251594409174, + 819.5251594409092, -378.3406064913579, - -1299.0796713148475, + -1299.0796713148493, -1489.0057409288174, -1050.3591371253196, 38.99594041432283, @@ -270222,7 +198396,7 @@ "relative wind speed": [ 4.051724458858998, 3.703769255832132, - 3.3628567372011884, + 3.362856737201188, 3.255823419996379, 3.465202914125174, 3.8348657898459146, @@ -270230,17 +198404,17 @@ 4.221814323768978 ], "relative wind angle": [ - 0.09598770374325945, - 0.13079983878335166, + 0.09598770374326293, + 0.1307998387833517, 0.08779071202243396, 0.02030147172644509, - 0.11229823101475765, - 0.12630402864809304, - 0.07133046512000367, + 0.11229823101475767, + 0.12630402864809306, + 0.07133046512000368, 0.01565586778954104 ], "resistance": [ - 97454.02515944089, + 97454.02515944088, 96256.15939350861, 95335.42032868513, 95145.49425907116, @@ -270250,7 +198424,7 @@ 98255.09650601845 ], "fuel": [ - 43.90780470726904, + 43.90780470726903, 43.28976636567279, 42.81834072013977, 42.72148954495214, @@ -270290,19 +198464,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 679.7380214915956, + 679.7380214915902, -256.404221236834, - -989.4255999479392, + -989.4255999479415, -1152.7286008230185, - -826.4529254606528, + -826.4529254606518, 16.363991194352366, 912.7250754412762, 1294.9060153833298 ], "relative wind speed": [ - 3.358089738234261, + 3.3580897382342605, 3.028477640179209, - 2.6937988194023346, + 2.693798819402334, 2.5793887986805184, 2.7776192117483034, 3.1337291456732634, @@ -270310,14 +198484,14 @@ 3.512646950769317 ], "relative wind angle": [ - 0.10970321171716224, + 0.10970321171716428, 0.15472108020836442, - 0.10874557004346272, + 0.10874557004346375, 0.02064211165985409, - 0.1327528470713697, - 0.14948476257127102, + 0.13275284707136886, + 0.14948476257127105, 0.0854477061933303, - 0.01515731296051584 + 0.015157312960515838 ], "resistance": [ 97314.23802149162, @@ -270370,9 +198544,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 654.5690974724112, + 654.5690974724021, -844.2826869943592, - -1792.4132234903918, + -1792.413223490389, -1843.6473679686014, -1025.408973099321, 444.1876555112922, @@ -270382,7 +198556,7 @@ "relative wind speed": [ 4.509685292197498, 4.102429248775756, - 3.7702566894246257, + 3.770256689424625, 3.7448464744931083, 4.045850539248613, 4.458277949992564, @@ -270390,17 +198564,17 @@ 4.7625930860275325 ], "relative wind angle": [ - 0.10817080722948975, - 0.12447495667268033, - 0.061955508669563265, - 0.04787065465199592, - 0.1206293476690188, - 0.11449410789691762, + 0.10817080722949284, + 0.12447495667268034, + 0.061955508669561475, + 0.047870654651995914, + 0.12062934766901878, + 0.11449410789691765, 0.049242592352353245, 0.0376354013859455 ], "resistance": [ - 97289.06909747241, + 97289.0690974724, 95790.21731300565, 94842.0867765096, 94790.8526320314, @@ -270410,7 +198584,7 @@ 98502.47222191995 ], "fuel": [ - 45.43632605260889, + 45.43632605260888, 44.664753454042824, 44.18099534019461, 44.15494975728399, @@ -270450,19 +198624,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1134.8331325951494, + 1134.8331325951385, -481.3722660441763, - -1751.361566625379, + -1751.3615666253772, -2029.0427923933948, - -1476.6306384681557, + -1476.6306384681566, -19.32702787886592, - 1525.9518445527683, + 1525.9518445527756, 2181.5251687480068 ], "relative wind speed": [ - 5.0652941997285295, + 5.065294199728529, 4.694971055088125, - 4.329860351500162, + 4.3298603515001615, 4.20740069944722, 4.418004675430572, 4.809700347611539, @@ -270470,13 +198644,13 @@ 5.241540803639795 ], "relative wind angle": [ - 0.08032979910947535, - 0.11036497401308323, - 0.07509517357063135, - 0.013716105024223555, - 0.0921303168656376, - 0.10772200057262928, - 0.06323137735865993, + 0.08032979910947673, + 0.11036497401308322, + 0.07509517357062988, + 0.013716105024223556, + 0.09213031686563761, + 0.10772200057262929, + 0.06323137735865815, 0.011009836311463697 ], "resistance": [ @@ -270486,7 +198660,7 @@ 94605.45720760658, 95157.86936153182, 96615.1729721211, - 98160.45184455274, + 98160.45184455275, 98816.02516874798 ], "fuel": [ @@ -270530,9 +198704,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 205.3975719727132, + 205.39757197270774, -1416.7760736473047, - -2160.1206112686014, + -2160.1206112686104, -1961.4111388472147, -709.8092967923476, 1025.9210027912268, @@ -270540,7 +198714,7 @@ 1801.7784576327103 ], "relative wind speed": [ - 4.845787565815314, + 4.845787565815313, 4.418447249098504, 4.1532394202851535, 4.241871940838477, @@ -270552,15 +198726,15 @@ "relative wind angle": [ 0.11333314417369404, 0.1063121443165988, - 0.02770263552902218, - 0.07223796617441512, - 0.11896858337693705, - 0.09338864027208565, + 0.02770263552902619, + 0.07223796617441511, + 0.11896858337693707, + 0.09338864027208567, 0.02191877139231339, - 0.059166077668859854 + 0.05916607766885985 ], "resistance": [ - 96839.89757197273, + 96839.89757197272, 95217.72392635272, 94474.37938873141, 94673.0888611528, @@ -270570,7 +198744,7 @@ 98436.27845763272 ], "fuel": [ - 46.8075427043205, + 46.80754270432048, 45.97557047741608, 45.59759922055364, 45.698436436895456, @@ -270597,68 +198771,7 @@ "id": "5184", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.503714691462875, - 8.503714691462875, - 8.503714691462875, - 8.503714691462875, - 8.503714691462875, - 8.503714691462875, - 8.503714691462875, - 8.503714691462875 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -389.1438086827802, - -806.6982995151623, - -814.7210131492011, - -416.42136594416456, - 262.78493139855937, - 854.4921231128801, - 873.1059626495899, - 294.66408336040286 - ], - "relative wind speed": [ - 2.236956171583703, - 1.9578507819071076, - 1.950405959321468, - 2.2211997398895114, - 2.5613245928894552, - 2.7804993975026275, - 2.785726687521598, - 2.575000640629341 - ], - "relative wind angle": [ - 0.1882878451661101, - 0.09185886695829847, - 0.08455715083326848, - 0.18681705771514417, - 0.16420996952108713, - 0.06463523982608342, - 0.05916605503284794, - 0.16090640361117897 - ], - "resistance": [ - 96245.35619131723, - 95827.80170048485, - 95819.77898685081, - 96218.07863405586, - 96897.28493139858, - 97488.9921231129, - 97507.6059626496, - 96929.16408336042 - ], - "fuel": [ - 40.052563536659704, - 39.83839822841849, - 39.834289700019916, - 40.0385529656059, - 40.38823750801508, - 40.69427288666587, - 40.70392123981517, - 40.40469243902212 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 24.6875, -30.3125 25, -30 25, -30 24.6875, -30.3125 24.6875))", @@ -270677,68 +198790,7 @@ "id": "5185", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.881710171799452, - 7.881710171799452, - 7.881710171799452, - 7.881710171799452, - 7.881710171799452, - 7.881710171799452, - 7.881710171799452, - 7.881710171799452 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -273.6788856404271, - -613.9607533203523, - -637.6862647542068, - -355.40285756840785, - 158.82358703246655, - 624.1636513577087, - 679.4198550923957, - 254.1148393677363 - ], - "relative wind speed": [ - 2.1014042202403735, - 1.8649970307430541, - 1.8415738084325368, - 2.0509261515408137, - 2.333573693401696, - 2.52650983665215, - 2.543633579640701, - 2.3780596713090425 - ], - "relative wind angle": [ - 0.1680827675515869, - 0.08882682833541863, - 0.0638887862975054, - 0.16245590233531304, - 0.15122408424120384, - 0.06553011241998667, - 0.04624007223180824, - 0.13994885869251786 - ], - "resistance": [ - 96360.8211143596, - 96020.53924667968, - 95996.81373524583, - 96279.09714243162, - 96793.3235870325, - 97258.66365135774, - 97313.91985509242, - 96888.61483936777 - ], - "fuel": [ - 39.82037831275566, - 39.64565130711631, - 39.63348486416085, - 39.778375596902194, - 40.043080348137, - 40.28346828458255, - 40.31206635915147, - 40.09224082217547 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 24.375, -30.3125 24.6875, -30 24.6875, -30 24.375, -30.3125 24.375))", @@ -270757,68 +198809,7 @@ "id": "5187", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.165082466889952, - 9.165082466889952, - 9.165082466889952, - 9.165082466889952, - 9.165082466889952, - 9.165082466889952, - 9.165082466889952, - 9.165082466889952 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -466.49711149579434, - -714.3069283332488, - -647.1070785396782, - -229.80891643184896, - 348.1993772684209, - 763.521315865908, - 605.8633455089989, - 73.13534192890938 - ], - "relative wind speed": [ - 2.3745265542088916, - 2.2092954806956384, - 2.265127676252906, - 2.4982969457571813, - 2.749984631852167, - 2.88440727204812, - 2.8407725080230133, - 2.638049317751014 - ], - "relative wind angle": [ - 0.12185151579865913, - 0.03191090876399897, - 0.08350873160834511, - 0.1355821154184643, - 0.10514848467495329, - 0.024440265615126203, - 0.06655856205001741, - 0.12835872402207477 - ], - "resistance": [ - 96168.00288850418, - 95920.19307166673, - 95987.3929214603, - 96404.69108356812, - 96982.69937726839, - 97398.02131586587, - 97240.36334550897, - 96707.63534192888 - ], - "fuel": [ - 40.35076897775451, - 40.223659433868804, - 40.25810579497628, - 40.472387243256975, - 40.770263248814175, - 40.98506656374934, - 40.9034507342192, - 40.62835423308542 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 24.0625, -31.25 24.375, -30.9375 24.375, -30.9375 24.0625, -31.25 24.0625))", @@ -270850,9 +198841,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -589.2637057308511, + -589.263705730853, -2144.9591808558216, - -2483.5805528180317, + -2483.5805528180335, -1795.8893656345135, -2.8520014783152874, 1894.7134402383017, @@ -270862,7 +198853,7 @@ "relative wind speed": [ 4.995038360289498, 4.572235917010632, - 4.4312333396579975, + 4.431233339657997, 4.678197755415185, 5.131920731623476, 5.511957668163678, @@ -270870,14 +198861,14 @@ 5.422313563199638 ], "relative wind angle": [ - 0.11988761913919688, + 0.1198876191391978, 0.08182301175877645, 0.015554460825691764, 0.10088679814138636, 0.11667509534453548, 0.06784951964808437, 0.012251179789324801, - 0.08700402998803933 + 0.08700402998803931 ], "resistance": [ 96045.23629426915, @@ -270930,9 +198921,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -141.82471679164792, + -141.82471679164973, -1221.7524853641148, - -1535.108241058475, + -1535.1082410601116, -1221.1477633301965, -140.8155593758429, 1119.088467124132, @@ -270940,9 +198931,9 @@ 1118.2204328061507 ], "relative wind speed": [ - 3.298630607916815, + 3.2986306079168144, 2.8476889972909585, - 2.6385587159466524, + 2.638558715946652, 2.847988557671049, 3.2989963349059415, 3.695268336659261, @@ -270952,17 +198943,17 @@ "relative wind angle": [ 0.18427218103363657, 0.15060333184374589, - 7.049771174019034e-05, - 0.15068079537125115, + 7.049771331502587e-05, + 0.15068079537125112, 0.18425151823661573, 0.11588056130813433, 4.8347774501917905e-05, 0.1159595083939952 ], "resistance": [ - 96492.67528320837, + 96492.67528320836, 95412.7475146359, - 95099.39175894154, + 95099.3917589399, 95413.35223666982, 96493.68444062417, 97753.58846712415, @@ -270972,7 +198963,7 @@ "fuel": [ 42.06206969060062, 41.50850759297961, - 41.34869630062022, + 41.34869630061939, 41.50881635417767, 42.06258900592236, 42.71389494086598, @@ -271010,11 +199001,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -556.3910404233184, + -556.3910404233202, -1318.3967792925855, -1379.3598557495598, -760.0400585581083, - 373.9954885677189, + 373.99548856771844, 1417.5556511177879, 1558.3748142936688, 612.8571005533472 @@ -271023,19 +199014,19 @@ 2.7299858100371774, 2.3121327308057213, 2.264387229060244, - 2.631595896471315, + 2.6315958964713144, 3.112289420288848, 3.4341243707505864, 3.465792612883106, 3.195914735458625 ], "relative wind angle": [ - 0.2224048942279972, - 0.12473325686724229, + 0.22240489422799822, + 0.1247332568672423, 0.08638546235977028, - 0.21597207557288295, - 0.19470904311350498, - 0.08386126906950576, + 0.21597207557288242, + 0.19470904311350556, + 0.08386126906950578, 0.05639995693634312, 0.17738632022823295 ], @@ -271077,68 +199068,7 @@ "id": "5193", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.815004842870394, - 9.815004842870394, - 9.815004842870394, - 9.815004842870394, - 9.815004842870394, - 9.815004842870394, - 9.815004842870394, - 9.815004842870394 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -627.3234501094544, - -918.0909449646183, - -809.0727956443743, - -247.01907572508617, - 499.833187024411, - 1014.6356158515205, - 759.6121849781375, - 57.24251834443339 - ], - "relative wind speed": [ - 2.504805540561493, - 2.315193338533057, - 2.400554648241792, - 2.6918161483397243, - 2.9901353902810035, - 3.13924198708074, - 3.0744589489930108, - 2.8229570084887885 - ], - "relative wind angle": [ - 0.13548478713185125, - 0.028647680573188304, - 0.10204555196792453, - 0.15371652364692548, - 0.11339013278135658, - 0.021126367815404896, - 0.07962362987850491, - 0.14652276770680844 - ], - "resistance": [ - 96007.17654989056, - 95716.4090550354, - 95825.42720435564, - 96387.48092427493, - 97134.33318702443, - 97649.13561585154, - 97394.11218497815, - 96691.74251834444 - ], - "fuel": [ - 40.62840319311158, - 40.47945653548178, - 40.53526459617633, - 40.82369025494782, - 41.208766620397824, - 41.47540671241269, - 41.34319497176549, - 40.98031671914268 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 23.4375, -31.25 23.75, -30.9375 23.75, -30.9375 23.4375, -31.25 23.4375))", @@ -271170,9 +199100,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 76.86833756878968, + 76.86833756878877, -729.7493853048061, - -1054.575151032537, + -1054.5751510325372, -889.9845737121959, -189.4537888497921, 713.5386933354821, @@ -271180,9 +199110,9 @@ 946.5104752468069 ], "relative wind speed": [ - 2.439313326405404, + 2.4393133264054034, 1.9738890436114964, - 1.6901427161014213, + 1.690142716101421, 1.854804291998045, 2.3033572007423895, 2.7128335632878957, @@ -271192,11 +199122,11 @@ "relative wind angle": [ 0.2503383816115346, 0.24407714512696516, - 0.04160679484690379, + 0.041606794846903786, 0.2050075963282926, - 0.2654610823046515, - 0.1767542055366644, - 0.02425984368929005, + 0.26546108230465154, + 0.17675420553666438, + 0.024259843689290052, 0.13548003972849473 ], "resistance": [ @@ -271250,33 +199180,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 275.29176468489686, + 275.2917646848946, -620.9177258682425, - -1099.1171085656285, - -1039.7305255530484, - -422.49966118279553, + -1099.11710856563, + -1039.7305255530487, + -422.4996611827951, 508.01268118296366, - 1248.8876015910937, + 1248.8876015910987, 1111.6947505787534 ], "relative wind speed": [ - 2.7640546901524736, + 2.764054690152473, 2.3346372698531916, - 2.013176104906378, - 2.065372880156091, + 2.0131761049063774, + 2.0653728801560916, 2.44222974293016, 2.855512785056133, - 3.090567329478616, + 3.0905673294786156, 3.0559318240632156 ], "relative wind angle": [ - 0.19658226009800378, - 0.21499094944243066, - 0.08180469122258952, - 0.1288682696833826, - 0.22289781999209093, - 0.17532014904330248, - 0.05325281396384108, + 0.19658226009800436, + 0.21499094944243063, + 0.08180469122259086, + 0.12886826968338433, + 0.2228978199920904, + 0.1753201490433025, + 0.05325281396383691, 0.08696522919039203 ], "resistance": [ @@ -271330,17 +199260,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 783.8663544071605, + 783.8663544071514, 2106.1387220273664, - 1908.809963571557, + 1908.8099635715407, 439.0322655074833, -1183.0986231296429, -2056.3361727404845, - -1972.2866264708973, + -1972.286626470901, -886.2560030528539 ], "relative wind speed": [ - 4.73663151489914, + 4.736631514899139, 4.996540201328895, 4.965114845291028, 4.656169244882715, @@ -271350,19 +199280,19 @@ 4.306395565543235 ], "relative wind angle": [ - 0.10795288461008076, + 0.1079528846100818, 0.03527158347243554, - 0.052622652949549216, + 0.052622652949553435, 0.11743278339389178, 0.12129595296124274, - 0.04512123023018411, - 0.0662275497671418, - 0.1270205560650007 + 0.04512123023018412, + 0.06622754976714348, + 0.12702055606500073 ], "resistance": [ - 97418.36635440712, + 97418.3663544071, 98740.63872202732, - 98543.30996357152, + 98543.30996357149, 97073.53226550744, 95451.40137687032, 94578.16382725947, @@ -271372,7 +199302,7 @@ "fuel": [ 46.187860518646374, 46.876110784272356, - 46.77298704052695, + 46.772987040526935, 46.00944198867852, 45.17608133670631, 44.73151461303324, @@ -271410,9 +199340,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 227.73121855126738, + 227.73121855126374, 1912.4693924977437, - 2391.3137361944064, + 2391.313736194361, 1068.5915106377906, -768.4477343779581, -2085.6875585452035, @@ -271420,7 +199350,7 @@ -1493.124653939134 ], "relative wind speed": [ - 5.058240462915137, + 5.058240462915136, 5.393471743452433, 5.463680933308029, 5.236991858343278, @@ -271432,17 +199362,17 @@ "relative wind angle": [ 0.10983079010780199, 0.05700926594250174, - 0.02193394002413434, + 0.021933940024144463, 0.0911665073392793, 0.11528076258155993, - 0.06924155038956556, + 0.06924155038956555, 0.027518145111712175, - 0.10326459073158094 + 0.10326459073158092 ], "resistance": [ 96862.23121855126, 98546.96939249773, - 99025.8137361944, + 99025.81373619435, 97703.09151063778, 95866.05226562203, 94548.81244145478, @@ -271452,7 +199382,7 @@ "fuel": [ 47.62001203499617, 48.49457754978754, - 48.74507828267432, + 48.7450782826743, 48.05519136422453, 47.10785378998395, 46.43630047717909, @@ -271490,32 +199420,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 452.93405767938293, + 452.93405767937566, 1542.0380582130065, 1572.764193229783, - 506.41414044027624, + 506.41414044027806, -765.0156953498781, -1536.9008945993446, -1550.0226341461703, -811.0050390519282 ], "relative wind speed": [ - 3.9579275296249836, + 3.957927529624983, 4.221673222483035, 4.227425930647895, - 3.972723708851462, + 3.9727237088514618, 3.57494156676789, 3.2592748791928976, 3.251809886271637, 3.558491796913077 ], "relative wind angle": [ - 0.12373136559925713, - 0.04948847649788244, - 0.04570052999785244, - 0.12161777598423279, + 0.12373136559925983, + 0.04948847649788245, + 0.045700529997852436, + 0.12161777598423189, 0.13706630615731807, - 0.0641191927970093, + 0.06411919279700931, 0.059426008075566736, 0.13585797454195625 ], @@ -271570,13 +199500,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 24.300171445320302, + 24.300171445313026, 1349.9202898187095, - 1890.9212176542014, + 1890.921217654176, 970.7405209239978, -421.92349639710847, -1502.7922723411448, - -1732.900236992542, + -1732.9002369925538, -1236.8820946290643 ], "relative wind speed": [ @@ -271590,29 +199520,29 @@ 3.7507633920523267 ], "relative wind angle": [ - 0.12561895669252357, + 0.12561895669252623, 0.07186723827655, - 0.014276739980490878, + 0.014276739980498656, 0.09433787700143811, 0.12968736651148183, - 0.08813914849859027, - 0.01847918631688513, + 0.08813914849859028, + 0.01847918631689114, 0.11047581651350367 ], "resistance": [ - 96658.80017144533, + 96658.80017144531, 97984.4202898187, - 98525.4212176542, + 98525.42121765418, 97605.240520924, 96212.57650360289, 95131.70772765885, - 94901.59976300746, + 94901.59976300744, 95397.61790537093 ], "fuel": [ 44.451097649030174, 45.137351986234094, - 45.41929916971346, + 45.419299169713454, 44.94038842325071, 44.221565120407426, 43.668649109640725, @@ -271650,39 +199580,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 238.32824586453353, + 238.32824586452807, 1459.0895237304921, - 1756.9229511334397, + 1756.922951133426, 756.6627180709111, -586.5627516221157, -1524.361954894246, - -1651.5249409988346, + -1651.52494099883, -1032.2874463399621 ], "relative wind speed": [ - 3.9530081095894376, + 3.953008109589437, 4.25992790756576, - 4.31486681489924, + 4.314866814899239, 4.094335675768496, 3.697275813814845, 3.339032162205462, - 3.267727945772317, + 3.2677279457723167, 3.5401323325589695 ], "relative wind angle": [ - 0.13291772427583992, + 0.13291772427584161, 0.0655791734076461, - 0.029920542909014934, - 0.11300949021878601, + 0.029920542909018646, + 0.113009490218786, 0.14217172995677, 0.08370347731128884, - 0.039512925476444576, + 0.03951292547644177, 0.1307955753269037 ], "resistance": [ 96872.82824586451, 98093.58952373048, - 98391.42295113343, + 98391.42295113341, 97391.1627180709, 96047.93724837787, 95110.13804510573, @@ -271730,9 +199660,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -44.824882329282445, + -44.82488232928699, 1130.6047612015, - 1700.744194726738, + 1700.7441947267089, 944.1938584969603, -262.8666693190635, -1242.9450714234276, @@ -271740,29 +199670,29 @@ -1112.61377781907 ], "relative wind speed": [ - 3.5046438616284834, + 3.504643861628483, 3.8498288282729813, - 3.964941699872221, - 3.80188222676939, + 3.9649416998722207, + 3.8018822267693904, 3.429823765123786, 3.037274707637818, 2.8853867978613357, 3.097081075857255 ], "relative wind angle": [ - 0.15464306230382896, - 0.09232344179189746, - 0.009551839559850797, - 0.10765029284699787, - 0.15804459242098357, - 0.11712391883489377, - 0.013125796030022278, - 0.13227854994024488 + 0.15464306230383112, + 0.09232344179189747, + 0.009551839559862422, + 0.10765029284699891, + 0.15804459242098354, + 0.11712391883489379, + 0.013125796030022277, + 0.1322785499402449 ], "resistance": [ 96589.67511767075, 97765.10476120152, - 98335.24419472677, + 98335.24419472674, 97578.69385849699, 96371.63333068097, 95391.5549285766, @@ -271772,7 +199702,7 @@ "fuel": [ 42.583462605485565, 43.191334714044864, - 43.48803330237207, + 43.48803330237206, 43.09458951354014, 42.47126783455159, 41.96914706031544, @@ -271797,68 +199727,7 @@ "id": "5214", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.227972895367465, - 16.227972895367465, - 16.227972895367465, - 16.227972895367465, - 16.227972895367465, - 16.227972895367465, - 16.227972895367465, - 16.227972895367465 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -28.65224422047504, - 1682.7702255135318, - 2445.551751811896, - 1304.34518205946, - -473.56428436141505, - -1886.3495375850307, - -2210.9466253621003, - -1621.082673909249 - ], - "relative wind speed": [ - 4.605415804691188, - 4.987644981614669, - 5.107507453380904, - 4.912344184481641, - 4.4894978497648275, - 4.060645664733183, - 3.908812260879372, - 4.151423887093656 - ], - "relative wind angle": [ - 0.13052115229496264, - 0.07676388029331527, - 0.011447948216105688, - 0.09483885214566348, - 0.1339112119990082, - 0.09433548414979848, - 0.014958862293998973, - 0.11228967286285907 - ], - "resistance": [ - 96605.84775577953, - 98317.27022551354, - 99080.0517518119, - 97938.84518205946, - 96160.93571563858, - 94748.15046241497, - 94423.5533746379, - 95013.41732609076 - ], - "fuel": [ - 45.98175351031783, - 46.86862337093401, - 47.267412866893416, - 46.67158261751335, - 45.75298224755444, - 45.03141903032329, - 44.86668418024089, - 45.16633457620687 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 12.5, -47.34375 12.65625, -47.1875 12.65625, -47.1875 12.5, -47.34375 12.5))", @@ -271890,9 +199759,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -486.29650589181983, + -486.2965058918253, 1369.1944333535957, - 2557.507039838547, + 2557.5070398385014, 1754.1574336948088, -33.87886835018071, -1693.9654485876426, @@ -271900,9 +199769,9 @@ -1963.7645632834437 ], "relative wind speed": [ - 4.556778624786438, + 4.556778624786437, 4.991189813014705, - 5.190773309741135, + 5.190773309741134, 5.06658463664749, 4.672968587680633, 4.205816342545017, @@ -271911,10 +199780,10 @@ ], "relative wind angle": [ 0.13582172286031216, - 0.09586389679730731, - 0.011293620528686828, + 0.09586389679730732, + 0.011293620528696658, 0.0780091546871949, - 0.13242447583668013, + 0.13242447583668016, 0.11383658613918772, 0.014815668430760634, 0.09610656671570979 @@ -271922,7 +199791,7 @@ "resistance": [ 96148.20349410817, 98003.69443335358, - 99192.00703983853, + 99192.00703983849, 98388.6574336948, 96600.62113164981, 94940.53455141235, @@ -271932,7 +199801,7 @@ "fuel": [ 45.98419772125186, 46.94306237250322, - 47.56387783795122, + 47.5638778379512, 47.14360492782617, 46.21681320331876, 45.36699155394828, @@ -271957,68 +199826,7 @@ "id": "5216", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.866891776523131, - 8.866891776523131, - 8.866891776523131, - 8.866891776523131, - 8.866891776523131, - 8.866891776523131, - 8.866891776523131, - 8.866891776523131 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1104.382395341519, - 500.5094961429868, - -309.19323747607996, - -881.9918564958582, - -968.5374063566344, - -601.5948769632535, - 158.327167297517, - 903.8281671706213 - ], - "relative wind speed": [ - 2.956382228768395, - 2.7632335168605953, - 2.4001130451780455, - 2.0527411481670215, - 1.9751360969970413, - 2.237386648645359, - 2.623130925936495, - 2.9030350088933177 - ], - "relative wind angle": [ - 0.038471689936105495, - 0.15541163785505002, - 0.20609934633000665, - 0.13039203876917513, - 0.057602041463047114, - 0.19234982046704355, - 0.18835642236967584, - 0.09206941500101053 - ], - "resistance": [ - 97738.88239534151, - 97135.00949614299, - 96325.30676252392, - 95752.50814350414, - 95665.96259364336, - 96032.90512303675, - 96792.82716729751, - 97538.32816717062 - ], - "fuel": [ - 41.005909257951316, - 40.69303383960899, - 40.27564447175881, - 39.98184888861705, - 39.937564760166666, - 40.12551546838397, - 40.516346444296005, - 40.901848674066905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 13.59375, -43.59375 13.75, -43.4375 13.75, -43.4375 13.59375, -43.59375 13.59375))", @@ -272037,68 +199845,7 @@ "id": "5217", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.761607190229666, - 8.761607190229666, - 8.761607190229666, - 8.761607190229666, - 8.761607190229666, - 8.761607190229666, - 8.761607190229666, - 8.761607190229666 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1183.7509916538133, - 805.9052502478353, - 10.410703087917682, - -714.8762571450568, - -982.6881546519419, - -819.879052655177, - -164.50204321950423, - 654.6040383749946 - ], - "relative wind speed": [ - 2.9510381960342413, - 2.849585250381938, - 2.530295270799965, - 2.1357974019075447, - 1.9173261625716658, - 2.065098048263212, - 2.4458887731665464, - 2.7969868619891303 - ], - "relative wind angle": [ - 0.014620806864212283, - 0.11784207897357424, - 0.2057492728161826, - 0.18650931652629188, - 0.022504603135589277, - 0.16295190758238576, - 0.21295698732301022, - 0.1420729375925573 - ], - "resistance": [ - 97818.25099165383, - 97440.40525024784, - 96644.91070308794, - 95919.62374285496, - 95651.81184534807, - 95814.62094734484, - 96469.99795678051, - 97289.10403837501 - ], - "fuel": [ - 40.99347624802573, - 40.79743833401804, - 40.38644804655351, - 40.01378249811687, - 39.876670736683465, - 39.95999236960317, - 40.29639560837103, - 40.7190875975667 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 13.4375, -43.75 13.59375, -43.59375 13.59375, -43.59375 13.4375, -43.75 13.4375))", @@ -272117,68 +199864,7 @@ "id": "5218", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.653269025159238, - 9.653269025159238, - 9.653269025159238, - 9.653269025159238, - 9.653269025159238, - 9.653269025159238, - 9.653269025159238, - 9.653269025159238 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1099.0075025431274, - 371.6733764117007, - -490.5310495216668, - -1018.1890987096817, - -1029.5585887648986, - -529.2871286809004, - 326.40088792233155, - 1072.6098036120534 - ], - "relative wind speed": [ - 3.151712342436302, - 2.9178370744208926, - 2.54262973865676, - 2.233166484737565, - 2.2238988824381773, - 2.5229434666496227, - 2.900698353995697, - 3.1451525209789044 - ], - "relative wind angle": [ - 0.05768898067986647, - 0.15737495889767555, - 0.18391803306156262, - 0.08981979770010538, - 0.08180275933715332, - 0.18226455468124714, - 0.16100212291718877, - 0.06373256526218338 - ], - "resistance": [ - 97733.50750254317, - 97006.17337641174, - 96143.96895047837, - 95616.31090129036, - 95604.94141123515, - 96105.21287131915, - 96960.90088792237, - 97707.1098036121 - ], - "fuel": [ - 41.426974511159145, - 41.05031363516835, - 40.60635801443449, - 40.33602732531844, - 40.330213890566995, - 40.58646717952127, - 41.02693367568443, - 41.41326964173902 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 13.4375, -43.59375 13.59375, -43.4375 13.59375, -43.4375 13.4375, -43.59375 13.4375))", @@ -272197,68 +199883,7 @@ "id": "5219", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.171993258435618, - 8.171993258435618, - 8.171993258435618, - 8.171993258435618, - 8.171993258435618, - 8.171993258435618, - 8.171993258435618, - 8.171993258435618 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1052.7527106789844, - 563.6882195866388, - -169.8088851216594, - -743.278320757116, - -876.5652724811123, - -618.353948026424, - 38.22601563400667, - 743.8495426731947 - ], - "relative wind speed": [ - 2.7646829264473625, - 2.60952686151392, - 2.269384472177492, - 1.9070985784178314, - 1.776718892755048, - 1.997641425957017, - 2.376993021677169, - 2.6764111642008523 - ], - "relative wind angle": [ - 0.019918600371461967, - 0.14937213506526614, - 0.219497762239353, - 0.1635243613372072, - 0.030997470881456386, - 0.19564636553843462, - 0.2094093682653021, - 0.11626376293001307 - ], - "resistance": [ - 97687.25271067896, - 97198.18821958662, - 96464.69111487833, - 95891.22167924287, - 95757.93472751888, - 96016.14605197356, - 96672.72601563399, - 97378.34954267318 - ], - "fuel": [ - 40.63846254706125, - 40.38506054252958, - 40.00667757462654, - 39.71224120374715, - 39.64398295769823, - 39.776276862434074, - 40.1137914029424, - 40.47830509866724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 13.28125, -43.75 13.4375, -43.59375 13.4375, -43.59375 13.28125, -43.75 13.28125))", @@ -272277,68 +199902,7 @@ "id": "5220", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.685798095860143, - 8.685798095860143, - 8.685798095860143, - 8.685798095860143, - 8.685798095860143, - 8.685798095860143, - 8.685798095860143, - 8.685798095860143 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1095.7071995303882, - 595.0933498616155, - -171.1208948817207, - -778.1984902127078, - -923.478657732484, - -664.8363044790922, - 17.851240040046832, - 758.1716235948534 - ], - "relative wind speed": [ - 2.8992584432122337, - 2.749263069315475, - 2.4152223691346473, - 2.0593258655390296, - 1.9271403928592605, - 2.1356783910563917, - 2.507243610413394, - 2.8069105069184324 - ], - "relative wind angle": [ - 0.01618956887834948, - 0.13754345031275436, - 0.2026724866857422, - 0.1513914878987015, - 0.024357506819850185, - 0.17743173137223375, - 0.19513618386552828, - 0.11087353478596684 - ], - "resistance": [ - 97730.2071995304, - 97229.59334986164, - 96463.37910511829, - 95856.3015097873, - 95711.02134226753, - 95969.66369552093, - 96652.35124004007, - 97392.67162359487 - ], - "fuel": [ - 40.90956676399638, - 40.65011136015431, - 40.254807977492305, - 39.94315709521197, - 39.868779062946174, - 40.001248861188635, - 40.35209906912941, - 40.73452826258628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 13.28125, -43.59375 13.4375, -43.4375 13.4375, -43.4375 13.28125, -43.59375 13.28125))", @@ -272357,68 +199921,7 @@ "id": "5221", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.60063837157497, - 8.60063837157497, - 8.60063837157497, - 8.60063837157497, - 8.60063837157497, - 8.60063837157497, - 8.60063837157497, - 8.60063837157497 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1127.0023629476486, - 624.1224431978467, - -156.26313735840677, - -781.6170120610511, - -937.3753531344571, - -683.5376357773268, - 7.1406734136303385, - 765.3953112788695 - ], - "relative wind speed": [ - 2.89111902380311, - 2.7418405681604545, - 2.401036738619601, - 2.0315381980276603, - 1.887754850185727, - 2.0986895632716944, - 2.481372637069034, - 2.7919599091230713 - ], - "relative wind angle": [ - 0.01419724048296367, - 0.1404476964280714, - 0.21052792734104064, - 0.16105398360124765, - 0.02174422581448457, - 0.18392092060978119, - 0.20361449662567538, - 0.11694956689228811 - ], - "resistance": [ - 97761.50236294765, - 97258.62244319785, - 96478.2368626416, - 95852.88298793895, - 95697.12464686554, - 95950.96236422268, - 96641.64067341363, - 97399.89531127887 - ], - "fuel": [ - 40.88337698869074, - 40.622690697880266, - 40.220012353789265, - 39.89896580534485, - 39.8192283564754, - 39.94922195170653, - 40.30414101854279, - 40.695829636488085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 13.125, -43.75 13.28125, -43.59375 13.28125, -43.59375 13.125, -43.75 13.125))", @@ -272437,68 +199940,7 @@ "id": "5222", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.585046932145547, - 7.585046932145547, - 7.585046932145547, - 7.585046932145547, - 7.585046932145547, - 7.585046932145547, - 7.585046932145547, - 7.585046932145547 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 874.9076634968947, - 403.78569871781565, - -230.41678191866617, - -682.1591249113917, - -753.6883355212331, - -470.1129607869659, - 122.80093345712817, - 709.4739818036105 - ], - "relative wind speed": [ - 2.5601658816991484, - 2.386957591160987, - 2.05640481343922, - 1.7345129181069485, - 1.658790087587294, - 1.8995966294171973, - 2.2532716524552123, - 2.5094817858303644 - ], - "relative wind angle": [ - 0.03933190682841203, - 0.16422992493287977, - 0.22122509674501134, - 0.14340190227004906, - 0.06072627620681398, - 0.20691162410130357, - 0.20161717522576794, - 0.09893903722777248 - ], - "resistance": [ - 97509.40766349687, - 97038.28569871778, - 96404.0832180813, - 95952.34087508859, - 95880.81166447874, - 96164.387039213, - 96757.3009334571, - 97343.97398180357 - ], - "fuel": [ - 40.2832695475274, - 40.0394602620155, - 39.712559765742746, - 39.48062129750343, - 39.443965629939726, - 39.58939778174304, - 39.89444164334773, - 40.197562240182386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 13.125, -43.59375 13.28125, -43.4375 13.28125, -43.4375 13.125, -43.59375 13.125))", @@ -272517,68 +199959,7 @@ "id": "5223", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.13544456504852, - 8.13544456504852, - 8.13544456504852, - 8.13544456504852, - 8.13544456504852, - 8.13544456504852, - 8.13544456504852, - 8.13544456504852 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1039.1289216029995, - 604.4739061847072, - -102.66527741545269, - -688.6697351473019, - -849.01252624528, - -645.5349927708639, - -30.821140665368603, - 666.6453628884055 - ], - "relative wind speed": [ - 2.7443475255482133, - 2.613262507173964, - 2.292523272671429, - 1.932027813476392, - 1.7755165695939652, - 1.963354654280313, - 2.329858251942637, - 2.6365073407519564 - ], - "relative wind angle": [ - 0.006956759207463565, - 0.13667089902055934, - 0.21291525547231957, - 0.1711457363484897, - 0.010752915047522958, - 0.18235475316932204, - 0.20945216018422017, - 0.12513021224373286 - ], - "resistance": [ - 97673.62892160304, - 97238.97390618475, - 96531.8347225846, - 95945.83026485275, - 95785.48747375477, - 95988.96500722918, - 96603.67885933467, - 97301.14536288845 - ], - "fuel": [ - 40.614355701905446, - 40.38912324951555, - 40.024195323087625, - 39.72319035332999, - 39.64105189585441, - 39.74530322495809, - 40.061186460480315, - 40.421296586397176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 13.28125, -43.4375 13.4375, -43.28125 13.4375, -43.28125 13.28125, -43.4375 13.28125))", @@ -272597,68 +199978,7 @@ "id": "5224", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.103739669770222, - 8.103739669770222, - 8.103739669770222, - 8.103739669770222, - 8.103739669770222, - 8.103739669770222, - 8.103739669770222, - 8.103739669770222 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1181.8625041519726, - 823.6471842459941, - 41.88630753531288, - -675.9551042219161, - -953.3067281610347, - -798.3246143269253, - -161.62260153243005, - 646.3516183668457 - ], - "relative wind speed": [ - 2.803032566065081, - 2.7025006698782446, - 2.370633983246093, - 1.947411363535657, - 1.7004552188405129, - 1.856079105806368, - 2.2646487664055304, - 2.637447345232795 - ], - "relative wind angle": [ - 0.019466034519562563, - 0.13038262998454164, - 0.23477246917766326, - 0.2218625513448885, - 0.03209131778357332, - 0.19045243926759806, - 0.2459814640237714, - 0.16319945867132185 - ], - "resistance": [ - 97816.36250415197, - 97458.14718424599, - 96676.38630753531, - 95958.54489577809, - 95681.19327183897, - 95836.17538567308, - 96472.87739846756, - 97280.85161836684 - ], - "fuel": [ - 40.673764898574355, - 40.4879012811437, - 40.08393487434961, - 39.71500096412769, - 39.57296989979294, - 39.65230056286643, - 39.97914692093775, - 40.39608634065062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 13.28125, -43.28125 13.4375, -43.125 13.4375, -43.125 13.28125, -43.28125 13.28125))", @@ -272677,68 +199997,7 @@ "id": "5225", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.381553535754612, - 8.381553535754612, - 8.381553535754612, - 8.381553535754612, - 8.381553535754612, - 8.381553535754612, - 8.381553535754612, - 8.381553535754612 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1319.9933525336414, - 745.5768908492269, - -144.58263236871926, - -860.5264896191668, - -1046.9669784587713, - -761.6449991604081, - 19.810604986364524, - 889.0647523240186 - ], - "relative wind speed": [ - 2.9189823034784936, - 2.752211833703733, - 2.360579283573579, - 1.9199980083544774, - 1.7382757939336209, - 1.9918309281204833, - 2.4433022469108114, - 2.8027964734727013 - ], - "relative wind angle": [ - 0.014619079177056654, - 0.16339189388668474, - 0.252817809397866, - 0.20313632512553434, - 0.024550534746669662, - 0.22670031782574332, - 0.24408074274516675, - 0.1386430466832197 - ], - "resistance": [ - 97954.49335253361, - 97380.0768908492, - 96489.91736763125, - 95773.9735103808, - 95587.5330215412, - 95872.85500083957, - 96654.31060498634, - 97523.56475232399 - ], - "fuel": [ - 40.87668320414901, - 40.578577264669946, - 40.11903515958298, - 39.75157073270943, - 39.65619154259914, - 39.802208998014756, - 40.203680679664885, - 40.652928375220284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 13.125, -43.4375 13.28125, -43.28125 13.28125, -43.28125 13.125, -43.4375 13.125))", @@ -272757,68 +200016,7 @@ "id": "5226", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.240196541270485, - 10.240196541270485, - 10.240196541270485, - 10.240196541270485, - 10.240196541270485, - 10.240196541270485, - 10.240196541270485, - 10.240196541270485 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1445.7853092391106, - 719.9906273286633, - -319.0261858844433, - -1098.3388597714275, - -1252.0130985406308, - -841.6330893606992, - 109.13330857961137, - 1088.907021091195 - ], - "relative wind speed": [ - 3.397809551249609, - 3.203549131711323, - 2.809200156393743, - 2.4126160103675782, - 2.2941572547793743, - 2.558425339331115, - 2.9860779858431816, - 3.3147475383108636 - ], - "relative wind angle": [ - 0.026517551494321917, - 0.14223037006000352, - 0.19782546717291818, - 0.1358301935368659, - 0.039279871297602416, - 0.17844028531490816, - 0.18596596658704212, - 0.09871961171539233 - ], - "resistance": [ - 98080.28530923916, - 97354.4906273287, - 96315.4738141156, - 95536.16114022862, - 95382.48690145942, - 95792.86691063935, - 96743.63330857965, - 97723.40702109123 - ], - "fuel": [ - 41.95015462862165, - 41.57335234960958, - 41.03734980893331, - 40.63795852650793, - 40.55946850811449, - 40.76926850415467, - 41.257739872426065, - 41.76463337660236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 13.125, -43.28125 13.28125, -43.125 13.28125, -43.125 13.125, -43.28125 13.125))", @@ -272837,68 +200035,7 @@ "id": "5227", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.617127853782945, - 8.617127853782945, - 8.617127853782945, - 8.617127853782945, - 8.617127853782945, - 8.617127853782945, - 8.617127853782945, - 8.617127853782945 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1288.5030888400602, - 703.8832385373853, - -180.57452040196813, - -878.3336599355641, - -1047.7048244227324, - -745.0593533293631, - 41.143990682735875, - 896.7058593264433 - ], - "relative wind speed": [ - 2.961521015373465, - 2.790358674197553, - 2.405676225931872, - 1.9862074662726947, - 1.8271555132942652, - 2.0791831241116747, - 2.5143241418414, - 2.8572861066373654 - ], - "relative wind angle": [ - 0.01885285246842612, - 0.1585833312042095, - 0.23807922517699429, - 0.183125997560116, - 0.030560344839813992, - 0.21355465958394657, - 0.22760567802713205, - 0.12692803929937768 - ], - "resistance": [ - 97923.00308884004, - 97338.38323853735, - 96453.92547959801, - 95756.1663400644, - 95586.79517557724, - 95889.44064667061, - 96675.6439906827, - 97531.20585932641 - ], - "fuel": [ - 40.97547686275294, - 40.67215525449137, - 40.21568450340142, - 39.857623383239954, - 39.77098235874989, - 39.92587427342033, - 40.32984056559016, - 40.77205794273581 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 13.59375, -43.125 13.75, -42.96875 13.75, -42.96875 13.59375, -43.125 13.59375))", @@ -272917,68 +200054,7 @@ "id": "5228", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.976800971459094, - 7.976800971459094, - 7.976800971459094, - 7.976800971459094, - 7.976800971459094, - 7.976800971459094, - 7.976800971459094, - 7.976800971459094 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1128.1052901505927, - 637.7996137587011, - -127.35936596851161, - -745.0681496450136, - -905.9599254129728, - -663.5997369843144, - 8.151131798199003, - 755.7387001635952 - ], - "relative wind speed": [ - 2.749034425662222, - 2.598035286292891, - 2.2431432033414525, - 1.8464397651909186, - 1.6831767746426056, - 1.9080060218325618, - 2.314861312795078, - 2.6421458176440624 - ], - "relative wind angle": [ - 0.013416827650614478, - 0.15573545022779783, - 0.23991103186633866, - 0.1911565046665415, - 0.021914018308839045, - 0.21280344708358764, - 0.23233917809548174, - 0.133169170160806 - ], - "resistance": [ - 97762.60529015059, - 97272.2996137587, - 96507.14063403149, - 95889.43185035499, - 95728.54007458703, - 95970.90026301569, - 96642.6511317982, - 97390.2387001636 - ], - "fuel": [ - 40.587622935624424, - 40.33344148327221, - 39.93855943512607, - 39.62136253035197, - 39.53897677494797, - 39.66311573447477, - 40.00833473334737, - 40.39450107915697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 13.59375, -42.96875 13.75, -42.8125 13.75, -42.8125 13.59375, -42.96875 13.59375))", @@ -273010,19 +200086,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1138.5076278043284, + 1138.5076278043266, 537.0853000198404, - -284.9545026560131, + -284.9545026560145, -878.6282414497116, - -979.2395941731295, + -979.2395941731284, -622.854745375233, - 141.15706979201468, + 141.15706979201514, 905.6626154210262 ], "relative wind speed": [ - 2.928584032888102, + 2.9285840328881014, 2.737001773799651, - 2.365204325972947, + 2.3652043259729467, 1.9992178962974527, 1.9065436727350982, 2.172633080837843, @@ -273030,13 +200106,13 @@ 2.8661195049853316 ], "relative wind angle": [ - 0.03617151366680204, + 0.036171513666802046, 0.1602011745818511, 0.21799743107587036, 0.14396334571224634, - 0.05557846107278934, - 0.2023309754714221, - 0.20018810095706496, + 0.055578461072787334, + 0.20233097547142212, + 0.2001881009570644, 0.10024070870331361 ], "resistance": [ @@ -273077,68 +200153,7 @@ "id": "5230", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.354571671704736, - 8.354571671704736, - 8.354571671704736, - 8.354571671704736, - 8.354571671704736, - 8.354571671704736, - 8.354571671704736, - 8.354571671704736 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1151.5203036673292, - 532.3821191295579, - -295.27693386975193, - -882.8510244465051, - -975.3254448945654, - -602.1780120824649, - 171.83978528739135, - 938.1125276888074 - ], - "relative wind speed": [ - 2.858695610672057, - 2.654528346940208, - 2.2637482215513742, - 1.8793901316467385, - 1.7894159355541908, - 2.080295469442224, - 2.4999187935438925, - 2.800364747307003 - ], - "relative wind angle": [ - 0.04240796362370482, - 0.1758089309371361, - 0.23877695988298217, - 0.15648286085031263, - 0.0677807613152363, - 0.22507999335561674, - 0.2158426845672428, - 0.10478286257560299 - ], - "resistance": [ - 97786.02030366736, - 97166.88211912959, - 96339.22306613027, - 95751.64897555353, - 95659.17455510546, - 96032.32198791756, - 96806.33978528742, - 97572.61252768883 - ], - "fuel": [ - 40.77616560678494, - 40.455290005994705, - 40.02857392088281, - 39.72718553938872, - 39.67986900778909, - 39.8709927965145, - 40.269091894637896, - 40.66540343717293 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 13.4375, -42.96875 13.59375, -42.8125 13.59375, -42.8125 13.4375, -42.96875 13.4375))", @@ -273157,68 +200172,7 @@ "id": "5231", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.338138959072095, - 9.338138959072095, - 9.338138959072095, - 9.338138959072095, - 9.338138959072095, - 9.338138959072095, - 9.338138959072095, - 9.338138959072095 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1223.6559762803827, - 563.8622189710895, - -330.13760459673813, - -968.8774215106357, - -1070.5761073842543, - -674.0348320342832, - 161.48126704924107, - 987.9184996987378 - ], - "relative wind speed": [ - 3.111959353371442, - 2.9127033103238738, - 2.5334979662576846, - 2.1675765388212396, - 2.081070090181208, - 2.351872267643625, - 2.7561806530507025, - 3.05233610299301 - ], - "relative wind angle": [ - 0.03648883772682219, - 0.1534189876604038, - 0.20508923773494162, - 0.1316613339382327, - 0.054579116549463194, - 0.19040747908968741, - 0.18831146406856353, - 0.09336325927873862 - ], - "resistance": [ - 97858.1559762804, - 97198.3622189711, - 96304.36239540328, - 95665.62257848938, - 95563.92389261576, - 95960.46516796573, - 96795.98126704925, - 97622.41849969875 - ], - "fuel": [ - 41.31697696609034, - 40.97490394474612, - 40.513990178923926, - 40.18650067386682, - 40.13449864786575, - 40.337481329267234, - 40.76708292813682, - 41.194571829088225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 13.59375, -42.8125 13.75, -42.65625 13.75, -42.65625 13.59375, -42.8125 13.59375))", @@ -273250,9 +200204,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 906.3580591549526, + 906.3580591549489, 338.65086482977676, - -358.81843606857274, + -358.8184360685732, -805.781776398991, -834.4824423263124, -456.49334734571744, @@ -273260,7 +200214,7 @@ 839.7473731350228 ], "relative wind speed": [ - 2.815414209686526, + 2.8154142096865256, 2.6148291782583977, 2.2787663809114176, 1.9890322246489387, @@ -273270,13 +200224,13 @@ 2.7968552503574866 ], "relative wind angle": [ - 0.051902665884059805, - 0.15564898174333955, - 0.18858364605610828, + 0.05190266588406194, + 0.15564898174333958, + 0.18858364605610944, 0.10011092390038306, - 0.07448869438355127, + 0.07448869438355128, 0.18337919476970233, - 0.16724238671255662, + 0.16724238671255665, 0.07113674239853604 ], "resistance": [ @@ -273330,17 +200284,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 785.4974084343489, + 785.4974084343462, 325.61065959191524, - -254.03684037134303, - -641.1805962033263, + -254.0368403713435, + -641.1805962033264, -681.0832298640195, -386.47374320019185, 170.0456657280713, 693.4523873384928 ], "relative wind speed": [ - 2.4006644027981343, + 2.400664402798134, 2.2134429419855013, 1.8802190591810606, 1.5716063429814642, @@ -273350,17 +200304,17 @@ 2.3708154797819825 ], "relative wind angle": [ - 0.05427388869958176, - 0.18271341825325382, - 0.23540585339539472, - 0.139164801855083, + 0.05427388869958381, + 0.1827134182532538, + 0.23540585339539566, + 0.13916480185508304, 0.08546553324474282, 0.22707476948449606, 0.20693968595646708, - 0.09208452326173633 + 0.09208452326173634 ], "resistance": [ - 97419.99740843433, + 97419.99740843431, 96960.11065959188, 96380.46315962863, 95993.31940379665, @@ -273370,7 +200324,7 @@ 97327.95238733846 ], "fuel": [ - 40.017381192540036, + 40.01738119254003, 39.779529609799084, 39.48085933021419, 39.282075268227885, @@ -273410,9 +200364,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1089.7151864980447, + 1089.7151864980374, 479.7368384458541, - -325.50990170376144, + -325.5099017037619, -886.1155915664795, -963.174836915005, -586.0857470581122, @@ -273422,7 +200376,7 @@ "relative wind speed": [ 2.9579683093486975, 2.761106979424253, - 2.3985464119632107, + 2.3985464119632103, 2.0575079409722834, 1.9886843110393295, 2.2540474831422337, @@ -273430,11 +200384,11 @@ 2.9105159131880995 ], "relative wind angle": [ - 0.041013750056312075, + 0.04101375005631749, 0.15596168354758314, - 0.20371579260790293, - 0.1254131563870486, - 0.061024604318480814, + 0.20371579260790237, + 0.12541315638704864, + 0.06102460431848082, 0.19143971011545136, 0.18510193904806732, 0.08854074389343962 @@ -273490,9 +200444,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1020.1800855723445, + 1020.1800855723409, 450.00465729521875, - -294.18413833756335, + -294.1841383375636, -809.329139485844, -878.7349229410277, -525.3505951973693, @@ -273500,7 +200454,7 @@ 859.918022151458 ], "relative wind speed": [ - 2.7371739677927267, + 2.7371739677927263, 2.5376566612348994, 2.1686501975881205, 1.816441266921557, @@ -273510,12 +200464,12 @@ 2.6914327626697854 ], "relative wind angle": [ - 0.046422559102442536, + 0.04642255910244492, 0.17449966709796078, - 0.2307789079379344, + 0.23077890793793487, 0.14415411270602563, - 0.0727825640862554, - 0.21924272125258606, + 0.07278256408625541, + 0.21924272125258604, 0.20673158348002615, 0.09710518537804069 ], @@ -273557,68 +200511,7 @@ "id": "5236", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.54313219149948, - 9.54313219149948, - 9.54313219149948, - 9.54313219149948, - 9.54313219149948, - 9.54313219149948, - 9.54313219149948, - 9.54313219149948 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1382.0420345961734, - 563.1948654124167, - -464.06594383474794, - -1145.3327948364856, - -1210.883228299379, - -682.5462115013775, - 306.8064067611499, - 1230.69574556001 - ], - "relative wind speed": [ - 3.2283994394191264, - 2.9796372401559714, - 2.54157915611996, - 2.1409141702321275, - 2.0854028786809797, - 2.4275975827818637, - 2.8830267948857493, - 3.191857550479332 - ], - "relative wind angle": [ - 0.05413378626191602, - 0.17833002168279835, - 0.22732374585562806, - 0.13187333091266035, - 0.08386152014834732, - 0.21948219321780058, - 0.20001028395397033, - 0.08831162627875251 - ], - "resistance": [ - 98016.54203459619, - 97197.69486541243, - 96170.43405616526, - 95489.16720516353, - 95423.61677170063, - 95951.95378849863, - 96941.30640676117, - 97865.19574556002 - ], - "fuel": [ - 41.51226338033439, - 41.08748812497232, - 40.5581270909512, - 40.209226884864, - 40.175747331842345, - 40.44604770793775, - 40.95500005404929, - 41.43356485249686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 13.28125, -42.65625 13.4375, -42.5 13.4375, -42.5 13.28125, -42.65625 13.28125))", @@ -273637,68 +200530,7 @@ "id": "5237", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.575303449301797, - 8.575303449301797, - 8.575303449301797, - 8.575303449301797, - 8.575303449301797, - 8.575303449301797, - 8.575303449301797, - 8.575303449301797 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1262.2096629721837, - 611.7924345568026, - -282.2278883484405, - -934.2927014936724, - -1052.3218368463686, - -673.0616885647837, - 152.37097598688706, - 989.8723420258902 - ], - "relative wind speed": [ - 2.95114516319492, - 2.7472692958831395, - 2.3417405891204273, - 1.9305309241439708, - 1.8182958496241597, - 2.113757078499555, - 2.555720756318094, - 2.878976888051212 - ], - "relative wind angle": [ - 0.03727753788123073, - 0.17515705199525658, - 0.24458638230456067, - 0.16820883881801532, - 0.060525425286466185, - 0.2284734736813714, - 0.22374249304258553, - 0.11250036754246634 - ], - "resistance": [ - 97896.70966297218, - 97246.2924345568, - 96352.27211165156, - 95700.20729850633, - 95582.17816315363, - 95961.43831143521, - 96786.87097598688, - 97624.37234202589 - ], - "fuel": [ - 40.9410934654726, - 40.60377709181888, - 40.1426933423236, - 39.808271872368394, - 39.747907924239925, - 39.94205826022085, - 40.366462711310675, - 40.79966357481639 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 13.125, -42.8125 13.28125, -42.65625 13.28125, -42.65625 13.125, -42.8125 13.125))", @@ -273717,68 +200549,7 @@ "id": "5238", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.233862295293656, - 11.233862295293656, - 11.233862295293656, - 11.233862295293656, - 11.233862295293656, - 11.233862295293656, - 11.233862295293656, - 11.233862295293656 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1450.051760341673, - 451.9797123252747, - -701.3295406906623, - -1382.6825902931464, - -1374.2842952686015, - -672.6804792644593, - 485.44125228561643, - 1469.5548975133852 - ], - "relative wind speed": [ - 3.6581893177412095, - 3.3781438338092915, - 2.942054457028537, - 2.5939088014413327, - 2.599786513870541, - 2.954552967918377, - 3.3890344604352363, - 3.662359366848674 - ], - "relative wind angle": [ - 0.06201429320945055, - 0.15919915467747675, - 0.18135539479240534, - 0.08294529283099808, - 0.08731600900838984, - 0.1822628974200214, - 0.15722174728818106, - 0.05871336081297396 - ], - "resistance": [ - 98084.55176034171, - 97086.47971232532, - 95933.17045930937, - 95251.8174097069, - 95260.21570473144, - 95961.81952073559, - 97119.94125228566, - 98104.05489751343 - ], - "fuel": [ - 42.58464255791628, - 42.06697500147527, - 41.473407294550114, - 41.125064597987354, - 41.12934772295735, - 41.48809201186131, - 42.084270362728205, - 42.594795125536024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 13.125, -42.65625 13.28125, -42.5 13.28125, -42.5 13.125, -42.65625 13.125))", @@ -273810,17 +200581,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1152.791496590814, + 1152.7914965908108, 399.8510441670037, - -477.2213275357949, + -477.22132753579535, -1011.2655241040902, -1018.832598668936, -502.19925681120776, - 370.47544208623094, + 370.47544208623185, 1135.3615850920314 ], "relative wind speed": [ - 2.928589370822706, + 2.9285893708227055, 2.665997111059568, 2.2367420671750264, 1.869722345022803, @@ -273830,13 +200601,13 @@ 2.9239911775045413 ], "relative wind angle": [ - 0.07305087470437238, + 0.07305087470437391, 0.19999761815140588, - 0.2416604398816985, + 0.24166043988169897, 0.12190449121947172, 0.11501552503998222, - 0.2406624065974794, - 0.20310019658317455, + 0.24066240659747937, + 0.20310019658317396, 0.07783648193001379 ], "resistance": [ @@ -273877,68 +200648,7 @@ "id": "5240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.342823261348325, - 8.342823261348325, - 8.342823261348325, - 8.342823261348325, - 8.342823261348325, - 8.342823261348325, - 8.342823261348325, - 8.342823261348325 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 739.3133897657735, - 120.14982367376342, - -509.0272263428237, - -808.8297359368719, - -734.6230039249733, - -256.3420476567667, - 415.4075555524423, - 911.6345193836155 - ], - "relative wind speed": [ - 2.7027146755255136, - 2.453078407555356, - 2.113489462125966, - 1.8870110041027424, - 1.9571025970125226, - 2.2621501981344694, - 2.5822624742687634, - 2.752109493266811 - ], - "relative wind angle": [ - 0.08797454222460484, - 0.1774188271921324, - 0.17828467007648957, - 0.05148959245789185, - 0.12163391489956772, - 0.19257348203285518, - 0.14566238610500462, - 0.03529607729349314 - ], - "resistance": [ - 97373.81338976577, - 96754.64982367377, - 96125.47277365718, - 95825.67026406313, - 95899.87699607502, - 96378.15795234323, - 97049.90755555245, - 97546.13451938362 - ], - "fuel": [ - 40.556748863405, - 40.23680983628063, - 39.9131578696275, - 39.75945606518262, - 39.797468991839594, - 40.04296344880294, - 40.389199781918094, - 40.646045737499804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 12.96875, -43.59375 13.125, -43.4375 13.125, -43.4375 12.96875, -43.59375 12.96875))", @@ -273957,68 +200667,7 @@ "id": "5241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.975751286886712, - 9.975751286886712, - 9.975751286886712, - 9.975751286886712, - 9.975751286886712, - 9.975751286886712, - 9.975751286886712, - 9.975751286886712 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1033.0922740964857, - 243.58841592414547, - -611.9251260304013, - -1068.141466012275, - -1015.2401335000504, - -430.5166736570832, - 455.277246515936, - 1156.1421793506447 - ], - "relative wind speed": [ - 3.213346854532681, - 2.953510154958372, - 2.578780739331041, - 2.30665614636416, - 2.34811669057861, - 2.6675883799167157, - 3.0313594142833287, - 3.2432371825923183 - ], - "relative wind angle": [ - 0.07134692447826854, - 0.15945199496021267, - 0.16915150996789965, - 0.0629025940403204, - 0.09770930720983513, - 0.17671378389450487, - 0.14370626395684388, - 0.04472301291289784 - ], - "resistance": [ - 97667.5922740965, - 96878.08841592415, - 96022.57487396961, - 95566.35853398775, - 95619.25986649997, - 96203.98332634293, - 97089.77724651595, - 97790.64217935066 - ], - "fuel": [ - 41.57835429455316, - 41.16978285629002, - 40.72966951920903, - 40.496085409838706, - 40.523131351901014, - 40.822766388717696, - 41.27910510825217, - 41.642242035519985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 12.8125, -43.75 12.96875, -43.59375 12.96875, -43.59375 12.8125, -43.75 12.8125))", @@ -274037,68 +200686,7 @@ "id": "5242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.458853389340327, - 9.458853389340327, - 9.458853389340327, - 9.458853389340327, - 9.458853389340327, - 9.458853389340327, - 9.458853389340327, - 9.458853389340327 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 977.7104404579318, - 292.6473216161871, - -492.39512518086394, - -949.4810188835875, - -937.6384237386139, - -451.8218896488743, - 339.99953572565255, - 1005.2462914890448 - ], - "relative wind speed": [ - 3.060601095142357, - 2.8299639053444414, - 2.4759933468497453, - 2.1984124861233196, - 2.2082100936688844, - 2.496953178538871, - 2.8483201764765727, - 3.067646234855776 - ], - "relative wind angle": [ - 0.06166804682836444, - 0.15451639941153225, - 0.17345451378990834, - 0.07685218850173167, - 0.08552257583569489, - 0.17532456591182552, - 0.15059450865750043, - 0.055049315718298464 - ], - "resistance": [ - 97612.21044045794, - 96927.1473216162, - 96142.10487481915, - 95685.01898111643, - 95696.8615762614, - 96182.67811035115, - 96974.49953572567, - 97639.74629148906 - ], - "fuel": [ - 41.25544166309342, - 40.900926788700374, - 40.496820605583615, - 40.2625887204403, - 40.268647601940195, - 40.51764976905925, - 40.925375011604004, - 41.26972776061838 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 12.8125, -43.59375 12.96875, -43.4375 12.96875, -43.4375 12.8125, -43.59375 12.8125))", @@ -274117,68 +200705,7 @@ "id": "5243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.173223156740782, - 11.173223156740782, - 11.173223156740782, - 11.173223156740782, - 11.173223156740782, - 11.173223156740782, - 11.173223156740782, - 11.173223156740782 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1211.2636081679611, - 426.85905972172895, - -531.8609892556779, - -1135.4802097746679, - -1165.0686025046584, - -634.7782949014772, - 307.0440921242016, - 1142.147666261416 - ], - "relative wind speed": [ - 3.5545604067230188, - 3.334304137400703, - 2.977039213154502, - 2.681655978657023, - 2.6612526167049433, - 2.9325042360198506, - 3.2946020546193804, - 3.539192900520521 - ], - "relative wind angle": [ - 0.045147762012315434, - 0.12923212492960867, - 0.1508084422125243, - 0.07570626173616926, - 0.06031868433331849, - 0.14705982176215865, - 0.1361767248982017, - 0.05733947365667693 - ], - "resistance": [ - 97845.76360816798, - 97061.35905972174, - 96102.63901074434, - 95499.01979022534, - 95469.43139749535, - 95999.72170509853, - 96941.54409212421, - 97776.64766626143 - ], - "fuel": [ - 42.42000539396532, - 42.013545379522434, - 41.519868415164495, - 41.21079930571598, - 41.195684119003616, - 41.4670761405391, - 41.95166164462214, - 42.38409915584945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 12.96875, -43.4375 13.125, -43.28125 13.125, -43.28125 12.96875, -43.4375 12.96875))", @@ -274197,68 +200724,7 @@ "id": "5244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.855725605705192, - 9.855725605705192, - 9.855725605705192, - 9.855725605705192, - 9.855725605705192, - 9.855725605705192, - 9.855725605705192, - 9.855725605705192 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1178.240052914865, - 340.84043789141106, - -600.7719362134208, - -1138.0148854151334, - -1111.9004517869485, - -512.3587704479314, - 444.2530499462382, - 1238.760822364918 - ], - "relative wind speed": [ - 3.2370739971496203, - 2.9678755779284822, - 2.5574351183169366, - 2.236887981337984, - 2.2578986350971624, - 2.601628117800759, - 3.006040572745997, - 3.25162827954573 - ], - "relative wind angle": [ - 0.0704646230165627, - 0.17221323758037158, - 0.1933230006745218, - 0.08336881733301761, - 0.10111139837417187, - 0.1967541541575435, - 0.16418660310770697, - 0.05731675593842506 - ], - "resistance": [ - 97812.74005291486, - 96975.34043789141, - 96033.72806378658, - 95496.48511458487, - 95522.59954821305, - 96122.14122955207, - 97078.75304994624, - 97873.26082236491 - ], - "fuel": [ - 41.58384324855331, - 41.15010790317723, - 40.66551167171002, - 40.39050039383493, - 40.40384337377693, - 40.71087273090476, - 41.2035297658046, - 41.61529139182526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 12.96875, -43.28125 13.125, -43.125 13.125, -43.125 12.96875, -43.28125 12.96875))", @@ -274277,68 +200743,7 @@ "id": "5245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.650314106094475, - 10.650314106094475, - 10.650314106094475, - 10.650314106094475, - 10.650314106094475, - 10.650314106094475, - 10.650314106094475, - 10.650314106094475 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1358.0476319042064, - 424.0278444609785, - -652.0378584784844, - -1286.7581067828787, - -1277.5372075497226, - -620.7197089926108, - 460.6365278164358, - 1379.4351444324493 - ], - "relative wind speed": [ - 3.4882486457580284, - 3.2129637390514634, - 2.783467907886746, - 2.439305363702165, - 2.446145601591173, - 2.797922609786945, - 3.225494276011218, - 3.493035393669867 - ], - "relative wind angle": [ - 0.06439024916717295, - 0.1651602788886403, - 0.18887118837229055, - 0.08653371888918748, - 0.09188749431542528, - 0.1899389211722258, - 0.16273807610744567, - 0.06039075036762298 - ], - "resistance": [ - 97992.54763190422, - 97058.52784446099, - 95982.46214152154, - 95347.74189321714, - 95356.96279245029, - 96013.78029100741, - 97095.13652781644, - 98013.93514443247 - ], - "fuel": [ - 42.15757443464612, - 41.673337160946204, - 41.1194812690581, - 40.794808169659795, - 40.79951412765402, - 41.135539986955365, - 41.692255601828414, - 42.16870068703723 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 12.8125, -43.4375 12.96875, -43.28125 12.96875, -43.28125 12.8125, -43.4375 12.8125))", @@ -274357,68 +200762,7 @@ "id": "5246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.165372714206168, - 11.165372714206168, - 11.165372714206168, - 11.165372714206168, - 11.165372714206168, - 11.165372714206168, - 11.165372714206168, - 11.165372714206168 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1353.5900871268695, - 495.9833185607649, - -559.7522804402579, - -1233.7571248985168, - -1274.8744628708446, - -701.4036233432375, - 330.8203662805381, - 1257.8260600091135 - ], - "relative wind speed": [ - 3.6009096672928917, - 3.3640868695958477, - 2.972187904075758, - 2.640383444720966, - 2.6117327586274954, - 2.910432608445727, - 3.3096521716574903, - 3.5799544269913315 - ], - "relative wind angle": [ - 0.04747167008844993, - 0.1404995993756996, - 0.16744584238627191, - 0.08700726048260282, - 0.06547344641895964, - 0.16258104237912624, - 0.15023525504726729, - 0.06413493752718291 - ], - "resistance": [ - 97988.09008712691, - 97130.48331856081, - 96074.74771955979, - 95400.74287510152, - 95359.6255371292, - 95933.0963766568, - 96965.32036628058, - 97892.32606000916 - ], - "fuel": [ - 42.48878225582838, - 42.0440531798486, - 41.50033867882518, - 41.15538847140645, - 41.13439965833615, - 41.42770237207747, - 41.95871892686735, - 42.43898617319308 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 12.8125, -43.28125 12.96875, -43.125 12.96875, -43.125 12.8125, -43.28125 12.8125))", @@ -274437,68 +200781,7 @@ "id": "5247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.604231869923163, - 11.604231869923163, - 11.604231869923163, - 11.604231869923163, - 11.604231869923163, - 11.604231869923163, - 11.604231869923163, - 11.604231869923163 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1508.5243557136937, - 462.09068890968683, - -743.0608584339998, - -1450.698232985495, - -1437.9835383934465, - -699.5892889545453, - 512.8439555324821, - 1538.0703458559574 - ], - "relative wind speed": [ - 3.766422236270771, - 3.4808031015686343, - 3.038903166201328, - 2.6889491812644373, - 2.6975425766629324, - 3.057234401038687, - 3.4968185485145984, - 3.772562089000195 - ], - "relative wind angle": [ - 0.06166671768818335, - 0.1566506715482018, - 0.17726110386462657, - 0.07996083673263038, - 0.0861536394318037, - 0.17857304940844868, - 0.1538491413162902, - 0.056963350941923764 - ], - "resistance": [ - 98143.02435571374, - 97096.59068890972, - 95891.43914156605, - 95183.80176701455, - 95196.5164616066, - 95934.9107110455, - 97147.34395553253, - 98172.570345856 - ], - "fuel": [ - 42.86739145178639, - 42.32450676798884, - 41.70432855517146, - 41.34269245105267, - 41.34917382113317, - 41.726605328958215, - 42.350743295471474, - 42.88277891509372 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 12.65625, -43.75 12.8125, -43.59375 12.8125, -43.59375 12.65625, -43.75 12.65625))", @@ -274517,68 +200800,7 @@ "id": "5248", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.99697397169363, - 9.99697397169363, - 9.99697397169363, - 9.99697397169363, - 9.99697397169363, - 9.99697397169363, - 9.99697397169363, - 9.99697397169363 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1184.9174969229612, - 540.7602179616806, - -339.2862179325234, - -969.0702465940635, - -1068.35458028508, - -680.8359345888571, - 142.39508769567192, - 953.69582638983 - ], - "relative wind speed": [ - 3.2513992816282373, - 3.065350516256662, - 2.715019326101875, - 2.38384331913268, - 2.306443612530016, - 2.5485104745396168, - 2.918895250817755, - 3.1950853597642133 - ], - "relative wind angle": [ - 0.03180919933504073, - 0.13331589772740363, - 0.17504043407962758, - 0.10979602908739759, - 0.04484897921780371, - 0.16056696095037168, - 0.16270112947312276, - 0.08184533226929346 - ], - "resistance": [ - 97819.417496923, - 97175.26021796171, - 96295.21378206751, - 95665.42975340596, - 95566.14541971494, - 95953.66406541117, - 96776.8950876957, - 97588.19582638986 - ], - "fuel": [ - 41.669644784518795, - 41.33575267918616, - 40.88208557757263, - 40.55919875735084, - 40.50843089768113, - 40.70679174781031, - 41.130037015703294, - 41.54961583756421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 12.65625, -43.59375 12.8125, -43.4375 12.8125, -43.4375 12.65625, -43.59375 12.65625))", @@ -274597,68 +200819,7 @@ "id": "5249", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.396320196353097, - 10.396320196353097, - 10.396320196353097, - 10.396320196353097, - 10.396320196353097, - 10.396320196353097, - 10.396320196353097, - 10.396320196353097 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1282.5242592984864, - 701.4422773967967, - -208.7308247131018, - -938.8566610262715, - -1115.4846863541543, - -821.2137734351331, - -12.084893429901058, - 869.8904939150648 - ], - "relative wind speed": [ - 3.3700310232171837, - 3.221205681512161, - 2.8877932944437594, - 2.537676191391152, - 2.4062933098963817, - 2.602151138595165, - 2.9678285798313886, - 3.2722402323706055 - ], - "relative wind angle": [ - 0.012039089131453379, - 0.11494773482510029, - 0.16766543451970692, - 0.12329044959619627, - 0.016861222231038406, - 0.14246217725190377, - 0.16310279073957568, - 0.09551690293735528 - ], - "resistance": [ - 97917.02425929847, - 97335.94227739678, - 96425.76917528689, - 95695.64333897372, - 95519.01531364582, - 95813.28622656486, - 96622.41510657009, - 97504.39049391505 - ], - "fuel": [ - 41.960259409604596, - 41.65878247630002, - 41.18909178885871, - 40.81454188252359, - 40.72423080788591, - 40.87475787633139, - 41.29030897263438, - 41.746047453837484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 12.5, -43.75 12.65625, -43.59375 12.65625, -43.59375 12.5, -43.75 12.5))", @@ -274677,68 +200838,7 @@ "id": "5250", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.617635747223758, - 8.617635747223758, - 8.617635747223758, - 8.617635747223758, - 8.617635747223758, - 8.617635747223758, - 8.617635747223758, - 8.617635747223758 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1040.127941846445, - 506.05515234655877, - -244.61183242967718, - -799.0812523094144, - -902.0609884625308, - -593.8223188753982, - 97.66106438246925, - 801.1860816556564 - ], - "relative wind speed": [ - 2.8677176432044895, - 2.696508401381534, - 2.35605890756772, - 2.0176742920142976, - 1.9230475198782753, - 2.156561774245083, - 2.5240647117154302, - 2.8019469474279664 - ], - "relative wind angle": [ - 0.029863266031876074, - 0.14692506001970354, - 0.20198071315090504, - 0.13605391606228995, - 0.04454128401603887, - 0.18408899873696885, - 0.18836924391146684, - 0.0978260325518722 - ], - "resistance": [ - 97674.62794184645, - 97140.55515234657, - 96389.88816757033, - 95835.4187476906, - 95732.43901153748, - 96040.67768112462, - 96732.16106438248, - 97435.68608165567 - ], - "fuel": [ - 40.846707855105414, - 40.57005523506622, - 40.182999950473366, - 39.898453489785865, - 39.845731599673165, - 40.00365633250205, - 40.359220980041165, - 40.722803464819584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 12.5, -43.59375 12.65625, -43.4375 12.65625, -43.4375 12.5, -43.59375 12.5))", @@ -274770,19 +200870,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1166.7521540428984, + 1166.752154042876, 633.0551561758616, - -188.18952168267379, + -188.18952168267424, -840.3388535987478, - -995.9529427794137, + -995.9529427794171, -720.9220058865735, 11.06247589346549, 804.5257895621826 ], "relative wind speed": [ - 3.0679991786784395, + 3.067999178678439, 2.9169125164083094, - 2.58115266408071, + 2.5811526640807094, 2.2261871836761062, 2.094914977946183, 2.3006323254304193, @@ -274790,17 +200890,17 @@ 2.97411807910027 ], "relative wind angle": [ - 0.015047099674089189, - 0.12951763301819175, - 0.18966432665618121, - 0.14036436267841443, - 0.022037402266611952, - 0.16449417402224523, - 0.18314974346115867, - 0.10491323830974868 + 0.015047099674103946, + 0.12951763301819177, + 0.1896643266561812, + 0.14036436267841446, + 0.02203740226661699, + 0.16449417402224525, + 0.1831497434611587, + 0.10491323830974869 ], "resistance": [ - 97801.25215404292, + 97801.25215404289, 97267.55515617588, 96446.31047831735, 95794.16114640127, @@ -274810,7 +200910,7 @@ 97439.02578956219 ], "fuel": [ - 41.26221132544903, + 41.262211325449016, 40.98550152987163, 40.56177505686558, 40.22708214182779, @@ -274837,68 +200937,7 @@ "id": "5252", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.015935354931903, - 11.015935354931903, - 11.015935354931903, - 11.015935354931903, - 11.015935354931903, - 11.015935354931903, - 11.015935354931903, - 11.015935354931903 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1382.0426209842958, - 701.2645416075061, - -302.7407825805153, - -1070.4676538679355, - -1229.475522963533, - -854.2507854805904, - 58.839944151549844, - 1010.6917942728674 - ], - "relative wind speed": [ - 3.5567533632820036, - 3.384798167383905, - 3.0305146264998153, - 2.6764480155469577, - 2.564876265960994, - 2.7878712511488777, - 3.1693951860691874, - 3.4735731987368 - ], - "relative wind angle": [ - 0.019779813004793045, - 0.11860687785955384, - 0.1644326902355202, - 0.11271354585846022, - 0.027430622215530245, - 0.14416392504713235, - 0.157166038466005, - 0.08677280782339412 - ], - "resistance": [ - 98016.54262098431, - 97335.76454160752, - 96331.7592174195, - 95564.03234613208, - 95405.02447703648, - 95780.24921451943, - 96693.33994415156, - 97645.19179427288 - ], - "fuel": [ - 42.4050158159103, - 42.05168873163424, - 41.53375229330567, - 41.14023556647822, - 41.05900645229831, - 41.25084082201775, - 41.71984884109176, - 42.212069172542556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 12.65625, -43.28125 12.8125, -43.125 12.8125, -43.125 12.65625, -43.28125 12.65625))", @@ -274917,68 +200956,7 @@ "id": "5253", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.673910283666547, - 10.673910283666547, - 10.673910283666547, - 10.673910283666547, - 10.673910283666547, - 10.673910283666547, - 10.673910283666547, - 10.673910283666547 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1408.9602948898719, - 565.3271178457771, - -504.9292276870983, - -1216.3774000800304, - -1285.2677900258827, - -739.7912818665004, - 290.9738336698415, - 1248.98180053146 - ], - "relative wind speed": [ - 3.4996833669826968, - 3.2639627952836423, - 2.8545424098882717, - 2.489996042990817, - 2.4392136863620233, - 2.7466514063265004, - 3.170037019818603, - 3.4637359574253384 - ], - "relative wind angle": [ - 0.04581001650549109, - 0.15032896159072373, - 0.18712144459028285, - 0.1054864254405332, - 0.06575070437910535, - 0.17892334991865022, - 0.1683103210699405, - 0.07576354576198469 - ], - "resistance": [ - 98043.46029488988, - 97199.8271178458, - 96129.57077231292, - 95418.12259991998, - 95349.23220997413, - 95894.70871813351, - 96925.47383366985, - 97883.48180053147 - ], - "fuel": [ - 42.19896084817045, - 41.761282305433, - 41.209842227565716, - 40.845633256525915, - 40.810466477565214, - 41.089401932678854, - 41.619517950723974, - 42.11576020675864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 12.5, -43.4375 12.65625, -43.28125 12.65625, -43.28125 12.5, -43.4375 12.5))", @@ -274997,68 +200975,7 @@ "id": "5254", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.15410528507275, - 9.15410528507275, - 9.15410528507275, - 9.15410528507275, - 9.15410528507275, - 9.15410528507275, - 9.15410528507275, - 9.15410528507275 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1159.1181340734352, - 721.363304884057, - -66.30626442241919, - -751.9334430767533, - -964.2264135702812, - -776.4651629348168, - -107.23253791843354, - 686.1310196774652 - ], - "relative wind speed": [ - 3.0265906228133326, - 2.911061622310573, - 2.5978760427165803, - 2.2349407713942453, - 2.059065309546645, - 2.2193965346892277, - 2.5789611888819226, - 2.89914478690522 - ], - "relative wind angle": [ - 0.0031808325643478456, - 0.11542616129026473, - 0.1873094315317369, - 0.15674440722041996, - 0.004675469402663548, - 0.15164276812530117, - 0.18869969218904564, - 0.12063190409656381 - ], - "resistance": [ - 97793.61813407345, - 97355.86330488407, - 96568.1937355776, - 95882.56655692327, - 95670.27358642973, - 95858.03483706519, - 96527.26746208158, - 97320.63101967749 - ], - "fuel": [ - 41.18442093809893, - 40.957389276866124, - 40.55067806619222, - 40.19853556352933, - 40.08985519353011, - 40.18596832832331, - 40.5296089801553, - 40.93914785194218 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 12.5, -43.28125 12.65625, -43.125 12.65625, -43.125 12.5, -43.28125 12.5))", @@ -275077,68 +200994,7 @@ "id": "5255", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.814914817596854, - 8.814914817596854, - 8.814914817596854, - 8.814914817596854, - 8.814914817596854, - 8.814914817596854, - 8.814914817596854, - 8.814914817596854 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1171.4714087076545, - 601.655290410542, - -227.02512842909937, - -858.508352374706, - -992.2213675317032, - -678.1113807173886, - 73.53098611588575, - 861.5142271981035 - ], - "relative wind speed": [ - 2.963767751093281, - 2.7912747197878107, - 2.42997047003819, - 2.056600741594423, - 1.9357285487022133, - 2.1770966297697445, - 2.5741421505860314, - 2.8812076784491896 - ], - "relative wind angle": [ - 0.02485602233008911, - 0.14949322287713454, - 0.21324588725137772, - 0.15207495183887687, - 0.038061989887887865, - 0.1921333992892847, - 0.20113367917527855, - 0.10834474370624705 - ], - "resistance": [ - 97805.97140870761, - 97236.1552904105, - 96407.47487157086, - 95775.99164762525, - 95642.27863246825, - 95956.38861928257, - 96708.03098611585, - 97496.01422719806 - ], - "fuel": [ - 41.01417264781987, - 40.71876419266519, - 40.29130948889191, - 39.967289708185085, - 39.898870707643866, - 40.05970163431583, - 40.4460487512304, - 40.85333240540392 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 12.96875, -43.125 13.125, -42.96875 13.125, -42.96875 12.96875, -43.125 12.96875))", @@ -275157,68 +201013,7 @@ "id": "5256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.404515573190864, - 10.404515573190864, - 10.404515573190864, - 10.404515573190864, - 10.404515573190864, - 10.404515573190864, - 10.404515573190864, - 10.404515573190864 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1357.0777929500596, - 501.5487493591377, - -542.9405715878588, - -1207.9839607995418, - -1246.752978430472, - -674.5660549674935, - 347.67505633790006, - 1267.1595918351763 - ], - "relative wind speed": [ - 3.4224849544796943, - 3.1730327929958277, - 2.7569748853681233, - 2.399373121495605, - 2.369920358142336, - 2.694770614013457, - 3.119136939768242, - 3.4019015846173164 - ], - "relative wind angle": [ - 0.05381227703132986, - 0.15922176749788208, - 0.19247755962707602, - 0.10134627727452654, - 0.07775301190030424, - 0.1877907677067423, - 0.1698966753465107, - 0.07141828210501094 - ], - "resistance": [ - 97991.57779295006, - 97136.04874935914, - 96091.55942841215, - 95426.51603920046, - 95387.74702156952, - 95959.9339450325, - 96982.1750563379, - 97901.65959183518 - ], - "fuel": [ - 42.00406317606283, - 41.56039713559629, - 41.0224310959775, - 40.682014597103844, - 40.66222062341767, - 40.95492518354047, - 41.480889252174265, - 41.95730470406806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 12.96875, -42.96875 13.125, -42.8125 13.125, -42.8125 12.96875, -42.96875 12.96875))", @@ -275237,68 +201032,7 @@ "id": "5257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.72205268305036, - 9.72205268305036, - 9.72205268305036, - 9.72205268305036, - 9.72205268305036, - 9.72205268305036, - 9.72205268305036, - 9.72205268305036 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1159.8990822638648, - 269.99060062588387, - -677.5899350549448, - -1174.8968740327423, - -1105.2414180957107, - -443.0604743306453, - 544.6212960783446, - 1321.1254821928237 - ], - "relative wind speed": [ - 3.2060836709092264, - 2.9094209815776018, - 2.4799164616995863, - 2.165798752636238, - 2.222985642796063, - 2.5992128086988617, - 3.0117523164994173, - 3.2449889731750274 - ], - "relative wind angle": [ - 0.08443206448619582, - 0.1868818024233259, - 0.2005789484498768, - 0.07310551498420798, - 0.1219287433767831, - 0.2094992002382241, - 0.1647990665676692, - 0.048768597953665054 - ], - "resistance": [ - 97794.39908226389, - 96904.49060062591, - 95956.91006494508, - 95459.60312596729, - 95529.25858190432, - 96191.43952566938, - 97179.12129607837, - 97955.62548219286 - ], - "fuel": [ - 41.497609229897805, - 41.03682432561482, - 40.549416946602534, - 40.294953861589356, - 40.33053989346017, - 40.66974082096061, - 41.17871072350009, - 41.58140580528132 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 12.8125, -43.125 12.96875, -42.96875 12.96875, -42.96875 12.8125, -43.125 12.8125))", @@ -275317,68 +201051,7 @@ "id": "5258", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.9645172162293, - 9.9645172162293, - 9.9645172162293, - 9.9645172162293, - 9.9645172162293, - 9.9645172162293, - 9.9645172162293, - 9.9645172162293 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1361.6224327752693, - 626.6875097900183, - -370.4310447655316, - -1083.1059186470166, - -1196.4774328860344, - -754.748739669169, - 177.2310899744616, - 1098.6597635566636 - ], - "relative wind speed": [ - 3.309089198364308, - 3.10039401735402, - 2.7037658849766153, - 2.322138439852649, - 2.2320228176041144, - 2.5138723353010874, - 2.936264160506232, - 3.2464858304319537 - ], - "relative wind angle": [ - 0.035799037224148636, - 0.15051968274823582, - 0.20071328874037886, - 0.12843087594426217, - 0.05308751994201851, - 0.18600862648301272, - 0.18462918496400646, - 0.0917400200279333 - ], - "resistance": [ - 97996.12243277527, - 97261.18750979002, - 96264.06895523447, - 95551.39408135298, - 95438.02256711396, - 95879.75126033083, - 96811.73108997446, - 97733.15976355666 - ], - "fuel": [ - 41.74247271934043, - 41.36116786956684, - 40.84704803950824, - 40.48185603904768, - 40.42393594624062, - 40.64987948621089, - 41.128967690476244, - 41.60580939998687 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 12.8125, -42.96875 12.96875, -42.8125 12.96875, -42.8125 12.8125, -42.96875 12.8125))", @@ -275397,68 +201070,7 @@ "id": "5259", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.716162878924361, - 9.716162878924361, - 9.716162878924361, - 9.716162878924361, - 9.716162878924361, - 9.716162878924361, - 9.716162878924361, - 9.716162878924361 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1389.6130881212403, - 615.1989856004243, - -404.2086683312218, - -1113.8614007904303, - -1212.106440608356, - -734.0278083715812, - 228.7316786539982, - 1162.331440842756 - ], - "relative wind speed": [ - 3.265130621690567, - 3.038698093867386, - 2.619489319728763, - 2.2214084736434554, - 2.1404043403300745, - 2.451269591687532, - 2.8949411774045064, - 3.210568969829226 - ], - "relative wind angle": [ - 0.04310500366093724, - 0.16453023613100384, - 0.2166805805067844, - 0.13488431894340397, - 0.06578262428430848, - 0.20446131636572965, - 0.1957812736087018, - 0.093179163288762 - ], - "resistance": [ - 98024.11308812124, - 97249.69898560042, - 96230.29133166878, - 95520.63859920957, - 95422.39355939164, - 95900.47219162842, - 96863.231678654, - 97796.83144084275 - ], - "fuel": [ - 41.613678447076744, - 41.21186691521056, - 40.686340555720435, - 40.322782379005986, - 40.272598691835384, - 40.517139698259875, - 41.0121796824521, - 41.49552001406522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 12.96875, -42.8125 13.125, -42.65625 13.125, -42.65625 12.96875, -42.8125 12.96875))", @@ -275477,68 +201089,7 @@ "id": "5260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.044497336551183, - 11.044497336551183, - 11.044497336551183, - 11.044497336551183, - 11.044497336551183, - 11.044497336551183, - 11.044497336551183, - 11.044497336551183 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1421.6351174846618, - 480.3916831099036, - -636.1781619530434, - -1319.6715518608084, - -1334.6302508628232, - -687.2319129694702, - 420.7672141804919, - 1386.8919301489364 - ], - "relative wind speed": [ - 3.5999927325812253, - 3.3351152679157434, - 2.9104564722320294, - 2.560640779672235, - 2.5499978903611042, - 2.8878093886541425, - 3.315370271738347, - 3.5924303351579807 - ], - "relative wind angle": [ - 0.05709395964739216, - 0.1557491482701997, - 0.18179907252604938, - 0.08869850737226045, - 0.08064674892110232, - 0.1801198615186387, - 0.15939191161536662, - 0.06318238150168311 - ], - "resistance": [ - 98056.13511748466, - 97114.8916831099, - 95998.32183804696, - 95314.82844813919, - 95299.86974913717, - 95947.26808703053, - 97055.2672141805, - 98021.39193014894 - ], - "fuel": [ - 42.44434316418934, - 41.95615077217582, - 41.3812971773501, - 41.031697250366534, - 41.024065466385316, - 41.35512362887603, - 41.92533652612502, - 42.426264404943296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 12.96875, -42.65625 13.125, -42.5 13.125, -42.5 12.96875, -42.65625 12.96875))", @@ -275570,37 +201121,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1298.560145149249, + 1298.5601451492444, 447.4844209037824, - -551.9735512523762, + -551.9735512523785, -1162.7719377934407, -1174.1613951623644, -590.0436339749617, 402.838958640501, - 1272.2510710325619 + 1272.2510710325573 ], "relative wind speed": [ - 3.217558655688866, + 3.2175586556888653, 2.948347209881239, - 2.5108593281005156, + 2.510859328100515, 2.1416649689595766, 2.1321095407669364, 2.491149037414912, 2.9315798183092956, - 3.211206308750515 + 3.2112063087505156 ], "relative wind angle": [ - 0.06678696535115211, - 0.183123373408452, - 0.2186185143976234, - 0.1091143286632927, + 0.06678696535115379, + 0.18312337340845203, + 0.21861851439762442, + 0.10911432866329271, 0.10088409198296905, - 0.21722691207891615, + 0.21722691207891617, 0.1868410967306559, - 0.07269181794725199 + 0.07269181794725504 ], "resistance": [ - 97933.06014514927, + 97933.06014514925, 97081.9844209038, 96082.52644874764, 95471.72806220657, @@ -275610,7 +201161,7 @@ 97906.75107103257 ], "fuel": [ - 41.49896094887583, + 41.498960948875826, 41.05778260842492, 40.543127373647344, 40.23043621054788, @@ -275637,68 +201188,7 @@ "id": "5262", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.024009890935385, - 9.024009890935385, - 9.024009890935385, - 9.024009890935385, - 9.024009890935385, - 9.024009890935385, - 9.024009890935385, - 9.024009890935385 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1197.1289205157059, - 428.7687043215451, - -483.46268266034895, - -1050.0821169764656, - -1069.549237733741, - -548.2854327219188, - 352.68609230949323, - 1152.2005625859347 - ], - "relative wind speed": [ - 3.044078736047338, - 2.788758169476773, - 2.3667356302686122, - 2.003428913103233, - 1.9859760295299242, - 2.330953455841527, - 2.7584558357059183, - 3.0326207694443097 - ], - "relative wind angle": [ - 0.06582433083167484, - 0.18643909736719183, - 0.22620565754317892, - 0.11694584576474057, - 0.10099344653173176, - 0.2236253949237998, - 0.19363978011401176, - 0.0771580526537538 - ], - "resistance": [ - 97831.62892051577, - 97063.2687043216, - 96151.03731733971, - 95584.41788302359, - 95564.95076226632, - 96086.21456727813, - 96987.18609230955, - 97786.70056258599 - ], - "fuel": [ - 41.13551256680432, - 40.73738382485538, - 40.26756004072415, - 39.97729475741032, - 39.96734345487582, - 40.23429241185734, - 40.698080866523696, - 41.11217229694388 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 12.8125, -42.65625 12.96875, -42.5 12.96875, -42.5 12.8125, -42.65625 12.8125))", @@ -275717,68 +201207,7 @@ "id": "5263", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.652895386028877, - 9.652895386028877, - 9.652895386028877, - 9.652895386028877, - 9.652895386028877, - 9.652895386028877, - 9.652895386028877, - 9.652895386028877 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1238.8947455449984, - 445.55769902652537, - -507.1054669271771, - -1103.6221787984923, - -1128.9850196204518, - -592.5796861952294, - 345.49134028636854, - 1180.18675055819 - ], - "relative wind speed": [ - 3.204605775180212, - 2.9554988320416196, - 2.5442858298033393, - 2.193069518713974, - 2.1721226427564218, - 2.5005282648460763, - 2.9179144205674437, - 3.1903073575411454 - ], - "relative wind angle": [ - 0.05941186622210521, - 0.1701788509473357, - 0.2048621717085195, - 0.10573078320505801, - 0.08771320172182402, - 0.2015348818510567, - 0.17832709037565628, - 0.07260951490932292 - ], - "resistance": [ - 97873.39474554501, - 97080.05769902654, - 96127.39453307283, - 95530.87782120152, - 95505.51498037956, - 96041.92031380479, - 96979.99134028639, - 97814.6867505582 - ], - "fuel": [ - 41.49943185763838, - 41.088274848699086, - 40.597639755216086, - 40.29214448765188, - 40.27918471184888, - 40.55378440707191, - 41.03658051639454, - 41.46892545118723 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 12.03125, -44.0625 12.1875, -43.90625 12.1875, -43.90625 12.03125, -44.0625 12.03125))", @@ -275797,68 +201226,7 @@ "id": "5264", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.55778316170415, - 9.55778316170415, - 9.55778316170415, - 9.55778316170415, - 9.55778316170415, - 9.55778316170415, - 9.55778316170415, - 9.55778316170415 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1195.371869181315, - 1322.80497521789, - 524.4826353780136, - -468.1789858054217, - -1118.541801970482, - -1173.6788738753348, - -652.7840582404992, - 308.0627136617172 - ], - "relative wind speed": [ - 3.179424570148816, - 3.210399280547233, - 2.965092040696405, - 2.5399736260796604, - 2.1579314122007873, - 2.1115740660679365, - 2.4441026507141017, - 2.8833908087265256 - ], - "relative wind angle": [ - 0.08356097097550616, - 0.05465538930478201, - 0.17402139554826984, - 0.21853419050360975, - 0.12328480492346394, - 0.08315149438676438, - 0.21162832275037172, - 0.19215814187800853 - ], - "resistance": [ - 97829.87186918131, - 97957.30497521789, - 97158.98263537801, - 96166.32101419457, - 95515.95819802952, - 95460.82112612466, - 95981.7159417595, - 96942.56271366171 - ], - "fuel": [ - 41.423386181604215, - 41.48962767832543, - 41.07564511907399, - 40.564192595397174, - 40.23109196870991, - 40.20292442265449, - 40.46948222387454, - 40.963825767723065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 12.03125, -43.90625 12.1875, -43.75 12.1875, -43.75 12.03125, -43.90625 12.03125))", @@ -275890,17 +201258,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1090.2506069926753, + 1090.250606992668, 1206.349890118218, - 473.082426077794, + 473.0824260777931, -441.9411817231444, - -1040.9879497151428, + -1040.987949715142, -1091.089860584548, -611.436136019598, 274.79861440124023 ], "relative wind speed": [ - 3.1384859110394623, + 3.138485911039462, 3.167205389656277, 2.9389605822819114, 2.5466453894797234, @@ -275910,14 +201278,14 @@ 2.8636138851126822 ], "relative wind angle": [ - 0.07769749020255177, - 0.050963019673492836, - 0.16122268681103125, + 0.07769749020255608, + 0.05096301967349284, + 0.16122268681103194, 0.19996504687773908, - 0.11100883998070442, + 0.11100883998070342, 0.07485358772495566, 0.1930297413232707, - 0.1775803553684373 + 0.17758035536843733 ], "resistance": [ 97724.75060699266, @@ -275957,68 +201325,7 @@ "id": "5266", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.882085372351806, - 9.882085372351806, - 9.882085372351806, - 9.882085372351806, - 9.882085372351806, - 9.882085372351806, - 9.882085372351806, - 9.882085372351806 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1438.0474894817175, - 1366.884129224211, - 405.9728759139025, - -668.0618694244336, - -1281.819711091258, - -1250.989603454292, - -565.3460405448877, - 526.5165983768975 - ], - "relative wind speed": [ - 3.333185859882636, - 3.3165976929763565, - 3.014032965664554, - 2.546739417900569, - 2.17404112119518, - 2.1992640851232594, - 2.59849726862594, - 3.057891611957593 - ], - "relative wind angle": [ - 0.06376691758455735, - 0.0787493525646392, - 0.19410954995783702, - 0.22222125615820473, - 0.09785571048648761, - 0.11891522584583093, - 0.2256491756653231, - 0.18460232510247396 - ], - "resistance": [ - 98072.5474894817, - 98001.3841292242, - 97040.47287591388, - 95966.43813057555, - 95352.68028890873, - 95383.5103965457, - 96069.1539594551, - 97161.01659837688 - ], - "fuel": [ - 41.73420730587367, - 41.69717763713032, - 41.199015115880755, - 40.646272665971004, - 40.332334948561254, - 40.34807114100356, - 40.69894883160609, - 41.26131978627358 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 11.875, -43.90625 12.03125, -43.75 12.03125, -43.75 11.875, -43.90625 11.875))", @@ -276050,9 +201357,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1325.2311698768954, + 1325.2311698768872, 1144.246814511188, - 260.3203790235507, + 260.3203790235498, -666.6811370735641, -1145.27979369249, -1066.85631382176, @@ -276060,7 +201367,7 @@ 566.4450684322819 ], "relative wind speed": [ - 3.117997805104469, + 3.1179978051044683, 3.0727346080153666, 2.7625862430129153, 2.313575125255089, @@ -276070,14 +201377,14 @@ 2.882425226245049 ], "relative wind angle": [ - 0.05049136292756352, + 0.050491362927567916, 0.09458656745206612, - 0.2069994404636497, + 0.20699944046365024, 0.22348413231101721, - 0.07937180139983585, + 0.07937180139983584, 0.14175606970160373, 0.23334605269642292, - 0.17884163715505538 + 0.1788416371550554 ], "resistance": [ 97959.7311698769, @@ -276117,68 +201424,7 @@ "id": "5268", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.828916866191895, - 14.828916866191895, - 14.828916866191895, - 14.828916866191895, - 14.828916866191895, - 14.828916866191895, - 14.828916866191895, - 14.828916866191895 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1474.9403837305917, - 2144.4857532135766, - 1146.844819317891, - -406.1348834840028, - -1640.7294322251291, - -1925.9902281502546, - -1410.8842280689587, - -20.89249672655751 - ], - "relative wind speed": [ - 4.5785276509887165, - 4.692922116925895, - 4.507408493926286, - 4.103945411133525, - 3.692649830433333, - 3.546133137029031, - 3.779133087091369, - 4.213811847188204 - ], - "relative wind angle": [ - 0.08008296732118435, - 0.011818728987002761, - 0.09882210129719327, - 0.14018952187836584, - 0.09935238076380204, - 0.01564107798562112, - 0.11794760831820875, - 0.13651118138671692 - ], - "resistance": [ - 98109.4403837306, - 98778.9857532136, - 97781.3448193179, - 96228.36511651601, - 94993.77056777489, - 94708.50977184976, - 95223.61577193106, - 96613.60750327345 - ], - "fuel": [ - 45.42851299477235, - 45.77792379986165, - 45.25790112228321, - 44.455776457995256, - 43.824502945412895, - 43.67944988974714, - 43.941597848695565, - 44.653919813402766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 11.40625, -44.84375 11.5625, -44.6875 11.5625, -44.6875 11.40625, -44.84375 11.40625))", @@ -276197,68 +201443,7 @@ "id": "5269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.4606197740208, - 12.4606197740208, - 12.4606197740208, - 12.4606197740208, - 12.4606197740208, - 12.4606197740208, - 12.4606197740208, - 12.4606197740208 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1450.8355190778884, - 1763.030074434554, - 779.5342371908664, - -543.3287933066849, - -1474.4301409825966, - -1608.375689884208, - -1005.5047428391608, - 240.75904943934074 - ], - "relative wind speed": [ - 3.9699454046295886, - 4.0312825316699765, - 3.799966670321069, - 3.374483306816056, - 2.9801994131310297, - 2.896690561247199, - 3.194105252213071, - 3.6407303484034474 - ], - "relative wind angle": [ - 0.0771707143901759, - 0.03347079802632355, - 0.13112502279707539, - 0.169048612068238, - 0.10287905284314397, - 0.04658898262581389, - 0.1561845269394983, - 0.15657988616748625 - ], - "resistance": [ - 98085.33551907788, - 98397.53007443456, - 97414.03423719086, - 96091.17120669331, - 95160.0698590174, - 95026.12431011579, - 95628.99525716084, - 96875.25904943934 - ], - "fuel": [ - 43.4553573993861, - 43.618044548701654, - 43.10676514135676, - 42.4247390115754, - 41.948597376617954, - 41.88036643623076, - 42.18799071867032, - 42.82820380738565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 11.25, -45 11.40625, -44.84375 11.40625, -44.84375 11.25, -45 11.25))", @@ -276277,68 +201462,7 @@ "id": "5270", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.431079722627235, - 21.431079722627235, - 21.431079722627235, - 21.431079722627235, - 21.431079722627235, - 21.431079722627235, - 21.431079722627235, - 21.431079722627235 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2573.759764957478, - 3156.4951283945848, - 1365.9158894200227, - -1089.846254259819, - -2824.304709514423, - -3071.086828103318, - -1975.4535366987675, - 339.09337703219535 - ], - "relative wind speed": [ - 6.491517794794638, - 6.562752333682176, - 6.305405723794557, - 5.843367995615783, - 5.433072279899864, - 5.346808345686322, - 5.648002862702053, - 6.1247961718382875 - ], - "relative wind angle": [ - 0.0508583716737218, - 0.021554643222576258, - 0.0841607985423185, - 0.10426326626820102, - 0.06077757797567514, - 0.026457528698722685, - 0.09398417020909063, - 0.09945622958836797 - ], - "resistance": [ - 99208.25976495747, - 99790.99512839458, - 98000.41588942002, - 95544.65374574019, - 93810.19529048557, - 93563.41317189668, - 94659.04646330123, - 96973.5933770322 - ], - "fuel": [ - 53.41926929110828, - 53.72566573104548, - 52.788220861619735, - 51.52192581997114, - 50.6410873762392, - 50.51666964588599, - 51.070774723172775, - 52.25601776970167 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 11.25, -44.84375 11.40625, -44.6875 11.40625, -44.6875 11.25, -44.84375 11.25))", @@ -276370,37 +201494,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2400.349318835817, + 2400.349318835786, 2390.3087997220955, - 716.9243945896487, - -1251.8340905574496, + 716.9243945896451, + -1251.8340905574478, -2418.386089908414, -2414.1129912157903, - -1236.7044914759736, + -1236.7044914759772, 734.4941901347556 ], "relative wind speed": [ - 5.517246596788821, + 5.51724659678882, 5.515801467548018, 5.207892158055679, - 4.740090468831201, + 4.7400904688312, 4.380534331489906, 4.382353843510891, 4.744149060601037, 5.211586455815076 ], "relative wind angle": [ - 0.04231740849413931, - 0.04303501034533431, - 0.10947537656687245, - 0.1199869121470749, + 0.04231740849414455, + 0.043035010345334315, + 0.10947537656687346, + 0.11998691214707305, 0.0533077623857026, 0.054175321369672846, - 0.12022616895775418, + 0.1202261689577551, 0.10908616105032969 ], "resistance": [ - 99034.84931883584, + 99034.84931883581, 99024.80879972213, 97351.42439458967, 95382.66590944258, @@ -276410,7 +201534,7 @@ 97368.99419013478 ], "fuel": [ - 48.88954107033737, + 48.889541070337366, 48.88427941781838, 48.01259703382666, 47.00039227252968, @@ -276437,68 +201561,7 @@ "id": "5272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.84351368459975, - 11.84351368459975, - 11.84351368459975, - 11.84351368459975, - 11.84351368459975, - 11.84351368459975, - 11.84351368459975, - 11.84351368459975 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1527.6281264164318, - 1848.8404912742571, - 823.2779752010329, - -545.059020303499, - -1505.9976579477643, - -1644.393815805222, - -1015.5439777007314, - 273.3638868408534 - ], - "relative wind speed": [ - 3.8475878778483694, - 3.91227149829629, - 3.6632996196096146, - 3.2016361758352128, - 2.7666813360457976, - 2.6744326158287053, - 3.006442081590451, - 3.4939925430047998 - ], - "relative wind angle": [ - 0.08663565654032988, - 0.03803130498329307, - 0.14885526340840372, - 0.19474690870455955, - 0.12062473102867335, - 0.05564908583691924, - 0.181706841826856, - 0.17826850702712776 - ], - "resistance": [ - 98162.12812641644, - 98483.34049127427, - 97457.77797520105, - 96089.44097969652, - 95128.50234205225, - 94990.1061841948, - 95618.95602229929, - 96907.86388684087 - ], - "fuel": [ - 43.045150866616396, - 43.212634445936175, - 42.679239086408685, - 41.97366106673702, - 41.48232092911061, - 41.411840281745356, - 41.73266681097355, - 42.39484052538596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 11.71875, -44.21875 11.875, -44.0625 11.875, -44.0625 11.71875, -44.21875 11.71875))", @@ -276517,68 +201580,7 @@ "id": "5273", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.098484602961323, - 10.098484602961323, - 10.098484602961323, - 10.098484602961323, - 10.098484602961323, - 10.098484602961323, - 10.098484602961323, - 10.098484602961323 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1604.5454345820667, - 1479.9556888247548, - 412.36507170782306, - -754.811776276274, - -1402.3499663645941, - -1348.3041546050104, - -575.8314227949654, - 622.7015989356264 - ], - "relative wind speed": [ - 3.440433659714419, - 3.4123255768746303, - 3.081848677378183, - 2.5797790616919536, - 2.1866614542984912, - 2.2302704410044, - 2.6683854317457745, - 3.156392256274008 - ], - "relative wind angle": [ - 0.06162687362824616, - 0.08649356953755416, - 0.20546484790085667, - 0.23250925364978683, - 0.0970529733776253, - 0.13255855109168108, - 0.23787218778736535, - 0.18945798377355896 - ], - "resistance": [ - 98239.04543458206, - 98114.45568882476, - 97046.86507170783, - 95879.68822372373, - 95232.15003363541, - 95286.19584539499, - 96058.66857720504, - 97257.20159893563 - ], - "fuel": [ - 41.94796637650035, - 41.883071622711114, - 41.32936633043528, - 40.72886362561007, - 40.39789695085276, - 40.42546091427457, - 40.820618450591866, - 41.43812178130208 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 11.5625, -44.375 11.71875, -44.21875 11.71875, -44.21875 11.5625, -44.375 11.5625))", @@ -276597,68 +201599,7 @@ "id": "5274", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.442623691787658, - 12.442623691787658, - 12.442623691787658, - 12.442623691787658, - 12.442623691787658, - 12.442623691787658, - 12.442623691787658, - 12.442623691787658 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1456.782193243187, - 1949.822957315646, - 973.3912178586961, - -437.7641340795226, - -1501.8016636253951, - -1713.5639304872147, - -1164.7156191573622, - 125.14617476560488 - ], - "relative wind speed": [ - 3.9780571304496597, - 4.074087228574105, - 3.8567447478518546, - 3.4151928862380463, - 2.9742726244388153, - 2.841311216951937, - 3.129977017092085, - 3.6066180456761114 - ], - "relative wind angle": [ - 0.09245857755827966, - 0.023866528403502202, - 0.1312586492321307, - 0.18155357932372404, - 0.12380223297730407, - 0.03422506859892797, - 0.1619797371759946, - 0.1718186816883273 - ], - "resistance": [ - 98091.2821932432, - 98584.32295731566, - 97607.8912178587, - 96196.73586592049, - 95132.69833637463, - 94920.9360695128, - 95469.78438084266, - 96759.64617476561 - ], - "fuel": [ - 43.44496926210314, - 43.70207366019073, - 43.19377507258349, - 42.46544210045692, - 41.92116547434412, - 41.81334746064976, - 42.09313586262781, - 42.75508597583512 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 11.5625, -44.21875 11.71875, -44.0625 11.71875, -44.0625 11.5625, -44.21875 11.5625))", @@ -276677,68 +201618,7 @@ "id": "5275", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.206742696761461, - 11.206742696761461, - 11.206742696761461, - 11.206742696761461, - 11.206742696761461, - 11.206742696761461, - 11.206742696761461, - 11.206742696761461 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1679.528788359934, - 1593.2883365703683, - 461.987250057462, - -805.7149192430406, - -1527.6430785148582, - -1490.3820952013875, - -680.19394202598, - 608.9493273065727 - ], - "relative wind speed": [ - 3.7232704467628857, - 3.705191896202993, - 3.3868419136745254, - 2.900354280267742, - 2.518775317223883, - 2.545294664809133, - 2.955718824612999, - 3.434372863759373 - ], - "relative wind angle": [ - 0.05901415712781107, - 0.07338820216372632, - 0.1792370047779492, - 0.20211848917714617, - 0.0872953233779019, - 0.10693923148321388, - 0.20573092334404394, - 0.17035357532231088 - ], - "resistance": [ - 98314.02878835992, - 98227.78833657036, - 97096.48725005744, - 95828.78508075695, - 95106.85692148513, - 95144.1179047986, - 95954.30605797401, - 97243.44932730656 - ], - "fuel": [ - 42.686069386255696, - 42.641119318939715, - 42.05402763706256, - 41.40180851830948, - 41.03305665284871, - 41.05204163211959, - 41.466120970808966, - 42.13002485027431 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 11.71875, -44.0625 11.875, -43.90625 11.875, -43.90625 11.71875, -44.0625 11.71875))", @@ -276757,68 +201637,7 @@ "id": "5276", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.543897223389052, - 9.543897223389052, - 9.543897223389052, - 9.543897223389052, - 9.543897223389052, - 9.543897223389052, - 9.543897223389052, - 9.543897223389052 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1480.6455365396232, - 1500.4774420343028, - 523.0931586627962, - -611.13635568882, - -1300.8870749336024, - -1309.5086096887137, - -639.4068100285449, - 489.791424814895 - ], - "relative wind speed": [ - 3.2797398498800905, - 3.2843911469774136, - 2.9799990777569603, - 2.4805638348515933, - 2.050167763494911, - 2.0427080395939083, - 2.465661541642094, - 2.9676058367969897 - ], - "relative wind angle": [ - 0.0806206636683326, - 0.0762604930592413, - 0.208899430795427, - 0.2541876203598123, - 0.1291916874297335, - 0.12280592481617807, - 0.25334502165335826, - 0.21176914729423588 - ], - "resistance": [ - 98115.14553653965, - 98134.97744203433, - 97157.59315866283, - 96023.3636443112, - 95333.61292506642, - 95324.99139031132, - 95995.09318997148, - 97124.29142481492 - ], - "fuel": [ - 41.56400868654012, - 41.574334667855574, - 41.06717617064109, - 40.48308773504805, - 40.13023100550157, - 40.125831677329515, - 40.46859058717759, - 41.04995873320273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 11.71875, -43.90625 11.875, -43.75 11.875, -43.75 11.71875, -43.90625 11.71875))", @@ -276837,68 +201656,7 @@ "id": "5277", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.563573057052192, - 8.563573057052192, - 8.563573057052192, - 8.563573057052192, - 8.563573057052192, - 8.563573057052192, - 8.563573057052192, - 8.563573057052192 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1400.8413630107161, - 1050.1254345794055, - 130.05678643773626, - -748.6567955119745, - -1129.2715732230115, - -977.0694044011348, - -249.6211698140496, - 718.1874545305327 - ], - "relative wind speed": [ - 3.0004578419358365, - 2.909205880723219, - 2.5518345308499724, - 2.0715021787982604, - 1.7612900343205011, - 1.9082481468080628, - 2.3649588523677676, - 2.795311891268133 - ], - "relative wind angle": [ - 0.03218913955024467, - 0.12760305416214707, - 0.2454717162613518, - 0.24715281496603056, - 0.05485406745945822, - 0.1952469683339968, - 0.26531840130924567, - 0.18230497014983615 - ], - "resistance": [ - 98035.3413630107, - 97684.62543457939, - 96764.55678643772, - 95885.84320448802, - 95505.22842677697, - 95657.43059559885, - 96384.87883018593, - 97352.68745453052 - ], - "fuel": [ - 41.0074045669452, - 40.825141416555, - 40.349167358651734, - 39.897528060285715, - 39.70279228779192, - 39.78059953581737, - 40.15366878865244, - 40.65305854852899 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 11.5625, -44.0625 11.71875, -43.90625 11.71875, -43.90625 11.5625, -44.0625 11.5625))", @@ -276930,7 +201688,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1290.294652674182, + 1290.294652674177, 1405.6695872034343, 558.7605166403537, -472.66210688882074, @@ -276940,7 +201698,7 @@ 365.6314421069942 ], "relative wind speed": [ - 3.062034937389829, + 3.0620349373898286, 3.0908306351009656, 2.818474071187847, 2.3431882322287714, @@ -276950,17 +201708,17 @@ 2.741542494659046 ], "relative wind angle": [ - 0.09555114800752315, - 0.06650024114667756, + 0.09555114800752548, + 0.06650024114667757, 0.20820889128571904, 0.2671362170138936, - 0.15392758020033784, + 0.15392758020033787, 0.11075058391861356, 0.2619102981016293, - 0.22757390271142758 + 0.2275739027114276 ], "resistance": [ - 97924.79465267425, + 97924.79465267423, 98040.16958720349, 97193.26051664041, 96161.83789311124, @@ -276970,7 +201728,7 @@ 97000.13144210706 ], "fuel": [ - 41.107014566253255, + 41.10701456625324, 41.16702622156098, 40.72766367096269, 40.19618300456236, @@ -277010,9 +201768,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1212.176116260849, + 1212.1761162608468, 1175.5160905091948, - 378.63473398255655, + 378.6347339825552, -516.7224789997822, -1039.6768420475373, -1023.7206575409564, @@ -277020,9 +201778,9 @@ 439.9734111620701 ], "relative wind speed": [ - 2.8945224414136157, + 2.894522441413615, 2.8847846365418173, - 2.5972891776076517, + 2.597289177607651, 2.138524582666987, 1.7540823360224105, 1.770051582910839, @@ -277030,8 +201788,8 @@ 2.623314242465409 ], "relative wind angle": [ - 0.07612246349879805, - 0.08659414729940976, + 0.07612246349879806, + 0.08659414729940977, 0.2224297334524353, 0.2653383921501826, 0.12582496791375997, @@ -277077,68 +201835,7 @@ "id": "5280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.051886902437104, - 15.051886902437104, - 15.051886902437104, - 15.051886902437104, - 15.051886902437104, - 15.051886902437104, - 15.051886902437104, - 15.051886902437104 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2120.8376998857366, - 1899.340982860711, - 429.8804695381141, - -1174.4975833240842, - -2028.7595360173373, - -1934.1031956124616, - -843.5089213505871, - 814.9127908284918 - ], - "relative wind speed": [ - 4.763415434589929, - 4.726528427427168, - 4.399923350743614, - 3.9362381065924956, - 3.6066990953670452, - 3.6549054696029915, - 4.042162722428687, - 4.494934319344403 - ], - "relative wind angle": [ - 0.03792094636543233, - 0.05962522102183387, - 0.13195487415374718, - 0.13686325667206253, - 0.05009164109232718, - 0.07713820844298534, - 0.14371153849916057, - 0.11976417013114123 - ], - "resistance": [ - 98755.33769988573, - 98533.8409828607, - 97064.3804695381, - 95460.0024166759, - 94605.74046398264, - 94700.39680438752, - 95790.9910786494, - 97449.41279082847 - ], - "fuel": [ - 45.969172756795366, - 45.85341671512841, - 45.09008734836062, - 44.26584876026084, - 43.83088504541664, - 43.87894734636854, - 44.43510782223622, - 45.28932028823094 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 11.40625, -44.21875 11.5625, -44.0625 11.5625, -44.0625 11.40625, -44.21875 11.40625))", @@ -277170,9 +201867,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1825.4742090880172, + 1825.4742090880145, 1723.8823652265164, - 468.5356212602019, + 468.53562126020006, -947.0999138309116, -1745.8883923440335, -1702.349434103151, @@ -277180,10 +201877,10 @@ 644.3232352060031 ], "relative wind speed": [ - 4.300803159871498, + 4.3008031598714975, 4.282159341511413, - 3.9781315367737258, - 3.526181082928971, + 3.9781315367737253, + 3.5261810829289706, 3.1857332345306895, 3.21074998021655, 3.580540956012142, @@ -277193,9 +201890,9 @@ 0.04675420662203122, 0.05904323886012704, 0.14082205084747942, - 0.15287081038715633, + 0.1528708103871556, 0.06313805513281291, - 0.07878136126796564, + 0.07878136126796563, 0.1565816678542421, 0.13375677078098075 ], @@ -277237,68 +201934,7 @@ "id": "5282", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.693276057957487, - 16.693276057957487, - 16.693276057957487, - 16.693276057957487, - 16.693276057957487, - 16.693276057957487, - 16.693276057957487, - 16.693276057957487 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2389.122858732526, - 975.4233125198298, - -882.3022321522294, - -2146.464168551919, - -2291.4058236761293, - -1393.5992216221493, - 381.36453321638874, - 2048.947577022389 - ], - "relative wind speed": [ - 5.227427951403133, - 4.967040194550024, - 4.514204067259282, - 4.1183367915324345, - 4.052320159513631, - 4.3675866755035075, - 4.834176589808348, - 5.175577623205129 - ], - "relative wind angle": [ - 0.030855352921170538, - 0.10685683672503458, - 0.1306076818845641, - 0.073319650263076, - 0.039807106745899504, - 0.12159124670766037, - 0.12191815956898956, - 0.058323083867642435 - ], - "resistance": [ - 99023.62285873256, - 97609.92331251985, - 95752.1977678478, - 94488.03583144811, - 94343.0941763239, - 95240.90077837788, - 97015.86453321642, - 98683.44757702242 - ], - "fuel": [ - 47.70935667957096, - 46.97226990088032, - 46.01498020855258, - 45.370897721072694, - 45.29743085647846, - 45.75376145032733, - 46.66475354177422, - 47.531313739402066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 11.25, -44.21875 11.40625, -44.0625 11.40625, -44.0625 11.25, -44.21875 11.25))", @@ -277317,68 +201953,7 @@ "id": "5283", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.115056503868505, - 15.115056503868505, - 15.115056503868505, - 15.115056503868505, - 15.115056503868505, - 15.115056503868505, - 15.115056503868505, - 15.115056503868505 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 2199.4366998433243, - 1253.0251399361523, - -311.96372496722597, - -1611.0938998271413, - -1947.942624556259, - -1502.7299617949175, - -130.28123229858284, - 1407.6639976053857 - ], - "relative wind speed": [ - 4.771191012637454, - 4.60477162290811, - 4.212068199316802, - 3.795429218836563, - 3.6262289725988333, - 3.8353459481053074, - 4.2628959317688855, - 4.637727599330223 - ], - "relative wind angle": [ - 0.005375839315393288, - 0.0919799105833127, - 0.13633904844259123, - 0.10205653623027647, - 0.0070732561993384485, - 0.11050150090358024, - 0.13470347366340316, - 0.08347314602855678 - ], - "resistance": [ - 98833.93669984328, - 97887.52513993612, - 96322.53627503273, - 95023.40610017281, - 94686.55737544369, - 95131.77003820504, - 96504.21876770137, - 98042.16399760534 - ], - "fuel": [ - 46.06857562278633, - 45.57497265326981, - 44.766061811264024, - 44.10149066101586, - 43.93020070078729, - 44.15668425129822, - 44.859502196588906, - 45.655397079288946 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 11.40625, -44.0625 11.5625, -43.90625 11.5625, -43.90625 11.40625, -44.0625 11.40625))", @@ -277410,19 +201985,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1240.4451877508468, + 1240.445187750844, 1503.1659667674398, - 685.8596654801768, + 685.8596654801745, -394.772888567858, - -1154.744274518113, + -1154.7442745181124, -1268.688103180733, -771.4835203578373, 242.91736863032338 ], "relative wind speed": [ - 3.177355638065931, + 3.1773556380659307, 3.2405729877317166, - 3.001430414979135, + 3.0014304149791347, 2.547905581190834, 2.1036428154294766, 2.004891183291738, @@ -277430,14 +202005,14 @@ 2.8335629682422816 ], "relative wind angle": [ - 0.1052563820416633, + 0.10525638204166436, 0.04530858555777913, - 0.1813706476411841, - 0.24534687631213153, - 0.15936017873845126, + 0.1813706476411847, + 0.2453468763121315, + 0.15936017873845057, 0.07327428746914369, - 0.2326861877272101, - 0.22018103977878534 + 0.23268618772721006, + 0.2201810397787853 ], "resistance": [ 97874.94518775081, @@ -277490,17 +202065,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1092.5443019283139, + 1092.5443019283116, 1147.5197649714746, - 430.99412524638456, + 430.9941252463841, -418.67582940407306, -952.1489703215018, -976.0834610918541, - -496.5177921773511, + -496.51779217735066, 339.10284718873527 ], "relative wind speed": [ - 2.778937713529986, + 2.7789377135299858, 2.7940688891080736, 2.535250825491276, 2.095831959766129, @@ -277510,13 +202085,13 @@ 2.4947776321584323 ], "relative wind angle": [ - 0.09063520042124915, - 0.07371423193216704, - 0.21566502987498679, + 0.09063520042125038, + 0.07371423193216706, + 0.2156650298749873, 0.2712189731898361, 0.14839934106463393, 0.12307485031429287, - 0.2682870739483164, + 0.268287073948316, 0.22700930793489527 ], "resistance": [ @@ -277570,9 +202145,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1475.953318391962, + 1475.9533183919566, 1315.0356396878196, - 324.0016260674097, + 324.0016260674088, -739.8112411720936, -1307.6762276582472, -1238.0771460891033, @@ -277580,9 +202155,9 @@ 597.4808604033137 ], "relative wind speed": [ - 3.395200824081474, + 3.3952008240814737, 3.358172863690187, - 3.0438333134259534, + 3.043833313425953, 2.5824438479318603, 2.2383600906329613, 2.2935386521174577, @@ -277590,9 +202165,9 @@ 3.1414372989860557 ], "relative wind angle": [ - 0.05220960184525354, + 0.052209601845255665, 0.08484015270514317, - 0.19159405671948346, + 0.19159405671948407, 0.20873431530086647, 0.07923976045974344, 0.12439356351265017, @@ -277602,7 +202177,7 @@ "resistance": [ 98110.45331839198, 97949.53563968785, - 96958.50162606745, + 96958.50162606743, 95894.68875882794, 95326.82377234178, 95396.42285391093, @@ -277612,7 +202187,7 @@ "fuel": [ 41.89344973599044, 41.80972081624944, - 41.29618857948846, + 41.296188579488444, 40.74901097980839, 40.45865062447735, 40.49417346075252, @@ -277650,17 +202225,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1317.4364893441061, + 1317.4364893441052, 970.3837717736606, - 92.46257223716202, + 92.46257223716111, -742.5579057919963, -1093.447526859918, -943.364149154502, - -241.72944940887646, + -241.72944940887692, 680.208857601433 ], "relative wind speed": [ - 3.0415135877021306, + 3.04151358770213, 2.951782563057679, 2.616419426436251, 2.1777455512065256, @@ -277670,13 +202245,13 @@ 2.853765495114592 ], "relative wind angle": [ - 0.026753830184817334, - 0.11676829395218306, - 0.21871512015853073, + 0.026753830184817338, + 0.11676829395218308, + 0.21871512015853176, 0.21234018506755578, 0.04268338881010414, - 0.1691385841870641, - 0.23308088316024198, + 0.16913858418706412, + 0.23308088316024245, 0.1615260870407271 ], "resistance": [ @@ -277730,9 +202305,9 @@ ], "ice resistance": 95821.16032497594, "wind resistance": [ - 4147.241240832547, + 4147.241240832314, 3177.6833761116577, - 213.25495594280073, + 213.25495594278254, -2748.995189286794, -4034.9330046278337, -3625.978337232231, @@ -277740,29 +202315,29 @@ 1931.0893942790426 ], "relative wind speed": [ - 8.007307400803155, + 8.007307400803153, 7.909731217594103, - 7.507012344137428, + 7.5070123441374275, 7.009140650278534, 6.716836152970385, 6.831472153366672, - 7.271700308853166, + 7.271700308853167, 7.7527290073508945 ], "relative wind angle": [ - 0.014750484338726187, + 0.014750484338748766, 0.04714866793778153, - 0.08606842561285753, - 0.07709351587116188, + 0.08606842561285882, + 0.07709351587116187, 0.01758468776267623, 0.0545973692961477, - 0.08886083542487962, + 0.08886083542488087, 0.0696866041745905 ], "resistance": [ - 99968.40156580848, + 99968.40156580825, 98998.8437010876, - 96034.41528091874, + 96034.41528091872, 93072.16513568914, 91786.2273203481, 92195.18198774371, @@ -277770,9 +202345,9 @@ 97752.24971925498 ], "fuel": [ - 61.46197556679334, + 61.46197556679322, 60.95224945684191, - 59.41545658136097, + 59.415456581360964, 57.91245686721012, 57.27015585767547, 57.473753516021475, @@ -277810,19 +202385,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 4154.557608476203, + 4154.55760847596, 3039.869547886203, - 75.24665173830726, + 75.24665173829999, -2803.3034769036967, - -3972.057598615167, + -3972.05759861512, -3501.4105348731246, -1101.216811920709, 2047.1705547047713 ], "relative wind speed": [ - 7.766837729266288, + 7.766837729266287, 7.651149775421256, - 7.230213793720312, + 7.230213793720311, 6.723160699981416, 6.438888599303272, 6.57593809437583, @@ -277830,31 +202405,31 @@ 7.522111732034918 ], "relative wind angle": [ - 0.012549507770032747, + 0.012549507770059287, 0.05238545064900689, 0.09197165407595721, 0.08017698276080573, - 0.015137884924609012, + 0.015137884924601677, 0.06096071339415451, - 0.09451612775717642, - 0.07164561764353992 + 0.09451612775717644, + 0.07164561764353991 ], "resistance": [ - 100789.05760847624, + 100789.057608476, 99674.36954788625, - 96709.74665173836, + 96709.74665173834, 93831.19652309635, - 92662.44240138488, + 92662.44240138492, 93133.08946512692, 95533.28318807934, 98681.67055470482 ], "fuel": [ - 60.36367866369416, + 60.36367866369403, 59.77455025113291, - 58.23020556515424, + 58.230205565154236, 56.76199205110829, - 56.17466619010523, + 56.17466619010525, 56.41056588057466, 57.62642109656802, 59.25378700411069 @@ -277890,9 +202465,9 @@ ], "ice resistance": 82995.39509747396, "wind resistance": [ - 4389.336915252174, + 4389.3369152519335, 3068.6694389934637, - -70.6493735634358, + -70.64937356344308, -3038.913656682158, -4159.127333238412, -3601.9829936344977, @@ -277900,9 +202475,9 @@ 2268.106390747329 ], "relative wind speed": [ - 8.035013663462303, + 8.035013663462301, 7.902319097151416, - 7.467396744262426, + 7.467396744262425, 6.958686153255322, 6.688008317164579, 6.844286135842402, @@ -277910,17 +202485,17 @@ 7.801768186954873 ], "relative wind angle": [ - 0.009439083369644241, - 0.053507978483309925, + 0.009439083369667766, + 0.05350797848330992, 0.09032000997015482, 0.07622209823739157, 0.011340246545318608, - 0.06178941406316032, - 0.09219000082162006, + 0.06178941406316031, + 0.09219000082162004, 0.06797183094380699 ], "resistance": [ - 87384.73201272613, + 87384.73201272589, 86064.06453646743, 82924.74572391051, 79956.4814407918, @@ -277930,7 +202505,7 @@ 85263.50148822129 ], "fuel": [ - 55.11826915808304, + 55.11826915808292, 54.48665625130312, 53.0113180512537, 51.65009704769729, @@ -277957,68 +202532,7 @@ "id": "5291", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 71333.2273065256, - "wind resistance": [ - 4443.309965847737, - 3224.1213088856457, - 51.88347944231646, - -3013.2352002477674, - -4241.682066659272, - -3727.0080673151206, - -1151.0565986854199, - 2209.181365155866 - ], - "relative wind speed": [ - 8.046313924127789, - 7.924137646087614, - 7.48862452963914, - 6.966911480973473, - 6.677186803534641, - 6.821732473555889, - 7.297156571500769, - 7.796802921145942 - ], - "relative wind angle": [ - 0.01194950814042408, - 0.0525364831777372, - 0.0915494872675181, - 0.07932740148827863, - 0.014399855992352576, - 0.06103630210043152, - 0.09395862985358362, - 0.07086878239294536 - ], - "resistance": [ - 75776.53727237333, - 74557.34861541125, - 71385.11078596792, - 68319.99210627783, - 67091.54523986633, - 67606.21923921048, - 70182.17070784018, - 73542.40867168146 - ], - "fuel": [ - 49.78880064694438, - 49.258152497914836, - 47.90336394800048, - 46.62989341388262, - 46.129321497054654, - 46.33835921400818, - 47.399408467007895, - 48.82062172828442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 11.09375, -44.6875 11.25, -44.53125 11.25, -44.53125 11.09375, -44.6875 11.09375))", @@ -278037,68 +202551,7 @@ "id": "5292", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.822966405194265, - 22.822966405194265, - 22.822966405194265, - 22.822966405194265, - 22.822966405194265, - 22.822966405194265, - 22.822966405194265, - 22.822966405194265 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3719.3140398534233, - 2099.1922776986066, - -600.3447220024245, - -2841.7016575230537, - -3409.4299334572333, - -2647.2505897850333, - -273.0453662822474, - 2375.8754258674417 - ], - "relative wind speed": [ - 6.991334511532015, - 6.796049792688333, - 6.342845177484931, - 5.873930817454081, - 5.688248991504818, - 5.9201893598765105, - 6.403378006642301, - 6.836071356653426 - ], - "relative wind angle": [ - 0.0043519495348266855, - 0.07101707388581985, - 0.10290360898358489, - 0.07484113102321611, - 0.005348919160393233, - 0.08154550703829959, - 0.10192743471940076, - 0.06429190708812584 - ], - "resistance": [ - 100353.81403985343, - 98733.69227769862, - 96034.15527799759, - 93792.79834247696, - 93225.07006654279, - 93987.24941021498, - 96361.45463371777, - 99010.37542586746 - ], - "fuel": [ - 55.95285511147014, - 55.10074523941471, - 53.7026080841669, - 52.562374361218716, - 52.27652409968093, - 52.660555898727424, - 53.870677542199914, - 55.24557633849927 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 11.09375, -44.53125 11.25, -44.375 11.25, -44.375 11.09375, -44.53125 11.09375))", @@ -278117,68 +202570,7 @@ "id": "5293", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.424653341692714, - 19.424653341692714, - 19.424653341692714, - 19.424653341692714, - 19.424653341692714, - 19.424653341692714, - 19.424653341692714, - 19.424653341692714 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2742.982629739532, - 1137.949699196448, - -1008.470821245508, - -2488.453216793221, - -2672.4410840410037, - -1665.6672932113015, - 375.5618490327397, - 2309.272389626576 - ], - "relative wind speed": [ - 5.981548594153069, - 5.725274901802911, - 5.276834899765851, - 4.885459053841948, - 4.81422663496883, - 5.1163394117125875, - 5.577698012412554, - 5.923511754887601 - ], - "relative wind angle": [ - 0.025298901376949522, - 0.09092742566734138, - 0.11087920839313073, - 0.06265170615088807, - 0.0314350362622542, - 0.10178491955170972, - 0.10487568171950504, - 0.0516616259320321 - ], - "resistance": [ - 99377.48262973952, - 97772.44969919644, - 95626.02917875448, - 94146.04678320677, - 93962.05891595899, - 94968.83270678869, - 97010.06184903273, - 98943.77238962657 - ], - "fuel": [ - 50.95049092062079, - 50.11210306989242, - 49.00590308495255, - 48.25315053439508, - 48.1601397398939, - 48.67063203687239, - 49.7172283448867, - 50.72299750083415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 10.9375, -44.6875 11.09375, -44.53125 11.09375, -44.53125 10.9375, -44.6875 10.9375))", @@ -278197,68 +202589,7 @@ "id": "5294", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 85680.76376201719, - "wind resistance": [ - 4243.777866941775, - 2565.4618874782464, - -486.7654448338071, - -3146.5088832243455, - -3904.0606030811978, - -3197.5662746887974, - -572.8806557365533, - 2492.890841538592 - ], - "relative wind speed": [ - 8.002054311589292, - 7.832031418633521, - 7.395817452503935, - 6.927930235440045, - 6.7201861600841095, - 6.917590555196814, - 7.382117544515868, - 7.822886799940698 - ], - "relative wind angle": [ - 0.0008592632722381963, - 0.0572766205537353, - 0.08677057656681132, - 0.06616773154647825, - 0.0010231668534423696, - 0.06485806587440392, - 0.08693201394704228, - 0.05858875214323585 - ], - "resistance": [ - 89924.54162895896, - 88246.22564949543, - 85193.99831718337, - 82534.25487879284, - 81776.703158936, - 82483.19748732839, - 85107.88310628064, - 88173.65460355578 - ], - "fuel": [ - 56.35118240121405, - 55.53377852617175, - 54.07409096656494, - 52.83036944076004, - 52.48094747762346, - 52.806752023532, - 54.0334103233898, - 55.498670064735805 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 10.9375, -44.53125 11.09375, -44.375 11.09375, -44.375 10.9375, -44.53125 10.9375))", @@ -278277,68 +202608,7 @@ "id": "5295", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.398823270085224, - 24.398823270085224, - 24.398823270085224, - 24.398823270085224, - 24.398823270085224, - 24.398823270085224, - 24.398823270085224, - 24.398823270085224 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3404.3287592950983, - 1584.971233463959, - -1042.9462728989565, - -2984.0865349996348, - -3320.6736542055733, - -2265.8004021217566, - 168.89736198038372, - 2605.8124667498123 - ], - "relative wind speed": [ - 7.354222620360923, - 7.126766485089553, - 6.697218696708177, - 6.304668104190748, - 6.202330197039901, - 6.4624058747455315, - 6.906573097521208, - 7.266680832329235 - ], - "relative wind angle": [ - 0.0142854311001006, - 0.06762630595104899, - 0.08611462067260547, - 0.05284575336099334, - 0.016938745257094226, - 0.07459087143171178, - 0.0834981057125715, - 0.04584439176117624 - ], - "resistance": [ - 100038.82875929511, - 98219.47123346398, - 95591.55372710105, - 93650.41346500038, - 93313.82634579444, - 94368.69959787827, - 96803.3973619804, - 99240.31246674983 - ], - "fuel": [ - 58.12563908402549, - 57.1715471502895, - 55.81518117126808, - 54.82978779759064, - 54.6603503154515, - 55.19278174635301, - 56.4374659793412, - 57.705371368996964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 10.78125, -45 10.9375, -44.84375 10.9375, -44.84375 10.78125, -45 10.78125))", @@ -278357,68 +202627,7 @@ "id": "5296", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.684915343566715, - 24.684915343566715, - 24.684915343566715, - 24.684915343566715, - 24.684915343566715, - 24.684915343566715, - 24.684915343566715, - 24.684915343566715 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 4355.626994907136, - 2439.0280075963346, - -729.7013267461625, - -3346.4464747090897, - -4000.47156535674, - -3087.0095672673306, - -293.0298731026305, - 2808.1853551381682 - ], - "relative wind speed": [ - 7.563222595309332, - 7.348589950673598, - 6.855862771798571, - 6.3486572312284615, - 6.150837875830367, - 6.405729336914419, - 6.930533042646391, - 7.397952011287826 - ], - "relative wind angle": [ - 0.0049625385074474684, - 0.07162605168711975, - 0.10319020892580143, - 0.07454483102549, - 0.006102073083344567, - 0.08219097165928196, - 0.1020745282494557, - 0.06395606243000784 - ], - "resistance": [ - 100990.12699490716, - 99073.52800759635, - 95904.79867325386, - 93288.05352529092, - 92634.02843464327, - 93547.49043273268, - 96341.47012689739, - 99442.68535513818 - ], - "fuel": [ - 59.071638734569234, - 58.06011458901824, - 56.417733685928496, - 55.089617825456614, - 54.761650643249915, - 55.22015587955726, - 56.64184479990499, - 58.25388207367507 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 10.78125, -44.84375 10.9375, -44.6875 10.9375, -44.6875 10.78125, -44.84375 10.78125))", @@ -278437,68 +202646,7 @@ "id": "5297", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 88094.26194692397, - "wind resistance": [ - 4809.373914359039, - 2978.9363091667365, - -456.50918153671955, - -3485.2801490568054, - -4397.041523643693, - -3624.4472335624414, - -690.8844964555938, - 2780.979415447957 - ], - "relative wind speed": [ - 8.085545903323187, - 7.902377663390122, - 7.415335982106789, - 6.882233516368215, - 6.636736324801515, - 6.853812724669324, - 7.37801557819978, - 7.877638188306459 - ], - "relative wind angle": [ - 0.0023189973047777744, - 0.06318438642799613, - 0.09784645770508588, - 0.07642920891530555, - 0.0028252391504625333, - 0.07286696839904762, - 0.09834299462921088, - 0.06675633005281197 - ], - "resistance": [ - 92903.63586128301, - 91073.1982560907, - 87637.75276538725, - 84608.98179786716, - 83697.22042328028, - 84469.81471336153, - 87403.37745046838, - 90875.24136237193 - ], - "fuel": [ - 57.827929395296145, - 56.91666350717793, - 55.24001785472378, - 53.798273425006556, - 53.370944660991434, - 53.73284787475261, - 55.12723285186317, - 56.81885962211424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 10.625, -45 10.78125, -44.84375 10.78125, -44.84375 10.625, -45 10.625))", @@ -278517,68 +202665,7 @@ "id": "5298", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.750300403644236, - 16.750300403644236, - 16.750300403644236, - 16.750300403644236, - 16.750300403644236, - 16.750300403644236, - 16.750300403644236, - 16.750300403644236 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3122.0781681530916, - 1836.709047089953, - -341.1024352808654, - -2183.167419893696, - -2689.9734831792302, - -2114.943189457037, - -226.94222617524974, - 1934.2646723831203 - ], - "relative wind speed": [ - 5.376468941937367, - 5.180561734937931, - 4.694375712171832, - 4.161206846189128, - 3.9293078363665073, - 4.1842153944372, - 4.723210246169396, - 5.199061063286051 - ], - "relative wind angle": [ - 0.0027137852862591286, - 0.10092642503662327, - 0.15475551001791857, - 0.12077145507831517, - 0.0037132743311736405, - 0.12507285035409205, - 0.15380320493095595, - 0.09657790083108152 - ], - "resistance": [ - 99756.57816815311, - 98471.20904708997, - 96293.39756471915, - 94451.33258010632, - 93944.52651682078, - 94519.55681054297, - 96407.55777382477, - 98568.76467238314 - ], - "fuel": [ - 48.153205839564194, - 47.47921651409403, - 46.35130320860395, - 45.41105377064521, - 45.15457840247882, - 45.44565246187216, - 46.40998976277757, - 47.53015467008639 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 10.625, -44.84375 10.78125, -44.6875 10.78125, -44.6875 10.625, -44.84375 10.625))", @@ -278597,68 +202684,7 @@ "id": "5299", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.03879698390725, - 19.03879698390725, - 19.03879698390725, - 19.03879698390725, - 19.03879698390725, - 19.03879698390725, - 19.03879698390725, - 19.03879698390725 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3682.7672651366192, - 2252.0962318217425, - -315.3250277523093, - -2546.984736953402, - -3206.076228842343, - -2597.0884182649916, - -399.2724697417616, - 2180.5514219193537 - ], - "relative wind speed": [ - 6.042941427445819, - 5.85239762166979, - 5.351415813643053, - 4.792325697197499, - 4.534193593186326, - 4.777603448791727, - 5.332766770216366, - 5.840348195785362 - ], - "relative wind angle": [ - 0.001558663306715505, - 0.09013014876977726, - 0.14143849792022192, - 0.11293760352677817, - 0.002077307427379231, - 0.11048149207330103, - 0.1419364603913654, - 0.09260692477141537 - ], - "resistance": [ - 100317.26726513663, - 98886.59623182175, - 96319.17497224771, - 94087.51526304662, - 93428.42377115767, - 94037.41158173502, - 96235.22753025826, - 98815.05142191937 - ], - "fuel": [ - 50.98438459589947, - 50.23160741427583, - 48.899803447368136, - 47.76209584468452, - 47.42963359109471, - 47.73676552384086, - 48.85667131694332, - 50.194162592606894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 10.78125, -44.6875 10.9375, -44.53125 10.9375, -44.53125 10.78125, -44.6875 10.78125))", @@ -278690,19 +202716,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 4201.702227150698, + 4201.702227150079, 2629.656270224714, -365.7240696379995, -3020.405141405048, - -3837.692929979161, + -3837.6929299793283, -3173.637560824991, - -623.6801170928993, + -623.6801170929102, 2411.640905309123 ], "relative wind speed": [ - 7.456191507368507, + 7.456191507368506, 7.285716850302974, - 6.825287490880527, + 6.825287490880526, 6.317385132260213, 6.079993841543741, 6.283267214194805, @@ -278710,33 +202736,33 @@ 7.256153388570397 ], "relative wind angle": [ - 0.003011967487113459, + 0.00301196748718718, 0.06464841369292186, 0.10098822520388043, 0.07961732682524184, - 0.0036937247133826496, - 0.07498063096459683, - 0.10165604720106146, + 0.0036937247134127063, + 0.07498063096459681, + 0.10165604720106255, 0.06929904182412726 ], "resistance": [ - 100836.20222715072, + 100836.20222715009, 99264.15627022473, 96268.77593036201, 93614.09485859497, - 92796.80707002085, + 92796.80707002069, 93460.86243917502, - 96010.81988290712, + 96010.8198829071, 99046.14090530913 ], "fuel": [ - 58.495714463327914, + 58.49571446332759, 57.6659278446748, 56.11030448076042, 54.75952636399721, - 54.348946237684196, + 54.34894623768411, 54.682357814971446, - 55.97789875302664, + 55.977898753026636, 57.55157699793456 ] }, @@ -278757,68 +202783,7 @@ "id": "5301", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.159673445446714, - 24.159673445446714, - 24.159673445446714, - 24.159673445446714, - 24.159673445446714, - 24.159673445446714, - 24.159673445446714, - 24.159673445446714 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3714.804433553003, - 1937.9365230994263, - -835.2453720056255, - -3025.7011121619835, - -3507.021162413046, - -2578.2471028621803, - -81.14158448266971, - 2574.1820399747303 - ], - "relative wind speed": [ - 7.335406672412552, - 7.122311774366747, - 6.6741564062436955, - 6.235479298406267, - 6.087301811141078, - 6.335306573348508, - 6.805811535341856, - 7.209870477945004 - ], - "relative wind angle": [ - 0.00901279366172425, - 0.06857661119011549, - 0.09364419901447756, - 0.0633165567919853, - 0.010860790789871271, - 0.07711154416832298, - 0.09182753749977449, - 0.05475029257191891 - ], - "resistance": [ - 100349.304433553, - 98572.43652309943, - 95799.25462799438, - 93608.79888783801, - 93127.47883758695, - 94056.25289713782, - 96553.35841551733, - 99208.68203997472 - ], - "fuel": [ - 57.924160334557236, - 56.99015716937393, - 55.555922039036155, - 54.4432901966844, - 54.20119850245298, - 54.66912134037405, - 55.94309686250398, - 57.32324674544124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 10.625, -44.6875 10.78125, -44.53125 10.78125, -44.53125 10.625, -44.6875 10.625))", @@ -278837,68 +202802,7 @@ "id": "5302", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.69741172439933, - 15.69741172439933, - 15.69741172439933, - 15.69741172439933, - 15.69741172439933, - 15.69741172439933, - 15.69741172439933, - 15.69741172439933 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3102.004344663288, - 1916.5345160654851, - -209.2662402935939, - -2057.5048327131526, - -2619.20527386266, - -2111.938898859501, - -300.1953692844254, - 1838.5222443517087 - ], - "relative wind speed": [ - 5.120423353605144, - 4.934995233579231, - 4.43839075007863, - 3.870516230012669, - 3.6004045182034647, - 3.8506454081614865, - 4.413879876532813, - 4.919425995789893 - ], - "relative wind angle": [ - 0.002429529305474785, - 0.10732120342137444, - 0.17208413735247444, - 0.14159248170803299, - 0.00345523150140738, - 0.1377140807877856, - 0.17304937088337582, - 0.11125996166916834 - ], - "resistance": [ - 99736.5043446633, - 98551.0345160655, - 96425.23375970642, - 94576.99516728686, - 94015.29472613735, - 94522.56110114051, - 96334.30463071559, - 98473.02224435173 - ], - "fuel": [ - 47.0921005971481, - 46.47036214618194, - 45.36854864292382, - 44.4242625373383, - 44.13980192068706, - 44.39664424901984, - 45.321794623119494, - 46.429630759586374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 10.625, -44.53125 10.78125, -44.375 10.78125, -44.375 10.625, -44.53125 10.625))", @@ -278917,68 +202821,7 @@ "id": "5303", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.867834203745097, - 18.867834203745097, - 18.867834203745097, - 18.867834203745097, - 18.867834203745097, - 18.867834203745097, - 18.867834203745097, - 18.867834203745097 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2916.3322148185343, - 890.072065707951, - -1494.4335062932987, - -2912.986972710085, - -2911.5966469668947, - -1489.5410388000055, - 895.7582364500031, - 2919.592194406043 - ], - "relative wind speed": [ - 5.896787883238828, - 5.547841114024885, - 5.013576586471785, - 4.5988789951223445, - 4.599440489499163, - 5.01481994989767, - 5.548964765425932, - 5.89722580071164 - ], - "relative wind angle": [ - 0.04576077678402045, - 0.11743937354804122, - 0.12992254101284087, - 0.058429620956025205, - 0.058681551266858846, - 0.12998923488357558, - 0.11732607159509281, - 0.045555453785250895 - ], - "resistance": [ - 99550.83221481858, - 97524.572065708, - 95140.06649370675, - 93721.51302728996, - 93722.90335303315, - 95144.95896120004, - 97530.25823645004, - 99554.09219440608 - ], - "fuel": [ - 50.37884029551987, - 49.32070565965388, - 48.09505949628432, - 47.37595411949705, - 47.376655249608625, - 48.097552585157324, - 49.32365366242346, - 50.38055500117504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 11.09375, -44.375 11.25, -44.21875 11.25, -44.21875 11.09375, -44.375 11.09375))", @@ -278997,68 +202840,7 @@ "id": "5304", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.667857747234134, - 17.667857747234134, - 17.667857747234134, - 17.667857747234134, - 17.667857747234134, - 17.667857747234134, - 17.667857747234134, - 17.667857747234134 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1871.5576498108185, - 22.830286443895602, - -1735.5065984237517, - -2423.527298785205, - -2102.258354665808, - -593.0767955574192, - 1348.893754992734, - 2627.923094305106 - ], - "relative wind speed": [ - 5.395386387900531, - 5.017642341154114, - 4.5625245847716505, - 4.3109131142319415, - 4.448215342166204, - 4.870326410137475, - 5.29907382647, - 5.50570995663304 - ], - "relative wind angle": [ - 0.06863186724812834, - 0.11935658879131918, - 0.10428527063038441, - 0.017213423176647744, - 0.08327672803434623, - 0.12298488467913897, - 0.08974782215157946, - 0.013477672142303146 - ], - "resistance": [ - 98506.05764981084, - 96657.33028644393, - 94898.99340157627, - 94210.97270121482, - 94532.24164533422, - 96041.4232044426, - 97983.39375499277, - 99262.42309430514 - ], - "fuel": [ - 48.47246632507874, - 47.51361777442152, - 46.613450792388306, - 46.26435544138708, - 46.42714511945628, - 47.19699978136401, - 48.20009546849239, - 48.86842373984649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 11.09375, -44.21875 11.25, -44.0625 11.25, -44.0625 11.09375, -44.21875 11.09375))", @@ -279077,68 +202859,7 @@ "id": "5305", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.83240128035714, - 17.83240128035714, - 17.83240128035714, - 17.83240128035714, - 17.83240128035714, - 17.83240128035714, - 17.83240128035714, - 17.83240128035714 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2386.1269670918864, - 854.2887706152778, - -1060.4528847317724, - -2286.2808981302005, - -2365.3235058261234, - -1341.3020855892973, - 528.284799018671, - 2200.1665806442634 - ], - "relative wind speed": [ - 5.5157322822982895, - 5.241635204946644, - 4.796786120022369, - 4.431978415654076, - 4.3984938221876995, - 4.721791068236162, - 5.1730932170773425, - 5.4888630732590915 - ], - "relative wind angle": [ - 0.034335771051287586, - 0.10113050594944752, - 0.1168085757665526, - 0.05901585266275801, - 0.043062068604516404, - 0.11230912392132335, - 0.10827686192077131, - 0.047642671488856224 - ], - "resistance": [ - 99020.62696709193, - 97488.78877061533, - 95574.04711526827, - 94348.21910186985, - 94269.17649417392, - 95293.19791441075, - 97162.78479901871, - 98834.6665806443 - ], - "fuel": [ - 48.922331847868094, - 48.12400270212788, - 47.13839867401128, - 46.51457225961148, - 46.474539207985245, - 46.99498015758556, - 47.955230100853456, - 48.82495152403753 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 10.9375, -44.375 11.09375, -44.21875 11.09375, -44.21875 10.9375, -44.375 10.9375))", @@ -279157,68 +202878,7 @@ "id": "5306", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.715092766896795, - 18.715092766896795, - 18.715092766896795, - 18.715092766896795, - 18.715092766896795, - 18.715092766896795, - 18.715092766896795, - 18.715092766896795 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2333.1607251425303, - 535.5899866861218, - -1460.2146518546324, - -2539.0548159203263, - -2442.539080629842, - -1116.5085288850605, - 934.448416895375, - 2560.4121178227724 - ], - "relative wind speed": [ - 5.741748151522463, - 5.4163923047143605, - 4.956292203113946, - 4.630972070727419, - 4.669854632919771, - 5.043600750410852, - 5.496397158636353, - 5.773154407103317 - ], - "relative wind angle": [ - 0.047301423082802906, - 0.10570369719926147, - 0.10849629080315715, - 0.04050365639650375, - 0.05816985382448399, - 0.11354923134983703, - 0.09779887031692054, - 0.03248709373371033 - ], - "resistance": [ - 98967.66072514252, - 97170.0899866861, - 95174.28534814535, - 94095.44518407965, - 94191.96091937015, - 95517.99147111492, - 97568.94841689536, - 99194.91211782277 - ], - "fuel": [ - 49.89450033437578, - 48.958925655012244, - 47.93426266510757, - 47.386548446204, - 47.43537193223983, - 48.109667824084646, - 49.16547999303799, - 50.01363309459829 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 10.9375, -44.21875 11.09375, -44.0625 11.09375, -44.0625 10.9375, -44.21875 10.9375))", @@ -279237,68 +202897,7 @@ "id": "5307", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.881548955033548, - 16.881548955033548, - 16.881548955033548, - 16.881548955033548, - 16.881548955033548, - 16.881548955033548, - 16.881548955033548, - 16.881548955033548 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1922.5331101220017, - 270.4356505652231, - -1435.1471636483238, - -2245.6006122074623, - -2060.811550184957, - -780.3078247359808, - 1030.829343531792, - 2356.9387984068253 - ], - "relative wind speed": [ - 5.196041799432675, - 4.855503295996925, - 4.407392730546403, - 4.120428244922783, - 4.203319267381315, - 4.592475474899516, - 5.024105150543455, - 5.262016184261799 - ], - "relative wind angle": [ - 0.05971435310533927, - 0.11787649102884491, - 0.11310994111073953, - 0.03215903221645107, - 0.07384066343513056, - 0.12466192981782022, - 0.09917667621276914, - 0.025180490267417217 - ], - "resistance": [ - 98557.03311012204, - 96904.93565056525, - 95199.35283635171, - 94388.89938779257, - 94573.68844981508, - 95854.19217526405, - 97665.32934353182, - 98991.43879840686 - ], - "fuel": [ - 47.66010132500479, - 46.80231775544687, - 45.92741896810807, - 45.51548117883256, - 45.60919077348268, - 46.262046350489825, - 47.19585934569799, - 47.88733494689134 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 11.09375, -44.0625 11.25, -43.90625 11.25, -43.90625 11.09375, -44.0625 11.09375))", @@ -279317,68 +202916,7 @@ "id": "5308", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.138011363458464, - 12.138011363458464, - 12.138011363458464, - 12.138011363458464, - 12.138011363458464, - 12.138011363458464, - 12.138011363458464, - 12.138011363458464 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1894.479936984747, - 987.9653630803177, - -365.5581360338274, - -1414.3752609933517, - -1644.7371951588784, - -1156.4175437940735, - 65.11747630004356, - 1357.9960508950662 - ], - "relative wind speed": [ - 3.9825106064895373, - 3.7804276961343706, - 3.351389438922235, - 2.9108978009946944, - 2.7626185535488608, - 3.0332850900491093, - 3.5015197888766196, - 3.875451715010563 - ], - "relative wind angle": [ - 0.019156127498989855, - 0.12874096605747792, - 0.18306693128813198, - 0.1300408238336693, - 0.02761673805310841, - 0.16069966285438242, - 0.17513466178359788, - 0.09755481188944809 - ], - "resistance": [ - 98528.97993698475, - 97622.46536308032, - 96268.94186396617, - 95220.12473900664, - 94989.76280484113, - 95478.08245620593, - 96699.61747630005, - 97992.49605089506 - ], - "fuel": [ - 43.448174451172875, - 42.97634122509231, - 42.277534974822274, - 41.74073239366276, - 41.62337745562081, - 41.87238001245209, - 42.499147626070354, - 43.16856974913738 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 11.09375, -43.90625 11.25, -43.75 11.25, -43.75 11.09375, -43.90625 11.09375))", @@ -279397,68 +202935,7 @@ "id": "5309", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.163775295662754, - 10.163775295662754, - 10.163775295662754, - 10.163775295662754, - 10.163775295662754, - 10.163775295662754, - 10.163775295662754, - 10.163775295662754 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1611.7041750026046, - 832.1909904719878, - -302.67542357254797, - -1169.1194076954798, - -1354.754444756049, - -926.7147408222445, - 101.0292169530876, - 1181.730258157516 - ], - "relative wind speed": [ - 3.4358757489712994, - 3.232784536031523, - 2.8048480031923715, - 2.359572368418141, - 2.213412103620794, - 2.5007077890908334, - 2.972753434412595, - 3.33719246388663 - ], - "relative wind angle": [ - 0.02500387012837841, - 0.15314673404686086, - 0.21979091307227056, - 0.15817657285321932, - 0.03881916868683628, - 0.19850826588644496, - 0.20719036424246023, - 0.11160499886319437 - ], - "resistance": [ - 98246.20417500263, - 97466.69099047201, - 96331.82457642746, - 95465.38059230453, - 95279.74555524396, - 95707.78525917776, - 96735.5292169531, - 97816.23025815753 - ], - "fuel": [ - 41.99063507098438, - 41.58554103241693, - 40.99982067396657, - 40.5558630606012, - 40.46110880781407, - 40.679787452779365, - 41.20762908313901, - 41.76690846324864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 10.9375, -44.0625 11.09375, -43.90625 11.09375, -43.90625 10.9375, -44.0625 10.9375))", @@ -279477,68 +202954,7 @@ "id": "5310", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.714293458526834, - 12.714293458526834, - 12.714293458526834, - 12.714293458526834, - 12.714293458526834, - 12.714293458526834, - 12.714293458526834, - 12.714293458526834 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1790.1497545028988, - 582.0463409682461, - -837.8259626047038, - -1694.107256914288, - -1701.112713042051, - -861.8391447821514, - 554.0235648880935, - 1773.8586944078625 - ], - "relative wind speed": [ - 4.11738686185335, - 3.8187607530094088, - 3.3475039345664834, - 2.966430614411277, - 2.96212120445485, - 3.338278435259504, - 3.8106763189892607, - 4.1142831708484975 - ], - "relative wind angle": [ - 0.05703073834728971, - 0.15123328465315222, - 0.17382127694164917, - 0.08215143422815208, - 0.0793136290749656, - 0.17320650692649667, - 0.15251685349034108, - 0.05919980263425444 - ], - "resistance": [ - 98424.6497545029, - 97216.54634096824, - 95796.67403739529, - 94940.39274308571, - 94933.38728695795, - 95772.66085521785, - 97188.52356488809, - 98408.35869440786 - ], - "fuel": [ - 43.82452962832349, - 43.19686883253001, - 42.46612748498772, - 42.02906607666198, - 42.02550161749208, - 42.453833540612294, - 43.18237426365294, - 43.816029610185126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 10.9375, -43.90625 11.09375, -43.75 11.09375, -43.75 10.9375, -43.90625 10.9375))", @@ -279557,68 +202973,7 @@ "id": "5311", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.416989298733101, - 10.416989298733101, - 10.416989298733101, - 10.416989298733101, - 10.416989298733101, - 10.416989298733101, - 10.416989298733101, - 10.416989298733101 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1504.4726829569345, - 313.9598750656428, - -911.3468225665015, - -1524.7109864801077, - -1400.605312369683, - -500.2892623820262, - 797.0643198323205, - 1790.698353934251 - ], - "relative wind speed": [ - 3.5051969160072067, - 3.1355111284951116, - 2.608061000449135, - 2.2299487263832702, - 2.327033078723793, - 2.8053624244550788, - 3.3014400172345133, - 3.5677467745291 - ], - "relative wind angle": [ - 0.1011696244288336, - 0.21537753526424744, - 0.22963934117299928, - 0.076064820967449, - 0.15272442901022457, - 0.2411993458159259, - 0.18080298982972384, - 0.04751483819304541 - ], - "resistance": [ - 98138.97268295697, - 96948.45987506567, - 95723.15317743353, - 95109.78901351993, - 95233.89468763035, - 96134.210737618, - 97431.56431983235, - 98425.19835393428 - ], - "fuel": [ - 42.0884441326212, - 41.471148973714534, - 40.84132013884586, - 40.52813860184827, - 40.591393542340285, - 41.05198811089417, - 41.72100858031654, - 42.2376419803563 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 10.78125, -44.375 10.9375, -44.21875 10.9375, -44.21875 10.78125, -44.375 10.78125))", @@ -279650,9 +203005,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3055.696643622152, + 3055.696643622119, 769.7231515026833, - -1833.631008788856, + -1833.631008788865, -3290.9073154441576, -3213.158389914639, -1554.4059723063529, @@ -279660,9 +203015,9 @@ 3239.3194277121984 ], "relative wind speed": [ - 6.875025691894754, + 6.875025691894752, 6.533649827267035, - 6.042208887343147, + 6.042208887343146, 5.687304626614071, 5.713016777681193, 6.10048841494951, @@ -279670,9 +203025,9 @@ 6.896310974018929 ], "relative wind angle": [ - 0.03984356493928084, + 0.03984356493928363, 0.09271015661178446, - 0.0963987915897217, + 0.09639879158972285, 0.038266762448863303, 0.04795330658055756, 0.09931398464886113, @@ -279680,9 +203035,9 @@ 0.03155567353289424 ], "resistance": [ - 99690.19664362218, + 99690.19664362216, 97404.22315150271, - 94800.86899121117, + 94800.86899121116, 93343.59268455587, 93421.3416100854, 95080.09402769367, @@ -279690,9 +203045,9 @@ 99873.81942771222 ], "fuel": [ - 55.33712193451465, + 55.33712193451463, 54.143281349139556, - 52.807371926027855, + 52.80737192602784, 52.070581152037875, 52.10969102145273, 52.94944866808977, @@ -279730,19 +203085,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2291.256032850537, + 2291.2560328505315, 616.5984716293733, - -1288.0255908391337, + -1288.0255908391373, -2366.8939266567804, -2315.7734068842456, -1108.3397140077504, - 825.4676656104475, + 825.4676656104511, 2411.0772655851088 ], "relative wind speed": [ - 5.254032044097011, + 5.254032044097009, 4.925347158105172, - 4.440394963419385, + 4.440394963419384, 4.079172261708446, 4.102364723616103, 4.4916816915397435, @@ -279752,12 +203107,12 @@ "relative wind angle": [ 0.05096271451150203, 0.1215303941093491, - 0.1302648695516893, + 0.13026486955168934, 0.053615341230368194, 0.06528772956554905, 0.13333086804676483, - 0.11627863991048992, - 0.041476043177378845 + 0.11627863991048898, + 0.04147604317737884 ], "resistance": [ 98925.75603285058, @@ -279766,7 +203121,7 @@ 94267.60607334327, 94318.7265931158, 95526.16028599229, - 97459.96766561049, + 97459.9676656105, 99045.57726558515 ], "fuel": [ @@ -279797,68 +203152,7 @@ "id": "5314", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.560025046663892, - 19.560025046663892, - 19.560025046663892, - 19.560025046663892, - 19.560025046663892, - 19.560025046663892, - 19.560025046663892, - 19.560025046663892 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 2432.0900342939094, - 161.5320130663331, - -2068.594715795638, - -3017.347404695991, - -2676.5338549781463, - -859.2735550682246, - 1565.5889465131622, - 3233.771054228717 - ], - "relative wind speed": [ - 5.997541728001882, - 5.5846045120908485, - 5.069302818197089, - 4.7661862186110895, - 4.897990678025877, - 5.364048089333904, - 5.853459523954293, - 6.102809876661234 - ], - "relative wind angle": [ - 0.06575788799726115, - 0.1199834731498752, - 0.10895520544778195, - 0.023314251578310463, - 0.08054894834683961, - 0.12494221114966515, - 0.09431222873933676, - 0.01820737327202765 - ], - "resistance": [ - 99066.59003429387, - 96796.03201306629, - 94565.90528420432, - 93617.15259530397, - 93957.96614502181, - 95775.22644493173, - 98200.08894651312, - 99868.27105422868 - ], - "fuel": [ - 50.95156518868173, - 49.77097891128418, - 48.63008931269271, - 48.1503371148809, - 48.32228952942752, - 49.24645779067086, - 50.49876072700464, - 51.37298502395387 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 10.625, -44.21875 10.78125, -44.0625 10.78125, -44.0625 10.625, -44.21875 10.625))", @@ -279890,9 +203184,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1839.6582113725508, + 1839.6582113725435, 46.921047299456404, - -1662.5319591424395, + -1662.5319591424422, -2341.0072747617087, -2032.7820596564534, -574.0798202295409, @@ -279900,7 +203194,7 @@ 2563.6085591821848 ], "relative wind speed": [ - 5.134274150750332, + 5.134274150750331, 4.748536250289432, 4.278484197556025, 4.014580142561859, @@ -279910,19 +203204,19 @@ 5.244886127711822 ], "relative wind angle": [ - 0.07385538893747512, + 0.07385538893747662, 0.1299305181976918, - 0.11506990992958024, - 0.019797041878751285, + 0.1150699099295812, + 0.01979704187875128, 0.09130356329792919, 0.134416182230567, - 0.09778023376035026, + 0.09778023376035028, 0.015152790584995355 ], "resistance": [ 98474.15821137255, 96681.42104729946, - 94971.96804085757, + 94971.96804085755, 94293.49272523829, 94601.71794034354, 96060.42017977046, @@ -279932,7 +203226,7 @@ "fuel": [ 47.39244114554016, 46.46265814189686, - 45.58720816937037, + 45.58720816937036, 45.24275977453351, 45.39902724917765, 46.14337181476467, @@ -279957,68 +203251,7 @@ "id": "5316", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.941743503143314, - 12.941743503143314, - 12.941743503143314, - 12.941743503143314, - 12.941743503143314, - 12.941743503143314, - 12.941743503143314, - 12.941743503143314 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1850.2414573770347, - 638.9269143801348, - -815.9061299115137, - -1717.930215001686, - -1748.8812105505726, - -922.184091455807, - 514.9403175292091, - 1778.2278814323054 - ], - "relative wind speed": [ - 4.186555707481941, - 3.895248421411648, - 3.424978973341776, - 3.0358472434600947, - 3.0171767950568307, - 3.3849142145657236, - 3.860067815031976, - 4.173036786185183 - ], - "relative wind angle": [ - 0.05267489084670809, - 0.14688515410906602, - 0.17188777018360676, - 0.08521006522000206, - 0.07312165077588025, - 0.1692300694952258, - 0.15235217487573496, - 0.06195420438376634 - ], - "resistance": [ - 98484.74145737708, - 97273.42691438018, - 95818.59387008853, - 94916.56978499836, - 94885.61878944947, - 95712.31590854423, - 97149.44031752925, - 98412.72788143235 - ], - "fuel": [ - 44.0319490713426, - 43.40235634004237, - 42.65340905406386, - 42.193002894639335, - 42.17725878359086, - 42.59900589799105, - 43.33822110554976, - 43.99436665506481 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 10.78125, -43.90625 10.9375, -43.75 10.9375, -43.75 10.78125, -43.90625 10.78125))", @@ -280037,68 +203270,7 @@ "id": "5317", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.923494185756057, - 10.923494185756057, - 10.923494185756057, - 10.923494185756057, - 10.923494185756057, - 10.923494185756057, - 10.923494185756057, - 10.923494185756057 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1442.8284028750722, - 170.11258520058072, - -1063.0655886163668, - -1602.6956543330816, - -1403.6624987739897, - -396.963468657676, - 951.2611807084286, - 1903.2415754042095 - ], - "relative wind speed": [ - 3.6116604765825113, - 3.2178905644022224, - 2.695568433211903, - 2.363733555032324, - 2.5103207649980672, - 2.9984966327844753, - 3.475588088821835, - 3.709254025016748 - ], - "relative wind angle": [ - 0.1100328790775353, - 0.21077665426722628, - 0.20757098738517582, - 0.04755634191544063, - 0.15865249667474818, - 0.22645822244153338, - 0.16052114859377375, - 0.030298639053834838 - ], - "resistance": [ - 98077.3284028751, - 96804.6125852006, - 95571.43441138364, - 95031.80434566693, - 95230.83750122602, - 96237.53653134234, - 97585.76118070845, - 98537.74157540423 - ], - "fuel": [ - 42.376410667912886, - 41.71697885040636, - 41.08378207472508, - 40.80847952416775, - 40.90989395227936, - 41.425101013676596, - 42.121000691856935, - 42.616449004670216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 10.625, -44.0625 10.78125, -43.90625 10.78125, -43.90625 10.625, -44.0625 10.625))", @@ -280117,68 +203289,7 @@ "id": "5318", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.453370524702173, - 15.453370524702173, - 15.453370524702173, - 15.453370524702173, - 15.453370524702173, - 15.453370524702173, - 15.453370524702173, - 15.453370524702173 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1895.7422301719953, - 285.5264478327181, - -1372.4787210738987, - -2164.5875808357077, - -1983.2679659431114, - -737.9937430071204, - 1023.554075022098, - 2320.2024140312524 - ], - "relative wind speed": [ - 4.834078070794946, - 4.475603449613146, - 3.997789281583267, - 3.6869861957805545, - 3.7768761153524606, - 4.195483017135378, - 4.653040387243423, - 4.9029824369850745 - ], - "relative wind angle": [ - 0.068345348892304, - 0.13634448172205244, - 0.1330116356175924, - 0.03837711716662693, - 0.0875197962862754, - 0.1455105378788436, - 0.11419198488717482, - 0.028856070100353886 - ], - "resistance": [ - 98530.24223017198, - 96920.0264478327, - 95262.02127892608, - 94469.91241916428, - 94651.23203405687, - 95896.50625699287, - 97658.05407502208, - 98954.70241403124 - ], - "fuel": [ - 46.22643438532505, - 45.39043120352869, - 44.5396980611434, - 44.1368727222755, - 44.22887639179315, - 44.86404815504631, - 45.772407972948045, - 46.448415436642485 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 10.625, -43.90625 10.78125, -43.75 10.78125, -43.75 10.625, -43.90625 10.625))", @@ -280197,68 +203308,7 @@ "id": "5319", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.329068953786482, - 13.329068953786482, - 13.329068953786482, - 13.329068953786482, - 13.329068953786482, - 13.329068953786482, - 13.329068953786482, - 13.329068953786482 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1843.203678626186, - 215.74411071220493, - -1383.6802400904544, - -2093.6308142133553, - -1854.5846797436689, - -569.8738998834078, - 1166.7557296459536, - 2398.4296185566945 - ], - "relative wind speed": [ - 4.311439354197294, - 3.8940943801737915, - 3.344972757949214, - 2.9986164600290697, - 3.1400001338837473, - 3.64474129452421, - 4.1544274448218195, - 4.4109420163218935 - ], - "relative wind angle": [ - 0.0952128396984403, - 0.18246329740811512, - 0.17712627379227114, - 0.042341888883645894, - 0.13091002665215315, - 0.19510190539164882, - 0.14235044589467208, - 0.028779946170321244 - ], - "resistance": [ - 98477.70367862616, - 96850.24411071217, - 95250.81975990951, - 94540.86918578662, - 94779.9153202563, - 96064.62610011657, - 97801.25572964593, - 99032.92961855666 - ], - "fuel": [ - 44.33592766131028, - 43.49134210807044, - 42.670908150232265, - 42.309785309814586, - 42.43116887306943, - 43.087165303502154, - 43.983681699685555, - 44.626322158385605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 10.15625, -45 10.3125, -44.84375 10.3125, -44.84375 10.15625, -45 10.15625))", @@ -280277,68 +203327,7 @@ "id": "5320", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.18327368307558, - 20.18327368307558, - 20.18327368307558, - 20.18327368307558, - 20.18327368307558, - 20.18327368307558, - 20.18327368307558, - 20.18327368307558 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3848.45686507336, - 2017.437660349602, - -790.6115244240427, - -2995.923559099525, - -3485.7509545568428, - -2518.835519350805, - 9.359122651523649, - 2698.211061184613 - ], - "relative wind speed": [ - 6.366379534909971, - 6.1128110339065715, - 5.57387256366712, - 5.032404745310847, - 4.847858500611724, - 5.163919217825149, - 5.741468894670837, - 6.221528984409435 - ], - "relative wind angle": [ - 0.013283207882366388, - 0.09777625029217012, - 0.13665852345167528, - 0.09495716522308167, - 0.017444350940301716, - 0.11581746307430803, - 0.13264546977506422, - 0.07676795529891871 - ], - "resistance": [ - 100482.95686507339, - 98651.93766034963, - 95843.88847557598, - 93638.5764409005, - 93148.74904544318, - 94115.66448064923, - 96643.85912265156, - 99332.71106118464 - ], - "fuel": [ - 52.46935431908702, - 51.506160612611275, - 50.053244269852456, - 48.93276092895365, - 48.68634373569425, - 49.17362760827763, - 50.46416935956126, - 51.86281937935077 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 10.15625, -44.84375 10.3125, -44.6875 10.3125, -44.6875 10.15625, -44.84375 10.15625))", @@ -280357,68 +203346,7 @@ "id": "5321", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.984392430474042, - 23.984392430474042, - 23.984392430474042, - 23.984392430474042, - 23.984392430474042, - 23.984392430474042, - 23.984392430474042, - 23.984392430474042 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 4325.946159259354, - 1991.5106119308402, - -1312.924372028905, - -3723.979446466248, - -4126.485260176993, - -2750.9338365263466, - 323.34341136664807, - 3376.9630063946825 - ], - "relative wind speed": [ - 7.401038726375401, - 7.108612236416162, - 6.558967937364546, - 6.053020693778144, - 5.926826220827628, - 6.274573718865109, - 6.847085721518477, - 7.298190444342479 - ], - "relative wind angle": [ - 0.019584818314385466, - 0.08786923594439158, - 0.11264644025545176, - 0.06925228294347946, - 0.02445713399229454, - 0.09958559325382003, - 0.10788751441854467, - 0.05742256196646037 - ], - "resistance": [ - 100960.44615925933, - 98626.0106119308, - 95321.57562797106, - 92910.52055353372, - 92508.01473982297, - 93883.56616347362, - 96957.84341136662, - 100011.46300639465 - ], - "fuel": [ - 57.98260603092102, - 56.7526327338663, - 55.04625134344967, - 53.82684223026614, - 53.625378904257474, - 54.3163639801753, - 55.886127322109346, - 57.48015722810118 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 10, -45 10.15625, -44.84375 10.15625, -44.84375 10, -45 10))", @@ -280437,68 +203365,7 @@ "id": "5322", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.72682592003794, - 23.72682592003794, - 23.72682592003794, - 23.72682592003794, - 23.72682592003794, - 23.72682592003794, - 23.72682592003794, - 23.72682592003794 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 3817.601039388628, - 1051.3338126909475, - -2146.5917291891274, - -3986.6556642968153, - -3932.515003546341, - -1953.6237035090053, - 1275.2423241208671, - 3945.1136228074392 - ], - "relative wind speed": [ - 7.283512421452434, - 6.895456448963207, - 6.322102031579193, - 5.8952360941667665, - 5.912427283222253, - 6.360741303754969, - 6.930900047984027, - 7.297433861767856 - ], - "relative wind angle": [ - 0.042031707258164595, - 0.10193747495218586, - 0.1087683210709458, - 0.04562400991677065, - 0.05178671195536802, - 0.11054053719022405, - 0.0991813197139804, - 0.03685293826835925 - ], - "resistance": [ - 100452.10103938861, - 97685.83381269094, - 94487.90827081086, - 92647.84433570316, - 92701.98499645364, - 94680.87629649098, - 97909.74232412086, - 100579.61362280743 - ], - "fuel": [ - 57.326554298767064, - 55.8765115516249, - 54.235684754065176, - 53.30881198755758, - 53.33590370045598, - 54.33361606575631, - 55.99282248433957, - 57.39408132399992 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 10, -44.84375 10.15625, -44.6875 10.15625, -44.6875 10, -44.84375 10))", @@ -280517,68 +203384,7 @@ "id": "5323", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78894.37870179063, - "wind resistance": [ - 3954.7257834672455, - 705.8250151364264, - -2781.2528692224987, - -4547.111225581477, - -4278.5276973985965, - -1815.9955287057855, - 1824.8106650282425, - 4589.247463725904 - ], - "relative wind speed": [ - 8.022732688497454, - 7.59723934418255, - 7.02367773481874, - 6.642187346876322, - 6.71802008848826, - 7.195692325803132, - 7.756544641644815, - 8.085628049163125 - ], - "relative wind angle": [ - 0.04587038185150293, - 0.09517735895752014, - 0.09313098841347522, - 0.030376841622309733, - 0.05478710546240982, - 0.10050609452018278, - 0.08430962061731002, - 0.024952740755070542 - ], - "resistance": [ - 82849.10448525788, - 79600.20371692706, - 76113.12583256813, - 74347.26747620915, - 74615.85100439203, - 77078.38317308485, - 80719.18936681887, - 83483.62616551653 - ], - "fuel": [ - 52.976222530678186, - 51.488914800156664, - 49.93627406832145, - 49.16727396774177, - 49.2834891495216, - 50.361531345285954, - 51.996738715442476, - 53.27128347656305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 12.03125, -41.25 12.1875, -41.09375 12.1875, -41.09375 12.03125, -41.25 12.03125))", @@ -280610,19 +203416,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 358.8856261075043, + 358.8856261075007, -899.752441911126, - -1546.0325676912291, + -1546.0325676912296, -1433.1904879170347, - -528.5142461735704, + -528.51424617357, 795.886978966616, 1828.4378438967406, 1568.5797675882995 ], "relative wind speed": [ - 3.1242822783657958, + 3.1242822783657953, 2.5793803724299234, - 2.176869975323746, + 2.1768699753237457, 2.2669962991990427, 2.7604561515652293, 3.2753709429541185, @@ -280630,11 +203436,11 @@ 3.4988549125453496 ], "relative wind angle": [ - 0.22299683551714164, + 0.22299683551714317, 0.24311221856390067, 0.08608678228099921, - 0.15778873150424477, - 0.2529912222788697, + 0.15778873150424474, + 0.2529912222788693, 0.1907266576432991, 0.05266435730707679, 0.10198830963929371 @@ -280690,9 +203496,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 588.6457485222463, + 588.6457485222418, -918.3670445355683, - -1805.7860649845984, + -1805.786064984598, -1791.670579043786, -870.3348509122397, 644.7722077815079, @@ -280700,9 +203506,9 @@ 1897.2279526073662 ], "relative wind speed": [ - 3.826877727337238, + 3.8268777273372376, 3.3225092674311245, - 2.9198480420982995, + 2.919848042098299, 2.9286061500367446, 3.341066777848334, 3.843000458218287, @@ -280710,12 +203516,12 @@ 4.1510223285353005 ], "relative wind angle": [ - 0.16278909536952024, - 0.18555307520576855, - 0.08457253234481925, - 0.09032334105304107, + 0.1627890953695216, + 0.18555307520576853, + 0.08457253234481793, + 0.09032334105304109, 0.18672024138673787, - 0.16018721550594656, + 0.16018721550594658, 0.05936455966017405, 0.06368084010882002 ], @@ -280770,9 +203576,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 112.5930142889697, + 112.59301428896788, -1049.3598748692211, - -1521.7424524473386, + -1521.7424524473417, -1291.8841542371256, -290.6396929237394, 1005.3642796256813, @@ -280780,29 +203586,29 @@ 1357.2223145369485 ], "relative wind speed": [ - 2.977330104641034, + 2.9773301046410334, 2.4321163053150716, - 2.099551495342614, + 2.0995514953426135, 2.286066030133113, 2.808909315461448, 3.292305631606588, 3.5137372714664483, - 3.3953450782445245 + 3.395345078244525 ], "relative wind angle": [ - 0.23990853647442276, - 0.23303729094989606, - 0.04137750202463888, + 0.23990853647442367, + 0.23303729094989603, + 0.04137750202464157, 0.19315932446524414, 0.25460275189457693, - 0.17143562300671045, - 0.024719621247070497, - 0.12960839179554465 + 0.17143562300671042, + 0.0247196212470705, + 0.12960839179554554 ], "resistance": [ 96747.09301428898, 95585.1401251308, - 95112.75754755268, + 95112.75754755267, 95342.61584576289, 96343.86030707628, 97639.86427962569, @@ -280850,19 +203656,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 146.75771046317823, + 146.7577104631746, -1255.0617793407591, - -1846.091262482541, + -1846.0912624825442, -1601.4591810314573, - -430.343298681697, + -430.3432986816988, 1112.4497459498089, 2178.4493401612635, 1611.4904464806514 ], "relative wind speed": [ - 3.508812866650526, + 3.508812866650525, 2.9657883548499613, - 2.6332101821156386, + 2.633210182115638, 2.7957555876146096, 3.3055002094635713, 3.80028930506249, @@ -280870,11 +203676,11 @@ 3.9270663429916324 ], "relative wind angle": [ - 0.2016250930690355, + 0.20162509306903606, 0.1935095123507566, - 0.039464703489131156, + 0.039464703489133966, 0.152031666171838, - 0.21421388202838074, + 0.21421388202838126, 0.1506454052998205, 0.025732289851910527, 0.10802785187333938 @@ -280884,7 +203690,7 @@ 95379.43822065926, 94788.40873751747, 95033.04081896855, - 96204.15670131832, + 96204.15670131831, 97746.94974594982, 98812.94934016129, 98245.99044648066 @@ -280930,13 +203736,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -117.80854406284652, + -117.80854406284743, -1354.8532543167225, - -1735.0459566667573, + -1735.0459566667864, -1389.283144890539, -175.197065526816, 1260.6645510254493, - 2115.1226714897048, + 2115.122671489504, 1310.2002229061882 ], "relative wind speed": [ @@ -280946,37 +203752,37 @@ 2.8735331599105014, 3.3750752380181126, 3.8164605622958883, - 3.990047884813502, - 3.82918528860694 + 3.9900478848135026, + 3.8291852886069404 ], "relative wind angle": [ - 0.19929384560343966, + 0.19929384560344024, 0.16777107683919212, - 0.003918645744716981, + 0.003918645744745312, 0.1635924393339426, - 0.20051010502520814, + 0.20051010502520816, 0.12680644225581364, - 0.0025982849044342256, - 0.12252405307275475 + 0.0025982849045196833, + 0.12252405307275567 ], "resistance": [ 96516.69145593715, 95279.64674568328, - 94899.45404333324, + 94899.45404333321, 95245.21685510947, 96459.30293447318, 97895.16455102545, - 98749.6226714897, + 98749.6226714895, 97944.70022290619 ], "fuel": [ 42.264930081097674, 41.631082194357404, - 41.43741966698594, + 41.437419666985924, 41.613522150791596, 42.235398888885, 42.977952262715746, - 43.42347482691463, + 43.42347482691453, 43.00370644813376 ] }, @@ -281010,39 +203816,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -217.9972611602443, + -217.99726116024885, -1628.1328913238958, - -2027.9245344191613, - -1603.199713677206, - -176.3488895336004, + -2027.924534419405, + -1603.1997136772052, + -176.3488895335995, 1473.5383643518107, 2407.9485372342024, 1437.8039221747913 ], "relative wind speed": [ - 3.887257914567623, + 3.887257914567622, 3.390033536351318, 3.1658533730258926, - 3.400383053305833, + 3.4003830533058323, 3.9000207092680674, 4.3391944240264, 4.505364363465956, 4.331088860538297 ], "relative wind angle": [ - 0.17315939845944914, + 0.17315939845944978, 0.13879448504949551, - 0.0020461964977816745, - 0.1410900120024479, - 0.17258703156708036, - 0.10829816517774249, + 0.002046196497944449, + 0.1410900120024471, + 0.17258703156708033, + 0.10829816517774248, 0.0014378317209661966, 0.11062962318194976 ], "resistance": [ 96416.5027388398, 95006.36710867615, - 94606.57546558089, + 94606.57546558064, 95031.30028632283, 96458.15111046644, 98108.03836435186, @@ -281052,7 +203858,7 @@ "fuel": [ 43.662126253474625, 42.940568341583074, - 42.7373436282122, + 42.737343628212074, 42.95326224063606, 43.6835499700004, 44.53743624862033, @@ -281090,20 +203896,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -239.52666601276132, + -239.5266660127636, -1310.8867978492772, - -1587.1459621991226, - -1175.312976327226, + -1587.145962199134, + -1175.3129763272264, -13.663020263536055, 1276.5294747687767, 1918.1118215338374, 1081.2385511537523 ], "relative wind speed": [ - 3.1344408974162405, + 3.1344408974162397, 2.6508810791896744, 2.4550344949903264, - 2.7222350776131345, + 2.722235077613134, 3.219770143159648, 3.6282873395270125, 3.763568139755864, @@ -281112,9 +203918,9 @@ "relative wind angle": [ 0.2103030194008559, 0.16363917709950576, - 0.017760150905417996, - 0.18229788068373703, - 0.20464937678973683, + 0.017760150905430497, + 0.18229788068373642, + 0.20464937678973685, 0.11930720763077116, 0.01158487494240547, 0.13848555583973837 @@ -281122,7 +203928,7 @@ "resistance": [ 96394.97333398722, 95323.61320215071, - 95047.35403780086, + 95047.35403780085, 95459.18702367276, 96620.83697973644, 97911.02947476876, @@ -281170,43 +203976,43 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -299.9769156446637, + -299.9769156446664, -1435.035984297534, - -1713.1083914091669, + -1713.1083914091682, -1244.4188841974437, 17.73412204212036, 1396.4003223705222, - 2042.433501690074, - 1122.108370740344 + 2042.4335016900914, + 1122.1083707403432 ], "relative wind speed": [ - 3.2841572735491575, + 3.284157273549157, 2.7951532015878726, - 2.608569099173188, + 2.6085690991731876, 2.889906810180524, - 3.3981608982130687, + 3.398160898213069, 3.8105518061303343, 3.9406285973672865, - 3.73920113340033 + 3.7392011334003303 ], "relative wind angle": [ - 0.2042514181057378, - 0.15441459360893064, + 0.20425141810573894, + 0.15441459360893067, 0.022301437706860713, 0.1781662264557239, - 0.19730709485238931, - 0.11305881947818895, - 0.014762145302492658, - 0.13740347872999947 + 0.19730709485238987, + 0.11305881947818897, + 0.014762145302485137, + 0.13740347873000025 ], "resistance": [ - 96334.52308435534, + 96334.52308435533, 95199.46401570247, 94921.39160859083, 95390.08111580256, 96652.23412204212, 98030.90032237052, - 98676.93350169007, + 98676.93350169009, 97756.60837074034 ], "fuel": [ @@ -281216,7 +204022,7 @@ 41.57547734322564, 42.222768059653056, 42.93658596625866, - 43.273509569787166, + 43.27350956978718, 42.794005034500614 ] }, @@ -281237,68 +204043,7 @@ "id": "5332", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.34430504330036, - 11.34430504330036, - 11.34430504330036, - 11.34430504330036, - 11.34430504330036, - 11.34430504330036, - 11.34430504330036, - 11.34430504330036 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -635.7478473702877, - -1498.9253716213316, - -1570.1510755114618, - -875.9427208052853, - 403.3681106918493, - 1580.2767565294998, - 1745.1887230349148, - 684.5371136599015 - ], - "relative wind speed": [ - 3.0172896482272606, - 2.593133600664346, - 2.5431161295836375, - 2.9126997771668712, - 3.404748836953383, - 3.7379151399062502, - 3.7721229852016145, - 3.4946432539140324 - ], - "relative wind angle": [ - 0.20551947918442182, - 0.11432590127281421, - 0.07770233147521423, - 0.1987141421378362, - 0.18185265626763777, - 0.07922239892138519, - 0.05235711747736339, - 0.1652871043622447 - ], - "resistance": [ - 95998.75215262972, - 95135.57462837869, - 95064.34892448856, - 95758.55727919473, - 97037.86811069187, - 98214.77675652952, - 98379.68872303492, - 97319.03711365991 - ], - "fuel": [ - 41.5813182658537, - 41.140098912915484, - 41.103815210368985, - 41.45826253815218, - 42.11614750868694, - 42.72675050635897, - 42.81272172919749, - 42.261554851861916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 11.40625, -41.09375 11.5625, -40.9375 11.5625, -40.9375 11.40625, -41.09375 11.40625))", @@ -281330,33 +204075,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -906.9995627372391, + -906.9995627372405, -1659.372047050178, - -1596.631606166813, + -1596.631606166815, -695.6303989400076, 702.1124372972636, 1839.0121285317355, - 1693.7893016942544, + 1693.7893016942535, 454.63871449967064 ], "relative wind speed": [ - 2.9971641344998847, + 2.997164134499884, 2.609409044545576, - 2.652387411459865, + 2.6523874114598645, 3.0868999591231354, - 3.581837927719146, + 3.5818379277191457, 3.873440360690167, - 3.844137979977964, + 3.8441379799779645, 3.504797345346149 ], "relative wind angle": [ 0.20103225502935995, 0.08169368318803504, - 0.11233914157449038, + 0.11233914157449137, 0.20667017909135146, - 0.16787379242253966, + 0.167873792422539, 0.055000872007314114, - 0.07742643145305482, + 0.07742643145305625, 0.18173334461781374 ], "resistance": [ @@ -281397,68 +204142,7 @@ "id": "5334", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.162080053616307, - 12.162080053616307, - 12.162080053616307, - 12.162080053616307, - 12.162080053616307, - 12.162080053616307, - 12.162080053616307, - 12.162080053616307 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -857.2283697654666, - -1706.354581137513, - -1697.9390569683483, - -828.7126316387175, - 608.473528341121, - 1834.730791380628, - 1815.2237617653927, - 575.12571218827 - ], - "relative wind speed": [ - 3.178377082207139, - 2.7748701808339735, - 2.780351587641196, - 3.189920801335549, - 3.688256435144668, - 4.000676428756023, - 3.9968689567193336, - 3.678277000076583 - ], - "relative wind angle": [ - 0.19315352864873922, - 0.08956781271228974, - 0.0933203632496872, - 0.19388533180465467, - 0.16618197527209774, - 0.062081096336698414, - 0.06486796999717577, - 0.16787961123187234 - ], - "resistance": [ - 95777.27163023452, - 94928.14541886248, - 94936.56094303164, - 95805.78736836127, - 97242.9735283411, - 98469.23079138061, - 98449.72376176537, - 97209.62571218825 - ], - "fuel": [ - 42.04293540840371, - 41.60957608424897, - 41.61385786069424, - 42.05753523862525, - 42.797282244414546, - 43.43453673636498, - 43.42435563576435, - 42.78003038992579 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 11.25, -41.09375 11.40625, -40.9375 11.40625, -40.9375 11.25, -41.09375 11.25))", @@ -281477,68 +204161,7 @@ "id": "5335", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.425124026841118, - 11.425124026841118, - 11.425124026841118, - 11.425124026841118, - 11.425124026841118, - 11.425124026841118, - 11.425124026841118, - 11.425124026841118 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -986.9081540389989, - -1644.5939066616106, - -1519.3709264813765, - -565.5519711710308, - 815.4830113157359, - 1871.7785536184538, - 1581.9366173409862, - 321.99946188674585 - ], - "relative wind speed": [ - 2.8924356746173507, - 2.531833841233129, - 2.6193915321921426, - 3.074909010789442, - 3.559817231092132, - 3.8246960991647785, - 3.7652716836451097, - 3.403441996853402 - ], - "relative wind angle": [ - 0.2005908246970954, - 0.06626854109550005, - 0.1298637046465788, - 0.21212071567904384, - 0.16260966184736186, - 0.04384973243332547, - 0.09021104488116685, - 0.19137689220938386 - ], - "resistance": [ - 95647.59184596104, - 94989.90609333843, - 95115.12907351866, - 96068.948028829, - 97449.98301131578, - 98506.2785536185, - 98216.43661734102, - 96956.4994618868 - ], - "fuel": [ - 41.45635900422633, - 41.12078617675486, - 41.18455499224103, - 41.67219464672434, - 42.384247653096864, - 42.9336570285724, - 42.78248867206918, - 42.128995724449126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 11.40625, -40.9375 11.5625, -40.78125 11.5625, -40.78125 11.40625, -40.9375 11.40625))", @@ -281570,33 +204193,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -612.0198243422519, + -612.0198243422556, -1739.8046839255908, - -1915.023352213323, + -1915.0233522133267, -1213.0107281241835, - 267.98274344429046, + 267.98274344428864, 1724.4569286132664, - 2132.167403435902, + 2132.1674034358866, 969.3043041904002 ], "relative wind speed": [ - 3.5878057076193786, + 3.587805707619378, 3.137482524491112, 3.0338800490772884, 3.365824986258175, 3.8694224910810515, 4.242756606102093, - 4.317447400712702, + 4.317447400712703, 4.063988480789559 ], "relative wind angle": [ - 0.17998911072270832, + 0.17998911072270957, 0.1127763389724091, - 0.047134798834537986, + 0.04713479883454034, 0.16572266068647243, - 0.16676170921119188, - 0.08331683728477354, - 0.03311551898600523, + 0.16676170921119254, + 0.08331683728477353, + 0.03311551898601194, 0.1370539934120777 ], "resistance": [ @@ -281606,7 +204229,7 @@ 95421.48927187586, 96902.48274344433, 98358.9569286133, - 98766.66740343595, + 98766.66740343593, 97603.80430419045 ], "fuel": [ @@ -281616,7 +204239,7 @@ 42.67200945792035, 43.43230781859187, 44.1879786643853, - 44.40092751239764, + 44.40092751239763, 43.7951931596274 ] }, @@ -281650,9 +204273,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 28.705952913373494, + 28.70595291337122, -1071.4519821477652, - -1482.8467887016873, + -1482.846788701691, -1238.5249413206006, -249.46733187763584, 991.7694696330991, @@ -281660,9 +204283,9 @@ 1232.8290904308533 ], "relative wind speed": [ - 3.0652016735055176, + 3.0652016735055168, 2.569291169742875, - 2.2908394557597775, + 2.290839455759777, 2.4755358676688934, 2.9540764348267583, 3.3942262398286123, @@ -281672,8 +204295,8 @@ "relative wind angle": [ 0.213256814039089, 0.1954422993664909, - 0.024840915030981126, - 0.16986505391465906, + 0.024840915030985598, + 0.16986505391465903, 0.22141017609160285, 0.1475364824492227, 0.0158590665858873, @@ -281730,19 +204353,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -566.6137428247948, + -566.6137428247994, -1485.7345247652197, - -1604.3622368367928, + -1604.3622368367965, -971.6992758758875, - 291.77200901043307, + 291.772009010434, 1502.195307840646, 1777.838166426177, 764.8440360686118 ], "relative wind speed": [ - 3.2174753513417227, + 3.2174753513417222, 2.803695891501213, - 2.725651154504911, + 2.7256511545049107, 3.051282766333247, 3.521677733324263, 3.859229332634001, @@ -281750,31 +204373,31 @@ 3.6666108566032998 ], "relative wind angle": [ - 0.18606486527849575, + 0.18606486527849755, 0.11137047250701264, - 0.05672748872415054, - 0.17463331796706452, - 0.16982860784136963, - 0.08083049543189665, - 0.039485790651947114, - 0.1450975303875138 + 0.0567274887241525, + 0.17463331796706455, + 0.16982860784136894, + 0.08083049543189666, + 0.03948579065194711, + 0.14509753038751383 ], "resistance": [ - 96067.88625717525, + 96067.88625717524, 95148.76547523482, 95030.13776316325, 95662.80072412416, - 96926.27200901047, + 96926.27200901048, 98136.6953078407, 98412.33816642623, 97399.34403606865 ], "fuel": [ - 42.03084214577384, + 42.030842145773825, 41.5608862178929, 41.500459687301536, 41.82333032451696, - 42.472582388280564, + 42.47258238828058, 43.10014627912113, 43.243819972300855, 42.717205382262115 @@ -281810,13 +204433,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -140.3816922036217, + -140.3816922036226, -984.5249910985235, - -1215.0916923443554, + -1215.0916923443626, -906.1840504833447, - -10.121606621644787, + -10.121606621645242, 1003.5092078909502, - 1537.0014795328207, + 1537.001479532837, 889.9089349133769 ], "relative wind speed": [ @@ -281826,17 +204449,17 @@ 2.1549268563714965, 2.635890008790771, 3.026541111064605, - 3.159752293078738, + 3.1597522930787374, 2.9895534107990063 ], "relative wind angle": [ - 0.24777074130222104, - 0.20334275372385469, - 0.016409577552597296, - 0.21922197231763774, - 0.24197969676588582, + 0.24777074130222196, + 0.2033427537238547, + 0.016409577552610827, + 0.21922197231763776, + 0.24197969676588627, 0.1407634041185877, - 0.00984936970541854, + 0.009849369705407266, 0.157405900810332 ], "resistance": [ @@ -281846,7 +204469,7 @@ 95728.31594951666, 96624.37839337836, 97638.00920789095, - 98171.50147953282, + 98171.50147953283, 97524.40893491337 ], "fuel": [ @@ -281877,68 +204500,7 @@ "id": "5340", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.821034321446493, - 12.821034321446493, - 12.821034321446493, - 12.821034321446493, - 12.821034321446493, - 12.821034321446493, - 12.821034321446493, - 12.821034321446493 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -906.565653602067, - -1816.999910111986, - -1815.471525624916, - -901.3594144691788, - 623.5316322918807, - 1930.2053425306185, - 1926.6574614259252, - 617.4492364553289 - ], - "relative wind speed": [ - 3.362066251256556, - 2.955626118669703, - 2.9565648669535305, - 3.3640583386572644, - 3.867014979173752, - 4.185877276465466, - 4.185214273425977, - 3.865282114038121 - ], - "relative wind angle": [ - 0.18424989509558182, - 0.08616630907093213, - 0.08677752824906669, - 0.18437514980734568, - 0.15996738763074825, - 0.060803781101291685, - 0.061263737989946054, - 0.1602439231409146 - ], - "resistance": [ - 95727.93434639793, - 94817.50008988801, - 94819.02847437508, - 95733.14058553083, - 97258.03163229188, - 98564.70534253062, - 98561.15746142593, - 97251.94923645533 - ], - "fuel": [ - 42.51313903454097, - 42.04876158116964, - 42.04953856667772, - 42.51580340582693, - 43.30053039758009, - 43.979843973105304, - 43.97799089872392, - 43.29738313714083 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 11.09375, -41.09375 11.25, -40.9375 11.25, -40.9375 11.09375, -41.09375 11.09375))", @@ -281957,68 +204519,7 @@ "id": "5341", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.783270640245863, - 11.783270640245863, - 11.783270640245863, - 11.783270640245863, - 11.783270640245863, - 11.783270640245863, - 11.783270640245863, - 11.783270640245863 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -834.3815854036507, - -1639.8903855848698, - -1622.9509735173801, - -777.1429946749245, - 606.0620422617849, - 1777.9846293509208, - 1738.748361920936, - 539.0876018896715 - ], - "relative wind speed": [ - 3.069959914048658, - 2.6716766363425455, - 2.6831015306488006, - 3.093921473954988, - 3.5871365125499204, - 3.8928583565750023, - 3.8849927168225826, - 3.566490171938602 - ], - "relative wind angle": [ - 0.1976881206170705, - 0.09010445371795572, - 0.09816590073132997, - 0.19921763679874846, - 0.16888826687240413, - 0.06179454835937258, - 0.06773950224076516, - 0.17253466990672137 - ], - "resistance": [ - 95800.11841459633, - 94994.60961441511, - 95011.54902648261, - 95857.35700532506, - 97240.56204226176, - 98412.4846293509, - 98373.24836192092, - 97173.58760188965 - ], - "fuel": [ - 41.78276094261254, - 41.371528315460694, - 41.38015146130753, - 41.812074568896904, - 42.52416297345998, - 43.13305213924757, - 43.112583688411675, - 42.489519819574205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 10.9375, -41.25 11.09375, -41.09375 11.09375, -41.09375 10.9375, -41.25 10.9375))", @@ -282037,68 +204538,7 @@ "id": "5342", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.334053313649385, - 11.334053313649385, - 11.334053313649385, - 11.334053313649385, - 11.334053313649385, - 11.334053313649385, - 11.334053313649385, - 11.334053313649385 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -497.75012300407207, - -1551.240695374593, - -1730.4789146200214, - -1096.3459844396666, - 259.66344524847136, - 1618.4531145486162, - 2032.7244064329643, - 961.9098446752032 - ], - "relative wind speed": [ - 3.0836423150702443, - 2.5825986481192547, - 2.455067678947011, - 2.8209604708383584, - 3.366060027388144, - 3.764225585429842, - 3.8486169888755852, - 3.589065624537878 - ], - "relative wind angle": [ - 0.2281839528589805, - 0.15196843309074787, - 0.058949021693204554, - 0.2127044263273494, - 0.20874227480324645, - 0.10405086197233519, - 0.03759119305304234, - 0.1666961486787429 - ], - "resistance": [ - 96136.74987699598, - 95083.25930462545, - 94904.02108538002, - 95538.15401556037, - 96894.16344524852, - 98252.95311454865, - 98667.224406433, - 97596.40984467525 - ], - "fuel": [ - 41.64518401272619, - 41.1065168454909, - 41.01528046383211, - 41.338605423665655, - 42.035014007502696, - 42.739713620562796, - 42.955930859654046, - 42.39835735776262 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 10.9375, -41.09375 11.09375, -40.9375 11.09375, -40.9375 10.9375, -41.09375 10.9375))", @@ -282117,68 +204557,7 @@ "id": "5343", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.563371864933025, - 11.563371864933025, - 11.563371864933025, - 11.563371864933025, - 11.563371864933025, - 11.563371864933025, - 11.563371864933025, - 11.563371864933025 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -645.3459680386441, - -1602.3621810892641, - -1699.8388922885965, - -972.4629600652474, - 404.57252587307175, - 1694.8587579480063, - 1920.2910806318405, - 787.8839554143879 - ], - "relative wind speed": [ - 3.0872996069656424, - 2.6276763925786106, - 2.5601235932850765, - 2.9470929282028977, - 3.4712636721753354, - 3.830979916525204, - 3.8764490880236657, - 3.591063020537354 - ], - "relative wind angle": [ - 0.21525632313111126, - 0.12503713130472732, - 0.07663394799413216, - 0.20671819080966566, - 0.19113293292699546, - 0.08564456778994858, - 0.050583409480149555, - 0.16924950704415925 - ], - "resistance": [ - 95989.15403196136, - 95032.13781891073, - 94934.6611077114, - 95662.03703993476, - 97039.07252587307, - 98329.35875794801, - 98554.79108063184, - 97422.38395541439 - ], - "fuel": [ - 41.72613342552203, - 41.23714902146632, - 41.187534844936394, - 41.55861067186161, - 42.266506298419394, - 42.93620974132115, - 43.05385268543345, - 42.4648114474527 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 11.09375, -40.9375 11.25, -40.78125 11.25, -40.78125 11.09375, -40.9375 11.09375))", @@ -282197,68 +204576,7 @@ "id": "5344", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.385640343731882, - 10.385640343731882, - 10.385640343731882, - 10.385640343731882, - 10.385640343731882, - 10.385640343731882, - 10.385640343731882, - 10.385640343731882 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -530.7497454401259, - -1293.1704674484986, - -1365.1200346404426, - -772.2714664345681, - 337.5657295245064, - 1370.463653476596, - 1536.8660355076117, - 620.558319751216 - ], - "relative wind speed": [ - 2.767795812315814, - 2.358751744840364, - 2.303255982788983, - 2.6525618353537426, - 3.1213691932611267, - 3.4409198632814904, - 3.4783115411157937, - 3.2198687875342613 - ], - "relative wind angle": [ - 0.21434305057313938, - 0.12270237730943864, - 0.07842331896892395, - 0.20650597994003728, - 0.18974789078189927, - 0.08400036637104039, - 0.05190015779117206, - 0.1697289955827197 - ], - "resistance": [ - 96103.75025455988, - 95341.32953255152, - 95269.37996535958, - 95862.22853356545, - 96972.06572952452, - 98004.96365347662, - 98171.36603550763, - 97255.05831975123 - ], - "fuel": [ - 41.01710153176254, - 40.62694393381096, - 40.59023649239589, - 40.89327227153698, - 41.464083702349214, - 41.99944148975317, - 42.08606023685026, - 41.6103657871625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 11.09375, -40.78125 11.25, -40.625 11.25, -40.625 11.09375, -40.78125 11.09375))", @@ -282290,9 +204608,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -495.8171423700078, + -495.8171423700096, -1166.1531221786825, - -1212.0068250579204, + -1212.006825057921, -646.6680787774826, 368.6958570641632, 1298.0442835210424, @@ -282300,9 +204618,9 @@ 546.2546287193927 ], "relative wind speed": [ - 2.427036149122884, + 2.4270361491228836, 2.0060639749955858, - 1.9650862472952058, + 1.9650862472952055, 2.344705227640673, 2.8238512577978243, 3.136932852889985, @@ -282310,12 +204628,12 @@ 2.89257632410799 ], "relative wind angle": [ - 0.25016729472498545, - 0.14039745204370607, + 0.25016729472498633, + 0.1403974520437061, 0.10392338864136602, 0.24512648428532952, - 0.2144165839084104, - 0.08960916989015552, + 0.21441658390841042, + 0.08960916989015554, 0.06449815009109641, 0.19800548928738357 ], @@ -282370,17 +204688,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -614.4289092653944, + -614.4289092653985, -1510.3856834274493, - -1599.8983556635153, + -1599.8983556635171, -916.1519188757393, 376.54289953772513, 1584.4358033854232, - 1791.6775253471224, + 1791.6775253471178, 729.7746033057738 ], "relative wind speed": [ - 3.0445092415555512, + 3.044509241555551, 2.6098239166102437, 2.54723659944532, 2.9137276917709274, @@ -282390,13 +204708,13 @@ 3.5245145380577383 ], "relative wind angle": [ - 0.20724108093319243, + 0.20724108093319404, 0.11923349805502821, - 0.07364034230650959, - 0.19881333946892563, + 0.07364034230651109, + 0.19881333946892565, 0.18463682960110803, - 0.08276630546109226, - 0.04936647387347658, + 0.08276630546109225, + 0.049366473873478825, 0.16401335732732686 ], "resistance": [ @@ -282406,7 +204724,7 @@ 95718.34808112429, 97011.04289953776, 98218.93580338545, - 98426.17752534716, + 98426.17752534714, 97364.2746033058 ], "fuel": [ @@ -282416,7 +204734,7 @@ 41.47570834926648, 42.140314804801704, 42.76694209760352, - 42.87500002180732, + 42.8750000218073, 42.32300167748757 ] }, @@ -282450,19 +204768,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -466.3372468383136, + -466.3372468383154, -1297.7041512532105, - -1410.9689666573686, + -1410.9689666573695, -841.7130563352803, - 292.59368971023696, + 292.5936897102374, 1392.8697698935352, 1654.1226403466703, 733.6989316906024 ], "relative wind speed": [ - 2.7034348407158886, + 2.7034348407158877, 2.2452152658826825, - 2.15338594782851, + 2.1533859478285096, 2.5166266048887453, 3.02263375712561, 3.3769636032328174, @@ -282470,13 +204788,13 @@ 3.1798530310814628 ], "relative wind angle": [ - 0.23999387204964182, + 0.2399938720496423, 0.15137204083013614, - 0.07613620410171083, + 0.07613620410171082, 0.22855937397703002, - 0.21423012347698736, + 0.21423012347698683, 0.10042636079927082, - 0.04768408618114797, + 0.04768408618114798, 0.18029277964450757 ], "resistance": [ @@ -282517,68 +204835,7 @@ "id": "5348", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.61142785535476, - 11.61142785535476, - 11.61142785535476, - 11.61142785535476, - 11.61142785535476, - 11.61142785535476, - 11.61142785535476, - 11.61142785535476 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -138.78585563600336, - -1511.018472086368, - -1917.0339287361562, - -1496.3825360774522, - -114.44354881008894, - 1500.1060766895625, - 2441.540981854838, - 1478.9109219273105 - ], - "relative wind speed": [ - 3.314548846500285, - 2.7249428026890983, - 2.442854118780526, - 2.732553562801649, - 3.3233980200919735, - 3.8217659763335186, - 4.007951123722024, - 3.816328010300952 - ], - "relative wind angle": [ - 0.23834555630816281, - 0.20328270873353366, - 0.0018637846858175408, - 0.2051148255278283, - 0.23769866995355526, - 0.14444742470975105, - 0.0011359800304940992, - 0.1463599010779103 - ], - "resistance": [ - 96495.71414436406, - 95123.4815279137, - 94717.4660712639, - 95138.11746392261, - 96520.05645118997, - 98134.60607668963, - 99076.0409818549, - 98113.41092192737 - ], - "fuel": [ - 42.01960815004607, - 41.31694374825735, - 41.110383069806225, - 41.324401246602356, - 42.03213610346819, - 42.86799943304905, - 43.35986365584418, - 42.856963724698986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 10.78125, -41.09375 10.9375, -40.9375 10.9375, -40.9375 10.78125, -41.09375 10.78125))", @@ -282597,68 +204854,7 @@ "id": "5349", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.613635571617891, - 12.613635571617891, - 12.613635571617891, - 12.613635571617891, - 12.613635571617891, - 12.613635571617891, - 12.613635571617891, - 12.613635571617891 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -660.5009370396829, - -1813.3091307779632, - -1973.739382126646, - -1201.6913345392068, - 359.2104637124776, - 1872.6518362146253, - 2244.2411429043614, - 992.7215919860537 - ], - "relative wind speed": [ - 3.4028219212807844, - 2.9075202889106118, - 2.80621627550946, - 3.1908919131502373, - 3.744746117652987, - 4.141092402156624, - 4.210400305041313, - 3.9268981795074067 - ], - "relative wind angle": [ - 0.20809098449072766, - 0.12891677902252882, - 0.06217972057047932, - 0.19567391009639865, - 0.18884948709185415, - 0.09038683078669718, - 0.04142770365698265, - 0.15865137764747492 - ], - "resistance": [ - 95973.99906296033, - 94821.19086922205, - 94660.76061787337, - 95432.8086654608, - 96993.71046371249, - 98507.15183621465, - 98878.74114290437, - 97627.22159198608 - ], - "fuel": [ - 42.480152118181486, - 41.891613370962375, - 41.81010151086251, - 42.20324442305679, - 43.00486316796956, - 43.7907647906014, - 43.98502734171607, - 43.33279643384871 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 10.625, -41.25 10.78125, -41.09375 10.78125, -41.09375 10.625, -41.25 10.625))", @@ -282677,68 +204873,7 @@ "id": "5350", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.170158807876211, - 11.170158807876211, - 11.170158807876211, - 11.170158807876211, - 11.170158807876211, - 11.170158807876211, - 11.170158807876211, - 11.170158807876211 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 157.232571440225, - -1241.5413213399147, - -1824.784232486124, - -1564.2445915184344, - -379.4381052615727, - 1170.9847663833752, - 2240.1397991442473, - 1638.6351027829533 - ], - "relative wind speed": [ - 3.296709312639117, - 2.7075601645876892, - 2.342249851009573, - 2.532721347303371, - 3.09395916101313, - 3.6207725055844686, - 3.867136048486551, - 3.7451566267610676 - ], - "relative wind angle": [ - 0.23353012699351802, - 0.22848702914351884, - 0.04458625252980035, - 0.18489870901396774, - 0.24914763035040127, - 0.17019693699289376, - 0.02699936841171926, - 0.12465197725974646 - ], - "resistance": [ - 96791.73257144024, - 95392.9586786601, - 94809.71576751389, - 95070.25540848158, - 96255.06189473844, - 97805.4847663834, - 98874.63979914426, - 98273.13510278297 - ], - "fuel": [ - 41.87232243148874, - 41.15459564867143, - 40.85747784203467, - 40.99004650273024, - 41.596089807361835, - 42.397040494362315, - 42.95457835656647, - 42.6403852052687 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 10.625, -41.09375 10.78125, -40.9375 10.78125, -40.9375 10.625, -41.09375 10.625))", @@ -282770,19 +204905,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -738.7435732670474, + -738.7435732670492, -1911.2053949371407, - -2052.7023634331463, + -2052.702363433147, -1217.4077495668407, - 418.5469956662391, + 418.54699566624095, 1975.778059220168, 2303.712551588287, 978.5369712708225 ], "relative wind speed": [ - 3.5022180258755604, + 3.5022180258755595, 3.011916173278527, - 2.9257786435701076, + 2.925778643570107, 3.321259005643526, 3.877647288659641, 4.2696651579673555, @@ -282794,9 +204929,9 @@ 0.1203692779167153, 0.06540482442274485, 0.19148698623650906, - 0.18222455710212654, + 0.18222455710212593, 0.08480787983694905, - 0.04418559766121865, + 0.04418559766121864, 0.15735201414776567 ], "resistance": [ @@ -282850,19 +204985,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 422.4480290672857, + 422.4480290672848, 684.4830282038929, - 415.00408605902794, + 415.00408605902726, -34.62611257244271, -414.75958532162394, -527.9393578461902, - -409.6364298724782, + -409.6364298724784, -26.11069778590422 ], "relative wind speed": [ - 1.9690306608881973, + 1.9690306608881971, 2.0690861536706193, - 1.9653269601597934, + 1.9653269601597931, 1.693066436395852, 1.3698443869914478, 1.2134405122536118, @@ -282870,13 +205005,13 @@ 1.6991413802387474 ], "relative wind angle": [ - 0.15310777419623686, + 0.15310777419623833, 0.001517081470992338, - 0.15568458256870196, + 0.15568458256870193, 0.2554611256284912, 0.2210150549648602, 0.0025868384405154576, - 0.2234569953653507, + 0.22345699536535124, 0.2545274873424136 ], "resistance": [ @@ -282930,39 +205065,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 381.0818207934535, + 381.0818207934524, 693.6541220521624, - 485.7208229951141, + 485.7208229951134, 33.391720425938274, -380.5684012341285, -542.5707191384787, -452.37237133290944, - -85.91941390433726 + -85.91941390433749 ], "relative wind speed": [ - 1.9306722169789148, + 1.9306722169789141, 2.0618154710086634, 1.9829593066386704, 1.7197292511605309, - 1.3776967251345618, + 1.377696725134562, 1.1723738479555468, 1.3013131306783374, - 1.6334242494109155 + 1.6334242494109152 ], "relative wind angle": [ 0.18031430886693686, 0.021709925819233786, - 0.14317773197907352, + 0.14317773197907507, 0.2616829273203511, - 0.2540450521092101, - 0.03818681622410163, - 0.21918232268550936, - 0.2758613197285165 + 0.2540450521092109, + 0.038186816224101625, + 0.21918232268550938, + 0.27586131972851613 ], "resistance": [ 97015.58182079346, 97328.15412205218, - 97120.22082299514, + 97120.22082299512, 96667.89172042595, 96253.93159876589, 96091.92928086154, @@ -282972,7 +205107,7 @@ "fuel": [ 39.373489915695686, 39.535129904611615, - 39.42756122592474, + 39.42756122592473, 39.19411663260783, 38.981141262838875, 38.8979674542081, @@ -282997,68 +205132,7 @@ "id": "5354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.7411657513997545, - 5.7411657513997545, - 5.7411657513997545, - 5.7411657513997545, - 5.7411657513997545, - 5.7411657513997545, - 5.7411657513997545, - 5.7411657513997545 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 389.5120579592906, - 704.4419917752755, - 491.31608964667066, - 34.20078015494755, - -382.2927419816318, - -544.5041441075673, - -452.00096178145407, - -81.6104802639577 - ], - "relative wind speed": [ - 1.9185454664488872, - 2.0508281671915105, - 1.9697124398966022, - 1.7010207140906348, - 1.3508396996915368, - 1.140038784317537, - 1.2750754900047574, - 1.616203307547935 - ], - "relative wind angle": [ - 0.1852253192716477, - 0.02150829966367693, - 0.14825891804064809, - 0.2711399808207092, - 0.2646450623449637, - 0.03869818910046708, - 0.2302176696537181, - 0.2857587385940066 - ], - "resistance": [ - 97024.01205795929, - 97338.94199177528, - 97125.81608964667, - 96668.70078015495, - 96252.20725801837, - 96089.99585589243, - 96182.49903821855, - 96552.88951973604 - ], - "fuel": [ - 39.35369774385299, - 39.51656819188503, - 39.406306763848036, - 39.17038658841945, - 38.95610853688284, - 38.87282848597245, - 38.92030803160265, - 39.1107390941811 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 18.4375, -36.09375 18.59375, -35.9375 18.59375, -35.9375 18.4375, -36.09375 18.4375))", @@ -283090,19 +205164,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 289.79646783767384, + 289.79646783767316, 647.0970652885301, - 545.4234868040876, + 545.4234868040869, 119.37038406376905, - -318.0175517867385, + -318.0175517867384, -538.3125804884, -494.11947177335946, -173.45069889202796 ], "relative wind speed": [ - 1.9125427391601266, + 1.9125427391601264, 2.077165044516595, - 2.0391950575952222, + 2.039195057595222, 1.811210269843121, 1.4816667158639878, 1.24037952411819, @@ -283110,11 +205184,11 @@ 1.6039555306890845 ], "relative wind angle": [ - 0.19581016470053111, + 0.19581016470053167, 0.051493956796662535, 0.1085436396885989, 0.23363578723114314, - 0.25385850969671336, + 0.2538585096967133, 0.08630182340337382, 0.17051093052338245, 0.264504824026567 @@ -283122,7 +205196,7 @@ "resistance": [ 96924.29646783764, 97281.5970652885, - 97179.92348680407, + 97179.92348680405, 96753.87038406375, 96316.48244821324, 96096.18741951157, @@ -283132,7 +205206,7 @@ "fuel": [ 39.370460317125534, 39.55513894171626, - 39.50253837406823, + 39.50253837406822, 39.28253920261651, 39.05738975604312, 38.94426043269581, @@ -283157,68 +205231,7 @@ "id": "5356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.472460842651088, - 6.472460842651088, - 6.472460842651088, - 6.472460842651088, - 6.472460842651088, - 6.472460842651088, - 6.472460842651088, - 6.472460842651088 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 236.8928429727746, - 718.4159429359659, - 732.9450132358686, - 261.19168450867824, - -287.29015094784245, - -622.9939239327358, - -629.3186600558662, - -307.8793157066459 - ], - "relative wind speed": [ - 2.023740007322651, - 2.2460075502260257, - 2.250965555463122, - 2.036995572395079, - 1.6821180445712192, - 1.371311349562189, - 1.3631576582438962, - 1.6660413473720364 - ], - "relative wind angle": [ - 0.22229134067765446, - 0.08514610216168131, - 0.07828564628352903, - 0.21770210373967347, - 0.26845232249872125, - 0.1397427972649892, - 0.12950179568801087, - 0.2672470873888711 - ], - "resistance": [ - 96871.39284297278, - 97352.91594293599, - 97367.44501323588, - 96895.6916845087, - 96347.20984905217, - 96011.50607606728, - 96005.18133994415, - 96326.62068429338 - ], - "fuel": [ - 39.517154285593676, - 39.76605652413451, - 39.77358009865093, - 39.529693835101156, - 39.247181706417976, - 39.074819591731, - 39.071576274694465, - 39.23659843468795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-36.09375 18.28125, -36.09375 18.4375, -35.9375 18.4375, -35.9375 18.28125, -36.09375 18.28125))", @@ -283250,17 +205263,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 198.803447840045, + 198.80344784004387, 707.7958404635256, - 771.1172119932821, + 771.1172119932794, 305.0710650951471, -263.5177819620774, -631.609767999792, - -659.137898400351, + -659.1378984003513, -353.7076018788291 ], "relative wind speed": [ - 2.059515456571714, + 2.0595154565717135, 2.294718370802661, 2.3158521234023337, 2.1158548251422387, @@ -283270,19 +205283,19 @@ 1.7002076868141114 ], "relative wind angle": [ - 0.2210706741394067, - 0.09306953594586286, - 0.06481786207010999, + 0.2210706741394072, + 0.09306953594586284, + 0.06481786207011342, 0.2024318869105969, 0.25828660665828557, 0.14763567607495898, - 0.10615186477722802, + 0.10615186477722906, 0.25288998038288263 ], "resistance": [ - 96833.30344784005, + 96833.30344784004, 97342.29584046353, - 97405.61721199329, + 97405.61721199327, 96939.57106509515, 96370.98221803793, 96002.89023200021, @@ -283290,9 +205303,9 @@ 96280.79239812116 ], "fuel": [ - 39.57776947864139, + 39.577769478641386, 39.840824635218915, - 39.873617526147605, + 39.8736175261476, 39.63261060602319, 39.33967018700181, 39.15066844566197, @@ -283330,9 +205343,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 224.12860146342564, + 224.12860146342496, 723.5681322909395, - 759.5808041006399, + 759.5808041006403, 284.38936022624307, -279.317347237539, -633.0637733255767, @@ -283340,9 +205353,9 @@ -330.39120729303477 ], "relative wind speed": [ - 2.0419663435526787, + 2.0419663435526783, 2.272222365840594, - 2.284355955723168, + 2.2843559557231674, 2.0743921396382423, 1.718591283663735, 1.4000671657676396, @@ -283352,11 +205365,11 @@ "relative wind angle": [ 0.2242552533986148, 0.08956768417329207, - 0.07302212901428612, - 0.21321056215221865, - 0.26739928595513757, + 0.0730221290142846, + 0.21321056215221867, + 0.2673992859551376, 0.1456833020665318, - 0.12104788638907785, + 0.12104788638907786, 0.26445231912716854 ], "resistance": [ @@ -283410,17 +205423,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 124.88716821597518, + 124.8871682159745, 611.7533033041489, - 739.1546371445111, + 739.1546371445093, 338.5533099713914, - -188.09587231375212, + -188.0958723137519, -557.617523596626, -612.974125659535, -369.38855769942165 ], "relative wind speed": [ - 1.927765266869899, + 1.9277652668698988, 2.1735283275896666, 2.218142236355794, 2.046776684762197, @@ -283431,20 +205444,20 @@ ], "relative wind angle": [ 0.23421332434543707, - 0.11097860540066039, - 0.048240016064261385, - 0.1927047811088328, - 0.2630751099023292, + 0.1109786054006604, + 0.04824001606426369, + 0.19270478110883282, + 0.26307510990232913, 0.17316687535810937, - 0.08080749439206185, - 0.25120736283730855 + 0.08080749439206186, + 0.2512073628373085 ], "resistance": [ 96759.38716821598, 97246.25330330415, 97373.65463714451, 96973.0533099714, - 96446.40412768624, + 96446.40412768626, 96076.88247640338, 96021.52587434047, 96265.11144230058 @@ -283477,68 +205490,7 @@ "id": "5360", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.249237776120466, - 22.249237776120466, - 22.249237776120466, - 22.249237776120466, - 22.249237776120466, - 22.249237776120466, - 22.249237776120466, - 22.249237776120466 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 3339.7147634887515, - 815.8046429826172, - -2020.9584974024438, - -3585.3057350169456, - -3475.81167561037, - -1631.1249060076843, - 1268.2040991519352, - 3597.5001560471464 - ], - "relative wind speed": [ - 6.831649028667461, - 6.449614448083244, - 5.9018763543929325, - 5.508026090004217, - 5.545137536074718, - 5.985186063603513, - 6.52593550706222, - 6.861605303186034 - ], - "relative wind angle": [ - 0.04593827320990044, - 0.1052046974664765, - 0.10935140424322351, - 0.042424711605429884, - 0.05660660252026152, - 0.11340208582601864, - 0.09885836905148805, - 0.03405201394118507 - ], - "resistance": [ - 99974.2147634888, - 97450.30464298266, - 94613.5415025976, - 93049.1942649831, - 93158.68832438967, - 95003.37509399236, - 97902.70409915198, - 100232.00015604719 - ], - "fuel": [ - 54.94130231928865, - 53.62165019397548, - 52.16671258818858, - 51.37718941426079, - 51.43215448739535, - 52.364878241663476, - 53.856448269341534, - 55.07742218379423 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 29.84375, -44.84375 30, -44.6875 30, -44.6875 29.84375, -44.84375 29.84375))", @@ -283557,68 +205509,7 @@ "id": "5361", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.404461230602656, - 24.404461230602656, - 24.404461230602656, - 24.404461230602656, - 24.404461230602656, - 24.404461230602656, - 24.404461230602656, - 24.404461230602656 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3119.425329201622, - -193.71352447452955, - -3229.8297694702305, - -4288.04906400728, - -3625.989820022436, - -859.6759978260961, - 2555.271393496463, - 4682.004703426937 - ], - "relative wind speed": [ - 7.3795940159103415, - 6.879933581704187, - 6.304595385853633, - 6.012091025830225, - 6.215773191216331, - 6.7646698452801335, - 7.303856599425842, - 7.546456499671552 - ], - "relative wind angle": [ - 0.06800847788523658, - 0.11174675419041545, - 0.09268613644090865, - 0.009647343416747221, - 0.08076771909854025, - 0.11365898751009379, - 0.07997621318372199, - 0.007685776511040318 - ], - "resistance": [ - 99753.92532920162, - 96440.78647552547, - 93404.67023052977, - 92346.45093599272, - 93008.51017997756, - 95774.8240021739, - 99189.77139349646, - 101316.50470342694 - ], - "fuel": [ - 57.9840818345865, - 56.25935417080215, - 54.714702205646475, - 54.18438454091546, - 54.515681960373676, - 55.91760294628507, - 57.68751363902024, - 58.81169183232684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 29.6875, -45 29.84375, -44.84375 29.84375, -44.84375 29.6875, -45 29.6875))", @@ -283662,7 +205553,7 @@ "relative wind speed": [ 6.648589318638641, 6.310337748308959, - 5.7733115044125745, + 5.773311504412574, 5.3420348657155, 5.314803058113661, 5.712312051763029, @@ -283670,14 +205561,14 @@ 6.626728828609944 ], "relative wind angle": [ - 0.036426532063954443, + 0.03642653206395444, 0.10210039623428593, - 0.11586814112657352, + 0.11586814112657257, 0.056327340375621586, 0.04557371753814781, 0.11283275818707093, - 0.10691694836646597, - 0.04539899958979226 + 0.10691694836646598, + 0.04539899958979225 ], "resistance": [ 100057.15729809552, @@ -283717,68 +205608,7 @@ "id": "5363", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.96202220971468, - 20.96202220971468, - 20.96202220971468, - 20.96202220971468, - 20.96202220971468, - 20.96202220971468, - 20.96202220971468, - 20.96202220971468 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2957.4017578728635, - 395.7560336657407, - -2235.5655852136497, - -3473.3000728536117, - -3176.730491166225, - -1184.7408530915163, - 1615.9868317666787, - 3654.562731636728 - ], - "relative wind speed": [ - 6.451617732805952, - 6.025519353301418, - 5.467674711624645, - 5.113202730094769, - 5.22035197252058, - 5.706887296087574, - 6.243394856575712, - 6.536864992349704 - ], - "relative wind angle": [ - 0.06049324754516869, - 0.11845846416613247, - 0.11309109445274532, - 0.03139524632815435, - 0.07478521187540606, - 0.12510613307792476, - 0.09899053087003881, - 0.024556116909488123 - ], - "resistance": [ - 99591.90175787285, - 97030.25603366573, - 94398.93441478633, - 93161.19992714637, - 93457.76950883376, - 95449.75914690847, - 98250.48683176667, - 100289.06273163672 - ], - "fuel": [ - 52.99917419449035, - 51.66361568163185, - 50.317153308398794, - 49.69270726280738, - 49.84180946141292, - 50.85177634983002, - 52.29675884087486, - 53.36687813049099 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 29.53125, -45 29.6875, -44.84375 29.6875, -44.84375 29.53125, -45 29.53125))", @@ -283810,19 +205640,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2719.2616774379676, + 2719.2616774379403, 917.6457360202221, - -1270.421511668097, + -1270.4215116681007, -2628.5255192350887, -2679.0418231819976, -1448.1643519271438, - 711.0640957332689, + 711.0640957332707, 2600.8165724679784 ], "relative wind speed": [ - 5.634883345353997, + 5.634883345353996, 5.314893580118945, - 4.806797822101068, + 4.806797822101067, 4.3972856006951755, 4.375897287477637, 4.759442574326578, @@ -283830,17 +205660,17 @@ 5.618208498464689 ], "relative wind angle": [ - 0.04162742594612249, - 0.11529634738541415, + 0.04162742594612783, + 0.11529634738541417, 0.13148371192058877, - 0.06367337956082332, + 0.06367337956082333, 0.053614222763863066, - 0.1288229629912485, - 0.11982059034362293, + 0.12882296299124849, + 0.11982059034362201, 0.0498231194968923 ], "resistance": [ - 99353.761677438, + 99353.76167743797, 97552.14573602025, 95364.07848833193, 94005.97448076494, @@ -283850,7 +205680,7 @@ 99235.316572468 ], "fuel": [ - 49.28221679981185, + 49.28221679981184, 48.34196190722413, 47.216261698157666, 46.52651508034309, @@ -283877,68 +205707,7 @@ "id": "5365", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.997915379152104, - 17.997915379152104, - 17.997915379152104, - 17.997915379152104, - 17.997915379152104, - 17.997915379152104, - 17.997915379152104, - 17.997915379152104 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2307.9108996370014, - 213.4314139040398, - -1866.8714291874003, - -2781.934031374388, - -2485.988921124048, - -824.812614023771, - 1424.5105065921161, - 3002.2166509744056 - ], - "relative wind speed": [ - 5.575664325177863, - 5.16646358497505, - 4.6449846106319415, - 4.328486574683591, - 4.45373683791324, - 4.922545938188215, - 5.417372283260488, - 5.673447669735787 - ], - "relative wind angle": [ - 0.06976067871849465, - 0.130573511163855, - 0.12143485965941223, - 0.028433751022821273, - 0.08737419376266563, - 0.13708342583448238, - 0.10405310328872786, - 0.021691956053904397 - ], - "resistance": [ - 98942.410899637, - 96847.93141390404, - 94767.6285708126, - 93852.56596862561, - 94148.51107887595, - 95809.68738597623, - 98059.01050659211, - 99636.71665097441 - ], - "fuel": [ - 49.06494274402263, - 47.9761909100104, - 46.910966672126925, - 46.447506190301, - 46.59705543825278, - 47.44254255509475, - 48.603743245113606, - 49.429459071895515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 29.375, -45 29.53125, -44.84375 29.53125, -44.84375 29.375, -45 29.375))", @@ -283957,68 +205726,7 @@ "id": "5366", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.691096202176873, - 16.691096202176873, - 16.691096202176873, - 16.691096202176873, - 16.691096202176873, - 16.691096202176873, - 16.691096202176873, - 16.691096202176873 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2179.7589990058877, - 506.3813005658558, - -1338.5209417023616, - -2332.6420716980747, - -2236.6794572500594, - -1000.9069930059504, - 898.7809251007093, - 2404.7630591846482 - ], - "relative wind speed": [ - 5.201638763290092, - 4.8654813384132005, - 4.386735643490314, - 4.045168193623978, - 4.088987570035455, - 4.483743582902507, - 4.9531218000164445, - 5.235788331947679 - ], - "relative wind angle": [ - 0.054864053106710234, - 0.12276907027786027, - 0.12740763916698533, - 0.04759106171196391, - 0.06981475934059156, - 0.13328124824193233, - 0.1127725106615562, - 0.03676323973812737 - ], - "resistance": [ - 98814.25899900594, - 97140.8813005659, - 95295.97905829769, - 94301.85792830196, - 94397.82054274998, - 95633.5930069941, - 97533.28092510076, - 99039.2630591847 - ], - "fuel": [ - 47.59748540460477, - 46.72711752744142, - 45.77961165133276, - 45.27430140941758, - 45.32291870093853, - 45.952056816752474, - 46.930279719815275, - 47.715310661668966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 29.375, -44.84375 29.53125, -44.6875 29.53125, -44.6875 29.375, -44.84375 29.375))", @@ -284037,68 +205745,7 @@ "id": "5367", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.67865062271927, - 16.67865062271927, - 16.67865062271927, - 16.67865062271927, - 16.67865062271927, - 16.67865062271927, - 16.67865062271927, - 16.67865062271927 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1833.1034591636471, - -73.06493962780587, - -1819.0117937187533, - -2438.4049227265377, - -2055.283995570255, - -469.0562604246152, - 1495.8180104172225, - 2732.537571499084 - ], - "relative wind speed": [ - 5.143927200753178, - 4.7281873734869, - 4.239855390375659, - 3.985877992099054, - 4.160781260490506, - 4.6277782904430955, - 5.078948120723409, - 5.2806121213736 - ], - "relative wind angle": [ - 0.08211921240452787, - 0.13735640568095264, - 0.11669091065961439, - 0.012718344326207442, - 0.10158361574602014, - 0.14035614425791398, - 0.0973451576146621, - 0.009599868261745357 - ], - "resistance": [ - 98467.60345916364, - 96561.4350603722, - 94815.48820628124, - 94196.09507727346, - 94579.21600442975, - 96165.44373957539, - 98130.31801041722, - 99367.03757149908 - ], - "fuel": [ - 47.403529319928616, - 46.41536525296098, - 45.52212401136045, - 45.20796303236216, - 45.40211650956774, - 46.21177814809933, - 47.2276948990664, - 47.874493915933854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 29.53125, -44.375 29.6875, -44.21875 29.6875, -44.21875 29.53125, -44.375 29.53125))", @@ -284117,68 +205764,7 @@ "id": "5368", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.62272429172397, - 13.62272429172397, - 13.62272429172397, - 13.62272429172397, - 13.62272429172397, - 13.62272429172397, - 13.62272429172397, - 13.62272429172397 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 495.06090541619415, - -944.1358345110748, - -1767.4103322069832, - -1733.8442382371913, - -827.6724202528048, - 630.6979305959467, - 1837.6018075748734, - 1759.2564103598552 - ], - "relative wind speed": [ - 4.030316825820345, - 3.5781976489640765, - 3.233941367695878, - 3.252972369211598, - 3.6196048169307584, - 4.067123594407584, - 4.345873442421469, - 4.331646743720545 - ], - "relative wind angle": [ - 0.138601279925188, - 0.15163645308651977, - 0.06423017380369787, - 0.07598969320276608, - 0.1544478566631659, - 0.1332912717132178, - 0.04778160962212142, - 0.05704262908543606 - ], - "resistance": [ - 97129.5609054162, - 95690.36416548894, - 94867.08966779303, - 94900.65576176283, - 95806.82757974722, - 97265.19793059595, - 98472.10180757489, - 98393.75641035987 - ], - "fuel": [ - 43.875432808520216, - 43.1352636634869, - 42.71532463618874, - 42.732396841014776, - 43.19487339565352, - 43.94558743136, - 44.57284081535456, - 44.531958558465305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 29.53125, -44.21875 29.6875, -44.0625 29.6875, -44.0625 29.53125, -44.21875 29.53125))", @@ -284197,68 +205783,7 @@ "id": "5369", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.983945650210998, - 11.983945650210998, - 11.983945650210998, - 11.983945650210998, - 11.983945650210998, - 11.983945650210998, - 11.983945650210998, - 11.983945650210998 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 384.9317321930903, - -770.9914434583488, - -1423.0023524898884, - -1386.7706440106122, - -645.7751775054867, - 530.8549209384937, - 1495.9785268923406, - 1411.513778544875 - ], - "relative wind speed": [ - 3.550148764265679, - 3.1355453896462206, - 2.8223348752059927, - 2.8457798497031366, - 3.1862935907204775, - 3.5950491240248503, - 3.8458352729777037, - 3.8285193145271066 - ], - "relative wind angle": [ - 0.144880812187833, - 0.15775244486191023, - 0.0652681539274065, - 0.08170842810498664, - 0.16156312657217795, - 0.13745164702115092, - 0.04788249493141388, - 0.06070447753970229 - ], - "resistance": [ - 97019.43173219314, - 95863.50855654171, - 95211.49764751017, - 95247.72935598945, - 95988.72482249457, - 97165.35492093855, - 98130.4785268924, - 98046.01377854493 - ], - "fuel": [ - 42.55269169337774, - 41.958072703745856, - 41.62486463420453, - 41.64333922217597, - 42.02224514102555, - 42.62810955306475, - 43.12891192151892, - 43.084944792930756 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 29.375, -44.375 29.53125, -44.21875 29.53125, -44.21875 29.375, -44.375 29.375))", @@ -284277,68 +205802,7 @@ "id": "5370", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.805743826454538, - 14.805743826454538, - 14.805743826454538, - 14.805743826454538, - 14.805743826454538, - 14.805743826454538, - 14.805743826454538, - 14.805743826454538 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 816.0660975423252, - -826.5966149927826, - -1909.997640825588, - -2006.7377379348682, - -1164.156835403107, - 423.2666603795233, - 1881.2213183800623, - 2107.4404656799097 - ], - "relative wind speed": [ - 4.430910012108176, - 3.9754700515698698, - 3.583927264168028, - 3.533738509295001, - 3.8654806152814616, - 4.332498331400517, - 4.661584418164095, - 4.699744255855073 - ], - "relative wind angle": [ - 0.12220775887133146, - 0.1473261756046744, - 0.07964886787208447, - 0.051046221298661425, - 0.14019425833221633, - 0.13510763044952773, - 0.06120926630155793, - 0.038374413706874666 - ], - "resistance": [ - 97450.56609754231, - 95807.9033850072, - 94724.5023591744, - 94627.76226206512, - 95470.34316459688, - 97057.76666037951, - 98515.72131838005, - 98741.9404656799 - ], - "fuel": [ - 45.06532551133698, - 44.219174908303, - 43.66660002870625, - 43.61747138597491, - 44.04653820491964, - 44.86207750900955, - 45.619362926474395, - 45.73757368477909 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 29.375, -44.21875 29.53125, -44.0625 29.53125, -44.0625 29.375, -44.21875 29.375))", @@ -284357,68 +205821,7 @@ "id": "5371", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.24273808131937, - 13.24273808131937, - 13.24273808131937, - 13.24273808131937, - 13.24273808131937, - 13.24273808131937, - 13.24273808131937, - 13.24273808131937 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 617.8652434562055, - -723.348592434284, - -1579.6325830065334, - -1632.1437292886258, - -906.1157721524642, - 405.1104634426356, - 1579.988915365153, - 1702.6772556876294 - ], - "relative wind speed": [ - 3.956239340687955, - 3.536320636163395, - 3.1849571845917812, - 3.1544247514352297, - 3.469621924392435, - 3.896734835381623, - 4.188812928664745, - 4.2118535713584 - ], - "relative wind angle": [ - 0.12750290387518992, - 0.15026143144638482, - 0.07718386935499016, - 0.0577503867499078, - 0.14550457686712276, - 0.13627235803299187, - 0.05866201817569602, - 0.04324099936692356 - ], - "resistance": [ - 97252.36524345618, - 95911.15140756569, - 95054.86741699344, - 95002.35627071135, - 95728.3842278475, - 97039.6104634426, - 98214.48891536513, - 98337.1772556876 - ], - "fuel": [ - 43.62968145514921, - 42.93904686996567, - 42.50161933353868, - 42.474883117352576, - 42.84545232888796, - 43.51968042179368, - 44.12923329494651, - 44.19318290243 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 29.53125, -44.0625 29.6875, -43.90625 29.6875, -43.90625 29.53125, -44.0625 29.53125))", @@ -284437,68 +205840,7 @@ "id": "5372", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.086077582457218, - 12.086077582457218, - 12.086077582457218, - 12.086077582457218, - 12.086077582457218, - 12.086077582457218, - 12.086077582457218, - 12.086077582457218 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 550.9233899471737, - -696.8873849740057, - -1473.290908355571, - -1502.552120997626, - -797.5502431556838, - 433.5247818271155, - 1518.0869033689078, - 1586.2065588705464 - ], - "relative wind speed": [ - 3.6338296163157455, - 3.202401024172239, - 2.845034913523852, - 2.8261711331855404, - 3.161818910525807, - 3.5981167551585416, - 3.8868487035389436, - 3.9005862673860703 - ], - "relative wind angle": [ - 0.14421999674951133, - 0.16885922326627595, - 0.08405498240811361, - 0.07096565437547817, - 0.16593628542823036, - 0.1501385638514701, - 0.06149157745781131, - 0.05139766902144702 - ], - "resistance": [ - 97185.42338994717, - 95937.612615026, - 95161.20909164443, - 95131.94787900237, - 95836.94975684432, - 97068.02478182712, - 98152.58690336891, - 98220.70655887054 - ], - "fuel": [ - 42.71220731642141, - 42.069762981463924, - 41.67295006615559, - 41.658038782720105, - 42.018188536042885, - 42.65151689239158, - 43.2141440865936, - 43.24962791210234 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 29.53125, -43.90625 29.6875, -43.75 29.6875, -43.75 29.53125, -43.90625 29.53125))", @@ -284517,68 +205859,7 @@ "id": "5373", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.60703018018686, - 11.60703018018686, - 11.60703018018686, - 11.60703018018686, - 11.60703018018686, - 11.60703018018686, - 11.60703018018686, - 11.60703018018686 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 792.3524384274479, - -537.9370633217577, - -1466.7484449033464, - -1596.2069419667546, - -977.3398592937733, - 278.61556320039927, - 1495.419965466701, - 1795.7516023649277 - ], - "relative wind speed": [ - 3.592282965136982, - 3.133444609840573, - 2.7027183170226596, - 2.6145121600704777, - 2.9472324079663856, - 3.431064068950293, - 3.7796811329807816, - 3.841224014949439 - ], - "relative wind angle": [ - 0.15126710936964186, - 0.19724550664919327, - 0.12131805408098813, - 0.057974530475208855, - 0.18472079694604068, - 0.17993958206053362, - 0.08664604721426848, - 0.039448237804418765 - ], - "resistance": [ - 97426.85243842746, - 96096.56293667825, - 95167.75155509666, - 95038.29305803326, - 95657.16014070624, - 96913.11556320041, - 98129.91996546672, - 98430.25160236494 - ], - "fuel": [ - 42.49734557813863, - 41.81144552562094, - 41.336452329428504, - 41.27050228116437, - 41.58633528155754, - 42.23168129258741, - 42.862508448137, - 43.019056929696745 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 29.375, -44.0625 29.53125, -43.90625 29.53125, -43.90625 29.375, -44.0625 29.375))", @@ -284597,68 +205878,7 @@ "id": "5374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.799276630349887, - 11.799276630349887, - 11.799276630349887, - 11.799276630349887, - 11.799276630349887, - 11.799276630349887, - 11.799276630349887, - 11.799276630349887 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 499.0354246074967, - -693.6676844406961, - -1420.1984471084693, - -1433.248365917751, - -738.5296966877977, - 446.708726722517, - 1474.7055413023218, - 1505.0788031751745 - ], - "relative wind speed": [ - 3.5402303708790877, - 3.115028945627921, - 2.769241064306147, - 2.7606173925869704, - 3.096494320786528, - 3.523932863358509, - 3.8016854269282274, - 3.8079521752910996 - ], - "relative wind angle": [ - 0.14669226348016218, - 0.16926092492313413, - 0.08120484512761796, - 0.0750775464081019, - 0.1679005743798425, - 0.14946298577454387, - 0.05912105073900783, - 0.05440402027997655 - ], - "resistance": [ - 97133.5354246075, - 95940.83231555931, - 95214.30155289153, - 95201.25163408225, - 95895.9703033122, - 97081.20872672251, - 98109.20554130232, - 98139.57880317517 - ], - "fuel": [ - 42.48010665591731, - 41.866142895754095, - 41.49474338487722, - 41.48809027732118, - 41.84315272453205, - 42.45305959657105, - 42.98628522932151, - 43.002099757807414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 29.375, -43.90625 29.53125, -43.75 29.53125, -43.75 29.375, -43.90625 29.375))", @@ -284677,68 +205897,7 @@ "id": "5375", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.866050880408137, - 11.866050880408137, - 11.866050880408137, - 11.866050880408137, - 11.866050880408137, - 11.866050880408137, - 11.866050880408137, - 11.866050880408137 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 740.3369196080039, - -555.0728539066804, - -1448.4509132582116, - -1562.8730047337408, - -946.4474572633367, - 283.41484022295117, - 1460.1645495365328, - 1726.158021615599 - ], - "relative wind speed": [ - 3.6377811217944376, - 3.197782891402072, - 2.7936422067632902, - 2.718037221050601, - 3.0364102842185545, - 3.4967732960042466, - 3.8273753571844678, - 3.881431767940243 - ], - "relative wind angle": [ - 0.1431916549252489, - 0.18312730538762717, - 0.10918662945942888, - 0.05588376676062078, - 0.17180959537063412, - 0.1673141472669777, - 0.07962233358095029, - 0.03912315202793449 - ], - "resistance": [ - 97374.83691960803, - 96079.42714609335, - 95186.04908674181, - 95071.62699526628, - 95688.0525427367, - 96917.91484022298, - 98094.66454953657, - 98360.65802161563 - ], - "fuel": [ - 42.652272389171046, - 41.98452306193449, - 41.52764849971541, - 41.4693474566935, - 41.784008102075774, - 42.41602838443656, - 43.02602333045447, - 43.16462108477218 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 29.21875, -45 29.375, -44.84375 29.375, -44.84375 29.21875, -45 29.21875))", @@ -284757,68 +205916,7 @@ "id": "5376", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.751164181155577, - 17.751164181155577, - 17.751164181155577, - 17.751164181155577, - 17.751164181155577, - 17.751164181155577, - 17.751164181155577, - 17.751164181155577 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2244.1482668624485, - 497.2437046090472, - -1421.7504227568297, - -2444.5988998797175, - -2336.9388330448537, - -1040.378836536216, - 940.101520925411, - 2497.1722279141923 - ], - "relative wind speed": [ - 5.4814251995161305, - 5.1483852592604356, - 4.6798714576465, - 4.350787974095263, - 4.396727448606403, - 4.782401457160332, - 5.241759019177153, - 5.517959630124839 - ], - "relative wind angle": [ - 0.051587792449354436, - 0.11367810824817695, - 0.11634456077577023, - 0.04236652558022072, - 0.06433063431970257, - 0.12241971759893142, - 0.10382532132345845, - 0.03340127750758483 - ], - "resistance": [ - 98878.64826686248, - 97131.74370460908, - 95212.7495772432, - 94189.90110012032, - 94297.56116695517, - 95594.12116346382, - 97574.60152092544, - 99131.67222791423 - ], - "fuel": [ - 48.758524944795674, - 47.849734229833906, - 46.8645059852259, - 46.34496512307001, - 46.399466156908076, - 47.05921444706703, - 48.079047319211845, - 48.89109687115881 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 29.21875, -44.84375 29.375, -44.6875 29.375, -44.6875 29.21875, -44.84375 29.21875))", @@ -284837,68 +205935,7 @@ "id": "5377", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.666071601064703, - 15.666071601064703, - 15.666071601064703, - 15.666071601064703, - 15.666071601064703, - 15.666071601064703, - 15.666071601064703, - 15.666071601064703 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1639.986252629008, - -42.13775365366655, - -1594.6425325670843, - -2158.662317250738, - -1829.6601343152952, - -436.01451527259724, - 1304.4803452743809, - 2412.1926819215105 - ], - "relative wind speed": [ - 4.836558691114433, - 4.447324787095459, - 3.9864018771713376, - 3.742663866407063, - 3.902645287068358, - 4.340995559472245, - 4.767760510234995, - 4.961391678991124 - ], - "relative wind angle": [ - 0.08133726699398042, - 0.13746120744462478, - 0.11789243656699115, - 0.014344144845166905, - 0.10086130539166714, - 0.14085037985733237, - 0.09850281621206336, - 0.010820455766829249 - ], - "resistance": [ - 98274.48625262902, - 96592.36224634635, - 95039.85746743293, - 94475.83768274928, - 94804.83986568471, - 96198.48548472741, - 97938.9803452744, - 99046.69268192153 - ], - "fuel": [ - 46.295923560163075, - 45.42441244985653, - 44.62940040052793, - 44.342796208508176, - 44.50983337378045, - 45.22186560488889, - 46.1212568370245, - 46.69953109043743 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 29.0625, -45 29.21875, -44.84375 29.21875, -44.84375 29.0625, -45 29.0625))", @@ -284917,68 +205954,7 @@ "id": "5378", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.280042272216313, - 17.280042272216313, - 17.280042272216313, - 17.280042272216313, - 17.280042272216313, - 17.280042272216313, - 17.280042272216313, - 17.280042272216313 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1958.9050340937101, - 394.29086961810935, - -1303.1066771195747, - -2185.3637689733496, - -2071.528486933653, - -897.795895564439, - 864.6514454053467, - 2226.9268318126487 - ], - "relative wind speed": [ - 5.297526284207056, - 4.987698122180994, - 4.560373782602707, - 4.267727169280047, - 4.317404126704769, - 4.671897961979067, - 5.08986778689799, - 5.337627556671681 - ], - "relative wind angle": [ - 0.05025812910318233, - 0.1075204477516578, - 0.10783638304164021, - 0.03723680368198136, - 0.06168070163899639, - 0.11481944384608227, - 0.09658120081850084, - 0.029770392474212433 - ], - "resistance": [ - 98593.40503409371, - 97028.79086961811, - 95331.39332288042, - 94449.13623102666, - 94562.97151306635, - 95736.70410443556, - 97499.15144540535, - 98861.42683181266 - ], - "fuel": [ - 48.09919816739309, - 47.28637027461514, - 46.41486208562469, - 45.966112279734446, - 46.02385052508418, - 46.62198964183908, - 47.52976825091815, - 48.239351211127726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 29.0625, -44.84375 29.21875, -44.6875 29.21875, -44.6875 29.0625, -44.84375 29.0625))", @@ -285010,13 +205986,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1640.5194044558393, + 1640.5194044558211, 82.85936622155714, - -1431.3658771700557, + -1431.3658771700611, -2059.698777606627, - -1813.942687490352, + -1813.9426874903556, -559.463854526608, - 1095.1874991910881, + 1095.1874991910936, 2218.5965209038604 ], "relative wind speed": [ @@ -285030,17 +206006,17 @@ 5.033176473244529 ], "relative wind angle": [ - 0.06733517225030616, - 0.12105897165274097, - 0.10872786040840433, + 0.06733517225031112, + 0.12105897165274099, + 0.10872786040840639, 0.021629603496984947, - 0.08241163656716707, + 0.08241163656716842, 0.12568787164304715, - 0.09379238298298538, + 0.0937923829829842, 0.016859659326808392 ], "resistance": [ - 98275.01940445582, + 98275.01940445579, 96717.35936622153, 95203.13412282991, 94574.80122239335, @@ -285050,7 +206026,7 @@ 98853.09652090383 ], "fuel": [ - 46.73800523468189, + 46.738005234681886, 45.93061530856253, 45.15439343715811, 44.83480224986703, @@ -285090,32 +206066,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 926.0894162749028, + 926.0894162748964, -697.0120034670072, - -1829.2576074358103, + -1829.2576074358149, -1983.0177286619419, - -1231.3284416442339, + -1231.3284416442366, 303.9308463375155, 1780.8747587729267, 2140.0122311488103 ], "relative wind speed": [ - 4.330870623023395, + 4.330870623023394, 3.874289588168011, 3.45842987532895, 3.3755858007801023, - 3.6936830136343977, + 3.693683013634397, 4.17008570002959, 4.520950934926247, 4.583138123616839 ], "relative wind angle": [ - 0.12338859334012259, - 0.1565938229765362, - 0.09308452962286227, + 0.1233885933401244, + 0.15659382297653618, + 0.09308452962286466, 0.04433215258399225, 0.14481282098381065, - 0.14540413380025743, + 0.1454041338002574, 0.07116492112718932, 0.03264674658324994 ], @@ -285157,68 +206133,7 @@ "id": "5381", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.683671131301244, - 12.683671131301244, - 12.683671131301244, - 12.683671131301244, - 12.683671131301244, - 12.683671131301244, - 12.683671131301244, - 12.683671131301244 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1012.5263647930951, - -402.8893810766822, - -1492.6856225408337, - -1725.601324272533, - -1205.9589457463044, - 76.14246085346895, - 1423.3986377131914, - 1966.4475534160765 - ], - "relative wind speed": [ - 3.9270587231439866, - 3.4956325915824094, - 3.0580751745717074, - 2.9152589609780026, - 3.1874611007964724, - 3.6554413233943155, - 4.028631865879552, - 4.133154204061275 - ], - "relative wind angle": [ - 0.12460042386483994, - 0.17514402806093457, - 0.12239820767644395, - 0.027819405305882138, - 0.15371965809467197, - 0.16741301933990915, - 0.09281205581124838, - 0.01962073256038788 - ], - "resistance": [ - 97647.02636479311, - 96231.61061892333, - 95141.81437745917, - 94908.89867572748, - 95428.54105425371, - 96710.64246085349, - 98057.89863771321, - 98600.94755341609 - ], - "fuel": [ - 43.396455721101646, - 42.665728953161874, - 42.108187031754554, - 41.989600087017976, - 42.25444856212501, - 42.91220081294734, - 43.60996995324264, - 43.8931350105007 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 29.0625, -44.6875 29.21875, -44.53125 29.21875, -44.53125 29.0625, -44.6875 29.0625))", @@ -285250,9 +206165,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 923.8284970290879, + 923.8284970290842, -752.8544070856042, - -1917.300375037823, + -1917.3003750378266, -2069.711029180963, -1290.2599623965516, 299.3936302075417, @@ -285260,9 +206175,9 @@ 2175.7375033610188 ], "relative wind speed": [ - 4.708753548927403, + 4.708753548927402, 4.279240717072642, - 3.896305985770353, + 3.8963059857703524, 3.822849683412069, 4.116186610545586, 4.561080034675864, @@ -285271,13 +206186,13 @@ ], "relative wind angle": [ 0.10620207533363331, - 0.13213863596877742, - 0.0766105852228146, + 0.13213863596877745, + 0.07661058522281604, 0.03717492969932117, 0.12156186425448244, 0.1239300233034358, 0.06099260869590224, - 0.028708041410933055 + 0.02870804141093306 ], "resistance": [ 97558.32849702913, @@ -285330,9 +206245,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 973.6742941040375, + 973.6742941040266, -495.44707009027024, - -1592.0083662681418, + -1592.0083662681463, -1799.0228709752246, -1214.1896924853836, 136.60772637403898, @@ -285340,7 +206255,7 @@ 1997.6870550933845 ], "relative wind speed": [ - 4.109991167768813, + 4.109991167768812, 3.680840043034709, 3.2627762678622982, 3.1438620415387377, @@ -285350,17 +206265,17 @@ 4.3263722410099374 ], "relative wind angle": [ - 0.11937216544130852, + 0.11937216544131132, 0.16139011569841266, - 0.10655844637247514, - 0.032041568428023456, + 0.10655844637247826, + 0.03204156842802346, 0.1435284534915926, 0.15304716750706462, 0.08198586459129527, 0.023281892724754238 ], "resistance": [ - 97608.17429410409, + 97608.17429410407, 96139.05292990977, 95042.4916337319, 94835.47712902482, @@ -285370,7 +206285,7 @@ 98632.18705509343 ], "fuel": [ - 43.974520813472225, + 43.97452081347221, 43.216427009223764, 42.655815542665806, 42.55048249394818, @@ -285397,68 +206312,7 @@ "id": "5384", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.028144416841112, - 15.028144416841112, - 15.028144416841112, - 15.028144416841112, - 15.028144416841112, - 15.028144416841112, - 15.028144416841112, - 15.028144416841112 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1736.3755901536697, - 414.9833632906648, - -1052.074592811512, - -1850.7371944677097, - -1782.3191514679656, - -810.9434648418919, - 695.1763310029528, - 1896.8895005766353 - ], - "relative wind speed": [ - 4.67407233322013, - 4.379635318660543, - 3.957993845848852, - 3.6551071063281353, - 3.6897496916125667, - 4.034848130781387, - 4.449212253776111, - 4.70121229090949 - ], - "relative wind angle": [ - 0.05293837048797456, - 0.11981989001555098, - 0.12489169191498119, - 0.04755311433060744, - 0.06707983298436904, - 0.13011462318660416, - 0.11104239172146754, - 0.03696616808776446 - ], - "resistance": [ - 98370.87559015366, - 97049.48336329067, - 95582.4254071885, - 94783.76280553229, - 94852.18084853204, - 95823.5565351581, - 97329.67633100295, - 98531.38950057664 - ], - "fuel": [ - 45.74652852605005, - 45.0605523264773, - 44.30656753622593, - 43.89946684711856, - 43.93424848390928, - 44.42994530619598, - 45.20546651164659, - 45.83029889377322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 28.90625, -44.84375 29.0625, -44.6875 29.0625, -44.6875 28.90625, -44.84375 28.90625))", @@ -285477,68 +206331,7 @@ "id": "5385", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.767992003851758, - 14.767992003851758, - 14.767992003851758, - 14.767992003851758, - 14.767992003851758, - 14.767992003851758, - 14.767992003851758, - 14.767992003851758 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1815.7975997817894, - 498.57893261716254, - -1004.6380992644881, - -1861.5944057202887, - -1825.8942892445266, - -879.395518485042, - 644.2015024132106, - 1899.4210381340954 - ], - "relative wind speed": [ - 4.6274855965104935, - 4.334310852171661, - 3.89909156872403, - 3.572490136942516, - 3.590963092758582, - 3.939846230021335, - 4.371009473585196, - 4.641761853102203 - ], - "relative wind angle": [ - 0.051421449724602566, - 0.12381319418718122, - 0.13354187122318684, - 0.05570653394168967, - 0.066283449400899, - 0.13628333257352168, - 0.11905124035798453, - 0.04286498571487418 - ], - "resistance": [ - 98450.29759978174, - 97133.07893261712, - 95629.86190073547, - 94772.90559427967, - 94808.60571075542, - 95755.10448151492, - 97278.70150241317, - 98533.92103813405 - ], - "fuel": [ - 45.55111778983282, - 44.866908706295625, - 44.09397373015479, - 43.6571007860487, - 43.67524601599776, - 44.15805077254288, - 44.94223269669813, - 45.59477265322051 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 28.75, -45 28.90625, -44.84375 28.90625, -44.84375 28.75, -45 28.75))", @@ -285557,68 +206350,7 @@ "id": "5386", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.059470435191264, - 15.059470435191264, - 15.059470435191264, - 15.059470435191264, - 15.059470435191264, - 15.059470435191264, - 15.059470435191264, - 15.059470435191264 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1925.3529098014396, - 732.7132916617475, - -785.0198278947009, - -1781.7140818747293, - -1867.0204698888247, - -1085.6692995876328, - 383.35876565831404, - 1725.214124723444 - ], - "relative wind speed": [ - 4.714555198249535, - 4.46702456053191, - 4.052522889830819, - 3.701561488462944, - 3.6584567089514546, - 3.9568962311663296, - 4.380455962112949, - 4.680788262220542 - ], - "relative wind angle": [ - 0.03506282924256004, - 0.11003730718617878, - 0.1307771152715329, - 0.06943688937931076, - 0.04519065119359406, - 0.12429270696052278, - 0.12093678913926754, - 0.05489405569168959 - ], - "resistance": [ - 98559.85290980147, - 97367.21329166177, - 95849.48017210532, - 94852.7859181253, - 94767.4795301112, - 95548.83070041239, - 97017.85876565834, - 98359.71412472347 - ], - "fuel": [ - 45.873984253151306, - 45.25372322584446, - 44.47204296619425, - 43.96337678557344, - 43.92001211998128, - 44.318216179103956, - 45.07303523910886, - 45.76952767549512 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 28.75, -44.84375 28.90625, -44.6875 28.90625, -44.6875 28.75, -44.84375 28.75))", @@ -285637,68 +206369,7 @@ "id": "5387", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.563303523906862, - 15.563303523906862, - 15.563303523906862, - 15.563303523906862, - 15.563303523906862, - 15.563303523906862, - 15.563303523906862, - 15.563303523906862 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1902.7783004702706, - 578.611123775283, - -981.9765085632471, - -1910.4884482217649, - -1910.1522343652614, - -980.7894995545294, - 579.9900938663413, - 1903.567522092506 - ], - "relative wind speed": [ - 4.842866261652975, - 4.565481684510837, - 4.1417578997871285, - 3.8139478716328092, - 3.814111992140268, - 4.142122753521549, - 4.565812678636276, - 4.84299551407106 - ], - "relative wind angle": [ - 0.04410600082639414, - 0.11307842696318006, - 0.12466921455815504, - 0.05592415620282414, - 0.0560135403990121, - 0.12469340564701982, - 0.11303827818213029, - 0.044032574114700046 - ], - "resistance": [ - 98537.27830047027, - 97213.11112377528, - 95652.52349143675, - 94724.01155177824, - 94724.34776563474, - 95653.71050044546, - 97214.49009386633, - 98538.0675220925 - ], - "fuel": [ - 46.334613596615405, - 45.64638375575102, - 44.84365137801453, - 44.370344971451296, - 44.370515774934276, - 44.84425850579218, - 45.64709707540232, - 46.33502573646838 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 29.21875, -44.375 29.375, -44.21875 29.375, -44.21875 29.21875, -44.375 29.21875))", @@ -285730,54 +206401,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1100.1757282551362, + 1100.175728255129, -353.0026420661334, - -1516.6365159498982, - -1793.5240844874988, + -1516.6365159499, + -1793.524084487507, -1321.8422238629291, -26.9064748320352, - 1378.5842086796538, - 2027.1640175912553 + 1378.5842086796501, + 2027.1640175913099 ], "relative wind speed": [ - 4.227924762359803, + 4.227924762359802, 3.824452841448421, 3.406545476410791, - 3.252670613774083, + 3.2526706137740833, 3.4860620751633893, 3.9244792076917365, 4.292251682417148, - 4.410001186661767 + 4.410001186661766 ], "relative wind angle": [ - 0.10544327700477138, + 0.10544327700477349, 0.15190369743304727, - 0.10984758088631742, - 0.015551141625108126, - 0.12799482999665532, + 0.10984758088631844, + 0.015551141625115264, + 0.12799482999665535, 0.1480031031879932, - 0.08711545552922524, - 0.01146979547277503 + 0.08711545552922652, + 0.011469795472755671 ], "resistance": [ - 97734.67572825513, + 97734.67572825511, 96281.49735793385, 95117.86348405009, - 94840.97591551249, + 94840.97591551248, 95312.65777613706, 96607.59352516795, 98013.08420867963, - 98661.66401759125 + 98661.66401759129 ], "fuel": [ - 44.32941291549662, + 44.32941291549661, 43.57881884946585, 42.983445298391274, 42.842517800508645, 43.08276071848334, 43.74656986531157, 44.47411308930107, - 44.81232490403294 + 44.81232490403296 ] }, { @@ -285810,19 +206481,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1015.5196538345635, + 1015.5196538345572, -415.58602015340966, - -1527.0132105813836, + -1527.013210581389, -1766.9755874282282, -1256.4857084766063, 37.52545028082295, - 1401.9660051586043, + 1401.9660051586006, 1964.1998144806012 ], "relative wind speed": [ - 4.224344162514407, + 4.224344162514406, 3.8239957366906863, - 3.4228613668784074, + 3.422861366878407, 3.2904487534815763, 3.532263286557715, 3.962199406226863, @@ -285830,13 +206501,13 @@ 4.415304579487648 ], "relative wind angle": [ - 0.1060480162832628, - 0.14763905640133154, - 0.10195766044915336, + 0.10604801628326384, + 0.14763905640133157, + 0.10195766044915554, 0.021225119464974233, - 0.12692910677497174, - 0.14245355624958822, - 0.08085435239782801, + 0.12692910677497177, + 0.14245355624958825, + 0.08085435239782938, 0.015817218238890977 ], "resistance": [ @@ -285846,7 +206517,7 @@ 94867.5244125718, 95378.01429152342, 96672.02545028085, - 98036.46600515864, + 98036.46600515863, 98598.69981448063 ], "fuel": [ @@ -285856,7 +206527,7 @@ 42.92023800112344, 43.18033439486966, 43.84398204946105, - 44.550498859674256, + 44.55049885967424, 44.84364283332084 ] }, @@ -285890,9 +206561,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1019.3302697809386, + 1019.3302697809295, -524.4980751239273, - -1677.8043815651818, + -1677.8043815651881, -1895.4622494377954, -1282.8029999167848, 136.6619693140965, @@ -285900,9 +206571,9 @@ 2092.956683723408 ], "relative wind speed": [ - 4.274727931738833, + 4.274727931738832, 3.842245941338793, - 3.4224005321336617, + 3.4224005321336612, 3.3030105644918577, 3.581112853607927, 4.041635100665279, @@ -285910,19 +206581,19 @@ 4.493082390911527 ], "relative wind angle": [ - 0.11540040471360831, - 0.15554626027184162, - 0.10232467355620078, - 0.03053802997666395, + 0.11540040471361025, + 0.1555462602718416, + 0.10232467355620406, + 0.030538029976663952, 0.1378829053143991, - 0.1478146920756873, - 0.0794839267651438, - 0.022447892205338275 + 0.14781469207568732, + 0.07948392676514382, + 0.02244789220533827 ], "resistance": [ - 97653.83026978097, + 97653.83026978096, 96110.0019248761, - 94956.69561843485, + 94956.69561843484, 94739.03775056223, 95351.69700008325, 96771.16196931413, @@ -285930,9 +206601,9 @@ 98727.45668372343 ], "fuel": [ - 44.48743243317037, + 44.48743243317036, 43.69074074977524, - 43.10136511454484, + 43.101365114544826, 42.99069031106961, 43.30266590353742, 44.03084621701083, @@ -285970,19 +206641,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1086.740859205759, + 1086.74085920576, -487.97950318287985, - -1690.7313616669953, + -1690.731361666998, -1937.1116642102807, - -1347.691098897365, + -1347.6910988973668, 86.25051730587438, 1577.0894945368527, 2153.5361034587095 ], "relative wind speed": [ - 4.347336840221147, + 4.347336840221146, 3.9163104898343035, - 3.489335161379941, + 3.4893351613799406, 3.356415760590136, 3.62501241329652, 4.086877138612273, @@ -285990,11 +206661,11 @@ 4.557908055342931 ], "relative wind angle": [ - 0.11200161416415462, + 0.11200161416415362, 0.1540417483833407, - 0.10447879833022106, + 0.10447879833022211, 0.02570342647838093, - 0.1344431883144815, + 0.13444318831448235, 0.1475646584214136, 0.08173805976353159, 0.01892689277866303 @@ -286050,34 +206721,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 605.516020411631, + 605.5160204116273, -554.0713451884676, - -1322.0658124071088, + -1322.065812407111, -1393.897952179479, -799.335627804739, 319.09181534231084, 1355.0981616530835, - 1521.9772638700342 + 1521.9772638700379 ], "relative wind speed": [ - 3.4151033099833756, + 3.415103309983375, 2.9912998339582946, - 2.6159682459010316, + 2.615968245901031, 2.5655434844651612, - 2.8839378363613575, + 2.883937836361358, 3.321468555506301, 3.624463849770544, - 3.660329860978979 + 3.6603298609789787 ], "relative wind angle": [ - 0.14876767112678943, + 0.14876767112679096, 0.18431131126145903, - 0.10305317734164747, + 0.10305317734164855, 0.06538927748050682, - 0.17643261608435268, + 0.17643261608435332, 0.16581047621829967, - 0.0743157630142582, - 0.045815043448636676 + 0.07431576301425818, + 0.04581504344863425 ], "resistance": [ 97240.01602041163, @@ -286130,9 +206801,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 338.9708927642105, + 338.97089276420775, -702.1446903883611, - -1267.6679760925522, + -1267.667976092553, -1208.4480367494969, -504.5532426291875, 570.7885269396602, @@ -286140,9 +206811,9 @@ 1300.7331173627454 ], "relative wind speed": [ - 2.9703481391895705, + 2.9703481391895696, 2.5070179108123636, - 2.1542045000382437, + 2.1542045000382433, 2.202882885154076, 2.607140922748469, 3.0553253597485632, @@ -286150,12 +206821,12 @@ 3.2813806321961385 ], "relative wind angle": [ - 0.19689457117817685, + 0.19689457117817744, 0.21799107923061156, - 0.08630960308861566, + 0.08630960308861567, 0.12725557969317403, 0.22476556484957416, - 0.17840203043915642, + 0.17840203043915645, 0.056071469931616845, 0.08530326775344431 ], @@ -286210,19 +206881,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 709.0080943018302, + 709.0080943018274, -596.8829998875017, - -1482.7825187711023, + -1482.782518771105, -1583.3887857051232, - -943.64466775641, + -943.644667756409, 304.71243097535535, 1480.7807650866362, 1715.1623301211612 ], "relative wind speed": [ - 3.755749889507083, + 3.7557498895070824, 3.3270250303576954, - 2.9430386643756368, + 2.9430386643756363, 2.879783126524368, 3.1905922011286623, 3.6354422390967622, @@ -286230,13 +206901,13 @@ 3.9990480080415436 ], "relative wind angle": [ - 0.1353056296102807, + 0.13530562961028153, 0.16919272148916412, - 0.09721433750576315, + 0.09721433750576429, 0.054283958037541075, - 0.15946206541802785, - 0.15471788884048218, - 0.07233089326577484, + 0.15946206541802782, + 0.1547178888404822, + 0.07233089326577485, 0.03908156239857768 ], "resistance": [ @@ -286290,33 +206961,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 539.673280396948, + 539.6732803969471, -587.6522697463997, - -1293.220881286245, + -1293.220881286246, -1322.6805385468388, - -685.7639748459742, + -685.7639748459737, 424.5229986343861, - 1415.4634564297326, + 1415.4634564297307, 1483.4569303301846 ], "relative wind speed": [ - 3.103053604528766, + 3.1030536045287653, 2.6351645339947574, 2.2295972307058354, 2.2058391908854604, 2.586443286532943, 3.06178680280102, - 3.368609020925279, + 3.3686090209252795, 3.3842139428505513 ], "relative wind angle": [ - 0.18544810989116256, - 0.22622720003051655, - 0.11856895923745278, - 0.09902951880046754, - 0.2230612024208346, + 0.18544810989116198, + 0.22622720003051658, + 0.11856895923745371, + 0.09902951880046755, + 0.22306120242083458, 0.19426832662146964, - 0.07837425868101615, + 0.07837425868101759, 0.06448692672662008 ], "resistance": [ @@ -286357,68 +207028,7 @@ "id": "5396", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.317985558092994, - 13.317985558092994, - 13.317985558092994, - 13.317985558092994, - 13.317985558092994, - 13.317985558092994, - 13.317985558092994, - 13.317985558092994 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1104.9769275037297, - -497.03672553881825, - -1705.8930473997616, - -1946.887472676659, - -1325.1597175137704, - 138.84727929152996, - 1650.843213748647, - 2212.1030615408363 - ], - "relative wind speed": [ - 4.124203133991856, - 3.6558350924707526, - 3.1883879592997584, - 3.04716720858088, - 3.352491376402434, - 3.857864654953604, - 4.252344311115135, - 4.354655201302433 - ], - "relative wind angle": [ - 0.13008542101506113, - 0.17986120570360692, - 0.1225986533127309, - 0.03367116651221111, - 0.1602640628347357, - 0.17034737678947642, - 0.09182277467120528, - 0.0235591047838746 - ], - "resistance": [ - 97739.4769275037, - 96137.46327446116, - 94928.60695260021, - 94687.6125273233, - 95309.3402824862, - 96773.3472792915, - 98285.34321374862, - 98846.60306154081 - ], - "fuel": [ - 43.942655656681104, - 43.115600352277355, - 42.49783833067095, - 42.37533299256617, - 42.691817927518116, - 43.44273871780237, - 44.22664587631023, - 44.51980079125275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 28.90625, -44.21875 29.0625, -44.0625 29.0625, -44.0625 28.90625, -44.21875 28.90625))", @@ -286450,34 +207060,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 913.6607495422113, + 913.6607495422068, -648.3540161848268, - -1742.5216951004895, + -1742.5216951004904, -1895.9220854448604, -1176.6389854336112, 297.6229862832406, 1724.0440500866725, - 2081.372469428409 + 2081.372469428423 ], "relative wind speed": [ 4.098127233241386, 3.631126559013396, - 3.1993485816945366, + 3.199348581694536, 3.110390733009859, 3.4394737967700744, 3.929318863483871, 4.288215884410649, - 4.353170833600382 + 4.353170833600381 ], "relative wind angle": [ - 0.13378798359063032, - 0.1721219255465805, + 0.133787983590632, + 0.17212192554658048, 0.10423315575131074, - 0.048617275307748904, + 0.0486172753077489, 0.1596098576839756, 0.15894392764347937, 0.07770361807165753, - 0.034730902487797095 + 0.0347309024877907 ], "resistance": [ 97548.16074954224, @@ -286487,7 +207097,7 @@ 95457.86101456641, 96932.12298628327, 98358.5440500867, - 98715.87246942843 + 98715.87246942845 ], "fuel": [ 43.928472194645266, @@ -286497,7 +207107,7 @@ 42.852721445215565, 43.60974511665924, 44.34990089552946, - 44.536500946092374 + 44.53650094609238 ] }, { @@ -286517,68 +207127,7 @@ "id": "5398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.606857982457214, - 11.606857982457214, - 11.606857982457214, - 11.606857982457214, - 11.606857982457214, - 11.606857982457214, - 11.606857982457214, - 11.606857982457214 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 851.9259131380877, - -625.8959309990391, - -1631.5247870358926, - -1751.1318634810013, - -1026.3273413279771, - 382.4587118914187, - 1724.0665125902287, - 2000.5463982967813 - ], - "relative wind speed": [ - 3.624957789298006, - 3.1117393491478587, - 2.6333581739746452, - 2.550533977169444, - 2.9404719129469825, - 3.479047609330351, - 3.853844674164138, - 3.909152142898327 - ], - "relative wind angle": [ - 0.17018189442886483, - 0.22047393339720775, - 0.13271525638270354, - 0.07366432201305673, - 0.2103332109863882, - 0.1968724925893397, - 0.09054291789671072, - 0.04803744818471324 - ], - "resistance": [ - 97486.42591313811, - 96008.60406900098, - 95002.97521296414, - 94883.36813651903, - 95608.17265867205, - 97016.95871189145, - 98358.56651259026, - 98635.0463982968 - ], - "fuel": [ - 42.52809639843024, - 41.76620640754339, - 41.252401699646, - 41.19154140474703, - 41.561163602800406, - 42.28518216761249, - 42.981540997219135, - 43.12587966564497 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 28.75, -44.21875 28.90625, -44.0625 28.90625, -44.0625 28.75, -44.21875 28.75))", @@ -286610,28 +207159,28 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 775.8166569225978, + 775.816656922595, -631.7776721397022, -1573.7898825039615, -1671.5272212067375, -960.2135536010278, 391.06781462130857, - 1659.007084075346, + 1659.0070840753433, 1885.119842957527 ], "relative wind speed": [ 3.5736958349382912, - 3.077290996193203, + 3.0772909961932027, 2.6242058423788426, 2.5563160934758873, 2.93609102440379, 3.4528557092627006, - 3.8086055349779313, + 3.808605534977931, 3.8545013237091985 ], "relative wind angle": [ - 0.16737038412761815, - 0.21292947575530574, + 0.16737038412761948, + 0.21292947575530521, 0.12390815520155025, 0.07503576976080155, 0.20418273631917053, @@ -286690,9 +207239,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 494.5765728980168, + 494.5765728980141, -932.5796234868676, - -1744.2067121642722, + -1744.2067121642758, -1704.5679121566686, -796.4601911147392, 653.3753301350589, @@ -286702,7 +207251,7 @@ "relative wind speed": [ 3.845935453587544, 3.371450242852752, - 3.007907514863866, + 3.0079075148638657, 3.031872353060702, 3.4228811954088227, 3.8910999024714177, @@ -286710,14 +207259,14 @@ 4.161139895003666 ], "relative wind angle": [ - 0.153061015834558, - 0.16873587575026622, - 0.07132097593096184, - 0.0868738388556256, + 0.15306101583455947, + 0.1687358757502662, + 0.0713209759309634, + 0.08687383885562559, 0.17215715567686876, 0.14602713416040244, 0.05131970877873689, - 0.06326024938411665 + 0.06326024938411663 ], "resistance": [ 97129.07657289805, @@ -286770,9 +207319,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 481.7524980158255, + 481.7524980158246, -711.9915135798592, - -1416.1848675714145, + -1416.1848675714182, -1404.9399315783162, -674.1968331005637, 526.0234356489123, @@ -286790,10 +207339,10 @@ 3.570024547842111 ], "relative wind angle": [ - 0.17918256834091625, + 0.1791825683409175, 0.20738121533457674, - 0.09617065166197442, - 0.10262572658778764, + 0.0961706516619779, + 0.10262572658778765, 0.20854060199911573, 0.17626429559524595, 0.06486841215810744, @@ -286850,9 +207399,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 885.1083180334508, + 885.1083180334472, -508.13921749195015, - -1502.8927457586242, + -1502.8927457586265, -1661.6058564824575, -1042.1837512960974, 259.6141755146, @@ -286860,7 +207409,7 @@ 1916.0007403705704 ], "relative wind speed": [ - 3.5813169652940293, + 3.5813169652940284, 3.098960921623965, 2.6307451370914463, 2.5197473620538804, @@ -286870,9 +207419,9 @@ 3.83406751836798 ], "relative wind angle": [ - 0.1592177045153854, - 0.21391749985287928, - 0.1382628060332248, + 0.15921770451538608, + 0.2139174998528793, + 0.13826280603322721, 0.05762380070254513, 0.19932062107021706, 0.19570450199830985, @@ -286917,68 +207466,7 @@ "id": "5403", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.499737974286816, - 9.499737974286816, - 9.499737974286816, - 9.499737974286816, - 9.499737974286816, - 9.499737974286816, - 9.499737974286816, - 9.499737974286816 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 389.76396454808446, - -685.1998514570764, - -1283.9969219056902, - -1235.8822813775912, - -526.7442748005205, - 576.2258181179936, - 1483.6923072921245, - 1372.9065079381116 - ], - "relative wind speed": [ - 2.9138065040041026, - 2.4226975975575846, - 2.033985294523358, - 2.0755633692033024, - 2.5063865166162365, - 2.983752346331878, - 3.2611570853172664, - 3.2348536928080245 - ], - "relative wind angle": [ - 0.21288157241894393, - 0.2431304363704388, - 0.10304065099598222, - 0.13890228860903162, - 0.24816026581259729, - 0.1967405686391737, - 0.06419692810876435, - 0.08895415183430029 - ], - "resistance": [ - 97024.2639645481, - 95949.30014854294, - 95350.50307809432, - 95398.61771862242, - 96107.75572519949, - 97210.72581811801, - 98118.19230729213, - 98007.40650793813 - ], - "fuel": [ - 40.97370482940753, - 40.420550935163696, - 40.11428718499869, - 40.13884684391684, - 40.50181866431936, - 41.070091808563795, - 41.54103177423161, - 41.48337402311408 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 28.59375, -44.6875 28.75, -44.53125 28.75, -44.53125 28.59375, -44.6875 28.59375))", @@ -286997,68 +207485,7 @@ "id": "5404", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.230361184894333, - 14.230361184894333, - 14.230361184894333, - 14.230361184894333, - 14.230361184894333, - 14.230361184894333, - 14.230361184894333, - 14.230361184894333 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1634.478949817396, - 71.0576395755561, - -1417.2738030141572, - -2015.631180149101, - -1745.316418213477, - -477.6759721320759, - 1165.1811907475321, - 2266.2244387574756 - ], - "relative wind speed": [ - 4.47309199731693, - 4.0842737133171925, - 3.601595188129287, - 3.32449894105665, - 3.4710151131469047, - 3.9211230746893375, - 4.368639380058617, - 4.583034444892181 - ], - "relative wind angle": [ - 0.0865470372456227, - 0.15472199094335448, - 0.1402497750056885, - 0.024849426907858522, - 0.11162552165279852, - 0.1612148856214737, - 0.1155027308823349, - 0.018024709533855383 - ], - "resistance": [ - 98268.97894981736, - 96705.55763957553, - 95217.22619698581, - 94618.86881985088, - 94889.18358178649, - 96156.8240278679, - 97799.6811907475, - 98900.72443875745 - ], - "fuel": [ - 44.98120915502902, - 44.17088485822703, - 43.40793032017773, - 43.10352094268756, - 43.240876365478286, - 43.888631529435024, - 44.737015893899965, - 45.31122421645775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 28.59375, -44.53125 28.75, -44.375 28.75, -44.375 28.59375, -44.53125 28.59375))", @@ -287077,68 +207504,7 @@ "id": "5405", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.325916148133953, - 12.325916148133953, - 12.325916148133953, - 12.325916148133953, - 12.325916148133953, - 12.325916148133953, - 12.325916148133953, - 12.325916148133953 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1269.2338517002217, - -244.16658509625995, - -1494.3282911998522, - -1829.7866409477574, - -1388.7149842054382, - -68.08870861998548, - 1421.11387649274, - 2201.7365747594395 - ], - "relative wind speed": [ - 3.917503534682043, - 3.461074153604484, - 2.955471499021399, - 2.741274876520617, - 3.0055204824236257, - 3.52149868916137, - 3.9553982774161245, - 4.106750463063359 - ], - "relative wind angle": [ - 0.12915838685662143, - 0.19857255478583183, - 0.15662310734330012, - 0.011238498847679612, - 0.16868079475734693, - 0.19512098687067012, - 0.1168163205691662, - 0.00750166226191134 - ], - "resistance": [ - 97903.73385170025, - 96390.33341490377, - 95140.17170880018, - 94804.71335905227, - 95245.7850157946, - 96566.41129138005, - 98055.61387649277, - 98836.23657475947 - ], - "fuel": [ - 43.26048092495448, - 42.47799855308098, - 41.83804798011816, - 41.66731841421937, - 41.891885924100734, - 42.568599035232275, - 43.33947892068342, - 43.746861822269025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 28.4375, -44.6875 28.59375, -44.53125 28.59375, -44.53125 28.4375, -44.6875 28.4375))", @@ -287157,68 +207523,7 @@ "id": "5406", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.035275804382964, - 12.035275804382964, - 12.035275804382964, - 12.035275804382964, - 12.035275804382964, - 12.035275804382964, - 12.035275804382964, - 12.035275804382964 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1295.7532035478425, - -19.79839565761904, - -1215.1837219288805, - -1643.149796319703, - -1370.3426277421054, - -278.74487042979945, - 1073.052677138563, - 1931.3467665742392 - ], - "relative wind speed": [ - 3.836181197632527, - 3.4457591081536245, - 2.9747107278120835, - 2.723023093002156, - 2.900199118417024, - 3.3547258123597135, - 3.778695170740279, - 3.963910486188251 - ], - "relative wind angle": [ - 0.10604048758798564, - 0.18106571545118957, - 0.15917356943824645, - 0.01700183753657157, - 0.140461662477225, - 0.18603577509131192, - 0.1251041858437029, - 0.011679178545071554 - ], - "resistance": [ - 97930.2532035478, - 96614.70160434235, - 95419.31627807108, - 94991.35020368027, - 95264.15737225786, - 96355.75512957017, - 97707.55267713853, - 98565.8467665742 - ], - "fuel": [ - 43.06169467603538, - 42.38089318185978, - 41.767862488222846, - 41.549680782443616, - 41.68868205682571, - 42.24764623949568, - 42.94599374262142, - 43.39292335701536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 28.4375, -44.53125 28.59375, -44.375 28.59375, -44.375 28.4375, -44.53125 28.4375))", @@ -287237,68 +207542,7 @@ "id": "5407", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.863258967086388, - 10.863258967086388, - 10.863258967086388, - 10.863258967086388, - 10.863258967086388, - 10.863258967086388, - 10.863258967086388, - 10.863258967086388 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1222.5104322061206, - -25.17289424902401, - -1139.582383352948, - -1526.1119420322975, - -1251.539702444018, - -211.6314705873965, - 1061.106430988305, - 1859.931227715717 - ], - "relative wind speed": [ - 3.530954970783741, - 3.1232950702599473, - 2.6288946806239215, - 2.366832824918814, - 2.567938620352732, - 3.0507342833638282, - 3.485809019695249, - 3.668794644360505 - ], - "relative wind angle": [ - 0.123254517261651, - 0.20998388532011647, - 0.18616804237471798, - 0.015682053106830983, - 0.16986375893402858, - 0.21505577579625856, - 0.14005022137239398, - 0.010116649594049463 - ], - "resistance": [ - 97857.01043220612, - 96609.32710575097, - 95494.91761664706, - 95108.3880579677, - 95382.96029755598, - 96422.8685294126, - 97695.60643098831, - 98494.43122771572 - ], - "fuel": [ - 42.22287806146677, - 41.577381078899215, - 41.00573170032614, - 40.808536239769616, - 40.9485573356175, - 41.481413055852606, - 42.13904845948, - 42.55488741774401 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 28.28125, -44.6875 28.4375, -44.53125 28.4375, -44.53125 28.28125, -44.6875 28.28125))", @@ -287317,68 +207561,7 @@ "id": "5408", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.626782773160642, - 10.626782773160642, - 10.626782773160642, - 10.626782773160642, - 10.626782773160642, - 10.626782773160642, - 10.626782773160642, - 10.626782773160642 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1330.2584836937558, - 213.19429417863694, - -909.0155215321975, - -1437.0595263976957, - -1294.5185640464174, - -429.2244513708988, - 775.1113271408931, - 1660.3039513907133 - ], - "relative wind speed": [ - 3.493691241932642, - 3.1426266429334286, - 2.6636188031722288, - 2.3433689840267915, - 2.4504983810197833, - 2.8869912698971554, - 3.3340599395818855, - 3.5664327575377985 - ], - "relative wind angle": [ - 0.09763147545136718, - 0.1960446832909026, - 0.19846333146834658, - 0.05573593628977539, - 0.13942406860656925, - 0.2136615096765638, - 0.1581745762622941, - 0.036611210113145075 - ], - "resistance": [ - 97964.75848369376, - 96847.69429417864, - 95725.4844784678, - 95197.4404736023, - 95339.98143595358, - 96205.2755486291, - 97409.6113271409, - 98294.80395139071 - ], - "fuel": [ - 42.128300188425655, - 41.549660515575354, - 40.973030781849744, - 40.70332500881372, - 40.776027539519916, - 41.21899035833237, - 41.8401533671715, - 42.30015247395743 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 28.28125, -44.53125 28.4375, -44.375 28.4375, -44.375 28.28125, -44.53125 28.28125))", @@ -287397,68 +207580,7 @@ "id": "5409", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.907168307547495, - 10.907168307547495, - 10.907168307547495, - 10.907168307547495, - 10.907168307547495, - 10.907168307547495, - 10.907168307547495, - 10.907168307547495 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1171.370467153336, - -127.68816532973142, - -1232.871167682838, - -1556.5280802093362, - -1222.2588891258201, - -110.01896670711949, - 1186.6810993843037, - 1938.7993855394443 - ], - "relative wind speed": [ - 3.531745383840318, - 3.0991250919955315, - 2.597762680958213, - 2.36172302961413, - 2.603538509638384, - 3.1059719721225973, - 3.5359959390344686, - 3.6978240302693837 - ], - "relative wind angle": [ - 0.1348638567478783, - 0.21726645400360375, - 0.18188942350775247, - 0.001484371632721035, - 0.18341779936113162, - 0.21677985140442116, - 0.1332859833496886, - 0.0009480369748174854 - ], - "resistance": [ - 97805.87046715339, - 96506.81183467033, - 95401.62883231722, - 95077.97191979073, - 95412.24111087424, - 96524.48103329293, - 97821.18109938437, - 98573.2993855395 - ], - "fuel": [ - 42.22467468414209, - 41.55296973086651, - 40.98645580259674, - 40.821410518720214, - 40.99187401730592, - 41.56206382865647, - 42.232628801923546, - 42.62444014365215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 28.125, -44.6875 28.28125, -44.53125 28.28125, -44.53125 28.125, -44.6875 28.125))", @@ -287477,68 +207599,7 @@ "id": "5410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.49326272843764, - 10.49326272843764, - 10.49326272843764, - 10.49326272843764, - 10.49326272843764, - 10.49326272843764, - 10.49326272843764, - 10.49326272843764 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1556.876696438423, - 715.7029488000207, - -421.5568006220856, - -1232.6501859575305, - -1360.725956472702, - -854.2369248570931, - 209.34549422360578, - 1260.072590075517 - ], - "relative wind speed": [ - 3.5011932839774915, - 3.275155252013593, - 2.845682479685557, - 2.4314668803292534, - 2.334409264305233, - 2.6421921013149228, - 3.0999858467183117, - 3.4344999395698226 - ], - "relative wind angle": [ - 0.03704824776148099, - 0.15469924798279353, - 0.2066892923932889, - 0.1325074815119928, - 0.055581599607996315, - 0.19217574152775663, - 0.18951822140233784, - 0.09367180558741965 - ], - "resistance": [ - 98191.37669643841, - 97350.20294880001, - 96212.9431993779, - 95401.84981404245, - 95273.77404352729, - 95780.2630751429, - 96843.84549422358, - 97894.5725900755 - ], - "fuel": [ - 42.16285352412139, - 41.72598410377812, - 41.139526529445575, - 40.72420530428659, - 40.658847763375476, - 40.91766758749373, - 41.464273343253744, - 42.00840564587144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 28.125, -44.53125 28.28125, -44.375 28.28125, -44.375 28.125, -44.53125 28.125))", @@ -287557,68 +207618,7 @@ "id": "5411", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.707047707715526, - 10.707047707715526, - 10.707047707715526, - 10.707047707715526, - 10.707047707715526, - 10.707047707715526, - 10.707047707715526, - 10.707047707715526 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1460.8589455885594, - 218.9694507169702, - -1008.3185093356828, - -1571.7496385566856, - -1398.258879468557, - -430.11755821811494, - 897.6219485268812, - 1861.7058614009147 - ], - "relative wind speed": [ - 3.563942579598673, - 3.177688358900219, - 2.652574710562471, - 2.304441247215087, - 2.435464513674885, - 2.921552806600646, - 3.4054399881557895, - 3.65003077331957 - ], - "relative wind angle": [ - 0.10777808050568069, - 0.21356165146145167, - 0.21621981621877306, - 0.057014821913831976, - 0.15806956696966212, - 0.23261527609975022, - 0.16789701903031665, - 0.03598448559452532 - ], - "resistance": [ - 98095.35894558855, - 96853.46945071696, - 95626.1814906643, - 95062.7503614433, - 95236.24112053143, - 96204.38244178187, - 97532.12194852687, - 98496.2058614009 - ], - "fuel": [ - 42.246956083953094, - 41.60334175099961, - 40.9729328389279, - 40.685397892646456, - 40.77380929996055, - 41.269233363990296, - 41.95434502556198, - 42.45592177336407 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 28.59375, -44.375 28.75, -44.21875 28.75, -44.21875 28.59375, -44.375 28.59375))", @@ -287637,68 +207637,7 @@ "id": "5412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.325771073386612, - 10.325771073386612, - 10.325771073386612, - 10.325771073386612, - 10.325771073386612, - 10.325771073386612, - 10.325771073386612, - 10.325771073386612 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 720.7263963092273, - -590.7406999363438, - -1452.38887204, - -1528.6645582628134, - -841.8888926715704, - 425.1677196360156, - 1604.2667109333806, - 1779.9034773676485 - ], - "relative wind speed": [ - 3.257063571187315, - 2.739666633773097, - 2.2628128895350668, - 2.2021522949357215, - 2.617611448265895, - 3.15508788096917, - 3.5128379734627817, - 3.551179813915014 - ], - "relative wind angle": [ - 0.1944252614115155, - 0.24950402640905364, - 0.1452078808091906, - 0.09707537294488165, - 0.24277773536653707, - 0.2160894733476386, - 0.0933435435583785, - 0.06013997743747868 - ], - "resistance": [ - 97355.22639630924, - 96043.75930006367, - 95182.11112796002, - 95105.8354417372, - 95792.61110732844, - 97059.66771963603, - 98238.7667109334, - 98414.40347736767 - ], - "fuel": [ - 41.62562451576757, - 40.94973294528581, - 40.50914857645748, - 40.470279827098764, - 40.821028711935035, - 41.472743624499124, - 42.0845834662811, - 42.176164880676225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 28.59375, -44.21875 28.75, -44.0625 28.75, -44.0625 28.59375, -44.21875 28.59375))", @@ -287730,9 +207669,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 807.3649664369118, + 807.3649664369082, -460.7112121707132, - -1346.6311257227437, + -1346.6311257227446, -1475.8931234979452, -884.1090103322099, 308.3868474121073, @@ -287740,9 +207679,9 @@ 1776.0718409326282 ], "relative wind speed": [ - 3.1761796816235472, + 3.176179681623547, 2.6692265662662313, - 2.1692930170930977, + 2.1692930170930973, 2.0611365303352724, 2.4535995834271884, 2.997248375375473, @@ -287750,14 +207689,14 @@ 3.4438328195587258 ], "relative wind angle": [ - 0.19308295621834184, + 0.19308295621834304, 0.26253626024711246, 0.17150741018677254, - 0.08216564114028897, - 0.25102333328760956, + 0.08216564114028899, + 0.2510233332876096, 0.23323634003353427, - 0.1098613804292772, - 0.04914065876783218 + 0.10986138042927722, + 0.049140658767832184 ], "resistance": [ 97441.8649664369, @@ -287810,37 +207749,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1045.1014243567706, + 1045.101424356767, -206.32406843168155, - -1203.815261832355, - -1459.9988994762778, + -1203.8152618323554, + -1459.9988994762791, -1047.0963965735054, 54.115366722402996, - 1273.185104970833, + 1273.1851049708312, 1864.4027909485621 ], "relative wind speed": [ - 3.196802851116236, + 3.1968028511162356, 2.71935088965307, - 2.1806024079681583, - 1.9612254193989531, + 2.180602407968158, + 1.9612254193989533, 2.280627631019157, 2.8330092832915326, 3.2658511905223753, 3.4021178278502267 ], "relative wind angle": [ - 0.1732806047297602, + 0.17328060472976148, 0.2682059276453881, - 0.21628042742724543, - 0.030009859847122025, - 0.2440940315421661, + 0.21628042742724493, + 0.030009859847125727, + 0.24409403154216613, 0.2571964654127251, - 0.14378168793547838, + 0.14378168793547919, 0.01729810782032566 ], "resistance": [ - 97679.60142435679, + 97679.60142435678, 96428.17593156833, 95430.68473816766, 95174.50110052373, @@ -287850,7 +207789,7 @@ 98498.90279094857 ], "fuel": [ - 41.39799418212265, + 41.397994182122645, 40.75139600384046, 40.24017662966047, 40.109478742092435, @@ -287890,9 +207829,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 1075.6866453885873, + 1075.6866453885846, -46.5542061747592, - -971.695352327132, + -971.6953523271322, -1251.220293576086, -931.7850861973075, 19.82251017237968, @@ -287900,9 +207839,9 @@ 1779.7876924079455 ], "relative wind speed": [ - 2.8264366684613633, + 2.826436668461363, 2.3408656175670775, - 1.7373215644406301, + 1.73732156444063, 1.4305530315486752, 1.7701719854362135, 2.375416018161547, @@ -287910,9 +207849,9 @@ 3.0126020518437295 ], "relative wind angle": [ - 0.20390074958663884, - 0.34471966020038114, - 0.3199336232560334, + 0.20390074958663995, + 0.3447196602003812, + 0.31993362325603336, 0.012819061401481254, 0.3292331034917564, 0.3395020577821011, @@ -287970,19 +207909,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 779.0601214709045, + 779.0601214709027, -391.1083044029888, - -1211.4104353610364, + -1211.4104353610376, -1337.2484334895962, -795.5027419103781, - 299.9470047857171, + 299.9470047857167, 1387.0123869207296, 1675.7894569612095 ], "relative wind speed": [ 2.9266441982280123, 2.413060078244236, - 1.890077385197088, + 1.8900773851970878, 1.7697852163937255, 2.1817411938084406, 2.7390476371480434, @@ -287990,14 +207929,14 @@ 3.1926636508747013 ], "relative wind angle": [ - 0.21497316594587976, + 0.2149731659458813, 0.300065526869252, - 0.20479880297293446, + 0.204798802972935, 0.09600995754833101, 0.2902112043852542, - 0.263440656546639, - 0.12339677645246767, - 0.05316439276302542 + 0.26344065654663906, + 0.12339677645246769, + 0.053164392763025425 ], "resistance": [ 97413.56012147086, @@ -288037,68 +207976,7 @@ "id": "5417", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.806235297172837, - 8.806235297172837, - 8.806235297172837, - 8.806235297172837, - 8.806235297172837, - 8.806235297172837, - 8.806235297172837, - 8.806235297172837 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 348.446874055895, - -724.775915260527, - -1286.2886996472307, - -1196.0929995470528, - -434.7779857932587, - 691.9298658059224, - 1586.9658765128124, - 1380.0659231723375 - ], - "relative wind speed": [ - 2.729054055553578, - 2.1872684546396775, - 1.7674452056338177, - 1.8545791338536497, - 2.3550099811393537, - 2.865251255429018, - 3.14164693982017, - 3.091010237070407 - ], - "relative wind angle": [ - 0.25540136753978143, - 0.2897556881813224, - 0.11018407393889258, - 0.1899095762550465, - 0.29711137418810946, - 0.2198782286119104, - 0.061902143324374694, - 0.11350396704145743 - ], - "resistance": [ - 96982.94687405588, - 95909.72408473946, - 95348.21130035275, - 95438.40700045293, - 96199.72201420672, - 97326.42986580591, - 98221.4658765128, - 98014.56592317233 - ], - "fuel": [ - 40.58346044210242, - 40.03136396769489, - 39.74421356496773, - 39.79025939150858, - 40.18012460304354, - 40.761063266919884, - 41.2259169449745, - 41.11819469514202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 28.4375, -44.0625 28.59375, -43.90625 28.59375, -43.90625 28.4375, -44.0625 28.4375))", @@ -288130,33 +208008,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 724.8527847022883, + 724.8527847022865, -433.9114484943095, - -1213.66240652761, + -1213.6624065276105, -1304.967470343045, - -723.6799135403885, + -723.6799135403883, 380.26140804373654, - 1444.0837936468965, + 1444.0837936468984, 1653.2190218478495 ], "relative wind speed": [ - 2.8307870862786397, + 2.8307870862786393, 2.2943082544257125, - 1.7593973459990238, + 1.7593973459990235, 1.666866526737069, 2.1209573692013777, 2.6922045471110803, - 3.0686050036951857, + 3.0686050036951853, 3.1198351994704843 ], "relative wind angle": [ - 0.23641410000023289, - 0.32359233397881876, - 0.21112075907721448, + 0.23641410000023383, + 0.3235923339788187, + 0.211120759077215, 0.12518501928151282, - 0.31793392826481653, + 0.3179339282648165, 0.2744101745458509, - 0.12044071729554486, + 0.12044071729554301, 0.06675891225309877 ], "resistance": [ @@ -288210,9 +208088,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 279.7514310963843, + 279.7514310963834, -818.1113546563895, - -1343.2302890670555, + -1343.2302890670564, -1195.104874313868, -346.6209326519838, 840.0796627929944, @@ -288220,9 +208098,9 @@ 1393.8235951352858 ], "relative wind speed": [ - 2.67462640599102, + 2.6746264059910194, 2.093307268433837, - 1.6692773843932074, + 1.669277384393207, 1.8171057772018941, 2.3719587272722413, 2.897909469847092, @@ -288230,13 +208108,13 @@ 3.0786265135554993 ], "relative wind angle": [ - 0.28335003330558983, + 0.2833500333055902, 0.31111604091101425, - 0.09508328883547817, + 0.09508328883547819, 0.23136813862219685, 0.32071790005020384, - 0.22296988853617833, - 0.05015394905794372, + 0.22296988853617836, + 0.05015394905794373, 0.13576256531060615 ], "resistance": [ @@ -288290,34 +208168,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 819.8692272243657, + 819.8692272243638, -531.5841178631681, - -1464.24697346849, + -1464.246973468491, -1588.1735511516654, -942.1352711833565, 337.3891595759892, - 1574.6634752396699, - 1860.4761776620549 + 1574.6634752396735, + 1860.4761776620521 ], "relative wind speed": [ - 3.3702424436501364, + 3.3702424436501355, 2.8633919577129885, 2.377493625770685, 2.282684517733117, 2.6706456080398033, 3.208094230104176, - 3.5830721667506076, - 3.6442054669330397 + 3.583072166750607, + 3.64420546693304 ], "relative wind angle": [ 0.18120188276486732, - 0.24050658775221612, - 0.1508128861547777, - 0.07756941439285074, - 0.22942728197101675, + 0.24050658775221614, + 0.15081288615477917, + 0.07756941439285076, + 0.22942728197101678, 0.21423625011632055, - 0.09985658117731933, - 0.04855887604340989 + 0.0998565811773171, + 0.048558876043412184 ], "resistance": [ 97454.36922722438, @@ -288326,7 +208204,7 @@ 95046.32644884835, 95692.36472881665, 96971.889159576, - 98209.16347523968, + 98209.1634752397, 98494.97617766207 ], "fuel": [ @@ -288336,7 +208214,7 @@ 40.63988656041385, 40.96963809676091, 41.627318265060616, - 42.269075337539164, + 42.26907533753917, 42.41813235138651 ] }, @@ -288370,9 +208248,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1222.2422763772543, + 1222.2422763772515, -62.23804531606902, - -1149.3273046171264, + -1149.327304617127, -1482.3152577455237, -1148.7213208283347, -61.23137129110319, @@ -288380,23 +208258,23 @@ 1992.8115682526109 ], "relative wind speed": [ - 3.206489296635155, + 3.206489296635154, 2.7268764887966577, - 2.1426279158335384, + 2.142627915833538, 1.8474668093408197, 2.143031945549947, 2.7273254561807265, - 3.2067592899022257, + 3.2067592899022253, 3.3854136996041486 ], "relative wind angle": [ - 0.17045263632308136, + 0.17045263632308133, 0.28587589050664447, - 0.25650165687225096, - 0.00012664806270308517, + 0.2565016568722514, + 0.00012664806270308514, 0.2566118380423697, - 0.28582750513276683, - 0.17033344156670815, + 0.2858275051327669, + 0.17033344156670752, 6.91135904151514e-05 ], "resistance": [ @@ -288450,33 +208328,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1003.6709978978915, + 1003.6709978978843, -485.22162690665573, - -1561.0529080379315, - -1747.9146835372176, + -1561.052908037932, + -1747.9146835372185, -1102.3391686639197, 277.8117304320249, - 1668.0100720463424, + 1668.0100720463406, 2098.8921011843277 ], "relative wind speed": [ - 3.5194561500240917, + 3.5194561500240904, 2.9900188556320675, 2.4562300480927086, - 2.3169157477055315, + 2.316915747705532, 2.7082908409574573, 3.2834734830848187, - 3.6997763205365457, + 3.699776320536546, 3.7885765518451073 ], "relative wind angle": [ - 0.17932026266382955, + 0.17932026266383144, 0.24898017227914243, - 0.16945943565572943, - 0.06520212654153695, + 0.16945943565573007, + 0.06520212654153867, 0.23390911948861126, - 0.2263198399237075, - 0.11219935159738084, + 0.22631983992370747, + 0.11219935159738186, 0.03985686733420471 ], "resistance": [ @@ -288530,19 +208408,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1217.571463042863, + 1217.571463042861, -259.16056304058793, - -1430.0803261513292, + -1430.0803261513297, -1725.327174694218, - -1229.3196337348313, + -1229.3196337348318, 74.4969125059356, - 1509.5590024197327, + 1509.5590024197354, 2190.9492787647723 ], "relative wind speed": [ - 3.4815364843751095, + 3.4815364843751087, 2.963639005743371, - 2.3836716114518923, + 2.383671611451892, 2.1526677228001976, 2.500654460320322, 3.0969683346123116, @@ -288550,17 +208428,17 @@ 3.7068032989584334 ], "relative wind angle": [ - 0.17273746028160772, - 0.2653828697260596, + 0.17273746028160775, + 0.2653828697260597, 0.21169984138662015, - 0.032046476024952884, - 0.24164437582096074, - 0.25370000999500086, - 0.14105420047627565, + 0.03204647602495288, + 0.2416443758209612, + 0.2537000099950009, + 0.14105420047627487, 0.01860837563755423 ], "resistance": [ - 97852.0714630429, + 97852.07146304288, 96375.33943695945, 95204.4196738487, 94909.17282530581, @@ -288570,7 +208448,7 @@ 98825.4492787648 ], "fuel": [ - 42.017804546845994, + 42.01780454684599, 41.254464198092215, 40.65496981810719, 40.50461298734672, @@ -288610,9 +208488,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 696.6748773067129, + 696.6748773067106, -506.40293447991917, - -1292.5909757189752, + -1292.5909757189759, -1360.7943926347557, -724.1070560894452, 438.2775931029664, @@ -288620,9 +208498,9 @@ 1684.6952697502893 ], "relative wind speed": [ - 2.9082573687101534, + 2.908257368710153, 2.3637947659654284, - 1.8411452042952563, + 1.841145204295256, 1.775449114027213, 2.239177963495396, 2.8079090404168605, @@ -288630,7 +208508,7 @@ 3.212422655623054 ], "relative wind angle": [ - 0.23388885391882502, + 0.233888853918826, 0.31035017351529354, 0.18953410124904926, 0.13066527255157603, @@ -288690,34 +208568,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 404.0054400801055, + 404.0054400801041, -776.4052181849181, - -1398.3009958939788, + -1398.300995893979, -1301.5517420542283, -468.58432285930667, 769.767265226013, - 1761.4035051385627, + 1761.4035051385645, 1539.7481625760029 ], "relative wind speed": [ 2.798808735148334, 2.2127426847454403, - 1.7485074686444284, + 1.7485074686444282, 1.8422019186723257, - 2.3892348043200773, + 2.3892348043200777, 2.9403304401414747, 3.2379769792590665, 3.185602827873716 ], "relative wind angle": [ - 0.2704580206432947, - 0.31237674784267705, + 0.27045802064329555, + 0.3123767478426771, 0.12265843165220593, - 0.20636729030641104, - 0.3183215423698013, + 0.20636729030641107, + 0.31832154236980204, 0.23338726853767178, - 0.06611774993877508, - 0.1187739199421729 + 0.0661177499387734, + 0.11877391994217291 ], "resistance": [ 97038.50544008013, @@ -288757,68 +208635,7 @@ "id": "5426", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.345776369754464, - 9.345776369754464, - 9.345776369754464, - 9.345776369754464, - 9.345776369754464, - 9.345776369754464, - 9.345776369754464, - 9.345776369754464 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1209.5299873269378, - -60.836064527923554, - -1135.628757858472, - -1464.9543739657463, - -1134.6683570960158, - -59.24063397693453, - 1210.9353707081145, - 1972.1038826256854 - ], - "relative wind speed": [ - 3.1843199921611194, - 2.706493847242349, - 2.124020011878526, - 1.8295209235606755, - 2.124666046692357, - 2.70721086679328, - 3.184750949695103, - 3.362581272281461 - ], - "relative wind angle": [ - 0.17113197960346171, - 0.28714876702972786, - 0.2579106420942638, - 0.00020432191996471358, - 0.25808776461309546, - 0.2870705533954114, - 0.170940142142895, - 0.00011116793776883875 - ], - "resistance": [ - 97844.02998732691, - 96573.66393547205, - 95498.8712421415, - 95169.54562603422, - 95499.83164290396, - 96575.25936602303, - 97845.43537070809, - 98606.60388262566 - ], - "fuel": [ - 41.31379406244328, - 40.65667699762817, - 40.105412926552304, - 39.93736125856322, - 40.10590359991812, - 40.657498493342445, - 41.31452434473427, - 41.711131858382366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 28.125, -43.90625 28.28125, -43.75 28.28125, -43.75 28.125, -43.90625 28.125))", @@ -288837,68 +208654,7 @@ "id": "5427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.966231553392818, - 9.966231553392818, - 9.966231553392818, - 9.966231553392818, - 9.966231553392818, - 9.966231553392818, - 9.966231553392818, - 9.966231553392818 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1064.6113225522563, - -285.7216699656078, - -1328.5304084475295, - -1571.1504700628734, - -1079.1031913217116, - 128.7779870163672, - 1427.7495210126249, - 1986.9080535267417 - ], - "relative wind speed": [ - 3.2873795217235275, - 2.780279922472887, - 2.224251146170893, - 2.0221079781048954, - 2.3785840220034227, - 2.95543053078081, - 3.3937048941141974, - 3.5178978658371705 - ], - "relative wind angle": [ - 0.1814717593601926, - 0.272516207922663, - 0.21061182991071395, - 0.04487986253947381, - 0.25209480397005246, - 0.25599116693085344, - 0.13745021039099328, - 0.025791403811739354 - ], - "resistance": [ - 97699.11132255229, - 96348.77833003442, - 95305.9695915525, - 95063.34952993716, - 95555.39680867831, - 96763.2779870164, - 98062.24952101265, - 98621.40805352677 - ], - "fuel": [ - 41.589136709917426, - 40.891584540998586, - 40.35753570504829, - 40.233864053446496, - 40.48490553608776, - 41.104984197521944, - 41.77788354222406, - 42.069474539753685 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 27.96875, -45 28.125, -44.84375 28.125, -44.84375 27.96875, -45 27.96875))", @@ -288917,68 +208673,7 @@ "id": "5428", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.251951800307841, - 14.251951800307841, - 14.251951800307841, - 14.251951800307841, - 14.251951800307841, - 14.251951800307841, - 14.251951800307841, - 14.251951800307841 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1832.9870060593048, - 1273.53324086886, - -11.279727024472777, - -1214.168155667012, - -1666.8089115503644, - -1428.8673077879594, - -371.51351632841124, - 967.3450735091537 - ], - "relative wind speed": [ - 4.472226432963179, - 4.371807574285364, - 4.045413988569156, - 3.656251476006985, - 3.4462765160855175, - 3.5728041684982137, - 3.9385602387301484, - 4.302261758332914 - ], - "relative wind angle": [ - 0.012046570622583443, - 0.07433240097417879, - 0.12715841042166978, - 0.10985680568673836, - 0.015633070277817126, - 0.09099751017042025, - 0.13062772894017968, - 0.0933088159166671 - ], - "resistance": [ - 98467.48700605934, - 97908.03324086888, - 96623.22027297555, - 95420.33184433302, - 94967.69108844966, - 95205.63269221206, - 96262.98648367162, - 97601.84507350918 - ], - "fuel": [ - 45.10346918003002, - 44.81204495707445, - 44.14718353926834, - 43.53028368423949, - 43.299541629796416, - 43.42074174684133, - 43.96187331540606, - 44.65304206789642 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 27.96875, -44.84375 28.125, -44.6875 28.125, -44.6875 27.96875, -44.84375 27.96875))", @@ -288997,68 +208692,7 @@ "id": "5429", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.016926460952575, - 11.016926460952575, - 11.016926460952575, - 11.016926460952575, - 11.016926460952575, - 11.016926460952575, - 11.016926460952575, - 11.016926460952575 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1565.5358743675738, - 1185.497474014634, - 118.75665477222128, - -921.9972270974317, - -1373.860270490759, - -1210.4862064588337, - -362.8352850016081, - 771.5569867097952 - ], - "relative wind speed": [ - 3.620534003161633, - 3.5373636519250273, - 3.2034303390561623, - 2.7701860009611985, - 2.5029724938822207, - 2.6191976189703996, - 3.0184717716081266, - 3.420410398367304 - ], - "relative wind angle": [ - 0.025969017739965957, - 0.0930947623228974, - 0.17541534451061372, - 0.16748056567712893, - 0.03756863596989669, - 0.12588000683685416, - 0.1862863274764064, - 0.13542260874513273 - ], - "resistance": [ - 98200.0358743676, - 97819.99747401466, - 96753.25665477225, - 95712.5027729026, - 95260.63972950928, - 95424.01379354119, - 96271.66471499842, - 97406.05698670982 - ], - "fuel": [ - 42.50119363131299, - 42.303479751624025, - 41.75138234033789, - 41.216815448790854, - 40.98597793665675, - 41.0693510723905, - 41.50351918501339, - 42.08873988886566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 27.8125, -45 27.96875, -44.84375 27.96875, -44.84375 27.8125, -45 27.8125))", @@ -289077,68 +208711,7 @@ "id": "5430", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.641595462429397, - 11.641595462429397, - 11.641595462429397, - 11.641595462429397, - 11.641595462429397, - 11.641595462429397, - 11.641595462429397, - 11.641595462429397 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1408.7634352057166, - 801.3010176138969, - -196.490184810943, - -1022.1493356147807, - -1236.1120588490267, - -948.295247310587, - -72.79980747485934, - 906.8042784289346 - ], - "relative wind speed": [ - 3.707945156572297, - 3.570281271273852, - 3.245877662505139, - 2.9001001209567288, - 2.7597760631061625, - 2.935696313761501, - 3.2908204756096735, - 3.5992555467858165 - ], - "relative wind angle": [ - 0.006125164467807362, - 0.0985540631160957, - 0.14658550140559262, - 0.11028073786672238, - 0.008229612748500164, - 0.11995118027686398, - 0.14456941547923718, - 0.08879533883494577 - ], - "resistance": [ - 98043.26343520568, - 97435.80101761385, - 96438.00981518901, - 95612.35066438517, - 95398.38794115093, - 95686.20475268937, - 96561.7001925251, - 97541.30427842888 - ], - "fuel": [ - 42.84141519702614, - 42.52599603155612, - 42.010882319298176, - 41.587433577933744, - 41.47811420298754, - 41.62520718855528, - 42.0745368171166, - 42.58067908043767 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 27.8125, -44.84375 27.96875, -44.6875 27.96875, -44.6875 27.8125, -44.84375 27.8125))", @@ -289157,68 +208730,7 @@ "id": "5431", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.32855359753658, - 10.32855359753658, - 10.32855359753658, - 10.32855359753658, - 10.32855359753658, - 10.32855359753658, - 10.32855359753658, - 10.32855359753658 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1501.669973900861, - 1161.5322075271197, - 146.37876043168717, - -853.7047178834337, - -1302.143468249882, - -1155.5180895523063, - -356.8657236168742, - 727.504598573817 - ], - "relative wind speed": [ - 3.4400387665536867, - 3.3620229751834123, - 3.0281187984258375, - 2.5850863119338454, - 2.302054391076103, - 2.414564691451412, - 2.8220236847845617, - 3.2327464940383503 - ], - "relative wind angle": [ - 0.030545060625448518, - 0.09781448296661467, - 0.1891600092511509, - 0.185546982996494, - 0.045653290406986326, - 0.13640170043683966, - 0.20316093014824022, - 0.14806434010787684 - ], - "resistance": [ - 98136.1699739009, - 97796.03220752717, - 96780.87876043173, - 95780.79528211661, - 95332.35653175016, - 95478.98191044774, - 96277.63427638316, - 97362.00459857385 - ], - "fuel": [ - 42.03283544638588, - 41.85593533881401, - 41.330530340913064, - 40.81667469732095, - 40.587469696015376, - 40.6623301937453, - 41.07149171847036, - 41.630829807608194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 27.96875, -44.6875 28.125, -44.53125 28.125, -44.53125 27.96875, -44.6875 27.96875))", @@ -289237,68 +208749,7 @@ "id": "5432", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.189033912400433, - 9.189033912400433, - 9.189033912400433, - 9.189033912400433, - 9.189033912400433, - 9.189033912400433, - 9.189033912400433, - 9.189033912400433 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1433.32403752865, - 823.0311283348383, - -148.925475664455, - -944.0471392183465, - -1157.1182147349946, - -863.4814344468416, - -14.856476075947285, - 939.4632048886906 - ], - "relative wind speed": [ - 3.1414888195075528, - 2.978988517806649, - 2.5887392981227944, - 2.1501965744957987, - 1.963947954845759, - 2.2026508990781855, - 2.6503721283601847, - 3.0170678254657 - ], - "relative wind angle": [ - 0.010067319968083925, - 0.14780914128111672, - 0.22946197589638356, - 0.1842776775658076, - 0.016103892066365685, - 0.2005193016384445, - 0.22403372131000557, - 0.13096257589513036 - ], - "resistance": [ - 98067.82403752867, - 97457.53112833486, - 96485.57452433556, - 95690.45286078166, - 95477.38178526502, - 95771.01856555317, - 96619.64352392407, - 97573.9632048887 - ], - "fuel": [ - 41.34561766450875, - 41.02867623135417, - 40.52677442503969, - 40.11880127896059, - 40.009875194480884, - 40.160032051187216, - 40.59579636741557, - 41.089035540861076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 27.96875, -44.53125 28.125, -44.375 28.125, -44.375 27.96875, -44.53125 27.96875))", @@ -289317,68 +208768,7 @@ "id": "5433", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.044688773166158, - 10.044688773166158, - 10.044688773166158, - 10.044688773166158, - 10.044688773166158, - 10.044688773166158, - 10.044688773166158, - 10.044688773166158 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1508.731750114881, - 451.81845599916915, - -724.331031793045, - -1395.5836539346524, - -1359.9154746433321, - -606.4449244137604, - 590.4196208651665, - 1590.9155888965397 - ], - "relative wind speed": [ - 3.4077449853968056, - 3.083107594383737, - 2.579246845807972, - 2.173679483547575, - 2.2026887245385054, - 2.6379937574148027, - 3.132419066966578, - 3.426321789544948 - ], - "relative wind angle": [ - 0.08316920348736638, - 0.20529919721535447, - 0.23707869354928468, - 0.10516269172159974, - 0.1288779477505645, - 0.2405715882478955, - 0.19461419193870216, - 0.06664226931494645 - ], - "resistance": [ - 98143.23175011491, - 97086.3184559992, - 95910.16896820698, - 95238.91634606538, - 95274.5845253567, - 96028.05507558626, - 97224.9196208652, - 98225.41558889658 - ], - "fuel": [ - 41.866183173318355, - 41.31788150159224, - 40.71260941516505, - 40.36947541425535, - 40.387666259769304, - 40.77304405912735, - 41.38954770883073, - 41.908992382793116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 27.8125, -44.6875 27.96875, -44.53125 27.96875, -44.53125 27.8125, -44.6875 27.8125))", @@ -289397,68 +208787,7 @@ "id": "5434", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.707770552155658, - 9.707770552155658, - 9.707770552155658, - 9.707770552155658, - 9.707770552155658, - 9.707770552155658, - 9.707770552155658, - 9.707770552155658 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1579.4537989233054, - 862.3868289106267, - -225.72004056451897, - -1085.339350435404, - -1293.6918433651708, - -922.9173708272488, - 44.58351070251956, - 1097.0830624295945 - ], - "relative wind speed": [ - 3.3164043787421438, - 3.128932403437417, - 2.7080135102993625, - 2.2510226615244164, - 2.078231162937901, - 2.351034832720612, - 2.8256407411386197, - 3.2016370417725084 - ], - "relative wind angle": [ - 0.018196968397707996, - 0.1541918858327684, - 0.23071459335108221, - 0.17648179980933368, - 0.02904087829824317, - 0.2058485531440184, - 0.2209472184728869, - 0.12375422968922531 - ], - "resistance": [ - 98213.95379892332, - 97496.88682891065, - 96408.7799594355, - 95549.16064956461, - 95340.80815663484, - 95711.58262917277, - 96679.08351070253, - 97731.5830624296 - ], - "fuel": [ - 41.70774625170735, - 41.33510673267835, - 40.773302704138004, - 40.332584917662075, - 40.22617877774999, - 40.41564627371013, - 40.912452739415286, - 41.456861127600945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 27.8125, -44.53125 27.96875, -44.375 27.96875, -44.375 27.8125, -44.53125 27.8125))", @@ -289477,68 +208806,7 @@ "id": "5435", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.18067960408882, - 10.18067960408882, - 10.18067960408882, - 10.18067960408882, - 10.18067960408882, - 10.18067960408882, - 10.18067960408882, - 10.18067960408882 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1804.3121174810908, - 796.0488529568561, - -506.1044678780481, - -1402.1356080830524, - -1519.9463762266846, - -893.5022064027771, - 339.9638228828062, - 1533.0209666424303 - ], - "relative wind speed": [ - 3.520720327805812, - 3.2455557952123066, - 2.7354286147389173, - 2.242666859797401, - 2.147447365531601, - 2.5442817050235393, - 3.086167867764358, - 3.46084486365976 - ], - "relative wind angle": [ - 0.05129213572905619, - 0.19039541010307853, - 0.25429054336877477, - 0.1607409757969133, - 0.08415541758205579, - 0.2438174365407815, - 0.22485957315823785, - 0.10390085127483048 - ], - "resistance": [ - 98438.8121174811, - 97430.54885295685, - 96128.39553212195, - 95232.36439191694, - 95114.55362377332, - 95740.99779359723, - 96974.46382288281, - 98167.52096664243 - ], - "fuel": [ - 42.10120428449288, - 41.576940880387184, - 40.90546182599033, - 40.44707162897264, - 40.38702440580006, - 40.70691089816568, - 41.34103439837289, - 41.959769916109124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 27.65625, -45 27.8125, -44.84375 27.8125, -44.84375 27.65625, -45 27.65625))", @@ -289557,68 +208825,7 @@ "id": "5436", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.790174127492431, - 14.790174127492431, - 14.790174127492431, - 14.790174127492431, - 14.790174127492431, - 14.790174127492431, - 14.790174127492431, - 14.790174127492431 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1766.2029313945968, - 673.4628917806613, - -722.5836390968898, - -1641.757598914729, - -1722.405452312013, - -1007.9430098465646, - 342.0481124885682, - 1576.7367732517687 - ], - "relative wind speed": [ - 4.605732085130376, - 4.374008285962083, - 3.986030916324584, - 3.658176023298079, - 3.616831352476126, - 3.8938783476873944, - 4.290197502022287, - 4.572962415636141 - ], - "relative wind angle": [ - 0.0332655168548474, - 0.10494611486851932, - 0.12445428228255734, - 0.06608055625048262, - 0.0423657121415538, - 0.11794334756602418, - 0.11558967730208389, - 0.052847776278222944 - ], - "resistance": [ - 98400.70293139463, - 97307.96289178068, - 95911.91636090314, - 94992.7424010853, - 94912.09454768802, - 95626.55699015346, - 96976.5481124886, - 98211.2367732518 - ], - "fuel": [ - 45.54526082426453, - 44.977399007609996, - 44.25838289110054, - 43.788933326000624, - 43.747894081618895, - 44.11230484319943, - 44.80605155808569, - 45.44648295224192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 27.65625, -44.84375 27.8125, -44.6875 27.8125, -44.6875 27.65625, -44.84375 27.65625))", @@ -289637,68 +208844,7 @@ "id": "5437", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.597822163460627, - 12.597822163460627, - 12.597822163460627, - 12.597822163460627, - 12.597822163460627, - 12.597822163460627, - 12.597822163460627, - 12.597822163460627 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1719.6508598087366, - 769.3476818120562, - -522.290290835419, - -1439.1815769502928, - -1576.7653717250073, - -999.3188715549404, - 213.69176627269098, - 1398.4985120691917 - ], - "relative wind speed": [ - 4.050088045879587, - 3.8287364294643584, - 3.418631482655952, - 3.037718297697282, - 2.9532907219880373, - 3.235106894934054, - 3.665801147600741, - 3.987155227952941 - ], - "relative wind angle": [ - 0.030892392727728053, - 0.12477377620187576, - 0.16121718012243494, - 0.09877845472965448, - 0.04237119263697238, - 0.1478241999928324, - 0.15026135449753986, - 0.07520549346221787 - ], - "resistance": [ - 98354.15085980875, - 97403.84768181207, - 96112.2097091646, - 95195.31842304973, - 95057.73462827501, - 95635.18112844508, - 96848.1917662727, - 98032.9985120692 - ], - "fuel": [ - 43.69891821825903, - 43.20498902939913, - 42.53903546835713, - 42.07006447880834, - 41.99996312662661, - 42.29465479584415, - 42.91773841633947, - 43.53162028123779 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 27.5, -45 27.65625, -44.84375 27.65625, -44.84375 27.5, -45 27.5))", @@ -289717,68 +208863,7 @@ "id": "5438", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.63146104004655, - 17.63146104004655, - 17.63146104004655, - 17.63146104004655, - 17.63146104004655, - 17.63146104004655, - 17.63146104004655, - 17.63146104004655 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1566.9223722671159, - -32.08568509022189, - -1536.4064138269587, - -2101.126655893506, - -1811.198115025296, - -494.47175205941676, - 1175.84486588873, - 2252.070357767523 - ], - "relative wind speed": [ - 5.311549003355097, - 4.98005940565215, - 4.590210805454141, - 4.38237688522292, - 4.50543524417488, - 4.869343679662716, - 5.238460109229403, - 5.413526797787146 - ], - "relative wind angle": [ - 0.061269067576602755, - 0.10372050383291002, - 0.08811661773795999, - 0.012702085677996463, - 0.07224900282876573, - 0.1060876152983792, - 0.07718910381533865, - 0.010282540901709368 - ], - "resistance": [ - 98201.42237226709, - 96602.41431490975, - 95098.09358617301, - 94533.37334410647, - 94823.30188497467, - 96140.02824794056, - 97810.3448658887, - 98886.57035776749 - ], - "fuel": [ - 48.27385708556118, - 47.445595939611025, - 46.675067019724366, - 46.3879852547866, - 46.535225399134575, - 47.20786057076749, - 48.07040615735494, - 48.631664709480674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 27.5, -44.84375 27.65625, -44.6875 27.65625, -44.6875 27.5, -44.84375 27.5))", @@ -289797,68 +208882,7 @@ "id": "5439", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.841518251579778, - 16.841518251579778, - 16.841518251579778, - 16.841518251579778, - 16.841518251579778, - 16.841518251579778, - 16.841518251579778, - 16.841518251579778 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1945.574126554573, - 511.6883198017422, - -1125.9705739779674, - -2052.0806167763685, - -2009.5015615119746, - -974.422720329725, - 687.5649415566804, - 2045.8071812869548 - ], - "relative wind speed": [ - 5.176873789911846, - 4.892348352151576, - 4.476929683483605, - 4.171748479210634, - 4.1908189273810725, - 4.519724894279678, - 4.931539934737939, - 5.192253859835383 - ], - "relative wind angle": [ - 0.0441664771425595, - 0.1045712168784325, - 0.11048371543930191, - 0.044941182628280826, - 0.05456771727352192, - 0.11322807285159328, - 0.1002628304816348, - 0.036103960728385634 - ], - "resistance": [ - 98580.0741265546, - 97146.18831980176, - 95508.52942602205, - 94582.41938322365, - 94624.99843848804, - 95660.0772796703, - 97322.06494155669, - 98680.30718128697 - ], - "fuel": [ - 47.63051346365629, - 46.88532223148043, - 46.0435887143183, - 45.571998747321786, - 45.59361068689945, - 46.12106314698046, - 46.976313758234504, - 47.682890728252424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 27.65625, -44.6875 27.8125, -44.53125 27.8125, -44.53125 27.65625, -44.6875 27.65625))", @@ -289877,68 +208901,7 @@ "id": "5440", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.03220825245365, - 10.03220825245365, - 10.03220825245365, - 10.03220825245365, - 10.03220825245365, - 10.03220825245365, - 10.03220825245365, - 10.03220825245365 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1343.996766073442, - 411.63687467942054, - -645.2879655871147, - -1259.346249939565, - -1239.8007005690224, - -579.7496162567404, - 488.4434821846148, - 1389.1810853484185 - ], - "relative wind speed": [ - 3.3405952096077765, - 3.051241534174519, - 2.600906205906124, - 2.239314483620685, - 2.254940706382849, - 2.6332981304601897, - 3.078899292252966, - 3.3510900595482997 - ], - "relative wind angle": [ - 0.07297302627819766, - 0.1837708558126766, - 0.2110982347674785, - 0.09532377249529375, - 0.10822152315124842, - 0.2133565064373772, - 0.17794170661921874, - 0.06364518303692006 - ], - "resistance": [ - 97978.49676607343, - 97046.1368746794, - 95989.21203441286, - 95375.15375006042, - 95394.69929943097, - 96054.75038374325, - 97122.9434821846, - 98023.6810853484 - ], - "fuel": [ - 41.773082151470746, - 41.289751309545224, - 40.74575839918646, - 40.43161531130376, - 40.44159290431057, - 40.77936971127402, - 41.329445223049674, - 41.79658766196757 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 27.65625, -44.53125 27.8125, -44.375 27.8125, -44.375 27.65625, -44.53125 27.65625))", @@ -289957,68 +208920,7 @@ "id": "5441", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.717081953819806, - 10.717081953819806, - 10.717081953819806, - 10.717081953819806, - 10.717081953819806, - 10.717081953819806, - 10.717081953819806, - 10.717081953819806 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1704.0434323919017, - 563.4962229090224, - -749.0196585369276, - -1532.9512092272753, - -1529.0472825808574, - -736.0678483690394, - 578.7103310600896, - 1713.0455887899416 - ], - "relative wind speed": [ - 3.6255086189237864, - 3.301969547768723, - 2.783386686297912, - 2.3506660027034942, - 2.3536269876096254, - 2.789421059700925, - 3.30705780070965, - 3.6274291290704763 - ], - "relative wind angle": [ - 0.07394351811058958, - 0.1953582181750844, - 0.231506653300258, - 0.11177140995080355, - 0.11404530768776279, - 0.23185840380483622, - 0.194332710911778, - 0.07234307437189508 - ], - "resistance": [ - 98338.54343239192, - 97197.99622290903, - 95885.48034146309, - 95101.54879077274, - 95105.45271741916, - 95898.43215163097, - 97213.21033106011, - 98347.54558878996 - ], - "fuel": [ - 42.38002763024012, - 41.78768722092309, - 41.112025600222495, - 40.71152822936667, - 40.71351701385253, - 41.11866166360426, - 41.7955567769432, - 42.384722131678174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 27.5, -44.6875 27.65625, -44.53125 27.65625, -44.53125 27.5, -44.6875 27.5))", @@ -290050,9 +208952,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1570.7187970002597, + 1570.718797000256, 210.67154378298255, - -1159.7045500446357, + -1159.7045500446384, -1792.5133240478744, -1617.6287241558211, -555.0882298562019, @@ -290060,7 +208962,7 @@ 1978.6187509641377 ], "relative wind speed": [ - 4.196154215054653, + 4.196154215054652, 3.8430453317168545, 3.375813386660483, 3.0765003130480735, @@ -290071,13 +208973,13 @@ ], "relative wind angle": [ 0.07994346760574057, - 0.15625780309030615, - 0.15186328717863554, + 0.15625780309030618, + 0.151863287178637, 0.0403701581358845, - 0.10560353404863443, + 0.10560353404863444, 0.16699907780935813, 0.12676208279701978, - 0.029069436500923387 + 0.029069436500923383 ], "resistance": [ 98205.2187970003, @@ -290117,68 +209019,7 @@ "id": "5443", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.729037775316632, - 11.729037775316632, - 11.729037775316632, - 11.729037775316632, - 11.729037775316632, - 11.729037775316632, - 11.729037775316632, - 11.729037775316632 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1829.9982142100207, - 695.6121752927775, - -698.8382599738356, - -1596.642237649995, - -1658.1469422234077, - -906.4756910178244, - 452.60950123392377, - 1687.5597374331364 - ], - "relative wind speed": [ - 3.8906650913851886, - 3.6009115125656117, - 3.1104206320184753, - 2.681427356065415, - 2.639707289734462, - 3.023039150833646, - 3.525707435496366, - 3.86203013490892 - ], - "relative wind angle": [ - 0.05437920838887673, - 0.1653711353323399, - 0.20292045668488196, - 0.10975772023332088, - 0.08019596438282935, - 0.19736506029607748, - 0.17874303628767765, - 0.07612594208438524 - ], - "resistance": [ - 98464.49821421, - 97330.11217529276, - 95935.66174002615, - 95037.85776234999, - 94976.35305777658, - 95728.02430898216, - 97087.1095012339, - 98322.05973743313 - ], - "fuel": [ - 43.12204563007016, - 42.532360337936396, - 41.814047200813995, - 41.35539689919027, - 41.32408650636327, - 41.70770734672678, - 42.40666354963438, - 43.047739287291904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 27.96875, -44.375 28.125, -44.21875 28.125, -44.21875 27.96875, -44.375 27.96875))", @@ -290210,14 +209051,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1429.582098309751, + 1429.5820983097492, 180.86972419692347, - -1013.100966404068, + -1013.1009664040685, -1532.167133010344, -1326.9469213441505, -340.8006806931162, 973.3678656878074, - 1902.3857705539294 + 1902.385770553935 ], "relative wind speed": [ 3.3851325950467466, @@ -290227,32 +209068,32 @@ 2.21397691359253, 2.7475528630700943, 3.250575748632337, - 3.4908235684833104 + 3.49082356848331 ], "relative wind angle": [ - 0.1278198925005199, + 0.12781989250052078, 0.24653447659734123, - 0.24890703876900125, - 0.05591501958085731, - 0.19615823119015274, + 0.2489070387690017, + 0.0559150195808573, + 0.19615823119015277, 0.2668211943189862, - 0.18345635646246028, - 0.032717361750219984 + 0.18345635646246025, + 0.032717361750216584 ], "resistance": [ 98064.08209830978, 96815.36972419695, - 95621.39903359597, + 95621.39903359595, 95102.33286698969, 95307.55307865588, 96293.6993193069, 97607.86786568783, - 98536.88577055396 + 98536.88577055397 ], "fuel": [ 41.77066102530045, 41.123671886889596, - 40.5104719872311, + 40.51047198723109, 40.245544136834496, 40.35016730903837, 40.85509969014271, @@ -290277,68 +209118,7 @@ "id": "5445", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.617246316913892, - 9.617246316913892, - 9.617246316913892, - 9.617246316913892, - 9.617246316913892, - 9.617246316913892, - 9.617246316913892, - 9.617246316913892 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1613.373189417921, - 439.66783185429495, - -808.8612294762916, - -1484.1972228220027, - -1403.8344174240394, - -549.2865038200994, - 746.6902994280977, - 1797.7976639419303 - ], - "relative wind speed": [ - 3.358831858665106, - 2.984331688538157, - 2.414271999715556, - 1.9626374167352516, - 2.033200922670745, - 2.5513568585205504, - 3.0962797286618517, - 3.4005458116548932 - ], - "relative wind angle": [ - 0.10490214304451638, - 0.24424450704805958, - 0.2807373196370085, - 0.11453430429519112, - 0.17385432331528022, - 0.2867762948926304, - 0.21775289446618815, - 0.06600738150734277 - ], - "resistance": [ - 98247.87318941794, - 97074.16783185431, - 95825.63877052373, - 95150.30277717802, - 95230.66558257598, - 96085.21349617992, - 97381.19029942811, - 98432.29766394195 - ], - "fuel": [ - 41.674228260356145, - 41.06513564984003, - 40.42284004352514, - 40.077836237586006, - 40.118801619385735, - 40.55589853643647, - 41.22396942369986, - 41.77040107074796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 27.8125, -44.375 27.96875, -44.21875 27.96875, -44.21875 27.8125, -44.375 27.8125))", @@ -290370,9 +209150,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1912.9983709161747, + 1912.998370916173, 891.2240375025908, - -461.7992531084042, + -461.7992531084051, -1419.0196993367113, -1570.235339581185, -955.3355427126139, @@ -290380,9 +209160,9 @@ 1565.154102035331 ], "relative wind speed": [ - 3.52962192169964, + 3.529621921699639, 3.2565585445899083, - 2.7295548464749566, + 2.729554846474956, 2.2004776715401335, 2.075576289358989, 2.4821511413993993, @@ -290392,12 +209172,12 @@ "relative wind angle": [ 0.04724856959621968, 0.1956037847563086, - 0.2701323032787435, + 0.27013230327874344, 0.18149230812268982, 0.08040528689342431, - 0.25784453836715904, - 0.24097690542373987, - 0.11527548677389779 + 0.257844538367159, + 0.24097690542373984, + 0.1152754867738978 ], "resistance": [ 98547.49837091618, @@ -290437,68 +209217,7 @@ "id": "5447", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.373774596178418, - 8.373774596178418, - 8.373774596178418, - 8.373774596178418, - 8.373774596178418, - 8.373774596178418, - 8.373774596178418, - 8.373774596178418 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1554.3613050418248, - 639.0228101905932, - -464.95723851536945, - -1180.9026115338804, - -1238.2449255045717, - -646.6213396849953, - 422.88945980516974, - 1423.086824484741 - ], - "relative wind speed": [ - 3.042144231065805, - 2.743412055167922, - 2.2097959877499185, - 1.6951714194119285, - 1.635458664032114, - 2.0983462202229597, - 2.654461952428218, - 3.009279053722604 - ], - "relative wind angle": [ - 0.07649185148243574, - 0.24463016769296458, - 0.32575991147677397, - 0.199340001257146, - 0.14262815669834367, - 0.322198809135358, - 0.26967556448889635, - 0.11178161557525203 - ], - "resistance": [ - 98188.86130504182, - 97273.5228101906, - 96169.54276148463, - 95453.59738846612, - 95396.25507449544, - 95987.87866031501, - 97057.38945980517, - 98057.58682448474 - ], - "fuel": [ - 40.99492560024531, - 40.51967307471141, - 39.95062368700576, - 39.584011983446466, - 39.55473139998194, - 39.85741898884453, - 40.407909555079215, - 40.92657513166253 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 27.96875, -44.0625 28.125, -43.90625 28.125, -43.90625 27.96875, -44.0625 27.96875))", @@ -290530,17 +209249,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1216.8323599317273, - 13.926281739811657, - -1030.5400020200655, + 1216.8323599317237, + 13.926281739811202, + -1030.5400020200657, -1388.507418287157, -1100.6221646187541, -102.50171135050005, - 1113.868105912376, + 1113.868105912377, 1880.761842516411 ], "relative wind speed": [ - 3.0718174478400813, + 3.071817447840081, 2.6068109743031163, 2.017838734245685, 1.6912276468821201, @@ -290550,14 +209269,14 @@ 3.2321267024582876 ], "relative wind angle": [ - 0.17156448218223688, - 0.30005736702082847, - 0.28391547426674907, + 0.1715644821822382, + 0.3000573670208285, + 0.2839154742667494, 0.017058061222340066, 0.2698176949304479, - 0.3067403970718476, - 0.1870845436380811, - 0.008925407746857508 + 0.30674039707184764, + 0.18708454363808052, + 0.00892540774685751 ], "resistance": [ 97851.33235993172, @@ -290610,17 +209329,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1149.0922603768486, + 1149.0922603768477, -174.22371165251388, - -1243.0379140755454, + -1243.0379140755456, -1531.9273059041464, - -1115.9537008611787, + -1115.9537008611785, 36.9080768663257, 1334.6651399131406, 2001.0706128161974 ], "relative wind speed": [ - 3.2405227851875935, + 3.240522785187593, 2.7430358996640374, 2.1674245838929833, 1.9175956724727954, @@ -290630,17 +209349,17 @@ 3.4473497317975577 ], "relative wind angle": [ - 0.17830657196551328, + 0.17830657196551453, 0.2826395803240802, - 0.23617067898055732, + 0.2361706789805578, 0.024934558256016495, - 0.25836188483634337, - 0.27323294353626615, - 0.15447766504185517, + 0.2583618848363433, + 0.2732329435362662, + 0.1544776650418552, 0.01386890885861595 ], "resistance": [ - 97783.59226037684, + 97783.59226037683, 96460.27628834746, 95391.46208592445, 95102.57269409584, @@ -290650,7 +209369,7 @@ 98635.57061281618 ], "fuel": [ - 41.45408874973046, + 41.454088749730445, 40.77001046434166, 40.222251843759395, 40.0749281167063, @@ -290690,34 +209409,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1390.3565314241637, + 1390.3565314241591, 287.5717800673292, - -822.436284525432, + -822.4362845254336, -1366.5359388705815, -1235.848160350144, -399.4453252298613, - 787.6895657490777, + 787.6895657490768, 1690.571165278036 ], "relative wind speed": [ - 3.1841679499654174, + 3.184167949965417, 2.802137495878251, - 2.2532074720737976, + 2.253207472073797, 1.8545643536838328, 1.9744911779388377, 2.4870798940802907, - 2.9934256351438018, + 2.9934256351438013, 3.2554772312812346 ], "relative wind angle": [ - 0.11989302536931545, + 0.11989302536931731, 0.2532246287699389, - 0.27504456280618894, - 0.08822904416399767, - 0.19409938045254627, - 0.286152469484667, - 0.20588213220251445, - 0.05021781056560052 + 0.2750445628061894, + 0.08822904416399766, + 0.1940993804525463, + 0.28615246948466705, + 0.2058821322025139, + 0.05021781056560051 ], "resistance": [ 98024.85653142417, @@ -290770,34 +209489,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 978.8971795604325, + 978.8971795604298, -354.8353805637953, - -1361.2355751007035, + -1361.2355751007049, -1571.7063252254661, -1052.2391197742195, 159.13754077862313, - 1426.3385439475546, - 1912.2736461789877 + 1426.3385439475537, + 1912.2736461789932 ], "relative wind speed": [ - 3.367808229167318, + 3.3678082291673177, 2.87918531457378, - 2.3665332191568087, + 2.3665332191568083, 2.2022170906036407, 2.5450562287346816, 3.0870269516495945, - 3.4955634736756847, - 3.6013446602236705 + 3.495563473675684, + 3.60134466022367 ], "relative wind angle": [ - 0.17025503395629482, - 0.245610048957753, - 0.17817350917446187, + 0.1702550339562955, + 0.24561004895775304, + 0.17817350917446248, 0.04856579000559485, 0.2261295629292972, 0.2287677700195912, - 0.12027792240623086, - 0.029690599839028397 + 0.12027792240622993, + 0.02969059983902466 ], "resistance": [ 97613.39717956042, @@ -290850,37 +209569,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1936.7529101521727, + 1936.7529101521645, 993.7269604990356, - -342.4064145772886, + -342.40641457729043, -1346.5481064035805, -1556.9658869091572, -1031.3604228260715, - 181.47544643385982, + 181.47544643386072, 1452.0030324303757 ], "relative wind speed": [ - 3.515653519046266, + 3.5156535190462654, 3.273848965074677, - 2.766123370537323, + 2.766123370537322, 2.226269336221418, 2.052166452583933, 2.419322171388668, 2.9865981172666265, - 3.408068611060165 + 3.4080686110601652 ], "relative wind angle": [ - 0.032432367778290845, + 0.03243236777829427, 0.18384574780625196, 0.26797181028049183, 0.19770217520413227, 0.05558013843387563, 0.24997803784560502, - 0.24775697145972742, - 0.128660973293857 + 0.24775697145972694, + 0.12866097329385787 ], "resistance": [ - 98571.25291015218, + 98571.25291015216, 97628.22696049903, 96292.09358542271, 95287.95189359642, @@ -290917,68 +209636,7 @@ "id": "5453", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.088476354755269, - 9.088476354755269, - 9.088476354755269, - 9.088476354755269, - 9.088476354755269, - 9.088476354755269, - 9.088476354755269, - 9.088476354755269 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1650.3139194809337, - 692.6691633130968, - -490.79126866939305, - -1274.2288915845295, - -1351.2836320183535, - -738.8595602224725, - 398.9760345685345, - 1473.5602404662968 - ], - "relative wind speed": [ - 3.2301694892273103, - 2.9390145375474015, - 2.414083295907539, - 1.9105064248514367, - 1.838537628694702, - 2.275172320802622, - 2.8260250143410883, - 3.1881312303389797 - ], - "relative wind angle": [ - 0.06622459384885637, - 0.22128759579144866, - 0.29354556512630475, - 0.1803897906700955, - 0.11653005245591405, - 0.28746994181438107, - 0.24975905939195067, - 0.1077225462880367 - ], - "resistance": [ - 98284.81391948096, - 97327.16916331313, - 96143.70873133064, - 95360.2711084155, - 95283.21636798167, - 95895.64043977756, - 97033.47603456856, - 98108.06024046632 - ], - "fuel": [ - 41.405243671933974, - 40.90775878618884, - 40.29767978945132, - 39.89668124841568, - 39.85736453560664, - 40.170460210252095, - 40.755872512425405, - 41.313165470804236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.375 27.5, -44.375 27.65625, -44.21875 27.65625, -44.21875 27.5, -44.375 27.5))", @@ -290997,68 +209655,7 @@ "id": "5454", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.30303021193387, - 10.30303021193387, - 10.30303021193387, - 10.30303021193387, - 10.30303021193387, - 10.30303021193387, - 10.30303021193387, - 10.30303021193387 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1699.5518029468672, - 493.7666486342782, - -825.8447261243391, - -1565.0730768906346, - -1509.2724625805688, - -643.1936801034203, - 709.0258007372681, - 1827.878859851046 - ], - "relative wind speed": [ - 3.538630667470374, - 3.178858238311168, - 2.623873044030882, - 2.178784372859774, - 2.223622380303861, - 2.7131649031474754, - 3.252951542792813, - 3.566413064625587 - ], - "relative wind angle": [ - 0.09138906305191928, - 0.22086191270577588, - 0.2550191580778516, - 0.11023189762778825, - 0.14574792904690453, - 0.2595777109129029, - 0.20491034605433897, - 0.06725699889268151 - ], - "resistance": [ - 98334.0518029469, - 97128.26664863431, - 95808.65527387569, - 95069.4269231094, - 95125.22753741946, - 95991.30631989661, - 97343.52580073729, - 98462.37885985107 - ], - "fuel": [ - 42.120416456574354, - 41.494361387084886, - 40.815406939241846, - 40.43789751754069, - 40.46632284461319, - 40.90899652559686, - 41.60572927665612, - 42.1873636062822 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.21875 27.5, -44.21875 27.65625, -44.0625 27.65625, -44.0625 27.5, -44.21875 27.5))", @@ -291077,68 +209674,7 @@ "id": "5455", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.393970996402043, - 9.393970996402043, - 9.393970996402043, - 9.393970996402043, - 9.393970996402043, - 9.393970996402043, - 9.393970996402043, - 9.393970996402043 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1522.1988129805532, - 334.2249782307622, - -868.6271596644165, - -1467.6233910319315, - -1334.4744806066858, - -439.8494305875997, - 841.9057024753006, - 1827.8137427892707 - ], - "relative wind speed": [ - 3.2839646214241847, - 2.8860191528114885, - 2.307198402908546, - 1.8781473577691243, - 1.998458940816122, - 2.5395186989858605, - 3.0749141943328815, - 3.3542248397205627 - ], - "relative wind angle": [ - 0.12083845625349192, - 0.2592857680728541, - 0.28585514701981357, - 0.09604567333456422, - 0.19940353226252522, - 0.2956618096387167, - 0.21318756509199185, - 0.05372251122659176 - ], - "resistance": [ - 98156.69881298057, - 96968.72497823078, - 95765.87284033559, - 95166.87660896809, - 95300.02551939333, - 96194.65056941242, - 97476.40570247531, - 98462.31374278928 - ], - "fuel": [ - 41.50277330325688, - 40.88671066210121, - 40.26828290349878, - 39.96232635134146, - 40.03022102842835, - 40.488114799625606, - 41.14934251454406, - 41.662109169288755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 27.65625, -44.0625 27.8125, -43.90625 27.8125, -43.90625 27.65625, -44.0625 27.65625))", @@ -291157,68 +209693,7 @@ "id": "5456", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.794819257250788, - 10.794819257250788, - 10.794819257250788, - 10.794819257250788, - 10.794819257250788, - 10.794819257250788, - 10.794819257250788, - 10.794819257250788 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1567.8790134025799, - 271.31528003284575, - -1027.0361767193558, - -1642.7087842948263, - -1476.931210722647, - -477.3292827119358, - 917.2463429976692, - 1950.420870202493 - ], - "relative wind speed": [ - 3.6206463478681217, - 3.225780300616055, - 2.6784130741908463, - 2.3036745520629527, - 2.4286559531877496, - 2.9328810353375148, - 3.439993185936362, - 3.7014231416392556 - ], - "relative wind angle": [ - 0.10750569360689012, - 0.21867949118409735, - 0.22638266409028002, - 0.06533099150879536, - 0.16065136228047439, - 0.24093020348577926, - 0.1756641420413399, - 0.04064266953356908 - ], - "resistance": [ - 98202.37901340263, - 96905.8152800329, - 95607.4638232807, - 94991.79121570523, - 95157.56878927741, - 96157.17071728813, - 97551.74634299772, - 98584.92087020255 - ], - "fuel": [ - 42.35861748620929, - 41.686283568172755, - 41.01929093740604, - 40.70519839979798, - 40.789632993511766, - 41.30092218275885, - 42.02044960565517, - 42.55817986708284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 27.65625, -43.90625 27.8125, -43.75 27.8125, -43.75 27.65625, -43.90625 27.65625))", @@ -291250,9 +209725,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 851.8059613707519, + 851.8059613707483, -790.6085382313195, - -1871.2882674223147, + -1871.288267422316, -1966.3447240260398, -1113.678494252811, 474.1982501531147, @@ -291260,9 +209735,9 @@ 2159.773141029329 ], "relative wind speed": [ - 3.9991488798959, + 3.999148879895899, 3.484029894290959, - 3.028043050372677, + 3.0280430503726765, 2.970585585109445, 3.362494160767281, 3.8937250083247554, @@ -291270,17 +209745,17 @@ 4.298276401804177 ], "relative wind angle": [ - 0.155022649116174, + 0.1550226491161747, 0.19204229397220898, - 0.10685282983339749, - 0.07016846779127828, + 0.10685282983339854, + 0.07016846779127829, 0.18468514826903304, 0.17162272193286268, 0.0759160336718156, 0.04847338735821475 ], "resistance": [ - 97486.30596137073, + 97486.30596137072, 95843.89146176865, 94763.21173257765, 94668.15527597393, @@ -291290,7 +209765,7 @@ 98794.2731410293 ], "fuel": [ - 43.606828094653025, + 43.606828094653004, 42.760586165648505, 42.2092490597598, 42.16096145002939, @@ -291317,68 +209792,7 @@ "id": "5458", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.796407487665919, - 10.796407487665919, - 10.796407487665919, - 10.796407487665919, - 10.796407487665919, - 10.796407487665919, - 10.796407487665919, - 10.796407487665919 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1663.622299366562, - 342.0177611428012, - -1010.1483658524589, - -1681.8465272193275, - -1538.3656372514129, - -536.7642933152747, - 898.8967055696517, - 1994.2836340526042 - ], - "relative wind speed": [ - 3.650933866594098, - 3.255601559595897, - 2.692176941048354, - 2.288883369107521, - 2.3977484937076103, - 2.9119708828347854, - 3.439578354305709, - 3.72015172539291 - ], - "relative wind angle": [ - 0.10483188912062577, - 0.22204036457242585, - 0.23692233427697507, - 0.07726407460392085, - 0.16001210980082695, - 0.24876557937246155, - 0.18475978984780672, - 0.04750855399395757 - ], - "resistance": [ - 98298.12229936659, - 96976.51776114284, - 95624.35163414758, - 94952.6534727807, - 95096.13436274862, - 96097.73570668476, - 97533.39670556968, - 98628.78363405263 - ], - "fuel": [ - 42.40952995803648, - 41.72380184572627, - 41.02894304250622, - 40.68629622333465, - 40.75934772024578, - 41.27143435578881, - 42.011951893814754, - 42.58211347292354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 27.5, -43.90625 27.65625, -43.75 27.65625, -43.75 27.5, -43.90625 27.5))", @@ -291410,9 +209824,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1674.2905999276572, + 1674.29059992765, 108.6918542172325, - -1365.254118672547, + -1365.254118672548, -1960.7320977958475, -1678.9129930836302, -413.8683077313699, @@ -291422,7 +209836,7 @@ "relative wind speed": [ 4.043790046617283, 3.606733935762017, - 3.049164066045312, + 3.0491640660453116, 2.718967074666169, 2.9000640231076416, 3.4284223187738867, @@ -291430,7 +209844,7 @@ 4.167712481221033 ], "relative wind angle": [ - 0.11100785437844267, + 0.11100785437844567, 0.2022893965704922, 0.19032071835764333, 0.03351583277603673, @@ -291477,68 +209891,7 @@ "id": "5460", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.798156312599136, - 8.798156312599136, - 8.798156312599136, - 8.798156312599136, - 8.798156312599136, - 8.798156312599136, - 8.798156312599136, - 8.798156312599136 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 66.51862956897867, - -951.9410812869521, - -1334.5871284316493, - -1090.5689951172374, - -163.77425038726687, - 999.7589298372372, - 1765.025087585992, - 1202.91394319668 - ], - "relative wind speed": [ - 2.6077000317224908, - 2.042004058813472, - 1.7076289033950558, - 1.9424718443448747, - 2.4978481527010237, - 2.9781813700959687, - 3.181720977346567, - 3.0440348196636666 - ], - "relative wind angle": [ - 0.2866367971189269, - 0.27876556050850293, - 0.033603816076415695, - 0.2500981959012168, - 0.29962488186097597, - 0.18980863370761544, - 0.01803274344155465, - 0.15859918732224332 - ], - "resistance": [ - 96701.01862956896, - 95682.55891871304, - 95299.91287156833, - 95543.93100488275, - 96470.72574961271, - 97634.25892983722, - 98399.52508758598, - 97837.41394319666 - ], - "fuel": [ - 40.433902576225556, - 39.910942459443035, - 39.715458310003115, - 39.840058040988964, - 40.315313763957604, - 40.91649287810023, - 41.314639963629794, - 41.02197642041068 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 28.59375, -43.59375 28.75, -43.4375 28.75, -43.4375 28.59375, -43.59375 28.59375))", @@ -291557,68 +209910,7 @@ "id": "5461", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.172529330953218, - 8.172529330953218, - 8.172529330953218, - 8.172529330953218, - 8.172529330953218, - 8.172529330953218, - 8.172529330953218, - 8.172529330953218 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -407.1360982479853, - -1112.3497522186778, - -1188.7000379542974, - -649.0970144658002, - 362.64261138905704, - 1330.755498862406, - 1505.5963084673758, - 650.5064759075772 - ], - "relative wind speed": [ - 2.178384968248752, - 1.6670721578739693, - 1.58563864019249, - 2.026298336503675, - 2.5732618418313433, - 2.930513265105411, - 2.9753634533021107, - 2.6946525987592147 - ], - "relative wind angle": [ - 0.3261888055364979, - 0.2099729892469086, - 0.13068453257917123, - 0.32118855702025456, - 0.27470513069585806, - 0.11885052573436806, - 0.06950262529476924, - 0.23968113291006518 - ], - "resistance": [ - 96227.36390175208, - 95522.15024778138, - 95445.79996204576, - 95985.40298553425, - 96997.14261138912, - 97965.25549886246, - 98140.09630846743, - 97285.00647590763 - ], - "fuel": [ - 39.88492878131136, - 39.523646621384074, - 39.484643261880265, - 39.76076324615586, - 40.281400201070575, - 40.78315312417014, - 40.87414130388382, - 40.430229773078665 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 28.4375, -43.75 28.59375, -43.59375 28.59375, -43.59375 28.4375, -43.75 28.4375))", @@ -291650,33 +209942,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 316.4062667127323, + 316.4062667127305, -840.116204264923, - -1403.9857110772573, + -1403.9857110772584, -1258.9441774733627, -379.5029720142916, 864.1808278474086, - 1812.2892048924564, + 1812.2892048924546, 1479.7858389967669 ], "relative wind speed": [ - 2.736928885948825, + 2.7369288859488248, 2.1392653913593107, - 1.6947167222245345, + 1.6947167222245343, 1.837393343619914, 2.4068855822769746, 2.950834037733424, - 3.2267341328851957, + 3.226734132885196, 3.1476759098952805 ], "relative wind angle": [ - 0.2844691808693058, + 0.28446918086930656, 0.3163051042158097, - 0.10223143976735957, + 0.10223143976736175, 0.23109496622695025, 0.32481320070846764, 0.22746339143816297, - 0.053625311178773644, + 0.05362531117877572, 0.13410117342562794 ], "resistance": [ @@ -291717,68 +210009,7 @@ "id": "5463", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.974841054039036, - 8.974841054039036, - 8.974841054039036, - 8.974841054039036, - 8.974841054039036, - 8.974841054039036, - 8.974841054039036, - 8.974841054039036 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -275.6686829123273, - -1228.4119341388011, - -1437.999196183818, - -945.4196113303508, - 194.49488500042617, - 1405.5165930149474, - 1886.9763811221346, - 989.7492835656158 - ], - "relative wind speed": [ - 2.502149852951876, - 1.9195051867042439, - 1.718512210922286, - 2.1202458444124375, - 2.721690551080216, - 3.1597235924494926, - 3.273388019067922, - 3.0286813800263324 - ], - "relative wind angle": [ - 0.3163228685716372, - 0.24686360827595233, - 0.06697186840327053, - 0.3025312658264738, - 0.2900307665926507, - 0.14899967353577045, - 0.0351408478712913, - 0.21011547897831143 - ], - "resistance": [ - 96358.83131708765, - 95406.08806586117, - 95196.50080381615, - 95689.08038866962, - 96828.9948850004, - 98040.01659301492, - 98521.4763811221, - 97624.24928356559 - ], - "fuel": [ - 40.34864960281679, - 39.86053029992448, - 39.753605621855456, - 40.005163228342326, - 40.590773366108444, - 41.21821050345226, - 41.46917358890342, - 41.002183964156444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 28.59375, -43.4375 28.75, -43.28125 28.75, -43.28125 28.59375, -43.4375 28.59375))", @@ -291810,19 +210041,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -812.94788764139, + -812.9478876413914, -1378.0871255254012, - -1240.7658005128028, + -1240.7658005128026, -379.06346071496046, 848.7202813642361, 1793.552978109502, - 1478.9030641000231, + 1478.9030641000222, 331.87691276698934 ], "relative wind speed": [ - 2.0956822164197892, + 2.095682216419789, 1.6395584546197972, - 1.7787282334942764, + 1.7787282334942762, 2.3538009570586995, 2.902678433090544, 3.182652056388175, @@ -291830,13 +210061,13 @@ 2.6976002470152403 ], "relative wind angle": [ - 0.3279420898316462, + 0.32794208983164685, 0.11039753513419731, - 0.23811579740781486, + 0.23811579740781438, 0.33505173106149555, 0.2346958707382044, 0.056786883188501495, - 0.13544755770495456, + 0.1354475577049554, 0.29100108953467013 ], "resistance": [ @@ -291890,9 +210121,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -725.4650435397239, + -725.465043539725, -1345.0235446484462, - -1247.6126659163197, + -1247.6126659163199, -424.09724853218677, 806.3084749170321, 1805.5944447559536, @@ -291900,7 +210131,7 @@ 444.61919682297184 ], "relative wind speed": [ - 2.0094437253277966, + 2.009443725327796, 1.4819148859078182, 1.5904690886131434, 2.200693767415788, @@ -291910,12 +210141,12 @@ 2.64122547451152 ], "relative wind angle": [ - 0.37809021998105125, - 0.15860806254286655, - 0.2612298287936051, + 0.3780902199810515, + 0.15860806254286658, + 0.2612298287936055, 0.3793598737024473, 0.26915708831640417, - 0.0755235836857378, + 0.07552358368573782, 0.1351835620173684, 0.3136777697320958 ], @@ -291957,68 +210188,7 @@ "id": "5466", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.821369260814908, - 8.821369260814908, - 8.821369260814908, - 8.821369260814908, - 8.821369260814908, - 8.821369260814908, - 8.821369260814908, - 8.821369260814908 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -687.8932289466773, - -1423.3845912060963, - -1392.3430524778369, - -590.5286712274612, - 696.5858155823626, - 1805.005321802932, - 1734.007199399532, - 580.3622824050658 - ], - "relative wind speed": [ - 2.237868261236889, - 1.6970143011661856, - 1.7282657990554278, - 2.2948821687639787, - 2.8953849663434994, - 3.2421367829900087, - 3.2255861150796554, - 2.8504077409150606 - ], - "relative wind angle": [ - 0.3449669387460493, - 0.17270128625811643, - 0.20059100478074704, - 0.3461536611518398, - 0.2644424187797611, - 0.09006915528634844, - 0.10696099081491302, - 0.2766746652286956 - ], - "resistance": [ - 95946.60677105332, - 95211.1154087939, - 95242.15694752216, - 96043.97132877253, - 97331.08581558237, - 98439.50532180294, - 98368.50719939954, - 97214.86228240507 - ], - "fuel": [ - 40.05797860146092, - 39.681994927415126, - 39.697822698224826, - 40.10790229925524, - 40.77118594918767, - 41.34732358472258, - 41.310282929614345, - 40.7110397430982 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 28.4375, -43.28125 28.59375, -43.125 28.59375, -43.125 28.4375, -43.28125 28.4375))", @@ -292050,34 +210220,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -812.982232976035, + -812.9822329760361, -1432.0167032633608, - -1298.0033435990956, - -397.4982770685933, + -1298.0033435990958, + -397.49827706859355, 907.776914964877, 1935.9093832098533, 1629.0484188600349, - 409.442249257977 + 409.4422492579765 ], "relative wind speed": [ - 2.0422410705300234, + 2.042241070530023, 1.5198677876516744, - 1.6641651512496642, - 2.2978148571098043, + 1.664165151249664, + 2.297814857109804, 2.893250640200422, 3.1986950097248363, 3.1260521759154867, 2.6947531871444586 ], "relative wind angle": [ - 0.37365911872989516, + 0.3736591187298955, 0.13925337320864128, 0.2720179470352597, - 0.3757770478689462, + 0.37577704786894567, 0.2605971680566491, - 0.06600085195159083, + 0.06600085195159082, 0.143522719141858, - 0.3182836454917933 + 0.31828364549179333 ], "resistance": [ 95821.51776702398, @@ -292130,34 +210300,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 513.1124256784719, + 513.1124256784692, -926.3263424070033, - -1711.1431042483641, + -1711.143104248365, -1625.838896723496, -649.813661668928, 839.8424685360465, - 2053.241799412373, + 2053.241799412372, 1857.3779721712176 ], "relative wind speed": [ - 3.2335972679083764, + 3.2335972679083755, 2.6299675789116184, - 2.15083067177563, + 2.1508306717756294, 2.219463080688205, 2.7642101632822738, 3.3436925175158208, - 3.6702774471648216, + 3.670277447164822, 3.6291862381640803 ], "relative wind angle": [ - 0.2380715134778875, - 0.27369486049661657, - 0.11309295460423077, - 0.16638766818338036, - 0.27949970139060004, + 0.23807151347788796, + 0.2736948604966165, + 0.11309295460423079, + 0.16638766818338038, + 0.2794997013906005, 0.21423089073806856, - 0.06618107016918645, - 0.10146107086289644 + 0.06618107016918813, + 0.10146107086289645 ], "resistance": [ 97147.61242567851, @@ -292197,68 +210367,7 @@ "id": "5469", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.68985903613226, - 9.68985903613226, - 9.68985903613226, - 9.68985903613226, - 9.68985903613226, - 9.68985903613226, - 9.68985903613226, - 9.68985903613226 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -162.0479043153241, - -1275.4027013948185, - -1582.0122994062438, - -1157.6945451390968, - 33.49302046950788, - 1382.9419688183207, - 2090.0578253935482, - 1210.7288487587884 - ], - "relative wind speed": [ - 2.763400476502733, - 2.165856175927769, - 1.9000560217242695, - 2.242162593851733, - 2.848169103224886, - 3.3252844178048773, - 3.4839972084388533, - 3.274317690272654 - ], - "relative wind angle": [ - 0.29071263887624804, - 0.24666938592408025, - 0.023255032000637756, - 0.2668899073969948, - 0.2818197385835153, - 0.1597169281650666, - 0.012681716645172106, - 0.18159331123765993 - ], - "resistance": [ - 96472.4520956847, - 95359.0972986052, - 95052.48770059377, - 95476.80545486092, - 96667.99302046953, - 98017.44196881834, - 98724.55782539357, - 97845.22884875881 - ], - "fuel": [ - 40.79588413786029, - 40.22534064324282, - 40.06902724985057, - 40.28544265301575, - 40.896566120271586, - 41.595262284897586, - 41.96408708933197, - 41.50571932677464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 28.125, -43.75 28.28125, -43.59375 28.28125, -43.59375 28.125, -43.75 28.125))", @@ -292290,13 +210399,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 927.5742897415553, + 927.5742897415535, -429.91067688198564, - -1408.087957359257, + -1408.0879573592583, -1578.2242938481631, -985.9436697664323, 271.83493550639514, - 1541.1021194421996, + 1541.1021194421978, 1932.6557284047626 ], "relative wind speed": [ @@ -292306,37 +210415,37 @@ 2.080889065712646, 2.476359487459199, 3.0467348125754334, - 3.454771119278312, + 3.4547711192783126, 3.5407490578952325 ], "relative wind angle": [ - 0.19159676870543907, + 0.19159676870544023, 0.2686790177845791, - 0.18567910455419834, + 0.18567910455420014, 0.07276148601037369, - 0.25469091935892635, + 0.2546909193589264, 0.24231516901343073, - 0.11894936723956245, + 0.1189493672395634, 0.042737023737803574 ], "resistance": [ - 97562.07428974158, + 97562.07428974156, 96204.58932311802, 95226.41204264076, 95056.27570615185, 95648.55633023358, 96906.33493550641, - 98175.60211944222, + 98175.6021194422, 98567.15572840477 ], "fuel": [ - 41.59885879996961, + 41.598858799969605, 40.89832235307877, 40.397780129283376, 40.311083306539274, 40.61335849264262, 41.25960530587348, - 41.917722574972615, + 41.91772257497261, 42.12195370966522 ] }, @@ -292357,68 +210466,7 @@ "id": "5471", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.76841971198923, - 9.76841971198923, - 9.76841971198923, - 9.76841971198923, - 9.76841971198923, - 9.76841971198923, - 9.76841971198923, - 9.76841971198923 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 127.46154459765694, - -1036.3545825460483, - -1512.2016217254436, - -1280.0470076050847, - -277.5038540715482, - 1022.6538004530084, - 1912.4698816739583, - 1377.4819310035018 - ], - "relative wind speed": [ - 2.898606273912556, - 2.331939861156275, - 1.9805869522394457, - 2.1780395901039804, - 2.724028450192984, - 3.222468900172114, - 3.449568763373892, - 3.328421979341818 - ], - "relative wind angle": [ - 0.25634462841040084, - 0.25296301752987876, - 0.045677667139637335, - 0.21079438649479615, - 0.27318078650415295, - 0.18211564475529476, - 0.02621994357668503, - 0.1373509816464224 - ], - "resistance": [ - 96761.96154459767, - 95598.14541745397, - 95122.29837827457, - 95354.45299239493, - 96356.99614592847, - 97657.15380045303, - 98546.96988167397, - 98011.98193100351 - ], - "fuel": [ - 40.98977182180235, - 40.392224710118086, - 40.149358520227366, - 40.26774198238513, - 40.781275552024155, - 41.45282663520764, - 41.916055646337625, - 41.63719329415675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 28.28125, -43.4375 28.4375, -43.28125 28.4375, -43.28125 28.28125, -43.4375 28.28125))", @@ -292437,68 +210485,7 @@ "id": "5472", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.614386043216676, - 8.614386043216676, - 8.614386043216676, - 8.614386043216676, - 8.614386043216676, - 8.614386043216676, - 8.614386043216676, - 8.614386043216676 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -604.3311489097177, - -1327.3291195596187, - -1327.6738462552062, - -605.4150008309102, - 595.5871242831349, - 1658.023009657636, - 1658.8115215824218, - 596.8798076463868 - ], - "relative wind speed": [ - 2.2141216510214003, - 1.6825606778935078, - 1.6822069126724715, - 2.21347260113625, - 2.797778666314166, - 3.146250103919099, - 3.146439265926065, - 2.7982921926102575 - ], - "relative wind angle": [ - 0.34014070228950033, - 0.18301505507245683, - 0.1826909697863059, - 0.3401252765418435, - 0.2671896400415626, - 0.09748218044830821, - 0.09728455060445816, - 0.2670472543688959 - ], - "resistance": [ - 96030.16885109027, - 95307.17088044038, - 95306.8261537448, - 96029.08499916909, - 97230.08712428313, - 98292.52300965764, - 98293.31152158242, - 97231.37980764639 - ], - "fuel": [ - 39.99665265926262, - 39.626814001912166, - 39.62663812612605, - 39.996096775471386, - 40.614745536237436, - 41.16649148573368, - 41.16690253684003, - 40.61541430256393 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 28.28125, -43.28125 28.4375, -43.125 28.4375, -43.125 28.28125, -43.28125 28.28125))", @@ -292530,7 +210517,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -682.1399302248899, + -682.1399302248906, -1175.5602415292901, -1045.3812447974915, -282.7644238781595, @@ -292540,9 +210527,9 @@ 322.49473940864345 ], "relative wind speed": [ - 1.7717516234168305, + 1.77175162341683, 1.2805786106196904, - 1.4435768068604757, + 1.4435768068604755, 2.0520947599848234, 2.602949431704182, 2.876554880601557, @@ -292550,13 +210537,13 @@ 2.3881701478605177 ], "relative wind angle": [ - 0.4026349984797284, - 0.1412498086755909, - 0.30921404489571286, + 0.40263499847972867, + 0.14124980867559092, + 0.30921404489571247, 0.40127758562238913, 0.2699847605544937, - 0.06271350356440784, - 0.15763789734927477, + 0.06271350356440783, + 0.15763789734927475, 0.3422721267364403 ], "resistance": [ @@ -292610,19 +210597,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -548.9471287565891, + -548.9471287565905, -1276.4584480423403, - -1299.7751672438408, + -1299.7751672438417, -622.1408058181698, - 538.6012946228866, + 538.6012946228861, 1589.0365373527802, 1642.367571582749, 625.9469645276063 ], "relative wind speed": [ - 2.1944915542024974, + 2.194491554202497, 1.6567935073560212, - 1.6323366008131728, + 1.6323366008131726, 2.149788161758023, 2.733082669773514, 3.088781205470103, @@ -292630,17 +210617,17 @@ 2.768383087805492 ], "relative wind angle": [ - 0.34423568296159157, + 0.3442356829615919, 0.19675957869945157, - 0.17396578839954466, + 0.1739657883995453, 0.3432271047663844, - 0.2744035045988564, + 0.2744035045988568, 0.10505346540533315, 0.09121637804751136, - 0.2644004844658839 + 0.26440048446588393 ], "resistance": [ - 96085.55287124346, + 96085.55287124345, 95358.0415519577, 95334.7248327562, 96012.35919418187, @@ -292650,7 +210637,7 @@ 97260.44696452765 ], "fuel": [ - 39.9462053592234, + 39.94620535922339, 39.57391414551219, 39.562014793523176, 39.908660669070336, @@ -292690,9 +210677,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -840.8547841385071, + -840.854784138508, -1305.4152140016959, - -1118.0463718948024, + -1118.046371894803, -249.80047614662863, 915.7760056140737, 1755.533499663617, @@ -292700,9 +210687,9 @@ 210.94805784778555 ], "relative wind speed": [ - 1.9458291948665172, + 1.9458291948665167, 1.529607234006749, - 1.728748833905525, + 1.7287488339055248, 2.3136058970906426, 2.8367906707459234, 3.0812228538196007, @@ -292712,12 +210699,12 @@ "relative wind angle": [ 0.3330227127621594, 0.0801885877733612, - 0.2710233277492231, + 0.2710233277492235, 0.34251774735310464, - 0.22615293343709436, + 0.22615293343709433, 0.03977574956602695, 0.15625250772139548, - 0.3101826524663989 + 0.31018265246639887 ], "resistance": [ 95793.64521586153, @@ -292770,9 +210757,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -670.547439071059, + -670.5474390710597, -1314.1871941122422, - -1235.7346705003267, + -1235.734670500327, -431.80974888424, 798.8589527916934, 1826.890785169504, @@ -292780,9 +210767,9 @@ 510.3265984459704 ], "relative wind speed": [ - 1.935258825452446, + 1.9352588254524459, 1.3548672215811899, - 1.4498456402497175, + 1.4498456402497173, 2.094837056745229, 2.7120577621864785, 3.0438164923024478, @@ -292790,13 +210777,13 @@ 2.5907801397676518 ], "relative wind angle": [ - 0.42093369518221035, + 0.42093369518221085, 0.1979575147251077, 0.289536958526558, 0.4187823613104725, - 0.2958742540487193, + 0.29587425404871937, 0.08765291124333305, - 0.13843484489523805, + 0.13843484489523802, 0.3350381621380966 ], "resistance": [ @@ -292850,19 +210837,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -723.3838354908978, + -723.3838354908987, -1529.042198921154, - -1489.7774665019128, + -1489.7774665019133, -602.9388613018118, 817.7808207638577, 2049.764204646272, - 1959.9464687728455, + 1959.9464687728473, 672.7594658805951 ], "relative wind speed": [ - 2.193649909606353, + 2.1936499096063526, 1.5689226275143409, - 1.611003688043323, + 1.6110036880433227, 2.2660885069497922, 2.9314154147125033, 3.308138154370753, @@ -292876,7 +210863,7 @@ 0.3981559900204963, 0.2945027971285004, 0.0983182110146608, - 0.11940451862731805, + 0.11940451862731712, 0.31048313583188275 ], "resistance": [ @@ -292930,33 +210917,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -532.2494647757251, + -532.2494647757262, -1289.0318649062042, - -1306.7572550086818, + -1306.757255008682, -585.9785654473203, 639.7082707883483, 1759.818214551473, - 1800.4148520588647, + 1800.414852058866, 704.7476039596431 ], "relative wind speed": [ - 2.0353198950156783, + 2.035319895015678, 1.3980057639739984, 1.3763563175134033, 1.9993802019845344, 2.651774561685274, 3.036447807050738, - 3.0463221576663067, + 3.046322157666306, 2.678976336020914 ], "relative wind angle": [ 0.4287563173965213, 0.2635953943048042, - 0.2428925986938264, + 0.24289259869382687, 0.4294047499113796, - 0.32477278980618596, - 0.12025056203009037, - 0.10888022186889731, + 0.324772789806186, + 0.12025056203009038, + 0.10888022186889527, 0.31594641452661176 ], "resistance": [ @@ -293010,7 +210997,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -464.0897344402872, + -464.08973444028743, -1222.1705070187636, -1257.6765681163797, -569.9978972146268, @@ -293020,7 +211007,7 @@ 756.3494635582222 ], "relative wind speed": [ - 1.949690747933687, + 1.9496907479336867, 1.2647467841450295, 1.216578665468337, 1.874231930038779, @@ -293030,9 +211017,9 @@ 2.606810462760143 ], "relative wind angle": [ - 0.47447838817840565, - 0.32008086786970946, - 0.2729745790938103, + 0.47447838817840593, + 0.3200808678697094, + 0.2729745790938111, 0.4777787328636781, 0.3567180493209839, 0.13526096249768524, @@ -293090,17 +211077,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -682.1192894554147, + -682.1192894554154, -1246.4183656739829, -1135.4803900207758, -344.2726969372434, - 820.0557348399723, + 820.0557348399718, 1755.9911649825287, 1501.6742068207693, 411.74932515782234 ], "relative wind speed": [ - 1.833431670504381, + 1.8334316705043805, 1.2902360150925853, 1.4288654235273452, 2.0667615424894983, @@ -293110,14 +211097,14 @@ 2.4774995376557474 ], "relative wind angle": [ - 0.4211617005420322, - 0.1722519144737322, - 0.3106663611285837, + 0.42116170054203245, + 0.17225191447373223, + 0.3106663611285841, 0.4179476477552132, - 0.28622663734385484, + 0.2862266373438553, 0.07485385915981231, 0.1515773832649258, - 0.3454232203810909 + 0.34542322038109097 ], "resistance": [ 95952.3807105446, @@ -293170,11 +211157,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -620.5967510313644, + -620.5967510313649, -1428.893150969273, - -1434.5910815195145, + -1434.5910815195148, -638.0741463462202, - 695.5922103744333, + 695.5922103744324, 1894.0023057060853, 1907.0348580267191, 716.6355186259684 @@ -293184,20 +211171,20 @@ 1.5513225627185763, 1.5450515995522032, 2.166130606380247, - 2.8233336191808385, + 2.823333619180838, 3.209923709332451, 3.2129468511096646, 2.831623228721836 ], "relative wind angle": [ - 0.39818408251414933, - 0.2300650111693045, - 0.2243904274139495, - 0.39821141407920013, - 0.3036130015603546, - 0.11043407782248636, + 0.3981840825141499, + 0.23006501116930453, + 0.22439042741395046, + 0.3982114140792002, + 0.30361300156035465, + 0.11043407782248638, 0.10720754412154708, - 0.3011680877255351 + 0.30116808772553505 ], "resistance": [ 96013.90324896868, @@ -293250,14 +211237,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -873.1450217652807, + -873.1450217652812, -1422.7538294828064, - -1258.5956043064755, + -1258.5956043064757, -351.9521053819981, 908.4460545385868, 1851.8925477273056, 1475.4304283200745, - 288.5062564152231 + 288.50625641522356 ], "relative wind speed": [ 2.1279593720829193, @@ -293270,14 +211257,14 @@ 2.732845818650239 ], "relative wind angle": [ - 0.31696671146267086, - 0.09418134130865843, - 0.23936849985635367, - 0.3263963906659847, - 0.22489946123924842, + 0.3169667114626715, + 0.09418134130865845, + 0.23936849985635417, + 0.32639639066598475, + 0.2248994612392484, 0.048986206444717025, 0.13950312547512975, - 0.2891182532021736 + 0.28911825320217355 ], "resistance": [ 95761.35497823474, @@ -293330,11 +211317,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -723.664632423373, + -723.6646324233736, -1461.4820951904007, - -1419.9379492577016, + -1419.9379492577018, -592.7275280250205, - 720.4767938047185, + 720.4767938047194, 1838.9161115013171, 1743.8644004297016, 564.4361782182605 @@ -293342,7 +211329,7 @@ "relative wind speed": [ 2.282874525637181, 1.7529190993648995, - 1.7934268457942864, + 1.7934268457942861, 2.357610803177919, 2.9540971616136735, 3.296282871832892, @@ -293350,11 +211337,11 @@ 2.8948017964613593 ], "relative wind angle": [ - 0.3339998109840765, + 0.3339998109840772, 0.1611962469497106, 0.1967044800543762, - 0.33586261746235063, - 0.25612819961805, + 0.3358626174623507, + 0.25612819961804956, 0.08545522077316145, 0.10724872271270995, 0.2717551256865407 @@ -293397,68 +211384,7 @@ "id": "5484", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.069165221432295, - 8.069165221432295, - 8.069165221432295, - 8.069165221432295, - 8.069165221432295, - 8.069165221432295, - 8.069165221432295, - 8.069165221432295 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -910.5149693066699, - -1414.013269587455, - -1183.4847190839814, - -202.46455312361968, - 1106.4950088457813, - 2047.348888789671, - 1517.2724628989563, - 252.83495800584797 - ], - "relative wind speed": [ - 1.841420506875492, - 1.3445406255722916, - 1.6110275982851234, - 2.3005028589251837, - 2.884214009956703, - 3.146701518186589, - 3.018958432296772, - 2.5332205854305645 - ], - "relative wind angle": [ - 0.40589412658063756, - 0.09345083657810194, - 0.3481597786603418, - 0.40326084770694365, - 0.25483427558865546, - 0.0398826868570499, - 0.1830811999443635, - 0.36437943422201335 - ], - "resistance": [ - 95723.98503069337, - 95220.48673041258, - 95451.01528091605, - 96432.03544687641, - 97740.99500884581, - 98681.8488887897, - 98151.77246289898, - 96887.33495800587 - ], - "fuel": [ - 39.578902395460226, - 39.32171349584696, - 39.439351302655226, - 39.94217334240313, - 40.6186576735202, - 41.10883929819089, - 40.832266192711984, - 40.17675387809099 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 28.28125, -42.65625 28.4375, -42.5 28.4375, -42.5 28.28125, -42.65625 28.28125))", @@ -293477,68 +211403,7 @@ "id": "5485", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5391503885844084, - 7.5391503885844084, - 7.5391503885844084, - 7.5391503885844084, - 7.5391503885844084, - 7.5391503885844084, - 7.5391503885844084, - 7.5391503885844084 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1076.5424110339768, - -1346.3949777782805, - -902.7215946769423, - 205.26621839585937, - 1464.361726779265, - 2088.855404340211, - 1198.310913785171, - -86.20655343486305 - ], - "relative wind speed": [ - 1.4895976630245722, - 1.1409879331706383, - 1.652762132891924, - 2.3813167369599397, - 2.8978164104786117, - 3.0519481782766893, - 2.8079562814627206, - 2.2238641471101324 - ], - "relative wind angle": [ - 0.4257044370546018, - 0.07593686655250344, - 0.46258195429628785, - 0.41334281430838565, - 0.2139073456727516, - 0.02836595075063838, - 0.2657868811101951, - 0.4446166596483241 - ], - "resistance": [ - 95557.95758896602, - 95288.10502222172, - 95731.77840532306, - 96839.76621839586, - 98098.86172677926, - 98723.35540434021, - 97832.81091378517, - 96548.29344656513 - ], - "fuel": [ - 39.259149445621276, - 39.12135710785368, - 39.34804945563415, - 39.917368069939, - 40.56987559474335, - 40.89569867156182, - 40.43150716602321, - 39.76715750080108 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 28.125, -42.8125 28.28125, -42.65625 28.28125, -42.65625 28.125, -42.8125 28.125))", @@ -293557,68 +211422,7 @@ "id": "5486", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.665013027318201, - 8.665013027318201, - 8.665013027318201, - 8.665013027318201, - 8.665013027318201, - 8.665013027318201, - 8.665013027318201, - 8.665013027318201 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -855.7598488744886, - -1507.5863014594693, - -1366.1562374778116, - -417.4862513751359, - 957.4790983724797, - 2040.5498315566447, - 1716.7006786877555, - 431.7119975705127 - ], - "relative wind speed": [ - 2.092494596707535, - 1.5552717486688779, - 1.7040035001992282, - 2.3555980749801355, - 2.9673190931741162, - 3.280951999916844, - 3.2062264906389046, - 2.763091375093442 - ], - "relative wind angle": [ - 0.37485545592416125, - 0.13975280211767746, - 0.2731956299835318, - 0.3768486388806587, - 0.2611516012547853, - 0.06607975527996465, - 0.14389108687256633, - 0.3191099733078901 - ], - "resistance": [ - 95778.74015112553, - 95126.91369854055, - 95268.3437625222, - 96217.01374862489, - 97591.9790983725, - 98675.04983155667, - 98351.20067868778, - 97066.21199757053 - ], - "fuel": [ - 39.8930362692948, - 39.56012784574775, - 39.632226358240544, - 40.11776537059055, - 40.827430935466424, - 41.391393070480206, - 41.22230520941899, - 40.555234277411365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 28.125, -42.65625 28.28125, -42.5 28.28125, -42.5 28.125, -42.65625 28.125))", @@ -293637,68 +211441,7 @@ "id": "5487", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.259321107484753, - 9.259321107484753, - 9.259321107484753, - 9.259321107484753, - 9.259321107484753, - 9.259321107484753, - 9.259321107484753, - 9.259321107484753 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -1323.8295980650398, - -1719.3487456498997, - -1286.4275044690573, - 23.086670121111183, - 1569.1241073874307, - 2482.101556905058, - 1513.4069802526274, - -39.15340743669094 - ], - "relative wind speed": [ - 2.003553563347243, - 1.6254284576360625, - 2.0303819858330594, - 2.7546885709256914, - 3.3180324494980655, - 3.5187424665966134, - 3.3016836930160602, - 2.7267667840016934 - ], - "relative wind angle": [ - 0.3350922710259866, - 0.009152512080513755, - 0.3414703082296259, - 0.3508111361063905, - 0.1999046551547355, - 0.0042278144406620284, - 0.20741525776710004, - 0.3545609841841799 - ], - "resistance": [ - 95310.67040193501, - 94915.15125435016, - 95348.072495531, - 96657.58667012116, - 98203.62410738748, - 99116.60155690511, - 98147.90698025268, - 96595.34659256336 - ], - "fuel": [ - 39.96248532265295, - 39.76098143125999, - 39.98157057508968, - 40.65306099142075, - 41.45404921834417, - 41.93123162609216, - 41.42502817988249, - 40.621001198705684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 27.96875, -43.75 28.125, -43.59375 28.125, -43.59375 27.96875, -43.75 27.96875))", @@ -293730,9 +211473,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 919.9912654310342, + 919.9912654310315, -331.4679365668312, - -1261.2571801609379, + -1261.257180160939, -1449.0029877888699, -942.1850864773546, 198.74800697274986, @@ -293740,9 +211483,9 @@ 1816.9106187774814 ], "relative wind speed": [ - 3.119772798346864, + 3.1197727983468635, 2.617093150467287, - 2.0837414453294687, + 2.0837414453294683, 1.9183509956949507, 2.291547425983506, 2.8521913260883913, @@ -293750,10 +211493,10 @@ 3.362157250360673 ], "relative wind angle": [ - 0.19262677824336336, + 0.19262677824336452, 0.27979633362988804, - 0.205333197332327, - 0.06358278280010617, + 0.20533319733232697, + 0.06358278280010615, 0.2636730136951235, 0.25619007041834574, 0.13060709618091482, @@ -293810,7 +211553,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 142.48241922298985, + 142.48241922298894, -1049.3670869996117, -1550.6824745372435, -1332.5926334308156, @@ -293830,11 +211573,11 @@ 3.4483777483925295 ], "relative wind angle": [ - 0.2346061579473664, + 0.23460615794736733, 0.23072454211259633, 0.04640602826979018, 0.18549963543625658, - 0.25091803710944405, + 0.250918037109444, 0.17184607402747154, 0.02801348406136267, 0.12455417670611309 @@ -293890,33 +211633,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 408.7288292569151, + 408.7288292569133, -922.5464372569904, - -1627.525397313254, + -1627.5253973132558, -1531.986720495992, -605.8629311582754, 780.8272505820246, - 1881.6134809059308, + 1881.6134809059326, 1661.2929080124545 ], "relative wind speed": [ - 3.288934320047774, + 3.2889343200477734, 2.748222892099601, - 2.342093587514224, - 2.4137358645763003, + 2.3420935875142237, + 2.4137358645763, 2.89401039574135, 3.4116940172862535, - 3.7022942562108523, + 3.702294256210852, 3.6559901953239993 ], "relative wind angle": [ - 0.20878870596256882, - 0.2295059358953972, - 0.08655535179873447, - 0.14086115400803137, - 0.23779509236386345, - 0.18429678886616016, - 0.05471438672778607, + 0.20878870596256938, + 0.22950593589539717, + 0.08655535179873576, + 0.1408611540080306, + 0.23779509236386343, + 0.1842967888661602, + 0.054714386727784045, 0.09282450976896245 ], "resistance": [ @@ -293970,9 +211713,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 15.666167493560351, + 15.666167493558532, -1322.5276263468545, - -1812.2773595728427, + -1812.2773595728486, -1505.498954075099, -289.0026627087809, 1226.2567993232933, @@ -293980,9 +211723,9 @@ 1490.188558406273 ], "relative wind speed": [ - 3.3930053497967902, + 3.39300534979679, 2.847621845431452, - 2.5464952018545692, + 2.546495201854569, 2.7551857235151527, 3.283300404964312, 3.766111612580013, @@ -293990,19 +211733,19 @@ 3.8342533147833016 ], "relative wind angle": [ - 0.21226552341450072, + 0.21226552341450125, 0.19263426349756665, - 0.022053840515869814, + 0.022053840515874848, 0.16985956424429513, 0.21947208762500833, 0.14526529224206278, 0.014124370872096373, - 0.12177089623163337 + 0.12177089623163338 ], "resistance": [ 96650.1661674936, 95311.97237365319, - 94822.22264042721, + 94822.2226404272, 95129.00104592495, 96345.49733729126, 97860.75679932334, @@ -294012,7 +211755,7 @@ "fuel": [ 42.18784466685068, 41.5017563199936, - 41.25232855900461, + 41.2523285590046, 41.408465252833736, 42.03105593281744, 42.814251926823914, @@ -294050,32 +211793,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -843.4698080222697, + -843.4698080222704, -1384.6361144027828, -1230.8394669649501, -354.5347511501368, - 870.3886754578284, + 870.388675457828, 1792.4067574151327, 1439.7175576178201, 289.09165420315367 ], "relative wind speed": [ - 2.1159121697072587, + 2.1159121697072583, 1.6828836746599536, 1.834894047513554, - 2.4016781090351893, + 2.4016781090351897, 2.937543046869558, 3.205330872108209, 3.1208023481993035, 2.708908585151614 ], "relative wind angle": [ - 0.3139355360183349, - 0.09581020171821493, - 0.23415104625923044, - 0.32332337892794455, - 0.22430790789411822, - 0.050247112001702246, + 0.31393553601833524, + 0.09581020171821494, + 0.23415104625923092, + 0.32332337892794494, + 0.2243079078941187, + 0.05024711200170225, 0.13684260575978066, 0.28555016077602857 ], @@ -294130,19 +211873,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -931.6187566657788, + -931.6187566657798, -1460.0773574444813, - -1259.3701418542578, + -1259.3701418542585, -297.3159480506074, 1003.2487982052862, 1947.6147269473513, - 1487.087774432503, + 1487.087774432502, 247.39945511027236 ], "relative wind speed": [ - 2.081718370899362, + 2.0817183708993614, 1.6418125222639757, - 1.8415401165355365, + 1.8415401165355363, 2.4521769921466006, 3.004226976425754, 3.2654835389818335, @@ -294150,14 +211893,14 @@ 2.710306089874531 ], "relative wind angle": [ - 0.32830239735885897, - 0.0829370646376035, - 0.2630632510042279, + 0.3283023973588597, + 0.08293706463760349, + 0.2630632510042287, 0.3380415869476551, - 0.22532780952182, + 0.22532780952182002, 0.04166317613732205, - 0.15226622732323677, - 0.3047500988472742 + 0.1522662273232375, + 0.3047500988472743 ], "resistance": [ 95702.88124333421, @@ -294210,34 +211953,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -915.1174303543262, + -915.1174303543276, -1560.2962652167698, - -1426.4733304862534, + -1426.4733304862539, -483.40300121816244, - 877.2301466208824, + 877.2301466208837, 1930.5227883428065, - 1623.3165975830393, - 366.34990683023534 + 1623.3165975830384, + 366.3499068302358 ], "relative wind speed": [ - 2.402373211875376, + 2.4023732118753753, 1.9605731383215028, - 2.076799667670315, + 2.0767996676703144, 2.62759706771699, 3.1779684638801617, 3.468001380600276, 3.399674064806465, - 2.9944305395647968 + 2.9944305395647963 ], "relative wind angle": [ - 0.28223216616200464, + 0.28223216616200547, 0.09729952383416868, 0.19367165267640926, - 0.2917346507401819, - 0.21211827147189474, - 0.05494745562900578, - 0.11784486921900132, - 0.25513886941506486 + 0.29173465074018196, + 0.21211827147189422, + 0.054947455629005784, + 0.11784486921900227, + 0.255138869415064 ], "resistance": [ 95719.38256964565, @@ -294290,19 +212033,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -923.6122046388703, + -923.6122046388707, -1340.955867195104, -1100.7673808191537, -165.21180310884665, - 1033.962849302281, + 1033.962849302282, 1848.719506022012, - 1296.4160595818075, + 1296.416059581807, 129.32718942910697 ], "relative wind speed": [ - 1.9063262487917554, + 1.9063262487917552, 1.5135012310128297, - 1.7673338237543779, + 1.7673338237543776, 2.375835739695782, 2.894343457251668, 3.11779053803982, @@ -294310,13 +212053,13 @@ 2.5232337096179136 ], "relative wind angle": [ - 0.33277272802658603, - 0.0515659406340646, + 0.33277272802658675, + 0.051565940634064604, 0.29415559987631745, 0.3446255537631061, - 0.21684962516059778, + 0.21684962516059725, 0.025023705983375204, - 0.17273419385421301, + 0.17273419385421304, 0.3237338476861919 ], "resistance": [ @@ -294357,68 +212100,7 @@ "id": "5496", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.041509334880582, - 8.041509334880582, - 8.041509334880582, - 8.041509334880582, - 8.041509334880582, - 8.041509334880582, - 8.041509334880582, - 8.041509334880582 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -886.2472065042625, - -1381.3548622821822, - -1162.4351261832194, - -211.72263683293772, - 1060.646031003852, - 1978.2200502674254, - 1475.1615263913995, - 248.63362321502427 - ], - "relative wind speed": [ - 1.8446721954161363, - 1.360336451029585, - 1.6123082778002567, - 2.2827869642437375, - 2.8557701432621094, - 3.115721964439206, - 2.9931088581983523, - 2.5193495778806745 - ], - "relative wind angle": [ - 0.3960970399619967, - 0.09359942642281957, - 0.33620259212140663, - 0.3954448985629218, - 0.25187380108156276, - 0.04081756669855729, - 0.17865982294287686, - 0.35655438182615606 - ], - "resistance": [ - 95748.25279349573, - 95253.14513771782, - 95472.06487381678, - 96422.77736316706, - 97695.14603100385, - 98612.72005026742, - 98109.6615263914, - 96883.13362321502 - ], - "fuel": [ - 39.578610772633425, - 39.32565540894359, - 39.43739115926839, - 39.9246998517151, - 40.58214316315937, - 41.05999977428658, - 40.79762766637461, - 40.16187420999558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 27.96875, -42.65625 28.125, -42.5 28.125, -42.5 27.96875, -42.65625 27.96875))", @@ -294437,68 +212119,7 @@ "id": "5497", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.635735239946326, - 8.635735239946326, - 8.635735239946326, - 8.635735239946326, - 8.635735239946326, - 8.635735239946326, - 8.635735239946326, - 8.635735239946326 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1206.1723556760244, - -1524.3892841386212, - -1092.2218215240314, - 94.15881323486065, - 1457.5570359695953, - 2190.8767800677447, - 1287.472796799735, - -95.5382331125079 - ], - "relative wind speed": [ - 1.8299396095926, - 1.4997753171791042, - 1.9180328864691107, - 2.6076532685895097, - 3.12795454005036, - 3.2990078171107586, - 3.0747241219011094, - 2.5165299541614883 - ], - "relative wind angle": [ - 0.33513860385420025, - 0.03245241583172672, - 0.3572234500624037, - 0.3523169257707681, - 0.19362315646395853, - 0.014751269825846087, - 0.21989700514779353, - 0.3656628666007057 - ], - "resistance": [ - 95428.32764432397, - 95110.11071586137, - 95542.27817847597, - 96728.65881323486, - 98092.0570359696, - 98825.37678006775, - 97921.97279679973, - 96538.96176688749 - ], - "fuel": [ - 39.69926830049463, - 39.53696224186531, - 39.75748021931532, - 40.36641597667921, - 41.07267773233933, - 41.4554095864743, - 40.98419379814482, - 40.268698061536895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 27.8125, -42.8125 27.96875, -42.65625 27.96875, -42.65625 27.8125, -42.8125 27.8125))", @@ -294530,17 +212151,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -976.879667647064, + -976.8796676470652, -1460.7677295574395, - -1217.154386434556, + -1217.1543864345563, -211.9647074984482, 1101.6918247361746, 2018.100556746232, 1458.398558589221, - 187.6432908948509 + 187.64329089485045 ], "relative wind speed": [ - 1.9820680012343093, + 1.9820680012343088, 1.5469992057797053, 1.7986285242162376, 2.4415197365841323, @@ -294550,14 +212171,14 @@ 2.6347327630112223 ], "relative wind angle": [ - 0.3460773624783499, - 0.06631347948555845, - 0.2975760901986953, - 0.35485544003924674, - 0.22636224661345955, + 0.3460773624783506, + 0.06631347948555846, + 0.2975760901986961, + 0.3548554400392468, + 0.22636224661345958, 0.0316265830829582, - 0.170432449126237, - 0.32781472034855763 + 0.17043244912623698, + 0.3278147203485577 ], "resistance": [ 95657.62033235293, @@ -294597,68 +212218,7 @@ "id": "5499", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.792378660769789, - 7.792378660769789, - 7.792378660769789, - 7.792378660769789, - 7.792378660769789, - 7.792378660769789, - 7.792378660769789, - 7.792378660769789 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1079.4599275513447, - -1329.5266354301011, - -896.7950009345284, - 177.2711083966933, - 1380.0903626143745, - 1956.1434830837688, - 1104.7393758269309, - -127.54367410073246 - ], - "relative wind speed": [ - 1.5813139082350243, - 1.2825486406762987, - 1.7416961891941782, - 2.419270408091615, - 2.9071424248260866, - 3.050753962367435, - 2.8139874092020567, - 2.2581322917697837 - ], - "relative wind angle": [ - 0.36483620764501645, - 0.0679258891310905, - 0.4056591761228372, - 0.3744883498702879, - 0.19531557891833565, - 0.028538222927484962, - 0.2467460477340502, - 0.40269508200556275 - ], - "resistance": [ - 95555.04007244865, - 95304.9733645699, - 95737.70499906548, - 96811.7711083967, - 98014.59036261437, - 98590.64348308377, - 97739.23937582693, - 96506.95632589927 - ], - "fuel": [ - 39.36755099806025, - 39.23985524099551, - 39.46097531801267, - 40.01281980535754, - 40.635911760070044, - 40.93622892627178, - 40.4927975801167, - 39.85577274689092 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 27.65625, -43.125 27.8125, -42.96875 27.8125, -42.96875 27.65625, -43.125 27.65625))", @@ -294690,33 +212250,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -975.8179317826471, + -975.8179317826498, -1757.948140890575, - -1658.802137288385, + -1658.8021372883854, -651.8697745113764, - 865.963263674958, + 865.9632636749589, 2084.951537716896, - 1856.9774340975096, + 1856.9774340975123, 483.9871832652866 ], "relative wind speed": [ - 2.721161066554244, + 2.7211610665542434, 2.261387181851399, - 2.337567904057689, - 2.8723755715028467, + 2.3375679040576887, + 2.872375571502847, 3.441022814420003, 3.75918655738815, 3.7122946883846555, 3.3158428997350398 ], "relative wind angle": [ - 0.2574468162333286, + 0.25744681623332993, 0.1012667037060996, - 0.15875120414371913, - 0.2646074013642765, - 0.2027333593215219, - 0.060851774877546685, - 0.09970867816115067, + 0.15875120414371915, + 0.26460740136427735, + 0.20273335932152134, + 0.06085177487754669, + 0.09970867816114955, 0.22853696480905797 ], "resistance": [ @@ -294770,34 +212330,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -987.573778225463, + -987.5737782254644, -1467.2080721291652, - -1243.628206873756, + -1243.6282068737562, -266.6671639650299, 1012.4202966933244, 1901.4952788931846, 1387.2677721438527, - 158.7141648244351 + 158.71416482443556 ], "relative wind speed": [ - 2.191678039455881, + 2.1916780394558804, 1.8130743780683454, 2.0177919938798623, 2.5878155939004936, 3.102464452487322, 3.337888495317469, 3.2182687546280158, - 2.780638192851789 + 2.7806381928517894 ], "relative wind angle": [ - 0.2823664111410248, + 0.28236641114102523, 0.05549569670697899, - 0.2342940406382227, + 0.23429404063822318, 0.299309690834512, 0.19812600058888452, 0.03013324383241769, 0.14607648650878005, - 0.27797986744136205 + 0.27797986744136244 ], "resistance": [ 95646.92622177457, @@ -294850,10 +212410,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -929.4275428750116, + -929.427542875012, -1710.24851302161, - -1630.888274121502, - -669.2263036975423, + -1630.8882741215016, + -669.2263036975419, 804.2662618018849, 2003.2602265769137, 1820.6793956586098, @@ -294870,20 +212430,20 @@ 3.313663855489816 ], "relative wind angle": [ - 0.2511700399426069, + 0.25117003994260734, 0.103012704544899, - 0.148987474085746, - 0.2572161739020072, + 0.14898747408574528, + 0.25721617390200713, 0.20049431230399017, 0.06295000619752411, 0.09431879152263174, - 0.22115706172391028 + 0.22115706172391025 ], "resistance": [ 95705.07245712499, 94924.25148697839, 95003.6117258785, - 95965.27369630245, + 95965.27369630247, 97438.76626180188, 98637.76022657691, 98455.1793956586, @@ -294893,7 +212453,7 @@ 41.06827792428962, 40.6698893475807, 40.71027676389742, - 41.20154113766351, + 41.20154113766352, 41.9609497258416, 42.58484889405064, 42.48949728240433, @@ -294930,9 +212490,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -840.3189610330155, + -840.3189610330173, -1604.2454881047931, - -1547.8785611118622, + -1547.8785611118626, -656.8230478626374, 736.4548058218156, 1893.2572173406338, @@ -294940,9 +212500,9 @@ 519.8918045147452 ], "relative wind speed": [ - 2.6107259703224686, + 2.610725970322468, 2.146191355785696, - 2.1919970297057843, + 2.191997029705784, 2.7010418847335353, 3.2587425831693904, 3.5817811183583586, @@ -294950,12 +212510,12 @@ 3.1842842292095743 ], "relative wind angle": [ - 0.26583708391913663, + 0.26583708391913785, 0.11640743355236485, 0.15267426207598245, 0.27010078139426297, 0.2120603016178527, - 0.06964982489341377, + 0.06964982489341376, 0.09393921725589914, 0.22831343703637344 ], @@ -294997,68 +212557,7 @@ "id": "5504", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.754488758781621, - 8.754488758781621, - 8.754488758781621, - 8.754488758781621, - 8.754488758781621, - 8.754488758781621, - 8.754488758781621, - 8.754488758781621 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1149.7209002364032, - -1429.1545410510591, - -1024.821856659781, - 73.18535000154907, - 1316.6726675608697, - 1960.1156398062194, - 1132.2875770311985, - -134.38304512255672 - ], - "relative wind speed": [ - 1.8993271076116138, - 1.622737610082124, - 1.9916237902876388, - 2.612716089344316, - 3.0882442034113313, - 3.2421317632750437, - 3.0295429357532275, - 2.5136448353125247 - ], - "relative wind angle": [ - 0.28596652412319445, - 0.03218065445823593, - 0.3110799281400135, - 0.3151789251072079, - 0.17436965521393574, - 0.016104836690336112, - 0.20260503702630242, - 0.3280569482620883 - ], - "resistance": [ - 95484.77909976365, - 95205.34545894898, - 95609.67814334026, - 96707.68535000159, - 97951.17266756091, - 98594.61563980626, - 97766.78757703124, - 96500.11695487749 - ], - "fuel": [ - 39.78768865908127, - 39.64508509654088, - 39.85152243195456, - 40.415193441543835, - 41.05896499531471, - 41.394343745181274, - 40.96314281176393, - 40.308292627721116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 27.65625, -42.65625 27.8125, -42.5 27.8125, -42.5 27.65625, -42.65625 27.65625))", @@ -295077,68 +212576,7 @@ "id": "5505", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.996376573779388, - 7.996376573779388, - 7.996376573779388, - 7.996376573779388, - 7.996376573779388, - 7.996376573779388, - 7.996376573779388, - 7.996376573779388 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -999.7970040718594, - -1299.8659684981521, - -970.1257799405905, - 22.954936309922687, - 1196.0268626369057, - 1888.780816958798, - 1151.7472190485369, - -26.4376950268761 - ], - "relative wind speed": [ - 1.7232812528595303, - 1.389286689960475, - 1.7480448276566618, - 2.3847431654882794, - 2.8779736623928605, - 3.053246333164547, - 2.863000167374581, - 2.3591165110144576 - ], - "relative wind angle": [ - 0.3424288909412821, - 0.009848902030496879, - 0.3491390047055315, - 0.35637976788406056, - 0.20243671418654002, - 0.004481385252984, - 0.2104164238751047, - 0.3604267867316608 - ], - "resistance": [ - 95634.70299592815, - 95334.63403150186, - 95664.37422005943, - 96657.45493630994, - 97830.52686263692, - 98523.28081695881, - 97786.24721904856, - 96608.06230497314 - ], - "fuel": [ - 39.49988022365296, - 39.346589941944934, - 39.515055976548034, - 40.024870362259904, - 40.631813896963145, - 40.99264733679671, - 40.60881076216772, - 39.99942711796985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 27.5, -42.8125 27.65625, -42.65625 27.65625, -42.65625 27.5, -42.8125 27.5))", @@ -295170,13 +212608,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -806.4353784875004, + -806.4353784875011, -1382.9294541244012, - -1260.162695213684, + -1260.1626952136844, -414.5872152426341, - 804.4798943272449, + 804.4798943272444, 1750.892258239362, - 1469.4233666400773, + 1469.4233666400783, 339.2857613898391 ], "relative wind speed": [ @@ -295186,18 +212624,18 @@ 2.408321461655101, 2.944166968011993, 3.223927169068055, - 3.1568890412832364, - 2.763226381778401 + 3.156889041283237, + 2.7632263817784004 ], "relative wind angle": [ - 0.3050837917342042, + 0.3050837917342053, 0.10644217248530793, - 0.21302590287277073, - 0.3132839792494447, - 0.22464376517975493, - 0.0575052548667937, - 0.12506870249256924, - 0.27194104295812094 + 0.2130259028727718, + 0.31328397924944473, + 0.22464376517975543, + 0.057505254866793705, + 0.12506870249257013, + 0.2719410429581205 ], "resistance": [ 95828.06462151249, @@ -295250,33 +212688,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -799.7778306372875, + -799.7778306372886, -1114.1414288600022, - -884.3039345319934, - -76.79568459433813, + -884.3039345319938, + -76.79568459433722, 927.9579872795457, 1583.2531529258158, 1053.7592441166148, 63.83920080436883 ], "relative wind speed": [ - 1.6666229840398559, + 1.6666229840398554, 1.3181167978833173, - 1.5916073770998624, - 2.1676762281525535, + 1.5916073770998622, + 2.167676228152554, 2.6392551450933808, 2.8294642600622515, 2.685160302289808, 2.2459919104338093 ], "relative wind angle": [ - 0.3451862891596861, + 0.34518628915968674, 0.031625923356236506, - 0.32286608802765593, - 0.35617438134660717, + 0.32286608802765626, + 0.35617438134660756, 0.21533362876685597, - 0.014731134829679025, - 0.18919534986927322, + 0.014731134829679027, + 0.1891953498692732, 0.34323243104521184 ], "resistance": [ @@ -295317,68 +212755,7 @@ "id": "5508", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.067214617425336, - 8.067214617425336, - 8.067214617425336, - 8.067214617425336, - 8.067214617425336, - 8.067214617425336, - 8.067214617425336, - 8.067214617425336 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -360.9482992469177, - -1126.34589643667, - -1235.9424592632313, - -704.5313027308123, - 340.2324730754385, - 1373.933942897981, - 1624.87552665651, - 750.5871040199904 - ], - "relative wind speed": [ - 2.1824155489220276, - 1.6238902870883354, - 1.5030122546235634, - 1.9622507711627777, - 2.5453793977916157, - 2.9334065934300355, - 2.997139981604135, - 2.7187250353703893 - ], - "relative wind angle": [ - 0.35086800725109, - 0.2457379437636771, - 0.12772014689136468, - 0.34617133713805465, - 0.2991421446583336, - 0.13508229293800592, - 0.06391890042069479, - 0.24740649531897774 - ], - "resistance": [ - 96273.55170075313, - 95508.15410356337, - 95398.55754073682, - 95929.96869726923, - 96974.73247307548, - 98008.43394289803, - 98259.37552665656, - 97385.08710402003 - ], - "fuel": [ - 39.85980172726285, - 39.467641388174, - 39.41166673509626, - 39.683493346593366, - 40.220973075540186, - 40.75675914895518, - 40.88742646522297, - 40.43319135574143 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 29.84375, -42.34375 30, -42.1875 30, -42.1875 29.84375, -42.34375 29.84375))", @@ -295397,68 +212774,7 @@ "id": "5509", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.153234842022867, - 8.153234842022867, - 8.153234842022867, - 8.153234842022867, - 8.153234842022867, - 8.153234842022867, - 8.153234842022867, - 8.153234842022867 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -586.5919582563815, - -1256.3409742116305, - -1239.5245261464834, - -534.2673641762115, - 613.9745488341518, - 1617.3962579465342, - 1578.945470090608, - 551.3330968030632 - ], - "relative wind speed": [ - 2.076620089041804, - 1.5417076733352224, - 1.5603196985649594, - 2.1099136575945394, - 2.6919629755635244, - 3.0302067761121694, - 3.0206651741440935, - 2.665948239091083 - ], - "relative wind angle": [ - 0.3635628467922931, - 0.1913003976920375, - 0.20911002187812375, - 0.3640227316570938, - 0.2778825852455352, - 0.09688871693717242, - 0.10743652721507671, - 0.2856467531609508 - ], - "resistance": [ - 96047.90804174366, - 95378.15902578841, - 95394.97547385356, - 96100.23263582384, - 97248.4745488342, - 98251.89625794657, - 98213.44547009065, - 97185.83309680311 - ], - "fuel": [ - 39.783812639922, - 39.441102116839616, - 39.44968666353802, - 39.810657425624626, - 40.402320125650014, - 40.92337721780088, - 40.903341449782, - 40.36991590106061 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 29.6875, -42.5 29.84375, -42.34375 29.84375, -42.34375 29.6875, -42.5 29.6875))", @@ -295477,68 +212793,7 @@ "id": "5510", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.772548935785458, - 8.772548935785458, - 8.772548935785458, - 8.772548935785458, - 8.772548935785458, - 8.772548935785458, - 8.772548935785458, - 8.772548935785458 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -370.6683154801799, - -1241.5668563405845, - -1387.0527865185445, - -832.5966248264015, - 308.8646865239334, - 1459.4718000289213, - 1793.0036238816429, - 858.2483509882013 - ], - "relative wind speed": [ - 2.3922505352977517, - 1.824906826687023, - 1.6807272658934036, - 2.1219379417115416, - 2.716761983244209, - 3.1262394935680287, - 3.2060589755829305, - 2.932752575441435 - ], - "relative wind angle": [ - 0.32537766747816826, - 0.23249381434437624, - 0.10137485007383107, - 0.3167860531095847, - 0.2853394126968372, - 0.13490510413003476, - 0.0530781510459575, - 0.227343524129666 - ], - "resistance": [ - 96263.83168451983, - 95392.93314365944, - 95247.44721348147, - 95801.90337517361, - 96943.36468652394, - 98093.97180002893, - 98427.50362388165, - 97492.74835098821 - ], - "fuel": [ - 40.19594092762966, - 39.749928401301695, - 39.675695931026404, - 39.95902249618187, - 40.545909774656565, - 41.14240611051434, - 41.31623624494703, - 40.830106048341165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 29.6875, -42.34375 29.84375, -42.1875 29.84375, -42.1875 29.6875, -42.34375 29.6875))", @@ -295557,68 +212812,7 @@ "id": "5511", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.158940253611298, - 8.158940253611298, - 8.158940253611298, - 8.158940253611298, - 8.158940253611298, - 8.158940253611298, - 8.158940253611298, - 8.158940253611298 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -541.4525503627065, - -1305.8324199032909, - -1331.8988892605862, - -621.5794473360522, - 597.2335486572579, - 1711.8077367011183, - 1771.424083012882, - 693.6231089516928 - ], - "relative wind speed": [ - 2.1194898480451854, - 1.5167462469240347, - 1.4871423284253886, - 2.0682235745112254, - 2.6996628042063557, - 3.0789441850776997, - 3.093351607461951, - 2.7391363088057403 - ], - "relative wind angle": [ - 0.3929393690554749, - 0.23677380387220334, - 0.20890435283603648, - 0.3929453251995574, - 0.30533936120186095, - 0.11581118546637285, - 0.0998687125541615, - 0.2933098545284649 - ], - "resistance": [ - 96093.04744963732, - 95328.66758009674, - 95302.60111073944, - 96012.92055266397, - 97231.73354865728, - 98346.30773670114, - 98405.92408301291, - 97328.12310895172 - ], - "fuel": [ - 39.80963076611016, - 39.418503831320855, - 39.40520416639484, - 39.76852848045583, - 40.39631888565947, - 40.97525633127102, - 41.006352776894865, - 40.4462034150255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 29.84375, -42.1875 30, -42.03125 30, -42.03125 29.84375, -42.1875 29.84375))", @@ -295637,68 +212831,7 @@ "id": "5512", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.936861036532683, - 8.936861036532683, - 8.936861036532683, - 8.936861036532683, - 8.936861036532683, - 8.936861036532683, - 8.936861036532683, - 8.936861036532683 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -826.5542073188517, - -1422.943346936523, - -1295.5318936194656, - -421.7533457757013, - 838.7616775759625, - 1819.4501854478458, - 1527.4600571713845, - 357.48304909762373 - ], - "relative wind speed": [ - 2.1835164892261996, - 1.726755025057711, - 1.8505223459820697, - 2.4159133679380207, - 2.9673657696873907, - 3.254430972270435, - 3.1856821744888744, - 2.7814324490185833 - ], - "relative wind angle": [ - 0.315324902438043, - 0.11102240911230145, - 0.2215312952962709, - 0.32278065346243173, - 0.23023230450192642, - 0.05881989115091764, - 0.12798384708277527, - 0.2791302737328624 - ], - "resistance": [ - 95807.94579268119, - 95211.55665306353, - 95338.96810638058, - 96212.74665422435, - 97473.26167757601, - 98453.95018544789, - 98161.96005717143, - 96991.98304909767 - ], - "fuel": [ - 40.046292375292396, - 39.74157121814527, - 39.80656010053144, - 40.25387678399179, - 40.904182285277, - 41.414213286327524, - 41.26198255295331, - 40.65519067421152 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 29.84375, -42.03125 30, -41.875 30, -41.875 29.84375, -42.03125 29.84375))", @@ -295730,19 +212863,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -921.3424281924401, + -921.342428192441, -1339.0358726353484, - -1109.8313397259233, - -190.1045322831469, + -1109.8313397259235, + -190.10453228314645, 992.1180993620351, 1796.7934867423214, - 1269.7137525652442, + 1269.7137525652433, 123.08403598872474 ], "relative wind speed": [ - 1.9847704752117312, + 1.984770475211731, 1.6121557842412095, - 1.8434374311287005, + 1.8434374311287003, 2.422558612546088, 2.9263338994300705, 3.147014086012869, @@ -295750,14 +212883,14 @@ 2.57564626822174 ], "relative wind angle": [ - 0.3070433605278354, - 0.049916433240648435, - 0.2668598553340021, - 0.3225507385300091, - 0.206457337209368, + 0.30704336052783654, + 0.04991643324064844, + 0.26685985533400247, + 0.32255073853000904, + 0.20645733720936799, 0.025563410842986172, - 0.16181320309590286, - 0.3027499037363148 + 0.16181320309590355, + 0.3027499037363147 ], "resistance": [ 95713.15757180759, @@ -295766,7 +212899,7 @@ 96444.39546771688, 97626.61809936207, 98431.29348674235, - 97904.21375256528, + 97904.21375256527, 96757.58403598875 ], "fuel": [ @@ -295776,7 +212909,7 @@ 40.18302682504553, 40.79378776063093, 41.2124745140369, - 40.93795343761913, + 40.93795343761912, 40.3443202076252 ] }, @@ -295797,68 +212930,7 @@ "id": "5514", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.693960390981559, - 8.693960390981559, - 8.693960390981559, - 8.693960390981559, - 8.693960390981559, - 8.693960390981559, - 8.693960390981559, - 8.693960390981559 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -761.3545030058062, - -1433.1333455660767, - -1346.88795434896, - -491.7689609933898, - 803.8688417021363, - 1866.4266614136332, - 1669.1022092037956, - 481.6197239472076 - ], - "relative wind speed": [ - 2.1525666105141505, - 1.6286601214135439, - 1.7173897994724003, - 2.3130733603849154, - 2.9066772113823043, - 3.2295172445408626, - 3.1832197066080337, - 2.780648674922314 - ], - "relative wind angle": [ - 0.35273215159218285, - 0.15196857081544898, - 0.2320496295537715, - 0.3555068288621358, - 0.25871221296774816, - 0.07641814471265615, - 0.12439392136356706, - 0.29374325922427824 - ], - "resistance": [ - 95873.14549699421, - 95201.36665443394, - 95287.61204565105, - 96142.73103900663, - 97438.36884170215, - 98500.92666141364, - 98303.6022092038, - 97116.11972394722 - ], - "fuel": [ - 39.955878524757196, - 39.61256873411883, - 39.656550127886725, - 40.09412125802501, - 40.76229387419093, - 41.31492689793765, - 41.21198141249579, - 40.595523372243825 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 29.6875, -42.03125 29.84375, -41.875 29.84375, -41.875 29.6875, -42.03125 29.6875))", @@ -295890,32 +212962,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -800.684686379032, + -800.6846863790329, -1344.7430202117805, - -1202.8529880417002, - -353.5526341777279, - 847.9810922439979, + -1202.8529880417007, + -353.5526341777281, + 847.9810922439974, 1766.4659110470316, 1441.3404615329496, 314.84209793471246 ], "relative wind speed": [ - 2.0434467455411203, + 2.04344674554112, 1.5903293835330599, - 1.737812425616074, - 2.3153138013811327, + 1.7378124256160739, + 2.3153138013811323, 2.8600810071688003, 3.1347392908026097, 3.055445293701831, 2.6448175684845148 ], "relative wind angle": [ - 0.3342381352820459, + 0.33423813528204627, 0.10929721147638229, - 0.24708069463178364, - 0.3411091965494299, - 0.2365829202023855, - 0.055367081722876445, + 0.2470806946317841, + 0.3411091965494293, + 0.23658292020238597, + 0.05536708172287645, 0.1395564599262959, 0.2972113370760489 ], @@ -295970,13 +213042,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -160.67452390722633, + -160.67452390722656, -1002.1423414917346, - -1207.8567764541722, + -1207.8567764541724, -797.8888364280633, - 179.58897689714513, + 179.58897689714559, 1251.0058633277672, - 1723.9145280140915, + 1723.9145280140874, 945.1730911326904 ], "relative wind speed": [ @@ -295990,13 +213062,13 @@ 2.6888059380843266 ], "relative wind angle": [ - 0.3847419121809732, + 0.38474191218097353, 0.33222172824541446, - 0.07680924245168005, + 0.07680924245168148, 0.38272421962187836, - 0.35294336624191835, - 0.18123843444958077, - 0.034098035618546366, + 0.3529433662419181, + 0.1812384344495808, + 0.03409803561854962, 0.2422223355729201 ], "resistance": [ @@ -296006,7 +213078,7 @@ 95836.61116357197, 96814.08897689717, 97885.5058633278, - 98358.41452801412, + 98358.41452801411, 97579.67309113272 ], "fuel": [ @@ -296016,7 +213088,7 @@ 39.4201117499699, 39.92251421932966, 40.47728360129969, - 40.72350995641446, + 40.723509956414446, 40.3184907024464 ] }, @@ -296037,68 +213109,7 @@ "id": "5517", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.650966952793432, - 7.650966952793432, - 7.650966952793432, - 7.650966952793432, - 7.650966952793432, - 7.650966952793432, - 7.650966952793432, - 7.650966952793432 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -454.1264618619598, - -1180.6107865656977, - -1225.591444077516, - -591.221511654498, - 527.8168036877962, - 1575.7933701045552, - 1678.7594501808082, - 693.3605050183367 - ], - "relative wind speed": [ - 2.0109418673330097, - 1.4016533630629866, - 1.346035010924128, - 1.9170139517661515, - 2.5421705831858494, - 2.922650563721649, - 2.9486790631017707, - 2.613728367015627 - ], - "relative wind angle": [ - 0.41437962612618995, - 0.2681175570651442, - 0.21298441007325175, - 0.41544208647915204, - 0.32413353884575713, - 0.12739384500076154, - 0.09664168281514071, - 0.3005153203756729 - ], - "resistance": [ - 96180.37353813804, - 95453.8892134343, - 95408.90855592248, - 96043.2784883455, - 97162.31680368779, - 98210.29337010455, - 98313.2594501808, - 97327.86050501834 - ], - "fuel": [ - 39.626005121459485, - 39.253981739114195, - 39.23101227855698, - 39.555650155521874, - 40.13196695347044, - 40.675911397993275, - 40.7295756632801, - 40.21761939320956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 29.375, -42.5 29.53125, -42.34375 29.53125, -42.34375 29.375, -42.5 29.375))", @@ -296130,9 +213141,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -218.78483509110924, + -218.78483509111038, -1146.9660193260856, - -1356.7380761319585, + -1356.7380761319587, -866.0617115265732, 249.28160331013987, 1448.9605431015511, @@ -296140,9 +213151,9 @@ 1027.9358427764441 ], "relative wind speed": [ - 2.2651235513236965, + 2.265123551323696, 1.606471256293122, - 1.364762224891684, + 1.3647622248916838, 1.843084200995189, 2.5070060254346807, 2.9723919689420284, @@ -296150,7 +213161,7 @@ 2.831767035327764 ], "relative wind angle": [ - 0.391716363085234, + 0.3917163630852343, 0.3294345229377062, 0.09524664635534683, 0.39149133478330445, @@ -296210,33 +213221,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -445.8087048407633, + -445.8087048407647, -1227.1854950395652, - -1299.7678839207533, + -1299.7678839207538, -669.4035630524024, 482.453686373859, 1581.8068250308193, - 1747.8712802653386, + 1747.8712802653358, 751.2344829118574 ], "relative wind speed": [ - 2.1314594845834396, + 2.131459484583439, 1.5270402000007135, - 1.4435792581405993, + 1.443579258140599, 1.9860921129341955, 2.61224731643795, 3.0058449401523943, - 3.0468072636982155, + 3.046807263698216, 2.72440703559482 ], "relative wind angle": [ - 0.3886332890565911, + 0.3886332890565917, 0.2583753932704627, - 0.17818925258320845, - 0.38833570103978177, + 0.17818925258320906, + 0.3883357010397818, 0.3143332726733084, - 0.13017253448194085, - 0.08407914564629174, + 0.13017253448194088, + 0.08407914564629437, 0.27966608009057237 ], "resistance": [ @@ -296290,33 +213301,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -706.9831212172139, + -706.9831212172144, -1381.5037669110984, - -1310.0342097642424, - -486.22985426014316, + -1310.0342097642426, + -486.22985426014293, 782.151175118483, 1842.03722385838, - 1678.5477172747665, + 1678.5477172747674, 517.0807413194798 ], "relative wind speed": [ 2.0683500326793403, 1.5139906453522658, - 1.5926784539746695, - 2.2064095772920442, + 1.5926784539746692, + 2.2064095772920447, 2.8144613758487464, 3.1475541329125503, 3.1084787334118764, 2.707585912037324 ], "relative wind angle": [ - 0.38151255035892295, + 0.3815125503589235, 0.17671111773495524, 0.24978723989150833, - 0.3822125409419141, + 0.38221254094191465, 0.2771564572374767, 0.08465841239232341, - 0.12699681961425316, + 0.1269968196142523, 0.30882184734847895 ], "resistance": [ @@ -296370,33 +213381,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -804.2246982314732, + -804.2246982314741, -1331.0777869347794, - -1167.1147729341867, + -1167.1147729341872, -296.06944723005495, - 917.7285723573045, + 917.7285723573054, 1834.5353175181294, - 1458.6507715285402, + 1458.650771528541, 307.91194287516737 ], "relative wind speed": [ - 1.9096433584873864, + 1.909643358487386, 1.4262572266610056, - 1.6113541163748215, + 1.6113541163748213, 2.2369924350680543, - 2.801222348684195, + 2.8012223486841954, 3.0756096512366518, 2.982804437945053, 2.547439743905845 ], "relative wind angle": [ - 0.3764241436855165, + 0.3764241436855168, 0.11628890479622267, - 0.29465286454239964, - 0.37880589430755385, - 0.25329758019649196, + 0.2946528645424, + 0.3788058943075539, + 0.2532975801964924, 0.05383136812548847, - 0.1575332055442003, + 0.1575332055441996, 0.33074074147711807 ], "resistance": [ @@ -296450,7 +213461,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -454.2351560509462, + -454.2351560509471, -1127.5151597177917, -1147.624947453634, -514.8245796836547, @@ -296460,7 +213471,7 @@ 641.7939319987727 ], "relative wind speed": [ - 1.8882810530789629, + 1.8882810530789624, 1.2709793241647667, 1.2439559381627305, 1.8443238308589156, @@ -296470,14 +213481,14 @@ 2.5011330329772368 ], "relative wind angle": [ - 0.4452744846154303, + 0.44527448461543084, 0.2820311726376244, - 0.25439504701797, + 0.2543950470179709, 0.4465287531638346, - 0.3357951400664153, + 0.33579514006641537, 0.12506006115050322, 0.11015227447237685, - 0.32407784615499474 + 0.3240778461549948 ], "resistance": [ 96180.26484394907, @@ -296530,31 +213541,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -557.6891845915491, + -557.6891845915497, -1224.3941883149569, - -1198.3276704996317, - -478.9564566501308, + -1198.327670499632, + -478.95645665013103, 685.1793140923214, 1709.1528329843827, 1649.4120107206086, 589.7054012298672 ], "relative wind speed": [ - 1.9077474204861866, + 1.9077474204861864, 1.29834930090665, - 1.3318784658386602, - 1.9627552375436046, + 1.33187846583866, + 1.9627552375436044, 2.5891451886407677, 2.942356559132245, 2.927332024295944, 2.5476979620293454 ], "relative wind angle": [ - 0.4395956985669613, + 0.4395956985669618, 0.2452371315330041, 0.2784568653067875, - 0.4382804584561461, - 0.31895388649135614, + 0.4382804584561459, + 0.3189538864913562, 0.10733832714272665, 0.1253897967401003, 0.3330703495459774 @@ -296610,19 +213621,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -445.231170807755, + -445.23117080775637, -1270.375910469817, - -1351.500351841832, + -1351.5003518418325, -692.6626565988379, - 517.4488823557313, + 517.4488823557317, 1682.0042689872662, 1867.7749129461868, 816.1769295566442 ], "relative wind speed": [ - 2.1339597685287393, + 2.1339597685287384, 1.4866760057044741, - 1.3908444809673013, + 1.390844480967301, 1.9718132721437105, 2.6318455984491185, 3.044698671763401, @@ -296630,13 +213641,13 @@ 2.7554215589584725 ], "relative wind angle": [ - 0.41303906140411295, + 0.413039061404113, 0.28421046493301594, - 0.19318790594025576, - 0.41471192214126673, - 0.33149801597976725, + 0.19318790594025634, + 0.4147119221412668, + 0.3314980159797669, 0.13734593123242925, - 0.08653391300813856, + 0.08653391300813855, 0.29249167402375986 ], "resistance": [ @@ -296690,34 +213701,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -430.60878393625603, + -430.6087839362565, -1149.1851027310372, - -1196.1315512703811, + -1196.1315512703814, -572.4593466010826, 531.6412700619599, 1572.4316121703687, - 1680.0435308465653, - 703.6379277966503 + 1680.0435308465671, + 703.6379277966507 ], "relative wind speed": [ - 1.9556690672800885, + 1.9556690672800883, 1.3267934719563585, 1.2655083568869459, 1.8550192885364682, 2.4902876055610563, 2.875029207138804, 2.9025269090529533, - 2.5661405453101827 + 2.566140545310183 ], "relative wind angle": [ - 0.43716655748408006, - 0.29166639405920364, - 0.22993906311386492, - 0.4395810007650551, + 0.4371665574840806, + 0.2916663940592036, + 0.2299390631138659, + 0.43958100076505513, 0.3389357884416179, 0.13309302743650214, - 0.09953713304851036, - 0.31270157320132685 + 0.09953713304850924, + 0.3127015732013276 ], "resistance": [ 96203.8912160637, @@ -296770,19 +213781,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -804.5311905310405, + -804.5311905310421, -1483.5229572318217, - -1369.568567148882, + -1369.5685671488823, -453.16758185942126, - 909.5516633999696, + 909.55166339997, 2012.4110881767333, - 1751.5695480867957, + 1751.5695480867948, 487.2662151790628 ], "relative wind speed": [ - 2.0843861604621474, + 2.084386160462147, 1.5233017324307936, - 1.6461923437705412, + 1.646192343770541, 2.2989137475756043, 2.921845533592864, 3.2498305832883108, @@ -296790,13 +213801,13 @@ 2.756237030683426 ], "relative wind angle": [ - 0.38685857487827746, - 0.16063183950126014, + 0.38685857487827835, + 0.16063183950126017, 0.27173329572174176, - 0.38740359843633315, - 0.27250487925299677, + 0.3874035984363331, + 0.2725048792529964, 0.07504041918462792, - 0.138983630662389, + 0.13898363066238978, 0.3205644868196927 ], "resistance": [ @@ -296850,17 +213861,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -756.8079607924345, + -756.807960792435, -1214.5368573236383, -1014.4590172553022, -155.61868845913068, 1009.5599710702961, 1866.6883755972715, - 1404.4090433646063, + 1404.4090433646059, 276.60807943135114 ], "relative wind speed": [ - 1.6130672775970722, + 1.6130672775970718, 1.0790086345228782, 1.356984773965382, 2.058340601592114, @@ -296871,12 +213882,12 @@ ], "relative wind angle": [ 0.47669785164122674, - 0.12610716628202998, - 0.41589094067189514, + 0.12610716628203, + 0.4158909406718954, 0.45849678650239506, 0.28464106236877085, 0.046883857640428454, - 0.1987750458587398, + 0.1987750458587404, 0.4063524647299166 ], "resistance": [ @@ -296930,11 +213941,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -867.7707237534055, + -867.7707237534062, -1470.5584070916195, - -1302.0083041684677, + -1302.008304168468, -347.60012494155285, - 1000.6362006661593, + 1000.6362006661584, 2035.4608631018841, 1649.1399602253186, 375.40703879597504 @@ -296942,7 +213953,7 @@ "relative wind speed": [ 2.003038283672954, 1.4755052803236681, - 1.659448355940221, + 1.6594483559402209, 2.324720605252503, 2.928502450340976, 3.226634955375269, @@ -296950,11 +213961,11 @@ 2.680291602610997 ], "relative wind angle": [ - 0.3869089584992505, - 0.1291000243407476, + 0.38690895849925144, + 0.12910002434074763, 0.29795599693358904, - 0.38771017175584355, - 0.26103924852080324, + 0.3877101717558435, + 0.2610392485208037, 0.05890625249948539, 0.1559755726582958, 0.3340949925191764 @@ -297010,9 +214021,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -986.9429034318703, + -986.9429034318712, -1351.5246899820886, - -1043.447862859307, + -1043.4478628593072, -29.76043845823915, 1215.0142796902005, 2011.6120275782587, @@ -297020,7 +214031,7 @@ 64.47263027570943 ], "relative wind speed": [ - 1.7218855925595151, + 1.721885592559515, 1.3189520245896338, 1.673404693940706, 2.3506430558034075, @@ -297030,14 +214041,14 @@ 2.399648273719176 ], "relative wind angle": [ - 0.38374216448566134, + 0.3837421644856623, 0.020021497170415792, - 0.37140401296963477, - 0.3861380297782537, - 0.2254146384903247, + 0.3714040129696353, + 0.3861380297782536, + 0.22541463849032467, 0.008547361096790856, 0.21005172979089398, - 0.37784945364867356 + 0.3778494536486736 ], "resistance": [ 95647.55709656815, @@ -297090,19 +214101,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -950.7395560259899, + -950.7395560259904, -1486.4988414500654, -1271.3113356368908, -276.81886835186697, 1062.0821926998356, 2031.6258369601246, - 1537.8463763895743, + 1537.8463763895734, 256.31772369883174 ], "relative wind speed": [ 2.030830251178278, 1.5674637495713828, - 1.7886364708278404, + 1.7886364708278402, 2.4323422221606164, 3.00275301209582, 3.2686166117382087, @@ -297110,13 +214121,13 @@ 2.6878445779185416 ], "relative wind angle": [ - 0.35103533113682395, + 0.35103533113682456, 0.08655298255406178, - 0.28723116444140834, - 0.3579159059559709, + 0.28723116444140795, + 0.35791590595597095, 0.23471646894231343, - 0.04146652524287066, - 0.16140805700209102, + 0.041466525242870665, + 0.1614080570020917, 0.3225876689714905 ], "resistance": [ @@ -297170,19 +214181,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1193.2660742100636, + -1193.2660742100645, -1432.176641226733, - -942.0881204679358, + -942.0881204679363, 217.34993374206624, - 1482.7733513233284, + 1482.7733513233288, 2031.8142722934613, 1107.162746171863, -200.96480525664447 ], "relative wind speed": [ - 1.692422669358812, + 1.6924226693588116, 1.4296606664420297, - 1.8955164562449842, + 1.895516456244984, 2.569832540991999, 3.0517639865405157, 3.183336033178684, @@ -297190,14 +214201,14 @@ 2.3608300727845433 ], "relative wind angle": [ - 0.3258580049178859, + 0.3258580049178863, 0.07831639124992087, - 0.3782266630190761, + 0.3782266630190764, 0.3486979179497361, - 0.17847656404423334, - 0.03514378293694456, + 0.17847656404423332, + 0.035143782936944555, 0.24123267534644696, - 0.38107928416432313 + 0.3810792841643232 ], "resistance": [ 95441.23392578996, @@ -297250,9 +214261,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -964.5245126766197, + -964.5245126766204, -1253.7956367841834, - -906.7614237694669, + -906.7614237694672, 80.27800832833736, 1242.7821479064057, 1911.98549526204, @@ -297260,9 +214271,9 @@ -16.253904859828708 ], "relative wind speed": [ - 1.5545538706842372, + 1.5545538706842368, 1.1937263717007647, - 1.608038543761959, + 1.6080385437619589, 2.284528322007913, 2.7896750768003096, 2.9620840839662677, @@ -297270,14 +214281,14 @@ 2.2315588983766177 ], "relative wind angle": [ - 0.39969056004316084, - 0.024115153842582376, - 0.41315955951405287, - 0.39745655485947323, + 0.39969056004316106, + 0.024115153842582372, + 0.41315955951405314, + 0.3974565548594733, 0.21858199258271968, 0.009717670826890751, 0.2361842159420493, - 0.4074421984001356 + 0.4074421984001357 ], "resistance": [ 95669.97548732336, @@ -297330,34 +214341,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1148.332880672298, + -1148.3328806722989, -1389.776761776087, - -916.8769928749139, - 213.1541146135428, + -916.8769928749141, + 213.15411461354233, 1457.0556718243915, 2012.4736429154805, 1109.1810693503462, - -172.7778761138734 + -172.77787611387294 ], "relative wind speed": [ - 1.6241817577522657, + 1.6241817577522655, 1.3459046001058217, - 1.8198481339384034, - 2.5020438710000206, + 1.8198481339384032, + 2.50204387100002, 2.988221753383501, 3.123455848419118, 2.8732539739832457, - 2.3037387215569467 + 2.303738721556947 ], "relative wind angle": [ - 0.3479647407025464, - 0.07940627072226172, + 0.34796474070254746, + 0.07940627072226171, 0.39768789927560727, - 0.3636657478041488, + 0.3636657478041485, 0.18641272817562285, 0.03418706470746498, 0.2478275663554903, - 0.3966400130698958 + 0.39664001306989616 ], "resistance": [ 95486.16711932771, @@ -297410,33 +214421,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1080.504026888886, + -1080.5040268888865, -1155.4637680904484, - -590.124243372997, - 454.9516780688416, + -590.1242433729972, + 454.95167806884206, 1469.6776279091057, 1641.5991380275912, - 729.6529197388852, + 729.6529197388847, -363.6090949820709 ], "relative wind speed": [ - 1.3156632400525936, + 1.3156632400525934, 1.215416594725775, - 1.7782187462493433, - 2.408006583035578, + 1.778218746249343, + 2.4080065830355784, 2.8003842096302956, 2.845326691970113, - 2.5320070247256026, + 2.532007024725602, 1.9428396173718772 ], "relative wind angle": [ - 0.31193106464387466, + 0.3119310646438754, 0.20844674884260433, 0.44128153604135734, - 0.3486035123180722, - 0.14468925012447192, + 0.3486035123180725, + 0.1446892501244719, 0.08851274125780415, - 0.30463991171603944, + 0.30463991171603905, 0.4371622020537508 ], "resistance": [ @@ -297477,68 +214488,7 @@ "id": "5535", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.116052120460352, - 7.116052120460352, - 7.116052120460352, - 7.116052120460352, - 7.116052120460352, - 7.116052120460352, - 7.116052120460352, - 7.116052120460352 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1085.1715420640462, - -1145.5694379465717, - -559.678770890979, - 499.91061915874093, - 1517.6116906001341, - 1656.3505018268231, - 720.3919676090961, - -378.59977845415824 - ], - "relative wind speed": [ - 1.2531138078708628, - 1.1689950838278618, - 1.763350910204468, - 2.403731067470193, - 2.7944442207012856, - 2.83066480037353, - 2.503958123764953, - 1.8977064244413657 - ], - "relative wind angle": [ - 0.32464617905707477, - 0.23772448540337152, - 0.4639218592408567, - 0.35724167011765134, - 0.14352970379082083, - 0.09740625824358631, - 0.32057456427600217, - 0.4588717100703863 - ], - "resistance": [ - 95549.32845793599, - 95488.93056205346, - 96074.82122910905, - 97134.41061915876, - 98152.11169060017, - 98290.85050182685, - 97354.89196760913, - 96255.90022154587 - ], - "fuel": [ - 39.08055395768841, - 39.04969193738275, - 39.349642234472974, - 39.89534936398808, - 40.42341653429952, - 40.4957041692485, - 40.009426226227546, - 39.442605121461185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 28.90625, -41.875 29.0625, -41.71875 29.0625, -41.71875 28.90625, -41.875 28.90625))", @@ -297570,19 +214520,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1219.1764293983103, + -1219.1764293983117, -1689.5915132652385, - -1361.8464400855667, - -167.36955045332252, + -1361.8464400855673, + -167.36955045332206, 1317.7681392269528, 2282.5976966156863, 1527.6241180801967, 69.66435966644349 ], "relative wind speed": [ - 2.221568691513029, + 2.2215686915130286, 1.8381990477347063, - 2.127481272387982, + 2.1274812723879815, 2.7757801141733953, 3.3246392789309325, 3.551002400312977, @@ -297590,14 +214540,14 @@ 2.878131085249738 ], "relative wind angle": [ - 0.29395343013854563, - 0.029218085488864332, - 0.27012815443640725, - 0.3137152306751196, + 0.293953430138546, + 0.02921808548886433, + 0.27012815443640686, + 0.3137152306751195, 0.19483743704733905, - 0.015123352923642067, + 0.015123352923642069, 0.16848434807487478, - 0.302199276398972 + 0.30219927639897204 ], "resistance": [ 95415.32357060167, @@ -297650,17 +214600,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1313.1704327414777, + -1313.1704327414789, -1663.5030237193305, -1233.7759084923857, 21.95919916255434, 1473.0539267446957, 2280.8616082276767, - 1356.1014485673722, + 1356.1014485673732, -109.95959726978163 ], "relative wind speed": [ - 2.1097382937620375, + 2.109738293762037, 1.7957215613843438, 2.1630849928476947, 2.8217080946887316, @@ -297670,14 +214620,14 @@ 2.763996977637598 ], "relative wind angle": [ - 0.2822266108292145, - 0.0168932406681391, + 0.28222661082921446, + 0.016893240668139096, 0.29575150736789907, 0.3101751533400906, 0.1768728137808685, 0.00862238165473787, - 0.19193491114916078, - 0.31687473543854794 + 0.1919349111491602, + 0.3168747354385479 ], "resistance": [ 95321.32956725852, @@ -297686,7 +214636,7 @@ 96656.45919916255, 98107.5539267447, 98915.36160822767, - 97990.60144856737, + 97990.60144856738, 96524.54040273021 ], "fuel": [ @@ -297696,7 +214646,7 @@ 40.81985193882813, 41.571388779609755, 41.99315566884324, - 41.51052759196969, + 41.510527591969705, 40.75191837302596 ] }, @@ -297717,68 +214667,7 @@ "id": "5538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.979926470004184, - 7.979926470004184, - 7.979926470004184, - 7.979926470004184, - 7.979926470004184, - 7.979926470004184, - 7.979926470004184, - 7.979926470004184 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1172.2642470716205, - -1300.9385465556327, - -743.324888061512, - 368.07712695983764, - 1485.0261847121342, - 1779.750599278379, - 845.5209463632646, - -345.88056932550717 - ], - "relative wind speed": [ - 1.5614412522482182, - 1.4134283982597065, - 1.9182269150731583, - 2.5491878211485695, - 2.9669644816071283, - 3.040262683113704, - 2.749796814608246, - 2.177755374657252 - ], - "relative wind angle": [ - 0.2841915848634851, - 0.14055965591722192, - 0.3835551972756304, - 0.3263171315168522, - 0.1480987812970836, - 0.06517783351888094, - 0.2641112100525626, - 0.3846449216098909 - ], - "resistance": [ - 95462.23575292836, - 95333.56145344436, - 95891.17511193847, - 97002.57712695982, - 98119.52618471211, - 98414.25059927837, - 97480.02094636325, - 96288.61943067447 - ], - "fuel": [ - 39.40424618032789, - 39.33855443817428, - 39.62367643593306, - 40.19541563102537, - 40.77463915348454, - 40.92825038554459, - 40.44243870168252, - 39.82760601232686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 28.75, -41.71875 28.90625, -41.5625 28.90625, -41.5625 28.75, -41.71875 28.75))", @@ -297810,34 +214699,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1434.4597291526013, + -1434.4597291526024, -1491.7982339840771, - -763.3644088401893, - 533.499368501939, - 1734.1683019217207, + -763.3644088401902, + 533.4993685019399, + 1734.1683019217198, 1865.4216669539046, - 749.6008272944468, + 749.6008272944478, -581.7270292972671 ], "relative wind speed": [ - 1.858126748885457, + 1.8581267488854563, 1.8038243309121558, 2.3180428449142236, - 2.9273978596294183, - 3.3121622796393444, + 2.927397859629418, + 3.312162279639345, 3.3420460446855977, 3.008277139947599, - 2.4193792081909016 + 2.419379208190902 ], "relative wind angle": [ - 0.19460818975585276, - 0.1477154483992399, - 0.3225469853813346, - 0.26745707011253406, - 0.1087015382342733, + 0.19460818975585334, + 0.14771544839923986, + 0.3225469853813353, + 0.2674570701125332, + 0.10870153823427432, 0.07952158443834427, - 0.24674927994334503, - 0.325489854869679 + 0.24674927994334458, + 0.32548985486967974 ], "resistance": [ 95200.04027084738, @@ -297877,68 +214766,7 @@ "id": "5540", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.87592756430676, - 20.87592756430676, - 20.87592756430676, - 20.87592756430676, - 20.87592756430676, - 20.87592756430676, - 20.87592756430676, - 20.87592756430676 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1574.0787151194254, - -407.38031907222285, - -2080.4600095634432, - -2517.906343674171, - -1997.1069694460894, - -266.85651700769813, - 1692.578894374601, - 2730.7853915124488 - ], - "relative wind speed": [ - 6.171253980892329, - 5.808329465479861, - 5.430085238852848, - 5.274644879706464, - 5.451565604272519, - 5.836715862092742, - 6.190162964992036, - 6.323137245652112 - ], - "relative wind angle": [ - 0.06174080992245166, - 0.09038092643009381, - 0.066460787314853, - 0.0027018120430863475, - 0.0699040451858277, - 0.08994017407168596, - 0.058290294448930975, - 0.0022538011167998894 - ], - "resistance": [ - 98208.57871511944, - 96227.11968092779, - 94554.03999043658, - 94116.59365632584, - 94637.39303055393, - 96367.64348299231, - 98327.07889437462, - 99365.28539151246 - ], - "fuel": [ - 52.16239034372011, - 51.13738273862717, - 50.28327545237648, - 50.06167678487169, - 50.325580649263664, - 51.209594311078604, - 52.22415340048931, - 52.76750761814509 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 27.34375, -44.84375 27.5, -44.6875 27.5, -44.6875 27.34375, -44.84375 27.34375))", @@ -297957,68 +214785,7 @@ "id": "5541", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.845602355550046, - 22.845602355550046, - 22.845602355550046, - 22.845602355550046, - 22.845602355550046, - 22.845602355550046, - 22.845602355550046, - 22.845602355550046 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2520.0816798572305, - 377.84462787440134, - -1886.6604909534926, - -2994.2215443703953, - -2789.5886027671568, - -1145.2117591180831, - 1236.6608105077285, - 3005.0126460598076 - ], - "relative wind speed": [ - 6.840343786801016, - 6.510280294647858, - 6.076884341489672, - 5.798294749964824, - 5.864878827939888, - 6.229234083991757, - 6.652712491022174, - 6.896875001083837 - ], - "relative wind angle": [ - 0.042227778902669925, - 0.0844942280209982, - 0.08043052024162554, - 0.02432835303585365, - 0.049256514208965436, - 0.08831610513755901, - 0.07345567812439109, - 0.020452579042411392 - ], - "resistance": [ - 99154.58167985723, - 97012.34462787441, - 94747.8395090465, - 93640.27845562961, - 93844.91139723285, - 95489.28824088191, - 97871.16081050773, - 99639.51264605981 - ], - "fuel": [ - 55.353617623065375, - 54.23853951789751, - 53.07838472174322, - 52.517905940816576, - 52.621116214049785, - 53.456143862823296, - 54.68352015680283, - 55.60840438566626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45 27.1875, -45 27.34375, -44.84375 27.34375, -44.84375 27.1875, -45 27.1875))", @@ -298037,68 +214804,7 @@ "id": "5542", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.53655989334225, - 23.53655989334225, - 23.53655989334225, - 23.53655989334225, - 23.53655989334225, - 23.53655989334225, - 23.53655989334225, - 23.53655989334225 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2118.8839748462306, - -150.96979922315222, - -2249.9302175245193, - -2987.198627104206, - -2550.50681879922, - -658.191735914399, - 1691.7518767430847, - 3156.341150515491 - ], - "relative wind speed": [ - 6.964259646108425, - 6.606001043815269, - 6.199076205625125, - 5.993426414138973, - 6.130732861370436, - 6.515178281905503, - 6.903495638642352, - 7.082770478718255 - ], - "relative wind angle": [ - 0.0506988566114837, - 0.08254682705152808, - 0.0673791731324778, - 0.007603188500670072, - 0.05759898446854669, - 0.08370022081501656, - 0.06049505301838378, - 0.006433785516489878 - ], - "resistance": [ - 98753.38397484622, - 96483.53020077683, - 94384.56978247546, - 93647.30137289577, - 94083.99318120077, - 95976.30826408559, - 98326.25187674307, - 99790.84115051548 - ], - "fuel": [ - 56.1500406621399, - 54.97246299832592, - 53.900604057687886, - 53.52799970227246, - 53.7484529571599, - 54.711942001551165, - 55.92698436743476, - 56.6946469893866 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.84375 27.1875, -44.84375 27.34375, -44.6875 27.34375, -44.6875 27.1875, -44.84375 27.1875))", @@ -298117,68 +214823,7 @@ "id": "5543", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.765062177008037, - 19.765062177008037, - 19.765062177008037, - 19.765062177008037, - 19.765062177008037, - 19.765062177008037, - 19.765062177008037, - 19.765062177008037 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1827.8547901467155, - -263.30140735218447, - -2106.994240293905, - -2666.239713738176, - -2194.626709146729, - -410.71170972171785, - 1703.115809624509, - 2942.973368657449 - ], - "relative wind speed": [ - 5.933948197736623, - 5.537847366436789, - 5.10116627515174, - 4.898535744368596, - 5.07700359152447, - 5.506355712067935, - 5.913189436761569, - 6.08210935802023 - ], - "relative wind angle": [ - 0.06868616679101741, - 0.10706713685330486, - 0.08432705727605293, - 0.003233019412328769, - 0.08030283598234912, - 0.10768184040431271, - 0.07272482523634202, - 0.002603874828337427 - ], - "resistance": [ - 98462.35479014671, - 96371.19859264782, - 94527.5057597061, - 93968.26028626182, - 94439.87329085327, - 96223.78829027829, - 98337.6158096245, - 99577.47336865745 - ], - "fuel": [ - 50.88654371836628, - 49.803241921823734, - 48.8616334099503, - 48.57851648878896, - 48.81719275206595, - 49.72749149239178, - 50.821467616476966, - 51.470871414084954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 27.34375, -44.6875 27.5, -44.53125 27.5, -44.53125 27.34375, -44.6875 27.34375))", @@ -298197,68 +214842,7 @@ "id": "5544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.630417162855913, - 16.630417162855913, - 16.630417162855913, - 16.630417162855913, - 16.630417162855913, - 16.630417162855913, - 16.630417162855913, - 16.630417162855913 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2217.6124462266107, - 546.169080381811, - -1316.7260118156828, - -2339.3665141464608, - -2259.3378338582097, - -1035.5277962162636, - 873.0544715164851, - 2405.1734295853385 - ], - "relative wind speed": [ - 5.194142747343906, - 4.859361967481457, - 4.37613196511864, - 4.0255189751006535, - 4.06223858796851, - 4.457297667237451, - 4.932582513170212, - 5.222652411033139 - ], - "relative wind angle": [ - 0.053994866203889214, - 0.12361318075196027, - 0.12993382055165936, - 0.0503798203849899, - 0.06906136473358815, - 0.13482872679936456, - 0.11520641855069462, - 0.0388251151925034 - ], - "resistance": [ - 98852.11244622662, - 97180.6690803818, - 95317.77398818432, - 94295.13348585354, - 94375.16216614179, - 95598.97220378373, - 97507.55447151649, - 99039.67342958534 - ], - "fuel": [ - 47.55500477874136, - 46.68540155340743, - 45.72844145662069, - 45.20860618778121, - 45.2491465364282, - 45.87206409880976, - 46.85465275622266, - 47.65323600822292 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 27.34375, -44.53125 27.5, -44.375 27.5, -44.375 27.34375, -44.53125 27.34375))", @@ -298277,68 +214861,7 @@ "id": "5545", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.106561274954885, - 13.106561274954885, - 13.106561274954885, - 13.106561274954885, - 13.106561274954885, - 13.106561274954885, - 13.106561274954885, - 13.106561274954885 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1934.304189969168, - 545.8481216754544, - -1014.7269737805445, - -1900.1590610715775, - -1853.5066792562152, - -855.5859150402539, - 731.7236829445283, - 2042.6460863225484 - ], - "relative wind speed": [ - 4.260904659277032, - 3.9219052375171586, - 3.4099755872625717, - 3.015589823083266, - 3.0435764672769556, - 3.4694849092547257, - 3.9737554934701342, - 4.280757438412906 - ], - "relative wind angle": [ - 0.06713721985539342, - 0.16233758236768445, - 0.1800311781869307, - 0.07622017756214779, - 0.09405788181991258, - 0.183733436669877, - 0.15426707990911248, - 0.05366727090651587 - ], - "resistance": [ - 98568.80418996919, - 97180.34812167547, - 95619.77302621947, - 94734.34093892844, - 94780.9933207438, - 95778.91408495976, - 97366.22368294455, - 98677.14608632257 - ], - "fuel": [ - 44.20555074976992, - 43.4839102469672, - 42.681374535420744, - 42.23006490082458, - 42.25377107371324, - 42.76279889686844, - 43.580101909517474, - 44.262162419634976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.6875 27.1875, -44.6875 27.34375, -44.53125 27.34375, -44.53125 27.1875, -44.6875 27.1875))", @@ -298357,68 +214880,7 @@ "id": "5546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.638863360444493, - 17.638863360444493, - 17.638863360444493, - 17.638863360444493, - 17.638863360444493, - 17.638863360444493, - 17.638863360444493, - 17.638863360444493 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1613.244115839443, - -432.43805349507784, - -2121.5999763366963, - -2551.9842339028946, - -1958.5494675060745, - -158.89696124341572, - 1845.7939920530698, - 2858.399217388429 - ], - "relative wind speed": [ - 5.350105155538669, - 4.908536760749624, - 4.444503766637639, - 4.259771127371167, - 4.495749706320916, - 4.974098658608979, - 5.392752253307201, - 5.539832176124204 - ], - "relative wind angle": [ - 0.08907993756540626, - 0.1307666916754816, - 0.09672030252179266, - 0.00776093330287022, - 0.10606697828140142, - 0.12903340510850528, - 0.07967327859820131, - 0.00596762914494509 - ], - "resistance": [ - 98247.74411583948, - 96202.06194650495, - 94512.90002366333, - 94082.51576609713, - 94675.95053249395, - 96475.60303875661, - 98480.2939920531, - 99492.89921738846 - ], - "fuel": [ - 48.30606680512065, - 47.24778291525656, - 46.38567368960352, - 46.167712712027935, - 46.46842794270479, - 47.38839084771059, - 48.42735653483703, - 48.95784118366343 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.53125 27.1875, -44.53125 27.34375, -44.375 27.34375, -44.375 27.1875, -44.53125 27.1875))", @@ -298437,68 +214899,7 @@ "id": "5547", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.396497870966614, - 13.396497870966614, - 13.396497870966614, - 13.396497870966614, - 13.396497870966614, - 13.396497870966614, - 13.396497870966614, - 13.396497870966614 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1405.3151620895596, - -244.31278671295604, - -1628.3546067928437, - -2009.9979935329393, - -1558.419198701009, - -127.58633267661389, - 1505.675385485204, - 2396.016901812666 - ], - "relative wind speed": [ - 4.222650836502835, - 3.7655391325808525, - 3.2572239956273044, - 3.0352226472957082, - 3.2873688035167175, - 3.8024056567330184, - 4.245946959120276, - 4.4073798586797865 - ], - "relative wind angle": [ - 0.11830380018678144, - 0.1832251656673722, - 0.14538443778705237, - 0.0061755158043204075, - 0.15219480366522947, - 0.18142883937126772, - 0.11136740263607865, - 0.0042528675522340905 - ], - "resistance": [ - 98039.81516208958, - 96390.18721328706, - 95006.14539320717, - 94624.50200646708, - 95076.080801299, - 96506.9136673234, - 98140.17538548521, - 99030.51690181268 - ], - "fuel": [ - 44.162280898333464, - 43.308946802638225, - 42.60080927078609, - 42.40679722683464, - 42.63642035821171, - 43.36899518857073, - 44.21452288218994, - 44.67962655165387 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 27.34375, -44.0625 27.5, -43.90625 27.5, -43.90625 27.34375, -44.0625 27.34375))", @@ -298517,68 +214918,7 @@ "id": "5548", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.98631094016982, - 9.98631094016982, - 9.98631094016982, - 9.98631094016982, - 9.98631094016982, - 9.98631094016982, - 9.98631094016982, - 9.98631094016982 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1559.923676156398, - 254.90281397104354, - -1018.4662943646349, - -1602.5878391952035, - -1411.9723114028473, - -399.0246124343075, - 986.5876723513693, - 1998.3196046179783 - ], - "relative wind speed": [ - 3.438849399953472, - 3.013832019023157, - 2.4240985965678523, - 2.0207604174719656, - 2.18060230462386, - 2.7381614575481197, - 3.271766739944798, - 3.5351434117542913 - ], - "relative wind angle": [ - 0.12687477246040732, - 0.2543317897441172, - 0.26599916201884183, - 0.07077724948824812, - 0.2008960623095577, - 0.2805966568889042, - 0.19601955209186486, - 0.040434973916284735 - ], - "resistance": [ - 98194.42367615637, - 96889.40281397101, - 95616.03370563533, - 95031.91216080477, - 95222.52768859713, - 96235.47538756566, - 97621.08767235134, - 98632.81960461795 - ], - "fuel": [ - 41.85847509199523, - 41.18181489019781, - 40.52767483932412, - 40.229625527314234, - 40.326747967740445, - 40.845133419149526, - 41.56041685730736, - 42.08720770460144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 27.34375, -43.90625 27.5, -43.75 27.5, -43.75 27.34375, -43.90625 27.34375))", @@ -298597,68 +214937,7 @@ "id": "5549", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.359029087403105, - 11.359029087403105, - 11.359029087403105, - 11.359029087403105, - 11.359029087403105, - 11.359029087403105, - 11.359029087403105, - 11.359029087403105 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1673.4879433231827, - 222.0897625734142, - -1189.9554413217456, - -1818.606578621475, - -1597.8296263637958, - -456.5745649084938, - 1083.5730265499542, - 2183.3354460826295 - ], - "relative wind speed": [ - 3.794448163750756, - 3.3670937481772727, - 2.792449182098451, - 2.419217308204609, - 2.5770697574238786, - 3.1147720772162075, - 3.638866989519944, - 3.896987685084916 - ], - "relative wind angle": [ - 0.11391388041396176, - 0.22144413796949133, - 0.22189834939614228, - 0.05359059229634371, - 0.16815432302550343, - 0.2397206095500492, - 0.16970312075310895, - 0.03325879992178564 - ], - "resistance": [ - 98307.98794332318, - 96856.58976257342, - 95444.54455867826, - 94815.89342137853, - 95036.67037363621, - 96177.9254350915, - 97718.07302654996, - 98817.83544608262 - ], - "fuel": [ - 42.785295613704335, - 42.03251994260253, - 41.307677586557325, - 40.98736018845035, - 41.09968540560958, - 41.68321651442098, - 42.47838746715157, - 43.051591237839894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-44.0625 27.1875, -44.0625 27.34375, -43.90625 27.34375, -43.90625 27.1875, -44.0625 27.1875))", @@ -298677,68 +214956,7 @@ "id": "5550", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.31217477196439, - 11.31217477196439, - 11.31217477196439, - 11.31217477196439, - 11.31217477196439, - 11.31217477196439, - 11.31217477196439, - 11.31217477196439 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1833.6873335367327, - 401.45891432634744, - -1080.783390780185, - -1832.4927126217713, - -1691.0926763551433, - -614.0253787643383, - 950.4591556874539, - 2159.549419198167 - ], - "relative wind speed": [ - 3.825427521924363, - 3.418858079324545, - 2.8330651721362448, - 2.4067080055924635, - 2.5090240390006087, - 3.0398201899481787, - 3.5920522106739945, - 3.8906109969510503 - ], - "relative wind angle": [ - 0.10159653149356095, - 0.21920979832974954, - 0.23636822378353373, - 0.08101662164804715, - 0.15525758816613042, - 0.24707979024835397, - 0.18575992123497598, - 0.05008251052455631 - ], - "resistance": [ - 98468.18733353674, - 97035.95891432636, - 95553.71660921983, - 94802.00728737825, - 94943.40732364487, - 96020.47462123567, - 97584.95915568747, - 98794.04941919819 - ], - "fuel": [ - 42.837203354409525, - 42.093465339321334, - 41.331793121343054, - 40.94864046866981, - 41.02055271414378, - 41.57076179551615, - 42.37765203318207, - 43.00748527868184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.90625 27.1875, -43.90625 27.34375, -43.75 27.34375, -43.75 27.1875, -43.90625 27.1875))", @@ -298757,68 +214975,7 @@ "id": "5551", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.940416909911589, - 12.940416909911589, - 12.940416909911589, - 12.940416909911589, - 12.940416909911589, - 12.940416909911589, - 12.940416909911589, - 12.940416909911589 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1816.777715096342, - 150.18428056906032, - -1439.8005569262086, - -2102.801364222703, - -1819.8938955809363, - -483.24208494114464, - 1269.5903946462004, - 2472.939542626138 - ], - "relative wind speed": [ - 4.217054011949704, - 3.7736585949867094, - 3.2019380511845212, - 2.8557729194867103, - 3.02951643720325, - 3.5666532199624763, - 4.08767747007545, - 4.336597216172159 - ], - "relative wind angle": [ - 0.10668897286464575, - 0.19757686853552242, - 0.18802817042610126, - 0.03701395773494552, - 0.1487765575784918, - 0.2092094412738184, - 0.1469471830497853, - 0.02437159386778972 - ], - "resistance": [ - 98451.27771509638, - 96784.6842805691, - 95194.69944307384, - 94531.69863577734, - 94814.6061044191, - 96151.2579150589, - 97904.09039464625, - 99107.43954262618 - ], - "fuel": [ - 44.01344589769158, - 43.14883667751725, - 42.333604727286726, - 41.9964438525092, - 42.1401128883349, - 42.82293305707995, - 43.728431886077544, - 44.35669062489867 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.75 27.34375, -43.75 27.5, -43.59375 27.5, -43.59375 27.34375, -43.75 27.34375))", @@ -298850,17 +215007,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1573.0860211331592, + 1573.0860211331556, -130.5699080805689, - -1625.757065682762, + -1625.7570656827638, -2100.0153212547893, -1704.1813045233712, -261.48499059368805, - 1460.5730391663346, + 1460.5730391663328, 2496.742886559491 ], "relative wind speed": [ - 4.354922198824245, + 4.354922198824244, 3.9043571275617093, 3.3809820732689166, 3.124105636072732, @@ -298870,14 +215027,14 @@ 4.5183134005184975 ], "relative wind angle": [ - 0.11008928636317471, + 0.11008928636317472, 0.17951029774950447, - 0.15064564665753352, + 0.1506456466575343, 0.006551089765114185, - 0.14339613213438263, - 0.18140165533231856, - 0.11746863162508277, - 0.004529614977542322 + 0.14339613213438265, + 0.18140165533231853, + 0.11746863162508371, + 0.004529614977542321 ], "resistance": [ 98207.58602113322, @@ -298930,19 +215087,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 751.6725907038908, + 751.6725907038881, -985.9426891752964, - -2051.984108199639, + -2051.984108199641, -2077.58219559199, - -1073.3231693967537, + -1073.3231693967527, 649.6260827936621, - 2154.396035901188, + 2154.3960359011826, 2213.853254680288 ], "relative wind speed": [ - 4.163414299797556, + 4.163414299797555, 3.6343304531821965, - 3.1976946742438326, + 3.1976946742438317, 3.183105745662489, 3.603279203190542, 4.136336761553238, @@ -298952,12 +215109,12 @@ "relative wind angle": [ 0.15535170015097935, 0.18159362424124648, - 0.08893871273230779, + 0.08893871273230655, 0.08009530280421162, - 0.17974654171535998, - 0.15935260728015177, - 0.06340600449474218, - 0.056716184814831316 + 0.17974654171535995, + 0.15935260728015174, + 0.06340600449474394, + 0.05671618481483132 ], "resistance": [ 97386.1725907039, @@ -298997,68 +215154,7 @@ "id": "5554", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.88719937432843, - 13.88719937432843, - 13.88719937432843, - 13.88719937432843, - 13.88719937432843, - 13.88719937432843, - 13.88719937432843, - 13.88719937432843 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1425.3415467246477, - -457.98962129536267, - -1936.0819493299505, - -2277.4604933507862, - -1622.7919426426424, - 64.568932862765, - 1875.4900810407262, - 2669.3316298334585 - ], - "relative wind speed": [ - 4.366385295612086, - 3.8493015227372394, - 3.3068555008738434, - 3.1134798136688264, - 3.4379917603704597, - 4.0084892018272145, - 4.4665215313992395, - 4.6034064934556165 - ], - "relative wind angle": [ - 0.1341999854154795, - 0.1948062637380193, - 0.1424797081658877, - 0.026039966927213175, - 0.1707567579891272, - 0.1869765898413092, - 0.10532504961319682, - 0.01761085833496194 - ], - "resistance": [ - 98059.84154672464, - 96176.51037870462, - 94698.41805067004, - 94357.0395066492, - 95011.70805735735, - 96699.06893286275, - 98509.99008104071, - 99303.83162983344 - ], - "fuel": [ - 44.5788379842125, - 43.605290373647414, - 42.850466281586776, - 42.67728858094549, - 43.009776561774, - 43.87409281102694, - 44.813486921165065, - 45.22913004855219 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.59375 27.1875, -43.59375 27.34375, -43.4375 27.34375, -43.4375 27.1875, -43.59375 27.1875))", @@ -299090,34 +215186,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 900.2785265751772, + 900.2785265751727, -815.1154031085807, - -1941.3898775006032, + -1941.3898775006055, -2038.7212516345562, - -1142.979405150948, + -1142.979405150947, 516.3970245287228, 2048.6083401793985, - 2273.902434316693 + 2273.902434316702 ], "relative wind speed": [ - 3.9703770567214747, + 3.970377056721474, 3.4245262363743634, - 2.936848620461368, + 2.9368486204613675, 2.876504639029966, 3.298556002050572, 3.862251380683004, 4.244912938058717, - 4.286033916436408 + 4.286033916436407 ], "relative wind angle": [ - 0.1662696262196263, + 0.16626962621962696, 0.20770621044504942, - 0.11657583272268672, - 0.07764080645135303, - 0.20055486750257331, + 0.11657583272268768, + 0.07764080645135304, + 0.20055486750257276, 0.18387909218221954, 0.08055769165473166, - 0.0520786154166475 + 0.05207861541664324 ], "resistance": [ 97534.77852657516, @@ -299170,9 +215266,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 66.08403782532696, + 66.08403782532332, -1285.292911470131, - -1816.2137381627185, + -1816.2137381627153, -1547.436501562247, -371.0090929144026, 1134.8036813796953, @@ -299180,9 +215276,9 @@ 1511.7313820276759 ], "relative wind speed": [ - 3.5469338287268384, + 3.5469338287268375, 3.029620944772002, - 2.7317928920709966, + 2.731792892070996, 2.9048519392430325, 3.396115682302571, 3.8646782846631726, @@ -299190,19 +215286,19 @@ 3.959315158461659 ], "relative wind angle": [ - 0.1913593097119185, + 0.1913593097119191, 0.1763055360912608, - 0.028144668916547735, - 0.1460190593927573, - 0.19996994689899406, + 0.028144668916543793, + 0.14601905939275733, + 0.19996994689899408, 0.13793250689056186, - 0.018840119248577456, - 0.10695408620702117 + 0.01884011924857746, + 0.10695408620702118 ], "resistance": [ - 96700.58403782532, + 96700.5840378253, 95349.20708852986, - 94818.28626183726, + 94818.28626183727, 95087.06349843774, 96263.49090708558, 97769.30368137968, @@ -299210,9 +215306,9 @@ 98146.23138202766 ], "fuel": [ - 42.58837082299207, + 42.58837082299206, 41.89530312575393, - 41.62487418455469, + 41.6248741845547, 41.76164701747902, 42.36345955757638, 43.14128685386498, @@ -299250,34 +215346,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -819.841828121379, + -819.8418281213826, -2059.7137869974995, -2199.624496697349, -1296.3183314642429, - 454.68461888463753, + 454.6846188846366, 2106.89890410111, 2431.7267471826945, 1011.396329608514 ], "relative wind speed": [ - 3.721572056512423, + 3.721572056512422, 3.2357771311365684, - 3.156301737569474, - 3.552977165203418, + 3.156301737569473, + 3.5529771652034174, 4.1104082875754795, 4.502810369091383, 4.558872031961328, 4.256983453799929 ], "relative wind angle": [ - 0.18983225994248296, + 0.18983225994248354, 0.11049571783351762, - 0.06265540705346023, - 0.1800616372612655, - 0.17168628809610204, - 0.07932532407551966, + 0.06265540705345846, + 0.18006163726126492, + 0.17168628809610206, + 0.07932532407551968, 0.043364226102843954, - 0.1500351103300849 + 0.15003511033008493 ], "resistance": [ 95814.65817187863, @@ -299330,7 +215426,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 120.63702062468928, + 120.63702062468656, -1237.745440228849, -1797.1457185069175, -1546.5703213312054, @@ -299340,7 +215436,7 @@ 1554.203334682432 ], "relative wind speed": [ - 3.4382591264884668, + 3.4382591264884663, 2.8991654832839204, 2.5745169687044744, 2.744360233244497, @@ -299350,17 +215446,17 @@ 3.8569696053362885 ], "relative wind angle": [ - 0.20479390036621867, + 0.20479390036621922, 0.19479452776280404, 0.036675697645584225, 0.15647501991782964, 0.2165950909322323, 0.15053496369603114, - 0.02376675039206647, + 0.023766750392066466, 0.1111118081515235 ], "resistance": [ - 96755.13702062472, + 96755.13702062471, 95396.75455977119, 94837.35428149311, 95087.92967866882, @@ -299370,7 +215466,7 @@ 98188.70333468246 ], "fuel": [ - 42.2705950607322, + 42.27059506073219, 41.57367647541711, 41.28867195665779, 41.41619170203526, @@ -299410,19 +215506,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -554.1845150818017, + -554.1845150818044, -1881.0802185945258, - -2138.2427537034505, + -2138.242753703458, -1426.8049266391918, 203.3239741580046, 1876.888314996725, - 2473.732622378783, + 2473.732622378794, 1223.7254638515396 ], "relative wind speed": [ - 3.6390116381157114, + 3.639011638115711, 3.116112368435584, - 2.9628563574861584, + 2.962856357486158, 3.3156042294212202, 3.8803283275143015, 4.311519145142963, @@ -299430,13 +215526,13 @@ 4.160062767013937 ], "relative wind angle": [ - 0.2014448115009841, + 0.20144481150098467, 0.13774941043081432, - 0.04152231377613744, + 0.04152231377614279, 0.1825230510243297, 0.1887608378558288, 0.09940625467443585, - 0.027840321122183875, + 0.027840321122179885, 0.1451754027668317 ], "resistance": [ @@ -299446,7 +215542,7 @@ 95207.69507336082, 96837.82397415802, 98511.38831499674, - 99108.2326223788, + 99108.23262237881, 97858.22546385156 ], "fuel": [ @@ -299477,68 +215573,7 @@ "id": "5560", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.147817864269898, - 12.147817864269898, - 12.147817864269898, - 12.147817864269898, - 12.147817864269898, - 12.147817864269898, - 12.147817864269898, - 12.147817864269898 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 162.48008926019338, - -1188.3344500190256, - -1775.0717094320821, - -1559.794503384197, - -457.00977927359327, - 1017.4710571044116, - 2051.2125926163826, - 1551.4237728972412 - ], - "relative wind speed": [ - 3.546299924412173, - 3.034542645273627, - 2.716423349694633, - 2.856476104315439, - 3.3305769106413545, - 3.80270123012561, - 4.036090917808577, - 3.9382140593240966 - ], - "relative wind angle": [ - 0.1872576527447705, - 0.1804268887536075, - 0.0404718192731204, - 0.13664622385845263, - 0.19954481387830544, - 0.14369411864501905, - 0.027234810927237757, - 0.09896592648930466 - ], - "resistance": [ - 96796.98008926018, - 95446.16554998096, - 94859.4282905679, - 95074.70549661579, - 96177.4902207264, - 97651.9710571044, - 98685.71259261637, - 98185.92377289722 - ], - "fuel": [ - 42.556491244015504, - 41.86322604170623, - 41.56421578020081, - 41.67377554944149, - 42.23771367133902, - 42.998798655599195, - 43.53721063952433, - 43.27640507100331 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 27.03125, -43.28125 27.1875, -43.125 27.1875, -43.125 27.03125, -43.28125 27.03125))", @@ -299557,68 +215592,7 @@ "id": "5561", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.242514932297862, - 12.242514932297862, - 12.242514932297862, - 12.242514932297862, - 12.242514932297862, - 12.242514932297862, - 12.242514932297862, - 12.242514932297862 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -274.9637717583937, - -1513.8470257680929, - -1834.9840215044137, - -1367.7100769657782, - -31.377421945465358, - 1456.2826879480544, - 2202.9295702106465, - 1246.0268805190508 - ], - "relative wind speed": [ - 3.427718786359782, - 2.919152253008478, - 2.712101580714994, - 2.98904532663421, - 3.5118719196883044, - 3.9447497490226824, - 4.089866192743012, - 3.8920571031249245 - ], - "relative wind angle": [ - 0.2023691390699341, - 0.1571284247730828, - 0.01583025294867223, - 0.1740127346899959, - 0.19745503134226708, - 0.11605902197357955, - 0.010497225910729492, - 0.1333608750526633 - ], - "resistance": [ - 96359.53622824163, - 95120.65297423194, - 94799.51597849562, - 95266.78992303424, - 96603.12257805456, - 98090.78268794809, - 98837.42957021068, - 97880.52688051909 - ], - "fuel": [ - 42.40059500076329, - 41.766533779199975, - 41.60310775015562, - 41.841029652525506, - 42.52593449891344, - 43.29621487976958, - 43.68591736339784, - 43.186848963529826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 26.875, -43.4375 27.03125, -43.28125 27.03125, -43.28125 26.875, -43.4375 26.875))", @@ -299637,68 +215611,7 @@ "id": "5562", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.633289986247057, - 12.633289986247057, - 12.633289986247057, - 12.633289986247057, - 12.633289986247057, - 12.633289986247057, - 12.633289986247057, - 12.633289986247057 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 286.0123992818453, - -1174.9358905724384, - -1874.1747891775308, - -1704.2906585704773, - -597.2722702214687, - 961.1794024654619, - 2115.7932873230193, - 1721.4476025591403 - ], - "relative wind speed": [ - 3.719371495567837, - 3.1989219884138915, - 2.850057641733704, - 2.9561924558933494, - 3.4235726352444855, - 3.9142651957780674, - 4.175134171452783, - 4.100670685943538 - ], - "relative wind angle": [ - 0.17926014113916278, - 0.18084694490090555, - 0.05283818660741907, - 0.12293232854380592, - 0.19493930781535695, - 0.14752688420153398, - 0.03605978505019847, - 0.08851497589684244 - ], - "resistance": [ - 96920.51239928183, - 95459.56410942755, - 94760.32521082246, - 94930.20934142951, - 96037.22772977852, - 97595.67940246545, - 98750.293287323, - 98355.94760255913 - ], - "fuel": [ - 42.98201748993843, - 42.23185723500887, - 41.875625918638534, - 41.96200706026754, - 42.52752367974297, - 43.331382100640575, - 43.932766816525486, - 43.726812674432956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 26.875, -43.28125 27.03125, -43.125 27.03125, -43.125 26.875, -43.28125 26.875))", @@ -299717,68 +215630,7 @@ "id": "5563", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.14583075018048, - 14.14583075018048, - 14.14583075018048, - 14.14583075018048, - 14.14583075018048, - 14.14583075018048, - 14.14583075018048, - 14.14583075018048 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 135.0058137273436, - -1422.253658786678, - -2080.3990806169168, - -1824.4453544229318, - -537.3182232202234, - 1166.3402658775049, - 2339.3742707861174, - 1742.2239658048538 - ], - "relative wind speed": [ - 4.084063738041861, - 3.5790921374105005, - 3.2768510374222317, - 3.4171580704451436, - 3.8829589075697815, - 4.3528204610562895, - 4.584669428956554, - 4.481068758215565 - ], - "relative wind angle": [ - 0.1608606350423815, - 0.1499353442821608, - 0.031113268019274356, - 0.11451560620607606, - 0.1692703206757469, - 0.1231333594292085, - 0.022236171824495488, - 0.08724682415180643 - ], - "resistance": [ - 96769.50581372734, - 95212.24634121332, - 94554.10091938308, - 94810.05464557707, - 96097.18177677978, - 97800.8402658775, - 98973.87427078612, - 98376.72396580485 - ], - "fuel": [ - 44.130846298327754, - 43.33238674230742, - 42.997646096283916, - 43.127635700827426, - 43.785016101344624, - 44.66461337509705, - 45.276527986355795, - 44.964383991721675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 27.34375, -43.125 27.5, -42.96875 27.5, -42.96875 27.34375, -43.125 27.34375))", @@ -299810,9 +215662,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -925.829308359786, + -925.8293083597873, -1766.5337894332652, - -1713.571437294538, + -1713.5714372945372, -751.1369527030729, 765.6749219611711, 2026.5787845820514, @@ -299830,13 +215682,13 @@ 3.4443539461403034 ], "relative wind angle": [ - 0.24061732407879963, - 0.10510920983748077, - 0.13338503633396764, + 0.24061732407880057, + 0.10510920983748079, + 0.1333850363339668, 0.24467051050303323, - 0.19629741119174793, - 0.06603461686208982, - 0.08563616593363277, + 0.19629741119174796, + 0.06603461686208983, + 0.08563616593363278, 0.20902985253255224 ], "resistance": [ @@ -299890,17 +215742,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -672.8045954644494, + -672.8045954644508, -1523.4309725158032, - -1563.7203184727662, - -804.8486230243857, - 522.866957401397, + -1563.7203184727682, + -804.8486230243852, + 522.8669574013961, 1719.2513080022904, 1811.9237421345556, 678.4327260428458 ], "relative wind speed": [ - 2.7170543086347463, + 2.717054308634746, 2.2358232713690107, 2.203694859586324, 2.6529292432013074, @@ -299910,14 +215762,14 @@ 3.257375776595113 ], "relative wind angle": [ - 0.25646486678100866, + 0.25646486678100955, 0.13921558450519003, - 0.11389407515288731, - 0.2531506088239582, - 0.21679964320932443, + 0.11389407515289025, + 0.2531506088239581, + 0.21679964320932496, 0.08734440781703715, - 0.07008017294053692, - 0.2054219758729787 + 0.07008017294053694, + 0.20542197587297867 ], "resistance": [ 95961.69540453561, @@ -299970,19 +215822,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -544.2595950515692, + -544.2595950515706, -1547.129513773532, - -1692.5976481087432, + -1692.5976481087437, -1029.2198144223098, 318.1170509693884, 1634.756423415587, - 1970.7528060234854, + 1970.7528060234908, 887.2382786309054 ], "relative wind speed": [ - 3.0229091175662237, + 3.0229091175662233, 2.532645816496838, - 2.427657967109546, + 2.4276579671095457, 2.80726301036304, 3.3484064608309394, 3.7330296714840676, @@ -299990,13 +215842,13 @@ 3.5311584148331296 ], "relative wind angle": [ - 0.2297022321889421, + 0.22970223218894303, 0.1461437487346372, - 0.06871976496399723, + 0.06871976496399725, 0.21705570449311662, 0.20702992705705675, 0.09895899571316782, - 0.04385692870319196, + 0.04385692870318943, 0.1720546480325327 ], "resistance": [ @@ -300050,9 +215902,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -245.69485154932772, + -245.69485154933136, -1428.6880925739438, - -1738.831541398507, + -1738.8315413985133, -1291.0673830178393, -16.554432232411273, 1406.3998094645585, @@ -300060,9 +215912,9 @@ 1207.8551243467837 ], "relative wind speed": [ - 3.2254728870024367, + 3.225472887002436, 2.7041850485984167, - 2.488699723548223, + 2.4886997235482227, 2.775282578885958, 3.3097764090885913, 3.747756454985299, @@ -300070,10 +215922,10 @@ 3.6954163270569804 ], "relative wind angle": [ - 0.2196556229530997, - 0.17335564787566154, - 0.017344108087901645, - 0.19122748429024514, + 0.21965562295310076, + 0.17335564787566157, + 0.017344108087908046, + 0.19122748429024516, 0.21397258291565005, 0.12478237153639132, 0.01108396441742735, @@ -300130,39 +215982,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -222.14063429107637, - -1276.0073396703192, - -1544.1135842693525, + -222.14063429107864, + -1276.007339670319, + -1544.1135842693548, -1098.1826676891646, 73.32749366137932, 1366.29133264449, 1984.5581669904318, - 1107.07895229822 + 1107.0789522982209 ], "relative wind speed": [ - 2.761971458771845, + 2.761971458771844, 2.19822718215124, - 1.9707609046548105, + 1.9707609046548102, 2.310644385378602, 2.888825965430546, 3.3379033918415635, 3.477053818148369, - 3.261092504351009 + 3.2610925043510095 ], "relative wind angle": [ 0.2762716601218496, - 0.22301673292734428, - 0.033400073797470856, + 0.22301673292734425, + 0.03340007379747418, 0.25339453626005815, 0.2638431817019287, 0.14617663830062996, - 0.01892845363222118, - 0.17857486247945037 + 0.018928453632221176, + 0.178574862479451 ], "resistance": [ 96412.35936570895, 95358.4926603297, - 95090.38641573068, + 95090.38641573067, 95536.31733231086, 96707.8274936614, 98000.79133264451, @@ -300172,7 +216024,7 @@ "fuel": [ 40.829555869256815, 40.28961631723839, - 40.15291381020691, + 40.152913810206904, 40.38043342423386, 40.98167818972215, 41.65118416566301, @@ -300210,9 +216062,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -177.3371947473579, + -177.33719474735835, -892.9662898190428, - -1052.9277849764617, + -1052.9277849764621, -673.233993183384, 188.53343233050077, 1112.147191637776, @@ -300222,7 +216074,7 @@ "relative wind speed": [ 2.0111109519765127, 1.4430485557485442, - 1.2383384785959874, + 1.2383384785959872, 1.6490569019935541, 2.22383017296886, 2.6282311095332966, @@ -300230,10 +216082,10 @@ 2.5041164576261234 ], "relative wind angle": [ - 0.3808729741837591, + 0.38087297418376, 0.31583578548124713, - 0.09194926698526465, - 0.37827636257212854, + 0.09194926698526584, + 0.3782763625721286, 0.34285076602695647, 0.17138085981972667, 0.041651764223263554, @@ -300290,33 +216142,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 299.2108200907096, + 299.21082009070915, -769.2575864862515, - -1307.456356858425, + -1307.456356858426, -1197.7242905718738, -412.965474501028, 720.0712730014752, - 1595.8197870054487, + 1595.8197870054469, 1343.6785969060388 ], "relative wind speed": [ 2.7775268698505275, 2.2487477558554203, - 1.8575999765386286, + 1.8575999765386284, 1.9588192198846424, 2.4473384013024795, 2.940621412859305, - 3.202099793946955, + 3.2020997939469553, 3.141201685190234 ], "relative wind angle": [ - 0.24507438377463034, + 0.24507438377463078, 0.2688742379315836, - 0.0921327325432664, + 0.0921327325432676, 0.1825901840040253, - 0.2789675759194951, - 0.20456847101498013, - 0.05339776794473584, + 0.2789675759194947, + 0.20456847101498016, + 0.05339776794473792, 0.11347299263835171 ], "resistance": [ @@ -300357,68 +216209,7 @@ "id": "5571", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.712463206940555, - 6.712463206940555, - 6.712463206940555, - 6.712463206940555, - 6.712463206940555, - 6.712463206940555, - 6.712463206940555, - 6.712463206940555 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 164.99746871470688, - -598.5526211146231, - -933.7818686400643, - -790.6776496676597, - -154.91263318824394, - 697.6227761741759, - 1313.269509282455, - 984.6780770405719 - ], - "relative wind speed": [ - 2.092393401623595, - 1.5507447341199385, - 1.1647825499339415, - 1.3593362433031575, - 1.8948279868391187, - 2.358744160875873, - 2.5713352286771416, - 2.474002470594806 - ], - "relative wind angle": [ - 0.343451518908589, - 0.3784045309014564, - 0.09080162303724999, - 0.3168514352380609, - 0.38100042079785584, - 0.24533923872996358, - 0.04108705503048127, - 0.17204247757010518 - ], - "resistance": [ - 96799.49746871472, - 96035.9473788854, - 95700.71813135994, - 95843.82235033235, - 96479.58736681177, - 97332.12277617419, - 97947.76950928247, - 97619.17807704059 - ], - "fuel": [ - 39.56724829345467, - 39.174537601368925, - 39.00280709877684, - 39.07606506068937, - 39.40244740068359, - 39.84247372510922, - 40.161914382846334, - 39.99124263460741 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 27.03125, -43.125 27.1875, -42.96875 27.1875, -42.96875 27.03125, -43.125 27.03125))", @@ -300437,68 +216228,7 @@ "id": "5572", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.873767014464926, - 11.873767014464926, - 11.873767014464926, - 11.873767014464926, - 11.873767014464926, - 11.873767014464926, - 11.873767014464926, - 11.873767014464926 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1.3224763144016833, - -1278.8056952900934, - -1741.729611419254, - -1449.3313057115893, - -285.5308587844738, - 1160.1447134562459, - 2084.982413412341, - 1405.5512313839745 - ], - "relative wind speed": [ - 3.4169711328301884, - 2.904169625940569, - 2.6252443044271923, - 2.8199761873047935, - 3.3157400342991736, - 3.7730123881870985, - 3.9721424999264174, - 3.8363469604146885 - ], - "relative wind angle": [ - 0.19841402000080444, - 0.17750114273783218, - 0.019679582491462323, - 0.15657359698045903, - 0.2045562895833765, - 0.1363321047413084, - 0.013006037327261234, - 0.11487506301973936 - ], - "resistance": [ - 96633.17752368562, - 95355.69430470992, - 94892.77038858076, - 95185.16869428843, - 96348.96914121554, - 97794.64471345626, - 98719.48241341236, - 98040.05123138399 - ], - "fuel": [ - 42.274688197683844, - 41.61966245937793, - 41.38379857134909, - 41.53268536281862, - 42.128435970720645, - 42.87549747904396, - 43.357491798656255, - 43.003084888701835 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 27.03125, -42.96875 27.1875, -42.8125 27.1875, -42.8125 27.03125, -42.96875 27.03125))", @@ -300517,68 +216247,7 @@ "id": "5573", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.330974099939086, - 9.330974099939086, - 9.330974099939086, - 9.330974099939086, - 9.330974099939086, - 9.330974099939086, - 9.330974099939086, - 9.330974099939086 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 102.91577793592478, - -912.2305076902276, - -1325.9065942645725, - -1124.7223727120622, - -250.31407698142448, - 882.4196100151703, - 1655.1615435792392, - 1191.0620820110862 - ], - "relative wind speed": [ - 2.756898521920714, - 2.2407777189141416, - 1.9241573773288738, - 2.1016323121618186, - 2.5973032699934286, - 3.0537499817282208, - 3.2625284862753374, - 3.1511292199725074 - ], - "relative wind angle": [ - 0.24531586287170118, - 0.2395784891823993, - 0.04284717399651504, - 0.19885077825647143, - 0.26072986116637326, - 0.17501281608608996, - 0.025265143663771982, - 0.13213455869275395 - ], - "resistance": [ - 96737.41577793591, - 95722.26949230976, - 95308.59340573542, - 95509.77762728793, - 96384.18592301857, - 97516.91961001516, - 98289.66154357922, - 97825.56208201108 - ], - "fuel": [ - 40.73298835083456, - 40.21158587134107, - 40.000212018246934, - 40.1029305043962, - 40.55112636696113, - 41.135962201360314, - 41.53767207830498, - 41.29614348064786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 26.875, -43.125 27.03125, -42.96875 27.03125, -42.96875 26.875, -43.125 26.875))", @@ -300597,68 +216266,7 @@ "id": "5574", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.940141028819575, - 13.940141028819575, - 13.940141028819575, - 13.940141028819575, - 13.940141028819575, - 13.940141028819575, - 13.940141028819575, - 13.940141028819575 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 174.1087207124865, - -1412.02692481738, - -2100.4847670082145, - -1854.2197724955213, - -564.6329186946141, - 1162.4702963275313, - 2369.9041255999264, - 1796.1925902510202 - ], - "relative wind speed": [ - 4.042271984091735, - 3.5217864707670437, - 3.2024969221540966, - 3.340159006152916, - 3.8180365785510513, - 4.302834665990426, - 4.545479025594583, - 4.445301330859619 - ], - "relative wind angle": [ - 0.16696585984864712, - 0.15839151908803545, - 0.03554033245946654, - 0.1184034167734494, - 0.1768724396546874, - 0.12946031212768386, - 0.025037126995949687, - 0.08887647923191799 - ], - "resistance": [ - 96808.60872071248, - 95222.47307518261, - 94534.01523299179, - 94780.28022750448, - 96069.86708130539, - 97796.97029632753, - 99004.40412559993, - 98430.69259025103 - ], - "fuel": [ - 43.975334430742365, - 43.161923511120484, - 42.81177823321755, - 42.936824437717426, - 43.59532412944945, - 44.48692568692742, - 45.116844898627605, - 44.81686268595204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 26.875, -42.96875 27.03125, -42.8125 27.03125, -42.8125 26.875, -42.96875 26.875))", @@ -300677,68 +216285,7 @@ "id": "5575", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.645063109294984, - 9.645063109294984, - 9.645063109294984, - 9.645063109294984, - 9.645063109294984, - 9.645063109294984, - 9.645063109294984, - 9.645063109294984 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 243.4252020261838, - -848.5213190909708, - -1371.084051168317, - -1234.2849526748298, - -398.1660895773366, - 773.5289407046293, - 1647.8560646667893, - 1332.6532498320184 - ], - "relative wind speed": [ - 2.899490786301351, - 2.3843653022830047, - 2.0258530309283347, - 2.142403269423313, - 2.618787895507153, - 3.0951411868879393, - 3.340810733726124, - 3.26729323640617 - ], - "relative wind angle": [ - 0.2291065654157978, - 0.2404587111371428, - 0.07140832049635258, - 0.17045712272953667, - 0.254178872643967, - 0.18450426066592146, - 0.04327841157537796, - 0.1114609456630957 - ], - "resistance": [ - 96877.9252020262, - 95785.97868090906, - 95263.41594883171, - 95400.2150473252, - 96236.33391042269, - 97408.02894070465, - 98282.35606466682, - 97967.15324983204 - ], - "fuel": [ - 40.97946923319461, - 40.41820549747443, - 40.15117640134739, - 40.220982436494644, - 40.64915182794785, - 41.253543900325596, - 41.70787381923206, - 41.54375589116121 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 27.34375, -42.5 27.5, -42.34375 27.5, -42.34375 27.34375, -42.5 27.34375))", @@ -300770,18 +216317,18 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -131.85648442824208, - -692.9135056468717, + -131.8564844282423, + -692.9135056468716, -814.5710258105421, -500.37481932507706, 190.13279287920182, 929.602346707471, - 1209.6974769279946, + 1209.6974769279964, 637.2286149931838 ], "relative wind speed": [ 1.6961443374974337, - 1.1469466119170224, + 1.1469466119170226, 0.9500535576544984, 1.3711723475175956, 1.9171355930657505, @@ -300790,13 +216337,13 @@ 2.161527443551726 ], "relative wind angle": [ - 0.4356246051915965, - 0.3758197809158416, + 0.435624605191597, + 0.37581978091584195, 0.12706320572091548, 0.44580673959790484, - 0.3826011696729129, + 0.38260116967291297, 0.18501085035841033, - 0.05067238401860142, + 0.050672384018599234, 0.27705512075456235 ], "resistance": [ @@ -300837,68 +216384,7 @@ "id": "5577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.95349969167701, - 5.95349969167701, - 5.95349969167701, - 5.95349969167701, - 5.95349969167701, - 5.95349969167701, - 5.95349969167701, - 5.95349969167701 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -73.71746241623987, - -632.8703377932777, - -779.9509976029809, - -525.6799766023738, - 105.19426044174702, - 812.106278662091, - 1150.9828413225844, - 650.3895117459822 - ], - "relative wind speed": [ - 1.7267028972061937, - 1.2059111813661918, - 0.9753060523830845, - 1.3293433564587673, - 1.8504203706966365, - 2.2251599192339717, - 2.3354521077714834, - 2.1536955876233477 - ], - "relative wind angle": [ - 0.4052451969796888, - 0.3681996205743657, - 0.06864912819268888, - 0.40899570219242903, - 0.3767338047577099, - 0.19632390322266438, - 0.028649907474275423, - 0.24800273925451843 - ], - "resistance": [ - 96560.78253758379, - 96001.62966220675, - 95854.54900239705, - 96108.82002339765, - 96739.69426044177, - 97446.60627866212, - 97785.48284132262, - 97284.889511746 - ], - "fuel": [ - 39.1815119974955, - 38.894211352244305, - 38.81883249047807, - 38.949197138884514, - 39.27368504696401, - 39.63904220786264, - 39.8148449711627, - 39.555297219574335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 27.1875, -42.5 27.34375, -42.34375 27.34375, -42.34375 27.1875, -42.5 27.1875))", @@ -300930,33 +216416,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -84.00819130128218, + -84.00819130128241, -606.520584604015, -734.763544336727, -472.4783142241628, - 140.38862531144537, + 140.38862531144514, 816.2612198398806, - 1112.1483298853598, + 1112.1483298853625, 612.0702178456784 ], "relative wind speed": [ - 1.6278620598708204, + 1.6278620598708202, 1.0974294748163729, 0.8767982367146749, 1.264262893824753, 1.7908512104564587, 2.157019121789256, - 2.255727775254423, + 2.2557277752544227, 2.063667191980842 ], "relative wind angle": [ - 0.43829234374315207, + 0.43829234374315235, 0.3981527133468622, 0.10181745832233402, 0.4514182640341226, - 0.39604104419881303, + 0.3960410441988133, 0.19856108405049766, - 0.039518244502613376, + 0.03951824450260776, 0.2705429888977159 ], "resistance": [ @@ -300997,68 +216483,7 @@ "id": "5579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.958661361613516, - 4.958661361613516, - 4.958661361613516, - 4.958661361613516, - 4.958661361613516, - 4.958661361613516, - 4.958661361613516, - 4.958661361613516 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -51.88159828241817, - -501.7498892263557, - -615.5114368143227, - -390.8807491974447, - 134.97731505984234, - 722.7285853436645, - 987.0734003231876, - 550.7778862349544 - ], - "relative wind speed": [ - 1.4609895672145263, - 0.9363115930977359, - 0.7017307413601339, - 1.0985539713307122, - 1.612879723127733, - 1.9644826589759097, - 2.0599624956334615, - 1.8785767721495445 - ], - "relative wind angle": [ - 0.4847572129974458, - 0.4669394215746134, - 0.12105520569259604, - 0.5152628608005944, - 0.43577094331756033, - 0.2162342127331253, - 0.04114868757078466, - 0.2923029540652792 - ], - "resistance": [ - 96582.6184017176, - 96132.75011077366, - 96018.98856318569, - 96243.61925080257, - 96769.47731505986, - 97357.22858534368, - 97621.5734003232, - 97185.27788623497 - ], - "fuel": [ - 38.90584745456198, - 38.67457074941404, - 38.61620538094753, - 38.73149850363519, - 39.002132741325944, - 39.30583824028973, - 39.44285076830328, - 39.21685407386144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 27.34375, -42.1875 27.5, -42.03125 27.5, -42.03125 27.34375, -42.1875 27.34375))", @@ -301090,34 +216515,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -134.4142817634745, + -134.41428176347495, -601.3815545448265, - -691.7077744312846, + -691.7077744312849, -406.88749559221014, 190.97930159256634, 817.8331553591179, 1025.7194971975625, - 522.10037337276 + 522.1003733727598 ], "relative wind speed": [ - 1.5402488517849047, + 1.5402488517849042, 1.031067320117364, - 0.8701931270863595, + 0.8701931270863594, 1.2782590252489212, 1.7831615543690726, 2.118709946120667, 2.1897021660436624, - 1.9794154487561022 + 1.979415448756102 ], "relative wind angle": [ 0.44486388121627474, 0.3722107064851164, - 0.1528940444523613, + 0.15289404445236202, 0.45556839532062965, - 0.3808527572713418, - 0.1779194596694126, + 0.3808527572713419, + 0.17791945966941264, 0.06056103665457658, - 0.2880925347365729 + 0.28809253473657254 ], "resistance": [ 96500.08571823654, @@ -301170,34 +216595,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -533.6352778377991, + -533.6352778377994, -854.0721064388, - -734.1225746333934, + -734.1225746333936, -162.08060045588013, - 617.828766535551, + 617.8287665355504, 1192.4223730687506, 917.1921731383834, 171.71308774117415 ], "relative wind speed": [ - 1.5002776168737555, + 1.5002776168737553, 1.1218329943835745, 1.292226344617615, 1.801081538917922, - 2.2491313761261895, + 2.249131376126189, 2.4598608918961378, 2.374779136897551, 2.0163159883650996 ], "relative wind angle": [ - 0.37929558802745356, + 0.37929558802745383, 0.10266898794275373, - 0.308942017679092, + 0.3089420176790927, 0.38153424725072815, - 0.24956780657119976, + 0.2495678065711989, 0.046757572457494734, 0.16621231516017576, - 0.33905746755527255 + 0.3390574675552726 ], "resistance": [ 96100.86472216216, @@ -301237,68 +216662,7 @@ "id": "5582", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.654898835873437, - 5.654898835873437, - 5.654898835873437, - 5.654898835873437, - 5.654898835873437, - 5.654898835873437, - 5.654898835873437, - 5.654898835873437 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -157.1545475652125, - -638.5331929443987, - -724.8376656433736, - -418.03273626975783, - 211.40635998431617, - 862.3004834522965, - 1060.6910808478672, - 528.0094470218523 - ], - "relative wind speed": [ - 1.5745121103336301, - 1.061758237397943, - 0.9137336141055594, - 1.3315857411841518, - 1.841839679912092, - 2.178102669160375, - 2.24422652032711, - 2.0244360217011033 - ], - "relative wind angle": [ - 0.4386394152257219, - 0.35601573442521256, - 0.15975443931804761, - 0.4470281061003791, - 0.37155554065326823, - 0.17073206810878352, - 0.06481284213277486, - 0.2883178623277944 - ], - "resistance": [ - 96477.34545243483, - 95995.96680705565, - 95909.66233435668, - 96216.46726373029, - 96845.90635998436, - 97496.80048345235, - 97695.19108084792, - 97162.50944702189 - ], - "fuel": [ - 39.0456036246583, - 38.798344276682606, - 38.75410528023045, - 38.91149694859527, - 39.23549714488617, - 39.57209168297531, - 39.67499817920539, - 39.399024047782994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 27.1875, -42.03125 27.34375, -41.875 27.34375, -41.875 27.1875, -42.03125 27.1875))", @@ -301317,68 +216681,7 @@ "id": "5583", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.565061168925501, - 6.565061168925501, - 6.565061168925501, - 6.565061168925501, - 6.565061168925501, - 6.565061168925501, - 6.565061168925501, - 6.565061168925501 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -545.3749132756826, - -858.2428105981728, - -735.3102981872455, - -161.3928263190728, - 614.1027380397791, - 1178.43613229755, - 896.3741538353047, - 154.55438019571125 - ], - "relative wind speed": [ - 1.5340673419484505, - 1.175297616353633, - 1.3434137247264244, - 1.8372880612375504, - 2.274584108118352, - 2.479066555688009, - 2.392140263185672, - 2.037515166709515 - ], - "relative wind angle": [ - 0.35766419642387337, - 0.09061969869306928, - 0.2919350357249042, - 0.36344806565399634, - 0.23836310077103245, - 0.04291617846642031, - 0.1623424863651677, - 0.3263250374329088 - ], - "resistance": [ - 96089.1250867243, - 95776.25718940182, - 95899.18970181273, - 96473.10717368091, - 97248.60273803977, - 97812.93613229753, - 97530.87415383529, - 96789.0543801957 - ], - "fuel": [ - 39.14782299378054, - 38.987472788766965, - 39.05043438435208, - 39.345118285151415, - 39.74525152677393, - 40.03783796787637, - 39.89145090893051, - 39.507867754260545 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 27.03125, -42.1875 27.1875, -42.03125 27.1875, -42.03125 27.03125, -42.1875 27.03125))", @@ -301397,68 +216700,7 @@ "id": "5584", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8889773405972, - 5.8889773405972, - 5.8889773405972, - 5.8889773405972, - 5.8889773405972, - 5.8889773405972, - 5.8889773405972, - 5.8889773405972 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -233.44603074515635, - -721.4386783811186, - -777.1191613166875, - -401.1677200954517, - 301.61585919106005, - 990.1327770443659, - 1117.9513898639643, - 505.36420460300815 - ], - "relative wind speed": [ - 1.588727646060071, - 1.0644069279445927, - 0.9719729380856259, - 1.4386196113668341, - 1.9618100974933452, - 2.2890592573644697, - 2.329811794890656, - 2.0743982273838264 - ], - "relative wind angle": [ - 0.44590056002332873, - 0.3264543177980651, - 0.20981581358098333, - 0.451457787531929, - 0.35677563409947305, - 0.14967674155724076, - 0.08700183618113598, - 0.3073813314912601 - ], - "resistance": [ - 96401.05396925483, - 95913.06132161886, - 95857.3808386833, - 96233.33227990453, - 96936.11585919105, - 97624.63277704435, - 97752.45138986396, - 97139.864204603 - ], - "fuel": [ - 39.07873727443213, - 38.82822519350229, - 38.79969781891897, - 38.9925370419066, - 39.35443089865405, - 39.71076048912005, - 39.77710485366144, - 39.459693437619734 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 27.03125, -42.03125 27.1875, -41.875 27.1875, -41.875 27.03125, -42.03125 27.03125))", @@ -301490,19 +216732,19 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - -476.5736390288705, + -476.5736390288712, -780.6690918162167, - -681.0305768606319, + -681.030576860632, -167.47745765529226, 543.6158178848641, 1076.7724362394115, - 848.3104325170189, + 848.3104325170184, 172.79761780388003 ], "relative wind speed": [ - 1.4594420596374849, + 1.4594420596374846, 1.0938215316966526, - 1.2402883212609739, + 1.2402883212609737, 1.7191036309535541, 2.1488116273491267, 2.356038410566877, @@ -301510,13 +216752,13 @@ 1.9473174474933488 ], "relative wind angle": [ - 0.374258580568142, - 0.11141824612578098, - 0.2957998558300881, + 0.37425858056814293, + 0.111418246125781, + 0.2957998558300877, 0.3770441691909482, 0.2509232644601083, 0.05164336755707009, - 0.1590826986006291, + 0.15908269860062982, 0.3310393558678129 ], "resistance": [ @@ -301557,68 +216799,7 @@ "id": "5586", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.832789892705223, - 5.832789892705223, - 5.832789892705223, - 5.832789892705223, - 5.832789892705223, - 5.832789892705223, - 5.832789892705223, - 5.832789892705223 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -173.09080321776537, - -662.7357983221975, - -747.2910372929484, - -430.3889364301426, - 214.63433208341712, - 876.0840438832183, - 1070.1499251495848, - 525.8308759547156 - ], - "relative wind speed": [ - 1.6133920806522657, - 1.1098048469504018, - 0.971780723647824, - 1.3818135420089965, - 1.8871952059592314, - 2.221007193367988, - 2.2847717558770424, - 2.0627969086721802 - ], - "relative wind angle": [ - 0.42127791001120013, - 0.3322108742090965, - 0.15278042650313362, - 0.42606909508380975, - 0.35714191412941215, - 0.16369437907413345, - 0.06477479734442085, - 0.28051979906049673 - ], - "resistance": [ - 96461.40919678225, - 95971.76420167781, - 95887.20896270707, - 96204.11106356987, - 96849.13433208343, - 97510.58404388324, - 97704.6499251496, - 97160.33087595474 - ], - "fuel": [ - 39.092079684455435, - 38.84061090590993, - 38.79727589273972, - 38.959826910561716, - 39.29183801631024, - 39.63391206296614, - 39.7345836927453, - 39.452573023201296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 26.875, -42.03125 27.03125, -41.875 27.03125, -41.875 26.875, -42.03125 26.875))", @@ -301637,68 +216818,7 @@ "id": "5587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.649613921309608, - 5.649613921309608, - 5.649613921309608, - 5.649613921309608, - 5.649613921309608, - 5.649613921309608, - 5.649613921309608, - 5.649613921309608 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -385.93070724514075, - -673.1797412073104, - -602.5826640685545, - -169.29320005523857, - 452.639885610334, - 938.9203663234648, - 777.1145606923278, - 191.6569628344555 - ], - "relative wind speed": [ - 1.3496875062005242, - 0.9755948089037927, - 1.0920596841616617, - 1.5501680599680192, - 1.9682514297955669, - 2.178046102387655, - 2.1220451695274574, - 1.8145657996173827 - ], - "relative wind angle": [ - 0.401428950933348, - 0.14578127447389602, - 0.3040479923514119, - 0.4002999086883269, - 0.27125191238961643, - 0.06511360025320374, - 0.1546874601891178, - 0.3393908299650327 - ], - "resistance": [ - 96248.5692927549, - 95961.32025879272, - 96031.91733593147, - 96465.20679994479, - 97087.13988561036, - 97573.4203663235, - 97411.61456069235, - 96826.15696283449 - ], - "fuel": [ - 38.926393157583206, - 38.778988946572, - 38.815187962291894, - 39.037765577333, - 39.358469055564356, - 39.61022510588995, - 39.52635768260954, - 39.22371640136783 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 27.34375, -41.875 27.5, -41.71875 27.5, -41.71875 27.34375, -41.875 27.34375))", @@ -301717,68 +216837,7 @@ "id": "5588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.085800972979912, - 7.085800972979912, - 7.085800972979912, - 7.085800972979912, - 7.085800972979912, - 7.085800972979912, - 7.085800972979912, - 7.085800972979912 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -569.556839844078, - -941.9274561950704, - -835.7904859079853, - -235.02916561813117, - 606.3322968152643, - 1242.5276567138621, - 999.265235797619, - 207.45284705974404 - ], - "relative wind speed": [ - 1.699498594720949, - 1.3250718938120916, - 1.4570679911896096, - 1.9429027253161775, - 2.3965957337823083, - 2.622241609934385, - 2.5512584059033916, - 2.2038819352680874 - ], - "relative wind angle": [ - 0.3339575389966509, - 0.10392336054263687, - 0.2515512980446009, - 0.34132354433781714, - 0.2345875983426237, - 0.05244414400917407, - 0.14263814428925797, - 0.29955598144753576 - ], - "resistance": [ - 96064.94316015595, - 95692.57254380496, - 95798.70951409204, - 96399.4708343819, - 97240.8322968153, - 97877.0276567139, - 97633.76523579765, - 96841.95284705977 - ], - "fuel": [ - 39.33257217386115, - 39.14180052732357, - 39.19612368537864, - 39.50439622423711, - 39.938386928868965, - 40.268297863212055, - 40.14197177154975, - 39.73230872729589 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 27.34375, -41.71875 27.5, -41.5625 27.5, -41.5625 27.34375, -41.71875 27.34375))", @@ -301797,68 +216856,7 @@ "id": "5589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.73065826992554, - 7.73065826992554, - 7.73065826992554, - 7.73065826992554, - 7.73065826992554, - 7.73065826992554, - 7.73065826992554, - 7.73065826992554 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -387.58394867800394, - -993.1420589638982, - -1044.7467082435683, - -551.4594771751254, - 346.37037286753275, - 1188.7864199665487, - 1306.9560474796435, - 541.1922957279908 - ], - "relative wind speed": [ - 2.043727157261087, - 1.5749586853563364, - 1.5169921038382037, - 1.9349732910828947, - 2.4421013121095294, - 2.7677038590416805, - 2.79989543890948, - 2.5291417268965772 - ], - "relative wind angle": [ - 0.3209590806369435, - 0.19734405649434192, - 0.1375773912869403, - 0.31691945351264317, - 0.26718133213768475, - 0.11180370143157124, - 0.07437348669272974, - 0.2407462888231895 - ], - "resistance": [ - 96246.91605132206, - 95641.35794103616, - 95589.7532917565, - 96083.04052282493, - 96980.87037286759, - 97823.28641996661, - 97941.4560474797, - 97175.69229572805 - ], - "fuel": [ - 39.69489378913994, - 39.384509000029176, - 39.35812162275576, - 39.61076310229436, - 40.07291848114566, - 40.50927730971403, - 40.57069858939953, - 40.173598569898836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 27.1875, -41.875 27.34375, -41.71875 27.34375, -41.71875 27.1875, -41.875 27.1875))", @@ -301877,68 +216875,7 @@ "id": "5590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.126373465449891, - 7.126373465449891, - 7.126373465449891, - 7.126373465449891, - 7.126373465449891, - 7.126373465449891, - 7.126373465449891, - 7.126373465449891 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -581.9075310735832, - -975.5351245628699, - -868.6970150978683, - -246.97204884180883, - 629.9187887301568, - 1299.0508240289482, - 1054.2630481347564, - 229.80645371999276 - ], - "relative wind speed": [ - 1.7090449553714, - 1.3139747971620146, - 1.447437087423458, - 1.9520705515894239, - 2.4224215092739345, - 2.6575234449570675, - 2.587254627210962, - 2.2312286278395583 - ], - "relative wind angle": [ - 0.3467395235161298, - 0.11247909324772064, - 0.2600782500646971, - 0.3524646289173429, - 0.24211455677309449, - 0.05552502737179718, - 0.14436672367603995, - 0.3068120475032663 - ], - "resistance": [ - 96052.59246892645, - 95658.96487543716, - 95765.80298490216, - 96387.52795115822, - 97264.41878873018, - 97933.55082402898, - 97688.76304813479, - 96864.30645372003 - ], - "fuel": [ - 39.34234762739048, - 39.14071933645147, - 39.19538813109716, - 39.51436600225361, - 39.96670245002897, - 40.31379304127543, - 40.1866240429133, - 39.759953088490875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 27.1875, -41.71875 27.34375, -41.5625 27.34375, -41.5625 27.1875, -41.71875 27.1875))", @@ -301970,31 +216907,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -385.90175014560486, + -385.90175014560555, -980.5573347653271, - -1028.286236597136, + -1028.2862365971366, -537.1057165970251, - 351.0078874625972, + 351.00788746259764, 1181.6844081620304, 1290.9506560814068, 530.9032642993282 ], "relative wind speed": [ - 2.0136753283136786, + 2.013675328313678, 1.5446019831850606, - 1.4900533925558566, + 1.4900533925558563, 1.9118704590079294, - 2.4187117426939477, + 2.4187117426939473, 2.7421268270533314, 2.7721464083697986, 2.4999612337149553 ], "relative wind angle": [ - 0.32582510308180646, + 0.3258251030818068, 0.1994522847856342, - 0.14259744905345165, + 0.14259744905345245, 0.32225839037809084, - 0.2697477909539192, + 0.2697477909539184, 0.11183828548159196, 0.07646238924729286, 0.2446397027043427 @@ -302037,68 +216974,7 @@ "id": "5592", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.405378035874117, - 8.405378035874117, - 8.405378035874117, - 8.405378035874117, - 8.405378035874117, - 8.405378035874117, - 8.405378035874117, - 8.405378035874117 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -628.0026039692827, - -1111.4610404952407, - -1037.2530858158161, - -387.1525650553583, - 577.6706634715274, - 1343.496177695994, - 1173.039867994743, - 293.16284852937997 - ], - "relative wind speed": [ - 2.0997198975571774, - 1.7271029417713741, - 1.8011201762615439, - 2.2448371596136374, - 2.705000105815449, - 2.956850461079115, - 2.9123556327005633, - 2.585837455734 - ], - "relative wind angle": [ - 0.2703805440168238, - 0.10230268585852735, - 0.1737618518926354, - 0.2783236916217263, - 0.2088462522725281, - 0.059686482119980386, - 0.10712628486658787, - 0.24083445907448023 - ], - "resistance": [ - 96006.49739603075, - 95523.0389595048, - 95597.24691418423, - 96247.34743494469, - 97212.17066347157, - 97977.99617769604, - 97807.53986799478, - 96927.66284852942 - ], - "fuel": [ - 39.88218770335257, - 39.6347089871469, - 39.67263897431546, - 40.00580158403197, - 40.50315176035344, - 40.90038784726954, - 40.81178281267279, - 40.35613264447775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 27.34375, -41.40625 27.5, -41.25 27.5, -41.25 27.34375, -41.40625 27.34375))", @@ -302130,9 +217006,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -749.7956196002958, + -749.7956196002976, -1156.8937630121204, - -1016.0987126898729, + -1016.0987126898731, -286.49583405375233, 701.7728303814579, 1412.633353622119, @@ -302140,7 +217016,7 @@ 156.3059237458824 ], "relative wind speed": [ - 2.148062386577006, + 2.1480623865770054, 1.832387925495281, 1.9640713848906364, 2.4126980674465517, @@ -302150,14 +217026,14 @@ 2.625090425096078 ], "relative wind angle": [ - 0.2403828978655915, + 0.24038289786559242, 0.05979509876272244, - 0.18254264659281513, - 0.2571991274646014, + 0.18254264659281577, + 0.25719912746460133, 0.1806906492780184, - 0.03581007051146955, - 0.12010645066899736, - 0.23597581342968937 + 0.03581007051146954, + 0.12010645066899735, + 0.23597581342968935 ], "resistance": [ 95884.70438039971, @@ -302210,9 +217086,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -587.5583038820971, + -587.5583038820978, -1033.7587604317735, - -957.0442447122678, + -957.0442447122684, -341.10347906252605, 564.860226477048, 1280.5439012460697, @@ -302220,9 +217096,9 @@ 272.8761425176058 ], "relative wind speed": [ - 1.949344165152513, + 1.9493441651525127, 1.5738929952472889, - 1.6569384584760993, + 1.656938458476099, 2.1089548131802585, 2.5664611760536076, 2.8123880390010423, @@ -302230,14 +217106,14 @@ 2.4370012799275327 ], "relative wind angle": [ - 0.29134014545648984, + 0.29134014545649056, 0.10857884192097839, 0.19356094938853677, 0.29903467102501374, 0.21993782128988806, 0.06068174370533986, 0.11555652301876158, - 0.2577875442568215 + 0.25778754425682154 ], "resistance": [ 96046.94169611795, @@ -302290,33 +217166,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -919.4327729957852, + -919.4327729957859, -1257.505261830571, - -1027.4838943759125, + -1027.483894375914, -160.6179975132054, 912.2407574031031, 1600.699991285771, - 1069.2515406368611, + 1069.2515406368625, 18.978966661833056 ], "relative wind speed": [ 2.145191346340328, 1.8643937924324283, - 2.0723186079044242, + 2.072318607904424, 2.564756667438031, 2.9981251026506257, 3.18035152621478, - 3.048949922660312, + 3.0489499226603116, 2.6481358123006866 ], "relative wind angle": [ - 0.23323054427266163, + 0.2332305442726626, 0.023111917339401454, - 0.21141749048889213, + 0.21141749048889266, 0.2594887829898071, 0.16613334718857636, - 0.013547935471765608, - 0.1431167918912198, + 0.013547935471765606, + 0.1431167918912183, 0.2511392243129842 ], "resistance": [ @@ -302357,68 +217233,7 @@ "id": "5596", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.871567008837225, - 6.871567008837225, - 6.871567008837225, - 6.871567008837225, - 6.871567008837225, - 6.871567008837225, - 6.871567008837225, - 6.871567008837225 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -639.6120343523004, - -880.4873926164256, - -702.1466559203672, - -70.83586955179908, - 709.5048837739898, - 1212.6991763765056, - 801.8348800946735, - 33.09075618167435 - ], - "relative wind speed": [ - 1.5559374495140834, - 1.2723966171183207, - 1.4970366713823777, - 1.9806275557385897, - 2.383094033650924, - 2.5457975899055434, - 2.4205288109335514, - 2.0438182417896167 - ], - "relative wind angle": [ - 0.30945498572493085, - 0.026180180439271943, - 0.2890654908596104, - 0.3273333128534882, - 0.2001698968966181, - 0.013083804584167778, - 0.17722670747734728, - 0.31685363448677356 - ], - "resistance": [ - 95994.88796564771, - 95754.01260738359, - 95932.35334407965, - 96563.66413044822, - 97344.004883774, - 97847.19917637653, - 97436.33488009468, - 96667.59075618169 - ], - "fuel": [ - 39.21336889294544, - 39.08996831030012, - 39.18131162141631, - 39.50561003538407, - 39.90851323743797, - 40.16952266020293, - 39.95633469402621, - 39.55913832966718 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 27.03125, -41.71875 27.1875, -41.5625 27.1875, -41.5625 27.03125, -41.71875 27.03125))", @@ -302437,68 +217252,7 @@ "id": "5597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.999264218694067, - 7.999264218694067, - 7.999264218694067, - 7.999264218694067, - 7.999264218694067, - 7.999264218694067, - 7.999264218694067, - 7.999264218694067 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -631.7168107477514, - -1075.4542820128418, - -980.2827696727845, - -325.91489568758857, - 615.5675838713069, - 1343.3599813070882, - 1124.9884826699267, - 253.2617892114581 - ], - "relative wind speed": [ - 1.9652268840399476, - 1.5918605201777514, - 1.6932048497455667, - 2.1600609523792547, - 2.6224032028144935, - 2.8644537608738756, - 2.8057392253527706, - 2.464396872642777 - ], - "relative wind angle": [ - 0.2906259779623001, - 0.0996368433662741, - 0.20169799670433705, - 0.29986068247764625, - 0.21642750421792112, - 0.05530772283732646, - 0.12119334579492903, - 0.26189236143324446 - ], - "resistance": [ - 96002.78318925225, - 95559.04571798716, - 95654.21723032721, - 96308.58510431241, - 97250.0675838713, - 97977.85998130709, - 97759.48848266993, - 96887.76178921146 - ], - "fuel": [ - 39.689687927678854, - 39.46251541287821, - 39.511176987887424, - 39.84667043915147, - 40.33216250038091, - 40.709721821641416, - 40.59622953116708, - 40.144942710782516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 26.875, -41.875 27.03125, -41.71875 27.03125, -41.71875 26.875, -41.875 26.875))", @@ -302517,68 +217271,7 @@ "id": "5598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.2088109866620345, - 7.2088109866620345, - 7.2088109866620345, - 7.2088109866620345, - 7.2088109866620345, - 7.2088109866620345, - 7.2088109866620345, - 7.2088109866620345 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -580.4096271732676, - -894.4553543014862, - -773.3174622235563, - -191.01575780588655, - 590.9335776418106, - 1151.7835666144947, - 873.4483535500899, - 129.4685874175284 - ], - "relative wind speed": [ - 1.7208939477946257, - 1.4092002199210634, - 1.552381913091936, - 1.996298972233111, - 2.4060349387569615, - 2.6008911638609202, - 2.518052918820494, - 2.1829499580925833 - ], - "relative wind angle": [ - 0.28917733388308975, - 0.06916408855123801, - 0.22940497621214828, - 0.303500037769551, - 0.2054020204904404, - 0.03745298268141308, - 0.140654471568098, - 0.27683049314379776 - ], - "resistance": [ - 96054.09037282671, - 95740.0446456985, - 95861.18253777643, - 96443.4842421941, - 97225.4335776418, - 97786.28356661448, - 97507.94835355008, - 96763.96858741752 - ], - "fuel": [ - 39.37618566924752, - 39.21527343512499, - 39.27729916332163, - 39.576214766105, - 39.979601162820344, - 40.27032959664213, - 40.12590236199383, - 39.74126876697059 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 26.875, -41.71875 27.03125, -41.5625 27.03125, -41.5625 26.875, -41.71875 26.875))", @@ -302597,68 +217290,7 @@ "id": "5599", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.878814167756478, - 7.878814167756478, - 7.878814167756478, - 7.878814167756478, - 7.878814167756478, - 7.878814167756478, - 7.878814167756478, - 7.878814167756478 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -644.5862911888858, - -988.313631644872, - -859.7440460479011, - -225.62983258071358, - 626.4727623798049, - 1235.7022878792905, - 939.786579797687, - 131.9286856341423 - ], - "relative wind speed": [ - 1.9032494698990396, - 1.5986700645432985, - 1.734795906421985, - 2.1720631466714493, - 2.5845787154290294, - 2.783282182182193, - 2.7005349181192364, - 2.3631646933278834 - ], - "relative wind angle": [ - 0.2600013217755537, - 0.061967468638399664, - 0.20272390034024385, - 0.2765035957136534, - 0.19046107012279048, - 0.03557779279038523, - 0.12970092846563888, - 0.253628065467297 - ], - "resistance": [ - 95989.91370881115, - 95646.18636835516, - 95774.75595395213, - 96408.87016741931, - 97260.97276237984, - 97870.20228787932, - 97574.28657979771, - 96766.42868563416 - ], - "fuel": [ - 39.62864923016409, - 39.452629656077136, - 39.518417477865725, - 39.84378743150093, - 40.28336545358103, - 40.599307845523924, - 40.44567542413649, - 40.02791376901485 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 27.03125, -41.5625 27.1875, -41.40625 27.1875, -41.40625 27.03125, -41.5625 27.03125))", @@ -302690,34 +217322,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -708.9750141883299, + -708.9750141883308, -1089.6671935424085, - -946.1106613027209, - -243.53466072119386, - 700.667710320753, + -946.1106613027207, + -243.53466072119454, + 700.6677103207535, 1376.8495072134838, 1046.675584806253, - 150.4801658925262 + 150.48016589252666 ], "relative wind speed": [ - 1.961091692191476, + 1.9610916921914758, 1.6323051785795126, - 1.7803169826352008, - 2.250626598247775, + 1.7803169826352006, + 2.2506265982477744, 2.6909600163722875, 2.9021933496718084, 2.813826198655038, - 2.4539409834298 + 2.4539409834298005 ], "relative wind angle": [ - 0.2705737405727068, + 0.2705737405727076, 0.06473548124586141, - 0.21213209006925374, - 0.2863486801066053, - 0.19604221212611858, + 0.2121320900692532, + 0.28634868010660447, + 0.19604221212611803, 0.03639233237542946, 0.13360946660166545, - 0.26203823739130855 + 0.262038237391309 ], "resistance": [ 95925.52498581166, @@ -302757,68 +217389,7 @@ "id": "5601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.608773313191067, - 8.608773313191067, - 8.608773313191067, - 8.608773313191067, - 8.608773313191067, - 8.608773313191067, - 8.608773313191067, - 8.608773313191067 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -953.1373577687827, - -1170.0971602989503, - -854.0706036608785, - 22.419893811082602, - 1005.8810133990701, - 1506.7615982556317, - 861.617674550811, - -142.1998300328455 - ], - "relative wind speed": [ - 1.9502062773632853, - 1.7417856179644688, - 2.0212612362041944, - 2.518389221672557, - 2.912418859687581, - 3.0416559633829734, - 2.863562667997571, - 2.437868713998882 - ], - "relative wind angle": [ - 0.22239379897170627, - 0.023955659597440598, - 0.2444294051574565, - 0.2610738411611488, - 0.14823651930292114, - 0.013717179564743576, - 0.17166076446516323, - 0.2699088131002189 - ], - "resistance": [ - 95681.36264223127, - 95464.4028397011, - 95780.42939633917, - 96656.91989381112, - 97640.3810133991, - 98141.26159825567, - 97496.11767455086, - 96492.3001699672 - ], - "fuel": [ - 39.81519782817629, - 39.70429265910708, - 39.865896863781906, - 40.316046117574494, - 40.824536749148805, - 41.08489626979434, - 40.74972130938212, - 40.2312824513959 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 26.875, -41.5625 27.03125, -41.40625 27.03125, -41.40625 26.875, -41.5625 26.875))", @@ -302837,68 +217408,7 @@ "id": "5602", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.209198428150486, - 8.209198428150486, - 8.209198428150486, - 8.209198428150486, - 8.209198428150486, - 8.209198428150486, - 8.209198428150486, - 8.209198428150486 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -767.7622137969583, - -1034.4840696727547, - -836.407842937823, - -114.45149737858219, - 768.8075300407904, - 1326.3888550527513, - 868.6049998315789, - -0.360705959823008 - ], - "relative wind speed": [ - 1.9292472785693549, - 1.6798271442235533, - 1.8779445494944775, - 2.32887723490489, - 2.7205820214412335, - 2.881274433785555, - 2.7562448850348025, - 2.3874447474231277 - ], - "relative wind angle": [ - 0.233410811127892, - 0.018028540349876027, - 0.21649798936169568, - 0.2609205415461082, - 0.164764324956262, - 0.010510539409032167, - 0.14688710992190995, - 0.2543761288275391 - ], - "resistance": [ - 95866.73778620306, - 95600.01593032727, - 95798.09215706219, - 96520.04850262143, - 97403.30753004081, - 97960.88885505276, - 97503.10499983159, - 96634.13929404019 - ], - "fuel": [ - 39.7171298730896, - 39.58062812826877, - 39.68197341558309, - 40.05259667372279, - 40.50866410986181, - 40.798063822281414, - 40.56037668300408, - 40.11134374924038 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 26.875, -41.40625 27.03125, -41.25 27.03125, -41.25 26.875, -41.40625 26.875))", @@ -302917,68 +217427,7 @@ "id": "5603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.003038563750438, - 8.003038563750438, - 8.003038563750438, - 8.003038563750438, - 8.003038563750438, - 8.003038563750438, - 8.003038563750438, - 8.003038563750438 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -832.0363650702086, - -1013.7939027808818, - -731.0473159839146, - 32.518080043344526, - 882.0484833003757, - 1301.485995518155, - 734.9733647747021, - -135.2954034398199 - ], - "relative wind speed": [ - 1.8066601514639777, - 1.6185949086414786, - 1.8845966490531874, - 2.3481307472124513, - 2.7122995820005458, - 2.8285580155139227, - 2.658737556771197, - 2.259838914481223 - ], - "relative wind angle": [ - 0.22071784166737732, - 0.02827073354980368, - 0.24670447224180314, - 0.26064396403639234, - 0.1463510143980825, - 0.016176003956701438, - 0.17397976166419934, - 0.27107907229781625 - ], - "resistance": [ - 95802.46363492978, - 95620.70609721911, - 95903.45268401607, - 96667.01808004333, - 97516.54848330036, - 97935.98599551815, - 97369.47336477469, - 96499.20459656017 - ], - "fuel": [ - 39.58876444128518, - 39.49576010214368, - 39.6404931119861, - 40.032835245868625, - 40.47189831664964, - 40.68966660942203, - 40.39569321840216, - 39.94642178545382 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 26.71875, -41.5625 26.875, -41.40625 26.875, -41.40625 26.71875, -41.5625 26.71875))", @@ -302997,68 +217446,7 @@ "id": "5604", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.885304969822159, - 6.885304969822159, - 6.885304969822159, - 6.885304969822159, - 6.885304969822159, - 6.885304969822159, - 6.885304969822159, - 6.885304969822159 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -522.6165659760879, - -786.0336826214841, - -673.4880543100052, - -158.03388644717688, - 523.7458773239491, - 1002.9980515875254, - 744.0812629703578, - 92.62957052109368 - ], - "relative wind speed": [ - 1.6437027910259745, - 1.3694318242596826, - 1.5070435835632374, - 1.91243131546618, - 2.285160424429892, - 2.459344121775555, - 2.3775063970151704, - 2.0655080474864955 - ], - "relative wind angle": [ - 0.2722480991010778, - 0.058155492071032246, - 0.22036813997792082, - 0.28923915081283086, - 0.19464308056419954, - 0.032370012459352324, - 0.13900540410266704, - 0.26725503268644635 - ], - "resistance": [ - 96111.8834340239, - 95848.46631737851, - 95961.01194568998, - 96476.46611355281, - 97158.24587732393, - 97637.4980515875, - 97378.58126297034, - 96727.12957052108 - ], - "fuel": [ - 39.27863289845405, - 39.14358053028114, - 39.201250404085386, - 39.46597822251132, - 39.81764647237497, - 40.065884381373664, - 39.931667295760775, - 39.5950716729727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 26.71875, -41.40625 26.875, -41.25 26.875, -41.25 26.71875, -41.40625 26.71875))", @@ -303077,68 +217465,7 @@ "id": "5605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.845043547032648, - 6.845043547032648, - 6.845043547032648, - 6.845043547032648, - 6.845043547032648, - 6.845043547032648, - 6.845043547032648, - 6.845043547032648 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -690.0416898753286, - -816.1131078567562, - -549.3617452891788, - 89.522341071754, - 776.082469540805, - 1065.9611033715146, - 569.8194642287244, - -144.18784345947256 - ], - "relative wind speed": [ - 1.4835927088137673, - 1.326528026514766, - 1.6135746451470367, - 2.0587652816897677, - 2.3888602877547664, - 2.479520960776093, - 2.3030583285266073, - 1.915512024229033 - ], - "relative wind angle": [ - 0.24167062119947405, - 0.05646027017897183, - 0.2896885865310757, - 0.28406428952965473, - 0.14918467391867204, - 0.03019442954432185, - 0.20149621720077737, - 0.3059705677438579 - ], - "resistance": [ - 95944.45831012467, - 95818.38689214324, - 96085.13825471082, - 96724.02234107176, - 97410.58246954081, - 97700.46110337152, - 97204.31946422873, - 96490.31215654053 - ], - "fuel": [ - 39.177416468319066, - 39.11282673855261, - 39.24956035262255, - 39.57812131994522, - 39.932893869488815, - 40.08321214929238, - 39.82612536624789, - 39.45775425502214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 26.5625, -41.5625 26.71875, -41.40625 26.71875, -41.40625 26.5625, -41.5625 26.5625))", @@ -303157,68 +217484,7 @@ "id": "5606", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8544174789187196, - 6.8544174789187196, - 6.8544174789187196, - 6.8544174789187196, - 6.8544174789187196, - 6.8544174789187196, - 6.8544174789187196, - 6.8544174789187196 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -650.0943292530021, - -776.8086351848679, - -538.0888797362625, - 59.53029116578227, - 709.4876419340467, - 1001.32066355404, - 545.9140667149809, - -126.55408217926879 - ], - "relative wind speed": [ - 1.5168026907629673, - 1.3616967546087086, - 1.618750579725163, - 2.0372296990432828, - 2.3553869085132586, - 2.448330010433547, - 2.286522348926612, - 1.9230790531950153 - ], - "relative wind angle": [ - 0.227709750153225, - 0.04360499713066463, - 0.2665319001884274, - 0.27010735314901857, - 0.1458916741374485, - 0.024246643483682117, - 0.18756373624353023, - 0.2865804085228692 - ], - "resistance": [ - 95984.40567074704, - 95857.69136481518, - 96096.41112026379, - 96694.03029116582, - 97343.98764193409, - 97635.82066355408, - 97180.41406671502, - 96507.94591782078 - ], - "fuel": [ - 39.20145894297421, - 39.13652116065407, - 39.25890856590027, - 39.56622727928409, - 39.90196893905599, - 40.053229422411476, - 39.81732542850101, - 39.47039307361559 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 26.5625, -41.40625 26.71875, -41.25 26.71875, -41.25 26.5625, -41.40625 26.5625))", @@ -303237,68 +217503,7 @@ "id": "5607", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.307764355332119, - 6.307764355332119, - 6.307764355332119, - 6.307764355332119, - 6.307764355332119, - 6.307764355332119, - 6.307764355332119, - 6.307764355332119 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -672.3396243581843, - -748.8064934624826, - -441.6470722140323, - 182.3416803601283, - 809.9137452518453, - 985.0949307857131, - 469.3311901662428, - -201.08966257782163 - ], - "relative wind speed": [ - 1.2864077238674632, - 1.1792294288039893, - 1.5225158784032753, - 1.973312355199577, - 2.279288972856976, - 2.3365403929861546, - 2.128837347902178, - 1.7193142245180124 - ], - "relative wind angle": [ - 0.2480898912138215, - 0.11372892178566811, - 0.3381868943468861, - 0.29861744456016087, - 0.13903502352782499, - 0.05730559746571862, - 0.23956762249802727, - 0.3444317026317858 - ], - "resistance": [ - 95962.16037564182, - 95885.69350653751, - 96192.85292778596, - 96816.84168036013, - 97444.41374525185, - 97619.59493078571, - 97103.83119016624, - 96433.41033742217 - ], - "fuel": [ - 38.991887046133975, - 38.952698947794886, - 39.11024527864522, - 39.43137878403056, - 39.75581776610534, - 39.84664367579359, - 39.57956329214032, - 39.233875650882425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 27.34375, -41.25 27.5, -41.09375 27.5, -41.09375 27.34375, -41.25 27.34375))", @@ -303330,9 +217535,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -852.9212659404034, + -852.9212659404047, -1163.293584415763, - -956.750632986767, + -956.7506329867672, -163.86858811735055, 817.7483650771392, 1446.1243349169827, @@ -303340,7 +217545,7 @@ 8.849150740349614 ], "relative wind speed": [ - 2.1709554741878927, + 2.1709554741878923, 1.9178893171539446, 2.102027082425434, 2.5495280005081424, @@ -303350,14 +217555,14 @@ 2.629946973837984 ], "relative wind angle": [ - 0.2109294312092599, + 0.21092943120926042, 0.021556701295120755, - 0.18955435296076928, - 0.23815639695567717, + 0.18955435296076986, + 0.23815639695567714, 0.15468389236425192, - 0.013247708990455378, + 0.013247708990455376, 0.1324220989881649, - 0.2307397392690575 + 0.23073973926905747 ], "resistance": [ 95781.57873405957, @@ -303410,9 +217615,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1180.3539117816285, + -1180.3539117816304, -1565.3803696459436, - -1295.4434709921638, + -1295.4434709921652, -247.05122315487642, 1033.0522602680758, 1828.2272813718755, @@ -303420,9 +217625,9 @@ -54.7974258735012 ], "relative wind speed": [ - 3.0038304891609506, + 3.00383048916095, 2.7763037835582787, - 2.949341000741467, + 2.9493410007414664, 3.3785912486640255, 3.7769710205772236, 3.947232574765902, @@ -303430,13 +217635,13 @@ 3.445813238169464 ], "relative wind angle": [ - 0.14638003052522694, + 0.1463800305252277, 0.012288967052026445, - 0.13258148237789655, + 0.13258148237789738, 0.17417506789129097, 0.11626269390999275, 0.008643390312069954, - 0.10225056860023515, + 0.10225056860023517, 0.17074345375480882 ], "resistance": [ @@ -303490,9 +217695,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1201.6821832478736, + -1201.6821832478754, -1486.0020740198124, - -1133.3232244406558, + -1133.3232244406572, -58.08767632884201, 1165.8753039393578, 1826.2183684207985, @@ -303500,9 +217705,9 @@ -171.92558931022813 ], "relative wind speed": [ - 2.539013732091729, + 2.5390137320917283, 2.3277654484231816, - 2.576827075930753, + 2.5768270759307526, 3.06523460120489, 3.474357516278695, 3.619289833627566, @@ -303513,11 +217718,11 @@ 0.17432394262173392, 0.009881585203846735, 0.1845670559002324, - 0.21227013504922307, + 0.2122701350492231, 0.12709120490867565, 0.006355333275889258, - 0.13765020751666035, - 0.21547909961040806 + 0.13765020751666032, + 0.2154790996104081 ], "resistance": [ 95432.81781675214, @@ -303570,37 +217775,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1212.4669357873981, + -1212.4669357874018, -1670.691465605395, -1408.9046924407858, -314.7331449568437, - 1060.9321422969497, + 1060.9321422969524, 1952.5371744226013, 1342.8863391619198, 13.103949641757936 ], "relative wind speed": [ - 3.004508869217444, + 3.0045088692174438, 2.741804149054481, 2.910817500437827, 3.366531925466071, - 3.797865093584375, + 3.7978650935843747, 3.9916616618271354, 3.8701413789960983, 3.480993480185024 ], "relative wind angle": [ - 0.16149942696527606, + 0.16149942696527744, 0.02123186173011459, 0.13813200386801766, 0.18674204648947393, - 0.1275538924935676, + 0.12755389249356586, 0.014583224028329041, 0.10374803253105695, 0.18053283483513183 ], "resistance": [ - 95422.03306421264, + 95422.03306421262, 94963.80853439463, 95225.59530755924, 96319.76685504318, @@ -303610,7 +217815,7 @@ 96647.60394964178 ], "fuel": [ - 41.82944376302016, + 41.82944376302015, 41.595857135501504, 41.72921107863841, 42.28934143328863, @@ -303650,19 +217855,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1565.9941541012067, + -1565.9941541012095, -1759.904437954092, - -1178.3009023309442, + -1178.3009023309469, 145.62394627444974, 1485.743587842685, 1939.0227048781508, - 931.456501169313, + 931.4565011693112, -503.26471641107764 ], "relative wind speed": [ - 3.2830071479760075, + 3.283007147976007, 3.172254824792707, - 3.445166202928844, + 3.4451662029288435, 3.890775240926097, 4.237354435144356, 4.3208920224044585, @@ -303670,13 +217875,13 @@ 3.687163756506561 ], "relative wind angle": [ - 0.101738248224724, - 0.03247398102435816, - 0.13951427956041262, + 0.10173824822472509, + 0.03247398102435817, + 0.1395142795604134, 0.14820948155799485, - 0.07877003378045364, - 0.023839381749066222, - 0.11693030732434588, + 0.07877003378045365, + 0.023839381749066225, + 0.11693030732434682, 0.15645949445589807 ], "resistance": [ @@ -303686,7 +217891,7 @@ 96780.12394627446, 98120.24358784269, 98573.52270487815, - 97565.95650116932, + 97565.9565011693, 96131.23528358892 ], "fuel": [ @@ -303696,7 +217901,7 @@ 43.57972243299332, 44.27412411440244, 44.5105094489094, - 43.986102129430975, + 43.98610212943096, 43.24589299851033 ] }, @@ -303730,41 +217935,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1872.2817981344788, + -1872.2817981344906, -1741.5641042342186, - -693.3122495212565, + -693.3122495212583, 828.4937006463115, - 1975.6124858040403, + 1975.612485804033, 1669.276140453925, 294.817652221971, -1152.3532709882184 ], "relative wind speed": [ - 3.5358895366440666, + 3.535889536644066, 3.6038053628086404, - 3.976702995979825, + 3.9767029959798244, 4.396237226863256, - 4.633347133492995, + 4.633347133492996, 4.580721273095365, 4.261015578070777, 3.8266850824098917 ], "relative wind angle": [ - 0.04057746714823954, - 0.07967449887994381, - 0.13851510231488662, - 0.11161773071988144, - 0.030962711968022298, - 0.06265726358362196, + 0.04057746714824501, + 0.07967449887994382, + 0.1385151023148866, + 0.11161773071988146, + 0.030962711968025882, + 0.06265726358362197, 0.12921912525111856, - 0.1283163120929673 + 0.12831631209296732 ], "resistance": [ 94762.21820186551, 94892.93589576578, 95941.18775047874, 97462.99370064632, - 98610.11248580404, + 98610.11248580403, 98303.77614045392, 96929.31765222197, 95482.14672901179 @@ -303810,9 +218015,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1464.561426822028, + -1464.5614268220306, -1778.167573609625, - -1366.4333212583933, + -1366.4333212583988, -105.28622991466182, 1311.2544930472204, 2045.9839344254224, @@ -303820,7 +218025,7 @@ -269.4962898521253 ], "relative wind speed": [ - 3.3747315847105046, + 3.374731584710504, 3.1981915932215994, 3.415403334950771, 3.8544718062081986, @@ -303830,19 +218035,19 @@ 3.8034713424018585 ], "relative wind angle": [ - 0.11760776022972651, - 0.00806840605255073, - 0.1269650406684742, + 0.1176077602297284, + 0.008068406052550728, + 0.12696504066847683, 0.15257179463951445, 0.09364043355943466, - 0.0059051528101161516, + 0.005905152810116151, 0.10309867674072866, - 0.15463397042703633 + 0.15463397042703636 ], "resistance": [ - 95169.93857317798, + 95169.93857317796, 94856.33242639038, - 95268.06667874161, + 95268.0666787416, 96529.21377008533, 97945.75449304722, 98680.48393442543, @@ -303850,9 +218055,9 @@ 96365.00371014788 ], "fuel": [ - 42.86891217481965, + 42.86891217481964, 42.70925667347845, - 42.918943929239255, + 42.91894392923925, 43.565143817612025, 44.29802300514116, 44.681092545187695, @@ -303890,19 +218095,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2132.2352955394344, + -2132.2352955394454, -2110.1897295577737, -1049.1005855364156, 692.6147209449537, 2146.2774496806123, 2094.5617607704153, - 602.3454833560882, + 602.3454833560918, -1126.7839764292085 ], "relative wind speed": [ - 3.958540434506476, + 3.9585404345064754, 3.96888122547443, - 4.325771567249769, + 4.3257715672497685, 4.776692793679263, 5.0656829956657115, 5.057585234306589, @@ -303910,23 +218115,23 @@ 4.30283540691624 ], "relative wind angle": [ - 0.054770778142832544, + 0.054770778142836596, 0.06016919793693057, - 0.12847377292462506, + 0.12847377292462417, 0.11437123821217124, 0.042791881415968104, 0.04720612414828531, - 0.11679787742159518, - 0.12703132547473736 + 0.11679787742159424, + 0.1270313254747374 ], "resistance": [ - 94502.26470446058, + 94502.26470446057, 94524.31027044223, 95585.3994144636, 97327.11472094497, 98780.77744968062, 98729.06176077043, - 97236.8454833561, + 97236.84548335611, 95507.7160235708 ], "fuel": [ @@ -303936,7 +218141,7 @@ 46.35078131709656, 47.1072827721368, 47.08023448788073, - 46.30406355171191, + 46.30406355171192, 45.415026421765404 ] }, @@ -303957,68 +218162,7 @@ "id": "5616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.123613523022257, - 10.123613523022257, - 10.123613523022257, - 10.123613523022257, - 10.123613523022257, - 10.123613523022257, - 10.123613523022257, - 10.123613523022257 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1140.7797345585282, - -1381.0791681818662, - -1013.4333078778259, - 5.655624133801211, - 1135.5775643931734, - 1692.5652461426976, - 951.6915485946788, - -206.31618333079223 - ], - "relative wind speed": [ - 2.3682814617172254, - 2.1780244381372276, - 2.4432480979463658, - 2.9270784387304376, - 3.31914244028662, - 3.4469802969704237, - 3.2643532824599055, - 2.8386044871282574 - ], - "relative wind angle": [ - 0.17684458678740544, - 0.02082290998958161, - 0.1980683213424026, - 0.21852629450249586, - 0.12585784771699438, - 0.013156686112149277, - 0.1478171338925971, - 0.2254532599403392 - ], - "resistance": [ - 95493.72026544147, - 95253.42083181813, - 95621.06669212217, - 96640.1556241338, - 97770.07756439317, - 98327.0652461427, - 97586.19154859468, - 96428.1838166692 - ], - "fuel": [ - 40.54635485234139, - 40.42369718562132, - 40.61144425775569, - 41.134495477601085, - 41.71894990549155, - 42.0088010452119, - 41.6235108269575, - 41.02538184202678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 27.03125, -41.09375 27.1875, -40.9375 27.1875, -40.9375 27.03125, -41.09375 27.03125))", @@ -304037,68 +218181,7 @@ "id": "5617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.508564924105979, - 11.508564924105979, - 11.508564924105979, - 11.508564924105979, - 11.508564924105979, - 11.508564924105979, - 11.508564924105979, - 11.508564924105979 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1207.9867293987118, - -1522.9795015990198, - -1212.4237666326917, - -140.8872684003245, - 1111.8306501843263, - 1842.543487383764, - 1118.2034594420738, - -133.4852008392745 - ], - "relative wind speed": [ - 2.800309448133961, - 2.5872744089847344, - 2.798072419787134, - 3.2530597118440983, - 3.65250232221575, - 3.8063785087287973, - 3.654216325387202, - 3.255780817296607 - ], - "relative wind angle": [ - 0.15488642602339225, - 0.0005353373212477686, - 0.1543027555393766, - 0.18849227453816134, - 0.11855198603895485, - 0.0003638798697081287, - 0.11795631750881283, - 0.18833284689186508 - ], - "resistance": [ - 95426.51327060131, - 95111.52049840099, - 95422.07623336732, - 96493.61273159969, - 97746.33065018435, - 98477.04348738378, - 97752.70345944208, - 96501.01479916074 - ], - "fuel": [ - 41.40048289725663, - 41.239821551718734, - 41.39821723282458, - 41.9474985010675, - 42.59507250279464, - 42.97550018853442, - 42.59838176103311, - 41.95130774028176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 26.875, -41.25 27.03125, -41.09375 27.03125, -41.09375 26.875, -41.25 26.875))", @@ -304117,68 +218200,7 @@ "id": "5618", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.311744424240038, - 9.311744424240038, - 9.311744424240038, - 9.311744424240038, - 9.311744424240038, - 9.311744424240038, - 9.311744424240038, - 9.311744424240038 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -910.8325877333982, - -1146.3661731675886, - -894.7836950165263, - -72.80077456303616, - 881.6622621202573, - 1428.7605698700363, - 858.4989130857416, - -99.51822520094038 - ], - "relative wind speed": [ - 2.21156092248729, - 2.0099807505931344, - 2.2218113509831157, - 2.6561548198133225, - 3.025730931105068, - 3.1632304316258457, - 3.0182120041444005, - 2.6440293028824833 - ], - "relative wind angle": [ - 0.18340643399442122, - 0.0030903746069320605, - 0.18657279977399918, - 0.21883313121429754, - 0.13370275325359704, - 0.0019636848187494587, - 0.1369752665371872, - 0.21985314823934224 - ], - "resistance": [ - 95723.66741226662, - 95488.13382683243, - 95739.71630498349, - 96561.69922543698, - 97516.16226212027, - 98063.26056987005, - 97492.99891308576, - 96534.98177479907 - ], - "fuel": [ - 40.2018588453596, - 40.08143022137918, - 40.21007217685416, - 40.632019464595956, - 41.12512719078262, - 41.40930501184432, - 41.1131200898812, - 40.61826510340848 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 26.875, -41.09375 27.03125, -40.9375 27.03125, -40.9375 26.875, -41.09375 26.875))", @@ -304197,68 +218219,7 @@ "id": "5619", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.767758621347346, - 11.767758621347346, - 11.767758621347346, - 11.767758621347346, - 11.767758621347346, - 11.767758621347346, - 11.767758621347346, - 11.767758621347346 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1023.6854309711625, - -1463.1827802587222, - -1266.079974419838, - -342.95362985065367, - 855.6257354253339, - 1662.6178836050885, - 1202.8466893253226, - 62.11350196022704 - ], - "relative wind speed": [ - 2.9617130467445905, - 2.714038125559392, - 2.844074339060202, - 3.242935593744585, - 3.6369500228669542, - 3.8253296188824204, - 3.7296636301398993, - 3.388586486267322 - ], - "relative wind angle": [ - 0.15090364004956894, - 0.027221526408292684, - 0.12010588453753424, - 0.17223570987824283, - 0.12272883757299742, - 0.01931225173251724, - 0.09149492816383523, - 0.1647632415826741 - ], - "resistance": [ - 95610.81456902887, - 95171.31721974131, - 95368.42002558018, - 96291.54637014937, - 97490.12573542536, - 98297.11788360511, - 97837.34668932535, - 96696.61350196025 - ], - "fuel": [ - 41.67496800996268, - 41.45060379086915, - 41.55113625244532, - 42.02390165799184, - 42.64246759705776, - 43.061953413392175, - 42.82266089183976, - 42.232351730964936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 27.03125, -40.9375 27.1875, -40.78125 27.1875, -40.78125 27.03125, -40.9375 27.03125))", @@ -304277,68 +218238,7 @@ "id": "5620", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.845796423058916, - 14.845796423058916, - 14.845796423058916, - 14.845796423058916, - 14.845796423058916, - 14.845796423058916, - 14.845796423058916, - 14.845796423058916 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1682.854578867852, - -1960.1074224463846, - -1414.433180480979, - 10.219174239665335, - 1526.7079154831026, - 2177.048497615546, - 1143.4650947970567, - -439.58646411289556 - ], - "relative wind speed": [ - 3.6844900318551153, - 3.542023733570526, - 3.785525609415712, - 4.228839141091364, - 4.596012878431179, - 4.706683444249047, - 4.513158210610698, - 4.100697586060037 - ], - "relative wind angle": [ - 0.09951756392873569, - 0.018269311923615677, - 0.12117137065887726, - 0.13816084492836023, - 0.07973317379298227, - 0.013748274346784361, - 0.10156153085559363, - 0.14250720351008572 - ], - "resistance": [ - 94951.64542113217, - 94674.39257755363, - 95220.06681951904, - 96644.71917423968, - 98161.20791548312, - 98811.54849761556, - 97777.96509479707, - 96194.91353588711 - ], - "fuel": [ - 43.81836354640566, - 43.67742180520884, - 43.95508832630807, - 44.68524570141126, - 45.47076903120495, - 45.810259610100644, - 45.27144571713136, - 44.45389721240096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 27.03125, -40.78125 27.1875, -40.625 27.1875, -40.625 27.03125, -40.78125 27.03125))", @@ -304370,9 +218270,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -2180.2475015941973, + -2180.247501594209, -2368.0554589045532, - -1496.1813238886325, + -1496.1813238886352, 313.88106304378925, 2058.9528368643896, 2499.6958424132517, @@ -304380,7 +218280,7 @@ -833.9734760673327 ], "relative wind speed": [ - 4.164094279331969, + 4.164094279331968, 4.079334842540951, 4.388822408332126, 4.864856258796011, @@ -304390,14 +218290,14 @@ 4.576963343797988 ], "relative wind angle": [ - 0.07819703116193823, + 0.07819703116194107, 0.03558808929971741, - 0.12118399372299266, + 0.12118399372299359, 0.12471974701046666, 0.06232482433069962, 0.02744581417211389, - 0.10556413023057591, - 0.13260958606183806 + 0.10556413023057593, + 0.1326095860618381 ], "resistance": [ 94454.25249840585, @@ -304437,68 +218337,7 @@ "id": "5622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.525507145891105, - 13.525507145891105, - 13.525507145891105, - 13.525507145891105, - 13.525507145891105, - 13.525507145891105, - 13.525507145891105, - 13.525507145891105 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1303.0331291458951, - -1705.3542204049072, - -1411.9272706657239, - -274.1865013964034, - 1104.6970009351926, - 1948.2359694656361, - 1260.3140860283465, - -91.87455286652221 - ], - "relative wind speed": [ - 3.404722957421494, - 3.193465141183498, - 3.359430806432954, - 3.7706405586698604, - 4.156511138232353, - 4.320937820784792, - 4.1932025846400265, - 3.8276615624107113 - ], - "relative wind angle": [ - 0.12338287372873286, - 0.009027837619880881, - 0.1128321803079802, - 0.15007398459538163, - 0.10098191681006284, - 0.0066721411472177306, - 0.09032785022122483, - 0.14782176450510404 - ], - "resistance": [ - 95331.46687085414, - 94929.14577959514, - 95222.57272933432, - 96360.31349860365, - 97739.19700093524, - 98582.73596946568, - 97894.81408602839, - 96542.62544713353 - ], - "fuel": [ - 42.8718566351465, - 42.666861336955215, - 42.816312183669496, - 43.39882600690789, - 44.11125916842364, - 44.550581688021275, - 44.19210674255746, - 43.49261596637308 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 26.875, -40.78125 27.03125, -40.625 27.03125, -40.625 26.875, -40.78125 26.875))", @@ -304517,68 +218356,7 @@ "id": "5623", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.066878920993947, - 18.066878920993947, - 18.066878920993947, - 18.066878920993947, - 18.066878920993947, - 18.066878920993947, - 18.066878920993947, - 18.066878920993947 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -2363.8454142602423, - -2610.785784665284, - -1715.330296692071, - 247.94164480137988, - 2187.921348110949, - 2768.32707117923, - 1263.4659558817712, - -840.8639110137865 - ], - "relative wind speed": [ - 4.500728137551757, - 4.397156506765586, - 4.698742537233295, - 5.1845168495953695, - 5.561088527675084, - 5.643338908465324, - 5.394819547453274, - 4.9298118034110825 - ], - "relative wind angle": [ - 0.07784248340256338, - 0.029189280336596415, - 0.11335422930683756, - 0.12051448986508452, - 0.06297788772279121, - 0.022742329316410338, - 0.09867724879761239, - 0.12677375897007565 - ], - "resistance": [ - 94270.65458573976, - 94023.71421533471, - 94919.16970330793, - 96882.44164480138, - 98822.42134811095, - 99402.82707117923, - 97897.96595588177, - 95793.63608898621 - ], - "fuel": [ - 46.73589873164032, - 46.610978184363674, - 47.065045669786244, - 48.071023536212714, - 49.07915480245172, - 49.38349052320927, - 48.59700496723127, - 47.511349604771524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 27.34375, -40.625 27.5, -40.46875 27.5, -40.46875 27.34375, -40.625 27.34375))", @@ -304610,9 +218388,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2068.907309959155, + -2068.9073099591706, -1992.5152614381059, - -909.6529958047668, + -909.6529958047659, 769.3192966527622, 2106.7276199145435, 1927.264517110023, @@ -304620,9 +218398,9 @@ -1179.9495705907138 ], "relative wind speed": [ - 3.978552327957761, + 3.97855232795776, 4.014197810919662, - 4.368473437520631, + 4.36847343752063, 4.795680596763512, 5.056225010779015, 5.027972346854462, @@ -304630,17 +218408,17 @@ 4.289025250537858 ], "relative wind angle": [ - 0.044940780510213475, - 0.06354988714682888, - 0.12376035359484187, - 0.1060659783618974, + 0.044940780510218416, + 0.0635498871468289, + 0.12376035359484007, + 0.10606597836189742, 0.035357665893220244, 0.05072412477603759, 0.11441767878986478, - 0.11865133549194146 + 0.11865133549194147 ], "resistance": [ - 94565.59269004085, + 94565.59269004084, 94641.9847385619, 95724.84700419525, 97403.81929665277, @@ -304650,7 +218428,7 @@ 95454.5504294093 ], "fuel": [ - 44.96038880300589, + 44.960388803005884, 44.99916329653319, 45.551129807937144, 46.41557833305465, @@ -304690,9 +218468,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2647.234821202628, + -2647.2348212026645, -2374.32375631805, - -812.9899197622399, + -812.989919762249, 1303.1388375834158, 2779.133077227334, 2135.2568862117205, @@ -304700,7 +218478,7 @@ -1789.7896334135494 ], "relative wind speed": [ - 4.810908834256084, + 4.810908834256083, 4.916427581342567, 5.318812557559659, 5.752199486226476, @@ -304710,17 +218488,17 @@ 5.0805293766572435 ], "relative wind angle": [ - 0.022352367649970527, + 0.022352367649980463, 0.06864417846184313, - 0.11010137774760806, - 0.08516328102030962, + 0.11010137774761007, + 0.08516328102030964, 0.017983372008857197, 0.05725424131663945, 0.10583036915458476, - 0.09645525266547678 + 0.09645525266547679 ], "resistance": [ - 93987.26517879737, + 93987.26517879733, 94260.17624368196, 95821.51008023776, 97937.63883758342, @@ -304730,7 +218508,7 @@ 94844.71036658646 ], "fuel": [ - 48.165878687566526, + 48.165878687566504, 48.30391328879198, 49.09894241057262, 50.190950937010044, @@ -304770,10 +218548,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2581.7019204650387, + -2581.701920465064, -2444.4327189350606, - -1050.3555576656508, - 1039.3829495068567, + -1050.355557665649, + 1039.3829495068494, 2655.8678942598053, 2333.2843526825, 474.88316266453876, @@ -304782,35 +218560,35 @@ "relative wind speed": [ 4.444736284203764, 4.501993186954357, - 4.904543691626817, - 5.375626159018818, + 4.904543691626816, + 5.375626159018819, 5.653274703575427, 5.607785022165157, 5.259338997167507, 4.776802163443227 ], "relative wind angle": [ - 0.04020858174353311, + 0.04020858174354139, 0.06695747525825257, - 0.12359879394593228, - 0.10322089969216433, - 0.03160966983944953, + 0.12359879394593136, + 0.1032208996921665, + 0.031609669839449524, 0.053739923616134444, - 0.11522235279981113, - 0.11621602495554714 + 0.11522235279981115, + 0.11621602495554716 ], "resistance": [ - 94052.79807953496, + 94052.79807953493, 94190.06728106494, 95584.14444233435, - 97673.88294950686, + 97673.88294950685, 99290.3678942598, 98967.7843526825, 97109.38316266454, 95098.0411098535 ], "fuel": [ - 46.73564849508162, + 46.73564849508161, 46.80507616945121, 47.51414091266555, 48.590582631978776, @@ -304850,54 +218628,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -3002.4592584652564, + -3002.4592584653274, -2558.0947734658093, - -640.5699428614334, + -640.5699428614425, 1756.506770320926, - 3276.2279889411366, + 3276.2279889410747, 2228.5718980758393, -83.78093360571256, - -2226.716376991306 + -2226.7163769913113 ], "relative wind speed": [ - 4.918920314600806, + 4.918920314600805, 5.085650535451232, - 5.551697067064971, + 5.55169706706497, 6.013670948409792, - 6.22597286093631, + 6.225972860936311, 6.090539693473193, 5.6689659376336134, - 5.17631885134214 + 5.176318851342141 ], "relative wind angle": [ - 0.012002195861138416, - 0.08275722892079812, - 0.11799681144105614, + 0.012002195861156917, + 0.0827572289207981, + 0.11799681144105709, 0.08388814355689463, - 0.009482423659053836, - 0.06907903957659893, - 0.11554487810345256, - 0.09749851845557714 + 0.009482423659065544, + 0.06907903957659892, + 0.11554487810345257, + 0.09749851845557941 ], "resistance": [ - 93632.04074153476, + 93632.04074153469, 94076.4052265342, - 95993.93005713858, + 95993.93005713857, 98391.00677032094, - 99910.72798894116, + 99910.72798894109, 98863.07189807585, 96550.7190663943, - 94407.78362300871 + 94407.7836230087 ], "fuel": [ - 48.77437760578735, + 48.77437760578731, 48.99868533509951, - 49.97504594334471, + 49.975045943344696, 51.21482594452191, - 52.011907976173845, + 52.01190797617381, 51.46150031083246, 50.261113599683696, - 49.16643785887722 + 49.1664378588772 ] }, { @@ -304930,51 +218708,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2826.016036477171, + -2826.016036477431, -2237.2045220337914, - -279.97668875557065, - 1949.0131725432038, - 3152.871583737957, + -279.9766887555761, + 1949.0131725432166, + 3152.8715837376967, 1836.8465760910112, -412.2823707226289, -2315.9455018437475 ], "relative wind speed": [ - 4.803383420012599, + 4.803383420012598, 5.021121644021034, 5.4913563079213565, - 5.916650261622329, + 5.916650261622328, 6.076581129748563, 5.897937600722116, 5.462813964022623, 4.999057930021682 ], "relative wind angle": [ - 0.002991345486017178, - 0.09180264630015297, - 0.11618909283949713, - 0.07443255312461532, - 0.0023645814916916346, + 0.0029913454860914074, + 0.09180264630015299, + 0.11618909283949809, + 0.07443255312461233, + 0.002364581491738587, 0.07812453601207799, 0.11679893094644353, - 0.08812758297223273 + 0.08812758297223275 ], "resistance": [ - 93808.48396352283, + 93808.48396352257, 94397.29547796621, 96354.52331124443, - 98583.5131725432, - 99787.37158373796, + 98583.51317254321, + 99787.3715837377, 98471.34657609102, 96222.21762927737, 94318.55449815626 ], "fuel": [ - 48.27584546382279, + 48.27584546382265, 48.57361245542931, 49.57267054237708, - 50.72780894066613, - 51.35937825410593, + 50.72780894066614, + 51.35937825410579, 50.66923863648381, 49.504686487068625, 48.53371774707111 @@ -305010,17 +218788,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -3097.18502889089, + -3097.185028890899, -2177.7814436196422, - 83.86342296319344, + 83.86342296318435, 2425.112670269051, - 3321.387586900608, + 3321.387586900564, 1657.29786359223, -821.8281076302119, -2716.7790472998895 ], "relative wind speed": [ - 4.988572387273322, + 4.9885723872733205, 5.275005150754934, 5.78011093553126, 6.1940964189270495, @@ -305031,20 +218809,20 @@ ], "relative wind angle": [ 0.018992647706191638, - 0.10133235546143318, - 0.11441756997802939, - 0.06456290444403494, - 0.015019209225002274, + 0.10133235546143317, + 0.11441756997803133, + 0.06456290444403492, + 0.015019209225009668, 0.08801348002247705, - 0.11828614703924127, + 0.11828614703924129, 0.07798660703184217 ], "resistance": [ - 93537.31497110911, + 93537.3149711091, 94456.71855638037, 96718.36342296319, 99059.61267026905, - 99955.88758690062, + 99955.88758690056, 98291.79786359223, 95812.67189236979, 93917.72095270011 @@ -305054,7 +218832,7 @@ 49.533312133387, 50.68953954221393, 51.906513309057466, - 52.37779280757335, + 52.37779280757333, 51.50515795207683, 50.22423531309657, 49.26056732488374 @@ -305090,9 +218868,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2641.6311895833387, + -2641.631189583368, -2195.5297761477686, - -442.4743237238017, + -442.47432372380536, 1691.936474824157, 3005.7495330879137, 1959.6183206482729, @@ -305100,7 +218878,7 @@ -2008.1750501275128 ], "relative wind speed": [ - 4.008740530184298, + 4.008740530184297, 4.210053493566697, 4.716568132459608, 5.194784078968644, @@ -305110,17 +218888,17 @@ 4.2721866097806425 ], "relative wind angle": [ - 0.009880310902143303, - 0.11046943986977469, - 0.14810485068135545, + 0.00988031090215454, + 0.11046943986977467, + 0.14810485068135623, 0.10029727552924139, 0.007333762273166022, - 0.08860270864758335, - 0.1456670391008713, + 0.08860270864758336, + 0.14566703910087134, 0.12205537180722328 ], "resistance": [ - 93992.8688104167, + 93992.86881041666, 94438.97022385226, 96192.02567627623, 98326.43647482418, @@ -305130,7 +218908,7 @@ 94626.32494987252 ], "fuel": [ - 45.37220868520822, + 45.37220868520821, 45.59799359020762, 46.49243873358874, 47.59689686230408, @@ -305170,9 +218948,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2937.9640785585507, + -2937.9640785585852, -2555.381980457938, - -727.0612779148232, + -727.0612779148269, 1645.8459648985063, 3231.5905876407032, 2334.067938997674, @@ -305180,27 +218958,27 @@ -2073.2316302261643 ], "relative wind speed": [ - 4.380838520366252, + 4.380838520366251, 4.54016478173401, 5.039842248831657, - 5.5451219997379875, + 5.545121999737988, 5.790094908216329, 5.666025850839332, 5.226560560690833, 4.687063813913694 ], "relative wind angle": [ - 0.021516257456259052, + 0.021516257456269377, 0.09522595959454849, - 0.1402958321387143, - 0.1020650180007214, + 0.14029583213871508, + 0.1020650180007225, 0.016278859191254387, 0.07626283044155982, 0.1352524084554335, 0.12083430039552498 ], "resistance": [ - 93696.53592144145, + 93696.53592144142, 94079.11801954206, 95907.43872208518, 98280.3459648985, @@ -305210,7 +218988,7 @@ 94561.26836977384 ], "fuel": [ - 46.71357086140951, + 46.713570861409494, 46.90673971823561, 47.837394602577206, 49.06380363631436, @@ -305250,51 +219028,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2762.708331466789, + -2762.708331466816, -2628.804015209731, - -1148.3714469619754, + -1148.371446961979, 1092.7572409946315, - 2843.0756340692187, + 2843.0756340692024, 2528.65194535286, 543.1948877257146, - -1621.4723908895994 + -1621.4723908895976 ], "relative wind speed": [ - 4.527548544325761, + 4.52754854432576, 4.582310953457223, 5.003138072086247, 5.4988354471921665, 5.793573020500879, 5.75035742288494, 5.388208755861552, - 4.881290084578554 + 4.881290084578553 ], "relative wind angle": [ - 0.04285850338254855, - 0.06786959148503888, - 0.12695465024004216, + 0.04285850338255632, + 0.06786959148503889, + 0.12695465024004304, 0.10660551288293815, - 0.03348897449792814, - 0.05406834914757653, + 0.03348897449793146, + 0.054068349147576536, 0.11783789878314264, - 0.12015402914432215 + 0.12015402914432032 ], "resistance": [ - 93871.79166853325, + 93871.79166853322, 94005.6959847903, 95486.12855303806, 97727.25724099466, - 99477.57563406925, + 99477.57563406923, 99163.15194535289, 97177.69488772574, 95013.02760911043 ], "fuel": [ - 47.0995197200092, + 47.09951972000919, 47.16715448376658, 47.91936408349679, 49.07360200564137, - 49.98805840221108, + 49.98805840221107, 49.82294729966306, 48.78883392054389, 47.67809424599672 @@ -305330,9 +219108,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2880.844231057252, + -2880.8442310572427, -2559.159446228945, - -826.5180216543522, + -826.5180216543504, 1492.802554043301, 3095.614086343241, 2339.5419771970355, @@ -305340,9 +219118,9 @@ -1965.2814362056997 ], "relative wind speed": [ - 4.57515131154663, + 4.5751513115466285, 4.704493427513225, - 5.167038419584857, + 5.167038419584856, 5.652908572567074, 5.901185872093302, 5.798598607510724, @@ -305350,17 +219128,17 @@ 4.878588821651003 ], "relative wind angle": [ - 0.02462115990804823, - 0.08284323819866866, - 0.12870186314885795, + 0.02462115990804372, + 0.08284323819866868, + 0.1287018631488571, 0.09719656227962842, - 0.019087856878131807, - 0.0671856910644867, - 0.12333826005840406, - 0.1126844817046504 + 0.01908785687813181, + 0.06718569106448669, + 0.12333826005840408, + 0.11268448170465041 ], "resistance": [ - 93753.65576894276, + 93753.65576894277, 94075.34055377106, 95807.98197834566, 98127.30255404332, @@ -305397,68 +219175,7 @@ "id": "5634", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.08362640914944, - 17.08362640914944, - 17.08362640914944, - 17.08362640914944, - 17.08362640914944, - 17.08362640914944, - 17.08362640914944, - 17.08362640914944 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -2445.9277435607873, - -2607.924235175774, - -1570.774667009884, - 463.271170541866, - 2372.1549584159657, - 2751.3726315579643, - 1122.7892206160632, - -1003.7513678201813 - ], - "relative wind speed": [ - 4.1639557309212885, - 4.091332749346426, - 4.449608498539214, - 4.97252954750593, - 5.351066876864373, - 5.406795759400635, - 5.115997288845537, - 4.609381080896625 - ], - "relative wind angle": [ - 0.08073615628591128, - 0.044820742154439215, - 0.1341357736085489, - 0.13276328050685235, - 0.06279822459085053, - 0.033911086345549894, - 0.11657814878774374, - 0.1432924771856579 - ], - "resistance": [ - 94188.57225643919, - 94026.5757648242, - 95063.72533299009, - 97097.77117054183, - 99006.65495841594, - 99385.87263155794, - 97757.28922061603, - 95630.74863217979 - ], - "fuel": [ - 45.62576135836384, - 45.543835530849435, - 46.07003769952995, - 47.11364195972101, - 48.10703295770896, - 48.305993754188194, - 47.45532484083749, - 46.359411679125444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 26.875, -40.46875 27.03125, -40.3125 27.03125, -40.3125 26.875, -40.46875 26.875))", @@ -305490,17 +219207,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2740.542580861371, + -2740.54258086138, -2697.615969486609, - -1321.6502262695994, + -1321.6502262696067, 911.2589108947068, 2756.907654995326, 2656.121550788117, - 735.106357240833, + 735.1063572408293, -1473.292852206523 ], "relative wind speed": [ - 4.56122684235544, + 4.561226842355439, 4.578722460953047, 4.978876554268669, 5.480691556384174, @@ -305510,17 +219227,17 @@ 4.9399551722985375 ], "relative wind angle": [ - 0.05152460616307638, + 0.051524606163078544, 0.05948638791327777, - 0.12482508371387341, + 0.1248250837138752, 0.11050757960438626, 0.04051525591043773, 0.04706482855603739, - 0.11408297502101368, + 0.11408297502101467, 0.12266191488851522 ], "resistance": [ - 93893.95741913866, + 93893.95741913865, 93936.88403051342, 95312.84977373043, 97545.75891089474, @@ -305530,7 +219247,7 @@ 95161.20714779351 ], "fuel": [ - 47.18629576007472, + 47.186295760074714, 47.20797416781598, 47.906484289558854, 49.05501505628284, @@ -305557,68 +219274,7 @@ "id": "5636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.166251950525837, - 21.166251950525837, - 21.166251950525837, - 21.166251950525837, - 21.166251950525837, - 21.166251950525837, - 21.166251950525837, - 21.166251950525837 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -2727.2496864203767, - -3331.9856725208174, - -2641.079840946064, - -334.0957530354608, - 2296.928881150954, - 3723.9109665836113, - 2174.167355231184, - -478.8633761663441 - ], - "relative wind speed": [ - 5.3992157210618155, - 5.1844498670689525, - 5.421576005077212, - 5.9349132528833595, - 6.399428319217639, - 6.574624916389866, - 6.380495814318568, - 5.906015399244673 - ], - "relative wind angle": [ - 0.08924517012033865, - 0.00280638624321497, - 0.09268705362392053, - 0.11738817587098961, - 0.07526753681655135, - 0.0022129873183658914, - 0.07872576550768685, - 0.11796522323803561 - ], - "resistance": [ - 93907.25031357964, - 93302.51432747919, - 93993.42015905395, - 96300.40424696455, - 98931.42888115096, - 100358.41096658363, - 98808.6673552312, - 96155.63662383368 - ], - "fuel": [ - 50.337308164559715, - 50.03260867391428, - 50.38083607303865, - 51.55645985402485, - 52.92138451190721, - 53.67244893876186, - 52.85712531915722, - 51.48210485489177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 26.71875, -40.46875 26.875, -40.3125 26.875, -40.3125 26.71875, -40.46875 26.71875))", @@ -305650,9 +219306,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2777.0167673930882, + -2777.0167673931082, -3198.742848373842, - -2300.3670039057306, + -2300.367003905727, 10.12614378428043, 2439.1436224706777, 3434.1804490397444, @@ -305670,17 +219326,17 @@ 5.82969056124678 ], "relative wind angle": [ - 0.07579103436410761, - 0.015434094964317654, - 0.09490335514004043, + 0.07579103436411201, + 0.015434094964317656, + 0.09490335514003927, 0.10963747100214563, - 0.06349008220135807, + 0.06349008220135809, 0.012335701382030679, 0.08267745754320392, 0.1126607888444731 ], "resistance": [ - 93857.48323260694, + 93857.48323260692, 93435.75715162618, 94334.1329960943, 96644.6261437843, @@ -305690,7 +219346,7 @@ 95843.19791511628 ], "fuel": [ - 50.282440139684866, + 50.28244013968485, 50.06988567984175, 50.52347341952967, 51.70382974158824, @@ -305717,68 +219373,7 @@ "id": "5638", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.155528146848596, - 17.155528146848596, - 17.155528146848596, - 17.155528146848596, - 17.155528146848596, - 17.155528146848596, - 17.155528146848596, - 17.155528146848596 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -2072.7816704657016, - -2641.3564769733903, - -2154.9822180599767, - -360.25531084978866, - 1768.0074505605535, - 3027.3582642350884, - 1885.408676589057, - -222.5583862770036 - ], - "relative wind speed": [ - 4.319241153265503, - 4.0763402023779305, - 4.292396428786965, - 4.798023166718343, - 5.264327324492665, - 5.454579440611334, - 5.286238664456923, - 4.831972683190219 - ], - "relative wind angle": [ - 0.11588418323314716, - 0.004207543568865938, - 0.11092460258805599, - 0.14412513281821865, - 0.09501011623284476, - 0.0031443957956207927, - 0.09000704611092898, - 0.1431055124330946 - ], - "resistance": [ - 94561.71832953428, - 93993.14352302659, - 94479.51778194001, - 96274.24468915019, - 98402.50745056054, - 99661.85826423508, - 98519.90867658904, - 96411.94161372299 - ], - "fuel": [ - 45.890826176586714, - 45.602923784594864, - 45.8491288889733, - 46.76524560407617, - 47.86714918826089, - 48.52711278719289, - 47.92842394232392, - 46.83602793834048 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 26.5625, -40.46875 26.71875, -40.3125 26.71875, -40.3125 26.5625, -40.46875 26.5625))", @@ -305810,19 +219405,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -2367.860603098694, + -2367.860603098705, -2822.4551249666965, - -2132.8804284551497, + -2132.8804284551516, -128.1268850174274, - 2077.423735136641, + 2077.423735136632, 3146.6012156656307, - 1742.2670168088734, + 1742.267016808868, -522.3187390144249 ], "relative wind speed": [ - 4.650015303217096, + 4.650015303217095, 4.463778565511264, - 4.720479736496155, + 4.720479736496154, 5.22631954828325, 5.663250252705078, 5.811172572123419, @@ -305830,21 +219425,21 @@ 5.136207718166164 ], "relative wind angle": [ - 0.095685957980307, + 0.09568595798030934, 0.01018028371201746, - 0.10793725415195009, + 0.10793725415194906, 0.129269530468951, - 0.07852724421828862, + 0.07852724421829005, 0.007819800541019143, - 0.09085795960588428, - 0.13155054870800353 + 0.09085795960588551, + 0.13155054870800356 ], "resistance": [ 94266.63939690129, 93812.04487503329, 94501.61957154484, 96506.37311498256, - 98711.92373513663, + 98711.92373513662, 99781.10121566562, 98376.76701680885, 96112.18126098556 @@ -305854,7 +219449,7 @@ 46.98829925971583, 47.3371614628676, 48.36143433421273, - 49.50557576264593, + 49.50557576264592, 50.06673160657352, 49.330545068864076, 48.1588518169213 @@ -305877,68 +219472,7 @@ "id": "5640", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.575981789159446, - 14.575981789159446, - 14.575981789159446, - 14.575981789159446, - 14.575981789159446, - 14.575981789159446, - 14.575981789159446, - 14.575981789159446 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1731.3952668238862, - -2255.4124943069164, - -1846.3668451614358, - -315.2591841211961, - 1527.1328077336348, - 2647.4157754213866, - 1691.8856131486227, - -123.18956605818767 - ], - "relative wind speed": [ - 3.6096894290566914, - 3.347098566445962, - 3.564523451464377, - 4.081401477647168, - 4.554565442294791, - 4.750879426894031, - 4.589999641214588, - 4.137159184833124 - ], - "relative wind angle": [ - 0.1435327074512724, - 0.008453599871269183, - 0.13402791649550166, - 0.1728364481870359, - 0.11360990683773191, - 0.00595571045515144, - 0.10395984834826266, - 0.1704840863873465 - ], - "resistance": [ - 94903.10473317612, - 94379.0875056931, - 94788.13315483858, - 96319.24081587882, - 98161.63280773365, - 99281.9157754214, - 98326.38561314864, - 96511.31043394182 - ], - "fuel": [ - 43.55134941917124, - 43.285300004839144, - 43.49288956353293, - 44.27544939417379, - 45.22867255147879, - 45.814463579648866, - 45.31452817227439, - 44.37423329637202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 26.40625, -40.46875 26.5625, -40.3125 26.5625, -40.3125 26.40625, -40.46875 26.40625))", @@ -305970,17 +219504,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2103.1112284146193, + -2103.1112284146275, -2572.9437042887957, - -2008.3758067122262, + -2008.3758067122317, -199.6282895161221, 1854.4446805197258, 2956.666882427582, - 1719.0815802656325, + 1719.081580265638, -358.2564862085401 ], "relative wind speed": [ - 4.166089607791795, + 4.166089607791794, 3.951303936841435, 4.197952635220636, 4.712629880826502, @@ -305990,13 +219524,13 @@ 4.6724712129903825 ], "relative wind angle": [ - 0.11395709331438032, + 0.11395709331438228, 0.005137607012402858, - 0.11997388646436027, + 0.11997388646436213, 0.1469976876424096, 0.09183540623948593, 0.003807385120574893, - 0.0979096590241884, + 0.09790965902418727, 0.14827039395672875 ], "resistance": [ @@ -306006,7 +219540,7 @@ 96434.87171048389, 98488.94468051974, 99591.1668824276, - 98353.58158026564, + 98353.58158026566, 96276.24351379147 ], "fuel": [ @@ -306016,7 +219550,7 @@ 46.38187204254352, 47.446308211150665, 48.02396075081896, - 47.375678807613205, + 47.37567880761321, 46.30032274755493 ] }, @@ -306037,68 +219571,7 @@ "id": "5642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.710287318188273, - 10.710287318188273, - 10.710287318188273, - 10.710287318188273, - 10.710287318188273, - 10.710287318188273, - 10.710287318188273, - 10.710287318188273 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1140.1726565058334, - -1580.373518145234, - -1316.3945634348688, - -256.8549742461573, - 1072.559622626943, - 1938.5050204096356, - 1327.2508244514916, - 36.39395987282205 - ], - "relative wind speed": [ - 2.5856196346075393, - 2.2887066348742278, - 2.487164984083962, - 2.9956048651673153, - 3.4595060144252825, - 3.662708382904024, - 3.5309518689242068, - 3.111263770640257 - ], - "relative wind angle": [ - 0.20559508803948887, - 0.02593565722142348, - 0.17944443361823223, - 0.2314452562418409, - 0.1531789536172406, - 0.01620523609375671, - 0.1260550657387798, - 0.22269337452244495 - ], - "resistance": [ - 95494.3273434942, - 95054.1264818548, - 95318.10543656517, - 96377.64502575387, - 97707.05962262697, - 98573.00502040966, - 97961.75082445152, - 96670.89395987285 - ], - "fuel": [ - 40.90759334367136, - 40.683061363416996, - 40.817621795844694, - 41.360319753547934, - 42.04715700024745, - 42.498081530860624, - 42.17949293195177, - 41.51126042706701 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 26.25, -40.46875 26.40625, -40.3125 26.40625, -40.3125 26.25, -40.46875 26.25))", @@ -306117,68 +219590,7 @@ "id": "5643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.874951285652493, - 12.874951285652493, - 12.874951285652493, - 12.874951285652493, - 12.874951285652493, - 12.874951285652493, - 12.874951285652493, - 12.874951285652493 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1355.9250935747787, - -1928.914482714938, - -1654.2885927402817, - -417.66693036428205, - 1175.9470095110046, - 2243.1894273874323, - 1604.4404614207388, - 80.1295074030686 - ], - "relative wind speed": [ - 3.20133385580166, - 2.899455695040105, - 3.0669942218804067, - 3.558343860500543, - 4.033109406898931, - 4.255310401935219, - 4.1361886305233675, - 3.721921400937514 - ], - "relative wind angle": [ - 0.16897222524096364, - 0.028715121153434265, - 0.13758335024044913, - 0.19174396771007537, - 0.13388624195276294, - 0.019564281600593935, - 0.10187296554250456, - 0.18321899984632406 - ], - "resistance": [ - 95278.57490642526, - 94705.5855172851, - 94980.21140725976, - 96216.83306963576, - 97810.44700951104, - 98877.68942738748, - 98238.94046142079, - 96714.62950740311 - ], - "fuel": [ - 42.32535792996243, - 42.03369646035594, - 42.17333332094324, - 42.80558560935819, - 43.628750230406226, - 44.18530661994154, - 43.851696112418, - 43.061702250770544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 26.40625, -40.3125 26.5625, -40.15625 26.5625, -40.15625 26.40625, -40.3125 26.40625))", @@ -306210,9 +219622,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1944.0152335606272, + -1944.0152335606344, -2692.1173193807717, - -2317.8776390262137, + -2317.877639026221, -620.2511672317487, 1544.5296217964278, 2957.3246447342626, @@ -306220,7 +219632,7 @@ 6.93148331563134 ], "relative wind speed": [ - 4.619221709885882, + 4.61922170988588, 4.3463820316953985, 4.504071832234419, 4.970568293200314, @@ -306231,16 +219643,16 @@ ], "relative wind angle": [ 0.11196885231866471, - 0.017087234594568693, - 0.09140100143932696, + 0.017087234594568696, + 0.0914010014393294, 0.13229249039244817, 0.09507115260056741, - 0.013126936640297744, + 0.013126936640297742, 0.07437124300444552, 0.1284643231883699 ], "resistance": [ - 94690.48476643942, + 94690.4847664394, 93942.38268061927, 94316.62236097382, 96014.2488327683, @@ -306250,7 +219662,7 @@ 96641.43148331568 ], "fuel": [ - 46.879701673323204, + 46.8797016733232, 46.500785637361346, 46.69007888721881, 47.555295082332876, @@ -306290,9 +219702,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1461.596766825458, + -1461.5967668254625, -2278.485356409804, - -2074.690003369131, + -2074.6900033691363, -749.5808387951165, 1105.8630732245656, 2458.476681048256, @@ -306300,9 +219712,9 @@ 277.4565611195703 ], "relative wind speed": [ - 4.051269890133618, + 4.051269890133617, 3.732983266499292, - 3.8325482839221503, + 3.83254828392215, 4.269815421845122, 4.742201492160191, 4.996608714616932, @@ -306310,11 +219722,11 @@ 4.546420457714306 ], "relative wind angle": [ - 0.1351366342571222, + 0.13513663425712305, 0.03744486581827362, - 0.0909725826233675, + 0.09097258262336874, 0.14859567960939588, - 0.11535201333963266, + 0.11535201333963267, 0.027972296585731082, 0.07081727107035944, 0.13949403287793827 @@ -306370,9 +219782,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1344.1679510198728, + -1344.1679510198783, -2131.212324206297, - -1946.0565163990404, + -1946.0565163990423, -704.9260053751841, 1046.6432066464122, 2339.8775042580346, @@ -306380,9 +219792,9 @@ 301.52258720674035 ], "relative wind speed": [ - 3.6792837859247896, + 3.6792837859247887, 3.3411530366249322, - 3.441218418084364, + 3.4412184180843637, 3.895588409287776, 4.383079505052066, 4.645988754918431, @@ -306390,11 +219802,11 @@ 4.192005017935839 ], "relative wind angle": [ - 0.15495893616849135, - 0.044964129353621096, + 0.1549589361684921, + 0.0449641293536211, 0.1034824015475948, 0.1683925799534663, - 0.12992226804100784, + 0.12992226804100787, 0.03233059620704253, 0.07782171738249886, 0.15638367593308927 @@ -306450,11 +219862,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -924.5424624084999, + -924.5424624085008, -1780.3217960322895, - -1754.8901056567079, - -837.7590108428822, - 651.2009543970607, + -1754.8901056567097, + -837.7590108428831, + 651.2009543970626, 1900.519493925296, 1841.4542015288716, 549.8454717499053 @@ -306463,20 +219875,20 @@ 3.326667282325017, 2.9383270866822246, 2.9540191134317437, - 3.360050637102365, + 3.3600506371023644, 3.8500795844975184, 4.1540416398882964, 4.1428974271319134, 3.8209799437270395 ], "relative wind angle": [ - 0.180179014127797, + 0.18017901412779763, 0.0796773056221104, - 0.08997013762217193, - 0.18232235911230324, - 0.15546849284751854, + 0.08997013762217317, + 0.18232235911230263, + 0.15546849284751785, 0.05632925535448622, - 0.06410899489782172, + 0.06410899489782174, 0.16012520848591263 ], "resistance": [ @@ -306517,68 +219929,7 @@ "id": "5648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.726540389536332, - 9.726540389536332, - 9.726540389536332, - 9.726540389536332, - 9.726540389536332, - 9.726540389536332, - 9.726540389536332, - 9.726540389536332 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 47.09507595266359, - -697.7143325204715, - -1001.7204313075727, - -868.7919541531014, - -238.78687928873615, - 582.0851747515803, - 1137.191636257361, - 827.1572781248428 - ], - "relative wind speed": [ - 2.8029340311521302, - 2.449132006039983, - 2.2425181068691002, - 2.3486585163276477, - 2.6785661211039837, - 3.0054796730484368, - 3.1626362719226813, - 3.084632688311265 - ], - "relative wind angle": [ - 0.1649275729608776, - 0.15165725734707647, - 0.028132793907899738, - 0.11984339010748343, - 0.17266053868013753, - 0.12342374516934458, - 0.019946701380496788, - 0.09115742762168397 - ], - "resistance": [ - 96681.59507595267, - 95936.78566747955, - 95632.77956869244, - 95765.70804584691, - 96395.71312071128, - 97216.5851747516, - 97771.69163625737, - 97461.65727812485 - ], - "fuel": [ - 40.92442904585641, - 40.54165789395442, - 40.386016831090956, - 40.454029502392515, - 40.77726499114852, - 41.20064408759262, - 41.4883710337695, - 41.32753033500474 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 22.34375, -49.84375 22.5, -49.6875 22.5, -49.6875 22.34375, -49.84375 22.34375))", @@ -306597,68 +219948,7 @@ "id": "5649", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.519360108775253, - 13.519360108775253, - 13.519360108775253, - 13.519360108775253, - 13.519360108775253, - 13.519360108775253, - 13.519360108775253, - 13.519360108775253 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -85.54034756873807, - -1080.5640953074717, - -1412.0989201091325, - -1179.362368197435, - -251.4435471426441, - 876.6745340098478, - 1565.8965166974858, - 1017.4789352526532 - ], - "relative wind speed": [ - 3.8093388422171377, - 3.4658881300953284, - 3.2958241671541373, - 3.4256242189224095, - 3.7574788766976392, - 4.076435868907723, - 4.215121941635364, - 4.110329504356723 - ], - "relative wind angle": [ - 0.12096141750340308, - 0.09927204007594098, - 0.007926327912310141, - 0.08960917715955694, - 0.12263926486174452, - 0.08436505928404603, - 0.0061976087866229814, - 0.07465134699004668 - ], - "resistance": [ - 96548.9596524313, - 95553.93590469255, - 95222.4010798909, - 95455.13763180259, - 96383.05645285739, - 97511.17453400987, - 98200.39651669751, - 97651.97893525269 - ], - "fuel": [ - 43.49083749001623, - 42.9804309211538, - 42.811185347203605, - 42.929952502353245, - 43.4054799982744, - 43.987918344324456, - 44.34608854390258, - 44.06094695047709 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 22.1875, -50 22.34375, -49.84375 22.34375, -49.84375 22.1875, -50 22.1875))", @@ -306677,68 +219967,7 @@ "id": "5650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.605611136961762, - 10.605611136961762, - 10.605611136961762, - 10.605611136961762, - 10.605611136961762, - 10.605611136961762, - 10.605611136961762, - 10.605611136961762 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 273.22855870266403, - -577.8279649226656, - -1054.492256876391, - -1025.3574491081058, - -476.5244286205393, - 391.1713237286235, - 1098.5989872059213, - 1030.549956876012 - ], - "relative wind speed": [ - 3.126360671853121, - 2.781154740013435, - 2.5236274773980827, - 2.544800783765924, - 2.8273492787969374, - 3.167524791840509, - 3.3762907680093024, - 3.36036068983194 - ], - "relative wind angle": [ - 0.13697770870513476, - 0.14748386929569307, - 0.05989855590322615, - 0.07671897897330116, - 0.1515705131427071, - 0.12938576328323365, - 0.044759688312778746, - 0.05807493707683312 - ], - "resistance": [ - 96907.72855870269, - 96056.67203507735, - 95580.00774312363, - 95609.1425508919, - 96157.97557137947, - 97025.67132372863, - 97733.09898720593, - 97665.04995687603 - ], - "fuel": [ - 41.567337292013256, - 41.1294159164798, - 40.88532005185401, - 40.900215488574176, - 41.181401558472906, - 41.6282387936879, - 41.99461593494476, - 41.95929235835086 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 22.1875, -49.84375 22.34375, -49.6875 22.34375, -49.6875 22.1875, -49.84375 22.1875))", @@ -306757,68 +219986,7 @@ "id": "5651", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.07872923733893, - 13.07872923733893, - 13.07872923733893, - 13.07872923733893, - 13.07872923733893, - 13.07872923733893, - 13.07872923733893, - 13.07872923733893 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 60.739143203785716, - -935.6294218161311, - -1352.774312235566, - -1194.4280876267403, - -373.7888675441354, - 713.0586678206455, - 1454.41734793476, - 1081.9423685573329 - ], - "relative wind speed": [ - 3.730824681903099, - 3.385604678351953, - 3.1849037117946644, - 3.276493789741243, - 3.5904108935919834, - 3.9176248102444307, - 4.0824614558520835, - 4.009325583899169 - ], - "relative wind angle": [ - 0.12060477516823573, - 0.10873747545785667, - 0.022213150544216582, - 0.08169462182485959, - 0.1253457688221381, - 0.09392370072821155, - 0.017328875996039377, - 0.06673762305658162 - ], - "resistance": [ - 96695.23914320378, - 95698.87057818387, - 95281.72568776444, - 95440.07191237326, - 96260.71113245586, - 97347.55866782065, - 98088.91734793477, - 97716.44236855733 - ], - "fuel": [ - 43.211440624011445, - 42.699804375492576, - 42.486697098618315, - 42.567515367672854, - 42.98785583878697, - 43.54840828830929, - 43.93329308995306, - 43.739662826677446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 22.34375, -49.6875 22.5, -49.53125 22.5, -49.53125 22.34375, -49.6875 22.34375))", @@ -306837,68 +220005,7 @@ "id": "5652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.97032433851131, - 15.97032433851131, - 15.97032433851131, - 15.97032433851131, - 15.97032433851131, - 15.97032433851131, - 15.97032433851131, - 15.97032433851131 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -496.33219090880175, - -1556.1663950445609, - -1758.96472897061, - -1223.4700984094206, - 63.3916520949042, - 1380.1208551112559, - 1858.912348013091, - 906.5735980665286 - ], - "relative wind speed": [ - 4.387424187688758, - 4.05857819368948, - 3.9633742370126335, - 4.172014373169154, - 4.53540154982253, - 4.831904517533142, - 4.910297636420168, - 4.734306104480248 - ], - "relative wind angle": [ - 0.10813935965185845, - 0.06959293312337246, - 0.01877528561051482, - 0.09300301373011677, - 0.10459793266584215, - 0.05844095936494302, - 0.015154266613264269, - 0.08193061436868544 - ], - "resistance": [ - 96138.1678090912, - 95078.33360495543, - 94875.5352710294, - 95411.02990159058, - 96697.8916520949, - 98014.62085511125, - 98493.4123480131, - 97541.07359806653 - ], - "fuel": [ - 45.486339746015595, - 44.9444358916372, - 44.841219475524206, - 45.114096753091, - 45.77421873312848, - 46.456040124268846, - 46.70556472669465, - 46.21008763593478 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 22.34375, -49.53125 22.5, -49.375 22.5, -49.375 22.34375, -49.53125 22.34375))", @@ -306917,68 +220024,7 @@ "id": "5653", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.818715104356073, - 12.818715104356073, - 12.818715104356073, - 12.818715104356073, - 12.818715104356073, - 12.818715104356073, - 12.818715104356073, - 12.818715104356073 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 63.11264010719151, - -1028.6754686441664, - -1478.621527355706, - -1294.3556109772162, - -382.05439827383725, - 814.9900852049723, - 1626.2503439309858, - 1194.3681851933616 - ], - "relative wind speed": [ - 3.6700766368668223, - 3.280761410177663, - 3.0550043338449315, - 3.164854934406685, - 3.5231973524709583, - 3.8883141172522464, - 4.068086850734967, - 3.9832242403730804 - ], - "relative wind angle": [ - 0.13849211450117152, - 0.12551703020561042, - 0.024283745423741183, - 0.09677631802909796, - 0.1443053262957337, - 0.10582442331807915, - 0.018235541787982743, - 0.07684888719628756 - ], - "resistance": [ - 96697.61264010724, - 95605.82453135587, - 95155.87847264434, - 95340.14438902283, - 96252.44560172621, - 97449.49008520502, - 98260.75034393102, - 97828.86818519341 - ], - "fuel": [ - 43.00933257510077, - 42.448882478960186, - 42.21920127581292, - 42.31317128384275, - 42.78027839748893, - 43.397874627453135, - 43.81946284118366, - 43.59472148242525 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 22.1875, -49.6875 22.34375, -49.53125 22.34375, -49.53125 22.1875, -49.6875 22.1875))", @@ -306997,68 +220043,7 @@ "id": "5654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.128504069468473, - 20.128504069468473, - 20.128504069468473, - 20.128504069468473, - 20.128504069468473, - 20.128504069468473, - 20.128504069468473, - 20.128504069468473 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -203.7625716751154, - -1734.499387588341, - -2216.368878505107, - -1849.628115932941, - -397.99318773062623, - 1343.5253870335237, - 2378.424894259135, - 1507.1457287242447 - ], - "relative wind speed": [ - 5.63182429193209, - 5.2807348287738884, - 5.11522134935586, - 5.250083607232195, - 5.591150287576761, - 5.923870868076082, - 6.067364909131483, - 5.951052722883394 - ], - "relative wind angle": [ - 0.08463399654516689, - 0.06653002681334937, - 0.003990178214720295, - 0.061409684543662135, - 0.08525117489944362, - 0.059298074494015696, - 0.0033640022369613777, - 0.05416873553615233 - ], - "resistance": [ - 96430.73742832491, - 94900.00061241169, - 94418.13112149492, - 94784.87188406709, - 96236.5068122694, - 97978.02538703356, - 99012.92489425917, - 98141.64572872428 - ], - "fuel": [ - 50.285626962315504, - 49.50262053859178, - 49.25793778126411, - 49.444082140002905, - 50.18579064510874, - 51.0859605815387, - 51.62623351675077, - 51.17111392321412 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 22.1875, -49.53125 22.34375, -49.375 22.34375, -49.375 22.1875, -49.53125 22.1875))", @@ -307090,47 +220075,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 291.5646479609568, + 291.56464796094224, -1294.4730017380753, - -2083.403873177009, + -2083.4038731770106, -1950.240673059825, - -813.8043337593645, + -813.8043337593681, 848.5303337669357, - 2096.079447549426, + 2096.0794475494477, 1780.9691918888275 ], "relative wind speed": [ - 5.2893466586356706, + 5.28934665863567, 4.915250396767558, - 4.670828859532119, + 4.670828859532118, 4.724465993423924, - 5.037489181092574, + 5.037489181092575, 5.4031286179325235, 5.615767364288423, 5.570718661162665 ], "relative wind angle": [ - 0.08947125609499773, + 0.08947125609500023, 0.086289583519778, 0.02707771314282198, 0.05183169343421452, - 0.09395740973061295, + 0.09395740973061532, 0.07848118372204574, - 0.022520626528236692, + 0.022520626528231762, 0.04395236648560594 ], "resistance": [ - 96926.06464796097, + 96926.06464796096, 95340.02699826194, 94551.096126823, 94684.25932694018, 95820.69566624064, 97483.03033376695, - 98730.57944754945, + 98730.57944754946, 98415.46919188884 ], "fuel": [ - 48.59618253059453, + 48.596182530594525, 47.78212838445129, 47.380685542893055, 47.44828238678542, @@ -307170,40 +220155,40 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 850.9645614127248, + 850.9645614127203, -310.0454416435741, - -1233.074352803782, - -1445.1483499214155, + -1233.0743528037829, + -1445.1483499214255, -1060.7160006496815, -20.895564871049828, 1096.7988973311176, 1595.366539922703 ], "relative wind speed": [ - 3.995544995063463, + 3.9955449950634625, 3.6563822519460807, - 3.3127772116126724, - 3.1911144607983246, + 3.312777211612672, + 3.191114460798325, 3.385086261976673, 3.748874182505141, 4.055699194321449, 4.152105165657982 ], "relative wind angle": [ - 0.09343209165614935, - 0.13180486696553564, - 0.09274692965073154, - 0.014616256934827212, + 0.09343209165615055, + 0.13180486696553562, + 0.09274692965073156, + 0.014616256934834808, 0.11034483042427125, 0.12853472772694974, 0.07572134565560625, - 0.011233209948892924 + 0.011233209948892922 ], "resistance": [ 97485.46456141277, 96324.45455835648, 95401.42564719626, - 95189.35165007864, + 95189.35165007862, 95573.78399935036, 96613.60443512899, 97731.29889733116, @@ -307250,50 +220235,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 374.5970111972365, + 374.5970111972201, -957.2166256433484, - -1694.327736768304, - -1648.050869671877, - -790.2472393670505, + -1694.3277367683086, + -1648.050869671889, + -790.2472393670469, 568.0768400575671, 1659.7620780284888, 1550.278634598806 ], "relative wind speed": [ - 4.830179865062614, + 4.830179865062613, 4.490901049634595, - 4.24921150964312, - 4.269762031616118, + 4.2492115096431196, + 4.269762031616119, 4.537713856541611, 4.873734947152636, 5.085831900389794, 5.068591201317721 ], "relative wind angle": [ - 0.08675545271287773, + 0.08675545271288158, 0.0891325438835958, 0.03455937105142966, - 0.04501058328465804, - 0.09236250682958293, + 0.04501058328466298, + 0.09236250682958173, 0.082114688547328, - 0.02887261142248482, + 0.028872611422484824, 0.03791302529348334 ], "resistance": [ - 97009.09701119726, + 97009.09701119724, 95677.28337435666, 94940.17226323171, - 94986.44913032814, + 94986.44913032812, 95844.25276063297, 97202.57684005758, 98294.2620780285, 98184.77863459883 ], "fuel": [ - 46.76591169547284, + 46.76591169547282, 46.08129986021832, 45.70522909783813, - 45.72877986630847, + 45.728779866308464, 46.16676774062664, 46.86591805536358, 47.43280148262896, @@ -307330,17 +220315,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1550.1574163469631, + 1550.1574163469468, -16.12022284082923, - -1497.0387992397627, + -1497.03879923977, -2061.4845374393253, -1782.9643398166554, -497.1570840320528, - 1143.189625099727, + 1143.1896250997197, 2208.085336290842 ], "relative wind speed": [ - 5.233577137655026, + 5.233577137655025, 4.90442038486803, 4.514863217212457, 4.304850342269893, @@ -307350,19 +220335,19 @@ 5.332935140876729 ], "relative wind angle": [ - 0.0615417223647414, + 0.06154172236474321, 0.10501287444133832, - 0.0898557097348095, + 0.08985570973481198, 0.013676635466150645, - 0.07280374033338612, - 0.10759100150907475, - 0.07865225641900428, - 0.011039929760258681 + 0.07280374033338613, + 0.10759100150907473, + 0.0786522564190057, + 0.01103992976025868 ], "resistance": [ - 98184.65741634699, + 98184.65741634698, 96618.37977715919, - 95137.46120076027, + 95137.46120076026, 94573.01546256071, 94851.53566018338, 96137.34291596798, @@ -307370,9 +220355,9 @@ 98842.58533629087 ], "fuel": [ - 47.9572545080691, + 47.95725450806909, 47.14594953623422, - 46.38725498689144, + 46.387254986891435, 46.10022979579549, 46.24171138842976, 46.89861299332769, @@ -307410,9 +220395,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1104.751802144363, + 1104.7518021443466, -710.7191650181067, - -2060.206009278634, + -2060.206009278647, -2299.5170024729923, -1582.932294747281, 95.01852255461563, @@ -307420,9 +220405,9 @@ 2351.3091968714944 ], "relative wind speed": [ - 6.081899071866819, + 6.081899071866817, 5.735433445582312, - 5.418032002457006, + 5.4180320024570054, 5.3331862941882715, 5.540123095860175, 5.898072857209683, @@ -307430,19 +220415,19 @@ 6.264150715710802 ], "relative wind angle": [ - 0.06365225262336352, + 0.06365225262336527, 0.08125650284538462, - 0.05012989335092172, + 0.05012989335092394, 0.015297540074243481, - 0.06988659000733259, - 0.07901111301603242, + 0.0698865900073326, + 0.07901111301603243, 0.0438673208844103, 0.01302391324575448 ], "resistance": [ - 97739.25180214443, + 97739.2518021444, 95923.78083498195, - 94574.29399072143, + 94574.29399072142, 94334.98299752707, 95051.56770525278, 96729.51852255467, @@ -307450,7 +220435,7 @@ 98985.80919687156 ], "fuel": [ - 51.914613479453465, + 51.91461347945344, 50.978081258531674, 50.28987889633308, 50.16854406347379, @@ -307490,17 +220475,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 252.1899183511723, + 252.18991835116867, -1106.108126715757, - -1783.6214329373497, + -1783.6214329373734, -1671.4541397176909, -700.9173863571123, 721.6603862299417, - 1790.9652497184907, + 1790.9652497185125, 1525.4628386947425 ], "relative wind speed": [ - 4.923401867605716, + 4.923401867605715, 4.579560022451001, 4.354561981538275, 4.4030592251893825, @@ -307510,33 +220495,33 @@ 5.181765275901443 ], "relative wind angle": [ - 0.08829420400137872, - 0.08521664781098895, - 0.026892876776770616, - 0.05093859628757637, + 0.08829420400137873, + 0.08521664781098894, + 0.026892876776778873, + 0.05093859628757636, 0.09269711148526143, 0.07762414941498645, - 0.022422298054251503, - 0.043278431860470166 + 0.022422298054246552, + 0.04327843186047017 ], "resistance": [ 96886.6899183512, 95528.39187328427, - 94850.87856706268, + 94850.87856706265, 94963.04586028233, 95933.58261364291, 97356.16038622997, - 98425.46524971852, + 98425.46524971855, 98159.96283869477 ], "fuel": [ 47.1635605488268, 46.46602015307407, - 46.12065616126697, + 46.12065616126696, 46.17771571921949, 46.673383295061655, 47.40624890334137, - 47.962077364621216, + 47.96207736462124, 47.82367121241338 ] }, @@ -307570,9 +220555,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 590.5369670772225, + 590.5369670772197, -737.5232524383064, - -1581.8819692479074, + -1581.8819692479146, -1631.0617912988037, -910.9359243278313, 389.045997656468, @@ -307580,9 +220565,9 @@ 1662.473299496697 ], "relative wind speed": [ - 4.18768931066443, + 4.187689310664429, 3.798633214287641, - 3.478961051960606, + 3.4789610519606056, 3.4525654797609073, 3.7400408953371493, 4.134614052696838, @@ -307592,9 +220577,9 @@ "relative wind angle": [ 0.11121644907357457, 0.12882856397385128, - 0.06483025805211057, + 0.064830258052114, 0.049049532502783454, - 0.12459358072926377, + 0.12459358072926378, 0.11830856118929058, 0.05116481651294887, 0.03824117997939506 @@ -307602,7 +220587,7 @@ "resistance": [ 97225.03696707723, 95896.97674756171, - 95052.61803075211, + 95052.6180307521, 95003.4382087012, 95723.56407567218, 97023.54599765649, @@ -307650,19 +220635,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 710.4425926277336, + 710.4425926277263, -710.5011109072102, - -1662.154869207, + -1662.1548692070028, -1758.834022192209, - -1053.699864046197, + -1053.6998640461952, 312.0164149107932, 1577.2462964090782, 1804.636561305334 ], "relative wind speed": [ - 4.492655424901955, + 4.492655424901954, 4.110393454130092, - 3.7834329284896078, + 3.7834329284896073, 3.7353635563454186, 4.00284649275024, 4.394473627599594, @@ -307670,13 +220655,13 @@ 4.717392490915968 ], "relative wind angle": [ - 0.0999998980157575, - 0.11981262566275655, - 0.06514194323721338, + 0.09999989801575862, + 0.11981262566275656, + 0.06514194323721337, 0.03829177729471527, - 0.11228523378899223, + 0.11228523378899123, 0.11203364284716885, - 0.052661586012582605, + 0.0526615860125826, 0.03031773741022082 ], "resistance": [ @@ -307730,9 +220715,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 593.9255452129382, + 593.9255452129346, -709.2314526151804, - -1537.8586033360025, + -1537.8586033360061, -1585.7426689517924, -875.9398206031292, 399.87271152441826, @@ -307740,7 +220725,7 @@ 1651.3082528768919 ], "relative wind speed": [ - 3.904057117649248, + 3.9040571176492476, 3.490376619042092, 3.1456171599323683, 3.1174303489159514, @@ -307750,17 +220735,17 @@ 4.156900881259928 ], "relative wind angle": [ - 0.1274163584511361, + 0.12741635845113697, 0.14965216941080314, - 0.0763242010148019, - 0.058154544129658606, + 0.07632420101480482, + 0.05815454412965861, 0.14519542804333896, - 0.13561489112825068, + 0.1356148911282507, 0.05802970212639222, - 0.04360171178157302 + 0.043601711781573016 ], "resistance": [ - 97228.42554521297, + 97228.42554521296, 95925.26854738485, 95096.64139666402, 95048.75733104824, @@ -307797,68 +220782,7 @@ "id": "5664", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.352158661980587, - 10.352158661980587, - 10.352158661980587, - 10.352158661980587, - 10.352158661980587, - 10.352158661980587, - 10.352158661980587, - 10.352158661980587 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 647.5829823123327, - -352.082735948994, - -1081.8669396834835, - -1209.2461349452174, - -787.8209562013649, - 138.8445980164979, - 1069.4387636651068, - 1365.6532617325533 - ], - "relative wind speed": [ - 3.202828291612149, - 2.8222563209035694, - 2.4526866587900575, - 2.356204355046856, - 2.616295303104311, - 3.0229091017952756, - 3.3297805231561637, - 3.398736708816248 - ], - "relative wind angle": [ - 0.13810783605581536, - 0.18588707750575367, - 0.12127865121742702, - 0.04328883770530426, - 0.16934070996848632, - 0.1734185662259711, - 0.08923231282225876, - 0.030005500813449243 - ], - "resistance": [ - 97282.08298231236, - 96282.41726405104, - 95552.63306031654, - 95425.25386505481, - 95846.67904379866, - 96773.34459801653, - 97703.93876366514, - 98000.15326173259 - ], - "fuel": [ - 41.603858408305015, - 41.08835225700618, - 40.71436642307928, - 40.6492927131749, - 40.86481509449352, - 41.341048272066786, - 41.822516092205774, - 41.97644670922493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 22.34375, -49.21875 22.5, -49.0625 22.5, -49.0625 22.34375, -49.21875 22.34375))", @@ -307877,68 +220801,7 @@ "id": "5665", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.257109761804154, - 13.257109761804154, - 13.257109761804154, - 13.257109761804154, - 13.257109761804154, - 13.257109761804154, - 13.257109761804154, - 13.257109761804154 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 982.0782987845623, - -376.3962242829539, - -1438.3623472240706, - -1673.5154797256846, - -1197.780007223636, - 26.316318196614702, - 1325.9703757074722, - 1876.4050218777047 - ], - "relative wind speed": [ - 4.056553482277951, - 3.66059902244869, - 3.259562706401632, - 3.123397727376718, - 3.3618010161887444, - 3.7891090013190083, - 4.139152472434992, - 4.242843252306994 - ], - "relative wind angle": [ - 0.10912767796774799, - 0.15353152837172745, - 0.10754970306832018, - 0.0208100666079596, - 0.13180014453914304, - 0.14828521364395486, - 0.08463268946079547, - 0.01531896460210897 - ], - "resistance": [ - 97616.57829878457, - 96258.10377571706, - 95196.13765277594, - 94960.98452027433, - 95436.71999277637, - 96660.81631819662, - 97960.47037570749, - 98510.90502187773 - ], - "fuel": [ - 43.82990607398601, - 43.128585948030405, - 42.585122292366265, - 42.46534962494329, - 42.70787321058749, - 43.33577245631178, - 44.00853150319363, - 44.29535575530798 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 22.1875, -49.375 22.34375, -49.21875 22.34375, -49.21875 22.1875, -49.375 22.1875))", @@ -307970,21 +220833,21 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 635.3119489379314, + 635.3119489379296, -525.8973298107949, - -1318.1014544869763, + -1318.1014544869781, -1411.6214655938388, - -849.2125303413859, + -849.2125303413864, 258.5401679319775, - 1306.1615593732731, + 1306.1615593732758, 1524.236357217278 ], "relative wind speed": [ - 3.5846753909786586, + 3.5846753909786577, 3.186637146530587, - 2.8295265347509635, + 2.829526534750963, 2.7682331167060505, - 3.0539033340636093, + 3.0539033340636097, 3.4672131357682954, 3.764306419731665, 3.8096074133780147 @@ -307992,12 +220855,12 @@ "relative wind angle": [ 0.13120389920053302, 0.16429169368121327, - 0.09489074841015004, + 0.09489074841015122, 0.051335071336831684, - 0.1541758885694755, + 0.1541758885694762, 0.15089034097151388, - 0.07128014202513107, - 0.037294648805863695 + 0.0712801420251295, + 0.03729464880586369 ], "resistance": [ 97269.81194893792, @@ -308050,19 +220913,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1140.9192994310215, + 1140.9192994310124, -274.6972666132351, - -1449.8901233917886, + -1449.8901233917895, -1756.2719105335364, -1353.1837444451112, -112.68610899728719, - 1279.025839162091, + 1279.0258391620946, 1998.222380031456 ], "relative wind speed": [ 4.288964952440901, 3.90659300160143, - 3.498623397106159, + 3.4986233971061584, 3.331911168008954, 3.537276166011668, 3.9555118705092154, @@ -308070,14 +220933,14 @@ 4.450383242643019 ], "relative wind angle": [ - 0.09642453775223436, + 0.09642453775223783, 0.1436483204045818, 0.10824649618663534, - 0.007416467477036573, - 0.1170009014226693, + 0.007416467477036574, + 0.11700090142266932, 0.14185969255461528, - 0.0875948919472539, - 0.00555253557021052 + 0.08759489194725262, + 0.005552535570210521 ], "resistance": [ 97775.41929943103, @@ -308117,68 +220980,7 @@ "id": "5668", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.692603685770543, - 11.692603685770543, - 11.692603685770543, - 11.692603685770543, - 11.692603685770543, - 11.692603685770543, - 11.692603685770543, - 11.692603685770543 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 802.7674639855404, - -388.28859191679567, - -1279.6827867602806, - -1451.0713579464336, - -979.2991565612865, - 113.6900315316143, - 1233.0713562945239, - 1632.598379125172 - ], - "relative wind speed": [ - 3.6023332562645964, - 3.2037921597398267, - 2.811112120813352, - 2.697145635015594, - 2.9578277962640938, - 3.3854491516978973, - 3.717956267327341, - 3.801441251033445 - ], - "relative wind angle": [ - 0.12685169444249011, - 0.1732791807594434, - 0.11602959580605343, - 0.034166348324142136, - 0.15469470393751816, - 0.163894718022313, - 0.08764434662248642, - 0.02423888886176677 - ], - "resistance": [ - 97437.26746398557, - 96246.21140808324, - 95354.81721323974, - 95183.4286420536, - 95655.20084343874, - 96748.19003153165, - 97867.57135629456, - 98267.09837912521 - ], - "fuel": [ - 42.56233758834862, - 41.94787189326456, - 41.49145538142484, - 41.40403896368699, - 41.64492914563762, - 42.20619905366921, - 42.78562936700235, - 42.99356735882863 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 22.34375, -48.90625 22.5, -48.75 22.5, -48.75 22.34375, -48.90625 22.34375))", @@ -308197,68 +220999,7 @@ "id": "5669", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.275980643902681, - 9.275980643902681, - 9.275980643902681, - 9.275980643902681, - 9.275980643902681, - 9.275980643902681, - 9.275980643902681, - 9.275980643902681 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 657.697775790486, - -327.9834104490915, - -1043.0293317642152, - -1167.8892794767003, - -744.6179712789994, - 168.82138260896318, - 1088.5346535854856, - 1377.082183675942 - ], - "relative wind speed": [ - 2.9431694661877335, - 2.5272874062518222, - 2.1123864319643073, - 2.003714763940919, - 2.303756770563566, - 2.7536085652863216, - 3.0834015837497324, - 3.1551020442106847 - ], - "relative wind angle": [ - 0.1670965106427758, - 0.23005780109917812, - 0.15471382712756032, - 0.05790578215412996, - 0.214114757459985, - 0.21085039036240083, - 0.10576658059326277, - 0.036762032496458596 - ], - "resistance": [ - 97292.1977757905, - 96306.51658955093, - 95591.4706682358, - 95466.61072052331, - 95889.88202872101, - 96803.32138260898, - 97723.0346535855, - 98011.58218367596 - ], - "fuel": [ - 40.98975899554909, - 40.48140162251512, - 40.11488485256767, - 40.051079511212926, - 40.26761261882919, - 40.737172937399166, - 41.21309520582682, - 41.363057998907735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 22.1875, -49.0625 22.34375, -48.90625 22.34375, -48.90625 22.1875, -49.0625 22.1875))", @@ -308277,68 +221018,7 @@ "id": "5670", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.461377231662423, - 14.461377231662423, - 14.461377231662423, - 14.461377231662423, - 14.461377231662423, - 14.461377231662423, - 14.461377231662423, - 14.461377231662423 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 971.5776476286765, - -455.61606932009, - -1547.8750456359585, - -1770.4310408323154, - -1241.0181974822835, - 59.04012523974143, - 1409.3560149581263, - 1931.948511696908 - ], - "relative wind speed": [ - 4.363391308580363, - 3.9773451513076297, - 3.5995243219581257, - 3.4825302151789965, - 3.7173857662735754, - 4.127816153180482, - 4.46111704651648, - 4.5530345866744035 - ], - "relative wind angle": [ - 0.09921852264463016, - 0.13500947130665905, - 0.09037913348837019, - 0.021796485718996485, - 0.11653326000274528, - 0.13005950224664423, - 0.07288914944478272, - 0.0166711726758152 - ], - "resistance": [ - 97606.07764762868, - 96178.88393067992, - 95086.62495436406, - 94864.0689591677, - 95393.48180251774, - 96693.54012523976, - 98043.85601495815, - 98566.44851169692 - ], - "fuel": [ - 44.83843338771855, - 44.10187482808173, - 43.543292270909404, - 43.43002129302072, - 43.69977083556418, - 44.366609295881176, - 45.065884873309145, - 45.338336027863775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 22.1875, -48.90625 22.34375, -48.75 22.34375, -48.75 22.1875, -48.90625 22.1875))", @@ -308357,68 +221037,7 @@ "id": "5671", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.46966953275126, - 9.46966953275126, - 9.46966953275126, - 9.46966953275126, - 9.46966953275126, - 9.46966953275126, - 9.46966953275126, - 9.46966953275126 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 488.07743099684285, - -498.24578492728506, - -1125.5937236093441, - -1161.4901079138986, - -618.1420634829901, - 347.4481512521179, - 1219.2513302220227, - 1302.1601641253105 - ], - "relative wind speed": [ - 2.92976288994519, - 2.498671481513293, - 2.1207674216077086, - 2.090216876329805, - 2.4357289973543703, - 2.876269661788526, - 3.165222248642314, - 3.185479516455723 - ], - "relative wind angle": [ - 0.18006959269701964, - 0.22159314133603772, - 0.11907135734396404, - 0.09241403689410457, - 0.21712613470107217, - 0.19211022050863627, - 0.07967627440617134, - 0.06059013046250749 - ], - "resistance": [ - 97122.57743099683, - 96136.2542150727, - 95508.90627639064, - 95473.00989208609, - 96016.357936517, - 96981.9481512521, - 97853.751330222, - 97936.6601641253 - ], - "fuel": [ - 41.00785770281382, - 40.49979291916553, - 40.17852329936676, - 40.16018478520477, - 40.438279931780244, - 40.93519690766619, - 41.38682899064604, - 41.42992665187114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 22.03125, -49.0625 22.1875, -48.90625 22.1875, -48.90625 22.03125, -49.0625 22.03125))", @@ -308450,9 +221069,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 720.0567744480923, + 720.0567744480868, -687.201718186293, - -1621.3354020701736, + -1621.3354020701763, -1710.0189595950537, -994.2667022763344, 362.3153585351056, @@ -308460,9 +221079,9 @@ 1823.6919350115313 ], "relative wind speed": [ - 3.967924513266897, + 3.9679245132668965, 3.530173831253353, - 3.148155857209307, + 3.1481558572093067, 3.0959945025474065, 3.4169884188508406, 3.8675712687265533, @@ -308470,19 +221089,19 @@ 4.223156738476721 ], "relative wind angle": [ - 0.13134259204395096, + 0.13134259204395266, 0.1605134203754292, - 0.08850162611400024, - 0.05516390884226101, + 0.08850162611400149, + 0.055163908842261015, 0.15267382792663056, 0.14640475772034478, 0.06654661556441346, 0.04043114634241901 ], "resistance": [ - 97354.5567744481, + 97354.55677444808, 95947.29828181371, - 95013.16459792983, + 95013.16459792982, 94924.48104040495, 95640.23329772367, 96996.81535853511, @@ -308492,7 +221111,7 @@ "fuel": [ 43.61631813814823, 42.891312810343365, - 42.41412588151799, + 42.41412588151798, 42.36899209788075, 42.73409543522311, 43.43131483832755, @@ -308517,68 +221136,7 @@ "id": "5673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.078561890017088, - 9.078561890017088, - 9.078561890017088, - 9.078561890017088, - 9.078561890017088, - 9.078561890017088, - 9.078561890017088, - 9.078561890017088 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 532.4689448746967, - -436.0096677790061, - -1076.0377741264833, - -1135.840920544236, - -634.2170062061359, - 299.5750558578666, - 1170.7023007396674, - 1308.6026789313473 - ], - "relative wind speed": [ - 2.8483122034740966, - 2.4141200477557234, - 2.015318339112088, - 1.9616963012286637, - 2.3050229871921797, - 2.7564538405291183, - 3.0601479330225714, - 3.0947957932131165 - ], - "relative wind angle": [ - 0.18563338134085033, - 0.2375058687438865, - 0.1381603609152254, - 0.08957002900935061, - 0.23009664596645812, - 0.20754589103305263, - 0.09082374414957402, - 0.05673023736674906 - ], - "resistance": [ - 97166.96894487471, - 96198.490332221, - 95558.46222587353, - 95498.65907945579, - 96000.28299379388, - 96934.07505585789, - 97805.20230073968, - 97943.10267893136 - ], - "fuel": [ - 40.819641328968885, - 40.320576345957534, - 39.992679995896836, - 39.96211978100679, - 40.21886871475134, - 40.69931046301801, - 41.15043610621865, - 41.222108663010864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 21.875, -49.0625 22.03125, -48.90625 22.03125, -48.90625 21.875, -49.0625 21.875))", @@ -308610,9 +221168,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1138.7394487270276, + 1138.7394487270258, -287.4157800403482, - -1469.461542300559, + -1469.4615423005635, -1774.8148305983505, -1366.6239788722141, -115.0030623386101, @@ -308620,7 +221178,7 @@ 2003.182283419109 ], "relative wind speed": [ - 4.391330700927233, + 4.391330700927232, 4.015870151751793, 3.618062448117715, 3.457197098312821, @@ -308630,11 +221188,11 @@ 4.5509356634706 ], "relative wind angle": [ - 0.09230161736449863, + 0.09230161736449743, 0.13660431265552547, - 0.1020698901154093, + 0.1020698901154115, 0.007383113209726083, - 0.11088170669003358, + 0.1108817066900336, 0.1348947407505967, 0.08342499229461303, 0.005608688274613649 @@ -308677,68 +221235,7 @@ "id": "5675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.445937985960125, - 12.445937985960125, - 12.445937985960125, - 12.445937985960125, - 12.445937985960125, - 12.445937985960125, - 12.445937985960125, - 12.445937985960125 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 904.1630977040795, - -422.0627778815078, - -1421.5538246719761, - -1618.580719617844, - -1102.829398187116, - 110.6925548135132, - 1360.5824779106251, - 1820.1606987908735 - ], - "relative wind speed": [ - 3.830789839945097, - 3.4147478357332384, - 3.0029929530262582, - 2.8801569909187337, - 3.148942910592613, - 3.595871169877088, - 3.946241956098573, - 4.036767018253593 - ], - "relative wind angle": [ - 0.12405206804297532, - 0.17023763712896042, - 0.11485267797236302, - 0.03188619768899328, - 0.1511008635053143, - 0.16158531981342167, - 0.08731895508898212, - 0.02274830654437263 - ], - "resistance": [ - 97538.66309770408, - 96212.43722211849, - 95212.94617532802, - 95015.91928038215, - 95531.67060181289, - 96745.19255481352, - 97995.08247791062, - 98454.66069879087 - ], - "fuel": [ - 43.16035348809365, - 42.47598684292197, - 41.964548617818366, - 41.86416883192537, - 42.1272357876707, - 42.75011579908251, - 43.39739140646945, - 43.63685307398942 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 21.40625, -49.0625 21.5625, -48.90625 21.5625, -48.90625 21.40625, -49.0625 21.40625))", @@ -308770,20 +221267,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 795.2960802693133, + 795.2960802693115, -493.551822033799, - -1419.6359530816353, - -1568.2257928639842, + -1419.6359530816358, + -1568.2257928639815, -1006.1369294372639, 197.7227512022182, 1387.3759513205841, 1733.7115664738794 ], "relative wind speed": [ - 3.749304618973316, + 3.7493046189733157, 3.3310439762089645, 2.935453814255405, - 2.841220600732046, + 2.8412206007320457, 3.127565463555148, 3.5697474537058693, 3.901546072911476, @@ -308792,12 +221289,12 @@ "relative wind angle": [ 0.12975842392334164, 0.1704721283971751, - 0.10718608422086798, - 0.04259579612418388, + 0.10718608422086799, + 0.04259579612418127, 0.15574627541968175, 0.15897232841978182, 0.08057773799712635, - 0.030474815504466835 + 0.03047481550446684 ], "resistance": [ 97429.79608026933, @@ -308850,9 +221347,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 785.1124408450742, - -431.02742413533406, - -1319.9413167297866, + 785.1124408450705, + -431.02742413533633, + -1319.9413167297898, -1475.3446576331621, -964.5569267468381, 162.60008410516366, @@ -308860,8 +221357,8 @@ 1656.3186464708915 ], "relative wind speed": [ - 3.5787606077691083, - 3.1655618147713045, + 3.578760607769108, + 3.165561814771304, 2.7656832178060644, 2.661118000669268, 2.941228467233511, @@ -308870,9 +221367,9 @@ 3.791675536052459 ], "relative wind angle": [ - 0.13386043627041017, - 0.17964293010128615, - 0.1167928838209693, + 0.133860436270411, + 0.17964293010128554, + 0.11679288382097217, 0.04129016185953594, 0.16311197173716444, 0.16803561229699193, @@ -308930,17 +221427,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 578.5137693844963, + 578.5137693844918, -678.8828524126511, - -1477.9930945402416, + -1477.9930945402434, -1523.6315036352516, - -836.8871212856084, + -836.8871212856102, 394.43248076078453, 1495.1490200582539, 1601.6017752253729 ], "relative wind speed": [ - 3.744400985896583, + 3.7444009858965823, 3.326325974974748, 2.9758462950209514, 2.9475522209468457, @@ -308950,17 +221447,17 @@ 3.999037884910901 ], "relative wind angle": [ - 0.1345627256368614, + 0.13456272563686222, 0.15895087196055244, - 0.08149362890371041, + 0.08149362890371177, 0.062436002951589506, - 0.15447176226271084, - 0.14317216301121752, - 0.06093324132577125, - 0.04600574741201851 + 0.15447176226271153, + 0.14317216301121755, + 0.060933241325771256, + 0.046005747412018516 ], "resistance": [ - 97213.01376938453, + 97213.01376938452, 95955.61714758739, 95156.50690545978, 95110.86849636478, @@ -309010,32 +221507,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 438.9730173621397, + 438.9730173621342, -590.0192233125827, - -1215.4547881694539, - -1224.6509477479922, - -621.2577625514732, + -1215.4547881694548, + -1224.650947747993, + -621.2577625514728, 402.4583674135142, - 1291.4524484155172, + 1291.452448415519, 1312.7834090409233 ], "relative wind speed": [ - 3.14805794259172, + 3.148057942591719, 2.7312854690871293, - 2.388240684555708, - 2.381252271483377, + 2.3882406845557074, + 2.3812522714833775, 2.716514625421428, 3.135251219024854, - 3.403825341094372, + 3.4038253410943726, 3.4087179612867047 ], "relative wind angle": [ - 0.1624961076010372, - 0.18971778689210742, + 0.16249610760103927, + 0.18971778689210744, 0.09187915225380895, - 0.08627459523282524, - 0.18859855026134342, - 0.165031778688911, + 0.08627459523282782, + 0.18859855026134284, + 0.16503177868891097, 0.06441945037628069, 0.06023112713222288 ], @@ -309046,7 +221543,7 @@ 95409.84905225202, 96013.24223744855, 97036.95836741354, - 97925.95244841553, + 97925.95244841554, 97947.28340904095 ], "fuel": [ @@ -309090,33 +221587,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 452.8200646154414, + 452.82006461543915, -507.764299208628, - -1106.9445744152897, + -1106.9445744152915, -1130.059719764185, -585.0104775907316, 362.2271107936458, - 1204.6200745897427, + 1204.62007458974, 1258.0131006481492 ], "relative wind speed": [ - 2.892163581515591, + 2.8921635815155904, 2.465262502243032, - 2.0980239369760474, + 2.098023936976047, 2.07818080275529, 2.424346460914641, 2.8573670992416877, - 3.1369350494822106, + 3.136935049482211, 3.1501159495888102 ], "relative wind angle": [ - 0.18138297788253036, - 0.2198433165837593, - 0.11396633119923186, - 0.0964856272718995, - 0.21689583539294513, + 0.18138297788253158, + 0.21984331658375927, + 0.11396633119923381, + 0.09648562727189951, + 0.21689583539294566, 0.18927913504199861, - 0.07613082722159341, + 0.07613082722159634, 0.06359722411366577 ], "resistance": [ @@ -309170,9 +221667,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 608.6498781846435, + 608.6498781846417, -238.09021759503048, - -873.4875047234309, + -873.4875047234311, -1002.5035421756368, -667.8459164482124, 104.12922193513714, @@ -309180,9 +221677,9 @@ 1204.055121776195 ], "relative wind speed": [ - 2.7198206721537623, + 2.719820672153762, 2.336331284694352, - 1.9393001709118556, + 1.9393001709118554, 1.8163576758112692, 2.0841615035884398, 2.506533420857062, @@ -309190,19 +221687,19 @@ 2.905511737239492 ], "relative wind angle": [ - 0.16514091486926077, - 0.2354281522513218, + 0.1651409148692615, + 0.23542815225132183, 0.16764362165466992, - 0.048106491839452384, + 0.04810649183945239, 0.21621048837272122, 0.21917070988274598, - 0.11479989590407265, + 0.11479989590407266, 0.030066324351327844 ], "resistance": [ 97243.14987818465, 96396.40978240497, - 95761.01249527658, + 95761.01249527656, 95631.99645782437, 95966.65408355178, 96738.62922193513, @@ -309212,7 +221709,7 @@ "fuel": [ 40.56182929726397, 40.12506535956098, - 39.79906802623102, + 39.79906802623101, 39.733058464370075, 39.904410204380916, 40.30126713704514, @@ -309250,33 +221747,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 921.1238069440465, + 921.1238069440428, 22.904075565405037, - -798.366950558694, + -798.3669505586947, -1106.2438490773422, -924.5061796847185, -187.1106598655515, - 739.1128550502608, + 739.1128550502604, 1342.3888932830637 ], "relative wind speed": [ 2.989892606793877, 2.646080754700164, - 2.217229810149644, + 2.2172298101496435, 1.9759273017525105, 2.1351804170036743, 2.5488644241940523, - 2.929563991842548, + 2.9295639918425476, 3.09744483591003 ], "relative wind angle": [ - 0.12116841414113558, + 0.12116841414113833, 0.21358359981371117, - 0.1959993705290251, - 0.02519744025923303, + 0.19599937052902452, + 0.025197440259233025, 0.17007596986142998, 0.22186360445310252, - 0.14793242491288267, + 0.14793242491288194, 0.01607298531094623 ], "resistance": [ @@ -309330,9 +221827,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 778.4636301510141, + 778.46363015101, -107.2493801061637, - -849.765036903786, + -849.7650369037876, -1060.0293303202834, -816.9977018901859, -52.69665315562315, @@ -309340,9 +221837,9 @@ 1314.00918215403 ], "relative wind speed": [ - 2.8991243036435246, + 2.8991243036435237, 2.5377447262796737, - 2.12457122027769, + 2.1245712202776894, 1.9376048295172252, 2.1462936156246113, 2.5634643973902227, @@ -309350,9 +221847,9 @@ 3.0425623308453416 ], "relative wind angle": [ - 0.1384078499254808, + 0.13840784992548244, 0.21946534524095457, - 0.18047447032462605, + 0.18047447032462666, 0.0067984381566047825, 0.18745515636915475, 0.21722792213664688, @@ -309360,7 +221857,7 @@ 0.004329451578642193 ], "resistance": [ - 97412.96363015106, + 97412.96363015105, 96527.25061989388, 95784.73496309626, 95574.47066967977, @@ -309370,7 +221867,7 @@ 97948.50918215407 ], "fuel": [ - 40.88709788973699, + 40.887097889736985, 40.42973556841471, 40.04856649245834, 39.94100042501238, @@ -309410,9 +221907,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 872.3906969914387, + 872.3906969914369, -121.91666100233715, - -956.4536994270297, + -956.4536994270316, -1192.6369985050092, -921.0724460928718, -62.997241917475094, @@ -309420,7 +221917,7 @@ 1472.1475488868473 ], "relative wind speed": [ - 3.0938704054167188, + 3.0938704054167183, 2.714329124167438, 2.2813603138437086, 2.0856998720688456, @@ -309430,11 +221927,11 @@ 3.2444755461019357 ], "relative wind angle": [ - 0.13587488017150798, - 0.21511322574193684, - 0.17637940008704042, + 0.1358748801715088, + 0.21511322574193686, + 0.17637940008704234, 0.006368682119133805, - 0.1829778768647876, + 0.18297787686478756, 0.21304382336421687, 0.12907210461057217, 0.004094069012210612 @@ -309490,9 +221987,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1245.9008933685086, - 283.86284603657487, - -726.0972478883614, + 1245.900893368504, + 283.8628460365744, + -726.0972478883623, -1248.1032494479134, -1163.4275171482811, -444.3654457027442, @@ -309500,7 +221997,7 @@ 1441.3512866829437 ], "relative wind speed": [ - 3.2138241470480287, + 3.2138241470480278, 2.8912780239543032, 2.42433001598332, 2.082382237037934, @@ -309510,11 +222007,11 @@ 3.2605812264475804 ], "relative wind angle": [ - 0.09387989038664073, - 0.20560192400430452, - 0.22187750314366736, + 0.09387989038664189, + 0.20560192400430455, + 0.22187750314366836, 0.07893984554108331, - 0.1403359521810344, + 0.14033595218103442, 0.23168782063616303, 0.1778847768476038, 0.05038419424662174 @@ -309570,37 +222067,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1291.748316499462, + 1291.7483164994546, 204.61246134707199, - -902.8764471502354, + -902.8764471502377, -1430.0416397542408, -1300.9644390240646, -460.3568984147696, - 721.0487764846739, - 1592.0499140519605 + 721.0487764846748, + 1592.049914051966 ], "relative wind speed": [ - 3.6629921271606514, + 3.662992127160651, 3.3404433723355926, - 2.904267629383604, + 2.9042676293836034, 2.6156637853811073, 2.704171306603124, 3.093782774422886, 3.5064630778051975, - 3.7267085666768116 + 3.726708566676811 ], "relative wind angle": [ - 0.08324892234584425, - 0.16721405359015942, - 0.16661957323879983, + 0.08324892234584692, + 0.1672140535901594, + 0.16661957323880053, 0.04789035444955881, - 0.1128759102853305, + 0.11287591028533052, 0.18068705334737034, - 0.13780260055258842, - 0.033606266638246084 + 0.1378026005525876, + 0.03360626663824278 ], "resistance": [ - 97926.24831649948, + 97926.24831649946, 96839.11246134709, 95731.62355284978, 95204.45836024577, @@ -309610,7 +222107,7 @@ 98226.54991405198 ], "fuel": [ - 42.61916111554745, + 42.61916111554743, 42.05611958147601, 41.48705898601328, 41.217789174094236, @@ -309650,9 +222147,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1274.2976940382991, + 1274.2976940382964, 306.27959955438746, - -730.9743519922522, + -730.9743519922527, -1281.2984979530816, -1210.8842982784818, -493.93431834502053, @@ -309660,9 +222157,9 @@ 1437.2674015112148 ], "relative wind speed": [ - 3.3518337154593065, + 3.351833715459306, 3.0440781381458724, - 2.5954549437738303, + 2.59545494377383, 2.264236682125541, 2.319579407273476, 2.71087184713687, @@ -309670,14 +222167,14 @@ 3.3894645786693256 ], "relative wind angle": [ - 0.08316572614725819, + 0.08316572614725953, 0.18624595846096917, 0.20121232980220688, 0.07510986355871471, 0.1203276307639256, - 0.20945961562378596, + 0.20945961562378598, 0.16579516566017152, - 0.05014888995159994 + 0.05014888995159995 ], "resistance": [ 97908.79769403831, @@ -309730,14 +222227,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1202.2995433032236, + 1202.2995433032208, 472.60801758002685, - -391.2375460210046, + -391.23754602100485, -938.8698845504723, -969.6486782708915, -488.9695658542437, 356.4232091194838, - 1131.8325873651136 + 1131.8325873651154 ], "relative wind speed": [ 2.7029864148438323, @@ -309747,17 +222244,17 @@ 1.4777833319577605, 1.8913597126661672, 2.377959312724513, - 2.683141621089616 + 2.6831416210896157 ], "relative wind angle": [ - 0.08107712677744999, + 0.08107712677745274, 0.24533484662486074, - 0.3201453357010683, + 0.3201453357010686, 0.18674849443738079, 0.14868146027322313, 0.31756927339187396, 0.26217068223001616, - 0.10492291341458844 + 0.10492291341458632 ], "resistance": [ 97836.79954330325, @@ -309810,9 +222307,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1172.5268975848721, + 1172.5268975848662, 639.478256241568, - -122.6463421495705, + -122.64634214957118, -704.7829946926717, -845.4996385850665, -563.6382111872452, @@ -309822,25 +222319,25 @@ "relative wind speed": [ 2.46286950502257, 2.2742588305201794, - 1.8501128744188406, + 1.8501128744188404, 1.3573711784659193, 1.164767156395096, - 1.5000518321670824, + 1.5000518321670826, 1.9998727657769861, 2.362192246887809 ], "relative wind angle": [ - 0.03230835151694271, + 0.03230835151694958, 0.22874993412875277, - 0.35885762040149516, - 0.3015963916760785, + 0.3588576204014958, + 0.30159639167607843, 0.06835649635900812, - 0.3509560198653693, + 0.35095601986536956, 0.3309112561921394, 0.17152888063095317 ], "resistance": [ - 97807.02689758489, + 97807.02689758487, 97273.97825624158, 96511.85365785044, 95929.71700530735, @@ -309850,7 +222347,7 @@ 97483.73965757972 ], "fuel": [ - 40.01945493121488, + 40.019454931214874, 39.743069196591705, 39.34974406414567, 39.05076491047716, @@ -309890,17 +222387,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1268.0108522158084, + 1268.010852215803, 507.5815433486273, - -422.0681661850067, + -422.06816618500693, -1026.4078823847826, - -1074.2074136524761, + -1074.2074136524757, -578.0730098544068, 323.58411448806874, 1158.1366078545748 ], "relative wind speed": [ - 2.938237252082417, + 2.9382372520824167, 2.6815392294876905, 2.2319821496849594, 1.8167172918912726, @@ -309910,17 +222407,17 @@ 2.9093734411767787 ], "relative wind angle": [ - 0.06539260328334515, + 0.06539260328334853, 0.20672277304684605, - 0.26583472170016004, + 0.2658347217001605, 0.15410784737546238, - 0.10871092002034109, + 0.10871092002034008, 0.26027276687879647, 0.22708998938404423, 0.09599740424724343 ], "resistance": [ - 97902.51085221584, + 97902.51085221583, 97142.08154334866, 96212.43183381502, 95608.09211761525, @@ -309930,7 +222427,7 @@ 97792.6366078546 ], "fuel": [ - 40.87987202548126, + 40.87987202548125, 40.485640925388125, 40.00660372746251, 39.696919615626584, @@ -309970,34 +222467,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1327.0179658288853, + 1327.0179658288816, 568.6538043404612, - -390.14038617899064, + -390.14038617899087, -1037.0201446488527, -1111.0354215991263, - -631.8571196936268, + -631.8571196936266, 283.5932596835487, - 1156.8235807212077 + 1156.8235807212068 ], "relative wind speed": [ - 2.9824232604929977, + 2.9824232604929963, 2.7352958778543637, 2.2851863088001645, 1.854531797552056, 1.7826418317519805, 2.1426191601949838, 2.617362019116579, - 2.9382600662484037 + 2.938260066248404 ], "relative wind angle": [ 0.05748623897385532, 0.2011600776455744, - 0.26638017174190814, + 0.2663801717419086, 0.16477412249644213, - 0.0962722065923437, - 0.25792544035785364, + 0.09627220659234369, + 0.2579254403578536, 0.23190553264509042, - 0.10371580736952998 + 0.10371580736953107 ], "resistance": [ 97961.51796582885, @@ -310037,68 +222534,7 @@ "id": "5692", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.414085025196247, - 13.414085025196247, - 13.414085025196247, - 13.414085025196247, - 13.414085025196247, - 13.414085025196247, - 13.414085025196247, - 13.414085025196247 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1236.9946613097554, - 661.8523708385655, - -251.8062124413782, - -984.3034320457482, - -1153.119144671009, - -860.8519297222801, - -43.93453372730346, - 837.4738735604296 - ], - "relative wind speed": [ - 4.098203906647148, - 3.976214597093187, - 3.711957295414161, - 3.448249534976658, - 3.35436422972831, - 3.498106934329167, - 3.7773545879570696, - 4.019528553284824 - ], - "relative wind angle": [ - 0.008018513849751257, - 0.07204880367307506, - 0.10036743597786132, - 0.06958737642364733, - 0.009796693512286413, - 0.08191690318897257, - 0.09862406952359816, - 0.05968447028754377 - ], - "resistance": [ - 97871.49466130976, - 97296.35237083856, - 96382.69378755862, - 95650.19656795425, - 95481.38085532899, - 95773.64807027772, - 96590.5654662727, - 97471.97387356043 - ], - "fuel": [ - 44.0890288492842, - 43.79072462995005, - 43.3193757971722, - 42.943730026814535, - 42.85743953382233, - 43.00689964117804, - 43.426342096994354, - 43.88168221655811 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 22.03125, -46.09375 22.1875, -45.9375 22.1875, -45.9375 22.03125, -46.09375 22.03125))", @@ -310117,68 +222553,7 @@ "id": "5693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.419941557880513, - 17.419941557880513, - 17.419941557880513, - 17.419941557880513, - 17.419941557880513, - 17.419941557880513, - 17.419941557880513, - 17.419941557880513 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1414.8599758444307, - 1086.171454918076, - 65.28951354085257, - -959.0060753100333, - -1403.374175107916, - -1265.3528530013045, - -452.64391807726497, - 651.1564249198418 - ], - "relative wind speed": [ - 5.177204989581639, - 5.125889850418001, - 4.913235944174144, - 4.652896430281478, - 4.50136504818852, - 4.559714030790086, - 4.7880947524122215, - 5.041457488690758 - ], - "relative wind angle": [ - 0.012115527497584206, - 0.03797595780245491, - 0.06883763584796934, - 0.060928268862133116, - 0.01393467629469008, - 0.04269410877299742, - 0.07063972992007307, - 0.05622717197183298 - ], - "resistance": [ - 98049.35997584443, - 97720.67145491808, - 96699.78951354085, - 95675.49392468997, - 95231.12582489208, - 95369.1471469987, - 96181.85608192274, - 97285.65642491984 - ], - "fuel": [ - 47.96549501435496, - 47.794648645428246, - 47.26657595293962, - 46.74063502766437, - 46.513681359985895, - 46.584094803277054, - 47.00014681806235, - 47.569153781358644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 21.875, -46.25 22.03125, -46.09375 22.03125, -46.09375 21.875, -46.25 21.875))", @@ -310197,68 +222572,7 @@ "id": "5694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.542943810734576, - 12.542943810734576, - 12.542943810734576, - 12.542943810734576, - 12.542943810734576, - 12.542943810734576, - 12.542943810734576, - 12.542943810734576 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1176.0787878342053, - 704.2714444310013, - -132.42475106119946, - -855.6012589430447, - -1057.915019690029, - -858.4960102687619, - -137.29487958680784, - 700.1513575763902 - ], - "relative wind speed": [ - 3.85538745574459, - 3.7563809178477072, - 3.504695008343672, - 3.2329571298036366, - 3.1129204332352693, - 3.231700551968887, - 3.5030556598571683, - 3.7552994893108353 - ], - "relative wind angle": [ - 0.0002138083115731479, - 0.0697830080610069, - 0.10612371630175708, - 0.08146592597102295, - 0.00026480403267404597, - 0.08113575142294764, - 0.1061735671467479, - 0.07011432719066925 - ], - "resistance": [ - 97810.57878783421, - 97338.771444431, - 96502.0752489388, - 95778.89874105695, - 95576.58498030997, - 95776.00398973124, - 96497.20512041319, - 97334.6513575764 - ], - "fuel": [ - 43.37443298104097, - 43.129740867113, - 42.697844413683754, - 42.326644780709174, - 42.223147412194166, - 42.32516284278784, - 42.69533811440029, - 43.127607726300255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 21.875, -46.09375 22.03125, -45.9375 22.03125, -45.9375 21.875, -46.09375 21.875))", @@ -310277,68 +222591,7 @@ "id": "5695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.386612007996613, - 14.386612007996613, - 14.386612007996613, - 14.386612007996613, - 14.386612007996613, - 14.386612007996613, - 14.386612007996613, - 14.386612007996613 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1322.2703966290828, - 961.7217479059564, - 18.21416239498558, - -894.5805621251557, - -1261.8183223369888, - -1109.5799384300226, - -344.08789626991074, - 655.9876366375538 - ], - "relative wind speed": [ - 4.371840300506641, - 4.305355463961781, - 4.066979109824098, - 3.780843932383117, - 3.6214467827583534, - 3.700240362789862, - 3.960750602315072, - 4.234747167476068 - ], - "relative wind angle": [ - 0.012202924986694213, - 0.0528902901323785, - 0.09239410325655266, - 0.08024032269296354, - 0.01473163850061185, - 0.061549818091894505, - 0.09487950484755985, - 0.07162410073761323 - ], - "resistance": [ - 97956.7703966291, - 97596.22174790598, - 96652.714162395, - 95739.91943787487, - 95372.68167766303, - 95524.92006157, - 96290.41210373011, - 97290.48763663757 - ], - "fuel": [ - 44.95484916969237, - 44.76758807254809, - 44.27983999398347, - 43.81112150249416, - 43.623420144154196, - 43.701170830038635, - 44.09342745030617, - 44.60917544817133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 21.71875, -46.25 21.875, -46.09375 21.875, -46.09375 21.71875, -46.25 21.71875))", @@ -310357,68 +222610,7 @@ "id": "5696", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.786718209919151, - 11.786718209919151, - 11.786718209919151, - 11.786718209919151, - 11.786718209919151, - 11.786718209919151, - 11.786718209919151, - 11.786718209919151 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1038.1578972054722, - 541.6833555056983, - -227.19625693751823, - -832.6591950306956, - -965.8189782318991, - -704.7935414717413, - -12.124011107358456, - 723.7037563847871 - ], - "relative wind speed": [ - 3.629385316042504, - 3.508843230221761, - 3.254767375512097, - 3.0039447132602284, - 2.919260795926916, - 3.063093298067773, - 3.331817926934617, - 3.55961199102047 - ], - "relative wind angle": [ - 0.010677276937602617, - 0.07945045003113989, - 0.10931522150967185, - 0.07453223329128414, - 0.013274714616286534, - 0.09104230034747769, - 0.10677746545848485, - 0.0628807166816644 - ], - "resistance": [ - 97672.65789720547, - 97176.1833555057, - 96407.30374306248, - 95801.84080496931, - 95668.6810217681, - 95929.70645852826, - 96622.37598889264, - 97358.20375638478 - ], - "fuel": [ - 42.75050149423258, - 42.49329388164371, - 42.09677200983282, - 41.786074548514776, - 41.717925683540244, - 41.851576067047446, - 42.20746614327622, - 42.587486350329755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 21.71875, -46.09375 21.875, -45.9375 21.875, -45.9375 21.71875, -46.09375 21.71875))", @@ -310437,68 +222629,7 @@ "id": "5697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.762550561086698, - 11.762550561086698, - 11.762550561086698, - 11.762550561086698, - 11.762550561086698, - 11.762550561086698, - 11.762550561086698, - 11.762550561086698 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1040.1041628624534, - 774.0672578549293, - 38.61203575338368, - -680.8067919694363, - -981.4307694527765, - -868.6638796257657, - -277.3114165594743, - 506.6105900040611 - ], - "relative wind speed": [ - 3.6271106963130095, - 3.5681789552156267, - 3.3437901007895228, - 3.067826925909757, - 2.9086532184076197, - 2.980653366598935, - 3.2303658167649125, - 3.4935130600763946 - ], - "relative wind angle": [ - 0.01573054633523346, - 0.0599288670925961, - 0.10765601500310834, - 0.09611015440829469, - 0.019616549251874633, - 0.07176026466450318, - 0.1114514810806145, - 0.08436927119355804 - ], - "resistance": [ - 97674.60416286244, - 97408.56725785491, - 96673.11203575337, - 95953.69320803056, - 95653.0692305472, - 95765.83612037422, - 96357.18858344051, - 97141.11059000404 - ], - "fuel": [ - 42.734481777428414, - 42.59654056291889, - 42.21657442019419, - 41.846840675100495, - 41.6929103413631, - 41.75061164817416, - 42.0539734711819, - 42.45812866705862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 21.5625, -46.25 21.71875, -46.09375 21.71875, -46.09375 21.5625, -46.25 21.5625))", @@ -310517,68 +222648,7 @@ "id": "5698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.628715395745017, - 11.628715395745017, - 11.628715395745017, - 11.628715395745017, - 11.628715395745017, - 11.628715395745017, - 11.628715395745017, - 11.628715395745017 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1081.5612313981328, - 533.1009708333941, - -276.9031882540994, - -891.4583998720127, - -1011.6081935295524, - -705.154843697243, - 36.161001049233164, - 798.4879588276708 - ], - "relative wind speed": [ - 3.6069700008854406, - 3.469384172186438, - 3.195186348684675, - 2.9323152653701903, - 2.854461239671323, - 3.0201912227300576, - 3.308922143727856, - 3.543967937291533 - ], - "relative wind angle": [ - 0.01587344066302987, - 0.08848213084069845, - 0.11804937209667908, - 0.07701554374210633, - 0.020058587079532474, - 0.10168464195282313, - 0.11397374415906855, - 0.06370354891005421 - ], - "resistance": [ - 97716.06123139811, - 97167.60097083337, - 96357.59681174588, - 95743.04160012797, - 95622.89180647043, - 95929.34515630275, - 96670.66100104921, - 97432.98795882765 - ], - "fuel": [ - 42.66239027278182, - 42.37821498652569, - 41.96057245993472, - 41.64533330138542, - 41.58386610302091, - 41.7407501974863, - 42.12170060032824, - 42.51558093709416 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 21.5625, -46.09375 21.71875, -45.9375 21.71875, -45.9375 21.5625, -46.09375 21.5625))", @@ -310597,68 +222667,7 @@ "id": "5699", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.375301252106471, - 10.375301252106471, - 10.375301252106471, - 10.375301252106471, - 10.375301252106471, - 10.375301252106471, - 10.375301252106471, - 10.375301252106471 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 965.3754771230215, - 543.8042410500975, - -148.51225468382017, - -719.7569360230818, - -864.7342938566644, - -663.4516681978189, - -54.02109561997668, - 624.0874015086056 - ], - "relative wind speed": [ - 3.250156868771103, - 3.1405468668478385, - 2.886190864448106, - 2.6196722269613466, - 2.514036816765716, - 2.649691711276181, - 2.9246885443837893, - 3.1656307761583395 - ], - "relative wind angle": [ - 0.005970574535206904, - 0.08735231071379071, - 0.12787565419968883, - 0.09425133105535373, - 0.007718813467415826, - 0.10358785821281243, - 0.1261833748383321, - 0.07795985325465128 - ], - "resistance": [ - 97599.87547712303, - 97178.30424105011, - 96485.98774531619, - 95914.74306397693, - 95769.76570614336, - 95971.0483318022, - 96580.47890438004, - 97258.58740150862 - ], - "fuel": [ - 41.782672579681076, - 41.56432540172152, - 41.207184107814456, - 40.913842359148404, - 40.83958774515553, - 40.942701920097846, - 41.255823614305015, - 41.605856012132136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 21.40625, -46.25 21.5625, -46.09375 21.5625, -46.09375 21.40625, -46.25 21.40625))", @@ -310677,68 +222686,7 @@ "id": "5700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.52476680685915, - 10.52476680685915, - 10.52476680685915, - 10.52476680685915, - 10.52476680685915, - 10.52476680685915, - 10.52476680685915, - 10.52476680685915 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 906.0954523616115, - 249.53708290036047, - -501.16598716792396, - -929.9441452832775, - -913.012105875458, - -441.6752011389708, - 318.69381976470777, - 945.7767996357411 - ], - "relative wind speed": [ - 3.2915294579742054, - 3.0863041612399362, - 2.7815552402429464, - 2.552843898694026, - 2.5651202886376687, - 2.8086891768591293, - 3.1107810455526383, - 3.301059874766474 - ], - "relative wind angle": [ - 0.05041936212340612, - 0.12165650132031973, - 0.13116518144153158, - 0.054846560985490275, - 0.06471523342082483, - 0.13375012123690685, - 0.1172156933613849, - 0.042406523913813214 - ], - "resistance": [ - 97540.59545236158, - 96884.03708290034, - 96133.33401283204, - 95704.55585471669, - 95721.48789412451, - 96192.824798861, - 96953.19381976468, - 97580.27679963571 - ], - "fuel": [ - 41.844207984179604, - 41.504584239220215, - 41.118226956888776, - 40.8984926719369, - 40.907156794544136, - 41.148768013568564, - 41.54028197548635, - 41.86478570710137 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 21.40625, -46.09375 21.5625, -45.9375 21.5625, -45.9375 21.40625, -46.09375 21.40625))", @@ -310757,68 +222705,7 @@ "id": "5701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.420142270388723, - 11.420142270388723, - 11.420142270388723, - 11.420142270388723, - 11.420142270388723, - 11.420142270388723, - 11.420142270388723, - 11.420142270388723 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1008.0240545792358, - 420.25688047317, - -365.113192304897, - -907.1562528063773, - -975.0936724787584, - -606.7709037611903, - 139.77966617863422, - 848.1139668561445 - ], - "relative wind speed": [ - 3.5373030728839554, - 3.3785834319235684, - 3.099695162807033, - 2.854945707068075, - 2.810046789874954, - 2.999008166753196, - 3.286451869173119, - 3.5011656630919896 - ], - "relative wind angle": [ - 0.02657447011580438, - 0.0959565312768303, - 0.11763421468565453, - 0.0668730522432709, - 0.03345439874353247, - 0.10814632124310895, - 0.11092111139315626, - 0.05451647178865478 - ], - "resistance": [ - 97642.52405457928, - 97054.75688047321, - 96269.38680769515, - 95727.34374719366, - 95659.40632752128, - 96027.72909623885, - 96774.27966617869, - 97482.61396685618 - ], - "fuel": [ - 42.4806894206233, - 42.17635174874519, - 41.77170447048468, - 41.49376557063134, - 41.45900696752814, - 41.64765660482515, - 42.03157762611363, - 42.39776290565684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 21.25, -46.25 21.40625, -46.09375 21.40625, -46.09375 21.25, -46.25 21.25))", @@ -310850,17 +222737,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 918.9744282948686, + 918.9744282948641, 180.22073686791828, - -611.8149051468763, + -611.8149051468749, -1017.9674415208938, - -958.2010883574858, + -958.2010883574862, -401.1404646595429, 425.02014427599534, 1059.2071473578944 ], "relative wind speed": [ - 3.443831619554013, + 3.4438316195540124, 3.2171586076431953, 2.9046747179983647, 2.6910309827296652, @@ -310870,11 +222757,11 @@ 3.4759568356346273 ], "relative wind angle": [ - 0.057741839322689, - 0.12237715630687132, - 0.12309684657597526, + 0.057741839322690926, + 0.12237715630687133, + 0.12309684657597436, 0.04150536085926647, - 0.07280993877545774, + 0.07280993877545776, 0.13147757661198575, 0.10830451337262913, 0.03212909840744003 @@ -310917,68 +222804,7 @@ "id": "5703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.884465807407274, - 10.884465807407274, - 10.884465807407274, - 10.884465807407274, - 10.884465807407274, - 10.884465807407274, - 10.884465807407274, - 10.884465807407274 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 676.5060114745393, - -51.84591558961938, - -710.6709700389792, - -932.6090880722882, - -780.2069908406897, - -168.57938837788151, - 577.383898915371, - 1035.431720916442 - ], - "relative wind speed": [ - 3.315928888884092, - 3.0695874320327965, - 2.7871929999818934, - 2.6462167388609075, - 2.751930845180195, - 3.024258714114348, - 3.286344923108681, - 3.400888816730505 - ], - "relative wind angle": [ - 0.07566915048237832, - 0.12324259107907978, - 0.10170213350005759, - 0.008631374170226556, - 0.09121671902600853, - 0.12509942103475027, - 0.08621307974310084, - 0.006716001650255423 - ], - "resistance": [ - 97311.00601147456, - 96582.6540844104, - 95923.82902996104, - 95701.89091192772, - 95854.29300915933, - 96465.92061162213, - 97211.88389891539, - 97669.93172091646 - ], - "fuel": [ - 41.953371392560825, - 41.57732988937918, - 41.23888482629043, - 41.12523666643838, - 41.20325770291734, - 41.51724499484344, - 41.902079501652594, - 42.13940755839202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 21.09375, -46.5625 21.25, -46.40625 21.25, -46.40625 21.09375, -46.5625 21.09375))", @@ -311010,9 +222836,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1373.7669539916296, + 1373.766953991555, 743.041531203723, - -252.0859408169208, + -252.08594081692354, -1050.3184996534387, -1238.6644231772943, -918.5461289939012, @@ -311020,9 +222846,9 @@ 931.008873021774 ], "relative wind speed": [ - 3.8348703255454906, + 3.83487032554549, 3.692335549871139, - 3.3783809162701406, + 3.37838091627014, 3.057279162495764, 2.940130148535142, 3.11725101511451, @@ -311030,17 +222856,17 @@ 3.742143747458648 ], "relative wind angle": [ - 0.010078885169669774, - 0.09321679963614692, - 0.13282039558139394, + 0.01007888516970282, + 0.0932167996361469, + 0.13282039558139477, 0.09467947236905197, - 0.01314624680680249, + 0.013146246806802491, 0.1104786249713464, 0.1298574515328951, 0.07731329014505103 ], "resistance": [ - 98008.26695399167, + 98008.2669539916, 97377.54153120377, 96382.41405918312, 95584.1815003466, @@ -311050,7 +222876,7 @@ 97565.50887302181 ], "fuel": [ - 43.217804244112074, + 43.21780424411203, 42.89041541525205, 42.376887662723675, 41.96762936466157, @@ -311090,9 +222916,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1345.4576115974369, + 1345.4576115974087, 547.5053174010163, - -504.0061388544964, + -504.0061388544973, -1219.9167920740301, -1302.0870601658708, -795.4882378352959, @@ -311110,17 +222936,17 @@ 4.001088151576577 ], "relative wind angle": [ - 0.028895733397255728, + 0.028895733397267257, 0.10002598089399829, - 0.12157923702347834, - 0.06788191224066445, - 0.03663856877613076, - 0.11286150500383656, + 0.12157923702347925, + 0.06788191224066446, + 0.03663856877613077, + 0.11286150500383657, 0.1140341332587475, 0.054848699571616755 ], "resistance": [ - 97979.95761159742, + 97979.95761159739, 97182.005317401, 96130.49386114549, 95414.58320792596, @@ -311130,7 +222956,7 @@ 97786.73671595607 ], "fuel": [ - 43.813350472246185, + 43.81335047224617, 43.39949199596869, 42.85774311583755, 42.49125316870642, @@ -311170,37 +222996,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1726.7403623355876, + 1726.7403623355185, 1173.2079819913142, - -41.55190770506306, - -1165.4175916871836, + -41.551907705067606, + -1165.4175916871854, -1571.9233300915912, -1336.8496411352435, -329.38910143142584, 928.8634027051394 ], "relative wind speed": [ - 4.423238016525442, + 4.423238016525441, 4.3226078943584, 4.009824938073607, - 3.643213885467896, + 3.6432138854678966, 3.451290699612762, 3.576521080002172, 3.923996178651613, 4.26654832725511 ], "relative wind angle": [ - 0.00977583533428364, - 0.07249218408093543, - 0.1215018808466549, - 0.10290172200772195, - 0.012529019670905948, - 0.08765001914724123, - 0.12417306063754636, - 0.08782585521669019 + 0.009775835334306354, + 0.07249218408093541, + 0.12150188084665675, + 0.10290172200772305, + 0.01252901967090595, + 0.08765001914724124, + 0.12417306063754638, + 0.0878258552166902 ], "resistance": [ - 98361.24036233561, + 98361.24036233553, 97807.70798199133, 96592.94809229494, 95469.08240831282, @@ -311210,7 +223036,7 @@ 97563.36340270516 ], "fuel": [ - 44.97995629121825, + 44.97995629121821, 44.69182930812919, 44.063513923014405, 43.48710214774119, @@ -311237,68 +223063,7 @@ "id": "5707", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.36446027720778, - 17.36446027720778, - 17.36446027720778, - 17.36446027720778, - 17.36446027720778, - 17.36446027720778, - 17.36446027720778, - 17.36446027720778 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1884.3641279572603, - 1186.167309669363, - -165.5812420911352, - -1369.545809878975, - -1743.8307857685231, - -1449.6147885757255, - -300.56972253063213, - 1072.336389045 - ], - "relative wind speed": [ - 5.259235644200517, - 5.151758885597278, - 4.859498698863423, - 4.538263036234495, - 4.3877510665428705, - 4.513457584584884, - 4.826716417910009, - 5.129920817822141 - ], - "relative wind angle": [ - 0.0031293362387947933, - 0.05758121742685515, - 0.08978928251202647, - 0.07051613605812955, - 0.0037508801593514433, - 0.0657354755747284, - 0.09040077789009136, - 0.062371925125796986 - ], - "resistance": [ - 98518.86412795729, - 97820.6673096694, - 96468.91875790889, - 95264.95419012106, - 94890.6692142315, - 95184.8852114243, - 96333.9302774694, - 97706.83638904503 - ], - "fuel": [ - 48.150604611955096, - 47.786954702883534, - 47.08806343051257, - 46.47130536158356, - 46.28066846028278, - 46.43047949982521, - 47.018644057054466, - 47.72783880578492 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 20.78125, -46.5625 20.9375, -46.40625 20.9375, -46.40625 20.78125, -46.5625 20.78125))", @@ -311330,9 +223095,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2407.241065076887, + 2407.2410650757483, 1482.1132421310285, - -256.8108487233203, + -256.81084872333486, -1789.3722900619814, -2243.1237249648166, -1854.3671319722944, @@ -311340,29 +223105,29 @@ 1389.7777157079872 ], "relative wind speed": [ - 6.307737896889947, + 6.307737896889946, 6.188779496692117, - 5.876216718378372, + 5.876216718378371, 5.539259163964526, 5.386524366123249, 5.522790097769817, - 5.854253086547556, + 5.854253086547557, 6.174043248725757 ], "relative wind angle": [ - 0.0017464014906296416, + 0.0017464014908203577, 0.05139128894199863, - 0.07846554982592346, + 0.07846554982592488, 0.06024089150813242, 0.0020450747452026878, - 0.05759501969742279, - 0.07876054119104749, + 0.0575950196974228, + 0.0787605411910489, 0.05404084235942922 ], "resistance": [ - 99041.74106507692, + 99041.74106507578, 98116.61324213106, - 96377.6891512767, + 96377.68915127669, 94845.12770993805, 94391.37627503522, 94780.13286802774, @@ -311370,9 +223135,9 @@ 98024.27771570801 ], "fuel": [ - 52.82527390468238, + 52.825273904681794, 52.342019524613576, - 51.44228550248223, + 51.44228550248222, 50.658653464544415, 50.42831735066223, 50.62561337014859, @@ -311410,47 +223175,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2411.3657307155772, + 2411.365730715046, 1487.655251997614, - -270.97600747940305, + -270.97600747941397, -1826.479498997429, - -2287.5810577763586, + -2287.5810577763514, -1900.967541767266, - -397.0527138451944, + -397.0527138452053, 1381.9229050638096 ], "relative wind speed": [ - 7.036325556506587, + 7.036325556506585, 6.929656314879403, 6.649428654504609, 6.350057234602646, - 6.214885611717506, + 6.214885611717507, 6.333604334147578, 6.627199942097267, 6.914582678741471 ], "relative wind angle": [ - 0.001582600923245166, + 0.0015826009233153178, 0.04078521401757855, - 0.06180714060652769, - 0.04699284097570717, - 0.0017917782124401663, + 0.06180714060652948, + 0.046992840975707176, + 0.0017917782124401665, 0.04462592789845204, - 0.06201471758754815, + 0.062014717587549936, 0.04315372735597886 ], "resistance": [ - 99045.86573071558, + 99045.86573071504, 98122.15525199761, - 96363.5239925206, + 96363.52399252058, 94808.02050100257, - 94346.91894222364, + 94346.91894222365, 94733.53245823273, - 96237.44728615481, + 96237.4472861548, 98016.42290506381 ], "fuel": [ - 56.77333753574241, + 56.77333753574213, 56.29080691366279, 55.38090445064722, 54.58569002771465, @@ -311477,68 +223242,7 @@ "id": "5710", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.258608424993806, - 22.258608424993806, - 22.258608424993806, - 22.258608424993806, - 22.258608424993806, - 22.258608424993806, - 22.258608424993806, - 22.258608424993806 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2263.3890390880333, - 1318.6017315751487, - -338.53381818398157, - -1754.2871142339773, - -2128.17516443738, - -1717.3969382645737, - -276.13540862136324, - 1370.976564985438 - ], - "relative wind speed": [ - 6.594236550377617, - 6.47631496653079, - 6.190718146256944, - 5.894925043940601, - 5.771672586977324, - 5.903685678276824, - 6.2025131170523595, - 6.4842901585234065 - ], - "relative wind angle": [ - 0.0008963159239097092, - 0.04556632742948295, - 0.06648426009161316, - 0.04864423512358434, - 0.001024056611121504, - 0.04998956525891108, - 0.06635764463285378, - 0.04421987211002327 - ], - "resistance": [ - 98897.88903908804, - 97953.10173157517, - 96295.96618181604, - 94880.21288576604, - 94506.32483556264, - 94917.10306173544, - 96358.36459137865, - 98005.47656498545 - ], - "fuel": [ - 54.38870780253045, - 53.8957242794785, - 53.03906443198943, - 52.3152817882746, - 52.125382052799736, - 52.334046699248425, - 53.07113628735197, - 53.922966146762874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 20.625, -46.40625 20.78125, -46.25 20.78125, -46.25 20.625, -46.40625 20.625))", @@ -311557,68 +223261,7 @@ "id": "5711", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.24451582330629, - 26.24451582330629, - 26.24451582330629, - 26.24451582330629, - 26.24451582330629, - 26.24451582330629, - 26.24451582330629, - 26.24451582330629 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2462.5405247263516, - 1535.622856709444, - -269.5737036285718, - -1877.976036649463, - -2364.853731615527, - -1977.7899143218601, - -438.75174650376357, - 1393.9962736515918 - ], - "relative wind speed": [ - 7.673656945888802, - 7.57542658998856, - 7.313768701017159, - 7.034169153147184, - 6.906666573058563, - 7.014268746939074, - 7.286689334849795, - 7.556951660524538 - ], - "relative wind angle": [ - 0.0017668774098297182, - 0.0345376312579141, - 0.05245883701491699, - 0.039924310968039736, - 0.0019630906776833524, - 0.037301956937681936, - 0.052653968686707714, - 0.03716106686774425 - ], - "resistance": [ - 99097.0405247264, - 98170.1228567095, - 96364.92629637147, - 94756.52396335058, - 94269.64626838452, - 94656.71008567818, - 96195.74825349628, - 98028.49627365163 - ], - "fuel": [ - 60.577995914493684, - 60.09361893510295, - 59.159458124611405, - 58.33735032381796, - 58.090388982916394, - 58.286649365148435, - 59.07253260353047, - 60.019891057204475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 20.46875, -46.5625 20.625, -46.40625 20.625, -46.40625 20.46875, -46.5625 20.46875))", @@ -311650,9 +223293,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1708.4720151041129, + 1708.4720151036581, 955.791285974421, - -314.94839995061375, + -314.9483999506265, -1372.0525985779168, -1633.4358529358888, -1281.8245339148489, @@ -311660,9 +223303,9 @@ 1083.858679097033 ], "relative wind speed": [ - 5.989911767236186, + 5.989911767236185, 5.883767561528654, - 5.6417022867528805, + 5.64170228675288, 5.398480329874405, 5.304341493627165, 5.4218411026322535, @@ -311670,9 +223313,9 @@ 5.905208869146672 ], "relative wind angle": [ - 0.0026420232731421663, + 0.0026420232732262097, 0.04311106926649434, - 0.060796853973517466, + 0.0607968539735193, 0.04283929380827948, 0.002983497834541178, 0.046786594667469567, @@ -311680,9 +223323,9 @@ 0.03916126661122739 ], "resistance": [ - 98342.97201510414, + 98342.97201510369, 97590.29128597445, - 96319.55160004941, + 96319.5516000494, 95262.4474014221, 95001.06414706414, 95352.67546608517, @@ -311690,7 +223333,7 @@ 97718.35867909706 ], "fuel": [ - 51.52968230563191, + 51.52968230563167, 51.13822384218423, 50.48211419154751, 49.940887367639334, @@ -311717,68 +223360,7 @@ "id": "5713", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.97625218057635, - 22.97625218057635, - 22.97625218057635, - 22.97625218057635, - 22.97625218057635, - 22.97625218057635, - 22.97625218057635, - 22.97625218057635 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1775.3113143304072, - 1463.2048023391835, - 173.06985001251087, - -1183.8494262951535, - -1829.1697626601745, - -1698.7133078654515, - -699.7657832950536, - 732.6822829083212 - ], - "relative wind speed": [ - 6.7104530877439235, - 6.672789884098108, - 6.470484234029672, - 6.213765902728242, - 6.055144146569041, - 6.096624184023417, - 6.3109258477433166, - 6.563845259040857 - ], - "relative wind angle": [ - 0.011904736601778095, - 0.026261626110509355, - 0.05066397150510936, - 0.046396185649261394, - 0.013193180064762647, - 0.028744153524549943, - 0.051946041792811606, - 0.04392003135319734 - ], - "resistance": [ - 98409.81131433042, - 98097.7048023392, - 96807.56985001253, - 95450.65057370486, - 94805.33023733983, - 94935.78669213457, - 95934.73421670496, - 97367.18228290834 - ], - "fuel": [ - 55.151926216183675, - 54.98927063288592, - 54.320757436600914, - 53.62432110290562, - 53.29551557843482, - 53.36186117035337, - 53.871990027604646, - 54.60997293243668 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 20.3125, -46.5625 20.46875, -46.40625 20.46875, -46.40625 20.3125, -46.5625 20.3125))", @@ -311810,17 +223392,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1443.7375801359176, + 1443.737580134779, 872.2887629419893, - -177.71602314519987, + -177.71602314520715, -1095.0687447175442, - -1355.1018900963118, + -1355.1018900959334, -1115.6238937520338, -212.47862792783417, 843.1039865037128 ], "relative wind speed": [ - 5.225377541845272, + 5.225377541845271, 5.1365376884436005, 4.909584181942313, 4.669063855991795, @@ -311830,31 +223412,31 @@ 5.130928144215968 ], "relative wind angle": [ - 0.0007962374476154712, + 0.0007962374478943385, 0.045026767646723774, - 0.06749724335966419, - 0.050800244572727735, - 0.0009117986765633994, + 0.06749724335966585, + 0.05080024457272774, + 0.0009117986764416375, 0.049604063428089616, - 0.06761175160627071, - 0.0462240017295201 + 0.0676117516062707, + 0.046224001729520105 ], "resistance": [ - 98078.23758013592, + 98078.23758013478, 97506.78876294199, - 96456.7839768548, + 96456.78397685479, 95539.43125528246, - 95279.39810990369, + 95279.39810990407, 95518.87610624796, 96422.02137207217, 97477.60398650372 ], "fuel": [ - 48.19641570696426, + 48.196415706963684, 47.8995836078303, 47.35733906832485, 46.88695664292854, - 46.75419148149378, + 46.75419148149397, 46.87645263901211, 47.33945708772699, 47.884456546429476 @@ -311890,19 +223472,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1090.4237166753664, + 1090.4237166753846, 843.702383380205, - 57.935796208482316, + 57.93579620847868, -734.009788117045, -1081.5237432312588, -977.8650408030389, - -354.23302165836776, + -354.2330216583714, 497.39126792420757 ], "relative wind speed": [ - 4.492270305342534, + 4.492270305342532, 4.4479012506766775, - 4.259437465262719, + 4.259437465262718, 4.027247763380931, 3.8908454515235023, 3.941490236970308, @@ -311910,17 +223492,17 @@ 4.370405733595761 ], "relative wind angle": [ - 0.01283301386951746, - 0.0386554647151357, - 0.07066460252355942, - 0.06296774141862113, + 0.012833013869508808, + 0.03865546471513571, + 0.07066460252355944, + 0.06296774141862115, 0.014816803927713968, 0.043624973923232696, - 0.07262881158169529, - 0.05801781239986042 + 0.07262881158169682, + 0.05801781239986041 ], "resistance": [ - 97724.92371667537, + 97724.92371667539, 97478.20238338021, 96692.43579620848, 95900.49021188295, @@ -311930,7 +223512,7 @@ 97131.8912679242 ], "fuel": [ - 45.46565682567862, + 45.46565682567863, 45.33767575056088, 44.93158665378432, 44.524628866475155, @@ -311957,68 +223539,7 @@ "id": "5716", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.396872729612019, - 13.396872729612019, - 13.396872729612019, - 13.396872729612019, - 13.396872729612019, - 13.396872729612019, - 13.396872729612019, - 13.396872729612019 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1345.522804053402, - 652.9490651580336, - -362.2405118157194, - -1126.3879443896067, - -1270.9177903911868, - -879.4291029807637, - 53.088168377944385, - 1004.5439071938126 - ], - "relative wind speed": [ - 4.1301853182060615, - 3.97766130444793, - 3.678235523137421, - 3.3947242956569617, - 3.313707148562325, - 3.4953249314270547, - 3.809155978099077, - 4.063856885476443 - ], - "relative wind angle": [ - 0.015945041093226135, - 0.08439076994405033, - 0.11123458301005658, - 0.0713916462270787, - 0.019874272682584758, - 0.0960700097013929, - 0.10739642413294127, - 0.05962135604926846 - ], - "resistance": [ - 97980.0228040534, - 97287.44906515803, - 96272.25948818428, - 95508.1120556104, - 95363.58220960881, - 95755.07089701924, - 96687.58816837794, - 97639.04390719382 - ], - "fuel": [ - 44.131478320831526, - 43.77213854726217, - 43.24863612574673, - 42.8571182199406, - 42.783311379690346, - 42.98341220043574, - 43.46234497786756, - 43.95433940792677 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 21.09375, -46.09375 21.25, -45.9375 21.25, -45.9375 21.09375, -46.09375 21.09375))", @@ -312037,68 +223558,7 @@ "id": "5717", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.626887349634863, - 13.626887349634863, - 13.626887349634863, - 13.626887349634863, - 13.626887349634863, - 13.626887349634863, - 13.626887349634863, - 13.626887349634863 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1116.1534867840455, - 417.3515703546127, - -481.7457957913857, - -1072.9083404778266, - -1124.1770477871323, - -666.7450426817759, - 202.98085981908116, - 994.8529556809635 - ], - "relative wind speed": [ - 4.130949476626887, - 3.9663227179300216, - 3.6949371239235487, - 3.4706221407784015, - 3.442564205501734, - 3.6310158337134713, - 3.906844191633101, - 4.107404757676612 - ], - "relative wind angle": [ - 0.025757543973712296, - 0.08044022033092742, - 0.09332500663690806, - 0.04849671980021527, - 0.030909602346489894, - 0.08788685595348573, - 0.08824949875602688, - 0.04097353825947736 - ], - "resistance": [ - 97750.65348678405, - 97051.85157035463, - 96152.75420420863, - 95561.5916595222, - 95510.32295221288, - 95967.75495731823, - 96837.4808598191, - 97629.35295568098 - ], - "fuel": [ - 44.200678237785155, - 43.838711514062375, - 43.37566833162498, - 43.07285343047177, - 43.04665301805845, - 43.28076520653248, - 43.72803558384527, - 44.137716429843096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 20.9375, -46.25 21.09375, -46.09375 21.09375, -46.09375 20.9375, -46.25 20.9375))", @@ -312117,68 +223577,7 @@ "id": "5718", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.42473593119666, - 17.42473593119666, - 17.42473593119666, - 17.42473593119666, - 17.42473593119666, - 17.42473593119666, - 17.42473593119666, - 17.42473593119666 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1760.6897841728023, - 976.65057580535, - -320.2854355233103, - -1388.3184079202474, - -1650.0095667706228, - -1274.1035855733298, - -127.57597116414581, - 1138.9644534450108 - ], - "relative wind speed": [ - 5.2485673668057355, - 5.121490962888094, - 4.834092959004563, - 4.543112971833129, - 4.431963066624095, - 4.578218686877432, - 4.880707048320012, - 5.152657620391606 - ], - "relative wind angle": [ - 0.004456436133664432, - 0.05963824773487038, - 0.08456477956686435, - 0.05994581030739079, - 0.005277556710229539, - 0.06672515470108453, - 0.08375522504343358, - 0.05284733843630901 - ], - "resistance": [ - 98395.18978417282, - 97611.15057580537, - 96314.2145644767, - 95246.18159207977, - 94984.4904332294, - 95360.39641442668, - 96506.92402883587, - 97773.46445344502 - ], - "fuel": [ - 48.150847296521235, - 47.74297313807869, - 47.073300318277404, - 46.52652099804472, - 46.3931956679924, - 46.58479057347514, - 47.17240992692747, - 47.827224574707536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 20.9375, -46.09375 21.09375, -45.9375 21.09375, -45.9375 20.9375, -46.09375 20.9375))", @@ -312197,68 +223596,7 @@ "id": "5719", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.761343129124626, - 15.761343129124626, - 15.761343129124626, - 15.761343129124626, - 15.761343129124626, - 15.761343129124626, - 15.761343129124626, - 15.761343129124626 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1302.6356589765237, - 739.9781506628988, - -216.53433035122907, - -1018.2076243290012, - -1222.1763430185138, - -963.9636714642338, - -124.90964243345024, - 817.0297147341935 - ], - "relative wind speed": [ - 4.7122062687494015, - 4.612177502788701, - 4.378637030827044, - 4.139531092343672, - 4.044137104656373, - 4.157854196971001, - 4.4031205516962295, - 4.628629945893233 - ], - "relative wind angle": [ - 0.0026054362612093467, - 0.053119300239019104, - 0.07636183501630557, - 0.05498989197042119, - 0.0030358412026626315, - 0.058929972601516764, - 0.0759364052334417, - 0.049174244783832526 - ], - "resistance": [ - 97937.13565897652, - 97374.4781506629, - 96417.96566964877, - 95616.292375671, - 95412.32365698149, - 95670.53632853576, - 96509.59035756654, - 97451.52971473419 - ], - "fuel": [ - 46.212154064393076, - 45.92017472165424, - 45.42651611685103, - 45.015392813865404, - 44.91117286339133, - 45.04313538839197, - 45.47365642170755, - 45.960089404205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 21.09375, -45.9375 21.25, -45.78125 21.25, -45.78125 21.09375, -45.9375 21.09375))", @@ -312277,68 +223615,7 @@ "id": "5720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.899053038230672, - 13.899053038230672, - 13.899053038230672, - 13.899053038230672, - 13.899053038230672, - 13.899053038230672, - 13.899053038230672, - 13.899053038230672 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1005.6744573264177, - 313.53947393853923, - -525.6107998499183, - -1036.4485951862098, - -1048.5581677339496, - -569.5563012662933, - 262.6457006923383, - 976.9622019883882 - ], - "relative wind speed": [ - 4.1722754137494045, - 4.0066225042396635, - 3.7537922627501326, - 3.55963931653065, - 3.5531708962031536, - 3.7389679932199433, - 3.9927370554445627, - 4.166758150170477 - ], - "relative wind angle": [ - 0.02873084975254116, - 0.07588329014063502, - 0.0825977467300213, - 0.03772098723316814, - 0.03373867236271952, - 0.08132700937338799, - 0.07764441952910173, - 0.03222277314979688 - ], - "resistance": [ - 97640.17445732641, - 96948.03947393854, - 96108.88920015008, - 95598.05140481378, - 95585.94183226605, - 96064.94369873371, - 96897.14570069234, - 97611.46220198838 - ], - "fuel": [ - 44.37076432486167, - 44.01252690144505, - 43.580587569750676, - 43.31892495732633, - 43.312733943887146, - 43.558039521287014, - 43.9862554973135, - 44.35586790460421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 21.09375, -45.78125 21.25, -45.625 21.25, -45.625 21.09375, -45.78125 21.09375))", @@ -312357,68 +223634,7 @@ "id": "5721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.64944335315583, - 16.64944335315583, - 16.64944335315583, - 16.64944335315583, - 16.64944335315583, - 16.64944335315583, - 16.64944335315583, - 16.64944335315583 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1126.0740169143137, - 400.86605729201074, - -527.9042636706909, - -1129.5088612464679, - -1174.8981453462557, - -694.856618850692, - 207.74182647754606, - 1017.8777221613418 - ], - "relative wind speed": [ - 4.914779190268499, - 4.771068569682715, - 4.540964908242092, - 4.356838236958353, - 4.336799971473456, - 4.494418002929208, - 4.726788146699864, - 4.8970245107254735 - ], - "relative wind angle": [ - 0.018942569244106283, - 0.056666427640665026, - 0.06369657849949226, - 0.03180856240323493, - 0.02146747116828281, - 0.060158578846688814, - 0.06118929394391985, - 0.028298794037414608 - ], - "resistance": [ - 97760.57401691432, - 97035.36605729202, - 96106.59573632933, - 95504.99113875354, - 95459.60185465375, - 95939.64338114932, - 96842.24182647756, - 97652.37772216136 - ], - "fuel": [ - 47.00543660749362, - 46.62980089003932, - 46.15158411930838, - 45.84353543794764, - 45.820348715039344, - 46.06596197412438, - 46.53009836657227, - 46.949270004372195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 20.9375, -45.9375 21.09375, -45.78125 21.09375, -45.78125 20.9375, -45.9375 20.9375))", @@ -312437,68 +223653,7 @@ "id": "5722", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.54784918354411, - 15.54784918354411, - 15.54784918354411, - 15.54784918354411, - 15.54784918354411, - 15.54784918354411, - 15.54784918354411, - 15.54784918354411 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1117.5093562634202, - 568.4731725471383, - -282.22276165864423, - -946.9265228842105, - -1086.1007484361999, - -793.8839164750289, - -23.429048821212746, - 785.7778833342572 - ], - "relative wind speed": [ - 4.614799842144702, - 4.509275551065162, - 4.29394609694238, - 4.08901106212745, - 4.023187760898342, - 4.141117161716986, - 4.363994071839955, - 4.55657830793023 - ], - "relative wind angle": [ - 0.007607348761162576, - 0.051915717223818124, - 0.06894598695210771, - 0.04509945728639391, - 0.008726040359063948, - 0.05653591049963062, - 0.06783759642645769, - 0.040468963353562405 - ], - "resistance": [ - 97752.00935626343, - 97202.97317254715, - 96352.27723834137, - 95687.5734771158, - 95548.39925156381, - 95840.61608352499, - 96611.0709511788, - 97420.27788333427 - ], - "fuel": [ - 45.910946944179955, - 45.62640039986903, - 45.18772940838892, - 44.84684147735877, - 44.77567525864306, - 44.92518244629863, - 45.320894320833986, - 45.7388878279218 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 20.9375, -45.78125 21.09375, -45.625 21.09375, -45.625 20.9375, -45.78125 20.9375))", @@ -312517,68 +223672,7 @@ "id": "5723", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.928224536024839, - 14.928224536024839, - 14.928224536024839, - 14.928224536024839, - 14.928224536024839, - 14.928224536024839, - 14.928224536024839, - 14.928224536024839 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1006.6834418531589, - 481.0934965374563, - -298.1108085888018, - -884.6824083544388, - -993.0189441849534, - -696.3627824021523, - 20.384522500473395, - 748.4759670090625 - ], - "relative wind speed": [ - 4.42667781572655, - 4.318816857226678, - 4.111268951092689, - 3.9206448185252487, - 3.8672772288944888, - 3.9873713901649674, - 4.2010447820932155, - 4.379481003080449 - ], - "relative wind angle": [ - 0.010163538261873285, - 0.05318832822671759, - 0.06808921646386033, - 0.04234675768914951, - 0.011633753411911352, - 0.0576142540690245, - 0.06663197704159236, - 0.037907856573338436 - ], - "resistance": [ - 97641.18344185318, - 97115.59349653748, - 96336.38919141122, - 95749.81759164558, - 95641.48105581506, - 95938.13721759786, - 96654.88452250049, - 97382.97596700907 - ], - "fuel": [ - 45.275422602869426, - 45.003221256192994, - 44.60156544290746, - 44.300696367193396, - 44.24526757765111, - 44.397151264612646, - 44.76546697232886, - 45.141569329098054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 20.78125, -46.25 20.9375, -46.09375 20.9375, -46.09375 20.78125, -46.25 20.78125))", @@ -312610,19 +223704,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2261.2505037087467, + 2261.250503708299, 1288.9963062237111, -383.1978341369868, -1792.030064485898, - -2151.031849164301, + -2151.0318491639955, -1711.529887951001, -246.91861094154228, 1403.2559324500035 ], "relative wind speed": [ - 6.8840634022175236, + 6.884063402217522, 6.766142285055349, - 6.49000516099109, + 6.490005160991089, 6.2091114774128195, 6.096633188736766, 6.22724527717861, @@ -312630,31 +223724,31 @@ 6.782787024875373 ], "relative wind angle": [ - 0.001784535290608418, + 0.0017845352906706317, 0.0424425054237466, 0.06070221828240733, 0.043451839341239654, - 0.0020150229638666046, + 0.0020150229638115076, 0.04611792200640768, 0.06047341907502479, 0.039774734338229166 ], "resistance": [ - 98895.75050370875, + 98895.75050370832, 97923.49630622372, 96251.30216586303, 94842.46993551412, - 94483.46815083572, + 94483.46815083602, 94922.97011204902, 96387.58138905847, 98037.75593245002 ], "fuel": [ - 55.971966079066824, + 55.97196607906659, 55.46470794333252, 54.60049458836125, 53.88046623801558, - 53.69816779261555, + 53.698167792615706, 53.92140945630537, 54.67053616751281, 55.524138687882434 @@ -312677,68 +223771,7 @@ "id": "5725", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.860120381086503, - 19.860120381086503, - 19.860120381086503, - 19.860120381086503, - 19.860120381086503, - 19.860120381086503, - 19.860120381086503, - 19.860120381086503 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1373.2725975654485, - 960.9824513934327, - -42.69668072841705, - -997.9819532000311, - -1356.2532762043775, - -1184.0257110421062, - -358.05917774714, - 697.0088809737936 - ], - "relative wind speed": [ - 5.803552660689542, - 5.745876363034591, - 5.55750247584271, - 5.342352638197589, - 5.230059080485258, - 5.2933586966578545, - 5.490802100036488, - 5.700351722473466 - ], - "relative wind angle": [ - 0.005754302273540911, - 0.03118399552925664, - 0.05162021029686591, - 0.04238696366423138, - 0.006385289036034946, - 0.03385082570620439, - 0.05224784264117228, - 0.03972348786049305 - ], - "resistance": [ - 98007.77259756545, - 97595.48245139343, - 96591.80331927158, - 95636.51804679997, - 95278.24672379563, - 95450.47428895789, - 96276.44082225286, - 97331.5088809738 - ], - "fuel": [ - 50.766987154091964, - 50.55281409727649, - 50.03407534438542, - 49.54383006818006, - 49.36084347800818, - 49.44874885765505, - 49.87185819536469, - 50.41601943470207 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 20.625, -46.25 20.78125, -46.09375 20.78125, -46.09375 20.625, -46.25 20.625))", @@ -312757,68 +223790,7 @@ "id": "5726", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.828270017120836, - 22.828270017120836, - 22.828270017120836, - 22.828270017120836, - 22.828270017120836, - 22.828270017120836, - 22.828270017120836, - 22.828270017120836 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1902.981213249106, - 1307.059889327331, - -82.76160895590147, - -1390.771349419132, - -1866.3296765565665, - -1617.2607356441986, - -466.5480707127208, - 985.6703761472745 - ], - "relative wind speed": [ - 6.685757184820976, - 6.613393889596966, - 6.3858600407048645, - 6.12851205524333, - 5.996823075347013, - 6.076533336734128, - 6.315221902033891, - 6.56525522124897 - ], - "relative wind angle": [ - 0.005290546700848829, - 0.0330552550734831, - 0.05396919235862763, - 0.04384033543255131, - 0.005898348219360129, - 0.03597688992796897, - 0.054573454805654474, - 0.04092223959177991 - ], - "resistance": [ - 98537.48121324915, - 97941.55988932737, - 96551.73839104414, - 95243.72865058092, - 94768.17032344348, - 95017.23926435584, - 96167.95192928732, - 97620.17037614732 - ], - "fuel": [ - 55.005808624660524, - 54.69527336406865, - 53.976170570407405, - 53.3059631151945, - 53.063871191809426, - 53.190559472421626, - 53.778863362013546, - 54.528345442073274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 20.625, -46.09375 20.78125, -45.9375 20.78125, -45.9375 20.625, -46.09375 20.625))", @@ -312837,68 +223809,7 @@ "id": "5727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.166801296762145, - 18.166801296762145, - 18.166801296762145, - 18.166801296762145, - 18.166801296762145, - 18.166801296762145, - 18.166801296762145, - 18.166801296762145 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1133.032105393684, - 1161.1600180288751, - 348.04305627740905, - -639.5299610484526, - -1236.1971413354022, - -1247.9767469654198, - -683.0421630860437, - 297.72595575997 - ], - "relative wind speed": [ - 5.320609042637451, - 5.324869634286237, - 5.172950082664266, - 4.945567176644561, - 4.774899738304505, - 4.770147950882885, - 4.934484323383711, - 5.162355411704213 - ], - "relative wind angle": [ - 0.022444284797225385, - 0.020388366034472066, - 0.05278574776604593, - 0.05612519254722755, - 0.025009883861730517, - 0.022759722292375564, - 0.05533923874521149, - 0.05376594439782419 - ], - "resistance": [ - 97767.53210539372, - 97795.66001802892, - 96982.54305627746, - 95994.9700389516, - 95398.30285866464, - 95386.52325303463, - 95951.45783691399, - 96932.22595576002 - ], - "fuel": [ - 48.64139293336092, - 48.6560024909256, - 48.23485941081648, - 47.72666773771138, - 47.42138958990814, - 47.41537602014543, - 47.70436042101302, - 48.20887917141115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 20.46875, -46.25 20.625, -46.09375 20.625, -46.09375 20.46875, -46.25 20.46875))", @@ -312917,68 +223828,7 @@ "id": "5728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.37154440087243, - 20.37154440087243, - 20.37154440087243, - 20.37154440087243, - 20.37154440087243, - 20.37154440087243, - 20.37154440087243, - 20.37154440087243 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1433.8532734603923, - 942.0367714832573, - -108.40047285995024, - -1072.4455996764955, - -1395.8897624300516, - -1190.5430239965463, - -308.6106559529526, - 774.4761377251289 - ], - "relative wind speed": [ - 5.948499757583129, - 5.881304136153695, - 5.686816637070828, - 5.472935154509746, - 5.369109635522065, - 5.4426325709424725, - 5.645538431412619, - 5.853116130639627 - ], - "relative wind angle": [ - 0.003474182405702685, - 0.03235111337771893, - 0.05096391540534576, - 0.04010987212831746, - 0.003849089338446982, - 0.03495960874994038, - 0.05133687226403265, - 0.03750332680414449 - ], - "resistance": [ - 98068.35327346044, - 97576.5367714833, - 96526.09952714009, - 95562.05440032354, - 95238.61023756998, - 95443.9569760035, - 96325.88934404709, - 97408.97613772517 - ], - "fuel": [ - 51.43991777842778, - 51.18439493405507, - 50.641655283299826, - 50.147165923531546, - 49.982035920679905, - 50.08682777595512, - 50.538676597225255, - 51.09754451078017 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 20.46875, -46.09375 20.625, -45.9375 20.625, -45.9375 20.46875, -46.09375 20.46875))", @@ -313010,17 +223860,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1259.0711612879404, + 1259.0711612878276, 826.8204013796276, - -90.95074424154154, + -90.95074424156155, -931.9280069055094, - -1214.3260725472337, + -1214.326072547312, -1033.4360261091788, - -262.80881425199004, + -262.8088142519846, 682.7461692355228 ], "relative wind speed": [ - 5.176859098592257, + 5.1768590985922565, 5.109070827345389, 4.912727347286774, 4.695677431266308, @@ -313030,31 +223880,31 @@ 5.081164983837285 ], "relative wind angle": [ - 0.003976947133917836, + 0.003976947133945752, 0.03777382527152516, - 0.05976838887351579, - 0.04730776281018829, - 0.0044854637863550395, + 0.05976838887352137, + 0.047307762810188295, + 0.0044854637863797914, 0.04136889853062886, - 0.0602732641386643, + 0.060273264138662457, 0.043716330846185814 ], "resistance": [ - 97893.57116128797, + 97893.57116128785, 97461.32040137966, - 96543.5492557585, + 96543.54925575847, 95702.57199309452, - 95420.1739274528, + 95420.17392745272, 95601.06397389085, 96371.69118574804, 97317.24616923556 ], "fuel": [ - 48.05774182942873, + 48.05774182942868, 47.83339953605085, - 47.35937271171126, + 47.359372711711245, 46.92776160276708, - 46.783417900418456, + 46.783417900418414, 46.87584307877451, 47.27095679247245, 47.758778112601426 @@ -313090,9 +223940,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 703.548565836325, + 703.5485658363023, 649.2470437917564, - 144.95456436167387, + 144.9545643616757, -424.0833241694454, -733.9307339780407, -711.1151782504849, @@ -313100,9 +223950,9 @@ 241.68634385643236 ], "relative wind speed": [ - 3.7530206200780625, + 3.753020620078062, 3.7413704206870912, - 3.603161299063661, + 3.6031612990636606, 3.410944266203018, 3.2776418538044916, 3.290934103222027, @@ -313110,17 +223960,17 @@ 3.632293918366026 ], "relative wind angle": [ - 0.02156113515863823, + 0.02156113515864853, 0.029646504061550928, - 0.06603243846583622, + 0.06603243846583454, 0.06610924406443144, 0.024688888992197965, - 0.033705721321721706, + 0.03370572132172171, 0.06913498097901408, 0.06207523778827159 ], "resistance": [ - 97338.04856583636, + 97338.04856583633, 97283.74704379178, 96779.4545643617, 96210.41667583058, @@ -313130,7 +223980,7 @@ 96876.18634385646 ], "fuel": [ - 43.21198339089279, + 43.21198339089277, 43.183874443880285, 42.92335373218447, 42.630521473059304, @@ -313170,37 +224020,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 660.1102609279942, + 660.1102609279687, 489.3299259113237, - 10.906580323061462, + 10.906580323057824, -459.4829295427635, -653.1645788039659, -581.5793023598744, - -195.69763582283485, + -195.6976358228394, 316.0035801343338 ], "relative wind speed": [ - 3.6757783319458457, + 3.6757783319458452, 3.638161143101104, - 3.497129445974806, + 3.4971294459748057, 3.3289514968397302, 3.2349201352777626, 3.2771692242020927, - 3.427264253792523, + 3.4272642537925235, 3.590840647942567 ], "relative wind angle": [ - 0.009522923556967332, + 0.009522923556978992, 0.03604899238926783, - 0.06307650401179905, + 0.06307650401180082, 0.054285858519857975, 0.010820764853583692, 0.040021934003499605, - 0.06436408680511041, + 0.06436408680511387, 0.0503231751202066 ], "resistance": [ - 97294.61026092799, + 97294.61026092796, 97123.82992591133, 96645.40658032306, 96175.01707045724, @@ -313210,7 +224060,7 @@ 96950.50358013433 ], "fuel": [ - 43.028435872935425, + 43.028435872935404, 42.940096788670836, 42.6932019001443, 42.451283321763974, @@ -313250,53 +224100,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 910.5185372669939, + 910.518537266963, 634.616596966398, - -20.50689903635157, + -20.506899036355207, -639.8853093626367, -871.9477950757746, -755.8559772654598, - -216.27916874622133, + -216.27916874622588, 469.84285555812494 ], "relative wind speed": [ - 3.8692143185564714, + 3.869214318556471, 3.8115501414862116, - 3.6240249611089217, + 3.6240249611089213, 3.406544070632968, 3.2918911201230094, 3.3584895576141918, - 3.5600294480420542, + 3.5600294480420547, 3.768663434760724 ], "relative wind angle": [ - 0.008296765968653138, + 0.00829676596866652, 0.04761636174186442, - 0.07973990982960699, - 0.06663352087100484, + 0.0797399098296084, + 0.06663352087100485, 0.00975187362748255, 0.054045702053831295, - 0.08117645273180947, + 0.08117645273181222, 0.06022274386291283 ], "resistance": [ - 97545.01853726704, + 97545.01853726701, 97269.11659696644, 96613.9931009637, 95994.6146906374, 95762.55220492427, 95878.64402273459, - 96418.22083125383, + 96418.22083125381, 97104.34285555816 ], "fuel": [ - 43.502270732487055, + 43.50227073248705, 43.35935255942324, 43.02113109155333, 42.702832481446464, 42.58394316935829, 42.643393810230535, - 42.92036941406438, + 42.92036941406437, 43.274134279207196 ] }, @@ -313317,68 +224167,7 @@ "id": "5733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.626558387828444, - 13.626558387828444, - 13.626558387828444, - 13.626558387828444, - 13.626558387828444, - 13.626558387828444, - 13.626558387828444, - 13.626558387828444 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 949.3960191790784, - 733.8773714634608, - 51.40434282159822, - -635.5108017223074, - -936.7949686790262, - -846.1384741627744, - -304.37038589216263, - 434.6794877027287 - ], - "relative wind speed": [ - 4.074759231588581, - 4.0320634423842545, - 3.85117617864734, - 3.6278159030731705, - 3.4963650197596756, - 3.545517669312039, - 3.741212796384978, - 3.9581792430642695 - ], - "relative wind angle": [ - 0.01353299196150499, - 0.04106341750856237, - 0.07517198236957874, - 0.06717252712358529, - 0.015771890700433947, - 0.04670233777614947, - 0.07738582815397553, - 0.06155865847271406 - ], - "resistance": [ - 97583.8960191791, - 97368.37737146347, - 96685.90434282161, - 95998.9891982777, - 95697.70503132099, - 95788.36152583724, - 96330.12961410785, - 97069.17948770274 - ], - "fuel": [ - 44.113863881017174, - 44.00216907502642, - 43.64961048111451, - 43.29650724352686, - 43.142188458002146, - 43.188587499724115, - 43.46650813566016, - 43.84739314936216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 20.3125, -45.9375 20.46875, -45.78125 20.46875, -45.78125 20.3125, -45.9375 20.3125))", @@ -313410,9 +224199,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 581.0367048291318, + 581.0367048290896, 301.4063284909862, - -132.52712188630494, + -132.52712188630585, -473.8954808618778, -548.106810808672, -400.8601250848742, @@ -313430,17 +224219,17 @@ 2.8225988140453824 ], "relative wind angle": [ - 0.009617719911074851, - 0.07046013127705224, - 0.09597449106071679, + 0.009617719911109483, + 0.07046013127705225, + 0.09597449106071795, 0.06466090350631411, 0.011642759709952467, - 0.0794047022834435, + 0.07940470228344351, 0.09398542860368836, 0.05568036064806086 ], "resistance": [ - 97215.53670482914, + 97215.5367048291, 96935.906328491, 96501.9728781137, 96160.60451913813, @@ -313450,7 +224239,7 @@ 97039.77314177279 ], "fuel": [ - 41.039269289912156, + 41.039269289912134, 40.894764545377946, 40.671096606839676, 40.49563310495209, @@ -313490,51 +224279,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 800.3888324629879, + 800.3888324629206, 507.5294645467329, - -69.7017054259004, + -69.70170542590222, -586.7006110466427, - -749.5280822188106, + -749.5280822188911, -626.386449057879, -136.69638784658946, 451.14356549162403 ], "relative wind speed": [ - 3.6073341901739218, + 3.6073341901739213, 3.5415417496354697, - 3.3609172571845773, - 3.162741150397965, - 3.069420541111514, + 3.360917257184577, + 3.1627411503979657, + 3.0694205411115143, 3.145104839808043, 3.337429790745259, 3.525800736481629 ], "relative wind angle": [ - 0.003266070202540134, + 0.003266070202574126, 0.051370681523100335, - 0.08011099086174141, - 0.06280752463730808, - 0.003838449158852023, - 0.05785272535313673, + 0.08011099086174142, + 0.06280752463730985, + 0.003838449158909871, + 0.057852725353136736, 0.08067600130113206, 0.05633284871048868 ], "resistance": [ - 97434.88883246301, + 97434.88883246294, 97142.02946454675, 96564.79829457411, 96047.79938895337, - 95884.97191778121, + 95884.97191778112, 96008.11355094213, 96497.80361215342, 97085.64356549164 ], "fuel": [ - 42.79217912171569, + 42.79217912171565, 42.640606194411475, 42.342787618403975, 42.077098005378275, - 41.99362569695188, + 41.99362569695184, 42.056744259358275, 42.30830245805371, 42.611459625028225 @@ -313570,34 +224359,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 574.0068014407366, + 574.0068014407348, 491.614917692988, - 81.3353225374749, - -358.727489286377, + 81.33532253747353, + -358.72748928637657, -579.2823370034002, -544.56893546335, - -232.43011650049903, + -232.43011650050084, 227.56751950487524 ], "relative wind speed": [ - 3.1299039647799987, + 3.129903964779998, 3.10872264982919, - 2.97055316684809, - 2.7871905039928557, + 2.9705531668480893, + 2.7871905039928553, 2.6674590837265866, 2.692114462377113, 2.8438443478906894, 3.023773451592081 ], "relative wind angle": [ - 0.02030743132001866, - 0.03815923308682865, + 0.020307431320018658, + 0.038159233086828656, 0.0779358859862346, - 0.0748690316424748, + 0.07486903164247333, 0.023828652748552018, - 0.04406799240009096, - 0.08141588356436325, - 0.06900149433145093 + 0.044067992400090954, + 0.0814158835643646, + 0.06900149433145092 ], "resistance": [ 97208.50680144074, @@ -313650,19 +224439,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 538.1634811415529, + 538.1634811415279, 360.91574546766924, - -26.842830102061725, + -26.842830102065363, -385.39204846914754, -511.0234594235071, -436.47659982071355, - -113.08829521426196, + -113.08829521426378, 288.3370960002944 ], "relative wind speed": [ - 2.9796636860984416, + 2.979663686098441, 2.9315114716981125, - 2.7862861064708966, + 2.786286106470896, 2.6217755429178244, 2.5388726027199966, 2.5943226989714145, @@ -313670,17 +224459,17 @@ 2.906985169837285 ], "relative wind angle": [ - 0.0061579954558357705, + 0.0061579954558537995, 0.048756016975505724, - 0.07918459630304012, + 0.07918459630304293, 0.06443647716527533, - 0.007227144514208525, - 0.055098974067023056, - 0.08024028177515065, - 0.05810698260937514 + 0.007227144514208524, + 0.05509897406702306, + 0.08024028177515202, + 0.058106982609375135 ], "resistance": [ - 97172.66348114162, + 97172.66348114159, 96995.41574546773, 96607.657169898, 96249.10795153091, @@ -313690,7 +224479,7 @@ 96922.83709600035 ], "fuel": [ - 41.297036636614706, + 41.297036636614685, 41.20543473985336, 41.00544813872727, 40.82102412623777, @@ -313730,9 +224519,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 721.1201393170841, + 721.1201393170822, 429.0748145578423, - -87.22002107432809, + -87.220021074329, -532.5280288338163, -655.1591987097709, -531.629291553395, @@ -313740,9 +224529,9 @@ 430.3530191408072 ], "relative wind speed": [ - 3.1543543056400174, + 3.154354305640017, 3.0792734719413937, - 2.890420618882163, + 2.8904206188821626, 2.688527808616948, 2.6005146974779088, 2.688996590237021, @@ -313750,13 +224539,13 @@ 3.0796827758068988 ], "relative wind angle": [ - 9.819560645327791e-05, + 9.819560645327793e-05, 0.06370449059913226, 0.09595323090971838, - 0.07281524026706505, + 0.07281524026706507, 0.00011910862516530428, 0.07296585962868017, - 0.09593270172009397, + 0.09593270172009395, 0.06355348747283755 ], "resistance": [ @@ -313810,37 +224599,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 662.2481731157582, + 662.2481731157295, 335.1625412369108, - -157.73592290935812, + -157.73592290935903, -537.9508528458496, -616.6015645597699, -438.4776386387093, - 9.445637028410147, - 476.8430908967216 + 9.445637028410601, + 476.84309089672524 ], "relative wind speed": [ 2.832116582516154, 2.728806786966677, - 2.5176763289175135, + 2.517676328917513, 2.3122885550925654, 2.2475428001792386, 2.3719077754004503, 2.594925601709796, - 2.7795061816064464 + 2.779506181606446 ], "relative wind angle": [ - 0.013728588323487638, + 0.0137285883235119, 0.0859288290245456, 0.11637016831580789, 0.07758130323137923, 0.017299639715209158, 0.09889799452485817, - 0.11289088060137516, - 0.06452040285999795 + 0.11289088060137417, + 0.06452040285999451 ], "resistance": [ - 97296.74817311579, + 97296.74817311576, 96969.66254123695, 96476.76407709067, 96096.54914715418, @@ -313850,7 +224639,7 @@ 97111.34309089676 ], "fuel": [ - 40.92050589297294, + 40.92050589297293, 40.75140770609109, 40.497338828406626, 40.301971315600376, @@ -313890,11 +224679,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 523.5944043947734, + 523.5944043947629, 245.42836222011601, - -150.98991841153816, + -150.9899184115386, -442.6600477016691, - -493.3759359947246, + -493.3759359947221, -331.201317705139, 36.23661009752095, 404.2464894546838 @@ -313910,13 +224699,13 @@ 2.4502761458055273 ], "relative wind angle": [ - 0.020010985138761362, + 0.020010985138772457, 0.09373797648080934, - 0.12182925991090285, + 0.12182925991090378, 0.07632486875649806, - 0.02545051216556488, + 0.025450512165560518, 0.10748733740451384, - 0.1165380713312701, + 0.11653807133127012, 0.06242721753619644 ], "resistance": [ @@ -313970,11 +224759,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 520.2129124402313, + 520.212912440215, 222.06215512865992, - -184.18629575228124, + -184.1862957522835, -469.1170858288301, - -508.14117205101275, + -508.14117205101593, -324.3452293756304, 59.569093684769086, 428.03693465573724 @@ -313990,31 +224779,31 @@ 2.6564684677368824 ], "relative wind angle": [ - 0.02194539519501066, + 0.02194539519502584, 0.0834804884175848, - 0.10269896878058668, + 0.10269896878058885, 0.05919132139682069, - 0.026851018735329888, + 0.026851018735334027, 0.09296530675098, 0.09788597378198666, 0.04961388697656997 ], "resistance": [ - 97154.71291244026, + 97154.71291244024, 96856.56215512869, 96450.31370424775, 96165.3829141712, - 96126.35882794902, + 96126.358827949, 96310.1547706244, 96694.0690936848, 97062.53693465577 ], "fuel": [ - 40.657556445334485, + 40.65755644533447, 40.50355866674914, 40.294259782965455, 40.147830071293235, - 40.127798596679696, + 40.12779859667969, 40.22219249622462, 40.41976867607163, 40.609911328638546 @@ -314050,19 +224839,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 466.6957539111395, + 466.69575391113085, 161.11622640567384, - -213.02988028410846, + -213.0298802841089, -447.6468359111143, -458.4851576889182, -251.1744236435643, - 116.78421060149662, + 116.78421060149594, 441.28092901903256 ], "relative wind speed": [ 2.331588796471031, 2.2009223963922806, - 1.9915394299752809, + 1.9915394299752807, 1.8212734550117404, 1.8101852203377349, 1.9669818130367305, @@ -314070,17 +224859,17 @@ 2.3229377627969288 ], "relative wind angle": [ - 0.04047131111926915, + 0.04047131111928013, 0.11440370713545223, 0.13142086984745235, - 0.0647431100830808, + 0.06474311008308078, 0.05213800817773945, 0.12808102026299073, - 0.1200725696987206, - 0.05074743763910635 + 0.12007256969872153, + 0.050747437639106344 ], "resistance": [ - 97101.1957539111, + 97101.19575391109, 96795.61622640563, 96421.47011971584, 96186.85316408884, @@ -314090,7 +224879,7 @@ 97075.78092901899 ], "fuel": [ - 40.01355840541817, + 40.013558405418166, 39.85578867106783, 39.66309139304288, 39.54252184667581, @@ -314130,7 +224919,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 360.81968784584683, + 360.8196878458409, 107.09919299769786, -194.0834387978116, -373.1427429101759, @@ -314140,9 +224929,9 @@ 360.0298134337975 ], "relative wind speed": [ - 2.3510255868320047, + 2.3510255868320042, 2.2421462346168495, - 2.0781500868931193, + 2.078150086893119, 1.9536688926442198, 1.9533460048778555, 2.0774171914433874, @@ -314150,14 +224939,14 @@ 2.3507572785435245 ], "relative wind angle": [ - 0.034888760988288525, - 0.08873338718442915, - 0.09589820806550692, - 0.04235136286318992, + 0.034888760988294895, + 0.08873338718442916, + 0.09589820806550577, + 0.04235136286318991, 0.04199555037778676, - 0.09579031044115141, + 0.09579031044115142, 0.0888917161463514, - 0.03519414227941453 + 0.03519414227941454 ], "resistance": [ 96995.31968784584, @@ -314197,68 +224986,7 @@ "id": "5744", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.319600456184183, - 15.319600456184183, - 15.319600456184183, - 15.319600456184183, - 15.319600456184183, - 15.319600456184183, - 15.319600456184183, - 15.319600456184183 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1190.7013933725402, - 892.8513972642622, - 35.64709981017768, - -811.4541927759446, - -1167.0678280565144, - -1041.8331152049805, - -353.5355885349054, - 565.6142409681443 - ], - "relative wind speed": [ - 4.577237383402197, - 4.52466351564454, - 4.3210686329922785, - 4.07470665097661, - 3.9343386972696166, - 3.994689364524226, - 4.214082215360542, - 4.452739466590735 - ], - "relative wind angle": [ - 0.011720363378622693, - 0.04186815371651653, - 0.07446591488988355, - 0.06514286806138565, - 0.013635663769613542, - 0.047426711923978675, - 0.0763600803086472, - 0.05960544367841368 - ], - "resistance": [ - 97825.20139337255, - 97527.35139726428, - 96670.14709981019, - 95823.04580722407, - 95467.4321719435, - 95592.66688479504, - 96280.9644114651, - 97200.11424096816 - ], - "fuel": [ - 45.73310767468553, - 45.57852196382063, - 45.135470572512055, - 44.70032705650836, - 44.518449294503554, - 44.582446616692366, - 44.935221559348896, - 45.40906473596665 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 20.46875, -45.46875 20.625, -45.3125 20.625, -45.3125 20.46875, -45.46875 20.46875))", @@ -314277,68 +225005,7 @@ "id": "5745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.57384724264089, - 17.57384724264089, - 17.57384724264089, - 17.57384724264089, - 17.57384724264089, - 17.57384724264089, - 17.57384724264089, - 17.57384724264089 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1375.1205951598931, - 791.0219020297391, - -220.67122111436402, - -1077.6789437938241, - -1299.4776772791975, - -1039.2540670473354, - -155.66262860916322, - 845.5717184998157 - ], - "relative wind speed": [ - 5.19892551688204, - 5.105651083500742, - 4.884148010600297, - 4.656900717844187, - 4.564343268838098, - 4.668445460688443, - 4.899709605315809, - 5.116183314739331 - ], - "relative wind angle": [ - 0.0014997749877106745, - 0.04503836743464914, - 0.06500931794356392, - 0.047011128791974305, - 0.0017082894215926117, - 0.0492595339004147, - 0.06480255683125416, - 0.042788209067018995 - ], - "resistance": [ - 98009.62059515991, - 97425.52190202975, - 96413.82877888565, - 95556.82105620619, - 95335.02232272082, - 95595.24593295268, - 96478.83737139085, - 97480.07171849984 - ], - "fuel": [ - 48.11128650515255, - 47.80804646585935, - 47.28582069486232, - 46.84642157704798, - 46.73314763484647, - 46.866063995330634, - 47.31926297214288, - 47.83631274440972 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 20.3125, -45.625 20.46875, -45.46875 20.46875, -45.46875 20.3125, -45.625 20.3125))", @@ -314370,54 +225037,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 969.7665116160915, + 969.766511610751, 576.6686038711414, - -118.25317487467237, + -118.25317487467419, -717.5084592602461, -882.3099085490726, -715.936929460262, -115.60533083719292, - 578.9034695160599 + 578.9034695160581 ], "relative wind speed": [ - 3.679768203664565, + 3.6797682036645645, 3.5930981915403906, - 3.375350116552818, + 3.3753501165528177, 3.1428407471802293, 3.0416305351162816, 3.143541908548647, 3.3762733798582385, - 3.5937115052152016 + 3.593711505215202 ], "relative wind angle": [ - 0.0001260154147773745, - 0.0629241919825118, + 0.00012601541742043927, + 0.06292419198251181, 0.0946704590586529, - 0.07174440299132305, + 0.07174440299132304, 0.00015245359971930616, 0.07193752469063007, 0.09464449323564282, - 0.06273059800004677 + 0.06273059800004853 ], "resistance": [ - 97604.26651161611, + 97604.26651161077, 97211.16860387116, 96516.24682512534, 95916.99154073976, 95752.19009145095, 95918.56307053975, 96518.89466916282, - 97213.40346951608 + 97213.40346951607 ], "fuel": [ - 42.9381696939964, + 42.93816969399363, 42.73454264785563, 42.37597576825709, 42.068213958425474, 41.98381052567338, 42.069019307398264, 42.377338596766066, - 42.73569869628949 + 42.735698696289475 ] }, { @@ -314437,68 +225104,7 @@ "id": "5747", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.696746150704996, - 12.696746150704996, - 12.696746150704996, - 12.696746150704996, - 12.696746150704996, - 12.696746150704996, - 12.696746150704996, - 12.696746150704996 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1021.632105778066, - 619.1929645700975, - -113.85161551625424, - -753.140107018, - -936.4171973071916, - -766.8527639045451, - -136.96731342822022, - 599.6972048555544 - ], - "relative wind speed": [ - 3.848363246524603, - 3.7636340191170015, - 3.545337558070238, - 3.3102820584860186, - 3.2053945067324277, - 3.3044685792328257, - 3.5376595681789906, - 3.758521825699216 - ], - "relative wind angle": [ - 0.0010017015392990848, - 0.05971133247249901, - 0.09080285458281374, - 0.06955157406896746, - 0.0012026325198493803, - 0.0680204286446202, - 0.09100047454890048, - 0.06124578845448924 - ], - "resistance": [ - 97656.13210577809, - 97253.69296457013, - 96520.64838448378, - 95881.35989298203, - 95698.08280269284, - 95867.64723609548, - 96497.53268657181, - 97234.19720485559 - ], - "fuel": [ - 43.411182812782904, - 43.202646278096296, - 42.82434473314754, - 42.496060062682346, - 42.40222488905755, - 42.48903505806403, - 42.812447959667864, - 43.19255923982654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 20.15625, -45.625 20.3125, -45.46875 20.3125, -45.46875 20.15625, -45.625 20.15625))", @@ -314530,47 +225136,47 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 638.132274948503, + 638.1322749485448, 366.87379528168503, - -92.53563892413649, - -478.5062744996653, + -92.53563892413695, + -478.5062744996667, -579.44016394136, -455.6032127899225, -54.00741433778148, - 399.47372566896047 + 399.4737256689632 ], "relative wind speed": [ - 2.8382932767787548, + 2.838293276778754, 2.7587302498722828, - 2.569003354470243, - 2.3697229789645, + 2.5690033544702424, + 2.3697229789645005, 2.287912751005986, 2.3832458726834846, 2.586633960564172, - 2.7703549383049944 + 2.770354938304994 ], "relative wind angle": [ - 0.003123702135528897, - 0.07287307339149596, + 0.0031237021354933547, + 0.07287307339149597, 0.10732603984656157, - 0.07955346691149036, + 0.07955346691149316, 0.003875143637972013, 0.08437980188192738, 0.10659170818041634, - 0.06802963310326668 + 0.06802963310326342 ], "resistance": [ - 97272.63227494848, + 97272.63227494853, 97001.37379528167, 96541.96436107585, 96155.99372550032, 96055.05983605863, 96178.89678721006, 96580.4925856622, - 97033.97372566894 + 97033.97372566896 ], "fuel": [ - 40.95331807794695, + 40.953318077946975, 40.813077827636846, 40.576188332589616, 40.377773831784424, @@ -314610,17 +225216,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 687.1498823948536, + 687.1498823948068, 383.20304818978366, -114.7825902247614, -524.0695781240602, - -625.8436645154002, + -625.8436645153884, -479.35501683770735, -39.61431184441608, 446.8781322037803 ], "relative wind speed": [ - 2.8880901582405327, + 2.8880901582405323, 2.7986610057334977, 2.5942721123592483, 2.3832717566472876, @@ -314630,31 +225236,31 @@ 2.8209968930008986 ], "relative wind angle": [ - 0.00592196226768722, - 0.07850600081202651, - 0.11329787998082949, + 0.005921962267724716, + 0.0785060008120265, + 0.1132978799808295, 0.08203761132699443, - 0.007431306820550489, + 0.00743130682053555, 0.09121986867928059, 0.1118264905457413, - 0.06928580047971343 + 0.06928580047971344 ], "resistance": [ - 97321.64988239486, + 97321.64988239482, 97017.7030481898, 96519.71740977526, 96110.43042187595, - 96008.65633548461, + 96008.65633548463, 96155.1449831623, 96594.8856881556, 97081.3781322038 ], "fuel": [ - 41.04029248615175, + 41.04029248615173, 40.883115449113994, 40.626340035338316, 40.415991020009756, - 40.36378200193401, + 40.36378200193403, 40.438941298585334, 40.66503978370078, 40.916014654308455 @@ -314690,9 +225296,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 460.70362267818973, + 460.7036226781797, 208.57260523229843, - -145.1520897870962, + -145.15208978709734, -400.94145644526566, -441.9136425170673, -291.71558417383926, @@ -314710,17 +225316,17 @@ 2.4085606782169635 ], "relative wind angle": [ - 0.020174671102546483, + 0.020174671102557492, 0.08684116530395551, - 0.11026321021499001, + 0.11026321021499202, 0.06680150799313794, 0.02507016642248054, - 0.09800180245630577, - 0.10547630258056212, + 0.09800180245630576, + 0.10547630258056213, 0.05553230538034874 ], "resistance": [ - 97095.20362267822, + 97095.20362267821, 96843.07260523233, 96489.34791021293, 96233.55854355477, @@ -314730,7 +225336,7 @@ 96998.56242384818 ], "fuel": [ - 40.218646204981326, + 40.21864620498132, 40.088452315015346, 39.90619681784901, 39.774692248742554, @@ -314770,9 +225376,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 488.10893060915396, + 488.10893060914805, 228.69201411935228, - -142.7180880803685, + -142.71808808036985, -416.5198917226785, -464.25600255357267, -313.3850641335041, @@ -314780,7 +225386,7 @@ 375.53047338136366 ], "relative wind speed": [ - 2.489431013135639, + 2.4894310131356385, 2.3934077007893717, 2.210414802892412, 2.040434253585317, @@ -314790,17 +225396,17 @@ 2.4531361753123107 ], "relative wind angle": [ - 0.018336249867965733, + 0.01833624986797179, 0.08649893755532248, - 0.11187356166741944, + 0.11187356166742142, 0.06975662716199524, 0.022869961754612807, - 0.09814410464666536, - 0.10744469153670175, + 0.09814410464666537, + 0.10744469153670176, 0.05800664279525243 ], "resistance": [ - 97122.60893060917, + 97122.60893060916, 96863.19201411937, 96491.78191191965, 96217.98010827733, @@ -314810,7 +225416,7 @@ 97010.03047338138 ], "fuel": [ - 40.29960866712383, + 40.29960866712382, 40.16562959080629, 39.97424616038849, 39.833487864132756, @@ -314837,68 +225443,7 @@ "id": "5752", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.294923413285224, - 11.294923413285224, - 11.294923413285224, - 11.294923413285224, - 11.294923413285224, - 11.294923413285224, - 11.294923413285224, - 11.294923413285224 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 798.7079494712052, - 391.33300941957805, - -215.22232213132838, - -676.1762769362158, - -765.5016052613619, - -538.4980740661804, - 16.834615052126537, - 587.0929318261115 - ], - "relative wind speed": [ - 3.427091691561966, - 3.3196587409325526, - 3.1074702250053328, - 2.9073256501172606, - 2.8484793186396864, - 2.9729880145808125, - 3.194122836053174, - 3.3773139408798394 - ], - "relative wind angle": [ - 0.012696289687766017, - 0.07095734357592486, - 0.09324431685165571, - 0.059823910106671055, - 0.015275474113811138, - 0.07924790713287487, - 0.09070765494614441, - 0.0514908293481518 - ], - "resistance": [ - 97433.20794947121, - 97025.83300941958, - 96419.27767786867, - 95958.32372306379, - 95868.99839473864, - 96096.00192593382, - 96651.33461505212, - 97221.5929318261 - ], - "fuel": [ - 42.2873659248888, - 42.07661341346481, - 41.76396058215064, - 41.527274425969566, - 41.48149997658564, - 41.597885283098016, - 41.88341412829294, - 42.17781133555197 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 20.15625, -45.15625 20.3125, -45 20.3125, -45 20.15625, -45.15625 20.15625))", @@ -314917,68 +225462,7 @@ "id": "5753", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.50397410047905, - 12.50397410047905, - 12.50397410047905, - 12.50397410047905, - 12.50397410047905, - 12.50397410047905, - 12.50397410047905, - 12.50397410047905 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 757.5328123418685, - 203.76566536967402, - -442.59061993575324, - -815.1187871304592, - -806.3281698663495, - -410.61596894184913, - 240.7878808711157, - 778.3943097927477 - ], - "relative wind speed": [ - 3.7372881872590744, - 3.5870602508434306, - 3.368140066468668, - 3.208014959294943, - 3.213225200184201, - 3.3801091607437885, - 3.598301220628069, - 3.7417615106611053 - ], - "relative wind angle": [ - 0.03088513923201041, - 0.07450118335534442, - 0.07791909064316137, - 0.03235620531100943, - 0.035924386330092685, - 0.07907185803140288, - 0.07292592798870844, - 0.027739445817098942 - ], - "resistance": [ - 97392.03281234187, - 96838.26566536968, - 96191.90938006424, - 95819.38121286954, - 95828.17183013365, - 96223.88403105814, - 96875.28788087111, - 97412.89430979275 - ], - "fuel": [ - 43.12793960633082, - 42.84168780640949, - 42.50901830399153, - 42.317990050811865, - 42.32249183146749, - 42.5254386090133, - 42.86078963509229, - 43.13874557780847 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 20, -45.3125 20.15625, -45.15625 20.15625, -45.15625 20, -45.3125 20))", @@ -315010,9 +225494,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 623.153454034612, + 623.153454034596, 264.8501806236095, - -224.07361238191697, + -224.07361238191652, -566.804054291596, -613.4749042345056, -392.49437734259755, @@ -315020,9 +225504,9 @@ 512.7216500104214 ], "relative wind speed": [ - 3.0352638788221804, + 3.03526387882218, 2.923587189188904, - 2.72574137355924, + 2.7257413735592397, 2.552345966088991, 2.51751528377805, 2.6463839414093453, @@ -315030,17 +225514,17 @@ 3.0060339465029324 ], "relative wind angle": [ - 0.020517260106415598, - 0.07776731681907345, - 0.09514148055393705, + 0.020517260106426422, + 0.07776731681907344, + 0.09514148055393587, 0.05451256978923887, - 0.024737597951942202, + 0.024737597951942206, 0.08593243222633999, - 0.09098978815774655, + 0.09098978815774657, 0.04627881575713914 ], "resistance": [ - 97257.65345403463, + 97257.6534540346, 96899.35018062363, 96410.42638761809, 96067.69594570842, @@ -315050,7 +225534,7 @@ 97147.22165001044 ], "fuel": [ - 41.37572164314101, + 41.375721643141006, 41.190557355117626, 40.93866156116752, 40.762615567254784, @@ -315077,68 +225561,7 @@ "id": "5755", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.278773431712589, - 12.278773431712589, - 12.278773431712589, - 12.278773431712589, - 12.278773431712589, - 12.278773431712589, - 12.278773431712589, - 12.278773431712589 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 787.4352203461358, - 332.48226182386406, - -290.91893469359457, - -727.9532664060016, - -787.180779977476, - -506.73125740206433, - 82.63961825204751, - 646.773301725194 - ], - "relative wind speed": [ - 3.6794872492593327, - 3.5626973082971967, - 3.357221272251145, - 3.1789794932531485, - 3.1432777864704238, - 3.2750587093718364, - 3.4853819000971495, - 3.6486862076446593 - ], - "relative wind angle": [ - 0.017470202802995164, - 0.06602719858987846, - 0.0799585602223002, - 0.04536377406774867, - 0.02045081720267539, - 0.07183575962472039, - 0.07701247362525249, - 0.039520686967636116 - ], - "resistance": [ - 97421.93522034612, - 96966.98226182385, - 96343.5810653064, - 95906.54673359399, - 95847.3192200225, - 96127.76874259792, - 96717.13961825203, - 97281.27330172517 - ], - "fuel": [ - 42.97559081564921, - 42.74028351274648, - 42.41910342753162, - 42.19480293731897, - 42.164460101370764, - 42.30825257156262, - 42.611389420076776, - 42.902756478327696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 24.53125, -42.1875 24.6875, -42.03125 24.6875, -42.03125 24.53125, -42.1875 24.53125))", @@ -315157,68 +225580,7 @@ "id": "5756", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.880429202546706, - 7.880429202546706, - 7.880429202546706, - 7.880429202546706, - 7.880429202546706, - 7.880429202546706, - 7.880429202546706, - 7.880429202546706 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -378.28270224780795, - -867.5498108313043, - -894.5678801474103, - -467.0249585557747, - 288.23588244903885, - 972.5381042272938, - 1034.7122722178678, - 392.7299070336212 - ], - "relative wind speed": [ - 2.0712509828071473, - 1.7095820200290015, - 1.6813347502461942, - 2.0146556186974576, - 2.4283456958498872, - 2.6952314871130834, - 2.7129424818721852, - 2.4755011998346936 - ], - "relative wind angle": [ - 0.25263364610266636, - 0.13867949048705147, - 0.10936066192718812, - 0.24867190058952712, - 0.21484740094009783, - 0.08779529111235465, - 0.06769248205649904, - 0.20166327727342265 - ], - "resistance": [ - 96256.21729775224, - 95766.95018916874, - 95739.93211985263, - 96167.47504144427, - 96922.73588244908, - 97607.03810422734, - 97669.2122722179, - 97027.22990703366 - ], - "fuel": [ - 39.766046695236895, - 39.51514521477749, - 39.50131600825932, - 39.72047257411458, - 40.109277914625665, - 40.46338682897968, - 40.495646722011514, - 40.16323817969777 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 24.53125, -42.03125 24.6875, -41.875 24.6875, -41.875 24.53125, -42.03125 24.53125))", @@ -315237,68 +225599,7 @@ "id": "5757", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.030238807120872, - 9.030238807120872, - 9.030238807120872, - 9.030238807120872, - 9.030238807120872, - 9.030238807120872, - 9.030238807120872, - 9.030238807120872 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -880.8592389926666, - -1099.5479587835514, - -845.4988116496429, - -50.65887708815444, - 862.8594611698254, - 1370.3631885536374, - 811.7852669170879, - -109.51115053509648 - ], - "relative wind speed": [ - 2.131562095047176, - 1.937827284586967, - 2.154932328389188, - 2.5862574431873715, - 2.9482583624635854, - 3.0790598811956653, - 2.9312200526302212, - 2.5587217071100725 - ], - "relative wind angle": [ - 0.1856758061098378, - 0.007286383281845594, - 0.19307221303512453, - 0.22246821014696497, - 0.13387129124307445, - 0.004585710386148539, - 0.1415318939877115, - 0.224903273594383 - ], - "resistance": [ - 95753.64076100735, - 95534.95204121646, - 95789.00118835038, - 96583.84112291186, - 97497.35946116984, - 98004.86318855365, - 97446.2852669171, - 96524.98884946492 - ], - "fuel": [ - 40.06712016463411, - 39.955273097429526, - 40.08522176208561, - 40.49334140790741, - 40.9653014001408, - 41.228839819311936, - 40.938832481710485, - 40.46304244795283 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 24.375, -42.1875 24.53125, -42.03125 24.53125, -42.03125 24.375, -42.1875 24.375))", @@ -315317,68 +225618,7 @@ "id": "5758", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.273702847437777, - 8.273702847437777, - 8.273702847437777, - 8.273702847437777, - 8.273702847437777, - 8.273702847437777, - 8.273702847437777, - 8.273702847437777 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -509.87306802686385, - -962.7184688180917, - -930.050376738953, - -402.11613161129003, - 424.0596906192627, - 1106.8447840840454, - 1031.6020481522091, - 297.30660323978464 - ], - "relative wind speed": [ - 2.114807365915855, - 1.7791212631060163, - 1.8114642263051186, - 2.1800856030995317, - 2.5918092737166463, - 2.8327747946879955, - 2.812202493255484, - 2.5371464816627585 - ], - "relative wind angle": [ - 0.24030700649596262, - 0.10316606421194656, - 0.13522776034516293, - 0.24490412561395958, - 0.19544049383159137, - 0.06472364536803754, - 0.08695047780926882, - 0.2098780849308045 - ], - "resistance": [ - 96124.6269319732, - 95671.78153118197, - 95704.4496232611, - 96232.38386838877, - 97058.55969061932, - 97741.3447840841, - 97666.10204815227, - 96931.80660323985 - ], - "fuel": [ - 39.87980211686534, - 39.64776913441759, - 39.664482365759866, - 39.93512797307196, - 40.360748619901834, - 40.71441561608909, - 40.6753565566596, - 40.295284342960564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 24.375, -42.03125 24.53125, -41.875 24.53125, -41.875 24.375, -42.03125 24.375))", @@ -315397,68 +225637,7 @@ "id": "5759", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5490220590925645, - 7.5490220590925645, - 7.5490220590925645, - 7.5490220590925645, - 7.5490220590925645, - 7.5490220590925645, - 7.5490220590925645, - 7.5490220590925645 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -678.0889906048883, - -885.0789302525556, - -699.1919880860451, - -65.03527789103305, - 691.9745246347329, - 1152.642643821664, - 722.6841336981506, - -29.96615206046681 - ], - "relative wind speed": [ - 1.7534517469117676, - 1.533914147736828, - 1.7362339459956388, - 2.161451972874898, - 2.5207397426337805, - 2.6600430948039446, - 2.5326297723144933, - 2.181019772445119 - ], - "relative wind angle": [ - 0.23326227258713256, - 0.00660438776722918, - 0.2271415011968608, - 0.2635464280783651, - 0.1614931495355138, - 0.0038084024639258927, - 0.15500029598621157, - 0.2611264062949792 - ], - "resistance": [ - 95956.41100939513, - 95749.42106974746, - 95935.30801191396, - 96569.46472210898, - 97326.47452463474, - 97787.14264382167, - 97357.18413369816, - 96604.53384793954 - ], - "fuel": [ - 39.46730834209821, - 39.36128386472099, - 39.45649165709331, - 39.78226232537848, - 40.1731028401385, - 40.411987223344155, - 40.189003070478634, - 39.8003212417096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 24.53125, -41.875 24.6875, -41.71875 24.6875, -41.71875 24.53125, -41.875 24.53125))", @@ -315477,68 +225656,7 @@ "id": "5760", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.043226365391865, - 8.043226365391865, - 8.043226365391865, - 8.043226365391865, - 8.043226365391865, - 8.043226365391865, - 8.043226365391865, - 8.043226365391865 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -923.4758249599008, - -1006.895553989383, - -592.9548290297946, - 228.1760083212589, - 1029.3441943581206, - 1221.117313596017, - 548.8229146173107, - -321.27887573946145 - ], - "relative wind speed": [ - 1.743412521894281, - 1.6568867261371092, - 1.9949492562313498, - 2.453559036891002, - 2.769581506306627, - 2.8221968957399324, - 2.594271845168783, - 2.1656677940219637 - ], - "relative wind angle": [ - 0.17745699757672148, - 0.08992953199566267, - 0.26276832707691117, - 0.24034515597970413, - 0.11135127576347785, - 0.05275015412919715, - 0.2010996005697861, - 0.2730619935156631 - ], - "resistance": [ - 95711.0241750401, - 95627.60444601062, - 96041.5451709702, - 96862.67600832126, - 97663.84419435813, - 97855.61731359601, - 97183.32291461731, - 96313.22112426054 - ], - "fuel": [ - 39.56034632545692, - 39.51767402696829, - 39.72967467520192, - 40.152105490651294, - 40.56668470526304, - 40.66627551318993, - 40.317743465187014, - 39.869160660750204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 24.53125, -41.71875 24.6875, -41.5625 24.6875, -41.5625 24.53125, -41.71875 24.53125))", @@ -315557,68 +225675,7 @@ "id": "5761", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.100118756086768, - 8.100118756086768, - 8.100118756086768, - 8.100118756086768, - 8.100118756086768, - 8.100118756086768, - 8.100118756086768, - 8.100118756086768 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -931.2742330733515, - -997.2106388706907, - -566.3344267441862, - 255.80267677770507, - 1039.5160940376063, - 1191.127486109806, - 509.713207195462, - -351.04134204489515 - ], - "relative wind speed": [ - 1.7553812686387613, - 1.6877366954855961, - 2.029434185365213, - 2.4794700700329444, - 2.7833975257759835, - 2.8249265532921477, - 2.59037875069549, - 2.163537232541774 - ], - "relative wind angle": [ - 0.16477475239055983, - 0.09672028169877744, - 0.25831852973181374, - 0.23203957878726073, - 0.10363286947917905, - 0.05772699945010338, - 0.20149733453830085, - 0.26669373035962307 - ], - "resistance": [ - 95703.22576692667, - 95637.28936112933, - 96068.16557325583, - 96890.30267677772, - 97674.01609403762, - 97825.62748610982, - 97144.21320719548, - 96283.45865795513 - ], - "fuel": [ - 39.5825668182126, - 39.5488376593196, - 39.76954095872335, - 40.19257242449123, - 40.59817446268227, - 40.67690306157262, - 40.32373067284664, - 39.88007715381828 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 24.375, -41.875 24.53125, -41.71875 24.53125, -41.71875 24.375, -41.875 24.375))", @@ -315650,19 +225707,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -741.2222153979876, + -741.2222153979883, -929.2717980266527, - -691.7034991940143, + -691.7034991940147, 2.4173222653835182, - 797.9695576783465, + 797.9695576783474, 1231.9520187864277, 725.5443961523288, -79.84511041012411 ], "relative wind speed": [ - 1.6748749354690262, + 1.674874935469026, 1.4633847247299323, - 1.71658939904194, + 1.7165893990419399, 2.1792413671964295, 2.5481182517635257, 2.6751855677428957, @@ -315670,12 +225727,12 @@ 2.132843111420204 ], "relative wind angle": [ - 0.248154424676822, + 0.24815442467682292, 0.016519703027694895, - 0.26256875297018967, - 0.2817670831547514, - 0.16215230896205363, - 0.009036349034891221, + 0.26256875297019006, + 0.28176708315475146, + 0.16215230896205293, + 0.009036349034891223, 0.17772997573227156, 0.28807002495575035 ], @@ -315730,19 +225787,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -839.7550028574692, + -839.7550028574699, -970.4690279916285, - -643.0872902900669, + -643.0872902900674, 112.29332132777836, - 903.1265580753225, + 903.1265580753234, 1204.314082164507, 617.2973536841018, -214.6128884956015 ], "relative wind speed": [ - 1.7669457624123368, + 1.7669457624123364, 1.6306551384455545, - 1.9187345122662784, + 1.9187345122662782, 2.3644544940917704, 2.695926252073852, 2.7804818833053, @@ -315750,17 +225807,17 @@ 2.190769414908176 ], "relative wind angle": [ - 0.19560155737965676, - 0.05507257487146099, - 0.24766273617370754, + 0.19560155737965734, + 0.055072574871460986, + 0.247662736173708, 0.24583341366224362, - 0.1277309688748724, + 0.1277309688748715, 0.03228741962600424, 0.1826114739323214, 0.26577674783236294 ], "resistance": [ - 95794.74499714254, + 95794.74499714252, 95664.03097200838, 95991.41270970993, 96746.79332132777, @@ -315770,7 +225827,7 @@ 96419.8871115044 ], "fuel": [ - 39.55301505763098, + 39.553015057630965, 39.48612074572101, 39.65378167088337, 40.04215395993994, @@ -315797,68 +225854,7 @@ "id": "5764", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.775829875584, - 7.775829875584, - 7.775829875584, - 7.775829875584, - 7.775829875584, - 7.775829875584, - 7.775829875584, - 7.775829875584 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -909.4543658716302, - -934.3776826308047, - -476.6851414858904, - 323.80364153397113, - 1048.2487615694736, - 1105.4708371387305, - 419.310155112692, - -395.8375757137851 - ], - "relative wind speed": [ - 1.6437839803894354, - 1.616897301663076, - 1.9831294313152525, - 2.4259090416301503, - 2.706928641247644, - 2.7230739172608613, - 2.4691468367926186, - 2.0357931537189224 - ], - "relative wind angle": [ - 0.15296055288283744, - 0.12492154201574339, - 0.27334999922316594, - 0.231102667880352, - 0.09265612306173948, - 0.07405036042173775, - 0.21855677396764292, - 0.2764515997844017 - ], - "resistance": [ - 95725.04563412839, - 95700.12231736921, - 96157.81485851412, - 96958.30364153399, - 97682.74876156948, - 97739.97083713874, - 97053.8101551127, - 96238.66242428623 - ], - "fuel": [ - 39.44718601390902, - 39.43443279621616, - 39.66900179449176, - 40.08112888835357, - 40.45616071312594, - 40.4858667407738, - 40.13045908459133, - 39.71051745600323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 24.53125, -41.40625 24.6875, -41.25 24.6875, -41.25 24.53125, -41.40625 24.53125))", @@ -315877,68 +225873,7 @@ "id": "5765", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.406876042397282, - 6.406876042397282, - 6.406876042397282, - 6.406876042397282, - 6.406876042397282, - 6.406876042397282, - 6.406876042397282, - 6.406876042397282 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -696.4957550603799, - -769.8501264013582, - -447.3116743514862, - 197.59817687383202, - 840.6249855264375, - 1008.6400974756809, - 472.8775231998595, - -216.5591409980134 - ], - "relative wind speed": [ - 1.3027368483910349, - 1.2015170303299825, - 1.553479398750937, - 2.009496880454672, - 2.316507674718076, - 2.3705880977113196, - 2.1563934846961446, - 1.7393255562506105 - ], - "relative wind angle": [ - 0.24358860554696965, - 0.11869166258606341, - 0.33818809197410094, - 0.2962405490759541, - 0.1360558655544761, - 0.06005303096257783, - 0.24135154227651093, - 0.34401744866342254 - ], - "resistance": [ - 95938.00424493961, - 95864.64987359864, - 96187.18832564852, - 96832.09817687383, - 97475.12498552643, - 97643.14009747568, - 97107.37752319986, - 96417.94085900199 - ], - "fuel": [ - 39.01397299098905, - 38.976386168798214, - 39.14180459066776, - 39.47371657118053, - 39.80620026155259, - 39.89332774884636, - 39.615864269544716, - 39.260386840900644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 24.375, -41.5625 24.53125, -41.40625 24.53125, -41.40625 24.375, -41.5625 24.375))", @@ -315957,68 +225892,7 @@ "id": "5766", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.375453524424367, - 8.375453524424367, - 8.375453524424367, - 8.375453524424367, - 8.375453524424367, - 8.375453524424367, - 8.375453524424367, - 8.375453524424367 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -913.0502897089425, - -1004.7684841467494, - -612.7719080585721, - 189.94232971196197, - 980.9628751046412, - 1192.4264942768568, - 546.3858127807148, - -309.6550415155705 - ], - "relative wind speed": [ - 1.8686727488060901, - 1.7791653061759265, - 2.0841492011811575, - 2.517236947171839, - 2.8242669001057417, - 2.8814913115370184, - 2.669221510549349, - 2.2653784489476374 - ], - "relative wind angle": [ - 0.1606129762377558, - 0.07281543368272166, - 0.23333042566641507, - 0.2211115740395795, - 0.106011527779472, - 0.04493499965060446, - 0.18153300536392092, - 0.24617598435618265 - ], - "resistance": [ - 95721.44971029102, - 95629.73151585321, - 96021.7280919414, - 96824.44232971194, - 97615.46287510461, - 97826.92649427682, - 97180.88581278069, - 96324.8449584844 - ], - "fuel": [ - 39.72175390472282, - 39.67483449006423, - 39.8755834927688, - 40.288453190308424, - 40.69765384924476, - 40.80743992187149, - 40.472555787338365, - 40.03120749643881 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 24.375, -41.40625 24.53125, -41.25 24.53125, -41.25 24.375, -41.40625 24.375))", @@ -316050,9 +225924,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -880.9505877552422, + -880.9505877552433, -956.3266765243511, - -565.6310478075395, + -565.63104780754, 207.55593616136503, 956.4811343214274, 1130.1585716972704, @@ -316060,7 +225934,7 @@ -317.0526476363041 ], "relative wind speed": [ - 1.8041533555191833, + 1.804153355519183, 1.7282993448935513, 2.0370396360391347, 2.462015680845773, @@ -316070,14 +225944,14 @@ 2.1900732188810887 ], "relative wind angle": [ - 0.15738173265108982, + 0.15738173265109123, 0.08097746411250785, - 0.23811431279169568, + 0.23811431279169618, 0.22100437609151363, - 0.102732042027553, + 0.10273204202755301, 0.04985118111884806, - 0.18658913148810752, - 0.24899394406846578 + 0.18658913148810694, + 0.2489939440684658 ], "resistance": [ 95753.54941224477, @@ -316117,68 +225991,7 @@ "id": "5768", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.650830182575726, - 9.650830182575726, - 9.650830182575726, - 9.650830182575726, - 9.650830182575726, - 9.650830182575726, - 9.650830182575726, - 9.650830182575726 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 405.0424500577092, - -683.5876754227293, - -1297.325878499893, - -1256.507961569446, - -548.7669283912924, - 563.578912691617, - 1485.6462684834619, - 1391.607026468902 - ], - "relative wind speed": [ - 2.9583449310111525, - 2.470878800288882, - 2.0824337474236976, - 2.1170160312002744, - 2.5408364736876754, - 3.0170204956453266, - 3.297138820925181, - 3.275041654773575 - ], - "relative wind angle": [ - 0.20747585719262845, - 0.23790482588115597, - 0.1030001357979443, - 0.13241423345238845, - 0.24219977066461792, - 0.19422533760119154, - 0.06498442658352802, - 0.0854477720789052 - ], - "resistance": [ - 97039.54245005769, - 95950.91232457725, - 95337.1741215001, - 95377.99203843054, - 96085.73307160869, - 97198.0789126916, - 98120.14626848344, - 98026.10702646889 - ], - "fuel": [ - 41.06617371703902, - 40.50595321508452, - 40.19206097744887, - 40.212893514859985, - 40.57509413735056, - 41.14812611191747, - 41.62662501788578, - 41.57767929022406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 24.21875, -42.34375 24.375, -42.1875 24.375, -42.1875 24.21875, -42.34375 24.21875))", @@ -316197,68 +226010,7 @@ "id": "5769", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.578824850748852, - 8.578824850748852, - 8.578824850748852, - 8.578824850748852, - 8.578824850748852, - 8.578824850748852, - 8.578824850748852, - 8.578824850748852 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -11.24155498395885, - -812.9252078999807, - -1087.5576187161769, - -879.1336497806694, - -121.31979285537318, - 801.7871824297563, - 1380.0425762094064, - 897.8337827537734 - ], - "relative wind speed": [ - 2.484631020483459, - 2.027301314827818, - 1.782505835517547, - 1.9803633108159076, - 2.4305063422808475, - 2.8232608392979732, - 2.983860810118661, - 2.856381197422773 - ], - "relative wind angle": [ - 0.24419462728886485, - 0.22105738320426863, - 0.01565785018304552, - 0.20598138161831425, - 0.24974717209567648, - 0.1581030690337923, - 0.009353477798334295, - 0.14228120955419488 - ], - "resistance": [ - 96623.25844501605, - 95821.57479210003, - 95546.94238128384, - 95755.36635021935, - 96513.18020714464, - 97436.28718242978, - 98014.54257620942, - 97532.33378275379 - ], - "fuel": [ - 40.28387781275789, - 39.8721368033896, - 39.73163682431314, - 39.83823936343592, - 40.22720049688161, - 40.703888114467475, - 41.00411143011766, - 40.75366819655977 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 24.0625, -42.5 24.21875, -42.34375 24.21875, -42.34375 24.0625, -42.5 24.0625))", @@ -316277,68 +226029,7 @@ "id": "5770", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.375001232441672, - 8.375001232441672, - 8.375001232441672, - 8.375001232441672, - 8.375001232441672, - 8.375001232441672, - 8.375001232441672, - 8.375001232441672 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 260.7417141999431, - -697.8157401365124, - -1171.7242268899447, - -1061.8270681254444, - -344.10136672105864, - 679.6185305936306, - 1463.6206378704333, - 1211.375883800055 - ], - "relative wind speed": [ - 2.571390699419398, - 2.0527141467458523, - 1.670276283351325, - 1.7817583079493644, - 2.2677567870817428, - 2.746112817450393, - 2.9941523193869037, - 2.929182190726501 - ], - "relative wind angle": [ - 0.2610224390353686, - 0.2869027912644644, - 0.0946753873449236, - 0.2020626017254141, - 0.29696743559565164, - 0.21313934199249845, - 0.052759907976503435, - 0.12238089126334918 - ], - "resistance": [ - 96895.24171419999, - 95936.68425986353, - 95462.7757731101, - 95572.6729318746, - 96290.39863327898, - 97314.11853059367, - 98098.12063787048, - 97845.8758838001 - ], - "fuel": [ - 40.324765935220654, - 39.83176491988925, - 39.58928944135175, - 39.64544394127685, - 40.01328768288191, - 40.54127427637698, - 40.948262545686106, - 40.81706862586447 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 24.0625, -42.34375 24.21875, -42.1875 24.21875, -42.1875 24.0625, -42.34375 24.0625))", @@ -316357,68 +226048,7 @@ "id": "5771", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.254609411944118, - 8.254609411944118, - 8.254609411944118, - 8.254609411944118, - 8.254609411944118, - 8.254609411944118, - 8.254609411944118, - 8.254609411944118 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 209.82516201237786, - -634.0512550866631, - -1046.9676368409935, - -948.8894585371734, - -313.59701664938984, - 587.7381675741244, - 1270.7599024071233, - 1045.1174863739175 - ], - "relative wind speed": [ - 2.5018841197955726, - 2.0387351743397866, - 1.7071953759584126, - 1.8058659493548344, - 2.2345679450696916, - 2.6638838073249307, - 2.8875945003279915, - 2.826935836374609 - ], - "relative wind angle": [ - 0.23861742657133345, - 0.2557579004081023, - 0.08094969318497132, - 0.1784392340987115, - 0.2678249797546324, - 0.19484124257344243, - 0.04782482378868309, - 0.11362861838667543 - ], - "resistance": [ - 96844.32516201242, - 96000.44874491337, - 95587.53236315904, - 95685.61054146287, - 96320.90298335065, - 97222.23816757416, - 97905.25990240717, - 97679.61748637396 - ], - "fuel": [ - 40.2410989871728, - 39.807060041975646, - 39.595646370307264, - 39.64580506195327, - 39.971570232703506, - 40.43633362018887, - 40.79053948992825, - 40.67333235911415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 24.21875, -42.1875 24.375, -42.03125 24.375, -42.03125 24.21875, -42.1875 24.21875))", @@ -316437,68 +226067,7 @@ "id": "5772", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.642588028209509, - 7.642588028209509, - 7.642588028209509, - 7.642588028209509, - 7.642588028209509, - 7.642588028209509, - 7.642588028209509, - 7.642588028209509 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -289.6555002230059, - -820.5036373369369, - -892.4107817813683, - -524.5432353301951, - 202.43226438650026, - 909.2357618672568, - 1074.6230715036686, - 479.43702180474565 - ], - "relative wind speed": [ - 2.055721033025288, - 1.6646901103188574, - 1.5865403454441014, - 1.9006784559533838, - 2.3272059752522387, - 2.6211988580569137, - 2.669225795834888, - 2.4554628940277103 - ], - "relative wind angle": [ - 0.2671125845228803, - 0.17180394629648052, - 0.08843553668327099, - 0.2568071277421846, - 0.23532206590908453, - 0.10878899469699949, - 0.05252016229880624, - 0.19789581179574484 - ], - "resistance": [ - 96344.84449977695, - 95813.99636266302, - 95742.08921821859, - 96109.95676466975, - 96836.93226438646, - 97543.73576186721, - 97709.12307150362, - 97113.9370218047 - ], - "fuel": [ - 39.70687554600744, - 39.43451686452417, - 39.397704589387295, - 39.58623393748868, - 39.960284243668355, - 40.32584091523471, - 40.41164712023151, - 40.10332877518488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 24.21875, -42.03125 24.375, -41.875 24.375, -41.875 24.21875, -42.03125 24.21875))", @@ -316530,17 +226099,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -494.6092075461481, + -494.6092075461486, -850.4490368259721, - -787.9243904543159, + -787.9243904543162, -289.2773454652197, 440.41714507103734, 1009.470446005681, - 865.535134107502, + 865.5351341075011, 198.60398107733909 ], "relative wind speed": [ - 1.900331892674372, + 1.9003318926743717, 1.5990084326560898, 1.6668817026469076, 2.036274028210224, @@ -316550,14 +226119,14 @@ 2.3074058740613848 ], "relative wind angle": [ - 0.2465774938215438, - 0.0874064525042361, - 0.1605326631356883, - 0.2563956969145156, - 0.19281712998958597, + 0.2465774938215447, + 0.08740645250423612, + 0.160532663135689, + 0.2563956969145155, + 0.192817129989586, 0.05311165870016919, - 0.1031793659787779, - 0.2257085005400502 + 0.10317936597877898, + 0.22570850054005018 ], "resistance": [ 96139.89079245387, @@ -316610,9 +226179,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -133.69679869523839, - -738.8888742949775, - -892.029717213381, + -133.69679869523907, + -738.8888742949778, + -892.0297172133824, -638.4995240117505, 33.172906383957525, 773.3127310161724, @@ -316620,8 +226189,8 @@ 627.4696625482313 ], "relative wind speed": [ - 2.150577354808249, - 1.7391526892953368, + 2.1505773548082487, + 1.7391526892953366, 1.5748117047658623, 1.8193827401960505, 2.2424859023379455, @@ -316630,13 +226199,13 @@ 2.5186449582811754 ], "relative wind angle": [ - 0.25954661614773167, - 0.20656618016058276, - 0.03015311284997631, + 0.2595466161477321, + 0.2065661801605822, + 0.030153112849979995, 0.2351213148819769, - 0.24867905303450658, - 0.13898781426892462, - 0.017727451078018562, + 0.24867905303450655, + 0.1389878142689246, + 0.017727451078018566, 0.16908757959636742 ], "resistance": [ @@ -316690,9 +226259,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -313.326099424125, + -313.3260994241257, -806.3019800256708, - -854.1635961554919, + -854.1635961554921, -468.02002360583856, 248.96590999850696, 924.5877640438414, @@ -316700,9 +226269,9 @@ 431.9044786919251 ], "relative wind speed": [ - 1.9398869510910988, + 1.9398869510910985, 1.547282712871387, - 1.49200864998784, + 1.4920086499878398, 1.8323722420633475, 2.2640146082858266, 2.548497544828031, @@ -316710,12 +226279,12 @@ 2.3518791414655817 ], "relative wind angle": [ - 0.2856501092482889, - 0.1739627778649154, + 0.28565010924828926, + 0.17396277786491537, 0.11275664481433384, - 0.2793427125224436, + 0.27934271252244364, 0.2438495391912881, - 0.10528140140042863, + 0.10528140140042865, 0.06508336171962072, 0.21650671451050454 ], @@ -316757,68 +226326,7 @@ "id": "5776", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.883270914220479, - 7.883270914220479, - 7.883270914220479, - 7.883270914220479, - 7.883270914220479, - 7.883270914220479, - 7.883270914220479, - 7.883270914220479 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 192.62603689835123, - -633.931818495008, - -1026.017658833955, - -914.4371703611534, - -273.4643050659274, - 619.0850850874526, - 1284.854089550688, - 1028.522941344062 - ], - "relative wind speed": [ - 2.3997361840929767, - 1.9187268527887509, - 1.5778592017037214, - 1.6974385439367572, - 2.151059894659592, - 2.5892623830051344, - 2.8100093884642, - 2.7394333014723893 - ], - "relative wind angle": [ - 0.2601349458951459, - 0.2786768379310056, - 0.08197392234713821, - 0.20473140726742495, - 0.2910374413750393, - 0.20528475127685442, - 0.04599417426259196, - 0.12630921907799642 - ], - "resistance": [ - 96827.12603689838, - 96000.56818150502, - 95608.48234116608, - 95720.06282963887, - 96361.03569493411, - 97253.58508508748, - 97919.35408955072, - 97663.0229413441 - ], - "fuel": [ - 40.061214659132816, - 39.63610959936864, - 39.43534581951081, - 39.49242130203798, - 39.82118822550032, - 40.281540016457754, - 40.626855139603535, - 40.49370832314352 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 23.90625, -42.34375 24.0625, -42.1875 24.0625, -42.1875 23.90625, -42.34375 23.90625))", @@ -316837,68 +226345,7 @@ "id": "5777", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.037532348234455, - 8.037532348234455, - 8.037532348234455, - 8.037532348234455, - 8.037532348234455, - 8.037532348234455, - 8.037532348234455, - 8.037532348234455 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 19.108618149979065, - -717.5693676093272, - -985.4406312961701, - -807.3134477260442, - -130.06030127663962, - 710.7316054356588, - 1252.6389372465437, - 841.136088786347 - ], - "relative wind speed": [ - 2.3464427997382717, - 1.9012409993496844, - 1.6509616389890127, - 1.8328813748258046, - 2.2682145242867455, - 2.6525221211180763, - 2.8151228405196886, - 2.7002105115056483 - ], - "relative wind angle": [ - 0.2507318538742301, - 0.23367941355305066, - 0.024486632304117625, - 0.21055802028347362, - 0.25957534373401875, - 0.16674516806535752, - 0.01435952968447258, - 0.1423516366136028 - ], - "resistance": [ - 96653.60861814996, - 95916.93063239065, - 95649.0593687038, - 95827.18655227392, - 96504.43969872333, - 97345.23160543563, - 97887.13893724652, - 97475.63608878631 - ], - "fuel": [ - 40.04170114079557, - 39.66317444734501, - 39.526035006161486, - 39.61719930289209, - 39.96489073476275, - 40.398915168807875, - 40.680046746009694, - 40.466466782158996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 23.75, -42.5 23.90625, -42.34375 23.90625, -42.34375 23.75, -42.5 23.75))", @@ -316917,68 +226364,7 @@ "id": "5778", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.535343869179975, - 7.535343869179975, - 7.535343869179975, - 7.535343869179975, - 7.535343869179975, - 7.535343869179975, - 7.535343869179975, - 7.535343869179975 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 147.21552795842422, - -590.7873565754101, - -927.920075260434, - -815.31436792116, - -225.86533488826262, - 578.6016277454505, - 1165.0061971098826, - 906.1153569075732 - ], - "relative wind speed": [ - 2.277471461552451, - 1.823529826070869, - 1.5129288034354296, - 1.6385996240386151, - 2.0691599198866673, - 2.4785152825191945, - 2.6794300640223274, - 2.6044750535092027 - ], - "relative wind angle": [ - 0.25936413329697583, - 0.27176089273599285, - 0.07154137252758629, - 0.20685907308871304, - 0.28617575044429205, - 0.19879876332452612, - 0.04037204857616173, - 0.12958107349036804 - ], - "resistance": [ - 96781.71552795837, - 96043.71264342453, - 95706.5799247395, - 95819.18563207878, - 96408.63466511168, - 97213.10162774539, - 97799.50619710982, - 97540.61535690751 - ], - "fuel": [ - 39.88580674453148, - 39.50624929855324, - 39.33353514245452, - 39.39117636215525, - 39.69367665959808, - 40.10860866980531, - 40.412584831693934, - 40.27822511495667 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 23.75, -42.34375 23.90625, -42.1875 23.90625, -42.1875 23.75, -42.34375 23.75))", @@ -316997,68 +226383,7 @@ "id": "5779", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.6014964744942635, - 7.6014964744942635, - 7.6014964744942635, - 7.6014964744942635, - 7.6014964744942635, - 7.6014964744942635, - 7.6014964744942635, - 7.6014964744942635 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 107.04385526280157, - -620.845186948291, - -932.8115745973081, - -801.2555196917481, - -192.73530990021345, - 612.6252374096591, - 1178.4305775277223, - 875.6027351514688 - ], - "relative wind speed": [ - 2.273639965802584, - 1.8226578565605227, - 1.530974586674037, - 1.6756666327560354, - 2.1076568877096546, - 2.507902427990954, - 2.695880758743417, - 2.6084090143750016 - ], - "relative wind angle": [ - 0.2593029792385849, - 0.26257831078567884, - 0.05626920493813291, - 0.21124181001604428, - 0.2802538034724676, - 0.18978483060325474, - 0.0319435176275401, - 0.13510740037013955 - ], - "resistance": [ - 96741.54385526279, - 96013.65481305169, - 95701.68842540268, - 95833.24448030823, - 96441.76469009978, - 97247.12523740965, - 97812.9305775277, - 97510.10273515145 - ], - "fuel": [ - 39.89337798336, - 39.51911723024409, - 39.3593161503035, - 39.42666002044052, - 39.739000911410386, - 40.154494441700535, - 40.44784247225645, - 40.290689864874345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 23.90625, -42.1875 24.0625, -42.03125 24.0625, -42.03125 23.90625, -42.1875 23.90625))", @@ -317077,68 +226402,7 @@ "id": "5780", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.83798879811221, - 7.83798879811221, - 7.83798879811221, - 7.83798879811221, - 7.83798879811221, - 7.83798879811221, - 7.83798879811221, - 7.83798879811221 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -47.36461313594987, - -720.5894890240431, - -927.4270304220329, - -728.055569988057, - -59.7744733833722, - 729.8760776845022, - 1202.3478076354256, - 740.7232987818536 - ], - "relative wind speed": [ - 2.2530495241387922, - 1.8241628479665566, - 1.6107312047169775, - 1.8183332434817157, - 2.2463753708673333, - 2.606696063824842, - 2.7437163576456625, - 2.6107659184060616 - ], - "relative wind angle": [ - 0.2541616065294569, - 0.22276636736269012, - 0.0021407599230172476, - 0.2207432920122884, - 0.2549335090971557, - 0.15522812761900376, - 0.0012567578548418994, - 0.1530939754036793 - ], - "resistance": [ - 96587.13538686403, - 95913.91051097594, - 95707.07296957796, - 95906.44443001194, - 96574.72552661662, - 97364.37607768449, - 97836.84780763541, - 97375.22329878184 - ], - "fuel": [ - 39.917291458944334, - 39.57145587300441, - 39.46554210908334, - 39.56763000293258, - 39.91090125688894, - 40.31865744546138, - 40.563739727579566, - 40.32427483980252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 23.90625, -42.03125 24.0625, -41.875 24.0625, -41.875 23.90625, -42.03125 23.90625))", @@ -317170,33 +226434,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -429.95790401724366, + -429.9579040172441, -891.3432661170505, - -885.6841897500951, + -885.6841897500954, -411.5944806162777, 368.0700669024013, 1042.944607547926, - 1029.9519053330564, + 1029.9519053330578, 346.37944684447166 ], "relative wind speed": [ 1.9687350614254926, 1.600172012881163, 1.6063811117335534, - 1.9809049104206629, + 1.9809049104206626, 2.409170874802728, 2.6682337932189575, 2.6645002852222506, 2.3991743959027 ], "relative wind angle": [ - 0.2737731688582119, - 0.13526451960069438, - 0.14185519358867524, - 0.27450723179032804, + 0.27377316885821273, + 0.13526451960069436, + 0.14185519358867602, + 0.2745072317903276, 0.22277682622049988, 0.08096104026295245, - 0.08533905078161197, + 0.08533905078161068, 0.22572613643188383 ], "resistance": [ @@ -317237,68 +226501,7 @@ "id": "5782", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.817949183777404, - 7.817949183777404, - 7.817949183777404, - 7.817949183777404, - 7.817949183777404, - 7.817949183777404, - 7.817949183777404, - 7.817949183777404 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -26.713913919129027, - -736.0389729246685, - -965.2062005050443, - -763.2973188526146, - -72.00707878313005, - 755.8264357003907, - 1262.335149248839, - 795.5348008181038 - ], - "relative wind speed": [ - 2.2637430918242036, - 1.8118435477370536, - 1.5772529815173275, - 1.7902826913417609, - 2.239352136963294, - 2.618483098594964, - 2.7661351759085413, - 2.6332714755957043 - ], - "relative wind angle": [ - 0.26571260484379583, - 0.23920561642076613, - 0.008016643062702052, - 0.23186834081320967, - 0.2686780311756322, - 0.16468634613487584, - 0.0045710646686761254, - 0.15687426543547398 - ], - "resistance": [ - 96607.78608608086, - 95898.46102707532, - 95669.29379949495, - 95871.20268114738, - 96562.49292121685, - 97390.32643570038, - 97896.83514924883, - 97430.03480081809 - ], - "fuel": [ - 39.91901570847142, - 39.55462859609587, - 39.43730333074038, - 39.540663077019886, - 39.89569221628059, - 40.323186279350864, - 40.586005336641634, - 40.34375581177082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 23.75, -42.03125 23.90625, -41.875 23.90625, -41.875 23.75, -42.03125 23.75))", @@ -317330,13 +226533,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -627.7843337437998, + -627.7843337438012, -1235.384429973876, - -1218.325249737009, + -1218.3252497370104, -570.7848384890085, 480.4823995825109, - 1370.443462764344, - 1331.0410149883373, + 1370.4434627643423, + 1331.04101498834, 413.6323892691421 ], "relative wind speed": [ @@ -317345,19 +226548,19 @@ 2.192135164725306, 2.573466094213981, 3.021851380333321, - 3.295811835448436, + 3.2958118354484363, 3.2865215903423213, 2.9973243078022946 ], "relative wind angle": [ - 0.21764365269610186, + 0.21764365269610292, 0.09950806174446415, - 0.11128276844281143, - 0.21962574834975548, - 0.18284559823346339, - 0.06570186634863569, - 0.07414126139261322, - 0.18816408008549154 + 0.11128276844281343, + 0.2196257483497555, + 0.1828455982334634, + 0.06570186634863738, + 0.07414126139261173, + 0.18816408008549157 ], "resistance": [ 96006.71566625625, @@ -317365,7 +226568,7 @@ 95416.17475026303, 96063.71516151103, 97114.98239958256, - 98004.9434627644, + 98004.94346276438, 97965.54101498838, 97048.13238926919 ], @@ -317397,68 +226600,7 @@ "id": "5784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.452926949494039, - 8.452926949494039, - 8.452926949494039, - 8.452926949494039, - 8.452926949494039, - 8.452926949494039, - 8.452926949494039, - 8.452926949494039 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -155.42238404453838, - -919.3088900586552, - -1116.4926645639105, - -802.9628006733972, - 37.928247615026976, - 970.3408305667076, - 1425.464911218442, - 801.0442977060197 - ], - "relative wind speed": [ - 2.382704648631269, - 1.9123165374204425, - 1.7196836933958917, - 1.9970465563701325, - 2.479057506684437, - 2.8576306662628403, - 2.9775317897086815, - 2.799073528106704 - ], - "relative wind angle": [ - 0.2671856408606543, - 0.2158398383378086, - 0.029007191936602644, - 0.2427791206307944, - 0.2565618763657157, - 0.14381562885429205, - 0.016751637301052034, - 0.17237059996548612 - ], - "resistance": [ - 96479.07761595552, - 95715.1911099414, - 95518.00733543615, - 95831.53719932666, - 96672.42824761508, - 97604.84083056677, - 98059.9649112185, - 97435.54429770607 - ], - "fuel": [ - 40.14796447973049, - 39.7559920193929, - 39.655163852983726, - 39.81555242381988, - 40.24752268197983, - 40.72958432911507, - 40.96606052126195, - 40.641816866856615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 23.59375, -42.03125 23.75, -41.875 23.75, -41.875 23.59375, -42.03125 23.59375))", @@ -317477,68 +226619,7 @@ "id": "5785", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.960663856468459, - 10.960663856468459, - 10.960663856468459, - 10.960663856468459, - 10.960663856468459, - 10.960663856468459, - 10.960663856468459, - 10.960663856468459 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -662.4527226001774, - -1488.000082082492, - -1533.7618600020373, - -815.6121720841252, - 458.36644976138814, - 1606.2355249500724, - 1711.9815108215644, - 637.9317235090575 - ], - "relative wind speed": [ - 2.8922270116970483, - 2.463248311399, - 2.4296846661355374, - 2.822853816518281, - 3.324646117477348, - 3.6538550395489438, - 3.676259147121307, - 3.3837472163587243 - ], - "relative wind angle": [ - 0.21781280331593653, - 0.11630834412849018, - 0.09097698291066023, - 0.21346883500919353, - 0.18911356749586788, - 0.07831269177032825, - 0.060081030960213104, - 0.17766781595210723 - ], - "resistance": [ - 95972.04727739983, - 95146.49991791752, - 95100.73813999798, - 95818.8878279159, - 97092.86644976141, - 98240.73552495008, - 98346.48151082158, - 97272.43172350907 - ], - "fuel": [ - 41.313016239672024, - 40.89105605072234, - 40.86774011879302, - 41.234540588815996, - 41.88995683343514, - 42.485666434506754, - 42.54079206747713, - 41.98282232534109 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 23.4375, -42.1875 23.59375, -42.03125 23.59375, -42.03125 23.4375, -42.1875 23.4375))", @@ -317557,68 +226638,7 @@ "id": "5786", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.322287089367045, - 10.322287089367045, - 10.322287089367045, - 10.322287089367045, - 10.322287089367045, - 10.322287089367045, - 10.322287089367045, - 10.322287089367045 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -756.8642467015529, - -1491.020745845593, - -1463.6551521765523, - -666.6412339382118, - 616.1786333618852, - 1700.9562649597733, - 1637.9370115710403, - 510.0399747649403 - ], - "relative wind speed": [ - 2.6569192640845287, - 2.226851102938334, - 2.2485805228387687, - 2.700740399081459, - 3.218943390080448, - 3.530148819773524, - 3.5163478435325777, - 3.1822661455597014 - ], - "relative wind angle": [ - 0.24220087971520354, - 0.1111446112711577, - 0.12840396832190268, - 0.24466095190004583, - 0.1992804396058908, - 0.07002401911450402, - 0.08197615012056428, - 0.2070508762915423 - ], - "resistance": [ - 95877.63575329844, - 95143.4792541544, - 95170.84484782345, - 95967.85876606179, - 97250.67863336188, - 98335.45626495978, - 98272.43701157103, - 97144.53997476494 - ], - "fuel": [ - 40.86245238500319, - 40.487337687726594, - 40.50128405637797, - 40.9086899000672, - 41.56938685232136, - 42.13286356330827, - 42.10000905294559, - 41.51448937969111 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 23.4375, -42.03125 23.59375, -41.875 23.59375, -41.875 23.4375, -42.03125 23.4375))", @@ -317637,68 +226657,7 @@ "id": "5787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.153431068758223, - 12.153431068758223, - 12.153431068758223, - 12.153431068758223, - 12.153431068758223, - 12.153431068758223, - 12.153431068758223, - 12.153431068758223 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -708.3182521935669, - -1729.6592495183108, - -1828.522018230783, - -1041.2519621191004, - 439.6111735405366, - 1819.7467567736394, - 2048.5794755166444, - 829.4533471973546 - ], - "relative wind speed": [ - 3.242644731586861, - 2.7766465686019908, - 2.7117346716117767, - 3.1071939339967285, - 3.642146593563034, - 4.00876670528002, - 4.052958392960555, - 3.7583670018805724 - ], - "relative wind angle": [ - 0.20871366406582936, - 0.11951696001244236, - 0.07518217122131719, - 0.20059529072757906, - 0.185536648195505, - 0.08267988229224443, - 0.050276343069033884, - 0.16548454785198807 - ], - "resistance": [ - 95926.18174780643, - 94904.84075048169, - 94805.97798176922, - 95593.2480378809, - 97074.11117354054, - 98454.24675677365, - 98683.07947551664, - 97463.95334719736 - ], - "fuel": [ - 42.11289672114759, - 41.59140732757771, - 41.541134752773935, - 41.942476734064456, - 42.70365427795285, - 43.42040331554515, - 43.539928562245265, - 42.90539365471336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 23.59375, -41.875 23.75, -41.71875 23.75, -41.71875 23.59375, -41.875 23.59375))", @@ -317730,17 +226689,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -699.3343175658729, + -699.3343175658752, -1375.8157184503098, - -1359.125318367494, + -1359.1253183674953, -643.2870914915206, 522.844189615816, 1510.547410506379, - 1471.9495613137083, + 1471.949561313711, 457.18088420859976 ], "relative wind speed": [ - 2.740104604778026, + 2.7401046047780255, 2.3630968763383935, 2.3757640790123005, 2.766422586597694, @@ -317750,17 +226709,17 @@ 3.207658405574868 ], "relative wind angle": [ - 0.2086800982590193, + 0.20868009825902037, 0.09531236433240128, - 0.1052634856190777, + 0.1052634856190798, 0.21045047886817578, 0.17665561922333312, 0.06401719793845292, - 0.0712410775317905, - 0.1811539326921069 + 0.07124107753178895, + 0.18115393269210686 ], "resistance": [ - 95935.16568243413, + 95935.16568243412, 95258.6842815497, 95275.3746816325, 95991.21290850847, @@ -317770,7 +226729,7 @@ 97091.6808842086 ], "fuel": [ - 41.03168314574152, + 41.031683145741496, 40.685819932459914, 40.69433270955267, 41.06041467835393, @@ -317810,33 +226769,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -552.3488600041906, + -552.3488600041917, -1056.142807028011, - -1025.7906684246543, - -452.12028538442974, + -1025.7906684246557, + -452.1202853844293, 453.9501866510759, 1208.1336355206504, - 1138.2106653603746, + 1138.2106653603737, 336.08455789321033 ], "relative wind speed": [ - 2.2318839114844997, + 2.231883911484499, 1.8792919565583555, - 1.907802786925297, - 2.2895362404506616, + 1.9078027869252967, + 2.289536240450662, 2.7202844486644726, 2.9748134425547073, - 2.9566098495048667, + 2.956609849504867, 2.671942566682931 ], "relative wind angle": [ - 0.2385288116813252, + 0.23852881168132517, 0.10454268478240014, - 0.13141627833695346, - 0.24244081425924494, + 0.13141627833695516, + 0.24244081425924588, 0.19508790545157428, 0.06597081740616913, - 0.0846557967701717, + 0.08465579677017301, 0.20719299513016212 ], "resistance": [ @@ -317877,68 +226836,7 @@ "id": "5790", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.880903228885963, - 10.880903228885963, - 10.880903228885963, - 10.880903228885963, - 10.880903228885963, - 10.880903228885963, - 10.880903228885963, - 10.880903228885963 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -796.122896009033, - -1482.4822686236148, - -1434.4237724829713, - -634.7948223977805, - 618.5310867595749, - 1648.240459495492, - 1537.1044422795553, - 429.5079148044965 - ], - "relative wind speed": [ - 2.8027968174759295, - 2.424690341487175, - 2.460067630684499, - 2.8762595549867167, - 3.352750772233301, - 3.6355858521926008, - 3.6117412688649986, - 3.2899450927199085 - ], - "relative wind angle": [ - 0.20785711092341613, - 0.08712821604873251, - 0.11406841587490311, - 0.21263057255683165, - 0.17338101206515835, - 0.0580677733978168, - 0.07760498482943176, - 0.18555933526535268 - ], - "resistance": [ - 95838.37710399099, - 95152.01773137641, - 95200.07622751706, - 95999.70517760224, - 97253.0310867596, - 98282.74045949552, - 98171.60444227958, - 97064.00791480452 - ], - "fuel": [ - 41.19280459557712, - 40.842150902330204, - 40.86664640313699, - 41.2754798274898, - 41.92106610947229, - 42.455841687273335, - 42.397933692321644, - 41.82332626302192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 23.4375, -41.71875 23.59375, -41.5625 23.59375, -41.5625 23.4375, -41.71875 23.4375))", @@ -317970,9 +226868,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -695.8122815737029, + -695.8122815737045, -1166.6807862386065, - -1070.451893086115, + -1070.451893086116, -378.49907777209546, 618.099096747856, 1382.2616833226407, @@ -317980,9 +226878,9 @@ 244.77324515677356 ], "relative wind speed": [ - 2.2427359437934156, + 2.242735943793415, 1.9039032577055606, - 1.9917100137467105, + 1.9917100137467103, 2.419849833202895, 2.860896421258586, 3.096731378736502, @@ -317990,19 +226888,19 @@ 2.7127328713865366 ], "relative wind angle": [ - 0.23812982686426612, + 0.23812982686426706, 0.07918103395712624, - 0.15935885490115925, + 0.15935885490115995, 0.24952417399820215, 0.18598769804598816, 0.048649673728858416, 0.10411925594045232, - 0.22210299827650407 + 0.2221029982765041 ], "resistance": [ 95938.68771842628, 95467.81921376138, - 95564.04810691388, + 95564.04810691386, 96256.00092222789, 97252.59909674784, 98016.76168332262, @@ -318012,7 +226910,7 @@ "fuel": [ 40.1376454492555, 39.89671920532435, - 39.94588894700216, + 39.945888947002146, 40.300468362847255, 40.81428899779756, 41.21077511233869, @@ -318050,7 +226948,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -763.3431638489517, + -763.343163848953, -1079.9603289508057, -913.120046498027, -203.33042489228092, @@ -318060,7 +226958,7 @@ 46.01977978900186 ], "relative wind speed": [ - 2.1882625067135404, + 2.18826250671354, 1.9401520594428288, 2.0891106469575713, 2.4974962579474043, @@ -318070,11 +226968,11 @@ 2.6148171962138096 ], "relative wind angle": [ - 0.20034204793155094, + 0.20034204793155205, 0.03098135565148987, - 0.16856298604416592, - 0.22440332940446803, - 0.1518635876174439, + 0.16856298604416595, + 0.22440332940446805, + 0.15186358761744392, 0.0196973017617305, 0.11903447881610658, 0.2141741415819292 @@ -318130,17 +227028,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -845.8957362329324, + -845.8957362329338, -1039.596767182673, - -787.1209318115621, + -787.1209318115627, -33.201803012799246, 819.1437120960372, 1269.121238612403, - 734.4441740616903, + 734.4441740616894, -131.10220966912038 ], "relative wind speed": [ - 2.1417812832689322, + 2.141781283268932, 1.9713193507318174, 2.1802487888485644, 2.5848170554592826, @@ -318150,14 +227048,14 @@ 2.5389279811561627 ], "relative wind angle": [ - 0.16947743656853947, + 0.1694774365685401, 0.01190122671876897, - 0.18191065905560094, - 0.20822516930931495, + 0.18191065905560216, + 0.20822516930931492, 0.12393218166342138, 0.007717478474271014, - 0.13672726397003845, - 0.21204557488951592 + 0.13672726397003926, + 0.2120455748895159 ], "resistance": [ 95788.60426376709, @@ -318197,68 +227095,7 @@ "id": "5794", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.124865202612177, - 9.124865202612177, - 9.124865202612177, - 9.124865202612177, - 9.124865202612177, - 9.124865202612177, - 9.124865202612177, - 9.124865202612177 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -657.6402472976342, - -1162.1921223240533, - -1093.98516124142, - -431.92115476994786, - 559.71993059335, - 1347.64437696928, - 1190.408534596484, - 294.40269025337057 - ], - "relative wind speed": [ - 2.308645417831767, - 1.9622087597791518, - 2.0231789707292456, - 2.4323801617682475, - 2.872613081960252, - 3.1195330366852585, - 3.0803403117713692, - 2.768623544753071 - ], - "relative wind angle": [ - 0.23259070952185393, - 0.0880181649245752, - 0.1429390069298772, - 0.24080036052798415, - 0.18632252103764216, - 0.05532081455920244, - 0.09370055385589694, - 0.21108106267826499 - ], - "resistance": [ - 95976.85975270234, - 95472.30787767592, - 95540.51483875855, - 96202.57884523002, - 97194.21993059332, - 97982.14437696926, - 97824.90853459646, - 96928.90269025334 - ], - "fuel": [ - 40.231333356485926, - 39.973132513276, - 40.00798156935279, - 40.34715018249864, - 40.85820879841303, - 41.26688743662794, - 41.185148249465485, - 40.72111464087678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 23.4375, -41.40625 23.59375, -41.25 23.59375, -41.25 23.4375, -41.40625 23.4375))", @@ -318277,68 +227114,7 @@ "id": "5795", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.416600020847765, - 8.416600020847765, - 8.416600020847765, - 8.416600020847765, - 8.416600020847765, - 8.416600020847765, - 8.416600020847765, - 8.416600020847765 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -540.1470425310197, - -966.921913795504, - -916.4195963880252, - -372.5211502397542, - 450.9105208639198, - 1110.7171829036574, - 994.2265490360514, - 254.0162842355753 - ], - "relative wind speed": [ - 2.138774289846463, - 1.8244059740264775, - 1.8731569185653227, - 2.238200356441895, - 2.6366203365542304, - 2.8631564930991953, - 2.8315023257045806, - 2.552759570829763 - ], - "relative wind angle": [ - 0.22737321104475114, - 0.0884454107196756, - 0.13613756116956535, - 0.23478051273930325, - 0.18389017841989616, - 0.05631380899941681, - 0.08990380698274777, - 0.20540551782659605 - ], - "resistance": [ - 96094.35295746902, - 95667.57808620454, - 95718.08040361202, - 96261.97884976029, - 97085.41052086397, - 97745.2171829037, - 97628.7265490361, - 96888.51628423562 - ], - "fuel": [ - 39.93267459436146, - 39.714027239261696, - 39.73986547461042, - 40.0187388748005, - 40.44303229424, - 40.78483470612068, - 40.724370819756096, - 40.34134817934806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 23.28125, -41.5625 23.4375, -41.40625 23.4375, -41.40625 23.28125, -41.5625 23.28125))", @@ -318357,68 +227133,7 @@ "id": "5796", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.741674040192587, - 8.741674040192587, - 8.741674040192587, - 8.741674040192587, - 8.741674040192587, - 8.741674040192587, - 8.741674040192587, - 8.741674040192587 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -524.8803867981778, - -1066.0309357568112, - -1057.9140909189682, - -498.1296223007239, - 420.83220574341294, - 1210.0069323172888, - 1191.3168226304801, - 389.35984021556305 - ], - "relative wind speed": [ - 2.2607267093006906, - 1.8898478009885518, - 1.8974620433923222, - 2.2760723024970777, - 2.7177798253437864, - 2.9875889480130904, - 2.9827588281784805, - 2.704941276071789 - ], - "relative wind angle": [ - 0.2436079941498356, - 0.11664020739939718, - 0.12377980147811393, - 0.24462062465445683, - 0.2020129340041656, - 0.0736821182453758, - 0.07862174610176725, - 0.2052268600801866 - ], - "resistance": [ - 96109.61961320184, - 95568.4690642432, - 95576.58590908104, - 96136.37037769929, - 97055.33220574343, - 97844.50693231731, - 97825.8168226305, - 97023.85984021558 - ], - "fuel": [ - 40.10114032035864, - 39.82397988229893, - 39.828129027489034, - 40.114869492535504, - 40.58812098922602, - 40.99704210369377, - 40.98733078872131, - 40.571861228114464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 23.28125, -41.40625 23.4375, -41.25 23.4375, -41.25 23.28125, -41.40625 23.28125))", @@ -318437,68 +227152,7 @@ "id": "5797", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.77417401999392, - 9.77417401999392, - 9.77417401999392, - 9.77417401999392, - 9.77417401999392, - 9.77417401999392, - 9.77417401999392, - 9.77417401999392 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -573.8508320579472, - -1123.155892139317, - -1110.1671336467948, - -529.9305069506554, - 416.6997656563358, - 1217.036867211374, - 1186.945719712941, - 365.3160754073724 - ], - "relative wind speed": [ - 2.5460103008599906, - 2.218489901291932, - 2.2290422915581924, - 2.568165211461374, - 2.9747678757751417, - 3.2264089828623153, - 3.219127650354041, - 2.9556623307591283 - ], - "relative wind angle": [ - 0.19634473047783632, - 0.0889582401383285, - 0.09793781055798344, - 0.19806044828054148, - 0.16775332491330675, - 0.06112540412952828, - 0.06775921737651379, - 0.1718152205807355 - ], - "resistance": [ - 96060.64916794207, - 95511.3441078607, - 95524.33286635322, - 96104.56949304936, - 97051.19976565635, - 97851.53686721138, - 97821.44571971295, - 96999.81607540739 - ], - "fuel": [ - 40.63238346501747, - 40.35115496959354, - 40.357791882251014, - 40.654917891828646, - 41.142354933848836, - 41.55706429211172, - 41.541428889309785, - 41.115810956662 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 23.125, -41.5625 23.28125, -41.40625 23.28125, -41.40625 23.125, -41.5625 23.125))", @@ -318517,68 +227171,7 @@ "id": "5798", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.57305404702912, - 8.57305404702912, - 8.57305404702912, - 8.57305404702912, - 8.57305404702912, - 8.57305404702912, - 8.57305404702912, - 8.57305404702912 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -461.25818976286973, - -976.0841844269726, - -984.616687428502, - -489.56303447895084, - 349.2411606166488, - 1084.4829105697454, - 1104.1578581187114, - 382.49084510990497 - ], - "relative wind speed": [ - 2.2371360144275276, - 1.8852494570054568, - 1.8771582883197362, - 2.2206493176787854, - 2.636724544893363, - 2.8987804948896048, - 2.904026624066024, - 2.6506245453825663 - ], - "relative wind angle": [ - 0.23247893012629559, - 0.1168996882435624, - 0.1091325314900611, - 0.23127901196279593, - 0.19674219229326262, - 0.07592671432982077, - 0.07046144501962054, - 0.19323934830907116 - ], - "resistance": [ - 96173.24181023716, - 95658.41581557305, - 95649.88331257153, - 96144.93696552108, - 96983.74116061667, - 97718.98291056977, - 97738.65785811874, - 97016.99084510993 - ], - "fuel": [ - 40.0496065529833, - 39.785781635439875, - 39.78141742382739, - 40.03507598574957, - 40.46694915218306, - 40.84765455516427, - 40.85786980300047, - 40.48412228680457 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 23.125, -41.40625 23.28125, -41.25 23.28125, -41.25 23.125, -41.40625 23.125))", @@ -318597,68 +227190,7 @@ "id": "5799", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.632839514465203, - 9.632839514465203, - 9.632839514465203, - 9.632839514465203, - 9.632839514465203, - 9.632839514465203, - 9.632839514465203, - 9.632839514465203 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -511.3018807556218, - -1046.7859577541678, - -1052.452945556183, - -530.5476247585966, - 350.9618391453164, - 1114.1103109331916, - 1127.2543162180446, - 373.4591320149402 - ], - "relative wind speed": [ - 2.528914061300642, - 2.2113140938738063, - 2.206665692795318, - 2.5190924419741254, - 2.907642255441438, - 3.1559277230804477, - 3.1591796934192953, - 2.916155531493735 - ], - "relative wind angle": [ - 0.18996716424976662, - 0.09131033692053418, - 0.08728798295471786, - 0.18916566238085586, - 0.1649788548040524, - 0.06393454539481727, - 0.06093036641834726, - 0.16315903179770577 - ], - "resistance": [ - 96123.19811924442, - 95587.71404224588, - 95582.04705444386, - 96103.95237524145, - 96985.46183914536, - 97748.61031093323, - 97761.75431621808, - 97007.95913201498 - ], - "fuel": [ - 40.58417017299932, - 40.30987922379034, - 40.30698212892, - 40.574293442659695, - 41.0280897760599, - 41.42328968402466, - 41.43011535098323, - 41.0397091002736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 22.65625, -42.1875 22.8125, -42.03125 22.8125, -42.03125 22.65625, -42.1875 22.65625))", @@ -318677,68 +227209,7 @@ "id": "5800", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.559140125717951, - 12.559140125717951, - 12.559140125717951, - 12.559140125717951, - 12.559140125717951, - 12.559140125717951, - 12.559140125717951, - 12.559140125717951 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 197.56811010120964, - -1148.3638531980387, - -1758.9619943642497, - -1573.124966036782, - -511.7310220756317, - 940.6645280020111, - 1982.1932277378091, - 1549.8611098888532 - ], - "relative wind speed": [ - 3.6636746015615342, - 3.17691913153185, - 2.866615138581119, - 2.9824583264249296, - 3.424708262903087, - 3.8805055216853717, - 4.115052359251496, - 4.031883009619991 - ], - "relative wind angle": [ - 0.1713238690757795, - 0.1668131552027883, - 0.042357140505284795, - 0.1195934245456695, - 0.1834096403638834, - 0.13635742380850474, - 0.029502158298125802, - 0.08836970609687522 - ], - "resistance": [ - 96832.06811010123, - 95486.13614680197, - 94875.53800563577, - 95061.37503396324, - 96122.76897792438, - 97575.16452800203, - 98616.69322773782, - 98184.36110988887 - ], - "fuel": [ - 42.880114428529346, - 42.18916710530584, - 41.87793326527779, - 41.97251117801548, - 42.51514864527269, - 43.26447841770603, - 43.80666367372274, - 43.5811159133448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 22.65625, -42.03125 22.8125, -41.875 22.8125, -41.875 22.65625, -42.03125 22.65625))", @@ -318757,68 +227228,7 @@ "id": "5801", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.621277116400222, - 13.621277116400222, - 13.621277116400222, - 13.621277116400222, - 13.621277116400222, - 13.621277116400222, - 13.621277116400222, - 13.621277116400222 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -4.208296306230295, - -1415.3946459443887, - -1937.7547095671407, - -1637.2977725809014, - -375.06434317778803, - 1208.0335759410737, - 2227.4287018520126, - 1525.8475102980346 - ], - "relative wind speed": [ - 3.894889458054481, - 3.408996593186897, - 3.1452016784873194, - 3.3160330415626, - 3.779685452857961, - 4.2231419867972875, - 4.423108908296354, - 4.296523115296262 - ], - "relative wind angle": [ - 0.16481450748052281, - 0.14517709777437202, - 0.01857473883294469, - 0.12412793334642215, - 0.16988616489970537, - 0.11704542061084874, - 0.01320782284552577, - 0.09570145366781191 - ], - "resistance": [ - 96630.2917036938, - 95219.10535405565, - 94696.74529043288, - 94997.20222741913, - 96259.43565682224, - 97842.53357594111, - 98861.92870185204, - 98160.34751029806 - ], - "fuel": [ - 43.61659305453725, - 42.89337762919968, - 42.62755374620503, - 42.78032927180435, - 43.425816136392044, - 44.24376880561957, - 44.77540426827689, - 44.40910044452906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 22.5, -42.1875 22.65625, -42.03125 22.65625, -42.03125 22.5, -42.1875 22.5))", @@ -318837,68 +227247,7 @@ "id": "5802", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.464459528747131, - 13.464459528747131, - 13.464459528747131, - 13.464459528747131, - 13.464459528747131, - 13.464459528747131, - 13.464459528747131, - 13.464459528747131 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 494.5766815466877, - -1039.4966383103256, - -1891.784269640033, - -1830.1541880543864, - -827.6694792976023, - 741.6603020322345, - 2017.0980894365312, - 1873.6578227353339 - ], - "relative wind speed": [ - 3.997612541005404, - 3.505407847791968, - 3.1362004712986713, - 3.1718982698882114, - 3.5821124264632207, - 4.065040133192338, - 4.356223372102479, - 4.330299854433417 - ], - "relative wind angle": [ - 0.1534434781549649, - 0.16648319787820712, - 0.06717391789514174, - 0.0893998904398179, - 0.1714087931027883, - 0.14339214772778586, - 0.04834336402312687, - 0.0654439733348324 - ], - "resistance": [ - 97129.07668154674, - 95595.00336168971, - 94742.71573036001, - 94804.34581194566, - 95806.83052070244, - 97376.16030203228, - 98651.59808943658, - 98508.15782273537 - ], - "fuel": [ - 43.745217049319926, - 42.956527080138464, - 42.52213735552801, - 42.553458009114856, - 43.06490947157623, - 43.87306522961418, - 44.5366263846113, - 44.46169783799521 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 22.5, -42.03125 22.65625, -41.875 22.65625, -41.875 22.5, -42.03125 22.5))", @@ -318930,47 +227279,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 424.8245446441433, + 424.8245446441324, -1440.7833182744525, - -2393.8530407624266, - -2247.8703001944823, + -2393.853040762434, + -2247.870300194486, -928.6334616983495, 1020.3217465677953, - 2514.074376626959, + 2514.0743766269734, 2172.0868721377337 ], "relative wind speed": [ - 4.817232284941336, + 4.817232284941335, 4.323311405546525, - 3.9851335394813856, - 4.052460159837829, + 3.985133539481385, + 4.05246015983783, 4.471851824533085, 4.950976077333876, 5.227035134773973, 5.175012297626756 ], "relative wind angle": [ - 0.1293564989310952, + 0.12935649893109694, 0.13050621221040912, - 0.043741250473098924, - 0.07810089406981696, + 0.04374125047310146, + 0.0781008940698198, 0.13941010528587025, 0.1138839549848649, - 0.03334422567745618, + 0.03334422567745285, 0.06113534031175287 ], "resistance": [ - 97059.32454464414, + 97059.32454464413, 95193.71668172555, - 94240.64695923758, + 94240.64695923757, 94386.62969980552, 95705.86653830165, 97654.82174656779, - 99148.57437662696, + 99148.57437662697, 98806.58687213773 ], "fuel": [ - 46.56068946770414, + 46.56068946770413, 45.603187625503836, 45.11903362327305, 45.19297281745996, @@ -318997,68 +227346,7 @@ "id": "5804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.131961032165854, - 12.131961032165854, - 12.131961032165854, - 12.131961032165854, - 12.131961032165854, - 12.131961032165854, - 12.131961032165854, - 12.131961032165854 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -430.7458948089279, - -1451.8179337145716, - -1651.0387739171283, - -1113.4215410605525, - 134.23752557473927, - 1416.5013588290658, - 1880.092178671348, - 931.0660081675369 - ], - "relative wind speed": [ - 3.3262362930834843, - 2.8905761862124844, - 2.762042195377523, - 3.051195228810933, - 3.523282425025514, - 3.8886933841099776, - 3.9810161811871017, - 3.7639838734512154 - ], - "relative wind angle": [ - 0.18436244137749147, - 0.12499604565870226, - 0.03625801116915753, - 0.16526632957963366, - 0.17394313192602756, - 0.09280451072813503, - 0.02515306881449074, - 0.13375919557069668 - ], - "resistance": [ - 96203.75410519108, - 95182.68206628544, - 94983.46122608289, - 95521.07845893946, - 96768.73752557475, - 98051.00135882907, - 98514.59217867136, - 97565.56600816755 - ], - "fuel": [ - 42.239644445630596, - 41.71723724503249, - 41.615762952640296, - 41.88993989449345, - 42.53037196840718, - 43.19460250155798, - 43.436254843554735, - 42.94242055893333 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 22.96875, -41.71875 23.125, -41.5625 23.125, -41.5625 22.96875, -41.71875 22.96875))", @@ -319077,68 +227365,7 @@ "id": "5805", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.368862485408526, - 9.368862485408526, - 9.368862485408526, - 9.368862485408526, - 9.368862485408526, - 9.368862485408526, - 9.368862485408526, - 9.368862485408526 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -466.6719903154326, - -1129.2302398001243, - -1186.5475854187987, - -657.1426413394156, - 319.52940694024437, - 1224.5793041026695, - 1356.8206127450344, - 543.1954261447754 - ], - "relative wind speed": [ - 2.487694410002224, - 2.0875134384078473, - 2.0378843150801513, - 2.3862811438025973, - 2.8423400858533427, - 3.147984797560456, - 3.180337743000796, - 2.927999819661413 - ], - "relative wind angle": [ - 0.23229082821115773, - 0.13286877698154856, - 0.08922300177771607, - 0.22541076334169735, - 0.2028726405411394, - 0.08796323576125141, - 0.0571272067856379, - 0.18317772489016887 - ], - "resistance": [ - 96167.82800968458, - 95505.2697601999, - 95447.95241458122, - 95977.35735866059, - 96954.02940694026, - 97859.07930410268, - 97991.32061274505, - 97177.69542614478 - ], - "fuel": [ - 40.46060881679699, - 40.121273292347624, - 40.09199443504485, - 40.36289016077419, - 40.865388525995286, - 41.33420581968768, - 41.402962242123095, - 40.98096433323029 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 22.8125, -41.875 22.96875, -41.71875 22.96875, -41.71875 22.8125, -41.875 22.8125))", @@ -319157,68 +227384,7 @@ "id": "5806", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.14045694945829, - 12.14045694945829, - 12.14045694945829, - 12.14045694945829, - 12.14045694945829, - 12.14045694945829, - 12.14045694945829, - 12.14045694945829 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -287.24914124412317, - -1381.6980852495985, - -1652.9429095604169, - -1219.459123961642, - -16.434043884056337, - 1304.0240359660993, - 1936.1630640730218, - 1071.2377094648546 - ], - "relative wind speed": [ - 3.3812721805046353, - 2.9294887614233707, - 2.75508555580084, - 3.0065812743026554, - 3.475655800018394, - 3.8641014991263147, - 3.9903243450969805, - 3.8044255597749164 - ], - "relative wind angle": [ - 0.18370960703764835, - 0.13795043773396012, - 0.017414868808473323, - 0.15720104481314026, - 0.17866630841005438, - 0.10444265709811622, - 0.012023630217140513, - 0.12404045008835002 - ], - "resistance": [ - 96347.25085875587, - 95252.8019147504, - 94981.55709043959, - 95415.04087603836, - 96618.06595611594, - 97938.5240359661, - 98570.66306407301, - 97705.73770946485 - ], - "fuel": [ - 42.3195611101902, - 41.75917738653783, - 41.620982833829935, - 41.841966181750195, - 42.45891273907159, - 43.14228193485215, - 43.47172573612476, - 43.02133826946724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 22.8125, -41.71875 22.96875, -41.5625 22.96875, -41.5625 22.8125, -41.71875 22.8125))", @@ -319237,68 +227403,7 @@ "id": "5807", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.25871530872641, - 11.25871530872641, - 11.25871530872641, - 11.25871530872641, - 11.25871530872641, - 11.25871530872641, - 11.25871530872641, - 11.25871530872641 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -95.26439942455545, - -1129.5226652824103, - -1452.8343245353453, - -1172.684819761605, - -167.27699279534045, - 1027.7052317873258, - 1742.8664981354596, - 1089.6863719538833 - ], - "relative wind speed": [ - 3.1965009374449855, - 2.752066086146125, - 2.535415972189961, - 2.729845327632441, - 3.1694399719438104, - 3.5621763342549735, - 3.7194937594793576, - 3.5792335025875555 - ], - "relative wind angle": [ - 0.18629221117928366, - 0.15629179042056504, - 0.0054314042589466635, - 0.15035511980989083, - 0.1879016950778393, - 0.12054867598186851, - 0.003702340628397308, - 0.11449273140695142 - ], - "resistance": [ - 96539.23560057544, - 95504.9773347176, - 95181.66567546465, - 95461.8151802384, - 96467.22300720467, - 97662.20523178733, - 98377.36649813547, - 97724.18637195388 - ], - "fuel": [ - 41.801358348140795, - 41.270938993648144, - 41.10594522596382, - 41.24888980399841, - 41.764297766668435, - 42.38178044772092, - 42.75386702740049, - 42.41395288689922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 22.96875, -41.5625 23.125, -41.40625 23.125, -41.40625 22.96875, -41.5625 22.96875))", @@ -319317,68 +227422,7 @@ "id": "5808", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.736477845453324, - 9.736477845453324, - 9.736477845453324, - 9.736477845453324, - 9.736477845453324, - 9.736477845453324, - 9.736477845453324, - 9.736477845453324 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -581.0784922911798, - -1146.4589003608073, - -1134.8972680251009, - -542.1388507880793, - 427.5034290913368, - 1250.3454787109858, - 1223.5883198789552, - 381.9106440697733 - ], - "relative wind speed": [ - 2.5338499054675547, - 2.194292500581522, - 2.2037658344742344, - 2.55362131127951, - 2.972058491668523, - 3.2308833843437617, - 3.224429122827945, - 2.9550880223634666 - ], - "relative wind angle": [ - 0.2035164322664688, - 0.09329866007858598, - 0.10137452091679995, - 0.2049986968970876, - 0.17317844672076343, - 0.06331529054095862, - 0.06922200920176311, - 0.17683032906488855 - ], - "resistance": [ - 96053.42150770882, - 95488.04109963919, - 95499.6027319749, - 96092.36114921192, - 97062.00342909133, - 97884.84547871098, - 97858.08831987895, - 97016.41064406978 - ], - "fuel": [ - 40.607127765965544, - 40.31770126701413, - 40.32360792265874, - 40.62710531975331, - 41.12638912626197, - 41.552827368646966, - 41.538920828737744, - 41.10283431226937 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 22.96875, -41.40625 23.125, -41.25 23.125, -41.25 22.96875, -41.40625 22.96875))", @@ -319397,68 +227441,7 @@ "id": "5809", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.931525430950678, - 9.931525430950678, - 9.931525430950678, - 9.931525430950678, - 9.931525430950678, - 9.931525430950678, - 9.931525430950678, - 9.931525430950678 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -889.0411942487603, - -1152.8027850803915, - -934.0083523006483, - -139.43829616508083, - 810.7662176816584, - 1385.1318818804457, - 875.3750892569251, - -64.43636364093663 - ], - "relative wind speed": [ - 2.4245938204328015, - 2.225663141098908, - 2.398270877024793, - 2.793833154562255, - 3.1483153319462307, - 3.291955073478733, - 3.1684130765831906, - 2.8257814720741146 - ], - "relative wind angle": [ - 0.16092771925393948, - 0.007310131064171281, - 0.15299492522588798, - 0.19201068442177383, - 0.12371543318723509, - 0.004942294239550507, - 0.11561275973540494, - 0.18981319897670434 - ], - "resistance": [ - 95745.45880575126, - 95481.69721491962, - 95700.49164769937, - 96495.06170383493, - 97445.26621768167, - 98019.63188188046, - 97509.87508925694, - 96570.06363635907 - ], - "fuel": [ - 40.56183456584097, - 40.42696539141353, - 40.53882321082121, - 40.946542195311594, - 41.437206682726256, - 41.73542553081278, - 41.470691254714055, - 40.985149397657594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 22.8125, -41.5625 22.96875, -41.40625 22.96875, -41.40625 22.8125, -41.5625 22.8125))", @@ -319477,68 +227460,7 @@ "id": "5810", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.906433378981028, - 9.906433378981028, - 9.906433378981028, - 9.906433378981028, - 9.906433378981028, - 9.906433378981028, - 9.906433378981028, - 9.906433378981028 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -553.5692771528416, - -1153.9340009399702, - -1165.0022281526763, - -590.941048874457, - 386.0701738664079, - 1238.604537962322, - 1264.2364930537433, - 429.8050790536695 - ], - "relative wind speed": [ - 2.5996858354116403, - 2.252285160827428, - 2.243398078485681, - 2.5810676364756215, - 3.000953831858805, - 3.269755632781222, - 3.275859491070201, - 3.0169819687439485 - ], - "relative wind angle": [ - 0.2004802463986727, - 0.09859233941277014, - 0.09113643047931182, - 0.19907617533965322, - 0.17337962181969233, - 0.06785482781896018, - 0.06236677754507118, - 0.17000731175284992 - ], - "resistance": [ - 96080.93072284716, - 95480.56599906003, - 95469.49777184732, - 96043.55895112554, - 97020.5701738664, - 97873.10453796232, - 97898.73649305374, - 97064.30507905367 - ], - "fuel": [ - 40.71913163063452, - 40.41177377089977, - 40.406119962026835, - 40.69995993567712, - 41.20287409911647, - 41.64461605331459, - 41.657939167880954, - 41.22546959369668 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 22.8125, -41.40625 22.96875, -41.25 22.96875, -41.25 22.8125, -41.40625 22.8125))", @@ -319557,68 +227479,7 @@ "id": "5811", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.457717884071997, - 10.457717884071997, - 10.457717884071997, - 10.457717884071997, - 10.457717884071997, - 10.457717884071997, - 10.457717884071997, - 10.457717884071997 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1157.017798880197, - -1266.3306300260592, - -787.2668728399535, - 202.11341583573176, - 1167.8960314121878, - 1421.731428943971, - 637.0781422701839, - -415.0084709486673 - ], - "relative wind speed": [ - 2.4508858535442775, - 2.368526328281103, - 2.6552066752594765, - 3.0795787321477017, - 3.3890037914240754, - 3.4470670428103736, - 3.2314185239686517, - 2.8299086553975146 - ], - "relative wind angle": [ - 0.11938861896780134, - 0.05363540631878954, - 0.17851640629814783, - 0.17619514113385432, - 0.08624228401566486, - 0.03684428037844494, - 0.14642903701343488, - 0.1919256053774459 - ], - "resistance": [ - 95477.48220111981, - 95368.16936997396, - 95847.23312716006, - 96836.61341583575, - 97802.39603141221, - 98056.23142894398, - 97271.5781422702, - 96219.49152905135 - ], - "fuel": [ - 40.740824787811306, - 40.68500746439486, - 40.92995658701985, - 41.43853768620698, - 41.938501792892666, - 42.070482698383856, - 41.66327964713535, - 41.12088490097246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 22.65625, -41.875 22.8125, -41.71875 22.8125, -41.71875 22.65625, -41.875 22.65625))", @@ -319637,68 +227498,7 @@ "id": "5812", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.809746906591648, - 12.809746906591648, - 12.809746906591648, - 12.809746906591648, - 12.809746906591648, - 12.809746906591648, - 12.809746906591648, - 12.809746906591648 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -367.101274070802, - -1488.9254248449915, - -1744.5431684543782, - -1249.9691730025315, - 32.155503792768286, - 1403.681764020529, - 2000.0550486430475, - 1061.3169984348706 - ], - "relative wind speed": [ - 3.544462092429461, - 3.1026985824808513, - 2.9477682330148873, - 3.2093808540573057, - 3.676346625949716, - 4.056106204856157, - 4.170059769743065, - 3.9722299244142065 - ], - "relative wind angle": [ - 0.1733205752111528, - 0.12437778915808587, - 0.022699970101613464, - 0.14997844756431652, - 0.16704329829533898, - 0.09504007705023505, - 0.016045663389376446, - 0.12101715618802321 - ], - "resistance": [ - 96267.39872592925, - 95145.57457515506, - 94889.95683154567, - 95384.5308269975, - 96666.6555037928, - 98038.18176402057, - 98634.55504864309, - 97695.81699843491 - ], - "fuel": [ - 42.78102666107469, - 42.20701665321474, - 42.076878387190064, - 42.32889222002136, - 42.98644649854548, - 43.696623011677374, - 44.00760870777788, - 43.51869092928356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 22.65625, -41.71875 22.8125, -41.5625 22.8125, -41.5625 22.65625, -41.71875 22.65625))", @@ -319717,68 +227517,7 @@ "id": "5813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.705732660424781, - 11.705732660424781, - 11.705732660424781, - 11.705732660424781, - 11.705732660424781, - 11.705732660424781, - 11.705732660424781, - 11.705732660424781 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -514.1149470883984, - -1389.3821665812507, - -1511.8471890291871, - -933.51636697089, - 247.3540022322104, - 1390.4756814771072, - 1675.2836069526038, - 736.8953416513559 - ], - "relative wind speed": [ - 3.163938591808915, - 2.765442409361564, - 2.6835210091855437, - 2.9887847959899703, - 3.439186259426493, - 3.7670728450974083, - 3.8258625867934115, - 3.59244693531094 - ], - "relative wind angle": [ - 0.1816952490732691, - 0.11067947911008831, - 0.052096456455790224, - 0.16912555121339828, - 0.16701078881938186, - 0.08117414328812375, - 0.03653288412143327, - 0.14049824409508205 - ], - "resistance": [ - 96120.38505291162, - 95245.11783341876, - 95122.65281097083, - 95700.98363302913, - 96881.85400223223, - 98024.97568147712, - 98309.78360695262, - 97371.39534165137 - ], - "fuel": [ - 41.89245248236756, - 41.4446769354458, - 41.38225272415937, - 41.67753634978692, - 42.28432910039865, - 42.87666728405388, - 43.025004555068065, - 42.53740237516031 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 22.5, -41.875 22.65625, -41.71875 22.65625, -41.71875 22.5, -41.875 22.5))", @@ -319810,19 +227549,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 232.34831407571983, + 232.3483140757162, -1409.4530542660077, - -2161.996578504715, + -2161.9965785047216, -1951.3471262676112, - -675.0138896760755, + -675.0138896760773, 1087.1167288999268, 2354.118541072313, 1861.5254557776325 ], "relative wind speed": [ - 4.370394015758872, + 4.370394015758871, 3.8816651940152074, - 3.572856597849949, + 3.5728565978499485, 3.6800509451900867, 4.116346069456163, 4.580100887325413, @@ -319830,19 +227569,19 @@ 4.743614008044257 ], "relative wind angle": [ - 0.14380141366586252, + 0.14380141366586333, 0.13792416441932379, - 0.035954302852749837, - 0.09581082007581707, - 0.15274397908926615, + 0.035954302852752924, + 0.09581082007581708, + 0.15274397908926687, 0.11678666648603714, - 0.026621885452919724, - 0.07428375987893802 + 0.02662188545291972, + 0.07428375987893804 ], "resistance": [ 96866.84831407573, 95225.04694573401, - 94472.5034214953, + 94472.50342149529, 94683.1528737324, 95959.48611032394, 97721.61672889994, @@ -319852,7 +227591,7 @@ "fuel": [ 45.040455789226385, 44.19831230203563, - 43.815655974503294, + 43.81565597450329, 43.92255546850447, 44.57379472742399, 45.48286994007287, @@ -319877,68 +227616,7 @@ "id": "5815", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.698352344837732, - 12.698352344837732, - 12.698352344837732, - 12.698352344837732, - 12.698352344837732, - 12.698352344837732, - 12.698352344837732, - 12.698352344837732 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -462.8686844434005, - -1452.3449547348623, - -1633.463838061933, - -1090.391820041852, - 142.4868269087101, - 1391.50845982616, - 1814.2762661977722, - 873.5546155732955 - ], - "relative wind speed": [ - 3.4720643690700568, - 3.0707062361148627, - 2.9603503638555746, - 3.2324017294464507, - 3.6737685056763367, - 4.01529192310478, - 4.097332271061911, - 3.8863073830741675 - ], - "relative wind angle": [ - 0.16454482393738673, - 0.1076494904380723, - 0.034514816212078234, - 0.14729342234540463, - 0.15543501299640164, - 0.08225908851780059, - 0.024934821777549555, - 0.12237269100519137 - ], - "resistance": [ - 96171.63131555665, - 95182.15504526519, - 95001.03616193811, - 95544.10817995819, - 96776.98682690876, - 98026.0084598262, - 98448.77626619782, - 97508.05461557335 - ], - "fuel": [ - 42.646159970814175, - 42.13997809951655, - 42.047718399290304, - 42.32471822883751, - 42.95763515837524, - 43.604606859196885, - 43.82490828246375, - 43.33561118103663 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 22.65625, -41.5625 22.8125, -41.40625 22.8125, -41.40625 22.65625, -41.5625 22.65625))", @@ -319957,68 +227635,7 @@ "id": "5816", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.021915273253265, - 11.021915273253265, - 11.021915273253265, - 11.021915273253265, - 11.021915273253265, - 11.021915273253265, - 11.021915273253265, - 11.021915273253265 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -823.0616471323319, - -1348.3796916878896, - -1245.2389467778476, - -470.1978905865649, - 646.8935761487169, - 1492.0501473268082, - 1252.2612120442786, - 234.94597928880512 - ], - "relative wind speed": [ - 2.8172578060223183, - 2.524076528908411, - 2.597430672697721, - 2.9738733012714222, - 3.381454604393502, - 3.605581016061263, - 3.553101558877366, - 3.2445730651586064 - ], - "relative wind angle": [ - 0.17119974583174724, - 0.054483780229214865, - 0.11016714139757729, - 0.18304381515658835, - 0.14242025252509719, - 0.0381315848113555, - 0.08045967335436054, - 0.16762071467721773 - ], - "resistance": [ - 95811.4383528677, - 95286.12030831214, - 95389.26105322219, - 96164.30210941346, - 97281.39357614875, - 98126.55014732684, - 97886.76121204431, - 96869.44597928884 - ], - "fuel": [ - 41.27072597284041, - 41.00224184054497, - 41.054874898835955, - 41.451647198400266, - 42.02746036699681, - 42.4661881607347, - 42.34144165890849, - 41.81457844162003 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 22.65625, -41.40625 22.8125, -41.25 22.8125, -41.25 22.65625, -41.40625 22.65625))", @@ -320050,14 +227667,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1087.2077390051668, + -1087.207739005169, -1394.7222748624017, -1134.4026499252836, -180.93356277065323, 953.1774754224407, 1629.8689293720881, - 1020.7334881501256, - -102.02873219624053 + 1020.7334881501247, + -102.02873219623962 ], "relative wind speed": [ 2.920403329699967, @@ -320066,18 +227683,18 @@ 3.2934221268138417, 3.6541043054625995, 3.8007225084699114, - 3.6722468415283642, - 3.3218375303340695 + 3.6722468415283647, + 3.321837530334069 ], "relative wind angle": [ - 0.13389305552221542, - 0.005280351546154135, + 0.13389305552221709, + 0.005280351546154134, 0.12786647062082612, 0.1637647024711522, 0.1068929123483766, - 0.003788417725720628, - 0.10078786584797331, - 0.16235134478896915 + 0.0037884177257206286, + 0.10078786584797442, + 0.16235134478896845 ], "resistance": [ 95547.29226099483, @@ -320130,31 +227747,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -581.8007219213887, + -581.8007219213914, -1383.505541047688, - -1461.1037184026309, - -849.5821537685183, + -1461.1037184026327, + -849.5821537685188, 311.36012015637425, 1387.5391502638495, 1568.3743991008942, 623.5055678687513 ], "relative wind speed": [ - 3.211631399876075, + 3.2116313998760746, 2.8504019912730754, 2.8000833252054176, - 3.1029268857284085, - 3.5271310789222916, + 3.102926885728409, + 3.527131078922291, 3.8249756057674364, 3.8619636544737257, 3.6231305025341385 ], "relative wind angle": [ - 0.16627851097825205, - 0.09236788349878076, - 0.05708466412850766, - 0.1582003488010993, - 0.15128469453763965, + 0.1662785109782534, + 0.09236788349878075, + 0.057084664128509606, + 0.1582003488011, + 0.15128469453763893, 0.06878967768682588, 0.041378073263220704, 0.13533448447620217 @@ -320210,34 +227827,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -885.94934702924, + -885.9493470292427, -1557.025495228138, - -1488.8150292546607, + -1488.8150292546625, -650.0682332244105, 633.726750645138, 1655.0421816567814, - 1495.9887325698892, + 1495.9887325698955, 358.86315551535336 ], "relative wind speed": [ - 3.2551430392334577, + 3.2551430392334573, 2.9408709824529438, - 2.9831214093628216, + 2.983121409362821, 3.3466718742231647, 3.768860394443848, 4.018898200159307, - 3.987637337531918, + 3.9876373375319174, 3.6878248663624302 ], "relative wind angle": [ - 0.15535980659823467, + 0.1553598065982354, 0.05873261662082475, 0.0871186048222405, - 0.16197030159541048, + 0.16197030159541045, 0.1340452958893121, 0.04296672371925295, - 0.06513641239309877, - 0.14687239844175154 + 0.06513641239309535, + 0.14687239844175157 ], "resistance": [ 95748.55065297076, @@ -320290,9 +227907,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1175.9915418735322, + -1175.991541873535, -1256.8715097543609, - -752.0084182090068, + -752.0084182090077, 236.58756865934538, 1168.8773955803672, 1357.4234072925565, @@ -320300,7 +227917,7 @@ -472.64687833956805 ], "relative wind speed": [ - 2.65562184650253, + 2.655621846502529, 2.599189207779079, 2.871605052779306, 3.263480473970012, @@ -320310,13 +227927,13 @@ 2.9936655388642324 ], "relative wind angle": [ - 0.09522258863317755, + 0.09522258863317873, 0.05258777347440595, - 0.15584175212674464, - 0.15186384658210245, - 0.07130545975063735, + 0.15584175212674536, + 0.15186384658210247, + 0.07130545975063733, 0.038112316794700285, - 0.1325910956359945, + 0.13259109563599453, 0.16567235566040775 ], "resistance": [ @@ -320357,68 +227974,7 @@ "id": "5821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.651437593671247, - 10.651437593671247, - 10.651437593671247, - 10.651437593671247, - 10.651437593671247, - 10.651437593671247, - 10.651437593671247, - 10.651437593671247 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1115.1547060884855, - -1171.496211955321, - -671.4730289470244, - 264.64646419414794, - 1126.0169441238781, - 1257.2393482115808, - 490.93294322187603, - -477.40706173523813 - ], - "relative wind speed": [ - 2.5249712986190267, - 2.483809344270692, - 2.7613361941624173, - 3.144801300779882, - 3.4113067946658955, - 3.4413929225674234, - 3.222967038148571, - 2.8500384005828265 - ], - "relative wind angle": [ - 0.09257771122833826, - 0.060148939901972086, - 0.16170422072069948, - 0.1530443504206889, - 0.0684795744325581, - 0.043399668516637256, - 0.13838130300177, - 0.16901794574908577 - ], - "resistance": [ - 95519.34529391154, - 95463.0037880447, - 95963.02697105301, - 96899.14646419417, - 97760.51694412391, - 97891.73934821162, - 97125.43294322191, - 96157.09293826479 - ], - "fuel": [ - 40.88314764661473, - 40.854364214738716, - 41.11022600758503, - 41.591739511475325, - 42.03768488574601, - 42.10586317234763, - 41.70862428961129, - 41.20978014670362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 23.4375, -41.25 23.59375, -41.09375 23.59375, -41.09375 23.4375, -41.25 23.4375))", @@ -320437,68 +227993,7 @@ "id": "5822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.51278428293039, - 10.51278428293039, - 10.51278428293039, - 10.51278428293039, - 10.51278428293039, - 10.51278428293039, - 10.51278428293039, - 10.51278428293039 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -923.6641177737956, - -1163.041502647132, - -931.6162465847256, - -120.80896344296343, - 827.8406929301004, - 1380.3422197721598, - 839.2349902537203, - -107.52354682701889 - ], - "relative wind speed": [ - 2.590457949736841, - 2.41589638831931, - 2.58612871755255, - 2.960775346364173, - 3.294480589239649, - 3.4245465952644496, - 3.2978800764251, - 2.966122736940218 - ], - "relative wind angle": [ - 0.13884999289925715, - 0.0011230925889440437, - 0.1375858858775374, - 0.17117019608548587, - 0.10904357428696834, - 0.000792301978495545, - 0.10776034122620068, - 0.1708585655664122 - ], - "resistance": [ - 95710.83588222625, - 95471.45849735291, - 95702.88375341531, - 96513.69103655708, - 97462.34069293014, - 98014.84221977221, - 97473.73499025377, - 96526.97645317302 - ], - "fuel": [ - 40.894253872905, - 40.771873050736716, - 40.89018495184867, - 41.30626748159789, - 41.796192091867496, - 42.083071395951016, - 41.80209696291898, - 41.313105537741734 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 23.4375, -41.09375 23.59375, -40.9375 23.59375, -40.9375 23.4375, -41.09375 23.4375))", @@ -320517,68 +228012,7 @@ "id": "5823", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.869267743830036, - 12.869267743830036, - 12.869267743830036, - 12.869267743830036, - 12.869267743830036, - 12.869267743830036, - 12.869267743830036, - 12.869267743830036 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1340.4760073277585, - -1396.8517845298638, - -799.4248021737694, - 306.6674413197852, - 1308.7893874044557, - 1440.9423240786782, - 537.051992289078, - -601.2250813550108 - ], - "relative wind speed": [ - 3.14888717899826, - 3.1154775406533375, - 3.3816888182769906, - 3.753819389717324, - 4.014568463775847, - 4.040550718662966, - 3.8205276013586853, - 3.45558828649847 - ], - "relative wind angle": [ - 0.07025216082424009, - 0.048281968429917624, - 0.1285976293352288, - 0.12364319215119322, - 0.055085879739105066, - 0.03722207431809107, - 0.11375819394899453, - 0.1343761710184598 - ], - "resistance": [ - 95294.02399267226, - 95237.64821547015, - 95835.07519782624, - 96941.1674413198, - 97943.28938740447, - 98075.4423240787, - 97171.5519922891, - 96033.27491864501 - ], - "fuel": [ - 42.328822846209256, - 42.30006917679181, - 42.60537976948827, - 43.174145631408166, - 43.69337942817382, - 43.762131291593604, - 43.29318498515248, - 42.706961646515765 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 23.59375, -40.9375 23.75, -40.78125 23.75, -40.78125 23.59375, -40.9375 23.59375))", @@ -320597,68 +228031,7 @@ "id": "5824", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.44024731513119, - 11.44024731513119, - 11.44024731513119, - 11.44024731513119, - 11.44024731513119, - 11.44024731513119, - 11.44024731513119, - 11.44024731513119 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1163.9482937031262, - -1367.8051477077947, - -986.9249779571874, - 14.470379526589568, - 1090.1763209257488, - 1566.0876794767446, - 836.6440308815036, - -281.38601408310615 - ], - "relative wind speed": [ - 2.7803654140234633, - 2.6423054267508883, - 2.8686522883579677, - 3.277482695947538, - 3.612206702017875, - 3.714389737946668, - 3.5424995613407364, - 3.1680555978967875 - ], - "relative wind angle": [ - 0.12254339633375763, - 0.021000988220634086, - 0.1463512350184225, - 0.16431710033270414, - 0.09422682223292644, - 0.014938930505132755, - 0.11836618329766271, - 0.17004713261726756 - ], - "resistance": [ - 95470.55170629689, - 95266.69485229222, - 95647.57502204283, - 96648.97037952661, - 97724.67632092576, - 98200.58767947675, - 97471.14403088152, - 96353.1139859169 - ], - "fuel": [ - 41.37618499890403, - 41.27213271761876, - 41.466666394765966, - 41.98070213220312, - 42.5370400007876, - 42.78454759697926, - 42.40552934304746, - 41.82844492169431 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 23.59375, -40.78125 23.75, -40.625 23.75, -40.625 23.59375, -40.78125 23.59375))", @@ -320677,68 +228050,7 @@ "id": "5825", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.342845725862816, - 14.342845725862816, - 14.342845725862816, - 14.342845725862816, - 14.342845725862816, - 14.342845725862816, - 14.342845725862816, - 14.342845725862816 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1532.5951556065293, - -1878.440320309277, - -1471.7139262340743, - -153.9649078915545, - 1346.5157512566093, - 2158.117323649787, - 1259.5383720956652, - -255.92079190528693 - ], - "relative wind speed": [ - 3.5812318449725185, - 3.3972003742326464, - 3.605062058577123, - 4.042167036284277, - 4.428410753209352, - 4.571112878052679, - 4.409032873589531, - 4.012097827491532 - ], - "relative wind angle": [ - 0.11313474850882133, - 0.004473372133933942, - 0.11838516382957669, - 0.1457246040602664, - 0.09142371541505266, - 0.0033245555738606355, - 0.09672286270763733, - 0.146824642897487 - ], - "resistance": [ - 95101.90484439349, - 94756.05967969073, - 95162.78607376594, - 96480.53509210846, - 97981.01575125662, - 98792.6173236498, - 97894.03837209567, - 96378.57920809473 - ], - "fuel": [ - 43.447035020060724, - 43.27107507470893, - 43.47805639053463, - 44.15288111059228, - 44.92915105397818, - 45.35252236547622, - 44.883924784825936, - 44.10043845547049 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 23.4375, -40.9375 23.59375, -40.78125 23.59375, -40.78125 23.4375, -40.9375 23.4375))", @@ -320757,68 +228069,7 @@ "id": "5826", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.322344917008776, - 15.322344917008776, - 15.322344917008776, - 15.322344917008776, - 15.322344917008776, - 15.322344917008776, - 15.322344917008776, - 15.322344917008776 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1676.2873759918102, - -1888.464841543614, - -1291.0227760222642, - 107.30873925516607, - 1529.3943273834857, - 2028.2026829179877, - 980.1429286610883, - -539.4065677288136 - ], - "relative wind speed": [ - 3.8274840309426175, - 3.722577718007135, - 3.9663443504382268, - 4.378881233803394, - 4.708399954973179, - 4.791772039288698, - 4.592034041343655, - 4.200483696356485 - ], - "relative wind angle": [ - 0.08227048351899435, - 0.024152348949524668, - 0.1115863626232187, - 0.12241853503793307, - 0.06685249311507505, - 0.018762480599600926, - 0.0963311372199789, - 0.1276455709663003 - ], - "resistance": [ - 94958.2126240082, - 94746.0351584564, - 95343.47722397775, - 96741.80873925518, - 98163.8943273835, - 98662.702682918, - 97614.64292866111, - 96095.0934322712 - ], - "fuel": [ - 44.26140457972363, - 44.15351309335443, - 44.457738500974855, - 45.17497967920802, - 45.91186727579258, - 46.172119408643766, - 45.62636760632985, - 44.84235794547758 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 23.4375, -40.78125 23.59375, -40.625 23.59375, -40.625 23.4375, -40.78125 23.4375))", @@ -320837,68 +228088,7 @@ "id": "5827", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.479243084286015, - 17.479243084286015, - 17.479243084286015, - 17.479243084286015, - 17.479243084286015, - 17.479243084286015, - 17.479243084286015, - 17.479243084286015 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1984.9587945475087, - -2362.857190630458, - -1790.5062164302526, - -118.11850982115538, - 1720.956341022984, - 2611.3030505288025, - 1443.8293402261934, - -444.6484639401242 - ], - "relative wind speed": [ - 4.424622341982681, - 4.261572527996554, - 4.485912377400744, - 4.931020013086627, - 5.317921932086933, - 5.4494564989151515, - 5.266323830455769, - 4.852073595431408 - ], - "relative wind angle": [ - 0.08868304406539529, - 0.00933178224018603, - 0.10006062710756082, - 0.12074742939054739, - 0.07375632338175375, - 0.00729757960826252, - 0.08519360128064979, - 0.12272191114119085 - ], - "resistance": [ - 94649.5412054525, - 94271.64280936954, - 94843.99378356975, - 96516.38149017884, - 98355.45634102299, - 99245.8030505288, - 98078.32934022619, - 96189.85153605987 - ], - "fuel": [ - 46.28171414031564, - 46.090104713795576, - 46.38051635204789, - 47.23607261958561, - 48.18891728260833, - 48.65473690410893, - 48.044529429928836, - 47.068209543459275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 23.28125, -41.25 23.4375, -41.09375 23.4375, -41.09375 23.28125, -41.25 23.28125))", @@ -320917,68 +228107,7 @@ "id": "5828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.11002813076948, - 11.11002813076948, - 11.11002813076948, - 11.11002813076948, - 11.11002813076948, - 11.11002813076948, - 11.11002813076948, - 11.11002813076948 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -912.9808281403839, - -1230.15719668036, - -1032.6249309296354, - -225.39507411042132, - 775.2461160894254, - 1408.4382934832347, - 946.4339110526462, - -25.291695340307797 - ], - "relative wind speed": [ - 2.788384367755326, - 2.5903383488268235, - 2.727309811808843, - 3.0876396444929877, - 3.4305034427139907, - 3.5823998229415897, - 3.4792560186376082, - 3.1638461844043597 - ], - "relative wind angle": [ - 0.13600416130626053, - 0.014899169832102153, - 0.11888974990549855, - 0.161362703484563, - 0.1104308317673212, - 0.010773004557743411, - 0.09311006060842263, - 0.15744316367869776 - ], - "resistance": [ - 95721.51917185959, - 95404.34280331961, - 95601.87506907033, - 96409.10492588955, - 97409.7461160894, - 98042.93829348321, - 97580.93391105262, - 96609.20830465967 - ], - "fuel": [ - 41.28267188211192, - 41.12054991250867, - 41.22147285839864, - 41.63541078112735, - 42.15189349145713, - 42.480641515980544, - 42.24062559921262, - 41.73839645416056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 23.28125, -41.09375 23.4375, -40.9375 23.4375, -40.9375 23.28125, -41.09375 23.28125))", @@ -320997,68 +228126,7 @@ "id": "5829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.26187145752416, - 11.26187145752416, - 11.26187145752416, - 11.26187145752416, - 11.26187145752416, - 11.26187145752416, - 11.26187145752416, - 11.26187145752416 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1122.269015551653, - -1269.029341254652, - -857.1545632372472, - 95.61883804716308, - 1068.0943308001606, - 1410.8451787804515, - 688.8072484936229, - -347.85593567356227 - ], - "relative wind speed": [ - 2.7320352891952537, - 2.6313684998735063, - 2.86538139168177, - 3.2510682373691986, - 3.5523671622628585, - 3.6275651744393387, - 3.4457101963362367, - 3.0844585574944583 - ], - "relative wind angle": [ - 0.10733915942690742, - 0.03206323232348742, - 0.14428147622727924, - 0.1538743115954064, - 0.08248689714904572, - 0.023256185494883484, - 0.11985238079343474, - 0.16225773979690017 - ], - "resistance": [ - 95512.23098444837, - 95365.47065874537, - 95777.34543676277, - 96730.11883804717, - 97702.59433080017, - 98045.34517878047, - 97323.30724849364, - 96286.64406432645 - ], - "fuel": [ - 41.27676221629553, - 41.20181469999192, - 41.412353938149565, - 41.901804965547775, - 42.40486057071407, - 42.583002195854476, - 42.20823909359636, - 41.67356648022258 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 23.125, -41.25 23.28125, -41.09375 23.28125, -41.09375 23.125, -41.25 23.125))", @@ -321090,7 +228158,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1230.3538228943762, + -1230.3538228943808, -1539.5363261684488, -1248.512711610726, -196.0020110632504, @@ -321100,9 +228168,9 @@ -165.53313128522495 ], "relative wind speed": [ - 3.5079209693735445, + 3.507920969373544, 3.3414531126142304, - 3.5006413231781206, + 3.50064132317812, 3.86458594335279, 4.1996062278484745, 4.333231253066813, @@ -321110,14 +228178,14 @@ 3.8739098444329265 ], "relative wind angle": [ - 0.10107814948251566, + 0.10107814948251785, 0.0014067884432254693, 0.09938043681241854, 0.12867107840726252, - 0.08438675954792337, + 0.08438675954792338, 0.0010848063995760717, 0.08267847632337415, - 0.12835967281230984 + 0.12835967281230987 ], "resistance": [ 95404.14617710563, @@ -321157,68 +228225,7 @@ "id": "5831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.817517955150793, - 11.817517955150793, - 11.817517955150793, - 11.817517955150793, - 11.817517955150793, - 11.817517955150793, - 11.817517955150793, - 11.817517955150793 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1169.7255034953164, - -1362.7371532392162, - -975.2991727136928, - 22.588077256551514, - 1083.5206211641607, - 1534.984638561291, - 805.4751358953899, - -302.73181389443016 - ], - "relative wind speed": [ - 2.896290958829364, - 2.770617738198647, - 2.9892718306934047, - 3.380683131463059, - 3.700758650815378, - 3.795759905283866, - 3.626068095334735, - 3.2642146795856877 - ], - "relative wind angle": [ - 0.11099886730256917, - 0.021274955119567215, - 0.1356254138752868, - 0.15222993525024628, - 0.08680071307674729, - 0.015528561292801087, - 0.11169705647337869, - 0.15770623651463986 - ], - "resistance": [ - 95464.77449650469, - 95271.76284676079, - 95659.2008272863, - 96657.08807725656, - 97718.02062116416, - 98169.48463856129, - 97439.9751358954, - 96331.76818610558 - ], - "fuel": [ - 41.63545665384478, - 41.53694021862339, - 41.73483531616948, - 42.24710692935119, - 42.79580711940404, - 43.03056865175759, - 42.65160069992043, - 42.07969486240995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 23.59375, -40.625 23.75, -40.46875 23.75, -40.46875 23.59375, -40.625 23.59375))", @@ -321237,68 +228244,7 @@ "id": "5832", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.261833502073383, - 12.261833502073383, - 12.261833502073383, - 12.261833502073383, - 12.261833502073383, - 12.261833502073383, - 12.261833502073383, - 12.261833502073383 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1549.4292616409953, - -1612.5188488925928, - -899.0322491385377, - 404.3486847157046, - 1588.4664366794113, - 1735.1845475837108, - 656.6897306204055, - -682.8054687607055 - ], - "relative wind speed": [ - 2.8781356163955114, - 2.8378861159301194, - 3.180613913486102, - 3.6419061585756167, - 3.956204194249701, - 3.9851748576410486, - 3.7173796397868637, - 3.2667622786319006 - ], - "relative wind angle": [ - 0.09456502264260333, - 0.06708258277397988, - 0.1708574086083488, - 0.1584266464110785, - 0.06874763461916795, - 0.047752558845037464, - 0.1459945601563469, - 0.1768015829033132 - ], - "resistance": [ - 95085.07073835902, - 95021.98115110742, - 95735.46775086148, - 97038.84868471572, - 98222.96643667943, - 98369.68454758372, - 97291.18973062042, - 95951.6945312393 - ], - "fuel": [ - 41.76262779445206, - 41.73049968277624, - 42.09470316134376, - 42.76491255669103, - 43.37927598102892, - 43.45576196316945, - 42.89539882693198, - 42.20545142655125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 23.59375, -40.46875 23.75, -40.3125 23.75, -40.3125 23.59375, -40.46875 23.59375))", @@ -321317,68 +228263,7 @@ "id": "5833", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.191187054440917, - 12.191187054440917, - 12.191187054440917, - 12.191187054440917, - 12.191187054440917, - 12.191187054440917, - 12.191187054440917, - 12.191187054440917 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1617.786043993376, - -1603.2003032262692, - -778.4626472253167, - 574.9052762430647, - 1719.385427635505, - 1685.503711709096, - 516.7434247082156, - -828.2685959530036 - ], - "relative wind speed": [ - 2.818459469379775, - 2.827855701682478, - 3.210740420333895, - 3.67771445152763, - 3.9702191314834963, - 3.96353199343666, - 3.6602595107134426, - 3.1907319137713386 - ], - "relative wind angle": [ - 0.08098924239900016, - 0.0874307621844397, - 0.18076141748949623, - 0.15544676250336503, - 0.057463067672562484, - 0.062340033817840444, - 0.1583609658736355, - 0.17941193517036239 - ], - "resistance": [ - 95016.71395600664, - 95031.29969677374, - 95856.0373527747, - 97209.40527624308, - 98353.88542763551, - 98320.00371170911, - 97151.24342470823, - 95806.23140404701 - ], - "fuel": [ - 41.675933715261976, - 41.68335984136442, - 42.104551389374706, - 42.80119756144493, - 43.395637496416356, - 43.37796941401774, - 42.771118590738666, - 42.07904380134502 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 23.4375, -40.625 23.59375, -40.46875 23.59375, -40.46875 23.4375, -40.625 23.4375))", @@ -321397,68 +228282,7 @@ "id": "5834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.534816377612561, - 13.534816377612561, - 13.534816377612561, - 13.534816377612561, - 13.534816377612561, - 13.534816377612561, - 13.534816377612561, - 13.534816377612561 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1521.5120152825311, - -1820.785444770756, - -1361.8851413074171, - -52.64746738097074, - 1389.1286506034012, - 2089.236854488726, - 1160.7414322413852, - -319.62822284304 - ], - "relative wind speed": [ - 3.3269422149278336, - 3.1566788744195966, - 3.3938146585573823, - 3.8495036873440123, - 4.2347630296015355, - 4.363157217215754, - 4.181361558357509, - 3.7660435180005214 - ], - "relative wind angle": [ - 0.11952210037751837, - 0.013389141829493727, - 0.1349086318231845, - 0.1573645447667935, - 0.09381387497785461, - 0.009686705571202756, - 0.10938514869467948, - 0.16088200086442211 - ], - "resistance": [ - 95112.98798471752, - 94813.7145552293, - 95272.61485869263, - 96581.85253261907, - 98023.62865060344, - 98723.73685448877, - 97795.24143224143, - 96314.87177715701 - ], - "fuel": [ - 42.76809642660214, - 42.61579308844763, - 42.849468479460825, - 43.52044882911076, - 44.2667342110545, - 44.631910880698825, - 44.148001898868486, - 43.383104285074005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 23.4375, -40.46875 23.59375, -40.3125 23.59375, -40.3125 23.4375, -40.46875 23.4375))", @@ -321477,68 +228301,7 @@ "id": "5835", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.461767061740977, - 11.461767061740977, - 11.461767061740977, - 11.461767061740977, - 11.461767061740977, - 11.461767061740977, - 11.461767061740977, - 11.461767061740977 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1329.1771427944477, - -1526.3888158417299, - -1043.9544031801856, - 105.24386827164744, - 1301.2365854457248, - 1759.7416328030395, - 891.6616375777676, - -370.6705548529808 - ], - "relative wind speed": [ - 2.720140411616805, - 2.584904708402002, - 2.864279547238321, - 3.3278338336091204, - 3.689369101235337, - 3.7853501651157764, - 3.57861857416142, - 3.152162781321311 - ], - "relative wind angle": [ - 0.13325112275692194, - 0.034586579810349086, - 0.17113872126376137, - 0.18143182144013809, - 0.09811176546437911, - 0.023615648379349017, - 0.13673521354386933, - 0.1916652861673185 - ], - "resistance": [ - 95305.32285720554, - 95108.11118415826, - 95590.5455968198, - 96739.74386827163, - 97935.73658544572, - 98394.24163280302, - 97526.16163757775, - 96263.829445147 - ], - "fuel": [ - 41.3065424488514, - 41.20600080224851, - 41.452209546978466, - 42.04218754689902, - 42.66140743986462, - 42.90020776734124, - 42.44875256896166, - 41.7972653680149 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 23.59375, -40.3125 23.75, -40.15625 23.75, -40.15625 23.59375, -40.3125 23.59375))", @@ -321557,68 +228320,7 @@ "id": "5836", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.275545072549079, - 14.275545072549079, - 14.275545072549079, - 14.275545072549079, - 14.275545072549079, - 14.275545072549079, - 14.275545072549079, - 14.275545072549079 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1848.9212774394755, - -1947.6093277995042, - -1132.5489048464988, - 409.9623480989203, - 1833.0480460261542, - 2063.5096830913453, - 809.2137736597151, - -789.668364895465 - ], - "relative wind speed": [ - 3.4332996904270927, - 3.3799745583488714, - 3.715243351307892, - 4.186942847236382, - 4.519193053296176, - 4.559213156034882, - 4.290410173609241, - 3.831469980467455 - ], - "relative wind angle": [ - 0.08465394511737544, - 0.05319070017935426, - 0.1470683955979813, - 0.14144227379523158, - 0.06428036112067108, - 0.039424568037675384, - 0.1272370407646126, - 0.15466593587939717 - ], - "resistance": [ - 94785.57872256055, - 94686.8906722005, - 95501.95109515352, - 97044.46234809894, - 98467.54804602618, - 98698.00968309135, - 97443.71377365974, - 95844.83163510455 - ], - "fuel": [ - 43.22741542008344, - 43.177275454743594, - 43.592465637376726, - 44.38498379220297, - 45.12399493010755, - 45.24438310805384, - 44.59155530359565, - 43.76786700646067 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 23.59375, -40.15625 23.75, -40 23.75, -40 23.59375, -40.15625 23.59375))", @@ -321637,68 +228339,7 @@ "id": "5837", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.533458711766723, - 11.533458711766723, - 11.533458711766723, - 11.533458711766723, - 11.533458711766723, - 11.533458711766723, - 11.533458711766723, - 11.533458711766723 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1475.1699763747624, - -1575.704332705027, - -924.9989053478757, - 333.84399380802097, - 1522.7334087256231, - 1755.8557141754518, - 732.4078035660532, - -584.1708815436341 - ], - "relative wind speed": [ - 2.6707576057721374, - 2.6017355976550336, - 2.9471844158990397, - 3.4293839937526225, - 3.7672536822127403, - 3.8152481406626455, - 3.555172360606023, - 3.092648043073844 - ], - "relative wind angle": [ - 0.11576689548394058, - 0.0659183631043667, - 0.18801645250573723, - 0.17813156297403152, - 0.08198040691920319, - 0.04493434103015216, - 0.1555729310979086, - 0.19777077748830985 - ], - "resistance": [ - 95159.33002362525, - 95058.795667295, - 95709.50109465214, - 96968.34399380804, - 98157.23340872563, - 98390.35571417547, - 97366.90780356606, - 96050.32911845639 - ], - "fuel": [ - 41.28130848837416, - 41.230091006763864, - 41.562260595459634, - 42.2093422140315, - 42.825879998975296, - 42.94739002132735, - 42.41544455592993, - 41.73687391603487 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 23.4375, -40.3125 23.59375, -40.15625 23.59375, -40.15625 23.4375, -40.3125 23.4375))", @@ -321717,68 +228358,7 @@ "id": "5838", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.655017212117874, - 12.655017212117874, - 12.655017212117874, - 12.655017212117874, - 12.655017212117874, - 12.655017212117874, - 12.655017212117874, - 12.655017212117874 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1555.4148078950261, - -1757.031268239742, - -1172.725157277624, - 158.90382416925695, - 1515.443487629007, - 1984.870974743223, - 966.7990851122495, - -480.28194274710586 - ], - "relative wind speed": [ - 3.022135436682451, - 2.897738986343022, - 3.195647138031733, - 3.6763773741651526, - 4.046290021059671, - 4.136287502000631, - 3.910703888223768, - 3.4626600952021613 - ], - "relative wind angle": [ - 0.11986520442711598, - 0.037454240921994675, - 0.16181009342007813, - 0.16933780821887237, - 0.08943111476080645, - 0.026236012284482184, - 0.1320307826974577, - 0.1799002247041511 - ], - "resistance": [ - 95079.08519210502, - 94877.4687317603, - 95461.77484272241, - 96793.4038241693, - 98149.94348762905, - 98619.37097474327, - 97601.29908511229, - 96154.21805725293 - ], - "fuel": [ - 42.05434915527795, - 41.951733259374876, - 42.249541151669746, - 42.93298975180559, - 43.63600817209674, - 43.88088087372662, - 43.350851879408395, - 42.60410897729572 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 23.4375, -40.15625 23.59375, -40 23.59375, -40 23.4375, -40.15625 23.4375))", @@ -321797,68 +228377,7 @@ "id": "5839", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.828427990760732, - 10.828427990760732, - 10.828427990760732, - 10.828427990760732, - 10.828427990760732, - 10.828427990760732, - 10.828427990760732, - 10.828427990760732 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1315.2598098322014, - -1535.0554853423346, - -1063.8349467006874, - 94.30912976499803, - 1323.0821826140095, - 1832.3341747188201, - 960.546433340131, - -324.41707752629554 - ], - "relative wind speed": [ - 2.5204113964023414, - 2.358107910857979, - 2.6578084921157297, - 3.159382189632333, - 3.5503160638386624, - 3.6601290743653654, - 3.448662317407021, - 2.9959175456109692 - ], - "relative wind angle": [ - 0.15993550909713639, - 0.03547130685568566, - 0.19678748978038943, - 0.2076284120500869, - 0.11329892312878623, - 0.022850261848320834, - 0.15125897815559436, - 0.21913698372216459 - ], - "resistance": [ - 95319.24019016781, - 95099.44451465768, - 95570.66505329932, - 96728.80912976501, - 97957.58218261403, - 98466.83417471884, - 97595.04643334015, - 96310.08292247372 - ], - "fuel": [ - 40.89362502340467, - 40.781567546078215, - 41.02202830091055, - 41.61653251901588, - 42.252749228498715, - 42.51806924888126, - 42.06445631991034, - 41.40101387768569 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.625 23.28125, -40.625 23.4375, -40.46875 23.4375, -40.46875 23.28125, -40.625 23.28125))", @@ -321877,68 +228396,7 @@ "id": "5840", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.581351400825282, - 11.581351400825282, - 11.581351400825282, - 11.581351400825282, - 11.581351400825282, - 11.581351400825282, - 11.581351400825282, - 11.581351400825282 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1450.91916878553, - -1645.75487974413, - -1092.001518631842, - 166.41503163796642, - 1454.7117851524808, - 1906.6947837615726, - 938.4622313033851, - -431.9800102356421 - ], - "relative wind speed": [ - 2.7096753198396546, - 2.576295399305638, - 2.890731543223225, - 3.390051324191551, - 3.769424267827477, - 3.861813261325753, - 3.6324331783047454, - 3.1715062145898365 - ], - "relative wind angle": [ - 0.13920562914055296, - 0.0432683982749831, - 0.18564803510110417, - 0.19087693765041222, - 0.09991214337251324, - 0.02886024260203318, - 0.1474270900089219, - 0.20420973629537134 - ], - "resistance": [ - 95183.58083121445, - 94988.74512025586, - 95542.49848136814, - 96800.91503163795, - 98089.21178515247, - 98541.19478376156, - 97572.96223130338, - 96202.51998976435 - ], - "fuel": [ - 41.326731126904704, - 41.22748818437775, - 41.50992182839964, - 42.15600128208912, - 42.82352566529567, - 43.05918179247823, - 42.555292048490436, - 41.84804645430093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 23.28125, -40.46875 23.4375, -40.3125 23.4375, -40.3125 23.28125, -40.46875 23.28125))", @@ -321970,9 +228428,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1140.5351683436675, + -1140.5351683436693, -1395.7218251911768, - -1042.7766756804385, + -1042.7766756804394, -21.440940944770773, 1125.7569948863866, 1717.6288407751244, @@ -321980,9 +228438,9 @@ -184.1726633213798 ], "relative wind speed": [ - 2.4005024961580816, + 2.4005024961580808, 2.2006238726467937, - 2.457492832173686, + 2.4574928321736857, 2.9412719262858733, 3.3388937396172285, 3.473885175081832, @@ -321990,9 +228448,9 @@ 2.8739420826034205 ], "relative wind angle": [ - 0.17832482749435813, - 0.015679088464458646, - 0.19434381436109258, + 0.1783248274943581, + 0.01567908846445865, + 0.19434381436109313, 0.21819139182680167, 0.12787671332879053, 0.00993208704877348, @@ -322037,68 +228495,7 @@ "id": "5842", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.619724017592436, - 10.619724017592436, - 10.619724017592436, - 10.619724017592436, - 10.619724017592436, - 10.619724017592436, - 10.619724017592436, - 10.619724017592436 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1090.2000261758858, - -1487.673095704829, - -1232.308387199184, - -230.0734803935311, - 1014.0878378553562, - 1811.3435665648194, - 1219.1042675324725, - 6.541549636801392 - ], - "relative wind speed": [ - 2.572615018380899, - 2.301130583671252, - 2.493205155109383, - 2.9734701668903663, - 3.4108072259367814, - 3.5995488609260904, - 3.4692768727556915, - 3.067642275741174 - ], - "relative wind angle": [ - 0.1929123432275329, - 0.020953600639879458, - 0.17131309440533743, - 0.22013818586724038, - 0.14511284281245676, - 0.013394702131811827, - 0.122821866977989, - 0.21327416134066618 - ], - "resistance": [ - 95544.2999738241, - 95146.82690429516, - 95402.1916128008, - 96404.42651960645, - 97648.58783785535, - 98445.8435665648, - 97853.60426753246, - 96641.0415496368 - ], - "fuel": [ - 40.875932805191155, - 40.67308935840301, - 40.80334276494254, - 41.31689590097042, - 41.9596139929745, - 42.37449433783296, - 42.066075673851074, - 41.43868470017176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.46875 23.125, -40.46875 23.28125, -40.3125 23.28125, -40.3125 23.125, -40.46875 23.125))", @@ -322117,68 +228514,7 @@ "id": "5843", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.04081069140187, - 10.04081069140187, - 10.04081069140187, - 10.04081069140187, - 10.04081069140187, - 10.04081069140187, - 10.04081069140187, - 10.04081069140187 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1081.3844393769627, - -1429.4723618288406, - -1151.6696279527296, - -153.54369733700923, - 1052.4459368115627, - 1797.77398063991, - 1154.1936484668336, - -36.63579592437782 - ], - "relative wind speed": [ - 2.3839441931087713, - 2.118316539595697, - 2.3417458816089636, - 2.844112340445099, - 3.2828001929163286, - 3.460159253639032, - 3.313033843539177, - 2.893266668904961 - ], - "relative wind angle": [ - 0.20800667880088802, - 0.011933508345323869, - 0.19622208954464107, - 0.23815346779080587, - 0.15053382206131777, - 0.007305609691646644, - 0.1382469396260206, - 0.2340312089917488 - ], - "resistance": [ - 95553.115560623, - 95205.02763817113, - 95482.83037204725, - 96480.95630266296, - 97686.94593681153, - 98432.27398063987, - 97788.69364846681, - 96597.8642040756 - ], - "fuel": [ - 40.5275902505114, - 40.3499062504708, - 40.49167633966404, - 41.00341587139653, - 41.626672733630066, - 42.01456503691648, - 41.6795036306971, - 41.06359712636049 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 23.28125, -40.3125 23.4375, -40.15625 23.4375, -40.15625 23.28125, -40.3125 23.28125))", @@ -322197,68 +228533,7 @@ "id": "5844", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.133959580218031, - 10.133959580218031, - 10.133959580218031, - 10.133959580218031, - 10.133959580218031, - 10.133959580218031, - 10.133959580218031, - 10.133959580218031 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -1224.1657403054546, - -1390.4433658937262, - -912.0279917613466, - 163.23762217474996, - 1265.6633148141477, - 1650.1358109356438, - 815.0296054644682, - -356.40853862154927 - ], - "relative wind speed": [ - 2.3204258416869745, - 2.188174078321772, - 2.503667755808527, - 2.9929930010673997, - 3.358795478955189, - 3.446415146087189, - 3.2245202627279625, - 2.7763061884057523 - ], - "relative wind angle": [ - 0.15870242698892817, - 0.05076018363145285, - 0.2107397385885777, - 0.21195321682659746, - 0.10939808664768792, - 0.032220041245222576, - 0.1631424049492938, - 0.2287793791485354 - ], - "resistance": [ - 95410.3342596946, - 95244.05663410634, - 95722.4720082387, - 96797.73762217481, - 97900.1633148142, - 98284.6358109357, - 97449.52960546453, - 96278.09146137851 - ], - "fuel": [ - 40.50993582863603, - 40.42509030803845, - 40.66948638384166, - 41.22188861546775, - 41.7927105853711, - 41.99284915085437, - 41.55883172340128, - 40.954390699579264 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 23.28125, -40.15625 23.4375, -40 23.4375, -40 23.28125, -40.15625 23.28125))", @@ -322277,68 +228552,7 @@ "id": "5845", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.919427549925828, - 8.919427549925828, - 8.919427549925828, - 8.919427549925828, - 8.919427549925828, - 8.919427549925828, - 8.919427549925828, - 8.919427549925828 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1154.40821096481, - -1285.682157315603, - -786.0043945495029, - 251.67965919389962, - 1291.471823755825, - 1593.13786301453, - 754.548389385604, - -360.54341793139656 - ], - "relative wind speed": [ - 1.9277776591956473, - 1.8040672628433174, - 2.1831654815929116, - 2.713952477202521, - 3.087067872106397, - 3.1609580923230203, - 2.9120616803678043, - 2.4250312785140866 - ], - "relative wind angle": [ - 0.19563717083369545, - 0.08313990946377607, - 0.27204351974320207, - 0.25317380339036777, - 0.12169161876200046, - 0.047413916253452246, - 0.2028319210757642, - 0.2841275453032306 - ], - "resistance": [ - 95480.09178903517, - 95348.81784268438, - 95848.49560545049, - 96886.17965919389, - 97925.97182375581, - 98227.63786301452, - 97389.04838938559, - 96273.95658206858 - ], - "fuel": [ - 39.86959830611659, - 39.80257128595629, - 40.058043697455346, - 40.591552998496795, - 41.130165150310205, - 41.28718100621879, - 40.851536564012406, - 40.27630329312817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 23.125, -40.3125 23.28125, -40.15625 23.28125, -40.15625 23.125, -40.3125 23.125))", @@ -322357,68 +228571,7 @@ "id": "5846", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.144708158945468, - 9.144708158945468, - 9.144708158945468, - 9.144708158945468, - 9.144708158945468, - 9.144708158945468, - 9.144708158945468, - 9.144708158945468 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1063.5031295669985, - -1268.4681237098825, - -890.7695852818185, - 71.78890622296058, - 1117.8008377158785, - 1590.9046118694655, - 866.9409447261578, - -215.35160642782057 - ], - "relative wind speed": [ - 2.0708259964953206, - 1.8866959839607853, - 2.186195822288687, - 2.6894704857584566, - 3.079548235452874, - 3.195671432789671, - 2.9987473166055922, - 2.5570854793056723 - ], - "relative wind angle": [ - 0.20159005634907323, - 0.036239196523785495, - 0.2360667634453248, - 0.2459174236322726, - 0.13505205060886125, - 0.021392248115013612, - 0.17134442330302796, - 0.25893366291532505 - ], - "resistance": [ - 95570.99687043297, - 95366.03187629009, - 95743.73041471816, - 96706.28890622294, - 97752.30083771585, - 98225.40461186944, - 97501.44094472613, - 96419.14839357215 - ], - "fuel": [ - 40.03409291735989, - 39.92939883561958, - 40.12244487768776, - 40.6168197462726, - 41.157965659146825, - 41.40405927275478, - 41.027814176504656, - 40.46898210923 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 23.125, -40.15625 23.28125, -40 23.28125, -40 23.125, -40.15625 23.125))", @@ -322437,68 +228590,7 @@ "id": "5847", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.87962923683026, - 8.87962923683026, - 8.87962923683026, - 8.87962923683026, - 8.87962923683026, - 8.87962923683026, - 8.87962923683026, - 8.87962923683026 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1177.363007447, - -1240.135082915985, - -672.4699644370544, - 370.3224891566424, - 1345.221729943043, - 1489.346471196227, - 610.713344210707, - -469.03895482250346 - ], - "relative wind speed": [ - 1.8876027955091348, - 1.828211174062599, - 2.236066994629605, - 2.75044361770184, - 3.0878276944639897, - 3.1233584628321727, - 2.8456508183262446, - 2.3521870865549603 - ], - "relative wind angle": [ - 0.1671105731232899, - 0.11290184879918126, - 0.2740991012412603, - 0.23858027060857678, - 0.10185666722999119, - 0.0659929922361927, - 0.2143331152830349, - 0.2799795905309054 - ], - "resistance": [ - 95457.13699255302, - 95394.36491708404, - 95962.03003556296, - 97004.82248915665, - 97979.72172994306, - 98123.84647119624, - 97245.21334421072, - 96165.46104517751 - ], - "fuel": [ - 39.83736730539562, - 39.80531394176246, - 40.09571455737236, - 40.63230072004019, - 41.137611039082316, - 41.212613918941614, - 40.75657173132864, - 40.20007567100862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 22.96875, -41.25 23.125, -41.09375 23.125, -41.09375 22.96875, -41.25 22.96875))", @@ -322517,68 +228609,7 @@ "id": "5848", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.626561315995193, - 12.626561315995193, - 12.626561315995193, - 12.626561315995193, - 12.626561315995193, - 12.626561315995193, - 12.626561315995193, - 12.626561315995193 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1340.6509401630078, - -1513.0006760608626, - -1023.3459173919964, - 109.22449510626848, - 1262.5073591825794, - 1665.6828057315324, - 809.0168097448477, - -422.0169808414312 - ], - "relative wind speed": [ - 3.0865890428061364, - 2.981707322282226, - 3.2279683734563864, - 3.635773693590065, - 3.955772060375893, - 4.035416453982165, - 3.841273837255913, - 3.457790358280833 - ], - "relative wind angle": [ - 0.10028967488788901, - 0.03018574152786244, - 0.13557781284610346, - 0.145469822197957, - 0.07820207136152668, - 0.022302243227909354, - 0.11382812364363837, - 0.15301512148520208 - ], - "resistance": [ - 95293.84905983701, - 95121.49932393915, - 95611.15408260802, - 96743.72449510629, - 97897.0073591826, - 98300.18280573154, - 97443.51680974486, - 96212.48301915858 - ], - "fuel": [ - 42.142147735818696, - 42.05428048622713, - 42.30420508114119, - 42.88569844687715, - 43.48273094354885, - 43.69261469308683, - 43.247377117733194, - 42.61234985059908 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 22.96875, -41.09375 23.125, -40.9375 23.125, -40.9375 22.96875, -41.09375 22.96875))", @@ -322597,68 +228628,7 @@ "id": "5849", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.81944654990265, - 10.81944654990265, - 10.81944654990265, - 10.81944654990265, - 10.81944654990265, - 10.81944654990265, - 10.81944654990265, - 10.81944654990265 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1161.649193970526, - -1270.0219475864478, - -793.8046083788527, - 192.78287995789515, - 1153.9796119068942, - 1406.188625464678, - 626.8134086869686, - -421.81336096066525 - ], - "relative wind speed": [ - 2.5674619768036524, - 2.489219631643931, - 2.76199314615739, - 3.170167287019139, - 3.4701413832070336, - 3.526687942988009, - 3.317398993542703, - 2.9298091395331967 - ], - "relative wind angle": [ - 0.10961595501989539, - 0.04901565592893599, - 0.16488543529298091, - 0.16450974161560777, - 0.08102814325475617, - 0.0345894528274281, - 0.1370877538364539, - 0.17814486826632508 - ], - "resistance": [ - 95472.85080602948, - 95364.47805241357, - 95840.69539162116, - 96827.28287995791, - 97788.4796119069, - 98040.6886254647, - 97261.31340868698, - 96212.68663903936 - ], - "fuel": [ - 40.966280084892794, - 40.910944462021774, - 41.15442912533583, - 41.66154548596741, - 42.15909400983263, - 42.290215458692714, - 41.88578893255372, - 41.34521118351559 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 22.8125, -41.25 22.96875, -41.09375 22.96875, -41.09375 22.8125, -41.25 22.8125))", @@ -322677,68 +228647,7 @@ "id": "5850", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.090958455166502, - 12.090958455166502, - 12.090958455166502, - 12.090958455166502, - 12.090958455166502, - 12.090958455166502, - 12.090958455166502, - 12.090958455166502 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1295.5768784547772, - -1482.6306756479994, - -1023.1015548410687, - 81.15446330507257, - 1226.6396493412894, - 1663.4349036339045, - 836.6977064463517, - -374.50756590814126 - ], - "relative wind speed": [ - 2.9347965948096317, - 2.8151823523587662, - 3.062728648373095, - 3.482218373530927, - 3.8149137367404378, - 3.904016674483455, - 3.7129895095612393, - 3.3227628670611926 - ], - "relative wind angle": [ - 0.11198360730968536, - 0.028694651557883553, - 0.144883519706722, - 0.1570330670707958, - 0.08607480812737715, - 0.020690320084666612, - 0.11937552732628402, - 0.16463611023403252 - ], - "resistance": [ - 95338.92312154522, - 95151.869324352, - 95611.39844515893, - 96715.65446330508, - 97861.13964934129, - 98297.9349036339, - 97471.19770644636, - 96259.99243409187 - ], - "fuel": [ - 41.76712042224217, - 41.671730500142864, - 41.90630484800349, - 42.47320364309435, - 43.066063166618356, - 43.29341762989691, - 42.86369591836553, - 42.23872772841446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 22.8125, -41.09375 22.96875, -40.9375 22.96875, -40.9375 22.8125, -41.09375 22.8125))", @@ -322757,68 +228666,7 @@ "id": "5851", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.899742120852311, - 10.899742120852311, - 10.899742120852311, - 10.899742120852311, - 10.899742120852311, - 10.899742120852311, - 10.899742120852311, - 10.899742120852311 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1206.787623481608, - -1265.4488624954884, - -719.633298829172, - 296.02235229231337, - 1228.6981342844447, - 1365.1721370976757, - 530.8980002290054, - -518.3290385781802 - ], - "relative wind speed": [ - 2.5671886014879632, - 2.525143668357097, - 2.8218776117281843, - 3.2281498825298436, - 3.508616119128015, - 3.5389961629211633, - 3.3072422244888404, - 2.912025536106648 - ], - "relative wind angle": [ - 0.09582951674129599, - 0.0635141665081113, - 0.16816176253390208, - 0.1579147647361931, - 0.0700667083190685, - 0.04530364439224526, - 0.1432972835154588, - 0.17522637238650837 - ], - "resistance": [ - 95427.71237651841, - 95369.05113750453, - 95914.86670117085, - 96930.52235229233, - 97863.19813428447, - 97999.67213709769, - 97165.39800022902, - 96116.17096142183 - ], - "fuel": [ - 40.99496710678953, - 40.9650188376045, - 41.2441682691703, - 41.76656121616628, - 42.24965511865406, - 42.32061541852031, - 41.887913771953905, - 41.347402225041805 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.96875, -40.9375 23.125, -40.78125 23.125, -40.78125 22.96875, -40.9375 22.96875))", @@ -322837,68 +228685,7 @@ "id": "5852", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.946729204615574, - 9.946729204615574, - 9.946729204615574, - 9.946729204615574, - 9.946729204615574, - 9.946729204615574, - 9.946729204615574, - 9.946729204615574 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -977.169025571256, - -1130.397074553353, - -785.1709391188624, - 59.69969453814201, - 947.5669790216662, - 1304.0887972049604, - 671.9847466063957, - -260.7392589316528 - ], - "relative wind speed": [ - 2.372463491724847, - 2.2517090653263843, - 2.484002625136415, - 2.8782633293685604, - 3.1896954161458804, - 3.27605649409107, - 3.103622210525097, - 2.7419591671214762 - ], - "relative wind angle": [ - 0.1324295369660475, - 0.0307879541603164, - 0.16634248757272113, - 0.17895704992768108, - 0.09837068248606985, - 0.021159505781560457, - 0.1329110676676497, - 0.18795674115930885 - ], - "resistance": [ - 95657.33097442875, - 95504.10292544666, - 95849.32906088115, - 96694.19969453815, - 97582.06697902168, - 97938.58879720498, - 97306.48474660641, - 96373.76074106836 - ], - "fuel": [ - 40.52561832189667, - 40.44728698309083, - 40.62389251804088, - 41.05796930026229, - 41.51699916479549, - 41.70214736479419, - 41.37420844612335, - 40.893021839963566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 22.96875, -40.78125 23.125, -40.625 23.125, -40.625 22.96875, -40.78125 22.96875))", @@ -322917,68 +228704,7 @@ "id": "5853", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.361574572805903, - 10.361574572805903, - 10.361574572805903, - 10.361574572805903, - 10.361574572805903, - 10.361574572805903, - 10.361574572805903, - 10.361574572805903 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -845.5821455047076, - -1257.6217899020908, - -1104.5474413602028, - -323.78709404759456, - 717.9088618644514, - 1445.5564223910192, - 1089.8546234092169, - 108.27449333593813 - ], - "relative wind speed": [ - 2.594470746323863, - 2.3332566371099177, - 2.449561691954414, - 2.841517772187019, - 3.23277797982344, - 3.4260830967365843, - 3.3439167809129238, - 3.0179311905189197 - ], - "relative wind angle": [ - 0.1743490120020421, - 0.03849014307281797, - 0.13227829831984103, - 0.19360042188285637, - 0.13966990518086855, - 0.02620937271214965, - 0.0967681128033669, - 0.1821525470631213 - ], - "resistance": [ - 95788.91785449529, - 95376.87821009792, - 95529.9525586398, - 96310.7129059524, - 97352.40886186445, - 98080.05642239102, - 97724.35462340922, - 96742.77449333594 - ], - "fuel": [ - 40.84099168504875, - 40.6303505549977, - 40.70853081039964, - 41.10864807891598, - 41.64601945988189, - 42.02378054789428, - 41.83887041177863, - 41.33104218136486 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.8125, -40.9375 22.96875, -40.78125 22.96875, -40.78125 22.8125, -40.9375 22.8125))", @@ -323010,51 +228736,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1261.5720727595208, + -1261.5720727595271, -1171.003960792485, - -456.5205095293327, + -456.52050952933496, 579.640322713878, - 1364.4867378453127, + 1364.486737845319, 1153.2038238361692, 214.35634113064862, - -770.0425876983963 + -770.0425876983968 ], "relative wind speed": [ - 2.632694969913692, + 2.632694969913691, 2.6951190661191986, - 3.0323811461012604, + 3.03238114610126, 3.4050761254989155, 3.613290368306552, 3.5669711674958244, 3.2850593107393595, - 2.896965079158366 + 2.8969650791583663 ], "relative wind angle": [ - 0.04859840972827122, + 0.04859840972827579, 0.09533728507981964, - 0.16254132479835443, + 0.16254132479835512, 0.1288189875229994, - 0.03540295373242727, + 0.035402953732424136, 0.07198768493967818, - 0.14994047900546917, - 0.151574411635784 + 0.14994047900546914, + 0.15157441163578475 ], "resistance": [ - 95372.9279272405, + 95372.92792724048, 95463.49603920753, 96177.97949047068, 97214.1403227139, - 97998.98673784532, + 97998.98673784533, 97787.70382383619, 96848.85634113067, 95864.45741230162 ], "fuel": [ - 41.186342368132856, + 41.18634236813285, 41.232586707196596, 41.59847418293724, 42.13246776578994, - 42.5396035805272, + 42.53960358052721, 42.42977598131655, 41.94375987008476, 41.43768542027189 @@ -323077,68 +228803,7 @@ "id": "5855", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.693036981697452, - 11.693036981697452, - 11.693036981697452, - 11.693036981697452, - 11.693036981697452, - 11.693036981697452, - 11.693036981697452, - 11.693036981697452 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1246.4240130837247, - -1298.1973212738917, - -734.3846941421871, - 303.10919431991715, - 1244.2892670447982, - 1365.1922681987025, - 512.5786571474855, - -554.4865762891709 - ], - "relative wind speed": [ - 2.807930306592178, - 2.773780595350417, - 3.0536786632541033, - 3.4383547345760412, - 3.704449555758519, - 3.730088514592625, - 3.5046348938833787, - 3.1281201762491233 - ], - "relative wind angle": [ - 0.0811581137007644, - 0.05655835394906473, - 0.1476967610488041, - 0.13968408337406707, - 0.06148814897222177, - 0.04204807778925455, - 0.1285786083437931, - 0.15364235590788344 - ], - "resistance": [ - 95388.07598691629, - 95336.30267872612, - 95900.11530585782, - 96937.60919431993, - 97878.7892670448, - 97999.69226819872, - 97147.0786571475, - 96080.01342371084 - ], - "fuel": [ - 41.508734607719994, - 41.482309800119424, - 41.77061374132517, - 42.304224185884564, - 42.7917627289235, - 42.854630324859, - 42.41244582024301, - 41.862853042276605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 22.65625, -41.25 22.8125, -41.09375 22.8125, -41.09375 22.65625, -41.25 22.65625))", @@ -323170,9 +228835,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1180.0721303451373, + -1180.0721303451446, -1564.3606169058944, - -1305.9458312516817, + -1305.9458312516845, -273.74216960474496, 991.0512960212018, 1776.7402140485528, @@ -323180,24 +228845,24 @@ -62.97217471141539 ], "relative wind speed": [ - 3.2807263127045014, + 3.280726312704501, 3.074267267633413, 3.226308436660545, 3.6160549672705824, 3.986140180263359, 4.14745216280302, 4.030311718355624, - 3.6846472218191275 + 3.684647221819128 ], "relative wind angle": [ - 0.12344561328093075, - 0.011278651185207768, - 0.11023387408438785, - 0.1489488158846893, - 0.10151628353960589, - 0.008360134264144512, - 0.08817903945798956, - 0.1461559232989638 + 0.12344561328093345, + 0.01127865118520777, + 0.1102338740843899, + 0.14894881588468933, + 0.1015162835396059, + 0.008360134264144514, + 0.08817903945798958, + 0.1461559232989646 ], "resistance": [ 95454.42786965486, @@ -323237,68 +228902,7 @@ "id": "5857", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.992305182917331, - 13.992305182917331, - 13.992305182917331, - 13.992305182917331, - 13.992305182917331, - 13.992305182917331, - 13.992305182917331, - 13.992305182917331 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1506.9887859332612, - -1591.0275426428125, - -943.3349664864236, - 299.58811383752436, - 1447.7911014616702, - 1645.0592605616994, - 644.1957679307043, - -646.712802010502 - ], - "relative wind speed": [ - 3.450308101494756, - 3.40466638745131, - 3.672601756600138, - 4.059874327599979, - 4.338352100170823, - 4.374262421306725, - 4.151857569536137, - 3.7740356893372837 - ], - "relative wind angle": [ - 0.06996343161077317, - 0.04231627818655161, - 0.12143509236247595, - 0.11978155385612585, - 0.055625485122851606, - 0.032932604459888354, - 0.1073599497187763, - 0.12890236263261218 - ], - "resistance": [ - 95127.51121406673, - 95043.47245735719, - 95691.16503351358, - 96934.08811383753, - 98082.29110146167, - 98279.5592605617, - 97278.69576793071, - 95987.7871979895 - ], - "fuel": [ - 43.15781070464874, - 43.11500431884686, - 43.44559535790458, - 44.0843721114478, - 44.67957733314497, - 44.78233097731228, - 44.26249452854074, - 43.59751645841838 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 22.5, -41.25 22.65625, -41.09375 22.65625, -41.09375 22.5, -41.25 22.5))", @@ -323330,9 +228934,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1380.2563338777827, + -1380.2563338777854, -1767.562063722211, - -1453.27977035595, + -1453.2797703559509, -265.8727485131494, 1150.6814778059397, 1994.3478049343666, @@ -323340,9 +228944,9 @@ -143.38168150004913 ], "relative wind speed": [ - 3.7204243282654317, + 3.7204243282654312, 3.530178455088404, - 3.6927436849870543, + 3.692743684987054, 4.083664663777857, 4.449862401692632, 4.6022464787945285, @@ -323350,12 +228954,12 @@ 4.119043030870044 ], "relative wind angle": [ - 0.10546656619356143, + 0.10546656619356248, 0.005054223055762737, - 0.09939076303210655, + 0.09939076303210656, 0.1316441777063005, - 0.08812874667526961, - 0.0038768627781847332, + 0.08812874667526963, + 0.003876862778184733, 0.08201278810438933, 0.13050699694005807 ], @@ -323397,68 +229001,7 @@ "id": "5859", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.936109510746773, - 11.936109510746773, - 11.936109510746773, - 11.936109510746773, - 11.936109510746773, - 11.936109510746773, - 11.936109510746773, - 11.936109510746773 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1223.9293621053348, - -1297.5068560766476, - -769.6431073321005, - 248.6536231583168, - 1196.3801307392678, - 1368.493998828475, - 547.6509565272017, - -512.658521881528 - ], - "relative wind speed": [ - 2.8973027155604263, - 2.8499965519281294, - 3.1099551944349484, - 3.4835044132281854, - 3.750819128566946, - 3.786888804126059, - 3.5764767368773147, - 3.213752349487632 - ], - "relative wind angle": [ - 0.08126991416753264, - 0.04781479028856057, - 0.13801161618826838, - 0.13500099106707, - 0.06274865355159048, - 0.03597926137256418, - 0.11991572924188704, - 0.1464109759783609 - ], - "resistance": [ - 95410.57063789465, - 95336.99314392333, - 95864.85689266789, - 96883.1536231583, - 97830.88013073926, - 98002.99399882846, - 97182.15095652718, - 96121.84147811845 - ], - "fuel": [ - 41.692140334403625, - 41.65458361817731, - 41.92447125606414, - 42.44803812745191, - 42.93878727791309, - 43.02826940821326, - 42.602503227004405, - 42.056238302217466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.65625, -40.9375 22.8125, -40.78125 22.8125, -40.78125 22.65625, -40.9375 22.65625))", @@ -323477,68 +229020,7 @@ "id": "5860", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.138556154536808, - 15.138556154536808, - 15.138556154536808, - 15.138556154536808, - 15.138556154536808, - 15.138556154536808, - 15.138556154536808, - 15.138556154536808 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1636.871322484867, - -1503.0412934289207, - -574.0440145880084, - 738.9862756534467, - 1696.5941510694583, - 1381.119706069515, - 184.49126035976133, - -1052.0222976752893 - ], - "relative wind speed": [ - 3.745713585510505, - 3.81220491021658, - 4.124564844484322, - 4.473870452631881, - 4.667328192973414, - 4.613178562349718, - 4.336160463964225, - 3.9747711756363824 - ], - "relative wind angle": [ - 0.028418154068129704, - 0.06580650045346245, - 0.11199282346232928, - 0.08979786935529627, - 0.02280558828807248, - 0.05436823655550101, - 0.10650650809985174, - 0.10110990773189724 - ], - "resistance": [ - 94997.62867751511, - 95131.45870657105, - 96060.45598541196, - 97373.48627565341, - 98331.09415106942, - 98015.61970606948, - 96818.99126035973, - 95582.47770232469 - ], - "fuel": [ - 44.110116427784334, - 44.1782743039146, - 44.65323743041407, - 45.33002002133355, - 45.827650724223716, - 45.66333431139432, - 45.043430991724314, - 44.40846312019433 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 22.65625, -40.78125 22.8125, -40.625 22.8125, -40.625 22.65625, -40.78125 22.65625))", @@ -323557,68 +229039,7 @@ "id": "5861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.407602934142528, - 14.407602934142528, - 14.407602934142528, - 14.407602934142528, - 14.407602934142528, - 14.407602934142528, - 14.407602934142528, - 14.407602934142528 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1568.327038827082, - -1591.976672190328, - -855.6786635610297, - 425.7822900824167, - 1538.345708381371, - 1593.919397688559, - 523.0395539108813, - -771.9270593949877 - ], - "relative wind speed": [ - 3.5545483699735487, - 3.542112072253744, - 3.8256823654275807, - 4.204616586976613, - 4.460145890200423, - 4.470028807955003, - 4.229878238816074, - 3.8534289707836145 - ], - "relative wind angle": [ - 0.05725203496042751, - 0.0499272319934553, - 0.11879156584781062, - 0.11067987649021571, - 0.04561835827544071, - 0.03955690339271719, - 0.10739396838850014, - 0.12081411287822236 - ], - "resistance": [ - 95066.17296117291, - 95042.52332780966, - 95778.82133643895, - 97060.2822900824, - 98172.84570838136, - 98228.41939768854, - 97157.53955391087, - 95862.572940605 - ], - "fuel": [ - 43.48556045336067, - 43.473516902915705, - 43.84945213161743, - 44.508544554372165, - 45.08572360292382, - 45.11467507211013, - 44.558816255703235, - 43.8923413741007 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.5, -40.9375 22.65625, -40.78125 22.65625, -40.78125 22.5, -40.9375 22.5))", @@ -323637,68 +229058,7 @@ "id": "5862", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.864906516061234, - 14.864906516061234, - 14.864906516061234, - 14.864906516061234, - 14.864906516061234, - 14.864906516061234, - 14.864906516061234, - 14.864906516061234 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1553.9356829457693, - -1333.3708265750847, - -352.1945579875828, - 885.1456280089142, - 1677.2672445263388, - 1156.5176142058326, - -31.64114020722718, - -1142.7593289045026 - ], - "relative wind speed": [ - 3.6755068737703063, - 3.786792986180135, - 4.108488497017429, - 4.431834308455999, - 4.583295518767957, - 4.491786668054053, - 4.199556031459356, - 3.8567853523217406 - ], - "relative wind angle": [ - 0.012463395546374325, - 0.07628105786623651, - 0.11071010421492562, - 0.0798176168620571, - 0.00999474559829491, - 0.0642905448846573, - 0.10829981512292916, - 0.09174978499212631 - ], - "resistance": [ - 95080.56431705425, - 95301.12917342492, - 96282.30544201244, - 97519.64562800893, - 98311.76724452636, - 97791.01761420585, - 96602.85885979279, - 95491.74067109551 - ], - "fuel": [ - 43.90134145983639, - 44.01377590536836, - 44.51613100584074, - 45.154747413739734, - 45.56656841445441, - 45.29556974874335, - 44.6810283680786, - 44.11108723966976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 22.5, -40.78125 22.65625, -40.625 22.65625, -40.625 22.5, -40.78125 22.5))", @@ -323717,68 +229077,7 @@ "id": "5863", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.5302774255649, - 17.5302774255649, - 17.5302774255649, - 17.5302774255649, - 17.5302774255649, - 17.5302774255649, - 17.5302774255649, - 17.5302774255649 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -1964.7348407711543, - -1891.5387358718126, - -873.323394136045, - 703.8424551746575, - 1950.8448806760462, - 1777.921169090916, - 398.8642831370744, - -1136.4072594441986 - ], - "relative wind speed": [ - 4.404123018813479, - 4.435360688759178, - 4.738907613887523, - 5.110719326225026, - 5.339828969407834, - 5.313910852468225, - 5.045079544903998, - 4.668042518649533 - ], - "relative wind angle": [ - 0.034927176771750515, - 0.050127606077645374, - 0.09893692432448781, - 0.08614843568781913, - 0.02880496370452412, - 0.041834678330461325, - 0.09291481160219911, - 0.0943412693113241 - ], - "resistance": [ - 94669.7651592288, - 94742.96126412814, - 95761.1766058639, - 97338.34245517461, - 98585.344880676, - 98412.42116909087, - 97033.36428313702, - 95498.09274055576 - ], - "fuel": [ - 46.347210072827295, - 46.38439033148147, - 46.903664532989865, - 47.71561068524704, - 48.364136563773364, - 48.27385893784914, - 47.55788196445093, - 46.76912618122217 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 22.65625, -40.3125 22.8125, -40.15625 22.8125, -40.15625 22.65625, -40.3125 22.65625))", @@ -323797,68 +229096,7 @@ "id": "5864", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.100048460378222, - 8.100048460378222, - 8.100048460378222, - 8.100048460378222, - 8.100048460378222, - 8.100048460378222, - 8.100048460378222, - 8.100048460378222 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -959.7565887572682, - -1064.8160529607705, - -645.3043293041492, - 217.3757633666828, - 1077.9149544877378, - 1319.2812377952532, - 619.4954035811666, - -305.1819778560689 - ], - "relative wind speed": [ - 1.745148398615123, - 1.6359481836843675, - 1.9854057728459356, - 2.4699703295203377, - 2.808632050682314, - 2.8736093105376534, - 2.6442618717628754, - 2.198454798397744 - ], - "relative wind angle": [ - 0.1954479399520195, - 0.08619617508293445, - 0.27445696079492143, - 0.25378769311415367, - 0.12096500224046403, - 0.0490304543714197, - 0.20492593639565804, - 0.2859617253627196 - ], - "resistance": [ - 95674.74341124274, - 95569.68394703924, - 95989.19567069586, - 96851.8757633667, - 97712.41495448776, - 97953.78123779527, - 97253.99540358118, - 96329.31802214394 - ], - "fuel": [ - 39.567962430324854, - 39.51423901439885, - 39.72900679480818, - 40.172711269840846, - 40.61807357572348, - 40.743484790374765, - 40.38048076441173, - 39.90361212275967 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 22.65625, -40.15625 22.8125, -40 22.8125, -40 22.65625, -40.15625 22.65625))", @@ -323877,68 +229115,7 @@ "id": "5865", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.471137845269366, - 9.471137845269366, - 9.471137845269366, - 9.471137845269366, - 9.471137845269366, - 9.471137845269366, - 9.471137845269366, - 9.471137845269366 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1235.626590384244, - -1312.7283130674584, - -736.9000966540407, - 345.97815533827725, - 1366.681794567205, - 1544.1427780979907, - 644.1544368308637, - -483.6966876076053 - ], - "relative wind speed": [ - 2.070413330378654, - 2.003317317097163, - 2.3879159238936167, - 2.892038269886217, - 3.2309899519192924, - 3.2730149946237157, - 3.0039582168246537, - 2.522304912877623 - ], - "relative wind angle": [ - 0.15304883626299898, - 0.09509977613755194, - 0.24735656348651483, - 0.22194212617048573, - 0.09784708370484503, - 0.0581528803615927, - 0.19588067702276618, - 0.2551510721048406 - ], - "resistance": [ - 95398.87340961576, - 95321.77168693254, - 95897.59990334595, - 96980.47815533828, - 98001.18179456721, - 98178.64277809799, - 97278.65443683087, - 96150.8033123924 - ], - "fuel": [ - 40.12313735521113, - 40.08378560176704, - 40.37821541696222, - 40.93524953669718, - 41.464295739773476, - 41.55667206201903, - 41.089398001207286, - 40.50807275999188 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 22.5, -40.3125 22.65625, -40.15625 22.65625, -40.15625 22.5, -40.3125 22.5))", @@ -323957,68 +229134,7 @@ "id": "5866", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.80127197876183, - 10.80127197876183, - 10.80127197876183, - 10.80127197876183, - 10.80127197876183, - 10.80127197876183, - 10.80127197876183, - 10.80127197876183 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1302.3529355459987, - -1444.9309490446426, - -916.3558654071267, - 208.8463015747734, - 1327.8929128266432, - 1658.3270061553862, - 772.5640817810331, - -434.6640015236867 - ], - "relative wind speed": [ - 2.505495819734608, - 2.4005302557709056, - 2.7144338498068583, - 3.186500299220527, - 3.5337881309456467, - 3.605914911398824, - 3.3759467904785816, - 2.9345159226331368 - ], - "relative wind angle": [ - 0.13438921152885774, - 0.053563001545439616, - 0.1918033333214357, - 0.19046956566484866, - 0.0951403871359085, - 0.035648471987567876, - 0.15388243913140856, - 0.2070529936318797 - ], - "resistance": [ - 95332.14706445401, - 95189.56905095537, - 95718.14413459289, - 96843.34630157478, - 97962.39291282666, - 98292.8270061554, - 97407.06408178105, - 96199.83599847632 - ], - "fuel": [ - 40.882792340064825, - 40.810075077819825, - 41.08003714702487, - 41.65817998391502, - 42.237832574250945, - 42.40988454464161, - 41.94959653154096, - 41.3269596910207 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 22.5, -40.15625 22.65625, -40 22.65625, -40 22.5, -40.15625 22.5))", @@ -324037,68 +229153,7 @@ "id": "5867", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.699793693615094, - 10.699793693615094, - 10.699793693615094, - 10.699793693615094, - 10.699793693615094, - 10.699793693615094, - 10.699793693615094, - 10.699793693615094 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1500.7840855654536, - -1400.1573073757245, - -539.3454642389538, - 728.7942291472727, - 1717.2369910849493, - 1484.7082202957345, - 334.24107981363795, - -875.783010420309 - ], - "relative wind speed": [ - 2.3454918452572544, - 2.4212044683515406, - 2.8665349743391224, - 3.344592951364182, - 3.6098068253438442, - 3.5594671279423014, - 3.211699636229685, - 2.7103016994704316 - ], - "relative wind angle": [ - 0.07530905657615332, - 0.1338220342973716, - 0.22277505116337515, - 0.1720523928058599, - 0.04890572679343894, - 0.09088141634544117, - 0.19849348824171878, - 0.2128759644570693 - ], - "resistance": [ - 95133.7159144346, - 95234.34269262431, - 96095.15453576109, - 97363.29422914732, - 98351.736991085, - 98119.20822029578, - 96968.74107981368, - 95758.71698957974 - ], - "fuel": [ - 40.71694896203546, - 40.768241598410754, - 41.20856429389356, - 41.86226649261641, - 42.37594007812443, - 42.25477258112974, - 41.658240474641005, - 41.03614144161446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 22.34375, -42.1875 22.5, -42.03125 22.5, -42.03125 22.34375, -42.1875 22.34375))", @@ -324117,68 +229172,7 @@ "id": "5868", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.81239462474006, - 14.81239462474006, - 14.81239462474006, - 14.81239462474006, - 14.81239462474006, - 14.81239462474006, - 14.81239462474006, - 14.81239462474006 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1423.9325913773937, - -296.595671277224, - -1736.419547489736, - -2122.9479427292035, - -1647.7570852069757, - -148.25337215791296, - 1550.731235673864, - 2456.213598558348 - ], - "relative wind speed": [ - 4.579717107748167, - 4.1436075532950385, - 3.669949604290212, - 3.469714218163395, - 3.7037942215763358, - 4.18597860327305, - 4.606882929351863, - 4.759515066375803 - ], - "relative wind angle": [ - 0.10306715057205447, - 0.1562749061237225, - 0.12041683279259217, - 0.006180428665249673, - 0.12756200704582485, - 0.1546802655576575, - 0.09584183943834793, - 0.004505555071850071 - ], - "resistance": [ - 98058.43259137736, - 96337.90432872274, - 94898.08045251023, - 94511.55205727076, - 94986.742914793, - 96486.24662784206, - 98185.23123567384, - 99090.71359855832 - ], - "fuel": [ - 45.38700437490128, - 44.49710210542206, - 43.76085352941084, - 43.56451708674655, - 43.80596786354387, - 44.573394712422925, - 45.453023760305825, - 45.926214141341276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 22.34375, -42.03125 22.5, -41.875 22.5, -41.875 22.34375, -42.03125 22.34375))", @@ -324210,9 +229204,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 764.3401145360804, + 764.3401145360731, -1002.3909196479435, - -2111.8398809238106, + -2111.8398809238133, -2164.434818322361, -1187.4059607120344, 549.2995230829165, @@ -324220,9 +229214,9 @@ 2205.965759525081 ], "relative wind speed": [ - 4.771285984966289, + 4.771285984966287, 4.315146885250892, - 3.9435569516365985, + 3.9435569516365976, 3.918712510132347, 4.260154385546424, 4.721609121659233, @@ -324231,16 +229225,16 @@ ], "relative wind angle": [ 0.1149373971525567, - 0.13224198610439553, - 0.06533505945722098, + 0.13224198610439555, + 0.065335059457221, 0.05230256853946324, 0.1288001243255047, 0.12079949343784849, 0.05114688707520333, - 0.04053459027654827 + 0.04053459027654828 ], "resistance": [ - 97398.84011453608, + 97398.84011453607, 95632.10908035206, 94522.66011907619, 94470.06518167764, @@ -324250,7 +229244,7 @@ 98840.46575952508 ], "fuel": [ - 46.300210871926865, + 46.30021087192685, 45.39089940985887, 44.82581861364875, 44.79914390050756, @@ -324290,19 +229284,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1950.9606875019435, + 1950.9606875019417, -85.45774874324889, - -1968.8947119644363, + -1968.8947119644417, -2645.1541867006235, -2251.1397846361397, -559.8570039748229, - 1548.9875080319653, + 1548.987508031958, 2880.517177955664 ], "relative wind speed": [ - 5.7722655111733605, + 5.77226551117336, 5.380622250934455, - 4.924930151952051, + 4.92493015195205, 4.68844524888972, 4.843818625540336, 5.275465117064271, @@ -324313,16 +229307,16 @@ 0.06772945522708541, 0.11275155182605158, 0.09465951902732817, - 0.011287845837559402, + 0.011287845837559403, 0.0807376030075277, - 0.1150089192355006, - 0.08171071955371476, + 0.11500891923550062, + 0.08171071955371613, 0.00897111074340099 ], "resistance": [ 98585.46068750192, 96549.04225125673, - 94665.60528803556, + 94665.60528803554, 93989.34581329935, 94383.36021536385, 96074.64299602516, @@ -324332,7 +229326,7 @@ "fuel": [ 50.09533719070549, 49.03925148504223, - 48.07623777888414, + 48.07623777888412, 47.73368246356337, 47.9330612677807, 48.79544436545106, @@ -324370,7 +229364,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1518.4246519066, + 1518.4246519065837, -549.1128317036801, -2211.40375849894, -2599.910980138482, @@ -324382,7 +229376,7 @@ "relative wind speed": [ 5.7696158171556275, 5.356274670815483, - 4.939899744647344, + 4.939899744647343, 4.78942239607007, 5.015492682714699, 5.454718615906558, @@ -324390,17 +229384,17 @@ 5.958612811717129 ], "relative wind angle": [ - 0.07779585260892657, - 0.10936469612022426, - 0.07667147354116627, + 0.07779585260892943, + 0.10936469612022427, + 0.07667147354116481, 0.010338053620669536, 0.08952242239723836, - 0.10738324584473938, + 0.10738324584473939, 0.06489779629399707, 0.00830948325435324 ], "resistance": [ - 98152.92465190656, + 98152.92465190655, 96085.38716829629, 94423.09624150103, 94034.5890198615, @@ -324437,68 +229431,7 @@ "id": "5872", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.35629448288427, - 21.35629448288427, - 21.35629448288427, - 21.35629448288427, - 21.35629448288427, - 21.35629448288427, - 21.35629448288427, - 21.35629448288427 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1740.834935692259, - -409.3793140430862, - -2240.21040483236, - -2729.4129803618034, - -2183.8721379020553, - -314.4439206987645, - 1820.948078203448, - 2981.2200506318295 - ], - "relative wind speed": [ - 6.332543145815543, - 5.949069141594528, - 5.545015248503659, - 5.374843322227712, - 5.5592448380139565, - 5.9678205578861006, - 6.345006836596958, - 6.489789297358151 - ], - "relative wind angle": [ - 0.06334271063187459, - 0.09384540660835126, - 0.06994584432945963, - 0.001752054734905011, - 0.07216815326303239, - 0.09354967151282291, - 0.061115134330467724, - 0.0014510514512887068 - ], - "resistance": [ - 98375.33493569228, - 96225.12068595694, - 94394.28959516768, - 93905.08701963823, - 94450.62786209797, - 96320.05607930127, - 98455.44807820348, - 99615.72005063186 - ], - "fuel": [ - 52.88343124676072, - 51.77046755158623, - 50.83637913332952, - 50.588900039844475, - 50.86493686776134, - 51.81924365333628, - 52.92523072184977, - 53.533286675154145 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 22.03125, -42.03125 22.1875, -41.875 22.1875, -41.875 22.03125, -42.03125 22.03125))", @@ -324517,68 +229450,7 @@ "id": "5873", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.220433387927418, - 20.220433387927418, - 20.220433387927418, - 20.220433387927418, - 20.220433387927418, - 20.220433387927418, - 20.220433387927418, - 20.220433387927418 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1651.424631055268, - -289.84127578232074, - -1986.1037977044325, - -2477.871905953847, - -2030.5745634781888, - -364.7661745232799, - 1588.181532811981, - 2712.0382807476726 - ], - "relative wind speed": [ - 6.012273833131127, - 5.6500372914721035, - 5.258016792406414, - 5.081714567745534, - 5.246142287678994, - 5.634405394724594, - 6.001891781588468, - 6.151879598877879 - ], - "relative wind angle": [ - 0.06204781235324881, - 0.09484647854735567, - 0.07307974323052045, - 0.001545017490547823, - 0.07112342614983998, - 0.09511041251032958, - 0.06400896207555509, - 0.0012762500907101942 - ], - "resistance": [ - 98285.92463105528, - 96344.65872421769, - 94648.39620229558, - 94156.62809404617, - 94603.92543652182, - 96269.73382547674, - 98222.681532812, - 99346.53828074769 - ], - "fuel": [ - 51.361933157682884, - 50.35701355411518, - 49.49040270300452, - 49.24116311062099, - 49.46782686869895, - 50.318508836811134, - 51.328973630501956, - 51.91689614639011 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 21.875, -42.1875 22.03125, -42.03125 22.03125, -42.03125 21.875, -42.1875 21.875))", @@ -324597,68 +229469,7 @@ "id": "5874", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.384388800745807, - 21.384388800745807, - 21.384388800745807, - 21.384388800745807, - 21.384388800745807, - 21.384388800745807, - 21.384388800745807, - 21.384388800745807 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 403.29682063119253, - -1706.4541956777284, - -2765.0803282384604, - -2596.1457770350044, - -1096.5019895268397, - 1110.0475954417852, - 2774.850178000499, - 2375.0547081928016 - ], - "relative wind speed": [ - 6.112721852265296, - 5.682697500921929, - 5.399863733009169, - 5.4587509181826785, - 5.816938998773561, - 6.237715677363797, - 6.4841051366820635, - 6.434608470750508 - ], - "relative wind angle": [ - 0.08883201382969912, - 0.08606330361287058, - 0.02750542586193367, - 0.05103158689173947, - 0.09336184026318889, - 0.07838908317089584, - 0.022905213256693868, - 0.04328698571128455 - ], - "resistance": [ - 97037.79682063118, - 94928.04580432226, - 93869.41967176153, - 94038.35422296498, - 95537.99801047315, - 97744.54759544178, - 99409.35017800049, - 99009.5547081928 - ], - "fuel": [ - 52.22664781737849, - 51.14496962525941, - 50.608448000589235, - 50.693785975035304, - 51.455992661425284, - 52.59270539587173, - 53.46232616593337, - 53.25254937792777 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 21.875, -42.03125 22.03125, -41.875 22.03125, -41.875 21.875, -42.03125 21.875))", @@ -324677,68 +229488,7 @@ "id": "5875", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.38790024538155, - 26.38790024538155, - 26.38790024538155, - 26.38790024538155, - 26.38790024538155, - 26.38790024538155, - 26.38790024538155, - 26.38790024538155 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1224.023598534619, - -1434.825225441764, - -3193.518286519993, - -3354.5575715290834, - -2023.676218210705, - 542.5326227069672, - 2885.417611122568, - 3268.3888781212336 - ], - "relative wind speed": [ - 7.604800594650976, - 7.191042800808335, - 6.851799838029917, - 6.806749171749598, - 7.086999817849758, - 7.506494650604165, - 7.817377916039337, - 7.856635680460975 - ], - "relative wind angle": [ - 0.06356750855091317, - 0.07308171014864959, - 0.03787688256181856, - 0.02323348227371277, - 0.0682189424301574, - 0.07000539710911499, - 0.033196607809653056, - 0.020128327656513012 - ], - "resistance": [ - 97858.52359853465, - 95199.67477455827, - 93440.98171348004, - 93279.94242847094, - 94610.82378178932, - 97177.03262270699, - 99519.9176111226, - 99902.88887812126 - ], - "fuel": [ - 60.169900783351, - 58.801294121718584, - 57.91048512349479, - 57.82949107565383, - 58.50174908156481, - 59.816605320442775, - 61.03843514194376, - 61.240099405077515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 22.34375, -41.875 22.5, -41.71875 22.5, -41.71875 22.34375, -41.875 22.34375))", @@ -324770,11 +229520,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 250.36102195319108, + 250.36102195318017, -1528.4496605550194, - -2357.6580584628728, + -2357.658058462878, -2152.0339683667053, - -797.4318893909021, + -797.4318893908985, 1098.8740094325804, 2471.1911816581614, 1987.2563050280169 @@ -324782,29 +229532,29 @@ "relative wind speed": [ 5.0523574922345, 4.603505432612448, - 4.321085051228134, + 4.321085051228133, 4.40923169557819, - 4.801053612406012, + 4.801053612406011, 5.232988605992045, 5.468514971963381, 5.3976946813657 ], "relative wind angle": [ - 0.1138381045241606, + 0.11383810452416354, 0.10779490885013703, 0.029282438591611074, 0.07181035122271585, - 0.11982474615480851, + 0.11982474615480665, 0.094786446486006, 0.023137015201529356, - 0.05864314980990449 + 0.05864314980990448 ], "resistance": [ 96884.8610219532, 95106.05033944499, - 94276.84194153715, + 94276.84194153713, 94482.4660316333, - 95837.0681106091, + 95837.06811060912, 97733.37400943259, 99105.69118165817, 98621.75630502803 @@ -324812,7 +229562,7 @@ "fuel": [ 47.573588882981994, 46.66150222214803, - 46.24034847688415, + 46.24034847688414, 46.34454609096453, 47.034907116100555, 48.0128123241886, @@ -324850,9 +229600,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -467.26449620519634, + -467.2644962052109, -2213.0326767830084, - -2654.96310380037, + -2654.9631038004445, -2057.832316320764, -206.12569909319427, 1858.4710328035417, @@ -324860,9 +229610,9 @@ 1637.5897198454204 ], "relative wind speed": [ - 5.524663192147091, + 5.52466319214709, 5.104604615699556, - 4.938416153061135, + 4.938416153061134, 5.147086401925301, 5.580126140336013, 5.9668017267297335, @@ -324870,19 +229620,19 @@ 5.930194996780613 ], "relative wind angle": [ - 0.10578360168253481, - 0.07701801483640125, - 0.005646738914797972, + 0.10578360168253692, + 0.07701801483640126, + 0.005646738914817633, 0.0840677413637005, 0.10472829856740452, 0.06587149163122118, 0.004567669385354647, - 0.07294497873410334 + 0.07294497873410333 ], "resistance": [ - 96167.23550379483, + 96167.23550379481, 94421.46732321702, - 93979.53689619966, + 93979.53689619958, 94576.66768367926, 96428.37430090684, 98492.97103280357, @@ -324890,9 +229640,9 @@ 98272.08971984545 ], "fuel": [ - 49.83788540669256, + 49.83788540669255, 48.94729574981921, - 48.72364725546725, + 48.72364725546721, 49.02601068811354, 49.97207833838235, 51.04195850818058, @@ -324932,7 +229682,7 @@ "wind resistance": [ 1379.970465490067, -934.6070379639423, - -2631.4468225800283, + -2631.4468225800356, -2917.386356822044, -1970.0557563650236, 180.5361685627322, @@ -324940,7 +229690,7 @@ 2997.748912878873 ], "relative wind speed": [ - 6.519994667915631, + 6.519994667915629, 6.1048117816816925, 5.7267231775311265, 5.631222200949827, @@ -324950,19 +229700,19 @@ 6.741639919427818 ], "relative wind angle": [ - 0.071781136213129, + 0.07178113621312746, 0.09108546733249143, - 0.05550338019682536, + 0.05550338019682736, 0.018826600605388714, - 0.07952258742148507, - 0.08803204404590481, - 0.0477141407381975, + 0.07952258742148509, + 0.08803204404590483, + 0.04771414073819749, 0.01572538420982858 ], "resistance": [ 98014.4704654901, 95699.89296203609, - 94003.05317742, + 94003.05317741999, 93717.11364317799, 94664.44424363501, 96815.03616856276, @@ -325010,19 +229760,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 190.97437300250567, + 190.9743730024784, -1925.752115386509, - -2865.6684919966247, + -2865.668491996681, -2590.579122602252, -929.9138061467747, 1344.5607221960327, - 2941.454495636777, + 2941.45449563673, 2289.737008196744 ], "relative wind speed": [ - 6.249838739762095, + 6.249838739762094, 5.822816188597998, - 5.567545047038499, + 5.567545047038498, 5.660463165536205, 6.0352217956330865, 6.448193392673391, @@ -325030,33 +229780,33 @@ 6.59117160656006 ], "relative wind angle": [ - 0.08831479324315296, + 0.08831479324315675, 0.08011029731090646, - 0.01935324451639484, - 0.0554296187293298, + 0.019353244516406312, + 0.05542961872932979, 0.09146396721623581, - 0.07232650047956875, - 0.016154502165080332, + 0.07232650047956876, + 0.01615450216508721, 0.047596258565783464 ], "resistance": [ - 96825.47437300252, + 96825.4743730025, 94708.7478846135, - 93768.8315080034, + 93768.83150800334, 94043.92087739776, 95704.58619385323, 97979.06072219605, - 99575.95449563679, + 99575.95449563675, 98924.23700819675 ], "fuel": [ - 52.9859227190117, + 52.98592271901169, 51.90236798891882, - 51.426568975295176, + 51.426568975295154, 51.5654828541742, 52.41006200767889, 53.58346389087322, - 54.418803783469045, + 54.418803783469016, 54.076742363208375 ] }, @@ -325090,54 +229840,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -541.8963470144499, + -541.8963470144572, -1917.0103146232632, - -2209.9841221195184, - -1586.4836871482057, + -2209.9841221195366, + -1586.4836871482112, 13.454289777466329, 1696.417497846056, 2386.8022213530567, - 1225.5544446939675 + 1225.554444693964 ], "relative wind speed": [ - 4.730571279121666, + 4.730571279121665, 4.335597822459441, 4.206966409624057, - 4.441335960119357, + 4.441335960119358, 4.867317012814254, 5.222228552253033, 5.326397765692751, - 5.1326030841506265 + 5.132603084150627 ], "relative wind angle": [ - 0.1186092551092946, + 0.11860925510929554, 0.08015349257545315, - 0.01636475734263009, - 0.10025031353913832, - 0.11526191210695737, + 0.016364757342636874, + 0.10025031353914055, + 0.11526191210695738, 0.06652284267805841, 0.012925213529283934, - 0.08671183254802008 + 0.08671183254802264 ], "resistance": [ 96092.60365298556, 94717.48968537676, - 94424.51587788049, + 94424.51587788048, 95048.0163128518, 96647.95428977748, 98330.91749784607, 99021.30222135308, - 97860.05444469399 + 97860.05444469397 ], "fuel": [ 46.67484065353639, 45.97277086256406, - 45.8241011933916, + 45.82410119339159, 46.14088014761941, 46.9603717227355, 47.83266839133194, 48.19355021179042, - 47.587553497386594 + 47.58755349738659 ] }, { @@ -325170,34 +229920,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -673.8000884055073, + -673.8000884055109, -1485.0614810769885, - -1534.8477069904375, + -1534.8477069904388, -845.4494803937714, - 396.32225277530415, + 396.32225277530233, 1511.6450874145403, - 1627.6264342570266, + 1627.6264342570312, 596.4364895250901 ], "relative wind speed": [ - 3.2731147748805243, + 3.273114774880524, 2.9107249290760686, - 2.879239329777653, + 2.8792393297776524, 3.2051783106459215, 3.6414371540460895, 3.937134143468264, - 3.960217892776861, + 3.9602178927768605, 3.7013749976695713 ], "relative wind angle": [ - 0.16614565622970281, + 0.16614565622970418, 0.08631077315469088, 0.06480821106331244, 0.16125701198950493, - 0.1492073193831068, + 0.14920731938310755, 0.06377361484510406, - 0.047102641778872016, - 0.13948679334170613 + 0.04710264177886966, + 0.1394867933417061 ], "resistance": [ 95960.6999115945, @@ -325206,7 +229956,7 @@ 95789.05051960623, 97030.82225277531, 98146.14508741454, - 98262.12643425702, + 98262.12643425704, 97230.93648952509 ], "fuel": [ @@ -325216,7 +229966,7 @@ 42.14455403038437, 42.78318870948875, 43.36168275836755, - 43.42210549531875, + 43.42210549531876, 42.88664292694805 ] }, @@ -325250,17 +230000,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -984.6585845421268, + -984.6585845421432, -2494.3600874349686, - -2701.348351238641, + -2701.3483512387193, -1732.714377011227, - 299.307117109156, + 299.30711710914875, 2248.9122339302266, 2738.955587676046, 1165.999172283693 ], "relative wind speed": [ - 5.787645814989468, + 5.787645814989467, 5.428451099064968, 5.355749737176943, 5.621746851794455, @@ -325270,31 +230020,31 @@ 6.197608321393985 ], "relative wind angle": [ - 0.09286312461451507, - 0.05323524185608016, - 0.023937940105998673, + 0.09286312461451746, + 0.053235241856080154, + 0.023937940106017228, 0.08372681902466682, - 0.08892884849511232, - 0.045377798707566364, + 0.08892884849511357, + 0.04537779870756637, 0.019941596044700544, 0.07593143816624727 ], "resistance": [ - 95649.84141545788, + 95649.84141545786, 94140.13991256504, - 93933.15164876136, + 93933.15164876128, 94901.78562298877, - 96933.80711710916, + 96933.80711710914, 98883.41223393023, 99373.45558767604, 97800.49917228369 ], "fuel": [ - 51.277217056133466, + 51.27721705613346, 50.50929840156774, - 50.404673697758085, + 50.40467369775804, 50.895653985353775, - 51.936987499690844, + 51.93698749969083, 52.950528264016974, 53.20751130814134, 52.38580830092098 @@ -325317,68 +230067,7 @@ "id": "5883", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.823225942664221, - 15.823225942664221, - 15.823225942664221, - 15.823225942664221, - 15.823225942664221, - 15.823225942664221, - 15.823225942664221, - 15.823225942664221 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -869.9546113730676, - -1867.876875958883, - -1928.7369000041354, - -1085.555070155895, - 444.65599191766523, - 1809.6432883896432, - 1952.6765473133564, - 695.0137091331853 - ], - "relative wind speed": [ - 4.249939615324078, - 3.9136664398943752, - 3.884534580876644, - 4.184917577418655, - 4.600941268555229, - 4.89018018971081, - 4.913353068991591, - 4.660162246189284 - ], - "relative wind angle": [ - 0.12143656714664065, - 0.06112978250505471, - 0.04550443095598827, - 0.11711277254438211, - 0.11213162004608127, - 0.04891189177126511, - 0.03597149439143133, - 0.10512284492180624 - ], - "resistance": [ - 95764.54538862695, - 94766.62312404113, - 94705.76309999588, - 95548.94492984412, - 97079.15599191768, - 98444.14328838966, - 98587.17654731337, - 97329.5137091332 - ], - "fuel": [ - 45.1512262969375, - 44.642251066755286, - 44.611330215085005, - 45.040948715636, - 45.82737978853146, - 46.53624898405842, - 46.61093074400989, - 45.95687710005796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 22.03125, -41.875 22.1875, -41.71875 22.1875, -41.71875 22.03125, -41.875 22.03125))", @@ -325397,68 +230086,7 @@ "id": "5884", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90884.53320968008, - "wind resistance": [ - 1312.5879457449191, - -1390.746975714228, - -3217.21285040323, - -3414.128891137112, - -2110.632208497853, - 479.43191254375415, - 2884.203548556925, - 3352.4600312900184 - ], - "relative wind speed": [ - 7.648694486196909, - 7.231913438828018, - 6.883543797638793, - 6.828680792289355, - 7.105235672984745, - 7.529032429544494, - 7.848804118961211, - 7.896582802000647 - ], - "relative wind angle": [ - 0.06318506100529568, - 0.07391508477823286, - 0.039570534054782704, - 0.02181416124615385, - 0.06802510429187682, - 0.07099315426958713, - 0.034701985598732284, - 0.018863724716096368 - ], - "resistance": [ - 92197.121155425, - 89493.78623396586, - 87667.32035927686, - 87470.40431854298, - 88773.90100118224, - 91363.96512222383, - 93768.736758237, - 94236.9932409701 - ], - "fuel": [ - 57.47472041109714, - 56.140388266227816, - 55.25426075504582, - 55.15946634148988, - 55.789646898078374, - 57.06058608682048, - 58.26295019728049, - 58.49957720031999 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 22.03125, -41.71875 22.1875, -41.5625 22.1875, -41.5625 22.03125, -41.71875 22.03125))", @@ -325490,54 +230118,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 440.5018603700664, + 440.5018603700264, -2198.8243251798704, - -3497.176119133899, + -3497.176119133903, -3269.5360591811623, - -1368.211445142966, + -1368.2114451429552, 1401.9697315824778, 3463.823358817881, - 2922.9096876917283 + 2922.90968769175 ], "relative wind speed": [ - 7.466567094749602, + 7.466567094749601, 7.029154372733006, - 6.7483026823239145, + 6.748302682323914, 6.81234268513401, 7.176738230766764, 7.605667927120878, 7.855928126013286, - 7.80046043215706 + 7.800460432157059 ], "relative wind angle": [ - 0.07425533562699335, + 0.07425533562699634, 0.07040050927242249, - 0.021537615600691385, + 0.02153761560069139, 0.04242370707864274, - 0.07725996305949437, + 0.07725996305949294, 0.06505626226012036, 0.018500602503736967, - 0.0370470756719943 + 0.03704707567199131 ], "resistance": [ - 97075.0018603701, + 97075.00186037006, 94435.67567482016, 93137.32388086613, 93364.96394081887, - 95266.28855485706, + 95266.28855485708, 98036.4697315825, 100098.32335881791, - 99557.40968769176 + 99557.40968769178 ], "fuel": [ - 59.588249204363905, + 59.58824920436388, 58.237290703747846, 57.58223170912611, 57.69662974456316, - 58.659650869229594, + 58.65965086922961, 60.08682482038685, 61.167610700140834, - 60.88254302051726 + 60.88254302051727 ] }, { @@ -325557,68 +230185,7 @@ "id": "5886", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.138486970842877, - 26.138486970842877, - 26.138486970842877, - 26.138486970842877, - 26.138486970842877, - 26.138486970842877, - 26.138486970842877, - 26.138486970842877 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1200.827640017269, - -1380.891788269535, - -3096.210271923057, - -3259.1929908781494, - -1977.178406035484, - 510.7635804465717, - 2790.001784146294, - 3177.680437742998 - ], - "relative wind speed": [ - 7.531794370716519, - 7.126636812070672, - 6.793300200689737, - 6.747289532877275, - 7.0203183157421565, - 7.431274685135854, - 7.737174424840802, - 7.777331139705097 - ], - "relative wind angle": [ - 0.06273965742506157, - 0.07234617433575335, - 0.037734216286719864, - 0.02263353663174044, - 0.06731733257793383, - 0.06937554364543924, - 0.033129137622090264, - 0.019635501762403567 - ], - "resistance": [ - 97835.32764001729, - 95253.60821173049, - 93538.28972807697, - 93375.30700912188, - 94657.32159396455, - 97145.2635804466, - 99424.50178414633, - 99812.18043774302 - ], - "fuel": [ - 59.744035944980844, - 58.41498295926046, - 57.54566127759378, - 57.46363136289379, - 58.11154404139525, - 59.38636663134706, - 60.5744649018065, - 60.77847372270046 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 21.875, -41.71875 22.03125, -41.5625 22.03125, -41.5625 21.875, -41.71875 21.875))", @@ -325637,68 +230204,7 @@ "id": "5887", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 93687.24569578588, - "wind resistance": [ - 851.0675081664558, - -1775.4403718002468, - -3308.2966340798557, - -3290.7273909999385, - -1711.195177373098, - 925.4195643086678, - 3118.9807741938675, - 3077.199347759888 - ], - "relative wind speed": [ - 7.582095641214602, - 7.163869612098288, - 6.856213736694433, - 6.861107756660681, - 7.175172530656072, - 7.592775996831571, - 7.871696662979938, - 7.86743131579155 - ], - "relative wind angle": [ - 0.06704187757609724, - 0.07032406245876607, - 0.029750504328468964, - 0.031334536707653474, - 0.0708502034130485, - 0.06634552980043712, - 0.025911637692923744, - 0.027325463332009865 - ], - "resistance": [ - 94538.31320395233, - 91911.80532398564, - 90378.94906170602, - 90396.51830478595, - 91976.05051841278, - 94612.66526009455, - 96806.22646997975, - 96764.44504354577 - ], - "fuel": [ - 58.652276552983366, - 57.332608528589176, - 56.57429922785686, - 56.58294126155532, - 57.364581749793935, - 58.69000777318578, - 59.81242360203401, - 59.79087733760939 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 22.03125, -41.5625 22.1875, -41.40625 22.1875, -41.40625 22.03125, -41.5625 22.03125))", @@ -325717,68 +230223,7 @@ "id": "5888", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.119857429605677, - 25.119857429605677, - 25.119857429605677, - 25.119857429605677, - 25.119857429605677, - 25.119857429605677, - 25.119857429605677, - 25.119857429605677 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -878.1699982278551, - -2785.5061873877166, - -3162.734835519743, - -2257.400069749383, - 13.848559197085706, - 2360.2739595083913, - 3257.4514729934963, - 1610.1013775260908 - ], - "relative wind speed": [ - 6.92334479388697, - 6.555368348766608, - 6.444496093926768, - 6.667311189853325, - 7.072906041167413, - 7.415244352967285, - 7.511802253626416, - 7.314756626155166 - ], - "relative wind angle": [ - 0.07716126380293999, - 0.049497107317616015, - 0.01163795372858064, - 0.06459927552027643, - 0.07552649485636702, - 0.04375348781601132, - 0.009984328376436175, - 0.05887451128616595 - ], - "resistance": [ - 95756.33000177218, - 93848.99381261232, - 93471.76516448028, - 94377.09993025064, - 96648.34855919711, - 98994.77395950843, - 99891.95147299353, - 98244.60137752612 - ], - "fuel": [ - 57.024335016809616, - 56.054812396303014, - 55.864665805281646, - 56.32190011224819, - 57.48240497297999, - 58.70148057331723, - 59.17301972202617, - 58.30950360265606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 22.03125, -41.40625 22.1875, -41.25 22.1875, -41.25 22.03125, -41.40625 22.03125))", @@ -325797,68 +230242,7 @@ "id": "5889", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.252791415839194, - 19.252791415839194, - 19.252791415839194, - 19.252791415839194, - 19.252791415839194, - 19.252791415839194, - 19.252791415839194, - 19.252791415839194 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1146.5123852165161, - -2216.6051527894942, - -2224.303473896156, - -1174.2683111873448, - 611.2214191157491, - 2125.324259870138, - 2143.5320738311348, - 643.3866107324502 - ], - "relative wind speed": [ - 5.176676013448376, - 4.879004030698151, - 4.876020153313515, - 5.169884148819863, - 5.561632098001366, - 5.824521079896786, - 5.827019272853941, - 5.567946123079134 - ], - "relative wind angle": [ - 0.09204455932588099, - 0.040964341414667094, - 0.03964092331713104, - 0.09163720497977626, - 0.0856573535424857, - 0.03431157710618412, - 0.033168718040268066, - 0.08506943976448358 - ], - "resistance": [ - 95487.9876147835, - 94417.89484721053, - 94410.19652610386, - 95460.23168881267, - 97245.72141911577, - 98759.82425987015, - 98778.03207383116, - 97277.88661073247 - ], - "fuel": [ - 48.728603526121404, - 48.18406371976745, - 48.18016169998094, - 48.71442549713143, - 49.632312175239676, - 50.41997899113278, - 50.42950297161055, - 49.648956471014294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 21.875, -41.5625 22.03125, -41.40625 22.03125, -41.40625 21.875, -41.5625 21.875))", @@ -325877,68 +230261,7 @@ "id": "5890", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.19445384463261, - 26.19445384463261, - 26.19445384463261, - 26.19445384463261, - 26.19445384463261, - 26.19445384463261, - 26.19445384463261, - 26.19445384463261 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -230.7731260300534, - -2296.0655596442703, - -2981.7740919844, - -2527.3565567300357, - -621.9807917201979, - 1705.548002386382, - 3118.024548226611, - 2033.927790740181 - ], - "relative wind speed": [ - 7.323856173277725, - 6.964668523191915, - 6.790605156287449, - 6.9179869665135465, - 7.261017035683589, - 7.606223110151665, - 7.762017730638589, - 7.6487053787222195 - ], - "relative wind angle": [ - 0.06636771586671655, - 0.05253432355408629, - 0.004637231378766285, - 0.04644392983676075, - 0.06694293888370799, - 0.04809968450389563, - 0.004056880816783039, - 0.04200416344002685 - ], - "resistance": [ - 96403.72687396998, - 94338.43444035576, - 93652.72590801562, - 94107.14344326999, - 96012.51920827983, - 98340.04800238641, - 99752.52454822665, - 98668.42779074021 - ], - "fuel": [ - 59.0964936698317, - 58.042311605953, - 57.695816774223914, - 57.9252425906064, - 58.895592032668304, - 60.09926132999754, - 60.839544692795855, - 60.270703863227915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 21.875, -41.40625 22.03125, -41.25 22.03125, -41.25 21.875, -41.40625 21.875))", @@ -325957,68 +230280,7 @@ "id": "5891", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.198015518976952, - 24.198015518976952, - 24.198015518976952, - 24.198015518976952, - 24.198015518976952, - 24.198015518976952, - 24.198015518976952, - 24.198015518976952 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1482.505925883368, - -2659.722620405759, - -2611.8877503395815, - -1307.2143650519283, - 805.9486735711944, - 2523.3698444458496, - 2409.516410518696, - 603.117187421758 - ], - "relative wind speed": [ - 6.536817671035107, - 6.275534736156181, - 6.2901041322233056, - 6.570537606742872, - 6.934646990660462, - 7.171957746998388, - 7.15918320447384, - 6.902705969966465 - ], - "relative wind angle": [ - 0.06655416911993978, - 0.026527299307287366, - 0.03169486412795642, - 0.0682894187158234, - 0.06273089608601715, - 0.02321101399143784, - 0.027846246666165853, - 0.0649984780205006 - ], - "resistance": [ - 95151.99407411664, - 93974.77737959425, - 94022.61224966042, - 95327.28563494807, - 97440.4486735712, - 99157.86984444584, - 99044.0164105187, - 97237.61718742175 - ], - "fuel": [ - 55.28364058556372, - 54.68629489603436, - 54.71046685047946, - 55.37302848494418, - 56.459608744343086, - 57.354939942265375, - 57.295245846872334, - 56.35459267173245 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 22.34375, -41.25 22.5, -41.09375 22.5, -41.09375 22.34375, -41.25 22.34375))", @@ -326050,33 +230312,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1077.3363555261049, + -1077.3363555261085, -1614.9578903412703, - -1435.4827244338185, + -1435.4827244338194, -456.2890321199284, 866.2551684276687, 1797.663416599119, - 1378.8891824616485, + 1378.8891824616549, 142.58406742929856 ], "relative wind speed": [ - 3.192029371207887, + 3.1920293712078864, 2.919157394931406, 3.029921745558067, 3.4321840868324522, 3.846704548207801, 4.057672669335672, - 3.975646061164242, + 3.9756460611642415, 3.634047300455854 ], "relative wind angle": [ - 0.1493691277390667, + 0.14936912773906819, 0.0350412909598039, - 0.1092589725079086, + 0.10925897250790961, 0.16670302876471435, 0.12380345080185766, - 0.025206799670675423, - 0.08319889348426326, + 0.025206799670675427, + 0.0831988934842606, 0.15736350813923183 ], "resistance": [ @@ -326086,7 +230348,7 @@ 96178.2109678801, 97500.7551684277, 98432.16341659914, - 98013.38918246167, + 98013.38918246169, 96777.08406742933 ], "fuel": [ @@ -326117,68 +230379,7 @@ "id": "5893", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.784084850033288, - 11.784084850033288, - 11.784084850033288, - 11.784084850033288, - 11.784084850033288, - 11.784084850033288, - 11.784084850033288, - 11.784084850033288 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1187.4095132031093, - -1355.2788021741785, - -934.2209879766574, - 73.81146974953117, - 1116.1542569154517, - 1508.6064922272635, - 754.097619374521, - -349.8687637932626 - ], - "relative wind speed": [ - 2.875545840356653, - 2.765834357370228, - 2.99689369493598, - 3.3887116723220627, - 3.7000256626987964, - 3.7827389669672598, - 3.602441112062081, - 3.2366011472670406 - ], - "relative wind angle": [ - 0.10633913761850587, - 0.02783183606572358, - 0.1386053395900745, - 0.1506547016928818, - 0.0825816629226078, - 0.02034864773318629, - 0.11519240228397462, - 0.15779300584319486 - ], - "resistance": [ - 95447.09048679688, - 95279.22119782581, - 95700.27901202333, - 96708.31146974952, - 97750.65425691544, - 98143.10649222725, - 97388.5976193745, - 96284.63123620673 - ], - "fuel": [ - 41.60280827540839, - 41.5171281233135, - 41.732233541298875, - 42.24988636852189, - 42.789134808047464, - 42.99321474946328, - 42.60136919605277, - 42.031854107132354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.25 22.1875, -41.25 22.34375, -41.09375 22.34375, -41.09375 22.1875, -41.25 22.1875))", @@ -326197,68 +230398,7 @@ "id": "5894", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.064957525141788, - 13.064957525141788, - 13.064957525141788, - 13.064957525141788, - 13.064957525141788, - 13.064957525141788, - 13.064957525141788, - 13.064957525141788 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -791.7454652563301, - -1492.3462075711823, - -1471.6678333409873, - -719.3878609034291, - 505.21056099910857, - 1523.911333363565, - 1475.5158446555188, - 421.0479516389878 - ], - "relative wind speed": [ - 3.450370058867311, - 3.149192891695877, - 3.161316932132252, - 3.477033550295545, - 3.8700407416256124, - 4.1188412224632165, - 4.109543057273406, - 3.8461027774994885 - ], - "relative wind angle": [ - 0.13808522561492137, - 0.05915523339944964, - 0.06699387843615037, - 0.14008052080079034, - 0.12303041522131185, - 0.045218075254748684, - 0.05152011842160541, - 0.12656234961727733 - ], - "resistance": [ - 95842.7545347437, - 95142.15379242884, - 95162.83216665903, - 95915.1121390966, - 97139.71056099914, - 98158.41133336359, - 98110.01584465554, - 97055.54795163902 - ], - "fuel": [ - 42.76257952793331, - 42.40465722216431, - 42.41519521385477, - 42.79964957672285, - 43.42998744829247, - 43.95859533070232, - 43.93339535192093, - 43.38648782910214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.09375 22.1875, -41.09375 22.34375, -40.9375 22.34375, -40.9375 22.1875, -41.09375 22.1875))", @@ -326277,68 +230417,7 @@ "id": "5895", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.172236598189023, - 11.172236598189023, - 11.172236598189023, - 11.172236598189023, - 11.172236598189023, - 11.172236598189023, - 11.172236598189023, - 11.172236598189023 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1099.4253743306276, - -1283.3803579374035, - -916.8382998304846, - 25.971955189993423, - 1030.1486446892677, - 1459.7427032161568, - 768.7504122144819, - -279.2736195904904 - ], - "relative wind speed": [ - 2.7180269095110967, - 2.590647355735814, - 2.811040596467064, - 3.203401425789488, - 3.5225829779947615, - 3.6172928269499995, - 3.448813112173372, - 3.087795398489796 - ], - "relative wind angle": [ - 0.11860334362180444, - 0.022617495654448434, - 0.1443870759675077, - 0.16096659634657612, - 0.09142732205053025, - 0.016197616453246313, - 0.1175482962638185, - 0.1670487675069941 - ], - "resistance": [ - 95535.07462566935, - 95351.11964206258, - 95717.6617001695, - 96660.47195518998, - 97664.64864468925, - 98094.24270321614, - 97403.25041221446, - 96355.2263804095 - ], - "fuel": [ - 41.22856620616069, - 41.13462122720362, - 41.32193711722814, - 41.80604309637681, - 42.32529652149714, - 42.54858286622388, - 42.18976790503865, - 41.64894617982091 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.34375, -40.9375 22.5, -40.78125 22.5, -40.78125 22.34375, -40.9375 22.34375))", @@ -326357,68 +230436,7 @@ "id": "5896", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.925335570961945, - 14.925335570961945, - 14.925335570961945, - 14.925335570961945, - 14.925335570961945, - 14.925335570961945, - 14.925335570961945, - 14.925335570961945 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1728.2979209447885, - -1589.8477892144538, - -608.8587025351026, - 784.1773809464885, - 1807.6843285897303, - 1482.0813795151353, - 213.8696539636603, - -1100.0740550895098 - ], - "relative wind speed": [ - 3.6516116775557026, - 3.7217815383254482, - 4.059082555374821, - 4.43512743193404, - 4.643613764045556, - 4.587565674110221, - 4.292000167980696, - 3.9021867325642776 - ], - "relative wind angle": [ - 0.03212575122664797, - 0.07205233771732868, - 0.12255149094154605, - 0.09796781274434202, - 0.0252611590722842, - 0.05843701492274798, - 0.11587008863762358, - 0.11139999589001534 - ], - "resistance": [ - 94906.2020790552, - 95044.65221078554, - 96025.6412974649, - 97418.6773809465, - 98442.18432858973, - 98116.58137951513, - 96848.36965396366, - 95534.42594491049 - ], - "fuel": [ - 43.86759137243332, - 43.938056295160514, - 44.439378998636755, - 45.157426319113654, - 45.68959974726923, - 45.51987939407755, - 44.86258541495762, - 44.18790167307861 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 22.34375, -40.78125 22.5, -40.625 22.5, -40.625 22.34375, -40.78125 22.34375))", @@ -326437,68 +230455,7 @@ "id": "5897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.96237720800339, - 18.96237720800339, - 18.96237720800339, - 18.96237720800339, - 18.96237720800339, - 18.96237720800339, - 18.96237720800339, - 18.96237720800339 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -2208.5963396970274, - -1945.2206326781761, - -608.5154071965499, - 1142.770312540877, - 2313.6745901989634, - 1690.041890953491, - 39.92417111185205, - -1560.385151361348 - ], - "relative wind speed": [ - 4.7696358974482145, - 4.873099083415581, - 5.2187208156227864, - 5.583017847055973, - 5.766031982401102, - 5.678860514180044, - 5.36297533696403, - 4.98261609355502 - ], - "relative wind angle": [ - 0.01519027289415998, - 0.06182417759444618, - 0.09561838092554623, - 0.07234338794013322, - 0.012565173291399957, - 0.05304315688864091, - 0.0930388652021643, - 0.08107883114223698 - ], - "resistance": [ - 94425.90366030294, - 94689.2793673218, - 96025.98459280342, - 97777.27031254084, - 98948.17459019893, - 98324.54189095346, - 96674.42417111182, - 95074.11484863862 - ], - "fuel": [ - 47.84318743678607, - 47.97682439521085, - 48.65904861534757, - 49.562927002868165, - 50.173623305669054, - 49.847726728421236, - 48.99239251389771, - 48.172554216911614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.1875, -40.9375 22.34375, -40.78125 22.34375, -40.78125 22.1875, -40.9375 22.1875))", @@ -326517,68 +230474,7 @@ "id": "5898", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.019943858408979, - 13.019943858408979, - 13.019943858408979, - 13.019943858408979, - 13.019943858408979, - 13.019943858408979, - 13.019943858408979, - 13.019943858408979 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1411.0353470538803, - -1368.6258676299049, - -637.130927486066, - 513.6261804420601, - 1443.4669770680212, - 1344.0309375228135, - 340.2079990093016, - -786.3379257271426 - ], - "relative wind speed": [ - 3.160242015294513, - 3.1850670386417783, - 3.4872560702026445, - 3.8542074804206248, - 4.080250945956238, - 4.060902034839943, - 3.804552861775521, - 3.4322969095168903 - ], - "relative wind angle": [ - 0.050628985126528324, - 0.06676930400247262, - 0.13242790679327246, - 0.11406671198070062, - 0.039206529927395296, - 0.05235384564443883, - 0.12132648266365591, - 0.12816118831235343 - ], - "resistance": [ - 95223.46465294612, - 95265.8741323701, - 95997.36907251393, - 97148.12618044206, - 98077.96697706802, - 97978.53093752281, - 96974.7079990093, - 95848.16207427286 - ], - "fuel": [ - 42.41062489017193, - 42.43225190627248, - 42.80633621694828, - 43.39885986024069, - 43.88123333877124, - 43.82949528045357, - 43.30925168113133, - 42.729870562179016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 22.1875, -40.78125 22.34375, -40.625 22.34375, -40.625 22.1875, -40.78125 22.1875))", @@ -326597,68 +230493,7 @@ "id": "5899", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.5146873915253, - 18.5146873915253, - 18.5146873915253, - 18.5146873915253, - 18.5146873915253, - 18.5146873915253, - 18.5146873915253, - 18.5146873915253 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -2060.2892322146, - -1861.9750279082255, - -666.9400316619685, - 969.4313712508247, - 2118.5509864603628, - 1648.90918630735, - 138.59247334982138, - -1384.0896663400126 - ], - "relative wind speed": [ - 4.672001167108098, - 4.751749062605425, - 5.072835714725432, - 5.426171346606582, - 5.6156088479040775, - 5.548291492355682, - 5.256329084972144, - 4.890738405944822 - ], - "relative wind angle": [ - 0.019721346878180335, - 0.05654034000766028, - 0.09315566172266185, - 0.07356511454435871, - 0.016407182087973884, - 0.04841622375831353, - 0.08989473889723217, - 0.08163599466011975 - ], - "resistance": [ - 94574.21076778541, - 94772.5249720918, - 95967.55996833804, - 97603.93137125084, - 98753.05098646038, - 98283.40918630737, - 96773.09247334984, - 95250.41033366 - ], - "fuel": [ - 47.39755320214404, - 47.498263358894036, - 48.10823747376343, - 48.95210036305018, - 49.550646907478686, - 49.30542898485594, - 48.5223985836017, - 47.74154971557511 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 22.03125, -40.9375 22.1875, -40.78125 22.1875, -40.78125 22.03125, -40.9375 22.03125))", @@ -326677,68 +230512,7 @@ "id": "5900", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.162657256408401, - 14.162657256408401, - 14.162657256408401, - 14.162657256408401, - 14.162657256408401, - 14.162657256408401, - 14.162657256408401, - 14.162657256408401 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1444.5918525017032, - -1396.666149670532, - -649.7057136301419, - 517.64707196154, - 1450.9401744446768, - 1338.0846617510679, - 319.5353453475818, - -820.430157861093 - ], - "relative wind speed": [ - 3.5082344344207663, - 3.5337409916831133, - 3.812916225611926, - 4.1544280381440535, - 4.36534774228783, - 4.344726039884621, - 4.101906826637869, - 3.7556221100951572 - ], - "relative wind angle": [ - 0.041443656703696485, - 0.05675926433273013, - 0.11271213960673906, - 0.09788914973483302, - 0.033303032534055574, - 0.04615620315388816, - 0.10474097266286764, - 0.10832276919029234 - ], - "resistance": [ - 95189.9081474983, - 95237.83385032947, - 95984.79428636986, - 97152.14707196155, - 98085.44017444468, - 97972.58466175107, - 96954.03534534758, - 95814.06984213891 - ], - "fuel": [ - 43.33549351377759, - 43.359928074900076, - 43.74186494934312, - 44.342915111783796, - 44.82709950140216, - 44.76837876992559, - 44.2405534877207, - 43.65438684947439 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 22.03125, -40.78125 22.1875, -40.625 22.1875, -40.625 22.03125, -40.78125 22.03125))", @@ -326757,68 +230531,7 @@ "id": "5901", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.720722185010532, - 15.720722185010532, - 15.720722185010532, - 15.720722185010532, - 15.720722185010532, - 15.720722185010532, - 15.720722185010532, - 15.720722185010532 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1618.9545551507917, - -1468.9874535580057, - -534.0703384789258, - 757.2775706914144, - 1674.6609714921287, - 1320.279175063466, - 132.23418220475105, - -1073.2614876126318 - ], - "relative wind speed": [ - 3.929677594843911, - 4.001031870234664, - 4.299376997063369, - 4.628270947221754, - 4.8059327030079775, - 4.746693493225183, - 4.478248829886762, - 4.137446456978366 - ], - "relative wind angle": [ - 0.02287545001928419, - 0.06160075695321581, - 0.10210401511863985, - 0.08077187375268953, - 0.018704078971535778, - 0.05191433136297353, - 0.09801235424625225, - 0.09037860128141988 - ], - "resistance": [ - 95015.5454448492, - 95165.51254644198, - 96100.42966152106, - 97391.7775706914, - 98309.16097149212, - 97954.77917506345, - 96766.73418220473, - 95561.23851238735 - ], - "fuel": [ - 44.66964039572804, - 44.746031171664086, - 45.224149665066406, - 45.88989637075007, - 46.36661779898022, - 46.18209087688908, - 45.56688413225075, - 44.94800924318859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.9375 21.875, -40.9375 22.03125, -40.78125 22.03125, -40.78125 21.875, -40.9375 21.875))", @@ -326837,68 +230550,7 @@ "id": "5902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.53103018841292, - 14.53103018841292, - 14.53103018841292, - 14.53103018841292, - 14.53103018841292, - 14.53103018841292, - 14.53103018841292, - 14.53103018841292 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1394.4911001453165, - -1358.5869035180795, - -651.591244284853, - 471.5487959241873, - 1379.0366153869718, - 1294.2995071539817, - 322.3106932512983, - -780.2909756376021 - ], - "relative wind speed": [ - 3.638928074727166, - 3.6574544766579504, - 3.914807015406403, - 4.236327868156161, - 4.4389241033155695, - 4.423671719195289, - 4.197633947851849, - 3.8729021316729604 - ], - "relative wind angle": [ - 0.03906205145235159, - 0.04992781659001547, - 0.10241855801479781, - 0.09065149724448428, - 0.032019501218301764, - 0.04127446764033238, - 0.09549600800445047, - 0.0991848519923473 - ], - "resistance": [ - 95240.0088998547, - 95275.91309648193, - 95982.90875571517, - 97106.0487959242, - 98013.53661538698, - 97928.79950715399, - 96956.81069325132, - 95854.20902436241 - ], - "fuel": [ - 43.68303457068548, - 43.70134594726353, - 44.06289558365329, - 44.64108108457731, - 45.11167868195492, - 45.067606695625315, - 44.56398382375734, - 43.99694151477995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.78125 21.875, -40.78125 22.03125, -40.625 22.03125, -40.625 21.875, -40.78125 21.875))", @@ -326917,68 +230569,7 @@ "id": "5903", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.420485822169889, - 14.420485822169889, - 14.420485822169889, - 14.420485822169889, - 14.420485822169889, - 14.420485822169889, - 14.420485822169889, - 14.420485822169889 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1473.4437648601233, - -1427.9087608892332, - -670.1659258256759, - 519.8801798846062, - 1474.663137604487, - 1367.3923600663138, - 331.4552372730195, - -832.565513581867 - ], - "relative wind speed": [ - 3.5799097653900787, - 3.6036866009245148, - 3.8819782582617037, - 4.224338881531731, - 4.4369679826523925, - 4.417678314424308, - 4.175246532817088, - 3.8284983768309124 - ], - "relative wind angle": [ - 0.04120630414946106, - 0.05523384213136452, - 0.11069091616435446, - 0.09661568737653724, - 0.033243484141385206, - 0.04504890498940864, - 0.10288740835521162, - 0.10664132505666853 - ], - "resistance": [ - 95161.0562351399, - 95206.5912391108, - 95964.33407417436, - 97154.38017988464, - 98109.16313760451, - 98001.89236006634, - 96965.95523727305, - 95801.93448641816 - ], - "fuel": [ - 43.54521864013756, - 43.56842923018267, - 43.95580648569704, - 44.56850069721679, - 45.06387994613595, - 45.00805446788939, - 44.47113914057757, - 43.872603837081165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 22.34375, -40.3125 22.5, -40.15625 22.5, -40.15625 22.34375, -40.3125 22.34375))", @@ -326997,68 +230588,7 @@ "id": "5904", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.696733563136975, - 13.696733563136975, - 13.696733563136975, - 13.696733563136975, - 13.696733563136975, - 13.696733563136975, - 13.696733563136975, - 13.696733563136975 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1623.7491822806323, - -1825.1298629608, - -1221.8152820544465, - 151.55083188193657, - 1542.0178574219372, - 2012.6884132531413, - 967.3176664449438, - -521.1187783050509 - ], - "relative wind speed": [ - 3.332841868984888, - 3.219567260663908, - 3.4984298507245595, - 3.9535576336819065, - 4.307397805966326, - 4.3927095779897956, - 4.17402675627044, - 3.7457833385899018 - ], - "relative wind angle": [ - 0.10237440930164207, - 0.032655039275785676, - 0.14031098708896056, - 0.14897381594482992, - 0.07915637328951125, - 0.023932027392602192, - 0.11748521558762128, - 0.1573042042408961 - ], - "resistance": [ - 95010.7508177194, - 94809.37013703922, - 95412.68471794558, - 96786.05083188196, - 98176.51785742196, - 98647.18841325317, - 97601.81766644497, - 96113.38122169497 - ], - "fuel": [ - 42.84976412757631, - 42.747319353293896, - 43.05468389988954, - 43.75940954831312, - 44.48006034305169, - 44.725629111059554, - 44.181332663027945, - 43.41336061501024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 22.34375, -40.15625 22.5, -40 22.5, -40 22.34375, -40.15625 22.34375))", @@ -327077,68 +230607,7 @@ "id": "5905", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.202311649661322, - 12.202311649661322, - 12.202311649661322, - 12.202311649661322, - 12.202311649661322, - 12.202311649661322, - 12.202311649661322, - 12.202311649661322 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1589.327234169887, - -1647.5229533402426, - -906.021130350679, - 434.22390604009524, - 1645.8969503702783, - 1781.0753939292817, - 666.2160545546949, - -707.3742750165775 - ], - "relative wind speed": [ - 2.842541727639419, - 2.805069181202849, - 3.163282392723761, - 3.6388862271696016, - 3.95963709034929, - 3.9862709703816, - 3.708424714690177, - 3.243035057836481 - ], - "relative wind angle": [ - 0.09735404122476887, - 0.07169191735643068, - 0.17811443855883355, - 0.163321588415462, - 0.06983485974528561, - 0.05042651296343869, - 0.15171066739499503, - 0.18347091671496707 - ], - "resistance": [ - 95045.1727658301, - 94986.97704665974, - 95728.4788696493, - 97068.72390604008, - 98280.39695037027, - 98415.57539392926, - 97300.71605455468, - 95927.1257249834 - ], - "fuel": [ - 41.698572197152686, - 41.668944377565694, - 42.04739046071166, - 42.736612754820996, - 43.365469685976066, - 43.43596588112335, - 42.85659355929684, - 42.149122876360636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.3125 22.1875, -40.3125 22.34375, -40.15625 22.34375, -40.15625 22.1875, -40.3125 22.1875))", @@ -327157,68 +230626,7 @@ "id": "5906", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.370753024505143, - 14.370753024505143, - 14.370753024505143, - 14.370753024505143, - 14.370753024505143, - 14.370753024505143, - 14.370753024505143, - 14.370753024505143 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1691.1786492860037, - -1834.4296225284997, - -1149.5530448961872, - 260.49476727392994, - 1617.569199750731, - 1953.0831414263885, - 844.3988765022077, - -647.445519114759 - ], - "relative wind speed": [ - 3.518231163477339, - 3.441985757705886, - 3.728360389994245, - 4.163569298398466, - 4.487673768325278, - 4.546416216574077, - 4.314683670085198, - 3.8963902612561307 - ], - "relative wind angle": [ - 0.08404410146924132, - 0.03919223205327884, - 0.13074203931780762, - 0.13310003880953147, - 0.06585866732472496, - 0.029668282163192887, - 0.11289354448968947, - 0.14228688953319613 - ], - "resistance": [ - 94943.32135071402, - 94800.07037747151, - 95484.94695510383, - 96894.99476727395, - 98252.06919975075, - 98587.58314142641, - 97478.89887650222, - 95987.05448088526 - ], - "fuel": [ - 43.390707541231414, - 43.317854498265994, - 43.66685183484094, - 44.39087561924981, - 45.094685538204544, - 45.26974732900516, - 44.692861732428796, - 43.923823130613826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40.15625 22.1875, -40.15625 22.34375, -40 22.34375, -40 22.1875, -40.15625 22.1875))", @@ -327237,68 +230645,7 @@ "id": "5907", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.658508554915743, - 13.658508554915743, - 13.658508554915743, - 13.658508554915743, - 13.658508554915743, - 13.658508554915743, - 13.658508554915743, - 13.658508554915743 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1640.775448645627, - -1685.0295009406009, - -922.9926595822426, - 434.6987798596738, - 1639.266365007702, - 1742.7522557937637, - 614.4170604150504, - -768.5416161970188 - ], - "relative wind speed": [ - 3.2967489610859615, - 3.2718675213228923, - 3.589811327606816, - 4.016898096784427, - 4.30676594638652, - 4.3256987357291, - 4.065715344384274, - 3.644354031845093 - ], - "relative wind angle": [ - 0.07288396956158054, - 0.05751220500639295, - 0.14143576650695888, - 0.13171953458428115, - 0.05577084408643152, - 0.04349075362970002, - 0.12478797019921066, - 0.14527556851171466 - ], - "resistance": [ - 94993.72455135437, - 94949.4704990594, - 95711.50734041775, - 97069.19877985967, - 98273.7663650077, - 98377.25225579376, - 97248.91706041506, - 95865.95838380298 - ], - "fuel": [ - 42.80936931590958, - 42.786846613867326, - 43.17569607656094, - 43.873848529323425, - 44.499003939520804, - 44.55296366379454, - 43.966777375159175, - 43.254772170193846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 20.46875, -42.5 20.625, -42.34375 20.625, -42.34375 20.46875, -42.5 20.46875))", @@ -327317,68 +230664,7 @@ "id": "5908", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.274022992591002, - 8.274022992591002, - 8.274022992591002, - 8.274022992591002, - 8.274022992591002, - 8.274022992591002, - 8.274022992591002, - 8.274022992591002 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 385.51916308464524, - -473.46385668688254, - -989.4702359510777, - -989.3443800184652, - -473.05176528144625, - 386.0047707596873, - 1133.3028686122748, - 1133.0134474863676 - ], - "relative wind speed": [ - 2.581424778196199, - 2.1431005665487226, - 1.7688600750172943, - 1.7689859394849876, - 2.1433513620820275, - 2.581632992600366, - 2.8511125866640183, - 2.8510344951839133 - ], - "relative wind angle": [ - 0.2122758119866321, - 0.25653554528892186, - 0.12762616875361246, - 0.12775032878115733, - 0.2565515770952308, - 0.21222004486831333, - 0.07904812819193487, - 0.0791325847471736 - ], - "resistance": [ - 97020.01916308467, - 96161.03614331315, - 95645.02976404894, - 95645.15561998157, - 96161.44823471858, - 97020.50477075971, - 97767.8028686123, - 97767.5134474864 - ], - "fuel": [ - 40.340988992592514, - 39.898642694576154, - 39.63423745271324, - 39.634301821367096, - 39.89885424900689, - 40.34123984012615, - 40.72830696700691, - 40.728156657510354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 20.46875, -42.34375 20.625, -42.1875 20.625, -42.1875 20.46875, -42.34375 20.46875))", @@ -327397,68 +230683,7 @@ "id": "5909", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.742154432126181, - 7.742154432126181, - 7.742154432126181, - 7.742154432126181, - 7.742154432126181, - 7.742154432126181, - 7.742154432126181, - 7.742154432126181 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 259.0351596693488, - -501.10552063611476, - -911.4687358308165, - -862.8302933898683, - -342.4914293979232, - 446.1538652171796, - 1083.101981458505, - 971.3063902593706 - ], - "relative wind speed": [ - 2.382622878361403, - 1.9515400865629278, - 1.6151616362676915, - 1.6674564637566316, - 2.0549798390958385, - 2.4680610223654305, - 2.7002012532977258, - 2.668224664652091 - ], - "relative wind angle": [ - 0.2304835427705285, - 0.26142790923966375, - 0.10483577731605094, - 0.159825977655576, - 0.26807094721175156, - 0.20581917908437866, - 0.06263506992842847, - 0.09962022431356403 - ], - "resistance": [ - 96893.53515966938, - 96133.39447936391, - 95723.03126416921, - 95771.66970661016, - 96292.0085706021, - 97080.6538652172, - 97717.60198145853, - 97605.8063902594 - ], - "fuel": [ - 40.03287368736069, - 39.64164572074686, - 39.43133431843344, - 39.45622881680272, - 39.72310344908462, - 40.12950941552334, - 40.45943195657564, - 40.40141552011786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 20.3125, -42.5 20.46875, -42.34375 20.46875, -42.34375 20.3125, -42.5 20.3125))", @@ -327477,68 +230702,7 @@ "id": "5910", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.251245503928952, - 6.251245503928952, - 6.251245503928952, - 6.251245503928952, - 6.251245503928952, - 6.251245503928952, - 6.251245503928952, - 6.251245503928952 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 99.59376377502849, - -428.8659447627206, - -665.0264933449631, - -577.6958556111751, - -147.66722505875373, - 432.6552812038203, - 851.0845106606698, - 650.4151787464687 - ], - "relative wind speed": [ - 1.8930067551100498, - 1.4977624358178934, - 1.2296394366865842, - 1.3483361914068288, - 1.7268570422483795, - 2.078994349465133, - 2.247998370773476, - 2.1788757041643354 - ], - "relative wind angle": [ - 0.2727126715488715, - 0.2854556890419786, - 0.07047729630130604, - 0.2238459389388047, - 0.2997275200960292, - 0.20428622616843978, - 0.038528215205934156, - 0.1378025941273844 - ], - "resistance": [ - 96734.09376377508, - 96205.63405523733, - 95969.47350665508, - 96056.80414438887, - 96486.83277494129, - 97067.15528120386, - 97485.58451066072, - 97284.91517874651 - ], - "fuel": [ - 39.36934379651347, - 39.09744275275772, - 38.97627030198759, - 39.02105490565199, - 39.24199466837054, - 39.54124317714094, - 39.75778749042542, - 39.65385636375038 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 20.3125, -42.34375 20.46875, -42.1875 20.46875, -42.1875 20.3125, -42.34375 20.3125))", @@ -327557,68 +230721,7 @@ "id": "5911", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.823747606647894, - 5.823747606647894, - 5.823747606647894, - 5.823747606647894, - 5.823747606647894, - 5.823747606647894, - 5.823747606647894, - 5.823747606647894 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 100.26325050718356, - -401.0855285288957, - -624.2329060351074, - -537.887678347621, - -127.0589928070084, - 426.339272315151, - 826.0655905377464, - 627.886514618627 - ], - "relative wind speed": [ - 1.7822668313667915, - 1.3772135267860004, - 1.0972403618323956, - 1.2263582382569707, - 1.6189579689281672, - 1.975039965414347, - 2.143260028954059, - 2.072087216988102 - ], - "relative wind angle": [ - 0.29831810819828947, - 0.3183763059851583, - 0.0783117493889233, - 0.2553068863831698, - 0.32949036799907305, - 0.22004662696147603, - 0.04006139029515245, - 0.1500285818708511 - ], - "resistance": [ - 96734.76325050718, - 96233.4144714711, - 96010.2670939649, - 96096.61232165238, - 96507.44100719299, - 97060.83927231515, - 97460.56559053775, - 97262.38651461863 - ], - "fuel": [ - 39.23002570522192, - 38.972047134725, - 38.85752318797229, - 38.90181540543267, - 39.112936815573676, - 39.39831631317789, - 39.60515824485813, - 39.502534408950225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 20.46875, -42.1875 20.625, -42.03125 20.625, -42.03125 20.46875, -42.1875 20.46875))", @@ -327637,68 +230740,7 @@ "id": "5912", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.563197450586872, - 6.563197450586872, - 6.563197450586872, - 6.563197450586872, - 6.563197450586872, - 6.563197450586872, - 6.563197450586872, - 6.563197450586872 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 187.3847316385827, - -445.1189465809057, - -762.2766430989489, - -692.8637960247992, - -224.25096422036972, - 449.855353322253, - 972.5564386178928, - 813.4538911203574 - ], - "relative wind speed": [ - 2.0385746649366365, - 1.6030534747849527, - 1.2724058099513178, - 1.3639793135470766, - 1.7755639043463092, - 2.1768402329796546, - 2.3852457520643777, - 2.3340896030689726 - ], - "relative wind angle": [ - 0.2773428916627963, - 0.31191772337537, - 0.10832300300564454, - 0.2198123052269714, - 0.3197809824692924, - 0.22796296138952596, - 0.05770382285809114, - 0.12776783499367894 - ], - "resistance": [ - 96821.8847316386, - 96189.38105341911, - 95872.22335690107, - 95941.63620397521, - 96410.24903577965, - 97084.35535332227, - 97607.0564386179, - 97447.95389112037 - ], - "fuel": [ - 39.5241269635633, - 39.198609434221716, - 39.035944846338325, - 39.07151347633946, - 39.312109817209816, - 39.65964431153519, - 39.93028595941836, - 39.847798979169475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 20.46875, -42.03125 20.625, -41.875 20.625, -41.875 20.46875, -42.03125 20.46875))", @@ -327717,68 +230759,7 @@ "id": "5913", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.642352617888383, - 6.642352617888383, - 6.642352617888383, - 6.642352617888383, - 6.642352617888383, - 6.642352617888383, - 6.642352617888383, - 6.642352617888383 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 41.540616993644335, - -589.272254743387, - -821.3877886305241, - -660.7674888009234, - -77.27458872458169, - 650.4520572576182, - 1125.8432775466897, - 755.9809945099717 - ], - "relative wind speed": [ - 1.981760970187626, - 1.5114835933144493, - 1.2324670538851086, - 1.4418863540214273, - 1.9070107612517815, - 2.2977127613412294, - 2.458676787944454, - 2.34201416062668 - ], - "relative wind angle": [ - 0.31461773989168434, - 0.31027846745093535, - 0.03196271982451854, - 0.28528491108298826, - 0.32740061275811, - 0.20222389674972807, - 0.016019989691115274, - 0.17414481669674414 - ], - "resistance": [ - 96676.04061699365, - 96045.22774525662, - 95813.11221136947, - 95973.73251119908, - 96557.22541127542, - 97284.95205725761, - 97760.3432775467, - 97390.48099450997 - ], - "fuel": [ - 39.47774399471359, - 39.15343699085038, - 39.034476809099246, - 39.116774018942415, - 39.41654676584369, - 39.79219573702783, - 40.038654512811476, - 39.8468328641281 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 20.3125, -42.1875 20.46875, -42.03125 20.46875, -42.03125 20.3125, -42.1875 20.3125))", @@ -327797,68 +230778,7 @@ "id": "5914", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.996759556678996, - 5.996759556678996, - 5.996759556678996, - 5.996759556678996, - 5.996759556678996, - 5.996759556678996, - 5.996759556678996, - 5.996759556678996 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 41.59263179461959, - -470.1917612310019, - -663.582235957341, - -539.0017832408133, - -72.74988204015767, - 514.066074419522, - 902.2778799850944, - 615.5283257953574 - ], - "relative wind speed": [ - 1.7930722746406353, - 1.3734970905763548, - 1.1199464733659252, - 1.2995415328816877, - 1.7133411428896315, - 2.064982275028427, - 2.212773361824142, - 2.1123062889455215 - ], - "relative wind angle": [ - 0.30977481844841087, - 0.3078461491271564, - 0.03747321501635192, - 0.2781632517484721, - 0.32470608926433336, - 0.20293109453860006, - 0.018962939885628485, - 0.16974836761008816 - ], - "resistance": [ - 96676.09263179459, - 96164.30823876896, - 95970.91776404264, - 96095.49821675915, - 96561.75011795982, - 97148.56607441949, - 97536.77787998506, - 97250.02832579533 - ], - "fuel": [ - 39.254859873005884, - 38.99163312586779, - 38.892420073183345, - 38.956316305032146, - 39.195965385306465, - 39.498732976656655, - 39.69973503102377, - 39.55121233600849 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.03125 20.3125, -42.03125 20.46875, -41.875 20.46875, -41.875 20.3125, -42.03125 20.3125))", @@ -327877,68 +230797,7 @@ "id": "5915", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5285611509217265, - 6.5285611509217265, - 6.5285611509217265, - 6.5285611509217265, - 6.5285611509217265, - 6.5285611509217265, - 6.5285611509217265, - 6.5285611509217265 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -247.0887112204739, - -702.2593450095756, - -757.8725113118271, - -423.53881542178203, - 216.04189096067785, - 835.1329061789781, - 962.520909956562, - 425.8973608454751 - ], - "relative wind speed": [ - 1.7490822366266465, - 1.3397511238240338, - 1.2656437828982479, - 1.6103276061161547, - 2.046495771539624, - 2.335059001315528, - 2.3760428085839376, - 2.1573777171354687 - ], - "relative wind angle": [ - 0.32436851752348367, - 0.2137053252230636, - 0.12326854336554863, - 0.3184703773929718, - 0.27587889785535596, - 0.12198557739471078, - 0.06554205547464116, - 0.23589911174715705 - ], - "resistance": [ - 96387.41128877956, - 95932.24065499047, - 95876.62748868822, - 96210.96118457826, - 96850.54189096073, - 97469.63290617902, - 97597.02090995661, - 97060.39736084551 - ], - "fuel": [ - 39.28788979139154, - 39.054222273500216, - 39.02572541204276, - 39.19721543015973, - 39.526434926693675, - 39.84655728458171, - 39.91260456651938, - 39.63478815160363 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.5 20.15625, -42.5 20.3125, -42.34375 20.3125, -42.34375 20.15625, -42.5 20.15625))", @@ -327970,33 +230829,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -113.8449660821525, + -113.84496608215295, -540.9422706451056, - -640.5308040615025, - -437.13473606693435, - 58.623242966870066, + -640.5308040615033, + -437.13473606693424, + 58.62324296687029, 592.2986264489648, - 821.5761061732192, + 821.5761061732223, 440.7299471449892 ], "relative wind speed": [ - 1.7410348921086016, + 1.7410348921086014, 1.374103731249569, - 1.2399179027641418, - 1.4779653918317108, + 1.2399179027641416, + 1.4779653918317106, 1.8574503318581808, 2.143166621293288, 2.223494507585896, 2.0729067830964834 ], "relative wind angle": [ - 0.2865627124826236, - 0.22396544707454996, - 0.04882749516052105, - 0.26757944316344834, - 0.2681430550173088, + 0.286562712482624, + 0.22396544707454993, + 0.04882749516052333, + 0.26757944316344745, + 0.2681430550173084, 0.1428849701969528, - 0.027220892971059462, + 0.027220892971055385, 0.18964822758918107 ], "resistance": [ @@ -328050,9 +230909,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -23.310201056597634, + -23.31020105659809, -507.5724364800276, - -656.1975232961913, + -656.1975232961915, -502.1833977084991, -14.356593484131054, 561.4470737304616, @@ -328060,9 +230919,9 @@ 553.5161482680535 ], "relative wind speed": [ - 1.7609140049763783, + 1.760914004976378, 1.3511645250258482, - 1.1418652988235787, + 1.1418652988235785, 1.3568741791790606, 1.76711195251636, 2.097106867081362, @@ -328070,11 +230929,11 @@ 2.09341712220123 ], "relative wind angle": [ - 0.3105368745623882, + 0.31053687456238893, 0.2836820104497567, 0.002849776883275976, 0.2859887503547927, - 0.30941148804589724, + 0.3094114880458973, 0.18132648746821037, 0.0014670954041957384, 0.18388516391817916 @@ -328117,68 +230976,7 @@ "id": "5918", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.936627338057743, - 6.936627338057743, - 6.936627338057743, - 6.936627338057743, - 6.936627338057743, - 6.936627338057743, - 6.936627338057743, - 6.936627338057743 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -306.8999580432776, - -703.9978545971243, - -724.1329030009155, - -372.5291856197523, - 244.43194273616336, - 802.8293568071904, - 849.0965146750564, - 321.8615101391972 - ], - "relative wind speed": [ - 1.8185653931290717, - 1.4812032841551956, - 1.4570262541789127, - 1.7707851360689428, - 2.153826548438414, - 2.398371472656537, - 2.413135591813728, - 2.193278115452329 - ], - "relative wind angle": [ - 0.2671655031116215, - 0.14723445222098058, - 0.11887350345190652, - 0.2637596459236152, - 0.22479340939560402, - 0.0907263384350512, - 0.07166700151713482, - 0.2120770216361605 - ], - "resistance": [ - 96327.60004195674, - 95930.50214540289, - 95910.36709699909, - 96261.97081438026, - 96878.93194273618, - 97437.32935680721, - 97483.59651467507, - 96956.3615101392 - ], - "fuel": [ - 39.40914201608305, - 39.205332335219786, - 39.19501369319765, - 39.37541747575886, - 39.69308485031005, - 39.98181942301477, - 40.00579516578476, - 39.733052626400614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.34375 20, -42.34375 20.15625, -42.1875 20.15625, -42.1875 20, -42.34375 20))", @@ -328197,68 +230995,7 @@ "id": "5919", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.9558706169008495, - 6.9558706169008495, - 6.9558706169008495, - 6.9558706169008495, - 6.9558706169008495, - 6.9558706169008495, - 6.9558706169008495, - 6.9558706169008495 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -338.2929597562743, - -750.0444173611379, - -760.9087404738909, - -373.3828241066167, - 287.9877638357343, - 877.5205519663889, - 902.445644769786, - 329.48912831256985 - ], - "relative wind speed": [ - 1.8086175212833864, - 1.451583125928457, - 1.4383949960181472, - 1.7829984392652858, - 2.1879487976624623, - 2.439492510340141, - 2.4472917919438677, - 2.20887614977921 - ], - "relative wind angle": [ - 0.2842649243662304, - 0.15212017547594217, - 0.13679604107579052, - 0.2827006148313023, - 0.23395764244799502, - 0.09029074350085967, - 0.08023737093407281, - 0.22711514900428328 - ], - "resistance": [ - 96296.20704024374, - 95884.45558263888, - 95873.59125952612, - 96261.11717589339, - 96922.48776383574, - 97512.0205519664, - 97536.9456447698, - 96963.98912831259 - ], - "fuel": [ - 39.40044706903528, - 39.18917580240447, - 39.1836098186358, - 39.382417733268944, - 39.72300365797008, - 40.027967320809395, - 40.04088949632089, - 39.74442988192134 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 20.15625, -42.1875 20.3125, -42.03125 20.3125, -42.03125 20.15625, -42.1875 20.15625))", @@ -328290,9 +231027,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -135.07534995054743, + -135.07534995054834, -567.4423954356063, - -657.8261169366256, + -657.8261169366255, -421.9375114008635, 106.70681748047036, 662.3943016255209, @@ -328300,9 +231037,9 @@ 448.0449067738866 ], "relative wind speed": [ - 1.6617467264567427, + 1.6617467264567423, 1.2591572490291563, - 1.1275720705764765, + 1.1275720705764762, 1.41534398955654, 1.8308877023820969, 2.1279273915810712, @@ -328310,14 +231047,14 @@ 2.0274006394518747 ], "relative wind angle": [ - 0.3292593747392035, + 0.32925937473920386, 0.25455947060236217, - 0.07891885303942564, - 0.31819595580008936, + 0.07891885303942424, + 0.3181959558000894, 0.29785599910818233, 0.14956577667871684, 0.040408618343633435, - 0.2201802211046312 + 0.22018022110463117 ], "resistance": [ 96499.42465004943, @@ -328357,68 +231094,7 @@ "id": "5921", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.372719771992104, - 6.372719771992104, - 6.372719771992104, - 6.372719771992104, - 6.372719771992104, - 6.372719771992104, - 6.372719771992104, - 6.372719771992104 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -383.81669767225253, - -710.6225611540359, - -669.1963098397018, - -252.16514326690276, - 378.52326843871515, - 891.8455689933019, - 796.9648107046385, - 222.04215884859605 - ], - "relative wind speed": [ - 1.587106321685356, - 1.2483818705501217, - 1.304762370180782, - 1.6930524501019386, - 2.0901326286454567, - 2.3084851281617054, - 2.2770937703621725, - 2.005276610063013 - ], - "relative wind angle": [ - 0.31509700363981213, - 0.13100409971887064, - 0.2015782323170655, - 0.31996197869725496, - 0.23755176236281172, - 0.0707007769151067, - 0.11497574986282022, - 0.26878231372863665 - ], - "resistance": [ - 96250.68330232773, - 95923.87743884594, - 95965.30369016029, - 96382.33485673308, - 97013.0232684387, - 97526.34556899329, - 97431.46481070462, - 96856.54215884858 - ], - "fuel": [ - 39.16246293207762, - 38.994781288710854, - 39.016014792809514, - 39.230124654555624, - 39.555158656446636, - 39.820798994023406, - 39.771625065657204, - 39.4743758916762 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.1875 20, -42.1875 20.15625, -42.03125 20.15625, -42.03125 20, -42.1875 20))", @@ -328450,33 +231126,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -308.7501046483096, + -308.7501046483105, -703.8097532904111, - -718.0498872323806, + -718.0498872323809, -354.36272286090366, 272.0851646611345, 836.2188529172295, - 868.851039078043, + 868.8510390780416, 326.1624967885771 ], "relative wind speed": [ - 1.7188173398868383, + 1.7188173398868378, 1.3556120600030899, - 1.337152941951786, + 1.3371529419517858, 1.6835474411723717, 2.0889724906369778, 2.3410371755501664, - 2.351629461535853, + 2.3516294615358535, 2.1175002072858655 ], "relative wind angle": [ 0.30140182097762425, 0.16667797150211833, - 0.1442239601533687, + 0.1442239601533695, 0.299483664659588, 0.2467536378723741, - 0.09621945565589755, - 0.08181398950074804, + 0.09621945565589757, + 0.08181398950075076, 0.23677122212035703 ], "resistance": [ @@ -328517,68 +231193,7 @@ "id": "5923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.825397636239788, - 6.825397636239788, - 6.825397636239788, - 6.825397636239788, - 6.825397636239788, - 6.825397636239788, - 6.825397636239788, - 6.825397636239788 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -476.3177744211214, - -760.2016648707789, - -673.5926117075107, - -195.77869264934338, - 463.6889552775831, - 950.4772435588407, - 751.409637521173, - 132.0283815051646 - ], - "relative wind speed": [ - 1.6585789701714977, - 1.3725499535084502, - 1.479325434283664, - 1.8670932635817796, - 2.2397896785894185, - 2.4256233486950904, - 2.3620199542112856, - 2.069179728708547 - ], - "relative wind angle": [ - 0.27294665340270624, - 0.07649483426918437, - 0.20335952178797725, - 0.28637428694855926, - 0.20096855332084312, - 0.04325623549295687, - 0.12682709918905488, - 0.2577318862720957 - ], - "resistance": [ - 96158.18222557886, - 95874.2983351292, - 95960.90738829247, - 96438.72130735064, - 97098.18895527757, - 97584.97724355882, - 97385.90963752115, - 96766.52838150515 - ], - "fuel": [ - 39.279597259279996, - 39.134013602001104, - 39.178397376110574, - 39.42376020476985, - 39.76379966248353, - 40.01583908759446, - 39.91266331310621, - 39.59258417161671 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 20.46875, -41.5625 20.625, -41.40625 20.625, -41.40625 20.46875, -41.5625 20.46875))", @@ -328597,68 +231212,7 @@ "id": "5924", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.520012153857237, - 6.520012153857237, - 6.520012153857237, - 6.520012153857237, - 6.520012153857237, - 6.520012153857237, - 6.520012153857237, - 6.520012153857237 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -375.327233966997, - -720.0836510329987, - -689.9791119789342, - -279.20146238002394, - 357.7750522212209, - 886.9126591439251, - 817.9418114197636, - 243.69654947188974 - ], - "relative wind speed": [ - 1.6416869473149776, - 1.300617183713788, - 1.3403343752375008, - 1.7170805862247018, - 2.1148200946504945, - 2.340084401715098, - 2.317564201544068, - 2.054077487859727 - ], - "relative wind angle": [ - 0.3052801850882839, - 0.13529152629242916, - 0.1840787415447112, - 0.30912774579106994, - 0.23548872043654506, - 0.07503614258161162, - 0.10605815124881526, - 0.25713985691637453 - ], - "resistance": [ - 96259.17276603302, - 95914.41634896702, - 95944.52088802108, - 96355.29853762, - 96992.27505222123, - 97521.41265914394, - 97452.44181141978, - 96878.1965494719 - ], - "fuel": [ - 39.21891183606828, - 39.04202052119253, - 39.057449256799224, - 39.26831192573246, - 39.59652995855622, - 39.870329313013244, - 39.83458167642398, - 39.53763718246732 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 20.46875, -41.40625 20.625, -41.25 20.625, -41.25 20.46875, -41.40625 20.46875))", @@ -328677,68 +231231,7 @@ "id": "5925", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.173035472062867, - 7.173035472062867, - 7.173035472062867, - 7.173035472062867, - 7.173035472062867, - 7.173035472062867, - 7.173035472062867, - 7.173035472062867 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -402.1190769674797, - -811.9211591347157, - -797.5234293420292, - -355.631106428184, - 356.7721623381253, - 965.2193343628574, - 932.1890224356398, - 301.78517435990057 - ], - "relative wind speed": [ - 1.8352862954034408, - 1.4806364172063133, - 1.497592737682638, - 1.8682058525419263, - 2.2811830627609297, - 2.525824172812801, - 2.51580761266899, - 2.254302296598909 - ], - "relative wind angle": [ - 0.28314295708267984, - 0.13529251899252365, - 0.15439437247251053, - 0.28508099526687236, - 0.22670307069687992, - 0.07914927388273582, - 0.09167045807368825, - 0.23523114252754374 - ], - "resistance": [ - 96232.38092303251, - 95822.57884086529, - 95836.97657065796, - 96278.86889357181, - 96991.27216233812, - 97599.71933436286, - 97566.68902243565, - 96936.2851743599 - ], - "fuel": [ - 39.453296066184734, - 39.24312087333565, - 39.25049444515665, - 39.4771778169426, - 39.84415873327603, - 40.15908389772345, - 40.141952431775564, - 39.81576598156259 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 20.3125, -41.5625 20.46875, -41.40625 20.46875, -41.40625 20.3125, -41.5625 20.3125))", @@ -328757,68 +231250,7 @@ "id": "5926", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8002702009434115, - 6.8002702009434115, - 6.8002702009434115, - 6.8002702009434115, - 6.8002702009434115, - 6.8002702009434115, - 6.8002702009434115, - 6.8002702009434115 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -371.29758368584, - -761.5844578492415, - -749.7399116145782, - -333.3688827739543, - 340.64612064744847, - 920.1523873009137, - 893.011278079448, - 295.67512973556927 - ], - "relative wind speed": [ - 1.7383039074164743, - 1.3787859091217916, - 1.3936956500115125, - 1.7667758138231167, - 2.1789153340579364, - 2.4224619551892626, - 2.413914858206722, - 2.1558932559896964 - ], - "relative wind angle": [ - 0.30024877634511565, - 0.14704413481511083, - 0.16464387274133635, - 0.30174278572146296, - 0.23819698750658444, - 0.08348838155942766, - 0.09477155090098428, - 0.24602006301616572 - ], - "resistance": [ - 96263.2024163142, - 95872.9155421508, - 95884.76008838546, - 96301.13111722609, - 96975.14612064749, - 97554.65238730096, - 97527.51127807949, - 96930.17512973561 - ], - "fuel": [ - 39.32403798656529, - 39.12381262635089, - 39.1298807874807, - 39.34352642440964, - 39.69074005508033, - 39.99061976686126, - 39.976547042511704, - 39.66752096409559 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 20.3125, -41.40625 20.46875, -41.25 20.46875, -41.25 20.3125, -41.40625 20.3125))", @@ -328837,68 +231269,7 @@ "id": "5927", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.994229509982704, - 6.994229509982704, - 6.994229509982704, - 6.994229509982704, - 6.994229509982704, - 6.994229509982704, - 6.994229509982704, - 6.994229509982704 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -330.7136180050518, - -761.9953984152827, - -781.8182309596912, - -394.6136847984412, - 280.03177584237346, - 890.7130010920914, - 936.1795666025905, - 355.6500073362422 - ], - "relative wind speed": [ - 1.828163084997585, - 1.4588315623868673, - 1.4348274665384633, - 1.7817097943199476, - 2.195876200670509, - 2.45679934601972, - 2.470895120252142, - 2.2337329211083863 - ], - "relative wind angle": [ - 0.28882300611743406, - 0.16079191770927448, - 0.13309350587204102, - 0.2861045450234359, - 0.2394090792249723, - 0.09521010124644654, - 0.07713474493775599, - 0.2270530168480986 - ], - "resistance": [ - 96303.78638199497, - 95872.50460158475, - 95852.68176904034, - 96239.88631520158, - 96914.5317758424, - 97525.21300109212, - 97570.67956660262, - 96990.15000733627 - ], - "fuel": [ - 39.41924301528236, - 39.197954172272475, - 39.187799798517844, - 39.38641248628703, - 39.733797935283945, - 40.04970757510763, - 40.073283249876795, - 39.77284049395753 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 20.15625, -41.875 20.3125, -41.71875 20.3125, -41.71875 20.15625, -41.875 20.15625))", @@ -328917,68 +231288,7 @@ "id": "5928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.892923519623671, - 6.892923519623671, - 6.892923519623671, - 6.892923519623671, - 6.892923519623671, - 6.892923519623671, - 6.892923519623671, - 6.892923519623671 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -463.7879026264245, - -797.4021030346674, - -730.252746582781, - -248.06188817025532, - 450.2959430395151, - 993.7411519835703, - 839.6837496591045, - 194.70357763639845 - ], - "relative wind speed": [ - 1.6975769399347747, - 1.3733882143398126, - 1.4563867027522337, - 1.8570909137488831, - 2.2564586242349804, - 2.467220663539286, - 2.419154968564273, - 2.127107502679183 - ], - "relative wind angle": [ - 0.2910808600479379, - 0.10245587585901014, - 0.19943679452445603, - 0.2998356834237016, - 0.21762002407075887, - 0.056963544992733435, - 0.11955577478886656, - 0.26081657945390496 - ], - "resistance": [ - 96170.71209737359, - 95837.09789696535, - 95904.24725341723, - 96386.43811182976, - 97084.79594303953, - 97628.24115198359, - 97474.18374965912, - 96829.2035776364 - ], - "fuel": [ - 39.311745670204346, - 39.140674221806464, - 39.17507393127754, - 39.42258663153312, - 39.782593591779545, - 40.063997897178275, - 39.984112990514404, - 39.65062389632812 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 20.15625, -41.71875 20.3125, -41.5625 20.3125, -41.5625 20.15625, -41.71875 20.15625))", @@ -328997,68 +231307,7 @@ "id": "5929", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7571713643556075, - 7.7571713643556075, - 7.7571713643556075, - 7.7571713643556075, - 7.7571713643556075, - 7.7571713643556075, - 7.7571713643556075, - 7.7571713643556075 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -421.35347305954633, - -893.8489174922929, - -896.6224089802049, - -430.3894688332466, - 349.6894892458695, - 1032.5376606898758, - 1038.9097418536385, - 360.351244656109 - ], - "relative wind speed": [ - 2.0097141642117955, - 1.642891569497019, - 1.6399117772840361, - 2.003830085437975, - 2.4290736376134148, - 2.690772574867226, - 2.6925896682389414, - 2.4339298978145645 - ], - "relative wind angle": [ - 0.26643367656585826, - 0.13520317442132013, - 0.13207863227208252, - 0.2660609169543671, - 0.21959804051462825, - 0.08239224271930023, - 0.0802945759995985, - 0.21819738900571634 - ], - "resistance": [ - 96213.14652694044, - 95740.6510825077, - 95737.87759101979, - 96204.11053116673, - 96984.18948924585, - 97667.03766068986, - 97673.40974185363, - 96994.85124465609 - ], - "fuel": [ - 39.6891912732777, - 39.4469514664123, - 39.445532000308724, - 39.6845508913205, - 40.086274864010974, - 40.439785645268756, - 40.44309264531415, - 40.09178112541319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.875 20, -41.875 20.15625, -41.71875 20.15625, -41.71875 20, -41.875 20))", @@ -329077,68 +231326,7 @@ "id": "5930", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.536731840737959, - 6.536731840737959, - 6.536731840737959, - 6.536731840737959, - 6.536731840737959, - 6.536731840737959, - 6.536731840737959, - 6.536731840737959 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -498.48942322543746, - -757.233379459804, - -647.032674541498, - -145.83945151665284, - 519.4900369346374, - 990.7668439401291, - 737.5847717446259, - 100.94468646470045 - ], - "relative wind speed": [ - 1.5458392314558198, - 1.2567245198200871, - 1.4014791133280016, - 1.8216962901340426, - 2.202100962782439, - 2.3789726902758326, - 2.2966767022592927, - 1.9799722741258594 - ], - "relative wind angle": [ - 0.29931284972733624, - 0.06596988606038809, - 0.24405315396796096, - 0.3134865230673826, - 0.20849684065009508, - 0.034831255528754344, - 0.14799185334715365, - 0.2876774741255684 - ], - "resistance": [ - 96136.01057677456, - 95877.26662054019, - 95987.4673254585, - 96488.66054848334, - 97153.99003693464, - 97625.26684394013, - 97372.08477174463, - 96735.4446864647 - ], - "fuel": [ - 39.161670675454815, - 39.02898872922853, - 39.0854683622899, - 39.34290806093183, - 39.68610093491651, - 39.93019339238924, - 39.798957886366935, - 39.470013051633686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.71875 20, -41.71875 20.15625, -41.5625 20.15625, -41.5625 20, -41.71875 20))", @@ -329157,68 +231345,7 @@ "id": "5931", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.724027058836444, - 6.724027058836444, - 6.724027058836444, - 6.724027058836444, - 6.724027058836444, - 6.724027058836444, - 6.724027058836444, - 6.724027058836444 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -247.72107441965477, - -740.4111983370453, - -808.1695813596973, - -462.72107270808715, - 213.69021453555865, - 877.3161913953088, - 1032.5599891418935, - 469.4054175676447 - ], - "relative wind speed": [ - 1.8120515760278122, - 1.3856365108967377, - 1.2979661718530193, - 1.6478874958353427, - 2.0996668687796705, - 2.4025285292178773, - 2.451002996889461, - 2.2308291452070965 - ], - "relative wind angle": [ - 0.32498939661298015, - 0.22018690287767725, - 0.11628080727257024, - 0.3182321682950967, - 0.2791729899540108, - 0.12630268423774188, - 0.06147832680302762, - 0.2332355860877806 - ], - "resistance": [ - 96386.77892558034, - 95894.08880166295, - 95826.33041864028, - 96171.7789272919, - 96848.19021453554, - 97511.8161913953, - 97667.05998914188, - 97103.90541756763 - ], - "fuel": [ - 39.359005130167816, - 39.10611206639621, - 39.071402998878455, - 39.248536636017896, - 39.596662135415315, - 39.939862010705745, - 40.02038419249381, - 39.72871338023554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.5625 20.15625, -41.5625 20.3125, -41.40625 20.3125, -41.40625 20.15625, -41.5625 20.15625))", @@ -329237,68 +231364,7 @@ "id": "5932", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.061705911504387, - 8.061705911504387, - 8.061705911504387, - 8.061705911504387, - 8.061705911504387, - 8.061705911504387, - 8.061705911504387, - 8.061705911504387 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -363.23341738680847, - -891.8679411360363, - -938.0526525826817, - -515.1271698209177, - 263.6362582951433, - 987.856548031642, - 1094.1786769940954, - 442.4397070396917 - ], - "relative wind speed": [ - 2.1379493152436986, - 1.7625006466859425, - 1.715381141850166, - 2.043329500896241, - 2.4662360453994503, - 2.747132864753751, - 2.7767994245827943, - 2.5451821264785033 - ], - "relative wind angle": [ - 0.25162523710237533, - 0.14638145127057522, - 0.0985288966071501, - 0.24504576861497038, - 0.21754816093093846, - 0.09371724188413891, - 0.060805726699438005, - 0.1960181865155682 - ], - "resistance": [ - 96271.26658261321, - 95742.632058864, - 95696.44734741734, - 96119.37283017911, - 96898.13625829517, - 97622.35654803168, - 97728.67867699412, - 97076.93970703972 - ], - "fuel": [ - 39.85609238987612, - 39.58501198814618, - 39.56137815651431, - 39.778095777736084, - 40.17889482033663, - 40.55364780913404, - 40.60882925176425, - 40.271236505939214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 20.15625, -41.40625 20.3125, -41.25 20.3125, -41.25 20.15625, -41.40625 20.15625))", @@ -329330,34 +231396,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -370.87414596847407, + -370.874145968475, -775.9647173609403, - -776.5428158328843, + -776.5428158328846, -372.7694743951795, 300.21566058086637, 886.0655956876544, - 887.3953374531357, + 887.3953374531361, 302.4483821335166 ], "relative wind speed": [ - 1.9069704760143396, + 1.906970476014339, 1.5773382707986805, 1.5766892464038393, 1.9056742645915798, 2.29212319442176, 2.5302903221311186, - 2.5306947969028317, + 2.5306947969028313, 2.293200979432442 ], "relative wind angle": [ - 0.25409874361721635, + 0.2540987436172163, 0.126536572529131, - 0.12581590223101805, + 0.12581590223101893, 0.25400386074722503, - 0.21068945636887604, + 0.210689456368876, 0.07875170746702106, - 0.07825982650570854, - 0.2103656105781812 + 0.0782598265057071, + 0.21036561057818123 ], "resistance": [ 96263.62585403158, @@ -329397,68 +231463,7 @@ "id": "5934", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.944350712642693, - 7.944350712642693, - 7.944350712642693, - 7.944350712642693, - 7.944350712642693, - 7.944350712642693, - 7.944350712642693, - 7.944350712642693 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -324.7304524446354, - -865.4838635769818, - -929.2695612136026, - -534.1729963837868, - 226.37223956384832, - 953.1724415697367, - 1099.997245734386, - 473.03138463617506 - ], - "relative wind speed": [ - 2.1254777749422344, - 1.741033779451859, - 1.674839314441026, - 1.9929308506581165, - 2.4182285553164347, - 2.708188785208441, - 2.7496178622353895, - 2.528578996593999 - ], - "relative wind angle": [ - 0.25625341898682996, - 0.15825371779236774, - 0.09009623309497831, - 0.24711601913508707, - 0.2246595259512824, - 0.10148776383190525, - 0.05483241514151416, - 0.19400602726137198 - ], - "resistance": [ - 96309.76954755535, - 95769.016136423, - 95705.23043878638, - 96100.3270036162, - 96860.87223956383, - 97587.67244156972, - 97734.49724573437, - 97107.53138463615 - ], - "fuel": [ - 39.822341341687995, - 39.5449811701935, - 39.51233631562734, - 39.714786157558535, - 40.10612933088707, - 40.48212002347431, - 40.55831456747468, - 40.23351151440836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-41.40625 20, -41.40625 20.15625, -41.25 20.15625, -41.25 20, -41.40625 20))", @@ -329477,68 +231482,7 @@ "id": "5935", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.8393123439379275, - 7.8393123439379275, - 7.8393123439379275, - 7.8393123439379275, - 7.8393123439379275, - 7.8393123439379275, - 7.8393123439379275, - 7.8393123439379275 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -250.71567134950305, - -795.7484465344965, - -888.7568827424807, - -557.9812892995717, - 144.80964693121769, - 850.4743744648908, - 1064.9463409835612, - 506.18539314158033 - ], - "relative wind speed": [ - 2.133394954946018, - 1.754276082124064, - 1.65723815978137, - 1.93704870290439, - 2.3463814458023444, - 2.641854528675276, - 2.7037828323959525, - 2.510920597225456 - ], - "relative wind angle": [ - 0.24814473675138707, - 0.1678355005767524, - 0.06614612482762142, - 0.23337284705234201, - 0.22521067808348466, - 0.11115441194722604, - 0.040524686111449375, - 0.17936584418884083 - ], - "resistance": [ - 96383.7843286505, - 95838.75155346551, - 95745.74311725752, - 96076.51871070043, - 96779.30964693121, - 97484.97437446489, - 97699.44634098356, - 97140.68539314158 - ], - "fuel": [ - 39.8132417083323, - 39.533540820343745, - 39.485920995246495, - 39.65542266703455, - 40.01691023578053, - 40.3817251376629, - 40.49297012389882, - 40.203502966780086 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 27.34375, -40 27.5, -39.84375 27.5, -39.84375 27.34375, -40 27.34375))", @@ -329570,37 +231514,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -3025.7245863367625, + -3025.7245863368535, -2298.377740861699, - -159.26053329495517, - 2197.6267102688544, + -159.2605332949588, + 2197.6267102688635, 3346.1201620829906, 1855.7158677302796, -562.1344601123765, - -2538.2904037248627 + -2538.2904037248645 ], "relative wind speed": [ - 4.826547160870524, + 4.826547160870523, 5.0790131014141915, - 5.582121586077882, - 6.0203565049273955, + 5.582121586077881, + 6.020356504927395, 6.170227793830563, 5.964134005832656, 5.496106542099583, - 5.012242619571092 + 5.012242619571093 ], "relative wind angle": [ - 0.008977023337806438, + 0.008977023337831172, 0.0997347919036808, 0.12065203039375291, - 0.07389020373522732, + 0.07389020373522583, 0.007022074725067196, 0.08489462410673071, 0.12254969145939994, - 0.08878763417570162 + 0.08878763417570287 ], "resistance": [ - 93608.77541366326, + 93608.77541366316, 94336.12225913831, 96475.23946670505, 98832.12671026887, @@ -329610,7 +231554,7 @@ 94096.20959627515 ], "fuel": [ - 48.4322455722773, + 48.43224557227725, 48.79971802203614, 49.89185769028956, 51.11489639149963, @@ -329650,9 +231594,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1924.7037412042318, + -1924.7037412042487, -1590.083841849098, - -292.93262600574326, + -292.93262600574417, 1302.2568948127737, 2308.1528037313465, 1530.1597923906183, @@ -329660,7 +231604,7 @@ -1431.6722028394752 ], "relative wind speed": [ - 2.7810534150866832, + 2.781053415086683, 2.9915276382909064, 3.511419576170759, 3.9870168451403285, @@ -329670,17 +231614,17 @@ 3.06542777135598 ], "relative wind angle": [ - 0.016327278957854813, - 0.1564757137585276, - 0.20206087828733224, - 0.13342884060214305, + 0.016327278957868417, + 0.15647571375852756, + 0.20206087828733282, + 0.13342884060214302, 0.010835869959329317, 0.11557275837056023, 0.1969990842131533, 0.17390357896161893 ], "resistance": [ - 94709.79625879579, + 94709.79625879576, 95044.41615815091, 96341.56737399427, 97936.75689481279, @@ -329690,7 +231634,7 @@ 95202.82779716054 ], "fuel": [ - 41.784797708329826, + 41.78479770832981, 41.95498184306851, 42.61863728968872, 43.44336083158799, @@ -329730,17 +231674,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -3108.47925276965, + -3108.479252769681, -2654.697508229281, - -672.7427003163612, + -672.7427003163648, 1821.4894817854547, - 3420.7296432942258, + 3420.7296432941694, 2353.3273326003728, -46.82434563690549, -2281.7163467119044 ], "relative wind speed": [ - 4.744409014531855, + 4.744409014531854, 4.919818942935981, 5.4171091307977495, 5.909278129689389, @@ -329750,21 +231694,21 @@ 5.025185847348434 ], "relative wind angle": [ - 0.014354129902987274, + 0.014354129902995009, 0.09041859783219951, - 0.12890233056447112, - 0.09160191554794768, - 0.011096795734792808, - 0.07414094802025199, + 0.128902330564472, + 0.09160191554794767, + 0.011096795734802814, + 0.074140948020252, 0.12574902070115826, - 0.10777559368719326 + 0.10777559368719325 ], "resistance": [ - 93526.0207472303, + 93526.02074723027, 93979.80249177068, 95961.7572996836, 98455.98948178541, - 100055.22964329418, + 100055.22964329412, 98987.82733260033, 96587.67565436305, 94352.78365328805 @@ -329774,7 +231718,7 @@ 48.363679787374224, 49.37237183779956, 50.6625533879844, - 51.501965795328196, + 51.50196579532816, 50.94064932246996, 49.69396241456312, 48.552387529812435 @@ -329810,17 +231754,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -2141.5315279286433, + -2141.5315279286688, -1756.949972118966, - -309.00901007296943, + -309.00901007297216, 1431.9816313236242, - 2487.425269592113, + 2487.4252695920495, 1587.5612912844408, -127.23343166155792, -1648.2413517072955 ], "relative wind speed": [ - 3.396674958204082, + 3.3966749582040814, 3.5994449217757993, 4.084965387864973, 4.532624299320967, @@ -329830,31 +231774,31 @@ 3.641720978125033 ], "relative wind angle": [ - 0.007852733649183919, + 0.007852733649198059, 0.12497743563195862, - 0.16257737345356768, - 0.10751803281318448, - 0.005652210291866147, - 0.0984182966252016, + 0.16257737345356907, + 0.10751803281318449, + 0.0056522102918857885, + 0.09841829662520162, 0.1604905020552214, 0.13396367843349213 ], "resistance": [ - 94492.96847207133, + 94492.9684720713, 94877.550027881, 96325.490989927, 98066.4816313236, - 99121.92526959209, + 99121.92526959201, 98222.06129128441, 96507.26656833841, 94986.25864829267 ], "fuel": [ - 43.37150536794624, + 43.37150536794623, 43.566824929848295, 44.307135399326846, 45.20760721026176, - 45.75899302267739, + 45.758993022677345, 45.2886248015026, 44.40062568923955, 43.62213514855657 @@ -329890,49 +231834,49 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -3166.816300635299, + -3166.8163006353006, -3008.57891823946, - -1308.8702741103352, + -1308.8702741103443, 1255.8576426287982, - 3251.5026382764754, + 3251.5026382764936, 2879.675846547243, 605.2576799161543, - -1869.1010434398559 + -1869.1010434398577 ], "relative wind speed": [ - 4.920388141766808, + 4.920388141766807, 4.980023443780941, 5.424580237829277, 5.947857834639067, 6.2583926483922205, 6.211043753386496, 5.8268024893968455, - 5.291567365725572 + 5.291567365725571 ], "relative wind angle": [ 0.041177544020619856, 0.06634260379306696, - 0.12372559501518003, - 0.10385375064859223, - 0.03237055213805149, - 0.053179641694044245, - 0.11514548125116802, - 0.11678987760853941 + 0.12372559501518182, + 0.10385375064859222, + 0.03237055213804807, + 0.05317964169404425, + 0.11514548125116801, + 0.11678987760853846 ], "resistance": [ 93467.68369936473, 93625.92108176056, - 95325.6297258897, + 95325.62972588968, 97890.35764262883, - 99886.0026382765, + 99886.00263827652, 99514.17584654727, 97239.75767991619, - 94765.39895656018 + 94765.39895656017 ], "fuel": [ 48.752612182970495, 48.832306744200764, - 49.69422225284412, + 49.69422225284411, 51.01513437129044, 52.05988405871373, 51.864103885524486, @@ -329970,37 +231914,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1959.3260397730219, + -1959.3260397730282, -1838.4606495994685, - -753.7036497639374, + -753.7036497639401, 847.9441715029507, 2077.7332672054526, 1795.1037000724682, - 357.27367090267126, + 357.27367090266944, -1175.3537156516068 ], "relative wind speed": [ - 3.467197603902514, + 3.467197603902513, 3.5309644801851796, - 3.925558499519722, + 3.9255584995197217, 4.3731908573644915, 4.629903187119279, 4.581457474022343, - 4.248229421000359, + 4.24822942100036, 3.785850561190735 ], "relative wind angle": [ - 0.047028904794002645, + 0.04702890479400501, 0.08397427975363386, - 0.14876511264969888, - 0.12072602288170126, - 0.035212852022957875, + 0.14876511264969966, + 0.12072602288170127, + 0.03521285202295788, 0.0646886927258703, - 0.1373911246014244, + 0.13739112460142602, 0.139569747687877 ], "resistance": [ - 94675.17396022697, + 94675.17396022695, 94796.03935040052, 95880.79635023605, 97482.44417150294, @@ -330050,9 +231994,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -2266.2974961005166, + -2266.2974961005266, -2364.457630807935, - -1347.0598736503325, + -1347.0598736503343, 535.4250453328877, 2246.56599881042, 2476.02468480511, @@ -330060,7 +232004,7 @@ -1004.8990891893973 ], "relative wind speed": [ - 3.86689225384911, + 3.8668922538491097, 3.8197712565805224, 4.187844649148721, 4.697710662251059, @@ -330070,13 +232014,13 @@ 4.290976439525621 ], "relative wind angle": [ - 0.07861982134398818, + 0.07861982134399241, 0.05380713722144675, - 0.14237347282899168, - 0.13557229963020787, - 0.06014495164330819, + 0.14237347282899243, + 0.13557229963020784, + 0.06014495164330818, 0.0403847200349575, - 0.12437910541398084, + 0.12437910541398085, 0.1485140619113465 ], "resistance": [ @@ -330130,41 +232074,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1795.592176565161, + -1795.5921765651656, -1935.9116127154011, - -1193.1731270190548, + -1193.1731270190585, 306.1843479880072, - 1736.7686782924184, + 1736.7686782924293, 2065.017693703113, - 876.3497805104244, + 876.3497805104271, -703.1379121926366 ], "relative wind speed": [ - 3.529794810131201, + 3.5297948101312002, 3.4555721005835043, - 3.7621352385965827, + 3.7621352385965823, 4.219163511456024, - 4.554915487350198, + 4.554915487350197, 4.611477849475237, 4.364979375099232, 3.924966975928576 ], "relative wind angle": [ - 0.086195836742004, + 0.08619583674200529, 0.04301824469481691, - 0.13706359616304375, - 0.13751079147427375, - 0.06676366920493193, + 0.13706359616304456, + 0.13751079147427372, + 0.06676366920492695, 0.03223099826930829, - 0.11803821798601727, - 0.14789103873461365 + 0.11803821798601634, + 0.14789103873461368 ], "resistance": [ 94838.90782343486, 94698.58838728462, - 95441.32687298096, + 95441.32687298095, 96940.68434798802, - 98371.26867829243, + 98371.26867829244, 98699.51769370312, 97510.84978051044, 95931.36208780739 @@ -330172,9 +232116,9 @@ "fuel": [ 43.46071545913257, 43.389407058501725, - 43.767688977301255, + 43.76768897730125, 44.537576781208955, - 45.27994949343656, + 45.27994949343657, 45.45136180593523, 44.832539826236086, 44.01839129532901 @@ -330210,34 +232154,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1609.1349265480649, + -1609.1349265480685, -1734.8335757440273, - -1052.9762699101302, + -1052.976269910133, 308.31459861498024, - 1608.807244427223, + 1608.8072444272275, 1901.3729050861602, - 812.0430423553025, - -621.1836431562297 + 812.0430423553034, + -621.1836431562278 ], "relative wind speed": [ - 3.017399451866855, + 3.0173994518668548, 2.9403352226275974, 3.2667770123085536, 3.741193101258831, 4.083147317738708, 4.13898782905419, - 3.8865099282435387, - 3.432239159728897 + 3.8865099282435382, + 3.4322391597288973 ], "relative wind angle": [ - 0.10405866845789548, - 0.05331463804906908, - 0.16451457647663584, + 0.10405866845789655, + 0.05331463804906907, + 0.1645145764766372, 0.16105375341137773, - 0.07683504855328253, + 0.07683504855328109, 0.0378658044324481, - 0.13809710017734386, - 0.17569564770506915 + 0.13809710017734306, + 0.1756956477050698 ], "resistance": [ 95025.36507345198, @@ -330290,19 +232234,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1408.9238791350722, + -1408.9238791350772, -1626.8950981061648, - -1136.2677084721772, + -1136.2677084721763, 71.98440135395322, - 1339.9189564459703, + 1339.9189564459666, 1848.3287726087528, 949.3349490367318, -383.64195874548113 ], "relative wind speed": [ - 2.9949552535766624, + 2.9949552535766615, 2.8584283292595556, - 3.120581248055337, + 3.1205812480553368, 3.5712506308584184, 3.9308277513236645, 4.0311972499481, @@ -330310,17 +232254,17 @@ 3.4157477531422087 ], "relative wind angle": [ - 0.12014967487207943, + 0.1201496748720813, 0.02759615248598395, - 0.15135653587462738, + 0.15135653587462664, 0.16498767120068492, - 0.09145112199003627, - 0.01956655564298707, + 0.09145112199003749, + 0.019566555642987066, 0.12310203711876634, - 0.1725725469843498 + 0.17257254698434982 ], "resistance": [ - 95225.57612086493, + 95225.57612086492, 95007.60490189384, 95498.23229152782, 96706.48440135396, @@ -330330,7 +232274,7 @@ 96250.85804125451 ], "fuel": [ - 41.93514038287678, + 41.935140382876774, 41.8240882896011, 42.074302281657346, 42.69431518900163, @@ -330370,9 +232314,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -1103.8121974171454, + -1103.8121974171477, -1341.3644048140527, - -1000.8797592200399, + -1000.8797592200408, -23.168341048942693, 1067.9747774954558, 1619.957473717628, @@ -330380,9 +232324,9 @@ -194.68193119369198 ], "relative wind speed": [ - 2.4607852016358462, + 2.4607852016358454, 2.2791423563439, - 2.5192197076672778, + 2.5192197076672773, 2.972639374793303, 3.3475608901962475, 3.4737786114950726, @@ -330390,11 +232334,11 @@ 2.9025924394564835 ], "relative wind angle": [ - 0.16208322865089936, + 0.16208322865090005, 0.015695574605181818, - 0.17866101871366868, - 0.20233259283307478, - 0.11890604883805692, + 0.17866101871366807, + 0.2023325928330748, + 0.11890604883805693, 0.010297608555351197, 0.1359271104610025, 0.20728567028092332 @@ -330450,9 +232394,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1179.606616035091, + -1179.6066160350924, -1336.4431238500338, - -886.1131260600978, + -886.1131260600987, 135.35479949080036, 1179.5297639721325, 1543.4901851130649, @@ -330464,19 +232408,19 @@ 2.342535122765463, 2.6238337808700734, 3.070551783240141, - 3.4100894338839307, + 3.410089433883931, 3.4923905287194454, 3.286298631719909, 2.8733211016034876 ], "relative wind angle": [ - 0.13684931150540508, + 0.1368493115054067, 0.042923417192006236, - 0.18314651516540598, - 0.18846872156336597, - 0.09860554404669149, - 0.028786191677266385, - 0.1459284000039473, + 0.18314651516540656, + 0.18846872156336594, + 0.09860554404669261, + 0.02878619167726638, + 0.14592840000394733, 0.20157774931224345 ], "resistance": [ @@ -330530,9 +232474,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -559.075424568179, + -559.0754245681799, -825.27647835997, - -713.2099654340154, + -713.2099654340161, -184.93553800343557, 510.6196853942413, 992.4705691872257, @@ -330540,9 +232484,9 @@ 71.59787130310838 ], "relative wind speed": [ - 1.897753908153166, + 1.8977539081531656, 1.6622456022819667, - 1.7789712923533485, + 1.7789712923533483, 2.138038207621258, 2.4816478021809933, 2.6451815188517083, @@ -330550,9 +232494,9 @@ 2.2779021780427815 ], "relative wind angle": [ - 0.21153204250944435, - 0.04316931263603436, - 0.16773533195240078, + 0.21153204250944488, + 0.043169312636034365, + 0.16773533195240145, 0.23208106605128445, 0.16125607665345137, 0.027122717209147638, @@ -330610,17 +232554,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -802.4813653732035, + -802.4813653732053, -1151.690145816161, -989.9513013119758, -252.59164245902912, 702.8239641279456, 1348.0593732753182, - 972.3669109407388, + 972.3669109407406, 60.00423633936725 ], "relative wind speed": [ - 2.419879773845983, + 2.4198797738459827, 2.1770512396513593, 2.307881935924135, 2.696738548777409, @@ -330630,17 +232574,17 @@ 2.8321764765610244 ], "relative wind angle": [ - 0.1777302680678946, - 0.03171324012891776, + 0.17773026806789524, + 0.031713240128917755, 0.14356862322502162, - 0.20009352010382475, + 0.20009352010382478, 0.13971554442577638, 0.021250011123786133, - 0.10478191026271366, + 0.10478191026271261, 0.19040440558558316 ], "resistance": [ - 95832.01863462683, + 95832.01863462682, 95482.80985418387, 95644.54869868806, 96381.908357541, @@ -330650,7 +232594,7 @@ 96694.5042363394 ], "fuel": [ - 40.50883136563074, + 40.508831365630726, 40.33021353085353, 40.412885398852396, 40.7910159430774, @@ -330690,20 +232634,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -405.6399327521533, + -405.6399327521535, -709.8517155572149, - -660.6023928984649, - -245.06361007637065, + -660.6023928984656, + -245.0636100763702, 368.30994439217216, 851.8872658954253, 738.6694007977401, 178.85729171009666 ], "relative wind speed": [ - 1.6997088462830194, + 1.6997088462830192, 1.4107637318342263, 1.4710760691591749, - 1.8189628403292413, + 1.8189628403292415, 2.180245176167204, 2.3774408264506364, 2.3406012879344287, @@ -330712,8 +232656,8 @@ "relative wind angle": [ 0.26103546375662656, 0.09633193239077165, - 0.16854199511731946, - 0.26971288379878533, + 0.16854199511732146, + 0.2697128837987857, 0.20258158199526627, 0.05710564030945356, 0.105624724186106, @@ -330757,68 +232701,7 @@ "id": "5951", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.170946027125957, - 8.170946027125957, - 8.170946027125957, - 8.170946027125957, - 8.170946027125957, - 8.170946027125957, - 8.170946027125957, - 8.170946027125957 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -426.57358955055247, - -901.1425210790546, - -907.7491527633299, - -448.43651774480986, - 327.4392131274103, - 1006.7527070104206, - 1021.9786248399364, - 353.1360251274823 - ], - "relative wind speed": [ - 2.1295023599768292, - 1.7877464465855442, - 1.7811522518510907, - 2.116120074044258, - 2.5194639474532976, - 2.772443241327872, - 2.7766842707426473, - 2.530714269903017 - ], - "relative wind angle": [ - 0.23690581201027863, - 0.11897875782919125, - 0.11234687242144649, - 0.23591245275053685, - 0.1996944300670982, - 0.07661477312587232, - 0.07197747526806877, - 0.196705478551274 - ], - "resistance": [ - 96207.92641044945, - 95733.35747892095, - 95726.75084723668, - 96186.0634822552, - 96961.9392131274, - 97641.25270701043, - 97656.47862483993, - 96987.63602512749 - ], - "fuel": [ - 39.87420624321797, - 39.63091444623947, - 39.62753341485573, - 39.862979612732886, - 40.26248084274057, - 40.61410100925176, - 40.622001787506875, - 40.275750547313876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 26.40625, -38.75 26.5625, -38.59375 26.5625, -38.59375 26.40625, -38.75 26.40625))", @@ -330850,34 +232733,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1159.6292105067305, + -1159.6292105067328, -1374.422834357666, -1008.1322748343259, -9.799218536426451, 1075.0448174902067, 1576.8738399188906, - 858.1453284084646, + 858.1453284084655, -263.0544491633873 ], "relative wind speed": [ - 2.823250299551087, + 2.8232502995510864, 2.6796748206936503, 2.897838351929849, 3.3027838840172112, 3.6390301497402144, 3.7460146208969927, 3.5799183748680754, - 3.210124810674776 + 3.2101248106747766 ], "relative wind angle": [ - 0.12209224425337445, + 0.12209224425337536, 0.01752673707424628, 0.14205095559079586, 0.16215791975801028, 0.09462821360124674, 0.012537266028064323, - 0.11485207801271086, - 0.1668818536204409 + 0.1148520780127099, + 0.16688185362044156 ], "resistance": [ 95474.8707894933, @@ -330930,39 +232813,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1239.844208586007, + -1239.844208586017, -1464.5402970005807, - -1095.0191047775206, + -1095.0191047775252, -52.08911678372715, 1082.528750004326, 1611.782248051426, - 876.1233057523204, + 876.1233057523241, -295.2759091034204 ], "relative wind speed": [ - 3.4705608575282545, + 3.470560857528254, 3.3470986624345915, 3.528674836728726, - 3.880577524029567, + 3.8805775240295666, 4.183029398207371, 4.282459358359743, 4.134124031607164, 3.805738521242747 ], "relative wind angle": [ - 0.08772326293240168, + 0.08772326293240676, 0.011263647622358682, - 0.10145107554437925, - 0.12081792373441853, - 0.07275277405000959, + 0.10145107554438146, + 0.1208179237344176, + 0.07275277405000957, 0.008803406296245677, - 0.08655296250742711, + 0.08655296250742583, 0.12320575776956753 ], "resistance": [ - 95394.65579141401, + 95394.655791414, 95169.95970299943, - 95539.4808952225, + 95539.48089522248, 96582.41088321629, 97717.02875000433, 98246.28224805144, @@ -330970,9 +232853,9 @@ 96339.22409089659 ], "fuel": [ - 43.075263750250315, + 43.07526375025031, 42.960646909922005, - 43.149238194506516, + 43.14923819450651, 43.68425556942799, 44.27090509154155, 44.54619184080532, @@ -331010,34 +232893,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -950.9030188250017, + -950.9030188250053, -1403.8734270803307, - -1241.2283917555628, - -385.0705378166722, + -1241.2283917555637, + -385.0705378166731, 759.5401678834232, 1554.8401991806659, - 1174.701107245808, + 1174.7011072458054, 100.7635896011816 ], "relative wind speed": [ - 3.055238047566666, + 3.0552380475666654, 2.8138853784464937, - 2.9184502239080663, - 3.283528747416207, + 2.918450223908066, + 3.2835287474162067, 3.6584471822266766, 3.847176157833991, 3.7684696632734402, - 3.455018708680552 + 3.4550187086805524 ], "relative wind angle": [ - 0.14015556703870838, + 0.14015556703870996, 0.030842181769919496, 0.10438623692455516, - 0.15805657995965677, + 0.15805657995965605, 0.11692999847884851, 0.022556795214797608, - 0.08078188030342116, - 0.15015034748818018 + 0.08078188030342255, + 0.1501503474881809 ], "resistance": [ 95683.596981175, @@ -331090,37 +232973,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1116.7385407935963, + -1116.7385407936044, -1585.9699371049992, - -1386.9319004350791, - -410.56432825348566, + -1386.93190043508, + -410.56432825348656, 862.9499864783356, 1716.3180267424905, 1248.108555632447, 43.03883340770244 ], "relative wind speed": [ - 3.6470081576283344, + 3.647008157628334, 3.4348010484969516, - 3.54142822696819, - 3.8854208119620006, + 3.5414282269681894, + 3.885420811962, 4.238589999051961, 4.412307269345049, 4.327193061917144, 4.021171321374341 ], "relative wind angle": [ - 0.10825062780583736, + 0.10825062780584045, 0.019915230093776642, - 0.08404460269835937, - 0.12614525642241675, - 0.0930946488467702, + 0.08404460269835938, + 0.1261452564224159, + 0.09309464884677021, 0.015502789651682886, 0.06875635493423347, 0.12186514110635988 ], "resistance": [ - 95517.76145920638, + 95517.76145920636, 95048.53006289498, 95247.56809956489, 96223.93567174648, @@ -331170,17 +233053,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -795.6324189760526, + -795.6324189760562, -1568.5538481842805, -1569.454177798657, -798.7702841094351, - 494.9351920590907, + 494.9351920590934, 1597.7006180908775, - 1599.8050004886272, + 1599.8050004886327, 498.58713539103337 ], "relative wind speed": [ - 3.4880238045959207, + 3.4880238045959198, 3.161312144731115, 3.1607867254167377, 3.4868740500106044, @@ -331190,13 +233073,13 @@ 3.9032355670643866 ], "relative wind angle": [ - 0.14566544581740531, - 0.0665296318912226, + 0.14566544581740606, + 0.06652963189122259, 0.06619335089038922, - 0.14558229014254234, - 0.1301111965328898, - 0.050405254204563425, - 0.05013750286754719, + 0.14558229014254237, + 0.13011119653288894, + 0.05040525420456342, + 0.050137502867544974, 0.12995950901558503 ], "resistance": [ @@ -331204,7 +233087,7 @@ 95065.94615181575, 95065.04582220137, 95835.7297158906, - 97129.43519205911, + 97129.43519205913, 98232.20061809091, 98234.30500048866, 97133.08713539106 @@ -331214,7 +233097,7 @@ 42.454360596523735, 42.45390206728534, 42.84750775730933, - 43.51320131773, + 43.51320131773001, 44.085560996117266, 44.0866575430312, 43.515089289240585 @@ -331250,51 +233133,51 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -951.1020412101125, + -951.1020412101161, -1689.3157587842234, - -1634.7968638637922, + -1634.7968638637994, -758.328418594353, - 614.0683642370504, + 614.0683642370486, 1716.4722255344413, 1588.425124455881, - 390.1633341253919 + 390.1633341253937 ], "relative wind speed": [ - 3.8683474956244104, + 3.86834749562441, 3.583402198355172, 3.6116480356675704, 3.9312534256091713, - 4.319819602638534, + 4.3198196026385345, 4.558967254879893, 4.536623437392877, - 4.262651786139696 + 4.2626517861396955 ], "relative wind angle": [ - 0.12003373724790883, + 0.12003373724790976, 0.0465899884314606, - 0.06294899477267252, + 0.06294899477267604, 0.1245054504093628, - 0.10743743234464623, + 0.1074374323446483, 0.03661521634068932, 0.05010214741041659, - 0.11478125326870596 + 0.11478125326870403 ], "resistance": [ - 95683.39795878986, + 95683.39795878985, 94945.18424121574, 94999.70313613617, 95876.17158140562, - 97248.56836423703, + 97248.56836423701, 98350.97222553441, 98222.92512445585, 97024.66333412536 ], "fuel": [ - 44.00982096888231, + 44.0098209688823, 43.63317237973408, 43.66091945280179, 44.108511099629816, - 44.81510378591079, + 44.815103785910786, 45.38776375841843, 45.32101567446513, 44.69934552463059 @@ -331330,34 +233213,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -231.4185820822404, + -231.41858208224767, -1624.0594736962375, - -2020.9482736766022, + -2020.948273676603, -1635.403006728514, -250.46029140921564, 1362.7254165492195, - 2287.646134570874, - 1378.8960641964914 + 2287.6461345700427, + 1378.8960641964932 ], "relative wind speed": [ 4.4987110545133335, 4.087019261379386, - 3.902104270422528, + 3.9021042704225275, 4.0831192046083205, 4.493699883794156, 4.871140867879514, 5.02049022112008, - 4.874410462668362 + 4.8744104626683615 ], "relative wind angle": [ - 0.1246230640879431, + 0.1246230640879458, 0.09733810263796797, 0.0006471357952662296, 0.09655262613304845, 0.1247627632732412, 0.08163103248338707, - 0.0005029770341700079, - 0.08084109860317724 + 0.0005029770343907382, + 0.08084109860317588 ], "resistance": [ 96403.0814179178, @@ -331366,7 +233249,7 @@ 94999.09699327152, 96384.03970859083, 97997.22541654926, - 98922.14613457091, + 98922.14613457008, 98013.39606419654 ], "fuel": [ @@ -331376,7 +233259,7 @@ 44.992977500837426, 45.701541968745985, 46.53587862213631, - 47.018613567511785, + 47.01861356751135, 46.54429107168659 ] }, @@ -331410,9 +233293,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -323.7611285962903, + -323.7611285963012, -1808.288527559671, - -2206.0586590424446, + -2206.058659042448, -1753.2159989829415, -231.14170912555892, 1504.5222208496725, @@ -331422,7 +233305,7 @@ "relative wind speed": [ 4.9767098965607754, 4.581510974864805, - 4.414704716127505, + 4.414704716127504, 4.598348830724094, 4.998623329634847, 5.363173852607155, @@ -331430,17 +233313,17 @@ 5.348744209351769 ], "relative wind angle": [ - 0.10938592568818237, - 0.08224354869511345, + 0.10938592568818542, + 0.08224354869511347, 0.0024967275940559353, - 0.08534350203766708, + 0.0853435020376671, 0.10890448033882455, - 0.07023540873488945, - 0.002003584390610985, + 0.07023540873488947, + 0.0020035843906109855, 0.07334705656706786 ], "resistance": [ - 96310.73887140372, + 96310.73887140371, 94826.21147244034, 94428.44134095756, 94881.28400101708, @@ -331450,7 +233333,7 @@ 98060.6191519031 ], "fuel": [ - 47.534037691344, + 47.53403769134399, 46.775203668434656, 46.573271699302694, 46.80320818605493, @@ -331490,39 +233373,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 380.16769292574554, + 380.1676929257401, -982.7766650051208, - -1705.7653042193324, - -1618.1024083292878, + -1705.7653042193347, + -1618.1024083292873, -681.8494698628547, 731.2618013288429, - 1845.273053225943, + 1845.273053225952, 1641.3028753511007 ], "relative wind speed": [ - 3.742345670765299, + 3.7423456707652987, 3.2712481074920086, 2.931044292773239, - 2.985139092426963, + 2.9851390924269636, 3.387284521053691, 3.8441882583057327, - 4.109480125255156, + 4.109480125255155, 4.070355284852912 ], "relative wind angle": [ - 0.1583189440745571, + 0.1583189440745592, 0.16722697960705485, - 0.06145698605147375, - 0.09727054567595352, - 0.17507747616998445, + 0.06145698605147556, + 0.09727054567595465, + 0.17507747616998448, 0.1421189791281727, - 0.04381999583644445, - 0.07128471426203804 + 0.043819995836439384, + 0.07128471426203806 ], "resistance": [ - 97014.66769292575, + 97014.66769292574, 95651.72333499488, - 94928.73469578067, + 94928.73469578066, 95016.39759167071, 95952.65053013715, 97365.76180132884, @@ -331532,7 +233415,7 @@ "fuel": [ 43.04784359781375, 42.34727986699873, - 41.97846409292027, + 41.97846409292026, 42.02307965159717, 42.50136412180878, 43.22942827304845, @@ -331570,53 +233453,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 108.26928084485735, + 108.26928084485553, -1445.237937380848, - -2104.224914778075, - -1865.5620170162656, + -2104.224914778066, + -1865.5620170162629, -597.6193202912436, 1092.2682134483202, - 2252.85734716924, + 2252.8573471692634, 1691.2856362413058 ], "relative wind speed": [ - 4.68612404453031, + 4.686124044530309, 4.258573394950932, - 4.007792172695191, - 4.117641912570244, + 4.00779217269519, + 4.117641912570243, 4.504477597461082, 4.91066488640489, 5.117389851011648, 5.029423631649925 ], "relative wind angle": [ - 0.11869451270930713, + 0.11869451270930714, 0.10753826829661592, - 0.022830767045521567, - 0.07966541269702217, + 0.022830767045516707, + 0.07966541269701938, 0.12350496172693697, 0.09321345039757525, - 0.017879797771507257, - 0.06520012608184547 + 0.01787979777150105, + 0.06520012608184549 ], "resistance": [ - 96742.76928084485, + 96742.76928084483, 95189.26206261913, 94530.27508522192, - 94768.93798298371, + 94768.93798298373, 96036.88067970875, 97726.7682134483, - 98887.35734716922, + 98887.35734716925, 98325.78563624129 ], "fuel": [ - 46.24715324073422, + 46.247153240734214, 45.45076130218277, 45.11565002296243, 45.236829406594836, 45.88417240376396, 46.75623726687981, - 47.36131323565216, + 47.361313235652176, 47.067910593914114 ] }, @@ -331650,34 +233533,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 246.89245454007278, + 246.89245454007187, -787.6324610471888, - -1302.5700927693943, + -1302.5700927693938, -1198.5102750684396, - -437.87579631742756, + -437.87579631742665, 656.6181659689341, - 1489.071724573368, + 1489.0717245733717, 1248.27089013282 ], "relative wind speed": [ - 3.0130190658397114, + 3.013019065839711, 2.5556480762202947, - 2.234996085017114, + 2.2349960850171136, 2.3172697302448086, - 2.726817948225219, + 2.7268179482252193, 3.1595067533379804, - 3.3939081475247637, + 3.393908147524763, 3.338275155101501 ], "relative wind angle": [ - 0.19379956158696296, + 0.19379956158696357, 0.20236152366956264, - 0.06542780867224346, + 0.06542780867224177, 0.1328690055638132, 0.214442178787792, 0.16329518942907897, - 0.04306886540774591, - 0.09209023033143279 + 0.04306886540774333, + 0.09209023033143278 ], "resistance": [ 96881.3924545401, @@ -331730,19 +233613,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 151.27746947613423, + 151.27746947613105, -879.052328500085, - -1342.5991210164366, + -1342.5991210164375, -1193.9211709468668, -373.91676278834757, 741.7988120931909, - 1539.4181131039263, + 1539.41811310392, 1194.2891329174104 ], "relative wind speed": [ - 3.1040808672765436, + 3.1040808672765428, 2.6601960914561213, - 2.3766695131267, + 2.3766695131266995, 2.4874917492594233, 2.8944848446226326, 3.3070708037996366, @@ -331752,11 +233635,11 @@ "relative wind angle": [ 0.18475429166520832, 0.18093440937953953, - 0.04492988626504304, - 0.13213749610100006, + 0.04492988626504303, + 0.1321374961010001, 0.19830465682410778, - 0.1452604953099815, - 0.030362052127830347, + 0.14526049530998147, + 0.030362052127834, 0.09544837453157581 ], "resistance": [ @@ -331810,17 +233693,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -134.2837007488115, + -134.28370074881332, -1097.5035093775691, - -1371.7986771575534, + -1371.7986771575797, -1059.8706536344507, -71.6338540815259, 1066.6883624922662, - 1703.6241568071014, + 1703.6241568070495, 1012.3737833566042 ], "relative wind speed": [ - 2.8843230535011046, + 2.884323053501104, 2.4127343162231343, 2.1978868087602605, 2.4347169659147285, @@ -331830,33 +233713,33 @@ 3.2956775627031374 ], "relative wind angle": [ - 0.2202422581286477, + 0.22024225812864817, 0.1817678883954617, - 0.006061366831158957, + 0.00606136683119559, 0.18797981990950288, 0.21824218772906975, 0.1320782308011389, - 0.0038524195226803176, - 0.1384980147567373 + 0.0038524195227091365, + 0.13849801475673731 ], "resistance": [ 96500.21629925119, 95536.99649062243, - 95262.70132284245, + 95262.70132284242, 95574.62934636555, 96562.86614591848, 97701.18836249226, - 98338.1241568071, + 98338.12415680705, 97646.8737833566 ], "fuel": [ 41.09656353196305, 40.602588795369, - 40.462551634506106, + 40.46255163450609, 40.621823508760016, 41.128812266977576, 41.717302166695056, - 42.048689019780284, + 42.04868901978027, 41.68911306891869 ] }, @@ -331890,53 +233773,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -71.11299612549556, + -71.11299612549783, -936.7612491429995, - -1201.292892609199, + -1201.292892609226, -948.7132994303454, - -90.99408421862518, + -90.99408421862563, 921.1851433628985, - 1524.2720030679257, + 1524.272003068153, 938.484158157366 ], "relative wind speed": [ - 2.6442115256631276, + 2.644211525663127, 2.18003007351359, - 1.9521599224799047, + 1.9521599224799042, 2.1722394993514604, 2.63512870792324, 3.030383932498861, - 3.181953729524391, + 3.1819537295243907, 3.035973230650798 ], "relative wind angle": [ - 0.23469353146054803, - 0.20233865411584284, - 0.0023921618563310675, + 0.23469353146054897, + 0.20233865411584281, + 0.0023921618563774783, 0.1999713770741135, - 0.23551774667387126, + 0.2355177466738713, 0.14507773667193052, - 0.0014676139641547992, - 0.14261078516749368 + 0.0014676139640035027, + 0.1426107851674937 ], "resistance": [ 96563.38700387451, 95697.738750857, - 95433.2071073908, + 95433.20710739077, 95685.78670056966, 96543.50591578138, 97555.6851433629, - 98158.77200306792, + 98158.77200306815, 97572.98415815737 ], "fuel": [ 40.59488624023113, 40.15058918038831, - 40.01537360656636, + 40.01537360656634, 40.14447426312066, 40.58465091642909, 41.10761693670513, - 41.42102825886501, + 41.42102825886512, 41.11658801041457 ] }, @@ -331970,9 +233853,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -307.7265836165898, + -307.72658361659296, -1177.276844998275, - -1362.8503232258695, + -1362.850323225875, -933.2346659502577, 98.82319936977092, 1182.9233324498327, @@ -331980,9 +233863,9 @@ 831.2907150015753 ], "relative wind speed": [ - 2.8397153970083675, + 2.8397153970083666, 2.399537928356329, - 2.2557552439385145, + 2.255755243938514, 2.5392968244128227, 3.0066823779530454, 3.3684328979926526, @@ -331990,9 +233873,9 @@ 3.264367334634189 ], "relative wind angle": [ - 0.21490675263632322, + 0.21490675263632375, 0.15391691002449379, - 0.037839547807140356, + 0.037839547807146226, 0.19360569173573883, 0.20280107109954826, 0.10943016448978016, @@ -332002,7 +233885,7 @@ "resistance": [ 96326.7734163834, 95457.22315500172, - 95271.64967677412, + 95271.6496767741, 95701.26533404973, 96733.32319936976, 97817.42333244982, @@ -332012,7 +233895,7 @@ "fuel": [ 41.07634102233668, 40.63081315132033, - 40.53609593187653, + 40.536095931876524, 40.75556802366236, 41.285608489481454, 41.84664490872028, @@ -332050,13 +233933,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -275.24240793058016, + -275.24240793058107, -893.5986656970902, -997.4057647568827, -611.0420699689266, 194.28450172649127, 1003.5349642486767, - 1242.0259282507773, + 1242.0259282507745, 591.3968576753664 ], "relative wind speed": [ @@ -332070,14 +233953,14 @@ 2.5572101173750155 ], "relative wind angle": [ - 0.28801496554523925, + 0.2880149655452404, 0.19984372236998788, - 0.08365243398453014, - 0.2759864361027426, - 0.25665680424201087, + 0.08365243398453015, + 0.27598643610274265, + 0.2566568042420109, 0.12361546003826165, - 0.047300843956809654, - 0.20470872085615 + 0.047300843956812, + 0.20470872085614997 ], "resistance": [ 96359.25759206942, @@ -332117,68 +234000,7 @@ "id": "5968", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.573561636913169, - 9.573561636913169, - 9.573561636913169, - 9.573561636913169, - 9.573561636913169, - 9.573561636913169, - 9.573561636913169, - 9.573561636913169 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -403.56425816372894, - -1069.6926095260385, - -1154.1352746453806, - -687.6586718043454, - 233.25472529665922, - 1115.893467117804, - 1311.331919481333, - 565.9881244395733 - ], - "relative wind speed": [ - 2.573448763370857, - 2.1928677797905634, - 2.1223938128007225, - 2.4266114960497283, - 2.854762675031759, - 3.1565233040175515, - 3.204333467639516, - 2.9805813385460183 - ], - "relative wind angle": [ - 0.21211837275541895, - 0.1287701047809786, - 0.06768965767199535, - 0.2010594749760117, - 0.1909432649340214, - 0.08932959278851517, - 0.044815089281287586, - 0.16331500899215184 - ], - "resistance": [ - 96230.93574183626, - 95564.80739047394, - 95480.36472535461, - 95946.84132819565, - 96867.75472529665, - 97750.39346711778, - 97945.83191948132, - 97200.48812443957 - ], - "fuel": [ - 40.60619492453702, - 40.26487893814512, - 40.22172947398526, - 40.46042650647669, - 40.93403690461595, - 41.39092502565099, - 41.49248357342968, - 41.10593222190298 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 25.15625, -38.59375 25.3125, -38.4375 25.3125, -38.4375 25.15625, -38.59375 25.15625))", @@ -332197,68 +234019,7 @@ "id": "5969", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.244580076639971, - 7.244580076639971, - 7.244580076639971, - 7.244580076639971, - 7.244580076639971, - 7.244580076639971, - 7.244580076639971, - 7.244580076639971 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -274.76494262635856, - -784.2845268002542, - -851.9370097723878, - -493.36103716525645, - 208.72297484983756, - 891.3848588116034, - 1046.7063843485707, - 467.27785448624445 - ], - "relative wind speed": [ - 1.9469306508448634, - 1.5453535204103803, - 1.466517405146737, - 1.7936827877113435, - 2.2278189295681425, - 2.523013800813739, - 2.5696386599175822, - 2.3529594554962925 - ], - "relative wind angle": [ - 0.2880665490710543, - 0.18753092362865953, - 0.09949989184706357, - 0.27908988337574264, - 0.250903380529955, - 0.11444082318068129, - 0.056722301416494626, - 0.2115766091099458 - ], - "resistance": [ - 96359.73505737368, - 95850.21547319977, - 95782.56299022764, - 96141.13896283477, - 96843.22297484986, - 97525.88485881164, - 97681.2063843486, - 97101.77785448627 - ], - "fuel": [ - 39.547633710082394, - 39.28616947513335, - 39.25152568591807, - 39.435340976872325, - 39.796632828259746, - 40.14968884625098, - 40.230259497624935, - 39.93014706818627 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 25, -38.75 25.15625, -38.59375 25.15625, -38.59375 25, -38.75 25))", @@ -332290,34 +234051,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -152.3409344972731, + -152.3409344972747, -740.3364648922072, - -883.8811548397725, + -883.8811548397744, -633.914427645401, - 24.806296557665064, + 24.80629655766552, 743.0349725929832, - 1075.563901233828, + 1075.5639012338224, 589.3694330893818 ], "relative wind speed": [ - 2.258130738297157, + 2.2581307382971567, 1.884513911189801, 1.7421664895635645, 1.9628601706807265, 2.3506248325474335, 2.659548618311617, - 2.7548951808141227, + 2.754895180814123, 2.6022627624792887 ], "relative wind angle": [ - 0.22621750395103835, - 0.17311784896514323, - 0.027214759645533132, + 0.22621750395103934, + 0.17311784896514326, + 0.02721475964553721, 0.20088329454261233, - 0.2171704143445976, - 0.12236186444684889, - 0.017209050345589057, - 0.15108126019974716 + 0.2171704143445971, + 0.1223618644468489, + 0.01720905034559551, + 0.15108126019974719 ], "resistance": [ 96482.15906550277, @@ -332373,30 +234134,30 @@ -248.5347071696783, -642.098868055263, -681.5258386482348, - -376.3403411686638, + -376.3403411686634, 193.25523626361837, 730.9503769943515, - 821.485693141078, + 821.4856931410761, 344.27418316017724 ], "relative wind speed": [ 1.7479438466316466, 1.4014841931481412, - 1.3511179783378644, - 1.6494258345066424, + 1.3511179783378642, + 1.6494258345066426, 2.0310308226465748, 2.2839080432175374, - 2.3140600904319792, + 2.3140600904319797, 2.111821088534709 ], "relative wind angle": [ - 0.28004613597607836, + 0.28004613597607875, 0.17070194148684417, - 0.10859874967795476, - 0.2732862802159793, - 0.24017756538548543, + 0.10859874967795374, + 0.27328628021597967, + 0.2401775653854854, 0.10443029454334567, - 0.06332566755426847, + 0.06332566755427199, 0.21239499645793136 ], "resistance": [ @@ -332450,33 +234211,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -352.5380409465754, + -352.5380409465763, -757.0484936357014, - -759.3650330955031, - -360.003912038894, + -759.3650330955036, + -360.00391203889376, 307.6360003873208, 894.4268390488089, - 899.7396375894375, + 899.739637589437, 316.47136818942977 ], "relative wind speed": [ - 1.7905258907575252, + 1.7905258907575248, 1.433904294719038, 1.4310714765703505, - 1.7850460262890122, + 1.7850460262890124, 2.191912309176572, 2.4401600378211055, - 2.441822468063466, + 2.4418224680634664, 2.1963772946883706 ], "relative wind angle": [ - 0.2879728571361705, - 0.14891877602676706, - 0.1456194863468569, - 0.28765017493223316, + 0.2879728571361709, + 0.1489187760267671, + 0.14561948634685842, + 0.28765017493223355, 0.23413424827886378, 0.08729646492052599, - 0.08514431268642472, + 0.08514431268642604, 0.23266266158992174 ], "resistance": [ @@ -332530,7 +234291,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -175.59593804657698, + -175.59593804657788, -705.412659374458, -814.7265054313523, -526.5109464678892, @@ -332540,9 +234301,9 @@ 537.647804513141 ], "relative wind speed": [ - 1.8982869938392477, + 1.8982869938392473, 1.4726574701189392, - 1.3365537833276782, + 1.336553783327678, 1.6372029257237664, 2.0801840147515986, 2.4004039289065933, @@ -332550,14 +234311,14 @@ 2.291337082624219 ], "relative wind angle": [ - 0.3060179250597036, - 0.23104586094448773, - 0.07111358179993318, - 0.2921513937553971, + 0.3060179250597043, + 0.2310458609444877, + 0.07111358179993162, + 0.29215139375539717, 0.278507133007919, 0.14095609846837573, 0.03832159517939066, - 0.20727166119954002 + 0.20727166119954005 ], "resistance": [ 96458.90406195342, @@ -332610,9 +234371,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -282.26402879146417, + -282.2640287914653, -708.3847207225785, - -747.6666987448763, + -747.6666987448768, -410.427628820828, 213.23824614567684, 796.9098556682511, @@ -332620,9 +234381,9 @@ 364.41476353748885 ], "relative wind speed": [ - 1.8635327791755538, + 1.8635327791755536, 1.5136684608825939, - 1.4671432911324414, + 1.4671432911324411, 1.7714244517357565, 2.1610745283406603, 2.4190505010507506, @@ -332630,11 +234391,11 @@ 2.237197565682844 ], "relative wind angle": [ - 0.2670809345756337, + 0.2670809345756346, 0.1587325086170251, - 0.10478418928956872, - 0.2605118512736492, - 0.22959204309520523, + 0.10478418928956977, + 0.2605118512736491, + 0.2295920430952052, 0.09906883690552537, 0.06273748265364461, 0.20539036065805522 @@ -332677,68 +234438,7 @@ "id": "5975", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.789771776552876, - 6.789771776552876, - 6.789771776552876, - 6.789771776552876, - 6.789771776552876, - 6.789771776552876, - 6.789771776552876, - 6.789771776552876 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -224.17118472591278, - -701.8311741426298, - -776.4807864491952, - -464.1241402152432, - 170.7910022713438, - 802.527754993866, - 973.8495183495402, - 455.0627852779239 - ], - "relative wind speed": [ - 1.8409030276556386, - 1.4420649202360372, - 1.3484593052825284, - 1.660816149895624, - 2.0853858661479046, - 2.378698579851128, - 2.432984930072133, - 2.2314676525119106 - ], - "relative wind angle": [ - 0.29976249254587467, - 0.20560890917984825, - 0.09449881026363806, - 0.28965107076093716, - 0.26372049870728675, - 0.12409039990573334, - 0.052321039210644675, - 0.21421150002919226 - ], - "resistance": [ - 96410.3288152741, - 95932.66882585738, - 95858.01921355083, - 96170.37585978478, - 96805.29100227136, - 97437.02775499388, - 97608.34951834955, - 97089.56278527794 - ], - "fuel": [ - 39.3957102788243, - 39.150476822657176, - 39.1122279801856, - 39.272410894564885, - 39.599127430024126, - 39.925697193594004, - 40.014516176099, - 39.745895008247174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 25.15625, -38.125 25.3125, -37.96875 25.3125, -37.96875 25.15625, -38.125 25.15625))", @@ -332770,9 +234470,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -7.6470160174944795, + -7.6470160174962984, -832.1602594994529, - -1113.9479587953906, + -1113.9479587953915, -895.9339086154239, -113.63335898124205, 838.5063425678468, @@ -332780,9 +234480,9 @@ 931.2664515897673 ], "relative wind speed": [ - 2.466092737657364, + 2.4660927376573634, 1.988147485187962, - 1.73081810554216, + 1.7308181055421596, 1.9419611644109525, 2.413484870795034, 2.8202468312939724, @@ -332790,12 +234490,12 @@ 2.8522463863072147 ], "relative wind angle": [ - 0.25714730329388824, - 0.23489964805503563, + 0.2571473032938887, + 0.23489964805503566, 0.01572659700239704, - 0.22023511893473868, + 0.22023511893473866, 0.2628837266351401, - 0.1648202891257664, + 0.16482028912576643, 0.009118348097422289, 0.14929252339358293 ], @@ -332850,9 +234550,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 182.8842129010868, + 182.8842129010859, -629.7268973806429, - -1022.512978605012, + -1022.5129786050124, -926.2628182784538, -310.59779982409646, 557.8734659028128, @@ -332862,7 +234562,7 @@ "relative wind speed": [ 2.554789811144994, 2.123480558235963, - 1.8235070339144002, + 1.8235070339144, 1.9153438254808883, 2.310438025302575, 2.7121772004587417, @@ -332870,14 +234570,14 @@ 2.8629587629036104 ], "relative wind angle": [ - 0.21706650751423986, + 0.2170665075142409, 0.22693024396152628, 0.06884232878548051, 0.15747002987195777, 0.24045337772113062, - 0.1770764028280467, + 0.17707640282804668, 0.042936539166532645, - 0.10510736969273836 + 0.10510736969273834 ], "resistance": [ 96817.38421290107, @@ -332917,68 +234617,7 @@ "id": "5978", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.456285267280652, - 7.456285267280652, - 7.456285267280652, - 7.456285267280652, - 7.456285267280652, - 7.456285267280652, - 7.456285267280652, - 7.456285267280652 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 140.81710576070577, - -584.9217052374668, - -913.8710762832085, - -800.2367249648096, - -216.9440421468155, - 575.9185610678646, - 1151.3794540009853, - 890.1295439676619 - ], - "relative wind speed": [ - 2.2526136737028932, - 1.8003415587214977, - 1.4925029867076403, - 1.620822515859476, - 2.050782573314088, - 2.457386375379794, - 2.6556378444040085, - 2.5793239226675184 - ], - "relative wind angle": [ - 0.2615035773453359, - 0.27330146647635917, - 0.07030102424715848, - 0.20986977000125345, - 0.2879396252427409, - 0.19905597309476614, - 0.03948781410298241, - 0.13129103097494677 - ], - "resistance": [ - 96775.31710576073, - 96049.57829476254, - 95720.62892371681, - 95834.2632750352, - 96417.5559578532, - 97210.41856106788, - 97785.879454001, - 97524.62954396768 - ], - "fuel": [ - 39.849083614754825, - 39.47583434375487, - 39.30730035436031, - 39.36547427985248, - 39.66484123438611, - 40.07379709206675, - 40.37208288783449, - 40.23651324956563 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 25, -37.96875 25.15625, -37.8125 25.15625, -37.8125 25, -37.96875 25))", @@ -333010,9 +234649,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 299.80687723501046, + 299.80687723501, -449.90160255193086, - -880.6235408935222, + -880.6235408935227, -860.1247638697585, -382.7630533368108, 378.91805471656676, @@ -333021,8 +234660,8 @@ ], "relative wind speed": [ 2.404666810564317, - 1.9901936400969118, - 1.6504948052098285, + 1.990193640096912, + 1.6504948052098283, 1.672325843592367, 2.0337156354995796, 2.4408095031818497, @@ -333030,13 +234669,13 @@ 2.6686603434603855 ], "relative wind angle": [ - 0.21711458278149995, - 0.254567526553459, + 0.21711458278150048, + 0.25456752655345943, 0.11585188718342226, - 0.1387991691299751, + 0.13879916912997511, 0.2575419093319864, 0.20680626839653055, - 0.07118988869983545, + 0.07118988869983546, 0.0868089899744771 ], "resistance": [ @@ -333090,19 +234729,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -18.552553416755018, + -18.552553416758656, -758.4057097649538, - -1024.0994721423776, + -1024.0994721423726, -860.534843578836, -189.35052929275162, 644.0354387524549, - 1172.6701714484398, + 1172.6701714484561, 790.1755776535647 ], "relative wind speed": [ 2.881623475928664, 2.538020163397277, - 2.3560728780469002, + 2.3560728780469, 2.4807209609390966, 2.810172353353426, 3.1239840208880683, @@ -333110,13 +234749,13 @@ 3.169676012865121 ], "relative wind angle": [ - 0.1581036204482239, - 0.13691287632173255, - 0.01536026022109749, + 0.15810362044822673, + 0.13691287632173257, + 0.015360260221090263, 0.11929038764199582, 0.16215870042405758, - 0.11111352065520534, - 0.011089438345267122, + 0.11111352065520536, + 0.011089438345257111, 0.09327557214486448 ], "resistance": [ @@ -333126,7 +234765,7 @@ 95773.96515642117, 96445.14947070724, 97278.53543875246, - 97807.17017144844, + 97807.17017144845, 97424.67557765357 ], "fuel": [ @@ -333136,7 +234775,7 @@ 40.68405016201818, 41.02848544868303, 41.45849152356462, - 41.7325932695122, + 41.73259326951221, 41.53416246828576 ] }, @@ -333170,17 +234809,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -203.3250196215463, + -203.32501962154856, -957.1466073410666, - -1145.1574822761731, + -1145.1574822761622, -864.7882601442107, - -48.589637838228555, + -48.589637838226736, 852.2100938203866, 1293.4146349068105, 720.3192014146498 ], "relative wind speed": [ - 3.145316998412532, + 3.1453169984125315, 2.8190383621916943, 2.692300240117689, 2.864733635620494, @@ -333190,19 +234829,19 @@ 3.456391315762274 ], "relative wind angle": [ - 0.1435741802354828, + 0.14357418023548355, 0.1057506094126086, - 0.010854683866801362, + 0.010854683866791134, 0.1185741560781984, - 0.14096342941797693, - 0.08527218882465884, + 0.14096342941797615, + 0.08527218882465883, 0.008135051317138446, 0.09820452794258187 ], "resistance": [ 96431.17498037848, 95677.35339265896, - 95489.34251772385, + 95489.34251772387, 95769.71173985582, 96585.9103621618, 97486.71009382041, @@ -333212,7 +234851,7 @@ "fuel": [ 41.78146973002215, 41.3947821240985, - 41.298667700663, + 41.29866770066301, 41.44204549188739, 41.86110585009847, 42.32648052317306, @@ -333250,34 +234889,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -29.861400542114552, + -29.861400542115916, -752.5657140165326, - -1001.8691598620937, - -829.3543547467298, - -158.07331203538706, + -1001.8691598620997, + -829.3543547467302, + -158.07331203538797, 663.4662865296964, - 1176.001642989328, - 773.5966524903424 + 1176.0016429893108, + 773.5966524903438 ], "relative wind speed": [ - 2.721012928421192, + 2.721012928421191, 2.3606218822939034, 2.17353699100742, - 2.3143033710198364, + 2.314303371019837, 2.6641478572742914, 2.9881531906663774, 3.126872576677354, - 3.0241684921546095 + 3.024168492154609 ], "relative wind angle": [ - 0.1760997973354932, + 0.17609979733549322, 0.15202950183173763, - 0.013291599756378293, - 0.1372527667688451, - 0.1798992067099163, + 0.013291599756386645, + 0.13725276676884673, + 0.1798992067099169, 0.11992748506267492, - 0.00923905384492254, - 0.10489813134150777 + 0.009239053844934555, + 0.10489813134150566 ], "resistance": [ 96604.6385994579, @@ -333286,7 +234925,7 @@ 95805.14564525329, 96476.42668796463, 97297.96628652971, - 97810.50164298934, + 97810.50164298933, 97408.09665249036 ], "fuel": [ @@ -333296,7 +234935,7 @@ 40.369169396483635, 40.71373232736564, 41.137703482272855, - 41.403479266209104, + 41.4034792662091, 41.194729254218544 ] }, @@ -333330,19 +234969,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -142.2714577738161, + -142.27145777381747, -775.2454147461854, - -941.2723645002243, + -941.2723645002352, -721.5407715251413, - -52.43803179608449, + -52.43803179608403, 698.5998790778476, 1087.2796544389303, 621.7739526489172 ], "relative wind speed": [ - 2.7330436136092, + 2.733043613609199, 2.4161649613164524, - 2.285742118366367, + 2.2857421183663664, 2.4472524413734926, 2.771884613450724, 3.0520515368980194, @@ -333350,19 +234989,19 @@ 3.0271813940308196 ], "relative wind angle": [ - 0.15895255058573768, + 0.1589525505857377, 0.12114348468444648, - 0.00860339859770106, + 0.008603398597713965, 0.13105098111617555, - 0.15670668230622814, - 0.09581570872230125, + 0.15670668230622742, + 0.09581570872230126, 0.006241058918640526, 0.10583952907395497 ], "resistance": [ 96492.22854222616, 95859.2545852538, - 95693.22763549976, + 95693.22763549974, 95912.95922847485, 96582.0619682039, 97333.09987907784, @@ -333372,7 +235011,7 @@ "fuel": [ 40.860739892033415, 40.535757335720405, - 40.45076230825535, + 40.450762308255335, 40.56327258432989, 40.906983129087, 41.29476724514876, @@ -333397,68 +235036,7 @@ "id": "5984", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.762260580141886, - 10.762260580141886, - 10.762260580141886, - 10.762260580141886, - 10.762260580141886, - 10.762260580141886, - 10.762260580141886, - 10.762260580141886 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1348.4735886457229, - -1496.5128595497354, - -943.9954561880227, - 227.11390094385888, - 1392.507645729404, - 1735.1022001082142, - 809.7080801735624, - -446.7733534312347 - ], - "relative wind speed": [ - 2.472781170021344, - 2.36263364196566, - 2.694185616207414, - 3.187838347705134, - 3.54853978345194, - 3.6228087975223513, - 3.383510776541778, - 2.9230921946551507 - ], - "relative wind angle": [ - 0.1421608198091174, - 0.05729502563878943, - 0.20243615377175317, - 0.19917963882399867, - 0.09889178433375263, - 0.03735349556040998, - 0.16078686942079531, - 0.2174967496400606 - ], - "resistance": [ - 95286.02641135428, - 95137.98714045026, - 95690.50454381197, - 96861.61390094386, - 98027.0076457294, - 98369.60220010822, - 97444.20808017356, - 96187.72664656877 - ], - "fuel": [ - 40.834323894252925, - 40.75884820618779, - 41.04095703100204, - 41.64266713147566, - 42.24650668461235, - 42.42498054346606, - 41.94390198432328, - 41.295803839141406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 23.59375, -39.84375 23.75, -39.6875 23.75, -39.6875 23.59375, -39.84375 23.59375))", @@ -333477,68 +235055,7 @@ "id": "5985", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.903926470703905, - 9.903926470703905, - 9.903926470703905, - 9.903926470703905, - 9.903926470703905, - 9.903926470703905, - 9.903926470703905, - 9.903926470703905 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1046.776992100768, - -1427.8490354279647, - -1170.8612668741616, - -192.95192017092313, - 1016.7096366771211, - 1790.9997033146656, - 1196.5472732180533, - 13.390524668006037 - ], - "relative wind speed": [ - 2.3590698293937535, - 2.072265011998464, - 2.2831738297291215, - 2.789786397052887, - 3.2401963624062207, - 3.4307143056444356, - 3.294115995247653, - 2.8777030398783414 - ], - "relative wind angle": [ - 0.21893670083331776, - 0.0218517306356854, - 0.19764986164589365, - 0.24597639678972455, - 0.15879604942864073, - 0.013198501479636386, - 0.1365259666387015, - 0.2383135533009878 - ], - "resistance": [ - 95587.72300789924, - 95206.65096457205, - 95463.63873312586, - 96441.5480798291, - 97651.20963667713, - 98425.49970331468, - 97831.04727321806, - 96647.89052466802 - ], - "fuel": [ - 40.46507691641845, - 40.27053024569997, - 40.401669507098646, - 40.90293737086131, - 41.52792276651033, - 41.930826583002236, - 41.62130284150582, - 41.00916136161922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 23.4375, -40 23.59375, -39.84375 23.59375, -39.84375 23.4375, -40 23.4375))", @@ -333557,68 +235074,7 @@ "id": "5986", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.378650584417699, - 10.378650584417699, - 10.378650584417699, - 10.378650584417699, - 10.378650584417699, - 10.378650584417699, - 10.378650584417699, - 10.378650584417699 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1329.294894753265, - -1460.4838858557418, - -895.6178893983679, - 263.66166856407517, - 1402.8568521899397, - 1705.8657582739343, - 776.7953329522879, - -458.4030480635465 - ], - "relative wind speed": [ - 2.348563366567568, - 2.246372386040976, - 2.596890419061087, - 3.10068409208358, - 3.460628889549649, - 3.5278199077052377, - 3.278393257276734, - 2.8066813782594995 - ], - "relative wind angle": [ - 0.14838513498960806, - 0.06709506762238737, - 0.21743084095398177, - 0.20844201454993677, - 0.10050186137955895, - 0.04270434379925857, - 0.17172078544333716, - 0.23065233670260174 - ], - "resistance": [ - 95305.20510524676, - 95174.01611414428, - 95738.88211060165, - 96898.1616685641, - 98037.35685218997, - 98340.36575827397, - 97411.29533295232, - 96176.09695193649 - ], - "fuel": [ - 40.60422730757106, - 40.537329016641486, - 40.82583159320747, - 41.421646774988716, - 42.01201114894974, - 42.16985230600852, - 41.686969998591536, - 41.04995210068432 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 23.4375, -39.84375 23.59375, -39.6875 23.59375, -39.6875 23.4375, -39.84375 23.4375))", @@ -333637,68 +235093,7 @@ "id": "5987", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.284473211274879, - 10.284473211274879, - 10.284473211274879, - 10.284473211274879, - 10.284473211274879, - 10.284473211274879, - 10.284473211274879, - 10.284473211274879 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1210.6968716100246, - -1453.253586239297, - -1048.641239265868, - 32.99141736024967, - 1219.5430800133659, - 1781.2373976215526, - 985.3549379996916, - -236.6931850428291 - ], - "relative wind speed": [ - 2.3895893030924817, - 2.1997782165813886, - 2.4838255938249216, - 2.986958850885591, - 3.388838760007236, - 3.5150164973489657, - 3.320387868644515, - 2.8761853212019597 - ], - "relative wind angle": [ - 0.1787698232924516, - 0.0258402144354448, - 0.20486356661003852, - 0.22202918297812332, - 0.12571741863464161, - 0.016170305962525847, - 0.15277264877412486, - 0.23073242854322823 - ], - "resistance": [ - 95423.80312838999, - 95181.24641376072, - 95585.85876073415, - 96667.49141736026, - 97854.04308001338, - 98415.73739762156, - 97619.85493799971, - 96397.80681495719 - ], - "fuel": [ - 40.60735088822637, - 40.48360514571276, - 40.69014919395901, - 41.24528537332618, - 41.859277350205275, - 42.15175819308992, - 41.73767960402224, - 41.10646529002238 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 23.59375, -39.6875 23.75, -39.53125 23.75, -39.53125 23.59375, -39.6875 23.59375))", @@ -333717,68 +235112,7 @@ "id": "5988", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.536614797966042, - 8.536614797966042, - 8.536614797966042, - 8.536614797966042, - 8.536614797966042, - 8.536614797966042, - 8.536614797966042, - 8.536614797966042 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -837.1569337922458, - -1211.9425685936276, - -1015.2126877694957, - -198.95004471735137, - 851.3816437531541, - 1564.5250421200017, - 1111.523887922519, - 96.86407890742703 - ], - "relative wind speed": [ - 2.0153503546330103, - 1.6913413813729303, - 1.8850261511126676, - 2.394563348042032, - 2.8504550504964814, - 3.053865645125175, - 2.9382660629088133, - 2.5402357014722132 - ], - "relative wind angle": [ - 0.268984053880383, - 0.044824685961661496, - 0.22926945181314135, - 0.2886538632398021, - 0.1890176256291548, - 0.024819769830168186, - 0.14632275192677938, - 0.2716671440186779 - ], - "resistance": [ - 95797.34306620777, - 95422.55743140639, - 95619.28731223052, - 96435.54995528267, - 97485.88164375316, - 98199.02504212002, - 97746.02388792254, - 96731.36407890744 - ], - "fuel": [ - 39.838930667641854, - 39.64729664482778, - 39.7478226773517, - 40.16645911100593, - 40.708790118949274, - 41.079356258565106, - 40.843746915328126, - 40.31878528518908 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 23.59375, -39.53125 23.75, -39.375 23.75, -39.375 23.59375, -39.53125 23.59375))", @@ -333810,9 +235144,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -795.7897302140445, + -795.7897302140459, -1339.768065198342, - -1224.7052314954085, + -1224.705231495409, -420.48928620829156, 735.3487097919083, 1623.2549707075668, @@ -333820,9 +235154,9 @@ 292.57139139798755 ], "relative wind speed": [ - 2.3073076904404326, + 2.307307690440432, 1.9228962276750765, - 2.0257684078850553, + 2.025768407885055, 2.510844681250045, 3.0017089142724074, 3.2613486906463947, @@ -333830,14 +235164,14 @@ 2.833652090681979 ], "relative wind angle": [ - 0.2595618331223458, + 0.25956183312234626, 0.08683409188309546, 0.17682769054724873, 0.2704109126090815, - 0.19858592360260355, - 0.05115550787353837, + 0.19858592360260352, + 0.051155507873538376, 0.11164395897986502, - 0.2389643085557338 + 0.23896430855573383 ], "resistance": [ 95838.71026978591, @@ -333890,33 +235224,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -930.0705531026363, + -930.0705531026374, -1174.3386093969448, - -894.1903018171947, + -894.1903018171952, -30.875712755885615, 968.3833881550595, 1533.1201819828516, - 916.1274849766405, + 916.1274849766392, -90.49664892669807 ], "relative wind speed": [ - 1.9786351226583654, + 1.9786351226583652, 1.7455341044534505, 2.0042981797369817, 2.5015117828222766, 2.907846742778295, 3.0534702091707913, - 2.8902177140842946, + 2.890217714084295, 2.4724498839218034 ], "relative wind angle": [ - 0.2303638804043087, - 0.008628425976611538, - 0.23828368800624672, + 0.2303638804043097, + 0.00862842597661154, + 0.23828368800624766, 0.2645082937961001, 0.15599961776688898, 0.004932448972903088, - 0.16442472775055814, + 0.1644247277505595, 0.2676933784639101 ], "resistance": [ @@ -333970,19 +235304,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -734.9244115432821, + -734.9244115432832, -1099.9171657887018, - -933.6545321016843, + -933.6545321016847, -201.0806403973629, 762.0491492402102, 1435.6883638616673, - 1053.4880276107547, + 1053.4880276107538, 129.0702655577229 ], "relative wind speed": [ - 1.873408472035953, + 1.8734084720359525, 1.535953020610989, - 1.7149002152599557, + 1.7149002152599555, 2.2167729550310606, 2.668871837120056, 2.8763491624878657, @@ -333990,13 +235324,13 @@ 2.3913288882777133 ], "relative wind angle": [ - 0.29175948475471886, - 0.059435900560472266, - 0.24131985046871746, - 0.3074359216093382, + 0.29175948475471963, + 0.05943590056047227, + 0.2413198504687179, + 0.30743592160933825, 0.20330431880220698, 0.03172504882686723, - 0.1483173874945199, + 0.14831738749452067, 0.284342307386064 ], "resistance": [ @@ -334037,68 +235371,7 @@ "id": "5992", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.377736977303814, - 8.377736977303814, - 8.377736977303814, - 8.377736977303814, - 8.377736977303814, - 8.377736977303814, - 8.377736977303814, - 8.377736977303814 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -970.107966962129, - -1168.6625402614316, - -819.1807136741131, - 76.05481247732769, - 1058.4952582617902, - 1515.8764251839357, - 837.9492777978198, - -174.6850512285787 - ], - "relative wind speed": [ - 1.8563762161894977, - 1.6573189130709878, - 1.969023741759954, - 2.4849618454916333, - 2.880021281380931, - 2.9989913733817732, - 2.804211251248152, - 2.3591566000780686 - ], - "relative wind angle": [ - 0.2327962944174671, - 0.03951262382702972, - 0.2677083786624166, - 0.2734707633773661, - 0.14925545964711665, - 0.021831733783120467, - 0.1868235260630468, - 0.28846079564765453 - ], - "resistance": [ - 95664.39203303786, - 95465.83745973856, - 95815.31928632587, - 96710.55481247732, - 97692.99525826177, - 98150.37642518392, - 97472.4492777978, - 96459.81494877141 - ], - "fuel": [ - 39.693659639772406, - 39.59216856593669, - 39.77090416788258, - 40.23082796806656, - 40.738985076414124, - 40.97678597342783, - 40.62459733161849, - 40.10171066773596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 23.28125, -39.84375 23.4375, -39.6875 23.4375, -39.6875 23.28125, -39.84375 23.28125))", @@ -334117,68 +235390,7 @@ "id": "5993", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.651589635335505, - 7.651589635335505, - 7.651589635335505, - 7.651589635335505, - 7.651589635335505, - 7.651589635335505, - 7.651589635335505, - 7.651589635335505 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -674.4813137031006, - -1028.4502470623388, - -881.6732379512737, - -204.1305007233218, - 698.0633396429953, - 1339.2516608953156, - 1002.0282608495245, - 140.0848154151081 - ], - "relative wind speed": [ - 1.814461907777894, - 1.478590489048711, - 1.642902836657506, - 2.128502267038082, - 2.5705255589777747, - 2.777344744505026, - 2.683420193230593, - 2.317186173648708 - ], - "relative wind angle": [ - 0.2961261992626428, - 0.0667789057429307, - 0.2396460378863881, - 0.3104096786038918, - 0.20747078882836792, - 0.035532517197688816, - 0.14583745832170728, - 0.2843948602361797 - ], - "resistance": [ - 95960.01868629687, - 95606.04975293763, - 95752.8267620487, - 96430.36949927665, - 97332.56333964296, - 97973.75166089529, - 97636.52826084949, - 96774.58481541507 - ], - "fuel": [ - 39.51322633345141, - 39.33200825545951, - 39.407095691881906, - 39.754748686729364, - 40.2203237626204, - 40.553048706619336, - 40.377866291388486, - 39.93202287539844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 23.125, -40 23.28125, -39.84375 23.28125, -39.84375 23.125, -40 23.125))", @@ -334197,68 +235409,7 @@ "id": "5994", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.363247837558372, - 8.363247837558372, - 8.363247837558372, - 8.363247837558372, - 8.363247837558372, - 8.363247837558372, - 8.363247837558372, - 8.363247837558372 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -944.4375028079221, - -1178.9937847855092, - -870.9204958427433, - 13.237585477717857, - 1021.763133475275, - 1562.8800723152804, - 914.1917144236354, - -108.89083267442084 - ], - "relative wind speed": [ - 1.8739614625563628, - 1.638497774490214, - 1.9292042185347174, - 2.4526807210012427, - 2.8674782210547205, - 3.008236685229429, - 2.830606647797849, - 2.391342759246016 - ], - "relative wind angle": [ - 0.24894889554266758, - 0.019515715907367146, - 0.2658911188898191, - 0.2830254332579621, - 0.16172242334122897, - 0.010629160126593129, - 0.18006215846367676, - 0.290493476160041 - ], - "resistance": [ - 95690.0624971921, - 95455.50621521453, - 95763.57950415729, - 96647.73758547775, - 97656.26313347531, - 98197.38007231531, - 97548.69171442366, - 96525.6091673256 - ], - "fuel": [ - 39.69983130437017, - 39.57993128060853, - 39.73745372322645, - 40.191498082898626, - 40.712960646246245, - 40.994307655076454, - 40.65716005543673, - 40.12860795835697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 23.125, -39.84375 23.28125, -39.6875 23.28125, -39.6875 23.125, -39.84375 23.125))", @@ -334277,68 +235428,7 @@ "id": "5995", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.643990433100942, - 7.643990433100942, - 7.643990433100942, - 7.643990433100942, - 7.643990433100942, - 7.643990433100942, - 7.643990433100942, - 7.643990433100942 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -721.663763860814, - -1023.4038717902858, - -840.5252486594416, - -132.9692164425453, - 762.2172266423374, - 1357.659629805163, - 936.6230782196028, - 64.49143662554593 - ], - "relative wind speed": [ - 1.7744765094629849, - 1.4721899963628318, - 1.6758403466839191, - 2.1671440005050653, - 2.5933671204331437, - 2.77614418188048, - 2.6581721231714766, - 2.2754794626747428 - ], - "relative wind angle": [ - 0.28638683916937485, - 0.03850131940771669, - 0.2540170668887196, - 0.30570387817654204, - 0.19451291703022303, - 0.020413633766584276, - 0.15909832740920304, - 0.2907132174088637 - ], - "resistance": [ - 95912.83623613918, - 95611.0961282097, - 95793.97475134055, - 96501.53078355743, - 97396.71722664233, - 97992.15962980514, - 97571.12307821959, - 96698.99143662553 - ], - "fuel": [ - 39.485755050760865, - 39.33129971828156, - 39.42487155257371, - 39.78807247343309, - 40.25025676744067, - 40.55933474015903, - 40.34064948565975, - 39.88976497505115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 23.28125, -39.6875 23.4375, -39.53125 23.4375, -39.53125 23.28125, -39.6875 23.28125))", @@ -334370,34 +235460,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -541.6423494434671, + -541.6423494434678, -924.6117054486797, - -837.9635913846745, + -837.9635913846748, -266.5374966909367, - 552.9844248441104, + 552.9844248441095, 1186.938701636585, 988.3572516719069, 225.82254283225643 ], "relative wind speed": [ - 1.7500797490312043, + 1.750079749031204, 1.3830107060128194, - 1.4878542923807445, + 1.4878542923807443, 1.9466477779057874, - 2.3909957196805363, + 2.390995719680536, 2.620481071588514, 2.562406927898838, 2.233876023478972 ], "relative wind angle": [ 0.3168368553472125, - 0.10898949463538062, + 0.10898949463538063, 0.2253872010221355, 0.3245098161416597, - 0.2300712212938887, + 0.2300712212938882, 0.057439127934860355, 0.13013219891961342, - 0.28155290068083194 + 0.2815529006808319 ], "resistance": [ 96092.85765055654, @@ -334450,17 +235540,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -387.02210193920087, + -387.0221019392011, -852.9862350861874, -851.203910625395, -381.46076101246604, 396.8712218584162, 1085.7084954629208, - 1081.6330775037418, + 1081.6330775037409, 390.2203589581286 ], "relative wind speed": [ - 1.7390813961520026, + 1.7390813961520024, 1.2981007582402606, 1.300459159887416, 1.7433299987949828, @@ -334470,13 +235560,13 @@ 2.2191537250804725 ], "relative wind angle": [ - 0.3572215027857496, + 0.35722150278575, 0.19400409048440023, - 0.1967264652562479, + 0.19672646525624848, 0.35730799999251905, - 0.2771512100873898, + 0.27715121008738974, 0.10004115380791823, - 0.10166641604117325, + 0.10166641604117435, 0.27834061918413816 ], "resistance": [ @@ -334517,68 +235607,7 @@ "id": "5998", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8066366092497095, - 6.8066366092497095, - 6.8066366092497095, - 6.8066366092497095, - 6.8066366092497095, - 6.8066366092497095, - 6.8066366092497095, - 6.8066366092497095 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -589.9760028501603, - -869.7438483425132, - -724.1552106328065, - -128.2142586870798, - 644.6068775513099, - 1177.3490370539985, - 842.7423653566789, - 94.78703447077328 - ], - "relative wind speed": [ - 1.5760577274592351, - 1.2618114380593701, - 1.448481368521664, - 1.9249367360192913, - 2.339335998790114, - 2.5227530141299703, - 2.420403396247186, - 2.061812173269598 - ], - "relative wind angle": [ - 0.3209493252948378, - 0.05721323433371427, - 0.27630918281176475, - 0.3339700171523089, - 0.2141703808229668, - 0.028604772228930573, - 0.16399423894285392, - 0.31102560109997357 - ], - "resistance": [ - 96044.52399714984, - 95764.7561516575, - 95910.3447893672, - 96506.28574131292, - 97279.10687755131, - 97811.849037054, - 97477.24236535668, - 96729.28703447078 - ], - "fuel": [ - 39.2141826967441, - 39.07082604237887, - 39.145391193857094, - 39.451432435263555, - 39.85027731577288, - 40.126514002542436, - 39.95289089165871, - 39.566292943288246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 23.125, -39.53125 23.28125, -39.375 23.28125, -39.375 23.125, -39.53125 23.125))", @@ -334610,19 +235639,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -492.3395266032437, + -492.3395266032444, -792.534260557418, - -687.9607558431385, + -687.9607558431388, -165.83306874967298, - 550.291324789443, + 550.2913247894423, 1080.6316094040112, - 840.8267987721879, + 840.8267987721874, 159.5422049749302 ], "relative wind speed": [ - 1.4897334191235303, + 1.4897334191235299, 1.1377595421507798, - 1.2862928470474366, + 1.2862928470474364, 1.7574269029361231, 2.180935372392252, 2.3835452550455303, @@ -334630,13 +235659,13 @@ 1.9716073238455878 ], "relative wind angle": [ - 0.3579166817395824, + 0.35791668173958274, 0.10008183022762251, - 0.2845719953089665, - 0.3632164545434646, - 0.2416406315620451, + 0.28457199530896693, + 0.36321645454346463, + 0.24164063156204554, 0.0477113663344737, - 0.15719485053828566, + 0.15719485053828638, 0.32223516235718147 ], "resistance": [ @@ -334690,34 +235719,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1202.6498259492987, + -1202.6498259493005, -1499.4840608851905, - -1154.0133938667736, - -71.78258231356313, + -1154.0133938667745, + -71.78258231356267, 1171.1310379396946, 1860.3030671961278, - 1100.932231481892, + 1100.9322314818937, -152.74968302293746 ], "relative wind speed": [ - 2.517991636462944, + 2.5179916364629435, 2.2953413673256304, 2.545192121808716, - 3.0430343714220136, + 3.043034371422013, 3.4619456242599065, 3.613413537650147, 3.4419974505674014, 3.0108622022560048 ], "relative wind angle": [ - 0.1814402083546653, - 0.007180470948597706, - 0.188795252309931, - 0.21830540692569803, - 0.13162453179869607, + 0.18144020835466593, + 0.007180470948597705, + 0.1887952523099322, + 0.2183054069256975, + 0.1316245317986961, 0.004561212646361395, - 0.13922653657644646, - 0.2206764828082134 + 0.13922653657644563, + 0.22067648280821342 ], "resistance": [ 95431.85017405075, @@ -334726,7 +235755,7 @@ 96562.71741768648, 97805.63103793973, 98494.80306719618, - 97735.43223148193, + 97735.43223148194, 96481.75031697711 ], "fuel": [ @@ -334736,7 +235765,7 @@ 41.40831964411157, 42.051122391712084, 42.41002168431274, - 42.014664222110824, + 42.01466422211084, 41.366644986702674 ] }, @@ -334770,9 +235799,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1035.336063709819, + -1035.33606370982, -1268.0327384587642, - -937.427225981415, + -937.4272259814163, -0.06795489723117498, 1051.539554161935, 1590.0570322025542, @@ -334780,9 +235809,9 @@ -162.89846073424042 ], "relative wind speed": [ - 2.1702037050355845, + 2.170203705035584, 1.9690125988722111, - 2.233316550150576, + 2.2333165501505756, 2.7186820871471267, 3.1112126377638356, 3.2422858578808382, @@ -334790,14 +235819,14 @@ 2.6454103477073123 ], "relative wind angle": [ - 0.1964277704979095, - 0.019155048775048717, - 0.2151906076653504, - 0.2363926564320184, + 0.19642777049791005, + 0.019155048775048714, + 0.21519060766535092, + 0.23639265643201837, 0.13656141260971194, - 0.011632249014085886, - 0.15616346735864112, - 0.24307035723992265 + 0.011632249014085884, + 0.15616346735864114, + 0.24307035723992262 ], "resistance": [ 95599.16393629022, @@ -334850,20 +235879,20 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -929.2387986912033, + -929.238798691204, -1106.0873486037972, - -755.608504374791, - 103.375756193082, - 1033.1948978125588, + -755.6085043747914, + 103.37575619308154, + 1033.1948978125574, 1440.092943070968, - 778.9628862654731, + 778.9628862654736, -185.07144515797836 ], "relative wind speed": [ - 1.7569639745785202, + 1.7569639745785197, 1.5704556632799638, 1.8929707498556274, - 2.404915072765937, + 2.4049150727659367, 2.788955463289897, 2.898079362932148, 2.698491564628717, @@ -334872,12 +235901,12 @@ "relative wind angle": [ 0.23794172364489727, 0.0500744692476703, - 0.28118483891298324, - 0.27984905214525874, - 0.1490373282863363, + 0.281184838912984, + 0.2798490521452579, + 0.14903732828633706, 0.027127109218732286, - 0.19591078539695836, - 0.29911357993870297 + 0.19591078539695778, + 0.2991135799387029 ], "resistance": [ 95705.26120130882, @@ -334930,19 +235959,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -878.4446559323223, + -878.4446559323233, -1010.7843025802753, - -645.1452284825255, - 165.19568740826844, + -645.1452284825259, + 165.195687408268, 1009.6468486360159, 1313.4680866341605, - 667.1234791982183, + 667.1234791982179, -222.4081017201613 ], "relative wind speed": [ - 1.6044313354605118, + 1.6044313354605113, 1.4535065678207442, - 1.8006692047208177, + 1.8006692047208175, 2.302521477458627, 2.661582088485934, 2.7469142289592345, @@ -334950,13 +235979,13 @@ 2.087250337117828 ], "relative wind angle": [ - 0.23805778291103896, + 0.2380577829110399, 0.07759174772011619, - 0.3032284996554254, - 0.28516455358579523, - 0.14263544721816876, - 0.04102734500954156, - 0.21390416639590315, + 0.30322849965542575, + 0.2851645535857953, + 0.1426354472181688, + 0.04102734500954157, + 0.21390416639590368, 0.31553927886292765 ], "resistance": [ @@ -335010,9 +236039,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -999.8372359393952, + -999.8372359393954, -1173.1122657526262, - -799.3517760887253, + -799.3517760887255, 103.03309008489305, 1064.8644626922396, 1464.4134676847011, @@ -335020,7 +236049,7 @@ -230.21907448949787 ], "relative wind speed": [ - 1.9613263215639967, + 1.9613263215639964, 1.7978083776830118, 2.1016772657706486, 2.589880446965864, @@ -335030,12 +236059,12 @@ 2.429203686649244 ], "relative wind angle": [ - 0.19943326155232838, + 0.1994332615523284, 0.046195906838283486, - 0.24313740255682648, + 0.24313740255682695, 0.2467297676502916, - 0.1316514145257409, - 0.027116127190079255, + 0.13165141452574092, + 0.02711612719007925, 0.17772078232336994, 0.2634247094159333 ], @@ -335090,34 +236119,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -790.1348423641293, + -790.13484236413, -1039.8947564823159, - -832.4892624265058, + -832.4892624265065, -100.21795469496146, 780.8301548299128, 1322.454622160546, 842.2414301508143, - -29.792912262608752 + -29.792912262609207 ], "relative wind speed": [ - 1.9891725176261283, + 1.9891725176261281, 1.759093276722921, - 1.9587011317796956, + 1.9587011317796954, 2.3975815992542437, 2.776709140424423, 2.927885209359107, 2.7982871246104364, - 2.4328015599947865 + 2.432801559994787 ], "relative wind angle": [ - 0.21587086821597898, + 0.21587086821598, 0.010317636384732315, - 0.2058775960935029, - 0.24623238897560243, + 0.20587759609350398, + 0.2462323889756024, 0.15405543509920602, - 0.006198835581675352, + 0.006198835581675351, 0.1435839709434763, - 0.24259547230774672 + 0.2425954723077472 ], "resistance": [ 95844.3651576359, @@ -335170,19 +236199,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -707.7798353242883, + -707.7798353242893, -949.9474338869928, - -751.362549024783, + -751.3625490247832, -67.08626880300221, - 764.517613206968, + 764.5176132069685, 1286.5951643859296, 828.5320859394772, 5.317196121957068 ], "relative wind speed": [ - 1.6710026711201345, + 1.671002671120134, 1.4035343420495894, - 1.6332094598553912, + 1.633209459855391, 2.115674398154212, 2.5172423079838477, 2.6756027572645933, @@ -335190,13 +236219,13 @@ 2.157007326132501 ], "relative wind angle": [ - 0.28204855769513076, + 0.2820485576951316, 0.01542480549114557, - 0.2692606671532434, - 0.305372324058083, - 0.1858253076731054, + 0.2692606671532435, + 0.30537232405808307, + 0.18582530767310482, 0.008091119619465037, - 0.17176274609697006, + 0.17176274609697004, 0.2993374908106482 ], "resistance": [ @@ -335204,7 +236233,7 @@ 95684.552566113, 95883.1374509752, 96567.41373119698, - 97399.01761320695, + 97399.01761320696, 97921.09516438592, 97463.03208593946, 96639.81719612195 @@ -335250,34 +236279,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -427.7856235162303, + -427.7856235162319, -953.271946831378, - -972.0336170604287, + -972.0336170604296, -488.9745548380456, 344.57394844585406, 1090.1863757688452, 1133.3007185053784, - 416.75294512530627 + 416.7529451253058 ], "relative wind speed": [ - 2.1068194771733584, + 2.106819477173358, 1.7204983529844153, - 1.7011462515707052, + 1.7011462515707048, 2.068532985433628, 2.5107034304775184, 2.7896604529201245, 2.8015034278000694, - 2.542339732093577 + 2.5423397320935774 ], "relative wind angle": [ - 0.265442631912824, + 0.26544263191282486, 0.14212723696887852, 0.12260173680897757, 0.2630740828062719, 0.22195359262614978, - 0.08747240691123792, + 0.08747240691123791, 0.07432904455045772, - 0.2131968943889275 + 0.21319689438892855 ], "resistance": [ 96206.7143764838, @@ -335330,9 +236359,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -624.5350548180838, + -624.5350548180843, -933.9198204017052, - -794.889296546072, + -794.8892965460723, -176.16811255501602, 637.7550606285174, 1206.804969184381, @@ -335340,7 +236369,7 @@ 106.84261268436444 ], "relative wind speed": [ - 1.7554075546289063, + 1.755407554628906, 1.451503080142858, 1.6107653479291306, 2.0637046411863986, @@ -335350,13 +236379,13 @@ 2.224285108640493 ], "relative wind angle": [ - 0.28197142661316665, - 0.05771116874617299, - 0.23180063782005245, + 0.28197142661316743, + 0.057711168746173, + 0.2318006378200534, 0.2985664336268275, - 0.19866669991907907, + 0.1986666999190791, 0.03142646721777487, - 0.144411857953522, + 0.14441185795352196, 0.27642115441173915 ], "resistance": [ @@ -335410,9 +236439,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -524.7017164474455, + -524.7017164474464, -1046.3517694852899, - -1035.5131924528794, + -1035.5131924528796, -488.61606839130945, 404.9805990185755, 1166.3475440242241, @@ -335422,7 +236451,7 @@ "relative wind speed": [ 2.3165717470000278, 1.9704657771684488, - 1.9802770068615096, + 1.9802770068615094, 2.336682166629851, 2.7563040166092594, 3.0134666269900916, @@ -335430,12 +236459,12 @@ 2.7392759888571145 ], "relative wind angle": [ - 0.224434482546547, - 0.10460696056448669, + 0.22443448254654802, + 0.1046069605644867, 0.11365906627646905, - 0.2258962776367732, + 0.22589627763677322, 0.1881575815610676, - 0.0683295802566127, + 0.06832958025661272, 0.07475868452844281, 0.19224337877575895 ], @@ -335490,19 +236519,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -617.7830468299962, + -617.7830468299976, -987.742510074901, -886.0996059196439, -281.99286537358967, 559.2798830783518, 1182.158247719336, - 947.7834377573954, + 947.7834377573968, 164.35941792459425 ], "relative wind speed": [ - 2.044876179525335, + 2.044876179525334, 1.7488323658991412, - 1.8493754685106891, + 1.849375468510689, 2.2483150694813747, 2.646696896691213, 2.8509837615336635, @@ -335510,13 +236539,13 @@ 2.4762072612945762 ], "relative wind angle": [ - 0.23346303478385402, + 0.23346303478385405, 0.06706461329184972, - 0.1669585758630508, - 0.24797813682659156, + 0.16695857586305077, + 0.2479781368265916, 0.17970851757303935, 0.04111910492804585, - 0.11050719127230887, + 0.11050719127230788, 0.22474267555706506 ], "resistance": [ @@ -335526,7 +236555,7 @@ 96352.50713462643, 97193.77988307837, 97816.65824771934, - 97582.2834377574, + 97582.28343775742, 96798.85941792461 ], "fuel": [ @@ -335536,7 +236565,7 @@ 39.99426942871969, 40.42806721818755, 40.75094788800887, - 40.6292859034867, + 40.62928590348672, 40.22410063301815 ] }, @@ -335557,68 +236586,7 @@ "id": "6011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.155145435914983, - 9.155145435914983, - 9.155145435914983, - 9.155145435914983, - 9.155145435914983, - 9.155145435914983, - 9.155145435914983, - 9.155145435914983 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -476.8158602787057, - -1013.581745866046, - -1028.4611857046925, - -526.8436544599185, - 335.10345838362537, - 1093.6882426315133, - 1128.108950161089, - 393.6996145022499 - ], - "relative wind speed": [ - 2.403982796199238, - 2.067610391932729, - 2.054617650946337, - 2.3769371722141406, - 2.7791039856243747, - 3.037686539869935, - 3.0464895463065274, - 2.8022708517703703 - ], - "relative wind angle": [ - 0.2084078160259858, - 0.10492973526291748, - 0.09316104771597195, - 0.2062863978436528, - 0.17994443890570905, - 0.07135027262960902, - 0.06278018935630744, - 0.17462365447396627 - ], - "resistance": [ - 96157.68413972131, - 95620.91825413397, - 95606.03881429532, - 96107.65634554009, - 96969.60345838364, - 97728.18824263153, - 97762.6089501611, - 97028.19961450227 - ], - "fuel": [ - 40.34018100193965, - 40.065165872152406, - 40.057557575933345, - 40.314503665469616, - 40.75820991400326, - 41.150995290660624, - 41.16886867172764, - 40.788473932314346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 22.96875, -39.6875 23.125, -39.53125 23.125, -39.53125 22.96875, -39.6875 22.96875))", @@ -335637,68 +236605,7 @@ "id": "6012", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.278938538179052, - 8.278938538179052, - 8.278938538179052, - 8.278938538179052, - 8.278938538179052, - 8.278938538179052, - 8.278938538179052, - 8.278938538179052 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -957.9909109934792, - -1135.6464864691343, - -775.8813814495038, - 103.03570440064095, - 1050.3571544117594, - 1459.3448507927264, - 784.3812568748308, - -199.52023900577706 - ], - "relative wind speed": [ - 1.8247205499854864, - 1.644415856601354, - 1.9619811505130489, - 2.468708784769363, - 2.850330226785418, - 2.9580202801576565, - 2.757647086248971, - 2.3150517107115602 - ], - "relative wind angle": [ - 0.22563213286641337, - 0.04861260579917663, - 0.2688979415743687, - 0.26947531357679033, - 0.1437165991360366, - 0.027017252335860564, - 0.1901594065081461, - 0.2878547950981841 - ], - "resistance": [ - 95676.50908900655, - 95498.85351353089, - 95858.61861855052, - 96737.53570440067, - 97684.85715441179, - 98093.84485079275, - 97418.88125687485, - 96434.97976099425 - ], - "fuel": [ - 39.652670251880124, - 39.5618467726903, - 39.745892636818375, - 40.197547826665335, - 40.687573210179394, - 40.90016424091391, - 40.54965345062422, - 40.04174687467954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 22.96875, -39.53125 23.125, -39.375 23.125, -39.375 22.96875, -39.53125 22.96875))", @@ -335730,17 +236637,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -728.3961072638444, + -728.3961072638454, -1057.4306242214716, - -887.4656354933466, + -887.465635493347, -176.92749175683412, - 739.275995730352, + 739.2759957303515, 1362.9982942117758, 971.6440100390842, 87.34604244431102 ], "relative wind speed": [ - 1.8863736587050446, + 1.8863736587050444, 1.582986584771582, 1.761914077600495, 2.236805663468401, @@ -335750,11 +236657,11 @@ 2.37601421650803 ], "relative wind angle": [ - 0.26864151952146853, - 0.045759615941212514, - 0.22802011150624368, - 0.288154977758842, - 0.18915771127325787, + 0.26864151952146936, + 0.04575961594121251, + 0.22802011150624468, + 0.2881549777588421, + 0.18915771127325845, 0.02537845561038468, 0.14551551463630097, 0.2708325019347993 @@ -335762,7 +236669,7 @@ "resistance": [ 95906.10389273615, 95577.06937577853, - 95747.03436450666, + 95747.03436450665, 96457.57250824316, 97373.77599573035, 97997.49829421178, @@ -335772,7 +236679,7 @@ "fuel": [ 39.63189112997855, 39.46348923234658, - 39.550428061561995, + 39.55042806156199, 39.91503958698887, 40.38796093194931, 40.71169780303504, @@ -335797,68 +236704,7 @@ "id": "6014", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.654426702172383, - 10.654426702172383, - 10.654426702172383, - 10.654426702172383, - 10.654426702172383, - 10.654426702172383, - 10.654426702172383, - 10.654426702172383 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1146.1945880313187, - -1564.884692354994, - -1291.245659104603, - -230.0265313395853, - 1085.9624123179847, - 1929.4689341492267, - 1295.6239439625851, - 11.342251078947356 - ], - "relative wind speed": [ - 2.562748747615715, - 2.274560188428189, - 2.481240800185396, - 2.9900984206556473, - 3.4489295252353376, - 3.645431656561879, - 3.5080251003864413, - 3.0857912191589643 - ], - "relative wind angle": [ - 0.2041168120046886, - 0.021594220329916668, - 0.18237757906240265, - 0.23132612475692885, - 0.1511946702564671, - 0.013473033417750888, - 0.1286369833965383, - 0.22402797183613743 - ], - "resistance": [ - 95488.30541196873, - 95069.61530764504, - 95343.25434089544, - 96404.47346866046, - 97720.46241231803, - 98563.96893414928, - 97930.12394396262, - 96645.842251079 - ], - "fuel": [ - 40.869174107388474, - 40.655606682352065, - 40.795111925049355, - 41.33877277051658, - 42.01877220530274, - 42.4580189726823, - 42.127703897369464, - 41.46301056415859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 22.8125, -39.53125 22.96875, -39.375 22.96875, -39.375 22.8125, -39.53125 22.8125))", @@ -335890,9 +236736,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -936.6073032642539, + -936.6073032642555, -1257.5895820683184, - -1012.351159484778, + -1012.3511594847785, -129.63552135357077, 946.9277357545361, 1623.813625524192, @@ -335900,7 +236746,7 @@ -3.764166100379498 ], "relative wind speed": [ - 2.1004755208508072, + 2.100475520850807, 1.8234249053523226, 2.048494053861883, 2.5526187775222073, @@ -335910,12 +236756,12 @@ 2.611678653775134 ], "relative wind angle": [ - 0.2382312287930975, + 0.2382312287930989, 0.016770729872216745, - 0.22269802923419504, - 0.26575619644051535, + 0.22269802923419604, + 0.2657561964405153, 0.1666925038713982, - 0.009664270765665216, + 0.009664270765665218, 0.15021289699330373, 0.25960596178583834 ], @@ -335957,68 +236803,7 @@ "id": "6016", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.705032033994597, - 9.705032033994597, - 9.705032033994597, - 9.705032033994597, - 9.705032033994597, - 9.705032033994597, - 9.705032033994597, - 9.705032033994597 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1304.0738125111127, - -1320.0781140112342, - -658.0435462035289, - 470.2173395257987, - 1466.2614985099776, - 1503.110805667638, - 532.2544237066586, - -605.318547707519 - ], - "relative wind speed": [ - 2.107466674670251, - 2.0939364421933577, - 2.504477623358765, - 2.9998434481772516, - 3.3116901099593723, - 3.3202616380795993, - 3.0226311391474208, - 2.5317279584656047 - ], - "relative wind angle": [ - 0.12635638766922666, - 0.11493168403986699, - 0.24405443166893248, - 0.20672069559218315, - 0.08028207296868645, - 0.07238586115482089, - 0.20157840183232936, - 0.24566606812680647 - ], - "resistance": [ - 95330.42618748889, - 95314.42188598876, - 95976.45645379648, - 97104.7173395258, - 98100.76149850998, - 98137.61080566763, - 97166.75442370666, - 96029.18145229248 - ], - "fuel": [ - 40.219324327768284, - 40.21115818972127, - 40.549754714103045, - 41.130560055099345, - 41.647239647966856, - 41.666425362644006, - 41.16263284735997, - 40.57679094566675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 22.65625, -39.84375 22.8125, -39.6875 22.8125, -39.6875 22.65625, -39.84375 22.65625))", @@ -336037,68 +236822,7 @@ "id": "6017", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.999634380776081, - 9.999634380776081, - 9.999634380776081, - 9.999634380776081, - 9.999634380776081, - 9.999634380776081, - 9.999634380776081, - 9.999634380776081 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1275.5874226074338, - -1425.4313231704568, - -898.0529764446273, - 226.2639744537496, - 1355.7879808779621, - 1701.4869949071867, - 809.5018370612083, - -401.8712216342187 - ], - "relative wind speed": [ - 2.2469281375101766, - 2.1247461912779055, - 2.473752782720822, - 2.9871847916572962, - 3.3591021134676455, - 3.4376891491942354, - 3.1957472105626166, - 2.721944173624637 - ], - "relative wind angle": [ - 0.16470730755841786, - 0.06418878234032098, - 0.2288373797318558, - 0.22185814962171047, - 0.1098975443705012, - 0.039656571077013966, - 0.17651080101061148, - 0.2438955643950582 - ], - "resistance": [ - 95358.91257739253, - 95209.06867682951, - 95736.44702355535, - 96860.76397445372, - 97990.28798087794, - 98335.98699490716, - 97444.00183706118, - 96232.62877836575 - ], - "fuel": [ - 40.40414637722427, - 40.327710488259186, - 40.597098433240404, - 41.17486115604473, - 41.76003613517551, - 41.94008201720318, - 41.476427684311545, - 40.85149588412436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-40 22.5, -40 22.65625, -39.84375 22.65625, -39.84375 22.5, -40 22.5))", @@ -336117,68 +236841,7 @@ "id": "6018", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.034409674795352, - 10.034409674795352, - 10.034409674795352, - 10.034409674795352, - 10.034409674795352, - 10.034409674795352, - 10.034409674795352, - 10.034409674795352 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1380.8635442040174, - -1405.7650098680272, - -712.5698794407804, - 482.18316093275234, - 1544.791414172424, - 1602.1398664796725, - 578.7881585715008, - -630.4445573008488 - ], - "relative wind speed": [ - 2.1868701064503466, - 2.166538905012134, - 2.5838477652172815, - 3.093264585307446, - 3.4169922935664307, - 3.4299192949466533, - 3.1276137745828185, - 2.624871692494945 - ], - "relative wind angle": [ - 0.12772269758521715, - 0.11110729042278746, - 0.24163146343085196, - 0.2064766323214179, - 0.08161083955887222, - 0.07009498159888194, - 0.19899538630476393, - 0.24401018586472398 - ], - "resistance": [ - 95253.63645579603, - 95228.73499013201, - 95921.93012055926, - 97116.6831609328, - 98179.29141417246, - 98236.63986647972, - 97213.28815857155, - 96004.0554426992 - ], - "fuel": [ - 40.370913875276926, - 40.35821551829209, - 40.71256822892239, - 41.32750774794606, - 41.878895151546345, - 41.90877275973196, - 41.37746245404711, - 40.75466813592634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.84375 22.5, -39.84375 22.65625, -39.6875 22.65625, -39.6875 22.5, -39.84375 22.5))", @@ -336197,68 +236860,7 @@ "id": "6019", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.618905147607782, - 11.618905147607782, - 11.618905147607782, - 11.618905147607782, - 11.618905147607782, - 11.618905147607782, - 11.618905147607782, - 11.618905147607782 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1462.8918224430854, - -1756.948095794443, - -1279.3379109494012, - 18.301239926918242, - 1444.5240139881862, - 2126.6570317713868, - 1179.8660652764893, - -287.3858045114839 - ], - "relative wind speed": [ - 2.731109794422019, - 2.5293357764988307, - 2.824599718539144, - 3.3578873850080946, - 3.7891038652364317, - 3.9266689878904493, - 3.7199334995085778, - 3.2466692348222117 - ], - "relative wind angle": [ - 0.1669633339535033, - 0.022497094811580073, - 0.19032251228001593, - 0.20963329038022782, - 0.12007378023174851, - 0.01449062765786764, - 0.14414240882396137, - 0.21692730692589474 - ], - "resistance": [ - 95171.60817755695, - 94877.55190420558, - 95355.16208905063, - 96652.80123992695, - 98079.02401398821, - 98761.15703177142, - 97814.36606527652, - 96347.11419548854 - ], - "fuel": [ - 41.34665923060719, - 41.19694396072082, - 41.44027663825547, - 42.10568336335457, - 42.84425335313946, - 43.2001719542805, - 42.70662817947847, - 41.94836821747413 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 22.65625, -39.6875 22.8125, -39.53125 22.8125, -39.53125 22.65625, -39.6875 22.65625))", @@ -336277,68 +236879,7 @@ "id": "6020", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.729731920884783, - 10.729731920884783, - 10.729731920884783, - 10.729731920884783, - 10.729731920884783, - 10.729731920884783, - 10.729731920884783, - 10.729731920884783 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1177.5721068096882, - -1654.9980823829824, - -1384.4172071959306, - -278.18015921272627, - 1122.4669679996991, - 2047.625675746523, - 1422.0099762774812, - 65.85432580406041 - ], - "relative wind speed": [ - 2.5805544437234125, - 2.259414403979661, - 2.464195776592811, - 2.999091166382077, - 3.487116051235635, - 3.7032804569590847, - 3.5702911318865875, - 3.1344364353955 - ], - "relative wind angle": [ - 0.21869588772735815, - 0.03082333115776827, - 0.1883511544176498, - 0.24317667114490907, - 0.16125141361988593, - 0.01880380264663185, - 0.12959411739140905, - 0.23247827632673648 - ], - "resistance": [ - 95456.92789319032, - 94979.50191761703, - 95250.08279280408, - 96356.31984078728, - 97756.96696799972, - 98682.12567574653, - 98056.50997627749, - 96700.35432580407 - ], - "fuel": [ - 40.90083983895605, - 40.65742005921745, - 40.79527393782979, - 41.36170651845458, - 42.0854202778165, - 42.567452740570545, - 42.24114154706649, - 41.53879266556893 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 22.65625, -39.53125 22.8125, -39.375 22.8125, -39.375 22.65625, -39.53125 22.65625))", @@ -336357,68 +236898,7 @@ "id": "6021", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.095979621563648, - 10.095979621563648, - 10.095979621563648, - 10.095979621563648, - 10.095979621563648, - 10.095979621563648, - 10.095979621563648, - 10.095979621563648 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1060.3398395945942, - -1552.578391318702, - -1322.589742608976, - -303.9381959346797, - 1022.842979362566, - 1934.2037044270814, - 1403.7515214250739, - 132.0094750210178 - ], - "relative wind speed": [ - 2.4288467016119593, - 2.082556935344293, - 2.270152676841527, - 2.8054628620944193, - 3.3009893838630977, - 3.5297002455389257, - 3.4120718099327, - 2.9875082161756734 - ], - "relative wind angle": [ - 0.24045876166011668, - 0.04515703126468941, - 0.19751304776272666, - 0.26102446500529747, - 0.1761372653525563, - 0.026637176668124887, - 0.13093231740911093, - 0.24478196339315045 - ], - "resistance": [ - 95574.16016040544, - 95081.92160868134, - 95311.91025739106, - 96330.56180406536, - 97657.34297936261, - 98568.70370442713, - 98038.25152142512, - 96766.50947502106 - ], - "fuel": [ - 40.571020814139054, - 40.3198475518375, - 40.4370910340326, - 40.95874509309273, - 41.64398284083842, - 42.11846494263246, - 41.841919482884045, - 41.183174821208475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.6875 22.5, -39.6875 22.65625, -39.53125 22.65625, -39.53125 22.5, -39.6875 22.5))", @@ -336437,68 +236917,7 @@ "id": "6022", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.260810011112607, - 11.260810011112607, - 11.260810011112607, - 11.260810011112607, - 11.260810011112607, - 11.260810011112607, - 11.260810011112607, - 11.260810011112607 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1379.293507387034, - -1715.8385561207597, - -1312.0290826815672, - -68.26873580298798, - 1355.3589167590007, - 2136.177093131446, - 1258.1912219874466, - -180.21654902746468 - ], - "relative wind speed": [ - 2.6535753462942524, - 2.4142921684496463, - 2.689244866152338, - 3.2294213250818307, - 3.680672105135591, - 3.8418748794496973, - 3.6546916851982494, - 3.1874201431707485 - ], - "relative wind angle": [ - 0.18553368076602528, - 0.008922186329056834, - 0.19457742816308674, - 0.2228737083849487, - 0.13338937349511312, - 0.005606791559256383, - 0.14275927772365601, - 0.22586118228121665 - ], - "resistance": [ - 95255.20649261301, - 94918.66144387929, - 95322.47091731848, - 96566.23126419705, - 97989.85891675904, - 98770.6770931315, - 97892.6912219875, - 96454.28345097258 - ], - "fuel": [ - 41.1448457000223, - 40.97341968740131, - 41.17915872782087, - 41.81666136617996, - 42.5534220031017, - 42.96071615416378, - 42.50289564525462, - 41.759045584210114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.53125 22.5, -39.53125 22.65625, -39.375 22.65625, -39.375 22.5, -39.53125 22.5))", @@ -336517,68 +236936,7 @@ "id": "6023", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.963262930804476, - 9.963262930804476, - 9.963262930804476, - 9.963262930804476, - 9.963262930804476, - 9.963262930804476, - 9.963262930804476, - 9.963262930804476 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1139.740108734074, - -1477.0150679793985, - -1167.300008290827, - -111.39428833687862, - 1143.350512444208, - 1900.514904611222, - 1183.3554910703288, - -65.57854148340857 - ], - "relative wind speed": [ - 2.3305465172829876, - 2.060605340569787, - 2.3136791209927514, - 2.846756366991829, - 3.2996030643641285, - 3.4745838717746156, - 3.31145230626431, - 2.866148223412824 - ], - "relative wind angle": [ - 0.21929759470213067, - 0.004856504714168618, - 0.21465789783641429, - 0.2509773382615954, - 0.15426495475291652, - 0.0028801474988564787, - 0.14938521084036122, - 0.2492430788814625 - ], - "resistance": [ - 95494.75989126595, - 95157.48493202061, - 95467.19999170919, - 96523.10571166314, - 97777.85051244422, - 98535.01490461123, - 97817.85549107034, - 96568.9214585166 - ], - "fuel": [ - 40.452182145281355, - 40.28008415267237, - 40.43810354415679, - 40.97951889276145, - 41.62828309466813, - 42.022608200967, - 41.64906398643423, - 41.00310481568746 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 22.96875, -39.375 23.125, -39.21875 23.125, -39.21875 22.96875, -39.375 22.96875))", @@ -336610,9 +236968,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -633.3526809924335, + -633.352680992434, -999.4933546125134, - -874.4279649895325, + -874.4279649895327, -232.35368410434035, 643.6960607901829, 1284.118562419645, @@ -336620,7 +236978,7 @@ 168.1604814483976 ], "relative wind speed": [ - 1.8215937597330445, + 1.8215937597330443, 1.4803943727531654, 1.6213111772416462, 2.0912709453609772, @@ -336630,13 +236988,13 @@ 2.3127020199400525 ], "relative wind angle": [ - 0.2948189455624948, + 0.29481894556249555, 0.07817226141820852, - 0.22757925509595117, - 0.30747389271852293, + 0.22757925509595164, + 0.307473892718523, 0.21071572988705284, 0.04214112647175564, - 0.137782109619004, + 0.13778210961900403, 0.2772111837771459 ], "resistance": [ @@ -336690,9 +237048,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -597.1094918250556, + -597.1094918250567, -967.5958674171299, - -863.2969107936456, + -863.296910793646, -259.9223205944984, 581.2191254392158, 1209.2549138832285, @@ -336700,9 +237058,9 @@ 182.38732373440303 ], "relative wind speed": [ - 1.8692454914995975, + 1.8692454914995973, 1.5390317161616076, - 1.6537457971783083, + 1.653745797178308, 2.0924388186143714, 2.517180498668809, 2.7316035120454027, @@ -336710,14 +237068,14 @@ 2.3349467147508562 ], "relative wind angle": [ - 0.27716993451264077, + 0.2771699345126416, 0.08192381720965164, 0.2029824619599272, 0.28953959269140045, - 0.2046247360984746, + 0.20462473609847462, 0.046122003961462606, - 0.12548527440922583, - 0.2587349327546316 + 0.12548527440922586, + 0.25873493275463166 ], "resistance": [ 96037.39050817493, @@ -336770,7 +237128,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -714.1669712474993, + -714.1669712475, -952.6185869486116, -755.2548337725254, -72.53303199990387, @@ -336780,9 +237138,9 @@ -4.277266119742308 ], "relative wind speed": [ - 1.724354903670284, + 1.7243549036702837, 1.4695790258776622, - 1.689958647594649, + 1.6899586475946489, 2.157408451434154, 2.5498053452131257, 2.7046708892191753, @@ -336790,12 +237148,12 @@ 2.1955627765950276 ], "relative wind angle": [ - 0.2644808443255794, - 0.01353826707171743, + 0.2644808443255798, + 0.013538267071717429, 0.25276284937552956, - 0.29031972098926573, - 0.17771631810813854, - 0.007355839513360225, + 0.2903197209892657, + 0.1777163181081385, + 0.007355839513360224, 0.16501878729283465, 0.28513187165815307 ], @@ -336850,9 +237208,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -660.1780076395805, + -660.1780076395814, -922.109069087087, - -758.2216603256588, + -758.2216603256591, -125.03650071424863, 669.4894423934552, 1190.4340631714726, @@ -336860,7 +237218,7 @@ 37.86307519090724 ], "relative wind speed": [ - 1.7743240373694225, + 1.774324037369422, 1.5130108374744464, 1.6937144992607944, 2.1324124614495243, @@ -336870,14 +237228,14 @@ 2.2231815456222517 ], "relative wind angle": [ - 0.2547983168440869, + 0.2547983168440873, 0.03114774452465204, - 0.2266378580708672, + 0.2266378580708677, 0.278067944677043, 0.17853938191521576, 0.017560581317210937, - 0.14845035204914342, - 0.26643196438452565 + 0.14845035204914345, + 0.2664319643845256 ], "resistance": [ 95974.32199236046, @@ -336930,19 +237288,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -389.085552745536, + -389.08555274553646, -877.5222928980529, - -896.2409792458836, + -896.2409792458843, -449.7649141542561, 322.2345580056526, 1015.6306078743451, - 1058.6013144398034, + 1058.6013144398048, 393.92882902100837 ], "relative wind speed": [ - 1.987107134983568, + 1.9871071349835678, 1.6040998790902474, - 1.5834521914218516, + 1.5834521914218513, 1.9467156703197057, 2.3809826050977874, 2.654154575299544, @@ -336950,13 +237308,13 @@ 2.414119100337129 ], "relative wind angle": [ - 0.2774155845626748, + 0.2774155845626757, 0.1507997894219229, - 0.12881624336541772, + 0.12881624336541858, 0.27501263299152545, - 0.23060412117790025, + 0.23060412117790022, 0.09091952659781735, - 0.07635726831451868, + 0.07635726831451722, 0.220770905526384 ], "resistance": [ @@ -336997,68 +237355,7 @@ "id": "6029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.62822808644442, - 7.62822808644442, - 7.62822808644442, - 7.62822808644442, - 7.62822808644442, - 7.62822808644442, - 7.62822808644442, - 7.62822808644442 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -339.2608421561065, - -845.1954031173875, - -889.8342708974562, - -484.64643882671817, - 260.28561940209556, - 955.4739344144195, - 1058.0500662731001, - 431.85474315080864 - ], - "relative wind speed": [ - 2.0213179279533704, - 1.6372858918614845, - 1.5884848823379094, - 1.9250139131583126, - 2.352712807399514, - 2.634440856857248, - 2.664150802516878, - 2.4321400358767025 - ], - "relative wind angle": [ - 0.27028389511866174, - 0.15990618306236754, - 0.10787122562988546, - 0.264126598453772, - 0.2314567219349463, - 0.0991197724897494, - 0.06423711564713945, - 0.20813066106220018 - ], - "resistance": [ - 96295.23915784387, - 95789.30459688259, - 95744.66572910252, - 96149.85356117325, - 96894.78561940207, - 97589.97393441439, - 97692.55006627308, - 97066.35474315078 - ], - "fuel": [ - 39.675177427115344, - 39.415670922603866, - 39.39282025563985, - 39.60050798815185, - 39.98393295072088, - 40.34361691784956, - 40.39684110385723, - 40.07253407566089 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 22.8125, -39.0625 22.96875, -38.90625 22.96875, -38.90625 22.8125, -39.0625 22.8125))", @@ -337077,68 +237374,7 @@ "id": "6030", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.443650491035326, - 7.443650491035326, - 7.443650491035326, - 7.443650491035326, - 7.443650491035326, - 7.443650491035326, - 7.443650491035326, - 7.443650491035326 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -355.6241029147104, - -850.0587295561688, - -882.2509726607757, - -459.5790000073332, - 293.50670462293624, - 985.0030271821349, - 1058.8653785573385, - 416.46672191076345 - ], - "relative wind speed": [ - 1.9570860896455247, - 1.5638605745844358, - 1.5273292837677868, - 1.8861496546924184, - 2.324360321370894, - 2.605221097931585, - 2.626804546362899, - 2.382283850835388 - ], - "relative wind angle": [ - 0.2860561991047887, - 0.1644695750241755, - 0.1248051537976906, - 0.282029301126234, - 0.23987871533999666, - 0.09844212012748038, - 0.07244181405616436, - 0.22216866712848962 - ], - "resistance": [ - 96278.87589708525, - 95784.44127044379, - 95752.24902733917, - 96174.92099999262, - 96928.0067046229, - 97619.50302718209, - 97693.3653785573, - 97050.96672191072 - ], - "fuel": [ - 39.58824742404509, - 39.33465905028798, - 39.31817965610168, - 39.53485493692881, - 39.92255834361329, - 40.28041283913505, - 40.31874233353752, - 39.986061004009066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 22.8125, -38.90625 22.96875, -38.75 22.96875, -38.75 22.8125, -38.90625 22.8125))", @@ -337157,68 +237393,7 @@ "id": "6031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.652429963099342, - 7.652429963099342, - 7.652429963099342, - 7.652429963099342, - 7.652429963099342, - 7.652429963099342, - 7.652429963099342, - 7.652429963099342 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -303.7570836348814, - -871.2730638876667, - -947.6525832485684, - -550.7192999519004, - 228.98110315951772, - 988.2374986910327, - 1163.616674855989, - 521.0330554418279 - ], - "relative wind speed": [ - 2.057811184887281, - 1.6351206836968866, - 1.5509457342581006, - 1.8939710212008232, - 2.3508467125352333, - 2.6622260400333277, - 2.71212729566138, - 2.4847416182244015 - ], - "relative wind angle": [ - 0.2868347736079274, - 0.18715289573410968, - 0.09812281546750426, - 0.2776378693042034, - 0.2502557429932959, - 0.11452835565623617, - 0.05605144826858466, - 0.21046895181673975 - ], - "resistance": [ - 96330.74291636517, - 95763.22693611238, - 95686.84741675148, - 96083.78070004814, - 96863.48110315956, - 97622.73749869107, - 97798.11667485604, - 97155.53305544188 - ], - "fuel": [ - 39.70388622380417, - 39.4127831145901, - 39.3736963084738, - 39.57706150049036, - 39.978240863135944, - 40.3710751201979, - 40.462120119424014, - 40.12909275453504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.375 22.65625, -39.375 22.8125, -39.21875 22.8125, -39.21875 22.65625, -39.375 22.65625))", @@ -337237,68 +237412,7 @@ "id": "6032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.148916227618132, - 8.148916227618132, - 8.148916227618132, - 8.148916227618132, - 8.148916227618132, - 8.148916227618132, - 8.148916227618132, - 8.148916227618132 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -927.266980024832, - -1134.9451798514067, - -811.3144076850883, - 53.182913612778066, - 1018.1502326880068, - 1496.639370693793, - 848.3439443327711, - -139.44090570794197 - ], - "relative wind speed": [ - 1.8039340447860692, - 1.588688550495018, - 1.8936035516017897, - 2.411969627281042, - 2.8128500509180596, - 2.9397911722457426, - 2.7532833192842774, - 2.312726954044016 - ], - "relative wind angle": [ - 0.24708623404910546, - 0.0326026469483824, - 0.2751318633968757, - 0.28396421359261653, - 0.15750402197964983, - 0.017616542199188297, - 0.18795157368753415, - 0.296511301868789 - ], - "resistance": [ - 95707.23301997519, - 95499.55482014861, - 95823.18559231493, - 96687.68291361279, - 97652.65023268801, - 98131.13937069381, - 97482.84394433278, - 96495.05909429207 - ], - "fuel": [ - 39.60726846796874, - 39.50108427546394, - 39.66662390287838, - 40.11073193356191, - 40.60973775259073, - 40.85846003036356, - 40.5216759729497, - 40.01153677991525 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 22.65625, -39.21875 22.8125, -39.0625 22.8125, -39.0625 22.65625, -39.21875 22.65625))", @@ -337330,9 +237444,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -771.8511663445036, + -771.851166344504, -957.8400122277166, - -695.3022471287668, + -695.3022471287666, 31.48655012851168, 854.354743507655, 1282.965054272813, @@ -337340,9 +237454,9 @@ -95.68123004230574 ], "relative wind speed": [ - 1.63352504786469, + 1.6335250478646899, 1.419733027630178, - 1.6993032089636533, + 1.699303208963653, 2.1848508009751835, 2.562949028434077, 2.6872792810961355, @@ -337350,14 +237464,14 @@ 2.112708872947386 ], "relative wind angle": [ - 0.2610055092677849, + 0.26100550926778576, 0.026593732804325983, - 0.2832537856171098, + 0.2832537856171094, 0.2943630486044379, 0.16522320201014543, 0.014048704469618072, 0.1896093968154767, - 0.3047317909998222 + 0.3047317909998223 ], "resistance": [ 95862.6488336555, @@ -337397,68 +237511,7 @@ "id": "6034", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.127904201680005, - 7.127904201680005, - 7.127904201680005, - 7.127904201680005, - 7.127904201680005, - 7.127904201680005, - 7.127904201680005, - 7.127904201680005 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -818.1122895583086, - -957.1108075067133, - -620.1903183646766, - 148.15478230235453, - 964.0536108424078, - 1283.1041838959738, - 671.7576654271672, - -180.79680618473026 - ], - "relative wind speed": [ - 1.4940674418277244, - 1.322986922475497, - 1.6737461562813973, - 2.18400873734816, - 2.5500189146850127, - 2.642827952958683, - 2.435858737758456, - 1.9912156641528984 - ], - "relative wind angle": [ - 0.26787724322202094, - 0.07689960803788294, - 0.32799730487399653, - 0.30742746370169316, - 0.15570854634799605, - 0.038467129132914196, - 0.2232054206775587, - 0.3383241817553062 - ], - "resistance": [ - 95816.3877104417, - 95677.3891924933, - 96014.30968163534, - 96782.65478230237, - 97598.55361084243, - 97917.604183896, - 97306.25766542718, - 96453.70319381528 - ], - "fuel": [ - 39.22189699767028, - 39.150753955634826, - 39.32332265649767, - 39.71844452002718, - 40.1404257933702, - 40.30611183102903, - 39.988966156321396, - 39.54901207773223 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.21875 22.5, -39.21875 22.65625, -39.0625 22.65625, -39.0625 22.5, -39.21875 22.5))", @@ -337490,9 +237543,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -630.8703037939333, + -630.8703037939339, -809.667841883864, - -597.4894238555124, + -597.4894238555125, 22.171425705538013, 745.5822254018947, 1157.9666035059834, @@ -337500,7 +237553,7 @@ -33.36419938604968 ], "relative wind speed": [ - 1.3761257070103805, + 1.3761257070103803, 1.1284537463173039, 1.4107532369557745, 1.9037517941004274, @@ -337510,13 +237563,13 @@ 1.8675640332233747 ], "relative wind angle": [ - 0.3267969375106428, + 0.32679693751064387, 0.017060882842395497, - 0.3388794604950736, + 0.33887946049507395, 0.34507823910814134, 0.1946061432916892, 0.007967319875630818, - 0.2087359130571388, + 0.20873591305713882, 0.35205230561192447 ], "resistance": [ @@ -337557,68 +237610,7 @@ "id": "6036", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.545765308775338, - 7.545765308775338, - 7.545765308775338, - 7.545765308775338, - 7.545765308775338, - 7.545765308775338, - 7.545765308775338, - 7.545765308775338 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -618.4449755656262, - -991.5775726168789, - -874.273067126492, - -242.9082185489533, - 627.6444875054447, - 1271.8739447276514, - 1002.624577393872, - 182.12235728657856 - ], - "relative wind speed": [ - 1.8169458508759073, - 1.4696397068925062, - 1.6029341181215424, - 2.0712436103315746, - 2.5127401381910164, - 2.730442154490054, - 2.6543845689826657, - 2.3076189316592126 - ], - "relative wind angle": [ - 0.29824946302419997, - 0.0841014573246259, - 0.2260822539891214, - 0.30987401926513974, - 0.21411131758155807, - 0.0452290445199752, - 0.13578369873324198, - 0.27724096037737106 - ], - "resistance": [ - 96016.05502443438, - 95642.92242738312, - 95760.22693287351, - 96391.59178145105, - 97262.14448750544, - 97906.37394472765, - 97637.12457739387, - 96816.62235728659 - ], - "fuel": [ - 39.496500887570264, - 39.30540727309802, - 39.36542697834422, - 39.68934884387177, - 40.13841872056387, - 40.47255660493501, - 40.3327191172048, - 39.90824624406577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 22.65625, -38.90625 22.8125, -38.75 22.8125, -38.75 22.65625, -38.90625 22.65625))", @@ -337637,68 +237629,7 @@ "id": "6037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.23803832111776, - 7.23803832111776, - 7.23803832111776, - 7.23803832111776, - 7.23803832111776, - 7.23803832111776, - 7.23803832111776, - 7.23803832111776 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -407.9313322596381, - -901.0591984569609, - -906.0156511408828, - -423.6336902246171, - 385.562829342854, - 1103.8368780515234, - 1115.180664683473, - 404.2430203727522 - ], - "relative wind speed": [ - 1.8675427201363923, - 1.4425957078820575, - 1.436625704331756, - 1.8563991990471544, - 2.3277261663316082, - 2.612459098351503, - 2.615746834579479, - 2.336622975735787 - ], - "relative wind angle": [ - 0.32376709649795976, - 0.17444250527521046, - 0.16788445172577648, - 0.32335265168374716, - 0.2581010501528923, - 0.09598639798540441, - 0.0919026193281415, - 0.2552049129979427 - ], - "resistance": [ - 96226.56866774037, - 95733.44080154305, - 95728.48434885913, - 96210.8663097754, - 97020.06282934287, - 97738.33687805154, - 97749.68066468349, - 97038.74302037277 - ], - "fuel": [ - 39.47654903582265, - 39.223725662948794, - 39.22118911579967, - 39.468484593669274, - 39.88526766690612, - 40.25726166124522, - 40.263152005066026, - 39.89491781997659 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-39.0625 22.5, -39.0625 22.65625, -38.90625 22.65625, -38.90625 22.5, -39.0625 22.5))", @@ -337717,68 +237648,7 @@ "id": "6038", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.19149393564584, - 7.19149393564584, - 7.19149393564584, - 7.19149393564584, - 7.19149393564584, - 7.19149393564584, - 7.19149393564584, - 7.19149393564584 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -669.616906724324, - -949.6571778617739, - -774.427579310564, - -110.26362872047844, - 728.6787845969018, - 1286.412120487502, - 883.1427840051663, - 63.89428764855461 - ], - "relative wind speed": [ - 1.6518131402880594, - 1.3476384634556853, - 1.5580388041055961, - 2.0504705212136813, - 2.4710428573185728, - 2.6492281942007625, - 2.531216019630612, - 2.1517690616716107 - ], - "relative wind angle": [ - 0.30627342013189784, - 0.03954092433989684, - 0.27474268089892356, - 0.3231069850872998, - 0.20293827715312163, - 0.020110225742506926, - 0.1677788285981997, - 0.3073844505659799 - ], - "resistance": [ - 95964.8830932757, - 95684.84282213823, - 95860.07242068945, - 96524.23637127953, - 97363.17878459692, - 97920.91212048751, - 97517.64278400518, - 96698.39428764857 - ], - "fuel": [ - 39.32345605450209, - 39.18004293691327, - 39.26974665657401, - 39.61078339443768, - 40.04391201648885, - 40.333307503107115, - 40.12394407472044, - 39.70048211903361 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.90625 22.5, -38.90625 22.65625, -38.75 22.65625, -38.75 22.5, -38.90625 22.5))", @@ -337797,68 +237667,7 @@ "id": "6039", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.693240942225463, - 7.693240942225463, - 7.693240942225463, - 7.693240942225463, - 7.693240942225463, - 7.693240942225463, - 7.693240942225463, - 7.693240942225463 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -763.935970523678, - -1038.8221835701725, - -829.6646059721672, - -89.21308788391184, - 819.4275100096077, - 1398.148007146284, - 915.9229831766918, - 19.979640223220258 - ], - "relative wind speed": [ - 1.760590026973694, - 1.4754573676082814, - 1.706285375634006, - 2.2074331247675087, - 2.6290863722622575, - 2.799070908759689, - 2.664650561104001, - 2.266938771906622 - ], - "relative wind angle": [ - 0.28206833849625135, - 0.02111196640071465, - 0.26445743201781113, - 0.3045286231879413, - 0.18749119938400824, - 0.011128026514728164, - 0.16816747137131074, - 0.2962888951609203 - ], - "resistance": [ - 95870.56402947633, - 95595.67781642983, - 95804.83539402783, - 96545.28691211609, - 97453.92751000961, - 98032.64800714629, - 97550.42298317669, - 96654.47964022322 - ], - "fuel": [ - 39.4854786147216, - 39.34479881268411, - 39.45181478593693, - 39.831976778202375, - 40.30127813382073, - 40.60178141388231, - 40.351297277235105, - 39.88821102635956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 23.59375, -38.75 23.75, -38.59375 23.75, -38.59375 23.59375, -38.75 23.59375))", @@ -337877,68 +237686,7 @@ "id": "6040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.660522741217736, - 10.660522741217736, - 10.660522741217736, - 10.660522741217736, - 10.660522741217736, - 10.660522741217736, - 10.660522741217736, - 10.660522741217736 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -618.0220108462286, - -1200.2466843016346, - -1188.4682060571035, - -577.6515303374363, - 423.3647558313678, - 1267.7005348257326, - 1240.3105073628822, - 376.25266038735936 - ], - "relative wind speed": [ - 2.793558656884185, - 2.480737094456004, - 2.489379338747986, - 2.8120575365619382, - 3.2068599142410092, - 3.454542509104267, - 3.4483200238424887, - 3.190650856813328 - ], - "relative wind angle": [ - 0.17293491365676805, - 0.07741712123078459, - 0.08420428494746111, - 0.17440410542890009, - 0.1504643324843308, - 0.055566984693829424, - 0.06075353682158651, - 0.15353427501896938 - ], - "resistance": [ - 96016.47798915375, - 95434.25331569834, - 95446.03179394286, - 96056.84846966254, - 97057.86475583134, - 97902.20053482571, - 97874.81050736285, - 97010.75266038733 - ], - "fuel": [ - 41.143364275963286, - 40.845413235258874, - 40.85142832138509, - 41.164070463726894, - 41.67943538405544, - 42.117033522539714, - 42.10279632426023, - 41.65509650031383 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 23.59375, -38.59375 23.75, -38.4375 23.75, -38.4375 23.59375, -38.59375 23.59375))", @@ -337957,68 +237705,7 @@ "id": "6041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.408910760550755, - 10.408910760550755, - 10.408910760550755, - 10.408910760550755, - 10.408910760550755, - 10.408910760550755, - 10.408910760550755, - 10.408910760550755 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -539.5013498161352, - -1156.2699078525357, - -1181.9643829875436, - -627.2861382701121, - 344.5401793405126, - 1205.195268835077, - 1264.891846968529, - 447.0432927260713 - ], - "relative wind speed": [ - 2.753970900114374, - 2.422340769487759, - 2.402964819328995, - 2.7126811662900274, - 3.113328252693462, - 3.377785328314034, - 3.391596763290599, - 3.149369685786582 - ], - "relative wind angle": [ - 0.18084335485247904, - 0.09150170564767843, - 0.07594019967217187, - 0.17756841240445428, - 0.1597778632417389, - 0.06557487653300284, - 0.05377826529029244, - 0.15273763785240058 - ], - "resistance": [ - 96094.99865018384, - 95478.23009214745, - 95452.53561701244, - 96007.21386172988, - 96979.0401793405, - 97839.69526883506, - 97899.39184696852, - 97081.54329272606 - ], - "fuel": [ - 41.02689681642139, - 40.71112751997121, - 40.6980033368704, - 40.981866914601206, - 41.481971354274556, - 41.92780107653859, - 41.95882684499793, - 41.53492461720147 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 23.4375, -38.75 23.59375, -38.59375 23.59375, -38.59375 23.4375, -38.75 23.4375))", @@ -338050,37 +237737,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -300.49841699284207, + -300.498416992843, -966.4179522470611, - -1087.2100521468615, + -1087.2100521468622, -708.8535180478252, - 128.85826483055462, + 128.85826483055553, 977.3040216469071, - 1257.342513830045, - 606.7068174455485 + 1257.3425138300504, + 606.706817445548 ], "relative wind speed": [ - 2.5556667958479893, + 2.555666795847989, 2.1794123591265437, - 2.076860169872186, + 2.0768601698721856, 2.340438534641328, 2.74967591363872, 3.056519617200473, 3.1271076470507584, - 2.9350464846422466 + 2.935046484642246 ], "relative wind angle": [ - 0.2071067950832608, + 0.20710679508326132, 0.13883949645546456, 0.04767119013698456, 0.18981197091984897, - 0.19230384493455913, + 0.19230384493455854, 0.0988408457165903, - 0.03165398874410062, - 0.1510243799150122 + 0.03165398874409711, + 0.15102437991501144 ], "resistance": [ - 96334.00158300715, + 96334.00158300714, 95668.08204775292, 95547.28994785312, 95925.64648195216, @@ -338090,7 +237777,7 @@ 97241.20681744553 ], "fuel": [ - 40.54117166482471, + 40.5411716648247, 40.19970702581845, 40.1379450679104, 40.331583072355286, @@ -338130,9 +237817,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -248.6119423230498, + -248.6119423230507, -885.1321426784307, - -1011.6749524400584, + -1011.6749524400598, -671.8467746356421, 106.47227674228407, 910.7643661694315, @@ -338140,7 +237827,7 @@ 602.8766635001548 ], "relative wind speed": [ - 2.3775860057937086, + 2.377586005793708, 1.9881415138701906, 1.870464243169627, 2.134641139359039, @@ -338150,13 +237837,13 @@ 2.7574087457066376 ], "relative wind angle": [ - 0.22767901962690187, + 0.22767901962690287, 0.15997249852241627, - 0.04748731061843313, + 0.04748731061843547, 0.2086944742629614, - 0.21196515920039838, + 0.2119651592003984, 0.11077132142956111, - 0.030174259771639872, + 0.03017425977163987, 0.16108586801298652 ], "resistance": [ @@ -338210,9 +237897,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -345.82499247268015, + -345.8249924726815, -985.1865019812376, - -1082.8973520880086, + -1082.8973520880097, -677.9073506786672, 166.8736077829285, 996.412390833952, @@ -338222,7 +237909,7 @@ "relative wind speed": [ 2.597017896608355, 2.2409345269149488, - 2.1604324611231642, + 2.160432461123164, 2.4267467718230056, 2.8233077817060663, 3.1134837773186783, @@ -338230,14 +237917,14 @@ 2.9709373758113333 ], "relative wind angle": [ - 0.19578311112925642, + 0.19578311112925814, 0.12338737261681505, 0.053332822611921085, 0.18176517259363228, - 0.17991166338930284, + 0.17991166338930287, 0.08869933398503103, - 0.036339836488571704, - 0.14819666529181283 + 0.0363398364885717, + 0.1481966652918128 ], "resistance": [ 96288.67500752736, @@ -338290,9 +237977,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -110.04602057380589, + -110.04602057380816, -810.815651569241, - -1006.8587484476143, + -1006.8587484476225, -774.693697807397, -49.87770506799097, 779.7926849347373, @@ -338300,7 +237987,7 @@ 727.7394601436786 ], "relative wind speed": [ - 2.510571722349057, + 2.5105717223490562, 2.118098590457266, 1.9432427842198423, 2.142082803045128, @@ -338310,13 +237997,13 @@ 2.856907811993977 ], "relative wind angle": [ - 0.21117601824343663, + 0.21117601824343715, 0.1716381798618303, - 0.007528165268678422, + 0.00752816526869317, 0.17950486086979045, 0.20876078149781468, 0.12617718586241564, - 0.0048833155424164686, + 0.004883315542416469, 0.1342725391103397 ], "resistance": [ @@ -338370,9 +238057,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -92.50562600042213, + -92.5056260004244, -783.2076748645854, - -981.1425859508374, + -981.1425859508381, -760.485979640008, -54.67980241631449, 760.4188559149939, @@ -338380,9 +238067,9 @@ 727.6240652743063 ], "relative wind speed": [ - 2.440683282777887, + 2.4406832827778864, 2.0412588709800725, - 1.8579192948094443, + 1.8579192948094438, 2.056958232854963, 2.4592528396870668, 2.7996645581186153, @@ -338390,19 +238077,19 @@ 2.7881503267633416 ], "relative wind angle": [ - 0.2202899613133081, + 0.2202899613133091, 0.182461293052677, 0.005120217412961314, 0.18770637035434276, 0.21859945487888044, - 0.13268611389041224, + 0.1326861138904122, 0.0032527823029695276, 0.13810724809307667 ], "resistance": [ 96541.99437399961, 95851.29232513544, - 95653.3574140492, + 95653.35741404918, 95874.01402036002, 96579.82019758371, 97394.91885591502, @@ -338412,7 +238099,7 @@ "fuel": [ 40.25665808145784, 39.90198295045378, - 39.80067073169224, + 39.800670731692236, 39.9136222903751, 40.27613289230581, 40.69708390424158, @@ -338450,19 +238137,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 128.84469873850344, + 128.84469873850298, -546.1648562356729, - -858.0690170221785, + -858.0690170221792, -762.9052993166899, - -231.68702037666617, + -231.68702037666662, 498.68802040393916, 1032.0459652693141, 812.5642923479115 ], "relative wind speed": [ - 2.298349898916152, + 2.2983498989161517, 1.895960975089779, - 1.625058797659895, + 1.6250587976598945, 1.7261546884143582, 2.100616308950638, 2.469885243531347, @@ -338470,17 +238157,17 @@ 2.5914071711991573 ], "relative wind angle": [ - 0.22647268287320393, + 0.22647268287320346, 0.23249550285179568, 0.0626309282183562, 0.17056662666408323, - 0.24821913564913417, + 0.24821913564913464, 0.1778026497647788, 0.03830511296082446, - 0.11330783522739891 + 0.11330783522739893 ], "resistance": [ - 96763.3446987385, + 96763.34469873848, 96088.33514376431, 95776.4309829778, 95871.5947006833, @@ -338490,7 +238177,7 @@ 97447.0642923479 ], "fuel": [ - 39.945787661891565, + 39.94578766189156, 39.59859493531026, 39.438739019483286, 39.48747358569612, @@ -338530,9 +238217,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -349.3477945447853, + -349.3477945447871, -1021.8613393161104, - -1128.598185744577, + -1128.5981857445774, -710.6805196090381, 169.5831744730649, 1039.7014708921297, @@ -338540,9 +238227,9 @@ 592.2718312427155 ], "relative wind speed": [ - 2.6120947845743734, + 2.612094784574373, 2.2387884691921385, - 2.1508475772815046, + 2.150847577281504, 2.4271555165446217, 2.840071431389864, 3.1427489701231037, @@ -338550,11 +238237,11 @@ 2.999660147000743 ], "relative wind angle": [ - 0.20310153386829907, + 0.20310153386830018, 0.13008273125657438, - 0.05404361184581564, + 0.054043611845815645, 0.18845825280762746, - 0.18659764405045318, + 0.18659764405045315, 0.09253744501157518, 0.0362746123673383, 0.1521753713425635 @@ -338610,9 +238297,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -222.7237382468238, + -222.72373824682518, -982.8545458902222, - -1160.2070537662744, + -1160.2070537662764, -819.1943535299556, 49.79776163341876, 984.7177538668325, @@ -338630,9 +238317,9 @@ 2.9977392483282594 ], "relative wind angle": [ - 0.22068761213950455, + 0.22068761213950555, 0.16482117578343694, - 0.03088337993056855, + 0.030883379930572146, 0.19674493320733458, 0.21060019103679437, 0.11700475324418481, @@ -338677,68 +238364,7 @@ "id": "6050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.5312982252585, - 9.5312982252585, - 9.5312982252585, - 9.5312982252585, - 9.5312982252585, - 9.5312982252585, - 9.5312982252585, - 9.5312982252585 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -190.55977034081297, - -898.6384149798637, - -1071.760036166685, - -781.8205195925307, - 4.281228602847932, - 862.7837137637566, - 1265.5513375225619, - 694.9272176114882 - ], - "relative wind speed": [ - 2.653519871389893, - 2.278212269903384, - 2.1354603161028507, - 2.349482364493714, - 2.7399996896969574, - 3.0591689820377885, - 3.1604707316712117, - 3.0047792974415737 - ], - "relative wind angle": [ - 0.1943913789709307, - 0.14594068816590655, - 0.020626066777216335, - 0.1683160993197643, - 0.18818129084048396, - 0.10851180484991747, - 0.01393604099363943, - 0.13136586652675897 - ], - "resistance": [ - 96443.9402296592, - 95735.86158502015, - 95562.73996383333, - 95852.67948040749, - 96638.78122860286, - 97497.28371376377, - 97900.05133752257, - 97329.4272176115 - ], - "fuel": [ - 40.69209032375466, - 40.3287735645126, - 40.240228299701585, - 40.388584585641, - 40.79239099646292, - 41.23601523857528, - 41.4450873066925, - 41.14906105721858 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 23.125, -38.59375 23.28125, -38.4375 23.28125, -38.4375 23.125, -38.59375 23.125))", @@ -338770,33 +238396,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -176.47538528156565, + -176.47538528156747, -907.6090020106337, - -1090.5663634250814, + -1090.5663634250864, -790.8198263199838, 17.932745455840177, 906.6517882816161, - 1330.626889877316, + 1330.626889877335, 738.0315314651916 ], "relative wind speed": [ - 2.5177993201529674, + 2.517799320152967, 2.102143621611765, 1.939227101251945, 2.1793991344993877, 2.6090413508275554, 2.9542177274208807, - 3.0636266803676975, + 3.063626680367697, 2.8976938415633455 ], "relative wind angle": [ - 0.22523071122160954, + 0.22523071122161004, 0.17429650675705227, - 0.02411516923047864, + 0.024115169230487846, 0.1989201268018414, - 0.2172253660099253, + 0.21722536600992529, 0.12371312733359341, - 0.015263632897165457, + 0.01526363289715091, 0.14917880322749047 ], "resistance": [ @@ -338806,7 +238432,7 @@ 95843.68017368001, 96652.43274545584, 97541.15178828161, - 97965.12688987731, + 97965.12688987734, 97372.5315314652 ], "fuel": [ @@ -338816,7 +238442,7 @@ 40.09922380674111, 40.51467254078561, 40.97400605326523, - 41.194172617077, + 41.19417261707702, 40.886628938185574 ] }, @@ -338850,17 +238476,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -103.84738419310406, + -103.84738419310588, -1021.6710727024747, - -1291.7183179019157, - -1021.1470602308245, + -1291.7183179028716, + -1021.147060230825, -102.97451251015491, 970.6760837456745, 1598.860471797961, 969.9210198073947 ], "relative wind speed": [ - 2.8680744455093756, + 2.868074445509375, 2.4206245409190292, 2.209033860216023, 2.4209306786460574, @@ -338870,19 +238496,19 @@ 3.2546724600255614 ], "relative wind angle": [ - 0.2095120785636035, + 0.2095120785636051, 0.17508961523304284, - 8.455462079660452e-05, - 0.17517805206569173, - 0.20948499217376168, + 8.455462210962917e-05, + 0.17517805206569176, + 0.2094849921737617, 0.12991257812034188, 5.490331780938324e-05, 0.1300035694044173 ], "resistance": [ - 96530.65261580693, + 96530.65261580692, 95612.82892729755, - 95342.78168209811, + 95342.78168209716, 95613.3529397692, 96531.52548748987, 97605.1760837457, @@ -338890,9 +238516,9 @@ 97604.42101980743 ], "fuel": [ - 41.064024424202614, + 41.06402442420261, 40.59314902870706, - 40.455202243946026, + 40.45520224394554, 40.59341697097536, 41.064473729621405, 41.61927529635811, @@ -338930,11 +238556,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -67.75074333946304, + -67.7507433394644, -742.092850366027, - -941.0971595553499, + -941.0971595553501, -729.0218447787806, - -46.020689472420145, + -46.0206894724206, 750.2084150920309, 1211.110116057309, 731.2387278265587 @@ -338942,19 +238568,19 @@ "relative wind speed": [ 2.278350311780353, 1.8535381138668987, - 1.6504336932727048, - 1.8635320103771207, + 1.6504336932727046, + 1.863532010377121, 2.289850512283672, 2.645504105503933, 2.7767542447803417, 2.638473793331143 ], "relative wind angle": [ - 0.24976877517057375, + 0.24976877517057508, 0.2142120081499431, 0.0035949857087411016, - 0.21765462498275687, - 0.24848783018669818, + 0.21765462498275742, + 0.24848783018669862, 0.14949590110696206, 0.002136767157697344, 0.15311431335262285 @@ -339010,17 +238636,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -90.110264502272, + -90.11026450227291, -958.5273429469003, - -1216.652075445018, + -1216.652075445356, -960.8721656784119, - -94.01399557091736, + -94.01399557091781, 922.0981547027241, 1519.8362550402853, 925.4819674672544 ], "relative wind speed": [ - 2.7369223177321835, + 2.736922317732183, 2.2910036866023815, 2.0778022339952162, 2.2895543035003394, @@ -339030,19 +238656,19 @@ 3.119301155328205 ], "relative wind angle": [ - 0.2184685033694231, + 0.21846850336942314, 0.18439843067584508, - 0.0004229415977865637, + 0.0004229415983115644, 0.18396434929432035, - 0.21860777192955805, + 0.21860777192955855, 0.13512394491339594, 0.0002692224100949992, - 0.13467548303915128 + 0.1346754830391513 ], "resistance": [ 96544.38973549775, 95675.97265705313, - 95417.84792455501, + 95417.84792455468, 95673.62783432161, 96540.48600442911, 97556.59815470275, @@ -339052,7 +238678,7 @@ "fuel": [ 40.79093318227608, 40.34528087467851, - 40.21335802813833, + 40.21335802813816, 40.344081362649106, 40.7889235954696, 41.313917668945614, @@ -339090,9 +238716,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 75.73675670714556, + 75.73675670714283, -791.1640723300598, - -1143.5463317690542, + -1143.5463317690546, -975.9147479118665, -231.7056228520678, 732.3041975325727, @@ -339100,9 +238726,9 @@ 999.3488813090758 ], "relative wind speed": [ - 2.661304614960976, + 2.661304614960975, 2.2117079073442665, - 1.9409421804696096, + 1.9409421804696094, 2.089978905120292, 2.5183334573099123, 2.921111738432805, @@ -339110,14 +238736,14 @@ 3.0094075549800934 ], "relative wind angle": [ - 0.221087046533668, - 0.211617143956331, + 0.2210870465336685, + 0.21161714395633102, 0.0378124779055108, 0.1734941923000249, 0.23386591268837717, - 0.15970997130075143, + 0.1597099713007514, 0.023613316282691674, - 0.12017406608845166 + 0.12017406608845164 ], "resistance": [ 96710.23675670715, @@ -339170,9 +238796,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -274.82012539796483, - -808.3346589111964, - -892.0729606400566, + -274.82012539796506, + -808.3346589111961, + -892.0729606400573, -555.7075554103583, 146.04355673550208, 839.3283784120249, @@ -339182,7 +238808,7 @@ "relative wind speed": [ 2.2447621635794195, 1.896749719896989, - 1.8156693908344783, + 1.8156693908344779, 2.0766003077415256, 2.4595868329649324, 2.7369444751406475, @@ -339190,8 +238816,8 @@ 2.60312422327864 ], "relative wind angle": [ - 0.2193468954209276, - 0.14162649559117577, + 0.2193468954209281, + 0.14162649559117574, 0.06051671595428549, 0.20514848204971697, 0.1999163262521851, @@ -339250,9 +238876,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -312.8883822329699, - -981.3937610784269, - -1103.023354773915, + -312.8883822329731, + -981.3937610784274, + -1103.023354773913, -732.7476130452642, 102.73954220982523, 948.241135257555, @@ -339260,21 +238886,21 @@ 592.1728945770087 ], "relative wind speed": [ - 2.8048921418857358, + 2.8048921418857353, 2.467930377176927, - 2.3758934941613976, - 2.6059812529207678, + 2.375893494161397, + 2.605981252920768, 2.9762421023605334, 3.261097458354035, 3.3287485762486395, 3.1518722513612922 ], "relative wind angle": [ - 0.17076574928379556, - 0.11191530830807518, - 0.0365692270056739, - 0.1535077182467361, - 0.16084595233981513, + 0.17076574928379754, + 0.1119153083080752, + 0.03656922700567086, + 0.15350771824673753, + 0.1608459523398151, 0.08461942388278013, 0.026098422401414204, 0.12676215147510034 @@ -339330,39 +238956,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -60.49014336682467, + -60.49014336682649, -847.2651993360264, - -1097.6444250162212, + -1097.6444250162424, -885.6563198298259, - -124.48162992751577, + -124.48162992751622, 784.1862440689924, 1332.7618753601214, - 839.4207688557049 + 839.4207688557035 ], "relative wind speed": [ - 2.7047515105152007, + 2.7047515105152, 2.3024730406642173, 2.102878447020691, 2.2787936621651603, 2.676240769590009, 3.029284286339672, 3.1710956509550177, - 3.0471371540719785 + 3.047137154071979 ], "relative wind angle": [ 0.1987801212531643, - 0.1693058932511646, - 0.00691670202658032, + 0.16930589325116463, + 0.006916702026612423, 0.1619293301915354, - 0.20092658723396722, - 0.12842342134518242, + 0.2009265872339678, + 0.12842342134518245, 0.004586717098080048, - 0.12086395336664157 + 0.12086395336664249 ], "resistance": [ 96574.00985663317, 95787.23480066398, - 95536.85557498378, + 95536.85557498375, 95748.84368017018, 96510.01837007249, 97418.68624406899, @@ -339372,7 +238998,7 @@ "fuel": [ 40.73775085396204, 40.33378918900188, - 40.20571766177012, + 40.2057176617701, 40.314136597568776, 40.7048090219146, 41.17400526155072, @@ -339410,7 +239036,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 28.03110682440365, + 28.031106824400922, -863.1193702628102, -1201.9421135458872, -1011.9787667335668, @@ -339420,7 +239046,7 @@ 994.8827163711953 ], "relative wind speed": [ - 2.824371220751509, + 2.8243712207515084, 2.392200743188052, 2.1481314385581536, 2.3025525462097183, @@ -339430,10 +239056,10 @@ 3.171307076394202 ], "relative wind angle": [ - 0.20140076780762955, + 0.20140076780763067, 0.18426207539852352, - 0.025541017192967155, - 0.1573083551982051, + 0.025541017192967152, + 0.15730835519820513, 0.20947915505313022, 0.14166790283464234, 0.0167370778873863, @@ -339477,68 +239103,7 @@ "id": "6060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.532707498355048, - 9.532707498355048, - 9.532707498355048, - 9.532707498355048, - 9.532707498355048, - 9.532707498355048, - 9.532707498355048, - 9.532707498355048 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 173.2735061550634, - -795.3685054183024, - -1240.5989176213077, - -1104.3885166492703, - -341.14583902539835, - 706.336896856154, - 1467.3565612733632, - 1152.6071808154989 - ], - "relative wind speed": [ - 2.828484369692505, - 2.3632290766914226, - 2.054692768473016, - 2.170146346266481, - 2.6004690648555147, - 3.0295068110082752, - 3.2466907481387897, - 3.1706825799268463 - ], - "relative wind angle": [ - 0.21252552326862084, - 0.21513789527654642, - 0.05691065403141505, - 0.15695892343404816, - 0.23148590992612542, - 0.16731062953519824, - 0.03600467728068248, - 0.10719378567536296 - ], - "resistance": [ - 96807.77350615508, - 95839.13149458171, - 95393.90108237871, - 95530.11148335075, - 96293.35416097462, - 97340.83689685617, - 98101.85656127338, - 97787.10718081551 - ], - "fuel": [ - 40.88028444395318, - 40.38243022525154, - 40.15476575786927, - 40.224337378215, - 40.61545291953165, - 41.15575309841903, - 41.550853927216174, - 41.387183225665204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 22.96875, -38.28125 23.125, -38.125 23.125, -38.125 22.96875, -38.28125 22.96875))", @@ -339557,68 +239122,7 @@ "id": "6061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.774017995294937, - 8.774017995294937, - 8.774017995294937, - 8.774017995294937, - 8.774017995294937, - 8.774017995294937, - 8.774017995294937, - 8.774017995294937 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 201.3439974325829, - -707.3222706433019, - -1141.0892732573743, - -1025.9287752611322, - -328.51827706992526, - 647.3206214814581, - 1374.5572467272445, - 1109.2494864548567 - ], - "relative wind speed": [ - 2.638359285678565, - 2.166685222336695, - 1.8387386875620981, - 1.9467186607411917, - 2.383556858204878, - 2.8191768592852773, - 3.0432421946805723, - 2.9753267841606634 - ], - "relative wind angle": [ - 0.23065970241884723, - 0.24204282034218058, - 0.07144406653405708, - 0.17226848743431475, - 0.25584116119859096, - 0.18526963754730913, - 0.04314345091100288, - 0.11239290899421849 - ], - "resistance": [ - 96835.8439974326, - 95927.17772935671, - 95493.41072674264, - 95608.57122473889, - 96305.98172293008, - 97281.82062148147, - 98009.05724672726, - 97743.74948645486 - ], - "fuel": [ - 40.49116542080646, - 40.023940708129345, - 39.80198658565094, - 39.8608447660596, - 40.21834350182738, - 40.72160498030807, - 41.09896115608778, - 40.9610674664865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 22.8125, -38.4375 22.96875, -38.28125 22.96875, -38.28125 22.8125, -38.4375 22.8125))", @@ -339637,68 +239141,7 @@ "id": "6062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.393446908607066, - 9.393446908607066, - 9.393446908607066, - 9.393446908607066, - 9.393446908607066, - 9.393446908607066, - 9.393446908607066, - 9.393446908607066 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -127.86660207261093, - -968.5097794470607, - -1203.7840112518836, - -918.1405918559312, - -44.04619148129677, - 955.1675072127464, - 1500.8743667414215, - 882.3804714639409 - ], - "relative wind speed": [ - 2.6587425696532656, - 2.209333391437299, - 2.008501982657893, - 2.2414046815956175, - 2.696438055206737, - 3.0754733298687045, - 3.210235197444706, - 3.052178777623418 - ], - "relative wind angle": [ - 0.2279726468858537, - 0.18721711216393025, - 0.009629751716358305, - 0.1969359381416478, - 0.22473048026912626, - 0.1341088484142322, - 0.00602485248249591, - 0.14418838506964216 - ], - "resistance": [ - 96506.6333979274, - 95665.99022055295, - 95430.71598874812, - 95716.35940814408, - 96590.45380851872, - 97589.66750721275, - 98135.37436674144, - 97516.88047146396 - ], - "fuel": [ - 40.64820949576199, - 40.21688480093643, - 40.09663916572238, - 40.24265461369307, - 40.69136098915375, - 41.20777852059824, - 41.49138143249267, - 41.17003498157855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 22.8125, -38.28125 22.96875, -38.125 22.96875, -38.125 22.8125, -38.28125 22.8125))", @@ -339717,68 +239160,7 @@ "id": "6063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.840048155717763, - 8.840048155717763, - 8.840048155717763, - 8.840048155717763, - 8.840048155717763, - 8.840048155717763, - 8.840048155717763, - 8.840048155717763 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 177.0187576151925, - -759.8874543847317, - -1188.2200230608435, - -1049.266242042217, - -304.0835842732072, - 714.0719973051196, - 1454.3164577556508, - 1134.2500450259363 - ], - "relative wind speed": [ - 2.6495779097220504, - 2.160584565257257, - 1.8311444796126801, - 1.960991182939431, - 2.420098246723603, - 2.865137511508625, - 3.086105720526394, - 3.0052707372074714 - ], - "relative wind angle": [ - 0.23939756735832526, - 0.246878511869094, - 0.0647280681339117, - 0.18488472042264562, - 0.26260950567701513, - 0.185343692442042, - 0.03838909110784748, - 0.12024390875062847 - ], - "resistance": [ - 96811.51875761521, - 95874.61254561528, - 95446.27997693917, - 95585.2337579578, - 96330.41641572681, - 97348.57199730513, - 98088.81645775566, - 97768.75004502595 - ], - "fuel": [ - 40.512237071854, - 40.03062576734181, - 39.81153183889216, - 39.8825324759939, - 40.26452116082029, - 40.78977901293593, - 41.17408661140222, - 41.007669732553694 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 22.65625, -38.75 22.8125, -38.59375 22.8125, -38.59375 22.65625, -38.75 22.65625))", @@ -339797,68 +239179,7 @@ "id": "6064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.662843189255659, - 8.662843189255659, - 8.662843189255659, - 8.662843189255659, - 8.662843189255659, - 8.662843189255659, - 8.662843189255659, - 8.662843189255659 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -637.9610607693985, - -1149.908167185879, - -1083.820947366174, - -422.65188789084823, - 572.7886284126234, - 1372.2585890841738, - 1220.3759402751202, - 318.71881131468626 - ], - "relative wind speed": [ - 2.1781439641051343, - 1.8009969863964865, - 1.864591402206168, - 2.3037123845304173, - 2.7681296340334387, - 3.0270881477374423, - 2.9883359419584274, - 2.664537867725453 - ], - "relative wind angle": [ - 0.2631419919799618, - 0.10359683708367014, - 0.1633240467843988, - 0.2702403136149712, - 0.20613256655797255, - 0.06156468840057675, - 0.10162949143830714, - 0.2329116475685723 - ], - "resistance": [ - 95996.5389392306, - 95484.59183281413, - 95550.67905263383, - 96211.84811210915, - 97207.28862841263, - 98006.75858908417, - 97854.87594027512, - 96953.21881131468 - ], - "fuel": [ - 40.003541079366, - 39.74152533438449, - 39.77529410893091, - 40.11402815541805, - 40.62708624165414, - 41.0418093285124, - 40.96283757986123, - 40.49578615671142 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 22.65625, -38.59375 22.8125, -38.4375 22.8125, -38.4375 22.65625, -38.59375 22.65625))", @@ -339877,68 +239198,7 @@ "id": "6065", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.943801649732578, - 8.943801649732578, - 8.943801649732578, - 8.943801649732578, - 8.943801649732578, - 8.943801649732578, - 8.943801649732578, - 8.943801649732578 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -591.3358229564324, - -1184.0912013263946, - -1164.9394563251258, - -528.7965045879646, - 499.24869538484563, - 1374.8513646775127, - 1330.8309999941876, - 425.50096616261726 - ], - "relative wind speed": [ - 2.297444489930773, - 1.892604364263173, - 1.9103918055647942, - 2.332715593379655, - 2.812141166761687, - 3.0991027486162896, - 3.088169729036915, - 2.7829529436396245 - ], - "relative wind angle": [ - 0.2608063051528315, - 0.12277095391734974, - 0.1389739759747287, - 0.26281192833815475, - 0.21225465502839272, - 0.07485720761780247, - 0.08580031405676215, - 0.21952490331743335 - ], - "resistance": [ - 96043.16417704358, - 95450.40879867363, - 95469.56054367489, - 96105.70349541205, - 97133.74869538486, - 98009.35136467752, - 97965.3309999942, - 97060.00096616262 - ], - "fuel": [ - 40.17043439468797, - 39.8670470624917, - 39.87682897561249, - 40.2025198614794, - 40.73203898208972, - 41.18614014679314, - 41.16324239354812, - 40.69392252232633 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.75 22.5, -38.75 22.65625, -38.59375 22.65625, -38.59375 22.5, -38.75 22.5))", @@ -339957,68 +239217,7 @@ "id": "6066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.46523710931715, - 7.46523710931715, - 7.46523710931715, - 7.46523710931715, - 7.46523710931715, - 7.46523710931715, - 7.46523710931715, - 7.46523710931715 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -834.4342978511249, - -1058.6064899577987, - -778.274053418706, - 28.204835408619147, - 960.2856160466592, - 1477.0104304240174, - 877.1908206197179, - -65.15038360672656 - ], - "relative wind speed": [ - 1.6256227549064544, - 1.364403483608517, - 1.6746286197121223, - 2.2178213673472302, - 2.639335289172591, - 2.7833690455737914, - 2.608516646675364, - 2.1656427435012167 - ], - "relative wind angle": [ - 0.3011771397875636, - 0.020211352695669652, - 0.31650828562164735, - 0.32565856766376716, - 0.18374184213637454, - 0.009907063419027109, - 0.2011721314611002, - 0.3338058993319263 - ], - "resistance": [ - 95800.06570214889, - 95575.89351004221, - 95856.22594658131, - 96662.70483540863, - 97594.78561604668, - 98111.51043042404, - 97511.69082061973, - 96569.34961639329 - ], - "fuel": [ - 39.35172604117934, - 39.237038045539364, - 39.38048728978056, - 39.79480229146065, - 40.276658095984715, - 40.54518106725636, - 40.23356950450392, - 39.746718751424794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.59375 22.5, -38.59375 22.65625, -38.4375 22.65625, -38.4375 22.5, -38.59375 22.5))", @@ -340037,68 +239236,7 @@ "id": "6067", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.760111948570605, - 7.760111948570605, - 7.760111948570605, - 7.760111948570605, - 7.760111948570605, - 7.760111948570605, - 7.760111948570605, - 7.760111948570605 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -608.9106876697781, - -1032.0863502698849, - -936.8998530640336, - -304.08465602916067, - 602.394737024285, - 1300.8091681464548, - 1082.4752157436642, - 240.87236162906993 - ], - "relative wind speed": [ - 1.8993383132098973, - 1.5289764324612558, - 1.634040280414965, - 2.099946274905304, - 2.5569012893435863, - 2.794183476519028, - 2.7340707001566904, - 2.3948811816007174 - ], - "relative wind angle": [ - 0.29778856461046316, - 0.10072730749657964, - 0.20950725538375015, - 0.3068788856178013, - 0.21971435368026065, - 0.05505260253953169, - 0.12462209582721596, - 0.2680819656328884 - ], - "resistance": [ - 96025.58931233021, - 95602.4136497301, - 95697.60014693595, - 96330.41534397083, - 97236.89473702427, - 97935.30916814644, - 97716.97521574365, - 96875.37236162905 - ], - "fuel": [ - 39.594228784760574, - 39.37753083892951, - 39.42621543905187, - 39.7507356442468, - 40.218192346906775, - 40.580438753067256, - 40.4670005305116, - 40.0313945791936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 22.65625, -38.4375 22.8125, -38.28125 22.8125, -38.28125 22.65625, -38.4375 22.65625))", @@ -340117,68 +239255,7 @@ "id": "6068", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.749136635654978, - 8.749136635654978, - 8.749136635654978, - 8.749136635654978, - 8.749136635654978, - 8.749136635654978, - 8.749136635654978, - 8.749136635654978 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -397.01188485166904, - -1078.3711580863967, - -1161.6027413687932, - -668.9870178947285, - 283.73214418859743, - 1198.7075237332383, - 1390.1276782244659, - 604.4336121681558 - ], - "relative wind speed": [ - 2.3432684082772886, - 1.9019095450246941, - 1.8229399246615419, - 2.186496292728496, - 2.671395322480563, - 3.0016661847622843, - 3.050270452480629, - 2.8011593607086955 - ], - "relative wind angle": [ - 0.26567624721017524, - 0.16658318321323, - 0.09298529956312623, - 0.2565139009368945, - 0.2323977080345538, - 0.10525685109553111, - 0.05551948394949929, - 0.1993559143479223 - ], - "resistance": [ - 96237.48811514836, - 95556.12884191363, - 95472.89725863123, - 95965.5129821053, - 96918.23214418863, - 97833.20752373326, - 98024.6276782245, - 97238.93361216818 - ], - "fuel": [ - 40.17055904090557, - 39.82144161252056, - 39.77891350087934, - 40.03099624379952, - 40.5210863869484, - 40.99494011511686, - 41.094468131868766, - 40.68681887686158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 22.65625, -38.28125 22.8125, -38.125 22.8125, -38.125 22.65625, -38.28125 22.65625))", @@ -340197,68 +239274,7 @@ "id": "6069", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.413818624003337, - 8.413818624003337, - 8.413818624003337, - 8.413818624003337, - 8.413818624003337, - 8.413818624003337, - 8.413818624003337, - 8.413818624003337 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -29.088744799598317, - -855.7986801737698, - -1123.7426294298718, - -888.8755544426695, - -84.0484397401724, - 880.6034724602355, - 1471.7271762339897, - 928.8040261847609 - ], - "relative wind speed": [ - 2.4379258422018544, - 1.948495754059003, - 1.6936165617205732, - 1.9241546799291986, - 2.4104299032172247, - 2.820818857497492, - 2.9808249985977375, - 2.8374783696278603 - ], - "relative wind angle": [ - 0.26716901626562456, - 0.2410709597155162, - 0.008419806087518003, - 0.23339550449423205, - 0.2702926160425805, - 0.1656696382219488, - 0.004783846399849737, - 0.15748766543963325 - ], - "resistance": [ - 96605.41125520044, - 95778.70131982626, - 95510.75737057015, - 95745.62444555736, - 96550.45156025985, - 97515.10347246027, - 98106.22717623402, - 97563.3040261848 - ], - "fuel": [ - 40.19404980665626, - 39.769548809844046, - 39.632510011834015, - 39.75261732879975, - 40.16575005651795, - 40.66409961158825, - 40.9711915173889, - 40.689091367014974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.4375 22.5, -38.4375 22.65625, -38.28125 22.65625, -38.28125 22.5, -38.4375 22.5))", @@ -340277,68 +239293,7 @@ "id": "6070", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.640114074262121, - 7.640114074262121, - 7.640114074262121, - 7.640114074262121, - 7.640114074262121, - 7.640114074262121, - 7.640114074262121, - 7.640114074262121 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -395.89960210046775, - -919.0661793644558, - -944.3875472610306, - -477.348487437893, - 338.3586410890648, - 1078.6642655454339, - 1136.724861114038, - 434.80398266164457 - ], - "relative wind speed": [ - 1.9978557308705363, - 1.5870724522178845, - 1.5589060906733112, - 1.943579738770219, - 2.402395201375422, - 2.6914923846028262, - 2.7079036218864125, - 2.446513442433085 - ], - "relative wind angle": [ - 0.2932535127239214, - 0.16462411854096093, - 0.13492087043010412, - 0.29046683504139365, - 0.24276980266660314, - 0.09678585628201804, - 0.0775144119772419, - 0.22953415634328042 - ], - "resistance": [ - 96238.60039789954, - 95715.43382063556, - 95690.11245273899, - 96157.15151256212, - 96972.85864108909, - 97713.16426554545, - 97771.22486111405, - 97069.30398266166 - ], - "fuel": [ - 39.65121203249834, - 39.3829938286046, - 39.370037853236305, - 39.60938770006479, - 40.02937095505624, - 40.41267540969084, - 40.442823404818725, - 40.0791914585152 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.28125 22.5, -38.28125 22.65625, -38.125 22.65625, -38.125 22.5, -38.28125 22.5))", @@ -340370,9 +239325,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -308.830290398912, - -868.587478061733, - -934.4090189294247, + -308.83029039891244, + -868.5874780617329, + -934.4090189294253, -517.2213241708569, 275.0311137389067, 1039.3667640742792, @@ -340380,9 +239335,9 @@ 523.0446853359772 ], "relative wind speed": [ - 1.9303697680993963, + 1.930369768099396, 1.472584012194429, - 1.3929359017560103, + 1.3929359017560101, 1.7819437820365804, 2.269402101246202, 2.5899825608992333, @@ -340390,14 +239345,14 @@ 2.387716418755368 ], "relative wind angle": [ - 0.3286491190409607, - 0.21557874224739684, - 0.12782788855393232, + 0.32864911904096106, + 0.21557874224739682, + 0.1278278885539332, 0.32330586568063796, 0.27811754259457894, - 0.12192607753637459, + 0.1219260775363746, 0.06747467854045565, - 0.23938011700656806 + 0.23938011700656808 ], "resistance": [ 96325.6697096011, @@ -340450,34 +239405,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 273.63852466822027, + 273.63852466821845, -765.5516618164556, - -1297.3948769726703, + -1297.3948769726726, -1207.2758925503176, -462.6405733579845, 628.4752789843269, - 1472.920283703474, - 1264.399695817568 + 1472.9202837034713, + 1264.3996958175671 ], "relative wind speed": [ - 3.02526498251353, + 3.0252649825135296, 2.5697036381963105, 2.2428595643597244, 2.314038083227072, 2.717799614283811, 3.15202889733969, - 3.392380275320549, - 3.344232454121363 + 3.3923802753205496, + 3.3442324541213635 ], "relative wind angle": [ 0.1914626630999739, 0.2029869138604976, - 0.07002522014032078, - 0.12831480189986252, - 0.21344007540785018, + 0.07002522014032396, + 0.12831480189986255, + 0.2134400754078502, 0.16510079934903626, - 0.04627560019362002, - 0.08865995602015875 + 0.04627560019362242, + 0.08865995602016001 ], "resistance": [ 96908.13852466822, @@ -340517,68 +239472,7 @@ "id": "6073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.357879517015679, - 10.357879517015679, - 10.357879517015679, - 10.357879517015679, - 10.357879517015679, - 10.357879517015679, - 10.357879517015679, - 10.357879517015679 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 284.45940143030975, - -738.0934939085232, - -1273.8585703053932, - -1199.0697431038743, - -484.71587040828445, - 580.7947182362609, - 1416.4199737319755, - 1243.0343691540188 - ], - "relative wind speed": [ - 3.0858796435240534, - 2.65125461813479, - 2.3360909736639273, - 2.3933073014793713, - 2.7717204671693447, - 3.1899743685899007, - 3.4275014931006975, - 3.387796877489428 - ], - "relative wind angle": [ - 0.17806194589926863, - 0.18955480436484137, - 0.06850002260163578, - 0.11449572368759828, - 0.19849932969782563, - 0.15724846976113602, - 0.046668170747832985, - 0.08079671361722371 - ], - "resistance": [ - 96918.95940143031, - 95896.40650609147, - 95360.6414296946, - 95435.43025689613, - 96149.78412959172, - 97215.29471823625, - 98050.91997373197, - 97877.53436915402 - ], - "fuel": [ - 41.41966951871072, - 40.89378615746713, - 40.61980368545408, - 40.65798546135373, - 41.023731804694556, - 41.57279740767129, - 42.00635707009592, - 41.91618325258945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-38.125 22.8125, -38.125 22.96875, -37.96875 22.96875, -37.96875 22.8125, -38.125 22.8125))", @@ -340612,7 +239506,7 @@ "wind resistance": [ 443.33556341955, -644.9043063728918, - -1286.7779556552573, + -1286.7779556552582, -1276.0599291560884, -609.0351241601679, 485.38903482430123, @@ -340620,7 +239514,7 @@ 1394.001311898557 ], "relative wind speed": [ - 3.0807901210157054, + 3.080790121015705, 2.622137993816567, 2.2479441016609885, 2.256482589127513, @@ -340631,12 +239525,12 @@ ], "relative wind angle": [ 0.18496485973810248, - 0.21512014649342878, - 0.10025460864482943, + 0.21512014649342875, + 0.10025460864483055, 0.10725312884193373, - 0.21631972051747006, - 0.18180286965711032, - 0.06666656827039934, + 0.21631972051747003, + 0.1818028696571103, + 0.06666656827039935, 0.07170325953661821 ], "resistance": [ @@ -340690,34 +239584,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 377.88774389527543, + 377.88774389527316, -582.6356530177513, - -1140.9356062235333, - -1123.0707383632546, + -1140.935606223534, + -1123.070738363254, -522.9593617728369, 447.8810802022954, 1267.6076944966853, 1226.3466762360258 ], "relative wind speed": [ - 2.8756781818316375, + 2.875678181831637, 2.440066530737701, - 2.0884978481782497, - 2.103770943457427, + 2.0884978481782492, + 2.1037709434574268, 2.4715388249310624, 2.9024307905922244, 3.1648390017122434, 3.154707115734894 ], "relative wind angle": [ - 0.18887243476679072, + 0.18887243476679189, 0.21798067869613189, 0.09896293109861493, - 0.11235248868342679, + 0.11235248868342482, 0.22022799791651987, 0.18282480410139063, 0.06524601901394599, - 0.07483650269276658 + 0.0748365026927666 ], "resistance": [ 97012.38774389526, @@ -340770,9 +239664,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 231.87093947367202, + 231.87093947367157, -859.3919443506948, - -1387.4699719761743, + -1387.469971976177, -1263.4880033263794, -441.6857353945911, 720.9693070735539, @@ -340780,7 +239674,7 @@ 1302.6246107476281 ], "relative wind speed": [ - 3.1137542518053363, + 3.113754251805336, 2.6459768682555893, 2.3263920542952214, 2.4205483318338525, @@ -340792,7 +239686,7 @@ "relative wind angle": [ 0.19246556718033384, 0.19743005829144977, - 0.05952258786616132, + 0.05952258786616505, 0.13396248094479912, 0.21109157441898152, 0.15878225586108088, @@ -340850,39 +239744,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 16.82491675163692, + 16.8249167516351, -1023.5434685826572, - -1401.8571713967317, + -1401.857171396738, -1156.0240354647995, -203.55546419553184, 979.4551678377447, 1740.180758683241, - 1171.1775193978883 + 1171.1775193978892 ], "relative wind speed": [ - 2.889706756226879, + 2.8897067562268783, 2.3858416650734133, 2.106070418368845, 2.3057415329671667, 2.7962383166316545, 3.2368369451645256, 3.4254665745346244, - 3.294375486117591 + 3.2943754861175916 ], "relative wind angle": [ - 0.23036092602743216, + 0.23036092602743313, 0.21136012660724668, - 0.02281529677662722, + 0.022815296776636948, 0.1887272674503107, - 0.23820754463154042, + 0.2382075446315404, 0.15525716348249138, - 0.0140267106816, - 0.1316882300063561 + 0.014026710681600002, + 0.13168823000635693 ], "resistance": [ 96651.32491675166, 95610.95653141737, - 95232.6428286033, + 95232.64282860329, 95478.47596453523, 96430.94453580449, 97613.95516783778, @@ -340892,7 +239786,7 @@ "fuel": [ 41.040808252421066, 40.50683322319082, - 40.313660105432234, + 40.31366010543223, 40.43912590146227, 40.92736054649605, 41.53847110244592, @@ -340930,19 +239824,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 281.68762967978955, + 281.68762967978773, -667.9716347810297, - -1162.532560861325, + -1162.5325608613261, -1084.8290602825687, -411.9046366032944, 582.9857031607162, - 1365.3773155657818, + 1365.3773155657786, 1186.391169635433 ], "relative wind speed": [ - 2.72935215475625, + 2.7293521547562496, 2.260644151927572, - 1.9109981829487066, + 1.9109981829487062, 1.9819173263992866, 2.403546016610834, 2.848839177102502, @@ -340950,13 +239844,13 @@ 3.049327852159668 ], "relative wind angle": [ - 0.21903023242940406, - 0.24017827475052472, - 0.08773936276149234, + 0.21903023242940456, + 0.24017827475052475, + 0.08773936276149362, 0.15243033061648642, 0.24931103079357558, 0.18990130441441624, - 0.05414420144334102, + 0.05414420144334307, 0.09885011963731988 ], "resistance": [ @@ -341010,19 +239904,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -263.38384924510274, + -263.38384924510547, -1263.389899569353, - -1505.0112238128322, + -1505.0112238128359, -1070.1817371882803, 58.09621511686055, 1284.270950248177, 1843.402016298724, - 1004.9111629133517 + 1004.9111629133527 ], "relative wind speed": [ - 2.9002552495433997, + 2.9002552495433993, 2.4025650974026886, - 2.214953968932559, + 2.2149539689325586, 2.5139714043191854, 3.030856676982775, 3.4387866554436792, @@ -341030,14 +239924,14 @@ 3.358201972362672 ], "relative wind angle": [ - 0.2345289078360655, + 0.23452890783606695, 0.17958808495470865, - 0.03027899513458537, + 0.030278995134589037, 0.20997000622342685, 0.22424590875856998, - 0.1251250597546133, + 0.12512505975461327, 0.018823834141709107, - 0.15667261916630074 + 0.1566726191663007 ], "resistance": [ 96371.11615075488, @@ -341077,68 +239971,7 @@ "id": "6080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.9353170257474, - 8.9353170257474, - 8.9353170257474, - 8.9353170257474, - 8.9353170257474, - 8.9353170257474, - 8.9353170257474, - 8.9353170257474 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 336.6262659252461, - -661.9223964496546, - -1200.0594795863178, - -1135.5239099959094, - -451.03598141812927, - 585.2790877722823, - 1420.7910731712286, - 1272.4004199022202 - ], - "relative wind speed": [ - 2.744538212102105, - 2.253683154186265, - 1.8723075218801255, - 1.9322522316574604, - 2.3726949030641147, - 2.843076386812724, - 3.107512774587765, - 3.0705980547720357 - ], - "relative wind angle": [ - 0.22770641533243424, - 0.257356868684636, - 0.10254431285876175, - 0.15723843866986445, - 0.26418411978396705, - 0.20315469707786593, - 0.061714919447264434, - 0.09869925184407297 - ], - "resistance": [ - 96971.12626592524, - 95972.57760355035, - 95434.44052041369, - 95498.97609000409, - 96183.46401858187, - 97219.77908777229, - 98055.29107317123, - 97906.90041990222 - ], - "fuel": [ - 40.643620547229496, - 40.12984376769444, - 39.85449813324935, - 39.88746182703003, - 40.23804074323334, - 40.772135259997754, - 41.205649918578956, - 41.12846607920936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-37.96875 22.65625, -37.96875 22.8125, -37.8125 22.8125, -37.8125 22.65625, -37.96875 22.65625))", @@ -341170,9 +240003,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 414.0424649474105, + 414.04246494741005, -457.2238229213863, - -982.2230096683163, + -982.2230096683165, -983.2040916510834, -460.3684783492499, 410.315037545887, @@ -341182,7 +240015,7 @@ "relative wind speed": [ 2.4762644720274873, 2.0049910784092364, - 1.5887826842054829, + 1.5887826842054824, 1.5877041720176757, 2.0029274622540236, 2.4745938919298007, @@ -341190,14 +240023,14 @@ 2.760941798849548 ], "relative wind angle": [ - 0.2405090401362781, - 0.29901692777232214, - 0.1551048469646209, + 0.24050904013627855, + 0.2990169277723222, + 0.15510484696462018, 0.15399039812629844, 0.2989201232479559, 0.24100467521073446, 0.08903513782181936, - 0.08831875827607784 + 0.08831875827607782 ], "resistance": [ 97048.54246494737, @@ -341250,19 +240083,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 7.073649389633147, + 7.073649389632465, -669.5052723113325, - -888.8082466152773, + -888.8082466152727, -678.4560625904907, - -7.82800589556814, + -7.828005895568367, 798.6183607237458, 1297.8770421722302, 811.9829589508777 ], "relative wind speed": [ - 1.9646202870718705, + 1.96462028707187, 1.4363611698423169, - 1.1437710653020376, + 1.1437710653020374, 1.4273023395179472, 1.955261142021806, 2.37057916882014, @@ -341270,17 +240103,17 @@ 2.3760444098293636 ], "relative wind angle": [ - 0.3591449434637951, + 0.3591449434637954, 0.34946403039323337, - 0.004371670953757803, - 0.34650549300065264, - 0.3609425874223272, + 0.004371670953732407, + 0.3465054930006527, + 0.36094258742232727, 0.2089783972161976, - 0.001980432914425244, - 0.20544963155313095 + 0.0019804329144252446, + 0.20544963155313092 ], "resistance": [ - 96641.57364938965, + 96641.57364938964, 95964.99472768868, 95745.69175338474, 95956.04393740953, @@ -341290,7 +240123,7 @@ 97446.48295895089 ], "fuel": [ - 39.44574956474516, + 39.44574956474515, 39.09805817488009, 38.98572472882315, 39.093469813301226, @@ -341330,17 +240163,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 290.71822233855323, + 290.7182223385512, -566.6354148496284, - -1007.3216308371425, + -1007.321630837143, -922.0715373282244, - -300.2193296096925, + -300.2193296096923, 609.2626019386246, 1330.3997592459802, 1135.2444045760174 ], "relative wind speed": [ - 2.294682354141079, + 2.294682354141078, 1.7634319420026858, 1.3389498062520468, 1.444394569741232, @@ -341352,10 +240185,10 @@ "relative wind angle": [ 0.302540632516269, 0.3536401991285993, - 0.13482092857325848, + 0.13482092857326014, 0.24916771098911908, - 0.3574517258449364, - 0.25253365435710673, + 0.3574517258449361, + 0.2525336543571067, 0.06670112101870206, 0.1350589020460334 ], @@ -341410,7 +240243,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 546.5065508385401, + 546.5065508385378, -262.53404957764155, -847.3050488471492, -949.1393887521422, @@ -341430,17 +240263,17 @@ 2.7880560017285454 ], "relative wind angle": [ - 0.18015531939886895, + 0.18015531939887083, 0.25044019649185284, 0.17078095365576212, 0.06556426660925094, 0.23538989315905962, 0.2275766454948605, - 0.11281706176267851, + 0.11281706176267853, 0.03995704316857201 ], "resistance": [ - 97181.00655083857, + 97181.00655083856, 96371.96595042238, 95787.19495115288, 95685.36061124789, @@ -341450,7 +240283,7 @@ 97776.09172316219 ], "fuel": [ - 40.32781005538122, + 40.327810055381214, 39.91062253726006, 39.610597667556426, 39.55848023523168, @@ -341490,40 +240323,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 534.9117724108771, + 534.9117724108758, -134.91197757568398, - -662.4122156965195, - -790.5008484067735, + -662.4122156965198, + -790.5008484067725, -560.0996332556438, 35.244823610142475, 683.1325630428194, 979.1975623308906 ], "relative wind speed": [ - 2.4028540316243303, + 2.40285403162433, 2.0636044216230576, 1.6921928020872807, - 1.5511312594785003, + 1.5511312594785, 1.7759336917575403, 2.160829647582296, 2.4625457346771977, 2.5537501425710203 ], "relative wind angle": [ - 0.16301893804429612, + 0.16301893804429748, 0.24546341445530637, - 0.18977080354394754, - 0.03226866866826428, + 0.18977080354394812, + 0.03226866866826084, 0.22139463957858377, 0.23420727059929503, - 0.12998967317556423, + 0.12998967317556426, 0.019597633071143084 ], "resistance": [ 97169.41177241088, 96499.58802242432, 95972.08778430348, - 95843.99915159322, + 95843.99915159323, 96074.40036674436, 96669.74482361015, 97317.63256304282, @@ -341533,7 +240366,7 @@ 40.02340441727438, 39.677860458636694, 39.40691243660751, - 39.341276546116035, + 39.34127654611605, 39.459383877892634, 39.7654815658973, 40.10009310557896, @@ -341570,11 +240403,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 621.2414006214765, + 621.2414006214756, -206.19627458069772, - -828.4002010790557, + -828.4002010790559, -960.0142548703654, - -635.2155409887753, + -635.2155409887755, 114.83574095964582, 902.6098281667471, 1205.6120070705404 @@ -341582,7 +240415,7 @@ "relative wind speed": [ 2.5506234581436487, 2.1460784763943646, - 1.7127694151196302, + 1.71276941511963, 1.571285105463356, 1.8665227986867097, 2.3203306997940563, @@ -341590,11 +240423,11 @@ 2.742380444175998 ], "relative wind angle": [ - 0.18863416793677862, - 0.27661817669136113, - 0.20614753476551814, - 0.05749843643101574, - 0.2591351075602085, + 0.1886341679367792, + 0.2766181766913612, + 0.20614753476551867, + 0.057498436431015744, + 0.25913510756020897, 0.25536066099184784, 0.13236894425043522, 0.03293233329314191 @@ -341650,34 +240483,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 520.4831129572947, + 520.4831129572929, -210.59495978073255, - -754.1830428777289, + -754.1830428777296, -861.2785578371793, -565.4158908056443, 103.42137106794758, 793.7483385397602, - 1040.9488387073227 + 1040.9488387073295 ], "relative wind speed": [ - 2.490567113498701, + 2.4905671134987006, 2.1268428431111643, - 1.7509510941663893, + 1.750951094166389, 1.638259025006333, 1.8977309476658593, 2.2980093161858215, 2.595857770065135, - 2.6684105125627333 + 2.668410512562733 ], "relative wind angle": [ - 0.1722039847243246, - 0.24483208821397562, - 0.17352097315611842, + 0.17220398472432527, + 0.24483208821397565, + 0.17352097315611906, 0.05374741803968466, 0.22682381467045057, 0.22626451879651124, 0.11672129075440742, - 0.032988091107939654 + 0.032988091107932924 ], "resistance": [ 97154.98311295727, @@ -341687,7 +240520,7 @@ 96069.08410919433, 96737.92137106792, 97428.24833853974, - 97675.44883870729 + 97675.4488387073 ], "fuel": [ 40.169237688421426, @@ -341730,9 +240563,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 682.8667419274861, + 682.8667419274839, -25.067588109699955, - -659.7051847465864, + -659.7051847465868, -877.805206847175, -723.9900504536788, -132.32283369433253, @@ -341740,9 +240573,9 @@ 1041.186457790558 ], "relative wind speed": [ - 2.7853842230938755, + 2.785384223093875, 2.494347624160787, - 2.147097208613734, + 2.1470972086137334, 1.9665380491610422, 2.104424392498459, 2.4423753241150745, @@ -341750,14 +240583,14 @@ 2.8843882185317318 ], "relative wind angle": [ - 0.11001920656139365, + 0.11001920656139466, 0.18505171128021913, - 0.16054657111427217, + 0.1605465711142722, 0.013449109842053102, 0.1458426268943317, 0.18903657194302478, 0.12501738072857638, - 0.009169278723084604 + 0.009169278723084602 ], "resistance": [ 97317.3667419275, @@ -341810,30 +240643,30 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 651.7234227686995, + 651.7234227686959, -227.63678297967908, -923.573943710885, - -1083.744777110673, + -1083.7447771106831, -787.2016486019538, 0.6201967979077381, 846.6705903670108, 1221.6415404043883 ], "relative wind speed": [ - 3.2661806756064475, + 3.266180675606447, 2.9488686898318264, 2.623484325180918, - 2.5081046794529045, + 2.508104679452905, 2.695629195468317, 3.039494434160997, 3.324407159283618, 3.412295983948724 ], "relative wind angle": [ - 0.10802149856877727, - 0.15393763259451507, + 0.1080214985687783, + 0.15393763259451504, 0.1097333519296417, - 0.0182772335028507, + 0.01827723350286285, 0.13100512361802977, 0.1493128604017214, 0.0865312712755427, @@ -341843,7 +240676,7 @@ 97286.2234227687, 96406.86321702032, 95710.92605628911, - 95550.75522288933, + 95550.75522288932, 95847.29835139804, 96635.12019679791, 97481.17059036701, @@ -341853,7 +240686,7 @@ 41.79429614478755, 41.34061858732191, 40.98361194532836, - 40.90170152867948, + 40.901701528679475, 41.053427170356954, 41.4581039107056, 41.895262508383055, @@ -341877,68 +240710,7 @@ "id": "6090", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.836009466475224, - 8.836009466475224, - 8.836009466475224, - 8.836009466475224, - 8.836009466475224, - 8.836009466475224, - 8.836009466475224, - 8.836009466475224 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 433.1982343884997, - -317.73284204998436, - -835.7142175035601, - -902.4306092312418, - -544.791572840109, - 167.86753085948112, - 850.8162688520315, - 1005.6948381119396 - ], - "relative wind speed": [ - 2.7219981943850304, - 2.379891856085704, - 2.0636103165356823, - 2.0040818253480133, - 2.253730006427435, - 2.612410355484703, - 2.868812572057344, - 2.9107093893785665 - ], - "relative wind angle": [ - 0.14916784810584544, - 0.1918805806723782, - 0.11525813520787168, - 0.05903114100801501, - 0.18047184404914682, - 0.1746175398508279, - 0.08281932858342457, - 0.04063170317003498 - ], - "resistance": [ - 97067.6982343885, - 96316.76715795002, - 95798.78578249644, - 95732.06939076875, - 96089.70842715989, - 96802.36753085948, - 97485.31626885204, - 97640.19483811194 - ], - "fuel": [ - 40.642428776917676, - 40.25544127207118, - 39.98972577069742, - 39.955573990792345, - 40.13884116418012, - 40.50545258525101, - 40.85855349630735, - 40.938870863185016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 24.6875, -34.53125 24.84375, -34.375 24.84375, -34.375 24.6875, -34.53125 24.6875))", @@ -341957,68 +240729,7 @@ "id": "6091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.82562656094472, - 9.82562656094472, - 9.82562656094472, - 9.82562656094472, - 9.82562656094472, - 9.82562656094472, - 9.82562656094472, - 9.82562656094472 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 186.36233387806442, - -591.6592313451338, - -988.7829255283946, - -924.7935009008224, - -370.8279650381792, - 443.77995381843175, - 1069.6849695814062, - 920.5522056592563 - ], - "relative wind speed": [ - 2.8846198561372725, - 2.5354095717546916, - 2.2925396133621425, - 2.3431201938774606, - 2.6446876727577378, - 2.981124436234228, - 3.171697766500382, - 3.134516287707213 - ], - "relative wind angle": [ - 0.15314002617883538, - 0.15725787028059804, - 0.05303076449306821, - 0.09626796061383149, - 0.1671585044809972, - 0.1335923177746039, - 0.038322662181220116, - 0.07191329474743814 - ], - "resistance": [ - 96820.86233387809, - 96042.84076865489, - 95645.71707447163, - 95709.70649909921, - 96263.67203496186, - 97078.27995381846, - 97704.18496958143, - 97555.05220565929 - ], - "fuel": [ - 41.05300567902373, - 40.652811082600195, - 40.449408973560736, - 40.48214394714117, - 40.76617216712675, - 41.18591069033462, - 41.51009480414504, - 41.432720008957006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 24.53125, -35 24.6875, -34.84375 24.6875, -34.84375 24.53125, -35 24.53125))", @@ -342050,19 +240761,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 478.5176197632916, + 478.5176197632893, -335.91400009448216, - -881.8660245317392, + -881.8660245317396, -941.22309448499, - -529.2766157553106, + -529.2766157553101, 250.33488752217613, 990.7407455666178, 1127.1627147750135 ], "relative wind speed": [ - 2.505099952555478, + 2.5050999525554776, 2.086195319610861, - 1.6864697717352282, + 1.686469771735228, 1.62321218440232, 1.9613171940705252, 2.4020990813211416, @@ -342070,17 +240781,17 @@ 2.736324745430992 ], "relative wind angle": [ - 0.20504348560596009, + 0.20504348560596117, 0.2708841249892429, 0.16643620607450954, 0.10065355905184392, - 0.26308570664404574, + 0.2630857066440453, 0.23453744209914631, - 0.10375034171639264, + 0.10375034171639262, 0.059643173719200325 ], "resistance": [ - 97113.0176197633, + 97113.01761976328, 96298.58599990552, 95752.63397546826, 95693.27690551501, @@ -342090,7 +240801,7 @@ 97761.66271477501 ], "fuel": [ - 40.182215998707946, + 40.18221599870794, 39.762462775135496, 39.48246416045227, 39.45208896058895, @@ -342117,68 +240828,7 @@ "id": "6093", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.080406714070833, - 8.080406714070833, - 8.080406714070833, - 8.080406714070833, - 8.080406714070833, - 8.080406714070833, - 8.080406714070833, - 8.080406714070833 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 398.50226377248464, - -367.6825977614326, - -861.8249506855964, - -896.7015388025668, - -483.20822936663944, - 262.74457853455215, - 945.3533697481935, - 1025.7572948962293 - ], - "relative wind speed": [ - 2.5253575090585056, - 2.1355632882699402, - 1.7855119153619161, - 1.7503527384621367, - 2.0640978991341155, - 2.46521806896707, - 2.7294464431215113, - 2.7521257196440256 - ], - "relative wind angle": [ - 0.18909187661662094, - 0.23746899109008549, - 0.13244121306850795, - 0.09666090110208618, - 0.23204853542104834, - 0.20522362711902775, - 0.08649332264372932, - 0.06141928124833964 - ], - "resistance": [ - 97033.00226377248, - 96266.81740223855, - 95772.67504931439, - 95737.79846119742, - 96151.29177063334, - 96897.24457853453, - 97579.85336974818, - 97660.25729489622 - ], - "fuel": [ - 40.25714916735694, - 39.86242138528986, - 39.60900481807283, - 39.59115299342709, - 39.80309370023106, - 40.18704946294616, - 40.540215171169706, - 40.581928409618484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 24.375, -35 24.53125, -34.84375 24.53125, -34.84375 24.375, -35 24.375))", @@ -342210,19 +240860,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 293.76351218359855, + 293.76351218359787, -384.02913601445766, - -782.0991991365607, + -782.0991991365611, -772.1251483034125, -351.67490475104796, 331.98355526879436, - 918.6929515119352, + 918.6929515119343, 895.7945186183949 ], "relative wind speed": [ 2.237591132476995, 1.833476501460285, - 1.4910155386429182, + 1.491015538642918, 1.5027344486779664, 1.8564307449995863, 2.256438145775849, @@ -342230,14 +240880,14 @@ 2.488963311074698 ], "relative wind angle": [ - 0.22770902641160112, - 0.27409756570146354, - 0.1323235988104655, + 0.2277090264116021, + 0.2740975657014636, + 0.13232359881046635, 0.1456339683073094, 0.2755708261470394, 0.221753553925622, - 0.07889640484404845, - 0.08772985336583776 + 0.07889640484404986, + 0.08772985336583775 ], "resistance": [ 96928.26351218362, @@ -342290,18 +240940,18 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 501.09610590854663, - -209.83841102755264, - -730.9768929701731, + 501.0961059085439, + -209.8384110275524, + -730.976892970174, -828.9852730613383, -531.0340622359963, - 122.55290946461787, - 791.5194265229034, + 122.5529094646181, + 791.5194265229029, 1017.2415709109368 ], "relative wind speed": [ - 2.3892122381662984, - 2.0165131019660167, + 2.389212238166298, + 2.016513101966017, 1.6308920850495054, 1.5207579955894286, 1.7967586470721915, @@ -342310,17 +240960,17 @@ 2.573707806586273 ], "relative wind angle": [ - 0.1861753936288053, - 0.26447731434710847, - 0.18701197267391148, - 0.06468787678686724, + 0.1861753936288071, + 0.2644773143471093, + 0.18701197267391326, + 0.06468787678686726, 0.24869178534669664, - 0.24118660460857996, - 0.12132623499154291, + 0.24118660460857994, + 0.12132623499154384, 0.03820555356180299 ], "resistance": [ - 97135.59610590855, + 97135.59610590854, 96424.66158897245, 95903.52310702983, 95805.51472693867, @@ -342357,68 +241007,7 @@ "id": "6096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.03069935988517, - 8.03069935988517, - 8.03069935988517, - 8.03069935988517, - 8.03069935988517, - 8.03069935988517, - 8.03069935988517, - 8.03069935988517 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 261.6132642036496, - -431.4196448201576, - -828.3574374361208, - -809.6113536834014, - -368.7681546025058, - 335.0884536703461, - 923.1504319370688, - 879.8481356458519 - ], - "relative wind speed": [ - 2.444025240173254, - 2.0733374472113515, - 1.7782520639658617, - 1.7970504559425815, - 2.1121049487060706, - 2.4769978843236258, - 2.696676896840583, - 2.6841863474336436 - ], - "relative wind angle": [ - 0.18959102010057013, - 0.21657445553989904, - 0.09545201132023189, - 0.11480015241922902, - 0.2198401110315101, - 0.18085112311214166, - 0.06288920753542186, - 0.07676483870768487 - ], - "resistance": [ - 96896.11326420368, - 96203.08035517987, - 95806.14256256391, - 95824.88864631663, - 96265.73184539752, - 96969.58845367038, - 97557.6504319371, - 97514.34813564588 - ], - "fuel": [ - 40.16361780844892, - 39.8068355827268, - 39.60329187524367, - 39.61289139358909, - 39.83901589289151, - 40.201548561322596, - 40.50585283514559, - 40.483401318989394 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 24.53125, -34.53125 24.6875, -34.375 24.6875, -34.375 24.53125, -34.53125 24.53125))", @@ -342437,68 +241026,7 @@ "id": "6097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.13109550179413, - 8.13109550179413, - 8.13109550179413, - 8.13109550179413, - 8.13109550179413, - 8.13109550179413, - 8.13109550179413, - 8.13109550179413 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 41.850504614621514, - -644.0026155294054, - -912.5409116740334, - -770.1291833253488, - -168.03931425348628, - 600.2838656130657, - 1112.1469195500213, - 782.5706680688841 - ], - "relative wind speed": [ - 2.3725531499501504, - 1.9723365351155686, - 1.7383248531306312, - 1.8795357939757031, - 2.263512418317641, - 2.6196155270315655, - 2.7804178862546767, - 2.686976389248829 - ], - "relative wind angle": [ - 0.22149201395472012, - 0.20842811681181, - 0.03219404233751627, - 0.17594396031090495, - 0.23235347724449465, - 0.15643122367059703, - 0.02012568501003868, - 0.12274652903756632 - ], - "resistance": [ - 96676.35050461466, - 95990.49738447064, - 95721.95908832601, - 95864.3708166747, - 96466.46068574656, - 97234.7838656131, - 97746.64691955007, - 97417.07066806893 - ], - "fuel": [ - 40.09660190987541, - 39.744067624519644, - 39.60651351137836, - 39.67942804578989, - 39.98853090761558, - 40.384934151762714, - 40.65024033076816, - 40.47930431769129 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.6875 24.375, -34.6875 24.53125, -34.53125 24.53125, -34.53125 24.375, -34.6875 24.375))", @@ -342517,68 +241045,7 @@ "id": "6098", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.535445752771527, - 7.535445752771527, - 7.535445752771527, - 7.535445752771527, - 7.535445752771527, - 7.535445752771527, - 7.535445752771527, - 7.535445752771527 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 611.4650876431851, - -62.84355664245459, - -633.0044860777987, - -800.0995275376665, - -622.1541383446622, - -44.795328735550356, - 627.1705540016442, - 1014.6513774550008 - ], - "relative wind speed": [ - 2.4707692016161555, - 2.1475174408049087, - 1.7696644990221075, - 1.5910304086368785, - 1.7783405290415213, - 2.1576293301504186, - 2.476990723799232, - 2.5953453958345074 - ], - "relative wind angle": [ - 0.14571551114318756, - 0.23601749239894093, - 0.19989941019759955, - 0.0032679528173188937, - 0.20313082032180543, - 0.23489052486424356, - 0.14234738210501371, - 0.0020033582189140486 - ], - "resistance": [ - 97245.96508764318, - 96571.65644335754, - 96001.4955139222, - 95834.40047246234, - 96012.34586165534, - 96589.70467126445, - 97261.67055400164, - 97649.151377455 - ], - "fuel": [ - 40.12565368639271, - 39.777609636120545, - 39.48464150449645, - 39.39901157448686, - 39.49020549224061, - 39.78690318274355, - 40.13378021703315, - 40.33456634621674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 24.375, -34.53125 24.53125, -34.375 24.53125, -34.375 24.375, -34.53125 24.375))", @@ -342597,68 +241064,7 @@ "id": "6099", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.485728301130762, - 7.485728301130762, - 7.485728301130762, - 7.485728301130762, - 7.485728301130762, - 7.485728301130762, - 7.485728301130762, - 7.485728301130762 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 277.9253164159629, - -420.7286708189429, - -821.1267351093372, - -800.9583556528794, - -354.70693969945796, - 355.73098814052014, - 953.0334815926474, - 906.6535034177966 - ], - "relative wind speed": [ - 2.3177910361050023, - 1.9166806009127721, - 1.588427129213946, - 1.6107292144739738, - 1.9611000717015046, - 2.3546558670771827, - 2.5874636293972304, - 2.5736394805637404 - ], - "relative wind angle": [ - 0.21812917969262158, - 0.25551123439427864, - 0.11578035456058228, - 0.1400943023305303, - 0.2586375501366249, - 0.2072090215637654, - 0.07097769675920812, - 0.08750404537605493 - ], - "resistance": [ - 96912.42531641593, - 96213.77132918102, - 95813.37326489063, - 95833.54164434709, - 96279.79306030051, - 96990.2309881405, - 97587.53348159262, - 97541.15350341777 - ], - "fuel": [ - 39.9322183580779, - 39.57250722902031, - 39.367175795708434, - 39.377504241057785, - 39.60642167008838, - 39.972390023979756, - 40.28153213356121, - 40.25747999913683 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.375 24.84375, -34.375 25, -34.21875 25, -34.21875 24.84375, -34.375 24.84375))", @@ -342690,9 +241096,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 433.7017442456772, + 433.70174424567676, -383.5007251356942, - -930.0110326816639, + -930.0110326816648, -985.6326027030816, -574.0959870284319, 211.26212746137526, @@ -342700,11 +241106,11 @@ 1073.0871321419695 ], "relative wind speed": [ - 2.9050634833699656, + 2.905063483369965, 2.555626722683096, - 2.2446695401094074, + 2.244669540109407, 2.199029241493727, - 2.4579660481673637, + 2.457966048167364, 2.8195324063860623, 3.0728569104431376, 3.105682104048746 @@ -342712,10 +241118,10 @@ "relative wind angle": [ 0.14356696476043918, 0.1785643305029914, - 0.1009897687125654, + 0.10098976871256542, 0.06091954804796325, - 0.16991554804907272, - 0.16169581583630532, + 0.16991554804907338, + 0.1616958158363053, 0.07371270429418145, 0.043121774277524796 ], @@ -342770,34 +241176,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 438.0043310975302, + 438.0043310975293, -333.68155889637364, - -856.7986164741565, - -917.0383783059165, + -856.7986164741569, + -917.0383783059162, -536.1072098866123, 200.867059962422, 899.6806076645048, - 1039.0514792885378 + 1039.0514792885333 ], "relative wind speed": [ - 2.6477216308043277, + 2.647721630804327, 2.2814785302248763, - 1.943021791412643, - 1.8864150358078355, + 1.9430217914126426, + 1.8864150358078353, 2.1637491524234687, 2.546977806139139, 2.8136997968756385, - 2.8519604733447 + 2.8519604733447004 ], "relative wind angle": [ - 0.1661020002253563, - 0.21358754201311894, + 0.16610200022535626, + 0.21358754201311891, 0.12702006147081263, - 0.07189382776317499, + 0.07189382776317345, 0.20372757106023026, - 0.1910313827682361, + 0.19103138276823614, 0.08759095264870785, - 0.04753075377496808 + 0.04753075377497275 ], "resistance": [ 97072.50433109752, @@ -342837,68 +241243,7 @@ "id": "6102", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.041491338391412, - 10.041491338391412, - 10.041491338391412, - 10.041491338391412, - 10.041491338391412, - 10.041491338391412, - 10.041491338391412, - 10.041491338391412 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 196.02127512453671, - -676.3299053655028, - -1111.09560119062, - -1027.777621053675, - -391.0603830682917, - 529.0092645828713, - 1226.605411337549, - 1032.8611651563192 - ], - "relative wind speed": [ - 2.9556223404782687, - 2.5693389671163867, - 2.3037149379080843, - 2.3687010935635984, - 2.708239321168336, - 3.077135179402079, - 3.280725700986859, - 3.2341179275974428 - ], - "relative wind angle": [ - 0.16621708638598628, - 0.16996025119549768, - 0.05453973928283589, - 0.10870666562697787, - 0.1815618604130184, - 0.14170452784827955, - 0.0382879982930818, - 0.07954501775773748 - ], - "resistance": [ - 96830.52127512451, - 95958.17009463446, - 95523.40439880935, - 95606.7223789463, - 96243.43961693168, - 97163.50926458284, - 97861.10541133751, - 97667.3611651563 - ], - "fuel": [ - 41.183916355174674, - 40.735322739038175, - 40.51280826438705, - 40.555396193599414, - 40.881706752780715, - 41.35589722092806, - 41.71752765258614, - 41.61690996130491 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.21875 24.6875, -34.21875 24.84375, -34.0625 24.84375, -34.0625 24.6875, -34.21875 24.6875))", @@ -342930,9 +241275,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 126.2691617890955, + 126.26916178909323, -617.0879637125652, - -956.5775962942455, + -956.5775962942485, -850.9577022623234, -263.21899759801454, 541.1328949720141, @@ -342940,9 +241285,9 @@ 878.4326524152375 ], "relative wind speed": [ - 2.5141630300818387, + 2.514163030081838, 2.11401042423216, - 1.8514230303764614, + 1.8514230303764612, 1.9511946950968422, 2.320555323362707, 2.69015848545305, @@ -342950,13 +241295,13 @@ 2.810486081168741 ], "relative wind angle": [ - 0.2056321331459774, + 0.20563213314597795, 0.20630770845783028, - 0.05353431858667406, - 0.1507070837586311, + 0.05353431858667821, + 0.15070708375863112, 0.2230669161157796, - 0.16167886770184745, - 0.034438775636334684, + 0.16167886770184747, + 0.03443877563633469, 0.10442323733857208 ], "resistance": [ @@ -343010,19 +241355,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 260.1719559335818, + 260.1719559335809, -394.8192115845595, - -775.2520838553928, + -775.2520838553937, -762.4872081711237, - -352.3876717104206, + -352.38767171042036, 309.9932674647059, 869.7283041475314, 840.2799973508379 ], "relative wind speed": [ - 2.3408622975913786, + 2.340862297591378, 1.9743692844773144, - 1.6769286202874591, + 1.676928620287459, 1.6904712354661762, 2.002056547458607, 2.364261543065657, @@ -343032,11 +241377,11 @@ "relative wind angle": [ 0.19561439696326263, 0.2269523720621486, - 0.10351307114899383, + 0.1035130711489949, 0.11811395935483816, - 0.2292653295271382, + 0.2292653295271377, 0.18902633937604335, - 0.06711337500396856, + 0.06711337500396855, 0.0774409122299638 ], "resistance": [ @@ -343090,17 +241435,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 529.8847814776987, + 529.8847814776973, -216.21385634197532, - -777.9826426919756, + -777.9826426919765, -891.8694819152977, - -599.7632679797973, + -599.7632679797978, 80.68700762276285, 786.6762218485164, 1050.531042405447 ], "relative wind speed": [ - 2.6338658849923466, + 2.633865884992346, 2.2876355853985344, 1.9334159145354752, 1.8241619824515767, @@ -343110,14 +241455,14 @@ 2.802115567314909 ], "relative wind angle": [ - 0.15263883369335468, + 0.1526388336933547, 0.21553701531294459, - 0.15131989895812115, + 0.15131989895812262, 0.042273136038448636, - 0.19568258509783082, - 0.2020138569216719, - 0.10704524078145623, - 0.02751485750541138 + 0.19568258509783137, + 0.20201385692167192, + 0.10704524078145625, + 0.027514857505411376 ], "resistance": [ 97164.38478147771, @@ -343170,33 +241515,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -3.286444552332796, + -3.2864445523332506, -617.4041906371688, - -836.1194459157578, + -836.1194459157609, -689.6958031556983, -123.66288719640761, 574.9537718025517, - 1018.9277288307785, + 1018.9277288307685, 679.2249988414051 ], "relative wind speed": [ - 2.3026189371667245, + 2.302618937166724, 1.9331224249688437, - 1.7331840275801085, + 1.733184027580108, 1.879454675537652, 2.238903368326335, 2.564718298875025, - 2.703851953980287, + 2.7038519539802874, 2.604302667721531 ], "relative wind angle": [ - 0.21239193275553078, - 0.19062925818932555, - 0.018817169994304838, + 0.21239193275553023, + 0.19062925818932558, + 0.01881716999431074, 0.17118313895050125, 0.21853292615286943, - 0.14330561633493138, - 0.0120614904710181, + 0.1433056163349314, + 0.012061490471027307, 0.12324754690163034 ], "resistance": [ @@ -343206,7 +241551,7 @@ 95944.80419684433, 96510.83711280362, 97209.45377180258, - 97653.42772883081, + 97653.4277288308, 97313.72499884144 ], "fuel": [ @@ -343250,7 +241595,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 192.68437377890268, + 192.6843737789004, -479.25145697917515, -831.6136239580453, -781.5433776546679, @@ -343260,7 +241605,7 @@ 824.8786706330602 ], "relative wind speed": [ - 2.4259956107556704, + 2.42599561075567, 2.059675382135259, 1.7909955183234425, 1.8405745908570343, @@ -343270,12 +241615,12 @@ 2.678559578521584 ], "relative wind angle": [ - 0.19133126120426452, - 0.20599202373150136, - 0.07513591208335582, + 0.1913312612042657, + 0.20599202373150138, + 0.07513591208335584, 0.12592019870703075, 0.214977158392406, - 0.16836979510475505, + 0.16836979510475503, 0.04959386946342374, 0.08640517373167154 ], @@ -343317,68 +241662,7 @@ "id": "6108", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.860908354523493, - 9.860908354523493, - 9.860908354523493, - 9.860908354523493, - 9.860908354523493, - 9.860908354523493, - 9.860908354523493, - 9.860908354523493 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -18.10673001116311, - -843.2590598639954, - -1134.7911839506796, - -941.5900417186085, - -182.13467617547894, - 753.8949023885898, - 1344.941571823419, - 895.1496350305556 - ], - "relative wind speed": [ - 2.824255062952211, - 2.4256983080942756, - 2.2141217681456333, - 2.3677919135178764, - 2.753882371917854, - 3.1106707471347184, - 3.2646515242510574, - 3.154971669167641 - ], - "relative wind angle": [ - 0.1870895540844562, - 0.16431410545328054, - 0.01618214398090329, - 0.14670291766241514, - 0.1919292483270375, - 0.1279046569357961, - 0.010974645375666742, - 0.10992663083546023 - ], - "resistance": [ - 96616.39326998882, - 95791.24094013599, - 95499.7088160493, - 95692.90995828138, - 96452.3653238245, - 97388.39490238858, - 97979.44157182341, - 97529.64963503054 - ], - "fuel": [ - 40.96798611707159, - 40.544248812494914, - 40.395145133614335, - 40.493922229913935, - 40.88355171576849, - 41.36672318406549, - 41.67349631365338, - 41.439920939357435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.21875 24.53125, -34.21875 24.6875, -34.0625 24.6875, -34.0625 24.53125, -34.21875 24.53125))", @@ -343397,68 +241681,7 @@ "id": "6109", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.9751417642761435, - 7.9751417642761435, - 7.9751417642761435, - 7.9751417642761435, - 7.9751417642761435, - 7.9751417642761435, - 7.9751417642761435, - 7.9751417642761435 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -109.63923610094798, - -714.1324051082584, - -877.2208063681485, - -656.1490806927982, - -13.158050924377221, - 711.6203329012683, - 1089.589949789416, - 627.798129763089 - ], - "relative wind speed": [ - 2.2488653496794324, - 1.8648802258563433, - 1.7004586495928486, - 1.9084387270908776, - 2.299964275670346, - 2.6209640923825352, - 2.7305075373222243, - 2.589419366438809 - ], - "relative wind angle": [ - 0.23108335273482283, - 0.18642833906164924, - 0.015426462331761981, - 0.20192732247122697, - 0.2258591184523403, - 0.13226661030507345, - 0.009606794344802754, - 0.1483576115419271 - ], - "resistance": [ - 96524.86076389905, - 95920.36759489174, - 95757.27919363185, - 95978.3509193072, - 96621.34194907562, - 97346.12033290126, - 97724.08994978941, - 97262.29812976309 - ], - "fuel": [ - 39.946925820997706, - 39.636460486058446, - 39.55293182612466, - 39.6661815383017, - 39.99660401033428, - 40.37090004534302, - 40.56686971050358, - 40.32751193220251 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.375 24.375, -34.375 24.53125, -34.21875 24.53125, -34.21875 24.375, -34.375 24.375))", @@ -343477,68 +241700,7 @@ "id": "6110", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.289706818466163, - 8.289706818466163, - 8.289706818466163, - 8.289706818466163, - 8.289706818466163, - 8.289706818466163, - 8.289706818466163, - 8.289706818466163 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 39.483467786694746, - -667.11530468764, - -942.0007173218962, - -793.8583709425266, - -171.4501244546359, - 620.8926131630628, - 1146.9474730892161, - 804.0162191438817 - ], - "relative wind speed": [ - 2.4161019938465, - 2.011395128157425, - 1.7761611709443572, - 1.9200460013705358, - 2.3086050063505885, - 2.6686130402215693, - 2.8306284487451907, - 2.7350739062476994 - ], - "relative wind angle": [ - 0.2200543350413638, - 0.20624925235601857, - 0.031049998277620144, - 0.17480806618199782, - 0.23048186899560621, - 0.15497460891831158, - 0.019481337474754012, - 0.12239814961025196 - ], - "resistance": [ - 96673.9834677867, - 95967.38469531237, - 95692.49928267812, - 95840.64162905749, - 96463.04987554537, - 97255.39261316307, - 97781.44747308923, - 97438.5162191439 - ], - "fuel": [ - 40.16990527513785, - 39.80674104636421, - 39.665962619405946, - 39.74179655928966, - 40.061299107759645, - 40.47012018590073, - 40.74283641866664, - 40.56493789448092 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.21875 24.375, -34.21875 24.53125, -34.0625 24.53125, -34.0625 24.375, -34.21875 24.375))", @@ -343557,68 +241719,7 @@ "id": "6111", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.954028511605644, - 7.954028511605644, - 7.954028511605644, - 7.954028511605644, - 7.954028511605644, - 7.954028511605644, - 7.954028511605644, - 7.954028511605644 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -47.18278184706742, - -706.2454960036773, - -910.7003404783688, - -720.0932710548832, - -70.21124147849741, - 699.6428906995588, - 1161.4577325203613, - 719.7083763231749 - ], - "relative wind speed": [ - 2.2813685408367936, - 1.8705755584860568, - 1.6662203072013466, - 1.8600372700482248, - 2.269150422422864, - 2.6181354316949, - 2.7527070215646843, - 2.6256327642557347 - ], - "relative wind angle": [ - 0.24043252093782164, - 0.20925730163772074, - 0.003775625283251175, - 0.20557210893554548, - 0.241752867570495, - 0.1489694091084167, - 0.0022853917978703903, - 0.1451155657923195 - ], - "resistance": [ - 96587.31721815292, - 95928.25450399632, - 95723.79965952161, - 95914.4067289451, - 96564.28875852149, - 97334.14289069954, - 97795.95773252034, - 97354.20837632316 - ], - "fuel": [ - 39.96950262268584, - 39.6309243269461, - 39.52621883387302, - 39.62382768827373, - 39.95764503085308, - 40.3551205810927, - 40.59461377246376, - 40.36550987724215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.0625 24.53125, -34.0625 24.6875, -33.90625 24.6875, -33.90625 24.53125, -34.0625 24.53125))", @@ -343637,68 +241738,7 @@ "id": "6112", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.053898715282777, - 7.053898715282777, - 7.053898715282777, - 7.053898715282777, - 7.053898715282777, - 7.053898715282777, - 7.053898715282777, - 7.053898715282777 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -67.7095462067955, - -577.6415891506817, - -722.8527057811802, - -551.2269570642809, - -23.785997998665152, - 582.4866601639037, - 918.7803858367392, - 544.1978897413392 - ], - "relative wind speed": [ - 2.005568562658314, - 1.6407686351726234, - 1.4738425385326532, - 1.6634697959586098, - 2.0318428794024053, - 2.3363580701457893, - 2.4450928239462026, - 2.3202497675972324 - ], - "relative wind angle": [ - 0.24457556689600918, - 0.20488826036856156, - 0.009183376721957152, - 0.21381320574490795, - 0.24134957925110004, - 0.1433742384939644, - 0.00553546679559783, - 0.1527179486296534 - ], - "resistance": [ - 96566.7904537932, - 96056.85841084932, - 95911.64729421883, - 96083.27304293572, - 96610.71400200133, - 97216.98666016391, - 97553.28038583674, - 97178.69788974134 - ], - "fuel": [ - 39.57790101481654, - 39.31583263078937, - 39.24138156295062, - 39.32938408884771, - 39.600519820124816, - 39.91345850123184, - 40.08763238350829, - 39.89365459305078 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.90625 24.53125, -33.90625 24.6875, -33.75 24.6875, -33.75 24.53125, -33.90625 24.53125))", @@ -343717,68 +241757,7 @@ "id": "6113", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.705467913086996, - 6.705467913086996, - 6.705467913086996, - 6.705467913086996, - 6.705467913086996, - 6.705467913086996, - 6.705467913086996, - 6.705467913086996 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 21.013725641620113, - -492.4642426397595, - -683.8017481517838, - -564.3266937368874, - -98.43820578797386, - 484.84918270856156, - 865.1853031578116, - 589.244733738235 - ], - "relative wind speed": [ - 1.961860293633049, - 1.5917711680142113, - 1.3799733698499275, - 1.526226781570858, - 1.886763593391816, - 2.20794864472918, - 2.3461556145293914, - 2.253753420474079 - ], - "relative wind angle": [ - 0.24885933486304052, - 0.2340140719351726, - 0.02811421141865092, - 0.20738092646981598, - 0.25898727822764267, - 0.16796020959285618, - 0.016534930517346263, - 0.1398883104736708 - ], - "resistance": [ - 96655.51372564162, - 96142.03575736024, - 95950.69825184821, - 96070.17330626311, - 96536.06179421203, - 97119.34918270857, - 97499.6853031578, - 97223.74473373823 - ], - "fuel": [ - 39.49043350205284, - 39.22637663365657, - 39.12823192051033, - 39.1894995140308, - 39.428917585225946, - 39.72980502830903, - 39.9266824151247, - 39.78379079948986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.0625 24.375, -34.0625 24.53125, -33.90625 24.53125, -33.90625 24.375, -34.0625 24.375))", @@ -343797,68 +241776,7 @@ "id": "6114", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.555577753537805, - 7.555577753537805, - 7.555577753537805, - 7.555577753537805, - 7.555577753537805, - 7.555577753537805, - 7.555577753537805, - 7.555577753537805 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -153.5914938748051, - -729.1908492926775, - -865.6809407762214, - -603.2194859231731, - 55.81772951093035, - 768.116584481287, - 1083.106697230937, - 585.1788851019721 - ], - "relative wind speed": [ - 2.1088183956628166, - 1.708137801769097, - 1.5596792000995985, - 1.8099431536182116, - 2.2256749549610175, - 2.5461754223136435, - 2.6397243840604454, - 2.4748433913476595 - ], - "relative wind angle": [ - 0.25908021602305625, - 0.20000300117894354, - 0.038693588991044234, - 0.236848476408822, - 0.24518987264410194, - 0.13367989903159952, - 0.022858364588207225, - 0.17245451510973558 - ], - "resistance": [ - 96480.9085061252, - 95905.30915070733, - 95768.81905922378, - 96031.28051407683, - 96690.31772951093, - 97402.6165844813, - 97717.60669723093, - 97219.67888510197 - ], - "fuel": [ - 39.73947644668482, - 39.443914057277084, - 39.37400909392423, - 39.50849324737169, - 39.84731106403714, - 40.21532859941941, - 40.37867396485265, - 40.120631523844565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.90625 24.375, -33.90625 24.53125, -33.75 24.53125, -33.75 24.375, -33.90625 24.375))", @@ -343877,68 +241795,7 @@ "id": "6115", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.791082325550778, - 7.791082325550778, - 7.791082325550778, - 7.791082325550778, - 7.791082325550778, - 7.791082325550778, - 7.791082325550778, - 7.791082325550778 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -29.133626736850374, - -645.5391207157252, - -847.1385629578549, - -680.3430640092188, - -87.03474470803258, - 626.060032895602, - 1063.050267920909, - 676.4070397249357 - ], - "relative wind speed": [ - 2.2395478674918494, - 1.8517885338181646, - 1.6526062394670917, - 1.8249441785714304, - 2.2081649513355033, - 2.5421342075337767, - 2.675903533457111, - 2.5614733744843137 - ], - "relative wind angle": [ - 0.2305031595238463, - 0.20292597891529526, - 0.00975690115952652, - 0.19320532409071278, - 0.2338397118442512, - 0.14733920035449152, - 0.006025687128572916, - 0.13722632763843057 - ], - "resistance": [ - 96605.36637326311, - 95988.96087928423, - 95787.3614370421, - 95954.15693599074, - 96547.46525529193, - 97260.56003289556, - 97697.55026792086, - 97310.90703972489 - ], - "fuel": [ - 39.905864580220914, - 39.58911012949153, - 39.48582033553676, - 39.57126747334644, - 39.87605056421137, - 40.244101325071, - 40.47058085619669, - 40.27015852009543 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 24.21875, -35 24.375, -34.84375 24.375, -34.84375 24.21875, -35 24.21875))", @@ -343970,9 +241827,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 236.70188832864483, + 236.7018883286437, -276.00305682191924, - -575.54071888353, + -575.5407188835302, -565.5312690321017, -244.50104555194162, 274.2611482346649, @@ -343980,9 +241837,9 @@ 699.907926006905 ], "relative wind speed": [ - 1.8253970379118671, + 1.8253970379118667, 1.440551461314835, - 1.10040424308277, + 1.1004042430827699, 1.116007143015497, 1.4692439962774035, 1.8481243881076583, @@ -343990,14 +241847,14 @@ 2.0604078051087367 ], "relative wind angle": [ - 0.27059627759972305, + 0.2705962775997239, 0.33745180320884627, - 0.17036026815184546, + 0.1703602681518455, 0.19213560017910505, 0.33853178186947996, 0.2610226719077187, - 0.09030114856654997, - 0.10361524119409891 + 0.09030114856654999, + 0.10361524119409893 ], "resistance": [ 96871.20188832868, @@ -344050,9 +241907,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 399.1700583128061, + 399.17005831280517, -238.07707684867069, - -678.698460121023, + -678.6984601210243, -739.1369046362952, -435.40273357233855, 166.43079862483455, @@ -344062,7 +241919,7 @@ "relative wind speed": [ 2.2327986990007633, 1.8686017662642571, - 1.5114538401649005, + 1.5114538401649003, 1.4390969614028295, 1.7251828071030448, 2.114231110190544, @@ -344070,10 +241927,10 @@ 2.4270652409576026 ], "relative wind angle": [ - 0.1982585880452517, + 0.19825858804525281, 0.2681740604226952, - 0.17317264109305575, - 0.08823447526993493, + 0.1731726410930577, + 0.08823447526993494, 0.25776115327794813, 0.23638233671487802, 0.10952282252013971, @@ -344130,7 +241987,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 115.13639729744295, + 115.13639729744227, -365.5308316064303, -591.4840922053762, -522.4245778173918, @@ -344140,7 +241997,7 @@ 606.9812957019938 ], "relative wind speed": [ - 1.7696621142768825, + 1.769662114276882, 1.3840579787684086, 1.1071175984042152, 1.2108347915341404, @@ -344155,7 +242012,7 @@ 0.08988141719550238, 0.2340733098832667, 0.3197132485291368, - 0.22049020333786298, + 0.220490203337863, 0.047382227068347535, 0.13810669491946428 ], @@ -344210,37 +242067,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 233.88685214242332, + 233.88685214242173, -372.4777084618531, -717.7657499305005, -698.3121252816395, - -308.4447560407241, + -308.4447560407243, 309.2458501605395, 825.3814885463864, 780.5960802710667 ], "relative wind speed": [ - 2.1890954205222033, + 2.189095420522203, 1.821778928151892, - 1.5251095580450733, + 1.525109558045073, 1.5475850613521962, - 1.866977481427517, + 1.8669774814275173, 2.226850963412338, 2.439627945459774, 2.425432776678883 ], "relative wind angle": [ - 0.21121978226548033, + 0.21121978226548138, 0.2447639394100392, 0.1086507586574895, 0.13454115488967655, - 0.248370767774425, + 0.2483707677744259, 0.19956921666880592, 0.06784042734193015, 0.08569215681505366 ], "resistance": [ - 96868.38685214242, + 96868.3868521424, 96262.02229153813, 95916.73425006948, 95936.18787471835, @@ -344250,7 +242107,7 @@ 97415.09608027105 ], "fuel": [ - 39.755636211872684, + 39.75563621187267, 39.443436746971194, 39.266269340912714, 39.27623920880157, @@ -344277,68 +242134,7 @@ "id": "6120", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8768978852246025, - 6.8768978852246025, - 6.8768978852246025, - 6.8768978852246025, - 6.8768978852246025, - 6.8768978852246025, - 6.8768978852246025, - 6.8768978852246025 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 397.21199508011796, - -211.87764468258547, - -642.7230669276195, - -710.2271189427818, - -433.3218450913482, - 136.32949209616368, - 701.0214539693791, - 856.4409279925819 - ], - "relative wind speed": [ - 2.2111793435547815, - 1.8629262879077666, - 1.5159519111262152, - 1.434896636146484, - 1.7008992654345831, - 2.0765062114863624, - 2.341850166785235, - 2.3923720538609294 - ], - "relative wind angle": [ - 0.1897144445924557, - 0.2603685776965285, - 0.173202409220642, - 0.07681574503330416, - 0.24767766371797784, - 0.23306214857279842, - 0.11179223636522134, - 0.046043509411871984 - ], - "resistance": [ - 97031.71199508013, - 96422.62235531743, - 95991.7769330724, - 95924.27288105723, - 96201.17815490867, - 96770.82949209618, - 97335.5214539694, - 97490.94092799259 - ], - "fuel": [ - 39.7490346054455, - 39.43506499623672, - 39.21380917957942, - 39.17920582269356, - 39.3212585461106, - 39.61438755896931, - 39.906156362251934, - 39.98666775964409 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 24.21875, -34.53125 24.375, -34.375 24.375, -34.375 24.21875, -34.53125 24.21875))", @@ -344357,68 +242153,7 @@ "id": "6121", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.19648408821428, - 7.19648408821428, - 7.19648408821428, - 7.19648408821428, - 7.19648408821428, - 7.19648408821428, - 7.19648408821428, - 7.19648408821428 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 303.1135745280942, - -325.16272240247326, - -715.8561015083976, - -729.6072979177967, - -370.45202046926715, - 249.8215212298876, - 802.5978641359202, - 834.2581366331528 - ], - "relative wind speed": [ - 2.246709333976275, - 1.8828543243619924, - 1.564652420613276, - 1.5489683034797317, - 1.851281651974999, - 2.2203166845174915, - 2.4549560869767943, - 2.46488210288657 - ], - "relative wind angle": [ - 0.2005449967164733, - 0.24668024935053826, - 0.12988643528767982, - 0.11202966702861002, - 0.24417165555458262, - 0.20858176068972215, - 0.08264386454720021, - 0.07031184565146592 - ], - "resistance": [ - 96937.6135745281, - 96309.33727759754, - 95918.64389849162, - 95904.89270208222, - 96264.04797953075, - 96884.3215212299, - 97437.09786413594, - 97468.75813663317 - ], - "fuel": [ - 39.8258846649066, - 39.502267256408544, - 39.30176657577851, - 39.29471992053941, - 39.478996050753125, - 39.79837757207498, - 40.08421092187827, - 40.10061645689906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.6875 24.0625, -34.6875 24.21875, -34.53125 24.21875, -34.53125 24.0625, -34.6875 24.0625))", @@ -344437,68 +242172,7 @@ "id": "6122", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.40102053403024, - 7.40102053403024, - 7.40102053403024, - 7.40102053403024, - 7.40102053403024, - 7.40102053403024, - 7.40102053403024, - 7.40102053403024 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 230.8988510850263, - -420.6682321778171, - -780.6846023442008, - -748.5142495959358, - -314.71840117255806, - 355.574611303472, - 903.9878492751373, - 829.9120523849151 - ], - "relative wind speed": [ - 2.2673015851483735, - 1.8841609326361075, - 1.5830755759744004, - 1.618757707938754, - 1.9559862129269538, - 2.327332404944443, - 2.541733712238553, - 2.519158991839444 - ], - "relative wind angle": [ - 0.21370747519484176, - 0.24284404313269384, - 0.10116754833948606, - 0.14067273338378344, - 0.24838610672897918, - 0.19592600962764248, - 0.06294461274481421, - 0.0902177906952228 - ], - "resistance": [ - 96865.39885108506, - 96213.83176782221, - 95853.81539765582, - 95885.9857504041, - 96319.78159882747, - 96990.0746113035, - 97538.48784927516, - 97464.41205238494 - ], - "fuel": [ - 39.87242979993202, - 39.53701891313826, - 39.3523688200155, - 39.36884916533881, - 39.591451755933036, - 39.93678990787562, - 40.220578509206604, - 40.18218097100937 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 24.0625, -34.53125 24.21875, -34.375 24.21875, -34.375 24.0625, -34.53125 24.0625))", @@ -344517,68 +242191,7 @@ "id": "6123", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7530678185471045, - 7.7530678185471045, - 7.7530678185471045, - 7.7530678185471045, - 7.7530678185471045, - 7.7530678185471045, - 7.7530678185471045, - 7.7530678185471045 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 480.7077023926081, - -192.2603485910529, - -698.3419975618826, - -801.1055777695794, - -536.6813851534514, - 76.92062412421592, - 713.9550564052629, - 951.7715552526897 - ], - "relative wind speed": [ - 2.466492822669484, - 2.131881349918729, - 1.787683264618769, - 1.6812362438658317, - 1.9114012902244573, - 2.2786231909687253, - 2.5575828983541817, - 2.628780407121087 - ], - "relative wind angle": [ - 0.15810664552558382, - 0.2242487386501666, - 0.15846265801015058, - 0.04470197602235301, - 0.2045980041027388, - 0.20958421966904825, - 0.11052314983273161, - 0.02858351579165616 - ], - "resistance": [ - 97115.20770239265, - 96442.23965140899, - 95936.15800243815, - 95833.39442223047, - 96097.81861484659, - 96711.42062412426, - 97348.4550564053, - 97586.27155525274 - ], - "fuel": [ - 40.15216357194416, - 39.80513722524806, - 39.54527858958036, - 39.492628800648546, - 39.628183156287044, - 39.94374231855576, - 40.27283442789166, - 40.39607756595468 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 23.90625, -35 24.0625, -34.84375 24.0625, -34.84375 23.90625, -35 23.90625))", @@ -344610,19 +242223,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -137.1948685814491, + -137.19486858145, -593.2826745408862, - -690.7815048965012, + -690.7815048965016, -447.016238746348, - 105.84531674189225, + 105.84531674189202, 689.7675475334422, 913.5933509196516, 474.3714208887177 ], "relative wind speed": [ - 1.70948301642806, + 1.7094830164280597, 1.2976973318406189, - 1.1597341268578059, + 1.1597341268578056, 1.4504582029372404, 1.8751090834511617, 2.1804467187323726, @@ -344630,17 +242243,17 @@ 2.0819551531743197 ], "relative wind angle": [ - 0.3271622755419586, + 0.3271622755419589, 0.25467184229167916, 0.07509743371429993, 0.3154370579432731, - 0.2973338016276265, - 0.15050290897371227, + 0.2973338016276269, + 0.1505029089737123, 0.03856379176670853, 0.21785177868700575 ], "resistance": [ - 96497.30513141859, + 96497.30513141857, 96041.21732545915, 95943.71849510353, 96187.48376125368, @@ -344650,7 +242263,7 @@ 97108.87142088875 ], "fuel": [ - 39.21019685768182, + 39.210196857681815, 38.97587277279486, 38.92588125018062, 39.05093571995385, @@ -344677,68 +242290,7 @@ "id": "6125", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.353604827217895, - 7.353604827217895, - 7.353604827217895, - 7.353604827217895, - 7.353604827217895, - 7.353604827217895, - 7.353604827217895, - 7.353604827217895 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 13.37871087531039, - -571.633613132223, - -785.5221561296156, - -647.3204123956073, - -112.48704478597665, - 552.9032945149809, - 982.2161933911173, - 662.5809130024256 - ], - "relative wind speed": [ - 2.139730583173361, - 1.7555666566686527, - 1.5405075257323757, - 1.6932600611851487, - 2.0674994995142577, - 2.4022878393423976, - 2.5455525357417064, - 2.446604077952619 - ], - "relative wind angle": [ - 0.2371101355804787, - 0.21917276139912054, - 0.02414574693351169, - 0.195603913166213, - 0.24556146554686636, - 0.15956615670746413, - 0.01461152874667345, - 0.13492207123392108 - ], - "resistance": [ - 96647.87871087535, - 96062.86638686781, - 95848.97784387041, - 95987.17958760442, - 96522.01295521406, - 97187.40329451501, - 97616.71619339114, - 97297.08091300246 - ], - "fuel": [ - 39.740604235677246, - 39.439855190597, - 39.330215126154734, - 39.40103839399487, - 39.675790375358424, - 40.01909729185412, - 40.24147487972934, - 40.075843415185986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 23.75, -35 23.90625, -34.84375 23.90625, -34.84375 23.75, -35 23.75))", @@ -344770,32 +242322,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -61.7066004842809, + -61.70660048428181, -671.2981949150922, - -849.4425890476931, - -645.0376291540867, + -849.4425890477008, + -645.037629154087, -18.077461732992106, 708.4963665449673, 1120.111739751449, 670.1734639250126 ], "relative wind speed": [ - 2.076519934629448, + 2.0765199346294474, 1.647124474922559, - 1.4428291628901622, - 1.6697099269146733, + 1.442829162890162, + 1.6697099269146736, 2.101874614244993, 2.452915183415869, 2.5783824269558417, 2.437597319674359 ], "relative wind angle": [ - 0.27696064201836584, + 0.2769606420183659, 0.24040467221249923, - 0.009130233902503403, - 0.24858479978714582, + 0.009130233902527722, + 0.24858479978714673, 0.2735332296343057, - 0.16056956010533655, + 0.16056956010533652, 0.005109111001988211, 0.16933591755958965 ], @@ -344837,68 +242389,7 @@ "id": "6127", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.424098477247354, - 6.424098477247354, - 6.424098477247354, - 6.424098477247354, - 6.424098477247354, - 6.424098477247354, - 6.424098477247354, - 6.424098477247354 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 146.91469094871513, - -431.72108483668535, - -710.4080824732366, - -635.4674494821363, - -191.59825767726784, - 431.6795224225416, - 901.9838762639245, - 730.0202267497973 - ], - "relative wind speed": [ - 1.9721552896815011, - 1.5600396363268103, - 1.2607508958188072, - 1.360603884086338, - 1.750898148893036, - 2.1263389070195506, - 2.316365254684127, - 2.259158667518719 - ], - "relative wind angle": [ - 0.27156795437653936, - 0.29641302299782757, - 0.09166543844549421, - 0.21664405280746057, - 0.3069361897806492, - 0.21597510321981403, - 0.04984244385954932, - 0.12982244376592378 - ], - "resistance": [ - 96781.4146909487, - 96202.7789151633, - 95924.09191752675, - 95999.03255051785, - 96442.90174232272, - 97066.17952242252, - 97536.48387626391, - 97364.52022674978 - ], - "fuel": [ - 39.453630983217906, - 39.15586567322198, - 39.01289818728756, - 39.05131460790147, - 39.27928137401885, - 39.600628080318806, - 39.84406234526497, - 39.7549567784216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.6875 23.90625, -34.6875 24.0625, -34.53125 24.0625, -34.53125 23.90625, -34.6875 23.90625))", @@ -344917,68 +242408,7 @@ "id": "6128", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7000639413753325, - 7.7000639413753325, - 7.7000639413753325, - 7.7000639413753325, - 7.7000639413753325, - 7.7000639413753325, - 7.7000639413753325, - 7.7000639413753325 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 196.9001451159486, - -443.733571468616, - -785.0759182286097, - -741.9359309552015, - -299.84898006017625, - 365.7246150859821, - 895.3858160836855, - 795.7654431013013 - ], - "relative wind speed": [ - 2.3243704038007933, - 1.958673597301146, - 1.6846633984987942, - 1.729901911818825, - 2.0516640776659676, - 2.403252171721768, - 2.602677946924763, - 2.572831637930391 - ], - "relative wind angle": [ - 0.19923104190304655, - 0.2181584144205442, - 0.08289113519419593, - 0.13140251301371525, - 0.22614515493425857, - 0.17732200226808903, - 0.05361810471122193, - 0.08821179086264162 - ], - "resistance": [ - 96831.40014511601, - 96190.76642853145, - 95849.42408177146, - 95892.56406904488, - 96334.65101993989, - 97000.22461508606, - 97529.88581608376, - 97430.26544310138 - ], - "fuel": [ - 39.98239409486846, - 39.65267945475898, - 39.47762458582693, - 39.499724670961385, - 39.72659948663525, - 40.0695371542349, - 40.34362362329907, - 40.291992857068 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 23.90625, -34.53125 24.0625, -34.375 24.0625, -34.375 23.90625, -34.53125 23.90625))", @@ -344997,68 +242427,7 @@ "id": "6129", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.9248614849967245, - 7.9248614849967245, - 7.9248614849967245, - 7.9248614849967245, - 7.9248614849967245, - 7.9248614849967245, - 7.9248614849967245, - 7.9248614849967245 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 330.2462830047243, - -389.3084445479301, - -830.6901995234234, - -840.348966699001, - -421.3625039049607, - 292.5958716011319, - 920.8231347396063, - 943.0972406790411 - ], - "relative wind speed": [ - 2.451442623361332, - 2.070717946245182, - 1.7453007217772871, - 1.735397611815697, - 2.0505256650694013, - 2.43441032404957, - 2.677340439560251, - 2.683770028829849 - ], - "relative wind angle": [ - 0.19214115568317744, - 0.23192595572170924, - 0.11771737421415875, - 0.10743073816952411, - 0.23032877271908656, - 0.19678072558888865, - 0.07663531122161046, - 0.06938971691995571 - ], - "resistance": [ - 96964.74628300473, - 96245.19155545207, - 95803.80980047658, - 95794.151033301, - 96213.13749609503, - 96927.09587160114, - 97555.3231347396, - 97577.59724067904 - ], - "fuel": [ - 40.15094255316358, - 39.78035829660808, - 39.553991730097025, - 39.549046250637375, - 39.76389467539711, - 40.13150411410555, - 40.45654032020058, - 40.468091596163475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.6875 23.75, -34.6875 23.90625, -34.53125 23.90625, -34.53125 23.75, -34.6875 23.75))", @@ -345077,68 +242446,7 @@ "id": "6130", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.158296287626699, - 7.158296287626699, - 7.158296287626699, - 7.158296287626699, - 7.158296287626699, - 7.158296287626699, - 7.158296287626699, - 7.158296287626699 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 134.72479376887986, - -490.71784351024917, - -785.4407702178049, - -701.3111470993634, - -215.3797625546888, - 459.31484164150083, - 958.8868446660988, - 765.224883935047 - ], - "relative wind speed": [ - 2.156699184271505, - 1.756653140869359, - 1.4796374388421394, - 1.5770228055421902, - 1.9505073222253702, - 2.317326029751958, - 2.503298471031537, - 2.443118756076338 - ], - "relative wind angle": [ - 0.2399822097692827, - 0.2518575381795426, - 0.07202292823468873, - 0.1831272547631973, - 0.26593500401201137, - 0.19005104873270767, - 0.04254700120494759, - 0.11782068188263263 - ], - "resistance": [ - 96769.22479376887, - 96143.78215648973, - 95849.05922978219, - 95933.18885290062, - 96419.1202374453, - 97093.81484164149, - 97593.38684466608, - 97399.72488393504 - ], - "fuel": [ - 39.72366197329487, - 39.40189274219021, - 39.25077225743903, - 39.29387713079869, - 39.543365588374, - 39.89122638324031, - 40.149888453267764, - 40.04950639062417 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.53125 23.75, -34.53125 23.90625, -34.375 23.90625, -34.375 23.75, -34.53125 23.75))", @@ -345170,19 +242478,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -0.9331442775696814, + -0.9331442775701362, -675.0841436108037, - -912.1443857286731, + -912.1443857286738, -743.908329753164, -115.38829559973556, 656.5755161039906, - 1145.6129117714172, + 1145.6129117714063, 756.2975932703271 ], "relative wind speed": [ 2.301445605146949, 1.8887091982734314, - 1.6643128581840094, + 1.6643128581840092, 1.8362557723693578, 2.240609890620954, 2.5980304308756623, @@ -345190,13 +242498,13 @@ 2.6353651158499574 ], "relative wind angle": [ - 0.23751202504370023, + 0.2375120250437012, 0.21613383948933407, - 0.018820530384617108, - 0.197744702312316, + 0.01882053038461711, + 0.19774470231231603, 0.24409015924732994, 0.1565425168385408, - 0.011401501848822933, + 0.01140150184883267, 0.13731845248881144 ], "resistance": [ @@ -345206,7 +242514,7 @@ 95890.5916702468, 96519.11170440022, 97291.07551610394, - 97780.11291177137, + 97780.11291177136, 97390.79759327028 ], "fuel": [ @@ -345237,68 +242545,7 @@ "id": "6132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5148578928989265, - 7.5148578928989265, - 7.5148578928989265, - 7.5148578928989265, - 7.5148578928989265, - 7.5148578928989265, - 7.5148578928989265, - 7.5148578928989265 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -144.86721575533147, - -735.9080699813558, - -879.8959379794782, - -617.3461185910792, - 52.176570958592265, - 781.4934972497408, - 1113.63154404657, - 609.0283468372904 - ], - "relative wind speed": [ - 2.1049340845615587, - 1.6913476585410063, - 1.533000258373579, - 1.788331473518892, - 2.2154019426653657, - 2.545210475748978, - 2.6436080412460967, - 2.478028209834632 - ], - "relative wind angle": [ - 0.2670809300391793, - 0.20989284988158358, - 0.03729351308197652, - 0.2446904999227561, - 0.2534623105228974, - 0.13890272576990295, - 0.021622784898715774, - 0.1757332936151409 - ], - "resistance": [ - 96489.63278424469, - 95898.59193001868, - 95754.60406202055, - 96017.15388140894, - 96686.67657095862, - 97415.99349724977, - 97748.1315440466, - 97243.52834683732 - ], - "fuel": [ - 39.72664484778285, - 39.423151253070095, - 39.349411825206516, - 39.4839274119495, - 39.828113786120284, - 40.204937117671264, - 40.377202067703976, - 40.1156491762871 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.90625 24.21875, -33.90625 24.375, -33.75 24.375, -33.75 24.21875, -33.90625 24.21875))", @@ -345317,68 +242564,7 @@ "id": "6133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.262555711319198, - 8.262555711319198, - 8.262555711319198, - 8.262555711319198, - 8.262555711319198, - 8.262555711319198, - 8.262555711319198, - 8.262555711319198 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 163.19310287978942, - -599.5966253854356, - -963.3636917679132, - -867.9769756941159, - -283.4012263460522, - 534.761925992671, - 1142.9943776949208, - 922.9056746952629 - ], - "relative wind speed": [ - 2.4712108143814455, - 2.051672207546199, - 1.763007348260532, - 1.8569970321836786, - 2.242939650397161, - 2.6321668482871767, - 2.833631284133296, - 2.7729448582509812 - ], - "relative wind angle": [ - 0.21865602313042581, - 0.22709385287355183, - 0.06653476194540439, - 0.1601677956667599, - 0.2413299714130179, - 0.176406855942271, - 0.0413773666827461, - 0.1070079024594005 - ], - "resistance": [ - 96797.69310287976, - 96034.90337461453, - 95671.13630823206, - 95766.52302430586, - 96351.09877365392, - 97169.26192599264, - 97777.4943776949, - 97557.40567469524 - ], - "fuel": [ - 40.220803877335754, - 39.82848829838638, - 39.64215923210837, - 39.69097066510315, - 39.990850180492245, - 40.41269216507905, - 40.72790878722017, - 40.613688823956686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.0625 24.0625, -34.0625 24.21875, -33.90625 24.21875, -33.90625 24.0625, -34.0625 24.0625))", @@ -345397,68 +242583,7 @@ "id": "6134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.552120981827029, - 6.552120981827029, - 6.552120981827029, - 6.552120981827029, - 6.552120981827029, - 6.552120981827029, - 6.552120981827029, - 6.552120981827029 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 306.67523652947466, - -317.1511319946194, - -698.0770196946487, - -704.2206776750858, - -336.82635138891783, - 283.34770231172365, - 833.8224414674994, - 847.9002056647657 - ], - "relative wind speed": [ - 2.0942629182978045, - 1.6962881165714632, - 1.3399738292442063, - 1.3319488012645535, - 1.68096020010066, - 2.0818671885733067, - 2.3272375259565377, - 2.3318397792493393 - ], - "relative wind angle": [ - 0.23975455370140272, - 0.30118235492861034, - 0.16063648556164434, - 0.15080416827355217, - 0.3003454854545586, - 0.2441252350390342, - 0.09222448552229635, - 0.0859190114007248 - ], - "resistance": [ - 96941.17523652948, - 96317.34886800539, - 95936.42298030535, - 95930.27932232492, - 96297.67364861109, - 96917.84770231173, - 97468.3224414675, - 97482.40020566476 - ], - "fuel": [ - 39.58168834816626, - 39.26034961074531, - 39.06484324925849, - 39.06169450326754, - 39.25023827924906, - 39.569646056831715, - 39.854355593584565, - 39.86165150233177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.90625 24.0625, -33.90625 24.21875, -33.75 24.21875, -33.75 24.0625, -33.90625 24.0625))", @@ -345490,17 +242615,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 466.9714593567014, + 466.9714593567005, -270.614205755076, - -778.464163490931, + -778.4641634909315, -847.1692555930966, - -492.6782263111488, + -492.67822631114836, 204.33483530506783, 883.568769381854, 1041.3187967071672 ], "relative wind speed": [ - 2.347943031125071, + 2.3479430311250704, 1.9438793379314896, 1.5433340831335187, 1.463111366031576, @@ -345510,14 +242635,14 @@ 2.562915498534047 ], "relative wind angle": [ - 0.21082495690619155, - 0.287617875654965, - 0.18802356052795807, + 0.21082495690619207, + 0.28761787565496494, + 0.1880235605279593, 0.09820267317926379, - 0.2784084764142808, + 0.27840847641428035, 0.25095783634720903, 0.11493596180870773, - 0.05600092048597641 + 0.056000920485976415 ], "resistance": [ 97101.47145935673, @@ -345557,68 +242682,7 @@ "id": "6136", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.61391413754305, - 7.61391413754305, - 7.61391413754305, - 7.61391413754305, - 7.61391413754305, - 7.61391413754305, - 7.61391413754305, - 7.61391413754305 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 401.43389701448837, - -335.75550517761326, - -816.0298855872011, - -854.8851320737817, - -463.04469832472773, - 251.44880163864877, - 913.0298006618821, - 1002.4073495292262 - ], - "relative wind speed": [ - 2.4098736811242247, - 2.0145127884283713, - 1.6504922042244867, - 1.6082906750184176, - 1.9303485580849076, - 2.339973277611146, - 2.609523366147523, - 2.635742365885654 - ], - "relative wind angle": [ - 0.20175963783377707, - 0.25873838677277083, - 0.1496116581061606, - 0.10435019788722744, - 0.2528600754975004, - 0.22209547463070553, - 0.09441516475388868, - 0.06360031023830018 - ], - "resistance": [ - 97035.93389701446, - 96298.74449482236, - 95818.47011441278, - 95779.61486792618, - 96171.45530167525, - 96885.94880163862, - 97547.52980066185, - 97636.9073495292 - ], - "fuel": [ - 40.0506466220218, - 39.67080908646956, - 39.42443513764472, - 39.40454047545939, - 39.605427939266335, - 39.97320280017009, - 40.31543553358076, - 40.36179499463795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.21875 23.90625, -34.21875 24.0625, -34.0625 24.0625, -34.0625 23.90625, -34.21875 23.90625))", @@ -345637,68 +242701,7 @@ "id": "6137", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5405313328035115, - 6.5405313328035115, - 6.5405313328035115, - 6.5405313328035115, - 6.5405313328035115, - 6.5405313328035115, - 6.5405313328035115, - 6.5405313328035115 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 356.2836578038484, - -334.3083062566618, - -757.2043900653683, - -765.5111510757225, - -360.4537813724903, - 325.11204365705544, - 939.4014421484778, - 958.4035452339965 - ], - "relative wind speed": [ - 2.1301618609133484, - 1.6913590902980455, - 1.2863350735884744, - 1.2751302288080597, - 1.6707500293956545, - 2.113835292089137, - 2.382086751751819, - 2.388103455463206 - ], - "relative wind angle": [ - 0.2626718975620427, - 0.3381027435229424, - 0.18789859697641978, - 0.17436388905329567, - 0.3374286035440309, - 0.2686228395371753, - 0.10104172933218653, - 0.09276371407070133 - ], - "resistance": [ - 96990.78365780388, - 96300.19169374337, - 95877.29560993466, - 95868.9888489243, - 96274.04621862754, - 96959.61204365708, - 97573.9014421485, - 97592.90354523403 - ], - "fuel": [ - 39.60312943665015, - 39.24735742749854, - 39.030370308392946, - 39.02611479044821, - 39.233922937833086, - 39.5870325241796, - 39.90491586533656, - 39.91477148964402 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.375 23.75, -34.375 23.90625, -34.21875 23.90625, -34.21875 23.75, -34.375 23.75))", @@ -345730,19 +242733,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -47.05542908372445, + -47.05542908372581, -784.091870563657, - -1015.2898343003071, + -1015.2898343003176, -803.649911331921, -79.57460595152088, 780.6505984995943, - 1299.273136955344, + 1299.2731369553908, 809.0128512014226 ], "relative wind speed": [ 2.394427209605235, 1.9558859524194678, - 1.7355819749538952, + 1.735581974953895, 1.9416318887996216, 2.3779643325380673, 2.7500011218269194, @@ -345750,33 +242753,33 @@ 2.7600836286818446 ], "relative wind angle": [ - 0.2443432127910284, + 0.24434321279102977, 0.21411763679680357, - 0.004889015224573054, + 0.004889015224595762, 0.20939163749099415, 0.24606968591325787, 0.15170738135239684, - 0.0029319295306880276, + 0.0029319295306501608, 0.14675256865704348 ], "resistance": [ 96587.44457091627, 95850.40812943634, - 95619.2101656997, + 95619.21016569968, 95830.85008866808, 96554.92539404848, 97415.15059849959, - 97933.77313695534, + 97933.7731369554, 97443.51285120142 ], "fuel": [ 40.146120080657326, 39.767591151752775, - 39.64926843688127, + 39.649268436881265, 39.75757401775866, 40.129376179249235, 40.57362496245334, - 40.84278927952907, + 40.84278927952911, 40.58831905855912 ] }, @@ -345797,68 +242800,7 @@ "id": "6139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.427990121724516, - 8.427990121724516, - 8.427990121724516, - 8.427990121724516, - 8.427990121724516, - 8.427990121724516, - 8.427990121724516, - 8.427990121724516 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -151.1268145147651, - -900.8628279978625, - -1095.2734652716188, - -791.0170999296279, - 31.439365290455953, - 944.8101969983823, - 1393.7171689988609, - 785.1005182212139 - ], - "relative wind speed": [ - 2.375611906602068, - 1.9139609342469102, - 1.7240806444874497, - 1.9939437244252614, - 2.466893949947395, - 2.84004423086213, - 2.959162655613968, - 2.7844723225239085 - ], - "relative wind angle": [ - 0.26302953110873123, - 0.2123515791679407, - 0.02738232676438168, - 0.23802557939706867, - 0.25307901740645083, - 0.14251669503024877, - 0.01595229726869453, - 0.16965643888529772 - ], - "resistance": [ - 96483.37318548527, - 95733.63717200217, - 95539.22653472841, - 95843.4829000704, - 96665.93936529048, - 97579.31019699841, - 98028.21716899889, - 97419.60051822124 - ], - "fuel": [ - 40.13808036850101, - 39.753337216527036, - 39.65391272198916, - 39.80957613843342, - 40.23208480205661, - 40.70424736283083, - 40.93744539209547, - 40.62146228400384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-34.0625 23.90625, -34.0625 24.0625, -33.90625 24.0625, -33.90625 23.90625, -34.0625 23.90625))", @@ -345877,68 +242819,7 @@ "id": "6140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.958037176026356, - 5.958037176026356, - 5.958037176026356, - 5.958037176026356, - 5.958037176026356, - 5.958037176026356, - 5.958037176026356, - 5.958037176026356 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 320.0535903650732, - -278.60440163758847, - -648.0541874959094, - -658.6694605592695, - -311.77716092630294, - 280.4034060127658, - 816.0359906203996, - 840.3106441028706 - ], - "relative wind speed": [ - 1.9595392467576207, - 1.5445937895266866, - 1.1540313779469757, - 1.1380938006047474, - 1.5157758826932912, - 1.9369049051240586, - 2.1921638088545876, - 2.2004801946764005 - ], - "relative wind angle": [ - 0.27109510578245144, - 0.3542330617495369, - 0.20326457139303522, - 0.18229119374628783, - 0.35350137511976654, - 0.28026883342169356, - 0.1064712695859995, - 0.09389807995653317 - ], - "resistance": [ - 96954.55359036507, - 96355.89559836242, - 95986.44581250408, - 95975.83053944074, - 96322.7228390737, - 96914.90340601276, - 97450.5359906204, - 97474.81064410286 - ], - "fuel": [ - 39.385993219785, - 39.07756111104424, - 38.887883862762806, - 38.882441438187804, - 39.060509306667285, - 39.365523974185066, - 39.64253638133815, - 39.65511575971645 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.90625 23.90625, -33.90625 24.0625, -33.75 24.0625, -33.75 23.90625, -33.90625 23.90625))", @@ -345970,9 +242851,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 535.2968123637293, + 535.2968123637283, -252.5142702332239, - -817.1438968445559, + -817.1438968445561, -913.1176811756014, -565.2069259279992, 166.2374803892153, @@ -345982,7 +242863,7 @@ "relative wind speed": [ 2.4775278265008227, 2.0752062932137907, - 1.6648887804866128, + 1.6648887804866126, 1.5598807654066258, 1.8678768991945764, 2.306648452243322, @@ -345990,9 +242871,9 @@ 2.682140980512597 ], "relative wind angle": [ - 0.1958510913965063, + 0.19585109139650744, 0.2742882951495058, - 0.18899817024060994, + 0.18899817024061052, 0.0768385632182408, 0.26107246294314507, 0.24616300770609054, @@ -346050,19 +242931,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 162.0945516150207, + 162.09455161501978, -497.8106929630128, - -809.8573084943419, + -809.8573084943424, -716.8253308982844, - -201.7991964529349, + -201.79919645293512, 513.9393325480094, 1049.1574314264044, 835.773002111092 ], "relative wind speed": [ - 2.06941670476446, + 2.0694167047644596, 1.6166392235921447, - 1.2892765718121388, + 1.2892765718121386, 1.4092098427286366, 1.8425130549818618, 2.25029275350568, @@ -346070,13 +242951,13 @@ 2.385679667284256 ], "relative wind angle": [ - 0.28556406781923804, + 0.28556406781923843, 0.31201204238040253, - 0.09233379199615978, - 0.23502013571052716, - 0.32192118732829295, - 0.22236209572713048, - 0.048488421683037665, + 0.09233379199616099, + 0.23502013571052718, + 0.321921187328293, + 0.2223620957271305, + 0.04848842168303766, 0.13798831576224294 ], "resistance": [ @@ -346130,7 +243011,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 449.6610524168268, + 449.6610524168259, -266.86668153750406, -762.043536234966, -829.8732024050732, @@ -346142,7 +243023,7 @@ "relative wind speed": [ 2.35910251311041, 1.9710592695645153, - 1.589864728184373, + 1.5898647281843727, 1.5127126671001374, 1.8185664031215716, 2.233265274388643, @@ -346150,13 +243031,13 @@ 2.565979114630743 ], "relative wind angle": [ - 0.20016189876947013, + 0.20016189876947127, 0.27112639434134356, - 0.17543124488453266, + 0.17543124488453202, 0.08966914379576162, 0.26087499699313216, 0.23863103557756024, - 0.11038443535918463, + 0.11038443535918462, 0.052816075855348636 ], "resistance": [ @@ -346210,33 +243091,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 730.4579193053237, + 730.457919305321, -153.55294639135082, - -881.2203684952151, + -881.2203684952169, -1073.3444704619433, - -812.2226094259117, + -812.2226094259113, -38.442082303387906, 829.550521148286, 1277.1377751275254 ], "relative wind speed": [ - 3.043214643607636, + 3.0432146436076355, 2.700580007050503, 2.3250318713665905, 2.169024494535899, 2.366540279282173, 2.7510972149402497, - 3.0750439115015027, + 3.075043911501503, 3.1870050208049845 ], "relative wind angle": [ - 0.12456816589265468, + 0.12456816589265557, 0.1896176757230595, - 0.1475205647918869, + 0.1475205647918892, 0.011853947438836799, - 0.1604601760882917, - 0.18609465309675083, - 0.11136581119328628, + 0.160460176088291, + 0.18609465309675086, + 0.11136581119328728, 0.008067505052912418 ], "resistance": [ @@ -346290,9 +243171,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 785.4560072103959, + 785.4560072103914, -19.2933132814087, - -749.4564238095932, + -749.4564238095941, -1008.0956123667133, -840.3809327229883, -171.13414851678363, @@ -346300,9 +243181,9 @@ 1176.6920175601772 ], "relative wind speed": [ - 3.0459464948730477, + 3.0459464948730472, 2.745563239335138, - 2.3858458271056158, + 2.3858458271056153, 2.1957906517220596, 2.331503357881382, 2.6787273949122006, @@ -346310,10 +243191,10 @@ 3.145187016896066 ], "relative wind angle": [ - 0.1025087629649925, - 0.17378431234518674, + 0.10250876296499467, + 0.1737843123451867, 0.1513373665458409, - 0.015458388740736302, + 0.015458388740736304, 0.1340875736218631, 0.17816621848145459, 0.1200425406174659, @@ -346370,9 +243251,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 474.7571086146818, + 474.75710861467905, -300.78168508970066, - -846.2459612966816, + -846.2459612966823, -926.152731489698, -570.2972825038212, 159.25210538051533, @@ -346380,9 +243261,9 @@ 1056.9022822465495 ], "relative wind speed": [ - 2.6894623274993625, + 2.689462327499362, 2.3312002716419937, - 1.9896659232361604, + 1.9896659232361602, 1.915853382643437, 2.176817435564614, 2.5568040699890715, @@ -346390,12 +243271,12 @@ 2.881188569849271 ], "relative wind angle": [ - 0.1579667282279272, + 0.15796672822792862, 0.2088097567466666, - 0.13121960339931213, + 0.131219603399313, 0.06010289057965628, 0.19560245334008378, - 0.19014836259234671, + 0.19014836259234674, 0.09209778226954783, 0.039952134280395644 ], @@ -346450,37 +243331,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 671.2055612077761, + 671.2055612077743, -19.52916838200281, - -633.5127013874471, + -633.5127013874476, -843.1074332533692, - -688.6307552803646, + -688.6307552803648, -111.32350072683857, 591.7409458355978, 1029.8750498344357 ], "relative wind speed": [ - 2.622742121369808, + 2.6227421213698077, 2.3183254527130193, - 1.950868885370549, + 1.9508688853705487, 1.75826460163769, - 1.9104792096075918, + 1.910479209607592, 2.270258606602609, 2.592839686066865, 2.7271253429532902 ], "relative wind angle": [ - 0.12430435105847254, + 0.12430435105847344, 0.21052178268423774, - 0.18557174141011815, + 0.18557174141011876, 0.013984644210085362, - 0.17104099927276373, + 0.1710409992727644, 0.21504827707204854, - 0.13927517756643595, + 0.13927517756643598, 0.009016173978388456 ], "resistance": [ - 97305.70556120777, + 97305.70556120775, 96614.97083161799, 96000.98729861254, 95791.39256674661, @@ -346490,7 +243371,7 @@ 97664.37504983442 ], "fuel": [ - 40.39484034408056, + 40.39484034408055, 40.03818553984459, 39.72265096106649, 39.61525850605622, @@ -346530,9 +243411,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 907.0245908723573, + 907.0245908723546, 165.74927157348202, - -604.5525723450037, + -604.5525723450055, -985.2570689106301, -909.1730619328087, -343.2958561675073, @@ -346540,9 +243421,9 @@ 1084.0973914623614 ], "relative wind speed": [ - 3.068449201249119, + 3.0684492012491185, 2.808236899018197, - 2.4497819792499724, + 2.449781979249972, 2.20571093835824, 2.2678169275337408, 2.583056258862278, @@ -346550,19 +243431,19 @@ 3.1133925826759694 ], "relative wind angle": [ - 0.07844202254277764, + 0.07844202254277906, 0.16247828798052244, - 0.16483757381762687, + 0.16483757381762823, 0.05181008097761601, 0.10622612192197799, - 0.17678574057755875, + 0.17678574057755872, 0.13785810931860754, 0.036697134148879006 ], "resistance": [ 97541.52459087237, 96800.2492715735, - 96029.94742765502, + 96029.947427655, 95649.24293108938, 95725.3269380672, 96291.20414383251, @@ -346572,7 +243453,7 @@ "fuel": [ 41.277910953636834, 40.894579199400496, - 40.4984034523775, + 40.49840345237748, 40.30341769930132, 40.34234259043346, 40.63252357274025, @@ -346610,33 +243491,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1057.3921200629939, + 1057.392120062993, 305.29389108245596, - -556.737685488728, + -556.7376854887293, -1054.8035970746296, - -1039.3535188747974, + -1039.3535188747987, -503.1269275206664, - 367.7299024317422, + 367.72990243174127, 1093.4542328973657 ], "relative wind speed": [ - 3.3520969472672535, + 3.352096947267253, 3.121166025461436, 2.772080308139191, 2.5039803558380784, - 2.515302017616361, + 2.5153020176163605, 2.7967160787624894, 3.1430668063104066, 3.3605625364335037 ], "relative wind angle": [ - 0.055932508220849976, + 0.05593250822084997, 0.13787767645182358, - 0.15183065955184422, - 0.06552766420488929, - 0.07457046201646812, - 0.15399386170157936, - 0.13379450604185109, + 0.15183065955184497, + 0.0655276642048893, + 0.07457046201646814, + 0.15399386170157933, + 0.1337945060418511, 0.04880959832081007 ], "resistance": [ @@ -346690,37 +243571,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 722.6120290883212, + 722.612029088318, 136.65976041090312, - -463.66471112942304, + -463.6647111294235, -758.2202053556011, - -693.3732368231472, + -693.3732368231474, -246.0758753018422, 391.6507315847873, 872.6196434541869 ], "relative wind speed": [ - 2.5324952753159016, + 2.532495275315901, 2.2805764541369125, - 1.928582290142658, + 1.9285822901426577, 1.6842313271333484, - 1.7520772074699036, + 1.7520772074699038, 2.0693665449284726, 2.400807616320183, 2.5781139806330393 ], "relative wind angle": [ - 0.09496969365445074, - 0.19752263651643032, + 0.09496969365445308, + 0.1975226365164303, 0.20509270482161762, 0.06412072556273614, - 0.13749810593142295, + 0.13749810593142375, 0.2179924841695918, - 0.1643382748159383, + 0.16433827481593827, 0.041872349610001115 ], "resistance": [ - 97357.1120290883, + 97357.11202908828, 96771.15976041087, 96170.83528887054, 95876.27979464438, @@ -346730,7 +243611,7 @@ 97507.11964345416 ], "fuel": [ - 40.237510332244554, + 40.23751033224455, 39.9347327144426, 39.625853558679914, 39.474789182198165, @@ -346770,19 +243651,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1067.3530870836835, + 1067.3530870836807, 176.76249821411284, - -742.5970312189629, + -742.5970312189656, -1188.1457151221448, - -1090.8692032382974, + -1090.8692032382987, -405.86977145653054, - 569.0909898465866, + 569.0909898465857, 1294.2973293765867 ], "relative wind speed": [ - 3.4489535981886985, + 3.448953598188698, 3.1705500370822572, - 2.793448609647781, + 2.7934486096477804, 2.54276156828811, 2.6120583471811902, 2.94376327069542, @@ -346790,13 +243671,13 @@ 3.5003561730736332 ], "relative wind angle": [ - 0.07476644231509037, + 0.07476644231509186, 0.15170717086285881, - 0.1509233147063303, + 0.15092331470633177, 0.04516876885766341, - 0.0987900357795053, + 0.09879003577950643, 0.1634960447746952, - 0.12747248812490328, + 0.1274724881249033, 0.03280664921849504 ], "resistance": [ @@ -346837,68 +243718,7 @@ "id": "6152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.36008064969209, - 7.36008064969209, - 7.36008064969209, - 7.36008064969209, - 7.36008064969209, - 7.36008064969209, - 7.36008064969209, - 7.36008064969209 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 247.08886469364234, - -411.1134649154851, - -781.4697452028436, - -755.6093533513181, - -326.1733076257665, - 347.1062187087459, - 905.3503407540325, - 845.8392426366413 - ], - "relative wind speed": [ - 2.265888682598445, - 1.8790516097026373, - 1.5690367215384617, - 1.5979852584970349, - 1.9370523037373042, - 2.314214380176486, - 2.5346689953138943, - 2.516518679240803 - ], - "relative wind angle": [ - 0.21551431613424543, - 0.24849178878666295, - 0.10792025922626221, - 0.14009171440009646, - 0.2528385779373587, - 0.2010472301849651, - 0.06672580223358042, - 0.08878391374715679 - ], - "resistance": [ - 96881.58886469364, - 96223.38653508452, - 95853.03025479715, - 95878.89064664868, - 96308.32669237423, - 96981.60621870875, - 97539.85034075403, - 97480.33924263665 - ], - "fuel": [ - 39.863786814506206, - 39.52492873719443, - 39.334969327550525, - 39.34821680400445, - 39.568567338310636, - 39.91541919944511, - 40.20428762954775, - 40.173437857210885 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.59375 24.53125, -33.59375 24.6875, -33.4375 24.6875, -33.4375 24.53125, -33.59375 24.53125))", @@ -346917,68 +243737,7 @@ "id": "6153", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.950896614383643, - 6.950896614383643, - 6.950896614383643, - 6.950896614383643, - 6.950896614383643, - 6.950896614383643, - 6.950896614383643, - 6.950896614383643 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 506.00556580463876, - -119.38501474796954, - -612.0357313336552, - -733.082920671878, - -518.3830491303986, - 36.294785867447445, - 642.0239915641775, - 921.4745859535385 - ], - "relative wind speed": [ - 2.2817028042064527, - 1.9468923479748999, - 1.5763609067027284, - 1.4333420963762267, - 1.6586758956715972, - 2.0413190830936614, - 2.3393289006518336, - 2.4295892344924 - ], - "relative wind angle": [ - 0.17035682434866742, - 0.2588231993851098, - 0.20303854614992092, - 0.034025806599129904, - 0.23538139747483203, - 0.24659541215465822, - 0.13630141785927052, - 0.02007108202525101 - ], - "resistance": [ - 97140.5055658046, - 96515.114985252, - 96022.46426866631, - 95901.4170793281, - 96116.11695086957, - 96670.79478586742, - 97276.52399156414, - 97555.9745859535 - ], - "fuel": [ - 39.83370784016971, - 39.51110131951297, - 39.2579931843613, - 39.195941232991785, - 39.30603940570268, - 39.59127239354876, - 39.90406536820764, - 40.04883130414255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.75 24.375, -33.75 24.53125, -33.59375 24.53125, -33.59375 24.375, -33.75 24.375))", @@ -347010,19 +243769,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 191.3226925878107, + 191.3226925878098, -419.0614911784812, - -737.3238639193739, + -737.3238639193743, -685.7905434491635, -252.03592027966124, 388.7016711785118, - 895.3176980149003, + 895.3176980149021, 776.9662703146457 ], "relative wind speed": [ 2.096611617401487, 1.698317461095372, - 1.3941379448861477, + 1.3941379448861475, 1.4576770245000739, 1.822564620644537, 2.1984630704168344, @@ -347030,13 +243789,13 @@ 2.3648889536070516 ], "relative wind angle": [ - 0.2436994820254652, + 0.2436994820254666, 0.27308057225123994, 0.10192977483535713, - 0.17752491779857796, - 0.2812703365274095, + 0.17752491779857799, + 0.28127033652740996, 0.20988064046346908, - 0.05907074322646357, + 0.059070743226461685, 0.10906557375524908 ], "resistance": [ @@ -347090,33 +243849,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 370.2462144559065, + 370.24621445590515, -313.89485786794853, - -760.3786077848752, + -760.3786077848749, -797.0672939981014, - -434.6922931769582, + -434.6922931769577, 228.08787524257355, - 841.5530635740395, + 841.553063574039, 926.0311219678608 ], "relative wind speed": [ 2.351051092813229, 1.9765218899247823, - 1.6335364668107262, + 1.633536466810726, 1.5931629866589572, 1.8952919905641674, 2.283185097438035, - 2.539907790081067, + 2.5399077900810676, 2.565424851453434 ], "relative wind angle": [ - 0.195276319526079, + 0.19527631952608068, 0.2492767827352719, - 0.14336978750100912, - 0.09904640580580994, - 0.24308457310232645, + 0.14336978750100837, + 0.09904640580580995, + 0.24308457310232603, 0.21522529200205762, - 0.09202224111496912, + 0.09202224111497033, 0.06144727769724088 ], "resistance": [ @@ -347170,19 +243929,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1201.3984379102103, + 1201.3984379102048, 284.4573840243211, - -717.5500438760832, + -717.5500438760837, -1255.7264392942284, - -1199.1287562872526, + -1199.1287562872508, -521.6117203990375, - 512.7368032376153, + 512.7368032376135, 1333.4183821945808 ], "relative wind speed": [ - 3.5923280700486786, + 3.5923280700486777, 3.3238026783894083, - 2.9375308462748504, + 2.93753084627485, 2.658168564656931, 2.696979711476001, 3.0217306766328837, @@ -347190,13 +243949,13 @@ 3.6211407607054635 ], "relative wind angle": [ - 0.06485573217151142, - 0.14554942026878062, - 0.15342752695199086, + 0.06485573217151312, + 0.1455494202687806, + 0.15342752695199088, 0.057520308398693425, - 0.08643369208422703, - 0.16021941757510688, - 0.1324864349684333, + 0.08643369208422574, + 0.1602194175751069, + 0.13248643496843412, 0.042213153433675876 ], "resistance": [ @@ -347250,9 +244009,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1185.7333507986314, + 1185.7333507986204, 53.10922495730847, - -1036.4286962996002, + -1036.428696299603, -1480.6960821048833, -1293.3749143353707, -377.58062569366757, @@ -347270,17 +244029,17 @@ 4.10639141988417 ], "relative wind angle": [ - 0.07562226477071546, + 0.07562226477071986, 0.13529739922812023, - 0.12174594780605341, - 0.022810786135668153, + 0.12174594780605524, + 0.02281078613566815, 0.09460395730405248, 0.1406506973510074, - 0.102970151650365, + 0.10297015165036501, 0.017251457050340854 ], "resistance": [ - 97820.23335079866, + 97820.23335079865, 96687.60922495734, 95598.07130370043, 95153.80391789514, @@ -347290,7 +244049,7 @@ 98259.60888870349 ], "fuel": [ - 43.71523347963475, + 43.71523347963473, 43.12917565102268, 42.56991664348085, 42.343142320990246, @@ -347330,39 +244089,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1241.2394915369396, + 1241.239491536934, 243.1560169128179, - -819.2339505195332, + -819.2339505195368, -1360.71693228321, -1275.4404721959086, -521.3344508013297, - 589.7494830028127, + 589.7494830028136, 1440.7364511183278 ], "relative wind speed": [ - 3.8358814257827443, + 3.835881425782744, 3.5595295052458065, 3.177282836680185, 2.914976303047287, 2.968542059953356, 3.2948411153895893, - 3.664846797632158, + 3.6648467976321584, 3.8767436627987077 ], "relative wind angle": [ - 0.06411936367808496, - 0.1356198289575795, - 0.13728511028165263, + 0.0641193636780867, + 0.13561982895757954, + 0.1372851102816551, 0.04587262875964457, 0.08289169126395854, 0.14659046044327337, - 0.11892760386625224, + 0.11892760386625226, 0.034486993729335544 ], "resistance": [ 97875.73949153695, 96877.65601691284, - 95815.26604948049, + 95815.26604948047, 95273.78306771681, 95359.0595278041, 96113.16554919869, @@ -347372,7 +244131,7 @@ "fuel": [ 43.16445514180056, 42.64755719114665, - 42.10142825389443, + 42.101428253894426, 41.824690977239996, 41.86820108360892, 42.254141841448345, @@ -347410,9 +244169,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1035.1039148702093, + 1035.1039148702057, 9.509669273062173, - -951.3049610116136, + -951.3049610116141, -1318.6778428683433, -1129.0706004592712, -288.1065614680856, @@ -347420,24 +244179,24 @@ 1479.1321359630965 ], "relative wind speed": [ - 3.689023798851252, + 3.6890237988512515, 3.3786448645744716, - 3.002402723573788, + 3.002402723573787, 2.795139850250053, - 2.917924791608389, + 2.9179247916083884, 3.272298971221659, 3.620602099575494, 3.782905615465166 ], "relative wind angle": [ - 0.08447366212105087, + 0.08447366212105219, 0.14672366567213108, - 0.12935597425729845, + 0.1293559742572976, 0.019237993232659737, - 0.10687327436116524, + 0.1068732743611642, 0.15152825224892047, - 0.1071752562454872, - 0.01421430531392552 + 0.10717525624548721, + 0.014214305313925518 ], "resistance": [ 97669.60391487021, @@ -347490,9 +244249,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 883.6726158659094, + 883.6726158659012, -264.91595779224826, - -1201.1656871383348, + -1201.1656871383366, -1431.8393276762154, -1082.3846440608531, -65.64434052196066, @@ -347500,7 +244259,7 @@ 1595.664630079892 ], "relative wind speed": [ - 3.997301981014517, + 3.9973019810145165, 3.664248246468501, 3.318622596529928, 3.1861916164893187, @@ -347510,17 +244269,17 @@ 4.144107116790859 ], "relative wind angle": [ - 0.09054826660337703, - 0.1310913289126638, - 0.0953407272448337, - 0.010105375088660875, + 0.09054826660337949, + 0.13109132891266384, + 0.09534072724483486, + 0.010105375088660877, 0.10751017260526878, 0.12883350963431647, 0.0783007607882249, - 0.007769451034039416 + 0.0077694510340394155 ], "resistance": [ - 97518.17261586591, + 97518.1726158659, 96369.58404220775, 95433.33431286167, 95202.66067232378, @@ -347530,7 +244289,7 @@ 98230.16463007989 ], "fuel": [ - 43.728377387251214, + 43.7283773872512, 43.13538412506746, 42.65564876338125, 42.5379521563866, @@ -347570,40 +244329,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 803.2186005046533, + 803.2186005046478, -690.9446593879111, - -1734.1124653866373, - -1873.0827079551973, - -1191.9142379037385, + -1734.1124653866482, + -1873.0827079551882, + -1191.9142379037403, 222.64889597641377, 1574.3130929941763, 1903.0104267359384 ], "relative wind speed": [ - 5.07270806765513, + 5.072708067655129, 4.7236883095287805, 4.41859934942122, - 4.3587401885111, + 4.358740188511099, 4.587460446594113, 4.946102429503458, 5.220454029872617, 5.270535500096466 ], "relative wind angle": [ - 0.0792207425783505, + 0.07922074257835192, 0.09668987853678881, - 0.05512871392278504, - 0.025630693798133878, - 0.08762094589866605, - 0.09232927939435001, + 0.05512871392278907, + 0.025630693798129545, + 0.08762094589866606, + 0.09232927939435, 0.04665430940498031, - 0.021195885762924596 + 0.0211958857629246 ], "resistance": [ 97437.71860050467, 95943.5553406121, 94900.38753461337, - 94761.41729204482, + 94761.41729204483, 95442.58576209628, 96857.14889597642, 98208.81309299418, @@ -347613,7 +244372,7 @@ 47.549167500201534, 46.77916893753424, 46.246509855518966, - 46.17585495552851, + 46.175854955528514, 46.52286005402101, 47.24899125038448, 47.94979134165937, @@ -347650,54 +244409,54 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 860.0774749196962, + 860.0774749196908, -237.76596305147268, - -1137.4081043145775, + -1137.4081043145811, -1363.6200338074646, -1035.4575818712974, -66.89506022611567, 1005.6118634301038, - 1536.8629340454172 + 1536.8629340453845 ], "relative wind speed": [ - 3.8102145356127894, + 3.810214535612789, 3.4756439194974447, 3.12429057528837, 2.986535302613461, 3.1698295436310304, 3.5334761196209494, 3.847643765245862, - 3.9555228515727987 + 3.955522851572799 ], "relative wind angle": [ - 0.09547985578826562, - 0.1398573594182165, - 0.10323262484559388, - 0.009776196092510061, - 0.11484718169970136, - 0.13755365130214764, + 0.09547985578826795, + 0.13985735941821648, + 0.10323262484559605, + 0.00977619609251006, + 0.11484718169970137, + 0.13755365130214767, 0.08377414178446611, - 0.007381263083454538 + 0.007381263083469579 ], "resistance": [ - 97494.57747491966, + 97494.57747491964, 96396.73403694849, - 95497.09189568539, + 95497.09189568537, 95270.87996619249, 95599.04241812867, 96567.60493977384, 97640.11186343007, - 98171.36293404538 + 98171.36293404535 ], "fuel": [ - 43.174503155744354, + 43.17450315574435, 42.60770132913804, - 42.14657157310056, + 42.146571573100545, 42.03109591938664, 42.19867706597793, 42.695624988795956, 43.249977276108666, - 43.526152970233355 + 43.52615297023334 ] }, { @@ -347730,34 +244489,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 619.3107858131316, + 619.310785813127, -333.3485694156225, - -1045.8752414560522, + -1045.875241456054, -1179.404710520958, - -803.8312817386904, + -803.8312817386891, 72.56125233507555, 964.6645903589988, 1278.0164052187556 ], "relative wind speed": [ - 3.5370877375913152, + 3.5370877375913143, 3.2171661919769097, 2.9105170081941787, 2.8239270454760206, - 3.025126760466716, + 3.0251267604667156, 3.36336487368104, 3.631979119615516, 3.699705072318571 ], "relative wind angle": [ - 0.10248618742524494, + 0.10248618742524604, 0.13656975014460734, - 0.08860928757833889, - 0.02612124993238314, - 0.11990803122105528, - 0.13059856854745208, + 0.08860928757834013, + 0.026121249932383142, + 0.11990803122105342, + 0.1305985685474521, 0.07097448584161663, - 0.019936995210214317 + 0.019936995210214314 ], "resistance": [ 97253.81078581313, @@ -347810,11 +244569,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 818.2341467247652, + 818.2341467247561, -736.7734796492869, - -1797.4004112211023, + -1797.400411221105, -1920.8667520109038, - -1173.153643592489, + -1173.1536435924845, 311.3472657711709, 1708.1216654922255, 1998.0858708540882 @@ -347824,17 +244583,17 @@ 4.180687516339487, 3.8228065429984426, 3.7621448719663753, - 4.045655724131042, + 4.045655724131041, 4.467431458246684, 4.777263032136416, 4.825179572383398 ], "relative wind angle": [ - 0.10437328360605572, + 0.10437328360605892, 0.12755511439774828, - 0.0717103791041978, - 0.03841042697633017, - 0.11848071926251383, + 0.07171037910419935, + 0.038410426976330174, + 0.11848071926251101, 0.11932749098612846, 0.05736554530943602, 0.02994534239103706 @@ -347842,9 +244601,9 @@ "resistance": [ 97452.73414672478, 95897.72652035073, - 94837.09958877892, + 94837.0995887789, 94713.63324798911, - 95461.34635640752, + 95461.34635640754, 96945.84726577118, 98342.62166549225, 98632.5858708541 @@ -347852,7 +244611,7 @@ "fuel": [ 45.66112107185057, 44.85985626393489, - 44.31849758028938, + 44.318497580289375, 44.255750649486025, 44.63661495785786, 45.39894378746318, @@ -347890,19 +244649,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 516.9235726229599, + 516.923572622959, -725.8221250516663, - -1494.1015715217727, + -1494.1015715217773, -1519.8819293849456, -816.4220420836609, 411.6064751716476, - 1483.4341442017849, + 1483.4341442017903, 1543.85661153016 ], "relative wind speed": [ - 3.9812288291124056, + 3.981228829112405, 3.5953291919045256, - 3.285012042004135, + 3.2850120420041344, 3.2704166199515585, 3.563060743218458, 3.952112454303313, @@ -347912,17 +244671,17 @@ "relative wind angle": [ 0.11707334686938801, 0.1332923072223642, - 0.06418272938109135, - 0.05501840284231766, + 0.06418272938109308, + 0.055018402842317654, 0.13088809626555686, - 0.12119687081463631, - 0.05002493616368059, + 0.12119687081463633, + 0.05002493616367837, 0.04257989163676805 ], "resistance": [ 97151.42357262297, 95908.67787494835, - 95140.39842847825, + 95140.39842847823, 95114.61807061506, 95818.07795791635, 97046.10647517166, @@ -347932,7 +244691,7 @@ "fuel": [ 43.76602606777475, 43.126335038821225, - 42.73374537293786, + 42.73374537293785, 42.72060973508104, 43.079924382734355, 43.71159226244693, @@ -347970,9 +244729,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 1079.0400785959846, + 1079.0400785959764, -401.41615098121474, - -1569.8388282158967, + -1569.8388282158985, -1834.2308461665589, -1331.6624449322017, -2.262473063719881, @@ -347980,9 +244739,9 @@ 2039.3964495145983 ], "relative wind speed": [ - 4.378308769943696, + 4.378308769943695, 3.981354024334421, - 3.5791277052650847, + 3.5791277052650843, 3.439172069354049, 3.6714870458263693, 4.098563766193326, @@ -347990,10 +244749,10 @@ 4.563058216811584 ], "relative wind angle": [ - 0.10049203403555322, + 0.10049203403555433, 0.14163250604493213, - 0.09950430907476157, - 0.017208602711968408, + 0.09950430907476158, + 0.01720860271196841, 0.11992405336745289, 0.13755600485417507, 0.07991013500326781, @@ -348050,9 +244809,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 739.883213077971, + 739.8832130779629, -588.2706689789702, - -1513.7426982534244, + -1513.7426982534262, -1637.464178986249, -1023.6531363933527, 233.8566803931226, @@ -348060,7 +244819,7 @@ 1729.1850758367527 ], "relative wind speed": [ - 4.149584915798154, + 4.149584915798153, 3.7631952953717795, 3.4168271784763586, 3.3488912723456044, @@ -348070,17 +244829,17 @@ 4.365313675345794 ], "relative wind angle": [ - 0.10838513181653564, + 0.10838513181653771, 0.1355361324046651, - 0.07917315404385104, + 0.07917315404385243, 0.03772706910787275, 0.12456879951715653, - 0.12703119199017437, + 0.1270311919901744, 0.06270731440232341, 0.028939848498163483 ], "resistance": [ - 97374.38321307798, + 97374.38321307796, 96046.22933102102, 95120.75730174658, 94997.03582101375, @@ -348130,9 +244889,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 761.113440519553, + 761.1134405195507, 86.30190034483667, - -555.1244231397254, + -555.1244231397256, -828.9107087436014, -714.3729049576334, -178.44419746114136, @@ -348142,7 +244901,7 @@ "relative wind speed": [ 2.5017146424286656, 2.1964173525324204, - 1.7895273765036936, + 1.7895273765036932, 1.5307206544523067, 1.6582247780075192, 2.045491720842336, @@ -348150,14 +244909,14 @@ 2.581700959556155 ], "relative wind angle": [ - 0.12696622891697049, - 0.2417815030861149, - 0.24090369877431092, - 0.050912233589829145, + 0.1269662289169731, + 0.24178150308611487, + 0.24090369877431045, + 0.05091223358982915, 0.19221743683874543, 0.2600192106374595, 0.17813046777342076, - 0.030177999203297286 + 0.03017799920329729 ], "resistance": [ 97395.61344051955, @@ -348210,11 +244969,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 805.5978585319067, + 805.5978585319049, 69.80169761488787, -626.1967573845154, -914.5605700542828, - -785.5112927057733, + -785.511292705773, -195.33799459554484, 575.3875664068764, 1104.0714450775117 @@ -348222,7 +244981,7 @@ "relative wind speed": [ 2.698642018795561, 2.39048986795443, - 1.9897777835975003, + 1.9897777835975001, 1.745043808946849, 1.8729013634928542, 2.252994996485697, @@ -348230,12 +244989,12 @@ 2.78302899155554 ], "relative wind angle": [ - 0.11784838198477972, - 0.2189640376023921, + 0.11784838198478162, + 0.21896403760239208, 0.21116084323595133, 0.04043167373632267, - 0.17023463603412956, - 0.23256562883648288, + 0.17023463603412953, + 0.23256562883648285, 0.16024968021697364, 0.025347696559828388 ], @@ -348290,17 +245049,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 809.5034181076423, + 809.503418107641, 131.1095808963778, -535.9064937445821, -843.7934397493834, -747.9025786053, -221.35202736386736, - 501.7252120948376, + 501.7252120948385, 1030.3627735657794 ], "relative wind speed": [ - 2.535595155465253, + 2.5355951554652525, 2.2374763875944166, 1.825856585143362, 1.5464003250579081, @@ -348310,14 +245069,14 @@ 2.6017376203284504 ], "relative wind angle": [ - 0.11894221852513333, + 0.11894221852513427, 0.23839445027634634, - 0.2469581297459945, + 0.24695812974599493, 0.06656307561905463, 0.18308282985998126, 0.26223094111786655, - 0.1859789801718525, - 0.03954433372003033 + 0.1859789801718519, + 0.039544333720030335 ], "resistance": [ 97444.00341810766, @@ -348370,11 +245129,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 810.1241754401642, + 810.1241754401619, 179.57597904538397, - -469.6659138560424, + -469.66591385604215, -798.2369411165582, - -734.3691431872608, + -734.369143187261, -260.5967203115074, 425.99713924772345, 957.0760153241829 @@ -348382,7 +245141,7 @@ "relative wind speed": [ 2.4876384801692746, 2.211477185171663, - 1.8114531005848158, + 1.8114531005848156, 1.5176383465249461, 1.59034640798859, 1.9562503839964673, @@ -348390,17 +245149,17 @@ 2.5326509342146095 ], "relative wind angle": [ - 0.1073801856810668, + 0.10738018568106888, 0.23208432926456077, - 0.2526073663710587, - 0.08682968136669318, - 0.16843808407439098, + 0.25260736637105863, + 0.0868296813666932, + 0.16843808407439162, 0.26303753246737965, - 0.19541822994755834, - 0.05198893988322728 + 0.1954182299475583, + 0.051988939883227274 ], "resistance": [ - 97444.62417544016, + 97444.62417544014, 96814.07597904537, 96164.83408614395, 95836.26305888343, @@ -348410,7 +245169,7 @@ 97591.57601532417 ], "fuel": [ - 40.119577497768454, + 40.11957749776845, 39.79360292823439, 39.459510173079074, 39.291028878137006, @@ -348437,68 +245196,7 @@ "id": "6172", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.88543500153772, - 9.88543500153772, - 9.88543500153772, - 9.88543500153772, - 9.88543500153772, - 9.88543500153772, - 9.88543500153772, - 9.88543500153772 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 670.7461742814944, - -228.78959511167523, - -933.2065717943574, - -1093.4085149339398, - -778.8699372794795, - 28.86667787213264, - 892.1573211508926, - 1265.3023225087431 - ], - "relative wind speed": [ - 3.08429943857065, - 2.7358162187882358, - 2.374190361929062, - 2.24758813299023, - 2.464156597187839, - 2.846099151337988, - 3.1540752824805445, - 3.245507409739357 - ], - "relative wind angle": [ - 0.1276111518148548, - 0.18344700747594914, - 0.13233142723058602, - 0.024938263943560236, - 0.15997476771611024, - 0.17626255528960924, - 0.09948436250292743, - 0.01726938663161986 - ], - "resistance": [ - 97305.24617428152, - 96405.71040488835, - 95701.29342820567, - 95541.09148506609, - 95855.63006272055, - 96663.36667787217, - 97526.65732115092, - 97899.80232250877 - ], - "fuel": [ - 41.33788093494611, - 40.87376453838584, - 40.51242199718186, - 40.430501422661266, - 40.59143361693755, - 41.00639485354375, - 41.45258000534497, - 41.64629552849383 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 22.34375, -30.15625 22.5, -30 22.5, -30 22.34375, -30.15625 22.34375))", @@ -348517,68 +245215,7 @@ "id": "6173", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.870520453238006, - 10.870520453238006, - 10.870520453238006, - 10.870520453238006, - 10.870520453238006, - 10.870520453238006, - 10.870520453238006, - 10.870520453238006 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 310.96345823386355, - -562.9259000711404, - -1070.5657483696186, - -1057.9173579445314, - -518.8278769720978, - 362.2834545251494, - 1098.6325349017102, - 1069.0654182077901 - ], - "relative wind speed": [ - 3.2101218339540933, - 2.8677324253153755, - 2.604882164422514, - 2.613826443199747, - 2.887313443516463, - 3.2276263486863654, - 3.443261538049813, - 3.4364767473052167 - ], - "relative wind angle": [ - 0.13115316360583731, - 0.1441954784872796, - 0.06260073738572546, - 0.06954068358807769, - 0.14591596139449645, - 0.128022988700873, - 0.04734521454000645, - 0.05287551241558262 - ], - "resistance": [ - 96945.46345823389, - 96071.57409992888, - 95563.93425163042, - 95576.5826420555, - 96115.67212302794, - 96996.78345452518, - 97733.13253490174, - 97703.56541820781 - ], - "fuel": [ - 41.75539589633059, - 41.30564002894204, - 41.04568294298715, - 41.05214840370759, - 41.32826743543509, - 41.781896584774714, - 42.16321261205787, - 42.147862494496295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 22.1875, -30.3125 22.34375, -30.15625 22.34375, -30.15625 22.1875, -30.3125 22.1875))", @@ -348610,40 +245247,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 661.8244197131821, + 661.8244197131794, -34.97722023312849, - -640.6175975115198, - -834.9729236706494, - -667.5949401815467, + -640.6175975115207, + -834.972923670638, + -667.5949401815465, -79.85804828681239, - 622.8005996404818, + 622.8005996404827, 1049.9095810929534 ], "relative wind speed": [ - 2.5426864210473106, + 2.54268642104731, 2.2217696051394595, 1.8372745302727271, - 1.6423865041651682, + 1.642386504165168, 1.816335619640411, 2.1972867679552763, 2.527597994018041, 2.658363385598179 ], "relative wind angle": [ - 0.13821292939795093, - 0.23068610818236818, - 0.20171786811329995, - 0.007658678708932961, - 0.19408491787065246, - 0.233303877674221, - 0.14615322931923894, - 0.004731646015330877 + 0.13821292939795254, + 0.2306861081823682, + 0.2017178681133016, + 0.007658678708903969, + 0.19408491787065188, + 0.23330387767422103, + 0.14615322931923816, + 0.004731646015330878 ], "resistance": [ 97296.3244197132, 96599.52277976689, 95993.8824024885, - 95799.52707632937, + 95799.52707632938, 95966.90505981847, 96554.6419517132, 97257.3005996405, @@ -348653,7 +245290,7 @@ 40.24063460777451, 39.88087939668155, 39.56965789318235, - 39.47007345482766, + 39.470073454827684, 39.55582675020972, 39.857769580872244, 40.2204390463327, @@ -348677,68 +245314,7 @@ "id": "6175", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.27967236245007, - 9.27967236245007, - 9.27967236245007, - 9.27967236245007, - 9.27967236245007, - 9.27967236245007, - 9.27967236245007, - 9.27967236245007 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 719.3262333139282, - -28.68971443334476, - -701.972520972316, - -934.2096245425153, - -773.9897615435248, - -148.96384318856462, - 616.0779257627282, - 1093.213409396386 - ], - "relative wind speed": [ - 2.9356414458947233, - 2.64517526595965, - 2.3003946127104746, - 2.121656493899173, - 2.255833352074061, - 2.590332531459976, - 2.900854949320489, - 3.0340317290826118 - ], - "relative wind angle": [ - 0.10336467754132048, - 0.17333735846788145, - 0.14934818238219746, - 0.013125771222419811, - 0.13468160167182436, - 0.17704568615181104, - 0.11826970798123138, - 0.009178535891346389 - ], - "resistance": [ - 97353.82623331396, - 96605.81028556668, - 95932.52747902772, - 95700.29037545751, - 95860.51023845651, - 96485.53615681146, - 97250.57792576276, - 97727.71340939641 - ], - "fuel": [ - 41.02365762313673, - 40.637371944698955, - 40.291459885810056, - 40.172534843268366, - 40.254559498696416, - 40.57545503737781, - 40.97021492604743, - 41.21751850562038 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 22.03125, -30.625 22.1875, -30.46875 22.1875, -30.46875 22.03125, -30.625 22.03125))", @@ -348770,13 +245346,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 898.3615946286723, + 898.3615946286686, 180.82319562239218, -557.9347207608646, -925.6171439761476, -849.9585685676545, -305.4919279572623, - 477.0161139426432, + 477.01611394264364, 1073.1389414492764 ], "relative wind speed": [ @@ -348786,17 +245362,17 @@ 1.8076110990037435, 1.8810790653474132, 2.2403954982103667, - 2.6158553924364103, + 2.61585539243641, 2.817864492525243 ], "relative wind angle": [ - 0.09701244803782338, + 0.09701244803782683, 0.20480187522191357, - 0.21573398454361023, + 0.21573398454361076, 0.07007940300779214, - 0.14308743701736598, - 0.2277833062328792, - 0.1718176567239663, + 0.143087437017366, + 0.22778330623287918, + 0.171817656723965, 0.04493305005276385 ], "resistance": [ @@ -348850,19 +245426,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 904.5536741308342, + 904.5536741308324, 269.26393276744557, - -430.8729528514698, + -430.8729528514705, -827.1718322592053, - -801.8382351511063, + -801.8382351511059, -347.9241132757693, - 367.0131464091219, + 367.0131464091228, 962.8160147840599 ], "relative wind speed": [ - 2.5783981794342012, + 2.578398179434201, 2.319214205033511, - 1.9165621105884771, + 1.9165621105884767, 1.5907825811733258, 1.6187103400179546, 1.972208358100488, @@ -348870,13 +245446,13 @@ 2.595721694640274 ], "relative wind angle": [ - 0.08948942474258496, + 0.0894894247425862, 0.21924897799972584, - 0.2547217438917297, + 0.25472174389173013, 0.11247225390913425, - 0.14284024639956722, + 0.1428402463995664, 0.2586386410964403, - 0.2056083393164569, + 0.20560833931645636, 0.06883750475365641 ], "resistance": [ @@ -348930,9 +245506,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1266.519176841649, + 1266.519176841642, 549.6048904035065, - -380.6632826228115, + -380.6632826228133, -1019.8243293541541, -1101.407660049139, -653.3652213904779, @@ -348942,7 +245518,7 @@ "relative wind speed": [ 3.0879538971087643, 2.864610492549376, - 2.45627452917745, + 2.456274529177449, 2.071249968659179, 1.9993790447291675, 2.308025684681031, @@ -348950,9 +245526,9 @@ 3.0402137100047213 ], "relative wind angle": [ - 0.04676879776615026, + 0.04676879776615501, 0.17104929569467922, - 0.22382995978774975, + 0.22382995978774972, 0.13727449619005064, 0.07226893377863366, 0.21286842031487122, @@ -348960,7 +245536,7 @@ 0.09336509668974113 ], "resistance": [ - 97901.0191768417, + 97901.01917684168, 97184.10489040356, 96253.83671737723, 95614.67567064588, @@ -348970,7 +245546,7 @@ 97712.49308843173 ], "fuel": [ - 41.23364695085867, + 41.233646950858656, 40.861921380439995, 40.38242109938585, 40.054836293372816, @@ -348997,68 +245573,7 @@ "id": "6179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.09925593060164, - 8.09925593060164, - 8.09925593060164, - 8.09925593060164, - 8.09925593060164, - 8.09925593060164, - 8.09925593060164, - 8.09925593060164 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1089.5200719914965, - 460.0184271471271, - -337.04463218374303, - -873.3066792771788, - -932.498424897607, - -532.4378213244827, - 230.20750421388266, - 953.1325246135534 - ], - "relative wind speed": [ - 2.780405741353557, - 2.559990769462503, - 2.162947510110782, - 1.7898314783780973, - 1.73001775428461, - 2.0420736463111626, - 2.4587142138112257, - 2.742283864901418 - ], - "relative wind angle": [ - 0.05465785212258025, - 0.18848527560716807, - 0.2458683255367461, - 0.14852369347790328, - 0.08791307724740016, - 0.23710837138340107, - 0.21579025101021523, - 0.09673310068020462 - ], - "resistance": [ - 97724.0200719915, - 97094.51842714712, - 96297.45536781626, - 95761.19332072281, - 95702.00157510239, - 96102.06217867552, - 96864.70750421389, - 97587.63252461355 - ], - "fuel": [ - 40.62373191829481, - 40.29764270045771, - 39.88687024004578, - 39.611833844759275, - 39.581541344001096, - 39.78653367727662, - 40.17896536847359, - 40.55295644406651 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 22.03125, -30.3125 22.1875, -30.15625 22.1875, -30.15625 22.03125, -30.3125 22.03125))", @@ -349090,11 +245605,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 834.5825005815261, + 834.5825005815238, 192.5555401146678, - -478.5882505154284, + -478.5882505154291, -825.0695602795774, - -767.3026099258068, + -767.3026099258072, -287.87446198595535, 416.8602733070245, 967.7004785639335 @@ -349102,7 +245617,7 @@ "relative wind speed": [ 2.5740446029982484, 2.3045284668409143, - 1.9122906921370209, + 1.9122906921370204, 1.6225309286690588, 1.6846647862857824, 2.0378787024490927, @@ -349110,13 +245625,13 @@ 2.6136553800928026 ], "relative wind angle": [ - 0.09897095013055633, + 0.09897095013055858, 0.2172200366487004, - 0.23649683832151075, + 0.23649683832151078, 0.08451892106467734, - 0.15155311006193484, + 0.1515531100619356, 0.2461948964824743, - 0.18701825283794593, + 0.1870182528379459, 0.05243006699560359 ], "resistance": [ @@ -349170,17 +245685,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 969.8754347342542, + 969.8754347342506, 177.599301789307, -641.461163411796, -1044.5628753476694, - -960.6784224686012, + -960.6784224686021, -355.33572163952476, 511.81798522000736, 1164.7389096721809 ], "relative wind speed": [ - 3.0977042787992395, + 3.097704278799239, 2.8212060801941434, 2.439194280898942, 2.1781471784612108, @@ -349190,14 +245705,14 @@ 3.14653675121945 ], "relative wind angle": [ - 0.08341507580759265, + 0.0834150758075953, 0.17266321406483232, 0.1761210853989722, 0.05498234938865239, - 0.11511370141241574, + 0.11511370141241671, 0.18857073779265973, 0.14544505580811934, - 0.03805078957293846 + 0.038050789572938455 ], "resistance": [ 97604.37543473429, @@ -349250,9 +245765,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1127.0339467922904, + 1127.0339467922859, 483.912470164189, - -349.64280876559087, + -349.6428087655913, -920.4125849571203, -991.1727124558722, -587.4423719686251, @@ -349260,7 +245775,7 @@ 963.3107022722725 ], "relative wind speed": [ - 2.963202127720752, + 2.9632021277207516, 2.7540280131696666, 2.37460903373795, 2.0205799377502345, @@ -349270,11 +245785,11 @@ 2.9199174199149085 ], "relative wind angle": [ - 0.04574298241290582, + 0.04574298241290825, 0.16497276180365672, - 0.2139257421485397, - 0.12936197682737843, - 0.06930917760696642, + 0.21392574214854024, + 0.12936197682737846, + 0.06930917760696644, 0.20317795948200096, 0.19213203733198725, 0.08938788329112965 @@ -349332,9 +245847,9 @@ "wind resistance": [ 1227.5884810537536, 337.8530019411587, - -655.1003552167363, + -655.1003552167376, -1212.7544700075168, - -1177.4175035433882, + -1177.4175035433873, -534.6724977619638, 478.53659107427393, 1309.6316026515833 @@ -349352,12 +245867,12 @@ "relative wind angle": [ 0.06891187642862212, 0.16441154978281508, - 0.18133371521132394, - 0.07531181578353603, - 0.09670422212140284, + 0.18133371521132519, + 0.07531181578353605, + 0.0967042221214017, 0.18573552683685857, - 0.15473239026266683, - 0.05279619991982813 + 0.15473239026266686, + 0.05279619991982814 ], "resistance": [ 97862.08848105375, @@ -349410,51 +245925,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1667.3271817074374, + 1667.3271817073964, 1134.91729869327, - -12.163099369946394, + -12.163099369947304, -1066.810245632676, - -1452.701195259403, - -1224.823217952588, + -1452.7011952593957, + -1224.8232179525885, -276.31063728420304, - 908.6884444504149 + 908.6884444504158 ], "relative wind speed": [ - 3.851405002407089, + 3.8514050024070885, 3.7409997292258903, 3.395041351337126, 2.978787464469209, 2.7549689808968902, 2.9031182552907158, 3.301040563365039, - 3.6810324393832086 + 3.681032439383208 ], "relative wind angle": [ - 0.01237079038357054, + 0.012370790383588489, 0.09476916033067662, - 0.16220369683812888, - 0.14193611110924428, - 0.017294599038501373, - 0.12224240118543844, + 0.16220369683812957, + 0.1419361111092443, + 0.01729459903849495, + 0.12224240118543846, 0.16686536075371744, - 0.1147246351558281 + 0.11472463515582713 ], "resistance": [ - 98301.82718170743, + 98301.82718170738, 97769.41729869325, 96622.33690063003, 95567.68975436731, - 95181.79880474058, + 95181.7988047406, 95409.67678204739, 96358.18936271578, 97543.1884444504 ], "fuel": [ - 43.15111961505842, + 43.15111961505839, 42.874084184023125, 42.28079394614953, 41.739632039197176, - 41.54265742393398, + 41.54265742393399, 41.658908724739746, 42.14486572685675, 42.756687035475544 @@ -349490,14 +246005,14 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1642.5270621088312, + 1642.5270621088148, 1291.355349239513, 166.15739502144515, -959.3487981014196, -1473.0272845687687, -1322.2875156583773, - -440.3570580345968, - 771.4064929717797 + -440.35705803459587, + 771.4064929717806 ], "relative wind speed": [ 3.8215744136325727, @@ -349507,20 +246022,20 @@ 2.710510271739451, 2.8104031318388616, 3.2019519149468856, - 3.609742267299312 + 3.6097422672993114 ], "relative wind angle": [ - 0.028990381972709665, + 0.028990381972717326, 0.08405411375154732, - 0.1632399184416922, + 0.16323991844169222, 0.15848361556550292, - 0.040879477203198525, - 0.11222102685457018, - 0.17448481915159084, - 0.13096007043164845 + 0.04087947720319853, + 0.1122210268545702, + 0.1744848191515902, + 0.1309600704316476 ], "resistance": [ - 98277.02706210887, + 98277.02706210886, 97925.85534923956, 96800.6573950215, 95675.15120189863, @@ -349530,7 +246045,7 @@ 97405.90649297183 ], "fuel": [ - 43.03953119874393, + 43.03953119874392, 42.85671566294852, 42.27404260870192, 41.69592297982359, @@ -349570,19 +246085,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1843.862535588516, + 1843.862535588556, 1271.4749923699064, - -3.836475817452083, + -3.8364758174566305, -1187.372751190982, -1629.3025361901687, -1384.7075527956595, - -334.045848397167, - 989.2975701639125 + -334.0458483971688, + 989.2975701639116 ], "relative wind speed": [ - 4.161930878947329, + 4.161930878947328, 4.0519597481261105, - 3.698951639325586, + 3.6989516393255855, 3.2735386744137855, 3.042592158046301, 3.187578686229709, @@ -349590,17 +246105,17 @@ 3.9828357019160814 ], "relative wind angle": [ - 0.013099426268389008, - 0.0882800744749702, - 0.15190616404349777, - 0.13307515026562372, + 0.013099426268372056, + 0.08828007447497022, + 0.15190616404349852, + 0.13307515026562375, 0.017919018483415785, - 0.11230937791098866, - 0.15650056863024384, - 0.10927078685302792 + 0.11230937791098868, + 0.15650056863024459, + 0.10927078685302793 ], "resistance": [ - 98478.36253558853, + 98478.36253558857, 97905.97499236993, 96630.66352418256, 95447.12724880903, @@ -349610,7 +246125,7 @@ 97623.79757016392 ], "fuel": [ - 44.04807313049388, + 44.048073130493904, 43.749902202715944, 43.08994481712867, 42.4828942967402, @@ -349650,19 +246165,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2019.6597650454923, + 2019.659765045487, 1412.11853826903, - 9.14225601058024, + 9.142256010579331, -1305.3564296281647, -1806.8853168959158, -1547.6268626803467, - -396.6135794051752, + -396.61357940517337, 1066.0172516808188 ], "relative wind speed": [ - 4.463332323164905, + 4.463332323164904, 4.354392960973152, - 3.9950217485968222, + 3.995021748596822, 3.560532654864492, 3.3219487241629246, 3.463515655284925, @@ -349670,13 +246185,13 @@ 4.275428161789169 ], "relative wind angle": [ - 0.013869374074246205, + 0.013869374074246207, 0.08272838314994872, 0.1433597501274056, - 0.12597799665980458, - 0.01863521356371044, + 0.1259779966598046, + 0.018635213563710437, 0.10407677618406709, - 0.14792724020049086, + 0.1479272402004901, 0.10482778257817302 ], "resistance": [ @@ -349730,11 +246245,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1577.6703995015314, + 1577.6703995014714, 986.6192849312083, - -94.46651096575579, + -94.46651096575897, -1040.68019123045, - -1335.7284201486696, + -1335.7284201486905, -1082.7594979261075, -164.75689371855333, 926.3121260486505 @@ -349742,7 +246257,7 @@ "relative wind speed": [ 3.653403606725177, 3.5238982033432316, - 3.1710004726288714, + 3.1710004726288705, 2.764688377392539, 2.568150673878344, 2.7431546164678116, @@ -349750,31 +246265,31 @@ 3.507029223329189 ], "relative wind angle": [ - 0.00368973422197983, - 0.1063803115691126, - 0.1719695635302879, + 0.0036897342220099196, + 0.10638031156911261, + 0.17196956353028792, 0.14271716501660933, - 0.00524895979226133, - 0.13682669534898242, - 0.173436756601727, + 0.005248959792282482, + 0.13682669534898245, + 0.17343675660172703, 0.11236264409807022 ], "resistance": [ - 98212.17039950154, + 98212.17039950148, 97621.11928493122, - 96540.03348903426, + 96540.03348903425, 95593.81980876956, - 95298.77157985134, + 95298.77157985132, 95551.74050207391, 96469.74310628146, 97560.81212604867 ], "fuel": [ - 42.62760450517588, + 42.62760450517585, 42.32031722601168, - 41.761624390161636, + 41.761624390161614, 41.27620089399591, - 41.12551758495276, + 41.12551758495275, 41.25469087654567, 41.725449693733864, 42.28903663831923 @@ -349810,34 +246325,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1487.8927864342877, + 1487.8927864342859, 540.3661892974069, - -620.3662228071998, + -620.3662228072012, -1357.6507379212967, - -1399.2392634740563, + -1399.2392634740545, -763.380138641835, 373.563473295686, - 1391.084564785092 + 1391.084564785091 ], "relative wind speed": [ - 3.753597528443711, + 3.7535975284437106, 3.501973336936176, - 3.0870553881600054, + 3.087055388160005, 2.7366513805664887, 2.708736215635647, 3.0270330422416873, - 3.449178934451957, - 3.7332941904808936 + 3.4491789344519574, + 3.733294190480894 ], "relative wind angle": [ - 0.048888893113942115, + 0.04888889311394211, 0.14319008456043314, 0.1703359383656813, 0.08792794115757162, - 0.06777205976798677, + 0.06777205976798513, 0.1658503227777441, - 0.15230464738679114, - 0.0644161550153598 + 0.15230464738679192, + 0.06441615501536153 ], "resistance": [ 98122.39278643427, @@ -349877,68 +246392,7 @@ "id": "6190", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.424764528587845, - 13.424764528587845, - 13.424764528587845, - 13.424764528587845, - 13.424764528587845, - 13.424764528587845, - 13.424764528587845, - 13.424764528587845 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1939.661864515485, - 1225.8717268047922, - -119.85033509367167, - -1309.3919682656924, - -1686.7288838077966, - -1382.3119729082155, - -241.92080131055536, - 1121.6523712155722 - ], - "relative wind speed": [ - 4.292664341136622, - 4.159155414481817, - 3.790675791067013, - 3.369701573438714, - 3.1656479766928776, - 3.3391197187570554, - 3.752208856796766, - 4.134417197619306 - ], - "relative wind angle": [ - 0.004531427982605379, - 0.0926299094504883, - 0.14921152067697646, - 0.12263865215674645, - 0.0061446993781605645, - 0.11546987154004118, - 0.15075284247760257, - 0.09987056520175036 - ], - "resistance": [ - 98574.16186451547, - 97860.37172680478, - 96514.64966490632, - 95325.1080317343, - 94947.77111619219, - 95252.18802709178, - 96392.57919868943, - 97756.15237121556 - ], - "fuel": [ - 44.46382840378074, - 44.091930681055366, - 43.39594136161299, - 42.78633742603048, - 42.5940637425504, - 42.74913941716886, - 43.33314151882661, - 44.03778910392677 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 21.5625, -30.15625 21.71875, -30 21.71875, -30 21.5625, -30.15625 21.5625))", @@ -349957,68 +246411,7 @@ "id": "6191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.462622261523178, - 12.462622261523178, - 12.462622261523178, - 12.462622261523178, - 12.462622261523178, - 12.462622261523178, - 12.462622261523178, - 12.462622261523178 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1764.5117093126664, - 815.4936817014886, - -495.70025462216745, - -1442.5816704018412, - -1597.9875031349302, - -1032.7836161943196, - 189.54798136119825, - 1402.083365454896 - ], - "relative wind speed": [ - 4.029231114107356, - 3.8092697335693146, - 3.3914805304845657, - 2.9952952502425343, - 2.8985753290995193, - 3.182122940156138, - 3.6241277737821704, - 3.9578591022457705 - ], - "relative wind angle": [ - 0.029257401815989393, - 0.12722564566868275, - 0.1675729872052491, - 0.10591030293201033, - 0.040675335619822846, - 0.15247947600785478, - 0.1567237165035915, - 0.08008841024868958 - ], - "resistance": [ - 98399.01170931268, - 97449.9936817015, - 96138.79974537785, - 95191.91832959818, - 95036.51249686508, - 95601.7163838057, - 96824.04798136122, - 98036.5833654549 - ], - "fuel": [ - 43.62031919340387, - 43.126897285673756, - 42.45068345643764, - 41.966332280251756, - 41.88715740688856, - 42.17554372391862, - 42.80328420250673, - 43.431486678751526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 21.40625, -30.625 21.5625, -30.46875 21.5625, -30.46875 21.40625, -30.625 21.40625))", @@ -350050,37 +246443,37 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1664.9972645079006, + 1664.997264507886, 1441.4508024355036, - 304.9508988773787, - -901.2660392886492, + 304.95089887737595, + -901.2660392886501, -1522.1788500581847, -1426.0561124868373, - -571.9218254346147, + -571.9218254346142, 689.3315302383835 ], "relative wind speed": [ - 3.854419802243708, + 3.8544198022437075, 3.808685150825897, 3.4901103843450656, - 3.0402291797252463, + 3.0402291797252468, 2.722759631060209, 2.7863756821968315, 3.1763346054133343, 3.6092905889117186 ], "relative wind angle": [ - 0.0413174716402476, + 0.041317471640252984, 0.07569105762763287, - 0.16304137635285465, - 0.16960335138713345, - 0.05850697890417311, + 0.16304137635285604, + 0.16960335138713478, + 0.05850697890417312, 0.10354796832706102, - 0.17931424486675684, - 0.142662216191663 + 0.17931424486675682, + 0.14266221619166297 ], "resistance": [ - 98299.49726450795, + 98299.49726450794, 98075.95080243556, 96939.45089887743, 95733.23396071141, @@ -350090,7 +246483,7 @@ 97323.83153023844 ], "fuel": [ - 43.10333264641916, + 43.10333264641915, 42.986885423677556, 42.39774891116005, 41.77773013747956, @@ -350117,68 +246510,7 @@ "id": "6193", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.076256818530279, - 14.076256818530279, - 14.076256818530279, - 14.076256818530279, - 14.076256818530279, - 14.076256818530279, - 14.076256818530279, - 14.076256818530279 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2080.6803895858948, - 1383.1739596665411, - -61.675457914509934, - -1376.2563820760524, - -1835.79025918352, - -1538.2398005837522, - -332.9109301020271, - 1151.7242789485108 - ], - "relative wind speed": [ - 4.491222706573936, - 4.366720999867259, - 3.9937585999015566, - 3.5557298225319576, - 3.3293701983845065, - 3.4910650276462154, - 3.9122473801701947, - 4.314229102295455 - ], - "relative wind angle": [ - 0.009174259322104384, - 0.08751483559248509, - 0.14598476253358356, - 0.1240435664550339, - 0.012375948950245335, - 0.10954526967344581, - 0.14904882578640158, - 0.10215062871106292 - ], - "resistance": [ - 98715.1803895859, - 98017.67395966656, - 96572.82454208551, - 95258.24361792396, - 94798.7097408165, - 95096.26019941627, - 96301.589069898, - 97786.22427894853 - ], - "fuel": [ - 45.08140564362973, - 44.71760489166419, - 43.969768998910915, - 43.296107479717264, - 43.062134584123086, - 43.213543517447064, - 43.830246933779534, - 44.597286935610605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 21.25, -30.625 21.40625, -30.46875 21.40625, -30.46875 21.25, -30.625 21.25))", @@ -350210,37 +246542,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1554.9840954043952, + 1554.9840954043561, 1076.0106522136762, - 23.724440895427506, + 23.72444089542614, -947.23672929752, -1314.9050032016585, -1108.8364638601706, - -245.71753917256638, + -245.71753917256592, 843.647103886778 ], "relative wind speed": [ - 3.474609968305004, + 3.4746099683050033, 3.36520409816046, - 3.0102408904572058, + 3.0102408904572053, 2.570881615970747, 2.324792947010771, 2.480519714906448, - 2.9010388587081923, + 2.901038858708193, 3.296686881549287 ], "relative wind angle": [ - 0.016021190527012674, + 0.016021190527033467, 0.10934594891091479, - 0.19220205456021136, + 0.19220205456021194, 0.174348040340277, - 0.023946359313467575, - 0.1485952948175993, - 0.19953272013835724, - 0.1356914634143963 + 0.02394635931346758, + 0.14859529481759934, + 0.19953272013835782, + 0.13569146341439628 ], "resistance": [ - 98189.48409540439, + 98189.48409540436, 97710.51065221368, 96658.22444089543, 95687.26327070247, @@ -350250,7 +246582,7 @@ 97478.14710388677 ], "fuel": [ - 42.12702287667712, + 42.12702287667709, 41.877945298185445, 41.33372935452576, 40.835227663981094, @@ -350277,68 +246609,7 @@ "id": "6195", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.779440262083277, - 11.779440262083277, - 11.779440262083277, - 11.779440262083277, - 11.779440262083277, - 11.779440262083277, - 11.779440262083277, - 11.779440262083277 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1810.3612966598448, - 1188.5687238365035, - -47.292716197671325, - -1157.4031755605179, - -1539.067667056764, - -1272.4459481850754, - -239.35179713577054, - 1023.5400939389301 - ], - "relative wind speed": [ - 3.865969732303461, - 3.737633405653308, - 3.360002630325428, - 2.9111749592686396, - 2.6785573721151654, - 2.8549059689845215, - 3.291014112854152, - 3.6939750842860635 - ], - "relative wind angle": [ - 0.009068383212237454, - 0.10589277440188594, - 0.17764143312107514, - 0.15333159265105328, - 0.01308861847325237, - 0.1388209687642683, - 0.18140622839703296, - 0.12065829654494434 - ], - "resistance": [ - 98444.86129665984, - 97823.0687238365, - 96587.20728380233, - 95477.09682443948, - 95095.43233294324, - 95362.05405181492, - 96395.14820286423, - 97658.04009393894 - ], - "fuel": [ - 43.14724565893442, - 42.823473087861885, - 42.184221139210486, - 41.61485949102779, - 41.42016789198882, - 41.556117736008574, - 42.085388412115165, - 42.737782891203864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 21.40625, -30.3125 21.5625, -30.15625 21.5625, -30.15625 21.40625, -30.3125 21.40625))", @@ -350357,68 +246628,7 @@ "id": "6196", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.145339488201154, - 14.145339488201154, - 14.145339488201154, - 14.145339488201154, - 14.145339488201154, - 14.145339488201154, - 14.145339488201154, - 14.145339488201154 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2186.9241611294456, - 1251.1522936068177, - -289.6570201308359, - -1567.9927715333597, - -1903.1433309735912, - -1462.790010733318, - -113.58639575902089, - 1401.552001870481 - ], - "relative wind speed": [ - 4.532697249171104, - 4.359882042036814, - 3.94899023204918, - 3.5075781405726474, - 3.326015930137426, - 3.5495288278440715, - 4.0016499681195725, - 4.393702528386296 - ], - "relative wind angle": [ - 0.005876995430545927, - 0.10235399390253479, - 0.15338789778525735, - 0.11652609836511016, - 0.0080092137369243, - 0.1258337024274005, - 0.1513537265041086, - 0.09294845050233351 - ], - "resistance": [ - 98821.42416112946, - 97885.65229360684, - 96344.84297986918, - 95066.50722846665, - 94731.35666902643, - 95171.7099892667, - 96520.913604241, - 98036.0520018705 - ], - "fuel": [ - 45.19628982430537, - 44.708261054390775, - 43.911789551492845, - 43.257700242039064, - 43.087219000082385, - 43.311299986650084, - 44.00235649587714, - 44.78647855339244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 21.40625, -30.15625 21.5625, -30 21.5625, -30 21.40625, -30.15625 21.40625))", @@ -350450,37 +246660,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1884.2944522329944, + 1884.2944522329772, 839.3094720467298, - -570.215858001935, - -1565.7458965911305, + -570.2158580019377, + -1565.7458965911314, -1711.9510093775853, -1073.8894887207298, - 252.0002477557873, + 252.0002477557864, 1543.681043737406 ], "relative wind speed": [ 4.13778867614917, 3.898792382151359, - 3.456758834269007, - 3.0449499477154163, + 3.456758834269006, + 3.0449499477154167, 2.9557771031742712, 3.264556841746842, - 3.729441214688973, + 3.7294412146889724, 4.072615035579163 ], "relative wind angle": [ - 0.033412872778979724, + 0.033412872778986365, 0.1327314454412079, 0.1719508914779715, - 0.10544757712340255, + 0.10544757712340362, 0.04678299940588636, 0.15871892397089443, - 0.15926674155368803, + 0.15926674155368736, 0.07877484023963552 ], "resistance": [ - 98518.794452233, + 98518.79445223299, 97473.80947204675, 96064.28414199808, 95068.75410340888, @@ -350490,7 +246700,7 @@ 98178.18104373742 ], "fuel": [ - 43.907567096549684, + 43.90756709654968, 43.36397000883382, 42.637177304313894, 42.12830740556573, @@ -350530,39 +246740,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2102.3405143446644, + 2102.3405143445634, 1347.2993129427168, - -100.7606596339092, + -100.76065963391011, -1387.7652860202534, -1808.7118271731842, -1485.920687453393, - -264.86563619238495, + -264.86563619238404, 1206.796014953241 ], "relative wind speed": [ 4.3226319691007715, 4.182742180095556, - 3.7876669498614124, - 3.3291144409951268, + 3.787666949861412, + 3.329114440995127, 3.1010875901864163, 3.2873331497050438, 3.7357021373803017, 4.1495648471927655 ], "relative wind angle": [ - 0.00609166254075995, + 0.006091662540796402, 0.09896576547399578, 0.16196423731474366, - 0.13574127436698938, + 0.13574127436699018, 0.008491268967116614, - 0.1260502973061577, - 0.16423754511670796, + 0.12605029730615766, + 0.1642375451167073, 0.10878285814457658 ], "resistance": [ - 98736.84051434467, + 98736.84051434457, 97981.79931294273, - 96533.73934036611, + 96533.7393403661, 95246.73471397976, 94825.78817282683, 95148.57931254662, @@ -350570,9 +246780,9 @@ 97841.29601495326 ], "fuel": [ - 44.49820599530736, + 44.49820599530729, 44.104416609100404, - 43.35512092650718, + 43.35512092650717, 42.69571212373555, 42.481373879101824, 42.64567424849034, @@ -350610,9 +246820,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2032.8647499785193, + 2032.8647499785266, 890.9857613670356, - -645.5246477579831, + -645.5246477579849, -1724.6007337595547, -1877.045544993969, -1174.9604250882085, @@ -350620,7 +246830,7 @@ 1676.8557764954558 ], "relative wind speed": [ - 4.447601565432795, + 4.4476015654327945, 4.203956404629708, 3.759139028901466, 3.351077107947923, @@ -350630,17 +246840,17 @@ 4.384070221943608 ], "relative wind angle": [ - 0.03190810734540484, + 0.03190810734540136, 0.1235981406339073, - 0.15788989172184606, + 0.15788989172184675, 0.09492270521094562, - 0.043454583061481915, - 0.14550932654305226, - 0.1468440670174195, - 0.07251123230283477 + 0.04345458306148191, + 0.1455093265430523, + 0.14684406701741953, + 0.07251123230283475 ], "resistance": [ - 98667.3647499785, + 98667.36474997851, 97525.48576136702, 95988.975352242, 94909.89926624043, @@ -350650,7 +246860,7 @@ 98311.35577649545 ], "fuel": [ - 44.88571619755422, + 44.885716197554224, 44.291289804284474, 43.49908741780183, 42.94798267864948, @@ -350690,13 +246900,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 144.63220203662058, + 144.63220203661876, 1111.3684925623566, - 1377.1907792953962, + 1377.1907792953743, 610.3355115941968, -446.02772053096396, -1198.787604266986, - -1311.7971114015381, + -1311.7971114015445, -847.1673310126253 ], "relative wind speed": [ @@ -350704,25 +246914,25 @@ 3.997493972348579, 4.049990264503014, 3.872019227118812, - 3.546291969181388, + 3.5462919691813877, 3.2509760781727466, 3.185338659741767, 3.3994515182065634 ], "relative wind angle": [ - 0.11595858906333283, - 0.05945974849030927, - 0.023838283955825077, - 0.09675994286166505, + 0.11595858906333378, + 0.059459748490309265, + 0.023838283955834393, + 0.09675994286166506, 0.12225764430777131, - 0.07313552860069551, - 0.03031089259556718, + 0.07313552860069553, + 0.030310892595570845, 0.11026221951978787 ], "resistance": [ 96779.13220203664, 97745.86849256237, - 98011.69077929542, + 98011.69077929539, 97244.83551159421, 96188.47227946905, 95435.71239573303, @@ -350732,7 +246942,7 @@ "fuel": [ 43.20748909965497, 43.70774184236497, - 43.84590530751433, + 43.845905307514315, 43.448040405752096, 42.90355440784302, 42.518089760546296, @@ -350770,9 +246980,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 544.9486449286032, + 544.9486449285923, 1557.9658735198827, - 1446.7963608943119, + 1446.7963608942937, 349.28123278451585, -886.5140236937405, -1567.4340745733407, @@ -350780,7 +246990,7 @@ -717.7973584585479 ], "relative wind speed": [ - 4.457091890041951, + 4.4570918900419505, 4.671316686911908, 4.6523044306591865, 4.408822654539784, @@ -350790,19 +247000,19 @@ 4.113741108944463 ], "relative wind angle": [ - 0.09177835484944738, - 0.03175152567128531, - 0.04273755363768543, + 0.0917783548494498, + 0.0317515256712853, + 0.04273755363769062, 0.09754942226860067, 0.10074927004196073, 0.038901601573184286, 0.05183649761558286, - 0.10457146133940845 + 0.10457146133940846 ], "resistance": [ - 97179.44864492863, + 97179.44864492862, 98192.46587351992, - 98081.29636089434, + 98081.29636089432, 96983.78123278455, 95747.98597630629, 95067.0659254267, @@ -350810,9 +247020,9 @@ 95916.70264154149 ], "fuel": [ - 45.34484260304655, + 45.344842603046544, 45.87064035208157, - 45.812752254719946, + 45.81275225471994, 45.24372315511788, 44.60836471158021, 44.2607120461991, @@ -350850,53 +247060,53 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1234.1764773735194, + 1234.1764773735013, 2160.285808672299, - 1363.1554413421945, - -171.10920426850316, + 1363.155441342189, + -171.10920426850134, -1535.6826442239235, -1963.4999841843928, - -1626.2907034800073, + -1626.290703480011, -323.51689576432364 ], "relative wind speed": [ 5.058477534664182, 5.207195054995478, 5.083550234382112, - 4.7451402526006, + 4.745140252600601, 4.368626729638685, 4.190252275322626, 4.339425248362897, 4.707094481181073 ], "relative wind angle": [ - 0.0738197175842536, - 0.0036745297789552286, - 0.06811864981221089, - 0.10736328109883192, + 0.07381971758425812, + 0.003674529778955228, + 0.0681186498122125, + 0.10736328109883296, 0.0855031389881127, 0.004566316172250147, - 0.0798226820529611, + 0.07982268205296249, 0.10823445104921635 ], "resistance": [ - 97868.67647737358, + 97868.67647737356, 98794.78580867236, - 97997.65544134226, + 97997.65544134224, 96463.39079573155, 95098.81735577613, 94671.00001581566, - 95008.20929652006, + 95008.20929652004, 96310.98310423574 ], "fuel": [ - 47.33658918721684, + 47.33658918721683, 47.819503550028415, - 47.40365323705808, + 47.403653237058066, 46.6099066725765, 45.911308904066445, 45.69371311769243, - 45.86516712845952, + 45.86516712845951, 46.5315373445094 ] }, @@ -350930,43 +247140,43 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1793.8964864661739, + 1793.8964864661539, 2194.981985586861, - 939.4893542536811, - -783.8240804942252, + 939.4893542536793, + -783.8240804942325, -1997.6258171060617, -2166.9494073442256, - -1396.6150645962825, + -1396.615064596288, 229.61284745024386 ], "relative wind speed": [ - 5.7540242175119145, + 5.754024217511913, 5.809545612227684, - 5.605663258141842, - 5.243095597790675, + 5.605663258141841, + 5.243095597790676, 4.9249091957193, 4.859290592384879, - 5.093138984763002, + 5.0931389847630015, 5.465663165090048 ], "relative wind angle": [ - 0.04468599702013725, + 0.044685997020139735, 0.01923245014911456, 0.07410751348392011, - 0.09076426566097856, + 0.090764265660981, 0.052215294109962604, 0.022994046615424868, 0.08158080206494259, - 0.08705868244554876 + 0.08705868244554878 ], "resistance": [ - 98428.39648646615, + 98428.39648646614, 98829.48198558684, 97573.98935425366, - 95850.67591950577, + 95850.67591950575, 94636.87418289392, 94467.55059265575, - 95237.88493540371, + 95237.8849354037, 96864.11284745023 ], "fuel": [ @@ -350976,7 +247186,7 @@ 48.85059117363448, 48.23160837194727, 48.14569689127972, - 48.53741086625514, + 48.53741086625513, 49.37159669130889 ] }, @@ -351010,19 +247220,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1704.0382844843407, + 1704.0382844843043, 1478.3031813453836, - 271.1159870962056, + 271.11598709620375, -1030.5865362808008, -1694.7848236996388, -1599.273712231754, - -686.9452119858361, + -686.9452119858397, 669.4378887422972 ], "relative wind speed": [ - 4.971761919530803, + 4.9717619195308025, 4.935365792239597, - 4.678902494385029, + 4.678902494385028, 4.3319364517453485, 4.099988430008813, 4.143728539310215, @@ -351030,17 +247240,17 @@ 4.771021723776015 ], "relative wind angle": [ - 0.025021045088603, + 0.02502104508861187, 0.04466838982000518, - 0.09333085175383524, + 0.09333085175383406, 0.09160898846494006, 0.030342716887614578, - 0.0532094619961711, - 0.098562858926005, + 0.05320946199617109, + 0.09856285892600612, 0.0831575729637825 ], "resistance": [ - 98338.53828448436, + 98338.53828448433, 98112.8031813454, 96905.61598709621, 95603.91346371922, @@ -351050,7 +247260,7 @@ 97303.93788874231 ], "fuel": [ - 46.974789905300355, + 46.97478990530034, 46.85717072698598, 46.23138470300769, 45.562679634297794, @@ -351090,47 +247300,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1068.174277470267, + 1068.1742774702516, 565.4960025718228, - -210.0119904691087, - -822.37147927457, + -210.01199046910915, + -822.3714792745709, -961.0923735222009, -698.2655967824462, -2.013858441773209, - 742.6658186194036 + 742.6658186194018 ], "relative wind speed": [ - 3.3076197938324023, + 3.307619793832402, 3.174259931707216, - 2.887551133518604, - 2.597018855111906, + 2.8875511335186035, + 2.5970188551119064, 2.4957985723838974, 2.663349977082152, 2.9717684408077334, - 3.2287539826779375 + 3.228753982677938 ], "relative wind angle": [ - 0.012855192997527536, + 0.012855192997536173, 0.10007021975491398, 0.14105529735190012, - 0.09911727457014952, - 0.017037022606712995, + 0.09911727457015176, + 0.01703702260671299, 0.11935086461130018, 0.13703232819251954, - 0.07967788299087282 + 0.07967788299087422 ], "resistance": [ - 97702.67427747029, + 97702.67427747027, 97199.99600257183, 96424.4880095309, 95812.12852072544, 95673.40762647781, 95936.23440321758, 96632.48614155824, - 97377.16581861943 + 97377.16581861941 ], "fuel": [ - 41.87886485763577, + 41.87886485763576, 41.618392945581505, 41.21839357360022, 40.90412580087585, @@ -351170,19 +247380,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3175.0238727569304, + 3175.0238727536744, 1860.9503442673195, - -457.2705397579339, + -457.27053975795206, -2445.694332596733, - -2975.991507281604, + -2975.9915072805197, -2411.37069637499, -399.2256951703748, 1909.6848148990175 ], "relative wind speed": [ - 7.729269597085695, + 7.729269597085694, 7.589941147680042, - 7.249171050955324, + 7.249171050955323, 6.894461018827539, 6.74502536140487, 6.901432387930892, @@ -351190,31 +247400,31 @@ 7.596274276926528 ], "relative wind angle": [ - 0.00060787901904736, + 0.0006078790194126376, 0.04630218140067441, - 0.06793894142358697, + 0.06793894142358861, 0.05001179416678524, - 0.0006965816526400091, + 0.0006965816524806274, 0.05092524922540255, 0.06785105525019969, 0.045387909917026056 ], "resistance": [ - 99809.52387275695, + 99809.5238727537, 98495.45034426734, - 96177.22946024209, + 96177.22946024207, 94188.8056674033, - 93658.50849271842, + 93658.50849271951, 94223.12930362504, 96235.27430482965, 98544.18481489905 ], "fuel": [ - 60.63734135760175, + 60.637341357600036, 59.94811202972089, 58.74787559008568, 57.73432087710782, - 57.466498757624265, + 57.46649875762482, 57.75169179699971, 58.77768366192019, 59.97355844621444 @@ -351250,7 +247460,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2718.630364636694, + 2718.630364636607, 1054.2150458583637, -1142.5273113935436, -2619.884170092515, @@ -351270,7 +247480,7 @@ 7.090563515280436 ], "relative wind angle": [ - 0.01909173704670936, + 0.019091737046720993, 0.0630976868440193, 0.0735204904623128, 0.03907964950789665, @@ -351280,7 +247490,7 @@ 0.034279629339115235 ], "resistance": [ - 99353.13036463669, + 99353.1303646366, 97688.71504585836, 95491.97268860646, 94014.61582990749, @@ -351290,7 +247500,7 @@ 98986.67858330838 ], "fuel": [ - 57.071133468926654, + 57.07113346892661, 56.20206197945475, 55.07081777950021, 54.320130370432004, @@ -351330,39 +247540,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1988.0689415688485, + 1988.068941568752, 1029.8508462900354, - -455.6365075968515, + -455.636507596857, -1623.2698773163957, -1876.424753998297, -1371.0999740434836, -30.76162662999195, - 1388.46726432769 + 1388.4672643276845 ], "relative wind speed": [ 5.31848086101955, 5.159415961231769, - 4.8273357502624155, + 4.827335750262415, 4.503302621077266, 4.395492348821672, 4.581159088764324, - 4.9298500192013455, - 5.227509651887764 + 4.929850019201346, + 5.227509651887765 ], "relative wind angle": [ - 0.009681124496705874, - 0.0703667473296393, + 0.009681124496728812, + 0.07036674732963931, 0.095751868093153, 0.06442767988406707, 0.011714102659567826, 0.07926638859779794, - 0.09375482875599035, - 0.05549210521425016 + 0.09375482875599155, + 0.05549210521425216 ], "resistance": [ - 98622.5689415689, + 98622.5689415688, 97664.35084629008, - 96178.8634924032, + 96178.86349240318, 95011.23012268364, 94758.07524600174, 95263.40002595657, @@ -351370,9 +247580,9 @@ 98022.96726432773 ], "fuel": [ - 48.333656523494724, + 48.333656523494675, 47.834670526347594, - 47.067866280946916, + 47.0678662809469, 46.47090100097325, 46.342142004665675, 46.5993961048325, @@ -351410,19 +247620,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1435.068474912052, + 1435.0684749120283, 533.8221979784257, - -613.6480690255758, + -613.6480690255776, -1362.9364949029878, - -1423.6372483701734, + -1423.6372483701798, -830.3102406070739, 282.46187106394063, 1292.0265014199176 ], "relative wind speed": [ - 4.37010403153368, + 4.370104031533679, 4.168355291427834, - 3.8355186496547007, + 3.8355186496547002, 3.558986724859217, 3.5268344693914586, 3.7631349677284, @@ -351430,31 +247640,31 @@ 4.343959497185778 ], "relative wind angle": [ - 0.030650524421838615, + 0.030650524421845862, 0.09442533862830409, 0.11021604060912361, 0.05724281028719588, - 0.03798228027149182, - 0.10462864281106701, + 0.03798228027149475, + 0.104628642811067, 0.1030334536050642, 0.04689035306211269 ], "resistance": [ - 98069.56847491206, + 98069.56847491203, 97168.32219797843, 96020.85193097443, 95271.56350509702, - 95210.86275162983, + 95210.86275162981, 95804.18975939293, 96916.96187106395, 97926.52650141992 ], "fuel": [ - 44.85643742334193, + 44.85643742334191, 44.38887814086667, 43.79795363872496, 43.4147291249034, - 43.38377512398969, + 43.38377512398968, 43.68692679247715, 44.25901346546076, 44.78202662073261 @@ -351490,9 +247700,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2446.3019072791067, + 2446.3019072790266, 1213.1338578358263, - -657.6518150296051, + -657.6518150296288, -2095.6525536788467, -2382.0592143567173, -1707.453260997565, @@ -351500,9 +247710,9 @@ 1764.454811532978 ], "relative wind speed": [ - 6.660074255293075, + 6.6600742552930745, 6.494020060901352, - 6.163348193418028, + 6.163348193418027, 5.85252541222111, 5.758096406736841, 5.944742783662226, @@ -351510,19 +247720,19 @@ 6.577249395803648 ], "relative wind angle": [ - 0.009301874882760427, - 0.05588335239537385, - 0.07324184237714289, - 0.04702401350225139, + 0.009301874882772362, + 0.05588335239537384, + 0.07324184237714593, + 0.0470240135022514, 0.010759020843309139, - 0.06105296710411315, + 0.06105296710411314, 0.07179970642657768, 0.04183938952503976 ], "resistance": [ - 99080.80190727915, + 99080.80190727906, 97847.63385783587, - 95976.84818497044, + 95976.84818497041, 94538.84744632119, 94252.44078564332, 94927.04673900249, @@ -351530,9 +247740,9 @@ 98398.95481153303 ], "fuel": [ - 54.61453142315999, + 54.61453142315993, 53.97089512614134, - 53.00526621111162, + 53.0052662111116, 52.27187697603631, 52.1267266934625, 52.46910278343945, @@ -351570,9 +247780,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2618.347319840832, + 2618.3473198407046, 1374.4908962736336, - -598.6737078037404, + -598.6737078037622, -2170.1920674690246, -2519.0908718442515, -1879.6027594381048, @@ -351580,9 +247790,9 @@ 1787.1554594901318 ], "relative wind speed": [ - 6.922606207817405, + 6.922606207817404, 6.765419717816261, - 6.433574144232011, + 6.4335741442320105, 6.111313644252997, 6.000909108913918, 6.1775790471463035, @@ -351590,19 +247800,19 @@ 6.8253375289083875 ], "relative wind angle": [ - 0.006436469031717927, + 0.006436469031735176, 0.05284960815320619, - 0.07169492477884142, + 0.07169492477884452, 0.0481867648148883, - 0.007425082005658678, - 0.05788400401717645, + 0.007425082005658679, + 0.05788400401717646, 0.07071622585127203, 0.04314245538889232 ], "resistance": [ - 99252.84731984083, + 99252.8473198407, 98008.99089627364, - 96035.82629219626, + 96035.82629219623, 94464.30793253098, 94115.40912815575, 94754.8972405619, @@ -351610,9 +247820,9 @@ 98421.65545949014 ], "fuel": [ - 56.00763822742171, + 56.007638227421644, 55.35765170214077, - 54.338369772489266, + 54.33836977248926, 53.536931227373785, 53.36024739827944, 53.68443261922849, @@ -351637,68 +247847,7 @@ "id": "6240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.121703679920806, - 12.121703679920806, - 12.121703679920806, - 12.121703679920806, - 12.121703679920806, - 12.121703679920806, - 12.121703679920806, - 12.121703679920806 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1064.0706938172225, - 966.0577639489684, - 218.50743410262567, - -609.6501708112073, - -1055.4456363730992, - -1013.8302638724922, - -461.3369199537037, - 390.60366945129044 - ], - "relative wind speed": [ - 3.7357154310490537, - 3.714774654577077, - 3.505489038664903, - 3.2105230265107636, - 3.0028328329455745, - 3.0287000627506373, - 3.26865743145319, - 3.5588083259200856 - ], - "relative wind angle": [ - 0.03189132598559958, - 0.047139806895896474, - 0.10479143278903444, - 0.10719879073577929, - 0.03967852794601116, - 0.0578289405991695, - 0.11241517455720533, - 0.09667309985018861 - ], - "resistance": [ - 97698.57069381724, - 97600.55776394898, - 96853.00743410263, - 96024.84982918881, - 95579.05436362691, - 95620.66973612753, - 96173.16308004632, - 97025.1036694513 - ], - "fuel": [ - 43.00396293552255, - 42.95310345283952, - 42.566371252541984, - 42.140366137740045, - 41.912105129792806, - 41.93338218797763, - 42.216471028462735, - 42.655218001540376 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 27.5, -50 27.8125, -49.6875 27.8125, -49.6875 27.5, -50 27.5))", @@ -351717,68 +247866,7 @@ "id": "6242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.500736470368437, - 10.500736470368437, - 10.500736470368437, - 10.500736470368437, - 10.500736470368437, - 10.500736470368437, - 10.500736470368437, - 10.500736470368437 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 759.7878854800379, - 786.853536164002, - 255.98189575370407, - -386.7734028197392, - -781.5572714165, - -793.0539381946078, - -427.7013904273422, - 208.48480632690234 - ], - "relative wind speed": [ - 3.22828703743791, - 3.234950417978964, - 3.070611492182855, - 2.814269026299332, - 2.612078660936256, - 2.6038217911804, - 2.7957355366848913, - 3.0536342241041887 - ], - "relative wind angle": [ - 0.042824027849672264, - 0.037221940797146684, - 0.10062323900305431, - 0.11246362743546767, - 0.05293507065297867, - 0.046249808319764114, - 0.1105551569920502, - 0.10361489208550813 - ], - "resistance": [ - 97394.28788548005, - 97421.35353616401, - 96890.48189575372, - 96247.72659718027, - 95852.94272858351, - 95841.4460618054, - 96206.79860957267, - 96842.98480632692 - ], - "fuel": [ - 41.7534518867496, - 41.76747206461341, - 41.49297481337359, - 41.16202948965011, - 40.95952311406836, - 40.9536345311551, - 41.14100832684412, - 41.46846665249201 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 27.5, -49.6875 27.8125, -49.375 27.8125, -49.375 27.5, -49.6875 27.5))", @@ -351797,68 +247885,7 @@ "id": "6243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.87814530666092, - 10.87814530666092, - 10.87814530666092, - 10.87814530666092, - 10.87814530666092, - 10.87814530666092, - 10.87814530666092, - 10.87814530666092 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 963.7705494437596, - 521.3689913025564, - -181.98138159827886, - -747.9592942306776, - -881.3203423111581, - -658.1446823735414, - -31.071294938478786, - 649.3130612188334 - ], - "relative wind speed": [ - 3.3759521529470238, - 3.2625382414962587, - 3.013084586435554, - 2.7600103275093795, - 2.667758859601946, - 2.8053225295403768, - 3.0716952236439092, - 3.300959445981408 - ], - "relative wind angle": [ - 0.008740129407098502, - 0.08323996266365419, - 0.11779757355773358, - 0.08325977584400417, - 0.01106040169920611, - 0.09684610114712182, - 0.11553973783196732, - 0.06959122336224811 - ], - "resistance": [ - 97598.27054944377, - 97155.86899130257, - 96452.51861840174, - 95886.54070576934, - 95753.17965768886, - 95976.35531762647, - 96603.42870506154, - 97283.81306121885 - ], - "fuel": [ - 42.09814448642465, - 41.86902830944997, - 41.506268189812786, - 41.215695938008615, - 41.14740208738887, - 41.261727063490596, - 41.58394649463863, - 41.93521465063011 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 27.8125, -49.375 28.125, -49.0625 28.125, -49.0625 27.8125, -49.375 27.8125))", @@ -351877,68 +247904,7 @@ "id": "6244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.380397279893321, - 11.380397279893321, - 11.380397279893321, - 11.380397279893321, - 11.380397279893321, - 11.380397279893321, - 11.380397279893321, - 11.380397279893321 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1140.2521629611365, - 689.3346306574667, - -113.65030629356806, - -809.3092366171127, - -1008.8695980732005, - -817.5868634905919, - -127.54676067353739, - 677.5354236060948 - ], - "relative wind speed": [ - 3.5548767552734106, - 3.452507621406751, - 3.1882199497221886, - 2.898284532018358, - 2.7675734086890995, - 2.8942706234549846, - 3.1830590427856746, - 3.4491387459957794 - ], - "relative wind angle": [ - 0.000731497555797356, - 0.08017696787824144, - 0.12378660952535078, - 0.09682655621787334, - 0.0009395898230308489, - 0.09568473160413214, - 0.12398834704166983, - 0.08132514418815846 - ], - "resistance": [ - 97774.75216296114, - 97323.83463065747, - 96520.84969370643, - 95825.19076338288, - 95625.6304019268, - 95816.9131365094, - 96506.95323932647, - 97312.0354236061 - ], - "fuel": [ - 42.52230619144264, - 42.2884906890382, - 41.87399000726438, - 41.51683067062684, - 41.41470645721684, - 41.51259168243081, - 41.866837780191034, - 42.282382571789114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 27.5, -49.375 27.8125, -49.0625 27.8125, -49.0625 27.5, -49.375 27.5))", @@ -351957,68 +247923,7 @@ "id": "6246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.724558441459317, - 10.724558441459317, - 10.724558441459317, - 10.724558441459317, - 10.724558441459317, - 10.724558441459317, - 10.724558441459317, - 10.724558441459317 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 930.0931311861891, - 336.26656769369356, - -405.62915164236983, - -881.6352159065109, - -913.1056969508395, - -516.8420486845671, - 207.08396724854083, - 856.1935145564817 - ], - "relative wind speed": [ - 3.342010890257778, - 3.1665779988976133, - 2.8801343317120196, - 2.6433910809020227, - 2.6211165721024443, - 2.8305604837291916, - 3.1215565198223474, - 3.3244206214856873 - ], - "relative wind angle": [ - 0.03639163331792385, - 0.10791875843089098, - 0.12558503186544062, - 0.06401828022709888, - 0.04640695817716153, - 0.1207891540123953, - 0.11582671484445693, - 0.05089091342030569 - ], - "resistance": [ - 97564.59313118622, - 96970.76656769372, - 96228.87084835766, - 95752.86478409352, - 95721.3943030492, - 96117.65795131546, - 96841.58396724857, - 97490.69351455651 - ], - "fuel": [ - 41.982299835891645, - 41.67500359159663, - 41.29292752071111, - 41.04886314052474, - 41.032756875929174, - 41.235829432704776, - 41.608327327539314, - 41.9439864188049 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 27.5, -49.0625 27.8125, -48.75 27.8125, -48.75 27.5, -49.0625 27.5))", @@ -352037,68 +247942,7 @@ "id": "6247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.889372074866403, - 14.889372074866403, - 14.889372074866403, - 14.889372074866403, - 14.889372074866403, - 14.889372074866403, - 14.889372074866403, - 14.889372074866403 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1047.822467346563, - 14.879407527274452, - -980.724438820359, - -1377.8766040232122, - -1208.4449946003897, - -368.75970447761483, - 723.9544632585594, - 1448.9236706166066 - ], - "relative wind speed": [ - 4.461548949469217, - 4.209267048139979, - 3.907155818909138, - 3.7397348182730203, - 3.8245433676196297, - 4.100563609646375, - 4.389383146420192, - 4.5328726529993775 - ], - "relative wind angle": [ - 0.05423027218091043, - 0.09436155232470593, - 0.08174889371968444, - 0.014600773291429699, - 0.06327392752100434, - 0.09687077103804477, - 0.07275091478828515, - 0.01204587132032378 - ], - "resistance": [ - 97682.3224673466, - 96649.37940752732, - 95653.77556117969, - 95256.62339597683, - 95426.05500539966, - 96265.74029552242, - 97358.4544632586, - 98083.42367061666 - ], - "fuel": [ - 45.261372193664755, - 44.72723121210858, - 44.21615612692207, - 44.01331442550997, - 44.09977822827845, - 44.52986026565735, - 45.09347086506845, - 45.46985417177922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 28.4375, -48.75 28.75, -48.4375 28.75, -48.4375 28.4375, -48.75 28.4375))", @@ -352130,19 +247974,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1382.415819422612, + 1382.415819422602, 560.7351409180255, - -509.1584851908574, + -509.1584851908601, -1232.4882614328471, - -1311.8981945277883, + -1311.8981945277856, -787.1227262478415, 237.43082823192708, 1196.5236730193665 ], "relative wind speed": [ - 3.8364455750574553, + 3.836445575057455, 3.629365977429052, - 3.2698633928268515, + 3.269863392826851, 2.954718765912689, 2.9045603386868724, 3.1595075586760646, @@ -352150,17 +247994,17 @@ 3.7979497660993515 ], "relative wind angle": [ - 0.034268959666350726, - 0.11672398755384168, - 0.1430944893277214, - 0.08022260702300807, - 0.04527025105360958, + 0.03426895966635397, + 0.1167239875538417, + 0.1430944893277222, + 0.08022260702300808, + 0.04527025105360712, 0.13418032547655226, 0.13247471073481093, 0.06238490476583017 ], "resistance": [ - 98016.91581942265, + 98016.91581942263, 97195.23514091806, 96125.34151480917, 95402.01173856718, @@ -352170,7 +248014,7 @@ 97831.0236730194 ], "fuel": [ - 43.17135533414432, + 43.171355334144316, 42.74511339064537, 42.19387775995757, 41.82361365758011, @@ -352210,51 +248054,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2324.6206483297265, + 2324.6206483296755, 977.8507428890061, - -869.9335620018519, - -2164.7023558401215, - -2339.3528300126072, + -869.9335620018555, + -2164.7023558401324, + -2339.3528300126345, -1508.947152364237, 238.34122882078918, 1909.1654744569878 ], "relative wind speed": [ - 6.559402056747469, + 6.559402056747468, 6.365561191931666, - 6.025742258302705, - 5.732363039883456, + 6.025742258302704, + 5.732363039883457, 5.673829168436979, 5.89047735641541, 6.23766967794658, 6.508310591362959 ], "relative wind angle": [ - 0.016197496408257454, + 0.01619749640826431, 0.06103308684007784, 0.07355994036703908, - 0.04153423781560503, - 0.018725881891219796, + 0.0415342378156077, + 0.01872588189122572, 0.0659624634199328, 0.07105642153649133, - 0.03657999548308452 + 0.036579995483084514 ], "resistance": [ - 98959.12064832974, + 98959.12064832968, 97612.35074288902, 95764.56643799816, 94469.79764415989, - 94295.14716998741, + 94295.14716998738, 95125.55284763577, 96872.8412288208, 98543.665474457 ], "fuel": [ - 54.08482782199998, + 54.08482782199995, 53.382792933316736, 52.43057511503028, 51.770912767198894, - 51.682408840795546, + 51.68240884079553, 52.10422909525865, 53.000176995145964, 53.86754235345848 @@ -352290,9 +248134,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3064.5435019378456, + 3064.543501937711, 1296.881628123363, - -1140.014270321979, + -1140.0142703219826, -2854.296315050051, -3090.166096121582, -2004.9289419192137, @@ -352300,9 +248144,9 @@ 2502.966279799941 ], "relative wind speed": [ - 7.68356006104074, + 7.6835600610407395, 7.466848542317943, - 7.0857184372851, + 7.085718437285099, 6.75624522126952, 6.689070961247615, 6.9301470678702675, @@ -352310,19 +248154,19 @@ 7.62456005591793 ], "relative wind angle": [ - 0.015242429109112478, + 0.015242429109127046, 0.05821838122356894, 0.07024271529767155, 0.039802065782856014, - 0.01750879443464575, - 0.06273278217493158, + 0.017508794434645755, + 0.0627327821749316, 0.06799676639515632, 0.03526724903657296 ], "resistance": [ - 99699.04350193788, + 99699.04350193773, 97931.38162812339, - 95494.48572967805, + 95494.48572967804, 93780.20368494999, 93544.33390387845, 94629.57105808082, @@ -352330,7 +248174,7 @@ 99137.46627979996 ], "fuel": [ - 60.273532878465794, + 60.273532878465716, 59.3486156772114, 58.092589322687815, 57.22225306204321, @@ -352370,19 +248214,19 @@ ], "ice resistance": 85980.51709401175, "wind resistance": [ - 3045.851583063424, + 3045.851583063235, 1202.254928257571, - -1258.3359071906125, + -1258.3359071906161, -2930.2333367871506, -3117.4473487733267, -1945.8433138762848, - 406.86889279130264, + 406.8688927913172, 2599.864401729952 ], "relative wind speed": [ - 7.848492182953696, + 7.848492182953695, 7.623842080401571, - 7.244977354536204, + 7.2449773545362035, 6.9281245526007265, 6.8761362015086895, 7.124402469027269, @@ -352390,27 +248234,27 @@ 7.802638578790805 ], "relative wind angle": [ - 0.016879965255844388, + 0.01687996525586412, 0.05741866435557168, - 0.06716692771953733, + 0.06716692771953735, 0.03611589088567357, - 0.019267242085200986, + 0.019267242085200982, 0.06144877296252185, - 0.06479886103895703, + 0.06479886103895532, 0.032066572539750024 ], "resistance": [ - 89026.36867707518, + 89026.36867707499, 87182.77202226932, 84722.18118682114, 83050.2837572246, 82863.06974523843, 84034.67378013546, - 86387.38598680306, + 86387.38598680307, 88580.3814957417 ], "fuel": [ - 55.912434251756565, + 55.912434251756466, 55.021260873104346, 53.85154413336482, 53.06961134464437, @@ -352450,19 +248294,19 @@ ], "ice resistance": 48515.902997904785, "wind resistance": [ - 3301.6579972224463, + 3301.6579972222644, 1541.0816585450739, - -1025.4545960187315, + -1025.4545960187388, -2930.169374916528, - -3264.079595041043, + -3264.0795950409847, -2250.30819154426, - 123.89432702656995, + 123.89432702655904, 2506.5112997552133 ], "relative wind speed": [ - 7.879157281259547, + 7.8791572812595465, 7.6744396298667805, - 7.2880098104364555, + 7.288009810436455, 6.937023109427837, 6.844219786978541, 7.073007869557629, @@ -352470,33 +248314,33 @@ 7.7975749008623225 ], "relative wind angle": [ - 0.011613700286527615, - 0.0561426738150442, - 0.07106807246267006, + 0.011613700286546735, + 0.05614267381504421, + 0.07106807246267005, 0.04343731215356361, - 0.013369944742845205, + 0.013369944742836901, 0.06092227799397927, - 0.06932856561069638, - 0.03864097103543887 + 0.06932856561069799, + 0.03864097103543888 ], "resistance": [ - 51817.560995127234, + 51817.560995127045, 50056.98465644986, - 47490.44840188605, + 47490.448401886046, 45585.73362298826, - 45251.82340286374, + 45251.823402863796, 46265.594806360525, - 48639.79732493135, + 48639.79732493134, 51022.41429766 ], "fuel": [ - 40.3743834699366, + 40.37438346993654, 39.7668310997181, 38.90181467487404, 38.27570132234492, - 38.16732988281942, + 38.16732988281944, 38.49763437343488, - 39.286156725541005, + 39.286156725541, 40.098560271295334 ] }, @@ -352517,68 +248361,7 @@ "id": "6259", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.587264684680296, - 24.587264684680296, - 24.587264684680296, - 24.587264684680296, - 24.587264684680296, - 24.587264684680296, - 24.587264684680296, - 24.587264684680296 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1228.3428590845833, - -1156.6397624836536, - -2806.6569276420414, - -3013.9218595615057, - -1913.5989063482339, - 352.2018469033683, - 2496.8448211412397, - 2989.522881883644 - ], - "relative wind speed": [ - 7.113631075538392, - 6.719657344685825, - 6.382836924895615, - 6.320551374123281, - 6.575984978495441, - 6.978074998613371, - 7.287435646813785, - 7.341522719663235 - ], - "relative wind angle": [ - 0.06367475219224034, - 0.0760560534502996, - 0.04222163076030301, - 0.020501151618882087, - 0.0688886751894208, - 0.07323434104564887, - 0.03697804585461925, - 0.01764977616108884 - ], - "resistance": [ - 97862.8428590846, - 95477.86023751636, - 93827.84307235797, - 93620.5781404385, - 94720.90109365177, - 96986.70184690338, - 99131.34482114125, - 99624.02288188366 - ], - "fuel": [ - 57.276646362010396, - 56.04775508076489, - 55.209950712599536, - 55.10542712688601, - 55.662147605748544, - 56.822744523331735, - 57.93887992260379, - 58.19770157476554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 29.375, -47.5 29.6875, -47.1875 29.6875, -47.1875 29.375, -47.5 29.375))", @@ -352597,68 +248380,7 @@ "id": "6266", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.394404476221897, - 23.394404476221897, - 23.394404476221897, - 23.394404476221897, - 23.394404476221897, - 23.394404476221897, - 23.394404476221897, - 23.394404476221897 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3100.9573533996954, - 1562.741260316754, - -785.4751234873074, - -2604.1674926017386, - -2977.9068602191765, - -2146.2279962240773, - -12.719879766089434, - 2213.5048234126734 - ], - "relative wind speed": [ - 7.0413779149631015, - 6.846432654873483, - 6.4514592073164785, - 6.074602438037514, - 5.956279865642916, - 6.179371544216719, - 6.590671200683944, - 6.939558919627528 - ], - "relative wind angle": [ - 0.00991984364902812, - 0.06329454594679154, - 0.08420145521498598, - 0.055055650424833104, - 0.011727088888401516, - 0.07013784759667366, - 0.08241882102835632, - 0.0481877398770348 - ], - "resistance": [ - 99735.45735339972, - 98197.24126031678, - 95849.02487651272, - 94030.33250739829, - 93656.59313978086, - 94488.27200377596, - 96621.78012023395, - 98848.0048234127 - ], - "fuel": [ - 56.455817391370005, - 55.65009108091814, - 54.4370615076346, - 53.5116703864205, - 53.323027994450285, - 53.743520814450534, - 54.833982360448395, - 55.989890231863654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 29.0625, -47.5 29.375, -47.1875 29.375, -47.1875 29.0625, -47.5 29.0625))", @@ -352677,68 +248399,7 @@ "id": "6272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 65475.18274387722, - "wind resistance": [ - 3148.5104824732516, - 1409.2120167375651, - -1066.1084471716022, - -2861.4835468292295, - -3147.338813267066, - -2116.1805615757658, - 194.39463924460506, - 2467.4248967769017 - ], - "relative wind speed": [ - 7.858096266194086, - 7.652794409382263, - 7.277758176423184, - 6.944875264338032, - 6.8655106608962235, - 7.093634561448784, - 7.477910770339441, - 7.788043472300271 - ], - "relative wind angle": [ - 0.01276470736378915, - 0.055156854088075497, - 0.06825242598663174, - 0.04033410649257118, - 0.014610296141429863, - 0.05950957621532057, - 0.06642286358101955, - 0.0359653584945878 - ], - "resistance": [ - 68623.69322635047, - 66884.39476061478, - 64409.07429670562, - 62613.699197047994, - 62327.84393061016, - 63359.002182301454, - 65669.57738312182, - 67942.60764065413 - ], - "fuel": [ - 46.75451236069618, - 46.045464371100024, - 45.0557772668548, - 44.35221271354827, - 44.2412997552983, - 44.64282303812554, - 45.556904905776825, - 46.47551788515411 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 28.75, -47.1875 29.0625, -46.875 29.0625, -46.875 28.75, -47.1875 28.75))", @@ -352770,51 +248431,51 @@ ], "ice resistance": 81489.43240914796, "wind resistance": [ - 3407.7854396611656, + 3407.785439660496, 1851.8368963660396, - -691.034188476744, - -2761.991306355081, - -3250.755540684895, + -691.0341884767658, + -2761.9913063550666, + -3250.755540684615, -2486.479384397244, -225.32706685123776, 2243.0867837464175 ], "relative wind speed": [ - 7.885357282148527, + 7.885357282148526, 7.715740583120351, 7.342766321303576, - 6.972774535198211, - 6.83706447650031, + 6.97277453519821, + 6.837064476500309, 7.027919847077432, 7.416744088458573, 7.765611721187625 ], "relative wind angle": [ - 0.004702726086760513, + 0.004702726086831337, 0.051456979377036846, - 0.07144436247878731, - 0.049413771426563786, - 0.005423778092221663, - 0.05649818630027284, + 0.07144436247879044, + 0.04941377142656154, + 0.005423778092180725, + 0.05649818630027283, 0.07073054917454231, - 0.044365326163172465 + 0.04436532616317246 ], "resistance": [ - 84897.21784880913, + 84897.21784880846, 83341.269305514, - 80798.39822067122, - 78727.44110279289, - 78238.67686846307, + 80798.3982206712, + 78727.4411027929, + 78238.67686846334, 79002.95302475072, 81264.10534229672, 83732.51919289438 ], "fuel": [ - 53.934008824522834, + 53.934008824522515, 53.204955306108104, - 52.0328622692884, + 52.03286226928838, 51.096067301480815, - 50.877303088006585, + 50.87730308800671, 51.219774450038784, 52.24572224288285, 53.387431099367625 @@ -352850,14 +248511,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1484.1460086012048, + 1484.1460086011812, 1877.1793193392223, - 844.6642903887823, + 844.6642903887769, -606.2669722318005, -1654.3847096563704, -1820.618991526152, -1204.824806827066, - 150.91108187772807 + 150.91108187772625 ], "relative wind speed": [ 5.081165324670533, @@ -352867,20 +248528,20 @@ 4.298900269218547, 4.225232748295907, 4.443157379137995, - 4.800117442355722 + 4.800117442355723 ], "relative wind angle": [ - 0.050615637016011475, + 0.05061563701601806, 0.018515321360813106, - 0.07913095360598364, + 0.07913095360598504, 0.0996687224495065, - 0.05983625365071063, + 0.05983625365071062, 0.02253586040864473, 0.08827840268015036, - 0.0957213609838009 + 0.09572136098380322 ], "resistance": [ - 98118.64600860124, + 98118.64600860121, 98511.67931933925, 97479.16429038881, 96028.23302776823, @@ -352890,7 +248551,7 @@ 96785.41108187776 ], "fuel": [ - 47.407562911392624, + 47.40756291139262, 47.61248363030507, 47.07537674390542, 46.327316787492606, @@ -352930,41 +248591,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2106.4534512470927, + 2106.453451247082, 2110.8287341853047, - 617.7140677833941, + 617.7140677833868, -1158.6471687770081, - -2212.9980132734418, + -2212.9980132734254, -2214.8440338712335, - -1165.3396207744827, + -1165.3396207744772, 609.9627206646637 ], "relative wind speed": [ - 6.032763192693216, + 6.032763192693214, 6.033344029993905, - 5.7842204963229005, + 5.7842204963229, 5.4117193473270575, - 5.1315457146820656, + 5.131545714682065, 5.130862790673981, 5.410155858282085, 5.782757721602375 ], "relative wind angle": [ - 0.031108968361084167, + 0.031108968361084163, 0.030854515922841136, 0.07802659445716642, - 0.0835259004794437, - 0.03657467403226326, + 0.08352590047944368, + 0.03657467403225719, 0.03628380403434028, - 0.08343359058476495, + 0.08343359058476361, 0.07815532195786322 ], "resistance": [ - 98740.9534512471, + 98740.95345124709, 98745.3287341853, - 97252.2140677834, + 97252.21406778338, 95475.85283122299, - 94421.50198672657, + 94421.50198672658, 94419.65596612876, 95469.16037922552, 97244.46272066467 @@ -352974,7 +248635,7 @@ 51.43075117782722, 50.65402506506139, 49.74075808860228, - 49.2042456278559, + 49.20424562785591, 49.203309897287575, 49.73733955122392, 50.65001441830468 @@ -353010,17 +248671,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2642.6363021173474, + 2642.63630211734, 1915.9849663096593, - 81.1964553787584, + 81.19645537875658, -1674.8379931868922, -2384.931193960514, -2074.70428489144, - -588.5178301830192, + -588.517830183021, 1344.7469446412597 ], "relative wind speed": [ - 5.12019827199869, + 5.120198271998688, 5.006778886608086, 4.6011031093599435, 4.099583681833607, @@ -353030,13 +248691,13 @@ 4.893169189550448 ], "relative wind angle": [ - 0.017393464908010525, + 0.017393464908010522, 0.07988728938209404, - 0.14264620376538426, + 0.14264620376538503, 0.12853576672265496, - 0.023361942936311043, + 0.023361942936311046, 0.1010682965048885, - 0.1483684755409617, + 0.14836847554096244, 0.10760076434065988 ], "resistance": [ @@ -353090,54 +248751,54 @@ ], "ice resistance": 64805.16206159245, "wind resistance": [ - 3418.807882162604, + 3418.8078821596537, 2060.5368256361035, - -421.68057461506396, - -2586.429857156978, + -421.6805746150894, + -2586.4298571569925, -3196.9979900099934, -2627.3818678423886, - -490.9080428295383, - 2002.3832346431554 + -490.90804282954923, + 2002.3832346431373 ], "relative wind speed": [ - 7.881522171414882, + 7.881522171414881, 7.741561222273011, 7.384987476491269, - 7.006909112171372, + 7.006909112171373, 6.840715976460674, 6.998715357185738, 7.373991238208504, - 7.7341458159824255 + 7.734145815982426 ], "relative wind angle": [ - 0.0006993372644658409, - 0.04704704105451184, - 0.07052617291600924, - 0.05309800947665085, + 0.0006993372647833482, + 0.047047041054511844, + 0.07052617291601238, + 0.05309800947665294, 0.000805740557341974, 0.05204492529981062, - 0.07063151801800391, - 0.04810118336925085 + 0.07063151801800548, + 0.04810118336925317 ], "resistance": [ - 68223.96994375504, + 68223.9699437521, 66865.69888722856, - 64383.48148697738, - 62218.732204435466, + 64383.481486977355, + 62218.73220443545, 61608.164071582454, 62177.78019375006, - 64314.254018762906, - 66807.5452962356 + 64314.2540187629, + 66807.54529623559 ], "fuel": [ - 46.59056365075649, + 46.590563650755286, 46.03790390168294, - 45.04566378694169, - 44.19904416024528, + 45.04566378694168, + 44.199044160245265, 43.963407555963784, 44.183196147462596, 45.0183194641783, - 46.01439534530825 + 46.014395345308245 ] }, { @@ -353170,9 +248831,9 @@ ], "ice resistance": 47367.158461630024, "wind resistance": [ - 3137.1423722158033, + 3137.142372215465, 1527.2850926926112, - -890.7850499294764, + -890.7850499294836, -2731.361680192269, -3084.764986340211, -2190.929505516593, @@ -353180,9 +248841,9 @@ 2294.575037636685 ], "relative wind speed": [ - 7.8516458869497505, + 7.85164588694975, 7.666647524123623, - 7.304853031870451, + 7.30485303187045, 6.969325534076066, 6.871309883461025, 7.077129247756694, @@ -353190,8 +248851,8 @@ 7.764775865965447 ], "relative wind angle": [ - 0.009263118921019069, - 0.05194249657780476, + 0.009263118921055025, + 0.05194249657780477, 0.06715544769579683, 0.0423683447891333, 0.010584742761512817, @@ -353200,9 +248861,9 @@ 0.03802577302473154 ], "resistance": [ - 50504.30083384583, + 50504.30083384549, 48894.443554322635, - 46476.37341170055, + 46476.37341170054, 44635.796781437755, 44282.39347528981, 45176.22895611343, @@ -353210,7 +248871,7 @@ 49661.73349926671 ], "fuel": [ - 39.9201012390359, + 39.92010123903579, 39.37197555213028, 38.5667899549471, 37.96848557688417, @@ -353250,54 +248911,54 @@ ], "ice resistance": 53509.122506204316, "wind resistance": [ - 2633.344691586037, + 2633.344691585982, 210.51254582890397, - -2248.944239566914, - -3345.8520643102092, + -2248.9442395669175, + -3345.852064310253, -3038.9146114776704, -1124.6907157726637, 1511.4589420683515, - 3363.8183390658087 + 3363.8183390657396 ], "relative wind speed": [ - 7.816106965514198, + 7.816106965514197, 7.486163148068505, - 7.0764930912525505, - 6.832906374856575, + 7.07649309125255, + 6.8329063748565755, 6.918304214679201, 7.274051321217675, 7.6731810113317716, - 7.890871420549946 + 7.890871420549947 ], "relative wind angle": [ - 0.03825087499233767, + 0.038250874992343475, 0.07072773027753261, 0.06353076781936354, - 0.015562017517672104, - 0.043217685546301225, + 0.015562017517679237, + 0.04321768554630122, 0.07279375426006143, 0.05858453904736084, - 0.013475410919343922 + 0.01347541091935216 ], "resistance": [ - 56142.46719779035, + 56142.4671977903, 53719.63505203322, - 51260.178266637406, - 50163.27044189411, + 51260.1782666374, + 50163.27044189406, 50470.20789472664, 52384.431790431656, 55020.58144827267, - 56872.940845270125 + 56872.94084527006 ], "fuel": [ - 41.91582065301833, + 41.915820653018315, 41.04372647642907, 40.18079008098134, - 39.803181833138254, + 39.80318183313824, 39.90839329190912, 40.57245803284615, 41.509284388574955, - 42.18303890252788 + 42.18303890252786 ] }, { @@ -353317,68 +248978,7 @@ "id": "6309", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48703.60625384792, - "wind resistance": [ - 3352.074777380105, - 1400.965171946471, - -1267.5241866110118, - -3131.2042705537606, - -3378.0768171350646, - -2170.896232070372, - 355.533508808865, - 2764.791877483938 - ], - "relative wind speed": [ - 7.89311450725712, - 7.659387501768176, - 7.251321988823406, - 6.900134954197072, - 6.831400921092928, - 7.092466303560387, - 7.509169367099683, - 7.833098542929859 - ], - "relative wind angle": [ - 0.01637686740649386, - 0.06098657758073125, - 0.07328520375314151, - 0.04117472624426972, - 0.018922388994816217, - 0.06586820957033221, - 0.07076447646505697, - 0.03626830082396701 - ], - "resistance": [ - 52055.68103122802, - 50104.57142579439, - 47436.0820672369, - 45572.401983294156, - 45325.52943671285, - 46532.710021777544, - 49059.13976265678, - 51468.39813133185 - ], - "fuel": [ - 40.45744112632639, - 39.78310102323543, - 38.883756339026846, - 38.271366552067114, - 38.19121568754665, - 38.58530175964225, - 39.427608640622566, - 40.25297494217227 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 27.5, -46.5625 27.8125, -46.25 27.8125, -46.25 27.5, -46.5625 27.5))", @@ -353397,68 +248997,7 @@ "id": "6311", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 18035.4105104913, - "wind resistance": [ - 3550.559380227649, - 1537.1747961070942, - -1262.4850118272698, - -3252.733315614827, - -3542.358609089326, - -2319.964515802054, - 313.1664095287633, - 2862.1613388595506 - ], - "relative wind speed": [ - 7.921621252135688, - 7.683246305866894, - 7.257149936022978, - 6.883537054954063, - 6.8027669943943945, - 7.070887373285778, - 7.507562643654145, - 7.851537407118677 - ], - "relative wind angle": [ - 0.015851916054780917, - 0.0630910183141481, - 0.07717420356279117, - 0.044591115535801654, - 0.018459363322928784, - 0.06856311402862889, - 0.07459521074302741, - 0.03909056670319843 - ], - "resistance": [ - 21585.96989071895, - 19572.585306598394, - 16772.92549866403, - 14782.677194876473, - 14493.051901401974, - 15715.445994689246, - 18348.576920020063, - 20897.57184935085 - ], - "fuel": [ - 31.543245634505258, - 31.075891412645298, - 30.45109444452617, - 30.024669512175223, - 29.963843742399295, - 30.222686707704273, - 30.79914259573023, - 31.381755136319683 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 28.4375, -46.25 28.75, -45.9375 28.75, -45.9375 28.4375, -46.25 28.4375))", @@ -353477,68 +249016,7 @@ "id": "6312", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.363847329097814, - 14.363847329097814, - 14.363847329097814, - 14.363847329097814, - 14.363847329097814, - 14.363847329097814, - 14.363847329097814, - 14.363847329097814 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1037.1936920837852, - 1536.7084925352938, - 827.0319995991968, - -301.5488675766237, - -1208.3738087648735, - -1419.7983361944598, - -1060.729751492574, - -53.18643027300732 - ], - "relative wind speed": [ - 4.328680490092959, - 4.419793884950453, - 4.280552115472667, - 3.976527627167388, - 3.670701055822596, - 3.5604694972830657, - 3.72671364787409, - 4.0495368941278995 - ], - "relative wind angle": [ - 0.0642365082507678, - 0.008307206277833525, - 0.07712069080666706, - 0.1082656026731119, - 0.0757714109005245, - 0.01031222651613002, - 0.08860996495119802, - 0.10630622267819255 - ], - "resistance": [ - 97671.69369208378, - 98171.20849253528, - 97461.53199959919, - 96332.95113242336, - 95426.12619123512, - 95214.70166380552, - 95573.77024850741, - 96581.31356972698 - ], - "fuel": [ - 44.78680518722709, - 45.04651170039166, - 44.67781592532597, - 44.09534809224673, - 43.63076399069171, - 43.52288695723375, - 43.70619637708219, - 44.22312280606127 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 28.4375, -45.9375 28.75, -45.625 28.75, -45.625 28.4375, -45.9375 28.4375))", @@ -353557,68 +249035,7 @@ "id": "6313", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.269320716852835, - 14.269320716852835, - 14.269320716852835, - 14.269320716852835, - 14.269320716852835, - 14.269320716852835, - 14.269320716852835, - 14.269320716852835 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1064.9718117843304, - 1666.5978395703796, - 944.8215076620827, - -254.4559632904884, - -1250.4586495535304, - -1505.4540604124513, - -1166.1131369859922, - -112.73260993457916 - ], - "relative wind speed": [ - 4.317918996106632, - 4.427503654906352, - 4.290408623141474, - 3.969760540744067, - 3.63434790591956, - 3.500017220527819, - 3.666783741192501, - 4.011721626353424 - ], - "relative wind angle": [ - 0.07254854394609424, - 0.004771026681236368, - 0.07999782178034216, - 0.11708797637108087, - 0.0862251455989672, - 0.00603533778231358, - 0.09364035958997097, - 0.11585774172268379 - ], - "resistance": [ - 97699.47181178434, - 98301.0978395704, - 97579.3215076621, - 96380.04403670953, - 95384.04135044648, - 95129.04593958757, - 95468.38686301402, - 96521.76739006543 - ], - "fuel": [ - 44.71878520066214, - 45.03175761677734, - 44.65644305074261, - 44.03712034695402, - 43.526839467148164, - 43.39679147425107, - 43.56990904051534, - 44.11002930038066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 28.125, -46.25 28.4375, -45.9375 28.4375, -45.9375 28.125, -46.25 28.125))", @@ -353637,68 +249054,7 @@ "id": "6314", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 75848.6688522409, - "wind resistance": [ - 2421.840804199728, - 2636.2100588546855, - 905.5704031369423, - -1286.9851950533957, - -2686.675984280202, - -2776.500624888635, - -1618.3339514567379, - 522.3630927131926 - ], - "relative wind speed": [ - 7.76738666452587, - 7.789595529421553, - 7.572285319661601, - 7.230002906885661, - 6.960318496641425, - 6.935454610835458, - 7.1720864613151765, - 7.517006527692254 - ], - "relative wind angle": [ - 0.025803087476713876, - 0.01845429102145051, - 0.05333601277001611, - 0.05911491933681642, - 0.0287958110204119, - 0.02072735022859826, - 0.0563152023914591, - 0.05685539415423853 - ], - "resistance": [ - 78270.50965644063, - 78484.87891109558, - 76754.23925537783, - 74561.6836571875, - 73161.9928679607, - 73072.16822735226, - 74230.33490078416, - 76371.03194495408 - ], - "fuel": [ - 50.891523948224055, - 50.98738865941068, - 50.21833868351919, - 49.26002951330425, - 48.65761575808504, - 48.61920500644389, - 49.11676151018827, - 50.04955870545689 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 27.8125, -45.625 28.125, -45.3125 28.125, -45.3125 27.8125, -45.625 27.8125))", @@ -353717,68 +249073,7 @@ "id": "6320", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.496924454803676, - 21.496924454803676, - 21.496924454803676, - 21.496924454803676, - 21.496924454803676, - 21.496924454803676, - 21.496924454803676, - 21.496924454803676 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2250.527941572478, - 1000.1358810133261, - -766.8346019943183, - -2041.768148950603, - -2240.596168362499, - -1494.4124325588327, - 158.1416248960395, - 1777.5219414674775 - ], - "relative wind speed": [ - 6.40860026815346, - 6.227039405571185, - 5.89673297774079, - 5.603775018659913, - 5.535533856298698, - 5.739013217676833, - 6.077897059051755, - 6.349015515136879 - ], - "relative wind angle": [ - 0.014172660627070363, - 0.05992526069990412, - 0.07410608975347381, - 0.04364324704436238, - 0.016408164767914495, - 0.06502801310193969, - 0.07189333458381876, - 0.03851774663604544 - ], - "resistance": [ - 98885.02794157248, - 97634.63588101332, - 95867.66539800569, - 94592.7318510494, - 94393.9038316375, - 95140.08756744117, - 96792.64162489604, - 98412.02194146748 - ], - "fuel": [ - 53.3382898933554, - 52.68661470444377, - 51.77563043603509, - 51.12553764344388, - 51.024699765045405, - 51.40389517434815, - 52.25106475757836, - 53.09108606437034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 27.5, -45.625 27.8125, -45.3125 27.8125, -45.3125 27.5, -45.625 27.5))", @@ -353797,68 +249092,7 @@ "id": "6322", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.04980764963407, - 25.04980764963407, - 25.04980764963407, - 25.04980764963407, - 25.04980764963407, - 25.04980764963407, - 25.04980764963407, - 25.04980764963407 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1829.78276402771, - -266.5010208465428, - -2147.9950411934697, - -2739.3135105352485, - -2297.0214535473824, - -518.5460862868786, - 1618.1944661708694, - 2884.987258540117 - ], - "relative wind speed": [ - 7.311197154436554, - 6.995189270994035, - 6.6512238738263205, - 6.490111052641583, - 6.619759009451144, - 6.952851230770055, - 7.282584304660917, - 7.426524873629004 - ], - "relative wind angle": [ - 0.043244594502049455, - 0.06698309134875852, - 0.052055499590201386, - 0.003269116239885592, - 0.047764795856394836, - 0.06739158862583831, - 0.047539006330174174, - 0.0028569107183169396 - ], - "resistance": [ - 98464.28276402771, - 96367.99897915346, - 94486.50495880653, - 93895.18648946474, - 94337.47854645262, - 96115.95391371312, - 98252.69446617087, - 99519.48725854012 - ], - "fuel": [ - 58.313289313261976, - 57.22733618284944, - 56.26657662191538, - 55.96734831018891, - 56.191041289802065, - 57.09786866053593, - 58.20293675023936, - 58.86611167502475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 27.5, -45.3125 27.8125, -45 27.8125, -45 27.5, -45.3125 27.5))", @@ -353877,68 +249111,7 @@ "id": "6323", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.34138572449075, - 20.34138572449075, - 20.34138572449075, - 20.34138572449075, - 20.34138572449075, - 20.34138572449075, - 20.34138572449075, - 20.34138572449075 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1565.5763401403437, - -79.78675769409165, - -1619.3289320315725, - -2179.10234186018, - -1875.8472952027896, - -512.7924588482856, - 1201.1002162940313, - 2286.300353749857 - ], - "relative wind speed": [ - 6.013280386005987, - 5.7137828223438225, - 5.370030903271533, - 5.192416468852248, - 5.302654562242061, - 5.624088572051432, - 5.953188599826112, - 6.108723076157799 - ], - "relative wind angle": [ - 0.04860457168918197, - 0.08027262476717595, - 0.06630320430319735, - 0.008665500946074475, - 0.055124441160280806, - 0.08155565436203824, - 0.05980015196008415, - 0.0073656528531673 - ], - "resistance": [ - 98200.07634014034, - 96554.71324230591, - 95015.17106796843, - 94455.39765813982, - 94758.6527047972, - 96121.70754115171, - 97835.60021629403, - 98920.80035374986 - ], - "fuel": [ - 51.47020531160729, - 50.61808312504937, - 49.82988756207626, - 49.54548814479808, - 49.699415681288144, - 50.395506832416785, - 51.28057705338823, - 51.84663604452936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 26.5625, -48.4375 26.875, -48.125 26.875, -48.125 26.5625, -48.4375 26.5625))", @@ -353957,68 +249130,7 @@ "id": "6325", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.280059015940537, - 19.280059015940537, - 19.280059015940537, - 19.280059015940537, - 19.280059015940537, - 19.280059015940537, - 19.280059015940537, - 19.280059015940537 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 35.698442056391286, - -1377.3819312894611, - -1955.0838347293338, - -1731.5180630727373, - -562.1562803854285, - 979.420812289427, - 2013.735111221853, - 1482.5793848649846 - ], - "relative wind speed": [ - 5.4381340197692465, - 5.1099206902013385, - 4.92606159190004, - 5.011843841344883, - 5.3074849582785015, - 5.624180717151293, - 5.785897976298183, - 5.7117527528156815 - ], - "relative wind angle": [ - 0.07914475342691332, - 0.0686187026426401, - 0.013304069610090242, - 0.05143707434085381, - 0.08109721130915178, - 0.06233584114980532, - 0.0113268734854921, - 0.04512947637538652 - ], - "resistance": [ - 96670.1984420564, - 95257.11806871054, - 94679.41616527067, - 94902.98193692726, - 96072.34371961457, - 97613.92081228943, - 98648.23511122185, - 98117.07938486498 - ], - "fuel": [ - 49.36782313117875, - 48.643432186633156, - 48.349423156032756, - 48.46305487223863, - 49.06043656758243, - 49.85574401866313, - 50.39430897660081, - 50.11724023716833 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 25.9375, -50 26.25, -49.6875 26.25, -49.6875 25.9375, -50 25.9375))", @@ -354037,68 +249149,7 @@ "id": "6328", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.108332862269096, - 10.108332862269096, - 10.108332862269096, - 10.108332862269096, - 10.108332862269096, - 10.108332862269096, - 10.108332862269096, - 10.108332862269096 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 781.0564595999922, - -132.5532979999466, - -902.326614775006, - -1115.956617151835, - -870.3166498063033, - -79.10539203941107, - 826.96195422648, - 1325.7570936418606 - ], - "relative wind speed": [ - 3.1770364711031647, - 2.8415271503168213, - 2.4682746097325587, - 2.3040916061405405, - 2.4864915491908053, - 2.8639002107142804, - 3.191210023465476, - 3.3117008973380493 - ], - "relative wind angle": [ - 0.11491403107452139, - 0.1782445021332156, - 0.1415465614163484, - 0.004932626392141246, - 0.14703407392702317, - 0.17683728052812506, - 0.10933313840419473, - 0.0034318314485761933 - ], - "resistance": [ - 97415.55645960003, - 96501.9467020001, - 95732.17338522503, - 95518.5433828482, - 95764.18335019374, - 96555.39460796064, - 97461.46195422653, - 97960.2570936419 - ], - "fuel": [ - 41.52596383967669, - 41.054234868224235, - 40.65918463909787, - 40.54993987768705, - 40.67556832198198, - 41.08174637353501, - 41.549748417701664, - 41.808689900026344 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 25.9375, -49.6875 26.25, -49.375 26.25, -49.375 25.9375, -49.6875 25.9375))", @@ -354117,68 +249168,7 @@ "id": "6329", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.017543580604068, - 9.017543580604068, - 9.017543580604068, - 9.017543580604068, - 9.017543580604068, - 9.017543580604068, - 9.017543580604068, - 9.017543580604068 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 597.1123070188255, - -227.3339191916707, - -857.9858570298575, - -992.3087651700782, - -683.2580787118154, - 63.977107212505416, - 848.4084892988076, - 1160.257510635433 - ], - "relative wind speed": [ - 2.8378386132320075, - 2.4859906150056865, - 2.12401216348955, - 2.0061598923969988, - 2.2371925504722627, - 2.622634012732771, - 2.923513439679659, - 3.0056082560401665 - ], - "relative wind angle": [ - 0.14240748328407415, - 0.2024777496034399, - 0.14373105463051003, - 0.03473508359838325, - 0.18101836459359547, - 0.1917932819868359, - 0.1042541061921023, - 0.02318211639638325 - ], - "resistance": [ - 97231.6123070188, - 96407.16608080831, - 95776.51414297013, - 95642.19123482991, - 95951.24192128817, - 96698.47710721249, - 97482.90848929879, - 97794.75751063542 - ], - "fuel": [ - 40.82104037810151, - 40.39577722208799, - 40.072183731088316, - 40.00345254846314, - 40.16168999724725, - 40.545751368475905, - 40.95116610824753, - 41.11297393716081 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 25.9375, -49.375 26.25, -49.0625 26.25, -49.0625 25.9375, -49.375 25.9375))", @@ -354197,68 +249187,7 @@ "id": "6332", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.369193635183303, - 11.369193635183303, - 11.369193635183303, - 11.369193635183303, - 11.369193635183303, - 11.369193635183303, - 11.369193635183303, - 11.369193635183303 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 628.1236854364188, - -495.9442975314205, - -1267.0961449894467, - -1362.0177196426334, - -822.5610669284201, - 247.20417761738827, - 1264.735048364987, - 1485.7709504499326 - ], - "relative wind speed": [ - 3.4631794349665914, - 3.0634278005472386, - 2.7007939022914424, - 2.635749591794028, - 2.9234547872731147, - 3.3400014674906826, - 3.6394933698731986, - 3.686871815152138 - ], - "relative wind angle": [ - 0.13646516634075245, - 0.1725891323932406, - 0.10120617082623766, - 0.053215334010763636, - 0.16186378598771667, - 0.15817164526848712, - 0.07504531437560225, - 0.03803493009436979 - ], - "resistance": [ - 97262.62368543645, - 96138.55570246861, - 95367.40385501058, - 95272.48228035739, - 95811.93893307161, - 96881.70417761742, - 97899.23504836502, - 98120.27095044997 - ], - "fuel": [ - 42.24920955850058, - 41.66989339170982, - 41.275180421623745, - 41.2267479012963, - 41.502444931194596, - 42.05236661595329, - 42.579388332447245, - 42.69438140497043 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 25.625, -49.375 25.9375, -49.0625 25.9375, -49.0625 25.625, -49.375 25.625))", @@ -354277,68 +249206,7 @@ "id": "6334", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.981080311586904, - 11.981080311586904, - 11.981080311586904, - 11.981080311586904, - 11.981080311586904, - 11.981080311586904, - 11.981080311586904, - 11.981080311586904 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 529.3839733957739, - -654.6767133702024, - -1397.251895563189, - -1430.7439734730656, - -770.3352320987874, - 394.5821667359587, - 1426.0767121475956, - 1504.1359657187568 - ], - "relative wind speed": [ - 3.5946165654740585, - 3.182650082145307, - 2.840457758701903, - 2.818763237757362, - 3.135738936194433, - 3.553148657650954, - 3.8322221555875995, - 3.8482074707860985 - ], - "relative wind angle": [ - 0.13873835890716635, - 0.16270712819165004, - 0.08176675834904117, - 0.06655549283032909, - 0.1592029891297935, - 0.1456129487510248, - 0.060575363155405605, - 0.048734360743799304 - ], - "resistance": [ - 97163.8839733958, - 95979.82328662982, - 95237.24810443685, - 95203.75602652696, - 95864.16476790124, - 97029.08216673599, - 98060.57671214762, - 98138.63596571879 - ], - "fuel": [ - 42.62529061297765, - 42.01562293032659, - 41.635936007210276, - 41.61885949539521, - 41.95635054415063, - 42.55561859457519, - 43.09046515116663, - 43.13110127469876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 25.625, -48.75 25.9375, -48.4375 25.9375, -48.4375 25.625, -48.75 25.625))", @@ -354357,68 +249225,7 @@ "id": "6338", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.212967353141808, - 10.212967353141808, - 10.212967353141808, - 10.212967353141808, - 10.212967353141808, - 10.212967353141808, - 10.212967353141808, - 10.212967353141808 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 350.3195264480014, - -655.9940753737874, - -1222.570651939941, - -1187.2918775497633, - -536.5133624720438, - 490.06162025635194, - 1334.7880680873423, - 1253.0198789688375 - ], - "relative wind speed": [ - 3.0695210775310833, - 2.6445315254848527, - 2.3165995775503214, - 2.343980222341316, - 2.702151736945918, - 3.119300669317431, - 3.3700074261314454, - 3.3510207955427807 - ], - "relative wind angle": [ - 0.17283581596367717, - 0.19229234154970695, - 0.08074504422861671, - 0.10306214899230687, - 0.19662203485708646, - 0.16273929531184264, - 0.05547364974358057, - 0.07202486684931958 - ], - "resistance": [ - 96984.819526448, - 95978.50592462621, - 95411.92934806006, - 95447.20812245023, - 96097.98663752795, - 97124.56162025635, - 97969.28806808733, - 97887.51987896884 - ], - "fuel": [ - 41.365777781043334, - 40.84796902057484, - 40.55808938778689, - 40.576104322539685, - 40.90925188016963, - 41.43798144448141, - 41.875992316905965, - 41.833477484529865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 25.9375, -47.8125 26.25, -47.5 26.25, -47.5 25.9375, -47.8125 25.9375))", @@ -354437,68 +249244,7 @@ "id": "6341", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.157977256551218, - 12.157977256551218, - 12.157977256551218, - 12.157977256551218, - 12.157977256551218, - 12.157977256551218, - 12.157977256551218, - 12.157977256551218 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 394.1984865744698, - -829.5699916811918, - -1510.5970447791638, - -1462.9383857008493, - -665.3774653844293, - 585.6428162668844, - 1603.0331464963701, - 1492.0331069750964 - ], - "relative wind speed": [ - 3.604433605028456, - 3.1699729069433245, - 2.844450006915104, - 2.8749462789564637, - 3.235709504912663, - 3.6623802891679436, - 3.920569062189983, - 3.8982613440295357 - ], - "relative wind angle": [ - 0.15007369748803046, - 0.16257125338952214, - 0.06568430005371774, - 0.08673424909679145, - 0.1673282110739052, - 0.14055687748274195, - 0.047639009365895886, - 0.06392939775195391 - ], - "resistance": [ - 97028.69848657449, - 95804.93000831883, - 95123.90295522085, - 95171.56161429916, - 95969.12253461558, - 97220.1428162669, - 98237.53314649638, - 98126.53310697511 - ], - "fuel": [ - 42.68350806403843, - 42.054101015646296, - 41.70624955065888, - 41.73053623247369, - 42.13822462351219, - 42.78247554834833, - 43.31070545362753, - 43.25288695473854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 25.625, -48.125 25.9375, -47.8125 25.9375, -47.8125 25.625, -48.125 25.625))", @@ -354517,68 +249263,7 @@ "id": "6342", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.167444410365311, - 11.167444410365311, - 11.167444410365311, - 11.167444410365311, - 11.167444410365311, - 11.167444410365311, - 11.167444410365311, - 11.167444410365311 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 702.3340718728768, - -473.30718616143895, - -1298.8262443030912, - -1417.183547312965, - -877.2429121716673, - 230.54852417138227, - 1307.239473764519, - 1582.2337728482298 - ], - "relative wind speed": [ - 3.440823220640653, - 3.0196892791695698, - 2.6249440286117824, - 2.5416397527006183, - 2.8424372282431523, - 3.2863643269532496, - 3.609485098855219, - 3.6686211578322534 - ], - "relative wind angle": [ - 0.14426602007315265, - 0.1878932138573935, - 0.11569219056218542, - 0.0533482810880597, - 0.17492223384964192, - 0.172486409261893, - 0.08404676652585943, - 0.0369508445437702 - ], - "resistance": [ - 97336.8340718729, - 96161.19281383858, - 95335.67375569693, - 95217.31645268707, - 95757.25708782836, - 96865.0485241714, - 97941.73947376455, - 98216.73377284825 - ], - "fuel": [ - 42.152187260800716, - 41.54607969900592, - 41.123552915796246, - 41.06318174964674, - 41.339015775748905, - 41.90833810763841, - 42.46605307919458, - 42.60918889919043 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 25.625, -47.8125 25.9375, -47.5 25.9375, -47.5 25.625, -47.8125 25.625))", @@ -354597,68 +249282,7 @@ "id": "6343", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.853676238043453, - 9.853676238043453, - 9.853676238043453, - 9.853676238043453, - 9.853676238043453, - 9.853676238043453, - 9.853676238043453, - 9.853676238043453 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 626.6224431665801, - -489.99745571426956, - -1236.6463192325537, - -1314.2530039840717, - -748.0616688571881, - 323.62142842718504, - 1331.8588039953042, - 1510.953712315662 - ], - "relative wind speed": [ - 3.088185015818439, - 2.628857528970914, - 2.2040697554594293, - 2.1402295408571, - 2.498265699547834, - 2.977805616529678, - 3.304586919802802, - 3.3462868540974435 - ], - "relative wind angle": [ - 0.1802760488816212, - 0.23197627817202554, - 0.13699554197473582, - 0.08359006850965252, - 0.22349578747074805, - 0.20438070724476734, - 0.09121319328247722, - 0.05342599461842674 - ], - "resistance": [ - 97261.1224431666, - 96144.50254428576, - 95397.85368076747, - 95320.24699601595, - 95886.43833114284, - 96958.12142842721, - 97966.35880399533, - 98145.45371231569 - ], - "fuel": [ - 41.296651948646414, - 40.721165100017956, - 40.33894338649648, - 40.29933427412453, - 40.58882323997182, - 41.14003172427336, - 41.662509212960586, - 41.75571340329676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 25.3125, -48.75 25.625, -48.4375 25.625, -48.4375 25.3125, -48.75 25.3125))", @@ -354677,68 +249301,7 @@ "id": "6344", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.04967807763974, - 12.04967807763974, - 12.04967807763974, - 12.04967807763974, - 12.04967807763974, - 12.04967807763974, - 12.04967807763974, - 12.04967807763974 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -348.90297630440364, - -1313.2144297037867, - -1522.361463132755, - -1071.97026167808, - 54.287216315579826, - 1242.5269643091087, - 1730.5555628527663, - 897.0111892368241 - ], - "relative wind speed": [ - 3.323674347517963, - 2.917927116756793, - 2.783312238385732, - 3.032156117457406, - 3.465257943688479, - 3.8132040498694075, - 3.9125435164733013, - 3.7230166617960077 - ], - "relative wind angle": [ - 0.1707456061671202, - 0.11974503312379019, - 0.025796891370502704, - 0.14899394870337712, - 0.16370489723227855, - 0.09153985608629063, - 0.018350433460367365, - 0.12119392699077378 - ], - "resistance": [ - 96285.5970236956, - 95321.28557029623, - 95112.13853686726, - 95562.52973832193, - 96688.7872163156, - 97877.02696430913, - 98365.05556285278, - 97531.51118923684 - ], - "fuel": [ - 42.221990452018844, - 41.72822794545563, - 41.62159368376252, - 41.85142918427039, - 42.42946430665546, - 43.044427689912766, - 43.29852477633392, - 42.86506720000726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 25, -48.75 25.3125, -48.4375 25.3125, -48.4375 25, -48.75 25))", @@ -354757,68 +249320,7 @@ "id": "6346", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.896719162677819, - 9.896719162677819, - 9.896719162677819, - 9.896719162677819, - 9.896719162677819, - 9.896719162677819, - 9.896719162677819, - 9.896719162677819 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -342.3566930925026, - -1164.3335933529656, - -1320.34049451244, - -863.9301602634241, - 157.78726953994692, - 1203.175278139117, - 1563.9325776859578, - 769.5654443339618 - ], - "relative wind speed": [ - 2.709623654208798, - 2.2672371893774774, - 2.14026570021389, - 2.447652090950891, - 2.92319033231908, - 3.278221712074289, - 3.3624938362619368, - 3.1458069406871267 - ], - "relative wind angle": [ - 0.22768456027876763, - 0.1572817094937225, - 0.05113654933953807, - 0.2098335474669309, - 0.2107887845794124, - 0.1085420233338401, - 0.03254055593624576, - 0.1627873517765481 - ], - "resistance": [ - 96292.14330690748, - 95470.16640664703, - 95314.15950548755, - 95770.56983973656, - 96792.28726953993, - 97837.6752781391, - 98198.43257768595, - 97404.06544433394 - ], - "fuel": [ - 40.82193475871577, - 40.400815019849645, - 40.321172568070736, - 40.554427852040554, - 41.07940154469618, - 41.62055799085388, - 41.80825172272876, - 41.39560160853891 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 25, -48.4375 25.3125, -48.125 25.3125, -48.125 25, -48.4375 25))", @@ -354837,68 +249339,7 @@ "id": "6347", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.806190668082074, - 9.806190668082074, - 9.806190668082074, - 9.806190668082074, - 9.806190668082074, - 9.806190668082074, - 9.806190668082074, - 9.806190668082074 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 251.6090515151909, - -847.3323805894247, - -1379.2196311129728, - -1248.825499257088, - -416.3675097554278, - 758.3911259566576, - 1640.149597523492, - 1339.4953266999428 - ], - "relative wind speed": [ - 2.9439251945936924, - 2.4362524005691313, - 2.0813957553763522, - 2.190074796932108, - 2.6563227121717246, - 3.1284852793778644, - 3.374987053614303, - 3.3054981903497747 - ], - "relative wind angle": [ - 0.22186344267910688, - 0.23302899577347008, - 0.07108088396404948, - 0.16213781221083998, - 0.2463569666315725, - 0.1808129145018009, - 0.04381356140489496, - 0.10716015471179863 - ], - "resistance": [ - 96886.10905151522, - 95787.16761941061, - 95255.28036888706, - 95385.67450074294, - 96218.1324902446, - 97392.89112595668, - 98274.64959752352, - 97973.99532669997 - ], - "fuel": [ - 41.07548170401296, - 40.510603399730186, - 40.238816357203206, - 40.30534855576488, - 40.73159253382943, - 41.337492028532566, - 41.79564604998859, - 41.63910365485512 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 26.875, -47.5 27.1875, -47.1875 27.1875, -47.1875 26.875, -47.5 26.875))", @@ -354917,68 +249358,7 @@ "id": "6350", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.075493443737734, - 24.075493443737734, - 24.075493443737734, - 24.075493443737734, - 24.075493443737734, - 24.075493443737734, - 24.075493443737734, - 24.075493443737734 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1303.6874535780116, - -886.4292825789053, - -2503.582943299276, - -2781.7913079770296, - -1905.3099336042542, - 124.65861028102518, - 2153.3618819898547, - 2815.437548814596 - ], - "relative wind speed": [ - 6.98020799616165, - 6.616851671802026, - 6.287816533236085, - 6.202607299863376, - 6.419756997410433, - 6.793663042045136, - 7.099291994265498, - 7.173858533534154 - ], - "relative wind angle": [ - 0.058211135997156896, - 0.07346479268658397, - 0.04466350637469868, - 0.01429101578187333, - 0.06329954875905222, - 0.07154949010466809, - 0.03955546506885696, - 0.012356083781094927 - ], - "resistance": [ - 97938.18745357802, - 95748.07071742111, - 94130.91705670074, - 93852.70869202298, - 94729.19006639576, - 96759.15861028104, - 98787.86188198987, - 99449.9375488146 - ], - "fuel": [ - 56.531844506101116, - 55.401952185228986, - 54.579109552697815, - 54.43853220577964, - 54.88238963578033, - 55.921359618501604, - 56.975001270260826, - 57.32217608362321 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 27.1875, -46.5625 27.5, -46.25 27.5, -46.25 27.1875, -46.5625 27.1875))", @@ -354997,68 +249377,7 @@ "id": "6353", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23796.231241938538, - "wind resistance": [ - 3435.3583604547093, - 1265.426345545744, - -1533.1585960668453, - -3368.413920956613, - -3524.104547111645, - -2101.1809311014695, - 607.9133520262767, - 3065.434530876504 - ], - "relative wind speed": [ - 7.912519455766087, - 7.646069235744663, - 7.211500130107325, - 6.857131671370508, - 6.813689371594707, - 7.111395941210034, - 7.5517278065302085, - 7.874901410935061 - ], - "relative wind angle": [ - 0.021560861529669826, - 0.06664872651675463, - 0.07628048092132154, - 0.03908990964304697, - 0.02503861494568592, - 0.07166803385831184, - 0.0728375845861835, - 0.0340357461544407 - ], - "resistance": [ - 27231.589602393247, - 25061.657587484282, - 22263.072645871693, - 20427.817320981925, - 20272.126694826893, - 21695.05031083707, - 24404.144593964815, - 26861.665772815042 - ], - "fuel": [ - 32.9341763272285, - 32.38553065352118, - 31.70380659562806, - 31.2725681793549, - 31.23656154369669, - 31.568996529380804, - 32.222743914804944, - 32.839405916129124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 26.875, -46.5625 27.1875, -46.25 27.1875, -46.25 26.875, -46.5625 26.875))", @@ -355077,68 +249396,7 @@ "id": "6355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 82943.09979716821, - "wind resistance": [ - 2438.208895730382, - -146.32133514583256, - -2559.80136331062, - -3428.5792256924615, - -2949.401640100932, - -804.5282999504125, - 1884.833239722091, - 3578.7611538402343 - ], - "relative wind speed": [ - 7.796389309083311, - 7.434069554294032, - 7.0210260420019965, - 6.80950972574175, - 6.942830004000892, - 7.329473690870451, - 7.7260447863556525, - 7.913100025797228 - ], - "relative wind angle": [ - 0.045306215543615844, - 0.07429540484860386, - 0.06089369344661966, - 0.007701757619741842, - 0.0508807600127073, - 0.07535764087827324, - 0.05533104494265523, - 0.0066276249142691295 - ], - "resistance": [ - 85381.30869289859, - 82796.77846202237, - 80383.29843385759, - 79514.52057147575, - 79993.69815706728, - 82138.5714972178, - 84827.9330368903, - 86521.86095100845 - ], - "fuel": [ - 54.162671278745364, - 52.951957107323025, - 51.84381355518613, - 51.45022167021892, - 51.666961367072105, - 52.64759343771684, - 53.90135317021229, - 54.704863721662505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 26.5625, -47.5 26.875, -47.1875 26.875, -47.1875 26.5625, -47.5 26.5625))", @@ -355157,68 +249415,7 @@ "id": "6356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.57599897587849, - 19.57599897587849, - 19.57599897587849, - 19.57599897587849, - 19.57599897587849, - 19.57599897587849, - 19.57599897587849, - 19.57599897587849 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1006.9604975886541, - -731.9526319248889, - -1991.4907477347715, - -2192.644481830668, - -1461.4546306166012, - 162.05027811374748, - 1760.3577050555232, - 2237.2338527943957 - ], - "relative wind speed": [ - 5.718193471506523, - 5.3620651796618075, - 5.041958325673311, - 4.9656260009062425, - 5.187245896911183, - 5.554593916899786, - 5.84670101978674, - 5.91166769970417 - ], - "relative wind angle": [ - 0.07051000689270953, - 0.08834507731173452, - 0.05282211226381203, - 0.01946063223689931, - 0.0777410477991237, - 0.08527535439253009, - 0.0455462175008909, - 0.01634605159881197 - ], - "resistance": [ - 97641.46049758868, - 95902.54736807515, - 94643.00925226526, - 94441.85551816937, - 95173.04536938343, - 96796.55027811378, - 98394.85770505555, - 98871.73385279442 - ], - "fuel": [ - 50.22777876109677, - 49.331124887853136, - 48.688682713535975, - 48.58662856027492, - 48.95831445110483, - 49.79070356133251, - 50.61975430808921, - 50.86895374153292 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 26.25, -47.5 26.5625, -47.1875 26.5625, -47.1875 26.25, -47.5 26.25))", @@ -355237,68 +249434,7 @@ "id": "6358", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.4414394679911, - 19.4414394679911, - 19.4414394679911, - 19.4414394679911, - 19.4414394679911, - 19.4414394679911, - 19.4414394679911, - 19.4414394679911 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1339.1980702771143, - -724.7745994130855, - -2287.591762071832, - -2589.0007579033627, - -1806.0549109262665, - 85.42915477174938, - 2024.5600566949943, - 2736.3033933476 - ], - "relative wind speed": [ - 5.761672923625163, - 5.342702259230131, - 4.944874415425428, - 4.828691394331717, - 5.07967261208446, - 5.518648502488045, - 5.877768772286583, - 5.97358252166178 - ], - "relative wind angle": [ - 0.08120979597392843, - 0.10736601989575689, - 0.06927454049773518, - 0.018321981093337943, - 0.09214219256869983, - 0.1039303783475716, - 0.058265941326149484, - 0.014810120461934098 - ], - "resistance": [ - 97973.69807027714, - 95909.72540058695, - 94346.9082379282, - 94045.49924209667, - 94828.44508907376, - 96719.92915477177, - 98659.06005669502, - 99370.80339334763 - ], - "fuel": [ - 50.236996829805776, - 49.17142574342252, - 48.375132626951064, - 48.22260287680706, - 48.61951856039872, - 49.58782123757442, - 50.59433572800951, - 50.96727959012958 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 27.8125, -35 28.125, -34.6875 28.125, -34.6875 27.8125, -35 27.8125))", @@ -355330,11 +249466,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 745.2205808216343, + 745.2205808216279, 372.877383168116, - -156.871867525605, + -156.87186752560547, -553.4710686848102, - -632.2457049226967, + -632.2457049226977, -421.71109931938327, 62.59975995703212, 562.8003094112926 @@ -355342,25 +249478,25 @@ "relative wind speed": [ 2.3515176760721834, 2.207542556624353, - 1.913461920475693, + 1.9134619204756929, 1.6136392325068554, 1.5232207162925446, 1.7252804386867397, - 2.046582568652476, + 2.0465825686524757, 2.2904159357499636 ], "relative wind angle": [ - 0.028951203980355875, + 0.028951203980363546, 0.15516907235628416, 0.21830944135447333, 0.1523601468019334, - 0.04470293354584842, + 0.04470293354585091, 0.19905921443522057, - 0.20390198531746395, + 0.20390198531746287, 0.10713045684230159 ], "resistance": [ - 97379.72058082165, + 97379.72058082164, 97007.37738316813, 96477.6281324744, 96081.0289313152, @@ -355370,7 +249506,7 @@ 97197.30030941131 ], "fuel": [ - 39.964897997224995, + 39.96489799722498, 39.77231874590909, 39.49921678022015, 39.295441279656536, @@ -355410,29 +249546,29 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 774.0203431698453, + 774.020343169829, 519.9097332402291, - -1.667067446424653, + -1.6670674464251078, -474.0654175599525, - -644.2404161830784, + -644.240416183078, -534.8518084635712, -102.95938360275363, 432.3957029417995 ], "relative wind speed": [ - 2.407696874615859, + 2.4076968746158585, 2.323931467146683, 2.066870391129881, 1.7527324756324618, - 1.5823671719770958, + 1.582367171977096, 1.7030069415569715, 2.0072211869289287, 2.2866610977250357 ], "relative wind angle": [ - 0.01264993308728746, + 0.012649933087305014, 0.11657439307222664, - 0.20103252665698723, + 0.2010325266569878, 0.1797556429689146, 0.019248549517370886, 0.15939197845348993, @@ -355440,7 +249576,7 @@ 0.137475040972075 ], "resistance": [ - 97408.52034316983, + 97408.52034316982, 97154.40973324022, 96632.83293255356, 96160.43458244004, @@ -355490,11 +249626,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 779.7899060268328, + 779.7899060267005, 458.139673475388, - -86.89918565954804, + -86.8991856595494, -547.7700645055816, - -674.1806151118999, + -674.1806151118824, -530.1234022206661, -57.36166479863414, 483.3641052521971 @@ -355510,31 +249646,31 @@ 2.621754616144922 ], "relative wind angle": [ - 0.0027553152279446817, - 0.09913833460450387, - 0.15163606241489055, + 0.0027553152280655638, + 0.09913833460450389, + 0.15163606241489203, 0.11794305196309834, - 0.003745544717327774, - 0.12230426601344346, - 0.1506907235434318, - 0.09473227811896719 + 0.0037455447172981327, + 0.12230426601344348, + 0.15069072354343183, + 0.0947322781189672 ], "resistance": [ - 97414.28990602684, + 97414.2899060267, 97092.6396734754, 96547.60081434045, 96086.72993549441, - 95960.3193848881, + 95960.31938488812, 96104.37659777934, 96577.13833520137, 97117.8641052522 ], "fuel": [ - 40.63677512950295, + 40.63677512950287, 40.47034302398155, 40.18920137958421, 39.952337744993876, - 39.88750742667852, + 39.887507426678525, 39.961392658610606, 40.20440907783319, 40.483381039327924 @@ -355570,9 +249706,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 884.6053070935118, + 884.605307093509, 992.5058545395518, - 403.2351986915787, + 403.2351986915769, -335.99222126903646, -825.8514038373132, -872.5666862827882, @@ -355582,7 +249718,7 @@ "relative wind speed": [ 2.7191844779429344, 2.749789988178112, - 2.539548436924277, + 2.5395484369242762, 2.170084163344871, 1.8331705943569028, 1.7869341549189908, @@ -355590,7 +249726,7 @@ 2.4587015632443925 ], "relative wind angle": [ - 0.08720795891493135, + 0.08720795891493391, 0.05368970295193026, 0.17634603858141223, 0.2242148014657745, @@ -355650,9 +249786,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 720.9954773298473, + 720.9954773298446, 1100.3185272823266, - 623.5695125077009, + 623.5695125077004, -142.55391657605287, -769.982779828996, -932.6859783905957, @@ -355660,9 +249796,9 @@ -29.227956254914716 ], "relative wind speed": [ - 2.8974023146246, + 2.8974023146245997, 2.9983195366728173, - 2.864161124604859, + 2.8641611246048586, 2.5487562769501055, 2.206406322462772, 2.067183830384173, @@ -355670,17 +249806,17 @@ 2.601347818593876 ], "relative wind angle": [ - 0.10730852981215461, + 0.10730852981215565, 0.008917275649765598, - 0.12184847682346767, - 0.1837068083487122, - 0.14111267851084064, - 0.012934134130225478, - 0.15539141077838647, + 0.12184847682346768, + 0.18370680834871222, + 0.14111267851084067, + 0.01293413413022548, + 0.1553914107783865, 0.17995175021335086 ], "resistance": [ - 97355.49547732984, + 97355.49547732982, 97734.81852728232, 97258.06951250769, 96491.94608342393, @@ -355690,7 +249826,7 @@ 96605.27204374508 ], "fuel": [ - 40.937701035115225, + 40.93770103511521, 41.13438661616348, 40.8872703995314, 40.49193256149782, @@ -355730,19 +249866,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 673.1082866547686, + 673.1082866547649, 935.2448688014651, - 485.6851076528178, + 485.685107652816, -183.44478401529295, - -700.5900213703203, + -700.5900213703198, -813.1477294890035, -569.9241069472043, 34.71903333153023 ], "relative wind speed": [ - 2.72768843683784, + 2.7276884368378393, 2.8020303577299637, - 2.6592848371080566, + 2.659284837108056, 2.357586848898358, 2.04872363511972, 1.945810529295365, @@ -355750,12 +249886,12 @@ 2.4656311547874568 ], "relative wind angle": [ - 0.09693201934652479, + 0.09693201934652708, 0.019592399438223204, - 0.12881899158585122, - 0.18265229849451783, - 0.12921338908587682, - 0.028215630212115587, + 0.1288189915858521, + 0.18265229849451786, + 0.12921338908587596, + 0.028215630212115584, 0.160566260435249, 0.17456419057146813 ], @@ -355810,14 +249946,14 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 361.6217088322137, + 361.6217088322028, 1213.8495164624583, - 1205.7632365064437, + 1205.7632365064328, 347.32361461801156, -666.7727526794652, -1264.0269682588114, -1260.6103500320705, - -654.4324306731141 + -654.432430673116 ], "relative wind speed": [ 4.250235767586464, @@ -355827,22 +249963,22 @@ 3.9556550905381247, 3.7375324730619286, 3.739262545522985, - 3.959600485725194 + 3.9596004857251943 ], "relative wind angle": [ - 0.0827964014024838, + 0.08279640140248783, 0.032417652170413314, - 0.033288693272267016, + 0.03328869327227035, 0.08324209323474455, 0.08897806638787334, 0.038541605202326516, 0.03954605952828591, - 0.08929034474745613 + 0.08929034474745738 ], "resistance": [ - 96996.12170883219, + 96996.12170883217, 97848.34951646243, - 97840.26323650642, + 97840.2632365064, 96981.82361461798, 95967.72724732051, 95370.47303174116, @@ -355890,9 +250026,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -81.69416020714425, + -81.69416020714652, 614.0331725324904, - 997.9906021857923, + 997.9906021857132, 588.1010528643069, -112.1219637089066, -706.6352341309839, @@ -355900,7 +250036,7 @@ -688.4745982479731 ], "relative wind speed": [ - 2.7888378125935005, + 2.7888378125935, 3.049128658154944, 3.147293912289833, 3.0407430388084395, @@ -355910,19 +250046,19 @@ 2.4973774902177786 ], "relative wind angle": [ - 0.141319213404702, + 0.14131921340470277, 0.08969359090996638, - 0.002082674922991466, - 0.09300296465910048, - 0.14198440339559787, - 0.1100354323103751, - 0.0027754739623764594, + 0.0020826749230447735, + 0.09300296465910049, + 0.1419844033955979, + 0.11003543231037512, + 0.00277547396237646, 0.11331721980025193 ], "resistance": [ 96552.80583979285, 97248.5331725325, - 97632.49060218579, + 97632.49060218572, 97222.60105286431, 96522.37803629109, 95927.86476586902, @@ -355932,7 +250068,7 @@ "fuel": [ 40.96728960522219, 41.326367823845544, - 41.52530690219559, + 41.525306902195545, 41.31295144375096, 40.95162634114922, 40.646281096710126, @@ -355970,53 +250106,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -172.59580951190856, + -172.59580951191037, 499.6812039789652, - 929.6875084724788, - 636.047664301329, + 929.6875084724634, + 636.0476643013308, -12.477908975196442, -613.2767285210152, - -833.905053350873, + -833.9050533508562, -708.8073265251855 ], "relative wind speed": [ - 2.702488355662695, + 2.702488355662694, 2.9675351788488995, - 3.0886892139393685, - 3.012447305672608, + 3.088689213939368, + 3.0124473056726075, 2.771870113556582, 2.4860495170480537, - 2.333817940331945, + 2.3338179403319446, 2.4314334186784707 ], "relative wind angle": [ - 0.14013232929094238, + 0.14013232929094235, 0.09844821099348448, - 0.011340193320207767, - 0.08046769718810745, + 0.011340193320217556, + 0.08046769718810608, 0.13660245358076772, 0.11759628418466589, - 0.015008410222520986, + 0.015008410222498794, 0.099754012986357 ], "resistance": [ 96461.90419048809, 97134.18120397897, - 97564.18750847247, + 97564.18750847246, 97270.54766430132, 96622.0220910248, 96021.22327147899, - 95800.59494664913, + 95800.59494664914, 95925.69267347481 ], "fuel": [ 40.83022483083944, 41.17694316137202, - 41.39959531834721, + 41.3995953183472, 41.247477594553175, 40.91265103043803, 40.60386175549375, - 40.49080380801738, + 40.49080380801739, 40.55488618131312 ] }, @@ -356050,20 +250186,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 128.66396104263322, + 128.6639610426314, 743.0954180166777, 873.5928058123704, - 357.7285219298069, + 357.7285219298051, -326.33058615869686, -794.3382484852914, - -849.7523148303267, + -849.7523148303299, -523.7262401825337 ], "relative wind speed": [ - 3.099853446319347, + 3.0998534463193463, 3.2969872754590064, 3.328334006795143, - 3.1796981760982734, + 3.179698176098274, 2.9214365794702855, 2.6969905416939017, 2.6582091369446377, @@ -356073,11 +250209,11 @@ 0.10835090490744814, 0.052665723506893726, 0.026973852226201765, - 0.09464954042647394, - 0.11499653840149873, - 0.06439695426310321, - 0.033776188769980654, - 0.10622409652148956 + 0.09464954042647512, + 0.11499653840149875, + 0.06439695426310323, + 0.033776188769983936, + 0.10622409652148958 ], "resistance": [ 96763.16396104265, @@ -356130,39 +250266,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 90.14603329862894, + 90.1460332986253, 818.2145017315324, - 1035.3569837161485, - 470.9412042872809, + 1035.3569837161376, + 470.94120428728183, -319.43596303754475, -891.2780600683482, -983.5271042695394, -647.5153143615353 ], "relative wind speed": [ - 3.259928436928847, + 3.2599284369288464, 3.4850117792969937, - 3.5342107894386303, - 3.3853884613340686, + 3.53421078943863, + 3.385388461334068, 3.1079208511406327, 2.8532434752423903, 2.7920708312411495, 2.9707659612830857 ], "relative wind angle": [ - 0.11410890879475558, - 0.059820839295136034, - 0.021654587946219616, - 0.0936492782682129, + 0.11410890879475656, + 0.05982083929513604, + 0.021654587946224747, + 0.0936492782682117, 0.11971612645102278, - 0.07308791791999535, - 0.02741172640614936, + 0.07308791791999536, + 0.027411726406149365, 0.10676647859039602 ], "resistance": [ 96724.64603329863, 97452.71450173153, - 97669.85698371615, + 97669.85698371613, 97105.44120428729, 96315.06403696246, 95743.22193993165, @@ -356172,7 +250308,7 @@ "fuel": [ 41.981352491542594, 42.35763194497744, - 42.47023712036951, + 42.470237120369504, 42.17790854942357, 41.77053975796217, 41.47725556425446, @@ -356210,19 +250346,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 402.3430297081877, + 402.34302970818226, 944.1692434696015, 775.3544880472045, 103.98000415312345, -595.5978841580554, -929.2531347373551, - -857.9130035885955, + -857.9130035885928, -338.1100721273897 ], "relative wind speed": [ - 3.6021189521650765, + 3.6021189521650756, 3.7391065488847874, - 3.7028309757263616, + 3.702830975726361, 3.510486935820868, 3.2605742496596646, 3.1025292261600703, @@ -356230,17 +250366,17 @@ 3.359030642390974 ], "relative wind angle": [ - 0.07750414242055581, + 0.07750414242055724, 0.020342017930206346, 0.046289417259885626, - 0.09081534632199122, + 0.0908153463219912, 0.08564164660856675, 0.02451656082747287, - 0.05449458453467165, + 0.05449458453466962, 0.09492221941617358 ], "resistance": [ - 97036.84302970821, + 97036.8430297082, 97578.66924346962, 97409.85448804722, 96738.48000415314, @@ -356290,34 +250426,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 286.9302636088237, + 286.93026360882186, 910.5810643135533, - 896.363285769949, + 896.3632857699517, 262.0732523641468, - -477.9363789434319, + -477.936378943431, -911.6678267475017, - -905.6133468155836, - -456.53641006598536 + -905.6133468155858, + -456.5364100659849 ], "relative wind speed": [ - 3.1711637906660743, + 3.171163790666074, 3.358549810171154, - 3.3551890909835973, + 3.355189090983597, 3.1625635026036694, 2.8720803735341396, 2.6505223318944005, - 2.6547752490590026, - 2.881547770083091 + 2.654775249059003, + 2.8815477700830914 ], "relative wind angle": [ 0.11080220945741437, 0.04213968643141035, - 0.044889297097073046, + 0.04488929709707057, 0.11230083261470504, - 0.12239576070074383, + 0.12239576070074291, 0.053405938706215975, - 0.05674391147131634, - 0.12330601473471811 + 0.056743911471320255, + 0.12330601473471901 ], "resistance": [ 96921.43026360881, @@ -356370,39 +250506,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 326.1904412668646, + 326.1904412668573, 984.8490942582048, - 927.1276208297786, + 927.1276208297686, 223.5490867235194, -580.2729011193596, -1027.6770309842796, - -1003.391273074406, + -1003.3912730744123, -491.5948874376045 ], "relative wind speed": [ - 4.16878746221898, + 4.168787462218979, 4.319407552800152, 4.3086638922765506, 4.141859290242651, 3.905667624232788, 3.738415023635998, - 3.7507924442078404, + 3.750792444207841, 3.9342127695340747 ], "relative wind angle": [ - 0.06699665676332317, + 0.06699665676332482, 0.024101316686505735, - 0.03061188637854967, + 0.030611886378553294, 0.07021791260149347, 0.07151760217299569, - 0.02784784080878523, - 0.03516667965815578, + 0.027847840808785232, + 0.03516667965815894, 0.07393058840145776 ], "resistance": [ - 96960.69044126687, + 96960.69044126685, 97619.3490942582, - 97561.62762082978, + 97561.62762082976, 96858.04908672352, 96054.22709888064, 95606.82296901572, @@ -356412,7 +250548,7 @@ "fuel": [ 44.537812960149495, 44.87871358082161, - 44.848774259161175, + 44.84877425916116, 44.48483446576354, 44.07129614262577, 43.84216388044515, @@ -356450,39 +250586,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 46.035948047824604, + 46.03594804782006, 702.6074777662052, - 918.1761013630485, + 918.1761013630166, 428.06603607575744, - -279.74517477260724, + -279.74517477260633, -802.7574221361692, - -893.6671318568924, + -893.6671318569015, -609.6081425012108 ], "relative wind speed": [ - 3.545420439039786, + 3.545420439039785, 3.7343521026017163, 3.780312176455572, 3.6611219526975036, - 3.435710710121342, + 3.4357107101213415, 3.229354199681059, 3.1754297381213292, 3.3121443538408726 ], "relative wind angle": [ - 0.08541936754329744, - 0.04686611216773419, - 0.014565990646106362, + 0.08541936754329875, + 0.046866112167734196, + 0.014565990646121605, 0.06911033398939295, - 0.08815397107146938, + 0.08815397107146812, 0.05420160941504772, - 0.01734089837015668, + 0.017340898370163085, 0.0764055307428107 ], "resistance": [ 96680.53594804784, 97337.10747776621, - 97552.67610136306, + 97552.67610136303, 97062.56603607578, 96354.75482522741, 95831.74257786384, @@ -356492,7 +250628,7 @@ "fuel": [ 42.77148806673122, 43.11062145481107, - 43.222317098506856, + 43.22231709850685, 42.96861972799934, 42.603810501451406, 42.33544521525872, @@ -356530,9 +250666,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 138.0794371610309, + 138.0794371610291, 1150.9979921748227, - 1421.066835317023, + 1421.066835317005, 616.0611911339338, -496.3874665167523, -1285.2783130599228, @@ -356540,21 +250676,21 @@ -908.9970275974456 ], "relative wind speed": [ - 4.384876026840931, + 4.38487602684093, 4.618004281732004, 4.664575157530672, 4.502310197360388, - 4.211283306888938, + 4.211283306888939, 3.9542485146422712, 3.899202926418864, 4.085492350793279 ], "relative wind angle": [ - 0.08740356892661315, - 0.04528117922642214, - 0.018682905484714327, - 0.07386831186263808, - 0.09101620152400669, + 0.08740356892661316, + 0.04528117922642215, + 0.01868290548472027, + 0.07386831186263809, + 0.09101620152400791, 0.052888611416417715, 0.022350722581486893, 0.0814205644318849 @@ -356562,7 +250698,7 @@ "resistance": [ 96772.57943716102, 97785.49799217482, - 98055.56683531702, + 98055.566835317, 97250.56119113394, 96138.11253348325, 95349.22168694007, @@ -356572,7 +250708,7 @@ "fuel": [ 45.27483302464326, 45.79904583408657, - 45.939458443169364, + 45.93945844316936, 45.521725821651856, 44.948423844256666, 44.54465853020182, @@ -356610,7 +250746,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 44.81026723700052, + 44.810267237001426, 895.1957065708975, 1182.1902863607193, 555.2673723148582, @@ -356620,7 +250756,7 @@ -800.4263429518342 ], "relative wind speed": [ - 4.284838542565294, + 4.284838542565293, 4.488142153432767, 4.539204940184067, 4.412788329372939, @@ -356630,10 +250766,10 @@ 4.03713285810496 ], "relative wind angle": [ - 0.07531439201665888, + 0.0753143920166574, 0.04194652971617982, 0.012390245845757326, - 0.060711570020022906, + 0.0607115700200229, 0.07734268461995948, 0.04762682470156842, 0.014441665331661729, @@ -356677,68 +250813,7 @@ "id": "6399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.32620031496942, - 12.32620031496942, - 12.32620031496942, - 12.32620031496942, - 12.32620031496942, - 12.32620031496942, - 12.32620031496942, - 12.32620031496942 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 383.83655974695284, - 954.1610439501555, - 814.8561261195646, - 137.82758796265261, - -585.1570683457967, - -947.1416022323347, - -888.2349857764266, - -372.88501743293 - ], - "relative wind speed": [ - 3.601944323598471, - 3.747895497900153, - 3.7180741203832106, - 3.5265406743978636, - 3.2705949970836588, - 3.1022691504883424, - 3.1379482756394372, - 3.351761539410189 - ], - "relative wind angle": [ - 0.08071272824888856, - 0.02342264942403252, - 0.04473455102397358, - 0.091696991144885, - 0.08891047966444988, - 0.02829842542545552, - 0.05301196697437248, - 0.09649309552512877 - ], - "resistance": [ - 97018.336559747, - 97588.6610439502, - 97449.35612611962, - 96772.3275879627, - 96049.34293165425, - 95687.3583977677, - 95746.26501422362, - 96261.61498256712 - ], - "fuel": [ - 42.80187478139281, - 43.09708507108007, - 43.0248666091331, - 42.67490971920266, - 42.30308125467665, - 42.117644588631904, - 42.14778792817088, - 42.41205032407779 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 26.875, -35 27.1875, -34.6875 27.1875, -34.6875 26.875, -35 26.875))", @@ -356770,34 +250845,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 943.9971643619592, + 943.9971643619583, 94.91895812677376, - -751.513365710769, + -751.5133657107676, -1127.7376229564275, - -1010.277756249809, + -1010.2777562498095, -338.86564213452175, - 574.6479877254378, - 1219.354299740151 + 574.647987725436, + 1219.35429974016 ], "relative wind speed": [ - 3.5192558232915165, + 3.519255823291516, 3.2565996862524758, 2.9196580352263197, 2.713132920151734, - 2.792302988010551, + 2.7923029880105514, 3.094620495331241, 3.4143395384704025, - 3.5806462104224743 + 3.580646210422474 ], "relative wind angle": [ 0.07081475094841981, 0.13363636357138084, - 0.12521440640087006, + 0.12521440640086917, 0.030138319889552498, - 0.08929482479461162, + 0.08929482479461286, 0.140676511284772, - 0.10699737161612913, - 0.02283498297685407 + 0.10699737161613017, + 0.022834982976849206 ], "resistance": [ 97578.497164362, @@ -356807,7 +250882,7 @@ 95624.22224375022, 96295.6343578655, 97209.14798772546, - 97853.85429974018 + 97853.8542997402 ], "fuel": [ 42.3828818453394, @@ -356817,7 +250892,7 @@ 41.376419646740175, 41.720598008103835, 42.191575879460586, - 42.525834524995574 + 42.52583452499559 ] }, { @@ -356850,31 +250925,31 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1582.1078634212026, + 1582.107863421199, 887.6348076043578, - -266.1196206032855, - -1221.2104190194614, - -1460.4108309466683, + -266.1196206032919, + -1221.210419019465, + -1460.410830946711, -1131.3732842380923, -114.79737416662465, 1015.411575347367 ], "relative wind speed": [ - 4.674076432683574, + 4.674076432683573, 4.5484354584404505, 4.259442516422288, - 3.962551718840461, - 3.846438183774391, + 3.9625517188404613, + 3.8464381837743913, 3.994222337397761, 4.301072732407556, 4.576053001843416 ], "relative wind angle": [ - 0.00447428526238668, - 0.06763647832770105, - 0.09730802841895098, - 0.07017150692082544, - 0.005437026037578615, + 0.004474285262386681, + 0.06763647832770106, + 0.09730802841895327, + 0.07017150692082702, + 0.005437026037599035, 0.07703875965369125, 0.09636324038874645, 0.06075127599731857 @@ -356884,7 +250959,7 @@ 97522.13480760434, 96368.38037939668, 95413.2895809805, - 95174.0891690533, + 95174.08916905326, 95503.12671576187, 96519.70262583335, 97649.91157534733 @@ -356894,7 +250969,7 @@ 45.591895557279884, 44.99622934649565, 44.50687755862512, - 44.3848519733081, + 44.38485197330807, 44.55276202887757, 45.07407254300789, 45.65816945811709 @@ -356930,9 +251005,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 914.9501071962923, + 914.9501071962859, 1103.9126550715664, - 467.857861967017, + 467.85786196701065, -393.15497941953345, -993.9387049566703, -1074.0451877716896, @@ -356940,9 +251015,9 @@ 135.37570557111394 ], "relative wind speed": [ - 3.7859296442271297, + 3.7859296442271293, 3.825506167515112, - 3.6676659276978274, + 3.667665927697827, 3.387907134994696, 3.1415253032418677, 3.093209831914173, @@ -356950,13 +251025,13 @@ 3.567145882438605 ], "relative wind angle": [ - 0.051600607925719764, + 0.051600607925721916, 0.02356010446891678, - 0.08810448110754487, + 0.08810448110754739, 0.10832386164698304, 0.06219766803797051, 0.02913922648097845, - 0.0985851925020461, + 0.09858519250204612, 0.10286110710842569 ], "resistance": [ @@ -357010,9 +251085,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1499.7005606635257, + 1499.7005606634493, 970.6065034057419, - -103.33718357729504, + -103.3371835773014, -1074.575424525261, -1393.8187132875346, -1170.7056907737697, @@ -357020,7 +251095,7 @@ 833.9225847125754 ], "relative wind speed": [ - 4.6523828136444205, + 4.65238281364442, 4.560400446831719, 4.299048701791051, 4.0068338263876635, @@ -357030,9 +251105,9 @@ 4.530745762975053 ], "relative wind angle": [ - 0.004810901493430396, + 0.004810901493453474, 0.05761076420483487, - 0.09171396632224937, + 0.0917139663222518, 0.07349966886365376, 0.00579109470644495, 0.06613921753248259, @@ -357040,7 +251115,7 @@ 0.0649877752579406 ], "resistance": [ - 98134.20056066354, + 98134.20056066346, 97605.10650340575, 96531.16281642271, 95559.92457547475, @@ -357050,7 +251125,7 @@ 97468.42258471259 ], "fuel": [ - 45.90447444343046, + 45.904474443430416, 45.6294911336297, 45.07453897795453, 44.57635474071914, @@ -357090,9 +251165,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1460.7343203863475, + 1460.7343203862692, 816.1547714936023, - -252.148713274486, + -252.14871327448873, -1134.5609499496513, -1353.8708886806207, -1046.8936323599382, @@ -357100,9 +251175,9 @@ 940.8185540594222 ], "relative wind speed": [ - 4.556727356407366, + 4.556727356407365, 4.43682799157496, - 4.1626939418761575, + 4.162693941876157, 3.8823246365807953, 3.7735924269839427, 3.913862718440534, @@ -357110,19 +251185,19 @@ 4.464450629340593 ], "relative wind angle": [ - 0.004580309738416821, - 0.06577944290098516, - 0.09420635303513249, + 0.00458030973844106, + 0.06577944290098514, + 0.0942063530351325, 0.06756904044913177, 0.005530871847750272, - 0.07458417309346638, + 0.07458417309346636, 0.0932723996291664, 0.058747704103720245 ], "resistance": [ - 98095.23432038634, + 98095.23432038627, 97450.6547714936, - 96382.35128672552, + 96382.3512867255, 95499.93905005035, 95280.62911131937, 95587.60636764007, @@ -357130,7 +251205,7 @@ 97575.31855405943 ], "fuel": [ - 45.5719007849772, + 45.57190078497716, 45.23712875723183, 44.685693899985644, 44.23341461821167, @@ -357170,19 +251245,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 858.8136359500472, + 858.8136359496762, 520.0051131607875, -85.95929393730421, -611.6778219657799, - -762.9189997514122, + -762.9189997513226, -619.2874476439301, - -98.73948638655838, + -98.73948638655747, 509.16147939211487 ], "relative wind speed": [ 3.1227915242672224, 3.0351966463760025, - 2.808701082097177, + 2.8087010820971767, 2.5605337333922824, 2.4485821426400736, 2.5563573167925733, @@ -357190,31 +251265,31 @@ 3.03167419315652 ], "relative wind angle": [ - 0.0008685402905790104, + 0.000868540290834663, 0.07798212520415185, - 0.12031165943198373, + 0.12031165943198281, 0.09398082592921916, - 0.0011076902117904154, + 0.0011076902116901868, 0.09262778795021415, - 0.12054390656435873, + 0.1205439065643578, 0.07934206301295525 ], "resistance": [ - 97493.31363595006, + 97493.31363594969, 97154.5051131608, 96548.5407060627, 96022.82217803423, - 95871.5810002486, + 95871.5810002487, 96015.21255235608, 96535.76051361345, 97143.66147939213 ], "fuel": [ - 41.51895126230029, + 41.51895126230009, 41.343552098209145, 41.03091306375975, 40.7607827036579, - 40.68326081984981, + 40.683260819849856, 40.75688019457825, 41.02433401096374, 41.337945467453764 @@ -357250,37 +251325,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 963.3878614867317, + 963.3878614867062, 485.1780161682973, - -228.70330650596634, - -776.3594188959783, + -228.70330650596907, + -776.3594188959778, -888.3724877633499, -625.6926452234588, 24.18588002050774, 699.9874744505769 ], "relative wind speed": [ - 3.2858271214803674, + 3.2858271214803665, 3.1551711935565736, - 2.8890602013789755, - 2.6293632059250838, + 2.889060201378975, + 2.6293632059250833, 2.548578505839524, 2.708654096047326, 2.990859980923755, 3.2215464305222326 ], "relative wind angle": [ - 0.015614671679929632, + 0.015614671679943853, 0.09426306566012856, - 0.12796214271091155, - 0.08545527837988413, + 0.1279621427109124, + 0.08545527837988284, 0.02013220018119363, 0.1098604953475038, 0.12358399041970144, 0.06971853538664652 ], "resistance": [ - 97597.88786148674, + 97597.88786148673, 97119.67801616831, 96405.79669349405, 95858.14058110403, @@ -357290,7 +251365,7 @@ 97334.4874744506 ], "fuel": [ - 41.85869596082506, + 41.85869596082505, 41.611067502842985, 41.24298606292369, 40.961896741084786, @@ -357330,37 +251405,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 491.9811616600882, + 491.98116166008367, -621.6073606550326, - -1325.013411005306, - -1361.8249693851453, + -1325.0134110053068, + -1361.8249693851467, -750.7140406511699, 341.85968773405057, 1311.35167944574, 1397.5717465700618 ], "relative wind speed": [ - 3.7330707895418125, + 3.733070789541812, 3.365102496479244, - 3.0627690687854217, - 3.04041615266953, + 3.062769068785421, + 3.0404161526695304, 3.31580430234512, 3.6886936548553186, 3.9433261750040427, 3.9605864855810116 ], "relative wind angle": [ - 0.11843325351046077, - 0.1373049551055746, - 0.06871498774657941, - 0.05370143115140443, + 0.11843325351046266, + 0.13730495510557464, + 0.06871498774657943, + 0.053701431151406506, 0.13342109815605138, 0.12519342793890806, 0.053354034594914154, - 0.04121673649378624 + 0.041216736493786245 ], "resistance": [ - 97126.4811616601, + 97126.48116166008, 96012.89263934497, 95309.4865889947, 95272.67503061486, @@ -357370,7 +251445,7 @@ 98032.07174657006 ], "fuel": [ - 43.05389472214645, + 43.05389472214644, 42.48052182787676, 42.12072469937175, 42.10194602565762, @@ -357410,9 +251485,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 676.7069659032568, + 676.7069659032522, -473.02736906874634, - -1286.569241409376, + -1286.5692414093787, -1406.2685001696832, -889.220245122347, 192.13016554920068, @@ -357420,7 +251495,7 @@ 1524.3865294413981 ], "relative wind speed": [ - 3.6548479233017908, + 3.6548479233017903, 3.272943050193602, 2.920537912875232, 2.8440491895805757, @@ -357430,14 +251505,14 @@ 3.8622486265046923 ], "relative wind angle": [ - 0.12168207550485385, + 0.12168207550485478, 0.15628202133323352, - 0.09491934053060727, - 0.041491144124973914, + 0.09491934053060962, + 0.04149114412497392, 0.14331784260960614, 0.14580810476854023, - 0.07281556167085024, - 0.030548875186390215 + 0.07281556167085025, + 0.030548875186390212 ], "resistance": [ 97311.20696590329, @@ -357490,34 +251565,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 481.14536298536495, + 481.14536298535995, -417.7743399807614, - -1021.6736578381233, - -1085.4520867209835, + -1021.6736578381247, + -1085.4520867209853, -636.5747931817427, 225.83947429278123, 1032.885101690058, 1181.2608115763333 ], "relative wind speed": [ - 3.060402545467491, + 3.0604025454674906, 2.696205429243588, - 2.3711754897264163, - 2.321579645941369, - 2.589910591952781, + 2.371175489726416, + 2.3215796459413696, + 2.5899105919527816, 2.9671833273207944, 3.232835815740384, 3.2686340514294114 ], "relative wind angle": [ - 0.14177354218584368, + 0.14177354218584604, 0.1767653682147667, - 0.1005717933000744, - 0.059232961207635, - 0.1677536498394462, + 0.10057179330007551, + 0.059232961207638754, + 0.16775364983944757, 0.16047499510343177, 0.07370843497303628, - 0.04205859799379471 + 0.042058597993794716 ], "resistance": [ 97115.64536298542, @@ -357570,34 +251645,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 797.9334983678909, + 797.9334983678855, -386.4401188843276, -1291.5632161512822, -1474.1384195153023, - -1033.8079111960715, + -1033.8079111960733, 46.242832180624646, 1165.389173093059, - 1594.7774152498878 + 1594.777415249856 ], "relative wind speed": [ 4.074145478198445, 3.732042681394759, 3.3996375437511657, 3.297803731651317, - 3.504509411267554, + 3.5045094112675534, 3.866795186641711, 4.162056242088186, - 4.243199045377713 + 4.243199045377714 ], "relative wind angle": [ - 0.09397839572453418, + 0.09397839572453653, 0.12702139883656738, 0.08431097336290054, 0.02059218274157712, 0.10931080564624436, - 0.12257216565310303, + 0.12257216565310304, 0.0688394194848547, - 0.016003745245174086 + 0.01600374524518796 ], "resistance": [ 97432.43349836787, @@ -357607,7 +251682,7 @@ 95600.69208880392, 96680.74283218061, 97799.88917309305, - 98229.27741524988 + 98229.27741524985 ], "fuel": [ 43.98998168616279, @@ -357617,7 +251692,7 @@ 43.04720288671559, 43.60158360150381, 44.18061091294719, - 44.40400620166806 + 44.40400620166804 ] }, { @@ -357637,68 +251712,7 @@ "id": "6431", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.527453612495537, - 7.527453612495537, - 7.527453612495537, - 7.527453612495537, - 7.527453612495537, - 7.527453612495537, - 7.527453612495537, - 7.527453612495537 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 201.83196939316713, - -473.28133000784555, - -825.0842016453364, - -769.8111340198282, - -291.4822080403467, - 415.84440598593665, - 972.6007657623995, - 845.33093730174 - ], - "relative wind speed": [ - 2.2893371593715517, - 1.891415771367875, - 1.5936746916796758, - 1.6540691725166983, - 2.0127075003025263, - 2.3905234763277923, - 2.598510551864883, - 2.560490438096455 - ], - "relative wind angle": [ - 0.22181303011692285, - 0.24389538899584606, - 0.08940189807542423, - 0.15510216543361788, - 0.25292353265188433, - 0.19224801069763908, - 0.05478485471804672, - 0.09996067666951938 - ], - "resistance": [ - 96836.33196939318, - 96161.21866999217, - 95809.41579835468, - 95864.68886598019, - 96343.01779195966, - 97050.34440598595, - 97607.10076576241, - 97479.83093730175 - ], - "fuel": [ - 39.91062244328585, - 39.56319313242625, - 39.38281918860824, - 39.41112792072406, - 39.65658441170393, - 40.021112345220814, - 40.30935178432888, - 40.24336097156988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.125 25.3125, -33.125 25.625, -32.8125 25.625, -32.8125 25.3125, -33.125 25.3125))", @@ -357717,68 +251731,7 @@ "id": "6440", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.89563534589916, - 9.89563534589916, - 9.89563534589916, - 9.89563534589916, - 9.89563534589916, - 9.89563534589916, - 9.89563534589916, - 9.89563534589916 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 758.7178856671253, - -236.6937246720163, - -1017.7757307148281, - -1199.158860208669, - -852.7909684816896, - 38.33802450240546, - 996.0519341393228, - 1417.361079435379 - ], - "relative wind speed": [ - 3.1277450636853117, - 2.7451469296991715, - 2.3413582650626257, - 2.196429100335132, - 2.438873807364225, - 2.862702039335968, - 3.2013959621199675, - 3.3025132609659726 - ], - "relative wind angle": [ - 0.13906278046009926, - 0.20290101705782257, - 0.1495131580006869, - 0.027300654520473443, - 0.17871730648159942, - 0.194459985398151, - 0.10915696051220981, - 0.01815580828230341 - ], - "resistance": [ - 97393.2178856671, - 96397.80627532795, - 95616.72426928514, - 95435.3411397913, - 95781.70903151829, - 96672.83802450237, - 97630.5519341393, - 98051.86107943534 - ], - "fuel": [ - 41.389353282229145, - 40.87562136375948, - 40.47508658989911, - 40.382399069081345, - 40.559500798408386, - 41.01719662515866, - 41.512385719479035, - 41.73130593937909 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 27.1875, -31.5625 27.5, -31.25 27.5, -31.25 27.1875, -31.5625 27.1875))", @@ -357797,68 +251750,7 @@ "id": "6449", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.829446604051114, - 16.829446604051114, - 16.829446604051114, - 16.829446604051114, - 16.829446604051114, - 16.829446604051114, - 16.829446604051114, - 16.829446604051114 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 945.0237000163906, - 1539.6738848702753, - 891.1490423905816, - -231.28771734723887, - -1183.777412144398, - -1433.6565516810533, - -1145.8551529929518, - -167.2545708600028 - ], - "relative wind speed": [ - 4.947554485020747, - 5.043196770854333, - 4.936800441753064, - 4.681324466474452, - 4.416064819188476, - 4.306517177484316, - 4.428083701538376, - 4.697352989621999 - ], - "relative wind angle": [ - 0.051517205901420525, - 0.001594049142447559, - 0.05393564938172218, - 0.07876434889666392, - 0.05772401550175605, - 0.0018667299863505296, - 0.060139096027814656, - 0.07849503126544471 - ], - "resistance": [ - 97579.52370001646, - 98174.17388487035, - 97525.64904239065, - 96403.21228265284, - 95450.72258785568, - 95200.84344831902, - 95488.64484700712, - 96467.24542914006 - ], - "fuel": [ - 47.09718915599444, - 47.406259533037364, - 47.06925272215172, - 46.489675277694474, - 46.00152813248279, - 45.8740250650427, - 46.02089861053241, - 46.52261311186854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 26.875, -31.5625 27.1875, -31.25 27.1875, -31.25 26.875, -31.5625 26.875))", @@ -357877,68 +251769,7 @@ "id": "6451", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.853675590642986, - 16.853675590642986, - 16.853675590642986, - 16.853675590642986, - 16.853675590642986, - 16.853675590642986, - 16.853675590642986, - 16.853675590642986 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 379.7449975064392, - 1395.6826379747, - 1428.9129724772156, - 438.69840234288495, - -757.8753735985811, - -1482.3777560321842, - -1496.3838089415294, - -808.7881586084713 - ], - "relative wind speed": [ - 4.837859627484857, - 5.041987152851455, - 5.04726805734831, - 4.851135539555947, - 4.553535229829668, - 4.326422819724018, - 4.320260874278226, - 4.539389038340411 - ], - "relative wind angle": [ - 0.07524330932396435, - 0.031010362792679245, - 0.028254861119527002, - 0.07386073813296076, - 0.07995126833633204, - 0.03614136598001304, - 0.033011151133598725, - 0.07894341067497428 - ], - "resistance": [ - 97014.24499750645, - 98030.1826379747, - 98063.41297247724, - 97073.1984023429, - 95876.62462640143, - 95152.12224396782, - 95138.11619105848, - 95825.71184139155 - ], - "fuel": [ - 46.8297652891923, - 47.35645984467617, - 47.373752378231714, - 46.860223653129225, - 46.2445446709479, - 45.87435242346364, - 45.86721512529704, - 46.21846643307215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 26.5625, -32.1875 26.875, -31.875 26.875, -31.875 26.5625, -32.1875 26.5625))", @@ -357957,68 +251788,7 @@ "id": "6453", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.915193909975745, - 18.915193909975745, - 18.915193909975745, - 18.915193909975745, - 18.915193909975745, - 18.915193909975745, - 18.915193909975745, - 18.915193909975745 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1434.532648456283, - 1929.6438832801523, - 927.9942367245058, - -553.5915129880159, - -1670.0208357742395, - -1878.4175310548035, - -1313.5014541598975, - 48.30730493241208 - ], - "relative wind speed": [ - 5.604708541275748, - 5.675157065579079, - 5.514832193197715, - 5.2039963090406705, - 4.915662655028562, - 4.834158608455005, - 5.0162857824850695, - 5.338063280458826 - ], - "relative wind angle": [ - 0.04458638941598735, - 0.011849796930618068, - 0.06258378268147362, - 0.08089800838635772, - 0.05084128020560489, - 0.013911428958860632, - 0.06881309692192968, - 0.078861954685778 - ], - "resistance": [ - 98069.03264845628, - 98564.14388328015, - 97562.49423672451, - 96080.90848701198, - 94964.47916422576, - 94756.0824689452, - 95320.9985458401, - 96682.80730493242 - ], - "fuel": [ - 49.65910451376263, - 49.917249509836, - 49.395945507524345, - 48.63170604460501, - 48.061219966420396, - 47.955244662963274, - 48.24289434079391, - 48.94119558812793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 26.25, -32.1875 26.5625, -31.875 26.5625, -31.875 26.25, -32.1875 26.25))", @@ -358037,68 +251807,7 @@ "id": "6455", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.342072958668643, - 13.342072958668643, - 13.342072958668643, - 13.342072958668643, - 13.342072958668643, - 13.342072958668643, - 13.342072958668643, - 13.342072958668643 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1428.8031591439694, - 1318.6212253732856, - 321.18525431826765, - -793.2397417187985, - -1404.8472589012445, - -1357.933250630521, - -627.3736814157701, - 513.8400472686353 - ], - "relative wind speed": [ - 4.154688854413428, - 4.133590587140535, - 3.883101381688769, - 3.523275432374899, - 3.26384376794975, - 3.290523435028954, - 3.582686042356818, - 3.9370859587002993 - ], - "relative wind angle": [ - 0.036422864533036, - 0.05040071234393926, - 0.11505857132007673, - 0.12012239816882185, - 0.04637061578657532, - 0.06332943294027422, - 0.12475484678884793, - 0.10744511943215153 - ], - "resistance": [ - 98063.30315914396, - 97953.12122537328, - 96955.68525431826, - 95841.2602582812, - 95229.65274109876, - 95276.56674936948, - 96007.12631858423, - 97148.34004726863 - ], - "fuel": [ - 44.1304358662845, - 44.07311477342685, - 43.556263754314934, - 42.983170165738116, - 42.670614776827314, - 42.694540382923435, - 43.068174143652634, - 43.65580508207074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 26.5625, -31.5625 26.875, -31.25 26.875, -31.25 26.5625, -31.5625 26.5625))", @@ -358117,68 +251826,7 @@ "id": "6457", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.542598401524982, - 12.542598401524982, - 12.542598401524982, - 12.542598401524982, - 12.542598401524982, - 12.542598401524982, - 12.542598401524982, - 12.542598401524982 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 307.14699431630015, - 1069.9085270886662, - 1088.1699231452194, - 339.21943252046094, - -556.6785727306979, - -1097.642018694709, - -1105.3946902080834, - -584.3202806324616 - ], - "relative wind speed": [ - 3.648763695978892, - 3.850225320426156, - 3.8539991211475892, - 3.65836956249264, - 3.3580063863385563, - 3.124971740949568, - 3.120316357996041, - 3.347538729277299 - ], - "relative wind angle": [ - 0.10079859808380053, - 0.04059535386899005, - 0.037939861143996334, - 0.09938678505429445, - 0.1095600483379561, - 0.05002397931616579, - 0.0468666081770865, - 0.10865011674090541 - ], - "resistance": [ - 96941.64699431632, - 97704.4085270887, - 97722.66992314525, - 96973.71943252049, - 96077.82142726933, - 95536.85798130532, - 95529.10530979195, - 96050.17971936757 - ], - "fuel": [ - 42.92416247744511, - 43.31903709972689, - 43.32851739216766, - 42.94072248205636, - 42.47958213371712, - 42.20258134383856, - 42.19861949653235, - 42.46540177467922 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 25.9375, -32.1875 26.25, -31.875 26.25, -31.875 25.9375, -32.1875 25.9375))", @@ -358197,68 +251845,7 @@ "id": "6461", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.204828228110342, - 10.204828228110342, - 10.204828228110342, - 10.204828228110342, - 10.204828228110342, - 10.204828228110342, - 10.204828228110342, - 10.204828228110342 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1338.581635388627, - 665.5121433593326, - -302.6245945007681, - -1030.14240929866, - -1173.4154417899886, - -793.3644782964279, - 92.66595886547702, - 1005.2171130030779 - ], - "relative wind speed": [ - 3.3513781004381102, - 3.1688404960833676, - 2.799288581800573, - 2.4304539129062883, - 2.3205061048653963, - 2.564163346044055, - 2.963185311554892, - 3.272518530436801 - ], - "relative wind angle": [ - 0.02485633057382849, - 0.13405540519002818, - 0.18527136368664404, - 0.12612666988975582, - 0.03590263398911012, - 0.16593280522525528, - 0.1749148029282758, - 0.09356080124866765 - ], - "resistance": [ - 97973.08163538863, - 97300.01214335933, - 96331.87540549923, - 95604.35759070134, - 95461.08455821002, - 95841.13552170357, - 96727.16595886547, - 97639.71711300308 - ], - "fuel": [ - 41.873069636082505, - 41.52384254145177, - 41.02447382772933, - 40.6515124721746, - 40.57829580100912, - 40.77268028013758, - 41.22794494205547, - 41.699890286707834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 25.625, -32.5 25.9375, -32.1875 25.9375, -32.1875 25.625, -32.5 25.625))", @@ -358277,68 +251864,7 @@ "id": "6462", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.361504923759313, - 8.361504923759313, - 8.361504923759313, - 8.361504923759313, - 8.361504923759313, - 8.361504923759313, - 8.361504923759313, - 8.361504923759313 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 933.0232014065632, - 235.42234175883368, - -514.6890190023457, - -917.4842432566013, - -870.2394531743955, - -356.94536932189453, - 420.46353989863064, - 1042.1468922665017 - ], - "relative wind speed": [ - 2.7907105014816787, - 2.5245772980523906, - 2.131259015590537, - 1.8349647307460708, - 1.8805266713295397, - 2.225074185464469, - 2.6042620208277687, - 2.8208775410463813 - ], - "relative wind angle": [ - 0.08650004128508906, - 0.19697808625989327, - 0.21641020349032808, - 0.0835407467598957, - 0.12856029586906578, - 0.22391604170755217, - 0.1766423920734733, - 0.05430627966772717 - ], - "resistance": [ - 97567.52320140658, - 96869.92234175885, - 96119.81098099767, - 95717.0157567434, - 95764.26054682562, - 96277.55463067812, - 97054.96353989864, - 97676.64689226652 - ], - "fuel": [ - 40.66608906283621, - 40.30521827654687, - 39.91920409494795, - 39.71278598037706, - 39.73696598894374, - 40.00020657141211, - 40.40076412141967, - 40.722702826352574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 25.625, -32.1875 25.9375, -31.875 25.9375, -31.875 25.625, -32.1875 25.625))", @@ -358357,68 +251883,7 @@ "id": "6463", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.07553317971713, - 10.07553317971713, - 10.07553317971713, - 10.07553317971713, - 10.07553317971713, - 10.07553317971713, - 10.07553317971713, - 10.07553317971713 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1288.7467490654885, - 602.2680044472927, - -344.55216442340407, - -1029.808924436969, - -1144.7188610675562, - -737.538136684665, - 143.42893587884328, - 1021.5623786469419 - ], - "relative wind speed": [ - 3.307043003431371, - 3.113479614118253, - 2.74184704978078, - 2.3839320745323502, - 2.2944837641126306, - 2.550967240634599, - 2.9467717804284197, - 3.243155413225942 - ], - "relative wind angle": [ - 0.03149251024239844, - 0.13916194747830848, - 0.1858492122334757, - 0.11967598622863705, - 0.04539829407709214, - 0.17012017088975995, - 0.17278964075309633, - 0.0878729093826286 - ], - "resistance": [ - 97923.24674906551, - 97236.76800444732, - 96289.94783557662, - 95604.69107556307, - 95489.78113893248, - 95896.96186331536, - 96777.92893587887, - 97656.06237864697 - ], - "fuel": [ - 41.76996833755995, - 41.4139281784893, - 40.92573990289063, - 40.57449666899787, - 40.51576815526802, - 40.724092711813555, - 41.17693039629639, - 41.63118552611955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 25, -31.875 25.3125, -31.5625 25.3125, -31.5625 25, -31.875 25))", @@ -358450,34 +251915,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 899.6026710613542, + 899.6026710613487, -185.60410203707852, - -1087.613986210254, + -1087.613986210256, -1328.6503947613855, - -1020.2099209957523, + -1020.2099209957532, -72.99752116089985, - 996.1887327456961, - 1559.2740094506717 + 996.1887327456943, + 1559.274009450637 ], "relative wind speed": [ - 3.497576078827285, + 3.4975760788272843, 3.134696445871937, - 2.7383007556022765, + 2.738300755602276, 2.571512190400757, 2.7727703564712733, 3.177258577633951, 3.5246280440322604, - 3.648097988203027 + 3.6480979882030273 ], "relative wind angle": [ - 0.11343919541368706, - 0.1725805875072093, - 0.13382793516690716, + 0.11343919541368803, + 0.17258058750720928, + 0.133827935166908, 0.008398880886196725, - 0.14327533316261554, + 0.14327533316261634, 0.17024596488442809, - 0.10384805727481952, - 0.005920262256413392 + 0.10384805727482059, + 0.005920262256432145 ], "resistance": [ 97534.10267106137, @@ -358487,7 +251952,7 @@ 95614.29007900426, 96561.50247883912, 97630.68873274571, - 98193.77400945069 + 98193.77400945066 ], "fuel": [ 42.272741196575694, @@ -358497,7 +251962,7 @@ 41.2842213313983, 41.77023109748417, 42.32283612855504, - 42.615574730453744 + 42.61557473045373 ] }, { @@ -358517,68 +251982,7 @@ "id": "6473", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.025873190107863, - 10.025873190107863, - 10.025873190107863, - 10.025873190107863, - 10.025873190107863, - 10.025873190107863, - 10.025873190107863, - 10.025873190107863 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 943.0667148044126, - 140.94291891166768, - -674.175793721779, - -1058.456503128455, - -961.0856606318075, - -338.6464178086603, - 532.174103783902, - 1169.941462843702 - ], - "relative wind speed": [ - 3.1975424739750675, - 2.924973286066494, - 2.5596598683160883, - 2.3210203009515067, - 2.3965762424255415, - 2.7225698952332693, - 3.068549643914073, - 3.2528019185317905 - ], - "relative wind angle": [ - 0.08049459290251693, - 0.16007429559211836, - 0.15779284197097732, - 0.04422419467248706, - 0.10748782826441362, - 0.17208930201641967, - 0.13145716044212694, - 0.031550898941610776 - ], - "resistance": [ - 97577.56671480443, - 96775.44291891168, - 95960.32420627824, - 95576.04349687156, - 95673.4143393682, - 96295.85358219135, - 97166.67410378391, - 97804.44146284372 - ], - "fuel": [ - 41.5611100345544, - 41.146295264060555, - 40.72721285517891, - 40.53049758302476, - 40.58029024143499, - 40.89942141778923, - 41.348319652935366, - 41.67887165253924 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 25.625, -30.625 25.9375, -30.3125 25.9375, -30.3125 25.625, -30.625 25.625))", @@ -358597,68 +252001,7 @@ "id": "6474", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7164603453154665, - 7.7164603453154665, - 7.7164603453154665, - 7.7164603453154665, - 7.7164603453154665, - 7.7164603453154665, - 7.7164603453154665, - 7.7164603453154665 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 727.5082557702569, - 58.692722493385645, - -570.7200185713807, - -828.5268972834338, - -708.5839300747691, - -170.71579421924162, - 528.2022603247349, - 1004.8774409679611 - ], - "relative wind speed": [ - 2.559441439377602, - 2.263341558025456, - 1.8795793796089997, - 1.6469338531906335, - 1.7725765835451077, - 2.137768279737221, - 2.4819245721585466, - 2.6420403307577245 - ], - "relative wind angle": [ - 0.12000614063064925, - 0.22174917442374684, - 0.21313104658343704, - 0.03914878221569554, - 0.17373516489081356, - 0.23501280736781874, - 0.16087956954573523, - 0.02439984817670948 - ], - "resistance": [ - 97362.00825577026, - 96693.19272249339, - 96063.77998142863, - 95805.97310271657, - 95925.91606992522, - 96463.78420578076, - 97162.70226032473, - 97639.37744096796 - ], - "fuel": [ - 40.263799575873236, - 39.91829516064763, - 39.594666166401794, - 39.462533588622094, - 39.523976642537455, - 39.800168052330726, - 40.16066569353694, - 40.40757441795427 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 25.625, -30.3125 25.9375, -30 25.9375, -30 25.625, -30.3125 25.625))", @@ -358677,68 +252020,7 @@ "id": "6475", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.349128253482071, - 7.349128253482071, - 7.349128253482071, - 7.349128253482071, - 7.349128253482071, - 7.349128253482071, - 7.349128253482071, - 7.349128253482071 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 790.2692625856196, - 159.04378617364614, - -482.4955119848512, - -798.203106454723, - -726.5142013771317, - -246.80503788283158, - 436.549752478247, - 955.3776812259373 - ], - "relative wind speed": [ - 2.4962253900889557, - 2.2190498047714944, - 1.8248887614208584, - 1.5436884394787684, - 1.623985937792868, - 1.986023536672547, - 2.353349216056466, - 2.54666399944974 - ], - "relative wind angle": [ - 0.10853785615754245, - 0.22838758031871048, - 0.24357232831551182, - 0.07781503471284852, - 0.1672850772329236, - 0.25575128913390965, - 0.18812209777793626, - 0.04713830785246768 - ], - "resistance": [ - 97424.76926258561, - 96793.54378617364, - 96152.00448801515, - 95836.29689354528, - 95907.98579862287, - 96387.69496211717, - 97071.04975247824, - 97589.87768122593 - ], - "fuel": [ - 40.14011453771387, - 39.81383726567313, - 39.483748001867305, - 39.32187020258312, - 39.358595853383115, - 39.60483913680932, - 39.95709607542515, - 40.22570287268876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 25.3125, -30.9375 25.625, -30.625 25.625, -30.625 25.3125, -30.9375 25.3125))", @@ -358757,68 +252039,7 @@ "id": "6477", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.977185358291974, - 10.977185358291974, - 10.977185358291974, - 10.977185358291974, - 10.977185358291974, - 10.977185358291974, - 10.977185358291974, - 10.977185358291974 - ], - "ice resistance": 96634.50000000009, - "wind resistance": [ - 433.5971996976864, - -570.1348131392506, - -1190.6426803541126, - -1210.4605685287447, - -638.4843582153112, - 353.9180891666251, - 1223.4877956698097, - 1269.6584080851494 - ], - "relative wind speed": [ - 3.2910334785418502, - 2.908169687751522, - 2.593808853111706, - 2.579779395027778, - 2.8778848031416424, - 3.264302584669518, - 3.519272358109872, - 3.5295694595838447 - ], - "relative wind angle": [ - 0.14141215898562806, - 0.16432752393995897, - 0.08064909073516922, - 0.06991876419070588, - 0.16188093103050533, - 0.14626245674757066, - 0.05941131793515561, - 0.051084550859658455 - ], - "resistance": [ - 97068.09719969778, - 96064.36518686084, - 95443.85731964598, - 95424.03943147135, - 95996.01564178478, - 96988.4180891667, - 97857.98779566989, - 97904.15840808523 - ], - "fuel": [ - 41.88792136585445, - 41.371125130233295, - 41.053516453451756, - 41.04339622216452, - 41.33607000984745, - 41.846759620302976, - 42.29725198850797, - 42.32124996331377 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 25, -31.25 25.3125, -30.9375 25.3125, -30.9375 25, -31.25 25))", @@ -358837,68 +252058,7 @@ "id": "6478", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.633292154628393, - 13.633292154628393, - 13.633292154628393, - 13.633292154628393, - 13.633292154628393, - 13.633292154628393, - 13.633292154628393, - 13.633292154628393 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 111.7584193219036, - -1044.046905426646, - -1549.7635360339473, - -1383.884563520086, - -458.40191035026237, - 792.148545392758, - 1666.366291251782, - 1276.855205345204 - ], - "relative wind speed": [ - 3.907490500223484, - 3.5251539222631245, - 3.294551844378009, - 3.387004170005405, - 3.7306877644283305, - 4.093873841405586, - 4.281640030373581, - 4.208885358067861 - ], - "relative wind angle": [ - 0.12668133616611207, - 0.11717779664810263, - 0.027063057484097753, - 0.08455539340711098, - 0.13271963124330094, - 0.1008395557921528, - 0.020822910105443324, - 0.06801539413050282 - ], - "resistance": [ - 96746.25841932192, - 95590.45309457337, - 95084.73646396607, - 95250.61543647993, - 96176.09808964975, - 97426.64854539277, - 98300.86629125179, - 97911.35520534521 - ], - "fuel": [ - 43.686286922476064, - 43.092903168642074, - 42.83483450424389, - 42.91937814407529, - 43.3929486639721, - 44.0379196757584, - 44.49225314987982, - 44.28947185519321 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 25, -30.9375 25.3125, -30.625 25.3125, -30.625 25, -30.9375 25))", @@ -358917,68 +252077,7 @@ "id": "6479", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.372477699462788, - 13.372477699462788, - 13.372477699462788, - 13.372477699462788, - 13.372477699462788, - 13.372477699462788, - 13.372477699462788, - 13.372477699462788 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -348.8407249183083, - -1317.3973527537964, - -1531.99776499804, - -1105.9031542894518, - 5.782162879082534, - 1187.2450015372833, - 1691.1608788132107, - 885.4518606627935 - ], - "relative wind speed": [ - 3.692514261477828, - 3.3334375530593365, - 3.2113918464595743, - 3.421441836276388, - 3.8046488127075904, - 4.122888336968175, - 4.21864629564359, - 4.050154308200131 - ], - "relative wind angle": [ - 0.13683413170990094, - 0.09498535876546516, - 0.017619592397644896, - 0.11605031420002104, - 0.13277697639035246, - 0.07675748069042489, - 0.013412402974867727, - 0.09797237647855972 - ], - "resistance": [ - 96285.6592750817, - 95317.10264724621, - 95102.50223500197, - 95528.59684571056, - 96640.2821628791, - 97821.7450015373, - 98325.66087881323, - 97519.95186066281 - ], - "fuel": [ - 43.23574345686734, - 42.73981469226909, - 42.630405526114735, - 42.8478078895354, - 43.41819355643952, - 44.02942146952164, - 44.291701666430015, - 43.872795341363265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 19.84375, -46.25 20, -46.09375 20, -46.09375 19.84375, -46.25 19.84375))", @@ -358997,68 +252096,7 @@ "id": "6480", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.240148327423928, - 9.240148327423928, - 9.240148327423928, - 9.240148327423928, - 9.240148327423928, - 9.240148327423928, - 9.240148327423928, - 9.240148327423928 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 730.2974650779815, - 436.35734062549955, - -79.21370507444863, - -523.172381956258, - -647.1977213452724, - -522.225140760514, - -77.62284341643453, - 437.7071541182495 - ], - "relative wind speed": [ - 2.8774296581440653, - 2.7948328463686716, - 2.5850852362721533, - 2.3569774275907474, - 2.2559902391356745, - 2.357541676726266, - 2.585812777029739, - 2.7953087132676795 - ], - "relative wind angle": [ - 0.00012734497143257657, - 0.07878784698519788, - 0.12048840540863391, - 0.09324282413910259, - 0.00016242366472558434, - 0.0934412108500203, - 0.12045434001769353, - 0.07858844740847687 - ], - "resistance": [ - 97364.797465078, - 97070.85734062552, - 96555.28629492557, - 96111.32761804375, - 95987.30227865474, - 96112.27485923951, - 96556.87715658358, - 97072.20715411827 - ], - "fuel": [ - 41.00803586271958, - 40.85598083126491, - 40.59005278033156, - 40.36185447119657, - 40.298235518722734, - 40.36234057999621, - 40.590871814695326, - 40.85667835409002 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 19.84375, -46.09375 20, -45.9375 20, -45.9375 19.84375, -46.09375 19.84375))", @@ -359077,68 +252115,7 @@ "id": "6481", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.781900214322318, - 8.781900214322318, - 8.781900214322318, - 8.781900214322318, - 8.781900214322318, - 8.781900214322318, - 8.781900214322318, - 8.781900214322318 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 604.8355100585318, - 279.723610650522, - -180.73915956917062, - -517.2509657165801, - -573.9585986816583, - -382.77348969876584, - 45.27580897501821, - 471.2671822653824 - ], - "relative wind speed": [ - 2.7208235516713066, - 2.610128692273384, - 2.401181040948581, - 2.207929890445654, - 2.1592575497735274, - 2.291833801861398, - 2.5099011084447778, - 2.6814771236130057 - ], - "relative wind angle": [ - 0.020112658438964797, - 0.09103560264904799, - 0.11723353572273197, - 0.07248504381919857, - 0.02534443561012062, - 0.10372155502911287, - 0.11213350903197447, - 0.05966737677400354 - ], - "resistance": [ - 97239.3355100585, - 96914.22361065049, - 96453.7608404308, - 96117.24903428339, - 96060.54140131832, - 96251.7265103012, - 96679.77580897498, - 97105.76718226535 - ], - "fuel": [ - 40.70361885431701, - 40.535609317927424, - 40.2983269074282, - 40.12541700538929, - 40.09632040245384, - 40.19446503445993, - 40.41469675203202, - 40.63454654976136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 19.6875, -46.25 19.84375, -46.09375 19.84375, -46.09375 19.6875, -46.25 19.6875))", @@ -359157,68 +252134,7 @@ "id": "6482", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.728492313624933, - 8.728492313624933, - 8.728492313624933, - 8.728492313624933, - 8.728492313624933, - 8.728492313624933, - 8.728492313624933, - 8.728492313624933 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 710.1241676173645, - 381.4725035187739, - -133.63306031241564, - -544.8532833591255, - -640.6450481846935, - -472.2750389940693, - -11.907758091451342, - 485.0145717488567 - ], - "relative wind speed": [ - 2.7479727428512217, - 2.6439159292532706, - 2.416554609719351, - 2.1848725556482393, - 2.1015649839987023, - 2.2310621095037995, - 2.4755188134342436, - 2.682212052205765 - ], - "relative wind angle": [ - 0.010823815781564466, - 0.09454189264996224, - 0.13415805900344194, - 0.09512638162480289, - 0.014153244471355153, - 0.11210452836945184, - 0.1309439391888673, - 0.07744850615621131 - ], - "resistance": [ - 97344.62416761734, - 97015.97250351874, - 96500.86693968755, - 96089.64671664084, - 95993.85495181527, - 96162.22496100591, - 96622.59224190853, - 97119.51457174883 - ], - "fuel": [ - 40.73110329010079, - 40.56113789756709, - 40.29555469245618, - 40.08424243347963, - 40.03510862447544, - 40.12149222719684, - 40.358225933955495, - 40.614642315747915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 19.6875, -46.09375 19.84375, -45.9375 19.84375, -45.9375 19.6875, -46.09375 19.6875))", @@ -359250,19 +252166,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 694.7267389308222, + 694.7267389308204, 276.8593332162841, - -273.7632896045134, + -273.7632896045179, -646.510290163727, -687.4244190850623, -420.70920893352877, - 106.49868799769047, + 106.4986879976891, 598.0909975777972 ], "relative wind speed": [ - 3.1318142152389545, + 3.131814215238954, 3.0034210161755572, - 2.7842895263169125, + 2.784289526316912, 2.5973807051548397, 2.567513331174259, 2.7165874151452054, @@ -359270,19 +252186,19 @@ 3.1070884211782057 ], "relative wind angle": [ - 0.025107164474228935, + 0.02510716447422894, 0.08506629495758665, - 0.10155002467337934, + 0.10155002467338263, 0.05546604194707753, 0.030626912667216035, 0.0940734134363964, - 0.09612935780240746, + 0.09612935780240862, 0.046359852470721385 ], "resistance": [ 97329.22673893081, 96911.35933321627, - 96360.73671039547, + 96360.73671039546, 95987.98970983626, 95947.07558091493, 96213.79079106645, @@ -359292,7 +252208,7 @@ "fuel": [ 41.56911546600223, 41.35310459074472, - 41.06945987668591, + 41.0694598766859, 40.878085394919864, 40.85711089229456, 40.99395367548415, @@ -359330,9 +252246,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 500.8795205831393, + 500.8795205831261, 204.0204044736156, - -186.58548107845377, + -186.58548107845445, -452.3947909583187, -482.83316466832866, -294.29019026649553, @@ -359350,17 +252266,17 @@ 2.408484726641361 ], "relative wind angle": [ - 0.02980310719114372, + 0.029803107191158626, 0.10310480950858743, - 0.1256071216625598, + 0.1256071216625607, 0.070271452956709, 0.0380820957901202, 0.11676917499401301, 0.11755313904249498, - 0.05638213689594356 + 0.05638213689594357 ], "resistance": [ - 97135.37952058318, + 97135.37952058317, 96838.52040447366, 96447.91451892159, 96182.10520904172, @@ -359370,7 +252286,7 @@ 97063.86639688362 ], "fuel": [ - 40.182949466138155, + 40.18294946613815, 40.02963947564285, 39.82841448433943, 39.69180447150755, @@ -359410,37 +252326,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 485.066888155543, + 485.06688815553025, 212.2469660734173, -165.04018653862158, - -433.40011630175195, - -472.9216076236785, + -433.40011630175127, + -472.9216076236755, -307.2852499725409, 47.372316146695084, 391.64162180804215 ], "relative wind speed": [ - 2.6182777435847884, + 2.618277743584788, 2.520387745943197, 2.3434430224495313, - 2.1857803363635036, + 2.185780336363503, 2.151369281280511, 2.265262399168856, 2.4478649733025466, 2.5896201358800717 ], "relative wind angle": [ - 0.020037757934032164, + 0.02003775793404325, 0.08031718341351804, 0.09981016891596975, - 0.058603903552663206, - 0.02438730801729845, + 0.05860390355266131, + 0.0243873080172939, 0.08938584745930424, 0.09553913414136024, 0.04945673430718341 ], "resistance": [ - 97119.56688815556, + 97119.56688815555, 96846.74696607344, 96469.45981346139, 96201.09988369826, @@ -359450,7 +252366,7 @@ 97026.14162180806 ], "fuel": [ - 40.54217030615072, + 40.542170306150716, 40.40127897316962, 40.2068943777212, 40.068953258334915, @@ -359490,34 +252406,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 608.4008213741936, + 608.4008213741877, 154.8155399352072, - -363.37349954543924, + -363.37349954544425, -654.6252917324009, -640.2910789277807, -311.8312441582257, 214.5627111234162, - 642.2697656275122 + 642.2697656275222 ], "relative wind speed": [ - 3.0901387723509086, + 3.0901387723509077, 2.9396683698224697, 2.722611704102512, 2.5655025117956827, 2.5760229206391054, 2.7464889578350222, 2.9617962841371144, - 3.098878600722275 + 3.0988786007222746 ], "relative wind angle": [ - 0.03887089954558652, + 0.03887089954558937, 0.09089933189591864, - 0.09464279925228694, + 0.09464279925229166, 0.03782558203012567, - 0.04663381035995598, + 0.046633810359955986, 0.09731249173250914, 0.0869795791329702, - 0.031312727964963816 + 0.03131272796495673 ], "resistance": [ 97242.90082137423, @@ -359527,7 +252443,7 @@ 95994.20892107226, 96322.66875584182, 96849.06271112346, - 97276.76976562756 + 97276.76976562757 ], "fuel": [ 41.485283603351164, @@ -359537,7 +252453,7 @@ 40.842120596188394, 41.010737850763725, 41.281803248189355, - 41.50280927992142 + 41.502809279921436 ] }, { @@ -359570,9 +252486,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 571.0137066024809, + 571.013706602479, 146.93854187546276, - -343.8687508323719, + -343.86875083237373, -622.776573675168, -612.8081393338771, -307.5205548374706, @@ -359580,7 +252496,7 @@ 594.6931672649971 ], "relative wind speed": [ - 3.3241599234799972, + 3.324159923479997, 3.1944529131507324, 3.007791026554957, 2.8731602293180805, @@ -359592,11 +252508,11 @@ "relative wind angle": [ 0.03031440434963086, 0.07157385596552744, - 0.07398028602812588, - 0.02992127033605437, + 0.07398028602812738, + 0.029921270336054368, 0.034994170735374364, - 0.07564063644589322, - 0.06933860426259059, + 0.07564063644589321, + 0.0693386042625906, 0.02581640485246024 ], "resistance": [ @@ -359650,7 +252566,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 731.5481183948241, + 731.5481183948191, 333.04718569145825, -219.27789578952388, -617.0614333376361, @@ -359662,7 +252578,7 @@ "relative wind speed": [ 2.77254472829226, 2.6381473528777337, - 2.3866080607256785, + 2.386608060725678, 2.153049745843448, 2.0976395274777575, 2.2643485602094295, @@ -359670,17 +252586,17 @@ 2.7297385679844464 ], "relative wind angle": [ - 0.025760642549863794, - 0.10984980525279597, - 0.14193231754417376, + 0.025760642549868106, + 0.10984980525279599, + 0.14193231754417301, 0.08753282148732135, 0.034051817113285705, 0.1280764412639866, - 0.13394036507342863, + 0.13394036507342866, 0.06900712579992663 ], "resistance": [ - 97366.04811839484, + 97366.04811839483, 96967.54718569147, 96415.2221042105, 96017.43856666237, @@ -359690,7 +252606,7 @@ 97217.18460266718 ], "fuel": [ - 40.75936395326046, + 40.759363953260454, 40.553295354033054, 40.26865991540718, 40.06436914247777, @@ -359730,9 +252646,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 615.7527340609427, + 615.7527340609372, 185.1906893498517, - -328.4382460355632, + -328.4382460355646, -635.6100043101642, -637.858936173217, -336.5385642977226, @@ -359742,7 +252658,7 @@ "relative wind speed": [ 3.1010841880030777, 2.9613326415604235, - 2.750059414213322, + 2.7500594142133226, 2.5891268772138205, 2.5874854431826906, 2.7463271920501016, @@ -359750,12 +252666,12 @@ 3.0997138696102327 ], "relative wind angle": [ - 0.03364882315394239, - 0.08637900888696877, - 0.09357949255561399, - 0.04170054932518711, + 0.033648823153945684, + 0.08637900888696878, + 0.09357949255561637, + 0.04170054932518712, 0.04033121518667628, - 0.09316039220696977, + 0.09316039220696978, 0.08698771392351247, 0.034828553067216744 ], @@ -359810,9 +252726,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 798.813180335344, + 798.813180335324, 291.54893965962356, - -352.24953732811855, + -352.2495373281222, -769.884617067265, -801.5248021141692, -465.8247511528475, @@ -359820,9 +252736,9 @@ 724.0996151746872 ], "relative wind speed": [ - 3.3836939004372706, + 3.38369390043727, 3.2368427809087614, - 2.9971586172858724, + 2.997158617285872, 2.80037269703091, 2.779000043475925, 2.948741166188449, @@ -359830,19 +252746,19 @@ 3.3660270960316714 ], "relative wind angle": [ - 0.028943299568641057, + 0.028943299568652568, 0.08758658753700936, - 0.10110147364018332, + 0.10110147364018442, 0.05168027902800862, 0.03524356462758696, 0.09616937203951897, - 0.0949090997516162, + 0.09490909975161618, 0.04298961103221911 ], "resistance": [ - 97433.31318033536, + 97433.31318033533, 96926.04893965964, - 96282.2504626719, + 96282.25046267189, 95864.61538293275, 95832.97519788584, 96168.67524884717, @@ -359850,7 +252766,7 @@ 97358.5996151747 ], "fuel": [ - 42.14902209055778, + 42.149022090557764, 41.88668663853546, 41.5551202424183, 41.340856327266735, @@ -359890,54 +252806,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 572.1092330256602, + 572.1092330256538, 43.365129822482686, - -484.55689399299354, + -484.5568939929981, -715.0537688691252, -641.9197550885065, -221.5723360610973, 348.2198482226627, - 744.9450762107094 + 744.9450762107285 ], "relative wind speed": [ - 3.1473209828887008, + 3.1473209828887, 2.9661117327481517, 2.7399154299950768, 2.6056950670426415, 2.6581281479106513, 2.8589256389245525, 3.076383925410042, - 3.1908663145979728 + 3.1908663145979723 ], "relative wind angle": [ - 0.053670296540354705, + 0.05367029654035677, 0.09882079717120394, - 0.08954361684594009, - 0.020673778739708656, + 0.08954361684594384, + 0.020673778739708652, 0.06355987787822354, 0.10253856207233203, 0.07972801211720769, - 0.016882024951056382 + 0.016882024951043226 ], "resistance": [ - 97206.60923302567, + 97206.60923302565, 96677.86512982249, 96149.943106007, 95919.44623113087, 95992.5802449115, 96412.9276639389, 96982.71984822267, - 97379.44507621072 + 97379.44507621073 ], "fuel": [ - 41.61378546180163, + 41.613785461801626, 41.340808706591176, 41.069294238987865, 40.95107311930198, 40.988561912181666, 41.20441964381203, 41.49807023886154, - 41.70324169210813 + 41.703241692108136 ] }, { @@ -359970,9 +252886,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 414.976492923709, + 414.97649292369806, 124.76348294046056, - -222.59123515712736, + -222.5912351571269, -430.73373971730234, -432.75820685713506, -229.91610682072132, @@ -359982,7 +252898,7 @@ "relative wind speed": [ 2.629031321631155, 2.5181522673997607, - 2.350809124342249, + 2.3508091243422484, 2.2236760405783382, 2.2219497090271814, 2.3468650062909613, @@ -359990,17 +252906,17 @@ 2.6275713246497183 ], "relative wind angle": [ - 0.03124068578323873, - 0.08033387014619425, - 0.08674205418433578, - 0.03865782031436383, + 0.031240685783249397, + 0.08033387014619427, + 0.08674205418433449, + 0.03865782031436382, 0.03696667296713527, - 0.08621115253602109, + 0.0862111525360211, 0.08108335819069888, 0.032713247075648086 ], "resistance": [ - 97049.47649292374, + 97049.47649292373, 96759.26348294049, 96411.9087648429, 96203.76626028273, @@ -360050,9 +252966,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 525.0171306021412, + 525.017130602132, 203.86119890041164, - -218.4025535604901, + -218.40255356048965, -501.9486995590919, -531.2112992751754, -324.79099892948307, @@ -360060,7 +252976,7 @@ 455.5827063007009 ], "relative wind speed": [ - 2.9839213600070753, + 2.983921360007075, 2.8802485209494617, 2.7064221449455554, 2.5611165576960544, @@ -360070,14 +252986,14 @@ 2.9652073066849516 ], "relative wind angle": [ - 0.021314816480809226, + 0.021314816480814437, 0.07026468547414379, - 0.08225871530054507, + 0.08225871530054506, 0.04385182403287072, - 0.02504779300290426, + 0.025047793002904255, 0.07619957410310785, 0.07856994955396102, - 0.03787272654851261 + 0.037872726548512606 ], "resistance": [ 97159.51713060212, @@ -360130,50 +253046,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 494.59203743485295, + 494.5920374348402, 61.613756754998576, - -388.9237132811736, - -601.9787862925964, + -388.9237132811759, + -601.9787862925864, -555.2753569252918, -219.14702908255185, 258.20424335085136, 605.4092177987909 ], "relative wind speed": [ - 3.1312483102559883, + 3.131248310255988, 2.9848649111145185, 2.796596170005034, - 2.6789775676842202, + 2.67897756768422, 2.711935507108501, 2.8722624597334656, 3.0558730400836347, 3.15949194761461 ], "relative wind angle": [ - 0.04152054744321629, - 0.08059421275780321, - 0.07511371683142706, - 0.02108863661854658, + 0.04152054744322431, + 0.08059421275780322, + 0.07511371683142853, + 0.021088636618536053, 0.04794494566403904, 0.0837610488787564, 0.06873013814650122, 0.017880978442762593 ], "resistance": [ - 97129.09203743486, + 97129.09203743485, 96696.11375675502, - 96245.57628671885, - 96032.52121370741, + 96245.57628671883, + 96032.52121370743, 96079.22464307472, 96415.35297091746, 96892.70424335086, 97239.9092177988 ], "fuel": [ - 41.62027083113749, + 41.62027083113748, 41.396783210833235, - 41.1649727708154, - 41.055614765597255, + 41.164972770815396, + 41.05561476559726, 41.079572487603784, 41.252237548137245, 41.49816959909699, @@ -360210,39 +253126,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 513.7820617503094, + 513.7820617503057, -32.430020866911946, - -539.8222795032702, + -539.8222795032739, -720.504729399127, -617.1115973413139, -162.86589163509507, - 403.95442351916427, + 403.9544235191652, 759.434870263085 ], "relative wind speed": [ - 3.429807523571094, + 3.429807523571093, 3.255024183004812, - 3.0556563479923016, + 3.055656347992301, 2.954004872394198, 3.0199935863249636, 3.2076094647326765, - 3.3980737474579836, + 3.398073747457983, 3.4868031381281233 ], "relative wind angle": [ 0.05004027853470963, 0.08193634188000234, - 0.06720430222234552, + 0.06720430222234718, 0.008053001493148866, 0.056837640588783135, 0.08315029922385986, - 0.06042353484398438, + 0.060423534843982545, 0.006822447993300721 ], "resistance": [ 97148.2820617503, 96602.06997913308, - 96094.67772049674, + 96094.67772049672, 95913.99527060088, 96017.38840265869, 96471.6341083649, @@ -360292,17 +253208,17 @@ "wind resistance": [ 616.7576607349538, 213.08254191383276, - -294.024243252642, + -294.0242432526434, -616.7118395650082, - -636.3067884489074, + -636.3067884489119, -365.30933951556926, 130.54536828729124, 570.2525172750356 ], "relative wind speed": [ - 3.296893579119306, + 3.2968935791193057, 3.1765115894699902, - 2.9855602852196395, + 2.985560285219639, 2.833515346023102, 2.820323362859864, 2.955250457253008, @@ -360313,11 +253229,11 @@ 0.0247187998442976, 0.0712620507069775, 0.0799261093373874, - 0.03916039902645013, - 0.028896791173198006, - 0.07660757265405296, + 0.039160399026450125, + 0.02889679117320185, + 0.07660757265405295, 0.07579273115496792, - 0.03377026496292997 + 0.033770264962929966 ], "resistance": [ 97251.25766073498, @@ -360370,50 +253286,50 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 758.7142572344264, + 758.7142572344083, 254.69032963074915, - -372.36607277065195, - -766.4947998201915, + -372.36607277065286, + -766.4947998201897, -786.4801498157176, -445.10110919887666, - 170.47753736256072, + 170.47753736256254, 711.2751933005247 ], "relative wind speed": [ 3.680561792953905, 3.5453606746064823, - 3.3334468527519894, - 3.1665914252218426, + 3.333446852751989, + 3.166591425221842, 3.1545533374937236, 3.305776695089782, - 3.5193570365512383, + 3.519357036551238, 3.670209887262083 ], "relative wind angle": [ - 0.02533323302770333, + 0.025333233027712097, 0.07112908816695555, 0.07901031051809837, - 0.037941929966356404, + 0.037941929966353476, 0.029558585376562935, 0.07629380633981929, - 0.07482856087143143, - 0.03273360989623517 + 0.07482856087142996, + 0.032733609896235166 ], "resistance": [ - 97393.21425723449, + 97393.21425723446, 96889.1903296308, - 96262.13392722941, - 95868.00520017986, + 96262.1339272294, + 95868.00520017988, 95848.01985018434, 96189.39889080118, 96804.97753736262, 97345.77519330058 ], "fuel": [ - 42.97534903527602, + 42.97534903527601, 42.71476150191852, 42.39188400919668, - 42.189692081986934, + 42.18969208198695, 42.179454798267685, 42.3545267248977, 42.671314456415175, @@ -360450,19 +253366,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 612.1342445675245, + 612.1342445675182, 42.04372775864704, - -527.9249989026716, + -527.9249989026725, -775.7953529086603, - -697.3761382318862, + -697.3761382318835, -243.70230397137857, 371.25124273319125, 798.0053569885476 ], "relative wind speed": [ - 3.4524266683397116, + 3.4524266683397107, 3.2749727106061703, - 3.0552948442362227, + 3.055294844236222, 2.926089033650482, 2.976519892170788, 3.170721418468754, @@ -360470,31 +253386,31 @@ 3.495271596872269 ], "relative wind angle": [ - 0.04759619750634673, + 0.04759619750634906, 0.08702024703498878, 0.07806401022716081, - 0.017884954904788218, - 0.055213417073247444, + 0.01788495490478822, + 0.05521341707324543, 0.08988902405630185, - 0.07049069833162439, - 0.014972265879624637 + 0.0704906983316244, + 0.014972265879624639 ], "resistance": [ - 97246.63424456755, + 97246.63424456754, 96676.54372775868, 96106.57500109736, 95858.70464709136, - 95937.12386176814, + 95937.12386176815, 96390.79769602865, 97005.75124273323, 97432.50535698858 ], "fuel": [ - 42.36934569647481, + 42.3693456964748, 42.07498181738357, 41.78188978887749, 41.65480587870056, - 41.69498693367649, + 41.6949869336765, 41.927893031014854, 42.24481921490451, 42.465580900997736 @@ -360530,9 +253446,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 487.6047722234239, + 487.6047722234175, 6.24904166960323, - -460.55786273275, + -460.55786273275135, -648.0714149580363, -571.2863366186857, -180.6615077354977, @@ -360540,9 +253456,9 @@ 670.0110508894836 ], "relative wind speed": [ - 3.2748986940770126, + 3.274898694077012, 3.1157458816623014, - 2.9261255284614043, + 2.926125528461404, 2.821185783189158, 2.872596137914783, 3.0444864310643025, @@ -360550,14 +253466,14 @@ 3.319289201736062 ], "relative wind angle": [ - 0.04607615726186656, + 0.04607615726186898, 0.08002409216349238, 0.06888095526958048, 0.012671183097494872, 0.05253462732011439, - 0.08190129226850308, + 0.0819012922685031, 0.06244684253740004, - 0.01076962381585782 + 0.010769623815857818 ], "resistance": [ 97122.10477222348, @@ -360610,9 +253526,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 360.84494089736927, + 360.8449408973629, -204.93001087970106, - -633.8331922551101, + -633.8331922551138, -715.9070057168678, -503.18695938604696, 15.467645697741318, @@ -360620,9 +253536,9 @@ 741.2651310361962 ], "relative wind speed": [ - 3.3108565349622405, + 3.31085653496224, 3.112895292097784, - 2.927488514576777, + 2.9274885145767766, 2.873678025708955, 2.989395839391431, 3.1950182127976077, @@ -360630,12 +253546,12 @@ 3.411778580774323 ], "relative wind angle": [ - 0.06631690487071772, - 0.08654636878731133, - 0.055065669095899, + 0.06631690487072106, + 0.08654636878731134, + 0.05506566909590102, 0.014341602744799353, 0.07346043286631274, - 0.08431647346405025, + 0.08431647346405026, 0.04788998318635051, 0.012079546534939483 ], @@ -360692,7 +253608,7 @@ "wind resistance": [ 222.57094755458365, -339.40240403573216, - -684.7560457358004, + -684.7560457358027, -695.105550639666, -376.37560085304267, 179.681095546674, @@ -360700,7 +253616,7 @@ 685.8479634514533 ], "relative wind speed": [ - 2.932839918641298, + 2.9328399186412972, 2.698880238098922, 2.51491343227054, 2.5071738899792178, @@ -360710,14 +253626,14 @@ 3.083139045513266 ], "relative wind angle": [ - 0.09604375029814007, + 0.09604375029813891, 0.10699138777076406, - 0.0502563770607364, + 0.05025637706073861, 0.04370394473500874, - 0.10508025595161437, - 0.09897063726071095, + 0.10508025595161435, + 0.09897063726071097, 0.04107240314574017, - 0.035535720808593504 + 0.03553572080859351 ], "resistance": [ 96857.07094755459, @@ -360770,34 +253686,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 266.90468389572015, + 266.90468389571197, -317.319904007938, - -701.6140410572234, + -701.614041057228, -735.1231247601472, - -439.4000657263523, + -439.4000657263541, 125.57301580553303, - 639.4048635392537, + 639.4048635392601, 718.9786328505088 ], "relative wind speed": [ - 3.449611306102634, + 3.449611306102633, 3.2484084963665145, - 3.0836553600740486, + 3.083655360074048, 3.062881727203308, - 3.2006088039601233, + 3.2006088039601237, 3.404637590098542, 3.5545442041793147, 3.572459993385824 ], "relative wind angle": [ - 0.06835422164104153, + 0.06835422164104478, 0.07853778825216023, - 0.04048751384627026, - 0.02558162578696188, - 0.07368137054580166, + 0.040487513846273006, + 0.025581625786961885, + 0.07368137054580319, 0.07492699056623346, - 0.03512154840660382, - 0.021932010369962403 + 0.03512154840660066, + 0.021932010369962406 ], "resistance": [ 96901.40468389571, @@ -360850,37 +253766,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 94.73957733943234, + 94.73957733943053, -349.54901432753286, - -574.3510346501096, - -538.3941776082559, + -574.3510346501107, + -538.3941776082545, -222.37840289185442, 242.44445334354168, 596.0863679036693, - 511.6219381359533 + 511.6219381359542 ], "relative wind speed": [ 2.4532381493962445, 2.2236438047200453, - 2.0688419893026864, - 2.100992551122781, + 2.068841989302686, + 2.1009925511227805, 2.2952662878011485, 2.51833932965749, 2.6469827299904467, - 2.621536772524117 + 2.6215367725241165 ], "relative wind angle": [ - 0.11817522975763332, + 0.11817522975763523, 0.11755236485981181, - 0.038475124538034235, - 0.07062097421546276, - 0.12635078189820434, - 0.10374351838504933, + 0.03847512453803423, + 0.07062097421545961, + 0.1263507818982043, + 0.10374351838504935, 0.030068692090010448, - 0.05658130522289204 + 0.05658130522289008 ], "resistance": [ - 96729.23957733945, + 96729.23957733944, 96284.95098567248, 96060.1489653499, 96096.10582239176, @@ -360890,7 +253806,7 @@ 97146.12193813597 ], "fuel": [ - 40.29171894660232, + 40.291718946602316, 40.063063748496425, 39.94764818592016, 39.96609615559413, @@ -360930,33 +253846,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 150.17056390645757, + 150.1705639064562, -335.2587988170594, - -610.3049142495292, + -610.3049142495297, -598.5986896005784, -293.31541552451336, 198.80970415263573, - 601.0976585816525, + 601.0976585816552, 573.4744037503738 ], "relative wind speed": [ - 2.777422647604341, + 2.7774226476043404, 2.5618128021722613, - 2.4041679814614136, + 2.404167981461413, 2.413313605178929, 2.58248956710057, 2.7965056935817416, - 2.9331391451011224, + 2.933139145101122, 2.9256189722291372 ], "relative wind angle": [ - 0.0954366349923509, + 0.09543663499235089, 0.1002552552346604, 0.040751354881596744, 0.048868724183948026, - 0.10266495716196163, - 0.09181664924573073, - 0.03339909744815208, + 0.10266495716196164, + 0.09181664924573074, + 0.03339909744814876, 0.04030618766863714 ], "resistance": [ @@ -361010,33 +253926,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 137.65602562826734, + 137.65602562826416, -281.39858940460545, -525.2482890348665, - -521.3439788130372, + -521.3439788130358, -267.26531896603956, 154.02788025269274, - 504.2941081678109, + 504.29410816781456, 495.0457401228932 ], "relative wind speed": [ 2.776964384085228, 2.593145180348553, 2.457003408954676, - 2.4600146407641987, + 2.4600146407641983, 2.600028355835383, 2.7833930220615564, - 2.90427493361269, + 2.9042749336126894, 2.901724764489507 ], "relative wind angle": [ - 0.08066441458213132, + 0.08066441458213407, 0.08532670140933558, 0.03613983137658876, - 0.03880926540295554, + 0.03880926540295268, 0.08616694373126911, 0.0794817640420105, - 0.03057224052462597, + 0.030572240524622343, 0.03289926684130849 ], "resistance": [ @@ -361090,53 +254006,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -71.56215594750302, + -71.56215594750574, -458.65600890445603, - -566.2411231048309, - -458.0562075972025, + -566.2411231063538, + -458.0562075972007, -70.55362388674848, 378.4104246873753, - 632.7125970252414, + 632.7125970267289, 377.5564195513848 ], "relative wind speed": [ - 2.5138934455429323, + 2.513893445542932, 2.310482684797592, 2.2209339001438644, - 2.3108469877223734, + 2.310846987722373, 2.5143669530255432, 2.7024750125137476, 2.776536338894636, 2.702163508995172 ], "relative wind angle": [ - 0.1107325185599738, + 0.1107325185599758, 0.08504867619483954, - 0.00010725776958295463, - 0.08518154896345358, + 0.00010725777165315062, + 0.08518154896345098, 0.11071157970078467, 0.07268878543191935, - 8.5794813444787e-05, + 8.579481215074254e-05, 0.07282218213780639 ], "resistance": [ - 96562.93784405252, + 96562.9378440525, 96175.84399109556, - 96068.25887689518, + 96068.25887689365, 96176.44379240282, 96563.94637611326, 97012.91042468739, - 97267.21259702525, + 97267.21259702674, 97012.0564195514 ], "fuel": [ - 40.46438815897177, + 40.46438815897176, 40.265366848798955, - 40.210151811787284, + 40.21015181178651, 40.265674800695464, 40.46490741616383, 40.696438859730534, - 40.82791561728025, + 40.82791561728101, 40.695997735980775 ] }, @@ -361170,9 +254086,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -66.00918822702442, + -66.00918822702897, -436.32373692817737, - -542.4634719439664, + -542.4634719441315, -444.2310526777892, -79.33888855675468, 347.388795383853, @@ -361180,7 +254096,7 @@ 358.63082434519447 ], "relative wind speed": [ - 2.6998342083382294, + 2.699834208338229, 2.5210433253522444, 2.441276046407095, 2.5166415866142477, @@ -361190,19 +254106,19 @@ 2.8658969011321425 ], "relative wind angle": [ - 0.09070139204557873, - 0.06946446693437035, - 0.0011956856003730477, - 0.06794195871038966, - 0.09089767439327127, - 0.06117741438442117, - 0.0009961221334934523, + 0.0907013920455824, + 0.06946446693437036, + 0.0011956856005587524, + 0.06794195871038967, + 0.09089767439327129, + 0.061177414384421175, + 0.0009961221334934525, 0.05965162549170138 ], "resistance": [ - 96568.490811773, + 96568.49081177298, 96198.17626307184, - 96092.03652805605, + 96092.03652805588, 96190.26894732223, 96555.16111144326, 96981.88879538387, @@ -361210,9 +254126,9 @@ 96993.13082434521 ], "fuel": [ - 40.83345961431183, + 40.83345961431182, 40.64304604128389, - 40.588563698948036, + 40.58856369894794, 40.63898571012152, 40.82659670713405, 41.046629219432475, @@ -361250,37 +254166,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 731.9453501758107, + 731.9453501757935, 200.62453326469313, - -417.1413238376226, + -417.1413238376258, -773.613136570476, - -764.7406172145534, + -764.7406172145584, -385.229099857916, - 237.61567881639894, + 237.61567881639712, 752.9114218817349 ], "relative wind speed": [ - 3.375967553151695, + 3.3759675531516944, 3.215801360466652, 2.980229825966992, 2.8059490558223517, - 2.8119099995194574, + 2.811909999519458, 2.9937629123481675, - 3.228347092514574, + 3.2283470925145745, 3.380923640288288 ], "relative wind angle": [ - 0.03690905969960612, - 0.08957671794042212, - 0.09485284903559336, - 0.03974728500322051, - 0.044317309807311765, - 0.0962402254607539, - 0.08754339006368952, - 0.032984984550993954 + 0.036909059699615145, + 0.08957671794042213, + 0.09485284903559571, + 0.039747285003220514, + 0.04431730980731678, + 0.09624022546075392, + 0.08754339006369079, + 0.03298498455099395 ], "resistance": [ - 97366.44535017584, + 97366.44535017583, 96835.12453326472, 96217.3586761624, 95860.88686342955, @@ -361290,7 +254206,7 @@ 97387.41142188177 ], "fuel": [ - 42.14205776522216, + 42.142057765222155, 41.86743726009925, 41.549457165022105, 41.36661802363286, @@ -361330,11 +254246,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 538.068355033708, + 538.0683550337003, 58.00387962350169, - -430.1616674011616, - -652.9412288287981, - -593.23748553315, + -430.1616674011625, + -652.9412288287913, + -593.2374855331514, -216.36546721292962, 305.9517314905429, 678.9449078199218 @@ -361342,39 +254258,39 @@ "relative wind speed": [ 2.9462024965472704, 2.7713138642666904, - 2.5476835045535933, - 2.410068041074905, + 2.547683504553593, + 2.4100680410749047, 2.4562270412981757, 2.651976601478411, 2.8674848194351927, 2.9840798358045193 ], "relative wind angle": [ - 0.054525635091481096, - 0.10377521465048198, - 0.09648234926874721, - 0.024900634735514775, - 0.06541681488525551, + 0.05452563509148721, + 0.10377521465048196, + 0.09648234926874723, + 0.024900634735505855, + 0.06541681488525722, 0.10846303102374652, 0.08569389399927929, 0.02011007430803 ], "resistance": [ - 97172.56835503373, + 97172.56835503371, 96692.50387962352, 96204.33833259885, - 95981.55877117121, - 96041.26251446687, + 95981.55877117123, + 96041.26251446686, 96418.13453278708, 96940.45173149055, 97313.44490781994 ], "fuel": [ - 41.166773516010934, + 41.16677351601093, 40.91894610920927, 40.66781601204582, - 40.553504787159696, - 40.584121475884004, + 40.55350478715972, + 40.58412147588399, 40.77769141001982, 41.0468390731125, 41.239662062506675 @@ -361410,33 +254326,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 646.1137263459077, + 646.1137263459036, 146.259662802227, - -407.2440076434423, - -705.1346035658266, - -677.1909751651801, + -407.2440076434418, + -705.1346035658248, + -677.1909751651788, -307.7340991079791, 261.7375135724046, 711.908356148233 ], "relative wind speed": [ - 3.0240321350217276, + 3.024032135021727, 2.8520651459026216, - 2.6095828741723492, - 2.4387496419119277, + 2.609582874172349, + 2.4387496419119272, 2.4601224333202416, 2.6575735444380517, 2.8960403939510155, 3.0412946132599545 ], "relative wind angle": [ - 0.047633326312112076, + 0.04763332631211441, 0.10589915310437548, - 0.10840904519004406, - 0.040127274263525615, - 0.05856317605917481, + 0.10840904519004303, + 0.04012727426352285, + 0.05856317605917291, 0.11368166605064284, - 0.09764981155252245, + 0.09764981155252246, 0.03217412619729421 ], "resistance": [ @@ -361490,14 +254406,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 672.4220494002857, + 672.4220494002798, 133.5627750904796, - -449.71095946837386, + -449.7109594683752, -751.7223256465818, -711.5425740249902, -306.6790088135458, 299.55445954271227, - 767.017796154596 + 767.0177961546051 ], "relative wind speed": [ 3.102534273990466, @@ -361507,17 +254423,17 @@ 2.5277528896592254, 2.736403277718868, 2.981730761848586, - 3.126696455802658 + 3.1266964558026578 ], "relative wind angle": [ - 0.05065575086683647, + 0.050655750866840855, 0.10794964150878295, - 0.10804986361642377, + 0.1080498636164248, 0.03702264878743672, 0.062187764031725344, - 0.1152300824618066, - 0.09668643579563589, - 0.029573596586778092 + 0.11523008246180662, + 0.0966864357956359, + 0.029573596586770584 ], "resistance": [ 97306.92204940027, @@ -361570,11 +254486,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 519.7951450379642, + 519.7951450379619, -9.48493399886047, - -507.56053387922475, + -507.5605338792252, -694.9442859813848, - -599.0546298658646, + -599.054629865866, -163.40045091313914, 389.5619211731191, 746.2927436597201 @@ -361582,7 +254498,7 @@ "relative wind speed": [ 3.0314831111361826, 2.8391287239549876, - 2.6124812255543097, + 2.6124812255543093, 2.4913656188156055, 2.562868022725737, 2.7744423662833153, @@ -361590,14 +254506,14 @@ 3.0905144730930436 ], "relative wind angle": [ - 0.06233467398752923, + 0.062334673987531015, 0.10572040147775606, - 0.09001581526169888, - 0.013057082369478855, - 0.07375154065764718, - 0.1081948333421492, - 0.07865594512914302, - 0.010525639894323114 + 0.0900158152616989, + 0.013057082369478857, + 0.07375154065764869, + 0.10819483334214922, + 0.07865594512914303, + 0.010525639894323115 ], "resistance": [ 97154.295145038, @@ -361650,9 +254566,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 397.71881376406463, + 397.71881376406145, -161.06601276824176, - -602.6134006273096, + -602.613400627311, -700.9777323907101, -513.1332038227752, -10.624850834945391, @@ -361662,7 +254578,7 @@ "relative wind speed": [ 2.95238666850214, 2.73279888362966, - 2.5147229240032694, + 2.514722924003269, 2.440053602330386, 2.564176987666405, 2.797034309060153, @@ -361670,14 +254586,14 @@ 3.0557698018963455 ], "relative wind angle": [ - 0.08156911159682737, + 0.0815691115968301, 0.11290062662122599, 0.07756182846165224, 0.013245477648879182, 0.09395250802231996, - 0.11029711021606389, + 0.1102971102160639, 0.06511298471824314, - 0.010576494651869271 + 0.01057649465186927 ], "resistance": [ 97032.21881376408, @@ -361730,34 +254646,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 496.5706610300099, + 496.57066103000625, 42.27953125780141, - -411.90086519985607, + -411.90086519985834, -611.9370279204268, -549.6591871174392, -189.36881422380475, 300.42442947861264, - 643.4135484691769 + 643.413548469191 ], "relative wind speed": [ - 2.8088892778695618, + 2.8088892778695613, 2.6340849733947644, 2.4138731010669727, 2.281703349090942, 2.332404532552195, 2.5281547088215373, 2.739194504000387, - 2.850228009396404 + 2.8502280093964036 ], "relative wind angle": [ - 0.05819330338185135, - 0.10815119849475147, - 0.09906072887135267, + 0.05819330338185326, + 0.10815119849475148, + 0.09906072887135492, 0.02335729461065532, 0.07009940743753322, - 0.1127016495595064, - 0.08726375338963048, - 0.018697688938283694 + 0.11270164955950641, + 0.08726375338963047, + 0.01869768893827182 ], "resistance": [ 97131.07066103001, @@ -361767,7 +254683,7 @@ 96084.84081288255, 96445.13118577619, 96934.92442947862, - 97277.91354846918 + 97277.9135484692 ], "fuel": [ 40.884578536785725, @@ -361777,7 +254693,7 @@ 40.345738803655614, 40.53083934065249, 40.78324712293396, - 40.960532978548834 + 40.96053297854884 ] }, { @@ -361810,19 +254726,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 447.66842196309835, + 447.6684219630947, 39.017639202416376, -369.7057601487536, -550.0879625985717, -494.21869135972406, -170.31107432104955, - 270.3547166663179, + 270.35471666631656, 579.3447869536053 ], "relative wind speed": [ - 2.6464884546917418, + 2.6464884546917413, 2.4795462490154674, - 2.268836535757748, + 2.2688365357577474, 2.142056754589686, 2.1904547926142675, 2.3777812637618334, @@ -361830,13 +254746,13 @@ 2.685812018630529 ], "relative wind angle": [ - 0.05901171409112859, - 0.10989419330824562, - 0.10088233401549908, - 0.023906703183077232, + 0.05901171409113048, + 0.10989419330824564, + 0.10088233401549798, + 0.023906703183077235, 0.07131650455623792, - 0.11461775132110814, - 0.08869464120552573, + 0.11461775132110816, + 0.08869464120552698, 0.019066017741223656 ], "resistance": [ @@ -361890,9 +254806,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 217.53196126648209, + 217.53196126648027, -277.9382935062695, - -596.2425177013197, + -596.2425177013242, -617.8694676770556, -355.82361706373695, 127.26283786604245, @@ -361900,7 +254816,7 @@ 610.5545846259506 ], "relative wind speed": [ - 2.9038949302155217, + 2.9038949302155213, 2.698471222162429, 2.531836009319104, 2.515648987179233, @@ -361910,14 +254826,14 @@ 3.0312724343374766 ], "relative wind angle": [ - 0.08384784322980797, + 0.08384784322980929, 0.09573244488250407, - 0.04803803439191826, - 0.0341927013952199, - 0.09149881119196479, + 0.04803803439192288, + 0.03419270139521989, + 0.09149881119196478, 0.0900033553486047, - 0.04029821523435895, - 0.028374756065581968 + 0.040298215234358954, + 0.028374756065581964 ], "resistance": [ 96852.03196126645, @@ -361970,13 +254886,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 29.62149075867319, + 29.62149075867046, -362.4498477029665, - -531.2093869508585, + -531.2093869508619, -474.0396421338403, -158.0332129960575, 266.734420456512, - 560.448269575928, + 560.448269575933, 425.6136843474601 ], "relative wind speed": [ @@ -361986,37 +254902,37 @@ 2.182873634175763, 2.365769453380634, 2.560962608628698, - 2.6620669567767106, + 2.66206695677671, 2.6214006324104964 ], "relative wind angle": [ - 0.10784943394586403, + 0.10784943394586714, 0.09765863314515033, - 0.021658397638347992, - 0.07078743521946047, + 0.021658397638353116, + 0.07078743521946046, 0.11205317809939289, 0.08590211084730907, - 0.017354200829235725, - 0.05893048463599283 + 0.017354200829229328, + 0.05893048463599284 ], "resistance": [ 96664.12149075865, 96272.05015229702, - 96103.29061304913, + 96103.29061304912, 96160.46035786615, 96476.46678700393, 96901.2344204565, - 97194.9482695759, + 97194.94826957592, 97060.11368434745 ], "fuel": [ 40.330130518155265, 40.12840608474077, - 40.04175378668921, + 40.0417537866892, 40.071096641784294, 40.23350901870538, 40.452404943428434, - 40.604157414342836, + 40.60415741434284, 40.53445287687111 ] }, @@ -362050,20 +254966,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 164.82769623689683, + 164.827696236895, -209.23726265251776, - -447.9435189763635, - -462.7118437711563, - -261.8271111029992, + -447.9435189763676, + -462.7118437711574, + -261.8271111029985, 103.79887021856348, 429.8277137046325, 464.59965840650057 ], "relative wind speed": [ - 2.3466827887091934, + 2.3466827887091926, 2.152799221561033, - 1.9946314092763826, - 1.980712014621817, + 1.9946314092763824, + 1.9807120146218171, 2.121545543269409, 2.318044674857768, 2.455467601928064, @@ -362071,13 +254987,13 @@ ], "relative wind angle": [ 0.09847659128443274, - 0.11319717563538233, - 0.05677044963441129, - 0.04197533834576418, - 0.10896641344018913, + 0.11319717563538234, + 0.05677044963441716, + 0.041975338345766826, + 0.1089664134401881, 0.10509673469574385, 0.04610747746254921, - 0.0337017318618619 + 0.03370173186186191 ], "resistance": [ 96799.32769623688, @@ -362130,9 +255046,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1.333003322079776, + -1.3330033220813675, -295.33447839945916, - -408.08960049963616, + -408.0896004996439, -353.03391841746156, -98.34240889861849, 227.1548475620932, @@ -362140,7 +255056,7 @@ 309.3152200184534 ], "relative wind speed": [ - 2.135298635640771, + 2.1352986356407704, 1.9572036257275967, 1.8605529731248585, 1.9153805939607444, @@ -362150,19 +255066,19 @@ 2.285009219853093 ], "relative wind angle": [ - 0.11012679455410032, - 0.09480244106673652, - 0.014691108591642068, + 0.11012679455410133, + 0.0948024410667365, + 0.014691108591657183, 0.07662147805822984, - 0.11301388162785413, + 0.11301388162785414, 0.0824615931127016, 0.011731656114869557, - 0.06420828563498446 + 0.06420828563498444 ], "resistance": [ 96633.16699667789, 96339.16552160052, - 96226.41039950034, + 96226.41039950032, 96281.4660815825, 96536.15759110135, 96861.65484756207, @@ -362172,7 +255088,7 @@ "fuel": [ 39.81212220079743, 39.660835865154, - 39.60290002708672, + 39.602900027086704, 39.631182827962675, 39.762167857400925, 39.929918859819324, @@ -362210,33 +255126,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -151.776332868209, + -151.77633286821174, -462.65469677783176, - -519.9464057942921, + -519.9464057942928, -356.37569388627116, - 26.89953484689022, + 26.89953484689113, 415.6036887868486, - 550.6682518056559, + 550.6682518056491, 264.2590796442573 ], "relative wind speed": [ - 2.320759469512402, + 2.3207594695124016, 2.1373419213548233, - 2.0864099104322307, + 2.0864099104322302, 2.206030103109677, - 2.4099457719240784, + 2.409945771924078, 2.57401100428213, 2.615464934690656, 2.5153914850615466 ], "relative wind angle": [ - 0.11425261036728032, - 0.07274901374786452, + 0.11425261036728226, + 0.07274901374786451, 0.02150983052416736, 0.09935287920898238, - 0.11000692281689221, + 0.1100069228168902, 0.06039091146491318, - 0.017158350854458385, + 0.017158350854464856, 0.08710054091775146 ], "resistance": [ @@ -362246,7 +255162,7 @@ 96278.12430611375, 96661.3995348469, 97050.10368878687, - 97185.16825180568, + 97185.16825180566, 96898.75907964427 ], "fuel": [ @@ -362256,7 +255172,7 @@ 40.04895535279451, 40.246156494503865, 40.44670919402512, - 40.51652764853488, + 40.516527648534876, 40.36855579908841 ] }, @@ -362290,34 +255206,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -241.156453763208, + -241.1564537632098, -565.2505903938463, - -600.1129747335372, + -600.1129747335403, -366.6384900869257, 93.46233138535854, 521.3888954469608, - 603.7966391282371, - 238.9051248691194 + 603.796639128233, + 238.9051248691212 ], "relative wind speed": [ - 2.6446816155843744, + 2.6446816155843735, 2.4737416802997694, 2.4469867016071367, 2.5838924158111594, 2.789659874494822, 2.9423026972635076, - 2.964590890044403, - 2.8460574566740586 + 2.9645908900444033, + 2.846057456674058 ], "relative wind angle": [ - 0.09805037996503797, - 0.05321402955412675, - 0.02976372115214361, - 0.09090277281955846, - 0.09293958421372393, + 0.09805037996503796, + 0.05321402955412674, + 0.02976372115214734, + 0.09090277281955847, + 0.09293958421372395, 0.04473351340605561, - 0.02456595348678076, - 0.08250922082455107 + 0.024565953486785277, + 0.08250922082454838 ], "resistance": [ 96393.34354623685, @@ -362370,9 +255286,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -123.4710041401429, + -123.47100414014449, -383.658172174705, - -433.0003852953964, + -433.0003852954035, -300.5525595520164, 16.37241721514647, 339.9680783257663, @@ -362382,7 +255298,7 @@ "relative wind speed": [ 2.1914514643612, 2.0298640110810044, - 1.9835330725130653, + 1.983533072513065, 2.0865162109628717, 2.2654485085595604, 2.411300180836828, @@ -362390,19 +255306,19 @@ 2.362449272889203 ], "relative wind angle": [ - 0.10654352322927838, + 0.10654352322928047, 0.06827456347783761, - 0.018756807503327734, - 0.09171314413533803, + 0.018756807503339572, + 0.09171314413533804, 0.10305087636341474, - 0.057461394247851676, + 0.05746139424785168, 0.015188071939945416, 0.08097604783184911 ], "resistance": [ 96511.02899585986, 96250.8418278253, - 96201.4996147046, + 96201.49961470459, 96333.94744044798, 96650.87241721514, 96974.46807832576, @@ -362412,7 +255328,7 @@ "fuel": [ 39.94129336264659, 39.807508965834344, - 39.782166344542134, + 39.78216634454213, 39.85021326338543, 40.01330286408549, 40.180210829282515, @@ -362450,37 +255366,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -272.2773049270513, + -272.2773049270554, -549.9485187860496, - -560.962145085582, + -560.962145085583, -312.34536918960066, 129.03392851739682, 512.9804994336237, - 539.119534327257, - 175.42641184053582 + 539.1195343272625, + 175.4264118405381 ], "relative wind speed": [ - 2.8067918865156796, + 2.806791886515679, 2.6666212024186753, - 2.658748946718069, + 2.6587489467180685, 2.7887040722192915, 2.969839965916335, 3.0963141765937383, - 3.1030765629758066, - 2.9868310489466463 + 3.103076562975806, + 2.986831048946646 ], "relative wind angle": [ - 0.0792672946506687, - 0.03726155370415957, + 0.07926729465067149, + 0.037261553704159574, 0.030758664421998677, 0.07716433008065426, 0.07490702059648327, 0.03208863902377062, - 0.026353245091871424, - 0.07203656001556322 + 0.026353245091867213, + 0.07203656001556012 ], "resistance": [ - 96362.22269507297, + 96362.22269507295, 96084.55148121396, 96073.53785491444, 96322.15463081042, @@ -362490,7 +255406,7 @@ 96809.92641184056 ], "fuel": [ - 41.138489657719376, + 41.13848965771937, 40.99587800621315, 40.990227334481034, 41.11789302814573, @@ -362530,17 +255446,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 349.17568579290537, + 349.1756857929031, -21.499933468113795, - -360.797275290008, + -360.79727529000866, -478.88607623462303, -404.48235605425293, -94.90979960339882, - 286.95004056539256, + 286.95004056539346, 524.6735206149615 ], "relative wind speed": [ - 2.4411977050612728, + 2.4411977050612723, 2.271989618114359, 2.0769265506721837, 1.977735487734811, @@ -362550,13 +255466,13 @@ 2.497795414268222 ], "relative wind angle": [ - 0.06976542545773726, + 0.06976542545773884, 0.11470605626192801, - 0.09527444953738194, + 0.09527444953738311, 0.00979862555853706, 0.08322136097132639, 0.11669217871951078, - 0.08187256688906225, + 0.08187256688906089, 0.0077584311727881715 ], "resistance": [ @@ -362610,9 +255526,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 177.17076750628985, + 177.17076750628894, -230.7416090556244, - -488.3489511474768, + -488.3489511474784, -501.91291740696784, -278.7229284938369, 121.44398759705155, @@ -362620,9 +255536,9 @@ 507.7507404849239 ], "relative wind speed": [ - 2.360251153760922, + 2.3602511537609216, 2.1485230272247744, - 1.976198085186581, + 1.9761980851865808, 1.9633596292765714, 2.1199163889188437, 2.3342407344405083, @@ -362632,12 +255548,12 @@ "relative wind angle": [ 0.10748057653001818, 0.12344686924740698, - 0.061238965274113065, - 0.04764744666338862, + 0.06123896527411488, + 0.047647446663388625, 0.11972116907065662, - 0.11358082586689787, - 0.048751404550668766, - 0.03753440887637596 + 0.11358082586689788, + 0.04875140455066877, + 0.037534408876375956 ], "resistance": [ 96811.67076750632, @@ -362690,19 +255606,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 392.9766440395033, + 392.97664403949875, 91.2009246808002, -244.16947605429846, -425.9259240487206, -410.0434954119794, - -187.69615710175435, + -187.69615710175458, 156.7482412560007, 430.35238577564996 ], "relative wind speed": [ - 2.3344565554653087, + 2.3344565554653083, 2.2001203239066127, - 2.0096006393397112, + 2.009600639339711, 1.874407729097608, 1.8901981608363028, 2.044995612933425, @@ -362710,14 +255626,14 @@ 2.3471540558052513 ], "relative wind angle": [ - 0.0480244089407266, - 0.1077191263997103, - 0.11091894349230362, + 0.04802440894073123, + 0.10771912639971032, + 0.11091894349230262, 0.04165141773477507, 0.05932370986607024, - 0.11592572856160925, + 0.11592572856160926, 0.09980562377057996, - 0.03325881327581595 + 0.03325881327581596 ], "resistance": [ 97027.47664403953, @@ -362770,9 +255686,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 388.0210923088507, + 388.02109230884525, -22.526951670427934, - -401.20022297832566, + -401.2002229783261, -535.0323166443654, -454.9749440212304, -113.02892867185346, @@ -362780,9 +255696,9 @@ 577.3325503428355 ], "relative wind speed": [ - 2.6959983330717736, + 2.695998333071773, 2.527357814334862, - 2.3332743600067096, + 2.333274360006709, 2.234035476380037, 2.300713760313695, 2.4847843562657648, @@ -362790,13 +255706,13 @@ 2.7515043719932524 ], "relative wind angle": [ - 0.06229062060059686, + 0.062290620600600435, 0.10255699404820788, - 0.08500128284103975, - 0.009579721396793727, - 0.07301039576046205, - 0.10432051864204289, - 0.07431965059627987, + 0.08500128284103974, + 0.00957972139679373, + 0.07301039576046203, + 0.1043205186420429, + 0.07431965059627986, 0.00777804539353473 ], "resistance": [ @@ -362850,19 +255766,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 16.210325736318282, + 16.210325736316918, -295.0173803405942, - -425.53790070078867, + -425.53790070078935, -377.79382422406024, - -123.1636039033433, + -123.16360390334467, 215.40522113758198, 446.0473453782861, 333.16952979285315 ], "relative wind speed": [ - 2.293352619575681, + 2.2933526195756806, 2.120314699841559, - 2.0206916977399896, + 2.020691697739989, 2.064826338518173, 2.2205963624254283, 2.3863738215475547, @@ -362871,12 +255787,12 @@ ], "relative wind angle": [ 0.09841401443235942, - 0.0874510740943586, + 0.08745107409435861, 0.018094221846375026, 0.06469107927160608, - 0.10164945236754004, + 0.10164945236754114, 0.077680167796731, - 0.014794721442220691, + 0.01479472144222069, 0.054856121449413674 ], "resistance": [ @@ -362917,68 +255833,7 @@ "id": "6529", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.453468983834473, - 10.453468983834473, - 10.453468983834473, - 10.453468983834473, - 10.453468983834473, - 10.453468983834473, - 10.453468983834473, - 10.453468983834473 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -178.84710867329704, - -428.2047301285006, - -458.96119389856995, - -292.0959892472961, - 51.51313539429157, - 375.71514840505324, - 449.06367125934867, - 182.5048078200066 - ], - "relative wind speed": [ - 2.8630755605894835, - 2.7442046684317547, - 2.7225943454490924, - 2.8128256582577102, - 2.9557540828305955, - 3.066435161807907, - 3.0856383284408344, - 3.003613770121185 - ], - "relative wind angle": [ - 0.0634517531198562, - 0.03482262640666183, - 0.017054326942345363, - 0.05734129888147505, - 0.06145965548073273, - 0.031162102501654854, - 0.015047620826496614, - 0.053695383180062214 - ], - "resistance": [ - 96455.65289132672, - 96206.29526987152, - 96175.53880610145, - 96342.40401075274, - 96686.01313539431, - 97010.21514840508, - 97083.56367125938, - 96817.00480782003 - ], - "fuel": [ - 41.23965268930414, - 41.11148304300124, - 41.095690270734494, - 41.1814141639941, - 41.358263299271684, - 41.5255267742494, - 41.56342326180743, - 41.42579790872883 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 18.75, -45.3125 18.90625, -45.15625 18.90625, -45.15625 18.75, -45.3125 18.75))", @@ -363010,9 +255865,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 97.79938605334019, + 97.7993860533361, -294.0412569285845, - -504.31653199865013, + -504.31653199865605, -485.1274541962762, -224.5726626495075, 178.2707351545041, @@ -363020,7 +255875,7 @@ 449.87258470139614 ], "relative wind speed": [ - 2.6885981770659955, + 2.688598177065995, 2.509016512879449, 2.384662032079983, 2.399872586412393, @@ -363030,19 +255885,19 @@ 2.817806062113451 ], "relative wind angle": [ - 0.08307606371875333, + 0.083076063718756, 0.0834529126971269, - 0.030478564755029223, - 0.04433818330728855, + 0.03047856475503651, + 0.04433818330728856, 0.08781718420249829, 0.07693582706319609, 0.02567494358708572, 0.037758599502391 ], "resistance": [ - 96732.29938605335, + 96732.29938605333, 96340.45874307142, - 96130.18346800136, + 96130.18346800134, 96149.37254580372, 96409.9273373505, 96812.77073515451, @@ -363050,7 +255905,7 @@ 97084.3725847014 ], "fuel": [ - 40.759246526915845, + 40.75924652691583, 40.55754121304173, 40.44953470907889, 40.45938422983834, @@ -363077,68 +255932,7 @@ "id": "6531", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.196902898610164, - 10.196902898610164, - 10.196902898610164, - 10.196902898610164, - 10.196902898610164, - 10.196902898610164, - 10.196902898610164, - 10.196902898610164 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -45.23577310321798, - -373.9850532952664, - -477.78364766271034, - -400.57344583979557, - -90.18060970560646, - 283.08442056287913, - 504.8811133127606, - 320.8416007636224 - ], - "relative wind speed": [ - 2.8488729449611228, - 2.7010399582218096, - 2.631522119874535, - 2.687211997613716, - 2.83031907648275, - 2.971727826588894, - 3.033459158097346, - 2.9842377269772804 - ], - "relative wind angle": [ - 0.0706021890427038, - 0.0550745046159983, - 0.0035341809712418986, - 0.0504568390671379, - 0.07106579266659259, - 0.05005348991636246, - 0.0030658961027564668, - 0.04543114335712859 - ], - "resistance": [ - 96589.26422689678, - 96260.51494670473, - 96156.71635233729, - 96233.9265541602, - 96544.31939029439, - 96917.58442056288, - 97139.38111331276, - 96955.34160076363 - ], - "fuel": [ - 41.152132694081004, - 40.983040903620534, - 40.929735757005005, - 40.96938277437448, - 41.12899164031573, - 41.321405153642, - 41.43598416656566, - 41.34089738727893 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 18.59375, -45.3125 18.75, -45.15625 18.75, -45.15625 18.59375, -45.3125 18.59375))", @@ -363170,17 +255964,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 212.4437509943673, + 212.44375099436184, -317.8899577382458, - -649.6481812717302, + -649.6481812717379, -665.1917698600846, - -374.4858915834129, + -374.48589158341474, 146.91963519320416, - 603.3332965204027, + 603.3332965203963, 640.2356415838813 ], "relative wind speed": [ - 3.273808969832941, + 3.2738089698329405, 3.079639783161156, 2.9274562896891254, 2.917327085848837, @@ -363190,19 +255984,19 @@ 3.3982760847647513 ], "relative wind angle": [ - 0.07067608996791219, + 0.07067608996791534, 0.07819433255555867, - 0.03725013410854946, + 0.03725013410855542, 0.02961477492871651, - 0.07571408799432294, - 0.07404425825741712, - 0.032169932844957234, + 0.07571408799432441, + 0.07404425825741713, + 0.03216993284496068, 0.025422496701592485 ], "resistance": [ 96846.9437509944, 96316.61004226179, - 95984.8518187283, + 95984.85181872829, 95969.30823013994, 96260.01410841661, 96781.41963519323, @@ -363212,7 +256006,7 @@ "fuel": [ 42.030773455496934, 41.75768735968488, - 41.58738636847301, + 41.587386368473005, 41.57941744328136, 41.728606072982004, 41.99697629006826, @@ -363237,68 +256031,7 @@ "id": "6533", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.786059433213914, - 11.786059433213914, - 11.786059433213914, - 11.786059433213914, - 11.786059433213914, - 11.786059433213914, - 11.786059433213914, - 11.786059433213914 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 95.67556265587427, - -408.8780251918206, - -664.2862943436758, - -627.2893103805777, - -273.51798730178416, - 252.3233333225353, - 650.5044250511473, - 562.5002121638727 - ], - "relative wind speed": [ - 3.3481461337918392, - 3.1627592907588067, - 3.041306659551417, - 3.064469332663681, - 3.2162834334137074, - 3.3987520247872673, - 3.5078505469653214, - 3.4876337775690436 - ], - "relative wind angle": [ - 0.06974276774619596, - 0.06699188271076693, - 0.021735341912920907, - 0.03859478203627552, - 0.07260705004158047, - 0.062334033505646605, - 0.018844174409630935, - 0.03391004835128762 - ], - "resistance": [ - 96730.17556265587, - 96225.62197480818, - 95970.21370565632, - 96007.21068961942, - 96360.98201269822, - 96886.82333332254, - 97285.00442505114, - 97197.00021216387 - ], - "fuel": [ - 42.262548840668, - 42.00293279640852, - 41.87187461478558, - 41.89084392080639, - 42.07248878827329, - 42.343344033844424, - 42.54912739878512, - 42.50359528877851 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 18.4375, -45.3125 18.59375, -45.15625 18.59375, -45.15625 18.4375, -45.3125 18.4375))", @@ -363330,7 +256063,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 255.27759850461825, + 255.2775985046137, -270.67306111794596, -624.1690561238274, -660.9104980210059, @@ -363350,14 +256083,14 @@ 3.2850969959737 ], "relative wind angle": [ - 0.0724598541342705, - 0.08505179237295855, - 0.04548062034745597, - 0.02588784423404733, + 0.07245985413427357, + 0.08505179237295854, + 0.04548062034745598, + 0.025887844234047327, 0.07879903757573115, 0.08112513696827563, 0.03909113882909039, - 0.02191088824866573 + 0.021910888248665734 ], "resistance": [ 96889.77759850463, @@ -363410,9 +256143,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 154.31475100486114, + 154.3147510048566, -509.9509045874647, - -863.8309618786761, + -863.8309618786961, -830.8307132859572, -388.67464173169355, 294.61226952652123, @@ -363420,7 +256153,7 @@ 750.1446214325206 ], "relative wind speed": [ - 4.016686724413267, + 4.016686724413266, 3.815334422458369, 3.6784742027088417, 3.6956385703927714, @@ -363431,8 +256164,8 @@ ], "relative wind angle": [ 0.06237303004172873, - 0.06143793136777158, - 0.022000430401393663, + 0.06143793136777157, + 0.02200043040140376, 0.03242729250021611, 0.06498980175552008, 0.05780902213334132, @@ -363442,7 +256175,7 @@ "resistance": [ 96788.81475100489, 96124.54909541257, - 95770.66903812136, + 95770.66903812133, 95803.66928671407, 96245.82535826834, 96929.11226952655, @@ -363452,7 +256185,7 @@ "fuel": [ 44.136322695899565, 43.79457988467998, - 43.61319059483033, + 43.613190594830314, 43.630085923171755, 43.85685001064094, 44.208711162971866, @@ -363490,9 +256223,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1166.2110327218616, + 1166.2110327218597, 2501.307395008891, - 1920.3646430954977, + 1920.364643095485, 139.48465167342147, -1640.055046858295, -2415.822444683925, @@ -363500,7 +256233,7 @@ -753.9914434174607 ], "relative wind speed": [ - 5.797591681753348, + 5.797591681753346, 6.002368258089476, 5.924477831112455, 5.600829935755249, @@ -363510,19 +256243,19 @@ 5.409791086489741 ], "relative wind angle": [ - 0.07531876218210859, - 0.01598607072181768, - 0.050753787812691346, - 0.0931578795688115, - 0.08402023382572521, - 0.019343994986931783, + 0.0753187621821071, + 0.015986070721817684, + 0.05075378781269354, + 0.09315787956881148, + 0.08402023382572522, + 0.01934399498693178, 0.05951337773989638, - 0.0964576779776424 + 0.09645767797764239 ], "resistance": [ 97800.71103272191, 99135.80739500895, - 98554.86464309556, + 98554.86464309554, 96773.98465167348, 94994.44495314176, 94218.67755531613, @@ -363532,7 +256265,7 @@ "fuel": [ 50.49905505847785, 51.19591161236289, - 50.89187210155542, + 50.891872101555414, 49.96766457977236, 49.055940724795875, 48.662174620546075, @@ -363570,51 +256303,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2060.362751574572, + 2060.3627515745357, 2873.356271711935, - 1438.617431923627, + 1438.6174319236197, -745.2600687309205, - -2431.239594463983, + -2431.239594463963, -2773.3188848138125, -1993.6227683050329, -6.416650832627056 ], "relative wind speed": [ - 6.826263428346435, + 6.826263428346434, 6.921203485245366, - 6.735813009478298, + 6.7358130094782975, 6.362811600422931, - 6.00896662805091, + 6.008966628050909, 5.899363918765897, 6.110186202690753, 6.497705815727033 ], "relative wind angle": [ - 0.04593461063340993, - 0.009776067111997888, + 0.045934610633414766, + 0.00977606711199789, 0.06077821665719206, 0.08038885928447238, - 0.05218764619745855, + 0.05218764619745429, 0.011469466271096984, 0.06701024253655995, - 0.07871647132859427 + 0.07871647132859426 ], "resistance": [ - 98694.8627515746, + 98694.86275157456, 99507.85627171196, - 98073.11743192366, + 98073.11743192365, 95889.23993126911, - 94203.26040553604, + 94203.26040553607, 93861.18111518622, 94640.87723169499, 96628.0833491674 ], "fuel": [ - 55.44460102595495, + 55.44460102595493, 55.87086007221619, - 55.120274616047, + 55.120274616046984, 53.99247931437947, - 53.133946851300664, + 53.13394685130068, 52.96104439829679, 53.35577315187056, 54.37204551762285 @@ -363650,9 +256383,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 942.6611685186645, + 942.6611685186581, 1892.130449044972, - 1403.6035935578793, + 1403.603593557872, 95.53770887175506, -1171.731300877378, -1703.041095282425, @@ -363670,19 +256403,19 @@ 3.639403320078626 ], "relative wind angle": [ - 0.11461266607794215, + 0.11461266607794507, 0.02049770525502246, - 0.08178837164853676, - 0.14947560207455957, + 0.08178837164853948, + 0.1494756020745596, 0.13764666518381144, - 0.0279661441268269, + 0.027966144126826898, 0.10516079622668964, 0.15660528683599984 ], "resistance": [ 97577.16116851868, 98526.63044904498, - 98038.1035935579, + 98038.10359355788, 96730.03770887177, 95462.76869912264, 94931.45890471758, @@ -363692,7 +256425,7 @@ "fuel": [ 43.807876948761475, 44.30198355835208, - 44.04733378630556, + 44.04733378630555, 43.3698630033675, 42.719593736925965, 42.448742541705144, @@ -363730,17 +256463,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1517.4739638597566, + 1517.473963859733, 2228.475523621657, 1194.730731083977, -433.58160957921064, -1735.4024148730296, -2037.1428071857617, - -1508.8961217537953, + -1508.896121753798, -53.11957189103123 ], "relative wind speed": [ - 4.97439625099904, + 4.974396250999039, 5.0868429070196095, 4.910045693876575, 4.525227485011694, @@ -363750,17 +256483,17 @@ 4.623550766113048 ], "relative wind angle": [ - 0.07045873851044096, - 0.009733904292475002, + 0.07045873851044568, + 0.009733904292475, 0.08568920533850032, - 0.12067809420868417, + 0.12067809420868418, 0.08476320488488759, 0.012386988502469772, - 0.09991905785928201, + 0.09991905785928312, 0.11809965321676981 ], "resistance": [ - 98151.9739638598, + 98151.97396385978, 98862.9755236217, 97829.23073108403, 96200.91839042083, @@ -363810,51 +256543,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3321.9267228679746, + 3321.9267228679164, 3001.5485441284545, - 629.9521836392596, + 629.952183639245, -2004.5520599280426, - -3408.473340059787, + -3408.4733400597397, -3273.5231968372973, - -1513.2363536685334, + -1513.2363536685261, 1198.7808365497076 ], "relative wind speed": [ - 7.661523687371662, + 7.66152368737166, 7.627908086538354, - 7.3066577275717925, + 7.306657727571792, 6.8641233382463955, - 6.560892365744593, + 6.560892365744592, 6.59994485358518, - 6.953920239631609, + 6.953920239631608, 7.391080072924652 ], "relative wind angle": [ - 0.023091069089746896, - 0.034638703389369946, - 0.0754119283713578, - 0.07500167555832501, - 0.026965614108754685, + 0.023091069089751705, + 0.03463870338936994, + 0.07541192837135927, + 0.07500167555832503, + 0.02696561410874645, 0.04003648578629222, - 0.07924502953269144, + 0.07924502953269004, 0.0696453358535861 ], "resistance": [ - 99956.42672286797, + 99956.42672286791, 99636.04854412845, 97264.45218363925, 94629.94794007196, - 93226.02665994021, + 93226.02665994025, 93360.9768031627, 95121.26364633147, 97833.2808365497 ], "fuel": [ - 59.962731657239665, + 59.96273165723963, 59.793926405822596, 58.55622526783637, 57.20585407536361, - 56.496792841769036, + 56.496792841769064, 56.5646318382346, 57.455729293866, 58.85118064282395 @@ -363890,17 +256623,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 3455.9436578771347, + 3455.9436578770037, 3086.178679149991, - 623.4705890169062, + 623.4705890168843, -2089.0481849538046, - -3516.7330918427797, + -3516.733091842805, -3360.8008929392745, -1523.032415750975, 1278.9663713836308 ], "relative wind speed": [ - 7.605656010449703, + 7.605656010449702, 7.56660082389172, 7.228940727251332, 6.766455552861199, @@ -363910,31 +256643,31 @@ 7.327219058479138 ], "relative wind angle": [ - 0.0235894764947289, + 0.02358947649474302, 0.03717112595273546, - 0.07991215777409047, + 0.07991215777409323, 0.07913425033179675, - 0.027808837153788617, + 0.02780883715379261, 0.04328974824920728, - 0.08408041296348796, + 0.08408041296348798, 0.07306673150800558 ], "resistance": [ - 100090.44365787713, + 100090.44365787698, 99720.67867914998, - 97257.97058901688, + 97257.97058901687, 94545.45181504618, - 93117.76690815721, + 93117.76690815718, 93273.6991070607, 95111.46758424901, 97913.46637138362 ], "fuel": [ - 59.55661094219547, + 59.556610942195384, 59.36163367618914, 58.076024600350905, 56.68612453849458, - 55.96557330870978, + 55.96557330870976, 56.04390318761982, 56.97389170257553, 58.416009468332106 @@ -363970,17 +256703,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1947.7371798681015, + 1947.7371798680815, 2648.258884572677, - 1316.5820844498012, + 1316.5820844497975, -652.1061352695342, - -2150.242922206692, + -2150.2429222066885, -2448.20891182579, -1707.569476846831, 90.87768040967603 ], "relative wind speed": [ - 5.342621464030875, + 5.3426214640308745, 5.445721211610958, 5.224940922323656, 4.780797661620387, @@ -363990,17 +256723,17 @@ 4.961324144813055 ], "relative wind angle": [ - 0.06908989940889368, + 0.06908989940889691, 0.016708548718505804, - 0.09536105064466169, + 0.09536105064466287, 0.12848810807524919, - 0.08487939662351388, + 0.08487939662351256, 0.021558377250559983, 0.11100054160483319, 0.12378835307163094 ], "resistance": [ - 98582.23717986816, + 98582.23717986814, 99282.75888457273, 97951.08208444985, 95982.39386473052, @@ -364010,7 +256743,7 @@ 96725.37768040973 ], "fuel": [ - 48.218146874323594, + 48.21814687432358, 48.584995875596185, 47.88918751875582, 46.872625784388205, @@ -364050,17 +256783,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1901.2024337783569, + 1901.2024337783441, 2679.125058411337, - 1378.5666938146715, + 1378.566693814666, -602.9352806409279, - -2146.229145580499, + -2146.2291455804934, -2476.4335683789286, -1779.400016952528, 13.318400913216465 ], "relative wind speed": [ - 5.505657422127994, + 5.505657422127993, 5.61694622923699, 5.4113035738479285, 4.983685427386955, @@ -364070,19 +256803,19 @@ 5.12775208221484 ], "relative wind angle": [ - 0.06728308166207253, + 0.06728308166207418, 0.012914721297252596, - 0.08747386094479624, + 0.08747386094479752, 0.11988156407569077, - 0.08121534312884773, + 0.08121534312884637, 0.01639368615423988, - 0.10131086740473196, + 0.10131086740473194, 0.1164978887205439 ], "resistance": [ - 98535.70243377834, + 98535.70243377832, 99313.62505841133, - 98013.06669381466, + 98013.06669381465, 96031.56471935906, 94488.27085441949, 94158.06643162106, @@ -364090,9 +256823,9 @@ 96647.81840091321 ], "fuel": [ - 48.93682960401047, + 48.93682960401046, 49.34418921857045, - 48.66441574035672, + 48.664415740356716, 47.64082764204655, 46.853726376776535, 46.68646853317716, @@ -364130,9 +256863,9 @@ ], "ice resistance": 66894.26910047588, "wind resistance": [ - 2641.8650098505204, + 2641.865009850484, 3469.009177281754, - 1615.846639714273, + 1615.8466397142365, -1077.2714973767106, -3072.0472945113215, -3419.7106754777597, @@ -364140,9 +256873,9 @@ 143.38911384467065 ], "relative wind speed": [ - 7.820218757463605, + 7.820218757463604, 7.904754588731283, - 7.689684664598425, + 7.689684664598424, 7.284147372180203, 6.915559303225198, 6.818770914390798, @@ -364150,19 +256883,19 @@ 7.478099955962773 ], "relative wind angle": [ - 0.04032027295500258, - 0.012301750014089893, - 0.05891110771500251, - 0.07462009288135947, + 0.04032027295500533, + 0.012301750014089891, + 0.05891110771500629, + 0.07462009288135946, 0.0455982193069698, 0.014261097728285562, - 0.06416852072656296, + 0.06416852072656297, 0.0726812794911465 ], "resistance": [ - 69536.1341103264, + 69536.13411032637, 70363.27827775764, - 68510.11574019016, + 68510.11574019011, 65816.99760309917, 63822.22180596456, 63474.55842499812, @@ -364170,9 +256903,9 @@ 67037.65821432055 ], "fuel": [ - 47.13098257717844, + 47.13098257717843, 47.47493672321774, - 46.707867461555125, + 46.70786746155511, 45.61589968958554, 44.8244842852402, 44.68806608550068, @@ -364210,39 +256943,39 @@ ], "ice resistance": 58637.660808731474, "wind resistance": [ - 1827.9994647334534, + 1827.999464733406, 3366.9460468363395, - 2217.6151257302154, + 2217.6151257301717, -222.29520419494656, -2458.4220697719393, -3215.01515526641, - -2732.7946334324624, + -2732.794633432455, -686.1303866060298 ], "relative wind speed": [ - 7.711367414208767, + 7.711367414208766, 7.879326470509297, 7.761059697955911, 7.416166452140568, 7.031822645530501, 6.843093707253166, - 6.976938403044767, + 6.976938403044768, 7.342492238284025 ], "relative wind angle": [ - 0.05091834945801246, - 0.004686743463889621, - 0.04385549568838383, - 0.06992094318831067, - 0.05584391730704241, + 0.050918349458016834, + 0.004686743463889622, + 0.043855495688388896, + 0.06992094318831069, + 0.055843917307042405, 0.005396451876820338, - 0.04878802531479943, - 0.0706236894924901 + 0.04878802531479942, + 0.07062368949249011 ], "resistance": [ - 60465.66027346493, + 60465.66027346488, 62004.606855567814, - 60855.27593446169, + 60855.27593446165, 58415.36560453653, 56179.23873895954, 55422.645653465064, @@ -364250,9 +256983,9 @@ 57951.53042212545 ], "fuel": [ - 43.52620740804278, + 43.526207408042765, 44.11624881169034, - 43.67475526541391, + 43.67475526541389, 42.75380366054504, 41.9292247768112, 41.65444140366366, @@ -364290,39 +257023,39 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1967.6268825810876, + 1967.6268825810766, 3118.775966940335, - 1771.3555211314815, + 1771.355521131467, -502.48164832163457, -2403.078319916871, -2888.1576699960424, -2265.019134859782, - -269.72255011992456 + -269.7225501199282 ], "relative wind speed": [ - 6.6344383601662855, + 6.634438360166284, 6.772050109942265, - 6.605196795891427, - 6.215074898497635, + 6.605196795891426, + 6.215074898497636, 5.812576802033309, 5.651650974964096, 5.845784525786706, - 6.258966802951288 + 6.258966802951289 ], "relative wind angle": [ 0.05739013156714917, 0.0032538234554279235, - 0.062370826979126534, - 0.09025868256481967, + 0.06237082697912831, + 0.09025868256482092, 0.06551563943245363, - 0.0038988735382307414, - 0.07048594435347644, - 0.08962402433492136 + 0.003898873538230741, + 0.07048594435347642, + 0.0896240243349226 ], "resistance": [ - 98602.12688258105, + 98602.12688258104, 99753.2759669403, - 98405.85552113145, + 98405.85552113144, 96132.01835167833, 94231.4216800831, 93746.34233000393, @@ -364330,9 +257063,9 @@ 96364.77744988004 ], "fuel": [ - 54.379344904383345, + 54.37934490438333, 54.98322864379418, - 54.27687452880979, + 54.276874528809785, 53.100187628330055, 52.1314100095602, 51.88630704016492, @@ -364370,49 +257103,49 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1072.6662321773983, + 1072.6662321773765, 2819.819250557368, - 2473.9968801959585, + 2473.996880195915, 458.60172993049855, - -1737.6054168995688, + -1737.6054168995797, -2869.6441770697693, - -2723.989919444799, + -2723.989919444786, -1207.2088070838654 ], "relative wind speed": [ - 6.785101133891997, + 6.785101133891996, 7.025473056880177, 6.985875266425624, 6.685667297059547, - 6.280812080342187, + 6.280812080342188, 6.010734240736775, - 6.056710703645793, + 6.056710703645792, 6.3865523233387265 ], "relative wind angle": [ - 0.06857644429569873, + 0.06857644429570198, 0.02135400883371934, - 0.03619326804820601, - 0.0759824394852349, - 0.07409219612303249, - 0.02495971097156001, - 0.041748717713923605, + 0.03619326804821214, + 0.07598243948523492, + 0.07409219612303548, + 0.024959710971560006, + 0.04174871771392095, 0.07954844237260845 ], "resistance": [ - 97707.16623217738, + 97707.16623217735, 99454.31925055734, - 99108.49688019593, + 99108.49688019589, 97093.10172993047, 94896.8945831004, 93764.8558229302, - 93910.51008055518, + 93910.51008055519, 95427.2911929161 ], "fuel": [ - 55.49019322749362, + 55.4901932274936, 56.40285496356121, - 56.221305820983765, + 56.221305820983744, 55.17212150390307, 54.046018196889506, 53.47257620698889, @@ -364450,34 +257183,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1112.060642247407, + 1112.0606422474016, 1560.8330260634607, 822.0747627484484, -283.95906572966487, -1144.3582289645656, -1337.3648305376582, -942.5104321170638, - 52.7432158187421 + 52.74321581874119 ], "relative wind speed": [ - 3.429547413774713, + 3.4295474137747126, 3.5303978434961443, - 3.3454415683794543, + 3.3454415683794547, 2.948146621943064, 2.5351890086578655, 2.392753610296355, 2.6451842063469386, - 3.0817868629212772 + 3.0817868629212777 ], "relative wind angle": [ - 0.10346761788152009, + 0.10346761788152224, 0.019274771211808504, - 0.13505374843349696, + 0.13505374843349782, 0.19421379711380443, - 0.14017771637325696, - 0.02844111121481113, + 0.140177716373257, + 0.028441111214811132, 0.17112157318482502, - 0.1856913348095419 + 0.18569133480954247 ], "resistance": [ 97746.56064224744, @@ -364530,7 +257263,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1040.2596562369881, + 1040.2596562369836, 1760.6226293727632, 1099.018120726032, -96.26307661957253, @@ -364540,7 +257273,7 @@ -164.4909136612264 ], "relative wind speed": [ - 3.5588827045618054, + 3.558882704561805, 3.717175440909648, 3.5750677289875386, 3.1880770438790527, @@ -364550,7 +257283,7 @@ 3.162363936682002 ], "relative wind angle": [ - 0.12190330450085346, + 0.12190330450085529, 0.003521919731708688, 0.11613324436526225, 0.18898916484480274, @@ -364610,17 +257343,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1585.38840314567, + 1585.3884031456646, 1764.9395737882987, - 692.0225356223837, + 692.0225356223809, -657.0890043963145, -1544.1197382767027, -1621.4010318806736, - -921.0437001108817, + -921.0437001108803, 383.79052281293207 ], "relative wind speed": [ - 3.9177432240466716, + 3.9177432240466707, 3.9534628994905074, 3.686750366797674, 3.229422688756402, @@ -364630,13 +257363,13 @@ 3.593515743411534 ], "relative wind angle": [ - 0.07302440175474895, + 0.07302440175475047, 0.046768729475499406, - 0.14898128206101935, + 0.14898128206102085, 0.1834326498287034, 0.10127062356518554, 0.06660303473700376, - 0.17615907407218354, + 0.17615907407218293, 0.16466762042603442 ], "resistance": [ @@ -364690,13 +257423,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1514.9650109254735, + 1514.9650109254671, 2051.797489423522, - 1033.9155967020197, + 1033.9155967020151, -453.42716556204505, -1583.6824572202559, -1813.8990517065458, - -1247.8742808036404, + -1247.8742808036395, 107.73927974018352 ], "relative wind speed": [ @@ -364706,17 +257439,17 @@ 3.595742413521703, 3.153780187116237, 3.0170598685834062, - 3.300385082674074, + 3.3003850826740737, 3.7772357175966813 ], "relative wind angle": [ - 0.08975416012337585, + 0.08975416012337835, 0.021642094785773128, - 0.12476163653562314, - 0.17287985018813048, - 0.11831916348630074, + 0.12476163653562493, + 0.1728798501881305, + 0.11831916348630075, 0.030515383737023092, - 0.15283852514167923, + 0.15283852514167778, 0.16449538724958104 ], "resistance": [ @@ -364726,7 +257459,7 @@ 96181.07283443797, 95050.81754277975, 94820.60094829348, - 95386.62571919637, + 95386.62571919638, 96742.2392797402 ], "fuel": [ @@ -364736,7 +257469,7 @@ 42.950403139099066, 42.37245991569704, 42.25532399331392, - 42.54367526387249, + 42.54367526387251, 43.23911518742154 ] }, @@ -364770,53 +257503,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1522.6421571004703, + 1522.642157100463, 2701.9349383642475, - 1757.6060381795742, + 1757.6060381795687, -122.17401178177897, -1812.4794387266766, -2379.479061913532, - -1976.977733243698, + -1976.9777332437016, -397.7070741526568 ], "relative wind speed": [ 4.961523685863207, 5.154976529672595, 5.0079309716686975, - 4.58354572565197, + 4.5835457256519705, 4.092282017191183, 3.8457387290522793, 4.035358320720648, 4.511607027929794 ], "relative wind angle": [ - 0.09863824458546085, + 0.0986382445854631, 0.00705110089154631, - 0.08741260010120276, - 0.14331416633474633, + 0.08741260010120404, + 0.1433141663347471, 0.11968167389347714, - 0.009451630013948525, - 0.1085551324660523, - 0.14561550524666858 + 0.009451630013948524, + 0.10855513246605332, + 0.1456155052466686 ], "resistance": [ - 98157.14215710048, + 98157.14215710046, 99336.43493836425, 98392.10603817957, 96512.32598821822, 94822.02056127333, 94255.02093808647, - 94657.5222667563, + 94657.52226675629, 96236.79292584735 ], "fuel": [ - 46.7580216001375, + 46.758021600137496, 47.37477836750985, 46.88049222972447, 45.906443766619574, 45.04180304932085, 44.754147408211196, - 44.958225023411856, + 44.95822502341185, 45.76477527480304 ] }, @@ -364850,37 +257583,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1411.040721110282, + 1411.040721110273, 2334.9690260163325, - 1403.1050685920027, + 1403.105068592, -208.1103524644468, -1589.8649781878112, -1984.4062904459506, - -1584.3201338629242, + -1584.320133862926, -198.83874756160003 ], "relative wind speed": [ - 4.391855925751065, + 4.391855925751064, 4.5547307677363875, 4.390077886301227, 3.966455906224656, - 3.492739448285022, + 3.4927394482850214, 3.2775074308987584, 3.4949740311438715, 3.9692385756132915 ], "relative wind angle": [ - 0.10277295385438406, + 0.10277295385438624, 0.00030950522974770595, - 0.10327127011002782, + 0.1032712701100289, 0.16170693199096353, - 0.12936235412471692, - 0.0004301174124515374, - 0.1298544306078852, + 0.12936235412471606, + 0.00043011741245153743, + 0.12985443060788607, 0.16159256841225336 ], "resistance": [ - 98045.5407211103, + 98045.54072111029, 98969.46902601635, 98037.60506859202, 96426.38964753557, @@ -364930,13 +257663,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 599.4260282637588, + 599.4260282637551, 1959.1806205989305, - 1988.0538553153128, + 1988.053855315302, 649.2258352346435, - -932.8394061089084, + -932.8394061089102, -1891.1602194282186, - -1903.5576797418662, + -1903.5576797418635, -975.5505804762543 ], "relative wind speed": [ @@ -364944,25 +257677,25 @@ 4.413494509479053, 4.418631580217738, 4.111115026292349, - 3.625790836420593, + 3.6257908364205935, 3.2340618826643626, - 3.227039665762849, + 3.2270396657628484, 3.6106541355684523 ], "relative wind angle": [ - 0.14620727898426883, + 0.14620727898427036, 0.057407430237334335, - 0.05408675869630523, - 0.14426763679742147, - 0.16540463898943372, - 0.07838059839798589, - 0.07409008316954364, + 0.054086758696309335, + 0.14426763679742144, + 0.1654046389894344, + 0.0783805983979859, + 0.07409008316954065, 0.16443490332282518 ], "resistance": [ 97233.92602826374, 98593.68062059891, - 98622.5538553153, + 98622.55385531529, 97283.72583523463, 95701.66059389108, 94743.33978057177, @@ -364972,7 +257705,7 @@ "fuel": [ 44.022299307942205, 44.72922089393475, - 44.7443063699983, + 44.74430636999829, 44.04806831239604, 43.23393583329812, 42.74531236318679, @@ -364997,68 +257730,7 @@ "id": "6555", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.05417694727369, - 13.05417694727369, - 13.05417694727369, - 13.05417694727369, - 13.05417694727369, - 13.05417694727369, - 13.05417694727369, - 13.05417694727369 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 728.0718680244972, - 1911.4859364329113, - 1739.8318874855831, - 432.3629025163391, - -1002.7743222131221, - -1783.1500664148148, - -1709.4044269771039, - -749.2527183863585 - ], - "relative wind speed": [ - 3.9495844072734685, - 4.22600066850508, - 4.193994222707763, - 3.8663420250407663, - 3.3886834158944743, - 3.036990390687887, - 3.0810395556094137, - 3.483359244858276 - ], - "relative wind angle": [ - 0.14181114798474456, - 0.04593722901909477, - 0.06771369908353335, - 0.15460553686675957, - 0.1654848269636548, - 0.06394317201556939, - 0.09223401169201968, - 0.17176438607196906 - ], - "resistance": [ - 97362.57186802456, - 98545.98593643297, - 98374.33188748563, - 97066.8629025164, - 95631.72567778693, - 94851.34993358524, - 94925.09557302296, - 95885.2472816137 - ], - "fuel": [ - 43.5367919376647, - 44.15221424387117, - 44.06262420026449, - 43.38382530800355, - 42.64606792554611, - 42.24811884998881, - 42.28562815120317, - 42.77583779066794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 12.96875, -48.125 13.125, -47.96875 13.125, -47.96875 12.96875, -48.125 12.96875))", @@ -365077,68 +257749,7 @@ "id": "6556", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.02977598609617, - 12.02977598609617, - 12.02977598609617, - 12.02977598609617, - 12.02977598609617, - 12.02977598609617, - 12.02977598609617, - 12.02977598609617 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1033.950187459277, - 1941.518519946214, - 1365.320338503685, - 44.59250634431646, - -1187.8857889073188, - -1666.2757227237817, - -1418.6841953691105, - -340.53028379774696 - ], - "relative wind speed": [ - 3.7687470207748204, - 3.9695122219773604, - 3.854183914288939, - 3.4677261389996943, - 2.98759881631894, - 2.7151746745728484, - 2.876537353956282, - 3.3322779324011504 - ], - "relative wind angle": [ - 0.13100081564984756, - 0.017360080093916926, - 0.10262664080672869, - 0.18190009810683874, - 0.165535468711888, - 0.02538141969782636, - 0.13769977872707068, - 0.18938171053395045 - ], - "resistance": [ - 97668.45018745931, - 98576.01851994624, - 97999.82033850372, - 96679.09250634434, - 95446.6142110927, - 94968.22427727625, - 95215.81580463093, - 96293.96971620228 - ], - "fuel": [ - 42.92172873347649, - 43.394267506944416, - 43.09390622756904, - 42.41009685114325, - 41.7778334843066, - 41.53394143956769, - 41.66006186663933, - 42.211921078731955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 12.96875, -47.96875 13.125, -47.8125 13.125, -47.8125 12.96875, -47.96875 12.96875))", @@ -365157,68 +257768,7 @@ "id": "6557", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.242832981748595, - 13.242832981748595, - 13.242832981748595, - 13.242832981748595, - 13.242832981748595, - 13.242832981748595, - 13.242832981748595, - 13.242832981748595 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1041.9755069260964, - 2041.113705795652, - 1485.7594856742408, - 82.14918867417146, - -1259.8427135964866, - -1807.7369231641346, - -1569.8252962326342, - -436.0834372935742 - ], - "relative wind speed": [ - 4.078720920620883, - 4.2875391054800005, - 4.184383811118186, - 3.811315506987764, - 3.343879870031188, - 3.0715639912738277, - 3.2106742367861445, - 3.6457332650243153 - ], - "relative wind angle": [ - 0.12026958097769948, - 0.01957319122159004, - 0.08870517525939565, - 0.16024935719244954, - 0.14687374591077554, - 0.02732350915360286, - 0.11571352825516225, - 0.16759495160585894 - ], - "resistance": [ - 97676.47550692613, - 98675.61370579568, - 98120.25948567427, - 96716.6491886742, - 95374.65728640354, - 94826.7630768359, - 95064.67470376739, - 96198.41656270645 - ], - "fuel": [ - 43.8495386206962, - 44.36995464707972, - 44.08023158247437, - 43.353097052168025, - 42.6647389178838, - 42.38562985868781, - 42.50668993238294, - 43.086481786122874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 12.8125, -48.125 12.96875, -47.96875 12.96875, -47.96875 12.8125, -48.125 12.8125))", @@ -365237,68 +257787,7 @@ "id": "6558", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.36487208841249, - 11.36487208841249, - 11.36487208841249, - 11.36487208841249, - 11.36487208841249, - 11.36487208841249, - 11.36487208841249, - 11.36487208841249 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1059.485933413881, - 1856.3129735095536, - 1212.2111095345517, - -44.173117270779585, - -1165.901946730733, - -1548.9292789421902, - -1272.1215690409358, - -221.27739978161026 - ], - "relative wind speed": [ - 3.6058110793751825, - 3.7827076726712607, - 3.6471760693054525, - 3.2512765145645326, - 2.777666722694193, - 2.531487433431477, - 2.723125535481819, - 3.1853582197844905 - ], - "relative wind angle": [ - 0.12964255617015402, - 0.008882707664527234, - 0.11503833787871542, - 0.1936390386622783, - 0.16862160236982068, - 0.013273315431956343, - 0.15434731926970258, - 0.19769870937690495 - ], - "resistance": [ - 97693.98593341387, - 98490.81297350956, - 97846.71110953455, - 96590.32688272922, - 95468.59805326926, - 95085.57072105781, - 95362.37843095907, - 96413.22260021839 - ], - "fuel": [ - 42.46984191037575, - 42.884633143109085, - 42.54916053912836, - 41.899230578521895, - 41.32392124125561, - 41.12854752513509, - 41.26968627244372, - 41.8080865389266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 12.8125, -47.96875 12.96875, -47.8125 12.96875, -47.8125 12.8125, -47.96875 12.8125))", @@ -365317,68 +257806,7 @@ "id": "6559", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.81033375849676, - 11.81033375849676, - 11.81033375849676, - 11.81033375849676, - 11.81033375849676, - 11.81033375849676, - 11.81033375849676, - 11.81033375849676 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 919.9097991355702, - 1848.2175177748022, - 1389.1423176807457, - 132.3535254405524, - -1087.3540239479557, - -1611.6486218415848, - -1414.1844126849228, - -413.05297754204184 - ], - "relative wind speed": [ - 3.679114054742098, - 3.8957103738833534, - 3.8023831606852676, - 3.4353178504217388, - 2.9601852133272746, - 2.6687108138237656, - 2.8000819674322743, - 3.2399333313474283 - ], - "relative wind angle": [ - 0.13750246881002168, - 0.025515155267571366, - 0.09580691672971964, - 0.1796354844497087, - 0.1711941376379628, - 0.03725089252528797, - 0.13027061232604428, - 0.19059759769556273 - ], - "resistance": [ - 97554.4097991356, - 98482.71751777483, - 98023.64231768077, - 96766.85352544059, - 95547.14597605207, - 95022.85137815845, - 95220.31558731511, - 96221.44702245799 - ], - "fuel": [ - 42.7058356678848, - 43.188814599876146, - 42.949566672189384, - 42.29860094383416, - 41.67246169854367, - 41.405015254567566, - 41.505623094213675, - 42.01793121222293 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 12.96875, -47.8125 13.125, -47.65625 13.125, -47.65625 12.96875, -47.8125 12.96875))", @@ -365397,68 +257825,7 @@ "id": "6560", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.46476789191207, - 15.46476789191207, - 15.46476789191207, - 15.46476789191207, - 15.46476789191207, - 15.46476789191207, - 15.46476789191207, - 15.46476789191207 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1019.3704959292736, - 2179.8518552952664, - 1694.9821152105978, - 173.20345539206028, - -1349.3039835509053, - -2029.502200021073, - -1822.8809572114433, - -621.1405810004853 - ], - "relative wind speed": [ - 4.646139561655758, - 4.866821376417107, - 4.78722368408082, - 4.442008021176104, - 3.9992604329309382, - 3.7275657642540923, - 3.8292540050727064, - 4.224838645036856 - ], - "relative wind angle": [ - 0.10357736344710695, - 0.022508663999327317, - 0.06803907468565755, - 0.1286334293934221, - 0.12040665492130855, - 0.02938973437909113, - 0.08509755883255897, - 0.135285196435837 - ], - "resistance": [ - 97653.8704959293, - 98814.35185529527, - 98329.48211521062, - 96807.70345539207, - 95285.1960164491, - 94604.99779997894, - 94811.61904278857, - 96013.35941899953 - ], - "fuel": [ - 45.781034613962476, - 46.38573937425728, - 46.13247349939002, - 45.34327216015517, - 44.562316303445236, - 44.216202610984425, - 44.32115820570537, - 44.93474471560494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 12.96875, -47.65625 13.125, -47.5 13.125, -47.5 12.96875, -47.65625 12.96875))", @@ -365477,68 +257844,7 @@ "id": "6561", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.881364642310949, - 14.881364642310949, - 14.881364642310949, - 14.881364642310949, - 14.881364642310949, - 14.881364642310949, - 14.881364642310949, - 14.881364642310949 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 661.4097797452596, - 1872.3021159470954, - 1749.468336633472, - 447.1371210160869, - -1018.0215699692053, - -1833.4146464280257, - -1781.0333892491954, - -833.653098001696 - ], - "relative wind speed": [ - 4.402320669996794, - 4.660335468769953, - 4.639408023889691, - 4.348628905000441, - 3.9254424922168196, - 3.6153560488155447, - 3.642172322810984, - 3.9848403591332318 - ], - "relative wind angle": [ - 0.11370116837236939, - 0.03935221473304527, - 0.051792494621103136, - 0.12056234738547093, - 0.12758531895399064, - 0.05073521687205386, - 0.06599180295794825, - 0.13163014690280322 - ], - "resistance": [ - 97295.90977974526, - 98506.8021159471, - 98383.96833663346, - 97081.63712101609, - 95616.4784300308, - 94801.08535357198, - 94853.46661075081, - 95800.8469019983 - ], - "fuel": [ - 45.05380765705552, - 45.68328129402122, - 45.61917838121949, - 44.94298771804782, - 44.189798565423146, - 43.774091945162084, - 43.80072278489689, - 44.284136900603635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 12.8125, -47.8125 12.96875, -47.65625 12.96875, -47.65625 12.8125, -47.8125 12.8125))", @@ -365557,68 +257863,7 @@ "id": "6562", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.28817517813573, - 12.28817517813573, - 12.28817517813573, - 12.28817517813573, - 12.28817517813573, - 12.28817517813573, - 12.28817517813573, - 12.28817517813573 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 941.840271923661, - 1807.0492898668435, - 1290.5514387288904, - 50.034355450505245, - -1122.0008264746648, - -1586.8101124018622, - -1365.4610512729655, - -356.84000882032797 - ], - "relative wind speed": [ - 3.7994512743466866, - 3.9917364320981608, - 3.888672404001984, - 3.5320019668268894, - 3.089364950138081, - 2.8365553119825755, - 2.9762783330242746, - 3.3918973875409772 - ], - "relative wind angle": [ - 0.12103602953496183, - 0.017799955669403542, - 0.09226255536768192, - 0.16430538519035312, - 0.1490440133093701, - 0.02505024686617203, - 0.12066780837324864, - 0.17115781373929712 - ], - "resistance": [ - 97576.34027192362, - 98441.5492898668, - 97925.05143872884, - 96684.53435545047, - 95512.49917352528, - 95047.6898875981, - 95269.03894872699, - 96277.65999117962 - ], - "fuel": [ - 43.06256620890826, - 43.51268524958867, - 43.24364569875769, - 42.601525599524734, - 42.000114112791266, - 41.76302003623931, - 41.87582748143652, - 42.39216516934001 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 12.8125, -47.65625 12.96875, -47.5 12.96875, -47.5 12.8125, -47.65625 12.8125))", @@ -365637,68 +257882,7 @@ "id": "6563", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.971134330466532, - 11.971134330466532, - 11.971134330466532, - 11.971134330466532, - 11.971134330466532, - 11.971134330466532, - 11.971134330466532, - 11.971134330466532 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 652.689312921002, - 1606.783043896041, - 1403.7484043343675, - 302.565240170843, - -875.0498016068423, - -1486.8611719460964, - -1399.6930042895056, - -574.7780747107499 - ], - "relative wind speed": [ - 3.632117992499792, - 3.871550022526539, - 3.8301307001859177, - 3.524507179228284, - 3.092305007549382, - 2.7867062626388264, - 2.84336599660491, - 3.2144176011719425 - ], - "relative wind angle": [ - 0.1367313280924356, - 0.04058999724649981, - 0.07131153205740577, - 0.1546926369072892, - 0.16079205544291816, - 0.05640579965440769, - 0.0961261350613336, - 0.16975402211012308 - ], - "resistance": [ - 97287.189312921, - 98241.28304389602, - 98038.24840433436, - 96937.06524017084, - 95759.45019839314, - 95147.6388280539, - 95234.80699571047, - 96059.72192528924 - ], - "fuel": [ - 42.68193943906448, - 43.17743136905333, - 43.071705158875616, - 42.50095819752083, - 41.89558913796716, - 41.58311605122117, - 41.62755074345358, - 42.04945777203803 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 12.65625, -48.125 12.8125, -47.96875 12.8125, -47.96875 12.65625, -48.125 12.65625))", @@ -365730,14 +257914,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1289.2160105164758, + 1289.216010516473, 2100.4254450706076, - 1252.7080481876674, + 1252.7080481876646, -189.3242680536996, - -1415.3241552872219, + -1415.324155287221, -1762.6271734948937, - -1389.864722129923, - -146.81150762668221 + -1389.8647221299238, + -146.81150762668312 ], "relative wind speed": [ 4.0147670867854695, @@ -365750,17 +257934,17 @@ 3.60127450430748 ], "relative wind angle": [ - 0.1103322627405022, - 0.0017199939004119158, - 0.11312814699744193, + 0.1103322627405032, + 0.001719993900411916, + 0.11312814699744292, 0.17720530259814263, - 0.1422815185302772, + 0.14228151853027643, 0.0024685757965239225, - 0.14503116210509845, - 0.17650305576009 + 0.14503116210509923, + 0.17650305576009004 ], "resistance": [ - 97923.7160105165, + 97923.71601051648, 98734.92544507062, 97887.20804818768, 96445.17573194632, @@ -365770,7 +257954,7 @@ 96487.68849237333 ], "fuel": [ - 43.58129296904703, + 43.58129296904702, 44.004286168256776, 43.56231401065672, 42.816628719209156, @@ -365797,68 +257981,7 @@ "id": "6565", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.166808920760564, - 13.166808920760564, - 13.166808920760564, - 13.166808920760564, - 13.166808920760564, - 13.166808920760564, - 13.166808920760564, - 13.166808920760564 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1289.6036377148566, - 2188.1586019729193, - 1362.0533285715346, - -137.02423324378378, - -1445.6149366528398, - -1849.731065495449, - -1496.1639128272755, - -221.45941499094806 - ], - "relative wind speed": [ - 4.125918671446485, - 4.2970644805443925, - 4.143149419013783, - 3.726520882137662, - 3.2479548321671623, - 3.017888719822599, - 3.2259461196545884, - 3.6993861099080596 - ], - "relative wind angle": [ - 0.11221024773003364, - 0.003205281580897319, - 0.10701201804666413, - 0.1724866464099452, - 0.14272726812683328, - 0.0045638945437012374, - 0.1376094813437717, - 0.17376466629206996 - ], - "resistance": [ - 97924.10363771488, - 98822.65860197294, - 97996.55332857156, - 96497.47576675625, - 95188.88506334719, - 94784.76893450458, - 95138.33608717275, - 96413.04058500908 - ], - "fuel": [ - 43.91743968209486, - 44.38612523875584, - 43.95511802904869, - 43.17948339049115, - 42.50924389425501, - 42.30354972265654, - 42.48348133058041, - 43.13604471653342 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 12.5, -48.125 12.65625, -47.96875 12.65625, -47.96875 12.5, -48.125 12.5))", @@ -365877,68 +258000,7 @@ "id": "6566", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.117155298652916, - 11.117155298652916, - 11.117155298652916, - 11.117155298652916, - 11.117155298652916, - 11.117155298652916, - 11.117155298652916, - 11.117155298652916 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 830.6498261204133, - 1790.5911917033472, - 1440.8187593688644, - 234.69246030561953, - -980.8039372316857, - -1555.6978497479672, - -1404.683519233307, - -471.8025266753284 - ], - "relative wind speed": [ - 3.4809177068500063, - 3.7228320455686927, - 3.648958654696497, - 3.2866483915670486, - 2.791584162291065, - 2.4597259557729254, - 2.568040294335691, - 3.017892073488703 - ], - "relative wind angle": [ - 0.15693235928936708, - 0.03685407209092772, - 0.09607670662662958, - 0.19356130673962052, - 0.19613701556491167, - 0.05579550910939229, - 0.13673224755450433, - 0.21104818580786766 - ], - "resistance": [ - 97465.14982612043, - 98425.09119170337, - 98075.31875936888, - 96869.19246030564, - 95653.69606276833, - 95078.80215025204, - 95229.8164807667, - 96162.69747332469 - ], - "fuel": [ - 42.18531087730915, - 42.68448579079893, - 42.50220508370248, - 41.8771348617665, - 41.25268502536014, - 40.959253695673354, - 41.036213752972934, - 41.513510653109584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 12.5, -47.96875 12.65625, -47.8125 12.65625, -47.8125 12.5, -47.96875 12.5))", @@ -365957,68 +258019,7 @@ "id": "6567", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.117688986492638, - 12.117688986492638, - 12.117688986492638, - 12.117688986492638, - 12.117688986492638, - 12.117688986492638, - 12.117688986492638, - 12.117688986492638 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1009.2875313415207, - 2017.8410222278253, - 1513.1597751190484, - 145.18710204551462, - -1179.0298671298583, - -1746.9599814640655, - -1529.6789861966995, - -439.6888598155201 - ], - "relative wind speed": [ - 3.79061754711456, - 4.018387971107456, - 3.9190298628449227, - 3.5305551317873176, - 3.026675886051332, - 2.7170032059893336, - 2.858452945533146, - 3.326368706127998 - ], - "relative wind angle": [ - 0.14130882843755993, - 0.0258806494911875, - 0.09886068723325268, - 0.18545573737879037, - 0.17731487607453497, - 0.038281988127661586, - 0.13573689962670513, - 0.196984844859501 - ], - "resistance": [ - 97643.78753134151, - 98652.34102222783, - 98147.65977511904, - 96779.68710204551, - 95455.47013287015, - 94887.54001853593, - 95104.8210138033, - 96194.81114018448 - ], - "fuel": [ - 42.97261099506472, - 43.497826109976735, - 43.234534782294546, - 42.5256319978233, - 41.84603688500792, - 41.55657149580022, - 41.66717458050549, - 42.224666045450775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 12.65625, -47.8125 12.8125, -47.65625 12.8125, -47.65625 12.65625, -47.8125 12.65625))", @@ -366037,68 +258038,7 @@ "id": "6568", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.199865631268942, - 13.199865631268942, - 13.199865631268942, - 13.199865631268942, - 13.199865631268942, - 13.199865631268942, - 13.199865631268942, - 13.199865631268942 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 955.9897305724216, - 1940.8525560659255, - 1457.6992540219435, - 119.72651572130508, - -1184.904504217251, - -1742.4470518660028, - -1535.5900025904357, - -466.88447171004464 - ], - "relative wind speed": [ - 4.041068508677651, - 4.251903285497902, - 4.161435190658516, - 3.8069257034738344, - 3.3554235723328505, - 3.083896965264128, - 3.2049273307739883, - 3.618897446712659 - ], - "relative wind angle": [ - 0.11916436344947362, - 0.022392020823269892, - 0.0831870251273371, - 0.1540672829819179, - 0.14366864078059746, - 0.030875181301789, - 0.10810000075912382, - 0.1621413017050837 - ], - "resistance": [ - 97590.4897305724, - 98575.35255606592, - 98092.19925402192, - 96754.2265157213, - 95449.59549578273, - 94892.05294813398, - 95098.90999740954, - 96167.61552828994 - ], - "fuel": [ - 43.77055303679768, - 44.28319225061493, - 44.03125107517724, - 43.33809612048315, - 42.66862867970992, - 42.384459088655454, - 42.48975550817035, - 43.0362948263934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 12.65625, -47.65625 12.8125, -47.5 12.8125, -47.5 12.65625, -47.65625 12.65625))", @@ -366117,68 +258057,7 @@ "id": "6569", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.312726039469023, - 12.312726039469023, - 12.312726039469023, - 12.312726039469023, - 12.312726039469023, - 12.312726039469023, - 12.312726039469023, - 12.312726039469023 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 503.1047735162838, - 1555.3112641753587, - 1537.0215008577725, - 471.5187600020399, - -765.9382176311728, - -1496.7736759921777, - -1488.9261913996784, - -738.8374912479549 - ], - "relative wind speed": [ - 3.677362656069037, - 3.947985176772288, - 3.944340173945679, - 3.6679074551032174, - 3.241360729884621, - 2.9056545784858128, - 2.910600638646163, - 3.2520563319671325 - ], - "relative wind angle": [ - 0.14132302309915443, - 0.053304001628868634, - 0.055931235891312554, - 0.14284805989265478, - 0.1604875390718477, - 0.072454557988597, - 0.07582911431326153, - 0.16126521178242634 - ], - "resistance": [ - 97137.60477351627, - 98189.81126417534, - 98171.52150085775, - 97106.01876000203, - 95868.56178236881, - 95137.7263240078, - 95145.57380860031, - 95895.66250875204 - ], - "fuel": [ - 42.853531758399726, - 43.39958323912057, - 43.39005642868184, - 42.83720361956533, - 42.20043180314245, - 41.82703414072715, - 41.83103301313704, - 42.21431629328359 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 12.5, -47.8125 12.65625, -47.65625 12.65625, -47.65625 12.5, -47.8125 12.5))", @@ -366197,68 +258076,7 @@ "id": "6570", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.69711925899111, - 14.69711925899111, - 14.69711925899111, - 14.69711925899111, - 14.69711925899111, - 14.69711925899111, - 14.69711925899111, - 14.69711925899111 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 801.4355601541056, - 2212.5204293127344, - 2061.8314473465425, - 540.8113246820831, - -1158.883432948016, - -2105.0639503907632, - -2040.4677259748605, - -935.166827129493 - ], - "relative wind speed": [ - 4.4070502081635, - 4.70533652061934, - 4.680055318872822, - 4.34157361629864, - 3.8429172857283067, - 3.4712984645445357, - 3.5053084050499135, - 3.916738864984861 - ], - "relative wind angle": [ - 0.1340123919114626, - 0.0456753220658984, - 0.06093424411221591, - 0.14280488187997822, - 0.15383155257448577, - 0.061930842362093466, - 0.08139487133960512, - 0.15841874087437682 - ], - "resistance": [ - 97435.93556015412, - 98847.02042931275, - 98696.33144734656, - 97175.3113246821, - 95475.616567052, - 94529.43604960926, - 94594.03227402516, - 95699.33317287052 - ], - "fuel": [ - 44.95990013384265, - 45.69470322551796, - 45.615880639846296, - 44.824994245495745, - 43.95138715615609, - 43.46972819507784, - 43.502505345676745, - 44.06575840461935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 12.5, -47.65625 12.65625, -47.5 12.65625, -47.5 12.5, -47.65625 12.5))", @@ -366277,68 +258095,7 @@ "id": "6571", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.741708400939702, - 11.741708400939702, - 11.741708400939702, - 11.741708400939702, - 11.741708400939702, - 11.741708400939702, - 11.741708400939702, - 11.741708400939702 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 132.70880174270678, - 1348.7793022028436, - 1785.1512046274675, - 882.1592958545625, - -410.1032573363409, - -1377.1970886802765, - -1564.7994593525173, - -1052.0194462464342 - ], - "relative wind speed": [ - 3.4137659768003648, - 3.7710952031362224, - 3.8606540747360283, - 3.64744993564284, - 3.218164896508795, - 2.790918202736186, - 2.6656581852715684, - 2.9506766024863267 - ], - "relative wind angle": [ - 0.17601767285634234, - 0.09358141523089493, - 0.025757828427610215, - 0.1355796445195763, - 0.1868385801245553, - 0.12660086530285786, - 0.037309412643199466, - 0.16786979287425075 - ], - "resistance": [ - 96767.2088017427, - 97983.27930220285, - 98419.65120462747, - 97516.65929585457, - 96224.39674266367, - 95257.30291131973, - 95069.70054064748, - 95582.48055375357 - ], - "fuel": [ - 42.25042076055522, - 42.88020554313418, - 43.10753763113903, - 42.63789935728021, - 41.97108280887639, - 41.47612086547533, - 41.38050836162765, - 41.64215953963612 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 12.34375, -48.75 12.5, -48.59375 12.5, -48.59375 12.34375, -48.75 12.34375))", @@ -366370,34 +258127,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 796.8916067148893, + 796.891606714883, 1852.8395238612848, - 1555.3864450209585, + 1555.3864450209558, 283.46861185007947, - -1043.184257763819, + -1043.18425776382, -1700.7203441523693, -1573.1007437726134, -602.7342049268436 ], "relative wind speed": [ - 3.9106372688952584, + 3.9106372688952575, 4.153683755634686, - 4.097002263833236, + 4.097002263833235, 3.7635156246023316, 3.305226643171124, 2.9940805382917377, 3.0711853512522094, - 3.471823318513622 + 3.4718233185136214 ], "relative wind angle": [ - 0.13203089431121506, - 0.035581433008159476, - 0.07472359631700126, - 0.15481157410726695, - 0.15639803199467908, + 0.13203089431121676, + 0.03558143300815948, + 0.07472359631700125, + 0.15481157410726698, + 0.1563980319946798, 0.049371712698547225, 0.09975489833521292, - 0.16793711914930948 + 0.16793711914930884 ], "resistance": [ 97431.3916067149, @@ -366450,9 +258207,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 493.6833379450145, + 493.68333794501086, 1800.1120183571775, - 1910.4968719613335, + 1910.4968719613216, 683.8898105762555, -810.5971141063001, -1753.4625299264721, @@ -366460,7 +258217,7 @@ -973.6799277870623 ], "relative wind speed": [ - 3.9211668454833664, + 3.9211668454833655, 4.241469753794444, 4.261854083119724, 3.974168599831625, @@ -366470,11 +258227,11 @@ 3.4425861869756407 ], "relative wind angle": [ - 0.15163162099687494, + 0.15163162099687497, 0.0634614938899839, - 0.04973799104393899, - 0.14357811838622883, - 0.16990699468401657, + 0.049737991043943455, + 0.1435781183862288, + 0.16990699468401654, 0.08667523359934126, 0.06886534536472437, 0.16594016648215165 @@ -366482,7 +258239,7 @@ "resistance": [ 97128.18333794505, 98434.61201835722, - 98544.99687196138, + 98544.99687196137, 97318.3898105763, 95823.90288589374, 94881.03747007357, @@ -366492,7 +258249,7 @@ "fuel": [ 43.52441748166173, 44.20297184620527, - 44.26059631885404, + 44.26059631885403, 43.622815027642474, 42.85331416242545, 42.37211501460165, @@ -366530,9 +258287,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 440.5406105624088, + 440.54061056240334, 1766.3837414105692, - 1929.1940589811338, + 1929.1940589811393, 721.996382973346, -781.9177209999407, -1753.811117435177, @@ -366540,9 +258297,9 @@ -1023.4818002656166 ], "relative wind speed": [ - 4.0121560434507595, + 4.012156043450759, 4.3326183135637955, - 4.362092621334303, + 4.362092621334302, 4.088531281710807, 3.6318713440751473, 3.242885154593711, @@ -366550,19 +258307,19 @@ 3.545673072264962 ], "relative wind angle": [ - 0.14513219340919128, + 0.14513219340919206, 0.06334532633686919, - 0.04411653794196524, - 0.13402618748998077, - 0.160454001729496, + 0.04411653794196272, + 0.13402618748998074, + 0.16045400172949603, 0.08467633834712425, 0.060095571619072884, 0.15470023206731626 ], "resistance": [ - 97075.04061056237, + 97075.04061056236, 98400.88374141052, - 98563.69405898108, + 98563.6940589811, 97356.4963829733, 95852.58227900001, 94880.68888256478, @@ -366570,9 +258327,9 @@ 95611.01819973435 ], "fuel": [ - 43.82794596402548, + 43.827945964025474, 44.51636983426483, - 44.60135754581886, + 44.601357545818864, 43.97354069213458, 43.1989989665791, 42.702933920607244, @@ -366597,68 +258354,7 @@ "id": "6575", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.41845643454623, - 18.41845643454623, - 18.41845643454623, - 18.41845643454623, - 18.41845643454623, - 18.41845643454623, - 18.41845643454623, - 18.41845643454623 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -69.98589168818035, - 2047.0063419776325, - 3015.5198896461643, - 1625.8151075206006, - -565.746471869692, - -2321.6764429101877, - -2733.304826871581, - -2026.2750260016182 - ], - "relative wind speed": [ - 5.214487773660345, - 5.633389598214836, - 5.768326911997442, - 5.559243774573048, - 5.100710270396218, - 4.633902204287823, - 4.464810482036692, - 4.722598507077376 - ], - "relative wind angle": [ - 0.12532567836913885, - 0.07468532179490653, - 0.009942147226379688, - 0.09032274112879686, - 0.12813644898505586, - 0.09083469258106082, - 0.012844932139732914, - 0.10638014383438026 - ], - "resistance": [ - 96564.51410831182, - 98681.50634197763, - 99650.01988964617, - 98260.3151075206, - 96068.75352813031, - 94312.82355708981, - 93901.19517312842, - 94608.22497399838 - ], - "fuel": [ - 48.304693842985316, - 49.403004320155816, - 49.911035871769414, - 49.183158450867815, - 48.049899699172684, - 47.15480275554859, - 46.94663247023073, - 47.304582877757824 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 12.03125, -48.75 12.1875, -48.59375 12.1875, -48.59375 12.03125, -48.75 12.03125))", @@ -366677,68 +258373,7 @@ "id": "6576", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.47372872116126, - 16.47372872116126, - 16.47372872116126, - 16.47372872116126, - 16.47372872116126, - 16.47372872116126, - 16.47372872116126, - 16.47372872116126 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 216.37095028211843, - 1873.4685672671767, - 2368.7973570214617, - 1082.0432195102658, - -715.0987125135489, - -2015.335027214136, - -2226.233669858668, - -1460.3174659643146 - ], - "relative wind speed": [ - 4.732686275756875, - 5.084762230454255, - 5.161457519459372, - 4.929046277803251, - 4.493675824363632, - 4.091043248237973, - 3.993845023786469, - 4.277375900067885 - ], - "relative wind angle": [ - 0.1237150051954714, - 0.0645059380490684, - 0.02334343294423321, - 0.10123652500013718, - 0.1303317294269073, - 0.08020487587041175, - 0.030169792009719584, - 0.11672591100183295 - ], - "resistance": [ - 96850.8709502821, - 98507.96856726716, - 99003.29735702145, - 97716.54321951025, - 95919.40128748644, - 94619.16497278585, - 94408.26633014131, - 95174.18253403567 - ], - "fuel": [ - 46.35531942088654, - 47.21538116167345, - 47.47444880989665, - 46.803343323813664, - 45.87635692550971, - 45.21317306849909, - 45.106197429569875, - 45.495489530258524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 12.03125, -48.59375 12.1875, -48.4375 12.1875, -48.4375 12.03125, -48.59375 12.03125))", @@ -366757,68 +258392,7 @@ "id": "6577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.682114331717862, - 13.682114331717862, - 13.682114331717862, - 13.682114331717862, - 13.682114331717862, - 13.682114331717862, - 13.682114331717862, - 13.682114331717862 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 101.75791213025423, - 1601.1292256490406, - 2181.006079739801, - 1103.736740788967, - -479.03438856976845, - -1686.3212528711892, - -1934.783485195905, - -1338.9089383877872 - ], - "relative wind speed": [ - 3.942217679321669, - 4.326924412825576, - 4.431098905275711, - 4.212329340879358, - 3.762604483754825, - 3.3130043552676285, - 3.1723233164342868, - 3.457535864787972 - ], - "relative wind angle": [ - 0.16038706146443615, - 0.08812269015808863, - 0.020545131005427243, - 0.12126194164167611, - 0.16811460250547788, - 0.11519769410780303, - 0.028699344791591645, - 0.14791083470396507 - ], - "resistance": [ - 96736.25791213026, - 98235.62922564904, - 98815.5060797398, - 97738.23674078897, - 96155.46561143023, - 94948.17874712881, - 94699.7165148041, - 95295.59106161221 - ], - "fuel": [ - 43.72159070154347, - 44.49871036988958, - 44.801502057415206, - 44.23998609060092, - 43.42281556740526, - 42.805771187445075, - 42.679455076333596, - 42.98277784358612 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 11.875, -48.75 12.03125, -48.59375 12.03125, -48.59375 11.875, -48.75 11.875))", @@ -366850,11 +258424,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 17.019914855409297, + 17.01991485540475, 1576.595396100076, - 2235.4735695626277, + 2235.473569562597, 1166.2180055724766, - -464.94598319321267, + -464.94598319321176, -1741.2711575804478, -2022.0159696151068, -1453.7538437361272 @@ -366862,7 +258436,7 @@ "relative wind speed": [ 4.337790730812412, 4.705800098522452, - 4.815424581977636, + 4.815424581977635, 4.619121818340898, 4.203970097599508, 3.7875108499618815, @@ -366870,19 +258444,19 @@ 3.8927505228514154 ], "relative wind angle": [ - 0.13509397551007177, - 0.07771646840367225, - 0.014027350026201802, + 0.13509397551007343, + 0.07771646840367226, + 0.01402735002620972, 0.09994148905456618, - 0.1394219219854662, + 0.13942192198546619, 0.09661202797592315, - 0.0185212732465587, + 0.018521273246558695, 0.1186711828970652 ], "resistance": [ 96651.51991485544, 98211.0953961001, - 98869.97356956266, + 98869.97356956263, 97800.7180055725, 96169.55401680681, 94893.22884241959, @@ -366892,7 +258466,7 @@ "fuel": [ 45.04262373535727, 45.85062997772551, - 46.19471012312039, + 46.19471012312037, 45.63713860212826, 44.79475090501489, 44.142518072202606, @@ -366917,68 +258491,7 @@ "id": "6579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.288694679993906, - 16.288694679993906, - 16.288694679993906, - 16.288694679993906, - 16.288694679993906, - 16.288694679993906, - 16.288694679993906, - 16.288694679993906 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 232.09146483644508, - 1988.883650713682, - 2524.571274725993, - 1165.0281038153953, - -735.403697948409, - -2114.965793850307, - -2343.5426217479862, - -1537.8067577941265 - ], - "relative wind speed": [ - 4.693354841059764, - 5.069196255441129, - 5.152133188939644, - 4.906543650621, - 4.442173444148208, - 4.007958819126802, - 3.9007702028472924, - 4.2055099543985675 - ], - "relative wind angle": [ - 0.1337641023585395, - 0.06968245667122577, - 0.024611256094482736, - 0.10869210258631908, - 0.14137716452366225, - 0.0881760639240736, - 0.032508965491410864, - 0.12690122008740107 - ], - "resistance": [ - 96866.59146483649, - 98623.38365071373, - 99159.07127472604, - 97799.52810381544, - 95899.09630205164, - 94519.53420614974, - 94290.95737825206, - 95096.69324220592 - ], - "fuel": [ - 46.17689258479875, - 47.08912611974876, - 47.36957259248362, - 46.659900118835616, - 45.67941399885491, - 44.976077969389955, - 44.860227555624114, - 45.26946676804434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 12.34375, -47.8125 12.5, -47.65625 12.5, -47.65625 12.34375, -47.8125 12.34375))", @@ -366997,68 +258510,7 @@ "id": "6580", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.7994835037317, - 15.7994835037317, - 15.7994835037317, - 15.7994835037317, - 15.7994835037317, - 15.7994835037317, - 15.7994835037317, - 15.7994835037317 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 985.9780100892749, - 2455.5177265346756, - 2144.867965574498, - 446.8871721923824, - -1375.4252473567794, - -2319.575559569673, - -2186.690248785413, - -912.220991402196 - ], - "relative wind speed": [ - 4.742863427294878, - 5.026615898650693, - 4.977602110397733, - 4.616379192675729, - 4.110991504484332, - 3.758741444598943, - 3.823412333306166, - 4.252534278444354 - ], - "relative wind angle": [ - 0.12230717138294685, - 0.03657692071267302, - 0.06406748837796603, - 0.1378829179763342, - 0.1412235788144573, - 0.04892341983306535, - 0.08344758012344247, - 0.1497655287461503 - ], - "resistance": [ - 97620.47801008925, - 99090.01772653464, - 98779.36796557446, - 97081.38717219235, - 95259.0747526432, - 94314.9244404303, - 94447.80975121456, - 95722.27900859778 - ], - "fuel": [ - 46.08462707445338, - 46.85103866824349, - 46.688355155274536, - 45.805488734828096, - 44.86991138648476, - 44.3900431082194, - 44.45738203968772, - 45.106549715772914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 12.34375, -47.65625 12.5, -47.5 12.5, -47.5 12.34375, -47.65625 12.34375))", @@ -367077,68 +258529,7 @@ "id": "6581", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.959900174369066, - 14.959900174369066, - 14.959900174369066, - 14.959900174369066, - 14.959900174369066, - 14.959900174369066, - 14.959900174369066, - 14.959900174369066 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 46.79974290433347, - 1737.8839619689224, - 2446.064301217468, - 1275.0230111904493, - -494.8365583335908, - -1873.7091208969632, - -2176.463758237238, - -1550.0241024352163 - ], - "relative wind speed": [ - 4.282064757193106, - 4.684484714552791, - 4.802255159390694, - 4.586215975623311, - 4.1288862483875555, - 3.665976431462751, - 3.510288538143918, - 3.788192611504414 - ], - "relative wind angle": [ - 0.15146325146042763, - 0.08593221800718544, - 0.016140984974770817, - 0.1117992987793012, - 0.15712826924971282, - 0.10989249126899153, - 0.022082532994029846, - 0.13548333700495652 - ], - "resistance": [ - 96681.29974290433, - 98372.38396196892, - 99080.56430121747, - 97909.52301119045, - 96139.6634416664, - 94760.79087910303, - 94458.03624176276, - 95084.47589756479 - ], - "fuel": [ - 44.808011654214916, - 45.68475290495609, - 46.05506966920623, - 45.44372531664947, - 44.5294507233299, - 43.82523015274561, - 43.67155392556525, - 43.98990775802888 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 12.1875, -47.8125 12.34375, -47.65625 12.34375, -47.65625 12.1875, -47.8125 12.1875))", @@ -367157,68 +258548,7 @@ "id": "6582", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.679899621185724, - 13.679899621185724, - 13.679899621185724, - 13.679899621185724, - 13.679899621185724, - 13.679899621185724, - 13.679899621185724, - 13.679899621185724 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 545.1726276437712, - 2033.8135348377255, - 2185.1180562420195, - 805.1299237685935, - -887.708332531065, - -1967.762957634006, - -2032.863627227911, - -1110.3840395024154 - ], - "relative wind speed": [ - 4.076823147655774, - 4.428222547148652, - 4.454910725790711, - 4.146424460545321, - 3.6336339533092157, - 3.196033128243165, - 3.158726501161246, - 3.5540043439611786 - ], - "relative wind angle": [ - 0.1599371697708067, - 0.06782777544777817, - 0.050486358096267864, - 0.1496173425391962, - 0.17964513396877238, - 0.09404442396272363, - 0.07123343062643592, - 0.1747954050146842 - ], - "resistance": [ - 97179.67262764377, - 98668.31353483773, - 98819.61805624202, - 97439.62992376859, - 95746.79166746893, - 94666.73704236599, - 94601.63637277209, - 95524.11596049758 - ], - "fuel": [ - 43.94870132874168, - 44.722685948624125, - 44.80181491033059, - 44.08326588809904, - 43.21149632263534, - 42.66086711155867, - 42.627816446363646, - 43.09761746099788 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 12.1875, -47.65625 12.34375, -47.5 12.34375, -47.5 12.1875, -47.65625 12.1875))", @@ -367237,68 +258567,7 @@ "id": "6583", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.097374460227835, - 12.097374460227835, - 12.097374460227835, - 12.097374460227835, - 12.097374460227835, - 12.097374460227835, - 12.097374460227835, - 12.097374460227835 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 508.1560242000296, - 1839.7044617401589, - 1976.444041539684, - 741.1651622207037, - -766.204360755587, - -1729.2060743026536, - -1788.2842035774265, - -965.2162654904218 - ], - "relative wind speed": [ - 3.6469381631526225, - 3.9964952631125708, - 4.023046388122436, - 3.7167474054805325, - 3.2013466086277265, - 2.7525994416823623, - 2.7136462248138185, - 3.120026730379885 - ], - "relative wind angle": [ - 0.18093137102427007, - 0.07601729387986586, - 0.056460604693596476, - 0.16884296134347784, - 0.2064557989408277, - 0.11048779604971037, - 0.08375764889318184, - 0.20154237438100123 - ], - "resistance": [ - 97142.65602420004, - 98474.20446174017, - 98610.9440415397, - 97375.66516222071, - 95868.29563924443, - 94905.29392569736, - 94846.21579642259, - 95669.28373450959 - ], - "fuel": [ - 42.69828871792006, - 43.390024133824234, - 43.46143347809985, - 42.81886002794682, - 42.042440875112, - 41.55084200360311, - 41.52079579019376, - 41.94056520858088 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 11.71875, -48.75 11.875, -48.59375 11.875, -48.59375 11.71875, -48.75 11.71875))", @@ -367330,9 +258599,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 134.5096201624374, + 134.50962016243284, 1433.836474783413, - 1889.7419079762485, + 1889.741907976233, 922.2476118950826, -463.031795343818, -1496.4176640538985, @@ -367340,9 +258609,9 @@ -1139.036839118975 ], "relative wind speed": [ - 3.7082948412298005, + 3.7082948412298, 4.060751993553623, - 4.148133206250304, + 4.148133206250303, 3.9348661572975283, 3.511124474034431, 3.096730364191462, @@ -367350,10 +258619,10 @@ 3.2551918569893363 ], "relative wind angle": [ - 0.1584083318774759, + 0.1584083318774773, 0.08456597449246958, - 0.024087090016264676, - 0.12338738580929233, + 0.024087090016269283, + 0.12338738580929234, 0.1673856130822685, 0.11098721578535609, 0.033547104686954196, @@ -367362,7 +258631,7 @@ "resistance": [ 96769.00962016245, 98068.33647478343, - 98524.24190797626, + 98524.24190797625, 97556.7476118951, 96171.4682046562, 95138.08233594612, @@ -367372,7 +258641,7 @@ "fuel": [ 43.04948410838192, 43.722596088532185, - 43.960265218613046, + 43.96026521861304, 43.45681938267215, 42.74203857833624, 42.21347912316634, @@ -367397,68 +258666,7 @@ "id": "6585", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.709888341061475, - 17.709888341061475, - 17.709888341061475, - 17.709888341061475, - 17.709888341061475, - 17.709888341061475, - 17.709888341061475, - 17.709888341061475 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -9.994474813011038, - 1962.5709642512738, - 2813.3893137548494, - 1478.5521779388982, - -579.5258899706769, - -2200.7206712822226, - -2562.5516823661383, - -1861.3057857568929 - ], - "relative wind speed": [ - 5.0281108404462405, - 5.431081721523918, - 5.554048160953044, - 5.342567161639727, - 4.892164093062963, - 4.440553959968999, - 4.285757478332351, - 4.546662980762526 - ], - "relative wind angle": [ - 0.12646931192394748, - 0.07371513460035165, - 0.01234014463018854, - 0.09314515993509107, - 0.1300033853709192, - 0.09019895571760889, - 0.01599225806208775, - 0.10951100170388996 - ], - "resistance": [ - 96624.50552518702, - 98597.0709642513, - 99447.88931375487, - 98113.05217793892, - 96054.97411002935, - 94433.7793287178, - 94071.94831763388, - 94773.19421424314 - ], - "fuel": [ - 47.54270104395022, - 48.56599217368239, - 49.0118333554373, - 48.31356135319261, - 47.24994371059075, - 46.42320565020606, - 46.24002270629329, - 46.5954828885411 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 11.5625, -48.75 11.71875, -48.59375 11.71875, -48.59375 11.5625, -48.75 11.5625))", @@ -367490,17 +258698,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 338.4545586995191, + 338.4545586995091, 1873.95607106228, - 2211.5804324721094, + 2211.5804324720966, 925.832523254815, - -774.9129401685614, + -774.9129401685632, -1944.128392504469, - -2088.320312014808, + -2088.3203120148028, -1279.9603534772687 ], "relative wind speed": [ - 4.448037250676019, + 4.448037250676018, 4.789700439723244, 4.845113507680903, 4.5906394944129705, @@ -367510,19 +258718,19 @@ 3.9818835145757556 ], "relative wind angle": [ - 0.13279776389124642, + 0.13279776389124812, 0.0640791548146698, - 0.03203804110537452, + 0.03203804110537798, 0.1148765862467444, - 0.1427240316410289, + 0.14272403164102967, 0.08209863123157612, - 0.04232487274863451, - 0.1325356546139473 + 0.042324872748631885, + 0.13253565461394734 ], "resistance": [ - 96972.95455869952, + 96972.95455869951, 98508.45607106228, - 98846.08043247211, + 98846.0804324721, 97560.33252325481, 95859.58705983144, 94690.37160749553, @@ -367530,7 +258738,7 @@ 95354.53964652272 ], "fuel": [ - 45.2856703556139, + 45.28567035561389, 46.082971823468036, 46.25945820091768, 45.58962728269943, @@ -367570,17 +258778,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 418.1241746917658, + 418.12417469175125, 2570.1133282127867, - 3069.7234071035746, + 3069.7234071035546, 1292.9658160569124, -1087.4161870256867, -2737.1356305135796, - -2949.625645391603, + -2949.625645391592, -1840.8796602873463 ], "relative wind speed": [ - 5.610706712163271, + 5.61070671216327, 5.992762784257182, 6.058625267620881, 5.77895094551931, @@ -367590,19 +258798,19 @@ 5.09944178924125 ], "relative wind angle": [ - 0.11570231712255474, + 0.11570231712255667, 0.05704509721716278, - 0.02715911005037441, + 0.0271591100503785, 0.09955058131010466, - 0.12289151801159426, + 0.12289151801159427, 0.07055909895761393, - 0.03454383300537291, + 0.0345438330053697, 0.11286911060809213 ], "resistance": [ - 97052.62417469175, + 97052.62417469174, 99204.61332821277, - 99704.22340710356, + 99704.22340710353, 97927.4658160569, 95547.0838129743, 93897.3643694864, @@ -367610,9 +258818,9 @@ 94793.62033971264 ], "fuel": [ - 49.795526002233395, + 49.79552600223339, 50.91604186564802, - 51.17864781337616, + 51.17864781337615, 50.24896716046836, 49.02185363004855, 48.183774576067286, @@ -367650,53 +258858,53 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1163.7112847381431, + 1163.7112847381268, 2632.4214650079557, - 2124.403270069228, + 2124.4032700692096, 272.3563945436381, - -1629.2722344599733, - -2519.4971156405736, - -2303.7367783404134, + -1629.2722344599752, + -2519.4971156405754, + -2303.7367783404097, -861.2224411507541 ], "relative wind speed": [ - 5.447889468402414, + 5.447889468402412, 5.690459338309895, 5.618993258207167, 5.265760179682685, - 4.806144658357245, + 4.806144658357244, 4.516325791617286, 4.604936579499026, 5.005027059572603 ], "relative wind angle": [ - 0.09339204755529458, + 0.09339204755529577, 0.02306310082858331, - 0.057420090757056945, + 0.05742009075706082, 0.11175742635877597, - 0.10590634840513256, - 0.029060453493849763, - 0.07008347616418462, - 0.11760565766354772 + 0.10590634840513151, + 0.029060453493849767, + 0.07008347616418303, + 0.1176056576635477 ], "resistance": [ - 97798.21128473821, + 97798.21128473818, 99266.92146500801, - 98758.90327006929, + 98758.90327006926, 96906.85639454369, 95005.22776554008, 94115.00288435948, - 94330.76322165964, + 94330.76322165965, 95773.27755884931 ], "fuel": [ - 48.88293275065013, + 48.882932750650106, 49.649880785461775, - 49.38368995381683, + 49.383689953816805, 48.42138866628675, 47.44660589357596, 46.99489700712974, - 47.10410518225382, + 47.10410518225383, 47.83869156792505 ] }, @@ -367730,9 +258938,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 933.9748971445388, + 933.974897144526, 2916.1318072801805, - 2826.839308879047, + 2826.8393088790363, 776.88388753648, -1598.252255759171, -2966.343766142347, @@ -367742,7 +258950,7 @@ "relative wind speed": [ 6.106133561360797, 6.415568420934363, - 6.4044659195880715, + 6.404465919588072, 6.077930676896074, 5.596366923040732, 5.238766232882588, @@ -367750,19 +258958,19 @@ 5.626983960642388 ], "relative wind angle": [ - 0.09457528858406405, + 0.09457528858406641, 0.03533159962725259, - 0.04000346386403722, - 0.09703570662167939, - 0.10321947174916167, + 0.04000346386404, + 0.0970357066216794, + 0.10321947174916168, 0.04327276123468903, 0.04878481634579223, 0.10483969508917095 ], "resistance": [ - 97568.47489714455, + 97568.47489714454, 99550.6318072802, - 99461.33930887906, + 99461.33930887905, 97411.38388753649, 95036.24774424084, 93668.15623385766, @@ -367772,7 +258980,7 @@ "fuel": [ 51.941844153840066, 52.97710877644974, - 52.93015755913714, + 52.93015755913713, 51.86042202341147, 50.64055073980904, 49.94742604304317, @@ -367810,19 +259018,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1654.4690012823394, + 1654.4690012823285, 2746.38007644923, - 1635.5566651639092, + 1635.5566651639056, -303.59185573909053, - -1968.8137444684526, + -1968.813744468449, -2431.85716787615, - -1955.5441338346336, + -1955.54413383463, -281.3109303512083 ], "relative wind speed": [ - 5.385804309371249, + 5.385804309371248, 5.544780003475733, - 5.382343232255568, + 5.382343232255567, 4.972096095108197, 4.526510573783358, 4.330311853258389, @@ -367830,17 +259038,17 @@ 4.97739354024014 ], "relative wind angle": [ - 0.07945749434799122, + 0.07945749434799262, 0.000481295601894473, - 0.08021213540573134, + 0.08021213540573136, 0.12243405883867034, - 0.09458288010782745, + 0.09458288010782627, 0.0006162785463971406, - 0.09533350073346487, - 0.12230309816578465 + 0.09533350073346371, + 0.12230309816578466 ], "resistance": [ - 98288.96900128237, + 98288.96900128236, 99380.88007644926, 98270.05666516394, 96330.90814426093, @@ -367850,7 +259058,7 @@ 96353.18906964883 ], "fuel": [ - 48.47684978083336, + 48.476849780833355, 49.04826500682112, 48.46699172717277, 47.46327507258233, @@ -367877,68 +259085,7 @@ "id": "6591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.837135299802764, - 21.837135299802764, - 21.837135299802764, - 21.837135299802764, - 21.837135299802764, - 21.837135299802764, - 21.837135299802764, - 21.837135299802764 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1578.5446781266455, - 3373.1519549461646, - 2591.5240335522703, - 201.3618176502223, - -2184.3350011243, - -3227.1320267816027, - -2896.1465176068523, - -996.5662286099323 - ], - "relative wind speed": [ - 6.452231091035743, - 6.698943138300609, - 6.605196069576908, - 6.214516942526554, - 5.725775559077001, - 5.435066939317952, - 5.548619349666869, - 5.982939994359147 - ], - "relative wind angle": [ - 0.08211801984452358, - 0.01737907620188396, - 0.05522895570016385, - 0.10188250164428836, - 0.0925648749553634, - 0.021420984815855436, - 0.06575970531649282, - 0.10584049997522231 - ], - "resistance": [ - 98213.04467812667, - 100007.65195494618, - 99226.02403355228, - 96835.86181765024, - 94450.16499887571, - 93407.36797321841, - 93738.35348239317, - 95637.93377139009 - ], - "fuel": [ - 53.448789824715405, - 54.38977689006274, - 53.978463823693005, - 52.73480272095378, - 51.5146634201287, - 50.987987743519255, - 51.15471714060279, - 52.11948787672493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 11.40625, -48.4375 11.5625, -48.28125 11.5625, -48.28125 11.40625, -48.4375 11.40625))", @@ -367957,68 +259104,7 @@ "id": "6592", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.234758911945075, - 18.234758911945075, - 18.234758911945075, - 18.234758911945075, - 18.234758911945075, - 18.234758911945075, - 18.234758911945075, - 18.234758911945075 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 692.9108821494829, - 2567.474767572632, - 2691.486120769625, - 909.5341971089638, - -1260.5964743514123, - -2610.1871422753156, - -2663.024857322407, - -1447.0525075687492 - ], - "relative wind speed": [ - 5.329066290482421, - 5.669279914733235, - 5.686599509964687, - 5.373432162524352, - 4.876347629298121, - 4.476268421187427, - 4.454245137325387, - 4.827415511934551 - ], - "relative wind angle": [ - 0.11600460939342867, - 0.04850949198261403, - 0.040111137301456594, - 0.11140617209765089, - 0.12683005370285505, - 0.061452781743358616, - 0.051217329862535, - 0.12406873812850189 - ], - "resistance": [ - 97327.41088214953, - 99201.97476757268, - 99325.98612076967, - 97544.03419710901, - 95373.90352564864, - 94024.31285772473, - 93971.47514267763, - 95187.4474924313 - ], - "fuel": [ - 48.48983476170021, - 49.466847659613286, - 49.53194285201346, - 48.60206949664861, - 47.48559024262251, - 46.80009661753339, - 46.77339677894783, - 47.39048067895524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 11.40625, -48.28125 11.5625, -48.125 11.5625, -48.125 11.40625, -48.28125 11.40625))", @@ -368037,68 +259123,7 @@ "id": "6593", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.452908186118893, - 17.452908186118893, - 17.452908186118893, - 17.452908186118893, - 17.452908186118893, - 17.452908186118893, - 17.452908186118893, - 17.452908186118893 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1133.8879485605812, - 2826.5897592845176, - 2462.545571351615, - 500.456226820721, - -1604.9325035739803, - -2691.2672618222414, - -2535.7943836597988, - -1060.2668815356137 - ], - "relative wind speed": [ - 5.2173111498846545, - 5.514787957636116, - 5.462339287325707, - 5.082360340653685, - 4.554086359678962, - 4.188932082098775, - 4.257098509109555, - 4.704216361294967 - ], - "relative wind angle": [ - 0.11604267037609005, - 0.03461148620251232, - 0.06121874493921298, - 0.13091358205059922, - 0.13303621626660567, - 0.045573184426661584, - 0.07858237628821219, - 0.14150506228853452 - ], - "resistance": [ - 97768.38794856063, - 99461.08975928456, - 99097.04557135166, - 97134.95622682077, - 95029.56749642607, - 93943.2327381778, - 94098.70561634024, - 95574.23311846443 - ], - "fuel": [ - 47.854952169211614, - 48.739384312583056, - 48.54827228669819, - 47.52672718082201, - 46.44650729218996, - 45.89558829877185, - 45.974164862965225, - 46.724379397028954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 11.25, -48.4375 11.40625, -48.28125 11.40625, -48.28125 11.25, -48.4375 11.25))", @@ -368117,68 +259142,7 @@ "id": "6594", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.51569428152974, - 19.51569428152974, - 19.51569428152974, - 19.51569428152974, - 19.51569428152974, - 19.51569428152974, - 19.51569428152974, - 19.51569428152974 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1270.4852176757158, - 2963.1110665754713, - 2445.2526849725564, - 362.1003701948648, - -1806.748283705736, - -2851.4859379008376, - -2631.4967738448904, - -1024.0722308421991 - ], - "relative wind speed": [ - 5.78150251257877, - 6.046904068226234, - 5.978402723786413, - 5.606876460858736, - 5.11602434882724, - 4.799419509734155, - 4.884483320984013, - 5.306826998632613 - ], - "relative wind angle": [ - 0.09492934016601308, - 0.024976710194684587, - 0.05597080134123473, - 0.1115207002514168, - 0.10732233902778689, - 0.03147068060772694, - 0.06852376356996133, - 0.11785467067730668 - ], - "resistance": [ - 97904.98521767573, - 99597.61106657548, - 99079.75268497257, - 96996.60037019488, - 94827.75171629428, - 93783.01406209917, - 94003.00322615512, - 95610.42776915782 - ], - "fuel": [ - 50.29127725419316, - 51.17652980464788, - 50.904555172631774, - 49.820582918658616, - 48.70917606174863, - 48.180056147039124, - 48.29113473208403, - 49.10823279211946 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 11.25, -48.28125 11.40625, -48.125 11.40625, -48.125 11.25, -48.28125 11.25))", @@ -368197,68 +259161,7 @@ "id": "6595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.258290038480965, - 18.258290038480965, - 18.258290038480965, - 18.258290038480965, - 18.258290038480965, - 18.258290038480965, - 18.258290038480965, - 18.258290038480965 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1337.4352540203126, - 2983.431178423207, - 2397.6493612116265, - 315.0142415649534, - -1811.8185507805338, - -2804.7240874613, - -2555.0941768973535, - -931.9516965211606 - ], - "relative wind speed": [ - 5.468383210733602, - 5.737623842799118, - 5.656134104578203, - 5.259437190931182, - 4.7398696085900385, - 4.410130551855773, - 4.514169451504446, - 4.9707041030943016 - ], - "relative wind angle": [ - 0.10488327291749136, - 0.02537901703582615, - 0.06485686581860835, - 0.12659182284178916, - 0.12107761924652777, - 0.03302081047642008, - 0.08129648612327942, - 0.1339882393916729 - ], - "resistance": [ - 97971.93525402034, - 99617.93117842324, - 99032.14936121166, - 96949.51424156499, - 94822.6814492195, - 93829.77591253872, - 94079.40582310267, - 95702.54830347886 - ], - "fuel": [ - 48.85089648464938, - 49.71202858762588, - 49.404410904168955, - 48.32107467558028, - 47.231404850571195, - 46.728458915538184, - 46.854561132264294, - 47.68015797387575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 11.09375, -49.0625 11.25, -48.90625 11.25, -48.90625 11.09375, -49.0625 11.09375))", @@ -368290,9 +259193,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1684.5859332244072, + 1684.585933224389, 2209.4702600953187, - 1042.3429313239812, + 1042.3429313239758, -643.1198316064456, -1892.9391864926201, -2115.0702741541136, @@ -368302,7 +259205,7 @@ "relative wind speed": [ 5.394759481908802, 5.471880407621265, - 5.276079026400148, + 5.276079026400147, 4.901306070103164, 4.553368074521715, 4.460394096311338, @@ -368310,17 +259213,17 @@ 5.080727260627989 ], "relative wind angle": [ - 0.054507750203475216, + 0.0545077502034793, 0.016480465014531223, 0.07996219062145926, 0.10338666025431756, 0.0645928650239177, 0.020218212426006587, - 0.08997295154173372, + 0.08997295154173371, 0.09972327972239813 ], "resistance": [ - 98319.08593322441, + 98319.0859332244, 98843.97026009533, 97676.84293132399, 95991.38016839357, @@ -368370,7 +259273,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1631.5116758115819, + 1631.5116758115673, 2097.874620689101, 982.1852442569543, -593.89693701335, @@ -368380,9 +259283,9 @@ 169.08854851983506 ], "relative wind speed": [ - 4.653632356516278, + 4.653632356516277, 4.7323247198547955, - 4.514123335411002, + 4.514123335411001, 4.096999677766164, 3.7044940286844423, 3.603425157267062, @@ -368390,17 +259293,17 @@ 4.312095054443706 ], "relative wind angle": [ - 0.06936078592521726, + 0.06936078592522046, 0.022936082389888986, - 0.1056449038576158, - 0.13825916940089442, + 0.10564490385761474, + 0.13825916940089444, 0.08717241356466562, 0.030123530920087366, - 0.12320683070394717, - 0.13132155304413876 + 0.12320683070394718, + 0.13132155304413878 ], "resistance": [ - 98266.01167581156, + 98266.01167581155, 98732.37462068908, 97616.68524425694, 96040.60306298663, @@ -368410,7 +259313,7 @@ 96803.58854851982 ], "fuel": [ - 45.66523943325295, + 45.665239433252935, 45.908712304381474, 45.327595147797155, 44.51457131436301, @@ -368450,9 +259353,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2052.0599345167066, + 2052.0599345166884, 2846.3422059879013, - 1419.6270285308347, + 1419.627028530802, -740.8515108396405, -2403.2974263706437, -2737.8848853019917, @@ -368460,29 +259363,29 @@ 10.026010885128926 ], "relative wind speed": [ - 6.628484690530136, + 6.628484690530135, 6.723882750673034, 6.5336939945070664, - 6.152195522312167, + 6.152195522312166, 5.790220780574169, 5.679160742186026, 5.896974543486482, 6.293961887049161 ], "relative wind angle": [ - 0.04815781128413902, + 0.04815781128414132, 0.01057954466371373, - 0.06427882482716217, - 0.08501443286143921, + 0.06427882482716735, + 0.08501443286143792, 0.055136356026407214, - 0.012525821026229655, + 0.012525821026229653, 0.07123044729038974, - 0.08309508118914377 + 0.08309508118914379 ], "resistance": [ - 98686.55993451673, + 98686.55993451671, 99480.84220598792, - 98054.12702853087, + 98054.12702853083, 95893.64848916039, 94231.20257362939, 93896.61511469804, @@ -368492,7 +259395,7 @@ "fuel": [ 54.369506209535594, 54.78590260690139, - 54.0396368559055, + 54.03963685590548, 52.92398383020864, 52.077335062327776, 51.908179869967526, @@ -368530,37 +259433,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1801.5312684508535, + 1801.5312684508372, 2381.3416272063114, - 1139.8197406018407, + 1139.8197406018426, -660.1291771481119, - -2002.9446726643746, + -2002.9446726643764, -2248.914421864126, - -1538.2841122130249, + -1538.2841122130267, 121.02248702057295 ], "relative wind speed": [ - 5.346670090670383, + 5.346670090670382, 5.432336452032095, - 5.223264911280532, + 5.223264911280531, 4.817523963482852, - 4.435636570743666, + 4.435636570743667, 4.33029716279509, 4.580311835756757, 5.005318741844152 ], "relative wind angle": [ - 0.060426888051922055, + 0.06042688805192573, 0.01739567964016564, - 0.08751319074452422, + 0.08751319074452296, 0.1146509116197394, - 0.07285806388995246, + 0.072858063889954, 0.021823426008512836, - 0.09983612862258658, + 0.09983612862258769, 0.11033143224000878 ], "resistance": [ - 98436.0312684509, + 98436.03126845088, 99015.84162720636, 97774.31974060189, 95974.37082285192, @@ -368610,9 +259513,9 @@ ], "ice resistance": 87401.9501306011, "wind resistance": [ - 1405.4056934030923, + 1405.4056934030632, 3041.5795912603826, - 2322.7697085246546, + 2322.769708524629, 122.01663472043947, -2080.7406849850922, -3028.368929771128, @@ -368620,7 +259523,7 @@ -971.2266354060885 ], "relative wind speed": [ - 7.648348644198871, + 7.648348644198869, 7.839979153011879, 7.765804554682891, 7.463421297479433, @@ -368630,19 +259533,19 @@ 7.289872926692303 ], "relative wind angle": [ - 0.05229049882047136, + 0.05229049882047349, 0.011091743806770835, - 0.03564810685776334, - 0.06414056540494402, + 0.03564810685776645, + 0.064140565404944, 0.05636803020723367, 0.012633437767307364, 0.03973817863633552, - 0.06566971861450588 + 0.06566971861450589 ], "resistance": [ - 88807.35582400419, + 88807.35582400416, 90443.52972186147, - 89724.71983912576, + 89724.71983912573, 87523.96676532153, 85321.209445616, 84373.58120082997, @@ -368650,9 +259553,9 @@ 86430.72349519501 ], "fuel": [ - 55.80590397921524, + 55.805903979215216, 56.60607108509981, - 56.25331190603799, + 56.25331190603798, 55.185236754156044, 54.13423572404064, 53.68764850146118, @@ -368690,11 +259593,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1236.7769351314437, + 1236.7769351314255, 2473.109974511013, - 1793.090125666613, + 1793.0901256666057, 37.98298739301936, - -1653.9245777369852, + -1653.9245777369906, -2332.6540832824357, -2044.8442877778689, -619.8909615679459 @@ -368710,27 +259613,27 @@ 5.124346226511272 ], "relative wind angle": [ - 0.07884033382796232, + 0.07884033382796655, 0.013133412902555559, - 0.05851992675512426, + 0.05851992675512616, 0.10246854417801346, - 0.08948005172851475, + 0.089480051728516, 0.01619223524033777, 0.06922423075424604, 0.10546276688625081 ], "resistance": [ - 97871.27693513145, + 97871.27693513142, 99107.60997451101, 98427.59012566661, 96672.48298739301, - 94980.57542226302, + 94980.575422263, 94301.84591671756, 94589.65571222213, 96014.60903843206 ], "fuel": [ - 49.206630398461776, + 49.20663039846177, 49.852034670588694, 49.49633933073595, 48.58625396829654, @@ -368770,19 +259673,19 @@ ], "ice resistance": 88655.60850664605, "wind resistance": [ - 1082.0936225416372, + 1082.0936225416008, 2859.0257314771407, - 2498.204615794748, + 2498.2046157947043, 437.8575878131487, - -1807.5481069428388, + -1807.5481069428533, -2956.469775296853, -2805.1396109341804, -1250.5928932968272 ], "relative wind speed": [ - 7.602217675009929, + 7.602217675009928, 7.82110502639556, - 7.783868834418897, + 7.783868834418896, 7.509386591488001, 7.143911691517595, 6.903586314411176, @@ -368790,29 +259693,29 @@ 7.241429475871141 ], "relative wind angle": [ - 0.05519179668262978, - 0.01716448737672845, - 0.02949152988742455, - 0.0611397360107565, - 0.05873649032058631, + 0.05519179668263381, + 0.017164487376728453, + 0.029491529887428317, + 0.06113973601075651, + 0.058736490320588204, 0.019445998252801577, - 0.03305237719120168, + 0.03305237719120169, 0.06340509298020035 ], "resistance": [ - 89737.70212918769, + 89737.70212918764, 91514.6342381232, - 91153.8131224408, + 91153.81312244076, 89093.4660944592, - 86848.06039970322, + 86848.0603997032, 85699.1387313492, 85850.46889571188, 87405.01561334923 ], "fuel": [ - 56.2596659747472, + 56.25966597474719, 57.135287406905405, - 56.956534400154396, + 56.95653440015438, 55.94510689417407, 54.8608216489932, 54.313273905175464, @@ -368850,53 +259753,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1008.8394300877335, + 1008.8394300877226, 2736.421448016117, - 2443.375239324614, + 2443.375239324607, 488.43671297326364, - -1666.5806223246764, + -1666.580622324669, -2799.790742545747, - -2676.372437981234, + -2676.3724379812465, -1217.076539613754 ], "relative wind speed": [ - 6.71670244374666, + 6.716702443746658, 6.958065667459971, - 6.924196585085689, + 6.924196585085688, 6.631664800889615, 6.232260015450271, 5.9615835803356285, - 6.000888123361427, + 6.0008881233614275, 6.322671791786622 ], "relative wind angle": [ - 0.06883544809069782, + 0.0688354480906978, 0.022271846593392257, 0.035078566657016225, 0.07522328985873115, - 0.07419560851627365, - 0.025995377108767502, - 0.040478576764451976, - 0.07890696947848033 + 0.07419560851627215, + 0.025995377108767505, + 0.04047857676445472, + 0.07890696947848032 ], "resistance": [ - 97643.33943008777, + 97643.33943008776, 99370.92144801615, 99077.87523932464, 97122.93671297329, - 94967.91937767535, + 94967.91937767537, 93834.70925745428, - 93958.1275620188, + 93958.12756201878, 95417.42346038627 ], "fuel": [ - 55.148483177311306, + 55.1484831773113, 56.05044838365681, 55.89666773144321, 54.87895908214587, - 53.77357142190836, + 53.77357142190837, 53.199239048933386, - 53.2615579144271, + 53.26155791442709, 54.00271225739231 ] }, @@ -368930,39 +259833,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1825.2855328103378, + 1825.2855328103178, 3001.4874186054203, - 1773.339758709215, - -354.0278559358958, + 1773.3397587092077, + -354.02785593589397, -2171.3258315243256, -2669.9465843907074, - -2134.8713234337556, + -2134.8713234337592, -292.8009724775111 ], "relative wind speed": [ - 5.6838890959941475, + 5.683889095994147, 5.846305055169133, 5.674876313173355, - 5.247701848051631, + 5.24770184805163, 4.786954453201344, 4.587182729572603, 4.797635565856301, 5.26147826247917 ], "relative wind angle": [ - 0.07753542581235938, + 0.07753542581236224, 0.0011867644968448733, - 0.07939319752898036, - 0.12025869228951137, + 0.07939319752898176, + 0.12025869228950954, 0.09210122616968384, - 0.0015125162225370792, - 0.09394965072867158, + 0.001512516222537079, + 0.09394965072867277, 0.11994229168463941 ], "resistance": [ - 98459.78553281036, + 98459.78553281035, 99635.98741860545, - 98407.83975870925, + 98407.83975870923, 96280.47214406413, 94463.1741684757, 93964.55341560932, @@ -368970,7 +259873,7 @@ 96341.69902752253 ], "fuel": [ - 49.70479013083548, + 49.70479013083546, 50.32124821103042, 49.677683575293926, 48.57619769772388, @@ -368997,68 +259900,7 @@ "id": "6605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.45687909803761, - 20.45687909803761, - 20.45687909803761, - 20.45687909803761, - 20.45687909803761, - 20.45687909803761, - 20.45687909803761, - 20.45687909803761 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1397.4378849845289, - 2976.0194395879425, - 2280.466335322815, - 172.08365887338186, - -1928.8555003596193, - -2843.8915987145247, - -2549.328904250573, - -872.0638951182791 - ], - "relative wind speed": [ - 6.047022346865118, - 6.278321676333968, - 6.189309754600265, - 5.821276725053208, - 5.361510318835104, - 5.088707998199191, - 5.196606289115177, - 5.605801410397552 - ], - "relative wind angle": [ - 0.08232645563508442, - 0.017254941510824, - 0.055619794180080374, - 0.10237557863457733, - 0.09288118960204322, - 0.021289270491269795, - 0.06625911997644546, - 0.10632529947998404 - ], - "resistance": [ - 98031.93788498454, - 99610.51943958795, - 98914.96633532282, - 96806.5836588734, - 94705.64449964039, - 93790.60840128548, - 94085.17109574944, - 95762.43610488174 - ], - "fuel": [ - 51.529668083208364, - 52.35568561599157, - 51.99058383484214, - 50.89487469884044, - 49.819487492313144, - 49.3562514381173, - 49.50503344496801, - 50.358364101040884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 10.9375, -48.75 11.09375, -48.59375 11.09375, -48.59375 10.9375, -48.75 10.9375))", @@ -369077,68 +259919,7 @@ "id": "6606", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.244967026312988, - 17.244967026312988, - 17.244967026312988, - 17.244967026312988, - 17.244967026312988, - 17.244967026312988, - 17.244967026312988, - 17.244967026312988 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1734.9267358011239, - 2619.248529768698, - 1443.4838952779428, - -449.18665582637186, - -1988.4008972057873, - -2364.030904946547, - -1783.9694669594146, - -106.04100075349197 - ], - "relative wind speed": [ - 5.261737334461465, - 5.393642594952933, - 5.206881026339139, - 4.786051731791609, - 4.3518780609134495, - 4.187283366555794, - 4.417364871897601, - 4.8701572104542965 - ], - "relative wind angle": [ - 0.07543803364731595, - 0.007858380258772078, - 0.08778514843929826, - 0.12636972868878665, - 0.09125016811683376, - 0.010122453716847907, - 0.10352698115990087, - 0.1241759912933421 - ], - "resistance": [ - 98369.42673580114, - 99253.74852976871, - 98077.98389527795, - 96185.31334417364, - 94646.09910279422, - 94270.46909505347, - 94850.5305330406, - 96528.45899924652 - ], - "fuel": [ - 47.94488446946562, - 48.40758797953873, - 47.79303043431483, - 46.81456014608431, - 46.02864726883885, - 45.83819123073508, - 46.13252095635381, - 46.99096986344705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 10.9375, -48.59375 11.09375, -48.4375 11.09375, -48.4375 10.9375, -48.59375 10.9375))", @@ -369170,17 +259951,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1059.3318052508112, + 1059.331805250802, 2590.8417868018932, - 2214.0354954954764, + 2214.0354954954673, 399.88846737326094, - -1528.9357955336054, + -1528.9357955336072, -2499.5163173673864, -2339.1912494423304, -961.0616094618654 ], "relative wind speed": [ - 5.29242245617373, + 5.292422456173729, 5.557308859930903, 5.503206296413108, 5.154130837512221, @@ -369190,19 +259971,19 @@ 4.83186913953752 ], "relative wind angle": [ - 0.10174445039019005, + 0.10174445039019116, 0.029208929064288795, - 0.05600013565190583, + 0.05600013565190781, 0.1162667732985604, - 0.1151146292141459, + 0.11511462921414688, 0.03721501395130805, - 0.069583174893816, - 0.12405994700106575 + 0.06958317489381599, + 0.12405994700106576 ], "resistance": [ - 97693.83180525083, + 97693.83180525081, 99225.3417868019, - 98848.5354954955, + 98848.53549549548, 97034.38846737327, 95105.56420446641, 94134.98368263262, @@ -369212,7 +259993,7 @@ "fuel": [ 48.24460518117794, 49.04393084354443, - 48.846458597565075, + 48.84645859756506, 47.903116628328746, 46.91357552595515, 46.42087612734089, @@ -369237,68 +260018,7 @@ "id": "6608", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.78126441538958, - 20.78126441538958, - 20.78126441538958, - 20.78126441538958, - 20.78126441538958, - 20.78126441538958, - 20.78126441538958, - 20.78126441538958 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1212.0675955082188, - 3016.961310736495, - 2589.9768419882876, - 460.701448188247, - -1816.5031182741113, - -2965.685581700005, - -2784.67759404963, - -1168.656922815202 - ], - "relative wind speed": [ - 6.105609780475788, - 6.377772906483137, - 6.324180248912781, - 5.969509171667584, - 5.490855532184517, - 5.172231435279415, - 5.237624408644093, - 5.638521571843058 - ], - "relative wind angle": [ - 0.08922678545961578, - 0.026092800713068322, - 0.048838890482355374, - 0.10118992594140794, - 0.09924784033082956, - 0.03217640051385997, - 0.058981368794428134, - 0.10715208642469418 - ], - "resistance": [ - 97846.56759550827, - 99651.46131073656, - 99224.47684198835, - 97095.20144818831, - 94817.99688172595, - 93668.81441830005, - 93849.82240595043, - 95465.84307718485 - ], - "fuel": [ - 51.85086376376504, - 52.79481768313997, - 52.570411474278686, - 51.46147503948136, - 50.29416575305153, - 49.7124135368107, - 49.80371940714808, - 50.624291840265386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 11.09375, -48.28125 11.25, -48.125 11.25, -48.125 11.09375, -48.28125 11.09375))", @@ -369330,11 +260050,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1455.559979672098, + 1455.5599796720762, 3308.934951896159, - 2674.743600733107, + 2674.7436007330816, 340.98121087945765, - -2059.81100334893, + -2059.8110033489356, -3185.1523281630343, -2916.102933761096, -1099.057631693824 @@ -369342,7 +260062,7 @@ "relative wind speed": [ 6.233576710280007, 6.501623167255305, - 6.4234678128341915, + 6.423467812834191, 6.034792821566303, 5.530005810983009, 5.21222975927388, @@ -369350,19 +260070,19 @@ 5.746278663032533 ], "relative wind angle": [ - 0.08973724697055113, + 0.08973724697055487, 0.022323970842999075, - 0.05504304955487904, - 0.10706762393466716, - 0.10119122452631818, + 0.05504304955488308, + 0.10706762393466718, + 0.10119122452631928, 0.027847726823396885, 0.0666227845359175, 0.11246559662435147 ], "resistance": [ - 98090.0599796721, + 98090.05997967209, 99943.43495189617, - 99309.24360073313, + 99309.2436007331, 96975.48121087947, 94574.68899665108, 93449.34767183698, @@ -369370,9 +260090,9 @@ 95535.44236830619 ], "fuel": [ - 52.36604517691757, + 52.36604517691755, 53.33720106574646, - 53.00345055918797, + 53.00345055918796, 51.78816812346675, 50.55912858557885, 49.990414424080164, @@ -369397,68 +260117,7 @@ "id": "6610", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.688804699388267, - 17.688804699388267, - 17.688804699388267, - 17.688804699388267, - 17.688804699388267, - 17.688804699388267, - 17.688804699388267, - 17.688804699388267 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1171.0011649997577, - 2587.9015790022677, - 2056.853219209752, - 241.02514256653558, - -1603.8843212776646, - -2451.2915486178863, - -2225.474484257402, - -802.9154734808235 - ], - "relative wind speed": [ - 5.271231941409684, - 5.511382317552878, - 5.434299325444385, - 5.074342488386842, - 4.609033747606553, - 4.318997941245084, - 4.415593856797576, - 4.824948349699284 - ], - "relative wind angle": [ - 0.09700475741019107, - 0.022793502726385174, - 0.06129551794218664, - 0.11780275425521475, - 0.11099567742181546, - 0.02908789200709095, - 0.07546115033903275, - 0.12392237534000025 - ], - "resistance": [ - 97805.50116499975, - 99222.40157900225, - 98691.35321920973, - 96875.52514256652, - 95030.61567872232, - 94183.2084513821, - 94409.02551574259, - 95831.58452651916 - ], - "fuel": [ - 48.130531043813455, - 48.87032631197755, - 48.59217888736738, - 47.64903051194958, - 46.703342620544305, - 46.273212272574696, - 46.387572247170326, - 47.11235803559871 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 10.9375, -48.28125 11.09375, -48.125 11.09375, -48.125 10.9375, -48.28125 10.9375))", @@ -369477,68 +260136,7 @@ "id": "6611", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.64600668764296, - 23.64600668764296, - 23.64600668764296, - 23.64600668764296, - 23.64600668764296, - 23.64600668764296, - 23.64600668764296, - 23.64600668764296 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2317.2319935707274, - 3911.390132899818, - 2351.135502376237, - -441.5945692089663, - -2862.8411601421867, - -3545.2861885157145, - -2886.6730862514014, - -481.72205408353693 - ], - "relative wind speed": [ - 7.046105160810597, - 7.225659350701361, - 7.050847877732558, - 6.604729500190227, - 6.123949241708318, - 5.911023532337153, - 6.118488085899643, - 6.597567770136094 - ], - "relative wind angle": [ - 0.0663745485292112, - 0.0004980516042169519, - 0.06560644868403641, - 0.09968734717536556, - 0.07638755733633013, - 0.0006088203314200494, - 0.07562165362704179, - 0.09979591932596657 - ], - "resistance": [ - 98951.73199357075, - 100545.89013289985, - 98985.63550237627, - 96192.90543079106, - 93771.65883985785, - 93089.21381148431, - 93747.82691374863, - 96152.77794591649 - ], - "fuel": [ - 56.41617493569562, - 57.25584552157813, - 56.4339340803285, - 54.98539667432428, - 53.75302872670598, - 53.40961810561701, - 53.74100714911231, - 54.96479478637535 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 10.78125, -48.75 10.9375, -48.59375 10.9375, -48.59375 10.78125, -48.75 10.78125))", @@ -369570,9 +260168,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1123.4266777096946, + 1123.426677709691, 2308.7008359113825, - 1735.5412423507823, + 1735.5412423507842, 122.9542578091241, -1457.6535883093447, -2130.8821694223207, @@ -369580,9 +260178,9 @@ -596.6503995542807 ], "relative wind speed": [ - 4.770930676220711, + 4.77093067622071, 4.9875928122028474, - 4.895669389427272, + 4.895669389427271, 4.535246250612976, 4.082876428771579, 3.8151772422241232, @@ -369592,11 +260190,11 @@ "relative wind angle": [ 0.10143721931124725, 0.019426032957274735, - 0.07075560924780043, + 0.07075560924779886, 0.1296508093196474, 0.11860633476111802, 0.025396844802436324, - 0.08812736179788504, + 0.08812736179788505, 0.13541887709419412 ], "resistance": [ @@ -369637,68 +260235,7 @@ "id": "6613", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.215904646913053, - 16.215904646913053, - 16.215904646913053, - 16.215904646913053, - 16.215904646913053, - 16.215904646913053, - 16.215904646913053, - 16.215904646913053 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 956.6997332212995, - 2371.5879395148604, - 2055.4811789689666, - 405.94617831547475, - -1359.4867103738297, - -2264.472361106874, - -2129.585433865025, - -885.7447226416061 - ], - "relative wind speed": [ - 4.839104237898294, - 5.107025190656351, - 5.057796258637593, - 4.712626590533804, - 4.235549911078331, - 3.9083380836977666, - 3.971839609122257, - 4.3758386045048105 - ], - "relative wind angle": [ - 0.11270379250947803, - 0.03327057024333921, - 0.06013785120456376, - 0.12761639513280612, - 0.12884757194658802, - 0.04348033136502424, - 0.0766091458574843, - 0.13749853290475755 - ], - "resistance": [ - 97591.19973322129, - 99006.08793951487, - 98689.98117896897, - 97040.44617831547, - 95275.01328962616, - 94370.02763889312, - 94504.91456613498, - 95748.75527735839 - ], - "fuel": [ - 46.478998289145984, - 47.21660937354547, - 47.051170027716736, - 46.19389301029549, - 45.28759980408021, - 44.827517509724075, - 44.89589890955021, - 45.52965895579851 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 10.625, -48.75 10.78125, -48.59375 10.78125, -48.59375 10.625, -48.75 10.625))", @@ -369730,39 +260267,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1806.9647463673246, + 1806.9647463672882, 3265.449973503677, - 2132.1465205522472, + 2132.146520552229, -195.101115529229, - -2307.5705813954937, + -2307.5705813954955, -3014.9581819816867, -2536.1387528131854, -579.9224338426975 ], "relative wind speed": [ - 6.4268941093824505, + 6.42689410938245, 6.6149728069967, - 6.47658964407224, + 6.476589644072239, 6.07710897549433, - 5.625893794705809, + 5.62589379470581, 5.403497353124028, 5.568611628118842, 6.002032604250865 ], "relative wind angle": [ - 0.07085674247087484, - 0.0057035217061520765, - 0.06205575398913867, - 0.09984309643597118, - 0.08096585985895217, + 0.07085674247087954, + 0.005703521706152077, + 0.06205575398914046, + 0.0998430964359712, + 0.08096585985895355, 0.006982282127919368, 0.07219049465007367, 0.1010962284157508 ], "resistance": [ - 98441.46474636736, + 98441.46474636733, 99899.94997350372, - 98766.64652055228, + 98766.64652055227, 96439.39888447081, 94326.92941860454, 93619.54181801836, @@ -369770,9 +260307,9 @@ 96054.57756615734 ], "fuel": [ - 53.289827161317184, + 53.28982716131718, 54.05489906220016, - 53.45972083683634, + 53.45972083683633, 52.25250146434152, 51.174143962099286, 50.81675331352749, @@ -369810,9 +260347,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1753.5453158799337, + 1753.545315879921, 2899.615507667075, - 1718.2563285682081, + 1718.256328568199, -339.4841854856477, -2102.526931017983, -2587.925928877503, @@ -369822,7 +260359,7 @@ "relative wind speed": [ 5.677330829482269, 5.835980013494649, - 5.671201671325969, + 5.671201671325968, 5.258746252996922, 4.814053109619648, 4.620446945017269, @@ -369830,9 +260367,9 @@ 5.268090786634116 ], "relative wind angle": [ - 0.0751818012689213, - 0.0008059881506721098, - 0.07643954781640833, + 0.07518180126892424, + 0.0008059881506721099, + 0.07643954781640978, 0.11583140615850718, 0.08869649003523035, 0.0010180251172171254, @@ -369840,9 +260377,9 @@ 0.11562502316888905 ], "resistance": [ - 98388.04531587994, + 98388.04531587992, 99534.11550766707, - 98352.75632856821, + 98352.7563285682, 96295.01581451435, 94531.97306898201, 94046.5740711225, @@ -369850,7 +260387,7 @@ 96336.64737225509 ], "fuel": [ - 49.71557568475406, + 49.71557568475405, 50.31587127920972, 49.69716936831082, 48.63188947907844, @@ -369877,68 +260414,7 @@ "id": "6616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.189642566105434, - 18.189642566105434, - 18.189642566105434, - 18.189642566105434, - 18.189642566105434, - 18.189642566105434, - 18.189642566105434, - 18.189642566105434 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1628.956929562355, - 2849.990804364039, - 1807.4819065658558, - -200.44514376551888, - -1987.2009038439974, - -2554.785819424087, - -2112.4639202333165, - -410.7813683822933 - ], - "relative wind speed": [ - 5.492490573591182, - 5.672556696415456, - 5.524424327890989, - 5.1149929440548645, - 4.654171935520492, - 4.432930140700021, - 4.616221934848967, - 5.066124385429506 - ], - "relative wind angle": [ - 0.08306086334829028, - 0.004339757745612556, - 0.07625780645871692, - 0.1214757802222085, - 0.0980663870420437, - 0.005553340643623538, - 0.09129924137736843, - 0.1226534357812955 - ], - "resistance": [ - 98263.45692956237, - 99484.49080436406, - 98441.98190656587, - 96434.05485623449, - 94647.29909615601, - 94079.71418057593, - 94522.0360797667, - 96223.71863161772 - ], - "fuel": [ - 48.925137478423984, - 49.5643022345827, - 49.01824223926458, - 47.97789773064274, - 47.06476086754325, - 46.77717792193472, - 47.001189733308976, - 47.869786689233784 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 10.78125, -48.28125 10.9375, -48.125 10.9375, -48.125 10.78125, -48.28125 10.78125))", @@ -369957,68 +260433,7 @@ "id": "6617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.836845663859066, - 17.836845663859066, - 17.836845663859066, - 17.836845663859066, - 17.836845663859066, - 17.836845663859066, - 17.836845663859066, - 17.836845663859066 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2218.8401979553637, - 2752.6699716766507, - 1226.533883588083, - -874.505330999069, - -2373.5910762175936, - -2600.894570167593, - -1677.6576764498222, - 293.56467395037544 - ], - "relative wind speed": [ - 5.508702723385646, - 5.585045626105782, - 5.328289612029293, - 4.856029621229628, - 4.425067323476397, - 4.3283128198238705, - 4.640727994859829, - 5.132835749337342 - ], - "relative wind angle": [ - 0.0628238398836345, - 0.02498241501947404, - 0.10211477777242159, - 0.12981564149272903, - 0.07823684991369423, - 0.03223833153656003, - 0.11730913242566807, - 0.12277846046687779 - ], - "resistance": [ - 98853.34019795536, - 99387.16997167665, - 97861.03388358808, - 95759.99466900094, - 94260.90892378241, - 94033.6054298324, - 94956.84232355018, - 96928.06467395037 - ], - "fuel": [ - 48.83963042173635, - 49.11955920308425, - 48.3221040305382, - 47.23842223911147, - 46.47525929117, - 46.36027245440497, - 46.8285090330562, - 47.83886616544194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 10.625, -48.4375 10.78125, -48.28125 10.78125, -48.28125 10.625, -48.4375 10.625))", @@ -370037,68 +260452,7 @@ "id": "6618", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.67206700108075, - 19.67206700108075, - 19.67206700108075, - 19.67206700108075, - 19.67206700108075, - 19.67206700108075, - 19.67206700108075, - 19.67206700108075 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2187.4496302867847, - 3022.4266960629193, - 1520.399746747582, - -734.4589577333354, - -2467.8447920176586, - -2821.9559539285056, - -1999.4552049681752, - 52.88982326118821 - ], - "relative wind speed": [ - 5.97567179951521, - 6.085937774021061, - 5.864619674462738, - 5.415104908765948, - 4.979719218580231, - 4.844338795146579, - 5.110038456344846, - 5.58416473418161 - ], - "relative wind angle": [ - 0.06344447601641569, - 0.013979224174307796, - 0.08522061556993216, - 0.1149089758114275, - 0.07615601018559766, - 0.01756241556403738, - 0.0978425341960986, - 0.11141542648460838 - ], - "resistance": [ - 98821.9496302868, - 99656.92669606295, - 98154.89974674761, - 95900.04104226669, - 94166.65520798237, - 93812.54404607152, - 94635.04479503185, - 96687.38982326121 - ], - "fuel": [ - 50.96027075368549, - 51.3984849587349, - 50.61205251108868, - 49.447212776812414, - 48.564623348717035, - 48.38569560019526, - 48.8020112621756, - 49.851800350943364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 10.625, -48.28125 10.78125, -48.125 10.78125, -48.125 10.625, -48.28125 10.625))", @@ -370117,68 +260471,7 @@ "id": "6619", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.51395739342701, - 18.51395739342701, - 18.51395739342701, - 18.51395739342701, - 18.51395739342701, - 18.51395739342701, - 18.51395739342701, - 18.51395739342701 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2087.3316412049735, - 2961.0754349148447, - 1537.517600254041, - -640.621464153277, - -2344.7331922076955, - -2716.0338620919447, - -1959.0272021875498, - 6.903666405505646 - ], - "relative wind speed": [ - 5.662660809320721, - 5.783960982890811, - 5.566175780285569, - 5.108625318976651, - 4.654305266463741, - 4.502674794302346, - 4.76927375370834, - 5.256446737593716 - ], - "relative wind angle": [ - 0.07076510993527753, - 0.012877727842282895, - 0.09098105989685441, - 0.12574870643904634, - 0.08613099115926133, - 0.01654252578656629, - 0.10623645538608603, - 0.122194443168624 - ], - "resistance": [ - 98721.83164120498, - 99595.57543491485, - 98172.01760025404, - 95993.87853584673, - 94289.7668077923, - 93918.46613790805, - 94675.47279781246, - 96641.4036664055 - ], - "fuel": [ - 49.53348211377125, - 49.99177945673965, - 49.24654908462684, - 48.120892382424145, - 47.25252062820674, - 47.06474902604561, - 47.44812042847324, - 48.453687729722844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 10.46875, -48.75 10.625, -48.59375 10.625, -48.59375 10.46875, -48.75 10.46875))", @@ -370210,9 +260503,9 @@ ], "ice resistance": 92570.66207151224, "wind resistance": [ - 2390.879651181691, + 2390.879651181629, 3694.0342411020247, - 2042.5274558198435, + 2042.5274558197962, -691.7911188203943, -2941.9328930870324, -3489.4785906184006, @@ -370222,7 +260515,7 @@ "relative wind speed": [ 7.793374329229764, 7.926610015683822, - 7.749151068599413, + 7.749151068599411, 7.349885329295563, 6.948164682169707, 6.795772917432488, @@ -370230,9 +260523,9 @@ 7.415717196081158 ], "relative wind angle": [ - 0.048325442601666574, - 0.004164831120226856, - 0.054634315767370364, + 0.048325442601673464, + 0.004164831120226855, + 0.05463431576737443, 0.0770057555248128, 0.05420944372306335, 0.004857876635705099, @@ -370240,9 +260533,9 @@ 0.0763208125995798 ], "resistance": [ - 94961.54172269393, + 94961.54172269387, 96264.69631261427, - 94613.18952733208, + 94613.18952733204, 91878.87095269185, 89628.72917842522, 89081.18348089384, @@ -370250,9 +260543,9 @@ 92293.06681641196 ], "fuel": [ - 58.8673258046596, + 58.86732580465957, 59.53366541872242, - 58.690273894580805, + 58.6902738945808, 57.31622387309135, 56.206349575666046, 55.93912470432146, @@ -370290,7 +260583,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1941.258613865486, + 1941.2586138654515, 3004.5132623572263, 1681.4069817031886, -500.72458672712855, @@ -370300,7 +260593,7 @@ -193.5751938913254 ], "relative wind speed": [ - 6.049891012474788, + 6.049891012474787, 6.188596615238562, 6.007399501823263, 5.591606272418385, @@ -370310,17 +260603,17 @@ 5.656024068121582 ], "relative wind angle": [ - 0.0659701620547405, + 0.06597016205474557, 0.005234097572349909, 0.07408170802389608, 0.10686535225349536, 0.07732494117400197, 0.006483815880856467, 0.08540846547322148, - 0.10564366273875399 + 0.10564366273875397 ], "resistance": [ - 98575.75861386553, + 98575.7586138655, 99639.01326235727, 98315.90698170323, 96133.77541327292, @@ -370330,7 +260623,7 @@ 96440.92480610871 ], "fuel": [ - 51.401336503349015, + 51.40133650334899, 51.95883331659674, 51.26572804312545, 50.13685587913099, @@ -370370,39 +260663,39 @@ ], "ice resistance": 88267.45253825151, "wind resistance": [ - 2572.9010524233636, + 2572.9010524233054, 3900.747070612022, - 2123.6140382507365, + 2123.6140382507183, -770.6246008132875, -3126.1016213994117, -3684.665926211128, -2809.893023030083, - -236.8651898247881 + -236.86518982479538 ], "relative wind speed": [ - 7.823336195204188, + 7.823336195204186, 7.958423326948125, - 7.766477710976666, + 7.766477710976665, 7.342867702947614, 6.919855528496252, 6.764058538151484, 6.983610364514527, - 7.427737451974248 + 7.427737451974249 ], "relative wind angle": [ - 0.05014979291240151, - 0.005349615021801126, - 0.05828119578018259, + 0.050149792912405934, + 0.005349615021801127, + 0.05828119578018451, 0.08141952100523361, 0.05670414594164329, - 0.006294235744158268, + 0.006294235744158267, 0.06482325902081701, - 0.08048719110387276 + 0.08048719110387414 ], "resistance": [ - 90840.35359067487, + 90840.35359067481, 92168.19960886354, - 90391.06657650226, + 90391.06657650223, 87496.82793743823, 85141.3509168521, 84582.78661204039, @@ -370410,9 +260703,9 @@ 88030.58734842672 ], "fuel": [ - 56.801637853975436, + 56.8016378539754, 57.460301191067124, - 56.580259519448234, + 56.58025951944822, 55.17217815996321, 54.049217167964315, 53.78595297803655, @@ -370450,54 +260743,54 @@ ], "ice resistance": 89347.59962186465, "wind resistance": [ - 2812.862933899163, + 2812.8629338991414, 4135.880273429208, - 2191.6827781958455, + 2191.6827781958564, -893.1028163750125, -3357.593800862367, -3914.9097754292998, -2920.53998642417, - -155.85725504129005 + -155.85725504127186 ], "relative wind speed": [ - 7.86162104217865, + 7.861621042178649, 7.9954072010142525, - 7.783295113093146, + 7.783295113093145, 7.329738489051451, 6.8831699232103665, 6.727300892080222, 6.971616081305271, - 7.4470159986891185 + 7.447015998689118 ], "relative wind angle": [ - 0.051760570044829236, - 0.007361281340084458, - 0.06299380069037577, - 0.08661524453059861, + 0.05176057004483138, + 0.007361281340084459, + 0.06299380069037402, + 0.08661524453059863, 0.059126449100173305, - 0.008748926511909378, - 0.07033941629423317, - 0.08524786492633182 + 0.00874892651190938, + 0.07033941629423315, + 0.08524786492632923 ], "resistance": [ - 92160.4625557638, + 92160.46255576379, 93483.47989529386, - 91539.28240006049, + 91539.2824000605, 88454.49680548963, 85990.00582100228, 85432.68984643534, 86427.05963544047, - 89191.74236682335 + 89191.74236682337 ], "fuel": [ 57.45644430848624, 58.11919945678429, - 57.14751593543108, + 57.14751593543109, 55.634644887701555, 54.451429640437006, 54.186992583084134, 54.659612896047875, - 55.992992111058115 + 55.99299211105812 ] }, { @@ -370530,39 +260823,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2567.5870090690787, + 2567.587009069044, 2756.3947128708587, - 963.7251070139973, + 963.7251070139846, -1263.1492290052356, -2675.5054982784477, -2755.6649957113223, - -1548.9070791946378, - 632.1555178187264 + -1548.9070791946433, + 632.1555178187282 ], "relative wind speed": [ - 6.030973742049526, + 6.030973742049524, 6.055842284184839, 5.762875819262533, 5.292774190990321, 4.911810679295652, 4.881116947545163, - 5.223771694694634, - 5.699567509006312 + 5.223771694694635, + 5.699567509006311 ], "relative wind angle": [ - 0.04494461856272263, + 0.04494461856272757, 0.033787275674153315, - 0.09737546918503176, + 0.09737546918503404, 0.11128262762557774, - 0.05519475711065197, + 0.05519475711065198, 0.04192307282232834, - 0.10746184398508467, - 0.10331060684615442 + 0.10746184398508675, + 0.10331060684615335 ], "resistance": [ - 99202.0870090691, + 99202.08700906907, 99390.89471287088, - 97598.22510701403, + 97598.22510701402, 95371.35077099479, 93958.99450172158, 93878.8350042887, @@ -370570,7 +260863,7 @@ 97266.65551781876 ], "fuel": [ - 51.160069361447064, + 51.16006936144704, 51.259199852179705, 50.323336471390114, 49.17745004241159, @@ -370597,68 +260890,7 @@ "id": "6625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.980403377955344, - 23.980403377955344, - 23.980403377955344, - 23.980403377955344, - 23.980403377955344, - 23.980403377955344, - 23.980403377955344, - 23.980403377955344 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2551.005219071576, - 3788.063075754362, - 2033.9231637693629, - -766.9377891065051, - -3019.3971572986084, - -3541.6137773848495, - -2655.814918670403, - -154.40777144573076 - ], - "relative wind speed": [ - 7.162506296279196, - 7.299376984226508, - 7.090958642992716, - 6.6378282045099795, - 6.185648541136205, - 6.023523882317053, - 6.267539376985715, - 6.745589747836092 - ], - "relative wind angle": [ - 0.057668686930532495, - 0.007415402133731904, - 0.06906827982285171, - 0.0962564837275256, - 0.06678855033207766, - 0.008986109979696826, - 0.07815980047672738, - 0.09471412319250212 - ], - "resistance": [ - 99185.50521907158, - 100422.56307575435, - 98668.42316376936, - 95867.56221089349, - 93615.1028427014, - 93092.88622261515, - 93978.6850813296, - 96480.09222855428 - ], - "fuel": [ - 57.03955402027631, - 57.69138792868394, - 56.76877928849864, - 55.31937294553451, - 54.17493396906409, - 53.91229982970434, - 54.358386616258244, - 55.633854776778875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 10.3125, -48.4375 10.46875, -48.28125 10.46875, -48.28125 10.3125, -48.4375 10.3125))", @@ -370690,9 +260922,9 @@ ], "ice resistance": 93467.08021419802, "wind resistance": [ - 2624.5297132897285, + 2624.5297132896594, 4048.830032803089, - 2241.4200683209237, + 2241.420068320902, -743.4531975666578, -3198.458807156185, -3797.910069391746, @@ -370700,9 +260932,9 @@ -288.5609932286461 ], "relative wind speed": [ - 7.834341414693691, + 7.83434141469369, 7.978875071976021, - 7.7859555268701754, + 7.785955526870175, 7.3508129887356235, 6.910923464813903, 6.743539213521325, @@ -370710,9 +260942,9 @@ 7.423160845834866 ], "relative wind angle": [ - 0.052497417698821616, + 0.052497417698827965, 0.004549661844552179, - 0.05942797364771712, + 0.059427973647718985, 0.08412738662356488, 0.059519777852869576, 0.005383112993745104, @@ -370720,9 +260952,9 @@ 0.08330555006635952 ], "resistance": [ - 96091.60992748775, + 96091.60992748768, 97515.91024700111, - 95708.50028251894, + 95708.50028251893, 92723.62701663136, 90268.62140704184, 89669.17014480628, @@ -370730,7 +260962,7 @@ 93178.51922096938 ], "fuel": [ - 59.444797561818255, + 59.44479756181821, 60.17939266186078, 59.24849377199153, 57.73776096411159, @@ -370757,68 +260989,7 @@ "id": "6627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 82725.62304320828, - "wind resistance": [ - 2330.99390921789, - 4176.1847197918905, - 2684.6080530418258, - -316.56544860287613, - -3022.9280482903705, - -3899.8038645809756, - -3271.7239572673643, - -736.2341823907082 - ], - "relative wind speed": [ - 7.801282881456049, - 7.996866795652018, - 7.845864357162198, - 7.421894174080222, - 6.951438310851807, - 6.725520845159552, - 6.901081196094509, - 7.3551339929896224 - ], - "relative wind angle": [ - 0.060691956425771326, - 0.004189693990341581, - 0.054297589819536383, - 0.0857543065649347, - 0.06812269067161043, - 0.004981690799527389, - 0.06174001553126924, - 0.08653461062942937 - ], - "resistance": [ - 85056.61695242618, - 86901.80776300016, - 85410.2310962501, - 82409.0575946054, - 79702.69499491791, - 78825.81917862731, - 79453.89908594091, - 81989.38886081758 - ], - "fuel": [ - 54.00920540462265, - 54.88655658214137, - 54.17636050972534, - 52.77247469386009, - 51.53523409482468, - 51.140207455582086, - 51.422862484048494, - 52.578833496430335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 10.15625, -48.4375 10.3125, -48.28125 10.3125, -48.28125 10.15625, -48.4375 10.15625))", @@ -370850,39 +261021,39 @@ ], "ice resistance": 93477.16740738002, "wind resistance": [ - 2932.806381971939, + 2932.8063819718773, 3871.2921878256384, - 1822.3557467547434, + 1822.3557467547143, -1162.7964745338177, - -3383.3657831700402, + -3383.365783170044, -3778.623626786117, -2601.882117942867, 156.21366646138995 ], "relative wind speed": [ - 7.869898121732329, + 7.869898121732327, 7.964969984954608, 7.729457427100596, 7.280920024151283, - 6.869245465126086, + 6.869245465126087, 6.758778206552834, 7.026899571592067, 7.490663075356829 ], "relative wind angle": [ - 0.044754160220781, + 0.04475416022078597, 0.013211112817938886, - 0.06484960361209581, + 0.06484960361209924, 0.08293593783336417, - 0.051278917451429554, + 0.05127891745143172, 0.01556898361999711, 0.071343864310672, 0.08060856581331585 ], "resistance": [ - 96409.97378935196, + 96409.9737893519, 97348.45959520567, - 95299.52315413477, + 95299.52315413475, 92314.37093284621, 90093.80162420998, 89698.5437805939, @@ -370890,9 +261061,9 @@ 93633.38107384142 ], "fuel": [ - 59.60834138070801, + 59.608341380707984, 60.09263698632153, - 59.03953829919377, + 59.03953829919375, 57.53320872699031, 56.43420029692183, 56.24050216941376, @@ -370917,68 +261088,7 @@ "id": "6629", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 82291.29993268494, - "wind resistance": [ - 3161.5398624552254, - 4048.947640222934, - 1839.4396064355751, - -1302.7247917828572, - -3591.156577607384, - -3965.3529587140765, - -2660.9542878574393, - 266.46529501997065 - ], - "relative wind speed": [ - 7.904847523675901, - 7.99428420501546, - 7.73812135948961, - 7.263414777616971, - 6.834923075624664, - 6.730097166587704, - 7.023123638957396, - 7.513028257005755 - ], - "relative wind angle": [ - 0.04536066157588894, - 0.01567012338088743, - 0.06927108157867368, - 0.08714725083603597, - 0.052467404090068274, - 0.018613925471229004, - 0.07633640124339759, - 0.08424487504739667 - ], - "resistance": [ - 85452.83979514017, - 86340.24757290787, - 84130.73953912052, - 80988.57514090207, - 78700.14335507755, - 78325.94697397086, - 79630.3456448275, - 82557.7652277049 - ], - "fuel": [ - 54.19653325681389, - 54.618204856190815, - 53.573742775641435, - 52.11968862501727, - 51.083825764437634, - 50.91629880862638, - 51.502532905289215, - 52.84124779231441 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 10, -48.4375 10.15625, -48.28125 10.15625, -48.28125 10, -48.4375 10))", @@ -371010,9 +261120,9 @@ ], "ice resistance": 60710.30427622808, "wind resistance": [ - 3532.1677381507943, + 3532.1677381505324, 2673.065295676406, - 130.23930119457873, + 130.23930119455326, -2396.8570113451933, -3471.9694928178214, -3110.775654062818, @@ -371020,9 +261130,9 @@ 1659.0219888310312 ], "relative wind speed": [ - 7.913823627539744, + 7.9138236275397436, 7.826127495420456, - 7.477630810172458, + 7.477630810172457, 7.053570541781425, 6.809672074328845, 6.910279776761891, @@ -371030,19 +261140,19 @@ 7.69723202065611 ], "relative wind angle": [ - 0.012143922295887895, + 0.012143922295915323, 0.04121406900112001, - 0.0739038902132665, - 0.06502918201689378, - 0.014113115337550984, + 0.07390389021326801, + 0.06502918201689377, + 0.014113115337550983, 0.04668007667508146, - 0.07585171458087883, + 0.07585171458087882, 0.05958454190901405 ], "resistance": [ - 64242.47201437887, + 64242.47201437861, 63383.36957190449, - 60840.543577422664, + 60840.543577422635, 58313.44726488289, 57238.33478341026, 57599.528622165264, @@ -371050,9 +261160,9 @@ 62369.32626505911 ], "fuel": [ - 44.989984951194565, + 44.98998495119446, 44.652359322881516, - 43.669128018379084, + 43.66912801837908, 42.71581625732283, 42.31745049923987, 42.450805346893, @@ -371090,20 +261200,20 @@ ], "ice resistance": 76296.06856207958, "wind resistance": [ - 3396.2785733085184, + 3396.2785733085075, 3143.7410043464624, - 717.9217486066336, - -2021.5926397057083, - -3519.7608178212504, + 717.9217486066191, + -2021.592639705712, + -3519.7608178212213, -3413.4603287031277, -1633.8887094949969, 1166.7195789897378 ], "relative wind speed": [ - 7.909686461515124, + 7.909686461515122, 7.884018494201762, 7.568226976314755, - 7.126186276293642, + 7.126186276293643, 6.81734215694805, 6.847010032668368, 7.194528090108365, @@ -371112,29 +261222,29 @@ "relative wind angle": [ 0.023690098180505825, 0.03220255344823164, - 0.07225281216297418, - 0.07286834267869169, - 0.027486858241416737, + 0.0722528121629757, + 0.07286834267869322, + 0.027486858241412695, 0.03708185500312488, 0.07601283974997962, 0.06802577291061924 ], "resistance": [ - 79692.3471353881, + 79692.34713538809, 79439.80956642605, - 77013.99031068622, + 77013.9903106862, 74274.47592237388, - 72776.30774425833, + 72776.30774425836, 72882.60823337646, 74662.17985258458, 77462.78814106932 ], "fuel": [ - 51.530555771145124, + 51.53055577114512, 51.416505677398774, 50.3330542645727, 49.135823541825886, - 48.49290165062797, + 48.49290165062798, 48.53824402453112, 49.30356262917742, 50.531851464123775 @@ -371157,68 +261267,7 @@ "id": "6632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.97905187070904, - 25.97905187070904, - 25.97905187070904, - 25.97905187070904, - 25.97905187070904, - 25.97905187070904, - 25.97905187070904, - 25.97905187070904 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2914.606986247505, - 4045.1333576082143, - 2022.3819195913602, - -1039.8090353855514, - -3397.597112995343, - -3874.2776644676524, - -2769.927704367663, - 18.68598244208988 - ], - "relative wind speed": [ - 7.737369837867159, - 7.853551254189544, - 7.6227878698512965, - 7.158549876855833, - 6.716531280231838, - 6.580305247029734, - 6.8462975057703375, - 7.330337516570198 - ], - "relative wind angle": [ - 0.050325255927678496, - 0.01097964904109111, - 0.06710782998414462, - 0.08905590664985943, - 0.05798215399929464, - 0.013104251040564147, - 0.07473251006905804, - 0.08696352611284125 - ], - "resistance": [ - 99549.1069862475, - 100679.6333576082, - 98656.88191959134, - 95594.69096461443, - 93236.90288700465, - 92760.22233553234, - 93864.57229563233, - 96653.18598244208 - ], - "fuel": [ - 60.377597279288764, - 60.97460282975881, - 59.90979106744176, - 58.3267704831016, - 57.13167172276444, - 56.89256911413678, - 57.44779988237851, - 58.87002074264653 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 10.15625, -47.96875 10.3125, -47.8125 10.3125, -47.8125 10.15625, -47.96875 10.15625))", @@ -371237,68 +261286,7 @@ "id": "6633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.836419289992495, - 19.836419289992495, - 19.836419289992495, - 19.836419289992495, - 19.836419289992495, - 19.836419289992495, - 19.836419289992495, - 19.836419289992495 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2120.2551562286353, - 2847.709424728975, - 1383.9123201992861, - -767.8909856250248, - -2390.2851078227213, - -2698.369457728635, - -1872.9320626930366, - 102.5701485861282 - ], - "relative wind speed": [ - 5.999317936577433, - 6.095271930393453, - 5.877075143812511, - 5.448403329361466, - 5.042969573081837, - 4.926562484504441, - 5.184915194402901, - 5.633671891384144 - ], - "relative wind angle": [ - 0.05793749876312715, - 0.01528359528548967, - 0.08161595502226844, - 0.10747475598199988, - 0.06894080521724583, - 0.01890965449900271, - 0.09254062707925559, - 0.1039273480508566 - ], - "resistance": [ - 98754.75515622864, - 99482.20942472898, - 98018.41232019929, - 95866.60901437498, - 94244.21489217728, - 93936.13054227136, - 94761.56793730696, - 96737.07014858612 - ], - "fuel": [ - 51.127327392681835, - 51.50878387032626, - 50.74321537871322, - 49.63229340614543, - 48.80608451591389, - 48.65029821815999, - 49.06848439303606, - 50.0796154643344 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 10, -48.125 10.15625, -47.96875 10.15625, -47.96875 10, -48.125 10))", @@ -371330,11 +261318,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2899.4803768497877, + 2899.480376849766, 2958.046859445025, - 912.1785081971793, + 912.178508197172, -1548.4485113807968, - -3035.540217103804, + -3035.5402171037895, -3060.3001310217405, -1637.739896386327, 808.7048911787897 @@ -371342,7 +261330,7 @@ "relative wind speed": [ 6.832028485801927, 6.83887768325457, - 6.538866951738039, + 6.538866951738038, 6.081714139809675, 5.730738208226522, 5.722562859027316, @@ -371350,21 +261338,21 @@ 6.521558614600911 ], "relative wind angle": [ - 0.03496003238001279, + 0.034960032380015965, 0.03229046723796593, 0.08437255631389119, 0.09196311594134281, - 0.041681968307387185, + 0.04168196830738452, 0.038592323719228105, - 0.09101086171322277, + 0.09101086171322276, 0.08574489089739566 ], "resistance": [ - 99533.9803768498, + 99533.98037684978, 99592.54685944504, 97546.67850819719, 95086.05148861921, - 93598.95978289621, + 93598.95978289623, 93574.19986897828, 94996.76010361369, 97443.2048911788 @@ -371374,7 +261362,7 @@ 55.228505892031805, 54.15988871640275, 52.895261879333674, - 52.14190102984184, + 52.14190102984185, 52.12942729983347, 52.84979463740487, 54.106255185558766 @@ -371397,68 +261385,7 @@ "id": "6635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.675683660892517, - 22.675683660892517, - 22.675683660892517, - 22.675683660892517, - 22.675683660892517, - 22.675683660892517, - 22.675683660892517, - 22.675683660892517 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 3219.4670141128154, - 2292.691636522959, - -8.37093902808192, - -2207.6076693348805, - -3063.0751505727694, - -2672.0077063842673, - -791.1523624877082, - 1632.397086256773 - ], - "relative wind speed": [ - 6.877814286620296, - 6.769087975227479, - 6.398126373146903, - 5.959196971500419, - 5.720653429476753, - 5.848901863175097, - 6.252534200999178, - 6.672194277468441 - ], - "relative wind angle": [ - 0.010628959048130023, - 0.052831475507633396, - 0.09055953692334075, - 0.07740939925960388, - 0.012779068076957556, - 0.06115292503557287, - 0.09267423156599942, - 0.0691233595561541 - ], - "resistance": [ - 99853.9670141128, - 98927.19163652294, - 96626.1290609719, - 94426.89233066511, - 93571.42484942722, - 93962.49229361572, - 95843.34763751228, - 98266.89708625677 - ], - "fuel": [ - 55.478648365702604, - 54.99173517955577, - 53.79661210485497, - 52.672789231719065, - 52.240502249940945, - 52.4377795426631, - 53.39454330262164, - 54.646776528128 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 10.15625, -47.8125 10.3125, -47.65625 10.3125, -47.65625 10.15625, -47.8125 10.15625))", @@ -371477,68 +261404,7 @@ "id": "6636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.895283017455785, - 17.895283017455785, - 17.895283017455785, - 17.895283017455785, - 17.895283017455785, - 17.895283017455785, - 17.895283017455785, - 17.895283017455785 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2250.758751342577, - 2315.8667302209415, - 744.0772081550222, - -1149.7515389699784, - -2306.2390403754816, - -2333.9063878723755, - -1248.1325499050072, - 629.8896276187024 - ], - "relative wind speed": [ - 5.511122845889605, - 5.520509992286344, - 5.234731314362263, - 4.790835335610241, - 4.442075517686921, - 4.430403971692251, - 4.764671866325632, - 5.210797128500413 - ], - "relative wind angle": [ - 0.04290655312794049, - 0.03827463911302674, - 0.1024066444813678, - 0.11412141621043984, - 0.05324143071610416, - 0.04769859966387237, - 0.11255051485516329, - 0.10488846968425662 - ], - "resistance": [ - 98885.25875134263, - 98950.36673022098, - 97378.57720815507, - 95484.74846103006, - 94328.26095962456, - 94300.59361212768, - 95386.36745009504, - 97264.38962761874 - ], - "fuel": [ - 48.92096669984452, - 48.95505886936243, - 48.136436548924266, - 47.1623003162745, - 46.573996516839514, - 46.55998312574556, - 47.11206033845404, - 48.0773233460661 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 10.15625, -47.65625 10.3125, -47.5 10.3125, -47.5 10.15625, -47.65625 10.15625))", @@ -371557,68 +261423,7 @@ "id": "6637", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.06071355950836, - 18.06071355950836, - 18.06071355950836, - 18.06071355950836, - 18.06071355950836, - 18.06071355950836, - 18.06071355950836, - 18.06071355950836 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2171.2618348162723, - 2236.890367160815, - 716.722750112016, - -1118.540389399128, - -2239.880473711799, - -2267.7320285253954, - -1217.9452542826239, - 601.3979704680678 - ], - "relative wind speed": [ - 5.534597447907431, - 5.544032502248399, - 5.269156537098676, - 4.843143223637101, - 4.509537264230818, - 4.497932732031811, - 4.817020306726979, - 5.245155761577327 - ], - "relative wind angle": [ - 0.041071372110722065, - 0.03646156161372969, - 0.09752516836492892, - 0.10829814890254823, - 0.05041446337392849, - 0.04494672795789175, - 0.10671248792615991, - 0.0999687589844527 - ], - "resistance": [ - 98805.76183481628, - 98871.39036716083, - 97351.22275011204, - 95515.95961060088, - 94394.61952628821, - 94366.76797147462, - 95416.5547457174, - 97235.89797046808 - ], - "fuel": [ - 49.06353901133046, - 49.097884405557906, - 48.30644863727324, - 47.36242386051415, - 46.791795952112814, - 46.77768239316043, - 47.31164967848958, - 48.24675870603549 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 10, -47.8125 10.15625, -47.65625 10.15625, -47.65625 10, -47.8125 10))", @@ -371650,37 +261455,37 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 2721.1729338925525, + 2721.172933892465, 1488.3110354360197, - -500.28211147621914, + -500.2821114762246, -2115.094947071915, -2502.7726577301637, -1892.5011461611375, -125.86160671311154, - 1805.168510925958 + 1805.1685109259543 ], "relative wind speed": [ - 5.865002125267878, + 5.865002125267877, 5.684348234909962, 5.281989634012014, 4.872963485708144, 4.720597160246794, 4.936645887948903, 5.364967193274945, - 5.739034269429129 + 5.73903426942913 ], "relative wind angle": [ - 0.0071152449066282175, - 0.07644712762205126, - 0.1085473021975594, + 0.007115244906643821, + 0.07644712762205128, + 0.10854730219756042, 0.0770546439874578, - 0.008840220105430226, - 0.08805380656836889, - 0.10686197843225244, - 0.06540832409645726 + 0.008840220105430228, + 0.08805380656836888, + 0.10686197843225245, + 0.06540832409645897 ], "resistance": [ - 99355.67293389261, + 99355.67293389252, 98122.81103543608, 96134.21788852384, 94519.40505292814, @@ -371690,7 +261495,7 @@ 98439.66851092601 ], "fuel": [ - 50.494944071282056, + 50.49494407128201, 49.85020588250727, 48.82216885075276, 47.99818996858113, @@ -371717,68 +261522,7 @@ "id": "6639", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.80144625226094, - 19.80144625226094, - 19.80144625226094, - 19.80144625226094, - 19.80144625226094, - 19.80144625226094, - 19.80144625226094, - 19.80144625226094 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2738.931025747979, - 1446.5723122442323, - -582.1714518952467, - -2194.503577583333, - -2557.3024281186154, - -1889.3316316096607, - -68.42380216861966, - 1880.7633469772427 - ], - "relative wind speed": [ - 6.059085366081349, - 5.872403865731408, - 5.47393127837687, - 5.079110612373659, - 4.9422832627479085, - 5.162707832178969, - 5.583435831305542, - 5.944856155532489 - ], - "relative wind angle": [ - 0.009082973687232572, - 0.07393553889331382, - 0.10219391715110666, - 0.07013952796438006, - 0.011135519895722076, - 0.08412172987817693, - 0.10018284910736969, - 0.05991186711458471 - ], - "resistance": [ - 99373.431025748, - 98081.07231224424, - 96052.32854810476, - 94439.99642241668, - 94077.1975718814, - 94745.16836839035, - 96566.0761978314, - 98515.26334697726 - ], - "fuel": [ - 51.408440614157115, - 50.73264559630168, - 49.68431865774805, - 48.862089448255546, - 48.678408779848986, - 49.016973572331175, - 49.94834297661877, - 50.958997777633144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 12.34375, -47.5 12.5, -47.34375 12.5, -47.34375 12.34375, -47.5 12.34375))", @@ -371797,68 +261541,7 @@ "id": "6640", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.969843123384488, - 15.969843123384488, - 15.969843123384488, - 15.969843123384488, - 15.969843123384488, - 15.969843123384488, - 15.969843123384488, - 15.969843123384488 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -133.27722474822622, - 1706.9568836584258, - 2646.182136626994, - 1502.3372018589525, - -373.1807566265534, - -1923.2109248824318, - -2323.557195376028, - -1779.970448874743 - ], - "relative wind speed": [ - 4.51512866644321, - 4.937316234758733, - 5.08558868455183, - 4.896345529346775, - 4.451585274951175, - 3.978178821104853, - 3.7867909984916976, - 4.028498329644088 - ], - "relative wind angle": [ - 0.14433175754156466, - 0.08852416433502165, - 0.006314033346974187, - 0.0985824088023008, - 0.1464067371540533, - 0.10994523515904295, - 0.008479672634739347, - 0.1199129019732129 - ], - "resistance": [ - 96501.22277525176, - 98341.45688365841, - 99280.68213662697, - 98136.83720185894, - 96261.31924337344, - 94711.28907511756, - 94310.94280462396, - 94854.52955112525 - ], - "fuel": [ - 45.67246241937361, - 46.62580787461333, - 47.1172366994409, - 46.51918061664233, - 45.549107268940304, - 44.75726465887895, - 44.55419800671051, - 44.83006503963501 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 12.34375, -47.34375 12.5, -47.1875 12.5, -47.1875 12.34375, -47.34375 12.34375))", @@ -371890,53 +261573,53 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -405.5103209994486, + -405.51032099945405, 1677.6592029629483, - 2931.529498535412, - 1865.9190470765661, - -184.31650500125033, + 2931.5294985354085, + 1865.9190470765716, + -184.31650500124852, -2008.3749919437832, - -2593.600712759375, - -2140.302094977784 + -2593.6007127593293, + -2140.302094977781 ], "relative wind speed": [ 4.867916529345183, 5.319920918446852, - 5.510225950031347, - 5.354659783414169, - 4.9214869698636505, + 5.510225950031346, + 5.354659783414168, + 4.92148696986365, 4.42900516512245, 4.1898753335643395, - 4.3869424358084155 + 4.386942435808415 ], "relative wind angle": [ - 0.136038992700327, + 0.1360389927003286, 0.09147030554396259, 0.004905851411013881, - 0.08370847921394713, - 0.13454915520620764, - 0.10993817818338962, - 0.006451845630255718, - 0.10223247041909357 + 0.08370847921394581, + 0.1345491552062068, + 0.10993817818338963, + 0.006451845630238509, + 0.1022324704190914 ], "resistance": [ 96228.98967900052, 98312.15920296292, 99566.02949853538, - 98500.41904707653, + 98500.41904707655, 96450.18349499872, 94626.12500805619, - 94040.8992872406, + 94040.89928724064, 94494.19790502219 ], "fuel": [ 47.06741300740952, 48.14544409319053, 48.80210129907362, - 48.24366333140044, + 48.243663331400455, 47.181113565753705, 46.248929946761805, - 45.95247410597684, + 45.95247410597687, 46.181988810624546 ] }, @@ -371957,68 +261640,7 @@ "id": "6642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.835769417776689, - 12.835769417776689, - 12.835769417776689, - 12.835769417776689, - 12.835769417776689, - 12.835769417776689, - 12.835769417776689, - 12.835769417776689 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 224.3046178433142, - 1650.403288218953, - 2092.70310478599, - 983.9434087256413, - -551.3376952173685, - -1666.5363893133476, - -1856.7441013755433, - -1201.973738606137 - ], - "relative wind speed": [ - 3.751343608174868, - 4.129813121461778, - 4.212855786471451, - 3.968014602931184, - 3.4956620090425847, - 3.0392228167510513, - 2.9230254652418073, - 3.2476286516446042 - ], - "relative wind angle": [ - 0.17289380831243034, - 0.0883681003837742, - 0.03084399312467764, - 0.13859919954158784, - 0.18568185847302598, - 0.12021107567006917, - 0.044461982971108996, - 0.16961358530606876 - ], - "resistance": [ - 96858.80461784333, - 98284.90328821896, - 98727.20310478601, - 97618.44340872565, - 96083.16230478264, - 94967.96361068667, - 94777.75589862447, - 95432.52626139388 - ], - "fuel": [ - 43.105653395548146, - 43.845251962427355, - 44.07617355009569, - 43.49867282309884, - 42.70656968361757, - 42.1367005403783, - 42.03996591923561, - 42.37353077826582 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 12.1875, -47.34375 12.34375, -47.1875 12.34375, -47.1875 12.1875, -47.34375 12.1875))", @@ -372050,11 +261672,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 118.74581711733936, + 118.74581711733299, 1824.999873220845, - 2468.4412478678105, + 2468.441247867827, 1234.4105996829358, - -572.4845111869136, + -572.4845111869117, -1943.9359389756264, -2219.1203779908037, -1530.8942201594991 @@ -372062,27 +261684,27 @@ "relative wind speed": [ 4.345555176853873, 4.74306038176803, - 4.848873901827748, + 4.848873901827747, 4.618892847203025, 4.152095412996883, 3.6914935092200483, 3.551361428788261, - 3.8457216461631716 + 3.845721646163172 ], "relative wind angle": [ - 0.14989413719830433, + 0.14989413719830655, 0.0822457234872403, - 0.020187266938477184, + 0.02018726693847168, 0.11458063531834996, - 0.1569347797698454, + 0.15693477976984468, 0.10575232718592126, - 0.027564431618410653, - 0.13775104849795122 + 0.027564431618410656, + 0.13775104849795203 ], "resistance": [ 96753.24581711736, 98459.49987322088, - 99102.94124786784, + 99102.94124786786, 97868.91059968296, 96062.01548881312, 94690.5640610244, @@ -372092,7 +261714,7 @@ "fuel": [ 44.988839729786946, 45.87395071672363, - 46.21054570747587, + 46.21054570747589, 45.56635950721435, 44.63335064698024, 43.93329753318097, @@ -372117,68 +261739,7 @@ "id": "6644", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.823746789617323, - 11.823746789617323, - 11.823746789617323, - 11.823746789617323, - 11.823746789617323, - 11.823746789617323, - 11.823746789617323, - 11.823746789617323 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 299.1267297054883, - 1667.3065342145683, - 2033.0070049445176, - 921.7602399622474, - -563.8841842561415, - -1613.3344502799187, - -1771.3006273073142, - -1095.5170639942935 - ], - "relative wind speed": [ - 3.507746080447443, - 3.8912640428826575, - 3.9637100080882965, - 3.6983939454465347, - 3.1990828669120295, - 2.7196466503634253, - 2.612932591178954, - 2.9766249307813197 - ], - "relative wind angle": [ - 0.19398769818438216, - 0.09438262513215535, - 0.03976506834399947, - 0.16009499344240627, - 0.21297952251306843, - 0.13525403769229147, - 0.06034267139513965, - 0.19938448120071917 - ], - "resistance": [ - 96933.62672970549, - 98301.80653421457, - 98667.50700494452, - 97556.26023996224, - 96070.61581574386, - 95021.16554972008, - 94863.19937269269, - 95538.9829360057 - ], - "fuel": [ - 42.3941335090781, - 43.103927875391165, - 43.294828373516026, - 42.71628423489797, - 41.94999688582516, - 41.41364596237609, - 41.333267786961756, - 41.677778845627905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 12.03125, -47.34375 12.1875, -47.1875 12.1875, -47.1875 12.03125, -47.34375 12.03125))", @@ -372210,9 +261771,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 637.2925736660563, + 637.29257366605, 2222.1971451977497, - 2317.2635249380874, + 2317.263524938073, 801.1744313279669, -1023.8887072941598, -2157.364083679502, @@ -372220,7 +261781,7 @@ -1164.4200239984684 ], "relative wind speed": [ - 4.361613416838961, + 4.36161341683896, 4.709577294727211, 4.725404407156332, 4.402747156823561, @@ -372230,19 +261791,19 @@ 3.8352458051892033 ], "relative wind angle": [ - 0.14934375926919463, - 0.06100989977808416, - 0.05141845931798096, - 0.14372693621662821, + 0.14934375926919538, + 0.06100989977808415, + 0.05141845931798529, + 0.1437269362166282, 0.16796214677301577, - 0.08329161820649846, - 0.07086888221039404, - 0.16517681204908857 + 0.08329161820649847, + 0.07086888221039406, + 0.16517681204908854 ], "resistance": [ 97271.79257366607, 98856.69714519776, - 98951.7635249381, + 98951.76352493808, 97435.67443132798, 95610.61129270586, 94477.13591632052, @@ -372252,7 +261813,7 @@ "fuel": [ 44.835119879204015, 45.659981714054275, - 45.70975604837149, + 45.709756048371474, 44.91997873268426, 43.98059248562103, 43.40341554356924, @@ -372277,68 +261838,7 @@ "id": "6646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.506744418236826, - 12.506744418236826, - 12.506744418236826, - 12.506744418236826, - 12.506744418236826, - 12.506744418236826, - 12.506744418236826, - 12.506744418236826 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 36.93046665365091, - 1554.904722839612, - 2244.212817940568, - 1216.5402764702685, - -355.34655767698587, - -1599.7865750567116, - -1896.3928596152896, - -1364.5000760509406 - ], - "relative wind speed": [ - 3.6087767102259822, - 4.035745005514963, - 4.167002607712476, - 3.9525419494820615, - 3.4761059333210267, - 2.969738044744038, - 2.7825655556080857, - 3.0796093813215424 - ], - "relative wind angle": [ - 0.19305001417178927, - 0.10967663286669996, - 0.01623308721229301, - 0.13638504102635268, - 0.20051649160521384, - 0.14930120588417492, - 0.024311020868640686, - 0.17539997387036527 - ], - "resistance": [ - 96671.43046665368, - 98189.40472283964, - 98878.7128179406, - 97851.0402764703, - 96279.15344232305, - 95034.71342494331, - 94738.10714038475, - 95269.99992394909 - ], - "fuel": [ - 42.75775696196416, - 43.54420484396045, - 43.904159529452464, - 43.368158868567825, - 42.55591618255553, - 41.91939609381112, - 41.76853501193918, - 42.039301298935534 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 11.875, -47.34375 12.03125, -47.1875 12.03125, -47.1875 11.875, -47.34375 11.875))", @@ -372370,7 +261870,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 384.5175775950256, + 384.5175775950229, 1743.8409809534642, 2016.8128186023723, 849.6869122432399, @@ -372380,7 +261880,7 @@ -1049.1244319055431 ], "relative wind speed": [ - 3.584946347917422, + 3.5849463479174215, 3.953997867106634, 4.007388958121862, 3.7253245689758585, @@ -372390,7 +261890,7 @@ 3.0565011524508243 ], "relative wind angle": [ - 0.18707893374720544, + 0.1870789337472066, 0.08606616854388977, 0.04645394246794273, 0.16259653434322768, @@ -372437,68 +261937,7 @@ "id": "6648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.206566418783234, - 12.206566418783234, - 12.206566418783234, - 12.206566418783234, - 12.206566418783234, - 12.206566418783234, - 12.206566418783234, - 12.206566418783234 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -130.74874968728363, - 1365.792270150123, - 2217.352049390881, - 1327.47192911412, - -175.13868123214525, - -1449.641843791836, - -1815.4218007161317, - -1423.00937423521 - ], - "relative wind speed": [ - 3.4676733489350764, - 3.913104910954227, - 4.0795830794876915, - 3.9034767164010544, - 3.45229276745657, - 2.9378042417787915, - 2.7018670775419857, - 2.9505852523969525 - ], - "relative wind angle": [ - 0.19998222234350352, - 0.1233732211363726, - 0.0019235782244787186, - 0.12654456522906185, - 0.20088533211632703, - 0.16465748130413968, - 0.002904437244819955, - 0.1677513403947827 - ], - "resistance": [ - 96503.7512503127, - 98000.29227015011, - 98851.85204939087, - 97961.97192911411, - 96459.36131876784, - 95184.85815620815, - 94819.07819928386, - 95211.49062576478 - ], - "fuel": [ - 42.44837871323209, - 43.22272880848486, - 43.66706867570689, - 43.20279688048832, - 42.42553744615957, - 41.77285697752352, - 41.58665522002661, - 41.78643378738177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 11.71875, -47.34375 11.875, -47.1875 11.875, -47.1875 11.71875, -47.34375 11.71875))", @@ -372530,19 +261969,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 97.98580744969786, + 97.98580744969422, 1515.1281263844367, - 2107.5422688871486, + 2107.542268887136, 1107.4841020097365, -373.4069926637312, -1518.6479561069104, - -1774.1351892966482, + -1774.135189296645, -1235.6931737448044 ], "relative wind speed": [ - 3.4277692989946775, + 3.427769298994677, 3.844037731797805, - 3.962195278700931, + 3.9621952787009307, 3.738500941265682, 3.2585114143770033, 2.7551538834102285, @@ -372550,19 +261989,19 @@ 2.8967412236703662 ], "relative wind angle": [ - 0.20273475602411203, + 0.20273475602411314, 0.11127653330114207, - 0.021831411046448066, + 0.021831411046453152, 0.1474344527115268, - 0.21342410630360395, + 0.21342410630360392, 0.1555613656904524, - 0.03350040795506184, + 0.03350040795505853, 0.19074315032920758 ], "resistance": [ - 96732.48580744975, + 96732.48580744973, 98149.62812638449, - 98742.04226888719, + 98742.04226888718, 97741.98410200978, 96261.09300733631, 95115.85204389313, @@ -372570,9 +262009,9 @@ 95398.80682625524 ], "fuel": [ - 42.256545729646454, + 42.25654572964645, 42.990809657549946, - 43.29997212224424, + 43.299972122244235, 42.77883143033017, 42.01395930138771, 41.42804424975643, @@ -372597,68 +262036,7 @@ "id": "6650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.737139756925693, - 12.737139756925693, - 12.737139756925693, - 12.737139756925693, - 12.737139756925693, - 12.737139756925693, - 12.737139756925693, - 12.737139756925693 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 363.10294146607794, - 1726.939372579919, - 2003.2038898160608, - 837.2591533314317, - -672.8693632334944, - -1699.1967320853278, - -1818.1004472119175, - -1078.8866376643382 - ], - "relative wind speed": [ - 3.766068381253509, - 4.120271796161192, - 4.17242905743554, - 3.902240090432645, - 3.421926723146184, - 2.986002993404064, - 2.912677344219056, - 3.265788699147516 - ], - "relative wind angle": [ - 0.16825361812902584, - 0.07831652523436188, - 0.04190380035596728, - 0.14647663418229778, - 0.18536200746711348, - 0.10816635428451012, - 0.0600459744639614, - 0.17529381548354578 - ], - "resistance": [ - 96997.6029414661, - 98361.43937257995, - 98637.7038898161, - 97471.75915333146, - 95961.63063676654, - 94935.3032679147, - 94816.3995527881, - 95555.61336233569 - ], - "fuel": [ - 43.10122996875393, - 43.80908469969347, - 43.95331377576558, - 43.34654039857511, - 42.568167912029054, - 42.04400665464637, - 41.98353404037424, - 42.360340026547455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 11.5625, -47.34375 11.71875, -47.1875 11.71875, -47.1875 11.5625, -47.34375 11.5625))", @@ -372677,68 +262055,7 @@ "id": "6651", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.95747246162846, - 13.95747246162846, - 13.95747246162846, - 13.95747246162846, - 13.95747246162846, - 13.95747246162846, - 13.95747246162846, - 13.95747246162846 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 461.83174409472394, - 1973.572306218649, - 2209.8926111188803, - 868.895891225081, - -827.9538295642933, - -1948.3544876593533, - -2049.88314147606, - -1176.9323347985974 - ], - "relative wind speed": [ - 4.125463623436637, - 4.481981415540794, - 4.523178552870859, - 4.232622296052921, - 3.734470622321121, - 3.2981151477814383, - 3.2413849996764537, - 3.612565492310713 - ], - "relative wind angle": [ - 0.15619426319911245, - 0.07004147837624242, - 0.04382466181423135, - 0.14078262239889427, - 0.17270405927181662, - 0.09524918548548218, - 0.06117353309799206, - 0.16515180465360682 - ], - "resistance": [ - 97096.3317440947, - 98608.07230621862, - 98844.39261111885, - 97503.39589122505, - 95806.54617043567, - 94686.14551234062, - 94584.6168585239, - 95457.56766520138 - ], - "fuel": [ - 44.13858432054275, - 44.92417523179023, - 45.04774999839498, - 44.34928259487289, - 43.47505726733967, - 42.90369398228969, - 42.852148906891834, - 43.29659014486159 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 11.71875, -47.1875 11.875, -47.03125 11.875, -47.03125 11.71875, -47.1875 11.71875))", @@ -372770,9 +262087,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 826.4493561400932, + 826.4493561400877, 1960.423145324302, - 1688.7249030431685, + 1688.7249030431658, 362.1406835287944, -1036.0601425368177, -1753.3676091004554, @@ -372780,24 +262097,24 @@ -639.0740836716814 ], "relative wind speed": [ - 3.7421302557791796, + 3.7421302557791782, 4.015186320704779, 3.962035874839942, 3.602766909190705, 3.091985493894558, 2.7280381147809365, - 2.8046719722908073, + 2.804671972290808, 3.2533035123874883 ], "relative wind angle": [ 0.15603537023885328, 0.04432455095240326, - 0.08336966807618014, - 0.1798601494688911, - 0.18920608152738994, + 0.08336966807618149, + 0.17986014946889112, + 0.18920608152738996, 0.06526280481679465, - 0.11790927285029856, - 0.19942749126609471 + 0.11790927285029952, + 0.1994274912660947 ], "resistance": [ 97460.94935614009, @@ -372850,19 +262167,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1118.5754347260017, + 1118.5754347259963, 2436.0139233309756, - 1938.480396164009, + 1938.4803961640073, 256.567493484903, - -1443.538175970928, + -1443.5381759709253, -2229.941903857327, - -2016.9828173406322, + -2016.982817340634, -703.2073108183195 ], "relative wind speed": [ - 4.598863195208925, + 4.598863195208924, 4.852602167817875, - 4.771096823852286, + 4.771096823852285, 4.388151645207033, 3.8832869803376826, 3.5611392363675765, @@ -372870,17 +262187,17 @@ 4.119901163689998 ], "relative wind angle": [ - 0.12049491611453163, + 0.12049491611453164, 0.027968230492160864, 0.07571309568858238, 0.1477690632903788, - 0.1428387741353385, + 0.14283877413533771, 0.038115293074133326, - 0.09850447065840309, + 0.09850447065840422, 0.15746824091713055 ], "resistance": [ - 97753.07543472602, + 97753.07543472601, 99070.51392333099, 98572.98039616403, 96891.06749348492, @@ -372890,7 +262207,7 @@ 95931.29268918169 ], "fuel": [ - 45.52510443459441, + 45.525104434594404, 46.21246761821791, 45.95212444450104, 45.07885392786414, @@ -372917,68 +262234,7 @@ "id": "6654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.557609546465864, - 14.557609546465864, - 14.557609546465864, - 14.557609546465864, - 14.557609546465864, - 14.557609546465864, - 14.557609546465864, - 14.557609546465864 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 972.6600958805702, - 2361.157850364333, - 2042.5667770131522, - 422.96078835454136, - -1298.668661515887, - -2182.8865281550607, - -2046.1534388867394, - -827.1561050857836 - ], - "relative wind speed": [ - 4.417404019554018, - 4.703111089249439, - 4.649569394444239, - 4.278378271958442, - 3.7574739827130057, - 3.393053946655738, - 3.466060220045889, - 3.9150412979649425 - ], - "relative wind angle": [ - 0.1348327903445043, - 0.039142860060113374, - 0.07179458571527561, - 0.15387129705500743, - 0.15869910349638297, - 0.054268686969385346, - 0.09637573067173823, - 0.16828176457804875 - ], - "resistance": [ - 97607.1600958806, - 98995.65785036437, - 98677.06677701318, - 97057.46078835457, - 95335.83133848415, - 94451.61347184496, - 94588.34656111329, - 95807.34389491424 - ], - "fuel": [ - 44.924143385308, - 45.64801085672276, - 45.48128514485124, - 44.639550127909146, - 43.75549431298041, - 43.305735805461296, - 43.37509510332169, - 43.99651908428252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 11.5625, -47.03125 11.71875, -46.875 11.71875, -46.875 11.5625, -47.03125 11.5625))", @@ -372997,68 +262253,7 @@ "id": "6655", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.0892482022917, - 16.0892482022917, - 16.0892482022917, - 16.0892482022917, - 16.0892482022917, - 16.0892482022917, - 16.0892482022917, - 16.0892482022917 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1723.185312058351, - 2738.0819830670753, - 1587.59385300559, - -337.98768946433665, - -1952.25283921351, - -2384.874809179174, - -1857.3565904050756, - -179.08854404636804 - ], - "relative wind speed": [ - 4.9746444006574935, - 5.133463612924181, - 4.947740150600583, - 4.497434387530728, - 4.010520619605724, - 3.80511680347122, - 4.043665410912547, - 4.53921209937713 - ], - "relative wind angle": [ - 0.09153410002388973, - 0.004113856047237389, - 0.09809686760302715, - 0.14822211157328366, - 0.11362462918734606, - 0.005549994984982879, - 0.12012545358819704, - 0.14684797590403664 - ], - "resistance": [ - 98357.6853120584, - 99372.58198306712, - 98222.09385300563, - 96296.5123105357, - 94682.24716078653, - 94249.62519082087, - 94777.14340959497, - 96455.41145595367 - ], - "fuel": [ - 46.7518805164059, - 47.28310690786475, - 46.681198243915546, - 45.68479900823206, - 44.86012308171385, - 44.640758036733594, - 44.908334255435975, - 45.76649965992353 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 11.71875, -46.875 11.875, -46.71875 11.875, -46.71875 11.71875, -46.875 11.71875))", @@ -373090,17 +262285,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1443.1906692566372, + 1443.1906692566263, 2425.633490878181, - 1473.7210018000005, + 1473.7210017999914, -217.85419065991755, -1683.1034112948737, -2109.6103306910036, - -1704.4853206647713, + -1704.4853206647686, -253.68097966663117 ], "relative wind speed": [ - 4.74720036578757, + 4.747200365787569, 4.909621102043259, 4.753528678061147, 4.346774163761563, @@ -373110,19 +262305,19 @@ 4.336982597173405 ], "relative wind angle": [ - 0.09186625152501897, - 0.0010072021877740966, - 0.09026632137687148, + 0.09186625152502018, + 0.0010072021877740964, + 0.09026632137687393, 0.14101642437864007, 0.11205423342291908, 0.0013409218693890977, - 0.11046750611191695, + 0.11046750611191594, 0.14133693044991594 ], "resistance": [ - 98077.69066925664, + 98077.69066925663, 99060.13349087819, - 98108.2210018, + 98108.22100179999, 96416.64580934009, 94951.39658870513, 94524.88966930899, @@ -373130,9 +262325,9 @@ 96380.81902033337 ], "fuel": [ - 46.01122820549672, + 46.011228205496714, 46.524384407714024, - 46.0271209450748, + 46.02712094507479, 45.15178945035667, 44.402179712844074, 44.18548335515742, @@ -373170,9 +262365,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2178.4726025098607, + 2178.472602509826, 2459.709082785872, - 939.9207751097092, + 939.9207751097056, -1019.0316296414385, -2315.6249024247827, -2434.901112661866, @@ -373182,7 +262377,7 @@ "relative wind speed": [ 5.716265043883632, 5.755333975866421, - 5.498521724746311, + 5.49852172474631, 5.069349050725161, 4.70896433756989, 4.661133125181964, @@ -373190,19 +262385,19 @@ 5.399234333342356 ], "relative wind angle": [ - 0.047212895389446, + 0.04721289538945306, 0.028821248284612896, 0.09185059492694955, 0.10818952067414533, 0.057322364759836264, - 0.035589621398875226, + 0.03558962139887523, 0.10182549786830311, 0.101555729046782 ], "resistance": [ - 98812.9726025099, + 98812.97260250985, 99094.2090827859, - 97574.42077510974, + 97574.42077510973, 95615.46837035859, 94318.87509757525, 94199.59888733816, @@ -373210,9 +262405,9 @@ 97079.82105814689 ], "fuel": [ - 49.842489442191706, + 49.84248944219168, 49.98978935336743, - 49.19728990479903, + 49.19728990479902, 48.188465538628826, 47.528597402726604, 47.46820901659395, @@ -373250,9 +262445,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2056.903621780639, + 2056.903621780615, 2456.975014155232, - 1038.0115199442935, + 1038.0115199442898, -861.2985050090101, -2178.131225418556, -2348.4674789199726, @@ -373270,17 +262465,17 @@ 4.923704319343598 ], "relative wind angle": [ - 0.059137315996777906, + 0.05913731599678354, 0.028104297797471974, - 0.10327255484970044, - 0.12795765966705822, - 0.07377558161384669, - 0.036098060553903966, - 0.11768201958366632, + 0.1032725548497015, + 0.12795765966705824, + 0.07377558161384667, + 0.03609806055390397, + 0.11768201958366634, 0.120192765934347 ], "resistance": [ - 98691.40362178063, + 98691.4036217806, 99091.47501415522, 97672.51151994428, 95773.20149499098, @@ -373290,7 +262485,7 @@ 96973.1126400982 ], "fuel": [ - 47.915211989963645, + 47.91521198996363, 48.12466013614517, 47.38448443062947, 46.40547078260738, @@ -373330,17 +262525,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2900.6383084543886, + 2900.6383084543595, 3232.226279339964, 1187.103781362417, -1435.0195731182503, - -3147.9715974067694, + -3147.971597406784, -3287.8637335163367, -1942.2536438880743, 599.6207917779429 ], "relative wind speed": [ - 7.263141222539612, + 7.263141222539611, 7.299615521274235, 7.026581290135087, 6.5810274543394325, @@ -373350,27 +262545,27 @@ 6.934731115571655 ], "relative wind angle": [ - 0.037551643326907115, + 0.03755164332691007, 0.024314554243324397, 0.07459451026283634, - 0.08566820520718815, - 0.043876473494105346, - 0.02874944702190109, - 0.08086383950006462, - 0.08128881560432248 + 0.08566820520718817, + 0.04387647349410788, + 0.028749447021901086, + 0.08086383950006461, + 0.0812888156043225 ], "resistance": [ - 99535.13830845444, + 99535.1383084544, 99866.72627934002, 97821.60378136246, 95199.4804268818, - 93486.52840259328, + 93486.52840259326, 93346.6362664837, 94692.24635611197, 97234.12079177798 ], "fuel": [ - 57.622716765209546, + 57.62271676520953, 57.79731079282341, 56.72699385562221, 55.377472197617536, @@ -373410,19 +262605,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2860.1852149213264, + 2860.185214921268, 2716.924925099971, - 686.4985379194077, + 686.498537919404, -1642.1532500057638, -2952.78090288935, -2892.31437347501, - -1423.1536788302164, + -1423.1536788302074, 940.1727115189278 ], "relative wind speed": [ - 6.893644101286269, + 6.893644101286268, 6.87698566351456, - 6.57526279653086, + 6.5752627965308585, 6.141937473562724, 5.830005279426772, 5.849646035202318, @@ -373430,33 +262625,33 @@ 6.617242221967468 ], "relative wind angle": [ - 0.028273543668047647, + 0.0282735436680555, 0.0346774731232953, - 0.0810086650070786, + 0.08100866500707722, 0.08379035677710694, 0.03343360471192085, 0.0407708020344579, - 0.08610654195889238, - 0.07775921065901457 + 0.0861065419588911, + 0.07775921065901459 ], "resistance": [ - 99494.68521492135, + 99494.6852149213, 99351.4249251, - 97320.99853791944, + 97320.99853791943, 94992.34674999426, 93681.71909711068, 93742.18562652502, - 95211.34632116981, + 95211.34632116983, 97574.67271151896 ], "fuel": [ - 55.5984312065913, + 55.59843120659128, 55.523147194635115, - 54.464359227876116, + 54.46435922787611, 53.26894413296882, 52.60500668526525, 52.635497163109605, - 53.38050813669568, + 53.380508136695695, 54.59580182214262 ] }, @@ -373490,53 +262685,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3060.099025129508, + 3060.099025129435, 2918.099992245141, 739.7556908466431, - -1767.790818959169, + -1767.7908189591508, -3183.5552778758174, -3123.712773180505, - -1550.1886184006107, + -1550.1886184005998, 991.7160928772937 ], "relative wind speed": [ - 7.3662677691049705, + 7.36626776910497, 7.350795751097408, - 7.048669037474234, - 6.615055111675618, + 7.048669037474233, + 6.615055111675617, 6.3032143674996775, 6.321250986510293, 6.656476320769205, 7.087556566144876 ], "relative wind angle": [ - 0.02670460979975801, + 0.026704609799766327, 0.03223638351236185, - 0.07551126951119673, - 0.07794425039176917, + 0.07551126951119526, + 0.07794425039176632, 0.031209768515532407, 0.03748902510076605, - 0.07996955765290474, - 0.07273847869696118 + 0.07996955765290337, + 0.07273847869696119 ], "resistance": [ - 99694.59902512952, + 99694.59902512946, 99552.59999224516, 97374.25569084665, - 94866.70918104085, + 94866.70918104086, 93450.9447221242, 93510.7872268195, - 95084.3113815994, + 95084.31138159941, 97626.21609287731 ], "fuel": [ - 58.24651663817059, + 58.24651663817057, 58.17178945846305, 57.03483690492422, 55.747923753912204, 55.03166493936641, 55.06178929279412, - 55.85867360568866, + 55.85867360568868, 57.16544062774078 ] }, @@ -373557,68 +262752,7 @@ "id": "6662", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 86960.04313193932, - "wind resistance": [ - 3248.3056422550508, - 3361.480673684713, - 1053.4536152969958, - -1758.6763128817438, - -3477.591987288877, - -3525.2411829782686, - -1932.3705734008872, - 852.3793372157597 - ], - "relative wind speed": [ - 7.896658576520364, - 7.9081514740123025, - 7.617507930745497, - 7.173788437413389, - 6.833295383804126, - 6.819991403259131, - 7.143158643169061, - 7.588669312315919 - ], - "relative wind angle": [ - 0.030117769724540704, - 0.02630591918786211, - 0.06989080001128298, - 0.07594620323293996, - 0.034806312074731345, - 0.03050435867942017, - 0.0745403204565543, - 0.07178678598473386 - ], - "resistance": [ - 90208.34877419437, - 90321.52380562403, - 88013.49674723632, - 85201.36681905758, - 83482.45114465045, - 83434.80194896106, - 85027.67255853844, - 87812.42246915508 - ], - "fuel": [ - 56.49044336199246, - 56.54606066216856, - 55.42125815486541, - 54.07757311283204, - 53.27073569177724, - 53.24852636829826, - 53.995543851976215, - 55.32420453035324 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 11.5625, -46.40625 11.71875, -46.25 11.71875, -46.25 11.5625, -46.40625 11.5625))", @@ -373637,68 +262771,7 @@ "id": "6663", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 70724.1691463133, - "wind resistance": [ - 3119.358377085806, - 3497.017404978429, - 1290.3018188112765, - -1555.7361348908344, - -3422.920474914554, - -3581.9208656435985, - -2135.3291953200533, - 619.3432201211435 - ], - "relative wind speed": [ - 7.883699394234493, - 7.9220475898081375, - 7.651392203387237, - 7.2094882338675355, - 6.8486859652711845, - 6.8042911147577225, - 7.107278870249908, - 7.555163465821329 - ], - "relative wind angle": [ - 0.03460106894390787, - 0.021881896971284318, - 0.06773404517851679, - 0.07761935054301282, - 0.039832770007606676, - 0.02547720929089878, - 0.07292845703627185, - 0.07406132850207342 - ], - "resistance": [ - 73843.52752339911, - 74221.18655129173, - 72014.47096512458, - 69168.43301142247, - 67301.24867139875, - 67142.24828066971, - 68588.83995099325, - 71343.51236643444 - ], - "fuel": [ - 48.950031235604996, - 49.112811758138264, - 48.169171398307604, - 46.97889760378605, - 46.214374729249606, - 46.14987105169176, - 46.74019343737537, - 47.88584697072713 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 12.34375, -45.9375 12.5, -45.78125 12.5, -45.78125 12.34375, -45.9375 12.34375))", @@ -373730,54 +262803,54 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 977.8593297911793, + 977.8593297911502, 2806.298873121221, - 2589.9041753421443, + 2589.904175342079, 594.5385063869326, -1650.6145455888345, -2876.2287377759294, -2784.9208332239377, - -1319.6660458950882 + -1319.666045895081 ], "relative wind speed": [ 6.56037691431388, 6.8238772269095795, - 6.798433994845187, + 6.798433994845186, 6.496290433602431, 6.071870289099075, 5.77415393435016, 5.804089014069299, - 6.140387990004552 + 6.140387990004551 ], "relative wind angle": [ - 0.07591474650250173, + 0.07591474650250613, 0.026171306704901465, - 0.03604785099490012, + 0.03604785099490937, 0.08091503333546901, 0.08203561921479302, 0.03093057017369998, - 0.042226901247111835, - 0.08561611746686125 + 0.04222690124711183, + 0.08561611746685867 ], "resistance": [ - 97612.35932979122, + 97612.35932979119, 99440.79887312127, - 99224.40417534219, + 99224.40417534212, 97229.03850638698, 94983.88545441121, 93758.27126222411, 93849.57916677611, - 95314.83395410495 + 95314.83395410496 ], "fuel": [ - 54.29444422781775, + 54.294444227817735, 55.249199158008, - 55.135555476723425, + 55.13555547672338, 54.095863253288286, 52.94373177140339, 52.32270515606469, 52.36877876362373, - 53.11238394455668 + 53.1123839445567 ] }, { @@ -373810,7 +262883,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 821.7859761173095, + 821.7859761173167, 3205.857097341377, 3372.24254891881, 1115.5500016456353, @@ -373820,7 +262893,7 @@ -1909.6431672438775 ], "relative wind speed": [ - 6.827031163328146, + 6.8270311633281455, 7.167495868896203, 7.186019968774951, 6.873882454487856, @@ -373830,17 +262903,17 @@ 6.335299392017098 ], "relative wind angle": [ - 0.0885727823684042, - 0.037728002679658826, + 0.08857278236840295, + 0.03772800267965883, 0.030837606915098695, 0.08501665041458692, - 0.09471114737870683, + 0.09471114737870684, 0.04506546904052082, - 0.03706615195664402, + 0.037066151956644026, 0.09226393943957323 ], "resistance": [ - 97456.2859761173, + 97456.28597611732, 99840.35709734137, 100006.74254891882, 97750.05000164564, @@ -373850,7 +262923,7 @@ 94724.85683275612 ], "fuel": [ - 55.69261096483328, + 55.692610964833285, 56.93857963350007, 57.026325906119894, 55.84499612001015, @@ -373890,50 +262963,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1061.790336324022, + 1061.790336323993, 2808.157500248979, - 2491.807155087039, - 503.5487673474381, + 2491.8071550870063, + 503.5487673474345, -1672.1094173243273, -2811.404074363745, - -2677.5533303167176, + -2677.5533303167085, -1190.4978100881544 ], "relative wind speed": [ - 6.151624759816655, + 6.151624759816654, 6.416233625185758, 6.376731999925413, - 6.0516511317537045, + 6.051651131753705, 5.60482621404531, 5.299859445520645, 5.347322047190166, 5.712624848069658 ], "relative wind angle": [ - 0.08386059280380534, + 0.08386059280380932, 0.026542500423149134, - 0.04305385418968242, - 0.09240796632729721, + 0.04305385418968758, + 0.09240796632729842, 0.09206406120448048, 0.032135229421474405, - 0.05134882955753703, + 0.051348829557534864, 0.0979091815348426 ], "resistance": [ - 97696.29033632403, + 97696.290336324, 99442.657500249, - 99126.30715508705, - 97138.04876734746, + 99126.30715508702, + 97138.04876734744, 94962.39058267568, 93823.09592563627, - 93956.9466696833, + 93956.94666968331, 95444.00218991186 ], "fuel": [ - 52.16345729819291, + 52.16345729819288, 53.07563529847377, - 52.909554702390466, - 51.87426522262089, + 52.90955470239045, + 51.87426522262088, 50.75825131977255, 50.18087152408661, 50.24845496165963, @@ -373957,68 +263030,7 @@ "id": "6667", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.159586848651976, - 20.159586848651976, - 20.159586848651976, - 20.159586848651976, - 20.159586848651976, - 20.159586848651976, - 20.159586848651976, - 20.159586848651976 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 765.4280980722142, - 2774.235440723998, - 2865.815218616899, - 926.2023635009773, - -1418.584633151826, - -2855.2507184565384, - -2894.140798744538, - -1557.13523803096 - ], - "relative wind speed": [ - 5.860678787938919, - 6.1921500535010185, - 6.203908814677545, - 5.890624514150107, - 5.403258360811789, - 5.019963593892589, - 5.005424276546988, - 5.370595833087189 - ], - "relative wind angle": [ - 0.10251461304585414, - 0.04223387517659703, - 0.03708518545453398, - 0.09977095680809159, - 0.11122767676965017, - 0.05210378128378344, - 0.045970411099787785, - 0.10946870729499024 - ], - "resistance": [ - 97399.9280980722, - 99408.73544072398, - 99500.31521861689, - 97560.70236350097, - 95215.91536684816, - 93779.24928154345, - 93740.35920125544, - 95077.36476196903 - ], - "fuel": [ - 50.824938274799486, - 51.87296194341556, - 51.9210983073383, - 50.90826372867512, - 49.7025445719179, - 48.9739003233795, - 48.95428292748393, - 49.63194024345934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 12.03125, -46.25 12.1875, -46.09375 12.1875, -46.09375 12.03125, -46.25 12.03125))", @@ -374050,10 +263062,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1458.1284879985033, + 1458.1284879984632, 2950.7379134404255, - 2151.840893839755, - 43.92302614133405, + 2151.840893839748, + 43.923026141321316, -1999.353886261777, -2824.4167844225885, -2487.2635316734104, @@ -374062,38 +263074,38 @@ "relative wind speed": [ 6.399392021894911, 6.602988525836919, - 6.505421863016446, - 6.1534197521349006, + 6.505421863016445, + 6.153419752134901, 5.730782597361302, 5.494964054093292, 5.6101313542820925, 5.994123187101467 ], "relative wind angle": [ - 0.07011659928857211, + 0.07011659928857845, 0.01211326859774914, - 0.05155287436879575, - 0.09016327752918135, + 0.051552874368795756, + 0.09016327752918382, 0.07831297422187686, - 0.014555990033871756, - 0.05978905794429612, + 0.014555990033871757, + 0.05978905794429613, 0.0925661854151684 ], "resistance": [ - 98092.62848799853, + 98092.62848799849, 99585.23791344045, 98786.34089383978, - 96678.42302614136, + 96678.42302614135, 94635.14611373826, 93810.08321557744, 94147.23646832662, 95855.98447126221 ], "fuel": [ - 53.30038446845982, + 53.3003844684598, 54.08151406983628, 53.66239494469335, - 52.56793443756209, + 52.56793443756207, 51.522817457270705, 51.1052085639202, 51.275553977612816, @@ -374130,9 +263142,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2200.5274648936465, + 2200.5274648936356, 3717.744217336094, - 2225.9275112608375, + 2225.927511260812, -447.92413037710503, -2765.6049079340773, -3411.460916358843, @@ -374140,9 +263152,9 @@ -478.0627213793741 ], "relative wind speed": [ - 7.307685806290523, + 7.307685806290521, 7.472971841590218, - 7.311113266446395, + 7.3111132664463945, 6.901103208125616, 6.4635376898041565, 6.271704964822444, @@ -374152,17 +263164,17 @@ "relative wind angle": [ 0.058401154219469176, 0.00034493818646902754, - 0.057874285203463556, + 0.057874285203465485, 0.0871446721045538, 0.06603889906556693, 0.0004110067977109408, 0.0655130315977669, - 0.0872097390510192 + 0.08720973905101921 ], "resistance": [ - 98835.02746489366, + 98835.02746489365, 100352.2442173361, - 98860.42751126084, + 98860.42751126083, 96186.5758696229, 93868.89509206594, 93223.03908364117, @@ -374170,9 +263182,9 @@ 96156.43727862064 ], "fuel": [ - 58.021581390893765, + 58.02158139089376, 58.819849558620405, - 58.03487486767186, + 58.034874867671846, 56.64865187162296, 55.46860493243198, 55.14332848525895, @@ -374210,9 +263222,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1954.8518964918276, + 1954.8518964918167, 2581.589830404135, - 1229.8187562702442, + 1229.8187562702333, -731.4939384164554, -2193.1176260711345, -2458.537762992799, @@ -374222,7 +263234,7 @@ "relative wind speed": [ 5.744465147387541, 5.8308504856459935, - 5.618660204169393, + 5.618660204169392, 5.208993049148975, 4.825972278851458, 4.7212361601422534, @@ -374230,19 +263242,19 @@ 5.3995629156173885 ], "relative wind angle": [ - 0.056541012927085646, - 0.016432446193961368, - 0.0819835406822154, - 0.10672976230424468, + 0.05654101292708761, + 0.01643244619396137, + 0.08198354068221676, + 0.10672976230424469, 0.06731703731240139, 0.020294981886908838, 0.09267753251962627, 0.1029492756732249 ], "resistance": [ - 98589.35189649186, + 98589.35189649185, 99216.08983040416, - 97864.31875627028, + 97864.31875627027, 95903.00606158357, 94441.3823739289, 94175.96223700723, @@ -374250,9 +263262,9 @@ 96760.24613287348 ], "fuel": [ - 50.01918023566715, + 50.01918023566714, 50.347320729473665, - 49.64139888813612, + 49.64139888813611, 48.629251913786185, 47.88428067948411, 47.74985221914273, @@ -374290,9 +263302,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2448.2865868800363, + 2448.2865868800036, 3034.92591523139, - 1324.5189718438487, + 1324.518971843845, -1045.4314634558104, -2731.394602418115, -2979.1636118416864, @@ -374300,9 +263312,9 @@ 286.90824140303084 ], "relative wind speed": [ - 6.680483940474924, + 6.680483940474923, 6.750369198780442, - 6.512475361425035, + 6.512475361425034, 6.083721082035521, 5.703429319757579, 5.620541554385133, @@ -374310,17 +263322,17 @@ 6.336111542611154 ], "relative wind angle": [ - 0.046410544414023765, - 0.018773572364456908, + 0.04641054441402855, + 0.01877357236445691, 0.0751796135012816, - 0.09301033054091655, + 0.09301033054091656, 0.054368403805902306, 0.022547976513956906, 0.08307810132711992, 0.08929530375661864 ], "resistance": [ - 99082.78658688001, + 99082.78658687999, 99669.42591523138, 97959.01897184383, 95589.06853654418, @@ -374330,7 +263342,7 @@ 96921.40824140301 ], "fuel": [ - 54.49157556071974, + 54.491575560719724, 54.79975503047567, 53.904802388592046, 52.6827421938094, @@ -374370,7 +263382,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1640.2227569585411, + 1640.2227569585302, 3204.329296537824, 2263.211944125316, -24.8761664708436, @@ -374383,24 +263395,24 @@ 6.584322506159686, 6.7888215556602205, 6.676977582653557, - 6.3021688271654295, + 6.30216882716543, 5.86034802026592, 5.62217784040658, 5.754559248500053, 6.1627631674160535 ], "relative wind angle": [ - 0.07022468548786254, + 0.07022468548786413, 0.0103127564508429, 0.05439162627467993, - 0.09269754932437925, - 0.07891714443845846, - 0.012452831230199494, + 0.09269754932438046, + 0.07891714443845847, + 0.012452831230199492, 0.06312104274189405, 0.0948006613104621 ], "resistance": [ - 98274.72275695858, + 98274.72275695857, 99838.82929653786, 98897.71194412536, 96609.6238335292, @@ -374410,7 +263422,7 @@ 95871.38232808144 ], "fuel": [ - 54.17464092330142, + 54.17464092330141, 54.99445509026317, 54.50008498023287, 53.3118963270547, @@ -374437,68 +263449,7 @@ "id": "6673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.694996891800173, - 18.694996891800173, - 18.694996891800173, - 18.694996891800173, - 18.694996891800173, - 18.694996891800173, - 18.694996891800173, - 18.694996891800173 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 670.0892448339346, - 2336.578956116826, - 2375.4711603038395, - 738.4377064226446, - -1219.9072025534624, - -2401.6970266664557, - -2418.2012770849833, - -1278.821648373647 - ], - "relative wind speed": [ - 5.434303340918518, - 5.729933581855, - 5.735336666298858, - 5.448046262316671, - 5.0075506750726495, - 4.666377364944785, - 4.6597349590665145, - 4.992595365959077 - ], - "relative wind angle": [ - 0.09921207969109308, - 0.03996239676076693, - 0.037412180824153596, - 0.09786087594719652, - 0.1076986524177389, - 0.04907722638405712, - 0.046053531460257785, - 0.10682093024108717 - ], - "resistance": [ - 97304.58924483394, - 98971.07895611683, - 99009.97116030386, - 97372.93770642266, - 95414.59279744656, - 94232.80297333356, - 94216.29872291503, - 95355.67835162637 - ], - "fuel": [ - 49.0051760851475, - 49.872955149211705, - 49.89333060497188, - 49.04056345641449, - 48.033517951977274, - 47.432707034110834, - 47.42435322269355, - 48.003443317224566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 11.875, -45.9375 12.03125, -45.78125 12.03125, -45.78125 11.875, -45.9375 11.875))", @@ -374530,37 +263481,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2472.9817912064427, + 2472.9817912064063, 2945.8822286369723, - 1216.7374074811123, + 1216.737407481105, -1106.935401699271, -2710.9657407250506, -2910.9180891607975, - -1827.6245898951202, + -1827.6245898951129, 381.5242723525844 ], "relative wind speed": [ - 6.5131789697850095, + 6.513178969785009, 6.570948878981552, 6.320118250601715, 5.883468566820799, 5.505703214839486, 5.436625700943063, - 5.726287932051154, + 5.726287932051153, 6.174063961895372 ], "relative wind angle": [ - 0.045763863886863626, + 0.045763863886868476, 0.022212580755083176, - 0.07988766862320314, - 0.09657800473950374, + 0.07988766862320452, + 0.09657800473950373, 0.05414564415262857, 0.026848135837056725, - 0.0881927444479499, - 0.09201916153639722 + 0.08819274444794738, + 0.09201916153639723 ], "resistance": [ - 99107.48179120645, + 99107.4817912064, 99580.38222863697, 97851.23740748111, 95527.56459830073, @@ -374570,7 +263521,7 @@ 97016.02427235259 ], "fuel": [ - 53.60353702481973, + 53.6035370248197, 53.851909381619755, 52.94778554952758, 51.7503201831942, @@ -374597,68 +263548,7 @@ "id": "6675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.733213237381408, - 15.733213237381408, - 15.733213237381408, - 15.733213237381408, - 15.733213237381408, - 15.733213237381408, - 15.733213237381408, - 15.733213237381408 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1085.786061394625, - 2158.403594754993, - 1569.7897385067408, - 55.55277379263134, - -1401.490683352862, - -1991.2801247631296, - -1740.9766749559776, - -514.2783013666258 - ], - "relative wind speed": [ - 4.7266313606516945, - 4.922349664229724, - 4.826460639174027, - 4.481543007566265, - 4.0593973293200705, - 3.819715235438962, - 3.9401812642682894, - 4.328455032470699 - ], - "relative wind angle": [ - 0.0941713954845474, - 0.015674256368161756, - 0.06953714016448075, - 0.12335155856644031, - 0.10970808032465951, - 0.0201994791182993, - 0.08521284198086547, - 0.1277377021192242 - ], - "resistance": [ - 97720.28606139461, - 98792.90359475499, - 98204.28973850672, - 96690.05277379262, - 95233.00931664712, - 94643.21987523686, - 94893.523325044, - 96120.22169863337 - ], - "fuel": [ - 46.07230122485073, - 46.631311554979874, - 46.324016779824326, - 45.53941075334533, - 44.79249443577378, - 44.49239988495381, - 44.61960029254884, - 45.24636071855938 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 12.34375, -45.625 12.5, -45.46875 12.5, -45.46875 12.34375, -45.625 12.34375))", @@ -374677,68 +263567,7 @@ "id": "6676", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.85127109843556, - 14.85127109843556, - 14.85127109843556, - 14.85127109843556, - 14.85127109843556, - 14.85127109843556, - 14.85127109843556, - 14.85127109843556 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 642.5261369729305, - 2260.5089536604346, - 2364.1153015975333, - 821.2054138682661, - -1040.4149511854166, - -2199.50874249781, - -2243.996370900738, - -1193.6557753598536 - ], - "relative wind speed": [ - 4.416658454806977, - 4.767802230344135, - 4.784843990676421, - 4.460929406034787, - 3.93722652532154, - 3.503810284595752, - 3.4805017746010716, - 3.8869954273818736 - ], - "relative wind angle": [ - 0.14846838572296653, - 0.06093538629204978, - 0.0507472626156054, - 0.14251441125094544, - 0.16670713068100107, - 0.08296152270523263, - 0.06979185587737033, - 0.16373489293570587 - ], - "resistance": [ - 97277.02613697297, - 98895.00895366048, - 98998.61530159757, - 97455.70541386832, - 95594.08504881462, - 94434.99125750223, - 94390.5036290993, - 95440.8442246402 - ], - "fuel": [ - 45.01669949296223, - 45.85890794841855, - 45.913170008809004, - 45.1092289237169, - 44.15101400743906, - 43.56091843860719, - 43.5383693724645, - 44.07271220536121 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 12.34375, -45.46875 12.5, -45.3125 12.5, -45.3125 12.34375, -45.46875 12.34375))", @@ -374757,68 +263586,7 @@ "id": "6677", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.786154419440104, - 10.786154419440104, - 10.786154419440104, - 10.786154419440104, - 10.786154419440104, - 10.786154419440104, - 10.786154419440104, - 10.786154419440104 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 228.23579496061348, - 1474.5174581559136, - 1866.4453676892813, - 892.1755654321573, - -443.2028337998404, - -1412.3179555830316, - -1581.9208131128094, - -1009.0005152126892 - ], - "relative wind speed": [ - 3.2021569418660105, - 3.586463034642518, - 3.670179204637399, - 3.423512772571739, - 2.9391129438127126, - 2.4554993133721066, - 2.3285142436058432, - 2.6780131203685817 - ], - "relative wind angle": [ - 0.211285526711656, - 0.10602518862515417, - 0.0367343632922832, - 0.1673241690166966, - 0.23052247939420345, - 0.15519091397018472, - 0.05791966714561903, - 0.21454900194272147 - ], - "resistance": [ - 96862.7357949606, - 98109.0174581559, - 98500.94536768927, - 97526.67556543215, - 96191.29716620015, - 95222.18204441696, - 95052.57918688717, - 95625.4994847873 - ], - "fuel": [ - 41.658508116980954, - 42.304451865914984, - 42.508781399746894, - 42.001906596557255, - 41.31289931949387, - 40.8170258783664, - 40.730603403119346, - 41.02296937358739 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 12.1875, -45.625 12.34375, -45.46875 12.34375, -45.46875 12.1875, -45.625 12.1875))", @@ -374837,68 +263605,7 @@ "id": "6678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.225895899974308, - 16.225895899974308, - 16.225895899974308, - 16.225895899974308, - 16.225895899974308, - 16.225895899974308, - 16.225895899974308, - 16.225895899974308 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 786.1080690051876, - 2404.8207404507193, - 2347.569261585213, - 686.6634212982099, - -1232.8744266433896, - -2351.1655576648473, - -2326.6850577929954, - -1147.4065510017099 - ], - "relative wind speed": [ - 4.811023808597476, - 5.129471954360986, - 5.120649533822754, - 4.78828054987352, - 4.284910830807354, - 3.898067262668259, - 3.909649506876894, - 4.310310927365317 - ], - "relative wind angle": [ - 0.12641528938585034, - 0.04704305055454833, - 0.05185963475660332, - 0.12913135784725588, - 0.14203625756076071, - 0.06192074487964782, - 0.06794479639022295, - 0.14354482451239314 - ], - "resistance": [ - 97420.60806900523, - 99039.32074045076, - 98982.06926158526, - 97321.16342129826, - 95401.62557335665, - 94283.3344423352, - 94307.81494220704, - 95487.09344899833 - ], - "fuel": [ - 46.4005354151373, - 47.24399081785877, - 47.21399272143728, - 46.349036127386015, - 45.362177707215224, - 44.79357077589969, - 44.80596832520017, - 45.40582616660649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 12.1875, -45.46875 12.34375, -45.3125 12.34375, -45.3125 12.1875, -45.46875 12.1875))", @@ -374917,68 +263624,7 @@ "id": "6679", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.404690295415095, - 11.404690295415095, - 11.404690295415095, - 11.404690295415095, - 11.404690295415095, - 11.404690295415095, - 11.404690295415095, - 11.404690295415095 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 426.7628609276335, - 1582.8564363165506, - 1711.9234445824704, - 647.0738914741723, - -659.9101288563788, - -1499.4493903887314, - -1555.1660125400144, - -848.1960908688384 - ], - "relative wind speed": [ - 3.4267724913503064, - 3.750619769601152, - 3.7773522758513804, - 3.4969429235194402, - 3.0236870103959226, - 2.6111882713027827, - 2.5723651817797197, - 2.9422513546533584 - ], - "relative wind angle": [ - 0.17712647531577352, - 0.07522260505659291, - 0.054346651631039716, - 0.16432177212808885, - 0.20104262308793514, - 0.10815599882828053, - 0.07985009968976545, - 0.19566920757145703 - ], - "resistance": [ - 97061.26286092763, - 98217.35643631655, - 98346.42344458247, - 97281.57389147417, - 95974.58987114362, - 95135.05060961127, - 95079.33398745999, - 95786.30390913117 - ], - "fuel": [ - 42.169193851262506, - 42.7690534567028, - 42.83633076588404, - 42.28312255571453, - 41.609888727185606, - 41.180790800539754, - 41.1524062145495, - 41.51342552071862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 11.71875, -46.25 11.875, -46.09375 11.875, -46.09375 11.71875, -46.25 11.71875))", @@ -374997,68 +263643,7 @@ "id": "6680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.33844245171156, - 24.33844245171156, - 24.33844245171156, - 24.33844245171156, - 24.33844245171156, - 24.33844245171156, - 24.33844245171156, - 24.33844245171156 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3049.5453021103094, - 3123.599729096175, - 963.8918504095454, - -1644.9032859713989, - -3225.8970120860577, - -3257.1399075107547, - -1758.1895186391448, - 832.6834314448679 - ], - "relative wind speed": [ - 7.305171251893953, - 7.313286324324228, - 7.0178987892219045, - 6.5685271665511005, - 6.224510242613884, - 6.2149736860549325, - 6.546690107538369, - 6.997464229432199 - ], - "relative wind angle": [ - 0.03236046098802791, - 0.029426905522391786, - 0.07711695624908432, - 0.08374464598105825, - 0.03798118718378654, - 0.03462916340955143, - 0.08267982849108202, - 0.07860024256893544 - ], - "resistance": [ - 99684.04530211032, - 99758.09972909617, - 97598.39185040955, - 94989.5967140286, - 93408.60298791394, - 93377.36009248925, - 94876.31048136085, - 97467.18343144486 - ], - "fuel": [ - 57.845975850491506, - 57.88497395074141, - 56.75602202737429, - 55.415462097138935, - 54.615374121433106, - 54.59965685473917, - 55.35782237763458, - 56.68799422535795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 11.71875, -46.09375 11.875, -45.9375 11.875, -45.9375 11.71875, -46.09375 11.71875))", @@ -375077,68 +263662,7 @@ "id": "6681", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.529424069247288, - 23.529424069247288, - 23.529424069247288, - 23.529424069247288, - 23.529424069247288, - 23.529424069247288, - 23.529424069247288, - 23.529424069247288 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2394.0226239198237, - 3501.753806354158, - 1850.7404350325305, - -754.7932635026627, - -2830.313486294239, - -3297.6261139721464, - -2448.2193255847505, - -110.78317337347107 - ], - "relative wind speed": [ - 7.014084163603026, - 7.13940455879323, - 6.93727659512607, - 6.506015430513084, - 6.080668209498214, - 5.933026636885376, - 6.168151746741077, - 6.621454956883313 - ], - "relative wind angle": [ - 0.054995467419590945, - 0.00811912499977429, - 0.06744405285276425, - 0.09284953047455068, - 0.06344816225200772, - 0.009770056146946897, - 0.0758691200948089, - 0.09122623070508265 - ], - "resistance": [ - 99028.52262391985, - 100136.25380635419, - 98485.24043503255, - 95879.70673649736, - 93804.18651370579, - 93336.87388602788, - 94186.28067441528, - 96523.71682662657 - ], - "fuel": [ - 56.28352679363215, - 56.86630193040101, - 55.9993759585586, - 54.65187787050838, - 53.596561821432125, - 53.36116356630785, - 53.789637024354256, - 54.982588851737596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 11.5625, -46.25 11.71875, -46.09375 11.71875, -46.09375 11.5625, -46.25 11.5625))", @@ -375157,68 +263681,7 @@ "id": "6682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96174.61903791815, - "wind resistance": [ - 2582.66453171138, - 3758.4709425187975, - 1965.7684078875645, - -858.7354679599521, - -3099.814767953154, - -3594.277368012441, - -2665.582849952738, - -125.50355043681338 - ], - "relative wind speed": [ - 7.820603251007622, - 7.940423199793114, - 7.7423947196741105, - 7.325581608630711, - 6.920099686302589, - 6.782277957015878, - 7.00749162559604, - 7.4421414238999555 - ], - "relative wind angle": [ - 0.04709071733305444, - 0.007362392235961062, - 0.058259978495000815, - 0.07913307791615928, - 0.05322402950768593, - 0.008619626954832132, - 0.06437798261750849, - 0.0778911523504878 - ], - "resistance": [ - 98757.28356962954, - 99933.08998043695, - 98140.38744580571, - 95315.8835699582, - 93074.804269965, - 92580.34166990571, - 93509.03618796541, - 96049.11548748134 - ], - "fuel": [ - 60.82579824662649, - 61.44334981234252, - 60.503852512216774, - 59.04788524714705, - 57.913781390752604, - 57.66607392687222, - 58.132065803033164, - 59.422996657683015 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 11.5625, -46.09375 11.71875, -45.9375 11.71875, -45.9375 11.5625, -46.09375 11.5625))", @@ -375237,68 +263700,7 @@ "id": "6683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96267.58317944274, - "wind resistance": [ - 2112.898365146564, - 3839.2796300259397, - 2500.9918920609234, - -267.38834494032926, - -2785.132506259739, - -3621.0222938445513, - -3058.2946638245376, - -728.5706526914473 - ], - "relative wind speed": [ - 7.762920631783469, - 7.948464699945628, - 7.812083121306585, - 7.421166301572312, - 6.985814917677312, - 6.773954215458692, - 6.930793901510064, - 7.347845774362705 - ], - "relative wind angle": [ - 0.05687298088162086, - 0.0046269159723348685, - 0.049847593073784606, - 0.07921629092146003, - 0.06320757578051021, - 0.005429166858195897, - 0.05619229519370186, - 0.08000843378663011 - ], - "resistance": [ - 98380.4815445893, - 100106.86280946867, - 98768.57507150366, - 96000.19483450241, - 93482.45067318299, - 92646.56088559818, - 93209.2885156182, - 95539.01252675129 - ], - "fuel": [ - 60.62898449702733, - 61.535054298482265, - 60.83170425238789, - 59.397907236714, - 58.118681344584445, - 57.699194542717294, - 57.98131039041214, - 59.161823204189794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 11.71875, -45.9375 11.875, -45.78125 11.875, -45.78125 11.71875, -45.9375 11.71875))", @@ -375317,68 +263719,7 @@ "id": "6684", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.22329584293405, - 25.22329584293405, - 25.22329584293405, - 25.22329584293405, - 25.22329584293405, - 25.22329584293405, - 25.22329584293405, - 25.22329584293405 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2627.6556044604695, - 3647.6054211822266, - 1821.0623841539054, - -946.4567396347411, - -3077.1593857390035, - -3506.8367949897147, - -2509.600290391667, - 11.141938744607614 - ], - "relative wind speed": [ - 7.490866817549149, - 7.599254724603862, - 7.383892232542417, - 6.951466202254975, - 6.540871930592332, - 6.4146253921219305, - 6.661398260790997, - 7.111484298624046 - ], - "relative wind angle": [ - 0.04835512000362823, - 0.010566300438309086, - 0.06445973732893404, - 0.08531625471725834, - 0.05538494023948342, - 0.012517739770764492, - 0.0714623670788484, - 0.08339200834376147 - ], - "resistance": [ - 99262.15560446048, - 100282.10542118223, - 98455.56238415392, - 95688.04326036527, - 93557.34061426102, - 93127.66320501029, - 94124.89970960835, - 96645.64193874462 - ], - "fuel": [ - 59.00587790714253, - 59.54319157020882, - 58.58370242373608, - 57.153570387534046, - 56.071934711072885, - 55.855858936153126, - 56.35840133870596, - 57.645190606284345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 11.71875, -45.78125 11.875, -45.625 11.875, -45.625 11.71875, -45.78125 11.71875))", @@ -375397,68 +263738,7 @@ "id": "6685", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.154184087518953, - 18.154184087518953, - 18.154184087518953, - 18.154184087518953, - 18.154184087518953, - 18.154184087518953, - 18.154184087518953, - 18.154184087518953 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1641.062096108526, - 2572.1783015834535, - 1457.6678910403207, - -398.33701390180795, - -1940.9210189407477, - -2335.1467558240183, - -1812.1231080857851, - -181.7871834291218 - ], - "relative wind speed": [ - 5.472749080124973, - 5.606777380454896, - 5.439618678988459, - 5.049072608202048, - 4.641828101795333, - 4.47901752917366, - 4.680608854393353, - 5.099452560592104 - ], - "relative wind angle": [ - 0.06963837689718977, - 0.004520789437917844, - 0.0766708016524936, - 0.11191480338567084, - 0.0821301096762112, - 0.005659077855623885, - 0.08913448533494454, - 0.11080457272994158 - ], - "resistance": [ - 98275.56209610855, - 99206.67830158348, - 98092.16789104036, - 96236.16298609822, - 94693.57898105928, - 94299.35324417602, - 94822.37689191425, - 96452.71281657091 - ], - "fuel": [ - 48.891517155628115, - 49.37846074554464, - 48.79598821303634, - 47.83624871116371, - 47.048333047200664, - 46.84839238852105, - 47.11378120596271, - 47.94756602445747 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 11.5625, -45.9375 11.71875, -45.78125 11.71875, -45.78125 11.5625, -45.9375 11.5625))", @@ -375477,68 +263757,7 @@ "id": "6686", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 67447.15405798102, - "wind resistance": [ - 2807.9005701265887, - 3662.4936136689867, - 1695.4983232361374, - -1146.0733658094978, - -3241.5582944330818, - -3601.142858651212, - -2458.515205515814, - 176.32169073011391 - ], - "relative wind speed": [ - 7.847580924598392, - 7.934521645900444, - 7.706470678588009, - 7.27826649449058, - 6.88954039599557, - 6.789231141072799, - 7.047027949159746, - 7.488466469935693 - ], - "relative wind angle": [ - 0.04211734583454863, - 0.01328634112273015, - 0.06226126243132561, - 0.07876834090551979, - 0.04797829088837328, - 0.015527810712208906, - 0.06809614550160717, - 0.07655293482336135 - ], - "resistance": [ - 70255.05462810761, - 71109.64767165002, - 69142.65238121717, - 66301.08069217153, - 64205.59576354794, - 63846.01119932981, - 64988.638852465214, - 67623.47574871113 - ], - "fuel": [ - 47.42978896178933, - 47.78748706357674, - 46.96825334231855, - 45.81018934835478, - 44.97543624242361, - 44.8338353479278, - 45.28545563425495, - 46.34538511987854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 11.5625, -45.78125 11.71875, -45.625 11.71875, -45.625 11.5625, -45.78125 11.5625))", @@ -375557,68 +263776,7 @@ "id": "6687", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 87577.10273076274, - "wind resistance": [ - 3110.4054290659915, - 3436.510326988093, - 1233.4489153621034, - -1578.5940466935353, - -3400.612088672682, - -3537.8804722361892, - -2079.2257262566163, - 653.9258342736102 - ], - "relative wind speed": [ - 7.880810469241997, - 7.913952987873639, - 7.642229242617619, - 7.2043272632400175, - 6.850915062138741, - 6.812602949422461, - 7.11607637986228, - 7.559092506702793 - ], - "relative wind angle": [ - 0.033469939778003756, - 0.02247850530536831, - 0.06747650504677455, - 0.07653383495207633, - 0.03850378800742317, - 0.02611323048766135, - 0.07247407515518783, - 0.0729353887671301 - ], - "resistance": [ - 90687.50815982872, - 91013.61305775083, - 88810.55164612483, - 85998.50868406921, - 84176.49064209005, - 84039.22225852654, - 85497.87700450612, - 88231.02856503635 - ], - "fuel": [ - 56.726241635794736, - 56.887209112296546, - 55.80745717919196, - 54.4554730570948, - 53.59518571302534, - 53.530873208278365, - 54.21786310682426, - 55.526424849879604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 11.40625, -45.9375 11.5625, -45.78125 11.5625, -45.78125 11.40625, -45.9375 11.40625))", @@ -375637,68 +263795,7 @@ "id": "6688", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 55835.30512481683, - "wind resistance": [ - 3323.267515429212, - 3455.7030543219335, - 1097.1141160545849, - -1785.3172243092522, - -3555.5044600592046, - -3611.2904764938976, - -1988.4139915193082, - 861.9755445512383 - ], - "relative wind speed": [ - 7.909091634080042, - 7.922511568949448, - 7.626359691196433, - 7.171937929527654, - 6.82139309280128, - 6.805802277663823, - 7.136089409703761, - 7.592657014365558 - ], - "relative wind angle": [ - 0.031083763844320014, - 0.026631675732206147, - 0.07141242510310335, - 0.0779637967271657, - 0.036042194375924715, - 0.031002754720166597, - 0.07632790947217793, - 0.07363566437024863 - ], - "resistance": [ - 59158.57264024604, - 59291.008179138764, - 56932.419240871415, - 54049.98790050758, - 52279.800664757626, - 52224.01464832293, - 53846.89113329752, - 56697.28066936806 - ], - "fuel": [ - 43.03198330203985, - 43.08176919170883, - 42.204884411284816, - 41.16135030512375, - 40.535808105341964, - 40.51628416972146, - 41.08898857207833, - 42.118598443459874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 11.40625, -45.78125 11.5625, -45.625 11.5625, -45.625 11.40625, -45.78125 11.40625))", @@ -375717,68 +263814,7 @@ "id": "6689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 67651.81373808271, - "wind resistance": [ - 3685.885165328418, - 3110.998364073559, - 474.1409586397531, - -2328.148153219019, - -3707.862604322232, - -3465.709692610133, - -1446.5940554553526, - 1494.7844908345614 - ], - "relative wind speed": [ - 7.946210936259922, - 7.887969020645758, - 7.536902030042656, - 7.0759386756193265, - 6.779229393857965, - 6.846909094432128, - 7.2315508162235504, - 7.683183668047979 - ], - "relative wind angle": [ - 0.019275148947146832, - 0.03859787604684215, - 0.07751230778801499, - 0.07369324196877167, - 0.022593710508592695, - 0.04447022779962086, - 0.08079224829841447, - 0.06785950946164127 - ], - "resistance": [ - 71337.69890341113, - 70762.81210215627, - 68125.95469672246, - 65323.66558486369, - 63943.95113376048, - 64186.10404547257, - 66205.21968262736, - 69146.59822891727 - ], - "fuel": [ - 47.88339945063682, - 47.64198806098571, - 46.55045292380044, - 45.418795043678976, - 44.872355462165324, - 44.967748260541214, - 45.7716457156692, - 46.96988233671272 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 11.25, -45.9375 11.40625, -45.78125 11.40625, -45.78125 11.25, -45.9375 11.25))", @@ -375797,68 +263833,7 @@ "id": "6690", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 72748.00520247669, - "wind resistance": [ - 3646.910987457275, - 3159.533810740624, - 552.7231688135471, - -2264.513470510741, - -3695.631776649101, - -3490.328685551711, - -1517.18473071904, - 1417.9698865185237 - ], - "relative wind speed": [ - 7.942569812623335, - 7.893199707888295, - 7.548447102815299, - 7.087470178582561, - 6.78338683577439, - 6.840771196549764, - 7.219397379847717, - 7.672451932717183 - ], - "relative wind angle": [ - 0.020779980835967302, - 0.03715947206415016, - 0.0768779979882488, - 0.07437344645216643, - 0.024331629613145826, - 0.04287959790568714, - 0.0803893878656427, - 0.06869357789854895 - ], - "resistance": [ - 76394.91618993397, - 75907.53901321732, - 73300.72837129024, - 70483.49173196594, - 69052.3734258276, - 69257.67651692498, - 71230.82047175764, - 74165.97508899521 - ], - "fuel": [ - 50.06006232436939, - 49.846147839968964, - 48.71700073563205, - 47.5251373748953, - 46.93099861933932, - 47.015763404675255, - 47.83842508078003, - 49.08898110921588 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 11.25, -45.78125 11.40625, -45.625 11.40625, -45.625 11.25, -45.78125 11.25))", @@ -375877,68 +263852,7 @@ "id": "6691", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.58672454258837, - 25.58672454258837, - 25.58672454258837, - 25.58672454258837, - 25.58672454258837, - 25.58672454258837, - 25.58672454258837, - 25.58672454258837 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 3754.2163736630464, - 2345.5059097703306, - -358.95521203513636, - -2760.3183195910315, - -3494.3043050257, - -2901.6843259875313, - -597.5156370188815, - 2144.6221295827054 - ], - "relative wind speed": [ - 7.698185367201957, - 7.549883713629863, - 7.151582806298865, - 6.7175420368213095, - 6.516728035594734, - 6.687978629479557, - 7.112289758042705, - 7.523591643706303 - ], - "relative wind angle": [ - 0.002560900767638846, - 0.05350578999437611, - 0.08269564936538364, - 0.06430142930505046, - 0.0030251833789429615, - 0.0604092022383162, - 0.08315356847318117, - 0.057404379961291795 - ], - "resistance": [ - 100388.71637366302, - 98980.0059097703, - 96275.54478796484, - 93874.18168040895, - 93140.19569497427, - 93732.81567401244, - 96036.9843629811, - 98779.12212958268 - ], - "fuel": [ - 60.18201006073072, - 59.44035580249179, - 58.03721437614108, - 56.81413947281464, - 56.4445834928923, - 56.74280696939128, - 57.91474957010158, - 59.33519661135362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 11.71875, -45.625 11.875, -45.46875 11.875, -45.46875 11.71875, -45.625 11.71875))", @@ -375957,68 +263871,7 @@ "id": "6692", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.258734395464415, - 20.258734395464415, - 20.258734395464415, - 20.258734395464415, - 20.258734395464415, - 20.258734395464415, - 20.258734395464415, - 20.258734395464415 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1574.820491174054, - 2892.927240954252, - 1924.377665914406, - -135.2575573459544, - -2024.34483044025, - -2679.412113550019, - -2270.0241240955365, - -548.8248139180032 - ], - "relative wind speed": [ - 6.018575757580184, - 6.2016319528833685, - 6.07556937628389, - 5.699718094972152, - 5.2702482471114385, - 5.053566251360425, - 5.204443052803482, - 5.61355363150296 - ], - "relative wind angle": [ - 0.07259527640483546, - 0.006983028244894566, - 0.061810157834390984, - 0.10088656388154622, - 0.0829253578983577, - 0.008569463032789968, - 0.07217272491867305, - 0.10244050628273191 - ], - "resistance": [ - 98209.32049117406, - 99527.42724095425, - 98558.8776659144, - 96499.24244265404, - 94610.15516955974, - 93955.08788644998, - 94364.47587590446, - 96085.675186082 - ], - "fuel": [ - 51.370360176945056, - 52.060311421649274, - 51.55270286308557, - 50.484869640889215, - 49.51933681515706, - 49.18762561492096, - 49.39474327045552, - 50.27235562609786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 11.71875, -45.46875 11.875, -45.3125 11.875, -45.3125 11.71875, -45.46875 11.71875))", @@ -376037,68 +263890,7 @@ "id": "6693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.318097692091662, - 17.318097692091662, - 17.318097692091662, - 17.318097692091662, - 17.318097692091662, - 17.318097692091662, - 17.318097692091662, - 17.318097692091662 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1687.8875523178795, - 2639.1583994048524, - 1499.1381767519106, - -390.9016251020021, - -1960.1500163478313, - -2364.0052772160425, - -1827.7442323996856, - -168.63825133193495 - ], - "relative wind speed": [ - 5.271828247488047, - 5.4133786850336385, - 5.236434421011077, - 4.821075884223257, - 4.383988752724695, - 4.207952194055082, - 4.42620435694963, - 4.875321299523801 - ], - "relative wind angle": [ - 0.0772532735722595, - 0.005049505493749937, - 0.08518343405662203, - 0.1253463635414899, - 0.09293986775721837, - 0.006496024725406136, - 0.10082542802352129, - 0.1239444662429328 - ], - "resistance": [ - 98322.38755231787, - 99273.65839940484, - 98133.63817675189, - 96243.59837489798, - 94674.34998365215, - 94270.49472278394, - 94806.7557676003, - 96465.86174866805 - ], - "fuel": [ - 47.99841628031423, - 48.49610151451982, - 47.90006685444462, - 46.92255594398418, - 46.121055170974095, - 45.916266809614264, - 46.188328071331114, - 47.036818813014726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 11.5625, -45.625 11.71875, -45.46875 11.71875, -45.46875 11.5625, -45.625 11.5625))", @@ -376117,68 +263909,7 @@ "id": "6694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.43136727086665, - 26.43136727086665, - 26.43136727086665, - 26.43136727086665, - 26.43136727086665, - 26.43136727086665, - 26.43136727086665, - 26.43136727086665 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3293.7215713472287, - 3278.5058916435664, - 933.8580316900116, - -1846.981262557525, - -3485.0822816225445, - -3478.6761858847203, - -1823.6287949561483, - 960.8915692862283 - ], - "relative wind speed": [ - 7.8824508347413635, - 7.880901608119236, - 7.581331486730883, - 7.137950567583566, - 6.808292868036052, - 6.810086106813114, - 7.142079236984722, - 7.585218825702974 - ], - "relative wind angle": [ - 0.02794088731314909, - 0.02845605077370481, - 0.07093380277314058, - 0.07511438441736486, - 0.03235061048064674, - 0.032931978181245665, - 0.07530439864271816, - 0.07067758426190714 - ], - "resistance": [ - 99928.22157134725, - 99913.0058916436, - 97568.35803169003, - 94787.5187374425, - 93149.41771837749, - 93155.82381411531, - 94810.87120504388, - 97595.39156928626 - ], - "fuel": [ - 61.32599546361541, - 61.31797137552721, - 60.09180037855155, - 58.664034447133275, - 57.836452186872805, - 57.83966915205429, - 58.67590449453536, - 60.105821430268605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 11.5625, -45.46875 11.71875, -45.3125 11.71875, -45.3125 11.5625, -45.46875 11.5625))", @@ -376197,68 +263928,7 @@ "id": "6695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.1229605942479, - 22.1229605942479, - 22.1229605942479, - 22.1229605942479, - 22.1229605942479, - 22.1229605942479, - 22.1229605942479, - 22.1229605942479 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2618.8458846572157, - 3038.689883326695, - 1204.1374820649016, - -1214.041943792592, - -2848.800792229653, - -3026.310170570341, - -1853.9688659236235, - 462.538184934534 - ], - "relative wind speed": [ - 6.671056672577378, - 6.721169707022895, - 6.458544472488442, - 6.012205759659395, - 5.6334872279864605, - 5.573603255168371, - 5.875915143491667, - 6.331868395674699 - ], - "relative wind angle": [ - 0.043838518694230486, - 0.023886127807145087, - 0.08050375851936357, - 0.09561485574514009, - 0.05191934504997729, - 0.028805361137216556, - 0.08850610695980772, - 0.0907741067430899 - ], - "resistance": [ - 99253.3458846572, - 99673.18988332668, - 97838.63748206489, - 95420.4580562074, - 93785.69920777033, - 93608.18982942964, - 94780.53113407636, - 97097.03818493451 - ], - "fuel": [ - 54.38637623968576, - 54.607069222186176, - 53.64755680300175, - 52.40192762382445, - 51.572173511405474, - 51.48267364403036, - 52.075935640687106, - 53.26323806809249 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 11.71875, -45.3125 11.875, -45.15625 11.875, -45.15625 11.71875, -45.3125 11.71875))", @@ -376277,68 +263947,7 @@ "id": "6696", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.98280016805319, - 15.98280016805319, - 15.98280016805319, - 15.98280016805319, - 15.98280016805319, - 15.98280016805319, - 15.98280016805319, - 15.98280016805319 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1321.9767870108117, - 2530.950493505703, - 1785.2544468577817, - 22.872695491820195, - -1638.2638857015081, - -2280.682537435896, - -1962.7237995922324, - -520.8111286247922 - ], - "relative wind speed": [ - 4.85865099944714, - 5.069429714467959, - 4.951648694120495, - 4.555986232711905, - 4.076431610986869, - 3.8111240577487093, - 3.962948324605871, - 4.4121166871266295 - ], - "relative wind angle": [ - 0.10232887407768375, - 0.014332254464779629, - 0.07956552670662023, - 0.13855542859902759, - 0.1220546657039446, - 0.01906478759041754, - 0.09947512966114583, - 0.1431040138441324 - ], - "resistance": [ - 97956.47678701082, - 99165.45049350572, - 98419.7544468578, - 96657.37269549184, - 94996.2361142985, - 94353.81746256413, - 94671.77620040778, - 96113.68887137523 - ], - "fuel": [ - 46.43804079347536, - 47.06948438766089, - 46.67936667826266, - 45.765584409422544, - 44.914877703989085, - 44.588633450455035, - 44.74991286620268, - 45.48602092473365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 11.71875, -45.15625 11.875, -45 11.875, -45 11.71875, -45.15625 11.71875))", @@ -376357,68 +263966,7 @@ "id": "6697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.77939223862397, - 14.77939223862397, - 14.77939223862397, - 14.77939223862397, - 14.77939223862397, - 14.77939223862397, - 14.77939223862397, - 14.77939223862397 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1098.1536967855445, - 2277.2340969574925, - 1736.8137858972586, - 160.17095250614875, - -1394.0124893080829, - -2071.91712960751, - -1840.8868267063463, - -588.0145311102406 - ], - "relative wind speed": [ - 4.493790901750692, - 4.722767389781738, - 4.6315697553171065, - 4.2584747228374, - 3.781136388382713, - 3.490933576885034, - 3.611053953881193, - 4.044322204172668 - ], - "relative wind angle": [ - 0.11423598356092865, - 0.022928449458231453, - 0.07761340045496297, - 0.14519428300329754, - 0.13588949522808477, - 0.031021390558265503, - 0.09961237548574801, - 0.1529414747115824 - ], - "resistance": [ - 97732.65369678555, - 98911.73409695749, - 98371.31378589726, - 96794.67095250615, - 95240.48751069192, - 94562.58287039249, - 94793.61317329365, - 96046.48546888976 - ], - "fuel": [ - 45.18783369738033, - 45.802616519380166, - 45.52019449745575, - 44.70245586915766, - 43.90541906861072, - 43.560582330046564, - 43.677910811502585, - 44.31763958312791 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 11.5625, -45.3125 11.71875, -45.15625 11.71875, -45.15625 11.5625, -45.3125 11.5625))", @@ -376437,68 +263985,7 @@ "id": "6698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.04222117526088, - 19.04222117526088, - 19.04222117526088, - 19.04222117526088, - 19.04222117526088, - 19.04222117526088, - 19.04222117526088, - 19.04222117526088 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2154.2611710344772, - 2824.409297152559, - 1339.6931575737708, - -798.6566200455454, - -2384.9891198906553, - -2669.3783176897705, - -1813.0476425294455, - 162.71592834720832 - ], - "relative wind speed": [ - 5.80269927608418, - 5.893914983215793, - 5.662656559750885, - 5.217202462116794, - 4.799770977451349, - 4.68731122236155, - 4.964216052002814, - 5.430462116057399 - ], - "relative wind angle": [ - 0.06049149005455268, - 0.018209908089188636, - 0.08886957332325578, - 0.11592060007754297, - 0.073152022611205, - 0.022898223031639575, - 0.10141344041491607, - 0.11134898266306582 - ], - "resistance": [ - 98788.76117103451, - 99458.90929715258, - 97974.1931575738, - 95835.84337995449, - 94249.51088010937, - 93965.12168231026, - 94821.45235747058, - 96797.21592834724 - ], - "fuel": [ - 50.18445960756515, - 50.53587971065186, - 49.75955703834141, - 48.65587910758951, - 47.8481098739895, - 47.70428715319275, - 48.138266195613866, - 49.14997226547838 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 11.5625, -45.15625 11.71875, -45 11.71875, -45 11.5625, -45.15625 11.5625))", @@ -376517,68 +264004,7 @@ "id": "6699", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.01179784098243, - 14.01179784098243, - 14.01179784098243, - 14.01179784098243, - 14.01179784098243, - 14.01179784098243, - 14.01179784098243, - 14.01179784098243 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1506.8876976242482, - 2197.8187903494972, - 1186.7415345757317, - -385.48421503104964, - -1638.2467588343352, - -1933.6222004688525, - -1414.4327823810354, - -11.070260399804283 - ], - "relative wind speed": [ - 4.3861339262042565, - 4.508643159544138, - 4.313712479885794, - 3.8841128204382627, - 3.4388263929756793, - 3.2765583528333395, - 3.5292467213987235, - 3.997169670871278 - ], - "relative wind angle": [ - 0.09022142959528123, - 0.01269427423612072, - 0.11060022534170225, - 0.1592961214622413, - 0.11517350093594436, - 0.01746812359222818, - 0.1353211492076926, - 0.1547536949983563 - ], - "resistance": [ - 98141.38769762425, - 98832.3187903495, - 97821.24153457573, - 96249.01578496896, - 94996.25324116566, - 94700.87779953115, - 95220.06721761897, - 96623.4297396002 - ], - "fuel": [ - 44.72694046213401, - 45.08762130746591, - 44.56041953800731, - 43.748177047610845, - 43.10755994749138, - 42.9573664973043, - 43.22158179104797, - 43.94077219707278 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 11.40625, -45.625 11.5625, -45.46875 11.5625, -45.46875 11.40625, -45.625 11.40625))", @@ -376597,68 +264023,7 @@ "id": "6700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 82440.95489931246, - "wind resistance": [ - 3656.8993268538434, - 2641.8988667069134, - 8.38361317714589, - -2536.0432275992753, - -3545.7177516336887, - -3118.892779052614, - -976.0171440565355, - 1813.935529607319 - ], - "relative wind speed": [ - 7.929038810723283, - 7.825551388429116, - 7.461197102458828, - 7.0301485244879185, - 6.794036536940445, - 6.912983031535151, - 7.304733172778988, - 7.720466349313242 - ], - "relative wind angle": [ - 0.009895958829760224, - 0.04420608040795159, - 0.07613822105334227, - 0.06502158551650797, - 0.011549232164300262, - 0.05004622391928567, - 0.07777232699349589, - 0.05920060819990885 - ], - "resistance": [ - 86097.85422616631, - 85082.85376601937, - 82449.3385124896, - 79904.91167171318, - 78895.23714767877, - 79322.06212025986, - 81464.93775525593, - 84254.89042891978 - ], - "fuel": [ - 54.50273536319269, - 54.02159169182468, - 52.791095359740844, - 51.62673732921776, - 51.17137549607292, - 51.36341012522959, - 52.33776543209175, - 53.631948766325294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 11.40625, -45.46875 11.5625, -45.3125 11.5625, -45.3125 11.40625, -45.46875 11.40625))", @@ -376677,68 +264042,7 @@ "id": "6701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.55125006392712, - 24.55125006392712, - 24.55125006392712, - 24.55125006392712, - 24.55125006392712, - 24.55125006392712, - 24.55125006392712, - 24.55125006392712 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3213.055475109297, - 2725.2162255341646, - 428.55761230086136, - -2019.2683971857878, - -3231.930496130928, - -3026.3701957363337, - -1271.6125958838238, - 1294.2490517968217 - ], - "relative wind speed": [ - 7.370421273360483, - 7.3171572663907805, - 6.987769975522012, - 6.553447219641145, - 6.272334156778474, - 6.334389872750119, - 6.695995541387985, - 7.12163008450119 - ], - "relative wind angle": [ - 0.019859012362553646, - 0.03893622335654286, - 0.07867140797129578, - 0.07511728117208379, - 0.02333628085459498, - 0.04498090036510841, - 0.08210703449743423, - 0.06911424410228899 - ], - "resistance": [ - 99847.55547510932, - 99359.71622553418, - 97063.05761230088, - 94615.23160281422, - 93402.56950386909, - 93608.12980426368, - 95362.88740411619, - 97928.74905179684 - ], - "fuel": [ - 58.25969497299356, - 58.00300515927616, - 56.806454246654766, - 55.55275317470793, - 54.93992374988369, - 55.04342028424864, - 55.9333144531754, - 57.25517161431078 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 11.25, -45.625 11.40625, -45.46875 11.40625, -45.46875 11.25, -45.625 11.25))", @@ -376757,68 +264061,7 @@ "id": "6702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 86381.79245178524, - "wind resistance": [ - 3812.24211684741, - 2265.4354537909676, - -490.9648313405014, - -2873.6702976824163, - -3525.118904945921, - -2875.3344545288055, - -493.7749750350449, - 2263.0713053777217 - ], - "relative wind speed": [ - 7.938206604921723, - 7.780039942658442, - 7.383926754417779, - 6.965184490051731, - 6.784027401939235, - 6.964849631063437, - 7.383480045214356, - 7.779740157115023 - ], - "relative wind angle": [ - 2.8222984189170243e-05, - 0.052453800448444284, - 0.07823462178200022, - 0.0586425904006715, - 3.302461760404797e-05, - 0.05859984346566699, - 0.0782393647499072, - 0.052496606040983995 - ], - "resistance": [ - 90194.03456863265, - 88647.2279055762, - 85890.82762044473, - 83508.12215410282, - 82856.67354683932, - 83506.45799725642, - 85888.01747675019, - 88644.86375716297 - ], - "fuel": [ - 56.48341236587774, - 55.728128944047036, - 54.404286715054134, - 53.28270446914452, - 52.979733415083714, - 53.28192850312868, - 54.40295148706039, - 55.72698137852855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 11.25, -45.46875 11.40625, -45.3125 11.40625, -45.3125 11.25, -45.46875 11.25))", @@ -376837,68 +264080,7 @@ "id": "6703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90279.47318231496, - "wind resistance": [ - 3471.115800016032, - 2912.2756876337153, - 422.62298630406076, - -2215.260202972826, - -3503.513032955576, - -3268.4062158815395, - -1356.6890466610494, - 1416.3814436895154 - ], - "relative wind speed": [ - 7.912774748571698, - 7.8558599443323125, - 7.523044705626255, - 7.0890939683103475, - 6.812204632636037, - 6.87776131554279, - 7.240299340199309, - 7.665695199198024 - ], - "relative wind angle": [ - 0.01791723367688201, - 0.03678824704393222, - 0.07322565085142091, - 0.06909447460323216, - 0.020812305465853803, - 0.04202285846143793, - 0.07609065759532509, - 0.06388992709134195 - ], - "resistance": [ - 93750.588982331, - 93191.74886994867, - 90702.09616861903, - 88064.21297934213, - 86775.9601493594, - 87011.06696643343, - 88922.78413565391, - 91695.85462600448 - ], - "fuel": [ - 58.25379589030382, - 57.97249933640772, - 56.733433915841225, - 55.445761395385944, - 54.826315997732735, - 54.938904438649914, - 55.862027340345804, - 57.22524786240131 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 11.40625, -45.3125 11.5625, -45.15625 11.5625, -45.15625 11.40625, -45.3125 11.40625))", @@ -376917,68 +264099,7 @@ "id": "6704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.99269553823456, - 22.99269553823456, - 22.99269553823456, - 22.99269553823456, - 22.99269553823456, - 22.99269553823456, - 22.99269553823456, - 22.99269553823456 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3328.6180631595416, - 2783.5964298014514, - 419.7693597387697, - -2071.1488754354614, - -3286.8047653910307, - -3056.37923209789, - -1240.4277672099997, - 1382.4761129541112 - ], - "relative wind speed": [ - 6.990701791130597, - 6.928108907338494, - 6.567498070197158, - 6.092680019090563, - 5.786724177324096, - 5.861518165543869, - 6.262911250760333, - 6.72572214873008 - ], - "relative wind angle": [ - 0.02188355013591334, - 0.04586235280620865, - 0.09181729421057383, - 0.08775201791347559, - 0.026437580141772606, - 0.054215246787881345, - 0.09629621297991599, - 0.07947422784543585 - ], - "resistance": [ - 99963.11806315958, - 99418.09642980149, - 97054.2693597388, - 94563.35112456456, - 93347.695234609, - 93578.12076790215, - 95394.07223279003, - 98016.97611295414 - ], - "fuel": [ - 55.99055944283103, - 55.70360518906389, - 54.47184164775315, - 53.19635122925828, - 52.582250319140826, - 52.698229735576106, - 53.61916125948951, - 54.9709876437942 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 11.40625, -45.15625 11.5625, -45 11.5625, -45 11.40625, -45.15625 11.40625))", @@ -376997,68 +264118,7 @@ "id": "6705", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.67230040728708, - 18.67230040728708, - 18.67230040728708, - 18.67230040728708, - 18.67230040728708, - 18.67230040728708, - 18.67230040728708, - 18.67230040728708 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2228.5090337176207, - 2604.45283576355, - 1056.4378761572534, - -987.6416278154284, - -2379.5427053461553, - -2539.1635338759133, - -1556.4432674847867, - 396.4099411696734 - ], - "relative wind speed": [ - 5.713946138144736, - 5.766070078130294, - 5.508059057812675, - 5.062271862237801, - 4.676698037625991, - 4.61227935611498, - 4.917516692437522, - 5.375322185464732 - ], - "relative wind angle": [ - 0.051958275331656395, - 0.02731699936278629, - 0.09445323011286562, - 0.11426141963019983, - 0.06349623616788456, - 0.034152910681243494, - 0.10583631158791494, - 0.10758041421435868 - ], - "resistance": [ - 98863.00903371764, - 99238.95283576357, - 97690.93787615727, - 95646.8583721846, - 94254.95729465385, - 94095.3364661241, - 95078.05673251522, - 97030.9099411697 - ], - "fuel": [ - 49.79004374082355, - 49.98708362732142, - 49.17911282052734, - 48.12588706864439, - 47.41759868808323, - 47.33683415965357, - 47.83557331802446, - 48.83732936312959 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 11.25, -45.3125 11.40625, -45.15625 11.40625, -45.15625 11.25, -45.3125 11.25))", @@ -377077,68 +264137,7 @@ "id": "6706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92843.23264807864, - "wind resistance": [ - 3603.009524392033, - 2945.2531728064823, - 361.6404957868581, - -2330.0834845137397, - -3602.7913594921156, - -3325.942970322376, - -1320.3022121962204, - 1530.5450197132668 - ], - "relative wind speed": [ - 7.930777381237664, - 7.863928797353354, - 7.516714767997964, - 7.071380598652816, - 6.793912791968453, - 6.871179284939385, - 7.249377903805595, - 7.684403511309127 - ], - "relative wind angle": [ - 0.01690540792213242, - 0.0390756527922299, - 0.07570735419830367, - 0.07031419474551111, - 0.0197346282390086, - 0.04472484090586491, - 0.07850487723827347, - 0.06469670239874978 - ], - "resistance": [ - 96446.24217247068, - 95788.48582088512, - 93204.8731438655, - 90513.1491635649, - 89240.44128858653, - 89517.28967775627, - 91522.93043588242, - 94373.7776677919 - ], - "fuel": [ - 59.62699641357969, - 59.289432920010626, - 57.979092217324364, - 56.64033926302652, - 56.01673402857357, - 56.15187208513865, - 57.13940309188383, - 58.56885331507183 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 11.25, -45.15625 11.40625, -45 11.40625, -45 11.25, -45.15625 11.25))", @@ -377192,12 +264191,12 @@ "relative wind angle": [ 0.04175503308552355, 0.029682618438106163, - 0.08745301038609604, + 0.08745301038609606, 0.10000893933967092, 0.05017059921516949, 0.03606004372599184, - 0.09576280724855529, - 0.09373728965196132 + 0.0957628072485553, + 0.0937372896519613 ], "resistance": [ 99528.24601043407, @@ -377237,68 +264236,7 @@ "id": "6708", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.44255051025308, - 15.44255051025308, - 15.44255051025308, - 15.44255051025308, - 15.44255051025308, - 15.44255051025308, - 15.44255051025308, - 15.44255051025308 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2024.194982128115, - 1850.0734162253875, - 440.743418278199, - -1122.0118177100494, - -1971.5070990108607, - -1897.2698052293617, - -860.5712495426205, - 744.567193844513 - ], - "relative wind speed": [ - 4.836143549161779, - 4.807530448187463, - 4.502011663835689, - 4.064687155509458, - 3.750689709038659, - 3.787295698956979, - 4.145823042566456, - 4.575399004395574 - ], - "relative wind angle": [ - 0.03712882084212346, - 0.05351831525433479, - 0.12095403687235823, - 0.1260619724430192, - 0.04788123830346158, - 0.06795512728003056, - 0.13140361111858118, - 0.1119279480891745 - ], - "resistance": [ - 98658.6949821281, - 98484.57341622538, - 97075.24341827819, - 95512.48818228993, - 94662.99290098912, - 94737.23019477063, - 95773.92875045736, - 97379.0671938445 - ], - "fuel": [ - 46.28329817983319, - 46.19234805810465, - 45.46035492876285, - 44.657315597771415, - 44.224605482400605, - 44.262312890212016, - 44.791026789507086, - 45.61753331197661 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 10.15625, -47.34375 10.3125, -47.1875 10.3125, -47.1875 10.15625, -47.34375 10.15625))", @@ -377317,68 +264255,7 @@ "id": "6709", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.097522966843545, - 16.097522966843545, - 16.097522966843545, - 16.097522966843545, - 16.097522966843545, - 16.097522966843545, - 16.097522966843545, - 16.097522966843545 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2169.3432774225967, - 2136.7444489688005, - 631.5916803432156, - -1122.2202669031867, - -2151.74321314375, - -2137.835348876053, - -1073.3320570840588, - 688.4194008266895 - ], - "relative wind speed": [ - 5.040973545375671, - 5.035850364881302, - 4.73093492220017, - 4.268697798317195, - 3.9136615282146305, - 3.9202515155445674, - 4.283271600600585, - 4.744088948285704 - ], - "relative wind angle": [ - 0.04477058821872467, - 0.04758656978526793, - 0.11958141960016604, - 0.13123878013749155, - 0.05767926236440803, - 0.061143458728579285, - 0.1321491282155224, - 0.11802284517390792 - ], - "resistance": [ - 98803.84327742258, - 98771.24444896879, - 97266.0916803432, - 95512.2797330968, - 94482.75678685623, - 94496.66465112394, - 95561.16794291593, - 97322.91940082668 - ], - "fuel": [ - 46.99312557088084, - 46.976071809136926, - 46.192971976066005, - 45.291133948689556, - 44.767068201459736, - 44.77412154541853, - 45.31611796868431, - 46.22238513244136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 10, -47.5 10.15625, -47.34375 10.15625, -47.34375 10, -47.5 10))", @@ -377397,68 +264274,7 @@ "id": "6710", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.107041134546073, - 18.107041134546073, - 18.107041134546073, - 18.107041134546073, - 18.107041134546073, - 18.107041134546073, - 18.107041134546073, - 18.107041134546073 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2547.0526189487064, - 1949.0183300673725, - 152.98360235155087, - -1632.3915752910525, - -2409.744283392216, - -2155.962832746547, - -727.1095845442178, - 1203.3537588096442 - ], - "relative wind speed": [ - 5.603280016759668, - 5.5176635554027, - 5.164893186375012, - 4.722161425067011, - 4.4583452594387945, - 4.563877549623721, - 4.959583427256323, - 5.382822760800107 - ], - "relative wind angle": [ - 0.018439924349725578, - 0.06017500267248103, - 0.11109022588292092, - 0.1013855337136852, - 0.023176189380162863, - 0.07277104261061462, - 0.11570919859547425, - 0.08890675435310895 - ], - "resistance": [ - 99181.55261894871, - 98583.51833006738, - 96787.48360235157, - 95002.10842470896, - 94224.7557166078, - 94478.53716725347, - 95907.3904154558, - 97837.85375880965 - ], - "fuel": [ - 49.31231920203656, - 48.99925196305517, - 48.06703886617255, - 47.15225498400049, - 46.7576643294021, - 46.88623867692092, - 47.61461765816151, - 48.61076533651316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 10, -47.34375 10.15625, -47.1875 10.15625, -47.1875 10, -47.34375 10))", @@ -377477,68 +264293,7 @@ "id": "6711", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.16724565333153, - 16.16724565333153, - 16.16724565333153, - 16.16724565333153, - 16.16724565333153, - 16.16724565333153, - 16.16724565333153, - 16.16724565333153 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2429.088252199468, - 1855.8965533334303, - 161.20367473351143, - -1515.712848104812, - -2247.0088371449883, - -2002.6942116654254, - -655.4289326625258, - 1161.0234327711623 - ], - "relative wind speed": [ - 5.097381093794819, - 5.007514222562106, - 4.638331628559704, - 4.169663087484712, - 3.8870622064393423, - 4.002167902892653, - 4.424751554111104, - 4.868927638502487 - ], - "relative wind angle": [ - 0.021141123932838547, - 0.07032085768096734, - 0.1308807921800552, - 0.12122565790867391, - 0.027725346013251207, - 0.08802662839713411, - 0.1372373523972392, - 0.10374742720946845 - ], - "resistance": [ - 99063.58825219946, - 98490.39655333343, - 96795.70367473351, - 95118.78715189519, - 94387.49116285502, - 94631.80578833458, - 95979.07106733747, - 97795.52343277117 - ], - "fuel": [ - 47.19829640779911, - 46.89845922053395, - 46.019114250115265, - 45.15951233232127, - 44.78792027959072, - 44.911842050902386, - 45.59919422566438, - 46.53660974169672 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 10.15625, -47.1875 10.3125, -47.03125 10.3125, -47.03125 10.15625, -47.1875 10.15625))", @@ -377557,68 +264312,7 @@ "id": "6712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.044074456661114, - 16.044074456661114, - 16.044074456661114, - 16.044074456661114, - 16.044074456661114, - 16.044074456661114, - 16.044074456661114, - 16.044074456661114 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2639.117873725834, - 2257.1838247109645, - 435.54734003752674, - -1491.571343044916, - -2466.5393234244148, - -2303.0293780188085, - -923.1436317017196, - 1097.375747050337 - ], - "relative wind speed": [ - 5.127833602837889, - 5.068772969475252, - 4.685664999356192, - 4.156050324818242, - 3.7930747811599628, - 3.8716449137003948, - 4.3274284820980515, - 4.838319899659726 - ], - "relative wind angle": [ - 0.03532869897750753, - 0.06796507843727341, - 0.1430375535657708, - 0.14496639028033495, - 0.047768873231064754, - 0.0890292281065897, - 0.15497055693237263, - 0.12440912281423594 - ], - "resistance": [ - 99273.61787372586, - 98891.683824711, - 97070.04734003756, - 95142.92865695512, - 94167.96067657562, - 94331.47062198122, - 95711.35636829831, - 97731.87574705036 - ], - "fuel": [ - 47.186532740298965, - 46.986308232925985, - 46.03880471289504, - 45.04987679947763, - 44.5548225830361, - 44.63760028637297, - 45.340136516952455, - 46.38161911244704 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 10.15625, -47.03125 10.3125, -46.875 10.3125, -46.875 10.15625, -47.03125 10.15625))", @@ -377637,68 +264331,7 @@ "id": "6713", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.08197263761392, - 20.08197263761392, - 20.08197263761392, - 20.08197263761392, - 20.08197263761392, - 20.08197263761392, - 20.08197263761392, - 20.08197263761392 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3081.965933240943, - 3066.2073200701816, - 918.4493174792278, - -1606.362769293819, - -3101.1989111477196, - -3094.4909293698383, - -1582.6258082568802, - 946.0167667068654 - ], - "relative wind speed": [ - 6.2309864330999165, - 6.228978482607196, - 5.878879636817068, - 5.3470990474726445, - 4.938411006554982, - 4.940943458728823, - 5.352744101389139, - 5.884014528844718 - ], - "relative wind angle": [ - 0.042515766410257665, - 0.04339943220303331, - 0.11028274180980575, - 0.12087974461964617, - 0.05365338496954358, - 0.05472319336116591, - 0.12117367099385948, - 0.10980267079623682 - ], - "resistance": [ - 99716.46593324095, - 99700.70732007019, - 97552.94931747923, - 95028.13723070618, - 93533.30108885228, - 93540.00907063016, - 95051.87419174312, - 97580.51676670686 - ], - "fuel": [ - 51.937469765666194, - 51.92917179102816, - 50.80687739343319, - 49.50950555872555, - 48.75256505526369, - 48.75594320508779, - 49.52159231387992, - 50.821173807301605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 10, -47.1875 10.15625, -47.03125 10.15625, -47.03125 10, -47.1875 10))", @@ -377717,68 +264350,7 @@ "id": "6714", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.082286198367346, - 17.082286198367346, - 17.082286198367346, - 17.082286198367346, - 17.082286198367346, - 17.082286198367346, - 17.082286198367346, - 17.082286198367346 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2746.950763454295, - 2112.70224984999, - 198.2547783963346, - -1703.117698072314, - -2540.3363418118424, - -2269.8801211565587, - -751.9873001985743, - 1303.8459882411025 - ], - "relative wind speed": [ - 5.39429766357631, - 5.300386528204177, - 4.906752912935662, - 4.404366391718001, - 4.098894413378868, - 4.219630949138204, - 4.671526361553653, - 5.147906310608059 - ], - "relative wind angle": [ - 0.022007471856622867, - 0.07065795463120085, - 0.13243092477803992, - 0.12339016691300338, - 0.02896436422099165, - 0.08879808375913355, - 0.13914156084006896, - 0.10549615721518796 - ], - "resistance": [ - 99381.4507634543, - 98747.20224984999, - 96832.75477839634, - 94931.38230192769, - 94094.16365818816, - 94364.61987884344, - 95882.51269980143, - 97938.3459882411 - ], - "fuel": [ - 48.30225762597931, - 47.969803425768546, - 46.97538515714267, - 46.001257059248246, - 45.576591547600025, - 45.713490868212375, - 46.48686711509028, - 47.54799676198165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 10, -47.03125 10.15625, -46.875 10.15625, -46.875 10, -47.03125 10))", @@ -377797,68 +264369,7 @@ "id": "6715", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.919645000025664, - 18.919645000025664, - 18.919645000025664, - 18.919645000025664, - 18.919645000025664, - 18.919645000025664, - 18.919645000025664, - 18.919645000025664 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2917.2020397781653, - 2581.9899674365533, - 542.880767423514, - -1673.9542249274455, - -2836.0430078028585, - -2693.339892124979, - -1169.213179847302, - 1129.1136566351252 - ], - "relative wind speed": [ - 5.896433134079975, - 5.851140435489856, - 5.485276612181929, - 4.975416367241632, - 4.6216508867046455, - 4.678860569351218, - 5.102873809051519, - 5.601143864947418 - ], - "relative wind angle": [ - 0.032670684392010416, - 0.053830462170361866, - 0.1165431773662179, - 0.11829676501093468, - 0.04168684283705464, - 0.06733595189052538, - 0.12532115320201476, - 0.10502941024171288 - ], - "resistance": [ - 99551.70203977816, - 99216.48996743656, - 97177.38076742351, - 94960.54577507256, - 93798.45699219714, - 93941.16010787502, - 95465.2868201527, - 97763.61365663512 - ], - "fuel": [ - 50.44010554682312, - 50.26399849070173, - 49.20173955292877, - 48.06444920167313, - 47.475574898178024, - 47.54761731041139, - 48.32178585514985, - 49.50554861175438 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 10.46875, -46.5625 10.625, -46.40625 10.625, -46.40625 10.46875, -46.5625 10.46875))", @@ -377877,68 +264388,7 @@ "id": "6716", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.52603125689811, - 21.52603125689811, - 21.52603125689811, - 21.52603125689811, - 21.52603125689811, - 21.52603125689811, - 21.52603125689811, - 21.52603125689811 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2314.4178393214115, - 3995.4929310458556, - 2492.9200758252864, - -322.83071546598876, - -2805.803824364706, - -3568.4419328066615, - -2931.0523464588023, - -533.1453040700308 - ], - "relative wind speed": [ - 6.504789927393105, - 6.712300725246999, - 6.53177313019378, - 6.044840657385185, - 5.501856936753777, - 5.2466885485865316, - 5.469795382617067, - 6.003550880840728 - ], - "relative wind angle": [ - 0.08201349393600861, - 0.0030986968440789545, - 0.07715636234259166, - 0.12152802107655755, - 0.09700713708076288, - 0.003964292157792015, - 0.09217559077204275, - 0.12236801961519134 - ], - "resistance": [ - 98948.91783932141, - 100629.99293104585, - 99127.42007582528, - 96311.66928453401, - 93828.6961756353, - 93066.05806719334, - 93703.4476535412, - 96101.35469592997 - ], - "fuel": [ - 53.41092479275242, - 54.2966302813482, - 53.5044729799569, - 52.042630199149436, - 50.778032504582924, - 50.39422014753594, - 50.71485023737562, - 51.93462604779056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 10.46875, -46.40625 10.625, -46.25 10.625, -46.25 10.46875, -46.40625 10.46875))", @@ -377957,68 +264407,7 @@ "id": "6717", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.421385488331982, - 21.421385488331982, - 21.421385488331982, - 21.421385488331982, - 21.421385488331982, - 21.421385488331982, - 21.421385488331982, - 21.421385488331982 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2106.2609425080773, - 3958.5966828179917, - 2721.4229232861835, - -61.97982134018275, - -2654.383063018886, - -3611.4909129795706, - -3085.9561619988253, - -786.5495009355873 - ], - "relative wind speed": [ - 6.446868105706111, - 6.688866903284541, - 6.540207806741084, - 6.067475764840565, - 5.509273311966279, - 5.212797746743993, - 5.398136960374158, - 5.9245201190802765 - ], - "relative wind angle": [ - 0.08897256709512529, - 0.010768202810793635, - 0.07207511881918909, - 0.12194891524512784, - 0.10416531050623118, - 0.013817527339425427, - 0.08735936630811518, - 0.12490669483458222 - ], - "resistance": [ - 98740.76094250809, - 100593.09668281801, - 99355.9229232862, - 96572.52017865983, - 93980.11693698113, - 93023.00908702044, - 93548.54383800119, - 95847.95049906443 - ], - "fuel": [ - 53.161381566029, - 54.136474363088304, - 53.48379458417121, - 52.03621165674914, - 50.71389185660235, - 50.23201586631545, - 50.49618536300354, - 51.66410886940947 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 10.3125, -46.5625 10.46875, -46.40625 10.46875, -46.40625 10.3125, -46.5625 10.3125))", @@ -378037,68 +264426,7 @@ "id": "6718", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.13226165905576, - 23.13226165905576, - 23.13226165905576, - 23.13226165905576, - 23.13226165905576, - 23.13226165905576, - 23.13226165905576, - 23.13226165905576 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1624.8158753848584, - 4050.973774586324, - 3493.7900432127826, - 647.2003125341398, - -2401.476157920477, - -3950.484695785257, - -3713.809464516333, - -1559.1024724153049 - ], - "relative wind speed": [ - 6.8264534385585405, - 7.153390715876869, - 7.091158427421631, - 6.6678584643513785, - 6.09181065085492, - 5.704351393513883, - 5.781530568273799, - 6.265004952436578 - ], - "relative wind angle": [ - 0.09623135874508539, - 0.028340799873956365, - 0.05209351950680261, - 0.10892856025446139, - 0.10787916073676651, - 0.03554275467100233, - 0.06390830324390026, - 0.11596350426149202 - ], - "resistance": [ - 98259.31587538488, - 100685.47377458635, - 100128.29004321281, - 97281.70031253417, - 94233.02384207955, - 92684.01530421477, - 92920.69053548369, - 95075.39752758472 - ], - "fuel": [ - 55.299310635046645, - 56.574714399831954, - 56.27987173607433, - 54.79158023645145, - 53.23106983182119, - 52.45143714449082, - 52.56998046584736, - 53.658793492609526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 10.3125, -46.40625 10.46875, -46.25 10.46875, -46.25 10.3125, -46.40625 10.3125))", @@ -378117,68 +264445,7 @@ "id": "6719", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.425621873766065, - 22.425621873766065, - 22.425621873766065, - 22.425621873766065, - 22.425621873766065, - 22.425621873766065, - 22.425621873766065, - 22.425621873766065 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2333.568696236209, - 4204.501348096448, - 2756.351162561874, - -209.18136193940154, - -2899.005697853283, - -3810.0248417530165, - -3195.728638709068, - -707.596882353937 - ], - "relative wind speed": [ - 6.74664907176371, - 6.975352241686479, - 6.808120969686934, - 6.320794603783696, - 5.762745826433501, - 5.483700781589588, - 5.689991390126693, - 6.226882746156841 - ], - "relative wind angle": [ - 0.08322380318890768, - 0.006779827192388886, - 0.07261742742032967, - 0.11827457650851862, - 0.09747488067117731, - 0.008624085924147443, - 0.08692040708489768, - 0.12006691223532386 - ], - "resistance": [ - 98968.06869623621, - 100839.00134809644, - 99390.85116256187, - 96425.31863806059, - 93735.49430214672, - 92824.47515824699, - 93438.77136129093, - 95926.90311764606 - ], - "fuel": [ - 54.65941603332963, - 55.64594569011171, - 54.88120715040414, - 53.339522228805, - 51.969471251591756, - 51.511550723786954, - 51.819985393853344, - 53.08362420694252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 10.15625, -46.875 10.3125, -46.71875 10.3125, -46.71875 10.15625, -46.875 10.15625))", @@ -378197,68 +264464,7 @@ "id": "6720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.410058368580476, - 19.410058368580476, - 19.410058368580476, - 19.410058368580476, - 19.410058368580476, - 19.410058368580476, - 19.410058368580476, - 19.410058368580476 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2527.2792691797877, - 3509.21219356489, - 1789.3893302553352, - -792.3705508841722, - -2785.0891731526353, - -3203.267723233015, - -2267.910485896591, - 74.95437769537239 - ], - "relative wind speed": [ - 5.98678797609164, - 6.115417438187083, - 5.8641364704807, - 5.345491817048307, - 4.8334813923940905, - 4.669672600730449, - 4.981573656674515, - 5.534427691745997 - ], - "relative wind angle": [ - 0.07420337888705701, - 0.01558643916510037, - 0.09883285765254825, - 0.13566760055653623, - 0.09195409901922197, - 0.020412639210470845, - 0.11641609556205415, - 0.1310089797998949 - ], - "resistance": [ - 99161.77926917982, - 100143.71219356492, - 98423.88933025536, - 95842.12944911586, - 93849.4108268474, - 93431.23227676701, - 94366.58951410344, - 96709.4543776954 - ], - "fuel": [ - 50.81962800631309, - 51.336478007329816, - 50.433593497051014, - 49.09886565658948, - 48.0856224397434, - 47.87486577452994, - 48.347173936079585, - 49.54449198210974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 10.15625, -46.71875 10.3125, -46.5625 10.3125, -46.5625 10.15625, -46.71875 10.15625))", @@ -378277,68 +264483,7 @@ "id": "6721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.868615730520574, - 17.868615730520574, - 17.868615730520574, - 17.868615730520574, - 17.868615730520574, - 17.868615730520574, - 17.868615730520574, - 17.868615730520574 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 2348.987853065606, - 3447.704304987117, - 1869.1304991163106, - -600.8277471169476, - -2576.4465873722884, - -3045.6726584906337, - -2240.7747756045374, - -38.99971454518527 - ], - "relative wind speed": [ - 5.569435765341491, - 5.7230832668120915, - 5.483979969872477, - 4.954732847149887, - 4.406356324845134, - 4.204867266264548, - 4.512267112639179, - 5.087751292972332 - ], - "relative wind angle": [ - 0.08795795490443006, - 0.011756666980577075, - 0.10676713224569931, - 0.15382904499623107, - 0.11126100098169794, - 0.016001861963523475, - 0.12987778436964414, - 0.14977644475271504 - ], - "resistance": [ - 98983.48785306557, - 100082.20430498708, - 98503.63049911628, - 96033.67225288303, - 94058.05341262768, - 93588.82734150934, - 94393.72522439543, - 96595.5002854548 - ], - "fuel": [ - 48.94288742789472, - 49.52071738628401, - 48.691933233146145, - 47.413758355741614, - 46.4077389572838, - 46.170935263640516, - 46.57764468063306, - 47.70250331874861 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 10, -46.875 10.15625, -46.71875 10.15625, -46.71875 10, -46.875 10))", @@ -378370,37 +264515,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2068.509807130433, + 2068.509807130429, 2888.429142978417, - 1479.6430767171878, + 1479.6430767171769, -646.0403887014418, - -2292.6135523288267, + -2292.6135523288303, -2641.5580213854455, - -1879.7602465279688, + -1879.760246527967, 46.560510765997606 ], "relative wind speed": [ - 5.482304796813261, + 5.48230479681326, 5.599688295397136, 5.375458820293172, 4.910641857557013, 4.451267459139757, 4.302666483978337, - 4.579726012469581, + 4.57972601246958, 5.074942800147327 ], "relative wind angle": [ - 0.07303532772074477, - 0.014796498240652345, - 0.09636739259786704, + 0.07303532772074478, + 0.014796498240652343, + 0.09636739259786936, 0.13246824976627689, - 0.08999381789822355, - 0.01925733173518268, - 0.11317781606144171, + 0.08999381789822479, + 0.019257331735182678, + 0.11317781606143976, 0.12815556174702947 ], "resistance": [ - 98703.00980713047, + 98703.00980713045, 99522.92914297845, 98114.14307671721, 95988.45961129859, @@ -378410,7 +264555,7 @@ 96681.06051076602 ], "fuel": [ - 48.74426158754146, + 48.744261587541445, 49.17418731624218, 48.43703204799974, 47.338734583567785, @@ -378452,7 +264597,7 @@ "wind resistance": [ 2290.3833255132195, 2812.662660042417, - 1247.668399352302, + 1247.6683993522947, -883.0165239110629, -2393.172055656685, -2616.3572483773614, @@ -378460,9 +264605,9 @@ 340.1136619913268 ], "relative wind speed": [ - 5.288990623319508, + 5.288990623319506, 5.366432583328772, - 5.091193022013001, + 5.091193022013, 4.585244234737753, 4.120574729870531, 4.019198831433518, @@ -378470,19 +264615,19 @@ 4.891635025818408 ], "relative wind angle": [ - 0.06947258352038967, + 0.06947258352038807, 0.02884452635394113, - 0.11536098890962053, + 0.11536098890962149, 0.14752589335277913, 0.08921859095487254, 0.03851738238145103, - 0.13473606898445495, + 0.13473606898445498, 0.1382241818882995 ], "resistance": [ 98924.8833255132, 99447.1626600424, - 97882.16839935229, + 97882.16839935227, 95751.48347608892, 94241.3279443433, 94018.14275162262, @@ -378492,7 +264637,7 @@ "fuel": [ 47.85579630880051, 48.12979610485355, - 47.311800069007205, + 47.31180006900719, 46.21277746286262, 45.444057976155044, 45.33116903083337, @@ -378530,39 +264675,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1323.724482639931, + 1323.72448263992, 2816.692561019123, - 2196.883078767696, + 2196.883078767687, 248.6066137198086, -1697.7642756423138, -2573.7404328706098, -2308.6480642949437, - -774.0909124987738 + -774.0909124987775 ], "relative wind speed": [ - 4.9843209608086925, + 4.984320960808692, 5.2478840448007, - 5.153862605408859, + 5.153862605408858, 4.741559395074488, 4.206007918643828, 3.8721662030932644, 3.9964557168345647, - 4.477898229642151 + 4.477898229642152 ], "relative wind angle": [ - 0.11680652278454957, + 0.11680652278455149, 0.025408372753530188, - 0.07619661265809231, - 0.14564808541765517, + 0.07619661265809377, + 0.1456480854176552, 0.138549618669051, - 0.03443865747448307, + 0.03443865747448306, 0.09832709379851486, - 0.1542906722990489 + 0.15429067229905033 ], "resistance": [ 97958.22448263991, 99451.19256101911, - 98831.38307876769, + 98831.38307876767, 96883.10661371979, 94936.73572435767, 94060.75956712938, @@ -378572,7 +264717,7 @@ "fuel": [ 46.86330516186536, 47.643876785217515, - 47.3188135966576, + 47.31881359665759, 46.30633593416882, 45.30895212449508, 44.864673212078, @@ -378610,9 +264755,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2000.518433260071, + 2000.5184332600602, 2663.572940526057, - 1308.9874164485318, + 1308.9874164485282, -650.1507881276793, -2121.424400449542, -2405.024256228875, @@ -378622,7 +264767,7 @@ "relative wind speed": [ 4.946241432489602, 5.050860986602794, - 4.806676828816523, + 4.8066768288165225, 4.319046251418218, 3.8429143549192726, 3.7043350741712398, @@ -378630,19 +264775,19 @@ 4.536423098194396 ], "relative wind angle": [ - 0.08064614652497869, + 0.08064614652498145, 0.021774003997743607, 0.11550937364699597, - 0.15657165720656332, + 0.15657165720656335, 0.1038744274124489, 0.02969087134864493, 0.1383812183166561, - 0.1490115624278695 + 0.14901156242786953 ], "resistance": [ - 98635.0184332601, + 98635.01843326009, 99298.0729405261, - 97943.48741644857, + 97943.48741644855, 95984.34921187235, 94513.07559955049, 94229.47574377115, @@ -378650,7 +264795,7 @@ 96793.82884887158 ], "fuel": [ - 46.56907952575309, + 46.56907952575308, 46.916391720357495, 46.20859397619705, 45.19698409105533, @@ -378690,9 +264835,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1762.8293287994038, + 1762.8293287993965, 2454.4403525924954, - 1264.0365780513876, + 1264.036578051384, -520.5355245440251, -1901.0902493413842, -2196.639945362963, @@ -378700,7 +264845,7 @@ 63.52884152219667 ], "relative wind speed": [ - 4.73968580345884, + 4.739685803458839, 4.853496101307762, 4.634949546583512, 4.178318592959703, @@ -378710,10 +264855,10 @@ 4.341303025030511 ], "relative wind angle": [ - 0.08351813454998595, + 0.08351813454998727, 0.016985057189236295, - 0.11068390483139902, - 0.15416414081786786, + 0.11068390483140005, + 0.1541641408178679, 0.10648005854411408, 0.02308894952756966, 0.13337362862493377, @@ -378757,68 +264902,7 @@ "id": "6727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.140366886916823, - 15.140366886916823, - 15.140366886916823, - 15.140366886916823, - 15.140366886916823, - 15.140366886916823, - 15.140366886916823, - 15.140366886916823 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1874.1225441028619, - 2261.501960480269, - 979.9898091987179, - -741.6733218748723, - -1946.0104928800529, - -2111.5949026422013, - -1320.0130534653936, - 307.0889036569142 - ], - "relative wind speed": [ - 4.749636158332274, - 4.8136190901036375, - 4.560534238651039, - 4.102612301429248, - 3.6869547426956757, - 3.6030195900956907, - 3.918444381296624, - 4.395594523541144 - ], - "relative wind angle": [ - 0.06819011031084893, - 0.030751836673757176, - 0.11712606468983272, - 0.14817496683329645, - 0.08788941453876546, - 0.041089411139988076, - 0.1364301182086406, - 0.13823286257125092 - ], - "resistance": [ - 98508.62254410287, - 98896.00196048027, - 97614.48980919871, - 95892.82667812513, - 94688.48950711994, - 94522.9050973578, - 95314.48694653461, - 96941.58890365691 - ], - "fuel": [ - 45.9219574196849, - 46.124488356135075, - 45.456615970283494, - 44.56897442288746, - 43.95460801089527, - 43.87056076273634, - 44.27327340593911, - 45.10837401360309 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 11.09375, -46.25 11.25, -46.09375 11.25, -46.09375 11.09375, -46.25 11.09375))", @@ -378837,68 +264921,7 @@ "id": "6728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 76241.27473936639, - "wind resistance": [ - 1965.9045853730931, - 3762.2984430660363, - 2587.852841822001, - -122.87303342412633, - -2666.7788687895445, - -3598.468900929969, - -3104.5647724051305, - -862.0973034806266 - ], - "relative wind speed": [ - 7.742553285142211, - 7.941064805439671, - 7.821397332867869, - 7.442668296442237, - 7.007429966913463, - 6.781644038894305, - 6.919317153872241, - 7.325154929665097 - ], - "relative wind angle": [ - 0.05836094593003625, - 0.007422074158963209, - 0.047100362910800386, - 0.07797162152183612, - 0.06449147172385573, - 0.00869101539401397, - 0.05324637089976466, - 0.0792250794442555 - ], - "resistance": [ - 78207.17932473948, - 80003.57318243242, - 78829.1275811884, - 76118.40170594226, - 73574.49587057685, - 72642.80583843641, - 73136.70996696127, - 75379.17743588577 - ], - "fuel": [ - 50.86323570482811, - 51.67143698443675, - 51.141692491492236, - 49.938589003172225, - 48.834395533316496, - 48.43601610089614, - 48.64680126517187, - 49.61524341267659 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 11.09375, -46.09375 11.25, -45.9375 11.25, -45.9375 11.09375, -46.09375 11.09375))", @@ -378917,68 +264940,7 @@ "id": "6729", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 85116.04937250644, - "wind resistance": [ - 2708.0492813015553, - 3861.243408071816, - 1980.0301772366001, - -934.1158293770313, - -3216.7449083848005, - -3702.0356935665986, - -2704.362046734339, - -69.1897248169953 - ], - "relative wind speed": [ - 7.8400615382750996, - 7.957235459265275, - 7.747917796736451, - 7.316430920647464, - 6.901089912268205, - 6.765649321902653, - 7.0043826791634585, - 7.453955022975669 - ], - "relative wind angle": [ - 0.04753369862264341, - 0.008669822012365012, - 0.06071024365320571, - 0.08152608052318634, - 0.054007115258802064, - 0.010196825627917194, - 0.0671640484990192, - 0.08001869024648059 - ], - "resistance": [ - 87824.098653808, - 88977.29278057825, - 87096.07954974304, - 84181.93354312942, - 81899.30446412164, - 81414.01367893984, - 82411.6873257721, - 85046.85964768945 - ], - "fuel": [ - 55.329836223983385, - 55.8885476768407, - 54.97966607375045, - 53.59773724724082, - 52.53735269522653, - 52.31441229515587, - 52.7736901558612, - 54.004599676318996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 10.9375, -46.25 11.09375, -46.09375 11.09375, -46.09375 10.9375, -46.25 10.9375))", @@ -378997,68 +264959,7 @@ "id": "6730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 72305.2096247944, - "wind resistance": [ - 2736.5551726319172, - 4034.0307501404386, - 2141.294667383063, - -869.2874826492407, - -3278.0724202029633, - -3824.35349894685, - -2859.2021267955606, - -162.51816163377953 - ], - "relative wind speed": [ - 7.84870113106889, - 7.980200513386297, - 7.773530805070877, - 7.330884457014128, - 6.895097922571895, - 6.742468729838234, - 6.9797352119769895, - 7.443293483707732 - ], - "relative wind angle": [ - 0.05069690003371793, - 0.00706790352780848, - 0.06146509583321907, - 0.08452209131050394, - 0.05771568392832609, - 0.008365404107268565, - 0.06846581750428272, - 0.08324265466979708 - ], - "resistance": [ - 75041.76479742632, - 76339.24037493483, - 74446.50429217746, - 71435.92214214517, - 69027.13720459143, - 68480.85612584755, - 69446.00749799884, - 72142.69146316062 - ], - "fuel": [ - 49.468330938763344, - 50.035580960646975, - 49.210182134566125, - 47.92476920296507, - 46.920590005527856, - 46.695858667816545, - 47.093658734744075, - 48.22350547722846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 10.9375, -46.09375 11.09375, -45.9375 11.09375, -45.9375 10.9375, -46.09375 10.9375))", @@ -379077,68 +264978,7 @@ "id": "6731", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 73875.33037399614, - "wind resistance": [ - 3391.0296065686307, - 3806.5832210064946, - 1415.1241441532256, - -1668.2434604195078, - -3694.7426307502756, - -3869.992636002764, - -2304.2991304464776, - 678.5069672532591 - ], - "relative wind speed": [ - 7.927858083328189, - 7.969744977829957, - 7.678075601802011, - 7.199478250314911, - 6.806377191457063, - 6.75728268242, - 7.086949930314996, - 7.572662489839461 - ], - "relative wind angle": [ - 0.03739862941008998, - 0.023494085667203953, - 0.07315614796020893, - 0.08433221528112625, - 0.04356439407816093, - 0.027710637291528204, - 0.07927045199959214, - 0.08016712635812441 - ], - "resistance": [ - 77266.35998056477, - 77681.91359500264, - 75290.45451814937, - 72207.08691357664, - 70180.58774324587, - 70005.33773799338, - 71571.03124354966, - 74553.8373412494 - ], - "fuel": [ - 50.444750416459215, - 50.62918646274198, - 49.576571611033735, - 48.25081644938491, - 47.398748852886726, - 47.32578063319757, - 47.98173322982718, - 49.25663221419654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 10.78125, -45.9375 10.9375, -45.78125 10.9375, -45.78125 10.78125, -45.9375 10.78125))", @@ -379157,68 +264997,7 @@ "id": "6732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.649270501933312, - 22.649270501933312, - 22.649270501933312, - 22.649270501933312, - 22.649270501933312, - 22.649270501933312, - 22.649270501933312, - 22.649270501933312 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3179.8869034271156, - 3370.2424934553565, - 1140.9626308735606, - -1607.3874331247735, - -3329.450086002269, - -3410.1225485051855, - -1896.401763333155, - 805.8059345782494 - ], - "relative wind speed": [ - 6.901029605077071, - 6.92299147691475, - 6.603309524986172, - 6.097940160886894, - 5.69485756722303, - 5.6681391418765745, - 6.037542185221936, - 6.547574979742523 - ], - "relative wind angle": [ - 0.04119182992989252, - 0.03264132128083985, - 0.09155270448915859, - 0.10314125783862291, - 0.04992288788626743, - 0.039871169488849785, - 0.10015950305694866, - 0.09603567492816804 - ], - "resistance": [ - 99814.38690342712, - 100004.74249345536, - 97775.46263087356, - 95027.11256687522, - 93305.04991399773, - 93224.37745149482, - 94738.09823666685, - 97440.30593457825 - ], - "fuel": [ - 55.42023063058903, - 55.520608068214194, - 54.3535311235667, - 52.94016199866225, - 52.068895342841664, - 52.02835020105983, - 52.793166459064565, - 54.17966833367066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 10.78125, -45.78125 10.9375, -45.625 10.9375, -45.625 10.78125, -45.78125 10.78125))", @@ -379237,68 +265016,7 @@ "id": "6733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.73351156679074, - 19.73351156679074, - 19.73351156679074, - 19.73351156679074, - 19.73351156679074, - 19.73351156679074, - 19.73351156679074, - 19.73351156679074 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2920.0092795097535, - 2647.8538141029057, - 600.01251390373, - -1665.2947226081833, - -2883.7382995020525, - -2768.0856989666063, - -1254.1036001556658, - 1077.278320472953 - ], - "relative wind speed": [ - 6.101667493966604, - 6.066095005310834, - 5.714604945408835, - 5.218579621675326, - 4.868767722061873, - 4.913017069465888, - 5.3177566375520735, - 5.8053141233317636 - ], - "relative wind angle": [ - 0.03273104097183372, - 0.048649294855773996, - 0.1081559066474692, - 0.1108667719894867, - 0.041023581529555674, - 0.06007965916295973, - 0.11626253579285395, - 0.09962229629885812 - ], - "resistance": [ - 99554.50927950977, - 99282.35381410291, - 97234.51251390374, - 94969.20527739183, - 93750.76170049797, - 93866.41430103341, - 95380.39639984435, - 97711.77832047296 - ], - "fuel": [ - 51.419983819449705, - 51.27696941849025, - 50.209692937124025, - 49.04725785628279, - 48.42991494083181, - 48.488274792337215, - 49.256840794760535, - 50.45703564893503 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 10.625, -45.9375 10.78125, -45.78125 10.78125, -45.78125 10.625, -45.9375 10.625))", @@ -379317,68 +265035,7 @@ "id": "6734", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.737543721138714, - 22.737543721138714, - 22.737543721138714, - 22.737543721138714, - 22.737543721138714, - 22.737543721138714, - 22.737543721138714, - 22.737543721138714 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3528.7079637064744, - 3096.6358717477196, - 605.9408343623254, - -2096.5296639080043, - -3495.4089992365844, - -3312.2945936479264, - -1440.6132033183458, - 1366.5951083502696 - ], - "relative wind speed": [ - 6.965850031223662, - 6.916213445370133, - 6.539053900769727, - 6.022579008069981, - 5.671961821602875, - 5.732382501307871, - 6.159138872119017, - 6.665040109014655 - ], - "relative wind angle": [ - 0.027416202022418845, - 0.04666753344083611, - 0.09914345497986583, - 0.09857156164036707, - 0.03367253233375601, - 0.056314469268303385, - 0.10528096294524993, - 0.08904343543992911 - ], - "resistance": [ - 100163.20796370647, - 99731.13587174771, - 97240.44083436232, - 94537.970336092, - 93139.09100076341, - 93322.20540635208, - 95193.88679668165, - 98001.09510835027 - ], - "fuel": [ - 55.72997031069403, - 55.50207157127977, - 54.20188522573902, - 52.81725967724927, - 52.11121056488817, - 52.20321875184664, - 53.1508245569222, - 54.59651167252364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 10.625, -45.78125 10.78125, -45.625 10.78125, -45.625 10.625, -45.78125 10.625))", @@ -379397,68 +265054,7 @@ "id": "6735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.926109007195787, - 22.926109007195787, - 22.926109007195787, - 22.926109007195787, - 22.926109007195787, - 22.926109007195787, - 22.926109007195787, - 22.926109007195787 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3598.818789458681, - 2794.1850637516436, - 240.90800724672954, - -2325.3435325638984, - -3463.0802642547296, - -3122.5593705380525, - -1101.2659852494144, - 1659.9211471536 - ], - "relative wind speed": [ - 7.013641164540889, - 6.921445065501732, - 6.524419927661097, - 6.025218178611567, - 5.725542205644386, - 5.836659501701239, - 6.27733546507564, - 6.757939170611581 - ], - "relative wind angle": [ - 0.01770540716356717, - 0.053149145766806835, - 0.09889375119698626, - 0.09029410169626335, - 0.02168923332182683, - 0.0630393755630389, - 0.10279985026334393, - 0.08048158632454114 - ], - "resistance": [ - 100233.31878945869, - 99428.68506375165, - 96875.40800724673, - 94309.1564674361, - 93171.41973574526, - 93511.94062946195, - 95533.23401475059, - 98294.4211471536 - ], - "fuel": [ - 56.03724631398581, - 55.61318576738471, - 54.28350134977667, - 52.97150369366547, - 52.3976756503524, - 52.56891543866697, - 53.594257381238855, - 55.019494205225904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 11.09375, -45.3125 11.25, -45.15625 11.25, -45.15625 11.09375, -45.3125 11.09375))", @@ -379477,68 +265073,7 @@ "id": "6736", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.059647759255764, - 24.059647759255764, - 24.059647759255764, - 24.059647759255764, - 24.059647759255764, - 24.059647759255764, - 24.059647759255764, - 24.059647759255764 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3504.0625251716338, - 2492.040457770785, - -16.48107797170087, - -2413.240501787037, - -3343.007816937159, - -2916.2681035697515, - -864.7016553661961, - 1776.9619938211654 - ], - "relative wind speed": [ - 7.277916400071762, - 7.165661636229972, - 6.783941337469772, - 6.333462734685645, - 6.0894050220693225, - 6.221110348185329, - 6.635289035076425, - 7.066552938851079 - ], - "relative wind angle": [ - 0.010253040964311915, - 0.05130383808542326, - 0.08771534986407775, - 0.0747511049945099, - 0.012254290018322993, - 0.059101782285801145, - 0.08968568964159461, - 0.06698406657027242 - ], - "resistance": [ - 100138.56252517164, - 99126.54045777078, - 96618.0189220283, - 94221.25949821297, - 93291.49218306284, - 93718.23189643025, - 95769.7983446338, - 98411.46199382117 - ], - "fuel": [ - 57.66100496635099, - 57.12839329764913, - 55.82462789895373, - 54.60082289902089, - 54.13183049552364, - 54.34668677935359, - 55.38907571967766, - 56.75435625592179 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 11.09375, -45.15625 11.25, -45 11.25, -45 11.09375, -45.15625 11.09375))", @@ -379570,19 +265105,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 4042.8350808338982, + 4042.835080833818, 3037.994991003019, - 145.62890664202496, + 145.6289066419995, -2710.9644197314665, -3916.596474594149, -3492.87872413289, - -1173.1786215975953, + -1173.1786215976063, 1926.579034529157 ], "relative wind speed": [ - 7.91609060194663, + 7.916090601946629, 7.81373625864995, - 7.41452165397024, + 7.414521653970239, 6.92731247943447, 6.647196538940331, 6.767217886678923, @@ -379590,29 +265125,29 @@ 7.672160977052001 ], "relative wind angle": [ - 0.013449263788299876, + 0.01344926378830813, 0.04780454481536565, - 0.08568218464601238, + 0.08568218464601497, 0.07570775078919452, - 0.016016817396266234, + 0.01601681739626623, 0.05520430647254096, - 0.08821211370726464, - 0.06834561006812899 + 0.08821211370726592, + 0.068345610068129 ], "resistance": [ - 100677.33508083393, + 100677.33508083384, 99672.49499100304, - 96780.12890664206, + 96780.12890664203, 93923.53558026857, 92717.90352540588, 93141.62127586713, - 95461.32137840244, + 95461.32137840243, 98561.07903452919 ], "fuel": [ - 61.35576889691981, + 61.35576889691977, 60.82490906423733, - 59.31783605993891, + 59.3178360599389, 57.85995685708005, 57.25376745380929, 57.466195485515456, @@ -379637,68 +265172,7 @@ "id": "6738", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92318.57545392045, - "wind resistance": [ - 4135.149977548968, - 2526.8338145814487, - -450.11127331131866, - -3060.424623622679, - -3821.592725597333, - -3144.817820160708, - -592.4907971742432, - 2406.8956013852694 - ], - "relative wind speed": [ - 7.987093181074675, - 7.823858448925227, - 7.399007814494966, - 6.94117176874864, - 6.73515849124842, - 6.924106899563769, - 7.376360941985397, - 7.808722806076045 - ], - "relative wind angle": [ - 0.00142283404172829, - 0.05557543089136696, - 0.08470287481963387, - 0.06497163560389949, - 0.0016873113893526625, - 0.06280612965322377, - 0.08496355583625628, - 0.057744732776704444 - ], - "resistance": [ - 96453.72543146941, - 94845.4092685019, - 91868.46418060912, - 89258.15083029777, - 88496.98272832311, - 89173.75763375974, - 91726.08465674621, - 94725.47105530572 - ], - "fuel": [ - 59.630846117461935, - 58.80825067407528, - 57.31104740452428, - 56.02537005214717, - 55.655240772184534, - 55.98422634435486, - 57.24026638529468, - 58.747292280034856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 10.9375, -45.15625 11.09375, -45 11.09375, -45 10.9375, -45.15625 10.9375))", @@ -379730,17 +265204,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 4314.964462529708, + 4314.964462529519, 2831.8580010730293, -256.15089279779204, -3070.718942779684, - -4020.9081732640298, + -4020.9081732641316, -3395.3393900298106, -803.2328531295316, 2370.272990313668 ], "relative wind speed": [ - 7.875337579950709, + 7.875337579950708, 7.723086001306442, 7.280258540167182, 6.78094134161855, @@ -379750,31 +265224,31 @@ 7.663918257480036 ], "relative wind angle": [ - 0.005673034063007173, - 0.057337394277221884, - 0.09223984698416363, + 0.005673034063026743, + 0.05733739427722189, + 0.09223984698416364, 0.0746550774234571, - 0.0068374270945667365, + 0.006837427094582974, 0.06597182691234119, 0.09338432674486173, 0.06604055514996521 ], "resistance": [ - 100949.46446252972, + 100949.46446252953, 99466.35800107304, 96378.34910720223, 93563.78105722033, - 92613.59182673598, + 92613.59182673588, 93239.1606099702, 95831.26714687048, 99004.77299031368 ], "fuel": [ - 61.04831172321548, + 61.04831172321537, 60.26460033100241, 58.65907993076975, 57.22663640291427, - 56.74970354377565, + 56.7497035437756, 57.063320344871286, 58.378340588665125, 60.02235708517289 @@ -379797,68 +265271,7 @@ "id": "6740", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.335276572763174, - 22.335276572763174, - 22.335276572763174, - 22.335276572763174, - 22.335276572763174, - 22.335276572763174, - 22.335276572763174, - 22.335276572763174 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3535.3114593253304, - 2122.0290973362025, - -400.48344028422434, - -2585.329949956935, - -3199.266247964555, - -2602.5473346437575, - -429.4690386346938, - 2097.5333123251075 - ], - "relative wind speed": [ - 6.832740300599298, - 6.6653076145582215, - 6.238738973393507, - 5.779047856037464, - 5.5757578449903775, - 5.774867094983025, - 6.23326171304129, - 6.661683078549616 - ], - "relative wind angle": [ - 0.0004028611938105062, - 0.0664319908006651, - 0.10091129399599383, - 0.07731409568108728, - 0.0004936810440415338, - 0.07669407627543673, - 0.10100026887806911, - 0.06705385478565187 - ], - "resistance": [ - 100169.81145932534, - 98756.52909733621, - 96234.01655971579, - 94049.17005004307, - 93435.23375203546, - 94031.95266535625, - 96205.03096136532, - 98732.03331232512 - ], - "fuel": [ - 55.16480431515122, - 54.421906274292745, - 53.11440800085851, - 52.0010679613818, - 51.69141913926755, - 51.99236497665787, - 53.09952144387093, - 54.40909548472705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 10.78125, -45.46875 10.9375, -45.3125 10.9375, -45.3125 10.78125, -45.46875 10.78125))", @@ -379877,68 +265290,7 @@ "id": "6741", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.094028483020093, - 22.094028483020093, - 22.094028483020093, - 22.094028483020093, - 22.094028483020093, - 22.094028483020093, - 22.094028483020093, - 22.094028483020093 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3482.5862971560964, - 1710.6025120141312, - -915.8942233649668, - -2909.6452096954563, - -3297.287586173241, - -2307.9615068273743, - 96.6516061086295, - 2566.866902268288 - ], - "relative wind speed": [ - 6.779265943675625, - 6.542829787075166, - 6.0739275562803865, - 5.6281344460165785, - 5.496762417265408, - 5.776177125426775, - 6.267395619234467, - 6.670603155974972 - ], - "relative wind angle": [ - 0.014347310242554886, - 0.07990748638033018, - 0.10578507349848276, - 0.06840942300138934, - 0.017695138217270326, - 0.09054069833416273, - 0.10250792576332551, - 0.057705545345982726 - ], - "resistance": [ - 100117.08629715613, - 98345.10251201416, - 95718.60577663506, - 93724.85479030457, - 93337.21241382678, - 94326.53849317266, - 96731.15160610866, - 99201.36690226832 - ], - "fuel": [ - 54.801035303376935, - 53.87111451783385, - 52.51424707424921, - 51.50139916039511, - 51.306189978736455, - 51.80550290010379, - 53.034295196851104, - 54.31901535824067 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 10.625, -45.625 10.78125, -45.46875 10.78125, -45.46875 10.625, -45.625 10.625))", @@ -379957,68 +265309,7 @@ "id": "6742", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.44708401431467, - 19.44708401431467, - 19.44708401431467, - 19.44708401431467, - 19.44708401431467, - 19.44708401431467, - 19.44708401431467, - 19.44708401431467 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 3143.456033282333, - 2104.1338887802467, - -112.67902876447806, - -2147.4985641787644, - -2863.6255642443502, - -2422.68373601241, - -574.9370065225521, - 1712.0501016611488 - ], - "relative wind speed": [ - 6.04703362900886, - 5.908673489881297, - 5.490546757448269, - 5.0059668824021895, - 4.757390914517318, - 4.928180355249792, - 5.390109491297026, - 5.842917045122965 - ], - "relative wind angle": [ - 0.00836373615371261, - 0.07117854724801347, - 0.11771902313641307, - 0.09838941882921722, - 0.010631070207894095, - 0.08537159843210076, - 0.11992303298852006, - 0.08425966708293135 - ], - "resistance": [ - 99777.95603328232, - 98738.63388878023, - 96521.8209712355, - 94487.00143582122, - 93770.87443575563, - 94211.81626398758, - 96059.56299347743, - 98346.55010166114 - ], - "fuel": [ - 51.18829907387836, - 50.642767181231605, - 49.492609496645805, - 48.45297210464642, - 48.090751177162375, - 48.31355619244944, - 49.255078501892804, - 50.43800971656681 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 10.625, -45.46875 10.78125, -45.3125 10.78125, -45.3125 10.625, -45.46875 10.625))", @@ -380037,68 +265328,7 @@ "id": "6743", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.107360212766544, - 16.107360212766544, - 16.107360212766544, - 16.107360212766544, - 16.107360212766544, - 16.107360212766544, - 16.107360212766544, - 16.107360212766544 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2744.6913720300454, - 1602.066366117775, - -324.110644623348, - -1946.543502581354, - -2386.270845818034, - -1868.9141657489354, - -194.1225198125303, - 1712.9846077282546 - ], - "relative wind speed": [ - 5.138670416518943, - 4.9553455642064215, - 4.506258383976862, - 4.018424433071366, - 3.80993824632796, - 4.045505336758225, - 4.540396289673159, - 4.977331430207819 - ], - "relative wind angle": [ - 0.0033580930861428493, - 0.09741933444806862, - 0.14797239333603251, - 0.11411788799900702, - 0.004529249307714324, - 0.1194241003655202, - 0.146851733850175, - 0.09206267421964613 - ], - "resistance": [ - 99379.19137203005, - 98236.56636611777, - 96310.38935537665, - 94687.95649741865, - 94248.22915418197, - 94765.58583425106, - 96440.37748018747, - 98347.48460772826 - ], - "fuel": [ - 47.30450068129201, - 46.70666100362699, - 45.70985204445175, - 44.880944376660196, - 44.65797295642297, - 44.9203824085646, - 45.77668733183749, - 46.76448229240074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 10.78125, -45.3125 10.9375, -45.15625 10.9375, -45.15625 10.78125, -45.3125 10.78125))", @@ -380117,68 +265347,7 @@ "id": "6744", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.421735798683333, - 22.421735798683333, - 22.421735798683333, - 22.421735798683333, - 22.421735798683333, - 22.421735798683333, - 22.421735798683333, - 22.421735798683333 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 3306.3377077374244, - 1356.836797275846, - -1249.332457692235, - -3040.597086514792, - -3258.2223583928408, - -2031.6206423084168, - 449.9790873975762, - 2792.1535776298115 - ], - "relative wind speed": [ - 6.843096754071326, - 6.5708786321864485, - 6.09847147351377, - 5.690227031147952, - 5.61761793388337, - 5.933730566662518, - 6.418274699902486, - 6.782840169918698 - ], - "relative wind angle": [ - 0.023481965703458854, - 0.08334740991705918, - 0.10067800868206699, - 0.05623189615349692, - 0.028605810039536706, - 0.09232129682599582, - 0.09564576756952857, - 0.047166416201627835 - ], - "resistance": [ - 99940.83770773746, - 97991.33679727589, - 95385.16754230781, - 93593.90291348525, - 93376.2776416072, - 94602.87935769162, - 97084.47908739762, - 99426.65357762986 - ], - "fuel": [ - 55.16526016764327, - 54.14410243906559, - 52.801068462326256, - 51.8926335626972, - 51.78307890170212, - 52.40286464372872, - 53.67390544802013, - 54.89455500825184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 10.78125, -45.15625 10.9375, -45 10.9375, -45 10.78125, -45.15625 10.78125))", @@ -380197,68 +265366,7 @@ "id": "6745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 94075.44670642265, - "wind resistance": [ - 4210.081649913009, - 1877.7848765512754, - -1397.3647673641099, - -3756.407351834605, - -4124.0859953550025, - -2728.572795055832, - 335.7296628449658, - 3338.9793109571765 - ], - "relative wind speed": [ - 8.01993299075293, - 7.748710831786155, - 7.252560099682348, - 6.808127161010327, - 6.704925085259942, - 7.01661072174274, - 7.5283276745643075, - 7.932512220893752 - ], - "relative wind angle": [ - 0.017261989034413637, - 0.0727077882008183, - 0.09079905982556298, - 0.05395015649273885, - 0.020647949889836457, - 0.08030955753136113, - 0.0874643601490863, - 0.04629713079005558 - ], - "resistance": [ - 98285.52835633565, - 95953.23158297392, - 92678.08193905854, - 90319.03935458805, - 89951.36071106765, - 91346.87391136681, - 94411.17636926762, - 97414.42601737982 - ], - "fuel": [ - 60.57947125526928, - 59.3738300656228, - 57.714966041415465, - 56.54483922344889, - 56.364329398832254, - 57.05211764752385, - 58.587806456186556, - 60.12680153448686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 10.625, -45.3125 10.78125, -45.15625 10.78125, -45.15625 10.625, -45.3125 10.625))", @@ -380277,68 +265385,7 @@ "id": "6746", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.939895828920122, - 14.939895828920122, - 14.939895828920122, - 14.939895828920122, - 14.939895828920122, - 14.939895828920122, - 14.939895828920122, - 14.939895828920122 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2528.7968312788507, - 1362.4780911423495, - -446.025807792721, - -1884.3953924001971, - -2222.1340768031023, - -1621.1873053671834, - -5.786360085310662, - 1739.0546558307142 - ], - "relative wind speed": [ - 4.8149272422481095, - 4.604074687849267, - 4.140516931594987, - 3.6602202217659197, - 3.4860071848541168, - 3.760088657159983, - 4.265195186644187, - 4.683861480570634 - ], - "relative wind angle": [ - 0.013112410485372965, - 0.11199194231352166, - 0.16119376613732714, - 0.11644667110350376, - 0.018111536106725015, - 0.13727380660860591, - 0.15644240100024143, - 0.09091735432359134 - ], - "resistance": [ - 99163.29683127889, - 97996.97809114237, - 96188.4741922073, - 94750.10460759983, - 94412.36592319692, - 95013.31269463284, - 96628.71363991471, - 98373.55465583074 - ], - "fuel": [ - 46.080172655376586, - 45.47092441813792, - 44.536228423015544, - 43.80151938787209, - 43.63012090543251, - 43.93538873931449, - 44.76263835008906, - 45.66708285807717 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 10.625, -45.15625 10.78125, -45 10.78125, -45 10.625, -45.15625 10.625))", @@ -380357,68 +265404,7 @@ "id": "6747", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.156038422421222, - 17.156038422421222, - 17.156038422421222, - 17.156038422421222, - 17.156038422421222, - 17.156038422421222, - 17.156038422421222, - 17.156038422421222 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3027.876120870693, - 1755.934152796528, - -377.3784519678884, - -2167.3952523249127, - -2646.8092420095563, - -2064.822162736571, - -205.5576653605185, - 1902.4347078167957 - ], - "relative wind speed": [ - 5.455547825696859, - 5.262388750904844, - 4.7940738974159025, - 4.288711230566806, - 4.0756904262245275, - 4.322212299648657, - 4.836435670511857, - 5.289726884225134 - ], - "relative wind angle": [ - 0.003922936651439657, - 0.09572851060943473, - 0.14441576744190046, - 0.11044984760313445, - 0.005251088709545944, - 0.11663792641875853, - 0.14314209660118152, - 0.08948599814804616 - ], - "resistance": [ - 99662.3761208707, - 98390.43415279653, - 96257.12154803211, - 94467.10474767508, - 93987.69075799044, - 94569.67783726343, - 96428.94233463948, - 98536.93470781679 - ], - "fuel": [ - 48.527925845540345, - 47.861391189794645, - 46.756988942755115, - 45.843374863754946, - 45.600709018382716, - 45.89540553605713, - 46.84531241838958, - 47.93785499063436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 10.46875, -46.25 10.625, -46.09375 10.625, -46.09375 10.46875, -46.25 10.46875))", @@ -380437,68 +265423,7 @@ "id": "6748", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.572357642177447, - 18.572357642177447, - 18.572357642177447, - 18.572357642177447, - 18.572357642177447, - 18.572357642177447, - 18.572357642177447, - 18.572357642177447 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 2766.751912668593, - 3092.0358249495857, - 1185.100279036009, - -1240.817027220779, - -2836.589931286626, - -2975.4352601515366, - -1728.0761374657013, - 618.5737519725935 - ], - "relative wind speed": [ - 5.804517578524542, - 5.848693531785518, - 5.529640418625179, - 4.992807029975436, - 4.535394553063334, - 4.478282264731335, - 4.8667550700712, - 5.416096937166544 - ], - "relative wind angle": [ - 0.05756653643459462, - 0.03651368645330445, - 0.11525525669678453, - 0.13779378428115716, - 0.07370119076942107, - 0.047694823191890535, - 0.13103876991625507, - 0.12696388249844412 - ], - "resistance": [ - 99401.25191266857, - 99726.53582494956, - 97819.60027903598, - 95393.68297277919, - 93797.91006871335, - 93659.06473984843, - 94906.42386253427, - 97253.07375197257 - ], - "fuel": [ - 49.956799611765064, - 50.127908435241366, - 49.13041626954898, - 47.88100800099566, - 47.07108521474279, - 47.0010633858095, - 47.63269829671078, - 48.836681031598495 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 10.46875, -46.09375 10.625, -45.9375 10.625, -45.9375 10.46875, -46.09375 10.46875))", @@ -380517,68 +265442,7 @@ "id": "6749", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.01436058501158, - 20.01436058501158, - 20.01436058501158, - 20.01436058501158, - 20.01436058501158, - 20.01436058501158, - 20.01436058501158, - 20.01436058501158 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3062.204161474867, - 3114.522539694848, - 983.6344149502766, - -1558.9778006830038, - -3096.4537396856977, - -3118.730670701638, - -1637.7402329135948, - 892.1518467646893 - ], - "relative wind speed": [ - 6.212727994780669, - 6.219407146631513, - 5.87381309811087, - 5.339303127882251, - 4.92050628924673, - 4.912061280570194, - 5.320497248200511, - 5.856723775989 - ], - "relative wind angle": [ - 0.044847077363413354, - 0.04189731666114081, - 0.11036227961599422, - 0.12287178382964604, - 0.05663609567942433, - 0.05305766568096711, - 0.12189407673054437, - 0.11196866335164381 - ], - "resistance": [ - 99696.70416147489, - 99749.02253969488, - 97618.1344149503, - 95075.52219931703, - 93538.04626031432, - 93515.76932929839, - 94996.75976708643, - 97526.65184676473 - ], - "fuel": [ - 51.84256909094355, - 51.87012103159027, - 50.75619187900435, - 49.44914094537709, - 48.67045979972187, - 48.659241911372625, - 49.40903659730497, - 50.708747309088494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 10.3125, -46.25 10.46875, -46.09375 10.46875, -46.09375 10.3125, -46.25 10.3125))", @@ -380597,68 +265461,7 @@ "id": "6750", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.051941289609914, - 18.051941289609914, - 18.051941289609914, - 18.051941289609914, - 18.051941289609914, - 18.051941289609914, - 18.051941289609914, - 18.051941289609914 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 2748.2203408892583, - 2874.8527289738886, - 976.4635984248434, - -1327.1010601365015, - -2758.3822119945116, - -2812.4623168967255, - -1516.6246296339032, - 756.0672138943246 - ], - "relative wind speed": [ - 5.664356328858032, - 5.682010389513281, - 5.347429002387887, - 4.814134686175133, - 4.382050582786608, - 4.3591349903206265, - 4.7636438778308525, - 5.302019158183033 - ], - "relative wind angle": [ - 0.05197727627408148, - 0.04331960499844405, - 0.12039968323112663, - 0.1380007830809112, - 0.0672075584925628, - 0.05647825401076984, - 0.13524025866663164, - 0.12523188607572577 - ], - "resistance": [ - 99382.72034088931, - 99509.35272897394, - 97610.9635984249, - 95307.39893986356, - 93876.11778800555, - 93822.03768310334, - 95117.87537036615, - 97390.56721389438 - ], - "fuel": [ - 49.35621608751353, - 49.42277288140113, - 48.43125522440164, - 47.24612562066413, - 46.519710918611096, - 46.49241322528701, - 47.14949931645883, - 48.31701228186501 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 10.3125, -46.09375 10.46875, -45.9375 10.46875, -45.9375 10.3125, -46.09375 10.3125))", @@ -380677,68 +265480,7 @@ "id": "6751", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.750496054222541, - 15.750496054222541, - 15.750496054222541, - 15.750496054222541, - 15.750496054222541, - 15.750496054222541, - 15.750496054222541, - 15.750496054222541 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2357.8667324819235, - 2446.186463595055, - 828.1069859568815, - -1117.927614244838, - -2319.715239177045, - -2357.5540164147433, - -1249.2251664251598, - 675.1954563616855 - ], - "relative wind speed": [ - 5.008990203022921, - 5.02286338289919, - 4.6987737488343475, - 4.181335202076288, - 3.7597953274592095, - 3.7412413975970877, - 4.1409623296558635, - 4.662883194574078 - ], - "relative wind angle": [ - 0.056279953975851435, - 0.04846917788291153, - 0.13360597174292987, - 0.15410644752705455, - 0.07500975635546533, - 0.06509355184132916, - 0.15173440046105713, - 0.1380835352783482 - ], - "resistance": [ - 98992.36673248194, - 99080.68646359508, - 97462.6069859569, - 95516.57238575518, - 94314.78476082296, - 94276.94598358528, - 95385.27483357486, - 97309.6954563617 - ], - "fuel": [ - 46.752432110659605, - 46.79871754974198, - 45.955341115324615, - 44.95393208524014, - 44.34254314283699, - 44.32338058036237, - 44.88687519485103, - 45.876144307725056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 10.46875, -45.9375 10.625, -45.78125 10.625, -45.78125 10.46875, -45.9375 10.46875))", @@ -380757,68 +265499,7 @@ "id": "6752", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.766022825405265, - 18.766022825405265, - 18.766022825405265, - 18.766022825405265, - 18.766022825405265, - 18.766022825405265, - 18.766022825405265, - 18.766022825405265 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2865.899328831032, - 2694.3467008609277, - 697.2501886462051, - -1560.5769655868753, - -2824.466414191389, - -2751.3769014432346, - -1302.6178493385596, - 996.9398619897947 - ], - "relative wind speed": [ - 5.853961908907507, - 5.830675594343949, - 5.476785273634793, - 4.960660312807363, - 4.581631389254257, - 4.6112295899750775, - 5.02643405253038, - 5.536430752649026 - ], - "relative wind angle": [ - 0.03876167772027002, - 0.04973343068185608, - 0.11653185845072972, - 0.1234172396649226, - 0.049533745308530365, - 0.062901054599609, - 0.1270268713800307, - 0.1105266389919694 - ], - "resistance": [ - 99500.39932883103, - 99328.84670086093, - 97331.7501886462, - 95073.92303441312, - 93810.03358580862, - 93883.12309855677, - 95331.88215066143, - 97631.4398619898 - ], - "fuel": [ - 50.2333425766183, - 50.14319617951429, - 49.10183238262992, - 47.94238731939905, - 47.30163294285938, - 47.3385252223101, - 48.07389531704978, - 49.25715579486634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 10.46875, -45.78125 10.625, -45.625 10.625, -45.625 10.46875, -45.78125 10.46875))", @@ -380837,68 +265518,7 @@ "id": "6753", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.243412711895157, - 18.243412711895157, - 18.243412711895157, - 18.243412711895157, - 18.243412711895157, - 18.243412711895157, - 18.243412711895157, - 18.243412711895157 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 2827.539560654526, - 2328.7124854114536, - 350.6234567027004, - -1702.560599739143, - -2690.7161207625595, - -2478.349614303248, - -951.7553663464878, - 1222.7131518760725 - ], - "relative wind speed": [ - 5.70336564309164, - 5.633541300211178, - 5.2579891629224695, - 4.75956208972347, - 4.436504704627892, - 4.524838789592231, - 4.956259034349738, - 5.436683029849237 - ], - "relative wind angle": [ - 0.02666130484985262, - 0.06049591401865946, - 0.12081888829104002, - 0.11700379045627798, - 0.034277194142280726, - 0.07534430929774309, - 0.12821355936250833, - 0.10237654222002864 - ], - "resistance": [ - 99462.03956065448, - 98963.21248541141, - 96985.12345670265, - 94931.93940026082, - 93943.7838792374, - 94156.1503856967, - 95682.74463365346, - 97857.21315187603 - ], - "fuel": [ - 49.61320823856708, - 49.351462659689034, - 48.32263142468358, - 47.27014168865941, - 46.76919135305494, - 46.876545081082014, - 47.65319525879236, - 48.77442270458468 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 10.3125, -45.9375 10.46875, -45.78125 10.46875, -45.78125 10.3125, -45.9375 10.3125))", @@ -380930,17 +265550,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2389.7862066782345, + 2389.786206678211, 2259.217696048332, - 610.6820171046365, + 610.6820171046311, -1252.198478076969, - -2303.6895236730224, + -2303.689523673019, -2247.8081890934154, -1057.6633929290128, 837.1281784699695 ], "relative wind speed": [ - 5.013820513141174, + 5.013820513141173, 4.993234375311501, 4.651343834594613, 4.144610034334962, @@ -380950,19 +265570,19 @@ 4.70450246278239 ], "relative wind angle": [ - 0.04506120357872955, - 0.05662378118052233, - 0.13488320949843058, + 0.04506120357873448, + 0.05662378118052234, + 0.13488320949843222, 0.1457616425503842, - 0.0600307653232253, + 0.060030765323223455, 0.07459438614353496, - 0.14933190077874037, + 0.14933190077874034, 0.12831180667096004 ], "resistance": [ - 99024.28620667825, + 99024.28620667823, 98893.71769604835, - 97245.18201710466, + 97245.18201710464, 95382.30152192304, 94330.810476327, 94386.6918109066, @@ -380970,7 +265590,7 @@ 97471.62817846998 ], "fuel": [ - 46.79737793492543, + 46.797377934925414, 46.72898897852552, 45.87097847515259, 44.91357863113391, @@ -380997,68 +265617,7 @@ "id": "6755", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.045362603071185, - 14.045362603071185, - 14.045362603071185, - 14.045362603071185, - 14.045362603071185, - 14.045362603071185, - 14.045362603071185, - 14.045362603071185 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1934.1903079985304, - 2032.759221704625, - 709.2420213861005, - -895.1705599020606, - -1897.998315510491, - -1940.2724865827713, - -1041.3587714383739, - 538.8958631581982 - ], - "relative wind speed": [ - 4.4848523878603785, - 4.502112589396508, - 4.2074951989630796, - 3.7308208625782635, - 3.3367130638196505, - 3.3133875782285283, - 3.680290635515663, - 4.162755181669038 - ], - "relative wind angle": [ - 0.05944990633331954, - 0.04854616896251661, - 0.13719463138528334, - 0.16025198274986244, - 0.07994426547491411, - 0.06598476491772039, - 0.15700048676243997, - 0.1435020473711949 - ], - "resistance": [ - 98568.69030799855, - 98667.25922170463, - 97343.74202138612, - 95739.32944009795, - 94736.50168448953, - 94694.22751341724, - 95593.14122856164, - 97173.3958631582 - ], - "fuel": [ - 44.97842745056368, - 45.029930629727836, - 44.341396871445895, - 43.51547283265276, - 43.00409887826649, - 42.98262412548453, - 43.44069379233843, - 44.25325109207773 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 10.15625, -46.25 10.3125, -46.09375 10.3125, -46.09375 10.15625, -46.25 10.15625))", @@ -381077,68 +265636,7 @@ "id": "6756", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.391699767508886, - 14.391699767508886, - 14.391699767508886, - 14.391699767508886, - 14.391699767508886, - 14.391699767508886, - 14.391699767508886, - 14.391699767508886 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2077.0542418688046, - 2182.1542901035527, - 762.9039839902198, - -955.9860493213746, - -2030.3158443450275, - -2075.4196738660667, - -1111.6355970862087, - 581.4714687553305 - ], - "relative wind speed": [ - 4.608188264634605, - 4.626084650754346, - 4.31848414795176, - 3.8200841978962328, - 3.4070480368155818, - 3.3827084136147523, - 3.767501834289447, - 4.272040745178876 - ], - "relative wind angle": [ - 0.060497223907168926, - 0.04945985512457162, - 0.139870387799728, - 0.16374546021501174, - 0.08186677545228181, - 0.06766377366961204, - 0.16049172397729922, - 0.1462899410792514 - ], - "resistance": [ - 98711.5542418688, - 98816.65429010356, - 97397.40398399023, - 95678.51395067862, - 94604.18415565498, - 94559.08032613393, - 95522.8644029138, - 97215.97146875534 - ], - "fuel": [ - 45.352895103496834, - 45.407868010180664, - 44.66899480698009, - 43.78416261943019, - 43.23671352506085, - 43.21382378577057, - 43.704581824611424, - 44.575079895875504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 10.15625, -46.09375 10.3125, -45.9375 10.3125, -45.9375 10.15625, -46.09375 10.15625))", @@ -381157,68 +265655,7 @@ "id": "6757", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.265721375796657, - 14.265721375796657, - 14.265721375796657, - 14.265721375796657, - 14.265721375796657, - 14.265721375796657, - 14.265721375796657, - 14.265721375796657 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2037.0906045792499, - 2168.68857838414, - 777.9236062825948, - -921.9072849238419, - -1996.8553723822188, - -2053.337754600466, - -1116.736525102714, - 550.8041713977473 - ], - "relative wind speed": [ - 4.568271309565334, - 4.590859446481218, - 4.288511311433985, - 3.793119732465604, - 3.3779450447250126, - 3.3471816541135295, - 3.726699104392893, - 4.229876851417791 - ], - "relative wind angle": [ - 0.06222758627355648, - 0.048172480585729115, - 0.13959817711117115, - 0.16494692671985017, - 0.08420061002432984, - 0.06609399211612431, - 0.1608140565001693, - 0.14778279983389675 - ], - "resistance": [ - 98671.59060457928, - 98803.18857838417, - 97412.42360628262, - 95712.59271507619, - 94637.64462761782, - 94581.16224539957, - 95517.76347489732, - 97185.30417139777 - ], - "fuel": [ - 45.22203468217667, - 45.29085432943333, - 44.566806800985546, - 43.69163040140317, - 43.14373116591384, - 43.11506108893824, - 43.592007235418826, - 44.449249582203244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 10, -46.25 10.15625, -46.09375 10.15625, -46.09375 10, -46.25 10))", @@ -381237,68 +265674,7 @@ "id": "6758", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.289253149729618, - 14.289253149729618, - 14.289253149729618, - 14.289253149729618, - 14.289253149729618, - 14.289253149729618, - 14.289253149729618, - 14.289253149729618 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2023.284692462811, - 2135.5693791357107, - 752.4578476050956, - -928.6076919789884, - -1983.5208398299037, - -2031.6946324240753, - -1095.0008626840308, - 558.5304989198476 - ], - "relative wind speed": [ - 4.569139597382721, - 4.588426281740924, - 4.286731205323504, - 3.796414017217231, - 3.3890103233628497, - 3.3628517495215062, - 3.739834649491391, - 4.236704880223217 - ], - "relative wind angle": [ - 0.060547826194189636, - 0.04856948563303258, - 0.1384318612210497, - 0.16238505480885393, - 0.0816728352699082, - 0.06629288609744186, - 0.15883624122918202, - 0.14538247045747435 - ], - "resistance": [ - 98657.78469246282, - 98770.06937913572, - 97386.95784760511, - 95705.89230802102, - 94650.97916017011, - 94602.80536757594, - 95539.49913731599, - 97193.03049891986 - ], - "fuel": [ - 45.23528033355579, - 45.29399022281016, - 44.574077916988685, - 43.708663667436134, - 43.17096318629153, - 43.146507358481834, - 43.62357622728107, - 44.47370735164823 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 10, -46.09375 10.15625, -45.9375 10.15625, -45.9375 10, -46.09375 10))", @@ -381317,68 +265693,7 @@ "id": "6759", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.833529447029223, - 11.833529447029223, - 11.833529447029223, - 11.833529447029223, - 11.833529447029223, - 11.833529447029223, - 11.833529447029223, - 11.833529447029223 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1259.1574031279615, - 2074.0538234494425, - 1254.8189553749817, - -146.45820772554634, - -1344.5616471824992, - -1694.4400913293593, - -1341.5458957483102, - -141.4312575539052 - ], - "relative wind speed": [ - 3.786226456610093, - 3.9508700069302476, - 3.7851010173576096, - 3.352545554380907, - 2.8558121820591436, - 2.62331854494848, - 2.8573036745032923, - 3.3543423059867403 - ], - "relative wind angle": [ - 0.1241124305256207, - 0.00023197661989057315, - 0.12449461968376785, - 0.1993085027674045, - 0.1648716609523515, - 0.0003493702593693552, - 0.16524468178178, - 0.19920030799712551 - ], - "resistance": [ - 97893.65740312792, - 98708.5538234494, - 97889.31895537494, - 96488.04179227441, - 95289.93835281745, - 94940.05990867059, - 95292.95410425165, - 96493.06874244605 - ], - "fuel": [ - 42.89838444033721, - 43.32321460812328, - 42.896129288902316, - 42.171401520657945, - 41.55754762788182, - 41.379293442782426, - 41.55908605672399, - 42.173988354645296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 10.15625, -45.9375 10.3125, -45.78125 10.3125, -45.78125 10.15625, -45.9375 10.15625))", @@ -381410,19 +265725,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1689.3368936299612, + 1689.3368936299603, 1978.176140840632, - 845.740228066079, + 845.7402280660763, -626.1396069614539, - -1634.417123409124, + -1634.4171234091255, -1759.0575121525558, -1047.5950290641204, 352.63426434223584 ], "relative wind speed": [ - 3.945670145226955, + 3.9456701452269547, 4.00233809146974, - 3.729760193082791, + 3.72976019308279, 3.2373011232202824, 2.7812877389476722, 2.699104329833567, @@ -381431,13 +265746,13 @@ ], "relative wind angle": [ 0.08566614662536477, - 0.04376574253299738, + 0.043765742532997386, 0.15756178614580457, 0.20296086425284754, - 0.12168162994321663, - 0.06492244657856328, - 0.19213748673985148, - 0.18324633231492216 + 0.12168162994321756, + 0.06492244657856329, + 0.19213748673985145, + 0.18324633231492213 ], "resistance": [ 98323.83689363002, @@ -381490,9 +265805,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1325.4033134002711, + 1325.4033134002666, 1878.4129149717273, - 1009.763883958487, + 1009.7638839584833, -292.3925419896973, -1311.1731631711477, -1550.0163948542731, @@ -381500,24 +265815,24 @@ 71.42330392034819 ], "relative wind speed": [ - 3.5222575581910993, + 3.5222575581910984, 3.6420419923073633, 3.4332456189848175, 2.9731791311566447, 2.4796898763551054, 2.300150063670223, 2.601535067773232, - 3.1169481938567634 + 3.116948193856764 ], "relative wind angle": [ - 0.1202329807659643, + 0.12023298076596617, 0.02023674532250994, - 0.15401894100349214, + 0.15401894100349361, 0.22770192944049797, - 0.1712080801795406, + 0.17120808017954056, 0.03204602277181404, - 0.203865336941359, - 0.21702682973711532 + 0.20386533694135903, + 0.21702682973711637 ], "resistance": [ 97959.90331340028, @@ -381570,9 +265885,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1079.3686969636901, + 1079.3686969636874, 1657.195562711643, - 958.2443144577201, + 958.2443144577182, -159.4887342943871, -1077.0197115400915, -1326.450596806944, @@ -381580,7 +265895,7 @@ -20.222961349070374 ], "relative wind speed": [ - 3.2042874166037714, + 3.204287416603771, 3.341054082799167, 3.1670211286375713, 2.744644304391867, @@ -381590,19 +265905,19 @@ 2.805148156807095 ], "relative wind angle": [ - 0.13502232091128247, + 0.1350223209112833, 0.009306550854160224, - 0.15065010332683018, + 0.15065010332683168, 0.23575856320713004, - 0.1915257532511534, - 0.015102057989251107, - 0.20654008806614094, + 0.19152575325115342, + 0.015102057989251108, + 0.2065400880661409, 0.23058036162273138 ], "resistance": [ 97713.86869696373, 98291.69556271168, - 97592.74431445777, + 97592.74431445776, 96475.01126570566, 95557.48028845995, 95308.0494031931, @@ -381650,9 +265965,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1449.032802467657, + 1449.0328024676478, 1571.7413836679566, - 600.6571891661902, + 600.6571891661883, -591.4199726167485, -1359.349402696335, -1412.3948762616956, @@ -381660,7 +265975,7 @@ 391.81728861681086 ], "relative wind speed": [ - 3.52825851780022, + 3.5282585178002197, 3.5552082122886177, 3.2836838746603116, 2.822338231735818, @@ -381670,17 +265985,17 @@ 3.2127422903532343 ], "relative wind angle": [ - 0.07857541927786664, + 0.07857541927787089, 0.056023487665682936, - 0.1709074960177235, - 0.21086662828337635, + 0.17090749601772484, + 0.21086662828337632, 0.1148676109172904, - 0.08386437168701211, - 0.20530232225435255, - 0.18492510947981172 + 0.08386437168701212, + 0.20530232225435252, + 0.18492510947981175 ], "resistance": [ - 98083.53280246767, + 98083.53280246766, 98206.24138366798, 97235.1571891662, 96043.08002738327, @@ -381690,7 +266005,7 @@ 97026.31728861683 ], "fuel": [ - 42.20598839077644, + 42.205988390776426, 42.26988875801857, 41.765730445675295, 41.15163674266729, @@ -381717,68 +266032,7 @@ "id": "6764", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.170018807140037, - 15.170018807140037, - 15.170018807140037, - 15.170018807140037, - 15.170018807140037, - 15.170018807140037, - 15.170018807140037, - 15.170018807140037 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2516.734283603124, - 1603.7370701782347, - -139.98964582008102, - -1687.8020215637453, - -2187.268083840371, - -1797.6878498245333, - -323.8982723320314, - 1446.642846214565 - ], - "relative wind speed": [ - 4.860946025438285, - 4.710241856912226, - 4.288921186397944, - 3.804632030526466, - 3.567012539009473, - 3.763774218130932, - 4.237632566957864, - 4.6773015540979515 - ], - "relative wind angle": [ - 0.005337425785733205, - 0.09336598171600996, - 0.1514270041830533, - 0.12539411397835767, - 0.007273606122779432, - 0.11694117546515856, - 0.15327414435062559, - 0.10190786245122374 - ], - "resistance": [ - 99151.23428360312, - 98238.23707017823, - 96494.51035417992, - 94946.69797843625, - 94447.23191615962, - 94836.81215017546, - 96310.60172766796, - 98081.14284621457 - ], - "fuel": [ - 46.285732885240805, - 45.808422523177136, - 44.90543000816325, - 44.113370924378096, - 43.859682577271315, - 44.057478166843744, - 44.81085211447047, - 45.7266072148018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 10.46875, -45.46875 10.625, -45.3125 10.625, -45.3125 10.46875, -45.46875 10.46875))", @@ -381797,68 +266051,7 @@ "id": "6765", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.803299409568833, - 11.803299409568833, - 11.803299409568833, - 11.803299409568833, - 11.803299409568833, - 11.803299409568833, - 11.803299409568833, - 11.803299409568833 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 2107.304675388039, - 1304.7864948084089, - -115.17883863660154, - -1344.1197383278418, - -1721.7493686826683, - -1376.8673531460045, - -169.74978156367706, - 1257.644953744315 - ], - "relative wind speed": [ - 3.955202689929141, - 3.7934982533507893, - 3.357536619794855, - 2.84905809307142, - 2.6022228584657414, - 2.832765984928658, - 3.337984417321456, - 3.781277575879423 - ], - "relative wind angle": [ - 0.0025237743351941917, - 0.12455929352680574, - 0.20287375471157384, - 0.17121129279510863, - 0.0038359715774666215, - 0.16714982013316873, - 0.2040788108243024, - 0.12872752016600578 - ], - "resistance": [ - 98741.80467538809, - 97939.28649480846, - 96519.32116136346, - 95290.38026167221, - 94912.7506313174, - 95257.63264685405, - 96464.75021843638, - 97892.14495374437 - ], - "fuel": [ - 43.319212861495494, - 42.900718068767766, - 42.16611030476314, - 41.536384165350086, - 41.344010332097085, - 41.51968071104342, - 42.138028172207996, - 42.876209360127575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 10.3125, -45.625 10.46875, -45.46875 10.46875, -45.46875 10.3125, -45.625 10.3125))", @@ -381877,68 +266070,7 @@ "id": "6766", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.493627063368326, - 11.493627063368326, - 11.493627063368326, - 11.493627063368326, - 11.493627063368326, - 11.493627063368326, - 11.493627063368326, - 11.493627063368326 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1687.2184163760503, - 1601.9124676823767, - 461.37748429108524, - -819.5323255687799, - -1549.0595721193981, - -1512.2499156069352, - -694.917121975891, - 607.1357085830523 - ], - "relative wind speed": [ - 3.7926524780008286, - 3.7750632404736573, - 3.460478626398231, - 2.981443224063755, - 2.607884202526278, - 2.6332812920568274, - 3.034857576380308, - 3.5066036466011195 - ], - "relative wind angle": [ - 0.05710877432180619, - 0.07073412890390328, - 0.17244607635537137, - 0.19337376345706028, - 0.083103917764996, - 0.10149383009033495, - 0.19692788823479868, - 0.16412659653210726 - ], - "resistance": [ - 98321.71841637602, - 98236.41246768234, - 97095.87748429105, - 95814.96767443119, - 95085.44042788057, - 95122.25008439303, - 95939.58287802408, - 97241.63570858302 - ], - "fuel": [ - 42.88421089576686, - 42.839745318975964, - 42.24784467554427, - 41.588864750211485, - 41.216279189173456, - 41.235031246946285, - 41.652706499629694, - 42.32321869361955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 10.3125, -45.46875 10.46875, -45.3125 10.46875, -45.3125 10.3125, -45.46875 10.3125))", @@ -381957,68 +266089,7 @@ "id": "6767", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.586295052600537, - 9.586295052600537, - 9.586295052600537, - 9.586295052600537, - 9.586295052600537, - 9.586295052600537, - 9.586295052600537, - 9.586295052600537 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1647.253238521861, - 1208.0916636468046, - 118.61973202526042, - -911.71347144321, - -1342.9887220260616, - -1152.7622154507947, - -282.26052997244915, - 858.788684119831 - ], - "relative wind speed": [ - 3.3180903093923346, - 3.2143071542359563, - 2.830317115301075, - 2.325113186301705, - 2.010931598167664, - 2.1729700209666993, - 2.6538414083411754, - 3.1060292762107706 - ], - "relative wind angle": [ - 0.02738750008195422, - 0.12419858713816166, - 0.23317103278067097, - 0.22850406466410103, - 0.045199839355315546, - 0.18428679384135613, - 0.2489941320294875, - 0.17039233601192877 - ], - "resistance": [ - 98281.75323852191, - 97842.59166364685, - 96753.1197320253, - 95722.78652855684, - 95291.51127797399, - 95481.73778454924, - 96352.23947002759, - 97493.28868411988 - ], - "fuel": [ - 41.67450698430827, - 41.44594921401453, - 40.88204167343296, - 40.352807748676256, - 40.13245463685433, - 40.22956248058473, - 40.67565877699283, - 41.26466996996483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 10.46875, -45.3125 10.625, -45.15625 10.625, -45.15625 10.46875, -45.3125 10.46875))", @@ -382037,68 +266108,7 @@ "id": "6768", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.022264983667274, - 10.022264983667274, - 10.022264983667274, - 10.022264983667274, - 10.022264983667274, - 10.022264983667274, - 10.022264983667274, - 10.022264983667274 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1822.499470621311, - 1187.7081676828084, - -17.183825736945437, - -1082.272553472787, - -1447.818014681757, - -1173.6058690905547, - -169.0758095354604, - 1055.38988387477 - ], - "relative wind speed": [ - 3.4656101493735996, - 3.3209499102558135, - 2.8981545017511596, - 2.3796006691493994, - 2.1027335102477847, - 2.324485667009408, - 2.8341916672200833, - 3.2816828880840996 - ], - "relative wind angle": [ - 0.00950086655452374, - 0.13853677419613578, - 0.2373686265156749, - 0.21391869850837553, - 0.015659212025931936, - 0.19859530194846806, - 0.24283219832615294, - 0.15455004216495016 - ], - "resistance": [ - 98456.99947062129, - 97822.2081676828, - 96617.31617426305, - 95552.22744652719, - 95186.68198531822, - 95460.89413090944, - 96465.42419046453, - 97689.88988387476 - ], - "fuel": [ - 42.016529743310265, - 41.68597530584563, - 41.06267680221079, - 40.51619768712234, - 40.32961544103688, - 40.469532607033756, - 40.98448551147833, - 41.617262145187325 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 10.46875, -45.15625 10.625, -45 10.625, -45 10.46875, -45.15625 10.46875))", @@ -382117,68 +266127,7 @@ "id": "6769", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.272318867003367, - 12.272318867003367, - 12.272318867003367, - 12.272318867003367, - 12.272318867003367, - 12.272318867003367, - 12.272318867003367, - 12.272318867003367 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2348.2843208337144, - 1371.395779021207, - -225.7280506570196, - -1553.4269181110762, - -1919.1752782190933, - -1465.295837087759, - -78.92602693177014, - 1498.3921900779505 - ], - "relative wind speed": [ - 4.134764029649225, - 3.9398538234198495, - 3.46008464806986, - 2.919791430508616, - 2.683401738249938, - 2.96217324270676, - 3.51065986645177, - 3.9713645604568133 - ], - "relative wind angle": [ - 0.006252944358365405, - 0.13529844381856915, - 0.2113045600735306, - 0.17030949358589806, - 0.00963503920891891, - 0.18038248471735127, - 0.20821535603320132, - 0.12493375331084002 - ], - "resistance": [ - 98982.78432083374, - 98005.89577902123, - 96408.771949343, - 95081.07308188896, - 94715.32472178094, - 95169.20416291227, - 96555.57397306825, - 98132.89219007798 - ], - "fuel": [ - 43.7839739492211, - 43.273989969070165, - 42.44786123392004, - 41.7683202740655, - 41.58227582760792, - 41.81322414765016, - 42.52339996685726, - 43.340087544295905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 10.3125, -45.3125 10.46875, -45.15625 10.46875, -45.15625 10.3125, -45.3125 10.3125))", @@ -382197,68 +266146,7 @@ "id": "6770", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.998613178781435, - 10.998613178781435, - 10.998613178781435, - 10.998613178781435, - 10.998613178781435, - 10.998613178781435, - 10.998613178781435, - 10.998613178781435 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2023.9736537086624, - 1370.4288845144406, - 21.154114487226252, - -1201.437907281785, - -1649.9420417864394, - -1367.8394926031006, - -255.78492893555585, - 1130.0293156327575 - ], - "relative wind speed": [ - 3.7539293984597317, - 3.616335939037604, - 3.187185439463697, - 2.653888291266785, - 2.3574441390016756, - 2.563521635008881, - 3.0808079738283256, - 3.550550060851228 - ], - "relative wind angle": [ - 0.014534884866916039, - 0.12621771814101282, - 0.22090732419064932, - 0.20198019034354853, - 0.023146203829089718, - 0.17852861505279966, - 0.22866844094728672, - 0.15051503498103444 - ], - "resistance": [ - 98658.47365370867, - 98004.92888451446, - 96655.65411448725, - 95433.06209271823, - 94984.55795821357, - 95266.66050739691, - 96378.71507106446, - 97764.52931563277 - ], - "fuel": [ - 42.72843039285724, - 42.38764331962877, - 41.68909972565993, - 41.061992174057465, - 40.83333414200446, - 40.97706936681716, - 41.54656135685265, - 42.262688213051476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 10.3125, -45.15625 10.46875, -45 10.46875, -45 10.3125, -45.15625 10.3125))", @@ -382277,68 +266165,7 @@ "id": "6771", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.108074754438638, - 14.108074754438638, - 14.108074754438638, - 14.108074754438638, - 14.108074754438638, - 14.108074754438638, - 14.108074754438638, - 14.108074754438638 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2641.578059739999, - 1683.8980958506363, - -117.40902601520247, - -1708.25297532869, - -2225.06938833382, - -1814.498105608127, - -294.7485404509198, - 1531.4456718458578 - ], - "relative wind speed": [ - 4.638816449311221, - 4.473924806648981, - 4.01106888908123, - 3.4694676543760865, - 3.1992021813580784, - 3.4260048850019946, - 3.957883148180517, - 4.440304814181651 - ], - "relative wind angle": [ - 0.00582862489370981, - 0.10971544342281767, - 0.18043711711873806, - 0.15281093113534497, - 0.008451510185104857, - 0.14347885930614848, - 0.18288902992334646, - 0.1192181022425588 - ], - "resistance": [ - 99276.07805974, - 98318.39809585063, - 96517.0909739848, - 94926.2470246713, - 94409.43061166618, - 94820.00189439187, - 96339.75145954908, - 98165.94567184585 - ], - "fuel": [ - 45.402546579354706, - 44.90151102482449, - 43.968356050868024, - 43.154270198375585, - 42.89182528935024, - 43.100236625186014, - 43.87713935788444, - 44.822066394108674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 10.15625, -45.625 10.3125, -45.46875 10.3125, -45.46875 10.15625, -45.625 10.15625))", @@ -382370,17 +266197,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1522.1403559401601, + 1522.1403559401565, 1623.8317417043077, - 610.3604178377095, + 610.360417837705, -614.7602623553853, - -1393.4642415012895, + -1393.4642415012904, -1437.5353577075466, - -761.3527593810932, + -761.3527593810936, 438.2611875197267 ], "relative wind speed": [ - 3.4930971342334267, + 3.4930971342334263, 3.51557173508311, 3.2268875861941457, 2.739087989345973, @@ -382390,19 +266217,19 @@ 3.1674159390497287 ], "relative wind angle": [ - 0.08167396075820385, - 0.062365521764013956, - 0.18540017501759604, - 0.22912929227821405, - 0.12371366563355841, - 0.09645848650122067, - 0.22477893215576367, - 0.19770039056623992 + 0.0816739607582052, + 0.06236552176401397, + 0.18540017501759848, + 0.22912929227821408, + 0.12371366563355932, + 0.09645848650122066, + 0.22477893215576417, + 0.19770039056623995 ], "resistance": [ - 98156.64035594018, + 98156.64035594017, 98258.33174170433, - 97244.86041783773, + 97244.86041783771, 96019.73973764463, 95241.03575849872, 95196.96464229247, @@ -382410,9 +266237,9 @@ 97072.76118751975 ], "fuel": [ - 42.08215907032152, + 42.08215907032151, 42.135138442040734, - 41.608857463358696, + 41.60885746335869, 40.97777261004677, 40.57954931412836, 40.55707914402437, @@ -382437,68 +266264,7 @@ "id": "6773", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.965297027145395, - 10.965297027145395, - 10.965297027145395, - 10.965297027145395, - 10.965297027145395, - 10.965297027145395, - 10.965297027145395, - 10.965297027145395 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1890.668223599408, - 1434.0129876973592, - 168.01486124879784, - -1059.7060182478854, - -1597.0928414081177, - -1399.7527903129985, - -398.2351343548803, - 943.4660784994544 - ], - "relative wind speed": [ - 3.7147596037575425, - 3.6180542423793973, - 3.227354149692341, - 2.7097270440476287, - 2.3813797457984367, - 2.525884381084843, - 3.00908517657303, - 3.4824973444591194 - ], - "relative wind angle": [ - 0.030080513832174537, - 0.10876782648141858, - 0.20822204302502484, - 0.20467736714619975, - 0.046933318625061136, - 0.1561245321906083, - 0.22357340647979587, - 0.15881635960800355 - ], - "resistance": [ - 98525.16822359941, - 98068.51298769737, - 96802.5148612488, - 95574.79398175211, - 95037.40715859189, - 95234.747209687, - 96236.26486564512, - 97577.96607849945 - ], - "fuel": [ - 42.63705347590705, - 42.398992527435404, - 41.74306705003875, - 41.11266953470265, - 40.83850245626048, - 40.939057680378085, - 41.45161794074056, - 42.144127848650356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 10, -45.625 10.15625, -45.46875 10.15625, -45.46875 10, -45.625 10))", @@ -382530,19 +266296,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1799.0404733038695, + 1799.040473303853, 1459.0277270483066, - 242.5210662132049, + 242.521066213204, -991.423874070611, - -1580.210401444108, + -1580.210401444106, -1433.5770579166751, -494.8680215276063, 823.3541956009567 ], "relative wind speed": [ - 3.7946084878147213, + 3.7946084878147204, 3.7240596550435385, - 3.367388314000222, + 3.3673883140002214, 2.8797124794805407, 2.5521703743532593, 2.6540547999615565, @@ -382550,27 +266316,27 @@ 3.5524474987036774 ], "relative wind angle": [ - 0.03670866133739265, - 0.09175839717908135, + 0.0367086613373987, + 0.09175839717908134, 0.18573199028858578, 0.1879931473354101, - 0.05459389412967107, + 0.054593894129669036, 0.1289278665878037, 0.20235629631085353, 0.15208198822021765 ], "resistance": [ - 98433.54047330386, + 98433.54047330384, 98093.52772704829, 96877.02106621319, 95643.07612592938, - 95054.28959855587, + 95054.28959855589, 95200.92294208331, 96139.63197847237, 97457.85419560094 ], "fuel": [ - 42.887259280864086, + 42.88725928086408, 42.71004788093429, 42.07953914537433, 41.44561795202495, @@ -382610,9 +266376,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 2068.300292422885, + 2068.300292422874, 1482.2790673629206, - 96.24011646843064, + 96.24011646842882, -1204.0381767972312, -1727.0702411883985, -1474.1301310351673, @@ -382627,17 +266393,17 @@ 2.4896873532379216, 2.6663591516802665, 3.1738084574289807, - 3.65421398810069 + 3.6542139881006905 ], "relative wind angle": [ - 0.021910881007332846, - 0.11482762912960874, - 0.20924833861463882, + 0.021910881007337915, + 0.11482762912960875, + 0.20924833861463987, 0.19750655096847577, 0.034121187242279964, - 0.16216607185694698, + 0.162166071856947, 0.22036645018817433, - 0.15125581912173855 + 0.15125581912173927 ], "resistance": [ 98702.80029242295, @@ -382690,9 +266456,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2716.750121475231, + 2716.750121475213, 2043.8567989939265, - 179.13518220380593, + 179.1351822038032, -1638.0314710710645, -2417.6740051558672, -2129.134316693704, @@ -382700,9 +266466,9 @@ 1340.524364070544 ], "relative wind speed": [ - 4.9258189823385345, + 4.925818982338534, 4.817245292611651, - 4.389583130475396, + 4.389583130475395, 3.8416062830517284, 3.5094926952191243, 3.6570998640143686, @@ -382710,8 +266476,8 @@ 4.671433697547307 ], "relative wind angle": [ - 0.02355659783769531, - 0.08706840511479635, + 0.023556597837700026, + 0.08706840511479634, 0.16209992897727607, 0.15234386323447577, 0.033066303725274616, @@ -382720,9 +266486,9 @@ 0.1251238902536647 ], "resistance": [ - 99351.25012147521, + 99351.2501214752, 98678.35679899392, - 96813.6351822038, + 96813.63518220378, 94996.46852892892, 94216.82599484411, 94505.36568330629, @@ -382730,7 +266496,7 @@ 97975.02436407053 ], "fuel": [ - 46.39778735352058, + 46.397787353520556, 46.045200693448564, 45.076916625169815, 44.14577419757818, @@ -382770,9 +266536,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2899.7776138555164, + 2899.77761385548, 1961.9714482151012, - -21.519293339726573, + -21.519293339728392, -1835.2331314485318, -2493.3334910128287, -2091.2536303903335, @@ -382780,27 +266546,27 @@ 1594.9046824549896 ], "relative wind speed": [ - 4.946749181321725, + 4.946749181321724, 4.795582113897014, 4.326701963042325, - 3.760866037038725, + 3.7608660370387255, 3.456818699257286, 3.6636477957512548, 4.207086058716612, 4.719725588833595 ], "relative wind angle": [ - 0.01227933792618354, + 0.01227933792619258, 0.10107241691906046, - 0.1730596744842358, - 0.15208727470520725, + 0.17305967448423643, + 0.15208727470520797, 0.01757234317912023, 0.13246201625426499, 0.1780320074549466, 0.12101773922478194 ], "resistance": [ - 99534.27761385556, + 99534.27761385552, 98596.47144821515, 96612.98070666031, 94799.26686855151, @@ -382810,7 +266576,7 @@ 98229.40468245503 ], "fuel": [ - 46.44497850993678, + 46.44497850993676, 45.9534047629876, 44.92449074907467, 43.99646014242386, @@ -382850,33 +266616,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2518.2203673254144, + 2518.2203673254107, 1786.8331654518015, - 67.40805991211073, + 67.40805991210709, -1547.7663050562933, - -2182.9882127353576, + -2182.988212735351, -1869.0286766746758, - -468.9926642676246, + -468.9926642676255, 1326.0472837363386 ], "relative wind speed": [ - 4.596492319089923, + 4.596492319089922, 4.46995514379705, - 4.0379267153354705, + 4.03792671533547, 3.5005635566369175, 3.193860438804334, 3.36867735980375, - 3.876033279474283, + 3.8760332794742824, 4.367441004519416 ], "relative wind angle": [ - 0.017895041185449875, + 0.017895041185449878, 0.09811357719094467, 0.17460810897288045, 0.15898024976747593, - 0.02575539066603832, + 0.02575539066603401, 0.13034860576844723, - 0.1819810007995829, + 0.18198100079958293, 0.12723173783169228 ], "resistance": [ @@ -382884,7 +266650,7 @@ 98421.3331654518, 96701.90805991211, 95086.7336949437, - 94451.51178726464, + 94451.51178726465, 94765.47132332533, 96165.50733573237, 97960.54728373633 @@ -382894,7 +266660,7 @@ 44.87933665244652, 43.987679575281994, 43.16010540706574, - 42.83729351598984, + 42.83729351598985, 42.99665619761148, 43.71176491769712, 44.63930391628067 @@ -382930,17 +266696,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2936.043572789551, + 2936.0435727895256, 1332.6978790431676, - -886.230091847714, + -886.2300918477231, -2481.801463087654, -2734.655399019075, -1773.647032224164, - 300.88884285560744, + 300.8888428556038, 2343.5256921670843 ], "relative wind speed": [ - 5.56512971788078, + 5.5651297178807795, 5.295492689905996, 4.791996078290745, 4.3253714829425824, @@ -382950,19 +266716,19 @@ 5.480243795161067 ], "relative wind angle": [ - 0.025876953669249327, + 0.025876953669253615, 0.10958800944071977, - 0.14134375174674213, - 0.08692867384466232, - 0.03416375261739713, + 0.14134375174674452, + 0.08692867384466234, + 0.03416375261739714, 0.12764330828990972, - 0.1333532545043927, - 0.06857723040372866 + 0.13335325450439353, + 0.06857723040372868 ], "resistance": [ - 99570.5435727896, + 99570.54357278957, 97967.1978790432, - 95748.26990815233, + 95748.26990815232, 94152.69853691239, 93899.84460098097, 94860.85296777588, @@ -382970,7 +266736,7 @@ 98978.02569216712 ], "fuel": [ - 48.95361465707708, + 48.953614657077054, 48.11495127446312, 46.970074503571155, 46.158148153248945, @@ -382997,68 +266763,7 @@ "id": "6780", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.824294915839706, - 8.824294915839706, - 8.824294915839706, - 8.824294915839706, - 8.824294915839706, - 8.824294915839706, - 8.824294915839706, - 8.824294915839706 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -355.17028626788306, - -696.5369950412926, - -695.9118710442465, - -352.9892227535279, - 220.9077177245349, - 708.8065263793992, - 707.3448865336159, - 218.36973863104777 - ], - "relative wind speed": [ - 2.33598937261946, - 2.120513219471284, - 2.1210573925202363, - 2.3371817884349384, - 2.6120401543039624, - 2.7898071264399005, - 2.7893934204989055, - 2.610973267671538 - ], - "relative wind angle": [ - 0.14378213884428756, - 0.06520669663070054, - 0.065726988090228, - 0.14391182215566906, - 0.12849740107258265, - 0.04954831762221908, - 0.049963671890091196, - 0.12873202468464306 - ], - "resistance": [ - 96279.32971373214, - 95937.96300495873, - 95938.58812895577, - 96281.51077724648, - 96855.40771772455, - 97343.30652637941, - 97341.84488653362, - 96852.86973863107 - ], - "fuel": [ - 40.2302207064032, - 40.05504086229372, - 40.05536126213693, - 40.231341361265926, - 40.526831143839175, - 40.77900579186336, - 40.77824900805548, - 40.52552168359122 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 24.53125, -49.84375 24.6875, -49.6875 24.6875, -49.6875 24.53125, -49.84375 24.53125))", @@ -383077,68 +266782,7 @@ "id": "6781", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.829368320090746, - 9.829368320090746, - 9.829368320090746, - 9.829368320090746, - 9.829368320090746, - 9.829368320090746, - 9.829368320090746, - 9.829368320090746 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -314.37924004609204, - -760.6250468498529, - -810.5375052021473, - -490.1197636180468, - 139.52126001834586, - 729.5792646191212, - 846.6478138716352, - 343.75978390711134 - ], - "relative wind speed": [ - 2.6556050897045513, - 2.417502527027972, - 2.3788274956622617, - 2.5699039064264904, - 2.8508182357654865, - 3.0553370579448553, - 3.0855441581217034, - 2.928309566553991 - ], - "relative wind angle": [ - 0.1335458180546732, - 0.07470507465193908, - 0.04138626607819719, - 0.12469425581050905, - 0.12435190447684373, - 0.05908899943797757, - 0.031903411022575816, - 0.10936703413415803 - ], - "resistance": [ - 96320.12075995392, - 95873.87495315017, - 95823.96249479787, - 96144.38023638197, - 96774.02126001836, - 97364.07926461914, - 97481.14781387165, - 96978.25978390712 - ], - "fuel": [ - 40.79733523614938, - 40.56835371562035, - 40.54278827679054, - 40.707069286818054, - 41.031004766204624, - 41.33591472058502, - 41.39656341192608, - 41.136397543567476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 24.375, -50 24.53125, -49.84375 24.53125, -49.84375 24.375, -50 24.375))", @@ -383157,68 +266801,7 @@ "id": "6782", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.088537083554618, - 9.088537083554618, - 9.088537083554618, - 9.088537083554618, - 9.088537083554618, - 9.088537083554618, - 9.088537083554618, - 9.088537083554618 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -444.710811606426, - -716.1423266402494, - -663.5304447471995, - -259.9204891330928, - 321.87218721412864, - 757.4267289656209, - 634.1215867807359, - 107.0417859212398 - ], - "relative wind speed": [ - 2.364407259156214, - 2.186364183187286, - 2.23055565030623, - 2.462042330461737, - 2.7207876783472233, - 2.8658190690049614, - 2.8315594234773926, - 2.6327656258792222 - ], - "relative wind angle": [ - 0.12776660137046048, - 0.03940566668491356, - 0.0805427050208987, - 0.1385102572733618, - 0.11095687973478402, - 0.030059753836571924, - 0.06342129687604624, - 0.12947615776945842 - ], - "resistance": [ - 96189.78918839358, - 95918.35767335974, - 95970.9695552528, - 96374.57951086691, - 96956.37218721413, - 97391.92672896563, - 97268.62158678073, - 96741.54178592125 - ], - "fuel": [ - 40.321368999781996, - 40.182133059613264, - 40.20909990229899, - 40.41631755023965, - 40.71608274215208, - 40.94132402808846, - 40.87748676650601, - 40.60524599085192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 24.375, -49.84375 24.53125, -49.6875 24.53125, -49.6875 24.375, -49.84375 24.375))", @@ -383237,68 +266820,7 @@ "id": "6783", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.558634631839219, - 11.558634631839219, - 11.558634631839219, - 11.558634631839219, - 11.558634631839219, - 11.558634631839219, - 11.558634631839219, - 11.558634631839219 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -418.04836583610677, - -894.500391568808, - -924.584859497978, - -525.543973785444, - 202.89259364045301, - 852.7124726535012, - 923.6327460489792, - 327.58786916024474 - ], - "relative wind speed": [ - 3.11482773992021, - 2.8972388533923388, - 2.8776712256344195, - 3.070723465350389, - 3.3416099912683888, - 3.5319281149982378, - 3.547889161216407, - 3.382183700284131 - ], - "relative wind angle": [ - 0.10786265268350986, - 0.054040673789614455, - 0.039628730409503245, - 0.10365464045673728, - 0.10051676229780973, - 0.04432247436920845, - 0.0321397417338114, - 0.0940795284388685 - ], - "resistance": [ - 96216.4516341639, - 95739.99960843119, - 95709.91514050202, - 96108.95602621455, - 96837.39259364046, - 97487.2124726535, - 97558.13274604898, - 96962.08786916024 - ], - "fuel": [ - 41.839499815521236, - 41.59522918918701, - 41.57983363429791, - 41.78431445427255, - 42.159115790419136, - 42.49513292319183, - 42.531900381534356, - 42.223472982257306 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 24.53125, -49.6875 24.6875, -49.53125 24.6875, -49.53125 24.53125, -49.6875 24.53125))", @@ -383317,68 +266839,7 @@ "id": "6784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.821204042544379, - 9.821204042544379, - 9.821204042544379, - 9.821204042544379, - 9.821204042544379, - 9.821204042544379, - 9.821204042544379, - 9.821204042544379 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -331.60010416010164, - -789.7616158188862, - -837.5630128052376, - -499.33371752597577, - 155.47899775266342, - 764.9364417342385, - 876.924201099891, - 350.5037964488938 - ], - "relative wind speed": [ - 2.6477827649148633, - 2.4013743189139856, - 2.3641869113927987, - 2.565718101557561, - 2.8574798886450794, - 3.0674657723684033, - 3.0962178754393683, - 2.9313879831116108 - ], - "relative wind angle": [ - 0.13878561483912674, - 0.07678346462212672, - 0.04476217447310468, - 0.13047596348538687, - 0.12854203583410195, - 0.06008725696052454, - 0.03417440562101748, - 0.1141238323795985 - ], - "resistance": [ - 96302.89989583989, - 95844.7383841811, - 95796.93698719474, - 96135.166282474, - 96789.97899775265, - 97399.43644173423, - 97511.42420109987, - 96985.00379644887 - ], - "fuel": [ - 40.783780442408045, - 40.548724148027254, - 40.52424500138244, - 40.69763534762416, - 41.03452928551312, - 41.349522003853394, - 41.407552209435934, - 41.135175760868705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 24.53125, -49.53125 24.6875, -49.375 24.6875, -49.375 24.53125, -49.53125 24.53125))", @@ -383397,68 +266858,7 @@ "id": "6785", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.028341453795173, - 10.028341453795173, - 10.028341453795173, - 10.028341453795173, - 10.028341453795173, - 10.028341453795173, - 10.028341453795173, - 10.028341453795173 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -399.6088583200112, - -929.8921366330237, - -977.4480937028748, - -564.5225409332443, - 212.07422187322527, - 926.5029862101837, - 1037.4914017289693, - 404.15722548807935 - ], - "relative wind speed": [ - 2.688515209993937, - 2.403716393969671, - 2.367067772947098, - 2.6088324037985244, - 2.9465477049177684, - 3.1831438718798672, - 3.2104902382658285, - 3.0173251234521814 - ], - "relative wind angle": [ - 0.15768524914319318, - 0.08591330483136678, - 0.05515637980308899, - 0.1503654908698646, - 0.1437759081234281, - 0.06484214369301647, - 0.04065692419661274, - 0.12988417294639706 - ], - "resistance": [ - 96234.89114167995, - 95704.60786336695, - 95657.0519062971, - 96069.97745906672, - 96846.57422187319, - 97561.00298621015, - 97671.99140172894, - 97038.65722548804 - ], - "fuel": [ - 40.86955675956887, - 40.597704290068066, - 40.57337560896295, - 40.78490080110281, - 41.18443887490973, - 41.553975079863825, - 41.6115539614988, - 41.28360657777171 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 24.375, -49.6875 24.53125, -49.53125 24.53125, -49.53125 24.375, -49.6875 24.375))", @@ -383477,68 +266877,7 @@ "id": "6786", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.17697483124199, - 11.17697483124199, - 11.17697483124199, - 11.17697483124199, - 11.17697483124199, - 11.17697483124199, - 11.17697483124199, - 11.17697483124199 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -492.99562504685855, - -951.9547120692268, - -950.1683434910951, - -486.66953258347985, - 289.14368103590914, - 944.6273180381304, - 940.4296112188804, - 281.79744928018226 - ], - "relative wind speed": [ - 2.9772505384179477, - 2.752040810575686, - 2.7532517089370088, - 2.9799521406130394, - 3.2728473477285203, - 3.464364574776951, - 3.463402309475324, - 3.270387709385438 - ], - "relative wind angle": [ - 0.1196870148721016, - 0.05313991672321341, - 0.05405925842850903, - 0.11994085503626814, - 0.10883208834561019, - 0.04220624165732581, - 0.04296701128520294, - 0.10924450222738324 - ], - "resistance": [ - 96141.50437495316, - 95682.54528793078, - 95684.33165650892, - 96147.83046741654, - 96923.64368103593, - 97579.12731803814, - 97574.92961121889, - 96916.2974492802 - ], - "fuel": [ - 41.542310426929724, - 41.30712125623529, - 41.308035144184515, - 41.54555764851371, - 41.94491622541655, - 42.2840793272278, - 42.28190224560164, - 41.94112416671878 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 24.375, -49.53125 24.53125, -49.375 24.53125, -49.375 24.375, -49.53125 24.375))", @@ -383557,68 +266896,7 @@ "id": "6787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.674148297027697, - 9.674148297027697, - 9.674148297027697, - 9.674148297027697, - 9.674148297027697, - 9.674148297027697, - 9.674148297027697, - 9.674148297027697 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -581.0888381221212, - -919.9070461895235, - -841.3527689581892, - -308.4431134817687, - 444.64564041970334, - 1000.2498776557031, - 816.8299244303066, - 127.11351412385693 - ], - "relative wind speed": [ - 2.4876238052375013, - 2.273047574712285, - 2.335754170434473, - 2.624116116115199, - 2.935923173808951, - 3.1050236395214976, - 3.0581317064820306, - 2.814592632697885 - ], - "relative wind angle": [ - 0.14623783280145872, - 0.042411960261032514, - 0.09699178826149317, - 0.15930234761228743, - 0.12378281184782303, - 0.0310435593624369, - 0.0740323533165261, - 0.14843875654279612 - ], - "resistance": [ - 96053.41116187788, - 95714.59295381048, - 95793.14723104182, - 96326.05688651823, - 97079.14564041971, - 97634.7498776557, - 97451.3299244303, - 96761.61351412386 - ], - "fuel": [ - 40.57169872849163, - 40.39810992586868, - 40.43831808054998, - 40.71169515191092, - 41.09982365758973, - 41.38752498261168, - 41.29242000025712, - 40.9359159493135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 24.21875, -50 24.375, -49.84375 24.375, -49.84375 24.21875, -50 24.21875))", @@ -383637,68 +266915,7 @@ "id": "6788", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.962587883191794, - 8.962587883191794, - 8.962587883191794, - 8.962587883191794, - 8.962587883191794, - 8.962587883191794, - 8.962587883191794, - 8.962587883191794 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -497.49280819867363, - -726.0068472033452, - -640.4728611409303, - -197.57085710933825, - 390.7724787195111, - 795.3638526910122, - 594.9510933311717, - 41.99452894567503 - ], - "relative wind speed": [ - 2.297394139727584, - 2.1351744958155985, - 2.208155320198437, - 2.458307698920687, - 2.716090274437777, - 2.845381535852218, - 2.7891246465565964, - 2.5713594594255773 - ], - "relative wind angle": [ - 0.12724263805146077, - 0.026745068460198237, - 0.09560476405311508, - 0.14499670589171376, - 0.10754467372990108, - 0.02006845568595203, - 0.07564735039486407, - 0.1385797243288494 - ], - "resistance": [ - 96137.00719180134, - 95908.49315279667, - 95994.02713885908, - 96436.92914289067, - 97025.27247871953, - 97429.86385269102, - 97229.45109333118, - 96676.4945289457 - ], - "fuel": [ - 40.22833146735505, - 40.11113749447288, - 40.154981050776264, - 40.38244203274496, - 40.685726082388626, - 40.89503559659552, - 40.791278812326595, - 40.50577970710994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 24.21875, -49.84375 24.375, -49.6875 24.375, -49.6875 24.21875, -49.84375 24.21875))", @@ -383717,68 +266934,7 @@ "id": "6789", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.870304052014243, - 10.870304052014243, - 10.870304052014243, - 10.870304052014243, - 10.870304052014243, - 10.870304052014243, - 10.870304052014243, - 10.870304052014243 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -609.8753649549485, - -951.1807466382743, - -870.9550795944347, - -326.06756847491624, - 441.8731684088666, - 1002.5499042879069, - 814.0634187426817, - 112.24461917263852 - ], - "relative wind speed": [ - 2.8329856343051545, - 2.644476138736597, - 2.7004498522680684, - 2.9577154709011415, - 3.2415285600484487, - 3.3970665229638826, - 3.352742997185217, - 3.128135899058924 - ], - "relative wind angle": [ - 0.11565169233957108, - 0.032477318258588364, - 0.07616115757932748, - 0.12762335995412394, - 0.1010222162455678, - 0.025280500818941856, - 0.06132275796191363, - 0.12063553575378898 - ], - "resistance": [ - 96024.62463504507, - 95683.31925336174, - 95763.54492040558, - 96308.4324315251, - 97076.37316840889, - 97637.04990428792, - 97448.56341874269, - 96746.74461917265 - ], - "fuel": [ - 41.28141785763715, - 41.106592924807956, - 41.14764749705132, - 41.427121205530824, - 41.82287501566475, - 42.113202473936184, - 42.01547061019074, - 41.65273404348227 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 24.0625, -50 24.21875, -49.84375 24.21875, -49.84375 24.0625, -50 24.0625))", @@ -383797,68 +266953,7 @@ "id": "6790", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.45954244146767, - 11.45954244146767, - 11.45954244146767, - 11.45954244146767, - 11.45954244146767, - 11.45954244146767, - 11.45954244146767, - 11.45954244146767 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -663.584269015716, - -1017.8182439417951, - -925.9649768578474, - -337.52036857865687, - 481.75676705920523, - 1071.7056226754485, - 855.6384593850125, - 103.21454377229838 - ], - "relative wind speed": [ - 2.9891794257292306, - 2.8026717562945236, - 2.86327806221304, - 3.1247745451718214, - 3.4110521278304056, - 3.5658801556485655, - 3.517400886511062, - 3.287286768723639 - ], - "relative wind angle": [ - 0.10988119780945839, - 0.029204386213868054, - 0.07412868374595193, - 0.12246901175508922, - 0.09624616495609027, - 0.022952498813167285, - 0.0603244764970666, - 0.11638634958272372 - ], - "resistance": [ - 95970.91573098428, - 95616.6817560582, - 95708.53502314215, - 96296.97963142135, - 97116.25676705921, - 97706.20562267545, - 97490.13845938501, - 96737.7145437723 - ], - "fuel": [ - 41.645419162620755, - 41.46405120489243, - 41.511035280196374, - 41.81277673171046, - 42.2350297941793, - 42.540634511304866, - 42.42855731540318, - 42.03961982507926 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 24.0625, -49.84375 24.21875, -49.6875 24.21875, -49.6875 24.0625, -49.84375 24.0625))", @@ -383877,68 +266972,7 @@ "id": "6791", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.842087793772027, - 12.842087793772027, - 12.842087793772027, - 12.842087793772027, - 12.842087793772027, - 12.842087793772027, - 12.842087793772027, - 12.842087793772027 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -981.0605529318736, - -1313.553441390657, - -1111.4860194742241, - -263.304652333577, - 788.883211334436, - 1450.452697627753, - 974.8225932232181, - -44.38169298316916 - ], - "relative wind speed": [ - 3.2931233324534066, - 3.118080210171513, - 3.2370172386648144, - 3.559418501688959, - 3.874583769037719, - 4.016794302547286, - 3.9215787716972335, - 3.631473612168192 - ], - "relative wind angle": [ - 0.10447906613460047, - 0.011645995638919155, - 0.09035517480967861, - 0.12658897882706768, - 0.08875486240193069, - 0.009040249403279601, - 0.07455012232710652, - 0.12406412047897684 - ], - "resistance": [ - 95653.43944706813, - 95320.94655860934, - 95523.01398052578, - 96371.19534766642, - 97423.38321133444, - 98084.95269762776, - 97609.32259322322, - 96590.11830701683 - ], - "fuel": [ - 42.491327526745934, - 42.32147035455732, - 42.424649396099525, - 42.85940249765949, - 43.40244359785693, - 43.74599338073514, - 43.49883646338031, - 42.972050683486536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 24.21875, -49.6875 24.375, -49.53125 24.375, -49.53125 24.21875, -49.6875 24.21875))", @@ -383970,20 +267004,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -892.5338868694389, + -892.5338868694398, -1190.6517803183297, - -1008.9924609547934, - -243.00984085808614, + -1008.992460954797, + -243.00984085808523, 706.1666821435356, 1300.5913727038942, 872.0356644627736, -47.28118732498206 ], "relative wind speed": [ - 3.293476150842085, + 3.2934761508420847, 3.1364430662867524, - 3.2434603959309314, - 3.534871167086831, + 3.243460395930931, + 3.5348711670868314, 3.8217823124706882, 3.9516743403298236, 3.8643201032144012, @@ -383992,17 +267026,17 @@ "relative wind angle": [ 0.09466283776826859, 0.010399782533062334, - 0.0818484595410823, - 0.11557480473455774, + 0.08184845954108366, + 0.11557480473455871, 0.08154563277412127, 0.00825425007916771, - 0.06867559617942823, + 0.06867559617942824, 0.11348494938896493 ], "resistance": [ 95741.96611313055, 95443.84821968166, - 95625.5075390452, + 95625.50753904518, 96391.4901591419, 97340.66668214352, 97935.09137270389, @@ -384012,7 +267046,7 @@ "fuel": [ 42.4717296372136, 42.31931599014446, - 42.41215048893247, + 42.412150488932454, 42.80494589254074, 43.29471192542172, 43.603136528439336, @@ -384050,17 +267084,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -837.5622663439372, + -837.5622663439426, -1233.8333797008831, - -1098.8816916055548, + -1098.881691605559, -359.8076886523495, - 633.6662406324376, + 633.6662406324349, 1323.4245405698985, - 1006.2395208610178, + 1006.2395208610142, 78.81820988127038 ], "relative wind speed": [ - 3.197943308039867, + 3.1979433080398665, 2.998198586732335, 3.0810282651908483, 3.382675786623301, @@ -384070,23 +267104,23 @@ 3.53280037149689 ], "relative wind angle": [ - 0.11276141248600657, + 0.11276141248600854, 0.0252374298428808, - 0.08215694522418772, + 0.08215694522419044, 0.12842682204227782, - 0.09738567279130904, + 0.09738567279131016, 0.019579400681484393, - 0.0666089693106107, + 0.06660896931061235, 0.12294110078586762 ], "resistance": [ 95796.93773365604, 95400.6666202991, - 95535.61830839443, + 95535.61830839442, 96274.69231134764, 97268.16624063242, 97957.92454056989, - 97640.73952086101, + 97640.739520861, 96713.31820988125 ], "fuel": [ @@ -384117,68 +267151,7 @@ "id": "6794", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.836566911242409, - 12.836566911242409, - 12.836566911242409, - 12.836566911242409, - 12.836566911242409, - 12.836566911242409, - 12.836566911242409, - 12.836566911242409 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1188.5181280221605, - -1286.529121244981, - -810.8272006042371, - 171.07095534763175, - 1112.7798362500962, - 1343.2196104065697, - 574.5527077149163, - -463.3315729573369 - ], - "relative wind speed": [ - 3.1961016263938142, - 3.1383091059692343, - 3.357939318599808, - 3.695889465305288, - 3.950201117909371, - 3.996269564676563, - 3.813580733480161, - 3.487055425199751 - ], - "relative wind angle": [ - 0.071743031290267, - 0.03351835560758139, - 0.11275899359508489, - 0.11638332791047067, - 0.0580299568667932, - 0.02632039893211962, - 0.09923925012912248, - 0.12338790142206922 - ], - "resistance": [ - 95445.98187197787, - 95347.97087875505, - 95823.67279939579, - 96805.57095534766, - 97747.27983625012, - 97977.7196104066, - 97209.05270771495, - 96171.16842704269 - ], - "fuel": [ - 42.381020032549294, - 42.330983081561016, - 42.574174541381595, - 43.07880977382759, - 43.566160489191134, - 43.68591962342116, - 43.28721455401496, - 42.75235575499093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 24.0625, -49.53125 24.21875, -49.375 24.21875, -49.375 24.0625, -49.53125 24.0625))", @@ -384210,34 +267183,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1233.992303749923, + -1233.9923037499293, -1532.0142938882718, - -1250.003314579345, - -213.7315489307639, + -1250.0033145793486, + -213.73154893076753, 995.2484735786829, 1686.2643542811174, 1018.0237690947042, -186.76823364706343 ], "relative wind speed": [ - 4.054161317284365, + 4.054161317284364, 3.9143515675462197, 4.048618212702322, - 4.36089526902475, + 4.360895269024751, 4.654257178125796, 4.77244022197752, 4.659079784085636, 4.3681719653990205 ], "relative wind angle": [ - 0.07554131466255866, + 0.07554131466256013, 0.000934013329248112, - 0.07436424916906596, - 0.09854390972871087, + 0.07436424916906745, + 0.09854390972871313, 0.06578628515922098, - 0.0007660769324622487, - 0.06460597485119857, - 0.09837921876411541 + 0.0007660769324622486, + 0.06460597485119858, + 0.09837921876411543 ], "resistance": [ 95400.50769625006, @@ -384277,68 +267250,7 @@ "id": "6796", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.322017596294472, - 11.322017596294472, - 11.322017596294472, - 11.322017596294472, - 11.322017596294472, - 11.322017596294472, - 11.322017596294472, - 11.322017596294472 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -755.8158710310772, - -1090.6992056007675, - -959.182076382227, - -292.0156389253725, - 587.973645217814, - 1186.8595878931728, - 878.1231293901928, - 49.049326815897984 - ], - "relative wind speed": [ - 2.913180687995244, - 2.7250119293619535, - 2.8133729525099365, - 3.1093541399884006, - 3.4143585824612193, - 3.5663393326168604, - 3.497055744568644, - 3.236724128292682 - ], - "relative wind angle": [ - 0.11799747251687558, - 0.023581026792981394, - 0.08972234732698471, - 0.13573489357291274, - 0.1006133705425765, - 0.01801738271249137, - 0.07214718142932215, - 0.1303624187973258 - ], - "resistance": [ - 95878.68412896892, - 95543.80079439923, - 95675.31792361777, - 96342.48436107463, - 97222.47364521782, - 97821.35958789317, - 97512.6231293902, - 96683.5493268159 - ], - "fuel": [ - 41.50472190630972, - 41.333364360086854, - 41.40061102726539, - 41.742734553568084, - 42.196526886323674, - 42.50700784493267, - 42.3467826698245, - 41.91827274580185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 23.90625, -49.84375 24.0625, -49.6875 24.0625, -49.6875 23.90625, -49.84375 23.90625))", @@ -384370,17 +267282,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -945.5683246135522, + -945.5683246135545, -1173.120582690036, - -943.0366257413543, + -943.0366257413584, -132.6266721958591, 807.2679723785641, 1342.6515894644945, - 803.6555217129289, + 803.6555217129317, -136.87175135828602 ], "relative wind speed": [ - 2.9822895936985416, + 2.982289593698541, 2.836259099649991, 2.9834823635500984, 3.31097457249605, @@ -384390,17 +267302,17 @@ 3.309454542495502 ], "relative wind angle": [ - 0.1052949793254497, + 0.10529497932545076, 0.0002704077932410233, - 0.10561830095144466, - 0.13451636317716628, - 0.0869721704760114, - 0.000205928419616787, - 0.08729781102587116, - 0.1345785220698051 + 0.10561830095144782, + 0.1345163631771663, + 0.08697217047601141, + 0.00020592841961678698, + 0.08729781102586988, + 0.13457852206980514 ], "resistance": [ - 95688.93167538644, + 95688.93167538643, 95461.37941730994, 95691.46337425863, 96501.87332780413, @@ -384410,7 +267322,7 @@ 96497.6282486417 ], "fuel": [ - 41.74406340515218, + 41.74406340515216, 41.62774167693382, 41.74535866015394, 42.16120225391792, @@ -384437,68 +267349,7 @@ "id": "6798", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.373290247630175, - 10.373290247630175, - 10.373290247630175, - 10.373290247630175, - 10.373290247630175, - 10.373290247630175, - 10.373290247630175, - 10.373290247630175 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -595.3999727461078, - -935.2398379230826, - -856.737820098489, - -319.59556565427556, - 439.2593521140416, - 996.2117352156502, - 812.201188505468, - 118.62931744474872 - ], - "relative wind speed": [ - 2.6908256382876665, - 2.4929216221256514, - 2.550679307058085, - 2.8184781769510407, - 3.1122251816856488, - 3.272893212911613, - 3.22808352892706, - 2.9971101019540853 - ], - "relative wind angle": [ - 0.12655600947962498, - 0.03616299587901928, - 0.08327646737650869, - 0.13888248130088052, - 0.10934607035549061, - 0.027542378174167506, - 0.06577251917342822, - 0.13055600766766087 - ], - "resistance": [ - 96039.10002725388, - 95699.2601620769, - 95777.7621799015, - 96314.9044343457, - 97073.75935211402, - 97630.71173521563, - 97446.70118850545, - 96753.12931744473 - ], - "fuel": [ - 40.976366377635486, - 40.80227288644822, - 40.842449805563604, - 41.117971635186464, - 41.509048568320836, - 41.7974382203918, - 41.70202997688121, - 41.34355001721202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 23.75, -49.84375 23.90625, -49.6875 23.90625, -49.6875 23.75, -49.84375 23.75))", @@ -384530,9 +267381,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -575.1516385277191, + -575.1516385277209, -901.2582866157111, - -817.4191125646278, + -817.4191125646294, -286.37547989819495, 455.30157897404206, 997.6188428740079, @@ -384550,9 +267401,9 @@ 2.693192866709126 ], "relative wind angle": [ - 0.15844738559347857, + 0.15844738559348068, 0.04409453382181372, - 0.108362215236396, + 0.10836221523639804, 0.17291852580843958, 0.1318204025068966, 0.03140349773448982, @@ -384610,34 +267461,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1018.726786539833, + -1018.7267865398389, -1187.1098400419696, - -860.113803672953, + -860.1138036729567, -0.06789193375607283, 916.5623544758373, 1311.9752200178436, 690.2284966436573, - -266.02158357985627 + -266.0215835798572 ], "relative wind speed": [ - 2.936172086591579, + 2.9361720865915784, 2.82742035441784, - 3.0111341296263614, + 3.011134129626361, 3.3482304641155474, 3.6290081459343857, 3.7143641158025096, 3.567054513003266, - 3.2527156968456756 + 3.252715696845675 ], "relative wind angle": [ - 0.09534929447413985, - 0.017046262396524847, - 0.1157280642228255, - 0.13285475586691953, + 0.09534929447414336, + 0.017046262396524844, + 0.11572806422282743, + 0.13285475586691955, 0.07710511624251468, - 0.012975563533634882, + 0.01297556353363488, 0.09762910818545063, - 0.13678014122192134 + 0.13678014122192053 ], "resistance": [ 95615.7732134602, @@ -384690,17 +267541,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1053.8493363934067, + -1053.8493363934094, -1232.943506598312, - -902.2701360780093, - -14.02704408622867, + -902.2701360780125, + -14.027044086227761, 938.4539988231027, 1359.4862067184959, 722.2610779582892, -268.32382080625575 ], "relative wind speed": [ - 3.0610379761228073, + 3.061037976122807, 2.9498673663700608, 3.1298364645222336, 3.46575915824846, @@ -384710,19 +267561,19 @@ 3.3777419584552595 ], "relative wind angle": [ - 0.09229712567287499, - 0.015046266320653152, - 0.1104187607003581, - 0.12827919231936488, - 0.07533597612083408, + 0.09229712567287619, + 0.01504626632065315, + 0.11041876070036011, + 0.12827919231936485, + 0.07533597612083409, 0.011568757368397731, - 0.09357316547645007, + 0.09357316547645009, 0.1316410835829319 ], "resistance": [ 95580.65066360663, 95401.55649340173, - 95732.22986392204, + 95732.22986392202, 96620.47295591382, 97572.95399882314, 97993.98620671855, @@ -384732,7 +267583,7 @@ "fuel": [ 41.98066444691666, 41.88916987104852, - 42.0581955922755, + 42.058195592275496, 42.51424087398668, 43.0065294306106, 43.22521529407433, @@ -384770,9 +267621,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -704.9304711797618, + -704.9304711797631, -951.5894709204028, - -795.3186649875674, + -795.3186649875679, -165.79037702660435, 613.8003060076107, 1107.9589509923317, @@ -384780,7 +267631,7 @@ -14.829239823014177 ], "relative wind speed": [ - 2.327943729429532, + 2.3279437294295318, 2.1428539016405708, 2.2725554090090587, 2.6080464889628585, @@ -384790,12 +267641,12 @@ 2.6762413550847364 ], "relative wind angle": [ - 0.15060611429409215, + 0.15060611429409287, 0.01615895335676436, - 0.13253486727294, - 0.17704370820056342, - 0.11977291784666305, - 0.011310241187917177, + 0.13253486727294084, + 0.1770437082005634, + 0.11977291784666307, + 0.011310241187917175, 0.10141075074184028, 0.17248646249483018 ], @@ -384837,68 +267688,7 @@ "id": "6803", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.655582931871857, - 9.655582931871857, - 9.655582931871857, - 9.655582931871857, - 9.655582931871857, - 9.655582931871857, - 9.655582931871857, - 9.655582931871857 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -844.4888946279052, - -1055.6039326450386, - -832.8635888066055, - -86.94648968586989, - 777.3477472871573, - 1269.9006581031767, - 760.6585676605014, - -106.34549103591962 - ], - "relative wind speed": [ - 2.350504725105325, - 2.1799938805642536, - 2.3574722121866016, - 2.7329550417706217, - 3.0605267418951243, - 3.1842303750357086, - 3.055163034825745, - 2.7244546500645193 - ], - "relative wind angle": [ - 0.15031802388743395, - 0.0019835089782114005, - 0.1524942540691393, - 0.18477714116501906, - 0.11526604039621224, - 0.0013579532315800959, - 0.1174845275554479, - 0.18536033604021832 - ], - "resistance": [ - 95790.01110537212, - 95578.89606735499, - 95801.63641119342, - 96547.55351031416, - 97411.84774728719, - 97904.4006581032, - 97395.15856766053, - 96528.15450896411 - ], - "fuel": [ - 40.42621063084522, - 40.318205532664194, - 40.43216288035957, - 40.81512971265679, - 41.261462713608054, - 41.51706698928706, - 41.2528178813625, - 40.80514370573063 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 24.21875, -49.375 24.375, -49.21875 24.375, -49.21875 24.21875, -49.375 24.21875))", @@ -384917,68 +267707,7 @@ "id": "6804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.020870967284853, - 12.020870967284853, - 12.020870967284853, - 12.020870967284853, - 12.020870967284853, - 12.020870967284853, - 12.020870967284853, - 12.020870967284853 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -804.2759603644481, - -1295.8674548455965, - -1199.4044606417365, - -466.5385885437436, - 588.5548728136137, - 1378.5249518938854, - 1152.6808141708652, - 195.73677832140947 - ], - "relative wind speed": [ - 3.1198861959454023, - 2.8750059946535256, - 2.9364487895545475, - 3.255109521914631, - 3.6095593269384083, - 3.8074859081873194, - 3.760302769281, - 3.4881041284169583 - ], - "relative wind angle": [ - 0.13278803709487633, - 0.04092620768732783, - 0.08411658275915555, - 0.1438191559243909, - 0.11468826058768115, - 0.030899383933403295, - 0.06565700106331303, - 0.1341523081305701 - ], - "resistance": [ - 95830.22403963553, - 95338.6325451544, - 95435.09553935826, - 96167.96141145624, - 97223.0548728136, - 98013.02495189387, - 97787.18081417085, - 96830.2367783214 - ], - "fuel": [ - 41.96759807909581, - 41.7162859961138, - 41.7655290269064, - 42.140777768949135, - 42.68452626392458, - 43.09435369304158, - 42.976951301942236, - 42.481601173235404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 24.21875, -49.21875 24.375, -49.0625 24.375, -49.0625 24.21875, -49.21875 24.21875))", @@ -384997,68 +267726,7 @@ "id": "6805", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.335078366391297, - 10.335078366391297, - 10.335078366391297, - 10.335078366391297, - 10.335078366391297, - 10.335078366391297, - 10.335078366391297, - 10.335078366391297 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -521.3490793126975, - -1036.6133982308716, - -1037.849193924083, - -525.6234252633876, - 334.3424658916615, - 1069.845818952946, - 1072.7273926046623, - 339.3229812461491 - ], - "relative wind speed": [ - 2.7279144860707567, - 2.4479964536811574, - 2.4470699878085242, - 2.725906952632797, - 3.0781471339022444, - 3.305120358478607, - 3.305806360940106, - 3.0799250813702366 - ], - "relative wind angle": [ - 0.15836505941990084, - 0.07318048406538849, - 0.0724269214101356, - 0.1581892471962292, - 0.14021936286419184, - 0.05418057128952286, - 0.05359165291611963, - 0.13987889792003924 - ], - "resistance": [ - 96113.15092068732, - 95597.88660176915, - 95596.65080607594, - 96108.87657473663, - 96968.84246589168, - 97704.34581895296, - 97707.22739260468, - 96973.82298124616 - ], - "fuel": [ - 40.99100788630989, - 40.727073981355026, - 40.72644215712735, - 40.98881437390318, - 41.43150147973698, - 41.81230192241908, - 41.81379779068697, - 41.434073328806974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 24.0625, -49.375 24.21875, -49.21875 24.21875, -49.21875 24.0625, -49.375 24.0625))", @@ -385090,17 +267758,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -892.0974667261262, + -892.0974667261335, -1355.0068713398769, - -1229.4149217604572, + -1229.4149217604627, -444.15461470763057, 642.6701693396408, 1418.963900861213, - 1123.040014296891, + 1123.0400142968856, 122.93182709270604 ], "relative wind speed": [ - 3.560630965035549, + 3.560630965035548, 3.355598568332941, 3.4250809572023653, 3.7169234810071905, @@ -385110,13 +267778,13 @@ 3.8928983807810624 ], "relative wind angle": [ - 0.10246023823762916, - 0.026390533131356204, - 0.06982514869219221, - 0.11499596488100396, + 0.10246023823763133, + 0.0263905331313562, + 0.0698251486921954, + 0.11499596488100397, 0.09034931521642788, - 0.021042088845866114, - 0.05758558564335151, + 0.02104208884586611, + 0.05758558564335344, 0.10977619158509466 ], "resistance": [ @@ -385170,7 +267838,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -764.1132525280345, + -764.1132525280364, -1264.6062830147343, -1187.0610458572846, -491.1133071139693, @@ -385190,9 +267858,9 @@ 3.5591379308597544 ], "relative wind angle": [ - 0.12491608445276081, - 0.04153581641943538, - 0.07475842140107489, + 0.1249160844527617, + 0.04153581641943537, + 0.0747584214010749, 0.133734457878597, 0.10955509919916384, 0.032007781748467384, @@ -385237,68 +267905,7 @@ "id": "6808", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.610063563394801, - 10.610063563394801, - 10.610063563394801, - 10.610063563394801, - 10.610063563394801, - 10.610063563394801, - 10.610063563394801, - 10.610063563394801 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -526.3502844367281, - -1138.2142381471845, - -1168.7558454667014, - -631.3459049371045, - 321.4044356155264, - 1169.4800386609486, - 1240.566932800244, - 443.87073901814165 - ], - "relative wind speed": [ - 2.816860755166687, - 2.4975455215199145, - 2.4751009227241965, - 2.768619948854767, - 3.1549210137475603, - 3.4132825088058545, - 3.4295927658125827, - 3.197338689564744 - ], - "relative wind angle": [ - 0.17054370360591517, - 0.08697835670575105, - 0.06924308561791326, - 0.16660611477525888, - 0.1521183133801696, - 0.06360591807257741, - 0.04995285325985033, - 0.14409822300792696 - ], - "resistance": [ - 96108.14971556327, - 95496.28576185282, - 95465.7441545333, - 96003.1540950629, - 96955.90443561552, - 97803.98003866094, - 97875.06693280024, - 97078.37073901814 - ], - "fuel": [ - 41.15862297029303, - 40.845329177039645, - 40.829727406940854, - 41.104762860040346, - 41.59500254340122, - 42.034223081008264, - 42.07116073381882, - 41.658262826007274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 24.21875, -48.90625 24.375, -48.75 24.375, -48.75 24.21875, -48.90625 24.21875))", @@ -385317,68 +267924,7 @@ "id": "6809", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.971064631796288, - 10.971064631796288, - 10.971064631796288, - 10.971064631796288, - 10.971064631796288, - 10.971064631796288, - 10.971064631796288, - 10.971064631796288 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -482.8053487148809, - -1236.8312035835106, - -1328.7138408945425, - -797.2124134846745, - 251.56368053616507, - 1248.8788631230677, - 1462.4936721516192, - 618.5987975739085 - ], - "relative wind speed": [ - 2.952543877361764, - 2.5826538388355886, - 2.51701929907609, - 2.8123731226664437, - 3.2357702684998078, - 3.53802539942855, - 3.585015819537239, - 3.358315351058794 - ], - "relative wind angle": [ - 0.18207223543086995, - 0.10721111101051761, - 0.0571543625726936, - 0.17140402382131661, - 0.16598015897104987, - 0.07819074897572573, - 0.040116670152434974, - 0.14332825516311856 - ], - "resistance": [ - 96151.6946512851, - 95397.66879641647, - 95305.78615910544, - 95837.2875865153, - 96886.06368053616, - 97883.37886312306, - 98096.9936721516, - 97253.0987975739 - ], - "fuel": [ - 41.411949761151355, - 41.02594181529942, - 40.97904900683364, - 41.25073840496527, - 41.78992841175932, - 42.30645824699575, - 42.41757497155655, - 41.97959296646426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 24.0625, -49.0625 24.21875, -48.90625 24.21875, -48.90625 24.0625, -49.0625 24.0625))", @@ -385397,68 +267943,7 @@ "id": "6810", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.620170082729567, - 10.620170082729567, - 10.620170082729567, - 10.620170082729567, - 10.620170082729567, - 10.620170082729567, - 10.620170082729567, - 10.620170082729567 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -464.51630925782956, - -1131.8868918692278, - -1201.696364415397, - -704.242955536467, - 250.30735969086436, - 1142.5513838190886, - 1305.003767745226, - 529.9828432280224 - ], - "relative wind speed": [ - 2.849176424054999, - 2.509477584220933, - 2.4581609769908517, - 2.739045323464824, - 3.1339719606316137, - 3.412053457920708, - 3.4492073229389058, - 3.23066823759752 - ], - "relative wind angle": [ - 0.17502454711471024, - 0.09927194630127818, - 0.058777812617392726, - 0.16612253828515994, - 0.15897707860476476, - 0.07295680575563639, - 0.04187755226540273, - 0.14065950914246506 - ], - "resistance": [ - 96169.98369074217, - 95502.61310813077, - 95432.8036355846, - 95930.25704446353, - 96884.80735969087, - 97777.05138381908, - 97939.50376774522, - 97164.48284322802 - ], - "fuel": [ - 41.19671102028442, - 40.85491143557741, - 40.81925366024877, - 41.073742219724174, - 41.564652355523485, - 42.026585105349895, - 42.11100876347016, - 41.70912725563552 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 24.0625, -48.90625 24.21875, -48.75 24.21875, -48.75 24.0625, -48.90625 24.0625))", @@ -385477,68 +267962,7 @@ "id": "6811", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.922034805606836, - 9.922034805606836, - 9.922034805606836, - 9.922034805606836, - 9.922034805606836, - 9.922034805606836, - 9.922034805606836, - 9.922034805606836 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -221.15881631061893, - -976.7938118152997, - -1155.7425072558322, - -832.4025627943474, - 19.69835489427396, - 941.0857980447445, - 1357.370001559385, - 733.6489793974447 - ], - "relative wind speed": [ - 2.755221125706076, - 2.3688076419357165, - 2.2270941214722417, - 2.4533370607333485, - 2.8579180202215886, - 3.18554378675781, - 3.2861817715926978, - 3.1209095033782366 - ], - "relative wind angle": [ - 0.19343646761980085, - 0.1429805459097206, - 0.023480420533328727, - 0.16852212057347707, - 0.18640226407481225, - 0.10615940009146502, - 0.015912238520090438, - 0.13223358357754458 - ], - "resistance": [ - 96413.34118368941, - 95657.70618818473, - 95478.7574927442, - 95802.09743720568, - 96654.19835489431, - 97575.58579804478, - 97991.87000155941, - 97368.14897939748 - ], - "fuel": [ - 40.898968160997036, - 40.511403025561265, - 40.41993141108364, - 40.58529708035588, - 41.022950335498535, - 41.49923053236282, - 41.71545066212005, - 41.391727514692704 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 23.90625, -49.375 24.0625, -49.21875 24.0625, -49.21875 23.90625, -49.375 23.90625))", @@ -385570,19 +267994,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1186.2564616110367, + -1186.2564616110376, -1493.9388079331884, - -1225.623533548919, + -1225.6235335489228, -221.54216345830173, 963.0659920785183, 1653.462917159084, - 1019.1062802222896, + 1019.106280222295, -155.32841746595022 ], "relative wind speed": [ - 3.8011779953371736, + 3.801177995337173, 3.650460250519374, - 3.7866171658093304, + 3.78661716580933, 4.11018366843579, 4.415259248619662, 4.5406616636934105, @@ -385590,13 +268014,13 @@ 4.129147441843254 ], "relative wind angle": [ - 0.0846746074853077, + 0.08467460748530771, 0.0026127471934697406, - 0.08142650798495782, + 0.08142650798495918, 0.10850525382920012, 0.07287533709243155, 0.00210051455992356, - 0.06961528741741727, + 0.06961528741741567, 0.10800497469588918 ], "resistance": [ @@ -385650,9 +268074,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -975.0618943334598, + -975.0618943334612, -1231.2805741610732, - -1001.4003923622099, + -1001.4003923622113, -162.0525439245721, 826.5361646545598, 1404.636606847852, @@ -385662,7 +268086,7 @@ "relative wind speed": [ 3.0335003981688793, 2.8758974778765127, - 3.021272303514567, + 3.0212723035145665, 3.357354616668915, 3.6669116970699873, 3.791777914981698, @@ -385670,10 +268094,10 @@ 3.3729121005047493 ], "relative wind angle": [ - 0.10879055532876462, + 0.10879055532876565, 0.002730206880830689, - 0.10553602149652754, - 0.13682603543599955, + 0.1055360214965286, + 0.13682603543599953, 0.08994219638098146, 0.002070741250039869, 0.0866632617780149, @@ -385717,68 +268141,7 @@ "id": "6814", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.549927701893022, - 12.549927701893022, - 12.549927701893022, - 12.549927701893022, - 12.549927701893022, - 12.549927701893022, - 12.549927701893022, - 12.549927701893022 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1195.224268783536, - -1423.6443359481495, - -1066.2150079505582, - -47.369004541193135, - 1070.1579385929726, - 1605.9774299943938, - 885.9014577524613, - -263.47827996941214 - ], - "relative wind speed": [ - 3.121184705040966, - 2.9822559117156513, - 3.178775734662881, - 3.5587692929771384, - 3.8826250301565386, - 3.9903284031288413, - 3.83561675829301, - 3.4859334771539623 - ], - "relative wind angle": [ - 0.10605869911642471, - 0.012338850809432462, - 0.12060480535859552, - 0.14211816009497907, - 0.08520231662891645, - 0.009221596535651517, - 0.09987532457995581, - 0.1451084052187307 - ], - "resistance": [ - 95439.27573121645, - 95210.85566405184, - 95568.28499204943, - 96587.13099545879, - 97704.65793859295, - 98240.47742999438, - 97520.40145775245, - 96371.02172003058 - ], - "fuel": [ - 42.15826739441726, - 42.04171462041502, - 42.22418097197368, - 42.746906942694196, - 43.32470376549347, - 43.60338764152437, - 43.22911739156413, - 42.635707826567355 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 23.75, -49.21875 23.90625, -49.0625 23.90625, -49.0625 23.75, -49.21875 23.75))", @@ -385797,68 +268160,7 @@ "id": "6815", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.23261495443673, - 12.23261495443673, - 12.23261495443673, - 12.23261495443673, - 12.23261495443673, - 12.23261495443673, - 12.23261495443673, - 12.23261495443673 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1007.6728707126404, - -1274.2493744955837, - -1037.508681301064, - -170.16485194252255, - 852.7104757308962, - 1451.9745669330578, - 895.2887276529837, - -120.1445559161275 - ], - "relative wind speed": [ - 3.093688372792938, - 2.9332544999755408, - 3.0801041415191155, - 3.4209358538924377, - 3.7354117896499424, - 3.8626709702721556, - 3.7466208059539188, - 3.4382272859372187 - ], - "relative wind angle": [ - 0.10842287906019185, - 0.002974923798262868, - 0.10487336663233623, - 0.13626418454573885, - 0.08974099347259291, - 0.002259111178911396, - 0.08616522332101416, - 0.13557464798920194 - ], - "resistance": [ - 95626.82712928738, - 95360.25062550444, - 95596.99131869897, - 96464.33514805751, - 97487.21047573093, - 98086.47456693309, - 97529.78872765301, - 96514.3554440839 - ], - "fuel": [ - 42.017626022985894, - 41.88143657161375, - 42.00237026773061, - 42.44721516934502, - 42.975426597736664, - 43.28669435584047, - 42.99749835207009, - 42.47295504447489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 23.90625, -49.0625 24.0625, -48.90625 24.0625, -48.90625 23.90625, -49.0625 23.90625))", @@ -385890,18 +268192,18 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -356.09579526455127, - -1061.827798335365, - -1181.1522548591706, - -766.7824227629758, + -356.095795264554, + -1061.8277983353669, + -1181.1522548591752, + -766.7824227629762, 136.9452359874108, 1038.621792431361, 1316.5748055952113, 615.9159878575051 ], "relative wind speed": [ - 2.8625225234997833, - 2.51175805527508, + 2.8625225234997824, + 2.5117580552750804, 2.42331844215581, 2.672140824240257, 3.0610167831416315, @@ -385910,10 +268212,10 @@ 3.2285480265355986 ], "relative wind angle": [ - 0.17496122847710915, - 0.11216554111526963, - 0.04155990400529826, - 0.15916994615465324, + 0.17496122847711043, + 0.11216554111527162, + 0.04155990400530359, + 0.15916994615465327, 0.16350985453313405, 0.08390048274627201, 0.029450302745616202, @@ -385970,53 +268272,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -108.97476526937862, + -108.97476526938044, -884.6618361477776, - -1107.265570684598, - -873.9832099762816, - -91.15908616780052, + -1107.26557068469, + -873.9832099762821, + -91.15908616780098, 816.9109996871198, - 1336.0961775606743, - 801.5752945050126 + 1336.0961775605288, + 801.5752945050135 ], "relative wind speed": [ - 2.7749267531533555, + 2.774926753153355, 2.3886031094263784, 2.2117047876897975, - 2.3949036484074897, + 2.39490364840749, 2.782596090408235, 3.1205183340849083, 3.248295155898159, - 3.115685478761601 + 3.1156854787616006 ], "relative wind angle": [ - 0.18788157191567317, - 0.1528722245142244, - 0.0017647776153718235, - 0.1547992246240376, - 0.18735758206625822, + 0.18788157191567376, + 0.15287222451422441, + 0.0017647776154976439, + 0.15479922462403906, + 0.18735758206625824, 0.11682648369645979, - 0.0012016044808165526, - 0.11879256544755673 + 0.0012016044809089479, + 0.11879256544755486 ], "resistance": [ 96525.52523473062, 95749.83816385223, - 95527.2344293154, + 95527.23442931531, 95760.51679002371, 96543.3409138322, 97451.41099968713, - 97970.59617756067, + 97970.59617756052, 97436.07529450502 ], "fuel": [ 40.90218382228452, 40.504039113170386, - 40.39019450576669, + 40.39019450576664, 40.509505040028856, 40.911354557020246, 41.38035371105436, - 41.64988063255164, + 41.64988063255156, 41.372407669077774 ] }, @@ -386037,68 +268339,7 @@ "id": "6818", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.953838689851302, - 10.953838689851302, - 10.953838689851302, - 10.953838689851302, - 10.953838689851302, - 10.953838689851302, - 10.953838689851302, - 10.953838689851302 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -610.2453031227697, - -1213.292742209388, - -1213.0247657998166, - -609.3226366280446, - 400.49920467083393, - 1263.5562245938327, - 1262.9322306624044, - 399.4232984491691 - ], - "relative wind speed": [ - 2.8847755815597367, - 2.5737002988857727, - 2.573890739503925, - 2.885185753928685, - 3.2751499856953816, - 3.524855224867974, - 3.524716165290435, - 3.2747886573167952 - ], - "relative wind angle": [ - 0.16591651270921645, - 0.0766910603938322, - 0.07683691787818359, - 0.16594931745010175, - 0.14598889506984228, - 0.05597091527252758, - 0.05608363614479095, - 0.14605483864834287 - ], - "resistance": [ - 96024.25469687725, - 95421.20725779062, - 95421.4752342002, - 96025.17736337197, - 97034.99920467085, - 97898.05622459385, - 97897.43223066242, - 97033.92329844918 - ], - "fuel": [ - 41.33534430493808, - 41.02674321316772, - 41.02688004581533, - 41.33581750341182, - 41.85561342732875, - 42.30287094647507, - 42.30254657612184, - 41.85505759585976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 23.75, -48.90625 23.90625, -48.75 23.90625, -48.75 23.75, -48.90625 23.75))", @@ -386130,10 +268371,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -206.11088022597914, + -206.11088022598005, -851.7377462066381, - -997.3865268076772, - -698.1548427775347, + -997.3865268076777, + -698.1548427775344, 49.77282244545768, 846.9298020794859, 1184.7469156106235, @@ -386142,19 +268383,19 @@ "relative wind speed": [ 2.452267474902072, 2.075823682522813, - 1.9449624743416478, - 2.177921313539376, + 1.9449624743416476, + 2.1779213135393753, 2.5744523460156707, 2.8865856456106753, 2.976330227607647, 2.8103521847624533 ], "relative wind angle": [ - 0.21194257575275224, + 0.2119425757527533, 0.1550786573397084, 0.032099812734157546, - 0.18887127829193312, - 0.2017413174655319, + 0.18887127829193193, + 0.20174131746553187, 0.11130456883535118, 0.02097441556558674, 0.1460180727466228 @@ -386210,9 +268451,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -83.18978700676598, + -83.18978700676735, -727.5482926199631, - -913.3707340305307, + -913.370734030545, -711.3182965207254, -56.16706305924936, 702.6343542750274, @@ -386222,7 +268463,7 @@ "relative wind speed": [ 2.3687186713510955, 1.985666502838156, - 1.8085939118106866, + 1.8085939118106864, 1.9972019858803696, 2.3823944285163416, 2.7099372495575413, @@ -386230,19 +268471,19 @@ 2.7014469427750223 ], "relative wind angle": [ - 0.21756703658168697, + 0.21756703658168852, 0.18056247085851246, - 0.003871518922406012, - 0.18454957834144728, - 0.2162982188604591, + 0.0038715189224346885, + 0.1845495783414473, + 0.21629821886045908, 0.13196946763493864, - 0.0024731659822126956, - 0.1360855011583324 + 0.002473165982212696, + 0.13608550115833243 ], "resistance": [ 96551.31021299327, 95906.95170738007, - 95721.1292659695, + 95721.12926596949, 95923.1817034793, 96578.33293694077, 97337.13435427505, @@ -386252,7 +268493,7 @@ "fuel": [ 40.13623288415444, 39.80527724254246, - 39.71012207102603, + 39.71012207102602, 39.81359433167897, 40.15014605974674, 40.54193914567034, @@ -386277,68 +268518,7 @@ "id": "6821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.537875846904816, - 9.537875846904816, - 9.537875846904816, - 9.537875846904816, - 9.537875846904816, - 9.537875846904816, - 9.537875846904816, - 9.537875846904816 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -23.05160775902641, - -807.4699442981164, - -1080.3943015790212, - -892.016310468256, - -164.0434785425141, - 728.5577638652426, - 1288.470734214387, - 850.0791440754429 - ], - "relative wind speed": [ - 2.7309884918171163, - 2.337791545774017, - 2.1309238231334273, - 2.2861582458678815, - 2.668455537680536, - 3.0188878395069554, - 3.1682987168223042, - 3.058174876272731 - ], - "relative wind angle": [ - 0.19110196218228298, - 0.1673143007177284, - 0.014951912390074519, - 0.1511623315990441, - 0.19563760157272242, - 0.12932274713793404, - 0.010056102345535032, - 0.11281164044480992 - ], - "resistance": [ - 96611.448392241, - 95827.0300557019, - 95554.105698421, - 95742.48368953177, - 96470.45652145751, - 97363.05776386528, - 97922.97073421441, - 97484.57914407547 - ], - "fuel": [ - 40.78197629890008, - 40.37911195038316, - 40.23947939180013, - 40.33582701668561, - 40.70939641156272, - 41.170138464142106, - 41.46066693330184, - 41.23309453997254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 23.75, -48.75 23.90625, -48.59375 23.90625, -48.59375 23.75, -48.75 23.75))", @@ -386370,19 +268550,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 24.188408445436608, + 24.188408445435243, -558.1112000164778, - -776.3309286548383, + -776.3309286548398, -643.0102025084357, -116.96435269138215, 543.0506370832334, - 974.2934465212272, + 974.2934465212336, 666.2249464464164 ], "relative wind speed": [ - 2.111285944410438, + 2.1112859444104375, 1.723066263910356, - 1.5008163291561354, + 1.5008163291561352, 1.651582798991129, 2.028885242564527, 2.3674767827235814, @@ -386390,19 +268570,19 @@ 2.4178870785538806 ], "relative wind angle": [ - 0.24242908144892988, + 0.24242908144893083, 0.22738789192926662, - 0.028317891374158025, + 0.028317891374161942, 0.20013709339169447, 0.25248525005949096, 0.1648172239117739, - 0.01690217522602776, - 0.136217428636541 + 0.016902175226021193, + 0.13621742863654102 ], "resistance": [ 96658.68840844544, 96076.38879998353, - 95858.16907134517, + 95858.16907134515, 95991.48979749157, 96517.53564730861, 97177.55063708323, @@ -386412,7 +268592,7 @@ "fuel": [ 39.69370828210448, 39.394327456259575, - 39.28245798810726, + 39.282457988107254, 39.35078326445029, 39.62102080161706, 39.9615367196362, @@ -386437,68 +268617,7 @@ "id": "6823", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.119979129881584, - 8.119979129881584, - 8.119979129881584, - 8.119979129881584, - 8.119979129881584, - 8.119979129881584, - 8.119979129881584, - 8.119979129881584 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 128.46834021745644, - -555.465911672258, - -874.6149004104186, - -783.9852382932118, - -252.10585138920828, - 484.180475642333, - 1023.3716554534803, - 813.7906447104228 - ], - "relative wind speed": [ - 2.4075271401489147, - 2.0238800201850724, - 1.767480479426214, - 1.8572351666801454, - 2.209415994016587, - 2.565465967239789, - 2.7484029398938565, - 2.688565323888651 - ], - "relative wind angle": [ - 0.20537653268212347, - 0.2084666471146338, - 0.057389769812819805, - 0.14888267281058412, - 0.22409291901719589, - 0.16400365627982136, - 0.036895110512303785, - 0.10264735589686552 - ], - "resistance": [ - 96762.96834021749, - 96079.03408832777, - 95759.8850995896, - 95850.51476170681, - 96382.39414861082, - 97118.68047564237, - 97657.8716554535, - 97448.29064471045 - ], - "fuel": [ - 40.1360878490727, - 39.78431699825643, - 39.62076333869397, - 39.66716961219508, - 39.940130685895284, - 40.31973085367435, - 40.598996074102416, - 40.49031850495693 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 24.21875, -48.125 24.375, -47.96875 24.375, -47.96875 24.21875, -48.125 24.21875))", @@ -386517,68 +268636,7 @@ "id": "6824", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.6488670346469645, - 7.6488670346469645, - 7.6488670346469645, - 7.6488670346469645, - 7.6488670346469645, - 7.6488670346469645, - 7.6488670346469645, - 7.6488670346469645 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 248.15449103045557, - -468.4555579114533, - -859.5381268042081, - -818.6679786412924, - -334.45654828165607, - 406.01405602338536, - 1007.5182121921225, - 913.4894953349881 - ], - "relative wind speed": [ - 2.347448195307532, - 1.9378329747495255, - 1.6175110152482521, - 1.6616481089549404, - 2.0259841884155083, - 2.4207288826582047, - 2.6455213242219013, - 2.618024164015433 - ], - "relative wind angle": [ - 0.22147328193868185, - 0.2511559007058477, - 0.10245014276707652, - 0.14959732030314926, - 0.2573532528909401, - 0.2002836572546143, - 0.06257083870267341, - 0.09473663786904529 - ], - "resistance": [ - 96882.65449103044, - 96166.04444208853, - 95774.96187319577, - 95815.8320213587, - 96300.04345171833, - 97040.51405602337, - 97642.01821219211, - 97547.98949533497 - ], - "fuel": [ - 39.98659200127857, - 39.61773928473224, - 39.417247683230435, - 39.43817346090054, - 39.6865658541284, - 40.0681021316083, - 40.37953611641285, - 40.33076315504203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 24.21875, -47.96875 24.375, -47.8125 24.375, -47.8125 24.21875, -47.96875 24.21875))", @@ -386610,33 +268668,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 501.7644634542537, - -250.07974005851406, - -789.40283048265, - -880.0743735548035, + 501.76446345425234, + -250.0797400585143, + -789.4028304826502, + -880.0743735548031, -548.6330546728182, 150.3538215933297, - 850.7519605263872, + 850.7519605263881, 1059.6912118272828 ], "relative wind speed": [ - 2.4813118090139508, + 2.4813118090139503, 2.100620070257224, - 1.7179863009876897, - 1.621552917763501, + 1.7179863009876895, + 1.6215529177635009, 1.9066001006279931, 2.319359298965835, 2.615445527416962, 2.676303116644195 ], "relative wind angle": [ - 0.18363824042224977, - 0.25415201659215325, + 0.18363824042225038, + 0.2541520165921533, 0.17186299524319656, - 0.06952160007741784, - 0.23994769861538437, - 0.229728164258177, - 0.11257293765136196, + 0.06952160007741623, + 0.2399476986153844, + 0.22972816425817696, + 0.11257293765136098, 0.042101153243414825 ], "resistance": [ @@ -386646,7 +268704,7 @@ 95754.42562644518, 96085.86694532717, 96784.85382159332, - 97485.25196052637, + 97485.25196052638, 97694.19121182727 ], "fuel": [ @@ -386656,7 +268714,7 @@ 39.43979976797003, 39.60965370088076, 39.96920398052423, - 40.33130374519074, + 40.331303745190745, 40.43967701895411 ] }, @@ -386677,68 +268735,7 @@ "id": "6826", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.881927697701355, - 10.881927697701355, - 10.881927697701355, - 10.881927697701355, - 10.881927697701355, - 10.881927697701355, - 10.881927697701355, - 10.881927697701355 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 818.7258860445218, - -206.10577124180918, - -1041.720835572154, - -1254.0453236461553, - -940.8170080874552, - -37.52063477057982, - 963.3005937804692, - 1459.113267982896 - ], - "relative wind speed": [ - 3.390095703265608, - 3.034499226104091, - 2.65356496972196, - 2.502335474035579, - 2.7066149997609754, - 3.100052915839456, - 3.4317789243620473, - 3.5435618817249646 - ], - "relative wind angle": [ - 0.11579223417732028, - 0.17242864817753653, - 0.13024378120168428, - 0.01329179347819544, - 0.14521834510523943, - 0.16874707499383296, - 0.10059388074772058, - 0.00938604614253462 - ], - "resistance": [ - 97453.22588604453, - 96428.39422875819, - 95592.77916442785, - 95380.45467635384, - 95693.68299191254, - 96596.97936522942, - 97597.80059378047, - 98093.6132679829 - ], - "fuel": [ - 42.025389148580416, - 41.4963008028488, - 41.067791433957936, - 40.95932389359851, - 41.119397706610535, - 41.583067438097515, - 42.10034307455871, - 42.35798504368558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 24.0625, -47.96875 24.21875, -47.8125 24.21875, -47.8125 24.0625, -47.96875 24.0625))", @@ -386770,23 +268767,23 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 957.672099403424, + 957.6720994034231, -51.19728943613336, -946.843036826358, -1244.9793755132232, - -1018.6426174402322, + -1018.6426174402313, -170.97582137850668, 854.5453515471017, 1484.9792504497882 ], "relative wind speed": [ - 3.3072870546843434, + 3.307287054684343, 2.95661695985415, 2.541864512148758, 2.3307751397620726, 2.501682322047409, 2.907744530599268, - 3.276505288322591, + 3.2765052883225914, 3.4298759963582124 ], "relative wind angle": [ @@ -386794,10 +268791,10 @@ 0.1869659286694537, 0.16049071609440219, 0.010673522472977716, - 0.14885535429841482, - 0.1901464892948479, - 0.12429230566955952, - 0.007253127117942832 + 0.14885535429841407, + 0.19014648929484787, + 0.12429230566956041, + 0.007253127117942833 ], "resistance": [ 97592.17209940344, @@ -386837,68 +268834,7 @@ "id": "6828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.433383552189291, - 7.433383552189291, - 7.433383552189291, - 7.433383552189291, - 7.433383552189291, - 7.433383552189291, - 7.433383552189291, - 7.433383552189291 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 415.2547186175152, - -351.4225081330901, - -843.617302819269, - -876.8665240395843, - -458.8716580902201, - 288.1882095510123, - 975.3157771753508, - 1051.6129619886165 - ], - "relative wind speed": [ - 2.378383041422263, - 1.9559781144889485, - 1.5648417749916081, - 1.5271026990639511, - 1.8825893708265187, - 2.318404245707434, - 2.5984839522527574, - 2.620840700497761 - ], - "relative wind angle": [ - 0.22086200345528872, - 0.2846549289430767, - 0.16419047807317289, - 0.1231340784306533, - 0.28042560865712984, - 0.23920045499176018, - 0.09859368935084609, - 0.07162741660215617 - ], - "resistance": [ - 97049.75471861752, - 96283.0774918669, - 95790.88269718073, - 95757.63347596042, - 96175.62834190977, - 96922.68820955101, - 97609.81577717535, - 97686.11296198862 - ], - "fuel": [ - 39.98113298045881, - 39.58610444889168, - 39.333655106330305, - 39.31663390741434, - 39.530916290067736, - 39.915511067614304, - 40.2710855163286, - 40.310676117657025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 24.21875, -47.65625 24.375, -47.5 24.375, -47.5 24.21875, -47.65625 24.21875))", @@ -386917,68 +268853,7 @@ "id": "6829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.20795910544311, - 8.20795910544311, - 8.20795910544311, - 8.20795910544311, - 8.20795910544311, - 8.20795910544311, - 8.20795910544311, - 8.20795910544311 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 878.489156872688, - 10.564364451452548, - -761.3553570773538, - -1035.9810502882501, - -842.8715468689975, - -124.91740459869288, - 759.9757430157711, - 1324.6447136403303 - ], - "relative wind speed": [ - 2.7595262126145355, - 2.392685366720507, - 1.9336045259882422, - 1.679307833662937, - 1.8726666920532784, - 2.323127674819884, - 2.7171748185772433, - 2.881282814551668 - ], - "relative wind angle": [ - 0.14531339672288535, - 0.2539307261777398, - 0.23512001226544726, - 0.021419612777325108, - 0.21503156839952586, - 0.2617094422805693, - 0.1665484121833292, - 0.012483435185397672 - ], - "resistance": [ - 97512.98915687267, - 96645.06436445143, - 95873.14464292263, - 95598.51894971174, - 95791.628453131, - 96509.5825954013, - 97394.47574301576, - 97959.14471364031 - ], - "fuel": [ - 40.564918281722896, - 40.11638963121265, - 39.719829858649355, - 39.57928061383735, - 39.67808182739765, - 40.046627901773064, - 40.50350733861271, - 40.79657461897815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 24.0625, -47.8125 24.21875, -47.65625 24.21875, -47.65625 24.0625, -47.8125 24.0625))", @@ -386997,68 +268872,7 @@ "id": "6830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.075548433002353, - 9.075548433002353, - 9.075548433002353, - 9.075548433002353, - 9.075548433002353, - 9.075548433002353, - 9.075548433002353, - 9.075548433002353 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 849.8178225416623, - -82.30377891372063, - -877.0103409694027, - -1112.3773190538463, - -875.0878778906756, - -79.10433848631465, - 852.5952090747451, - 1399.1401168237007 - ], - "relative wind speed": [ - 2.9566566859002763, - 2.585389318743626, - 2.1514909668967737, - 1.944177552952007, - 2.1527564939728743, - 2.5868786889120936, - 2.9575777081900605, - 3.0977980765728956 - ], - "relative wind angle": [ - 0.13857431521458596, - 0.22499741457694164, - 0.19047242497322037, - 0.00039293167638783643, - 0.19087018652253313, - 0.22486564536846848, - 0.13816207462809765, - 0.00024660385037832784 - ], - "resistance": [ - 97484.31782254165, - 96552.19622108627, - 95757.48965903059, - 95522.12268094614, - 95759.41212210931, - 96555.39566151367, - 97487.09520907473, - 98033.64011682369 - ], - "fuel": [ - 40.98234509579266, - 40.50085141307585, - 40.09289363011659, - 39.972520497811544, - 40.09387767923161, - 40.50249857601408, - 40.98378460447786, - 41.267615297486124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 24.0625, -47.65625 24.21875, -47.5 24.21875, -47.5 24.0625, -47.65625 24.0625))", @@ -387077,68 +268891,7 @@ "id": "6831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.859964020261359, - 8.859964020261359, - 8.859964020261359, - 8.859964020261359, - 8.859964020261359, - 8.859964020261359, - 8.859964020261359, - 8.859964020261359 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1073.5010150383314, - 143.8223688459575, - -756.1726834629083, - -1155.2410895140529, - -1010.8992028667028, - -279.7981060579841, - 704.2846980389936, - 1406.4221730039835 - ], - "relative wind speed": [ - 2.985087462613783, - 2.635860024048544, - 2.1645255312928344, - 1.856980946604306, - 1.990446367906563, - 2.4341047299960676, - 2.8613725949879183, - 3.0698934292439204 - ], - "relative wind angle": [ - 0.11946420870419396, - 0.2323831666454238, - 0.2343891178520141, - 0.05598343166533327, - 0.17970113053836487, - 0.25204606883836667, - 0.17660450191505522, - 0.0338532010381191 - ], - "resistance": [ - 97708.00101503836, - 96778.32236884598, - 95878.32731653712, - 95479.25891048598, - 95623.60079713333, - 96354.70189394205, - 97338.78469803902, - 98040.92217300402 - ], - "fuel": [ - 40.986323218912815, - 40.50531343086148, - 40.042725463705395, - 39.838573034551395, - 39.91234596970351, - 40.28720151606622, - 40.794908055346355, - 41.15935656167625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 23.90625, -48.125 24.0625, -47.96875 24.0625, -47.96875 23.90625, -48.125 23.90625))", @@ -387157,68 +268910,7 @@ "id": "6832", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.514898938154602, - 12.514898938154602, - 12.514898938154602, - 12.514898938154602, - 12.514898938154602, - 12.514898938154602, - 12.514898938154602, - 12.514898938154602 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1025.9560141635538, - -129.10910325632722, - -1137.1357134889786, - -1441.1780994296964, - -1169.9136481424712, - -183.9933238257454, - 979.1209780616155, - 1662.4785229597564 - ], - "relative wind speed": [ - 3.865367722658369, - 3.5238915748318447, - 3.139484321307478, - 2.959253324031876, - 3.1247644362952096, - 3.5053400095473775, - 3.8534216755980637, - 3.9934997405672585 - ], - "relative wind angle": [ - 0.09301826983285767, - 0.14728018612566765, - 0.11886408941395037, - 0.003168996858670964, - 0.1151530803528902, - 0.14806537877292675, - 0.09676476794214743, - 0.0023482804606885037 - ], - "resistance": [ - 97660.45601416357, - 96505.39089674369, - 95497.36428651103, - 95193.32190057031, - 95464.58635185755, - 96450.50667617426, - 97613.62097806163, - 98296.97852295978 - ], - "fuel": [ - 43.27532987436746, - 42.678395279265764, - 42.16150658167746, - 42.006344103572374, - 42.14476241861599, - 42.650154811387466, - 43.251029083076666, - 43.60640473678927 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 23.90625, -47.96875 24.0625, -47.8125 24.0625, -47.8125 23.90625, -47.96875 23.90625))", @@ -387250,54 +268942,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 977.6300557092309, + 977.630055709229, -129.82172398486364, - -1073.1425277231824, + -1073.1425277231842, -1344.49386824974, -1060.63935093514, -108.96745697447705, 995.5947161564072, - 1628.187722788679 + 1628.1877227885007 ], "relative wind speed": [ 3.4138905458129227, 3.035262442907462, - 2.604920148981626, + 2.6049201489816256, 2.4072489474991707, 2.6116868643703195, 3.0434747968384346, 3.419056588263036, - 3.560998377011629 + 3.5609983770116296 ], "relative wind angle": [ - 0.1206447899415866, + 0.12064478994158752, 0.19122101960482973, - 0.15609087929222992, - 0.00173733623362252, + 0.15609087929223062, + 0.0017373362336225197, 0.15797592947490666, 0.19069868275128352, 0.11871929928206532, - 0.0011744458251741086 + 0.0011744458252686402 ], "resistance": [ 97612.13005570925, 96504.67827601515, - 95561.35747227684, + 95561.35747227682, 95290.00613175027, 95573.86064906488, 96525.53254302553, 97630.09471615643, - 98262.68772278869 + 98262.68772278851 ], "fuel": [ 42.01857555077787, 41.44634844363527, - 40.96252806626253, + 40.96252806626252, 40.823967747167785, 40.968919175061, 41.45708181110537, 42.027895616246624, - 42.35685053161654 + 42.356850531616445 ] }, { @@ -387317,68 +269009,7 @@ "id": "6834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.820179092109958, - 12.820179092109958, - 12.820179092109958, - 12.820179092109958, - 12.820179092109958, - 12.820179092109958, - 12.820179092109958, - 12.820179092109958 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 824.9432164214795, - -409.05666599188044, - -1339.3288446781607, - -1520.3805691546536, - -1042.5290999382414, - 88.04690484277762, - 1248.9445226646612, - 1672.8727126836502 - ], - "relative wind speed": [ - 3.8946250622717495, - 3.5171197582369045, - 3.1492785457370016, - 3.041057009382, - 3.2791436438984274, - 3.6811351536196355, - 4.0003664900050495, - 4.083241320162609 - ], - "relative wind angle": [ - 0.10990463200550185, - 0.1487476964834621, - 0.09858321991160918, - 0.027257694879561964, - 0.13064194117918052, - 0.1420741159534015, - 0.0775614875351743, - 0.020299469424619916 - ], - "resistance": [ - 97459.44321642145, - 96225.44333400809, - 95295.1711553218, - 95114.11943084531, - 95591.97090006173, - 96722.54690484275, - 97883.44452266463, - 98307.37271268362 - ], - "fuel": [ - 43.4041645113839, - 42.767540868810315, - 42.29135702012774, - 42.199055367977934, - 42.4429318320958, - 43.02331631565214, - 43.62421578973702, - 43.8448979077875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 23.75, -47.96875 23.90625, -47.8125 23.90625, -47.8125 23.75, -47.96875 23.75))", @@ -387397,68 +269028,7 @@ "id": "6835", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.919773036744598, - 10.919773036744598, - 10.919773036744598, - 10.919773036744598, - 10.919773036744598, - 10.919773036744598, - 10.919773036744598, - 10.919773036744598 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 673.8209801700564, - -437.29884110419107, - -1223.7542326376783, - -1341.503614275151, - -839.7727243420272, - 203.8694817793762, - 1224.629828516307, - 1498.3386195260878 - ], - "relative wind speed": [ - 3.363818785166807, - 2.957875726398495, - 2.5751357627626104, - 2.490519145481769, - 2.77744554100218, - 3.2063143544974744, - 3.5211015827458043, - 3.5814515128174973 - ], - "relative wind angle": [ - 0.14177154516956153, - 0.18564081651111955, - 0.11551186170656107, - 0.050701393358859044, - 0.1719741380590389, - 0.17110836120002756, - 0.08439127595627371, - 0.0352496298154577 - ], - "resistance": [ - 97308.32098017007, - 96197.20115889583, - 95410.74576736234, - 95292.99638572487, - 95794.72727565799, - 96838.36948177939, - 97859.12982851632, - 98132.8386195261 - ], - "fuel": [ - 41.97483141429227, - 41.401972697988995, - 40.999277400918494, - 40.93918329453727, - 41.19560311713282, - 41.73197847348938, - 42.260514405607125, - 42.402896321450555 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 23.90625, -47.8125 24.0625, -47.65625 24.0625, -47.65625 23.90625, -47.8125 23.90625))", @@ -387490,7 +269060,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1127.1675788960974, + 1127.1675788960938, 47.69925965961056, -959.4157542505432, -1353.5946572187395, @@ -387500,23 +269070,23 @@ 1596.9461319251768 ], "relative wind speed": [ - 3.405863195728987, + 3.4058631957289864, 3.047461800394363, 2.5979867906510106, 2.3396294617065188, 2.4914423910443513, 2.9189323169698893, - 3.3253050884869073, + 3.3253050884869078, 3.5118831526445926 ], "relative wind angle": [ - 0.10832421503307586, + 0.10832421503307689, 0.19359003086269583, 0.17835412690754002, 0.028018176489239908, 0.14833582815919905, - 0.20222992474594423, - 0.13905421395712042, + 0.20222992474594426, + 0.1390542139571212, 0.018664453711676483 ], "resistance": [ @@ -387557,68 +269127,7 @@ "id": "6837", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.388471700980901, - 9.388471700980901, - 9.388471700980901, - 9.388471700980901, - 9.388471700980901, - 9.388471700980901, - 9.388471700980901, - 9.388471700980901 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1297.5475031651113, - 344.1759397694959, - -683.014593729928, - -1240.9901609334324, - -1180.8579932368407, - -484.46119203944863, - 577.679769853652, - 1436.0905231337192 - ], - "relative wind speed": [ - 3.182079339349956, - 2.8632117337775407, - 2.3844885532376203, - 2.015105907393425, - 2.0675012138288547, - 2.4904234095149858, - 2.952017027488222, - 3.215515257791472 - ], - "relative wind angle": [ - 0.09136614069042902, - 0.21180117103580068, - 0.23745209728337993, - 0.09508567276198757, - 0.14089120319653237, - 0.24410597505940945, - 0.1911665674413369, - 0.05953389977118629 - ], - "resistance": [ - 97932.04750316511, - 96978.6759397695, - 95951.48540627008, - 95393.50983906657, - 95453.64200676316, - 96150.03880796055, - 97212.17976985365, - 98070.59052313372 - ], - "fuel": [ - 41.38285876683354, - 40.88883762666322, - 40.360349811862996, - 40.07491791725785, - 40.10562277564153, - 40.462199096015006, - 41.00952265274842, - 41.454930888798955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 23.75, -47.8125 23.90625, -47.65625 23.90625, -47.65625 23.75, -47.8125 23.75))", @@ -387637,68 +269146,7 @@ "id": "6838", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.430869444016519, - 10.430869444016519, - 10.430869444016519, - 10.430869444016519, - 10.430869444016519, - 10.430869444016519, - 10.430869444016519, - 10.430869444016519 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 905.3037643930511, - -150.0781663543853, - -1034.528301230755, - -1279.64048658893, - -989.3169399230651, - -74.6769899390697, - 970.2768741703421, - 1541.281583429225 - ], - "relative wind speed": [ - 3.3108681874682153, - 2.9365945852854707, - 2.517579248967142, - 2.3333338312205383, - 2.5428062941277165, - 2.9671744549177843, - 3.3300910992666006, - 3.461685317345625 - ], - "relative wind angle": [ - 0.12413903641942256, - 0.19332389975758568, - 0.1547023775935657, - 0.0066759486752457535, - 0.1619274681530504, - 0.19130669125893063, - 0.11675553541763557, - 0.004499875734872059 - ], - "resistance": [ - 97539.80376439309, - 96484.42183364565, - 95599.9716987693, - 95354.85951341111, - 95645.18306007698, - 96559.82301006098, - 97604.77687417039, - 98175.78158342927 - ], - "fuel": [ - 41.78565425995592, - 41.24051375422699, - 40.78685738132585, - 40.66164839477621, - 40.809976813875416, - 41.27932353790571, - 41.81935050435173, - 42.1161596440635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 23.75, -47.65625 23.90625, -47.5 23.90625, -47.5 23.75, -47.65625 23.75))", @@ -387730,9 +269178,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1641.4702032460573, + 1641.4702032460536, 615.5068074477576, - -638.1431351680126, + -638.1431351680117, -1439.6855350309738, -1489.445232730829, -806.0513228440377, @@ -387740,7 +269188,7 @@ 1526.2477549453733 ], "relative wind speed": [ - 3.685506116835482, + 3.6855061168354815, 3.407970988618339, 2.9411854021904595, 2.5353428611959954, @@ -387750,9 +269198,9 @@ 3.6610664350955378 ], "relative wind angle": [ - 0.05565405062969727, + 0.05565405062969927, 0.1666084931168198, - 0.20345144921396233, + 0.20345144921396177, 0.10877934416963722, 0.08210560556173849, 0.19846193648776908, @@ -387760,7 +269208,7 @@ 0.07525384225138484 ], "resistance": [ - 98275.97020324609, + 98275.97020324608, 97250.00680744779, 95996.35686483202, 95194.81446496905, @@ -387770,7 +269218,7 @@ 98160.7477549454 ], "fuel": [ - 42.600600939520675, + 42.60060093952067, 42.0677895164403, 41.4220511890357, 41.012252298257906, @@ -387810,14 +269258,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -736.3641429129043, + -736.3641429129075, -1184.7935996968367, - -1094.6766934072452, + -1094.6766934072466, -421.6967034250174, - 544.7247196312765, - 1267.3292522369184, - 1056.5247935623574, - 178.5938479385086 + 544.7247196312783, + 1267.3292522369175, + 1056.5247935623602, + 178.59384793850768 ], "relative wind speed": [ 2.9346306718769704, @@ -387827,17 +269275,17 @@ 3.41244977597836, 3.603539550330666, 3.55704272649869, - 3.292569627229086 + 3.2925696272290863 ], "relative wind angle": [ - 0.13704280196911509, - 0.04198483953909707, - 0.08745224238893817, + 0.13704280196911756, + 0.04198483953909706, + 0.08745224238893944, 0.14843130096280502, - 0.11775716469088819, - 0.031413422742211386, - 0.06776269893461127, - 0.13826401039442807 + 0.11775716469088725, + 0.03141342274221139, + 0.06776269893460964, + 0.1382640103944289 ], "resistance": [ 95898.13585708708, @@ -387890,9 +269338,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -658.7181373497674, + -658.7181373497692, -989.8871519321331, - -872.5623431613576, + -872.5623431613583, -260.23910922291134, 562.2732763193085, 1142.0149275858676, @@ -387900,7 +269348,7 @@ 96.39598667168002 ], "relative wind speed": [ - 2.268215174813775, + 2.2682151748137747, 2.0286977204696597, 2.1309418760925953, 2.484262929444278, @@ -387910,14 +269358,14 @@ 2.6505824275557575 ], "relative wind angle": [ - 0.1810064462484245, - 0.041781097392878025, - 0.1357973821894915, + 0.1810064462484257, + 0.04178109739287802, + 0.13579738218949236, 0.19966034469134783, 0.1443953231153243, - 0.028122144459469332, + 0.028122144459469336, 0.0982112451355706, - 0.18697875653158033 + 0.18697875653158036 ], "resistance": [ 95975.78186265021, @@ -387957,68 +269405,7 @@ "id": "6842", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.25031117654208, - 10.25031117654208, - 10.25031117654208, - 10.25031117654208, - 10.25031117654208, - 10.25031117654208, - 10.25031117654208, - 10.25031117654208 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -740.9558361147378, - -1159.1080724972994, - -1048.047802031805, - -360.24090166632595, - 597.0018644245479, - 1295.6905244854465, - 1037.298910672043, - 152.68141036082852 - ], - "relative wind speed": [ - 2.604027772095526, - 2.3473572453400755, - 2.432116211758228, - 2.7854921199794096, - 3.156161858484113, - 3.3514522639512756, - 3.2904603093332527, - 2.9972240430650645 - ], - "relative wind angle": [ - 0.16638656533943397, - 0.04581377456351799, - 0.11506969752757004, - 0.18136168976124611, - 0.13707547973916007, - 0.032082248324211575, - 0.08496743034620816, - 0.1684224616984593 - ], - "resistance": [ - 95893.54416388528, - 95475.39192750271, - 95586.4521979682, - 96274.25909833368, - 97231.50186442456, - 97930.19052448546, - 97671.79891067206, - 96787.18141036085 - ], - "fuel": [ - 40.826942043001466, - 40.613018020729044, - 40.669772293623154, - 41.02227924081035, - 41.51580417329384, - 41.87817914949548, - 41.743952630992425, - 41.286302194369654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 23.4375, -49.84375 23.59375, -49.6875 23.59375, -49.6875 23.4375, -49.84375 23.4375))", @@ -388037,68 +269424,7 @@ "id": "6843", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.110755200916394, - 9.110755200916394, - 9.110755200916394, - 9.110755200916394, - 9.110755200916394, - 9.110755200916394, - 9.110755200916394, - 9.110755200916394 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -781.8817380203823, - -1015.0766495290668, - -819.8951823909656, - -116.7775625184604, - 723.9322067095836, - 1232.7857493019828, - 778.6302839232321, - -53.419221542802916 - ], - "relative wind speed": [ - 2.209375737408972, - 2.0160602732658286, - 2.184929724210091, - 2.5678843075147535, - 2.908373755314916, - 3.045567274616559, - 2.926783413565008, - 2.5972965238639 - ], - "relative wind angle": [ - 0.17037507812469968, - 0.0074439177503770075, - 0.16244902603282216, - 0.20182935798562474, - 0.1291607307532376, - 0.004927590703339934, - 0.12103558118887858, - 0.19951280767105858 - ], - "resistance": [ - 95852.61826197959, - 95619.4233504709, - 95814.60481760901, - 96517.72243748151, - 97358.43220670955, - 97867.28574930195, - 97413.13028392321, - 96581.08077845717 - ], - "fuel": [ - 40.16019272348463, - 40.04084695738188, - 40.140724191008665, - 40.50169496592546, - 40.93571842404515, - 41.199696003862265, - 40.96404788745429, - 40.53431260604499 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 23.59375, -49.6875 23.75, -49.53125 23.75, -49.53125 23.59375, -49.6875 23.59375))", @@ -388117,68 +269443,7 @@ "id": "6844", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.37840103832898, - 8.37840103832898, - 8.37840103832898, - 8.37840103832898, - 8.37840103832898, - 8.37840103832898, - 8.37840103832898, - 8.37840103832898 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -571.1394629471065, - -940.9471833208893, - -861.2336176842816, - -305.1308209190597, - 490.06271685885486, - 1092.7964514751066, - 908.6390451688103, - 177.9594160424058 - ], - "relative wind speed": [ - 2.103028151876411, - 1.8209760645478725, - 1.897763816452346, - 2.2609986650751077, - 2.638727505079291, - 2.8407140697350077, - 2.790000492940981, - 2.5046946500871656 - ], - "relative wind angle": [ - 0.21529907429786344, - 0.06856327639377845, - 0.14428027643394792, - 0.2278115556443649, - 0.17110134708485783, - 0.04393065315390513, - 0.0979561690284422, - 0.20531168332795974 - ], - "resistance": [ - 96063.36053705291, - 95693.55281667912, - 95773.26638231573, - 96329.36917908095, - 97124.56271685887, - 97727.29645147512, - 97543.13904516882, - 96812.45941604242 - ], - "fuel": [ - 39.89835507480043, - 39.708896856843864, - 39.74969232652843, - 40.03495009390616, - 40.44485074782874, - 40.75711124076619, - 40.66156071636185, - 40.28368946109494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 23.59375, -49.53125 23.75, -49.375 23.75, -49.375 23.59375, -49.53125 23.59375))", @@ -388197,68 +269462,7 @@ "id": "6845", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.538707875953182, - 9.538707875953182, - 9.538707875953182, - 9.538707875953182, - 9.538707875953182, - 9.538707875953182, - 9.538707875953182, - 9.538707875953182 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -748.0569472309885, - -1140.7339263611686, - -1010.2886232351955, - -307.5732413576425, - 645.0577483733514, - 1324.855363806737, - 1022.5095261027586, - 129.48826186532187 - ], - "relative wind speed": [ - 2.379741580221025, - 2.1097320012280507, - 2.2185552688155754, - 2.607740192313278, - 2.9976054088831177, - 3.193405558176485, - 3.118785131298537, - 2.801517314847811 - ], - "relative wind angle": [ - 0.1916741972252801, - 0.04689479820824989, - 0.14177480649268442, - 0.20945945597861648, - 0.15181898826283635, - 0.030974773843700582, - 0.10068435778185726, - 0.19477814899082735 - ], - "resistance": [ - 95886.44305276904, - 95493.76607363886, - 95624.21137676484, - 96326.92675864238, - 97279.55774837338, - 97959.35536380677, - 97657.00952610279, - 96763.98826186535 - ], - "fuel": [ - 40.41000905821332, - 40.20910977947359, - 40.27578385936706, - 40.636049757175755, - 41.12737552124308, - 41.48005032156264, - 41.32298284532142, - 40.86104788997978 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 23.4375, -49.6875 23.59375, -49.53125 23.59375, -49.53125 23.4375, -49.6875 23.4375))", @@ -388277,68 +269481,7 @@ "id": "6846", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.460796168450722, - 8.460796168450722, - 8.460796168450722, - 8.460796168450722, - 8.460796168450722, - 8.460796168450722, - 8.460796168450722, - 8.460796168450722 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -695.3169463097527, - -1014.173281421864, - -868.2393240388803, - -209.9938209629545, - 647.7060499382778, - 1235.1718711586932, - 897.9042165624469, - 77.68909118281226 - ], - "relative wind speed": [ - 2.0573959487738116, - 1.7946172524406412, - 1.9345383401781107, - 2.3436263707708886, - 2.7287134760763054, - 2.9082820086425123, - 2.8171469139773744, - 2.4872013908766206 - ], - "relative wind angle": [ - 0.21857089080649908, - 0.04112273030506546, - 0.17760277348162157, - 0.24001618654597384, - 0.16422630953819717, - 0.025371225513799358, - 0.12161949673669077, - 0.22591266665193763 - ], - "resistance": [ - 95939.18305369031, - 95620.3267185782, - 95766.2606759612, - 96424.50617903713, - 97282.20604993835, - 97869.67187115876, - 97532.40421656251, - 96712.18909118288 - ], - "fuel": [ - 39.8745289232442, - 39.71129099608501, - 39.7859546722686, - 40.12371536217985, - 40.566239711285235, - 40.87091821862502, - 40.695843460578146, - 40.27183828564506 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 23.4375, -49.53125 23.59375, -49.375 23.59375, -49.375 23.4375, -49.53125 23.4375))", @@ -388357,68 +269500,7 @@ "id": "6847", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.464149448912805, - 9.464149448912805, - 9.464149448912805, - 9.464149448912805, - 9.464149448912805, - 9.464149448912805, - 9.464149448912805, - 9.464149448912805 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -471.69808888158195, - -1056.762677525844, - -1090.5997519563296, - -585.7226137167022, - 314.06494917558575, - 1124.7872546622061, - 1203.1114838708586, - 447.55852218128484 - ], - "relative wind speed": [ - 2.5027764544749775, - 2.153862617908811, - 2.1253566772790977, - 2.443234854624925, - 2.8539760369935445, - 3.1256911274120984, - 3.145143588956292, - 2.9051114687656363 - ], - "relative wind angle": [ - 0.20566757548241665, - 0.10928306346180487, - 0.08427495336531156, - 0.20105368829779402, - 0.18006149759153625, - 0.0752262991168712, - 0.05691282495574846, - 0.16875157037301372 - ], - "resistance": [ - 96162.80191111844, - 95577.73732247419, - 95543.9002480437, - 96048.77738628333, - 96948.56494917562, - 97759.28725466224, - 97837.61148387089, - 97082.05852218131 - ], - "fuel": [ - 40.51036996191006, - 40.21065014288189, - 40.19335487960065, - 40.45185697804357, - 40.91490864322311, - 41.33470532807204, - 41.37539162110407, - 40.98386418321266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 23.28125, -49.6875 23.4375, -49.53125 23.4375, -49.53125 23.28125, -49.6875 23.28125))", @@ -388437,68 +269519,7 @@ "id": "6848", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.349209071386236, - 8.349209071386236, - 8.349209071386236, - 8.349209071386236, - 8.349209071386236, - 8.349209071386236, - 8.349209071386236, - 8.349209071386236 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -513.3635064842304, - -923.7154625603973, - -878.958437447277, - -364.1782992557055, - 419.91242085979684, - 1050.4901435816887, - 947.1556722708324, - 244.84658651528525 - ], - "relative wind speed": [ - 2.129335721393629, - 1.8273811556140864, - 1.8706988466325252, - 2.2182896578268436, - 2.6020436479002376, - 2.8223004574437893, - 2.7937765811153614, - 2.5266366485823326 - ], - "relative wind angle": [ - 0.21973245397950067, - 0.08641268404900422, - 0.1292359093057906, - 0.22673423804925036, - 0.17933027107012914, - 0.0559099432001911, - 0.08640249973703079, - 0.19866698683259337 - ], - "resistance": [ - 96121.1364935158, - 95710.78453743963, - 95755.54156255275, - 96270.32170074433, - 97054.41242085982, - 97684.99014358172, - 97581.65567227086, - 96879.34658651531 - ], - "fuel": [ - 39.91398978078705, - 39.70370285737975, - 39.726608376327064, - 39.990595797022834, - 40.39458477402705, - 40.721138570141264, - 40.667523953462855, - 40.30418680856332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 23.28125, -49.53125 23.4375, -49.375 23.4375, -49.375 23.28125, -49.53125 23.28125))", @@ -388517,68 +269538,7 @@ "id": "6849", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.072601832162114, - 9.072601832162114, - 9.072601832162114, - 9.072601832162114, - 9.072601832162114, - 9.072601832162114, - 9.072601832162114, - 9.072601832162114 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -420.1766738258366, - -952.7302545712594, - -987.3918643423688, - -537.2526588551591, - 273.0503424585431, - 1007.1114306887189, - 1087.3941004404696, - 410.0527686991868 - ], - "relative wind speed": [ - 2.4044282000143515, - 2.0751216562718895, - 2.0447439947951254, - 2.340754492279558, - 2.7276638151789947, - 2.9858491203228086, - 3.006733585373063, - 2.7824976665819774 - ], - "relative wind angle": [ - 0.2018554985564189, - 0.10840098032865589, - 0.08056658293912793, - 0.19659747814651946, - 0.1776623288461106, - 0.07526067258404348, - 0.054757808340355874, - 0.1650714159904046 - ], - "resistance": [ - 96214.3233261742, - 95681.76974542877, - 95647.10813565766, - 96097.24734114487, - 96907.55034245858, - 97641.61143068875, - 97721.89410044049, - 97044.55276869921 - ], - "fuel": [ - 40.325567135153555, - 40.05259379118735, - 40.034863715579945, - 40.265466479342905, - 40.682478541720954, - 41.06236287665283, - 41.10403163950167, - 40.753226550448815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 23.125, -49.6875 23.28125, -49.53125 23.28125, -49.53125 23.125, -49.6875 23.125))", @@ -388597,68 +269557,7 @@ "id": "6850", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.372145228117825, - 9.372145228117825, - 9.372145228117825, - 9.372145228117825, - 9.372145228117825, - 9.372145228117825, - 9.372145228117825, - 9.372145228117825 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -232.23362510205516, - -876.0838741446091, - -1014.2847595709009, - -704.643511324, - 53.845208693031964, - 851.6710506937998, - 1173.123321942036, - 605.5209188172116 - ], - "relative wind speed": [ - 2.584280290201839, - 2.2315661344286477, - 2.1158181110160266, - 2.337449382854869, - 2.7134251369780413, - 3.0101981961294815, - 3.0926516637679344, - 2.9287388027786623 - ], - "relative wind angle": [ - 0.19020240060757507, - 0.13439964564304818, - 0.031057001808810363, - 0.16847174284291544, - 0.1810469333741081, - 0.09949961005769085, - 0.021245634483089876, - 0.1342261577194713 - ], - "resistance": [ - 96402.26637489792, - 95758.41612585538, - 95620.21524042908, - 95929.85648867599, - 96688.34520869302, - 97486.17105069378, - 97807.62332194202, - 97240.0209188172 - ], - "fuel": [ - 40.58286318440432, - 40.25252506368075, - 40.18181987754431, - 40.34033472035205, - 40.730135667512144, - 41.1424628192818, - 41.30926309317033, - 41.0149964625316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 23.125, -49.53125 23.28125, -49.375 23.28125, -49.375 23.125, -49.53125 23.125))", @@ -388677,68 +269576,7 @@ "id": "6851", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.31619689908564, - 9.31619689908564, - 9.31619689908564, - 9.31619689908564, - 9.31619689908564, - 9.31619689908564, - 9.31619689908564, - 9.31619689908564 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -186.05002740493865, - -868.131280367553, - -1033.9107744429882, - -751.5042619207989, - 8.443981389311375, - 836.7342569118996, - 1222.281904101519, - 669.103111954923 - ], - "relative wind speed": [ - 2.5927499976062283, - 2.222094671047059, - 2.082041405387795, - 2.295004258055874, - 2.681064972446963, - 2.995456093731535, - 3.0944410679183956, - 2.939968944066337 - ], - "relative wind angle": [ - 0.19653002550909993, - 0.14732058120481858, - 0.021612608674142064, - 0.1706789016973652, - 0.18997584937979956, - 0.10910708480962568, - 0.01454105208288779, - 0.13298134367427927 - ], - "resistance": [ - 96448.44997259509, - 95766.36871963248, - 95600.58922555704, - 95882.99573807923, - 96642.94398138934, - 97471.23425691194, - 97856.78190410155, - 97303.60311195496 - ], - "fuel": [ - 40.57615174326513, - 40.22612986727395, - 40.14131874355188, - 40.28585635689117, - 40.676276929865836, - 41.104255527487595, - 41.304339178805044, - 41.01743426252853 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 23.59375, -49.0625 23.75, -48.90625 23.75, -48.90625 23.59375, -49.0625 23.59375))", @@ -388757,68 +269595,7 @@ "id": "6852", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.534240378346706, - 11.534240378346706, - 11.534240378346706, - 11.534240378346706, - 11.534240378346706, - 11.534240378346706, - 11.534240378346706, - 11.534240378346706 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -881.2210906605328, - -1341.9318655083284, - -1203.2354715933257, - -400.66959725800643, - 697.7842603083345, - 1482.2578321855735, - 1158.5338995401771, - 137.94855141112203 - ], - "relative wind speed": [ - 2.943989530820981, - 2.692721490015356, - 2.7857525346267855, - 3.146032762880692, - 3.522808084994791, - 3.7184004811878033, - 3.649223749937601, - 3.343610177064528 - ], - "relative wind angle": [ - 0.1478067259900352, - 0.03716377334388949, - 0.10503673456157368, - 0.16382485971135471, - 0.12338475118669384, - 0.026909617000796797, - 0.08012151268631966, - 0.15406445246038517 - ], - "resistance": [ - 95753.27890933945, - 95292.56813449165, - 95431.26452840665, - 96233.83040274198, - 97332.28426030833, - 98116.75783218555, - 97793.03389954017, - 96772.4485514111 - ], - "fuel": [ - 41.585203095233545, - 41.349783335668526, - 41.42057306028957, - 41.83160287488866, - 42.39805524834574, - 42.805341977642684, - 42.63699193514937, - 42.108797291618345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 23.59375, -48.90625 23.75, -48.75 23.75, -48.75 23.59375, -48.90625 23.59375))", @@ -388837,68 +269614,7 @@ "id": "6853", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.63753520407604, - 9.63753520407604, - 9.63753520407604, - 9.63753520407604, - 9.63753520407604, - 9.63753520407604, - 9.63753520407604, - 9.63753520407604 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -489.3123230615397, - -1033.0067064273285, - -1049.4640148654225, - -545.2684447556553, - 325.35502307862953, - 1090.431272982264, - 1128.6149848349705, - 390.7506547811172 - ], - "relative wind speed": [ - 2.5405502267747613, - 2.2214513450972757, - 2.2079762610389784, - 2.512030753948284, - 2.8982027078654973, - 3.149464765957812, - 3.1589262766535917, - 2.922956702016334 - ], - "relative wind angle": [ - 0.18871685743894792, - 0.09402461970635827, - 0.08236325272118525, - 0.1863677793642757, - 0.16519845436088137, - 0.06627038219927689, - 0.057535634182930145, - 0.15992236409258617 - ], - "resistance": [ - 96145.18767693845, - 95601.49329357267, - 95585.03598513457, - 96089.23155524435, - 96959.85502307863, - 97724.93127298227, - 97763.11498483497, - 97025.25065478112 - ], - "fuel": [ - 40.59810369567719, - 40.319570999988606, - 40.31115713090783, - 40.569386796574776, - 41.01751375438553, - 41.41364181544145, - 41.433468987937346, - 41.051288052933 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 23.4375, -49.0625 23.59375, -48.90625 23.59375, -48.90625 23.4375, -49.0625 23.4375))", @@ -388917,68 +269633,7 @@ "id": "6854", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.513094314866331, - 10.513094314866331, - 10.513094314866331, - 10.513094314866331, - 10.513094314866331, - 10.513094314866331, - 10.513094314866331, - 10.513094314866331 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -571.9504777499305, - -1160.4230278411333, - -1166.4444351568286, - -592.584695238249, - 377.6274825784967, - 1214.9090854262736, - 1228.9106081550221, - 401.70829141350987 - ], - "relative wind speed": [ - 2.768638821680393, - 2.452093078452013, - 2.447612096068434, - 2.7590497779091403, - 3.150798338112246, - 3.402959098633778, - 3.4061835123120088, - 3.159198540039263 - ], - "relative wind angle": [ - 0.1743856468706283, - 0.08277235950559371, - 0.07920421171128084, - 0.17361454671042925, - 0.1530558686213453, - 0.059611050194923014, - 0.05688567366611163, - 0.15144192299739764 - ], - "resistance": [ - 96062.54952225009, - 95474.07697215889, - 95468.05556484319, - 96041.91530476176, - 97012.12748257851, - 97849.40908542629, - 97863.41060815504, - 97036.20829141352 - ], - "fuel": [ - 41.0746456880009, - 40.77340327875258, - 40.770327546568424, - 41.06406111640801, - 41.56345728104496, - 41.99724592999058, - 42.00452217876773, - 41.57589691446509 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 23.4375, -48.90625 23.59375, -48.75 23.59375, -48.75 23.4375, -48.90625 23.4375))", @@ -389010,14 +269665,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -572.1265089538279, + -572.1265089538288, -1196.7335119873965, -1218.7643137485488, -648.4384670792028, - 346.02742663929985, + 346.02742663929894, 1218.7023192822098, 1270.0967692033046, - 434.9262220206765 + 434.9262220206774 ], "relative wind speed": [ 2.9805904704595, @@ -389027,20 +269682,20 @@ 3.326519477418696, 3.578252807965981, 3.5895438609793815, - 3.355759064430653 + 3.3557590644306527 ], "relative wind angle": [ - 0.15717009857560926, + 0.15717009857560998, 0.07722134486994946, 0.06584766287041043, 0.1544858719915055, - 0.14071057796132524, - 0.05766329954435659, + 0.14071057796132602, + 0.057663299544356596, 0.04874273992280315, - 0.13557311490721372 + 0.1355731149072129 ], "resistance": [ - 96062.37349104616, + 96062.37349104615, 95437.7664880126, 95415.73568625144, 95986.06153292078, @@ -389050,7 +269705,7 @@ 97069.42622202066 ], "fuel": [ - 41.53538938395454, + 41.535389383954524, 41.21569194578255, 41.20444225487633, 41.496252196566836, @@ -389077,68 +269732,7 @@ "id": "6856", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.175637708656078, - 10.175637708656078, - 10.175637708656078, - 10.175637708656078, - 10.175637708656078, - 10.175637708656078, - 10.175637708656078, - 10.175637708656078 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -207.33222562055107, - -923.4422434242747, - -1095.4814805203955, - -802.2470200967546, - -4.829464905902114, - 862.1780316814402, - 1263.7603187001123, - 688.5459656059056 - ], - "relative wind speed": [ - 2.825696565840435, - 2.4735745619894853, - 2.3424591622153326, - 2.541670905393096, - 2.909904315424263, - 3.214581324745993, - 3.3113425193538375, - 3.1610145864588186 - ], - "relative wind angle": [ - 0.17231312751200076, - 0.12662745815651294, - 0.018237426583306227, - 0.14720565549134013, - 0.16727891319782012, - 0.09733144366950199, - 0.012900883431251281, - 0.11821147260038223 - ], - "resistance": [ - 96427.16777437946, - 95711.05775657574, - 95539.01851947962, - 95832.25297990326, - 96629.67053509412, - 97496.67803168145, - 97898.26031870012, - 97323.04596560592 - ], - "fuel": [ - 41.05594890137121, - 40.688566620064194, - 40.60059048654206, - 40.75060864395941, - 41.16018396068289, - 41.608187425555386, - 41.816642408221256, - 41.51824360068588 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 23.28125, -48.90625 23.4375, -48.75 23.4375, -48.75 23.28125, -48.90625 23.28125))", @@ -389157,68 +269751,7 @@ "id": "6857", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.798487513394694, - 10.798487513394694, - 10.798487513394694, - 10.798487513394694, - 10.798487513394694, - 10.798487513394694, - 10.798487513394694, - 10.798487513394694 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -428.323485151599, - -1092.6835087874683, - -1175.3922783316953, - -714.3587546488711, - 204.5983026398535, - 1079.1808887114385, - 1272.0699172683644, - 537.9095970722292 - ], - "relative wind speed": [ - 2.9131608203088906, - 2.586238516467121, - 2.5268784384607734, - 2.7845566764165723, - 3.1611425009184426, - 3.4337586129542674, - 3.4776735374870533, - 3.274991907153293 - ], - "relative wind angle": [ - 0.16407127591441328, - 0.0959176932813432, - 0.04970382240770064, - 0.15331056330931148, - 0.1510972212016228, - 0.07219526854321472, - 0.03610778674283654, - 0.13020965719843347 - ], - "resistance": [ - 96206.17651484843, - 95541.81649121256, - 95459.10772166833, - 95920.14124535116, - 96839.09830263988, - 97713.68088871147, - 97906.5699172684, - 97172.40959707226 - ], - "fuel": [ - 41.32843241511241, - 40.98808152003306, - 40.94582487030323, - 41.18169553219708, - 41.65420517210044, - 42.10681674654236, - 42.20702323451158, - 41.82636385595529 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 23.125, -49.0625 23.28125, -48.90625 23.28125, -48.90625 23.125, -49.0625 23.125))", @@ -389237,68 +269770,7 @@ "id": "6858", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.359235070963951, - 10.359235070963951, - 10.359235070963951, - 10.359235070963951, - 10.359235070963951, - 10.359235070963951, - 10.359235070963951, - 10.359235070963951 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 126.18540014890596, - -804.9907380926784, - -1220.4646826849357, - -1084.6442487753384, - -340.63913859462673, - 668.394300437611, - 1385.5143635091931, - 1069.69684718512 - ], - "relative wind speed": [ - 3.020881469063348, - 2.6107824995966697, - 2.352187546377619, - 2.455061213456319, - 2.8302135548166816, - 3.2124209493461735, - 3.406324612051007, - 3.3329428519224256 - ], - "relative wind angle": [ - 0.17547661807297893, - 0.1699026074028061, - 0.04121736934896408, - 0.1242992771737261, - 0.18743406716132946, - 0.1378552308765943, - 0.028457833148704786, - 0.09145125734729097 - ], - "resistance": [ - 96760.68540014891, - 95829.50926190733, - 95414.03531731507, - 95549.85575122466, - 96293.86086140537, - 97302.8943004376, - 98020.0143635092, - 97704.19684718511 - ], - "fuel": [ - 41.33884584445459, - 40.86034625958902, - 40.64788936187199, - 40.7172718775452, - 41.09855736550325, - 41.61895480244715, - 41.99110432631687, - 41.826974996914224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 23.125, -48.90625 23.28125, -48.75 23.28125, -48.75 23.125, -48.90625 23.125))", @@ -389317,68 +269789,7 @@ "id": "6859", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.209401686118007, - 10.209401686118007, - 10.209401686118007, - 10.209401686118007, - 10.209401686118007, - 10.209401686118007, - 10.209401686118007, - 10.209401686118007 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 83.47564437964957, - -854.425533526035, - -1245.3070710447696, - -1080.4721494467826, - -293.52597748162407, - 739.0377321550177, - 1446.8316012919831, - 1063.915508446471 - ], - "relative wind speed": [ - 2.967367485188604, - 2.541282556532741, - 2.2850617267893156, - 2.412432239696007, - 2.811155392432423, - 3.201522669046534, - 3.3891528937655, - 3.299702277695934 - ], - "relative wind angle": [ - 0.18720650481100903, - 0.1767283527123086, - 0.03483078309671732, - 0.13899914378373399, - 0.19774328131427518, - 0.14001009816538948, - 0.02348129837736236, - 0.10147022592774307 - ], - "resistance": [ - 96717.97564437967, - 95780.07446647398, - 95389.19292895525, - 95554.02785055323, - 96340.97402251839, - 97373.53773215503, - 98081.331601292, - 97698.41550844649 - ], - "fuel": [ - 41.22595815614647, - 40.74416359436708, - 40.5443362959626, - 40.6285342344915, - 41.03190111626746, - 41.56466024398995, - 41.932143713323704, - 41.733103908218894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 22.96875, -49.375 23.125, -49.21875 23.125, -49.21875 22.96875, -49.375 22.96875))", @@ -389397,68 +269808,7 @@ "id": "6860", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.858470698903192, - 9.858470698903192, - 9.858470698903192, - 9.858470698903192, - 9.858470698903192, - 9.858470698903192, - 9.858470698903192, - 9.858470698903192 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 391.09920842369456, - -515.7865877141257, - -1070.437487556499, - -1082.0076470514323, - -555.1878248575699, - 345.06472078048546, - 1129.9570493511214, - 1156.813248083004 - ], - "relative wind speed": [ - 2.9820108560372165, - 2.5954945374778933, - 2.2765126447486104, - 2.2672676792451574, - 2.575883887524616, - 2.9649577827441584, - 3.216373225518523, - 3.2228968053884413 - ], - "relative wind angle": [ - 0.1587129022021109, - 0.18560238100929796, - 0.09064201413426627, - 0.08281475271132667, - 0.1840025143472193, - 0.16225424894019197, - 0.06411149053854578, - 0.05822546864688143 - ], - "resistance": [ - 97025.59920842368, - 96118.71341228586, - 95564.06251244349, - 95552.49235294855, - 96079.31217514242, - 96979.56472078047, - 97764.45704935111, - 97791.313248083 - ], - "fuel": [ - 41.17765364975256, - 40.710701087813064, - 40.42662135400958, - 40.42070756696332, - 40.69048288770185, - 41.15387691061326, - 41.56035150327081, - 41.57430016541936 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 22.96875, -49.21875 23.125, -49.0625 23.125, -49.0625 22.96875, -49.21875 22.96875))", @@ -389477,68 +269827,7 @@ "id": "6861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.052848951534232, - 11.052848951534232, - 11.052848951534232, - 11.052848951534232, - 11.052848951534232, - 11.052848951534232, - 11.052848951534232, - 11.052848951534232 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 613.9416530976937, - -507.56934774264573, - -1266.434604340463, - -1351.4098446100352, - -798.1490158404067, - 274.68531232991654, - 1285.350392984839, - 1482.8610518593837 - ], - "relative wind speed": [ - 3.3794309641782596, - 2.9675827601302385, - 2.5960317878273353, - 2.535739043278951, - 2.838938027820878, - 3.267043821137403, - 3.5694175608976177, - 3.6124991725736137 - ], - "relative wind angle": [ - 0.14511065812458954, - 0.1826638253055303, - 0.10561659185886779, - 0.059989423903711175, - 0.1729936180477779, - 0.16575750093843122, - 0.07674737150283413, - 0.04209584679015283 - ], - "resistance": [ - 97248.44165309772, - 96126.93065225739, - 95368.06539565956, - 95283.09015538999, - 95836.35098415962, - 96909.18531232995, - 97919.85039298487, - 98117.3610518594 - ], - "fuel": [ - 42.03070369004074, - 41.45275917607192, - 41.064350559177, - 41.020991247173214, - 41.30377914640345, - 41.85538209956364, - 42.3789381757417, - 42.48169883781869 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 22.8125, -49.375 22.96875, -49.21875 22.96875, -49.21875 22.8125, -49.375 22.8125))", @@ -389557,68 +269846,7 @@ "id": "6862", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.92607345742569, - 10.92607345742569, - 10.92607345742569, - 10.92607345742569, - 10.92607345742569, - 10.92607345742569, - 10.92607345742569, - 10.92607345742569 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 442.85952274345846, - -600.9394645720863, - -1239.060204623268, - -1252.5422800921256, - -647.1879012781123, - 388.89580083007377, - 1290.3617606528574, - 1321.72110938188 - ], - "relative wind speed": [ - 3.285308421572571, - 2.8838803539274163, - 2.555550964516155, - 2.5459078289836796, - 2.8632151390363707, - 3.2671832610819673, - 3.529930824396318, - 3.5368920938561765 - ], - "relative wind angle": [ - 0.14922382100216433, - 0.17303762307288384, - 0.08374918422091357, - 0.07635716629639892, - 0.17142592779088184, - 0.15256712981157627, - 0.060597814468989174, - 0.054937266568079915 - ], - "resistance": [ - 97077.35952274347, - 96033.56053542793, - 95395.43979537675, - 95381.95771990789, - 95987.3120987219, - 97023.39580083008, - 97924.86176065287, - 97956.22110938189 - ], - "fuel": [ - 41.8594627803199, - 41.3220789080451, - 40.99554908897434, - 40.988666582976236, - 41.298362405499866, - 41.83158100692892, - 42.29876848682812, - 42.315074990354574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 22.8125, -49.21875 22.96875, -49.0625 22.96875, -49.0625 22.8125, -49.21875 22.8125))", @@ -389637,68 +269865,7 @@ "id": "6863", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.098572350397093, - 11.098572350397093, - 11.098572350397093, - 11.098572350397093, - 11.098572350397093, - 11.098572350397093, - 11.098572350397093, - 11.098572350397093 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 821.6441245274564, - -349.7134169466776, - -1236.9199791129759, - -1417.515442309461, - -966.9249545161833, - 100.86600336068841, - 1209.2416926168307, - 1629.2242637248419 - ], - "relative wind speed": [ - 3.4595746352582184, - 3.0502541665291987, - 2.6372332930340137, - 2.50949113984649, - 2.7779159338623383, - 3.2220215877767737, - 3.567979000868877, - 3.658951736708242 - ], - "relative wind angle": [ - 0.13579242667928515, - 0.18963334611148586, - 0.13111380078765586, - 0.03482114799463387, - 0.16940367383457694, - 0.17941080776289603, - 0.09678496143868554, - 0.023879519188267855 - ], - "resistance": [ - 97456.14412452752, - 96284.78658305338, - 95397.58002088708, - 95216.9845576906, - 95667.57504548387, - 96735.36600336074, - 97843.7416926169, - 98263.7242637249 - ], - "fuel": [ - 42.168365828640994, - 41.56393738810682, - 41.10953078869633, - 41.017392769786454, - 41.24750592558679, - 41.7958351885903, - 42.36949302032133, - 42.588056058176335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 23.59375, -48.75 23.75, -48.59375 23.75, -48.59375 23.59375, -48.75 23.59375))", @@ -389717,68 +269884,7 @@ "id": "6864", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.121332947712851, - 9.121332947712851, - 9.121332947712851, - 9.121332947712851, - 9.121332947712851, - 9.121332947712851, - 9.121332947712851, - 9.121332947712851 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -163.02867849697623, - -800.4398336174352, - -959.424777464445, - -707.6811258270013, - -8.263130401476246, - 760.7881321954737, - 1130.9970690304435, - 627.589124983635 - ], - "relative wind speed": [ - 2.5426750399541245, - 2.1917058718971303, - 2.0551741059006363, - 2.2506339541834772, - 2.614461160226777, - 2.914966361423694, - 3.0127832500157674, - 2.8697125851583976 - ], - "relative wind angle": [ - 0.18945911075752656, - 0.14319636106397446, - 0.017774900843124858, - 0.1626402569516076, - 0.18419655182239605, - 0.10750591449357853, - 0.012124830883718143, - 0.12733636826635006 - ], - "resistance": [ - 96471.47132150305, - 95834.0601663826, - 95675.07522253558, - 95926.81887417303, - 96626.23686959855, - 97395.2881321955, - 97765.49706903048, - 97262.08912498367 - ], - "fuel": [ - 40.48349478110314, - 40.15628856593507, - 40.07491141043903, - 40.2038109717831, - 40.563169641518144, - 40.960406796989076, - 41.1524150916198, - 40.89144809165274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 23.59375, -48.59375 23.75, -48.4375 23.75, -48.4375 23.59375, -48.59375 23.59375))", @@ -389797,68 +269903,7 @@ "id": "6865", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.765097401162063, - 8.765097401162063, - 8.765097401162063, - 8.765097401162063, - 8.765097401162063, - 8.765097401162063, - 8.765097401162063, - 8.765097401162063 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 29.402745107832743, - -663.6336643371692, - -933.097239863818, - -792.4223245883479, - -185.31749266458974, - 588.5672368675528, - 1100.6170998464972, - 773.7814828148321 - ], - "relative wind speed": [ - 2.5344987147336493, - 2.1626229992842694, - 1.9500554257780471, - 2.076806430265805, - 2.430879274786412, - 2.766933238540341, - 2.9206406180778615, - 2.831913281648863 - ], - "relative wind angle": [ - 0.1927123318330334, - 0.1769085971597487, - 0.027094750402492745, - 0.1478223109369548, - 0.2010370324041698, - 0.1379883668162534, - 0.018089415566459103, - 0.10822344148565402 - ], - "resistance": [ - 96663.9027451078, - 95970.8663356628, - 95701.40276013616, - 95842.07767541162, - 96449.18250733538, - 97223.06723686753, - 97735.11709984647, - 97408.2814828148 - ], - "fuel": [ - 40.397999805443995, - 40.04181461158979, - 39.90380668770919, - 39.97582076217727, - 40.287453524890715, - 40.686684408142, - 40.95206526658563, - 40.78256304998518 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 23.4375, -48.75 23.59375, -48.59375 23.59375, -48.59375 23.4375, -48.75 23.4375))", @@ -389877,68 +269922,7 @@ "id": "6866", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.1400059178044, - 11.1400059178044, - 11.1400059178044, - 11.1400059178044, - 11.1400059178044, - 11.1400059178044, - 11.1400059178044, - 11.1400059178044 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -267.9462894291496, - -1032.286244643702, - -1202.2187877491765, - -860.5189399744477, - 19.494298780265126, - 954.7953738351471, - 1352.3624867255567, - 709.1886620849982 - ], - "relative wind speed": [ - 3.0767970089714045, - 2.732897716274223, - 2.615605604869588, - 2.8199563371762753, - 3.1859605068684553, - 3.485440324854812, - 3.574301540932953, - 3.4153873048543484 - ], - "relative wind angle": [ - 0.15645743584809915, - 0.10997677616771778, - 0.021118341236883637, - 0.13447124456127543, - 0.1510546915037898, - 0.08616451023648723, - 0.015453465178482463, - 0.11092083242647807 - ], - "resistance": [ - 96366.55371057086, - 95602.21375535631, - 95432.28121225083, - 95773.98106002557, - 96653.99429878028, - 97589.29537383516, - 97986.86248672557, - 97343.68866208501 - ], - "fuel": [ - 41.63337151270019, - 41.241487053494765, - 41.15465638427354, - 41.3293644328546, - 41.78130755339464, - 42.26480343514335, - 42.471308249726384, - 42.13752398790967 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 23.4375, -48.59375 23.59375, -48.4375 23.59375, -48.4375 23.4375, -48.59375 23.4375))", @@ -389957,68 +269941,7 @@ "id": "6867", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.714870249466879, - 9.714870249466879, - 9.714870249466879, - 9.714870249466879, - 9.714870249466879, - 9.714870249466879, - 9.714870249466879, - 9.714870249466879 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -81.78421643074716, - -805.7804187115639, - -1025.1307791498048, - -824.9100498884668, - -113.72771355777468, - 724.9765794267378, - 1220.0424010406969, - 752.4073096612315 - ], - "relative wind speed": [ - 2.7482240160117235, - 2.387982688801373, - 2.2166892526774946, - 2.3766623874559736, - 2.7343109729649306, - 3.053969616260941, - 3.1804843178553988, - 3.062787559579035 - ], - "relative wind angle": [ - 0.1762605843191265, - 0.14529862778307565, - 0.0031878994746827823, - 0.1417468429275548, - 0.17716693227217928, - 0.11345690270514384, - 0.002221855429249456, - 0.10984554288946563 - ], - "resistance": [ - 96552.71578356925, - 95828.71958128843, - 95609.36922085019, - 95809.58995011153, - 96520.77228644222, - 97359.47657942674, - 97854.5424010407, - 97386.90730966123 - ], - "fuel": [ - 40.85140361482902, - 40.47964791782313, - 40.36740144808414, - 40.469851732982534, - 40.83496022073933, - 41.26795472369814, - 41.524768881883894, - 41.2821604804788 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 23.59375, -48.125 23.75, -47.96875 23.75, -47.96875 23.59375, -48.125 23.59375))", @@ -390037,68 +269960,7 @@ "id": "6868", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.254658873608415, - 11.254658873608415, - 11.254658873608415, - 11.254658873608415, - 11.254658873608415, - 11.254658873608415, - 11.254658873608415, - 11.254658873608415 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 824.0131476376882, - -251.39246676537596, - -1110.975691697106, - -1316.9696664884978, - -965.0534738443739, - -7.50337655223484, - 1032.9859062880905, - 1514.0814398768352 - ], - "relative wind speed": [ - 3.488634024254497, - 3.124338612148897, - 2.742753333380926, - 2.601083599651819, - 2.8166979517728703, - 3.216032173866286, - 3.547063413435884, - 3.652221079607578 - ], - "relative wind angle": [ - 0.11622353848197485, - 0.16904063791012713, - 0.1238424920039602, - 0.017874427473887074, - 0.14412376444295477, - 0.16417661637716094, - 0.09566198228650603, - 0.012729694913777706 - ], - "resistance": [ - 97458.51314763768, - 96383.10753323462, - 95523.52430830289, - 95317.5303335115, - 95669.44652615563, - 96626.99662344776, - 97667.48590628809, - 98148.58143987684 - ], - "fuel": [ - 42.27343107713638, - 41.718313019859224, - 41.277695790576324, - 41.17251289846302, - 41.352300895209794, - 41.84382982461361, - 42.381800951591394, - 42.63190694499988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 23.59375, -47.96875 23.75, -47.8125 23.75, -47.8125 23.59375, -47.96875 23.59375))", @@ -390117,68 +269979,7 @@ "id": "6869", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.065862189824946, - 11.065862189824946, - 11.065862189824946, - 11.065862189824946, - 11.065862189824946, - 11.065862189824946, - 11.065862189824946, - 11.065862189824946 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 708.8642736294705, - -331.3263254567546, - -1115.5867870578359, - -1270.2968715940697, - -866.3109976314831, - 85.39345435855375, - 1065.7740327403535, - 1426.7314726719615 - ], - "relative wind speed": [ - 3.4033384550980657, - 3.0362797836370374, - 2.673222950622885, - 2.564829850583717, - 2.801478151340231, - 3.195621621510123, - 3.504978106728919, - 3.585057922815288 - ], - "relative wind angle": [ - 0.12311386330876553, - 0.16886732017244704, - 0.11386367917292622, - 0.03149347148324929, - 0.14974470838531498, - 0.16037225440763253, - 0.08676434251118663, - 0.02252930857228139 - ], - "resistance": [ - 97343.36427362949, - 96303.17367454326, - 95518.91321294218, - 95364.20312840595, - 95768.18900236853, - 96719.89345435856, - 97700.27403274037, - 98061.23147267198 - ], - "fuel": [ - 42.088391296738564, - 41.55182856683964, - 41.149944698865475, - 41.070935843681134, - 41.27743465270255, - 41.766302229358374, - 42.273424203223975, - 42.46103764888331 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 23.4375, -48.125 23.59375, -47.96875 23.59375, -47.96875 23.4375, -48.125 23.4375))", @@ -390197,68 +269998,7 @@ "id": "6870", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.135398858821002, - 12.135398858821002, - 12.135398858821002, - 12.135398858821002, - 12.135398858821002, - 12.135398858821002, - 12.135398858821002, - 12.135398858821002 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 951.2001157244486, - -227.40411107, - -1199.3832679176726, - -1451.453052945028, - -1106.5005845240325, - -72.04100766867487, - 1084.076458804052, - 1674.0877531627657 - ], - "relative wind speed": [ - 3.7529919043516062, - 3.386458918988422, - 2.9932547330693633, - 2.833517392537696, - 3.0366210322075697, - 3.440626616966425, - 3.7876696833715466, - 3.908605213315926 - ], - "relative wind angle": [ - 0.10665235116531402, - 0.15941304720003052, - 0.1208048063810641, - 0.009679317351881862, - 0.1319455373828167, - 0.15688235324228478, - 0.09538006921733912, - 0.007016904847768145 - ], - "resistance": [ - 97585.70011572444, - 96407.09588892998, - 95435.11673208232, - 95183.04694705496, - 95527.99941547595, - 96562.45899233132, - 97718.57645880403, - 98308.58775316275 - ], - "fuel": [ - 42.95536651929655, - 42.346646444443834, - 41.84853222656452, - 41.71992702775311, - 41.89598028620114, - 42.426591888763056, - 43.024318103760706, - 43.33127760261657 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 23.4375, -47.96875 23.59375, -47.8125 23.59375, -47.8125 23.4375, -47.96875 23.4375))", @@ -390277,68 +270017,7 @@ "id": "6871", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.3941663419021, - 13.3941663419021, - 13.3941663419021, - 13.3941663419021, - 13.3941663419021, - 13.3941663419021, - 13.3941663419021, - 13.3941663419021 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1280.7138352473667, - 38.81674509644654, - -1143.375466308531, - -1613.4075746250328, - -1398.392812238104, - -388.4689547440212, - 916.5548630993071, - 1784.7875215623417 - ], - "relative wind speed": [ - 4.156758940387442, - 3.825703991343329, - 3.419991010853739, - 3.190869416585059, - 3.3134911743625626, - 3.690780083083959, - 4.069585990828691, - 4.251613930893966 - ], - "relative wind angle": [ - 0.07872638181086104, - 0.13910582339352084, - 0.12408440199411262, - 0.021357681930399764, - 0.09882064588888168, - 0.1442260316903382, - 0.10419888140932985, - 0.016028574608302076 - ], - "resistance": [ - 97915.21383524737, - 96673.31674509644, - 95491.12453369147, - 95021.09242537497, - 95236.1071877619, - 96246.03104525598, - 97551.0548630993, - 98419.28752156234 - ], - "fuel": [ - 44.09558063180246, - 43.45279485908788, - 42.84624313838843, - 42.60652690977702, - 42.7160823543682, - 43.2329656762943, - 43.90650316890871, - 44.35811843161429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 23.59375, -47.8125 23.75, -47.65625 23.75, -47.65625 23.59375, -47.8125 23.59375))", @@ -390357,68 +270036,7 @@ "id": "6872", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.984448105220196, - 9.984448105220196, - 9.984448105220196, - 9.984448105220196, - 9.984448105220196, - 9.984448105220196, - 9.984448105220196, - 9.984448105220196 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1209.7550240668957, - 332.24457706346766, - -640.4228808975186, - -1183.8121925663868, - -1145.362851391912, - -510.39905868794676, - 484.3625805762108, - 1298.8375821448203 - ], - "relative wind speed": [ - 3.2815211966581623, - 3.0012776630497875, - 2.5800350348665866, - 2.2566248367466453, - 2.2872022415491844, - 2.6442405047844715, - 3.0566476206336577, - 3.3026231701546886 - ], - "relative wind angle": [ - 0.07386300070031088, - 0.17554636206833296, - 0.19467968899088894, - 0.08060209113428717, - 0.10607606073084172, - 0.199549334901672, - 0.16402240300507165, - 0.05504217869883984 - ], - "resistance": [ - 97844.2550240669, - 96966.74457706347, - 95994.07711910248, - 95450.68780743361, - 95489.13714860809, - 96124.10094131205, - 97118.86258057621, - 97933.33758214481 - ], - "fuel": [ - 41.67519564080558, - 41.22064726971849, - 40.720156001127705, - 40.442084826277295, - 40.461724567607924, - 40.78685661178629, - 41.29923874187532, - 41.72150040206965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 23.59375, -47.65625 23.75, -47.5 23.75, -47.5 23.59375, -47.65625 23.59375))", @@ -390450,13 +270068,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1428.859270362639, + 1428.8592703626246, 762.744646322175, - -224.7142107497175, + -224.71421074971795, -991.6806393542001, -1168.7538574436905, -814.2463490442799, - 70.47698784584554, + 70.47698784584463, 1019.450337834126 ], "relative wind speed": [ @@ -390470,17 +270088,17 @@ 3.022500853333591 ], "relative wind angle": [ - 0.022530149807266055, - 0.1615896411400531, - 0.23884521623717428, + 0.02253014980727591, + 0.16158964114005311, + 0.23884521623717472, 0.17969723496324774, 0.03649393361330995, 0.2160700012636195, - 0.22634357746224393, + 0.22634357746224443, 0.12376312444091493 ], "resistance": [ - 98063.35927036262, + 98063.3592703626, 97397.24464632216, 96409.78578925027, 95642.81936064578, @@ -390490,7 +270108,7 @@ 97653.95033783412 ], "fuel": [ - 41.29389584795895, + 41.293895847958936, 40.948044952694175, 40.43838804350074, 40.04503733313184, @@ -390517,68 +270135,7 @@ "id": "6874", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.589026247598374, - 11.589026247598374, - 11.589026247598374, - 11.589026247598374, - 11.589026247598374, - 11.589026247598374, - 11.589026247598374, - 11.589026247598374 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1550.8183505709876, - 677.76825595432, - -487.18916126674685, - -1301.2013777545808, - -1413.6847789420585, - -874.516594356181, - 226.09407558403745, - 1288.8132284478033 - ], - "relative wind speed": [ - 3.758447220292761, - 3.5372815725984283, - 3.133510504248953, - 2.761033654052304, - 2.685471823254586, - 2.9707446031889497, - 3.3939352293439775, - 3.70329280268402 - ], - "relative wind angle": [ - 0.035131895778315825, - 0.13412885233875882, - 0.17220769829352112, - 0.10389211975416647, - 0.049178488048317606, - 0.1599101503937545, - 0.15887666204220582, - 0.07739597535627105 - ], - "resistance": [ - 98185.31835057096, - 97312.26825595429, - 96147.31083873322, - 95333.29862224539, - 95220.81522105791, - 95759.98340564378, - 96860.59407558401, - 97923.31322844778 - ], - "fuel": [ - 42.87888265738019, - 42.42552949436167, - 41.82501337152621, - 41.40840077529992, - 41.35102550768712, - 41.6264711643682, - 42.19209957816405, - 42.74253206095237 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 23.4375, -47.65625 23.59375, -47.5 23.59375, -47.5 23.4375, -47.65625 23.4375))", @@ -390597,68 +270154,7 @@ "id": "6875", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.080788343036929, - 9.080788343036929, - 9.080788343036929, - 9.080788343036929, - 9.080788343036929, - 9.080788343036929, - 9.080788343036929, - 9.080788343036929 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1350.6794305028075, - 981.195009391557, - 79.60940780874944, - -771.5659636734888, - -1121.6741751243128, - -961.9981145833651, - -237.37107668439694, - 706.1747157924065 - ], - "relative wind speed": [ - 3.093776517816557, - 2.999721060130337, - 2.659932573649228, - 2.2200709245934123, - 1.9534977156859619, - 2.0950608651764595, - 2.5124420731676986, - 2.90841736295848 - ], - "relative wind angle": [ - 0.024441448176392516, - 0.11690250505072437, - 0.2161235799002092, - 0.20724117651118998, - 0.03871401509786167, - 0.16778690363260085, - 0.22903085489989639, - 0.1577156950077693 - ], - "resistance": [ - 97985.1794305028, - 97615.69500939155, - 96714.10940780875, - 95862.93403632651, - 95512.82582487569, - 95672.50188541664, - 96397.1289233156, - 97340.67471579241 - ], - "fuel": [ - 41.24516538220426, - 41.053230324013526, - 40.58701824589347, - 40.149649146899876, - 39.97053156973137, - 40.0521662792663, - 40.4238255256619, - 40.91069606818928 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 23.28125, -47.8125 23.4375, -47.65625 23.4375, -47.65625 23.28125, -47.8125 23.28125))", @@ -390677,68 +270173,7 @@ "id": "6876", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.25735923965228, - 13.25735923965228, - 13.25735923965228, - 13.25735923965228, - 13.25735923965228, - 13.25735923965228, - 13.25735923965228, - 13.25735923965228 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1439.7497610244563, - 405.95257401174695, - -783.3658430649812, - -1468.797448395817, - -1447.6432083092332, - -709.0220493064589, - 492.3726144335833, - 1489.3300152339461 - ], - "relative wind speed": [ - 4.146002801303254, - 3.890164570694286, - 3.5077523824767574, - 3.218602124170451, - 3.2307755880731963, - 3.5346668501881577, - 3.9144505811330363, - 4.155460322899208 - ], - "relative wind angle": [ - 0.04944673373975334, - 0.12085246675332219, - 0.1310374544393737, - 0.05570136802852365, - 0.06347095836603435, - 0.1330760550809584, - 0.11735654992503045, - 0.04313443331718938 - ], - "resistance": [ - 98074.24976102448, - 97040.45257401177, - 95851.13415693503, - 95165.70255160419, - 95186.85679169078, - 95925.47795069356, - 97126.8726144336, - 98123.83001523397 - ], - "fuel": [ - 44.06792817102618, - 43.531839488944094, - 42.920022504855815, - 42.56980907772473, - 42.58059144977105, - 42.95811270557529, - 43.57650137475811, - 44.09373857895442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 23.28125, -47.65625 23.4375, -47.5 23.4375, -47.5 23.28125, -47.65625 23.28125))", @@ -390757,68 +270192,7 @@ "id": "6877", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.391039408811592, - 10.391039408811592, - 10.391039408811592, - 10.391039408811592, - 10.391039408811592, - 10.391039408811592, - 10.391039408811592, - 10.391039408811592 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1492.4731781982937, - 844.6881987835195, - -191.12408191322993, - -1037.2480254305433, - -1256.414780558695, - -941.5875098836154, - -31.54660073336572, - 982.0989346295737 - ], - "relative wind speed": [ - 3.439026783270212, - 3.279904750336963, - 2.9063194191854356, - 2.4994915977891163, - 2.3341709131337547, - 2.5529363283259827, - 2.9712903764922, - 3.3208132769475514 - ], - "relative wind angle": [ - 0.009617768601282552, - 0.12657303621634125, - 0.19125498203805136, - 0.14746957961101814, - 0.01417049654164666, - 0.16290136020137994, - 0.18702292740283658, - 0.11082142348448466 - ], - "resistance": [ - 98126.9731781983, - 97479.18819878352, - 96443.37591808676, - 95597.25197456946, - 95378.0852194413, - 95692.91249011639, - 96602.95339926664, - 97616.59893462957 - ], - "fuel": [ - 42.06625338425826, - 41.72974392691851, - 41.19490772538061, - 40.76097870231279, - 40.64901488137969, - 40.80990399344604, - 41.277044563066056, - 41.80099517618659 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 23.125, -47.8125 23.28125, -47.65625 23.28125, -47.65625 23.125, -47.8125 23.125))", @@ -390837,68 +270211,7 @@ "id": "6878", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.43085234322242, - 14.43085234322242, - 14.43085234322242, - 14.43085234322242, - 14.43085234322242, - 14.43085234322242, - 14.43085234322242, - 14.43085234322242 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1533.3068020086585, - 565.5748763245465, - -659.9248675521949, - -1456.1199061942125, - -1517.2650903258964, - -877.604991481352, - 312.9556008206491, - 1389.3522880889132 - ], - "relative wind speed": [ - 4.454201445346386, - 4.241104319041871, - 3.8906874484772143, - 3.6000788702422324, - 3.5681242036090492, - 3.8189599373534824, - 4.175400822240711, - 4.428414273319734 - ], - "relative wind angle": [ - 0.03216073985916429, - 0.09795038957150123, - 0.11419313261515047, - 0.05897792450929286, - 0.04015112778655984, - 0.10881851464725953, - 0.10637590121228704, - 0.047936662835443886 - ], - "resistance": [ - 98167.80680200866, - 97200.07487632455, - 95974.5751324478, - 95178.38009380578, - 95117.23490967411, - 95756.89500851865, - 96947.45560082066, - 98023.8522880889 - ], - "fuel": [ - 45.10353245790242, - 44.60124691108919, - 43.97017188702103, - 43.563163514672055, - 43.532004130924214, - 43.85866129538792, - 44.47070254701855, - 45.02859457132697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 23.125, -47.65625 23.28125, -47.5 23.28125, -47.5 23.125, -47.65625 23.125))", @@ -390917,68 +270230,7 @@ "id": "6879", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.782833322902974, - 12.782833322902974, - 12.782833322902974, - 12.782833322902974, - 12.782833322902974, - 12.782833322902974, - 12.782833322902974, - 12.782833322902974 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1487.1607816652113, - 530.4907660103263, - -649.4961293403821, - -1398.6028148901391, - -1441.0018250651715, - -797.8477223804503, - 357.9334477261764, - 1387.9306887441944 - ], - "relative wind speed": [ - 4.035661091033344, - 3.80012340541444, - 3.4167186703142938, - 3.09943551351307, - 3.074025620047596, - 3.3608415699063827, - 3.7499636641326495, - 4.016178961645435 - ], - "relative wind angle": [ - 0.041678096600932885, - 0.12115477756266771, - 0.14135592829134777, - 0.0715183549022234, - 0.054727568901412386, - 0.13708448186433186, - 0.12872084615507273, - 0.05517433957835095 - ], - "resistance": [ - 98121.66078166522, - 97164.99076601033, - 95985.00387065964, - 95235.89718510988, - 95193.49817493484, - 95836.65227761956, - 96992.43344772619, - 98022.4306887442 - ], - "fuel": [ - 43.71929826696587, - 43.22289880707686, - 42.61531489858953, - 42.232283007875026, - 42.21066605924129, - 42.53929421195516, - 43.13372434584669, - 43.6676511942401 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 22.96875, -48.125 23.125, -47.96875 23.125, -47.96875 22.96875, -48.125 22.96875))", @@ -390997,68 +270249,7 @@ "id": "6880", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.325174167759577, - 17.325174167759577, - 17.325174167759577, - 17.325174167759577, - 17.325174167759577, - 17.325174167759577, - 17.325174167759577, - 17.325174167759577 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1381.1283990482243, - -86.88612790894513, - -1440.136301369006, - -1916.1129277932896, - -1629.514028356747, - -405.7784695588489, - 1111.726719974824, - 2059.498759128459 - ], - "relative wind speed": [ - 5.188146224901471, - 4.87516455467982, - 4.516363524040189, - 4.333787034822938, - 4.457159649327491, - 4.797489338742303, - 5.136690949363397, - 5.291637112213303 - ], - "relative wind angle": [ - 0.05999273050790603, - 0.09839969609444349, - 0.08118545903209272, - 0.009005979934229816, - 0.06984660159914104, - 0.0999981551656289, - 0.07136334659933284, - 0.007375756221532886 - ], - "resistance": [ - 98015.62839904822, - 96547.61387209105, - 95194.363698631, - 94718.38707220671, - 95004.98597164325, - 96228.72153044115, - 97746.22671997483, - 98693.99875912846 - ], - "fuel": [ - 47.84621664359205, - 47.0864652257564, - 46.39321182484601, - 46.150994760584304, - 46.296739479363566, - 46.922486914271786, - 47.70619060467801, - 48.20000721627436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 22.96875, -47.96875 23.125, -47.8125 23.125, -47.8125 22.96875, -47.96875 22.96875))", @@ -391077,68 +270268,7 @@ "id": "6881", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.939770448035294, - 19.939770448035294, - 19.939770448035294, - 19.939770448035294, - 19.939770448035294, - 19.939770448035294, - 19.939770448035294, - 19.939770448035294 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1711.9840432015626, - 145.06990670935556, - -1442.6708287590118, - -2151.9704818486643, - -1951.7326303362715, - -714.1208561509193, - 988.6184251631239, - 2187.283707013814 - ], - "relative wind speed": [ - 5.930457864906486, - 5.6482688546865845, - 5.295698898599208, - 5.0847864362506385, - 5.159198127735603, - 5.466691390031015, - 5.808892233811613, - 5.9943809277008135 - ], - "relative wind angle": [ - 0.04338640070867415, - 0.08061801970451764, - 0.07296303010028635, - 0.01791605496172836, - 0.049877360880382235, - 0.08330187700154744, - 0.0665070417380726, - 0.015197223434381357 - ], - "resistance": [ - 98346.48404320159, - 96779.56990670938, - 95191.82917124101, - 94482.52951815136, - 94682.76736966375, - 95920.3791438491, - 97623.11842516315, - 98821.78370701385 - ], - "fuel": [ - 51.04217251883135, - 50.229596167762836, - 49.415538421463886, - 49.05490151504604, - 49.15652096547804, - 49.78791195916325, - 50.66591151799797, - 51.29046118644738 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 22.8125, -48.125 22.96875, -47.96875 22.96875, -47.96875 22.8125, -48.125 22.8125))", @@ -391157,68 +270287,7 @@ "id": "6882", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.624984127166433, - 15.624984127166433, - 15.624984127166433, - 15.624984127166433, - 15.624984127166433, - 15.624984127166433, - 15.624984127166433, - 15.624984127166433 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1348.7116672819975, - -111.9346917238463, - -1430.9348129087412, - -1871.6188047032092, - -1564.524082297552, - -336.286308282376, - 1158.3415413999246, - 2072.482770544162 - ], - "relative wind speed": [ - 4.747337609103924, - 4.4024637184699795, - 4.00883509454026, - 3.813650108249425, - 3.961765903527266, - 4.341787265253705, - 4.7076580837977335, - 4.867121973097954 - ], - "relative wind angle": [ - 0.07397374308362005, - 0.11993606136071593, - 0.09846131196779007, - 0.008013628058053984, - 0.08867722305198565, - 0.12162042216062176, - 0.0838079981322155, - 0.006279079793809317 - ], - "resistance": [ - 97983.21166728203, - 96522.56530827619, - 95203.56518709128, - 94762.88119529682, - 95069.97591770248, - 96298.21369171765, - 97792.84154139995, - 98706.98277054419 - ], - "fuel": [ - 46.104829897091086, - 45.34904794249696, - 44.67337931084896, - 44.44907809143001, - 44.605308147061805, - 45.233665067734215, - 46.005876804028546, - 46.48227215666833 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 22.8125, -47.96875 22.96875, -47.8125 22.96875, -47.8125 22.8125, -47.96875 22.8125))", @@ -391237,68 +270306,7 @@ "id": "6883", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.267344470636655, - 17.267344470636655, - 17.267344470636655, - 17.267344470636655, - 17.267344470636655, - 17.267344470636655, - 17.267344470636655, - 17.267344470636655 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1546.328624174561, - 58.60204529195107, - -1390.8201811753243, - -1987.881203374085, - -1755.3107364435273, - -554.893896515212, - 1027.6736392134717, - 2095.9000481262374 - ], - "relative wind speed": [ - 5.2077242545592854, - 4.896880477422614, - 4.518282001756587, - 4.302879028906236, - 4.403655392403651, - 4.746907868961444, - 5.108590850633205, - 5.291295190137262 - ], - "relative wind angle": [ - 0.05690724865049213, - 0.10110781985996534, - 0.0892687007050033, - 0.017520209968221758, - 0.06731251615469297, - 0.10431365145485057, - 0.0789306180307044, - 0.014247180496832398 - ], - "resistance": [ - 98180.8286241746, - 96693.10204529198, - 95243.6798188247, - 94646.61879662595, - 94879.1892635565, - 96079.60610348481, - 97662.1736392135, - 98730.40004812626 - ], - "fuel": [ - 47.87042996718524, - 47.099616868631344, - 46.35657038347992, - 46.05276030400674, - 46.17094434764869, - 46.78415395148819, - 47.600772039537134, - 48.157254151405965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 23.90625, -47.5 24.0625, -47.34375 24.0625, -47.34375 23.90625, -47.5 23.90625))", @@ -391317,68 +270325,7 @@ "id": "6884", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.627941853635283, - 8.627941853635283, - 8.627941853635283, - 8.627941853635283, - 8.627941853635283, - 8.627941853635283, - 8.627941853635283, - 8.627941853635283 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1452.9174184206663, - 603.6477364953275, - -443.1349707646, - -1133.2834275715252, - -1198.1539458653763, - -652.5525565907974, - 355.9116775361026, - 1304.058627881985 - ], - "relative wind speed": [ - 3.053171442985932, - 2.7793460262962646, - 2.2888007397726255, - 1.8220168813370992, - 1.758470501692956, - 2.1654814780321336, - 2.6787059448930477, - 3.015680495296493 - ], - "relative wind angle": [ - 0.06622145481515244, - 0.21846051271895806, - 0.2878756249200708, - 0.17466940843607393, - 0.1151482946555705, - 0.2818822806415763, - 0.24503458657871574, - 0.1051900174274375 - ], - "resistance": [ - 98087.41741842071, - 97238.14773649538, - 96191.36502923544, - 95501.21657242852, - 95436.34605413467, - 95981.94744340924, - 96990.41167753615, - 97938.55862788203 - ], - "fuel": [ - 41.06638453603307, - 40.625651757601986, - 40.08611128327907, - 39.732620153127684, - 39.699484872733876, - 39.978661173227906, - 40.49759351274459, - 40.988939534510834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 23.90625, -47.34375 24.0625, -47.1875 24.0625, -47.1875 23.90625, -47.34375 23.90625))", @@ -391397,68 +270344,7 @@ "id": "6885", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.99435984592448, - 8.99435984592448, - 8.99435984592448, - 8.99435984592448, - 8.99435984592448, - 8.99435984592448, - 8.99435984592448, - 8.99435984592448 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1538.9641025626593, - 637.3938759748676, - -475.41212355545895, - -1209.1812317588967, - -1277.9203388847195, - -698.0730305798395, - 374.24170590924905, - 1381.1458788848122 - ], - "relative wind speed": [ - 3.167259625480298, - 2.887044077861402, - 2.3862520587550855, - 1.9120718926615639, - 1.84781541095314, - 2.2607370082871032, - 2.7841976295228457, - 3.12888740696228 - ], - "relative wind angle": [ - 0.06504988885302328, - 0.21423159368451777, - 0.28116503603231946, - 0.16953425880825188, - 0.11165238979543696, - 0.27494470608641036, - 0.24011629346042204, - 0.10329085551172335 - ], - "resistance": [ - 98173.46410256266, - 97271.89387597487, - 96159.08787644454, - 95425.31876824111, - 95356.57966111528, - 95936.42696942016, - 97008.74170590925, - 98015.64587888481 - ], - "fuel": [ - 41.29785057973133, - 40.82977523064875, - 40.25620150199501, - 39.88051573797251, - 39.84542432502111, - 40.14198860258349, - 40.6937226851222, - 41.21569645982018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 23.75, -47.5 23.90625, -47.34375 23.90625, -47.34375 23.75, -47.5 23.75))", @@ -391477,68 +270363,7 @@ "id": "6886", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.813958521987434, - 8.813958521987434, - 8.813958521987434, - 8.813958521987434, - 8.813958521987434, - 8.813958521987434, - 8.813958521987434, - 8.813958521987434 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1629.3431377902357, - 722.0097544224627, - -427.6883350220637, - -1210.638651057818, - -1309.684121386181, - -745.3326421740705, - 345.48787060659333, - 1402.1961352462718 - ], - "relative wind speed": [ - 3.1586397105209247, - 2.881375075215485, - 2.3638766857125, - 1.8503623918771357, - 1.7543632298096563, - 2.1800167061091154, - 2.732559638458558, - 3.1033778664085694 - ], - "relative wind angle": [ - 0.060779644219667, - 0.22178245829627846, - 0.30261814113471425, - 0.1971704895564117, - 0.10958240837798676, - 0.29499751013953984, - 0.2607557521684675, - 0.11706818686229288 - ], - "resistance": [ - 98263.84313779023, - 97356.50975442247, - 96206.81166497794, - 95423.86134894218, - 95324.81587861382, - 95889.16735782594, - 96979.9878706066, - 98036.69613524627 - ], - "fuel": [ - 41.251934133062115, - 40.78057126869426, - 40.18769916584739, - 39.78676549670809, - 39.73620876368267, - 40.02476468908227, - 40.58586621025217, - 41.13364301604192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 23.75, -47.34375 23.90625, -47.1875 23.90625, -47.1875 23.75, -47.34375 23.75))", @@ -391557,68 +270382,7 @@ "id": "6887", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.699160328430207, - 8.699160328430207, - 8.699160328430207, - 8.699160328430207, - 8.699160328430207, - 8.699160328430207, - 8.699160328430207, - 8.699160328430207 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1559.6279582939696, - 559.5603665117242, - -582.9002360519805, - -1274.9269943285506, - -1280.0706364431278, - -599.2662120088951, - 540.1176439430628, - 1547.8507412236945 - ], - "relative wind speed": [ - 3.1234567019773607, - 2.794362834777067, - 2.244186720019735, - 1.7503043784062533, - 1.7451883373046975, - 2.23454703450348, - 2.7866270054455957, - 3.1205926816429477 - ], - "relative wind angle": [ - 0.090513357916698, - 0.24970402654426677, - 0.3145076444517355, - 0.16718421448038548, - 0.16248956846786522, - 0.3141696382545006, - 0.25178292738349567, - 0.09347152518990369 - ], - "resistance": [ - 98194.127958294, - 97194.06036651175, - 96051.59976394805, - 95359.57300567148, - 95354.4293635569, - 96035.23378799114, - 97174.61764394309, - 98182.35074122372 - ], - "fuel": [ - 41.15754016863123, - 40.63843353568608, - 40.04996884646109, - 39.6958779811294, - 39.693252794195885, - 40.04157425787923, - 40.628378250989435, - 41.15140529512397 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 23.59375, -47.5 23.75, -47.34375 23.75, -47.34375 23.59375, -47.5 23.59375))", @@ -391637,68 +270401,7 @@ "id": "6888", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.339977798510206, - 7.339977798510206, - 7.339977798510206, - 7.339977798510206, - 7.339977798510206, - 7.339977798510206, - 7.339977798510206, - 7.339977798510206 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1289.9814611736401, - 578.5877222080294, - -314.029525512904, - -919.7080376709176, - -996.8223997893504, - -556.807145255889, - 289.0877089663031, - 1113.428916956222 - ], - "relative wind speed": [ - 2.7043134501060857, - 2.4504665099999046, - 1.9717251571163714, - 1.4839856639431066, - 1.3912804895063662, - 1.801162546877611, - 2.3154421913967473, - 2.654573258758757 - ], - "relative wind angle": [ - 0.06686294861664988, - 0.24484984871652896, - 0.34099080349038513, - 0.23012354949725916, - 0.13023647263135466, - 0.3360892343069751, - 0.28877452806808884, - 0.12786159463462254 - ], - "resistance": [ - 97924.48146117361, - 97213.087722208, - 96320.47047448707, - 95714.79196232905, - 95637.67760021062, - 96077.69285474408, - 96923.58770896627, - 97747.9289169562 - ], - "fuel": [ - 40.39568735652615, - 40.02675481791093, - 39.56650265144301, - 39.25589051094566, - 39.21644165668197, - 39.44183427139797, - 39.877157689794615, - 40.303950592789235 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 23.59375, -47.34375 23.75, -47.1875 23.75, -47.1875 23.59375, -47.34375 23.59375))", @@ -391717,68 +270420,7 @@ "id": "6889", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5168282416461265, - 7.5168282416461265, - 7.5168282416461265, - 7.5168282416461265, - 7.5168282416461265, - 7.5168282416461265, - 7.5168282416461265, - 7.5168282416461265 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1461.966505672823, - 788.5593803701456, - -172.54133849391314, - -904.7446138556343, - -1077.1597135563716, - -717.1930676443135, - 139.218238692795, - 1065.9332318433428 - ], - "relative wind speed": [ - 2.798898083400761, - 2.5877006866820182, - 2.1188697740491413, - 1.5832439163618364, - 1.3816422553198142, - 1.745442912012617, - 2.291976588792, - 2.6900008372216 - ], - "relative wind angle": [ - 0.03266884645040793, - 0.22061351651338418, - 0.34139173775064857, - 0.2796291231134985, - 0.06621638072490747, - 0.33040188008776944, - 0.3146801910761942, - 0.16316688083315845 - ], - "resistance": [ - 98096.46650567284, - 97423.05938037016, - 96461.9586615061, - 95729.75538614437, - 95557.34028644365, - 95917.3069323557, - 96773.7182386928, - 97700.43323184336 - ], - "fuel": [ - 40.55914423416169, - 40.20943320371436, - 39.71324106065123, - 39.33752967083044, - 39.24934945634162, - 39.43357689846346, - 39.873818052732815, - 40.35327347913672 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 23.4375, -47.5 23.59375, -47.34375 23.59375, -47.34375 23.4375, -47.5 23.4375))", @@ -391797,68 +270439,7 @@ "id": "6890", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.50257459589362, - 7.50257459589362, - 7.50257459589362, - 7.50257459589362, - 7.50257459589362, - 7.50257459589362, - 7.50257459589362, - 7.50257459589362 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 1291.1314398024829, - 867.6591272994315, - 37.04898803840638, - -701.286871821213, - -972.0690275652158, - -788.3008342935914, - -107.50078510899357, - 740.1140217191082 - ], - "relative wind speed": [ - 2.71530974373198, - 2.593673982454654, - 2.2179200727234605, - 1.7343784382783882, - 1.4537328018923938, - 1.661054284616115, - 2.1370719722821923, - 2.5452264136101443 - ], - "relative wind angle": [ - 0.015555614191153939, - 0.16119140543146118, - 0.2884532316260636, - 0.2780184498275499, - 0.0290579890249648, - 0.25330597556131634, - 0.29969785836742346, - 0.1881250148294853 - ], - "resistance": [ - 97925.63143980256, - 97502.1591272995, - 96671.54898803848, - 95933.21312817886, - 95662.43097243486, - 95846.19916570648, - 96526.99921489108, - 97374.61402171919 - ], - "fuel": [ - 40.46422805959187, - 40.244384428992454, - 39.81511515926841, - 39.43568958996683, - 39.29704494810116, - 39.3911073480551, - 39.74067236278394, - 40.1783007527726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 23.4375, -47.34375 23.59375, -47.1875 23.59375, -47.1875 23.4375, -47.34375 23.4375))", @@ -391877,68 +270458,7 @@ "id": "6891", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.296889088929253, - 8.296889088929253, - 8.296889088929253, - 8.296889088929253, - 8.296889088929253, - 8.296889088929253, - 8.296889088929253, - 8.296889088929253 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1530.6853401764733, - 1048.2590066949479, - 59.6938743789342, - -829.9102343295597, - -1166.548913357403, - -957.1555367281528, - -151.6919567175155, - 862.0486989765559 - ], - "relative wind speed": [ - 2.985621762554489, - 2.8595772548271783, - 2.4565890064769587, - 1.9343838235311597, - 1.6252438246032694, - 1.8379806098338172, - 2.349579803221542, - 2.795266359707247 - ], - "relative wind angle": [ - 0.01868691100080919, - 0.15507436649593662, - 0.28064175099626976, - 0.2724726730902171, - 0.03433316410765478, - 0.2426778017576763, - 0.2937950824025355, - 0.18732607306785945 - ], - "resistance": [ - 98165.18534017648, - 97682.75900669496, - 96694.19387437895, - 95804.58976567046, - 95467.95108664261, - 95677.34446327186, - 96482.8080432825, - 97496.54869897658 - ], - "fuel": [ - 40.94583632219576, - 40.69500987730599, - 40.18373375736344, - 39.726747914396576, - 39.554586083842835, - 39.661623276197936, - 40.0748790206129, - 40.59842577104406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 23.28125, -47.5 23.4375, -47.34375 23.4375, -47.34375 23.28125, -47.5 23.28125))", @@ -391957,68 +270477,7 @@ "id": "6892", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.475622391495174, - 9.475622391495174, - 9.475622391495174, - 9.475622391495174, - 9.475622391495174, - 9.475622391495174, - 9.475622391495174, - 9.475622391495174 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1618.7200251018621, - 1049.160621707449, - -21.768246104520586, - -965.8348590862124, - -1286.392281182473, - -1040.4253648989118, - -145.82376309133815, - 941.1288907772487 - ], - "relative wind speed": [ - 3.2724392098750372, - 3.134902669012617, - 2.7364951940600934, - 2.2497797179329506, - 1.9921261724534087, - 2.2022284906700738, - 2.681234626471066, - 3.1009540935136335 - ], - "relative wind angle": [ - 0.008689623878601017, - 0.1384299886042752, - 0.23613589089013304, - 0.21172979583498455, - 0.014274634888485191, - 0.19771385630373495, - 0.2410981847380737, - 0.15306435308161848 - ], - "resistance": [ - 98253.22002510188, - 97683.66062170746, - 96612.7317538955, - 95668.6651409138, - 95348.10771881754, - 95594.0746351011, - 96488.67623690868, - 97575.62889077727 - ], - "fuel": [ - 41.59800798111706, - 41.30178446235255, - 40.74807114799846, - 40.26348997921177, - 40.09970487445373, - 40.22534468891236, - 40.68420526646081, - 41.24573417264085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 23.28125, -47.34375 23.4375, -47.1875 23.4375, -47.1875 23.28125, -47.34375 23.28125))", @@ -392050,9 +270509,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1634.0447668590073, + 1634.0447668589973, 1111.5036473584528, - 50.61906871449992, + 50.61906871449946, -902.6662127962961, -1258.6007958568418, -1031.9768974147912, @@ -392062,7 +270521,7 @@ "relative wind speed": [ 3.1253172177952253, 2.9945479662549954, - 2.581916880675257, + 2.5819168806752564, 2.0524247604222277, 1.7444786882443586, 1.9604836350717427, @@ -392070,17 +270529,17 @@ 2.932297087334741 ], "relative wind angle": [ - 0.01714687118024587, - 0.15099217440233328, - 0.2707727812353804, + 0.01714687118025235, + 0.1509921744023333, + 0.27077278123538034, 0.259285076475021, 0.030722769521164175, - 0.23182922657734487, - 0.28233759101117895, + 0.2318292265773449, + 0.282337591011179, 0.18043415328326784 ], "resistance": [ - 98268.54476685904, + 98268.54476685902, 97746.00364735848, 96685.11906871453, 95731.83378720374, @@ -392090,7 +270549,7 @@ 97557.23744228986 ], "fuel": [ - 41.22866165837628, + 41.228661658376275, 40.95681648325606, 40.408030539684916, 39.918477085265344, @@ -392117,68 +270576,7 @@ "id": "6894", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.170648870745495, - 9.170648870745495, - 9.170648870745495, - 9.170648870745495, - 9.170648870745495, - 9.170648870745495, - 9.170648870745495, - 9.170648870745495 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1431.3781544685075, - 655.8319606310652, - -371.63242559888704, - -1095.7756157618182, - -1205.7982590133545, - -735.1850803613902, - 228.30409995820537, - 1177.7206626641673 - ], - "relative wind speed": [ - 3.1557682991115468, - 2.923079711124927, - 2.4804010907846075, - 2.045497889496051, - 1.9474164816159296, - 2.2818653582007338, - 2.7566129469661274, - 3.0930960047521885 - ], - "relative wind angle": [ - 0.04499970059601664, - 0.1817329365403652, - 0.2464681448128795, - 0.16081851965829488, - 0.07296165876946269, - 0.23364125444315478, - 0.22133638214040435, - 0.10609211098580225 - ], - "resistance": [ - 98065.8781544685, - 97290.33196063107, - 96262.86757440111, - 95538.72438423819, - 95428.70174098664, - 95899.31491963861, - 96862.8040999582, - 97812.22066266417 - ], - "fuel": [ - 41.33479258949308, - 40.93227476819531, - 40.40245504325883, - 40.031405085917534, - 39.97520039098945, - 40.21592726885352, - 40.71133961204839, - 41.20289499628805 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 23.125, -47.34375 23.28125, -47.1875 23.28125, -47.1875 23.125, -47.34375 23.125))", @@ -392197,68 +270595,7 @@ "id": "6895", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.338111514164316, - 9.338111514164316, - 9.338111514164316, - 9.338111514164316, - 9.338111514164316, - 9.338111514164316, - 9.338111514164316, - 9.338111514164316 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1740.6590146401663, - 1048.087486774065, - -95.66928845105986, - -1056.6555105451034, - -1339.6225726577063, - -1030.638667730338, - -52.4308709240031, - 1085.9233259166972 - ], - "relative wind speed": [ - 3.2819086009142087, - 3.1126421502394215, - 2.6738513012821405, - 2.154318935062607, - 1.905977515584588, - 2.1714357460495033, - 2.6933610180034266, - 3.124513447034493 - ], - "relative wind angle": [ - 0.0030750844541107426, - 0.15925309529424395, - 0.2602229087780444, - 0.22437651949172469, - 0.005295013865547224, - 0.22932214595481537, - 0.2582947112978969, - 0.15401860612876986 - ], - "resistance": [ - 98375.15901464019, - 97682.58748677408, - 96538.83071154896, - 95577.84448945492, - 95294.8774273423, - 95603.86133226968, - 96582.06912907602, - 97720.42332591671 - ], - "fuel": [ - 41.58613652392204, - 41.225779592566376, - 40.63457086382691, - 40.141599519172864, - 39.99709661183985, - 40.15490050746768, - 40.656832301634374, - 41.245420143580255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 23.28125, -47.1875 23.4375, -47.03125 23.4375, -47.03125 23.28125, -47.1875 23.28125))", @@ -392290,33 +270627,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1794.7670449688635, + 1794.7670449688562, 1340.9417372756566, - 166.89855730990212, + 166.8985573099012, -950.142413412877, -1432.2797441934233, -1235.199901476517, - -306.8306467889133, + -306.8306467889129, 925.9689071898792 ], "relative wind speed": [ - 3.3560868755840354, + 3.356086875584035, 3.250685734447023, - 2.841481168630003, + 2.8414811686300028, 2.2901579623846353, 1.9330506142564288, 2.1054800045612363, - 2.631727296295275, + 2.6317272962952756, 3.1233284010924662 ], "relative wind angle": [ - 0.03237241913050997, + 0.0323724191305134, 0.1316654906137262, 0.25333305832326114, 0.25622109835726126, 0.05622352841110532, 0.20410796232077155, - 0.274024423590991, + 0.2740244235909918, 0.186909783173827 ], "resistance": [ @@ -392357,68 +270694,7 @@ "id": "6897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.22686280138918, - 9.22686280138918, - 9.22686280138918, - 9.22686280138918, - 9.22686280138918, - 9.22686280138918, - 9.22686280138918, - 9.22686280138918 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1749.3324291129202, - 1327.5810144329234, - 187.88053328637807, - -904.4742896232603, - -1387.061651997122, - -1203.7217973096344, - -309.35142310732454, - 891.1347273730889 - ], - "relative wind speed": [ - 3.279260904397419, - 3.1793081822796134, - 2.7742107227101953, - 2.2205989106877966, - 1.852633776896313, - 2.0193571928949012, - 2.547461257096219, - 3.042161150935079 - ], - "relative wind angle": [ - 0.03590044196731468, - 0.13304282745801496, - 0.26034794558798335, - 0.2680796728254676, - 0.06357487096132512, - 0.21039618235475424, - 0.2841373030082509, - 0.19457235506481477 - ], - "resistance": [ - 98383.83242911292, - 97962.08101443293, - 96822.38053328638, - 95730.02571037674, - 95247.43834800288, - 95430.77820269036, - 96325.14857689268, - 97525.6347273731 - ], - "fuel": [ - 41.530533676389666, - 41.31086301042885, - 40.72055708366313, - 40.15931008206156, - 39.91277294862242, - 40.00633284112933, - 40.46453098264177, - 41.08423534248044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 23.125, -47.1875 23.28125, -47.03125 23.28125, -47.03125 23.125, -47.1875 23.125))", @@ -392450,10 +270726,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2193.9536647182395, + 2193.953664718223, 1814.3880173774387, 326.37663715333656, - -1203.4212027125432, + -1203.4212027125423, -1950.6673771591336, -1787.1141988975255, -647.5990250188679, @@ -392463,24 +270739,24 @@ 4.257738672624696, 4.187516890476585, 3.802129017279324, - 3.2702756916153986, + 3.270275691615399, 2.9076239326679287, 3.0078759665519, - 3.4823024673554386, + 3.482302467355439, 3.9859644302247155 ], "relative wind angle": [ - 0.038232607531583127, + 0.038232607531588934, 0.08674030141447048, 0.1786868113934509, - 0.18231630844910054, + 0.18231630844910116, 0.05600101523737386, - 0.12090141467992932, - 0.19530063266976072, + 0.12090141467992933, + 0.19530063266976186, 0.14930785922534104 ], "resistance": [ - 98828.45366471827, + 98828.45366471825, 98448.88801737747, 96960.87663715337, 95431.07879728748, @@ -392530,17 +270806,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2572.4067107629717, + 2572.4067107629044, 1706.068351728395, - -40.68171730121958, + -40.681717301223216, -1615.759744842835, - -2168.662500721203, + -2168.662500721213, -1796.5639063234057, -342.28463528588145, 1446.3392328587734 ], "relative wind speed": [ - 4.5138760623402945, + 4.513876062340294, 4.361062136542654, 3.903112768854931, 3.3523585754645153, @@ -392550,27 +270826,27 @@ 4.30214828597203 ], "relative wind angle": [ - 0.010555558576409812, - 0.1102666941819658, - 0.18718241142806152, - 0.16398834681055227, - 0.015564346174001232, + 0.010555558576430847, + 0.11026669418196582, + 0.18718241142806272, + 0.16398834681055224, + 0.015564346174008365, 0.14704986581224874, 0.1918372994981739, 0.12755814312657773 ], "resistance": [ - 99206.90671076298, + 99206.90671076292, 98340.5683517284, 96593.81828269879, 95018.74025515717, - 94465.83749927882, + 94465.8374992788, 94837.9360936766, 96292.21536471414, 98080.8392328588 ], "fuel": [ - 44.96690246127979, + 44.96690246127976, 44.513730437003176, 43.608516971145164, 42.80200315059641, @@ -392597,68 +270873,7 @@ "id": "6900", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.183327564420123, - 10.183327564420123, - 10.183327564420123, - 10.183327564420123, - 10.183327564420123, - 10.183327564420123, - 10.183327564420123, - 10.183327564420123 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1693.007079029659, - 1447.485220970871, - 321.43153068561924, - -850.6043593993186, - -1449.3409760333209, - -1342.8771901412601, - -497.9194256991691, - 735.9052682457555 - ], - "relative wind speed": [ - 3.483123445888741, - 3.4282061478623413, - 3.072635801763792, - 2.5596246410455397, - 2.1856208789625606, - 2.2707906494469663, - 2.7327635820861476, - 3.218292911282225 - ], - "relative wind angle": [ - 0.050085607212573637, - 0.0982704239524887, - 0.21317225786087846, - 0.2297692841933273, - 0.07987065328282357, - 0.1486669392744433, - 0.24017559202269603, - 0.18214559803973274 - ], - "resistance": [ - 98327.50707902966, - 98081.98522097088, - 96955.93153068562, - 95783.89564060068, - 95185.15902396668, - 95291.62280985875, - 96136.58057430082, - 97370.40526824575 - ], - "fuel": [ - 42.0447316848318, - 41.91682174305064, - 41.3330531472152, - 40.730457681031595, - 40.42459329274362, - 40.478882771403875, - 40.91125095685631, - 41.54737583751039 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 23.28125, -46.71875 23.4375, -46.5625 23.4375, -46.5625 23.28125, -46.71875 23.28125))", @@ -392677,68 +270892,7 @@ "id": "6901", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.177120927366792, - 11.177120927366792, - 11.177120927366792, - 11.177120927366792, - 11.177120927366792, - 11.177120927366792, - 11.177120927366792, - 11.177120927366792 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1880.236192067432, - 1117.3741579684056, - -158.52207626836253, - -1234.3672855493305, - -1539.4432460954977, - -1197.561427790803, - -97.18517796829065, - 1170.3513016711577 - ], - "relative wind speed": [ - 3.742876941115154, - 3.577231228506871, - 3.158049084169778, - 2.681987384060698, - 2.466686848634206, - 2.701312374263979, - 3.1812572652224946, - 3.5917426797163143 - ], - "relative wind angle": [ - 0.003165120381134076, - 0.12883018539548013, - 0.2034558403356618, - 0.16587142737584365, - 0.004802669564208747, - 0.17096434308771544, - 0.20195097990749525, - 0.12360505259628539 - ], - "resistance": [ - 98514.73619206746, - 97751.87415796843, - 96475.97792373167, - 95400.1327144507, - 95095.05675390453, - 95436.93857220923, - 96537.31482203174, - 97804.85130167118 - ], - "fuel": [ - 42.771052854003585, - 42.37382611263068, - 41.71429912616076, - 41.16288838713299, - 41.00730940724647, - 41.1816816085372, - 41.74586634479799, - 42.401341652520756 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 23.125, -46.875 23.28125, -46.71875 23.28125, -46.71875 23.125, -46.875 23.125))", @@ -392770,9 +270924,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2277.3414604293203, + 2277.341460429295, 1722.3240004030058, - 180.4262095077229, + 180.42620950772016, -1319.0111749159114, -1970.2570054552784, -1731.183212412799, @@ -392780,7 +270934,7 @@ 1129.8310495620462 ], "relative wind speed": [ - 4.250869303328341, + 4.25086930332834, 4.147672514799803, 3.734540797169001, 3.195037295593254, @@ -392790,19 +270944,19 @@ 4.004897002655041 ], "relative wind angle": [ - 0.027248834449045932, - 0.09907253178942653, - 0.1874632637731015, + 0.02724883444905408, + 0.09907253178942654, + 0.18746326377310268, 0.18064652927042163, 0.04051151727044044, 0.13684103968277805, 0.19977212953600848, - 0.14382949769126868 + 0.1438294976912687 ], "resistance": [ - 98911.84146042929, + 98911.84146042926, 98356.82400040298, - 96814.9262095077, + 96814.92620950768, 95315.48882508406, 94664.2429945447, 94903.31678758717, @@ -392810,9 +270964,9 @@ 97764.33104956202 ], "fuel": [ - 44.13883492904098, + 44.138834929040954, 43.848799332786754, - 43.04906496373589, + 43.04906496373587, 42.27983801567524, 41.9483480352759, 42.069855409328895, @@ -392837,68 +270991,7 @@ "id": "6903", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.8686273669863, - 10.8686273669863, - 10.8686273669863, - 10.8686273669863, - 10.8686273669863, - 10.8686273669863, - 10.8686273669863, - 10.8686273669863 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1785.255272682337, - 796.1232510178825, - -508.24721198614407, - -1418.880850375694, - -1547.587605636464, - -939.1466268137328, - 290.9169979250428, - 1487.6918798967627 - ], - "relative wind speed": [ - 3.6674910793899964, - 3.410455055984537, - 2.931944964911542, - 2.4745885021135416, - 2.379400423251308, - 2.7351112413726817, - 3.242797544451944, - 3.6039490752202865 - ], - "relative wind angle": [ - 0.04335186315936712, - 0.16746291281279121, - 0.22179763271737613, - 0.139334110403225, - 0.06684928531919655, - 0.20936380274424143, - 0.2002313709901031, - 0.09550719670550271 - ], - "resistance": [ - 98419.75527268236, - 97430.62325101791, - 96126.25278801388, - 95215.61914962434, - 95086.91239436356, - 95695.3533731863, - 96925.41699792507, - 98122.1918798968 - ], - "fuel": [ - 42.51937472963027, - 42.00509386975497, - 41.33247652514174, - 40.866648006214454, - 40.801057812862766, - 41.111668222587376, - 41.743825843611454, - 42.364279290459116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 23.28125, -46.5625 23.4375, -46.40625 23.4375, -46.40625 23.28125, -46.5625 23.28125))", @@ -392917,68 +271010,7 @@ "id": "6904", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.539157532232206, - 12.539157532232206, - 12.539157532232206, - 12.539157532232206, - 12.539157532232206, - 12.539157532232206, - 12.539157532232206, - 12.539157532232206 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1930.3455133749712, - 714.4615264244012, - -773.5833795939579, - -1722.752006546753, - -1779.6791379306273, - -967.3024653382554, - 488.0965895503696, - 1798.2290176640154 - ], - "relative wind speed": [ - 4.112132260421118, - 3.817400477453268, - 3.3257821046727205, - 2.9037200562071384, - 2.8679274966471766, - 3.249937452930531, - 3.751508129467364, - 4.086936467380114 - ], - "relative wind angle": [ - 0.05261436425037676, - 0.15615455468172967, - 0.18854156690202198, - 0.099294769306976, - 0.0754771107814193, - 0.18370733328337852, - 0.16693131008879208, - 0.07049025183525945 - ], - "resistance": [ - 98564.84551337497, - 97348.9615264244, - 95860.91662040605, - 94911.74799345325, - 94854.82086206938, - 95667.19753466174, - 97122.59658955038, - 98432.72901766401 - ], - "fuel": [ - 43.76447761142741, - 43.13215778355386, - 42.36578675548652, - 41.88125111413377, - 41.852297269663616, - 42.266623933602496, - 43.01504423087974, - 43.69550410092239 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 23.28125, -46.40625 23.4375, -46.25 23.4375, -46.25 23.28125, -46.40625 23.28125))", @@ -392997,68 +271029,7 @@ "id": "6905", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.559748233047229, - 14.559748233047229, - 14.559748233047229, - 14.559748233047229, - 14.559748233047229, - 14.559748233047229, - 14.559748233047229, - 14.559748233047229 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2014.8919761876768, - 548.701064586653, - -1105.7398730929153, - -2040.0565593004485, - -1989.9484592382987, - -932.0224252663074, - 751.0441884333895, - 2131.8188711188013 - ], - "relative wind speed": [ - 4.632419461907203, - 4.304278274974282, - 3.8162573001648092, - 3.4484491865001905, - 3.475052431261222, - 3.874078987663463, - 4.355626211006856, - 4.652257267090603 - ], - "relative wind angle": [ - 0.058849015364681206, - 0.14050702427631187, - 0.15257858944669028, - 0.06310860002713231, - 0.07848396953636835, - 0.15623133393992722, - 0.13356302823068034, - 0.04676475316802775 - ], - "resistance": [ - 98649.39197618768, - 97183.20106458665, - 95528.76012690709, - 94594.44344069956, - 94644.5515407617, - 95702.4775747337, - 97385.54418843338, - 98766.3188711188 - ], - "fuel": [ - 45.46871942947739, - 44.70644915937148, - 43.85591370635534, - 43.38008871694215, - 43.405525133289785, - 43.944741941952785, - 44.811171226938605, - 45.529853931724496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 23.125, -46.5625 23.28125, -46.40625 23.28125, -46.40625 23.125, -46.5625 23.125))", @@ -393077,68 +271048,7 @@ "id": "6906", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.805847988691175, - 12.805847988691175, - 12.805847988691175, - 12.805847988691175, - 12.805847988691175, - 12.805847988691175, - 12.805847988691175, - 12.805847988691175 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1898.2888688320763, - 489.55560387495643, - -1053.8264487025617, - -1897.947155600311, - -1820.1911909917753, - -789.8295494448357, - 798.1762574452059, - 2078.6389654994946 - ], - "relative wind speed": [ - 4.183144124346619, - 3.8283625374534824, - 3.3043041562278836, - 2.9111036366373084, - 2.959097733099453, - 3.405670923755361, - 3.9161879681936993, - 4.216684690114616 - ], - "relative wind angle": [ - 0.07429616085504348, - 0.17167808014996055, - 0.18703430145361497, - 0.07388827706296631, - 0.10512608749327991, - 0.19323954806284996, - 0.15754359098305398, - 0.05098647885709315 - ], - "resistance": [ - 98532.78886883208, - 97124.05560387496, - 95580.67355129744, - 94736.55284439969, - 94814.30880900823, - 95844.67045055516, - 97432.6762574452, - 98713.1389654995 - ], - "fuel": [ - 43.951435157282056, - 43.21949765795823, - 42.42607749652869, - 41.99588243329154, - 42.03539887478067, - 42.56116433565808, - 43.3792164393534, - 44.04567311748461 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 23.125, -46.40625 23.28125, -46.25 23.28125, -46.25 23.125, -46.40625 23.125))", @@ -393157,68 +271067,7 @@ "id": "6907", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.09043612259224, - 17.09043612259224, - 17.09043612259224, - 17.09043612259224, - 17.09043612259224, - 17.09043612259224, - 17.09043612259224, - 17.09043612259224 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2640.0842410922432, - 908.9214569649812, - -1198.7064605601026, - -2515.1054023032966, - -2570.762237128839, - -1393.408393767686, - 682.4451852037637, - 2509.83569864124 - ], - "relative wind speed": [ - 5.393407947358841, - 5.072463078278999, - 4.557816953889633, - 4.138061999870985, - 4.113109330372469, - 4.502958579614839, - 5.023228271248161, - 5.374286979260997 - ], - "relative wind angle": [ - 0.04355247907255821, - 0.12238837357731824, - 0.1410934181536241, - 0.06945384712881396, - 0.05712218327821719, - 0.13796054193990284, - 0.12794530914268007, - 0.05346014314784541 - ], - "resistance": [ - 99274.58424109228, - 97543.421456965, - 95435.79353943992, - 94119.39459769674, - 94063.73776287118, - 95241.09160623234, - 97316.94518520379, - 99144.33569864127 - ], - "fuel": [ - 48.25473128359463, - 47.35152868261419, - 46.26696528363868, - 45.59794618070705, - 45.56980239101294, - 46.16760770779487, - 47.23419369894712, - 48.18638853236398 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 22.96875, -47.5 23.125, -47.34375 23.125, -47.34375 22.96875, -47.5 22.96875))", @@ -393237,68 +271086,7 @@ "id": "6908", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.6573049145337, - 7.6573049145337, - 7.6573049145337, - 7.6573049145337, - 7.6573049145337, - 7.6573049145337, - 7.6573049145337, - 7.6573049145337 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1047.0289635060858, - 375.3149825803266, - -405.64937652931076, - -884.3125451478011, - -893.9896222150389, - -437.07087364180006, - 338.20662461142774, - 1024.808781356885 - ], - "relative wind speed": [ - 2.6728782446261747, - 2.4163916621187727, - 1.9896921059540333, - 1.6141183320532984, - 1.603533163760371, - 1.968920529914328, - 2.399316994767354, - 2.6664993395845276 - ], - "relative wind angle": [ - 0.07913949829604479, - 0.22091055494038095, - 0.2735312015377782, - 0.14337895621954078, - 0.13216185183790097, - 0.27226793183474357, - 0.22593162223065305, - 0.08660307051531935 - ], - "resistance": [ - 97681.52896350609, - 97009.81498258033, - 96228.85062347069, - 95750.1874548522, - 95740.51037778496, - 96197.4291263582, - 96972.70662461143, - 97659.30878135689 - ], - "fuel": [ - 40.4036949862524, - 40.05589824448468, - 39.6536451278787, - 39.40822076292497, - 39.403267839648606, - 39.6375082772048, - 40.03673340027418, - 40.3921630794365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 22.96875, -47.34375 23.125, -47.1875 23.125, -47.1875 22.96875, -47.34375 22.96875))", @@ -393317,68 +271105,7 @@ "id": "6909", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.143149788752211, - 9.143149788752211, - 9.143149788752211, - 9.143149788752211, - 9.143149788752211, - 9.143149788752211, - 9.143149788752211, - 9.143149788752211 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1534.974646821504, - 902.4718585262699, - -122.77742868991572, - -972.7505167038241, - -1211.5059441789283, - -917.7926745507864, - -31.387370317314435, - 982.1209449969474 - ], - "relative wind speed": [ - 3.166843330625705, - 3.003005715624312, - 2.5949323306183696, - 2.124603677339345, - 1.9128862431092983, - 2.1610153011334803, - 2.6371114233791544, - 3.0288759753481895 - ], - "relative wind angle": [ - 0.006859488871700961, - 0.15335344429022477, - 0.2440410914692377, - 0.2028362810603463, - 0.01135625457503067, - 0.21389714218528202, - 0.24006037588815268, - 0.1417803252185278 - ], - "resistance": [ - 98169.47464682149, - 97536.97185852626, - 96511.72257131006, - 95661.74948329617, - 95422.99405582105, - 95716.7073254492, - 96603.11262968267, - 97616.62094499693 - ], - "fuel": [ - 41.37409482943907, - 41.04540610612794, - 40.51578345685801, - 40.07967034660335, - 39.95765083097521, - 40.10778740229669, - 40.56283489005024, - 41.086714916259595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 22.8125, -47.5 22.96875, -47.34375 22.96875, -47.34375 22.8125, -47.5 22.8125))", @@ -393397,68 +271124,7 @@ "id": "6910", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.839080149838537, - 8.839080149838537, - 8.839080149838537, - 8.839080149838537, - 8.839080149838537, - 8.839080149838537, - 8.839080149838537, - 8.839080149838537 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1250.0280734128323, - 454.12089708305666, - -487.97976242871573, - -1074.0627103976144, - -1094.936642945461, - -556.787572470977, - 373.17156881650226, - 1201.9599554122115 - ], - "relative wind speed": [ - 3.023908169590841, - 2.75749558675841, - 2.313306030806439, - 1.9251630959471466, - 1.9058022709819336, - 2.2742737309317045, - 2.7248335952921385, - 3.011619160551566 - ], - "relative wind angle": [ - 0.06986972491605117, - 0.1993688381264601, - 0.24505397541115354, - 0.1289553019511909, - 0.1109988683849394, - 0.24250094913173403, - 0.20745267003488418, - 0.08229864629587023 - ], - "resistance": [ - 97884.52807341286, - 97088.62089708309, - 96146.52023757131, - 95560.43728960241, - 95539.56335705456, - 96077.71242752906, - 97007.67156881653, - 97836.45995541224 - ], - "fuel": [ - 41.06732897845582, - 40.6548108003749, - 40.1695670149641, - 39.86936212392214, - 39.85869359740583, - 40.134255883528574, - 40.61298687727371, - 41.04234842313742 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 22.8125, -47.34375 22.96875, -47.1875 22.96875, -47.1875 22.8125, -47.34375 22.8125))", @@ -393477,68 +271143,7 @@ "id": "6911", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.420582377621713, - 8.420582377621713, - 8.420582377621713, - 8.420582377621713, - 8.420582377621713, - 8.420582377621713, - 8.420582377621713, - 8.420582377621713 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1422.2520282276632, - 854.858399022773, - -79.71429283860789, - -863.6903414900353, - -1093.8781327777751, - -839.723556538097, - -39.88416294005992, - 889.7213018061457 - ], - "relative wind speed": [ - 2.9623296722859993, - 2.808434905013318, - 2.4107024680622184, - 1.9400834374386695, - 1.7158243230621215, - 1.9575861613784709, - 2.430630330880529, - 2.8205542807565 - ], - "relative wind angle": [ - 0.003480913120427807, - 0.1602046464964989, - 0.26150886882817925, - 0.22530376142952613, - 0.006009737320806488, - 0.23090068325337598, - 0.25931524473433587, - 0.15427588159420255 - ], - "resistance": [ - 98056.75202822767, - 97489.35839902278, - 96554.7857071614, - 95770.80965850997, - 95540.62186722223, - 95794.7764434619, - 96594.61583705994, - 97524.22130180614 - ], - "fuel": [ - 40.94870913281936, - 40.65402453304784, - 40.17125145598432, - 39.768778911184576, - 39.651040929954505, - 39.78104893457427, - 40.1917602381013, - 40.67209657562802 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 22.96875, -47.1875 23.125, -47.03125 23.125, -47.03125 22.96875, -47.1875 22.96875))", @@ -393570,37 +271175,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1792.1755170937927, + 1792.1755170937836, 1521.4293164476062, - 321.56077419389703, + 321.5607741938961, -925.4604509631695, - -1556.2403767836172, + -1556.2403767836158, -1439.0678842795792, - -533.9479678742132, + -533.9479678742136, 780.7739787509431 ], "relative wind speed": [ - 3.667166568202705, + 3.667166568202704, 3.609436453944959, 3.2496888104252495, 2.736952309230862, - 2.3701129481096244, + 2.370112948109624, 2.4571354278252007, 2.9163450860859075, 3.4021519781950285 ], "relative wind angle": [ - 0.04651366959735849, - 0.09399695611415082, - 0.20125636779586542, + 0.04651366959736088, + 0.0939969561141508, + 0.201256367795866, 0.21350249853676595, - 0.07200471399427148, + 0.07200471399426839, 0.1383152347586121, - 0.22463392593600634, - 0.1712923157695255 + 0.22463392593600687, + 0.17129231576952553 ], "resistance": [ - 98426.67551709383, + 98426.67551709381, 98155.92931644764, 96956.06077419393, 95709.03954903685, @@ -393610,7 +271215,7 @@ 97415.27397875098 ], "fuel": [ - 42.510275227745915, + 42.51027522774591, 42.36913691519486, 41.746935874057705, 41.105960506741994, @@ -393650,10 +271255,10 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2829.4025066683425, + 2829.4025066681716, 1789.7773443197475, - -156.71947884946167, - -1873.4843401796052, + -156.71947884946348, + -1873.484340179606, -2420.772529042052, -1976.2403392364013, -328.4788006662902, @@ -393670,17 +271275,17 @@ 4.784554491890822 ], "relative wind angle": [ - 0.004811787576211905, + 0.004811787576258051, 0.10132146588876689, - 0.16450897875329853, - 0.1368660575659462, + 0.16450897875329926, + 0.13686605756594622, 0.006740261467189665, 0.1292044375452977, - 0.16633299149810282, + 0.16633299149810285, 0.10908738600992317 ], "resistance": [ - 99463.90250666831, + 99463.90250666815, 98424.27734431972, 96477.7805211505, 94761.01565982036, @@ -393690,7 +271295,7 @@ 98277.14654484176 ], "fuel": [ - 46.63574775200914, + 46.63574775200907, 46.09127230812153, 45.0826617120696, 44.20479141503466, @@ -393717,68 +271322,7 @@ "id": "6914", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.132592886978523, - 8.132592886978523, - 8.132592886978523, - 8.132592886978523, - 8.132592886978523, - 8.132592886978523, - 8.132592886978523, - 8.132592886978523 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1310.699698049396, - 1094.667512410695, - 238.83427299027426, - -631.243769663799, - -1065.5650370705002, - -971.5164972281052, - -326.67609836010547, - 598.8658759576133 - ], - "relative wind speed": [ - 2.879173894800969, - 2.821184894435798, - 2.4882758520079427, - 2.0055814375681176, - 1.6499300497810694, - 1.7472341792333441, - 2.1955397445703624, - 2.6437765758392193 - ], - "relative wind angle": [ - 0.052725724700467644, - 0.11665774096964471, - 0.25021074781440594, - 0.2741426786167072, - 0.09209536397041329, - 0.18905962279017555, - 0.2844423842312422, - 0.20684255477467964 - ], - "resistance": [ - 97945.19969804942, - 97729.16751241071, - 96873.3342729903, - 96003.25623033622, - 95568.93496292952, - 95662.98350277191, - 96307.8239016399, - 97233.36587595762 - ], - "fuel": [ - 40.7541113965643, - 40.64186021081865, - 40.19887257350116, - 39.75130559349428, - 39.52894535454844, - 39.577036013560644, - 39.90765434628524, - 40.38489633357349 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 22.8125, -47.03125 22.96875, -46.875 22.96875, -46.875 22.8125, -47.03125 22.8125))", @@ -393797,68 +271341,7 @@ "id": "6915", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.729822442685583, - 10.729822442685583, - 10.729822442685583, - 10.729822442685583, - 10.729822442685583, - 10.729822442685583, - 10.729822442685583, - 10.729822442685583 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1856.563393541764, - 1365.2839015161312, - 124.38070803553228, - -1056.2249059648802, - -1550.6437119689376, - -1338.3537737961851, - -345.3056688377983, - 958.0226112422065 - ], - "relative wind speed": [ - 3.6472318959129186, - 3.541166500199882, - 3.146462715510994, - 2.632425454141678, - 2.316955901872848, - 2.476030082945295, - 2.9614789436508144, - 3.4265027917944186 - ], - "relative wind angle": [ - 0.025987448674088195, - 0.1142106129645027, - 0.2131142716758158, - 0.20566430607966413, - 0.04091490493649122, - 0.1637171383180244, - 0.22665159648825592, - 0.15754185315128236 - ], - "resistance": [ - 98491.06339354174, - 97999.78390151612, - 96758.88070803552, - 95578.27509403511, - 95083.85628803105, - 95296.1462262038, - 96289.19433116219, - 97592.5226112422 - ], - "fuel": [ - 42.46770077681781, - 42.21168369919394, - 41.56901955777286, - 40.96290250329875, - 40.71061116351413, - 40.81882674495859, - 41.32726366055055, - 42.00013128654062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 22.96875, -46.875 23.125, -46.71875 23.125, -46.71875 22.96875, -46.875 22.96875))", @@ -393877,68 +271360,7 @@ "id": "6916", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.798939105020853, - 14.798939105020853, - 14.798939105020853, - 14.798939105020853, - 14.798939105020853, - 14.798939105020853, - 14.798939105020853, - 14.798939105020853 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2701.4898478940486, - 1564.9513574032753, - -314.09882580844624, - -1880.930444981097, - -2302.4822525330237, - -1775.2263062748034, - -137.48475385041547, - 1716.390836142069 - ], - "relative wind speed": [ - 4.816390897680827, - 4.62058342478212, - 4.145672934496084, - 3.625851418126242, - 3.4054130117377315, - 3.666697134261855, - 4.19617146694007, - 4.652704649281671 - ], - "relative wind angle": [ - 0.005319033696864838, - 0.11212127958826656, - 0.17101047975017394, - 0.13298142873373545, - 0.007522924895841803, - 0.14146500450188465, - 0.16893253800950703, - 0.10351197097543233 - ], - "resistance": [ - 99335.98984789403, - 98199.45135740326, - 96320.40117419155, - 94753.56955501888, - 94332.01774746696, - 94859.27369372518, - 96497.01524614957, - 98350.89083614206 - ], - "fuel": [ - 46.04274838785294, - 45.448263106264974, - 44.47593733586701, - 43.67521611515205, - 43.4613437405727, - 43.728948317543555, - 44.56676793368838, - 45.52719847559013 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 22.96875, -46.71875 23.125, -46.5625 23.125, -46.5625 22.96875, -46.71875 22.96875))", @@ -393957,68 +271379,7 @@ "id": "6917", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.693475871107744, - 10.693475871107744, - 10.693475871107744, - 10.693475871107744, - 10.693475871107744, - 10.693475871107744, - 10.693475871107744, - 10.693475871107744 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1954.5904867043678, - 1056.379861155901, - -291.2985944688294, - -1347.4918913215397, - -1598.0411419903658, - -1127.185022392308, - 75.25960871465077, - 1374.965083373661 - ], - "relative wind speed": [ - 3.6666045160900906, - 3.45276718006721, - 2.978396235760771, - 2.4655242041978864, - 2.276188383466582, - 2.589096567278088, - 3.1231679585392977, - 3.54206332989048 - ], - "relative wind angle": [ - 0.020277475662908807, - 0.15830747104350096, - 0.23566972326315633, - 0.17908406256422513, - 0.032667600825389304, - 0.2118152889773183, - 0.22455322554148424, - 0.12430972665908696 - ], - "resistance": [ - 98589.0904867044, - 97690.87986115593, - 96343.2014055312, - 95287.00810867849, - 95036.45885800966, - 95507.31497760772, - 96709.75960871468, - 98009.4650833737 - ], - "fuel": [ - 42.49582596981871, - 42.02810009553373, - 41.331953824659436, - 40.791098636233, - 40.66340658289016, - 40.90357070205066, - 41.52063115647313, - 42.193653646249984 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 22.8125, -46.875 22.96875, -46.71875 22.96875, -46.71875 22.8125, -46.875 22.8125))", @@ -394037,68 +271398,7 @@ "id": "6918", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.941415239458031, - 11.941415239458031, - 11.941415239458031, - 11.941415239458031, - 11.941415239458031, - 11.941415239458031, - 11.941415239458031, - 11.941415239458031 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2170.830440681272, - 1308.3428807958135, - -156.56039465643062, - -1404.124670417636, - -1766.6493275937005, - -1391.0761873625784, - -134.81755122648065, - 1327.1292403397792 - ], - "relative wind speed": [ - 4.004446755442722, - 3.831645064872085, - 3.38368579571661, - 2.8692219663088263, - 2.629682998766294, - 2.8756429868844333, - 3.3913856942320613, - 3.8364556297743286 - ], - "relative wind angle": [ - 0.000981844679919571, - 0.12792645327994476, - 0.20456989677694, - 0.16924006495788296, - 0.0014951405087400944, - 0.1708203527471372, - 0.20409886908316402, - 0.12630405292970134 - ], - "resistance": [ - 98805.33044068128, - 97942.84288079583, - 96477.93960534358, - 95230.37532958238, - 94867.85067240632, - 95243.42381263744, - 96499.68244877353, - 97961.6292403398 - ], - "fuel": [ - 43.45065542674507, - 43.000780335265105, - 42.243027376631254, - 41.6039936948834, - 41.41938546379224, - 41.610647484501136, - 42.25421595321225, - 43.01054984538612 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 22.8125, -46.71875 22.96875, -46.5625 22.96875, -46.5625 22.8125, -46.71875 22.8125))", @@ -394117,68 +271417,7 @@ "id": "6919", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.983981228553233, - 11.983981228553233, - 11.983981228553233, - 11.983981228553233, - 11.983981228553233, - 11.983981228553233, - 11.983981228553233, - 11.983981228553233 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2132.9160078996574, - 936.0899239040764, - -630.0571192901416, - -1714.3222630165096, - -1859.4840287539073, - -1116.6841838317682, - 365.7139172290954, - 1797.2241374082523 - ], - "relative wind speed": [ - 4.0337497212688165, - 3.749571872834077, - 3.2264080936764783, - 2.731349698959726, - 2.6341442608562673, - 3.0249898464771445, - 3.5777288345956544, - 3.9685742556780865 - ], - "relative wind angle": [ - 0.04451971753469381, - 0.1667990035146774, - 0.2189738867086191, - 0.13538169478008197, - 0.06820482341953414, - 0.20727636917466943, - 0.19717215886341846, - 0.0930254653030134 - ], - "resistance": [ - 98767.41600789965, - 97570.58992390407, - 96004.44288070986, - 94920.17773698349, - 94775.01597124609, - 95517.81581616824, - 97000.21391722909, - 98431.72413740825 - ], - "fuel": [ - 43.46134266485833, - 42.837989315875106, - 42.03033021550836, - 41.47652338817329, - 41.402711592034166, - 41.78123609164769, - 42.542790765972434, - 43.28596351312021 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 22.96875, -46.5625 23.125, -46.40625 23.125, -46.40625 22.96875, -46.5625 22.96875))", @@ -394197,68 +271436,7 @@ "id": "6920", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.998185621166655, - 11.998185621166655, - 11.998185621166655, - 11.998185621166655, - 11.998185621166655, - 11.998185621166655, - 11.998185621166655, - 11.998185621166655 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2062.451150660954, - 946.430977619314, - -558.9045889782983, - -1630.687118336506, - -1798.7057796341214, - -1125.6420659809683, - 282.98183302561574, - 1673.2397661158438 - ], - "relative wind speed": [ - 4.0117181528370445, - 3.7497224000522333, - 3.2524564859529868, - 2.772674516484338, - 2.661114824346134, - 3.0191052596263575, - 3.5492170197297552, - 3.9354403402663034 - ], - "relative wind angle": [ - 0.03775037350090865, - 0.15667454336392184, - 0.20937797399759892, - 0.13419467071239008, - 0.056927156432597645, - 0.19502833788687554, - 0.19164335442644992, - 0.09440213413075822 - ], - "resistance": [ - 98696.95115066097, - 97580.93097761933, - 96075.59541102171, - 95003.81288166351, - 94835.79422036589, - 95508.85793401905, - 96917.48183302562, - 98307.73976611586 - ], - "fuel": [ - 43.43470589332076, - 42.853564230419295, - 42.077037254682345, - 41.529297476026514, - 41.44381827082945, - 41.78687072164087, - 42.51028496173595, - 43.23150676815565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 22.96875, -46.40625 23.125, -46.25 23.125, -46.25 22.96875, -46.40625 22.96875))", @@ -394277,68 +271455,7 @@ "id": "6921", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.93471445629321, - 17.93471445629321, - 17.93471445629321, - 17.93471445629321, - 17.93471445629321, - 17.93471445629321, - 17.93471445629321, - 17.93471445629321 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3032.880813288655, - 1586.0959620089707, - -628.5701072698066, - -2365.2627160548145, - -2749.156037961907, - -1983.1140918689034, - 12.222787354770844, - 2131.3864071760217 - ], - "relative wind speed": [ - 5.656107196875833, - 5.430318590978572, - 4.951689623492321, - 4.471577785532836, - 4.308819016830717, - 4.590110014239866, - 5.102767858226659, - 5.528332664581779 - ], - "relative wind angle": [ - 0.013477326658694954, - 0.09781049432998416, - 0.13648282828016026, - 0.09462559426031768, - 0.01769182530018905, - 0.11578860949723711, - 0.1324178101487869, - 0.07649809088465231 - ], - "resistance": [ - 99667.38081328868, - 98220.59596200899, - 96005.9298927302, - 94269.2372839452, - 93885.34396203811, - 94651.38590813111, - 96646.72278735478, - 98765.88640717603 - ], - "fuel": [ - 49.375285025964985, - 48.617571299571736, - 47.472787713567186, - 46.58784097007445, - 46.393739419511704, - 46.78160503152676, - 47.8021437394828, - 48.902237565515236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 22.8125, -46.5625 22.96875, -46.40625 22.96875, -46.40625 22.8125, -46.5625 22.8125))", @@ -394357,68 +271474,7 @@ "id": "6922", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.603492472880568, - 14.603492472880568, - 14.603492472880568, - 14.603492472880568, - 14.603492472880568, - 14.603492472880568, - 14.603492472880568, - 14.603492472880568 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2537.63299511262, - 1243.6984696976042, - -609.6192310248707, - -1994.0139412409362, - -2258.11303396489, - -1520.5095940265046, - 181.70143182169522, - 1921.959590830741 - ], - "relative wind speed": [ - 4.745814294525764, - 4.496792736681743, - 3.99983956993449, - 3.511254700839295, - 3.370674570365776, - 3.696357052661702, - 4.229123288841537, - 4.642767580147593 - ], - "relative wind angle": [ - 0.024503971158090332, - 0.12678799706686125, - 0.17283120111295172, - 0.1153623676914376, - 0.03450429066637641, - 0.15444392061118148, - 0.16337432376101574, - 0.08716374674229098 - ], - "resistance": [ - 99172.13299511264, - 97878.19846969761, - 96024.88076897514, - 94640.48605875908, - 94376.38696603512, - 95113.99040597351, - 96816.20143182171, - 98556.45959083075 - ], - "fuel": [ - 45.781339742016904, - 45.10569370859051, - 44.148810086868885, - 43.442374748556915, - 43.30841904974171, - 43.68319427429138, - 44.555812098331344, - 45.459080320637014 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 22.8125, -46.40625 22.96875, -46.25 22.96875, -46.25 22.8125, -46.40625 22.8125))", @@ -394437,68 +271493,7 @@ "id": "6923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.829847403505426, - 18.829847403505426, - 18.829847403505426, - 18.829847403505426, - 18.829847403505426, - 18.829847403505426, - 18.829847403505426, - 18.829847403505426 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3009.2303638601043, - 1345.690068367885, - -952.0520420682005, - -2595.739531459636, - -2847.902989401249, - -1844.4485467642007, - 309.2637505831135, - 2416.695151300133 - ], - "relative wind speed": [ - 5.883627091920095, - 5.618369605846679, - 5.129395815511261, - 4.682891064100331, - 4.581358487388, - 4.903043577089275, - 5.412505142219611, - 5.803140927851696 - ], - "relative wind angle": [ - 0.024247439714383014, - 0.10010059459149456, - 0.1273334725413014, - 0.07689311583259491, - 0.031141848929537565, - 0.11476499826990476, - 0.12063968783241866, - 0.06202815659725859 - ], - "resistance": [ - 99643.73036386012, - 97980.1900683679, - 95682.44795793181, - 94038.76046854038, - 93786.59701059877, - 94790.05145323582, - 96943.76375058312, - 99051.19515130014 - ], - "fuel": [ - 50.383248125674506, - 49.51283197324767, - 48.327516152679166, - 47.49165504439681, - 47.364312315948894, - 47.872460157702946, - 48.97574774149322, - 50.07203452339199 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 20.78125, -42.8125 20.9375, -42.65625 20.9375, -42.65625 20.78125, -42.8125 20.78125))", @@ -394517,68 +271512,7 @@ "id": "6924", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.90125831611806, - 11.90125831611806, - 11.90125831611806, - 11.90125831611806, - 11.90125831611806, - 11.90125831611806, - 11.90125831611806, - 11.90125831611806 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1849.896582921535, - 1220.574241523247, - -42.07393573299123, - -1179.3758129201879, - -1574.0512987222546, - -1304.1667732861179, - -250.40262500719837, - 1041.5549322949837 - ], - "relative wind speed": [ - 3.906897367134976, - 3.7784023778186877, - 3.397098986290636, - 2.9425252598553056, - 2.7053612741512, - 2.8821002987920616, - 3.3230325214096745, - 3.7315374520586913 - ], - "relative wind angle": [ - 0.009634371420277385, - 0.10558990032332087, - 0.17779445794771476, - 0.15403136800189388, - 0.013913532676581512, - 0.1386135910895897, - 0.18180103009520074, - 0.12127968622938273 - ], - "resistance": [ - 98484.39658292149, - 97855.07424152321, - 96592.42606426697, - 95455.12418707977, - 95060.4487012777, - 95330.33322671383, - 96384.09737499277, - 97676.05493229494 - ], - "fuel": [ - 43.25424755689795, - 42.92647040770345, - 42.27327551563416, - 41.6900031831035, - 41.488716344197215, - 41.62629639222564, - 42.16607278279674, - 42.83349896848587 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 20.78125, -42.65625 20.9375, -42.5 20.9375, -42.5 20.78125, -42.65625 20.78125))", @@ -394597,68 +271531,7 @@ "id": "6925", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.014897097150564, - 11.014897097150564, - 11.014897097150564, - 11.014897097150564, - 11.014897097150564, - 11.014897097150564, - 11.014897097150564, - 11.014897097150564 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1641.9712420253632, - 669.1752321514955, - -564.668585498905, - -1388.1056348432517, - -1471.1729522926012, - -845.2558714335655, - 340.82594967693467, - 1449.546965726629 - ], - "relative wind speed": [ - 3.658990154814061, - 3.399304841314936, - 2.943325069996904, - 2.5310147186858543, - 2.47104975300246, - 2.8176270921916857, - 3.2910687272020716, - 3.617770076806334 - ], - "relative wind angle": [ - 0.04843103119153018, - 0.1613161787346197, - 0.2035564071733599, - 0.11700840206427898, - 0.07174742894989321, - 0.19500932943398722, - 0.18179314786250375, - 0.08176422627968866 - ], - "resistance": [ - 98276.47124202536, - 97303.6752321515, - 96069.8314145011, - 95246.39436515675, - 95163.3270477074, - 95789.24412856644, - 96975.32594967693, - 98084.04696572662 - ], - "fuel": [ - 42.539695261918304, - 42.03439710424344, - 41.3985687782028, - 40.97738437903611, - 40.935035913604516, - 41.254766236828715, - 41.86463793811132, - 42.4394651912158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.8125 20.625, -42.8125 20.78125, -42.65625 20.78125, -42.65625 20.625, -42.8125 20.625))", @@ -394677,68 +271550,7 @@ "id": "6926", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.198544053374842, - 9.198544053374842, - 9.198544053374842, - 9.198544053374842, - 9.198544053374842, - 9.198544053374842, - 9.198544053374842, - 9.198544053374842 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1276.2132101278426, - 487.4426416268652, - -472.5649644263867, - -1087.7420147922178, - -1127.3199353631953, - -604.2406593032019, - 332.86249035136143, - 1184.8830615625866 - ], - "relative wind speed": [ - 3.112550342982439, - 2.8597393011528216, - 2.429272423493211, - 2.0472963924054874, - 2.012447199155547, - 2.3579237681551692, - 2.7993836570653414, - 3.0897396085483613 - ], - "relative wind angle": [ - 0.06086915072859016, - 0.18425608288918202, - 0.22907563364844402, - 0.12545916048668598, - 0.09422447755010663, - 0.2240777893031595, - 0.19835322767366856, - 0.08300804281282279 - ], - "resistance": [ - 97910.71321012787, - 97121.9426416269, - 96161.93503557364, - 95546.7579852078, - 95507.18006463684, - 96030.25934069682, - 96967.36249035138, - 97819.38306156262 - ], - "fuel": [ - 41.26897775805634, - 40.86007115131541, - 40.36551706184472, - 40.050407529671276, - 40.030182912538635, - 40.29795092802158, - 40.78020655174386, - 41.22151277881615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.65625 20.625, -42.65625 20.78125, -42.5 20.78125, -42.5 20.625, -42.65625 20.625))", @@ -394757,68 +271569,7 @@ "id": "6927", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.533279757877555, - 9.533279757877555, - 9.533279757877555, - 9.533279757877555, - 9.533279757877555, - 9.533279757877555, - 9.533279757877555, - 9.533279757877555 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1192.2837698266962, - 183.78645599634683, - -813.1805080857494, - -1272.6971655191812, - -1132.5875754082344, - -347.7451880450253, - 730.4866505513546, - 1515.7732882082178 - ], - "relative wind speed": [ - 3.1872778508813813, - 2.8363777503069096, - 2.3571806472167416, - 2.0372517593016073, - 2.156590298785631, - 2.6008812108781987, - 3.0419272200238776, - 3.264847176325078 - ], - "relative wind angle": [ - 0.10972448885801118, - 0.2183715111285784, - 0.222421361846741, - 0.05937106543081833, - 0.16255426200573989, - 0.2385107033808035, - 0.17177966590686644, - 0.037034014533998336 - ], - "resistance": [ - 97826.7837698267, - 96818.28645599635, - 95821.31949191426, - 95361.80283448081, - 95501.91242459176, - 96286.75481195498, - 97364.98665055135, - 98150.27328820822 - ], - "fuel": [ - 41.40811361100994, - 40.88602568626402, - 40.37362679304589, - 40.138699856197434, - 40.21024733103943, - 40.61238059918006, - 41.16857662466715, - 41.576382232541874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 20.15625, -43.4375 20.3125, -43.28125 20.3125, -43.28125 20.15625, -43.4375 20.15625))", @@ -394837,68 +271588,7 @@ "id": "6928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.973685754308015, - 7.973685754308015, - 7.973685754308015, - 7.973685754308015, - 7.973685754308015, - 7.973685754308015, - 7.973685754308015, - 7.973685754308015 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 412.7725195417079, - -315.15728975458796, - -804.4505049868974, - -857.5913899343047, - -492.00156777268694, - 205.16888879798216, - 863.7040831954487, - 986.36328968611 - ], - "relative wind speed": [ - 2.499501745280197, - 2.130205265581263, - 1.787304069064986, - 1.733335195423619, - 2.0196687800384283, - 2.4059917876440315, - 2.6706020146072693, - 2.705941620956821 - ], - "relative wind angle": [ - 0.17876534615542553, - 0.2308204164649704, - 0.13737263181647963, - 0.08155431994807753, - 0.22187593645509548, - 0.20396406494943972, - 0.09177671952773667, - 0.05220677583550164 - ], - "resistance": [ - 97047.27251954173, - 96319.34271024543, - 95830.04949501311, - 95776.90861006572, - 96142.49843222732, - 96839.668888798, - 97498.20408319547, - 97620.86328968612 - ], - "fuel": [ - 40.215668301834626, - 39.840558527227884, - 39.5895287513853, - 39.56231867972283, - 39.749726529491525, - 40.10848702267287, - 40.44902703774458, - 40.512634525743856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 20.15625, -43.28125 20.3125, -43.125 20.3125, -43.125 20.15625, -43.28125 20.15625))", @@ -394917,68 +271607,7 @@ "id": "6929", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.781738001069613, - 8.781738001069613, - 8.781738001069613, - 8.781738001069613, - 8.781738001069613, - 8.781738001069613, - 8.781738001069613, - 8.781738001069613 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 247.9139252348259, - -607.4904901023633, - -1053.2050194779733, - -984.8486952712558, - -380.3895613777977, - 514.6177815529313, - 1217.2432095417112, - 1059.5183222210317 - ], - "relative wind speed": [ - 2.6508660629721943, - 2.2195101255054492, - 1.9008749581450402, - 1.9640445223750598, - 2.348540832487734, - 2.7598024799718304, - 2.9882117259620298, - 2.947077202892453 - ], - "relative wind angle": [ - 0.2070006395281302, - 0.2248110217639664, - 0.08157983931476052, - 0.14084629323122638, - 0.23411537508834954, - 0.18025475319793827, - 0.05186064212127028, - 0.09369231383745452 - ], - "resistance": [ - 96882.41392523487, - 96027.00950989767, - 95581.29498052207, - 95649.65130472879, - 96254.11043862224, - 97149.11778155298, - 97851.74320954176, - 97694.01832222108 - ], - "fuel": [ - 40.51910968570757, - 40.079038546327716, - 39.85081533119913, - 39.88576844217833, - 40.19560735777452, - 40.656874884269364, - 41.02108141869587, - 40.939164677284126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.4375 20, -43.4375 20.15625, -43.28125 20.15625, -43.28125 20, -43.4375 20))", @@ -394997,68 +271626,7 @@ "id": "6930", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.622281070204898, - 7.622281070204898, - 7.622281070204898, - 7.622281070204898, - 7.622281070204898, - 7.622281070204898, - 7.622281070204898, - 7.622281070204898 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 48.118339375249434, - -601.7136865931836, - -857.8652704992205, - -721.8217371071194, - -151.59567419661607, - 577.4862872330693, - 1065.8743257806034, - 751.653730977069 - ], - "relative wind speed": [ - 2.237574263336253, - 1.8312950140769757, - 1.5898412779982491, - 1.7356516906238357, - 2.1270338664069337, - 2.485431597168511, - 2.6463968643345424, - 2.553140196233146 - ], - "relative wind angle": [ - 0.23843797319776597, - 0.22802668321723954, - 0.03583956158376195, - 0.1932971574252678, - 0.2510895051821762, - 0.16734040725535385, - 0.021527919098277074, - 0.13096271819267727 - ], - "resistance": [ - 96682.61833937524, - 96032.78631340682, - 95776.63472950077, - 95912.67826289288, - 96482.90432580338, - 97211.98628723307, - 97700.3743257806, - 97386.15373097706 - ], - "fuel": [ - 39.87195280678314, - 39.53787496100506, - 39.406619516691904, - 39.476299613658355, - 39.76911282635534, - 40.14526161398962, - 40.39833758475866, - 40.23541096927821 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.28125 20, -43.28125 20.15625, -43.125 20.15625, -43.125 20, -43.28125 20))", @@ -395092,51 +271660,51 @@ "wind resistance": [ -59.95111380148683, -768.4614544262083, - -984.8609885934197, + -984.8609885934839, -779.0557447941155, -77.57769444524638, 750.1569484602019, - 1243.0012939343992, - 765.47733421477 + 1243.001293934311, + 765.4773342147696 ], "relative wind speed": [ 2.4137685358951186, 1.9988375482375276, - 1.7956934281501267, - 1.9913096782671678, + 1.7956934281501264, + 1.9913096782671675, 2.404953091939256, 2.75947936666706, - 2.895783664468721, - 2.7649165782252743 + 2.8957836644687216, + 2.7649165782252747 ], "relative wind angle": [ - 0.22989840540346462, - 0.19746615891137845, - 0.002521189873362893, - 0.19494418108686246, + 0.22989840540346512, + 0.19746615891137848, + 0.002521189873495, + 0.1949441810868619, 0.23075635993961466, 0.14259018249156313, - 0.0015634044733756187, - 0.13996897537768 + 0.0015634044734466317, + 0.1399689753776816 ], "resistance": [ 96574.54888619857, 95866.03854557384, - 95649.63901140665, + 95649.63901140657, 95855.44425520595, 96556.9223055548, 97384.65694846027, - 97877.50129393446, + 97877.50129393437, 97399.97733421483 ], "fuel": [ 40.193080232826276, 39.829198201734286, - 39.71843049707659, + 39.718430497076554, 39.82377128120024, 40.18400478461914, 40.611430480324934, - 40.86713639453928, + 40.86713639453923, 40.61936565300611 ] }, @@ -395157,68 +271725,7 @@ "id": "6932", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.412228645100685, - 8.412228645100685, - 8.412228645100685, - 8.412228645100685, - 8.412228645100685, - 8.412228645100685, - 8.412228645100685, - 8.412228645100685 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 773.7701857785814, - -106.52684390233799, - -834.5337264890554, - -1038.31541923785, - -783.7577735140999, - -22.10172285023691, - 847.4054997039393, - 1319.0889350718976 - ], - "relative wind speed": [ - 2.7684300948751064, - 2.387687782993878, - 1.9487545554810464, - 1.751847669514663, - 1.9854163669301517, - 2.4300268293222795, - 2.7943584277569293, - 2.9218338561766912 - ], - "relative wind angle": [ - 0.15562610465113108, - 0.24753559064334504, - 0.2058062995783954, - 0.012457420615740657, - 0.21784642443787863, - 0.24313483788214826, - 0.14300286115318514, - 0.007468987902858375 - ], - "resistance": [ - 97408.2701857786, - 96527.97315609768, - 95799.96627351096, - 95596.18458076216, - 95850.74222648592, - 96612.39827714978, - 97481.90549970395, - 97953.58893507191 - ], - "fuel": [ - 40.60796961075671, - 40.15341048386525, - 39.779667851965044, - 39.67540411695911, - 39.805671125279055, - 40.19688008645127, - 40.64612337928972, - 40.891002345049614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 20.46875, -42.96875 20.625, -42.8125 20.625, -42.8125 20.46875, -42.96875 20.46875))", @@ -395237,68 +271744,7 @@ "id": "6933", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.885513934524691, - 7.885513934524691, - 7.885513934524691, - 7.885513934524691, - 7.885513934524691, - 7.885513934524691, - 7.885513934524691, - 7.885513934524691 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 849.9313236848016, - 63.21380071263411, - -664.2061888783282, - -954.1354340374514, - -803.1337389155533, - -167.70860597023352, - 648.0387006994697, - 1198.302811479829 - ], - "relative wind speed": [ - 2.6641690456120735, - 2.3255957513483136, - 1.8855518127193243, - 1.6198894373654753, - 1.7776742625963087, - 2.2021641375713905, - 2.588941260254034, - 2.762947827630235 - ], - "relative wind angle": [ - 0.1352430013150712, - 0.24841489611556458, - 0.24066537192287804, - 0.03938663450450445, - 0.20347002781664303, - 0.2626584591767049, - 0.17447574848173728, - 0.023088081878679393 - ], - "resistance": [ - 97484.43132368481, - 96697.71380071265, - 95970.2938111217, - 95680.36456596256, - 95831.36626108446, - 96466.79139402979, - 97282.53870069949, - 97832.80281147984 - ], - "fuel": [ - 40.40209218841797, - 39.99549479926971, - 39.621593223070015, - 39.4731153001747, - 39.550406923227285, - 39.87658492381637, - 40.297528817822766, - 40.58287592665964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-43.125 20.3125, -43.125 20.46875, -42.96875 20.46875, -42.96875 20.3125, -43.125 20.3125))", @@ -395317,68 +271763,7 @@ "id": "6934", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.532333731280271, - 8.532333731280271, - 8.532333731280271, - 8.532333731280271, - 8.532333731280271, - 8.532333731280271, - 8.532333731280271, - 8.532333731280271 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 496.7360458460562, - -390.7608969529099, - -979.3455760873264, - -1036.5412447163217, - -579.3834408052885, - 274.84177545389275, - 1075.3797486716571, - 1207.130698816205 - ], - "relative wind speed": [ - 2.6919653659397134, - 2.269778313373687, - 1.8780041232575, - 1.8230728796783715, - 2.158951707957575, - 2.5992030349417425, - 2.8949698654286014, - 2.9298729126180665 - ], - "relative wind angle": [ - 0.1913612836999534, - 0.2469715242713224, - 0.1457399028392179, - 0.09293728206751972, - 0.23943316475594256, - 0.215140202718222, - 0.09434893190027027, - 0.05777786683742302 - ], - "resistance": [ - 97131.23604584606, - 96243.73910304709, - 95655.15442391267, - 95597.95875528367, - 96055.1165591947, - 96909.3417754539, - 97709.87974867165, - 97841.63069881621 - ], - "fuel": [ - 40.52310960744595, - 40.06575943130269, - 39.76406291274127, - 39.7348142979321, - 39.96893499569056, - 40.40848695191758, - 40.8228781224988, - 40.89130632659614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 20.3125, -42.96875 20.46875, -42.8125 20.46875, -42.8125 20.3125, -42.96875 20.3125))", @@ -395410,39 +271795,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 336.65927037628535, + 336.65927037628353, -435.09300801597624, - -897.4503388791416, + -897.4503388791425, -896.4255838198058, - -431.70548839152184, + -431.7054883915216, 340.64182479862257, 1009.1965648992805, 1006.8354304517702 ], "relative wind speed": [ - 2.5076094499891806, + 2.50760944998918, 2.1051452698433333, - 1.7667751728595225, + 1.7667751728595222, 1.7678072116533852, - 2.107235923784129, + 2.1072359237841294, 2.5093648170438727, 2.758088809434641, 2.757427434147212 ], "relative wind angle": [ - 0.1998474471914738, + 0.1998474471914749, 0.23833853384736767, - 0.11632370771353784, + 0.1163237077135388, 0.11736881539670509, - 0.2384929059185825, - 0.19937656556143318, - 0.07441531361584751, + 0.23849290591858296, + 0.1993765655614332, + 0.07441531361584752, 0.07514407909493481 ], "resistance": [ 96971.1592703763, 96199.40699198404, - 95737.04966112088, + 95737.04966112087, 95738.07441618021, 96202.79451160849, 96975.14182479864, @@ -395452,7 +271837,7 @@ "fuel": [ 40.23866364282431, 39.84125319526653, - 39.60422593169558, + 39.604225931695574, 39.604750392316575, 39.84299274095979, 40.24072018965281, @@ -395490,9 +271875,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 886.6245542730967, + 886.6245542730944, 50.9659211807525, - -717.8246638297298, + -717.8246638297305, -1017.4694792887908, -853.2209074931723, -174.16907489421192, @@ -395500,9 +271885,9 @@ 1266.0528591655402 ], "relative wind speed": [ - 2.7797147513954847, + 2.779714751395484, 2.4348530255975915, - 1.992713830932644, + 1.9927138309326438, 1.7322666051080022, 1.8937618237149774, 2.3204824256658765, @@ -395510,14 +271895,14 @@ 2.883123367619487 ], "relative wind angle": [ - 0.131817269323381, - 0.23867156723387464, + 0.13181726932338184, + 0.23867156723387467, 0.22712174761643977, 0.0340312073771575, 0.19414239141772346, 0.2506814851470003, - 0.1663620550979523, - 0.02044444324113561 + 0.16636205509795232, + 0.020444443241135608 ], "resistance": [ 97521.12455427309, @@ -395570,9 +271955,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 758.4154467084863, + 758.4154467084841, -97.84717335008509, - -804.6301355668049, + -804.6301355668063, -1003.4826059911552, -754.4738706951646, -14.485380733066904, @@ -395580,9 +271965,9 @@ 1291.1205938230341 ], "relative wind speed": [ - 2.687221808538775, + 2.6872218085387742, 2.3042619143265295, - 1.8593531050680647, + 1.8593531050680643, 1.6580114088785374, 1.8973391650012572, 2.347644348175061, @@ -395590,12 +271975,12 @@ 2.8411362380855087 ], "relative wind angle": [ - 0.16228335734166513, + 0.16228335734166585, 0.2596466328843437, - 0.21817873988441092, + 0.21817873988441142, 0.013527998605417623, 0.230881920359953, - 0.254740953368936, + 0.25474095336893604, 0.14885915034726882, 0.007894420751642527 ], @@ -395650,34 +272035,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 509.37983733261444, + 509.3798373326126, -244.07733902801647, - -793.6595882058327, + -793.6595882058332, -892.2485772850096, - -572.7823289666258, + -572.7823289666255, 123.6033744718693, 828.3825635355265, 1056.1913509165088 ], "relative wind speed": [ - 2.5682184426646097, + 2.5682184426646093, 2.2042382977599724, 1.8386819444241633, 1.74004111913964, - 2.001606679096071, + 2.0016066790960707, 2.396561869373051, 2.6872707296238705, 2.7521686305072044 ], "relative wind angle": [ - 0.167400513794677, + 0.16740051379467832, 0.23189277013788653, - 0.1575534748746379, + 0.15755347487463858, 0.05668787622906595, - 0.2154491702252909, + 0.21544917022528987, 0.21298361173330319, 0.1075629497006855, - 0.03582902197186495 + 0.03582902197186496 ], "resistance": [ 97143.87983733261, @@ -395730,9 +272115,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 254.05220305409966, + 254.05220305409875, -370.2779699622033, - -730.0637187516616, + -730.0637187516621, -713.9157472334318, -317.589636935463, 316.1967138449568, @@ -395740,9 +272125,9 @@ 814.5838896422235 ], "relative wind speed": [ - 2.1742496278057195, + 2.174249627805719, 1.7915081569965292, - 1.475304344093957, + 1.4753043440939568, 1.4945001081887488, 1.8295163722180063, 2.2056722611580213, @@ -395754,10 +272139,10 @@ 0.2620321448724244, 0.12064754165195898, 0.14298989168876577, - 0.26476182101755596, - 0.21198676811305975, + 0.264761821017556, + 0.21198676811305978, 0.0731783227039588, - 0.08823519728818473 + 0.08823519728818474 ], "resistance": [ 96888.55220305413, @@ -395797,68 +272182,7 @@ "id": "6940", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.418287187025586, - 9.418287187025586, - 9.418287187025586, - 9.418287187025586, - 9.418287187025586, - 9.418287187025586, - 9.418287187025586, - 9.418287187025586 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 220.40250659344792, - -733.5911882366186, - -1200.4586220221076, - -1094.5692086281874, - -380.63959105723325, - 634.6251864474693, - 1400.2706110003196, - 1155.6936960251792 - ], - "relative wind speed": [ - 2.8149023742751913, - 2.358608253155723, - 2.0400562095746557, - 2.1309318979922254, - 2.5452150829023554, - 2.9730056009162613, - 3.1999946651064346, - 3.1402108911748274 - ], - "relative wind angle": [ - 0.20783002819829824, - 0.21724609320052893, - 0.06776341890909278, - 0.14742905419076127, - 0.23022879919795003, - 0.17184229525221267, - 0.0431808053572355, - 0.09984844582035582 - ], - "resistance": [ - 96854.90250659343, - 95900.90881176335, - 95434.04137797786, - 95539.93079137178, - 96253.86040894274, - 97269.12518644745, - 98034.77061100029, - 97790.19369602515 - ], - "fuel": [ - 40.84130032626394, - 40.35078162148461, - 40.11196473509281, - 40.16605927317179, - 40.53186544859483, - 41.05533728185884, - 41.45264196275734, - 41.3254902938664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-42.96875 20.15625, -42.96875 20.3125, -42.8125 20.3125, -42.8125 20.15625, -42.96875 20.15625))", @@ -395890,9 +272214,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 124.08315643032256, + 124.0831564303212, -620.1162078615337, - -955.8175788249241, + -955.8175788249259, -844.0583121789823, -248.57826738435278, 560.429457621974, @@ -395900,21 +272224,21 @@ 884.1974540986075 ], "relative wind speed": [ - 2.4525659110813267, + 2.4525659110813263, 2.0378982916198805, 1.7660123166124029, 1.875693895449839, - 2.262152548308356, + 2.2621525483083564, 2.6418524283216387, 2.8308327745717268, 2.759381472465954 ], "relative wind angle": [ - 0.21903797245119233, + 0.21903797245119236, 0.22061097152531836, - 0.05537413594311078, + 0.0553741359431148, 0.1648002537858877, - 0.23781615066610828, + 0.23781615066610923, 0.16961210647163366, 0.03453431413254171, 0.11174928487506093 @@ -395970,34 +272294,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -123.73431479019837, + -123.73431479019973, -816.1271368197201, - -1003.7909952770972, + -1003.7909952771051, -753.8398682666498, -20.074411516920918, 808.5982587816284, 1243.719091869115, - 718.6059831311236 + 718.6059831311245 ], "relative wind speed": [ - 2.421722421306729, + 2.4217224213067285, 2.0143525328173015, 1.8390722722555346, 2.0576950454302674, 2.4727187385211584, 2.8145090725073025, 2.9320454674363865, - 2.7829783588280246 + 2.782978358828024 ], "relative wind angle": [ - 0.2276354602975094, + 0.2276354602975104, 0.18369641044995358, - 0.014224440843891198, + 0.014224440843906809, 0.19808887571413789, - 0.2228606184476875, + 0.22286061844768748, 0.1311092049640976, - 0.00892183968946818, - 0.14602656893844904 + 0.008921839689468178, + 0.14602656893844748 ], "resistance": [ 96510.7656852098, @@ -396050,9 +272374,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -274.0601876579876, + -274.060187657989, -879.4678973643299, - -986.374918144033, + -986.3749181440335, -630.6742989433417, 140.11993080761113, 917.8495504253269, @@ -396062,7 +272386,7 @@ "relative wind speed": [ 2.3206345553730126, 1.9381061143774505, - 1.836666710369944, + 1.8366667103699437, 2.1120881896689774, 2.5262395334071597, 2.830366691641432, @@ -396070,7 +272394,7 @@ 2.703019496563305 ], "relative wind angle": [ - 0.23078716448478634, + 0.23078716448478778, 0.1558586318537457, 0.05739964276298862, 0.21463688784641818, @@ -396130,9 +272454,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 139.3749949018927, + 139.37499490189202, -430.5067239230957, - -710.716116751916, + -710.7161167519165, -647.215236912596, -221.1263542132251, 385.72575362946804, @@ -396140,7 +272464,7 @@ 699.5621745011995 ], "relative wind speed": [ - 2.1082935725489693, + 2.108293572548969, 1.7407688168077848, 1.479727942507415, 1.5541292149445693, @@ -396150,12 +272474,12 @@ 2.367446592727868 ], "relative wind angle": [ - 0.2239818109631191, + 0.22398181096311962, 0.23789075547771568, - 0.07566365993102558, - 0.16288817899666747, + 0.07566365993102706, + 0.16288817899666744, 0.2502638344706328, - 0.18468980360777426, + 0.18468980360777423, 0.04634003114031044, 0.10665913500771597 ], @@ -396210,39 +272534,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -70.36029359829104, + -70.36029359829149, -560.5378241739791, - -697.7312413207012, - -523.9664622624588, + -697.7312413207038, + -523.9664622624585, -9.572329938917164, 577.3084376462907, 894.5805090897138, 524.175003747765 ], "relative wind speed": [ - 1.9279736157609426, + 1.9279736157609424, 1.5596656421774522, - 1.394120699685153, - 1.5926611430893105, + 1.3941206996851527, + 1.5926611430893107, 1.9657513307922707, 2.2690755038546206, 2.3743816105022555, 2.2460389669093797 ], "relative wind angle": [ - 0.2570567854684313, + 0.25705678546843214, 0.21502809358373148, - 0.014000417212649755, - 0.22826220634677613, + 0.014000417212657686, + 0.22826220634677663, 0.25200824290776835, 0.14719574350565, 0.00822018395564692, - 0.16115493800952907 + 0.1611549380095291 ], "resistance": [ 96564.13970640172, 96073.96217582603, - 95936.76875867932, + 95936.7687586793, 96110.53353773756, 96624.9276700611, 97211.80843764631, @@ -396252,7 +272576,7 @@ "fuel": [ 39.47227755739168, 39.22034839056031, - 39.14999729253299, + 39.14999729253297, 39.239113558721705, 39.50358214483123, 39.806521214075644, @@ -396290,9 +272614,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -239.8887773837289, + -239.8887773837298, -733.5756835543896, - -813.5993055158065, + -813.5993055158074, -504.66957396405564, 140.96633776148974, 783.4841239348164, @@ -396302,7 +272626,7 @@ "relative wind speed": [ 2.0488683739687317, 1.6912499868006001, - 1.6047499978032755, + 1.6047499978032753, 1.8733819047723912, 2.2618611963675184, 2.5403840590803086, @@ -396310,14 +272634,14 @@ 2.4092152092234813 ], "relative wind angle": [ - 0.24465747848120187, + 0.24465747848120326, 0.16245037099226775, - 0.0682535648141782, - 0.2306726413413768, + 0.06825356481417982, + 0.23067264134137683, 0.22121429950547206, 0.10788475149592602, - 0.042173301835339155, - 0.17873238185365284 + 0.04217330183533915, + 0.17873238185365287 ], "resistance": [ 96394.61122261631, @@ -396370,19 +272694,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -283.87192071160166, + -283.87192071160257, -613.9129838807503, - -619.7469476763364, + -619.7469476763368, -302.8762719478507, - 233.55224903485032, + 233.55224903485055, 707.1793895876046, 720.582655480737, 255.9767274052365 ], "relative wind speed": [ - 1.6724968023355156, + 1.6724968023355153, 1.3653187664891147, - 1.3577631373794161, + 1.357763137379416, 1.6575807922824937, 2.01163445547824, 2.2315517923997192, @@ -396390,14 +272714,14 @@ 2.0239428483398183 ], "relative wind angle": [ - 0.2670948296115112, + 0.26709482961151243, 0.1385772466568005, - 0.12902974574394224, + 0.12902974574394308, 0.2659584959497858, - 0.2212351841467682, + 0.22123518414676774, 0.0846148282542212, 0.07820754252394083, - 0.2169555131189641 + 0.21695551311896408 ], "resistance": [ 96350.6280792884, @@ -396450,9 +272774,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 732.7681479515359, + 732.7681479515213, -950.7087245850416, - -2030.972221349477, + -2030.9722213494806, -2103.5022682670733, -1212.7070500212722, 429.2070673120834, @@ -396460,9 +272784,9 @@ 2067.715030717476 ], "relative wind speed": [ - 5.471619103198512, + 5.471619103198511, 5.102020421839381, - 4.803441196744447, + 4.803441196744446, 4.774769308022412, 5.036626654221968, 5.410694158760035, @@ -396470,17 +272794,17 @@ 5.70156134051658 ], "relative wind angle": [ - 0.08002058075575491, - 0.09099156409891325, - 0.045452878491019894, - 0.03245568571949838, + 0.0800205807557563, + 0.09099156409891326, + 0.0454528784910199, + 0.03245568571949839, 0.08694839357334987, 0.08578744074806077, - 0.03845207633340289, + 0.0384520763334029, 0.02717856995737634 ], "resistance": [ - 97367.26814795153, + 97367.26814795152, 95683.79127541496, 94603.52777865052, 94530.99773173293, @@ -396490,7 +272814,7 @@ 98702.21503071747 ], "fuel": [ - 49.21721249822832, + 49.21721249822831, 48.35068778679856, 47.80020575279451, 47.76340136250303, @@ -396530,9 +272854,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1141.0067136450762, + 1141.0067136450634, -414.80829640302363, - -1661.1447976430263, + -1661.14479764303, -1950.7155726301653, -1449.8269734248242, -59.656241224425685, @@ -396540,7 +272864,7 @@ 2125.016226453852 ], "relative wind speed": [ - 4.884005751965577, + 4.884005751965576, 4.515271334626562, 4.143377433307342, 4.009925972238045, @@ -396550,19 +272874,19 @@ 5.053201673046855 ], "relative wind angle": [ - 0.08232144973354795, + 0.08232144973355066, 0.11579215352063733, - 0.08121675755620744, - 0.01154387659903085, - 0.0954390880752609, + 0.08121675755620882, + 0.011543876599030849, + 0.09543908807526091, 0.113470614654314, 0.0680372736819843, - 0.009160471494497273 + 0.009160471494497271 ], "resistance": [ - 97775.5067136451, + 97775.50671364508, 96219.691703597, - 94973.355202357, + 94973.35520235698, 94683.78442736984, 95184.67302657518, 96574.84375877559, @@ -396570,9 +272894,9 @@ 98759.51622645387 ], "fuel": [ - 46.67155041348613, + 46.67155041348612, 45.868003299051196, - 45.230793337524446, + 45.23079333752444, 45.08357300832084, 45.338426108473186, 46.05063882123558, @@ -396610,39 +272934,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1603.5242066843275, + 1603.5242066843166, -555.6600076064824, - -2324.254498356271, + -2324.254498356282, -2750.581022591434, -2112.9985343151275, -199.02981964448554, - 1903.6773846123651, + 1903.6773846123724, 2917.3897271163223 ], "relative wind speed": [ - 6.739040174159486, + 6.739040174159484, 6.375512351087826, - 6.010403183309706, + 6.010403183309705, 5.8734213696391, 6.05946673564027, 6.440857229468218, - 6.782835186212841, + 6.78283518621284, 6.901791144618415 ], "relative wind angle": [ 0.057423417482173764, - 0.08073873058383345, - 0.05666725575581492, + 0.08073873058383346, + 0.056667255755816874, 0.005580785085398274, - 0.06387182181666638, + 0.06387182181666637, 0.07991784893512446, - 0.05020818782640977, - 0.00474923896797096 + 0.050208187826407555, + 0.004749238967970959 ], "resistance": [ 98238.02420668435, 96078.83999239355, - 94310.24550164376, + 94310.24550164375, 93883.9189774086, 94521.50146568491, 96435.47018035554, @@ -396690,54 +273014,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1138.8561564801366, + 1138.856156480122, -476.2255168120573, - -1748.7658654907218, + -1748.7658654907264, -2029.0713352189732, - -1481.7698462357093, + -1481.7698462357148, -27.118565205923005, - 1518.9243905629137, - 2180.905232333789 + 1518.9243905629064, + 2180.9052323337073 ], "relative wind speed": [ - 5.091466006684975, + 5.091466006684974, 4.723754075999673, 4.360625722649601, 4.23780938107077, - 4.445714185957705, + 4.445714185957706, 4.834619752362196, 5.164527473779268, - 5.265773672516014 + 5.265773672516015 ], "relative wind angle": [ - 0.07921350993248129, - 0.10903145800832073, - 0.07437897829452322, + 0.07921350993248409, + 0.10903145800832074, + 0.07437897829452471, 0.013157249735325444, - 0.09074914684526363, + 0.0907491468452673, 0.10652157694603637, - 0.06278462154695143, - 0.010588633884714295 + 0.0627846215469532, + 0.010588633884735264 ], "resistance": [ - 97773.35615648012, + 97773.3561564801, 96158.27448318792, 94885.73413450926, 94605.42866478101, 95152.73015376428, 96607.38143479406, 98153.4243905629, - 98815.40523233378 + 98815.4052323337 ], "fuel": [ - 47.48647824459361, + 47.486478244593606, 46.652512107044515, 46.00225786084704, 45.85983465373733, 46.138190409598465, 46.88343942747925, 47.68414170372049, - 48.029703890805365 + 48.02970389080532 ] }, { @@ -396770,9 +273094,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 468.60298751022856, + 468.60298751021946, -1135.82866059347, - -2031.9798837792368, + -2031.9798837792405, -1982.7919228464652, -958.8250510235212, 673.7667401627914, @@ -396782,7 +273106,7 @@ "relative wind speed": [ 5.200749043273931, 4.820780125100819, - 4.547380958280463, + 4.5473809582804625, 4.56775571997255, 4.867061301205529, 5.243677650870626, @@ -396790,13 +273114,13 @@ 5.465499428548612 ], "relative wind angle": [ - 0.0900712135172732, + 0.09007121351727568, 0.09333147405604522, 0.03685808864318742, 0.04649429542000945, 0.09626505943495224, 0.08578504269023908, - 0.03056945734300345, + 0.030569457343003446, 0.03885308221931018 ], "resistance": [ @@ -396837,68 +273161,7 @@ "id": "6953", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.033944468976866, - 16.033944468976866, - 16.033944468976866, - 16.033944468976866, - 16.033944468976866, - 16.033944468976866, - 16.033944468976866, - 16.033944468976866 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 251.08754664043045, - -1230.1426645797037, - -1945.313508137453, - -1796.2325293013673, - -700.2064016286758, - 866.204588607774, - 2023.4607620371244, - 1672.629748984522 - ], - "relative wind speed": [ - 4.609296545792175, - 4.201305341296418, - 3.937467120997627, - 4.007683546712251, - 4.358647523040245, - 4.753152249439388, - 4.973909483315834, - 4.917509071325485 - ], - "relative wind angle": [ - 0.11271379045994802, - 0.10870484881237302, - 0.03204926718813159, - 0.0692649592020859, - 0.11922556115441206, - 0.09604254251570836, - 0.025369353649041547, - 0.05643455006759116 - ], - "resistance": [ - 96885.58754664041, - 95404.35733542028, - 94689.18649186254, - 94838.26747069861, - 95934.29359837131, - 97500.70458860775, - 98657.96076203711, - 98307.1297489845 - ], - "fuel": [ - 45.93356456468369, - 45.17323844300351, - 44.809058619117145, - 44.88481672940074, - 45.44432060175515, - 46.25170770997808, - 46.85406537929725, - 46.670929691874285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 24.6875, -31.5625 24.84375, -31.40625 24.84375, -31.40625 24.6875, -31.5625 24.6875))", @@ -396930,53 +273193,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 831.6492664339276, + 831.6492664339185, -1091.551202413195, - -2319.4266083480434, + -2319.4266083480616, -2396.568270541322, -1369.2127783684555, 509.8212896963814, - 2182.978415845495, + 2182.9784158455077, 2365.319085214205 ], "relative wind speed": [ - 5.6999555247180025, + 5.699955524718002, 5.293120480011559, 4.964744843406776, 4.935319261865903, 5.226263239192911, 5.637924796694671, - 5.929133922333706, + 5.929133922333705, 5.953649654838437 ], "relative wind angle": [ - 0.0847790743621397, - 0.09639208465850323, - 0.04791156769285804, + 0.08477907436214102, + 0.09639208465850321, + 0.04791156769286267, 0.03509241200936498, 0.09248424847932997, 0.09048026461620808, - 0.040114036601408117, - 0.02908823045107399 + 0.04011403660140535, + 0.029088230451073994 ], "resistance": [ - 97466.14926643396, + 97466.14926643395, 95542.94879758684, - 94315.07339165198, + 94315.07339165197, 94237.93172945871, 95265.28722163157, 97144.32128969641, - 98817.47841584553, + 98817.47841584554, 98999.81908521423 ], "fuel": [ - 50.15409233075536, + 50.15409233075535, 49.16432645172485, - 48.53960487994027, + 48.539604879940256, 48.500543849981426, 49.0225662123668, 49.98750625763307, - 50.857780139717136, + 50.85778013971714, 50.95325206638406 ] }, @@ -396997,68 +273260,7 @@ "id": "6955", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.880630122912347, - 22.880630122912347, - 22.880630122912347, - 22.880630122912347, - 22.880630122912347, - 22.880630122912347, - 22.880630122912347, - 22.880630122912347 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 66.39910765309105, - -1860.1556185153404, - -2659.5276758010023, - -2365.976402493723, - -787.8798541208707, - 1307.4964533027232, - 2723.940194472183, - 2026.0493143323074 - ], - "relative wind speed": [ - 6.453342060846181, - 6.077394930885101, - 5.864823501224893, - 5.9596109687663406, - 6.29607810463264, - 6.659691742713998, - 6.84763233193789, - 6.765298245818943 - ], - "relative wind angle": [ - 0.0762269716007252, - 0.06640444344411839, - 0.01344782210119255, - 0.04897161085169927, - 0.07813481167616308, - 0.060590846315016794, - 0.0115176262166842, - 0.04313565926583989 - ], - "resistance": [ - 96700.89910765314, - 94774.3443814847, - 93974.97232419904, - 94268.52359750633, - 95846.62014587918, - 97941.99645330277, - 99358.44019447223, - 98660.54931433235 - ], - "fuel": [ - 54.12811754654213, - 53.142123364339426, - 52.73706573895248, - 52.88553771416965, - 53.689200620465414, - 54.77061491816993, - 55.51088996324317, - 55.14521871978004 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 24.53125, -31.5625 24.6875, -31.40625 24.6875, -31.40625 24.53125, -31.5625 24.53125))", @@ -397090,54 +273292,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 634.5780425839221, + 634.5780425839039, -1612.7404261785196, - -2858.5556395467447, + -2858.555639546774, -2782.444992803945, -1337.958824853842, 952.9677061474613, 2796.011858550086, - 2615.9045947437444 + 2615.904594743777 ], "relative wind speed": [ - 6.303426971847209, + 6.303426971847208, 5.865063477516835, 5.55254877737741, 5.578428376385927, 5.924054402948966, 6.35835218930251, 6.633009440167752, - 6.611259260386191 + 6.61125926038619 ], "relative wind angle": [ - 0.08585187556309222, - 0.08823710927029224, - 0.03430316755816674, + 0.08585187556309481, + 0.08823710927029225, + 0.03430316755817321, 0.04438773804300561, - 0.09136465664497342, - 0.08137577388786194, - 0.028713788361270413, - 0.037449807117883586 + 0.09136465664497344, + 0.08137577388786195, + 0.028713788361270417, + 0.03744980711787767 ], "resistance": [ - 97269.0780425839, + 97269.07804258389, 95021.75957382147, - 93775.94436045324, + 93775.94436045321, 93852.05500719605, 95296.54117514615, 97587.46770614745, 99430.51185855007, - 99250.40459474373 + 99250.40459474377 ], "fuel": [ - 53.0765616026013, + 53.07656160260129, 51.92299313527862, - 51.29160178107446, + 51.29160178107445, 51.330009765644355, 52.06303252896426, 53.24151368822034, 54.20377406787067, - 54.109182138799376 + 54.1091821387994 ] }, { @@ -397157,68 +273359,7 @@ "id": "6957", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.066137005351944, - 25.066137005351944, - 25.066137005351944, - 25.066137005351944, - 25.066137005351944, - 25.066137005351944, - 25.066137005351944, - 25.066137005351944 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -267.48990266497276, - -2379.8160420709573, - -3058.1056314708367, - -2569.0834536534894, - -587.2321075121399, - 1806.7342150564036, - 3239.9453758742748, - 2075.566759255067 - ], - "relative wind speed": [ - 7.009372598031037, - 6.622791384909619, - 6.438847981549707, - 6.582621736247338, - 6.955654175518856, - 7.324688628153976, - 7.486899618529322, - 7.360809758778264 - ], - "relative wind angle": [ - 0.07483111248043459, - 0.058859786588723366, - 0.004183240864290199, - 0.05342342672522773, - 0.07541012588948798, - 0.05321386217223936, - 0.0035976482807531305, - 0.04777092354969761 - ], - "resistance": [ - 96367.01009733503, - 94254.68395792904, - 93576.39436852916, - 94065.4165463465, - 96047.26789248786, - 98441.2342150564, - 99874.44537587427, - 98710.06675925507 - ], - "fuel": [ - 57.25262391223177, - 56.17490799152354, - 55.832364039254784, - 56.07915359485631, - 57.08842397436254, - 58.32705654899882, - 59.07880190827764, - 58.46748172868198 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 24.375, -31.5625 24.53125, -31.40625 24.53125, -31.40625 24.375, -31.5625 24.375))", @@ -397250,41 +273391,41 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -283.6557876834504, + -283.6557876834595, -1839.940005030112, - -2273.0296681206137, + -2273.0296681206173, -1832.0784194552052, - -270.4498512654736, + -270.44985126547726, 1537.0210010420742, 2559.044198833715, 1525.8199593698919 ], "relative wind speed": [ - 4.874625125326233, + 4.874625125326231, 4.450840024061957, - 4.264053453104864, + 4.2640534531048635, 4.453319296216915, - 4.87782636598327, + 4.877826365983271, 5.2673696708463025, 5.419687105194156, 5.265273726510847 ], "relative wind angle": [ - 0.11881500491793602, + 0.11881500491793696, 0.0916702427592133, 0.0003780387998651878, - 0.09213313849277786, - 0.11873665985182158, - 0.07742873618495126, + 0.09213313849277788, + 0.11873665985182345, + 0.07742873618495127, 0.00029743001839259653, - 0.07789389471592052 + 0.07789389471592054 ], "resistance": [ 96350.84421231652, 94794.55999496987, - 94361.47033187936, + 94361.47033187935, 94802.42158054476, - 96364.0501487345, + 96364.05014873449, 98171.52100104204, 99193.54419883368, 98160.31995936987 @@ -397294,7 +273435,7 @@ 46.30303348322185, 46.083250669469514, 46.30702950257057, - 47.10536048764567, + 47.105360487645655, 48.040699963832054, 48.574962155206364, 48.03486615625763 @@ -397330,9 +273471,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -804.9820597670969, + -804.9820597671114, -2505.9727980165753, - -2829.073570397486, + -2829.073570397508, -1964.060030490089, 106.82817293784137, 2222.0900964166667, @@ -397340,7 +273481,7 @@ 1450.805743318304 ], "relative wind speed": [ - 5.584844752144125, + 5.584844752144124, 5.170217017601616, 5.0511304799227, 5.315246944630018, @@ -397350,19 +273491,19 @@ 6.023266130759187 ], "relative wind angle": [ - 0.1072319462756735, + 0.10723194627567559, 0.06878333877563332, - 0.01884715449629281, + 0.018847154496298698, 0.09231281036683457, - 0.10370303120602481, + 0.10370303120602482, 0.05782866568407466, 0.01524034632225716, 0.08143601380063478 ], "resistance": [ - 95829.51794023292, + 95829.51794023291, 94128.52720198344, - 93805.42642960252, + 93805.4264296025, 94670.43996950993, 96741.32817293785, 98856.59009641668, @@ -397372,7 +273513,7 @@ "fuel": [ 50.234612134428865, 49.36886119464864, - 49.20562979003273, + 49.205629790032724, 49.643509167484275, 50.7031274187303, 51.801925090824454, @@ -397397,68 +273538,7 @@ "id": "6960", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.50030024061723, - 17.50030024061723, - 17.50030024061723, - 17.50030024061723, - 17.50030024061723, - 17.50030024061723, - 17.50030024061723, - 17.50030024061723 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -324.94028795535996, - -1661.4705234999674, - -2009.9740461977199, - -1581.547395272255, - -190.42313891032245, - 1379.6302577587885, - 2204.370410417887, - 1265.9037780361887 - ], - "relative wind speed": [ - 4.870848018105668, - 4.50766474773759, - 4.359021416500047, - 4.532470658343316, - 4.903294412607093, - 5.239123498658115, - 5.363430693379169, - 5.217678242613735 - ], - "relative wind angle": [ - 0.10328829201826703, - 0.07629566897232595, - 0.0037415691884086786, - 0.0809818743281431, - 0.10260238943194959, - 0.06562710182628323, - 0.003040883389405489, - 0.07032808704864492 - ], - "resistance": [ - 96309.55971204466, - 94973.02947650004, - 94624.5259538023, - 95052.95260472776, - 96444.07686108969, - 98014.1302577588, - 98838.8704104179, - 97900.4037780362 - ], - "fuel": [ - 47.15246938862701, - 46.46892374235389, - 46.29178012015176, - 46.50961221024128, - 47.22163405799479, - 48.03388751696587, - 48.46423434384516, - 47.9747439671792 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 24.84375, -31.09375 25, -30.9375 25, -30.9375 24.84375, -31.09375 24.84375))", @@ -397477,68 +273557,7 @@ "id": "6961", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.14626124956997, - 18.14626124956997, - 18.14626124956997, - 18.14626124956997, - 18.14626124956997, - 18.14626124956997, - 18.14626124956997, - 18.14626124956997 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -499.4699295118735, - -1680.10798293263, - -1924.9716683855313, - -1387.3676344861797, - -5.915953517898743, - 1438.6529416361755, - 2019.1895206302706, - 1022.477625720423 - ], - "relative wind speed": [ - 5.003684089723233, - 4.687338516382103, - 4.587081227273436, - 4.7741020792566955, - 5.118378074685648, - 5.40957541938487, - 5.494846167052159, - 5.333160219045465 - ], - "relative wind angle": [ - 0.09084050817088968, - 0.05982439011670948, - 0.012552771410521675, - 0.07583120150957436, - 0.08879950033854626, - 0.05182947292085778, - 0.010478932795296334, - 0.06786911119482084 - ], - "resistance": [ - 96135.03007048812, - 94954.39201706737, - 94709.52833161446, - 95247.13236551383, - 96628.58404648211, - 98073.15294163617, - 98653.68952063027, - 97656.97762572042 - ], - "fuel": [ - 47.77541060711169, - 47.17201767650834, - 47.04752373576462, - 47.32114594407767, - 48.029190368743045, - 48.777180037240264, - 49.079965940994505, - 48.56089050453025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 24.6875, -31.25 24.84375, -31.09375 24.84375, -31.09375 24.6875, -31.25 24.6875))", @@ -397557,68 +273576,7 @@ "id": "6962", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.14991998482807, - 22.14991998482807, - 22.14991998482807, - 22.14991998482807, - 22.14991998482807, - 22.14991998482807, - 22.14991998482807, - 22.14991998482807 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -725.7898522701125, - -2188.8318668137945, - -2462.5662944797205, - -1726.3242126659898, - 55.439682628388255, - 1870.424589210863, - 2521.3681088419726, - 1213.4357133162484 - ], - "relative wind speed": [ - 6.096411210096385, - 5.77455466901954, - 5.68329394641695, - 5.885728799670272, - 6.24495841646171, - 6.5437186400722815, - 6.623134090787024, - 6.443906560670844 - ], - "relative wind angle": [ - 0.07716366066057515, - 0.04844446345820222, - 0.013107207210192698, - 0.06545588313027152, - 0.07532466673947845, - 0.0427464855371202, - 0.011247175121774521, - 0.05977894215940359 - ], - "resistance": [ - 95908.71014772987, - 94445.66813318619, - 94171.93370552026, - 94908.175787334, - 96689.93968262838, - 98504.92458921084, - 99155.86810884195, - 97847.93571331623 - ], - "fuel": [ - 52.68907823307259, - 51.94335690276935, - 51.804717337394734, - 52.1782388746676, - 53.09053767400977, - 54.031991878045645, - 54.372630480031795, - 53.68978848487912 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 24.6875, -31.09375 24.84375, -30.9375 24.84375, -30.9375 24.6875, -31.09375 24.6875))", @@ -397637,68 +273595,7 @@ "id": "6963", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.180294217521343, - 23.180294217521343, - 23.180294217521343, - 23.180294217521343, - 23.180294217521343, - 23.180294217521343, - 23.180294217521343, - 23.180294217521343 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -805.983220609196, - -2266.3663932355266, - -2516.3762108524243, - -1722.671905848376, - 113.10543552620948, - 1945.8629841078837, - 2541.1093040191954, - 1173.7754106814828 - ], - "relative wind speed": [ - 6.3716386489926995, - 6.063259727353515, - 5.983798601853751, - 6.1876262058539195, - 6.538537620086933, - 6.825476888927437, - 6.8952452875211545, - 6.712937897765731 - ], - "relative wind angle": [ - 0.07159093187438569, - 0.04340894344255973, - 0.013981257372210173, - 0.06168273930476748, - 0.06976053344710413, - 0.03855880872590059, - 0.01213304992702354, - 0.05685041289171894 - ], - "resistance": [ - 95828.5167793908, - 94368.13360676447, - 94118.12378914758, - 94911.82809415163, - 96747.6054355262, - 98580.36298410788, - 99175.60930401919, - 97808.27541068148 - ], - "fuel": [ - 54.11329434847656, - 53.369356804817116, - 53.24279424923965, - 53.64539432803323, - 54.58555852581263, - 55.536685480440646, - 55.84828315847513, - 55.13447965483826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 24.84375, -30.9375 25, -30.78125 25, -30.78125 24.84375, -30.9375 24.84375))", @@ -397717,68 +273614,7 @@ "id": "6964", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.96212647691042, - 21.96212647691042, - 21.96212647691042, - 21.96212647691042, - 21.96212647691042, - 21.96212647691042, - 21.96212647691042, - 21.96212647691042 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1089.8717234015367, - -2322.34805318677, - -2408.7438067196654, - -1405.088460304114, - 460.0297614987394, - 2127.7728540714124, - 2333.0518858274154, - 824.9068409847459 - ], - "relative wind speed": [ - 5.968740874581376, - 5.679739027046081, - 5.650651815937851, - 5.901713017653613, - 6.265899868666005, - 6.529007074333489, - 6.554197345753739, - 6.329071989581489 - ], - "relative wind angle": [ - 0.07578500877479125, - 0.03772155171932585, - 0.02636936421692846, - 0.07205787193041491, - 0.07218450836258095, - 0.03281298417440996, - 0.022733472024457895, - 0.06718469539922117 - ], - "resistance": [ - 95544.62827659848, - 94312.15194681325, - 94225.75619328035, - 95229.4115396959, - 97094.52976149875, - 98762.27285407143, - 98967.55188582743, - 97459.40684098477 - ], - "fuel": [ - 52.24323284984238, - 51.616173256211454, - 51.57242880190807, - 52.08231886157995, - 53.03981543119531, - 53.906947471648074, - 54.01439630940223, - 53.2286463995151 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.78125 24.84375, -30.78125 25, -30.625 25, -30.625 24.84375, -30.78125 24.84375))", @@ -397797,68 +273633,7 @@ "id": "6965", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.78867514548341, - 13.78867514548341, - 13.78867514548341, - 13.78867514548341, - 13.78867514548341, - 13.78867514548341, - 13.78867514548341, - 13.78867514548341 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -980.706441974512, - -1531.3471310047535, - -1402.9241084100913, - -526.4271669270383, - 710.0334092803287, - 1613.6585155694247, - 1311.9426060092237, - 182.40608163664183 - ], - "relative wind speed": [ - 3.593856408474115, - 3.3542353308519153, - 3.4248768449673737, - 3.7512582912536843, - 4.111613154144889, - 4.309323840155494, - 4.25339690257964, - 3.968529683191022 - ], - "relative wind angle": [ - 0.11579679036353842, - 0.032644584892912464, - 0.07610599472127384, - 0.12770203845916123, - 0.1011614350905785, - 0.025407687356070616, - 0.061260460996593144, - 0.12067538935336423 - ], - "resistance": [ - 95653.79355802547, - 95103.15286899524, - 95231.57589158989, - 96108.07283307295, - 97344.53340928031, - 98248.1585155694, - 97946.44260600921, - 96816.90608163663 - ], - "fuel": [ - 43.25460549015712, - 42.97352819007986, - 43.03898148356337, - 43.48734397907214, - 44.124702747248534, - 44.59409264465419, - 44.43702782094684, - 43.852030667609874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 24.6875, -30.9375 24.84375, -30.78125 24.84375, -30.78125 24.6875, -30.9375 24.6875))", @@ -397890,39 +273665,39 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -1041.109268818278, + -1041.1092688182944, -2372.2202639277803, - -2506.693362942282, - -1531.9192768194644, + -2506.69336294226, + -1531.919276819457, 378.62235587027317, 2140.314133315642, 2459.8785612346655, 946.7389074294915 ], "relative wind speed": [ - 6.100355866886071, + 6.100355866886069, 5.798315243222545, - 5.753898417526051, - 5.997964501266929, + 5.75389841752605, + 5.997964501266928, 6.367494187234728, 6.643708623000592, 6.682213475182498, 6.464034790180287 ], "relative wind angle": [ - 0.07617837440892558, + 0.07617837440892705, 0.04029411052780441, - 0.023280458553862723, - 0.07058190328114627, + 0.023280458553857956, + 0.07058190328114469, 0.07297661831596544, 0.03516452860414851, 0.02004579249529143, 0.06548523028397764 ], "resistance": [ - 95593.39073118177, + 95593.39073118176, 94262.27973607228, - 94127.80663705777, + 94127.8066370578, 95102.5807231806, 97013.12235587034, 98774.8141333157, @@ -397932,7 +273707,7 @@ "fuel": [ 52.84848065930866, 52.17124044610208, - 52.10319014420789, + 52.103190144207915, 52.59799991042044, 53.57807531143145, 54.49382963163973, @@ -397957,68 +273732,7 @@ "id": "6967", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.557153422180953, - 15.557153422180953, - 15.557153422180953, - 15.557153422180953, - 15.557153422180953, - 15.557153422180953, - 15.557153422180953, - 15.557153422180953 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -990.4841306818216, - -1666.7857910740722, - -1584.7396395171, - -697.0276547927351, - 643.44474959322, - 1682.6927297324, - 1489.2036545435221, - 303.0721583694103 - ], - "relative wind speed": [ - 4.119866763179229, - 3.8726412541671733, - 3.9122571119894722, - 4.209258688952571, - 4.56296855790466, - 4.774582067919446, - 4.742175502494948, - 4.480638960712268 - ], - "relative wind angle": [ - 0.10102802888418942, - 0.03523607830794459, - 0.05692253974696336, - 0.10739803353880842, - 0.09118860946996767, - 0.02857779487892438, - 0.046952536578445433, - 0.1008703481353236 - ], - "resistance": [ - 95644.01586931823, - 94967.71420892599, - 95049.76036048296, - 95937.47234520732, - 97277.94474959328, - 98317.19272973246, - 98123.70365454358, - 96937.57215836947 - ], - "fuel": [ - 44.83343261685935, - 44.48839376614485, - 44.530161756010195, - 44.983679131631376, - 45.674061368340226, - 46.21390557171024, - 46.11309193251306, - 45.498126259617386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 24.53125, -31.25 24.6875, -31.09375 24.6875, -31.09375 24.53125, -31.25 24.53125))", @@ -398037,68 +273751,7 @@ "id": "6968", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.468600974158154, - 23.468600974158154, - 23.468600974158154, - 23.468600974158154, - 23.468600974158154, - 23.468600974158154, - 23.468600974158154, - 23.468600974158154 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1356.846120173239, - -2698.604407556353, - -2740.972043796206, - -1511.36821248872, - 649.4718864637325, - 2514.6469961876974, - 2615.298083372465, - 828.3435327728657 - ], - "relative wind speed": [ - 6.356599534372863, - 6.057135946855808, - 6.043783869446931, - 6.325842814779122, - 6.716546712424573, - 6.987808061322077, - 6.9993595364135786, - 6.745522223169824 - ], - "relative wind angle": [ - 0.07526404601371908, - 0.03473870280036149, - 0.0298627280849396, - 0.07366621481051033, - 0.07122353353486859, - 0.030110517861441338, - 0.0257847945981181, - 0.06907545052257372 - ], - "resistance": [ - 95277.65387982676, - 93935.89559244365, - 93893.52795620379, - 95123.13178751129, - 97283.97188646373, - 99149.1469961877, - 99249.79808337247, - 97462.84353277287 - ], - "fuel": [ - 54.25427038866993, - 53.57321603912037, - 53.55182003169679, - 54.17549620539868, - 55.28514198357622, - 56.25692743551181, - 56.30973635666949, - 55.37777572026708 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 24.53125, -31.09375 24.6875, -30.9375 24.6875, -30.9375 24.53125, -31.09375 24.53125))", @@ -398117,68 +273770,7 @@ "id": "6969", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.900334534867692, - 21.900334534867692, - 21.900334534867692, - 21.900334534867692, - 21.900334534867692, - 21.900334534867692, - 21.900334534867692, - 21.900334534867692 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1055.9556296060637, - -2471.0250323307646, - -2626.904836849091, - -1622.1533893476098, - 376.7650593073613, - 2238.7019309879834, - 2608.4438407992566, - 1032.4325796218582 - ], - "relative wind speed": [ - 5.966131095811129, - 5.637745120231185, - 5.58493691527889, - 5.844992500056557, - 6.241812190556623, - 6.539936516044725, - 6.585090684792494, - 6.35539159681513 - ], - "relative wind angle": [ - 0.08393963505968735, - 0.04540656210815785, - 0.024766636397957727, - 0.07732209121878081, - 0.08022412741611933, - 0.039139220134985914, - 0.021004438456680707, - 0.07110143720798814 - ], - "resistance": [ - 95578.54437039397, - 94163.47496766926, - 94007.59516315094, - 95012.34661065241, - 97011.26505930739, - 98873.20193098801, - 99242.94384079929, - 97666.93257962189 - ], - "fuel": [ - 52.17568158014155, - 51.45602437942857, - 51.37720470261177, - 51.88683802217565, - 52.91190673724479, - 53.88010438886573, - 54.07390349325898, - 53.25137898504461 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 24.375, -31.25 24.53125, -31.09375 24.53125, -31.09375 24.375, -31.25 24.375))", @@ -398210,39 +273802,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1027.1374666431002, + -1027.1374666430984, -2455.0139637801385, - -2615.7208322045008, + -2615.7208322044935, -1601.2887126447658, - 409.12148656758836, + 409.1214865675829, 2290.441142766389, - 2669.2906665539194, + 2669.290666553914, 1075.1545068569558 ], "relative wind speed": [ - 5.229013657052807, + 5.229013657052806, 4.846590824149757, - 4.783916207909832, + 4.783916207909831, 5.087768930228799, 5.543552012054496, 5.880825632448695, - 5.931921986312348, + 5.931921986312347, 5.673461029089449 ], "relative wind angle": [ - 0.11004306938059392, - 0.060743163914645064, - 0.03306920378366003, + 0.11004306938059293, + 0.06074316391464506, + 0.033069203783656666, 0.10197065050465427, - 0.10377608395927373, + 0.10377608395927482, 0.05005064696380305, 0.02666761584755746, 0.09141271647737356 ], "resistance": [ - 95607.3625333569, + 95607.36253335692, 94179.48603621988, - 94018.77916779551, + 94018.77916779552, 95033.21128735525, 97043.6214865676, 98924.9411427664, @@ -398250,9 +273842,9 @@ 97709.65450685697 ], "fuel": [ - 48.82220219951172, + 48.82220219951173, 48.095912643591994, - 48.01464405991827, + 48.01464405991828, 48.52924812954343, 49.56040901750019, 50.53897997284196, @@ -398277,68 +273869,7 @@ "id": "6971", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.37399706247573, - 20.37399706247573, - 20.37399706247573, - 20.37399706247573, - 20.37399706247573, - 20.37399706247573, - 20.37399706247573, - 20.37399706247573 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1193.68328205336, - -2484.6033080176185, - -2551.951182761002, - -1436.2998903184161, - 573.3961984317502, - 2345.2424348050336, - 2504.4831694340537, - 854.579374812929 - ], - "relative wind speed": [ - 5.500431083147204, - 5.167232647810532, - 5.142548349809253, - 5.444295142587336, - 5.866226187520328, - 6.161741519002737, - 6.182357823150915, - 5.918361444183781 - ], - "relative wind angle": [ - 0.09471245077143811, - 0.046065998115232196, - 0.03572321750906342, - 0.09154408055973665, - 0.08879045784611729, - 0.03862686089346037, - 0.02971298918018329, - 0.08419317537224222 - ], - "resistance": [ - 95440.81671794665, - 94149.8966919824, - 94082.54881723902, - 95198.2001096816, - 97207.89619843176, - 98979.74243480506, - 99138.98316943407, - 97489.07937481295 - ], - "fuel": [ - 50.088341613459306, - 49.432186058367094, - 49.398124323891594, - 49.964549982238935, - 50.99657574032274, - 51.91892614634614, - 52.00239246038823, - 51.14216832042189 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 24.53125, -30.9375 24.6875, -30.78125 24.6875, -30.78125 24.53125, -30.9375 24.53125))", @@ -398370,13 +273901,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1398.7703544159558, + -1398.770354415974, -2291.357359851596, - -2163.038728337964, + -2163.0387283379823, -934.4409948102075, 892.4556434342612, 2282.7973230737607, - 1978.8713615545093, + 1978.8713615544912, 354.55777461103753 ], "relative wind speed": [ @@ -398386,37 +273917,37 @@ 5.3942501888322845, 5.770887097423583, 5.994385970914578, - 5.953668674545527, + 5.953668674545528, 5.668213223150118 ], "relative wind angle": [ - 0.08308656040978195, - 0.027344445355665332, - 0.04809055082984327, - 0.08960247352778257, + 0.08308656040978596, + 0.02734444535566533, + 0.048090550829847895, + 0.08960247352778258, 0.0760662036924144, 0.022941214145590735, - 0.04100853761147279, - 0.08526090259254564 + 0.0410085376114782, + 0.08526090259254565 ], "resistance": [ - 95235.72964558407, + 95235.72964558406, 94343.14264014844, - 94471.46127166206, + 94471.46127166205, 95700.05900518982, 97526.9556434343, 98917.29732307378, - 98613.37136155454, + 98613.37136155451, 96989.05777461106 ], "fuel": [ - 49.30983501095423, + 49.30983501095422, 48.8561659027287, 48.921203076893676, 49.547008761284076, 50.48795303176193, 51.21237162914148, - 51.05340081981318, + 51.05340081981317, 50.209618400298766 ] }, @@ -398437,68 +273968,7 @@ "id": "6973", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.333317576561765, - 18.333317576561765, - 18.333317576561765, - 18.333317576561765, - 18.333317576561765, - 18.333317576561765, - 18.333317576561765, - 18.333317576561765 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1142.7587281403285, - -1986.0223793475107, - -1919.0472560203743, - -900.8016916977103, - 688.6989964246095, - 1950.8145540556015, - 1792.285488480029, - 408.3614125676595 - ], - "relative wind speed": [ - 4.8998152032369475, - 4.645185003517059, - 4.672403576431807, - 4.961900972631688, - 5.320830897981135, - 5.544518622376776, - 5.5216007905072155, - 5.262981019211389 - ], - "relative wind angle": [ - 0.08684018990074338, - 0.03253980965700257, - 0.04522571566555331, - 0.09078877835812645, - 0.07995356411484697, - 0.02726034347561049, - 0.038266498917569995, - 0.0855819061059761 - ], - "resistance": [ - 95491.74127185965, - 94648.47762065245, - 94715.4527439796, - 95733.69830830226, - 97323.19899642459, - 98585.31455405557, - 98426.78548848, - 97042.86141256762 - ], - "fuel": [ - 47.65747958279087, - 47.227999015948434, - 47.26201322133801, - 47.78119866502927, - 48.599368912425845, - 49.25571901416504, - 49.17295211869135, - 48.454386764877256 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 24.375, -30.9375 24.53125, -30.78125 24.53125, -30.78125 24.375, -30.9375 24.375))", @@ -398517,68 +273987,7 @@ "id": "6974", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.97452138394446, - 20.97452138394446, - 20.97452138394446, - 20.97452138394446, - 20.97452138394446, - 20.97452138394446, - 20.97452138394446, - 20.97452138394446 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1430.1093395095158, - -2624.758454763507, - -2587.36362152161, - -1295.1853887555935, - 812.7314587361234, - 2546.464599229086, - 2457.994966405371, - 656.3853992302902 - ], - "relative wind speed": [ - 5.622722167983035, - 5.313032636395993, - 5.326329359120524, - 5.653011595881106, - 6.0735088670328965, - 6.3461956116122105, - 6.3350398652593976, - 6.045326660577476 - ], - "relative wind angle": [ - 0.08988859101597557, - 0.03707372892845884, - 0.04248834285869921, - 0.09156212458138603, - 0.08320083738665984, - 0.03103598486109966, - 0.03571989218033544, - 0.0856050790639095 - ], - "resistance": [ - 95204.39066049049, - 94009.74154523651, - 94047.1363784784, - 95339.31461124442, - 97447.23145873613, - 99180.9645992291, - 99092.49496640539, - 97290.8853992303 - ], - "fuel": [ - 50.742951586362935, - 50.13656612807287, - 50.15546665367434, - 50.81177066364279, - 51.895727128371036, - 52.79965850614942, - 52.75326152170008, - 51.81476143363189 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.78125 24.375, -30.78125 24.53125, -30.625 24.53125, -30.625 24.375, -30.78125 24.375))", @@ -398597,68 +274006,7 @@ "id": "6975", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.60541974860203, - 16.60541974860203, - 16.60541974860203, - 16.60541974860203, - 16.60541974860203, - 16.60541974860203, - 16.60541974860203, - 16.60541974860203 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1066.4101489757013, - -1893.423140720567, - -1838.5420360235503, - -870.224988909562, - 656.9713859801723, - 1885.2434768109852, - 1755.8478771021528, - 429.407824975915 - ], - "relative wind speed": [ - 4.416077406603537, - 4.138707740971167, - 4.163545355664869, - 4.472087902324509, - 4.854016677286102, - 5.092574574742246, - 5.072288205120775, - 4.802462634770687 - ], - "relative wind angle": [ - 0.10319146245566194, - 0.04013690248070683, - 0.052872445736924185, - 0.10692014507871118, - 0.0938525111233202, - 0.03261606820703903, - 0.04339330388162878, - 0.09953951058645016 - ], - "resistance": [ - 95568.08985102428, - 94741.07685927942, - 94795.95796397644, - 95764.27501109042, - 97291.47138598016, - 98519.74347681097, - 98390.34787710213, - 97063.9078249759 - ], - "fuel": [ - 45.83068607650857, - 45.40922213750199, - 45.43711191027728, - 45.93103980676954, - 46.71713662777978, - 47.35566443591699, - 47.288132473305886, - 46.59945213625356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 24.53125, -30.625 24.6875, -30.46875 24.6875, -30.46875 24.53125, -30.625 24.53125))", @@ -398677,68 +274025,7 @@ "id": "6976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.78884071757376, - 10.78884071757376, - 10.78884071757376, - 10.78884071757376, - 10.78884071757376, - 10.78884071757376, - 10.78884071757376, - 10.78884071757376 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -647.4981676937123, - -1047.546770848623, - -971.2035610900621, - -380.3177193479182, - 472.99189557756927, - 1113.88409688105, - 935.1714651064731, - 162.21905760211166 - ], - "relative wind speed": [ - 2.800688130268281, - 2.5789865254670485, - 2.633188474037853, - 2.9199132823004614, - 3.239615932617276, - 3.4187415660375295, - 3.3771709838395125, - 3.132582292253259 - ], - "relative wind angle": [ - 0.1335851662249691, - 0.041646887456974806, - 0.0840909549716416, - 0.14439328636459478, - 0.11539881876991218, - 0.03141313107120021, - 0.06553557945339172, - 0.13452873268689478 - ], - "resistance": [ - 95987.00183230627, - 95586.95322915136, - 95663.29643890992, - 96254.18228065206, - 97107.49189557755, - 97748.38409688104, - 97569.67146510645, - 96796.7190576021 - ], - "fuel": [ - 41.209793707803016, - 41.00497879345184, - 41.04401863555782, - 41.346915114966045, - 41.78662655835297, - 42.11866073876038, - 42.02591941542131, - 41.626171256301305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 24.53125, -30.46875 24.6875, -30.3125 24.6875, -30.3125 24.53125, -30.46875 24.53125))", @@ -398757,68 +274044,7 @@ "id": "6977", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.829027710098234, - 8.829027710098234, - 8.829027710098234, - 8.829027710098234, - 8.829027710098234, - 8.829027710098234, - 8.829027710098234, - 8.829027710098234 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -607.3431677725787, - -820.7534380351956, - -687.7901689151154, - -147.16714483868464, - 523.5274153655419, - 949.2398341911021, - 638.7710725701377, - -12.74255573056189 - ], - "relative wind speed": [ - 2.2027376124812075, - 2.033972750039287, - 2.150667600716392, - 2.4558045922491605, - 2.744171270690966, - 2.8714950469089615, - 2.7851674677752998, - 2.5202287112508284 - ], - "relative wind angle": [ - 0.1454423591014902, - 0.016066992986787813, - 0.12729421183139975, - 0.17137210142106227, - 0.1165989802297772, - 0.011380526437813943, - 0.0981872675317752, - 0.16694963252541564 - ], - "resistance": [ - 96027.15683222745, - 95813.74656196483, - 95946.70983108491, - 96487.33285516134, - 97158.02741536558, - 97583.73983419113, - 97273.27107257016, - 96621.75744426946 - ], - "fuel": [ - 40.10318662433386, - 39.99381989168149, - 40.061939908552425, - 40.33959053503959, - 40.68555422270261, - 40.90601743040557, - 40.74516875609787, - 40.40879651189472 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 24.375, -30.625 24.53125, -30.46875 24.53125, -30.46875 24.375, -30.625 24.375))", @@ -398837,68 +274063,7 @@ "id": "6978", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.680723187720462, - 12.680723187720462, - 12.680723187720462, - 12.680723187720462, - 12.680723187720462, - 12.680723187720462, - 12.680723187720462, - 12.680723187720462 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -940.9341452952413, - -1342.2971325448243, - -1174.2592625341676, - -347.210140948514, - 733.926468576793, - 1461.4692585646226, - 1066.7359558468097, - 44.206407843201305 - ], - "relative wind speed": [ - 3.263483941710298, - 3.0608078603676003, - 3.1614359945217774, - 3.4873981289414133, - 3.8210983955897793, - 3.9852949236526616, - 3.905949671862384, - 3.6178964436307033 - ], - "relative wind angle": [ - 0.1146833955645279, - 0.021502181754751947, - 0.0888040945666812, - 0.13296177786482619, - 0.09788929554231648, - 0.016513700489774547, - 0.07184448678501096, - 0.1281388907160361 - ], - "resistance": [ - 95693.5658547048, - 95292.2028674552, - 95460.24073746587, - 96287.28985905151, - 97368.42646857683, - 98095.96925856466, - 97701.23595584685, - 96678.70640784323 - ], - "fuel": [ - 42.38765832188445, - 42.182609701032035, - 42.2683840663976, - 42.692079692383054, - 43.24978211273062, - 43.62753203009083, - 43.42233681725807, - 42.89348894975957 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 24.375, -30.46875 24.53125, -30.3125 24.53125, -30.3125 24.375, -30.46875 24.375))", @@ -398917,68 +274082,7 @@ "id": "6979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.96200922526801, - 10.96200922526801, - 10.96200922526801, - 10.96200922526801, - 10.96200922526801, - 10.96200922526801, - 10.96200922526801, - 10.96200922526801 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -734.8252541160045, - -1031.6644157099831, - -893.6559842746492, - -248.2068109677357, - 583.5725306184031, - 1134.2134129149854, - 810.2195178672191, - 18.112270401291426 - ], - "relative wind speed": [ - 2.808909011067953, - 2.6324972198227767, - 2.728283908255898, - 3.0215307225867574, - 3.316727737839914, - 3.4584116451112017, - 3.3833592235184455, - 3.124260682446291 - ], - "relative wind angle": [ - 0.11728966918888514, - 0.019691875431878794, - 0.0937472878517044, - 0.1371209891151756, - 0.09926699698437391, - 0.014988787753493344, - 0.07555742419183638, - 0.13258519543503572 - ], - "resistance": [ - 95899.67474588401, - 95602.83558429003, - 95740.84401572536, - 96386.29318903228, - 97218.07253061842, - 97768.713412915, - 97444.71951786723, - 96652.61227040131 - ], - "fuel": [ - 41.276799148268154, - 41.12486435292361, - 41.19546210285857, - 41.52658029471852, - 41.95557273916518, - 42.24098352545596, - 42.07291285507323, - 41.663654899458265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 24.21875, -30.9375 24.375, -30.78125 24.375, -30.78125 24.21875, -30.9375 24.21875))", @@ -399010,37 +274114,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1098.0398013779668, + -1098.0398013779813, -2385.848084221292, - -2479.4624484746764, + -2479.462448474682, -1433.9137339369954, - 505.15901684299206, + 505.15901684299024, 2248.8614098706676, 2469.877731961522, 894.5939388623101 ], "relative wind speed": [ - 5.252921437381941, + 5.252921437381939, 4.906236487290682, - 4.87016090430539, + 4.870160904305389, 5.171239357437107, - 5.600886164752685, + 5.600886164752686, 5.906941085587562, 5.9367198202374425, 5.676389078095179 ], "relative wind angle": [ - 0.10174973070187511, + 0.1017497307018762, 0.05172487437783221, 0.035905971705752236, - 0.09701645741656204, - 0.09540845746911014, - 0.04295613314920716, + 0.09701645741656202, + 0.09540845746911131, + 0.042956133149207154, 0.02945322885958646, - 0.0883591779992827 + 0.08835917799928271 ], "resistance": [ - 95536.46019862208, + 95536.46019862207, 94248.65191577876, 94155.03755152537, 95200.58626606305, @@ -399050,7 +274154,7 @@ 97529.09393886235 ], "fuel": [ - 48.98119258711585, + 48.98119258711584, 48.32615290616984, 48.278776855499096, 48.80975649001914, @@ -399077,68 +274181,7 @@ "id": "6981", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.55359268766668, - 17.55359268766668, - 17.55359268766668, - 17.55359268766668, - 17.55359268766668, - 17.55359268766668, - 17.55359268766668, - 17.55359268766668 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1258.7554905513534, - -2140.8640934500545, - -2043.7737228916922, - -911.7709264402729, - 811.7301960177283, - 2157.969202103681, - 1929.0701337985538, - 409.234840668345 - ], - "relative wind speed": [ - 4.650391006875999, - 4.365598521195528, - 4.407174764874837, - 4.744122074790377, - 5.148076308922049, - 5.3916950721506, - 5.357764159718872, - 5.0618308880092275 - ], - "relative wind angle": [ - 0.10252038020520417, - 0.036597243012484876, - 0.05676257338730335, - 0.10841490451722581, - 0.09257937152802308, - 0.02963012203045519, - 0.04668348547067768, - 0.10158587730764165 - ], - "resistance": [ - 95375.74450944865, - 94493.63590654994, - 94590.7262771083, - 95722.72907355972, - 97446.23019601773, - 98792.46920210368, - 98563.57013379855, - 97043.73484066834 - ], - "fuel": [ - 46.73193392244862, - 46.28311382313376, - 46.33237195567393, - 46.909274413336504, - 47.79677859670578, - 48.49770324468499, - 48.37805019807858, - 47.58852734596435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 24.0625, -30.9375 24.21875, -30.78125 24.21875, -30.78125 24.0625, -30.9375 24.0625))", @@ -399170,7 +274213,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -801.3326336952514, + -801.3326336952532, -1642.8464677992501, -1660.4765287317286, -862.163144649805, @@ -399180,7 +274223,7 @@ 576.2569285037844 ], "relative wind speed": [ - 3.4119292244967308, + 3.4119292244967303, 3.047594024378057, 3.036978779407081, 3.3890011560722804, @@ -399190,17 +274233,17 @@ 3.8606899414592313 ], "relative wind angle": [ - 0.16315347347991746, - 0.07836162127150134, - 0.07145169571346123, + 0.16315347347991813, + 0.07836162127150136, + 0.07145169571346122, 0.16157234129735912, 0.14481236017030572, - 0.05772026041030602, - 0.05235229177684625, + 0.057720260410306014, + 0.052352291776846256, 0.14168917985892276 ], "resistance": [ - 95833.16736630478, + 95833.16736630477, 94991.65353220078, 94974.0234712683, 95772.33685535022, @@ -399210,7 +274253,7 @@ 97210.75692850382 ], "fuel": [ - 42.628572453532286, + 42.62857245353228, 42.198911230306344, 42.18993783186689, 42.59742517738363, @@ -399237,68 +274280,7 @@ "id": "6983", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.286696264729942, - 13.286696264729942, - 13.286696264729942, - 13.286696264729942, - 13.286696264729942, - 13.286696264729942, - 13.286696264729942, - 13.286696264729942 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -859.3360372396573, - -1641.6207932894322, - -1623.4396057422418, - -796.1206728118805, - 557.8715894731904, - 1691.845711526843, - 1649.3819847182713, - 484.27302283493464 - ], - "relative wind speed": [ - 3.501643872664412, - 3.1694606360338393, - 3.1800075010688666, - 3.524653516408653, - 3.952731686380391, - 4.223756251503602, - 4.215821377694924, - 3.932227763590495 - ], - "relative wind angle": [ - 0.14873880032469575, - 0.06499943924229913, - 0.07168716650677953, - 0.15036346065674433, - 0.1316593829072808, - 0.048759851656670204, - 0.054053874136096434, - 0.1346777994871967 - ], - "resistance": [ - 95775.16396276036, - 94992.87920671058, - 95011.06039425777, - 95838.37932718813, - 97192.3715894732, - 98326.34571152685, - 98283.88198471829, - 97118.77302283495 - ], - "fuel": [ - 42.9046866832156, - 42.50534935703983, - 42.51460456375835, - 42.937056030394956, - 43.63393618779375, - 44.222825278851175, - 44.20068701950807, - 43.59588074749212 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 24.21875, -30.625 24.375, -30.46875 24.375, -30.46875 24.21875, -30.625 24.21875))", @@ -399317,68 +274299,7 @@ "id": "6984", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.801336487689813, - 14.801336487689813, - 14.801336487689813, - 14.801336487689813, - 14.801336487689813, - 14.801336487689813, - 14.801336487689813, - 14.801336487689813 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - -797.6805468248258, - -1585.0998937974546, - -1599.1165598398975, - -847.5092833471563, - 442.87263854428693, - 1551.0103755567716, - 1583.992024176462, - 500.70895418530927 - ], - "relative wind speed": [ - 3.9592873249842997, - 3.6713645877199563, - 3.6642140747666114, - 3.943262990857609, - 4.313229771789949, - 4.560810152820699, - 4.5665569524882486, - 4.3278844914079215 - ], - "relative wind angle": [ - 0.11430955530871045, - 0.05271256866187948, - 0.04860732745963701, - 0.11314790306577154, - 0.10489322471965225, - 0.042425683697199346, - 0.03899713995704079, - 0.1030548698445784 - ], - "resistance": [ - 95836.81945317512, - 95049.40010620249, - 95035.38344016005, - 95786.99071665278, - 97077.37263854423, - 98185.51037555671, - 98218.4920241764, - 97135.20895418525 - ], - "fuel": [ - 44.229997934663, - 43.827866394938724, - 43.82072904638284, - 44.20448224150721, - 44.868223619391955, - 45.4431680458922, - 45.460350214833724, - 44.89811830314063 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 24.21875, -30.46875 24.375, -30.3125 24.375, -30.3125 24.21875, -30.46875 24.21875))", @@ -399397,68 +274318,7 @@ "id": "6985", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.325584215164534, - 12.325584215164534, - 12.325584215164534, - 12.325584215164534, - 12.325584215164534, - 12.325584215164534, - 12.325584215164534, - 12.325584215164534 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -606.1885246488109, - -1109.09416621101, - -1087.3869028676836, - -528.9871550626112, - 369.89883668931816, - 1106.1954540358538, - 1055.109548477636, - 280.29560270110414 - ], - "relative wind speed": [ - 3.276085816304293, - 3.049714326092947, - 3.063007609132312, - 3.305890619221036, - 3.61044285435841, - 3.8035875709126645, - 3.7928907533404423, - 3.58317221106162 - ], - "relative wind angle": [ - 0.11176391387378658, - 0.045751801199712346, - 0.05491812857947112, - 0.11436456524933233, - 0.10137620205891497, - 0.03667919522976676, - 0.04434222425151022, - 0.10548016280525317 - ], - "resistance": [ - 96028.3114753512, - 95525.405833789, - 95547.11309713233, - 96105.5128449374, - 97004.39883668933, - 97740.69545403587, - 97689.60954847765, - 96914.79560270112 - ], - "fuel": [ - 42.29183745245855, - 42.03438123377616, - 42.04547456015596, - 42.33144304639217, - 42.794219002855804, - 43.17552865503913, - 43.14900741191711, - 42.74795340789062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 24.0625, -30.625 24.21875, -30.46875 24.21875, -30.46875 24.0625, -30.625 24.0625))", @@ -399477,68 +274337,7 @@ "id": "6986", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.616910005354805, - 12.616910005354805, - 12.616910005354805, - 12.616910005354805, - 12.616910005354805, - 12.616910005354805, - 12.616910005354805, - 12.616910005354805 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -773.0662307403236, - -1436.5639042508005, - -1408.0427963903308, - -673.5485668788888, - 506.7338833665335, - 1480.0283177517285, - 1413.3389579718596, - 390.9318396414974 - ], - "relative wind speed": [ - 3.321894493733033, - 3.0239586018792948, - 3.0413220926191817, - 3.3599456229745854, - 3.750778902265968, - 3.9948716844596595, - 3.981668661519165, - 3.716731199835584 - ], - "relative wind angle": [ - 0.1422918011609229, - 0.059594621473621316, - 0.07120617641532512, - 0.14518737449519512, - 0.12592912661610728, - 0.045099342145300675, - 0.054370320708240376, - 0.1311653447082392 - ], - "resistance": [ - 95861.43376925967, - 95197.9360957492, - 95226.45720360967, - 95960.95143312111, - 97141.23388336653, - 98114.52831775173, - 98047.83895797186, - 97025.4318396415 - ], - "fuel": [ - 42.42495541157373, - 42.085896370466486, - 42.100437466286145, - 42.47595197325293, - 43.083583078563265, - 43.58855272509104, - 43.55384011797471, - 43.0237367124915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 24.0625, -30.46875 24.21875, -30.3125 24.21875, -30.3125 24.0625, -30.46875 24.0625))", @@ -399557,68 +274356,7 @@ "id": "6987", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.674198813686276, - 10.674198813686276, - 10.674198813686276, - 10.674198813686276, - 10.674198813686276, - 10.674198813686276, - 10.674198813686276, - 10.674198813686276 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -736.4910576049847, - -1077.9744826913552, - -950.366336400522, - -291.01912848994743, - 585.4421759525953, - 1189.675017787989, - 891.0989444939992, - 67.0667473423432 - ], - "relative wind speed": [ - 2.725952819589838, - 2.5214416390078447, - 2.613252531969617, - 2.927273373123691, - 3.2493098843063857, - 3.4104494659734215, - 3.3406204069057814, - 3.069186227305539 - ], - "relative wind angle": [ - 0.13435368215923135, - 0.028459890817960933, - 0.1010695265654353, - 0.15248483763809012, - 0.11261279487689829, - 0.02103991326130901, - 0.07901086138338388, - 0.1453829094986979 - ], - "resistance": [ - 95898.00894239501, - 95556.52551730865, - 95684.13366359948, - 96343.48087151005, - 97219.9421759526, - 97824.17501778799, - 97525.598944494, - 96701.56674734234 - ], - "fuel": [ - 41.09127530242995, - 40.916520172066186, - 40.98177323214064, - 41.31989908775982, - 41.77186961109149, - 42.085122886494354, - 41.930161881421114, - 41.50421021348774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 23.90625, -30.625 24.0625, -30.46875 24.0625, -30.46875 23.90625, -30.625 23.90625))", @@ -399637,68 +274375,7 @@ "id": "6988", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.46045432685633, - 11.46045432685633, - 11.46045432685633, - 11.46045432685633, - 11.46045432685633, - 11.46045432685633, - 11.46045432685633, - 11.46045432685633 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -594.448824301855, - -1311.2643380977565, - -1354.9196077684287, - -744.692356161147, - 353.23176054663145, - 1339.4074839275472, - 1441.051929002092, - 528.4426631940232 - ], - "relative wind speed": [ - 3.0497878710076183, - 2.705592980893728, - 2.6759259928339834, - 2.9859284170617975, - 3.39965196501973, - 3.679484496929737, - 3.701115996869478, - 3.455874857339385 - ], - "relative wind angle": [ - 0.16914815027511462, - 0.08798206103197943, - 0.0662682514246211, - 0.1642831323768678, - 0.15159828198653483, - 0.0646564425364661, - 0.04789553811824062, - 0.14178002559170078 - ], - "resistance": [ - 96040.05117569816, - 95323.23566190226, - 95279.58039223158, - 95889.80764383887, - 96987.73176054665, - 97973.90748392756, - 98075.5519290021, - 97162.94266319404 - ], - "fuel": [ - 41.68149466119404, - 41.31478394155839, - 41.292512409035965, - 41.60447423105998, - 42.1692468647813, - 42.68035999045909, - 42.73324578413327, - 42.259790449479055 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 23.90625, -30.46875 24.0625, -30.3125 24.0625, -30.3125 23.90625, -30.46875 23.90625))", @@ -399717,68 +274394,7 @@ "id": "6989", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.917657493761471, - 10.917657493761471, - 10.917657493761471, - 10.917657493761471, - 10.917657493761471, - 10.917657493761471, - 10.917657493761471, - 10.917657493761471 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -788.4487141258032, - -1143.7224484282788, - -1002.8944732366695, - -297.39546263993725, - 633.0751712369438, - 1269.0347282308767, - 939.6308437681928, - 61.5543270170765 - ], - "relative wind speed": [ - 2.7810592181641103, - 2.5711880484298275, - 2.67036512682678, - 2.9982161051326037, - 3.331321500546637, - 3.4958525905065674, - 3.420693409875732, - 3.137306727411801 - ], - "relative wind angle": [ - 0.1358888966804181, - 0.027364182842334106, - 0.10401731098983757, - 0.15486318272611269, - 0.11333665840846555, - 0.02012511303970122, - 0.0811438073107803, - 0.14794567785621615 - ], - "resistance": [ - 95846.05128587423, - 95490.77755157175, - 95631.60552676336, - 96337.1045373601, - 97267.57517123697, - 97903.53472823091, - 97574.13084376822, - 96696.0543270171 - ], - "fuel": [ - 41.22051467579145, - 41.038780117653126, - 41.11076221299694, - 41.47247827763796, - 41.95237156649796, - 42.28222322714284, - 42.111184205568435, - 41.6572261305258 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 23.75, -30.625 23.90625, -30.46875 23.90625, -30.46875 23.75, -30.625 23.75))", @@ -399810,17 +274426,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -547.1485820235712, + -547.1485820235735, -1260.6534707237338, - -1316.4089236779869, + -1316.40892367799, -737.531771870058, - 326.7856459339555, + 326.7856459339546, 1299.150856730368, 1428.6772883882531, 549.1142597694679 ], "relative wind speed": [ - 2.9051545942050017, + 2.905154594205001, 2.544708211432176, 2.504542647403784, 2.8196287343510735, @@ -399830,11 +274446,11 @@ 3.318911683290144 ], "relative wind angle": [ - 0.18344561303900347, + 0.18344561303900472, 0.09958501965538052, - 0.0687946204407035, + 0.06879462044070674, 0.1769997223915242, - 0.16408390704420478, + 0.16408390704420545, 0.07164821573183547, 0.04834278333039976, 0.15015227734670106 @@ -399877,68 +274493,7 @@ "id": "6991", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.572329854119381, - 10.572329854119381, - 10.572329854119381, - 10.572329854119381, - 10.572329854119381, - 10.572329854119381, - 10.572329854119381, - 10.572329854119381 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -527.6931603200169, - -1056.57808631931, - -1061.1880972500744, - -543.6811042188001, - 331.5008418860025, - 1083.0562919634576, - 1093.8146789296216, - 350.12220195810505 - ], - "relative wind speed": [ - 2.796194226999284, - 2.5169266605405807, - 2.513557275327301, - 2.788867531581689, - 3.139939104530042, - 3.367937042273962, - 3.3704524264422187, - 3.146448414728978 - ], - "relative wind angle": [ - 0.15410814190119126, - 0.07184436414668621, - 0.06916220707872343, - 0.15346911365689367, - 0.1371238995652796, - 0.05367031514828975, - 0.05156031730214141, - 0.13591268723950473 - ], - "resistance": [ - 96106.80683968, - 95577.92191368071, - 95573.31190274993, - 96090.81889578121, - 96966.00084188602, - 97717.55629196347, - 97728.31467892963, - 96984.62220195812 - ], - "fuel": [ - 41.134286496896976, - 40.86340159462, - 40.86104500961395, - 41.126082516415394, - 41.57656840418814, - 41.96569417864521, - 41.97127970581073, - 41.5861844172464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 23.90625, -30.3125 24.0625, -30.15625 24.0625, -30.15625 23.90625, -30.3125 23.90625))", @@ -399957,68 +274512,7 @@ "id": "6992", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.700462697743987, - 9.700462697743987, - 9.700462697743987, - 9.700462697743987, - 9.700462697743987, - 9.700462697743987, - 9.700462697743987, - 9.700462697743987 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -739.2402287425498, - -975.1167711027501, - -805.9598390394312, - -152.37466542006314, - 642.7940884069235, - 1133.676607796006, - 738.3440496757394, - -40.86554028730188 - ], - "relative wind speed": [ - 2.4149387495052053, - 2.240899327858498, - 2.3757028417869717, - 2.708205460718376, - 3.017059390482276, - 3.1484832430810834, - 3.0480506126185554, - 2.7568459717753933 - ], - "relative wind angle": [ - 0.1405622034055578, - 0.011005974858155404, - 0.12808220925141597, - 0.16836337264574744, - 0.11237616865012505, - 0.007833307045654384, - 0.09972193773450402, - 0.1653652172033552 - ], - "resistance": [ - 95895.25977125744, - 95659.38322889723, - 95828.54016096055, - 96482.12533457992, - 97277.29408840691, - 97768.17660779599, - 97372.84404967572, - 96593.63445971269 - ], - "fuel": [ - 40.50554293709438, - 40.38478850136119, - 40.47136555872905, - 40.80688072597225, - 41.21722055193157, - 41.47171069763941, - 41.26668661286952, - 40.86428219134607 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 23.90625, -30.15625 24.0625, -30 24.0625, -30 23.90625, -30.15625 23.90625))", @@ -400037,68 +274531,7 @@ "id": "6993", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.751145130209084, - 10.751145130209084, - 10.751145130209084, - 10.751145130209084, - 10.751145130209084, - 10.751145130209084, - 10.751145130209084, - 10.751145130209084 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -785.0529483058585, - -1091.3309325273513, - -935.7451507300889, - -241.07758837585925, - 644.0812590615665, - 1223.755354523974, - 859.4515790934033, - 11.199323522416307 - ], - "relative wind speed": [ - 2.726693097685117, - 2.5368151756384067, - 2.6478052662485037, - 2.9705376457484434, - 3.2883026612596717, - 3.436911172209979, - 3.352151087441881, - 3.0698038595653614 - ], - "relative wind angle": [ - 0.13011016913214646, - 0.019787453276336988, - 0.10700407127924401, - 0.15211169528979226, - 0.10779312190957337, - 0.014604864087629526, - 0.08445981636465873, - 0.14715653092967845 - ], - "resistance": [ - 95849.44705169414, - 95543.16906747266, - 95698.75484926991, - 96393.42241162414, - 97278.58125906157, - 97858.25535452398, - 97493.95157909341, - 96645.69932352242 - ], - "fuel": [ - 41.11523443752567, - 40.95853107672704, - 41.0380910059271, - 41.394413258465576, - 41.851047717551296, - 42.15166896544881, - 41.96259362883843, - 41.52426045094022 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 23.75, -30.3125 23.90625, -30.15625 23.90625, -30.15625 23.75, -30.3125 23.75))", @@ -400117,68 +274550,7 @@ "id": "6994", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.417761199574867, - 10.417761199574867, - 10.417761199574867, - 10.417761199574867, - 10.417761199574867, - 10.417761199574867, - 10.417761199574867, - 10.417761199574867 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -695.0916024997177, - -982.6097929927505, - -852.2209759540933, - -237.60654151395374, - 557.6115048781426, - 1087.6252425964162, - 782.012606178178, - 25.6386647646882 - ], - "relative wind speed": [ - 2.658988538005149, - 2.4788914391175285, - 2.5745560266064325, - 2.8700762557480615, - 3.166918048434781, - 3.3097865797985437, - 3.2359312781036027, - 2.976953519444988 - ], - "relative wind angle": [ - 0.12518338306857724, - 0.021780368619064263, - 0.09946004333023177, - 0.1452877182054214, - 0.10502437737143087, - 0.01631201697715048, - 0.07908392763578176, - 0.14003664256553772 - ], - "resistance": [ - 95939.4083975003, - 95651.89020700727, - 95782.27902404591, - 96396.89345848605, - 97192.11150487815, - 97722.12524259643, - 97416.51260617819, - 96660.1386647647 - ], - "fuel": [ - 40.95254797612981, - 40.805336550793626, - 40.87205846456896, - 41.18741780583716, - 41.59753093685418, - 41.872178623028134, - 41.71368569304566, - 41.32291916303196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 23.75, -30.15625 23.90625, -30 23.90625, -30 23.75, -30.15625 23.75))", @@ -400197,68 +274569,7 @@ "id": "6995", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.370907909575738, - 10.370907909575738, - 10.370907909575738, - 10.370907909575738, - 10.370907909575738, - 10.370907909575738, - 10.370907909575738, - 10.370907909575738 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -607.8062821857839, - -920.0154153107214, - -828.6467490945001, - -286.08081005304484, - 458.20475929243867, - 987.6401047254722, - 773.2923539471312, - 84.29967216952855 - ], - "relative wind speed": [ - 2.68224736565195, - 2.4968337881444076, - 2.5639383320349434, - 2.83095739979061, - 3.116400205470182, - 3.266836727720236, - 3.2144395157979386, - 2.9819593175917407 - ], - "relative wind angle": [ - 0.1219149476738043, - 0.030512634506184293, - 0.08531278425164504, - 0.13646850755495085, - 0.10486303314128773, - 0.02331921248267511, - 0.06801808680279761, - 0.12951798742403686 - ], - "resistance": [ - 96026.69371781421, - 95714.48458468929, - 95805.8532509055, - 96348.41918994696, - 97092.70475929244, - 97622.14010472548, - 97407.79235394714, - 96718.79967216952 - ], - "fuel": [ - 40.96854470159028, - 40.808604271282896, - 40.85537363660903, - 41.13373968025088, - 41.51738092427377, - 41.79153248711146, - 41.68041354041096, - 41.32439426663852 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 23.59375, -30.9375 23.75, -30.78125 23.75, -30.78125 23.59375, -30.9375 23.59375))", @@ -400290,19 +274601,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -210.06578628069724, + -210.0657862806977, -924.422348883726, - -1084.1069170921403, + -1084.1069170921414, -728.5779978140695, 115.32843478441737, 1013.8824400364956, - 1381.4193170947815, + 1381.4193170947765, 728.079013822105 ], "relative wind speed": [ 2.262211073307359, 1.78914309201753, - 1.6243665682412338, + 1.6243665682412336, 1.9389907883536142, 2.430566304830785, 2.7971804551474975, @@ -400310,13 +274621,13 @@ 2.6954714290923283 ], "relative wind angle": [ - 0.28513152077573267, + 0.28513152077573345, 0.21866051091640454, - 0.05386845823156801, + 0.05386845823157008, 0.2671125492095394, - 0.264887105987015, + 0.2648871059870153, 0.13919768965769883, - 0.030205039517778528, + 0.030205039517782205, 0.19103071369589716 ], "resistance": [ @@ -400326,7 +274637,7 @@ 95905.92200218595, 96749.82843478443, 97648.38244003651, - 98015.9193170948, + 98015.91931709478, 97362.57901382212 ], "fuel": [ @@ -400336,7 +274647,7 @@ 39.7002044567634, 40.13396205288116, 40.59872084587685, - 40.789687591003386, + 40.78968759100338, 40.450569007150975 ] }, @@ -400370,34 +274681,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -358.9881721876577, + -358.9881721876586, -1048.204448890425, - -1150.0716677412543, - -694.4159118932598, + -1150.0716677412552, + -694.41591189326, 229.49793318330785, 1136.845662174756, - 1371.5249237869148, + 1371.5249237869202, 624.2825416186515 ], "relative wind speed": [ 2.39474532945787, 1.9639644192301233, - 1.869591078429036, - 2.204853255512871, + 1.8695910784290357, + 2.2048532555128704, 2.6748811288606076, 3.0054347450066135, - 3.065032372741508, + 3.0650323727415074, 2.833446023510802 ], "relative wind angle": [ - 0.25273261727041335, + 0.2527326172704143, 0.16443099014035506, - 0.0771852633853957, - 0.240588034746952, - 0.22577659000104003, + 0.07718526338539713, + 0.2405880347469511, + 0.22577659000104, 0.10717237910478991, - 0.04705165448419538, - 0.1864924781890142 + 0.04705165448419066, + 0.18649247818901424 ], "resistance": [ 96275.51182781238, @@ -400450,34 +274761,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -141.68854158164368, + -141.68854158164504, -951.4842573799501, - -1167.0923380069985, - -844.7445259344718, + -1167.092338007002, + -844.7445259344715, 35.64764920527796, 1021.6606420668818, - 1518.9544546377238, - 865.8480953132439 + 1518.954454637722, + 865.8480953132444 ], "relative wind speed": [ - 2.394021407522514, + 2.3940214075225135, 1.8941257654590091, - 1.68105339357119, + 1.6810533935711898, 1.9728807463203626, 2.4823439763532944, 2.881953799289274, - 3.0112172961406065, - 2.828623636578746 + 3.011217296140606, + 2.8286236365787456 ], "relative wind angle": [ - 0.28157333335547774, + 0.2815733333554785, 0.23331165713319085, - 0.027309752753110518, - 0.25771975817259485, + 0.027309752753118647, + 0.2577197581725948, 0.27129651893000084, 0.1525445192190276, 0.015244739790777128, - 0.178718485253277 + 0.17871848525327635 ], "resistance": [ 96492.81145841836, @@ -400530,9 +274841,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -532.154311764773, + -532.1543117647743, -1144.753308556413, - -1155.3705451248748, + -1155.370545124876, -566.8859509897097, 429.42201316084584, 1307.5278305067272, @@ -400540,9 +274851,9 @@ 470.359517628855 ], "relative wind speed": [ - 2.3136089407256266, + 2.313608940725626, 1.9032019603017782, - 1.8933132582015681, + 1.893313258201568, 2.2939377622702892, 2.7698480180901575, 3.066376798801314, @@ -400550,19 +274861,19 @@ 2.7861611433572726 ], "relative wind angle": [ - 0.2589344497341157, - 0.13331626686908754, - 0.12424918290115484, - 0.2577803987124699, + 0.25893444973411617, + 0.1333162668690875, + 0.12424918290115665, + 0.25778039871246994, 0.21553998922928674, 0.08259412525196917, - 0.0764416826070676, + 0.07644168260706762, 0.21146886817696858 ], "resistance": [ 96102.34568823525, 95489.74669144361, - 95479.12945487515, + 95479.12945487513, 96067.6140490103, 97063.92201316086, 97942.02783050675, @@ -400572,7 +274883,7 @@ "fuel": [ 40.17611365439663, 39.86245756382752, - 39.8570337558179, + 39.857033755817895, 40.15829340748745, 40.67126547106003, 41.12644073995048, @@ -400610,9 +274921,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -180.14084959859474, + -180.14084959859701, -1065.641018727525, - -1298.3125332396044, + -1298.312533239605, -960.9959084058605, -5.980053206173579, 1060.641148958386, @@ -400620,9 +274931,9 @@ 909.4705368244054 ], "relative wind speed": [ - 2.7467496094213373, + 2.746749609421337, 2.286309022280316, - 2.095258878202582, + 2.0952588782025816, 2.350254715270454, 2.82204379224387, 3.2064553071636683, @@ -400630,13 +274941,13 @@ 3.159884073118415 ], "relative wind angle": [ - 0.22755413670020624, + 0.22755413670020772, 0.18068434428148952, 0.018431066447727896, 0.1993676937230962, - 0.2213801912160598, - 0.1284873134761963, - 0.011581133180707892, + 0.22138019121605984, + 0.12848731347619632, + 0.01158113318070789, 0.1478430747864685 ], "resistance": [ @@ -400690,34 +275001,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -452.50869909805397, + -452.5086990980544, -1146.4853270361693, - -1218.8402573600465, + -1218.840257360048, -692.5142969982885, 303.2994389590526, 1240.992230381547, - 1407.8759376355824, - 585.2568132346814 + 1407.8759376355843, + 585.256813234681 ], "relative wind speed": [ 2.5106535700330785, 2.0962209204517106, - 2.0337120937440383, + 2.033712093744038, 2.383303290239218, 2.849920924968445, 3.167220939554647, - 3.207716593942189, - 2.9572446726687587 + 3.2077165939421888, + 2.957244672668759 ], "relative wind angle": [ - 0.23654831498752274, + 0.23654831498752318, 0.14027197651655013, - 0.08560990633780992, + 0.08560990633781122, 0.22813033776709338, - 0.20794598693398691, - 0.09266723415492903, - 0.0542375204332478, - 0.18328879284651353 + 0.20794598693398694, + 0.09266723415492904, + 0.054237520433245756, + 0.18328879284651473 ], "resistance": [ 96181.99130090192, @@ -400770,53 +275081,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -36.482439080628865, + -36.48243908063159, -1005.1342638797555, - -1340.0324891372538, + -1340.0324891372761, -1108.1179286596043, -208.35674783138074, 893.2578473777849, - 1581.588352566423, + 1581.588352566444, 1041.0636473866389 ], "relative wind speed": [ - 3.1091948598854438, + 3.1091948598854433, 2.6851719127152585, 2.4641638627575824, 2.630515125987458, 3.042401907959259, 3.422448516114929, - 3.5848568316980014, + 3.584856831698001, 3.464634499949942 ], "relative wind angle": [ - 0.18122448927478052, + 0.18122448927478177, 0.15716037392675425, - 0.013784022081521862, - 0.14198260012211175, + 0.013784022081546027, + 0.14198260012211172, 0.1852487253080476, 0.12310806453992391, - 0.009474721946641009, + 0.00947472194662929, 0.1076458831290109 ], "resistance": [ 96598.01756091937, 95629.36573612025, - 95294.46751086274, + 95294.46751086273, 95526.3820713404, 96426.14325216862, 97527.75784737778, - 98216.08835256642, + 98216.08835256644, 97675.56364738663 ], "fuel": [ 41.587213295034616, 41.09011009446567, - 40.91905563168693, + 40.919055631686916, 41.037465154764824, 41.49875419129794, 42.06763129811805, - 42.42537955406003, + 42.42537955406004, 42.14430224585554 ] }, @@ -400850,7 +275161,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -355.60076419583766, + -355.6007641958413, -1300.5097422206095, -1499.945144592074, -1041.7675676165445, @@ -400870,11 +275181,11 @@ 3.6352179029476934 ], "relative wind angle": [ - 0.1786200465322367, + 0.1786200465322386, 0.12444696694561419, 0.02951429284534153, - 0.15749187535935844, - 0.17030445630918276, + 0.1574918753593584, + 0.17030445630918278, 0.09375523276977019, 0.020676611823602493, 0.1273213419879347 @@ -400930,9 +275241,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -464.7294403939345, + -464.7294403939368, -1191.1623921718824, - -1274.431840448995, + -1274.4318404489964, -744.6209923409424, 279.61986560847254, 1250.29081023267, @@ -400950,9 +275261,9 @@ 3.123535997268731 ], "relative wind angle": [ - 0.21305564400670476, - 0.1265297266217785, - 0.0718273399704103, + 0.21305564400670635, + 0.12652972662177847, + 0.07182733997041184, 0.20324196697458463, 0.190558567990689, 0.08731923008613572, @@ -400997,68 +275308,7 @@ "id": "7005", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.236088796023122, - 11.236088796023122, - 11.236088796023122, - 11.236088796023122, - 11.236088796023122, - 11.236088796023122, - 11.236088796023122, - 11.236088796023122 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -405.8092610454437, - -1193.119009089222, - -1323.9252185726964, - -856.9537620788142, - 156.13221600843735, - 1163.4963632882582, - 1468.374366054115, - 682.099801815315 - ], - "relative wind speed": [ - 3.058573473084099, - 2.6927906736681777, - 2.6023028657235727, - 2.863236282006339, - 3.2701884489416435, - 3.5774128318731617, - 3.6437650825611625, - 3.4425110276145214 - ], - "relative wind angle": [ - 0.17119128550208712, - 0.10886889386827336, - 0.04123418288485338, - 0.15580007804404405, - 0.16001450506196407, - 0.08187747702157916, - 0.029444524358256702, - 0.1294208280601817 - ], - "resistance": [ - 96228.6907389546, - 95441.38099091082, - 95310.57478142735, - 95777.54623792123, - 96790.63221600848, - 97797.9963632883, - 98102.87436605417, - 97316.59980181536 - ], - "fuel": [ - 41.6265193116615, - 41.22329555038574, - 41.15652607958924, - 41.395181728754935, - 41.91573048250212, - 42.437125995102384, - 42.59567030218001, - 42.1874917794786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 23.4375, -30.625 23.59375, -30.46875 23.59375, -30.46875 23.4375, -30.625 23.4375))", @@ -401090,33 +275340,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -713.2350504149208, + -713.2350504149231, -1343.8693145142238, - -1310.7970944564236, + -1310.7970944564254, -601.1702958579554, - 527.4441395268782, + 527.4441395268791, 1462.0726836312829, - 1385.4093079292056, + 1385.4093079292093, 396.38889388089365 ], "relative wind speed": [ - 2.7860893943285783, + 2.786089394328578, 2.4405988191494807, 2.4649932039000637, 2.837463725359115, - 3.274845929517605, + 3.2748459295176047, 3.539828721737023, 3.522884965478536, 3.23043489062067 ], "relative wind angle": [ - 0.19170184716211647, + 0.19170184716211763, 0.08196583545920459, - 0.10087817274409502, + 0.10087817274409723, 0.19538948322484526, - 0.1628124398442585, - 0.05647959001920609, - 0.07052412278954061, + 0.1628124398442578, + 0.0564795900192061, + 0.07052412278953903, 0.17136865680802246 ], "resistance": [ @@ -401157,68 +275407,7 @@ "id": "7007", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.583232201871173, - 13.583232201871173, - 13.583232201871173, - 13.583232201871173, - 13.583232201871173, - 13.583232201871173, - 13.583232201871173, - 13.583232201871173 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -574.6963891275991, - -1548.5461693769676, - -1690.7964823109805, - -1071.9424048201809, - 223.82270661268558, - 1483.002121527952, - 1815.890552087777, - 802.304549613209 - ], - "relative wind speed": [ - 3.6874567726987406, - 3.314692921767761, - 3.2343812505196365, - 3.5110597494039375, - 3.936099665442549, - 4.254765429633161, - 4.316132059275502, - 4.094224891592341 - ], - "relative wind angle": [ - 0.1472947722551234, - 0.08877145047171636, - 0.03884102652833567, - 0.13469172640248267, - 0.137928672679866, - 0.06912200585037191, - 0.029103102671852777, - 0.11541389218921949 - ], - "resistance": [ - 96059.80361087236, - 95085.953830623, - 94943.70351768898, - 95562.55759517978, - 96858.32270661264, - 98117.50212152791, - 98450.39055208773, - 97436.80454961317 - ], - "fuel": [ - 43.2919435609336, - 42.79413258347925, - 42.72171268251843, - 43.03732121146518, - 43.70276242272271, - 44.355400573206694, - 44.528924132261956, - 44.00185944962053 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 23.59375, -30.3125 23.75, -30.15625 23.75, -30.15625 23.59375, -30.3125 23.59375))", @@ -401237,68 +275426,7 @@ "id": "7008", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.071156664161434, - 12.071156664161434, - 12.071156664161434, - 12.071156664161434, - 12.071156664161434, - 12.071156664161434, - 12.071156664161434, - 12.071156664161434 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -631.259540988779, - -1287.9725142436769, - -1304.093763289206, - -687.5363463674275, - 375.4894187388745, - 1298.1474605247895, - 1335.8481213101795, - 440.97048002270094 - ], - "relative wind speed": [ - 3.2082618414467348, - 2.908797457276038, - 2.8985437412874995, - 3.185778599529886, - 3.5609343442444876, - 3.8094743469207883, - 3.817281968514531, - 3.5810629933136484 - ], - "relative wind angle": [ - 0.14388457071870858, - 0.06861456256400744, - 0.061446258343584546, - 0.14209102602777243, - 0.1295495754649669, - 0.052374811445272465, - 0.04664501463426673, - 0.12631748233991524 - ], - "resistance": [ - 96003.24045901124, - 95346.52748575633, - 95330.40623671081, - 95946.96365363259, - 97009.98941873889, - 97932.64746052481, - 97970.34812131019, - 97075.47048002272 - ], - "fuel": [ - 42.09259471731768, - 41.75664796090076, - 41.74842118840789, - 42.063743000654725, - 42.61072097055953, - 43.088881662880226, - 43.108487113343806, - 42.64455161622138 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 23.59375, -30.15625 23.75, -30 23.75, -30 23.59375, -30.15625 23.59375))", @@ -401317,68 +275445,7 @@ "id": "7009", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.052907229451742, - 10.052907229451742, - 10.052907229451742, - 10.052907229451742, - 10.052907229451742, - 10.052907229451742, - 10.052907229451742, - 10.052907229451742 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -556.8582355708436, - -919.4823883523909, - -859.7536636467362, - -348.1334539757754, - 402.28822914110697, - 974.5734391869223, - 834.8261896777026, - 159.4576788090867 - ], - "relative wind speed": [ - 2.613525670029767, - 2.399578648450509, - 2.445152561247123, - 2.7135877996634847, - 3.0168113851102154, - 3.1896221831332285, - 3.154821122260625, - 2.927133173388707 - ], - "relative wind angle": [ - 0.13655760614975926, - 0.044955887917087475, - 0.08323257211947117, - 0.14620278447629959, - 0.11821043160944505, - 0.03381573265212377, - 0.06447984177038749, - 0.13546836719283137 - ], - "resistance": [ - 96077.64176442915, - 95715.0176116476, - 95774.74633635326, - 96286.36654602422, - 97036.78822914111, - 97609.07343918692, - 97469.3261896777, - 96793.95767880909 - ], - "fuel": [ - 40.803337026983634, - 40.61753494507332, - 40.64810520761482, - 40.91050572029992, - 41.29714511208121, - 41.593411689519996, - 41.52095341440088, - 41.17180232241246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 23.4375, -30.3125 23.59375, -30.15625 23.59375, -30.15625 23.4375, -30.3125 23.4375))", @@ -401397,68 +275464,7 @@ "id": "7010", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.847198732339017, - 11.847198732339017, - 11.847198732339017, - 11.847198732339017, - 11.847198732339017, - 11.847198732339017, - 11.847198732339017, - 11.847198732339017 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -529.2018852979127, - -1365.2361887769853, - -1471.2004667187525, - -894.0887504714979, - 258.49426839027, - 1358.638478848813, - 1605.446944891859, - 683.9938825665149 - ], - "relative wind speed": [ - 3.195189477234469, - 2.818879536875539, - 2.7492519392506236, - 3.0452020912446613, - 3.476513076525861, - 3.788046610493267, - 3.8388790995825683, - 3.6086179058144023 - ], - "relative wind angle": [ - 0.1715147232690825, - 0.10120259386350139, - 0.05188593785253858, - 0.1604253248679694, - 0.15751434836455688, - 0.07525255161365874, - 0.037150511573195426, - 0.13520967523703356 - ], - "resistance": [ - 96105.2981147021, - 95269.26381122303, - 95163.29953328126, - 95740.41124952852, - 96892.99426839029, - 97993.13847884882, - 98239.94694489187, - 97318.49388256653 - ], - "fuel": [ - 41.9844116902063, - 41.55669311177891, - 41.50266706671882, - 41.7974142206276, - 42.389779894275804, - 42.9598058229976, - 43.08830504633842, - 42.60971310052197 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 23.4375, -30.15625 23.59375, -30 23.59375, -30 23.4375, -30.15625 23.4375))", @@ -401477,68 +275483,7 @@ "id": "7011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.610282091418396, - 10.610282091418396, - 10.610282091418396, - 10.610282091418396, - 10.610282091418396, - 10.610282091418396, - 10.610282091418396, - 10.610282091418396 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -577.6803287480689, - -1143.556486231544, - -1141.4435708693595, - -570.408497835524, - 381.44576795047533, - 1193.0509566054084, - 1188.131578413158, - 372.96559217193635 - ], - "relative wind speed": [ - 2.7923586156417106, - 2.4904357778013995, - 2.491986661837687, - 2.795696988485653, - 3.174793564136768, - 3.4167690073927255, - 3.4156380502705193, - 3.1718542150932763 - ], - "relative wind angle": [ - 0.16652292823272816, - 0.07652960278866978, - 0.07775564223212639, - 0.16679770060021362, - 0.14630907895254425, - 0.05575582106771296, - 0.056702318989504626, - 0.14686341209031395 - ], - "resistance": [ - 96056.8196712519, - 95490.94351376843, - 95493.05642913061, - 96064.09150216445, - 97015.94576795044, - 97827.55095660538, - 97822.63157841313, - 97007.46559217191 - ], - "fuel": [ - 41.13242404719168, - 40.842737133453795, - 40.84381657426911, - 41.13615444337736, - 41.6261472965683, - 42.04660596808109, - 42.04405006089448, - 41.621767011460385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 23.28125, -30.625 23.4375, -30.46875 23.4375, -30.46875 23.28125, -30.625 23.28125))", @@ -401570,31 +275515,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -618.4291321865462, + -618.4291321865499, -1368.1184917276146, - -1413.788315092344, - -775.1521755577837, + -1413.7883150923453, + -775.1521755577833, 372.9952569724892, 1405.0685635332866, 1511.3129311342846, 555.8528797213166 ], "relative wind speed": [ - 3.0745179691290865, + 3.074517969129086, 2.7165766632541106, - 2.6857217308722117, - 3.0083619121719836, - 3.437300903803008, + 2.685721730872211, + 3.008361912171983, + 3.4373009038030076, 3.726648558483316, 3.748946122592773, 3.4953478870028865 ], "relative wind angle": [ - 0.1740780472669511, - 0.0908715330690874, + 0.17407804726695303, + 0.09087153306908739, 0.06851763326787307, - 0.16918965128294144, - 0.155546607051608, + 0.16918965128294014, + 0.15554660705160728, 0.06619889758511624, 0.04906689562732357, 0.14543589823683947 @@ -401637,68 +275582,7 @@ "id": "7013", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.223515520345842, - 13.223515520345842, - 13.223515520345842, - 13.223515520345842, - 13.223515520345842, - 13.223515520345842, - 13.223515520345842, - 13.223515520345842 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -649.3057403457187, - -1601.1968126353086, - -1709.0539563780203, - -1023.4095979907388, - 317.8343673962936, - 1579.6895705926672, - 1831.4446636944613, - 753.5621312846224 - ], - "relative wind speed": [ - 3.5613423271489206, - 3.1779899879541054, - 3.1149655677517174, - 3.4242748475150333, - 3.8707523786338878, - 4.191212567301478, - 4.238262929498783, - 3.9925211228643835 - ], - "relative wind angle": [ - 0.1585165554613325, - 0.09038307196769556, - 0.05026556103546946, - 0.1489564047479603, - 0.1457509446560259, - 0.06849330110637322, - 0.036936160161866294, - 0.1276300893927059 - ], - "resistance": [ - 95985.19425965428, - 95033.3031873647, - 94925.44604362198, - 95611.09040200926, - 96952.3343673963, - 98214.18957059267, - 98465.94466369446, - 97388.06213128462 - ], - "fuel": [ - 42.96160716228046, - 42.4752463816034, - 42.42035033673345, - 42.770059768955264, - 43.45921238986026, - 44.11368511949033, - 44.24496916805953, - 43.684536848993716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 23.125, -30.625 23.28125, -30.46875 23.28125, -30.46875 23.125, -30.625 23.125))", @@ -401717,68 +275601,7 @@ "id": "7014", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.144554290139668, - 12.144554290139668, - 12.144554290139668, - 12.144554290139668, - 12.144554290139668, - 12.144554290139668, - 12.144554290139668, - 12.144554290139668 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -649.0785572661771, - -1443.5822547995972, - -1496.0795125972845, - -830.1317950893908, - 377.2828760653356, - 1466.0990401979425, - 1588.408503313528, - 588.3497037875622 - ], - "relative wind speed": [ - 3.236879263284335, - 2.878549223952424, - 2.8449562041951846, - 3.164365170396352, - 3.5944349062909215, - 3.887326076614317, - 3.911978253627452, - 3.6584344642244484 - ], - "relative wind angle": [ - 0.16582475699818017, - 0.0868928523146237, - 0.06366875367068756, - 0.1605314051170816, - 0.149198861796883, - 0.06430717969345846, - 0.04628786397032656, - 0.13870041871652566 - ], - "resistance": [ - 95985.42144273384, - 95190.91774520042, - 95138.42048740273, - 95804.36820491063, - 97011.78287606535, - 98100.59904019795, - 98222.90850331355, - 97222.84970378758 - ], - "fuel": [ - 42.13678920863042, - 41.73061086997548, - 41.70385514707759, - 42.04402175857237, - 42.66497847600742, - 43.22959324793144, - 43.293293451193, - 42.774084265633675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 23.125, -30.46875 23.28125, -30.3125 23.28125, -30.3125 23.125, -30.46875 23.125))", @@ -401797,68 +275620,7 @@ "id": "7015", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.397714740867297, - 11.397714740867297, - 11.397714740867297, - 11.397714740867297, - 11.397714740867297, - 11.397714740867297, - 11.397714740867297, - 11.397714740867297 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -379.39118808514013, - -1311.8553971792317, - -1497.6370504371198, - -1014.0413938981542, - 117.60768647421901, - 1286.3534310292807, - 1718.3227035552754, - 858.8044921572673 - ], - "relative wind speed": [ - 3.1285438100889853, - 2.70465643011388, - 2.576635317378796, - 2.8557828894751314, - 3.3130336184701554, - 3.667262156405401, - 3.758314591674814, - 3.550842465801689 - ], - "relative wind angle": [ - 0.19008304844638396, - 0.13037510260661986, - 0.03642772830993836, - 0.17042060594688765, - 0.17937953456618577, - 0.09602879142531484, - 0.024971291008730582, - 0.13682566558008177 - ], - "resistance": [ - 96255.10881191485, - 95322.64460282076, - 95136.86294956287, - 95620.45860610183, - 96752.1076864742, - 97920.85343102926, - 98352.82270355526, - 97493.30449215726 - ], - "fuel": [ - 41.74910593135116, - 41.271700906567986, - 41.17697054042974, - 41.42382470509376, - 42.00488227388926, - 42.60998969010964, - 42.83492430592274, - 42.38804054267062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 23.28125, -30.3125 23.4375, -30.15625 23.4375, -30.15625 23.28125, -30.3125 23.28125))", @@ -401877,68 +275639,7 @@ "id": "7016", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.779522645763917, - 12.779522645763917, - 12.779522645763917, - 12.779522645763917, - 12.779522645763917, - 12.779522645763917, - 12.779522645763917, - 12.779522645763917 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -368.4507314319444, - -1422.9260694706109, - -1656.7083813650584, - -1179.77382803179, - 38.14120635200834, - 1331.1481820610634, - 1877.3012900140857, - 983.1474410625287 - ], - "relative wind speed": [ - 3.5293715414075586, - 3.113698826985027, - 2.972366301131117, - 3.2217783997890317, - 3.663990440971988, - 4.023203828252272, - 4.128719898555941, - 3.9371859711581436 - ], - "relative wind angle": [ - 0.16459181640612547, - 0.11609960710733626, - 0.022945697454786636, - 0.14236880246958553, - 0.15849238391235035, - 0.089772375996338, - 0.016518469720024225, - 0.11636894361471596 - ], - "resistance": [ - 96266.04926856805, - 95211.57393052938, - 94977.79161863495, - 95454.72617196821, - 96672.64120635201, - 97965.64818206106, - 98511.80129001409, - 97617.64744106252 - ], - "fuel": [ - 42.7570047764428, - 42.21732867539089, - 42.09824019590178, - 42.34140594842034, - 42.96620210177372, - 43.635561224800696, - 43.92016059573569, - 43.45479761660051 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 23.28125, -30.15625 23.4375, -30 23.4375, -30 23.28125, -30.15625 23.28125))", @@ -401957,68 +275658,7 @@ "id": "7017", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.520808939323363, - 10.520808939323363, - 10.520808939323363, - 10.520808939323363, - 10.520808939323363, - 10.520808939323363, - 10.520808939323363, - 10.520808939323363 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -329.23197154041736, - -1107.4546501555524, - -1258.6319879775724, - -846.4041724841336, - 106.5204176905504, - 1084.9721276926684, - 1436.5983627031155, - 710.3531534319991 - ], - "relative wind speed": [ - 2.8837561054164182, - 2.500025662845625, - 2.3873465085801757, - 2.643204472857051, - 3.058999569107908, - 3.379851967829674, - 3.4603618723045244, - 3.269097391329495 - ], - "relative wind angle": [ - 0.18722609728656, - 0.1269616557879679, - 0.03732571380970147, - 0.16822003128640142, - 0.17638413309335013, - 0.0937970079749753, - 0.025748338080732916, - 0.13578939789341898 - ], - "resistance": [ - 96305.2680284596, - 95527.04534984447, - 95375.86801202245, - 95788.09582751588, - 96741.02041769057, - 97719.47212769269, - 98071.09836270312, - 97344.85315343202 - ], - "fuel": [ - 41.2040669566263, - 40.80526226348069, - 40.72805197756235, - 40.93878789838704, - 41.42835498093284, - 41.9345526170918, - 42.11733503320823, - 41.740324294699725 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 23.125, -30.3125 23.28125, -30.15625 23.28125, -30.15625 23.125, -30.3125 23.125))", @@ -402037,68 +275677,7 @@ "id": "7018", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.132337757445642, - 11.132337757445642, - 11.132337757445642, - 11.132337757445642, - 11.132337757445642, - 11.132337757445642, - 11.132337757445642, - 11.132337757445642 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -148.8358154733014, - -1198.9760436256825, - -1499.0244624998545, - -1173.2861712478834, - -106.01195313800008, - 1127.8866134105047, - 1826.5313068785117, - 1090.931939694241 - ], - "relative wind speed": [ - 3.1462988620437513, - 2.6814389099005402, - 2.4694212617707416, - 2.6949394158765507, - 3.162569455816481, - 3.5652387668475383, - 3.715238986132084, - 3.555044815036248 - ], - "relative wind angle": [ - 0.19929895310372914, - 0.16279401876135152, - 0.0033605958502440163, - 0.16638551011549424, - 0.19825992613407542, - 0.12220225394424503, - 0.0022336969859134775, - 0.1258813286097438 - ], - "resistance": [ - 96485.66418452674, - 95435.52395637437, - 95135.47553750018, - 95461.21382875217, - 96528.48804686204, - 97762.38661341055, - 98461.03130687856, - 97725.43193969429 - ], - "fuel": [ - 41.689555513801466, - 41.15123146206277, - 40.99817404685541, - 41.164351667755014, - 41.71159501144491, - 42.34955755025942, - 42.713289801761235, - 42.330368580487956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 23.125, -30.15625 23.28125, -30 23.28125, -30 23.125, -30.15625 23.125))", @@ -402117,68 +275696,7 @@ "id": "7019", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.312316501015628, - 9.312316501015628, - 9.312316501015628, - 9.312316501015628, - 9.312316501015628, - 9.312316501015628, - 9.312316501015628, - 9.312316501015628 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -217.03071115827515, - -959.026200520352, - -1132.516156756533, - -801.3343559018595, - 45.58913823209468, - 957.3530056827167, - 1359.514926393204, - 729.9790314229231 - ], - "relative wind speed": [ - 2.5871100314238555, - 2.176424916409633, - 2.027640647268237, - 2.2766314094763573, - 2.706325180903305, - 3.0463927656683683, - 3.147381086718113, - 2.9722522983204067 - ], - "relative wind angle": [ - 0.2181979737375888, - 0.16285523532243257, - 0.03008347520874493, - 0.19410211405382471, - 0.20844112737231835, - 0.11609516134898265, - 0.01937899881269544, - 0.14828580978701844 - ], - "resistance": [ - 96417.4692888417, - 95675.47379947963, - 95501.98384324345, - 95833.16564409813, - 96680.08913823208, - 97591.8530056827, - 97994.0149263932, - 97364.4790314229 - ], - "fuel": [ - 40.55811055855757, - 40.177510897812375, - 40.08881634642684, - 40.25822602917226, - 40.69330982463915, - 41.164686953321535, - 41.373585674200534, - 41.04684628270757 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 22.96875, -30.625 23.125, -30.46875 23.125, -30.46875 22.96875, -30.625 22.96875))", @@ -402210,33 +275728,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -578.4199185319567, + -578.4199185319603, -1627.6019349330618, - -1794.3482901402604, + -1794.3482901402676, -1161.9568888608655, 201.78919228755694, 1545.53662284447, - 1935.9143823142213, + 1935.9143823141994, 880.553292162751 ], "relative wind speed": [ - 3.822390566787254, + 3.8223905667872526, 3.436790405268181, - 3.345815471759599, + 3.3458154717595985, 3.6222901764670463, 4.057403439583764, 4.388811231628322, - 4.458554827020121, + 4.458554827020122, 4.237004389197711 ], "relative wind angle": [ - 0.14614387950684185, - 0.09022575079786398, - 0.035484035150180594, - 0.13221609859183586, + 0.1461438795068411, + 0.09022575079786399, + 0.035484035150183724, + 0.1322160985918359, 0.13762339118782382, 0.07061683678328529, - 0.026625700819182526, + 0.026625700819190863, 0.11294482625231575 ], "resistance": [ @@ -402246,7 +275764,7 @@ 95472.54311113912, 96836.28919228754, 98180.03662284446, - 98570.41438231421, + 98570.41438231418, 97515.05329216273 ], "fuel": [ @@ -402256,7 +275774,7 @@ 43.37552607965058, 44.075594675030274, 44.77216605016185, - 44.97578945904638, + 44.97578945904637, 44.42661241940228 ] }, @@ -402277,68 +275795,7 @@ "id": "7021", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.918040632790818, - 10.918040632790818, - 10.918040632790818, - 10.918040632790818, - 10.918040632790818, - 10.918040632790818, - 10.918040632790818, - 10.918040632790818 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -284.66394897075133, - -1223.7831569743194, - -1442.1629079761242, - -1027.594931357114, - 42.445579852244464, - 1192.9712111781632, - 1700.4190604968885, - 910.8624073821115 - ], - "relative wind speed": [ - 3.0286469008759753, - 2.589389243920006, - 2.4315216564103106, - 2.694272073636996, - 3.1553779812105973, - 3.524794405063321, - 3.6354937338554127, - 3.4452881225978933 - ], - "relative wind angle": [ - 0.20014451255382631, - 0.14731895864242747, - 0.026572033278127224, - 0.1758878425616957, - 0.1920035539350085, - 0.10804269536888766, - 0.017770975981646103, - 0.13726977085321998 - ], - "resistance": [ - 96349.83605102928, - 95410.71684302572, - 95192.33709202391, - 95606.90506864291, - 96676.94557985227, - 97827.4712111782, - 98334.91906049692, - 97545.36240738214 - ], - "fuel": [ - 41.479271213393275, - 40.998139550975964, - 40.88672903896452, - 41.09837996412997, - 41.647627322552935, - 42.24294065921267, - 42.507073338420525, - 42.09651406495525 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 22.8125, -30.625 22.96875, -30.46875 22.96875, -30.46875 22.8125, -30.625 22.8125))", @@ -402370,9 +275827,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 31.621399786926304, + 31.621399786922666, -1021.974675761689, - -1432.8612888652883, + -1432.8612888652951, -1228.2375800616765, -313.1778323940698, 857.4623665547206, @@ -402380,9 +275837,9 @@ 1152.787327875728 ], "relative wind speed": [ - 3.3779305765075915, + 3.3779305765075907, 2.9620116614760312, - 2.7277486259664916, + 2.727748625966491, 2.862255836933683, 3.254036014731001, 3.6367089905780645, @@ -402390,19 +275847,19 @@ 3.715731003289983 ], "relative wind angle": [ - 0.1617534368143924, + 0.16175343681439305, 0.1453725113416321, - 0.02302411885260584, - 0.11916343553461181, - 0.1679695292869461, + 0.023024118852610662, + 0.11916343553461183, + 0.16796952928694608, 0.11826127348788666, 0.016459229426393846, - 0.09170389150369936 + 0.09170389150369934 ], "resistance": [ 96666.1213997869, 95612.52532423829, - 95201.6387111347, + 95201.63871113468, 95406.26241993831, 96321.32216760592, 97491.96236655471, @@ -402412,7 +275869,7 @@ "fuel": [ 42.22225275277429, 41.68145645594654, - 41.471673583697054, + 41.47167358369705, 41.57606803901052, 42.04481737643647, 42.64903325026504, @@ -402450,9 +275907,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -58.6752733301355, + -58.675273330137315, -995.5306813191578, - -1299.8765042607265, + -1299.876504260736, -1051.358782576192, -151.68834516217748, 928.2675027806113, @@ -402460,7 +275917,7 @@ 1008.6747306711809 ], "relative wind speed": [ - 2.9059639677064015, + 2.9059639677064006, 2.4588354375501824, 2.2331336295518334, 2.426521884468193, @@ -402470,19 +275927,19 @@ 3.2829852807785147 ], "relative wind angle": [ - 0.20521985721515962, + 0.20521985721516017, 0.17690152996132505, - 0.008846533142076445, + 0.008846533142088995, 0.1675936086263304, 0.2080279225276148, 0.1331720508176288, - 0.00578068902929066, + 0.0057806890292906605, 0.12360733729848723 ], "resistance": [ 96575.82472666986, 95638.96931868084, - 95334.62349573927, + 95334.62349573926, 95583.1412174238, 96482.81165483782, 97562.76750278061, @@ -402517,68 +275974,7 @@ "id": "7024", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.795842138350359, - 8.795842138350359, - 8.795842138350359, - 8.795842138350359, - 8.795842138350359, - 8.795842138350359, - 8.795842138350359, - 8.795842138350359 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -184.61628734118358, - -955.5130298222084, - -1146.4070923455201, - -816.31957659823, - 46.81828560593249, - 991.6559542729119, - 1432.6904236574283, - 789.7592115380226 - ], - "relative wind speed": [ - 2.46370770426732, - 2.007860513421323, - 1.8305699443012464, - 2.104029711039828, - 2.574701590506005, - 2.9440516454138086, - 3.0574429857711536, - 2.876108987378947 - ], - "relative wind angle": [ - 0.25171164500954296, - 0.1972211971179946, - 0.031263792596489856, - 0.2274049472554067, - 0.24064090307441957, - 0.13403673369219332, - 0.018716482258879636, - 0.16568595802356986 - ], - "resistance": [ - 96449.88371265882, - 95678.9869701778, - 95488.09290765449, - 95818.18042340178, - 96681.31828560593, - 97626.15595427291, - 98067.19042365743, - 97424.25921153802 - ], - "fuel": [ - 40.3034142037944, - 39.9079383850873, - 39.810349889728975, - 39.97918207809084, - 40.42257347123497, - 40.91111204297849, - 41.140290886693606, - 40.80644006716417 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 22.96875, -30.15625 23.125, -30 23.125, -30 22.96875, -30.15625 22.96875))", @@ -402597,68 +275993,7 @@ "id": "7025", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.671998703572402, - 8.671998703572402, - 8.671998703572402, - 8.671998703572402, - 8.671998703572402, - 8.671998703572402, - 8.671998703572402, - 8.671998703572402 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -318.3965416893366, - -949.4367700554012, - -1048.3822794822293, - -646.8811630823195, - 185.1551180178717, - 1008.338903034632, - 1236.6948891052434, - 571.0235856116883 - ], - "relative wind speed": [ - 2.349337166930572, - 1.9516737222575342, - 1.8589672029543192, - 2.160211301077918, - 2.594619157334082, - 2.905581418128875, - 2.9657502649189094, - 2.754073497607069 - ], - "relative wind angle": [ - 0.23813569158144937, - 0.15581906141814703, - 0.06775226680050059, - 0.22447996189986957, - 0.21524971066646076, - 0.10443007115278659, - 0.04244818222407493, - 0.1754997018624417 - ], - "resistance": [ - 96316.10345831068, - 95685.06322994462, - 95586.11772051778, - 95987.6188369177, - 96819.65511801788, - 97642.83890303464, - 97871.19488910526, - 97205.5235856117 - ], - "fuel": [ - 40.17216668399118, - 39.84858824023929, - 39.79798634326954, - 40.00354474497796, - 40.431435790161544, - 40.857309321939034, - 40.975895884037996, - 40.63075060462516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 22.8125, -30.3125 22.96875, -30.15625 22.96875, -30.15625 22.8125, -30.3125 22.8125))", @@ -402677,68 +276012,7 @@ "id": "7026", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.800060584995373, - 9.800060584995373, - 9.800060584995373, - 9.800060584995373, - 9.800060584995373, - 9.800060584995373, - 9.800060584995373, - 9.800060584995373 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -76.60466627446613, - -985.0216343337497, - -1265.571781130817, - -1007.868156720428, - -114.6404918995695, - 942.5811712498598, - 1574.1482848795686, - 975.5504059451105 - ], - "relative wind speed": [ - 2.796701612215691, - 2.3413323246571376, - 2.117995942328409, - 2.3274775205164846, - 2.7802987020793446, - 3.1732891021886953, - 3.3265137860580594, - 3.183464963219223 - ], - "relative wind angle": [ - 0.21777975878738096, - 0.18610302388760344, - 0.003966532262922647, - 0.18203103643080487, - 0.21908548689228255, - 0.13694790581562286, - 0.0025254926566963803, - 0.13274126149882748 - ], - "resistance": [ - 96557.89533372554, - 95649.47836566625, - 95368.92821886919, - 95626.63184327957, - 96519.85950810043, - 97577.08117124985, - 98208.64828487957, - 97610.0504059451 - ], - "fuel": [ - 40.90277910746779, - 40.43662169979427, - 40.29327699655921, - 40.42493751007984, - 40.883199293993904, - 41.42943311334595, - 41.75772876159943, - 41.44653417220577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 22.8125, -30.15625 22.96875, -30 22.96875, -30 22.8125, -30.15625 22.8125))", @@ -402757,68 +276031,7 @@ "id": "7027", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.558858524973301, - 9.558858524973301, - 9.558858524973301, - 9.558858524973301, - 9.558858524973301, - 9.558858524973301, - 9.558858524973301, - 9.558858524973301 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -247.77664338098475, - -1085.2124280103549, - -1278.0348844295333, - -890.6640633933048, - 75.9269874028023, - 1111.9299109992594, - 1557.8785886110213, - 830.5961650309232 - ], - "relative wind speed": [ - 2.655504936075482, - 2.198375142229384, - 2.0352505011070927, - 2.320437386202694, - 2.7985269852708567, - 3.1702691505357037, - 3.277379311363542, - 3.0820496572124285 - ], - "relative wind angle": [ - 0.23616181503867728, - 0.1771478268279283, - 0.03609385180719525, - 0.2133284977274538, - 0.22388082388499025, - 0.12250518901323874, - 0.02241126896125447, - 0.16007977166025222 - ], - "resistance": [ - 96386.72335661901, - 95549.28757198964, - 95356.46511557046, - 95743.8359366067, - 96710.4269874028, - 97746.42991099926, - 98192.37858861103, - 97465.09616503092 - ], - "fuel": [ - 40.67803533805387, - 40.24872497980035, - 40.15024440594671, - 40.348227243427196, - 40.844680886237136, - 41.38064537879612, - 41.61258149768706, - 41.23470550576093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 22.65625, -30.625 22.8125, -30.46875 22.8125, -30.46875 22.65625, -30.625 22.65625))", @@ -402850,17 +276063,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 562.7956579862621, + 562.7956579862584, -333.5513025579926, - -971.5785412857501, + -971.5785412857513, -1071.413437967357, - -670.45044375822, + -670.4504437582204, 168.44170724642026, 996.0974991299045, 1227.3880203419963 ], "relative wind speed": [ - 2.8974034500842207, + 2.8974034500842203, 2.5143005138035073, 2.1449790368256223, 2.059280369360609, @@ -402870,13 +276083,13 @@ 3.0993835546999855 ], "relative wind angle": [ - 0.15618371446796395, + 0.15618371446796608, 0.20856761794286546, - 0.13352647622465644, - 0.05673154859656436, - 0.19424031546095596, - 0.1909398665794756, - 0.09405145115600837, + 0.13352647622465813, + 0.05673154859656437, + 0.194240315460956, + 0.19093986657947556, + 0.09405145115600838, 0.03768205608301907 ], "resistance": [ @@ -402930,7 +276143,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 680.9213463069818, + 680.9213463069768, -304.5765177158619, -1043.9881766633453, -1189.5978838232882, @@ -402940,9 +276153,9 @@ 1368.543986000594 ], "relative wind speed": [ - 3.1421634556678253, + 3.142163455667825, 2.761383734965321, - 2.3794105883032026, + 2.379410588303202, 2.2655091843526693, 2.5195176807111146, 2.9318800101333027, @@ -402950,14 +276163,14 @@ 3.3299592581837967 ], "relative wind angle": [ - 0.13981499516405238, + 0.13981499516405477, 0.1940503609727974, - 0.13284513322307293, - 0.038314845441241197, + 0.13284513322307206, + 0.0383148454412412, 0.17468687694521748, 0.18263458852697564, 0.09713977407497729, - 0.026063749469935008 + 0.02606374946993501 ], "resistance": [ 97315.42134630699, @@ -403010,9 +276223,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 740.8433186142472, + 740.8433186142458, 65.84252193857242, - -563.9209206072564, + -563.9209206072567, -821.1665252999431, -696.5413240544806, -154.5951420153276, @@ -403022,7 +276235,7 @@ "relative wind speed": [ 2.4728326069010786, 2.1610843393891925, - 1.751970896326658, + 1.7519708963266578, 1.5000088144281998, 1.6407735640097576, 2.0339010467948637, @@ -403030,13 +276243,13 @@ 2.5606664262930017 ], "relative wind angle": [ - 0.13333158648525562, + 0.13333158648525728, 0.2480741825183661, 0.24308130722498852, 0.04383509654379596, 0.20171620604290796, 0.26394550143148793, - 0.1769683990758384, + 0.17696839907583842, 0.02567269052916531 ], "resistance": [ @@ -403090,37 +276303,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 736.0747103934073, + 736.0747103934036, -65.1049057369728, - -761.0338382264586, + -761.0338382264588, -976.3617411079542, -784.0062059930865, -103.40682239231273, - 703.0436416131602, + 703.043641613162, 1184.0726325280611 ], "relative wind speed": [ - 2.8910720997877952, + 2.8910720997877943, 2.5693840649314432, - 2.195061252848126, + 2.1950612528481255, 2.013129771255621, 2.1802308842064884, 2.551464309273321, - 2.8798282398198736, + 2.879828239819873, 3.0098194495191075 ], "relative wind angle": [ - 0.11994066843622393, - 0.19519345215819345, - 0.1642152138233499, + 0.11994066843622486, + 0.19519345215819342, + 0.1642152138233492, 0.004537513458479558, 0.15933837301541673, 0.1965822299853117, - 0.12493096498821593, - 0.0030349282610874512 + 0.12493096498821415, + 0.0030349282610874517 ], "resistance": [ - 97370.57471039346, + 97370.57471039344, 96569.39509426308, 95873.46616177358, 95658.13825889208, @@ -403130,7 +276343,7 @@ 97818.5726325281 ], "fuel": [ - 40.90538033275047, + 40.90538033275046, 40.49166952343016, 40.13424620174202, 40.02402064873843, @@ -403157,68 +276370,7 @@ "id": "7032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.741965550354786, - 12.741965550354786, - 12.741965550354786, - 12.741965550354786, - 12.741965550354786, - 12.741965550354786, - 12.741965550354786, - 12.741965550354786 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 490.9198789289094, - -781.6917071704347, - -1539.1566955666194, - -1537.1085383401924, - -774.5885346404411, - 499.1930374241456, - 1583.4431284071106, - 1578.6633504027996 - ], - "relative wind speed": [ - 3.787043202828754, - 3.364254583379487, - 3.0307763599649378, - 3.0320184346414023, - 3.3669554498898377, - 3.7894427452917734, - 4.061093433733337, - 4.060166183006434 - ], - "relative wind angle": [ - 0.13670698652376845, - 0.15369638446916314, - 0.07009651549111043, - 0.07091689474041277, - 0.15389183620479013, - 0.13633651863037094, - 0.05229372587128524, - 0.052939096571383855 - ], - "resistance": [ - 97125.41987892892, - 95852.80829282958, - 95095.3433044334, - 95097.39146165982, - 95859.91146535958, - 97133.69303742416, - 98217.94312840712, - 98213.16335040281 - ], - "fuel": [ - 43.17098251562147, - 42.5161121699658, - 42.12919090755639, - 42.13023424966974, - 42.5197506511294, - 43.17525949762017, - 43.73798913505758, - 43.735498813733585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 22.65625, -30.15625 22.8125, -30 22.8125, -30 22.65625, -30.15625 22.65625))", @@ -403237,68 +276389,7 @@ "id": "7033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.56799425365088, - 13.56799425365088, - 13.56799425365088, - 13.56799425365088, - 13.56799425365088, - 13.56799425365088, - 13.56799425365088, - 13.56799425365088 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 379.2982489571259, - -1021.5368096494449, - -1765.4284553974758, - -1679.1346266370383, - -721.8574894527019, - 728.2706774112021, - 1869.6498391217729, - 1668.1625017612569 - ], - "relative wind speed": [ - 3.9824323426692247, - 3.532205380409156, - 3.210715295294242, - 3.2597972815130594, - 3.6391199944700867, - 4.077558932584354, - 4.335235747990351, - 4.2984512770915435 - ], - "relative wind angle": [ - 0.14181301866278664, - 0.14796482961951332, - 0.054084064258626094, - 0.0845478967080611, - 0.1552953686040166, - 0.12805777872714874, - 0.040046331580900894, - 0.06408570535873474 - ], - "resistance": [ - 97013.79824895714, - 95612.96319035057, - 94869.07154460254, - 94955.36537336298, - 95912.64251054732, - 97362.77067741122, - 98504.14983912179, - 98302.66250176127 - ], - "fuel": [ - 43.7704814121398, - 43.05054486004442, - 42.671202125818205, - 42.715101527306174, - 43.20394624534639, - 43.950966255185705, - 44.544440321400614, - 44.43932217494601 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 22.5, -30.3125 22.65625, -30.15625 22.65625, -30.15625 22.5, -30.3125 22.5))", @@ -403317,68 +276408,7 @@ "id": "7034", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.116323712079604, - 11.116323712079604, - 11.116323712079604, - 11.116323712079604, - 11.116323712079604, - 11.116323712079604, - 11.116323712079604, - 11.116323712079604 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 620.8843452130031, - -373.8181026523803, - -1096.0093077103234, - -1216.9909006199118, - -793.9695500443854, - 131.59809959163704, - 1052.8405058201333, - 1335.4081885857559 - ], - "relative wind speed": [ - 3.384098407227754, - 3.0289934523315747, - 2.692512521881242, - 2.6085114582971434, - 2.846009871343414, - 3.2213495437965163, - 3.5074592709108234, - 3.570372836206057 - ], - "relative wind angle": [ - 0.12117703267757121, - 0.15953241229185175, - 0.10097429449315866, - 0.037324918384593564, - 0.1442349101515428, - 0.14993189181688985, - 0.07745902900601288, - 0.027266601873663636 - ], - "resistance": [ - 97255.38434521304, - 96260.68189734765, - 95538.4906922897, - 95417.50909938011, - 95840.53044995564, - 96766.09809959166, - 97687.34050582016, - 97969.90818858579 - ], - "fuel": [ - 42.07613821373063, - 41.56328114966172, - 41.19323463755114, - 41.131434172224616, - 41.34776192217301, - 41.82340779629179, - 42.299996363430424, - 42.44681065938444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 22.5, -30.15625 22.65625, -30 22.65625, -30 22.5, -30.15625 22.5))", @@ -403397,68 +276427,7 @@ "id": "7035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.605719206741293, - 12.605719206741293, - 12.605719206741293, - 12.605719206741293, - 12.605719206741293, - 12.605719206741293, - 12.605719206741293, - 12.605719206741293 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 536.7274136425867, - -586.7646287582265, - -1318.7682126231557, - -1376.5673941028645, - -789.4748863404529, - 301.01974502086705, - 1291.978142659561, - 1427.3587429841036 - ], - "relative wind speed": [ - 3.751119837318264, - 3.3837741062403395, - 3.0732971628553805, - 3.038248324868077, - 3.3064779536757554, - 3.6815444164105635, - 3.944431649915039, - 3.9714913582309017 - ], - "relative wind angle": [ - 0.11662194486882146, - 0.13847092066094913, - 0.07296636152467463, - 0.04945856113710988, - 0.13239150408897885, - 0.1272075954726468, - 0.05683176990171465, - 0.03783011337760107 - ], - "resistance": [ - 97171.22741364261, - 96047.7353712418, - 95315.73178737688, - 95257.93260589716, - 95845.02511365958, - 96935.5197450209, - 97926.47814265959, - 98061.85874298413 - ], - "fuel": [ - 43.090589372323855, - 42.511950915070145, - 42.13746998952523, - 42.107985817144524, - 42.40804807878221, - 42.968802190710385, - 43.48221036204592, - 43.55263374452471 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 29.53125, -50 29.6875, -49.84375 29.6875, -49.84375 29.53125, -50 29.53125))", @@ -403490,34 +276459,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 341.4223463236135, + 341.4223463236103, 986.8647314404111, - 938.3483480194304, + 938.3483480194286, 257.2397720788563, -515.6205510384693, -954.358643257312, -933.6002179882412, - -443.29125871069436 + -443.2912587106948 ], "relative wind speed": [ - 3.0391972332463073, + 3.039197233246307, 3.2386251328260203, - 3.2267814544393, + 3.2267814544392994, 3.008629814290189, 2.68416133421766, 2.4398256371529454, 2.455468048248181, - 2.7183797621460686 + 2.718379762146069 ], "relative wind angle": [ - 0.12749726196139935, - 0.045270907301703606, + 0.1274972619614011, + 0.0452709073017036, 0.05555311133554143, - 0.1333268562193874, + 0.13332685621938742, 0.14447267599386188, - 0.06010827778476597, + 0.060108277784765976, 0.07303085196094641, - 0.1476618156841093 + 0.14766181568411083 ], "resistance": [ 96975.92234632361, @@ -403557,68 +276526,7 @@ "id": "7037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.870560455661304, - 9.870560455661304, - 9.870560455661304, - 9.870560455661304, - 9.870560455661304, - 9.870560455661304, - 9.870560455661304, - 9.870560455661304 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 646.7248970303585, - 1030.645993176508, - 598.999203107554, - -125.27212992351178, - -733.4631942652563, - -897.1103236022168, - -700.061326127407, - -69.34213728548048 - ], - "relative wind speed": [ - 3.0512730401934065, - 3.149217660319263, - 3.0358366265032077, - 2.759937827796039, - 2.4611238107765834, - 2.334486175953036, - 2.4801398256880973, - 2.7839074633477034 - ], - "relative wind angle": [ - 0.09172521508530007, - 0.0038474348577626077, - 0.09786281646422473, - 0.1481423468413637, - 0.113805977852412, - 0.005190193213387188, - 0.11988568358167837, - 0.14685754028829204 - ], - "resistance": [ - 97281.22489703039, - 97665.14599317654, - 97233.49920310758, - 96509.22787007652, - 95901.03680573477, - 95737.38967639781, - 95934.43867387262, - 96565.15786271455 - ], - "fuel": [ - 41.31682514235062, - 41.51579207236503, - 41.29212965159266, - 40.91839830801146, - 40.60607331173488, - 40.52227043054178, - 40.6231904879195, - 40.947189203715965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 29.375, -50 29.53125, -49.84375 29.53125, -49.84375 29.375, -50 29.375))", @@ -403650,19 +276558,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 469.1825330144047, + 469.1825330144002, 1000.1918831065059, - 784.4787285076454, + 784.4787285076468, 96.31915950640223, -592.169256298529, -904.9388865571036, - -812.4917472621623, + -812.4917472621614, -272.15829647373494 ], "relative wind speed": [ - 2.883138917017753, + 2.8831389170177526, 3.0450589709059526, - 2.9887939446480933, + 2.988793944648093, 2.737311973531303, 2.4074647791150525, 2.199089025302743, @@ -403670,13 +276578,13 @@ 2.5720613983853395 ], "relative wind angle": [ - 0.1246434721047247, + 0.12464347210472738, 0.027489547375159608, - 0.08040985034764389, + 0.08040985034764252, 0.15522921635220055, - 0.1494402987052802, - 0.0380689318485146, - 0.10572333217404416, + 0.14944029870528017, + 0.03806893184851459, + 0.1057233321740431, 0.16529140644979512 ], "resistance": [ @@ -403717,68 +276625,7 @@ "id": "7039", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.67496835711078, - 10.67496835711078, - 10.67496835711078, - 10.67496835711078, - 10.67496835711078, - 10.67496835711078, - 10.67496835711078, - 10.67496835711078 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 667.2531473656572, - 1137.4539515795695, - 703.3341578286436, - -90.50676556808867, - -785.0062062348743, - -995.0264746925213, - -810.2797629791685, - -132.8615804782612 - ], - "relative wind speed": [ - 3.267684958383, - 3.3818440793651154, - 3.2785399023530557, - 3.002778087680915, - 2.693528361572488, - 2.548723336241302, - 2.6803052308490347, - 2.9859979534455854 - ], - "relative wind angle": [ - 0.0921050160645084, - 0.002505278102814444, - 0.08812973070612995, - 0.13917442685099718, - 0.1118131819894387, - 0.0033242002141813374, - 0.1078695559952214, - 0.13996166498983753 - ], - "resistance": [ - 97301.75314736567, - 97771.95395157958, - 97337.83415782866, - 96543.99323443192, - 95849.49379376514, - 95639.47352530749, - 95824.22023702084, - 96501.63841952175 - ], - "fuel": [ - 41.81468996156803, - 42.058482706496534, - 41.83336833425514, - 41.42353293183535, - 41.06690758332911, - 40.95941564900413, - 41.05396346130103, - 41.40173235096013 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 29.53125, -49.6875 29.6875, -49.53125 29.6875, -49.53125 29.53125, -49.6875 29.53125))", @@ -403810,9 +276657,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 986.6398493615015, + 986.6398493614915, 1256.1443552979972, - 581.0013500284158, + 581.001350028414, -365.48089443211666, -1053.9391724813977, -1168.8640953551771, @@ -403820,7 +276667,7 @@ 111.16962352072005 ], "relative wind speed": [ - 3.606834837178741, + 3.6068348371787406, 3.6655228025594604, 3.494319257544609, 3.170163698194563, @@ -403830,12 +276677,12 @@ 3.3436329091083765 ], "relative wind angle": [ - 0.06857835136966543, + 0.06857835136967029, 0.02388068238372307, - 0.10635515406439522, - 0.13830708559329147, + 0.10635515406439627, + 0.1383070855932915, 0.0863100628223479, - 0.0313573243060591, + 0.031357324306059094, 0.12382833319133248, 0.13108910836045354 ], @@ -403890,19 +276737,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1108.5865606448551, + 1108.586560644847, 1440.183670941593, - 684.9948740402288, + 684.9948740402269, -388.7170078688323, -1181.2204013215214, -1322.8075152682204, - -884.612820882362, + -884.6128208823607, 108.23222240705672 ], "relative wind speed": [ - 3.7618003261599826, + 3.7618003261599817, 3.8308491160826423, - 3.649250015038157, + 3.6492500150381573, 3.2972297490862945, 2.961743495480304, 2.8718741749467487, @@ -403910,13 +276757,13 @@ 3.4715043149415163 ], "relative wind angle": [ - 0.0736814585843765, - 0.02298033465958534, - 0.11022164410050862, + 0.07368145858437952, + 0.022980334659585343, + 0.11022164410051066, 0.14599058587604488, - 0.09363717605175224, + 0.09363717605175223, 0.03065602126342114, - 0.1298793959718628, + 0.12987939597186193, 0.13861306502378914 ], "resistance": [ @@ -403957,68 +276804,7 @@ "id": "7042", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.822766372163494, - 10.822766372163494, - 10.822766372163494, - 10.822766372163494, - 10.822766372163494, - 10.822766372163494, - 10.822766372163494, - 10.822766372163494 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1062.51572151837, - 1216.4163592566392, - 490.79118855044726, - -445.0510624558883, - -1073.6785573287934, - -1139.6105436827283, - -673.7812456235661, - 224.39302895470428 - ], - "relative wind speed": [ - 3.4308893441992523, - 3.4660462228348967, - 3.262768811557423, - 2.9101205318502434, - 2.599629658571608, - 2.5525672635676138, - 2.8077421064252452, - 3.171793584703892 - ], - "relative wind angle": [ - 0.06700146290766028, - 0.038192175544215834, - 0.12811431783719932, - 0.1577577920810916, - 0.08847514281271016, - 0.051870535762262804, - 0.14902072536229793, - 0.14464701033094596 - ], - "resistance": [ - 97697.01572151836, - 97850.91635925662, - 97125.29118855043, - 96189.4489375441, - 95560.8214426712, - 95494.88945631725, - 95960.71875437642, - 96858.89302895468 - ], - "fuel": [ - 42.11373193099821, - 42.193663113615024, - 41.81756792467884, - 41.33540903684545, - 41.013361212617184, - 40.979669250820024, - 41.21805967189338, - 41.67998410029429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 29.375, -49.53125 29.53125, -49.375 29.53125, -49.375 29.375, -49.53125 29.375))", @@ -404050,17 +276836,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 948.3735866717116, + 948.3735866717052, 1195.0563322528278, 553.1878001953992, -334.51143775178343, -976.1587034432719, -1081.9324065428423, - -700.0778302392428, + -700.0778302392437, 127.13906954899676 ], "relative wind speed": [ - 3.2564262519243212, + 3.256426251924321, 3.3154663252304237, 3.134770433149165, 2.791141432845044, @@ -404070,17 +276856,17 @@ 2.9816201448481214 ], "relative wind angle": [ - 0.08021237230978161, - 0.02911136172954517, - 0.12711467302073293, + 0.0802123723097844, + 0.029111361729545166, + 0.12711467302073295, 0.1675638034892645, 0.1060509412282024, 0.040474033024815954, - 0.1523875446486967, + 0.15238754464869742, 0.15676743013644273 ], "resistance": [ - 97582.87358667173, + 97582.87358667172, 97829.55633225285, 97187.68780019542, 96299.98856224823, @@ -404090,7 +276876,7 @@ 96761.63906954901 ], "fuel": [ - 41.700518167910005, + 41.70051816790999, 41.82857528841695, 41.49584258173216, 41.038202021976545, @@ -404130,11 +276916,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 994.3774402181452, + 994.3774402181407, 1448.5426030358012, - 779.2068558085011, + 779.2068558084993, -262.08281726210953, - -1091.070306199058, + -1091.0703061990566, -1284.9706464112764, -940.5154378481798, -10.03520226247565 @@ -404150,13 +276936,13 @@ 3.3273654558123837 ], "relative wind angle": [ - 0.08618464392703057, + 0.08618464392703315, 0.012358894165246088, - 0.10592818474704292, + 0.10592818474704398, 0.15165261430640686, - 0.10877155433780146, - 0.016742487910448366, - 0.12832241520035326, + 0.10877155433780043, + 0.016742487910448363, + 0.12832241520035328, 0.14746188851816042 ], "resistance": [ @@ -404164,7 +276950,7 @@ 98083.0426030358, 97413.7068558085, 96372.41718273789, - 95543.42969380094, + 95543.42969380095, 95349.52935358872, 95693.98456215182, 96624.46479773753 @@ -404174,7 +276960,7 @@ 42.89054359078225, 42.54297525554895, 42.005575162754624, - 41.58062691226566, + 41.58062691226567, 41.48160044419072, 41.65761298381799, 42.13528452794035 @@ -404210,17 +276996,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 963.621339102112, + 963.6213391021101, 1343.067258234778, 686.3339104148954, -303.350512973695, - -1069.0014793099303, + -1069.0014793099308, -1230.4501351402619, -874.5726067130681, 22.868443104333892 ], "relative wind speed": [ - 3.7549781854351263, + 3.754978185435126, 3.8343238217025517, 3.6815162125332277, 3.365589265519245, @@ -404233,9 +277019,9 @@ 0.07226356723375874, 0.014844153783262067, 0.09565052969259098, - 0.13120776228699627, - 0.08888887054838013, - 0.019269668914343323, + 0.1312077622869963, + 0.08888887054838014, + 0.01926966891434332, 0.11213177032831523, 0.12692638335669004 ], @@ -404290,24 +277076,24 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 969.4734537531363, + 969.4734537531344, 1100.651079727259, - 442.5959602258381, + 442.5959602258372, -398.2744483102447, -959.7905626954944, -1016.1532431851797, - -591.9200175318588, - 216.700476234731 + -591.9200175318583, + 216.70047623473147 ], "relative wind speed": [ - 3.1449974257248887, + 3.1449974257248883, 3.1775614594470936, - 2.9756711927705655, + 2.975671192770565, 2.625239977697396, 2.3148299134386945, 2.2699227976746745, 2.52879957459704, - 2.890944723696069 + 2.8909447236960695 ], "relative wind angle": [ 0.07194053965456887, @@ -404316,8 +277102,8 @@ 0.17396169414828405, 0.0978121812113265, 0.05937494198201415, - 0.16547599847550185, - 0.15783189170270642 + 0.16547599847550118, + 0.15783189170270712 ], "resistance": [ 97603.97345375315, @@ -404370,34 +277156,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 982.6414443309914, + 982.6414443309877, 1055.323738817542, 381.26250344482605, -449.69016455946803, -978.7301106894593, -1009.853831572178, - -557.8495816441355, - 255.32691580843448 + -557.8495816441364, + 255.32691580843493 ], "relative wind speed": [ - 3.2786701616282863, + 3.278670161628286, 3.296099988451222, 3.0928519000361145, 2.7594781567213573, 2.480748407002756, 2.4575425843167427, 2.7088849757864133, - 3.047797727897319 + 3.0477977278973194 ], "relative wind angle": [ - 0.059156761304837116, + 0.059156761304838996, 0.04421653120438589, 0.12965648798882026, 0.15273391487315277, 0.07821841256068943, - 0.059319461462424096, - 0.1481615168380209, - 0.13818775521164842 + 0.0593194614624241, + 0.14816151683802167, + 0.13818775521164925 ], "resistance": [ 97617.141444331, @@ -404406,7 +277192,7 @@ 96184.80983544055, 95655.76988931056, 95624.64616842783, - 96076.65041835589, + 96076.65041835587, 96889.82691580844 ], "fuel": [ @@ -404416,7 +277202,7 @@ 41.03260586359674, 40.76148816016896, 40.745570588569876, - 40.97709258888465, + 40.977092588884645, 41.39552548308789 ] }, @@ -404450,34 +277236,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 594.3750131333545, + 594.3750131333518, 1006.6204911955297, - 621.4256087128178, + 621.4256087128156, -74.22775094385315, -680.4233758632172, -863.7606659879771, - -699.3341057333159, + -699.3341057333155, -105.86175780215262 ], "relative wind speed": [ - 2.916609487185873, + 2.9166094871858728, 3.027847342736023, - 2.9257216221273206, + 2.92572162212732, 2.6530621604295206, 2.3442652421354295, 2.198711189609342, - 2.3328830695179743, + 2.332883069517974, 2.638835273207475 ], "relative wind angle": [ - 0.10243404239686622, + 0.1024340423968684, 0.0023787216169732068, - 0.09861484506230338, + 0.0986148450623045, 0.15690383437214112, 0.12756590525802516, 0.0032757426484917294, - 0.12379068108742726, - 0.15775682660338947 + 0.12379068108742546, + 0.15775682660338944 ], "resistance": [ 97228.87501313334, @@ -404517,68 +277303,7 @@ "id": "7049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.65288806290719, - 10.65288806290719, - 10.65288806290719, - 10.65288806290719, - 10.65288806290719, - 10.65288806290719, - 10.65288806290719, - 10.65288806290719 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 598.1409136865882, - 1069.8818294242906, - 699.3952168100636, - -49.457020209861184, - -726.0014640625031, - -954.5636562562759, - -796.9717880968933, - -168.47560699232554 - ], - "relative wind speed": [ - 3.2364347539281013, - 3.3558566988290774, - 3.2671040793463866, - 3.0092229610021577, - 2.7118735051936116, - 2.5626146104181844, - 2.6748455580318904, - 2.9619832875257996 - ], - "relative wind angle": [ - 0.09199431048355204, - 0.007101400403947141, - 0.080774422593556, - 0.1321908226078384, - 0.10985492323963841, - 0.009299652480580428, - 0.09871230437360151, - 0.1343117568438812 - ], - "resistance": [ - 97232.6409136866, - 97704.38182942431, - 97333.89521681008, - 96585.04297979016, - 95908.49853593751, - 95679.93634374374, - 95837.52821190312, - 96466.02439300768 - ], - "fuel": [ - 41.76498224784742, - 42.009453553904564, - 41.81738568791933, - 41.43072484148317, - 41.08319343960942, - 40.966169136216394, - 41.046835681823026, - 41.36946320420597 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 29.0625, -50 29.21875, -49.84375 29.21875, -49.84375 29.0625, -50 29.0625))", @@ -404610,9 +277335,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 721.7168929603013, + 721.7168929602922, 1234.085895350786, - 756.1500560443046, + 756.1500560442973, -121.49148475054335, -889.6385818602103, -1115.88757404428, @@ -404620,7 +277345,7 @@ -162.19243896260832 ], "relative wind speed": [ - 3.847134967808876, + 3.8471349678088758, 3.9536856995666354, 3.8559482949582473, 3.5996797475097617, @@ -404630,19 +277355,19 @@ 3.586318951073881 ], "relative wind angle": [ - 0.0713106965362976, + 0.07131069653630072, 0.001699241285167912, - 0.06867739468486604, + 0.06867739468486926, 0.10602209440662862, - 0.08267020953452162, + 0.08267020953452163, 0.002104835805348315, - 0.08004602054442517, - 0.10641857371424614 + 0.08004602054442515, + 0.10641857371424615 ], "resistance": [ - 97356.21689296029, + 97356.21689296028, 97868.58589535077, - 97390.6500560443, + 97390.65005604428, 96513.00851524944, 95744.86141813977, 95518.61242595571, @@ -404690,9 +277415,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 829.3662052996287, + 829.3662052996251, 1181.6234157772415, - 614.0559826352255, + 614.0559826352228, -258.8905253266721, -943.5156024310986, -1092.922309112615, @@ -404710,13 +277435,13 @@ 3.4456616879740056 ], "relative wind angle": [ - 0.06630368675771797, - 0.011779069671900379, - 0.08467787100413623, + 0.06630368675771965, + 0.01177906967190038, + 0.08467787100413755, 0.11660264661749654, 0.07953254902792493, 0.014857790166809944, - 0.09782660417463945, + 0.09782660417463947, 0.11360408162616596 ], "resistance": [ @@ -404770,34 +277495,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 742.1751854549725, + 742.1751854549702, 1053.8830610649015, - 557.5333482308952, - -195.5252965101031, + 557.5333482308961, + -195.52529651010354, -785.6704961185483, -919.2974312124015, -656.8099850016629, - 19.766439246937352 + 19.766439246937807 ], "relative wind speed": [ - 2.94067792343949, + 2.9406779234394897, 3.0228201456726596, 2.878268936858113, - 2.566756591562679, + 2.5667565915626787, 2.2455445394406857, 2.1336858472914404, 2.3249999688460075, 2.6649235500640183 ], "relative wind angle": [ - 0.09508626258420778, + 0.09508626258420894, 0.016478280308493458, - 0.12177547911517697, - 0.17411362574924996, + 0.12177547911517607, + 0.1741136257492493, 0.12465631298124792, - 0.023346055579508904, + 0.0233460555795089, 0.15095413033955143, - 0.16763789115928218 + 0.16763789115928215 ], "resistance": [ 97376.67518545495, @@ -404837,68 +277562,7 @@ "id": "7053", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.24559783731847, - 8.24559783731847, - 8.24559783731847, - 8.24559783731847, - 8.24559783731847, - 8.24559783731847, - 8.24559783731847, - 8.24559783731847 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 609.6319714187794, - 932.6335456102461, - 530.5784244093329, - -116.11109444692056, - -646.4582220672344, - -785.1172571993318, - -591.412380681598, - -24.27534487366802 - ], - "relative wind speed": [ - 2.6310812804161365, - 2.725532797727692, - 2.601389866448867, - 2.3078279338243766, - 1.9872750955133547, - 1.8556190282260216, - 2.0259866169698584, - 2.3549482451348553 - ], - "relative wind angle": [ - 0.11068276228855711, - 0.008798870469931323, - 0.12508066514819013, - 0.1896151500072433, - 0.14676735035509408, - 0.012923971920217396, - 0.16087963288519477, - 0.18577639933299717 - ], - "resistance": [ - 97244.13197141881, - 97567.13354561027, - 97165.07842440937, - 96518.3889055531, - 95988.0417779328, - 95849.38274280069, - 96043.08761931844, - 96610.22465512637 - ], - "fuel": [ - 40.4434028900586, - 40.610717114222204, - 40.40251243208453, - 40.06888539060489, - 39.79644078369442, - 39.72538284409177, - 39.82466970366198, - 40.11616863851704 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 29.0625, -49.6875 29.21875, -49.53125 29.21875, -49.53125 29.0625, -49.6875 29.0625))", @@ -404930,17 +277594,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 743.8995189586963, + 743.8995189586899, 928.4378817281281, - 426.3276820875476, + 426.32768208754624, -261.86950534479683, - -755.9955733983945, + -755.9955733983938, -835.2449221939291, -534.3565625848228, 108.48435376644511 ], "relative wind speed": [ - 2.8188214316489675, + 2.818821431648967, 2.869742725559145, 2.7057636712610673, 2.395520871143312, @@ -404950,17 +277614,17 @@ 2.5732924633513976 ], "relative wind angle": [ - 0.08274621043500056, - 0.03143081030133285, - 0.13363871092255986, + 0.08274621043500459, + 0.031430810301332844, + 0.13363871092256072, 0.17609733726237328, - 0.11111387828686604, + 0.11111387828686506, 0.04441825623600704, 0.16129943035795036, - 0.16381772480762913 + 0.1638177248076291 ], "resistance": [ - 97378.3995189587, + 97378.39951895869, 97562.93788172812, 97060.82768208755, 96372.6304946552, @@ -404997,68 +277661,7 @@ "id": "7055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.085233495949236, - 7.085233495949236, - 7.085233495949236, - 7.085233495949236, - 7.085233495949236, - 7.085233495949236, - 7.085233495949236, - 7.085233495949236 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 624.6764276312556, - 771.034960910496, - 356.5452303762852, - -201.58515801229623, - -599.4061805794147, - -662.7031912894321, - -413.46883662328355, - 108.10621775180562 - ], - "relative wind speed": [ - 2.3473565952967785, - 2.3952666287281863, - 2.2324681385250673, - 1.921260756699524, - 1.6175654964056119, - 1.5457357141330224, - 1.7727625704294514, - 2.106029018178902 - ], - "relative wind angle": [ - 0.09980158085743605, - 0.03947182097265432, - 0.16539324563825286, - 0.22320279342355687, - 0.1450969786233719, - 0.06118768667798649, - 0.20884900664831998, - 0.2033322367142133 - ], - "resistance": [ - 97259.17642763128, - 97405.5349609105, - 96991.0452303763, - 96432.91484198772, - 96035.0938194206, - 95971.79680871058, - 96221.03116337673, - 96742.60621775182 - ], - "fuel": [ - 39.94765395787239, - 40.023427502992284, - 39.80904237334306, - 39.52137245230894, - 39.31703626508992, - 39.28457878825631, - 39.412467541477554, - 39.680849521525516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 28.90625, -50 29.0625, -49.84375 29.0625, -49.84375 28.90625, -50 28.90625))", @@ -405077,68 +277680,7 @@ "id": "7056", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.355517194090961, - 12.355517194090961, - 12.355517194090961, - 12.355517194090961, - 12.355517194090961, - 12.355517194090961, - 12.355517194090961, - 12.355517194090961 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 605.389328247822, - 1073.5736882486872, - 686.1069332016405, - -79.11638756012599, - -765.3146348750952, - -985.7384727920635, - -822.0485807703672, - -174.62855042402225 - ], - "relative wind speed": [ - 3.6753629369141967, - 3.7797959833599526, - 3.6969531503814994, - 3.4659689433322254, - 3.208190847495228, - 3.0844648735511093, - 3.1832873944837283, - 3.4333424699338093 - ], - "relative wind angle": [ - 0.07010047944245167, - 0.004338005686371226, - 0.06340418245697249, - 0.10047847128454433, - 0.08032901458200241, - 0.005315930944657989, - 0.07365253605403595, - 0.10143657396678489 - ], - "resistance": [ - 97239.88932824781, - 97708.07368824867, - 97320.60693320162, - 96555.38361243987, - 95869.1853651249, - 95648.76152720793, - 95812.45141922962, - 96459.87144957596 - ], - "fuel": [ - 42.93816256743228, - 43.18080028170831, - 42.9799364792642, - 42.58488376588725, - 42.23248139684786, - 42.11965285464745, - 42.20342366420934, - 42.53572779615425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 28.90625, -49.84375 29.0625, -49.6875 29.0625, -49.6875 28.90625, -49.84375 28.90625))", @@ -405170,9 +277712,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 877.7044443244013, + 877.7044443243922, 1085.7826183598445, - 478.0617726835262, + 478.0617726835235, -359.29341777315403, -954.9423741437731, -1043.2520026502666, @@ -405180,9 +277722,9 @@ 112.5804093605866 ], "relative wind speed": [ - 3.654792045858255, + 3.6547920458582546, 3.6998383876952095, - 3.5453777713944565, + 3.545377771394456, 3.264315726972224, 3.0113333915669394, 2.9558128490436824, @@ -405190,14 +277732,14 @@ 3.4307253647409044 ], "relative wind angle": [ - 0.05582840418411372, + 0.0558284041841177, 0.022631050829174406, - 0.09104381174035554, - 0.114248397899055, + 0.09104381174035675, + 0.11424839789905498, 0.0677744418916236, 0.028329020584844457, - 0.1028560945484348, - 0.1086842123164106 + 0.10285609454843482, + 0.10868421231641061 ], "resistance": [ 97512.2044443244, @@ -405237,68 +277779,7 @@ "id": "7058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.049617560151457, - 11.049617560151457, - 11.049617560151457, - 11.049617560151457, - 11.049617560151457, - 11.049617560151457, - 11.049617560151457, - 11.049617560151457 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 431.06511181336236, - 918.8433456330372, - 706.2905637128392, - 57.35030277141095, - -589.879436706944, - -873.318556231291, - -783.1821179912745, - -267.71077156960746 - ], - "relative wind speed": [ - 3.277360869149621, - 3.4091530851128566, - 3.3591166754385453, - 3.1501582338507137, - 2.887661487723243, - 2.730816430406603, - 2.792135078233835, - 3.025919072945561 - ], - "relative wind angle": [ - 0.0867857498734766, - 0.018333440524541025, - 0.05828813317306429, - 0.1078989111856846, - 0.09853353806882507, - 0.02288819582982104, - 0.07014214402537988, - 0.11234741854803804 - ], - "resistance": [ - 97065.56511181341, - 97553.34334563308, - 97340.79056371289, - 96691.85030277146, - 96044.6205632931, - 95761.18144376876, - 95851.31788200876, - 96366.78922843044 - ], - "fuel": [ - 41.93402015255424, - 42.186513816332756, - 42.07637909329391, - 41.74116931306076, - 41.408403931924695, - 41.263167903549856, - 41.309321977357015, - 41.573848231409315 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 28.75, -49.84375 28.90625, -49.6875 28.90625, -49.6875 28.75, -49.84375 28.75))", @@ -405317,68 +277798,7 @@ "id": "7059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.249237655206699, - 11.249237655206699, - 11.249237655206699, - 11.249237655206699, - 11.249237655206699, - 11.249237655206699, - 11.249237655206699, - 11.249237655206699 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 826.3497717989148, - 919.0972244901723, - 343.28083462785617, - -390.26351794285983, - -869.9096104458504, - -909.2872127736637, - -530.6197425771907, - 180.41991925858292 - ], - "relative wind speed": [ - 3.4458955820510244, - 3.467252521511103, - 3.3048281500342913, - 3.0362279013625635, - 2.812459638799533, - 2.786087854743647, - 2.9769508697686105, - 3.2504531550635587 - ], - "relative wind angle": [ - 0.04783839452916447, - 0.03108104534334661, - 0.09611740047119084, - 0.11247732808763641, - 0.0586240125569549, - 0.03868340328742256, - 0.10674200196474078, - 0.10503600536578939 - ], - "resistance": [ - 97460.84977179892, - 97553.5972244902, - 96977.78083462788, - 96244.23648205715, - 95764.59038955417, - 95725.21278722635, - 96103.88025742282, - 96814.9199192586 - ], - "fuel": [ - 42.27100850647558, - 42.319086577949406, - 42.02111459108707, - 41.64330892799304, - 41.397354006403916, - 41.377199820641366, - 41.57124787755717, - 41.937061566875734 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 28.90625, -49.6875 29.0625, -49.53125 29.0625, -49.53125 28.90625, -49.6875 28.90625))", @@ -405397,68 +277817,7 @@ "id": "7060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.478555397146733, - 8.478555397146733, - 8.478555397146733, - 8.478555397146733, - 8.478555397146733, - 8.478555397146733, - 8.478555397146733, - 8.478555397146733 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 752.8884080048829, - 772.2788361061257, - 258.4429864180147, - -353.02124958923764, - -727.1774398364203, - -735.5064598911667, - -381.67831361413687, - 225.02239305743342 - ], - "relative wind speed": [ - 2.7281363069215705, - 2.733712102900821, - 2.5435962526671494, - 2.240657788819831, - 1.9935342199913066, - 1.9858812990391908, - 2.2241907514504335, - 2.529102423552877 - ], - "relative wind angle": [ - 0.05928815451305372, - 0.05344823049114993, - 0.14526077441840704, - 0.1679954184116284, - 0.0811769866152323, - 0.07360685500559473, - 0.1663028953435193, - 0.1486836258724441 - ], - "resistance": [ - 97387.38840800492, - 97406.77883610615, - 96892.94298641804, - 96281.4787504108, - 95907.32256016361, - 95898.99354010886, - 96252.8216863859, - 96859.52239305746 - ], - "fuel": [ - 40.629343715402136, - 40.63938730482034, - 40.37371031296394, - 40.05883510296857, - 39.866848447980374, - 39.86258059655227, - 40.044112197538276, - 40.3564643427655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 28.90625, -49.53125 29.0625, -49.375 29.0625, -49.375 28.90625, -49.53125 28.90625))", @@ -405477,68 +277836,7 @@ "id": "7061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.553065884616956, - 6.553065884616956, - 6.553065884616956, - 6.553065884616956, - 6.553065884616956, - 6.553065884616956, - 6.553065884616956, - 6.553065884616956 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 602.5733443946153, - 662.2868844565653, - 261.85464356105695, - -232.27995974761825, - -554.3411688224277, - -580.2247848558437, - -318.27432688021736, - 160.86863653740784 - ], - "relative wind speed": [ - 2.203307210450306, - 2.224186548373166, - 2.0460197257872204, - 1.7371836562346636, - 1.4581713314435165, - 1.426120785032575, - 1.6717145621055214, - 1.9907333422578806 - ], - "relative wind angle": [ - 0.086850606802934, - 0.05839862344010064, - 0.18417805676365934, - 0.23240016313565368, - 0.1314451509041356, - 0.0911532621459739, - 0.22606478560337356, - 0.20235813994930954 - ], - "resistance": [ - 97237.07334439464, - 97296.7868844566, - 96896.35464356109, - 96402.22004025242, - 96080.1588311776, - 96054.27521514418, - 96316.22567311981, - 96795.36863653743 - ], - "fuel": [ - 39.734955297618036, - 39.765855982763924, - 39.55889332579392, - 39.30432319677645, - 39.138891554696265, - 39.125612797357086, - 39.26011311178456, - 39.506793106281336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 28.75, -49.6875 28.90625, -49.53125 28.90625, -49.53125 28.75, -49.6875 28.75))", @@ -405557,68 +277855,7 @@ "id": "7062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.87809336176866, - 10.87809336176866, - 10.87809336176866, - 10.87809336176866, - 10.87809336176866, - 10.87809336176866, - 10.87809336176866, - 10.87809336176866 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 967.9580799382525, - 884.698226352149, - 209.34099802648552, - -540.1734760439485, - -947.3607972544132, - -911.8971178540078, - -414.9243423633966, - 354.83937329934315 - ], - "relative wind speed": [ - 3.3934460128914763, - 3.373927841674671, - 3.1655039022115785, - 2.8679200167493586, - 2.6549557409115945, - 2.6797157960837894, - 2.9229866359071424, - 3.2154782857511015 - ], - "relative wind angle": [ - 0.03600763411264076, - 0.051870715111345715, - 0.11701011420251084, - 0.12153490049837441, - 0.04602965965556603, - 0.06532560685467312, - 0.12676862787525267, - 0.10834347862282746 - ], - "resistance": [ - 97602.45807993824, - 97519.19822635213, - 96843.84099802647, - 96094.32652395604, - 95687.13920274557, - 95722.60288214598, - 96219.57565763658, - 96989.33937329933 - ], - "fuel": [ - 42.10028311863263, - 42.057106585202945, - 41.70783598163993, - 41.32220087136495, - 41.11357390502015, - 41.131719590068585, - 41.386497735325804, - 41.78293910294605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 28.75, -49.53125 28.90625, -49.375 28.90625, -49.375 28.75, -49.53125 28.75))", @@ -405637,68 +277874,7 @@ "id": "7063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.634713835714228, - 8.634713835714228, - 8.634713835714228, - 8.634713835714228, - 8.634713835714228, - 8.634713835714228, - 8.634713835714228, - 8.634713835714228 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 876.4089625072661, - 752.1016230544901, - 153.0816856559104, - -479.4522362708419, - -801.6487574147286, - -748.2253591534009, - -296.0956817802735, - 367.0158136874011 - ], - "relative wind speed": [ - 2.809077790506517, - 2.774149049423873, - 2.543169075791436, - 2.219413305409473, - 1.9933375021600748, - 2.0416683085690877, - 2.323059078579981, - 2.634106491849966 - ], - "relative wind angle": [ - 0.03975365624230298, - 0.07569425692949018, - 0.1612554574468785, - 0.16642899559906982, - 0.056036747996902246, - 0.10293425523984563, - 0.17668823274833168, - 0.14003851841201648 - ], - "resistance": [ - 97510.9089625073, - 97386.60162305452, - 96787.58168565594, - 96155.04776372919, - 95832.8512425853, - 95886.27464084663, - 96338.40431821975, - 97001.51581368742 - ], - "fuel": [ - 40.77027958658587, - 40.70586866582053, - 40.39628745700457, - 40.07083513704328, - 39.90563040791109, - 39.93299628566816, - 40.1650227996025, - 40.506698090684864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 29.21875, -49.375 29.375, -49.21875 29.375, -49.21875 29.21875, -49.375 29.21875))", @@ -405717,68 +277893,7 @@ "id": "7064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.411826054694929, - 9.411826054694929, - 9.411826054694929, - 9.411826054694929, - 9.411826054694929, - 9.411826054694929, - 9.411826054694929, - 9.411826054694929 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 719.9514718281175, - 1057.5035485762633, - 576.602988758495, - -174.18557389254465, - -775.0827068946278, - -919.6042629837928, - -674.98180102978, - -6.877033040932929 - ], - "relative wind speed": [ - 2.9653111860088184, - 3.053569809463961, - 2.9173741618750744, - 2.6133870611008434, - 2.294628387331186, - 2.1757989991139737, - 2.355274477728414, - 2.6886052024583003 - ], - "relative wind angle": [ - 0.09572019241445823, - 0.012489164745518184, - 0.1158901781616823, - 0.16875561807987977, - 0.12382503572592549, - 0.01752804272486014, - 0.14372119277242573, - 0.1639909845616507 - ], - "resistance": [ - 97354.45147182811, - 97692.00354857626, - 97211.10298875849, - 96460.31442610745, - 95859.41729310538, - 95714.89573701621, - 95959.51819897023, - 96627.62296695907 - ], - "fuel": [ - 41.095957840204406, - 41.27095690261902, - 41.02176912031437, - 40.63445422727048, - 40.325976105553046, - 40.251984574512534, - 40.377270899707774, - 40.72058330501466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 29.21875, -49.21875 29.375, -49.0625 29.375, -49.0625 29.21875, -49.21875 29.21875))", @@ -405810,37 +277925,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 933.3233445941123, + 933.3233445941069, 1257.009629516685, - 618.200571344998, + 618.2005713449998, -319.27983033907185, - -1028.115756847831, + -1028.115756847833, -1165.7847580888788, -807.0807538062227, 51.74383341902103 ], "relative wind speed": [ - 3.6964485596437333, + 3.696448559643733, 3.7653343762398714, 3.6114833680292713, 3.3051121781392565, 3.010301366982751, 2.923679754907631, 3.1117252701031295, - 3.435386406805794 + 3.4353864068057938 ], "relative wind angle": [ - 0.06801106007573506, - 0.017436604445017684, - 0.09541042233084479, - 0.12769788700413146, - 0.08354581852467563, + 0.06801106007573668, + 0.017436604445017687, + 0.09541042233084363, + 0.12769788700413148, + 0.08354581852467696, 0.02245691842188181, - 0.11079239160935052, - 0.12283042777564399 + 0.11079239160935053, + 0.12283042777564307 ], "resistance": [ - 97567.82334459413, + 97567.82334459412, 97891.5096295167, 97252.70057134502, 96315.22016966094, @@ -405877,68 +277992,7 @@ "id": "7066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.363584281579353, - 8.363584281579353, - 8.363584281579353, - 8.363584281579353, - 8.363584281579353, - 8.363584281579353, - 8.363584281579353, - 8.363584281579353 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 790.2627715774665, - 886.2023263173983, - 353.2642167933541, - -319.31072456830066, - -764.3383116547052, - -805.6845391515926, - -459.8746431174807, - 188.97976877577958 - ], - "relative wind speed": [ - 2.7246993897933223, - 2.7520781142120914, - 2.5622371346124173, - 2.2334608814775807, - 1.94098309058821, - 1.9019642940823787, - 2.150893532628384, - 2.4905932252374834 - ], - "relative wind angle": [ - 0.07664266924294416, - 0.04751425918577597, - 0.154179435555778, - 0.1917983035681437, - 0.10769163693141666, - 0.06877987903775548, - 0.1839744605575065, - 0.17178788102499665 - ], - "resistance": [ - 97424.76277157746, - 97520.70232631739, - 96987.76421679334, - 96315.18927543168, - 95870.16168834528, - 95828.81546084839, - 96174.6253568825, - 96823.47976877577 - ], - "fuel": [ - 40.59308916225312, - 40.642809630318204, - 40.36704890363874, - 40.020543728725656, - 39.792194469385734, - 39.77101661398156, - 39.948338987844664, - 40.282255521973354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 29.0625, -49.21875 29.21875, -49.0625 29.21875, -49.0625 29.0625, -49.21875 29.0625))", @@ -405970,33 +278024,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 952.2564632395424, + 952.2564632395324, 1176.941035625542, - 522.7120052683713, - -374.83854926138974, + 522.7120052683676, + -374.8385492613893, -1013.5781133851478, -1109.3159198914955, -712.4158105650331, 130.46274226069818 ], "relative wind speed": [ - 3.566387503951075, + 3.5663875039510744, 3.6159791796077494, 3.445705297642908, - 3.133084761158616, + 3.1330847611586154, 2.847819725087644, 2.7845810434569693, 2.9927098116476705, 3.318580554142433 ], "relative wind angle": [ - 0.0639559836769962, + 0.06395598367700142, 0.02586837592818992, - 0.10472914147263995, - 0.13313103214054212, - 0.08012460447723753, - 0.03359452295203846, - 0.12065382074147805, + 0.10472914147264209, + 0.1331310321405413, + 0.08012460447723752, + 0.03359452295203845, + 0.12065382074147807, 0.12564892410473671 ], "resistance": [ @@ -406050,19 +278104,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1195.2195598098306, + 1195.219559809817, 1126.2820714560557, - 280.49724677004906, + 280.49724677004997, -683.0366018686591, -1221.384450924359, -1192.2354269466277, - -577.9631661388712, + -577.963166138873, 402.2652735477004 ], "relative wind speed": [ - 4.295720411606149, + 4.2957204116061485, 4.282874792486912, - 4.080312295554524, + 4.080312295554523, 3.7899039264065, 3.5812213451371524, 3.5965738821044453, @@ -406070,19 +278124,19 @@ 4.112783535048282 ], "relative wind angle": [ - 0.029862419647253488, - 0.0378467364768717, - 0.08771374084405704, + 0.029862419647257204, + 0.03784673647687171, + 0.08771374084405577, 0.09074508674139717, 0.03582268853664496, 0.04507318068085482, - 0.09358898766231619, + 0.09358898766231738, 0.0836036617875502 ], "resistance": [ - 97829.71955980985, + 97829.71955980983, 97760.78207145607, - 96914.99724677006, + 96914.99724677007, 95951.46339813135, 95413.11554907565, 95442.26457305338, @@ -406090,7 +278144,7 @@ 97036.76527354772 ], "fuel": [ - 44.701219386858355, + 44.70121938685834, 44.665409949395645, 44.22750815989341, 43.731885798005266, @@ -406130,9 +278184,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1526.7514481273329, + 1526.751448126971, 901.5985708128437, - -188.4543456751162, + -188.45434567511802, -1121.7932075809467, -1376.6129019964792, -1106.0980933242681, @@ -406140,9 +278194,9 @@ 923.9374414277427 ], "relative wind speed": [ - 4.394692812833749, + 4.394692812833748, 4.278606821570342, - 3.9899590306529955, + 3.989959030652995, 3.6812108771298973, 3.5480289147060398, 3.687188327869143, @@ -406150,17 +278204,17 @@ 4.283750760357475 ], "relative wind angle": [ - 0.0008922294537028954, + 0.0008922294538273278, 0.07066909438559195, - 0.10629945125409382, + 0.10629945125409383, 0.0806501387063575, 0.0011051416828853336, 0.08202801068686916, - 0.10609132280309289, + 0.1060913228030929, 0.06928643986142868 ], "resistance": [ - 98161.25144812734, + 98161.25144812698, 97536.09857081284, 96446.04565432489, 95512.70679241905, @@ -406170,7 +278224,7 @@ 97558.43744142774 ], "fuel": [ - 44.98286242566984, + 44.982862425669644, 44.658003764338446, 44.095039864344216, 43.6165254284995, @@ -406210,37 +278264,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1048.9139918065302, + 1048.913991806512, 961.4331354327433, - 221.92102010305007, + 221.92102010304734, -603.7123243554752, - -1052.2739451413954, + -1052.2739451413918, -1015.1988959021137, -470.90079332517143, 375.93835109996144 ], "relative wind speed": [ - 3.8355105953541555, + 3.8355105953541546, 3.817279510245165, 3.616669064226095, - 3.333280347215938, - 3.133167618568398, + 3.3332803472159385, + 3.1331676185683976, 3.155353861895996, 3.3834281037121934, 3.6629391177009123 ], "relative wind angle": [ - 0.030564783244448016, + 0.03056478324445528, 0.043388872847640536, - 0.09730708445422018, - 0.09956805302740004, - 0.037419209607356146, - 0.05249857251744382, + 0.09730708445422133, + 0.09956805302740117, + 0.03741920960735318, + 0.052498572517443824, 0.10403858812247833, 0.09058126726865244 ], "resistance": [ - 97683.41399180655, + 97683.41399180653, 97595.93313543276, 96856.42102010307, 96030.78767564453, @@ -406250,7 +278304,7 @@ 97010.43835109998 ], "fuel": [ - 43.30348829063382, + 43.30348829063381, 43.25809718211288, 42.875525078958276, 42.450804081471404, @@ -406290,9 +278344,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1416.1882711786948, + 1416.1882711786238, 702.5311168251965, - -364.5460660608769, + -364.54606606087873, -1179.9990315641007, -1342.0009658001327, -947.6003852272606, @@ -406302,7 +278356,7 @@ "relative wind speed": [ 4.378434501547577, 4.231654140728842, - 3.938000291649828, + 3.9380002916498276, 3.6577135622602386, 3.5731064500947745, 3.7457818437948975, @@ -406310,8 +278364,8 @@ 4.308005325496774 ], "relative wind angle": [ - 0.013244347067071645, - 0.07705810678258, + 0.013244347067096793, + 0.07705810678257999, 0.1024409560116194, 0.06669037064727755, 0.01622967504329547, @@ -406320,7 +278374,7 @@ 0.05661175501220619 ], "resistance": [ - 98050.68827117873, + 98050.68827117866, 97337.03111682524, 96269.95393393916, 95454.50096843594, @@ -406330,7 +278384,7 @@ 97667.68092712587 ], "fuel": [ - 44.937800000382495, + 44.93780000038246, 44.56736149919246, 44.01700835666397, 43.59928842819845, @@ -406357,68 +278411,7 @@ "id": "7072", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.642227602759613, - 6.642227602759613, - 6.642227602759613, - 6.642227602759613, - 6.642227602759613, - 6.642227602759613, - 6.642227602759613, - 6.642227602759613 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 683.9866289097274, - 578.3912750129032, - 121.1345693485157, - -352.6032093201511, - -591.2290690632819, - -545.5115444318001, - -200.12542226958317, - 300.05206768780477 - ], - "relative wind speed": [ - 2.2515910945116246, - 2.214938993287535, - 1.9911416422056352, - 1.6724651869321157, - 1.4447656435165213, - 1.5003517846105832, - 1.7867191111767982, - 2.0880302727857862 - ], - "relative wind angle": [ - 0.04649112491195079, - 0.0957446457517054, - 0.20436522781411612, - 0.2167835550328391, - 0.07249134317333655, - 0.14160277594686785, - 0.2281389652453495, - 0.1731457448769183 - ], - "resistance": [ - 97318.48662890976, - 97212.89127501294, - 96755.63456934855, - 96281.89679067988, - 96043.27093093675, - 96088.98845556822, - 96434.37457773044, - 96934.55206768784 - ], - "fuel": [ - 39.80950779374533, - 39.75486458118579, - 39.5187233944192, - 39.27489146213704, - 39.15238745408119, - 39.175841175816444, - 39.35328035091161, - 39.6110291460444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 28.90625, -49.21875 29.0625, -49.0625 29.0625, -49.0625 28.90625, -49.21875 28.90625))", @@ -406437,68 +278430,7 @@ "id": "7073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.592468483192214, - 8.592468483192214, - 8.592468483192214, - 8.592468483192214, - 8.592468483192214, - 8.592468483192214, - 8.592468483192214, - 8.592468483192214 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 804.5529141759262, - 720.0657095203455, - 168.17485849177592, - -431.6365282024435, - -751.6693148540623, - -715.411565013291, - -306.54633681604673, - 313.9943618895745 - ], - "relative wind speed": [ - 2.7700693323790335, - 2.7459892158864405, - 2.533923579798888, - 2.2293761443103812, - 2.0095462528346344, - 2.042327954737905, - 2.300172067521847, - 2.5964287503508197 - ], - "relative wind angle": [ - 0.042740094046092685, - 0.06761677344651029, - 0.15082869284449746, - 0.1589711056532002, - 0.058931471202876985, - 0.0909695332743663, - 0.16629251797175526, - 0.13634549325315543 - ], - "resistance": [ - 97439.05291417598, - 97354.5657095204, - 96802.67485849182, - 96202.8634717976, - 95882.83068514598, - 95919.08843498676, - 96327.953663184, - 96948.49436188962 - ], - "fuel": [ - 40.71206878724449, - 40.66830734381311, - 40.3831004499599, - 40.074414374823746, - 39.91026086020426, - 39.92883930255677, - 40.13868012880073, - 40.4583470809968 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 28.75, -49.375 28.90625, -49.21875 28.90625, -49.21875 28.75, -49.375 28.75))", @@ -406517,68 +278449,7 @@ "id": "7074", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.99468313635493, - 8.99468313635493, - 8.99468313635493, - 8.99468313635493, - 8.99468313635493, - 8.99468313635493, - 8.99468313635493, - 8.99468313635493 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 937.4846351530718, - 788.8095513289886, - 146.85746721999112, - -523.0306053871359, - -856.2264958771034, - -792.3777989202806, - -303.37805928683383, - 403.0397149499927 - ], - "relative wind speed": [ - 2.9192410254451304, - 2.878978198364833, - 2.6393327752022704, - 2.3085321063234177, - 2.082554798602319, - 2.1378697778778433, - 2.4275347897747133, - 2.7440266339628416 - ], - "relative wind angle": [ - 0.03679134789770262, - 0.07654841625036757, - 0.15932712386449577, - 0.1618568071771402, - 0.05158386182670295, - 0.10316675864598458, - 0.17336324755384172, - 0.135994127603577 - ], - "resistance": [ - 97571.98463515306, - 97423.30955132897, - 96781.35746721998, - 96111.46939461285, - 95778.27350412289, - 95842.1222010797, - 96331.12194071316, - 97037.53971494998 - ], - "fuel": [ - 40.98540850041882, - 40.908344174338254, - 40.57653867113027, - 40.23192890757312, - 40.06114515310185, - 40.09383961141161, - 40.34474052124889, - 40.70876761088198 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 28.75, -49.21875 28.90625, -49.0625 28.90625, -49.0625 28.75, -49.21875 28.75))", @@ -406597,68 +278468,7 @@ "id": "7075", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.774081901761187, - 9.774081901761187, - 9.774081901761187, - 9.774081901761187, - 9.774081901761187, - 9.774081901761187, - 9.774081901761187, - 9.774081901761187 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 943.0234846412718, - 729.3527215365516, - 74.29700675389313, - -577.7512865825706, - -867.429068260165, - -776.1950135709753, - -258.195716142136, - 445.95949082383186 - ], - "relative wind speed": [ - 3.1037306944257486, - 3.0488219263679674, - 2.8145467842848126, - 2.513340445142134, - 2.3283043462845443, - 2.3997562821557423, - 2.6706687835671525, - 2.95588652679036 - ], - "relative wind angle": [ - 0.023415850646994762, - 0.07316546234599061, - 0.13824360056265528, - 0.12992996237119117, - 0.031216561984768153, - 0.09300574825029233, - 0.1457430460312978, - 0.11039074401135995 - ], - "resistance": [ - 97577.52348464128, - 97363.85272153655, - 96708.7970067539, - 96056.74871341743, - 95767.07093173983, - 95858.30498642902, - 96376.30428385787, - 97080.45949082384 - ], - "fuel": [ - 41.41475813341975, - 41.30402534512584, - 40.96560786948137, - 40.63032981467473, - 40.481887345027054, - 40.52860563552589, - 40.79444507109326, - 41.15742165010613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 29.84375, -48.4375 30, -48.28125 30, -48.28125 29.84375, -48.4375 29.84375))", @@ -406690,51 +278500,51 @@ ], "ice resistance": 50491.934086302026, "wind resistance": [ - 3160.5407650902016, + 3160.5407650899688, 1391.0528311080961, - -1102.6665730791865, + -1102.6665730792047, -2894.7011355889117, - -3168.4052251104913, + -3168.4052251103967, -2107.680216807694, 228.32482644308038, 2508.521082009851 ], "relative wind speed": [ - 7.860844793712626, + 7.860844793712625, 7.651043748369954, - 7.272338612722934, + 7.272338612722933, 6.938933949035483, - 6.862920236843505, + 6.862920236843504, 7.096061203840059, 7.483692013305602, 7.793827730905902 ], "relative wind angle": [ - 0.013474696642431198, - 0.055936904390871726, - 0.06867207692557155, + 0.013474696642455916, + 0.05593690439087173, + 0.06867207692557317, 0.04006875477148333, - 0.015434173111545064, - 0.06031684618582788, + 0.015434173111530676, + 0.06031684618582789, 0.06672972364983247, - 0.0356716903123886 + 0.03567169031238861 ], "resistance": [ - 53652.474851392224, + 53652.47485139199, 51882.98691741012, - 49389.26751322284, + 49389.26751322282, 47597.232950713114, - 47323.52886119153, + 47323.52886119163, 48384.253869494336, 50720.25891274511, 53000.45516831188 ], "fuel": [ - 41.01986341249814, + 41.01986341249807, 40.39718339149496, - 39.53942713369646, + 39.53942713369645, 38.93731627504653, - 38.84640559112391, + 38.84640559112394, 39.200278089986746, 39.99436444800734, 40.7890631129582 @@ -406757,68 +278567,7 @@ "id": "7077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57975.61587088446, - "wind resistance": [ - 3137.633435418047, - 1393.9311544702286, - -1077.2280958767296, - -2862.342511489762, - -3141.481521823687, - -2102.6672050968227, - 207.61546398021892, - 2472.5421832946995 - ], - "relative wind speed": [ - 7.856824533552714, - 7.650538413880841, - 7.275740576874657, - 6.944333466886699, - 6.866835804624017, - 7.09594163564187, - 7.479754325960299, - 7.78841180340251 - ], - "relative wind angle": [ - 0.01301291845028451, - 0.05523209964122265, - 0.0680927359701377, - 0.04000804178675649, - 0.014889115146882771, - 0.059553793837131795, - 0.06623271628469517, - 0.03567017107333562 - ], - "resistance": [ - 61113.2493063025, - 59369.54702535469, - 56898.38777500773, - 55113.2733593947, - 54834.13434906077, - 55872.94866578764, - 58183.23133486468, - 60448.15805417916 - ], - "fuel": [ - 43.773422993641624, - 43.111324771173116, - 42.19238356101802, - 41.54269554444535, - 41.44217564487886, - 41.817728161044286, - 42.66733790437911, - 43.51954763467982 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 29.6875, -48.4375 29.84375, -48.28125 29.84375, -48.28125 29.6875, -48.4375 29.6875))", @@ -406850,51 +278599,51 @@ ], "ice resistance": 65002.10039982612, "wind resistance": [ - 3094.406505347488, + 3094.4065053473496, 1264.5559595254272, - -1217.012863405398, + -1217.0128634054272, -2932.4229614178766, - -3146.403314390489, + -3146.4033143905726, -2002.6274690629762, 355.6501171969285, 2584.699898354822 ], "relative wind speed": [ - 7.854401113394585, + 7.854401113394583, 7.633230632636152, 7.252712074142763, 6.929401125805626, - 6.869969394392855, + 6.8699693943928555, 7.114905933248429, 7.502417203779885, 7.802018736690673 ], "relative wind angle": [ - 0.015932064934094846, + 0.015932064934108786, 0.05722602098428939, - 0.06792853234269997, + 0.06792853234270323, 0.037474970307945804, - 0.01821528561246243, + 0.018215285612474617, 0.061400035180823216, 0.06566433584963394, 0.03328193239533459 ], "resistance": [ - 68096.5069051736, + 68096.50690517348, 66266.65635935155, - 63785.087536420724, + 63785.087536420695, 62069.677438408246, - 61855.69708543563, + 61855.697085435546, 62999.47293076315, 65357.75051702305, 67586.80029818094 ], "fuel": [ - 46.53840900334893, + 46.538409003348875, 45.79634413594897, - 44.809891868211324, + 44.80989186821131, 44.14139145661587, - 44.058770797586064, + 44.05877079758602, 44.5023764825651, 45.43238412905302, 46.33045420947491 @@ -406917,68 +278666,7 @@ "id": "7079", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 51442.646775736335, - "wind resistance": [ - 3018.347666221536, - 1216.7315083659742, - -1212.4391393097067, - -2880.681935379889, - -3080.6725724265416, - -1947.355622530842, - 366.54206982144024, - 2541.793418164467 - ], - "relative wind speed": [ - 7.843230716098552, - 7.62457719038909, - 7.251493190618528, - 6.936665282632152, - 6.881155425472194, - 7.122667388223012, - 7.502160659561373, - 7.794180060287484 - ], - "relative wind angle": [ - 0.01601464910688453, - 0.056296219162762534, - 0.06639482517052596, - 0.03624742962103357, - 0.018253939420075204, - 0.060267870603957885, - 0.06417329124612182, - 0.03225802217708105 - ], - "resistance": [ - 54460.99444195787, - 52659.378284102306, - 50230.207636426625, - 48561.96484035645, - 48361.974203309794, - 49495.29115320549, - 51809.18884555777, - 53984.4401939008 - ], - "fuel": [ - 41.30825820368436, - 40.668959769851895, - 39.82609655306105, - 39.25997439280717, - 39.192802240452636, - 39.57542473212191, - 40.37146705487845, - 41.13797941367671 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 29.53125, -48.4375 29.6875, -48.28125 29.6875, -48.28125 29.53125, -48.4375 29.53125))", @@ -407010,9 +278698,9 @@ ], "ice resistance": 79248.22329465068, "wind resistance": [ - 2916.698556797539, + 2916.6985567973643, 1079.9266150509538, - -1307.696018644343, + -1307.6960186443648, -2881.9041796662714, -3022.256850259764, -1823.6828797410744, @@ -407020,9 +278708,9 @@ 2582.201349905634 ], "relative wind speed": [ - 7.831078616669377, + 7.831078616669376, 7.604106861523152, - 7.233912054671044, + 7.233912054671043, 6.932865186454777, 6.893921151371485, 7.143493541700729, @@ -407030,19 +278718,19 @@ 7.796622438481093 ], "relative wind angle": [ - 0.018185313906422328, - 0.056854051179456334, - 0.06483286546492983, + 0.018185313906440646, + 0.05685405117945634, + 0.06483286546493154, 0.03328293155255908, 0.020657750395931207, - 0.06052435385002906, + 0.060524353850029064, 0.06237855617547899, - 0.029594501952743067 + 0.02959450195274307 ], "resistance": [ - 82164.92185144822, + 82164.92185144805, 80328.14990970163, - 77940.52727600634, + 77940.52727600632, 76366.31911498442, 76225.96644439091, 77424.54041490961, @@ -407050,7 +278738,7 @@ 81830.42464455632 ], "fuel": [ - 52.65974721551146, + 52.65974721551139, 51.81874553687396, 50.744291904135345, 50.0474863861895, @@ -407077,68 +278765,7 @@ "id": "7081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57013.37127761315, - "wind resistance": [ - 2810.8527278127112, - 837.7767317093494, - -1545.3331978733804, - -2978.5965552369016, - -3000.322034832825, - -1625.157600437924, - 745.4310412698615, - 2759.0882046316183 - ], - "relative wind speed": [ - 7.822249375984894, - 7.570491535223567, - 7.193650424512291, - 6.9105382731597045, - 6.9045075915980885, - 7.179656558474091, - 7.557195508417513, - 7.816922102575067 - ], - "relative wind angle": [ - 0.02328515216353941, - 0.059920045625043335, - 0.06385129740379164, - 0.028335594759149447, - 0.02638087253538333, - 0.06318611504126867, - 0.06077579481011454, - 0.02504930761378776 - ], - "resistance": [ - 59824.22400542586, - 57851.1480093225, - 55468.03807973977, - 54034.77472237625, - 54013.049242780326, - 55388.21367717523, - 57758.80231888301, - 59772.45948224477 - ], - "fuel": [ - 43.28287895813639, - 42.543991560009864, - 41.67086719528929, - 41.15592465503758, - 41.148177941326836, - 41.64198689545073, - 42.50976434541259, - 43.26330887997393 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 29.375, -48.4375 29.53125, -48.28125 29.53125, -48.28125 29.375, -48.4375 29.375))", @@ -407170,17 +278797,17 @@ ], "ice resistance": 95606.229801972, "wind resistance": [ - 2801.4099306671196, + 2801.4099306669923, 748.7548638059452, - -1660.1567754576427, + -1660.1567754576572, -3051.7785041738825, -3024.5380974864056, -1560.1443552043347, - 864.4622189598376, + 864.4622189598522, 2866.295036732874 ], "relative wind speed": [ - 7.824072446839502, + 7.8240724468395015, 7.559189597238047, 7.175177151406726, 6.896089779360752, @@ -407190,33 +278817,33 @@ 7.830741569567037 ], "relative wind angle": [ - 0.025657581251094304, + 0.025657581251107283, 0.06188101259099989, - 0.06420701747324156, + 0.0642070174732433, 0.026627533761507133, - 0.029079238335021653, + 0.029079238335021657, 0.0650381995427317, - 0.060806971146918985, + 0.06080697114691716, 0.023448735983128688 ], "resistance": [ - 98407.63973263913, + 98407.639732639, 96354.98466577794, - 93946.07302651436, + 93946.07302651435, 92554.45129779812, 92581.6917044856, 94046.08544676767, - 96470.69202093183, + 96470.69202093186, 98472.52483870488 ], "fuel": [ - 60.643152276181475, + 60.64315227618141, 59.58006647009279, - 58.35246866696528, + 58.352468666965265, 57.653128873800355, 57.66674900564959, 58.40300604902543, - 59.63957521810208, + 59.63957521810211, 60.67701240040711 ] }, @@ -407250,51 +278877,51 @@ ], "ice resistance": 92344.04169056275, "wind resistance": [ - 2868.9755760927437, + 2868.9755760924345, 1216.3948148990858, - -1072.7656554637324, + -1072.765655463747, -2687.4990701146016, - -2912.266174257882, + -2912.2661742578384, -1901.0326480339063, 258.41886164759853, 2332.770807185734 ], "relative wind speed": [ - 7.817662029462247, + 7.817662029462246, 7.618963619166583, 7.269595008428469, 6.968362670428812, - 6.906099169403361, + 6.90609916940336, 7.1247062195114825, 7.480844454870147, 7.762214055145851 ], "relative wind angle": [ - 0.013537335765590115, + 0.013537335765622919, 0.052150228761374866, - 0.06274461480187223, + 0.062744614801874, 0.03552349307547308, - 0.015324313033623237, - 0.05577164457788674, + 0.015324313033615991, + 0.05577164457788675, 0.060970556514777494, - 0.0318891585361964 + 0.031889158536196394 ], "resistance": [ - 95213.01726665549, + 95213.01726665518, 93560.43650546184, - 91271.27603509901, + 91271.276035099, 89656.54262044815, - 89431.77551630487, + 89431.77551630492, 90443.00904252884, 92602.46055221035, 94676.81249774848 ], "fuel": [ - 58.99542027150553, + 58.99542027150538, 58.15795071410568, - 57.01467306764242, + 57.014673067642406, 56.21995345533506, - 56.11009959984679, + 56.110099599846805, 56.60581486354552, 57.67713523012489, 58.72257691357084 @@ -407330,17 +278957,17 @@ ], "ice resistance": 94732.41669561456, "wind resistance": [ - 3527.754018114236, + 3527.7540181139084, 1858.538917851518, - -793.6869786089046, + -793.6869786089155, -2909.7877550318553, - -3382.7602351730275, + -3382.7602351731293, -2527.371539876356, -147.5231098997283, 2401.6802973293197 ], "relative wind speed": [ - 7.9054566459068125, + 7.905456645906812, 7.721002406634276, 7.329868810006169, 6.948669484222104, @@ -407350,31 +278977,31 @@ 7.790097903783926 ], "relative wind angle": [ - 0.006511480524952254, - 0.054577868605095586, - 0.07430872099793769, - 0.05015851518141888, - 0.0075510195962556, + 0.006511480524986355, + 0.05457786860509559, + 0.0743087209979392, + 0.050158515181418874, + 0.007551019596270304, 0.05998825600498982, 0.07328038161885664, 0.04473692872240061 ], "resistance": [ - 98260.1707137288, + 98260.17071372847, 96590.95561346608, 93938.72971700566, 91822.62894058271, - 91349.65646044153, + 91349.65646044143, 92205.0451557382, 94584.89358571483, 97134.09699294389 ], "fuel": [ - 60.566254214855554, + 60.56625421485538, 59.70148005619046, 58.34875947819283, 57.28825313511832, - 57.05349628488776, + 57.053496284887714, 57.47867156959252, 58.67591215611157, 59.98172864864229 @@ -407410,19 +279037,19 @@ ], "ice resistance": 76573.38883671076, "wind resistance": [ - 3530.3640353507, + 3530.364035350456, 1625.7287647086669, - -1120.55705513668, + -1120.5570551366945, -3140.909874748162, - -3483.7598655272814, + -3483.7598655272304, -2374.030452259831, 175.02326490339692, 2715.007379633673 ], "relative wind speed": [ - 7.914793252542152, + 7.914793252542151, 7.693160090251608, - 7.278921841133949, + 7.278921841133948, 6.9044172800381345, 6.808896619499682, 7.058350602745719, @@ -407430,31 +279057,31 @@ 7.831605673719264 ], "relative wind angle": [ - 0.013043321153817096, - 0.060353642149553736, - 0.07604647748759305, - 0.04607898063309347, - 0.015161960037677684, + 0.013043321153842631, + 0.06035364214955374, + 0.07604647748759451, + 0.046078980633093465, + 0.015161960037670362, 0.06578920969328131, 0.07395079426223199, 0.04062045858923934 ], "resistance": [ - 80103.75287206145, + 80103.75287206122, 78199.11760141942, - 75452.83178157407, + 75452.83178157406, 73432.4789619626, - 73089.62897118347, + 73089.62897118353, 74199.35838445093, 76748.41210161416, 79288.39621634444 ], "fuel": [ - 51.71686152823887, + 51.716861528238766, 50.85963578405543, 49.64736950292476, 48.773462162237934, - 48.626669207006515, + 48.62666920700654, 49.10338881927275, 50.215768078242064, 51.34823872997683 @@ -407490,19 +279117,19 @@ ], "ice resistance": 74201.36285363046, "wind resistance": [ - 2956.70157655617, + 2956.701576555999, 1041.249182248288, -1398.96585547024, -2970.960554742647, - -3082.6867680257565, + -3082.686768025789, -1809.2382372438733, - 566.5990082960416, + 566.599008296027, 2690.554393768518 ], "relative wind speed": [ - 7.839424574968396, + 7.839424574968394, 7.60087673526084, - 7.22053700627784, + 7.220537006277839, 6.917169898046615, 6.886143314995338, 7.148581696857349, @@ -407510,33 +279137,33 @@ 7.812061701166419 ], "relative wind angle": [ - 0.019943635669041185, - 0.058929751841844284, - 0.06607481514440945, + 0.019943635669057887, + 0.05892975184184429, + 0.06607481514440944, 0.032759964902316766, - 0.02270497276924081, + 0.0227049727692457, 0.06266301431868916, - 0.0633340752412088, - 0.029006105494025648 + 0.06333407524121058, + 0.029006105494025644 ], "resistance": [ - 77158.06443018663, + 77158.06443018647, 75242.61203587874, 72802.39699816023, 71230.40229888781, - 71118.6760856047, + 71118.67608560467, 72392.12461638659, - 74767.96186192651, + 74767.96186192648, 76891.91724739897 ], "fuel": [ - 50.396790920044296, + 50.39679092004422, 49.555730586880884, 48.50402610397596, 47.83824919740562, - 47.79128049944011, + 47.7912804994401, 48.32937928662757, - 49.34942606068313, + 49.349426060683115, 50.27911105872457 ] }, @@ -407570,19 +279197,19 @@ ], "ice resistance": 68341.0967099025, "wind resistance": [ - 3200.592999906199, + 3200.5929999061445, 1113.4776098895418, - -1526.1244912499315, + -1526.1244912499387, -3214.8336874308116, - -3325.2471652380627, + -3325.2471652380336, -1930.0567857761707, 646.0175521086458, 2937.9681856735224 ], "relative wind speed": [ - 7.878365102663683, + 7.878365102663682, 7.618809273708321, - 7.206643219536424, + 7.206643219536423, 6.87869669479747, 6.847950573609321, 7.135601516362952, @@ -407590,31 +279217,31 @@ 7.851534597162998 ], "relative wind angle": [ - 0.021950967671062315, + 0.021950967671067374, 0.06392268929162895, 0.0715715110960664, 0.03520753528080069, - 0.02525459711893305, - 0.06825791844647948, - 0.06829649536528057, + 0.025254597118928652, + 0.06825791844647947, + 0.06829649536528055, 0.030843692872358247 ], "resistance": [ - 71541.6897098087, + 71541.68970980865, 69454.57431979204, - 66814.97221865258, + 66814.97221865256, 65126.263022471685, - 65015.84954466444, + 65015.84954466447, 66411.03992412632, 68987.11426201115, 71279.06489557603 ], "fuel": [ - 47.96935662449477, + 47.96935662449475, 47.097205184979444, 46.01739697356905, 45.34017900309995, - 45.29626980630793, + 45.29626980630794, 45.8544436775423, 46.904087506391335, 47.858721037854835 @@ -407650,54 +279277,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2994.2132310348534, + 2994.213231034777, 786.1624471834693, - -1784.0076569201592, + -1784.0076569201774, -3255.7498061217993, - -3213.7540311422927, + -3213.7540311423254, -1630.6466977185883, - 963.6701113474774, - 3094.030885186632 + 963.6701113474883, + 3094.030885186661 ], "relative wind speed": [ - 7.7007264702442235, + 7.700726470244223, 7.4099505924320965, - 6.989554683395386, + 6.989554683395385, 6.684815854109923, - 6.696795522898133, + 6.6967955228981335, 7.017185380388902, 7.436019349951569, - 7.711128026538604 + 7.711128026538603 ], "relative wind angle": [ - 0.029063161346250914, + 0.029063161346258554, 0.06933388497286219, - 0.07191337806262357, - 0.02945640274869008, - 0.03342159910461507, + 0.07191337806262513, + 0.029456402748690082, + 0.03342159910462172, 0.07322139940737019, - 0.06758884178235137, - 0.025534986591748413 + 0.06758884178234972, + 0.025534986591744066 ], "resistance": [ - 99628.71323103484, + 99628.71323103477, 97420.66244718345, - 94850.49234307982, + 94850.49234307981, 93378.7501938782, - 93420.7459688577, + 93420.74596885766, 95003.8533022814, - 97598.17011134746, - 99728.53088518661 + 97598.17011134747, + 99728.53088518664 ], "fuel": [ - 60.29480463657961, + 60.294804636579585, 59.14184392351282, 57.822646973868316, 57.07831020266697, - 57.09943794459035, + 57.099437944590335, 57.900673303686546, - 59.23386111912535, - 60.34735424650614 + 59.233861119125365, + 60.347354246506164 ] }, { @@ -407730,9 +279357,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2842.650285996986, + 2842.6502859969823, 1195.4130509323422, - -1039.3280399198848, + -1039.3280399198939, -2596.8653446227545, -2802.2846116005458, -1780.2615330050248, @@ -407740,29 +279367,29 @@ 2356.6826152006415 ], "relative wind speed": [ - 6.470731220315295, + 6.470731220315294, 6.22921054244303, - 5.804161718072351, + 5.80416171807235, 5.433434793445076, 5.361460446754121, 5.64026210965311, - 6.07678594308993, + 6.076785943089929, 6.410413948650461 ], "relative wind angle": [ - 0.02116005255150318, + 0.021160052551503182, 0.07859855426308848, - 0.0957301993500269, - 0.054408994366104246, + 0.09573019935002805, + 0.05440899436610425, 0.025538877082757986, - 0.08682540798184345, - 0.09142314332062604, - 0.046110379237957536 + 0.08682540798184346, + 0.09142314332062482, + 0.04611037923795754 ], "resistance": [ - 99477.150285997, + 99477.15028599699, 97829.91305093236, - 95595.17196008013, + 95595.17196008012, 94037.63465537726, 93832.21538839946, 94854.23846699498, @@ -407770,9 +279397,9 @@ 98991.18261520065 ], "fuel": [ - 53.37488142159909, + 53.374881421599085, 52.51396661820336, - 51.36213826943248, + 51.362138269432464, 50.57034311595338, 50.46658923321715, 50.98434899942741, @@ -407810,51 +279437,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3266.878402183531, + 3266.87840218352, 1448.6871416005306, - -1118.2731161809352, + -1118.2731161809425, -2968.494115135596, - -3255.597825694407, + -3255.5978256943636, -2169.260206620311, - 232.46271640680425, + 232.46271640680789, 2583.77039334059 ], "relative wind speed": [ - 7.749778789027843, + 7.749778789027841, 7.531353612489466, - 7.134633499864107, + 7.1346334998641066, 6.783249345279942, 6.701829532482357, 6.946387775308861, - 7.3532710533432235, + 7.353271053343224, 7.678614372468366 ], "relative wind angle": [ 0.01414358691855067, - 0.05952671545144292, + 0.059526715451442926, 0.07351569854252217, 0.043214826698979386, - 0.016355370085408483, + 0.016355370085401694, 0.06454625148684931, - 0.0713260572184089, - 0.03817314972705594 + 0.07132605721840889, + 0.03817314972705595 ], "resistance": [ - 99901.37840218355, + 99901.37840218353, 98083.18714160055, - 95516.22688381908, + 95516.22688381906, 93666.00588486443, - 93378.90217430561, + 93378.90217430565, 94465.2397933797, 96866.96271640682, 99218.2703933406 ], "fuel": [ - 60.613692436802694, + 60.61369243680268, 59.66113809148071, - 58.33724504654986, + 58.33724504654985, 57.39821122509627, - 57.253640531220874, + 57.253640531220896, 57.802279780126106, 59.03082179610893, 60.254368048108354 @@ -407877,68 +279504,7 @@ "id": "7091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.549232482598473, - 20.549232482598473, - 20.549232482598473, - 20.549232482598473, - 20.549232482598473, - 20.549232482598473, - 20.549232482598473, - 20.549232482598473 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2384.885584273714, - 877.7806455924892, - -1054.0146019874028, - -2316.5137802901445, - -2419.9875020437266, - -1428.652098608476, - 443.8106231681613, - 2139.75745910353 - ], - "relative wind speed": [ - 6.199666840907872, - 5.962715342345963, - 5.5754729948537305, - 5.2582298678915365, - 5.220777792062971, - 5.489846576954819, - 5.882728157581928, - 6.167933880057716 - ], - "relative wind angle": [ - 0.024873598469117165, - 0.07642331409115743, - 0.0879308183757874, - 0.04512296738868302, - 0.029538615531698138, - 0.0830206075892222, - 0.08332723238602206, - 0.038464245576568426 - ], - "resistance": [ - 99019.38558427372, - 97512.2806455925, - 95580.4853980126, - 94317.98621970987, - 94214.51249795628, - 95205.84790139153, - 97078.31062316817, - 98774.25745910354 - ], - "fuel": [ - 52.163461350025116, - 51.37795973952785, - 50.38346988359869, - 49.741037328804154, - 49.68864688904852, - 50.19221381209666, - 51.153342237233346, - 52.03512526692114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 29.53125, -48.125 29.6875, -47.96875 29.6875, -47.96875 29.53125, -48.125 29.53125))", @@ -407970,21 +279536,21 @@ ], "ice resistance": 66331.7757450024, "wind resistance": [ - 2765.322083215684, + 2765.322083215673, 805.4088511166483, - -1547.6622811858251, + -1547.6622811858506, -2950.8357100761677, - -2962.095296294159, + -2962.0952962942138, -1589.0536175390262, 757.5267815956649, 2738.4887637083266 ], "relative wind speed": [ - 7.815673404157749, + 7.815673404157748, 7.564809419450482, 7.192115919808928, 6.914263121196677, - 6.911138762275886, + 6.911138762275887, 7.184862434263047, 7.557913624005108, 7.812909524802564 @@ -407992,9 +279558,9 @@ "relative wind angle": [ 0.023447878087278665, 0.059451440136196895, - 0.0629448760126638, + 0.06294487601266734, 0.02753027869725026, - 0.026517430513291924, + 0.026517430513300296, 0.0625993364593407, 0.05989464691429551, 0.024363059069931456 @@ -408002,9 +279568,9 @@ "resistance": [ 69097.09782821807, 67137.18459611904, - 64784.11346381657, + 64784.11346381654, 63380.94003492623, - 63369.68044870823, + 63369.68044870818, 64742.72212746336, 67089.30252659805, 69070.26450871072 @@ -408012,9 +279578,9 @@ "fuel": [ 46.949450904260665, 46.14781834909964, - 45.204260593202775, + 45.20426059320276, 44.651408413769445, - 44.647001752536845, + 44.64700175253683, 45.18784748191459, 46.1284127634429, 46.938379185510385 @@ -408050,51 +279616,51 @@ ], "ice resistance": 64336.87903388292, "wind resistance": [ - 3091.525142366114, + 3091.5251423661575, 1272.315543479046, - -1203.5139639942463, + -1203.5139639942608, -2921.173499603621, - -3139.9938247574064, + -3139.9938247573664, -2007.007891939571, 342.73447833221144, 2570.2599791460234 ], "relative wind speed": [ - 7.853610769722382, + 7.853610769722379, 7.634065910465057, 7.254759789455131, 6.93145854729529, - 6.870688473977381, + 6.87068847397738, 7.113831590881268, 7.500268170275643, 7.800028502247415 ], "relative wind angle": [ - 0.015665744432683395, - 0.05695430971500374, - 0.06780471579679107, + 0.015665744432676307, + 0.056954309715003745, + 0.0678047157967927, 0.03760132168801075, - 0.01790711407087213, - 0.06112439412420207, - 0.06558200335399822, + 0.017907114070865926, + 0.06112439412420208, + 0.0655820033539982, 0.0334125805493072 ], "resistance": [ - 67428.40417624904, + 67428.40417624908, 65609.19457736197, - 63133.36506988868, + 63133.36506988866, 61415.7055342793, - 61196.88520912551, + 61196.885209125554, 62329.87114194335, 64679.61351221513, 66907.13901302894 ], "fuel": [ - 46.2660271911483, + 46.26602719114831, 45.53276419430706, - 44.55462391759853, + 44.554623917598526, 43.88941956124606, - 43.8054645856506, + 43.805464585650626, 44.242085250694906, 45.16283498050128, 46.054663727884524 @@ -408130,9 +279696,9 @@ ], "ice resistance": 74866.74086385012, "wind resistance": [ - 2852.918070641357, + 2852.918070641026, 1249.5743185872125, - -1011.3787839687429, + -1011.3787839687466, -2634.2566982331955, -2880.1423241420634, -1918.0638824244998, @@ -408140,9 +279706,9 @@ 2266.17011270906 ], "relative wind speed": [ - 7.813640615502919, + 7.813640615502918, 7.622402290879115, - 7.278790889938861, + 7.27879088993886, 6.977942062594593, 6.909859741870085, 7.120261556751591, @@ -408150,17 +279716,17 @@ 7.75290048250504 ], "relative wind angle": [ - 0.012333803783095544, - 0.05088594597170114, + 0.01233380378313155, + 0.050885945971701145, 0.062128474627499854, - 0.03603830500977779, - 0.013947112504390149, - 0.05447800196112229, + 0.03603830500977778, + 0.01394711250439015, + 0.054478001961122284, 0.06052673314089764, 0.03243468202535205 ], "resistance": [ - 77719.65893449148, + 77719.65893449115, 76116.31518243733, 73855.36207988138, 72232.48416561693, @@ -408170,7 +279736,7 @@ 77132.91097655919 ], "fuel": [ - 50.64597089062228, + 50.64597089062213, 49.937673471096815, 48.955124171671486, 48.26159200670146, @@ -408210,9 +279776,9 @@ ], "ice resistance": 58387.625698319214, "wind resistance": [ - 2911.1483132235044, + 2911.1483132232715, 1385.9676677632997, - -875.782195487991, + -875.7821954880164, -2576.573850691704, -2888.575106492419, -2026.7072782857722, @@ -408220,7 +279786,7 @@ 2166.489805960191 ], "relative wind speed": [ - 7.818410977814439, + 7.8184109778144375, 7.641134673408647, 7.301439451109836, 6.99093647548409, @@ -408230,19 +279796,19 @@ 7.741281456926175 ], "relative wind angle": [ - 0.009463697157501682, + 0.009463697157525144, 0.049152140563401316, - 0.06262363377128154, - 0.03874403049326963, + 0.06262363377128509, + 0.03874403049326964, 0.01071629223720593, - 0.05289976278072414, - 0.06138040380718466, - 0.03498704339491298 + 0.052899762780724134, + 0.061380403807184666, + 0.03498704339491299 ], "resistance": [ - 61298.774011542715, + 61298.77401154248, 59773.59336608251, - 57511.84350283122, + 57511.843502831194, 55811.05184762751, 55499.050591826795, 56360.91842003344, @@ -408250,9 +279816,9 @@ 60554.115504279405 ], "fuel": [ - 43.84453418065688, + 43.844534180656794, 43.263737448903626, - 42.41838687502821, + 42.4183868750282, 41.795238699331236, 41.68209385173654, 41.99552529335132, @@ -408290,19 +279856,19 @@ ], "ice resistance": 70542.0564959525, "wind resistance": [ - 3308.4037027285813, + 3308.403702728352, 1462.2503128840726, - -1141.5620211613095, + -1141.5620211613204, -3015.6771364943306, - -3304.3887803157013, + -3304.388780315654, -2199.584186552671, - 237.9964741382355, + 237.99647413822458, 2621.1749352243824 ], "relative wind speed": [ - 7.883324790394492, + 7.88332479039449, 7.6651712103248935, - 7.269999262294883, + 7.269999262294882, 6.920853768492632, 6.840556439733017, 7.0841493824190085, @@ -408310,31 +279876,31 @@ 7.812925525765783 ], "relative wind angle": [ - 0.013933930832114177, + 0.013933930832138081, 0.05826854324361034, 0.07178689095402535, 0.042065801624706106, - 0.016058177392142846, + 0.01605817739213593, 0.06305366588150618, - 0.06968291980151847, + 0.06968291980152008, 0.03726040433050983 ], "resistance": [ - 73850.46019868109, + 73850.46019868086, 72004.30680883658, 69400.4944747912, 67526.37935945818, - 67237.66771563681, + 67237.66771563685, 68342.47230939983, 70780.05297009074, 73163.23143117689 ], "fuel": [ - 48.95301461092427, + 48.95301461092417, 48.1648669030632, 47.07482205936272, 46.30586720931125, - 46.18856976001126, + 46.188569760011276, 46.63910604730535, 47.64921010628956, 48.658145601487895 @@ -408357,68 +279923,7 @@ "id": "7097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.815011624674877, - 23.815011624674877, - 23.815011624674877, - 23.815011624674877, - 23.815011624674877, - 23.815011624674877, - 23.815011624674877, - 23.815011624674877 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3173.7157388573614, - 1437.954813208591, - -1029.6007214764868, - -2824.9971770799402, - -3117.009368663257, - -2091.164657855741, - 208.73052872682456, - 2480.7986821098784 - ], - "relative wind speed": [ - 7.168264345851484, - 6.943756148869009, - 6.5287217192889555, - 6.155065945849365, - 6.0641484926161855, - 6.319981108955039, - 6.747866580230333, - 7.090350758231232 - ], - "relative wind angle": [ - 0.015339533857217575, - 0.06747392886794075, - 0.08467124461957916, - 0.050820568289360726, - 0.018132726666987013, - 0.07414520804806048, - 0.0819151755595876, - 0.04411216811073275 - ], - "resistance": [ - 99808.21573885737, - 98072.45481320859, - 95604.89927852352, - 93809.50282292005, - 93517.49063133674, - 94543.33534214426, - 96843.23052872682, - 99115.29868210987 - ], - "fuel": [ - 57.11832847681611, - 56.209295083770606, - 54.936311559177064, - 54.02432704298445, - 53.87713143422977, - 54.39563317148546, - 55.572320346328645, - 56.75409724560845 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 29.375, -47.8125 29.53125, -47.65625 29.53125, -47.65625 29.375, -47.8125 29.375))", @@ -408450,54 +279955,54 @@ ], "ice resistance": 85842.65728831828, "wind resistance": [ - 3247.420909892997, + 3247.4209098928513, 1100.9080984417087, - -1587.108953074032, + -1587.1089530740464, -3286.804534367806, - -3381.8549219848355, + -3381.8549219848646, -1934.4917255124783, 698.8572321542451, - 3021.427977425148 + 3021.4279774251227 ], "relative wind speed": [ - 7.886848280764151, + 7.88684828076415, 7.619027961450515, - 7.1981672058534025, + 7.198167205853402, 6.866396295084823, 6.839908790751324, 7.13702606077804, 7.561290693140048, - 7.863798699638433 + 7.8637986996384335 ], "relative wind angle": [ - 0.023081079144745557, + 0.02308107914475999, 0.06553700063965796, - 0.07280929784055191, - 0.035186496765379875, - 0.02661472587996178, + 0.07280929784055344, + 0.03518649676537987, + 0.026614725879965953, 0.06997007522684567, 0.06930695186102395, - 0.030722121886698546 + 0.030722121886702158 ], "resistance": [ - 89090.07819821128, + 89090.07819821114, 86943.56538675999, - 84255.54833524425, + 84255.54833524424, 82555.85275395047, - 82460.80236633345, + 82460.80236633342, 83908.1655628058, 86541.51452047253, - 88864.08526574343 + 88864.0852657434 ], "fuel": [ - 55.94345677898632, + 55.94345677898624, 54.90655809270953, - 53.632257367063204, + 53.63225736706319, 52.840362804657346, - 52.796395860808786, + 52.79639586080877, 53.46953640867304, 54.71424900283565, - 55.8334806782822 + 55.83348067828219 ] }, { @@ -408530,51 +280035,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 3160.782632390561, + 3160.7826323904264, 1556.5006706222593, - -845.802317876758, + -845.8023178767689, -2678.6109648583733, - -3037.7992551739644, + -3037.7992551740044, -2149.248249201715, - 46.92308300512377, + 46.92308300512741, 2308.980784932006 ], "relative wind speed": [ 6.952182324993838, 6.744166363559094, - 6.331657117912578, + 6.331657117912577, 5.942290566762735, 5.826327932404829, 6.06590111331495, - 6.495310184822926, + 6.495310184822927, 6.853329050617668 ], "relative wind angle": [ - 0.01181579760406269, - 0.06769045453253708, - 0.08903175224625977, + 0.011815797604081482, + 0.06769045453253707, + 0.08903175224626103, 0.05724799782450838, - 0.014099170243330456, - 0.07527293838383053, + 0.01409917024333833, + 0.07527293838383055, 0.08678282412093313, 0.049631073084181146 ], "resistance": [ - 99795.28263239055, + 99795.28263239042, 98191.00067062225, 95788.69768212322, 93955.88903514162, - 93596.70074482603, + 93596.70074482598, 94485.25175079827, 96681.42308300511, 98943.48078493199 ], "fuel": [ - 55.91173392197783, + 55.91173392197776, 55.07124199512758, 53.83057016852449, 52.898455937004776, - 52.71724787561735, + 52.71724787561733, 53.16639097082845, 54.28911179877035, 55.46427783554448 @@ -408610,54 +280115,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2137.02175193358, + 2137.0217519335965, 785.43280611519, -940.7925356667911, -2066.3868566398287, - -2156.4925155741657, + -2156.4925155741603, -1265.737845824473, - 408.8745896220553, - 1923.8828914017959 + 408.87458962206074, + 1923.882891401774 ], "relative wind speed": [ - 5.704126373859044, + 5.704126373859042, 5.4727393368186945, - 5.094380056936667, + 5.094380056936666, 4.7837879385482065, - 4.748038836184111, + 4.7480388361841115, 5.012988592656495, 5.3970568196335345, - 5.674178657556314 + 5.674178657556315 ], "relative wind angle": [ - 0.026645587303485613, + 0.02664558730348145, 0.08151794133362311, - 0.09401595238927617, + 0.09401595238927499, 0.04824658718256265, 0.032012748489553385, 0.08901307644573768, - 0.088729070044795, - 0.04067117778933837 + 0.08872907004479375, + 0.04067117778934383 ], "resistance": [ - 98771.5217519336, + 98771.52175193361, 97419.9328061152, 95693.70746433322, 94568.11314336018, 94478.00748442585, 95368.76215417554, - 97043.37458962206, - 98558.38289140181 + 97043.37458962208, + 98558.3828914018 ], "fuel": [ - 49.897562908273486, + 49.89756290827349, 49.193971597932034, 48.30524226501791, 47.73171389120335, 47.686005815080335, 48.13918759282178, - 48.99915890897341, - 49.78615860261926 + 48.99915890897342, + 49.78615860261925 ] }, { @@ -408690,9 +280195,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2714.770508253154, + 2714.7705082527827, 1556.5355637819775, - -431.05926727158294, + -431.0592672715975, -2107.517654921381, -2540.481789937012, -2017.8501160477026, @@ -408700,9 +280205,9 @@ 1683.9051832115256 ], "relative wind speed": [ - 6.797060083378028, + 6.797060083378027, 6.655177929497225, - 6.319403875648529, + 6.319403875648528, 5.973477794743957, 5.83310577711661, 5.994477084017847, @@ -408710,19 +280215,19 @@ 6.67403265048823 ], "relative wind angle": [ - 0.002070049702907434, + 0.002070049702961067, 0.052729156770267065, - 0.07634373043315978, - 0.05541669675706072, - 0.0024121379484844723, + 0.07634373043316124, + 0.05541669675706073, + 0.0024121379484844728, 0.058547191085826275, 0.07600560110715772, - 0.049594703789300074 + 0.04959470378930007 ], "resistance": [ - 99349.27050825313, + 99349.27050825277, 98191.03556378196, - 96203.4407327284, + 96203.44073272838, 94526.9823450786, 94094.01821006298, 94616.64988395228, @@ -408730,9 +280235,9 @@ 98318.40518321151 ], "fuel": [ - 55.296495888941756, + 55.296495888941564, 54.690651434332096, - 53.662622223063494, + 53.66262222306349, 52.80694836372675, 52.5876602404027, 52.85245046154005, @@ -408770,51 +280275,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2562.6496154826345, + 2562.6496154825436, 1341.08181582597, -578.3077297125637, -2099.892352444478, - -2436.0814214166403, + -2436.0814214166894, -1802.0252583522033, - -75.7635557829617, + -75.76355578296716, 1764.4048203076054 ], "relative wind speed": [ - 6.339979421700539, + 6.339979421700538, 6.170896003373385, 5.814472352356228, 5.466455487714304, - 5.348071444501592, + 5.348071444501593, 5.542314476699245, 5.915160057577873, 6.2381945820820475 ], "relative wind angle": [ - 0.007969330800713402, - 0.06266271729655878, + 0.007969330800727334, + 0.0626627172965588, 0.08540346562883876, - 0.057652297057706164, - 0.009447444858348182, + 0.05765229705770617, + 0.009447444858359931, 0.06978057478127646, - 0.08394627563270632, - 0.05051351754776734 + 0.08394627563270765, + 0.050513517547767346 ], "resistance": [ - 99197.14961548266, + 99197.14961548257, 97975.581815826, 96056.19227028746, 94534.60764755555, - 94198.41857858338, + 94198.41857858334, 94832.47474164782, 96558.73644421707, 98398.90482030764 ], "fuel": [ - 52.89106854351152, + 52.89106854351147, 52.25293162417577, 51.26147497125958, 50.48524482436914, - 50.314901366000136, + 50.314901366000115, 50.636522328719806, 51.51973836881947, 52.47344336237329 @@ -408850,51 +280355,51 @@ ], "ice resistance": 90304.25857355286, "wind resistance": [ - 3040.734812265204, + 3040.7348122647745, 2138.461495697051, - -68.4688433618212, + -68.4688433618503, -2171.268364939253, - -2968.375451760254, + -2968.3754517600646, -2590.2409500649264, -777.3769404949417, 1543.683370306644 ], "relative wind speed": [ - 7.834564905508267, + 7.834564905508266, 7.741232657404664, - 7.4325786469222646, + 7.432578646922263, 7.076265973532226, - 6.888102706695593, + 6.888102706695592, 6.992830835973399, 7.320050601869096, 7.665039205929669 ], "relative wind angle": [ - 0.007196401012058944, + 0.007196401012105227, 0.038086859701514986, - 0.06371481655051238, + 0.06371481655051413, 0.05294835326349832, - 0.008185245798815514, - 0.04216537410847221, + 0.008185245798788387, + 0.0421653741084722, 0.06469563590564964, - 0.048877864037201325 + 0.04887786403720133 ], "resistance": [ - 93344.99338581806, + 93344.99338581762, 92442.7200692499, - 90235.78973019103, + 90235.789730191, 88132.9902086136, - 87335.8831217926, + 87335.8831217928, 87714.01762348793, 89526.88163305791, 91847.9419438595 ], "fuel": [ - 58.049520524056305, + 58.049520524056085, 57.59729244200096, - 56.503924219805825, + 56.50392421980582, 55.479005987932716, - 55.09479145103036, + 55.094791451030446, 55.27676175383117, 56.15655931992556, 57.300840548556096 @@ -408930,9 +280435,9 @@ ], "ice resistance": 83408.01332048667, "wind resistance": [ - 3121.4554738187144, + 3121.455473818274, 1961.1172927466505, - -310.40035216509204, + -310.4003521651175, -2339.07839235738, -2964.2203373571574, -2478.1537039963514, @@ -408940,7 +280445,7 @@ 1763.678652487899 ], "relative wind speed": [ - 7.83999058712622, + 7.839990587126218, 7.719809340101287, 7.395351553627287, 7.044543267946635, @@ -408950,9 +280455,9 @@ 7.694530179919186 ], "relative wind angle": [ - 0.0023871720425654467, + 0.0023871720426119547, 0.042159278407309195, - 0.06479563324436736, + 0.06479563324437079, 0.04996479731653162, 0.0027193577103514018, 0.04638587682887995, @@ -408960,9 +280465,9 @@ 0.045740994103466076 ], "resistance": [ - 86529.46879430539, + 86529.46879430495, 85369.13061323333, - 83097.61296832158, + 83097.61296832155, 81068.9349281293, 80443.79298312952, 80929.85961649031, @@ -408970,9 +280475,9 @@ 85171.69197297457 ], "fuel": [ - 54.708496567981776, + 54.70849656798157, 54.156908216466306, - 53.09160377577818, + 53.09160377577817, 52.156417791705124, 51.87132464990056, 52.09286735698657, @@ -409010,19 +280515,19 @@ ], "ice resistance": 78854.63861169144, "wind resistance": [ - 3123.179856314313, + 3123.1798563135017, 1804.9185552363124, - -489.59361307979634, + -489.59361307980726, -2439.5430264369425, - -2947.8635893594037, + -2947.863589358858, -2365.888504953604, -364.9801593297052, 1909.4815103268193 ], "relative wind speed": [ - 7.838724478797265, + 7.838724478797263, 7.6995443074366365, - 7.3667036727618065, + 7.366703672761806, 7.024182684312173, 6.883522923527931, 7.038856920768459, @@ -409030,31 +280535,31 @@ 7.712933742139821 ], "relative wind angle": [ - 0.0012644472450242083, + 0.0012644472451120113, 0.04478692632479937, 0.0648779219342223, 0.04709854129858128, - 0.0014399101254897947, - 0.048993978299912075, - 0.06470392949610694, + 0.001439910125412691, + 0.04899397829991208, + 0.06470392949610695, 0.04289001893323755 ], "resistance": [ - 81977.81846800575, + 81977.81846800493, 80659.55716692776, - 78365.04499861164, + 78365.04499861163, 76415.09558525449, - 75906.77502233203, + 75906.77502233259, 76488.75010673783, 78489.65845236173, 80764.12012201826 ], "fuel": [ - 52.57350403384145, + 52.57350403384109, 51.96955858664791, - 50.933778538437956, + 50.93377853843795, 50.068938308980805, - 49.84581321094868, + 49.84581321094891, 50.10134839204262, 50.989527991844845, 52.017226722848 @@ -409090,7 +280595,7 @@ ], "ice resistance": 85132.97480280967, "wind resistance": [ - 2984.1349809342937, + 2984.1349809333005, 1911.373045634984, -262.4228132080352, -2225.7020098799476, @@ -409100,7 +280605,7 @@ 1656.5462278995838 ], "relative wind speed": [ - 7.820614755900003, + 7.820614755900001, 7.709233096498775, 7.39955181816143, 7.061595600739299, @@ -409110,17 +280615,17 @@ 7.676544106428158 ], "relative wind angle": [ - 0.0030888159121783615, + 0.003088815912286192, 0.03993760224574241, 0.06213298022588184, 0.04844550362086768, 0.00350007307182784, 0.04382431504085153, 0.06254105416967681, - 0.04456197394652469 + 0.0445619739465247 ], "resistance": [ - 88117.10978374396, + 88117.10978374297, 87044.34784844465, 84870.55198960163, 82907.27279292973, @@ -409130,7 +280635,7 @@ 86789.52103070925 ], "fuel": [ - 55.4713283633659, + 55.47132836336542, 54.95485867508821, 53.92143842772133, 53.003209185562284, @@ -409170,53 +280675,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2698.5249578024486, + 2698.524957801972, 1454.1547095173737, - -563.6716260706162, - -2197.8262663402365, + -563.6716260706271, + -2197.826266340231, -2577.9702922936885, -1959.3151481824534, - -160.5486273654933, + -160.54862736548603, 1792.8729528324366 ], "relative wind speed": [ - 6.989696784663776, + 6.989696784663774, 6.835967412024068, 6.501357923574414, - 6.1710387666108435, + 6.171038766610843, 6.051835132015382, 6.224959369215168, 6.5736530754376545, 6.884682283709312 ], "relative wind angle": [ - 0.0051849310441904935, + 0.005184931044254731, 0.052279110356172456, - 0.07219194597325855, - 0.049600822494387305, - 0.005988456276055971, + 0.07219194597326009, + 0.04960082249438507, + 0.00598845627605597, 0.057415935541347184, - 0.07139664029048258, - 0.04445577818411213 + 0.07139664029048104, + 0.04445577818411212 ], "resistance": [ - 99333.02495780248, + 99333.024957802, 98088.6547095174, - 96070.82837392941, - 94436.67373365979, + 96070.8283739294, + 94436.6737336598, 94056.52970770634, 94675.18485181758, - 96473.95137263453, + 96473.95137263455, 98427.37295283246 ], "fuel": [ - 56.36194858640226, + 56.36194858640201, 55.7113234963815, - 54.66854007871919, + 54.66854007871918, 53.83513605692411, 53.642690703793164, 53.956155235950035, - 54.87565714476655, + 54.87565714476656, 55.887853256054086 ] }, @@ -409250,7 +280755,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2576.7604372783244, + 2576.76043727831, 939.1750909538168, -1170.755048179777, -2549.9561038434767, @@ -409260,9 +280765,9 @@ 2306.223420658982 ], "relative wind speed": [ - 7.127102979797962, + 7.12710297979796, 6.903830305811538, - 6.541983924088882, + 6.54198392408888, 6.248974093253728, 6.214072637820644, 6.46122455431742, @@ -409271,16 +280776,16 @@ ], "relative wind angle": [ 0.02006819490160083, - 0.0614551460205475, - 0.06985529322177964, - 0.0354933080844006, + 0.06145514602054751, + 0.06985529322177804, + 0.035493308084400606, 0.023017291409487484, - 0.06567080344883469, - 0.06693102950421692, + 0.0656708034488347, + 0.06693102950421691, 0.031252818325320134 ], "resistance": [ - 99211.26043727832, + 99211.26043727831, 97573.67509095382, 95463.74495182022, 94084.54389615652, @@ -409330,53 +280835,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3029.7073075175576, + 3029.7073075174812, 1349.0289620102121, - -1034.4874236732649, + -1034.4874236732758, -2757.9748457861133, -3028.796438374444, -2028.6374602448814, - 198.84259202271278, + 198.84259202269823, 2384.6237148531 ], "relative wind speed": [ - 7.660873304603735, + 7.660873304603734, 7.457039218828825, - 7.086014918639044, + 7.086014918639045, 6.757388719865318, 6.680152677984573, 6.906951981824063, - 7.287099022464253, + 7.287099022464254, 7.5928332840259 ], "relative wind angle": [ - 0.01315514787611408, + 0.013155147876122519, 0.05608806268362389, - 0.06926337561158753, - 0.04078317887521737, + 0.06926337561158914, + 0.040783178875217374, 0.015086606890168962, 0.06056032527215627, - 0.06734914865763213, + 0.06734914865763378, 0.036293684791151457 ], "resistance": [ - 99664.20730751759, + 99664.20730751751, 97983.52896201024, 95600.01257632676, 93876.52515421392, 93605.70356162559, 94605.86253975515, - 96833.34259202275, + 96833.34259202273, 99019.12371485314 ], "fuel": [ - 60.16384737835054, + 60.163847378350496, 59.28438959304834, 58.055176919088524, 57.17951986915989, 57.04292766151521, 57.548727332583205, - 58.68858316222511, + 58.6885831622251, 59.82504803125846 ] }, @@ -409410,11 +280915,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2453.1629264593503, + 2453.162926459234, 1037.4149323430975, -917.5987709323235, -2293.6630921494725, - -2483.300896880188, + -2483.3008968801514, -1614.8129550516896, 230.8715635948829, 2001.18282652555 @@ -409430,31 +280935,31 @@ 7.006244397115712 ], "relative wind angle": [ - 0.01438284811373044, + 0.014382848113745881, 0.055004499167547495, 0.06621423191645075, 0.037454145973224766, - 0.0163919770184954, + 0.016391977018488626, 0.059025084459371775, - 0.06422122617775736, + 0.06422122617775737, 0.033417437909573536 ], "resistance": [ - 99087.66292645938, + 99087.66292645926, 97671.91493234312, 95716.9012290677, 94340.83690785055, - 94151.19910311984, + 94151.19910311987, 95019.68704494834, 96865.3715635949, 98635.68282652558 ], "fuel": [ - 56.79034350816008, + 56.79034350816002, 56.05185672058237, 55.044337146024546, 54.3437083282405, - 54.247705878574834, + 54.24770587857485, 54.68846707886553, 55.63447986298091, 56.55376981825519 @@ -409490,51 +280995,51 @@ ], "ice resistance": 71834.8903977327, "wind resistance": [ - 2572.6062013289593, + 2572.6062013289047, 820.7287218339261, - -1345.2387560735879, + -1345.2387560735806, -2685.876163890651, - -2738.7822997113217, + -2738.7822997112853, -1540.4585824357237, - 594.9606041921252, + 594.9606041921361, 2446.3294019467867 ], "relative wind speed": [ - 7.781901512925065, + 7.781901512925063, 7.559485133754856, - 7.219191508648814, + 7.219191508648813, 6.958210632261063, 6.943569029171455, 7.1850766545857905, - 7.526912778901273, + 7.526912778901272, 7.768812445723189 ], "relative wind angle": [ - 0.01980495075324978, + 0.019804950753255387, 0.05365806802937014, - 0.05810822809158645, + 0.058108228091584536, 0.026948142039741003, - 0.022196475017810035, + 0.022196475017805032, 0.05645704676761799, - 0.055730085844192825, - 0.024135781342794167 + 0.05573008584419083, + 0.024135781342794163 ], "resistance": [ - 74407.49659906166, + 74407.4965990616, 72655.61911956663, 70489.65164165912, 69149.01423384206, - 69096.10809802137, + 69096.10809802142, 70294.43181529698, - 72429.85100192482, + 72429.85100192484, 74281.21979967949 ], "fuel": [ - 49.19331155722437, + 49.193311557224334, 48.441473000046884, 47.52771117656069, 46.97087978304525, - 46.94904248325486, + 46.94904248325488, 47.446210936058904, 48.345412695444466, 49.13873648267344 @@ -409570,9 +281075,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2338.2821269041888, + 2338.282126902697, 1374.1231539961827, - -316.2087030892926, + -316.20870308929625, -1764.171061734627, -2153.9908598813563, -1737.5783250731238, @@ -409580,7 +281085,7 @@ 1411.9174410184587 ], "relative wind speed": [ - 5.98654865771581, + 5.986548657715809, 5.854718638655029, 5.53024573140404, 5.188486133882531, @@ -409590,9 +281095,9 @@ 5.861082536099736 ], "relative wind angle": [ - 0.000798432241960384, + 0.0007984322422384848, 0.05757556128186161, - 0.08539330600584719, + 0.0853933060058485, 0.06367289955469196, 0.0009477810462672061, 0.06488851177982106, @@ -409600,9 +281105,9 @@ 0.05635778042849645 ], "resistance": [ - 98972.78212690423, + 98972.78212690275, 98008.62315399623, - 96318.29129691076, + 96318.29129691074, 94870.32893826542, 94480.5091401187, 94896.92167492693, @@ -409610,9 +281115,9 @@ 98046.41744101851 ], "fuel": [ - 51.26260509606763, + 51.26260509606685, 50.75927962832721, - 49.885214057388325, + 49.88521405738832, 49.1449314972794, 48.94696583386704, 49.15845692641697, @@ -409650,54 +281155,54 @@ ], "ice resistance": 69243.60272252827, "wind resistance": [ - 2659.2997567169805, + 2659.2997567168604, 934.4143932184743, -1268.5458060973215, -2688.808884744034, -2790.9290208576604, -1645.2029382228357, 498.8033844159909, - 2415.5990845070774 + 2415.5990845070446 ], "relative wind speed": [ - 7.792461510249065, + 7.792461510249064, 7.576686275933755, - 7.233497480852999, + 7.233497480852997, 6.9607298026648365, 6.932459916324293, 7.167655262094656, 7.513851946548419, - 7.767219418456626 + 7.767219418456627 ], "relative wind angle": [ - 0.018020489208027898, - 0.05326763820519778, - 0.05949170370972004, + 0.01802048920804022, + 0.05326763820519779, + 0.05949170370971818, 0.029429699379605993, 0.020256297650684464, - 0.05631055100328634, + 0.056310551003286344, 0.05726949087113357, - 0.02637319109525498 + 0.026373191095259194 ], "resistance": [ - 71902.90247924525, + 71902.90247924514, 70178.01711574674, 67975.05691643096, 66554.79383778424, 66452.67370167062, 67598.39978430544, 69742.40610694427, - 71659.20180703535 + 71659.20180703532 ], "fuel": [ - 48.12194346741995, + 48.1219434674199, 47.39767770400666, 46.48877098818635, 45.912366913836706, 45.87121140189903, 46.33517592490017, 47.21651908197528, - 48.01894389151599 + 48.01894389151597 ] }, { @@ -409730,17 +281235,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2181.216399498142, + 2181.2163994981365, 1220.326871563273, - -374.6779857002675, + -374.6779857002766, -1693.4547897877273, -2021.9186945698384, -1565.3906521701356, - -158.86375299009705, + -158.8637529901025, 1402.4288811569768 ], "relative wind speed": [ - 5.581190458296259, + 5.581190458296258, 5.435387186970555, 5.101447258333524, 4.759712881821603, @@ -409752,12 +281257,12 @@ "relative wind angle": [ 0.004457794906126133, 0.06536025490771988, - 0.09367386912968373, + 0.0936738691296861, 0.06724382869925762, 0.005377268793905939, 0.0740688766094841, - 0.0927702864157502, - 0.05851931821198093 + 0.09277028641575141, + 0.05851931821198092 ], "resistance": [ 98815.71639949815, @@ -409810,54 +281315,54 @@ ], "ice resistance": 70125.81413128797, "wind resistance": [ - 2750.259359632524, + 2750.2593596323677, 895.1007668232924, - -1408.8050444027504, + -1408.8050444027685, -2844.9892478755573, -2909.577800292969, -1646.5286467895749, - 620.1249169243565, - 2596.2582248642175 + 620.1249169243711, + 2596.258224864254 ], "relative wind speed": [ - 7.809620781605652, + 7.809620781605651, 7.575263344104736, - 7.213706933012083, + 7.213706933012082, 6.934065425494342, 6.916158689364811, 7.17208568245154, 7.535639326133958, - 7.793725966694441 + 7.79372596669444 ], "relative wind angle": [ - 0.02065069438051917, + 0.0206506943805353, 0.05679324222803671, - 0.06198267782548704, + 0.06198267782548884, 0.029125955311515638, 0.023318904729501523, - 0.05998959823363436, - 0.059331515284907425, - 0.025912551606537645 + 0.05998959823363435, + 0.05933151528490556, + 0.02591255160653336 ], "resistance": [ - 72876.0734909205, + 72876.07349092035, 71020.91489811127, - 68717.00908688523, + 68717.0090868852, 67280.82488341242, 67216.236330995, 68479.2854844984, - 70745.93904821233, - 72722.07235615219 + 70745.93904821234, + 72722.07235615223 ], "fuel": [ - 48.53545542331115, + 48.53545542331109, 47.75022067609567, - 46.79287197545345, + 46.79287197545344, 46.206083889917245, 46.17987500713463, 46.69521413191452, - 47.63492116059988, - 48.469783795783165 + 47.63492116059989, + 48.46978379578319 ] }, { @@ -409877,68 +281382,7 @@ "id": "7116", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.892721031844907, - 13.892721031844907, - 13.892721031844907, - 13.892721031844907, - 13.892721031844907, - 13.892721031844907, - 13.892721031844907, - 13.892721031844907 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 796.587336910985, - 1193.8955522282731, - 645.2550202662615, - -238.3939645113387, - -952.8799259831085, - -1120.3718565266208, - -846.4310320634459, - -58.92491956260528 - ], - "relative wind speed": [ - 4.130447737746053, - 4.206801347867845, - 4.094153577294679, - 3.8474804587263414, - 3.6010780421189126, - 3.511578562307802, - 3.6422888497766954, - 3.901955368709565 - ], - "relative wind angle": [ - 0.054856145693252686, - 0.006500885382455564, - 0.06480657092643667, - 0.09047346369351617, - 0.06293014610385857, - 0.007787955396464563, - 0.07285998249241785, - 0.08920698513479305 - ], - "resistance": [ - 97431.08733691099, - 97828.39555222828, - 97279.75502026627, - 96396.10603548866, - 95681.62007401689, - 95514.12814347338, - 95788.06896793656, - 96575.5750804374 - ], - "fuel": [ - 44.2570097001767, - 44.4631459512961, - 44.17864811205356, - 43.722786216988055, - 43.35631754001404, - 43.27068370383492, - 43.41079607070478, - 43.81513660474401 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 28.59375, -49.84375 28.75, -49.6875 28.75, -49.6875 28.59375, -49.84375 28.59375))", @@ -409957,68 +281401,7 @@ "id": "7117", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.74360522979365, - 12.74360522979365, - 12.74360522979365, - 12.74360522979365, - 12.74360522979365, - 12.74360522979365, - 12.74360522979365, - 12.74360522979365 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 946.6259338516802, - 936.3883507427327, - 267.85910781644725, - -519.1435902196436, - -980.9528686440117, - -976.6237321536391, - -503.541381149108, - 285.94061587058604 - ], - "relative wind speed": [ - 3.859260892172474, - 3.8571402345140813, - 3.681722650410242, - 3.4207046126331937, - 3.225199668929423, - 3.2277355451782284, - 3.4264742613611623, - 3.687083873662807 - ], - "relative wind angle": [ - 0.03320840370946296, - 0.03467419265821324, - 0.08627314784603037, - 0.09219596737315508, - 0.03974019779078928, - 0.04143917643303988, - 0.09271772763321227, - 0.08551819735513139 - ], - "resistance": [ - 97581.12593385168, - 97570.88835074274, - 96902.35910781645, - 96115.35640978036, - 95653.54713135598, - 95657.87626784635, - 96130.9586188509, - 96920.44061587058 - ], - "fuel": [ - 43.408208616435594, - 43.40289907679331, - 43.057022584473714, - 42.65198281000724, - 42.41538046807481, - 42.41759476351127, - 42.65999026964789, - 43.06635551949695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 28.4375, -50 28.59375, -49.84375 28.59375, -49.84375 28.4375, -50 28.4375))", @@ -410050,9 +281433,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1016.7821117673748, + 1016.7821117673548, 1362.385882193691, - 654.8663236210077, + 654.8663236210041, -386.78100751974125, -1170.0476629118357, -1315.8185877722517, @@ -410062,7 +281445,7 @@ "relative wind speed": [ 4.502251977604788, 4.563318407386369, - 4.422258091630996, + 4.4222580916309955, 4.148522296250902, 3.893561031139608, 3.821807881862178, @@ -410070,9 +281453,9 @@ 4.268471990134676 ], "relative wind angle": [ - 0.04879864071462306, - 0.013194518385849644, - 0.06897082613056542, + 0.04879864071462989, + 0.013194518385849643, + 0.06897082613056543, 0.08949916478551605, 0.05643502391877456, 0.015754725058747813, @@ -410080,9 +281463,9 @@ 0.08697766595456383 ], "resistance": [ - 97651.28211176737, + 97651.28211176736, 97996.88588219369, - 97289.36632362101, + 97289.366323621, 96247.71899248025, 95464.45233708817, 95318.68141222774, @@ -410090,7 +281473,7 @@ 96677.05882822716 ], "fuel": [ - 45.43064988141492, + 45.43064988141491, 45.61021013347791, 45.24309104529669, 44.70598900784065, @@ -410117,68 +281500,7 @@ "id": "7119", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.13799596915457, - 15.13799596915457, - 15.13799596915457, - 15.13799596915457, - 15.13799596915457, - 15.13799596915457, - 15.13799596915457, - 15.13799596915457 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1027.6172950713517, - 1282.7556112967522, - 562.699839685376, - -441.80775525581976, - -1159.6900282035704, - -1267.239646584986, - -832.5431244097335, - 110.22757108916176 - ], - "relative wind speed": [ - 4.5127719672748965, - 4.557859481333986, - 4.409980727898973, - 4.142884767290525, - 3.9062727886762594, - 3.8535691088377577, - 4.02195821804931, - 4.296578142327551 - ], - "relative wind angle": [ - 0.04311707931632311, - 0.016920123321221104, - 0.06889278116560646, - 0.0851171294842082, - 0.0498167313946749, - 0.020012879108851196, - 0.0755513964172673, - 0.08206541341018239 - ], - "resistance": [ - 97662.11729507135, - 97917.25561129676, - 97197.19983968537, - 96192.69224474418, - 95474.80997179644, - 95367.26035341501, - 95801.95687559027, - 96744.72757108916 - ], - "fuel": [ - 45.47913196251079, - 45.611657756835925, - 45.23826400750673, - 44.72058733130344, - 44.352924554393795, - 44.29800827937138, - 44.52023472768195, - 45.00461604018865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 28.59375, -49.6875 28.75, -49.53125 28.75, -49.53125 28.59375, -49.6875 28.59375))", @@ -410197,68 +281519,7 @@ "id": "7120", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.522090984028138, - 13.522090984028138, - 13.522090984028138, - 13.522090984028138, - 13.522090984028138, - 13.522090984028138, - 13.522090984028138, - 13.522090984028138 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1109.2703838398393, - 979.0822870765778, - 192.02531729629754, - -666.8396407415348, - -1113.6065396843342, - -1058.5763301494299, - -468.31925755188877, - 422.07021202274336 - ], - "relative wind speed": [ - 4.101703734120983, - 4.076249810184383, - 3.8748728275011164, - 3.5997777352561426, - 3.4134455872989684, - 3.443801937528433, - 3.6689160348318572, - 3.9391857733174973 - ], - "relative wind angle": [ - 0.025214228457532996, - 0.04179243851317305, - 0.08896164970077913, - 0.08805002810461496, - 0.030299636802342954, - 0.0494733233655976, - 0.09396992070339844, - 0.08044627551331156 - ], - "resistance": [ - 97743.77038383982, - 97613.58228707656, - 96826.52531729627, - 95967.66035925844, - 95520.89346031564, - 95575.92366985054, - 96166.18074244808, - 97056.57021202272 - ], - "fuel": [ - 44.110833024518755, - 44.04326355655539, - 43.636112987617366, - 43.19444568117063, - 42.9657831509943, - 42.993908394981496, - 43.29628996456627, - 43.75487856154699 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 28.59375, -49.53125 28.75, -49.375 28.75, -49.375 28.59375, -49.53125 28.59375))", @@ -410277,68 +281538,7 @@ "id": "7121", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.550112459567584, - 12.550112459567584, - 12.550112459567584, - 12.550112459567584, - 12.550112459567584, - 12.550112459567584, - 12.550112459567584, - 12.550112459567584 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1064.7476321193271, - 834.8332231770819, - 79.2247838154708, - -684.9384951603761, - -1028.260715682798, - -930.9772852381666, - -335.0588183102909, - 484.80076219378134 - ], - "relative wind speed": [ - 3.83558569091341, - 3.787418933434272, - 3.573213089944159, - 3.3023098380179308, - 3.138124332583006, - 3.1960913224989103, - 3.433903046526059, - 3.695171396947538 - ], - "relative wind angle": [ - 0.01825192649686902, - 0.052074940345758124, - 0.09777139375607496, - 0.08979713360443883, - 0.02230910596788687, - 0.06172092363349765, - 0.10175135703602985, - 0.08022835474733227 - ], - "resistance": [ - 97699.24763211931, - 97469.33322317706, - 96713.72478381546, - 95949.56150483961, - 95606.23928431718, - 95703.52271476181, - 96299.44118168969, - 97119.30076219377 - ], - "fuel": [ - 43.32203489894097, - 43.202786810342275, - 42.81226617322688, - 42.41948486977636, - 42.24372404574059, - 42.293482919072616, - 42.599053972826894, - 43.02161562367603 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 28.4375, -49.6875 28.59375, -49.53125 28.59375, -49.53125 28.4375, -49.6875 28.4375))", @@ -410357,68 +281557,7 @@ "id": "7122", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.748647442361206, - 12.748647442361206, - 12.748647442361206, - 12.748647442361206, - 12.748647442361206, - 12.748647442361206, - 12.748647442361206, - 12.748647442361206 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 976.0205417963425, - 887.8779555182118, - 196.13417049348482, - -573.762587509148, - -988.0008903154803, - -950.738816805434, - -439.3769070102044, - 351.86395422435635 - ], - "relative wind speed": [ - 3.865487146919582, - 3.8472158419356584, - 3.661097871575583, - 3.4012190950465664, - 3.2202720106913962, - 3.2420784955645665, - 3.450870191790417, - 3.7072700701909365 - ], - "relative wind angle": [ - 0.02730910677675735, - 0.039931717946996, - 0.0882717606627414, - 0.0891612153000315, - 0.03278256873261603, - 0.04739015938270688, - 0.09366461722468503, - 0.08178337514569092 - ], - "resistance": [ - 97610.52054179634, - 97522.37795551821, - 96830.63417049349, - 96060.73741249085, - 95646.49910968452, - 95683.76118319457, - 96195.1230929898, - 96986.36395422436 - ], - "fuel": [ - 43.42733148943902, - 43.38162104606429, - 43.023888806392854, - 42.62783377247373, - 42.41565136551106, - 42.434711723841176, - 42.696806386849914, - 43.10426847131332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 28.4375, -49.53125 28.59375, -49.375 28.59375, -49.375 28.4375, -49.53125 28.4375))", @@ -410450,37 +281589,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1072.3940694825014, + 1072.3940694824778, 880.7783331868177, 120.98751427579464, -669.8139692041077, - -1047.50665359106, + -1047.5066535910546, -966.3926464379092, -378.3943887872765, 458.8330714074118 ], "relative wind speed": [ - 3.860108142366081, + 3.8601081423660806, 3.8202786203065346, - 3.6088718735492145, + 3.608871873549214, 3.332977250306383, - 3.157654417045141, + 3.1576544170451406, 3.205727304602561, 3.441984905334564, 3.7097815214896013 ], "relative wind angle": [ - 0.021726795428275842, + 0.021726795428286063, 0.049526519834283196, 0.09750569235781888, 0.0924591564201264, - 0.026561185016164557, + 0.026561185016160376, 0.059031113057967315, - 0.10224947987246039, + 0.1022494798724604, 0.08304515321172595 ], "resistance": [ - 97706.8940694825, + 97706.89406948249, 97515.27833318681, 96755.4875142758, 95964.68603079589, @@ -410530,9 +281669,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 760.8820291702841, + 760.8820291702787, 1259.1069565053358, - 745.7114176663054, + 745.7114176663044, -149.68050018524536, -917.0783352135004, -1127.9360408579323, @@ -410540,9 +281679,9 @@ -131.76972899228804 ], "relative wind speed": [ - 3.795922360325406, + 3.7959223603254055, 3.8991980350429656, - 3.7919811220513733, + 3.791981122051373, 3.5239476367380744, 3.235688554888759, 3.1104600420795596, @@ -410550,17 +281689,17 @@ 3.529943348466749 ], "relative wind angle": [ - 0.07296609185069317, + 0.07296609185069469, 0.0007736910464814463, 0.07417022121127548, 0.11214610621113946, - 0.08562825816919734, + 0.08562825816919735, 0.0009698805767960244, - 0.08682748353621744, - 0.11195482224619391 + 0.08682748353621746, + 0.11195482224619392 ], "resistance": [ - 97395.38202917032, + 97395.3820291703, 97893.60695650536, 97380.21141766633, 96484.81949981478, @@ -410570,7 +281709,7 @@ 96502.73027100773 ], "fuel": [ - 43.215450933422986, + 43.21545093342298, 43.47397336394918, 43.20759359128856, 42.745358547048355, @@ -410610,34 +281749,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 819.4634974557166, + 819.4634974557093, 1018.6541261524399, - 449.7201972955736, + 449.72019729557087, -338.1503593342959, - -900.3580982978665, + -900.3580982978642, -984.7593785341364, -640.5641422421168, 99.02326655014895 ], "relative wind speed": [ - 3.6369868090709896, + 3.6369868090709887, 3.680400807693098, - 3.535344487312444, - 3.271198733843437, + 3.5353444873124436, + 3.2711987338434367, 3.033939434806897, 2.981125867548158, 3.151793283110788, 3.4251599067976173 ], "relative wind angle": [ - 0.05297120605027236, + 0.052971206050274465, 0.021033021512316515, - 0.085536285927828, - 0.10711751706529475, - 0.06351313994761833, + 0.08553628592782929, + 0.10711751706529371, + 0.06351313994761659, 0.025967686467422684, - 0.09597577639401711, - 0.10228531320714465 + 0.09597577639401712, + 0.10228531320714467 ], "resistance": [ 97453.96349745574, @@ -410677,68 +281816,7 @@ "id": "7126", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.292012921301456, - 13.292012921301456, - 13.292012921301456, - 13.292012921301456, - 13.292012921301456, - 13.292012921301456, - 13.292012921301456, - 13.292012921301456 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 958.7708107592016, - 1271.882320649922, - 609.2554154016934, - -355.46603579215207, - -1076.671844596829, - -1209.2824303678253, - -831.097021194485, - 57.740319710301264 - ], - "relative wind speed": [ - 4.0213871407891615, - 4.0830220317410815, - 3.9347718775987492, - 3.6471805137503126, - 3.3774052928831724, - 3.302628065165168, - 3.4779291711818545, - 3.7784249825317024 - ], - "relative wind angle": [ - 0.0570498242651494, - 0.016162237098016785, - 0.0820831689793202, - 0.10720845501020715, - 0.06794313734856408, - 0.019981750068901467, - 0.09289448667488664, - 0.10347095440274875 - ], - "resistance": [ - 97593.27081075922, - 97906.38232064994, - 97243.75541540171, - 96279.03396420786, - 95557.82815540319, - 95425.2175696322, - 95803.40297880553, - 96692.24031971031 - ], - "fuel": [ - 43.84585907601799, - 44.00845128612039, - 43.664793989308535, - 43.16738271269008, - 42.79779053922327, - 42.73004301656135, - 42.92342153522542, - 43.38000829964437 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 28.125, -49.84375 28.28125, -49.6875 28.28125, -49.6875 28.125, -49.84375 28.125))", @@ -410757,68 +281835,7 @@ "id": "7127", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.634666390946323, - 12.634666390946323, - 12.634666390946323, - 12.634666390946323, - 12.634666390946323, - 12.634666390946323, - 12.634666390946323, - 12.634666390946323 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1083.255085610921, - 883.5322994029839, - 116.16081327476695, - -678.9589552204461, - -1055.4070886059453, - -970.8509111708954, - -375.280349973983, - 468.2323641338953 - ], - "relative wind speed": [ - 3.8647478208838604, - 3.823280071077597, - 3.609553665653081, - 3.331827328606667, - 3.1564757519736504, - 3.2065782993597787, - 3.445393624333013, - 3.714638817459099 - ], - "relative wind angle": [ - 0.021347716903576893, - 0.05027841693992965, - 0.09829635057445776, - 0.09281997811063794, - 0.0261388578620672, - 0.05995882549205363, - 0.10299605077863061, - 0.08323099745465064 - ], - "resistance": [ - 97717.75508561094, - 97518.03229940301, - 96750.6608132748, - 95955.54104477959, - 95579.09291139408, - 95663.64908882913, - 96259.21965002605, - 97102.73236413393 - ], - "fuel": [ - 43.395778945967265, - 43.29216516067174, - 42.89544277311836, - 42.48668629154889, - 42.29398176965638, - 42.337220319068294, - 42.642524224777816, - 43.07718774973796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 28.28125, -49.6875 28.4375, -49.53125 28.4375, -49.53125 28.28125, -49.6875 28.28125))", @@ -410850,33 +281867,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1115.2445448414574, + 1115.2445448414492, 1030.7923950567747, - 246.62979358502798, + 246.62979358502434, -632.8815263863826, -1115.3488295487923, -1079.5143126766397, - -504.9372234716975, + -504.9372234716966, 395.05864297853714 ], "relative wind speed": [ - 3.8815677520143352, + 3.881567752014335, 3.8642002307277012, - 3.6542966045451966, + 3.654296604545196, 3.3550787685911363, 3.1414392525136856, 3.1627781091242144, - 3.403134601616694, + 3.4031346016166935, 3.698466607563241 ], "relative wind angle": [ - 0.03253876970344024, + 0.03253876970344365, 0.0446692086809526, - 0.1015087759041595, - 0.10485097322564954, - 0.04020869925252683, + 0.1015087759041606, + 0.10485097322564955, + 0.040208699252526826, 0.054584634098355594, - 0.10902923106832486, + 0.10902923106832384, 0.09508501048788606 ], "resistance": [ @@ -410930,9 +281947,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1332.535546494445, + 1332.5355464943532, 978.6796020578668, - 30.370669905088107, + 30.37066990508265, -891.7318094426337, -1268.6357687481513, -1119.0544577693481, @@ -410942,7 +281959,7 @@ "relative wind speed": [ 4.3029137798942365, 4.236684567573085, - 3.993294106912419, + 3.993294106912418, 3.698534833230658, 3.5321239516196754, 3.611297617435755, @@ -410950,17 +281967,17 @@ 4.160745930021271 ], "relative wind angle": [ - 0.0133767550488819, - 0.05475077725338322, - 0.09667154777699415, + 0.0133767550489151, + 0.05475077725338321, + 0.09667154777699531, 0.08479572085455438, - 0.016296102698836256, + 0.016296102698836253, 0.06424434821418773, 0.09953614260404228, 0.07535689381994706 ], "resistance": [ - 97967.03554649447, + 97967.03554649439, 97613.17960205789, 96664.87066990511, 95742.7681905574, @@ -410970,7 +281987,7 @@ 97289.81922946328 ], "fuel": [ - 44.71291671577707, + 44.71291671577703, 44.529113740668635, 44.03883222867543, 43.56530847846667, @@ -410997,68 +282014,7 @@ "id": "7130", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.994598396842383, - 13.994598396842383, - 13.994598396842383, - 13.994598396842383, - 13.994598396842383, - 13.994598396842383, - 13.994598396842383, - 13.994598396842383 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1303.756885959605, - 742.8469789251576, - -203.93148380528964, - -996.1601614873207, - -1199.705265223356, - -940.9743511011602, - -110.96220220364921, - 821.3321565914794 - ], - "relative wind speed": [ - 4.260492470766632, - 4.150281391610743, - 3.8912395373750566, - 3.622536511237786, - 3.514342092451258, - 3.6438387459770283, - 3.9192666787299637, - 4.168887820628305 - ], - "relative wind angle": [ - 0.00330430932802023, - 0.06600980680585748, - 0.09602380000471725, - 0.07013299672576678, - 0.0040058698545363414, - 0.07520051698264008, - 0.09533502687012853, - 0.06092950130799644 - ], - "resistance": [ - 97938.25688595962, - 97377.34697892517, - 96430.56851619472, - 95638.3398385127, - 95434.79473477666, - 95693.52564889885, - 96523.53779779637, - 97455.8321565915 - ], - "fuel": [ - 44.60659493694778, - 44.315518311365366, - 43.82685620556325, - 43.42052532596824, - 43.31650496679349, - 43.448754229055744, - 43.87469288755213, - 44.35617668963006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 28.125, -49.53125 28.28125, -49.375 28.28125, -49.375 28.125, -49.53125 28.125))", @@ -411077,68 +282033,7 @@ "id": "7131", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.375370788069985, - 15.375370788069985, - 15.375370788069985, - 15.375370788069985, - 15.375370788069985, - 15.375370788069985, - 15.375370788069985, - 15.375370788069985 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1411.5495181344604, - 659.2643403978063, - -427.52557980848997, - -1231.1162243289027, - -1371.296125754846, - -935.6537631976926, - 70.7196075658303, - 1079.2757135211605 - ], - "relative wind speed": [ - 4.649728176964889, - 4.501034645628703, - 4.219347139734175, - 3.9610154473977737, - 3.893261297142512, - 4.064251808923643, - 4.35598041339789, - 4.592146804378669 - ], - "relative wind angle": [ - 0.014750676562711545, - 0.0702599844044957, - 0.08977483596178314, - 0.05531449796431369, - 0.017617028958914076, - 0.0778253205282909, - 0.0869516498687574, - 0.04770599980806707 - ], - "resistance": [ - 98046.04951813446, - 97293.7643403978, - 96206.97442019152, - 95403.3837756711, - 95263.20387424516, - 95698.8462368023, - 96705.21960756583, - 97713.77571352116 - ], - "fuel": [ - 45.90036780509337, - 45.5099456804159, - 44.94964037406791, - 44.53816756576546, - 44.46663559865438, - 44.689177667731364, - 45.20597003560408, - 45.72766417983259 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 28.59375, -49.375 28.75, -49.21875 28.75, -49.21875 28.59375, -49.375 28.59375))", @@ -411157,68 +282052,7 @@ "id": "7132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.014680011427997, - 11.014680011427997, - 11.014680011427997, - 11.014680011427997, - 11.014680011427997, - 11.014680011427997, - 11.014680011427997, - 11.014680011427997 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1079.5141554822849, - 934.0393862140327, - 182.51837650478683, - -621.1980475142868, - -1032.2751331252884, - -970.2229457093522, - -403.0117555267825, - 436.13279426866757 - ], - "relative wind speed": [ - 3.4636612692750077, - 3.4302419002081828, - 3.1983610811681795, - 2.878574709553383, - 2.6598810092306144, - 2.7028423700981117, - 2.9736177908416783, - 3.2841626045403234 - ], - "relative wind angle": [ - 0.03272830877570989, - 0.05957459461950631, - 0.12607645537992462, - 0.12697327230856342, - 0.042623660548022586, - 0.07563492013039254, - 0.13566197773277155, - 0.11122267823716964 - ], - "resistance": [ - 97714.0141554823, - 97568.53938621405, - 96817.0183765048, - 96013.30195248572, - 95602.22486687472, - 95664.27705429067, - 96231.48824447324, - 97070.63279426868 - ], - "fuel": [ - 42.246967405265096, - 42.171484182620524, - 41.78279290948193, - 41.36943144657201, - 41.1589384292127, - 41.19067210730479, - 41.48140970950281, - 41.91372890101536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 28.59375, -49.21875 28.75, -49.0625 28.75, -49.0625 28.59375, -49.21875 28.59375))", @@ -411237,68 +282071,7 @@ "id": "7133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.888005614172627, - 9.888005614172627, - 9.888005614172627, - 9.888005614172627, - 9.888005614172627, - 9.888005614172627, - 9.888005614172627, - 9.888005614172627 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1056.0115155300336, - 828.1078467797897, - 99.45117506868155, - -630.2637329639647, - -961.3606121513831, - -863.7938193521231, - -291.33085937632677, - 494.1379887189155 - ], - "relative wind speed": [ - 3.1753010094524727, - 3.118229053813652, - 2.863372249243297, - 2.5302538022143857, - 2.3207101263378043, - 2.3968478381134526, - 2.6961697560391293, - 3.010987825863194 - ], - "relative wind angle": [ - 0.026649049672740264, - 0.07783519117468153, - 0.14986089056279134, - 0.14360830882625694, - 0.03646620613348393, - 0.10133242546310713, - 0.15923145705572392, - 0.12055726290404281 - ], - "resistance": [ - 97690.51151553004, - 97462.6078467798, - 96733.9511750687, - 96004.23626703605, - 95673.13938784863, - 95770.70618064789, - 96343.1691406237, - 97128.63798871893 - ], - "fuel": [ - 41.539071595963115, - 41.42087295981515, - 41.04426348482171, - 40.66908701647073, - 40.49950995780939, - 40.54943810588478, - 40.8430999325586, - 41.248013895852935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.375 28.4375, -49.375 28.59375, -49.21875 28.59375, -49.21875 28.4375, -49.375 28.4375))", @@ -411317,68 +282090,7 @@ "id": "7134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.60181617505206, - 12.60181617505206, - 12.60181617505206, - 12.60181617505206, - 12.60181617505206, - 12.60181617505206, - 12.60181617505206, - 12.60181617505206 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1164.6682159208312, - 1076.44587980083, - 259.53218802968695, - -655.8247458574369, - -1158.293689192912, - -1120.8149913117022, - -522.4533623993593, - 414.3179534068513 - ], - "relative wind speed": [ - 3.889453450959269, - 3.8713680572703084, - 3.6528633528993293, - 3.340462245014529, - 3.116585238362983, - 3.139022309622557, - 3.390802415388736, - 3.6989544042598723 - ], - "relative wind angle": [ - 0.033900387428776706, - 0.046571249709904686, - 0.10606403611762763, - 0.10998583984258123, - 0.04231171564732231, - 0.05744733075674988, - 0.11429585944596353, - 0.0992892467765652 - ], - "resistance": [ - 97799.16821592083, - 97710.94587980083, - 96894.03218802968, - 95978.67525414257, - 95476.20631080709, - 95513.68500868829, - 96112.04663760064, - 97048.81795340685 - ], - "fuel": [ - 43.413083992950696, - 43.367270275510556, - 42.944424012225674, - 42.47357224422305, - 42.21643198482927, - 42.235579417291476, - 42.54198329935754, - 43.02435266685453 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 28.4375, -49.21875 28.59375, -49.0625 28.59375, -49.0625 28.4375, -49.21875 28.4375))", @@ -411410,9 +282122,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1483.2454488355024, + 1483.2454488354842, 1237.93359343677, - 192.5999202227058, + 192.59992022269944, -904.6002683324286, -1440.124245712993, -1336.0378310658489, @@ -411420,7 +282132,7 @@ 623.6800907989709 ], "relative wind speed": [ - 4.3749327647337894, + 4.374932764733789, 4.330049020908962, 4.073711542189675, 3.733542654128755, @@ -411430,19 +282142,19 @@ 4.187885905170104 ], "relative wind angle": [ - 0.0248262005044911, + 0.024826200504495577, 0.0527347471977243, - 0.1060923642716866, - 0.1024477615422112, + 0.1060923642716887, + 0.10244776154221122, 0.030923545259206552, 0.06401740493931216, 0.11205446430347185, 0.09130032433601357 ], "resistance": [ - 98117.74544883553, + 98117.74544883551, 97872.4335934368, - 96827.09992022274, + 96827.09992022272, 95729.8997316676, 95194.37575428703, 95298.46216893417, @@ -411490,20 +282202,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 962.2777080319215, + 962.2777080319202, 734.1346506324953, - 78.65489456848354, - -563.665186123694, + 78.65489456848127, + -563.6651861236937, -845.5244009275984, -747.4303875832086, - -228.10631208167706, + -228.1063120816766, 470.44134445494274 ], "relative wind speed": [ - 2.8375052436354, + 2.8375052436353996, 2.7738276488837146, - 2.5125922311758324, - 2.1719592130629635, + 2.512592231175832, + 2.171959213062964, 1.9600326803976464, 2.049156970603623, 2.362211759288321, @@ -411512,11 +282224,11 @@ "relative wind angle": [ 0.026942899730564226, 0.09254742081353412, - 0.17560798136670805, - 0.16859478121201577, + 0.1756079813667093, + 0.1685947812120171, 0.039009942064769126, - 0.1254260445041677, - 0.18691527568303845, + 0.12542604450416772, + 0.18691527568303787, 0.13647450834745448 ], "resistance": [ @@ -411570,41 +282282,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1017.7150010453697, + 1017.7150010453684, 507.35322729336895, -227.4599414009449, -780.3091864780304, - -889.8466282371282, + -889.8466282371303, -602.2242348862121, - 69.79608379534147, - 762.9217109567403 + 69.79608379534102, + 762.9217109567417 ], "relative wind speed": [ - 2.909150082310176, + 2.909150082310175, 2.749859109848819, 2.426490745927941, 2.1028741987543693, 2.005748074559725, 2.2191111770226395, - 2.5687199535822134, - 2.8397358405701247 + 2.568719953582214, + 2.8397358405701243 ], "relative wind angle": [ - 0.024858296167389844, + 0.02485829616738984, 0.13520914757396363, - 0.18733122910541922, + 0.18733122910541983, 0.12799056601167666, - 0.03605873529939424, + 0.03605873529939732, 0.1678239540008498, - 0.1768459247785609, - 0.09466201128681187 + 0.17684592477856217, + 0.09466201128680951 ], "resistance": [ 97652.21500104538, 97141.85322729338, 96407.04005859907, 95854.19081352199, - 95744.65337176289, + 95744.65337176288, 96032.27576511381, 96704.29608379536, 97397.42171095675 @@ -411614,7 +282326,7 @@ 40.68425277559773, 40.3053467354352, 40.02159477629476, - 39.9655092638015, + 39.96550926380149, 40.11287337790979, 40.458384663248125, 40.81650745317951 @@ -411650,19 +282362,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1324.0929410823892, + 1324.0929410823865, 1023.5966293863457, 94.76417960711751, -832.7419122594911, - -1243.1219937407927, + -1243.1219937407873, -1115.3241296162223, -379.7073569466702, 620.8095213118331 ], "relative wind speed": [ - 3.9069914644660644, + 3.9069914644660635, 3.8454232348550796, - 3.583470066401292, + 3.5834700664012917, 3.2506105986847165, 3.048844817562466, 3.126140938893332, @@ -411671,10 +282383,10 @@ ], "relative wind angle": [ 0.020658836379767898, - 0.06412384242349699, + 0.064123842423497, 0.12005778403339737, 0.11114722984421128, - 0.02647480934947569, + 0.026474809349471495, 0.07890567090677586, 0.12570526860442033, 0.09653382803759203 @@ -411730,39 +282442,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1164.4515156341254, + 1164.4515156341063, 853.1713130683597, - 49.99680273011609, + 49.99680273011427, -721.7452331599056, -1039.6212850544493, -906.4015247512934, - -258.891612574942, + -258.8916125749424, 589.0028234389724 ], "relative wind speed": [ - 3.2895812811893985, + 3.289581281189398, 3.214159428422572, 2.937129150696593, 2.5898455804408007, 2.386820665017852, 2.487455941557604, - 2.8091867585897976, + 2.809186758589797, 3.1322448438746284 ], "relative wind angle": [ - 0.019692658745460723, - 0.08518137753740922, - 0.15433381269852103, - 0.14143048618348503, + 0.019692658745472, + 0.08518137753740923, + 0.15433381269852245, + 0.14143048618348505, 0.027142537332860452, 0.11015647466305865, - 0.16142314886178627, + 0.16142314886178558, 0.11681552631837148 ], "resistance": [ - 97798.95151563412, + 97798.95151563411, 97487.67131306836, - 96684.49680273012, + 96684.49680273011, 95912.7547668401, 95594.87871494555, 95728.09847524871, @@ -411770,9 +282482,9 @@ 97223.50282343898 ], "fuel": [ - 41.78854879201397, + 41.788548792013955, 41.62703091647957, - 41.21194300969013, + 41.21194300969012, 40.815361027093, 40.65265563462686, 40.720798624646775, @@ -411797,68 +282509,7 @@ "id": "7140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.717416050177436, - 14.717416050177436, - 14.717416050177436, - 14.717416050177436, - 14.717416050177436, - 14.717416050177436, - 14.717416050177436, - 14.717416050177436 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1460.1364537706422, - 908.6653573226704, - -135.08894224977212, - -1057.8863490785207, - -1338.3768049682458, - -1105.6725838052635, - -215.58183619206648, - 840.6990699388452 - ], - "relative wind speed": [ - 4.484700593264091, - 4.385201927000029, - 4.118896288244762, - 3.8268911365628253, - 3.691681379729826, - 3.8093378532367574, - 4.095820331429435, - 4.369891880763652 - ], - "relative wind angle": [ - 0.002584817755006323, - 0.06210750767516081, - 0.09641568567035148, - 0.07547819010070732, - 0.003140070517703518, - 0.07151138411615866, - 0.09696059800413975, - 0.06608465226797275 - ], - "resistance": [ - 98094.6364537707, - 97543.16535732272, - 96499.41105775029, - 95576.61365092154, - 95296.12319503182, - 95528.82741619479, - 96418.91816380799, - 97475.1990699389 - ], - "fuel": [ - 45.32021102024339, - 45.03370195486873, - 44.49453187839566, - 44.02122060856256, - 43.87798242296883, - 43.996796901734996, - 44.45312019079515, - 44.9984693541646 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 28.28125, -49.21875 28.4375, -49.0625 28.4375, -49.0625 28.28125, -49.21875 28.28125))", @@ -411890,9 +282541,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1768.201853393628, + 1768.2018533934988, 1137.021745956663, - -138.7027732978804, + -138.7027732978895, -1290.5494955552313, -1663.4664261579765, -1398.1206001636147, @@ -411900,7 +282551,7 @@ 984.1951471440188 ], "relative wind speed": [ - 5.404703276510551, + 5.40470327651055, 5.310075083927007, 5.044556319817564, 4.751136919208158, @@ -411910,9 +282561,9 @@ 5.281606587485879 ], "relative wind angle": [ - 0.003938968686989457, - 0.05005757479044798, - 0.07878876983901761, + 0.003938968687017643, + 0.05005757479044797, + 0.07878876983902042, 0.0623002417323405, 0.004617374582850074, 0.05633021198749177, @@ -411920,9 +282571,9 @@ 0.05603605605589752 ], "resistance": [ - 98402.70185339364, + 98402.70185339352, 97771.52174595668, - 96495.79722670214, + 96495.79722670213, 95343.95050444479, 94971.03357384204, 95236.3793998364, @@ -411930,9 +282581,9 @@ 97618.69514714403 ], "fuel": [ - 48.81573507979566, + 48.81573507979561, 48.487184383108826, - 47.827652483014795, + 47.82765248301479, 47.237366065044604, 47.04731539103871, 47.18249120322367, @@ -411957,68 +282608,7 @@ "id": "7142", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.69998623133986, - 15.69998623133986, - 15.69998623133986, - 15.69998623133986, - 15.69998623133986, - 15.69998623133986, - 15.69998623133986, - 15.69998623133986 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1420.3012012529725, - 743.7998506552813, - -319.995812328184, - -1163.7639911320512, - -1350.4349636658144, - -999.6528387295184, - -43.10182684517258, - 977.0256848524532 - ], - "relative wind speed": [ - 4.729628317258713, - 4.604157273781774, - 4.339473880452415, - 4.080978276934617, - 3.9929145474922922, - 4.136965844828, - 4.413809810567547, - 4.653855058570134 - ], - "relative wind angle": [ - 0.00788660634486081, - 0.06234332317533583, - 0.08499055869089048, - 0.057395677193508444, - 0.009341765797450873, - 0.06939455896555201, - 0.08355580644002752, - 0.050324036151499475 - ], - "resistance": [ - 98054.80120125297, - 97378.29985065528, - 96314.50418767182, - 95470.73600886794, - 95284.06503633418, - 95634.84716127047, - 96591.39817315483, - 97611.52568485246 - ], - "fuel": [ - 46.21413702942016, - 45.862927896900985, - 45.314097368730856, - 44.88177740442602, - 44.78649101581803, - 44.965655215049004, - 45.456546364595695, - 45.983815933237295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.21875 28.125, -49.21875 28.28125, -49.0625 28.28125, -49.0625 28.125, -49.21875 28.125))", @@ -412037,68 +282627,7 @@ "id": "7143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.216843177352889, - 13.216843177352889, - 13.216843177352889, - 13.216843177352889, - 13.216843177352889, - 13.216843177352889, - 13.216843177352889, - 13.216843177352889 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1151.1449062460697, - 694.8802847897559, - -129.5457489368864, - -846.5662047013029, - -1050.4025120966262, - -858.0225868880016, - -148.84933015227307, - 678.5886179377549 - ], - "relative wind speed": [ - 4.018574049001165, - 3.92660834729876, - 3.690812008876326, - 3.4369498061289554, - 3.3241251107723233, - 3.4322721375637495, - 3.6846508456714084, - 3.9225146487327316 - ], - "relative wind angle": [ - 0.0007700066673457161, - 0.0620109890158497, - 0.09421743499553721, - 0.07213601104008512, - 0.0009308701837182716, - 0.0709562487739576, - 0.0943754464709008, - 0.06319360286675829 - ], - "resistance": [ - 97785.64490624605, - 97329.38028478973, - 96504.95425106309, - 95787.93379529867, - 95584.09748790335, - 95776.47741311196, - 96485.6506698477, - 97313.08861793773 - ], - "fuel": [ - 43.88541500076862, - 43.64881290317889, - 43.22326020622851, - 42.8552045225871, - 42.75092199147112, - 42.849339343862425, - 43.21332637509957, - 43.64037896597154 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 28.28125, -49.0625 28.4375, -48.90625 28.4375, -48.90625 28.28125, -49.0625 28.28125))", @@ -412130,19 +282659,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1451.5651597291226, + 1451.565159729057, 942.9587676762458, - -93.19828694860735, + -93.19828694860462, -1031.413122394766, - -1342.3701567181706, + -1342.370156718206, -1127.6211795282625, -255.2317329228863, 806.1111047266704 ], "relative wind speed": [ - 4.461266246466878, + 4.461266246466877, 4.3691351882364025, - 4.105529265146664, + 4.1055292651466635, 3.8091484132871494, 3.6641751203243, 3.7735571469348024, @@ -412150,31 +282679,31 @@ 4.338140638547839 ], "relative wind angle": [ - 0.00526449679374554, + 0.005264496793766628, 0.06073854246083386, - 0.09723008163418685, + 0.09723008163418456, 0.07842498737775443, - 0.0064097302704654024, + 0.006409730270482724, 0.07033962299186058, - 0.09835355710995958, + 0.09835355710995959, 0.06884566090151933 ], "resistance": [ - 98086.06515972917, + 98086.0651597291, 97577.45876767629, 96541.30171305143, 95603.08687760528, - 95292.12984328187, + 95292.12984328184, 95506.87882047179, 96379.26826707716, 97440.61110472672 ], "fuel": [ - 45.23347129117252, + 45.233471291172485, 44.96920764096045, 44.43381519091855, 43.952476846271196, - 43.7936672739751, + 43.79366727397509, 43.90330377169765, 44.35045214492743, 44.89826814795033 @@ -412210,39 +282739,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1264.7461955319568, + 1264.7461955317713, 750.83594168328, - -136.29147443613965, + -136.29147443614056, -894.1484584543791, -1104.7809760222494, -881.0719026578959, -114.37187878599343, - 769.5000573711404 + 769.5000573711432 ], "relative wind speed": [ - 3.5860052588939832, + 3.586005258893983, 3.4694755719692156, - 3.1763375543282066, + 3.176337554328206, 2.8559073051170114, 2.7149206651470963, 2.8623359674166373, 3.184510586545813, - 3.4747692584454213 + 3.474769258445421 ], "relative wind angle": [ - 0.0011504120493804593, + 0.0011504120494769659, 0.08972820995684073, - 0.13755440265816735, - 0.10702070061459919, + 0.13755440265816737, + 0.1070207006145992, 0.0015195229790152635, 0.10882957642275472, 0.1371991350408047, - 0.08790550094075274 + 0.0879055009407502 ], "resistance": [ - 97899.24619553196, + 97899.24619553177, 97385.33594168328, - 96498.20852556387, + 96498.20852556385, 95740.35154154562, 95529.71902397776, 95753.4280973421, @@ -412250,9 +282779,9 @@ 97404.00005737114 ], "fuel": [ - 42.56074451177744, + 42.56074451177735, 42.294087383037436, - 41.83608822896593, + 41.83608822896592, 41.44714724106605, 41.33942773000861, 41.45384016111794, @@ -412277,68 +282806,7 @@ "id": "7146", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.795171167450098, - 13.795171167450098, - 13.795171167450098, - 13.795171167450098, - 13.795171167450098, - 13.795171167450098, - 13.795171167450098, - 13.795171167450098 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1213.5609715054316, - 654.3403275815836, - -243.2356385740668, - -967.4797135792696, - -1136.6061542923535, - -856.1537602321614, - -55.61084798936554, - 812.6343658298165 - ], - "relative wind speed": [ - 4.18762946593077, - 4.0721065296652625, - 3.8197711203592064, - 3.567712884815213, - 3.4765790675140016, - 3.6112035345111297, - 3.877136977806938, - 4.11026365676603 - ], - "relative wind angle": [ - 0.006878916488371679, - 0.06678916826424189, - 0.09321257542523623, - 0.06480179827405672, - 0.0082858624116576, - 0.07532880447682246, - 0.09182948914612185, - 0.05623830581409154 - ], - "resistance": [ - 97848.06097150545, - 97288.8403275816, - 96391.26436142594, - 95667.02028642074, - 95497.89384570766, - 95778.34623976785, - 96578.88915201066, - 97447.13436582983 - ], - "fuel": [ - 44.391327081979455, - 44.10131300656122, - 43.63825929394014, - 43.26681175682404, - 43.18035194468776, - 43.3237812365017, - 43.73480589597466, - 44.18328685472483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 28.125, -48.90625 28.28125, -48.75 28.28125, -48.75 28.125, -48.90625 28.125))", @@ -412357,68 +282825,7 @@ "id": "7147", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.633387498860987, - 13.633387498860987, - 13.633387498860987, - 13.633387498860987, - 13.633387498860987, - 13.633387498860987, - 13.633387498860987, - 13.633387498860987 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1437.3909070718228, - 670.5408872028802, - -422.40962337991914, - -1225.46503457179, - -1363.819666797228, - -915.9284752948788, - 97.92596686693832, - 1111.369037364544 - ], - "relative wind speed": [ - 4.217666706806537, - 4.04977720060921, - 3.7307746453897526, - 3.4346172936554646, - 3.358203776789092, - 3.5588691576918996, - 3.8919873588517455, - 4.155676732166209 - ], - "relative wind angle": [ - 0.01923554769611043, - 0.08933357588326647, - 0.11546877659915704, - 0.07185240935949991, - 0.024159349389043783, - 0.1016962347195299, - 0.11066581257325396, - 0.05936894443795413 - ], - "resistance": [ - 98071.89090707181, - 97305.04088720286, - 96212.09037662006, - 95409.03496542819, - 95270.68033320276, - 95718.57152470511, - 96732.42596686693, - 97745.86903736452 - ], - "fuel": [ - 44.37305796197409, - 43.97502399526817, - 43.41150920203667, - 43.00029436887799, - 42.92969043351077, - 43.158512320428414, - 43.67923489164954, - 44.20356871953662 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 27.96875, -49.6875 28.125, -49.53125 28.125, -49.53125 27.96875, -49.6875 27.96875))", @@ -412437,68 +282844,7 @@ "id": "7148", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.253909581355767, - 13.253909581355767, - 13.253909581355767, - 13.253909581355767, - 13.253909581355767, - 13.253909581355767, - 13.253909581355767, - 13.253909581355767 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1050.715200583605, - 452.29421239935346, - -371.48243970622843, - -953.4317598001926, - -1035.9014062660326, - -669.9006231407948, - 106.59193617209985, - 855.3752730826245 - ], - "relative wind speed": [ - 4.011680006320173, - 3.871153669580242, - 3.620300355565586, - 3.39950746199597, - 3.3532050285927393, - 3.514502767588052, - 3.7723978809744265, - 3.9725192828635048 - ], - "relative wind angle": [ - 0.019033700220631746, - 0.07416627255367561, - 0.09108765551633805, - 0.052639914503176975, - 0.022771975741826843, - 0.0817086635227208, - 0.08740555555642693, - 0.04504135286538635 - ], - "resistance": [ - 97685.2152005836, - 97086.79421239934, - 96263.01756029375, - 95681.06824019979, - 95598.59859373396, - 95964.59937685919, - 96741.09193617209, - 97489.87527308261 - ], - "fuel": [ - 43.86295528265857, - 43.5530180130325, - 43.12854312093864, - 42.83019882122497, - 42.788021572258415, - 42.975397526258284, - 43.37457736384346, - 43.76163733123121 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 27.96875, -49.53125 28.125, -49.375 28.125, -49.375 27.96875, -49.53125 27.96875))", @@ -412517,68 +282863,7 @@ "id": "7149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.189316668300291, - 15.189316668300291, - 15.189316668300291, - 15.189316668300291, - 15.189316668300291, - 15.189316668300291, - 15.189316668300291, - 15.189316668300291 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1204.0465945006708, - 433.1835076577163, - -549.1883524912437, - -1185.5360577883857, - -1233.268312850104, - -722.7011956551032, - 232.26783987113322, - 1090.7957042611615 - ], - "relative wind speed": [ - 4.556491086566486, - 4.391196309815029, - 4.124244544265246, - 3.9081442978471648, - 3.8848436536286997, - 4.070751307039757, - 4.340993915475736, - 4.536521727304269 - ], - "relative wind angle": [ - 0.02386226470714085, - 0.07166315429010342, - 0.08154426262432578, - 0.04112250677836378, - 0.027988790209992294, - 0.07731525155756112, - 0.07746431121914506, - 0.03542383684526395 - ], - "resistance": [ - 97838.5465945007, - 97067.68350765774, - 96085.31164750879, - 95448.96394221165, - 95401.23168714992, - 95911.79880434493, - 96866.76783987116, - 97725.2957042612 - ], - "fuel": [ - 45.61836968418109, - 45.21892781723141, - 44.713091855895165, - 44.38734466867231, - 44.36297121861344, - 44.62412099964804, - 45.11518162955761, - 45.559547357936324 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 27.8125, -49.6875 27.96875, -49.53125 27.96875, -49.53125 27.8125, -49.6875 27.8125))", @@ -412597,68 +282882,7 @@ "id": "7150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.081699991664104, - 13.081699991664104, - 13.081699991664104, - 13.081699991664104, - 13.081699991664104, - 13.081699991664104, - 13.081699991664104, - 13.081699991664104 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1028.5057065739757, - 702.3050432077735, - -35.1808657528436, - -723.385568268176, - -972.7323989747001, - -835.2616821478623, - -223.85563969597024, - 543.2792694656218 - ], - "relative wind speed": [ - 3.9532358465967796, - 3.886544540113082, - 3.6782157918785185, - 3.4385137448323513, - 3.3146394209180663, - 3.3925918833893056, - 3.617407460861617, - 3.8459759978607257 - ], - "relative wind angle": [ - 0.007720671054259361, - 0.05256550811895844, - 0.08692040059273806, - 0.07200252363167513, - 0.009208169515284735, - 0.06022758726943522, - 0.08838531045043829, - 0.06436303053855995 - ], - "resistance": [ - 97663.00570657404, - 97336.80504320783, - 96599.31913424721, - 95911.11443173188, - 95661.76760102536, - 95799.2383178522, - 96410.64436030408, - 97177.77926946568 - ], - "fuel": [ - 43.71427511120836, - 43.545189335844555, - 43.16437377514801, - 42.81083103283114, - 42.68317216780821, - 42.75352485990102, - 43.067272905650945, - 43.462902055576016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 27.8125, -49.53125 27.96875, -49.375 27.96875, -49.375 27.8125, -49.53125 27.8125))", @@ -412677,68 +282901,7 @@ "id": "7151", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.045151408647824, - 13.045151408647824, - 13.045151408647824, - 13.045151408647824, - 13.045151408647824, - 13.045151408647824, - 13.045151408647824, - 13.045151408647824 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1080.9335952611, - 484.7201691705577, - -352.9587536380013, - -957.4236112517046, - -1052.6543695929695, - -696.6369012836203, - 86.47783393148165, - 855.5863273471168 - ], - "relative wind speed": [ - 3.9663466183849874, - 3.826241071204113, - 3.5687202109937863, - 3.3368220668290385, - 3.2823835139980067, - 3.4446808698587343, - 3.710819732321201, - 3.9206588125546844 - ], - "relative wind angle": [ - 0.01799377798842522, - 0.07647534482590661, - 0.09599361263275286, - 0.057391950195673114, - 0.021743751990006523, - 0.08496577792093062, - 0.09230701404755819, - 0.0488381491373169 - ], - "resistance": [ - 97715.43359526114, - 97119.2201691706, - 96281.54124636205, - 95677.07638874833, - 95581.84563040707, - 95937.86309871642, - 96720.97783393152, - 97490.08632734716 - ], - "fuel": [ - 43.71263078602672, - 43.40376737884314, - 42.97204953110011, - 42.66214598949361, - 42.61344603193497, - 42.79568217101244, - 43.198198080246996, - 43.59573601710856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 27.96875, -49.0625 28.125, -48.90625 28.125, -48.90625 27.96875, -49.0625 27.96875))", @@ -412757,68 +282920,7 @@ "id": "7152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.594886104396958, - 10.594886104396958, - 10.594886104396958, - 10.594886104396958, - 10.594886104396958, - 10.594886104396958, - 10.594886104396958, - 10.594886104396958 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 954.0301333608959, - 435.9172531972654, - -289.005320772123, - -813.9725836664879, - -899.337294457112, - -591.2610159825599, - 84.89965745442805, - 753.3982443675059 - ], - "relative wind speed": [ - 3.3100900851509008, - 3.164263138911067, - 2.891159755652232, - 2.638972347331107, - 2.5779114255049516, - 2.7549523548134087, - 3.040315601522347, - 3.2616174882387745 - ], - "relative wind angle": [ - 0.02270630071865755, - 0.09879067681307051, - 0.12700679839564427, - 0.07806737810040643, - 0.02915697229585274, - 0.11352750901058467, - 0.12074467235799691, - 0.06314206807224343 - ], - "resistance": [ - 97588.53013336092, - 97070.41725319729, - 96345.49467922791, - 95820.52741633354, - 95735.16270554291, - 96043.23898401747, - 96719.39965745446, - 97387.89824436753 - ], - "fuel": [ - 41.91286458842717, - 41.64462989370541, - 41.27100329041136, - 41.001654855478975, - 40.95795315200376, - 41.1157977137285, - 41.46347050577455, - 41.80887598513973 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 27.96875, -48.90625 28.125, -48.75 28.125, -48.75 27.96875, -48.90625 27.96875))", @@ -412837,68 +282939,7 @@ "id": "7153", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.68977502000376, - 16.68977502000376, - 16.68977502000376, - 16.68977502000376, - 16.68977502000376, - 16.68977502000376, - 16.68977502000376, - 16.68977502000376 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1559.1701718045715, - 389.30325155598985, - -944.3115018097415, - -1690.1269474969204, - -1650.4234548508457, - -801.1716061740462, - 555.1834248899031, - 1653.0740880703797 - ], - "relative wind speed": [ - 5.043309255412819, - 4.805446482919746, - 4.464237854964119, - 4.218893357674322, - 4.2366467409835575, - 4.504645152885344, - 4.843007766659532, - 5.058169895346604 - ], - "relative wind angle": [ - 0.03770297544288685, - 0.08748380197239224, - 0.09054735308391847, - 0.03580301723072312, - 0.04488610462835421, - 0.09334209129438649, - 0.08344848751795304, - 0.029860461562457686 - ], - "resistance": [ - 98193.67017180452, - 97023.80325155595, - 95690.18849819021, - 94944.37305250304, - 94984.07654514912, - 95833.32839382591, - 97189.68342488987, - 98287.57408807034 - ], - "fuel": [ - 47.27212638079689, - 46.665253319667045, - 45.97964711996418, - 45.599111709083026, - 45.61931735546847, - 46.05291774658609, - 46.75099445691758, - 47.321060200273465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 27.8125, -49.0625 27.96875, -48.90625 27.96875, -48.90625 27.8125, -49.0625 27.8125))", @@ -412917,68 +282958,7 @@ "id": "7154", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.385243931006634, - 12.385243931006634, - 12.385243931006634, - 12.385243931006634, - 12.385243931006634, - 12.385243931006634, - 12.385243931006634, - 12.385243931006634 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1116.729628434734, - 441.6821447418706, - -440.25134382559463, - -1033.4880144424737, - -1095.7423360398639, - -662.3700126334415, - 183.97823533699102, - 970.0431994517485 - ], - "relative wind speed": [ - 3.816183250152276, - 3.6452776797621147, - 3.354258023034392, - 3.1057198184993893, - 3.0678829269287147, - 3.2691146950683163, - 3.567087518830018, - 3.785454353319242 - ], - "relative wind angle": [ - 0.028053541238862178, - 0.09351315095037441, - 0.11183242111326766, - 0.0608939063370447, - 0.034898705838140115, - 0.10431045909052566, - 0.10513447695033115, - 0.049949399056098354 - ], - "resistance": [ - 97751.22962843477, - 97076.1821447419, - 96194.24865617443, - 95601.01198555756, - 95538.75766396016, - 95972.12998736658, - 96818.47823533702, - 97604.54319945177 - ], - "fuel": [ - 43.22532074560566, - 42.87562710599684, - 42.42131546444821, - 42.11734881261372, - 42.08552644133011, - 42.30735141870066, - 42.74257643202259, - 43.149188840475546 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 27.8125, -48.90625 27.96875, -48.75 27.96875, -48.75 27.8125, -48.90625 27.8125))", @@ -412997,68 +282977,7 @@ "id": "7155", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.096711722232534, - 16.096711722232534, - 16.096711722232534, - 16.096711722232534, - 16.096711722232534, - 16.096711722232534, - 16.096711722232534, - 16.096711722232534 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1509.6406378426673, - 348.5884345402974, - -950.8731724390836, - -1658.1876070804883, - -1601.6978305352568, - -747.8727028978747, - 583.9198231258852, - 1643.086600187844 - ], - "relative wind speed": [ - 4.881512763070964, - 4.635638958204259, - 4.288698648882993, - 4.044038670377819, - 4.070297524879627, - 4.348257150427611, - 4.690794463215704, - 4.903288695309987 - ], - "relative wind angle": [ - 0.04136717003583151, - 0.0928608416520162, - 0.09481506344531297, - 0.03570310276344988, - 0.04961790569621808, - 0.09901763790111724, - 0.08666612189945218, - 0.029444506555882745 - ], - "resistance": [ - 98144.14063784268, - 96983.08843454032, - 95683.62682756093, - 94976.31239291953, - 95032.80216946476, - 95886.62729710214, - 97218.4198231259, - 98277.58660018786 - ], - "fuel": [ - 46.647975563812075, - 46.04587011442347, - 45.37793621488956, - 45.01701167503933, - 45.04576856710936, - 45.48186599809082, - 46.16750436704725, - 46.71750017244349 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 28.28125, -48.75 28.4375, -48.59375 28.4375, -48.59375 28.28125, -48.75 28.28125))", @@ -413090,19 +283009,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1396.9513671182976, + 1396.9513671182576, 726.8218556615966, - -279.68134395525703, + -279.6813439552584, -1061.2287939065277, -1232.128133351976, -871.8769417422395, - 36.88475900078447, + 36.88475900078356, 997.894794492503 ], "relative wind speed": [ - 3.544599040419793, + 3.5445990404197922, 3.376794053167236, - 3.0219336679951847, + 3.0219336679951843, 2.6612659205955054, 2.540514036345728, 2.759647776204233, @@ -413110,17 +283029,17 @@ 3.4548600009394788 ], "relative wind angle": [ - 0.01748845920631734, + 0.017488459206336383, 0.11840760338911234, 0.16694268605752124, 0.11722103013788734, 0.024401584456844753, 0.1450572096469609, - 0.1603908845765503, + 0.16039088457655098, 0.09021058747359006 ], "resistance": [ - 98031.45136711831, + 98031.45136711828, 97361.3218556616, 96354.81865604475, 95573.27120609349, @@ -413130,7 +283049,7 @@ 97632.39479449252 ], "fuel": [ - 42.370307856319705, + 42.3703078563197, 42.0224569770516, 41.50314091835031, 41.10249315959982, @@ -413170,39 +283089,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1387.6697875554955, + 1387.66978755547, 716.9663336587791, - -287.8438433843744, + -287.84384338437667, -1065.6547612175468, - -1233.2671434419049, + -1233.2671434418967, -870.6731683339272, - 38.32261275046221, + 38.32261275046312, 995.8944532046216 ], "relative wind speed": [ - 3.5883711237384412, + 3.588371123738441, 3.4219811578518575, - 3.0729152975162575, + 3.0729152975162566, 2.720851191491568, - 2.6048986961555713, + 2.604898696155571, 2.8199201219573102, 3.196732099066709, 3.501267389485097 ], "relative wind angle": [ - 0.017469832581395242, + 0.01746983258140795, 0.11483736625921631, 0.16074773819851346, 0.11176309994674981, - 0.02406661950097189, + 0.02406661950096266, 0.1395014052115198, - 0.15447057357275587, + 0.15447057357275515, 0.08677980607540459 ], "resistance": [ - 98022.1697875555, + 98022.16978755547, 97351.46633365878, - 96346.65615661563, + 96346.65615661562, 95568.84523878245, 95401.2328565581, 95763.82683166607, @@ -413210,9 +283129,9 @@ 97630.39445320462 ], "fuel": [ - 42.49334087004902, + 42.493340870049, 42.14521594911056, - 41.62680710766568, + 41.62680710766566, 41.22809303936375, 41.14246799418827, 41.32783122565378, @@ -413250,9 +283169,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1730.256335506955, + 1730.256335506917, 755.7899007473889, - -574.3126722677107, + -574.3126722677125, -1514.116484275568, -1649.2660955501078, -1053.3046685019535, @@ -413262,7 +283181,7 @@ "relative wind speed": [ 4.512407539193023, 4.308474542264349, - 3.938819827169923, + 3.9388198271699224, 3.605790704412107, 3.535118127440891, 3.780995780662447, @@ -413270,17 +283189,17 @@ 4.456136821362475 ], "relative wind angle": [ - 0.02521382952561053, - 0.09906163919722001, - 0.12442985403374844, + 0.02521382952562374, + 0.09906163919722002, + 0.12442985403374845, 0.07362084831196775, 0.032186382550307174, 0.11293691609366384, 0.11764944541215475, - 0.059553483854067606 + 0.05955348385406761 ], "resistance": [ - 98364.75633550694, + 98364.7563355069, 97390.28990074738, 96060.18732773227, 95120.38351572442, @@ -413290,7 +283209,7 @@ 98047.03064762332 ], "fuel": [ - 45.249191897713445, + 45.24919189771343, 44.742708977041005, 44.057085804472514, 43.57661751858307, @@ -413330,21 +283249,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1681.0523877094192, + 1681.0523877094138, 781.9266695395127, - -489.63889754709544, - -1419.8439210815359, - -1578.1561808200368, + -489.63889754709726, + -1419.8439210815404, + -1578.1561808200377, -1050.1458520570668, - 130.986192563214, + 130.98619256321672, 1308.970181450266 ], "relative wind speed": [ - 4.379324335155974, + 4.379324335155973, 4.189181607538517, - 3.8281085828381767, - 3.49138231933977, - 3.405732711249895, + 3.8281085828381762, + 3.4913823193397704, + 3.4057327112498945, 3.637066729113981, 4.015355726578599, 4.3113508826316265 @@ -413352,15 +283271,15 @@ "relative wind angle": [ 0.02154703329573387, 0.0982770143189318, - 0.12754704919869705, - 0.07959434003559472, - 0.027708052302160318, - 0.11325552159841257, - 0.12156896834007277, + 0.12754704919869708, + 0.07959434003559752, + 0.027708052302160315, + 0.11325552159841258, + 0.12156896834007186, 0.06443296422029907 ], "resistance": [ - 98315.55238770945, + 98315.55238770944, 97416.42666953953, 96144.86110245294, 95214.65607891849, @@ -413370,7 +283289,7 @@ 97943.47018145029 ], "fuel": [ - 44.81522923387267, + 44.81522923387266, 44.34794354703398, 43.692232080511886, 43.216361412952914, @@ -413410,7 +283329,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3098.85307334326, + 3098.8530733432526, 1657.6841323282824, -664.1346120523885, -2535.4922785582603, @@ -413420,7 +283339,7 @@ 2075.079645689024 ], "relative wind speed": [ - 7.483485217155916, + 7.483485217155915, 7.316556019495237, 6.956377374564831, 6.6023895590646084, @@ -413431,8 +283350,8 @@ ], "relative wind angle": [ 0.005575072796536966, - 0.052718841496777205, - 0.07244550439195677, + 0.05271884149677721, + 0.07244550439195678, 0.04947798303726455, 0.00644194429878773, 0.05788260933722988, @@ -413490,51 +283409,51 @@ ], "ice resistance": 92383.81294154115, "wind resistance": [ - 3465.0691235364393, + 3465.069123535337, 2188.81400586362, - -322.47619222306093, + -322.4761922230646, -2569.780344744766, - -3270.9325959569396, + -3270.932595956474, -2735.388606836321, -602.3773088911003, 1953.6271933738826 ], "relative wind speed": [ - 7.891215088957908, + 7.891215088957907, 7.760003554738086, - 7.4024103013606615, + 7.402410301360661, 7.012949836815308, - 6.831086762041373, + 6.831086762041372, 6.979782715900697, 7.357944255092138, 7.730042465410264 ], "relative wind angle": [ - 0.002824738764468148, - 0.046286074284511536, - 0.07166863611013746, + 0.0028247387645860588, + 0.04628607428451153, + 0.07166863611013745, 0.05572230285655685, - 0.0032631163755625584, + 0.0032631163754945113, 0.05146441137933654, 0.072102498896341, 0.05054848034632283 ], "resistance": [ - 95848.88206507759, + 95848.8820650765, 94572.62694740477, 92061.33674931808, 89814.03259679639, - 89112.88034558421, + 89112.88034558468, 89648.42433470483, 91781.43563265006, 94337.44013491503 ], "fuel": [ - 59.32036141738641, + 59.32036141738584, 58.669687091783715, 57.40705029409036, 56.2970379404941, - 55.95456365986737, + 55.9545636598676, 56.2159824093838, 57.2677740094778, 58.55044294449942 @@ -413570,50 +283489,50 @@ ], "ice resistance": 46756.28229548022, "wind resistance": [ - 3283.1414470606032, + 3283.141447060505, 1527.5692890507926, - -1026.9972139001038, - -2919.5316972326364, + -1026.9972139001402, + -2919.5316972326546, -3248.9898903150606, -2235.7590244145504, 129.02353804550876, 2498.5360440350523 ], "relative wind speed": [ - 7.876521108021224, + 7.8765211080212225, 7.6721192211297335, - 7.287298511320818, - 6.938421768609366, + 7.2872985113208175, + 6.938421768609367, 6.846869066759321, 7.075152820909327, 7.470908993512832, 7.795992826018838 ], "relative wind angle": [ - 0.01168430304317553, - 0.055964247873508746, - 0.0707114942724185, - 0.04310539926052037, - 0.013441521356399951, + 0.011684303043185032, + 0.05596424787350874, + 0.07071149427242165, + 0.04310539926052295, + 0.01344152135639995, 0.06069181389394435, - 0.06897084138636846, - 0.038361268454641474 + 0.06897084138636847, + 0.03836126845464148 ], "resistance": [ - 50039.42374254082, + 50039.42374254072, 48283.85158453101, - 45729.285081580114, - 43836.750598247585, + 45729.28508158008, + 43836.75059824756, 43507.29240516516, 44520.52327106567, 46885.30583352572, 49254.818339515274 ], "fuel": [ - 39.760829149177816, + 39.76082914917778, 39.166603113276985, - 38.322418846398904, - 37.712668966190776, + 38.3224188463989, + 37.71266896619076, 37.60788384470041, 37.931433829493784, 38.70143047116037, @@ -413650,21 +283569,21 @@ ], "ice resistance": 64908.71752819672, "wind resistance": [ - 3209.118073616064, + 3209.118073616057, 2817.0580676302707, - 513.818859865587, + 513.8188598655943, -2000.5366810640626, - -3295.6104941248705, + -3295.610494124896, -3130.8394483799348, -1397.2135638888467, 1211.9777984622524 ], "relative wind speed": [ - 7.876018037779003, + 7.8760180377790014, 7.835906101389632, - 7.530769813964765, + 7.530769813964764, 7.121206405720207, - 6.849375016067366, + 6.849375016067367, 6.895228336491313, 7.227247349525623, 7.631121645556277 @@ -413672,9 +283591,9 @@ "relative wind angle": [ 0.019316811681151666, 0.032609383653058086, - 0.06823077347551708, + 0.06823077347551545, 0.06613577213635684, - 0.022212626176552334, + 0.022212626176557334, 0.037060016355531085, 0.07110099940002677, 0.061710727422237995 @@ -413682,9 +283601,9 @@ "resistance": [ 68117.83560181278, 67725.775595827, - 65422.536388062304, + 65422.53638806232, 62908.18084713266, - 61613.10703407185, + 61613.10703407183, 61777.878079816786, 63511.50396430788, 66120.69532665897 @@ -413692,9 +283611,9 @@ "fuel": [ 46.54713195418734, 46.38705877199601, - 45.458225076429486, + 45.4582250764295, 44.4667907031297, - 43.965309624208786, + 43.96530962420878, 44.02876609286431, 44.70254163510998, 45.7376886728147 @@ -413730,9 +283649,9 @@ ], "ice resistance": 61253.81715644891, "wind resistance": [ - 3210.0246946449006, + 3210.024694644806, 1045.7713724866226, - -1628.8737164703816, + -1628.8737164703853, -3291.9118699900973, -3362.1166195069345, -1885.4814273585216, @@ -413740,9 +283659,9 @@ 3043.098197716601 ], "relative wind speed": [ - 7.882597002469826, + 7.882597002469824, 7.610901630816821, - 7.190584452576591, + 7.19058445257659, 6.8640908447676905, 6.844528693601327, 7.14542405367995, @@ -413750,17 +283669,17 @@ 7.865568346639328 ], "relative wind angle": [ - 0.024017500765260703, - 0.06587311595933383, + 0.02401750076526995, + 0.06587311595933382, 0.07226934720843471, 0.03399177937109084, 0.02766095804463202, - 0.0701711582584928, + 0.07017115825849281, 0.06865718792547773, 0.02966243941648067 ], "resistance": [ - 64463.841851093806, + 64463.84185109372, 62299.588528935536, 59624.943439978524, 57961.905286458816, @@ -413770,7 +283689,7 @@ 64296.91535416551 ], "fuel": [ - 45.07742788403634, + 45.077427884036304, 44.23035306199719, 43.20759370878634, 42.585084739273405, @@ -413810,19 +283729,19 @@ ], "ice resistance": 62263.649762082176, "wind resistance": [ - 3254.6183823542706, + 3254.618382354256, 1220.7638645151528, - -1427.3622053531217, + -1427.3622053531435, -3180.669310449124, -3342.545395571189, -2019.6420337036543, - 535.3409812515129, + 535.3409812515274, 2869.5617917197706 ], "relative wind speed": [ - 7.883444478136686, + 7.883444478136684, 7.633889771274033, - 7.223643448928292, + 7.22364344892829, 6.887195770163524, 6.842123315968346, 7.119485604369121, @@ -413830,33 +283749,33 @@ 7.844098592841826 ], "relative wind angle": [ - 0.019823903352676288, + 0.019823903352676284, 0.06275440764457345, - 0.07215620040809166, - 0.03743270036078927, - 0.022841446685740955, + 0.0721562004080932, + 0.037432700360789266, + 0.02284144668574096, 0.06729522649961696, - 0.06916601903201161, + 0.06916601903201001, 0.032864520190142986 ], "resistance": [ - 65518.26814443644, + 65518.26814443643, 63484.41362659733, - 60836.287556729054, + 60836.28755672903, 59082.98045163305, 58921.10436651099, 60244.00772837852, - 62798.99074333369, + 62798.99074333371, 65133.21155380194 ], "fuel": [ 45.496437906884324, 44.69192693340245, - 43.667502517134736, + 43.667502517134714, 43.00359553169216, 42.94287636334605, 43.44195053820074, - 44.42426897899014, + 44.424268978990156, 45.342943810077934 ] }, @@ -413890,54 +283809,54 @@ ], "ice resistance": 66506.18724366037, "wind resistance": [ - 3423.548419755818, + 3423.5484197556943, 1415.1385625758776, - -1314.2611099637907, + -1314.2611099638016, -3208.8931059294955, -3451.501603983019, -2200.9927489985166, 388.8619591401766, - 2846.6781758335565 + 2846.678175833531 ], "relative wind speed": [ - 7.90473322589253, + 7.904733225892529, 7.663769504868954, - 7.245778980794958, + 7.245778980794957, 6.88761989200926, 6.820014755709165, 7.089714071587141, 7.516388468013747, - 7.845897071961778 + 7.845897071961779 ], "relative wind angle": [ - 0.01716419898893824, + 0.017164198988951176, 0.06260877307632114, - 0.07493464066144608, + 0.07493464066144756, 0.04177359412896523, 0.019894488060081476, 0.06768568074946488, - 0.07223200905340607, - 0.03666903001807473 + 0.07223200905340608, + 0.03666903001807776 ], "resistance": [ - 69929.73566341618, + 69929.73566341607, 67921.32580623624, - 65191.92613369659, + 65191.92613369657, 63297.294137730874, 63054.68563967735, 64305.19449466186, 66895.04920280055, - 69352.86541949393 + 69352.8654194939 ], "fuel": [ - 47.29433775174173, + 47.29433775174168, 46.46682797446761, 45.36631339920442, 44.61868320659222, 44.523913521880516, 45.01474234071167, 46.04977352852855, - 47.05511786624385 + 47.05511786624383 ] }, { @@ -413970,51 +283889,51 @@ ], "ice resistance": 75547.09991758819, "wind resistance": [ - 3414.1612861320864, + 3414.1612861320064, 1473.911505622862, -1223.8048287003949, -3139.9165188034385, - -3417.2473505056623, + -3417.2473505057424, -2238.2592717403277, 299.89071469479677, 2754.508761428846 ], "relative wind speed": [ - 7.900876435997068, + 7.900876435997067, 7.670523933212961, - 7.259772634022328, + 7.259772634022327, 6.90060496656205, - 6.823369288101047, + 6.8233692881010475, 7.081333171705839, 7.501860982515927, 7.833509302614855 ], "relative wind angle": [ - 0.015361952204614268, + 0.015361952204621493, 0.06089769707597004, - 0.07428925949648703, - 0.04279019714791697, - 0.01778806158866178, + 0.07428925949648704, + 0.04279019714791698, + 0.01778806158867426, 0.0659716700369755, - 0.07188770479129221, + 0.07188770479129222, 0.037691670492370294 ], "resistance": [ - 78961.26120372028, + 78961.26120372019, 77021.01142321105, 74323.2950888878, 72407.18339878475, - 72129.85256708253, + 72129.85256708245, 73308.84064584786, 75846.99063228298, 78301.60867901704 ], "fuel": [ - 51.20103633791267, + 51.20103633791264, 50.33615852988679, 49.1569142453898, 48.33577851230571, - 48.21806217451474, + 48.21806217451471, 48.72047536701467, 49.81963430368589, 50.9054206501043 @@ -414050,21 +283969,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2091.532825775288, + 2091.5328257752844, 829.4283977597443, - -829.2944374459021, + -829.2944374459039, -1949.207972445658, - -2069.8325388268568, + -2069.832538826862, -1262.308665755707, - 327.38933738956257, + 327.3893373895571, 1806.6810347969822 ], "relative wind speed": [ - 5.419993847202185, + 5.419993847202184, 5.195634727222202, - 4.813703014553131, + 4.8137030145531305, 4.488549442212667, - 4.437616875673888, + 4.437616875673889, 4.698314231749287, 5.088913452462846, 5.37788998992984 @@ -414072,11 +283991,11 @@ "relative wind angle": [ 0.025517273185082682, 0.0858013265279603, - 0.10225834502235664, - 0.05565386006912977, - 0.03116782076366447, + 0.10225834502235666, + 0.05565386006912978, + 0.031167820763668037, 0.09490951545706756, - 0.0967103674921704, + 0.09671036749217155, 0.04644311187078867 ], "resistance": [ @@ -414130,10 +284049,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1576.0222573941355, + 1576.0222573941192, 334.0560536826815, - -1014.9490612793525, - -1722.5353679404352, + -1014.949061279357, + -1722.5353679404388, -1635.3022983960855, -707.3132993912959, 691.4989357153736, @@ -414142,25 +284061,25 @@ "relative wind speed": [ 4.500832618871676, 4.210837748757214, - 3.8056454721335373, - 3.5235783684548725, + 3.805645472133537, + 3.523578368454873, 3.569337658786453, 3.907238287994693, 4.3028744027638, 4.536745647144803 ], "relative wind angle": [ - 0.055637156255265774, + 0.055637156255271755, 0.1206856519901945, - 0.12293202169877997, - 0.04343526456733203, + 0.12293202169878088, + 0.04343526456733458, 0.07017826240466193, 0.13011446990689846, - 0.10866641095678982, - 0.033730887342891216 + 0.1086664109567898, + 0.03373088734289121 ], "resistance": [ - 98210.52225739413, + 98210.52225739411, 96968.55605368268, 95619.55093872064, 94911.96463205956, @@ -414170,7 +284089,7 @@ 98415.22826074887 ], "fuel": [ - 45.18494884093197, + 45.184948840931966, 44.54076271310993, 43.84756034048509, 43.48666613856828, @@ -414197,68 +284116,7 @@ "id": "7170", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.861128385289799, - 15.861128385289799, - 15.861128385289799, - 15.861128385289799, - 15.861128385289799, - 15.861128385289799, - 15.861128385289799, - 15.861128385289799 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1833.6493184664341, - 613.0490641593879, - -876.9159881046335, - -1802.404106688402, - -1838.2909830586104, - -1004.5372890367253, - 464.92494237862047, - 1749.1953275710148 - ], - "relative wind speed": [ - 4.895104572793018, - 4.646299178810056, - 4.253996902283948, - 3.9411375538718754, - 3.92405847772626, - 4.215707254563989, - 4.611268162940973, - 4.8813644093281185 - ], - "relative wind angle": [ - 0.036722609199313624, - 0.10147777988920273, - 0.11447934986895301, - 0.05496714082448832, - 0.04581570412246621, - 0.11188413729978987, - 0.10557522226647086, - 0.0443718271649912 - ], - "resistance": [ - 98468.14931846646, - 97247.54906415942, - 95757.5840118954, - 94832.09589331163, - 94796.20901694142, - 95629.9627109633, - 97099.42494237865, - 98383.69532757104 - ], - "fuel": [ - 46.585642479432565, - 45.951319855167874, - 45.184527492699914, - 44.712395458068194, - 44.69415217969136, - 45.11923282859702, - 45.87471978460035, - 46.541574833310705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 27.8125, -48.59375 27.96875, -48.4375 27.96875, -48.4375 27.8125, -48.59375 27.8125))", @@ -414277,68 +284135,7 @@ "id": "7171", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.232132433339718, - 15.232132433339718, - 15.232132433339718, - 15.232132433339718, - 15.232132433339718, - 15.232132433339718, - 15.232132433339718, - 15.232132433339718 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1660.0479143223201, - 293.84608657448734, - -1152.053494534598, - -1874.7655056131607, - -1749.3881733848502, - -709.0163410996402, - 808.4811034393624, - 1954.4808681521026 - ], - "relative wind speed": [ - 4.71086630845729, - 4.403008665546068, - 3.9856848384179875, - 3.7068286292634935, - 3.7693160356202458, - 4.1247447731548395, - 4.529273796244484, - 4.76019183077893 - ], - "relative wind angle": [ - 0.05808688618986346, - 0.11997285729047963, - 0.11864421594306514, - 0.037833284609523364, - 0.07261960044437667, - 0.12810961379255156, - 0.10434941736890263, - 0.029458545980015603 - ], - "resistance": [ - 98294.54791432233, - 96928.3460865745, - 95482.44650546541, - 94759.73449438685, - 94885.11182661516, - 95925.48365890037, - 97442.98110343938, - 98588.98086815211 - ], - "fuel": [ - 45.89556123224316, - 45.18682488817521, - 44.44430913696849, - 44.076089333273885, - 44.13982940422722, - 44.67099626647031, - 45.45298364803447, - 46.04921214806821 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 27.96875, -48.4375 28.125, -48.28125 28.125, -48.28125 27.96875, -48.4375 27.96875))", @@ -414370,33 +284167,33 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 1746.219933698192, + 1746.2199336981812, 357.8430487418191, - -1155.757420754161, - -1947.733528953634, - -1851.718812385734, + -1155.7574207541647, + -1947.7335289536222, + -1851.7188123857368, -813.0023397604018, 755.4845601005436, 1972.4932691830545 ], "relative wind speed": [ - 5.0734802997213455, + 5.073480299721345, 4.787159085093812, 4.3914156677724385, - 4.119576225216218, - 4.163089162717174, + 4.119576225216217, + 4.163089162717175, 4.489389894228117, 4.877189986174059, 5.108875165144189 ], "relative wind angle": [ - 0.0481263895902807, + 0.048126389590283, 0.10356853654506983, - 0.10398958181500705, - 0.03635649283794017, - 0.05866174772185723, + 0.10398958181500811, + 0.03635649283793406, + 0.05866174772185913, 0.11046515366660202, - 0.09360003623304035, + 0.09360003623304033, 0.02931404540721998 ], "resistance": [ @@ -414450,17 +284247,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2964.6527989707065, + 2964.652798970652, 1100.5161367146247, - -1307.2678052035626, + -1307.2678052035808, -2890.619784098795, -3028.3108681196554, -1808.565526453891, - 520.1305386287095, + 520.1305386287204, 2637.7648140056954 ], "relative wind speed": [ - 7.213549019129909, + 7.213549019129907, 6.96260453814354, 6.551526094135366, 6.214776358237654, @@ -414470,19 +284267,19 @@ 7.177108322444463 ], "relative wind angle": [ - 0.022218875146813515, + 0.022218875146818515, 0.06921280583242867, - 0.07956215009514651, + 0.07956215009514932, 0.04102175819635336, - 0.02596731918823349, - 0.07467476640442455, - 0.07585458234104843, - 0.035518922658069024 + 0.025967319188233487, + 0.07467476640442457, + 0.07585458234104696, + 0.03551892265806903 ], "resistance": [ - 99599.1527989707, + 99599.15279897064, 97735.0161367146, - 95327.23219479642, + 95327.23219479641, 93743.88021590118, 93606.18913188032, 94825.93447354609, @@ -414490,7 +284287,7 @@ 99272.26481400568 ], "fuel": [ - 57.41931646910771, + 57.41931646910768, 56.4449469794294, 55.20555444540831, 54.40229072778348, @@ -414517,68 +284314,7 @@ "id": "7174", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.67647150705146, - 18.67647150705146, - 18.67647150705146, - 18.67647150705146, - 18.67647150705146, - 18.67647150705146, - 18.67647150705146, - 18.67647150705146 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1613.7763700255364, - -65.48721086426667, - -1633.0218557652806, - -2205.467405213956, - -1892.1810679621376, - -501.9547445062726, - 1245.1379223975073, - 2355.3795231467466 - ], - "relative wind speed": [ - 5.5929185204404925, - 5.262211215383547, - 4.878510806209794, - 4.6783581054696235, - 4.803423696333624, - 5.16359854243891, - 5.52754458113907, - 5.6979454384692305 - ], - "relative wind angle": [ - 0.05822475685750973, - 0.09703488732330291, - 0.08116463747920895, - 0.010590208611109602, - 0.06780828018452956, - 0.09889403458447724, - 0.07161701984519057, - 0.008695149338257406 - ], - "resistance": [ - 98248.27637002552, - 96569.01278913571, - 95001.4781442347, - 94429.03259478603, - 94742.31893203784, - 96132.54525549371, - 97879.6379223975, - 98989.87952314674 - ], - "fuel": [ - 49.47381789263786, - 48.603943611974756, - 47.801415044563555, - 47.51062006247804, - 47.669614437616644, - 48.37956743368558, - 49.28196081413195, - 49.861315519411285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 27.8125, -48.28125 27.96875, -48.125 27.96875, -48.125 27.8125, -48.28125 27.8125))", @@ -414610,19 +284346,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1960.9031614992145, + 1960.9031614991964, 117.9645612111417, - -1711.563651792194, + -1711.5636517922103, -2495.675513270393, - -2232.677279409916, + -2232.677279409909, -760.3691684832975, 1219.9402207129624, 2583.778760470139 ], "relative wind speed": [ - 6.093914707096623, + 6.093914707096622, 5.767837200817252, - 5.366072906273567, + 5.366072906273566, 5.131911743955054, 5.228123680372022, 5.585796961893962, @@ -414630,19 +284366,19 @@ 6.1751563159883975 ], "relative wind angle": [ - 0.04994873249322393, + 0.04994873249322615, 0.09057207982602256, - 0.0808782917474519, + 0.08087829174745464, 0.017812436830625722, - 0.05822906807104022, + 0.05822906807103831, 0.09353230970692068, - 0.07264723511451116, + 0.07264723511451114, 0.014802922164938774 ], "resistance": [ - 98595.40316149923, + 98595.40316149921, 96752.46456121115, - 94922.93634820782, + 94922.9363482078, 94138.82448672962, 94401.8227205901, 95874.13083151671, @@ -414650,9 +284386,9 @@ 99218.27876047016 ], "fuel": [ - 51.687406649871505, + 51.68740664987149, 50.73092791032144, - 49.79390975329659, + 49.793909753296575, 49.39612895900757, 49.529293258706815, 50.27952274813042, @@ -414677,68 +284413,7 @@ "id": "7176", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.68833056539406, - 17.68833056539406, - 17.68833056539406, - 17.68833056539406, - 17.68833056539406, - 17.68833056539406, - 17.68833056539406, - 17.68833056539406 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1610.2807540642352, - 74.85564833973149, - -1429.9766839214208, - -2058.580905641582, - -1825.205194839813, - -590.5081353799233, - 1047.9501733842808, - 2161.901320312023 - ], - "relative wind speed": [ - 5.330721284420469, - 5.018061132996323, - 4.635297334769197, - 4.415447446837338, - 4.5141026540778455, - 4.859297752683788, - 5.2256799368127815, - 5.4127198364541 - ], - "relative wind angle": [ - 0.05559639127161846, - 0.09954586055726765, - 0.0883629621409912, - 0.018071550092202814, - 0.06566736140862085, - 0.10280955465477774, - 0.07835816666007289, - 0.014741669439744936 - ], - "resistance": [ - 98244.78075406424, - 96709.35564833973, - 95204.52331607859, - 94575.91909435843, - 94809.29480516019, - 96043.99186462008, - 97682.45017338428, - 98796.40132031203 - ], - "fuel": [ - 48.358570879135456, - 47.562815346529334, - 46.791426986724055, - 46.47169486423258, - 46.59022705805573, - 47.22070567276624, - 48.06611711196683, - 48.64659789295614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 27.65625, -48.59375 27.8125, -48.4375 27.8125, -48.4375 27.65625, -48.59375 27.65625))", @@ -414757,68 +284432,7 @@ "id": "7177", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.132529543378993, - 18.132529543378993, - 18.132529543378993, - 18.132529543378993, - 18.132529543378993, - 18.132529543378993, - 18.132529543378993, - 18.132529543378993 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1387.0266510778638, - -392.74625910052237, - -1869.0226149601822, - -2243.269427083367, - -1738.3271714376897, - -172.8864972295196, - 1573.057336336893, - 2457.773830614391 - ], - "relative wind speed": [ - 5.415881040085112, - 5.0401736477956485, - 4.650468509127884, - 4.4960545716877585, - 4.689737127310004, - 5.091370283498302, - 5.449637089681583, - 5.577714142193814 - ], - "relative wind angle": [ - 0.07404160969566682, - 0.10751221855598783, - 0.07840028536766683, - 0.005726267377019426, - 0.08553212151967746, - 0.10642700037141586, - 0.06688452172377518, - 0.004615790749225347 - ], - "resistance": [ - 98021.52665107786, - 96241.75374089948, - 94765.47738503982, - 94391.23057291663, - 94896.17282856231, - 96461.61350277049, - 98207.55733633689, - 99092.27383061439 - ], - "fuel": [ - 48.73488062108727, - 47.814776059939945, - 47.060515949790485, - 46.87059402654593, - 47.12696375973806, - 47.927800769312896, - 48.831734903024824, - 49.29411269605215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 27.5, -48.75 27.65625, -48.59375 27.65625, -48.59375 27.5, -48.75 27.5))", @@ -414837,68 +284451,7 @@ "id": "7178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.885068987795766, - 22.885068987795766, - 22.885068987795766, - 22.885068987795766, - 22.885068987795766, - 22.885068987795766, - 22.885068987795766, - 22.885068987795766 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 943.8064161152215, - -991.6924332603339, - -2303.4850758484263, - -2447.962991850436, - -1520.9378535676988, - 331.39070916979836, - 2055.0463310126033, - 2398.8824411040296 - ], - "relative wind speed": [ - 6.596002747153878, - 6.250717426269064, - 5.961879694005612, - 5.915337118587043, - 6.143036717839347, - 6.494049893103698, - 6.760188079586799, - 6.800951340117811 - ], - "relative wind angle": [ - 0.060590322787928995, - 0.07091352518660195, - 0.038072725671609894, - 0.020619264972681236, - 0.06506413848937848, - 0.0682521762735508, - 0.03357492653210724, - 0.017933931999135413 - ], - "resistance": [ - 97578.30641611523, - 95642.80756673966, - 94331.01492415158, - 94186.53700814956, - 95113.5621464323, - 96965.89070916979, - 98689.5463310126, - 99033.38244110403 - ], - "fuel": [ - 54.58812056491854, - 53.5912619053626, - 52.92356208382208, - 52.850414566819445, - 53.32110649533432, - 54.27119465120856, - 55.166752283455175, - 55.34672139433758 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 27.5, -48.59375 27.65625, -48.4375 27.65625, -48.4375 27.5, -48.59375 27.5))", @@ -414917,68 +284470,7 @@ "id": "7179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.856187080897694, - 22.856187080897694, - 22.856187080897694, - 22.856187080897694, - 22.856187080897694, - 22.856187080897694, - 22.856187080897694, - 22.856187080897694 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 806.6715931144245, - -1279.2953726122269, - -2568.9758966465342, - -2617.05645914454, - -1454.6048673624118, - 603.7318426355087, - 2389.5258512422515, - 2503.7365826933456 - ], - "relative wind speed": [ - 6.573471527485951, - 6.19282119213093, - 5.897900123367843, - 5.882338378218145, - 6.156984497769817, - 6.539721072854741, - 6.806890638406344, - 6.820343190235243 - ], - "relative wind angle": [ - 0.06923368830770615, - 0.07583447042919199, - 0.03540602320091174, - 0.029571336350698335, - 0.07392525412070994, - 0.0718047035851349, - 0.030676313361132437, - 0.025503425037607677 - ], - "resistance": [ - 97441.17159311446, - 95355.20462738781, - 94065.5241033535, - 94017.44354085549, - 95179.89513263761, - 97238.23184263553, - 99024.02585124227, - 99138.23658269338 - ], - "fuel": [ - 54.475567785542864, - 53.40286048261797, - 52.74774282304586, - 52.72343905972318, - 53.31344523135945, - 54.37049515400422, - 55.30035412033526, - 55.36022712940671 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 27.96875, -48.125 28.125, -47.96875 28.125, -47.96875 27.96875, -48.125 27.96875))", @@ -415010,17 +284502,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3082.3612574525832, + 3082.3612574525723, 678.9172247943825, -2016.0842071190345, -3473.518441700722, -3354.4987652860145, -1582.2327471380813, - 1181.1596238810016, + 1181.159623880987, 3365.0545696776426 ], "relative wind speed": [ - 7.787553544888539, + 7.787553544888538, 7.469895591959494, 7.028431620634629, 6.72263658114324, @@ -415030,23 +284522,23 @@ 7.816629667076063 ], "relative wind angle": [ - 0.03311797979755792, + 0.033117979797557914, 0.0733156796310877, 0.07347568646770553, - 0.027150362243022797, + 0.027150362243022794, 0.03817528057659515, 0.07707820897696473, - 0.0684564893572962, + 0.06845648935729784, 0.023349728383836418 ], "resistance": [ - 99716.8612574526, + 99716.86125745259, 97313.4172247944, 94618.41579288099, 93160.98155829929, 93280.001234714, 95052.26725286193, - 97815.65962388102, + 97815.659623881, 99999.55456967765 ], "fuel": [ @@ -415056,7 +284548,7 @@ 57.39534756458687, 57.45514603273222, 58.35181311171834, - 59.77325390407556, + 59.773253904075546, 60.91671309694294 ] }, @@ -415077,68 +284569,7 @@ "id": "7181", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 60276.777697277124, - "wind resistance": [ - 3033.8901060331154, - 690.7606078062017, - -1957.2805871207274, - -3405.4600024284664, - -3303.480625822929, - -1584.6903340261197, - 1121.9975390572872, - 3276.327869435263 - ], - "relative wind speed": [ - 7.866252172009894, - 7.560760702463728, - 7.133693812393697, - 6.835750860853382, - 6.864175841338732, - 7.19928682680089, - 7.622679699783044, - 7.890965934713625 - ], - "relative wind angle": [ - 0.03115836513330807, - 0.06986039467757028, - 0.07033250790416616, - 0.026510969349341204, - 0.035708873742606534, - 0.07337421936003764, - 0.0658140103851285, - 0.022965133057886344 - ], - "resistance": [ - 63310.667803310236, - 60967.538305083326, - 58319.4971101564, - 56871.31769484866, - 56973.297071454195, - 58692.087363251005, - 61398.77523633441, - 63553.10556671239 - ], - "fuel": [ - 44.62391370486358, - 43.71766210415164, - 42.71807010029299, - 42.18244292862231, - 42.219905848335095, - 42.85713942145939, - 43.88291754041685, - 44.71884754605658 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 27.8125, -48.125 27.96875, -47.96875 27.96875, -47.96875 27.8125, -48.125 27.8125))", @@ -415157,68 +284588,7 @@ "id": "7182", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.992670112645577, - 25.992670112645577, - 25.992670112645577, - 25.992670112645577, - 25.992670112645577, - 25.992670112645577, - 25.992670112645577, - 25.992670112645577 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2111.1665201692704, - -490.779373697198, - -2726.2774654107343, - -3328.343106611308, - -2697.713426002145, - -442.5345444857994, - 2151.7417661848303, - 3585.3880302925318 - ], - "relative wind speed": [ - 7.6196989270193605, - 7.237539082175661, - 6.836467957580203, - 6.665759818924978, - 6.842320815608161, - 7.24535671420701, - 7.624950606207483, - 7.774626159406633 - ], - "relative wind angle": [ - 0.051838331752634366, - 0.07668034011244274, - 0.05697124381676291, - 0.0005881285492715691, - 0.05773406867237149, - 0.07659744088766887, - 0.051074523570123126, - 0.0005042459293645522 - ], - "resistance": [ - 98745.6665201693, - 96143.72062630283, - 93908.2225345893, - 93306.15689338872, - 93936.78657399789, - 96191.96545551423, - 98786.24176618486, - 100219.88803029255 - ], - "fuel": [ - 59.978555118258626, - 58.630373722816735, - 57.492184762831926, - 57.188825570589934, - 57.506610667738286, - 58.65514224642815, - 59.999778406018066, - 60.75359364534137 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 27.8125, -47.96875 27.96875, -47.8125 27.96875, -47.8125 27.8125, -47.96875 27.8125))", @@ -415237,68 +284607,7 @@ "id": "7183", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 59159.94164515282, - "wind resistance": [ - 1954.090030774365, - -716.8243155668533, - -2893.571544110251, - -3409.48029113777, - -2607.7539106450313, - -233.9442418695362, - 2360.05231611849, - 3588.3594476086437 - ], - "relative wind speed": [ - 7.734677721762139, - 7.3433349254845215, - 6.953826306623849, - 6.810345362259897, - 7.011187223056021, - 7.42006859189501, - 7.786288296330523, - 7.912090860386569 - ], - "relative wind angle": [ - 0.053905078672424694, - 0.07508827103429036, - 0.052128141216041736, - 0.005649394488776821, - 0.05947385001824958, - 0.074310315516999, - 0.04655065042614567, - 0.004862718996420366 - ], - "resistance": [ - 61114.03167592719, - 58443.11732958597, - 56266.37010104257, - 55750.46135401505, - 56552.187734507796, - 58925.99740328328, - 61519.99396127131, - 62748.30109276147 - ], - "fuel": [ - 43.773722605180765, - 42.7641540875529, - 41.961006369742506, - 41.77323768287392, - 42.06545808078536, - 42.94471029566617, - 43.92949468164596, - 44.40454406913985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 27.96875, -47.8125 28.125, -47.65625 28.125, -47.65625 27.96875, -47.8125 27.96875))", @@ -415330,19 +284639,19 @@ ], "ice resistance": 40932.89867432687, "wind resistance": [ - 3110.7383390474824, + 3110.7383390473587, 891.9432697726152, - -1749.9532149667575, + -1749.9532149667612, -3312.1746439054878, - -3312.047472343951, + -3312.0474723439256, -1749.488279216901, 892.4813567782694, 3111.040742330435 ], "relative wind speed": [ - 7.871585910593093, + 7.871585910593092, 7.588365360530476, - 7.168788829078388, + 7.168788829078387, 6.856649654045164, 6.8566850835639395, 7.16887063895821, @@ -415350,27 +284659,27 @@ 7.871616771966116 ], "relative wind angle": [ - 0.02672279047532373, + 0.026722790475336197, 0.06695394729066974, 0.07087442106008862, 0.03066789241432535, - 0.030679359099078048, + 0.030679359099074426, 0.07087822593820867, 0.06694890566926479, 0.02671256053326397 ], "resistance": [ - 44043.63701337435, + 44043.63701337423, 41824.841944099484, 39182.94545936011, 37620.72403042138, - 37620.85120198292, + 37620.85120198294, 39183.41039510997, 41825.38003110514, 44043.939416657304 ], "fuel": [ - 37.778676230992644, + 37.77867623099261, 37.07907341360105, 36.26995533912272, 35.803722462650775, @@ -415410,39 +284719,39 @@ ], "ice resistance": 74030.05645708309, "wind resistance": [ - 2875.333156697274, + 2875.3331566972192, 705.8367702392243, - -1788.7803743187433, + -1788.7803743187578, -3187.9729054956297, - -3123.1534636504766, + -3123.153463650484, -1551.228065904339, 980.7088022999451, 3029.6176198220783 ], "relative wind speed": [ - 7.838445150290617, + 7.838445150290616, 7.556672913707193, 7.156581452334515, 6.872379375841184, - 6.890405770739433, + 6.890405770739432, 7.198305948957559, 7.596200101080497, 7.854254628802563 ], "relative wind angle": [ - 0.028104350707948648, - 0.06503267794293734, - 0.06631385321744607, + 0.0281043507079526, + 0.06503267794293732, + 0.06631385321744775, 0.02613395623192212, 0.03197241955870514, 0.06827524357164445, - 0.06247088415353173, + 0.06247088415353174, 0.02286629060205172 ], "resistance": [ - 76905.38961378037, + 76905.38961378031, 74735.89322732232, - 72241.27608276435, + 72241.27608276434, 70842.08355158746, 70906.90299343261, 72478.82839117874, @@ -415450,7 +284759,7 @@ 77059.67407690517 ], "fuel": [ - 50.285061678070896, + 50.285061678070875, 49.335517808492725, 48.265322804444885, 47.675203310486935, @@ -415490,51 +284799,51 @@ ], "ice resistance": 44301.7250926865, "wind resistance": [ - 2175.160396327323, + 2175.1603963272973, -374.2092273067792, - -2628.3882994210435, + -2628.38829942108, -3301.2539955280517, - -2737.871902160776, + -2737.8719021607612, -559.2289397545319, - 2019.671445220818, + 2019.6714452208325, 3517.657943292772 ], "relative wind speed": [ - 7.759672968838638, + 7.759672968838637, 7.3953394611007, - 7.0030333603834265, + 7.003033360383426, 6.824637096036286, 6.9810924826965755, 7.365944005378705, - 7.739877298035447, + 7.739877298035446, 7.897626563892033 ], "relative wind angle": [ - 0.04756367265366203, - 0.07260890638725792, - 0.05568755265279898, + 0.04756367265366436, + 0.07260890638725793, + 0.05568755265280297, 0.002159341745512218, - 0.052873007322197844, + 0.05287300732219574, 0.07289918191214914, - 0.05038131572256908, - 0.0018659683082607385 + 0.05038131572256687, + 0.0018659683082607387 ], "resistance": [ - 46476.885489013825, + 46476.8854890138, 43927.515865379726, - 41673.33679326546, + 41673.33679326542, 41000.47109715845, - 41563.853190525726, + 41563.85319052574, 43742.49615293197, - 46321.39653790732, + 46321.396537907334, 47819.38303597928 ], "fuel": [ - 38.56695816668172, + 38.566958166681715, 37.74160808277108, - 37.03197083468383, + 37.03197083468382, 36.8238105594697, - 36.99798581434037, + 36.997985814340375, 37.682649824078325, 38.51592659910737, 39.01130826503878 @@ -415570,53 +284879,53 @@ ], "ice resistance": 44582.92880606944, "wind resistance": [ - 2098.076578839409, + 2098.0765788393073, -182.86345028553478, - -2291.6209081700217, - -3023.20030753639, + -2291.620908170029, + -3023.200307536521, -2586.113647677874, -681.0310934029148, - 1679.9809657582737, + 1679.9809657582773, 3140.897766748847 ], "relative wind speed": [ - 7.738689058907314, + 7.738689058907313, 7.416639945181555, - 7.0557782592688065, - 6.875971093374093, + 7.055778259268806, + 6.875971093374094, 6.997061856135833, 7.33754965179658, 7.685192003136449, 7.846477202676795 ], "relative wind angle": [ - 0.04072970508923837, - 0.06547533856543739, + 0.04072970508924928, + 0.0654753385654374, 0.052627140999221236, - 0.00576372427647361, - 0.04504947910095874, + 0.005763724276492873, + 0.045049479100958745, 0.06618211362680916, - 0.04831349513847801, + 0.048313495138478005, 0.005050820841914334 ], "resistance": [ - 46681.00538490884, + 46681.00538490874, 44400.0653557839, - 42291.307897899416, - 41559.72849853305, + 42291.30789789941, + 41559.72849853292, 41996.81515839156, 43901.89771266653, - 46262.90977182771, + 46262.90977182772, 47723.82657281829 ], "fuel": [ - 38.63408700829126, + 38.63408700829123, 37.892768517485635, 37.22463285098205, - 36.996706332430755, + 36.99670633243071, 37.13264296333803, 37.733437021656115, - 38.49675449117325, + 38.496754491173256, 38.97945856906327 ] }, @@ -415637,68 +284946,7 @@ "id": "7188", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.043788267619583, - 23.043788267619583, - 23.043788267619583, - 23.043788267619583, - 23.043788267619583, - 23.043788267619583, - 23.043788267619583, - 23.043788267619583 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1329.5568376953706, - -1067.7416156944528, - -2771.463401899917, - -3020.0594588527874, - -1969.351412849257, - 285.3203407831206, - 2469.634628994918, - 3058.982119942062 - ], - "relative wind speed": [ - 6.72033221862899, - 6.301034689585441, - 5.930832491169322, - 5.850698118489614, - 6.1174966858153175, - 6.548556533339629, - 6.885626826324132, - 6.953845148980982 - ], - "relative wind angle": [ - 0.07117741435176296, - 0.08766582626258317, - 0.05098603430906559, - 0.021233230438342122, - 0.07820512674537897, - 0.08434420394509652, - 0.04391114949469444, - 0.01786443206466699 - ], - "resistance": [ - 97964.05683769537, - 95566.75838430555, - 93863.03659810008, - 93614.44054114721, - 94665.14858715075, - 96919.82034078312, - 99104.13462899491, - 99693.48211994205 - ], - "fuel": [ - 55.01730808929828, - 53.78122298214454, - 52.91575647969385, - 52.79037619253312, - 53.32187247742566, - 54.47625442354251, - 55.61265355790491, - 55.922305493311995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 27.65625, -47.96875 27.8125, -47.8125 27.8125, -47.8125 27.65625, -47.96875 27.65625))", @@ -415730,19 +284978,19 @@ ], "ice resistance": 82906.26511882788, "wind resistance": [ - 1264.9294442771206, - -1489.6002833799866, - -3308.081892217342, + 1264.9294442770697, + -1489.6002833799903, + -3308.081892217371, -3471.8577914159105, - -2087.6424359442826, + -2087.642435944297, 572.719867953092, 2998.3632019579454, 3387.632532770782 ], "relative wind speed": [ - 7.644225341089867, + 7.644225341089866, 7.217184244669131, - 6.8671755447172975, + 6.867175544717297, 6.821506937372016, 7.11185767255728, 7.544862636163232, @@ -415750,29 +284998,29 @@ 7.904412927185534 ], "relative wind angle": [ - 0.06534100703681348, - 0.0751121391751171, - 0.03886066379188703, - 0.02408531531363614, - 0.07023997357379652, + 0.06534100703681858, + 0.07511213917511711, + 0.03886066379188989, + 0.024085315313636144, + 0.07023997357379812, 0.07184421638450474, 0.03392941538207384, 0.02078510978673954 ], "resistance": [ - 84171.194563105, + 84171.19456310495, 81416.6648354479, - 79598.18322661053, + 79598.1832266105, 79434.40732741197, - 80818.62268288361, + 80818.62268288358, 83478.98498678097, 85904.62832078582, 86293.89765159867 ], "fuel": [ - 53.5927031121673, + 53.592703112167264, 52.31562784387104, - 51.48800206473505, + 51.48800206473504, 51.414068530514356, 52.04208946767576, 53.269119828236356, @@ -415797,68 +285045,7 @@ "id": "7190", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 87629.2099040666, - "wind resistance": [ - 854.8518567248939, - -1919.2169304772833, - -3509.5285799068224, - -3465.217159907763, - -1757.6546060215878, - 1041.8781630989324, - 3343.0502215719207, - 3237.7940155886936 - ], - "relative wind speed": [ - 7.588578452597867, - 7.144996397719521, - 6.822690493655097, - 6.835060516732876, - 7.173482203662911, - 7.615405198285656, - 7.905457879546858, - 7.894765201708055 - ], - "relative wind angle": [ - 0.0714313018615366, - 0.07426360115578073, - 0.03050730051852248, - 0.03450751853744716, - 0.07557237089411295, - 0.0696686050847093, - 0.026327839801099866, - 0.029874131087359708 - ], - "resistance": [ - 88484.0617607915, - 85709.99297358932, - 84119.68132415978, - 84163.99274415884, - 85871.55529804502, - 88671.08806716555, - 90972.26012563852, - 90867.0039196553 - ], - "fuel": [ - 55.64897636898569, - 54.31842378666034, - 53.568561105217, - 53.58932734019382, - 54.395130142151224, - 55.73971191015818, - 56.86677513057147, - 56.814792937105565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 27.5, -47.96875 27.65625, -47.8125 27.65625, -47.8125 27.5, -47.96875 27.5))", @@ -415877,68 +285064,7 @@ "id": "7191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90734.40077836343, - "wind resistance": [ - 791.0078488984509, - -2009.4766186466259, - -3572.7326153336217, - -3491.1421918680862, - -1712.1978583251148, - 1135.1624071953374, - 3433.6225080072836, - 3239.866391719097 - ], - "relative wind speed": [ - 7.580820068364539, - 7.130584374872936, - 6.810396125775486, - 6.833184891337117, - 7.183025943108606, - 7.630167827846759, - 7.91727220817322, - 7.897612224532928 - ], - "relative wind angle": [ - 0.07309706156787979, - 0.07475116411326371, - 0.029291653800647147, - 0.03665953328894372, - 0.07715299678074358, - 0.06984859303253664, - 0.025195590059063022, - 0.03171683429094477 - ], - "resistance": [ - 91525.40862726187, - 88724.9241597168, - 87161.66816302981, - 87243.25858649534, - 89022.20292003831, - 91869.56318555877, - 94168.0232863707, - 93974.26717008253 - ], - "fuel": [ - 57.14063255476155, - 55.76585453792428, - 55.01113272676116, - 55.05029871595457, - 55.91040631631846, - 57.31159404535314, - 58.464672941434245, - 58.3667117122385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.8125 27.65625, -47.8125 27.8125, -47.65625 27.8125, -47.65625 27.65625, -47.8125 27.65625))", @@ -415970,53 +285096,53 @@ ], "ice resistance": 58475.33414539243, "wind resistance": [ - 1564.0793718206442, + 1564.0793718206005, -957.6065178580211, - -2858.3561220984775, - -3211.431571098645, - -2254.0091782782692, + -2858.356122098481, + -3211.431571098583, + -2254.0091782782583, 64.22290874997998, - 2422.229989059837, + 2422.2299890598624, 3263.350372216133 ], "relative wind speed": [ - 7.6757869487609325, + 7.675786948760932, 7.297637072369882, - 6.9494440714386805, - 6.851381913919968, + 6.94944407143868, + 6.851381913919967, 7.070237479957042, 7.459923355218249, 7.785318901862899, 7.871755152147983 ], "relative wind angle": [ - 0.05452214938937526, - 0.0699725813438651, - 0.04365246136635412, - 0.011872022095978655, - 0.059197091303767053, + 0.05452214938937933, + 0.06997258134386511, + 0.043652461366354124, + 0.011872022095969305, + 0.05919709130376517, 0.0684479602947828, - 0.03896317590592543, - 0.010333056939261839 + 0.038963175905922576, + 0.010333056939261837 ], "resistance": [ - 60039.41351721308, + 60039.41351721303, 57517.727627534405, 55616.97802329395, - 55263.90257429378, - 56221.32496711416, + 55263.90257429385, + 56221.32496711417, 58539.55705414241, - 60897.56413445227, + 60897.56413445229, 61738.68451760856 ], "fuel": [ - 43.36434031143053, + 43.364340311430524, 42.42056142652275, 41.72481674355996, - 41.59705861485156, - 41.94457240841564, + 41.597058614851576, + 41.94457240841565, 42.80014502983386, - 43.69091237053784, + 43.690912370537845, 44.013662748229514 ] }, @@ -416050,53 +285176,53 @@ ], "ice resistance": 58512.686619525964, "wind resistance": [ - 1755.689950582233, + 1755.6899505821639, -576.6421380903776, - -2513.395847828877, + -2513.395847828884, -2991.76907407432, - -2340.7901810926705, + -2340.790181092678, -284.64602733516585, - 2000.7361936631714, + 2000.7361936631933, 3142.4749658517503 ], "relative wind speed": [ - 7.694351642252425, + 7.694351642252424, 7.353749958889762, - 7.010887914385549, + 7.010887914385548, 6.878432253782273, - 7.045293727610791, + 7.045293727610792, 7.400106245526031, 7.725714307095959, 7.843875358078574 ], "relative wind angle": [ - 0.04651347736564838, + 0.04651347736565554, 0.06569047377253096, 0.04636063033630806, 0.0033769282654919556, - 0.05080213318147037, + 0.05080213318147255, 0.06527838334280905, - 0.042068423300958495, + 0.04206842330095586, 0.0029612864867357355 ], "resistance": [ - 60268.3765701082, + 60268.37657010813, 57936.04448143559, - 55999.29077169709, + 55999.29077169708, 55520.917545451644, - 56171.896438433294, + 56171.89643843329, 58228.040592190795, - 60513.422813189136, + 60513.42281318916, 61655.16158537772 ], "fuel": [ - 43.45120493106141, + 43.45120493106139, 42.57548577529158, 41.86367728803968, 41.69001192989449, 41.92654792713614, 42.68401291351661, - 43.54438734232708, + 43.544387342327084, 43.98149603130247 ] }, @@ -416117,68 +285243,7 @@ "id": "7194", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 83692.78766975064, - "wind resistance": [ - 1924.4710908655288, - -775.3212398888172, - -2946.3620006457495, - -3442.8955603430513, - -2594.0182622105094, - -180.0943435385998, - 2424.9402386986912, - 3606.781241610868 - ], - "relative wind speed": [ - 7.731824662228066, - 7.334720587702764, - 6.944363293485742, - 6.806204528540388, - 7.015104860181699, - 7.429312398002406, - 7.795423481432608, - 7.916336824722616 - ], - "relative wind angle": [ - 0.05512971920531568, - 0.07575052621988106, - 0.05171403870640309, - 0.0069687253969371666, - 0.06076883735565968, - 0.074784238392276, - 0.04606395058762028, - 0.00599146692253984 - ], - "resistance": [ - 85617.25876061617, - 82917.46642986183, - 80746.4256691049, - 80249.89210940759, - 81098.76940754014, - 83512.69332621204, - 86117.72790844933, - 87299.56891136151 - ], - "fuel": [ - 54.27443942949064, - 53.00793972680043, - 52.00915731988229, - 51.78319251357013, - 52.17006002666788, - 53.28483597644041, - 54.512194408551515, - 55.07734390399682 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.65625 27.5, -47.65625 27.65625, -47.5 27.65625, -47.5 27.5, -47.65625 27.5))", @@ -416210,51 +285275,51 @@ ], "ice resistance": 73895.01691233457, "wind resistance": [ - 2085.804850956909, + 2085.804850956829, -576.2659495164044, - -2823.3274497804414, + -2823.3274497804487, -3404.2463474488613, - -2706.74286476833, + -2706.742864768352, -379.3112362439206, - 2251.399411443337, + 2251.3994114433153, 3634.902150622096 ], "relative wind speed": [ - 7.7521085907971985, + 7.752108590797198, 7.366272963149179, - 6.968795529721597, + 6.968795529721596, 6.807299146378838, - 6.992199973077369, + 6.99219997307737, 7.397571946212643, 7.773154889229159, 7.9149685026994785 ], "relative wind angle": [ - 0.05197291096897848, + 0.051972910968987034, 0.07525638399991653, - 0.05463115696969687, + 0.05463115696969688, 0.002305427865804571, - 0.057627252597669015, + 0.05762725259767287, 0.07493737706445737, - 0.04897318630058371, + 0.04897318630058599, 0.001982791658457866 ], "resistance": [ - 75980.82176329147, + 75980.8217632914, 73318.75096281816, - 71071.68946255413, + 71071.68946255412, 70490.77056488571, - 71188.27404756624, + 71188.27404756621, 73515.70567609064, - 76146.4163237779, + 76146.41632377788, 77529.91906295667 ], "fuel": [ - 49.87825587747547, + 49.87825587747544, 48.724720464228874, - 47.77154161917583, + 47.77154161917582, 47.52817871260397, - 47.82053340327773, + 47.820533403277715, 48.80916207621799, 49.950882924018245, 50.56165187394875 @@ -416277,68 +285342,7 @@ "id": "7196", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.260842438468227, - 18.260842438468227, - 18.260842438468227, - 18.260842438468227, - 18.260842438468227, - 18.260842438468227, - 18.260842438468227, - 18.260842438468227 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2464.197256674648, - 1032.0670926696039, - -890.8146752456068, - -2222.795094976791, - -2393.2178663092272, - -1499.002857594778, - 326.45595867697193, - 2062.5917687840556 - ], - "relative wind speed": [ - 5.631335565840186, - 5.388954330398487, - 4.9622313147800705, - 4.587825597593533, - 4.517585266687319, - 4.80413240052419, - 5.243736957123515, - 5.574259877593837 - ], - "relative wind angle": [ - 0.025147628686526542, - 0.09180748795998854, - 0.11250416241592863, - 0.06408274519632445, - 0.03134927130809217, - 0.10302102703373772, - 0.1064408984528616, - 0.05273085228769263 - ], - "resistance": [ - 99098.69725667464, - 97666.5670926696, - 95743.68532475439, - 94411.70490502322, - 94241.28213369078, - 95135.49714240522, - 96960.95595867698, - 98697.09176878406 - ], - "fuel": [ - 49.44218259146712, - 48.69513533473419, - 47.704098317045506, - 47.02567299973951, - 46.93934695595354, - 47.39350729451222, - 48.329871277221656, - 49.23192165837825 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 29.84375, -47.34375 30, -47.1875 30, -47.1875 29.84375, -47.34375 29.84375))", @@ -416357,68 +285361,7 @@ "id": "7197", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.964031613284737, - 14.964031613284737, - 14.964031613284737, - 14.964031613284737, - 14.964031613284737, - 14.964031613284737, - 14.964031613284737, - 14.964031613284737 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2365.8646514676457, - 1602.1246965641421, - -39.38940362667654, - -1548.4543137921955, - -2093.926138875506, - -1767.969348376113, - -406.9166360544814, - 1288.4291177070227 - ], - "relative wind speed": [ - 4.779499296799522, - 4.651513961210212, - 4.254994158504393, - 3.7838552287515137, - 3.5345372711644307, - 3.701349094320082, - 4.151095272389098, - 4.584649044060783 - ], - "relative wind angle": [ - 0.010990685586444823, - 0.08675863936735305, - 0.14683321196756002, - 0.12648879548289507, - 0.014862157700993596, - 0.10910988607358893, - 0.15053600417758417, - 0.10430606627334042 - ], - "resistance": [ - 99000.36465146765, - 98236.62469656415, - 96595.11059637333, - 95086.0456862078, - 94540.57386112449, - 94866.53065162389, - 96227.58336394552, - 97922.92911770703 - ], - "fuel": [ - 46.01681725952723, - 45.617754513551716, - 44.767390698264876, - 43.99448609127694, - 43.71719439088804, - 43.882762056572254, - 44.57837203614937, - 45.45447386560224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 29.6875, -47.5 29.84375, -47.34375 29.84375, -47.34375 29.6875, -47.5 29.6875))", @@ -416437,68 +285380,7 @@ "id": "7198", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.088709351388456, - 21.088709351388456, - 21.088709351388456, - 21.088709351388456, - 21.088709351388456, - 21.088709351388456, - 21.088709351388456, - 21.088709351388456 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2585.442322377805, - 938.7564265972978, - -1157.744363559079, - -2518.2575898087125, - -2622.015245892293, - -1532.707925122717, - 504.32824610015996, - 2339.8171458959496 - ], - "relative wind speed": [ - 6.3773656762675985, - 6.124882330115963, - 5.714636672332692, - 5.380026866901487, - 5.343378862464603, - 5.631012970940738, - 6.046934623418706, - 6.346479460936416 - ], - "relative wind angle": [ - 0.0261573278179886, - 0.079048931163318, - 0.09062925814682263, - 0.046071160759573626, - 0.03122049297576225, - 0.08599838262059391, - 0.08563632864531526, - 0.03905147694761047 - ], - "resistance": [ - 99219.9423223778, - 97573.2564265973, - 95476.75563644092, - 94116.24241019129, - 94012.4847541077, - 95101.79207487729, - 97138.82824610017, - 98974.31714589596 - ], - "fuel": [ - 52.97020816923381, - 52.11115584463536, - 51.03204219936181, - 50.340507666897835, - 50.28805141204376, - 50.84076462570947, - 51.88620300667184, - 52.841428778151354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 29.6875, -47.34375 29.84375, -47.1875 29.84375, -47.1875 29.6875, -47.34375 29.6875))", @@ -416517,68 +285399,7 @@ "id": "7199", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.21171647950075, - 18.21171647950075, - 18.21171647950075, - 18.21171647950075, - 18.21171647950075, - 18.21171647950075, - 18.21171647950075, - 18.21171647950075 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2614.784473371694, - 1252.5057617714338, - -721.1595162840586, - -2193.4584889475846, - -2463.4375940375267, - -1683.6114023677037, - 135.71508069539777, - 1978.7083102127726 - ], - "relative wind speed": [ - 5.642868224006562, - 5.422002394893621, - 4.992948606268803, - 4.5884495628330395, - 4.4767648584856365, - 4.741864129373881, - 5.191709699784196, - 5.552433340528473 - ], - "relative wind angle": [ - 0.0177293153785602, - 0.08921818384968158, - 0.11706535981098716, - 0.07452183362976257, - 0.022348119725784016, - 0.10205677398662497, - 0.11256418184516434, - 0.06156565135152478 - ], - "resistance": [ - 99249.28447337169, - 97887.00576177143, - 95913.34048371595, - 94441.04151105242, - 94171.06240596247, - 94950.88859763229, - 96770.2150806954, - 98613.20831021277 - ], - "fuel": [ - 49.465648469411256, - 48.75409769508809, - 47.73545484093293, - 46.98501517312549, - 46.848280345290256, - 47.24397434367245, - 48.17592224302626, - 49.13255125294117 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 29.84375, -47.1875 30, -47.03125 30, -47.03125 29.84375, -47.1875 29.84375))", @@ -416597,68 +285418,7 @@ "id": "7200", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.949957372687741, - 12.949957372687741, - 12.949957372687741, - 12.949957372687741, - 12.949957372687741, - 12.949957372687741, - 12.949957372687741, - 12.949957372687741 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2111.5336240816923, - 1343.2576856082524, - -103.23160083249695, - -1381.2365751513526, - -1793.9981318067776, - -1465.0593352642054, - -243.24556791060604, - 1223.1168102188803 - ], - "relative wind speed": [ - 4.226556040225431, - 4.0811635952248695, - 3.6747169113032174, - 3.2020813887191766, - 2.9680251209331545, - 3.164972794301328, - 3.6289674428738654, - 4.052113505280252 - ], - "relative wind angle": [ - 0.005494363959405892, - 0.10519999715678773, - 0.17209377375748475, - 0.14459333003510538, - 0.007824178142347376, - 0.13582023147937283, - 0.17428541005056908, - 0.11411101714736972 - ], - "resistance": [ - 98746.03362408173, - 97977.75768560829, - 96531.26839916753, - 95253.26342484867, - 94840.50186819326, - 95169.44066473583, - 96391.25443208942, - 97857.61681021891 - ], - "fuel": [ - 44.174895854739646, - 43.77419656914087, - 43.02573116169208, - 42.37092376605088, - 42.16073685197749, - 42.32818814445271, - 42.95369619918289, - 43.711734901716724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 29.84375, -47.03125 30, -46.875 30, -46.875 29.84375, -47.03125 29.84375))", @@ -416677,68 +285437,7 @@ "id": "7201", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.23653195348499, - 14.23653195348499, - 14.23653195348499, - 14.23653195348499, - 14.23653195348499, - 14.23653195348499, - 14.23653195348499, - 14.23653195348499 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2062.42643209172, - 1903.8142014302093, - 484.65073701489746, - -1091.7943098558771, - -1960.528583093228, - -1892.5582248983865, - -856.1501235915848, - 759.1260910679657 - ], - "relative wind speed": [ - 4.553234415165239, - 4.525714918740451, - 4.198298248408226, - 3.7196793647152444, - 3.3664470624300367, - 3.4033533372071534, - 3.799894903941604, - 4.269530991490816 - ], - "relative wind angle": [ - 0.04425624748420428, - 0.06140066159474436, - 0.1420057438311061, - 0.15182988542543355, - 0.05987431334308851, - 0.08168896752536582, - 0.15701201603538123, - 0.13215317140350108 - ], - "resistance": [ - 98696.92643209174, - 98538.31420143024, - 97119.15073701492, - 95542.70569014415, - 94673.9714169068, - 94741.94177510164, - 95778.34987640845, - 97393.626091068 - ], - "fuel": [ - 45.20994851921368, - 45.127072354650586, - 44.38971398383606, - 43.579422580658665, - 43.13684605356799, - 43.171372275967705, - 43.699955654439655, - 44.531739286210836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 29.6875, -47.1875 29.84375, -47.03125 29.84375, -47.03125 29.6875, -47.1875 29.6875))", @@ -416757,68 +285456,7 @@ "id": "7202", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.664799931879438, - 13.664799931879438, - 13.664799931879438, - 13.664799931879438, - 13.664799931879438, - 13.664799931879438, - 13.664799931879438, - 13.664799931879438 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2119.989237727332, - 1342.6754621074779, - -122.0515318957896, - -1416.5974897889346, - -1829.6513193246192, - -1497.7036448970457, - -257.7238093179385, - 1226.6549989584973 - ], - "relative wind speed": [ - 4.398838264173566, - 4.2571290784444145, - 3.864385183192628, - 3.4130955269686725, - 3.1928455694425795, - 3.3794811604933717, - 3.8223772786824557, - 4.230226923990373 - ], - "relative wind angle": [ - 0.004834783829799344, - 0.09677747401060223, - 0.15668220006399894, - 0.12969691385108942, - 0.006660988156424467, - 0.12202286381436227, - 0.15841860612272538, - 0.10454120885256787 - ], - "resistance": [ - 98754.48923772734, - 97977.17546210748, - 96512.44846810421, - 95217.90251021106, - 94804.84868067538, - 95136.79635510295, - 96376.77619068207, - 97861.1549989585 - ], - "fuel": [ - 44.75521572360074, - 44.349791308992884, - 43.59194193186466, - 42.928789980782994, - 42.71850880926026, - 42.887449636446945, - 43.52214910490727, - 44.28947122044229 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 29.6875, -47.03125 29.84375, -46.875 29.84375, -46.875 29.6875, -47.03125 29.6875))", @@ -416837,68 +285475,7 @@ "id": "7203", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.442506279854902, - 12.442506279854902, - 12.442506279854902, - 12.442506279854902, - 12.442506279854902, - 12.442506279854902, - 12.442506279854902, - 12.442506279854902 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1807.2918559384307, - 1608.1631129813359, - 374.20064366279985, - -959.1628497614029, - -1666.9562329286423, - -1581.3414996358806, - -665.6514248857975, - 716.720880693988 - ], - "relative wind speed": [ - 4.047451791302628, - 4.008689386906224, - 3.6827207001025917, - 3.213883805387596, - 2.8746329118381766, - 2.928444942294031, - 3.3291062803368066, - 3.783692808118734 - ], - "relative wind angle": [ - 0.044325739580221284, - 0.07200857897068118, - 0.16013678935087006, - 0.16946773883824331, - 0.06243026916767423, - 0.09864584125481311, - 0.17731795091451263, - 0.14375315386591475 - ], - "resistance": [ - 98441.79185593843, - 98242.66311298133, - 97008.7006436628, - 95675.3371502386, - 94967.54376707136, - 95053.15850036412, - 95968.8485751142, - 97351.22088069399 - ], - "fuel": [ - 43.62756757022136, - 43.523725259665625, - 42.88352457465234, - 42.19812185512033, - 41.83697538354155, - 41.880560578305435, - 42.34843074134059, - 43.06066180380784 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 29.53125, -47.1875 29.6875, -47.03125 29.6875, -47.03125 29.53125, -47.1875 29.53125))", @@ -416917,68 +285494,7 @@ "id": "7204", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.496292178462845, - 17.496292178462845, - 17.496292178462845, - 17.496292178462845, - 17.496292178462845, - 17.496292178462845, - 17.496292178462845, - 17.496292178462845 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2085.1121064587496, - 649.2426223335042, - -1069.1358839791246, - -2106.748529091832, - -2121.7815117073333, - -1122.7917103431319, - 586.9939390264208, - 2049.6885310008674 - ], - "relative wind speed": [ - 5.368586314268356, - 5.099427872812006, - 4.686482759265394, - 4.366437430908611, - 4.359971958983789, - 4.671927853345173, - 5.086054840835147, - 5.363329064940415 - ], - "relative wind angle": [ - 0.03742312595135638, - 0.09799872388307083, - 0.1079110581934582, - 0.049230619990860154, - 0.04608596381813153, - 0.10699891825822716, - 0.09940407516752559, - 0.0400745734906115 - ], - "resistance": [ - 98719.61210645874, - 97283.74262233349, - 95565.36411602086, - 94527.75147090816, - 94512.71848829265, - 95511.70828965685, - 97221.4939390264, - 98684.18853100085 - ], - "fuel": [ - 48.39751359862606, - 47.65055120477231, - 46.766707470131216, - 46.238334421204726, - 46.23070876837513, - 46.7392866270724, - 47.61834194355619, - 48.37899338672886 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 29.53125, -47.03125 29.6875, -46.875 29.6875, -46.875 29.53125, -47.03125 29.53125))", @@ -416997,68 +285513,7 @@ "id": "7205", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.970573104756022, - 13.970573104756022, - 13.970573104756022, - 13.970573104756022, - 13.970573104756022, - 13.970573104756022, - 13.970573104756022, - 13.970573104756022 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1947.9371575870236, - 1153.505967831924, - -212.60904535514965, - -1377.0829075128686, - -1699.589331541706, - -1351.548000306475, - -169.8152795762071, - 1189.9592626712483 - ], - "relative wind speed": [ - 4.4250468538778005, - 4.278755250459031, - 3.9122292308445217, - 3.5118465402451453, - 3.336400103009441, - 3.5220532098542323, - 3.9251837857227656, - 4.287136478366816 - ], - "relative wind angle": [ - 0.0014781055692778026, - 0.09116209977105469, - 0.13958687111432383, - 0.10849489093388696, - 0.0019604028308793137, - 0.11082135832354352, - 0.1391231824227919, - 0.08881703819867247 - ], - "resistance": [ - 98582.43715758702, - 97788.00596783192, - 96421.89095464486, - 95257.41709248713, - 94934.9106684583, - 95282.95199969353, - 96464.6847204238, - 97824.45926267125 - ], - "fuel": [ - 44.92190376390177, - 44.50808530691185, - 43.80196872290805, - 43.20555887729557, - 43.04127264502758, - 43.218583009464965, - 43.82398257372649, - 44.52702238604967 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 29.375, -47.1875 29.53125, -47.03125 29.53125, -47.03125 29.375, -47.1875 29.375))", @@ -417077,68 +285532,7 @@ "id": "7206", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.55555531207824, - 18.55555531207824, - 18.55555531207824, - 18.55555531207824, - 18.55555531207824, - 18.55555531207824, - 18.55555531207824, - 18.55555531207824 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 2189.4564772922386, - 930.7017021229894, - -785.5762843112298, - -1988.273525239245, - -2151.8571486517467, - -1375.2393412107522, - 247.34121786307878, - 1802.5493500356424 - ], - "relative wind speed": [ - 5.645125510059725, - 5.434108603009115, - 5.060119014950602, - 4.732050414987517, - 4.666247661225736, - 4.910374013343998, - 5.294950879352618, - 5.590081227517018 - ], - "relative wind angle": [ - 0.020894706076543406, - 0.07913444154631522, - 0.09690191549569355, - 0.055560012663498526, - 0.02527881643101862, - 0.08759542824009016, - 0.09259168841516095, - 0.04702515057427995 - ], - "resistance": [ - 98823.9564772922, - 97565.20170212294, - 95848.92371568872, - 94646.22647476071, - 94482.64285134821, - 95259.26065878921, - 96881.84121786304, - 98437.0493500356 - ], - "fuel": [ - 49.63473980056095, - 48.97901179654978, - 48.09444425517043, - 47.48110722688479, - 47.398100653482636, - 47.793062454947936, - 48.62549539226514, - 49.432559171692034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 29.375, -47.03125 29.53125, -46.875 29.53125, -46.875 29.375, -47.03125 29.375))", @@ -417157,68 +285551,7 @@ "id": "7207", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.11059469296151, - 19.11059469296151, - 19.11059469296151, - 19.11059469296151, - 19.11059469296151, - 19.11059469296151, - 19.11059469296151, - 19.11059469296151 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2248.8231808461787, - 1434.6157153571985, - -179.16916961798415, - -1627.5532102935958, - -2090.0509013606443, - -1746.9993341457412, - -380.5740158114495, - 1264.8161740802025 - ], - "relative wind speed": [ - 5.782094979002848, - 5.668114368308243, - 5.351802148347319, - 5.001731243052545, - 4.835005058192609, - 4.968136045514022, - 5.307363754624615, - 5.6384910065752605 - ], - "relative wind angle": [ - 0.003858028135176038, - 0.05632293901376776, - 0.08859993059494246, - 0.07015798179629165, - 0.0046137508946340906, - 0.0642687431955019, - 0.08934374699668934, - 0.06222408248446663 - ], - "resistance": [ - 98883.3231808462, - 98069.11571535723, - 96455.33083038204, - 95006.94678970643, - 94544.44909863938, - 94887.50066585428, - 96253.92598418858, - 97899.31617408023 - ], - "fuel": [ - 50.31501525136652, - 49.890013713421446, - 49.05493726673596, - 48.31370167926659, - 48.07865477598986, - 48.252921481723725, - 48.95139758658292, - 49.801692294425635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 29.84375, -46.875 30, -46.71875 30, -46.71875 29.84375, -46.875 29.84375))", @@ -417250,39 +285583,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1656.7798204498358, + 1656.7798204498267, 2445.4241319521097, - 1321.1477243137997, - -454.4666758987314, + 1321.147724313796, + -454.46667589873323, -1878.864881010547, -2214.081355860988, -1643.4838650843922, -59.46424647969434 ], "relative wind speed": [ - 5.0608375397977365, + 5.060837539797736, 5.183116966453569, - 4.995075956098313, - 4.581644964649709, + 4.9950759560983125, + 4.581644964649708, 4.160056946994827, 4.006675544454164, 4.238793059265154, 4.682593279836067 ], "relative wind angle": [ - 0.07515291986599483, - 0.009817844140830412, + 0.07515291986599631, + 0.00981784414083041, 0.0906015602224947, - 0.12874977177978353, - 0.09146729344926588, + 0.12874977177978267, + 0.09146729344926587, 0.012700700259321858, 0.10682367785825406, 0.12595921897697243 ], "resistance": [ - 98291.27982044987, + 98291.27982044985, 99079.92413195214, - 97955.64772431384, + 97955.64772431382, 96180.0333241013, 94755.63511898948, 94420.41864413905, @@ -417292,7 +285625,7 @@ "fuel": [ 47.17028666234046, 47.58255914763979, - 46.99553334970263, + 46.99553334970262, 46.07800018302914, 45.35043534276798, 45.180308380986645, @@ -417332,7 +285665,7 @@ "wind resistance": [ 1558.330865116388, 2588.3094627551254, - 1542.212260185921, + 1542.21226018591, -284.80330426635555, -1854.2434658313023, -2291.039241814691, @@ -417352,8 +285685,8 @@ "relative wind angle": [ 0.07962730061942737, 0.0004360385708544989, - 0.08031108948917884, - 0.12265068094758408, + 0.08031108948918161, + 0.12265068094758409, 0.09480819690813502, 0.0005585852019092779, 0.09548832252894661, @@ -417410,9 +285743,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2165.2995045300286, + 2165.2995045300268, 2263.1600462129063, - 755.4387205917265, + 755.4387205917228, -1079.4143829795703, -2216.669560219001, -2258.3009445777516, @@ -417420,7 +285753,7 @@ 584.0936999529713 ], "relative wind speed": [ - 5.328762750265732, + 5.3287627502657315, 5.343330224785097, 5.061319870173877, 4.616479285346011, @@ -417431,8 +285764,8 @@ ], "relative wind angle": [ 0.04587058534762377, - 0.038404732532069726, - 0.10579936795181628, + 0.03840473253206973, + 0.10579936795181734, 0.1195788523092081, 0.05737398653826296, 0.048372101181636776, @@ -417440,7 +285773,7 @@ 0.10983597956106335 ], "resistance": [ - 98799.79950453008, + 98799.79950453006, 98897.66004621296, 97389.93872059177, 95555.08561702048, @@ -417450,7 +285783,7 @@ 97218.59369995301 ], "fuel": [ - 48.16356797918064, + 48.163567979180634, 48.214785055321755, 47.42964683068271, 46.48556723271295, @@ -417490,11 +285823,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 980.1651232310487, + 980.1651232310396, 2346.882558087749, - 1969.2618308659185, + 1969.2618308658966, 317.0060570819787, - -1422.5593462467114, + -1422.5593462467077, -2277.476885646339, -2117.1804281181358, -851.0222861639359 @@ -417502,27 +285835,27 @@ "relative wind speed": [ 5.230791810843765, 5.469200089015298, - 5.4139614403472915, + 5.413961440347291, 5.090169688553395, - 4.658438010236145, + 4.658438010236144, 4.376080215206084, 4.444237750844993, 4.811694109701417 ], "relative wind angle": [ - 0.09298743558882122, - 0.025618153361952212, - 0.05314181441984401, + 0.09298743558882361, + 0.02561815336195221, + 0.053141814419848186, 0.10762730252022192, - 0.10445165575361899, + 0.10445165575361685, 0.03201939091364995, 0.06475202442184987, - 0.113882523057165 + 0.11388252305716501 ], "resistance": [ - 97614.66512323108, + 97614.66512323107, 98981.38255808777, - 98603.76183086594, + 98603.76183086593, 96951.506057082, 95211.94065375332, 94357.0231143537, @@ -417530,7 +285863,7 @@ 95783.4777138361 ], "fuel": [ - 48.05929744046758, + 48.05929744046756, 48.771792931967894, 48.574237236099464, 47.71608466119916, @@ -417557,68 +285890,7 @@ "id": "7212", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.3181717037188, - 16.3181717037188, - 16.3181717037188, - 16.3181717037188, - 16.3181717037188, - 16.3181717037188, - 16.3181717037188, - 16.3181717037188 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1544.5527607715721, - 2165.4027313197203, - 1107.973004102696, - -496.7406374836901, - -1742.3785820514304, - -2005.8761434733751, - -1435.9279838870807, - 18.133980168224298 - ], - "relative wind speed": [ - 4.968968118609602, - 5.067415256915795, - 4.8816155166418245, - 4.497544263741186, - 4.120929361604472, - 3.9992506274387845, - 4.2240422482231725, - 4.630852897985558 - ], - "relative wind angle": [ - 0.06650895943585083, - 0.013244930174735579, - 0.08720318405896485, - 0.11904393424048879, - 0.08022263004961752, - 0.016782831560388956, - 0.10082148984968338, - 0.11560143098525355 - ], - "resistance": [ - 98179.05276077159, - 98799.90273131973, - 97742.4730041027, - 96137.75936251633, - 94892.12141794858, - 94628.62385652664, - 95198.57201611293, - 96652.63398016823 - ], - "fuel": [ - 46.8868830364016, - 47.210986096435505, - 46.659833693916255, - 45.831374664760034, - 45.19489999561114, - 45.06100238397403, - 45.35094936982162, - 46.09614290720696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 29.84375, -46.40625 30, -46.25 30, -46.25 29.84375, -46.40625 29.84375))", @@ -417637,68 +285909,7 @@ "id": "7213", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.812256128611118, - 14.812256128611118, - 14.812256128611118, - 14.812256128611118, - 14.812256128611118, - 14.812256128611118, - 14.812256128611118, - 14.812256128611118 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1306.16105669825, - 2097.974156240324, - 1222.0620483054145, - -261.12766597376776, - -1511.9518928644593, - -1848.6207884438754, - -1453.0113793693035, - -162.29446179622937 - ], - "relative wind speed": [ - 4.533687669332281, - 4.670198937933289, - 4.515380844009266, - 4.137763329834416, - 3.73123640129617, - 3.5588889903367225, - 3.753369792462144, - 4.165976907244057 - ], - "relative wind angle": [ - 0.08454501757369452, - 0.0030480223873912897, - 0.08936393665633184, - 0.13469648002755147, - 0.1027860877959662, - 0.003999811983440647, - 0.10757095577470416, - 0.13377876410623407 - ], - "resistance": [ - 97940.66105669829, - 98732.47415624035, - 97856.56204830544, - 96373.37233402627, - 95122.54810713558, - 94785.87921155615, - 95181.48862063073, - 96472.2055382038 - ], - "fuel": [ - 45.325613355059275, - 45.73851397337037, - 45.281895951657134, - 44.51521058349279, - 43.875001355016174, - 43.703678525314466, - 43.905038169422234, - 44.56604454872323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 29.6875, -46.5625 29.84375, -46.40625 29.84375, -46.40625 29.6875, -46.5625 29.6875))", @@ -417730,54 +285941,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1154.5699296138955, + 1154.5699296138828, 2254.7555762376596, - 1597.8767209538728, + 1597.8767209538692, -4.088371283192828, -1527.9724284145177, -2117.3991312115486, - -1839.509734377718, - -528.4397035476068 + -1839.5097343777124, + -528.439703547614 ], "relative wind speed": [ - 5.290223910598323, + 5.290223910598322, 5.4689620318842875, - 5.372205058260337, + 5.372205058260336, 5.045201595900361, 4.6567649178392925, 4.445490166235111, 4.561944907195509, - 4.921165449465141 + 4.921165449465142 ], "relative wind angle": [ - 0.07681469633081435, + 0.07681469633081725, 0.011400545846250078, - 0.059189841209509486, + 0.05918984120950948, 0.10161310747250575, 0.08728880084699457, - 0.014025415327535328, - 0.06971849237998257, - 0.10418341900286357 + 0.01402541532753533, + 0.06971849237998097, + 0.10418341900286571 ], "resistance": [ - 97789.06992961392, + 97789.0699296139, 98889.25557623769, - 98232.37672095391, + 98232.3767209539, 96630.41162871683, 95106.52757158551, 94517.10086878848, 94794.99026562231, - 96106.06029645243 + 96106.06029645242 ], "fuel": [ 48.29324757426164, 48.866963450305256, - 48.52387781721926, + 48.523877817219244, 47.69390926841436, 46.913256514862724, 46.61362354407542, 46.754726560970916, - 47.424320340471205 + 47.42432034047119 ] }, { @@ -417810,9 +286021,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1425.1831061714329, + 1425.1831061714256, 2238.7514259355794, - 1267.627888115645, + 1267.6278881156377, -354.9698691786962, -1704.9145049935178, -2048.774018557757, @@ -417820,7 +286031,7 @@ -168.62312867451328 ], "relative wind speed": [ - 5.282203267884378, + 5.282203267884377, 5.403848340535972, 5.252713852011161, 4.900347088195762, @@ -417830,9 +286041,9 @@ 4.9449725241527585 ], "relative wind angle": [ - 0.06496069298172667, - 0.004151161395263687, - 0.071379579256361, + 0.06496069298172669, + 0.004151161395263686, + 0.07137957925636255, 0.10372097862131573, 0.07568609183610137, 0.005110856234780937, @@ -417842,7 +286053,7 @@ "resistance": [ 98059.68310617143, 98873.25142593558, - 97902.12788811565, + 97902.12788811563, 96279.53013082131, 94929.58549500648, 94585.72598144224, @@ -417852,7 +286063,7 @@ "fuel": [ 48.19539022612786, 48.62002861855445, - 48.113439646201, + 48.11343964620098, 47.274837688560126, 46.58461601201718, 46.409885546373786, @@ -417890,17 +286101,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1797.9744155671888, + 1797.9744155671779, 1933.4806687216933, - 678.6727164221647, + 678.6727164221556, -881.720887644964, - -1872.926285632977, + -1872.9262856329715, -1930.466075368974, -1086.7446674362127, 440.7666956252251 ], "relative wind speed": [ - 5.034403388051915, + 5.034403388051914, 5.055779351763663, 4.810264020933039, 4.4155806746137305, @@ -417910,19 +286121,19 @@ 4.755830584959266 ], "relative wind angle": [ - 0.045349672711412645, + 0.045349672711415094, 0.03385321941113848, - 0.09791253336523588, + 0.09791253336523817, 0.11208576899572174, - 0.0557610667061087, + 0.055761066706106706, 0.04207042409328355, - 0.10815596337090343, + 0.10815596337090341, 0.1040365419119003 ], "resistance": [ - 98432.47441556718, + 98432.47441556717, 98567.98066872168, - 97313.17271642215, + 97313.17271642214, 95752.77911235503, 94761.57371436701, 94704.03392463102, @@ -417930,9 +286141,9 @@ 97075.2666956252 ], "fuel": [ - 47.11386575719861, + 47.1138657571986, 47.184609670525134, - 46.53212368816241, + 46.5321236881624, 45.72890956360197, 45.223391180957975, 45.19415795000149, @@ -417970,9 +286181,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1790.5699342178486, + 1790.5699342178286, 2564.6667075053156, - 1329.6181387935012, + 1329.6181387934812, -585.1179455074562, -2090.562002504559, -2417.47670353369, @@ -417982,7 +286193,7 @@ "relative wind speed": [ 5.904215122293025, 6.008161478064564, - 5.826720226774435, + 5.826720226774434, 5.447534224840492, 5.077119860475558, 4.953675195392813, @@ -417990,19 +286201,19 @@ 5.564285502842256 ], "relative wind angle": [ - 0.05615387104503423, + 0.05615387104503819, 0.009761078557420746, - 0.07116474796494174, + 0.07116474796494486, 0.09694301561100324, 0.06531380901898667, 0.011839002875758805, 0.08028704614954849, - 0.09490273705401958 + 0.09490273705401957 ], "resistance": [ - 98425.06993421787, + 98425.06993421786, 99199.16670750534, - 97964.11813879354, + 97964.1181387935, 96049.38205449257, 94543.93799749546, 94217.02329646634, @@ -418010,9 +286221,9 @@ 96595.37189068795 ], "fuel": [ - 50.82414785606791, + 50.824147856067896, 51.22917987989952, - 50.5840224249734, + 50.58402242497339, 49.59503460685095, 48.827031444609176, 48.66137021972351, @@ -418037,68 +286248,7 @@ "id": "7218", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.640064200494145, - 16.640064200494145, - 16.640064200494145, - 16.640064200494145, - 16.640064200494145, - 16.640064200494145, - 16.640064200494145, - 16.640064200494145 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1761.4864461974103, - 1732.386353374368, - 492.7549501016874, - -958.6370772781556, - -1806.3355359341722, - -1794.0061970534089, - -914.4335612325667, - 544.0114338035182 - ], - "relative wind speed": [ - 5.075304496193368, - 5.070728794008089, - 4.822525237509097, - 4.453146723376573, - 4.176198042380335, - 4.18175266077266, - 4.465713397862629, - 4.834131781234604 - ], - "relative wind angle": [ - 0.03532547512252362, - 0.03774994713501075, - 0.09342605512426584, - 0.10006761059512094, - 0.04293506649455642, - 0.04578012202854643, - 0.10091531734689457, - 0.09215776328003851 - ], - "resistance": [ - 98395.98644619739, - 98366.88635337436, - 97127.25495010168, - 95675.86292272183, - 94828.16446406582, - 94840.49380294657, - 95720.06643876742, - 97178.5114338035 - ], - "fuel": [ - 47.32655126282046, - 47.3113718052365, - 46.667670047738156, - 45.921274334190485, - 45.4889613010122, - 45.49522990958014, - 45.94389079158205, - 46.69417260610035 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 29.375, -46.71875 29.53125, -46.5625 29.53125, -46.5625 29.375, -46.71875 29.375))", @@ -418117,68 +286267,7 @@ "id": "7219", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.18701994067072, - 17.18701994067072, - 17.18701994067072, - 17.18701994067072, - 17.18701994067072, - 17.18701994067072, - 17.18701994067072, - 17.18701994067072 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1620.3948070609677, - 2020.1066350680667, - 893.5311623495327, - -671.1150588496494, - -1789.7291346954426, - -1958.9496719704002, - -1278.872152978165, - 188.92389516561525 - ], - "relative wind speed": [ - 5.198631487295365, - 5.259638751883248, - 5.058901562225894, - 4.693098453812035, - 4.364807783163019, - 4.291097356661498, - 4.526017157321399, - 4.9042984439659 - ], - "relative wind angle": [ - 0.051471375355422726, - 0.020181920731113297, - 0.08263577073854551, - 0.10339774604675195, - 0.06131547050737582, - 0.024738015589201204, - 0.09239144764365533, - 0.09893008282067253 - ], - "resistance": [ - 98254.89480706096, - 98654.60663506806, - 97528.03116234954, - 95963.38494115035, - 94844.77086530456, - 94675.5503280296, - 95355.62784702184, - 96823.42389516562 - ], - "fuel": [ - 47.82356594886807, - 48.03217634612169, - 47.445737889378165, - 46.63909617344618, - 46.06798743345239, - 45.98199729951211, - 46.32822796352886, - 47.08135539800887 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 29.53125, -46.5625 29.6875, -46.40625 29.6875, -46.40625 29.53125, -46.5625 29.53125))", @@ -418210,39 +286299,39 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1601.7054096674983, + 1601.7054096674856, 2181.958759493009, - 1074.1673994558405, - -574.7369003375225, - -1829.4876337974565, + 1074.1673994558223, + -574.7369003375261, + -1829.487633797462, -2074.82805643362, - -1458.655219741975, - 49.7192269881707 + -1458.6552197419805, + 49.71922698817434 ], "relative wind speed": [ - 5.395931921206388, + 5.395931921206387, 5.481175737223483, 5.298657218744019, - 4.936199945796248, + 4.936199945796249, 4.592089201225051, 4.489997446321588, 4.703997896316885, - 5.083039900042385 + 5.083039900042384 ], "relative wind angle": [ - 0.05531084702475657, + 0.05531084702475857, 0.01346139867094161, - 0.07606333300470236, - 0.10057952164900241, - 0.06500562012442554, + 0.07606333300470676, + 0.10057952164900462, + 0.06500562012442725, 0.016433279803049768, - 0.0857012105263291, - 0.09766454574295448 + 0.0857012105263304, + 0.0976645457429522 ], "resistance": [ - 98236.20540966747, + 98236.20540966745, 98816.45875949298, - 97708.66739945581, + 97708.6673994558, 96059.76309966245, 94805.01236620251, 94559.67194356635, @@ -418250,7 +286339,7 @@ 96684.21922698815 ], "fuel": [ - 48.63836590933501, + 48.63836590933499, 48.94135584046746, 48.363989553645666, 47.51305938050445, @@ -418290,19 +286379,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1562.5640544778653, + 1562.5640544778435, 2214.595314914197, - 1138.5220134455376, + 1138.5220134455321, -513.8124112791793, - -1804.5493147080306, + -1804.5493147080251, -2080.2972370518128, -1506.5215903650023, -12.117845816108456 ], "relative wind speed": [ - 5.351551599594095, + 5.351551599594094, 5.447995885610023, - 5.272849520234892, + 5.2728495202348915, 4.909775393855292, 4.5557871553095515, 4.440004724994993, @@ -418310,17 +286399,17 @@ 5.028757968872107 ], "relative wind angle": [ - 0.05873079740619224, + 0.05873079740619602, 0.010976685930268393, 0.07568407047718835, - 0.10284022116328966, - 0.06900446658095688, + 0.10284022116328967, + 0.06900446658095527, 0.013468802554915933, 0.08590718621565188, - 0.10039866798062164 + 0.10039866798062165 ], "resistance": [ - 98197.0640544779, + 98197.06405447787, 98849.09531491423, 97773.02201344556, 96120.68758872084, @@ -418330,7 +286419,7 @@ 96622.38215418393 ], "fuel": [ - 48.45308672225311, + 48.45308672225309, 48.79354891504888, 48.23251948106541, 47.37943403075769, @@ -418370,17 +286459,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1538.1461227703721, + 1538.146122770354, 1704.4861372237783, - 638.3427022154801, + 638.3427022154729, -712.9356270038043, -1594.7001064424885, -1665.5208913795977, - -963.3587262319015, + -963.3587262319043, 347.4784546032788 ], "relative wind speed": [ - 4.489916580564686, + 4.489916580564685, 4.519220829635707, 4.2879127357652065, 3.9039990414453642, @@ -418390,17 +286479,17 @@ 4.212935882243575 ], "relative wind angle": [ - 0.05229503889375178, + 0.05229503889375603, 0.03443679025591101, - 0.10625147971773052, + 0.10625147971773263, 0.1251996105412856, - 0.06556726554965776, + 0.06556726554965775, 0.04390658407455454, - 0.11927795869520467, - 0.11597560645495468 + 0.1192779586952056, + 0.1159756064549547 ], "resistance": [ - 98172.64612277037, + 98172.64612277035, 98338.98613722378, 97272.84270221548, 95921.56437299619, @@ -418410,7 +286499,7 @@ 96981.97845460328 ], "fuel": [ - 45.17103812878479, + 45.17103812878478, 45.25772818047487, 44.703879847321105, 44.007985066329226, @@ -418450,9 +286539,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1355.3766001971617, + 1355.3766001971635, 1697.9406338699264, - 768.1045618691605, + 768.1045618691578, -520.3360462863657, -1446.4740703338066, -1592.4673168044155, @@ -418460,7 +286549,7 @@ 170.2824704278637 ], "relative wind speed": [ - 4.253479393360452, + 4.253479393360451, 4.316827379085767, 4.11523734864312, 3.7401013362126747, @@ -418470,11 +286559,11 @@ 3.9527805044258697 ], "relative wind angle": [ - 0.06566577224614603, - 0.024848949711537366, - 0.10487442769650904, + 0.06566577224614435, + 0.024848949711537362, + 0.10487442769651009, 0.13462051021267046, - 0.08232307932925276, + 0.08232307932925277, 0.032377670195871636, 0.12128691841202223, 0.1273367131521003 @@ -418530,13 +286619,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2083.5322305237587, + 2083.5322305236987, 985.9694816552528, - -603.8814126039433, + -603.8814126039506, -1785.4677922454448, -1997.1208192415743, -1365.6925086463489, - 102.95734816236109, + 102.95734816236472, 1583.1563487221429 ], "relative wind speed": [ @@ -418550,17 +286639,17 @@ 5.283801321950479 ], "relative wind angle": [ - 0.015948503851874, + 0.015948503851887928, 0.07827783293981262, - 0.10127633312074401, - 0.06337667644870483, + 0.1012763331207462, + 0.06337667644870482, 0.019485553270457357, - 0.08790436628323756, - 0.09780696897444076, - 0.05368246880471847 + 0.08790436628323757, + 0.09780696897443962, + 0.053682468804718476 ], "resistance": [ - 98718.0322305238, + 98718.03223052374, 97620.46948165528, 96030.61858739608, 94849.03220775459, @@ -418570,7 +286659,7 @@ 98217.65634872217 ], "fuel": [ - 48.442421748776646, + 48.442421748776624, 47.870767574417485, 47.050659474338254, 46.447243034032425, @@ -418610,13 +286699,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1847.7784949633897, + 1847.7784949612924, 1109.0419054179838, - -206.74866997834943, + -206.7486699783558, -1345.7426958505039, -1665.9649750193776, -1353.8254276885527, - -220.34994984998684, + -220.3499498499841, 1097.539288738537 ], "relative wind speed": [ @@ -418630,19 +286719,19 @@ 4.741774737601492 ], "relative wind angle": [ - 0.00037400829448084493, + 0.0003740082950745339, 0.0686176988865078, - 0.10441501197719907, + 0.10441501197720121, 0.0801862809086559, 0.00046161451108504175, - 0.07960934587877906, - 0.10450071334612913, - 0.06919653830369232 + 0.07960934587877908, + 0.10450071334612807, + 0.06919653830369231 ], "resistance": [ - 98482.2784949634, + 98482.2784949613, 97743.54190541798, - 96427.75133002165, + 96427.75133002164, 95288.75730414949, 94968.53502498062, 95280.67457231144, @@ -418650,9 +286739,9 @@ 97732.03928873854 ], "fuel": [ - 46.59048031748192, + 46.590480317480825, 46.20587189998567, - 45.52586148073297, + 45.52586148073296, 44.94242283790286, 44.77926145470306, 44.9382997867825, @@ -418690,53 +286779,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2879.879747582643, + 2879.879747582494, 1280.047696836442, - -987.480609482267, + -987.4806094822889, -2625.816533751564, -2882.2644347180976, -1929.36708349549, - 190.3747125517657, + 190.37471255178752, 2268.9041114982574 ], "relative wind speed": [ - 7.510916979277209, + 7.510916979277208, 7.312948925057114, - 6.953116197071264, + 6.953116197071263, 6.6348140061382255, 6.560303671930035, 6.7802828965345805, - 7.148820412316889, + 7.148820412316888, 7.445179731979973 ], "relative wind angle": [ - 0.013058068523268976, + 0.01305806852328598, 0.05547462630186953, - 0.06841883660021278, + 0.0684188366002144, 0.04021930476479511, 0.014950365085006377, - 0.059837788819985735, - 0.06654301200418236, + 0.05983778881998574, + 0.06654301200417903, 0.0358396707935768 ], "resistance": [ - 99514.37974758266, + 99514.37974758251, 97914.54769683645, - 95647.01939051774, + 95647.01939051773, 94008.68346624845, 93752.23556528191, 94705.13291650452, - 96824.87471255178, + 96824.8747125518, 98903.40411149827 ], "fuel": [ - 59.30163047566165, + 59.301630475661575, 58.46512886490085, - 57.29582556825561, + 57.2958255682556, 56.46288555230487, 56.33340992238148, 56.81574425795994, - 57.900825905742614, + 57.90082590574262, 58.98104656037712 ] }, @@ -418770,9 +286859,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2747.610421563004, + 2747.61042156288, 1859.0083354260823, - -124.29922314450596, + -124.29922314452415, -1968.5935022274225, -2624.5966095272543, -2251.1766188249476, @@ -418790,19 +286879,19 @@ 6.71709725822704 ], "relative wind angle": [ - 0.00636598108808273, + 0.006365981088100171, 0.04627574760600658, - 0.07552468176552884, - 0.061665696781410435, + 0.07552468176553179, + 0.06166569678141044, 0.007415952472266184, - 0.05203922505136858, + 0.05203922505136857, 0.07656263189903426, 0.05591423981594491 ], "resistance": [ - 99382.110421563, + 99382.11042156289, 98493.50833542609, - 96510.20077685549, + 96510.20077685548, 94665.90649777258, 94009.90339047274, 94383.32338117505, @@ -418810,7 +286899,7 @@ 98092.10987919668 ], "fuel": [ - 55.71741393655691, + 55.71741393655685, 55.25205349406046, 54.22399369419411, 53.28112614512283, @@ -418837,68 +286926,7 @@ "id": "7228", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 49274.29943940788, - "wind resistance": [ - 2764.983251001813, - 899.3863103807125, - -1416.6629060888336, - -2859.9398716458745, - -2924.428924804459, - -1653.965871054228, - 624.8921344078844, - 2611.2336857956834 - ], - "relative wind speed": [ - 7.8119868646523445, - 7.576339674790342, - 7.212842152830366, - 6.93171946880908, - 6.913837397715041, - 7.171287434466814, - 7.536789396944648, - 7.796124135830381 - ], - "relative wind angle": [ - 0.020774064845816308, - 0.057099082762708385, - 0.062315948125966816, - 0.02927187342587461, - 0.023473209277955417, - 0.06032799478818014, - 0.059634224763203694, - 0.02602554044405871 - ], - "resistance": [ - 52039.28269040969, - 50173.685749788594, - 47857.63653331905, - 46414.359567762, - 46349.87051460342, - 47620.33356835365, - 49899.19157381576, - 51885.53312520356 - ], - "fuel": [ - 40.451714524858886, - 39.806746227347055, - 39.0240679701192, - 38.54642630712114, - 38.525265046630466, - 38.945001890715666, - 39.71294191625064, - 40.39807102751565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 28.90625, -47.34375 29.0625, -47.1875 29.0625, -47.1875 28.90625, -47.34375 28.90625))", @@ -418917,68 +286945,7 @@ "id": "7229", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64237.80888745831, - "wind resistance": [ - 3119.9217649135717, - 1537.9464005283226, - -859.754222312964, - -2698.610069689985, - -3060.731620318871, - -2192.5563461738348, - -3.7316424945456674, - 2256.4104550303164 - ], - "relative wind speed": [ - 7.848301382242636, - 7.667293651034024, - 7.309249317988758, - 6.974967990366966, - 6.874565427740432, - 7.075881038825413, - 7.445156735373442, - 7.759207816533326 - ], - "relative wind angle": [ - 0.008677426773927402, - 0.05120575071658496, - 0.06666207144028746, - 0.04246843106891802, - 0.009906563626968796, - 0.055489831138383114, - 0.06544343393722679, - 0.03817385165204661 - ], - "resistance": [ - 67357.73065237189, - 65775.75528798663, - 63378.05466514535, - 61539.19881776832, - 61177.07726713944, - 62045.25254128448, - 64234.077244963766, - 66494.21934248862 - ], - "fuel": [ - 46.23731112523837, - 45.59938714783729, - 44.650279122418326, - 43.93687898243986, - 43.79787365032617, - 44.13195206513408, - 44.986672535837776, - 45.88795005927112 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 28.75, -47.5 28.90625, -47.34375 28.90625, -47.34375 28.75, -47.5 28.75))", @@ -419010,9 +286977,9 @@ ], "ice resistance": 48012.345280698864, "wind resistance": [ - 2735.4318377111667, + 2735.431837711054, 938.6850928639724, - -1334.2157371530702, + -1334.2157371530957, -2783.6588183041567, -2875.3229151978157, -1671.841561443187, @@ -419020,7 +286987,7 @@ 2516.807083826501 ], "relative wind speed": [ - 7.805392905161264, + 7.805392905161262, 7.580054501691577, 7.225099853402434, 6.94529220595542, @@ -419030,19 +286997,19 @@ 7.7828004292063016 ], "relative wind angle": [ - 0.019167575339872196, - 0.05529436515317742, - 0.061330620492885936, + 0.01916757533988378, + 0.05529436515317741, + 0.061330620492889565, 0.02985956252367228, - 0.021620705567828927, - 0.05849268360013763, + 0.02162070556782893, + 0.05849268360013764, 0.05889317013800804, 0.026645564338485615 ], "resistance": [ - 50747.77711841003, + 50747.77711840992, 48951.03037356284, - 46678.129543545794, + 46678.12954354577, 45228.686462394704, 45137.02236550105, 46340.50371925568, @@ -419050,9 +287017,9 @@ 50529.15236452536 ], "fuel": [ - 40.00383981613301, + 40.003839816132974, 39.39107875433594, - 38.633140154537486, + 38.63314015453748, 38.15983609772803, 38.13016674467938, 38.52219273927011, @@ -419090,19 +287057,19 @@ ], "ice resistance": 62443.0827169381, "wind resistance": [ - 3184.84211665958, + 3184.842116658623, 1809.8063175045136, - -540.7654419647733, + -540.7654419647879, -2514.9086175444463, -3016.195105138566, -2389.0527067319417, - -327.87735491353305, + -327.8773549135185, 1988.4883397318954 ], "relative wind speed": [ - 7.8490433670797275, + 7.849043367079726, 7.7024206210299955, - 7.360369112139682, + 7.360369112139681, 7.012050346153719, 6.873229774949383, 7.037150410093627, @@ -419110,27 +287077,27 @@ 7.725277940666893 ], "relative wind angle": [ - 0.002157850439642856, - 0.04636300228319438, - 0.06633717948518636, - 0.047511373701936845, + 0.002157850439745757, + 0.046363002283194385, + 0.06633717948518804, + 0.04751137370193685, 0.0024642076917252287, 0.05074961927733602, - 0.06603349906803677, - 0.04312207997555093 + 0.06603349906803507, + 0.043122079975550925 ], "resistance": [ - 65627.92483359767, + 65627.92483359673, 64252.88903444262, - 61902.31727497333, + 61902.31727497331, 59928.174099393655, 59426.88761179954, 60054.03001020616, - 62115.20536202457, + 62115.205362024586, 64431.57105667 ], "fuel": [ - 45.54025099554977, + 45.540250995549385, 44.99409567255, 44.07675695607561, 43.32220841103401, @@ -419170,19 +287137,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1256.1531471700373, + 1256.1531471700346, 1611.2157803143273, 753.1742004179259, -455.876938267842, -1340.12578583904, -1491.6182786190911, - -987.7654918443905, + -987.7654918443886, 134.76993287507776 ], "relative wind speed": [ - 4.041177987125955, + 4.0411779871259546, 4.110113081593836, - 3.916696268729241, + 3.9166962687292406, 3.5472531582375124, 3.1993474828000656, 3.110291673756935, @@ -419190,17 +287157,17 @@ 3.7395105121799683 ], "relative wind angle": [ - 0.07058191485798561, + 0.07058191485798562, 0.023614173073040597, - 0.1080160277022696, + 0.10801602770226858, 0.1414521461682653, - 0.08919805754826123, + 0.08919805754826121, 0.03120725191004291, - 0.12635679671276942, + 0.12635679671276856, 0.13413459854082163 ], "resistance": [ - 97890.65314717007, + 97890.65314717006, 98245.71578031435, 97387.67420041795, 96178.62306173219, @@ -419210,7 +287177,7 @@ 96769.2699328751 ], "fuel": [ - 43.76178899475205, + 43.76178899475204, 43.94658615528132, 43.50080974262852, 42.87732398251861, @@ -419250,7 +287217,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1253.2393850810522, + 1253.2393850810477, 1542.793012088573, 686.3975517876115, -481.8442197480663, @@ -419260,7 +287227,7 @@ 183.14498255606213 ], "relative wind speed": [ - 3.9215277803602797, + 3.9215277803602793, 3.9794380987754914, 3.7765338419252696, 3.4028054064301387, @@ -419270,13 +287237,13 @@ 3.6273393279859296 ], "relative wind angle": [ - 0.06945323475460041, + 0.06945323475460201, 0.02850372573904849, 0.11478408507052781, 0.14696143492577332, - 0.08907887104793374, - 0.03802384113500555, - 0.13404677941501442, + 0.08907887104793376, + 0.038023841135005544, + 0.1340467794150144, 0.13780447274150892 ], "resistance": [ @@ -419330,11 +287297,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1423.581838184501, + 1423.5818381844947, 1498.8823549049384, - 509.6833743126417, + 509.6833743126399, -699.4242942817336, - -1454.1003930705274, + -1454.1003930705247, -1486.1620673736197, -812.7879564094137, 378.0121918887726 @@ -419350,11 +287317,11 @@ 4.017405387210815 ], "relative wind angle": [ - 0.04784157060570774, - 0.03887225441438309, - 0.10867395853430907, + 0.047841570605710065, + 0.0388722544143831, + 0.10867395853431008, 0.12379095013616075, - 0.06023920857708924, + 0.0602392085770874, 0.0493594661690191, 0.12081740303017502, 0.11355795384158512 @@ -419362,9 +287329,9 @@ "resistance": [ 98058.0818381845, 98133.38235490494, - 97144.18337431265, + 97144.18337431263, 95935.07570571826, - 95180.39960692947, + 95180.39960692948, 95148.33793262638, 95821.71204359058, 97012.51219188877 @@ -419372,7 +287339,7 @@ "fuel": [ 44.47965546077651, 44.51885435421012, - 44.00559290103037, + 44.00559290103036, 43.383173617603184, 42.99744201198958, 42.981101512919935, @@ -419410,17 +287377,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1173.8906132431894, + 1173.8906132431803, 1398.2282478143434, - 595.7853895919907, + 595.785389591987, -471.31555518284404, - -1210.4905836593762, + -1210.490583659377, -1306.4398746046486, -805.8484143264268, 206.4543572746843 ], "relative wind speed": [ - 3.7181447643933923, + 3.718144764393392, 3.765463845312083, 3.5617973860480454, 3.1971593173645125, @@ -419430,11 +287397,11 @@ 3.439692630609653 ], "relative wind angle": [ - 0.06802762942441246, + 0.06802762942441573, 0.03255346680813195, - 0.11990753754998078, + 0.11990753754998264, 0.15069920055184804, - 0.08822144463072215, + 0.0882214446307234, 0.0436880906024572, 0.13966548915701477, 0.14000068447489628 @@ -419442,7 +287409,7 @@ "resistance": [ 97808.39061324319, 98032.72824781435, - 97230.285389592, + 97230.28538959198, 96163.18444481716, 95424.00941634062, 95328.06012539535, @@ -419490,19 +287457,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1334.3215390324985, + 1334.3215390324913, 1294.4631773635347, - 367.5587564700272, + 367.55875647002813, -701.7253931578934, - -1320.011851913991, + -1320.0118519139937, -1303.012513893093, -641.9110812022709, 437.0776119973543 ], "relative wind speed": [ - 3.9598840901412453, + 3.959884090141245, 3.9519028953112194, - 3.71158318186036, + 3.7115831818603597, 3.351784123421474, 3.079297204452858, 3.0895334254116342, @@ -419510,17 +287477,17 @@ 3.732063299394141 ], "relative wind angle": [ - 0.04291604421173772, + 0.04291604421174031, 0.04849513748399632, - 0.11904851170114596, + 0.11904851170114503, 0.12919625419507302, - 0.05519983788131777, - 0.06204688963066219, - 0.13100776338078368, + 0.05519983788131978, + 0.06204688963066218, + 0.1310077633807837, 0.11596902303842617 ], "resistance": [ - 97968.82153903248, + 97968.82153903246, 97928.9631773635, 97002.05875647, 95932.77460684208, @@ -419530,7 +287497,7 @@ 97071.57761199733 ], "fuel": [ - 43.54212332953724, + 43.54212332953723, 43.52139619769053, 43.041054881160996, 42.49090067648542, @@ -419570,17 +287537,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1009.6784479533367, + 1009.6784479533349, 1109.4564767450543, - 418.5129270664693, + 418.51292706646836, -446.6389936424089, - -1008.4744882547675, + -1008.4744882547689, -1051.2257826088644, - -594.9188045512033, + -594.9188045512042, 245.81018153154673 ], "relative wind speed": [ - 3.3121736755311972, + 3.312173675531197, 3.3358194995353876, 3.1315866149719693, 2.7895633274858413, @@ -419591,12 +287558,12 @@ ], "relative wind angle": [ 0.0626851994418455, - 0.04258005822843299, - 0.13075397846240275, - 0.1567331799073113, - 0.08316765894122047, + 0.042580058228433, + 0.1307539784624036, + 0.15673317990731134, + 0.08316765894122181, 0.05761289042032995, - 0.15064192218266415, + 0.15064192218266487, 0.14229508991480141 ], "resistance": [ @@ -419650,19 +287617,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1351.5391554266162, + 1351.5391554265989, 1218.4187508930354, - 269.4960550179949, + 269.49605501799397, -776.5586787764105, -1335.4417896393052, -1278.8987158486952, - -575.2616232507489, + -575.2616232507471, 503.1027064373702 ], "relative wind speed": [ 4.177333765561713, 4.151903080090715, - 3.9136746928285597, + 3.9136746928285593, 3.5792915138256274, 3.3450611848523013, 3.376574082237898, @@ -419670,17 +287637,17 @@ 3.978470054978839 ], "relative wind angle": [ - 0.03175546704993271, - 0.04834702791912023, + 0.031755467049939715, + 0.04834702791912024, 0.10659754507281233, 0.10867727338855726, 0.03966016163738341, - 0.05946034764548864, - 0.1143298194993582, - 0.09773635296977136 + 0.05946034764548863, + 0.11432981949935725, + 0.09773635296977135 ], "resistance": [ - 97986.03915542661, + 97986.0391554266, 97852.91875089303, 96903.996055018, 95857.9413212236, @@ -419690,7 +287657,7 @@ 97137.60270643738 ], "fuel": [ - 44.244683147766004, + 44.244683147766, 44.1754724895667, 43.684028225950414, 43.14616221068452, @@ -419717,68 +287684,7 @@ "id": "7239", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.64966515097271, - 13.64966515097271, - 13.64966515097271, - 13.64966515097271, - 13.64966515097271, - 13.64966515097271, - 13.64966515097271, - 13.64966515097271 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1226.540815884302, - 1106.6468573131824, - 240.6154709671746, - -716.6314145194965, - -1227.667176614329, - -1176.8812504161579, - -534.4538398057775, - 451.8490186716681 - ], - "relative wind speed": [ - 4.170125688266653, - 4.147124327336198, - 3.930084577902125, - 3.627347496013521, - 3.416888193440912, - 3.4447689321685435, - 3.690461812965038, - 3.9884111279533063 - ], - "relative wind angle": [ - 0.028876567222899958, - 0.04373291958820807, - 0.0960259736300252, - 0.09707789998785986, - 0.03524467407802632, - 0.05265719309497828, - 0.10228212920890259, - 0.0882655690687245 - ], - "resistance": [ - 97861.04081588433, - 97741.14685731322, - 96875.1154709672, - 95917.86858548054, - 95406.8328233857, - 95457.61874958387, - 96100.04616019425, - 97086.3490186717 - ], - "fuel": [ - 44.27687004434098, - 44.21458876579194, - 43.76630029612041, - 43.27404268153671, - 43.012642096860624, - 43.03857618546924, - 43.367463537572384, - 43.875384911101534 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 29.84375, -46.25 30, -46.09375 30, -46.09375 29.84375, -46.25 29.84375))", @@ -419797,68 +287703,7 @@ "id": "7240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.750028644228427, - 14.750028644228427, - 14.750028644228427, - 14.750028644228427, - 14.750028644228427, - 14.750028644228427, - 14.750028644228427, - 14.750028644228427 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1529.1003498364207, - 2147.385742702143, - 1110.912502353005, - -457.0176320314067, - -1676.4193152989164, - -1940.0661368611109, - -1383.529198109457, - 33.784434537060406 - ], - "relative wind speed": [ - 4.571264944530107, - 4.6770810905973885, - 4.480280635180933, - 4.06763233294655, - 3.6550617000338104, - 3.5186434454374917, - 3.7660356682015927, - 4.2083614897144574 - ], - "relative wind angle": [ - 0.07869886641426163, - 0.015194812794946989, - 0.10282706840476183, - 0.14290479721438396, - 0.0984836258181657, - 0.020197974066311075, - 0.12241874854147727, - 0.13809485568844374 - ], - "resistance": [ - 98163.60034983643, - 98781.88574270216, - 97745.41250235302, - 96177.48236796861, - 94958.0806847011, - 94694.4338631389, - 95250.97080189055, - 96668.28443453707 - ], - "fuel": [ - 45.385457945855734, - 45.70818371529667, - 45.167983305843535, - 44.3583898955344, - 43.735081216202474, - 43.6010431216598, - 43.88428988094721, - 44.61082967471023 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 29.84375, -46.09375 30, -45.9375 30, -45.9375 29.84375, -46.09375 29.84375))", @@ -419877,68 +287722,7 @@ "id": "7241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.98459285815669, - 11.98459285815669, - 11.98459285815669, - 11.98459285815669, - 11.98459285815669, - 11.98459285815669, - 11.98459285815669, - 11.98459285815669 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1155.6049679481685, - 1809.2937869533534, - 1044.6867978464243, - -212.98364507404676, - -1258.4996169117508, - -1538.4029978317903, - -1181.1131956711583, - -83.7223664668536 - ], - "relative wind speed": [ - 3.778394643094245, - 3.9120220801842405, - 3.7494176785101865, - 3.3568851433737374, - 2.9273839026074597, - 2.7462566952780527, - 2.964407135378649, - 3.402523288150317 - ], - "relative wind angle": [ - 0.10494324798517492, - 0.005921841635016334, - 0.11454851792957756, - 0.17452695519876685, - 0.13561782654979576, - 0.008435669770767073, - 0.14507405185098027, - 0.17216244948558904 - ], - "resistance": [ - 97790.10496794818, - 98443.79378695336, - 97679.18679784644, - 96421.51635492597, - 95376.00038308826, - 95096.09700216823, - 95453.38680432885, - 96550.77763353316 - ], - "fuel": [ - 42.95236153548617, - 43.29270135863937, - 42.89477033225035, - 42.2449620080829, - 41.7092490142588, - 41.56651927025173, - 41.748761730886635, - 42.311476852784445 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 29.6875, -46.25 29.84375, -46.09375 29.84375, -46.09375 29.6875, -46.25 29.6875))", @@ -419957,68 +287741,7 @@ "id": "7242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.52424083332099, - 16.52424083332099, - 16.52424083332099, - 16.52424083332099, - 16.52424083332099, - 16.52424083332099, - 16.52424083332099, - 16.52424083332099 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1222.710039169997, - 2099.8826566307325, - 1295.3380413987306, - -195.20617091302847, - -1503.9836613215903, - -1895.381725131895, - -1554.998594416341, - -280.99899296562216 - ], - "relative wind speed": [ - 4.952169209069163, - 5.094222567893222, - 4.966604734364314, - 4.628636099200448, - 4.25700287396663, - 4.085945395251905, - 4.240152209155095, - 4.606710453826169 - ], - "relative wind angle": [ - 0.07362605441291409, - 0.0021649538956782792, - 0.07026317540893698, - 0.10913413381360362, - 0.08567656965050821, - 0.0026991946057857937, - 0.08232641663390598, - 0.10965564484262076 - ], - "resistance": [ - 97857.21003917001, - 98734.38265663074, - 97929.83804139875, - 96439.293829087, - 95130.51633867843, - 94739.11827486812, - 95079.50140558368, - 96353.50100703439 - ], - "fuel": [ - 46.92772262856703, - 47.38500193334353, - 46.96547565447905, - 46.194602602815415, - 45.524551239423964, - 45.32540628087908, - 45.49856232254399, - 46.15048426546657 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 29.6875, -46.09375 29.84375, -45.9375 29.84375, -45.9375 29.6875, -46.09375 29.6875))", @@ -420050,34 +287773,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1276.8239075411138, + 1276.8239075411093, 1318.4948361353963, - 442.59929222319533, - -607.1612288145434, - -1252.7810453207549, + 442.5992922231917, + -607.1612288145429, + -1252.7810453207526, -1270.6384948309942, - -669.0768046731923, + -669.0768046731932, 370.48247008286216 ], "relative wind speed": [ - 3.67021584375812, + 3.6702158437581196, 3.67914790644743, 3.439227942985643, - 3.057350602366214, + 3.0573506023662143, 2.747128721822011, 2.7351547006551664, 3.0313217760936073, 3.4161100462724425 ], "relative wind angle": [ - 0.05617843102373196, - 0.049306013084074625, - 0.13489201657512775, - 0.15525676192803925, - 0.07508650767181137, + 0.056178431023733946, + 0.04930601308407463, + 0.13489201657513025, + 0.15525676192803997, + 0.0750865076718099, 0.06634495532900618, - 0.15317820940222598, - 0.13883978566828087 + 0.1531782094022267, + 0.1388397856682809 ], "resistance": [ 97911.32390754111, @@ -420130,33 +287853,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1339.9334452450635, + 1339.9334452450598, 1489.7569956487318, - 589.6816266262126, + 589.6816266262108, -536.7642229844405, - -1277.2245365621984, + -1277.224536562197, -1341.904598301624, - -755.2483863716961, + -755.2483863716952, 334.0111139030937 ], "relative wind speed": [ - 3.46544819420691, + 3.4654481942069095, 3.4989835107368528, - 3.245835186388729, + 3.2458351863887285, 2.8084172527013074, - 2.4185681886963764, + 2.418568188696376, 2.369792746570385, 2.706170211370092, 3.157783368889582 ], "relative wind angle": [ - 0.0792018754763521, - 0.05087181808212444, - 0.1627104675919603, + 0.0792018754763535, + 0.050871818082124445, + 0.16271046759196103, 0.20280922978720292, - 0.1136101297788336, + 0.11361012977883067, 0.0751502296481487, - 0.19554199887608387, + 0.19554199887608328, 0.18010936879849235 ], "resistance": [ @@ -420210,39 +287933,39 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 1231.679737401325, + 1231.6797374013222, 1389.0421116102061, - 567.3175799486858, + 567.3175799486853, -468.30098092658227, - -1157.3331172232745, + -1157.333117223275, -1225.4192070959548, - -696.2115745908277, - 300.11272130511315 + -696.2115745908268, + 300.1127213051127 ], "relative wind speed": [ - 3.2374403924534647, + 3.2374403924534643, 3.274964946057724, - 3.029348718583716, + 3.029348718583715, 2.596680813568768, - 2.201978865283997, + 2.2019788652839973, 2.1457716141145524, 2.4804793002687693, - 2.930354922239025 + 2.9303549222390255 ], "relative wind angle": [ - 0.08644860343950699, - 0.052073411387089416, - 0.17270702223775572, + 0.08644860343950826, + 0.05207341138708942, + 0.17270702223775442, 0.21964292943728156, - 0.12728548632081657, + 0.12728548632081832, 0.07952446388952418, - 0.21144799858029661, - 0.1942915069462837 + 0.2114479985802961, + 0.19429150694628483 ], "resistance": [ 97866.17973740128, 98023.54211161016, - 97201.81757994865, + 97201.81757994863, 96166.19901907338, 95477.16688277668, 95409.080792904, @@ -420252,7 +287975,7 @@ "fuel": [ 41.54349256587907, 41.625321734239904, - 41.19903684816879, + 41.199036848168774, 40.665369171003135, 40.31251290809763, 40.27774164287016, @@ -420290,19 +288013,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1604.383223946088, + 1604.3832239460653, 1207.0022263610745, - 105.20402627408384, + 105.20402627408293, -968.7058339465211, -1429.3729596746343, -1259.005554819888, - -380.05590082661274, + -380.05590082661365, 791.304287507558 ], "relative wind speed": [ - 3.794925410836398, + 3.7949254108363975, 3.7116824379510795, - 3.383819316389941, + 3.38381931638994, 2.9639745368642822, 2.7097037952877208, 2.822652478045076, @@ -420310,17 +288033,17 @@ 3.5998345068667588 ], "relative wind angle": [ - 0.02343697210931028, - 0.08657726095233927, - 0.16111234961317622, + 0.023436972109319755, + 0.08657726095233928, + 0.16111234961317555, 0.15129198072929104, 0.03282624204243371, 0.1139501291216142, - 0.17000564841036153, + 0.1700056484103622, 0.1244144368060982 ], "resistance": [ - 98238.88322394609, + 98238.88322394606, 97841.50222636107, 96739.70402627408, 95665.79416605349, @@ -420330,7 +288053,7 @@ 97425.80428750756 ], "fuel": [ - 42.986709843939536, + 42.98670984393952, 42.779928907624836, 42.20967106031797, 41.65819452507847, @@ -420370,7 +288093,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1366.5384106368338, + 1366.5384106368301, 1473.336411928487, 550.4478243936492, -581.9140590144498, @@ -420390,12 +288113,12 @@ 3.252403501459793 ], "relative wind angle": [ - 0.0718495978850554, + 0.07184959788505693, 0.05264793097063449, 0.1577033537018042, 0.19129542407797057, - 0.10161737947908468, - 0.07593745549115385, + 0.1016173794790847, + 0.07593745549115387, 0.18615519440707576, 0.16932272378682442 ], @@ -420450,9 +288173,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1094.777706778782, + 1094.7777067787738, 1750.9392911270188, - 1014.8722831684363, + 1014.8722831684336, -228.05417156710337, -1273.6265619782844, -1552.376059859379, @@ -420460,7 +288183,7 @@ -134.05310786121572 ], "relative wind speed": [ - 4.2126479881643215, + 4.212647988164321, 4.334595901739396, 4.193921352852806, 3.853564798388153, @@ -420470,19 +288193,19 @@ 3.882344228942413 ], "relative wind angle": [ - 0.08140142339352041, + 0.08140142339352315, 0.0033477104438111452, - 0.08667628778687463, + 0.08667628778687592, 0.1298371658263854, - 0.09832236629504748, - 0.004348852086105043, + 0.0983223662950475, + 0.0043488520861050435, 0.10356396201915641, 0.1288693118112294 ], "resistance": [ - 97729.27770677881, + 97729.2777067788, 98385.43929112706, - 97649.37228316847, + 97649.37228316846, 96406.44582843293, 95360.87343802175, 95082.12394014065, @@ -420490,9 +288213,9 @@ 96500.44689213882 ], "fuel": [ - 44.34062764076327, + 44.340627640763266, 44.68210939927742, - 44.299152426863735, + 44.29915242686373, 43.65706576615785, 43.12138260747132, 42.97925634917084, @@ -420530,39 +288253,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1117.8649752985802, + 1117.8649752985766, 1220.0307440525148, - 454.44406502264155, + 454.4440650226379, -499.7673191578001, -1115.8392139576376, -1159.6046552995576, - -651.6680881133202, + -651.6680881133216, 277.5431541474936 ], "relative wind speed": [ - 3.4901830790879913, + 3.490183079087991, 3.513172460893377, 3.2977902294606527, - 2.939357475935421, + 2.9393574759354215, 2.6353689808336824, 2.6046433250471863, 2.872477535711349, - 3.2383213582587875 + 3.238321358258787 ], "relative wind angle": [ - 0.06156798039541922, + 0.061567980395421024, 0.043032341515804644, - 0.1302986217096605, - 0.1553630546696644, - 0.0815772533456372, + 0.1302986217096622, + 0.15536305466966513, + 0.08157725334563722, 0.05805720780987905, - 0.14972713734826654, - 0.14091914527206637 + 0.1497271373482673, + 0.1409191452720656 ], "resistance": [ 97752.36497529858, 97854.53074405252, - 97088.94406502265, + 97088.94406502263, 96134.7326808422, 95518.66078604237, 95474.89534470045, @@ -420572,7 +288295,7 @@ "fuel": [ 42.25617057834212, 42.30924349438025, - 41.912482678208654, + 41.91248267820865, 41.421021426385096, 41.10551691709232, 41.08315736183055, @@ -420610,37 +288333,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 983.389865717365, + 983.3898657173577, 1478.9417843620013, - 816.601952026771, + 816.60195202677, -243.08413213912354, -1103.1899223159535, -1314.3261590733619, - -986.3762004320274, + -986.3762004320256, -47.34522524177919 ], "relative wind speed": [ - 3.757573333739578, + 3.7575733337395776, 3.8605844002535656, - 3.713609759670589, - 3.381097440290897, + 3.7136097596705886, + 3.3810974402908966, 3.034599628340315, 2.902419740711663, 3.0882446171949027, 3.4491060235968805 ], "relative wind angle": [ - 0.08379441971224988, + 0.08379441971225253, 0.008896173752812424, 0.0979224945398288, - 0.14218033760078758, + 0.1421803376007868, 0.10382293821603684, 0.011833153428974855, - 0.11783607721885443, + 0.11783607721885347, 0.13935838358559535 ], "resistance": [ - 97617.88986571734, + 97617.88986571733, 98113.44178436197, 97451.10195202674, 96391.41586786085, @@ -420650,7 +288373,7 @@ 96587.1547747582 ], "fuel": [ - 42.99932262439789, + 42.99932262439788, 43.25686589927042, 42.91284681463428, 42.3658413176981, @@ -420690,19 +288413,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 929.3594133947818, + 929.3594133947754, 1368.621508305796, - 746.3386552259608, + 746.3386552259572, -228.4899594024473, -1009.894572400422, -1197.7470523220259, - -881.9876988450201, + -881.9876988450192, -14.576037345757868 ], "relative wind speed": [ - 3.430337282256765, + 3.4303372822567644, 3.5298138026845094, - 3.3774350751272073, + 3.377435075127207, 3.0374678821182077, 2.682262480943402, 2.5499334118943775, @@ -420710,14 +288433,14 @@ 3.1201818459534865 ], "relative wind angle": [ - 0.09249956304755054, - 0.01186804092965623, - 0.1115867041491434, - 0.16202256988161562, - 0.11840526087079169, + 0.09249956304755413, + 0.011868040929656229, + 0.11158670414914441, + 0.16202256988161565, + 0.1184052608707917, 0.016429007761760404, - 0.13726330583432245, - 0.15769099523757504 + 0.13726330583432167, + 0.15769099523757502 ], "resistance": [ 97563.85941339479, @@ -420726,7 +288449,7 @@ 96406.01004059757, 95624.6054275996, 95436.75294767799, - 95752.51230115499, + 95752.512301155, 96619.92396265425 ], "fuel": [ @@ -420736,7 +288459,7 @@ 41.524009324551706, 41.123285734917715, 41.027289101650595, - 41.18872402421795, + 41.188724024217954, 41.63410579710657 ] }, @@ -420770,9 +288493,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1478.2632110887703, + 1478.2632110887685, 1168.9098713151902, - 158.33147364531533, + 158.33147364531442, -855.2904131247674, -1321.7702348170783, -1188.8782629190973, @@ -420780,9 +288503,9 @@ 690.7629670498013 ], "relative wind speed": [ - 3.593828413701755, + 3.5938284137017544, 3.525660114153982, - 3.212212315540738, + 3.2122123155407376, 2.795863544343024, 2.5280887346349212, 2.6223188358362903, @@ -420796,8 +288519,8 @@ 0.16306458861751896, 0.04300179417242507, 0.11472786871530473, - 0.17880346817080967, - 0.1343061868198118 + 0.17880346817080964, + 0.13430618681981182 ], "resistance": [ 98112.76321108878, @@ -420837,68 +288560,7 @@ "id": "7253", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.515688850376453, - 11.515688850376453, - 11.515688850376453, - 11.515688850376453, - 11.515688850376453, - 11.515688850376453, - 11.515688850376453, - 11.515688850376453 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1401.140709943813, - 1554.607172081579, - 604.4964789033311, - -588.4134053205162, - -1370.3925764203154, - -1436.3967536694922, - -814.4557452219556, - 340.66331691561936 - ], - "relative wind speed": [ - 3.7170284667107407, - 3.7492494107128467, - 3.4999389470552207, - 3.074588760590699, - 2.702883542084898, - 2.6580084500770065, - 2.9786418769797405, - 3.415960189706658 - ], - "relative wind angle": [ - 0.07107014161268876, - 0.04620309150691998, - 0.14590252490173553, - 0.17867813170376423, - 0.0978098873298836, - 0.06519468280664009, - 0.1716715533422418, - 0.16065793171578835 - ], - "resistance": [ - 98035.64070994381, - 98189.10717208158, - 97238.99647890333, - 96046.08659467948, - 95264.10742357968, - 95198.1032463305, - 95820.04425477804, - 96975.16331691563 - ], - "fuel": [ - 42.75035378579193, - 42.8302527210154, - 42.33700673430309, - 41.72246886376685, - 41.32249876102892, - 41.28884279211121, - 41.60661794281417, - 42.200634739341396 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 29.375, -45.9375 29.53125, -45.78125 29.53125, -45.78125 29.375, -45.9375 29.375))", @@ -420930,7 +288592,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1296.598086274812, + 1296.5980862748056, 1045.2561377016364, 159.63784925945447, -739.0319125542605, @@ -420940,7 +288602,7 @@ 591.9570461969524 ], "relative wind speed": [ - 3.3633989017738144, + 3.363398901773814, 3.3042877717801566, 3.0125418811323974, 2.6197854960908122, @@ -420950,14 +288612,14 @@ 3.166533345112347 ], "relative wind angle": [ - 0.032763954646750096, - 0.08377931107821977, + 0.032763954646753475, + 0.08377931107821976, 0.16715468693027538, 0.16578068754485326, - 0.046668607361952066, + 0.04666860736195207, 0.11339178297493205, 0.18026988141530076, - 0.1369566141052399 + 0.13695661410523988 ], "resistance": [ 97931.09808627485, @@ -421010,37 +288672,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1536.6721389467166, + 1536.672138946702, 1260.9592956112865, - 211.76756250623203, + 211.7675625062302, -864.587538597737, -1384.2653526313306, -1265.7443217143477, - -458.35046785156555, + -458.35046785156646, 685.8759241143007 ], "relative wind speed": [ - 3.666838681392802, + 3.6668386813928016, 3.6074145790970196, 3.2922638455690776, 2.8628912789514045, 2.5754658133253616, 2.6580613472010834, - 3.0396922281910177, + 3.0396922281910173, 3.4471123561424792 ], "relative wind angle": [ - 0.03497216685179392, + 0.03497216685180027, 0.08201648538636955, - 0.16666301913172385, + 0.16666301913172454, 0.16734367609574405, 0.0498023192691932, 0.11141510786225332, - 0.18065783598356253, + 0.18065783598356194, 0.13877933290581562 ], "resistance": [ - 98171.17213894676, + 98171.17213894674, 97895.45929561133, 96846.26756250627, 95769.9124614023, @@ -421050,7 +288712,7 @@ 97320.37592411434 ], "fuel": [ - 42.62472406009787, + 42.62472406009786, 42.48126134657345, 41.937917692074926, 41.38476356331481, @@ -421090,37 +288752,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1511.1786640421328, + 1511.1786640421237, 1450.491302807844, - 427.93997831024853, - -729.5038409199083, + 427.9399783102467, + -729.5038409199078, -1395.741093373701, -1369.5654852119587, -640.7451490724293, 531.7252038053034 ], "relative wind speed": [ - 3.616923404102749, + 3.6169234041027485, 3.603800176326276, - 3.3095122905438608, - 2.8583924672755243, + 3.3095122905438603, + 2.858392467275524, 2.5039794594828426, 2.5228302229379014, 2.8981332687434045, 3.343896013287605 ], "relative wind angle": [ - 0.05784657137472901, - 0.06847448105264584, + 0.057846571374732855, + 0.06847448105264585, 0.1693590949829551, - 0.19087961825276836, + 0.19087961825276778, 0.08360842368962165, 0.0978939537015135, 0.19368447318756063, - 0.1628960544722865 + 0.16289605447228653 ], "resistance": [ - 98145.67866404215, + 98145.67866404213, 98084.99130280786, 97062.43997831026, 95904.99615908011, @@ -421130,7 +288792,7 @@ 97166.22520380531 ], "fuel": [ - 42.4559171968064, + 42.455917196806396, 42.42432098943885, 41.89400172622589, 41.29841854389046, @@ -421170,9 +288832,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1769.6290063100523, + 1769.6290063100469, 1692.204374778663, - 499.878661451944, + 499.8786614519431, -843.5960927701472, -1614.7142458721924, -1581.266511569197, @@ -421180,9 +288842,9 @@ 631.8571560974824 ], "relative wind speed": [ - 3.834628347974292, + 3.8346283479742915, 3.8188714785510895, - 3.4942348045729554, + 3.494234804572955, 2.9954605843904103, 2.6017741977640063, 2.624847457195865, @@ -421190,9 +288852,9 @@ 3.5356497890206895 ], "relative wind angle": [ - 0.05986982347096476, - 0.07201935725855518, - 0.1778155377242315, + 0.059869823470966615, + 0.0720193572585552, + 0.17781553772423153, 0.20141993036244746, 0.08830121828608668, 0.10488206606672698, @@ -421250,9 +288912,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1443.1614547163558, + 1443.1614547163485, 1623.791684973176, - 656.4168396258478, + 656.4168396258424, -563.6824037544825, -1373.6568517217925, -1451.6792169543905, @@ -421262,25 +288924,25 @@ "relative wind speed": [ 3.5786387444916574, 3.617729080262512, - 3.3558039386931013, + 3.355803938693101, 2.89775583445388, 2.484474803547226, 2.427201395611994, - 2.7781019128336024, + 2.778101912833602, 3.2530418744501812 ], "relative wind angle": [ - 0.08214914376782248, - 0.050077934217928874, - 0.164563996772683, + 0.08214914376782653, + 0.05007793421792888, + 0.16456399677268505, 0.20728838707449881, - 0.11847156422714503, + 0.11847156422714504, 0.07467906061553548, - 0.19920367432748107, - 0.1843723451661267 + 0.19920367432747996, + 0.18437234516612666 ], "resistance": [ - 98077.66145471638, + 98077.66145471636, 98258.29168497318, 97290.91683962586, 96070.81759624553, @@ -421330,9 +288992,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1691.3000139742499, + 1691.3000139742398, 1688.148132853451, - 555.7274660954126, + 555.7274660954117, -754.206006209708, -1538.4404983887102, -1537.0761934315155, @@ -421340,9 +289002,9 @@ 561.0777347163739 ], "relative wind speed": [ - 3.6920119850659248, + 3.6920119850659243, 3.6913491959069957, - 3.3766118105474456, + 3.376611810547445, 2.874092889005753, 2.458206455882132, 2.459201616681275, @@ -421350,17 +289012,17 @@ 3.3783607775040227 ], "relative wind angle": [ - 0.06921079696388072, + 0.06921079696388552, 0.06974677749063128, 0.1844019561763621, 0.21683522857312013, - 0.10405328467101754, + 0.10405328467101756, 0.10479926366411864, 0.2169621659831966, - 0.18406495538160675 + 0.18406495538160678 ], "resistance": [ - 98325.8000139743, + 98325.80001397428, 98322.6481328535, 97190.22746609546, 95880.29399379034, @@ -421370,7 +289032,7 @@ 97195.57773471641 ], "fuel": [ - 42.57566106495319, + 42.57566106495318, 42.57401762278904, 41.985947571291945, 41.31164690609752, @@ -421397,68 +289059,7 @@ "id": "7260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.050587247522484, - 11.050587247522484, - 11.050587247522484, - 11.050587247522484, - 11.050587247522484, - 11.050587247522484, - 11.050587247522484, - 11.050587247522484 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1530.8240668869862, - 1492.6975537630801, - 457.9462950734801, - -725.3774920358137, - -1417.200475655858, - -1400.7508746845197, - -669.6580828293086, - 523.112031274502 - ], - "relative wind speed": [ - 3.6391838138852566, - 3.6309987850048855, - 3.3369122782442044, - 2.880369446367952, - 2.5162501150438836, - 2.5280469331078166, - 2.905200495663916, - 3.3583694444079213 - ], - "relative wind angle": [ - 0.06034508998673134, - 0.06693908745411987, - 0.16951444754496386, - 0.19327957198672538, - 0.08733347072885464, - 0.09622030399176772, - 0.19500669028437306, - 0.1654941173001189 - ], - "resistance": [ - 98165.32406688698, - 98127.19755376308, - 97092.44629507347, - 95909.12250796419, - 95217.29952434414, - 95233.74912531549, - 95964.84191717069, - 97157.6120312745 - ], - "fuel": [ - 42.505188891039126, - 42.48533435371886, - 41.94854889441621, - 41.339573570475906, - 40.98595348874213, - 40.99434090805771, - 41.368131620441346, - 41.98223658437767 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 29.53125, -45.46875 29.6875, -45.3125 29.6875, -45.3125 29.53125, -45.46875 29.53125))", @@ -421490,9 +289091,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1796.4126429898688, + 1796.4126429898624, 1606.6518651834822, - 384.9404312706747, + 384.9404312706729, -937.3303619425105, -1643.8885801401461, -1562.179641032922, @@ -421500,27 +289101,27 @@ 710.4364189254838 ], "relative wind speed": [ - 3.9639514356780157, + 3.9639514356780152, 3.926314662925831, - 3.596809737316149, - 3.1190224721148336, + 3.596809737316148, + 3.119022472114834, 2.7693619061350825, 2.822468692343557, 3.2319090434468714, 3.6951285728657135 ], "relative wind angle": [ - 0.046769813178396305, + 0.04676981317839868, 0.07443066455219169, - 0.16709933622545434, - 0.17858629068825302, + 0.1670993362254543, + 0.17858629068825363, 0.06697004442012396, 0.10362973799452975, 0.18617521652328076, - 0.1505105908872338 + 0.15051059088723384 ], "resistance": [ - 98430.91264298989, + 98430.91264298988, 98241.15186518349, 97019.44043127069, 95697.1696380575, @@ -421530,7 +289131,7 @@ 97344.9364189255 ], "fuel": [ - 43.37004648220176, + 43.370046482201744, 43.27109378337178, 42.63722816689868, 41.95744741197592, @@ -421557,68 +289158,7 @@ "id": "7262", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.358415536618306, - 11.358415536618306, - 11.358415536618306, - 11.358415536618306, - 11.358415536618306, - 11.358415536618306, - 11.358415536618306, - 11.358415536618306 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1646.297713139491, - 1339.7468890459731, - 219.3928473781034, - -922.4766239046771, - -1468.6330802885427, - -1336.7093394176436, - -472.14872123298983, - 745.3500486392632 - ], - "relative wind speed": [ - 3.7331165224493863, - 3.6682900163598786, - 3.3360988845204034, - 2.884228979723068, - 2.582737105956729, - 2.6740116462993897, - 3.0784954379326366, - 3.505411975958884 - ], - "relative wind angle": [ - 0.035080260312974364, - 0.085840105397416, - 0.17343553928931466, - 0.17411902657384618, - 0.050716732885511207, - 0.11788634628781498, - 0.1881150305933922, - 0.14302829924129853 - ], - "resistance": [ - 98280.79771313946, - 97974.24688904594, - 96853.89284737807, - 95712.0233760953, - 95165.86691971142, - 95297.79066058232, - 96162.35127876698, - 97379.85004863923 - ], - "fuel": [ - 42.77070567329337, - 42.61108945531054, - 42.03071293919537, - 41.44399683204303, - 41.165085635460635, - 41.23235478338486, - 41.674805199894564, - 42.30259266855219 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 29.375, -45.46875 29.53125, -45.3125 29.53125, -45.3125 29.375, -45.46875 29.375))", @@ -421650,19 +289190,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1804.353148076224, + 1804.353148076215, 1580.4595758520727, - 348.80119218798063, + 348.801192187977, -968.3486388472593, -1655.4238130495746, -1559.1520122615507, - -638.4566979727961, + -638.4566979727952, 733.8111289332837 ], "relative wind speed": [ - 4.0239193865212775, + 4.023919386521277, 3.9800615996674455, - 3.6508023655866157, + 3.6508023655866153, 3.182159231388603, 2.847814264133466, 2.9087940757427995, @@ -421670,14 +289210,14 @@ 3.765081133031809 ], "relative wind angle": [ - 0.04264694830994378, - 0.07419824319591307, - 0.16198966762341696, - 0.16977494377750146, + 0.042646948309946385, + 0.07419824319591309, + 0.16198966762341835, + 0.16977494377750144, 0.06027773746186189, 0.10160600852697761, - 0.17869546442216402, - 0.14329137266731798 + 0.1786954644221634, + 0.14329137266731795 ], "resistance": [ 98438.85314807622, @@ -421730,19 +289270,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2756.89665229359, + 2756.8966522935552, 2329.8264778302037, - 417.9793890084911, + 417.9793890084893, -1592.7451900632068, -2594.241174086129, -2411.756809717014, - -954.5794676298592, + -954.579467629861, 1160.3458474538402 ], "relative wind speed": [ - 5.367254885372926, + 5.367254885372925, 5.304007828750009, - 4.919360171157061, + 4.91936017115706, 4.394745127990077, 4.041766894350995, 4.124415787161841, @@ -421750,33 +289290,33 @@ 5.0822750705603 ], "relative wind angle": [ - 0.03227410337835757, - 0.06537243237593837, - 0.13522657957810894, + 0.032274103378364456, + 0.06537243237593836, + 0.13522657957810813, 0.1349841864486079, 0.042864004712817996, 0.08410835821429834, - 0.1454309137785081, - 0.11663364593635694 + 0.14543091377850884, + 0.11663364593635693 ], "resistance": [ - 99391.39665229362, + 99391.39665229358, 98964.32647783024, 97052.47938900851, 95041.75480993683, 94040.2588259139, 94222.74319028301, - 95679.92053237018, + 95679.92053237016, 97794.84584745386 ], "fuel": [ - 48.14195942099619, + 48.141959420996166, 47.917921517998195, 46.9233000744588, 45.89191283896939, 45.383815107320714, 45.47611843070055, - 46.217625852961135, + 46.21762585296113, 47.30789434633738 ] }, @@ -421810,9 +289350,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3754.365429815176, + 3754.365429814976, 2368.1724017915276, - -290.6264737290585, + -290.62647372906395, -2652.9371911209364, -3393.767761235895, -2806.7457077438576, @@ -421830,17 +289370,17 @@ 6.52936890973138 ], "relative wind angle": [ - 0.00375411173369998, + 0.0037541117337295533, 0.0711801979036153, - 0.11244915157550239, + 0.11244915157550339, 0.08985527866142946, 0.00471440990547426, - 0.08403320550226764, + 0.08403320550226763, 0.11338509906533346, - 0.07702661375870581 + 0.07702661375870583 ], "resistance": [ - 100388.86542981521, + 100388.865429815, 99002.67240179155, 96343.87352627097, 93981.5628088791, @@ -421850,7 +289390,7 @@ 98783.63789491986 ], "fuel": [ - 54.480248356627605, + 54.4802483566275, 53.7503901777301, 52.370489324526375, 51.1665325216365, @@ -421890,9 +289430,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2683.946189286675, + 2683.9461892866893, 2086.957944672773, - 221.67517617178237, + 221.6751761717769, -1641.5049105673024, -2475.2008513193587, -2220.342089483999, @@ -421900,7 +289440,7 @@ 1260.4378290853401 ], "relative wind speed": [ - 5.256954125378428, + 5.256954125378427, 5.1663769842159635, 4.773313269076826, 4.266544207289794, @@ -421910,17 +289450,17 @@ 5.006377541663952 ], "relative wind angle": [ - 0.023780565991178587, - 0.07217468944369913, - 0.13699533739603148, + 0.02378056599117392, + 0.07217468944369915, + 0.1369953373960331, 0.12911295655359958, 0.03162171529070038, - 0.09163578165579678, + 0.09163578165579679, 0.14453935125860345, - 0.1099488133002118 + 0.10994881330021182 ], "resistance": [ - 99318.44618928671, + 99318.44618928674, 98721.45794467282, 96856.17517617182, 94992.99508943275, @@ -421930,7 +289470,7 @@ 97894.93782908538 ], "fuel": [ - 47.740668951868436, + 47.74066895186845, 47.42784405040091, 46.45897138662115, 45.50411558758326, @@ -421976,13 +289516,13 @@ -2629.13517745044, -3093.0951157078653, -2307.0854436079844, - -106.65183441394947, + -106.65183441394402, 2276.579251854031 ], "relative wind speed": [ 6.377268782605216, 6.166156762787099, - 5.70373539938463, + 5.703735399384629, 5.236239136998909, 5.0669756388127185, 5.321870914128554, @@ -421992,11 +289532,11 @@ "relative wind angle": [ 0.008760135538063795, 0.08162982629905091, - 0.11512238983681229, - 0.08102044211836225, + 0.11512238983681133, + 0.08102044211836223, 0.011025542695746276, 0.094616058163405, - 0.11291519783478744, + 0.11291519783478647, 0.06797601423831512 ], "resistance": [ @@ -422050,7 +289590,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 886.7492772665855, + 886.7492772665819, 1370.512564029962, 779.1966702923937, -185.62154452951836, @@ -422060,7 +289600,7 @@ -59.86059812447411 ], "relative wind speed": [ - 3.429174820967006, + 3.4291748209670057, 3.5387056289748857, 3.3981730232888796, 3.066875516775903, @@ -422070,12 +289610,12 @@ 3.1152942008707947 ], "relative wind angle": [ - 0.09529994781881881, - 0.006927512060446474, + 0.09529994781881997, + 0.0069275120604464745, 0.10642672645950603, 0.15913178497549124, - 0.12063946419098168, - 0.009550732057173892, + 0.1206394641909817, + 0.00955073205717389, 0.13163704646248156, 0.15663792489709258 ], @@ -422130,37 +289670,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 641.7951372947364, + 641.7951372947336, 1211.5006942946761, 859.702143452264, 39.712590378281675, -728.0855374823518, -1031.0523265289019, - -879.6418628869799, + -879.6418628869803, -212.99609678430306 ], "relative wind speed": [ - 2.9124691009506174, + 2.912469100950617, 3.0757248664304253, 2.9850529145401077, 2.6750258285414197, 2.2855361045578513, 2.0605989651679226, - 2.1898882726351996, + 2.1898882726352, 2.5593726508396277 ], "relative wind angle": [ - 0.13801218031601561, + 0.13801218031601725, 0.019166382524509296, 0.10650349069460183, 0.19095167965073145, 0.1762224386099545, 0.028610590367964196, - 0.14541331768654578, + 0.1454133176865473, 0.19969434932019076 ], "resistance": [ - 97276.29513729476, + 97276.29513729474, 97846.0006942947, 97494.20214345228, 96674.2125903783, @@ -422170,7 +289710,7 @@ 96421.50390321571 ], "fuel": [ - 40.963667724059036, + 40.96366772405903, 41.259103836499605, 41.07652662605639, 40.65275427813164, @@ -422210,9 +289750,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 722.5391683264329, + 722.539168326432, 1238.2194129713412, - 774.5202021682057, + 774.5202021682021, -83.45232894831133, -837.1942381848594, -1071.3665779673875, @@ -422220,24 +289760,24 @@ -144.30512136728248 ], "relative wind speed": [ - 3.2799389882299375, + 3.279938988229937, 3.4048501371581956, 3.29550003091695, 2.9981901390972614, 2.6599972086847963, 2.4981153816858708, 2.6406939358714236, - 2.9739604581335093 + 2.9739604581335097 ], "relative wind angle": [ 0.10055199891862875, - 0.0035998547374951825, - 0.09479065611537432, - 0.15179731164165405, + 0.003599854737495182, + 0.09479065611537668, + 0.15179731164165403, 0.1240961937426648, - 0.004906494188427092, - 0.1183949822215365, - 0.15304375310927607 + 0.0049064941884270925, + 0.11839498222153651, + 0.1530437531092768 ], "resistance": [ 97357.03916832642, @@ -422290,9 +289830,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 516.6447502467208, + 516.6447502467195, 1144.0315182615036, - 934.7948121381837, + 934.7948121381819, 158.3050502384981, -634.2400987797628, -1015.5594730093101, @@ -422310,11 +289850,11 @@ 2.5246298818620643 ], "relative wind angle": [ - 0.1472436117018097, + 0.1472436117018112, 0.03645913440121713, - 0.08761598574656086, + 0.08761598574656213, 0.17815068276669668, - 0.18011106206068758, + 0.18011106206068755, 0.05329944974485944, 0.12157043013864935, 0.19390215130482963 @@ -422370,37 +289910,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 960.4203506914469, + 960.4203506914414, 1261.785191829657, - 617.7844243666655, + 617.7844243666641, -299.0119593995919, -981.6417795177063, -1111.1601342241215, -742.7790404260313, - 99.80701153178825 + 99.8070115317887 ], "relative wind speed": [ - 3.1936311013116048, + 3.1936311013116043, 3.2667385836536633, 3.0863651767018374, 2.7263084055203133, 2.37042012297953, 2.2686097497717665, 2.5084898179449118, - 2.8957578712109804 + 2.89575787121098 ], "relative wind angle": [ - 0.09161959642049473, + 0.09161959642049837, 0.02635811963979922, - 0.1345265611004659, - 0.18418627044410654, - 0.1235793813501246, - 0.037959722388041246, - 0.16577663310273028, - 0.17329562093765113 + 0.13452656110046673, + 0.18418627044410651, + 0.12357938135012461, + 0.03795972238804125, + 0.1657766331027303, + 0.17329562093764986 ], "resistance": [ - 97594.92035069145, + 97594.92035069143, 97896.28519182965, 97252.28442436666, 96335.48804060041, @@ -422410,7 +289950,7 @@ 96734.30701153178 ], "fuel": [ - 41.530626285876735, + 41.53062628587673, 41.687113961855175, 41.35311859261096, 40.88030668225335, @@ -422450,19 +289990,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1183.5556287575587, + 1183.555628757555, 1143.9030381116077, - 346.9139304493224, + 346.9139304493201, -557.3789977732677, - -1081.9284918180654, + -1081.928491818066, -1064.7957211233118, - -499.6657752937999, + -499.66577529379947, 414.48567992631934 ], "relative wind speed": [ - 3.137144949754079, + 3.1371449497540786, 3.1272880172650077, - 2.863218304223834, + 2.863218304223833, 2.4540999890707056, 2.127914580384377, 2.1423745130697007, @@ -422470,19 +290010,19 @@ 2.889133458465203 ], "relative wind angle": [ - 0.061550770523054354, + 0.06155077052305616, 0.07084414344689328, - 0.17766751290536065, + 0.17766751290536067, 0.2027921359146935, - 0.0908106333842319, + 0.09081063338423312, 0.10351157822881454, - 0.2051273221165104, - 0.17192401633743273 + 0.20512732211650989, + 0.1719240163374327 ], "resistance": [ 97818.05562875757, 97778.40303811162, - 96981.41393044934, + 96981.41393044933, 96077.12100222675, 95552.57150818195, 95569.7042788767, @@ -422492,7 +290032,7 @@ "fuel": [ 41.357765033694044, 41.337167137028885, - 40.9244045269666, + 40.92440452696658, 40.45893134171491, 40.19032067795674, 40.19907783185561, @@ -422530,34 +290070,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 556.2092573554587, + 556.2092573554551, 1030.8325835058013, - 723.9109395846999, + 723.9109395846995, 35.043413232421244, - -602.9215174268106, + -602.9215174268104, -851.604003301135, -719.0909595195258, -158.3452256382302 ], "relative wind speed": [ - 2.553402301990787, + 2.5534023019907868, 2.7065486532018994, - 2.6170304135507028, - 2.3171862059454593, + 2.6170304135507023, + 2.317186205945459, 1.93741726166024, 1.7169867062507775, 1.8505676902349595, 2.214519597693143 ], "relative wind angle": [ - 0.15221381354871732, + 0.15221381354871952, 0.019437136243645774, - 0.11979982372629754, - 0.21524854028644957, - 0.2011896453814106, + 0.11979982372629755, + 0.21524854028644855, + 0.20118964538141057, 0.030642331300668842, - 0.16982838707087422, - 0.22539606446743463 + 0.1698283870708742, + 0.22539606446743465 ], "resistance": [ 97190.70925735543, @@ -422597,68 +290137,7 @@ "id": "7275", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.117260349384575, - 7.117260349384575, - 7.117260349384575, - 7.117260349384575, - 7.117260349384575, - 7.117260349384575, - 7.117260349384575, - 7.117260349384575 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 809.0591928904737, - 926.5773924855744, - 396.57613475631206, - -272.40867118949313, - -723.1847537198844, - -774.3030778853079, - -439.15159907565226, - 199.87291601159586 - ], - "relative wind speed": [ - 2.449076949068925, - 2.4856449979056654, - 2.2782703256922585, - 1.900773315460311, - 1.5394234380185643, - 1.4796524485054563, - 1.782494529318881, - 2.1805648871830585 - ], - "relative wind angle": [ - 0.10413705175099115, - 0.05812620939817238, - 0.20276343613099398, - 0.2685988745677711, - 0.1661361189966511, - 0.09774590804267942, - 0.26031720191231766, - 0.2334439249889376 - ], - "resistance": [ - 97443.5591928905, - 97561.0773924856, - 97031.07613475634, - 96362.09132881054, - 95911.31524628015, - 95860.19692211472, - 96195.34840092438, - 96834.37291601162 - ], - "fuel": [ - 40.055834197265796, - 40.11675068922626, - 39.8424270698322, - 39.497659217769154, - 39.266286482583226, - 39.24009638560514, - 39.411985888827886, - 39.74088130398046 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 28.90625, -46.25 29.0625, -46.09375 29.0625, -46.09375 28.90625, -46.25 28.90625))", @@ -422690,17 +290169,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1009.1410880060885, + 1009.141088006083, 1208.6884797010453, - 515.2817262601975, + 515.2817262601939, -413.0743284773853, - -1058.4213583214987, + -1058.4213583214969, -1143.5403243848555, - -712.2905578152772, + -712.2905578152781, 167.46421075180842 ], "relative wind speed": [ - 3.589125590232288, + 3.5891255902322876, 3.6328780589355723, 3.4509440983216266, 3.125766060524148, @@ -422710,19 +290189,19 @@ 3.3385881430078235 ], "relative wind angle": [ - 0.0631243103656333, + 0.06312431036563507, 0.029555382211553773, - 0.10982374540835303, + 0.10982374540835506, 0.13721212853242323, - 0.0799600809399378, + 0.07996008093993641, 0.03865075131200098, - 0.12636108748885788, + 0.12636108748885877, 0.12841530639911938 ], "resistance": [ 97643.64108800612, 97843.18847970107, - 97149.78172626023, + 97149.78172626022, 96221.42567152265, 95576.07864167853, 95490.95967561517, @@ -422757,68 +290236,7 @@ "id": "7277", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.925766344495697, - 8.925766344495697, - 8.925766344495697, - 8.925766344495697, - 8.925766344495697, - 8.925766344495697, - 8.925766344495697, - 8.925766344495697 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 710.7467525460675, - 1085.386644382896, - 616.3469895968624, - -137.11191338919798, - -754.3804376401404, - -915.1861377384214, - -688.6384482948442, - -27.421609634977813 - ], - "relative wind speed": [ - 2.8462004178877764, - 2.9475120264245573, - 2.8134192806550082, - 2.4971742072809886, - 2.1525051746770623, - 2.0115437355122756, - 2.195178192547187, - 2.549167770917922 - ], - "relative wind angle": [ - 0.1099208516827294, - 0.008975799795423959, - 0.12459848666886318, - 0.18853142840064932, - 0.14556644546797326, - 0.013152428607095295, - 0.1599582889426736, - 0.18464130374197552 - ], - "resistance": [ - 97345.2467525461, - 97719.88664438293, - 97250.84698959689, - 96497.38808661084, - 95880.11956235989, - 95719.31386226161, - 95945.86155170518, - 96607.07839036504 - ], - "fuel": [ - 40.832129338886915, - 41.02636906967168, - 40.7832682257439, - 40.394468079168085, - 40.07751914493445, - 39.99518301157768, - 40.11120823142974, - 40.450939129779485 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.25 28.75, -46.25 28.90625, -46.09375 28.90625, -46.09375 28.75, -46.25 28.75))", @@ -422837,68 +290255,7 @@ "id": "7278", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.57548608891055, - 11.57548608891055, - 11.57548608891055, - 11.57548608891055, - 11.57548608891055, - 11.57548608891055, - 11.57548608891055, - 11.57548608891055 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 906.1087141677999, - 1052.8128302009445, - 424.77576253459847, - -400.0239925733749, - -959.3107029566158, - -1021.6822029973364, - -621.4487232693455, - 167.72073303948946 - ], - "relative wind speed": [ - 3.559957264355068, - 3.592558418862108, - 3.4241245766063386, - 3.13369828882319, - 2.8824384451009637, - 2.841702152037308, - 3.0425512317315118, - 3.3409103771961752 - ], - "relative wind angle": [ - 0.053917245798523826, - 0.02903947354385068, - 0.09927404436710102, - 0.1201563498501176, - 0.06660750677723723, - 0.03671559400148483, - 0.11177339856692885, - 0.1126711748062386 - ], - "resistance": [ - 97540.60871416783, - 97687.31283020097, - 97059.27576253463, - 96234.47600742665, - 95675.18929704341, - 95612.81779700269, - 96013.05127673068, - 96802.22073303952 - ], - "fuel": [ - 42.53445759320164, - 42.6105637815525, - 42.28531730369924, - 41.86040125541683, - 41.5737110701657, - 41.54181159908369, - 41.74675982308231, - 42.15261750261148 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.09375 28.75, -46.09375 28.90625, -45.9375 28.90625, -45.9375 28.75, -46.09375 28.75))", @@ -422917,68 +290274,7 @@ "id": "7279", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.901267781663408, - 10.901267781663408, - 10.901267781663408, - 10.901267781663408, - 10.901267781663408, - 10.901267781663408, - 10.901267781663408, - 10.901267781663408 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 894.2002362097387, - 1179.4711325267676, - 570.9511772892597, - -304.5535470924524, - -957.6183377887323, - -1079.4027463510047, - -731.2718402777514, - 74.67323157337023 - ], - "relative wind speed": [ - 3.3968869836308997, - 3.462646410620378, - 3.3018650949161463, - 2.985485800482248, - 2.680969299719871, - 2.5954801869055553, - 2.79716364565534, - 3.1326206442402746 - ], - "relative wind angle": [ - 0.07488334732431749, - 0.021464605885869608, - 0.1090133970895991, - 0.1457909014184652, - 0.09493384760885722, - 0.028637780849999097, - 0.128784010534841, - 0.13889780764088228 - ], - "resistance": [ - 97528.70023620978, - 97813.97113252681, - 97205.4511772893, - 96329.94645290759, - 95676.88166221131, - 95555.09725364904, - 95903.22815972229, - 96709.17323157341 - ], - "fuel": [ - 42.0770116730145, - 42.22506352048571, - 41.90961562960098, - 41.45818404267929, - 41.12330518711708, - 41.061032091084286, - 41.23919154449031, - 41.65337246394791 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 28.90625, -45.9375 29.0625, -45.78125 29.0625, -45.78125 28.90625, -45.9375 28.90625))", @@ -422997,68 +290293,7 @@ "id": "7280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.356045030607639, - 8.356045030607639, - 8.356045030607639, - 8.356045030607639, - 8.356045030607639, - 8.356045030607639, - 8.356045030607639, - 8.356045030607639 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 491.3367829180561, - 1046.1022407418864, - 834.9720192018553, - 132.25090038284952, - -571.5877394327606, - -901.3080289803002, - -810.0858822076109, - -265.1039555748812 - ], - "relative wind speed": [ - 2.6281625849154158, - 2.8124793334776608, - 2.7535022965896405, - 2.4727993260321433, - 2.090046894778511, - 1.8345284391046182, - 1.9219156323309692, - 2.271739000919241 - ], - "relative wind angle": [ - 0.16001921496379393, - 0.03654004161389293, - 0.09947760922702616, - 0.19926026126564392, - 0.201726436746109, - 0.056035672153801466, - 0.1427697947224909, - 0.21716629767781337 - ], - "resistance": [ - 97125.8367829181, - 97680.60224074194, - 97469.4720192019, - 96766.75090038289, - 96062.91226056729, - 95733.19197101974, - 95824.41411779243, - 96369.39604442516 - ], - "fuel": [ - 40.43477451456944, - 40.72213702451577, - 40.61263886784121, - 40.249382442161625, - 39.88739024011113, - 39.718445391585945, - 39.76514608242863, - 40.04479174937281 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 28.90625, -45.78125 29.0625, -45.625 29.0625, -45.625 28.90625, -45.78125 28.90625))", @@ -423077,68 +290312,7 @@ "id": "7281", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.724664824789472, - 7.724664824789472, - 7.724664824789472, - 7.724664824789472, - 7.724664824789472, - 7.724664824789472, - 7.724664824789472, - 7.724664824789472 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 649.5995058629371, - 982.6779872299037, - 559.3620320406637, - -110.72197278349472, - -656.2548149674931, - -799.8927701469074, - -593.7521794067327, - -6.679480147708773 - ], - "relative wind speed": [ - 2.5276328131394066, - 2.628001065822602, - 2.4923704805229385, - 2.1707848908039553, - 1.8127400047972928, - 1.6639003459001942, - 1.8609254017475747, - 2.2276999171586773 - ], - "relative wind angle": [ - 0.12704901091932988, - 0.011098797675720513, - 0.14556355699485235, - 0.2239516428412871, - 0.1776096216994234, - 0.017530224874473865, - 0.1955112913271131, - 0.21813615459678823 - ], - "resistance": [ - 97284.0995058629, - 97617.17798722988, - 97193.86203204063, - 96523.77802721648, - 95978.24518503247, - 95834.60722985306, - 96040.74782059324, - 96627.82051985226 - ], - "fuel": [ - 40.227057018538225, - 40.39964684262871, - 40.18037013033745, - 39.83463127310298, - 39.55439008670349, - 39.480787190198356, - 39.586441630757044, - 39.88820382626388 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 28.75, -45.9375 28.90625, -45.78125 28.90625, -45.78125 28.75, -45.9375 28.75))", @@ -423157,68 +290331,7 @@ "id": "7282", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.936058500837035, - 10.936058500837035, - 10.936058500837035, - 10.936058500837035, - 10.936058500837035, - 10.936058500837035, - 10.936058500837035, - 10.936058500837035 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 826.436555720285, - 1299.85972429216, - 748.3529039383234, - -166.0641182108534, - -928.2075047547287, - -1130.181270213146, - -873.5831427182193, - -74.6346578427424 - ], - "relative wind speed": [ - 3.3929286464799455, - 3.50144023268015, - 3.370201342463073, - 3.05528439870548, - 2.715683384324239, - 2.574260542557369, - 2.743837450589791, - 3.090653375424989 - ], - "relative wind angle": [ - 0.09302250574309043, - 0.005109132467555204, - 0.10119416623995886, - 0.15232485084055555, - 0.11631529530940181, - 0.006949330823787956, - 0.12440340289025464, - 0.15056829527979737 - ], - "resistance": [ - 97460.93655572028, - 97934.35972429215, - 97382.85290393833, - 96468.43588178915, - 95706.29249524527, - 95504.31872978686, - 95760.91685728179, - 96559.86534215725 - ], - "fuel": [ - 42.064441272310404, - 42.31018803006131, - 42.023989358658795, - 41.55195621817214, - 41.160905911244626, - 41.05763691339201, - 41.188861374639686, - 41.599013217156624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 28.75, -45.78125 28.90625, -45.625 28.90625, -45.625 28.75, -45.78125 28.75))", @@ -423237,68 +290350,7 @@ "id": "7283", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.460219340374257, - 10.460219340374257, - 10.460219340374257, - 10.460219340374257, - 10.460219340374257, - 10.460219340374257, - 10.460219340374257, - 10.460219340374257 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 950.6024444666227, - 1264.3662830442117, - 623.4985146788686, - -300.6109659867011, - -994.2988560615208, - -1128.7674165882731, - -765.8099991301483, - 81.3989662395461 - ], - "relative wind speed": [ - 3.3118891295342103, - 3.385593627334989, - 3.2132629074000163, - 2.8676123295834506, - 2.5274315074409675, - 2.4278128885235155, - 2.6516902381423395, - 3.022138176581799 - ], - "relative wind angle": [ - 0.08566974176397434, - 0.023131473731000416, - 0.12296511624617597, - 0.16784905250404156, - 0.11235868829908686, - 0.03225964016497894, - 0.14918409466701177, - 0.1591914382955933 - ], - "resistance": [ - 97585.10244446667, - 97898.86628304425, - 97257.99851467891, - 96333.88903401334, - 95640.20114393852, - 95505.73258341177, - 95868.6900008699, - 96715.89896623959 - ], - "fuel": [ - 41.82725700168695, - 41.99017879632585, - 41.65779839027451, - 41.18120788101166, - 40.82554054670004, - 40.756803078293174, - 40.94249348753982, - 41.37783637672368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 29.21875, -45.625 29.375, -45.46875 29.375, -45.46875 29.21875, -45.625 29.21875))", @@ -423317,68 +290369,7 @@ "id": "7284", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.144235711789692, - 10.144235711789692, - 10.144235711789692, - 10.144235711789692, - 10.144235711789692, - 10.144235711789692, - 10.144235711789692, - 10.144235711789692 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1270.7270762941525, - 1360.6113116162705, - 506.0165091166459, - -535.1348933257927, - -1198.266667703388, - -1237.0798867535195, - -666.1611148256688, - 352.67310211297763 - ], - "relative wind speed": [ - 3.342180220072481, - 3.3630726884354, - 3.109314312703351, - 2.6842149988398396, - 2.316132893799502, - 2.2856907703107345, - 2.62045887393828, - 3.054444310375789 - ], - "relative wind angle": [ - 0.07442379996056661, - 0.056078381245625225, - 0.16642525449695025, - 0.20253582578438428, - 0.1075013828546863, - 0.08256198060714287, - 0.19785040858804095, - 0.17770591920616668 - ], - "resistance": [ - 97905.22707629416, - 97995.11131161629, - 97140.51650911666, - 96099.36510667422, - 95436.23333229663, - 95397.4201132465, - 95968.33888517435, - 96987.173102113 - ], - "fuel": [ - 41.801476862771075, - 41.848218859686206, - 41.405024582303184, - 40.86875396869543, - 40.52929435087451, - 40.50947640940258, - 40.80155144405024, - 41.325788001720746 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 29.21875, -45.46875 29.375, -45.3125 29.375, -45.3125 29.21875, -45.46875 29.21875))", @@ -423397,68 +290388,7 @@ "id": "7285", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.698597846507106, - 12.698597846507106, - 12.698597846507106, - 12.698597846507106, - 12.698597846507106, - 12.698597846507106, - 12.698597846507106, - 12.698597846507106 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1805.130857677982, - 1604.668042524313, - 368.37805053155535, - -968.4039487066657, - -1676.6637538664513, - -1590.579082240898, - -672.0675043204919, - 713.9508809404861 - ], - "relative wind speed": [ - 4.1075675410306145, - 4.069057696705555, - 3.7476250833150795, - 3.287295354590561, - 2.9561938941569004, - 3.008980376283651, - 3.4009557008121214, - 3.847711358153849 - ], - "relative wind angle": [ - 0.04277297214890213, - 0.06970263287712593, - 0.15442228919423068, - 0.1624840597404029, - 0.05944901125658662, - 0.0943226757345714, - 0.1703096428368511, - 0.13865219461986128 - ], - "resistance": [ - 98439.63085767798, - 98239.16804252431, - 97002.87805053155, - 95666.09605129334, - 94957.83624613355, - 95043.9209177591, - 95962.4324956795, - 97348.45088094048 - ], - "fuel": [ - 43.8203235696851, - 43.715787672301175, - 43.07440086099056, - 42.38727835644833, - 42.025918865652685, - 42.069740264776584, - 42.53902531893941, - 43.25311123997798 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 29.0625, -45.625 29.21875, -45.46875 29.21875, -45.46875 29.0625, -45.625 29.0625))", @@ -423477,68 +290407,7 @@ "id": "7286", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.735249736966995, - 8.735249736966995, - 8.735249736966995, - 8.735249736966995, - 8.735249736966995, - 8.735249736966995, - 8.735249736966995, - 8.735249736966995 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1096.4948285450473, - 1139.1964848993935, - 408.90806492421825, - -457.52757236422576, - -995.754509034874, - -1014.2645608996361, - -519.0512191516248, - 336.66811648699195 - ], - "relative wind speed": [ - 2.9428677918743396, - 2.9540811803589437, - 2.7039645931366056, - 2.2899662835180132, - 1.9326820535656641, - 1.9154986662681994, - 2.254840624010871, - 2.6742821805069186 - ], - "relative wind angle": [ - 0.07805134859643378, - 0.06658973316582878, - 0.18878761754889473, - 0.2295573883629723, - 0.1190077736919932, - 0.10279974399946211, - 0.2269926514913647, - 0.1961007169693759 - ], - "resistance": [ - 97730.99482854505, - 97773.6964848994, - 97043.40806492422, - 96176.97242763577, - 95638.74549096513, - 95620.23543910036, - 96115.44878084837, - 96971.168116487 - ], - "fuel": [ - 40.93483971366008, - 40.95701418438926, - 40.57871818606091, - 40.132470656791625, - 39.85666978207663, - 39.84720394405195, - 40.10088984290985, - 40.54140510334635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 29.0625, -45.46875 29.21875, -45.3125 29.21875, -45.3125 29.0625, -45.46875 29.0625))", @@ -423557,68 +290426,7 @@ "id": "7287", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.109779071810644, - 15.109779071810644, - 15.109779071810644, - 15.109779071810644, - 15.109779071810644, - 15.109779071810644, - 15.109779071810644, - 15.109779071810644 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2003.8548817570718, - 1862.3833495852687, - 471.1857134081083, - -1087.083615536274, - -1949.9146871406456, - -1889.5297056712934, - -875.1334323069441, - 717.6083519757467 - ], - "relative wind speed": [ - 4.75063516244516, - 4.727009798483825, - 4.421423147262564, - 3.977343948765741, - 3.6524356851371573, - 3.68296066307551, - 4.044729686094548, - 4.482137435860287 - ], - "relative wind angle": [ - 0.039996533486937935, - 0.053835013559217375, - 0.12464254960159053, - 0.13187602887711997, - 0.05203213398118835, - 0.06911786195152117, - 0.13632004814921234, - 0.11695121971938674 - ], - "resistance": [ - 98638.35488175707, - 98496.88334958527, - 97105.68571340811, - 95547.41638446372, - 94684.58531285936, - 94744.97029432871, - 95759.36656769305, - 97352.10835197575 - ], - "fuel": [ - 45.961417085472206, - 45.88752339529663, - 45.16483739106278, - 44.363913671848465, - 43.92431992898685, - 43.95499461620243, - 44.472321526997774, - 45.292321808880374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 29.21875, -45.3125 29.375, -45.15625 29.375, -45.15625 29.21875, -45.3125 29.21875))", @@ -423650,17 +290458,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2893.491206180639, + 2893.4912061803916, 1829.613191094275, - -200.37910363657102, + -200.3791036365783, -2001.475136319783, - -2571.0474654934787, + -2571.0474654935333, -2118.9980928318037, -397.544241020727, 1661.9996225994382 ], "relative wind speed": [ - 5.569069240241554, + 5.569069240241553, 5.415241131750308, 4.991525701671375, 4.513207168651238, @@ -423670,31 +290478,31 @@ 5.384664806257071 ], "relative wind angle": [ - 0.004255599232528257, + 0.004255599232580434, 0.08092191783641235, - 0.12912646729067115, - 0.1046064341162496, - 0.005532693377672608, + 0.12912646729067287, + 0.10460643411624959, + 0.005532693377692675, 0.09794186976147082, - 0.1303608655400375, + 0.13036086554003748, 0.08762915354966917 ], "resistance": [ - 99527.99120618065, + 99527.9912061804, 98464.1131910943, 96434.12089636344, 94633.02486368023, - 94063.45253450653, + 94063.45253450648, 94515.50190716822, 96236.95575897928, 98296.49962259945 ], "fuel": [ - 49.08099750630738, + 49.080997506307256, 48.52361458432663, 47.471753824513996, 46.55133585344079, - 46.262778287497355, + 46.262778287497326, 46.49169735891988, 47.37040773059668, 48.43618316065605 @@ -423730,19 +290538,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2462.003485528883, + 2462.0034855288777, 1028.9318059818652, - -873.1520247504413, + -873.1520247504395, -2182.429398311043, -2344.6949001332714, -1444.5671641192766, - 364.8659414971353, + 364.8659414971389, 2081.383512645307 ], "relative wind speed": [ - 5.2441614378258725, + 5.244161437825872, 4.98244336981925, - 4.52067418238495, + 4.5206741823849494, 4.111820044331298, 4.037813985169325, 4.35665342107369, @@ -423750,13 +290558,13 @@ 5.186338485660596 ], "relative wind angle": [ - 0.03014160348977313, + 0.030141603489773135, 0.10829378669706816, - 0.13390417760348838, - 0.07668509987598078, + 0.13390417760348755, + 0.0766850998759808, 0.03915085828300802, - 0.12392412427334969, - 0.12517465264805128, + 0.1239241242733497, + 0.1251746526480504, 0.060775127592375494 ], "resistance": [ @@ -423797,68 +290605,7 @@ "id": "7290", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.198905041209148, - 16.198905041209148, - 16.198905041209148, - 16.198905041209148, - 16.198905041209148, - 16.198905041209148, - 16.198905041209148, - 16.198905041209148 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2490.9459901925293, - 1487.0813996945544, - -260.89011551765, - -1761.5224057072774, - -2181.789507191732, - -1751.1571272234823, - -243.506624295027, - 1501.8689832956406 - ], - "relative wind speed": [ - 5.100971492329535, - 4.941707767292896, - 4.537425428829467, - 4.094880898361343, - 3.898428582173122, - 4.098436277233062, - 4.541962797478053, - 4.944654285599584 - ], - "relative wind angle": [ - 0.00044870847521254935, - 0.08647090862742446, - 0.13290472942319528, - 0.10361805181904384, - 0.0005871209768003997, - 0.10432191944704368, - 0.13277117301762173, - 0.0857621879989854 - ], - "resistance": [ - 99125.44599019257, - 98121.5813996946, - 96373.6098844824, - 94872.97759429277, - 94452.71049280831, - 94883.34287277656, - 96390.99337570502, - 98136.36898329569 - ], - "fuel": [ - 47.26223081765876, - 46.73768149135896, - 45.83326336459606, - 45.065891030271395, - 44.85248270656392, - 45.071162741717515, - 45.8422017872667, - 46.74538123472752 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 29.0625, -45.15625 29.21875, -45 29.21875, -45 29.0625, -45.15625 29.0625))", @@ -423877,68 +290624,7 @@ "id": "7291", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.489498450728668, - 16.489498450728668, - 16.489498450728668, - 16.489498450728668, - 16.489498450728668, - 16.489498450728668, - 16.489498450728668, - 16.489498450728668 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2325.064261785057, - 1004.2605211480077, - -783.5160668522822, - -2037.5877356611827, - -2211.2974441373235, - -1397.3263779557283, - 291.24630438747045, - 1917.1126816964043 - ], - "relative wind speed": [ - 5.1586898749838825, - 4.915912124803387, - 4.478831415089263, - 4.0864030404927085, - 4.0064246310917735, - 4.300851954216876, - 4.754323159619, - 5.095569618946642 - ], - "relative wind angle": [ - 0.026915746559020393, - 0.103061998887296, - 0.1290525304353581, - 0.07578887024230943, - 0.03465958749145209, - 0.11786506279249734, - 0.12153631611023447, - 0.0607582545272472 - ], - "resistance": [ - 98959.5642617851, - 97638.76052114805, - 95850.98393314776, - 94596.91226433885, - 94423.20255586272, - 95237.17362204431, - 96925.74630438752, - 98551.61268169645 - ], - "fuel": [ - 47.467540928312644, - 46.77897551301454, - 45.857306157156586, - 45.217880072409606, - 45.12977040928437, - 45.54360536087046, - 46.409962799029046, - 47.254173514231915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 28.90625, -45.625 29.0625, -45.46875 29.0625, -45.46875 28.90625, -45.625 28.90625))", @@ -423957,68 +290643,7 @@ "id": "7292", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.318816847911366, - 11.318816847911366, - 11.318816847911366, - 11.318816847911366, - 11.318816847911366, - 11.318816847911366, - 11.318816847911366, - 11.318816847911366 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1219.0289295933899, - 1336.5471438559862, - 503.4854269309608, - -537.2486051332999, - -1212.010256359205, - -1262.3964323061196, - -711.6316465716259, - 300.3102383258929 - ], - "relative wind speed": [ - 3.604764500899832, - 3.630332972176481, - 3.4038264109984286, - 3.024533198639228, - 2.700537337268995, - 2.6660666773469504, - 2.9497787680978864, - 3.3375781559778774 - ], - "relative wind angle": [ - 0.06367653307076263, - 0.04363555229498477, - 0.13358249099056332, - 0.1603000240523825, - 0.08504253652504282, - 0.05943384313309556, - 0.15429780624073625, - 0.14515268616423485 - ], - "resistance": [ - 97853.52892959339, - 97971.04714385599, - 97137.98542693096, - 96097.2513948667, - 95422.48974364079, - 95372.10356769388, - 95922.86835342838, - 96934.8102383259 - ], - "fuel": [ - 42.5215635522653, - 42.58265932783782, - 42.15067336503458, - 41.614626722058226, - 41.26923363450499, - 41.24351022921222, - 41.52520219566087, - 42.04570813989964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 28.90625, -45.46875 29.0625, -45.3125 29.0625, -45.3125 28.90625, -45.46875 28.90625))", @@ -424037,68 +290662,7 @@ "id": "7293", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.044944168778077, - 16.044944168778077, - 16.044944168778077, - 16.044944168778077, - 16.044944168778077, - 16.044944168778077, - 16.044944168778077, - 16.044944168778077 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1996.8605624786705, - 1643.1050541303466, - 238.85219091257568, - -1220.6211623848367, - -1921.0454677303933, - -1770.7851102068762, - -685.8602227431929, - 859.480284329984 - ], - "relative wind speed": [ - 4.969805220923046, - 4.912859325152708, - 4.607921186821261, - 4.20593635454484, - 3.947472439620769, - 4.01812342353238, - 4.364466167989304, - 4.753062378824579 - ], - "relative wind angle": [ - 0.02465672187758929, - 0.05599425094113303, - 0.11120362737982216, - 0.10677285981814788, - 0.03104426287983072, - 0.06848051585886548, - 0.11743460022741492, - 0.09444312730947847 - ], - "resistance": [ - 98631.3605624787, - 98277.60505413037, - 96873.3521909126, - 95413.8788376152, - 94713.45453226964, - 94863.71488979315, - 95948.63977725683, - 97493.98028433001 - ], - "fuel": [ - 46.85100533305835, - 46.66637998301316, - 45.93809207629964, - 45.18894127544116, - 44.83222666156414, - 44.90859799238277, - 45.462515183022425, - 46.25906368612619 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 28.75, -45.625 28.90625, -45.46875 28.90625, -45.46875 28.75, -45.625 28.75))", @@ -424117,68 +290681,7 @@ "id": "7294", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.450504999874001, - 13.450504999874001, - 13.450504999874001, - 13.450504999874001, - 13.450504999874001, - 13.450504999874001, - 13.450504999874001, - 13.450504999874001 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1375.242252879667, - 1518.5962780312975, - 567.0437158133145, - -634.8950935673465, - -1417.1605143343204, - -1478.2540997399128, - -850.3115476191124, - 316.74613998290806 - ], - "relative wind speed": [ - 4.179485350067388, - 4.206587581647325, - 3.984431095602324, - 3.615934529283586, - 3.306640335733475, - 3.2720924527369357, - 3.5392480763185796, - 3.914969422774869 - ], - "relative wind angle": [ - 0.05364854791722513, - 0.03582907002036927, - 0.1099529617045187, - 0.12968899003330003, - 0.0678294884954183, - 0.046068132602989496, - 0.12385046872535241, - 0.11973341495791082 - ], - "resistance": [ - 98009.74225287969, - 98153.09627803133, - 97201.54371581334, - 95999.60490643268, - 95217.33948566571, - 95156.24590026011, - 95784.18845238091, - 96951.24613998293 - ], - "fuel": [ - 44.19055674150148, - 44.26517434695239, - 43.77130987899945, - 43.15230837658343, - 42.75232757930093, - 42.72118562750726, - 43.04193642041552, - 43.64196283484364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 28.75, -45.46875 28.90625, -45.3125 28.90625, -45.3125 28.75, -45.46875 28.75))", @@ -424197,68 +290700,7 @@ "id": "7295", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.29055414391366, - 16.29055414391366, - 16.29055414391366, - 16.29055414391366, - 16.29055414391366, - 16.29055414391366, - 16.29055414391366, - 16.29055414391366 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1814.617338162885, - 1752.4775879828303, - 478.3994304747357, - -993.2533852366623, - -1838.0612431449672, - -1811.6937753664652, - -899.1108707436615, - 587.614434725825 - ], - "relative wind speed": [ - 4.998926956237286, - 4.989016590962747, - 4.7280706793853735, - 4.3436975319961935, - 4.058578422051544, - 4.070754595506418, - 4.371118526472887, - 4.753274794525176 - ], - "relative wind angle": [ - 0.03590339554331638, - 0.041271225576249536, - 0.09968718626438025, - 0.10600938270679555, - 0.044226915785705444, - 0.050588214299164644, - 0.10785829609507704, - 0.09684479909918518 - ], - "resistance": [ - 98449.11733816289, - 98386.97758798284, - 97112.89943047473, - 95641.24661476334, - 94796.43875685503, - 94822.80622463353, - 95735.38912925633, - 97222.11443472582 - ], - "fuel": [ - 46.999986694929845, - 46.967564322549734, - 46.30596184834725, - 45.54928086907336, - 45.11854627271387, - 45.13194986626405, - 45.597444928826214, - 46.36243824767424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 28.90625, -45.3125 29.0625, -45.15625 29.0625, -45.15625 28.90625, -45.3125 28.90625))", @@ -424277,68 +290719,7 @@ "id": "7296", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.54598947698877, - 17.54598947698877, - 17.54598947698877, - 17.54598947698877, - 17.54598947698877, - 17.54598947698877, - 17.54598947698877, - 17.54598947698877 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2336.2780854697576, - 1156.8740678065042, - -595.842906334974, - -1931.060949640112, - -2194.9667263068723, - -1539.9811857758614, - 61.77999602861928, - 1713.6963106923777 - ], - "relative wind speed": [ - 5.414251339536365, - 5.217679008810516, - 4.824552595426551, - 4.447822471498343, - 4.334845377293701, - 4.569554439300838, - 4.982839980039376, - 5.321830256100832 - ], - "relative wind angle": [ - 0.014707586296317219, - 0.08404129192062056, - 0.11211576073089681, - 0.07321893334486596, - 0.018370246187097285, - 0.09599576893383445, - 0.1085399494922581, - 0.06117763040730184 - ], - "resistance": [ - 98970.77808546978, - 97791.37406780652, - 96038.65709366504, - 94703.4390503599, - 94439.53327369315, - 95094.51881422415, - 96696.27999602864, - 98348.1963106924 - ], - "fuel": [ - 48.58279589415249, - 47.96758592376649, - 47.06288151669464, - 46.38134966418454, - 46.24743010354344, - 46.58028051745201, - 47.400988540835726, - 48.25739492481323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 28.90625, -45.15625 29.0625, -45 29.0625, -45 28.90625, -45.15625 28.90625))", @@ -424357,68 +290738,7 @@ "id": "7297", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.28745821631558, - 14.28745821631558, - 14.28745821631558, - 14.28745821631558, - 14.28745821631558, - 14.28745821631558, - 14.28745821631558, - 14.28745821631558 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1728.050323718825, - 627.1488616740926, - -746.4987750309419, - -1628.0630960393164, - -1686.4266251884628, - -952.0206959647594, - 388.3066377309997, - 1591.164756322095 - ], - "relative wind speed": [ - 4.473731890375317, - 4.230607776787618, - 3.8325335128284745, - 3.502185840498003, - 3.471078316014888, - 3.7635913090894957, - 4.168254859760435, - 4.449421989594283 - ], - "relative wind angle": [ - 0.037829671107906554, - 0.11238601215685862, - 0.1313059305473672, - 0.06720198341823817, - 0.048764823396727004, - 0.12640232374253202, - 0.12067629196568888, - 0.05288020976483942 - ], - "resistance": [ - 98362.55032371881, - 97261.64886167408, - 95888.00122496905, - 95006.43690396067, - 94948.07337481152, - 95682.47930403522, - 97022.80663773099, - 98225.66475632208 - ], - "fuel": [ - 45.079574002255406, - 44.507643966188866, - 43.80034360190213, - 43.35011916502514, - 43.3204143429079, - 43.6951228292201, - 44.38415823080764, - 45.008214977478644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 28.75, -45.3125 28.90625, -45.15625 28.90625, -45.15625 28.75, -45.3125 28.75))", @@ -424437,68 +290757,7 @@ "id": "7298", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.06110793654721, - 16.06110793654721, - 16.06110793654721, - 16.06110793654721, - 16.06110793654721, - 16.06110793654721, - 16.06110793654721, - 16.06110793654721 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2111.5032896892335, - 1091.5964847653595, - -468.3162926623818, - -1686.9424180529668, - -1950.1511427896794, - -1406.3580988479525, - 3.0664539562130813, - 1491.3453254216365 - ], - "relative wind speed": [ - 4.990167280973173, - 4.809055277602934, - 4.430602594522933, - 4.057069377844137, - 3.933563753361131, - 4.153032702834286, - 4.5546079900753655, - 4.8902843840835155 - ], - "relative wind angle": [ - 0.012512143908131266, - 0.08697737568246525, - 0.11953556521696576, - 0.08129440920624251, - 0.01587331181774185, - 0.10075999076311662, - 0.11626609292568235, - 0.06742013155920387 - ], - "resistance": [ - 98746.00328968922, - 97726.09648476535, - 96166.18370733761, - 94947.55758194703, - 94684.34885721031, - 95228.14190115203, - 96637.5664539562, - 98125.84532542163 - ], - "fuel": [ - 46.92688307675754, - 46.395421684958464, - 45.59005685110202, - 44.967194081605335, - 44.833388807488106, - 45.11011632338783, - 45.832471622382215, - 46.60326484749908 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 28.75, -45.15625 28.90625, -45 28.90625, -45 28.75, -45.15625 28.75))", @@ -424517,68 +290776,7 @@ "id": "7299", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.563033399590962, - 13.563033399590962, - 13.563033399590962, - 13.563033399590962, - 13.563033399590962, - 13.563033399590962, - 13.563033399590962, - 13.563033399590962 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1755.4299928708078, - 840.6638127725328, - -469.17046269858565, - -1441.0414196605634, - -1617.9152697370673, - -1090.6941749339821, - 118.12297277668313, - 1340.7426926151538 - ], - "relative wind speed": [ - 4.2890962098241, - 4.0932836644894355, - 3.71177320936334, - 3.3477629095249033, - 3.248239627997285, - 3.491766862212214, - 3.894887241021486, - 4.211874936370825 - ], - "relative wind angle": [ - 0.021551068942251072, - 0.1060961438845953, - 0.1407170980805783, - 0.09055879634952217, - 0.028458470060654658, - 0.12446090441354914, - 0.13406050580245596, - 0.07194337539739455 - ], - "resistance": [ - 98389.92999287082, - 97475.16381277255, - 96165.32953730143, - 95193.45858033944, - 95016.58473026294, - 95543.80582506603, - 96752.62297277669, - 97975.24269261517 - ], - "fuel": [ - 44.48075106612017, - 44.00511030251691, - 43.32947169109375, - 42.8322870456721, - 42.742180876003154, - 43.01111072371462, - 43.631619843009844, - 44.2647449091145 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 28.59375, -47.5 28.75, -47.34375 28.75, -47.34375 28.59375, -47.5 28.59375))", @@ -424610,19 +290808,19 @@ ], "ice resistance": 52557.37361407175, "wind resistance": [ - 3365.2032912110153, + 3365.203291210506, 2190.120327340883, -249.4531406350252, -2470.16244244263, -3204.7476040217953, -2711.775330020002, - -657.9148341622167, + -657.9148341622131, 1847.026772796511 ], "relative wind speed": [ - 7.878308073323029, + 7.878308073323027, 7.757345280654679, - 7.411698140635938, + 7.411698140635937, 7.029202437683035, 6.844070296024841, 6.98087605618528, @@ -424630,27 +290828,27 @@ 7.713582138357459 ], "relative wind angle": [ - 0.004127664651192207, + 0.004127664651246001, 0.04418767430556661, 0.06982805217889394, - 0.055319862519756194, + 0.05531986251975619, 0.004751418725429722, - 0.049106339183003694, - 0.07044570393616402, + 0.04910633918300369, + 0.070445703936164, 0.0504072996690655 ], "resistance": [ - 55922.57690528277, + 55922.57690528226, 54747.493941412635, 52307.92047343672, 50087.211171629126, 49352.62601004996, 49845.59828405175, - 51899.45877990953, + 51899.45877990954, 54404.40038686826 ], "fuel": [ - 41.83577028040697, + 41.83577028040679, 41.41103479370644, 40.545653838305356, 39.77716457346288, @@ -424677,68 +290875,7 @@ "id": "7301", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48364.9925610391, - "wind resistance": [ - 3345.470303790593, - 1785.7246748835714, - -725.0856234202256, - -2746.7290634291894, - -3209.1213745920577, - -2424.3919269264334, - -180.14267414758797, - 2243.4451778614202 - ], - "relative wind speed": [ - 7.877283126418791, - 7.70550086117251, - 7.33590671759563, - 6.973553930586543, - 6.845207819509868, - 7.038019325386295, - 7.422461328749148, - 7.763891107121624 - ], - "relative wind angle": [ - 0.005507450146969435, - 0.051359521803382026, - 0.07040346020727194, - 0.04794562382464294, - 0.0063378375614567, - 0.056235345785075865, - 0.06958113783394894, - 0.04306173517489837 - ], - "resistance": [ - 51710.46286482969, - 50150.71723592267, - 47639.90693761887, - 45618.26349760991, - 45155.87118644704, - 45940.60063411266, - 48184.84988689151, - 50608.437738900524 - ], - "fuel": [ - 40.33709580559468, - 39.79888633002769, - 38.95151553876167, - 38.28628115655591, - 38.13626507842866, - 38.3913291006857, - 39.133434623473875, - 39.95588995318453 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 28.4375, -47.5 28.59375, -47.34375 28.59375, -47.34375 28.4375, -47.5 28.4375))", @@ -424770,54 +290907,54 @@ ], "ice resistance": 73062.80338353108, "wind resistance": [ - 3293.0817738006263, + 3293.0817738003607, 2327.2110183795558, - -55.70608788532627, + -55.70608788534446, -2330.8843528110883, -3201.128157493873, -2795.793413608313, -841.7517027476206, - 1667.0550765349617 + 1667.0550765349508 ], "relative wind speed": [ - 7.872888905401482, + 7.872888905401481, 7.773548043168205, - 7.441290504775773, + 7.441290504775772, 7.0553482658425715, 6.849879537311584, 6.962411953700346, 7.316448934832226, - 7.689297122633896 + 7.689297122633897 ], "relative wind angle": [ - 0.007947779264777192, + 0.00794777926480513, 0.040849462453247685, - 0.06879545502476525, + 0.06879545502476687, 0.05756916194206573, 0.009134787600358685, 0.04561164373764513, 0.06997122460173576, - 0.052818218939076594 + 0.0528182189390787 ], "resistance": [ - 76355.88515733171, + 76355.88515733145, 75390.01440191064, - 73007.09729564576, + 73007.09729564574, 70731.91903071999, 69861.6752260372, 70267.00996992277, 72221.05168078345, - 74729.85846006604 + 74729.85846006603 ], "fuel": [ - 50.0428986743767, + 50.04289867437658, 49.61996894595349, 48.59139817153294, 47.62904999640529, 47.2660496267698, 47.43477424163254, 48.25674112994896, - 49.33290094168831 + 49.3329009416883 ] }, { @@ -424850,9 +290987,9 @@ ], "ice resistance": 79380.41610748148, "wind resistance": [ - 3343.8596612287583, + 3343.8596612284855, 1702.440354174887, - -839.8510724952575, + -839.851072495283, -2826.5440883404735, -3243.171843239994, -2369.6165448924694, @@ -424860,9 +290997,9 @@ 2351.294951112064 ], "relative wind speed": [ - 7.880178351500555, + 7.880178351500554, 7.695441184648186, - 7.318032457202078, + 7.318032457202077, 6.95828681365342, 6.842572001775971, 7.049694136951399, @@ -424870,19 +291007,19 @@ 7.778190475289439 ], "relative wind angle": [ - 0.007804340004838251, - 0.05334887888058062, - 0.07095581822634407, + 0.007804340004866703, + 0.05334887888058061, + 0.07095581822634564, 0.04649022074465873, - 0.00898781844571628, - 0.05824089864459616, + 0.008987818445716281, + 0.05824089864459617, 0.06978387620046345, 0.04158666508711967 ], "resistance": [ - 82724.27576871024, + 82724.27576870997, 81082.85646165637, - 78540.56503498621, + 78540.5650349862, 76553.87201914101, 76137.24426424148, 77010.799562589, @@ -424890,7 +291027,7 @@ 81731.71105859354 ], "fuel": [ - 52.91835188861431, + 52.91835188861418, 52.16278319637753, 51.01231915641142, 50.13002069884373, @@ -424930,9 +291067,9 @@ ], "ice resistance": 58558.10608338885, "wind resistance": [ - 3386.05629667265, + 3386.056296672472, 1788.7723492351543, - -758.7888322826911, + -758.7888322827021, -2796.0872773372394, -3253.584256870414, -2438.888056707514, @@ -424940,7 +291077,7 @@ 2296.021256787146 ], "relative wind speed": [ - 7.884063815541017, + 7.884063815541015, 7.707375329037879, 7.331703337486518, 6.9655389957533345, @@ -424950,9 +291087,9 @@ 7.772040686275749 ], "relative wind angle": [ - 0.0060980376297160325, + 0.006098037629734239, 0.05239863581880957, - 0.0713673567358375, + 0.07136735673583906, 0.048210205593412846, 0.007030418354908618, 0.057395406583379875, @@ -424960,9 +291097,9 @@ 0.043204155188939414 ], "resistance": [ - 61944.1623800615, + 61944.162380061316, 60346.878432624, - 57799.31725110616, + 57799.31725110614, 55762.01880605161, 55304.52182651844, 56119.21802668134, @@ -424970,9 +291107,9 @@ 60854.127340176 ], "fuel": [ - 44.092907765191164, + 44.092907765191086, 43.481032085733105, - 42.524776984150684, + 42.52477698415068, 41.777433255372564, 41.611732822305406, 41.90734835922261, @@ -425010,53 +291147,53 @@ ], "ice resistance": 62888.344815313125, "wind resistance": [ - 3449.507662097745, + 3449.5076620971413, 1855.3747877992282, -725.0869381109187, -2812.275946203943, - -3296.2425151795796, + -3296.242515179827, -2501.5945626018583, - -200.00140618651494, + -200.0014061865295, 2296.589964304603 ], "relative wind speed": [ - 7.892304929233837, + 7.892304929233835, 7.717714845263954, - 7.338541349431802, + 7.338541349431801, 6.964617211832965, - 6.8301678704734945, + 6.830167870473495, 7.026844797065716, 7.42195938398593, 7.773916472891715 ], "relative wind angle": [ - 0.005298531340077179, - 0.05251345670861868, - 0.07243153236459479, - 0.04969423070946049, - 0.006122498215879497, + 0.005298531340140039, + 0.052513456708618685, + 0.0724315323645948, + 0.049694230709460496, + 0.006122498215915764, 0.057681986328067446, - 0.07161604606861982, + 0.07161604606862136, 0.044517220952633545 ], "resistance": [ - 66337.85247741087, + 66337.85247741027, 64743.71960311235, 62163.25787720221, 60076.06886910918, - 59592.10230013354, + 59592.102300133294, 60386.75025271127, - 62688.34340912661, + 62688.343409126595, 65184.93477961773 ], "fuel": [ - 45.82498355965206, + 45.82498355965182, 45.188242940902285, 44.177577657117155, 43.3782336025208, - 43.19520099505904, + 43.19520099505895, 43.49619035397335, - 44.381225024158255, + 44.38122502415824, 45.36353002622673 ] }, @@ -425090,9 +291227,9 @@ ], "ice resistance": 56577.552867528066, "wind resistance": [ - 3230.6425923435745, + 3230.6425923435672, 2264.74143843781, - -75.27673006978512, + -75.27673006979967, -2299.382114637003, -3138.658756237517, -2733.468851953974, @@ -425100,9 +291237,9 @@ 1648.3937850053771 ], "relative wind speed": [ - 7.862969813164148, + 7.862969813164146, 7.76346501947873, - 7.436476092011598, + 7.436476092011597, 7.058834181245568, 6.859729990464043, 6.972144628170917, @@ -425111,18 +291248,18 @@ ], "relative wind angle": [ 0.007429907483462797, - 0.040379604089953065, - 0.06750737738448152, + 0.04037960408995307, + 0.06750737738448316, 0.05613217383141581, 0.008516560719185481, 0.04496551816980165, - 0.06858412014178476, - 0.05155616983724291 + 0.06858412014178478, + 0.05155616983724292 ], "resistance": [ - 59808.19545987164, + 59808.19545987163, 58842.29430596587, - 56502.27613745828, + 56502.27613745826, 54278.17075289106, 53438.894111290545, 53844.08401557409, @@ -425130,9 +291267,9 @@ 58225.94665253344 ], "fuel": [ - 43.27681814591405, + 43.27681814591404, 42.913350269304736, - 42.04719604092261, + 42.0471960409226, 41.24283310238783, 40.944086411991734, 41.08798949414755, @@ -425170,9 +291307,9 @@ ], "ice resistance": 51309.513482858834, "wind resistance": [ - 3196.124747340855, + 3196.1247473407493, 2401.3789217313606, - 91.29616573212843, + 91.29616573211388, -2197.02546646868, -3159.074681023292, -2825.549950640947, @@ -425180,7 +291317,7 @@ 1508.952164976963 ], "relative wind speed": [ - 7.86240502047854, + 7.862405020478538, 7.780641605425975, 7.462530836627111, 7.0789017061547295, @@ -425190,19 +291327,19 @@ 7.666629992269167 ], "relative wind angle": [ - 0.010758831982482366, + 0.010758831982492686, 0.03783742207879348, - 0.06716350328246881, + 0.06716350328247048, 0.05851075783597187, 0.01232957353192418, 0.042341504606231706, - 0.06872018063312257, + 0.06872018063312259, 0.05402073900724309 ], "resistance": [ - 54505.63823019969, + 54505.63823019958, 53710.892404590195, - 51400.80964859096, + 51400.80964859095, 49112.488016390154, 48150.43880183554, 48483.96353221789, @@ -425210,7 +291347,7 @@ 52818.465647835794 ], "fuel": [ - 41.32425327843157, + 41.324253278431534, 41.04061912759087, 40.229525942752275, 39.44565090480956, @@ -425250,9 +291387,9 @@ ], "ice resistance": 67026.37508269338, "wind resistance": [ - 3348.8789593828515, + 3348.878959382684, 2278.7462881806205, - -146.09159981064295, + -146.09159981067933, -2410.418015300911, -3222.9778435900116, -2773.9046065178045, @@ -425260,9 +291397,9 @@ 1762.5877267607793 ], "relative wind speed": [ - 7.8787421477042106, + 7.878742147704209, 7.768687168817081, - 7.428085830431066, + 7.4280858304310655, 7.041200814547516, 6.843818601364884, 6.968495573038386, @@ -425270,19 +291407,19 @@ 7.7028515478109885 ], "relative wind angle": [ - 0.00620942855338165, - 0.042660511209230374, - 0.06972088736196151, - 0.05691050901876418, - 0.007148434460376616, + 0.00620942855339953, + 0.04266051120923038, + 0.0697208873619647, + 0.05691050901876419, + 0.0071484344603766166, 0.04756271957278115, 0.07065074022645783, 0.05201745327458164 ], "resistance": [ - 70375.25404207624, + 70375.25404207606, 69305.121370874, - 66880.28348288275, + 66880.2834828827, 64615.957067392475, 63803.397239103375, 64252.47047617558, @@ -425290,9 +291427,9 @@ 68788.96280945415 ], "fuel": [ - 47.479935342236985, + 47.47993534223691, 47.035374572150374, - 46.04380169000363, + 46.04380169000362, 45.13762036536295, 44.81708627400895, 44.99393049503233, @@ -425330,9 +291467,9 @@ ], "ice resistance": 41400.2939144658, "wind resistance": [ - 3212.9340485877365, + 3212.9340485874964, 2517.6892643955653, - 199.78821286337188, + 199.78821286336824, -2155.761364911239, -3207.1263472147766, -2915.2263826582566, @@ -425340,9 +291477,9 @@ 1439.2973400761948 ], "relative wind speed": [ - 7.8679350726192006, + 7.8679350726192, 7.7965317709429085, - 7.480474313075658, + 7.480474313075657, 7.0885531161037925, 6.855724898131711, 6.936819049859396, @@ -425350,19 +291487,19 @@ 7.658836785438738 ], "relative wind angle": [ - 0.012991527765843162, + 0.012991527765868802, 0.03664359960125025, 0.0677151084265326, - 0.060724019267757945, + 0.06072401926775795, 0.014909788577562231, 0.04118744167262147, 0.06961604845396112, 0.056197497394487386 ], "resistance": [ - 44613.227963053534, + 44613.2279630533, 43917.98317886137, - 41600.08212732917, + 41600.082127329166, 39244.53254955456, 38193.167567251025, 38485.067531807545, @@ -425370,9 +291507,9 @@ 42839.591254542 ], "fuel": [ - 37.96122750974643, + 37.96122750974635, 37.73856729081523, - 37.00922677211486, + 37.00922677211484, 36.288521591680464, 35.97350964140497, 36.06055680151032, @@ -425410,49 +291547,49 @@ ], "ice resistance": 47921.342524119646, "wind resistance": [ - 3511.40443869961, + 3511.4044386986498, 2185.847397471942, - -358.7116135428041, + -358.7116135428296, -2617.011943620022, - -3300.6968728320608, + -3300.6968728320644, -2744.4094101859773, -574.0066203549977, 2004.9177424059744 ], "relative wind speed": [ - 7.897125919344615, + 7.897125919344613, 7.760921203972029, 7.397707672332938, 7.005167704834358, - 6.825148240050277, + 6.825148240050276, 6.979638124600963, 7.363502392160423, 7.737885480658888 ], "relative wind angle": [ - 0.002171414227916054, + 0.0021714142280183125, 0.047289972099502024, - 0.07251710736789119, + 0.07251710736789425, 0.055863229669934227, 0.0025124635456884774, 0.05258813082508954, - 0.07285456304459151, - 0.0505686643845509 + 0.07285456304459152, + 0.05056866438455089 ], "resistance": [ - 51432.746962819256, + 51432.746962818295, 50107.18992159159, - 47562.630910576845, + 47562.630910576816, 45304.33058049962, - 44620.64565128759, + 44620.64565128758, 45176.93311393367, 47347.335903764644, 49926.26026652562 ], "fuel": [ - 40.24060408585023, + 40.240604085849895, 39.78399653192666, - 38.925807830884715, + 38.9258078308847, 38.18434373481982, 37.96361280786927, 38.1430810030013, @@ -425490,51 +291627,51 @@ ], "ice resistance": 32887.43091643361, "wind resistance": [ - 3351.915909118263, + 3351.9159091181864, 2708.3849253713597, - 297.0409404649108, + 297.0409404648781, -2199.247914829357, - -3360.820118176125, + -3360.820118176209, -3090.354379633507, - -1209.0953448301298, + -1209.0953448301261, 1442.857605120087 ], "relative wind speed": [ - 7.891477712866192, + 7.89147771286619, 7.825665652329894, - 7.499771676363524, + 7.499771676363523, 7.086445429388046, - 6.832720683335152, + 6.832720683335153, 6.907998952452436, - 7.260503924078223, + 7.260503924078222, 7.664449334782315 ], "relative wind angle": [ - 0.01519964037841731, - 0.03701035818171603, - 0.07065413881076721, + 0.015199640378424613, + 0.03701035818171604, + 0.07065413881077036, 0.06484372905297056, - 0.017555110368149277, + 0.017555110368161927, 0.04192957155467677, - 0.07298660180940943, + 0.0729866018094079, 0.059947521815627056 ], "resistance": [ - 36239.34682555187, + 36239.346825551795, 35595.81584180497, - 33184.47185689852, + 33184.47185689848, 30688.18300160425, - 29526.610798257483, + 29526.6107982574, 29797.0765368001, - 31678.33557160348, + 31678.335571603482, 34330.288521553695 ], "fuel": [ - 35.399026441585704, + 35.399026441585676, 35.212918423658394, - 34.52926730087198, + 34.529267300871965, 33.84432610228327, - 33.53351464057502, + 33.53351464057499, 33.60543697876759, 34.113233310072964, 34.851425130335095 @@ -425570,19 +291707,19 @@ ], "ice resistance": 96075.10605213532, "wind resistance": [ - 3180.934620538839, + 3180.9346205387046, 2637.8936792232817, - 347.92707601482834, + 347.9270760148356, -2063.0620770223504, - -3222.2649300564335, + -3222.2649300563935, -2994.194453116015, - -1226.6038696516407, + -1226.6038696516553, 1315.7395610695312 ], "relative wind speed": [ - 7.867214290412607, + 7.867214290412605, 7.811506599544949, - 7.503454734395857, + 7.503454734395856, 7.1065658474321225, 6.857163093943026, 6.920557133170155, @@ -425590,31 +291727,31 @@ 7.642674155314878 ], "relative wind angle": [ - 0.015929809027184407, + 0.01592980902719834, 0.03438501730778749, - 0.06736648491696134, + 0.06736648491695969, 0.06276801232505294, - 0.01827649367450899, - 0.03881382650388664, - 0.06969252325509713, + 0.01827649367450292, + 0.038813826503886636, + 0.06969252325509874, 0.058359848857373796 ], "resistance": [ - 99256.04067267416, + 99256.04067267402, 98712.9997313586, 96423.03312815016, 94012.04397511297, - 92852.84112207888, + 92852.84112207893, 93080.91159901931, 94848.50218248367, 97390.84561320484 ], "fuel": [ - 61.08712486139943, + 61.08712486139936, 60.80264021999252, 59.61505802813838, 58.38580033864272, - 57.802473534462194, + 57.80247353446221, 57.91684662448378, 58.80982335035155, 60.114587191252305 @@ -425650,51 +291787,51 @@ ], "ice resistance": 92845.49078387674, "wind resistance": [ - 2494.8616206567312, + 2494.8616206566367, 2511.917024864979, - 721.1466518488887, + 721.1466518488851, -1426.6934011220037, - -2702.878075646826, + -2702.8780756468586, -2710.0235247980236, - -1453.0619595755416, + -1453.0619595755343, 690.6521128828572 ], "relative wind speed": [ - 7.773501343058518, + 7.773501343058517, 7.775269479661241, - 7.544952263789727, + 7.544952263789726, 7.204772339051653, 6.952794659968624, 6.950817306825809, - 7.200164723904242, + 7.2001647239042414, 7.540552516669912 ], "relative wind angle": [ - 0.02221340383316627, + 0.02221340383317627, 0.021628385295795603, - 0.054429675842546515, + 0.05442967584254652, 0.057261960270944906, - 0.02483598096058296, + 0.02483598096058743, 0.024194251145606256, - 0.057038864108976836, - 0.054709483289974645 + 0.05703886410897489, + 0.05470948328997465 ], "resistance": [ - 95340.35240453348, + 95340.35240453338, 95357.40780874171, 93566.63743572563, 91418.79738275474, - 90142.61270822992, + 90142.61270822988, 90135.46725907872, 91392.4288243012, 93536.1428967596 ], "fuel": [ - 59.06037090159053, + 59.06037090159049, 59.06907504007148, 58.161074132287744, 57.0877619890241, - 56.458160746006115, + 56.458160746006094, 56.454652624619825, 57.07469183785464, 58.14571536407756 @@ -425730,9 +291867,9 @@ ], "ice resistance": 71792.78636559422, "wind resistance": [ - 2978.864301016376, + 2978.864301016154, 2413.5093038092527, - 261.9879568937904, + 261.9879568937504, -1971.971711910861, -3013.69703537858, -2776.5705197518946, @@ -425740,9 +291877,9 @@ 1271.2762516728653 ], "relative wind speed": [ - 7.834382853418143, + 7.834382853418142, 7.776065171353641, - 7.484321730839535, + 7.484321730839534, 7.115419282936381, 6.889450234092614, 6.955205940360921, @@ -425750,19 +291887,19 @@ 7.629737062965413 ], "relative wind angle": [ - 0.013820775036988257, + 0.013820775037012357, 0.033128117427131266, - 0.06317634566820815, + 0.06317634566821168, 0.057749219709959755, - 0.015716530320659967, + 0.01571653032065997, 0.03703962001944615, - 0.06505735597966367, + 0.06505735597966368, 0.053852461745509055 ], "resistance": [ - 74771.6506666106, + 74771.65066661037, 74206.29566940348, - 72054.77432248801, + 72054.77432248797, 69820.81465368337, 68779.08933021565, 69016.21584584232, @@ -425770,9 +291907,9 @@ 73064.06261726709 ], "fuel": [ - 49.35102615050092, + 49.351026150500815, 49.106383363761225, - 48.18624355556783, + 48.1862435555678, 47.249074928192414, 46.81840942521219, 46.91608625421936, @@ -425810,49 +291947,49 @@ ], "ice resistance": 58091.12217500028, "wind resistance": [ - 2962.1503246229404, + 2962.1503246228167, 2560.9959080383524, - 427.6327202839602, - -1880.6464348819864, + 427.6327202839311, + -1880.6464348820045, -3047.514103529731, -2879.1820765900193, - -1261.90378069918, + -1261.9037806991946, 1143.4104330002956 ], "relative wind speed": [ - 7.836426292066182, + 7.836426292066181, 7.795116714022999, 7.510472820530419, - 7.133842680220593, + 7.133842680220594, 6.888270637196238, 6.934984125216529, 7.242281920383922, 7.613549633128364 ], "relative wind angle": [ - 0.01714812656667534, + 0.017148126566688293, 0.030827173093588227, - 0.06317480851848366, - 0.06035421105479052, + 0.06317480851848718, + 0.060354211054792356, 0.019508810720188414, - 0.03465205390648217, - 0.06551754493433018, + 0.03465205390648216, + 0.06551754493433189, 0.05654727765539564 ], "resistance": [ - 61053.27249962322, + 61053.2724996231, 60652.11808303863, - 58518.75489528424, - 56210.475740118294, + 58518.75489528421, + 56210.47574011827, 55043.608071470546, 55211.94009841026, - 56829.218394301104, + 56829.21839430109, 59234.532608000576 ], "fuel": [ - 43.75046141855, + 43.75046141854996, 43.59722726634115, - 42.79237881503725, + 42.79237881503724, 41.94061537822053, 41.51758143889958, 41.57829547806172, @@ -425890,17 +292027,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1911.5882741914356, + 1911.5882741913974, 1710.5399429731497, 338.38081289308866, -1178.8758211677086, - -1977.4276846020985, + -1977.4276846021203, -1892.9679186258381, - -869.2947890426494, + -869.2947890426585, 696.5930857097228 ], "relative wind speed": [ - 6.1666452712355495, + 6.166645271235549, 6.140375189717549, 5.909544613672535, 5.595748671073235, @@ -425910,33 +292047,33 @@ 5.975219519893158 ], "relative wind angle": [ - 0.019869750450693613, - 0.030965792423593017, - 0.06627687538255238, + 0.019869750450699202, + 0.03096579242359302, + 0.06627687538255239, 0.06498484356474943, - 0.022758316640713008, + 0.02275831664071789, 0.035121930721692986, - 0.06914159888299887, + 0.06914159888300048, 0.06085254753183714 ], "resistance": [ - 98546.08827419145, + 98546.08827419141, 98345.03994297316, 96972.8808128931, 95455.62417883231, - 94657.07231539792, + 94657.07231539789, 94741.53208137417, - 95765.20521095737, + 95765.20521095736, 97331.09308570974 ], "fuel": [ - 52.222144369326394, + 52.22214436932637, 52.1172237183857, 51.40515434316795, 50.62594445931151, - 50.21927683546073, + 50.219276835460725, 50.262176297361876, - 50.78423883770875, + 50.78423883770873, 51.59036955397671 ] }, @@ -425957,68 +292094,7 @@ "id": "7317", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.125264588396494, - 15.125264588396494, - 15.125264588396494, - 15.125264588396494, - 15.125264588396494, - 15.125264588396494, - 15.125264588396494, - 15.125264588396494 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1251.3526136081664, - 1226.8397588016678, - 340.26684059891704, - -698.2391600043757, - -1301.844611277229, - -1291.4943726080828, - -660.7896527009734, - 383.6500107916545 - ], - "relative wind speed": [ - 4.55747637920822, - 4.553169601810737, - 4.355833307937141, - 4.065247278546304, - 3.8501501345102542, - 3.8552423506774316, - 4.0768815531942515, - 4.366693436638536 - ], - "relative wind angle": [ - 0.03071705433497898, - 0.0332232832568282, - 0.08132797778596024, - 0.08600265449137172, - 0.036362500507826044, - 0.03924065582756737, - 0.08690626616704344, - 0.08005243913311434 - ], - "resistance": [ - 97885.85261360815, - 97861.33975880165, - 96974.7668405989, - 95936.26083999561, - 95332.65538872275, - 95343.0056273919, - 95973.71034729901, - 97018.15001079164 - ], - "fuel": [ - 45.58354630286402, - 45.57080600436811, - 45.11152188053349, - 44.57724924619496, - 44.268560864263726, - 44.27384263017608, - 44.59644587273176, - 45.133928229928 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 28.4375, -46.5625 28.59375, -46.40625 28.59375, -46.40625 28.4375, -46.5625 28.4375))", @@ -426050,50 +292126,50 @@ ], "ice resistance": 85656.8327676171, "wind resistance": [ - 2471.6792215926325, + 2471.6792215925743, 2568.6871131704283, - 797.7516908603939, - -1373.542137743796, + 797.7516908603611, + -1373.542137743807, -2702.9632886506442, -2743.609491567906, -1523.4984260669407, - 624.3278624682171 + 624.3278624682025 ], "relative wind speed": [ - 7.772058024152521, + 7.7720580241525195, 7.782110440467279, 7.556511887117286, - 7.214624821408296, + 7.214624821408297, 6.95480539979245, 6.943555369704052, 7.1884165279726915, - 7.531493395475768 + 7.531493395475769 ], "relative wind angle": [ - 0.02371941578957465, - 0.020393223646352435, - 0.054119468655631824, - 0.05816127844876466, + 0.023719415789579333, + 0.02039322364635244, + 0.054119468655635924, + 0.058161278448766576, 0.026507280605918143, 0.022856465916066177, - 0.05689367089812559, - 0.055711698799356696 + 0.056893670898125595, + 0.05571169879935869 ], "resistance": [ - 88128.51198920974, + 88128.51198920968, 88225.51988078753, - 86454.5844584775, - 84283.29062987331, + 86454.58445847746, + 84283.2906298733, 82953.86947896646, 82913.22327604919, 84133.33434155016, - 86281.16063008532 + 86281.1606300853 ], "fuel": [ - 55.47684083200941, + 55.476840832009366, 55.523759479700644, - 54.672747675284654, - 53.645271768487774, + 54.672747675284626, + 53.64527176848776, 53.024836374835004, 53.00597056769847, 53.5749587169059, @@ -426117,68 +292193,7 @@ "id": "7319", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.584618788012268, - 19.584618788012268, - 19.584618788012268, - 19.584618788012268, - 19.584618788012268, - 19.584618788012268, - 19.584618788012268, - 19.584618788012268 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1509.1581353694037, - 1872.2543913253903, - 809.4121749529277, - -669.289858158465, - -1720.3025810629606, - -1872.9653619061446, - -1227.62476846328, - 163.24591738686104 - ], - "relative wind speed": [ - 5.790417772803457, - 5.840578214050455, - 5.669936190985013, - 5.3653512568754715, - 5.098798091680269, - 5.041262350729199, - 5.232447185923511, - 5.544338179951263 - ], - "relative wind angle": [ - 0.03786251893640041, - 0.015364625282499326, - 0.06107772806070555, - 0.0745679526240542, - 0.043001308291699764, - 0.017800998641262625, - 0.06619166638388364, - 0.07215643131157574 - ], - "resistance": [ - 98143.65813536943, - 98506.75439132542, - 97443.91217495296, - 95965.21014184157, - 94914.19741893707, - 94761.53463809389, - 95406.87523153675, - 96797.74591738688 - ], - "fuel": [ - 50.49933265632522, - 50.6886582864712, - 50.135854863274034, - 49.37374743733196, - 48.83701325953352, - 48.75939287800202, - 49.088103579992236, - 49.80182671105741 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 28.28125, -46.875 28.4375, -46.71875 28.4375, -46.71875 28.28125, -46.875 28.28125))", @@ -426210,9 +292225,9 @@ ], "ice resistance": 48243.62305217867, "wind resistance": [ - 3308.2873022651765, + 3308.2873022648564, 2426.7091513925807, - 36.370841935276985, + 36.37084193526243, -2296.719031478151, -3243.32903043077, -2873.221220545307, @@ -426220,7 +292235,7 @@ 1608.0646456994036 ], "relative wind speed": [ - 7.877726217063033, + 7.877726217063032, 7.787189895087474, 7.4566000534973265, 7.063446812705532, @@ -426230,19 +292245,19 @@ 7.682761742305316 ], "relative wind angle": [ - 0.009849722086428227, - 0.03984027604949186, - 0.06928631599468565, + 0.009849722086462042, + 0.039840276049491856, + 0.06928631599468724, 0.05948106125547062, 0.011335293473465709, 0.04465431087312361, 0.07075767357869957, - 0.054681239640129366 + 0.05468123964012937 ], "resistance": [ - 51551.91035444385, + 51551.91035444353, 50670.33220357125, - 48279.99389411395, + 48279.99389411393, 45946.90402070052, 45000.294021747904, 45370.40183163337, @@ -426250,9 +292265,9 @@ 49851.68769787808 ], "fuel": [ - 40.281971966517204, + 40.28197196651709, 39.97718033386869, - 39.16530999028483, + 39.165309990284825, 38.39338719473485, 38.08596933299936, 38.20576731746253, @@ -426290,19 +292305,19 @@ ], "ice resistance": 44595.45050590909, "wind resistance": [ - 3640.7144504079624, + 3640.7144504077587, 2663.369380846536, - 42.21138587009409, + 42.211385870086815, -2509.3361839333957, - -3541.6788812159393, + -3541.678881216001, -3130.6738067564365, - -1007.2248208807359, + -1007.2248208807323, 1780.7405956055263 ], "relative wind speed": [ - 7.9275672239515345, + 7.927567223951534, 7.827926146790701, - 7.466247186858658, + 7.4662471868586575, 7.035048324816574, 6.795622861966619, 6.910165295616632, @@ -426310,33 +292325,33 @@ 7.715886678784851 ], "relative wind angle": [ - 0.01055134945498603, + 0.010551349455007073, 0.04358636482533708, - 0.0758818281647125, + 0.07588182816471252, 0.0653445073323052, - 0.012308966221675679, + 0.0123089662216847, 0.0493796403360342, - 0.0776192325079744, - 0.05957144301645395 + 0.07761923250797438, + 0.05957144301645396 ], "resistance": [ - 48236.16495631705, + 48236.16495631685, 47258.81988675562, 44637.66189177918, 42086.11432197569, - 41053.77162469315, + 41053.77162469309, 41464.77669915265, - 43588.22568502835, + 43588.22568502836, 46376.19110151462 ], "fuel": [ - 39.1506221330272, + 39.15062213302713, 38.824953278281, 37.96908547579805, 37.160503006115185, - 36.84023837179511, + 36.84023837179508, 36.9672697306423, - 37.63358748360473, + 37.633587483604735, 38.53389994249757 ] }, @@ -426370,54 +292385,54 @@ ], "ice resistance": 42569.00293995776, "wind resistance": [ - 3818.1530671370274, + 3818.1530671362016, 2175.745463441315, - -621.2479593710777, + -621.247959371085, -2969.3192381221816, -3570.1770741770015, -2819.5561288991776, -368.37382139578403, - 2388.5103688930903 + 2388.510368893105 ], "relative wind speed": [ - 7.942512910715813, + 7.942512910715812, 7.76960243727282, - 7.363939435293813, + 7.363939435293812, 6.9471123019611225, 6.779776662157603, 6.977260271220253, 7.404139309801573, - 7.79657063006324 + 7.796570630063239 ], "relative wind angle": [ - 0.002538560521364528, - 0.05477252009362218, + 0.0025385605214519966, + 0.054772520093622185, 0.07903051817970123, 0.05715323749669386, 0.002973926544413847, 0.06099985359504822, - 0.0786005433234293, - 0.05092051324500582 + 0.07860054332342932, + 0.05092051324500364 ], "resistance": [ - 46387.15600709479, + 46387.15600709396, 44744.74840339908, - 41947.75498058669, + 41947.75498058667, 39599.68370183558, 38998.82586578076, 39749.44681105859, 42200.62911856198, - 44957.51330885085 + 44957.51330885087 ], "fuel": [ - 38.53749791843654, + 38.537497918436266, 38.00355076554207, - 37.11734952912877, + 37.11734952912876, 36.39586202643952, 36.214534192569914, 36.44126692722009, 37.19627338445017, - 38.072154763453185 + 38.07215476345319 ] }, { @@ -426437,68 +292452,7 @@ "id": "7323", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 41747.11112600272, - "wind resistance": [ - 3744.205039998018, - 2794.445898090864, - 103.7923514314607, - -2546.0724041835456, - -3651.5658174050914, - -3251.8757247226495, - -1087.9280628128872, - 1791.6970074503333 - ], - "relative wind speed": [ - 7.9446653471558895, - 7.848126293577173, - 7.478896844936251, - 7.032440424618017, - 6.7788029874527655, - 6.890340419824028, - 7.289443010532472, - 7.721052978395919 - ], - "relative wind angle": [ - 0.011960962059357358, - 0.043978469549902616, - 0.07802916261201594, - 0.06822568937537085, - 0.014018210506101754, - 0.050096465060841255, - 0.08006144225986325, - 0.062132661010575366 - ], - "resistance": [ - 45491.31616600073, - 44541.55702409358, - 41850.90347743418, - 39201.038721819175, - 38095.545308597626, - 38495.235401280064, - 40659.183063189834, - 43538.80813345305 - ], - "fuel": [ - 38.24501581781724, - 37.9381909081785, - 37.087184490113124, - 36.27540833110251, - 35.944468565800534, - 36.06359466481584, - 36.71887236490295, - 37.61789004222433 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 28.28125, -46.5625 28.4375, -46.40625 28.4375, -46.40625 28.28125, -46.5625 28.28125))", @@ -426517,68 +292471,7 @@ "id": "7324", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 65867.09182733782, - "wind resistance": [ - 2833.6219108329133, - 3026.8207634736136, - 1008.6271028501942, - -1509.8352576054276, - -3092.71651994314, - -3173.87368559698, - -1807.3649593122173, - 664.3648514335 - ], - "relative wind speed": [ - 7.832887934678887, - 7.85269631818669, - 7.599510313473436, - 7.204793405773659, - 6.896184511955001, - 6.873620207321852, - 7.152547603167489, - 7.549996437104226 - ], - "relative wind angle": [ - 0.028592850496722947, - 0.022030291540045488, - 0.06169695700806164, - 0.06801743660460051, - 0.03247787967080639, - 0.025168900165209142, - 0.06555776933460292, - 0.06490304508001685 - ], - "resistance": [ - 68700.71373817073, - 68893.91259081144, - 66875.71893018801, - 64357.25656973239, - 62774.37530739468, - 62693.21814174084, - 64059.7268680256, - 66531.45667877133 - ], - "fuel": [ - 46.786171065263176, - 46.86568113737847, - 46.04195576932927, - 45.03530304615419, - 44.414689157868864, - 44.38312043019603, - 44.91793649313621, - 45.90295836733722 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 28.28125, -46.40625 28.4375, -46.25 28.4375, -46.25 28.28125, -46.40625 28.28125))", @@ -426597,68 +292490,7 @@ "id": "7325", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.23086510215186, - 24.23086510215186, - 24.23086510215186, - 24.23086510215186, - 24.23086510215186, - 24.23086510215186, - 24.23086510215186, - 24.23086510215186 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2302.972447724671, - 2217.059804087865, - 564.2787681461086, - -1356.5266175579382, - -2448.881525419667, - -2412.8426198794405, - -1223.9440466391534, - 717.643065775439 - ], - "relative wind speed": [ - 7.142863448375889, - 7.1331733435917, - 6.898466026644763, - 6.5627509539530555, - 6.3223420277268465, - 6.333272851218263, - 6.588146434083984, - 6.922630054689746 - ], - "relative wind angle": [ - 0.021764427933622012, - 0.025272985341362623, - 0.05952235358505305, - 0.0610022242935272, - 0.024589579200945212, - 0.028465809885911433, - 0.06232957236048865, - 0.05782733216174012 - ], - "resistance": [ - 98937.47244772472, - 98851.55980408791, - 97198.77876814615, - 95277.97338244211, - 94185.61847458038, - 94221.6573801206, - 95410.55595336089, - 97352.14306577548 - ], - "fuel": [ - 57.28949619466161, - 57.24451762883503, - 56.384569880762726, - 55.397939066377354, - 54.84296957958045, - 54.861208271262164, - 55.46559962768974, - 56.46393802027548 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.5625 28.125, -46.5625 28.28125, -46.40625 28.28125, -46.40625 28.125, -46.5625 28.125))", @@ -426677,68 +292509,7 @@ "id": "7326", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 55659.515426071535, - "wind resistance": [ - 3483.2818016868514, - 2303.3553376354357, - -217.24659755898392, - -2531.733147535011, - -3321.0007023467915, - -2825.6430621240906, - -713.9427630088285, - 1885.9448601344338 - ], - "relative wind speed": [ - 7.896872965075529, - 7.775774091758147, - 7.4200377281280065, - 7.022113750000855, - 6.825574776278531, - 6.963218431663138, - 7.341124829770125, - 7.722628576796855 - ], - "relative wind angle": [ - 0.005009697591104008, - 0.045128884410787065, - 0.07225343672875026, - 0.05795521108733586, - 0.005795995617802488, - 0.050399318256749426, - 0.07303149628810161, - 0.05269301526181261 - ], - "resistance": [ - 59142.79722775839, - 57962.870763706975, - 55442.26882851255, - 53127.78227853653, - 52338.514723724744, - 52833.87236394745, - 54945.5726630627, - 57545.46028620597 - ], - "fuel": [ - 43.02605727305745, - 42.5854431514535, - 41.66154134311914, - 40.834009748444046, - 40.556369302293675, - 40.730350258258056, - 41.48227058702558, - 42.43081211011967 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.40625 28.125, -46.40625 28.28125, -46.25 28.28125, -46.25 28.125, -46.40625 28.125))", @@ -426757,68 +292528,7 @@ "id": "7327", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57476.33938613076, - "wind resistance": [ - 3000.5307494294248, - 1586.4488383559474, - -679.7720335006597, - -2495.8300028750746, - -2903.951856103504, - -2186.0472800364914, - -155.5287764324312, - 2026.1955190052831 - ], - "relative wind speed": [ - 7.826072691138389, - 7.668704661973414, - 7.334177533265622, - 7.009335709041225, - 6.896398312591126, - 7.070975340101181, - 7.417382514299339, - 7.725084877905959 - ], - "relative wind angle": [ - 0.005326497672732585, - 0.04672251500943433, - 0.06342312490317144, - 0.04270158890294776, - 0.006044548590996152, - 0.05067535193976334, - 0.06271073236620688, - 0.03874309376262777 - ], - "resistance": [ - 60476.87013556019, - 59062.78822448671, - 56796.5673526301, - 54980.50938325569, - 54572.38753002726, - 55290.292106094275, - 57320.81060969833, - 59502.534905136046 - ], - "fuel": [ - 43.530473473993446, - 42.99601617324793, - 42.155007385798555, - 41.494850156838034, - 41.348182198298424, - 41.6065914610801, - 42.347858281018055, - 43.16142283806118 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 27.96875, -47.1875 28.125, -47.03125 28.125, -47.03125 27.96875, -47.1875 27.96875))", @@ -426850,9 +292560,9 @@ ], "ice resistance": 40336.85586187679, "wind resistance": [ - 3357.377970650905, + 3357.377970650836, 2835.054268343545, - 424.73504163859616, + 424.7350416385889, -2140.579329476044, -3402.84704386862, -3183.2265571221615, @@ -426860,9 +292570,9 @@ 1354.2540221601084 ], "relative wind speed": [ - 7.895814961300023, + 7.8958149613000215, 7.842489192915915, - 7.5204043600236155, + 7.520404360023615, 7.099154244468025, 6.829108642051974, 6.89028170737854, @@ -426870,8 +292580,8 @@ 7.653928910127782 ], "relative wind angle": [ - 0.017775373727241844, - 0.035451347206197095, + 0.01777537372724809, + 0.03545134720619709, 0.07099338543918755, 0.06716333647498618, 0.020552250502622268, @@ -426880,9 +292590,9 @@ 0.06228862750277239 ], "resistance": [ - 43694.233832527694, + 43694.23383252763, 43171.910130220334, - 40761.59090351539, + 40761.59090351538, 38196.27653240075, 36934.00881800817, 37153.629304754635, @@ -426890,7 +292600,7 @@ 41691.1098840369 ], "fuel": [ - 37.66729153224771, + 37.667291532247695, 37.50162940358833, 36.750314898174544, 35.97443509195067, @@ -426930,19 +292640,19 @@ ], "ice resistance": 46633.71864195353, "wind resistance": [ - 3271.8282176973516, + 3271.8282176973116, 3395.3468657593658, - 1071.6446842565456, + 1071.6446842565274, -1764.8069073259285, -3503.2436059670144, -3555.256473594938, - -1954.3261345185492, + -1954.3261345185347, 852.2424022129271 ], "relative wind speed": [ - 7.900684226952824, + 7.900684226952822, 7.913218370457839, - 7.620994984574758, + 7.620994984574757, 7.173673001567526, 6.829480754222959, 6.814953679062793, @@ -426950,29 +292660,29 @@ 7.589534524126239 ], "relative wind angle": [ - 0.030510112771883004, + 0.030510112771886647, 0.02635256353950609, - 0.07037570292773085, - 0.07665420341442904, - 0.03529747481960905, - 0.030600648103878275, - 0.0751227554286224, + 0.07037570292773243, + 0.07665420341442905, + 0.035297474819609057, + 0.03060064810387827, + 0.07512275542862092, 0.07244642878797612 ], "resistance": [ - 49905.54685965088, + 49905.54685965084, 50029.06550771289, - 47705.36332621008, + 47705.363326210056, 44868.9117346276, 43130.475035986514, 43078.46216835859, - 44679.39250743498, + 44679.392507435, 47485.961044166455 ], "fuel": [ - 39.715110570354234, + 39.71511057035422, 39.757289460709224, - 38.97330854526301, + 38.973308545263, 38.04356557005352, 37.488531155660894, 37.47209815972347, @@ -427010,53 +292720,53 @@ ], "ice resistance": 36162.90160451851, "wind resistance": [ - 3547.538416858548, + 3547.5384168582823, 2659.8375605264773, - 105.47043826387016, + 105.47043826385197, -2418.7481581819775, - -3478.178940339072, + -3478.1789403391194, -3104.96404002505, - -1053.8155754342042, + -1053.8155754342188, 1685.1326370984134 ], "relative wind speed": [ 7.915431701186804, 7.8248185562545025, - 7.474034725391938, + 7.474034725391937, 7.049678274975116, - 6.807968041652605, + 6.807968041652606, 6.911924654827439, 7.289807459456777, 7.700943065083659 ], "relative wind angle": [ - 0.011670375816076812, + 0.011670375816105354, 0.0417076619198835, - 0.07416123142019156, - 0.06485647213417484, - 0.013568923927301007, + 0.07416123142019306, + 0.06485647213417482, + 0.013568923927309191, 0.047220068411538266, - 0.07603900207020041, + 0.07603900207020187, 0.05936484199391589 ], "resistance": [ - 39710.44002137706, + 39710.440021376795, 38822.739165044986, - 36268.37204278239, + 36268.372042782365, 33744.15344633654, - 32684.72266417944, + 32684.722664179393, 33057.93756449346, - 35109.08602908431, + 35109.0860290843, 37848.03424161693 ], "fuel": [ - 36.429432883382496, + 36.42943288338242, 36.16164900532035, 35.40745680232412, 34.686017041452715, - 34.39028785005991, + 34.390287850059906, 34.493990454363356, - 35.07318055888337, + 35.073180558883365, 35.870996877931695 ] }, @@ -427090,47 +292800,47 @@ ], "ice resistance": 44805.949643286, "wind resistance": [ - 3317.2415003917195, + 3317.241500391625, 3078.8565763284387, - 707.8208987660073, + 707.8208987659928, -1975.4101763965773, - -3446.669913500893, + -3446.6699135009185, -3346.3694919526424, - -1609.1926207550314, + -1609.192620755024, 1131.7060164278773 ], "relative wind speed": [ - 7.897570094982044, + 7.897570094982043, 7.873296116927151, 7.564548963051962, 7.131937202487857, - 6.829313956308931, + 6.829313956308932, 6.857284504391696, - 7.196439501905099, + 7.1964395019050995, 7.625392728165567 ], "relative wind angle": [ - 0.023368710481878642, - 0.03141716206924224, - 0.07069053697594525, + 0.023368710481888145, + 0.03141716206924225, + 0.07069053697594684, 0.07133056474214408, - 0.027024924900954747, + 0.027024924900958855, 0.03607398503363554, 0.07431297938724726, 0.06670751322595837 ], "resistance": [ - 48123.19114367772, + 48123.19114367763, 47884.806219614446, - 45513.77054205201, + 45513.77054205199, 42830.53946688943, - 41359.27972978511, + 41359.279729785085, 41459.58015133336, 43196.757022530976, 45937.655659713884 ], "fuel": [ - 39.11279555579757, + 39.11279555579753, 39.03313390441873, 38.25231044344966, 37.393907570616975, @@ -427170,51 +292880,51 @@ ], "ice resistance": 30404.039959972124, "wind resistance": [ - 3254.3930629873757, + 3254.3930629872775, 1077.6486342266435, - -1625.8588789381538, - -3318.025081831027, - -3398.583697932965, + -1625.858878938161, + -3318.0250818310415, + -3398.5836979329906, -1920.1688971310214, 737.0118188131892, 3062.884528283521 ], "relative wind speed": [ - 7.88893955426514, + 7.888939554265138, 7.6164520642450935, 7.19219338685017, - 6.860582817459941, - 6.8381275407405715, + 6.8605828174599415, + 6.838127540740572, 7.140379087089173, 7.567543183915929, 7.869419226287108 ], "relative wind angle": [ - 0.023852485111882222, + 0.023852485111891534, 0.06631098090833273, - 0.07314144186692786, - 0.03478479919329298, - 0.027518749715939244, - 0.07073931320354945, - 0.06950762237876192, + 0.07314144186692939, + 0.034784799193296176, + 0.02751874971594328, + 0.07073931320354947, + 0.06950762237876193, 0.03032402219952128 ], "resistance": [ - 33658.4330229595, + 33658.433022959405, 31481.688594198768, - 28778.18108103397, - 27086.014878141097, - 27005.45626203916, + 28778.181081033963, + 27086.014878141083, + 27005.456262039133, 28483.871062841103, 31141.051778785313, 33466.924488255645 ], "fuel": [ - 34.661933776058554, + 34.66193377605853, 34.05953729458821, 33.335910746442664, - 32.89682092223463, - 32.87618295941934, + 32.896820922234625, + 32.87618295941933, 33.25877662067185, 33.96686422330994, 34.60822798040007 @@ -427250,9 +292960,9 @@ ], "ice resistance": 29064.428671084464, "wind resistance": [ - 3527.0619491515827, + 3527.06194915139, 1484.263138950424, - -1314.2444628079393, + -1314.2444628079538, -3274.051563677629, -3537.8621861250467, -2277.3414538283614, @@ -427260,7 +292970,7 @@ 2900.062276882949 ], "relative wind speed": [ - 7.919667238547744, + 7.919667238547743, 7.675985770691551, 7.248407415316961, 6.878604037481343, @@ -427270,19 +292980,19 @@ 7.855846151712059 ], "relative wind angle": [ - 0.01694272731001674, - 0.0637518012345391, - 0.07697752299482494, + 0.0169427273100364, + 0.06375180123453911, + 0.0769775229948264, 0.04352188713555059, - 0.019718224718134034, + 0.019718224718134038, 0.06913876983755762, 0.07423185019839987, 0.03810509520686626 ], "resistance": [ - 32591.490620236047, + 32591.490620235854, 30548.69181003489, - 27750.184208276525, + 27750.18420827651, 25790.377107406835, 25526.566484959418, 26787.087217256103, @@ -427290,9 +293000,9 @@ 31964.490947967413 ], "fuel": [ - 34.36446302660098, + 34.36446302660092, 33.80673603556889, - 33.0678918475705, + 33.06789184757049, 32.5678261223807, 32.501603432022996, 32.82036138854381, @@ -427330,9 +293040,9 @@ ], "ice resistance": 41896.405214482635, "wind resistance": [ - 3202.0221519348197, + 3202.0221519347833, 621.8848879281431, - -2208.254700161684, + -2208.254700161706, -3684.435826165238, -3511.5646753878864, -1579.0327084081437, @@ -427340,7 +293050,7 @@ 3612.3907074548915 ], "relative wind speed": [ - 7.897761107247992, + 7.89776110724799, 7.558582289322701, 7.097638380345567, 6.787115621129238, @@ -427350,19 +293060,19 @@ 7.939326101735347 ], "relative wind angle": [ - 0.035892729829284535, + 0.03589272982928763, 0.07631452707464452, - 0.07496233118182082, + 0.07496233118182379, 0.025855649236410098, - 0.041473951851627854, + 0.04147395185162786, 0.08002603689877073, 0.06942261348180359, - 0.022102633679660918 + 0.02210263367966092 ], "resistance": [ - 45098.427366417454, + 45098.42736641742, 42518.29010241078, - 39688.15051432095, + 39688.15051432093, 38211.9693883174, 38384.840539094745, 40317.37250607449, @@ -427370,7 +293080,7 @@ 45508.795921937526 ], "fuel": [ - 38.117683871754146, + 38.11768387175414, 37.295754880227626, 36.42267314099392, 35.97910695800754, @@ -427397,68 +293107,7 @@ "id": "7335", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 25865.389051941882, - "wind resistance": [ - 3120.846558466361, - 403.68006702494677, - -2434.4430146281775, - -3786.2745614178384, - -3500.9192044235097, - -1396.5226274438137, - 1605.4605682663896, - 3798.0801871058466 - ], - "relative wind speed": [ - 7.892435609103906, - 7.528540830505784, - 7.058962064516247, - 6.7641127535734675, - 6.843921293641072, - 7.242297389697023, - 7.700704713798962, - 7.960940721695508 - ], - "relative wind angle": [ - 0.04077021650844829, - 0.07958526040099245, - 0.0744081934736898, - 0.021230428530335233, - 0.04702066667479132, - 0.08273783536392801, - 0.06819727259731206, - 0.018038322003751606 - ], - "resistance": [ - 28986.235610408243, - 26269.06911896683, - 23430.946037313704, - 22079.114490524044, - 22364.469847518372, - 24468.86642449807, - 27470.84962020827, - 29663.46923904773 - ], - "fuel": [ - 33.39063309670949, - 32.688650397195005, - 31.984752564349137, - 31.66001592812728, - 31.72799771736444, - 32.23869633146627, - 32.995743286307956, - 33.56987406197706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.96875, -46.875 28.125, -46.71875 28.125, -46.71875 27.96875, -46.875 27.96875))", @@ -427477,68 +293126,7 @@ "id": "7336", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 45433.93787713332, - "wind resistance": [ - 3257.4643196684774, - 3180.7164112445935, - 857.7713477417929, - -1862.2830078565712, - -3434.0892451660147, - -3401.7930760432755, - -1744.402335080038, - 994.218311942026 - ], - "relative wind speed": [ - 7.892701184133678, - 7.8848904020824335, - 7.586796976785528, - 7.152646994536585, - 6.8353955128027675, - 6.844404075273294, - 7.173414489035701, - 7.606379215501691 - ], - "relative wind angle": [ - 0.026258214379159428, - 0.02884816487156666, - 0.06976496287166338, - 0.07283361332645168, - 0.030321022383969828, - 0.03323517169513813, - 0.07379242254397052, - 0.06848195464252194 - ], - "resistance": [ - 48691.4021968018, - 48614.65428837792, - 46291.709224875114, - 43571.654869276754, - 41999.84863196731, - 42032.14480109005, - 43689.53554205329, - 46428.15618907535 - ], - "fuel": [ - 39.30352869047951, - 39.277696309664215, - 38.506193433073044, - 37.62832276601654, - 37.1335888761894, - 37.14366175151222, - 37.66579688025261, - 38.55095550199394 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 27.96875, -46.71875 28.125, -46.5625 28.125, -46.5625 27.96875, -46.71875 27.96875))", @@ -427557,68 +293145,7 @@ "id": "7337", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 45659.87483219289, - "wind resistance": [ - 3376.8983951911796, - 2731.980879377308, - 303.45854711262655, - -2212.3541772002864, - -3385.0358003186375, - -3113.9475033031995, - -1220.288996332216, - 1451.524287301112 - ], - "relative wind speed": [ - 7.895396967400587, - 7.829484203979533, - 7.501457909304598, - 7.084936755065665, - 6.828848156587874, - 6.904320206813048, - 7.25937942619777, - 7.666428868468786 - ], - "relative wind angle": [ - 0.015371158589789163, - 0.0372168363831284, - 0.07115918502387675, - 0.06538881452662164, - 0.017772105299831545, - 0.042206600062651214, - 0.07353634695172612, - 0.060422834722052364 - ], - "resistance": [ - 49036.77322738407, - 48391.8557115702, - 45963.33337930551, - 43447.5206549926, - 42274.839031874246, - 42545.92732888969, - 44439.58583586067, - 47111.399119494 - ], - "fuel": [ - 39.42004747745719, - 39.20282927917621, - 38.398752175095915, - 37.58891655344042, - 37.21947999771539, - 37.304427751253456, - 37.90544808957001, - 38.77613854292011 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.8125, -46.875 27.96875, -46.71875 27.96875, -46.71875 27.8125, -46.875 27.8125))", @@ -427637,68 +293164,7 @@ "id": "7338", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 37604.91460640009, - "wind resistance": [ - 3634.7297941503057, - 3458.6274938468123, - 873.1776390203522, - -2097.7644527822013, - -3771.8616041060086, - -3697.6141111078578, - -1828.0907416376613, - 1185.4646660006256 - ], - "relative wind speed": [ - 7.949524513711778, - 7.93175055636738, - 7.599107933273227, - 7.12197783688444, - 6.77905135372989, - 6.799838995312852, - 7.16966079177219, - 7.643815077664972 - ], - "relative wind angle": [ - 0.027099563713685878, - 0.032998781554200246, - 0.07712346061604718, - 0.07960063033287841, - 0.03178004272613776, - 0.03849432984774647, - 0.08175301427990564, - 0.07415600654735587 - ], - "resistance": [ - 41239.644400550394, - 41063.5421002469, - 38478.09224542044, - 35507.150153617884, - 33833.05300229408, - 33907.300495292235, - 35776.823864762424, - 38790.379272400714 - ], - "fuel": [ - 36.89760912896511, - 36.84325088698273, - 36.05847301153977, - 35.18739725059509, - 34.71102237041213, - 34.73192895983851, - 35.265109858802376, - 36.151942712224205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 27.8125, -46.71875 27.96875, -46.5625 27.96875, -46.5625 27.8125, -46.71875 27.8125))", @@ -427717,68 +293183,7 @@ "id": "7339", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 25331.753793506512, - "wind resistance": [ - 3752.797985916033, - 2415.2417436018586, - -294.33136238330917, - -2742.463927178338, - -3536.1690715601144, - -2974.040864077084, - -685.4042808839149, - 2086.2648157735384 - ], - "relative wind speed": [ - 7.93487822015382, - 7.798270421826247, - 7.414521367191387, - 6.990591417740681, - 6.787488623368824, - 6.94400983647795, - 7.352357926304663, - 7.75654084055792 - ], - "relative wind angle": [ - 0.003928989879481835, - 0.04921312969453899, - 0.0774526019432303, - 0.06122217226392816, - 0.0045931694862173, - 0.055273223014248384, - 0.07810878521437409, - 0.055170074700199835 - ], - "resistance": [ - 29084.551779422545, - 27746.99553710837, - 25037.422431123203, - 22589.289866328174, - 21795.584721946398, - 22357.71292942943, - 24646.349512622597, - 27418.01860928005 - ], - "fuel": [ - 33.41654818482473, - 33.067066616215655, - 32.37950197105809, - 31.781771234930197, - 31.592769153716468, - 31.72638447692118, - 32.282521738225384, - 32.982130359697656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.65625, -46.875 27.8125, -46.71875 27.8125, -46.71875 27.65625, -46.875 27.65625))", @@ -427810,9 +293215,9 @@ ], "ice resistance": 21848.511118426726, "wind resistance": [ - 4117.014344597581, + 4117.014344596108, 2516.9433606338243, - -447.51387882961717, + -447.51387882961353, -3047.6936770014436, -3806.6441067666383, -3133.389919818139, @@ -427820,9 +293225,9 @@ 2395.155906164924 ], "relative wind speed": [ - 7.984493215333381, + 7.984493215333379, 7.822037634730256, - 7.398962975699014, + 7.398962975699013, 6.94301914343844, 6.737759005346039, 6.925695312435419, @@ -427830,19 +293235,19 @@ 7.806664684336952 ], "relative wind angle": [ - 0.0014452541524514041, + 0.0014452541526050414, 0.055337088369487836, - 0.0843506998530347, + 0.0843506998530334, 0.06470684109906186, 0.0017126797783235646, - 0.06250776973390318, + 0.06250776973390319, 0.08461431847568471, 0.0575399663470226 ], "resistance": [ - 25965.525463024307, + 25965.525463022834, 24365.45447906055, - 21400.99723959711, + 21400.997239597113, 18800.817441425283, 18041.867011660088, 18715.121198608587, @@ -427850,7 +293255,7 @@ 24243.66702459165 ], "fuel": [ - 32.61193553447432, + 32.61193553447396, 32.21321515086648, 31.499679862964165, 30.900745001305097, @@ -427877,68 +293282,7 @@ "id": "7341", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 22871.46291935344, - "wind resistance": [ - 4018.887695860147, - 2316.738258853449, - -610.6935796197904, - -3086.113952920441, - -3732.0982596495123, - -2969.0349433482916, - -413.11120379211934, - 2483.1070344618747 - ], - "relative wind speed": [ - 7.9709764858066015, - 7.793759186931156, - 7.370625040300626, - 6.931486043174041, - 6.7512915084198575, - 6.955121918778277, - 7.402046317352872, - 7.814787546838833 - ], - "relative wind angle": [ - 0.0019777341450866437, - 0.05679028268636796, - 0.08283447667605266, - 0.06064142220983208, - 0.002335031215207309, - 0.06364672354377975, - 0.0824820476039768, - 0.05378011381126437 - ], - "resistance": [ - 26890.350615213585, - 25188.201178206888, - 22260.769339733648, - 19785.348966432997, - 19139.364659703926, - 19902.427976005147, - 22458.35171556132, - 25354.569953815313 - ], - "fuel": [ - 32.846736445315756, - 32.4170448487408, - 31.703257522300426, - 31.124566115470373, - 30.97730265152579, - 31.15142254795755, - 31.750429956595177, - 32.45856770462841 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.5, -46.875 27.65625, -46.71875 27.65625, -46.71875 27.5, -46.875 27.5))", @@ -427957,68 +293301,7 @@ "id": "7342", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 9336.467786414123, - "wind resistance": [ - 3676.496699226005, - 1421.7217667693549, - -1539.288649502214, - -3524.1831048162567, - -3726.3982197588593, - -2275.00744834575, - 569.8778870092174, - 3196.5446421415218 - ], - "relative wind speed": [ - 7.947443269587892, - 7.674010741133039, - 7.216646347264859, - 6.835199955280463, - 6.778657183789225, - 7.08672046038433, - 7.551957576493919, - 7.898866330682467 - ], - "relative wind angle": [ - 0.02116356434799859, - 0.06941458916540226, - 0.08108858106952606, - 0.04308639228588148, - 0.02481331135491179, - 0.07517755448457501, - 0.07748081074728641, - 0.03728145198515626 - ], - "resistance": [ - 13012.964485640128, - 10758.189553183478, - 7797.179136911909, - 5812.284681597866, - 5610.069566655264, - 7061.460338068373, - 9906.34567342334, - 12533.012428555645 - ], - "fuel": [ - 29.657875926830798, - 29.20743051754628, - 28.644631537238695, - 28.28562777371411, - 28.249876390707897, - 28.50985369715556, - 29.04217786213856, - 29.56040913453173 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 27.5, -46.71875 27.65625, -46.5625 27.65625, -46.5625 27.5, -46.71875 27.5))", @@ -428037,68 +293320,7 @@ "id": "7343", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 15751.862700030471, - "wind resistance": [ - 3846.8727960583165, - 2314.8609739339845, - -464.62832671654905, - -2883.4826334530226, - -3564.3191571518764, - -2920.5774009077722, - -527.2607299725569, - 2262.160710215845 - ], - "relative wind speed": [ - 7.9440802761610465, - 7.787595595108352, - 7.389143174902183, - 6.96485169668606, - 6.778157133414958, - 6.957383157941212, - 7.379186181426211, - 7.7809168098961425 - ], - "relative wind angle": [ - 0.0006286548697868442, - 0.05250306615462831, - 0.0789764319672087, - 0.05972773542628874, - 0.0007367909564226104, - 0.05877500358041234, - 0.07908322018889642, - 0.05345714575914059 - ], - "resistance": [ - 19598.73549608879, - 18066.723673964458, - 15287.234373313922, - 12868.380066577449, - 12187.543542878595, - 12831.2852991227, - 15224.601970057915, - 18014.023410246315 - ], - "fuel": [ - 31.081864805635675, - 30.736205122637053, - 30.131379817490302, - 29.628424071969086, - 29.490783202105668, - 29.620880404321472, - 30.118082006294944, - 30.72447002345361 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 28.28125, -45.9375 28.4375, -45.78125 28.4375, -45.78125 28.28125, -45.9375 28.28125))", @@ -428117,68 +293339,7 @@ "id": "7344", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.551051274090007, - 20.551051274090007, - 20.551051274090007, - 20.551051274090007, - 20.551051274090007, - 20.551051274090007, - 20.551051274090007, - 20.551051274090007 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1765.2482183714055, - 2127.5448375665837, - 883.6160780666687, - -808.8270462341115, - -1985.861861060508, - -2138.3204091518037, - -1365.212795279549, - 239.5861322641722 - ], - "relative wind speed": [ - 6.096097629049831, - 6.143622398387231, - 5.951709142185656, - 5.617686561383718, - 5.33052662843143, - 5.2756823506877515, - 5.491272960447986, - 5.832539595868363 - ], - "relative wind angle": [ - 0.03785895469996076, - 0.017537247148163935, - 0.06441250585841525, - 0.07734158422773935, - 0.04329944987050026, - 0.020422797322517682, - 0.06982186360123432, - 0.07448717280096166 - ], - "resistance": [ - 98399.7482183714, - 98762.04483756659, - 97518.11607806667, - 95825.67295376588, - 94648.6381389395, - 94496.1795908482, - 95269.28720472046, - 96874.08613226417 - ], - "fuel": [ - 51.841816941537196, - 52.03107032701233, - 51.38331795559181, - 50.51125634988814, - 49.911051971609204, - 49.83368602616881, - 50.22689655384656, - 51.0502137580434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 28.28125, -45.78125 28.4375, -45.625 28.4375, -45.625 28.28125, -45.78125 28.28125))", @@ -428197,68 +293358,7 @@ "id": "7345", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.32639268507868, - 21.32639268507868, - 21.32639268507868, - 21.32639268507868, - 21.32639268507868, - 21.32639268507868, - 21.32639268507868, - 21.32639268507868 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1765.731443257393, - 2208.5772947812166, - 965.4384648500236, - -775.0664870131222, - -2019.6888412599692, - -2205.850144303513, - -1456.2032930139467, - 177.18034065004395 - ], - "relative wind speed": [ - 6.301093046433315, - 6.35731342726636, - 6.17451158321447, - 5.845784364935842, - 5.55660996331046, - 5.492199363794997, - 5.696937297611907, - 6.033779331633117 - ], - "relative wind angle": [ - 0.037980261072409545, - 0.014825650537213634, - 0.06037281277433484, - 0.07407182476938767, - 0.04307187716784262, - 0.017161154307158262, - 0.06544082192328005, - 0.0717599289093765 - ], - "resistance": [ - 98400.23144325742, - 98843.07729478125, - 97599.93846485006, - 95859.4335129869, - 94614.81115874006, - 94428.64985569651, - 95178.29670698609, - 96811.68034065007 - ], - "fuel": [ - 52.856502831647234, - 53.08789999371341, - 52.44018229796937, - 51.54298168901541, - 50.90831260711917, - 50.81387911528254, - 51.19493616266146, - 52.03245214359494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.9375 28.125, -45.9375 28.28125, -45.78125 28.28125, -45.78125 28.125, -45.9375 28.125))", @@ -428277,68 +293377,7 @@ "id": "7346", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.859428447564813, - 21.859428447564813, - 21.859428447564813, - 21.859428447564813, - 21.859428447564813, - 21.859428447564813, - 21.859428447564813, - 21.859428447564813 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2116.4384158283538, - 2292.876553034217, - 791.6408508338209, - -1098.1142383188999, - -2301.7807448750627, - -2376.0354655640185, - -1369.0621323153591, - 478.00986544079205 - ], - "relative wind speed": [ - 6.499190669966523, - 6.5209475343109045, - 6.294871247970429, - 5.936720571234462, - 5.652139746199763, - 5.62702464273221, - 5.878839940551726, - 6.240313448396048 - ], - "relative wind angle": [ - 0.03208984565010704, - 0.023343458166202143, - 0.06737184636547697, - 0.07538275304717643, - 0.03690099213024227, - 0.027052699856595922, - 0.07214760353750868, - 0.07170890132666012 - ], - "resistance": [ - 98750.93841582836, - 98927.37655303424, - 97426.14085083384, - 95536.38576168111, - 94332.71925512495, - 94258.464534436, - 95265.43786768465, - 97112.5098654408 - ], - "fuel": [ - 53.76007567077084, - 53.85241146151475, - 53.07046647601733, - 52.09807684306861, - 51.48564751724048, - 51.448043028700106, - 51.959747509496104, - 52.90816527530281 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.78125 28.125, -45.78125 28.28125, -45.625 28.28125, -45.625 28.125, -45.78125 28.125))", @@ -428357,68 +293396,7 @@ "id": "7347", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.380619197300955, - 24.380619197300955, - 24.380619197300955, - 24.380619197300955, - 24.380619197300955, - 24.380619197300955, - 24.380619197300955, - 24.380619197300955 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2119.6192557962204, - 2481.041934489611, - 976.2119298983016, - -1031.858094549818, - -2394.9808710941215, - -2546.5982414308273, - -1589.5431310539861, - 331.1016791301736 - ], - "relative wind speed": [ - 7.1639581030497235, - 7.204457712105362, - 7.0046887749783115, - 6.668541012203347, - 6.388109324310392, - 6.342399034756386, - 6.562360216209257, - 6.903679975937117 - ], - "relative wind angle": [ - 0.0309274421706007, - 0.01635275810845216, - 0.05543878563270825, - 0.06469115857300298, - 0.034685067807354364, - 0.01857566485687964, - 0.05917980510556804, - 0.06248485829246441 - ], - "resistance": [ - 98754.11925579622, - 99115.5419344896, - 97610.7119298983, - 95602.64190545017, - 94239.51912890587, - 94087.90175856918, - 95044.95686894601, - 96965.60167913017 - ], - "fuel": [ - 57.42268845671698, - 57.61196131630038, - 56.82710059824383, - 55.79289389810863, - 55.09940105096798, - 55.022692543492795, - 55.50833423316393, - 56.49321666859748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 28.59375, -45.625 28.75, -45.46875 28.75, -45.46875 28.59375, -45.625 28.59375))", @@ -428437,68 +293415,7 @@ "id": "7348", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.261837146612265, - 16.261837146612265, - 16.261837146612265, - 16.261837146612265, - 16.261837146612265, - 16.261837146612265, - 16.261837146612265, - 16.261837146612265 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1543.6845829950253, - 1969.1155739472579, - 901.252292062949, - -605.6832500370601, - -1701.79995584274, - -1882.2120077118716, - -1250.565576654978, - 153.20049303271844 - ], - "relative wind speed": [ - 4.945587463308903, - 5.01365222195863, - 4.815842414968292, - 4.445751891198259, - 4.106297834275558, - 4.022910471072357, - 4.2577199409081254, - 4.642823212542281 - ], - "relative wind angle": [ - 0.05670152578364408, - 0.019772695442486176, - 0.08741872652816991, - 0.1116848594001636, - 0.06830731714436086, - 0.024643101922128277, - 0.09891331816435099, - 0.10692567716422413 - ], - "resistance": [ - 98178.18458299502, - 98603.61557394725, - 97535.75229206294, - 96028.81674996292, - 94932.70004415725, - 94752.28799228811, - 95383.93442334501, - 96787.70049303271 - ], - "fuel": [ - 46.829976859003125, - 47.05190905981663, - 46.4961191809197, - 45.71902467803757, - 45.15908921993731, - 45.067356798157306, - 45.38905441475307, - 46.109308640534366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 28.59375, -45.46875 28.75, -45.3125 28.75, -45.3125 28.59375, -45.46875 28.59375))", @@ -428517,68 +293434,7 @@ "id": "7349", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.512272415900643, - 14.512272415900643, - 14.512272415900643, - 14.512272415900643, - 14.512272415900643, - 14.512272415900643, - 14.512272415900643, - 14.512272415900643 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1612.5691427066658, - 1778.6833895903446, - 663.2528407567588, - -744.3387653127002, - -1659.649659515515, - -1730.4555444332318, - -993.8714704022186, - 373.29467319657397 - ], - "relative wind speed": [ - 4.5126132503174095, - 4.541694999753824, - 4.300380802051478, - 3.9003110618832646, - 3.564593122922766, - 3.527464954913036, - 3.81794806620986, - 4.22582253525625 - ], - "relative wind angle": [ - 0.05385077500764597, - 0.036127133894065994, - 0.11065350867603828, - 0.13049854059955873, - 0.06819253437682898, - 0.046521204848543135, - 0.12470437111070459, - 0.12039542274050834 - ], - "resistance": [ - 98247.06914270672, - 98413.1833895904, - 97297.75284075682, - 95890.16123468736, - 94974.85034048454, - 94904.04445556682, - 95640.62852959785, - 97007.79467319664 - ], - "fuel": [ - 45.216665515290536, - 45.30328383806496, - 44.723625782572455, - 43.998747233283794, - 43.53133816852507, - 43.49531062064775, - 43.871012747399845, - 44.57370080428148 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 28.4375, -45.625 28.59375, -45.46875 28.59375, -45.46875 28.4375, -45.625 28.4375))", @@ -428597,68 +293453,7 @@ "id": "7350", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.253656997236543, - 13.253656997236543, - 13.253656997236543, - 13.253656997236543, - 13.253656997236543, - 13.253656997236543, - 13.253656997236543, - 13.253656997236543 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1235.4369340841076, - 1551.8997398568308, - 703.6018782238243, - -474.8786001852959, - -1323.5485503793416, - -1458.3449870960285, - -950.6352315055447, - 150.86253655469955 - ], - "relative wind speed": [ - 4.09763349342683, - 4.15841921010626, - 3.9677209116953396, - 3.612400268631175, - 3.2848244118628975, - 3.2075257343072123, - 3.4406194834824877, - 3.8119858292518884 - ], - "relative wind angle": [ - 0.06475779151138818, - 0.024199713457829602, - 0.10287768858605138, - 0.13204858734814723, - 0.08081318309816442, - 0.03137597368518495, - 0.1187079429256936, - 0.1250975563867798 - ], - "resistance": [ - 97869.93693408411, - 98186.39973985683, - 97338.10187822382, - 96159.6213998147, - 95310.95144962065, - 95176.15501290397, - 95683.86476849446, - 96785.3625365547 - ], - "fuel": [ - 43.95869386363569, - 44.12335409885055, - 43.682811674368466, - 43.075241004404006, - 42.640906378880246, - 42.57216653571601, - 42.83142688931475, - 43.39720103126056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.46875 28.4375, -45.46875 28.59375, -45.3125 28.59375, -45.3125 28.4375, -45.46875 28.4375))", @@ -428677,68 +293472,7 @@ "id": "7351", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.778575291312464, - 13.778575291312464, - 13.778575291312464, - 13.778575291312464, - 13.778575291312464, - 13.778575291312464, - 13.778575291312464, - 13.778575291312464 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1603.3808615433109, - 1575.0672449312797, - 462.9702308922324, - -830.2596202615432, - -1587.512868863033, - -1575.4308248586158, - -787.8147854816207, - 512.3122371930704 - ], - "relative wind speed": [ - 4.318635115985554, - 4.3134418234111305, - 4.050166140688411, - 3.651666591850151, - 3.3460621544051192, - 3.352754217388064, - 3.6664554325652077, - 4.063504929015258 - ], - "relative wind angle": [ - 0.04479893973745305, - 0.04813422421743736, - 0.12051301583982343, - 0.13212137547407038, - 0.05783318214512831, - 0.0619421453008919, - 0.13319672887913292, - 0.11866396938686402 - ], - "resistance": [ - 98237.8808615433, - 98209.56724493127, - 97097.47023089221, - 95804.24037973845, - 95046.98713113695, - 95059.06917514137, - 95846.68521451837, - 97146.81223719305 - ], - "fuel": [ - 44.580283205912714, - 44.56553061326066, - 43.98844060250946, - 43.323144457753486, - 42.93646790944806, - 42.94262061806502, - 43.34488123363616, - 44.01394762129071 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 28.59375, -45.3125 28.75, -45.15625 28.75, -45.15625 28.59375, -45.3125 28.59375))", @@ -428757,68 +293491,7 @@ "id": "7352", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.982054934949865, - 14.982054934949865, - 14.982054934949865, - 14.982054934949865, - 14.982054934949865, - 14.982054934949865, - 14.982054934949865, - 14.982054934949865 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1916.2013577938096, - 1541.9912882716699, - 200.60089869692365, - -1171.7749762368057, - -1812.9537930190054, - -1653.674167053291, - -608.3768985194984, - 854.972290265544 - ], - "relative wind speed": [ - 4.684366898365263, - 4.620537222907477, - 4.308339210513419, - 3.900446883519967, - 3.6422315792771647, - 3.7228725317032376, - 4.080117322177958, - 4.471650503385008 - ], - "relative wind angle": [ - 0.024552903819282237, - 0.0622133688010331, - 0.12128803214547572, - 0.1156064154685268, - 0.03158019186340914, - 0.07724133448838262, - 0.12810864605556874, - 0.10078505165965372 - ], - "resistance": [ - 98550.70135779382, - 98176.49128827169, - 96835.10089869694, - 95462.72502376321, - 94821.546206981, - 94980.82583294672, - 96026.12310148051, - 97489.47229026556 - ], - "fuel": [ - 45.798098184339416, - 45.60292413375748, - 44.907586414458606, - 44.20311588360884, - 43.8763868099892, - 43.95740901161018, - 44.491472447351256, - 45.24595706245717 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 28.59375, -45.15625 28.75, -45 28.75, -45 28.59375, -45.15625 28.59375))", @@ -428837,68 +293510,7 @@ "id": "7353", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.824493451689499, - 12.824493451689499, - 12.824493451689499, - 12.824493451689499, - 12.824493451689499, - 12.824493451689499, - 12.824493451689499, - 12.824493451689499 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1915.5193560717707, - 1016.7407569153256, - -356.0042276124095, - -1436.0084433400752, - -1682.1871066047788, - -1209.8653746252457, - 22.084198162644498, - 1340.462790721198 - ], - "relative wind speed": [ - 4.14933972401349, - 3.959124942539162, - 3.547961046177599, - 3.1249328657290896, - 2.9765373748609987, - 3.225232484424189, - 3.6727057197694326, - 4.038760883477373 - ], - "relative wind angle": [ - 0.015234880848881974, - 0.11630106636976546, - 0.16606735971973646, - 0.11868660313625996, - 0.021238437636299873, - 0.14292957283130395, - 0.16037707866753717, - 0.09174524895035223 - ], - "resistance": [ - 98550.01935607176, - 97651.24075691531, - 96278.49577238757, - 95198.49155665991, - 94952.31289339521, - 95424.63462537475, - 96656.58419816263, - 97974.96279072118 - ], - "fuel": [ - 43.97485005897249, - 43.50696004253811, - 42.79813210003107, - 42.24539170304451, - 42.1200061961749, - 42.36077126199012, - 42.99266142392005, - 43.67513829452088 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 28.4375, -45.3125 28.59375, -45.15625 28.59375, -45.15625 28.4375, -45.3125 28.4375))", @@ -428917,68 +293529,7 @@ "id": "7354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.574271769240895, - 16.574271769240895, - 16.574271769240895, - 16.574271769240895, - 16.574271769240895, - 16.574271769240895, - 16.574271769240895, - 16.574271769240895 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2091.743784903383, - 1977.211074177305, - 514.7413407788827, - -1146.9979780461008, - -2081.5526534765113, - -2032.83652670618, - -974.2393434263076, - 715.3240730950256 - ], - "relative wind speed": [ - 5.136100594387236, - 5.118354029958143, - 4.824009670071504, - 4.394813397485478, - 4.079861100373553, - 4.102102867800545, - 4.444516466058241, - 4.869333744496095 - ], - "relative wind angle": [ - 0.037195381069328945, - 0.04665468172367307, - 0.10979321136272466, - 0.11603681444754038, - 0.04683125202373744, - 0.0582246457732508, - 0.1192107385728722, - 0.10468517641430959 - ], - "resistance": [ - 98726.24378490339, - 98611.7110741773, - 97149.24134077888, - 95487.5020219539, - 94552.94734652349, - 94601.66347329383, - 95660.2606565737, - 97349.82407309502 - ], - "fuel": [ - 47.43173736313381, - 47.37187121434489, - 46.611730509974734, - 45.7576755662982, - 45.28187326448325, - 45.30659542390569, - 45.845986694133096, - 46.71551548852257 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 28.4375, -45.15625 28.59375, -45 28.59375, -45 28.4375, -45.15625 28.4375))", @@ -428997,68 +293548,7 @@ "id": "7355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.36023683526171, - 14.36023683526171, - 14.36023683526171, - 14.36023683526171, - 14.36023683526171, - 14.36023683526171, - 14.36023683526171, - 14.36023683526171 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2222.4431090532107, - 1686.0916876077808, - 150.75562368257215, - -1356.6472006969607, - -2009.7423585491933, - -1780.2703682288302, - -558.1784132151524, - 1080.3518897148397 - ], - "relative wind speed": [ - 4.607248615817769, - 4.514526831266794, - 4.140868040693942, - 3.663164792816205, - 3.3735346132608712, - 3.496644546503991, - 3.9320080702337616, - 4.380490759663319 - ], - "relative wind angle": [ - 0.02293826136251591, - 0.08018697925833448, - 0.14957873514340114, - 0.1399705623298947, - 0.03132924551739651, - 0.10360394807056748, - 0.15758875284946772, - 0.11693420018342997 - ], - "resistance": [ - 98856.94310905323, - 98320.5916876078, - 96785.25562368259, - 95277.85279930306, - 94624.75764145082, - 94854.22963177119, - 96076.32158678486, - 97714.85188971486 - ], - "fuel": [ - 45.40138976323624, - 45.12119942165975, - 44.32505666959701, - 43.551932133461925, - 43.219594538948876, - 43.3361840573494, - 43.96040175272188, - 44.80604767482586 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 28.28125, -45.625 28.4375, -45.46875 28.4375, -45.46875 28.28125, -45.625 28.28125))", @@ -429090,9 +293580,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1464.848947808775, + 1464.8489478087622, 1403.76073954209, - 374.16021224687665, + 374.1602122468703, -809.269456766644, -1483.1764104670474, -1457.2655039089805, @@ -429100,7 +293590,7 @@ 481.58873107601266 ], "relative wind speed": [ - 4.514089085056331, + 4.51408908505633, 4.503293429372158, 4.26923665215671, 3.9268266704224497, @@ -429110,17 +293600,17 @@ 4.2966733408787325 ], "relative wind angle": [ - 0.03481393029313917, + 0.03481393029314236, 0.041279876503960825, - 0.09852410977745048, + 0.09852410977745273, 0.10410029110238975, - 0.04276915869936214, - 0.050411819381254545, + 0.04276915869936213, + 0.05041181938125454, 0.10633648637344313, 0.09511119433833876 ], "resistance": [ - 98099.34894780877, + 98099.34894780876, 98038.2607395421, 97008.66021224688, 95825.23054323335, @@ -429130,7 +293620,7 @@ 97116.08873107602 ], "fuel": [ - 45.33313875986225, + 45.33313875986224, 45.30134443275883, 44.76756182371216, 44.15890120297591, @@ -429157,68 +293647,7 @@ "id": "7357", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.493853072135344, - 16.493853072135344, - 16.493853072135344, - 16.493853072135344, - 16.493853072135344, - 16.493853072135344, - 16.493853072135344, - 16.493853072135344 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1894.570247770218, - 1683.521024099844, - 348.41754795604174, - -1111.3549110799477, - -1878.0970655604451, - -1788.596711854938, - -791.3139284088211, - 719.6348791200126 - ], - "relative wind speed": [ - 5.063132913321256, - 5.029806081872794, - 4.75252067324296, - 4.368840707582244, - 4.10487095515906, - 4.14564002721183, - 4.460810207447043, - 4.837200774025999 - ], - "relative wind angle": [ - 0.02896877533076955, - 0.04679291315411834, - 0.1010402178595421, - 0.10149877395522336, - 0.03573400067060472, - 0.05678251736294717, - 0.10767250338149857, - 0.09164209531374867 - ], - "resistance": [ - 98529.0702477702, - 98318.02102409983, - 96982.91754795602, - 95523.14508892004, - 94756.40293443954, - 94845.90328814505, - 95843.18607159116, - 97354.13487912 - ], - "fuel": [ - 47.24682310001193, - 47.13670059693567, - 46.443903096517715, - 45.69400443027233, - 45.30329808266248, - 45.34879171905027, - 45.85773380860968, - 46.63586547517603 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.625 28.125, -45.625 28.28125, -45.46875 28.28125, -45.46875 28.125, -45.625 28.125))", @@ -429250,39 +293679,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2045.7493215974537, + 2045.749321597421, 2000.5430598315943, - 535.7175521054414, + 535.7175521054232, -1183.9155730148705, -2177.9247387359974, -2158.944779270081, -1114.2423570990395, - 616.3256183793128 + 616.3256183793055 ], "relative wind speed": [ - 6.605662766790466, + 6.6056627667904655, 6.600154939550933, - 6.376096203855429, + 6.376096203855428, 6.051082023380836, 5.8147239456840705, 5.820974997970272, 6.065574362931675, - 6.389851445799884 + 6.389851445799885 ], "relative wind angle": [ - 0.023554092367627087, - 0.025717140472992693, - 0.062083177101678426, - 0.06445228489828041, + 0.023554092367631802, + 0.02571714047299269, + 0.062083177101680216, + 0.0644522848982804, 0.026758720399808752, - 0.029160485622756156, + 0.02916048562275616, 0.06526588164588154, - 0.061030863167144886 + 0.061030863167146704 ], "resistance": [ - 98680.24932159748, + 98680.24932159745, 98635.04305983163, - 97170.21755210547, + 97170.21755210546, 95450.58442698515, 94456.57526126404, 94475.55522072995, @@ -429290,7 +293719,7 @@ 97250.82561837934 ], "fuel": [ - 54.40213217496566, + 54.40213217496565, 54.37850480713881, 53.617018898515575, 52.73326029616365, @@ -429317,68 +293746,7 @@ "id": "7359", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.854700446972505, - 20.854700446972505, - 20.854700446972505, - 20.854700446972505, - 20.854700446972505, - 20.854700446972505, - 20.854700446972505, - 20.854700446972505 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2389.1500515619027, - 1617.089613678665, - -103.34024139512985, - -1702.4709782067803, - -2272.141299166873, - -1947.3571638689755, - -516.742666327902, - 1269.1531026641387 - ], - "relative wind speed": [ - 6.259553119714297, - 6.159741192127902, - 5.853486438443747, - 5.504530194396593, - 5.32670581324394, - 5.441818494343089, - 5.769965042730059, - 6.103765019915819 - ], - "relative wind angle": [ - 0.0066931563406357935, - 0.048754341577197866, - 0.07976971921761802, - 0.06534632036366887, - 0.00786532770577608, - 0.05519251161330032, - 0.08092691101900007, - 0.05892312869303682 - ], - "resistance": [ - 99023.6500515619, - 98251.58961367866, - 96531.15975860487, - 94932.02902179322, - 94362.35870083312, - 94687.14283613102, - 96117.7573336721, - 97903.65310266413 - ], - "fuel": [ - 52.56059681812423, - 52.157131581728265, - 51.266043343456104, - 50.44765781566719, - 50.15841688874255, - 50.32317282348757, - 51.05356480352498, - 51.97603109022488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 28.28125, -45.3125 28.4375, -45.15625 28.4375, -45.15625 28.28125, -45.3125 28.28125))", @@ -429397,68 +293765,7 @@ "id": "7360", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.534850786280366, - 20.534850786280366, - 20.534850786280366, - 20.534850786280366, - 20.534850786280366, - 20.534850786280366, - 20.534850786280366, - 20.534850786280366 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2721.919129342574, - 1833.6931358116944, - -112.2175371024332, - -1912.2883219391133, - -2549.909795850652, - -2175.104512714948, - -555.0918466393941, - 1459.9662386054952 - ], - "relative wind speed": [ - 6.2401156989263535, - 6.1251296156256405, - 5.774729440715756, - 5.373310617964915, - 5.168513051806105, - 5.304277358364933, - 5.683755007845418, - 6.06466026299435 - ], - "relative wind angle": [ - 0.007321640237429808, - 0.05661272613248052, - 0.092920457609017, - 0.07659882998101394, - 0.008839693069717136, - 0.06538537412893379, - 0.09441214613394165, - 0.06785254236561435 - ], - "resistance": [ - 99356.41912934258, - 98468.19313581171, - 96522.28246289758, - 94722.2116780609, - 94084.59020414937, - 94459.39548728507, - 96079.40815336062, - 98094.46623860551 - ], - "fuel": [ - 52.32183853182093, - 51.85675934038933, - 50.84813235941813, - 49.92764437006082, - 49.604480767925125, - 49.794258830651216, - 50.620544919143114, - 51.66195169905704 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 28.28125, -45.15625 28.4375, -45 28.4375, -45 28.28125, -45.15625 28.28125))", @@ -429477,68 +293784,7 @@ "id": "7361", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.626562615290807, - 15.626562615290807, - 15.626562615290807, - 15.626562615290807, - 15.626562615290807, - 15.626562615290807, - 15.626562615290807, - 15.626562615290807 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2244.2103983494317, - 1657.4203747524907, - 88.90836535368999, - -1432.4153496014178, - -2063.568238074031, - -1813.6578819079305, - -550.5391878168793, - 1113.5397562155986 - ], - "relative wind speed": [ - 4.918052848884531, - 4.822540964873004, - 4.465361026343616, - 4.022214014728213, - 3.7651635093078046, - 3.8867465467105085, - 4.292347956614864, - 4.710148033339106 - ], - "relative wind angle": [ - 0.01774507045890958, - 0.07180497977421746, - 0.12948055711200282, - 0.1169680805159196, - 0.023179452659951368, - 0.08913458203880371, - 0.1347307537670341, - 0.09982256486039176 - ], - "resistance": [ - 98878.71039834945, - 98291.9203747525, - 96723.40836535371, - 95202.0846503986, - 94570.93176192598, - 94820.84211809209, - 96083.96081218314, - 97748.03975621561 - ], - "fuel": [ - 46.57362595386635, - 46.26709399014014, - 45.454012132250654, - 44.67413729267857, - 44.353117541069906, - 44.48005077892037, - 45.125163520308675, - 45.98412150588582 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 28.125, -45.3125 28.28125, -45.15625 28.28125, -45.15625 28.125, -45.3125 28.125))", @@ -429557,68 +293803,7 @@ "id": "7362", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.288372460894575, - 18.288372460894575, - 18.288372460894575, - 18.288372460894575, - 18.288372460894575, - 18.288372460894575, - 18.288372460894575, - 18.288372460894575 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2249.9980248716565, - 1291.287440636721, - -338.1907723075565, - -1708.2574468839975, - -2064.5457925891424, - -1627.8469124238873, - -202.74171806250706, - 1405.6540609533004 - ], - "relative wind speed": [ - 5.572099606330777, - 5.4287646586992375, - 5.08824966999992, - 4.733128982204064, - 4.5881644079875725, - 4.7568961453928855, - 5.119498213042099, - 5.449498756345896 - ], - "relative wind angle": [ - 0.0028171405540268987, - 0.06617290604018242, - 0.0968387504778538, - 0.07121301892782313, - 0.003421280546317103, - 0.07553593750263989, - 0.09624582567382799, - 0.06183877423775715 - ], - "resistance": [ - 98884.49802487167, - 97925.78744063673, - 96296.30922769246, - 94926.24255311601, - 94569.95420741088, - 95006.65308757612, - 96431.75828193751, - 98040.15406095331 - ], - "fuel": [ - 49.361151423299916, - 48.86097543635937, - 48.01869487789558, - 47.31815062838214, - 47.13711718562001, - 47.35907330610121, - 48.08833226130724, - 48.92046283036415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 28.125, -45.15625 28.28125, -45 28.28125, -45 28.125, -45.15625 28.125))", @@ -429637,68 +293822,7 @@ "id": "7363", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.912035726456818, - 17.912035726456818, - 17.912035726456818, - 17.912035726456818, - 17.912035726456818, - 17.912035726456818, - 17.912035726456818, - 17.912035726456818 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2296.785821041627, - 1301.4735735773666, - -363.3446819004894, - -1749.3068547295607, - -2102.7379227344027, - -1637.583183740282, - -175.2964400540768, - 1460.446697097741 - ], - "relative wind speed": [ - 5.487937326232569, - 5.335493845748008, - 4.979719394627146, - 4.610592099360526, - 4.463302379959657, - 4.644462256666032, - 5.024034134277398, - 5.364789345810747 - ], - "relative wind angle": [ - 0.004058826151656491, - 0.07090894949510725, - 0.10306419859858273, - 0.07522752047918448, - 0.004990612991510485, - 0.08148110252434904, - 0.10215192612560296, - 0.06463585742009323 - ], - "resistance": [ - 98931.28582104165, - 97935.97357357739, - 96271.15531809953, - 94885.19314527046, - 94531.76207726561, - 94996.91681625973, - 96459.20355994593, - 98094.94669709775 - ], - "fuel": [ - 48.96363511288347, - 48.44425789717913, - 47.583756361501756, - 46.875255118323466, - 46.69572559170931, - 46.93210317878034, - 47.68043696349429, - 48.526966425409185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 27.96875, -45.3125 28.125, -45.15625 28.125, -45.15625 27.96875, -45.3125 27.96875))", @@ -429717,68 +293841,7 @@ "id": "7364", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.373568280889724, - 15.373568280889724, - 15.373568280889724, - 15.373568280889724, - 15.373568280889724, - 15.373568280889724, - 15.373568280889724, - 15.373568280889724 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1730.7201989288615, - 856.808904633056, - -444.1403577971996, - -1435.8530744628542, - -1631.8685248131806, - -1147.0318484937743, - 41.74962612588115, - 1267.9139654723467 - ], - "relative wind speed": [ - 4.728030833019311, - 4.56130529893954, - 4.228117297999729, - 3.9094984800273966, - 3.8139138810569673, - 4.011821110165103, - 4.361563798049475, - 4.6493049249069225 - ], - "relative wind angle": [ - 0.014193385243893256, - 0.081355831638899, - 0.10832499122326392, - 0.0705995113131365, - 0.017595565815428378, - 0.09252880803666726, - 0.10499824824216386, - 0.05935111457859356 - ], - "resistance": [ - 98365.22019892884, - 97491.30890463304, - 96190.35964220279, - 95198.64692553713, - 95002.6314751868, - 95487.46815150621, - 96676.24962612586, - 97902.41396547233 - ], - "fuel": [ - 46.06495014413149, - 45.610566165264025, - 44.939410958183494, - 44.43202001321717, - 44.33216559129787, - 44.57941219403069, - 45.18934309211684, - 45.823963338785276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 27.96875, -45.15625 28.125, -45 28.125, -45 27.96875, -45.15625 27.96875))", @@ -429797,68 +293860,7 @@ "id": "7365", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.788175848393355, - 14.788175848393355, - 14.788175848393355, - 14.788175848393355, - 14.788175848393355, - 14.788175848393355, - 14.788175848393355, - 14.788175848393355 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1548.769439536155, - 633.7258605195138, - -583.2090274036491, - -1416.824210070111, - -1516.1508764988785, - -938.5213311098751, - 221.61235637216578, - 1314.50731292621 - ], - "relative wind speed": [ - 4.543373902371087, - 4.350472353207535, - 4.0158349695544215, - 3.7260197178655643, - 3.6755707669896114, - 3.9019811870218137, - 4.245602004097783, - 4.502093284459163 - ], - "relative wind angle": [ - 0.02542958061981019, - 0.08944860496377935, - 0.1083024562491845, - 0.060490095697898816, - 0.03143529998888084, - 0.09976223010917844, - 0.10242007647331014, - 0.05005314879828635 - ], - "resistance": [ - 98183.26943953618, - 97268.22586051952, - 96051.29097259637, - 95217.6757899299, - 95118.34912350113, - 95695.97866889014, - 96856.11235637218, - 97949.00731292623 - ], - "fuel": [ - 45.430108602503296, - 44.95502773787369, - 44.328035215643396, - 43.90171804329823, - 43.85109403462652, - 44.14600959910286, - 44.74208039650181, - 45.30818548670615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.3125 27.8125, -45.3125 27.96875, -45.15625 27.96875, -45.15625 27.8125, -45.3125 27.8125))", @@ -429877,68 +293879,7 @@ "id": "7366", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.466134404894099, - 14.466134404894099, - 14.466134404894099, - 14.466134404894099, - 14.466134404894099, - 14.466134404894099, - 14.466134404894099, - 14.466134404894099 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1436.0498465472783, - 462.6378082850024, - -714.5943341457341, - -1435.5340850440625, - -1454.8878436573405, - -783.6724409531316, - 382.49704396210836, - 1390.4445917358526 - ], - "relative wind speed": [ - 4.4407068651701085, - 4.221135295365743, - 3.880162542396815, - 3.6126226824183925, - 3.6025554131707644, - 3.857499162093554, - 4.200312085061727, - 4.432520763833041 - ], - "relative wind angle": [ - 0.036251204599829695, - 0.09737345354907606, - 0.1083038355674214, - 0.050612464205035006, - 0.04469030582867215, - 0.10658598554718215, - 0.10002007943141603, - 0.04124459220810092 - ], - "resistance": [ - 98070.54984654725, - 97097.13780828497, - 95919.90566585424, - 95198.96591495592, - 95179.61215634263, - 95850.82755904684, - 97016.99704396208, - 98024.94459173582 - ], - "fuel": [ - 45.083971867223894, - 44.57910071278904, - 43.973226445493864, - 43.60473367616057, - 43.59486807739115, - 43.93783488623639, - 44.53769188839185, - 45.06023946233411 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-45.15625 27.8125, -45.15625 27.96875, -45 27.96875, -45 27.8125, -45.15625 27.8125))", @@ -429957,68 +293898,7 @@ "id": "7367", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.751739716508775, - 13.751739716508775, - 13.751739716508775, - 13.751739716508775, - 13.751739716508775, - 13.751739716508775, - 13.751739716508775, - 13.751739716508775 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1451.0222159140794, - 611.1252312089637, - -517.5327020637142, - -1300.8975818648405, - -1402.4632920513886, - -879.0838891578223, - 191.53328374753255, - 1211.891878091681 - ], - "relative wind speed": [ - 4.255973686751544, - 4.068004322956953, - 3.7356981786732066, - 3.44277929262498, - 3.3870731096588855, - 3.6106671268478037, - 3.9534966030532415, - 4.211038709720973 - ], - "relative wind angle": [ - 0.0257554531663847, - 0.09474123198765945, - 0.11660952564385078, - 0.06680685828217751, - 0.03236468352935765, - 0.10678463742818199, - 0.1101586139901629, - 0.054605167162928056 - ], - "resistance": [ - 98085.52221591407, - 97245.62523120895, - 96116.96729793627, - 95333.60241813514, - 95232.0367079486, - 95755.41611084217, - 96826.03328374751, - 97846.39187809167 - ], - "fuel": [ - 44.478504258252435, - 44.04262676508671, - 43.46102608251036, - 43.060142618258105, - 43.0083340428058, - 43.275720140559045, - 43.82585628652555, - 44.35413659588071 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 26.71875, -48.75 26.875, -48.59375 26.875, -48.59375 26.71875, -48.75 26.71875))", @@ -430037,68 +293917,7 @@ "id": "7368", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.77035402761556, - 17.77035402761556, - 17.77035402761556, - 17.77035402761556, - 17.77035402761556, - 17.77035402761556, - 17.77035402761556, - 17.77035402761556 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 302.51191147023565, - -1027.2902975792713, - -1725.586534367436, - -1647.8198769279643, - -744.9044812765223, - 629.5282649948876, - 1695.7350302552732, - 1511.2996714876808 - ], - "relative wind speed": [ - 5.076834198481089, - 4.753992167384467, - 4.534891785862939, - 4.567367165177116, - 4.828465739314538, - 5.14663825686715, - 5.340700643652876, - 5.312954362034683 - ], - "relative wind angle": [ - 0.07947042355539428, - 0.07856044905230089, - 0.027478807634845354, - 0.04312001207457258, - 0.08356756077151783, - 0.07255595652584625, - 0.023331965435593086, - 0.03706581648980677 - ], - "resistance": [ - 96937.01191147025, - 95607.20970242075, - 94908.91346563258, - 94986.68012307204, - 95889.5955187235, - 97264.02826499491, - 98330.23503025528, - 98145.7996714877 - ], - "fuel": [ - 47.77022238026109, - 47.08699622800223, - 46.73086029014532, - 46.770432043976776, - 47.23153019460413, - 47.939244978460145, - 48.493091366076314, - 48.396982928394024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 26.71875, -48.59375 26.875, -48.4375 26.875, -48.4375 26.71875, -48.59375 26.71875))", @@ -430117,68 +293936,7 @@ "id": "7369", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.249734832057538, - 17.249734832057538, - 17.249734832057538, - 17.249734832057538, - 17.249734832057538, - 17.249734832057538, - 17.249734832057538, - 17.249734832057538 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 87.56363946242891, - -1210.5735294613332, - -1769.6079627333384, - -1585.6517333204483, - -544.7380574895287, - 858.8858347823898, - 1827.9570996594193, - 1392.1571075001375 - ], - "relative wind speed": [ - 4.888681275658305, - 4.552750192359733, - 4.356385580822089, - 4.435728270562655, - 4.734096055214535, - 5.057997208474748, - 5.228075625521816, - 5.160928674638042 - ], - "relative wind angle": [ - 0.08928427322200838, - 0.07984090107152281, - 0.01781659916675419, - 0.057146828663027005, - 0.09220788362355047, - 0.07185101448276895, - 0.014845753201451744, - 0.049109711756452026 - ], - "resistance": [ - 96722.06363946245, - 95423.92647053869, - 94864.89203726668, - 95048.84826667956, - 96089.7619425105, - 97493.3858347824, - 98462.45709965943, - 98026.65710750016 - ], - "fuel": [ - 47.095773134340966, - 46.42977766993826, - 46.14490263937238, - 46.238515427412, - 46.770594178400074, - 47.494461585921684, - 47.998502377378045, - 47.77139835232008 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 26.5625, -48.75 26.71875, -48.59375 26.71875, -48.59375 26.5625, -48.75 26.5625))", @@ -430197,68 +293955,7 @@ "id": "7370", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.87120738753819, - 14.87120738753819, - 14.87120738753819, - 14.87120738753819, - 14.87120738753819, - 14.87120738753819, - 14.87120738753819, - 14.87120738753819 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 790.9051201854818, - -509.7188947900904, - -1461.4460100522238, - -1622.563909683985, - -1084.3883826245155, - 124.12809776277754, - 1327.8912479604987, - 1707.538075079723 - ], - "relative wind speed": [ - 4.415843040323113, - 4.0673714061907225, - 3.7451029066149433, - 3.6635187411882386, - 3.88385069130729, - 4.247405772143778, - 4.534111838938524, - 4.600282206789136 - ], - "relative wind angle": [ - 0.08964689105832986, - 0.11544016026929628, - 0.07141160840296265, - 0.02473134956663308, - 0.10196645146906319, - 0.1105265371325494, - 0.05896888055094925, - 0.019694527316916195 - ], - "resistance": [ - 97425.40512018552, - 96124.78110520996, - 95173.05398994782, - 95011.93609031606, - 95550.11161737553, - 96758.62809776282, - 97962.39124796054, - 98342.03807507976 - ], - "fuel": [ - 45.111631533252826, - 44.440962286610315, - 43.9541906522188, - 43.872118664395046, - 44.1466379102523, - 44.76702037199158, - 45.39036536224338, - 45.58807640787969 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 26.5625, -48.59375 26.71875, -48.4375 26.71875, -48.4375 26.5625, -48.59375 26.5625))", @@ -430277,68 +293974,7 @@ "id": "7371", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.022547702348797, - 15.022547702348797, - 15.022547702348797, - 15.022547702348797, - 15.022547702348797, - 15.022547702348797, - 15.022547702348797, - 15.022547702348797 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 343.6130964966542, - -885.2578281971801, - -1559.2566265200658, - -1509.2557088262338, - -706.5796983255286, - 550.8778453385576, - 1556.8577121847475, - 1438.982618680374 - ], - "relative wind speed": [ - 4.343128451783592, - 3.991616198278808, - 3.7408762517934133, - 3.765896901734343, - 4.048017780495142, - 4.395021368040796, - 4.610320766352924, - 4.5899055791382715 - ], - "relative wind angle": [ - 0.10032641626406791, - 0.10352512815131497, - 0.03966845973942559, - 0.05384797542314298, - 0.1076678816703795, - 0.09399336526201285, - 0.03218463668999901, - 0.044173865502449096 - ], - "resistance": [ - 96978.11309649666, - 95749.24217180282, - 95075.24337347993, - 95125.24429117376, - 95927.92030167447, - 97185.37784533856, - 98191.35771218475, - 98073.48261868037 - ], - "fuel": [ - 45.01854442573335, - 44.386756070663246, - 44.04262531187791, - 44.06809676478549, - 44.47826912968277, - 45.12565739077183, - 45.64781148192247, - 45.58643361664714 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 26.40625, -48.75 26.5625, -48.59375 26.5625, -48.59375 26.40625, -48.75 26.40625))", @@ -430357,68 +293993,7 @@ "id": "7372", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.68925841038936, - 13.68925841038936, - 13.68925841038936, - 13.68925841038936, - 13.68925841038936, - 13.68925841038936, - 13.68925841038936, - 13.68925841038936 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 601.8307172178402, - -615.4103941252788, - -1424.1994395403844, - -1501.232625353794, - -887.6283317789994, - 285.6247754958913, - 1366.6788202476555, - 1547.5749133240197 - ], - "relative wind speed": [ - 4.056614285266944, - 3.6921198215602664, - 3.3810726562975257, - 3.3383553921063327, - 3.597052067876694, - 3.9702839019004186, - 4.238307531466425, - 4.272035383098132 - ], - "relative wind angle": [ - 0.1060553162957961, - 0.12686947590674758, - 0.06844799844672364, - 0.04198782387590171, - 0.11966633916877674, - 0.11793777875155838, - 0.05458826975313638, - 0.03280736783690114 - ], - "resistance": [ - 97236.33071721785, - 96019.08960587472, - 95210.30056045961, - 95133.26737464621, - 95746.871668221, - 96920.12477549589, - 98001.17882024766, - 98182.07491332402 - ], - "fuel": [ - 43.985780717536116, - 43.35877558177868, - 42.94521423938835, - 42.90595150978049, - 43.21930953723937, - 43.822371848937486, - 44.38257718771924, - 44.47674279114584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 26.40625, -48.59375 26.5625, -48.4375 26.5625, -48.4375 26.40625, -48.59375 26.40625))", @@ -430437,68 +294012,7 @@ "id": "7373", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.618164335236813, - 16.618164335236813, - 16.618164335236813, - 16.618164335236813, - 16.618164335236813, - 16.618164335236813, - 16.618164335236813, - 16.618164335236813 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 651.6947120521418, - -885.2833488175311, - -1854.1756793033765, - -1904.3387107303724, - -1064.5278287652118, - 443.7714769913164, - 1775.538988815004, - 1893.7923687883176 - ], - "relative wind speed": [ - 4.856879938556551, - 4.472218315662416, - 4.1629336061291555, - 4.140240717207618, - 4.4210681142034565, - 4.809822173951258, - 5.079873010119455, - 5.098385314151504 - ], - "relative wind angle": [ - 0.09464437571171551, - 0.10740136864563542, - 0.05262729706115292, - 0.04100209754407992, - 0.10400630679310541, - 0.09983670452865277, - 0.04312129574090565, - 0.03329335434681065 - ], - "resistance": [ - 97286.19471205214, - 95749.21665118248, - 94780.32432069663, - 94730.16128926963, - 95569.97217123478, - 97078.27147699131, - 98410.03898881501, - 98528.29236878832 - ], - "fuel": [ - 46.727447385449636, - 45.93637376753899, - 45.442207752163355, - 45.41671811287545, - 45.84469002277344, - 46.61991637287382, - 47.311447077909065, - 47.373170094845605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 26.25, -48.75 26.40625, -48.59375 26.40625, -48.59375 26.25, -48.75 26.25))", @@ -430517,68 +294031,7 @@ "id": "7374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.857312239133575, - 12.857312239133575, - 12.857312239133575, - 12.857312239133575, - 12.857312239133575, - 12.857312239133575, - 12.857312239133575, - 12.857312239133575 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 562.4519412246609, - -616.0474222274242, - -1383.1522411388578, - -1443.0934476195976, - -826.1112972496958, - 318.1675094791399, - 1357.3846244127308, - 1497.747246594803 - ], - "relative wind speed": [ - 3.827968384906968, - 3.4500792539554106, - 3.130703076125595, - 3.0950412617862515, - 3.3715041052237975, - 3.757304223617599, - 4.027291911014883, - 4.054762813683279 - ], - "relative wind angle": [ - 0.11762789189284932, - 0.1396739135204722, - 0.0735443198227832, - 0.050100419996004446, - 0.13364310266788937, - 0.1281873112277193, - 0.05715086110361144, - 0.0382354742089133 - ], - "resistance": [ - 97196.95194122466, - 96018.45257777258, - 95251.34775886114, - 95191.4065523804, - 95808.38870275031, - 96952.66750947914, - 97991.88462441273, - 98132.24724659481 - ], - "fuel": [ - 43.29703926200792, - 42.690077875204544, - 42.29777342126099, - 42.267211171270475, - 42.58243157142461, - 43.17080108966014, - 43.709371360940125, - 43.782421794680644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 26.25, -48.59375 26.40625, -48.4375 26.40625, -48.4375 26.25, -48.59375 26.25))", @@ -430597,68 +294050,7 @@ "id": "7375", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.203815277843601, - 11.203815277843601, - 11.203815277843601, - 11.203815277843601, - 11.203815277843601, - 11.203815277843601, - 11.203815277843601, - 11.203815277843601 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 452.530085362886, - -594.0362792357878, - -1241.2151124107281, - -1262.0553431346407, - -665.9052568265874, - 368.7469049540441, - 1275.5547849305294, - 1324.105875867197 - ], - "relative wind speed": [ - 3.359343323964349, - 2.9682509489798248, - 2.6470147542480515, - 2.6325586333394133, - 2.937048811901805, - 3.331805755988486, - 3.5923190535572935, - 3.6029263569753627 - ], - "relative wind angle": [ - 0.14150835561232517, - 0.16449111010571194, - 0.08077918806745234, - 0.06994661629207208, - 0.1620230195668522, - 0.14640493386987344, - 0.059492846164134465, - 0.051088614451885776 - ], - "resistance": [ - 97087.0300853629, - 96040.46372076422, - 95393.28488758928, - 95372.44465686538, - 95968.59474317342, - 97003.24690495405, - 97910.05478493054, - 97958.60587586722 - ], - "fuel": [ - 42.04718687485803, - 41.50834598914238, - 41.17717537768015, - 41.166537036880726, - 41.47149268442962, - 42.00389972888934, - 42.473796699820454, - 42.49904159103198 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 26.40625, -48.4375 26.5625, -48.28125 26.5625, -48.28125 26.40625, -48.4375 26.40625))", @@ -430677,68 +294069,7 @@ "id": "7376", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.621898186812363, - 14.621898186812363, - 14.621898186812363, - 14.621898186812363, - 14.621898186812363, - 14.621898186812363, - 14.621898186812363, - 14.621898186812363 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 172.78989060421645, - -1109.5153430462633, - -1700.8666213193392, - -1545.5562594938774, - -559.3602245068796, - 811.6621558917814, - 1798.2643046962548, - 1433.1923416188984 - ], - "relative wind speed": [ - 4.198258187514552, - 3.8070603421134845, - 3.562193610588082, - 3.6426582789316404, - 3.9866420713619037, - 4.36176321751794, - 4.563930706624625, - 4.49996971957773 - ], - "relative wind angle": [ - 0.11963076464181156, - 0.11310406368005674, - 0.029932836380562565, - 0.07664170572168404, - 0.12601388036671674, - 0.09866984803056038, - 0.023361514787700776, - 0.06201934786173643 - ], - "resistance": [ - 96807.28989060422, - 95524.98465695375, - 94933.63337868068, - 95088.94374050613, - 96075.13977549314, - 97446.1621558918, - 98432.76430469626, - 98067.69234161891 - ], - "fuel": [ - 44.56762654944819, - 43.90930906120302, - 43.60777906452985, - 43.6868458149691, - 44.19100155666224, - 44.89789817568627, - 45.41091607755848, - 45.220662128096905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 26.40625, -48.28125 26.5625, -48.125 26.5625, -48.125 26.40625, -48.28125 26.40625))", @@ -430757,68 +294088,7 @@ "id": "7377", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.107750175120366, - 14.107750175120366, - 14.107750175120366, - 14.107750175120366, - 14.107750175120366, - 14.107750175120366, - 14.107750175120366, - 14.107750175120366 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -38.92302483210733, - -1187.7988064355932, - -1604.2838850214866, - -1363.652132820247, - -334.04972427711164, - 952.3612715137197, - 1769.2618960843574, - 1203.0984993341863 - ], - "relative wind speed": [ - 3.994730489758985, - 3.617730417257779, - 3.4197348562306256, - 3.5487939036142286, - 3.9063026512785224, - 4.257827934198789, - 4.41842569274136, - 4.315452921637097 - ], - "relative wind angle": [ - 0.12533715068150814, - 0.1065195138318872, - 0.01303398317504291, - 0.09074596846445182, - 0.12818990339952563, - 0.09045823790647445, - 0.010087814896600602, - 0.07459132388094511 - ], - "resistance": [ - 96595.57697516789, - 95446.70119356441, - 95030.21611497851, - 95270.84786717975, - 96300.45027572289, - 97586.86127151371, - 98403.76189608435, - 97837.59849933418 - ], - "fuel": [ - 44.008485009965796, - 43.41928819779134, - 43.20690829064294, - 43.32953587578705, - 43.85666155845225, - 44.52080870981264, - 44.94575419992465, - 44.650976191513735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 26.25, -48.4375 26.40625, -48.28125 26.40625, -48.28125 26.25, -48.4375 26.25))", @@ -430837,68 +294107,7 @@ "id": "7378", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.250071572536395, - 12.250071572536395, - 12.250071572536395, - 12.250071572536395, - 12.250071572536395, - 12.250071572536395, - 12.250071572536395, - 12.250071572536395 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 202.27865822139574, - -899.9892922152649, - -1431.3278127032645, - -1313.6519156862341, - -490.34492448730816, - 679.1421033639554, - 1545.367774178605, - 1270.352669972901 - ], - "relative wind speed": [ - 3.5603809121445873, - 3.1595912898655745, - 2.895744437820213, - 2.9697084788908157, - 3.321201840712247, - 3.7045481218793106, - 3.9142506380081534, - 3.858435622984778 - ], - "relative wind angle": [ - 0.1436188888112545, - 0.14157793613397718, - 0.04177160112578418, - 0.09267439331213013, - 0.15404146752289669, - 0.12064057375397466, - 0.030898366726536855, - 0.07128667672277487 - ], - "resistance": [ - 96836.77865822139, - 95734.51070778474, - 95203.17218729673, - 95320.84808431377, - 96144.1550755127, - 97313.64210336395, - 98179.86777417861, - 97904.8526699729 - ], - "fuel": [ - 42.6519313725168, - 42.085552325093985, - 41.81414924344537, - 41.87416649841712, - 42.295512267948425, - 42.89835945233597, - 43.348162291905076, - 43.20505337999709 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 26.25, -48.28125 26.40625, -48.125 26.40625, -48.125 26.25, -48.28125 26.25))", @@ -430917,68 +294126,7 @@ "id": "7379", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.855850239656542, - 12.855850239656542, - 12.855850239656542, - 12.855850239656542, - 12.855850239656542, - 12.855850239656542, - 12.855850239656542, - 12.855850239656542 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -93.11056613060009, - -1115.3121458270862, - -1448.1705813955996, - -1197.257287228791, - -230.4398093730142, - 935.1745795207571, - 1641.4897992981441, - 1052.160758249417 - ], - "relative wind speed": [ - 3.6286987504316066, - 3.253803260167286, - 3.0696972025935514, - 3.218204451273058, - 3.5835214251966936, - 3.927065669218224, - 4.072596163458509, - 3.956291260263065 - ], - "relative wind angle": [ - 0.13863643915269502, - 0.11418077052891505, - 0.0074308638949709925, - 0.10536417026063036, - 0.14039572484574572, - 0.09454077576239134, - 0.005600950974533471, - 0.08565360248701813 - ], - "resistance": [ - 96541.38943386941, - 95519.18785417292, - 95186.32941860441, - 95437.24271277123, - 96404.060190627, - 97569.67457952077, - 98275.98979929816, - 97686.66075824943 - ], - "fuel": [ - 42.957633307361526, - 42.43336610217981, - 42.26348869473606, - 42.39150638043446, - 42.88697373473558, - 43.48894354081825, - 43.85617285197871, - 43.549639039168156 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 25.78125, -50 25.9375, -49.84375 25.9375, -49.84375 25.78125, -50 25.78125))", @@ -430997,68 +294145,7 @@ "id": "7380", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.051079829374112, - 9.051079829374112, - 9.051079829374112, - 9.051079829374112, - 9.051079829374112, - 9.051079829374112, - 9.051079829374112, - 9.051079829374112 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 681.1181354787032, - -175.87326297995787, - -860.9791867226136, - -1030.1957546047663, - -749.2073970197505, - 10.365490234523804, - 842.0664986941883, - 1234.9831590213507 - ], - "relative wind speed": [ - 2.8808338705444516, - 2.52456477152945, - 2.1397537592783427, - 1.9914761886557997, - 2.2123642387224454, - 2.6115765408669387, - 2.9351683365879158, - 3.03772643674032 - ], - "relative wind angle": [ - 0.13978537929774762, - 0.20876085002684677, - 0.1588835668334301, - 0.022316067180032876, - 0.18243994882893008, - 0.20170779089611438, - 0.11559755994047131, - 0.014629300506710704 - ], - "resistance": [ - 97315.61813547867, - 96458.62673702001, - 95773.52081327736, - 95604.30424539521, - 95885.29260298022, - 96644.8654902345, - 97476.56649869416, - 97869.48315902133 - ], - "fuel": [ - 40.882091164070616, - 40.43982466884022, - 40.088228542023415, - 40.00165562456242, - 40.14547055928724, - 40.535704255909216, - 40.96545640785705, - 41.16937746229731 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 25.78125, -49.84375 25.9375, -49.6875 25.9375, -49.6875 25.78125, -49.84375 25.78125))", @@ -431077,68 +294164,7 @@ "id": "7381", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.648977309281834, - 9.648977309281834, - 9.648977309281834, - 9.648977309281834, - 9.648977309281834, - 9.648977309281834, - 9.648977309281834, - 9.648977309281834 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 477.5090804150914, - -455.27464175177784, - -1063.2283037718485, - -1111.63255312505, - -618.9686695722885, - 285.99874516609725, - 1115.8359891752943, - 1227.9895027818711 - ], - "relative wind speed": [ - 2.9633199486945254, - 2.566190451639612, - 2.2156014441652805, - 2.1757693035609065, - 2.4825480373040896, - 2.8911894510334313, - 3.1678731219015126, - 3.195361922151448 - ], - "relative wind angle": [ - 0.16207231426349789, - 0.2003894819946565, - 0.11044823294106018, - 0.07610857663302009, - 0.1938248382884324, - 0.17760797034910566, - 0.07716678305809223, - 0.05179659888860607 - ], - "resistance": [ - 97112.00908041508, - 96179.22535824821, - 95571.27169622814, - 95522.86744687494, - 96015.5313304277, - 96920.49874516609, - 97750.33598917528, - 97862.48950278186 - ], - "fuel": [ - 41.10257607308242, - 40.62203377498845, - 40.310576963349824, - 40.28583840496839, - 40.53803744327538, - 41.003651548757375, - 41.43328890655219, - 41.491551478219385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50 25.625, -50 25.78125, -49.84375 25.78125, -49.84375 25.625, -50 25.625))", @@ -431157,68 +294183,7 @@ "id": "7382", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.614623307300208, - 8.614623307300208, - 8.614623307300208, - 8.614623307300208, - 8.614623307300208, - 8.614623307300208, - 8.614623307300208, - 8.614623307300208 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 373.791569625128, - -438.94738418056454, - -940.5730439622976, - -954.7599011876941, - -486.3222891003543, - 318.2224593188148, - 1028.1581017768572, - 1060.921749722721 - ], - "relative wind speed": [ - 2.65285775246019, - 2.2579747419498744, - 1.9212701583113716, - 1.9079945360177344, - 2.23063248525245, - 2.629624612709588, - 2.8848044158718715, - 2.8936019749748105 - ], - "relative wind angle": [ - 0.18339470388044038, - 0.22075449376606562, - 0.1123585559062571, - 0.09962698801174956, - 0.2186254469954835, - 0.1891447885484918, - 0.07474264733487479, - 0.06563091953152234 - ], - "resistance": [ - 97008.29156962517, - 96195.55261581948, - 95693.92695603774, - 95679.74009881236, - 96148.17771089969, - 96952.72245931886, - 97662.6581017769, - 97695.42174972277 - ], - "fuel": [ - 40.50021004424684, - 40.08164336791353, - 39.824529057455905, - 39.817271026735966, - 40.05732074769415, - 40.47151325232672, - 40.838999880510826, - 40.85600472262886 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.84375 25.625, -49.84375 25.78125, -49.6875 25.78125, -49.6875 25.625, -49.84375 25.625))", @@ -431237,68 +294202,7 @@ "id": "7383", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.52426447600218, - 8.52426447600218, - 8.52426447600218, - 8.52426447600218, - 8.52426447600218, - 8.52426447600218, - 8.52426447600218, - 8.52426447600218 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 133.18297794896398, - -632.9957246728804, - -983.4421006971215, - -874.314549818587, - -268.58106082769245, - 560.7199554779654, - 1161.3434176937653, - 909.0921054972027 - ], - "relative wind speed": [ - 2.525769258727791, - 2.1139416566451135, - 1.8423405760676985, - 1.9456012363519386, - 2.326597900638575, - 2.706255496417637, - 2.897990569578289, - 2.8297003319602525 - ], - "relative wind angle": [ - 0.21073635550364736, - 0.21245455615800812, - 0.05541382838615828, - 0.15556113792321527, - 0.2290856353580494, - 0.16546330892605862, - 0.035217505853168275, - 0.10672995456449755 - ], - "resistance": [ - 96767.68297794898, - 96001.50427532714, - 95651.05789930289, - 95760.18545018142, - 96365.91893917232, - 97195.21995547798, - 97795.84341769377, - 97543.59210549721 - ], - "fuel": [ - 40.331446587007626, - 39.937478391023475, - 39.758007327800726, - 39.813844877977516, - 40.12458758962528, - 40.55223513496362, - 40.86355790838075, - 40.732644309922144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 25.78125, -49.6875 25.9375, -49.53125 25.9375, -49.53125 25.78125, -49.6875 25.78125))", @@ -431317,68 +294221,7 @@ "id": "7384", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.857992819485654, - 8.857992819485654, - 8.857992819485654, - 8.857992819485654, - 8.857992819485654, - 8.857992819485654, - 8.857992819485654, - 8.857992819485654 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 380.76195536511113, - -460.4214659288491, - -977.4841032542124, - -990.1217787098399, - -502.7366933664707, - 331.1564212901244, - 1064.1710365977547, - 1093.3757581667405 - ], - "relative wind speed": [ - 2.719696817036613, - 2.3215643855106647, - 1.9845293244123008, - 1.9730665556121554, - 2.2978556051100916, - 2.699486981347278, - 2.9561012362709445, - 2.9637644180433327 - ], - "relative wind angle": [ - 0.1803014768485825, - 0.21571936545206735, - 0.10857851941422303, - 0.09787148693739836, - 0.21387371421927515, - 0.18513944168513746, - 0.07281356344905737, - 0.06509797262277409 - ], - "resistance": [ - 97015.2619553651, - 96174.07853407113, - 95657.01589674577, - 95644.37822129014, - 96131.76330663351, - 96965.65642129011, - 97698.67103659773, - 97727.87575816673 - ], - "fuel": [ - 40.62658868988227, - 40.19339559766173, - 39.92842504423302, - 39.92196127801219, - 40.17167363550767, - 40.60096974865735, - 40.980469584769295, - 40.99563100905095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 25.78125, -49.53125 25.9375, -49.375 25.9375, -49.375 25.78125, -49.53125 25.78125))", @@ -431397,68 +294240,7 @@ "id": "7385", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.239490814054836, - 12.239490814054836, - 12.239490814054836, - 12.239490814054836, - 12.239490814054836, - 12.239490814054836, - 12.239490814054836, - 12.239490814054836 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 371.75560615444647, - -817.671272629068, - -1475.4785746081302, - -1426.0302368085518, - -646.5877082734632, - 571.0958825270409, - 1556.3592717702022, - 1441.0417504225989 - ], - "relative wind speed": [ - 3.6156439895931327, - 3.195825129039811, - 2.884373757811025, - 2.9156677379028584, - 3.2636625786279487, - 3.675741643697915, - 3.9248901783194494, - 3.9016991848129194 - ], - "relative wind angle": [ - 0.14459613580502828, - 0.1552923989471375, - 0.06176861555659939, - 0.08326532805566644, - 0.1603188708684366, - 0.13488354195738136, - 0.04538002849882356, - 0.06219084876643996 - ], - "resistance": [ - 97006.25560615446, - 95816.82872737094, - 95159.02142539188, - 95208.46976319146, - 95987.91229172655, - 97205.59588252705, - 98190.85927177021, - 98075.54175042262 - ], - "fuel": [ - 42.73163133998321, - 42.11991015315897, - 41.783861209442534, - 41.80906653155249, - 42.20757413449819, - 42.83466692919086, - 43.34610427578073, - 43.28605781007748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.6875 25.625, -49.6875 25.78125, -49.53125 25.78125, -49.53125 25.625, -49.6875 25.625))", @@ -431477,68 +294259,7 @@ "id": "7386", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.42356164110528, - 8.42356164110528, - 8.42356164110528, - 8.42356164110528, - 8.42356164110528, - 8.42356164110528, - 8.42356164110528, - 8.42356164110528 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -0.0257293073841538, - -715.5994372563657, - -970.6663109703018, - -798.2585169311658, - -137.58482903813547, - 677.7668485435888, - 1196.7121330069085, - 797.2071238365916 - ], - "relative wind speed": [ - 2.435368161627965, - 2.0256563173941693, - 1.8025502734251517, - 1.9669895445496874, - 2.3663809610282858, - 2.7253428076462995, - 2.8777750862712037, - 2.7679828516485676 - ], - "relative wind angle": [ - 0.22261276370888994, - 0.20140350988354078, - 0.019636085519600947, - 0.1815605329378111, - 0.22921696017241017, - 0.1492398981448722, - 0.01229896292119623, - 0.1286679650873502 - ], - "resistance": [ - 96634.4742706926, - 95918.90056274361, - 95663.83368902968, - 95836.24148306882, - 96496.91517096185, - 97312.26684854357, - 97831.21213300689, - 97431.70712383658 - ], - "fuel": [ - 40.21373084607323, - 39.84607099946831, - 39.715478950957625, - 39.803723746201904, - 40.142905418188676, - 40.56373595295457, - 40.83286941576587, - 40.625590843291135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.53125 25.625, -49.53125 25.78125, -49.375 25.78125, -49.375 25.625, -49.53125 25.625))", @@ -431557,68 +294278,7 @@ "id": "7387", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.800131074701612, - 9.800131074701612, - 9.800131074701612, - 9.800131074701612, - 9.800131074701612, - 9.800131074701612, - 9.800131074701612, - 9.800131074701612 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 11.740618340938454, - -837.3882008407086, - -1153.8780076107496, - -969.1370564495255, - -207.9424503941582, - 747.316682732705, - 1366.257038273187, - 936.7334007399627 - ], - "relative wind speed": [ - 2.8222667285805194, - 2.4121315449520493, - 2.1851793452083954, - 2.333724902086847, - 2.7274440756359826, - 3.0960881904140978, - 3.2602349458664803, - 3.1556090940346433 - ], - "relative wind angle": [ - 0.19166210775578602, - 0.17262298443836588, - 0.022117755608373414, - 0.148800466667844, - 0.19841273684417313, - 0.1342245885058476, - 0.014823806579054724, - 0.10986032142180459 - ], - "resistance": [ - 96646.24061834093, - 95797.11179915929, - 95480.62199238925, - 95665.36294355047, - 96426.55754960584, - 97381.81668273271, - 98000.7570382732, - 97571.23340073996 - ], - "fuel": [ - 40.94831814325855, - 40.512211855778084, - 40.35035138860284, - 40.444787051563424, - 40.835233271798415, - 41.32827333330122, - 41.649541196240534, - 41.42644081339972 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 26.09375, -49.0625 26.25, -48.90625 26.25, -48.90625 26.09375, -49.0625 26.09375))", @@ -431637,68 +294297,7 @@ "id": "7388", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.075466121916925, - 14.075466121916925, - 14.075466121916925, - 14.075466121916925, - 14.075466121916925, - 14.075466121916925, - 14.075466121916925, - 14.075466121916925 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 655.3231434671943, - -778.6155345233065, - -1694.7756626786704, - -1751.7112261581442, - -977.8098372324348, - 423.6238031602079, - 1678.6686349723095, - 1811.9163861117268 - ], - "relative wind speed": [ - 4.187701610404735, - 3.765368932027812, - 3.413795898419835, - 3.382804741020473, - 3.6972268633281793, - 4.12653947787025, - 4.421801535645156, - 4.445555459200948 - ], - "relative wind angle": [ - 0.12089187041972647, - 0.14175208357807653, - 0.07249979164376866, - 0.05390227951288592, - 0.13702450303900826, - 0.1292724150221134, - 0.0559527159064803, - 0.041008079915589996 - ], - "resistance": [ - 97289.82314346719, - 95855.88446547669, - 94939.72433732133, - 94882.78877384185, - 95656.69016276757, - 97058.12380316021, - 98313.1686349723, - 98446.41638611173 - ], - "fuel": [ - 44.339230474542276, - 43.60089636751249, - 43.133171935913005, - 43.104207876601706, - 43.49893659701014, - 44.219410368739304, - 44.87082897978418, - 44.94033407999528 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 26.09375, -48.90625 26.25, -48.75 26.25, -48.75 26.09375, -48.90625 26.09375))", @@ -431717,68 +294316,7 @@ "id": "7389", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.203677974725371, - 12.203677974725371, - 12.203677974725371, - 12.203677974725371, - 12.203677974725371, - 12.203677974725371, - 12.203677974725371, - 12.203677974725371 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 624.2905374991224, - -507.82818497386415, - -1288.002119141774, - -1385.9954580937952, - -849.5998335686209, - 226.55559028383504, - 1250.574940461116, - 1479.7122791447591 - ], - "relative wind speed": [ - 3.6736920488971703, - 3.298306817455972, - 2.961824934079228, - 2.900114361936228, - 3.1631474024585424, - 3.5528420873624493, - 3.8378519799071307, - 3.884694511477284 - ], - "relative wind angle": [ - 0.11986570398263599, - 0.149926114269053, - 0.0870220730696178, - 0.04435985501017655, - 0.1393297438386348, - 0.13911241175588357, - 0.06712410201330746, - 0.03311199059748131 - ], - "resistance": [ - 97258.79053749911, - 96126.67181502611, - 95346.49788085821, - 95248.5045419062, - 95784.90016643137, - 96861.05559028382, - 97885.0749404611, - 98114.21227914475 - ], - "fuel": [ - 42.835897199458316, - 42.25246499076481, - 41.85318167403586, - 41.80319000838355, - 42.077271742806076, - 42.63038287194618, - 43.160698924858536, - 43.27989811883735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 25.9375, -49.0625 26.09375, -48.90625 26.09375, -48.90625 25.9375, -49.0625 25.9375))", @@ -431797,68 +294335,7 @@ "id": "7390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.3917568379828, - 12.3917568379828, - 12.3917568379828, - 12.3917568379828, - 12.3917568379828, - 12.3917568379828, - 12.3917568379828, - 12.3917568379828 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 619.2789546772165, - -646.49921429395, - -1470.057671079638, - -1534.0750907594775, - -867.7454347802113, - 361.4437489865695, - 1480.8246794862425, - 1630.0719068777225 - ], - "relative wind speed": [ - 3.7326619344870218, - 3.3118166328254883, - 2.950556416890366, - 2.910494483979953, - 3.2250984367005735, - 3.655939774410584, - 3.9532571222125124, - 3.9828440720544327 - ], - "relative wind angle": [ - 0.13510550094899496, - 0.16282825593314496, - 0.08703896076258341, - 0.05986993909230696, - 0.15653146507903382, - 0.14738377415998177, - 0.06492608704265355, - 0.0437382388909811 - ], - "resistance": [ - 97253.7789546772, - 95988.00078570604, - 95164.44232892034, - 95100.42490924051, - 95766.75456521977, - 96995.94374898655, - 98115.32467948622, - 98264.57190687771 - ], - "fuel": [ - 42.97231562335709, - 42.32034100388598, - 41.89934546133455, - 41.86672605808508, - 42.20699402963184, - 42.839026835643466, - 43.41948890503397, - 43.49723426994648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 25.9375, -48.90625 26.09375, -48.75 26.09375, -48.75 25.9375, -48.90625 25.9375))", @@ -431877,68 +294354,7 @@ "id": "7391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.926211485009475, - 10.926211485009475, - 10.926211485009475, - 10.926211485009475, - 10.926211485009475, - 10.926211485009475, - 10.926211485009475, - 10.926211485009475 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 690.2922266281716, - -446.32734316378355, - -1249.8143899652887, - -1369.5723890873132, - -854.6652149888946, - 213.28007059257425, - 1257.424230216889, - 1535.6123252225975 - ], - "relative wind speed": [ - 3.3732967536350063, - 2.9583620572509326, - 2.566403883525449, - 2.480162623520053, - 2.775101186061519, - 3.2137846099548337, - 3.534669530181005, - 3.5957072936848795 - ], - "relative wind angle": [ - 0.1447559985010181, - 0.18985800440685838, - 0.11832228660632556, - 0.05238253480909875, - 0.17625664767719051, - 0.17460642666587178, - 0.08581477542549716, - 0.03612252983793887 - ], - "resistance": [ - 97324.79222662817, - 96188.17265683622, - 95384.6856100347, - 95264.92761091268, - 95779.8347850111, - 96847.78007059258, - 97891.92423021689, - 98170.1123252226 - ], - "fuel": [ - 41.98753367691827, - 41.40151234656567, - 40.99014864362253, - 40.92904148781315, - 41.19215416288553, - 41.74100908865212, - 42.281734833243135, - 42.42648312569649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 25.78125, -49.0625 25.9375, -48.90625 25.9375, -48.90625 25.78125, -49.0625 25.78125))", @@ -431957,68 +294373,7 @@ "id": "7392", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.00271744050828, - 12.00271744050828, - 12.00271744050828, - 12.00271744050828, - 12.00271744050828, - 12.00271744050828, - 12.00271744050828, - 12.00271744050828 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 527.3461554992291, - -676.4466489453098, - -1424.534655498997, - -1451.9981977249813, - -771.1434218993863, - 416.9482449967809, - 1462.11864040213, - 1526.0974811246115 - ], - "relative wind speed": [ - 3.6014702597804873, - 3.1822060535724686, - 2.8362303977939063, - 2.8184453330412476, - 3.1438258331502986, - 3.5676033319125082, - 3.8483796631694633, - 3.861423935017302 - ], - "relative wind angle": [ - 0.14133516738446636, - 0.16491034538797453, - 0.08170216146019606, - 0.06926285909584538, - 0.16207942182799123, - 0.1469581677281352, - 0.060183309729903885, - 0.05053591331529638 - ], - "resistance": [ - 97161.84615549922, - 95958.0533510547, - 95209.965344501, - 95182.50180227502, - 95863.35657810062, - 97051.44824499678, - 98096.61864040213, - 98160.59748112461 - ], - "fuel": [ - 42.6397932415557, - 42.020018899452246, - 41.637581481401746, - 41.62358120223851, - 41.97149291385968, - 42.5827301480274, - 43.124781431508815, - 43.15809447138082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 25.78125, -48.90625 25.9375, -48.75 25.9375, -48.75 25.78125, -48.90625 25.78125))", @@ -432037,68 +294392,7 @@ "id": "7393", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.97481939175268, - 10.97481939175268, - 10.97481939175268, - 10.97481939175268, - 10.97481939175268, - 10.97481939175268, - 10.97481939175268, - 10.97481939175268 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 710.3795576891434, - -433.7171359955878, - -1251.0460426446857, - -1379.8466470160756, - -873.1398308383014, - 197.10276103124306, - 1252.7514997536373, - 1552.0100732961137 - ], - "relative wind speed": [ - 3.3923136784364987, - 2.9781836422030876, - 2.5832068045718355, - 2.49091977070297, - 2.7819164826787603, - 3.2213775939527927, - 3.545968699004674, - 3.611394482111888 - ], - "relative wind angle": [ - 0.143137602456079, - 0.18940423721561597, - 0.11992853095192081, - 0.049656631800009995, - 0.17483827682917852, - 0.1749514396510067, - 0.08726831973427103, - 0.03424273541719017 - ], - "resistance": [ - 97344.87955768913, - 96200.7828640044, - 95383.4539573553, - 95254.6533529839, - 95761.36016916168, - 96831.60276103123, - 97887.25149975362, - 98186.5100732961 - ], - "fuel": [ - 42.02954631101798, - 41.43960030471212, - 41.02113263984566, - 40.955414203864876, - 41.214309471218264, - 41.764276064776354, - 42.310918677828056, - 42.46663700070108 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-49.0625 25.625, -49.0625 25.78125, -48.90625 25.78125, -48.90625 25.625, -49.0625 25.625))", @@ -432117,68 +294411,7 @@ "id": "7394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.39636420097109, - 10.39636420097109, - 10.39636420097109, - 10.39636420097109, - 10.39636420097109, - 10.39636420097109, - 10.39636420097109, - 10.39636420097109 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 278.7611819283152, - -712.3886848511365, - -1235.5840066427995, - -1167.7670460588574, - -481.5548834453257, - 548.4890581578416, - 1359.3775129376877, - 1201.9601312767004 - ], - "relative wind speed": [ - 3.0900914617292066, - 2.6716735621829013, - 2.3679489869558985, - 2.419365996849467, - 2.780664829776224, - 3.184795521621302, - 3.416662074683522, - 3.3804482410909293 - ], - "relative wind angle": [ - 0.17077854387363825, - 0.1816108981158504, - 0.06645992267528751, - 0.10773480078257221, - 0.19000240919750747, - 0.15210012855004235, - 0.04604302522625924, - 0.07703222492178832 - ], - "resistance": [ - 96913.26118192829, - 95922.11131514884, - 95398.91599335716, - 95466.73295394111, - 96152.94511655465, - 97182.98905815781, - 97993.87751293766, - 97836.46013127668 - ], - "fuel": [ - 41.44030346516922, - 40.93053330934498, - 40.66291654849341, - 40.69754777153666, - 41.04892967144158, - 41.57966319155477, - 42.00025350071496, - 41.918413120594685 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.90625 25.625, -48.90625 25.78125, -48.75 25.78125, -48.75 25.625, -48.90625 25.625))", @@ -432197,68 +294430,7 @@ "id": "7395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.7548211401783, - 9.7548211401783, - 9.7548211401783, - 9.7548211401783, - 9.7548211401783, - 9.7548211401783, - 9.7548211401783, - 9.7548211401783 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 221.85784761668992, - -733.4124867354167, - -1205.7544222146807, - -1106.7398598438563, - -400.3616795513749, - 611.9542179016621, - 1378.631541031447, - 1149.4572364137116 - ], - "relative wind speed": [ - 2.901354715749365, - 2.4626373084275013, - 2.1570087416048658, - 2.238133417373498, - 2.631611897770443, - 3.0460889439129937, - 3.269641212079427, - 3.214653818550927 - ], - "relative wind angle": [ - 0.19320160912580156, - 0.2008379658860046, - 0.06388138251547561, - 0.13288373317468946, - 0.21329594855059572, - 0.16198735550714916, - 0.042126866361730186, - 0.092376720679793 - ], - "resistance": [ - 96856.35784761669, - 95901.08751326459, - 95428.74557778532, - 95527.76014015614, - 96234.13832044862, - 97246.45421790166, - 98013.13154103144, - 97783.95723641371 - ], - "fuel": [ - 41.03068050621684, - 40.53950248246511, - 40.29788971894092, - 40.3484689612627, - 40.71036398588839, - 41.23223552810171, - 41.63001247157946, - 41.5108802618298 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.75 26.09375, -48.75 26.25, -48.59375 26.25, -48.59375 26.09375, -48.75 26.09375))", @@ -432277,68 +294449,7 @@ "id": "7396", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.990290326753188, - 10.990290326753188, - 10.990290326753188, - 10.990290326753188, - 10.990290326753188, - 10.990290326753188, - 10.990290326753188, - 10.990290326753188 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 934.5801058315988, - -143.67034850191294, - -1058.9540003092884, - -1317.4434565920628, - -1036.7656781737242, - -106.62198163585617, - 966.4004219589347, - 1570.0729051492522 - ], - "relative wind speed": [ - 3.4574569738293732, - 3.094492077461316, - 2.687688484416753, - 2.5050483086471247, - 2.6993027573612554, - 3.108755841861594, - 3.466493143295255, - 3.6006911938020485 - ], - "relative wind angle": [ - 0.11376594810535251, - 0.17796964063057316, - 0.14270489604826325, - 0.0028924828480576645, - 0.14592261795531647, - 0.17714439993059303, - 0.11049343465719175, - 0.0020123369828702596 - ], - "resistance": [ - 97569.0801058316, - 96490.82965149809, - 95575.54599969072, - 95317.05654340793, - 95597.73432182628, - 96527.87801836415, - 97600.90042195894, - 98204.57290514925 - ], - "fuel": [ - 42.15581898102518, - 41.59879452210035, - 41.1293535577101, - 40.99734107842479, - 41.14069688502745, - 41.61786194844984, - 42.172323083338235, - 42.48614096602149 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 26.09375, -48.59375 26.25, -48.4375 26.25, -48.4375 26.09375, -48.59375 26.09375))", @@ -432370,9 +294481,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 600.295534151925, + 600.295534151921, -341.33475781871766, - -1023.2290265318024, + -1023.2290265318043, -1137.96176209032, -733.4920703029361, 142.37641610174887, @@ -432380,7 +294491,7 @@ 1282.7419875049754 ], "relative wind speed": [ - 3.098834712910604, + 3.0988347129106035, 2.7273981275179064, 2.3692046391417354, 2.2793553713062473, @@ -432390,13 +294501,13 @@ 3.292062017713933 ], "relative wind angle": [ - 0.13976399038490944, + 0.13976399038491105, 0.18687353184851066, - 0.12054709389283762, + 0.12054709389283946, 0.04555244230466129, - 0.17107310969105435, - 0.17371751125090243, - 0.08837685668353874, + 0.17107310969105438, + 0.17371751125090246, + 0.08837685668353876, 0.03153388446463783 ], "resistance": [ @@ -432437,68 +294548,7 @@ "id": "7398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.402095849817137, - 10.402095849817137, - 10.402095849817137, - 10.402095849817137, - 10.402095849817137, - 10.402095849817137, - 10.402095849817137, - 10.402095849817137 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 929.6859908151073, - -182.28001793989824, - -1096.5959695900774, - -1340.1791000860044, - -1010.3182990911473, - -38.49901136108747, - 1053.8747535255652, - 1620.1653813596304 - ], - "relative wind speed": [ - 3.3180209973682446, - 2.920718543136162, - 2.4805128677828328, - 2.2954524376178207, - 2.5291921628811425, - 2.9791743029800264, - 3.354568861794275, - 3.4838160747074975 - ], - "relative wind angle": [ - 0.1333880732901547, - 0.20487848699218048, - 0.16158575779179285, - 0.012999800237646993, - 0.1753694947367916, - 0.2008029779644409, - 0.11924661269811934, - 0.008565305083787786 - ], - "resistance": [ - 97564.18599081514, - 96452.21998206014, - 95537.90403040995, - 95294.32089991402, - 95624.18170090888, - 96596.00098863895, - 97688.3747535256, - 98254.66538135966 - ], - "fuel": [ - 41.780596534261, - 41.20624461367495, - 40.73742968636835, - 40.613057340696244, - 40.78153558941186, - 41.28025128343599, - 41.84502804997862, - 42.13955799302579 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.59375 25.9375, -48.59375 26.09375, -48.4375 26.09375, -48.4375 25.9375, -48.59375 25.9375))", @@ -432517,68 +294567,7 @@ "id": "7399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.126158306904983, - 11.126158306904983, - 11.126158306904983, - 11.126158306904983, - 11.126158306904983, - 11.126158306904983, - 11.126158306904983, - 11.126158306904983 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 742.6303014321857, - -311.3347845586745, - -1118.9262777833815, - -1287.9744083794171, - -896.0479713832274, - 61.21954362910583, - 1061.7776643680736, - 1456.2618045577801 - ], - "relative wind speed": [ - 3.430072378513568, - 3.062585071690662, - 2.6932360817511753, - 2.57546183501812, - 2.807377234553511, - 3.204268424709226, - 3.5204037931584806, - 3.607458911102958 - ], - "relative wind angle": [ - 0.12150733004177955, - 0.16933960047659047, - 0.11692166737545188, - 0.027891154128193277, - 0.14864017055645626, - 0.16178430515372152, - 0.08936453036767579, - 0.019910978264182803 - ], - "resistance": [ - 97377.13030143225, - 96323.16521544139, - 95515.57372221668, - 95346.52559162064, - 95738.45202861683, - 96695.71954362917, - 97696.27766436813, - 98090.76180455784 - ], - "fuel": [ - 42.145668563000484, - 41.60189510879144, - 41.188030542795715, - 41.10170600461471, - 41.30200601564631, - 41.793635187030915, - 42.311141968049235, - 42.5162001969747 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 26.09375, -48.4375 26.25, -48.28125 26.25, -48.28125 26.09375, -48.4375 26.09375))", @@ -432610,7 +294599,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 565.9747600561614, + 565.9747600561604, -611.8287407113176, -1380.8203037998182, -1442.8944682814017, @@ -432620,7 +294609,7 @@ 1498.1581835708548 ], "relative wind speed": [ - 3.833787790394722, + 3.8337877903947217, 3.457022923386284, 3.137836584884116, 3.1009733449313868, @@ -432630,17 +294619,17 @@ 4.059270028045404 ], "relative wind angle": [ - 0.11697786762796647, - 0.13917972318989275, + 0.11697786762796551, + 0.13917972318989277, 0.07362175143897501, - 0.04942038111337019, - 0.1329378812109948, + 0.049420381113370195, + 0.13293788121099484, 0.12787725421564153, 0.057290928053431056, - 0.03774700685124516 + 0.03774700685124515 ], "resistance": [ - 97200.47476005614, + 97200.47476005612, 96022.67125928865, 95253.67969620015, 95191.60553171857, @@ -432650,7 +294639,7 @@ 98132.65818357082 ], "fuel": [ - 43.31369127711788, + 43.31369127711787, 42.70707131560803, 42.31379259120642, 42.28214251666104, @@ -432690,11 +294679,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 306.84830352418476, + 306.84830352418203, -652.499990471697, -1187.7335527417958, -1152.4812097944223, - -530.3307059021236, + -530.3307059021245, 449.15765659342514, 1246.1420065813968, 1163.8895326359857 @@ -432710,13 +294699,13 @@ 3.524170277345808 ], "relative wind angle": [ - 0.1417691179747764, + 0.14176911797477798, 0.15282081291804298, 0.06175944409936857, 0.0804559458552005, - 0.1572495668915534, + 0.1572495668915541, 0.13332442265955424, - 0.04565347599898831, + 0.045653475998988315, 0.060334215329366364 ], "resistance": [ @@ -432724,7 +294713,7 @@ 95982.00000952833, 95446.76644725824, 95482.0187902056, - 96104.16929409791, + 96104.1692940979, 97083.65765659345, 97880.64200658143, 97798.38953263602 @@ -432757,68 +294746,7 @@ "id": "7402", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.305396078134534, - 12.305396078134534, - 12.305396078134534, - 12.305396078134534, - 12.305396078134534, - 12.305396078134534, - 12.305396078134534, - 12.305396078134534 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 717.5135526103222, - -413.16510910986017, - -1244.9674580897258, - -1391.6691454371985, - -926.40288809701, - 120.48557111679474, - 1172.5399038011656, - 1515.9885275878623 - ], - "relative wind speed": [ - 3.7257479015625625, - 3.362105485904106, - 3.0161942368440715, - 2.924834385326097, - 3.1612318800104218, - 3.545536789661839, - 3.844106755908409, - 3.9140679916943415 - ], - "relative wind angle": [ - 0.11172867983861574, - 0.1477069182743048, - 0.09441429449948781, - 0.03168992923438689, - 0.13178795023979628, - 0.14001344169003416, - 0.07403772199712466, - 0.02367893012790845 - ], - "resistance": [ - 97352.01355261031, - 96221.33489089012, - 95389.53254191026, - 95242.83085456278, - 95708.09711190297, - 96754.98557111678, - 97807.03990380115, - 98150.48852758785 - ], - "fuel": [ - 42.959043653184175, - 42.3759583258217, - 41.95003912912364, - 41.875188521337535, - 42.112853932736165, - 42.65056653996485, - 43.19504090300143, - 43.37367911687104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 25.9375, -48.28125 26.09375, -48.125 26.09375, -48.125 25.9375, -48.28125 25.9375))", @@ -432837,68 +294765,7 @@ "id": "7403", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.653454514809003, - 10.653454514809003, - 10.653454514809003, - 10.653454514809003, - 10.653454514809003, - 10.653454514809003, - 10.653454514809003, - 10.653454514809003 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 552.1611712147424, - -408.2289767530133, - -1077.0514190743875, - -1167.4444429994223, - -720.2651529503423, - 188.43884977375, - 1062.8423188792422, - 1273.545133311004 - ], - "relative wind speed": [ - 3.242440269142967, - 2.8796945012177213, - 2.5471655719978403, - 2.481281553812132, - 2.737302545134781, - 3.116665478073911, - 3.3938461472774772, - 3.4423082333331094 - ], - "relative wind angle": [ - 0.13143495005852157, - 0.16778975350291517, - 0.1003496769095151, - 0.04839807349551109, - 0.15587230307168254, - 0.15492468639118248, - 0.0752596017931908, - 0.03487971034976897 - ], - "resistance": [ - 97186.66117121479, - 96226.27102324703, - 95557.44858092566, - 95467.05555700063, - 95914.2348470497, - 96822.9388497738, - 97697.34231887928, - 97908.04513331105 - ], - "fuel": [ - 41.74155565914394, - 41.24657390244946, - 40.90389245853372, - 40.85770588891481, - 41.08649024569884, - 41.553690660688744, - 42.00615666965757, - 42.115611651580124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 25.78125, -48.4375 25.9375, -48.28125 25.9375, -48.28125 25.78125, -48.4375 25.78125))", @@ -432917,68 +294784,7 @@ "id": "7404", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.597444523023462, - 11.597444523023462, - 11.597444523023462, - 11.597444523023462, - 11.597444523023462, - 11.597444523023462, - 11.597444523023462, - 11.597444523023462 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 706.1685673775382, - -365.59961327311703, - -1164.5370428289602, - -1314.269877210395, - -886.459021637168, - 99.74497613191124, - 1103.8128116883681, - 1453.7558017795864 - ], - "relative wind speed": [ - 3.538475719454798, - 3.175196595339701, - 2.8226090546124314, - 2.723113761651258, - 2.958001824800741, - 3.3449531825780205, - 3.647391305784941, - 3.7222623031969677 - ], - "relative wind angle": [ - 0.11730152644114304, - 0.15805097799863568, - 0.1038654021053082, - 0.031547890418949044, - 0.14046043686786802, - 0.14996753636745697, - 0.08032027728118855, - 0.02307786576009935 - ], - "resistance": [ - 97340.6685673775, - 96268.90038672685, - 95469.96295717101, - 95320.23012278958, - 95748.0409783628, - 96734.24497613189, - 97738.31281168835, - 98088.25580177955 - ], - "fuel": [ - 42.446063804460785, - 41.89328609185808, - 41.484004913357225, - 41.407563775534875, - 41.626189770938815, - 42.13276829474708, - 42.65224085840212, - 42.83417172738287 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 25.78125, -48.28125 25.9375, -48.125 25.9375, -48.125 25.78125, -48.28125 25.78125))", @@ -432997,68 +294803,7 @@ "id": "7405", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.012670530334747, - 11.012670530334747, - 11.012670530334747, - 11.012670530334747, - 11.012670530334747, - 11.012670530334747, - 11.012670530334747, - 11.012670530334747 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 676.834441937262, - -379.77173338184457, - -1151.509015983872, - -1285.4434942226821, - -841.2990330346674, - 138.67683247734976, - 1121.178816695216, - 1433.283893231201 - ], - "relative wind speed": [ - 3.3819668135724057, - 3.002985575970022, - 2.638215467948301, - 2.5435943184313494, - 2.7989662767236902, - 3.2021850940970853, - 3.5088076167011337, - 3.5779938079299862 - ], - "relative wind angle": [ - 0.12968140936563174, - 0.17318964945554435, - 0.11185832133363924, - 0.03972445170714779, - 0.15689702862867855, - 0.1623170766734868, - 0.08402802324215598, - 0.02823642155999611 - ], - "resistance": [ - 97311.33444193724, - 96254.72826661814, - 95482.99098401611, - 95349.0565057773, - 95793.20096696532, - 96773.17683247733, - 97755.6788166952, - 98067.78389323119 - ], - "fuel": [ - 42.03690440984629, - 41.492032215619425, - 41.096686822609385, - 41.02830058247559, - 41.25533474760172, - 41.75886741954662, - 42.26728541261625, - 42.42954303246204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 25.625, -48.4375 25.78125, -48.28125 25.78125, -48.28125 25.625, -48.4375 25.625))", @@ -433077,68 +294822,7 @@ "id": "7406", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.687206436972842, - 12.687206436972842, - 12.687206436972842, - 12.687206436972842, - 12.687206436972842, - 12.687206436972842, - 12.687206436972842, - 12.687206436972842 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 500.5329006849561, - -761.1352554493487, - -1519.8918971788926, - -1525.217145443949, - -779.6067419160036, - 479.01948322988574, - 1558.3699180584517, - 1570.7980897007428 - ], - "relative wind speed": [ - 3.774611448024543, - 3.3548954799797586, - 3.0208531509288314, - 3.01761033814191, - 3.347842514414904, - 3.768344119542856, - 4.041062648042615, - 4.043484751055814 - ], - "relative wind angle": [ - 0.1358162678317734, - 0.15377166066157155, - 0.07143950950271416, - 0.06928826238787228, - 0.15325847339730536, - 0.1367876984724573, - 0.053383779466196477, - 0.05169075601743335 - ], - "resistance": [ - 97135.03290068495, - 95873.36474455065, - 95114.6081028211, - 95109.28285455605, - 95854.89325808399, - 97113.51948322989, - 98192.86991805845, - 98205.29808970074 - ], - "fuel": [ - 43.13397515792627, - 42.484665348666624, - 42.09702808079524, - 42.09431506250332, - 42.47520310508982, - 43.12285377034624, - 43.68294960627951, - 43.68942407023862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 25.625, -48.28125 25.78125, -48.125 25.78125, -48.125 25.625, -48.28125 25.625))", @@ -433157,68 +294841,7 @@ "id": "7407", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.689210954626246, - 14.689210954626246, - 14.689210954626246, - 14.689210954626246, - 14.689210954626246, - 14.689210954626246, - 14.689210954626246, - 14.689210954626246 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 745.459207609807, - -780.5291065866295, - -1783.9489698883135, - -1870.9415357888456, - -1085.665735684067, - 390.65802362993327, - 1741.8591086238157, - 1945.629750726819 - ], - "relative wind speed": [ - 4.375134172533485, - 3.9481410740820775, - 3.584241235804938, - 3.5389773519728416, - 3.8483004361354496, - 4.285253473667173, - 4.593955815850435, - 4.628915053946642 - ], - "relative wind angle": [ - 0.11589941426533362, - 0.13859705783915516, - 0.07412608683915711, - 0.04807140811638954, - 0.1318530062097673, - 0.12763171417850858, - 0.057813019856837754, - 0.03674649155162504 - ], - "resistance": [ - 97379.95920760985, - 95853.97089341341, - 94850.55103011173, - 94763.5584642112, - 95548.83426431597, - 97025.15802362998, - 98376.35910862386, - 98580.12975072686 - ], - "fuel": [ - 44.92381087015131, - 44.13782998861679, - 43.625727159841375, - 43.58150633861181, - 43.98170480366009, - 44.74029261130382, - 45.44169615795866, - 45.54806227483307 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 26.09375, -48.125 26.25, -47.96875 26.25, -47.96875 26.09375, -48.125 26.09375))", @@ -433237,68 +294860,7 @@ "id": "7408", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.43981951007192, - 10.43981951007192, - 10.43981951007192, - 10.43981951007192, - 10.43981951007192, - 10.43981951007192, - 10.43981951007192, - 10.43981951007192 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 262.0747036048265, - -650.5633047816209, - -1139.716620262942, - -1086.1252759173226, - -466.25108671143516, - 477.04317870863497, - 1225.4386830866583, - 1100.6785687631968 - ], - "relative wind speed": [ - 3.0865167084115415, - 2.7052940185325816, - 2.428140847130562, - 2.4681508198815747, - 2.791336841274644, - 3.1622035080071234, - 3.379686195382168, - 3.35057879821959 - ], - "relative wind angle": [ - 0.15497567621507602, - 0.1643611956183538, - 0.06163903533250388, - 0.09377720832095471, - 0.17151873935862022, - 0.14044148040187748, - 0.04427108456295143, - 0.06903310806344351 - ], - "resistance": [ - 96896.57470360483, - 95983.93669521838, - 95494.78337973705, - 95548.37472408268, - 96168.24891328857, - 97111.54317870864, - 97859.93868308666, - 97735.1785687632 - ], - "fuel": [ - 41.45842845449586, - 40.988962027488824, - 40.738614392775446, - 40.765998900733166, - 41.08352357472428, - 41.56946050904057, - 41.95735109678287, - 41.89254363895088 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 26.09375, -47.96875 26.25, -47.8125 26.25, -47.8125 26.09375, -47.96875 26.09375))", @@ -433317,68 +294879,7 @@ "id": "7409", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.948127398503189, - 12.948127398503189, - 12.948127398503189, - 12.948127398503189, - 12.948127398503189, - 12.948127398503189, - 12.948127398503189, - 12.948127398503189 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 579.0383360891346, - -590.2894683088525, - -1364.257723600148, - -1435.5940714955768, - -840.8453077322392, - 287.75579402504263, - 1325.7783979528704, - 1492.9518350162534 - ], - "relative wind speed": [ - 3.855072514344736, - 3.484594245172319, - 3.167413041302715, - 3.125356777012177, - 3.3916772386560656, - 3.7712944102238732, - 4.041355367677948, - 4.073966568156633 - ], - "relative wind angle": [ - 0.11383738189783381, - 0.13665160997665599, - 0.07375971526122034, - 0.046281689351122965, - 0.1294728083803944, - 0.12620528641273362, - 0.057788946333855305, - 0.03549993137005696 - ], - "resistance": [ - 97213.53833608919, - 96044.2105316912, - 95270.2422763999, - 95198.90592850448, - 95793.65469226782, - 96922.2557940251, - 97960.27839795293, - 98127.45183501631 - ], - "fuel": [ - 43.37636091952629, - 42.77403102915138, - 42.378152251825604, - 42.3417764528654, - 42.64562965830635, - 43.2258431595891, - 43.763674607019816, - 43.85066716038675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.125 25.9375, -48.125 26.09375, -47.96875 26.09375, -47.96875 25.9375, -48.125 25.9375))", @@ -433397,68 +294898,7 @@ "id": "7410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.058013536500164, - 10.058013536500164, - 10.058013536500164, - 10.058013536500164, - 10.058013536500164, - 10.058013536500164, - 10.058013536500164, - 10.058013536500164 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 558.1259894940526, - -391.15058611186123, - -1053.1339838158192, - -1144.2193290784653, - -702.11152913654, - 194.9564395061111, - 1061.7186601540334, - 1273.3601531776685 - ], - "relative wind speed": [ - 3.0945601845861415, - 2.7159542508801375, - 2.3635958740389422, - 2.292441951244307, - 2.564486254864771, - 2.9625132901882925, - 3.250585644409672, - 3.301151675944525 - ], - "relative wind angle": [ - 0.14449351448008427, - 0.18698131347204655, - 0.11380840944147319, - 0.054676421810897706, - 0.17464030814815254, - 0.17125835667945563, - 0.08266902631494391, - 0.03795953176599306 - ], - "resistance": [ - 97192.62598949407, - 96243.34941388815, - 95581.3660161842, - 95490.28067092155, - 95932.38847086347, - 96829.45643950613, - 97696.21866015405, - 97907.86015317768 - ], - "fuel": [ - 41.38071993871156, - 40.89142538093117, - 40.55219753457112, - 40.50564923233918, - 40.73187296666144, - 41.193132016206356, - 41.64165270772931, - 41.75159479503058 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.96875 25.9375, -47.96875 26.09375, -47.8125 26.09375, -47.8125 25.9375, -47.96875 25.9375))", @@ -433477,68 +294917,7 @@ "id": "7411", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.990084770678658, - 11.990084770678658, - 11.990084770678658, - 11.990084770678658, - 11.990084770678658, - 11.990084770678658, - 11.990084770678658, - 11.990084770678658 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 595.0243086953442, - -505.93092688653087, - -1257.557313280899, - -1346.284985583885, - -815.1108417220712, - 235.17113151120793, - 1227.1494000732264, - 1434.5569642304563 - ], - "relative wind speed": [ - 3.6079638858585095, - 3.2352901781862866, - 2.9038439178876536, - 2.8469243849504413, - 3.1107644537710875, - 3.4967350988366714, - 3.7764996212169604, - 3.819591658133041 - ], - "relative wind angle": [ - 0.121582188337645, - 0.15101562732515159, - 0.086458070248157, - 0.04642222153488038, - 0.14113582819389112, - 0.13964740983146856, - 0.066445838656028, - 0.03459517657481772 - ], - "resistance": [ - 97229.52430869534, - 96128.56907311347, - 95376.9426867191, - 95288.21501441611, - 95819.38915827793, - 96869.6711315112, - 97861.64940007322, - 98069.05696423046 - ], - "fuel": [ - 42.66571131427558, - 42.098395127422116, - 41.71367686286136, - 41.66840053021899, - 41.93988757647, - 42.47978476905863, - 42.99348014993132, - 43.10134886580158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 25.46875, -48.4375 25.625, -48.28125 25.625, -48.28125 25.46875, -48.4375 25.46875))", @@ -433557,68 +294936,7 @@ "id": "7412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.902823708659785, - 13.902823708659785, - 13.902823708659785, - 13.902823708659785, - 13.902823708659785, - 13.902823708659785, - 13.902823708659785, - 13.902823708659785 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 109.51774761349316, - -1247.592889039508, - -1822.343560210098, - -1605.1912926388359, - -489.2315179705856, - 991.9378265243413, - 2011.120382198651, - 1502.9639051023705 - ], - "relative wind speed": [ - 3.995890010064255, - 3.550646556835475, - 3.2861214450737357, - 3.4060298622701097, - 3.813707543538435, - 4.231360446547382, - 4.439922076838711, - 4.348616191100053 - ], - "relative wind angle": [ - 0.1449221658768869, - 0.1336622431409764, - 0.028031584412802995, - 0.10085173663872954, - 0.1518976451597428, - 0.11206024391142903, - 0.020745799817791517, - 0.07893969429955348 - ], - "resistance": [ - 96744.0177476135, - 95386.90711096048, - 94812.1564397899, - 95029.30870736117, - 96145.26848202941, - 97626.43782652434, - 98645.62038219866, - 98137.46390510237 - ], - "fuel": [ - 43.910454061589874, - 43.2142409257543, - 42.92145312934493, - 43.03192972297985, - 43.602444098291365, - 44.36682234152649, - 44.89752701413186, - 44.63243865851427 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 25.46875, -48.28125 25.625, -48.125 25.625, -48.125 25.46875, -48.28125 25.46875))", @@ -433637,68 +294955,7 @@ "id": "7413", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.62114782443492, - 15.62114782443492, - 15.62114782443492, - 15.62114782443492, - 15.62114782443492, - 15.62114782443492, - 15.62114782443492, - 15.62114782443492 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 418.3910679102464, - -1154.0020971187123, - -1995.2806448762349, - -1908.6356328951797, - -848.4808088140089, - 773.3823175224588, - 2052.6433679239035, - 1849.3304365499444 - ], - "relative wind speed": [ - 4.544597570043394, - 4.108173636677981, - 3.7993148377563046, - 3.841502256258306, - 4.201821456855012, - 4.629425450294615, - 4.886090194883459, - 4.852991968270072 - ], - "relative wind angle": [ - 0.11995147979038327, - 0.12364981217557648, - 0.04547937524078996, - 0.0683606413615301, - 0.12979007523989758, - 0.10966771918997271, - 0.03535892640543561, - 0.054096751291966214 - ], - "resistance": [ - 97052.89106791026, - 95480.4979028813, - 94639.21935512379, - 94725.86436710483, - 95786.019191186, - 97407.88231752247, - 98687.14336792391, - 98483.83043654996 - ], - "fuel": [ - 45.618860483717, - 44.811027572619096, - 44.382590123544375, - 44.42659412890621, - 44.967272100850394, - 45.80251381178962, - 46.46822416584188, - 46.3620158362189 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.4375 25.3125, -48.4375 25.46875, -48.28125 25.46875, -48.28125 25.3125, -48.4375 25.3125))", @@ -433717,68 +294974,7 @@ "id": "7414", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.838736887038296, - 13.838736887038296, - 13.838736887038296, - 13.838736887038296, - 13.838736887038296, - 13.838736887038296, - 13.838736887038296, - 13.838736887038296 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -162.27952266382636, - -1538.555066322113, - -1955.648903861771, - -1579.8733532706874, - -231.34523762576282, - 1359.9650625522654, - 2298.3118053800918, - 1419.1249537683107 - ], - "relative wind speed": [ - 3.9077312575097274, - 3.4295166837018014, - 3.2031221407824533, - 3.4125059454556026, - 3.8866137313142817, - 4.314457694029491, - 4.485101830347724, - 4.327924797127306 - ], - "relative wind angle": [ - 0.16477649097772792, - 0.13477624989819814, - 0.0033419171935747463, - 0.13097636689301848, - 0.1656800473270039, - 0.10701229775966524, - 0.002386692565187324, - 0.10316082616943859 - ], - "resistance": [ - 96472.22047733614, - 95095.94493367786, - 94678.8510961382, - 95054.62664672929, - 96403.15476237421, - 97994.46506255223, - 98932.81180538006, - 98053.62495376827 - ], - "fuel": [ - 43.716461329976475, - 43.01185737765985, - 42.79971189881309, - 42.990812865205555, - 43.6809341748464, - 44.5040053288186, - 44.99376139099817, - 44.53478617943719 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-48.28125 25.3125, -48.28125 25.46875, -48.125 25.46875, -48.125 25.3125, -48.28125 25.3125))", @@ -433797,68 +294993,7 @@ "id": "7415", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.269001231176658, - 15.269001231176658, - 15.269001231176658, - 15.269001231176658, - 15.269001231176658, - 15.269001231176658, - 15.269001231176658, - 15.269001231176658 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 177.37090002564673, - -1435.8797093169296, - -2147.9121833059435, - -1917.2264123390414, - -628.9282317778407, - 1116.0842848399789, - 2343.707055086248, - 1803.6544028745502 - ], - "relative wind speed": [ - 4.397593218108287, - 3.91967941057276, - 3.6272084696986537, - 3.7430020483785307, - 4.174234323450312, - 4.625923866359525, - 4.858643536664223, - 4.7700098495555325 - ], - "relative wind angle": [ - 0.14052504926286444, - 0.13185515758638172, - 0.031117577650817418, - 0.09518428063486704, - 0.14809841583706523, - 0.11163295798368815, - 0.023229091708820586, - 0.07464718574512887 - ], - "resistance": [ - 96811.87090002565, - 95198.62029068307, - 94486.58781669405, - 94717.27358766095, - 96005.57176822216, - 97750.58428483998, - 98978.20705508624, - 98438.15440287456 - ], - "fuel": [ - 45.16114535051088, - 44.333890986576705, - 43.97185022962287, - 44.08893835945291, - 44.74647488678789, - 45.64696261863663, - 46.28724863598282, - 46.004884800552034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.5 27.34375, -47.5 27.5, -47.34375 27.5, -47.34375 27.34375, -47.5 27.34375))", @@ -433890,51 +295025,51 @@ ], "ice resistance": 85212.16348395956, "wind resistance": [ - 2476.8035352404004, + 2476.803535240342, -124.19910862795587, - -2565.265236710533, + -2565.265236710551, -3457.561865479962, - -2984.077112441282, + -2984.077112441275, -831.7000599444182, 1881.9173815980103, 3603.5785319048737 ], "relative wind speed": [ - 7.802208047780844, + 7.802208047780843, 7.438311386832349, - 7.021131919510784, + 7.0211319195107835, 6.805253320666787, - 6.937036956664639, + 6.937036956664638, 7.32587577505293, 7.726618841887696, 7.917414944319947 ], "relative wind angle": [ - 0.045304578456641174, + 0.04530457845664608, 0.07483103620608349, - 0.06172231103375474, + 0.06172231103375654, 0.008284577960533097, - 0.05095948388231186, + 0.050959483882309684, 0.07598172166116718, 0.056080477752537036, 0.00712081956185732 ], "resistance": [ - 87688.96701919996, + 87688.9670191999, 85087.9643753316, - 82646.89824724903, + 82646.89824724902, 81754.6016184796, - 82228.08637151828, + 82228.0863715183, 84380.46342401515, 87094.08086555757, 88815.74201586444 ], "fuel": [ - 55.264690153093234, + 55.2646901530932, 54.02400468663242, 52.882508749403776, 52.47078516581783, - 52.68889159560955, + 52.68889159560956, 53.690879829775845, 54.97870744062496, 55.80997982928457 @@ -433970,19 +295105,19 @@ ], "ice resistance": 52444.928640982725, "wind resistance": [ - 2202.371186452503, + 2202.3711864524776, -537.2629073900644, - -2878.5728004274206, + -2878.5728004274315, -3502.1734715747734, - -2821.59113421401, + -2821.591134213999, -441.0325902147233, 2283.3177602198266, 3767.8382288848516 ], "relative wind speed": [ - 7.770895433155029, + 7.770895433155028, 7.375651025402751, - 6.962743439214543, + 6.962743439214542, 6.789228893622664, 6.974203234706128, 7.390947066749324, @@ -433990,31 +295125,31 @@ 7.933013148987859 ], "relative wind angle": [ - 0.05276142099450428, + 0.05276142099450639, 0.07761579854888621, - 0.05733133850347539, + 0.057331338503477325, 0.0011298880962088292, - 0.05879517411548706, + 0.058795174115485176, 0.07745484532029018, 0.05129563108796171, - 0.0009669804308495628 + 0.0009669804308495629 ], "resistance": [ - 54647.29982743523, + 54647.2998274352, 51907.66573359266, - 49566.355840555305, + 49566.35584055529, 48942.75516940795, - 49623.337506768716, + 49623.33750676873, 52003.896050768, 54728.24640120255, 56212.76686986758 ], "fuel": [ - 41.37505721092932, + 41.37505721092931, 40.40578771427697, - 39.599576332034786, + 39.59957633203477, 39.388284375882385, - 39.618955339445634, + 39.61895533944564, 40.43936027047453, 41.40412051121915, 41.941450983726426 @@ -434037,68 +295172,7 @@ "id": "7418", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 89117.58780347391, - "wind resistance": [ - 1801.5365171006706, - -595.7601939693559, - -2583.0970267190096, - -3072.5290603379945, - -2398.6084163814485, - -283.7432556426502, - 2063.4755475441525, - 3231.0682791880063 - ], - "relative wind speed": [ - 7.703145870149348, - 7.353041284109278, - 7.000721233305188, - 6.865092323878648, - 7.037544572956041, - 7.402585614994707, - 7.7366266632617, - 7.857225801627724 - ], - "relative wind angle": [ - 0.04783382809057367, - 0.06751582567340249, - 0.04761563831006403, - 0.0036166167185023054, - 0.05236184567073768, - 0.06706327201663076, - 0.043083502005831664, - 0.003159944170299888 - ], - "resistance": [ - 90919.12432057458, - 88521.82760950456, - 86534.4907767549, - 86045.05874313592, - 86718.97938709246, - 88833.84454783126, - 91181.06335101806, - 92348.65608266192 - ], - "fuel": [ - 56.8405281456946, - 55.66728792801796, - 54.71089474937481, - 54.47761404941467, - 54.79905989732817, - 55.81877889912492, - 56.970017419566595, - 57.55032103263488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.34375 27.1875, -47.34375 27.34375, -47.1875 27.34375, -47.1875 27.1875, -47.34375 27.1875))", @@ -434117,68 +295191,7 @@ "id": "7419", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 55899.92334171263, - "wind resistance": [ - 1530.149906480514, - -845.2647530632785, - -2671.2162298654657, - -3033.427778167592, - -2178.959233957703, - -12.5101991288102, - 2229.006531349798, - 3092.880402489358 - ], - "relative wind speed": [ - 7.665345741807714, - 7.310817774654257, - 6.979246726241963, - 6.878849252501924, - 7.077366612406995, - 7.443022704094235, - 7.754789400241875, - 7.843983456714874 - ], - "relative wind angle": [ - 0.05064979310910806, - 0.06605798340924908, - 0.04219450681674947, - 0.009630302765878868, - 0.05486178132769347, - 0.06488297984041208, - 0.03797256702619619, - 0.00844534729883543 - ], - "resistance": [ - 57430.07324819315, - 55054.658588649356, - 53228.707111847165, - 52866.49556354504, - 53720.96410775493, - 55887.41314258382, - 58128.92987306243, - 58992.803744201985 - ], - "fuel": [ - 42.388180995380374, - 41.521563908635216, - 40.86967920540628, - 40.741840320071, - 41.044198879955886, - 41.82298570908243, - 42.64714054456065, - 42.969758526356486 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 27.34375, -47.1875 27.5, -47.03125 27.5, -47.03125 27.34375, -47.1875 27.34375))", @@ -434197,68 +295210,7 @@ "id": "7420", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 46240.74146515571, - "wind resistance": [ - 3122.1120011277053, - 465.76799640160243, - -2349.968766304086, - -3729.7927012710497, - -3480.641001768545, - -1443.1945753318832, - 1515.6385134493576, - 3713.550228199838 - ], - "relative wind speed": [ - 7.890205058801352, - 7.536283239050006, - 7.072690323768807, - 6.775307588371096, - 6.844958597522335, - 7.232788467288624, - 7.686731792888084, - 7.950094411684078 - ], - "relative wind angle": [ - 0.03901982027827338, - 0.07803801170050516, - 0.07402561560308372, - 0.022470266967112528, - 0.044982023218275685, - 0.0813196522902664, - 0.06810264652123876, - 0.019149390603228237 - ], - "resistance": [ - 49362.85346628341, - 46706.50946155732, - 43890.77269885162, - 42510.94876388466, - 42760.10046338716, - 44797.54688982383, - 47756.379978605066, - 49954.29169335555 - ], - "fuel": [ - 39.53046543233891, - 38.64248542128583, - 37.72988939331576, - 37.293451563785915, - 37.3717340333861, - 38.02055941584891, - 38.99030505094656, - 39.73174907320982 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 27.34375, -47.03125 27.5, -46.875 27.5, -46.875 27.34375, -47.03125 27.34375))", @@ -434277,68 +295229,7 @@ "id": "7421", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 29989.693847132454, - "wind resistance": [ - 3344.5567423956527, - 978.8014140102205, - -1846.418246003861, - -3527.2879090978277, - -3535.071034223147, - -1874.77674771061, - 945.9713136223618, - 3326.073864853697 - ], - "relative wind speed": [ - 7.9081689337049745, - 7.60775661125914, - 7.1593577735480105, - 6.822996654553416, - 6.8208227982691625, - 7.154355238122276, - 7.6030491120170005, - 7.906293454037595 - ], - "relative wind angle": [ - 0.028132981563894238, - 0.07129135957004785, - 0.07604693833408752, - 0.0333221355118807, - 0.03261930189038114, - 0.07581780764740946, - 0.07160122867503453, - 0.02875507682618946 - ], - "resistance": [ - 33334.25058952811, - 30968.495261142674, - 28143.275601128593, - 26462.405938034626, - 26454.622812909307, - 28114.917099421844, - 30935.665160754816, - 33315.76771198615 - ], - "fuel": [ - 34.57110152865952, - 33.92008354969617, - 33.16991412322947, - 32.73769131809331, - 32.73571439972416, - 33.16253476171715, - 33.91119574026344, - 34.565934619155115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 27.1875, -47.1875 27.34375, -47.03125 27.34375, -47.03125 27.1875, -47.1875 27.1875))", @@ -434357,68 +295248,7 @@ "id": "7422", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 42321.90228865871, - "wind resistance": [ - 2561.7188795423026, - 113.05978498026889, - -2316.8428840413435, - -3345.2586072791855, - -2994.8178989882217, - -1032.7952281243124, - 1598.8752581198933, - 3395.8623261630564 - ], - "relative wind speed": [ - 7.807554793991237, - 7.471289605383454, - 7.063669643003676, - 6.830397155751977, - 6.927875019948054, - 7.289252073133768, - 7.684916091129694, - 7.892974017940961 - ], - "relative wind angle": [ - 0.03986672777343461, - 0.07117624754980409, - 0.06236413104405212, - 0.01336061615565841, - 0.04493209638059291, - 0.07295688339463388, - 0.05731686012525834, - 0.011561881812984707 - ], - "resistance": [ - 44883.62116820102, - 42434.96207363898, - 40005.059404617365, - 38976.64368137953, - 39327.08438967049, - 41289.1070605344, - 43920.777546778605, - 45717.76461482177 - ], - "fuel": [ - 38.048309861254126, - 37.26962281542985, - 36.51895586354924, - 36.207865730823855, - 36.31343008692053, - 36.91289773540123, - 37.73945861956236, - 38.31866678470713 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 27.1875, -47.03125 27.34375, -46.875 27.34375, -46.875 27.1875, -47.03125 27.1875))", @@ -434437,68 +295267,7 @@ "id": "7423", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 51142.32952521789, - "wind resistance": [ - 3257.4953649258314, - 1109.5807758989868, - -1584.4316311735893, - -3291.3494707235295, - -3389.5684747178784, - -1943.3608145980506, - 694.1630078127419, - 3023.977333179224 - ], - "relative wind speed": [ - 7.888232376872905, - 7.620462059947128, - 7.198848478809266, - 6.865868420369996, - 6.838495992626201, - 7.135670638812931, - 7.560808029030765, - 7.86441913346921 - ], - "relative wind angle": [ - 0.02300335516032037, - 0.06560060912714571, - 0.07299708971669233, - 0.03539312950684335, - 0.026535235646359207, - 0.07006453261295387, - 0.06949671102187913, - 0.03089770471521448 - ], - "resistance": [ - 54399.82489014372, - 52251.91030111688, - 49557.8978940443, - 47850.98005449436, - 47752.761050500005, - 49198.96871061984, - 51836.49253303063, - 54166.30685839711 - ], - "fuel": [ - 41.286354284319046, - 40.52604561555364, - 39.59670088207144, - 39.021847266608944, - 38.989099064070714, - 39.47492098720076, - 40.380979180310035, - 41.202862933709206 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 27.03125, -47.1875 27.1875, -47.03125 27.1875, -47.03125 27.03125, -47.1875 27.03125))", @@ -434517,68 +295286,7 @@ "id": "7424", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 47307.83795564365, - "wind resistance": [ - 2363.295986132922, - 193.2375839092456, - -2020.1162297209848, - -3013.654996937934, - -2745.969862255228, - -1034.9042365079804, - 1332.8460143100128, - 3001.5789782453066 - ], - "relative wind speed": [ - 7.770048893856708, - 7.473852385895979, - 7.106398509640087, - 6.887622402663378, - 6.961839990270047, - 7.278901453989062, - 7.6380610160715685, - 7.835913061116531 - ], - "relative wind angle": [ - 0.034270658022108644, - 0.06348880481769985, - 0.0569329172482757, - 0.014182079909842018, - 0.03825102291088186, - 0.06519160785694586, - 0.052966138422270936, - 0.012465690458213254 - ], - "resistance": [ - 49671.13394177657, - 47501.0755395529, - 45287.72172592266, - 44294.182958705715, - 44561.86809338842, - 46272.93371913567, - 48640.683969953665, - 50309.416933888955 - ], - "fuel": [ - 39.6352198409724, - 38.905345872737094, - 38.17896087379759, - 37.85882633197976, - 37.944717387600086, - 38.50003946230433, - 39.28645511691586, - 39.85323393988964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 27.03125, -47.03125 27.1875, -46.875 27.1875, -46.875 27.03125, -47.03125 27.03125))", @@ -434597,68 +295305,7 @@ "id": "7425", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 54654.251116524974, - "wind resistance": [ - 2892.4684344259513, - 768.2608142950157, - -1718.1763089736232, - -3150.4136085282407, - -3118.2681994652667, - -1600.330281462684, - 904.6168595577656, - 2968.9913598363964 - ], - "relative wind speed": [ - 7.8389638104029755, - 7.565000836346963, - 7.168274390156873, - 6.880267611185372, - 6.889205158457703, - 7.188968193155227, - 7.584612290918296, - 7.846809474850356 - ], - "relative wind angle": [ - 0.02661410424768666, - 0.06394705751266115, - 0.06632268786766006, - 0.027389220525305315, - 0.0302842282697239, - 0.06729686219883949, - 0.06267715936345516, - 0.024014820219171232 - ], - "resistance": [ - 57546.719550950926, - 55422.511930819994, - 52936.074807551355, - 51503.83750799674, - 51535.98291705971, - 53053.920835062294, - 55558.867976082736, - 57623.24247636137 - ], - "fuel": [ - 42.43127763375941, - 41.65439302585396, - 40.76635972483685, - 40.265276994723976, - 40.27643965606325, - 40.80792921554472, - 41.70375809854468, - 42.4595776207783 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 26.875, -47.1875 27.03125, -47.03125 27.03125, -47.03125 26.875, -47.1875 26.875))", @@ -434677,68 +295324,7 @@ "id": "7426", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64491.653751525984, - "wind resistance": [ - 2110.3608398093165, - -131.101289565122, - -2231.539113016097, - -2990.6520481682273, - -2581.3596698799993, - -722.9407665988438, - 1613.7361593963433, - 3086.961949961762 - ], - "relative wind speed": [ - 7.7387961413330215, - 7.423631970324894, - 7.065810272371311, - 6.882742562131071, - 6.9961093308779025, - 7.329679382884209, - 7.675209227217181, - 7.839793767066651 - ], - "relative wind angle": [ - 0.03943344026358979, - 0.06450581827209148, - 0.05262448410957269, - 0.0068396897316045846, - 0.04362211018994875, - 0.065333831494235, - 0.04844277389577288, - 0.006004716562716573 - ], - "resistance": [ - 66602.0145913353, - 64360.55246196086, - 62260.114638509884, - 61501.00170335776, - 61910.29408164599, - 63768.712984927144, - 66105.38991092233, - 67578.61570148775 - ], - "fuel": [ - 45.9314105052065, - 45.03660502157812, - 44.21506508168957, - 43.92219347509378, - 44.07983523365667, - 44.80345889532069, - 45.73154267655653, - 46.327122868627214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 26.875, -47.03125 27.03125, -46.875 27.03125, -46.875 26.875, -47.03125 26.875))", @@ -434757,68 +295343,7 @@ "id": "7427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 45360.91523804018, - "wind resistance": [ - 2472.923101351382, - 379.5323589049367, - -1864.7410604217112, - -2979.1839391865724, - -2798.9422879136655, - -1201.4631616571423, - 1146.7611418730812, - 2902.6604275236787 - ], - "relative wind speed": [ - 7.781766640359014, - 7.501190931161982, - 7.134122115155055, - 6.89828482577326, - 6.948262513969291, - 7.250267486257902, - 7.611737361081951, - 7.826104424970423 - ], - "relative wind angle": [ - 0.030742187484099827, - 0.061893382482484056, - 0.058480986193664784, - 0.01822449099321725, - 0.03443135833547033, - 0.06403832514975344, - 0.054807665480385195, - 0.016063697905192385 - ], - "resistance": [ - 47833.83833939156, - 45740.447596945116, - 43496.174177618464, - 42381.73129885361, - 42561.97295012651, - 44159.45207638304, - 46507.67637991326, - 48263.575665563854 - ], - "fuel": [ - 39.0161292863175, - 38.32605479920006, - 37.60435470566986, - 37.25294291653305, - 37.30946435087922, - 37.815696647723016, - 38.577074427100825, - 39.159807112334406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.34375, -46.875 27.5, -46.71875 27.5, -46.71875 27.34375, -46.875 27.34375))", @@ -434837,68 +295362,7 @@ "id": "7428", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 21810.127281381698, - "wind resistance": [ - 3357.2949633438657, - 1173.5295292189621, - -1588.3161063094703, - -3357.2887027068573, - -3474.372189713824, - -2015.6845634544188, - 678.8510955716774, - 3079.0534660041776 - ], - "relative wind speed": [ - 7.902779506547763, - 7.631982476632834, - 7.200771504867202, - 6.856566364201674, - 6.823908232600902, - 7.125481806336959, - 7.5609878475475805, - 7.874461580918907 - ], - "relative wind angle": [ - 0.022853659998992835, - 0.06677560788983643, - 0.07500656287560861, - 0.0370322959512697, - 0.026467648080231818, - 0.0715300602496014, - 0.07142689964533233, - 0.032243519415462926 - ], - "resistance": [ - 25167.422244725563, - 22983.65681060066, - 20221.811175072227, - 18452.83857867484, - 18335.755091667874, - 19794.44271792728, - 22488.978376953375, - 24889.180747385875 - ], - "fuel": [ - 32.411866010542674, - 31.876552105086887, - 31.224944337480153, - 30.822498991203574, - 30.7962730798591, - 31.126650279135035, - 31.757755020242485, - 32.34267327678606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 27.34375, -46.71875 27.5, -46.5625 27.5, -46.5625 27.34375, -46.71875 27.34375))", @@ -434917,68 +295381,7 @@ "id": "7429", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 7665.974086742986, - "wind resistance": [ - 3669.923346407959, - 2009.393654630734, - -715.598020723537, - -2943.6971327383326, - -3476.872937408767, - -2668.049319764428, - -250.00305975573792, - 2400.944963630871 - ], - "relative wind speed": [ - 7.923792224159332, - 7.744306695965381, - 7.34558550511101, - 6.947012419062171, - 6.798629929228655, - 7.002397155623013, - 7.4195839312831104, - 7.794027878808715 - ], - "relative wind angle": [ - 0.00468301678646032, - 0.054783588130511596, - 0.07666370512163773, - 0.05351202881515115, - 0.005458055666149439, - 0.060594725183728555, - 0.07589762887114507, - 0.04769192972836971 - ], - "resistance": [ - 11335.897433150945, - 9675.36774137372, - 6950.376066019449, - 4722.276954004654, - 4189.101149334219, - 4997.924766978558, - 7415.9710269872485, - 10066.919050373857 - ], - "fuel": [ - 29.321038954710403, - 28.997834846338364, - 28.489678953817005, - 28.09471618158897, - 28.00294221032707, - 28.14257742739123, - 28.574545803928125, - 29.073121626516574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.1875, -46.875 27.34375, -46.71875 27.34375, -46.71875 27.1875, -46.875 27.1875))", @@ -434997,68 +295400,7 @@ "id": "7430", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 36855.31549083004, - "wind resistance": [ - 3337.2231827198448, - 1423.6602628462497, - -1222.1280955725997, - -3090.16002449617, - -3352.334274563149, - -2181.9897922499367, - 312.90324711821086, - 2713.4063879667847 - ], - "relative wind speed": [ - 7.88971349714939, - 7.661579564285907, - 7.258083063546213, - 6.907527559225856, - 6.834560745497636, - 7.089358097254999, - 7.501935076609373, - 7.825909702362643 - ], - "relative wind angle": [ - 0.015494075519612335, - 0.06001588670315678, - 0.07276237629752054, - 0.0415128146725261, - 0.017886364365319637, - 0.06486665273794369, - 0.07039323909478017, - 0.036638897827066905 - ], - "resistance": [ - 40192.53867354989, - 38278.97575367629, - 35633.18739525744, - 33765.155466333876, - 33502.9812162669, - 34673.325698580105, - 37168.21873794825, - 39568.72187879683 - ], - "fuel": [ - 36.57609143308979, - 35.999065501990174, - 35.22368406390048, - 34.691921756674276, - 34.61832913930628, - 34.94882369718688, - 35.67037195749902, - 36.3864854892397 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 27.1875, -46.71875 27.34375, -46.5625 27.34375, -46.5625 27.1875, -46.71875 27.1875))", @@ -435077,68 +295419,7 @@ "id": "7431", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 19839.52004290825, - "wind resistance": [ - 3229.190314018604, - 928.8000020545223, - -1808.8395567268635, - -3428.1985247429293, - -3428.0185239178645, - -1808.1826592257894, - 929.5603718330894, - 3229.61803706468 - ], - "relative wind speed": [ - 7.890413875274248, - 7.597317535053154, - 7.1624188045244255, - 6.838261253202222, - 6.838311467796965, - 7.162534546185291, - 7.597426651328643, - 7.890457394009363 - ], - "relative wind angle": [ - 0.027639533128540446, - 0.06933390998761536, - 0.07354469116261833, - 0.03187709244491971, - 0.031893335401586835, - 0.07355003102326393, - 0.06932675783009676, - 0.0276251024676549 - ], - "resistance": [ - 23068.710356926855, - 20768.320044962773, - 18030.680486181387, - 16411.32151816532, - 16411.501518990386, - 18031.33738368246, - 20769.08041474134, - 23069.13807997293 - ], - "fuel": [ - 31.89706946356636, - 31.351630730615987, - 30.728178042307476, - 30.372522498173595, - 30.372561489024392, - 30.728324294915296, - 31.351807766387772, - 31.897172710676166 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 27.03125, -46.875 27.1875, -46.71875 27.1875, -46.71875 27.03125, -46.875 27.03125))", @@ -435157,68 +295438,7 @@ "id": "7432", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 52575.12828465966, - "wind resistance": [ - 2873.756985274329, - 696.5815417223203, - -1800.144961968581, - -3194.77076156174, - -3124.9290071463947, - -1544.2036337175996, - 992.7331664753146, - 3039.9913533660256 - ], - "relative wind speed": [ - 7.838534166257761, - 7.555473285879943, - 7.154727582768531, - 6.871004928077655, - 6.890428979251275, - 7.199684216689683, - 7.598059134414997, - 7.8555662222419445 - ], - "relative wind angle": [ - 0.028341463914795823, - 0.06522092499474283, - 0.0663361783817469, - 0.025951426067076875, - 0.032242446033912735, - 0.0684488917452358, - 0.06246039684072078, - 0.02269825850573008 - ], - "resistance": [ - 55448.88526993399, - 53271.70982638198, - 50774.98332269108, - 49380.35752309792, - 49450.19927751327, - 51030.92465094206, - 53567.86145113497, - 55615.11963802569 - ], - "fuel": [ - 41.66393558726608, - 40.88488899673331, - 40.01321052257433, - 39.53640388113236, - 39.56010983433535, - 40.10149991629601, - 40.989822848261895, - 41.724143084191184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 27.03125, -46.71875 27.1875, -46.5625 27.1875, -46.5625 27.03125, -46.71875 27.03125))", @@ -435237,68 +295457,7 @@ "id": "7433", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 42191.40190702721, - "wind resistance": [ - 2287.99157253914, - -202.82813388728027, - -2497.4517622669846, - -3287.7821976861305, - -2803.774291089925, - -720.5600016227363, - 1852.9707759857956, - 3441.0685425330594 - ], - "relative wind speed": [ - 7.772533246129791, - 7.421278340989703, - 7.02729649990985, - 6.8315020323158135, - 6.965950147730458, - 7.339030065915796, - 7.717113347956842, - 7.890964104931907 - ], - "relative wind angle": [ - 0.04445677531361425, - 0.07144190798498719, - 0.05748428498705848, - 0.006035384640366534, - 0.049608405126446604, - 0.07224394320449466, - 0.05234095445287331, - 0.0052250497131820116 - ], - "resistance": [ - 44479.39347956635, - 41988.57377313993, - 39693.95014476022, - 38903.61970934108, - 39387.62761593729, - 41470.84190540448, - 44044.372683013, - 45632.47044956027 - ], - "fuel": [ - 37.91822566921802, - 37.13007326638866, - 36.42443181791816, - 36.18592602329879, - 36.331714007368696, - 36.969149040167565, - 37.7789112311174, - 38.290902981395334 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.875 26.875, -46.875 27.03125, -46.71875 27.03125, -46.71875 26.875, -46.875 26.875))", @@ -435317,68 +295476,7 @@ "id": "7434", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 42024.25213679924, - "wind resistance": [ - 2405.814175936466, - 273.6536881678039, - -1948.5707536612208, - -2992.6662225026557, - -2763.6242219609558, - -1105.5658177759688, - 1248.7657615419157, - 2951.950230204773 - ], - "relative wind speed": [ - 7.7742772974743195, - 7.485487558585546, - 7.118973118049997, - 6.893236986389976, - 6.95673893122768, - 7.266572786778129, - 7.625996708612256, - 7.830637771264145 - ], - "relative wind angle": [ - 0.03266521728634532, - 0.06266252286050811, - 0.0574855917939533, - 0.015911794185107186, - 0.036505567331343095, - 0.06455289925202615, - 0.053659789086664245, - 0.01400687013317871 - ], - "resistance": [ - 44430.066312735704, - 42297.90582496704, - 40075.68138313801, - 39031.58591429658, - 39260.62791483828, - 40918.68631902327, - 43273.01789834115, - 44976.20236700401 - ], - "fuel": [ - 37.90239335746967, - 37.22669752339449, - 36.540463032684116, - 36.224385946100114, - 36.293376081213005, - 36.798624140867084, - 37.53361788312555, - 38.07818891853536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-46.71875 26.875, -46.71875 27.03125, -46.5625 27.03125, -46.5625 26.875, -46.71875 26.875))", @@ -435397,68 +295495,7 @@ "id": "7435", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 61340.58166766964, - "wind resistance": [ - 2454.1605331214632, - 35.944426025856956, - -2322.979894414104, - -3279.1087142853685, - -2903.6682339118306, - -945.6549357535296, - 1629.5375401641904, - 3348.2604548076124 - ], - "relative wind speed": [ - 7.791964768743268, - 7.457580147734651, - 7.059904462324709, - 6.83936071257172, - 6.943700808403498, - 7.301656949903475, - 7.686835815653108, - 7.8837073079414965 - ], - "relative wind angle": [ - 0.04030722811238821, - 0.07008044971857147, - 0.06016726907454901, - 0.0114278590249128, - 0.04523446160322479, - 0.07157951655520634, - 0.055254858209367215, - 0.009913968912320572 - ], - "resistance": [ - 63794.74220079111, - 61376.5260936955, - 59017.601773255534, - 58061.47295338428, - 58436.913433757814, - 60394.926731916115, - 62970.119207833835, - 64688.842122477254 - ], - "fuel": [ - 44.81368530647458, - 43.87437445799803, - 42.979060474238054, - 42.622065310186336, - 42.761840001739884, - 43.49929957769422, - 44.490930978441284, - 45.166491727573494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 26.71875, -47.1875 26.875, -47.03125 26.875, -47.03125 26.71875, -47.1875 26.71875))", @@ -435477,68 +295514,7 @@ "id": "7436", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.936915378713323, - 24.936915378713323, - 24.936915378713323, - 24.936915378713323, - 24.936915378713323, - 24.936915378713323, - 24.936915378713323, - 24.936915378713323 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1977.5558246686123, - -262.20806832421295, - -2280.1773014666433, - -2925.565418410646, - -2457.6239108631926, - -562.0901687352052, - 1725.5482666671996, - 3092.446794814172 - ], - "relative wind speed": [ - 7.308582477066158, - 6.970502500154776, - 6.599579556036081, - 6.423670524612778, - 6.561795913646394, - 6.919872710661736, - 7.274482326597241, - 7.430275932133745 - ], - "relative wind angle": [ - 0.046255778707051554, - 0.07226802767966839, - 0.05667617036204039, - 0.003951276321298306, - 0.051524492862279024, - 0.07279771496304503, - 0.05141306405156071, - 0.0034159808853541037 - ], - "resistance": [ - 98612.05582466867, - 96372.29193167585, - 94354.32269853342, - 93708.93458158942, - 94176.87608913687, - 96072.40983126486, - 98360.04826666726, - 99726.94679481423 - ], - "fuel": [ - 58.21259824004625, - 57.05168338663292, - 56.02171475560302, - 55.69550762972814, - 55.93187106065585, - 56.89766540278285, - 58.08104564253833, - 58.79742723974356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 26.71875, -47.03125 26.875, -46.875 26.875, -46.875 26.71875, -47.03125 26.71875))", @@ -435557,68 +295533,7 @@ "id": "7437", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57749.80038896646, - "wind resistance": [ - 1928.1606607675167, - -350.39147424533803, - -2363.3274912880443, - -2958.6081058126765, - -2455.338759110775, - -506.0578194403424, - 1797.536559762215, - 3129.692055352618 - ], - "relative wind speed": [ - 7.715624750025165, - 7.38904021194972, - 7.039757241047213, - 6.882141595622485, - 7.0214232556752565, - 7.364328520967016, - 7.698900428350891, - 7.8401133203762425 - ], - "relative wind angle": [ - 0.042775524107316006, - 0.06486940475597001, - 0.049375456660218295, - 0.0017991467146286507, - 0.047007677101311554, - 0.06508738748058289, - 0.04514515611808359, - 0.0015793114720035707 - ], - "resistance": [ - 59677.961049733975, - 57399.40891472112, - 55386.47289767842, - 54791.19228315378, - 55294.46162985569, - 57243.74256952612, - 59547.336948728676, - 60879.49244431908 - ], - "fuel": [ - 43.22760854992434, - 42.37686002483822, - 41.64135734928463, - 41.426737640781674, - 41.608097879803786, - 42.31944350537612, - 43.178315103914116, - 43.68400688320308 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 26.5625, -47.1875 26.71875, -47.03125 26.71875, -47.03125 26.5625, -47.1875 26.5625))", @@ -435637,68 +295552,7 @@ "id": "7438", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.848651797586523, - 20.848651797586523, - 20.848651797586523, - 20.848651797586523, - 20.848651797586523, - 20.848651797586523, - 20.848651797586523, - 20.848651797586523 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1952.9416889937766, - -40.22945693206748, - -1925.2487641657845, - -2638.2367866627046, - -2284.7121433020675, - -645.9708247196286, - 1441.7806117311447, - 2790.4757795893693 - ], - "relative wind speed": [ - 6.2286134612895365, - 5.878044497398204, - 5.46713730378948, - 5.247952388342549, - 5.374143547745099, - 5.755487590859196, - 6.147150089548894, - 6.335301117675246 - ], - "relative wind angle": [ - 0.054764554695917386, - 0.09263006562224262, - 0.07836222210708639, - 0.011728261441957306, - 0.06348283536268044, - 0.09460836700491539, - 0.06967866535693909, - 0.009715231161018002 - ], - "resistance": [ - 98587.44168899379, - 96594.27054306795, - 94709.25123583424, - 93996.26321333731, - 94349.78785669795, - 95988.52917528039, - 98076.28061173116, - 99424.97577958938 - ], - "fuel": [ - 52.32449022472163, - 51.29065747659738, - 50.32652301465282, - 49.96529599260003, - 50.14416867441579, - 50.97939602924141, - 52.05794798549867, - 52.7633195518258 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 26.5625, -47.03125 26.71875, -46.875 26.71875, -46.875 26.5625, -47.03125 26.5625))", @@ -435717,68 +295571,7 @@ "id": "7439", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.544089866787296, - 23.544089866787296, - 23.544089866787296, - 23.544089866787296, - 23.544089866787296, - 23.544089866787296, - 23.544089866787296, - 23.544089866787296 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2265.3449636107616, - 113.2526199256099, - -2021.7186604070957, - -2928.9690622362377, - -2620.562614563669, - -897.7029107860435, - 1414.493245737256, - 2997.9040522622527 - ], - "relative wind speed": [ - 6.982876134637609, - 6.651604973628535, - 6.247543831855214, - 6.01477928786439, - 6.111719739431983, - 6.4706899601089, - 6.8616232302642395, - 7.0665484788071415 - ], - "relative wind angle": [ - 0.044082499370199084, - 0.07915159067392213, - 0.06985418460534853, - 0.015088339304130933, - 0.05037094707659407, - 0.08136943213276746, - 0.06359374228671727, - 0.012842490531335573 - ], - "resistance": [ - 98899.84496361078, - 96747.75261992564, - 94612.78133959294, - 93705.53093776379, - 94013.93738543637, - 95736.79708921399, - 98048.99324573728, - 99632.40405226228 - ], - "fuel": [ - 56.237824160369215, - 55.11969557663854, - 54.02749123500615, - 53.56849703821684, - 53.72418175818318, - 54.600398797563194, - 55.793700686919664, - 56.62235991755778 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 26.40625, -47.1875 26.5625, -47.03125 26.5625, -47.03125 26.40625, -47.1875 26.40625))", @@ -435797,68 +295590,7 @@ "id": "7440", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.723703764826297, - 17.723703764826297, - 17.723703764826297, - 17.723703764826297, - 17.723703764826297, - 17.723703764826297, - 17.723703764826297, - 17.723703764826297 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2268.597623413996, - 541.9499415472765, - -1382.0813047646316, - -2432.2572392509355, - -2346.5751206762634, - -1078.6297634678212, - 894.3339104743354, - 2469.9499592845423 - ], - "relative wind speed": [ - 5.478017223972668, - 5.150562531527666, - 4.682527613652288, - 4.347172384089962, - 4.3837970315294, - 4.764247551147034, - 5.224967393885916, - 5.507126417905511 - ], - "relative wind angle": [ - 0.049837870672930266, - 0.11293357573419086, - 0.11729111433287812, - 0.04475605156686233, - 0.06229218111445041, - 0.12213499785564007, - 0.10506666862042877, - 0.035324734613150464 - ], - "resistance": [ - 98903.097623414, - 97176.44994154728, - 95252.41869523536, - 94202.24276074907, - 94287.92487932373, - 95555.87023653218, - 97528.83391047434, - 99104.44995928454 - ], - "fuel": [ - 48.741187691074956, - 47.84271303604841, - 46.85459665191412, - 46.321073586456784, - 46.364449098027166, - 47.00952399925944, - 48.02517780333794, - 48.84668522614727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 26.40625, -47.03125 26.5625, -46.875 26.5625, -46.875 26.40625, -47.03125 26.40625))", @@ -435877,68 +295609,7 @@ "id": "7441", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.24052843408427, - 20.24052843408427, - 20.24052843408427, - 20.24052843408427, - 20.24052843408427, - 20.24052843408427, - 20.24052843408427, - 20.24052843408427 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2156.0252199150473, - 155.30532190188205, - -1837.0911148076739, - -2701.9359204319717, - -2421.337291356511, - -828.2796022216698, - 1324.7573353991356, - 2819.1130111858747 - ], - "relative wind speed": [ - 6.107484642779789, - 5.753785752059432, - 5.313357238135115, - 5.053098345147884, - 5.156800695730312, - 5.548685573779925, - 5.971783396710966, - 6.193557878274756 - ], - "relative wind angle": [ - 0.054123271078193896, - 0.0992850077490841, - 0.08973753635183751, - 0.020400092642243784, - 0.06411381138592555, - 0.10296774349993414, - 0.07982103359814699, - 0.016643306714001643 - ], - "resistance": [ - 98790.52521991504, - 96789.80532190188, - 94797.40888519233, - 93932.56407956802, - 94213.16270864349, - 95806.22039777834, - 97959.25733539913, - 99453.61301118588 - ], - "fuel": [ - 51.650796114301336, - 50.61156411215516, - 49.59145764298375, - 49.1532548069076, - 49.2951245694454, - 50.10612277310097, - 51.217202773863946, - 51.99850947883423 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.1875 26.25, -47.1875 26.40625, -47.03125 26.40625, -47.03125 26.25, -47.1875 26.25))", @@ -435957,68 +295628,7 @@ "id": "7442", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.78497046556957, - 19.78497046556957, - 19.78497046556957, - 19.78497046556957, - 19.78497046556957, - 19.78497046556957, - 19.78497046556957, - 19.78497046556957 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2191.3156447284982, - 44.920104877826816, - -2015.0313848168025, - -2836.2113223720607, - -2477.297045582407, - -732.2025241397314, - 1533.0273050129945, - 3037.780588181702 - ], - "relative wind speed": [ - 6.0055747472971746, - 5.613698209427046, - 5.140309662958396, - 4.876124621633423, - 5.012497852070763, - 5.447793606210051, - 5.896548086065615, - 6.11681873498699 - ], - "relative wind angle": [ - 0.06326246157436875, - 0.1107450954371573, - 0.09698107068207146, - 0.017120849705750774, - 0.07581810095100858, - 0.11413217564285062, - 0.08451124659044408, - 0.01364792935594083 - ], - "resistance": [ - 98825.8156447285, - 96679.42010487782, - 94619.4686151832, - 93798.28867762793, - 94157.20295441759, - 95902.29747586026, - 98167.52730501299, - 99672.2805881817 - ], - "fuel": [ - 51.101011909294115, - 49.98641163437699, - 48.93282202817032, - 48.5172204833513, - 48.698559351931706, - 49.587087138159944, - 50.75734723098576, - 51.545285472329226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-47.03125 26.25, -47.03125 26.40625, -46.875 26.40625, -46.875 26.25, -47.03125 26.25))", @@ -436037,68 +295647,7 @@ "id": "7443", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.67766458501368, - 16.67766458501368, - 16.67766458501368, - 16.67766458501368, - 16.67766458501368, - 16.67766458501368, - 16.67766458501368, - 16.67766458501368 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1873.23322416239, - 183.55910556955132, - -1507.1446214249263, - -2260.065190947321, - -2030.4102055107005, - -694.7200087060446, - 1127.1645630212915, - 2412.8448140306227 - ], - "relative wind speed": [ - 5.1376429850461385, - 4.780977107141902, - 4.325645872114533, - 4.047810117732978, - 4.1522531128544085, - 4.558381210033663, - 4.992531336312414, - 5.22032705927334 - ], - "relative wind angle": [ - 0.06531818112104634, - 0.12296936277837785, - 0.11445202643215371, - 0.02771893908342412, - 0.08084972888827482, - 0.12900697136586853, - 0.09910973269417936, - 0.021492000473253173 - ], - "resistance": [ - 98507.73322416242, - 96818.05910556958, - 95127.3553785751, - 94374.4348090527, - 94604.08979448932, - 95939.77999129398, - 97761.66456302132, - 99047.34481403066 - ], - "fuel": [ - 47.42346469774619, - 46.54659909039211, - 45.67983245918617, - 45.29725863621573, - 45.413727293336045, - 46.09500753693492, - 47.03497849511716, - 47.7057371918442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 27.65625, -35 27.8125, -34.84375 27.8125, -34.84375 27.65625, -35 27.65625))", @@ -436130,37 +295679,37 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 797.0213082422865, + 797.0213082422779, 381.263483090042, - -200.06230822161274, + -200.0623082216141, -626.3829279988458, -702.4664222702297, -459.9305144014486, - 77.77229924007224, + 77.77229924007179, 620.1610636599785 ], "relative wind speed": [ - 2.5788023312254116, + 2.578802331225411, 2.4297720550572097, - 2.13806865307955, + 2.1380686530795496, 1.8529412612650398, 1.7766673789346923, 1.9755951506741831, - 2.288106394734057, + 2.2881063947340574, 2.5245548362445622 ], "relative wind angle": [ - 0.029585942889690946, + 0.02958594288969845, 0.13944375282513619, 0.1888233120005323, 0.12435879122615062, - 0.042950429887916176, - 0.1717894596686876, - 0.17630698141365983, - 0.0911664653107633 + 0.04295042988791618, + 0.17178945966868764, + 0.17630698141366172, + 0.09116646531076329 ], "resistance": [ - 97431.52130824224, + 97431.52130824223, 97015.76348308999, 96434.43769177834, 96008.11707200111, @@ -436210,19 +295759,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1045.67214023109, + 1045.6721402309818, 616.5180906261639, - -108.45456007215671, + -108.45456007215807, -721.2613245451344, - -890.9779854640155, + -890.9779854639962, -698.8509320919625, - -70.99344912795505, + -70.9934491279555, 648.6044171077069 ], "relative wind speed": [ - 3.028175070168785, + 3.0281750701687846, 2.912233228171335, - 2.6232533193627017, + 2.623253319362701, 2.303901268641358, 2.1638726316633146, 2.3175604946555346, @@ -436230,31 +295779,31 @@ 2.9230511398205103 ], "relative wind angle": [ - 0.002839055200190644, - 0.10722212977991429, - 0.16549398060375525, + 0.002839055200268855, + 0.10722212977991427, + 0.1654939806037546, 0.13036570387436297, - 0.003973046806472118, + 0.003973046806444174, 0.13488534361214508, - 0.1644211204651005, + 0.16442112046510052, 0.10264145217062699 ], "resistance": [ - 97680.1721402311, + 97680.17214023098, 97251.01809062617, 96526.04543992784, 95913.23867545486, - 95743.52201453598, + 95743.522014536, 95935.64906790803, 96563.50655087204, 97283.10441710771 ], "fuel": [ - 41.22861657846556, + 41.228616578465505, 41.00621981231668, 40.6320802677152, 40.31735187983436, - 40.23043503245555, + 40.230435032455574, 40.32883690556916, 40.65136505585703, 41.02282392599043 @@ -436290,11 +295839,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 992.3950679338436, + 992.3950679337386, 588.7033581741498, - -92.84894675064834, - -669.6847118900871, - -831.7554314043023, + -92.84894675064925, + -669.6847118900873, + -831.7554314043368, -652.0122051488565, -63.34627177201946, 614.0552081425822 @@ -436302,39 +295851,39 @@ "relative wind speed": [ 2.849456741609629, 2.7341377019952176, - 2.443532632893894, + 2.4435326328938936, 2.1182161819809124, - 1.9730147578494535, + 1.9730147578494537, 2.1299488218087803, 2.4579135926592164, 2.7432373509032186 ], "relative wind angle": [ - 0.0025647965396773196, + 0.0025647965397638936, 0.1154804805482079, - 0.18031550469381882, - 0.14434953922787433, - 0.0037041210470366522, + 0.18031550469381818, + 0.14434953922787436, + 0.0037041210470965978, 0.14845350791009254, 0.17924901889943193, 0.11130383165138018 ], "resistance": [ - 97626.89506793383, + 97626.89506793373, 97223.20335817414, 96541.65105324934, 95964.8152881099, - 95802.74456859568, + 95802.74456859565, 95982.48779485113, 96571.15372822796, 97248.55520814257 ], "fuel": [ - 40.853242232733834, + 40.85324223273378, 40.644101499510185, 40.29238554866667, 39.99605922691184, - 39.91302467893695, + 39.913024678936935, 40.00511938563552, 40.307574651070055, 40.65721769761885 @@ -436370,13 +295919,13 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1040.3069596642017, + 1040.3069596641872, 499.23502593544436, - -270.7960750071652, + -270.796075007167, -840.8634882792162, - -944.63036216094, + -944.6303621609372, -632.0729836263904, - 78.668761605501, + 78.66876160550191, 797.7356483196309 ], "relative wind speed": [ @@ -436390,17 +295939,17 @@ 3.1061925544567393 ], "relative wind angle": [ - 0.023890005059185194, + 0.023890005059194492, 0.11682555119082173, - 0.15621527717760017, + 0.15621527717760159, 0.10147795726547795, - 0.03252616041449344, + 0.03252616041449002, 0.13933014865622784, - 0.14796245594717133, - 0.07859036590714301 + 0.14796245594717058, + 0.07859036590714302 ], "resistance": [ - 97674.80695966426, + 97674.80695966425, 97133.7350259355, 96363.7039249929, 95793.63651172085, @@ -436410,7 +295959,7 @@ 97432.23564831969 ], "fuel": [ - 41.52898605363676, + 41.52898605363674, 41.24871452413629, 40.85172209157828, 40.55924303138145, @@ -436450,37 +295999,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 745.8533351610035, + 745.8533351610008, 977.373557723567, - 478.1502316719161, - -230.39359511812518, - -757.0670040959149, + 478.1502316719152, + -230.39359511812563, + -757.0670040959142, -856.6515324273673, -570.5683296516427, 80.87142712321838 ], "relative wind speed": [ - 2.7808876766181103, + 2.78088767661811, 2.8452998862897623, 2.684613957438455, - 2.3639196200772012, + 2.3639196200772017, 2.0462239513818097, 1.9556679897811187, 2.1709943870728208, 2.5163967809129617 ], "relative wind angle": [ - 0.09358621338328575, + 0.09358621338328695, 0.027255520099597752, - 0.13808646913028563, - 0.18940091745449042, - 0.127345166943464, + 0.13808646913028644, + 0.18940091745449159, + 0.12734516694346315, 0.039659522050032675, - 0.17104601220270227, + 0.1710460122027023, 0.17779787766125493 ], "resistance": [ - 97380.35333516105, + 97380.35333516104, 97611.87355772361, 97112.65023167196, 96404.10640488192, @@ -436490,7 +296039,7 @@ 96715.37142712326 ], "fuel": [ - 40.7038031820434, + 40.703803182043394, 40.823808182427086, 40.565291980554335, 40.199974077848225, @@ -436530,37 +296079,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 666.1239473053954, + 666.1239473053936, 735.0391020316363, - 285.28858759757236, - -275.9069046569491, + 285.2885875975719, + -275.90690465694934, -642.320357553531, -672.016447633724, -376.923455916967, 167.23920092452522 ], "relative wind speed": [ - 2.4983909200889265, + 2.498390920088926, 2.519860219695669, 2.343791808294269, - 2.0431790046180454, + 2.043179004618046, 1.779291977458407, 1.7487543005882604, 1.978503750313181, 2.287631239015295 ], "relative wind angle": [ - 0.07422211013108566, - 0.04931825684776112, - 0.15461616769599582, - 0.19017812435820142, + 0.07422211013108716, + 0.04931825684776113, + 0.15461616769599656, + 0.1901781243582026, 0.10431230210928426, 0.07109601071589744, 0.18346122129431372, 0.1696465581938401 ], "resistance": [ - 97300.62394730542, + 97300.6239473054, 97369.53910203165, 96919.78858759759, 96358.59309534307, @@ -436610,9 +296159,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 849.5695605397386, + 849.5695605397341, 807.6974828373045, - 224.44019312700448, + 224.44019312700402, -435.8123928566306, -811.0585460134489, -793.101772158888, @@ -436620,7 +296169,7 @@ 296.81216993489306 ], "relative wind speed": [ - 2.912784797191627, + 2.9127847971916268, 2.901450614506888, 2.6932889760517966, 2.381742562041906, @@ -436630,14 +296179,14 @@ 2.7226643626923384 ], "relative wind angle": [ - 0.04835693685638898, - 0.05942033258786058, - 0.1432414640072378, + 0.04835693685639127, + 0.05942033258786057, + 0.14324146400723858, 0.15658492526425516, - 0.06568568855101635, + 0.06568568855101634, 0.07984151200384546, 0.15988821503742284, - 0.1368455900988606 + 0.13684559009886063 ], "resistance": [ 97484.06956053972, @@ -436690,11 +296239,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 836.5747529327186, + 836.5747529327095, 659.9625247925314, - 84.48484082285631, - -493.288619889473, - -757.8204456508063, + 84.48484082285495, + -493.28861988947256, + -757.8204456508108, -682.1229292221522, -231.32771446407514, 389.7228215580253 @@ -436703,24 +296252,24 @@ 2.785196649500562, 2.7348471504635468, 2.5053272040233834, - 2.2031083693120532, - 2.010973983322114, + 2.203108369312053, + 2.0109739833221143, 2.078929484515765, 2.3504621542939037, 2.635839572328853 ], "relative wind angle": [ - 0.02816623933930126, + 0.028166239339309146, 0.07994897633337757, - 0.15522279344494813, - 0.15005291256993422, - 0.03901494831005352, + 0.15522279344494955, + 0.15005291256993272, + 0.03901494831006206, 0.10525570784197667, - 0.16554141882929493, - 0.12527571858273448 + 0.16554141882929496, + 0.1252757185827345 ], "resistance": [ - 97471.07475293275, + 97471.07475293273, 97294.46252479256, 96718.98484082289, 96141.21138011056, @@ -436730,7 +296279,7 @@ 97024.22282155805 ], "fuel": [ - 40.74646985605879, + 40.74646985605878, 40.65500007107617, 40.357757899994546, 40.06056962872617, @@ -436770,34 +296319,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -401.6319285416057, + -401.63192854160934, 528.0112898475973, - 1206.0323350527324, + 1206.0323350527315, 980.3673742217425, 132.11581779463722, -742.7513107366158, - -1156.18021665605, - -1060.3283055056067 + -1156.180216656045, + -1060.328305505603 ], "relative wind speed": [ - 3.3850309721745937, + 3.385030972174593, 3.685927574261737, - 3.8518403761571376, + 3.851840376157137, 3.8049546145466153, 3.566422899001485, 3.2544961045299186, 3.056326666720864, - 3.1145027465622572 + 3.114502746562257 ], "relative wind angle": [ - 0.11781865146830896, - 0.09398513701992751, - 0.023704290605717795, + 0.11781865146830992, + 0.09398513701992753, + 0.02370429060571779, 0.05700915011924553, 0.11180049916089704, 0.10648876241479471, - 0.029875790762461416, - 0.06966608621716733 + 0.0298757907624577, + 0.06966608621716414 ], "resistance": [ 96232.8680714584, @@ -436850,39 +296399,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -480.85842858923525, + -480.858428589238, 412.32931964202817, - 1132.23183366603, + 1132.2318336660355, 1046.729653507181, 263.8456304103738, -608.4655801819376, - -1089.3204188455848, + -1089.320418845582, -1052.7571398473347 ], "relative wind speed": [ - 2.9306073529466605, + 2.93060735294666, 3.2682093571576027, 3.47354225399547, 3.4540502994434497, 3.2179489656962215, 2.8744499649077038, - 2.6226244894529755, + 2.622624489452975, 2.648243102867451 ], "relative wind angle": [ - 0.14586239005083734, + 0.14586239005083812, 0.12386279017860509, - 0.04177734882707316, + 0.04177734882707051, 0.05753256706627882, 0.1327569190526914, 0.1409365410860217, - 0.0553442797354484, + 0.05534427973544439, 0.07506766564507358 ], "resistance": [ - 96153.64157141079, + 96153.64157141077, 97046.82931964204, - 97766.73183366604, + 97766.73183366605, 97681.2296535072, 96898.34563041039, 96026.03441981808, @@ -436890,7 +296439,7 @@ 95581.74286015268 ], "fuel": [ - 41.40600780873032, + 41.406007808730315, 41.866000613766815, 42.23891187298551, 42.194520615330774, @@ -436930,9 +296479,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -252.4103957389707, + -252.41039573897342, 631.2509455899708, - 1205.8319746290463, + 1205.8319746290454, 844.0615780100898, -1.932991270428829, -797.693465560134, @@ -436940,9 +296489,9 @@ -946.9440230538257 ], "relative wind speed": [ - 3.220210218900439, + 3.220210218900438, 3.5142242739301057, - 3.652889807434922, + 3.6528898074349216, 3.5733843646343533, 3.3110026652454505, 2.9971186589278886, @@ -436952,11 +296501,11 @@ "relative wind angle": [ 0.12868679567941452, 0.09249249111507322, - 0.012528550566375947, + 0.012528550566375946, 0.07278402802626907, - 0.12513921674619885, + 0.12513921674619882, 0.10850885803312221, - 0.01619205000155576, + 0.016192050001555762, 0.08891625856006903 ], "resistance": [ @@ -437010,11 +296559,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -320.44044373101724, + -320.4404437310186, 395.5469061656877, - 937.4392207681294, - 793.3016428585279, - 145.64003237575025, + 937.4392207681203, + 793.3016428585292, + 145.64003237575116, -535.1142375879849, -875.1268928459508, -813.4425941558097 @@ -437023,21 +296572,21 @@ 2.5922385285447826, 2.8941290866276725, 3.063720270438678, - 3.0263871026713844, + 3.026387102671384, 2.7976919650318433, 2.4841090455153987, 2.2716511670102224, 2.3211553211407585 ], "relative wind angle": [ - 0.15349764394027593, - 0.12251729988212286, - 0.033905709711934615, - 0.06839138660809041, - 0.1421456252946632, + 0.15349764394027737, + 0.12251729988212287, + 0.033905709711941165, + 0.06839138660808879, + 0.1421456252946624, 0.14286835680431437, 0.04573498125358659, - 0.08921941999163789 + 0.0892194199916379 ], "resistance": [ 96314.05955626901, @@ -437077,68 +296626,7 @@ "id": "7456", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.238539860535155, - 9.238539860535155, - 9.238539860535155, - 9.238539860535155, - 9.238539860535155, - 9.238539860535155, - 9.238539860535155, - 9.238539860535155 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 686.5334274196357, - 802.639887124079, - 331.3663581007704, - -287.6992367810576, - -710.1672577529421, - -759.7570211177454, - -461.3668367250425, - 129.3845440765217 - ], - "relative wind speed": [ - 2.8910516300658617, - 2.9226312884302397, - 2.7674359818639607, - 2.495246635100261, - 2.2546713154104103, - 2.213582756557699, - 2.4047911249265788, - 2.6861620387202647 - ], - "relative wind angle": [ - 0.06324579507853494, - 0.03297860937697733, - 0.11552896755433048, - 0.14266539817325216, - 0.08113182527520468, - 0.04354809454117498, - 0.13304747738954686, - 0.13246358450124016 - ], - "resistance": [ - 97321.03342741966, - 97437.13988712411, - 96965.8663581008, - 96346.80076321897, - 95924.33274224709, - 95874.74297888228, - 96173.133163275, - 96763.88454407654 - ], - "fuel": [ - 40.984511620989004, - 41.04464308566381, - 40.80088222838725, - 40.481933448363975, - 40.26509236041443, - 40.239682867213, - 40.392714307773524, - 40.69666244293093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.96875 27.65625, -32.96875 27.8125, -32.8125 27.8125, -32.8125 27.65625, -32.96875 27.65625))", @@ -437170,17 +296658,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 504.9287496817801, + 504.92874968177875, 892.5675976869429, - 578.5408586627595, + 578.540858662755, -41.63685577619981, -597.9468813830981, -783.3688921586654, -649.4691967663953, - -127.91446095392166 + -127.91446095392212 ], "relative wind speed": [ - 2.830743918566496, + 2.8307439185664953, 2.9418918706234103, 2.85622882859315, 2.610365548535023, @@ -437192,12 +296680,12 @@ "relative wind angle": [ 0.09986629704174455, 0.006796724779477651, - 0.08902813194411334, + 0.08902813194411709, 0.14575694108716575, 0.12163894638733302, 0.009156852863509826, - 0.11090151136828529, - 0.14801624414798584 + 0.11090151136828527, + 0.14801624414798586 ], "resistance": [ 97139.42874968183, @@ -437250,39 +296738,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 850.970950681663, + 850.9709506816489, 759.3534192485113, - 168.17669717658373, + 168.17669717658146, -476.43125276871433, - -818.0376473554766, + -818.0376473554761, -778.929602683635, -339.20618436390396, 327.72882816536503 ], "relative wind speed": [ - 3.064398770367307, + 3.0643987703673066, 3.04065039530822, 2.836430031038007, 2.5481274724378697, - 2.3447332172037387, + 2.3447332172037383, 2.3754491906162136, 2.6159087068766347, 2.8974747743327547 ], "relative wind angle": [ - 0.0363078285677097, - 0.05791570495619601, - 0.12731418819842752, + 0.03630782856771887, + 0.057915704956196, + 0.12731418819842927, 0.13118421945429384, - 0.047459126517829665, + 0.04745912651782733, 0.07416046362535106, - 0.13811282455740181, - 0.11529202520966068 + 0.13811282455740184, + 0.1152920252096607 ], "resistance": [ - 97485.47095068169, + 97485.47095068167, 97393.85341924854, - 96802.67669717662, + 96802.6766971766, 96158.06874723131, 95816.46235264455, 95855.57039731639, @@ -437290,9 +296778,9 @@ 96962.22882816539 ], "fuel": [ - 41.3407275486401, + 41.340727548640096, 41.29325823398793, - 40.98770592052484, + 40.98770592052483, 40.6560195265559, 40.480870973610536, 40.50090045406151, @@ -437330,9 +296818,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 695.4603308154574, + 695.4603308154542, 773.0963403439059, - 298.37197675404695, + 298.3719767540456, -300.4329858817482, -693.212468051611, -726.5051525195661, @@ -437340,7 +296828,7 @@ 164.19814020956528 ], "relative wind speed": [ - 2.723245980912624, + 2.7232459809126235, 2.745586494633388, 2.575770112817857, 2.2878933707197397, @@ -437350,17 +296838,17 @@ 2.517862475534297 ], "relative wind angle": [ - 0.06558662038377282, - 0.04239578099301282, - 0.13357937495508226, + 0.06558662038377451, + 0.042395780993012826, + 0.1335793749550831, 0.16189204858955766, - 0.08764024645403362, + 0.08764024645403364, 0.05795671011966392, 0.15497178002239506, 0.14699265798675928 ], "resistance": [ - 97329.96033081545, + 97329.96033081543, 97407.5963403439, 96932.87197675403, 96334.06701411823, @@ -437370,7 +296858,7 @@ 96798.69814020956 ], "fuel": [ - 40.6334378517401, + 40.633437851740084, 40.673642515786675, 40.42815198943564, 40.11969263487299, @@ -437410,9 +296898,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 241.79171246457963, + 241.79171246457554, 802.9828208564077, - 811.0831698984198, + 811.0831698984111, 255.8853544216463, -401.5338312824392, -797.0971915317568, @@ -437422,7 +296910,7 @@ "relative wind speed": [ 2.8408589156675084, 3.029695562735211, - 3.0318089501278087, + 3.0318089501278083, 2.8462969269123346, 2.558603825910702, 2.3319257522131833, @@ -437430,19 +296918,19 @@ 2.552552980947085 ], "relative wind angle": [ - 0.12416191584838085, + 0.12416191584838444, 0.04890954745722047, - 0.046967720060899575, - 0.123076287873192, + 0.04696772006090431, + 0.12307628787319198, 0.13794207683281642, 0.06356195214800113, - 0.061151873475907746, - 0.1373247108934589 + 0.06115187347590775, + 0.13732471089345893 ], "resistance": [ 96876.29171246458, 97437.48282085641, - 97445.58316989843, + 97445.58316989841, 96890.38535442164, 96232.96616871755, 95837.40280846824, @@ -437452,7 +296940,7 @@ "fuel": [ 40.97346507321474, 41.263641605107495, - 41.267838653180334, + 41.26783865318032, 40.98073816321721, 40.642260790207736, 40.439376870145594, @@ -437490,13 +296978,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 114.27642972732656, + 114.27642972732474, 588.4927280016168, - 685.2511099916815, + 685.2511099916778, 282.250599549699, -244.90393279232467, -603.6409567743294, - -645.0196466301118, + -645.0196466301106, -389.24828687810873 ], "relative wind speed": [ @@ -437506,23 +296994,23 @@ 2.5084216033871876, 2.251802638392328, 2.0245529993115685, - 1.9864655889078644, + 1.9864655889078642, 2.1683628339102263 ], "relative wind angle": [ - 0.13784797926861064, + 0.13784797926861306, 0.06534625979447665, - 0.034638434903622485, + 0.034638434903625684, 0.12048255929817812, 0.14906907141814899, - 0.08479597905545783, - 0.04629950558798511, - 0.13949251025567663 + 0.08479597905545781, + 0.046299505587982716, + 0.1394925102556766 ], "resistance": [ 96748.77642972737, 97222.99272800166, - 97319.75110999173, + 97319.75110999172, 96916.75059954975, 96389.59606720772, 96030.85904322572, @@ -437532,7 +297020,7 @@ "fuel": [ 40.23605038737952, 40.48095288204381, - 40.531025207184626, + 40.53102520718461, 40.3227026337729, 40.05111355051854, 39.866884148190046, @@ -437570,34 +297058,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 489.87803560308294, + 489.87803560308066, 804.2531011050432, - 479.3949287632322, - -79.16571399345412, - -556.0997813076776, + 479.39492876323084, + -79.16571399345457, + -556.0997813076779, -690.2009571396184, -548.7685418687824, -66.8982748017529 ], "relative wind speed": [ - 2.63328236802651, + 2.6332823680265096, 2.725951039528951, 2.629361595149473, - 2.384404289374287, + 2.3844042893742876, 2.1132373180554693, 1.992269791537433, 2.1181136877265567, 2.390515462613675 ], "relative wind angle": [ - 0.09783222961110526, + 0.09783222961110641, 0.0011343963940128419, - 0.09964994528497945, - 0.15446363827727078, - 0.12201585359648343, - 0.0015521540410547018, - 0.12381386773562161, - 0.15406560520683205 + 0.09964994528498056, + 0.15446363827727225, + 0.12201585359648344, + 0.0015521540410547016, + 0.12381386773562163, + 0.15406560520683207 ], "resistance": [ 97124.37803560313, @@ -437650,9 +297138,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 239.97542814252984, + 239.97542814252756, 621.079003930985, - 554.231149194316, + 554.2311491943151, 123.74791437055683, -345.2223459772715, -593.9227205435782, @@ -437660,9 +297148,9 @@ -245.30287700631766 ], "relative wind speed": [ - 2.4361704116228937, + 2.4361704116228933, 2.5805980425533193, - 2.560043581110689, + 2.5600435811106887, 2.3832400082689977, 2.132952709882134, 1.955742130197734, @@ -437670,14 +297158,14 @@ 2.1919353548967595 ], "relative wind angle": [ - 0.11907535620910287, + 0.11907535620910474, 0.037426589034773305, 0.059739879932638, 0.13159452914859077, - 0.13610157466121992, + 0.13610157466121994, 0.04939286623486947, 0.0771712631045928, - 0.1431555131756726 + 0.14315551317567263 ], "resistance": [ 96874.47542814251, @@ -437730,9 +297218,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 209.66538020808412, + 209.6653802080823, 759.7893160749031, - 792.6588633972119, + 792.6588633972056, 266.9404904413809, -370.22656416885184, -765.030139196977, @@ -437742,7 +297230,7 @@ "relative wind speed": [ 2.8207667649239916, 3.0088657374705186, - 3.017500790363852, + 3.0175007903638513, 2.8429484645879914, 2.565860689251674, 2.342454523063965, @@ -437750,11 +297238,11 @@ 2.5412615462489523 ], "relative wind angle": [ - 0.12207610103736415, + 0.12207610103736596, 0.05054554392552114, - 0.042599388677480234, + 0.04259938867748284, 0.1176682189574591, - 0.13427381710231434, + 0.13427381710231437, 0.0649433816900748, 0.055148992883301357, 0.13171420318196353 @@ -437762,7 +297250,7 @@ "resistance": [ 96844.1653802081, 97394.28931607492, - 97427.15886339723, + 97427.15886339721, 96901.4404904414, 96264.27343583116, 95869.46986080304, @@ -437772,7 +297260,7 @@ "fuel": [ 40.94599266009466, 41.23036956933116, - 41.2473965573914, + 41.24739655739139, 40.97554750385198, 40.647446878686864, 40.444906100391634, @@ -437810,17 +297298,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 31.68753870718365, + 31.687538707181375, 590.4612034014413, 800.6528373390947, 398.3765954457599, -194.0135271080553, -644.1468212289155, - -733.7165413926423, + -733.7165413926386, -509.53995159590113 ], "relative wind speed": [ - 2.638030780924937, + 2.6380307809249364, 2.8533435474629174, 2.9111167850980992, 2.786254771829283, @@ -437830,14 +297318,14 @@ 2.3706801026860713 ], "relative wind angle": [ - 0.13224414906475992, + 0.13224414906476162, 0.07333328856190427, 0.017930890791441025, 0.10170004788013795, - 0.1376750632859922, + 0.13767506328599222, 0.09143916877618898, - 0.023560984765796423, - 0.11960686530975767 + 0.023560984765791715, + 0.11960686530975768 ], "resistance": [ 96666.18753870722, @@ -437890,9 +297378,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 221.32862285078045, + 221.32862285077636, 772.3789427017505, - 788.3682918644904, + 788.3682918644813, 249.34994801225412, -396.2250554430402, -787.6154143385602, @@ -437900,7 +297388,7 @@ -420.3632346570953 ], "relative wind speed": [ - 3.020757753667138, + 3.0207577536671373, 3.196451840615183, 3.200425310025371, 3.0308977866951428, @@ -437910,9 +297398,9 @@ 2.75782733258505 ], "relative wind angle": [ - 0.10645045568298649, + 0.10645045568298753, 0.04298619897777441, - 0.03959767468163246, + 0.03959767468163806, 0.10462736878407242, 0.11617380028597407, 0.05359633864120668, @@ -437922,7 +297410,7 @@ "resistance": [ 96855.82862285078, 97406.87894270175, - 97422.86829186449, + 97422.86829186448, 96883.84994801226, 96238.27494455696, 95846.88458566144, @@ -437932,7 +297420,7 @@ "fuel": [ 41.38658658197117, 41.67146723420585, - 41.67975023760752, + 41.67975023760751, 41.401045710635096, 41.06866788014874, 40.86791351656929, @@ -437970,9 +297458,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 71.29371570772537, + 71.2937157077231, 628.4707360178445, - 795.2357666241978, + 795.235766624191, 363.04253624596413, -241.2981458198401, -678.7091588895069, @@ -437980,7 +297468,7 @@ -492.5149278282779 ], "relative wind speed": [ - 2.7745495397197995, + 2.7745495397197986, 2.976632746393411, 3.0207794199653724, 2.887442869872112, @@ -437990,19 +297478,19 @@ 2.513815306395488 ], "relative wind angle": [ - 0.12087073810354503, + 0.12087073810354504, 0.06315685562060798, - 0.022796694504889674, + 0.022796694504894546, 0.09895104942403768, - 0.12716569087085097, + 0.127165690870851, 0.07811332841048223, - 0.029281576391603087, - 0.11371766148168515 + 0.029281576391603083, + 0.11371766148168513 ], "resistance": [ 96705.79371570775, 97262.97073601787, - 97429.73576662423, + 97429.73576662422, 96997.542536246, 96393.2018541802, 95955.79084111052, @@ -438012,7 +297500,7 @@ "fuel": [ 40.903438447247574, 41.191181752676975, - 41.27752894792233, + 41.27752894792232, 41.05396241204778, 40.742512264924954, 40.5179379917772, @@ -438050,17 +297538,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -193.296680072845, + -193.29668007284727, 563.3455827833636, - 1041.986088856112, + 1041.986088856092, 705.2400980492307, - -26.282406057546268, + -26.282406057547178, -701.1227296449761, - -943.7568574538368, + -943.7568574538459, -800.6396609902463 ], "relative wind speed": [ - 2.997921851451523, + 2.997921851451522, 3.267165989169506, 3.389526556488466, 3.3096756086125496, @@ -438072,27 +297560,27 @@ "relative wind angle": [ 0.12815561631161176, 0.09016278431650898, - 0.009700787642989324, + 0.009700787643000768, 0.07490445514934008, - 0.1254118383929809, + 0.12541183839298178, 0.10624106090721096, - 0.012534499285365042, + 0.0125344992853739, 0.0910726201079496 ], "resistance": [ 96441.20331992717, 97197.84558278338, - 97676.48608885612, + 97676.48608885611, 97339.74009804924, 96608.21759394246, 95933.37727035503, - 95690.74314254618, + 95690.74314254617, 95833.86033900977 ], "fuel": [ 41.46454398140828, 41.85483309961802, - 42.10282416738899, + 42.102824167388974, 41.928261947825746, 41.55050960459577, 41.20379325173842, @@ -438130,39 +297618,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 16.326686435580996, + 16.326686435578722, 626.0826632817825, - 879.1910197668494, + 879.191019766838, 456.16621637534854, - -182.768928765101, + -182.76892876510146, -679.7573582961645, -787.8450239639981, - -560.8499900337852 + -560.8499900337856 ], "relative wind speed": [ - 2.621336515948568, + 2.6213365159485678, 2.858556564092532, - 2.927667320570328, + 2.927667320570327, 2.799433110340706, 2.529490573876347, 2.257959712452409, 2.167600459780175, - 2.330858630183913 + 2.3308586301839127 ], "relative wind angle": [ - 0.14551459409465295, - 0.08263138163069281, - 0.01586025630878755, + 0.14551459409465448, + 0.0826313816306928, + 0.01586025630879455, 0.10794632167407894, - 0.15083795006154507, + 0.15083795006154582, 0.10468266491638284, 0.021422379190321944, - 0.12975905357499548 + 0.12975905357499462 ], "resistance": [ 96650.8266864356, 97260.58266328179, - 97513.69101976686, + 97513.69101976685, 97090.66621637536, 96451.73107123491, 95954.74264170385, @@ -438172,7 +297660,7 @@ "fuel": [ 40.60165713171307, 40.916488755847816, - 41.04758100120654, + 41.047581001206524, 40.828617774088414, 40.49915891060171, 40.24394342556305, @@ -438210,17 +297698,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -123.6686090514354, + -123.66860905143767, 577.4743461345079, - 986.5032322961088, + 986.5032322958405, 607.1794817643386, -88.66009476446152, -697.7836642259585, - -879.4724909702641, + -879.4724909702213, -718.6291035040526 ], "relative wind speed": [ - 3.000604357743485, + 3.000604357743484, 3.24717741915797, 3.3476141061133173, 3.2561791445714, @@ -438231,32 +297719,32 @@ ], "relative wind angle": [ 0.1209317788400153, - 0.0804221926275229, - 0.0020708487778988757, - 0.07717918228817894, + 0.08042219262752291, + 0.002070848778059712, + 0.07717918228817892, 0.12037689953319804, - 0.09510724447172961, - 0.002642278489892504, - 0.09188077740220164 + 0.09510724447172962, + 0.002642278489850486, + 0.09188077740220163 ], "resistance": [ 96510.8313909486, 97211.97434613455, - 97621.00323229615, + 97621.00323229589, 97241.67948176438, 96545.83990523558, 95936.71633577408, - 95755.02750902978, + 95755.02750902982, 95915.870896496 ], "fuel": [ 41.452958119303176, 41.81472899841778, - 42.02662173575581, + 42.02662173575567, 41.830096440134184, 41.470978181584584, 41.15809238775346, - 41.06503241982402, + 41.065032419824036, 41.14740923606478 ] }, @@ -438290,19 +297778,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 164.51698072021372, + 164.5169807202119, 858.972068571712, - 990.9440987878525, + 990.9440987878379, 395.6577286201564, - -381.8601323157209, + -381.86013231571997, -906.1257918334777, -962.2508447226855, -580.9418696378189 ], "relative wind speed": [ - 3.2315707808055665, + 3.231570780805566, 3.4441877944713837, - 3.474496931218015, + 3.4744969312180145, 3.3089739729723724, 3.0251779911410894, 2.7807053108618107, @@ -438310,19 +297798,19 @@ 2.9403133907174195 ], "relative wind angle": [ - 0.11352791725579074, - 0.053851657391228734, - 0.02991126875469969, - 0.10060501565239044, - 0.12131033995884406, + 0.11352791725579173, + 0.05385165739122873, + 0.029911268754707114, + 0.10060501565239043, + 0.12131033995884315, 0.06671803473775854, 0.03789494797387557, - 0.1132701770671237 + 0.11327017706712371 ], "resistance": [ 96799.01698072026, 97493.47206857176, - 97625.44409878789, + 97625.44409878788, 97030.1577286202, 96252.63986768432, 95728.37420816657, @@ -438332,7 +297820,7 @@ "fuel": [ 41.885737393296296, 42.244793572388495, - 42.31323038210271, + 42.3132303821027, 42.00504553649282, 41.604503774751926, 41.33569577453882, @@ -438370,33 +297858,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -12.746026335217266, + -12.74602633521772, 529.4783472201334, - 778.3031619632429, - 420.91683848905586, + 778.3031619632416, + 420.9168384890563, -140.14714980531016, -589.2457106598752, - -695.2952500597216, + -695.2952500597362, -513.2138353045125 ], "relative wind speed": [ - 2.510188691211488, + 2.5101886912114875, 2.732383620601678, - 2.8035461874109275, - 2.6929777295388324, + 2.803546187410927, + 2.692977729538832, 2.4492245412124456, 2.198596795374499, - 2.10710153856358, + 2.1071015385635805, 2.2466906923230954 ], "relative wind angle": [ 0.1391836403422461, 0.08224816662716856, 0.010981758837138776, - 0.09969055756504987, - 0.1426714939502116, + 0.09969055756504874, + 0.14267149395021161, 0.10227983459322727, - 0.01461170440912285, + 0.014611704409145646, 0.11958024318243701 ], "resistance": [ @@ -438406,7 +297894,7 @@ 97055.41683848902, 96494.35285019466, 96045.2542893401, - 95939.20474994025, + 95939.20474994024, 96121.28616469546 ], "fuel": [ @@ -438416,7 +297904,7 @@ 40.63733004917554, 40.348016771480445, 40.117282642479765, - 40.062906925808804, + 40.0629069258088, 40.156292894305864 ] }, @@ -438450,11 +297938,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 219.84634706907718, + 219.84634706907354, 771.0803606217769, - 793.8396607564137, + 793.8396607564105, 259.5315879424311, - -382.3558737785179, + -382.35587377851743, -775.2257356201471, -784.9340524725658, -416.4989121893368 @@ -438464,25 +297952,25 @@ 3.041750499994279, 3.047670539694541, 2.8713075381787396, - 2.5946243950088355, + 2.594624395008835, 2.374279924100007, 2.36667605381002, 2.577798340327988 ], "relative wind angle": [ - 0.11964608951504532, + 0.11964608951504811, 0.04863422701132685, - 0.043253479126958184, + 0.04325347912696076, 0.11667200932463168, - 0.13177108604707335, - 0.06232232425436227, + 0.13177108604707166, + 0.06232232425436228, 0.05571081303008668, 0.1300277903173748 ], "resistance": [ 96854.34634706909, 97405.5803606218, - 97428.33966075644, + 97428.33966075642, 96894.03158794245, 96252.1441262215, 95859.27426437987, @@ -438492,7 +297980,7 @@ "fuel": [ 41.01779916349975, 41.30277192925389, - 41.31456216434903, + 41.31456216434901, 41.038277566973136, 40.70776956495259, 40.50623713182399, @@ -438530,7 +298018,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 179.08246529200596, + 179.08246529200414, 640.946695481864, 664.6579480886976, 220.4425276509469, @@ -438540,9 +298028,9 @@ -351.60391877894835 ], "relative wind speed": [ - 2.6170630429378154, + 2.617063042937815, 2.787149971016643, - 2.7938811989623478, + 2.7938811989623473, 2.634333729332107, 2.38272031442036, 2.1813230174653913, @@ -438550,9 +298038,9 @@ 2.3636118272604723 ], "relative wind angle": [ - 0.1190979689694545, - 0.04894861196526089, - 0.04228014796339155, + 0.11909796896945543, + 0.04894861196526088, + 0.042280147963391544, 0.11541912398685973, 0.13087563341128997, 0.0625591174080972, @@ -438560,7 +298048,7 @@ 0.12870857380021922 ], "resistance": [ - 96813.58246529198, + 96813.58246529197, 97275.44669548183, 97299.15794808867, 96854.94252765091, @@ -438570,7 +298058,7 @@ 96282.89608122103 ], "fuel": [ - 40.55933248059071, + 40.559332480590705, 40.79795668194073, 40.8102286270104, 40.58066898172876, @@ -438610,17 +298098,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 306.98600962335513, + 306.9860096233515, 732.9817931917064, 612.240905988845, 94.48135724392023, -449.6868216356761, -715.3444392240663, - -664.1681410735755, + -664.1681410735741, -266.453138754699 ], "relative wind speed": [ - 3.003100756950476, + 3.0031007569504755, 3.1325694490967466, 3.1016889593410037, 2.9246943631222333, @@ -438630,17 +298118,17 @@ 2.775369920896607 ], "relative wind angle": [ - 0.0877638321730832, + 0.08776383217308446, 0.023967207474949105, - 0.05065792065367445, - 0.10178806978737112, + 0.05065792065367444, + 0.10178806978737114, 0.09799791673383149, 0.029578637794412478, - 0.0610063068308595, + 0.061006306830857684, 0.10728518132868155 ], "resistance": [ - 96941.48600962333, + 96941.48600962332, 97367.48179319168, 97246.74090598882, 96728.98135724389, @@ -438650,7 +298138,7 @@ 96368.04686124527 ], "fuel": [ - 41.338090745760226, + 41.33809074576022, 41.5583576731244, 41.495858378523955, 41.228464762107066, @@ -438690,19 +298178,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 461.80919932821143, + 461.80919932820416, 1146.5668602453943, 991.9865823945311, 191.87271929266626, - -664.5624081636079, + -664.5624081636083, -1102.2482992471605, -1036.3817124734874, - -432.2350806929162 + -432.23508069291665 ], "relative wind speed": [ - 3.443767174014679, + 3.4437671740146785, 3.62618578712251, - 3.592230558360254, + 3.5922305583602534, 3.356754595498753, 3.0329523426770435, 2.812313798110359, @@ -438710,17 +298198,17 @@ 3.128982398059985 ], "relative wind angle": [ - 0.1073872254040887, - 0.03166275384924176, + 0.10738722540409182, + 0.031662753849241755, 0.05758948705175141, - 0.12160690659812189, - 0.12200107993820873, - 0.040830346647743085, - 0.07246971273477074, - 0.13050805584757033 + 0.1216069065981219, + 0.12200107993820875, + 0.04083034664774309, + 0.07246971273477075, + 0.13050805584757036 ], "resistance": [ - 97096.30919932823, + 97096.30919932821, 97781.06686024541, 97626.48658239454, 96826.37271929267, @@ -438730,7 +298218,7 @@ 96202.2649193071 ], "fuel": [ - 42.30882256924296, + 42.30882256924295, 42.66361000946854, 42.583366215945304, 42.169442234011626, @@ -438770,17 +298258,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 583.6059058477172, + 583.6059058477135, 1123.522517661197, 799.4899130440995, 20.71041030411925, -716.0014677505128, -1005.4605354114537, - -867.0587910398694, + -867.0587910398685, -232.18843937308066 ], "relative wind speed": [ - 3.1544109422870346, + 3.154410942287034, 3.299564263532364, 3.221072429669866, 2.9520625835125833, @@ -438790,14 +298278,14 @@ 2.848444111821837 ], "relative wind angle": [ - 0.10860137363729486, + 0.10860137363729588, 0.015878981938115194, - 0.08323844744573909, + 0.0832384474457391, 0.14656737565106856, 0.13073938149153713, 0.021496015979072868, - 0.10562088252473721, - 0.1519397548050149 + 0.10562088252473616, + 0.15193975480501493 ], "resistance": [ 97218.10590584773, @@ -438850,19 +298338,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 785.4896683342117, + 785.4896683342108, 1062.3788192849156, - 527.7617629206038, + 527.7617629206029, -257.47437046013056, - -853.1770310668212, + -853.1770310668203, -971.238964417621, -672.6211694790486, 45.17899496598011 ], "relative wind speed": [ - 3.258711268331727, + 3.2587112683317265, 3.325297580423985, - 3.1798741824185766, + 3.179874182418576, 2.88709941000195, 2.6017956704372285, 2.516135100244911, @@ -438871,10 +298359,10 @@ ], "relative wind angle": [ 0.0745428545578576, - 0.018483274697151577, + 0.018483274697151574, 0.10383990053776855, 0.14062886457493315, - 0.0934131963327542, + 0.09341319633275301, 0.024428339345599587, 0.12249140662316224, 0.13490277483982707 @@ -438930,17 +298418,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 865.9131676218212, + 865.9131676218149, 1271.2808950980507, - 683.908512270219, + 683.9085122702172, -239.31370245424023, - -977.5283860985501, + -977.5283860985483, -1149.9147828036544, -849.9129923834112, -25.208095934484845 ], "relative wind speed": [ - 3.6250381389565582, + 3.625038138956558, 3.7127371367361266, 3.5752379179937455, 3.274391565580133, @@ -438950,17 +298438,17 @@ 3.3509315468634235 ], "relative wind angle": [ - 0.07595169388368198, + 0.0759516938836849, 0.010394912967485135, - 0.0923324789543766, + 0.09233247895437781, 0.13096039581206242, - 0.0928070302317727, + 0.0928070302317715, 0.013505686855904663, 0.10908504468009954, - 0.1279524486877072 + 0.12795244868770722 ], "resistance": [ - 97500.41316762184, + 97500.41316762182, 97905.78089509807, 97318.40851227024, 96395.18629754578, @@ -438970,7 +298458,7 @@ 96609.29190406553 ], "fuel": [ - 42.68877995333309, + 42.68877995333308, 42.899208386992655, 42.59449931633011, 42.11815734254477, @@ -439010,7 +298498,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 579.6461472202109, + 579.64614722021, 941.0010570651266, 547.6282190624643, -128.15254313378773, @@ -439020,24 +298508,24 @@ -90.29061556547003 ], "relative wind speed": [ - 3.3991613567794006, + 3.3991613567794, 3.4830524361585975, 3.389862287605283, 3.1635459927485323, 2.9242144471089917, 2.8237694291625473, 2.934989221986138, - 3.1776256566606493 + 3.177625656660649 ], "relative wind angle": [ - 0.06715150732149593, + 0.06715150732149591, 0.002032182136759577, 0.07029594729811262, - 0.1043897586728004, - 0.07807881938722219, + 0.10438975867280038, + 0.07807881938722218, 0.002506649236183416, - 0.08121300894847949, - 0.10392554443036621 + 0.08121300894847948, + 0.10392554443036514 ], "resistance": [ 97214.14614722022, @@ -439090,37 +298578,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 783.8573140195349, + 783.8573140195276, 1063.71510117658, - 525.2762805775401, + 525.2762805775419, -271.1651545206414, -876.1724476193344, -994.9435809246679, - -694.6396678726833, + -694.6396678726837, 33.89846776947161 ], "relative wind speed": [ - 3.519811153837721, + 3.5198111538377206, 3.582531202570607, - 3.446649901068479, + 3.4466499010684783, 3.175401145305219, 2.9151438440657573, 2.8377111151212886, - 3.001289497822486, + 3.0012894978224867, 3.2869380518453966 ], "relative wind angle": [ - 0.0635904418110234, - 0.015671914825144576, - 0.08804648461180106, - 0.1175685284002696, + 0.0635904418110269, + 0.015671914825144573, + 0.0880464846117998, + 0.11756852840026959, 0.07680430108204664, - 0.019785836760117737, - 0.10115349869682264, + 0.01978583676011774, + 0.10115349869682375, 0.11356148514810199 ], "resistance": [ - 97418.35731401955, + 97418.35731401954, 97698.2151011766, 97159.77628057756, 96363.33484547937, @@ -439130,7 +298618,7 @@ 96668.39846776948 ], "fuel": [ - 42.456693255037834, + 42.45669325503783, 42.601818044308146, 42.322860911921886, 41.91221449119854, @@ -439170,9 +298658,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 646.5369552736374, + 646.5369552736274, 986.7607061015979, - 546.419468063179, + 546.4194680631745, -170.7285184555094, -757.5039305156129, -901.5856333870688, @@ -439180,7 +298668,7 @@ -52.50740407979447 ], "relative wind speed": [ - 3.401764623198465, + 3.4017646231984644, 3.48059323959692, 3.3726305705808497, 3.1282174547847714, @@ -439190,17 +298678,17 @@ 3.172516593010467 ], "relative wind angle": [ - 0.06809257901036436, + 0.06809257901036928, 0.006403332244566372, - 0.07805245449377252, - 0.11199584521688369, + 0.07805245449377538, + 0.1119958452168837, 0.08053030707478614, - 0.008013100792944507, - 0.09045070290684191, + 0.008013100792944509, + 0.09045070290684193, 0.11042556829933445 ], "resistance": [ - 97281.03695527367, + 97281.03695527365, 97621.26070610163, 97180.9194680632, 96463.77148154452, @@ -439210,7 +298698,7 @@ 96581.99259592024 ], "fuel": [ - 42.192657018483104, + 42.1926570184831, 42.36894992144947, 42.140861409514116, 41.770936591616085, @@ -439237,68 +298725,7 @@ "id": "7483", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.842298608506074, - 11.842298608506074, - 11.842298608506074, - 11.842298608506074, - 11.842298608506074, - 11.842298608506074, - 11.842298608506074, - 11.842298608506074 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 709.0796917968191, - 1136.1335075986326, - 656.511608528599, - -156.71281712159362, - -841.2844053319077, - -1022.1906042715473, - -804.3770288268611, - -94.68773909036918 - ], - "relative wind speed": [ - 3.575696000199929, - 3.6696326816673333, - 3.5611773983500226, - 3.3003527687588092, - 3.0241679973223916, - 2.909465576959747, - 3.0412513048670706, - 3.322478828167421 - ], - "relative wind angle": [ - 0.07302590837473227, - 0.0030348135337412044, - 0.07775939090225557, - 0.115421296463666, - 0.08637453506941915, - 0.0038277342458945063, - 0.0910871499584568, - 0.11464925079166725 - ], - "resistance": [ - 97343.57969179684, - 97770.63350759864, - 97291.01160852861, - 96477.78718287843, - 95793.2155946681, - 95612.30939572847, - 95830.12297117316, - 96539.81226090965 - ], - "fuel": [ - 42.619225017083245, - 42.84067881710594, - 42.59201212565185, - 42.172340638207274, - 41.82096924379228, - 41.72840646892094, - 41.839868291734824, - 42.20426252759592 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 28.90625, -30.3125 29.0625, -30.15625 29.0625, -30.15625 28.90625, -30.3125 28.90625))", @@ -439330,9 +298757,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 896.9170006999493, + 896.9170006999457, 1012.2866901261732, - 391.4583951260256, + 391.4583951260274, -405.7130946027896, -933.9446031174339, -983.0723639299067, @@ -439340,7 +298767,7 @@ 189.78109521443366 ], "relative wind speed": [ - 3.432811618875927, + 3.432811618875926, 3.4593735133951786, 3.2845368335391125, 2.9895882151387325, @@ -439350,11 +298777,11 @@ 3.2165530237226436 ], "relative wind angle": [ - 0.0542331918807484, + 0.054233191880748405, 0.03305614185643694, - 0.10608042630625898, + 0.10608042630625794, 0.12660655905242943, - 0.06800116074698895, + 0.06800116074698893, 0.0422810427295497, 0.11960012732772124, 0.1176299773460017 @@ -439410,19 +298837,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 759.3238866496722, + 759.3238866496677, 1193.51760008778, - 679.96289844482, + 679.9628984448182, -175.94013869532228, - -888.6577246975935, + -888.6577246975953, -1072.8169988209538, - -832.9642629133764, + -832.9642629133778, -82.40127175762336 ], "relative wind speed": [ - 3.6013782124622735, + 3.601378212462273, 3.696080723792609, - 3.579598015626897, + 3.5795980156268965, 3.305132574409979, 3.0164656455081817, 2.8996512381556765, @@ -439430,13 +298857,13 @@ 3.3384260790532885 ], "relative wind angle": [ - 0.0749658288932196, + 0.07496582889322106, 0.004536626565954565, 0.0820679392090078, 0.12077875251877934, - 0.08953797927785334, - 0.005782686453988883, - 0.09660435154509196, + 0.08953797927785459, + 0.005782686453988884, + 0.0966043515450931, 0.11956844571735262 ], "resistance": [ @@ -439477,68 +298904,7 @@ "id": "7486", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.445139537245687, - 12.445139537245687, - 12.445139537245687, - 12.445139537245687, - 12.445139537245687, - 12.445139537245687, - 12.445139537245687, - 12.445139537245687 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 903.4269233679361, - 1189.7473964330666, - 566.881868477948, - -333.58917741097866, - -1003.6196178958244, - -1125.0775503741984, - -767.2867792713887, - 63.735034591639305 - ], - "relative wind speed": [ - 3.7868352505918326, - 3.8465753545365873, - 3.69820310021213, - 3.4113874236489803, - 3.1421676669207126, - 3.0687451676603237, - 3.2460179746495936, - 3.546233876655124 - ], - "relative wind angle": [ - 0.06000209544228024, - 0.01763969141901426, - 0.08746051480776544, - 0.11427575665911816, - 0.07233218992768772, - 0.022111452357131633, - 0.09968217768003682, - 0.10991245578978238 - ], - "resistance": [ - 97537.92692336794, - 97824.24739643307, - 97201.38186847795, - 96300.91082258902, - 95630.88038210418, - 95509.4224496258, - 95867.2132207286, - 96698.23503459163 - ], - "fuel": [ - 43.159373867993494, - 43.3079808213474, - 42.9850892013253, - 42.52083983246024, - 42.17735486498155, - 42.115269425380426, - 42.29831803170465, - 42.72531347177875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 28.75, -30.15625 28.90625, -30 28.90625, -30 28.75, -30.15625 28.75))", @@ -439557,68 +298923,7 @@ "id": "7487", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.340797236125345, - 12.340797236125345, - 12.340797236125345, - 12.340797236125345, - 12.340797236125345, - 12.340797236125345, - 12.340797236125345, - 12.340797236125345 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 761.254866724682, - 1143.1475207102712, - 623.0871288680974, - -213.076049550059, - -890.5011464542649, - -1052.1411225426564, - -793.4392138212888, - -49.81399763405079 - ], - "relative wind speed": [ - 3.718335365621023, - 3.7993934712320043, - 3.6815235016875727, - 3.420120411178324, - 3.1549429172099144, - 3.056843462272913, - 3.197822291592061, - 3.475983181075887 - ], - "relative wind angle": [ - 0.06531057251975131, - 0.007394603189012999, - 0.07678442864129383, - 0.10877418241540726, - 0.0769947183246299, - 0.009190901310437363, - 0.0884271648654751, - 0.10701930488245087 - ], - "resistance": [ - 97395.7548667247, - 97777.64752071029, - 97257.58712886811, - 96421.42395044996, - 95743.99885354575, - 95582.35887745736, - 95841.06078617873, - 96584.68600236597 - ], - "fuel": [ - 43.007921069516044, - 43.20599807081038, - 42.93639103073395, - 42.50502148470107, - 42.15745125316424, - 42.074770075163286, - 42.20714654891655, - 42.589042607489084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 28.59375, -31.5625 28.75, -31.40625 28.75, -31.40625 28.59375, -31.5625 28.59375))", @@ -439650,34 +298955,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 193.6604366887259, + 193.66043668872044, 690.7176053275007, - 700.630109326612, + 700.6301093266047, 211.22361253990584, -375.973814280836, -728.5703406568277, - -732.752277857332, - -391.13803632994177 + -732.7522778573398, + -391.1380363299386 ], "relative wind speed": [ - 3.3251511365553137, + 3.325151136555313, 3.470003955389418, 3.4722912889408843, 3.330910717896995, 3.1175052311273577, 2.955425772477348, - 2.9527380770713108, - 3.111350628977785 + 2.952738077071311, + 3.1113506289777844 ], "relative wind angle": [ - 0.0782459400744307, - 0.03174384372944198, - 0.030002825239793522, + 0.07824594007443213, + 0.03174384372944197, + 0.03000282523979722, 0.07736574086862165, - 0.08346937863233334, + 0.08346937863233335, 0.03727323187639397, - 0.03528404257223838, - 0.08283735054940816 + 0.035284042572244684, + 0.08283735054940548 ], "resistance": [ 96828.16043668872, @@ -439717,68 +299022,7 @@ "id": "7489", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.492675975029226, - 9.492675975029226, - 9.492675975029226, - 9.492675975029226, - 9.492675975029226, - 9.492675975029226, - 9.492675975029226, - 9.492675975029226 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 69.72118795281949, - 570.0695408352562, - 711.4314191656258, - 317.6743871933718, - -228.02526013213355, - -618.8429406408309, - -678.8919287460672, - -441.6628984939025 - ], - "relative wind speed": [ - 2.7208877730580125, - 2.9057775320720856, - 2.9442140044203056, - 2.818878061798219, - 2.588378277070443, - 2.3789471017430803, - 2.3312091873021803, - 2.4813018461080985 - ], - "relative wind angle": [ - 0.11292431732392008, - 0.058411799787192104, - 0.022657019540834704, - 0.09377934374520472, - 0.11873201170397808, - 0.0713674041083172, - 0.028616270000674952, - 0.10658343177775186 - ], - "resistance": [ - 96704.2211879528, - 97204.56954083525, - 97345.93141916562, - 96952.17438719336, - 96406.47473986784, - 96015.65705935916, - 95955.60807125391, - 96192.83710150608 - ], - "fuel": [ - 40.80465173523654, - 41.062991143377474, - 41.13614775465017, - 40.93255827073607, - 40.651361675010335, - 40.4506560320318, - 40.41986805823228, - 40.54157697205538 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 28.4375, -31.5625 28.59375, -31.40625 28.59375, -31.40625 28.4375, -31.5625 28.4375))", @@ -439810,37 +299054,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 217.29253350913586, + 217.29253350913223, 736.6383894774544, 733.9268039363487, 212.4942929109875, - -405.00823582411476, + -405.0082358241157, -769.6459390677801, -768.5008726158358, - -400.8663916417854 + -400.8663916417845 ], "relative wind speed": [ - 3.352024102120606, + 3.352024102120605, 3.501364622282678, 3.5007448181690486, 3.3504608710263133, - 3.1263103813757738, + 3.126310381375774, 2.9580953270174817, 2.9588288054495373, - 3.1279856351359707 + 3.1279856351359703 ], "relative wind angle": [ 0.08097269739899816, 0.03188776165604149, 0.03235727035964032, 0.0812118739358137, - 0.08683301099841902, - 0.03774667852021005, + 0.08683301099842029, + 0.037746678520210054, 0.03828624848560244, - 0.08700212616068236 + 0.08700212616068108 ], "resistance": [ - 96851.79253350919, + 96851.79253350917, 97371.13838947749, 97368.4268039364, 96846.99429291103, @@ -439890,10 +299134,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 116.22540461322296, + 116.22540461321842, 652.6119530673682, - 764.7858235541489, - 312.7548563276532, + 764.785823554143, + 312.75485632765503, -284.5943187491421, -692.4228243607622, -740.116426190596, @@ -439903,24 +299147,24 @@ 2.8359977193322283, 3.0237577293894904, 3.0530955455304136, - 2.910892119365694, + 2.9108921193656934, 2.663760038041308, 2.448548508459806, 2.4118681958568495, 2.5817063492461974 ], "relative wind angle": [ - 0.1133517994212341, - 0.054763799955240555, - 0.028404967611264067, - 0.09914857265286085, - 0.12071578820021245, - 0.06764660879298211, + 0.11335179942123803, + 0.05476379995524056, + 0.028404967611267977, + 0.0991485726528586, + 0.12071578820021246, + 0.0676466087929821, 0.03595972173338158, - 0.11184065730726013 + 0.11184065730726012 ], "resistance": [ - 96750.72540461323, + 96750.72540461321, 97287.11195306737, 97399.28582355415, 96947.25485632765, @@ -439930,7 +299174,7 @@ 96180.62144043138 ], "fuel": [ - 41.02045499565611, + 41.0204549956561, 41.29753039563053, 41.35561019503964, 41.121849821708636, @@ -439970,9 +299214,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 126.57751108229331, + 126.57751108228604, 862.0444416514028, - 1024.3032533220767, + 1024.3032533221094, 415.3379630439222, -405.0005401219487, -969.0422198329279, @@ -439980,9 +299224,9 @@ -654.5111948949261 ], "relative wind speed": [ - 4.1519947593875015, + 4.151994759387501, 4.3301223129823025, - 4.36012353349238, + 4.360123533492379, 4.227113597941704, 3.999059117998772, 3.8054664715174122, @@ -439990,19 +299234,19 @@ 3.9195720354812624 ], "relative wind angle": [ - 0.07101034107940445, + 0.07101034107940603, 0.03559348047019438, - 0.017584912161112166, + 0.017584912161099538, 0.062143153017380465, - 0.07373082317944553, + 0.07373082317944551, 0.04050324016400938, - 0.020332166223649795, + 0.0203321662236498, 0.06702614163219628 ], "resistance": [ 96761.07751108232, 97496.54444165144, - 97658.80325332211, + 97658.80325332214, 97049.83796304394, 96229.49945987808, 95665.4577801671, @@ -440037,68 +299281,7 @@ "id": "7493", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.708260966192482, - 11.708260966192482, - 11.708260966192482, - 11.708260966192482, - 11.708260966192482, - 11.708260966192482, - 11.708260966192482, - 11.708260966192482 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 213.12916427626533, - 818.5338266608487, - 858.0521024723112, - 282.80775813254695, - -421.4872071778418, - -858.2404899058333, - -874.9715647158405, - -481.59091010855445 - ], - "relative wind speed": [ - 3.3814258716528207, - 3.5556814124125706, - 3.5645423016076583, - 3.403873868512403, - 3.15276163399307, - 2.9548395116631, - 2.9441441925135496, - 3.1285123515051194 - ], - "relative wind angle": [ - 0.09192327978628957, - 0.038896591188491064, - 0.03222634188052405, - 0.08845425696720821, - 0.0986112667923202, - 0.04681118036435207, - 0.039020312790333536, - 0.09626286570811202 - ], - "resistance": [ - 96847.62916427627, - 97453.03382666085, - 97492.55210247231, - 96917.30775813255, - 96213.01279282216, - 95776.25951009417, - 95759.52843528416, - 96152.90908989144 - ], - "fuel": [ - 42.268439894553, - 42.581463274247156, - 42.60194354464378, - 42.30439763397346, - 41.94177676989813, - 41.71783249184621, - 41.70926778662162, - 41.91091661078768 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 28.125, -31.5625 28.28125, -31.40625 28.28125, -31.40625 28.125, -31.5625 28.125))", @@ -440130,7 +299313,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -155.5695534313454, + -155.56955343135178, 539.7484405615905, 948.9267257082711, 595.0654138638629, @@ -440140,9 +299323,9 @@ -738.490949794279 ], "relative wind speed": [ - 3.6566967728874147, + 3.6566967728874142, 3.859815238925018, - 3.9466160939330757, + 3.946616093933075, 3.873927498388081, 3.677741070701763, 3.4639626143095104, @@ -440150,17 +299333,17 @@ 3.448172908832218 ], "relative wind angle": [ - 0.07964847502340282, + 0.07964847502340561, 0.05526164905458298, - 0.002674552812101743, + 0.0026745528121017432, 0.05120133051155214, 0.07919176285129063, 0.061584390587810546, - 0.0031370798440357207, - 0.057529886441709976 + 0.003137079844035721, + 0.05752988644170998 ], "resistance": [ - 96478.93044656864, + 96478.93044656863, 97174.24844056158, 97583.42672570825, 97229.56541386385, @@ -440170,7 +299353,7 @@ 95896.0090502057 ], "fuel": [ - 43.16480884245186, + 43.16480884245185, 43.523484125328835, 43.7353969304406, 43.552096281910906, @@ -440197,68 +299380,7 @@ "id": "7495", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.917561075275309, - 12.917561075275309, - 12.917561075275309, - 12.917561075275309, - 12.917561075275309, - 12.917561075275309, - 12.917561075275309, - 12.917561075275309 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 181.19474456137868, - 757.9976524837539, - 808.1941086210991, - 270.3835764020223, - -398.8284904097263, - -819.158406406742, - -840.2908950171577, - -475.8735706373536 - ], - "relative wind speed": [ - 3.692695019650526, - 3.846120018892179, - 3.8565797297980366, - 3.718938678814412, - 3.503617149191366, - 3.334470038332396, - 3.322366991163157, - 3.4757480834314998 - ], - "relative wind angle": [ - 0.07242239456053576, - 0.03170079948510562, - 0.02458406909630815, - 0.06888413782782228, - 0.07633818971752027, - 0.0365670795142366, - 0.028538009810904007, - 0.07371227291061892 - ], - "resistance": [ - 96815.6947445614, - 97392.49765248378, - 97442.69410862113, - 96904.88357640205, - 96235.6715095903, - 95815.34159359329, - 95794.20910498287, - 96158.62642936267 - ], - "fuel": [ - 43.14698661029289, - 43.445122269536924, - 43.47112617644184, - 43.193005275548124, - 42.84843482622598, - 42.63286330968895, - 42.62204260267696, - 42.8088720739671 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 27.96875, -32.5 28.125, -32.34375 28.125, -32.34375 27.96875, -32.5 27.96875))", @@ -440290,9 +299412,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -221.8041538921184, + -221.80415389211885, 540.4495013451747, - 1057.7189514671504, + 1057.7189514671418, 771.8955929361773, 47.93561578760273, -644.1071358213721, @@ -440302,7 +299424,7 @@ "relative wind speed": [ 2.548645397440523, 2.867532911794039, - 3.021040902832944, + 3.0210409028329437, 2.9458284303957187, 2.6719444242906887, 2.326399657877137, @@ -440310,9 +299432,9 @@ 2.226426559998141 ], "relative wind angle": [ - 0.17710918246004723, + 0.17710918246004786, 0.12649664335403296, - 0.02071718609904757, + 0.02071718609905293, 0.09289556389454544, 0.16885579861487088, 0.1561386123285381, @@ -440370,9 +299492,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -151.08519091262224, + -151.0851909126236, 607.274732006415, - 1070.1111713672299, + 1070.1111713672026, 690.7874992123225, -53.18269322506967, -719.1173239402983, @@ -440380,7 +299502,7 @@ -777.5756650140811 ], "relative wind speed": [ - 2.82544265120475, + 2.8254426512047495, 3.1087759907985446, 3.229402557826211, 3.1351107986613598, @@ -440390,19 +299512,19 @@ 2.523860925509604 ], "relative wind angle": [ - 0.1469468050049849, - 0.09895525516528413, - 0.006393577322699979, + 0.14694680500498566, + 0.09895525516528414, + 0.006393577322717343, 0.08876673553721473, - 0.14483736062116273, + 0.1448373606211627, 0.12043980181213973, - 0.008595871062504364, - 0.11034404632926038 + 0.008595871062504366, + 0.1103440463292604 ], "resistance": [ 96483.4148090874, 97241.77473200642, - 97704.61117136724, + 97704.61117136721, 97325.28749921234, 96581.31730677494, 95915.38267605971, @@ -440412,7 +299534,7 @@ "fuel": [ 41.06135743777344, 41.45265409448051, - 41.69251887744296, + 41.692518877442936, 41.49587561132933, 41.111752621459054, 40.7696674186419, @@ -440450,39 +299572,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -211.92072549487511, + -211.92072549487602, 425.14756657564885, - 859.9261333901381, - 638.0682606156452, + 859.9261333901454, + 638.0682606156415, 38.225617665961636, -544.8303292005039, - -788.5889975296054, - -694.0274686340517 + -788.5889975295986, + -694.0274686340522 ], "relative wind speed": [ - 2.6187520066013183, + 2.6187520066013175, 2.8808691381979163, - 3.011682053223099, - 2.9527598127295485, + 3.0116820532230983, + 2.952759812729549, 2.7296446534761536, 2.4514108213247683, - 2.2887973297396345, - 2.3643247439086577 + 2.288797329739634, + 2.364324743908657 ], "relative wind angle": [ - 0.13849451956798872, - 0.10265145180385711, - 0.018582141353737487, - 0.0732398931479154, + 0.13849451956798792, + 0.10265145180385712, + 0.018582141353731513, + 0.07323989314791846, 0.13283408937041796, - 0.1207160005566682, - 0.024452081083264052, - 0.09151382703943413 + 0.12071600055666822, + 0.024452081083254976, + 0.09151382703943292 ], "resistance": [ 96422.57927450516, 97059.64756657567, - 97494.42613339017, + 97494.42613339018, 97272.56826061568, 96672.72561766599, 96089.66967079953, @@ -440492,7 +299614,7 @@ "fuel": [ 40.685219468290136, 41.01364439363122, - 41.238650848837736, + 41.23865084883774, 41.123747150732214, 40.81399620260986, 40.51419688207521, @@ -440530,17 +299652,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -191.07948398581175, + -191.07948398581448, 585.555477215531, - 1067.8651280282265, + 1067.8651280281993, 708.6034066253906, - -45.91220170972156, + -45.91220170972065, -735.419670515284, -974.1093168562506, -821.8054198587279 ], "relative wind speed": [ - 3.188078633060189, + 3.1880786330601882, 3.447956911945999, 3.56415561658797, 3.4829502868453965, @@ -440551,10 +299673,10 @@ ], "relative wind angle": [ 0.11655779482722824, - 0.08163195092243113, - 0.007534226421965424, + 0.08163195092243114, + 0.007534226421980161, 0.0698755926090357, - 0.11463096716521161, + 0.11463096716521062, 0.09501442227748136, 0.009513431519748873, 0.08331042296629519 @@ -440562,7 +299684,7 @@ "resistance": [ 96443.42051601419, 97220.05547721553, - 97702.36512802822, + 97702.3651280282, 97343.10340662539, 96588.58779829027, 95899.08032948471, @@ -440610,34 +299732,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -40.09098666128193, + -40.09098666128398, 370.316978176078, - 589.6067117993211, + 589.6067117993198, 342.0628989190059, -73.22600624518532, -421.7606054109024, - -515.1783736802545, + -515.1783736802445, -401.9790702095411 ], "relative wind speed": [ - 2.1315513587528514, + 2.131551358752851, 2.331790399761024, - 2.405077784165329, + 2.4050777841653286, 2.3198301450724292, - 2.113014916326382, + 2.1130149163263825, 1.889734574801773, 1.795534484139279, 1.904397891626681 ], "relative wind angle": [ - 0.14347432247373704, - 0.0897020675029349, + 0.1434743224737386, + 0.08970206750293488, 0.0038939780115074298, - 0.095899866125479, - 0.14474177659694717, - 0.11076357574273707, - 0.005215905841657514, - 0.11690694867165342 + 0.09589986612547902, + 0.14474177659694798, + 0.11076357574273706, + 0.005215905841636229, + 0.11690694867165344 ], "resistance": [ 96594.40901333877, @@ -440646,7 +299768,7 @@ 96976.56289891904, 96561.27399375486, 96212.73939458914, - 96119.32162631978, + 96119.3216263198, 96232.52092979051 ], "fuel": [ @@ -440690,32 +299812,32 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 66.74928064210417, + 66.74928064210053, 613.7877376467122, - 780.0544623482883, - 357.79181991164523, + 780.054462348292, + 357.79181991164705, -234.83041494797226, -665.0769330689359, -735.7958688437047, -485.4736524626478 ], "relative wind speed": [ - 2.7629327583678784, + 2.762932758367878, 2.9623984250074704, - 3.006640344497063, - 2.875994980498202, + 3.006640344497062, + 2.8759949804982017, 2.6306628577347073, 2.4038261313665195, 2.3482543169703436, 2.5065588703392576 ], "relative wind angle": [ - 0.11946769068713081, + 0.11946769068713269, 0.06273716129843315, - 0.02216405206227015, - 0.09749988089221341, - 0.12550550040961292, - 0.07734164547171535, + 0.02216405206226514, + 0.09749988089221112, + 0.12550550040961295, + 0.07734164547171536, 0.02837972964289915, 0.11192655880788768 ], @@ -440723,7 +299845,7 @@ 96701.24928064209, 97248.2877376467, 97414.55446234827, - 96992.29181991162, + 96992.29181991164, 96399.66958505202, 95969.42306693105, 95898.70413115628, @@ -440733,7 +299855,7 @@ 40.883115387684, 41.16560325875036, 41.2516832040484, - 41.03326965196623, + 41.033269651966236, 40.72785732634203, 40.506945337384956, 40.470700299327135, @@ -440757,68 +299879,7 @@ "id": "7502", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.13138161826957, - 8.13138161826957, - 8.13138161826957, - 8.13138161826957, - 8.13138161826957, - 8.13138161826957, - 8.13138161826957, - 8.13138161826957 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 137.64380459874883, - 485.7653193796932, - 498.5425397472245, - 160.01638004945926, - -246.769375528439, - -494.7164731317439, - -500.1520142305801, - -266.0376031482649 - ], - "relative wind speed": [ - 2.3732782941328763, - 2.514656808946909, - 2.518689707591494, - 2.383580484354344, - 2.1735832227143272, - 2.008336381357566, - 2.003276327504553, - 2.162280731559287 - ], - "relative wind angle": [ - 0.108910824126016, - 0.04429331790984358, - 0.0399114522110382, - 0.10654211668093048, - 0.11896230528789536, - 0.055470388184570674, - 0.05018782399203569, - 0.11749430493776625 - ], - "resistance": [ - 96772.14380459875, - 97120.26531937969, - 97133.04253974723, - 96794.51638004946, - 96387.73062447156, - 96139.78352686825, - 96134.34798576942, - 96368.46239685174 - ], - "fuel": [ - 40.14611272190195, - 40.32584389676956, - 40.33244920958252, - 40.15764986870143, - 39.948168489376826, - 39.820785867311606, - 39.81799592488842, - 39.93826125502002 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 27.5, -32.34375 27.65625, -32.1875 27.65625, -32.1875 27.5, -32.34375 27.5))", @@ -440837,68 +299898,7 @@ "id": "7503", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.799306142433982, - 8.799306142433982, - 8.799306142433982, - 8.799306142433982, - 8.799306142433982, - 8.799306142433982, - 8.799306142433982, - 8.799306142433982 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 238.18688281202049, - 679.7780354306719, - 639.2606418998366, - 167.62960867229094, - -364.7120351691269, - -663.1370772810997, - -645.8398285897356, - -304.02928964711646 - ], - "relative wind speed": [ - 2.6083923204211925, - 2.7672875794087832, - 2.7556784635586484, - 2.578549779131593, - 2.3187978225070975, - 2.12665307272855, - 2.1416745888147797, - 2.351938535641678 - ], - "relative wind angle": [ - 0.11818567634888465, - 0.04130801681107879, - 0.05298562379713433, - 0.12468468156453938, - 0.13302861075564773, - 0.05376228355825089, - 0.06819720433364954, - 0.13677024666961118 - ], - "resistance": [ - 96872.68688281206, - 97314.27803543072, - 97273.76064189988, - 96802.12960867233, - 96269.78796483092, - 95971.36292271894, - 95988.6601714103, - 96330.47071035292 - ], - "fuel": [ - 40.52301595895134, - 40.75124644804562, - 40.73027534000103, - 40.48661660571837, - 40.212587318381225, - 40.059430689475235, - 40.06829887412182, - 40.243771243088446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 27.65625, -32.1875 27.8125, -32.03125 27.8125, -32.03125 27.65625, -32.1875 27.65625))", @@ -440930,39 +299930,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 95.19150392067604, + 95.19150392066967, 1074.8463002364751, - 1377.9294136569324, + 1377.9294136569288, 630.4443124619038, - -431.1219537737006, - -1205.4200692126296, + -431.12195377370153, + -1205.4200692126306, -1333.5602816109067, -892.97601534758 ], "relative wind speed": [ - 4.1282172081081985, + 4.128217208108198, 4.368989244196571, - 4.424079181349128, + 4.424079181349127, 4.267510458318552, - 3.9752647886577055, + 3.975264788657705, 3.70902149378473, 3.643134756554535, 3.8253446832153863 ], "relative wind angle": [ - 0.09474517236079925, + 0.09474517236080042, 0.05079473119068202, 0.01736812543236374, 0.07751996806538697, - 0.09840218153408674, - 0.059842918630965865, + 0.09840218153408672, + 0.05984291863096587, 0.021091670031236562, 0.08650162908239009 ], "resistance": [ - 96729.69150392067, + 96729.69150392065, 97709.34630023646, - 98012.42941365692, + 98012.42941365691, 97264.94431246188, 96203.37804622628, 95429.07993078735, @@ -440970,7 +299970,7 @@ 95741.5239846524 ], "fuel": [ - 44.43554738270392, + 44.435547382703916, 44.942328325278815, 45.09983825381829, 44.71199411663304, @@ -441010,10 +300010,10 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 47.02719613382396, + 47.02719613381123, 1219.1004586189283, - 1637.1013794480878, - 788.1415939945982, + 1637.101379448055, + 788.1415939946055, -464.43313862098694, -1407.608675200766, -1583.821969717188, @@ -441023,26 +300023,26 @@ 4.7351693896678535, 4.988915418639888, 5.055609415127872, - 4.902971931281573, + 4.902971931281572, 4.606467732495377, 4.330369160363319, 4.2523155528534025, 4.427441739925391 ], "relative wind angle": [ - 0.08493238777546389, + 0.08493238777546781, 0.047796654467427376, - 0.012776288424370317, - 0.06729713722391537, + 0.012776288424379004, + 0.06729713722391206, 0.0873113078716061, 0.055072260392653644, - 0.015189994708628604, + 0.015189994708628606, 0.07453796022669505 ], "resistance": [ - 96681.5271961338, + 96681.52719613379, 97853.6004586189, - 98271.60137944805, + 98271.60137944802, 97422.64159399457, 96170.06686137899, 95226.8913247992, @@ -441052,7 +300052,7 @@ "fuel": [ 46.553428599763926, 47.159958238651754, - 47.3775037995248, + 47.37750379952479, 46.9363495132234, 46.29035787468898, 45.80778610103083, @@ -441077,68 +300077,7 @@ "id": "7506", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.777541593120013, - 10.777541593120013, - 10.777541593120013, - 10.777541593120013, - 10.777541593120013, - 10.777541593120013, - 10.777541593120013, - 10.777541593120013 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 91.52359371925604, - 785.1126503714049, - 990.1626391142627, - 450.20344802413365, - -302.87293382124426, - -846.6401250957383, - -933.8962951794274, - -611.7122067641039 - ], - "relative wind speed": [ - 3.0943548250325543, - 3.3197625223557834, - 3.3684331930304166, - 3.2188358296085426, - 2.9396879480997233, - 2.6825312319835106, - 2.6211552490258794, - 2.8028365841470837 - ], - "relative wind angle": [ - 0.12108581306832836, - 0.06305404062963017, - 0.02313870083181941, - 0.09939241831904529, - 0.12749040371047574, - 0.07805998757370625, - 0.029737155235544994, - 0.11420457129611303 - ], - "resistance": [ - 96726.02359371929, - 97419.61265037143, - 97624.66263911429, - 97084.70344802416, - 96331.62706617879, - 95787.85987490429, - 95700.6037048206, - 96022.78779323593 - ], - "fuel": [ - 41.58249664798021, - 41.940915555824425, - 42.047219967950326, - 41.767624464246495, - 41.37948674329916, - 41.10053958366955, - 41.05588047815608, - 41.22092027843705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 27.5, -32.03125 27.65625, -31.875 27.65625, -31.875 27.5, -32.03125 27.5))", @@ -441157,68 +300096,7 @@ "id": "7507", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.098404903455961, - 11.098404903455961, - 11.098404903455961, - 11.098404903455961, - 11.098404903455961, - 11.098404903455961, - 11.098404903455961, - 11.098404903455961 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 109.91519717227948, - 802.8526355719496, - 986.6725374331627, - 432.0836086518684, - -327.3093044026964, - -865.0735848663903, - -943.202574328519, - -604.8391072432705 - ], - "relative wind speed": [ - 3.187561979267716, - 3.40540393930726, - 3.4480426941632505, - 3.2963675049419856, - 3.0211145004652815, - 2.7732486738021342, - 2.7200525318129674, - 2.9020071448839078 - ], - "relative wind angle": [ - 0.11448501816910515, - 0.05824110294996186, - 0.02430681074957535, - 0.09623522520353651, - 0.1208225930726765, - 0.07153759730925743, - 0.03081408574376686, - 0.10936206471493978 - ], - "resistance": [ - 96744.41519717223, - 97437.35263557191, - 97621.17253743311, - 97066.58360865182, - 96307.19069559727, - 95769.42641513357, - 95691.29742567144, - 96029.66089275668 - ], - "fuel": [ - 41.80038970382321, - 42.15851846338259, - 42.253821399173376, - 41.966672789418496, - 41.57533963654782, - 41.2995148027038, - 41.259531166702615, - 41.432857372207366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 27.96875, -31.5625 28.125, -31.40625 28.125, -31.40625 27.96875, -31.5625 27.96875))", @@ -441250,39 +300128,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 82.17317723751421, + 82.17317723750875, 792.6097049157734, - 993.7097764084447, - 438.71157592053714, + 993.7097764084283, + 438.7115759205353, -337.96264788887675, -894.8503554450454, -979.6379837478635, -645.8380574824478 ], "relative wind speed": [ - 3.758640700262813, + 3.758640700262812, 3.9501396491441567, - 3.990725783950657, - 3.8607582769253233, - 3.624920474667523, + 3.9907257839506567, + 3.8607582769253237, + 3.6249204746675234, 3.415234269211297, 3.367719714977385, 3.5159598815243256 ], "relative wind angle": [ - 0.0829856139512468, - 0.04377350919413018, - 0.016814665832689837, - 0.06940720999037342, + 0.08298561395124814, + 0.043773509194130186, + 0.01681466583269644, + 0.06940720999037502, 0.08605432561482, 0.050634929377521405, 0.019925648360676684, - 0.07622636245788697 + 0.07622636245788698 ], "resistance": [ - 96716.67317723752, + 96716.6731772375, 97427.10970491577, - 97628.20977640845, + 97628.20977640843, 97073.21157592053, 96296.53735211112, 95739.64964455496, @@ -441290,7 +300168,7 @@ 95988.66194251756 ], "fuel": [ - 43.3532212295629, + 43.353221229562884, 43.72034378258656, 43.82460456463869, 43.537229936418434, @@ -441317,68 +300195,7 @@ "id": "7509", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.703258384395244, - 12.703258384395244, - 12.703258384395244, - 12.703258384395244, - 12.703258384395244, - 12.703258384395244, - 12.703258384395244, - 12.703258384395244 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 361.22611472742483, - 860.144367299612, - 709.610131526545, - 94.00549796247924, - -550.7448459596108, - -859.3534376200923, - -795.9409472888301, - -319.94527852994634 - ], - "relative wind speed": [ - 3.6885570118005706, - 3.812381345727633, - 3.7805809387230753, - 3.608672683158149, - 3.386375574361279, - 3.246342685959354, - 3.2833215081221616, - 3.471379239691624 - ], - "relative wind angle": [ - 0.0675193546703389, - 0.01806510777831582, - 0.04007512006634596, - 0.07852324337130347, - 0.0735548494628841, - 0.021215412860658152, - 0.04614852984317482, - 0.08163563143313043 - ], - "resistance": [ - 96995.72611472743, - 97494.64436729961, - 97344.11013152654, - 96728.50549796248, - 96083.7551540404, - 95775.1465623799, - 95838.55905271116, - 96314.55472147005 - ], - "fuel": [ - 43.07427544901685, - 43.33241632000046, - 43.254432162521155, - 42.93639609963185, - 42.60481455448177, - 42.44665103820432, - 42.47912134260373, - 42.72333216534952 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 27.8125, -31.5625 27.96875, -31.40625 27.96875, -31.40625 27.8125, -31.5625 27.8125))", @@ -441410,31 +300227,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 160.41308311669854, + 160.41308311669127, 841.292264548726, - 947.0097705885446, - 348.94779851344447, + 947.0097705885264, + 348.9477985134454, -426.28044956174836, -936.0296204408987, -980.4090087011791, -589.2434029068354 ], "relative wind speed": [ - 4.23230764593721, + 4.232307645937209, 4.392581732160282, 4.411902883073706, - 4.280550966958376, + 4.2805509669583754, 4.066730446250673, 3.8930643789452724, 3.8711545413024617, 4.01591931587183 ], "relative wind angle": [ - 0.06393982820636564, + 0.06393982820636737, 0.030182005945556138, - 0.018805929802211022, - 0.05841052821822505, - 0.06654691661926652, + 0.018805929802216927, + 0.058410528218223144, + 0.06654691661926651, 0.034056058269161776, 0.02143324349976486, 0.06226435558404065 @@ -441442,7 +300259,7 @@ "resistance": [ 96794.9130831167, 97475.79226454873, - 97581.50977058854, + 97581.50977058853, 96983.44779851344, 96208.21955043825, 95698.4703795591, @@ -441452,7 +300269,7 @@ "fuel": [ 44.817828644016814, 45.16983803642918, - 45.22464790394011, + 45.2246479039401, 44.915126966112, 44.515896148486256, 44.25460171166745, @@ -441477,68 +300294,7 @@ "id": "7511", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.78788196204742, - 11.78788196204742, - 11.78788196204742, - 11.78788196204742, - 11.78788196204742, - 11.78788196204742, - 11.78788196204742, - 11.78788196204742 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 377.27876609685154, - 796.779120900318, - 601.456723703498, - 30.865599502611076, - -534.4046197398857, - -774.4649121037787, - -692.1409554183647, - -235.25354900799357 - ], - "relative wind speed": [ - 3.445322490760541, - 3.5532509278416167, - 3.508915907039126, - 3.333819675358454, - 3.119780928606391, - 2.9962790176532725, - 3.0480796028260744, - 3.2386612172361313 - ], - "relative wind angle": [ - 0.06701209049872536, - 0.013439103764279854, - 0.04651982711683864, - 0.08364003075171303, - 0.07401682893129263, - 0.015937465025563247, - 0.053559405860039024, - 0.08610354869501238 - ], - "resistance": [ - 97011.77876609685, - 97431.27912090032, - 97235.9567237035, - 96665.3655995026, - 96100.09538026011, - 95860.03508789622, - 95942.35904458164, - 96399.24645099201 - ], - "fuel": [ - 42.40914427357376, - 42.62615730695781, - 42.52503300341711, - 42.230433839689994, - 41.939776470637554, - 41.81669910344982, - 41.85888190652447, - 42.09344941265064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 27.65625, -31.875 27.8125, -31.71875 27.8125, -31.71875 27.65625, -31.875 27.65625))", @@ -441570,17 +300326,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 398.6373465821498, + 398.6373465821407, 1283.5772107458597, - 1258.2815561801544, + 1258.2815561801372, 354.05308203687946, -702.6775059117763, -1317.7537610836098, - -1307.041213833927, + -1307.0412138339225, -664.2228555651454 ], "relative wind speed": [ - 4.161053047199429, + 4.161053047199428, 4.364633680010651, 4.3600060834427925, 4.149324129346071, @@ -441590,33 +300346,33 @@ 3.8495957958488924 ], "relative wind angle": [ - 0.09041245707697702, + 0.0904124570769795, 0.034499768354217406, - 0.03734584782814827, - 0.09189584581470223, - 0.09807401278915855, + 0.03734584782815422, + 0.09189584581470224, + 0.09807401278915853, 0.04178903392549771, - 0.04511904082952915, - 0.09907347248123416 + 0.045119040829526696, + 0.09907347248123417 ], "resistance": [ - 97033.13734658214, + 97033.13734658212, 97918.07721074585, - 97892.78155618014, + 97892.78155618013, 96988.55308203686, 95931.8224940882, 95316.74623891637, - 95327.45878616605, + 95327.45878616607, 95970.27714443483 ], "fuel": [ - 44.428801229405266, + 44.42880122940526, 44.88742887843446, - 44.87427873165411, + 44.8742787316541, 44.40577215729896, 43.862105273326165, 43.547573920674445, - 43.5530399470771, + 43.55303994707711, 43.88181657325485 ] }, @@ -441650,9 +300406,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 425.3754382114885, + 425.37543821147847, 1183.2171705525006, - 1075.250522281708, + 1075.250522281699, 234.2415526628729, -702.1205813864426, -1204.919787109151, @@ -441660,7 +300416,7 @@ -537.1199405921852 ], "relative wind speed": [ - 4.206588530448707, + 4.206588530448706, 4.3760962726374375, 4.356301683923023, 4.156690997377799, @@ -441670,9 +300426,9 @@ 3.9325679101351647 ], "relative wind angle": [ - 0.07693287612078825, - 0.025704087882921577, - 0.03771237567514033, + 0.07693287612079114, + 0.025704087882921573, + 0.03771237567514328, 0.08303450180607487, 0.08344134997113187, 0.030510669328414425, @@ -441680,9 +300436,9 @@ 0.0877786259734389 ], "resistance": [ - 97059.8754382115, + 97059.87543821149, 97817.71717055251, - 97709.75052228173, + 97709.75052228171, 96868.74155266289, 95932.37941861358, 95429.58021289087, @@ -441690,7 +300446,7 @@ 96097.38005940783 ], "fuel": [ - 44.59649219852841, + 44.5964921985284, 44.989146348656035, 44.93307595573512, 44.49779907354946, @@ -441730,31 +300486,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 275.1473644964435, + 275.1473644964408, 1016.6099489579274, 1061.9643223698913, 354.5208778330789, - -505.84515260032504, + -505.8451526003237, -1038.9123831032393, -1058.212951348623, -574.1965853588817 ], "relative wind speed": [ - 3.423101570556701, + 3.4231015705567005, 3.63268427389534, 3.6425845762579794, 3.4484074288093924, - 3.142012669808521, + 3.1420126698085205, 2.897149106583661, 2.8846915925957304, 3.1142180695187696 ], "relative wind angle": [ - 0.11103630961615049, - 0.04630735412983775, + 0.1110363096161515, + 0.046307354129837754, 0.0388541823423489, 0.10699613463277739, - 0.12101651914507458, + 0.12101651914507273, 0.05807586769555791, 0.049069660220246974, 0.11852939574469223 @@ -441797,68 +300553,7 @@ "id": "7515", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.873402234637018, - 12.873402234637018, - 12.873402234637018, - 12.873402234637018, - 12.873402234637018, - 12.873402234637018, - 12.873402234637018, - 12.873402234637018 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 296.8546113875, - 1056.5795444014548, - 1080.4022383712281, - 338.78490687965495, - -552.7298493188182, - -1093.3783491791419, - -1103.476881579476, - -588.8848236330241 - ], - "relative wind speed": [ - 3.7329001045555064, - 3.929585907181244, - 3.9344163138799915, - 3.745163588051311, - 3.454398969883462, - 3.228896101116446, - 3.2230084863055213, - 3.441099407523278 - ], - "relative wind angle": [ - 0.0955076899519862, - 0.038884798628841165, - 0.035575647185954344, - 0.09376945497949207, - 0.10323416164676323, - 0.04732877579741102, - 0.04343267820093796, - 0.10208287530638098 - ], - "resistance": [ - 96931.35461138753, - 97691.07954440148, - 97714.90223837126, - 96973.28490687968, - 96081.77015068122, - 95541.12165082089, - 95531.02311842055, - 96045.615176367 - ], - "fuel": [ - 43.17229183882431, - 43.56556105289704, - 43.57792752418667, - 43.19394092714977, - 42.73505091405338, - 42.45820313183525, - 42.45304236322517, - 42.71650324060422 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 27.65625, -31.5625 27.8125, -31.40625 27.8125, -31.40625 27.65625, -31.5625 27.65625))", @@ -441877,68 +300572,7 @@ "id": "7516", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.131892928140918, - 15.131892928140918, - 15.131892928140918, - 15.131892928140918, - 15.131892928140918, - 15.131892928140918, - 15.131892928140918, - 15.131892928140918 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 260.4724379147947, - 990.709483250861, - 1022.187023504026, - 316.49325328556733, - -542.3378462380733, - -1065.527990017893, - -1078.7634755440504, - -590.7443278879327 - ], - "relative wind speed": [ - 4.324998608229751, - 4.489787616908986, - 4.495416875826701, - 4.3390925302212855, - 4.101712551641894, - 3.9206461167180926, - 3.9141903287932287, - 4.08680007238717 - ], - "relative wind angle": [ - 0.06726848816227614, - 0.028164413332021524, - 0.02489679880877879, - 0.06565997920589249, - 0.07093639626099926, - 0.0322542353053612, - 0.02859472079093492, - 0.0697197874783025 - ], - "resistance": [ - 96894.97243791481, - 97625.20948325087, - 97656.68702350404, - 96950.99325328559, - 96092.16215376194, - 95568.97200998213, - 95555.73652445596, - 96043.75567211208 - ], - "fuel": [ - 45.07646353930839, - 45.45432951911506, - 45.47066238971148, - 45.10538160780297, - 44.663333890293885, - 44.395388715412814, - 44.38862353935904, - 44.63850036697539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.40625 27.65625, -31.40625 27.8125, -31.25 27.8125, -31.25 27.65625, -31.40625 27.65625))", @@ -441957,68 +300591,7 @@ "id": "7517", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.237400141435804, - 12.237400141435804, - 12.237400141435804, - 12.237400141435804, - 12.237400141435804, - 12.237400141435804, - 12.237400141435804, - 12.237400141435804 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 437.53395388383797, - 916.7592948546007, - 688.9713089436427, - 34.263032677119554, - -612.0318923966179, - -885.0180200178274, - -788.8871852364837, - -263.89473058664316 - ], - "relative wind speed": [ - 3.589368832899087, - 3.707318780906755, - 3.657802878514883, - 3.4645530039088404, - 3.2282042316201007, - 3.092031474026958, - 3.150452234452304, - 3.361806606981357 - ], - "relative wind angle": [ - 0.0708340685723061, - 0.013914347585098871, - 0.04952736784117568, - 0.08892496157494933, - 0.07877443394649716, - 0.016683417040990547, - 0.057511476345192776, - 0.09165028301439684 - ], - "resistance": [ - 97072.03395388389, - 97551.25929485465, - 97323.47130894368, - 96668.76303267716, - 96022.46810760343, - 95749.48197998221, - 95845.61281476356, - 96370.6052694134 - ], - "fuel": [ - 42.76407761967519, - 43.01214787108927, - 42.89412721454596, - 42.55598718796256, - 42.2237568287737, - 42.08389417399337, - 42.13311454643923, - 42.40252493614995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 27.5, -31.5625 27.65625, -31.40625 27.65625, -31.40625 27.5, -31.5625 27.5))", @@ -442037,68 +300610,7 @@ "id": "7518", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.46838959244413, - 16.46838959244413, - 16.46838959244413, - 16.46838959244413, - 16.46838959244413, - 16.46838959244413, - 16.46838959244413, - 16.46838959244413 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 454.96756390601877, - 1258.8791456795516, - 1133.2458032840568, - 231.39462826391718, - -769.1483287266637, - -1299.585239274612, - -1246.7577838460365, - -575.9658091083584 - ], - "relative wind speed": [ - 4.74096029937122, - 4.900716016992163, - 4.880077199257361, - 4.689281579640717, - 4.428223831778644, - 4.250747391382231, - 4.274425972435926, - 4.482913018494631 - ], - "relative wind angle": [ - 0.06395554419071402, - 0.021109626245111673, - 0.0321179803032415, - 0.06937709394732783, - 0.06847914479682968, - 0.024338029023096494, - 0.03667074981045011, - 0.07257632722527806 - ], - "resistance": [ - 97089.46756390602, - 97893.37914567956, - 97767.74580328405, - 96865.89462826392, - 95865.35167127334, - 95334.91476072538, - 95387.74221615396, - 96058.53419089165 - ], - "fuel": [ - 46.47311128389789, - 46.88979264505143, - 46.82451615429282, - 46.357656936377595, - 45.84324954229315, - 45.57204785396455, - 45.599010523214204, - 45.942279949977376 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.40625 27.5, -31.40625 27.65625, -31.25 27.65625, -31.25 27.5, -31.40625 27.5))", @@ -442117,68 +300629,7 @@ "id": "7519", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.097967495207872, - 13.097967495207872, - 13.097967495207872, - 13.097967495207872, - 13.097967495207872, - 13.097967495207872, - 13.097967495207872, - 13.097967495207872 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 673.5725542461078, - 1077.2912367344634, - 616.5855063273484, - -166.74839225696087, - -824.9039392022396, - -995.0324168626721, - -784.8199820334603, - -99.17384139709156 - ], - "relative wind speed": [ - 3.8859016362604453, - 3.968275326559703, - 3.8714112748515754, - 3.6423779097676885, - 3.40478613375835, - 3.3084121683886685, - 3.4212534083690485, - 3.664134728112641 - ], - "relative wind angle": [ - 0.058082025165435064, - 0.002752596357836347, - 0.06229708718944596, - 0.09070611213395967, - 0.06630064119759711, - 0.00330160382258812, - 0.07050675845778817, - 0.09016605063491412 - ], - "resistance": [ - 97308.07255424614, - 97711.79123673451, - 97251.08550632739, - 96467.75160774308, - 95809.5960607978, - 95639.46758313738, - 95849.68001796659, - 96535.32615860295 - ], - "fuel": [ - 43.54318728054993, - 43.75246950309045, - 43.51369482392706, - 43.10952141580347, - 42.77170086500856, - 42.68463885621807, - 42.79222921505948, - 43.144297576766505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 28.59375, -31.25 28.75, -31.09375 28.75, -31.09375 28.59375, -31.25 28.59375))", @@ -442210,9 +300661,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 196.5632894516575, + 196.56328945165342, 691.5187893169909, - 706.8534155142752, + 706.8534155142788, 223.4712147758055, -356.464925828328, -708.3925522212635, @@ -442220,7 +300671,7 @@ -379.65082906706175 ], "relative wind speed": [ - 2.9031781313572296, + 2.903178131357229, 3.067578390901995, 3.0715527149439548, 2.9133052378471556, @@ -442230,19 +300681,19 @@ 2.657942573042883 ], "relative wind angle": [ - 0.10329946109225487, + 0.103299461092257, 0.04187089769009127, - 0.03835220711802451, + 0.03835220711802161, 0.10141940475622277, - 0.11239973840698235, + 0.11239973840698236, 0.05183483561013456, - 0.04763395428542734, + 0.047633954285427334, 0.11120187754430667 ], "resistance": [ 96831.06328945169, 97326.01878931702, - 97341.3534155143, + 97341.35341551431, 96857.97121477584, 96278.0350741717, 95926.10744777876, @@ -442252,7 +300703,7 @@ "fuel": [ 41.14317046745143, 41.39895408825461, - 41.40689329121544, + 41.40689329121545, 41.15705254145194, 40.858454261612835, 40.6778634604066, @@ -442290,34 +300741,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 331.2780102627594, + 331.27801026275574, 851.8743502054895, 740.2415621503087, 133.5838954376468, -522.4910357652934, -857.3316558499346, -810.2211773109175, - -351.8156467501558 + -351.81564675015306 ], "relative wind speed": [ - 3.5613438038434304, + 3.56134380384343, 3.697118230322823, 3.6728621109982487, 3.5002268036996846, 3.2678883042631015, 3.11345153315869, 3.1420292124528455, - 3.3332680631740152 + 3.333268063174015 ], "relative wind angle": [ - 0.07466645064482019, + 0.07466645064482168, 0.022664435462846348, - 0.04008157918988708, + 0.040081579189887084, 0.08349797937222371, - 0.08138570546148773, + 0.08138570546148771, 0.02691419452204788, 0.04685779813359886, - 0.0876907711468873 + 0.08769077114688476 ], "resistance": [ 96965.77801026279, @@ -442370,9 +300821,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 262.8254922623246, + 262.82549226231913, 820.4370619279152, - 792.2869075901554, + 792.2869075901481, 213.1587988136689, -457.15727146831387, -841.3698914182382, @@ -442380,9 +300831,9 @@ -414.3097876579877 ], "relative wind speed": [ - 3.366430871087234, + 3.3664308710872337, 3.5244909639397197, - 3.5181065760886105, + 3.51810657608861, 3.3502697372026264, 3.1046758076297865, 2.9240095973505422, @@ -442390,17 +300841,17 @@ 3.1221084811830386 ], "relative wind angle": [ - 0.08728175658060035, + 0.0872817565806029, 0.032514266421433125, - 0.03736403464157706, + 0.03736403464158003, 0.08979462391549362, 0.09466167062308961, 0.03919460073255049, 0.04484246786025829, - 0.09637643683918665 + 0.09637643683918666 ], "resistance": [ - 96897.32549226235, + 96897.32549226233, 97454.93706192794, 97426.78690759017, 96847.65879881369, @@ -442410,7 +300861,7 @@ 96220.19021234203 ], "fuel": [ - 42.218585074755296, + 42.21858507475529, 42.50695065471695, 42.49236523610709, 42.19295634930916, @@ -442450,39 +300901,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 302.25633658962397, + 302.2563365896176, 836.995255221048, - 762.2024664447035, - 170.3166328293364, - -488.3551435582958, + 762.2024664446999, + 170.3166328293355, + -488.35514355829446, -843.3888016558503, - -811.7353726001465, + -811.7353726001438, -374.53428847565874 ], "relative wind speed": [ 3.3581441210576535, 3.5076572210583055, - 3.4905888288876388, - 3.314929411812628, + 3.490588828887638, + 3.3149294118126282, 3.0688074961643164, 2.896731296800914, 2.9172763005847093, 3.115438072086807 ], "relative wind angle": [ - 0.08555441171748503, + 0.08555441171748893, 0.028569904292170732, 0.041623842460177495, - 0.09232431538721392, - 0.09364337769701184, - 0.0345975449028997, - 0.04981010827137256, + 0.09232431538721511, + 0.09364337769701066, + 0.03459754490289971, + 0.049810108271370335, 0.09825465023575032 ], "resistance": [ 96936.75633658965, 97471.49525522107, - 97396.70246644474, + 97396.70246644472, 96804.81663282936, 96146.14485644174, 95791.11119834418, @@ -442492,7 +300943,7 @@ "fuel": [ 42.185278006841294, 42.46187083153665, - 42.42312038153195, + 42.423120381531945, 42.117196066663766, 41.77828504718751, 41.59627668486271, @@ -442530,54 +300981,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 378.7321583226794, + 378.73215832266305, 911.1708072547472, - 755.3406510053755, - 101.64523373678912, + 755.3406510053801, + 101.6452337367873, -585.6673571777428, -916.3640530616767, -850.8029837151134, - -346.2769582502142 + -346.2769582502151 ], "relative wind speed": [ - 3.9144420751046023, + 3.914442075104602, 4.039332426191431, - 4.00823686593963, - 3.836497762716026, + 4.0082368659396295, + 3.8364977627160264, 3.614368935767299, 3.474235615773244, 3.5100650691563122, - 3.696999388675062 + 3.6969993886750623 ], "relative wind angle": [ - 0.0637268599215361, + 0.06372685992154307, 0.017317188415769843, - 0.037523345837600926, - 0.07372709926359257, - 0.06902570336844943, + 0.03752334583759797, + 0.0737270992635941, + 0.06902570336844945, 0.020134244898410487, 0.0428519678896255, - 0.07651437592707366 + 0.07651437592707513 ], "resistance": [ - 97013.23215832269, + 97013.23215832267, 97545.67080725476, 97389.84065100539, - 96736.14523373681, + 96736.1452337368, 96048.83264282226, 95718.13594693833, 95783.6970162849, - 96288.2230417498 + 96288.22304174979 ], "fuel": [ 43.73245895871716, 44.00801121016353, 43.927255452389886, - 43.58947587075575, + 43.58947587075574, 43.236040345062804, 43.06661312352398, 43.10016995973882, - 43.358942141481286 + 43.35894214148128 ] }, { @@ -442597,68 +301048,7 @@ "id": "7525", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.020857711857236, - 15.020857711857236, - 15.020857711857236, - 15.020857711857236, - 15.020857711857236, - 15.020857711857236, - 15.020857711857236, - 15.020857711857236 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 567.4283794709881, - 1104.781059028658, - 770.9006411632681, - -27.5809789091345, - -783.9712538816775, - -1067.4480929821184, - -927.2441116430628, - -269.7216746240647 - ], - "relative wind speed": [ - 4.368296652520773, - 4.474428322534658, - 4.414014890565694, - 4.2173010283716446, - 3.990165013710327, - 3.8707781733860447, - 3.9395310668817483, - 4.149434240611313 - ], - "relative wind angle": [ - 0.05439284230214526, - 0.007603742147614723, - 0.0429157124739449, - 0.07163193701413775, - 0.05955326707875001, - 0.008789578717928785, - 0.048088327027891, - 0.07280558319025973 - ], - "resistance": [ - 97201.92837947099, - 97739.28105902865, - 97405.40064116327, - 96606.91902109087, - 95850.52874611832, - 95567.05190701789, - 95707.25588835694, - 96364.77832537594 - ], - "fuel": [ - 45.13266511495004, - 45.411142731706306, - 45.23798617083273, - 44.825561062392715, - 44.43706476985898, - 44.292014167634605, - 44.36371694792354, - 44.700961366331285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.9375 28.4375, -30.9375 28.59375, -30.78125 28.59375, -30.78125 28.4375, -30.9375 28.4375))", @@ -442677,68 +301067,7 @@ "id": "7526", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.042954733200915, - 13.042954733200915, - 13.042954733200915, - 13.042954733200915, - 13.042954733200915, - 13.042954733200915, - 13.042954733200915, - 13.042954733200915 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 335.6977803055006, - 899.2561944918316, - 798.4813552930063, - 156.93150562488336, - -547.3071276125156, - -915.4835339118063, - -873.0073511500177, - -392.92515674261995 - ], - "relative wind speed": [ - 3.775563714166304, - 3.9152876522513345, - 3.8946000380732393, - 3.723549629015496, - 3.4904936044043664, - 3.3330090852329324, - 3.3571591421255205, - 3.545927963506252 - ], - "relative wind angle": [ - 0.07128963323892167, - 0.022758263986217504, - 0.036707207556543296, - 0.07829239355503274, - 0.07712301964015615, - 0.02673502257256325, - 0.04258690043464604, - 0.08222284393551307 - ], - "resistance": [ - 96970.19778030549, - 97533.75619449181, - 97432.98135529298, - 96791.43150562487, - 96087.19287238747, - 95719.01646608819, - 95761.49264884996, - 96241.57484325736 - ], - "fuel": [ - 43.32504259583472, - 43.616642602390556, - 43.56441227008948, - 43.23279110062168, - 42.87052902585109, - 42.68187278754557, - 42.7036121496393, - 42.9497855530775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.78125 28.4375, -30.78125 28.59375, -30.625 28.59375, -30.625 28.4375, -30.78125 28.4375))", @@ -442757,68 +301086,7 @@ "id": "7527", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.185682957427773, - 16.185682957427773, - 16.185682957427773, - 16.185682957427773, - 16.185682957427773, - 16.185682957427773, - 16.185682957427773, - 16.185682957427773 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 428.2989607368854, - 1084.833994992965, - 924.6581221854067, - 142.3425608218913, - -696.5940160059008, - -1113.430981567907, - -1046.2472319568706, - -449.3831325716037 - ], - "relative wind speed": [ - 4.649321280889197, - 4.780558672187103, - 4.753505348399991, - 4.581865865037931, - 4.3572241927946935, - 4.212819699557674, - 4.243321569470925, - 4.428103006255019 - ], - "relative wind angle": [ - 0.05492321537473973, - 0.016114840541730884, - 0.030778765149324296, - 0.06200384801682091, - 0.05860921482051563, - 0.018286778352157782, - 0.03448075144567218, - 0.06415979869008767 - ], - "resistance": [ - 97062.79896073691, - 97719.333994993, - 97559.15812218544, - 96776.84256082193, - 95937.90598399413, - 95521.06901843213, - 95588.25276804315, - 96185.11686742843 - ], - "fuel": [ - 46.1753341321076, - 46.51538249264522, - 46.432272445074986, - 46.027726172197845, - 45.596430933363465, - 45.38310996694118, - 45.417448294568686, - 45.72324928357932 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 28.28125, -31.25 28.4375, -31.09375 28.4375, -31.09375 28.28125, -31.25 28.28125))", @@ -442837,68 +301105,7 @@ "id": "7528", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.202772204814583, - 13.202772204814583, - 13.202772204814583, - 13.202772204814583, - 13.202772204814583, - 13.202772204814583, - 13.202772204814583, - 13.202772204814583 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 271.4724607820117, - 910.2247074181723, - 901.2437061744913, - 255.55880977819197, - -506.3834985261292, - -953.3649897181522, - -949.5762023278448, - -492.6433444400918 - ], - "relative wind speed": [ - 3.8033229921972986, - 3.9651094998320637, - 3.963294795906753, - 3.798753846600449, - 3.5550978180572983, - 3.3737061124635463, - 3.3758377685651335, - 3.5599797038565635 - ], - "relative wind angle": [ - 0.07735133713697882, - 0.030211917415206194, - 0.03142118531701536, - 0.07796249032409817, - 0.08276414606059766, - 0.03551006210195928, - 0.03689133941037541, - 0.0832032896298014 - ], - "resistance": [ - 96905.97246078202, - 97544.72470741818, - 97535.7437061745, - 96890.0588097782, - 96128.11650147388, - 95681.13501028187, - 95684.92379767216, - 96141.85665555992 - ], - "fuel": [ - 43.41869657538027, - 43.74914056552937, - 43.74448392511577, - 43.41048339206593, - 43.01834057672678, - 42.789301516269354, - 42.791239815497335, - 43.025392986095156 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 28.28125, -31.09375 28.4375, -30.9375 28.4375, -30.9375 28.28125, -31.09375 28.28125))", @@ -442917,68 +301124,7 @@ "id": "7529", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.666804115263139, - 11.666804115263139, - 11.666804115263139, - 11.666804115263139, - 11.666804115263139, - 11.666804115263139, - 11.666804115263139, - 11.666804115263139 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 423.79478342551374, - 948.9720527351546, - 756.2779549946627, - 84.29899057225248, - -601.7586288272728, - -917.0126133457602, - -835.4049251664705, - -308.96038610771757 - ], - "relative wind speed": [ - 3.438838763900221, - 3.5761237688742016, - 3.5328734331927905, - 3.3291623890665054, - 3.068207702446051, - 2.9070344578530625, - 2.959445193696389, - 3.1868775214427476 - ], - "relative wind angle": [ - 0.08361101079478804, - 0.02000088074458051, - 0.05268522403743624, - 0.10068389212041355, - 0.09373906429134019, - 0.0246051687730326, - 0.0629060104353043, - 0.10519543189877957 - ], - "resistance": [ - 97058.29478342555, - 97583.47205273519, - 97390.77795499469, - 96718.79899057228, - 96032.74137117276, - 95717.48738665426, - 95799.09507483356, - 96325.53961389231 - ], - "fuel": [ - 42.34823462037579, - 42.62010986655898, - 42.52023624478085, - 42.1730296453205, - 41.82028214191464, - 41.65877656782699, - 41.7005489591998, - 41.97061481259739 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 28.125, -31.25 28.28125, -31.09375 28.28125, -31.09375 28.125, -31.25 28.125))", @@ -442997,68 +301143,7 @@ "id": "7530", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.630481298937196, - 12.630481298937196, - 12.630481298937196, - 12.630481298937196, - 12.630481298937196, - 12.630481298937196, - 12.630481298937196, - 12.630481298937196 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 462.6255353786182, - 928.4501652677627, - 670.3786076516135, - 4.870643766202193, - -637.0269989621265, - -891.9542820424476, - -783.2010604464576, - -241.716027548463 - ], - "relative wind speed": [ - 3.700037208963967, - 3.8097021212393476, - 3.7550115427312845, - 3.562508999763313, - 3.3336270473848026, - 3.2077272929907545, - 3.2715795806808976, - 3.480211813292228 - ], - "relative wind angle": [ - 0.06546459127424678, - 0.010840896781275621, - 0.04892528940053965, - 0.08459423778274185, - 0.07267208649750723, - 0.012875446020074063, - 0.05616195877288209, - 0.0865996100669367 - ], - "resistance": [ - 97097.12553537861, - 97562.95016526774, - 97304.8786076516, - 96639.37064376619, - 95997.47300103786, - 95742.54571795753, - 95851.29893955353, - 96392.78397245152 - ], - "fuel": [ - 43.0711042200837, - 43.3122694928084, - 43.17856173962654, - 42.83490336629658, - 42.50499839990888, - 42.37440322085868, - 42.43008618426479, - 42.70798814302541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 28.125, -31.09375 28.28125, -30.9375 28.28125, -30.9375 28.125, -31.09375 28.125))", @@ -443077,68 +301162,7 @@ "id": "7531", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.5481297538075, - 11.5481297538075, - 11.5481297538075, - 11.5481297538075, - 11.5481297538075, - 11.5481297538075, - 11.5481297538075, - 11.5481297538075 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 499.1118778867185, - 1008.7850109677429, - 740.4248096540096, - 27.03017895251196, - -665.0015697872318, - -948.2378018130657, - -834.4902627215374, - -257.9861228267746 - ], - "relative wind speed": [ - 3.433266147470132, - 3.562410475739619, - 3.5018621264437293, - 3.279433604084443, - 3.008202238245727, - 2.8540898282800446, - 2.9280640008254593, - 3.17520273084298 - ], - "relative wind angle": [ - 0.08384885910812122, - 0.0147187315240291, - 0.060973301054514546, - 0.10822007467445664, - 0.09573089740788358, - 0.01837195848679386, - 0.07294142255407189, - 0.1117871961927992 - ], - "resistance": [ - 97133.61187788671, - 97643.28501096772, - 97374.924809654, - 96661.5301789525, - 95969.49843021276, - 95686.26219818692, - 95800.00973727845, - 96376.51387717322 - ], - "fuel": [ - 42.30484456731595, - 42.56882172691668, - 42.42970830855667, - 42.06119959213163, - 41.70553555839958, - 41.56048255784475, - 41.618699906536136, - 41.914501972646384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 28.59375, -30.625 28.75, -30.46875 28.75, -30.46875 28.59375, -30.625 28.59375))", @@ -443157,68 +301181,7 @@ "id": "7532", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.502605135035276, - 11.502605135035276, - 11.502605135035276, - 11.502605135035276, - 11.502605135035276, - 11.502605135035276, - 11.502605135035276, - 11.502605135035276 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 460.05504757582, - 937.8301375109477, - 691.8604820070968, - 26.44809659236671, - -621.7109652398271, - -888.7147105563581, - -784.6047979990017, - -247.70015181478448 - ], - "relative wind speed": [ - 3.404833340887817, - 3.5274045463480532, - 3.471304762310133, - 3.262668673051147, - 3.008443745902733, - 2.863745976494012, - 2.9314957101530186, - 3.162058978161734 - ], - "relative wind angle": [ - 0.07950929475450878, - 0.01433838097936808, - 0.05733151212419634, - 0.10189397209383398, - 0.09001208055789361, - 0.017661540896951884, - 0.06790359018608175, - 0.10514782586101801 - ], - "resistance": [ - 97094.55504757582, - 97572.33013751094, - 97326.36048200709, - 96660.94809659237, - 96012.78903476018, - 95745.78528944364, - 95849.895202001, - 96386.79984818521 - ], - "fuel": [ - 42.253324063223715, - 42.500682343836296, - 42.3732305039872, - 42.02956817783911, - 41.69640064836652, - 41.55960967261797, - 41.612915561295274, - 41.888459385530766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 28.59375, -30.46875 28.75, -30.3125 28.75, -30.3125 28.59375, -30.46875 28.59375))", @@ -443237,68 +301200,7 @@ "id": "7533", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.523634693121291, - 14.523634693121291, - 14.523634693121291, - 14.523634693121291, - 14.523634693121291, - 14.523634693121291, - 14.523634693121291, - 14.523634693121291 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 688.263001567092, - 1307.3042084342815, - 896.6768448221437, - -39.25249208277273, - -914.5356721582802, - -1234.2957066508752, - -1061.1314013410838, - -286.3927528499398 - ], - "relative wind speed": [ - 4.276603059464266, - 4.399793194225676, - 4.3243990719912295, - 4.086731940565028, - 3.8120923424515505, - 3.669223569591022, - 3.7577858403264894, - 4.014972453400206 - ], - "relative wind angle": [ - 0.06640528214616677, - 0.008188326554585247, - 0.053867317749389396, - 0.08950616676706687, - 0.07451108061048356, - 0.009818731142877296, - 0.061999374409662536, - 0.0911103098346782 - ], - "resistance": [ - 97322.76300156709, - 97941.80420843427, - 97531.17684482214, - 96595.24750791723, - 95719.96432784172, - 95400.20429334912, - 95573.36859865891, - 96348.10724715007 - ], - "fuel": [ - 44.74663205115979, - 45.06781634918748, - 44.854606587806, - 44.370989431234165, - 43.92165913226821, - 43.758219931157385, - 43.84668231078438, - 44.24383011315446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 28.4375, -30.625 28.59375, -30.46875 28.59375, -30.46875 28.4375, -30.625 28.4375))", @@ -443317,68 +301219,7 @@ "id": "7534", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.446190455824333, - 14.446190455824333, - 14.446190455824333, - 14.446190455824333, - 14.446190455824333, - 14.446190455824333, - 14.446190455824333, - 14.446190455824333 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 419.0749603287222, - 1020.6876032715381, - 852.5943773719009, - 120.06924380751661, - -654.0107262456213, - -1029.9332937831205, - -959.2326895730221, - -395.66710020807386 - ], - "relative wind speed": [ - 4.177720269072644, - 4.31031044065455, - 4.278874727227694, - 4.098962269958351, - 3.865214992455482, - 3.7167805275140227, - 3.752927477745228, - 3.9486379796052353 - ], - "relative wind angle": [ - 0.06303653296883927, - 0.017486301642400844, - 0.03660396805854746, - 0.07247629422085979, - 0.06814068546365479, - 0.020279032594626087, - 0.041736562283322134, - 0.07524058239200807 - ], - "resistance": [ - 97053.57496032874, - 97655.18760327155, - 97487.09437737192, - 96754.56924380753, - 95980.4892737544, - 95604.5667062169, - 95675.26731042699, - 96238.83289979195 - ], - "fuel": [ - 44.53901199779388, - 44.850531512515914, - 44.76335600664309, - 44.38468562758715, - 43.986703761100884, - 43.79423301156474, - 43.83039127011506, - 44.11927945745487 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 28.4375, -30.46875 28.59375, -30.3125 28.59375, -30.3125 28.4375, -30.46875 28.4375))", @@ -443397,68 +301238,7 @@ "id": "7535", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.050245368315046, - 16.050245368315046, - 16.050245368315046, - 16.050245368315046, - 16.050245368315046, - 16.050245368315046, - 16.050245368315046, - 16.050245368315046 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 499.2720793939843, - 1222.1211634012052, - 1023.2618774051662, - 145.28555183354, - -784.2188301113902, - -1236.7740544962544, - -1153.178597397602, - -478.3350622563976 - ], - "relative wind speed": [ - 4.635664568219599, - 4.779430314988887, - 4.745879293945367, - 4.551685653947286, - 4.2993050599405125, - 4.138895486919416, - 4.177324468457927, - 4.388116645569845 - ], - "relative wind angle": [ - 0.061406538098363515, - 0.017156733042026414, - 0.03551664190282411, - 0.07043255405019382, - 0.06621750453719118, - 0.01981223057423354, - 0.040353103149039886, - 0.07306255594466604 - ], - "resistance": [ - 97133.77207939405, - 97856.62116340127, - 97657.76187740524, - 96779.78555183361, - 95850.28116988868, - 95397.72594550381, - 95481.32140260247, - 96156.16493774367 - ], - "fuel": [ - 46.07782725954141, - 46.45250266675407, - 46.34923377951918, - 45.89505411693321, - 45.41734463713989, - 45.18592208615771, - 45.22861279681554, - 45.57419563507463 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 28.59375, -30.3125 28.75, -30.15625 28.75, -30.15625 28.59375, -30.3125 28.59375))", @@ -443477,68 +301257,7 @@ "id": "7536", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.743931120503326, - 14.743931120503326, - 14.743931120503326, - 14.743931120503326, - 14.743931120503326, - 14.743931120503326, - 14.743931120503326, - 14.743931120503326 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 747.6891578314153, - 1403.8352808771697, - 952.8074947120849, - -50.56029501392186, - -982.7034344431422, - -1317.2854674893215, - -1126.9475547130914, - -293.6236960937931 - ], - "relative wind speed": [ - 4.353393666362604, - 4.480907026552882, - 4.399612906280868, - 4.148389256856717, - 3.8592874993721367, - 3.710472831934641, - 3.8065131934649687, - 4.078848243160296 - ], - "relative wind angle": [ - 0.06829745347491864, - 0.007794035586260107, - 0.05633124468494026, - 0.09299683262984011, - 0.07705796270739661, - 0.009412415207966176, - 0.06511990449993914, - 0.09458705747859543 - ], - "resistance": [ - 97382.18915783141, - 98038.33528087717, - 97587.30749471209, - 96583.93970498609, - 95651.79656555686, - 95317.21453251068, - 95507.55244528691, - 96340.8763039062 - ], - "fuel": [ - 44.97412988153256, - 45.314756140450385, - 45.080441189913856, - 44.56189329100301, - 44.083511525375556, - 43.912590439560944, - 44.00977339847, - 44.43683999418839 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 28.59375, -30.15625 28.75, -30 28.75, -30 28.59375, -30.15625 28.59375))", @@ -443557,68 +301276,7 @@ "id": "7537", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.30091809574558, - 14.30091809574558, - 14.30091809574558, - 14.30091809574558, - 14.30091809574558, - 14.30091809574558, - 14.30091809574558, - 14.30091809574558 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 581.2763360960962, - 1174.4018768484457, - 852.7989082641197, - 10.662170620254983, - -804.4803880266472, - -1131.03234388705, - -995.5344123843006, - -311.67950018916054 - ], - "relative wind speed": [ - 4.185683225339606, - 4.3094391575012, - 4.249187218919546, - 4.034228217003896, - 3.7779002029205304, - 3.6360979296371667, - 3.7063299886393164, - 3.9392228547323773 - ], - "relative wind angle": [ - 0.06497878554997165, - 0.011062691444829765, - 0.048114683203443115, - 0.0835567844079404, - 0.07200408652742692, - 0.01311141507881211, - 0.05516862469483379, - 0.08557686492623588 - ], - "resistance": [ - 97215.77633609608, - 97808.90187684842, - 97487.2989082641, - 96645.16217062024, - 95830.01961197334, - 95503.46765611293, - 95638.96558761569, - 96322.82049981083 - ], - "fuel": [ - 44.495629258438306, - 44.80310270885694, - 44.63622279885798, - 44.201061071502, - 43.78236160415402, - 43.61532123949347, - 43.68458401798992, - 44.035194137587176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 28.4375, -30.3125 28.59375, -30.15625 28.59375, -30.15625 28.4375, -30.3125 28.4375))", @@ -443637,68 +301295,7 @@ "id": "7538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.063898867302594, - 17.063898867302594, - 17.063898867302594, - 17.063898867302594, - 17.063898867302594, - 17.063898867302594, - 17.063898867302594, - 17.063898867302594 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 284.42404782083395, - 1199.941290146291, - 1278.4225876434484, - 424.20587433037326, - -639.5266657362372, - -1306.6443641031437, - -1339.6238350987878, - -760.3246141932723 - ], - "relative wind speed": [ - 4.864771152132126, - 5.049897732887231, - 5.062375176031691, - 4.89597921849522, - 4.636921717977733, - 4.434588399011897, - 4.420339235666037, - 4.603957957381175 - ], - "relative wind angle": [ - 0.06605555782763184, - 0.028978593394239686, - 0.022557727228696478, - 0.06290977589091123, - 0.06930648561330895, - 0.03300081105295535, - 0.025834826412369692, - 0.0669058224352916 - ], - "resistance": [ - 96918.92404782087, - 97834.44129014632, - 97912.92258764348, - 97058.70587433041, - 95994.97333426379, - 95327.85563589688, - 95294.87616490124, - 95874.17538580675 - ], - "fuel": [ - 47.00047592377847, - 47.4746135556358, - 47.51540340970294, - 47.072665852599975, - 46.52513278227741, - 46.18389684212726, - 46.16707054111812, - 46.46322089931236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 28.4375, -30.15625 28.59375, -30 28.59375, -30 28.4375, -30.15625 28.4375))", @@ -443717,68 +301314,7 @@ "id": "7539", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.55429129427893, - 16.55429129427893, - 16.55429129427893, - 16.55429129427893, - 16.55429129427893, - 16.55429129427893, - 16.55429129427893, - 16.55429129427893 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 474.03096977804125, - 1288.6305041483429, - 1149.2695592784858, - 226.0805721557026, - -791.7772750964286, - -1325.8364897519086, - -1267.2276786296134, - -577.5383129487145 - ], - "relative wind speed": [ - 4.769467451234345, - 4.929922846982246, - 4.907163160914712, - 4.712462618823324, - 4.447746259365291, - 4.269206867661047, - 4.295348212688152, - 4.50809966862697 - ], - "relative wind angle": [ - 0.06422242646294041, - 0.02078175770410765, - 0.0328593186192734, - 0.07017812224250138, - 0.06887497144760056, - 0.023998584542107407, - 0.037541752122615395, - 0.07336505987236784 - ], - "resistance": [ - 97108.53096977805, - 97923.13050414834, - 97783.76955927849, - 96860.5805721557, - 95842.72272490358, - 95308.6635102481, - 95367.27232137039, - 96056.96168705128 - ], - "fuel": [ - 46.57030068226334, - 46.99259577798415, - 46.9201748396436, - 46.442251330606304, - 45.91899477940805, - 45.645989648905704, - 45.675897976704384, - 46.02880962314996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 28.28125, -30.625 28.4375, -30.46875 28.4375, -30.46875 28.28125, -30.625 28.28125))", @@ -443797,68 +301333,7 @@ "id": "7540", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.46024545520342, - 16.46024545520342, - 16.46024545520342, - 16.46024545520342, - 16.46024545520342, - 16.46024545520342, - 16.46024545520342, - 16.46024545520342 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 510.3504133532206, - 1167.5468434131526, - 930.2570758491784, - 86.80902939548832, - -779.740525400055, - -1175.054261151483, - -1075.5155470556565, - -413.597372698061 - ], - "relative wind speed": [ - 4.744126099046887, - 4.870061104018949, - 4.830677493836508, - 4.645899470804237, - 4.414754210094535, - 4.275428869988012, - 4.319877559578126, - 4.518008995828377 - ], - "relative wind angle": [ - 0.0538962040543779, - 0.013158395025196022, - 0.03415160746811434, - 0.06404546938997008, - 0.057921587996896, - 0.014988610490729491, - 0.03819169328560573, - 0.06586098260003206 - ], - "resistance": [ - 97144.85041335326, - 97802.04684341318, - 97564.75707584921, - 96721.30902939552, - 95854.75947459997, - 95459.44573884855, - 95558.98445294437, - 96220.90262730197 - ], - "fuel": [ - 46.49348512622476, - 46.83407751489829, - 46.710916588786645, - 46.27483621650251, - 45.82956879828732, - 45.62736906159642, - 45.678227522452374, - 46.01736673889654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 28.28125, -30.46875 28.4375, -30.3125 28.4375, -30.3125 28.28125, -30.46875 28.28125))", @@ -443877,68 +301352,7 @@ "id": "7541", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.653349152158604, - 17.653349152158604, - 17.653349152158604, - 17.653349152158604, - 17.653349152158604, - 17.653349152158604, - 17.653349152158604, - 17.653349152158604 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 445.61908938415763, - 1199.6207838026148, - 1057.898137494889, - 192.3042764561451, - -757.204405244629, - -1247.9799201578626, - -1188.590971493335, - -538.1737153541017 - ], - "relative wind speed": [ - 5.054101253767425, - 5.194307236608299, - 5.172275007041273, - 4.999253515623963, - 4.767816065547623, - 4.614670286157627, - 4.639351330710325, - 4.825295203896744 - ], - "relative wind angle": [ - 0.05276898012760694, - 0.016775117887038504, - 0.027719424783622482, - 0.05801406973055087, - 0.055940727316798, - 0.018882434087299504, - 0.03090452521284267, - 0.06010803253881626 - ], - "resistance": [ - 97080.1190893842, - 97834.12078380266, - 97692.39813749494, - 96826.80427645618, - 95877.29559475541, - 95386.52007984219, - 95445.9090285067, - 96096.32628464594 - ], - "fuel": [ - 47.715927553579064, - 48.10664350739342, - 48.033042839210545, - 47.585137159008596, - 47.09701588371923, - 46.84603423984743, - 46.87635796683435, - 47.20931700694622 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 28.125, -30.625 28.28125, -30.46875 28.28125, -30.46875 28.125, -30.625 28.125))", @@ -443957,68 +301371,7 @@ "id": "7542", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.535298004811338, - 14.535298004811338, - 14.535298004811338, - 14.535298004811338, - 14.535298004811338, - 14.535298004811338, - 14.535298004811338, - 14.535298004811338 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 670.4865124091702, - 1287.3136352619667, - 892.115243740338, - -29.943990734268482, - -897.6215549596409, - -1220.145377325377, - -1053.5259252091328, - -292.8246124464722 - ], - "relative wind speed": [ - 4.274466913578943, - 4.3978902621128295, - 4.325302485253913, - 4.091747084447727, - 3.820400939311831, - 3.677647614275863, - 3.762750210076683, - 4.015487084936187 - ], - "relative wind angle": [ - 0.0659565678327592, - 0.008704600288904574, - 0.052641840072397236, - 0.088129653034087, - 0.07380920587641834, - 0.010409394473966127, - 0.06052108570273391, - 0.08980783649181498 - ], - "resistance": [ - 97304.9865124092, - 97921.81363526199, - 97526.61524374037, - 96604.55600926575, - 95736.87844504039, - 95414.35462267465, - 95580.9740747909, - 96341.67538755355 - ], - "fuel": [ - 44.747765234616224, - 45.067757431576254, - 44.862576897301835, - 44.38611861225638, - 43.94065035606989, - 43.77577985723125, - 43.86090549019465, - 44.25085911141983 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 28.125, -30.46875 28.28125, -30.3125 28.28125, -30.3125 28.125, -30.46875 28.125))", @@ -444037,68 +301390,7 @@ "id": "7543", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.126283909123034, - 13.126283909123034, - 13.126283909123034, - 13.126283909123034, - 13.126283909123034, - 13.126283909123034, - 13.126283909123034, - 13.126283909123034 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 522.4256479345195, - 1090.9050310751045, - 818.4519511487097, - 40.546975550931165, - -726.2017555103666, - -1049.43833235673, - -934.3790242188979, - -310.2803014853025 - ], - "relative wind speed": [ - 3.8573656493903146, - 3.987359480113828, - 3.9323186064601328, - 3.7184539224931417, - 3.4567075155668427, - 3.3059130323738155, - 3.3711966686267494, - 3.6057172694996513 - ], - "relative wind angle": [ - 0.07290941062408639, - 0.014198850747959612, - 0.051118027840257554, - 0.09177024632170674, - 0.08137788028105916, - 0.017125915529272485, - 0.05963579279373796, - 0.09464800952465911 - ], - "resistance": [ - 97156.92564793453, - 97725.40503107512, - 97452.95195114873, - 96675.04697555094, - 95908.29824448965, - 95585.06166764328, - 95700.12097578112, - 96324.21969851472 - ], - "fuel": [ - 43.48743911214933, - 43.78198555543325, - 43.64066927812462, - 43.23870482372159, - 42.84470863349828, - 42.6792680312803, - 42.73811371173494, - 43.05815966872291 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 28.28125, -30.3125 28.4375, -30.15625 28.4375, -30.15625 28.28125, -30.3125 28.28125))", @@ -444117,68 +301409,7 @@ "id": "7544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.382430952746745, - 20.382430952746745, - 20.382430952746745, - 20.382430952746745, - 20.382430952746745, - 20.382430952746745, - 20.382430952746745, - 20.382430952746745 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 662.6696304987763, - 1513.491749132052, - 1199.2976705230303, - 99.94469287478933, - -1027.4610521873346, - -1537.0598695321642, - -1405.6154183791368, - -540.7578299767174 - ], - "relative wind speed": [ - 5.842179673347127, - 5.974726412642883, - 5.93214234825969, - 5.7364582777241715, - 5.494073060443173, - 5.349630494083236, - 5.396812882539264, - 5.604368702814579 - ], - "relative wind angle": [ - 0.045853710134355165, - 0.011071087876472492, - 0.029377773846485187, - 0.05451521006510081, - 0.04876125506462596, - 0.012364789583163347, - 0.03229282951684364, - 0.05580140092937465 - ], - "resistance": [ - 97297.1696304988, - 98147.99174913208, - 97833.79767052305, - 96734.44469287482, - 95607.03894781269, - 95097.44013046786, - 95228.88458162089, - 96093.74217002331 - ], - "fuel": [ - 51.053491583943334, - 51.49521932501468, - 51.33178311954196, - 50.76281736233055, - 50.18400377823659, - 49.92392625268033, - 49.990917420790595, - 50.43329854173109 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 28.28125, -30.15625 28.4375, -30 28.4375, -30 28.28125, -30.15625 28.28125))", @@ -444197,68 +301428,7 @@ "id": "7545", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.278872957361985, - 15.278872957361985, - 15.278872957361985, - 15.278872957361985, - 15.278872957361985, - 15.278872957361985, - 15.278872957361985, - 15.278872957361985 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 460.954154419087, - 1196.3155763635405, - 1041.648349479563, - 186.29227941904628, - -741.2518911320985, - -1215.1385907356398, - -1150.000281509051, - -504.0096539352671 - ], - "relative wind speed": [ - 4.42041789204112, - 4.5753660848956335, - 4.5481666514178825, - 4.352125384525887, - 4.089204785179169, - 3.915062618221613, - 3.9466277030320094, - 4.16181387771905 - ], - "relative wind angle": [ - 0.06814599281813957, - 0.020861815078323843, - 0.036511425304823555, - 0.07595218555679956, - 0.07367524177468872, - 0.024380957209696734, - 0.04207951002690376, - 0.07943249048257567 - ], - "resistance": [ - 97095.45415441916, - 97830.81557636362, - 97676.14834947964, - 96820.79227941913, - 95893.24810886798, - 95419.36140926443, - 95484.49971849102, - 96130.4903460648 - ], - "fuel": [ - 45.31679589250067, - 45.697869106813364, - 45.61755157082578, - 45.17497891212482, - 44.69813194851558, - 44.45574419151879, - 44.48901217279473, - 44.81979259318622 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.3125 28.125, -30.3125 28.28125, -30.15625 28.28125, -30.15625 28.125, -30.3125 28.125))", @@ -444277,68 +301447,7 @@ "id": "7546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.18559776227331, - 15.18559776227331, - 15.18559776227331, - 15.18559776227331, - 15.18559776227331, - 15.18559776227331, - 15.18559776227331, - 15.18559776227331 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 666.4748195647371, - 1376.6099000334852, - 1020.9180460960833, - 36.20958109137973, - -928.4731694805023, - -1327.8280734273476, - -1177.8184867609925, - -384.28597078834537 - ], - "relative wind speed": [ - 4.450319096365344, - 4.590678034905496, - 4.528190670492224, - 4.292981155238012, - 4.008148907960573, - 3.846592376077272, - 3.919960073715899, - 4.17623161817336 - ], - "relative wind angle": [ - 0.06848391286025135, - 0.012765664955304996, - 0.048971153445151835, - 0.08678035590784901, - 0.07605277804943354, - 0.015235233525166345, - 0.05657720844086706, - 0.08921273083564088 - ], - "resistance": [ - 97300.97481956473, - 98011.10990003347, - 97655.41804609606, - 96670.70958109136, - 95706.02683051948, - 95306.67192657264, - 95456.68151323899, - 96250.21402921164 - ], - "fuel": [ - 45.33612350985736, - 45.70463387550612, - 45.51982015660748, - 45.01063178249045, - 44.51529741306392, - 44.311254674035155, - 44.38782960772113, - 44.79429475004777 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.15625 28.125, -30.15625 28.28125, -30 28.28125, -30 28.125, -30.15625 28.125))", @@ -444357,68 +301466,7 @@ "id": "7547", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.56471827075111, - 17.56471827075111, - 17.56471827075111, - 17.56471827075111, - 17.56471827075111, - 17.56471827075111, - 17.56471827075111, - 17.56471827075111 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 993.3657368408421, - 1664.9767964866223, - 985.236638578488, - -220.33203807621067, - -1259.5109747677034, - -1541.6234116859778, - -1253.7886583203417, - -210.66862112680974 - ], - "relative wind speed": [ - 5.15595921752424, - 5.259604518657267, - 5.154403568254946, - 4.8927488261885115, - 4.617006574279676, - 4.498580383524893, - 4.6187432289829236, - 4.895066300219627 - ], - "relative wind angle": [ - 0.05204889601690715, - 0.00022097773639235196, - 0.052383942455744265, - 0.07784922400584449, - 0.058131164030213046, - 0.00025836050652805774, - 0.058465758518744776, - 0.07781229321986717 - ], - "resistance": [ - 97627.86573684083, - 98299.4767964866, - 97619.73663857847, - 96414.16796192377, - 95374.98902523228, - 95092.87658831401, - 95380.71134167965, - 96423.83137887318 - ], - "fuel": [ - 47.903033668052004, - 48.25232155961378, - 47.89881621070857, - 47.27607745503447, - 46.74362766398828, - 46.599773688161754, - 46.74654863583863, - 47.2810476099417 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-35 27.34375, -35 27.5, -34.84375 27.5, -34.84375 27.34375, -35 27.34375))", @@ -444450,51 +301498,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1065.8432080216708, + 1065.8432080215325, 631.5658316122895, - -105.72177410695622, + -105.72177410695758, -731.0321456952006, - -905.7311125149251, + -905.7311125148765, -713.1610883669377, -75.85188159844301, 657.1567035473786 ], "relative wind speed": [ - 3.0472071958149973, + 3.047207195814997, 2.931100507603063, - 2.6393060861830886, + 2.639306086183088, 2.3154645778377367, - 2.172003382466952, + 2.1720033824669516, 2.3263104268355166, 2.6527596519683962, 2.9396758624809793 ], "relative wind angle": [ - 0.002238348605986577, + 0.0022383486060857773, 0.10742058128767404, - 0.16657167959186475, + 0.16657167959186545, 0.13193677631352035, - 0.0031402886151257812, + 0.0031402886150550726, 0.13550171546843792, - 0.1657190655796351, - 0.10380639396815478 + 0.16571906557963506, + 0.10380639396815479 ], "resistance": [ - 97700.34320802169, + 97700.34320802154, 97266.0658316123, 96528.77822589305, 95903.46785430482, - 95728.76888748509, + 95728.76888748514, 95921.33891163308, 96558.64811840157, 97291.6567035474 ], "fuel": [ - 41.26580491191102, + 41.26580491191095, 41.040724672515026, 40.66020530938749, 40.33906344400434, - 40.249602983652835, + 40.24960298365286, 40.34822132065355, 40.67558205900994, 41.05396862553686 @@ -444530,9 +301578,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1039.5726569962858, + 1039.572656996283, 536.0421334767502, - -220.8074906844472, + -220.8074906844481, -807.2051627744895, -933.0901629778173, -661.1126682317481, @@ -444540,7 +301588,7 @@ 744.8016837831888 ], "relative wind speed": [ - 3.1865465702260187, + 3.186546570226018, 3.0458783823163142, 2.7516938043515413, 2.456929349471152, @@ -444552,7 +301600,7 @@ "relative wind angle": [ 0.016445869549384224, 0.108307550074428, - 0.15074044058907915, + 0.1507404405890799, 0.1040317084662111, 0.02220418033919143, 0.13003219483784215, @@ -444610,37 +301658,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 933.7616115529331, + 933.7616115529245, 481.45228320109527, - -189.66266973159372, + -189.66266973159418, -706.5743198688324, -817.3651832984021, -571.1673344755186, - 36.517072177009595, - 675.542698347082 + 36.517072177010505, + 675.5426983470811 ], "relative wind speed": [ - 2.83360043334945, + 2.8336004333494493, 2.69112850712914, - 2.3924023513909938, + 2.3924023513909933, 2.08880497377336, 1.9893910206142693, 2.1782551289726735, 2.5026743771089595, - 2.7611341565231022 + 2.7611341565231027 ], "relative wind angle": [ - 0.01975553247394699, - 0.12598170317690688, - 0.17741379456418238, + 0.01975553247395261, + 0.1259817031769069, + 0.17741379456418174, 0.12430238533985477, 0.02814078889790263, 0.15586319892719216, - 0.16951908848606742, - 0.09393116452269971 + 0.16951908848606675, + 0.0939311645227009 ], "resistance": [ - 97568.26161155298, + 97568.26161155297, 97115.95228320114, 96444.83733026845, 95927.92568013121, @@ -444650,7 +301698,7 @@ 97310.04269834713 ], "fuel": [ - 40.822109287435026, + 40.82210928743501, 40.587920801349675, 40.24184585999218, 39.97643174353551, @@ -444690,11 +301738,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 944.2226379127401, + 944.222637912731, 438.48781681855326, - -259.0034838725687, + -259.00348387257054, -762.9231809340561, - -846.298957735888, + -846.2989577358865, -545.4822385499997, 104.28193977866067, 750.1070980559393 @@ -444702,7 +301750,7 @@ "relative wind speed": [ 2.8813866888785933, 2.717523037937932, - 2.4047534609909995, + 2.404753460990999, 2.1058481436448773, 2.032236550896675, 2.2466515501794553, @@ -444710,17 +301758,17 @@ 2.828034343064911 ], "relative wind angle": [ - 0.030633065755792825, + 0.030633065755800073, 0.13391237203250572, - 0.177606392364837, - 0.11326835914012962, - 0.043439660299696564, - 0.1622054868649438, + 0.17760639236483763, + 0.1132683591401296, + 0.043439660299694004, + 0.16220548686494382, 0.16551317199515717, 0.08426282002500719 ], "resistance": [ - 97578.72263791274, + 97578.72263791272, 97072.98781681855, 96375.49651612743, 95871.57681906594, @@ -444770,19 +301818,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 971.0116106691257, + 971.0116106690812, 537.6397266095755, - -161.37052820105328, + -161.3705282010551, -731.0877972986318, -871.4055841926347, -658.645760012078, - -39.83830063075902, + -39.83830063075766, 640.9602196214519 ], "relative wind speed": [ 3.233323120419403, 3.118782750495165, - 2.8589935107146554, + 2.858993510714655, 2.589439437087895, 2.4861974226780754, 2.628450148049907, @@ -444790,17 +301838,17 @@ 3.1512472811925907 ], "relative wind angle": [ - 0.007783528405936281, + 0.007783528405964808, 0.09052892906822645, - 0.1310422333833145, + 0.13104223338331533, 0.09528591020651751, 0.010122622526342507, 0.10747707171567941, - 0.1287812878610559, + 0.12878128786105505, 0.07825966323209176 ], "resistance": [ - 97605.51161066916, + 97605.51161066911, 97172.1397266096, 96473.12947179898, 95903.4122027014, @@ -444810,7 +301858,7 @@ 97275.46021962148 ], "fuel": [ - 41.736458630697456, + 41.73645863069744, 41.51199989112662, 41.15143026617426, 40.85889850384448, @@ -444850,19 +301898,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1128.397231657481, + 1128.3972316574354, 645.2744709733197, - -160.09424521876326, + -160.09424521876372, -831.5317763005087, -1006.4183290472442, - -781.4913818551258, + -781.4913818551263, -76.11811985468285, 716.6255670999162 ], "relative wind speed": [ - 3.5083732768473697, + 3.508373276847369, 3.3931899943055064, - 3.1201211658124284, + 3.120121165812428, 2.8310432113493644, 2.7130140084069, 2.8557642973561066, @@ -444870,17 +301918,17 @@ 3.413842760728956 ], "relative wind angle": [ - 0.004554444042053472, - 0.0863104698568097, + 0.0045544440420778485, + 0.08631046985680971, 0.12780583398204085, 0.0954834246513292, 0.005889658828202957, - 0.10260588237174766, + 0.10260588237174767, 0.1265134962314103, - 0.0791451577820153 + 0.07914515778201531 ], "resistance": [ - 97762.89723165751, + 97762.89723165747, 97279.77447097335, 96474.40575478127, 95802.96822369951, @@ -444890,7 +301938,7 @@ 97351.12556709995 ], "fuel": [ - 42.39368078530754, + 42.39368078530751, 42.1432160775817, 41.727620501409625, 41.3829824910505, @@ -444930,9 +301978,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1171.5435823511843, + 1171.5435823511807, 532.5862192174873, - -359.1378420961764, + -359.137842096181, -1003.181251634061, -1106.570714883595, -725.4213080656573, @@ -444940,9 +301988,9 @@ 928.503259087327 ], "relative wind speed": [ - 3.682011270220764, + 3.6820112702207632, 3.52009539368032, - 3.218064944609259, + 3.2180649446092584, 2.9400628445153174, 2.873674382048163, 3.069876197416307, @@ -444952,17 +302000,17 @@ "relative wind angle": [ 0.02286412132639722, 0.09828312529938493, - 0.12596858480944395, + 0.12596858480944484, 0.07706874761773246, - 0.02929721665946901, + 0.029297216659469008, 0.11275446540438869, - 0.11972017914666445, - 0.06241278133662104 + 0.11972017914666447, + 0.062412781336621044 ], "resistance": [ 97806.04358235117, 97167.08621921747, - 96275.36215790382, + 96275.3621579038, 95631.31874836593, 95527.92928511639, 95909.07869193432, @@ -444972,7 +302020,7 @@ "fuel": [ 42.826503903517484, 42.4953327355558, - 42.03569227262905, + 42.035692272629035, 41.70555940712575, 41.652706351169314, 41.847748233713205, @@ -445010,9 +302058,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1468.2361721771167, + 1468.236172177113, 795.4518484810078, - -283.229310267433, + -283.22931026743754, -1154.5401120542565, -1360.0437004393307, -1023.3030665247279, @@ -445020,9 +302068,9 @@ 982.1946616649238 ], "relative wind speed": [ - 4.398086525967413, + 4.398086525967412, 4.265969990011837, - 3.9753312336386775, + 3.975331233638677, 3.6824639146089866, 3.5754859671156236, 3.732126074405212, @@ -445032,8 +302080,8 @@ "relative wind angle": [ 0.007425056215846276, 0.07365692226397663, - 0.10365215802929849, - 0.07277422822604893, + 0.10365215802929956, + 0.07277422822604894, 0.009133358081841576, 0.0842162253217038, 0.10197961710813983, @@ -445042,7 +302090,7 @@ "resistance": [ 98102.73617217716, 97429.95184848105, - 96351.27068973261, + 96351.2706897326, 95479.95988794579, 95274.45629956071, 95611.19693347532, @@ -445090,33 +302138,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1015.035879487958, + 1015.0358794879571, 632.7594074459189, - -80.72169796732669, + -80.72169796732805, -709.0928280536791, -901.9194035296687, -739.6127530654435, - -131.9424504571998, + -131.94245045719936, 589.2443076748691 ], "relative wind speed": [ - 3.3297590781289625, + 3.329759078128962, 3.2372289721310548, - 2.987796622191061, + 2.9877966221910603, 2.7090018764707855, 2.577849284218105, 2.6931303407969964, - 2.9674355586852634, + 2.967435558685263, 3.223958945737956 ], "relative wind angle": [ 0.0030821090800615273, 0.07996371906912546, - 0.12616536603212228, + 0.12616536603212317, 0.10098309665760707, 0.003981106115416593, - 0.0961646993462732, - 0.12703572069727193, + 0.09616469934627321, + 0.12703572069727107, 0.08481074378775741 ], "resistance": [ @@ -445170,9 +302218,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 992.493858972302, + 992.4938589722865, 687.7064332375771, - -6.566205427878685, + -6.566205427879595, -655.1171979691858, -898.2403997406, -768.5148563069138, @@ -445180,9 +302228,9 @@ 525.9262420231194 ], "relative wind speed": [ - 3.249590291590356, + 3.2495902915903554, 3.1743392798437085, - 2.9309878911967613, + 2.930987891196761, 2.640633215484154, 2.48411854616093, 2.579583716614041, @@ -445190,17 +302238,17 @@ 3.123737862859302 ], "relative wind angle": [ - 0.01209604983526084, + 0.01209604983527002, 0.07658440704371132, 0.13096914412493024, - 0.11326596104252333, - 0.015823676369504536, + 0.11326596104252334, + 0.015823676369504533, 0.09428946229392614, - 0.13456752590081567, + 0.1345675259008157, 0.09569007358686157 ], "resistance": [ - 97626.99385897232, + 97626.9938589723, 97322.20643323759, 96627.93379457213, 95979.38280203083, @@ -445210,7 +302258,7 @@ 97160.42624202314 ], "fuel": [ - 41.76277649053533, + 41.76277649053532, 41.60481894405669, 41.2462993128277, 40.91301046861243, @@ -445250,11 +302298,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1740.6588483941232, + 1740.6588483934593, 1011.3389846641676, - -245.83352955498958, + -245.83352955499686, -1312.413722161782, - -1595.1750683476575, + -1595.175068347783, -1271.0736830701444, -176.17620546473336, 1070.1266532606824 @@ -445270,31 +302318,31 @@ 4.839525722043292 ], "relative wind angle": [ - 0.0018316808288772126, + 0.0018316808290590493, 0.0639508895347879, - 0.09438945093803154, + 0.0943894509380339, 0.07006368532358692, - 0.002213911304444888, + 0.0022139113044950354, 0.0728699107980335, 0.09401398114597839, 0.06113790445133376 ], "resistance": [ - 98375.15884839412, + 98375.15884839345, 97645.83898466415, 96388.666470445, 95322.0862778382, - 95039.32493165233, + 95039.3249316522, 95363.42631692984, 96458.32379453524, 97704.62665326067 ], "fuel": [ - 46.94990120080786, + 46.94990120080751, 46.57047334029613, 45.92107712037338, 45.374743183269544, - 45.230614321441166, + 45.230614321441095, 45.39583991919119, 45.95690491844208, 46.60098422048551 @@ -445330,9 +302378,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1451.2002347300986, + 1451.2002347300631, 998.0266128321591, - -31.614704583957973, + -31.61470458396252, -993.480604686597, -1347.6388780991037, -1155.8187735005977, @@ -445340,7 +302388,7 @@ 766.9589031168916 ], "relative wind speed": [ - 4.310676570551222, + 4.310676570551221, 4.225963198452708, 3.956931980447165, 3.6424101597994345, @@ -445350,17 +302398,17 @@ 4.171713267204869 ], "relative wind angle": [ - 0.009596887799545503, + 0.00959688779955707, 0.06288414041949934, - 0.1055661085306935, - 0.08909042459068381, + 0.1055661085306956, + 0.0890904245906838, 0.011898571684155495, 0.07426403213568118, 0.1078161105385752, - 0.07776220196193483 + 0.07776220196193484 ], "resistance": [ - 98085.70023473012, + 98085.70023473007, 97632.52661283217, 96602.88529541605, 95641.01939531341, @@ -445370,7 +302418,7 @@ 97401.4589031169 ], "fuel": [ - 44.702139743986564, + 44.70213974398654, 44.46663194181073, 43.934382770823284, 43.440732478087355, @@ -445410,37 +302458,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 788.3788876292647, + 788.3788876292556, 933.4373236511792, - 384.04728260580305, - -349.6976033126384, - -854.137222989591, + 384.0472826058003, + -349.6976033126357, + -854.1372229895883, -915.5959209853331, -569.9971675210272, 128.5886659991802 ], "relative wind speed": [ - 3.5366499550535924, + 3.536649955053591, 3.569213144470672, - 3.4220811842994148, - 3.166153725340886, + 3.4220811842994143, + 3.1661537253408856, 2.944257514420154, 2.9046966700738115, 3.076671185528936, 3.339463400504659 ], "relative wind angle": [ - 0.04905794921350597, + 0.049057949213508235, 0.02440868072978577, - 0.08678860697100937, - 0.1051728634660796, - 0.058939022723160345, + 0.08678860697101067, + 0.10517286346607749, + 0.058939022723158464, 0.02999424949589068, 0.09656098935605864, - 0.09969600016749193 + 0.09969600016749194 ], "resistance": [ - 97422.87888762925, + 97422.87888762924, 97567.93732365116, 97018.54728260578, 96284.80239668734, @@ -445490,11 +302538,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 611.505778915669, + 611.5057789156617, 1111.8384933235411, - 729.4958281670142, + 729.495828167006, -64.9768933423884, - -788.6779013078913, + -788.6779013078894, -1033.0122098631155, -871.6414064818582, -204.74432128399712 @@ -445504,23 +302552,23 @@ 3.9463761951000067, 3.8680777320092514, 3.640351992418372, - 3.3831806519539938, + 3.3831806519539933, 3.255971274966184, 3.348612948041486, 3.594867367226852 ], "relative wind angle": [ - 0.06786423872003591, + 0.06786423872003919, 0.0057892862291194095, - 0.05896394671274689, + 0.05896394671275066, 0.09497129890367616, - 0.07700218233842311, + 0.07700218233842167, 0.007016880461605866, 0.06812414627710671, - 0.09617663352963518 + 0.09617663352963517 ], "resistance": [ - 97246.00577891567, + 97246.00577891566, 97746.33849332354, 97363.99582816701, 96569.52310665761, @@ -445570,9 +302618,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 884.9275279894964, + 884.9275279894873, 843.3669554611242, - 216.85266646301625, + 216.8526664630117, -502.57100599427486, -909.1519952857261, -891.5868785382127, @@ -445580,7 +302628,7 @@ 290.3104512327718 ], "relative wind speed": [ - 3.7381622287067104, + 3.7381622287067096, 3.7292615963840072, 3.557533364945011, 3.30950669158848, @@ -445590,10 +302638,10 @@ 3.580014504085981 ], "relative wind angle": [ - 0.030066358787635458, - 0.036409965453404504, - 0.08565801133212, - 0.08915730633625692, + 0.03006635878763915, + 0.03640996545340451, + 0.0856580113321226, + 0.08915730633625693, 0.035913192252801186, 0.043241543635256244, 0.09142595884392894, @@ -445602,7 +302650,7 @@ "resistance": [ 97519.42752798946, 97477.8669554611, - 96851.35266646299, + 96851.35266646298, 96131.92899400569, 95725.34800471425, 95742.91312146175, @@ -445637,68 +302685,7 @@ "id": "7563", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.820641731033694, - 14.820641731033694, - 14.820641731033694, - 14.820641731033694, - 14.820641731033694, - 14.820641731033694, - 14.820641731033694, - 14.820641731033694 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 854.9856351874269, - 1262.4372221224967, - 671.1841253711782, - -270.5261149975886, - -1024.7665986819302, - -1196.316392471561, - -895.4301389383127, - -52.294557206958416 - ], - "relative wind speed": [ - 4.389346362847401, - 4.463185208071162, - 4.347845279306236, - 4.100351699250143, - 3.8564497390252286, - 3.7707484510537466, - 3.9031791542131304, - 4.1624130051120485 - ], - "relative wind angle": [ - 0.05078130898212228, - 0.00697718218001009, - 0.06141149184416041, - 0.08453935981145595, - 0.057805783233989494, - 0.008258455322644643, - 0.06841811512863391, - 0.08327593933573005 - ], - "resistance": [ - 97489.48563518742, - 97896.93722212248, - 97305.68412537116, - 96363.9738850024, - 95609.73340131805, - 95438.18360752842, - 95739.06986106167, - 96582.20544279303 - ], - "fuel": [ - 45.09897514829554, - 45.31047033589664, - 45.00377180688527, - 44.517967807217644, - 44.13125451240866, - 44.04359319039772, - 44.19741737725346, - 44.63025408310837 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 27.03125, -32.8125 27.1875, -32.65625 27.1875, -32.65625 27.03125, -32.8125 27.03125))", @@ -445730,9 +302717,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1026.7540177388464, + 1026.7540177388328, 783.2394824846069, - 60.57653489409222, + 60.57653489408949, -655.9796833650998, -966.8071843930056, -863.3873558955447, @@ -445740,9 +302727,9 @@ 487.7578452557418 ], "relative wind speed": [ - 3.507932443216001, + 3.5079324432160006, 3.4522780513799787, - 3.2250060770841236, + 3.225006077084123, 2.9397069899139447, 2.7698621426939565, 2.8389263061334638, @@ -445750,9 +302737,9 @@ 3.36687527674365 ], "relative wind angle": [ - 0.018704696582495607, - 0.06220517985132068, - 0.11470602009699844, + 0.018704696582501543, + 0.06220517985132069, + 0.11470602009699941, 0.10475943260219876, 0.023689671120369425, 0.07566805925057297, @@ -445760,7 +302747,7 @@ 0.09142831644755851 ], "resistance": [ - 97661.25401773884, + 97661.25401773883, 97417.73948248461, 96695.07653489409, 95978.5203166349, @@ -445770,7 +302757,7 @@ 97122.25784525574 ], "fuel": [ - 42.407359859987494, + 42.40735985998748, 42.28109847843183, 41.90769948178937, 41.539374547668814, @@ -445810,9 +302797,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 915.6153754465231, + 915.6153754465149, 1350.6407743628943, - 720.0534131108825, + 720.053413110877, -281.7528663027779, -1084.034230368754, -1267.598573135284, @@ -445820,9 +302807,9 @@ -49.99319357027434 ], "relative wind speed": [ - 4.3241979869215585, + 4.324197986921558, 4.403984897844395, - 4.279366144232562, + 4.2793661442325615, 4.0107664471264295, 3.744233994911928, 3.6500538980005612, @@ -445830,19 +302817,19 @@ 4.078201680318842 ], "relative wind angle": [ - 0.05613656834489729, - 0.0076897146935776895, + 0.05613656834489927, + 0.007689714693577689, 0.06793860884189734, - 0.09413069496123087, + 0.09413069496123089, 0.06484324046712539, 0.009278092994241302, - 0.07661790688902582, + 0.07661790688902584, 0.09256969473760936 ], "resistance": [ 97550.11537544656, 97985.14077436294, - 97354.55341311093, + 97354.55341311092, 96352.74713369727, 95550.4657696313, 95366.90142686476, @@ -445852,7 +302839,7 @@ "fuel": [ 44.840628930087746, 45.06655727033705, - 44.73929420702106, + 44.73929420702105, 44.22241805105564, 43.81117851687745, 43.7174223900731, @@ -445890,9 +302877,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1183.2272420147492, + 1183.2272420147265, 992.8819710072357, - 155.68772871736746, + 155.6877287173611, -727.3389137609101, -1160.617730336995, -1080.0053721061522, @@ -445902,7 +302889,7 @@ "relative wind speed": [ 4.042208757121184, 4.004459852046594, - 3.783241588796515, + 3.7832415887965145, 3.4900270027419142, 3.299557274077155, 3.3452699643540913, @@ -445910,19 +302897,19 @@ 3.8789484865353576 ], "relative wind angle": [ - 0.023585825245447844, + 0.02358582524545726, 0.04877696804243352, - 0.09834204588928237, - 0.09471529873383572, + 0.09834204588928465, + 0.0947152987338357, 0.02889577292458984, - 0.05839857220075455, - 0.103551312888485, + 0.058398572200754555, + 0.10355131288848501, 0.08519436237903871 ], "resistance": [ - 97817.72724201476, + 97817.72724201473, 97627.38197100726, - 96790.18772871738, + 96790.18772871737, 95907.16108623911, 95473.88226966302, 95554.49462789386, @@ -445930,7 +302917,7 @@ 97125.59528589458 ], "fuel": [ - 43.897141869100054, + 43.89714186910004, 43.7983188965586, 43.36526703991907, 42.91133379222594, @@ -445957,68 +302944,7 @@ "id": "7567", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.399023013854015, - 12.399023013854015, - 12.399023013854015, - 12.399023013854015, - 12.399023013854015, - 12.399023013854015, - 12.399023013854015, - 12.399023013854015 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 842.3488772009314, - 1221.3226789951905, - 645.5621326260671, - -252.80088681263078, - -965.2004448794296, - -1125.881986866887, - -827.0321903045933, - -20.5781652221076 - ], - "relative wind speed": [ - 3.7602971705245523, - 3.8397291875029653, - 3.70836084820393, - 3.4272363208329493, - 3.1465264393878303, - 3.0490889149153104, - 3.2075727994746805, - 3.5063534684319886 - ], - "relative wind angle": [ - 0.06690542876844925, - 0.01037028400617645, - 0.0830724226295652, - 0.11561180855097428, - 0.07998180851400909, - 0.013059474959878326, - 0.09607958128467976, - 0.11299186126582988 - ], - "resistance": [ - 97476.84887720094, - 97855.8226789952, - 97280.06213262609, - 96381.69911318738, - 95669.29955512058, - 95508.61801313312, - 95807.46780969542, - 96613.92183477791 - ], - "fuel": [ - 43.093249251251926, - 43.28992462488849, - 42.991333978407695, - 42.52790488972184, - 42.1625417803497, - 42.08039523166296, - 42.23325549952176, - 42.64741137453628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.75 26.71875, -33.75 26.875, -33.59375 26.875, -33.59375 26.71875, -33.75 26.71875))", @@ -446050,9 +302976,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1099.546241420393, + 1099.5462414203867, 119.76072269904671, - -874.2701856524172, + -874.2701856524227, -1327.2372640528502, -1203.9167733038194, -434.4282654627759, @@ -446060,9 +302986,9 @@ 1390.1184636980788 ], "relative wind speed": [ - 4.108935322887489, + 4.108935322887488, 3.852416356621248, - 3.523573312966475, + 3.5235733129664744, 3.32077866463324, 3.389718027154225, 3.678644588231365, @@ -446070,17 +302996,17 @@ 4.164848959062443 ], "relative wind angle": [ - 0.05763291659961318, - 0.10980155561104199, - 0.10244289177461013, + 0.05763291659961511, + 0.109801555611042, + 0.10244289177461231, 0.026333434329185057, 0.06987943622704551, 0.11501082526516009, - 0.09032482851211918, - 0.020995677319511116 + 0.09032482851211919, + 0.02099567731951112 ], "resistance": [ - 97734.04624142042, + 97734.04624142041, 96754.26072269908, 95760.22981434761, 95307.26273594718, @@ -446090,7 +303016,7 @@ 98024.6184636981 ], "fuel": [ - 44.063492309694674, + 44.06349230969467, 43.556553930236554, 43.04589543629427, 42.81441440580714, @@ -446130,53 +303056,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1099.9156703013396, + 1099.915670301326, 321.0993055318313, - -591.5917159353166, + -591.5917159353203, -1127.8980062508335, - -1122.27580296529, + -1122.275802965296, -571.5929925530972, - 344.3101647407102, + 344.3101647407075, 1113.1476854168195 ], "relative wind speed": [ - 3.846280847423404, + 3.8462808474234036, 3.6405389634319105, 3.3310936996180467, 3.0960620129847287, - 3.0994593968789266, + 3.099459396878927, 3.3387124712815996, - 3.6475114358315763, + 3.6475114358315768, 3.84901609790218 ], "relative wind angle": [ - 0.04138334712052931, + 0.04138334712053467, 0.10369833195446886, - 0.11245464610535517, + 0.11245464610535715, 0.049050552827215696, - 0.051362677785957066, - 0.11311137235300321, - 0.10266325097459338, - 0.03944957413582309 + 0.05136267778596139, + 0.1131113723530032, + 0.10266325097459554, + 0.0394495741358231 ], "resistance": [ - 97734.41567030134, + 97734.41567030133, 96955.59930553182, - 96042.90828406469, + 96042.90828406467, 95506.60199374917, 95512.22419703471, 96062.9070074469, - 96978.81016474072, + 96978.8101647407, 97747.64768541681 ], "fuel": [ 43.294258598028286, 42.89100883952459, - 42.421314774922756, + 42.42131477492275, 42.14676371197607, 42.149636333153, 42.43157341237085, - 42.902994155646226, + 42.90299415564622, 43.30112927165736 ] }, @@ -446210,11 +303136,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1105.054413432037, + 1105.0544134320298, -39.26439960984044, - -1095.7291570650868, + -1095.7291570650932, -1476.5755257716119, - -1253.3080104206347, + -1253.3080104206329, -303.70991905166466, 880.3653951091947, 1630.3412407128226 @@ -446222,7 +303148,7 @@ "relative wind speed": [ 4.135321155085703, 3.8267276405457236, - 3.4645971034170144, + 3.464597103417014, 3.2751128490720802, 3.4001069601711404, 3.7440304434375187, @@ -446230,11 +303156,11 @@ 4.235002269438182 ], "relative wind angle": [ - 0.07501435700166814, + 0.07501435700167111, 0.12575816809477708, - 0.10667032369822604, + 0.10667032369822813, 0.012728177784621505, - 0.09127605891964609, + 0.09127605891964487, 0.12855111594141272, 0.09050065393394263, 0.009843150847960253 @@ -446242,7 +303168,7 @@ "resistance": [ 97739.55441343205, 96595.23560039018, - 95538.77084293493, + 95538.77084293491, 95157.9244742284, 95381.19198957938, 96330.79008094835, @@ -446252,7 +303178,7 @@ "fuel": [ 44.10475776011234, 43.51301714136243, - 42.97103269148108, + 42.97103269148107, 42.77667044574186, 42.89054798282689, 43.37696239782406, @@ -446290,9 +303216,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 937.1787224101809, + 937.1787224101772, 54.526019564455055, - -799.7862364748935, + -799.7862364748971, -1154.6432806171279, -1012.7952719973355, -302.35454589735946, @@ -446300,7 +303226,7 @@ 1269.5641444498415 ], "relative wind speed": [ - 3.5125454710643016, + 3.5125454710643007, 3.235703018444051, 2.890234029724311, 2.688628675931777, @@ -446312,17 +303238,17 @@ "relative wind angle": [ 0.07689060322072708, 0.1392419704931543, - 0.12672841269655633, + 0.12672841269655896, 0.025113648403710744, 0.0970451653498388, 0.14528349255629394, 0.10682067356336222, - 0.01882512391522545 + 0.018825123915225447 ], "resistance": [ - 97571.67872241016, + 97571.67872241014, 96689.02601956442, - 95834.71376352508, + 95834.71376352507, 95479.85671938285, 95621.70472800263, 96332.14545410262, @@ -446330,7 +303256,7 @@ 97904.06414444982 ], "fuel": [ - 42.35766753835697, + 42.357667538356964, 41.9013591828319, 41.4624629473245, 41.28095623573701, @@ -446370,33 +303296,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1107.6477003551754, + 1107.6477003551663, 479.4464665700589, - -372.4468590833112, + -372.4468590833126, -970.9281761577176, - -1054.475528603948, + -1054.4755286039453, -667.9398355122621, - 136.23755164356498, + 136.2375516435668, 911.3765783745257 ], "relative wind speed": [ - 3.5764676581793187, + 3.576467658179318, 3.410061016041262, - 3.1101180095692538, + 3.1101180095692533, 2.8407193915047855, - 2.785350248125899, + 2.7853502481258987, 2.9867676142635036, - 3.297948283598554, + 3.2979482835985534, 3.532649183469305 ], "relative wind angle": [ - 0.0264650724187669, - 0.10186014279006016, + 0.026465072418771097, + 0.10186014279006017, 0.12758756070447683, 0.07501867899610601, - 0.03398446816504896, - 0.11635744227562472, - 0.12028464787011577, + 0.03398446816504568, + 0.11635744227562471, + 0.12028464787011392, 0.06030496517991974 ], "resistance": [ @@ -446450,17 +303376,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1177.434334798193, + 1177.4343347981767, 502.3671470781528, - -400.3013606929035, + -400.3013606929053, -1027.5405861329718, - -1110.190438550681, + -1110.1904385506841, -690.2230319482278, 165.2538850150113, 983.8108233873436 ], "relative wind speed": [ - 3.5497146343410892, + 3.5497146343410884, 3.368365756294606, 3.0438928342100295, 2.7527170050086713, @@ -446470,17 +303396,17 @@ 3.5062975351740815 ], "relative wind angle": [ - 0.030263474165690245, + 0.03026347416569758, 0.11239482362868042, - 0.14070059416013658, - 0.08215282484047857, - 0.03984380486024244, - 0.1297494046128955, - 0.13145015334115723, + 0.14070059416013816, + 0.08215282484047859, + 0.039843804860245226, + 0.12974940461289552, + 0.13145015334115726, 0.06446849800514214 ], "resistance": [ - 97811.9343347982, + 97811.93433479819, 97136.86714707817, 96234.19863930711, 95606.95941386704, @@ -446490,7 +303416,7 @@ 97618.31082338736 ], "fuel": [ - 42.44457151569573, + 42.44457151569572, 42.09471520598649, 41.629553294731664, 41.308110619944884, @@ -446530,39 +303456,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1036.557189852576, + 1036.557189852565, 273.90996902266716, - -582.430703817975, + -582.4307038179777, -1061.4621019080546, -1031.5864271632913, -478.55636406410895, - 394.84675469402555, - 1106.3355954914068 + 394.84675469402646, + 1106.335595491404 ], "relative wind speed": [ - 3.370270646166219, + 3.3702706461662184, 3.1352300446801524, - 2.7887802000936834, + 2.788780200093683, 2.5305846905743317, 2.5522341791367116, 2.836010595977771, 3.1773146726644406, - 3.386556460092481 + 3.3865564600924816 ], "relative wind angle": [ - 0.05822887141370809, + 0.058228871413713815, 0.1371202938055859, - 0.1475293170631813, - 0.059776457674802864, + 0.14752931706318279, + 0.05977645767480287, 0.07692465957670866, 0.15169399467543565, - 0.129380300212208, - 0.04465585535524705 + 0.12938030021220714, + 0.04465585535524954 ], "resistance": [ - 97671.05718985257, + 97671.05718985255, 96908.40996902266, - 96052.06929618202, + 96052.069296182, 95573.03789809193, 95602.9135728367, 96155.94363593588, @@ -446570,7 +303496,7 @@ 97740.83559549139 ], "fuel": [ - 41.98191217324144, + 41.981912173241426, 41.5871912129704, 41.146557062496285, 40.90125933633773, @@ -446610,37 +303536,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 985.1364274289913, + 985.1364274289813, 289.96986385259106, - -519.5646107996877, + -519.5646107996904, -994.1647449087459, - -987.2439889300067, + -987.2439889300063, -495.21921800031123, 318.26612451642313, - 1001.3620935201784 + 1001.3620935201775 ], "relative wind speed": [ - 3.432738410400167, + 3.4327384104001664, 3.226105913272179, - 2.9133483198223593, + 2.9133483198223584, 2.6735770855888688, - 2.6783796412848595, + 2.678379641284859, 2.9239786479104373, 3.235708896744902, 3.436480185378639 ], "relative wind angle": [ - 0.047330944276496936, + 0.04733094427650163, 0.11866674998063753, 0.1300180814704847, 0.056975289969455285, - 0.06067616090401764, + 0.06067616090401581, 0.13099553722614624, - 0.11700212794055634, - 0.04431722800576923 + 0.11700212794055632, + 0.04431722800576924 ], "resistance": [ - 97619.63642742901, + 97619.636427429, 96924.4698638526, 96114.93538920033, 95640.33525509127, @@ -446650,7 +303576,7 @@ 97635.86209352019 ], "fuel": [ - 42.17807474706774, + 42.17807474706773, 41.81832527641333, 41.40165660197117, 41.15851305930588, @@ -446690,29 +303616,29 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1078.1703037332281, - -149.05115874305375, - -1221.610926027016, + 1078.1703037332172, + -149.05115874305466, + -1221.6109260270168, -1542.5783254707867, - -1256.6967976812875, + -1256.6967976812857, -207.8990787550474, 1028.1194825678822, 1750.913532568601 ], "relative wind speed": [ - 4.168024012468662, + 4.168024012468661, 3.833420867635418, - 3.460775318843079, + 3.4607753188430785, 3.2878914518960762, - 3.446500633938064, + 3.4465006339380646, 3.815190066016129, 4.156179132416867, 4.294247383279117 ], "relative wind angle": [ - 0.08390299381880946, - 0.13164109322719894, - 0.1048807703631269, + 0.08390299381881212, + 0.13164109322719897, + 0.10488077036312692, 0.0027967329724761843, 0.10152334944351399, 0.13227382284829442, @@ -446720,7 +303646,7 @@ 0.0021413180594182695 ], "resistance": [ - 97712.67030373322, + 97712.6703037332, 96485.44884125693, 95412.88907397297, 95091.92167452919, @@ -446730,7 +303656,7 @@ 98385.4135325686 ], "fuel": [ - 44.19825779991819, + 44.19825779991817, 43.56395931032691, 43.01418812764925, 42.850499276808804, @@ -446770,17 +303696,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 912.8039193091281, + 912.8039193091267, 51.19336885939856, - -763.771967656749, + -763.7719676567494, -1092.3384961859447, - -939.7370139484256, + -939.737013948426, -242.40216010046925, - 660.1082088334247, + 660.108208833426, 1267.7231682331217 ], "relative wind speed": [ - 3.115680382636739, + 3.115680382636738, 2.8053290583876267, 2.4138297207372394, 2.185064855373556, @@ -446792,11 +303718,11 @@ "relative wind angle": [ 0.1009889463696013, 0.18260013245494883, - 0.16912769891027807, + 0.16912769891027873, 0.02983706608585152, - 0.13648201323881923, - 0.19144296010249606, - 0.13427803143126046, + 0.13648201323882003, + 0.1914429601024961, + 0.13427803143125963, 0.020349352315963787 ], "resistance": [ @@ -446850,40 +303776,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1249.4589580062875, + 1249.4589580062711, -166.1356630139926, - -1419.261948162727, - -1806.0727434858518, + -1419.2619481627316, + -1806.0727434859155, -1490.326284728345, - -285.6352863907923, + -285.63528639079414, 1148.28139665223, 1995.5486525338529 ], "relative wind speed": [ - 4.834904875868465, + 4.834904875868464, 4.505893085471023, - 4.140920165290629, - 3.969559523679075, + 4.140920165290628, + 3.9695595236790755, 4.1167654097801005, 4.474482104128141, 4.8142333535619155, 4.956476549508463 ], "relative wind angle": [ - 0.06991497638330253, + 0.06991497638330571, 0.1097348257377598, - 0.0870721055410329, - 0.003980603649772104, - 0.08213657528861641, - 0.11050830716625815, + 0.08707210554103288, + 0.003980603649799994, + 0.08213657528861643, + 0.11050830716625816, 0.07486962702461547, 0.003187996151467088 ], "resistance": [ - 97883.9589580063, + 97883.95895800629, 96468.36433698602, 95215.23805183728, - 94828.42725651416, + 94828.4272565141, 95144.17371527167, 96348.86471360922, 97782.78139665225, @@ -446893,7 +303819,7 @@ 46.48299889086121, 45.75093220628659, 45.10910714055155, - 44.912170958464074, + 44.91217095846406, 45.07288455449744, 45.68947495798824, 46.430428061931366, @@ -446930,37 +303856,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 942.1814042771084, + 942.1814042771039, -74.87419351141853, - -977.7275336737503, + -977.7275336737516, -1271.150866895186, - -1043.6662151372875, + -1043.6662151372889, -185.1428055184897, - 847.8235432389074, + 847.8235432389092, 1474.5380303192105 ], "relative wind speed": [ - 3.525409106677096, + 3.5254091066770954, 3.1962931903251315, 2.8155218117955214, 2.627178660246308, - 2.782353507026149, + 2.7823535070261487, 3.1549501183035678, 3.4989766124977413, 3.6425173568081894 ], "relative wind angle": [ - 0.09778335122388995, + 0.09778335122389223, 0.1595098485244002, - 0.13315434162630235, - 0.007970947632509736, + 0.13315434162630402, + 0.007970947632509735, 0.12401769675280504, - 0.1616183653413038, - 0.10703322735515933, - 0.005749045254755639 + 0.16161836534130378, + 0.10703322735515829, + 0.00574904525475564 ], "resistance": [ - 97576.6814042771, + 97576.68140427709, 96559.62580648856, 95656.77246632623, 95363.3491331048, @@ -447010,17 +303936,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 730.4691411043455, + 730.4691411043436, 40.98604377640049, - -604.747496518359, + -604.7474965183594, -861.8916567467165, - -734.9527425611864, + -734.9527425611861, -175.9429804891588, 542.9143450862343, 1024.893099238329 ], "relative wind speed": [ - 2.681692139110163, + 2.6816921391101625, 2.390861452487153, 2.021991383698178, 1.8060149329118924, @@ -447030,13 +303956,13 @@ 2.7658683915735445 ], "relative wind angle": [ - 0.11179975419570103, - 0.202173514164744, - 0.18893245950999307, - 0.03154787985070464, - 0.15574570200094795, + 0.11179975419570203, + 0.20217351416474402, + 0.18893245950999366, + 0.031547879850704647, + 0.15574570200094723, 0.21221053349929161, - 0.14589642305763215, + 0.14589642305763217, 0.020597697288310752 ], "resistance": [ @@ -447090,33 +304016,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 668.092033238888, + 668.0920332388862, 71.68137736458016, - -506.6157719502378, - -757.5391832298824, + -506.61577195023824, + -757.5391832298815, -663.9977719624687, -190.6087341647658, - 441.534818726386, + 441.53481872638554, 884.9582467876814 ], "relative wind speed": [ - 2.5359197351236547, + 2.535919735123654, 2.273832305338559, - 1.9301473397772535, - 1.7154374005569313, + 1.9301473397772533, + 1.715437400556931, 1.8112437481326926, 2.1310043325479473, 2.4466352537495615, 2.601685481165982 ], "relative wind angle": [ - 0.1034878823724534, - 0.19625336044114472, - 0.19029087176160633, - 0.042514143259906094, + 0.10348788237245447, + 0.19625336044114475, + 0.19029087176160692, + 0.042514143259903485, 0.14514382482783025, 0.2095966127546272, - 0.14977521409891673, + 0.14977521409891675, 0.02802718864558282 ], "resistance": [ @@ -447170,9 +304096,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 831.7147679823256, + 831.7147679823233, -1.4176106068166519, - -757.6386239881717, + -757.6386239881722, -1031.323379518531, -857.9308379374131, -168.57196225828238, @@ -447180,9 +304106,9 @@ 1234.629613004554 ], "relative wind speed": [ - 2.952477073484755, + 2.9524770734847547, 2.629742119297226, - 2.235298977506847, + 2.2352989775068464, 2.020962213738829, 2.17097240021927, 2.5523907259589107, @@ -447190,13 +304116,13 @@ 3.057115268125618 ], "relative wind angle": [ - 0.11489188768315153, + 0.11489188768315252, 0.1983290753035456, - 0.1773218207094865, + 0.17732182070948585, 0.019533117334489702, - 0.1565456525866563, - 0.20442336626921326, - 0.13619285759771435, + 0.15654565258665626, + 0.20442336626921329, + 0.13619285759771432, 0.012912263768643234 ], "resistance": [ @@ -447250,9 +304176,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 653.7444614350798, + 653.7444614350775, -65.17978310415765, - -685.3370465117766, + -685.3370465117771, -872.5398738429185, -696.3483733820269, -83.53561129103764, @@ -447260,9 +304186,9 @@ 1064.0545006143047 ], "relative wind speed": [ - 2.721196359665972, + 2.721196359665971, 2.413544065410231, - 2.0573269107540604, + 2.05732691075406, 1.8868044000315158, 2.0497521362580136, 2.40441229664895, @@ -447270,9 +304196,9 @@ 2.8366111125734763 ], "relative wind angle": [ - 0.12250051943929958, + 0.1225005194392996, 0.19805872184002565, - 0.16558174078951787, + 0.1655817407895172, 0.002468346138360419, 0.16294205418330174, 0.19882098421617092, @@ -447330,17 +304256,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1200.0738279885436, + 1200.0738279885254, 643.9756198221285, -221.89682701008178, -911.0061781307904, - -1071.3500901107705, + -1071.3500901107636, -784.8934927795685, -10.63957126076366, 824.0972435755466 ], "relative wind speed": [ - 3.4558926686957605, + 3.45589266869576, 3.315672077346435, 3.0093241468332965, 2.695421010972462, @@ -447350,31 +304276,31 @@ 3.368732481457522 ], "relative wind angle": [ - 0.012019131019556706, + 0.012019131019565943, 0.1021515065448883, - 0.14560531931316512, - 0.10383322432219623, - 0.01608287652734644, - 0.12279369118561176, + 0.14560531931316514, + 0.10383322432219622, + 0.016082876527339536, + 0.12279369118561177, 0.14170661201147614, 0.08302613799898749 ], "resistance": [ - 97834.57382798856, + 97834.57382798854, 97278.47561982214, 96412.60317298993, 95723.49382186923, - 95563.14990988924, + 95563.14990988925, 95849.60650722045, 96623.86042873925, 97458.59724357555 ], "fuel": [ - 42.2145657926154, + 42.214565792615396, 41.9261957028739, 41.47947995452087, 41.12595241696002, - 41.04394604205949, + 41.0439460420595, 41.19051876818607, 41.58821324196057, 42.019473510776265 @@ -447410,9 +304336,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 962.6289268955215, + 962.6289268955029, 534.7598119916033, - -150.17334371292736, + -150.17334371292827, -707.1956770688057, -845.6889356694974, -634.852897376587, @@ -447420,7 +304346,7 @@ 638.1662125750454 ], "relative wind speed": [ - 3.0255637629086083, + 3.025563762908608, 2.904801070560609, 2.6291535772631387, 2.339090566163441, @@ -447430,17 +304356,17 @@ 2.939630621694852 ], "relative wind angle": [ - 0.009058209871481308, + 0.009058209871493566, 0.1040821617999868, - 0.15249978338268605, + 0.15249978338268677, 0.11269006069473136, 0.012307452991348448, - 0.12702746643455132, + 0.1270274664345513, 0.14939678182426414, 0.08959866649448783 ], "resistance": [ - 97597.1289268955, + 97597.12892689549, 97169.2598119916, 96484.32665628706, 95927.30432293117, @@ -447477,68 +304403,7 @@ "id": "7586", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.063796502528005, - 9.063796502528005, - 9.063796502528005, - 9.063796502528005, - 9.063796502528005, - 9.063796502528005, - 9.063796502528005, - 9.063796502528005 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 848.0628796340416, - 386.78114486401455, - -249.75249214187397, - -707.4439013328738, - -780.4231817357356, - -504.0655519809666, - 90.78005740739263, - 677.4374976223626 - ], - "relative wind speed": [ - 2.8953856210142823, - 2.746235743647185, - 2.466287090412355, - 2.204618769715458, - 2.142683159576028, - 2.3307806110875298, - 2.6252194202337313, - 2.848509276257542 - ], - "relative wind angle": [ - 0.02775491590877367, - 0.11791618340128944, - 0.15327724807816606, - 0.0951451495263658, - 0.03750891084444168, - 0.13906042889211961, - 0.14393100453455213, - 0.0735934499197089 - ], - "resistance": [ - 97482.56287963405, - 97021.28114486401, - 96384.74750785812, - 95927.05609866712, - 95854.07681826426, - 96130.43444801903, - 96725.28005740739, - 97311.93749762236 - ], - "fuel": [ - 40.975248673069146, - 40.73656941583785, - 40.408510359233645, - 40.17355545308965, - 40.13616374985364, - 40.27786306423306, - 40.58382774516149, - 40.88687035966027 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.96875 26.5625, -32.96875 26.71875, -32.8125 26.71875, -32.8125 26.5625, -32.96875 26.5625))", @@ -447570,34 +304435,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 881.1465117161902, + 881.1465117161806, 363.39099427537076, - -314.610985937632, - -776.4194793631332, + -314.61098593763245, + -776.4194793631318, -830.0103692064527, -501.6717615369794, 145.7275131445631, - 755.8065095687525 + 755.8065095687534 ], "relative wind speed": [ - 3.018015476583666, + 3.0180154765836655, 2.852681253614359, - 2.5626496467003093, - 2.3057780156124523, + 2.562649646700309, + 2.305778015612452, 2.2624475945116798, 2.4676499346721426, 2.76765484175267, - 2.9850417547378663 + 2.985041754737866 ], "relative wind angle": [ - 0.0343178407981067, - 0.11966978423545355, - 0.14807570003979653, - 0.08428899714107783, + 0.034317840798113175, + 0.11966978423545356, + 0.14807570003979578, + 0.0842889971410752, 0.04578565041093583, 0.13845401560105225, - 0.13703545773104217, - 0.06507739882000273 + 0.13703545773104214, + 0.06507739882000103 ], "resistance": [ 97515.64651171617, @@ -447637,68 +304502,7 @@ "id": "7588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.405950388112458, - 11.405950388112458, - 11.405950388112458, - 11.405950388112458, - 11.405950388112458, - 11.405950388112458, - 11.405950388112458, - 11.405950388112458 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1162.076357291401, - 922.1043869314781, - 110.4156989155972, - -712.1035603800397, - -1089.672312909001, - -987.4330370092848, - -351.5150171733935, - 529.3923148065887 - ], - "relative wind speed": [ - 3.582774262991914, - 3.5292814706186375, - 3.280806448417063, - 2.958224456638938, - 2.75626266138056, - 2.8244340281241906, - 3.1095923086640975, - 3.4179179835421962 - ], - "relative wind angle": [ - 0.024099102171953223, - 0.06557859616801821, - 0.1263450906415598, - 0.1197404130384554, - 0.03132771426962508, - 0.081977030613031, - 0.13334207118087524, - 0.10357351076678077 - ], - "resistance": [ - 97796.57635729139, - 97556.60438693146, - 96744.91569891559, - 95922.39643961994, - 95544.82768709099, - 95647.0669629907, - 96282.98498282659, - 97163.89231480658 - ], - "fuel": [ - 42.55100588325559, - 42.42645889108822, - 42.00677543673493, - 41.58399289333897, - 41.390762078115834, - 41.44303336426137, - 41.769028853994705, - 42.22310107684598 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 26.71875, -32.65625 26.875, -32.5 26.875, -32.5 26.71875, -32.65625 26.71875))", @@ -447717,68 +304521,7 @@ "id": "7589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.571098935049248, - 13.571098935049248, - 13.571098935049248, - 13.571098935049248, - 13.571098935049248, - 13.571098935049248, - 13.571098935049248, - 13.571098935049248 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1193.576961884769, - 1149.1184016741154, - 308.78272439311877, - -660.8372919066123, - -1215.3115049191356, - -1196.4715294751904, - -593.3260126503174, - 387.0703479716012 - ], - "relative wind speed": [ - 4.1445062375711945, - 4.135942192004808, - 3.928373244340198, - 3.624331155581081, - 3.4003180133337954, - 3.4107296476653337, - 3.647873106101813, - 3.9501035707628125 - ], - "relative wind angle": [ - 0.03401145794952232, - 0.039575881345883204, - 0.0949289753737645, - 0.10031101485711888, - 0.04145903588191024, - 0.047996673944828525, - 0.10225308423928395, - 0.09201368754089835 - ], - "resistance": [ - 97828.0769618848, - 97783.61840167415, - 96943.28272439315, - 95973.66270809341, - 95419.18849508089, - 95438.02847052483, - 96041.17398734971, - 97021.57034797163 - ], - "fuel": [ - 44.19487750975543, - 44.171781848432886, - 43.736621406590515, - 43.23777736830789, - 42.95408721946066, - 42.96370769407575, - 43.272396838218675, - 43.77705096726696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 26.5625, -32.8125 26.71875, -32.65625 26.71875, -32.65625 26.5625, -32.8125 26.5625))", @@ -447797,68 +304540,7 @@ "id": "7590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.473508012076206, - 11.473508012076206, - 11.473508012076206, - 11.473508012076206, - 11.473508012076206, - 11.473508012076206, - 11.473508012076206, - 11.473508012076206 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1244.9607510187761, - 761.6949728538002, - -110.64063111160613, - -870.2598335271828, - -1094.438083236073, - -889.0664180396134, - -142.18178263961727, - 734.8652527311488 - ], - "relative wind speed": [ - 3.612194720033116, - 3.5043875264050453, - 3.2211254505945845, - 2.9066602901769696, - 2.7619924785804923, - 2.897554350128233, - 3.2095021387595555, - 3.4968384441776346 - ], - "relative wind angle": [ - 0.0016231483879775694, - 0.08469418660693018, - 0.13235920953355848, - 0.10503439473453813, - 0.002122789946550747, - 0.10248855496197495, - 0.1328413869765171, - 0.08725747945584417 - ], - "resistance": [ - 97879.46075101879, - 97396.19497285382, - 96523.85936888841, - 95764.24016647284, - 95540.06191676394, - 95745.4335819604, - 96492.3182173604, - 97369.36525273116 - ], - "fuel": [ - 42.640187393910765, - 42.38943905950049, - 41.93901725012286, - 41.549101857708024, - 41.43444065035341, - 41.53947560436589, - 41.92278433261724, - 42.37554359507588 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 26.5625, -32.65625 26.71875, -32.5 26.71875, -32.5 26.5625, -32.65625 26.5625))", @@ -447877,68 +304559,7 @@ "id": "7591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.72133357268066, - 13.72133357268066, - 13.72133357268066, - 13.72133357268066, - 13.72133357268066, - 13.72133357268066, - 13.72133357268066, - 13.72133357268066 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1522.5609013693038, - 1014.8380995405923, - -60.77780946229177, - -1046.1977662727886, - -1390.1286794757398, - -1174.8700168819387, - -277.0018164764433, - 831.5547883797681 - ], - "relative wind speed": [ - 4.25471960048415, - 4.1585991227112, - 3.870442988267859, - 3.5379473650069513, - 3.368548250846621, - 3.4865182537327226, - 3.803870038736076, - 4.114934342060175 - ], - "relative wind angle": [ - 0.007876199252189691, - 0.06970140055091988, - 0.11473537112688481, - 0.09540236910057327, - 0.009948269438966095, - 0.08316597086916454, - 0.11675249150569196, - 0.08199272920772466 - ], - "resistance": [ - 98157.06090136933, - 97649.33809954062, - 96573.72219053774, - 95588.30223372724, - 95244.37132052428, - 95459.6299831181, - 96357.49818352358, - 97466.0547883798 - ], - "fuel": [ - 44.490395964607494, - 44.2264564494571, - 43.67046649903617, - 43.16487787622923, - 42.989268160307255, - 43.09912681952483, - 43.55921918233305, - 44.13141232145854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.125 26.40625, -33.125 26.5625, -32.96875 26.5625, -32.96875 26.40625, -33.125 26.40625))", @@ -447970,32 +304591,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 806.9616987151248, + 806.9616987151176, 133.83979166127665, - -564.5032834657059, + -564.5032834657072, -904.5311064059165, - -833.2042707762539, + -833.2042707762557, -316.11232277361796, 422.97185749945993, 973.6726889860347 ], "relative wind speed": [ - 3.0749443873828053, + 3.0749443873828044, 2.8397773129219432, - 2.5219565329340754, + 2.521956532934075, 2.311123760200693, - 2.3673444707506985, + 2.367344470750699, 2.644856828205403, 2.9494640317661207, 3.1174203748815668 ], "relative wind angle": [ - 0.07016854485539373, + 0.07016854485539689, 0.14254273147974383, - 0.14120674480534137, + 0.14120674480534218, 0.04264744900762877, - 0.09119351483659614, - 0.15312780609922358, + 0.09119351483659979, + 0.15312780609922355, 0.12063116643729038, 0.031612698748007095 ], @@ -448050,34 +304671,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 942.4759539253346, + 942.4759539253291, 109.90642822682184, - -729.1546572973589, + -729.1546572973616, -1111.237449381722, -1003.0951494735195, -349.3413380798024, - 551.4763729499109, + 551.4763729499082, 1195.9564118037188 ], "relative wind speed": [ 3.497870529421175, 3.2398144805700277, - 2.904946402460474, + 2.9049464024604736, 2.6958132307879743, 2.7692270320523957, 3.067135263911856, - 3.386001032852004, + 3.3860010328520045, 3.554758447539213 ], "relative wind angle": [ - 0.06929098842993797, - 0.13300523738569603, - 0.1261298851155215, + 0.06929098842994119, + 0.133005237385696, + 0.12612988511552325, 0.03233462067355985, - 0.08756478471206113, + 0.08756478471206114, 0.1405417526227688, - 0.10813433484052125, - 0.02451970912502321 + 0.10813433484052332, + 0.024519709125023215 ], "resistance": [ 97576.97595392531, @@ -448130,34 +304751,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 830.770342113, + 830.7703421129963, 117.55023553676847, - -604.705321001371, + -604.7053210013723, -941.8832715693729, -853.0661505022667, -297.76404356671173, 475.27640536195395, - 1037.896798778926 + 1037.8967987789306 ], "relative wind speed": [ - 3.0413742279257274, + 3.041374227925727, 2.7863956211557572, 2.4471056380532445, 2.2278015181196897, 2.2997576131072024, 2.6028526112208827, 2.9241265823393094, - 3.0944696911100866 + 3.094469691110086 ], "relative wind angle": [ - 0.07927605628447737, - 0.15625042036521647, - 0.15275514740029594, + 0.07927605628447877, + 0.1562504203652165, + 0.1527551474002974, 0.04175045803142074, 0.10492330944176427, - 0.1673691079116219, + 0.16736910791162193, 0.12768587224887887, - 0.030053198979248203 + 0.030053198979244508 ], "resistance": [ 97465.27034211298, @@ -448167,7 +304788,7 @@ 95781.43384949771, 96336.73595643327, 97109.77640536195, - 97672.39679877891 + 97672.39679877892 ], "fuel": [ 41.24330222957141, @@ -448177,7 +304798,7 @@ 40.375979493951625, 40.660842589762204, 41.059313257324796, - 41.35071913829743 + 41.350719138297436 ] }, { @@ -448210,9 +304831,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1192.46261730666, + 1192.4626173066445, 218.70199956700526, - -814.2482660306159, + -814.2482660306177, -1334.1413056726428, -1247.0431492840103, -507.50844135944226, @@ -448220,9 +304841,9 @@ 1396.7677969033966 ], "relative wind speed": [ - 3.9187182622625882, + 3.918718262262588, 3.6549481924044844, - 3.295028695177607, + 3.2950286951776064, 3.0524353076676234, 3.1050141366031103, 3.4115713854959364, @@ -448230,17 +304851,17 @@ 3.9598111444865056 ], "relative wind angle": [ - 0.05981006290543959, + 0.05981006290544516, 0.12452877326099399, - 0.12407194740096313, - 0.040210440975183004, - 0.07551070954849516, + 0.12407194740096314, + 0.040210440975183, + 0.07551070954849518, 0.13346380789967316, 0.10865363794270018, 0.030992978928515238 ], "resistance": [ - 97826.96261730668, + 97826.96261730666, 96853.20199956701, 95820.2517339694, 95300.35869432737, @@ -448250,7 +304871,7 @@ 98031.26779690341 ], "fuel": [ - 43.43690639071659, + 43.43690639071658, 42.93273768934468, 42.401779849968406, 42.13604607918658, @@ -448290,9 +304911,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1271.55507521023, + 1271.5550752102272, 486.8810398142632, - -501.72336272528446, + -501.7233627252863, -1148.4331623433554, -1201.7184588038044, -686.5283384733225, @@ -448300,9 +304921,9 @@ 1147.1923766928776 ], "relative wind speed": [ - 3.563766991642716, + 3.5637669916427153, 3.347351970902963, - 2.9822215176880245, + 2.982221517688024, 2.6685010463215924, 2.6315346341836565, 2.9018346756013393, @@ -448312,11 +304933,11 @@ "relative wind angle": [ 0.041687816275739455, 0.13032313784494928, - 0.15712822893240821, - 0.08440251540353043, - 0.056469559049476356, + 0.15712822893240894, + 0.08440251540353044, + 0.05646955904947636, 0.15047360913654964, - 0.1429387213949303, + 0.14293872139493027, 0.06366005556351646 ], "resistance": [ @@ -448357,68 +304978,7 @@ "id": "7597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.723811788006481, - 13.723811788006481, - 13.723811788006481, - 13.723811788006481, - 13.723811788006481, - 13.723811788006481, - 13.723811788006481, - 13.723811788006481 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1719.8335738962496, - 1112.3829540700963, - -94.23805688728862, - -1178.5693967200532, - -1537.2089911474386, - -1279.0567401289063, - -262.8338176519428, - 969.0731624895361 - ], - "relative wind speed": [ - 4.307487333820413, - 4.194007787307864, - 3.870174935026261, - 3.4999793800172356, - 3.317041600348946, - 3.4594090231526193, - 3.8182401812567077, - 4.160211106292917 - ], - "relative wind angle": [ - 0.006079123625196412, - 0.0791640212014033, - 0.1283136628410518, - 0.10553925294979047, - 0.007894341365490321, - 0.09602162159418186, - 0.13006879490187725, - 0.08874170459383 - ], - "resistance": [ - 98354.33357389629, - 97746.88295407014, - 96540.26194311275, - 95455.93060328, - 95097.29100885261, - 95355.44325987114, - 96371.6661823481, - 97603.57316248959 - ], - "fuel": [ - 44.595271153089456, - 44.279154972011554, - 43.655304120065395, - 43.09930166693562, - 42.91636822499814, - 43.047997223046316, - 43.568567601919156, - 44.20477699724196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 26.25, -32.8125 26.40625, -32.65625 26.40625, -32.65625 26.25, -32.8125 26.25))", @@ -448450,11 +305010,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1573.6448628712706, + 1573.644862871246, 618.2498545170165, - -610.4477954807553, + -610.4477954807562, -1428.726304822534, - -1508.3280742491015, + -1508.328074249097, -889.8547771537587, 293.39683218514256, 1387.1397220533936 @@ -448462,7 +305022,7 @@ "relative wind speed": [ 4.163106709653603, 3.9397645566405153, - 3.5591073022640005, + 3.559107302264, 3.2311120265320192, 3.1851067830908684, 3.457545073298897, @@ -448470,27 +305030,27 @@ 4.127502606619947 ], "relative wind angle": [ - 0.03504305924234399, - 0.11426295155927162, + 0.03504305924235349, + 0.11426295155927163, 0.13794138625827135, 0.07525119841945112, - 0.04580981906324307, + 0.045809819063240644, 0.13028419431462032, 0.12751772326489988, 0.058886961739054194 ], "resistance": [ - 98208.1448628713, + 98208.14486287127, 97252.74985451705, 96024.05220451928, 95205.7736951775, - 95126.17192575092, + 95126.17192575094, 95744.64522284627, 96927.89683218517, 98021.63972205343 ], "fuel": [ - 44.10465121345466, + 44.104651213454645, 43.60860360938494, 42.97564829156907, 42.55723400020477, @@ -448530,49 +305090,49 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1902.4275524981122, + 1902.4275524980285, 983.4544005360867, - -419.47452882706875, - -1514.5895780407955, + -419.4745288270733, + -1514.5895780407945, -1751.0873482067054, -1260.458094837888, - 7.288700333419911, + 7.28870033342173, 1345.6295001932185 ], "relative wind speed": [ 4.67784637772411, 4.503687305055178, 4.139624148860637, - 3.779604974341974, + 3.7796049743419737, 3.660614295804386, 3.8728728890216426, - 4.259795260620382, + 4.259795260620381, 4.58224071761441 ], "relative wind angle": [ - 0.012940352305199583, + 0.012940352305225321, 0.08948758728297256, - 0.12318976348406985, - 0.08393857718830211, + 0.12318976348407167, + 0.08393857718830079, 0.016536582323588154, - 0.10411249551850048, - 0.11969757482678435, + 0.10411249551850049, + 0.11969757482678249, 0.06920966979916773 ], "resistance": [ - 98536.92755249809, + 98536.92755249802, 97617.95440053607, - 96215.02547117292, - 95119.91042195918, + 96215.0254711729, + 95119.9104219592, 94883.41265179327, 95374.0419051621, 96641.7887003334, 97980.1295001932 ], "fuel": [ - 45.81433503105934, + 45.8143350310593, 45.336011343791476, - 44.61185023049357, + 44.611850230493566, 44.051665617542525, 43.931275746775434, 44.18126395885784, @@ -448610,17 +305170,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 395.52650420814234, + 395.526504208141, -443.63721736687785, - -968.5197278658284, + -968.5197278658295, -990.2099602227754, - -516.364275237222, + -516.3642752372216, 310.294250893955, 1046.2898134990187, 1096.4324167375717 ], "relative wind speed": [ - 2.7306072522495493, + 2.730607252249549, 2.33687831420248, 1.9987653612127925, 1.9791741429423462, @@ -448630,14 +305190,14 @@ 2.9684911651696715 ], "relative wind angle": [ - 0.17680749728055456, + 0.17680749728055517, 0.21390946849344353, - 0.11093491908079839, - 0.09266715513000988, - 0.21071258288320485, + 0.11093491908080039, + 0.09266715513000989, + 0.21071258288320435, 0.18506372753024014, 0.07494433213630114, - 0.061734542400568714 + 0.06173454240056872 ], "resistance": [ 97030.02650420817, @@ -448690,19 +305250,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 776.1127447153758, + 776.1127447153722, -229.77481502408136, - -1033.7389653790856, + -1033.738965379087, -1227.465293677185, -897.9722026874751, - -3.01232414372771, + -3.012324143728165, 970.7318573481843, 1422.6141243508318 ], "relative wind speed": [ - 3.3169741972371547, + 3.316974197237154, 2.9576081667573875, - 2.5789732506482475, + 2.578973250648247, 2.437477799970581, 2.652135970325601, 3.047736366906099, @@ -448710,14 +305270,14 @@ 3.477764368798231 ], "relative wind angle": [ - 0.12094580511168601, + 0.12094580511168694, 0.17680767053989355, - 0.13045550245489473, + 0.13045550245489476, 0.018773038915920186, 0.1514746135662306, - 0.171526376431891, + 0.17152637643189103, 0.09959271847231825, - 0.013157158791979488 + 0.013157158791979486 ], "resistance": [ 97410.61274471534, @@ -448770,14 +305330,14 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 387.59589417230654, + 387.59589417230563, -356.01083171176765, - -833.3764566339171, + -833.3764566339178, -865.0792870595646, -460.3527418848216, 264.79364603342674, 927.3443267896714, - 1000.3316791014072 + 1000.3316791014067 ], "relative wind speed": [ 2.445776965841852, @@ -448787,17 +305347,17 @@ 1.9855503763210995, 2.3895877804302295, 2.6532383729579214, - 2.674362298380962 + 2.6743622983809625 ], "relative wind angle": [ - 0.1977030912719667, + 0.19770309127196728, 0.2492652955363291, - 0.1392789001333191, - 0.10407328542202829, + 0.1392789001333207, + 0.10407328542202827, 0.24436983668486334, 0.21354559818493932, 0.08898508621458766, - 0.06471966731711784 + 0.06471966731711956 ], "resistance": [ 97022.09589417235, @@ -448850,34 +305410,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 785.5660748810906, + 785.5660748810869, -127.81439709497863, - -887.5322450614769, + -887.5322450614779, -1097.2159242516132, -838.2292364424957, -45.69269561710962, 856.6191426927357, - 1343.8333014036657 + 1343.8333014036411 ], "relative wind speed": [ - 2.976528210720602, + 2.9765282107206015, 2.6133532338261483, - 2.2039237632588407, + 2.20392376325884, 2.0243719695419014, 2.2353408723916144, 2.650821359550753, 2.9998648387457525, - 3.123841726773802 + 3.1238417267738026 ], "relative wind angle": [ - 0.13556502270870238, + 0.13556502270870405, 0.21194547223253873, 0.17106898351199495, 0.009463122468065374, - 0.18094867691472033, + 0.18094867691472036, 0.20890503336278402, - 0.1253962637826264, - 0.006132421452945781 + 0.12539626378262636, + 0.006132421452963885 ], "resistance": [ 97420.06607488109, @@ -448887,7 +305447,7 @@ 95796.2707635575, 96588.80730438289, 97491.11914269274, - 97978.33330140366 + 97978.33330140365 ], "fuel": [ 41.050858473884986, @@ -448897,7 +305457,7 @@ 40.21455392929342, 40.62150891331056, 41.087677041921765, - 41.340649713245625 + 41.34064971324562 ] }, { @@ -448930,31 +305490,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 813.025458574195, + 813.0254585741886, -83.68475999052453, - -875.446970778436, - -1124.9285500003652, - -921.525236953792, + -875.4469707784369, + -1124.9285500004044, + -921.5252369537907, -160.8458674840058, 747.1918378709343, 1290.2409344333082 ], "relative wind speed": [ - 3.422160528806379, + 3.4221605288063786, 3.1239258971765627, 2.7844126824176647, - 2.620757371657878, + 2.6207573716578785, 2.7610390120846993, 3.0944476243949604, 3.4031698642832495, 3.5307435350184946 ], "relative wind angle": [ - 0.09106162147116721, + 0.09106162147116965, 0.1461695369554576, - 0.11961653634980286, - 0.0056852358237753885, - 0.11295011185717044, + 0.11961653634980378, + 0.005685235823814445, + 0.11295011185716945, 0.14757212212196943, 0.09779067948895848, 0.004219957497669554 @@ -448963,7 +305523,7 @@ 97447.52545857418, 96550.81524000946, 95759.05302922156, - 95509.57144999962, + 95509.57144999958, 95712.9747630462, 96473.65413251598, 97381.69183787092, @@ -448973,7 +305533,7 @@ 42.14675099097218, 41.68361298278698, 41.277166395977616, - 41.14957976946715, + 41.14957976946712, 41.25358421030504, 41.64390018292005, 42.1126470971352, @@ -449010,19 +305570,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 557.9612429738909, + 557.96124297389, -144.052231238064, - -716.6043073465398, + -716.6043073465407, -861.5149063569891, -647.282576717435, -28.168083609839414, - 657.208005633001, + 657.2080056330028, 995.9402814613945 ], "relative wind speed": [ - 2.8457716493638086, + 2.8457716493638077, 2.556239113431279, - 2.247482845472497, + 2.2474828454724967, 2.1254893048227546, 2.29051028815421, 2.6096925595608305, @@ -449030,13 +305590,13 @@ 2.9710518130027914 ], "relative wind angle": [ - 0.11202314225930379, - 0.16616512167807726, - 0.12482397649883745, + 0.11202314225930281, + 0.1661651216780773, + 0.12482397649883746, 0.012746675099035152, - 0.13933912376364388, + 0.1393391237636439, 0.16273092574906814, - 0.09731464776336098, + 0.09731464776335982, 0.009118845820087845 ], "resistance": [ @@ -449090,34 +305650,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 454.1545586336165, + 454.15455863361467, -487.7000462481924, - -1097.892604603524, + -1097.8926046035226, -1143.0585058997467, -644.1357132183839, 271.9123618793715, 1102.9379316827903, - 1208.305341247144 + 1208.3053412471468 ], "relative wind speed": [ - 3.2482453247952443, + 3.248245324795244, 2.8887102837307532, 2.5820791419719717, 2.5497489396733, 2.818527557411643, 3.185992495065108, 3.439195049213738, - 3.4632319625716503 + 3.46323196257165 ], "relative wind angle": [ - 0.1326755501816343, + 0.13267555018163432, 0.15898431434690444, - 0.08416300079829213, - 0.05900454233311029, + 0.0841630007982908, + 0.059004542333110296, 0.15305214949323787, - 0.1440407072143292, + 0.14404070721432924, 0.06315530853034354, - 0.043429595557909845 + 0.04342959555790729 ], "resistance": [ 97088.65455863361, @@ -449170,9 +305730,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 488.6858684087797, + 488.68586840877606, -357.56525949242496, - -941.0757427773128, + -941.0757427773149, -1016.1151568343289, -612.6818837287474, 190.50902765333285, @@ -449180,7 +305740,7 @@ 1134.3547566793286 ], "relative wind speed": [ - 2.8793656901864435, + 2.879365690186443, 2.5145947554085244, 2.177031797501839, 2.113601210357615, @@ -449190,19 +305750,19 @@ 3.080515779764426 ], "relative wind angle": [ - 0.1504573865835173, - 0.193705613566872, - 0.11645886196244817, + 0.1504573865835195, + 0.19370561356687202, + 0.11645886196245105, 0.05979549912050174, - 0.1823205360634184, - 0.17610448794179576, + 0.18232053606341836, + 0.17610448794179578, 0.0834169415057996, - 0.04101389699802401 + 0.04101389699802402 ], "resistance": [ 97123.1858684088, 96276.9347405076, - 95693.42425722271, + 95693.4242572227, 95618.38484316568, 96021.81811627127, 96825.00902765334, @@ -449212,7 +305772,7 @@ "fuel": [ 40.93592332334862, 40.49978859382416, - 40.20061541928754, + 40.20061541928753, 40.162233708387504, 40.36883121487938, 40.78194706708469, @@ -449250,9 +305810,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 360.28603157918405, + 360.2860315791786, -755.8024325939541, - -1378.1194931254213, + -1378.1194931254236, -1336.053267605002, -610.6560535236367, 529.4801481643099, @@ -449260,7 +305820,7 @@ 1359.6133415214344 ], "relative wind speed": [ - 3.4638569712312255, + 3.463856971231225, 3.0522217410008907, 2.743792731571481, 2.7717349275536565, @@ -449270,14 +305830,14 @@ 3.7421807803755684 ], "relative wind angle": [ - 0.1478430291135387, - 0.16008174091069907, - 0.06484651824165014, + 0.14784302911354094, + 0.1600817409106991, + 0.06484651824165184, 0.08491263316717579, - 0.16467293715580947, + 0.1646729371558095, 0.13877295207230458, 0.0472708968620944, - 0.0628583908154333 + 0.06285839081543329 ], "resistance": [ 96994.78603157919, @@ -449330,19 +305890,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 163.73141671834037, + 163.731416718339, -531.4204538069071, - -877.1143373282837, + -877.114337328285, -807.3448240255098, -296.26554179880054, 439.0481660136438, - 997.6518622829458, + 997.6518622829426, 836.0897181679843 ], "relative wind speed": [ 2.492552610611633, 2.1219752783688444, - 1.8631938410712943, + 1.863193841071294, 1.9295257295656931, 2.260562476274461, 2.611547844439855, @@ -449350,13 +305910,13 @@ 2.756790105312874 ], "relative wind angle": [ - 0.189720972606079, + 0.1897209726060802, 0.19735017908927482, - 0.06355671545349209, - 0.1292528513618039, + 0.06355671545349383, + 0.12925285136180387, 0.20946681366801714, 0.15999691416619957, - 0.04224552986485736, + 0.04224552986485999, 0.09033747601500298 ], "resistance": [ @@ -449410,34 +305970,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 494.8696268652611, + 494.86962686525385, -599.7299216731226, - -1292.4058059349081, + -1292.40580593491, -1329.434108090241, -728.36926203352, - 345.0813049222288, - 1300.817461604006, + 345.0813049222252, + 1300.8174616040096, 1387.2796564252385 ], "relative wind speed": [ - 3.5445237427888805, + 3.54452374278888, 3.160804582967722, - 2.841644181604895, + 2.8416441816048947, 2.8175580775747013, 3.108312832569834, - 3.4977952508119508, + 3.497795250811951, 3.7616905206919187, 3.779765033412255 ], "relative wind angle": [ - 0.1304493580845991, + 0.13044935808460167, 0.15301323895879446, - 0.07758251126754, + 0.07758251126754143, 0.06047655835306378, 0.14888410395132645, - 0.13817167299882982, - 0.05858185766765801, - 0.04506894696227571 + 0.13817167299883146, + 0.05858185766765612, + 0.0450689469622757 ], "resistance": [ 97129.36962686529, @@ -449445,7 +306005,7 @@ 95342.09419406512, 95305.06589190979, 95906.13073796651, - 96979.58130492226, + 96979.58130492225, 97935.31746160403, 98021.77965642526 ], @@ -449490,19 +306050,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 235.82978505947858, + 235.82978505947722, -433.48267628008534, - -806.9196797974298, - -778.7264366653292, + -806.91967979743, + -778.7264366653294, -339.434335081457, 346.1723466914241, 908.9254156658621, 843.8265462709192 ], "relative wind speed": [ - 2.3843175126300498, + 2.3843175126300493, 2.0149577436999957, - 1.7269782338706752, + 1.726978233870675, 1.7559644987499174, 2.074557224104754, 2.4348928042570974, @@ -449510,10 +306070,10 @@ 2.6278025717792266 ], "relative wind angle": [ - 0.19467844196981696, + 0.19467844196981754, 0.21917624583135945, - 0.09180530808807558, - 0.12228923888142425, + 0.09180530808807556, + 0.12228923888142426, 0.2242097885263328, 0.1809124644949285, 0.05984932362656102, @@ -449570,11 +306130,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 899.7923704587142, + 899.7923704587097, 174.83731234436937, - -589.5443178531341, + -589.544317853135, -975.5911012067686, - -909.1512393995508, + -909.1512393995499, -359.8440312141315, 442.5154117730317, 1054.7231645713969 @@ -449582,7 +306142,7 @@ "relative wind speed": [ 3.1276466571567565, 2.8799057004453785, - 2.536300163341985, + 2.5363001633419846, 2.2998325260723225, 2.3522306609481127, 2.64977467926434, @@ -449590,11 +306150,11 @@ 3.1663753798859706 ], "relative wind angle": [ - 0.07176723631493406, + 0.07176723631493716, 0.15116183542251452, 0.15399686966997234, 0.050682025717333726, - 0.09548855354981396, + 0.09548855354981281, 0.16440479162067856, 0.13090974786655235, 0.036804412157043866 @@ -449650,37 +306210,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1244.8408444337656, + 1244.8408444337574, 374.2551053395364, - -635.3697630943575, + -635.3697630943598, -1228.4246198807182, -1219.526193126656, -604.4685917487282, 410.2387049141089, - 1265.6156973997759 + 1265.6156973997786 ], "relative wind speed": [ 3.6361018342501925, 3.3910247403903, - 3.0159997659530853, + 3.0159997659530844, 2.7240371142254665, 2.7300412604643567, 3.0290779195881252, 3.4026617881661942, - 3.64060209762034 + 3.6406020976203397 ], "relative wind angle": [ - 0.05373764790099185, + 0.053737647900995986, 0.13579108074008692, 0.1510724299166352, 0.06717846573688839, 0.07159910044127367, - 0.15213631056662477, + 0.1521363105666248, 0.13379534575994637, - 0.05024883025750538 + 0.05024883025750317 ], "resistance": [ - 97879.3408444338, + 97879.34084443378, 97008.75510533957, 95999.13023690566, 95406.0753801193, @@ -449730,19 +306290,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 753.3123985511706, + 753.3123985511679, -58.24903128477763, - -765.0130686846057, + -765.0130686846067, -987.1600059909829, -793.670067262681, -106.00734761348212, - 712.0672989604363, + 712.0672989604354, 1203.5213583139503 ], "relative wind speed": [ - 2.8785457835207513, + 2.878545783520751, 2.551021564515288, - 2.1669902410042785, + 2.166990241004278, 1.9778266906114952, 2.1482204299764067, 2.5284710441235196, @@ -449750,17 +306310,17 @@ 2.9981791850217845 ], "relative wind angle": [ - 0.12280585380826825, - 0.20134897223455675, - 0.17106545044531357, + 0.12280585380827007, + 0.20134897223455678, + 0.17106545044531354, 0.0058194921970225, - 0.16488871737025623, - 0.20316973800247579, - 0.12914178429238454, + 0.16488871737025626, + 0.2031697380024758, + 0.1291417842923854, 0.0038389667820020773 ], "resistance": [ - 97387.81239855119, + 97387.81239855118, 96576.25096871523, 95869.4869313154, 95647.33999400903, @@ -449770,7 +306330,7 @@ 97838.02135831397 ], "fuel": [ - 40.8701972379221, + 40.870197237922085, 40.45108911814045, 40.08809719388377, 39.97438711018889, @@ -449810,34 +306370,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 966.5931647711718, + 966.5931647711686, 176.7206711401991, - -628.676480152362, + -628.6764801523627, -1020.1481618809746, -929.5276539531985, -324.54146912948363, 533.12177324597, - 1176.2410352952743 + 1176.241035295277 ], "relative wind speed": [ - 2.9354423848499764, + 2.935442384849976, 2.641831743375078, 2.2336707430914227, 1.9525780947148739, 2.034308843162555, 2.4033225967062526, 2.7867453194722516, - 2.9904302781009164 + 2.990430278100916 ], "relative wind angle": [ - 0.09595072144410678, + 0.09595072144410795, 0.19796752928962547, - 0.20448778523876154, + 0.20448778523876263, 0.06245759864769431, - 0.13868560873004154, - 0.21791608817990593, + 0.13868560873004157, + 0.2179160881799059, 0.16349135550005237, - 0.04076598248696903 + 0.04076598248696631 ], "resistance": [ 97601.09316477118, @@ -449890,34 +306450,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1321.0375863502213, + 1321.0375863502195, 386.74803912327025, - -695.480687924135, + -695.4806879241369, -1327.028197846088, -1314.512936170317, -651.6727404123021, - 437.7006881371235, + 437.70068813712624, 1350.331312747533 ], "relative wind speed": [ - 3.8858854160132217, + 3.8858854160132212, 3.6398353960280727, - 3.2674170072163204, + 3.26741700721632, 2.9815787638540105, 2.9893358258074185, - 3.2844835873636398, + 3.28448358736364, 3.655163504796127, 3.891840467025178 ], "relative wind angle": [ 0.05033946379478306, - 0.12554460426140893, - 0.13785805845351862, + 0.1255446042614089, + 0.13785805845351864, 0.06015205657302202, 0.06545617135434065, - 0.13921143626556196, - 0.12315493370538831, - 0.04607161707732177 + 0.13921143626556273, + 0.12315493370538742, + 0.04607161707732176 ], "resistance": [ 97955.53758635023, @@ -449957,68 +306517,7 @@ "id": "7617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.288438200086526, - 12.288438200086526, - 12.288438200086526, - 12.288438200086526, - 12.288438200086526, - 12.288438200086526, - 12.288438200086526, - 12.288438200086526 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1497.4985058524808, - 491.3550494866686, - -705.0022217966925, - -1433.2901616404079, - -1446.5544104601104, - -750.9715276266834, - 437.8080560030867, - 1466.5504221634155 - ], - "relative wind speed": [ - 3.9229018154459863, - 3.663433157251986, - 3.2539571246106984, - 2.9241896980850095, - 2.9158430488820475, - 3.235823981876936, - 3.6473363391026115, - 3.9166840501828415 - ], - "relative wind angle": [ - 0.05070678340905678, - 0.13615685934516233, - 0.15563943485068593, - 0.07395801823072021, - 0.06824335685557904, - 0.15428530352251704, - 0.13873786293195045, - 0.05519462811624251 - ], - "resistance": [ - 98131.99850585248, - 97125.85504948666, - 95929.49777820331, - 95201.20983835959, - 95187.94558953989, - 95883.52847237332, - 97072.3080560031, - 98101.05042216342 - ], - "fuel": [ - 43.351517804980205, - 42.82950134425081, - 42.2136988676693, - 41.841434192608176, - 41.83467246681565, - 42.190143281746714, - 42.801825180247796, - 43.33540488850274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 25.9375, -32.8125 26.09375, -32.65625 26.09375, -32.65625 25.9375, -32.8125 25.9375))", @@ -450050,9 +306549,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1008.8381989454351, + 1008.8381989454301, 161.9479533527392, - -692.0498437224483, + -692.0498437224487, -1095.4063106657684, -989.4472672263071, -333.8955012271981, @@ -450060,9 +306559,9 @@ 1254.430276208022 ], "relative wind speed": [ - 3.082572284605521, + 3.0825722846055204, 2.781692716911478, - 2.371782125400707, + 2.3717821254007068, 2.0981689259545897, 2.187496374743427, 2.559214314592542, @@ -450070,14 +306569,14 @@ 3.144054617447397 ], "relative wind angle": [ - 0.09419075811803936, - 0.18930680670393488, - 0.19104022122384148, + 0.09419075811804288, + 0.1893068067039349, + 0.1910402212238409, 0.05409446093658682, 0.13292650076043602, 0.20599057151075717, 0.15362224424372306, - 0.036089895138148496 + 0.0360898951381485 ], "resistance": [ 97643.33819894545, @@ -450117,68 +306616,7 @@ "id": "7619", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.317766238655107, - 10.317766238655107, - 10.317766238655107, - 10.317766238655107, - 10.317766238655107, - 10.317766238655107, - 10.317766238655107, - 10.317766238655107 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1115.2766622257636, - 191.18831184452847, - -755.8020897251004, - -1213.8717465197738, - -1109.2720645640593, - -398.90777297838395, - 608.0519928755843, - 1358.2955316327466 - ], - "relative wind speed": [ - 3.3352087172848393, - 3.0345358530142397, - 2.6230137253429846, - 2.345810874511772, - 2.42551785172514, - 2.792551914228499, - 3.182224541661452, - 3.3917437075805754 - ], - "relative wind angle": [ - 0.08500652093905676, - 0.17336946584673527, - 0.17516616000609972, - 0.05245667712831357, - 0.11701435784385801, - 0.18856566109585973, - 0.14414572174859744, - 0.036271605842397636 - ], - "resistance": [ - 97749.7766622258, - 96825.68831184457, - 95878.69791027495, - 95420.62825348027, - 95525.22793543598, - 96235.59222702165, - 97242.55199287563, - 97992.79553163279 - ], - "fuel": [ - 41.82534198430481, - 41.3470713194821, - 40.860244131425084, - 40.625957935995345, - 40.679388131770544, - 41.04332391473575, - 41.56242966416309, - 41.951646396989595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.125 25.78125, -33.125 25.9375, -32.96875 25.9375, -32.96875 25.78125, -33.125 25.78125))", @@ -450197,68 +306635,7 @@ "id": "7620", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.999179431963489, - 8.999179431963489, - 8.999179431963489, - 8.999179431963489, - 8.999179431963489, - 8.999179431963489, - 8.999179431963489, - 8.999179431963489 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 644.5383007678015, - -245.36004676502125, - -920.5670377511992, - -1061.9677090486987, - -720.5599414326609, - 87.74116901265234, - 932.9336715842965, - 1260.402088349153 - ], - "relative wind speed": [ - 2.8595214555469415, - 2.479436054991847, - 2.086330611219181, - 1.9605523464735386, - 2.217824273491871, - 2.6359067343192373, - 2.956828037528196, - 3.0416840663619458 - ], - "relative wind angle": [ - 0.15414778736072088, - 0.21990500042238487, - 0.15682111654959485, - 0.04084033108652388, - 0.1992785251577307, - 0.20665582701100935, - 0.11042387949317976, - 0.026319825220719753 - ], - "resistance": [ - 97279.03830076782, - 96389.13995323499, - 95713.93296224881, - 95572.53229095132, - 95913.94005856736, - 96722.24116901266, - 97567.43367158431, - 97894.90208834916 - ], - "fuel": [ - 40.83598671503566, - 40.37691358318658, - 40.03055973382362, - 39.9582417468815, - 40.13297844617479, - 40.548405912289766, - 40.98539387980012, - 41.15541859307138 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.96875 25.78125, -32.96875 25.9375, -32.8125 25.9375, -32.8125 25.78125, -32.96875 25.78125))", @@ -450290,37 +306667,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 935.5936250468608, + 935.5936250468571, 69.10743378369853, - -740.4929286872241, - -1067.1992742693558, - -907.1038094021226, + -740.4929286872243, + -1067.1992742693544, + -907.1038094021224, -208.0579126727962, 694.4778645103606, 1305.6516080257402 ], "relative wind speed": [ - 2.8837405815151884, + 2.8837405815151875, 2.541910695228893, - 2.1002144171247124, - 1.83462083186406, + 2.100214417124712, + 1.8346208318640598, 1.9845138081303861, 2.4068537167054185, 2.800598899921091, 2.9813455350609974 ], "relative wind angle": [ - 0.12394786610020375, - 0.22762351034765368, - 0.21822746730250359, - 0.037848542845441244, - 0.18063120225837007, + 0.12394786610020464, + 0.2276235103476537, + 0.21822746730250306, + 0.03784854284543831, + 0.18063120225836946, 0.24064152226018232, 0.16307832702506128, 0.023287278181493103 ], "resistance": [ - 97570.09362504685, + 97570.09362504684, 96703.60743378369, 95894.00707131276, 95567.30072573063, @@ -450330,7 +306707,7 @@ 97940.15160802573 ], "fuel": [ - 40.81602975992097, + 40.81602975992096, 40.36805811634116, 39.95202099016875, 39.784823955838434, @@ -450357,68 +306734,7 @@ "id": "7622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.083071189332474, - 9.083071189332474, - 9.083071189332474, - 9.083071189332474, - 9.083071189332474, - 9.083071189332474, - 9.083071189332474, - 9.083071189332474 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 401.714469312682, - -512.6487133712662, - -1065.854146832301, - -1070.5264601271886, - -528.2189689510164, - 383.4428745861924, - 1176.471470449886, - 1187.2564664834254 - ], - "relative wind speed": [ - 2.7934272716541795, - 2.3690723829748657, - 2.012858671914646, - 2.0087011978750557, - 2.3605379551838177, - 2.7861929947709116, - 3.0534857665924555, - 3.056222318081593 - ], - "relative wind angle": [ - 0.18811628560184313, - 0.22376759263114016, - 0.11005036731179337, - 0.10627340122509531, - 0.2231509182499873, - 0.18982139564423806, - 0.0724622853260944, - 0.069773356635208 - ], - "resistance": [ - 97036.21446931266, - 96121.85128662872, - 95568.64585316769, - 95563.9735398728, - 96106.28103104897, - 97017.94287458618, - 97810.97147044988, - 97821.7564664834 - ], - "fuel": [ - 40.754435930923286, - 40.283609890091114, - 40.00026254462958, - 39.997874273179846, - 40.27561935654515, - 40.744997015992595, - 41.155810416914505, - 41.161413508368796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.96875 25.625, -32.96875 25.78125, -32.8125 25.78125, -32.8125 25.625, -32.96875 25.625))", @@ -450450,9 +306766,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 723.6277210024837, + 723.6277210024805, -255.76998376749316, - -995.8803457680319, + -995.8803457680331, -1152.0134018886704, -772.0764952997799, 116.4365648592634, @@ -450460,9 +306776,9 @@ 1408.286536140689 ], "relative wind speed": [ - 2.871460243228422, + 2.8714602432284213, 2.450296614331227, - 2.0064415799498083, + 2.006441579949808, 1.8626910073033016, 2.158979387682894, 2.627265199152525, @@ -450470,14 +306786,14 @@ 3.071946961813052 ], "relative wind angle": [ - 0.17228782866531195, - 0.24951732934646478, - 0.18213204398471486, - 0.048934361050087555, + 0.1722878286653126, + 0.24951732934646476, + 0.1821320439847149, + 0.04893436105008756, 0.2300357009172455, - 0.23238905565150408, + 0.2323890556515041, 0.12225558919942188, - 0.02966411413445244 + 0.029664114134452437 ], "resistance": [ 97358.12772100246, @@ -450517,68 +306833,7 @@ "id": "7624", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.098196984385178, - 8.098196984385178, - 8.098196984385178, - 8.098196984385178, - 8.098196984385178, - 8.098196984385178, - 8.098196984385178, - 8.098196984385178 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 835.1183915796987, - 97.8248101913864, - -612.2045970924712, - -920.6665718973936, - -802.2717093636293, - -218.4356858360229, - 560.2610755896294, - 1108.645106963717 - ], - "relative wind speed": [ - 2.6991879958611666, - 2.392660481871178, - 1.985151494990775, - 1.725880742641276, - 1.8444401160279091, - 2.2277232766001362, - 2.5974504269667897, - 2.7764925429026572 - ], - "relative wind angle": [ - 0.11578897189091668, - 0.2215206704082175, - 0.21917122155297988, - 0.04909239080376901, - 0.16988535638513863, - 0.23822757468375028, - 0.16694235087518305, - 0.03050853598837127 - ], - "resistance": [ - 97469.6183915797, - 96732.32481019139, - 96022.29540290753, - 95713.8334281026, - 95832.22829063637, - 96416.06431416397, - 97194.76107558963, - 97743.14510696371 - ], - "fuel": [ - 40.49128157656748, - 40.11020069023716, - 39.74512363992538, - 39.58710572500895, - 39.64771479960925, - 39.947356785529124, - 40.34898110439449, - 40.63317223792839 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 25.78125, -32.65625 25.9375, -32.5 25.9375, -32.5 25.78125, -32.65625 25.78125))", @@ -450597,68 +306852,7 @@ "id": "7625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.864744025472792, - 8.864744025472792, - 8.864744025472792, - 8.864744025472792, - 8.864744025472792, - 8.864744025472792, - 8.864744025472792, - 8.864744025472792 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 856.2234199457953, - -2.0207546133906362, - -773.6928284899034, - -1048.8625024995313, - -864.3067707610578, - -152.86870514362454, - 725.4287906239401, - 1284.1701883102169 - ], - "relative wind speed": [ - 2.900142060367579, - 2.5590645029554886, - 2.1402132803979534, - 1.9128334096766368, - 2.0794030922738638, - 2.487153002970342, - 2.855560943996721, - 3.0126084274754428 - ], - "relative wind angle": [ - 0.1254342394989958, - 0.216593165132016, - 0.19510684192002736, - 0.019261494541291124, - 0.17538237181583166, - 0.22295986647218513, - 0.14582079723678007, - 0.01222949193301601 - ], - "resistance": [ - 97490.72341994577, - 96632.4792453866, - 95860.80717151008, - 95585.63749750046, - 95770.19322923892, - 96481.63129485636, - 97359.92879062392, - 97918.6701883102 - ], - "fuel": [ - 40.876068363084215, - 40.432598139166615, - 40.03620137281342, - 39.89538663799032, - 39.98979967551542, - 40.35493549395129, - 40.80830739990646, - 41.09822023834393 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 25.625, -32.8125 25.78125, -32.65625 25.78125, -32.65625 25.625, -32.8125 25.625))", @@ -450677,68 +306871,7 @@ "id": "7626", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.158121474187581, - 8.158121474187581, - 8.158121474187581, - 8.158121474187581, - 8.158121474187581, - 8.158121474187581, - 8.158121474187581, - 8.158121474187581 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 617.384853314436, - -180.72204592876483, - -800.7385560709683, - -944.1090877755519, - -657.7574975623122, - 57.13807151416313, - 824.2870095008948, - 1155.733954097473 - ], - "relative wind speed": [ - 2.6372038023295943, - 2.2678722625915575, - 1.8707303599919944, - 1.7282396416091494, - 1.9761548604806234, - 2.3909804115029276, - 2.713005685181489, - 2.805925813130764 - ], - "relative wind angle": [ - 0.16221397957214687, - 0.239993857331227, - 0.18082604499028293, - 0.036619370774318705, - 0.2172330134274248, - 0.22741311448104495, - 0.12432874876630798, - 0.022551654059631086 - ], - "resistance": [ - 97251.88485331445, - 96453.77795407125, - 95833.76144392905, - 95690.39091222447, - 95976.7425024377, - 96691.63807151417, - 97458.78700950091, - 97790.2339540975 - ], - "fuel": [ - 40.40636303726943, - 39.994586830291404, - 39.67633067081114, - 39.60294181640694, - 39.74959633588042, - 40.11706072340302, - 40.513499252271146, - 40.68545811125124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 25.625, -32.65625 25.78125, -32.5 25.78125, -32.5 25.625, -32.65625 25.625))", @@ -450757,68 +306890,7 @@ "id": "7627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.895599447055587, - 7.895599447055587, - 7.895599447055587, - 7.895599447055587, - 7.895599447055587, - 7.895599447055587, - 7.895599447055587, - 7.895599447055587 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 657.6427120782278, - -125.99183684384911, - -757.5304277776092, - -922.673108164317, - -673.2059752230293, - 14.209199340187297, - 779.9617774582243, - 1161.7579924967063 - ], - "relative wind speed": [ - 2.5900602255130316, - 2.2241693128196265, - 1.8123686402198902, - 1.6417636205103037, - 1.8772990340861357, - 2.299072531060476, - 2.6359027954598138, - 2.7454099601943334 - ], - "relative wind angle": [ - 0.16192713977815168, - 0.2507639633855422, - 0.20162857378099044, - 0.02352538680576395, - 0.2243078488392983, - 0.24242727345555654, - 0.13813528306189252, - 0.014067420179457987 - ], - "resistance": [ - 97292.14271207823, - 96508.50816315615, - 95876.96957222238, - 95711.82689183568, - 95961.29402477697, - 96648.70919934018, - 97414.46177745823, - 97796.2579924967 - ], - "fuel": [ - 40.30702558784075, - 39.902577772403106, - 39.57829222073366, - 39.49373872419995, - 39.62150570555355, - 39.974770198440744, - 40.370362821301384, - 40.568416310482846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.75 25.46875, -33.75 25.625, -33.59375 25.625, -33.59375 25.46875, -33.75 25.46875))", @@ -450850,17 +306922,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 689.9661223223056, + 689.9661223223011, -353.24370960015176, - -1131.97394442113, + -1131.9739444211323, -1278.8182523199898, -863.7911392937249, 95.4997688098183, - 1073.5021946008465, + 1073.5021946008492, 1416.6428047589507 ], "relative wind speed": [ - 3.4835040984073475, + 3.483504098407347, 3.124314875276357, 2.7749878159204995, 2.6757472124851036, @@ -450870,14 +306942,14 @@ 3.6647769830893018 ], "relative wind angle": [ - 0.11778287851111402, + 0.11778287851111591, 0.15900590644538917, - 0.1047880007035171, + 0.10478800070351922, 0.031478011676252825, 0.14124447350572875, 0.15090179312244717, - 0.08093402010080934, - 0.02298112723449531 + 0.08093402010080798, + 0.022981127234495313 ], "resistance": [ 97324.46612232234, @@ -450930,34 +307002,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 436.1020983977364, + 436.1020983977328, -330.15901671313304, - -852.6845035164281, - -915.2426616324517, + -852.6845035164276, + -915.2426616324522, -541.6054473685374, 188.689471356774, 883.3217173401617, 1028.2743287518233 ], "relative wind speed": [ - 2.6870833807853836, + 2.687083380785383, 2.330750510416363, - 2.0020675776255867, - 1.9448082614272615, + 2.0020675776255863, + 1.9448082614272617, 2.210610041127373, 2.5835665091922895, 2.8458635357034576, 2.8852962890334926 ], "relative wind angle": [ - 0.15848524404305614, + 0.15848524404305822, 0.20345618070953123, - 0.12113526975424364, - 0.06627739528695535, - 0.19303621114491173, + 0.12113526975424181, + 0.06627739528695702, + 0.1930362111449117, 0.1833080634097067, 0.08511323831756062, - 0.04465582898258306 + 0.044655828982583065 ], "resistance": [ 97070.60209839775, @@ -451010,19 +307082,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 834.6616108644203, + 834.6616108644166, -254.58432062333668, - -1131.4660291810856, + -1131.4660291810878, -1343.6036502490315, -996.2294617418029, -28.23439556102221, - 1027.9882920640166, + 1027.9882920640202, 1524.789502827758 ], "relative wind speed": [ 3.6465814132294847, 3.2962358492234807, - 2.930941266733764, + 2.9309412667337638, 2.7938886680284365, 2.995158093539898, 3.3768857302109376, @@ -451030,13 +307102,13 @@ 3.8029875255212957 ], "relative wind angle": [ - 0.10595310223914974, + 0.10595310223915183, 0.15368461711760306, - 0.11212801447306552, - 0.014601745993519037, + 0.11212801447306651, + 0.014601745993519039, 0.12911428332340097, - 0.14998605831648018, - 0.08879092041561573, + 0.14998605831648015, + 0.0887909204156145, 0.01072708892797257 ], "resistance": [ @@ -451077,68 +307149,7 @@ "id": "7631", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.189189943027891, - 11.189189943027891, - 11.189189943027891, - 11.189189943027891, - 11.189189943027891, - 11.189189943027891, - 11.189189943027891, - 11.189189943027891 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 421.73466794158503, - -606.2000936086092, - -1229.9116735112366, - -1239.1205648840541, - -637.9974980997081, - 384.6737244172855, - 1268.247916954465, - 1289.709675504363 - ], - "relative wind speed": [ - 3.3440099003618853, - 2.9571726052207614, - 2.6452610415362106, - 2.638873114298552, - 2.943361827610611, - 3.3318030021124354, - 3.5844630119565113, - 3.5891683923418585 - ], - "relative wind angle": [ - 0.14120430401416076, - 0.1616853964043516, - 0.07667128784570752, - 0.07187567397040542, - 0.1605815922121968, - 0.14337160316517347, - 0.056556582494982834, - 0.05282440327372442 - ], - "resistance": [ - 97056.23466794161, - 96028.29990639142, - 95404.5883264888, - 95395.37943511597, - 95996.50250190032, - 97019.17372441731, - 97902.7479169545, - 97924.20967550439 - ], - "fuel": [ - 42.02152441195035, - 41.492358454738095, - 41.17319736887235, - 41.168495907006914, - 41.476052304080625, - 42.002377650426844, - 42.46024937352504, - 42.4714070818624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.4375 25.46875, -33.4375 25.625, -33.28125 25.625, -33.28125 25.46875, -33.4375 25.46875))", @@ -451157,68 +307168,7 @@ "id": "7632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.896605281413832, - 7.896605281413832, - 7.896605281413832, - 7.896605281413832, - 7.896605281413832, - 7.896605281413832, - 7.896605281413832, - 7.896605281413832 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 232.83797417379265, - -454.8068234907896, - -832.4156000164935, - -797.1276012166143, - -337.3714505574908, - 370.6936484163698, - 945.9605433784373, - 864.5213126245108 - ], - "relative wind speed": [ - 2.397241493107261, - 2.017912500333678, - 1.7253769107380335, - 1.7615599282424927, - 2.0920246428539393, - 2.4599518335895048, - 2.673276715657278, - 2.6495736452858947 - ], - "relative wind angle": [ - 0.1995530409620794, - 0.22308873970002663, - 0.09063509051378527, - 0.12841936265230533, - 0.22915253946590325, - 0.1824981352110641, - 0.05845060296989684, - 0.08524790775706932 - ], - "resistance": [ - 96867.33797417382, - 96179.69317650924, - 95802.08439998353, - 95837.37239878341, - 96297.12854944254, - 97005.1936484164, - 97580.46054337846, - 97499.02131262454 - ], - "fuel": [ - 40.087944417305394, - 39.734002795970056, - 39.54038999785372, - 39.55846087421306, - 39.79432404855323, - 40.159112634233374, - 40.45685836150295, - 40.41463234901438 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.28125 25.46875, -33.28125 25.625, -33.125 25.625, -33.125 25.46875, -33.28125 25.46875))", @@ -451237,68 +307187,7 @@ "id": "7633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.81687065743173, - 7.81687065743173, - 7.81687065743173, - 7.81687065743173, - 7.81687065743173, - 7.81687065743173, - 7.81687065743173, - 7.81687065743173 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 331.1227772110876, - -381.3724347193536, - -819.7406434495254, - -830.5939236594957, - -417.30639412121195, - 288.8922374884953, - 912.1412099042525, - 937.1570677298548 - ], - "relative wind speed": [ - 2.424294439425172, - 2.042608515976062, - 1.7144440694331167, - 1.7031278838099508, - 2.0196243579695645, - 2.404960816062052, - 2.648918196003304, - 2.6562081032405613 - ], - "relative wind angle": [ - 0.1948789073098855, - 0.2363883930960052, - 0.12106385932661785, - 0.10916379645457226, - 0.23459462768325498, - 0.2002429590619019, - 0.07824401462484779, - 0.06991248406456818 - ], - "resistance": [ - 96965.6227772111, - 96253.12756528067, - 95814.7593565505, - 95803.90607634051, - 96217.1936058788, - 96923.39223748852, - 97546.64120990426, - 97571.65706772987 - ], - "fuel": [ - 40.10307151986363, - 39.736111365026204, - 39.511274919600964, - 39.50571740780431, - 39.71765414596412, - 40.081268639659676, - 40.40371478420885, - 40.41668724287125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.4375 25.3125, -33.4375 25.46875, -33.28125 25.46875, -33.28125 25.3125, -33.4375 25.3125))", @@ -451317,68 +307206,7 @@ "id": "7634", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.850421733289846, - 8.850421733289846, - 8.850421733289846, - 8.850421733289846, - 8.850421733289846, - 8.850421733289846, - 8.850421733289846, - 8.850421733289846 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 111.27493152351008, - -668.1406277375743, - -1013.2617199098556, - -892.7973251057065, - -262.97688447937526, - 585.9010573411806, - 1188.604672458986, - 909.6439330371713 - ], - "relative wind speed": [ - 2.6026978650757084, - 2.1972658228056576, - 1.9387303830385114, - 2.0475628822636636, - 2.423913221243109, - 2.796679170894825, - 2.98173036723144, - 2.9080711346462813 - ], - "relative wind angle": [ - 0.20188245998351328, - 0.19865991954696313, - 0.04715494457803941, - 0.1492189564702262, - 0.2170026651767227, - 0.15568458574459768, - 0.030653731039903074, - 0.10486718868017031 - ], - "resistance": [ - 96745.77493152353, - 95966.35937226244, - 95621.23828009015, - 95741.7026748943, - 96371.52311552064, - 97220.4010573412, - 97823.104672459, - 97544.14393303718 - ], - "fuel": [ - 40.48364311098905, - 40.08295127243101, - 39.906249114748604, - 39.967876588610736, - 40.290960872294455, - 40.72875231639459, - 41.0412121069946, - 40.89642239214643 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.28125 25.3125, -33.28125 25.46875, -33.125 25.46875, -33.125 25.3125, -33.28125 25.3125))", @@ -451397,68 +307225,7 @@ "id": "7635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.399267468589889, - 8.399267468589889, - 8.399267468589889, - 8.399267468589889, - 8.399267468589889, - 8.399267468589889, - 8.399267468589889, - 8.399267468589889 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 414.7854350016637, - -358.83754043158956, - -868.4558951992258, - -914.2285551287293, - -511.932916859578, - 235.26534345829123, - 928.4970349023156, - 1034.2632258876283 - ], - "relative wind speed": [ - 2.6106301410755473, - 2.2345037430014805, - 1.8942761526704424, - 1.8504280547068048, - 2.143967714334976, - 2.5335706653091887, - 2.79708869202014, - 2.8262879025245926 - ], - "relative wind angle": [ - 0.17472871854353048, - 0.2206365477202335, - 0.12584064281457058, - 0.08266748398866898, - 0.21329333172437384, - 0.19423631916440218, - 0.08510115875035279, - 0.054088824042962835 - ], - "resistance": [ - 97049.28543500167, - 96275.66245956843, - 95766.04410480079, - 95720.27144487128, - 96122.56708314044, - 96869.7653434583, - 97562.99703490234, - 97668.76322588764 - ], - "fuel": [ - 40.41599584010859, - 40.017399877073515, - 39.756044478861, - 39.73261748125369, - 39.93878407562248, - 40.32330276225468, - 40.68190732594891, - 40.73677676443475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.75 25.15625, -33.75 25.3125, -33.59375 25.3125, -33.59375 25.15625, -33.75 25.15625))", @@ -451477,68 +307244,7 @@ "id": "7636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.025624763945316, - 13.025624763945316, - 13.025624763945316, - 13.025624763945316, - 13.025624763945316, - 13.025624763945316, - 13.025624763945316, - 13.025624763945316 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 999.709180497307, - -230.7360357899961, - -1256.1473895725767, - -1526.221722172797, - -1181.1092881718087, - -105.03719640668896, - 1106.881159178979, - 1740.8057645118643 - ], - "relative wind speed": [ - 3.9922290243260905, - 3.63546690769822, - 3.253115410698941, - 3.095027079805111, - 3.285390991924233, - 3.676284389913229, - 4.0185727164207945, - 4.1415569448893965 - ], - "relative wind angle": [ - 0.09648469013583931, - 0.14443742736786186, - 0.10947659277384526, - 0.006662695752241358, - 0.11733015761386746, - 0.14282269353520943, - 0.08856230620484425, - 0.004979083153646759 - ], - "resistance": [ - 97634.2091804973, - 96403.76396421, - 95378.35261042742, - 95108.27827782721, - 95453.3907118282, - 96529.46280359331, - 97741.38115917899, - 98375.30576451187 - ], - "fuel": [ - 43.65509399119405, - 43.019495898420104, - 42.49411371078411, - 42.356388741890285, - 42.532427728216696, - 43.084168458351115, - 43.710721404079976, - 44.04063284461435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.59375 25.15625, -33.59375 25.3125, -33.4375 25.3125, -33.4375 25.15625, -33.59375 25.15625))", @@ -451557,68 +307263,7 @@ "id": "7637", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.44373280100528, - 12.44373280100528, - 12.44373280100528, - 12.44373280100528, - 12.44373280100528, - 12.44373280100528, - 12.44373280100528, - 12.44373280100528 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 577.6189469350174, - -493.2512237047149, - -1228.8048734088884, - -1318.7790869086266, - -809.7124249953986, - 209.78558557402357, - 1175.4956883304367, - 1386.4588894699564 - ], - "relative wind speed": [ - 3.7161590931164, - 3.3671290925891464, - 3.058287566257167, - 3.0031628886884247, - 3.2451323340868274, - 3.6059900089888375, - 3.8713821089068876, - 3.9142987794868342 - ], - "relative wind angle": [ - 0.10988162183252055, - 0.13579922456250512, - 0.07762198874244824, - 0.04012373091940582, - 0.12591015670194153, - 0.1267536388210033, - 0.0612960984025052, - 0.03078068430135969 - ], - "resistance": [ - 97212.11894693504, - 96141.2487762953, - 95405.69512659112, - 95315.72091309138, - 95824.78757500462, - 96844.28558557403, - 97809.99568833045, - 98020.95888946997 - ], - "fuel": [ - 42.989589707584756, - 42.43778560478396, - 42.06123743361031, - 42.01531559304527, - 42.27553450591681, - 42.799569298404805, - 43.299523306116924, - 43.409202088146756 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.75 25, -33.75 25.15625, -33.59375 25.15625, -33.59375 25, -33.75 25))", @@ -451637,68 +307282,7 @@ "id": "7638", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.93291630340113, - 11.93291630340113, - 11.93291630340113, - 11.93291630340113, - 11.93291630340113, - 11.93291630340113, - 11.93291630340113, - 11.93291630340113 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1036.1930669623125, - -116.66064336562249, - -1122.3620870070063, - -1429.1192187797292, - -1157.2289330418166, - -174.95951453748148, - 986.2896840942794, - 1672.6092106273518 - ], - "relative wind speed": [ - 3.724412548844674, - 3.3690664147224956, - 2.9646747331975214, - 2.772669129781933, - 2.948068114317875, - 3.348394530792084, - 3.71120710375878, - 3.8567681207720703 - ], - "relative wind angle": [ - 0.10109626354849265, - 0.16159329082923654, - 0.13216772622954875, - 0.003777319851996776, - 0.12784952271596925, - 0.1625997723838625, - 0.10546967666006327, - 0.0027155498555382295 - ], - "resistance": [ - 97670.69306696234, - 96517.8393566344, - 95512.13791299303, - 95205.3807812203, - 95477.27106695822, - 96459.54048546255, - 97620.78968409431, - 98307.10921062739 - ], - "fuel": [ - 42.853321200866674, - 42.2574807966777, - 41.74173344533696, - 41.585170232196305, - 41.72392040900783, - 42.2274810031563, - 42.82742675343881, - 43.18436485629921 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.59375 25, -33.59375 25.15625, -33.4375 25.15625, -33.4375 25, -33.59375 25))", @@ -451717,68 +307301,7 @@ "id": "7639", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.36868758200977, - 11.36868758200977, - 11.36868758200977, - 11.36868758200977, - 11.36868758200977, - 11.36868758200977, - 11.36868758200977, - 11.36868758200977 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 919.9542869172519, - -6.898174350280897, - -868.313273990459, - -1189.4158007610267, - -1012.6948720898363, - -248.7032401341753, - 713.6906519099812, - 1334.1388844732282 - ], - "relative wind speed": [ - 3.5304913907241517, - 3.2368393321298434, - 2.884730263518304, - 2.694555304199814, - 2.813458854142485, - 3.1468700834173817, - 3.472499314711482, - 3.6220563077537515 - ], - "relative wind angle": [ - 0.08388430820332202, - 0.14378271432182554, - 0.1251583084196005, - 0.016874563331260292, - 0.1053341688671677, - 0.14792328980705594, - 0.10388905418761633, - 0.01255322296431917 - ], - "resistance": [ - 97554.4542869173, - 96627.60182564976, - 95766.18672600959, - 95445.08419923902, - 95621.80512791021, - 96385.79675986587, - 97348.19065191003, - 97968.63888447327 - ], - "fuel": [ - 42.400037364649364, - 41.92101451449565, - 41.47867751932509, - 41.31449770283437, - 41.404807693976124, - 41.7965687646887, - 42.29315811167198, - 42.61513276255556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.4375 25.15625, -33.4375 25.3125, -33.28125 25.3125, -33.28125 25.15625, -33.4375 25.15625))", @@ -451797,68 +307320,7 @@ "id": "7640", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.17283642875351, - 9.17283642875351, - 9.17283642875351, - 9.17283642875351, - 9.17283642875351, - 9.17283642875351, - 9.17283642875351, - 9.17283642875351 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 415.66064967534567, - -423.40032622846593, - -962.9210853823356, - -999.2295252782455, - -546.2161554274153, - 271.9822896224505, - 1014.2959811005462, - 1098.4254012013807 - ], - "relative wind speed": [ - 2.8106583252099133, - 2.4330124108585602, - 2.1039272790978996, - 2.072506758231036, - 2.367011290105704, - 2.753723529544656, - 3.0126454608578443, - 3.0343464544521517 - ], - "relative wind angle": [ - 0.16302880462275662, - 0.19940320201782058, - 0.10732819475468208, - 0.07883165078695675, - 0.1939422990662034, - 0.1759205845563525, - 0.07488043102700044, - 0.05381348692828034 - ], - "resistance": [ - 97050.16064967535, - 96211.09967377153, - 95671.57891461767, - 95635.27047472175, - 96088.28384457258, - 96906.48228962245, - 97648.79598110054, - 97732.92540120138 - ], - "fuel": [ - 40.809243190550305, - 40.377030842869175, - 40.1004997667947, - 40.081928794200124, - 40.31398643760108, - 40.73504651818159, - 41.119210109552334, - 41.16287828563753 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.28125 25.15625, -33.28125 25.3125, -33.125 25.3125, -33.125 25.15625, -33.28125 25.15625))", @@ -451877,68 +307339,7 @@ "id": "7641", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.635161642857799, - 8.635161642857799, - 8.635161642857799, - 8.635161642857799, - 8.635161642857799, - 8.635161642857799, - 8.635161642857799, - 8.635161642857799 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 538.657982301992, - -229.28313644506352, - -806.5723391425508, - -922.0667390542533, - -620.3234702410391, - 81.18742065621473, - 806.6280800430827, - 1074.5476831599235 - ], - "relative wind speed": [ - 2.7157371857118613, - 2.3711384367525277, - 2.021721759334429, - 1.9156092613940559, - 2.1479383110032515, - 2.5232062863524374, - 2.8109622156064957, - 2.884321169251961 - ], - "relative wind angle": [ - 0.14690783643972674, - 0.20583316417726882, - 0.14285239426634075, - 0.040505638877008705, - 0.1861481209189331, - 0.19326601761489481, - 0.10257408127094904, - 0.02689753000015064 - ], - "resistance": [ - 97173.15798230201, - 96405.21686355496, - 95827.92766085747, - 95712.43326094578, - 96014.17652975899, - 96715.68742065625, - 97441.12808004311, - 97709.04768315995 - ], - "fuel": [ - 40.595628052937485, - 40.199597479578586, - 39.90333178648517, - 39.8442087509233, - 39.998779484606764, - 40.35944424327239, - 40.734337866034785, - 40.87328866685673 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.4375 25, -33.4375 25.15625, -33.28125 25.15625, -33.28125 25, -33.4375 25))", @@ -451957,68 +307358,7 @@ "id": "7642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.086477379581394, - 10.086477379581394, - 10.086477379581394, - 10.086477379581394, - 10.086477379581394, - 10.086477379581394, - 10.086477379581394, - 10.086477379581394 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 902.4245604175862, - 64.77313449101939, - -742.38889974128, - -1079.7154053302725, - -942.8726193574553, - -270.24588292127555, - 615.2194447097363, - 1221.505472225696 - ], - "relative wind speed": [ - 3.202845814128151, - 2.9125155028421057, - 2.5442631362679444, - 2.325280113005673, - 2.430711096383256, - 2.7719724365266156, - 3.113406950044743, - 3.280190564467136 - ], - "relative wind angle": [ - 0.08982773770845764, - 0.16473091012237462, - 0.15314944406387918, - 0.030661697272785702, - 0.11848011991003994, - 0.17316539927013064, - 0.1249896049129075, - 0.021733943487015076 - ], - "resistance": [ - 97536.9245604176, - 96699.27313449103, - 95892.11110025873, - 95554.78459466975, - 95691.62738064256, - 96364.25411707874, - 97249.71944470976, - 97856.0054722257 - ], - "fuel": [ - 41.575878525373945, - 41.14287284620272, - 40.72809808348901, - 40.55547506281873, - 40.625451766466334, - 40.97042299258114, - 41.42711995772973, - 41.74150716314595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.28125 25, -33.28125 25.15625, -33.125 25.15625, -33.125 25, -33.28125 25))", @@ -452037,68 +307377,7 @@ "id": "7643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.89836153771608, - 9.89836153771608, - 9.89836153771608, - 9.89836153771608, - 9.89836153771608, - 9.89836153771608, - 9.89836153771608, - 9.89836153771608 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 962.4868371606444, - 109.1952219412874, - -731.1417456426416, - -1103.8289456284638, - -979.4430001842784, - -305.35368502299207, - 606.2645334508143, - 1251.8208893001583 - ], - "relative wind speed": [ - 3.1791186318457805, - 2.883079018645149, - 2.495479428843022, - 2.2525139205532336, - 2.3509809016379535, - 2.7058754308843396, - 3.0669999829534875, - 3.2496288269476694 - ], - "relative wind angle": [ - 0.09104845674340994, - 0.17389632993404805, - 0.16764732863104234, - 0.039988047153450786, - 0.12326231666542091, - 0.18541263319835646, - 0.1361896009507938, - 0.027714290744168306 - ], - "resistance": [ - 97596.98683716064, - 96743.69522194129, - 95903.35825435736, - 95530.67105437153, - 95655.05699981572, - 96329.14631497701, - 97240.76453345081, - 97886.32088930016 - ], - "fuel": [ - 41.49655686685168, - 41.05530045596221, - 40.623391118661914, - 40.43268158438665, - 40.49627424371175, - 40.84190568923659, - 41.3120168118448, - 41.64679314517261 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 25.46875, -32.8125 25.625, -32.65625 25.625, -32.65625 25.46875, -32.8125 25.46875))", @@ -452117,68 +307396,7 @@ "id": "7644", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.076171312352574, - 9.076171312352574, - 9.076171312352574, - 9.076171312352574, - 9.076171312352574, - 9.076171312352574, - 9.076171312352574, - 9.076171312352574 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 595.8605353650187, - -312.36077622593393, - -968.6186972164132, - -1080.3596501103448, - -686.9973257202196, - 156.72639668749707, - 1001.8796990859828, - 1260.3789753541187 - ], - "relative wind speed": [ - 2.8626918933960437, - 2.4695541480472634, - 2.0814527727166072, - 1.9826485403861314, - 2.2647890063940586, - 2.6880432343735405, - 2.9986377698797098, - 3.064861968393284 - ], - "relative wind angle": [ - 0.1621052221212993, - 0.22113444413429856, - 0.14657632935272652, - 0.05638987286255116, - 0.20544689497082513, - 0.2028977734284541, - 0.10155397427206808, - 0.03646716524889433 - ], - "resistance": [ - 97230.36053536499, - 96322.13922377404, - 95665.88130278356, - 95554.14034988963, - 95947.50267427975, - 96791.22639668747, - 97636.37969908596, - 97894.87897535409 - ], - "fuel": [ - 40.85116949429422, - 40.38283953852772, - 40.04634627193743, - 39.98921127057194, - 40.19055005455827, - 40.624343997067925, - 41.061528583926076, - 41.195777012236576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 25.46875, -32.65625 25.625, -32.5 25.625, -32.5 25.46875, -32.65625 25.46875))", @@ -452197,68 +307415,7 @@ "id": "7645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.372578690504346, - 8.372578690504346, - 8.372578690504346, - 8.372578690504346, - 8.372578690504346, - 8.372578690504346, - 8.372578690504346, - 8.372578690504346 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 627.1365515120915, - -145.8284805400649, - -767.0338711910342, - -924.2373908371906, - -675.2955469611848, - 6.920860631274991, - 759.4808402008916, - 1124.0456869606592 - ], - "relative wind speed": [ - 2.6877863432456226, - 2.3427374793704026, - 1.96474096990253, - 1.8147573866663134, - 2.0297515275433207, - 2.4198487128858543, - 2.7356680375529083, - 2.837383005172578 - ], - "relative wind angle": [ - 0.1454350862546272, - 0.22005926152418476, - 0.17066806553872138, - 0.021755001012030695, - 0.19310407343854452, - 0.21293700429900247, - 0.12228316808310775, - 0.013913598671369291 - ], - "resistance": [ - 97261.63655151213, - 96488.67151945998, - 95867.46612880901, - 95710.26260916285, - 95959.20445303885, - 96641.42086063132, - 97393.98084020094, - 97758.5456869607 - ], - "fuel": [ - 40.51294740357747, - 40.11407871572799, - 39.79513301703699, - 39.71464762925406, - 39.84214388645484, - 40.19272481592872, - 40.58146317766918, - 40.77053857197351 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 25.3125, -32.8125 25.46875, -32.65625 25.46875, -32.65625 25.3125, -32.8125 25.3125))", @@ -452277,68 +307434,7 @@ "id": "7646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.714371360323298, - 10.714371360323298, - 10.714371360323298, - 10.714371360323298, - 10.714371360323298, - 10.714371360323298, - 10.714371360323298, - 10.714371360323298 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 703.670509559704, - -310.3998713113383, - -1079.295479112469, - -1234.9417862814607, - -846.5702915030502, - 78.41131123736295, - 1037.170316096623, - 1399.9269167802845 - ], - "relative wind speed": [ - 3.3118305181876155, - 2.943678833520002, - 2.575646044272899, - 2.462569269532978, - 2.699973185771576, - 3.0972296508606973, - 3.409416964776489, - 3.491966376962438 - ], - "relative wind angle": [ - 0.12690806638733565, - 0.17581486766059579, - 0.1202517588319276, - 0.03164564049279055, - 0.15588047262347596, - 0.16701435576209692, - 0.090749989469848, - 0.022314946328365438 - ], - "resistance": [ - 97338.17050955971, - 96324.10012868867, - 95555.20452088755, - 95399.55821371856, - 95787.92970849696, - 96712.91131123737, - 97671.67031609664, - 98034.4269167803 - ], - "fuel": [ - 41.858504559516206, - 41.33538576934687, - 40.94129356406091, - 40.861785841946755, - 41.060343116600365, - 41.535505768272124, - 42.031380061672685, - 42.21989125412588 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 25.3125, -32.65625 25.46875, -32.5 25.46875, -32.5 25.3125, -32.65625 25.3125))", @@ -452370,37 +307466,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 496.35387214012053, + 496.35387214011735, -381.37833652013296, - -985.4951204034978, + -985.4951204034983, -1061.6431088371673, -642.7286682981266, - 191.41714309373856, + 191.4171430937381, 987.4901262470289, - 1164.6799059809823 + 1164.679905980985 ], "relative wind speed": [ - 3.031472956398228, + 3.0314729563982277, 2.674452728594558, - 2.3485470497110517, + 2.348547049711051, 2.288602712092917, 2.5459018737959065, 2.9186893015332136, 3.186812104857272, - 3.2301303785717788 + 3.2301303785717783 ], "relative wind angle": [ - 0.13927088170054747, + 0.13927088170054908, 0.17713032949306404, - 0.10477562827285344, + 0.10477562827285346, 0.05416147460640703, - 0.16606012092611525, - 0.16217050818618753, + 0.16606012092611527, + 0.16217050818618756, 0.07715056328078658, - 0.03836498447899447 + 0.03836498447899157 ], "resistance": [ - 97130.85387214014, + 97130.85387214013, 96253.12166347988, 95649.00487959651, 95572.85689116285, @@ -452410,7 +307506,7 @@ 97799.179905981 ], "fuel": [ - 41.269738030664556, + 41.26973803066454, 40.8174051770933, 40.50774358416217, 40.46880759479381, @@ -452437,68 +307533,7 @@ "id": "7648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.151877283871386, - 11.151877283871386, - 11.151877283871386, - 11.151877283871386, - 11.151877283871386, - 11.151877283871386, - 11.151877283871386, - 11.151877283871386 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1038.9310160638997, - 51.536135103462584, - -889.878003772672, - -1271.0609924490473, - -1101.570724667637, - -302.42072753671937, - 735.9169042172316, - 1434.6993302094816 - ], - "relative wind speed": [ - 3.5185582388580747, - 3.206229770337865, - 2.8164900931215024, - 2.5910202116037366, - 2.7085837683150107, - 3.0719324162511743, - 3.43279210928422, - 3.606007816585608 - ], - "relative wind angle": [ - 0.08845444116766307, - 0.15899189826055768, - 0.14503394981253237, - 0.02626475172397744, - 0.11500943527187715, - 0.16600580204682364, - 0.11885838598599, - 0.018870928978704772 - ], - "resistance": [ - 97673.43101606393, - 96686.0361351035, - 95744.62199622736, - 95363.43900755099, - 95532.9292753324, - 96332.0792724633, - 97370.41690421726, - 98069.1993302095 - ], - "fuel": [ - 42.31632973335286, - 41.80569097838612, - 41.32220986692656, - 41.127384089043744, - 41.21394521126582, - 41.62352284169981, - 42.15923785629731, - 42.522022793341925 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.96875 25.15625, -32.96875 25.3125, -32.8125 25.3125, -32.8125 25.15625, -32.96875 25.15625))", @@ -452517,68 +307552,7 @@ "id": "7649", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.061377160359534, - 15.061377160359534, - 15.061377160359534, - 15.061377160359534, - 15.061377160359534, - 15.061377160359534, - 15.061377160359534, - 15.061377160359534 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1110.4557404234301, - -244.15587070209313, - -1391.823051484048, - -1700.5166182662251, - -1347.2295985207465, - -169.24646931556708, - 1173.991064644898, - 1902.2614653321425 - ], - "relative wind speed": [ - 4.543227003040262, - 4.202839078336903, - 3.8390974288265727, - 3.6849538489406966, - 3.8553715223388356, - 4.223854265717471, - 4.5569871744819155, - 4.682511751997278 - ], - "relative wind angle": [ - 0.07936034769303754, - 0.1189574163062077, - 0.09004080216625406, - 0.002871682874953455, - 0.09355770291659558, - 0.11836277401150912, - 0.07582631433890039, - 0.002259901071569054 - ], - "resistance": [ - 97744.95574042342, - 96390.3441292979, - 95242.67694851593, - 94933.98338173376, - 95287.27040147924, - 96465.25353068442, - 97808.49106464488, - 98536.76146533212 - ], - "fuel": [ - 45.45136091371119, - 44.75137820619133, - 44.16367509167694, - 44.00643418971782, - 44.18641920981738, - 44.78990857616476, - 45.48435982784091, - 45.86368105988818 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-33.125 25, -33.125 25.15625, -32.96875 25.15625, -32.96875 25, -33.125 25))", @@ -452597,68 +307571,7 @@ "id": "7650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.355175366008236, - 12.355175366008236, - 12.355175366008236, - 12.355175366008236, - 12.355175366008236, - 12.355175366008236, - 12.355175366008236, - 12.355175366008236 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1191.2320900839386, - 113.97349754385777, - -951.9712643998109, - -1420.1556855857302, - -1265.3232114911275, - -410.8320357011953, - 743.5543709547792, - 1553.610467297679 - ], - "relative wind speed": [ - 3.8636138992220697, - 3.558661427591277, - 3.1678910248090477, - 2.929447253696688, - 3.0255764495779967, - 3.3789871349676623, - 3.7478115840363744, - 3.9369993652922894 - ], - "relative wind angle": [ - 0.07568661150565865, - 0.14209164129856744, - 0.1331492216117942, - 0.031000976313661534, - 0.09670904833028861, - 0.14970270366901317, - 0.11245086117116997, - 0.02306559450342838 - ], - "resistance": [ - 97825.73209008394, - 96748.47349754386, - 95682.5287356002, - 95214.34431441427, - 95369.17678850888, - 96223.6679642988, - 97378.05437095478, - 98188.11046729768 - ], - "fuel": [ - 43.24165133954165, - 42.6841084915063, - 42.13667163091099, - 41.89756266047965, - 41.97654771451414, - 42.41405593077282, - 43.00942816395328, - 43.430173469304776 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.96875 25, -32.96875 25.15625, -32.8125 25.15625, -32.8125 25, -32.96875 25))", @@ -452677,68 +307590,7 @@ "id": "7651", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.285396219018956, - 13.285396219018956, - 13.285396219018956, - 13.285396219018956, - 13.285396219018956, - 13.285396219018956, - 13.285396219018956, - 13.285396219018956 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1116.498783055963, - -81.78349148505094, - -1161.016435613551, - -1522.8858178046403, - -1267.972556061969, - -261.07707365715123, - 963.845848037341, - 1715.3870278131117 - ], - "relative wind speed": [ - 4.084593176495633, - 3.7538254074477506, - 3.3725314790953402, - 3.1818095380363247, - 3.3276570575708697, - 3.696755025786213, - 4.047620823741633, - 4.199201230464785 - ], - "relative wind angle": [ - 0.08317518610338334, - 0.13593646333510764, - 0.11293916938852222, - 0.009053161927503875, - 0.10215480012557959, - 0.13804837519534877, - 0.09404104562045205, - 0.006859702076019887 - ], - "resistance": [ - 97750.998783056, - 96552.71650851498, - 95473.48356438648, - 95111.6141821954, - 95366.52744393806, - 96373.42292634287, - 97598.34584803737, - 98349.88702781314 - ], - "fuel": [ - 43.92239582630569, - 43.30281935055788, - 42.74937090090825, - 42.56476856068331, - 42.6947580836687, - 43.21057444345334, - 43.843169063190835, - 44.23405579470548 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.8125 25.15625, -32.8125 25.3125, -32.65625 25.3125, -32.65625 25.15625, -32.8125 25.15625))", @@ -452757,68 +307609,7 @@ "id": "7652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.593566461560782, - 11.593566461560782, - 11.593566461560782, - 11.593566461560782, - 11.593566461560782, - 11.593566461560782, - 11.593566461560782, - 11.593566461560782 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 746.4407677317204, - -257.1869228658152, - -1054.9289774881586, - -1240.2164846453989, - -906.6970618604423, - -8.945152278353817, - 958.2152296527829, - 1392.4530009937143 - ], - "relative wind speed": [ - 3.5427085362341284, - 3.2099196852099374, - 2.8686400840146273, - 2.7463658919298903, - 2.9404178290200456, - 3.300493356519121, - 3.6010755129974252, - 3.6951745790380803 - ], - "relative wind angle": [ - 0.10402260536457165, - 0.14835203841687883, - 0.1058647094482655, - 0.016668531280023845, - 0.12543247872703797, - 0.14425200589386586, - 0.08427479909717973, - 0.012388301525252634 - ], - "resistance": [ - 97380.94076773176, - 96377.31307713423, - 95579.57102251188, - 95394.28351535465, - 95727.8029381396, - 96625.5548477217, - 97592.71522965282, - 98026.95300099376 - ], - "fuel": [ - 42.46423108706187, - 41.946320040810846, - 41.53732764092612, - 41.442671928931226, - 41.61314516719368, - 42.074073597626246, - 42.573993854374066, - 42.79958134137869 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.65625 25.15625, -32.65625 25.3125, -32.5 25.3125, -32.5 25.15625, -32.65625 25.15625))", @@ -452850,53 +307641,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 348.3346592542157, + 348.3346592542084, -722.9999633418438, - -1330.2504833679027, + -1330.2504833679031, -1301.722735394315, - -622.8224302772069, + -622.8224302772051, 464.7977703120532, - 1357.1388608014877, - 1290.294165763199 + 1357.138860801494, + 1290.2941657632027 ], "relative wind speed": [ - 3.6762788711124297, + 3.6762788711124292, 3.3105529290289, - 3.0377194089960704, + 3.03771940899607, 3.0550869989690845, 3.3489142135841847, 3.710861362572311, 3.9373231440081753, - 3.923862405444912 + 3.9238624054449116 ], "relative wind angle": [ - 0.12280046907709086, - 0.1318177097078227, - 0.05435939278809806, + 0.12280046907709358, + 0.13181770970782267, + 0.05435939278809805, 0.06607392361131872, - 0.13487451501825312, + 0.1348745150182523, 0.11752801346322247, - 0.041930935969225105, - 0.051429858457042586 + 0.041930935969222455, + 0.05142985845704043 ], "resistance": [ - 96982.83465925424, + 96982.83465925422, 95911.50003665817, 95304.24951663212, 95332.7772646057, 96011.67756972281, 97099.29777031207, - 97991.6388608015, + 97991.63886080151, 97924.79416576322 ], "fuel": [ - 42.944041664161304, + 42.9440416641613, 42.392913200443544, 42.08242077076958, 42.09697653781133, 42.44426668966412, 43.004211352213474, - 43.466906719667726, + 43.46690671966775, 43.432143844588744 ] }, @@ -452930,17 +307721,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 738.626307536324, + 738.6263075363195, -410.7920420377295, -1265.3141983396763, -1421.7880100430348, -961.6539066108344, 98.39658615404096, - 1171.9391749784836, + 1171.939174978479, 1539.0236743340738 ], "relative wind speed": [ - 3.8691318614610317, + 3.8691318614610313, 3.5155702295950406, 3.1783366019717807, 3.08550001710981, @@ -452950,14 +307741,14 @@ 4.050334306107217 ], "relative wind angle": [ - 0.103837666845099, - 0.1376970474517191, + 0.10383766684510008, + 0.13769704745171912, 0.08865178491790614, 0.02742230018178528, 0.12146279023323986, 0.13139141324992207, - 0.07079902708822489, - 0.020888906977064456 + 0.07079902708822645, + 0.020888906977064452 ], "resistance": [ 97373.12630753637, @@ -453010,7 +307801,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 295.7670855473061, + 295.7670855472934, -1233.6987491368782, -2000.0939246801227, -1875.0268735571444, @@ -453030,17 +307821,17 @@ 5.308173733862451 ], "relative wind angle": [ - 0.09582331423491156, + 0.09582331423491505, 0.09323290527331052, - 0.029746329991429187, - 0.05571708881865595, + 0.029746329991429184, + 0.055717088818655953, 0.10106964419664406, 0.08425909636729761, 0.02440447995768553, 0.04664777003496373 ], "resistance": [ - 96930.26708554731, + 96930.2670855473, 95400.80125086312, 94634.40607531987, 94759.47312644286, @@ -453050,7 +307841,7 @@ 98363.57295388063 ], "fuel": [ - 47.50713310659619, + 47.507133106596186, 46.72193027123768, 46.33174913707906, 46.39527306789575, @@ -453077,68 +307868,7 @@ "id": "7656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.30027907413848, - 11.30027907413848, - 11.30027907413848, - 11.30027907413848, - 11.30027907413848, - 11.30027907413848, - 11.30027907413848, - 11.30027907413848 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 453.92648538129015, - 883.7781900210466, - 623.8947419446367, - -4.834736010268898, - -601.7870721448794, - -831.1363898624927, - -721.253756385926, - -205.96779315183085 - ], - "relative wind speed": [ - 3.345813258519808, - 3.456134149406, - 3.395531399741776, - 3.1924932284475482, - 2.9522130295067117, - 2.822262367992352, - 2.894891128495817, - 3.117373111899293 - ], - "relative wind angle": [ - 0.07503510646938599, - 0.010923138767841822, - 0.05817683125653332, - 0.09944643886660126, - 0.08506183550771182, - 0.013376576345881575, - 0.06825238105809257, - 0.10185104639169527 - ], - "resistance": [ - 97088.42648538132, - 97518.27819002108, - 97258.39474194466, - 96629.66526398977, - 96032.71292785514, - 95803.36361013753, - 95913.2462436141, - 96428.5322068482 - ], - "fuel": [ - 42.11256112555642, - 42.33505992431849, - 42.200457500124536, - 41.87585671592187, - 41.569023147204476, - 41.45149016282713, - 41.50777649678447, - 41.77232618101578 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 27.34375, -32.34375 27.5, -32.1875 27.5, -32.1875 27.34375, -32.34375 27.34375))", @@ -453157,68 +307887,7 @@ "id": "7657", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.091563811893275, - 9.091563811893275, - 9.091563811893275, - 9.091563811893275, - 9.091563811893275, - 9.091563811893275, - 9.091563811893275, - 9.091563811893275 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 215.58842274140534, - 721.3319000932861, - 731.3278852058379, - 232.971907740789, - -358.4880485312019, - -715.6605154451195, - -719.9316403510732, - -373.43321943581213 - ], - "relative wind speed": [ - 2.681208752093881, - 2.861630527219358, - 2.8643903275386013, - 2.688313858655473, - 2.414239291488047, - 2.1973853677850395, - 2.1937866305483857, - 2.406325066617238 - ], - "relative wind angle": [ - 0.12556678063297338, - 0.04971806330683246, - 0.04703005026179839, - 0.1240602488131382, - 0.13953831966036154, - 0.06476587811101707, - 0.061422325972579225, - 0.1386873429459361 - ], - "resistance": [ - 96850.08842274138, - 97355.83190009325, - 97365.82788520581, - 96867.47190774076, - 96276.01195146877, - 95918.83948455485, - 95914.5683596489, - 96261.06678056416 - ], - "fuel": [ - 40.66282413854521, - 40.92422873586793, - 40.9294049713917, - 40.67179337891997, - 40.36725347326571, - 40.18397746915201, - 40.18178869790097, - 40.359575137776886 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 27.1875, -32.5 27.34375, -32.34375 27.34375, -32.34375 27.1875, -32.5 27.1875))", @@ -453237,68 +307906,7 @@ "id": "7658", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.811559673803545, - 12.811559673803545, - 12.811559673803545, - 12.811559673803545, - 12.811559673803545, - 12.811559673803545, - 12.811559673803545, - 12.811559673803545 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 442.15704400344293, - 1015.8047986244928, - 821.361147237445, - 98.35762892230377, - -647.8641708488531, - -996.6943114751584, - -914.549490317997, - -351.1409708494666 - ], - "relative wind speed": [ - 3.749412398776011, - 3.8880654670095773, - 3.847859193342521, - 3.647902680150472, - 3.3909535582276784, - 3.231037959294169, - 3.2788167070395495, - 3.499923628638664 - ], - "relative wind angle": [ - 0.07605493777279569, - 0.019112049376462627, - 0.04674540534975756, - 0.0901975630013664, - 0.08411282949750032, - 0.022999088048431673, - 0.05486567110520141, - 0.09402222133397753 - ], - "resistance": [ - 97076.65704400344, - 97650.3047986245, - 97455.86114723745, - 96732.8576289223, - 95986.63582915114, - 95637.80568852484, - 95719.950509682, - 96283.35902915054 - ], - "fuel": [ - 43.19941298940594, - 43.496471500149916, - 43.395643359422806, - 43.02196628858962, - 42.63832890183451, - 42.4597037977242, - 42.5017268566635, - 42.79062804105793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 27.1875, -32.34375 27.34375, -32.1875 27.34375, -32.1875 27.1875, -32.34375 27.1875))", @@ -453317,68 +307925,7 @@ "id": "7659", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.31463098881851, - 11.31463098881851, - 11.31463098881851, - 11.31463098881851, - 11.31463098881851, - 11.31463098881851, - 11.31463098881851, - 11.31463098881851 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 258.9914262639086, - 916.8788524903557, - 940.9077875218072, - 301.1063051802721, - -468.0804868646828, - -936.7386346797612, - -946.9541259806151, - -504.3600114500755 - ], - "relative wind speed": [ - 3.298159014458474, - 3.490538288758206, - 3.4960060535872555, - 3.312110766456834, - 3.026765436422314, - 2.802731586593226, - 2.7959083613480096, - 3.0114920160105307 - ], - "relative wind angle": [ - 0.106436833368631, - 0.043333716454973664, - 0.0390656424420932, - 0.10414177669328338, - 0.11602170245564032, - 0.05397738208699388, - 0.0488547188758749, - 0.11458124203970556 - ], - "resistance": [ - 96893.49142626392, - 97551.37885249036, - 97575.40778752182, - 96935.60630518029, - 96166.41951313533, - 95697.76136532026, - 95687.5458740194, - 96130.13998854994 - ], - "fuel": [ - 42.02155732800726, - 42.36189333719835, - 42.37435438737266, - 42.04329579972179, - 41.647304525653176, - 41.40711017212816, - 41.401883680655395, - 41.628681538250824 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 27.34375, -32.1875 27.5, -32.03125 27.5, -32.03125 27.34375, -32.1875 27.34375))", @@ -453397,68 +307944,7 @@ "id": "7660", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.336612651700262, - 9.336612651700262, - 9.336612651700262, - 9.336612651700262, - 9.336612651700262, - 9.336612651700262, - 9.336612651700262, - 9.336612651700262 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 111.89731488419966, - 721.1060606793076, - 880.1578016327571, - 387.9554271224797, - -278.6295784388717, - -749.0136710046027, - -817.0300709086919, - -515.8403364608916 - ], - "relative wind speed": [ - 2.709857713845023, - 2.9334965033094127, - 2.975984305575148, - 2.8194842839923586, - 2.532929501568637, - 2.270167164389787, - 2.2141766194620796, - 2.4103047652780787 - ], - "relative wind angle": [ - 0.14111554532282322, - 0.07037588290273328, - 0.03005016556212699, - 0.11828639365862653, - 0.15104576093989128, - 0.09098974970852762, - 0.040394105233698935, - 0.13848679598121458 - ], - "resistance": [ - 96746.39731488418, - 97355.60606067927, - 97514.65780163273, - 97022.45542712245, - 96355.87042156109, - 95885.48632899536, - 95817.46992909128, - 96118.65966353907 - ], - "fuel": [ - 40.7406851398849, - 41.05545024379056, - 41.13785621321587, - 40.88314734031103, - 40.53963465533754, - 40.29822563964724, - 40.26338661347727, - 40.41779120288861 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 27.34375, -32.03125 27.5, -31.875 27.5, -31.875 27.34375, -32.03125 27.34375))", @@ -453477,68 +307963,7 @@ "id": "7661", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.049963633679837, - 10.049963633679837, - 10.049963633679837, - 10.049963633679837, - 10.049963633679837, - 10.049963633679837, - 10.049963633679837, - 10.049963633679837 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 148.5100430862326, - 772.3509468614752, - 895.7909378979016, - 363.7540606860766, - -332.0396928440432, - -803.6594345922308, - -856.3054754793006, - -517.2255752011697 - ], - "relative wind speed": [ - 2.9166119440278275, - 3.1278705571763097, - 3.1589707397903055, - 2.9964407026846183, - 2.7144613123817156, - 2.4680662928722983, - 2.4281328863164675, - 2.626074744510856 - ], - "relative wind angle": [ - 0.12570459288812308, - 0.05965519092144207, - 0.032275557503513186, - 0.11057201591634978, - 0.13512139602387233, - 0.075630448211367, - 0.041995152364299265, - 0.12624457768220887 - ], - "resistance": [ - 96783.01004308625, - 97406.8509468615, - 97530.29093789791, - 96998.25406068609, - 96302.46030715597, - 95830.84056540778, - 95778.19452452072, - 96117.27442479884 - ], - "fuel": [ - 41.16441655498931, - 41.486843755125676, - 41.550814353667334, - 41.27550008094933, - 40.91703566026901, - 40.67508730334274, - 40.64813040645197, - 40.821933696695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 27.1875, -32.1875 27.34375, -32.03125 27.34375, -32.03125 27.1875, -32.1875 27.1875))", @@ -453557,68 +307982,7 @@ "id": "7662", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.558618154684613, - 9.558618154684613, - 9.558618154684613, - 9.558618154684613, - 9.558618154684613, - 9.558618154684613, - 9.558618154684613, - 9.558618154684613 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 132.763337139947, - 709.4129207493725, - 828.8963039029813, - 340.93957211661245, - -300.357404065644, - -737.6649324846367, - -788.6485068393949, - -479.42466186125057 - ], - "relative wind speed": [ - 2.774614908546912, - 2.9800888190057964, - 3.011656274569535, - 2.8557174677546797, - 2.5830295443757616, - 2.3429895750270595, - 2.302271921753552, - 2.49307185259664 - ], - "relative wind angle": [ - 0.1282724059289142, - 0.06132365032671179, - 0.03209611236616883, - 0.11204975609781055, - 0.13784505509409672, - 0.07802888588320152, - 0.04199081313115804, - 0.12843305533628077 - ], - "resistance": [ - 96767.26333713993, - 97343.91292074935, - 97463.39630390296, - 96975.4395721166, - 96334.14259593435, - 95896.83506751535, - 95845.85149316059, - 96155.07533813873 - ], - "fuel": [ - 40.87384670344084, - 41.171799027283996, - 41.233690321548, - 40.981267739829754, - 40.65086881083677, - 40.426443687980296, - 40.4003253633615, - 40.55888590982344 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 27.1875, -32.03125 27.34375, -31.875 27.34375, -31.875 27.1875, -32.03125 27.1875))", @@ -453637,68 +308001,7 @@ "id": "7663", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.163049675782672, - 10.163049675782672, - 10.163049675782672, - 10.163049675782672, - 10.163049675782672, - 10.163049675782672, - 10.163049675782672, - 10.163049675782672 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 213.35555821725757, - 864.6396746736023, - 939.6202525078993, - 343.7855876951771, - -398.65418681830624, - -875.7457420046226, - -907.7764821737242, - -510.7977973837246 - ], - "relative wind speed": [ - 2.976146770479763, - 3.1889712980619604, - 3.207506442483187, - 3.0238514988597607, - 2.7215187671230052, - 2.468719518166626, - 2.4445892130721467, - 2.6684145315305536 - ], - "relative wind angle": [ - 0.12866178273174353, - 0.056213941814477655, - 0.040065437553206656, - 0.1196237687150048, - 0.14077616322085396, - 0.07264005178469211, - 0.052579380543328905, - 0.13565040542652645 - ], - "resistance": [ - 96847.85555821726, - 97499.1396746736, - 97574.1202525079, - 96978.28558769518, - 96235.84581318169, - 95758.75425799537, - 95726.72351782628, - 96123.70220261627 - ], - "fuel": [ - 41.26512302291866, - 41.601924433047785, - 41.640800784152944, - 41.33244648112055, - 40.9500702010545, - 40.7054378340319, - 40.689044166082525, - 40.89249155671544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 27.03125, -32.5 27.1875, -32.34375 27.1875, -32.34375 27.03125, -32.5 27.03125))", @@ -453717,68 +308020,7 @@ "id": "7664", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.093476929836404, - 15.093476929836404, - 15.093476929836404, - 15.093476929836404, - 15.093476929836404, - 15.093476929836404, - 15.093476929836404, - 15.093476929836404 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 673.1368547082393, - 1308.740526002025, - 916.4933724244775, - -23.097736569801782, - -913.3561661393505, - -1249.7982286398128, - -1084.5960653888324, - -312.0222241422234 - ], - "relative wind speed": [ - 4.4230504446424375, - 4.54671109633504, - 4.476992702537423, - 4.247887675314581, - 3.9808010010268102, - 3.8389542914824526, - 3.92003675838051, - 4.167205555709749 - ], - "relative wind angle": [ - 0.06309074368677291, - 0.008904252709840825, - 0.04952102924691272, - 0.0834074977388449, - 0.07011077611124919, - 0.010545913543196932, - 0.05656398525775382, - 0.08502623284073366 - ], - "resistance": [ - 97307.63685470828, - 97943.24052600208, - 97550.99337242452, - 96611.40226343024, - 95721.1438338607, - 95384.70177136023, - 95549.90393461121, - 96322.47777585781 - ], - "fuel": [ - 45.25423776567838, - 45.583999169402404, - 45.380317441727236, - 44.89474527707965, - 44.43769865930143, - 44.26574172554041, - 44.35012460373542, - 44.746092111537514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 27.03125, -32.34375 27.1875, -32.1875 27.1875, -32.1875 27.03125, -32.34375 27.03125))", @@ -453797,68 +308039,7 @@ "id": "7665", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.231032815353128, - 17.231032815353128, - 17.231032815353128, - 17.231032815353128, - 17.231032815353128, - 17.231032815353128, - 17.231032815353128, - 17.231032815353128 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 528.2708842926713, - 1372.0554190859712, - 1191.2483106665604, - 206.34571825206513, - -861.0964709960699, - -1403.948780157205, - -1327.9531388686319, - -582.9071061735867 - ], - "relative wind speed": [ - 4.965805950296114, - 5.124268458119498, - 5.095832502605849, - 4.8946515715741175, - 4.626641517832197, - 4.450495841998566, - 4.4830270550054365, - 4.701853513606301 - ], - "relative wind angle": [ - 0.06178084453114337, - 0.018859947420861774, - 0.033353081371565146, - 0.06889602217664073, - 0.06631622524814171, - 0.021715625303159215, - 0.03791432066742227, - 0.07172584082812287 - ], - "resistance": [ - 97162.77088429268, - 98006.55541908598, - 97825.74831066657, - 96840.84571825208, - 95773.40352900395, - 95230.5512198428, - 95306.54686113138, - 96051.59289382643 - ], - "fuel": [ - 47.30338647241025, - 47.741027429699116, - 47.647026205447034, - 47.13711356651304, - 46.58854374389685, - 46.31119258554379, - 46.34995385687735, - 46.731099698792846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 26.875, -32.5 27.03125, -32.34375 27.03125, -32.34375 26.875, -32.5 26.875))", @@ -453877,68 +308058,7 @@ "id": "7666", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.97799621443976, - 13.97799621443976, - 13.97799621443976, - 13.97799621443976, - 13.97799621443976, - 13.97799621443976, - 13.97799621443976, - 13.97799621443976 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 804.3158132608332, - 1340.4383449612278, - 794.7425846496126, - -165.12688822858308, - -990.6227909478239, - -1216.8380484321096, - -983.8925487371962, - -153.79201060214655 - ], - "relative wind speed": [ - 4.1623086747089175, - 4.264120661453597, - 4.16004015660208, - 3.8997503760000214, - 3.621876859972509, - 3.5014397719975072, - 3.624482223410615, - 3.9031721070494836 - ], - "relative wind angle": [ - 0.0645361266165676, - 0.0004031539626648126, - 0.06515700980104581, - 0.09794238352001225, - 0.07418231563496092, - 0.0004909686520536107, - 0.07480152125641747, - 0.09785624670596808 - ], - "resistance": [ - 97438.81581326087, - 97974.93834496125, - 97429.24258464965, - 96469.37311177145, - 95643.87720905221, - 95417.66195156792, - 95650.60745126283, - 96480.70798939788 - ], - "fuel": [ - 44.33324187083133, - 44.61155332438186, - 44.32828194438452, - 43.832701179170385, - 43.40923957179983, - 43.29363866296612, - 43.412681788607564, - 43.8385333748718 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 26.875, -32.34375 27.03125, -32.1875 27.03125, -32.1875 26.875, -32.34375 26.875))", @@ -453957,68 +308077,7 @@ "id": "7667", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.820723906081007, - 16.820723906081007, - 16.820723906081007, - 16.820723906081007, - 16.820723906081007, - 16.820723906081007, - 16.820723906081007, - 16.820723906081007 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1067.9716696526502, - 1505.7591671541013, - 762.3654012753213, - -379.37674804928065, - -1267.087582701698, - -1451.2265061512753, - -1051.9712996463259, - -16.130659688784363 - ], - "relative wind speed": [ - 4.969407615862795, - 5.039649124488367, - 4.908364175833583, - 4.641334958421667, - 4.386536352828282, - 4.30565325233266, - 4.454736170041127, - 4.7323063120440665 - ], - "relative wind angle": [ - 0.04574713361394054, - 0.009053491492631838, - 0.0594808375518342, - 0.07915806804085254, - 0.05183101968806264, - 0.010596917223964768, - 0.06554608668883662, - 0.07763328053441876 - ], - "resistance": [ - 97702.47166965264, - 98140.2591671541, - 97396.86540127532, - 96255.12325195072, - 95367.4124172983, - 95183.27349384873, - 95582.52870035368, - 96618.36934031121 - ], - "fuel": [ - 47.15193499243711, - 47.3795482576807, - 46.99346771090507, - 46.404509947811164, - 45.94994388893243, - 45.856019916153016, - 46.05982831605396, - 46.59136115558078 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 27.03125, -32.1875 27.1875, -32.03125 27.1875, -32.03125 27.03125, -32.1875 27.03125))", @@ -454037,68 +308096,7 @@ "id": "7668", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.330436804275044, - 13.330436804275044, - 13.330436804275044, - 13.330436804275044, - 13.330436804275044, - 13.330436804275044, - 13.330436804275044, - 13.330436804275044 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 451.120504995778, - 1149.0869251340782, - 997.7264096015924, - 184.13412913586126, - -693.4787773295002, - -1141.8104631919896, - -1077.751458289833, - -463.16078638367526 - ], - "relative wind speed": [ - 3.898383200974965, - 4.064117952725006, - 4.034270531063515, - 3.822804925434439, - 3.536359138255599, - 3.344573635413936, - 3.380516058024306, - 3.617926206881766 - ], - "relative wind angle": [ - 0.08405006305772927, - 0.025327386111252653, - 0.04505916024542854, - 0.09428842934208556, - 0.09267799569236862, - 0.030777833701684503, - 0.05378083190163866, - 0.09964512927591017 - ], - "resistance": [ - 97085.62050499578, - 97783.58692513408, - 97632.22640960159, - 96818.63412913585, - 95941.0212226705, - 95492.68953680801, - 95556.74854171017, - 96171.33921361633 - ], - "fuel": [ - 43.61398728653711, - 43.97560785689696, - 43.89703314032341, - 43.47613937613264, - 43.02488740627254, - 42.79546973915797, - 42.82820383945602, - 43.1430351905895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 27.03125, -32.03125 27.1875, -31.875 27.1875, -31.875 27.03125, -32.03125 27.03125))", @@ -454117,68 +308115,7 @@ "id": "7669", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.328908613970896, - 12.328908613970896, - 12.328908613970896, - 12.328908613970896, - 12.328908613970896, - 12.328908613970896, - 12.328908613970896, - 12.328908613970896 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 375.36393535371553, - 1111.4491216432607, - 1055.1338880228159, - 276.5955322349164, - -611.2993594106256, - -1112.5947388502177, - -1088.6643796193262, - -526.2027381577591 - ], - "relative wind speed": [ - 3.613144524568405, - 3.805833637284528, - 3.7940477261169203, - 3.5830948300341987, - 3.275255577737377, - 3.0492200281763955, - 3.063872436454473, - 3.3081027635036726 - ], - "relative wind angle": [ - 0.10134338552840318, - 0.03635618234962351, - 0.0447973532578383, - 0.10586582061458871, - 0.11184012469981083, - 0.04538294995955619, - 0.05548326923468188, - 0.11470339916129904 - ], - "resistance": [ - 97009.86393535374, - 97745.9491216433, - 97689.63388802284, - 96911.09553223495, - 96023.2006405894, - 95521.9052611498, - 95545.8356203807, - 96108.29726184226 - ], - "fuel": [ - 42.79950538521129, - 43.18072022191608, - 43.1514836206091, - 42.748507136678676, - 42.291679866561864, - 42.03505603294025, - 42.04728524227367, - 42.33533548833477 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 26.875, -32.1875 27.03125, -32.03125 27.03125, -32.03125 26.875, -32.1875 26.875))", @@ -454197,68 +308134,7 @@ "id": "7670", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.87458087415763, - 18.87458087415763, - 18.87458087415763, - 18.87458087415763, - 18.87458087415763, - 18.87458087415763, - 18.87458087415763, - 18.87458087415763 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1184.8579806023408, - 1998.012721010431, - 1190.1675754221924, - -252.31601962367859, - -1500.3908616981807, - -1843.6881745100927, - -1504.1278199999706, - -258.62416836251396 - ], - "relative wind speed": [ - 5.550560095059077, - 5.667175238678085, - 5.551503662338265, - 5.260782757907941, - 4.952589062945889, - 4.818711509250939, - 4.951531367397189, - 5.259374541651504 - ], - "relative wind angle": [ - 0.05416096513445225, - 0.00012464928584744213, - 0.05397153359776272, - 0.08072810209177067, - 0.060707920420806485, - 0.00014659714456772465, - 0.0605187743839235, - 0.0807497644258926 - ], - "resistance": [ - 97819.35798060233, - 98632.51272101041, - 97824.66757542218, - 96382.18398037631, - 95134.1091383018, - 94790.81182548989, - 95130.37218000002, - 96375.87583163747 - ], - "fuel": [ - 49.48160458191813, - 49.90529931003209, - 49.48436316884087, - 48.73878141809645, - 48.099932100113364, - 47.92522569112046, - 48.09802797497662, - 48.73553790596322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 26.875, -32.03125 27.03125, -31.875 27.03125, -31.875 26.875, -32.03125 26.875))", @@ -454277,68 +308153,7 @@ "id": "7671", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.65903245891801, - 16.65903245891801, - 16.65903245891801, - 16.65903245891801, - 16.65903245891801, - 16.65903245891801, - 16.65903245891801, - 16.65903245891801 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 799.5706665115431, - 1740.7878736206185, - 1351.572242021406, - 111.29461663175425, - -1136.9944854490814, - -1689.59118938767, - -1525.1909879546065, - -542.946567919038 - ], - "relative wind speed": [ - 4.8866341004252565, - 5.058712665153862, - 4.996791560448696, - 4.730326389818036, - 4.396940027750695, - 4.197820935972274, - 4.271340368140182, - 4.564678157862424 - ], - "relative wind angle": [ - 0.07440184906117239, - 0.016444033757647563, - 0.04917181469157112, - 0.09113801851175399, - 0.08270608848202413, - 0.01981679036469689, - 0.05753178777094414, - 0.09445503496816794 - ], - "resistance": [ - 97434.07066651154, - 98375.28787362062, - 97986.0722420214, - 96745.79461663176, - 95497.50551455092, - 94944.90881061232, - 95109.3090120454, - 96091.55343208097 - ], - "fuel": [ - 46.84591510284303, - 47.33521171062549, - 47.13247623286717, - 46.49019791092489, - 45.849550467173835, - 45.56779808598159, - 45.651502049020486, - 46.15370488883541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 27.34375, -31.875 27.5, -31.71875 27.5, -31.71875 27.34375, -31.875 27.34375))", @@ -454370,50 +308185,50 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 11.111227962801422, + 11.111227962792327, 803.519588539667, - 1118.5618345531566, - 565.852332390924, + 1118.5618345531557, + 565.8523323909258, -269.730503158642, -915.0729409931182, -1048.5111787016403, -748.1132763145806 ], "relative wind speed": [ - 3.4789046849586933, + 3.478904684958693, 3.712739373707145, - 3.7798030182575406, - 3.6490909933099327, + 3.77980301825754, + 3.6490909933099323, 3.3823249055682894, 3.123854336677649, 3.042365644860306, 3.1979734983891603 ], "relative wind angle": [ - 0.10619737916294228, - 0.061018462662475896, + 0.10619737916294648, + 0.0610184626624759, 0.012850589541409066, - 0.08095658851284376, - 0.10924171654745993, - 0.07253980165785993, - 0.01596567589499871, + 0.08095658851284239, + 0.10924171654745991, + 0.07253980165785995, + 0.015965675894998713, 0.09240719586409267 ], "resistance": [ - 96645.61122796279, + 96645.61122796277, 97438.01958853965, 97753.06183455314, - 97200.3523323909, + 97200.35233239092, 96364.76949684134, 95719.42705900686, 95585.98882129835, 95886.3867236854 ], "fuel": [ - 42.574427782115244, + 42.57442778211524, 42.98382111453776, 43.14723504791564, - 42.86078636196143, + 42.86078636196144, 42.429893264619, 42.09888138627114, 42.030631003141394, @@ -454437,68 +308252,7 @@ "id": "7673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.652493564895979, - 12.652493564895979, - 12.652493564895979, - 12.652493564895979, - 12.652493564895979, - 12.652493564895979, - 12.652493564895979, - 12.652493564895979 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 203.8820274041709, - 954.7956919143162, - 1063.688404434527, - 395.6896481687363, - -457.81235569606906, - -1016.1950135227835, - -1062.3280215144277, - -623.2281979978234 - ], - "relative wind speed": [ - 3.6425519240521944, - 3.845788888102255, - 3.8683095014521323, - 3.6996752199618643, - 3.4218446074627282, - 3.1917256876472497, - 3.164393565600405, - 3.360001235689984 - ], - "relative wind angle": [ - 0.09682380606409861, - 0.044368033038255796, - 0.028674518769346402, - 0.08861556405686959, - 0.10309043175375435, - 0.05346807028812802, - 0.03505551057619748, - 0.09760124474697966 - ], - "resistance": [ - 96838.38202740418, - 97589.29569191433, - 97698.18840443454, - 97030.18964816874, - 96176.68764430395, - 95618.30498647723, - 95572.17197848558, - 96011.27180200219 - ], - "fuel": [ - 42.95426522174618, - 43.342701217705, - 43.39920392413461, - 43.05328480600556, - 42.613720035732236, - 42.327612399147206, - 42.30402636335447, - 42.52884228111422 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 27.1875, -31.875 27.34375, -31.71875 27.34375, -31.71875 27.1875, -31.875 27.1875))", @@ -454517,68 +308271,7 @@ "id": "7674", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.531913571028854, - 13.531913571028854, - 13.531913571028854, - 13.531913571028854, - 13.531913571028854, - 13.531913571028854, - 13.531913571028854, - 13.531913571028854 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 358.2405813636242, - 1136.9589864714126, - 1107.104252554277, - 305.60421773240887, - -626.9713598849739, - -1166.120245520281, - -1153.4797995063036, - -581.5686575491936 - ], - "relative wind speed": [ - 3.928764963659891, - 4.11821665745386, - 4.112425937837195, - 3.914093698127326, - 3.6216680325304846, - 3.40469749607866, - 3.41168966691559, - 3.637518934633151 - ], - "relative wind angle": [ - 0.0893748427563075, - 0.03373715048116827, - 0.037508874448382516, - 0.09133715751548158, - 0.09697622855839338, - 0.0408109995508043, - 0.04521773114637348, - 0.09830353368602719 - ], - "resistance": [ - 96992.74058136359, - 97771.45898647136, - 97741.60425255423, - 96940.10421773237, - 96007.52864011498, - 95468.37975447967, - 95481.02020049366, - 96052.93134245076 - ], - "fuel": [ - 43.72996089124944, - 44.13326740934305, - 44.117763730162544, - 43.702781376034906, - 43.22294248364419, - 42.947010042014796, - 42.953466947142104, - 43.246228632095665 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 27.1875, -31.71875 27.34375, -31.5625 27.34375, -31.5625 27.1875, -31.71875 27.1875))", @@ -454597,68 +308290,7 @@ "id": "7675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.838718934903635, - 13.838718934903635, - 13.838718934903635, - 13.838718934903635, - 13.838718934903635, - 13.838718934903635, - 13.838718934903635, - 13.838718934903635 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 546.8802043840642, - 1264.8930870211498, - 1030.3774972977599, - 133.10700099707628, - -796.2958146238843, - -1235.4084402982062, - -1136.1843412871212, - -439.3309960774295 - ], - "relative wind speed": [ - 4.062779381617081, - 4.2230592417049655, - 4.178474888328804, - 3.9499199372749887, - 3.6536474791681615, - 3.4671439033843114, - 3.5207476213625872, - 3.7753739807921383 - ], - "relative wind angle": [ - 0.08115074774764033, - 0.020767064907841488, - 0.04915672986831152, - 0.09585930516151624, - 0.09026143156671436, - 0.025295631509451945, - 0.05834953967175138, - 0.1003057353281868 - ], - "resistance": [ - 97181.38020438408, - 97899.39308702116, - 97664.87749729777, - 96767.60700099709, - 95838.20418537613, - 95399.0915597018, - 95498.31565871289, - 96195.16900392258 - ], - "fuel": [ - 44.082262246543365, - 44.45455163542499, - 44.33274443671556, - 43.86859229648753, - 43.39097695777761, - 43.16643728122567, - 43.21711265027171, - 43.574039166827 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 27.03125, -31.875 27.1875, -31.71875 27.1875, -31.71875 27.03125, -31.875 27.03125))", @@ -454677,68 +308309,7 @@ "id": "7676", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.04232790820889, - 14.04232790820889, - 14.04232790820889, - 14.04232790820889, - 14.04232790820889, - 14.04232790820889, - 14.04232790820889, - 14.04232790820889 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 652.979296894996, - 1501.2417859951538, - 1224.8600399220686, - 167.6980258888434, - -925.6595289081379, - -1444.5651900403, - -1327.236553113702, - -507.44095101359017 - ], - "relative wind speed": [ - 4.156639778658287, - 4.341070684035566, - 4.290099490788707, - 4.026852693735427, - 3.6822803935163058, - 3.4629392807564483, - 3.5258884703197135, - 3.8237809206274798 - ], - "relative wind angle": [ - 0.09223032333226407, - 0.02353968103576258, - 0.0555805773784771, - 0.1092897747847929, - 0.1041522942911626, - 0.02951042625669524, - 0.06764402979559377, - 0.11511900769318974 - ], - "resistance": [ - 97287.47929689502, - 98135.74178599518, - 97859.3600399221, - 96802.19802588888, - 95708.84047109188, - 95189.93480995973, - 95307.26344688633, - 96127.05904898644 - ], - "fuel": [ - 44.309679657659075, - 44.75004387009799, - 44.60626988544645, - 44.05895635318436, - 43.497278303439785, - 43.23226338072484, - 43.292097670482796, - 43.71159961244084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 27.03125, -31.71875 27.1875, -31.5625 27.1875, -31.5625 27.03125, -31.71875 27.03125))", @@ -454757,68 +308328,7 @@ "id": "7677", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.140373721962876, - 14.140373721962876, - 14.140373721962876, - 14.140373721962876, - 14.140373721962876, - 14.140373721962876, - 14.140373721962876, - 14.140373721962876 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 603.9084706074354, - 1436.7241128079204, - 1198.1123819901777, - 184.2355707210154, - -879.8770790072695, - -1398.4997342861216, - -1297.316700785741, - -518.0643853869633 - ], - "relative wind speed": [ - 4.1667866619869, - 4.349009891112648, - 4.305068123586213, - 4.055125750816011, - 3.72414107968159, - 3.5096226057637936, - 3.5633869168483194, - 3.8454249456923195 - ], - "relative wind angle": [ - 0.08926138439920948, - 0.024248836378625686, - 0.051662885218775746, - 0.10372066242159789, - 0.0999043901342151, - 0.03004994495780739, - 0.06242874867539182, - 0.10939889321507175 - ], - "resistance": [ - 97238.40847060748, - 98071.22411280796, - 97832.61238199023, - 96818.73557072107, - 95754.62292099277, - 95236.00026571393, - 95337.1832992143, - 96116.43561461307 - ], - "fuel": [ - 44.3683393877477, - 44.80050857230738, - 44.676423093553765, - 44.15153842043936, - 43.60476063916448, - 43.339801627949065, - 43.39141642064179, - 43.790199719283656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 26.875, -31.875 27.03125, -31.71875 27.03125, -31.71875 26.875, -31.875 26.875))", @@ -454837,68 +308347,7 @@ "id": "7678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.8461623608866, - 15.8461623608866, - 15.8461623608866, - 15.8461623608866, - 15.8461623608866, - 15.8461623608866, - 15.8461623608866, - 15.8461623608866 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 409.3820297482289, - 1473.1085015591707, - 1507.0140989192223, - 469.2220119010144, - -780.6208923504792, - -1538.2034671494857, - -1552.5485227121426, - -832.2481560485403 - ], - "relative wind speed": [ - 4.578690413455575, - 4.803657553012835, - 4.809292385632413, - 4.59294867016803, - 4.261963869209484, - 4.006696399541619, - 3.999931083683209, - 4.246594451783541 - ], - "relative wind angle": [ - 0.0885573565234002, - 0.036206889314756935, - 0.03307386351430846, - 0.08693690681665958, - 0.0951577094658953, - 0.043412855331120874, - 0.039769388027892184, - 0.09404770260342186 - ], - "resistance": [ - 97043.88202974825, - 98107.60850155918, - 98141.51409891923, - 97103.72201190103, - 95853.87910764954, - 95096.29653285052, - 95081.95147728788, - 95802.25184395147 - ], - "fuel": [ - 45.831450160640685, - 46.383131861166575, - 46.40078560167126, - 45.86237327396827, - 45.2192673786753, - 44.832283198977194, - 44.824976138517705, - 45.19282761307308 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 26.875, -31.71875 27.03125, -31.5625 27.03125, -31.5625 26.875, -31.71875 26.875))", @@ -454917,68 +308366,7 @@ "id": "7679", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.03263208302618, - 13.03263208302618, - 13.03263208302618, - 13.03263208302618, - 13.03263208302618, - 13.03263208302618, - 13.03263208302618, - 13.03263208302618 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 91.5471784112151, - 1079.4220040598575, - 1406.2072366925877, - 664.131209232698, - -397.90250342651143, - -1182.5430301871838, - -1321.4368832559585, - -891.1230945631632 - ], - "relative wind speed": [ - 3.725927468597498, - 3.9943563480982034, - 4.058851576338095, - 3.890560665569663, - 3.5672278245571465, - 3.2638577202371497, - 3.1832960488779274, - 3.3869141649983106 - ], - "relative wind angle": [ - 0.11779626991037605, - 0.06341044970240967, - 0.019693655811327315, - 0.09425192017650155, - 0.12306285730139518, - 0.07762857596917633, - 0.025111349597054664, - 0.10831899186940944 - ], - "resistance": [ - 96726.04717841122, - 97713.92200405986, - 98040.70723669259, - 97298.6312092327, - 96236.5974965735, - 95451.95696981282, - 95313.06311674404, - 95743.37690543683 - ], - "fuel": [ - 43.190946634286576, - 43.70198155616261, - 43.871829265736125, - 43.48670615803246, - 42.9390960096361, - 42.53721231858219, - 42.46631116865123, - 42.686206776511526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 26.71875, -32.5 26.875, -32.34375 26.875, -32.34375 26.71875, -32.5 26.71875))", @@ -454997,68 +308385,7 @@ "id": "7680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.415796176305776, - 15.415796176305776, - 15.415796176305776, - 15.415796176305776, - 15.415796176305776, - 15.415796176305776, - 15.415796176305776, - 15.415796176305776 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1129.9944533986854, - 1271.8142068286306, - 474.61719749589065, - -555.4118330775527, - -1233.8019657206296, - -1293.5938004621412, - -772.5839468043005, - 223.1275537729971 - ], - "relative wind speed": [ - 4.607140525319104, - 4.631745134363503, - 4.464613745480855, - 4.189921968311449, - 3.9640485812426074, - 3.9352715261833104, - 4.123911865953554, - 4.4027240288201375 - ], - "relative wind angle": [ - 0.03708834529882591, - 0.023050096886497683, - 0.07214117731007376, - 0.08323502790342753, - 0.04310869733936722, - 0.027130483112777208, - 0.07811289138319572, - 0.07920328154162315 - ], - "resistance": [ - 97764.49445339871, - 97906.31420682865, - 97109.11719749591, - 96079.08816692248, - 95400.6980342794, - 95340.90619953789, - 95861.91605319573, - 96857.62755377303 - ], - "fuel": [ - 45.79212841857138, - 45.86581758943723, - 45.452568178270106, - 44.922125447623266, - 44.574925463567446, - 44.54440612851597, - 44.810790430379186, - 45.32269215649724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 26.71875, -32.34375 26.875, -32.1875 26.875, -32.1875 26.71875, -32.34375 26.71875))", @@ -455077,68 +308404,7 @@ "id": "7681", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.76825685641046, - 17.76825685641046, - 17.76825685641046, - 17.76825685641046, - 17.76825685641046, - 17.76825685641046, - 17.76825685641046, - 17.76825685641046 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1508.4052439183088, - 1426.332169206753, - 349.7602356743864, - -883.5273202503631, - -1573.3308317660812, - -1538.7848251293617, - -757.5191478970282, - 495.62346635090216 - ], - "relative wind speed": [ - 5.300425491001683, - 5.2879822406018295, - 5.080178711279938, - 4.784661914769515, - 4.574360915927752, - 4.58873969602847, - 4.81778708914019, - 5.1113891004483225 - ], - "relative wind angle": [ - 0.02482144802900171, - 0.0309759048342454, - 0.07154707675248748, - 0.07317696977905229, - 0.028762239974152334, - 0.0356979566134447, - 0.07545097107999808, - 0.06849181512016747 - ], - "resistance": [ - 98142.9052439183, - 98060.83216920674, - 96984.26023567437, - 95750.97267974963, - 95061.1691682339, - 95095.71517487062, - 95876.98085210296, - 97130.1234663509 - ], - "fuel": [ - 48.393169669351366, - 48.350443337969516, - 47.792312694770736, - 47.15823558107357, - 46.806051083067715, - 46.823646697147254, - 47.22276128426539, - 47.8676804600809 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 26.5625, -32.5 26.71875, -32.34375 26.71875, -32.34375 26.5625, -32.5 26.5625))", @@ -455157,68 +308423,7 @@ "id": "7682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.44129199363678, - 15.44129199363678, - 15.44129199363678, - 15.44129199363678, - 15.44129199363678, - 15.44129199363678, - 15.44129199363678, - 15.44129199363678 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1607.2697464138664, - 1474.2629467147353, - 341.68140675499944, - -923.1496073244971, - -1610.9488024349384, - -1554.565728300412, - -721.3073975073648, - 575.7690455150087 - ], - "relative wind speed": [ - 4.728462949501732, - 4.705984322625716, - 4.4567550226183945, - 4.104291409446902, - 3.8550618629659033, - 3.882470268695658, - 4.166197126933683, - 4.5138294006802155 - ], - "relative wind angle": [ - 0.030888459962442962, - 0.04372735757515555, - 0.09820133755822996, - 0.10060957158254531, - 0.037889576501205904, - 0.0530103390531372, - 0.1050745527732505, - 0.09145448199729912 - ], - "resistance": [ - 98241.76974641388, - 98108.76294671475, - 96976.18140675501, - 95711.35039267552, - 95023.55119756507, - 95079.9342716996, - 95913.19260249265, - 97210.26904551503 - ], - "fuel": [ - 46.06452021040616, - 45.99524202105081, - 45.40799016199071, - 44.75780768411634, - 44.40674534707734, - 44.43545782052908, - 44.86116486240072, - 45.52897500741623 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 26.5625, -32.34375 26.71875, -32.1875 26.71875, -32.1875 26.5625, -32.34375 26.5625))", @@ -455237,68 +308442,7 @@ "id": "7683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.296574885238623, - 17.296574885238623, - 17.296574885238623, - 17.296574885238623, - 17.296574885238623, - 17.296574885238623, - 17.296574885238623, - 17.296574885238623 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1737.9490066866929, - 1598.307643754637, - 365.50535350987593, - -1017.1177675731578, - -1769.598324114666, - -1710.6010649733125, - -803.9987074611818, - 612.4324781962277 - ], - "relative wind speed": [ - 5.2314086934298265, - 5.210014196807045, - 4.965913487759916, - 4.622861487398219, - 4.382101881907637, - 4.407516975597559, - 4.680828671634518, - 5.0199208648585225 - ], - "relative wind angle": [ - 0.02735724326417877, - 0.038247835136808524, - 0.08565657796002528, - 0.08698133619733688, - 0.03266115619468774, - 0.045216180592655544, - 0.09088746758141943, - 0.0800860110850685 - ], - "resistance": [ - 98372.44900668671, - 98232.80764375466, - 97000.00535350989, - 95617.38223242685, - 94864.90167588535, - 94923.89893502671, - 95830.50129253883, - 97246.93247819625 - ], - "fuel": [ - 48.00151256527201, - 47.92871250513322, - 47.28915628982003, - 46.5786035821842, - 46.19488063959608, - 46.22488981698328, - 46.68766524035803, - 47.41680482849942 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 26.40625, -32.5 26.5625, -32.34375 26.5625, -32.34375 26.40625, -32.5 26.40625))", @@ -455317,68 +308461,7 @@ "id": "7684", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.760707227805312, - 16.760707227805312, - 16.760707227805312, - 16.760707227805312, - 16.760707227805312, - 16.760707227805312, - 16.760707227805312, - 16.760707227805312 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1833.0251494603763, - 1588.091700480927, - 290.6627285098639, - -1106.6905315496497, - -1818.7955490243694, - -1715.1158625988392, - -734.1031088440086, - 722.5918484919584 - ], - "relative wind speed": [ - 5.113704390257198, - 5.075322216591585, - 4.807073959605306, - 4.444102613046974, - 4.20144961501868, - 4.247735379734505, - 4.549086875996205, - 4.904294385860764 - ], - "relative wind angle": [ - 0.025348738775911837, - 0.0455315324845425, - 0.09506695251234483, - 0.09336170699504145, - 0.030854265583780755, - 0.0544104947838598, - 0.10047609658917271, - 0.08457911813522173 - ], - "resistance": [ - 98467.52514946037, - 98222.59170048093, - 96925.16272850987, - 95527.80946845034, - 94815.70445097564, - 94919.38413740115, - 95900.396891156, - 97357.09184849195 - ], - "fuel": [ - 47.488041703199045, - 47.36031042403954, - 46.687432341893654, - 45.96973702271749, - 45.60678719862004, - 45.65951389945153, - 46.16039146297441, - 46.91074571460676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 26.40625, -32.34375 26.5625, -32.1875 26.5625, -32.1875 26.40625, -32.34375 26.40625))", @@ -455397,68 +308480,7 @@ "id": "7685", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.631540950586084, - 15.631540950586084, - 15.631540950586084, - 15.631540950586084, - 15.631540950586084, - 15.631540950586084, - 15.631540950586084, - 15.631540950586084 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1674.9961257572113, - 1456.984569323501, - 274.45367886623626, - -1001.302766972859, - -1654.9832110295893, - -1562.5894414881486, - -670.3480694138607, - 658.2561860218148 - ], - "relative wind speed": [ - 4.790093649820503, - 4.753663794644847, - 4.4925548876769295, - 4.137201187652209, - 3.8979294675797815, - 3.9422749568948454, - 4.237428688425049, - 4.585021007712686 - ], - "relative wind angle": [ - 0.02677421460390091, - 0.047326511994291706, - 0.09950149157706606, - 0.09835118738012763, - 0.032904344976345375, - 0.057076816963685245, - 0.10551394595273636, - 0.0887185449769576 - ], - "resistance": [ - 98309.49612575726, - 98091.48456932354, - 96908.95367886628, - 95633.19723302718, - 94979.51678897046, - 95071.9105585119, - 95964.15193058619, - 97292.75618602186 - ], - "fuel": [ - 46.28102885294358, - 46.167454452431926, - 45.55448941187668, - 44.899035821977954, - 44.565536776116474, - 44.61257835966086, - 45.06849078359636, - 45.75286314039822 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 26.25, -32.5 26.40625, -32.34375 26.40625, -32.34375 26.25, -32.5 26.25))", @@ -455490,51 +308512,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1966.7603052472696, + 1966.7603052470113, 1202.505738726435, - -193.03346764211892, - -1412.2459844237064, - -1769.9573853256024, + -193.03346764212256, + -1412.245984423711, + -1769.9573853257334, -1446.5905079340291, - -250.78510054396975, - 1153.6073375237302 + -250.78510054397248, + 1153.6073375237283 ], "relative wind speed": [ - 4.91057648721649, + 4.910576487216489, 4.784798176090864, 4.455764735680093, - 4.095540947962793, + 4.095540947962794, 3.9316140990490993, 4.083755290749267, 4.440440460237565, - 4.774714148952281 + 4.774714148952282 ], "relative wind angle": [ - 0.0015698683749230012, + 0.0015698683749937221, 0.07125763807698868, - 0.11007579132160902, - 0.08594719716661452, - 0.0019607622490536657, + 0.11007579132161004, + 0.08594719716661711, + 0.001960762249110288, 0.08351658507916769, - 0.11045722051061349, - 0.07369771200996213 + 0.11045722051061449, + 0.07369771200996365 ], "resistance": [ - 98601.26030524727, + 98601.26030524701, 97837.00573872644, 96441.46653235788, - 95222.2540155763, - 94864.5426146744, + 95222.25401557628, + 94864.54261467427, 95187.90949206597, 96383.71489945603, 97788.10733752373 ], "fuel": [ - 46.70859768900214, + 46.708597689002005, 46.310401768239835, 45.58889837625328, 44.96448833258745, - 44.782338759927924, + 44.78233875992786, 44.946979157404044, 45.55919653744082, 46.284998444818456 @@ -455557,68 +308579,7 @@ "id": "7687", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.81187349643712, - 13.81187349643712, - 13.81187349643712, - 13.81187349643712, - 13.81187349643712, - 13.81187349643712, - 13.81187349643712, - 13.81187349643712 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1645.7626776040534, - 1105.0924239817532, - -52.780329680118484, - -1116.7534533960852, - -1493.652850903486, - -1264.0604927864306, - -300.10392371027956, - 895.1294517406868 - ], - "relative wind speed": [ - 4.311360992257555, - 4.210482633760973, - 3.903714738526774, - 3.54660865606951, - 3.3622929842926985, - 3.4877906629528668, - 3.8280359138849236, - 4.161059331285336 - ], - "relative wind angle": [ - 0.00884368084589618, - 0.07335966176157288, - 0.12186712584986718, - 0.10239577617730114, - 0.011340064949674692, - 0.08859668847055928, - 0.12428875282872301, - 0.08723347295730462 - ], - "resistance": [ - 98280.26267760407, - 97739.59242398177, - 96581.7196703199, - 95517.74654660393, - 95140.84714909653, - 95370.43950721358, - 96334.39607628973, - 97529.62945174071 - ], - "fuel": [ - 44.63026764176818, - 44.348985683854224, - 43.75026519896325, - 43.204497203060875, - 43.01217598411536, - 43.129267617742016, - 43.62302408579316, - 44.24004635201686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 26.71875, -31.875 26.875, -31.71875 26.875, -31.71875 26.71875, -31.875 26.71875))", @@ -455637,68 +308598,7 @@ "id": "7688", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.904067814761738, - 14.904067814761738, - 14.904067814761738, - 14.904067814761738, - 14.904067814761738, - 14.904067814761738, - 14.904067814761738, - 14.904067814761738 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 266.8677135160933, - 1252.8299235016066, - 1393.0142434520212, - 514.2515185601997, - -608.1657276494343, - -1340.9020941849449, - -1400.2143961069996, - -821.5928287941279 - ], - "relative wind speed": [ - 4.282453902432321, - 4.509618601122735, - 4.534379698562116, - 4.345117809396112, - 4.034780314086236, - 3.779180292312535, - 3.749435205289374, - 3.9672175175889155 - ], - "relative wind angle": [ - 0.09181726786209804, - 0.0420751778594615, - 0.027436744363587, - 0.08424123451326736, - 0.09747083258664094, - 0.05021373619393269, - 0.03318255485061197, - 0.09228755317388655 - ], - "resistance": [ - 96901.3677135161, - 97887.3299235016, - 98027.51424345202, - 97148.7515185602, - 96026.33427235056, - 95293.59790581506, - 95234.285603893, - 95812.90717120588 - ], - "fuel": [ - 44.87054772740074, - 45.38123294867493, - 45.454136001029525, - 44.99834175777955, - 44.42034848649956, - 44.04555203153866, - 44.01530104722709, - 44.31097378843338 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 26.71875, -31.71875 26.875, -31.5625 26.875, -31.5625 26.71875, -31.71875 26.71875))", @@ -455717,68 +308617,7 @@ "id": "7689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.968880181169347, - 14.968880181169347, - 14.968880181169347, - 14.968880181169347, - 14.968880181169347, - 14.968880181169347, - 14.968880181169347, - 14.968880181169347 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 17.972364144538005, - 1060.019788588731, - 1461.6970259797226, - 728.0803805292626, - -375.2384410761397, - -1221.4949146424906, - -1391.1685433719413, - -988.0970374420049 - ], - "relative wind speed": [ - 4.232458876477849, - 4.485461645656102, - 4.5565132000976085, - 4.411882917284587, - 4.1216362938521485, - 3.8447662744597952, - 3.7602900602495613, - 3.9289798935662477 - ], - "relative wind angle": [ - 0.09420933511479067, - 0.054016671970820794, - 0.01221683492385193, - 0.07279826124611355, - 0.09675026486621811, - 0.0630291424815851, - 0.014803862801883618, - 0.08176464047443545 - ], - "resistance": [ - 96652.47236414457, - 97694.51978858876, - 98096.19702597975, - 97362.5803805293, - 96259.26155892388, - 95413.00508535754, - 95243.33145662809, - 95646.40296255803 - ], - "fuel": [ - 44.80137318980212, - 45.34025173637959, - 45.54905178339059, - 45.16815590779574, - 44.599080367998496, - 44.16566335525731, - 44.079084361607585, - 44.28493381331721 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 26.5625, -31.875 26.71875, -31.71875 26.71875, -31.71875 26.5625, -31.875 26.5625))", @@ -455797,68 +308636,7 @@ "id": "7690", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.00020448305832, - 17.00020448305832, - 17.00020448305832, - 17.00020448305832, - 17.00020448305832, - 17.00020448305832, - 17.00020448305832, - 17.00020448305832 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 968.9079650895183, - 1782.7297149286314, - 1182.1556127476415, - -95.69308426434873, - -1267.8788735878152, - -1671.0344891020304, - -1417.8828113790787, - -348.6046147178058 - ], - "relative wind speed": [ - 5.010132050451417, - 5.146301160751216, - 5.051936293450923, - 4.77263992857061, - 4.456443632546708, - 4.298476169048434, - 4.408996790647501, - 4.70990670026914 - ], - "relative wind angle": [ - 0.06431946330323822, - 0.006119531211280732, - 0.0549549886314492, - 0.08894059105395671, - 0.07232398724271254, - 0.007326558185992292, - 0.06297870322640753, - 0.09012842496286384 - ], - "resistance": [ - 97603.40796508956, - 98417.22971492868, - 97816.65561274768, - 96538.8069157357, - 95366.62112641222, - 94963.46551089801, - 95216.61718862096, - 96285.89538528223 - ], - "fuel": [ - 47.287726290295204, - 47.711115619206815, - 47.39842972344648, - 46.73759009442803, - 46.13673728225476, - 45.93126465652145, - 46.0602154997191, - 46.60751715772383 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 26.5625, -31.71875 26.71875, -31.5625 26.71875, -31.5625 26.5625, -31.71875 26.5625))", @@ -455877,68 +308655,7 @@ "id": "7691", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.976429600413887, - 13.976429600413887, - 13.976429600413887, - 13.976429600413887, - 13.976429600413887, - 13.976429600413887, - 13.976429600413887, - 13.976429600413887 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 473.49577219120965, - 1190.3431682401706, - 1022.6749331835172, - 177.1487157520496, - -729.656072175284, - -1186.7457070942583, - -1115.8875395186633, - -473.9066152039304 - ], - "relative wind speed": [ - 4.077052893614763, - 4.239537598493866, - 4.207795627980297, - 3.996876923110232, - 3.714274738160844, - 3.5276788514303803, - 3.565480764360146, - 3.800417344105933 - ], - "relative wind angle": [ - 0.07894103483740586, - 0.023269323437479957, - 0.04326925353728649, - 0.08919909358349534, - 0.08666980634299848, - 0.027966017466229523, - 0.05107039554884856, - 0.09382341152247703 - ], - "resistance": [ - 97107.99577219127, - 97824.84316824023, - 97657.17493318357, - 96811.6487157521, - 95904.84392782477, - 95447.7542929058, - 95518.6124604814, - 96160.59338479613 - ], - "fuel": [ - 44.160709226061634, - 44.53219700887158, - 44.445135928288934, - 44.007693598096594, - 43.541504535682066, - 43.307674282335995, - 43.34387179775861, - 43.67267574454499 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 26.40625, -31.875 26.5625, -31.71875 26.5625, -31.71875 26.40625, -31.875 26.40625))", @@ -455957,68 +308674,7 @@ "id": "7692", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.435320926282563, - 15.435320926282563, - 15.435320926282563, - 15.435320926282563, - 15.435320926282563, - 15.435320926282563, - 15.435320926282563, - 15.435320926282563 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1307.5524543065794, - 1696.9213103027496, - 791.5567536239441, - -504.4189296062541, - -1458.4779950226339, - -1623.39071105304, - -1095.9128162655206, - 105.69770807499845 - ], - "relative wind speed": [ - 4.672186990292848, - 4.738197873474849, - 4.562011087402381, - 4.227701961546769, - 3.9187239906586946, - 3.838646883867302, - 4.046453240264056, - 4.394572233057427 - ], - "relative wind angle": [ - 0.05541555267731711, - 0.017706666236840765, - 0.08282624669611512, - 0.10661012683032216, - 0.06608472120356332, - 0.02185665594247007, - 0.09340816659584077, - 0.10254740251299403 - ], - "resistance": [ - 97942.05245430658, - 98331.42131030274, - 97426.05675362394, - 96130.08107039375, - 95176.02200497736, - 95011.10928894696, - 95538.58718373447, - 96740.197708075 - ], - "fuel": [ - 45.90285312605185, - 46.10560474815914, - 45.63503371534834, - 44.9667470393546, - 44.47876802651747, - 44.39476233687333, - 44.663812680500016, - 45.28058305609288 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 26.40625, -31.71875 26.5625, -31.5625 26.5625, -31.5625 26.40625, -31.71875 26.40625))", @@ -456037,68 +308693,7 @@ "id": "7693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.57385848499829, - 11.57385848499829, - 11.57385848499829, - 11.57385848499829, - 11.57385848499829, - 11.57385848499829, - 11.57385848499829, - 11.57385848499829 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 951.309460125005, - 1148.9135198718923, - 493.48424398656607, - -390.7986577578581, - -1009.1417464904275, - -1093.2950598785224, - -688.0433983275575, - 148.18178300003456 - ], - "relative wind speed": [ - 3.5787318754239705, - 3.622263680771869, - 3.450400104746045, - 3.142095619398102, - 2.86599280547113, - 2.810772567133256, - 3.0192674135220825, - 3.338932721057299 - ], - "relative wind angle": [ - 0.06064485901162638, - 0.027389816186592485, - 0.10370703879511411, - 0.12955673037305496, - 0.0757525502330922, - 0.03530037920893037, - 0.11858114274519985, - 0.12187983125875815 - ], - "resistance": [ - 97585.80946012503, - 97783.41351987192, - 97127.98424398659, - 96243.70134224217, - 95625.3582535096, - 95541.2049401215, - 95946.45660167247, - 96782.68178300007 - ], - "fuel": [ - 42.55677254416518, - 42.659336216791424, - 42.31970294624021, - 41.86401446083626, - 41.54709870982272, - 41.50407809576234, - 41.711491782722675, - 42.141415487726334 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 26.25, -31.875 26.40625, -31.71875 26.40625, -31.71875 26.25, -31.875 26.25))", @@ -456117,68 +308712,7 @@ "id": "7694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.618099216132489, - 12.618099216132489, - 12.618099216132489, - 12.618099216132489, - 12.618099216132489, - 12.618099216132489, - 12.618099216132489, - 12.618099216132489 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1536.0619420178064, - 1145.9286383439376, - 76.07341578512296, - -966.6895090317093, - -1406.3597695306885, - -1239.9735223535763, - -381.9850500046032, - 755.8132856068542 - ], - "relative wind speed": [ - 3.9936690891794107, - 3.915587292506507, - 3.6155997169321172, - 3.2396065421232647, - 3.0181388964824274, - 3.1187708070791005, - 3.4620794155027204, - 3.8162160112550505 - ], - "relative wind angle": [ - 0.019407075420286406, - 0.07417867807830973, - 0.13535225129725692, - 0.1237220979124972, - 0.0256810883326752, - 0.09318002605370056, - 0.1413936727109223, - 0.10495319317606179 - ], - "resistance": [ - 98170.56194201781, - 97780.42863834393, - 96710.57341578513, - 95667.81049096829, - 95228.14023046932, - 95394.52647764642, - 96252.5149499954, - 97390.31328560686 - ], - "fuel": [ - 43.61863570389559, - 43.415720094769526, - 42.86217452941241, - 42.32674524044027, - 42.102199644038464, - 42.187090769630025, - 42.626476152050955, - 43.21338014142832 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 26.25, -31.71875 26.40625, -31.5625 26.40625, -31.5625 26.25, -31.71875 26.25))", @@ -456197,68 +308731,7 @@ "id": "7695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.14736896454898, - 9.14736896454898, - 9.14736896454898, - 9.14736896454898, - 9.14736896454898, - 9.14736896454898, - 9.14736896454898, - 9.14736896454898 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1066.8358806577526, - 850.5460026424371, - 124.0007025787204, - -607.3331598763734, - -947.971698878966, - -854.9292988626376, - -289.3637882868902, - 495.299539549223 - ], - "relative wind speed": [ - 3.004634291624512, - 2.9477377460756524, - 2.6782793103909817, - 2.3168800507615233, - 2.081082959099984, - 2.160920102507982, - 2.487077289630116, - 2.82680037134665 - ], - "relative wind angle": [ - 0.032346170184330246, - 0.08765763281586678, - 0.1734132309402398, - 0.17153598383156518, - 0.04670972328229928, - 0.11970747760093627, - 0.1868965240048193, - 0.14036498124615 - ], - "resistance": [ - 97701.33588065775, - 97485.04600264244, - 96758.50070257872, - 96027.16684012362, - 95686.52830112103, - 95779.57070113736, - 96345.1362117131, - 97129.79953954922 - ], - "fuel": [ - 41.13291917354289, - 41.020730461170544, - 40.645148742278806, - 40.26907529836487, - 40.0945882936564, - 40.142205012854966, - 40.43233998613732, - 40.8368432662713 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 26.40625, -31.5625 26.5625, -31.40625 26.5625, -31.40625 26.40625, -31.5625 26.40625))", @@ -456277,68 +308750,7 @@ "id": "7696", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.983270415938014, - 8.983270415938014, - 8.983270415938014, - 8.983270415938014, - 8.983270415938014, - 8.983270415938014, - 8.983270415938014, - 8.983270415938014 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 626.1994476256546, - 984.5587235501657, - 569.5753669404189, - -116.11622929154555, - -687.5314766300316, - -840.8458682221751, - -647.9996880594767, - -50.055248789028155 - ], - "relative wind speed": [ - 2.821118549069964, - 2.9193783559978836, - 2.801307979685901, - 2.5155605331878483, - 2.2033837022781517, - 2.0714341944417844, - 2.2285159210379653, - 2.54667720986372 - ], - "relative wind angle": [ - 0.1024936029424129, - 0.005405740141760045, - 0.11123409751614881, - 0.1693516151108738, - 0.13137639695115705, - 0.007618623182806247, - 0.13999308263005208, - 0.1672627457845102 - ], - "resistance": [ - 97260.6994476257, - 97619.0587235502, - 97204.07536694047, - 96518.3837707085, - 95946.96852337001, - 95793.65413177788, - 95986.50031194057, - 96584.44475121102 - ], - "fuel": [ - 40.81820333108233, - 41.00387844653133, - 40.78890866388802, - 40.43511071197348, - 40.14161267425564, - 40.06307198572953, - 40.161878406923535, - 40.46912019834653 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.40625 26.40625, -31.40625 26.5625, -31.25 26.5625, -31.25 26.40625, -31.40625 26.40625))", @@ -456357,68 +308769,7 @@ "id": "7697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.142737289269734, - 11.142737289269734, - 11.142737289269734, - 11.142737289269734, - 11.142737289269734, - 11.142737289269734, - 11.142737289269734, - 11.142737289269734 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 859.6098696824965, - 1206.3877237483284, - 623.1919877038035, - -258.9190264746194, - -944.6161439751213, - -1092.4309337201603, - -778.9992284423301, - 18.668816539128784 - ], - "relative wind speed": [ - 3.4481497926350304, - 3.52687929774667, - 3.379958153297464, - 3.072440157353742, - 2.7655968596105263, - 2.664467189038469, - 2.848533985104373, - 3.177793961511149 - ], - "relative wind angle": [ - 0.07761120954161013, - 0.015080739668114346, - 0.10152550530499688, - 0.1408326540785105, - 0.09681983765311475, - 0.019962514572657592, - 0.120551094300585, - 0.13613404375368326 - ], - "resistance": [ - 97494.10986968252, - 97840.88772374835, - 97257.69198770383, - 96375.58097352542, - 95689.88385602491, - 95542.06906627987, - 95855.5007715577, - 96653.16881653915 - ], - "fuel": [ - 42.217260045744936, - 42.39722824521564, - 42.094822171400644, - 41.63982358849512, - 41.28813670767217, - 41.212553274333324, - 41.37291963720537, - 41.78269298721299 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 26.25, -31.5625 26.40625, -31.40625 26.40625, -31.40625 26.25, -31.5625 26.25))", @@ -456437,68 +308788,7 @@ "id": "7698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.278663493934553, - 6.278663493934553, - 6.278663493934553, - 6.278663493934553, - 6.278663493934553, - 6.278663493934553, - 6.278663493934553, - 6.278663493934553 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 738.5136449136548, - 592.743002333759, - 107.25852106928369, - -375.9594096142289, - -605.3429373637646, - -542.0086050941543, - -168.79086416393352, - 351.515520599555 - ], - "relative wind speed": [ - 2.1965213151046727, - 2.1449220151998776, - 1.894115857548245, - 1.5424234052267929, - 1.2972509625682316, - 1.3808966276677836, - 1.7087688743003366, - 2.0318700712894873 - ], - "relative wind angle": [ - 0.043592620847259185, - 0.11717996918112944, - 0.24006723543186395, - 0.25303669639236515, - 0.07385531109040494, - 0.1826105078901172, - 0.2667089503293442, - 0.19120367280365214 - ], - "resistance": [ - 97373.01364491366, - 97227.24300233378, - 96741.75852106929, - 96258.54059038579, - 96029.15706263625, - 96092.49139490585, - 96465.70913583608, - 96986.01552059957 - ], - "fuel": [ - 39.708834357139004, - 39.63338265877922, - 39.38266336564008, - 39.133985490394466, - 39.01624223473796, - 39.04873237183323, - 39.24049399422184, - 39.508695655995396 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.40625 26.25, -31.40625 26.40625, -31.25 26.40625, -31.25 26.25, -31.40625 26.25))", @@ -456517,68 +308807,7 @@ "id": "7699", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.145369301410192, - 7.145369301410192, - 7.145369301410192, - 7.145369301410192, - 7.145369301410192, - 7.145369301410192, - 7.145369301410192, - 7.145369301410192 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 758.6513917422856, - 789.6393040282139, - 285.8269886161977, - -311.7802000919569, - -683.7203359482671, - -697.16505715961, - -356.2844950248784, - 233.52153112951783 - ], - "relative wind speed": [ - 2.420551064092521, - 2.430425689045856, - 2.2207556376047712, - 1.8720827892333254, - 1.5689925057663496, - 1.5536524408812873, - 1.8409370806947831, - 2.194563958349534 - ], - "relative wind angle": [ - 0.08036261015564106, - 0.06801596258292306, - 0.19390064466973894, - 0.2372406734824602, - 0.12416418205547405, - 0.1065187344664535, - 0.23458861741998252, - 0.20185412099502448 - ], - "resistance": [ - 97393.1513917423, - 97424.13930402823, - 96920.32698861622, - 96322.71979990805, - 95950.77966405175, - 95937.3349428404, - 96278.21550497513, - 96868.02153112953 - ], - "fuel": [ - 40.040929341556364, - 40.05698137076993, - 39.79644507009016, - 39.48862928355725, - 39.297721116799494, - 39.290829896167395, - 39.465759158446765, - 39.76945048457878 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 26.09375, -32.5 26.25, -32.34375 26.25, -32.34375 26.09375, -32.5 26.09375))", @@ -456610,17 +308839,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1587.6368375109087, + 1587.6368375108977, 446.6867189085415, - -862.4298336575685, + -862.4298336575739, -1615.2319613746458, - -1589.98182888485, + -1589.9818288848473, -773.9311552302934, 549.5998993092808, 1646.7637097485976 ], "relative wind speed": [ - 4.2996049062200585, + 4.299604906220058, 4.026919720065188, 3.6192008105148785, 3.3106448019606707, @@ -456630,14 +308859,14 @@ 4.310468012395153 ], "relative wind angle": [ - 0.0511015300854025, + 0.05110153008540467, 0.12462200920825789, - 0.13531988501990655, + 0.135319885019909, 0.057408316483305584, - 0.0661046449130118, - 0.13755910452982234, + 0.06610464491301012, + 0.13755910452982237, 0.12070557212925334, - 0.04408238277400279 + 0.044082382774002796 ], "resistance": [ 98222.13683751089, @@ -456690,19 +308919,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1539.3852028391047, + 1539.3852028390857, 701.6106350252749, - -452.862246122495, + -452.8622461224968, -1282.259812604546, - -1414.1035164143937, + -1414.1035164143973, -911.7366698449091, - 167.41549199773362, + 167.41549199773453, 1231.2544459683522 ], "relative wind speed": [ - 3.8810345808259785, + 3.881034580825978, 3.6788356034425638, - 3.2994028346467617, + 3.299402834646761, 2.9445104081769604, 2.860792418869649, 3.1165255147796427, @@ -456710,17 +308939,17 @@ 3.8179079529981705 ], "relative wind angle": [ - 0.028194547008485924, + 0.0281945470084938, 0.11941611795035045, - 0.15531725118448073, + 0.15531725118448142, 0.09644405043740543, - 0.03825380794140866, + 0.03825380794141157, 0.14109508880663157, - 0.14568903369441685, + 0.14568903369441608, 0.07433436585466163 ], "resistance": [ - 98173.88520283913, + 98173.88520283911, 97336.11063502531, 96181.63775387753, 95352.24018739548, @@ -456757,68 +308986,7 @@ "id": "7702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.473415629496154, - 10.473415629496154, - 10.473415629496154, - 10.473415629496154, - 10.473415629496154, - 10.473415629496154, - 10.473415629496154, - 10.473415629496154 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1280.807470952268, - 366.3878812460439, - -662.0521222581419, - -1247.5155715733727, - -1218.198058306276, - -562.4031275002585, - 482.8547563459106, - 1348.8239598844202 - ], - "relative wind speed": [ - 3.4216491505978754, - 3.1436426223364755, - 2.7216868922039725, - 2.3943105638226188, - 2.416408026094893, - 2.768433080533539, - 3.184200232266818, - 3.437148175789108 - ], - "relative wind angle": [ - 0.06865449503857454, - 0.16700723156251604, - 0.18636795063286002, - 0.07969793258027746, - 0.09729226910370402, - 0.18990093940506236, - 0.15904666449561428, - 0.055487135434346975 - ], - "resistance": [ - 97915.30747095226, - 97000.88788124605, - 95972.44787774186, - 95386.98442842663, - 95416.30194169373, - 96072.09687249974, - 97117.35475634591, - 97983.32395988442 - ], - "fuel": [ - 42.00688783790092, - 41.533041647265435, - 41.00382837071753, - 40.70431934914806, - 40.719287148419056, - 41.054933419471716, - 41.593221104676644, - 42.042257856777326 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 25.9375, -32.34375 26.09375, -32.1875 26.09375, -32.1875 25.9375, -32.34375 25.9375))", @@ -456837,68 +309005,7 @@ "id": "7703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.328702192407576, - 10.328702192407576, - 10.328702192407576, - 10.328702192407576, - 10.328702192407576, - 10.328702192407576, - 10.328702192407576, - 10.328702192407576 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1270.2915997150553, - 514.6091943760994, - -451.6389926677343, - -1098.3735438353315, - -1164.699800552778, - -678.7248617557057, - 249.54273679671542, - 1116.0791777616746 - ], - "relative wind speed": [ - 3.3679416975273377, - 3.1493678899610194, - 2.768076470686952, - 2.428149874243964, - 2.37785762823103, - 2.660586415014986, - 3.0553217229138223, - 3.331865298340982 - ], - "relative wind angle": [ - 0.043290923332206764, - 0.14452442866810594, - 0.18004864112363717, - 0.10208524120615607, - 0.061335547346714016, - 0.17131714717584406, - 0.16296183927680935, - 0.07433553437407554 - ], - "resistance": [ - 97904.79159971508, - 97149.10919437613, - 96182.86100733229, - 95536.1264561647, - 95469.80019944726, - 95955.77513824432, - 96884.04273679675, - 97750.5791777617 - ], - "fuel": [ - 41.91254305911636, - 41.5207598197583, - 41.022904397616244, - 40.6916179136684, - 40.65773061888292, - 40.90640351535278, - 41.38383961631615, - 41.832419119654425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 25.46875, -32.5 25.625, -32.34375 25.625, -32.34375 25.46875, -32.5 25.46875))", @@ -456917,68 +309024,7 @@ "id": "7704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.610791242751733, - 7.610791242751733, - 7.610791242751733, - 7.610791242751733, - 7.610791242751733, - 7.610791242751733, - 7.610791242751733, - 7.610791242751733 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 578.9712924223847, - -91.2216549322402, - -645.004815142175, - -797.5330171441897, - -602.7026387690507, - -20.832924850287327, - 640.1232051626878, - 993.7320848486054 - ], - "relative wind speed": [ - 2.473937396743969, - 2.150929820084238, - 1.7839001571055788, - 1.6228865200356468, - 1.8171979868366894, - 2.1899944464413665, - 2.498054241975208, - 2.6055352827122165 - ], - "relative wind angle": [ - 0.1466953553239821, - 0.230469918927736, - 0.18791703238507515, - 0.012356661080205786, - 0.20033319409705513, - 0.22628652066575813, - 0.13380504137050608, - 0.00769636338840652 - ], - "resistance": [ - 97213.47129242236, - 96543.27834506772, - 95989.49518485779, - 95836.96698285578, - 96031.79736123091, - 96613.66707514969, - 97274.62320516266, - 97628.23208484858 - ], - "fuel": [ - 40.14108083318287, - 39.795236999467235, - 39.51072592722623, - 39.432563632228366, - 39.53241879456478, - 39.831481583213396, - 40.17272064339474, - 40.355949652475296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 25.46875, -32.34375 25.625, -32.1875 25.625, -32.1875 25.46875, -32.34375 25.46875))", @@ -456997,68 +309043,7 @@ "id": "7705", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.354711559525072, - 8.354711559525072, - 8.354711559525072, - 8.354711559525072, - 8.354711559525072, - 8.354711559525072, - 8.354711559525072, - 8.354711559525072 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 503.62698293098083, - -214.43043011940335, - -754.2587007640357, - -862.2701030366327, - -580.1845514247022, - 75.74981188410766, - 754.0717983130235, - 1004.6412639870687 - ], - "relative wind speed": [ - 2.6271774103461545, - 2.2941367597772393, - 1.956477412991744, - 1.8539250096703597, - 2.078381840312386, - 2.441038456684412, - 2.7191778816448475, - 2.790106499417573 - ], - "relative wind angle": [ - 0.14674986585270014, - 0.20559400756352642, - 0.14266979167233595, - 0.04042962600533938, - 0.18590294890262907, - 0.19306008756988363, - 0.10248384712573463, - 0.02685993818453015 - ], - "resistance": [ - 97138.12698293097, - 96420.0695698806, - 95880.24129923596, - 95772.22989696337, - 96054.3154485753, - 96710.2498118841, - 97388.57179831303, - 97639.14126398707 - ], - "fuel": [ - 40.44048903773919, - 40.07021066571282, - 39.793102520272804, - 39.737787595864646, - 39.88234093399353, - 40.21961597858759, - 40.57008639736932, - 40.69998182768094 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 25.3125, -32.5 25.46875, -32.34375 25.46875, -32.34375 25.3125, -32.5 25.3125))", @@ -457077,68 +309062,7 @@ "id": "7706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.513287974484344, - 9.513287974484344, - 9.513287974484344, - 9.513287974484344, - 9.513287974484344, - 9.513287974484344, - 9.513287974484344, - 9.513287974484344 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 503.63049811568635, - -392.38730766402114, - -1001.5651869671449, - -1072.7236347288379, - -633.6487895790183, - 221.5035898080282, - 1032.1577025355514, - 1197.1695532860558 - ], - "relative wind speed": [ - 2.934390762583092, - 2.553439776220008, - 2.204456979411833, - 2.1452344220836412, - 2.4286114640152197, - 2.8264373511359913, - 3.1063116740922156, - 3.147502512308225 - ], - "relative wind angle": [ - 0.1550346187994476, - 0.1978274498975253, - 0.1166714650614688, - 0.06481447725291577, - 0.1876721373021048, - 0.17850285319218975, - 0.08270480302093455, - 0.04415884791397623 - ], - "resistance": [ - 97138.13049811569, - 96242.11269233598, - 95632.93481303286, - 95561.77636527116, - 96000.85121042098, - 96856.00358980802, - 97666.65770253555, - 97831.66955328606 - ], - "fuel": [ - 41.04007342819395, - 40.57832344836554, - 40.266098301666936, - 40.22971715875039, - 40.45450328282031, - 40.8943611215103, - 41.31384318320568, - 41.39952995359099 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 25.3125, -32.34375 25.46875, -32.1875 25.46875, -32.1875 25.3125, -32.34375 25.3125))", @@ -457157,68 +309081,7 @@ "id": "7707", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.429490392089715, - 11.429490392089715, - 11.429490392089715, - 11.429490392089715, - 11.429490392089715, - 11.429490392089715, - 11.429490392089715, - 11.429490392089715 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 501.01926220936366, - -527.6349422300359, - -1198.0484131211847, - -1251.1381141231336, - -711.9639882578722, - 286.36433282575126, - 1195.7500895719586, - 1319.697974226574 - ], - "relative wind speed": [ - 3.4300241992764406, - 3.0593066918797938, - 2.7422852273201546, - 2.7064319700175834, - 2.9812297012940734, - 3.360571246755445, - 3.623902354026883, - 3.6507564327364648 - ], - "relative wind angle": [ - 0.12920717210842494, - 0.15513940369254642, - 0.08271580827381676, - 0.056301823106989224, - 0.14879316891367855, - 0.14113386583373908, - 0.06256229229662827, - 0.04172854958737002 - ], - "resistance": [ - 97135.51926220935, - 96106.86505776994, - 95436.4515868788, - 95383.36188587685, - 95922.53601174211, - 96920.86433282573, - 97830.25008957194, - 97954.19797422655 - ], - "fuel": [ - 42.22446495957057, - 41.694626545118716, - 41.35142977273908, - 41.32432365905396, - 41.60009847306368, - 42.11357557670629, - 42.58453396236976, - 42.64896316337874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 25.46875, -32.1875 25.625, -32.03125 25.625, -32.03125 25.46875, -32.1875 25.46875))", @@ -457237,68 +309100,7 @@ "id": "7708", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.47516786067655, - 9.47516786067655, - 9.47516786067655, - 9.47516786067655, - 9.47516786067655, - 9.47516786067655, - 9.47516786067655, - 9.47516786067655 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 768.4715101740167, - -35.45782363558919, - -754.8403908490204, - -999.193053611373, - -823.5347570214276, - -150.1324636006284, - 669.9190106681772, - 1178.1231159980798 - ], - "relative wind speed": [ - 3.0068042397994255, - 2.7009696155484284, - 2.3386637351136774, - 2.1523908187233576, - 2.2968669856540536, - 2.6497608990524997, - 2.9744111384150442, - 3.1118617337116263 - ], - "relative wind angle": [ - 0.1069075104363202, - 0.17857254214135249, - 0.15352938743103195, - 0.012092098372894659, - 0.14014334167573436, - 0.18206185965207097, - 0.1205321470509037, - 0.008363671945475186 - ], - "resistance": [ - 97402.97151017401, - 96599.04217636441, - 95879.65960915099, - 95635.30694638862, - 95810.96524297858, - 96484.36753639937, - 97304.41901066818, - 97812.62311599808 - ], - "fuel": [ - 41.155992773319596, - 40.7407692718838, - 40.37125238815061, - 40.246176732434705, - 40.336067673475824, - 40.681736664761274, - 41.10496180542174, - 41.368499721351014 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 25.46875, -32.03125 25.625, -31.875 25.625, -31.875 25.46875, -32.03125 25.46875))", @@ -457317,68 +309119,7 @@ "id": "7709", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.46356753945323, - 9.46356753945323, - 9.46356753945323, - 9.46356753945323, - 9.46356753945323, - 9.46356753945323, - 9.46356753945323, - 9.46356753945323 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1166.0739047306843, - 477.7379163957885, - -400.6676172400371, - -989.7123302485543, - -1051.4332294943804, - -610.0839501240293, - 232.88749730295012, - 1022.927229748876 - ], - "relative wind speed": [ - 3.1251312186788476, - 2.910589954316771, - 2.5331228377783583, - 2.19218261443591, - 2.1405894278194992, - 2.4242595468068275, - 2.816355254789329, - 3.089159046960627 - ], - "relative wind angle": [ - 0.046124045280947705, - 0.1554107917957408, - 0.19588625986083258, - 0.11279384883491501, - 0.06736538554930462, - 0.18692418620803478, - 0.1759687097081393, - 0.07995828437392719 - ], - "resistance": [ - 97800.57390473069, - 97112.2379163958, - 96233.83238275997, - 95644.78766975144, - 95583.06677050563, - 96024.41604987597, - 96867.38749730295, - 97657.42722974888 - ], - "fuel": [ - 41.355827780294405, - 40.99914095152897, - 40.54652305318192, - 40.24461294896775, - 40.21305313067086, - 40.439040492911644, - 40.8726877362882, - 41.28150582103426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 25.3125, -32.1875 25.46875, -32.03125 25.46875, -32.03125 25.3125, -32.1875 25.3125))", @@ -457397,68 +309138,7 @@ "id": "7710", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.726453637422225, - 11.726453637422225, - 11.726453637422225, - 11.726453637422225, - 11.726453637422225, - 11.726453637422225, - 11.726453637422225, - 11.726453637422225 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 641.0978114246391, - -379.5089816325699, - -1127.0590225393607, - -1256.3673139347266, - -832.0963775455366, - 114.65769781159088, - 1062.3680592285436, - 1365.133600028199 - ], - "relative wind speed": [ - 3.5467663763520947, - 3.201728610161528, - 2.8750966010084062, - 2.7906296647087565, - 3.0159085302410458, - 3.3799689196907714, - 3.6618404561193514, - 3.726612679854181 - ], - "relative wind angle": [ - 0.11151957792448708, - 0.14675156542308082, - 0.09313441476809689, - 0.03226951871893791, - 0.13125403459893228, - 0.13896109302048032, - 0.07308392559009066, - 0.024162803497701286 - ], - "resistance": [ - 97275.59781142464, - 96254.99101836744, - 95507.44097746065, - 95378.13268606528, - 95802.40362245447, - 96749.15769781159, - 97696.86805922854, - 97999.6336000282 - ], - "fuel": [ - 42.502329906100876, - 41.97608928520333, - 41.59310015532206, - 41.527063144470745, - 41.74396873831421, - 42.23040524150473, - 42.72067346944789, - 42.87800412103823 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 25.3125, -32.03125 25.46875, -31.875 25.46875, -31.875 25.3125, -32.03125 25.3125))", @@ -457477,68 +309157,7 @@ "id": "7711", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.008647461587481, - 10.008647461587481, - 10.008647461587481, - 10.008647461587481, - 10.008647461587481, - 10.008647461587481, - 10.008647461587481, - 10.008647461587481 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1013.4768626979717, - 174.4645973690267, - -688.4067399089868, - -1107.3718968354765, - -1014.4114299806024, - -370.06163973589537, - 546.0537797974621, - 1229.67115001099 - ], - "relative wind speed": [ - 3.220312908920824, - 2.938247411202052, - 2.552543433580966, - 2.2929338805716983, - 2.3656671094027324, - 2.7080432519508273, - 3.0742996151245032, - 3.2724990944534094 - ], - "relative wind angle": [ - 0.08207081595441976, - 0.16762797962432296, - 0.1689849731096249, - 0.05099644384405355, - 0.1118281398261351, - 0.18203065923492953, - 0.14009663515427587, - 0.0357236650743271 - ], - "resistance": [ - 97647.97686269796, - 96808.964597369, - 95946.093260091, - 95527.1281031645, - 95620.08857001938, - 96264.43836026409, - 97180.55377979745, - 97864.17115001098 - ], - "fuel": [ - 41.58749274066685, - 41.15343902368495, - 40.70977427087233, - 40.49535307382099, - 40.54287270938488, - 40.87313606503043, - 41.345353424715896, - 41.69976290491853 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 25.15625, -32.5 25.3125, -32.34375 25.3125, -32.34375 25.15625, -32.5 25.15625))", @@ -457557,68 +309176,7 @@ "id": "7712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.183266233932809, - 13.183266233932809, - 13.183266233932809, - 13.183266233932809, - 13.183266233932809, - 13.183266233932809, - 13.183266233932809, - 13.183266233932809 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 388.88848989597045, - -886.1085468550782, - -1590.244737957857, - -1537.8276827056852, - -703.3432916909151, - 601.5839005632743, - 1654.843020791469, - 1532.3045313946059 - ], - "relative wind speed": [ - 3.8736629501931183, - 3.4563583714775725, - 3.1496461192357263, - 3.1802081553062234, - 3.523272713668801, - 3.933484724070867, - 4.183114221505946, - 4.159926844970443 - ], - "relative wind angle": [ - 0.13395579195898175, - 0.14252040477132277, - 0.0562069360761777, - 0.07576135836631646, - 0.14737051204914456, - 0.12513567361877725, - 0.04231095633263152, - 0.05789548711338314 - ], - "resistance": [ - 97023.388489896, - 95748.39145314496, - 95044.25526204218, - 95096.67231729435, - 95931.1567083091, - 97236.0839005633, - 98289.3430207915, - 98166.80453139463 - ], - "fuel": [ - 43.46375759466352, - 42.80814945396616, - 42.448672835791385, - 42.475369308300884, - 42.90175661530772, - 43.57371506979651, - 44.12070084635481, - 44.056851123486666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.34375 25.15625, -32.34375 25.3125, -32.1875 25.3125, -32.1875 25.15625, -32.34375 25.15625))", @@ -457637,68 +309195,7 @@ "id": "7713", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.497508800162128, - 13.497508800162128, - 13.497508800162128, - 13.497508800162128, - 13.497508800162128, - 13.497508800162128, - 13.497508800162128, - 13.497508800162128 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 791.8401117210697, - -532.5285021827249, - -1481.961097583412, - -1630.3744845083693, - -1052.703552593317, - 186.9128142076952, - 1404.6912739966137, - 1752.3165392890369 - ], - "relative wind speed": [ - 4.065312699051472, - 3.673225636763284, - 3.3103367377631767, - 3.2262252076630684, - 3.4878720467329165, - 3.8986449154642173, - 4.211138734127085, - 4.275919744907453 - ], - "relative wind angle": [ - 0.11135890226559163, - 0.14344310651129066, - 0.08796584330176063, - 0.03528403272453745, - 0.1298919689395133, - 0.1350968167284034, - 0.06911499380979273, - 0.026619783941987975 - ], - "resistance": [ - 97426.34011172106, - 96101.97149781726, - 95152.53890241658, - 95004.12551549161, - 95581.79644740667, - 96821.41281420768, - 98039.1912739966, - 98386.81653928902 - ], - "fuel": [ - 43.92606087782653, - 43.24320158306419, - 42.757680037447706, - 42.68208743393356, - 42.97677864495925, - 43.613343868071794, - 44.24426266772612, - 44.42537627763806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.5 25, -32.5 25.15625, -32.34375 25.15625, -32.34375 25, -32.5 25))", @@ -457730,19 +309227,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 636.2347701322778, + 636.234770132276, -1027.6137091531928, - -2042.9851743096951, + -2042.9851743096915, -2068.1870753623843, -1118.3474755917068, 531.0713754340577, - 1951.0588561062214, + 1951.0588561062068, 2010.6335986573267 ], "relative wind speed": [ - 5.31276934706936, + 5.312769347069359, 4.93237538019934, - 4.637379418049315, + 4.637379418049314, 4.627104822208906, 4.909024416707884, 5.2910974256573065, @@ -457752,11 +309249,11 @@ "relative wind angle": [ 0.08620255897147731, 0.0947731428287333, - 0.043721178428309034, + 0.043721178428306494, 0.03893577595391601, 0.09331218472772466, - 0.0883304024635587, - 0.03651868545394467, + 0.08833040246355871, + 0.036518685453947715, 0.03240016668035646 ], "resistance": [ @@ -457766,7 +309263,7 @@ 94566.31292463762, 95516.15252440829, 97165.57137543405, - 98585.55885610622, + 98585.5588561062, 98645.13359865732 ], "fuel": [ @@ -457776,7 +309273,7 @@ 47.17714077929287, 47.66079922242017, 48.5086600673566, - 49.24669403062887, + 49.24669403062886, 49.27782180802097 ] }, @@ -457810,9 +309307,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 824.9879690819689, + 824.9879690819653, -476.90978678252486, - -1443.9571372025284, + -1443.9571372025312, -1619.1139706957201, -1098.271847349859, 103.5493719918586, @@ -457820,9 +309317,9 @@ 1729.6604519181283 ], "relative wind speed": [ - 4.2834994856623165, + 4.283499485662316, 3.9236616171922623, - 3.5838585486803227, + 3.5838585486803223, 3.4913492803779476, 3.716848648284344, 4.094900637585079, @@ -457831,11 +309328,11 @@ ], "relative wind angle": [ 0.09511364731441045, - 0.12496508227628551, - 0.07955398171874085, - 0.024710430246414027, - 0.10966866925508112, - 0.11971367407050629, + 0.1249650822762855, + 0.07955398171874227, + 0.024710430246414023, + 0.10966866925508113, + 0.1197136740705063, 0.06484304410013621, 0.019303048428737292 ], @@ -457877,68 +309374,7 @@ "id": "7716", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.571611395327789, - 12.571611395327789, - 12.571611395327789, - 12.571611395327789, - 12.571611395327789, - 12.571611395327789, - 12.571611395327789, - 12.571611395327789 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 513.4812262642108, - -590.9050667558977, - -1303.117552318074, - -1353.155623909562, - -766.5481858294825, - 309.2720395040724, - 1278.9834256943186, - 1396.2177239368666 - ], - "relative wind speed": [ - 3.7340807532171754, - 3.3708842890089046, - 3.0670778605476663, - 3.0366778816264466, - 3.30376963417796, - 3.673607488202332, - 3.930812417885349, - 3.954344485563193 - ], - "relative wind angle": [ - 0.11614265427183153, - 0.1366740042338727, - 0.07074754293651712, - 0.05029571391385251, - 0.1313525322149168, - 0.1253493200448555, - 0.05518384262816858, - 0.03861713340901929 - ], - "resistance": [ - 97147.98122626418, - 96043.59493324408, - 95331.3824476819, - 95281.3443760904, - 95867.95181417049, - 96943.77203950404, - 97913.48342569428, - 98030.71772393683 - ], - "fuel": [ - 43.05270587475593, - 42.48396383190979, - 42.11959245283572, - 42.094063694765474, - 42.39392861155048, - 42.94719925844626, - 43.44959095512479, - 43.51056521973961 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.03125 25.15625, -32.03125 25.3125, -31.875 25.3125, -31.875 25.15625, -32.03125 25.15625))", @@ -457957,68 +309393,7 @@ "id": "7717", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.75335413413204, - 11.75335413413204, - 11.75335413413204, - 11.75335413413204, - 11.75335413413204, - 11.75335413413204, - 11.75335413413204, - 11.75335413413204 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 657.4533173790132, - -419.9003636074285, - -1195.7294111714023, - -1320.4160285951543, - -854.1473876495302, - 151.97750071508835, - 1145.6778324655015, - 1437.1437258893766 - ], - "relative wind speed": [ - 3.5639049104602956, - 3.198762712331109, - 2.85671932269734, - 2.7750690627917383, - 3.02025465865808, - 3.4045959413928935, - 3.696283420582963, - 3.7579712759260175 - ], - "relative wind angle": [ - 0.11848546551324443, - 0.15432963061302143, - 0.09609511561461564, - 0.0375136035202018, - 0.1399424397691341, - 0.14493119666243756, - 0.07422220294788602, - 0.027698917235580683 - ], - "resistance": [ - 97291.95331737903, - 96214.59963639258, - 95438.77058882861, - 95314.08397140486, - 95780.35261235049, - 96786.4775007151, - 97780.17783246552, - 98071.64372588939 - ], - "fuel": [ - 42.529688594568476, - 41.97423658058885, - 41.576916812644825, - 41.51327085296793, - 41.75157279214454, - 42.26854224100336, - 42.78282495781263, - 42.93436802894409 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-32.1875 25, -32.1875 25.15625, -32.03125 25.15625, -32.03125 25, -32.1875 25))", @@ -458050,37 +309425,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 746.9109025182806, + 746.9109025182761, -565.8765588856731, - -1496.3019772082598, + -1496.3019772082607, -1631.9531084154632, - -1048.3089339113958, + -1048.3089339113994, 186.96467745610425, 1385.089016339637, 1704.3783849216024 ], "relative wind speed": [ - 4.363252686492946, + 4.363252686492945, 4.004143606371861, - 3.6809472031794304, + 3.68094720317943, 3.6113107801114794, - 3.848014039534501, + 3.8480140395345015, 4.220428892209165, 4.505087539887328, 4.561098607144244 ], "relative wind angle": [ - 0.09477437877754355, + 0.09477437877754473, 0.1189234364362886, - 0.07040346690326676, + 0.07040346690326678, 0.03015209287344095, - 0.10751059692965888, + 0.10751059692966095, 0.11280224563842746, 0.057508359192123944, - 0.023871972531704238 + 0.02387197253170424 ], "resistance": [ - 97381.41090251826, + 97381.41090251824, 96068.6234411143, 95138.19802279171, 95002.54689158451, @@ -458090,7 +309465,7 @@ 98338.87838492157 ], "fuel": [ - 44.93875641345667, + 44.938756413456666, 44.26205968070876, 43.78634059271097, 43.71725231102029, @@ -458130,9 +309505,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1207.1040454010217, + 1207.1040454010035, -335.92904963415276, - -1614.526318681067, + -1614.5263186810698, -1939.3229059999621, -1499.1552265745759, -142.00285751938645, @@ -458140,9 +309515,9 @@ 2138.170096103804 ], "relative wind speed": [ - 4.918647963272982, + 4.918647963272981, 4.5589825986164545, - 4.184459486330922, + 4.184459486330921, 4.035772914149198, 4.222982162916706, 4.608942807242727, @@ -458150,17 +309525,17 @@ 5.073382808377642 ], "relative wind angle": [ - 0.07827905016185131, + 0.07827905016185557, 0.11404723170673783, - 0.08351962513767687, + 0.08351962513767688, 0.006229740892925582, - 0.09120753568321334, + 0.09120753568321333, 0.1128056778529828, - 0.07055858388573048, + 0.07055858388573047, 0.0049556204980591625 ], "resistance": [ - 97841.604045401, + 97841.60404540099, 96298.57095036583, 95019.97368131892, 94695.17709400003, @@ -458170,7 +309545,7 @@ 98772.67009610379 ], "fuel": [ - 46.78987916703454, + 46.789879167034535, 45.992517448299544, 45.338515098960514, 45.173350601249496, @@ -458197,68 +309572,7 @@ "id": "7720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.382492555216778, - 9.382492555216778, - 9.382492555216778, - 9.382492555216778, - 9.382492555216778, - 9.382492555216778, - 9.382492555216778, - 9.382492555216778 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1274.7287694907495, - 581.0010795755056, - -349.84277623461685, - -1009.575863851463, - -1110.6499730214643, - -690.2541225760888, - 182.37868434944494, - 1040.6890061400554 - ], - "relative wind speed": [ - 3.142854305677412, - 2.934388500027325, - 2.540606547293067, - 2.16161958225117, - 2.0756464887218242, - 2.361187341945926, - 2.780496341430768, - 3.084354440476412 - ], - "relative wind angle": [ - 0.038969338989480115, - 0.15890539723935349, - 0.2118530857633966, - 0.1351098591619921, - 0.059025024895225826, - 0.19794122746052165, - 0.19333265304307135, - 0.09454249797794972 - ], - "resistance": [ - 97909.22876949077, - 97215.50107957554, - 96284.65722376542, - 95624.92413614856, - 95523.85002697856, - 95944.24587742393, - 96816.87868434947, - 97675.18900614008 - ], - "fuel": [ - 41.36772283046404, - 41.007968569587725, - 40.52806380641446, - 40.18988494400601, - 40.13821747478889, - 40.35336687421713, - 40.80206055635804, - 41.24615400274699 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.71875 25.46875, -31.71875 25.625, -31.5625 25.625, -31.5625 25.46875, -31.71875 25.46875))", @@ -458277,68 +309591,7 @@ "id": "7721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.032423597648574, - 9.032423597648574, - 9.032423597648574, - 9.032423597648574, - 9.032423597648574, - 9.032423597648574, - 9.032423597648574, - 9.032423597648574 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1064.6914094770277, - 333.48450625518035, - -503.19401403785696, - -994.8406447897485, - -985.1280192940899, - -470.5203464700885, - 371.74991762289255, - 1087.1626340456946 - ], - "relative wind speed": [ - 2.9961349640682795, - 2.7443259931926667, - 2.349905021177629, - 2.0312592400721203, - 2.0398499068956557, - 2.3678021895128243, - 2.7596664213304494, - 3.0019657335146706 - ], - "relative wind angle": [ - 0.06968568385696958, - 0.17833678794600888, - 0.20564814936694711, - 0.09456144728688502, - 0.10245075813027264, - 0.20707851461498378, - 0.17476972352451242, - 0.06393257565732016 - ], - "resistance": [ - 97699.19140947705, - 96967.98450625519, - 96131.30598596216, - 95639.65935521027, - 95649.37198070592, - 96163.97965352992, - 97006.2499176229, - 97721.66263404572 - ], - "fuel": [ - 41.07113933405206, - 40.69257152017497, - 40.2618385415455, - 40.00994751069732, - 40.01491498414814, - 40.27861049479003, - 40.712333341874874, - 41.08280487307013 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.875 25.3125, -31.875 25.46875, -31.71875 25.46875, -31.71875 25.3125, -31.875 25.3125))", @@ -458370,14 +309623,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1122.4957744433636, + 1122.4957744433605, 463.404429835864, - -374.9367341460861, + -374.936734146087, -937.2053158338078, -996.5788422665207, -574.6781660543411, 229.46934649071954, - 985.0971421529912 + 985.0971421529894 ], "relative wind speed": [ 2.9829619424164555, @@ -458387,17 +309640,17 @@ 1.9850306130980024, 2.275656996366871, 2.67275204344883, - 2.9469049788262516 + 2.946904978826252 ], "relative wind angle": [ - 0.04898996576837206, + 0.04898996576837432, 0.16579169173250594, - 0.21102967952992074, + 0.21102967952992177, 0.12305129148767252, - 0.073655751463211, + 0.07365575146321099, 0.20208454626175884, 0.18813125033539546, - 0.08499396758816491 + 0.08499396758816752 ], "resistance": [ 97756.99577444336, @@ -458407,7 +309660,7 @@ 95637.92115773348, 96059.82183394567, 96863.96934649072, - 97619.597142153 + 97619.59714215298 ], "fuel": [ 41.04588736173571, @@ -458417,7 +309670,7 @@ 39.95379466882254, 40.16989446805732, 40.58361749027081, - 40.97457060515687 + 40.97457060515686 ] }, { @@ -458450,17 +309703,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1273.60547972319, + 1273.6054797231836, 484.69155052604265, - -492.31359794888294, + -492.31359794888385, -1124.2650983037497, - -1170.1602197462535, + -1170.160219746252, -648.5909363719111, 302.09867349700926, 1167.0703843512429 ], "relative wind speed": [ - 3.3361608523971262, + 3.3361608523971253, 3.101915749938445, 2.706012067025747, 2.361943018163223, @@ -458470,17 +309723,17 @@ 3.311094622711908 ], "relative wind angle": [ - 0.05032426560427796, + 0.05032426560428017, 0.1541662437374427, - 0.18802201315987144, - 0.10135572342511792, - 0.07219937501734526, - 0.18207029082162002, - 0.16735906634302503, + 0.18802201315987202, + 0.10135572342511791, + 0.07219937501734373, + 0.18207029082162005, + 0.167359066343025, 0.0722403879693279 ], "resistance": [ - 97908.10547972316, + 97908.10547972315, 97119.19155052601, 96142.18640205108, 95510.23490169623, @@ -458490,7 +309743,7 @@ 97801.57038435122 ], "fuel": [ - 41.820836351067754, + 41.82083635106774, 41.41186329033881, 40.908593706299975, 40.58495803080517, @@ -458517,68 +309770,7 @@ "id": "7724", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.683649696142568, - 8.683649696142568, - 8.683649696142568, - 8.683649696142568, - 8.683649696142568, - 8.683649696142568, - 8.683649696142568, - 8.683649696142568 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 796.8786653697184, - -28.659781654316248, - -757.3322099000802, - -1001.5713617515366, - -812.6598715826315, - -120.76697249046629, - 717.0234545840308, - 1235.2545488741966 - ], - "relative wind speed": [ - 2.832112081994888, - 2.493762762812911, - 2.086133571481993, - 1.8745039075583998, - 2.048239967807107, - 2.448937135475632, - 2.804316767528173, - 2.949979815397415 - ], - "relative wind angle": [ - 0.128889232313828, - 0.21735073115985612, - 0.19122477389400755, - 0.012250533385832785, - 0.17867191726358492, - 0.22139481630151783, - 0.1418622459615875, - 0.00778423300114784 - ], - "resistance": [ - 97431.3786653697, - 96605.84021834566, - 95877.1677900999, - 95632.92863824844, - 95821.84012841736, - 96513.73302750952, - 97351.52345458402, - 97869.75454887419 - ], - "fuel": [ - 40.75350280834973, - 40.32706428834905, - 39.952769751652724, - 39.82775441128409, - 39.92443049506612, - 40.279642833354444, - 40.71214216936197, - 40.98098025389034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.40625 25.46875, -31.40625 25.625, -31.25 25.625, -31.25 25.46875, -31.40625 25.46875))", @@ -458597,68 +309789,7 @@ "id": "7725", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.922924002233097, - 10.922924002233097, - 10.922924002233097, - 10.922924002233097, - 10.922924002233097, - 10.922924002233097, - 10.922924002233097, - 10.922924002233097 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 694.9715329180458, - -401.484765321522, - -1194.737475966876, - -1327.2843269571758, - -855.5183193832559, - 165.00883893163655, - 1181.442759945298, - 1489.773017727291 - ], - "relative wind speed": [ - 3.3695833150211336, - 2.972334723836095, - 2.590684560904875, - 2.495678103515385, - 2.769139879540565, - 3.191779077381288, - 3.508643740139466, - 3.576844725867282 - ], - "relative wind angle": [ - 0.13734049123203085, - 0.18301830686229584, - 0.11750021427272794, - 0.044673934959363004, - 0.16737608586756592, - 0.17030745971477404, - 0.08666783581921446, - 0.031165100081009135 - ], - "resistance": [ - 97329.47153291809, - 96233.01523467852, - 95439.76252403317, - 95307.21567304287, - 95778.9816806168, - 96799.50883893168, - 97815.94275994535, - 98124.27301772733 - ], - "fuel": [ - 41.987823748594636, - 41.42240888044567, - 41.01613741393663, - 40.948480667622036, - 41.18958498516082, - 41.71397678191701, - 42.24011738880975, - 42.400479526715124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 25.3125, -31.5625 25.46875, -31.40625 25.46875, -31.40625 25.3125, -31.5625 25.3125))", @@ -458677,68 +309808,7 @@ "id": "7726", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.702450022293837, - 10.702450022293837, - 10.702450022293837, - 10.702450022293837, - 10.702450022293837, - 10.702450022293837, - 10.702450022293837, - 10.702450022293837 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 962.3003859904406, - 0.8713780379530363, - -886.4284101292933, - -1216.2289955389188, - -1027.8814432482613, - -235.46840760489295, - 759.6307736023878, - 1401.867649131767 - ], - "relative wind speed": [ - 3.3838800565987257, - 3.063278448930083, - 2.6742457125457024, - 2.462095656737628, - 2.5986470385608027, - 2.969837674484571, - 3.324457931362397, - 3.484493599583895 - ], - "relative wind angle": [ - 0.09708205020508891, - 0.16768630578830251, - 0.14826312400833971, - 0.01925568548410416, - 0.126556403850352, - 0.17301470545748954, - 0.11911013877422895, - 0.013605383714273691 - ], - "resistance": [ - 97596.80038599043, - 96635.37137803793, - 95748.0715898707, - 95418.27100446107, - 95606.61855675172, - 96399.0315923951, - 97394.13077360237, - 98036.36764913175 - ], - "fuel": [ - 41.98497084429923, - 41.48798823865865, - 41.032376524593985, - 40.863776956263735, - 40.960013802508655, - 41.366345976781915, - 41.87992060926548, - 42.21333805461662 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.40625 25.3125, -31.40625 25.46875, -31.25 25.46875, -31.25 25.3125, -31.40625 25.3125))", @@ -458757,68 +309827,7 @@ "id": "7727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.475727522363306, - 11.475727522363306, - 11.475727522363306, - 11.475727522363306, - 11.475727522363306, - 11.475727522363306, - 11.475727522363306, - 11.475727522363306 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 713.1920074734198, - -338.81468281307843, - -1133.7254426838417, - -1290.7686178252457, - -885.1716385547052, - 77.08564625096642, - 1068.6476616907084, - 1435.7179263876687 - ], - "relative wind speed": [ - 3.508096771215356, - 3.1496154145366693, - 2.7969972919590584, - 2.691545762804995, - 2.919381815071712, - 3.3029465449649664, - 3.606430269276907, - 3.6857990375371097 - ], - "relative wind angle": [ - 0.11613428153947183, - 0.15854859088779105, - 0.1063001322657891, - 0.028832537203681247, - 0.1396940316936868, - 0.1511303962495407, - 0.08237993277035235, - 0.021053528223460318 - ], - "resistance": [ - 97347.69200747347, - 96295.68531718696, - 95500.7745573162, - 95343.7313821748, - 95749.32836144534, - 96711.58564625101, - 97703.14766169075, - 98070.21792638772 - ], - "fuel": [ - 42.365840810468896, - 41.82318915870068, - 41.41588558776371, - 41.33569652839478, - 41.54298917848075, - 42.037228850578344, - 42.55012462712418, - 42.74092341171301 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 25.15625, -31.5625 25.3125, -31.40625 25.3125, -31.40625 25.15625, -31.5625 25.15625))", @@ -458850,9 +309859,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1092.8943381749605, + 1092.8943381749568, -60.72903725358901, - -1102.3384368118714, + -1102.338436811874, -1458.4844628936576, -1214.5494303687678, -248.5506652994145, @@ -458860,9 +309869,9 @@ 1664.4334927100053 ], "relative wind speed": [ - 3.8573790512306156, - 3.5190442896147087, - 3.1236493998383037, + 3.857379051230615, + 3.5190442896147083, + 3.1236493998383033, 2.9220664386893995, 3.0726923914317705, 3.4550164927197673, @@ -458870,13 +309879,13 @@ 3.97269925933496 ], "relative wind angle": [ - 0.09048867080905687, - 0.1498450191829083, - 0.12659086713919013, - 0.011082639349186088, + 0.09048867080905809, + 0.14984501918290757, + 0.126590867139191, + 0.01108263934918609, 0.11368692596439929, - 0.15264348938543046, - 0.10352502915288708, + 0.1526434893854305, + 0.1035250291528871, 0.008151612316275269 ], "resistance": [ @@ -458917,68 +309926,7 @@ "id": "7729", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.20204926991412, - 12.20204926991412, - 12.20204926991412, - 12.20204926991412, - 12.20204926991412, - 12.20204926991412, - 12.20204926991412, - 12.20204926991412 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 687.3650678103149, - -521.2928138802181, - -1361.6250713241707, - -1473.6959718428998, - -909.7706514963857, - 234.84479873787222, - 1333.6046086272308, - 1595.1645737983836 - ], - "relative wind speed": [ - 3.6984329636723947, - 3.2992780525868515, - 2.935793639112488, - 2.864777505450923, - 3.1449544815516686, - 3.5614476564354, - 3.866556709316074, - 3.9194636013200683 - ], - "relative wind angle": [ - 0.1266049250053235, - 0.1606514627005966, - 0.09530449342275042, - 0.046326152898042226, - 0.14903977125775542, - 0.1487338173611114, - 0.07231617927501778, - 0.033854632968711634 - ], - "resistance": [ - 97321.86506781033, - 96113.20718611979, - 95272.87492867584, - 95160.80402815712, - 95724.72934850364, - 96869.34479873789, - 97968.10460862724, - 98229.66457379839 - ], - "fuel": [ - 42.86734900800877, - 42.244361133875884, - 41.8144256932415, - 41.757285944940996, - 42.045279364631895, - 42.63346637712407, - 43.20267547422655, - 43.33883778344623 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.5625 25, -31.5625 25.15625, -31.40625 25.15625, -31.40625 25, -31.5625 25))", @@ -459010,31 +309958,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 401.76716645474335, + 401.7671664547379, -856.3976306090244, - -1564.7782458676993, + -1564.778245867703, -1526.6922425108587, - -722.8059655312336, + -722.8059655312318, 557.101043681655, 1602.6034102192152, 1513.3953522837737 ], "relative wind speed": [ - 3.961167537379786, + 3.961167537379785, 3.561747956142959, 3.2651413852349322, 3.286686270901294, - 3.609270698231496, + 3.6092706982314966, 4.003952388480083, 4.249298173431704, 4.232655973378046 ], "relative wind angle": [ - 0.12468967594152855, + 0.12468967594152944, 0.13342898291382282, - 0.054377008247510336, + 0.054377008247512376, 0.06786005653253979, - 0.13691975227921563, + 0.13691975227921566, 0.11861892255467155, 0.04177460691750472, 0.05267772385448025 @@ -459077,68 +310025,7 @@ "id": "7731", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.369804707804686, - 13.369804707804686, - 13.369804707804686, - 13.369804707804686, - 13.369804707804686, - 13.369804707804686, - 13.369804707804686, - 13.369804707804686 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 429.6157273099943, - -896.4863896179322, - -1642.5738792445845, - -1600.6751126656982, - -750.5161344408098, - 599.5110299869111, - 1703.1540160193981, - 1605.2321175587367 - ], - "relative wind speed": [ - 3.9376751478788643, - 3.5116371790480567, - 3.19323294039565, - 3.217340494910063, - 3.5643647518064174, - 3.9847692501411243, - 4.244201343305359, - 4.225955725508104 - ], - "relative wind angle": [ - 0.1340266024838147, - 0.1444138669964419, - 0.059072937548379396, - 0.07427711020090855, - 0.14816235346224324, - 0.12716743567951572, - 0.04443380375323472, - 0.05652739594663256 - ], - "resistance": [ - 97064.11572731001, - 95738.01361038208, - 94991.92612075544, - 95033.82488733431, - 95883.9838655592, - 97234.01102998693, - 98337.65401601941, - 98239.73211755876 - ], - "fuel": [ - 43.63470107738628, - 42.952739638129515, - 42.57193302726952, - 42.59326346335998, - 43.02748581815644, - 43.72254433297417, - 44.295790748776945, - 44.244745622163634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 26.09375, -30.625 26.25, -30.46875 26.25, -30.46875 26.09375, -30.625 26.09375))", @@ -459157,68 +310044,7 @@ "id": "7732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.013632739214835, - 11.013632739214835, - 11.013632739214835, - 11.013632739214835, - 11.013632739214835, - 11.013632739214835, - 11.013632739214835, - 11.013632739214835 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1211.4311060697114, - 423.6231308320971, - -534.411582410155, - -1134.6742394431067, - -1161.3955088362618, - -627.093197477202, - 315.67708954766067, - 1149.0683954816618 - ], - "relative wind speed": [ - 3.516471087882706, - 3.2923029105752275, - 2.929586240523455, - 2.6300595036685293, - 2.6113136592729953, - 2.8888180081200314, - 3.2560792985362554, - 3.5024726902837586 - ], - "relative wind angle": [ - 0.04694879632971083, - 0.13318599513000054, - 0.1553391478948474, - 0.07756684202682211, - 0.06324154163475308, - 0.15192364720980936, - 0.13965511694242191, - 0.05822060585896665 - ], - "resistance": [ - 97845.93110606974, - 97058.12313083213, - 96100.08841758987, - 95499.82576055692, - 95473.10449116377, - 96007.40680252283, - 96950.1770895477, - 97783.56839548169 - ], - "fuel": [ - 42.31479839951125, - 41.9065793067459, - 41.41326555880531, - 41.10591704761423, - 41.092266303943475, - 41.36572288009777, - 41.8508247194272, - 42.282399692107 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 26.09375, -30.46875 26.25, -30.3125 26.25, -30.3125 26.09375, -30.46875 26.09375))", @@ -459237,68 +310063,7 @@ "id": "7733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.364349477070107, - 12.364349477070107, - 12.364349477070107, - 12.364349477070107, - 12.364349477070107, - 12.364349477070107, - 12.364349477070107, - 12.364349477070107 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1275.2481567898922, - 415.7027898741453, - -616.1715897695603, - -1247.0317883354687, - -1262.0130988726796, - -668.874929292775, - 354.44699800722265, - 1240.1237997829585 - ], - "relative wind speed": [ - 3.869480623810817, - 3.6459511356780108, - 3.2956868141456077, - 3.0171081967510056, - 3.0078730492709442, - 3.2752436390024573, - 3.6274824605564406, - 3.8622841308836575 - ], - "relative wind angle": [ - 0.04322441175207865, - 0.11634224024355164, - 0.13125125467227503, - 0.061939854279414966, - 0.055617433592825, - 0.12958076664721488, - 0.11918597042595654, - 0.048373609996344845 - ], - "resistance": [ - 97909.74815678991, - 97050.20278987417, - 96018.32841023046, - 95387.46821166454, - 95372.48690112734, - 95965.62507070723, - 96988.94699800723, - 97874.62379978297 - ], - "fuel": [ - 43.29213418394734, - 42.84665347891511, - 42.31549018695712, - 41.99270286095991, - 41.98505549203354, - 42.28846718792703, - 42.815011087227376, - 43.273876239104226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.625 25.9375, -30.625 26.09375, -30.46875 26.09375, -30.46875 25.9375, -30.625 25.9375))", @@ -459317,68 +310082,7 @@ "id": "7734", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.198521317264474, - 8.198521317264474, - 8.198521317264474, - 8.198521317264474, - 8.198521317264474, - 8.198521317264474, - 8.198521317264474, - 8.198521317264474 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 685.5005039889234, - 15.81120020460321, - -600.680250722171, - -833.5876416266358, - -701.32825113529, - -151.9320922012089, - 540.6468097818461, - 992.6706903732816 - ], - "relative wind speed": [ - 2.6547863773213876, - 2.3678055402662026, - 2.0117873110310236, - 1.812074217861781, - 1.9398010254005102, - 2.2812750055266813, - 2.6006596360405663, - 2.743557135602738 - ], - "relative wind angle": [ - 0.11255035712192869, - 0.1980278468945539, - 0.18022785391171958, - 0.02437306281975869, - 0.15432175298396333, - 0.20564484259190824, - 0.13911323864786226, - 0.01609710720729378 - ], - "resistance": [ - 97320.00050398895, - 96650.31120020463, - 96033.81974927786, - 95800.91235837339, - 95933.17174886474, - 96482.56790779882, - 97175.14680978187, - 97627.17069037331 - ], - "fuel": [ - 40.46051284832378, - 40.11466282041091, - 39.79776119412064, - 39.67840541231903, - 39.74615832716222, - 40.02829591022228, - 40.38556409491704, - 40.619704112323106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-30.46875 25.9375, -30.46875 26.09375, -30.3125 26.09375, -30.3125 25.9375, -30.46875 25.9375))", @@ -459397,68 +310101,7 @@ "id": "7735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.353431084708669, - 8.353431084708669, - 8.353431084708669, - 8.353431084708669, - 8.353431084708669, - 8.353431084708669, - 8.353431084708669, - 8.353431084708669 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 762.0393296002608, - 126.27307837023545, - -519.8387227280721, - -828.5480914039169, - -752.658389843192, - -262.1405301538366, - 427.5471367891405, - 938.1367482465266 - ], - "relative wind speed": [ - 2.7161522024133307, - 2.460945525819082, - 2.112530165125349, - 1.8789645752640798, - 1.950779317135045, - 2.264237145218605, - 2.5923423833035866, - 2.766317923836545 - ], - "relative wind angle": [ - 0.0896653055173006, - 0.1814553925501658, - 0.1831937799877405, - 0.0533219423055041, - 0.12500284805570774, - 0.19741893437841485, - 0.14900390336901426, - 0.036208584297313606 - ], - "resistance": [ - 97396.53932960032, - 96760.77307837029, - 96114.66127727198, - 95805.95190859614, - 95881.84161015687, - 96372.35946984623, - 97062.0471367892, - 97572.63674824659 - ], - "fuel": [ - 40.573599429609516, - 40.245047209021294, - 39.91268955356658, - 39.754438943876124, - 39.79330865303966, - 40.04506237812661, - 40.40055256900999, - 40.66486930688998 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 25.46875, -31.25 25.625, -31.09375 25.625, -31.09375 25.46875, -31.25 25.46875))", @@ -459477,68 +310120,7 @@ "id": "7736", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.730357363665979, - 11.730357363665979, - 11.730357363665979, - 11.730357363665979, - 11.730357363665979, - 11.730357363665979, - 11.730357363665979, - 11.730357363665979 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 615.5280807935578, - -524.0554234352003, - -1297.261007323801, - -1385.005395652248, - -827.4301435002467, - 261.9998950532745, - 1287.6902409162903, - 1492.299328587491 - ], - "relative wind speed": [ - 3.5518859628925776, - 3.1572264474039353, - 2.8050220513563313, - 2.7470373295004533, - 3.031643105145722, - 3.440737561945702, - 3.7334441340102633, - 3.776312979706786 - ], - "relative wind angle": [ - 0.13150605243482327, - 0.163898020236302, - 0.09382030455032263, - 0.0522689961833527, - 0.15424018483634025, - 0.15028575520364543, - 0.07044422492103325, - 0.038014350385042917 - ], - "resistance": [ - 97250.02808079356, - 96110.4445765648, - 95337.2389926762, - 95249.49460434775, - 95807.06985649976, - 96896.49989505328, - 97922.19024091629, - 98126.79932858748 - ], - "fuel": [ - 42.491837307017434, - 41.904611140870045, - 41.508930802658185, - 41.46416902710422, - 41.74909692802431, - 42.30914758343583, - 42.84046747358196, - 42.946925783294574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 25.46875, -31.09375 25.625, -30.9375 25.625, -30.9375 25.46875, -31.09375 25.46875))", @@ -459557,68 +310139,7 @@ "id": "7737", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.587583944913325, - 9.587583944913325, - 9.587583944913325, - 9.587583944913325, - 9.587583944913325, - 9.587583944913325, - 9.587583944913325, - 9.587583944913325 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 286.96339518358855, - -576.2881742946188, - -1055.993462356198, - -1019.9264723134745, - -453.7712680101977, - 430.17480206584105, - 1150.5442732548863, - 1066.8799342297098 - ], - "relative wind speed": [ - 2.870606420732337, - 2.4809136606193283, - 2.1846590624923503, - 2.214376115547415, - 2.543724424344959, - 2.925061123858989, - 3.1524878985380504, - 3.1316854230033946 - ], - "relative wind angle": [ - 0.16972828613487206, - 0.1866359556739881, - 0.07612101980091884, - 0.10196134425813445, - 0.19179466167057505, - 0.1580363842205968, - 0.05272499927853704, - 0.07203303162259506 - ], - "resistance": [ - 96921.4633951836, - 96058.2118257054, - 95578.50653764381, - 95614.57352768655, - 96180.72873198982, - 97064.67480206586, - 97785.0442732549, - 97701.37993422973 - ], - "fuel": [ - 40.96960983006792, - 40.52538881436246, - 40.2797356461965, - 40.298175488155614, - 40.58826599739223, - 41.04357322298437, - 41.41677482833062, - 41.373331759016224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.25 25.3125, -31.25 25.46875, -31.09375 25.46875, -31.09375 25.3125, -31.25 25.3125))", @@ -459637,68 +310158,7 @@ "id": "7738", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.631741469073932, - 10.631741469073932, - 10.631741469073932, - 10.631741469073932, - 10.631741469073932, - 10.631741469073932, - 10.631741469073932, - 10.631741469073932 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 511.6668847193655, - -473.91115393385644, - -1128.4632396225425, - -1191.0647569392072, - -689.0919922696735, - 260.6704697902587, - 1140.8685022071045, - 1286.5841194906402 - ], - "relative wind speed": [ - 3.226644213709761, - 2.8475563268194177, - 2.5136830082813155, - 2.467762452093464, - 2.7488768398433576, - 3.1399012290332617, - 3.4130564742429446, - 3.4464046835117226 - ], - "relative wind angle": [ - 0.14030345656299023, - 0.1729217061913574, - 0.09629214589997738, - 0.06008052010549512, - 0.164895300555639, - 0.15668149005588017, - 0.07086799326012594, - 0.043007415558973146 - ], - "resistance": [ - 97146.1668847194, - 96160.58884606617, - 95506.0367603775, - 95443.43524306083, - 95945.40800773035, - 96895.17046979029, - 97775.36850220713, - 97921.08411949067 - ], - "fuel": [ - 41.706934855928274, - 41.19916604244327, - 40.86393883297747, - 40.83196115087944, - 41.088785813778244, - 41.57727871717262, - 42.03298922882168, - 42.10870963256532 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-31.09375 25.3125, -31.09375 25.46875, -30.9375 25.46875, -30.9375 25.3125, -31.09375 25.3125))", @@ -459717,68 +310177,7 @@ "id": "7739", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.864704782575366, - 10.864704782575366, - 10.864704782575366, - 10.864704782575366, - 10.864704782575366, - 10.864704782575366, - 10.864704782575366, - 10.864704782575366 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 259.4153729289774, - -711.138087114402, - -1221.1287122798299, - -1154.756881019132, - -482.4860298126214, - 526.0244657394833, - 1315.6434528870977, - 1161.0479449711656 - ], - "relative wind speed": [ - 3.202165724189178, - 2.810796479996679, - 2.531464025592734, - 2.5789949059621846, - 2.9132456918148177, - 3.2924594050781963, - 3.511773864185937, - 3.4770175525974407 - ], - "relative wind angle": [ - 0.15386093087627065, - 0.16097040519788502, - 0.057849294125123685, - 0.09456403767778361, - 0.16926058950976294, - 0.13725949801665527, - 0.04168951407494777, - 0.07009351294392786 - ], - "resistance": [ - 96893.91537292897, - 95923.36191288558, - 95413.37128772016, - 95479.74311898086, - 96152.01397018737, - 97160.52446573947, - 97950.14345288709, - 97795.54794497116 - ], - "fuel": [ - 41.72503676510652, - 41.22589246905234, - 40.96501506740094, - 40.998911716278144, - 41.34316993437831, - 41.86276437699783, - 42.27222542041045, - 42.19187646270002 - ] + "inaccessible": true } ], "neighbour_graph": { diff --git a/tests/regression_tests/example_meshes/vessel_meshes/grf_normal.json b/tests/regression_tests/example_meshes/vessel_meshes/grf_normal.json index cee5c7b9..afd4c605 100644 --- a/tests/regression_tests/example_meshes/vessel_meshes/grf_normal.json +++ b/tests/regression_tests/example_meshes/vessel_meshes/grf_normal.json @@ -208,7 +208,7 @@ "HullType": "slender", "ForceLimit": 96634.5, "MaxIceConc": 80, - "MinDepth": -10 + "MinDepth": 10 } }, "cellboxes": [ @@ -242,9 +242,9 @@ ], "ice resistance": 92063.73499117585, "wind resistance": [ - -2353.3207662062014, + -2353.320766206223, -2812.555704231894, - -2220.559964950029, + -2220.5599649500364, -297.8597252020845, 1854.0145545502382, 2951.231992192712, @@ -252,29 +252,29 @@ -522.5800816433439 ], "relative wind speed": [ - 7.034550365059355, + 7.034550365059354, 6.907625671941082, - 7.060937117833082, + 7.060937117833081, 7.392904375065148, 7.700595889228376, 7.814651845354224, - 7.676408203435035, + 7.6764082034350345, 7.357244102848583 ], "relative wind angle": [ - 0.043805209602056285, + 0.04380520960205882, 0.002586122086892002, 0.04722301754319861, - 0.061383094894734126, - 0.04001425821525511, + 0.06138309489473412, + 0.040014258215255116, 0.0022859571120591505, 0.04343433265367733, 0.061680993307588715 ], "resistance": [ - 89710.41422496965, + 89710.41422496963, 89251.17928694395, - 89843.17502622583, + 89843.17502622581, 91765.87526597377, 93917.74954572608, 95014.96698336856, @@ -282,7 +282,7 @@ 91541.1549095325 ], "fuel": [ - 56.24631087417883, + 56.24631087417882, 56.021970253309505, 56.31131200986801, 57.26003986435137, @@ -322,19 +322,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1756.8485934447053, + -1756.8485934447144, -1901.0536911674144, - -1186.4023846720766, + -1186.4023846720802, 276.18222765416067, 1678.748382261062, 2016.6347251211946, - 864.6197596686707, + 864.6197596686679, -680.3037295216363 ], "relative wind speed": [ - 3.6136970623120357, + 3.6136970623120352, 3.5389408972953795, - 3.829141535812674, + 3.8291415358126732, 4.268598312949618, 4.595142993062326, 4.652960660730177, @@ -342,14 +342,14 @@ 3.994147471931413 ], "relative wind angle": [ - 0.08204849019175327, + 0.08204849019175732, 0.03914397516794433, - 0.12885091833557516, + 0.12885091833557602, 0.13094002680533143, - 0.06449663561679929, + 0.06449663561679927, 0.02976885211469245, - 0.11161943513470805, - 0.13999463902047227 + 0.11161943513470907, + 0.1399946390204723 ], "resistance": [ 94877.6514065553, @@ -402,19 +402,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1761.3443166179159, + -1761.344316617925, -1770.1575587654452, - -920.6963469134371, + -920.6963469134398, 522.0014419329382, 1756.562766635342, 1777.232981816217, - 558.0694597073661, + 558.0694597073634, -889.6597039178841 ], "relative wind speed": [ - 3.6027332142523965, + 3.602733214252396, 3.598184171702413, - 3.9167751635008945, + 3.916775163500894, 4.331257639029992, 4.604380183330065, 4.607935996976328, @@ -422,14 +422,14 @@ 3.926857617747853 ], "relative wind angle": [ - 0.0592634785690352, + 0.059263478569038956, 0.05665229634569451, - 0.12839462075509317, + 0.12839462075509403, 0.11697845846192384, - 0.04636063776571835, + 0.04636063776571836, 0.04422865531286228, - 0.11580444166752003, - 0.12908943028178677 + 0.11580444166752099, + 0.1290894302817868 ], "resistance": [ 94873.1556833821, @@ -482,39 +482,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1021.6138694492984, + -1021.6138694493093, -2311.1380452473604, - -2432.918869118321, + -2432.9188691182935, -1461.905758451072, 410.5309134056188, 2127.8923939472133, - 2416.236301551671, + 2416.2363015516785, 920.6259392019929 ], "relative wind speed": [ - 5.520933484182212, + 5.520933484182211, 5.194747729508935, - 5.150145108561828, + 5.150145108561827, 5.4191111692627505, 5.817943005974661, 6.110954375897072, - 6.148591116531532, + 6.148591116531533, 5.912901275406642 ], "relative wind angle": [ - 0.09057921942654852, + 0.09057921942654976, 0.04770262621254769, - 0.028951709148707944, - 0.08471789186951176, + 0.028951709148700273, + 0.08471789186951177, 0.08594336668774274, 0.04054637120817966, 0.024249341562757726, - 0.07762814786279287 + 0.07762814786279289 ], "resistance": [ - 95612.8861305507, + 95612.88613055069, 94323.36195475265, - 94201.58113088168, + 94201.5811308817, 95172.59424154893, 97045.03091340562, 98762.39239394722, @@ -522,9 +522,9 @@ 97555.125939202 ], "fuel": [ - 50.121129621665936, + 50.12112962166593, 49.4648545531612, - 49.40319663974162, + 49.40319663974163, 49.89635704549115, 50.85724031615444, 51.75001333438953, @@ -562,9 +562,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -667.1455653290227, + -667.145565329025, -1103.501918637517, - -1035.6877981941998, + -1035.6877981942016, -428.34076362109954, 467.6027072967854, 1152.3040159140128, @@ -572,9 +572,9 @@ 190.07865893272538 ], "relative wind speed": [ - 3.001329621124423, + 3.0013296211244223, 2.7785571015349015, - 2.823549835499866, + 2.8235498354998656, 3.1010469100544205, 3.4189892258850514, 3.602372448105123, @@ -584,12 +584,12 @@ "relative wind angle": [ 0.12448357780068307, 0.04133909893420348, - 0.07453463211113841, - 0.1333106749030691, + 0.0745346321111399, + 0.13331067490306914, 0.10921177320136645, 0.031881708914333895, 0.058975781627583324, - 0.12414041742110198 + 0.12414041742110199 ], "resistance": [ 95967.354434671, @@ -642,34 +642,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -252.8329911810995, + -252.83299118110085, -715.5576423726261, - -785.5914064902847, + -785.591406490287, -491.1128275411056, - 121.71253990135165, + 121.71253990135119, 722.4775884262503, - 885.0677504892415, + 885.0677504892446, 400.1792787590766 ], "relative wind speed": [ 2.2214460759629153, 1.9203822843851204, - 1.8530309110852967, + 1.8530309110852965, 2.078764879216232, 2.414659168271899, 2.660363405467448, - 2.7077071499504832, + 2.707707149950483, 2.538530705795716 ], "relative wind angle": [ - 0.19376505890193585, - 0.12160770878887914, - 0.05307188920216557, - 0.1799079087074305, - 0.17808709239183731, + 0.19376505890193757, + 0.12160770878887912, + 0.053071889202169764, + 0.17990790870743048, + 0.17808709239183734, 0.08767857153894482, - 0.03631090435610506, - 0.14705994480405435 + 0.03631090435610201, + 0.14705994480405438 ], "resistance": [ 96381.66700881891, @@ -722,20 +722,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 785.3600593937904, + 785.360059393789, 806.5129984586829, - 265.46980528539007, - -381.6725371479274, + 265.4698052853887, + -381.6725371479265, -777.3435237891513, -786.3917616970216, -413.2262731521555, 228.7497863190456 ], "relative wind speed": [ - 2.948095118650136, + 2.9480951186501354, 2.9537538846087896, - 2.769021074401411, - 2.477699770502069, + 2.7690210744014108, + 2.4776997705020687, 2.243787223496252, 2.236332694858316, 2.4613752705458447, @@ -745,10 +745,10 @@ 0.05268450184332098, 0.04730970264491574, 0.1277559167398693, - 0.14550283827841154, - 0.06924507533114957, + 0.14550283827841, + 0.06924507533114956, 0.06250415816963276, - 0.14382878142991476, + 0.1438287814299148, 0.13079613323228959 ], "resistance": [ @@ -802,19 +802,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -138.7182215547764, + -138.71822155477912, -1492.1236756202925, - -1916.633146803395, + -1916.6331468034568, -1562.198978457407, -255.91437146360022, 1300.21690999592, - 2230.26783528117, + 2230.267835281252, 1400.4831844082737 ], "relative wind speed": [ - 3.9304035896365934, + 3.930403589636593, 3.465418286821425, - 3.2408236473913585, + 3.240823647391358, 3.436832514827754, 3.8947450903987146, 4.313697693855791, @@ -822,33 +822,33 @@ 4.336507115367833 ], "relative wind angle": [ - 0.15893099980857675, + 0.15893099980857747, 0.13098352299735544, - 0.005572360198561884, + 0.005572360198601731, 0.12458666661986931, - 0.16039864882494448, + 0.1603986488249438, 0.10511874993925469, - 0.004026636330674521, + 0.00402663633064695, 0.09864392310995297 ], "resistance": [ 96495.78177844525, 95142.37632437973, - 94717.86685319664, + 94717.86685319657, 95072.30102154262, 96378.58562853643, 97934.71690999594, - 98864.76783528119, + 98864.76783528128, 98034.98318440831 ], "fuel": [ 43.78536619456678, 43.0922946671804, - 42.87630990465377, + 42.87630990465374, 43.0565950768437, 43.725081136730495, 44.52971258007997, - 45.01491763509142, + 45.014917635091464, 44.58186643007413 ] }, @@ -882,11 +882,11 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -640.4473519601343, + -640.4473519601415, -1457.1821854995378, - -1534.2256926950695, + -1534.2256926950795, -917.1232181688192, - 269.1209541399039, + 269.1209541399003, 1358.166354060677, 1540.1256916105121, 589.8861232629188 @@ -894,7 +894,7 @@ "relative wind speed": [ 4.1580170457930645, 3.8823746726444623, - 3.8447854702677278, + 3.8447854702677273, 4.072821948705753, 4.408140615395355, 4.6527385848995015, @@ -902,19 +902,19 @@ 4.486973457949633 ], "relative wind angle": [ - 0.10111346043385591, + 0.10111346043385921, 0.05358140132198533, - 0.03269090768453349, + 0.03269090768453689, 0.09482916920668692, - 0.09535816826078944, + 0.0953581682607906, 0.04470331098465581, 0.02683311170306158, 0.08605357361673867 ], "resistance": [ - 95994.05264803993, + 95994.05264803991, 95177.31781450052, - 95100.274307305, + 95100.27430730498, 95717.37678183123, 96903.62095413996, 97992.66635406074, @@ -924,7 +924,7 @@ "fuel": [ 44.811614473739425, 44.39407834377811, - 44.35481981056377, + 44.354819810563754, 44.66989255929079, 45.2795308707467, 45.84382666506605, @@ -962,9 +962,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -618.2446519175328, + -618.2446519175364, -1160.9654964875567, - -1138.6423582427333, + -1138.6423582427324, -541.1162732562898, 419.86587115026896, 1216.138335459444, @@ -972,9 +972,9 @@ 329.9792181766893 ], "relative wind speed": [ - 2.8386946614218855, + 2.838694661421885, 2.551789156907889, - 2.5677788941587973, + 2.567778894158797, 2.8732936198601284, 3.2442013138506387, 3.4743922697736136, @@ -982,17 +982,17 @@ 3.2135981888914484 ], "relative wind angle": [ - 0.15864843975493653, + 0.15864843975493795, 0.06751550640509889, - 0.07992233348269738, + 0.07992233348269598, 0.16151841410155143, - 0.13868079457632462, - 0.04956982015785318, - 0.05924014341716871, + 0.13868079457632465, + 0.049569820157853176, + 0.05924014341716872, 0.14428742109985754 ], "resistance": [ - 96016.25534808247, + 96016.25534808246, 95473.53450351245, 95495.85764175726, 96093.3837267437, @@ -1002,7 +1002,7 @@ 96964.47921817668 ], "fuel": [ - 41.25051914285481, + 41.250519142854806, 40.9727445821342, 40.98414836340699, 41.29008382066034, @@ -1042,9 +1042,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 282.3112434105333, + 282.31124341053237, -539.1994732983289, - -996.9606833428561, + -996.9606833428568, -962.7081786082208, -423.9856233723376, 417.2478674594331, @@ -1052,7 +1052,7 @@ 1026.4381817521908 ], "relative wind speed": [ - 2.709894256653326, + 2.7098942566533255, 2.313824954985311, 2.0084906384849943, 2.0389618557760576, @@ -1062,11 +1062,11 @@ 2.9728259713535024 ], "relative wind angle": [ - 0.18320175547133347, + 0.1832017554713335, 0.20409544823516587, - 0.08451120272738105, + 0.08451120272738237, 0.11265145764555057, - 0.20918900415484162, + 0.20918900415484218, 0.17047759881881674, 0.05666574526162529, 0.07717714364485977 @@ -1122,54 +1122,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 619.4976628775271, + 619.4976628775253, -194.71941037817987, - -831.1627753384137, + -831.1627753384146, -977.8255108771734, -691.079715190662, 38.706826290571826, 821.1946628663695, - 1161.5407713334444 + 1161.5407713334303 ], "relative wind speed": [ 2.7964308017897874, 2.4452561649085287, - 2.074263675476459, + 2.0742636754764585, 1.9421880024218467, 2.1676246039901628, 2.557214097606811, 2.8663656182736137, - 2.9574528595179363 + 2.957452859517937 ], "relative wind angle": [ - 0.14334313761622772, + 0.14334313761622927, 0.2091801238458449, 0.1542203670635869, - 0.029440163168711984, + 0.02944016316871198, 0.18535240296344466, - 0.19989502602607473, - 0.11139089460133467, - 0.019332052379289404 + 0.1998950260260747, + 0.11139089460133468, + 0.01933205237930089 ], "resistance": [ - 97253.99766287755, + 97253.99766287753, 96439.78058962183, 95803.3372246616, 95656.67448912284, 95943.42028480936, 96673.20682629058, 97455.69466286639, - 97796.04077133346 + 97796.04077133344 ], "fuel": [ - 40.72897559014185, + 40.72897559014184, 40.30890548469991, 39.98226997639668, 39.90721340275811, 40.05403404901305, 40.42908229426169, 40.83341615035911, - 41.00999372675903 + 41.00999372675902 ] }, { @@ -1202,34 +1202,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -210.4423897782076, + -210.44238977820874, -483.96041683197814, - -506.4485159757114, + -506.44851597571187, -288.04161917358283, 117.33236774125271, 488.1177916174772, - 540.5213700374941, + 540.521370037495, 207.7878487022333 ], "relative wind speed": [ - 1.8892576620044867, + 1.8892576620044865, 1.67891824248572, - 1.6541984917840797, + 1.6541984917840795, 1.8358589947118356, 2.08551945060495, 2.258300118970659, - 2.2764694687329996, + 2.276469468733, 2.132676169471089 ], "relative wind angle": [ - 0.1656596249342192, - 0.089483548365631, + 0.16565962493422057, + 0.08948354836563098, 0.06010300116400461, 0.15893471523658886, - 0.14994571156460212, + 0.14994571156460215, 0.06648617557819606, 0.04366147854193946, - 0.13666458228008535 + 0.13666458228008532 ], "resistance": [ 96424.05761022177, @@ -1269,68 +1269,7 @@ "id": "132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.472657411101183, - 11.472657411101183, - 11.472657411101183, - 11.472657411101183, - 11.472657411101183, - 11.472657411101183, - 11.472657411101183, - 11.472657411101183 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1234.7551681487785, - 41.67924350057183, - -1073.0529741848181, - -1506.8672173988489, - -1284.2968380297393, - -310.84771481443295, - 931.5115780205415, - 1752.8041269444911 - ], - "relative wind speed": [ - 3.672890637365981, - 3.306820986509946, - 2.8518623677711368, - 2.593381851119584, - 2.745375147932984, - 3.176813702456617, - 3.5908343559999447, - 3.781743104868745 - ], - "relative wind angle": [ - 0.1018631521866183, - 0.1807052700965573, - 0.16449350099413104, - 0.025500280704357302, - 0.13646487898473228, - 0.18818715971114883, - 0.13042281374514478, - 0.01748616081816566 - ], - "resistance": [ - 97869.25516814878, - 96676.17924350058, - 95561.44702581519, - 95127.63278260115, - 95350.20316197026, - 96323.65228518557, - 97566.01157802054, - 98387.3041269445 - ], - "fuel": [ - 42.63430063946955, - 42.01687957199471, - 41.444788014610516, - 41.22340013606826, - 41.3368967230236, - 41.83545934480424, - 42.476868958466156, - 42.904042087135494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 8.75, -2.5 10, -1.25 10, -1.25 8.75, -2.5 8.75))", @@ -1362,54 +1301,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -332.92249481027284, + -332.9224948102965, -1222.6457411530755, - -1422.5534019375355, + -1422.5534019375955, -1070.3087897800124, -75.15743551746345, 993.9082551336833, - 1471.0502430279012, - 777.6520616796515 + 1471.0502430277247, + 777.652061679657 ], "relative wind speed": [ - 5.097874688065329, + 5.097874688065328, 4.868796171282583, 4.789180881676332, 4.912431462027314, 5.156735612313456, 5.373553047381505, - 5.444629922511255, - 5.333691558517721 + 5.444629922511256, + 5.33369155851772 ], "relative wind angle": [ - 0.0643319368029103, + 0.06433193680291548, 0.04332754170285432, - 0.006157828734512283, + 0.006157828734530312, 0.051441869379521506, 0.06359663049069232, 0.0392554317083731, - 0.005416513866757037, - 0.04737576774814467 + 0.0054165138667980305, + 0.047375767748142325 ], "resistance": [ - 96301.57750518974, + 96301.57750518972, 95411.85425884694, - 95211.94659806248, + 95211.94659806242, 95564.19121022, 96559.34256448255, 97628.40825513369, - 98105.55024302792, - 97412.15206167966 + 98105.55024302774, + 97412.15206167968 ], "fuel": [ - 48.171822176035604, + 48.17182217603559, 47.71607516568197, - 47.614080819318936, + 47.6140808193189, 47.79389842464954, 48.30440866216385, 48.85694254851693, - 49.10492033069565, - 48.74482997946646 + 49.10492033069556, + 48.74482997946647 ] }, { @@ -1442,51 +1381,51 @@ ], "ice resistance": 84084.6253850528, "wind resistance": [ - 2558.5340762423075, + 2558.534076242184, 872.6586838864459, - -1259.6241764522274, - -2617.2755729462406, - -2701.6940998430873, + -1259.624176452242, + -2617.275572946255, + -2701.69409984312, -1571.3755246315995, - 512.1454784065463, + 512.1454784065645, 2356.9752615393772 ], "relative wind speed": [ - 7.777479334963378, + 7.777479334963377, 7.565342160182492, 7.232320654246355, - 6.9708023449494645, - 6.947453012664085, + 6.970802344949465, + 6.947453012664086, 7.177874766831959, 7.513309931256611, 7.756558698069957 ], "relative wind angle": [ - 0.018093984599708304, + 0.018093984599720576, 0.05197279620537514, - 0.05742519873620416, - 0.02783537138314258, - 0.020255989608827605, + 0.057425198736206086, + 0.027835371383146568, + 0.020255989608833083, 0.054781066735811734, - 0.05527532873879112, - 0.025014965920434586 + 0.055275328738789105, + 0.02501496592043459 ], "resistance": [ - 86643.15946129512, + 86643.15946129498, 84957.28406893925, - 82825.00120860057, - 81467.34981210656, - 81382.93128520972, + 82825.00120860056, + 81467.34981210655, + 81382.93128520968, 82513.2498604212, - 84596.77086345934, + 84596.77086345936, 86441.60064659218 ], "fuel": [ - 54.76281103053437, + 54.76281103053431, 53.962333982920455, 52.96504372514072, - 52.33887181019397, - 52.30016304514567, + 52.338871810193965, + 52.30016304514565, 52.82065205737572, 53.792529908119604, 54.66655148027263 @@ -1522,17 +1461,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1258.5953702755723, + 1258.5953702755633, 1993.7303513578445, - 1138.17141242457, + 1138.1714124245664, -300.6409905859218, -1503.6453291356956, -1814.5525268708861, - -1419.039314180688, + -1419.0393141806844, -158.30801984481332 ], "relative wind speed": [ - 4.908370343901066, + 4.9083703439010655, 5.026514656409472, 4.88412424994043, 4.548099578279251, @@ -1542,19 +1481,19 @@ 4.58486489856176 ], "relative wind angle": [ - 0.06739091142135714, + 0.06739091142135878, 0.0036780302948634823, - 0.07309242387550738, - 0.10704599054191982, - 0.07883692196985709, - 0.004559605827129147, - 0.0845185032821243, - 0.10618435133563801 + 0.07309242387550892, + 0.10704599054191984, + 0.0788369219698571, + 0.004559605827129146, + 0.084518503282123, + 0.10618435133563803 ], "resistance": [ 97893.09537027555, 98628.23035135784, - 97772.67141242456, + 97772.67141242455, 96333.85900941407, 95130.8546708643, 94819.9474731291, @@ -1564,7 +1503,7 @@ "fuel": [ 46.76603281405683, 47.14917029946939, - 46.70346197193909, + 46.703461971939085, 45.960046317701035, 45.344382585024704, 45.186144761674456, @@ -1602,9 +1541,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 655.7282262842205, + 655.7282262842177, 206.78002243524816, - -312.56331237537233, + -312.5633123753728, -620.4142576566967, -617.4976306511226, -302.64388612443554, @@ -1612,23 +1551,23 @@ 662.49571256218 ], "relative wind speed": [ - 2.4324290612289405, + 2.43242906122894, 2.243067252555384, 1.9467516020766267, 1.7086379123201905, 1.7117310991298587, 1.9533007433964327, - 2.2487535866456123, + 2.248753586645612, 2.4346028378816773 ], "relative wind angle": [ - 0.06306736726758744, - 0.16296729677099653, - 0.18671035998257732, + 0.0630673672675892, + 0.16296729677099656, + 0.18671035998257854, 0.08621299496801253, 0.08968167667351382, 0.18741089695020796, - 0.16139794261748938, + 0.16139794261748802, 0.060467387145988746 ], "resistance": [ @@ -1682,19 +1621,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 815.6876241978166, + 815.687624197812, 730.352390605512, - 183.02125938925064, + 183.02125938924928, -406.21204869068924, - -722.4826834882458, + -722.4826834882454, -685.5654015634043, -282.5524974657242, 327.9791389042043 ], "relative wind speed": [ - 2.5197138980495186, + 2.519713898049518, 2.493270310085022, - 2.2597531638603496, + 2.259753163860349, 1.9155658097847146, 1.6573924902118464, 1.6969122415384545, @@ -1702,11 +1641,11 @@ 2.3294882749261383 ], "relative wind angle": [ - 0.05320602397380224, - 0.0846412111861588, - 0.19239628164279632, + 0.053206023973806416, + 0.08464121118615882, + 0.1923962816427963, 0.21051698046146783, - 0.08093866388016886, + 0.08093866388016749, 0.1245364132989789, 0.21805551735161516, 0.17269187345079912 @@ -1762,9 +1701,9 @@ ], "ice resistance": 89477.18308167989, "wind resistance": [ - 2448.0596069931016, + 2448.0596069929707, 2981.8231145782265, - 1248.4907815591032, + 1248.490781559085, -1133.9714902237756, -2802.5833856554636, -3026.487926953705, @@ -1772,9 +1711,9 @@ 295.7435354057816 ], "relative wind speed": [ - 7.7807300624169295, + 7.780730062416929, 7.835762118905155, - 7.627077511042331, + 7.62707751104233, 7.262880921315197, 6.950337880715048, 6.888235548834846, @@ -1782,19 +1721,19 @@ 7.489827613710267 ], "relative wind angle": [ - 0.032732529659171575, - 0.01451195451363612, - 0.05449674981576707, - 0.06528494582612786, - 0.0366449091493906, - 0.016508349103960856, + 0.03273252965918515, + 0.014511954513636122, + 0.05449674981576911, + 0.06528494582612784, + 0.03664490914939061, + 0.016508349103960852, 0.05839360001348768, - 0.0633040808789993 + 0.06330408087899932 ], "resistance": [ - 91925.242688673, + 91925.24268867286, 92459.00619625812, - 90725.67386323899, + 90725.67386323898, 88343.21159145611, 86674.59969602442, 86450.69515472619, @@ -1802,9 +1741,9 @@ 89772.92661708567 ], "fuel": [ - 57.33929469759637, + 57.33929469759631, 57.60542835976403, - 56.745060026599575, + 56.74506002659956, 55.580729035390576, 54.777839745478445, 54.67089153787518, @@ -1842,9 +1781,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 470.5505598307309, + 470.55055983072634, 1210.9118900836684, - 1065.5624730287982, + 1065.5624730287836, 215.6497755935443, -706.2625765406083, -1185.7923953768732, @@ -1855,26 +1794,26 @@ 3.72224068425034, 3.9062870555910996, 3.8765847428522817, - 3.6465029372185005, + 3.6465029372185, 3.3287016249649795, 3.1106673976583137, 3.1476055901300337, 3.4115020956156217 ], "relative wind angle": [ - 0.0982374520744449, + 0.09823745207444716, 0.03027784691740158, - 0.05105588654540064, - 0.10937428717061852, - 0.10989614076295559, - 0.03802540711841072, + 0.051055886545407166, + 0.10937428717061752, + 0.1098961407629556, + 0.038025407118410716, 0.06289447003887749, 0.11694192399636501 ], "resistance": [ - 97105.05055983078, + 97105.05055983076, 97845.4118900837, - 97700.06247302884, + 97700.06247302883, 96850.14977559359, 95928.23742345943, 95448.70760462317, @@ -1882,7 +1821,7 @@ 96147.85063755228 ], "fuel": [ - 43.069689439616894, + 43.06968943961689, 43.45338699159831, 43.37789771045243, 42.93805728798614, @@ -1922,13 +1861,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 763.7894228154528, + 763.7894228154437, 1901.9660040899344, - 1633.7712313665852, + 1633.771231366578, 291.9737375721488, -1143.3956810030777, -1868.3583681834234, - -1754.6434516434456, + -1754.643451643451, -736.6085957557807 ], "relative wind speed": [ @@ -1942,13 +1881,13 @@ 4.459144675731444 ], "relative wind angle": [ - 0.08988189125041202, - 0.02631269817080431, - 0.04913040171809345, + 0.0898818912504145, + 0.026312698170804314, + 0.04913040171809571, 0.1019009230214893, - 0.10004643758543395, - 0.03249776833988789, - 0.05942015837128305, + 0.10004643758543397, + 0.0324977683398879, + 0.05942015837128491, 0.10796076606391121 ], "resistance": [ @@ -2002,19 +1941,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -473.71305017312284, + -473.71305017312466, -849.3221811332696, - -813.9311130920132, + -813.931113092013, -353.21303380968584, 355.74560287879376, 925.9829307998807, - 843.831627415926, + 843.8316274159247, 214.95210884213247 ], "relative wind speed": [ - 2.2368762621116733, + 2.236876262111673, 1.9787974556434924, - 2.010999581463995, + 2.0109995814639947, 2.305166683903097, 2.642140015260996, 2.840577388803358, @@ -2022,13 +1961,13 @@ 2.5827748317778814 ], "relative wind angle": [ - 0.18203654618152545, + 0.18203654618152607, 0.07133034360081862, - 0.1023684045330156, - 0.18836715759017492, + 0.10236840453301452, + 0.18836715759017494, 0.15387165393008728, 0.04966829659307857, - 0.07299341271852572, + 0.07299341271852723, 0.16791614145323872 ], "resistance": [ @@ -2082,33 +2021,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -590.4826380507562, + -590.482638050757, -676.7830109368838, - -441.38593764627853, - 88.9654101286585, + -441.38593764627865, + 88.96541012865896, 638.7707447717808, 837.5376407950998, - 422.04262860348945, + 422.0426286034897, -158.86496937576294 ], "relative wind speed": [ - 1.4664581392758842, + 1.4664581392758835, 1.358323839068083, - 1.6045770103647545, - 1.9778693029709058, + 1.6045770103647543, + 1.977869302970906, 2.2524587625270502, 2.319272795372015, 2.1562473348255495, 1.8199183969339834 ], "relative wind angle": [ - 0.19376707161214285, + 0.19376707161214343, 0.06014191357455646, 0.2505521707725739, - 0.2456457454282083, - 0.1256943972829071, - 0.03520923784978305, - 0.18556757217421602, + 0.24564574542820874, + 0.12569439728290707, + 0.03520923784978304, + 0.18556757217421543, 0.2674662107399272 ], "resistance": [ @@ -2162,9 +2101,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -437.7387560545501, + -437.738756054551, -873.2501932225034, - -858.0102095237137, + -858.0102095237141, -387.9636981421181, 369.92927750514923, 1014.2305539619963, @@ -2172,9 +2111,9 @@ 311.23626507631457 ], "relative wind speed": [ - 1.9723271260298967, + 1.9723271260298965, 1.6257201769375633, - 1.6421941071560842, + 1.642194107156084, 2.0050048442028015, 2.4161037115646637, 2.6617034664680417, @@ -2182,14 +2121,14 @@ 2.3890556736571025 ], "relative wind angle": [ - 0.2603607668104937, + 0.2603607668104945, 0.12190742002764308, 0.1393802319545892, - 0.2625299951978618, - 0.21172429938505372, + 0.26252999519786185, + 0.21172429938505374, 0.07434301156412401, 0.08614947539029084, - 0.21956490508417126 + 0.21956490508417129 ], "resistance": [ 96196.76124394548, @@ -2242,9 +2181,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -124.52049554848782, + -124.52049554848918, -968.41175738694, - -1205.1171788283666, + -1205.1171788283727, -915.5024662953999, -36.51288567233132, 968.4211355679627, @@ -2252,9 +2191,9 @@ 891.8338348668003 ], "relative wind speed": [ - 2.616478198408855, + 2.6164781984088545, 2.1552840199374166, - 1.948297357324955, + 1.9482973573249547, 2.189830468196041, 2.6567354625604995, 3.0428526540366367, @@ -2262,17 +2201,17 @@ 3.01808614875979 ], "relative wind angle": [ - 0.2374863236264408, + 0.23748632362644123, 0.1964201440482901, - 0.01062523313393307, + 0.010625233133943517, 0.20692296831811718, - 0.2338201186277758, - 0.1386776101686032, - 0.006511015203933886, + 0.23382011862777627, + 0.13867761016860317, + 0.006511015203933885, 0.14962549956164178 ], "resistance": [ - 96509.9795044515, + 96509.97950445149, 95666.08824261304, 95429.38282117162, 95718.99753370459, @@ -2282,7 +2221,7 @@ 97526.33383486679 ], "fuel": [ - 40.56098745325801, + 40.560987453258, 40.12799079474654, 40.007014240861636, 40.15506044101922, @@ -2322,7 +2261,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -534.931602712737, + -534.9316027127384, -1052.5835834775964, -1038.9463286243533, -489.2529669661776, @@ -2332,7 +2271,7 @@ 351.1544837300871 ], "relative wind speed": [ - 2.3721797776871116, + 2.3721797776871107, 2.038099078008284, 2.050076268118953, 2.3969665226380763, @@ -2342,7 +2281,7 @@ 2.7856576462915905 ], "relative wind angle": [ - 0.2132053074395113, + 0.21320530743951077, 0.0974363918098429, 0.10827613733221847, 0.21508130678669213, @@ -2402,30 +2341,30 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1525.5876005629275, + -1525.5876005629307, -1574.9553809721301, - -848.8803974225816, + -848.880397422583, 447.15605693967973, 1614.6523173241667, 1729.009523659749, - 642.3583290901252, + 642.3583290901242, -682.0534627969992 ], "relative wind speed": [ - 2.6279554410489596, + 2.6279554410489587, 2.593808656559441, - 2.969252125399578, + 2.9692521253995774, 3.4566619833353913, 3.780117763892207, 3.803629419671369, - 3.5183777404994965, + 3.518377740499496, 3.0408761964269586 ], "relative wind angle": [ - 0.10639260975499339, + 0.10639260975499444, 0.0816799790436065, - 0.19603395131239504, - 0.17630904946077222, + 0.19603395131239446, + 0.17630904946077225, 0.07389240155164968, 0.05566685189174461, 0.16513010018339705, @@ -2482,7 +2421,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -643.2332542197971, + -643.2332542197973, -663.7526555723921, -365.4030411913602, 170.71518868690828, @@ -2492,7 +2431,7 @@ -294.387534574357 ], "relative wind speed": [ - 1.9597512260041565, + 1.959751226004156, 1.9404355104502522, 2.1500036920816328, 2.431080269242452, @@ -2502,12 +2441,12 @@ 2.191891969849561 ], "relative wind angle": [ - 0.08213178417490212, + 0.0821317841749021, 0.062387138270518734, - 0.15497661291869896, - 0.14378624617528915, + 0.154976612918699, + 0.14378624617528918, 0.061361258730982304, - 0.04590881281866886, + 0.045908812818668855, 0.13486585033884346, 0.1596046014037851 ], @@ -2562,19 +2501,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -633.2674342601144, + -633.2674342601172, -1168.3732278997695, - -1133.5648672972097, + -1133.5648672972115, -514.4342607820113, - 460.2677048836804, + 460.267704883679, 1258.3438982003918, 1177.4883250865478, 321.4911397818487 ], "relative wind speed": [ - 2.6747627730656336, + 2.674762773065633, 2.3701203457935227, - 2.396677701349823, + 2.3966777013498226, 2.7312963513600335, 3.124109079511261, 3.361092527634139, @@ -2582,17 +2521,17 @@ 3.074806282338746 ], "relative wind angle": [ - 0.17826811260111677, + 0.17826811260111805, 0.07362063740506172, - 0.0951753534171138, + 0.09517535341711497, 0.1827736058755063, - 0.1524097260513019, + 0.15240972605130265, 0.05189099995029704, 0.06819956533127164, - 0.16216192847705466 + 0.16216192847705463 ], "resistance": [ - 96001.23256573986, + 96001.23256573985, 95466.12677210021, 95500.93513270275, 96120.06573921796, @@ -2602,7 +2541,7 @@ 96955.99113978182 ], "fuel": [ - 40.91010416388778, + 40.91010416388777, 40.63624945830437, 40.65403116792004, 40.9710648001861, @@ -2642,11 +2581,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -820.7456729543496, + -820.7456729543514, -1008.2082122134402, - -778.7084913807012, + -778.7084913807021, -60.946580898126285, - 754.274865108845, + 754.2748651088464, 1191.9546096331528, 694.0002696175816, -131.145441211484 @@ -2662,11 +2601,11 @@ 2.702963341472278 ], "relative wind angle": [ - 0.13903352444739234, - 0.00711725760259839, - 0.1469711544968757, + 0.13903352444739475, + 0.0071172576025983906, + 0.14697115449687648, 0.1751707025993273, - 0.10732115870770775, + 0.10732115870770673, 0.004966208637648485, 0.11539053728797072, 0.17718973984768677 @@ -2709,52 +2648,7 @@ "id": "202", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.457624062640626, - 55.457624062640626, - 55.457624062640626, - 55.457624062640626, - 55.457624062640626, - 55.457624062640626, - 55.457624062640626, - 55.457624062640626 - ], - "relative wind speed": [ - 0.5015062304202188, - 0.5015062304202188, - 0.5015062304202188, - 0.5015062304202188, - 0.5015062304202188, - 0.5015062304202188, - 0.5015062304202188, - 0.5015062304202188 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 -1.25, -1.875 -0.625, -1.25 -0.625, -1.25 -1.25, -1.875 -1.25))", @@ -2773,52 +2667,7 @@ "id": "219", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 124.02890736387035, - 124.02890736387035, - 124.02890736387035, - 124.02890736387035, - 124.02890736387035, - 124.02890736387035, - 124.02890736387035, - 124.02890736387035 - ], - "relative wind speed": [ - 0.749992917166466, - 0.749992917166466, - 0.749992917166466, - 0.749992917166466, - 0.749992917166466, - 0.749992917166466, - 0.749992917166466, - 0.749992917166466 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.625 -0.625, -0.625 0, 0 0, 0 -0.625, -0.625 -0.625))", @@ -2837,52 +2686,7 @@ "id": "221", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 126.25448672539744, - 126.25448672539744, - 126.25448672539744, - 126.25448672539744, - 126.25448672539744, - 126.25448672539744, - 126.25448672539744, - 126.25448672539744 - ], - "relative wind speed": [ - 0.7566919493675284, - 0.7566919493675284, - 0.7566919493675284, - 0.7566919493675284, - 0.7566919493675284, - 0.7566919493675284, - 0.7566919493675284, - 0.7566919493675284 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 -1.25, -1.25 -0.625, -0.625 -0.625, -0.625 -1.25, -1.25 -1.25))", @@ -2901,52 +2705,7 @@ "id": "222", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 157.6737114663899, - 157.6737114663899, - 157.6737114663899, - 157.6737114663899, - 157.6737114663899, - 157.6737114663899, - 157.6737114663899, - 157.6737114663899 - ], - "relative wind speed": [ - 0.8456201992558618, - 0.8456201992558618, - 0.8456201992558618, - 0.8456201992558618, - 0.8456201992558618, - 0.8456201992558618, - 0.8456201992558618, - 0.8456201992558618 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.625 -1.25, -0.625 -0.625, 0 -0.625, 0 -1.25, -0.625 -1.25))", @@ -2965,52 +2724,7 @@ "id": "223", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 168.27359078613935, - 168.27359078613935, - 168.27359078613935, - 168.27359078613935, - 168.27359078613935, - 168.27359078613935, - 168.27359078613935, - 168.27359078613935 - ], - "relative wind speed": [ - 0.8735820147216152, - 0.8735820147216152, - 0.8735820147216152, - 0.8735820147216152, - 0.8735820147216152, - 0.8735820147216152, - 0.8735820147216152, - 0.8735820147216152 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -3.75, -5 -3.125, -4.375 -3.125, -4.375 -3.75, -5 -3.75))", @@ -3029,68 +2743,7 @@ "id": "234", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.22296007304762, - 8.22296007304762, - 8.22296007304762, - 8.22296007304762, - 8.22296007304762, - 8.22296007304762, - 8.22296007304762, - 8.22296007304762 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -415.64146211173306, - -685.0635246665333, - -637.1915520389193, - -250.18195603619552, - 313.2573127163555, - 741.8876129230794, - 630.263529025151, - 120.43208224999216 - ], - "relative wind speed": [ - 2.120003412418571, - 1.922244530884078, - 1.9673907320817958, - 2.2177366428612535, - 2.4948881465986896, - 2.6502560812478624, - 2.61691708696009, - 2.408428017528347 - ], - "relative wind angle": [ - 0.15433822819710855, - 0.05025048662195266, - 0.09639519888477298, - 0.16503240491357496, - 0.1310015228870113, - 0.03643966654645102, - 0.07242074176796294, - 0.15185981864489828 - ], - "resistance": [ - 96218.85853788829, - 95949.43647533348, - 95997.3084479611, - 96384.31804396382, - 96947.75731271636, - 97376.38761292309, - 97264.76352902516, - 96754.93208225 - ], - "fuel": [ - 39.9042131284048, - 39.7659778247409, - 39.79052028485757, - 39.98924110865818, - 40.27955099515532, - 40.501192238666285, - 40.44340649676465, - 40.18006558696949 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 -3.75, -1.25 -3.125, -0.625 -3.125, -0.625 -3.75, -1.25 -3.75))", @@ -3122,9 +2775,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -503.74177489540114, + -503.74177489540125, -723.7757802947935, - -599.9589562615577, + -599.9589562615578, -104.95432591784356, 527.4046809523729, 953.4532138120794, @@ -3132,7 +2785,7 @@ 54.887153738740835 ], "relative wind speed": [ - 1.506298267990242, + 1.5062982679902417, 1.2487774795069055, 1.411942617689551, 1.821272448503715, @@ -3142,12 +2795,12 @@ 1.925211831188959 ], "relative wind angle": [ - 0.2850189565449649, + 0.2850189565449653, 0.04351095291947165, - 0.24809733876006204, - 0.30369589740870595, + 0.24809733876006249, + 0.303695897408706, 0.19548070910085338, - 0.023239630320400263, + 0.02323963032040026, 0.15521747600864938, 0.28682022601070933 ], @@ -3202,9 +2855,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 105.07210935984551, + 105.07210935984494, -404.6774275463129, - -618.1294056005521, + -618.1294056005522, -506.74346589957406, -65.60609498504425, 515.8187397389614, @@ -3212,9 +2865,9 @@ 670.7732303090523 ], "relative wind speed": [ - 1.6426820871670884, + 1.6426820871670882, 1.1660538234178965, - 0.8253430854295776, + 0.8253430854295773, 1.0297494501547615, 1.5083546432889101, 1.901014637061835, @@ -3222,11 +2875,11 @@ 1.9781694162373462 ], "relative wind angle": [ - 0.38978759462383145, - 0.43663484105314737, + 0.3897875946238317, + 0.4366348410531473, 0.08876379241646201, - 0.38805459453538454, - 0.4266598120301595, + 0.3880545945353846, + 0.42665981203015957, 0.2623966002456706, 0.03532179900749935, 0.19826908649474517 @@ -3282,11 +2935,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 208.06914513440688, + 208.06914513440665, -543.9236943007229, - -907.3546014469555, + -907.3546014469557, -807.5880472959772, - -230.18698200211793, + -230.1869820021177, 582.444218406695, 1200.5775628106774, 971.9625236869904 @@ -3294,7 +2947,7 @@ "relative wind speed": [ 2.160125615289814, 1.6617389139336387, - 1.287739269507622, + 1.2877392695076217, 1.4152789614925279, 1.8956944115201724, 2.3448717998258797, @@ -3302,14 +2955,14 @@ 2.5013567192339123 ], "relative wind angle": [ - 0.30210087713738254, + 0.30210087713738293, 0.3392873429468047, - 0.10849446105010431, - 0.25416639085638115, - 0.3458842668523255, + 0.10849446105010432, + 0.2541663908563811, + 0.34588426685232515, 0.23809923565212956, 0.05429681434347108, - 0.14274945418918517 + 0.14274945418918514 ], "resistance": [ 96842.56914513442, @@ -3362,19 +3015,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 792.0906225032572, + 792.0906225032545, 87.79224493303263, - -569.0642925501231, + -569.0642925501236, -842.8508915434215, - -714.1855652857412, + -714.1855652857414, -153.3003557571485, - 579.8324978771093, + 579.8324978771097, 1088.0984974306011 ], "relative wind speed": [ - 2.445744520294491, + 2.4457445202944905, 2.1156744996892654, - 1.6729492062536597, + 1.6729492062536593, 1.3900570750829153, 1.5440730656912083, 1.9722447368691725, @@ -3382,19 +3035,19 @@ 2.5364481502202056 ], "relative wind angle": [ - 0.1447535929500376, + 0.14475359295003912, 0.2745801528582613, - 0.2775996571858278, + 0.2775996571858274, 0.05378068749661834, - 0.23051970244792955, + 0.23051970244793002, 0.2951271091702455, - 0.1955544193417674, - 0.02946364372262302 + 0.19555441934176684, + 0.029463643722623025 ], "resistance": [ 97426.59062250324, 96722.29224493302, - 96065.43570744987, + 96065.43570744985, 95791.64910845656, 95920.31443471424, 96481.19964424284, @@ -3404,7 +3057,7 @@ "fuel": [ 40.02520009350319, 39.661242785396034, - 39.323465260787486, + 39.32346526078747, 39.18314912326585, 39.24905560071063, 39.53707844006294, @@ -3442,33 +3095,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 350.82317580387235, + 350.8231758038678, -496.3874094002399, - -1016.0502428114419, + -1016.0502428114469, -1029.4300002507694, - -543.0278090878032, + -543.0278090878037, 296.5431200949756, - 1026.25989060845, + 1026.2598906084536, 1057.535080289295 ], "relative wind speed": [ - 3.1628262367725624, + 3.1628262367725615, 2.8290087650458724, 2.5600858819079484, 2.5504251995449065, - 2.807863671249683, + 2.8078636712496836, 3.143927099605565, 3.3665306292377966, 3.37385528762971 ], "relative wind angle": [ - 0.12807587180426427, + 0.12807587180426516, 0.1462685586168575, - 0.0700294646998772, - 0.062377522237682156, - 0.14437381749314374, - 0.1315273332542672, - 0.05323569087747387, + 0.07002946469988196, + 0.06237752223768215, + 0.1443738174931453, + 0.13152733325426716, + 0.053235690877471785, 0.047140420042139475 ], "resistance": [ @@ -3478,7 +3131,7 @@ 95605.06999974928, 96091.47219091225, 96931.04312009503, - 97660.75989060849, + 97660.7598906085, 97692.03508028934 ], "fuel": [ @@ -3488,7 +3141,7 @@ 40.92481089998265, 41.17394763597996, 41.60604973828258, - 41.983743735198935, + 41.98374373519894, 41.99997573684317 ] }, @@ -3509,68 +3162,7 @@ "id": "280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.746036688998661, - 9.746036688998661, - 9.746036688998661, - 9.746036688998661, - 9.746036688998661, - 9.746036688998661, - 9.746036688998661, - 9.746036688998661 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1127.0192350943266, - -1184.5027284290802, - -664.2869822846847, - 300.5664020073823, - 1192.7980577005828, - 1325.7993578473606, - 526.9799867842253, - -470.9799044847964 - ], - "relative wind speed": [ - 2.218368898557172, - 2.1712238341305152, - 2.495730819034934, - 2.9287179708248887, - 3.2225015878910277, - 3.2544529672664706, - 3.0128067865306547, - 2.593894389024599 - ], - "relative wind angle": [ - 0.11884855504320645, - 0.07872611592818342, - 0.20355375931296696, - 0.1863925115827706, - 0.08171373589721055, - 0.052492370242201145, - 0.16824929712608538, - 0.21079343949755006 - ], - "resistance": [ - 95507.4807649057, - 95449.99727157094, - 95970.21301771534, - 96935.06640200742, - 97827.29805770061, - 97960.29935784738, - 97161.47998678425, - 96163.52009551524 - ], - "fuel": [ - 40.33308817946956, - 40.30372399539727, - 40.569912686498, - 41.06628347573515, - 41.52837666347864, - 41.59751268883123, - 41.18326422431271, - 40.66908241802543 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 1.875, -5.625 2.5, -5 2.5, -5 1.875, -5.625 1.875))", @@ -3589,68 +3181,7 @@ "id": "281", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.482704800124975, - 7.482704800124975, - 7.482704800124975, - 7.482704800124975, - 7.482704800124975, - 7.482704800124975, - 7.482704800124975, - 7.482704800124975 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -805.8191553356714, - -874.793493823923, - -509.8495201950402, - 206.5538799046085, - 901.8552418684558, - 1060.381128779155, - 471.4668960655931, - -285.45469375955327 - ], - "relative wind speed": [ - 1.6167314716490508, - 1.539713851815983, - 1.8590264595035162, - 2.287765632027037, - 2.581265238438801, - 2.627933054154731, - 2.4126275107149975, - 2.0106912481803243 - ], - "relative wind angle": [ - 0.176849899511063, - 0.09317105346339893, - 0.2650666472219901, - 0.24075931969369804, - 0.11041464728045419, - 0.05453728480874675, - 0.20325784759534968, - 0.2747406216467904 - ], - "resistance": [ - 95828.6808446643, - 95759.70650617605, - 96124.65047980493, - 96841.05387990458, - 97536.35524186843, - 97694.88112877913, - 97105.96689606557, - 96349.04530624041 - ], - "fuel": [ - 39.37373889589195, - 39.338423901570096, - 39.52547687935726, - 39.89411260758492, - 40.25371619299369, - 40.33595617891528, - 40.03091109873117, - 39.640737072313726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 1.25, -6.25 1.875, -5.625 1.875, -5.625 1.25, -6.25 1.25))", @@ -3669,68 +3200,7 @@ "id": "282", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.63125294919947, - 8.63125294919947, - 8.63125294919947, - 8.63125294919947, - 8.63125294919947, - 8.63125294919947, - 8.63125294919947, - 8.63125294919947 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -987.5480204357079, - -971.3085898301103, - -449.01457904792846, - 394.61514224592156, - 1107.4773741050526, - 1070.0116937724106, - 331.2231751318168, - -503.0062477890717 - ], - "relative wind speed": [ - 1.8945908410476051, - 1.9098424652652535, - 2.2611403801923906, - 2.669629032145995, - 2.917210777327641, - 2.9072486877127566, - 2.6432626345865478, - 2.22994932791336 - ], - "relative wind angle": [ - 0.10332714559091564, - 0.11788873789992167, - 0.22890864031517616, - 0.18878043321129948, - 0.06703696165166685, - 0.07734180822438812, - 0.19535105111788745, - 0.22659649510867527 - ], - "resistance": [ - 95646.95197956431, - 95663.19141016991, - 96185.48542095209, - 97029.11514224594, - 97741.97737410507, - 97704.51169377242, - 96965.72317513183, - 96131.49375221094 - ], - "fuel": [ - 39.808764747568254, - 39.81707096053607, - 40.08473943508186, - 40.51923197223212, - 40.88844002208043, - 40.86898858949528, - 40.486491340571604, - 40.0570224074937 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 4.375, -3.75 5, -3.125 5, -3.125 4.375, -3.75 4.375))", @@ -3762,17 +3232,17 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - 220.45159609897973, + 220.45159609897655, -515.2914610644821, -921.7195165940102, -892.3900621296048, -412.2861590456064, 340.200491287781, - 946.8565251556847, + 946.8565251556811, 878.1293870213967 ], "relative wind speed": [ - 3.0467633944698473, + 3.046763394469847, 2.7425310832330543, 2.5205138941111134, 2.542005378001975, @@ -3782,14 +3252,14 @@ 3.2565505610140835 ], "relative wind angle": [ - 0.12396730387384697, - 0.13088572681783248, + 0.12396730387384787, + 0.1308857268178325, 0.051386330151494575, 0.0688370068311084, 0.13544286211825518, 0.116113196255073, - 0.0395625793414862, - 0.053716344775444944 + 0.03956257934148901, + 0.05371634477544495 ], "resistance": [ 96854.95159609892, @@ -3842,9 +3312,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 37.64844020503301, + 37.64844020503256, -421.2822548490268, - -597.4626677331414, + -597.462667733142, -490.76930520547864, -77.78793627172627, 444.7442953123318, @@ -3852,7 +3322,7 @@ 546.6962482360132 ], "relative wind speed": [ - 1.7391606932814085, + 1.7391606932814083, 1.3565721657951018, 1.1257398044571147, 1.28114813131624, @@ -3863,8 +3333,8 @@ ], "relative wind angle": [ 0.29045224206629167, - 0.2860941094576574, - 0.03850798496780167, + 0.28609410945765745, + 0.03850798496780455, 0.25369332193437805, 0.3054401203562899, 0.1943925563327936, @@ -3922,9 +3392,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 265.5184578173714, + 265.518457817371, -258.6627882968812, - -602.4941051563555, + -602.4941051563565, -631.6991282594659, -358.78298681890806, 148.68076409739365, @@ -3934,7 +3404,7 @@ "relative wind speed": [ 2.3288619210439054, 2.048230277688632, - 1.8031501667851242, + 1.803150166785124, 1.7733667191240903, 1.9844603344891447, 2.2729789695482507, @@ -3942,14 +3412,14 @@ 2.4933614150283425 ], "relative wind angle": [ - 0.14457570668149322, + 0.144575706681494, 0.17694080980061216, - 0.09683628424507457, + 0.0968362842450757, 0.06431575464798996, - 0.16989236260023985, + 0.16989236260023988, 0.15928721735190154, 0.07058613652593222, - 0.04572804166949332 + 0.045728041669493326 ], "resistance": [ 96900.01845781736, @@ -3989,68 +3459,7 @@ "id": "294", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.437387157266243, - 6.437387157266243, - 6.437387157266243, - 6.437387157266243, - 6.437387157266243, - 6.437387157266243, - 6.437387157266243, - 6.437387157266243 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -341.50768013054426, - -666.4297319646045, - -645.586296667714, - -274.357826646273, - 310.59446640648935, - 801.440343864956, - 753.6353693573842, - 231.11608042159492 - ], - "relative wind speed": [ - 1.6344869606943309, - 1.3161627382815317, - 1.3436124933559082, - 1.6875454921854047, - 2.06134393622194, - 2.277806421634202, - 2.2617232182070093, - 2.0181369279321637 - ], - "relative wind angle": [ - 0.2870601309468512, - 0.1305016973864196, - 0.16490089234629987, - 0.2903933788487033, - 0.2264333557439447, - 0.07526370826281899, - 0.09767385124501206, - 0.24177411472329555 - ], - "resistance": [ - 96292.99231986945, - 95968.07026803539, - 95988.91370333228, - 96360.14217335371, - 96945.09446640647, - 97435.94034386495, - 97388.13536935738, - 96865.61608042158 - ], - "fuel": [ - 39.206893073510614, - 39.04012570726323, - 39.05081188039924, - 39.241406950993216, - 39.54277213033946, - 39.79663649660961, - 39.77187246795553, - 39.501750425366914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 1.25, -1.875 1.875, -1.25 1.875, -1.25 1.25, -1.875 1.25))", @@ -4069,52 +3478,7 @@ "id": "335", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.223788777373706, - 59.223788777373706, - 59.223788777373706, - 59.223788777373706, - 59.223788777373706, - 59.223788777373706, - 59.223788777373706, - 59.223788777373706 - ], - "relative wind speed": [ - 0.5182553533107545, - 0.5182553533107545, - 0.5182553533107545, - 0.5182553533107545, - 0.5182553533107545, - 0.5182553533107545, - 0.5182553533107545, - 0.5182553533107545 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 0, -1.875 0.625, -1.25 0.625, -1.25 0, -1.875 0))", @@ -4133,52 +3497,7 @@ "id": "343", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 122.93253804827597, - 122.93253804827597, - 122.93253804827597, - 122.93253804827597, - 122.93253804827597, - 122.93253804827597, - 122.93253804827597, - 122.93253804827597 - ], - "relative wind speed": [ - 0.7466707302132987, - 0.7466707302132987, - 0.7466707302132987, - 0.7466707302132987, - 0.7466707302132987, - 0.7466707302132987, - 0.7466707302132987, - 0.7466707302132987 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 0, -1.25 0.625, -0.625 0.625, -0.625 0, -1.25 0))", @@ -4197,52 +3516,7 @@ "id": "346", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 118.55957176532229, - 118.55957176532229, - 118.55957176532229, - 118.55957176532229, - 118.55957176532229, - 118.55957176532229, - 118.55957176532229, - 118.55957176532229 - ], - "relative wind speed": [ - 0.7332701635294798, - 0.7332701635294798, - 0.7332701635294798, - 0.7332701635294798, - 0.7332701635294798, - 0.7332701635294798, - 0.7332701635294798, - 0.7332701635294798 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.625 0, -0.625 0.625, 0 0.625, 0 0, -0.625 0))", @@ -4261,52 +3535,7 @@ "id": "347", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 87.28316657460638, - 87.28316657460638, - 87.28316657460638, - 87.28316657460638, - 87.28316657460638, - 87.28316657460638, - 87.28316657460638, - 87.28316657460638 - ], - "relative wind speed": [ - 0.6291597772280596, - 0.6291597772280596, - 0.6291597772280596, - 0.6291597772280596, - 0.6291597772280596, - 0.6291597772280596, - 0.6291597772280596, - 0.6291597772280596 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.625 4.375, 0.625 5, 1.25 5, 1.25 4.375, 0.625 4.375))", @@ -4325,52 +3554,7 @@ "id": "349", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.419977708627748, - 15.419977708627748, - 15.419977708627748, - 15.419977708627748, - 15.419977708627748, - 15.419977708627748, - 15.419977708627748, - 15.419977708627748 - ], - "relative wind speed": [ - 0.26444634936874606, - 0.26444634936874606, - 0.26444634936874606, - 0.26444634936874606, - 0.26444634936874606, - 0.26444634936874606, - 0.26444634936874606, - 0.26444634936874606 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.625 3.75, 0.625 4.375, 1.25 4.375, 1.25 3.75, 0.625 3.75))", @@ -4389,52 +3573,7 @@ "id": "351", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 18.20953928674109, - 18.20953928674109, - 18.20953928674109, - 18.20953928674109, - 18.20953928674109, - 18.20953928674109, - 18.20953928674109, - 18.20953928674109 - ], - "relative wind speed": [ - 0.2873724840882834, - 0.2873724840882834, - 0.2873724840882834, - 0.2873724840882834, - 0.2873724840882834, - 0.2873724840882834, - 0.2873724840882834, - 0.2873724840882834 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 4.375, 1.25 5, 1.875 5, 1.875 4.375, 1.25 4.375))", @@ -4453,52 +3592,7 @@ "id": "352", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.82663029833923, - 23.82663029833923, - 23.82663029833923, - 23.82663029833923, - 23.82663029833923, - 23.82663029833923, - 23.82663029833923, - 23.82663029833923 - ], - "relative wind speed": [ - 0.3287206720980246, - 0.3287206720980246, - 0.3287206720980246, - 0.3287206720980246, - 0.3287206720980246, - 0.3287206720980246, - 0.3287206720980246, - 0.3287206720980246 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 4.375, 1.875 5, 2.5 5, 2.5 4.375, 1.875 4.375))", @@ -4517,52 +3611,7 @@ "id": "353", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.49181296248693, - 20.49181296248693, - 20.49181296248693, - 20.49181296248693, - 20.49181296248693, - 20.49181296248693, - 20.49181296248693, - 20.49181296248693 - ], - "relative wind speed": [ - 0.3048497861572518, - 0.3048497861572518, - 0.3048497861572518, - 0.3048497861572518, - 0.3048497861572518, - 0.3048497861572518, - 0.3048497861572518, - 0.3048497861572518 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 3.75, 1.25 4.375, 1.875 4.375, 1.875 3.75, 1.25 3.75))", @@ -4581,52 +3630,7 @@ "id": "354", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 12.397919690189836, - 12.397919690189836, - 12.397919690189836, - 12.397919690189836, - 12.397919690189836, - 12.397919690189836, - 12.397919690189836, - 12.397919690189836 - ], - "relative wind speed": [ - 0.23712105168623973, - 0.23712105168623973, - 0.23712105168623973, - 0.23712105168623973, - 0.23712105168623973, - 0.23712105168623973, - 0.23712105168623973, - 0.23712105168623973 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 3.125, 0 3.75, 0.625 3.75, 0.625 3.125, 0 3.125))", @@ -4645,52 +3649,7 @@ "id": "356", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 24.110254876000784, - 24.110254876000784, - 24.110254876000784, - 24.110254876000784, - 24.110254876000784, - 24.110254876000784, - 24.110254876000784, - 24.110254876000784 - ], - "relative wind speed": [ - 0.3306713769414405, - 0.3306713769414405, - 0.3306713769414405, - 0.3306713769414405, - 0.3306713769414405, - 0.3306713769414405, - 0.3306713769414405, - 0.3306713769414405 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.625 3.125, 0.625 3.75, 1.25 3.75, 1.25 3.125, 0.625 3.125))", @@ -4709,52 +3668,7 @@ "id": "357", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.289562071757054, - 20.289562071757054, - 20.289562071757054, - 20.289562071757054, - 20.289562071757054, - 20.289562071757054, - 20.289562071757054, - 20.289562071757054 - ], - "relative wind speed": [ - 0.3033416465314978, - 0.3033416465314978, - 0.3033416465314978, - 0.3033416465314978, - 0.3033416465314978, - 0.3033416465314978, - 0.3033416465314978, - 0.3033416465314978 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 3.75, 4.375 4.375, 5 4.375, 5 3.75, 4.375 3.75))", @@ -4773,68 +3687,7 @@ "id": "371", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7132679900399985, - 7.7132679900399985, - 7.7132679900399985, - 7.7132679900399985, - 7.7132679900399985, - 7.7132679900399985, - 7.7132679900399985, - 7.7132679900399985 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1076.6448771054402, - 260.998591022204, - -577.4749691890829, - -1008.396080272898, - -929.0452778248684, - -323.1744974606338, - 562.5052708970265, - 1258.6192313128713 - ], - "relative wind speed": [ - 2.7178625720538316, - 2.390308327608899, - 1.9037948157212536, - 1.5307347153017326, - 1.6187266685140356, - 2.0720712070035523, - 2.526384429884433, - 2.7683757366549324 - ], - "relative wind angle": [ - 0.11869149414478647, - 0.2627432162155229, - 0.29645824532118903, - 0.10846084264258905, - 0.20015061558775948, - 0.3042954618558597, - 0.22196060037718499, - 0.059890191717023006 - ], - "resistance": [ - 97711.14487710546, - 96895.49859102222, - 96057.02503081094, - 95626.10391972712, - 95705.45472217514, - 96311.32550253937, - 97197.00527089705, - 97893.11923131288 - ], - "fuel": [ - 40.44342611948296, - 40.02123335629712, - 39.58980522408181, - 39.36909682615594, - 39.40968667337543, - 39.7203765815896, - 40.17701006779711, - 40.53795698546934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 2.5, 3.125 3.125, 3.75 3.125, 3.75 2.5, 3.125 2.5))", @@ -4853,68 +3706,7 @@ "id": "375", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.475858948802378, - 5.475858948802378, - 5.475858948802378, - 5.475858948802378, - 5.475858948802378, - 5.475858948802378, - 5.475858948802378, - 5.475858948802378 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 400.539432211751, - 135.02873427385146, - -175.86012147595068, - -364.50715730240427, - -366.7931177261736, - -183.54484470693524, - 126.02757558359156, - 395.2515610058068 - ], - "relative wind speed": [ - 1.8209928877267532, - 1.6723290118905458, - 1.433182528553035, - 1.2341174525793257, - 1.230779568254568, - 1.4262359968720146, - 1.666379693417634, - 1.8187324036326606 - ], - "relative wind angle": [ - 0.06528506375949647, - 0.17631777902145981, - 0.20805944507494395, - 0.10172849888513713, - 0.09667405690489493, - 0.20714971311388175, - 0.17860289157952902, - 0.0689644562482641 - ], - "resistance": [ - 97035.03943221175, - 96769.52873427384, - 96458.63987852405, - 96269.9928426976, - 96267.70688227382, - 96450.95515529306, - 96760.52757558359, - 97029.7515610058 - ], - "fuel": [ - 39.280216754834306, - 39.14317999667445, - 38.9830558271672, - 38.88606797511595, - 38.884893521465855, - 38.97910234394203, - 39.138538869191876, - 39.2774849912019 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 3.125, 7.5 3.75, 8.125 3.75, 8.125 3.125, 7.5 3.125))", @@ -4933,68 +3725,7 @@ "id": "384", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.319726960007914, - 9.319726960007914, - 9.319726960007914, - 9.319726960007914, - 9.319726960007914, - 9.319726960007914, - 9.319726960007914, - 9.319726960007914 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1032.7948462377794, - -163.29998523829272, - -1130.4925192695039, - -1390.9302134614547, - -1015.9428494838221, - 27.030714917943897, - 1199.763520321765, - 1800.8650803841301 - ], - "relative wind speed": [ - 3.110367784170768, - 2.6430356516741815, - 2.1052625261957507, - 1.8734129697626494, - 2.1814298382044184, - 2.728990002875635, - 3.1624189456192884, - 3.3050488251372347 - ], - "relative wind angle": [ - 0.173769615455833, - 0.274302138247553, - 0.22744348572650322, - 0.023804135311974395, - 0.24909031646117497, - 0.2654500051473369, - 0.1506794889210742, - 0.013492120592607555 - ], - "resistance": [ - 97667.29484623783, - 96471.20001476175, - 95504.00748073054, - 95243.56978653859, - 95618.55715051622, - 96661.53071491799, - 97834.26352032181, - 98435.36508038417 - ], - "fuel": [ - 41.20785008926747, - 40.58977231478306, - 40.093871795265926, - 39.96093460852237, - 40.15242216986267, - 40.68776887510474, - 41.29455399569602, - 41.60755448373572 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 3.125, 8.125 3.75, 8.75 3.75, 8.75 3.125, 8.125 3.125))", @@ -5013,68 +3744,7 @@ "id": "385", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.878842742404654, - 6.878842742404654, - 6.878842742404654, - 6.878842742404654, - 6.878842742404654, - 6.878842742404654, - 6.878842742404654, - 6.878842742404654 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 502.2016752243094, - -277.60457568316383, - -805.5658628711112, - -871.5113014737349, - -485.37895227252943, - 254.5098696531643, - 973.8780050039545, - 1124.8606045843708 - ], - "relative wind speed": [ - 2.2929831035935373, - 1.8459434716772058, - 1.3920931085718067, - 1.307624449889049, - 1.6902563024229098, - 2.1696153070574793, - 2.4853198301853827, - 2.5307817328442566 - ], - "relative wind angle": [ - 0.24429043913898624, - 0.33923739724877183, - 0.22759956537258125, - 0.13041466315947275, - 0.33430774846729977, - 0.2870502318074167, - 0.12672562708535304, - 0.06724350271461947 - ], - "resistance": [ - 97136.70167522429, - 96356.89542431683, - 95828.93413712888, - 95762.98869852626, - 96149.12104772746, - 96889.00986965315, - 97608.37800500393, - 97759.36060458436 - ], - "fuel": [ - 39.80403655122471, - 39.40201007724999, - 39.1311060218525, - 39.097341396333874, - 39.29527446864954, - 39.676094661257764, - 40.048305944256825, - 40.12667097147631 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 2.5, 7.5 3.125, 8.125 3.125, 8.125 2.5, 7.5 2.5))", @@ -5093,68 +3763,7 @@ "id": "386", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.105770709391539, - 6.105770709391539, - 6.105770709391539, - 6.105770709391539, - 6.105770709391539, - 6.105770709391539, - 6.105770709391539, - 6.105770709391539 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 153.37117494872768, - -451.43415261390976, - -733.4060167799039, - -640.4921429320243, - -161.04380548935478, - 500.74045904255627, - 994.2820828049043, - 781.2646550054867 - ], - "relative wind speed": [ - 1.9055644604941975, - 1.4446889355314791, - 1.1052733085697115, - 1.241644569061407, - 1.6910944266410168, - 2.098535239748852, - 2.2955058671844455, - 2.2247011118429287 - ], - "relative wind angle": [ - 0.3184593639255844, - 0.35509387560767025, - 0.10305447359932637, - 0.2786199916600031, - 0.36057529054605975, - 0.24169766562766468, - 0.04955264963735876, - 0.1541078251971737 - ], - "resistance": [ - 96787.87117494874, - 96183.06584738611, - 95901.09398322011, - 95994.00785706799, - 96473.45619451065, - 97135.24045904257, - 97628.78208280492, - 97415.7646550055 - ], - "fuel": [ - 39.3481934930717, - 39.036976278622554, - 38.89234605055562, - 38.93997115440932, - 39.18623378614677, - 39.52755614248651, - 39.783166419481304, - 39.6727313268817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 1.25, 7.5 1.875, 8.125 1.875, 8.125 1.25, 7.5 1.25))", @@ -5173,68 +3782,7 @@ "id": "390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.046274731581887, - 7.046274731581887, - 7.046274731581887, - 7.046274731581887, - 7.046274731581887, - 7.046274731581887, - 7.046274731581887, - 7.046274731581887 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 146.62780888029693, - -303.6641889974926, - -553.0273802614013, - -533.6447357009406, - -237.55891252415222, - 223.8415594769849, - 598.6416133904647, - 553.6298961183027 - ], - "relative wind speed": [ - 2.1027870628670975, - 1.8261034373265703, - 1.6173430283792416, - 1.6389762766862626, - 1.8720904007788846, - 2.142844403271913, - 2.304482030522855, - 2.289146711093309 - ], - "relative wind angle": [ - 0.16442917476988936, - 0.17960019705411523, - 0.07248127677567077, - 0.0981265957669044, - 0.18491253982577563, - 0.15282559794793413, - 0.050846547690044736, - 0.07020133423682615 - ], - "resistance": [ - 96781.12780888028, - 96330.8358110025, - 96081.47261973859, - 96100.85526429904, - 96396.94108747583, - 96858.34155947698, - 97233.14161339046, - 97188.12989611829 - ], - "fuel": [ - 39.685344489414845, - 39.45351769806823, - 39.32546100826911, - 39.335406378268374, - 39.48750386111449, - 39.72517273298131, - 39.918816553062236, - 39.89553322610095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 8.125, -2.5 8.75, -1.875 8.75, -1.875 8.125, -2.5 8.125))", @@ -5266,13 +3814,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 224.97118564725406, + 224.97118564725133, -471.4654319307788, - -863.3822048471839, + -863.3822048471857, -841.6033119093086, -395.4791085978163, 313.3925452102935, - 892.8205805245357, + 892.8205805245411, 841.8970470311401 ], "relative wind speed": [ @@ -5282,23 +3830,23 @@ 2.3551661729810536, 2.604167776115847, 2.9064862557413447, - 3.0933511316780735, + 3.093351131678073, 3.0803257544248517 ], "relative wind angle": [ - 0.13200677121431625, + 0.13200677121431878, 0.14203143525761291, - 0.05805846804053321, + 0.058058468040535126, 0.07286423447779486, - 0.14572129708698395, + 0.14572129708698398, 0.12532988283514437, - 0.043871461007992475, - 0.05569028810090971 + 0.04387146100798742, + 0.0556902881009097 ], "resistance": [ 96859.47118564727, 96163.03456806924, - 95771.11779515284, + 95771.11779515282, 95792.89668809071, 96239.0208914022, 96947.89254521031, @@ -5346,17 +3894,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 686.3326104398598, + 686.3326104398498, 48.22018372481989, - -582.5364985539959, + -582.5364985539986, -853.6680317057662, -760.8177057128778, -251.4290754875483, - 432.4092980939954, + 432.4092980939972, 905.1130674209694 ], "relative wind speed": [ - 3.2748125098734997, + 3.2748125098734993, 3.063179839663804, 2.799004319920129, 2.6430353557011306, @@ -5366,27 +3914,27 @@ 3.327562650718412 ], "relative wind angle": [ - 0.06115370846514693, - 0.11199104201379016, - 0.1016354399123117, + 0.06115370846515238, + 0.11199104201379018, + 0.10163543991231389, 0.02243380072331666, 0.07397190417203944, - 0.11649024140634877, - 0.08893351762806538, + 0.11649024140634878, + 0.08893351762806413, 0.017818294866186725 ], "resistance": [ - 97320.83261043986, + 97320.83261043984, 96682.72018372481, 96051.96350144601, 95780.83196829424, 95873.68229428712, 96383.07092451245, - 97066.90929809399, + 97066.909298094, 97539.61306742097 ], "fuel": [ - 41.86895157984942, + 41.868951579849416, 41.539369446223134, 41.21507558651698, 41.07613242782028, @@ -5426,9 +3974,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 299.4029825671, + 299.40298256709934, -144.006383769349, - -475.08358133124057, + -475.0835813312415, -538.4457655858844, -361.6088007293722, 45.51507685376737, @@ -5436,21 +3984,21 @@ 609.6273328605423 ], "relative wind speed": [ - 2.1645840341996205, + 2.16458403419962, 1.9168419356688897, - 1.6720213492457254, + 1.6720213492457252, 1.6013211230432978, - 1.7650980397551, + 1.7650980397550997, 2.0314310534006177, 2.2372616607642706, 2.2883980842402725 ], "relative wind angle": [ 0.13166299632519432, - 0.18027886380034708, - 0.12104046798599735, - 0.03634295062992628, - 0.16169927672944337, + 0.1802788638003471, + 0.12104046798599828, + 0.036342950629926284, + 0.1616992767294427, 0.17000749436019721, 0.09036200077982481, 0.025428353308472262 @@ -5506,34 +4054,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 544.1792125034028, + 544.1792125033962, 277.5960099901108, - -113.18846202112013, + -113.18846202112059, -411.60161538991076, -474.0062019520161, -327.03086927042796, - 27.988172717835596, - 398.94032393095836 + 27.988172717835823, + 398.9403239309577 ], "relative wind speed": [ 2.129602223756477, 2.0171919687214754, - 1.7838837982235258, + 1.7838837982235256, 1.5473292641461331, 1.4719478352034692, 1.6225820849233754, 1.8760582761269222, - 2.0754778267439273 + 2.075477826743928 ], "relative wind angle": [ - 0.022001591924225822, + 0.022001591924235918, 0.13211461362714497, 0.18545805816893857, - 0.12927143471094643, + 0.1292714347109464, 0.031834533971476925, 0.1645083513041385, - 0.17624803663021235, - 0.09625599586805296 + 0.17624803663021174, + 0.09625599586805526 ], "resistance": [ 97178.67921250341, @@ -5586,7 +4134,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 518.1074848221447, + 518.1074848221431, 146.96285695715142, -261.13644873879423, -489.3571740258242, @@ -5606,12 +4154,12 @@ 2.038323223096058 ], "relative wind angle": [ - 0.08454469958596836, + 0.084544699585971, 0.2027824981365116, - 0.2302492630986629, + 0.23024926309866287, 0.09756474123802601, 0.1291770154085978, - 0.23510659667327954, + 0.23510659667327957, 0.18852617027627666, 0.062327200453221265 ], @@ -5666,9 +4214,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 815.3462280983356, + 815.3462280982815, 509.6979960353233, - -10.012049864214987, + -10.012049864215442, -452.2938583226694, -593.9857876341067, -461.5868718331584, @@ -5676,27 +4224,27 @@ 496.0294600300617 ], "relative wind speed": [ - 2.112090440681474, + 2.1120904406814733, 1.9989954546081101, 1.687263480520808, 1.2987276132157466, 1.0932052051608834, 1.2884257148415752, 1.6760565615484813, - 1.9923178051906878 + 1.9923178051906876 ], "relative wind angle": [ - 0.002783861592396888, + 0.0027838615924766497, 0.1790828567341158, - 0.30672330853452057, - 0.2843932358330253, + 0.3067233085345217, + 0.2843932358330252, 0.005378485378339115, 0.28000943624149005, 0.3088417518960097, - 0.18393321840174556 + 0.18393321840174498 ], "resistance": [ - 97449.84622809835, + 97449.8462280983, 97144.19799603533, 96624.4879501358, 96182.20614167735, @@ -5706,7 +4254,7 @@ 97130.52946003007 ], "fuel": [ - 39.58273699339691, + 39.582736993396885, 39.42453529500088, 39.15633454697958, 38.92888289303703, @@ -5746,19 +4294,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 636.9348658477911, + 636.9348658477857, 1154.6752948495368, - 771.1754798960974, + 771.1754798960919, -29.743962775230102, - -760.1298995364414, + -760.1298995364423, -1017.726623276742, - -854.0591816132537, + -854.0591816132551, -186.993141767613 ], "relative wind speed": [ - 3.194872915625991, + 3.1948729156259903, 3.3282923134843605, - 3.235967435458335, + 3.2359674354583348, 2.957041112735569, 2.6281616906430867, 2.4570138573409324, @@ -5766,17 +4314,17 @@ 2.893156524759079 ], "relative wind angle": [ - 0.10375969083131963, - 0.009705621683178288, - 0.0882556152176183, - 0.14787037362278727, - 0.12624227198398766, - 0.01314749179629714, - 0.11088992839546659, - 0.15116036059335272 + 0.10375969083132071, + 0.00970562168317829, + 0.08825561521762083, + 0.1478703736227873, + 0.12624227198398855, + 0.013147491796297142, + 0.11088992839546759, + 0.1511603605933527 ], "resistance": [ - 97271.43486584781, + 97271.4348658478, 97789.17529484956, 97405.6754798961, 96604.75603722478, @@ -5786,7 +4334,7 @@ 96447.5068582324 ], "fuel": [ - 41.635565531019935, + 41.63556553101992, 41.9039943112891, 41.70506841705901, 41.29138695827617, @@ -5826,34 +4374,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 568.9497706297798, + 568.9497706297789, 797.5262620667222, - 412.6034506351393, + 412.6034506351384, -168.260550070288, -619.5255496448704, -717.0883306656133, - -510.08123854622, + -510.08123854621954, 15.042927547367526 ], "relative wind speed": [ - 2.7454801995969915, + 2.7454801995969906, 2.8105206618959504, 2.6888331137110457, 2.4335288910154147, 2.177570410668477, 2.092951989142121, - 2.2471428317774937, + 2.2471428317774933, 2.5213907980301857 ], "relative wind angle": [ - 0.08107509758586287, - 0.015798198241697033, - 0.10624443463615411, + 0.0810750975858615, + 0.015798198241697037, + 0.10624443463615516, 0.14799816694792053, 0.1022857796314413, 0.021215320111259015, - 0.12723141457555373, - 0.14280493389592824 + 0.127231414575552, + 0.14280493389592822 ], "resistance": [ 97203.4497706298, @@ -5906,9 +4454,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 315.5186519690292, + 315.51865196902736, 834.5848540708585, - 759.9134699814531, + 759.9134699814513, 186.45993039598397, -444.36621639932946, -787.1177170459109, @@ -5916,7 +4464,7 @@ -333.60672406874346 ], "relative wind speed": [ - 2.682073434298121, + 2.6820734342981205, 2.8610545231282134, 2.840442920169075, 2.628651130895627, @@ -5926,11 +4474,11 @@ 2.3817930866425465 ], "relative wind angle": [ - 0.1341894912094249, + 0.13418949120942572, 0.04366824215710834, - 0.06418728459166084, + 0.06418728459166258, 0.14605356551629958, - 0.1551909680030458, + 0.15519096800304577, 0.059597379147712244, 0.08585378124668545, 0.16131740063411962 @@ -5938,7 +4486,7 @@ "resistance": [ 96950.01865196906, 97469.08485407088, - 97394.41346998149, + 97394.41346998147, 96820.95993039601, 96190.1337836007, 95847.38228295412, @@ -5986,9 +4534,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 950.8439843700053, + 950.8439843699953, 1567.2282177118796, - 933.1956797589773, + 933.1956797589746, -163.43768146609273, -1101.7652026881956, -1364.041066163138, @@ -5996,27 +4544,27 @@ -142.72333744758544 ], "relative wind speed": [ - 3.8323181977085135, + 3.832318197708513, 3.9577243945220455, 3.8277808871588643, - 3.4991800724681683, + 3.499180072468168, 3.1386322416743813, 2.978941545913729, 3.144164212770553, 3.506196505817585 ], "relative wind angle": [ - 0.08976517849378993, + 0.08976517849379365, 0.000895203673786689, - 0.0911862392630394, - 0.1403189730198901, + 0.09118623926304063, + 0.14031897301988933, 0.10967728084872272, 0.0011893384697610832, 0.11108686748047351, - 0.14003632145900444 + 0.1400363214590044 ], "resistance": [ - 97585.34398437003, + 97585.34398437002, 98201.7282177119, 97567.69567975901, 96471.06231853394, @@ -6026,7 +4574,7 @@ 96491.77666255244 ], "fuel": [ - 43.21460220965257, + 43.214602209652554, 43.535007166805315, 43.2054491979859, 42.63897128087952, @@ -6066,13 +4614,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 264.89911459311315, + 264.8991145931095, 861.7869111148793, 859.4835577406666, 260.8791735014124, -443.0458221231206, -861.1117920345991, - -860.1298201868376, + -860.1298201868394, -439.58648315392156 ], "relative wind speed": [ @@ -6086,14 +4634,14 @@ 2.7446006214548904 ], "relative wind angle": [ - 0.11578664864274679, + 0.11578664864274969, 0.04487860933913322, - 0.04536439372878783, + 0.04536439372878784, 0.11605388861163246, 0.12808821227719883, 0.05737899564608139, - 0.05797345592784358, - 0.12824677469597232 + 0.0579734559278455, + 0.1282467746959723 ], "resistance": [ 96899.39911459314, @@ -6146,11 +4694,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 561.3301501762062, + 561.3301501762044, 865.0131046015536, - 498.40542970873366, + 498.4054297087332, -92.34166353923183, - -578.675886227199, + -578.6758862271986, -709.4173228459774, -535.0116438965638, -19.610977579548035 @@ -6158,7 +4706,7 @@ "relative wind speed": [ 2.414252954444982, 2.5103308142124185, - 2.3885355853022476, + 2.388535585302247, 2.09479262782642, 1.7670233978725545, 1.6276449919718385, @@ -6166,11 +4714,11 @@ 2.136078852261656 ], "relative wind angle": [ - 0.12340204333344561, - 0.008408429734773406, - 0.13734329320406727, + 0.12340204333344741, + 0.008408429734773404, + 0.1373432932040673, 0.2122881323278675, - 0.1689774497425161, + 0.16897744974251547, 0.012968603913139873, 0.18252416748972417, 0.2081241056137301 @@ -6213,52 +4761,7 @@ "id": "421", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 17.597049859979286, - 17.597049859979286, - 17.597049859979286, - 17.597049859979286, - 17.597049859979286, - 17.597049859979286, - 17.597049859979286, - 17.597049859979286 - ], - "relative wind speed": [ - 0.2824981677542114, - 0.2824981677542114, - 0.2824981677542114, - 0.2824981677542114, - 0.2824981677542114, - 0.2824981677542114, - 0.2824981677542114, - 0.2824981677542114 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 5, 1.875 5.625, 2.5 5.625, 2.5 5, 1.875 5))", @@ -6277,52 +4780,7 @@ "id": "423", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256 - ], - "relative wind speed": [ - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 6.875, 2.5 7.5, 3.125 7.5, 3.125 6.875, 2.5 6.875))", @@ -6354,9 +4812,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 372.8726407640904, + 372.8726407640879, 320.443527466673, - 62.169825192410826, + 62.16982519240992, -212.2867025863079, -351.77443201997255, -329.3616808327066, @@ -6364,7 +4822,7 @@ 153.2455229792231 ], "relative wind speed": [ - 1.9691539369647029, + 1.9691539369647024, 1.9480117905316614, 1.8070911267544834, 1.612462087743235, @@ -6374,14 +4832,14 @@ 1.8615899034222294 ], "relative wind angle": [ - 0.03431821964755051, + 0.034318219647553744, 0.06451625167640562, - 0.13609492870810477, + 0.13609492870810638, 0.13757916583828397, 0.045692850940870666, - 0.08343992506960608, - 0.14705167029814387, - 0.11907319360272287 + 0.08343992506960607, + 0.1470516702981439, + 0.11907319360272288 ], "resistance": [ 97007.3726407641, @@ -6434,9 +4892,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 272.5487958103636, + 272.548795810362, 544.6887114935189, - 407.1130979487243, + 407.11309794872386, 36.38145825523043, -322.3361257126612, -475.2405040897987, @@ -6444,9 +4902,9 @@ -120.0866343135558 ], "relative wind speed": [ - 2.005433658700787, + 2.0054336587007864, 2.121713557891788, - 2.0703289772729594, + 2.070328977272959, 1.871290259056304, 1.6148169461767323, 1.4586738865722315, @@ -6454,14 +4912,14 @@ 1.7685221783937457 ], "relative wind angle": [ - 0.1357875118798674, - 0.024633499551399922, + 0.13578751187986904, + 0.02463349955139992, 0.09557474938467156, - 0.17818064781141255, + 0.17818064781141257, 0.16891829509679476, 0.03583469284990155, - 0.12943020940095193, - 0.18865570602001616 + 0.12943020940095196, + 0.18865570602001613 ], "resistance": [ 96907.04879581035, @@ -6514,9 +4972,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 112.58180937517159, + 112.58180937517136, 785.667803455689, - 1066.8948533258413, + 1066.89485332584, 572.0614573351702, -126.88698777186619, -655.491586177259, @@ -6524,9 +4982,9 @@ -511.48734774776767 ], "relative wind speed": [ - 1.935167251170904, + 1.9351672511709037, 2.276384206301718, - 2.3675104952740362, + 2.367510495274036, 2.183236435951402, 1.7769081901213655, 1.3116211158047257, @@ -6535,12 +4993,12 @@ ], "relative wind angle": [ 0.32346047242322684, - 0.16576712467251814, + 0.16576712467251817, 0.03543684391720622, 0.22836258288304295, 0.3534733581286258, 0.2904478776074373, - 0.07371419716878128, + 0.07371419716878126, 0.34499959623533344 ], "resistance": [ @@ -6594,9 +5052,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -165.84754331315753, + -165.84754331315776, 510.69331533911213, - 1014.498548523547, + 1014.4985485235434, 796.4887691085692, 154.76413649586289, -463.60551491048454, @@ -6604,29 +5062,29 @@ -656.4189754823876 ], "relative wind speed": [ - 1.7186029855909355, + 1.7186029855909353, 2.1286861561200277, 2.327028944683666, 2.255477573528231, 1.9338358884342648, - 1.4703784255154722, + 1.470378425515472, 1.1305988484351306, 1.2673351493545906 ], "relative wind angle": [ - 0.35644518417281273, + 0.35644518417281307, 0.23934197592841863, - 0.048992618256939374, + 0.04899261825694391, 0.1528762869167677, 0.31530666641114685, - 0.35032151660351474, + 0.35032151660351407, 0.10096906067482399, 0.27444788917014146 ], "resistance": [ 96468.65245668686, 97145.19331533913, - 97648.99854852357, + 97648.99854852355, 97430.98876910859, 96789.26413649588, 96170.89448508954, @@ -6636,7 +5094,7 @@ "fuel": [ 39.218077433354864, 39.56701714321754, - 39.82797132792668, + 39.827971327926676, 39.71493366438568, 39.38322711526288, 39.06504245025047, @@ -6674,17 +5132,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -491.3067730305497, + -491.3067730305502, -635.4321182538112, - -480.54507262756294, + -480.5450726275632, -2.7579534598194186, - 560.2856497295197, + 560.2856497295202, 892.9095078263229, 544.3678991991565, -20.64635606825891 ], "relative wind speed": [ - 1.2773253284522061, + 1.277325328452206, 1.062236671209439, 1.2893970826319558, 1.7091601069187583, @@ -6694,13 +5152,13 @@ 1.6962927481146248 ], "relative wind angle": [ - 0.3051043753296325, + 0.30510437532963325, 0.006399066366532897, - 0.3099758371774924, + 0.3099758371774931, 0.3272729867030044, - 0.18908899857928835, - 0.0031453117982076103, - 0.19461988688837484, + 0.18908899857928774, + 0.0031453117982076107, + 0.1946198868883748, 0.329849273425428 ], "resistance": [ @@ -6754,9 +5212,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -649.232732483242, + -649.2327324832424, -671.7306125544133, - -334.0160353891986, + -334.0160353891988, 260.3601849397728, 809.4057510697394, 860.862389487377, @@ -6764,9 +5222,9 @@ -263.6076330065267 ], "relative wind speed": [ - 1.1770164659047921, + 1.177016465904792, 1.1436254212271855, - 1.5135241056060433, + 1.5135241056060431, 1.9386182207905909, 2.2024309818291377, 2.21995290190013, @@ -6774,14 +5232,14 @@ 1.5741122529065674 ], "relative wind angle": [ - 0.21208081733553683, + 0.21208081733553788, 0.16844666142494139, - 0.34994293451573505, + 0.3499429345157351, 0.2834160327124209, - 0.11273047199763318, - 0.08647450847110895, - 0.26431010801865046, - 0.35158958031830573 + 0.1127304719976332, + 0.08647450847110896, + 0.2643101080186504, + 0.3515895803183058 ], "resistance": [ 95985.26726751677, @@ -6834,13 +5292,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -552.9995965820674, + -552.9995965820676, -658.222294423183, - -446.1410461167237, + -446.1410461167238, 68.65559371745167, 625.7271332049438, 867.6595032692283, - 468.81452626143096, + 468.8145262614305, -108.87241097293713 ], "relative wind speed": [ @@ -6850,17 +5308,17 @@ 1.833802525945751, 2.1347049790157806, 2.2191882418895683, - 2.061760060661922, + 2.0617600606619217, 1.7117025616761603 ], "relative wind angle": [ - 0.2501756683496241, + 0.250175668349625, 0.054681597340205765, - 0.29582376542658867, + 0.2958237654265887, 0.2904715463865989, 0.15339841526604905, 0.028808955916505983, - 0.20345098789173013, + 0.20345098789172958, 0.31186473711621243 ], "resistance": [ @@ -6914,34 +5372,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -644.9380784274753, + -644.9380784274756, -610.8215371650523, -226.8010260478835, 362.8815527980669, - 853.9038512168402, + 853.9038512168393, 775.8642895881276, 236.10485634310044, -332.5142250803592 ], "relative wind speed": [ - 1.050561310839706, + 1.0505613108397058, 1.1047927295547566, - 1.5183885693924755, - 1.9294943325812022, + 1.5183885693924752, + 1.929494332581202, 2.1546648899221457, 2.127367594098256, 1.8549274940101363, 1.4224315365716107 ], "relative wind angle": [ - 0.17059645518966385, + 0.17059645518966451, 0.24411119559219918, - 0.3748837285614712, - 0.27247212213175065, - 0.08287055918390286, + 0.37488372856147123, + 0.2724721221317502, + 0.0828705591839042, 0.12584938020362585, 0.30441094252516016, - 0.3736817670033235 + 0.37368176700332356 ], "resistance": [ 95989.56192157253, @@ -6994,32 +5452,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -382.41489719280935, + -382.4148971928098, -646.2247850098342, - -585.0765265976914, - -186.9682864109427, + -585.0765265976918, + -186.96828641094316, 381.6900346803727, 818.8344514097407, 678.5982083366448, 149.75087553628532 ], "relative wind speed": [ - 1.491071308271308, + 1.4910713082713076, 1.1960258295168544, - 1.2820775647817753, - 1.654724403708681, + 1.282077564781775, + 1.6547244037086808, 2.018060676303277, 2.205761717575149, 2.156881929423765, 1.886199800488405 ], "relative wind angle": [ - 0.30194437860181605, - 0.10117895934872989, - 0.21423103886891232, - 0.310941227704152, - 0.22152861218231432, - 0.05479592768967907, + 0.30194437860181644, + 0.1011789593487299, + 0.21423103886891287, + 0.31094122770415167, + 0.22152861218231434, + 0.05479592768967908, 0.12670856300294314, 0.27173993182173944 ], @@ -7074,9 +5532,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -587.9756769019083, + -587.9756769019087, -711.1531061825639, - -475.67168035420445, + -475.67168035420457, 94.82469433453275, 722.3273137086255, 1005.4770708512815, @@ -7084,9 +5542,9 @@ -92.13847194115306 ], "relative wind speed": [ - 1.2128018469335993, + 1.212801846933599, 1.0232543376482202, - 1.340261331031856, + 1.3402613310318559, 1.8110053108573745, 2.151369313909947, 2.247716353378025, @@ -7094,14 +5552,14 @@ 1.6791480008639172 ], "relative wind angle": [ - 0.3218049272382841, + 0.3218049272382848, 0.06887645710381697, - 0.3688137309539375, - 0.3452443291249026, - 0.17925614746832488, + 0.36881373095393755, + 0.34524432912490266, + 0.1792561474683249, 0.03133578158306408, 0.2350871825395505, - 0.37363494491740534 + 0.3736349449174054 ], "resistance": [ 96046.52432309809, @@ -7154,34 +5612,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -594.9699070503091, + -594.9699070503098, -831.7254651406101, - -683.7029416359392, + -683.7029416359394, -112.15999868150448, 605.2979384893881, 1076.0842125831743, 734.762723305829, - 35.26534700008301 + 35.26534700008392 ], "relative wind speed": [ - 1.6779156222278666, + 1.6779156222278662, 1.428037499243937, 1.6007232783134389, 2.0194286972106408, 2.3871952354687562, 2.544564958556605, 2.439628437657369, - 2.106183673007459 + 2.1061836730074592 ], "relative wind angle": [ - 0.2571431156249168, + 0.25714311562491726, 0.0315596060523022, - 0.22876229540878526, - 0.2801748049811224, - 0.1797218351123548, + 0.22876229540878576, + 0.28017480498112246, + 0.17972183511235482, 0.017709579472863318, 0.14934755909515354, - 0.26834233953439984 + 0.2683423395344003 ], "resistance": [ 96039.53009294969, @@ -7234,9 +5692,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -557.177836823864, + -557.1778368238643, -707.2236952620858, - -511.06490666874345, + -511.0649066687437, 36.65885486211778, 668.8868333181019, 1014.738023703555, @@ -7246,22 +5704,22 @@ "relative wind speed": [ 1.2580423635289224, 1.0313406166886359, - 1.3100344836291986, - 1.7770790172499713, + 1.3100344836291984, + 1.777079017249971, 2.13178883180818, 2.2502290426140674, 2.10023900153242, - 1.7231321418583647 + 1.723132141858365 ], "relative wind angle": [ - 0.3325315694074675, + 0.3325315694074681, 0.027904911930085288, - 0.3517546556487207, - 0.3501176983101296, + 0.3517546556487204, + 0.35011769831012934, 0.19385361194664846, 0.012788261996316223, - 0.216601720142905, - 0.36157420045171806 + 0.21660172014290502, + 0.36157420045171873 ], "resistance": [ 96077.32216317617, @@ -7314,17 +5772,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -652.8915958912102, + -652.8915958912103, -848.8387726352397, -655.8902308498896, -29.349840888668496, - 714.3789741556482, + 714.3789741556477, 1164.4313215582572, 718.7858638082432, -24.368142069808073 ], "relative wind speed": [ - 1.5589815348754303, + 1.5589815348754301, 1.3203184088796684, 1.5562223903478887, 2.017096526334807, @@ -7334,14 +5792,14 @@ 2.020107418768038 ], "relative wind angle": [ - 0.2788955392700123, + 0.2788955392700127, 0.0011952291428391426, - 0.2779116661800064, - 0.3048188137892336, - 0.18044031780256703, + 0.27791166618000634, + 0.30481881378923364, + 0.18044031780256767, 0.0006234865668643393, 0.1793555920053912, - 0.30434991324583366 + 0.3043499132458337 ], "resistance": [ 95981.6084041088, @@ -7394,9 +5852,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -763.0871377264085, + -763.0871377264091, -730.8250288131063, - -282.56525376937407, + -282.5652537693744, 416.72819478448173, 1007.4783886024563, 933.6921761712435, @@ -7404,9 +5862,9 @@ -382.4350767380156 ], "relative wind speed": [ - 1.1463853513280908, + 1.1463853513280904, 1.1935957047178347, - 1.6420076522284124, + 1.6420076522284122, 2.0937804080028823, 2.345038328855779, 2.321364562325674, @@ -7414,13 +5872,13 @@ 1.5586814108744664 ], "relative wind angle": [ - 0.1798938991886639, + 0.17989389918866389, 0.2386116660747381, 0.37674157802886876, 0.27680226639210603, 0.08758051599016624, 0.12182921539816263, - 0.30229366238700894, + 0.302293662387009, 0.37588842042871307 ], "resistance": [ @@ -7474,17 +5932,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -678.4515375320129, + -678.4515375320137, -736.5826580609452, - -416.78056961077743, + -416.78056961077766, 202.38887122203573, 806.0635419533432, 939.2301430148859, - 421.6983582652226, + 421.6983582652231, -232.41026208518883 ], "relative wind speed": [ - 1.3194178904502385, + 1.3194178904502383, 1.2405960270252254, 1.5781272073442238, 2.009418623580221, @@ -7494,13 +5952,13 @@ 1.7255833010572434 ], "relative wind angle": [ - 0.21784930174181927, - 0.12006766573055278, - 0.31925854262502534, + 0.21784930174182135, + 0.12006766573055279, + 0.319258542625026, 0.2782240371298132, 0.12448816582461132, - 0.0635419081660886, - 0.2350073103301675, + 0.06354190816608861, + 0.23500731033016703, 0.32554414461829434 ], "resistance": [ @@ -7554,31 +6012,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -716.5055911207278, + -716.5055911207281, -688.987271999489, -266.8993347998771, 396.69032068545425, - 962.677924259254, + 962.6779242592531, 899.726097858246, 294.9728429162967, -351.4209035208013 ], "relative wind speed": [ - 1.0702879143634778, + 1.0702879143634776, 1.1132674055465486, - 1.5628012899589074, + 1.5628012899589072, 2.012405385349136, - 2.262750039130357, + 2.2627500391303577, 2.24191651114947, 1.9553020450354293, 1.4885491339672845 ], "relative wind angle": [ - 0.1965821037928633, + 0.1965821037928639, 0.25205906929133787, 0.3952223059502073, 0.2888761454364145, - 0.09251815531396274, + 0.09251815531396514, 0.12416246454364187, 0.31280326616069465, 0.3953481702997961 @@ -7634,17 +6092,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -414.55571195077744, + -414.55571195077835, -612.5319077143718, - -526.0385170029056, + -526.0385170029058, -128.92958929452698, - 392.4790955499809, + 392.47909554998046, 753.7343048806631, 554.1337812328611, 56.449270369332226 ], "relative wind speed": [ - 1.5585948832835683, + 1.5585948832835679, 1.3433970943688556, 1.453469631677822, 1.7811382577133628, @@ -7654,12 +6112,12 @@ 1.902696977683496 ], "relative wind angle": [ - 0.2325253750494175, + 0.232525375049418, 0.04664461625211876, - 0.1872469651272151, - 0.2526796691824492, - 0.17279422678894074, - 0.02805061889584633, + 0.1872469651272157, + 0.25267966918244916, + 0.17279422678894138, + 0.028050618895846334, 0.12539768582832314, 0.23621824377278955 ], @@ -7701,52 +6159,7 @@ "id": "453", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 39.48080896912097, - 39.48080896912097, - 39.48080896912097, - 39.48080896912097, - 39.48080896912097, - 39.48080896912097, - 39.48080896912097, - 39.48080896912097 - ], - "relative wind speed": [ - 0.42314452358717636, - 0.42314452358717636, - 0.42314452358717636, - 0.42314452358717636, - 0.42314452358717636, - 0.42314452358717636, - 0.42314452358717636, - 0.42314452358717636 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -5.625, -5 -5.3125, -4.6875 -5.3125, -4.6875 -5.625, -5 -5.625))", @@ -7778,9 +6191,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -609.6508149811706, + -609.6508149811714, -593.5222180391968, - -261.38996586992766, + -261.3899658699279, 265.5766007328539, 707.2722183353051, 670.1766034640575, @@ -7788,7 +6201,7 @@ -314.2271904377719 ], "relative wind speed": [ - 1.3724957878280262, + 1.372495787828026, 1.3931362925255515, 1.6944844913756594, 2.032251753761668, @@ -7798,12 +6211,12 @@ 1.6533192744449328 ], "relative wind angle": [ - 0.1140082106797026, + 0.11400821067970454, 0.14009146678557094, - 0.25732816324104635, + 0.2573281632410468, 0.20582439094187585, 0.07002552898510084, - 0.08778915316706407, + 0.08778915316706408, 0.21754253759047962, 0.25393609576041176 ], @@ -7858,9 +6271,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -609.0476335593901, + -609.0476335593906, -573.0910755519341, - -222.03594001562533, + -222.03594001562556, 305.1394505157798, 727.5472495595943, 644.9105057067218, @@ -7868,9 +6281,9 @@ -339.1755004115324 ], "relative wind speed": [ - 1.3092119713496408, + 1.3092119713496404, 1.3567842632261786, - 1.6769377126905303, + 1.67693771269053, 2.0146604513633624, 2.2024422913820083, 2.173459108392665, @@ -7878,14 +6291,14 @@ 1.5830133601791283 ], "relative wind angle": [ - 0.1027917363752634, - 0.16421608640377014, + 0.10279173637526448, + 0.1642160864037701, 0.27045047467169375, - 0.20584749441926375, + 0.20584749441926378, 0.061033492794711396, 0.10222992979072885, 0.23338727243918742, - 0.2631574604646079 + 0.263157460464608 ], "resistance": [ 96025.45236644059, @@ -7925,52 +6338,7 @@ "id": "456", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 33.34569591440435, - 33.34569591440435, - 33.34569591440435, - 33.34569591440435, - 33.34569591440435, - 33.34569591440435, - 33.34569591440435, - 33.34569591440435 - ], - "relative wind speed": [ - 0.3888799890330107, - 0.3888799890330107, - 0.3888799890330107, - 0.3888799890330107, - 0.3888799890330107, - 0.3888799890330107, - 0.3888799890330107, - 0.3888799890330107 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -5.3125, -4.0625 -5, -3.75 -5, -3.75 -5.3125, -4.0625 -5.3125))", @@ -8002,9 +6370,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -472.97181947728666, + -472.9718194772894, -383.8354526129266, - -57.383476983175115, + -57.38347698317557, 337.36705880456816, 580.8991816557584, 373.94311662774635, @@ -8012,7 +6380,7 @@ -358.47538479363936 ], "relative wind speed": [ - 1.3071943305307205, + 1.3071943305307203, 1.4250768761611152, 1.6971171414967605, 1.9388912960941258, @@ -8022,14 +6390,14 @@ 1.4500412347975487 ], "relative wind angle": [ - 0.011607457393554349, + 0.011607457393563914, 0.17465740126364918, - 0.21699583331233402, + 0.21699583331233505, 0.13923721283202245, 0.007445297855468867, - 0.12685867118665528, + 0.1268586711866553, 0.21321224915236753, - 0.18665907060174677 + 0.1866590706017468 ], "resistance": [ 96161.52818052273, @@ -8082,9 +6450,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -453.0813929658773, + -453.0813929658792, -370.7178641965377, - -60.722021424514196, + -60.72202142451442, 318.7673481998877, 557.3453130525454, 366.3305284623568, @@ -8092,7 +6460,7 @@ -337.773193199116 ], "relative wind speed": [ - 1.2527076123876717, + 1.2527076123876713, 1.3660359173257652, 1.6358004249696525, 1.8773065051266853, @@ -8102,14 +6470,14 @@ 1.399770739927414 ], "relative wind angle": [ - 0.016301586246789696, + 0.016301586246796503, 0.17822854503665156, - 0.223718655243702, + 0.22371865524370252, 0.14489321789289894, 0.010321375873724925, 0.12767590532502401, 0.21831132155877664, - 0.1948758366495621 + 0.19487583664956212 ], "resistance": [ 96181.41860703414, @@ -8162,7 +6530,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -525.5516894078964, + -525.5516894079033, -407.53775881934325, -33.19810516322764, 394.47412249872673, @@ -8172,7 +6540,7 @@ -425.32363085959855 ], "relative wind speed": [ - 1.5381397403767918, + 1.5381397403767914, 1.6681115570177973, 1.9335119599342694, 2.161840375715072, @@ -8182,9 +6550,9 @@ 1.6530008641776968 ], "relative wind angle": [ - 0.006098335270012503, + 0.006098335270030709, 0.1544119264087846, - 0.18383163058531754, + 0.1838316305853175, 0.11277663387478416, 0.004178173190969375, 0.1196011411427549, @@ -8192,7 +6560,7 @@ 0.14771657438216998 ], "resistance": [ - 96108.9483105921, + 96108.94831059208, 96226.96224118065, 96601.30189483675, 97028.97412249871, @@ -8202,7 +6570,7 @@ 96209.17636914039 ], "fuel": [ - 39.24834913976533, + 39.24834913976532, 39.30893663176913, 39.50146279056878, 39.722056515031525, @@ -8242,33 +6610,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -593.3359560472553, + -593.3359560472556, -485.7411832932612, - -70.8188956549526, + -70.81889565495294, 459.00969585256735, 817.0790488412654, 569.6252542812049, - 53.382423725941635, + 53.38242372594186, -411.03233893972595 ], "relative wind speed": [ - 1.0128810480115666, + 1.0128810480115662, 1.1829159539843366, - 1.5861624226881736, + 1.5861624226881734, 1.929168153749972, 2.076125488717905, 1.9841710884231976, - 1.6793790016482741, + 1.679379001648274, 1.270643654563345 ], "relative wind angle": [ 0.048692703406421796, 0.2926591682917225, - 0.34198354143796755, + 0.34198354143796783, 0.21468630724635718, 0.023748595221376446, - 0.17285601115443364, - 0.3222925910063917, + 0.17285601115443366, + 0.322292591006391, 0.3293749795218991 ], "resistance": [ @@ -8322,17 +6690,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -602.0001084111213, + -602.000108411122, -402.0805373062733, - 77.57800171354279, + 77.57800171354256, 599.8933207506932, 828.2012864543638, 450.77035176956747, - -89.60866669497909, + -89.6086666949792, -502.6196745634704 ], "relative wind speed": [ - 1.0022342781443556, + 1.0022342781443554, 1.2799068195486891, 1.6964690130192916, 1.9994313493289355, @@ -8342,14 +6710,14 @@ 1.161098249557522 ], "relative wind angle": [ - 0.06642620497319836, + 0.0664262049732017, 0.34243409979004225, - 0.3247268856460497, + 0.32472688564605007, 0.16869000127853015, 0.03193361694700771, 0.2250892182213531, - 0.35175214526062687, - 0.2932984378255968 + 0.3517521452606272, + 0.2932984378255967 ], "resistance": [ 96032.4998915889, @@ -8402,9 +6770,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -561.9981868633879, + -561.9981868633888, -398.45145484900144, - 44.656727433343804, + 44.65672743334369, 555.3813703829953, 830.2135304818694, 488.57954611383616, @@ -8412,7 +6780,7 @@ -442.86116846356316 ], "relative wind speed": [ - 0.8489327623832729, + 0.8489327623832725, 1.122229052559485, 1.5590315944469078, 1.8836584123577789, @@ -8422,12 +6790,12 @@ 1.0630219187833472 ], "relative wind angle": [ - 0.03799008028136541, - 0.38948183998339975, - 0.37455322987824347, + 0.03799008028137126, + 0.3894818399833998, + 0.3745532298782441, 0.2034119122494436, 0.016208682366695988, - 0.2325509136557699, + 0.23255091365576994, 0.3902908134223556, 0.3660846317370769 ], @@ -8482,9 +6850,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -613.4864199211478, + -613.4864199211484, -357.612574390184, - 169.2466288534407, + 169.24662885344026, 712.6846595795693, 879.1889576378516, 436.3730240865535, @@ -8492,9 +6860,9 @@ -540.9486434154688 ], "relative wind speed": [ - 0.8810039160646781, + 0.8810039160646778, 1.247992666149513, - 1.7055913242742877, + 1.7055913242742875, 2.009754436804853, 2.0701977551016357, 1.8720045273946804, @@ -8502,13 +6870,13 @@ 1.0113227719637072 ], "relative wind angle": [ - 0.14661212333781334, + 0.14661212333781562, 0.4239476582559148, - 0.3577986250516826, + 0.35779862505168325, 0.1656332374283635, - 0.062209837256261495, + 0.06220983725626149, 0.2777982169843248, - 0.41927671782540876, + 0.4192767178254088, 0.33381754790990953 ], "resistance": [ @@ -8549,52 +6917,7 @@ "id": "464", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.03052447019519, - 49.03052447019519, - 49.03052447019519, - 49.03052447019519, - 49.03052447019519, - 49.03052447019519, - 49.03052447019519, - 49.03052447019519 - ], - "relative wind speed": [ - 0.47155132827045343, - 0.47155132827045343, - 0.47155132827045343, - 0.47155132827045343, - 0.47155132827045343, - 0.47155132827045343, - 0.47155132827045343, - 0.47155132827045343 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -5.9375, -4.0625 -5.625, -3.75 -5.625, -3.75 -5.9375, -4.0625 -5.9375))", @@ -8626,34 +6949,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -647.5011274830331, + -647.501127483035, -556.5685372717753, - -138.07673776818, + -138.07673776818024, 410.75411937052627, - 789.9212435246736, + 789.9212435246704, 579.890822613128, - 56.243627117335336, + 56.24362711733511, -439.74727283078414 ], "relative wind speed": [ - 1.417436890437516, + 1.4174368904375159, 1.5276574346814418, - 1.857117067834984, + 1.8571170678349838, 2.168254897796495, 2.314607557570709, 2.2433899006189573, - 1.9793058581969105, + 1.9793058581969107, 1.632545920370428 ], "relative wind angle": [ - 0.04434873417572971, + 0.04434873417573472, 0.17963920246951948, - 0.24411207176617958, - 0.16765774715472825, - 0.02715304813115756, - 0.12197235419137256, - 0.22876434492059022, - 0.22348755301375117 + 0.24411207176617955, + 0.16765774715472828, + 0.02715304813116165, + 0.12197235419137258, + 0.22876434492059072, + 0.22348755301375114 ], "resistance": [ 95986.99887251698, @@ -8706,19 +7029,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -659.0037456105435, + -659.0037456105442, -565.2042417195491, - -128.21387965533904, + -128.21387965533927, 458.48807971270594, 880.9948719483561, 665.7165563169053, - 105.08173483740916, + 105.08173483740893, -424.83131000079516 ], "relative wind speed": [ - 1.1023906525122862, + 1.1023906525122857, 1.2411855079244476, - 1.6520923245916277, + 1.6520923245916275, 2.0212484744945223, 2.194151955605571, 2.1187322836905436, @@ -8726,13 +7049,13 @@ 1.3943179549112106 ], "relative wind angle": [ - 0.07873114018749382, + 0.07873114018749522, 0.26517632504599326, - 0.3372917019213637, + 0.33729170192136404, 0.22345336609136604, 0.039525710696574984, 0.15413975226647045, - 0.3056974780209654, + 0.30569747802096575, 0.327034676352188 ], "resistance": [ @@ -8786,33 +7109,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -658.3482630667172, + -658.3482630667178, -612.8860952534947, - -226.32451420956136, + -226.32451420956158, 345.33539272496296, - 797.6611147341339, + 797.6611147341366, 693.2393161843154, - 171.0994853360162, + 171.09948533601573, -373.8020963988681 ], "relative wind speed": [ - 1.3239523955195154, + 1.3239523955195152, 1.383036506196764, - 1.7261254027955992, + 1.726125402795599, 2.0804175663836117, - 2.2734702146679533, + 2.273470214667953, 2.238018495256744, 1.9854490314304074, 1.6103973149712778 ], "relative wind angle": [ - 0.10152103570327209, + 0.10152103570327319, 0.17576218258924, - 0.27949446914880005, + 0.2794944691488001, 0.20897241840298453, - 0.059053456501547134, - 0.10826943185849591, - 0.24219881798299983, + 0.059053456501543374, + 0.10826943185849593, + 0.24219881798300028, 0.2713204186901992 ], "resistance": [ @@ -8866,9 +7189,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -652.8449905170291, + -652.8449905170521, -523.0233887604509, - -67.43243632191047, + -67.43243632191115, 468.0304179245379, 782.7067698221583, 479.7029477318972, @@ -8876,7 +7199,7 @@ -514.8892737097524 ], "relative wind speed": [ - 1.7330313039550793, + 1.733031303955079, 1.8651902191183818, 2.1563692406480555, 2.414627608890235, @@ -8886,9 +7209,9 @@ 1.8713311570199211 ], "relative wind angle": [ - 0.0022035315618190096, + 0.0022035315618693934, 0.147449983672008, - 0.18249750142057916, + 0.18249750142058038, 0.11598261419919002, 0.001517962569654356, 0.113507068572899, @@ -8896,7 +7219,7 @@ 0.14988063234177135 ], "resistance": [ - 95981.65500948296, + 95981.65500948293, 96111.47661123953, 96567.06756367808, 97102.53041792453, @@ -8906,7 +7229,7 @@ 96119.61072629024 ], "fuel": [ - 39.5226586478701, + 39.52265864787009, 39.58924947231968, 39.823436976624976, 40.099668378597705, @@ -8946,17 +7269,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -832.2699030055353, + -832.2699030055467, -684.1550354247156, - -119.61208879126843, + -119.61208879126934, 570.7585390799559, 1002.7955096107653, 658.4695450647359, - -18.040107090375386, + -18.04010709037584, -623.2098801556913 ], "relative wind speed": [ - 1.8147592827153094, + 1.8147592827153092, 1.9572530040082219, 2.302324327679313, 2.61570303052443, @@ -8966,17 +7289,17 @@ 2.00077143313699 ], "relative wind angle": [ - 0.01471073887235325, - 0.15962738022169165, - 0.2041075893889846, - 0.13376967727178563, + 0.014710738872375891, + 0.15962738022169162, + 0.20410758938898568, + 0.13376967727178565, 0.009714581923858883, - 0.11774020717364328, - 0.19951152757215926, - 0.17525812666909754 + 0.1177402071736433, + 0.1995115275721598, + 0.17525812666909757 ], "resistance": [ - 95802.23009699446, + 95802.23009699445, 95950.34496457528, 96514.88791120873, 97205.25853907995, @@ -8986,7 +7309,7 @@ 96011.29011984431 ], "fuel": [ - 39.68560445616235, + 39.685604456162345, 39.76148479940702, 40.05145286753827, 40.407662100195196, @@ -9026,17 +7349,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -850.2385425674729, + -850.2385425674738, -745.5412773245789, - -218.89200292444139, + -218.89200292444184, 478.79125384044346, 960.1190464034107, 716.0406400809438, - 57.83502519954436, + 57.83502519954527, -579.9369056561773 ], "relative wind speed": [ - 2.060069542439926, + 2.0600695424399253, 2.151135211182761, 2.4535431481486607, 2.757835720394298, @@ -9048,11 +7371,11 @@ "relative wind angle": [ 0.032259060269343075, 0.1178270241098661, - 0.17371000393377226, + 0.1737100039337729, 0.12610005908604605, - 0.022851705575878865, - 0.08912170107329287, - 0.16482310584439627, + 0.02285170557587887, + 0.08912170107329288, + 0.16482310584439558, 0.1542856805767135 ], "resistance": [ @@ -9106,34 +7429,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -842.301974236784, + -842.3019742367892, -630.1006147529727, -20.93443325646149, 654.7291276084466, 990.3650059376314, 556.8228150087375, -134.8487070030751, - -698.3412206856526 + -698.3412206856528 ], "relative wind speed": [ - 1.972427228802555, + 1.9724272288025544, 2.1469751663239096, 2.480509178863042, 2.7598229888640033, 2.853625739249528, 2.7247287328865526, 2.4250202568649475, - 2.1016722158240797 + 2.10167221582408 ], "relative wind angle": [ - 0.014299293962095148, + 0.01429929396210291, 0.15503077572373633, - 0.17858481475419102, - 0.10586745194878248, + 0.17858481475419105, + 0.10586745194878247, 0.009883501681031437, - 0.12197138765033469, + 0.12197138765033468, 0.18271671905255937, - 0.1392101127191194 + 0.139210112719121 ], "resistance": [ 95792.19802576324, @@ -9186,34 +7509,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -710.2442670187627, + -710.244267018765, -476.9797518284681, - 67.63999399523414, + 67.63999399523345, 635.6079059194901, - 851.6283131844509, + 851.6283131844473, 433.5879528785015, -165.11445054038472, -616.8214225666818 ], "relative wind speed": [ - 1.5448922969486367, + 1.5448922969486363, 1.7657064981684072, - 2.1181053720967538, + 2.1181053720967533, 2.3855623751310526, 2.4547362697974444, 2.30102214803686, - 1.9814267576989009, - 1.6497013419978166 + 1.9814267576989006, + 1.6497013419978164 ], "relative wind angle": [ - 0.04538555138065256, - 0.21195205660044072, - 0.21660689757153273, - 0.1144047351535372, - 0.02855754757811018, + 0.045385551380657446, + 0.21195205660044075, + 0.21660689757153168, + 0.11440473515353719, + 0.028557547578114066, 0.16213742923906502, - 0.23181259351014405, - 0.16583419131263455 + 0.23181259351014305, + 0.16583419131263388 ], "resistance": [ 95924.25573298124, @@ -9266,17 +7589,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -817.4048191119141, + -817.4048191119703, -655.393798315439, - -85.08602657584379, + -85.08602657584424, 587.5989693415013, - 985.5542062754207, + 985.5542062753611, 607.8117044622904, -61.61069691218654, -641.3215337222921 ], "relative wind speed": [ - 1.8912808117550712, + 1.891280811755071, 2.041768044132607, 2.374330872465357, 2.6688069259689486, @@ -9286,31 +7609,31 @@ 2.0514720885198945 ], "relative wind angle": [ - 0.0031760376097211126, - 0.1532104459296934, - 0.18925339953454162, - 0.1202279179750517, - 0.0021571227540436687, - 0.116695941007752, + 0.003176037609825982, + 0.15321044592969343, + 0.1892533995345422, + 0.12022791797505171, + 0.0021571227540951366, + 0.11669594100775202, 0.18830623640998706, 0.15667086190257534 ], "resistance": [ - 95817.0951808881, + 95817.09518088803, 95979.10620168457, 96549.41397342416, 97222.0989693415, - 97620.05420627542, + 97620.05420627537, 97242.31170446229, 96572.88930308781, 95993.1784662777 ], "fuel": [ - 39.790547176340894, + 39.790547176340866, 39.87355977183777, 40.16655599855255, 40.51370429654344, - 40.71986725018249, + 40.71986725018245, 40.52416141241845, 40.17864240854608, 39.880774849562975 @@ -9346,9 +7669,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -853.943029819982, + -853.9430298204204, -681.1685535187203, - -82.32762326340617, + -82.32762326340708, 617.0353387847013, 1023.7307949151091, 620.2436793270831, @@ -9356,7 +7679,7 @@ -678.9319925107022 ], "relative wind speed": [ - 2.0028518648704208, + 2.0028518648704203, 2.155250441365878, 2.4862164932576443, 2.7784983677009345, @@ -9366,17 +7689,17 @@ 2.156713282124099 ], "relative wind angle": [ - 0.0004550134840641213, + 0.0004550134847961148, 0.1459747500783198, - 0.17965470034942685, + 0.1796547003494275, 0.11353691417657401, 0.0003151872614060392, 0.11302370875392538, - 0.17952379697213916, + 0.1795237969721392, 0.14647905201923503 ], "resistance": [ - 95780.55697018003, + 95780.55697017959, 95953.3314464813, 96552.1723767366, 97251.53533878471, @@ -9386,7 +7709,7 @@ 95955.56800748932 ], "fuel": [ - 39.966919415946585, + 39.96691941594635, 40.05542705246796, 40.36305657599266, 40.72401429473614, @@ -9426,9 +7749,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -713.6363651325648, + -713.6363651325657, -622.1224511693006, - -172.65095017585554, + -172.65095017585577, 423.196184909626, 837.77525810923, 625.6371154971025, @@ -9446,12 +7769,12 @@ 1.8597259344780224 ], "relative wind angle": [ - 0.04080775444784604, - 0.14842683389698533, - 0.21161627319725784, - 0.14997469886741568, + 0.04080775444784877, + 0.14842683389698536, + 0.2116162731972584, + 0.1499746988674157, 0.026769680678669246, - 0.1057081090111935, + 0.10570810901119351, 0.1987141296654916, 0.19156111698268352 ], @@ -9506,34 +7829,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -816.0093177075692, + -816.0093177075707, -831.5665643066463, - -428.1773562531828, - 270.21943557171653, + -428.17735625318323, + 270.2194355717156, 889.8667326472296, 925.7968284289614, 331.16367328829483, - -376.2183248982576 + -376.21832489825806 ], "relative wind speed": [ - 1.7943344931364775, + 1.7943344931364773, 1.778731046410166, - 2.0775702528528424, - 2.44985914492952, + 2.077570252852842, + 2.4498591449295195, 2.6894366100491607, 2.6997817351164985, 2.4771773043512724, - 2.109714606940299 + 2.1097146069402988 ], "relative wind angle": [ - 0.1138512569264445, - 0.0978082008819081, + 0.11385125692644744, + 0.09780820088190809, 0.21807872849101362, - 0.18970970091603895, + 0.18970970091603837, 0.07586788847440279, 0.06438197677687944, 0.1824637434888568, - 0.2207660481539049 + 0.22076604815390388 ], "resistance": [ 95818.49068229245, @@ -9586,9 +7909,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -838.776679408752, + -838.7766794087527, -883.721602278808, - -504.03093822145684, + -504.0309382214573, 207.70651527363225, 866.7649743816905, 971.0661857154464, @@ -9596,7 +7919,7 @@ -351.1708259562224 ], "relative wind speed": [ - 2.03746033453811, + 2.0374603345381095, 1.9970482467541344, 2.2573309517464035, 2.6123941245256144, @@ -9607,12 +7930,12 @@ ], "relative wind angle": [ 0.10706949913689802, - 0.06864628741732537, - 0.1832999541290694, + 0.06864628741732538, + 0.18329995412907002, 0.17113914135138536, 0.07628408611322329, 0.04749204678134039, - 0.1537517885031705, + 0.15375178850317053, 0.19105492450782796 ], "resistance": [ @@ -9666,9 +7989,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -675.0041387669635, + -675.0041387669644, -745.6329757869855, - -458.66285277189013, + -458.6628527718899, 134.91660222698556, 722.6350344604866, 885.5141266325386, @@ -9676,9 +7999,9 @@ -225.03873768640324 ], "relative wind speed": [ - 1.6166717758137084, + 1.6166717758137081, 1.536895937846266, - 1.7964451212585615, + 1.7964451212585613, 2.16848403285009, 2.433777863152946, 2.4849251888372037, @@ -9686,13 +8009,13 @@ 1.958208190453757 ], "relative wind angle": [ - 0.16108283761274855, + 0.16108283761274997, 0.07035865255732439, - 0.23145384739534672, + 0.23145384739534625, 0.2207152119775254, 0.10674202484572852, 0.043493786311562366, - 0.17980509432898636, + 0.1798050943289864, 0.24487634998543842 ], "resistance": [ @@ -9746,37 +8069,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -792.721968800797, + -792.7219688007983, -954.2553738003178, -691.540848272736, - 17.49918510619409, + 17.499185106193636, 797.9267262541694, 1172.0099158666326, - 651.6917774902167, + 651.6917774902163, -150.8750052561477 ], "relative wind speed": [ - 1.9351207616600554, + 1.935120761660055, 1.7789308213102653, 2.0078481128249326, - 2.4160868246799434, + 2.416086824679943, 2.743121664594881, 2.846895495442354, 2.690344733450146, 2.3306508285424417 ], "relative wind angle": [ - 0.1801096498290638, + 0.18010964982906508, 0.024648139874170694, 0.20496127828647595, - 0.2228942454030183, - 0.12671036774820502, + 0.2228942454030173, + 0.126710367748205, 0.01540085660034305, - 0.1524874587070472, + 0.15248745870704722, 0.23121099858161853 ], "resistance": [ - 95841.77803119925, + 95841.77803119924, 95680.24462619972, 95942.95915172731, 96651.99918510624, @@ -9786,7 +8109,7 @@ 96483.62499474389 ], "fuel": [ - 39.759138851994564, + 39.75913885199456, 39.676453382147386, 39.810980743660494, 40.175338462208146, @@ -9826,32 +8149,32 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -840.2660377415709, + -840.2660377415741, -765.257702928006, - -270.7699058275366, - 426.503684612238, + -270.76990582753706, + 426.5036846122366, 943.4152303454925, 769.1764041562096, 127.7476212264105, -526.5112243527876 ], "relative wind speed": [ - 1.9403205315359344, + 1.9403205315359342, 2.009335449978549, 2.3171226139954895, - 2.641908167404059, + 2.6419081674040594, 2.8152821095927445, 2.7664468495079326, 2.514279203549911, 2.1704788312021353 ], "relative wind angle": [ - 0.05168549000549368, - 0.11910122365958883, - 0.190120651313342, - 0.14453198205301168, - 0.03561382559002944, - 0.08640913986454066, + 0.05168549000549798, + 0.11910122365958882, + 0.1901206513133426, + 0.1445319820530132, + 0.03561382559002943, + 0.08640913986454067, 0.17505140690496174, 0.1762232375063031 ], @@ -9906,11 +8229,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -710.8544996967908, + -710.854499696793, -620.9153013501632, - -171.85731641536177, + -171.85731641536267, 428.60143540971717, - 852.4975577535849, + 852.4975577535813, 644.6544137929352, 76.90723207314068, -471.4344140348635 @@ -9918,7 +8241,7 @@ "relative wind speed": [ 1.5310271219691542, 1.6327614987406025, - 1.966371429353191, + 1.9663714293531909, 2.2897174349945284, 2.4471054464743056, 2.380432524269424, @@ -9926,11 +8249,11 @@ 1.757715330265808 ], "relative wind angle": [ - 0.04924228437030223, - 0.16664891628077189, - 0.2352776564504734, - 0.16558670969623893, - 0.03080076729881934, + 0.049242284370309, + 0.1666489162807719, + 0.23527765645047388, + 0.16558670969623895, + 0.030800767298822945, 0.11402466576563963, 0.2186506247158235, 0.21640506373020407 @@ -9986,34 +8309,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -886.533600878932, + -886.5336008789338, -924.8181591678087, - -509.7686612900761, + -509.7686612900766, 247.42520728123282, - 940.2580139214374, + 940.2580139214397, 1028.8551845237544, - 398.3282397785606, + 398.32823977856015, -380.90521926488964 ], "relative wind speed": [ - 1.9703874852008305, + 1.97038748520083, 1.9350747973821034, - 2.2241347570348617, + 2.2241347570348613, 2.604792030690684, - 2.8604615036278456, + 2.860461503627845, 2.8844674350925747, 2.667937675082085, 2.297765290978003 ], "relative wind angle": [ - 0.11481677871312358, - 0.08096457700480625, - 0.20238420839310955, + 0.11481677871312553, + 0.08096457700480626, + 0.20238420839310958, 0.18367182006949181, - 0.07899836008135254, + 0.07899836008134974, 0.054283255617068815, - 0.16836311301927523, - 0.20855382064569597 + 0.1683631130192759, + 0.208553820645696 ], "resistance": [ 95747.96639912111, @@ -10066,32 +8389,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -814.9469799183717, + -814.946979918373, -809.5834915579599, - -384.8968620468495, - 313.85554624193924, + -384.8968620468497, + 313.85554624194015, 913.3522774428677, 900.985515060391, 292.9595348188184, -402.68410648109875 ], "relative wind speed": [ - 1.7070614979182628, + 1.7070614979182626, 1.7126562074105844, 2.0325231909114105, - 2.4096033686798832, + 2.4096033686798837, 2.641418261973966, 2.6377941746054603, 2.399999764744115, 2.0211286445971384 ], "relative wind angle": [ - 0.1103712898192008, + 0.11037128981920283, 0.11627588118923111, - 0.2328568740745486, - 0.19402875976924405, - 0.07124484792098933, - 0.07539653995359002, + 0.2328568740745491, + 0.19402875976924464, + 0.07124484792098931, + 0.07539653995359004, 0.1966914258720413, 0.23194790875229873 ], @@ -10146,9 +8469,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -698.4821446750732, + -698.4821446750736, -615.2968066163509, - -163.92376809480288, + -163.92376809480265, 464.813851962585, 938.2775702685794, 747.6196061892729, @@ -10156,7 +8479,7 @@ -424.40316892654573 ], "relative wind speed": [ - 1.0965280129194428, + 1.0965280129194426, 1.220318997230068, 1.6527916906170081, 2.0499110303465673, @@ -10166,12 +8489,12 @@ 1.4280449581641566 ], "relative wind angle": [ - 0.10667108298225576, - 0.26919349657973485, - 0.35579572343849264, + 0.10667108298225682, + 0.2691934965797348, + 0.3557957234384923, 0.24119723230913914, 0.052031112465390106, - 0.14943317138541942, + 0.14943317138541945, 0.3123675914680209, 0.3499845526021415 ], @@ -10226,9 +8549,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -835.1422396083891, + -835.1422396084076, -638.7319199068249, - -11.549074060009616, + -11.549074060009843, 739.0417588831242, 1200.0241006778424, 746.4677212975539, @@ -10236,9 +8559,9 @@ -633.7360900815756 ], "relative wind speed": [ - 1.1581113620604515, + 1.1581113620604513, 1.4228160155065837, - 1.9204660286610444, + 1.9204660286610442, 2.3147251839982568, 2.460806712791864, 2.3178408467090623, @@ -10246,7 +8569,7 @@ 1.427879171085302 ], "relative wind angle": [ - 0.0024351685046405964, + 0.002435168504731779, 0.32816201409543233, 0.3460256698027031, 0.20119131650468938, @@ -10256,7 +8579,7 @@ 0.3299059026474553 ], "resistance": [ - 95799.35776039159, + 95799.35776039158, 95995.76808009316, 96622.95092593998, 97373.5417588831, @@ -10266,7 +8589,7 @@ 96000.76390991842 ], "fuel": [ - 38.980943065659154, + 38.98094306565915, 39.08158107574806, 39.403902184496346, 39.79156903824878, @@ -10306,9 +8629,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -789.4616770819554, + -789.4616770819559, -813.5743870356636, - -398.64997984910997, + -398.6499798491104, 326.28045289365286, 993.4997737063272, 1048.641981204818, @@ -10316,7 +8639,7 @@ -323.43363559664135 ], "relative wind speed": [ - 1.2746951978531875, + 1.274695197853187, 1.2417515017085876, 1.657839457594794, 2.1301549229682095, @@ -10326,9 +8649,9 @@ 1.7171407978156819 ], "relative wind angle": [ - 0.21538910717284956, + 0.2153891071728501, 0.17616013418151497, - 0.35753973973645614, + 0.35753973973645675, 0.28695404257364115, 0.11276941953472554, 0.08937704191349904, @@ -10386,17 +8709,17 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - -912.8280323009134, + -912.828032300914, -763.639318302218, -135.16337273678073, 694.8424125845247, 1282.575637580134, 939.8484499518738, 138.1929995802136, - -599.4233691914641 + -599.4233691914642 ], "relative wind speed": [ - 1.16595940439832, + 1.1659594043983197, 1.3684058559799672, 1.8938952264537445, 2.3448152610152877, @@ -10406,14 +8729,14 @@ 1.532374210350075 ], "relative wind angle": [ - 0.07787640216217108, + 0.07787640216217251, 0.31563833629416277, 0.3737315316594455, 0.23811170882518734, 0.035622513881062044, 0.17468480201233016, - 0.34163351361868344, - 0.3692559248519883 + 0.3416335136186834, + 0.3692559248519884 ], "resistance": [ 95721.67196769903, @@ -10466,34 +8789,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -817.0568410566268, + -817.0568410566275, -740.5860875556791, - -233.52535162087202, + -233.52535162087224, 495.6868644627907, - 1062.4718733183513, + 1062.47187331835, 887.2971971545235, 208.14475378322982, - -474.8148554493058 + -474.81485544930626 ], "relative wind speed": [ - 1.2591304529828535, - 1.3601862982505601, - 1.8033761236786652, + 1.2591304529828533, + 1.3601862982505604, + 1.803376123678665, 2.229412158418899, 2.4490812119713037, 2.394431355146995, 2.0811638179166354, - 1.6165177723593454 + 1.6165177723593456 ], "relative wind angle": [ - 0.11621788426524839, - 0.23668130337225446, - 0.337437604268093, + 0.1162178842652503, + 0.23668130337225543, + 0.3374376042680933, 0.23791212966958314, - 0.05965131373490584, - 0.1335950176322591, + 0.0596513137349077, + 0.13359501763225912, 0.29096833291379487, - 0.3310420717004928 + 0.33104207170049355 ], "resistance": [ 95817.44315894338, @@ -10546,32 +8869,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -763.9301472237422, + -763.930147223743, -704.7185424928251, - -247.07030034819877, + -247.070300348199, 422.7879384628418, - 949.6164604515382, + 949.616460451535, 813.8014494614806, 197.53953286782553, -437.1490897365941 ], "relative wind speed": [ - 1.3448412872214832, + 1.344841287221483, 1.4197172703112118, 1.8108557014875248, - 2.20435962322113, - 2.414552079162509, + 2.2043596232211304, + 2.4145520791625095, 2.371299791925013, 2.08793234066472, 1.6671708017824467 ], "relative wind angle": [ - 0.10738417714294018, - 0.19672495423682662, - 0.3008273923128607, - 0.22013023154612874, - 0.059730759280107515, - 0.11729141451023214, + 0.10738417714294224, + 0.1967249542368266, + 0.3008273923128611, + 0.22013023154612976, + 0.059730759280111234, + 0.11729141451023216, 0.2599052616481556, 0.2928841002216261 ], @@ -10626,9 +8949,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1031.9752559069616, + -1031.9752559069639, -886.1957708480104, - -208.44706526629602, + -208.44706526629625, 694.7642598384136, 1336.9488510930996, 1001.9608453125961, @@ -10636,9 +8959,9 @@ -676.5896615819129 ], "relative wind speed": [ - 1.4995338554447752, + 1.499533855444775, 1.660916094615335, - 2.142341827013283, + 2.1423418270132824, 2.5824394617530637, 2.789027362021787, 2.696040269799215, @@ -10646,11 +8969,11 @@ 1.8325615504292967 ], "relative wind angle": [ - 0.06605911503913589, + 0.06605911503914093, 0.2348227498112067, - 0.30606351370689155, + 0.3060635137068912, 0.20529016266313366, - 0.03549862730782031, + 0.035498627307820316, 0.1438339246426483, 0.28048031553381864, 0.2913717920221937 @@ -10706,19 +9029,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -997.0148768235722, + -997.0148768235731, -970.2436477330848, - -418.5042163679541, + -418.50421636795454, 457.41143156395856, 1197.0596735955219, 1135.6637856093544, 355.354495685639, - -504.7227829452163 + -504.7227829452165 ], "relative wind speed": [ - 1.611469503355024, + 1.6114695033550235, 1.640301293289565, - 2.0598712855429464, + 2.059871285542946, 2.518899673219039, 2.786529784306011, 2.769655911173871, @@ -10726,14 +9049,14 @@ 2.00417729637994 ], "relative wind angle": [ - 0.13338886186276805, + 0.13338886186276974, 0.1629128649839989, 0.2907781979539843, 0.22791317801012412, 0.07698718330992821, - 0.09620564591273827, + 0.09620564591273825, 0.24107740377828998, - 0.28793565824146267 + 0.2879356582414627 ], "resistance": [ 95637.48512317642, @@ -10786,34 +9109,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -958.7838920110329, + -958.7838920110333, -783.1509714376773, - -105.57565102506669, + -105.57565102506692, 768.2457850853064, - 1368.147870874958, + 1368.1478708749653, 964.1191245421667, 112.63217407906563, -652.1157041534331 ], "relative wind speed": [ - 1.1730307026610691, + 1.1730307026610687, 1.407231440502943, - 1.9542930467495936, + 1.9542930467495934, 2.4115649651408613, - 2.607680636870965, + 2.6076806368709646, 2.4891161094166123, 2.0872800532567433, 1.5363442817944282 ], "relative wind angle": [ 0.060683833139739816, - 0.33100539453587546, - 0.37616355517286887, + 0.3310053945358755, + 0.3761635551728688, 0.23347952290217605, - 0.027284455143532456, + 0.027284455143524313, 0.18478645011207298, - 0.3511199757504837, - 0.371664620036113 + 0.35111997575048376, + 0.37166462003611306 ], "resistance": [ 95675.716107989, @@ -10866,9 +9189,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1322.3909876757857, + -1322.3909876757873, -878.1472292191554, - 169.9019552416289, + 169.90195524162846, 1295.9863009202877, 1765.2843026533546, 942.3671308120402, @@ -10876,7 +9199,7 @@ -1118.0896454803692 ], "relative wind speed": [ - 1.5899634569779728, + 1.5899634569779721, 1.981840480083331, 2.5725134185216305, 3.003754453377502, @@ -10886,12 +9209,12 @@ 1.7996198230423468 ], "relative wind angle": [ - 0.06518281629607649, + 0.06518281629607821, 0.31536697806449526, - 0.30224687762249103, + 0.30224687762249136, 0.15652169463382382, 0.033202050771935845, - 0.21457874350978814, + 0.21457874350978812, 0.32820374478265746, 0.2632145384708915 ], @@ -10946,9 +9269,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1060.0186410627693, + -1060.01864106277, -880.3965801640618, - -147.46987729102784, + -147.46987729102852, 808.7073045202351, 1474.5134061644349, 1061.7664135800064, @@ -10956,9 +9279,9 @@ -710.1950663930731 ], "relative wind speed": [ - 1.2982318948547644, + 1.298231894854764, 1.5183587721904996, - 2.07220468319888, + 2.0722046831988794, 2.546832688375765, 2.756474720805086, 2.641617984903916, @@ -10966,14 +9289,14 @@ 1.672483840482874 ], "relative wind angle": [ - 0.06617849091295315, - 0.3046127290559819, - 0.3599429538113016, + 0.06617849091295484, + 0.30461272905598197, + 0.35994295381130165, 0.22846173747551912, 0.031150735722206235, - 0.17325676550713934, - 0.3328647077714822, - 0.35211040761701157 + 0.1732567655071393, + 0.33286470777148225, + 0.3521104076170115 ], "resistance": [ 95574.48135893726, @@ -11026,9 +9349,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1691.6690892765703, + -1691.66908927658, -1263.2658647651074, - -12.28998856813405, + -12.289988568134959, 1409.9904966446752, 2169.7732150085535, 1265.0047530683592, @@ -11046,14 +9369,14 @@ 2.413727936246403 ], "relative wind angle": [ - 0.01590535824580888, + 0.015905358245822843, 0.23105656529483978, - 0.25346227720971015, + 0.2534622772097106, 0.14722788193912245, - 0.0093002750742882, + 0.009300275074288199, 0.16303593943658842, - 0.25921997660278834, - 0.21608802967786775 + 0.2592199766027883, + 0.21608802967786778 ], "resistance": [ 94942.83091072345, @@ -11106,9 +9429,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -694.1028648333081, + -694.102864833314, -577.6997067250179, - -113.26707664654782, + -113.2670766465485, 465.66615971279, 838.415603156865, 568.2995237227083, @@ -11116,7 +9439,7 @@ -506.4905354328746 ], "relative wind speed": [ - 1.6028759912949837, + 1.6028759912949835, 1.729096075681111, 2.050987202167726, 2.3466501207964763, @@ -11126,17 +9449,17 @@ 1.7863993151101294 ], "relative wind angle": [ - 0.02179466092114015, + 0.021794660921155437, 0.16494532552540542, - 0.21443844129789835, + 0.21443844129789938, 0.1425207352084859, 0.014110523604716948, - 0.11911468633147222, + 0.11911468633147224, 0.20742347677574885, 0.18768489809157698 ], "resistance": [ - 95940.39713516673, + 95940.39713516671, 96056.80029327501, 96521.23292335348, 97100.16615971283, @@ -11146,7 +9469,7 @@ 96128.00946456715 ], "fuel": [ - 39.371515721561074, + 39.37151572156105, 39.43120289933023, 39.66984844258063, 39.96845317155221, @@ -11186,34 +9509,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -741.724716698639, + -741.7247166986413, -670.2132565889167, -226.0237235976699, 394.7277399699194, 852.6061627611291, 686.9555159174813, 112.40670372308182, - -467.1762516143119 + -467.1762516143117 ], "relative wind speed": [ - 1.7038072661505634, + 1.703807266150563, 1.7778988500805084, 2.087473524087344, 2.4066280965999165, 2.573647686718903, 2.5230333518254215, - 2.2735601821318436, - 1.9325534456249533 + 2.273560182131843, + 1.9325534456249531 ], "relative wind angle": [ - 0.05576232865694238, - 0.13580472062227034, - 0.21010462403884914, + 0.055762328656946365, + 0.1358047206222703, + 0.21010462403884916, 0.1564563340338145, 0.03690504753185373, - 0.0955485669188879, - 0.1926818445972144, - 0.19528152766280488 + 0.09554856691888791, + 0.19268184459721382, + 0.1952815276628043 ], "resistance": [ 95892.7752833014, @@ -11266,11 +9589,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -663.3437222618572, + -663.3437222618584, -637.8796858473497, - -277.39391624908126, + -277.3939162490817, 281.2236356912804, - 735.1365981458935, + 735.1365981458916, 676.1926290784791, 180.76608999399173, -363.1991021526701 @@ -11278,22 +9601,22 @@ "relative wind speed": [ 1.6513157008760568, 1.6788805631542736, - 1.9534735323110557, + 1.9534735323110555, 2.2660153949825523, 2.449984683747135, 2.431178428091637, 2.2165761103818427, - 1.8959015597486593 + 1.8959015597486595 ], "relative wind angle": [ - 0.08126989300369743, + 0.08126989300370017, 0.11234095412312768, - 0.20633946316381668, - 0.1675031894116167, - 0.05474383224184156, + 0.20633946316381724, + 0.16750318941161668, + 0.05474383224184359, 0.07749290538198737, - 0.1815555665038288, - 0.2006108046102821 + 0.18155556650382884, + 0.20061080461028266 ], "resistance": [ 95971.15627773816, @@ -11346,19 +9669,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -756.0852129533757, + -756.0852129533775, -748.3054095794969, - -361.7910731746606, + -361.7910731746615, 270.80664545778336, 804.8069348532576, 786.7371104348408, 239.7947812565776, - -388.3455314216783 + -388.3455314216785 ], "relative wind speed": [ - 1.9209831326398952, + 1.9209831326398945, 1.928332497406664, - 2.191189291339097, + 2.1911892913390965, 2.510855146471217, 2.7105773775933173, 2.705353894641702, @@ -11366,14 +9689,14 @@ 2.1755487466951067 ], "relative wind angle": [ - 0.08090725683537972, - 0.08829057314289368, - 0.1815896786208218, - 0.15579248714080288, + 0.0809072568353811, + 0.0882905731428937, + 0.18158967862082181, + 0.1557924871408029, 0.057307708563447156, 0.06289181464700155, 0.15913282183965932, - 0.18004875106755333 + 0.18004875106755336 ], "resistance": [ 95878.41478704661, @@ -11426,33 +9749,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -747.2082780695837, + -747.208278069585, -883.8486360594343, - -631.1592403324066, + -631.1592403324069, 25.3002904059058, - 734.0495496114117, + 734.0495496114104, 1051.2737916672181, 566.996636871877, -168.09490362972065 ], "relative wind speed": [ - 1.985512505476806, + 1.9855125054768055, 1.8567648836189596, 2.066468210440883, 2.434844902033139, 2.7296105323952937, 2.8187688331836593, - 2.668846699082837, + 2.6688466990828363, 2.3376406633636684 ], "relative wind angle": [ - 0.15428046506580953, + 0.15428046506581095, 0.026727948128952857, - 0.18262159890842056, - 0.19890477192216532, - 0.11201267861981606, + 0.18262159890842114, + 0.1989047719221653, + 0.11201267861981706, 0.017604909491037497, - 0.14108546978408948, + 0.1410854697840879, 0.20729368902856124 ], "resistance": [ @@ -11506,9 +9829,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -530.5725095861549, + -530.5725095861558, -804.2690174454788, - -711.808171633508, + -711.8081716335087, -216.90091986831885, 452.12767335745, 927.2554790220915, @@ -11516,9 +9839,9 @@ 85.32458623681669 ], "relative wind speed": [ - 2.039009382149104, + 2.0390093821491035, 1.8195570476844847, - 1.9093693712590716, + 1.9093693712590714, 2.2284721096821998, 2.5492169587966935, 2.7102174292352363, @@ -11526,14 +9849,14 @@ 2.3853675649419936 ], "relative wind angle": [ - 0.1832882019055513, - 0.043956405691214874, - 0.13583549797488997, - 0.20132344304330405, + 0.18328820190555192, + 0.04395640569121487, + 0.13583549797489078, + 0.20132344304330402, 0.14630630512749715, 0.029505764305949537, 0.09781128016661036, - 0.18791765605938615 + 0.18791765605938618 ], "resistance": [ 96103.92749041386, @@ -11586,9 +9909,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -779.2754113134374, + -779.2754113134386, -813.6519928979894, - -447.03157107845664, + -447.03157107845686, 221.790207698431, 835.2535151659504, 914.6988862979692, @@ -11596,7 +9919,7 @@ -331.9568946086831 ], "relative wind speed": [ - 1.7951707258938245, + 1.7951707258938243, 1.7604699900431997, 2.040111322158457, 2.4059225245431617, @@ -11606,14 +9929,14 @@ 2.1118541526255976 ], "relative wind angle": [ - 0.12145727487209614, + 0.12145727487209797, 0.08540132227226686, - 0.21229752746297847, + 0.212297527462979, 0.19142936074561448, - 0.08214915955592186, + 0.08214915955592188, 0.05619102440915115, - 0.1751362462715547, - 0.21848994021239004 + 0.17513624627155472, + 0.21848994021239002 ], "resistance": [ 95855.22458868654, @@ -11666,9 +9989,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -495.4616386838088, + -495.4616386838095, -698.9844104024816, - -584.6473201381849, + -584.6473201381853, -116.77920287643201, 476.7834038970868, 870.2694587795304, @@ -11676,7 +9999,7 @@ 31.520578392053494 ], "relative wind speed": [ - 1.6526538324215516, + 1.6526538324215514, 1.438804272375134, 1.5741552871813809, 1.9276405794252973, @@ -11686,13 +10009,13 @@ 2.0184197399402506 ], "relative wind angle": [ - 0.2258206807366567, - 0.03251549579093561, - 0.19426888980769305, + 0.2258206807366577, + 0.032515495790935614, + 0.19426888980769422, 0.24980398058957298, - 0.1652776488161172, + 0.16527764881611723, 0.019559520494995427, - 0.13223888457432872, + 0.13223888457432875, 0.23834577274070068 ], "resistance": [ @@ -11746,34 +10069,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -687.4352445423217, + -687.435244542323, -685.0514827605491, - -325.70738776778967, - 268.6762343093494, + -325.7073877677901, + 268.67623430934964, 782.5997535607603, 777.1137847807609, 259.45166398558854, -333.54307411244986 ], "relative wind speed": [ - 1.5008774016508168, + 1.5008774016508164, 1.5036914071428051, 1.8105356553572514, - 2.1697398705594635, + 2.169739870559463, 2.3901392472098815, 2.388369893446996, 2.1650310012836336, 1.8048898830520737 ], "relative wind angle": [ - 0.12152197591064987, + 0.1215219759106517, 0.124825041180548, - 0.24929552704925337, - 0.2063309481279524, - 0.07619521694779342, + 0.24929552704925426, + 0.20633094812795133, + 0.07619521694779344, 0.07846503682564304, 0.2078165815200374, - 0.24884383948007668 + 0.2488438394800767 ], "resistance": [ 95947.06475545766, @@ -11826,9 +10149,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -760.3514114482446, + -760.3514114482462, -743.6810681914362, - -338.23042143723615, + -338.2304214372366, 310.0027392655061, 853.0385383206094, 814.5655105050873, @@ -11836,7 +10159,7 @@ -393.7338873910794 ], "relative wind speed": [ - 1.6703545103830166, + 1.6703545103830162, 1.6881064745375527, 1.9959283933837757, 2.351141592178591, @@ -11846,17 +10169,17 @@ 1.9595398642358985 ], "relative wind angle": [ - 0.09945135764056316, + 0.0994513576405654, 0.11871992164721248, - 0.22669689388068012, + 0.22669689388068062, 0.1858645268759442, - 0.0647102875474613, + 0.06471028754746132, 0.07839563365993561, - 0.19456195458124698, - 0.22358479601866224 + 0.19456195458124695, + 0.2235847960186622 ], "resistance": [ - 95874.14858855176, + 95874.14858855175, 95890.81893180856, 96296.26957856276, 96944.5027392655, @@ -11866,7 +10189,7 @@ 96240.76611260892 ], "fuel": [ - 39.44634012120467, + 39.44634012120466, 39.4548808458348, 39.66292398940159, 39.996813481818975, @@ -11906,33 +10229,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -869.1111255969897, + -869.1111255969914, -808.7476517606538, - -299.87281640823517, - 451.20907901123246, + -299.8728164082354, + 451.20907901123155, 1043.3371736670747, 904.5725481504787, 219.02617646701037, -496.6591649062864 ], "relative wind speed": [ - 1.5598311086387127, + 1.5598311086387124, 1.6266804070096754, 2.011904308181962, - 2.4118464556319874, + 2.411846455631987, 2.630099413431656, 2.589286941507537, 2.302767262823031, 1.8797586777206365 ], "relative wind angle": [ - 0.09642561955235832, - 0.16878171285984908, - 0.2699863685241337, - 0.20273850985082642, + 0.09642561955236177, + 0.16878171285984905, + 0.2699863685241341, + 0.20273850985082587, 0.057129563306736936, 0.1057287113247841, - 0.23519133970032055, + 0.23519133970032008, 0.2613114436203098 ], "resistance": [ @@ -11986,7 +10309,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1085.2254212252135, + -1085.2254212252149, -1102.617496753781, -558.8150268064182, 375.64096893586384, @@ -11996,9 +10319,9 @@ -501.1679404397928 ], "relative wind speed": [ - 1.986560018508708, + 1.9865600185087078, 1.9708886885163528, - 2.331696497695431, + 2.3316964976954306, 2.773853120666311, 3.0552209170426416, 3.0653537049662787, @@ -12006,13 +10329,13 @@ 2.363585078655297 ], "relative wind angle": [ - 0.1210382837296944, + 0.12103828372969624, 0.10676596333085138, - 0.23233863842701843, + 0.23233863842701796, 0.1993241169151222, 0.078590136743544, 0.06856923491794868, - 0.19288883744020172, + 0.19288883744020174, 0.2345205146734018 ], "resistance": [ @@ -12066,9 +10389,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -843.5747070736181, + -843.5747070736197, -756.7773109823306, - -239.91909666389734, + -239.91909666389756, 480.77061545943275, 1015.7121561017145, 815.7021421466791, @@ -12076,24 +10399,24 @@ -525.7063825603284 ], "relative wind speed": [ - 1.5874096217204967, + 1.5874096217204965, 1.6817090934778114, 2.056331826344504, 2.429120333298206, 2.620116860163983, 2.560612464423388, 2.270766630019266, - 1.866616209723785 + 1.8666162097237853 ], "relative wind angle": [ - 0.06962012060247087, - 0.17184341110793241, - 0.2542020752837842, + 0.06962012060247408, + 0.1718434111079324, + 0.25420207528378463, 0.18370543881030596, - 0.04215808543159217, + 0.04215808543159216, 0.1125427450144662, 0.2297415709412487, - 0.24002058904692225 + 0.24002058904692275 ], "resistance": [ 95790.92529292636, @@ -12146,19 +10469,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -730.7434661957536, + -730.7434661957548, -877.6891738600029, - -637.8459638623726, + -637.8459638623733, 11.565145033305726, 725.1495811388882, 1065.872788666993, - 591.129866405835, + 591.1298664058359, -143.11350501030302 ], "relative wind speed": [ - 1.9112395966376075, + 1.911239596637607, 1.7672309629082044, - 1.9788395858150247, + 1.9788395858150245, 2.359361331113313, 2.666165827581784, 2.7637242517405536, @@ -12166,13 +10489,13 @@ 2.279186505130187 ], "relative wind angle": [ - 0.1700011475772934, - 0.02322848922624479, - 0.19395220706870137, + 0.17000114757729468, + 0.023228489226244788, + 0.19395220706870195, 0.21281788047406347, - 0.12157838355268126, - 0.01485239458072058, - 0.14629437384000607, + 0.12157838355268127, + 0.014852394580720579, + 0.14629437384000532, 0.2204255981327525 ], "resistance": [ @@ -12226,34 +10549,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -888.2335777636672, + -888.2335777636686, -928.4253014670101, - -504.63254613125946, + -504.6325461312599, 266.7076346554554, - 977.3617757703778, + 977.3617757703796, 1069.9700677524047, 422.8455913712405, -371.845721832394 ], "relative wind speed": [ - 1.7933318359804489, + 1.7933318359804487, 1.753001260638193, 2.0744176619275034, 2.487165665881877, 2.7601552647838656, 2.7859437790192394, 2.5556383788670742, - 2.1560387543162243 + 2.156038754316224 ], "relative wind angle": [ - 0.1377037042438236, + 0.13770370424382605, 0.09705421194030918, - 0.23667894504933543, - 0.20980679910296515, - 0.08930520997017259, - 0.06101150191786796, + 0.23667894504933593, + 0.20980679910296518, + 0.08930520997017137, + 0.06101150191786795, 0.1914924498173805, - 0.24263104012227693 + 0.242631040122276 ], "resistance": [ 95746.26642223635, @@ -12306,17 +10629,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -741.978955693362, + -741.9789556933647, -1235.5914540433698, - -1141.2202312505897, + -1141.2202312505906, -424.3905239311048, 613.0472554398566, 1406.1583070253178, - 1187.7180266318805, + 1187.7180266318787, 241.10467413239257 ], "relative wind speed": [ - 2.5081149923755084, + 2.508114992375508, 2.195972161412539, 2.27205465296229, 2.6667068123971553, @@ -12326,19 +10649,19 @@ 2.9507856214819403 ], "relative wind angle": [ - 0.20032562148167793, - 0.066062864515542, - 0.12979412041227134, + 0.20032562148167962, + 0.06606286451554198, + 0.1297941204122731, 0.21189674031956476, 0.16240120413561845, - 0.043730661666041365, - 0.09020718096617997, + 0.04373066166604136, + 0.0902071809661812, 0.19123052505169738 ], "resistance": [ 95892.52104430663, 95398.90854595663, - 95493.27976874942, + 95493.2797687494, 96210.1094760689, 97247.54725543986, 98040.65830702531, @@ -12348,7 +10671,7 @@ "fuel": [ 40.623033189601074, 40.37057535791224, - 40.41877136742548, + 40.41877136742547, 40.785942935533015, 41.32072110095298, 41.73225494746568, @@ -12386,30 +10709,30 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -468.4083667032228, + -468.40836670322346, -667.5012797424356, - -572.4719707547874, - -144.29218708503754, + -572.4719707547883, + -144.2921870850373, 407.95628625243694, 778.395693117445, 557.4677772544358, 29.29212604630493 ], "relative wind speed": [ - 1.8677680262253438, + 1.8677680262253433, 1.6879802522045368, - 1.7873936595318072, - 2.079102017103142, + 1.787393659531807, + 2.0791020171031422, 2.3605597857466494, 2.492292633308033, 2.421987573820204, 2.1767256842219753 ], "relative wind angle": [ - 0.1719596891857142, + 0.17195968918571483, 0.02945286438322818, - 0.13993395542515655, - 0.1947126886970787, + 0.13993395542515735, + 0.1947126886970798, 0.13580881438862993, 0.019946278192554023, 0.10311528040560795, @@ -12466,9 +10789,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -574.2412930904809, + -574.2412930904825, -674.2031735899641, - -482.4432930862756, + -482.4432930862763, 14.435395034876137, 546.9771186771011, 779.8864287629979, @@ -12476,9 +10799,9 @@ -138.83534379848402 ], "relative wind speed": [ - 1.8755864187795046, + 1.8755864187795044, 1.775512853001454, - 1.9433720019123588, + 1.9433720019123586, 2.2416276332550407, 2.4831162992570337, 2.5556300747120484, @@ -12486,12 +10809,12 @@ 2.1584245466945275 ], "relative wind angle": [ - 0.1315254738384242, - 0.023810444368979916, - 0.15799022116056852, - 0.1749319676879262, + 0.13152547383842672, + 0.02381044436897992, + 0.1579902211605692, + 0.17493196768792624, 0.09922243405701542, - 0.016541393727653775, + 0.016541393727653772, 0.12613826209617232, 0.1817490525671744 ], @@ -12546,34 +10869,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -469.51625093423763, + -469.51625093423854, -724.9563149845605, -649.3340251348652, -211.80096935426263, - 389.3707076104329, + 389.3707076104338, 823.2351227028107, 647.5628102136243, 88.27223566427529 ], "relative wind speed": [ - 1.9913732534092994, + 1.991373253409299, 1.7842063679895452, - 1.8596063548447017, + 1.8596063548447013, 2.1514778066861964, 2.4514817513843865, 2.606134656572862, 2.5528796322556606, - 2.3122442472847347 + 2.312244247284734 ], "relative wind angle": [ 0.17598004121685965, - 0.04585471716693522, - 0.12561120854173222, - 0.19233602381071188, - 0.14269816890659306, - 0.03138711196218279, + 0.045854717166935226, + 0.12561120854173133, + 0.1923360238107119, + 0.1426981689065923, + 0.03138711196218278, 0.0913862971188857, - 0.17881324036287255 + 0.17881324036287133 ], "resistance": [ 96164.9837490658, @@ -12626,17 +10949,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -798.6779123632778, + -798.6779123632787, -877.7990307999185, - -561.5972889290306, + -561.5972889290315, 110.42818193069843, 769.7268483598755, 954.592311303214, - 430.7993347872548, + 430.79933478725434, -286.42889789923674 ], "relative wind speed": [ - 2.309612096019522, + 2.3096120960195217, 2.24561904756869, 2.4497863973610676, 2.7656265493136645, @@ -12648,11 +10971,11 @@ "relative wind angle": [ 0.09628800898908763, 0.03969200540809893, - 0.14256200194039506, + 0.14256200194039587, 0.1462848960950885, 0.07400194047916829, - 0.029206975125113263, - 0.12072819601389977, + 0.02920697512511326, + 0.12072819601389978, 0.15631731854139258 ], "resistance": [ @@ -12693,68 +11016,7 @@ "id": "516", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.024583651554337, - 8.024583651554337, - 8.024583651554337, - 8.024583651554337, - 8.024583651554337, - 8.024583651554337, - 8.024583651554337, - 8.024583651554337 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -641.8294726081972, - -804.8827936821458, - -629.9889016396671, - -55.74934289147586, - 609.692910708915, - 989.0174147041771, - 592.6407199331315, - -75.47704446367925 - ], - "relative wind speed": [ - 1.9234987332805573, - 1.7629368248112867, - 1.9321818859743989, - 2.2824657027641737, - 2.583041788325575, - 2.6951819992149675, - 2.5765530106482397, - 2.2720701073851877 - ], - "relative wind angle": [ - 0.17022286250302546, - 0.0030121531472826085, - 0.17339497228360537, - 0.20566632247810174, - 0.12648458780456728, - 0.001970268097785899, - 0.12974365580708916, - 0.20662091637227883 - ], - "resistance": [ - 95992.67052739179, - 95829.61720631784, - 96004.51109836032, - 96578.75065710851, - 97244.1929107089, - 97623.51741470417, - 97227.14071993312, - 96559.0229555363 - ], - "fuel": [ - 39.69606776456738, - 39.61251319264601, - 39.70213916533733, - 39.99721383697888, - 40.34068809344573, - 40.53721732762965, - 40.331865874518925, - 39.98705634728084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -0.3125, -5.9375 0, -5.625 0, -5.625 -0.3125, -5.9375 -0.3125))", @@ -12773,68 +11035,7 @@ "id": "517", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.234754429418288, - 6.234754429418288, - 6.234754429418288, - 6.234754429418288, - 6.234754429418288, - 6.234754429418288, - 6.234754429418288, - 6.234754429418288 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -366.4502517293316, - -633.3975831315812, - -583.1414731139844, - -204.17978451242993, - 347.9049060966406, - 779.2492124589958, - 663.8797261431064, - 155.93322816978502 - ], - "relative wind speed": [ - 1.5432312402401296, - 1.25997494985529, - 1.328099273427806, - 1.6754744401060004, - 2.026437129924103, - 2.2137012508749416, - 2.1735138422169427, - 1.9185399404077068 - ], - "relative wind angle": [ - 0.2805709253976421, - 0.10025170024206405, - 0.1885948894309198, - 0.2894540189351619, - 0.2124712279130622, - 0.05699569992802873, - 0.1148087491036225, - 0.25192345017989787 - ], - "resistance": [ - 96268.04974827067, - 96001.10241686842, - 96051.35852688602, - 96430.32021548758, - 96982.40490609664, - 97413.74921245899, - 97298.3797261431, - 96790.43322816979 - ], - "fuel": [ - 39.12389163267622, - 38.98687597430496, - 39.01265059167674, - 39.207309537500336, - 39.49185186262379, - 39.714954285922445, - 39.65521438263347, - 39.39278177773761 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -0.625, -6.25 -0.3125, -5.9375 -0.3125, -5.9375 -0.625, -6.25 -0.625))", @@ -12853,68 +11054,7 @@ "id": "518", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.4105993835112365, - 7.4105993835112365, - 7.4105993835112365, - 7.4105993835112365, - 7.4105993835112365, - 7.4105993835112365, - 7.4105993835112365, - 7.4105993835112365 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -460.17486814736344, - -729.0864208457381, - -655.4944287641015, - -213.9270253185307, - 400.1187184195094, - 852.0100272041434, - 681.8490509741503, - 111.35659489904606 - ], - "relative wind speed": [ - 1.8490131241359264, - 1.6130484851665476, - 1.6929377874965017, - 2.0140691565418614, - 2.3400625356794316, - 2.50854874152751, - 2.4553419011990565, - 2.199606245850403 - ], - "relative wind angle": [ - 0.20925516846173642, - 0.058895799756090245, - 0.14810856712532752, - 0.2244388093372333, - 0.16488619790392256, - 0.03785836427849706, - 0.10192305709831605, - 0.20522390930390402 - ], - "resistance": [ - 96174.32513185267, - 95905.41357915431, - 95979.00557123595, - 96420.57297468152, - 97034.61871841956, - 97486.51002720419, - 97316.3490509742, - 96745.85659489909 - ], - "fuel": [ - 39.52072551770979, - 39.38279645304351, - 39.42051622747768, - 39.64726602095502, - 39.96379135022649, - 40.19762628718776, - 40.10948587436924, - 39.814766889585755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -0.625, -5.9375 -0.3125, -5.625 -0.3125, -5.625 -0.625, -5.9375 -0.625))", @@ -12933,68 +11073,7 @@ "id": "519", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.413864321392444, - 6.413864321392444, - 6.413864321392444, - 6.413864321392444, - 6.413864321392444, - 6.413864321392444, - 6.413864321392444, - 6.413864321392444 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -304.54923519052477, - -607.0541442555, - -596.3930692185686, - -269.71296993838564, - 256.91083258196886, - 704.4455225713002, - 679.937904030847, - 215.83807993513506 - ], - "relative wind speed": [ - 1.6467986754982677, - 1.358573929801358, - 1.3723682330188194, - 1.6741842160519451, - 2.0163303800563184, - 2.220768100551023, - 2.2122702168048343, - 1.993650242616151 - ], - "relative wind angle": [ - 0.259441154226812, - 0.12132196749802275, - 0.13885198197746734, - 0.2616336009731935, - 0.21108856759694267, - 0.074105622616783, - 0.08596530054825531, - 0.2189562848178109 - ], - "resistance": [ - 96329.9507648095, - 96027.44585574453, - 96038.10693078146, - 96364.78703006165, - 96891.410832582, - 97338.94552257133, - 97314.43790403087, - 96850.33807993516 - ], - "fuel": [ - 39.217600651002584, - 39.0622847422874, - 39.06775269792927, - 39.235508592652636, - 39.50677510924194, - 39.73811356607176, - 39.7254258634802, - 39.485581227621296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -0.3125, -5.625 0, -5.3125 0, -5.3125 -0.3125, -5.625 -0.3125))", @@ -13013,68 +11092,7 @@ "id": "520", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.914115311074863, - 4.914115311074863, - 4.914115311074863, - 4.914115311074863, - 4.914115311074863, - 4.914115311074863, - 4.914115311074863, - 4.914115311074863 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -233.99621123373447, - -434.74376758363246, - -408.77262122292893, - -151.92468721235002, - 236.24380669354116, - 552.6178211038722, - 493.1626577053013, - 138.5128902335963 - ], - "relative wind speed": [ - 1.220663017083397, - 0.9482370253958792, - 0.9945377284925457, - 1.3065914228534439, - 1.6225726236951352, - 1.7954405209052267, - 1.7702132151367935, - 1.5542132975128828 - ], - "relative wind angle": [ - 0.32759171293889155, - 0.13725290779555163, - 0.21201931883086117, - 0.331878994367873, - 0.24449172026333515, - 0.07232387670869635, - 0.11850302096984201, - 0.2774555968513739 - ], - "resistance": [ - 96400.50378876629, - 96199.7562324164, - 96225.7273787771, - 96482.57531278768, - 96870.74380669357, - 97187.11782110391, - 97127.66265770532, - 96773.01289023363 - ], - "fuel": [ - 38.800810032256166, - 38.6976489663052, - 38.710986691760695, - 38.84302850509263, - 39.04304615036723, - 39.20648384109779, - 39.17574109534345, - 38.99263400346312 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -0.3125, -5.3125 0, -5 0, -5 -0.3125, -5.3125 -0.3125))", @@ -13093,68 +11111,7 @@ "id": "521", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.390756830035036, - 4.390756830035036, - 4.390756830035036, - 4.390756830035036, - 4.390756830035036, - 4.390756830035036, - 4.390756830035036, - 4.390756830035036 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -222.54984653503215, - -353.0064116907245, - -307.53930905524635, - -78.26150107782337, - 234.6381327128712, - 464.0956286992522, - 359.78000788143925, - 62.96074152260019 - ], - "relative wind speed": [ - 1.0451030897853795, - 0.8308889073346212, - 0.9210501722448555, - 1.2139120663679805, - 1.4831929063331082, - 1.612986450452724, - 1.5632556559576303, - 1.34852480911625 - ], - "relative wind angle": [ - 0.3182578315227565, - 0.08519707446466569, - 0.2490634232097856, - 0.32862511887334844, - 0.2223143628863955, - 0.043848079974329705, - 0.1457479698993827, - 0.29477566704326447 - ], - "resistance": [ - 96411.95015346496, - 96281.49358830927, - 96326.96069094475, - 96556.23849892218, - 96869.13813271288, - 97098.59562869926, - 96994.28000788143, - 96697.4607415226 - ], - "fuel": [ - 38.683470133133454, - 38.616407903641765, - 38.63977343800642, - 38.757716454512924, - 38.918991086901116, - 39.03748953672722, - 38.98359366241048, - 38.83046007130346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -0.625, -5.625 -0.3125, -5.3125 -0.3125, -5.3125 -0.625, -5.625 -0.625))", @@ -13173,68 +11130,7 @@ "id": "522", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.332707132166597, - 5.332707132166597, - 5.332707132166597, - 5.332707132166597, - 5.332707132166597, - 5.332707132166597, - 5.332707132166597, - 5.332707132166597 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -346.25014511831, - -482.76123911219037, - -393.95134754740525, - -58.551928366166294, - 361.05216785530934, - 635.5305224072363, - 430.87181214671205, - 20.69100121948543 - ], - "relative wind speed": [ - 1.2397155178566783, - 1.0430791144505216, - 1.1834463256634007, - 1.513740911312889, - 1.7996543116275272, - 1.920321891655489, - 1.837145884476243, - 1.5761467761575456 - ], - "relative wind angle": [ - 0.27215558376918386, - 0.031204394599377065, - 0.24514821133763193, - 0.2940560205184458, - 0.18624702089509101, - 0.01694764217422203, - 0.1569857338894851, - 0.2820869798929865 - ], - "resistance": [ - 96288.24985488171, - 96151.73876088782, - 96240.5486524526, - 96575.94807163384, - 96995.55216785532, - 97270.03052240725, - 97065.37181214672, - 96655.1910012195 - ], - "fuel": [ - 38.85465256912454, - 38.78454233424925, - 38.830146000738736, - 39.00263751319463, - 39.21902380284331, - 39.3609244223181, - 39.25509278058914, - 39.04345224233889 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -0.625, -5.3125 -0.3125, -5 -0.3125, -5 -0.625, -5.3125 -0.625))", @@ -13253,68 +11149,7 @@ "id": "523", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.757852500528181, - 4.757852500528181, - 4.757852500528181, - 4.757852500528181, - 4.757852500528181, - 4.757852500528181, - 4.757852500528181, - 4.757852500528181 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -324.3783407795998, - -388.3927809049866, - -267.8100593444416, - 32.710042971052076, - 360.13838488123827, - 507.4580107121868, - 277.2912723866665, - -61.264568223839774 - ], - "relative wind speed": [ - 1.042014574917885, - 0.9279677744644232, - 1.1169384699617806, - 1.4208140399870346, - 1.6501125757317783, - 1.7168406147586934, - 1.6003481937531283, - 1.3378913822523801 - ], - "relative wind angle": [ - 0.24077566572681858, - 0.04664814235693788, - 0.2809304035536133, - 0.28147851959885123, - 0.15115534302281705, - 0.02520726597508168, - 0.19473053856892905, - 0.29944807811836344 - ], - "resistance": [ - 96310.12165922039, - 96246.10721909499, - 96366.68994065555, - 96667.21004297104, - 96994.63838488123, - 97141.95801071217, - 96911.79127238665, - 96573.23543177615 - ], - "fuel": [ - 38.715663376792065, - 38.68277258970499, - 38.74474099895573, - 38.89941609277987, - 39.068323163229486, - 39.14444953856626, - 39.025547981116176, - 38.85101206149875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -0.9375, -5.625 -0.625, -5.3125 -0.625, -5.3125 -0.9375, -5.625 -0.9375))", @@ -13333,68 +11168,7 @@ "id": "524", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.995637593102612, - 6.995637593102612, - 6.995637593102612, - 6.995637593102612, - 6.995637593102612, - 6.995637593102612, - 6.995637593102612, - 6.995637593102612 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -441.960270034597, - -638.7798159799202, - -547.9631607413419, - -136.3393404617566, - 398.2190293272422, - 761.476611248233, - 551.0483692590792, - 40.20759879911566 - ], - "relative wind speed": [ - 1.7183659459653713, - 1.5249953134751064, - 1.6287550864977902, - 1.934629288612568, - 2.2264268204808495, - 2.3630800251131765, - 2.2927962795280146, - 2.041315121888916 - ], - "relative wind angle": [ - 0.1962196949404116, - 0.03579201412900498, - 0.15897538873800435, - 0.2184230487663761, - 0.1510469775195185, - 0.023095219595044437, - 0.11269613238855154, - 0.20683710900278662 - ], - "resistance": [ - 96192.53972996541, - 95995.7201840201, - 96086.53683925867, - 96498.16065953826, - 97032.71902932726, - 97395.97661124825, - 97185.5483692591, - 96674.70759879913 - ], - "fuel": [ - 39.36264542628016, - 39.261653773409385, - 39.30823552347616, - 39.51975072329121, - 39.79537756173161, - 39.98328576462032, - 39.874374265430426, - 39.610663550711024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -0.9375, -5.3125 -0.625, -5 -0.625, -5 -0.9375, -5.3125 -0.9375))", @@ -13413,68 +11187,7 @@ "id": "525", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.638669921021802, - 5.638669921021802, - 5.638669921021802, - 5.638669921021802, - 5.638669921021802, - 5.638669921021802, - 5.638669921021802, - 5.638669921021802 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -416.76244175342765, - -488.4069699477685, - -332.05767642027433, - 44.007590939482725, - 444.2836303967847, - 609.4745878660053, - 321.1936763777969, - -96.79035075936235 - ], - "relative wind speed": [ - 1.2641719161849025, - 1.1593159541105007, - 1.356121186859112, - 1.6713138351156966, - 1.9098997488184832, - 1.9753061035577173, - 1.845747277055921, - 1.5660644139876159 - ], - "relative wind angle": [ - 0.19925301973134424, - 0.046928454903636674, - 0.24363417243338478, - 0.2467711379088881, - 0.1313933244307306, - 0.027535890621944902, - 0.1781804041625105, - 0.2637378403781493 - ], - "resistance": [ - 96217.73755824656, - 96146.09303005222, - 96302.44232357971, - 96678.50759093947, - 97078.78363039676, - 97243.97458786599, - 96955.69367637778, - 96537.70964924063 - ], - "fuel": [ - 38.90726509275004, - 38.870479592405786, - 38.95078094199869, - 39.144301429950985, - 39.350858766738455, - 39.43627724166514, - 39.287276289518985, - 39.0717861893799 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -1.25, -5.625 -0.9375, -5.3125 -0.9375, -5.3125 -1.25, -5.625 -1.25))", @@ -13493,68 +11206,7 @@ "id": "526", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.385489153209912, - 7.385489153209912, - 7.385489153209912, - 7.385489153209912, - 7.385489153209912, - 7.385489153209912, - 7.385489153209912, - 7.385489153209912 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -545.2740018597058, - -678.6778445358227, - -525.7027270782355, - -39.354846909588105, - 519.3456815097472, - 829.6500480356315, - 491.1663530914468, - -71.9658299161274 - ], - "relative wind speed": [ - 1.7682491168193266, - 1.6255518281699304, - 1.7838259658695135, - 2.1046268083837347, - 2.377804541024091, - 2.47754730093706, - 2.366141225273084, - 2.0859543072367637 - ], - "relative wind angle": [ - 0.1673210643977012, - 0.005865989935705791, - 0.17351619124392278, - 0.2038206789414592, - 0.12416697613314788, - 0.0038487416631686274, - 0.1305281785787082, - 0.2056712347718299 - ], - "resistance": [ - 96089.2259981403, - 95955.8221554642, - 96108.79727292177, - 96595.14515309043, - 97153.84568150976, - 97464.15004803565, - 97125.66635309147, - 96562.53417008389 - ], - "fuel": [ - 39.46659355439216, - 39.398177186006414, - 39.47663628338566, - 39.726656759032224, - 40.0149584014869, - 40.175583915145594, - 40.000389439884096, - 39.709864658399766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -1.25, -5.3125 -0.9375, -5 -0.9375, -5 -1.25, -5.3125 -1.25))", @@ -13573,68 +11225,7 @@ "id": "527", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.406788114845745, - 6.406788114845745, - 6.406788114845745, - 6.406788114845745, - 6.406788114845745, - 6.406788114845745, - 6.406788114845745, - 6.406788114845745 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -438.4622526494594, - -634.4012307994569, - -535.852457866249, - -114.90898487952313, - 428.2113879663225, - 797.0772687832989, - 569.7979564907059, - 46.96250255650716 - ], - "relative wind speed": [ - 1.5328558531247964, - 1.3126361771243027, - 1.4396340492436492, - 1.7870347163117148, - 2.1045709533445076, - 2.248522232628544, - 2.1694053951206747, - 1.8935080899793018 - ], - "relative wind angle": [ - 0.24377484138700448, - 0.041950554829271014, - 0.20433845471634585, - 0.26508263114513525, - 0.17671745839196706, - 0.024485044537775464, - 0.1350692029909967, - 0.2498485102212264 - ], - "resistance": [ - 96196.03774735052, - 96000.09876920053, - 96098.64754213374, - 96519.59101512046, - 97062.71138796631, - 97431.57726878328, - 97204.29795649069, - 96681.46250255649 - ], - "fuel": [ - 39.14631773306365, - 39.04577504397541, - 39.096325781266565, - 39.312656205222325, - 39.59274971132178, - 39.7836040263127, - 39.66594792387023, - 39.39602039873451 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -1.5625, -6.875 -1.25, -6.5625 -1.25, -6.5625 -1.5625, -6.875 -1.5625))", @@ -13653,68 +11244,7 @@ "id": "528", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.305316577208997, - 9.305316577208997, - 9.305316577208997, - 9.305316577208997, - 9.305316577208997, - 9.305316577208997, - 9.305316577208997, - 9.305316577208997 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 403.1096798478702, - -543.556672976029, - -1110.1341659574784, - -1108.8481767093645, - -539.2644872516835, - 408.14480476180324, - 1225.3600837877639, - 1222.3905764429628 - ], - "relative wind speed": [ - 2.8532410766309497, - 2.422713932690926, - 2.065586643097188, - 2.066701408498685, - 2.425008031136913, - 2.8551892744261163, - 3.1232996033539844, - 3.12256206992947 - ], - "relative wind angle": [ - 0.18713380437977004, - 0.22051939751582592, - 0.1060356233268735, - 0.10702505425380748, - 0.22068390898403295, - 0.18668698782427257, - 0.07005234633133085, - 0.07075956822135986 - ], - "resistance": [ - 97037.60967984791, - 96090.94332702401, - 95524.36583404256, - 95525.65182329068, - 96095.23551274836, - 97042.64480476185, - 97859.8600837878, - 97856.89057644301 - ], - "fuel": [ - 40.87398197516795, - 40.386574290643196, - 40.096457142491744, - 40.09711428335626, - 40.388776671802724, - 40.876583312567774, - 41.300038055907805, - 41.29849485387976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -1.5625, -6.5625 -1.25, -6.25 -1.25, -6.25 -1.5625, -6.5625 -1.5625))", @@ -13733,68 +11263,7 @@ "id": "529", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.400257758156256, - 9.400257758156256, - 9.400257758156256, - 9.400257758156256, - 9.400257758156256, - 9.400257758156256, - 9.400257758156256, - 9.400257758156256 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 409.696722213836, - -463.0263752222236, - -1012.2663459717219, - -1038.3178266675206, - -551.2045578468624, - 306.5538498930182, - 1071.8445352831504, - 1132.215778396257 - ], - "relative wind speed": [ - 2.869472019285875, - 2.4832129630212765, - 2.153550790405621, - 2.1315688672712954, - 2.436993918854149, - 2.8295692976634705, - 3.087884068928104, - 3.103098966207237 - ], - "relative wind angle": [ - 0.1641361342880211, - 0.19735895024975186, - 0.10220523620017664, - 0.0827454047386849, - 0.19360495299403288, - 0.17293959473939943, - 0.07121608260946183, - 0.05680486256238147 - ], - "resistance": [ - 97044.19672221385, - 96171.47362477779, - 95622.2336540283, - 95596.18217333249, - 96083.29544215315, - 96941.05384989304, - 97706.34453528316, - 97766.71577839628 - ], - "fuel": [ - 40.92913809498286, - 40.479659930955634, - 40.19823819564746, - 40.1849177195874, - 40.43440320642185, - 40.87586878799012, - 41.27205464131961, - 41.30340116893754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -1.875, -6.875 -1.5625, -6.5625 -1.5625, -6.5625 -1.875, -6.875 -1.875))", @@ -13813,68 +11282,7 @@ "id": "530", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.478672567505614, - 8.478672567505614, - 8.478672567505614, - 8.478672567505614, - 8.478672567505614, - 8.478672567505614, - 8.478672567505614, - 8.478672567505614 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 853.9941095996442, - 97.08442187775245, - -635.2802903045408, - -954.0946919316375, - -834.7079410717047, - -235.00644946009834, - 566.3094702379394, - 1130.2851698320442 - ], - "relative wind speed": [ - 2.79632733763382, - 2.493807397207606, - 2.0940119133981794, - 1.841554114052166, - 1.9545840563506918, - 2.3282547279391914, - 2.6935032056942254, - 2.8720243483571153 - ], - "relative wind angle": [ - 0.10916470530495047, - 0.20824815442107766, - 0.20413248395518263, - 0.04603118778914565, - 0.15650468694686742, - 0.22329816362565347, - 0.1582587695754207, - 0.029509252032388956 - ], - "resistance": [ - 97488.49410959968, - 96731.58442187778, - 95999.21970969549, - 95680.4053080684, - 95799.79205892833, - 96399.49355053993, - 97200.80947023797, - 97764.78516983207 - ], - "fuel": [ - 40.68178556130571, - 40.29054026672134, - 39.91401148535941, - 39.750723778205995, - 39.81182599352003, - 40.11955592884409, - 40.53283072413832, - 40.82513104017066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -1.875, -6.5625 -1.5625, -6.25 -1.5625, -6.25 -1.875, -6.5625 -1.875))", @@ -13893,68 +11301,7 @@ "id": "531", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.095955274569147, - 7.095955274569147, - 7.095955274569147, - 7.095955274569147, - 7.095955274569147, - 7.095955274569147, - 7.095955274569147, - 7.095955274569147 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 451.5333368371919, - -136.68000079860167, - -593.2148269657685, - -697.9356631948149, - -486.2768291924665, - 41.272222639431675, - 606.1096107289984, - 848.3627242020859 - ], - "relative wind speed": [ - 2.2840781734784392, - 1.970311090715886, - 1.63486614754268, - 1.5157215303518208, - 1.7250765256883989, - 2.076240912766082, - 2.349492456182976, - 2.428063089062904 - ], - "relative wind angle": [ - 0.15877569589761292, - 0.2337377488429276, - 0.17475424671578213, - 0.03587636302891162, - 0.21090396209761086, - 0.22160763993059576, - 0.12127975740749075, - 0.022392933510680262 - ], - "resistance": [ - 97086.03333683721, - 96497.81999920141, - 96041.28517303425, - 95936.5643368052, - 96148.22317080754, - 96675.77222263944, - 97240.609610729, - 97482.8627242021 - ], - "fuel": [ - 39.862362923983554, - 39.55901275308631, - 39.324458507816644, - 39.27076535662541, - 39.37933056834113, - 39.65064947113527, - 39.94229377693489, - 40.06774087632377 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -2.1875, -6.875 -1.875, -6.5625 -1.875, -6.5625 -2.1875, -6.875 -2.1875))", @@ -13973,68 +11320,7 @@ "id": "532", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.529135014203225, - 9.529135014203225, - 9.529135014203225, - 9.529135014203225, - 9.529135014203225, - 9.529135014203225, - 9.529135014203225, - 9.529135014203225 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 824.2706841718223, - 118.36622711581231, - -597.5610379371942, - -932.8443706115022, - -845.7954775110038, - -296.7404165635339, - 468.96037867530003, - 1027.2698356209976 - ], - "relative wind speed": [ - 3.0274655572726004, - 2.774099607493996, - 2.4364196325264227, - 2.217604088257116, - 2.2884622276800584, - 2.5897834727428326, - 2.9097193064331965, - 3.0797466090143835 - ], - "relative wind angle": [ - 0.0790201738351663, - 0.15612417645937182, - 0.15288157810333203, - 0.042118775682326005, - 0.10461980746550464, - 0.1673369073927688, - 0.1278636470049281, - 0.030323750374270618 - ], - "resistance": [ - 97458.7706841718, - 96752.8662271158, - 96036.93896206279, - 95701.65562938848, - 95788.70452248899, - 96337.75958343645, - 97103.46037867529, - 97661.76983562099 - ], - "fuel": [ - 41.21485072086526, - 40.84998102767836, - 40.48182459924691, - 40.31006518666777, - 40.35461851166334, - 40.636285423213096, - 41.030965260545855, - 41.32012071815978 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -2.1875, -6.5625 -1.875, -6.25 -1.875, -6.25 -2.1875, -6.5625 -2.1875))", @@ -14053,68 +11339,7 @@ "id": "533", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.647834540315262, - 7.647834540315262, - 7.647834540315262, - 7.647834540315262, - 7.647834540315262, - 7.647834540315262, - 7.647834540315262, - 7.647834540315262 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 224.8898614729785, - -294.0903886501694, - -613.5750176202644, - -622.3571034089191, - -324.1715562494817, - 189.78135526940218, - 639.4206324745098, - 659.8390664711167 - ], - "relative wind speed": [ - 2.304375131194225, - 2.0198478405411895, - 1.7852601992491859, - 1.7762719686261452, - 2.000625352783856, - 2.28754480798279, - 2.4749732460058405, - 2.4814319335699957 - ], - "relative wind angle": [ - 0.15062455467549957, - 0.1758280569229582, - 0.08630393444340718, - 0.07646724614815287, - 0.17371051770789733, - 0.1550740822131961, - 0.06221606807052538, - 0.05471115840452657 - ], - "resistance": [ - 96859.38986147297, - 96340.40961134981, - 96020.92498237971, - 96012.14289659106, - 96310.3284437505, - 96824.28135526938, - 97273.92063247449, - 97294.3390664711 - ], - "fuel": [ - 39.97414036221288, - 39.7068655340173, - 39.542829341297434, - 39.53832563067873, - 39.69140446190778, - 39.95602787495818, - 40.18834367383326, - 40.198911153723834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -2.5, -6.875 -2.1875, -6.5625 -2.1875, -6.5625 -2.5, -6.875 -2.5))", @@ -14133,68 +11358,7 @@ "id": "534", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.194067093639504, - 9.194067093639504, - 9.194067093639504, - 9.194067093639504, - 9.194067093639504, - 9.194067093639504, - 9.194067093639504, - 9.194067093639504 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 439.54701353479777, - -312.24998740532374, - -837.6403133758567, - -910.4694224905172, - -562.3670581954289, - 147.7453002455918, - 833.9726059739824, - 1003.4810959113247 - ], - "relative wind speed": [ - 2.8134774584441393, - 2.4852498711997164, - 2.181421923402611, - 2.1195815005652583, - 2.3525187286828753, - 2.6969488047938124, - 2.9481177334149047, - 2.9928872415175465 - ], - "relative wind angle": [ - 0.13726416807501668, - 0.17677698927521326, - 0.10706338020866754, - 0.05068775852753191, - 0.16438439373590735, - 0.1627714405631965, - 0.07915153903407476, - 0.03588972292774987 - ], - "resistance": [ - 97074.04701353483, - 96322.25001259471, - 95796.85968662417, - 95724.03057750952, - 96072.1329418046, - 96782.24530024562, - 97468.472605974, - 97637.98109591135 - ], - "fuel": [ - 40.83292186695921, - 40.445471564152015, - 40.17595192236131, - 40.1386724239189, - 40.3170360725386, - 40.68228757238512, - 41.03703638584261, - 41.12493456817907 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -2.5, -6.5625 -2.1875, -6.25 -2.1875, -6.25 -2.5, -6.5625 -2.5))", @@ -14213,68 +11377,7 @@ "id": "535", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.670261052927445, - 7.670261052927445, - 7.670261052927445, - 7.670261052927445, - 7.670261052927445, - 7.670261052927445, - 7.670261052927445, - 7.670261052927445 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 180.8911092048545, - -428.63385761260724, - -751.399751356641, - -708.9660618576215, - -286.3367776153518, - 347.65835840658815, - 849.4862378181144, - 751.3689776031781 - ], - "relative wind speed": [ - 2.304479648916188, - 1.9549027870665066, - 1.6960538692814282, - 1.740426140044651, - 2.0468939555302987, - 2.3830141440148767, - 2.573674919245017, - 2.5438785679557556 - ], - "relative wind angle": [ - 0.19197172382930416, - 0.2081069972676242, - 0.07762054252178448, - 0.12553234105369931, - 0.21649196633303072, - 0.17031288594990746, - 0.05112291738616986, - 0.08576422355770419 - ], - "resistance": [ - 96815.39110920485, - 96205.86614238739, - 95883.10024864336, - 95925.53393814238, - 96348.16322238465, - 96982.15835840658, - 97483.98623781811, - 97385.86897760318 - ], - "fuel": [ - 39.9611645683231, - 39.647461684373106, - 39.48190431982032, - 39.50364783891793, - 39.72057371465221, - 40.047235167988845, - 40.306858864402244, - 40.25602360769953 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -1.5625, -6.25 -1.25, -5.9375 -1.25, -5.9375 -1.5625, -6.25 -1.5625))", @@ -14293,68 +11396,7 @@ "id": "536", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.55422020902079, - 9.55422020902079, - 9.55422020902079, - 9.55422020902079, - 9.55422020902079, - 9.55422020902079, - 9.55422020902079, - 9.55422020902079 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 210.71743452526243, - -608.1168520754859, - -1030.0887629754568, - -964.5228843885739, - -384.44980416540466, - 471.9669176683078, - 1135.5302707683754, - 983.2360117583662 - ], - "relative wind speed": [ - 2.8282921088781277, - 2.449974805748154, - 2.181494243252711, - 2.2354551366752853, - 2.564719541912551, - 2.9282496534636016, - 3.1333856207727915, - 3.0951192083217878 - ], - "relative wind angle": [ - 0.16930912631859618, - 0.17711736154700136, - 0.06141825654025774, - 0.10860542483968316, - 0.18690433825871328, - 0.14795417900467006, - 0.04274613976160377, - 0.07836652951228253 - ], - "resistance": [ - 96845.2174345253, - 96026.38314792456, - 95604.41123702459, - 95669.97711561147, - 96250.05019583464, - 97106.46691766835, - 97770.03027076842, - 97617.7360117584 - ], - "fuel": [ - 40.911596573073005, - 40.49039691450622, - 40.2743131890759, - 40.3078447416013, - 40.605201196338925, - 41.046505518373685, - 41.39031065400978, - 41.31125915682233 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -1.5625, -5.9375 -1.25, -5.625 -1.25, -5.625 -1.5625, -5.9375 -1.5625))", @@ -14373,68 +11415,7 @@ "id": "537", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.033758332928603, - 10.033758332928603, - 10.033758332928603, - 10.033758332928603, - 10.033758332928603, - 10.033758332928603, - 10.033758332928603, - 10.033758332928603 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -578.5172768396678, - -1094.8194981476336, - -1072.861927247879, - -503.478103373689, - 410.34080630116205, - 1169.8102807950208, - 1118.791760064927, - 322.7248548952148 - ], - "relative wind speed": [ - 2.6167939704871386, - 2.318295203369284, - 2.3354668864050265, - 2.6534011301399865, - 3.0337689410426143, - 3.267548319711223, - 3.2552970823134224, - 3.0018039766421314 - ], - "relative wind angle": [ - 0.17719970191588097, - 0.07630647390825143, - 0.09061519211796029, - 0.18021870126160952, - 0.1526379577209026, - 0.05411261618739507, - 0.06496734952439961, - 0.15911129306487207 - ], - "resistance": [ - 96055.98272316036, - 95539.68050185239, - 95561.63807275215, - 96131.02189662633, - 97044.84080630119, - 97804.31028079505, - 97753.29176006495, - 96957.22485489525 - ], - "fuel": [ - 40.780916286480505, - 40.51656156434054, - 40.52778398497014, - 40.81942006225394, - 41.28999610279111, - 41.68345343306255, - 41.656955089584834, - 41.24474310926831 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -1.875, -6.25 -1.5625, -5.9375 -1.5625, -5.9375 -1.875, -6.25 -1.875))", @@ -14453,68 +11434,7 @@ "id": "538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.424693485942436, - 8.424693485942436, - 8.424693485942436, - 8.424693485942436, - 8.424693485942436, - 8.424693485942436, - 8.424693485942436, - 8.424693485942436 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 10.908617717530433, - -635.333678565949, - -876.3332270599858, - -734.8755104406339, - -155.00017713682882, - 572.605402640504, - 1044.4650486430978, - 715.8482215645222 - ], - "relative wind speed": [ - 2.429911242020979, - 2.066053301462082, - 1.8639863389915199, - 1.9968140617147647, - 2.3466223476837262, - 2.672550999001936, - 2.8172078401853153, - 2.7246722169256987 - ], - "relative wind angle": [ - 0.1974576489134618, - 0.17864235052561273, - 0.022802522722272872, - 0.1543676264142533, - 0.20456367116917773, - 0.13780435796917448, - 0.0150863983885497, - 0.11292152921746357 - ], - "resistance": [ - 96645.40861771756, - 95999.16632143408, - 95758.16677294005, - 95899.6244895594, - 96479.4998228632, - 97207.10540264053, - 97678.96504864312, - 97350.34822156455 - ], - "fuel": [ - 40.21991139423267, - 39.887764186112804, - 39.7642961997232, - 39.83674108952908, - 40.13449148223678, - 40.50986735722836, - 40.75435546180145, - 40.58399923266212 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -1.875, -5.9375 -1.5625, -5.625 -1.5625, -5.625 -1.875, -5.9375 -1.875))", @@ -14533,68 +11453,7 @@ "id": "539", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.079180222272706, - 9.079180222272706, - 9.079180222272706, - 9.079180222272706, - 9.079180222272706, - 9.079180222272706, - 9.079180222272706, - 9.079180222272706 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -522.1125126755155, - -995.149655670484, - -973.1174817293493, - -447.82724860216695, - 391.6097316126006, - 1090.863303380515, - 1039.8586285914157, - 304.6509261831361 - ], - "relative wind speed": [ - 2.3526692488595633, - 2.045028170670787, - 2.0643631523621244, - 2.3930887880722427, - 2.778423291004618, - 3.012067124034463, - 2.99884867135637, - 2.743686321526073 - ], - "relative wind angle": [ - 0.2007025638241215, - 0.08740751773749568, - 0.10509396882359032, - 0.20398480848139078, - 0.16962127738570068, - 0.059304122654803, - 0.07227494484215571, - 0.17762012242831035 - ], - "resistance": [ - 96112.38748732446, - 95639.3503443295, - 95661.38251827064, - 96186.67275139783, - 97026.10973161258, - 97725.3633033805, - 97674.3586285914, - 96939.15092618312 - ], - "fuel": [ - 40.2767016815066, - 40.03436198781656, - 40.04563071200862, - 40.314834101706715, - 40.747164422283745, - 41.109298703756075, - 41.08282253377309, - 40.702256794458734 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -1.5625, -5.625 -1.25, -5.3125 -1.25, -5.3125 -1.5625, -5.625 -1.5625))", @@ -14626,34 +11485,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -483.4371026410472, + -483.43710264104857, -762.2979258726123, - -685.4779344143585, - -225.0942869845819, + -685.4779344143594, + -225.0942869845817, 414.1773480685365, 883.0444024710023, 705.2072969175865, 111.55589861911994 ], "relative wind speed": [ - 1.9304385340676555, + 1.9304385340676553, 1.6966592658956672, - 1.776306808375075, - 2.096281542159958, + 1.7763068083750748, + 2.0962815421599585, 2.4228450519596807, 2.591933335382907, 2.5380120571303717, 2.2808714947620903 ], "relative wind angle": [ - 0.2000033326169207, - 0.05560626795798209, - 0.1413070410722138, - 0.2154170262413179, + 0.20000333261692235, + 0.0556062679579821, + 0.1413070410722154, + 0.21541702624131892, 0.15896405103453456, 0.03638870238754165, 0.0987296528744751, - 0.19774190973916786 + 0.19774190973916783 ], "resistance": [ 96151.06289735896, @@ -14706,20 +11565,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -317.3416575783774, - -676.8275475069639, - -681.4104635582175, - -332.34810829757976, + -317.3416575783781, + -676.827547506964, + -681.4104635582182, + -332.34810829758, 255.92959365960337, 772.4921383583471, 783.0312312721228, 273.61301527114324 ], "relative wind speed": [ - 1.7813527628457473, + 1.7813527628457468, 1.4685626520627721, 1.4630314793192145, - 1.7703307098026968, + 1.7703307098026966, 2.134352901203969, 2.3605092055618697, 2.363941383177046, @@ -14727,11 +11586,11 @@ ], "relative wind angle": [ 0.25690206286752465, - 0.13093483067156367, - 0.1243495275121182, - 0.25605130738712195, + 0.1309348306715637, + 0.12434952751211999, + 0.2560513073871215, 0.21368483974058458, - 0.08131657322105997, + 0.08131657322105995, 0.0768367019089345, 0.2107269679741035 ], @@ -14773,68 +11632,7 @@ "id": "542", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.16195205604378, - 8.16195205604378, - 8.16195205604378, - 8.16195205604378, - 8.16195205604378, - 8.16195205604378, - 8.16195205604378, - 8.16195205604378 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -475.3379055968353, - -856.4342940757817, - -816.8592865431601, - -342.85611353740615, - 381.6459119644178, - 965.0555783658547, - 873.5933525551904, - 226.32742797347055 - ], - "relative wind speed": [ - 2.0877090293769696, - 1.8029942414724878, - 1.8419648656340646, - 2.1682848454960206, - 2.5318150612109265, - 2.7418658356552865, - 2.715839083835104, - 2.4631600281566994 - ], - "relative wind angle": [ - 0.21195287528527015, - 0.08362088386241087, - 0.12312565555573317, - 0.21873955594828132, - 0.17435051412081623, - 0.05495095354950678, - 0.08339336407497837, - 0.19220268635457785 - ], - "resistance": [ - 96159.16209440315, - 95778.06570592421, - 95817.64071345683, - 96291.64388646258, - 97016.1459119644, - 97599.55557836583, - 97508.09335255518, - 96860.82742797346 - ], - "fuel": [ - 39.844968421698894, - 39.64959899443371, - 39.669862013514916, - 39.9130119284132, - 40.2862760365822, - 40.58826890134518, - 40.54084120093686, - 40.206091332067615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -1.875, -5.3125 -1.5625, -5 -1.5625, -5 -1.875, -5.3125 -1.875))", @@ -14866,9 +11664,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -195.81277609375547, + -195.81277609375684, -611.0003984722244, - -680.146593804558, + -680.1465938045582, -424.24148117629034, 114.86961749955003, 653.9276928605511, @@ -14876,9 +11674,9 @@ 383.5227416321811 ], "relative wind speed": [ - 1.8651281348137616, + 1.865128134813761, 1.5344866245440936, - 1.4520825646163185, + 1.4520825646163182, 1.6983968620389989, 2.0562340685009515, 2.313471915289466, @@ -14886,13 +11684,13 @@ 2.1959621132328118 ], "relative wind angle": [ - 0.24789463801245037, - 0.1663630505297502, - 0.06772994399254104, - 0.23356355194420703, - 0.22443900480454465, + 0.24789463801245082, + 0.16636305052975023, + 0.06772994399254102, + 0.233563551944207, + 0.22443900480454462, 0.11005954817641204, - 0.041546882218313576, + 0.04154688221831358, 0.17997436928504384 ], "resistance": [ @@ -14933,68 +11731,7 @@ "id": "544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.8254301306806795, - 7.8254301306806795, - 7.8254301306806795, - 7.8254301306806795, - 7.8254301306806795, - 7.8254301306806795, - 7.8254301306806795, - 7.8254301306806795 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -227.1853217197447, - -704.4529428392821, - -786.2044580383229, - -502.11894733858617, - 109.94030076522449, - 723.470939695223, - 912.7343264047099, - 431.9980074353848 - ], - "relative wind speed": [ - 2.1300211391255597, - 1.8039156234981648, - 1.720387265633488, - 1.956091949899171, - 2.3121809236615785, - 2.5746959238258564, - 2.6312427354982635, - 2.4610719128879417 - ], - "relative wind angle": [ - 0.21568701217799371, - 0.1426954853561252, - 0.05412159379063403, - 0.1997578447520575, - 0.19845778137397535, - 0.0998037547993544, - 0.035376464933436366, - 0.15837761060432648 - ], - "resistance": [ - 96407.31467828027, - 95930.04705716073, - 95848.29554196169, - 96132.38105266143, - 96744.44030076524, - 97357.97093969524, - 97547.23432640472, - 97066.4980074354 - ], - "fuel": [ - 39.819165153199776, - 39.57413814573304, - 39.53225231998259, - 39.677911992933694, - 39.99275471342142, - 40.30975331246678, - 40.4078244792381, - 40.15898062390198 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -2.1875, -5.9375 -1.875, -5.625 -1.875, -5.625 -2.1875, -5.9375 -2.1875))", @@ -15013,68 +11750,7 @@ "id": "545", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.541070799459641, - 7.541070799459641, - 7.541070799459641, - 7.541070799459641, - 7.541070799459641, - 7.541070799459641, - 7.541070799459641, - 7.541070799459641 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -411.3424301331502, - -812.6792880113205, - -797.5428394768276, - -361.60894840635524, - 339.72623425548727, - 933.4262806993752, - 898.593472749159, - 281.1707316751581 - ], - "relative wind speed": [ - 1.9386114066343059, - 1.6153316668682014, - 1.6318605455073194, - 1.971748192082983, - 2.3592961879339667, - 2.591369578880092, - 2.5809928028471796, - 2.331673595370903 - ], - "relative wind angle": [ - 0.24871866103530862, - 0.11469021739302329, - 0.13262146422880322, - 0.2511547981656972, - 0.20367446124413316, - 0.07139622150267097, - 0.0837034723788551, - 0.21173845670832286 - ], - "resistance": [ - 96223.15756986683, - 95821.82071198866, - 95836.95716052316, - 96272.89105159363, - 96974.22623425547, - 97567.92628069936, - 97533.09347274914, - 96915.67073167514 - ], - "fuel": [ - 39.60078914073679, - 39.39496296058727, - 39.4027148337455, - 39.626336765476935, - 39.987586126393246, - 40.29482440333042, - 40.27676229439632, - 39.957354860724536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -2.5, -6.25 -2.1875, -5.9375 -2.1875, -5.9375 -2.5, -6.25 -2.5))", @@ -15093,68 +11769,7 @@ "id": "546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.470684988128306, - 7.470684988128306, - 7.470684988128306, - 7.470684988128306, - 7.470684988128306, - 7.470684988128306, - 7.470684988128306, - 7.470684988128306 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -16.921635660560923, - -611.3105829471885, - -810.61835876141, - -652.6967021347787, - -85.74195000792815, - 600.5004230012955, - 1026.0950541051152, - 660.4855200800544 - ], - "relative wind speed": [ - 2.157167979426778, - 1.7671125405669772, - 1.5620428878045476, - 1.733542319542372, - 2.1182961278232684, - 2.4531338009954093, - 2.5885467338401464, - 2.4769705696618423 - ], - "relative wind angle": [ - 0.2402447757103048, - 0.21505239015849864, - 0.01281796760138543, - 0.20258030794342863, - 0.24474271063644124, - 0.15433342570864617, - 0.007734790427141819, - 0.14128042589847548 - ], - "resistance": [ - 96617.57836433947, - 96023.18941705284, - 95823.88164123862, - 95981.80329786525, - 96548.7580499921, - 97235.00042300133, - 97660.59505410514, - 97294.98552008008 - ], - "fuel": [ - 39.77384861056048, - 39.468356522408456, - 39.36621463255851, - 39.44713467102034, - 39.73841043342446, - 40.09257083612687, - 40.31309485086702, - 40.123611614770006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -2.5, -5.9375 -2.1875, -5.625 -2.1875, -5.625 -2.5, -5.9375 -2.5))", @@ -15173,68 +11788,7 @@ "id": "547", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.104709313590179, - 7.104709313590179, - 7.104709313590179, - 7.104709313590179, - 7.104709313590179, - 7.104709313590179, - 7.104709313590179, - 7.104709313590179 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -319.06197722468255, - -706.167378234011, - -720.4358791556397, - -365.9581824662505, - 247.17725757468747, - 794.669162726547, - 827.5067682081383, - 302.3880283237611 - ], - "relative wind speed": [ - 1.8587787087354277, - 1.5388665508527082, - 1.5223355197755877, - 1.8256197384555326, - 2.195326682717252, - 2.430310118187629, - 2.440699100079333, - 2.2229777557276704 - ], - "relative wind angle": [ - 0.2506499917363059, - 0.13281866345339013, - 0.11377974019496251, - 0.24805195532153107, - 0.21158481005369462, - 0.08395199130528322, - 0.07087405309418074, - 0.20302175269504713 - ], - "resistance": [ - 96315.43802277536, - 95928.33262176604, - 95914.0641208444, - 96268.5418175338, - 96881.67725757473, - 97429.1691627266, - 97462.00676820819, - 96936.88802832381 - ], - "fuel": [ - 39.468690077435326, - 39.27001934625907, - 39.262707103113, - 39.44459226297711, - 39.76030045488216, - 40.04339052183093, - 40.06040522349781, - 39.78879756196031 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -0.3125, -5 0, -4.6875 0, -4.6875 -0.3125, -5 -0.3125))", @@ -15253,68 +11807,7 @@ "id": "548", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.468867816953865, - 4.468867816953865, - 4.468867816953865, - 4.468867816953865, - 4.468867816953865, - 4.468867816953865, - 4.468867816953865, - 4.468867816953865 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -131.76247289301955, - -364.82410813441277, - -388.4080388841021, - -205.0762622294272, - 133.891379165035, - 458.4453550131766, - 512.3994411857834, - 221.7074845604542 - ], - "relative wind speed": [ - 1.1898267130452382, - 0.8717201991292726, - 0.8239850410751097, - 1.1046581712655328, - 1.4376210047186166, - 1.6500138347038855, - 1.6743626884186857, - 1.504051889045218 - ], - "relative wind angle": [ - 0.3678444851877537, - 0.24309755201462657, - 0.15980885777333773, - 0.3659277678394532, - 0.3022007588523194, - 0.12751512299417433, - 0.07839085225497824, - 0.2659225834980227 - ], - "resistance": [ - 96502.73752710698, - 96269.67589186558, - 96246.0919611159, - 96429.42373777057, - 96768.39137916504, - 97092.94535501317, - 97146.89944118579, - 96856.20748456045 - ], - "fuel": [ - 38.74742338217148, - 38.62758196202093, - 38.61546625196725, - 38.709703287147335, - 38.8842703706134, - 39.051815130673866, - 39.07970588770441, - 38.929565070185234 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -0.3125, -4.6875 0, -4.375 0, -4.375 -0.3125, -4.6875 -0.3125))", @@ -15333,68 +11826,7 @@ "id": "549", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.683017631597776, - 4.683017631597776, - 4.683017631597776, - 4.683017631597776, - 4.683017631597776, - 4.683017631597776, - 4.683017631597776, - 4.683017631597776 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 62.53301352390076, - -328.3058782183088, - -484.16340008028806, - -391.02868775576485, - -42.17629009494408, - 407.76420048940224, - 717.1164808368811, - 502.4524860275793 - ], - "relative wind speed": [ - 1.4539114053276352, - 1.042023523842211, - 0.7642646414438273, - 0.950061605619742, - 1.361903135147319, - 1.697888541637918, - 1.8397114126690124, - 1.7510058451053534 - ], - "relative wind angle": [ - 0.37919486979963296, - 0.410429684948657, - 0.06519453726400967, - 0.3720322864867748, - 0.4062648807889025, - 0.2473910294744202, - 0.027067653753765828, - 0.1985348049599709 - ], - "resistance": [ - 96697.03301352392, - 96306.19412178171, - 96150.33659991973, - 96243.47131224425, - 96592.32370990507, - 97042.26420048942, - 97351.61648083689, - 97136.9524860276 - ], - "fuel": [ - 38.8968286875011, - 38.6956895992415, - 38.61563850621488, - 38.663463221271265, - 38.84288594924389, - 39.07496927359239, - 39.23497295967189, - 39.12390628425909 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -0.625, -5 -0.3125, -4.6875 -0.3125, -4.6875 -0.625, -5 -0.625))", @@ -15413,52 +11845,7 @@ "id": "550", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.40245423571697, - 47.40245423571697, - 47.40245423571697, - 47.40245423571697, - 47.40245423571697, - 47.40245423571697, - 47.40245423571697, - 47.40245423571697 - ], - "relative wind speed": [ - 0.4636562484376434, - 0.4636562484376434, - 0.4636562484376434, - 0.4636562484376434, - 0.4636562484376434, - 0.4636562484376434, - 0.4636562484376434, - 0.4636562484376434 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -0.625, -4.6875 -0.3125, -4.375 -0.3125, -4.375 -0.625, -4.6875 -0.625))", @@ -15477,52 +11864,7 @@ "id": "551", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.16251800419319, - 62.16251800419319, - 62.16251800419319, - 62.16251800419319, - 62.16251800419319, - 62.16251800419319, - 62.16251800419319, - 62.16251800419319 - ], - "relative wind speed": [ - 0.5309577962747251, - 0.5309577962747251, - 0.5309577962747251, - 0.5309577962747251, - 0.5309577962747251, - 0.5309577962747251, - 0.5309577962747251, - 0.5309577962747251 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -0.3125, -4.375 0, -4.0625 0, -4.0625 -0.3125, -4.375 -0.3125))", @@ -15541,68 +11883,7 @@ "id": "552", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.884029037609148, - 4.884029037609148, - 4.884029037609148, - 4.884029037609148, - 4.884029037609148, - 4.884029037609148, - 4.884029037609148, - 4.884029037609148 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 36.01107331734886, - -368.6954834673961, - -515.170998218589, - -403.04535832753027, - -21.28409121823063, - 453.94896712461207, - 764.4410481432348, - 505.6457166136378 - ], - "relative wind speed": [ - 1.4873535395639403, - 1.0678453691179621, - 0.8092090598684246, - 1.0198929351205266, - 1.4389720688985665, - 1.7727288101615897, - 1.9047419416158355, - 1.8007441705069713 - ], - "relative wind angle": [ - 0.37724862060632847, - 0.3898790532666615, - 0.032246320733704543, - 0.3701660023703309, - 0.3906063708159186, - 0.23099699423646639, - 0.013697555662173453, - 0.20635835330072394 - ], - "resistance": [ - 96670.51107331735, - 96265.8045165326, - 96119.32900178141, - 96231.45464167246, - 96613.21590878177, - 97088.44896712461, - 97398.94104814323, - 97140.14571661364 - ], - "fuel": [ - 38.93222633013478, - 38.72400084830712, - 38.648787972092315, - 38.706355561271025, - 38.902710373878, - 39.14789913888198, - 39.30854637277676, - 39.17462191744161 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -0.3125, -4.0625 0, -3.75 0, -3.75 -0.3125, -4.0625 -0.3125))", @@ -15621,68 +11902,7 @@ "id": "553", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.518883240844641, - 4.518883240844641, - 4.518883240844641, - 4.518883240844641, - 4.518883240844641, - 4.518883240844641, - 4.518883240844641, - 4.518883240844641 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 22.898865065691552, - -326.4247772391681, - -447.3276721081962, - -343.83812187361923, - -6.167931402091767, - 408.57948040879626, - 674.1020349137592, - 434.8575995619864 - ], - "relative wind speed": [ - 1.3712744404532347, - 0.9746082533246524, - 0.7371294120882887, - 0.948162544851486, - 1.3447981985081214, - 1.6549968393632932, - 1.7735602655634213, - 1.6702884703822194 - ], - "relative wind angle": [ - 0.3875675947516229, - 0.3967264202733959, - 0.019430874745238667, - 0.38527766367040894, - 0.39561778904127043, - 0.22955793615277648, - 0.008075464893314078, - 0.21498979181150432 - ], - "resistance": [ - 96657.39886506568, - 96308.07522276082, - 96187.17232789179, - 96290.66187812637, - 96628.3320685979, - 97043.07948040878, - 97308.60203491374, - 97069.35759956198 - ], - "fuel": [ - 38.83831641086861, - 38.65856702939756, - 38.596460522490325, - 38.64961863011368, - 38.82334236359517, - 39.03730119839706, - 39.17461435603482, - 39.050879049551114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -0.625, -4.375 -0.3125, -4.0625 -0.3125, -4.0625 -0.625, -4.375 -0.625))", @@ -15701,52 +11921,7 @@ "id": "554", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.632792030976205, - 57.632792030976205, - 57.632792030976205, - 57.632792030976205, - 57.632792030976205, - 57.632792030976205, - 57.632792030976205, - 57.632792030976205 - ], - "relative wind speed": [ - 0.5112467178277901, - 0.5112467178277901, - 0.5112467178277901, - 0.5112467178277901, - 0.5112467178277901, - 0.5112467178277901, - 0.5112467178277901, - 0.5112467178277901 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -0.625, -4.0625 -0.3125, -3.75 -0.3125, -3.75 -0.625, -4.0625 -0.625))", @@ -15765,52 +11940,7 @@ "id": "555", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.78045139936066, - 62.78045139936066, - 62.78045139936066, - 62.78045139936066, - 62.78045139936066, - 62.78045139936066, - 62.78045139936066, - 62.78045139936066 - ], - "relative wind speed": [ - 0.5335902926877655, - 0.5335902926877655, - 0.5335902926877655, - 0.5335902926877655, - 0.5335902926877655, - 0.5335902926877655, - 0.5335902926877655, - 0.5335902926877655 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -0.9375, -4.375 -0.625, -4.0625 -0.625, -4.0625 -0.9375, -4.375 -0.9375))", @@ -15829,52 +11959,7 @@ "id": "556", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 50.63960085168541, - 50.63960085168541, - 50.63960085168541, - 50.63960085168541, - 50.63960085168541, - 50.63960085168541, - 50.63960085168541, - 50.63960085168541 - ], - "relative wind speed": [ - 0.47922651611648137, - 0.47922651611648137, - 0.47922651611648137, - 0.47922651611648137, - 0.47922651611648137, - 0.47922651611648137, - 0.47922651611648137, - 0.47922651611648137 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -0.9375, -4.0625 -0.625, -3.75 -0.625, -3.75 -0.9375, -4.0625 -0.9375))", @@ -15893,68 +11978,7 @@ "id": "557", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.830548230609475, - 4.830548230609475, - 4.830548230609475, - 4.830548230609475, - 4.830548230609475, - 4.830548230609475, - 4.830548230609475, - 4.830548230609475 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 170.32854380915035, - -225.72455102902734, - -447.5624359964419, - -428.7904728323476, - -167.31704964614642, - 240.25870655049312, - 583.6918623019652, - 540.7593418503571 - ], - "relative wind speed": [ - 1.563190715527358, - 1.2088137342252712, - 0.9012161264950206, - 0.9362925348857082, - 1.271548050148843, - 1.6121938509052234, - 1.8022788769481735, - 1.7843082542166175 - ], - "relative wind angle": [ - 0.29458736901593885, - 0.36355009974939095, - 0.17175854145614172, - 0.2284210628084552, - 0.36498859969421427, - 0.26988722803402576, - 0.08556929800682668, - 0.11910276954395421 - ], - "resistance": [ - 96804.82854380916, - 96408.77544897098, - 96186.93756400356, - 96205.70952716765, - 96467.18295035385, - 96874.75870655049, - 97218.19186230196, - 97175.25934185035 - ], - "fuel": [ - 38.988154703293745, - 38.784177187840235, - 38.67018000474543, - 38.679819375406, - 38.814221859647425, - 39.024231160636326, - 39.201669928176685, - 39.17946433491328 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -1.25, -4.375 -0.9375, -4.0625 -0.9375, -4.0625 -1.25, -4.375 -1.25))", @@ -15973,68 +11997,7 @@ "id": "558", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.22909923403302, - 5.22909923403302, - 5.22909923403302, - 5.22909923403302, - 5.22909923403302, - 5.22909923403302, - 5.22909923403302, - 5.22909923403302 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -140.25912465948193, - -414.1422914635618, - -452.86041556282396, - -264.97373167121293, - 107.61488370985683, - 473.03195489083134, - 561.8945012527671, - 255.26395779878874 - ], - "relative wind speed": [ - 1.4097268042909152, - 1.1109901570416454, - 1.0481697108572146, - 1.2883583417571567, - 1.609090993113756, - 1.8281696742405145, - 1.8648977838202265, - 1.7078162284276486 - ], - "relative wind angle": [ - 0.29472291839955883, - 0.19594911671216744, - 0.09898677764984835, - 0.2854591785350903, - 0.2573154459782147, - 0.11859675496362153, - 0.055573515080195805, - 0.21406574002190018 - ], - "resistance": [ - 96494.24087534053, - 96220.35770853645, - 96181.63958443719, - 96369.5262683288, - 96742.11488370987, - 97107.53195489084, - 97196.39450125278, - 96889.7639577988 - ], - "fuel": [ - 38.931893552760705, - 38.79109096410878, - 38.771208600709365, - 38.86774350138255, - 39.059565525637545, - 39.248197126701285, - 39.29414388424341, - 39.13572349280376 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -1.25, -4.0625 -0.9375, -3.75 -0.9375, -3.75 -1.25, -4.0625 -1.25))", @@ -16053,68 +12016,7 @@ "id": "559", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.409928555827682, - 5.409928555827682, - 5.409928555827682, - 5.409928555827682, - 5.409928555827682, - 5.409928555827682, - 5.409928555827682, - 5.409928555827682 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 10.121516848813258, - -346.2350650682473, - -474.4924440669389, - -385.27730889718646, - -54.745167647032076, - 354.1513095186782, - 616.96719995914, - 411.10774278400606 - ], - "relative wind speed": [ - 1.5860621004399529, - 1.263401834568196, - 1.0813098347634178, - 1.2185387525999296, - 1.5356183888438169, - 1.810395710063684, - 1.924704097738451, - 1.8408911241622852 - ], - "relative wind angle": [ - 0.2691588408278737, - 0.2534221516635475, - 0.024229165494096542, - 0.23161081112681875, - 0.2782318393999586, - 0.1758713619673931, - 0.013611173040231518, - 0.1525336440863513 - ], - "resistance": [ - 96644.6215168488, - 96288.26493493174, - 96160.00755593304, - 96249.2226911028, - 96579.75483235295, - 96988.65130951867, - 97251.46719995912, - 97045.60774278399 - ], - "fuel": [ - 39.0598461584326, - 38.87649948512903, - 38.81062626888781, - 38.85644083928518, - 39.02643684990958, - 39.23729895694654, - 39.373157830392216, - 39.26671994668216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 -0.3125, -3.75 0, -3.4375 0, -3.4375 -0.3125, -3.75 -0.3125))", @@ -16133,68 +12035,7 @@ "id": "560", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.428365015944632, - 4.428365015944632, - 4.428365015944632, - 4.428365015944632, - 4.428365015944632, - 4.428365015944632, - 4.428365015944632, - 4.428365015944632 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 44.08146115326713, - -323.05674208399057, - -457.71056367070696, - -354.55445565968625, - -8.689076601917122, - 425.39664979105805, - 712.4737641217375, - 473.48538329140433 - ], - "relative wind speed": [ - 1.372973235010864, - 0.9508641058146636, - 0.6778044567255056, - 0.9007761085202427, - 1.3243467589191829, - 1.6537252777257838, - 1.7831239329780144, - 1.6815327068585577 - ], - "relative wind angle": [ - 0.4144057846809157, - 0.44552027642195685, - 0.039337940203355605, - 0.42578812598849375, - 0.4306154780858441, - 0.2503839903358387, - 0.01494991311804121, - 0.2231059607888916 - ], - "resistance": [ - 96678.58146115327, - 96311.443257916, - 96176.78943632929, - 96279.94554434031, - 96625.81092339808, - 97059.89664979106, - 97346.97376412174, - 97107.98538329141 - ], - "fuel": [ - 38.828984285228415, - 38.64005140169285, - 38.57088295015349, - 38.62386573346719, - 38.8017971893282, - 39.02574377028378, - 39.17423319701405, - 39.05059608254359 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -0.3125, -3.4375 0, -3.125 0, -3.125 -0.3125, -3.4375 -0.3125))", @@ -16213,68 +12054,7 @@ "id": "561", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.983286450938357, - 4.983286450938357, - 4.983286450938357, - 4.983286450938357, - 4.983286450938357, - 4.983286450938357, - 4.983286450938357, - 4.983286450938357 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 229.81567785880156, - -240.7404555228428, - -512.3192737094486, - -499.16173797876866, - -200.55251825991843, - 278.2943367373548, - 694.5428944182368, - 664.4344703373233 - ], - "relative wind speed": [ - 1.6581378281751318, - 1.2579360218019533, - 0.8881650707784791, - 0.9130080168556091, - 1.3001655707972708, - 1.6903989274029398, - 1.9107627732821761, - 1.8990176223166866 - ], - "relative wind angle": [ - 0.31703104271523946, - 0.40942073079912683, - 0.21703998204535854, - 0.25497247001683576, - 0.4088775612470103, - 0.30074912217091304, - 0.10026272355662037, - 0.12156067965909927 - ], - "resistance": [ - 96864.31567785882, - 96393.75954447717, - 96122.18072629056, - 96135.33826202125, - 96433.94748174009, - 96912.79433673737, - 97329.04289441825, - 97298.93447033734 - ], - "fuel": [ - 39.057365889432376, - 38.814978462000994, - 38.675460910520584, - 38.68221397446844, - 38.83564742806553, - 39.082384469619925, - 39.29755947233956, - 39.28197363111239 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 -0.625, -3.75 -0.3125, -3.4375 -0.3125, -3.4375 -0.625, -3.75 -0.625))", @@ -16293,52 +12073,7 @@ "id": "562", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 65.34582495502544, - 65.34582495502544, - 65.34582495502544, - 65.34582495502544, - 65.34582495502544, - 65.34582495502544, - 65.34582495502544, - 65.34582495502544 - ], - "relative wind speed": [ - 0.5443830890483637, - 0.5443830890483637, - 0.5443830890483637, - 0.5443830890483637, - 0.5443830890483637, - 0.5443830890483637, - 0.5443830890483637, - 0.5443830890483637 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -0.625, -3.4375 -0.3125, -3.125 -0.3125, -3.125 -0.625, -3.4375 -0.625))", @@ -16357,68 +12092,7 @@ "id": "563", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.13472148390306, - 5.13472148390306, - 5.13472148390306, - 5.13472148390306, - 5.13472148390306, - 5.13472148390306, - 5.13472148390306, - 5.13472148390306 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 497.73548473956157, - -23.106342241367315, - -442.32587527425585, - -565.7622131585981, - -406.13801284049555, - 37.238685147903425, - 552.143831961446, - 837.0164891378427 - ], - "relative wind speed": [ - 1.8603289774256007, - 1.512218531414362, - 1.0753797023713576, - 0.8555029490624487, - 1.1233145287056292, - 1.560722444221752, - 1.8884432558004542, - 1.9976922032174984 - ], - "relative wind angle": [ - 0.22904253924161272, - 0.38734229702418094, - 0.36656971061397164, - 0.030542337737455908, - 0.3854876904842407, - 0.37469631906395484, - 0.2055448711795465, - 0.013077961923650658 - ], - "resistance": [ - 97132.2354847396, - 96611.39365775867, - 96192.17412472579, - 96068.73778684145, - 96228.36198715954, - 96671.73868514795, - 97186.64383196148, - 97471.51648913788 - ], - "fuel": [ - 39.23545369128599, - 38.96669315910985, - 38.75110414807511, - 38.68775005558285, - 38.769688430651115, - 38.99778020420392, - 39.26358727227229, - 39.41106963958015 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 -0.3125, -3.125 0, -2.8125 0, -2.8125 -0.3125, -3.125 -0.3125))", @@ -16437,68 +12111,7 @@ "id": "564", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.9501453737991445, - 4.9501453737991445, - 4.9501453737991445, - 4.9501453737991445, - 4.9501453737991445, - 4.9501453737991445, - 4.9501453737991445, - 4.9501453737991445 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 231.9387500730603, - -297.67658826900424, - -577.8172852898284, - -531.7365996936647, - -160.41030803142735, - 399.75832923811265, - 863.9421066990284, - 757.764340263241 - ], - "relative wind speed": [ - 1.6718472712565344, - 1.202193310598162, - 0.7749219131992917, - 0.869270210392445, - 1.3489914026949443, - 1.7803320889389775, - 2.003583572351386, - 1.9644898585325064 - ], - "relative wind angle": [ - 0.3803592051897074, - 0.4885757917109104, - 0.23086995193364981, - 0.36896445684653095, - 0.47811541159003007, - 0.3225094406676663, - 0.0886179178951505, - 0.1602697302556226 - ], - "resistance": [ - 96866.4387500731, - 96336.82341173102, - 96056.6827147102, - 96102.76340030636, - 96474.0896919686, - 97034.25832923815, - 97498.44210669906, - 97392.26434026327 - ], - "fuel": [ - 39.049972027067895, - 38.77721671645061, - 38.63336450467191, - 38.65700686383174, - 38.84780953402512, - 39.13661795300434, - 39.376823724285515, - 39.32180814237725 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 -0.3125, -2.8125 0, -2.5 0, -2.5 -0.3125, -2.8125 -0.3125))", @@ -16530,7 +12143,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 9.241603382504081, + 9.24160338250374, -408.9037078437766, -518.2193497014842, -356.20268580661957, @@ -16540,21 +12153,21 @@ 588.86206885562 ], "relative wind speed": [ - 1.3449284048120593, + 1.344928404812059, 0.7775233268513262, - 0.4260618359536028, - 0.8874608018109834, + 0.42606183595360275, + 0.8874608018109833, 1.4379485160676533, 1.8088631305694531, 1.9222381904632222, 1.75753852708283 ], "relative wind angle": [ - 0.5910943769738338, + 0.5910943769738343, 0.6833462353193663, - 0.1299721032215736, - 0.6960244739979623, - 0.5482805150354864, + 0.12997210322157446, + 0.6960244739979621, + 0.5482805150354862, 0.27484510065989143, 0.028731076878421455, 0.32969741849853246 @@ -16597,68 +12210,7 @@ "id": "566", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.089571461405803, - 5.089571461405803, - 5.089571461405803, - 5.089571461405803, - 5.089571461405803, - 5.089571461405803, - 5.089571461405803, - 5.089571461405803 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 377.94419660972255, - -185.94756070703727, - -552.40252967224, - -588.2488289618996, - -293.43232018894605, - 247.06895861193073, - 771.0425764092557, - 853.3998316089225 - ], - "relative wind speed": [ - 1.7967579848158828, - 1.364993880535759, - 0.9013312383880838, - 0.8315400147372886, - 1.253489219945687, - 1.7135828508186024, - 1.996791546262524, - 2.0268487078246338 - ], - "relative wind angle": [ - 0.31777429493997406, - 0.45851902135313655, - 0.33112485303509975, - 0.2302424114031403, - 0.46438369880425145, - 0.3603263244342096, - 0.14728185388422022, - 0.09376479273840452 - ], - "resistance": [ - 97012.4441966097, - 96448.55243929294, - 96082.09747032773, - 96046.25117103808, - 96341.06767981102, - 96881.5689586119, - 97405.54257640922, - 97487.8998316089 - ], - "fuel": [ - 39.16155249140563, - 38.870874206250605, - 38.68260612258938, - 38.66421673664688, - 38.81560158206534, - 39.093982705409736, - 39.36488910074686, - 39.40756259995133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 -0.625, -2.8125 -0.3125, -2.5 -0.3125, -2.5 -0.625, -2.8125 -0.625))", @@ -16690,41 +12242,41 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 54.61033611086566, + 54.61033611086543, -378.25489504598573, - -525.8062431990234, + -525.8062431990235, -390.63002540646283, - 32.14589734776371, + 32.14589734776382, 556.691200221594, 898.1284516212759, - 577.5054491480876 + 577.5054491480873 ], "relative wind speed": [ - 1.4241866084752415, + 1.4241866084752413, 0.9232398457980623, - 0.5905777065460994, - 0.9014067927273587, + 0.5905777065460993, + 0.9014067927273588, 1.4042679985664899, 1.7742334386119867, 1.910888296078265, - 1.7854248518442666 + 1.7854248518442668 ], "relative wind angle": [ - 0.48200594442642875, + 0.48200594442642924, 0.5401502650087415, - 0.019070291019206254, - 0.5340834205554208, - 0.4894411959223335, - 0.2709042218953274, + 0.01907029101920625, + 0.534083420555421, + 0.4894411959223334, + 0.27090422189532737, 0.005893526750654228, - 0.2599218826257059 + 0.2599218826257063 ], "resistance": [ 96689.11033611084, 96256.24510495398, 96108.69375680095, 96243.8699745935, - 96666.64589734773, + 96666.64589734774, 97191.19120022157, 97532.62845162125, 97212.00544914806 @@ -16757,52 +12309,7 @@ "id": "568", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.580897708130365, - 62.580897708130365, - 62.580897708130365, - 62.580897708130365, - 62.580897708130365, - 62.580897708130365, - 62.580897708130365, - 62.580897708130365 - ], - "relative wind speed": [ - 0.5327415837422589, - 0.5327415837422589, - 0.5327415837422589, - 0.5327415837422589, - 0.5327415837422589, - 0.5327415837422589, - 0.5327415837422589, - 0.5327415837422589 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -0.9375, -3.4375 -0.625, -3.125 -0.625, -3.125 -0.9375, -3.4375 -0.9375))", @@ -16821,68 +12328,7 @@ "id": "569", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.996931409959573, - 4.996931409959573, - 4.996931409959573, - 4.996931409959573, - 4.996931409959573, - 4.996931409959573, - 4.996931409959573, - 4.996931409959573 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 383.6511843235734, - -89.57629479954835, - -440.60947280249707, - -517.9852565583521, - -329.2772781717612, - 95.8090103393398, - 550.0106823528178, - 727.6433619792018 - ], - "relative wind speed": [ - 1.7544036327076968, - 1.407369189447173, - 1.0085390490559603, - 0.867034001787201, - 1.1575613957095017, - 1.5611510035514498, - 1.8441066882976678, - 1.9147147388161412 - ], - "relative wind angle": [ - 0.2472130283009444, - 0.3822113590043332, - 0.3155912685991163, - 0.09497312100969997, - 0.379947941898288, - 0.3429144654923116, - 0.17057148129513952, - 0.04295495256919514 - ], - "resistance": [ - 97018.1511843236, - 96544.92370520046, - 96193.89052719752, - 96116.51474344166, - 96305.22272182825, - 96730.30901033935, - 97184.51068235283, - 97362.14336197922 - ], - "fuel": [ - 39.140302853885906, - 38.896270856531125, - 38.71578984228342, - 38.67606935046266, - 38.77298078491892, - 38.99177030641884, - 39.22628839690566, - 39.31821434839625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 -1.25, -3.75 -0.9375, -3.4375 -0.9375, -3.4375 -1.25, -3.75 -1.25))", @@ -16914,19 +12360,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 203.5057642063923, + 203.50576420639163, -284.9637244173425, - -564.5394643393299, + -564.5394643393303, -549.1842368672521, -235.67317689678248, 261.9067984564615, - 682.5386567288247, + 682.5386567288256, 647.3398021471191 ], "relative wind speed": [ - 1.850640326179518, + 1.8506403261795177, 1.4933101928913175, - 1.1928984776303775, + 1.1928984776303773, 1.2151852487494115, 1.5360801859039888, 1.88532135781027, @@ -16934,19 +12380,19 @@ 2.0755087968087476 ], "relative wind angle": [ - 0.24571319990034485, + 0.24571319990034576, 0.2946892642376275, - 0.13724761200490646, + 0.13724761200490726, 0.16776322938715188, 0.2974266165612785, 0.23213047893502742, - 0.07823008691980723, + 0.07823008691980582, 0.09791964938591434 ], "resistance": [ 96838.00576420638, 96349.53627558265, - 96069.96053566066, + 96069.96053566065, 96085.31576313273, 96398.8268231032, 96896.40679845645, @@ -16956,7 +12402,7 @@ "fuel": [ 39.2992623703544, 39.04771172396046, - 38.904136098335485, + 38.90413609833547, 38.912014199729775, 39.073054956347704, 39.329396992113026, @@ -16994,9 +12440,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 253.64851482861445, + 253.64851482861377, -274.33887948308006, - -591.2807686797582, + -591.2807686797585, -590.4927257523076, -271.833791132403, 256.6254114798253, @@ -17004,9 +12450,9 @@ 719.1963843796591 ], "relative wind speed": [ - 1.8943759186440767, + 1.8943759186440763, 1.518193346574767, - 1.1828354315200642, + 1.1828354315200638, 1.1839924002029454, 1.5203690304859483, 1.8961200047506168, @@ -17014,14 +12460,14 @@ 2.1209300097506842 ], "relative wind angle": [ - 0.25233556847395716, + 0.25233556847395755, 0.3162232354591995, - 0.16537948991773577, + 0.16537948991773507, 0.16694282734297067, 0.31633288759007405, - 0.25164367812491373, + 0.2516436781249138, 0.09191315116301416, - 0.09289578017086612 + 0.09289578017086614 ], "resistance": [ 96888.1485148286, @@ -17061,68 +12507,7 @@ "id": "572", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.070070091216036, - 5.070070091216036, - 5.070070091216036, - 5.070070091216036, - 5.070070091216036, - 5.070070091216036, - 5.070070091216036, - 5.070070091216036 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 32.76554069886163, - -401.5865798328367, - -555.3594921288638, - -431.2201711498645, - -16.665704260147095, - 495.774437980783, - 827.0554108252368, - 540.3826128580988 - ], - "relative wind speed": [ - 1.5393799508848445, - 1.1031360688198677, - 0.8388275645446218, - 1.0632634308951419, - 1.4991766996527325, - 1.843993553035512, - 1.9782794865559372, - 1.8672686701406886 - ], - "relative wind angle": [ - 0.37917413127013844, - 0.3888713251066115, - 0.025854277365487757, - 0.3731171673993235, - 0.3898825146909161, - 0.22880748309538912, - 0.010961696211325143, - 0.2090856613438254 - ], - "resistance": [ - 96667.26554069889, - 96232.9134201672, - 96079.14050787117, - 96203.27982885017, - 96617.83429573989, - 97130.27443798081, - 97461.55541082527, - 97174.88261285813 - ], - "fuel": [ - 38.97833654507893, - 38.75488733356427, - 38.675948266260974, - 38.73966813473437, - 38.95287160908013, - 39.21730104360735, - 39.38876873060977, - 39.24036599228557 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 -0.9375, -2.8125 -0.625, -2.5 -0.625, -2.5 -0.9375, -2.8125 -0.9375))", @@ -17141,68 +12526,7 @@ "id": "573", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.8931888394283645, - 4.8931888394283645, - 4.8931888394283645, - 4.8931888394283645, - 4.8931888394283645, - 4.8931888394283645, - 4.8931888394283645, - 4.8931888394283645 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 135.57547543250348, - -343.63974076121673, - -561.3443287822008, - -475.7048774621222, - -85.65818771314252, - 449.516980485159, - 848.5961566229288, - 651.0979700022589 - ], - "relative wind speed": [ - 1.581974613451756, - 1.1192731577626485, - 0.7576586951831511, - 0.9295455231265071, - 1.3974670249729697, - 1.7896327449520655, - 1.9701550865619692, - 1.8951260865515263 - ], - "relative wind angle": [ - 0.3947136054090627, - 0.46474927481876194, - 0.13385151292994138, - 0.396127563011932, - 0.4503883152450053, - 0.2841198360149945, - 0.051344002213320736, - 0.19040436093408583 - ], - "resistance": [ - 96770.07547543252, - 96290.86025923879, - 96073.15567121781, - 96158.7951225379, - 96548.84181228688, - 97084.01698048518, - 97483.09615662294, - 97285.59797000227 - ], - "fuel": [ - 38.985845822214884, - 38.73917379613704, - 38.62739446311731, - 38.67134456902832, - 38.87186145581998, - 39.147907866587744, - 39.35444886707319, - 39.2521608107914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 -1.25, -3.125 -0.9375, -2.8125 -0.9375, -2.8125 -1.25, -3.125 -1.25))", @@ -17234,17 +12558,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -165.3823425238154, + -165.38234252381608, -594.7404403384992, - -668.7185034814959, + -668.7185034814963, -395.3713896967496, 166.28243822067884, 738.2545284365588, - 907.746032656617, + 907.7460326566156, 441.8930281722164 ], "relative wind speed": [ - 1.588557140701268, + 1.5885571407012675, 1.1551198414090877, 1.0393527508638394, 1.3820956438853114, @@ -17254,14 +12578,14 @@ 1.9877790968426485 ], "relative wind angle": [ - 0.3708189619865594, - 0.2784268712075051, - 0.12218645715481138, + 0.37081896198655967, + 0.27842687120750514, + 0.12218645715481413, 0.3675498011433431, 0.32054520019703137, - 0.14976995610270127, - 0.05796684429105073, - 0.25251586592654335 + 0.14976995610270125, + 0.05796684429105265, + 0.2525158659265434 ], "resistance": [ 96469.11765747618, @@ -17301,68 +12625,7 @@ "id": "575", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.861288314383608, - 4.861288314383608, - 4.861288314383608, - 4.861288314383608, - 4.861288314383608, - 4.861288314383608, - 4.861288314383608, - 4.861288314383608 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 115.58624478192792, - -354.98043933042504, - -558.8369031535262, - -462.5736641695402, - -64.77895971654584, - 468.8349889816069, - 855.7334583150026, - 633.3880179236897 - ], - "relative wind speed": [ - 1.558964294626539, - 1.09274364791771, - 0.7420455776767743, - 0.936443782307396, - 1.4077767089613449, - 1.7939108824437051, - 1.965088622649065, - 1.8802334899666782 - ], - "relative wind angle": [ - 0.40410208974722306, - 0.4671975493304802, - 0.11214156463138328, - 0.4116832057835582, - 0.4505049528508031, - 0.2779119148401749, - 0.042270145785275236, - 0.2006379773708688 - ], - "resistance": [ - 96750.08624478194, - 96279.51956066959, - 96075.66309684649, - 96171.92633583047, - 96569.72104028348, - 97103.33498898162, - 97490.23345831502, - 97267.8880179237 - ], - "fuel": [ - 38.967555931212985, - 38.72536309408498, - 38.620697361528116, - 38.670102388642974, - 38.87462757964247, - 39.14990861233931, - 39.3501646055239, - 39.23501205898435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -1.5625, -5 -1.25, -4.6875 -1.25, -4.6875 -1.5625, -5 -1.5625))", @@ -17394,17 +12657,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -234.18347437391662, + -234.1834743739172, -622.6977184809759, - -656.899669999118, + -656.8996699991184, -340.79886940102426, - 234.50347642355564, + 234.5034764235554, 779.0362725235038, 857.2719436332363, 362.06913844449423 ], "relative wind speed": [ - 1.5522145163869836, + 1.5522145163869832, 1.1464071805417084, 1.0939347302880684, 1.4579314323250643, @@ -17414,13 +12677,13 @@ 1.9597315919484877 ], "relative wind angle": [ - 0.3612104970253021, - 0.23176248295418092, - 0.16174665008541647, + 0.36121049702530206, + 0.2317624829541809, + 0.16174665008541786, 0.3591734191699304, - 0.2951371613057411, - 0.12239354562236374, - 0.0807552551181249, + 0.2951371613057414, + 0.12239354562236375, + 0.08075525511812491, 0.2645726981143015 ], "resistance": [ @@ -17461,68 +12724,7 @@ "id": "577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.560583655131058, - 5.560583655131058, - 5.560583655131058, - 5.560583655131058, - 5.560583655131058, - 5.560583655131058, - 5.560583655131058, - 5.560583655131058 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -266.17535922848083, - -567.1762823813897, - -560.3206581341868, - -244.7078053276772, - 269.87187260613064, - 718.9026834300332, - 703.2244738887248, - 244.23144033956783 - ], - "relative wind speed": [ - 1.4184011362483913, - 1.0696323965520884, - 1.080616728816726, - 1.4383612954298437, - 1.8219999202193546, - 2.0463215849021132, - 2.040542324479328, - 1.8062841073318017 - ], - "relative wind angle": [ - 0.34891880297143774, - 0.1816359612956588, - 0.19715871678001576, - 0.3495267228922338, - 0.2693970313548227, - 0.09456257659281701, - 0.10392182943768317, - 0.2761969781197186 - ], - "resistance": [ - 96368.32464077155, - 96067.32371761864, - 96074.17934186585, - 96389.79219467235, - 96904.37187260616, - 97353.40268343006, - 97337.72447388875, - 96878.7314403396 - ], - "fuel": [ - 38.96138726419461, - 38.80679972852383, - 38.81031687637837, - 38.972425413229786, - 39.237524290250306, - 39.46965902398773, - 39.46154124454236, - 39.22429164136966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -1.875, -5 -1.5625, -4.6875 -1.5625, -4.6875 -1.875, -5 -1.875))", @@ -17541,68 +12743,7 @@ "id": "578", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.0514513642097585, - 6.0514513642097585, - 6.0514513642097585, - 6.0514513642097585, - 6.0514513642097585, - 6.0514513642097585, - 6.0514513642097585, - 6.0514513642097585 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -237.99528817937698, - -632.4628256647841, - -669.6338909281607, - -355.0244834967831, - 223.08365603610855, - 771.0613754860424, - 856.128459198846, - 362.6146665273875 - ], - "relative wind speed": [ - 1.605199058264291, - 1.2126695039896092, - 1.1584896570434862, - 1.5054940441271087, - 1.9241362264199868, - 2.192805716101613, - 2.221905927125984, - 2.0031105604963786 - ], - "relative wind angle": [ - 0.3395486918545459, - 0.21579697398203315, - 0.1450145973152066, - 0.336025021728507, - 0.28156006604184625, - 0.11869485999652271, - 0.0754165677804254, - 0.25043265309561724 - ], - "resistance": [ - 96396.50471182064, - 96002.03717433523, - 95964.86610907185, - 96279.47551650323, - 96857.58365603612, - 97405.56137548605, - 97490.62845919887, - 96997.1146665274 - ], - "fuel": [ - 39.128757782819584, - 38.92619505738634, - 38.907137223017145, - 39.068601801458996, - 39.366260010176305, - 39.6495526429469, - 39.693630677505304, - 39.43828849264036 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -1.875, -4.6875 -1.5625, -4.375 -1.5625, -4.375 -1.875, -4.6875 -1.875))", @@ -17621,68 +12762,7 @@ "id": "579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.120517444607418, - 6.120517444607418, - 6.120517444607418, - 6.120517444607418, - 6.120517444607418, - 6.120517444607418, - 6.120517444607418, - 6.120517444607418 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -377.61744847555326, - -660.6704398086508, - -606.658653423924, - -205.81091320335895, - 378.9314011786348, - 838.7500153150859, - 714.9792122925098, - 174.75549394650034 - ], - "relative wind speed": [ - 1.5033700092663262, - 1.1902415244088385, - 1.2666817312446017, - 1.647279373376043, - 2.023400734622892, - 2.2220704379489895, - 2.1794011354876983, - 1.9080730027133976 - ], - "relative wind angle": [ - 0.3127179545549125, - 0.11480292467171639, - 0.2145506235733446, - 0.31971828402926256, - 0.2306171346459996, - 0.06139722148211507, - 0.12406169617864757, - 0.27478605267231115 - ], - "resistance": [ - 96256.88255152448, - 95973.82956019139, - 96027.84134657611, - 96428.68908679667, - 97013.43140117866, - 97473.25001531512, - 97349.47921229254, - 96809.25549394653 - ], - "fuel": [ - 39.079778762328544, - 38.934516819483676, - 38.96221248922263, - 39.1680947548011, - 39.4695006735605, - 39.7074081911662, - 39.643292501921906, - 39.364113462780395 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -1.5625, -4.375 -1.25, -4.0625 -1.25, -4.0625 -1.5625, -4.375 -1.5625))", @@ -17701,68 +12781,7 @@ "id": "580", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.250520969013123, - 5.250520969013123, - 5.250520969013123, - 5.250520969013123, - 5.250520969013123, - 5.250520969013123, - 5.250520969013123, - 5.250520969013123 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -187.40924810735555, - -446.2726409588145, - -461.07404739904865, - -234.7422869265763, - 164.14624319065695, - 529.3595129760948, - 563.2734140365498, - 220.29211593806656 - ], - "relative wind speed": [ - 1.375811952680674, - 1.079126102230296, - 1.0549393340254734, - 1.3297541612381816, - 1.6573068226243117, - 1.8641382161581659, - 1.8779316907124153, - 1.6944846721424893 - ], - "relative wind angle": [ - 0.3054526932345669, - 0.1761177762635293, - 0.13917947758118737, - 0.3024227022980181, - 0.2523152572494844, - 0.1016008349443904, - 0.07801183138419711, - 0.235908466660509 - ], - "resistance": [ - 96447.09075189268, - 96188.22735904122, - 96173.425952601, - 96399.75771307347, - 96798.6462431907, - 97163.85951297614, - 97197.7734140366, - 96854.79211593811 - ], - "fuel": [ - 38.913506654796024, - 38.78046387412258, - 38.77286423099957, - 38.889161222221716, - 39.09458777908641, - 39.28319086229518, - 39.30072983022001, - 39.12355029093044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -1.5625, -4.0625 -1.25, -3.75 -1.25, -3.75 -1.5625, -4.0625 -1.5625))", @@ -17781,52 +12800,7 @@ "id": "581", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.80326751574346, - 42.80326751574346, - 42.80326751574346, - 42.80326751574346, - 42.80326751574346, - 42.80326751574346, - 42.80326751574346, - 42.80326751574346 - ], - "relative wind speed": [ - 0.440589522180823, - 0.440589522180823, - 0.440589522180823, - 0.440589522180823, - 0.440589522180823, - 0.440589522180823, - 0.440589522180823, - 0.440589522180823 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -1.875, -4.375 -1.5625, -4.0625 -1.5625, -4.0625 -1.875, -4.375 -1.875))", @@ -17845,68 +12819,7 @@ "id": "582", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.643116835263218, - 5.643116835263218, - 5.643116835263218, - 5.643116835263218, - 5.643116835263218, - 5.643116835263218, - 5.643116835263218, - 5.643116835263218 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -263.40782092131326, - -556.0026582463962, - -550.064425592376, - -244.62175931737352, - 254.15628470244405, - 688.1188533831041, - 674.5296335156272, - 231.79714787944954 - ], - "relative wind speed": [ - 1.4428217224442137, - 1.114030931941222, - 1.1232283539291388, - 1.4599355595637062, - 1.8278061202732163, - 2.044882592899477, - 2.0398450433782345, - 1.81416589593855 - ], - "relative wind angle": [ - 0.32624127048985996, - 0.16680907972410197, - 0.17975068038717065, - 0.32702143922824706, - 0.25576152344015984, - 0.09057881861421631, - 0.09860619871036777, - 0.261471437480734 - ], - "resistance": [ - 96371.09217907871, - 96078.49734175364, - 96084.43557440766, - 96389.87824068265, - 96888.65628470248, - 97322.61885338313, - 97309.02963351566, - 96866.29714787948 - ], - "fuel": [ - 38.98740501630506, - 38.837127074430605, - 38.840173808708286, - 38.99706450009451, - 39.25400825738131, - 39.47831564277229, - 39.471280993025545, - 39.2424702077046 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -1.875, -4.0625 -1.5625, -3.75 -1.5625, -3.75 -1.875, -4.0625 -1.875))", @@ -17925,52 +12838,7 @@ "id": "583", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.922152795722646, - 45.922152795722646, - 45.922152795722646, - 45.922152795722646, - 45.922152795722646, - 45.922152795722646, - 45.922152795722646, - 45.922152795722646 - ], - "relative wind speed": [ - 0.4563592132299686, - 0.4563592132299686, - 0.4563592132299686, - 0.4563592132299686, - 0.4563592132299686, - 0.4563592132299686, - 0.4563592132299686, - 0.4563592132299686 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -2.1875, -5 -1.875, -4.6875 -1.875, -4.6875 -2.1875, -5 -2.1875))", @@ -17989,68 +12857,7 @@ "id": "584", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.817022762574909, - 7.817022762574909, - 7.817022762574909, - 7.817022762574909, - 7.817022762574909, - 7.817022762574909, - 7.817022762574909, - 7.817022762574909 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -525.0257582261468, - -712.5024286463672, - -594.2987179863276, - -120.61952675988005, - 467.17814086622616, - 841.8358980141645, - 566.6847411729311, - -5.059857463392518 - ], - "relative wind speed": [ - 1.926266817584966, - 1.756203683249523, - 1.8748237141485606, - 2.179526556309461, - 2.4630678707684432, - 2.5870747595462937, - 2.5024474478811536, - 2.2420685045026 - ], - "relative wind angle": [ - 0.16495231420083487, - 0.018130094427580033, - 0.1452043444190987, - 0.1918032877349697, - 0.12877399777681284, - 0.012307026671245077, - 0.10861809252888256, - 0.18638921195310937 - ], - "resistance": [ - 96109.47424177386, - 95921.99757135363, - 96040.20128201367, - 96513.88047324012, - 97101.67814086622, - 97476.33589801416, - 97201.18474117292, - 96629.44014253661 - ], - "fuel": [ - 39.66242118529672, - 39.566278218519805, - 39.62688095525502, - 39.87025667274854, - 40.17342714983298, - 40.36733659202507, - 40.22487726383386, - 39.92975775925995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -2.1875, -4.6875 -1.875, -4.375 -1.875, -4.375 -2.1875, -4.6875 -2.1875))", @@ -18069,68 +12876,7 @@ "id": "585", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.6582942261754745, - 6.6582942261754745, - 6.6582942261754745, - 6.6582942261754745, - 6.6582942261754745, - 6.6582942261754745, - 6.6582942261754745, - 6.6582942261754745 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -578.2518852872088, - -599.7152104703334, - -321.2671597964345, - 177.97476860069423, - 632.5871282611286, - 682.0905324075695, - 261.65643333345815, - -250.02171393411822 - ], - "relative wind speed": [ - 1.4759010720461287, - 1.4497149174149653, - 1.7046673083254655, - 2.029737979099653, - 2.2433005482707524, - 2.2603114791026675, - 2.0747989522518036, - 1.7580799357649315 - ], - "relative wind angle": [ - 0.12847065216423806, - 0.09608968349615925, - 0.22829147666786645, - 0.20163587802443353, - 0.08439058925688299, - 0.0615739497313473, - 0.18702913642497285, - 0.23332979303118587 - ], - "resistance": [ - 96056.24811471281, - 96034.78478952969, - 96313.23284020358, - 96812.4747686007, - 97267.08712826115, - 97316.59053240759, - 96896.15643333347, - 96384.4782860659 - ], - "fuel": [ - 39.16494166882123, - 39.15393233277904, - 39.296891805143794, - 39.55393257734208, - 39.7888020600722, - 39.81442377144771, - 39.597107855464074, - 39.33351665594205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -2.5, -5 -2.1875, -4.6875 -2.1875, -4.6875 -2.5, -5 -2.5))", @@ -18149,68 +12895,7 @@ "id": "586", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.212804559986246, - 9.212804559986246, - 9.212804559986246, - 9.212804559986246, - 9.212804559986246, - 9.212804559986246, - 9.212804559986246, - 9.212804559986246 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -504.72442135582105, - -636.1685546830986, - -520.2126109376059, - -90.35407564495017, - 416.38238837132394, - 712.0188926992105, - 438.44948627840495, - -64.33659546596937 - ], - "relative wind speed": [ - 2.3578917678037428, - 2.253994823645754, - 2.348651102059932, - 2.571274470759062, - 2.779344817570251, - 2.8642483374542462, - 2.7871579080532807, - 2.5832070764176023 - ], - "relative wind angle": [ - 0.09344236682162993, - 0.0026657424117629207, - 0.09017773868320567, - 0.11894814323644276, - 0.07924058369134936, - 0.0020977814001892454, - 0.07596004591568994, - 0.11839609827914657 - ], - "resistance": [ - 96129.77557864421, - 95998.33144531693, - 96114.28738906242, - 96544.14592435508, - 97050.88238837135, - 97346.51889269924, - 97072.94948627843, - 96570.16340453406 - ], - "fuel": [ - 40.356644552905536, - 40.28921291205498, - 40.34869567592883, - 40.56963985703139, - 40.83098175523546, - 40.983893281955716, - 40.842384248035536, - 40.58303472104501 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -2.5, -4.6875 -2.1875, -4.375 -2.1875, -4.375 -2.5, -4.6875 -2.5))", @@ -18229,68 +12914,7 @@ "id": "587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.177114140508783, - 8.177114140508783, - 8.177114140508783, - 8.177114140508783, - 8.177114140508783, - 8.177114140508783, - 8.177114140508783, - 8.177114140508783 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -549.0306939776797, - -576.7069811262086, - -336.1002972615497, - 118.1955200276393, - 534.9433986398308, - 599.784759501792, - 231.12993936458224, - -238.96646576383478 - ], - "relative wind speed": [ - 1.9974705661838597, - 1.9716157012854636, - 2.1420396683792777, - 2.383780699261328, - 2.5551130606859083, - 2.5751161026453167, - 2.435191465726704, - 2.199109136329471 - ], - "relative wind angle": [ - 0.07400372772477481, - 0.0472629663372328, - 0.13081808905579476, - 0.12703442366005055, - 0.05783217142673603, - 0.036180910096759944, - 0.11499537800675737, - 0.1377675390777866 - ], - "resistance": [ - 96085.46930602235, - 96057.79301887382, - 96298.39970273848, - 96752.69552002767, - 97169.44339863987, - 97234.28475950182, - 96865.62993936462, - 96395.5335342362 - ], - "fuel": [ - 39.814230634827155, - 39.80003175059741, - 39.923566548210175, - 40.15740320456227, - 40.372588441363646, - 40.40612698274326, - 40.215652369876146, - 39.97349905127672 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -2.1875, -4.375 -1.875, -4.0625 -1.875, -4.0625 -2.1875, -4.375 -2.1875))", @@ -18309,68 +12933,7 @@ "id": "588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.146454150283227, - 6.146454150283227, - 6.146454150283227, - 6.146454150283227, - 6.146454150283227, - 6.146454150283227, - 6.146454150283227, - 6.146454150283227 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -331.97239009822886, - -486.8649502860966, - -421.484870895824, - -111.69719563125341, - 295.38152839455097, - 575.8736308513476, - 424.3665184963038, - 37.41799969234398 - ], - "relative wind speed": [ - 1.5168617966745463, - 1.3460810166398391, - 1.430972380861234, - 1.6941119710432986, - 1.9486463476474605, - 2.070303889541914, - 2.0125631278603042, - 1.79668498295564 - ], - "relative wind angle": [ - 0.19455246762449005, - 0.038959545655553145, - 0.15372058708878594, - 0.2155170559680302, - 0.1510635130598994, - 0.025327221359883488, - 0.10908465965398097, - 0.20303578012102477 - ], - "resistance": [ - 96302.52760990176, - 96147.6350497139, - 96213.01512910417, - 96522.80280436875, - 96929.88152839454, - 97210.37363085135, - 97058.8665184963, - 96671.91799969235 - ], - "fuel": [ - 39.11186909776379, - 39.032315460738744, - 39.06588412643452, - 39.22515735504487, - 39.43499442726359, - 39.57993864795327, - 39.50161102859274, - 39.30195027147202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -2.1875, -4.0625 -1.875, -3.75 -1.875, -3.75 -2.1875, -4.0625 -2.1875))", @@ -18389,68 +12952,7 @@ "id": "589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.190783886710171, - 6.190783886710171, - 6.190783886710171, - 6.190783886710171, - 6.190783886710171, - 6.190783886710171, - 6.190783886710171, - 6.190783886710171 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -242.40385212439583, - -488.683514830332, - -486.10997727532595, - -233.8046726843495, - 182.57838938008445, - 539.4815034724841, - 533.5372942481602, - 172.493214888289 - ], - "relative wind speed": [ - 1.609706241845571, - 1.3758532185570373, - 1.3792017677209338, - 1.6166095262405555, - 1.9000080001795265, - 2.0756234019612125, - 2.0733998817638257, - 1.8941378580903456 - ], - "relative wind angle": [ - 0.2181881297907994, - 0.1031339132742079, - 0.10760403335408834, - 0.2189409388173344, - 0.18443183395155952, - 0.06829556948885718, - 0.07149982380977518, - 0.18645091722517992 - ], - "resistance": [ - 96392.09614787564, - 96145.8164851697, - 96148.3900227247, - 96400.69532731568, - 96817.07838938011, - 97173.98150347252, - 97168.03729424819, - 96806.99321488832 - ], - "fuel": [ - 39.172778125832586, - 39.046247382426145, - 39.047568418169405, - 39.17720019152257, - 39.39165139246647, - 39.575981913826034, - 39.572908013888764, - 39.386449566697905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -2.5, -4.375 -2.1875, -4.0625 -2.1875, -4.0625 -2.5, -4.375 -2.5))", @@ -18469,68 +12971,7 @@ "id": "590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.861724888979225, - 6.861724888979225, - 6.861724888979225, - 6.861724888979225, - 6.861724888979225, - 6.861724888979225, - 6.861724888979225, - 6.861724888979225 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -277.21834821620405, - -376.56149646497806, - -321.2412247846107, - -80.8462883528423, - 221.03649732923054, - 413.97622050520204, - 283.79897369204673, - -6.954693716356587 - ], - "relative wind speed": [ - 1.7619934347091035, - 1.6655697382259904, - 1.7265437040587428, - 1.8984083137289456, - 2.0683761574272896, - 2.1467832307146115, - 2.0980580617673046, - 1.943925581635388 - ], - "relative wind angle": [ - 0.10596916645914976, - 0.0137730796193297, - 0.08927158288584604, - 0.12709249909385653, - 0.09022576305155425, - 0.010685632143718581, - 0.07343222494335548, - 0.12410105225519331 - ], - "resistance": [ - 96357.2816517838, - 96257.93850353503, - 96313.25877521539, - 96553.65371164716, - 96855.53649732923, - 97048.4762205052, - 96918.29897369204, - 96627.54530628365 - ], - "fuel": [ - 39.395677112966965, - 39.344623439692846, - 39.37304868086741, - 39.4967031856574, - 39.65229042633675, - 39.75190717420618, - 39.6846801323867, - 39.53475479967142 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -2.5, -4.0625 -2.1875, -3.75 -2.1875, -3.75 -2.5, -4.0625 -2.5))", @@ -18549,68 +12990,7 @@ "id": "591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.404333391441269, - 6.404333391441269, - 6.404333391441269, - 6.404333391441269, - 6.404333391441269, - 6.404333391441269, - 6.404333391441269, - 6.404333391441269 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -143.47686603721922, - -394.73346169508875, - -431.77062154700525, - -271.05834075356347, - 63.26213476728299, - 389.14595703840064, - 475.42938216642597, - 212.0308737226767 - ], - "relative wind speed": [ - 1.7353848774245997, - 1.5283693637979205, - 1.4833633914427635, - 1.6383906051747186, - 1.8719743695964168, - 2.0444891295929732, - 2.0773737656347055, - 1.957428143788454 - ], - "relative wind angle": [ - 0.17212860719710205, - 0.10567886848111363, - 0.04669659401903213, - 0.15883445525975637, - 0.15945725382853962, - 0.07893581574455369, - 0.0333380906479275, - 0.132777827459238 - ], - "resistance": [ - 96491.02313396281, - 96239.76653830495, - 96202.72937845302, - 96363.44165924647, - 96697.76213476731, - 97023.64595703843, - 97109.92938216646, - 96846.5308737227 - ], - "fuel": [ - 39.29709232476711, - 39.167914425766426, - 39.14889247314719, - 39.23146983696252, - 39.40355867340105, - 39.57170510037835, - 39.61629096545179, - 39.4802699253779 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 -1.5625, -3.75 -1.25, -3.4375 -1.25, -3.4375 -1.5625, -3.75 -1.5625))", @@ -18642,19 +13022,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -101.00922011994624, + -101.00922011994692, -422.47976840569913, - -491.94891484165555, + -491.948914841656, -326.3766524946682, - 58.66661353773452, + 58.66661353773475, 465.30291910320875, - 625.1417410175291, + 625.141741017527, 325.0470042127015 ], "relative wind speed": [ - 1.518033792557238, + 1.5180337925572376, 1.1999593204899903, - 1.0933252077142528, + 1.0933252077142526, 1.3092169838597965, 1.6407707436228334, 1.8859090268736554, @@ -18662,14 +13042,14 @@ 1.8117687815081134 ], "relative wind angle": [ - 0.286216995147335, + 0.2862169951473358, 0.21666734191077874, - 0.05835516341790483, - 0.2691524987598052, - 0.26427133486103727, + 0.05835516341790673, + 0.26915249875980524, + 0.2642713348610369, 0.1372143680218681, - 0.03271142810167987, - 0.19335726479742607 + 0.03271142810168327, + 0.1933572647974261 ], "resistance": [ 96533.49077988007, @@ -18678,7 +13058,7 @@ 96308.12334750535, 96693.16661353775, 97099.80291910323, - 97259.64174101755, + 97259.64174101753, 96959.54700421271 ], "fuel": [ @@ -18688,7 +13068,7 @@ 38.90458747331719, 39.10274254620576, 39.312609009725065, - 39.39527086263453, + 39.39527086263452, 39.2401529145117 ] }, @@ -18722,7 +13102,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -128.76822218962457, + -128.7682221896248, -498.8639865247741, -572.7836956258021, -365.68552068132385, @@ -18742,14 +13122,14 @@ 1.9155074630151236 ], "relative wind angle": [ - 0.3086458746969515, + 0.3086458746969522, 0.23072929678522336, 0.07589792502406077, - 0.2956853134931067, + 0.2956853134931068, 0.27920187341211633, 0.1397249312105803, 0.040752600731190566, - 0.21030554004481516 + 0.2103055400448152 ], "resistance": [ 96505.73177781035, @@ -18802,34 +13182,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -231.35270772823526, + -231.35270772823583, -471.84787857686683, - -467.31151344955344, - -216.53894585641592, + -467.31151344955356, + -216.5389458564158, 193.5190032972871, 545.972313761438, 535.5455621688188, 176.0504928618186 ], "relative wind speed": [ - 1.4573747010927793, + 1.4573747010927791, 1.1991796145524818, - 1.2058419400409424, - 1.470586295047288, + 1.2058419400409421, + 1.4705862950472879, 1.7744490079441353, 1.95820799539297, 1.954112462684144, 1.7635153103952015 ], "relative wind angle": [ - 0.2611383887074512, + 0.2611383887074525, 0.12604850069935752, 0.13564575245548147, - 0.2623270896109104, + 0.26232708961090995, 0.21366863328418167, 0.07706237690880408, - 0.08354485700823468, - 0.21797489933010264 + 0.08354485700823466, + 0.21797489933010267 ], "resistance": [ 96403.1472922718, @@ -18882,17 +13262,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -295.7853557458686, + -295.78535574586897, -489.27724981115216, -443.5670641187735, - -146.59809148181523, - 275.06476518524187, + -146.59809148181535, + 275.06476518524164, 594.9748459908885, 489.83287302701615, 99.07734855482522 ], "relative wind speed": [ - 1.3887844649424266, + 1.3887844649424264, 1.1605765825615295, 1.2281612488652416, 1.522654877127244, @@ -18905,11 +13285,11 @@ 0.25797555824396823, 0.08203742817987192, 0.1799480589021281, - 0.2698831847868117, - 0.19621954830939572, - 0.04827266807890117, - 0.11416996067828514, - 0.24016527756736025 + 0.2698831847868118, + 0.19621954830939628, + 0.048272668078901175, + 0.11416996067828515, + 0.24016527756736022 ], "resistance": [ 96338.71464425416, @@ -18962,9 +13342,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -154.60546722084848, - -549.1610305945088, - -611.2805139258327, + -154.60546722084905, + -549.1610305945087, + -611.2805139258328, -343.68587242656724, 188.16611196233748, 726.1415962708863, @@ -18972,24 +13352,24 @@ 416.7781191062511 ], "relative wind speed": [ - 1.4532633572888234, + 1.453263357288823, 1.0018101667641688, - 0.8902601129524744, + 0.8902601129524743, 1.2658709112006878, 1.7201201471852274, 2.0167211250341133, 2.068386965167968, - 1.8623529586431382 + 1.862352958643138 ], "relative wind angle": [ - 0.41987105539737934, - 0.3220950307799852, - 0.16238013512026642, - 0.4238946634171019, + 0.41987105539737984, + 0.32209503077998514, + 0.1623801351202671, + 0.42389466341710186, 0.35160136892371663, 0.15790446654737225, - 0.06964002277530976, - 0.28335282705562986 + 0.06964002277530974, + 0.2833528270556295 ], "resistance": [ 96479.89453277913, @@ -19042,19 +13422,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 89.29512698399242, + 89.29512698399151, -421.46668910026096, - -629.9823207045088, + -629.9823207045092, -514.1372721513059, - -65.3450140667743, + -65.34501406677452, 518.7372796819474, 925.2151899662277, 658.4291999606213 ], "relative wind speed": [ - 1.6689204526584034, + 1.668920452658403, 1.2026747277137282, - 0.8830940673464523, + 0.8830940673464521, 1.0844583155734806, 1.550137134028667, 1.9343717612999956, @@ -19062,12 +13442,12 @@ 2.0030403823636873 ], "relative wind angle": [ - 0.3734907233308421, + 0.37349072333084304, 0.40688274475763964, - 0.07272820562090916, - 0.3631360084732509, - 0.40370333742071607, - 0.2486052707906032, + 0.07272820562091069, + 0.36313600847325095, + 0.40370333742071635, + 0.24860527079060324, 0.03056720641983176, 0.1935170732723032 ], @@ -19122,7 +13502,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -105.11653313160616, + -105.11653313160662, -424.6880125334751, -491.02012152402983, -318.25299362357, @@ -19132,7 +13512,7 @@ 324.32235649960296 ], "relative wind speed": [ - 1.477477201367186, + 1.4774772013671857, 1.1481029094523745, 1.0421135744864505, 1.2737756228962376, @@ -19142,10 +13522,10 @@ 1.7815187864590407 ], "relative wind angle": [ - 0.3042601110130953, + 0.3042601110130957, 0.22992080302345783, 0.06972266798521683, - 0.2900706023112798, + 0.29007060231127985, 0.2773483460093361, 0.14076200743163694, 0.03769942608820792, @@ -19189,68 +13569,7 @@ "id": "599", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.243035294406958, - 5.243035294406958, - 5.243035294406958, - 5.243035294406958, - 5.243035294406958, - 5.243035294406958, - 5.243035294406958, - 5.243035294406958 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -37.36802129745854, - -422.368327381885, - -532.4276016862041, - -385.8946805107389, - 23.27906182736706, - 492.90059896369803, - 746.467235407255, - 438.82342027003483 - ], - "relative wind speed": [ - 1.519015717613005, - 1.130884006828526, - 0.9468082071058836, - 1.1764717925967847, - 1.567215994815039, - 1.8667287129786434, - 1.966501701935797, - 1.8383386102629602 - ], - "relative wind angle": [ - 0.3423499847451691, - 0.3077141308798275, - 0.026972928095543244, - 0.32767188352631577, - 0.3314104035339134, - 0.184534008014241, - 0.012985399781302007, - 0.20745078510547202 - ], - "resistance": [ - 96597.13197870257, - 96212.13167261814, - 96102.07239831383, - 96248.60531948929, - 96657.7790618274, - 97127.40059896372, - 97380.96723540728, - 97073.32342027007 - ], - "fuel": [ - 38.98867883181555, - 38.79068341629524, - 38.73418423165274, - 38.809417191550075, - 39.01991829808462, - 39.262284860386856, - 39.39348901685484, - 39.234334408535005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 -2.1875, -3.75 -1.875, -3.4375 -1.875, -3.4375 -2.1875, -3.75 -2.1875))", @@ -19269,68 +13588,7 @@ "id": "600", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.523735980173438, - 6.523735980173438, - 6.523735980173438, - 6.523735980173438, - 6.523735980173438, - 6.523735980173438, - 6.523735980173438, - 6.523735980173438 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -328.6733447679717, - -485.041096073757, - -425.01163422965885, - -123.32097310788504, - 277.2468818428731, - 555.1370412801298, - 415.50749107603565, - 37.48061583386834 - ], - "relative wind speed": [ - 1.636509919883916, - 1.4790928465443065, - 1.551253731242683, - 1.7905548885594742, - 2.029374047391841, - 2.146813474293345, - 2.0952650437144356, - 1.8948448308929602 - ], - "relative wind angle": [ - 0.16801917265998964, - 0.03585671017600682, - 0.1284335996388234, - 0.18763807126260232, - 0.1352680690196167, - 0.02470146235202311, - 0.09496879469918972, - 0.17719792544966084 - ], - "resistance": [ - 96305.82665523203, - 96149.45890392625, - 96209.48836577035, - 96511.17902689212, - 96911.74688184288, - 97189.63704128013, - 97050.00749107603, - 96671.98061583386 - ], - "fuel": [ - 39.244218886529225, - 39.163906093170205, - 39.194727354334134, - 39.34982910636885, - 39.55628783972872, - 39.699867409789135, - 39.627688056411024, - 39.43263694625865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -2.1875, -3.4375 -1.875, -3.125 -1.875, -3.125 -2.1875, -3.4375 -2.1875))", @@ -19362,9 +13620,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -275.65566737352765, + -275.65566737352856, -443.0458168446753, - -406.5360995023999, + -406.53609950240036, -150.04824132193085, 215.20378982425314, 487.6964559819569, @@ -19372,9 +13630,9 @@ 68.70660539843811 ], "relative wind speed": [ - 1.6528507637585685, + 1.6528507637585683, 1.4932047689820225, - 1.5372571679481744, + 1.5372571679481741, 1.7476301179642344, 1.9743369048456167, 2.09767999918529, @@ -19382,14 +13640,14 @@ 1.8909550052491912 ], "relative wind angle": [ - 0.16119819111105443, - 0.04869018430566996, + 0.16119819111105654, + 0.048690184305669966, 0.10590902691357887, - 0.17396353675716786, + 0.17396353675716789, 0.13477384391816458, 0.0346526823301279, - 0.0787529980376233, - 0.16065849411524732 + 0.07875299803762331, + 0.16065849411524735 ], "resistance": [ 96358.8443326265, @@ -19429,68 +13687,7 @@ "id": "602", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.734287623237721, - 6.734287623237721, - 6.734287623237721, - 6.734287623237721, - 6.734287623237721, - 6.734287623237721, - 6.734287623237721, - 6.734287623237721 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -169.28037734967893, - -451.0667957908904, - -489.4900489835835, - -301.1923396265727, - 81.16058523811148, - 449.8238066147719, - 539.2433759339638, - 235.0658258323458 - ], - "relative wind speed": [ - 1.8193060097043214, - 1.5965000730076566, - 1.5519414146190902, - 1.7237121403298081, - 1.9766631573933517, - 2.1606154474198, - 2.192840495871191, - 2.0605552775944025 - ], - "relative wind angle": [ - 0.17722985128992913, - 0.10691009359668939, - 0.05146074030385465, - 0.16507543608216804, - 0.1629891103922052, - 0.07892844750540533, - 0.03641233938337237, - 0.13790056780060805 - ], - "resistance": [ - 96465.2196226503, - 96183.4332042091, - 96145.0099510164, - 96333.30766037341, - 96715.6605852381, - 97084.32380661476, - 97173.74337593395, - 96869.56582583234 - ], - "fuel": [ - 39.40317097764064, - 39.25833992229044, - 39.238614237913765, - 39.335334799581695, - 39.53213925761859, - 39.72241248700617, - 39.76863962615751, - 39.611510821162284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -2.5, -3.4375 -2.1875, -3.125 -2.1875, -3.125 -2.5, -3.4375 -2.5))", @@ -19509,68 +13706,7 @@ "id": "603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.007211257135155, - 7.007211257135155, - 7.007211257135155, - 7.007211257135155, - 7.007211257135155, - 7.007211257135155, - 7.007211257135155, - 7.007211257135155 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -173.4657000123102, - -486.0741597125625, - -533.4568874358586, - -336.116808769327, - 77.07337978247347, - 481.76661912254326, - 592.0425991532886, - 266.85012632648113 - ], - "relative wind speed": [ - 1.8998174527714673, - 1.6640335137736586, - 1.6112152936734365, - 1.7865230924840128, - 2.051105539388138, - 2.246626972285755, - 2.284803178612239, - 2.1505058771333614 - ], - "relative wind angle": [ - 0.1783633150268059, - 0.11083421815676925, - 0.04766626697984011, - 0.16453768746591557, - 0.16508156336551366, - 0.08201672872318332, - 0.03360726783436512, - 0.13649647959223898 - ], - "resistance": [ - 96461.03429998772, - 96148.42584028747, - 96101.04311256418, - 96298.3831912307, - 96711.57337978251, - 97116.26661912257, - 97226.54259915331, - 96901.3501263265 - ], - "fuel": [ - 39.50516332723089, - 39.34451332131942, - 39.3201949945861, - 39.421531273150066, - 39.63417827801101, - 39.84306817346058, - 39.90009481557347, - 39.73205916979132 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 -2.1875, -3.125 -1.875, -2.8125 -1.875, -2.8125 -2.1875, -3.125 -2.1875))", @@ -19589,68 +13725,7 @@ "id": "604", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.181282034008419, - 6.181282034008419, - 6.181282034008419, - 6.181282034008419, - 6.181282034008419, - 6.181282034008419, - 6.181282034008419, - 6.181282034008419 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -139.77894185477567, - -366.8622348670159, - -397.0625012021917, - -243.90105190680742, - 65.82071716138512, - 363.2523216659531, - 433.62134687032267, - 187.21454021999307 - ], - "relative wind speed": [ - 1.6697170538503503, - 1.4746655897212653, - 1.4366797652740213, - 1.5877554961620892, - 1.8104524537417663, - 1.9725756070859004, - 2.000411052566561, - 1.8827441705089283 - ], - "relative wind angle": [ - 0.1697743894662087, - 0.10125342953775522, - 0.04965761731143824, - 0.15805646596534398, - 0.1564635049977214, - 0.07563825179394218, - 0.035656617022240676, - 0.13313077996452188 - ], - "resistance": [ - 96494.72105814524, - 96267.637765133, - 96237.43749879782, - 96390.5989480932, - 96700.3207171614, - 96997.75232166596, - 97068.12134687034, - 96821.71454022001 - ], - "fuel": [ - 39.22237296832602, - 39.10560988867135, - 39.09009578692326, - 39.16881100325304, - 39.328254972545736, - 39.481707982403805, - 39.51806141953489, - 39.390845570186244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 -2.1875, -2.8125 -1.875, -2.5 -1.875, -2.5 -2.1875, -2.8125 -2.1875))", @@ -19669,68 +13744,7 @@ "id": "605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.707060097716394, - 5.707060097716394, - 5.707060097716394, - 5.707060097716394, - 5.707060097716394, - 5.707060097716394, - 5.707060097716394, - 5.707060097716394 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -220.13293496561403, - -488.12585178525865, - -496.28944247112406, - -246.65653884980702, - 181.47286888310146, - 563.4358799900856, - 582.183093506361, - 212.79178630784804 - ], - "relative wind speed": [ - 1.4871676519927401, - 1.2066170996002388, - 1.1946468672855035, - 1.4636509914797724, - 1.7839036562758657, - 1.984453339073587, - 1.991682389964056, - 1.8032486393030445 - ], - "relative wind angle": [ - 0.27266723902945506, - 0.1455105104120658, - 0.12848308732071917, - 0.2707291291879905, - 0.2264353746823363, - 0.0882782094083887, - 0.07693046435752661, - 0.2188113108933492 - ], - "resistance": [ - 96414.36706503437, - 96146.37414821473, - 96138.21055752886, - 96387.84346115017, - 96815.97286888308, - 97197.93587999007, - 97216.68309350635, - 96847.29178630783 - ], - "fuel": [ - 39.029021793234634, - 38.8913240804114, - 38.88713373200622, - 39.015381757402366, - 39.23587160148217, - 39.4331610994871, - 39.44285828688484, - 39.25202784984286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 -2.5, -3.125 -2.1875, -2.8125 -2.1875, -2.8125 -2.5, -3.125 -2.5))", @@ -19749,68 +13763,7 @@ "id": "606", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5445738023151465, - 7.5445738023151465, - 7.5445738023151465, - 7.5445738023151465, - 7.5445738023151465, - 7.5445738023151465, - 7.5445738023151465, - 7.5445738023151465 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -243.34539563627663, - -540.9456132926791, - -561.0068829103975, - -312.75792981813447, - 138.6134511141081, - 545.7999751227808, - 592.5855312192607, - 219.4897929829367 - ], - "relative wind speed": [ - 2.0132169631414465, - 1.7980644638374477, - 1.7774688584273723, - 1.9685678026968114, - 2.2273938923091636, - 2.4044313831052833, - 2.419696375477206, - 2.266951013666171 - ], - "relative wind angle": [ - 0.16040795313480005, - 0.08394471705631086, - 0.0609924192409415, - 0.15503905990789374, - 0.14486903231511858, - 0.0627423874212453, - 0.044791222114922584, - 0.1344987631218309 - ], - "resistance": [ - 96391.15460436372, - 96093.55438670731, - 96073.4931170896, - 96321.74207018186, - 96773.11345111411, - 97180.29997512278, - 97227.08553121926, - 96853.98979298293 - ], - "fuel": [ - 39.68861642832702, - 39.535748256636346, - 39.52545524972299, - 39.65293185371537, - 39.88529998377943, - 40.09557196612994, - 40.119771642554056, - 39.92701559714605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 -2.5, -2.8125 -2.1875, -2.5 -2.1875, -2.5 -2.5, -2.8125 -2.5))", @@ -19829,68 +13782,7 @@ "id": "607", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.526087702528804, - 7.526087702528804, - 7.526087702528804, - 7.526087702528804, - 7.526087702528804, - 7.526087702528804, - 7.526087702528804, - 7.526087702528804 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -378.3177921884992, - -680.2827818816265, - -650.7832010247382, - -278.63619227937556, - 292.5849803069066, - 752.4807273127992, - 684.1441986007496, - 175.94607595550792 - ], - "relative wind speed": [ - 1.9357551288158787, - 1.6945019442274274, - 1.725653850722618, - 2.0010918995117133, - 2.3128979810767087, - 2.4950567429650095, - 2.473613506005312, - 2.2566072319555954 - ], - "relative wind angle": [ - 0.19527096817915002, - 0.0768511431444096, - 0.11126866394437947, - 0.2017979710151662, - 0.16311566777864334, - 0.052165260518093705, - 0.0775413748367275, - 0.1786856956044845 - ], - "resistance": [ - 96256.18220781152, - 95954.21721811839, - 95983.71679897528, - 96355.86380772064, - 96927.08498030691, - 97386.98072731281, - 97318.64419860077, - 96810.44607595552 - ], - "fuel": [ - 39.61138086583905, - 39.456424754313055, - 39.47154778135368, - 39.66260788493394, - 39.95687515677412, - 40.19467488438796, - 40.15929011893504, - 39.89668942834362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -0.3125, -2.5 0, -2.1875 0, -2.1875 -0.3125, -2.5 -0.3125))", @@ -19909,52 +13801,7 @@ "id": "608", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 103.62919281644761, - 103.62919281644761, - 103.62919281644761, - 103.62919281644761, - 103.62919281644761, - 103.62919281644761, - 103.62919281644761, - 103.62919281644761 - ], - "relative wind speed": [ - 0.6855462519528903, - 0.6855462519528903, - 0.6855462519528903, - 0.6855462519528903, - 0.6855462519528903, - 0.6855462519528903, - 0.6855462519528903, - 0.6855462519528903 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -0.3125, -2.1875 0, -1.875 0, -1.875 -0.3125, -2.1875 -0.3125))", @@ -19973,52 +13820,7 @@ "id": "609", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 108.76175682617107, - 108.76175682617107, - 108.76175682617107, - 108.76175682617107, - 108.76175682617107, - 108.76175682617107, - 108.76175682617107, - 108.76175682617107 - ], - "relative wind speed": [ - 0.7023180176039313, - 0.7023180176039313, - 0.7023180176039313, - 0.7023180176039313, - 0.7023180176039313, - 0.7023180176039313, - 0.7023180176039313, - 0.7023180176039313 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -0.625, -2.5 -0.3125, -2.1875 -0.3125, -2.1875 -0.625, -2.5 -0.625))", @@ -20037,68 +13839,7 @@ "id": "610", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.125815868612101, - 4.125815868612101, - 4.125815868612101, - 4.125815868612101, - 4.125815868612101, - 4.125815868612101, - 4.125815868612101, - 4.125815868612101 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 256.9551009574808, - -202.73548841792945, - -442.2286217847669, - -425.2087397824128, - -152.57228415070728, - 318.61301023691453, - 728.5355393847469, - 688.5602528927536 - ], - "relative wind speed": [ - 1.4944340382783572, - 1.047405019208653, - 0.5778519152698234, - 0.6252515028481, - 1.1111848088779563, - 1.5398076178479634, - 1.7703536195531941, - 1.7541736893569835 - ], - "relative wind angle": [ - 0.42107669621261296, - 0.5937103663256498, - 0.38652384659413247, - 0.4605683336906933, - 0.5820284093927108, - 0.39038168054685707, - 0.12335776337249547, - 0.15909104388315584 - ], - "resistance": [ - 96891.4551009575, - 96431.76451158209, - 96192.27137821524, - 96209.29126021761, - 96481.9277158493, - 96953.11301023694, - 97363.03553938476, - 97323.06025289277 - ], - "fuel": [ - 38.87500582443134, - 38.63815961449946, - 38.51507720135407, - 38.523817163683155, - 38.66396696229771, - 38.90683361291404, - 39.118795121502444, - 39.09809730576988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -0.625, -2.1875 -0.3125, -1.875 -0.3125, -1.875 -0.625, -2.1875 -0.625))", @@ -20117,68 +13858,7 @@ "id": "611", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.206878719133968, - 4.206878719133968, - 4.206878719133968, - 4.206878719133968, - 4.206878719133968, - 4.206878719133968, - 4.206878719133968, - 4.206878719133968 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 333.2751427211506, - -180.40846406899334, - -459.2066766565101, - -466.3585640623108, - -201.28142349685294, - 307.31811753301815, - 771.8379159829225, - 788.7753438283054 - ], - "relative wind speed": [ - 1.579110462337168, - 1.1202262227624236, - 0.6017082586906678, - 0.5814204235992922, - 1.0940558181790312, - 1.5606540921644123, - 1.824416388047843, - 1.830982871731932 - ], - "relative wind angle": [ - 0.41357828680710385, - 0.613440673608081, - 0.4791360077068703, - 0.4494323277543227, - 0.6188116625604797, - 0.42598939806100256, - 0.1526379585663514, - 0.13840043499147583 - ], - "resistance": [ - 96967.77514272118, - 96454.09153593103, - 96175.29332334352, - 96168.14143593772, - 96433.21857650318, - 96941.81811753305, - 97406.33791598295, - 97423.27534382834 - ], - "fuel": [ - 38.930894942971435, - 38.66613565190788, - 38.52285045289888, - 38.51917862590109, - 38.655398213237376, - 38.917492796491565, - 39.15771295936709, - 39.16648709416931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 -0.3125, -1.875 0, -1.5625 0, -1.5625 -0.3125, -1.875 -0.3125))", @@ -20197,52 +13877,7 @@ "id": "612", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 143.7548383348462, - 143.7548383348462, - 143.7548383348462, - 143.7548383348462, - 143.7548383348462, - 143.7548383348462, - 143.7548383348462, - 143.7548383348462 - ], - "relative wind speed": [ - 0.8074338240397068, - 0.8074338240397068, - 0.8074338240397068, - 0.8074338240397068, - 0.8074338240397068, - 0.8074338240397068, - 0.8074338240397068, - 0.8074338240397068 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 -0.3125, -1.5625 0, -1.25 0, -1.25 -0.3125, -1.5625 -0.3125))", @@ -20274,7 +13909,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -67.25796155337542, + -67.25796155337565, -405.7791433845647, -461.34991930309207, -275.673208879595, @@ -20286,7 +13921,7 @@ "relative wind speed": [ 1.2076270687002293, 0.6033049734722654, - 0.3333867023711617, + 0.33338670237116164, 0.9208566906942854, 1.4638451826350805, 1.7992301033400562, @@ -20294,14 +13929,14 @@ 1.659285632730245 ], "relative wind angle": [ - 0.7067011583931769, + 0.7067011583931774, 0.822552785264795, - 0.4966315669668024, - 0.8097370471333172, + 0.4966315669668026, + 0.8097370471333171, 0.5653080552174137, - 0.24828897158390717, - 0.08513128342975232, - 0.41354532175406133 + 0.2482889715839072, + 0.08513128342975233, + 0.4135453217540614 ], "resistance": [ 96567.24203844665, @@ -20341,52 +13976,7 @@ "id": "614", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 139.57179068568098, - 139.57179068568098, - 139.57179068568098, - 139.57179068568098, - 139.57179068568098, - 139.57179068568098, - 139.57179068568098, - 139.57179068568098 - ], - "relative wind speed": [ - 0.7955995491234561, - 0.7955995491234561, - 0.7955995491234561, - 0.7955995491234561, - 0.7955995491234561, - 0.7955995491234561, - 0.7955995491234561, - 0.7955995491234561 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 -0.625, -1.5625 -0.3125, -1.25 -0.3125, -1.25 -0.625, -1.5625 -0.625))", @@ -20420,7 +14010,7 @@ "wind resistance": [ 361.12735463912, -203.88640925208898, - -463.1974858477611, + -463.19748584776113, -455.51834695318473, -175.33145995788414, 398.4503521178642, @@ -20430,7 +14020,7 @@ "relative wind speed": [ 1.576952183739777, 1.0696496920958736, - 0.46809736242129885, + 0.46809736242129873, 0.5035328858291933, 1.1078232635872074, 1.6030907988463616, @@ -20438,13 +14028,13 @@ 1.8602433190405998 ], "relative wind angle": [ - 0.4868230634219114, + 0.48682306342191156, 0.741229759339541, - 0.6509679649973242, + 0.6509679649973241, 0.691464105584891, 0.7287369181107277, 0.46734647944437213, - 0.15231362059934267, + 0.1523136205993427, 0.17347285008204963 ], "resistance": [ @@ -20485,68 +14075,7 @@ "id": "616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.001467354478956, - 4.001467354478956, - 4.001467354478956, - 4.001467354478956, - 4.001467354478956, - 4.001467354478956, - 4.001467354478956, - 4.001467354478956 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 187.0727073354659, - -222.7271555409361, - -420.2159824943458, - -379.00586522059405, - -100.3149218557632, - 336.5038503959224, - 693.6587305964661, - 597.1253793233082 - ], - "relative wind speed": [ - 1.402160131462705, - 0.9635224805152414, - 0.5406886832817476, - 0.6561536403162836, - 1.1233894356603773, - 1.5164700089215768, - 1.7133921343895278, - 1.67257862557087 - ], - "relative wind angle": [ - 0.437875868750173, - 0.5853967068292628, - 0.2972297100966347, - 0.48935670941239184, - 0.5577011029294003, - 0.35870516212992415, - 0.09255275191488954, - 0.18546555401323403 - ], - "resistance": [ - 96821.57270733544, - 96411.77284445903, - 96214.28401750562, - 96255.49413477938, - 96534.1850781442, - 96971.0038503959, - 97328.15873059643, - 97231.62537932328 - ], - "fuel": [ - 38.81449472985642, - 38.60342222401241, - 38.5019262901222, - 38.52309352798471, - 38.66640671158495, - 38.89161657234193, - 39.07628185661102, - 39.02632292406952 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -0.9375, -2.1875 -0.625, -1.875 -0.625, -1.875 -0.9375, -2.1875 -0.9375))", @@ -20565,68 +14094,7 @@ "id": "617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.011687516933645, - 4.011687516933645, - 4.011687516933645, - 4.011687516933645, - 4.011687516933645, - 4.011687516933645, - 4.011687516933645, - 4.011687516933645 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 311.36492555447546, - -142.09011029901558, - -403.7469767098048, - -422.3129098591599, - -196.65559977113026, - 244.07263759255557, - 659.4718013971664, - 703.181794100897 - ], - "relative wind speed": [ - 1.506785185757634, - 1.086894392251481, - 0.6060112673352027, - 0.5522816739081797, - 1.0154268970674278, - 1.4560748467709121, - 1.7129634331092516, - 1.7310338910523475 - ], - "relative wind angle": [ - 0.39217388015832105, - 0.5890135576763926, - 0.4766333116949382, - 0.3912661785762253, - 0.6030307839099958, - 0.42759818117886766, - 0.1630318469175252, - 0.12197384477373056 - ], - "resistance": [ - 96945.86492555447, - 96492.40988970098, - 96230.75302329019, - 96212.18709014084, - 96437.84440022887, - 96878.57263759256, - 97293.97180139717, - 97337.68179410089 - ], - "fuel": [ - 38.8806080096177, - 38.64687747367746, - 38.51235622341702, - 38.50282091157361, - 38.618803610994334, - 38.845874277400824, - 39.060556641900305, - 39.083183731442446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -1.25, -2.5 -0.9375, -2.1875 -0.9375, -2.1875 -1.25, -2.5 -1.25))", @@ -20645,68 +14113,7 @@ "id": "618", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.489557157195423, - 4.489557157195423, - 4.489557157195423, - 4.489557157195423, - 4.489557157195423, - 4.489557157195423, - 4.489557157195423, - 4.489557157195423 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 79.13908603423329, - -329.25425994319653, - -492.21248983944776, - -390.80188725718244, - -24.344162610855506, - 451.4232992766804, - 781.6553060503338, - 546.3041569392037 - ], - "relative wind speed": [ - 1.4289030827823541, - 0.9764501072749799, - 0.6535085799755529, - 0.8780472828469954, - 1.3355475749709984, - 1.694696590248092, - 1.8434689801822448, - 1.7477083034879815 - ], - "relative wind angle": [ - 0.4299805213361361, - 0.48793822870186293, - 0.07924845996187954, - 0.4533927804322897, - 0.4622815708598341, - 0.2735139564968541, - 0.0280678169611825, - 0.22187589820705192 - ], - "resistance": [ - 96713.63908603428, - 96305.24574005685, - 96142.28751016059, - 96243.69811274286, - 96610.15583738919, - 97085.92329927672, - 97416.15530605038, - 97180.80415693925 - ], - "fuel": [ - 38.86067946373743, - 38.650494354601626, - 38.56679894421747, - 38.61887185661558, - 38.80736171758871, - 39.052821255041806, - 39.22369086423264, - 39.10187323937074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -1.25, -2.1875 -0.9375, -1.875 -0.9375, -1.875 -1.25, -2.1875 -1.25))", @@ -20725,52 +14132,7 @@ "id": "619", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 94.76852062029046, - 94.76852062029046, - 94.76852062029046, - 94.76852062029046, - 94.76852062029046, - 94.76852062029046, - 94.76852062029046, - 94.76852062029046 - ], - "relative wind speed": [ - 0.6555831062209543, - 0.6555831062209543, - 0.6555831062209543, - 0.6555831062209543, - 0.6555831062209543, - 0.6555831062209543, - 0.6555831062209543, - 0.6555831062209543 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 -0.3125, -1.25 0, -0.9375 0, -0.9375 -0.3125, -1.25 -0.3125))", @@ -20789,52 +14151,7 @@ "id": "620", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 147.40349376946156, - 147.40349376946156, - 147.40349376946156, - 147.40349376946156, - 147.40349376946156, - 147.40349376946156, - 147.40349376946156, - 147.40349376946156 - ], - "relative wind speed": [ - 0.8176163956178018, - 0.8176163956178018, - 0.8176163956178018, - 0.8176163956178018, - 0.8176163956178018, - 0.8176163956178018, - 0.8176163956178018, - 0.8176163956178018 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 -0.3125, -0.9375 0, -0.625 0, -0.625 -0.3125, -0.9375 -0.3125))", @@ -20853,52 +14170,7 @@ "id": "621", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 141.2030872945684, - 141.2030872945684, - 141.2030872945684, - 141.2030872945684, - 141.2030872945684, - 141.2030872945684, - 141.2030872945684, - 141.2030872945684 - ], - "relative wind speed": [ - 0.8002354735496886, - 0.8002354735496886, - 0.8002354735496886, - 0.8002354735496886, - 0.8002354735496886, - 0.8002354735496886, - 0.8002354735496886, - 0.8002354735496886 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 -0.625, -1.25 -0.3125, -0.9375 -0.3125, -0.9375 -0.625, -1.25 -0.625))", @@ -20917,52 +14189,7 @@ "id": "622", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 153.44115840048346, - 153.44115840048346, - 153.44115840048346, - 153.44115840048346, - 153.44115840048346, - 153.44115840048346, - 153.44115840048346, - 153.44115840048346 - ], - "relative wind speed": [ - 0.8341931846940178, - 0.8341931846940178, - 0.8341931846940178, - 0.8341931846940178, - 0.8341931846940178, - 0.8341931846940178, - 0.8341931846940178, - 0.8341931846940178 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 -0.625, -0.9375 -0.3125, -0.625 -0.3125, -0.625 -0.625, -0.9375 -0.625))", @@ -20981,52 +14208,7 @@ "id": "623", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 147.87850504921644, - 147.87850504921644, - 147.87850504921644, - 147.87850504921644, - 147.87850504921644, - 147.87850504921644, - 147.87850504921644, - 147.87850504921644 - ], - "relative wind speed": [ - 0.8189327301736904, - 0.8189327301736904, - 0.8189327301736904, - 0.8189327301736904, - 0.8189327301736904, - 0.8189327301736904, - 0.8189327301736904, - 0.8189327301736904 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -1.5625, -2.5 -1.25, -2.1875 -1.25, -2.1875 -1.5625, -2.5 -1.5625))", @@ -21045,68 +14227,7 @@ "id": "624", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.54795754265034, - 4.54795754265034, - 4.54795754265034, - 4.54795754265034, - 4.54795754265034, - 4.54795754265034, - 4.54795754265034, - 4.54795754265034 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 30.44581290281326, - -382.59777860185284, - -517.9373155581607, - -377.58139835199637, - 38.90847880381068, - 545.8115008004563, - 862.3134526475949, - 538.0145089918196 - ], - "relative wind speed": [ - 1.4092504678485878, - 0.9264643762187652, - 0.6304333356511745, - 0.9345051483955024, - 1.4167387382341372, - 1.770536442195498, - 1.8962302979449654, - 1.7663056533813783 - ], - "relative wind angle": [ - 0.4657647280946254, - 0.5004898782668417, - 0.006642656588990966, - 0.5030089477897068, - 0.46310970951473335, - 0.25380904224127887, - 0.0022084473402059026, - 0.25789648526764564 - ], - "resistance": [ - 96664.94581290278, - 96251.90222139812, - 96116.56268444181, - 96256.91860164798, - 96673.40847880379, - 97180.31150080042, - 97496.81345264756, - 97172.5145089918 - ], - "fuel": [ - 38.84882249314041, - 38.63632248578203, - 38.56683195645498, - 38.638899472636055, - 38.853182947613575, - 39.11485471907004, - 39.278723160830765, - 39.110822541932855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -1.5625, -2.1875 -1.25, -1.875 -1.25, -1.875 -1.5625, -2.1875 -1.5625))", @@ -21125,68 +14246,7 @@ "id": "625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.080768423726866, - 4.080768423726866, - 4.080768423726866, - 4.080768423726866, - 4.080768423726866, - 4.080768423726866, - 4.080768423726866, - 4.080768423726866 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 50.73189985777333, - -345.554287974554, - -465.26638941877366, - -342.5108558394462, - 57.12675648997754, - 548.0388379032352, - 860.6394422478204, - 542.6398684035664 - ], - "relative wind speed": [ - 1.3178529325999921, - 0.8079138009447835, - 0.456027531547168, - 0.8142370884711465, - 1.3233451561066998, - 1.6838212626037292, - 1.8110818989279476, - 1.6807726550344324 - ], - "relative wind angle": [ - 0.5399785530542235, - 0.631297511789045, - 0.007015552653660045, - 0.6325036938240669, - 0.5374927359717908, - 0.2871084101167449, - 0.0017664913889578909, - 0.2904523937831538 - ], - "resistance": [ - 96685.23189985775, - 96288.94571202544, - 96169.23361058121, - 96291.98914416054, - 96691.62675648996, - 97182.53883790322, - 97495.1394422478, - 97177.13986840355 - ], - "fuel": [ - 38.75967937006346, - 38.55575833475806, - 38.494271781631284, - 38.557322198059005, - 38.76297482783297, - 39.016410483851544, - 39.17825933022867, - 39.01361836368277 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -1.875, -2.5 -1.5625, -2.1875 -1.5625, -2.1875 -1.875, -2.5 -1.875))", @@ -21205,68 +14265,7 @@ "id": "626", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.821628911177461, - 4.821628911177461, - 4.821628911177461, - 4.821628911177461, - 4.821628911177461, - 4.821628911177461, - 4.821628911177461, - 4.821628911177461 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -100.52496599659128, - -450.4885247573015, - -519.822759813289, - -311.19048381198, - 132.12975285798666, - 597.8576534401795, - 757.2126556117582, - 387.2179506477137 - ], - "relative wind speed": [ - 1.3530459052247208, - 0.9245887171347651, - 0.7869791525033132, - 1.1234402813077047, - 1.5513468426631212, - 1.8391699084188249, - 1.9021235662835856, - 1.7249035283810756 - ], - "relative wind angle": [ - 0.4265027311172472, - 0.3531560076001893, - 0.13703304724845114, - 0.4334149232689292, - 0.36913572733453576, - 0.17475954685868791, - 0.0565485207321674, - 0.277061727902067 - ], - "resistance": [ - 96533.97503400341, - 96184.0114752427, - 96114.6772401867, - 96323.30951618802, - 96766.62975285799, - 97232.35765344018, - 97391.71265561176, - 97021.71795064771 - ], - "fuel": [ - 38.84639297702495, - 38.666475460553926, - 38.630884571052334, - 38.73803448369908, - 38.96625379150613, - 39.20679615430799, - 39.2892862533904, - 39.09790353665311 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -1.875, -2.1875 -1.5625, -1.875 -1.5625, -1.875 -1.875, -2.1875 -1.875))", @@ -21285,68 +14284,7 @@ "id": "627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.690521739303564, - 4.690521739303564, - 4.690521739303564, - 4.690521739303564, - 4.690521739303564, - 4.690521739303564, - 4.690521739303564, - 4.690521739303564 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -31.677675218733043, - -441.0239460002234, - -550.9575981264716, - -359.9520099440488, - 104.97960381331552, - 633.162620300852, - 888.8423367615858, - 507.3885803395433 - ], - "relative wind speed": [ - 1.3955839813631559, - 0.8991672334580485, - 0.6608117751632206, - 1.0246847317153618, - 1.512995313481467, - 1.8515689978852312, - 1.9493940764914501, - 1.7851696469085894 - ], - "relative wind angle": [ - 0.4807410300114849, - 0.4734838452366491, - 0.09932268388666947, - 0.5127423209902308, - 0.44067535185902285, - 0.2232905968742358, - 0.033619721102234316, - 0.28544631814345467 - ], - "resistance": [ - 96602.82232478133, - 96193.47605399984, - 96083.5424018736, - 96274.547990056, - 96739.47960381338, - 97267.66262030091, - 97523.34233676165, - 97141.8885803396 - ], - "fuel": [ - 38.85007648574615, - 38.63957046257206, - 38.583143372095506, - 38.6812121312811, - 38.92049121611811, - 39.19329884226523, - 39.32573082944877, - 39.12824212318859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 -1.5625, -1.875 -1.25, -1.5625 -1.25, -1.5625 -1.5625, -1.875 -1.5625))", @@ -21378,19 +14316,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -0.49537128901761207, + -0.4953712890181805, -373.6285212672609, - -466.060010077879, - -315.47590636334354, - 126.61034765022316, + -466.06001007787904, + -315.4759063633436, + 126.61034765022328, 646.6207687548541, - 910.8600791545636, + 910.860079154562, 537.3740614355135 ], "relative wind speed": [ - 1.267036970908394, + 1.2670369709083935, 0.7133568149787967, - 0.37415599515869297, + 0.3741559951586928, 0.8454672933325466, 1.3771788489841197, 1.7300654098216197, @@ -21398,13 +14336,13 @@ 1.6694877428848884 ], "relative wind angle": [ - 0.616000846301466, + 0.6160008463014662, 0.7208955255944058, 0.17779007923127763, - 0.730985421618267, - 0.5604498094335195, + 0.7309854216182671, + 0.5604498094335193, 0.27563827742573443, - 0.036096456628895664, + 0.036096456628898745, 0.34488659234205743 ], "resistance": [ @@ -21458,19 +14396,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -64.69847452428252, + -64.69847452428274, -401.84842891213117, - -455.21930043733465, + -455.2193004373347, -272.6555597710793, 237.60198161791425, 801.9476864013394, - 990.3397484617709, + 990.3397484617702, 535.979894772273 ], "relative wind speed": [ - 1.2071884550060445, + 1.2071884550060443, 0.5877331078257905, - 0.29979156614504593, + 0.2997915661450459, 0.916700104086669, 1.4687446370209989, 1.8080609969365704, @@ -21478,14 +14416,14 @@ 1.6655856909343683 ], "relative wind angle": [ - 0.7354528650158165, + 0.7354528650158166, 0.8880969906297976, - 0.5829847193749143, - 0.8511742266267622, + 0.5829847193749149, + 0.8511742266267623, 0.5840943271812764, - 0.2549605101495866, - 0.08802268366103708, - 0.4267491765209898 + 0.25496051014958665, + 0.08802268366103835, + 0.42674917652098987 ], "resistance": [ 96569.80152547573, @@ -21538,8 +14476,8 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -163.13691519572376, - -636.1830312308801, + -163.136915195724, + -636.1830312308803, -707.9275481078114, -376.41299779878636, 277.2509732463013, @@ -21550,7 +14488,7 @@ "relative wind speed": [ 1.4852534357191727, 0.9201776769208514, - 0.7783285450614847, + 0.7783285450614846, 1.274487093779859, 1.8181464877859428, 2.1598396843887535, @@ -21558,11 +14496,11 @@ 1.9716280245402615 ], "relative wind angle": [ - 0.5104275474459533, - 0.42794460959339004, + 0.5104275474459538, + 0.4279446095933901, 0.24073705629878334, 0.5300110914947244, - 0.41053436227764417, + 0.41053436227764395, 0.17774161320331236, 0.08387946104833185, 0.33290487670667457 @@ -21618,19 +14556,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 22.22776358334295, - -631.509128307123, + 22.227763583342494, + -631.5091283071231, -824.74163824965, - -573.1604171063175, + -573.1604171063174, 128.9522638539222, 952.548629092511, 1417.3519908781918, 853.3627962912728 ], "relative wind speed": [ - 1.7262840848181153, + 1.7262840848181151, 1.0838319392582203, - 0.7109130057549206, + 0.7109130057549203, 1.1680056482224515, 1.8022526429456311, 2.2479945858352495, @@ -21638,10 +14576,10 @@ 2.205432868219135 ], "relative wind angle": [ - 0.5089310672940567, - 0.547512763819057, - 0.06082561696653805, - 0.564951145038787, + 0.5089310672940571, + 0.5475127638190571, + 0.060825616966536225, + 0.5649511450387869, 0.4855623130580441, 0.2536941321353545, 0.0180657284064935, @@ -21685,68 +14623,7 @@ "id": "632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.908361250352857, - 5.908361250352857, - 5.908361250352857, - 5.908361250352857, - 5.908361250352857, - 5.908361250352857, - 5.908361250352857, - 5.908361250352857 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -264.68165715285716, - -621.3548833848874, - -634.6829337733017, - -306.53650942142644, - 258.5734528606672, - 771.8647499657559, - 802.3504280949485, - 308.51424509615754 - ], - "relative wind speed": [ - 1.5364513052321678, - 1.1604986560274608, - 1.1405109639006543, - 1.4998827996002797, - 1.9072398143794858, - 2.156731135830886, - 2.167367311769356, - 1.936129621272076 - ], - "relative wind angle": [ - 0.3434696927510862, - 0.19804328511241373, - 0.17137761359694248, - 0.34226842911340977, - 0.2747299545718736, - 0.10606711058368805, - 0.08986233971548606, - 0.2630244332545887 - ], - "resistance": [ - 96369.81834284717, - 96013.14511661514, - 95999.81706622672, - 96327.96349057861, - 96893.0734528607, - 97406.36474996578, - 97436.85042809497, - 96943.01424509619 - ], - "fuel": [ - 39.06883128101488, - 38.88568662146271, - 38.878852105714, - 39.047315125234675, - 39.33836908422306, - 39.603764246256155, - 39.61955758388498, - 39.36414771353684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 -2.1875, -2.1875 -1.875, -1.875 -1.875, -1.875 -2.1875, -2.1875 -2.1875))", @@ -21765,68 +14642,7 @@ "id": "633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.093775450136871, - 6.093775450136871, - 6.093775450136871, - 6.093775450136871, - 6.093775450136871, - 6.093775450136871, - 6.093775450136871, - 6.093775450136871 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -327.12797331487866, - -764.859940567794, - -768.6424453097468, - -338.64357226010463, - 382.84944307075557, - 1034.252350198419, - 1042.9099250577149, - 396.7605205844957 - ], - "relative wind speed": [ - 1.569298507816591, - 1.0936162873416806, - 1.0877286148410794, - 1.5593883270933608, - 2.051885708048068, - 2.340285491470709, - 2.343027790271214, - 2.0594273016672062 - ], - "relative wind angle": [ - 0.4173178670388952, - 0.24687758409350619, - 0.23956517642526506, - 0.41747435556771717, - 0.31517650145906023, - 0.11444733418804197, - 0.11037911970106859, - 0.31204660897702036 - ], - "resistance": [ - 96307.37202668515, - 95869.64005943223, - 95865.85755469029, - 96295.85642773993, - 97017.34944307078, - 97668.75235019845, - 97677.40992505774, - 97031.26052058453 - ], - "fuel": [ - 39.096861849350745, - 38.87226285569489, - 38.87032517069295, - 39.09094409746794, - 39.46266523112729, - 39.79993905236226, - 39.80443227620643, - 39.4698514048487 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -2.5, -2.5 -2.1875, -2.1875 -2.1875, -2.1875 -2.5, -2.5 -2.5))", @@ -21858,7 +14674,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -576.2590909479154, + -576.2590909479161, -877.3629936443385, -755.0650254815506, -181.70545806790255, @@ -21868,7 +14684,7 @@ 115.35480851440548 ], "relative wind speed": [ - 1.718598113613486, + 1.7185981136134858, 1.4190537800051215, 1.5629360234708378, 1.9973509457681313, @@ -21878,7 +14694,7 @@ 2.1706694554092736 ], "relative wind angle": [ - 0.28117554068952766, + 0.28117554068952844, 0.06366661401714896, 0.22532942113520305, 0.29679173743161175, @@ -21925,68 +14741,7 @@ "id": "635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.980685511837907, - 6.980685511837907, - 6.980685511837907, - 6.980685511837907, - 6.980685511837907, - 6.980685511837907, - 6.980685511837907, - 6.980685511837907 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -756.5345038907042, - -955.4837796714338, - -692.103816150391, - 43.60497522415312, - 889.3454163596195, - 1347.744313425059, - 793.6788614682957, - -63.55184637225557 - ], - "relative wind speed": [ - 1.5008126049182593, - 1.2497790660669468, - 1.56155075112357, - 2.090090870260889, - 2.494288331237513, - 2.6290616273587, - 2.456719765478871, - 2.02618679012603 - ], - "relative wind angle": [ - 0.31414390477221865, - 0.027139222817372497, - 0.3338653728404118, - 0.336319810897253, - 0.1870148731390379, - 0.012899967544154541, - 0.20982877104585831, - 0.3473674835821911 - ], - "resistance": [ - 95877.9654961093, - 95679.01622032859, - 95942.39618384962, - 96678.10497522417, - 97523.84541635963, - 97982.24431342508, - 97428.17886146832, - 96570.94815362776 - ], - "fuel": [ - 39.19547938320379, - 39.09362859512386, - 39.22849582746056, - 39.60659290853157, - 40.043726139296524, - 40.28176851801145, - 39.99414598534862, - 39.55139732594403 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 -1.5625, -1.25 -1.25, -0.9375 -1.25, -0.9375 -1.5625, -1.25 -1.5625))", @@ -22018,9 +14773,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -171.90798788644696, + -171.90798788644707, -425.42167972896925, - -427.6383860088588, + -427.63838600885884, -180.20449271376083, 352.4904276958146, 827.757926043558, @@ -22030,7 +14785,7 @@ "relative wind speed": [ 1.0550282793075136, 0.4664417427249428, - 0.45554863404382717, + 0.4555486340438271, 1.0434739571136749, 1.5314197727501955, 1.8002120128341972, @@ -22038,14 +14793,14 @@ 1.5393158517128191 ], "relative wind angle": [ - 0.7430550131566382, + 0.7430550131566386, 0.6996473604009597, - 0.6872050886992186, + 0.6872050886992187, 0.747104425092524, 0.48485900267918675, 0.1676333524113952, 0.1609775803683323, - 0.4787074064226266 + 0.47870740642262666 ], "resistance": [ 96462.59201211359, @@ -22098,34 +14853,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -44.128234548032424, + -44.128234548032594, -390.47945057997873, -455.8129103271955, -284.842672007568, - 197.0521483087054, + 197.0521483087055, 740.8878945387796, - 953.4019924934571, + 953.4019924934578, 530.3038813395733 ], "relative wind speed": [ - 1.2197686648111183, + 1.2197686648111181, 0.6254883138511238, - 0.31634803573680603, + 0.316348035736806, 0.885953869395152, 1.4298885447799248, 1.772337782530076, 1.8526577575022898, - 1.6575592259257907 + 1.657559225925791 ], "relative wind angle": [ - 0.6936985064455907, + 0.693698506445591, 0.824727325158658, - 0.42453871679890615, + 0.4245387167989064, 0.8131611771409537, - 0.576900408564136, + 0.5769004085641358, 0.26216187751658887, - 0.07039162082255655, - 0.39877474166403576 + 0.07039162082255498, + 0.39877474166403604 ], "resistance": [ 96590.37176545197, @@ -22178,34 +14933,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -228.55426131856586, + -228.5542613185661, -699.9652884826078, - -743.6022598636807, - -358.34274288635106, + -743.6022598636808, + -358.3427428863512, 384.6976187930012, 1100.0454072083098, 1201.982786028147, 542.7470747905348 ], "relative wind speed": [ - 1.465497832143537, + 1.4654978321435372, 0.8537827165420075, 0.7633896301905204, - 1.339690733497519, + 1.3396907334975188, 1.91180280185855, 2.252493933875463, 2.2847122623492853, 2.001974672115631 ], "relative wind angle": [ - 0.5572868217460676, - 0.44811480197599957, - 0.336333581232279, - 0.5729048397189599, + 0.5572868217460685, + 0.4481148019759995, + 0.3363335812322801, + 0.5729048397189597, 0.4174367772982158, 0.16497241238803656, 0.11049689554949096, - 0.37121560997974634 + 0.3712156099797463 ], "resistance": [ 96405.94573868145, @@ -22258,11 +15013,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -187.27858309028488, + -187.278583090285, -602.4306357326594, -648.6860567132862, -325.42611853167847, - 352.28239690364467, + 352.28239690364444, 1006.7416893134523, 1119.101081528903, 524.3164178165262 @@ -22278,12 +15033,12 @@ 1.8806761142618085 ], "relative wind angle": [ - 0.6065930441612877, - 0.5360518968631083, - 0.3897393766681002, - 0.6333749074252204, - 0.4526302886613858, - 0.18114430105293103, + 0.6065930441612879, + 0.5360518968631084, + 0.3897393766681008, + 0.6333749074252205, + 0.45263028866138605, + 0.18114430105293106, 0.11142588755868561, 0.3917098300571675 ], @@ -22338,34 +15093,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 197.42094104092462, - -314.4806666207928, + 197.42094104092405, + -314.48066662079293, -486.45667551811835, -410.7369161892123, -27.529942288041923, 605.0705505756885, - 1060.2882029875236, + 1060.2882029875245, 802.9035580185055 ], "relative wind speed": [ - 1.4719414383212177, - 0.8944550709074592, - 0.2852890641487569, - 0.6569724665284372, + 1.4719414383212173, + 0.8944550709074591, + 0.28528906414875677, + 0.6569724665284373, 1.2827949648688062, 1.73554736203534, 1.9315239241637734, 1.8386303864462366 ], "relative wind angle": [ - 0.6026264573559322, - 0.8537161610571612, - 0.43073731140167953, - 0.8784737622419123, - 0.7080890360812794, + 0.6026264573559323, + 0.8537161610571611, + 0.4307373114016798, + 0.8784737622419124, + 0.7080890360812795, 0.39895033424094195, - 0.06171059249442775, - 0.2786414114491172 + 0.06171059249442596, + 0.27864141144911725 ], "resistance": [ 96831.92094104095, @@ -22418,19 +15173,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 229.4152598744007, + 229.41525987440025, -303.30920722920985, -490.6469422509255, -425.283636632409, -53.68239108916367, 582.744257690246, - 1055.0398123995687, + 1055.0398123995697, 831.2080658960414 ], "relative wind speed": [ - 1.501631773884228, + 1.5016317738842275, 0.929570592571959, - 0.31013746687451194, + 0.3101374668745119, 0.6332331223751024, 1.2648917814171625, 1.729377840860924, @@ -22438,13 +15193,13 @@ 1.8584576981364018 ], "relative wind angle": [ - 0.5859406403330086, + 0.5859406403330087, 0.8399478525788703, 0.4992848666062616, 0.8655217543461363, 0.7161442085786376, 0.4117785983588066, - 0.07666818903147554, + 0.07666818903147408, 0.2624460387772901 ], "resistance": [ @@ -22498,33 +15253,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 177.92810334006265, - -492.119242680356, - -729.7570408227914, + 177.92810334006174, + -492.1192426803561, + -729.7570408227916, -579.4370132933011, -4.467073956847912, 780.937664598298, - 1329.4905954936962, + 1329.490595493698, 936.4982774815772 ], "relative wind speed": [ - 1.7132887757763722, + 1.7132887757763717, 1.0829698664496255, - 0.5660631557634579, - 0.9367453642072807, + 0.5660631557634577, + 0.9367453642072808, 1.5867249652936355, 2.0688718696549255, - 2.2655301914506687, + 2.2655301914506683, 2.139056489979532 ], "relative wind angle": [ - 0.5201710160052743, - 0.6488425226596513, - 0.13093941237695583, - 0.6273595454947133, + 0.5201710160052744, + 0.6488425226596514, + 0.1309394123769567, + 0.6273595454947134, 0.5664899475343829, 0.32183491430263783, - 0.03262877502557091, + 0.032628775025567505, 0.2599846524394663 ], "resistance": [ @@ -22578,33 +15333,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 260.6414132440649, + 260.6414132440642, -401.8894422417917, -666.4883978687421, -570.0537214806384, -88.05322127965246, 654.3628592100116, - 1215.7580947068468, + 1215.7580947068477, 957.3755597239093 ], "relative wind speed": [ - 1.707953525268929, + 1.7079535252689289, 1.107684485372397, 0.5376702624971855, 0.8080057128018326, 1.4509365921274524, 1.9481676826490772, - 2.1755994409999273, + 2.175599440999927, 2.0903227040178725 ], "relative wind angle": [ - 0.5055706980723892, + 0.5055706980723895, 0.6744967568939811, - 0.28489154033721986, - 0.6330881195582714, - 0.6066230312593158, + 0.2848915403372207, + 0.6330881195582715, + 0.6066230312593157, 0.3629987645493045, - 0.06951454683852248, + 0.0695145468385209, 0.23073690122731697 ], "resistance": [ @@ -22658,7 +15413,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -538.4878029838852, + -538.4878029838857, -913.9200558076566, -783.2399189232356, -149.06450652874742, @@ -22668,7 +15423,7 @@ 262.31989190489753 ], "relative wind speed": [ - 1.4094934399157515, + 1.4094934399157513, 0.9060151497847493, 1.1231748359432392, 1.746572330575432, @@ -22678,13 +15433,13 @@ 2.018918506137463 ], "relative wind angle": [ - 0.5010090518973216, - 0.16723634135522014, - 0.42559066004823654, + 0.501009051897322, + 0.16723634135522011, + 0.42559066004823703, 0.48004605229550273, - 0.30323932949320537, + 0.3032393294932053, 0.0600945636154186, - 0.1926655946287262, + 0.19266559462872618, 0.410995210546119 ], "resistance": [ @@ -22738,17 +15493,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -507.43656072539613, + -507.4365607253965, -868.8635642707295, -743.4918461763724, - -134.11107557088906, - 724.8123233535937, + -134.11107557088917, + 724.8123233535944, 1387.1144729386265, 1095.8603970525946, - 268.5102849424418 + 268.51028494244156 ], "relative wind speed": [ - 1.349539824012517, + 1.3495398240125167, 0.8292417962930954, 1.0533216193122354, 1.685135126380064, @@ -22758,14 +15513,14 @@ 1.961192755444541 ], "relative wind angle": [ - 0.5326573512285404, + 0.5326573512285406, 0.18732772076283175, - 0.45926665258488897, - 0.5046527566758674, - 0.3159519298615135, + 0.459266652584889, + 0.5046527566758675, + 0.3159519298615131, 0.06309773937199316, - 0.19904049372694457, - 0.4284325411538076 + 0.19904049372694455, + 0.42843254115380763 ], "resistance": [ 96127.0634392746, @@ -22805,68 +15560,7 @@ "id": "646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.585567037262596, - 6.585567037262596, - 6.585567037262596, - 6.585567037262596, - 6.585567037262596, - 6.585567037262596, - 6.585567037262596, - 6.585567037262596 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -882.3802020293236, - -899.7011069189726, - -413.9005141914638, - 419.24981507495295, - 1183.6843182788584, - 1223.3262850005754, - 482.9942946270048, - -361.1055019436169 - ], - "relative wind speed": [ - 1.195313419052234, - 1.170439477582857, - 1.6694651391282298, - 2.2023083556421, - 2.520033257264401, - 2.5316818948676265, - 2.234329415444493, - 1.7114846461928768 - ], - "relative wind angle": [ - 0.25486497780798173, - 0.22622156755473083, - 0.4146809165547867, - 0.3180563195858879, - 0.1198710597634528, - 0.10388303908691397, - 0.3057837569516858, - 0.41414114587594275 - ], - "resistance": [ - 95752.1197979707, - 95734.79889308105, - 96220.59948580856, - 97053.74981507499, - 97818.18431827889, - 97857.8262850006, - 97117.49429462703, - 96273.39449805641 - ], - "fuel": [ - 38.982542879267704, - 38.97367781248536, - 39.22274037334533, - 39.65192835130645, - 40.0479903104833, - 40.0685885557934, - 39.684871969698065, - 39.24986047588065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 -2.5, -0.9375 -2.1875, -0.625 -2.1875, -0.625 -2.5, -0.9375 -2.5))", @@ -22898,34 +15592,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -607.155507826081, + -607.1555078260815, -753.0479266354598, - -484.13481037616725, + -484.13481037616754, 162.817113392779, 891.0306723271476, 1231.069711382591, - 695.7906309933383, + 695.7906309933385, -48.657905029837025 ], "relative wind speed": [ - 1.0231555786806135, + 1.023155578680613, 0.7445016915065007, 1.1921124905938782, 1.77189361088194, 2.1686511670692514, 2.2793886140717747, 2.080567959088611, - 1.6156386521533357 + 1.615638652153336 ], "relative wind angle": [ - 0.490386101047141, - 0.11810113135743923, - 0.5331893639119589, - 0.4490472486104696, - 0.2240692294046515, + 0.4903861010471412, + 0.11810113135743924, + 0.5331893639119595, + 0.44904724861046963, + 0.22406922940465146, 0.03849449129810715, - 0.29551543164281197, - 0.49620506215754745 + 0.2955154316428116, + 0.49620506215754767 ], "resistance": [ 96027.34449217393, @@ -22978,13 +15672,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -195.76076066933194, + -195.76076066933217, -706.9271015474555, -775.0167542698259, -399.4372585085541, 327.7996118094486, 1056.7330872803527, - 1214.658944296977, + 1214.658944296978, 574.8806773905308 ], "relative wind speed": [ @@ -22998,14 +15692,14 @@ 2.056619922667091 ], "relative wind angle": [ - 0.5170696837868496, + 0.5170696837868501, 0.42391466053209265, - 0.26152706307549417, + 0.2615270630754941, 0.53479324088936, 0.40808982738450084, 0.17219049572584483, - 0.09106333541627658, - 0.3407800479385529 + 0.09106333541627537, + 0.34078004793855293 ], "resistance": [ 96438.7392393307, @@ -23058,10 +15752,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 65.65774855046573, + 65.65774855046516, -473.9893517242207, - -636.341015279644, - -466.5104959604688, + -636.3410152796445, + -466.5104959604689, 81.35588178448302, 750.4946102963584, 1173.2036334732531, @@ -23070,19 +15764,19 @@ "relative wind speed": [ 1.5385110929829324, 0.9430488408486765, - 0.5363714853115353, - 0.9563015472911046, + 0.5363714853115352, + 0.9563015472911045, 1.5500368727108076, 1.9698450633916886, 2.117058411980958, 1.9634454514050743 ], "relative wind angle": [ - 0.5395114343845202, + 0.5395114343845211, 0.6280758003589395, - 0.012506658671127937, - 0.6302738051589974, - 0.5350650306562394, + 0.012506658671136817, + 0.6302738051589976, + 0.5350650306562393, 0.28515255316219085, 0.0031685717297759504, 0.29114824233473874 @@ -23138,7 +15832,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -221.32564496702435, + -221.3256449670248, -593.2441236836333, -608.3177270978056, -266.4569937384804, @@ -23148,9 +15842,9 @@ 401.5048215411639 ], "relative wind speed": [ - 1.3100600210252868, + 1.3100600210252864, 0.7752206347821766, - 0.7419465011819673, + 0.7419465011819671, 1.2626883664994588, 1.7666799519565657, 2.0582634133516406, @@ -23158,12 +15852,12 @@ 1.8008424141053974 ], "relative wind angle": [ - 0.5448824547125293, + 0.5448824547125295, 0.3968167142951038, - 0.3512942574989174, - 0.5506389040980281, - 0.3945058981898597, - 0.14608380931747475, + 0.3512942574989171, + 0.5506389040980282, + 0.39450589818985976, + 0.14608380931747478, 0.12362537793576897, 0.37564435428518406 ], @@ -23218,17 +15912,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 287.497337214367, + 287.49733721436655, -296.6212700061116, -561.0265248253927, - -511.3255053216125, + -511.3255053216126, -140.3725365290743, 483.2205710805482, 991.2197779286647, 862.9612080864425 ], "relative wind speed": [ - 1.630766886234565, + 1.6307668862345646, 1.0969667550075903, 0.5492480185182191, 0.6946901300351916, @@ -23238,12 +15932,12 @@ 1.9536950202283145 ], "relative wind angle": [ - 0.47066941413577873, + 0.4706694141357788, 0.6537370704882237, - 0.3804105074431407, - 0.5765815078994048, + 0.380410507443141, + 0.5765815078994049, 0.6156034509284094, - 0.38886336209363975, + 0.3888633620936398, 0.10217350636513199, 0.1950821533633412 ], @@ -23285,68 +15979,7 @@ "id": "652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.429268218038011, - 8.429268218038011, - 8.429268218038011, - 8.429268218038011, - 8.429268218038011, - 8.429268218038011, - 8.429268218038011, - 8.429268218038011 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -265.41574487348726, - -501.8362619489669, - -498.1681086644835, - -252.34224876750613, - 154.4780312711032, - 494.4445726418221, - 485.8054527459708, - 139.3082648987238 - ], - "relative wind speed": [ - 2.249150018508899, - 2.0956423466857776, - 2.098920988356371, - 2.2565188245807333, - 2.4594414169407597, - 2.591488190962768, - 2.588833438782663, - 2.4526823445841774 - ], - "relative wind angle": [ - 0.10923990230427016, - 0.04708266963910251, - 0.050390947940450244, - 0.1101910401132171, - 0.09986683203781363, - 0.03806917365175511, - 0.04084900510878444, - 0.10134641997313311 - ], - "resistance": [ - 96369.08425512654, - 96132.66373805107, - 96136.33189133555, - 96382.15775123252, - 96788.97803127114, - 97128.94457264185, - 97120.305452746, - 96773.80826489875 - ], - "fuel": [ - 40.07991431169603, - 39.95846479476643, - 39.96034754125975, - 40.0866362516658, - 40.29612699989019, - 40.47166399250569, - 40.46719797765003, - 40.28830432539209 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -2.8125, -4.0625 -2.5, -3.75 -2.5, -3.75 -2.8125, -4.0625 -2.8125))", @@ -23365,68 +15998,7 @@ "id": "653", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.891366816971122, - 7.891366816971122, - 7.891366816971122, - 7.891366816971122, - 7.891366816971122, - 7.891366816971122, - 7.891366816971122, - 7.891366816971122 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -243.97407390155377, - -522.0309330992079, - -537.1110135640004, - -296.8482164106065, - 133.7782372587958, - 516.5527313441185, - 551.8700141159939, - 195.26125977303263 - ], - "relative wind speed": [ - 2.109989378922406, - 1.9194500869455207, - 1.9048393968690862, - 2.0777776033435424, - 2.3123732653352196, - 2.4728195771481705, - 2.484091819868549, - 2.341359760576402 - ], - "relative wind angle": [ - 0.13785186961470358, - 0.06926501574741213, - 0.053612976935088555, - 0.13381102161470493, - 0.1257196791310119, - 0.053747730333819924, - 0.04110312719298774, - 0.11867133264004193 - ], - "resistance": [ - 96390.52592609846, - 96112.46906690081, - 96097.38898643601, - 96337.6517835894, - 96768.27823725881, - 97151.05273134413, - 97186.37001411601, - 96829.76125977305 - ], - "fuel": [ - 39.83998262180702, - 39.697143818457846, - 39.68940535167039, - 39.81279883360443, - 40.03449624940037, - 40.23213753566107, - 40.25040068792354, - 40.06620556084371 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -3.125, -4.375 -2.8125, -4.0625 -2.8125, -4.0625 -3.125, -4.375 -3.125))", @@ -23445,68 +16017,7 @@ "id": "654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.466267810994111, - 9.466267810994111, - 9.466267810994111, - 9.466267810994111, - 9.466267810994111, - 9.466267810994111, - 9.466267810994111, - 9.466267810994111 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -455.00812550432556, - -726.614482341341, - -672.3368405394931, - -263.20055801859735, - 324.44224390649424, - 761.7558004368166, - 634.2852106760906, - 101.63771373524742 - ], - "relative wind speed": [ - 2.471780673706567, - 2.3015081036676586, - 2.345035515662631, - 2.568653200593609, - 2.8195119625868035, - 2.960136458819335, - 2.9257743994300505, - 2.7315505013013364 - ], - "relative wind angle": [ - 0.11801037783786612, - 0.03567380506680403, - 0.0746660385163792, - 0.12862280485823177, - 0.1034003133355339, - 0.027734080290206842, - 0.059825616942908194, - 0.1209135088688736 - ], - "resistance": [ - 96179.49187449567, - 95907.88551765865, - 95962.1631594605, - 96371.29944198139, - 96958.94224390648, - 97396.2558004368, - 97268.78521067607, - 96736.13771373524 - ], - "fuel": [ - 40.52010908599125, - 40.38079395284272, - 40.408612653641356, - 40.61865837633759, - 40.92143703414253, - 41.14759358472175, - 41.08159873146852, - 40.806487391218496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -3.125, -4.0625 -2.8125, -3.75 -2.8125, -3.75 -3.125, -4.0625 -3.125))", @@ -23525,68 +16036,7 @@ "id": "655", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.455104713394528, - 9.455104713394528, - 9.455104713394528, - 9.455104713394528, - 9.455104713394528, - 9.455104713394528, - 9.455104713394528, - 9.455104713394528 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -547.8222945124448, - -662.5316612284719, - -516.8850570280192, - -54.80276995099484, - 465.0047400256676, - 735.6528970253862, - 420.93299803761056, - -106.78298955555874 - ], - "relative wind speed": [ - 2.4092029290892842, - 2.3180035592883264, - 2.4271637236120163, - 2.6560837557303727, - 2.8604995084244575, - 2.934889382984578, - 2.845275461183117, - 2.6328568654171436 - ], - "relative wind angle": [ - 0.08720813557886462, - 0.005044560358904131, - 0.09340207513287734, - 0.11639072848268367, - 0.07342232829044323, - 0.003984235411794604, - 0.07964506633901236, - 0.1174222440714422 - ], - "resistance": [ - 96086.67770548756, - 95971.96833877153, - 96117.61494297198, - 96579.697230049, - 97099.50474002567, - 97370.15289702539, - 97055.4329980376, - 96527.71701044444 - ], - "fuel": [ - 40.46630659239171, - 40.40747481304887, - 40.48218196882283, - 40.719722350241994, - 40.98788685420165, - 41.12791008837253, - 40.96511158911902, - 40.69296147182276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -3.4375, -4.375 -3.125, -4.0625 -3.125, -4.0625 -3.4375, -4.375 -3.4375))", @@ -23605,68 +16055,7 @@ "id": "656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.738522293261518, - 8.738522293261518, - 8.738522293261518, - 8.738522293261518, - 8.738522293261518, - 8.738522293261518, - 8.738522293261518, - 8.738522293261518 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -376.2800536966279, - -677.9485874524421, - -657.2508528659196, - -303.90346453741495, - 251.4079638989415, - 700.9015710792137, - 652.4702683709556, - 167.2147110502251 - ], - "relative wind speed": [ - 2.2960798794874755, - 2.0989433288385078, - 2.117098844472676, - 2.335974612210046, - 2.599735432805184, - 2.7613482279303887, - 2.747453296473379, - 2.563948077610017 - ], - "relative wind angle": [ - 0.13798244412568444, - 0.05483965111798371, - 0.07238500404682167, - 0.14242663032826372, - 0.12178020194792542, - 0.041675636317874756, - 0.05575773891803251, - 0.1296877249661127 - ], - "resistance": [ - 96258.21994630335, - 95956.55141254753, - 95977.24914713405, - 96330.59653546255, - 96885.9079638989, - 97335.40157107919, - 97286.97026837093, - 96801.7147110502 - ], - "fuel": [ - 40.17584865488823, - 40.02104221865553, - 40.031652800066524, - 40.21304032425504, - 40.499042968371484, - 40.73138645773529, - 40.70631615234062, - 40.45560702890322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -3.4375, -4.0625 -3.125, -3.75 -3.125, -3.75 -3.4375, -4.0625 -3.4375))", @@ -23685,68 +16074,7 @@ "id": "657", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.438429501450994, - 8.438429501450994, - 8.438429501450994, - 8.438429501450994, - 8.438429501450994, - 8.438429501450994, - 8.438429501450994, - 8.438429501450994 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -629.9172302711452, - -685.4017438916053, - -429.29981825210825, - 99.51234414311466, - 610.9327541580265, - 740.5608447733621, - 324.1612661399563, - -236.34742117361247 - ], - "relative wind speed": [ - 2.042083823665416, - 1.9914064206223132, - 2.1759150532236444, - 2.4548750549971534, - 2.661652345150196, - 2.69977777182192, - 2.553408159788452, - 2.2865012603696995 - ], - "relative wind angle": [ - 0.0933783756765355, - 0.04276928293191163, - 0.14333724569605558, - 0.14488220589500897, - 0.07159923067947363, - 0.0315430339979721, - 0.12203123865787169, - 0.15563499176275877 - ], - "resistance": [ - 96004.58276972885, - 95949.0982561084, - 96205.20018174789, - 96734.01234414312, - 97245.43275415803, - 97375.06084477337, - 96958.66126613996, - 96398.15257882638 - ], - "fuel": [ - 39.89719555957667, - 39.86874967224517, - 40.00014399946025, - 40.272225879430366, - 40.536349230398265, - 40.60345033441546, - 40.3881260779464, - 40.09930036383338 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -3.75, -4.375 -3.4375, -4.0625 -3.4375, -4.0625 -3.75, -4.375 -3.75))", @@ -23765,68 +16093,7 @@ "id": "658", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.00364431777192, - 7.00364431777192, - 7.00364431777192, - 7.00364431777192, - 7.00364431777192, - 7.00364431777192, - 7.00364431777192, - 7.00364431777192 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -498.3149997656112, - -595.4671423504462, - -434.1691232581586, - 3.423307507196796, - 482.16919465228034, - 707.9999588108469, - 389.91300558281023, - -103.51716267443044 - ], - "relative wind speed": [ - 1.6662156919018887, - 1.5567667470238793, - 1.7197349997131377, - 2.0162792769549553, - 2.2579226267612444, - 2.334730523152763, - 2.2174311378579805, - 1.9516934179584884 - ], - "relative wind angle": [ - 0.15170573748642793, - 0.02115597502004689, - 0.17438572389065482, - 0.19416717783827367, - 0.11175356508869991, - 0.014105933636600896, - 0.13497032562539127, - 0.2006787995300517 - ], - "resistance": [ - 96136.18500023441, - 96039.03285764958, - 96200.33087674186, - 96637.92330750723, - 97116.6691946523, - 97342.49995881088, - 97024.41300558284, - 96530.9828373256 - ], - "fuel": [ - 39.336837366236466, - 39.28698920999935, - 39.36976946405076, - 39.59483521289529, - 39.841883508361676, - 39.958715492772626, - 39.79421000479687, - 39.53976701757846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -3.75, -4.0625 -3.4375, -3.75 -3.4375, -3.75 -3.75, -4.0625 -3.75))", @@ -23858,9 +16125,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -687.7700948354493, + -687.77009483545, -661.7375661069138, - -286.9556451721119, + -286.95564517211255, 294.61498919676023, 768.6686059536814, 708.4823001745945, @@ -23868,9 +16135,9 @@ -374.251672627664 ], "relative wind speed": [ - 1.6376179387858343, + 1.637617938785834, 1.6659337897260187, - 1.952882879683912, + 1.9528828796839115, 2.2778829790352497, 2.46878055100282, 2.4497621375741887, @@ -23878,14 +16145,14 @@ 1.8941803125004881 ], "relative wind angle": [ - 0.08575735794396962, + 0.08575735794397092, 0.11755935903295417, - 0.21497582576318483, - 0.1737353804743279, + 0.21497582576318486, + 0.17373538047432793, 0.056846400158069806, 0.07984574700759774, - 0.18810973155611724, - 0.20940645614521813 + 0.18810973155611727, + 0.2094064561452181 ], "resistance": [ 95946.72990516457, @@ -23925,68 +16192,7 @@ "id": "660", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.831769337621539, - 6.831769337621539, - 6.831769337621539, - 6.831769337621539, - 6.831769337621539, - 6.831769337621539, - 6.831769337621539, - 6.831769337621539 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -160.33793948328616, - -450.03502778696475, - -494.37579411895445, - -313.0064519744294, - 68.69512024348478, - 443.0007703277936, - 546.2881766980283, - 246.7323401203878 - ], - "relative wind speed": [ - 1.8535462735008592, - 1.6303135784129679, - 1.5797779212585308, - 1.744703472104061, - 1.9953987485251992, - 2.1815883180992595, - 2.2184570478440477, - 2.0912340251757775 - ], - "relative wind angle": [ - 0.1732788621060727, - 0.10761914161745036, - 0.04554510525836381, - 0.15934430312240325, - 0.16084891840906407, - 0.08035570180029843, - 0.03242744143329158, - 0.13276781108005473 - ], - "resistance": [ - 96474.16206051671, - 96184.46497221304, - 96140.12420588105, - 96321.49354802557, - 96703.19512024349, - 97077.5007703278, - 97180.78817669803, - 96881.23234012039 - ], - "fuel": [ - 39.44440696891495, - 39.29550465438477, - 39.27274136203826, - 39.3658974795508, - 39.56234943126024, - 39.755521379490744, - 39.80891780215227, - 39.65416600440339 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -2.8125, -3.4375 -2.5, -3.125 -2.5, -3.125 -2.8125, -3.4375 -2.8125))", @@ -24018,9 +16224,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -324.9100104257336, + -324.9100104257345, -553.3127721969197, - -518.7635488390274, + -518.7635488390276, -207.3458964601641, 253.65537964606096, 612.0811831808269, @@ -24028,9 +16234,9 @@ 116.27365122579704 ], "relative wind speed": [ - 1.7768415469665826, + 1.7768415469665824, 1.5763592016191923, - 1.6156379728070758, + 1.6156379728070756, 1.8600684103323906, 2.12977650543052, 2.2821493188617037, @@ -24038,14 +16244,14 @@ 2.0574886038551874 ], "relative wind angle": [ - 0.1815696504342868, + 0.1815696504342874, 0.06370961448844713, 0.1109692638144342, - 0.19114964715252528, + 0.1911496471525253, 0.15122570611145764, 0.04399085025881076, 0.0794436676842995, - 0.1726139337611647 + 0.17261393376116468 ], "resistance": [ 96309.58998957425, @@ -24085,68 +16291,7 @@ "id": "662", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.8780982943802345, - 7.8780982943802345, - 7.8780982943802345, - 7.8780982943802345, - 7.8780982943802345, - 7.8780982943802345, - 7.8780982943802345, - 7.8780982943802345 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -416.48083005333933, - -618.1956744751833, - -547.5563279774888, - -171.2445824736419, - 333.64384980174646, - 686.141656912866, - 521.1494531815065, - 48.03208392185252 - ], - "relative wind speed": [ - 2.006040437307871, - 1.8426201309462729, - 1.911856660624012, - 2.1567952321310555, - 2.4085641431986464, - 2.5357702027289704, - 2.4839854221078244, - 2.274557933901295 - ], - "relative wind angle": [ - 0.14371862026250978, - 0.03235972912719956, - 0.10638200737196989, - 0.16145147045580396, - 0.11957318912574433, - 0.02351229449472409, - 0.08181626034938753, - 0.15302478807795675 - ], - "resistance": [ - 96218.0191699467, - 96016.30432552485, - 96086.94367202253, - 96463.2554175264, - 96968.14384980178, - 97320.64165691289, - 97155.64945318154, - 96682.53208392188 - ], - "fuel": [ - 39.74538190235458, - 39.641861096250324, - 39.67809624404845, - 39.871441983340446, - 40.13167708021633, - 40.313927640712535, - 40.22856480893258, - 39.984347431040504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 -3.125, -3.4375 -2.8125, -3.125 -2.8125, -3.125 -3.125, -3.4375 -3.125))", @@ -24178,37 +16323,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -487.92616740245285, + -487.926167402454, -600.6059529582265, - -463.21547037442474, + -463.2154703744252, -34.4384818108274, 453.1817481453006, 715.9597515403832, - 417.7129423731087, - -75.67681120190991 + 417.7129423731078, + -75.67681120191037 ], "relative wind speed": [ - 1.7691969231811966, + 1.7691969231811964, 1.6486199252615756, 1.788791748061053, 2.0720265618298193, 2.3147211535008716, 2.4020916122181384, 2.2996121093625552, - 2.0480961155497357 + 2.0480961155497353 ], "relative wind angle": [ - 0.14623170128858803, - 0.0073822909073892615, - 0.1543490198984345, + 0.14623170128858956, + 0.007382290907389261, + 0.1543490198984352, 0.18284043127477395, - 0.11160200997233267, + 0.11160200997233269, 0.005066639984832222, - 0.1198736976412222, - 0.18500134535897558 + 0.11987369764122313, + 0.1850013453589744 ], "resistance": [ - 96146.57383259758, + 96146.57383259757, 96033.8940470418, 96171.2845296256, 96600.0615181892, @@ -24218,7 +16363,7 @@ 96558.82318879812 ], "fuel": [ - 39.45711511254517, + 39.457115112545154, 39.39929871926241, 39.46980057438755, 39.69027892438835, @@ -24258,9 +16403,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -637.5783100028091, + -637.5783100028101, -628.0711900664185, - -292.8541701731506, + -292.8541701731508, 250.20427972717107, 709.4270302139851, 687.4745864784993, @@ -24268,7 +16413,7 @@ -324.57956483151247 ], "relative wind speed": [ - 1.5533622680588206, + 1.5533622680588202, 1.5642843686919221, 1.8405017161880985, 2.1641182942302084, @@ -24278,13 +16423,13 @@ 1.8180317865728144 ], "relative wind angle": [ - 0.1002998302060646, + 0.1002998302060657, 0.11314289245693694, - 0.22203457044196187, + 0.22203457044196237, 0.18429312451412067, 0.06591873839227094, 0.0750938253183536, - 0.19009279222764872, + 0.19009279222764874, 0.21990413247775728 ], "resistance": [ @@ -24338,7 +16483,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -659.0100272873588, + -659.0100272873606, -634.0732138643245, -274.9336742486198, 282.38083087905557, @@ -24348,7 +16493,7 @@ -358.5442569658626 ], "relative wind speed": [ - 1.6018598120587666, + 1.6018598120587662, 1.629586629812406, 1.9106711976352364, 2.2289834815668463, @@ -24358,8 +16503,8 @@ 1.8532016562746576 ], "relative wind angle": [ - 0.08588084306916904, - 0.1177058567794732, + 0.08588084306917293, + 0.11770585677947322, 0.21521443599975532, 0.17390581565410856, 0.0569029737333907, @@ -24418,34 +16563,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -713.8389426792914, + -713.8389426792927, -717.0535006959118, - -347.02938412539424, + -347.0293841253945, 273.8784326939542, - 817.6608888830094, + 817.6608888830099, 825.0515095410149, 286.27070546229584, -336.51634620288587 ], "relative wind speed": [ - 1.4972857532640138, + 1.4972857532640131, 1.4934857599119769, 1.8118584969204, 2.1868739335030924, - 2.4188471450954316, + 2.418847145095431, 2.421195246815888, 2.1931381455350807, 1.8194143390740922 ], "relative wind angle": [ - 0.1312862584433347, + 0.13128625844333552, 0.12686627876701123, - 0.25854525327907074, + 0.25854525327907163, 0.2148125759824448, - 0.08112293977450555, + 0.08112293977450417, 0.0781256664259168, 0.21282819790804422, - 0.25910572576412766 + 0.2591057257641277 ], "resistance": [ 95920.66105732071, @@ -24498,9 +16643,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -694.0793842869535, + -694.0793842869546, -626.8091132726182, - -202.39502184587354, + -202.39502184587377, 397.7309312116456, 851.6658140912493, 697.0144395430182, @@ -24508,9 +16653,9 @@ -421.16074510885073 ], "relative wind speed": [ - 1.3536410904688976, + 1.3536410904688974, 1.4385438656870009, - 1.796445912175465, + 1.7964459121754648, 2.151172588912194, 2.3345435290963494, 2.283205912208919, @@ -24518,7 +16663,7 @@ 1.6293846027762358 ], "relative wind angle": [ - 0.08318738212210179, + 0.08318738212210446, 0.187369795202427, 0.27709252957951774, 0.19983797633480418, @@ -24578,17 +16723,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -578.2315406344806, + -578.231540634481, -670.9425747367491, - -448.9931647891033, + -448.9931647891035, 70.54292691689716, 617.1096233834971, 830.8502856164152, - 429.42343169676315, + 429.4234316967627, -144.30388903285893 ], "relative wind speed": [ - 1.4870832801661351, + 1.487083280166135, 1.3720201488586505, 1.6058840685577647, 1.973001216366179, @@ -24598,13 +16743,13 @@ 1.8365961249571547 ], "relative wind angle": [ - 0.19332255661662734, - 0.05135228613587591, - 0.24229127642323886, + 0.1933225566166285, + 0.05135228613587592, + 0.2422912764232393, 0.2428592728163294, - 0.127423707369715, + 0.12742370736971498, 0.03035767977710573, - 0.17892404498073933, + 0.17892404498073994, 0.2613029468644447 ], "resistance": [ @@ -24658,17 +16803,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -667.9253099868579, + -667.9253099868587, -794.0782003534638, - -547.3681486890209, + -547.3681486890214, 63.73947970393192, - 724.7095314310918, + 724.7095314310923, 1015.3100890850683, 548.8714749147334, -136.5692574425916 ], "relative wind speed": [ - 1.5516479276439503, + 1.55164792764395, 1.4008645574655723, 1.6587291160041258, 2.0766152958849173, @@ -24678,17 +16823,17 @@ 1.9560586627769798 ], "relative wind angle": [ - 0.2204649957433904, + 0.22046499574339196, 0.04469309097315162, - 0.26087697289810596, + 0.26087697289810635, 0.2642884115000844, - 0.1422208176252578, - 0.025187298250202883, + 0.14222081762525698, + 0.02518729825020288, 0.18539003296792855, 0.2810058910578758 ], "resistance": [ - 95966.57469001312, + 95966.5746900131, 95840.4217996465, 96087.13185131094, 96698.2394797039, @@ -24698,7 +16843,7 @@ 96497.93074255738 ], "fuel": [ - 39.244873317430574, + 39.24487331743056, 39.18023148443344, 39.30670318734466, 39.620952418655655, @@ -24738,9 +16883,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -626.5016282024997, + -626.5016282025006, -818.0350830444396, - -642.3782501502919, + -642.3782501502922, -51.2370214383709, 653.8955227766851, 1083.0515479587602, @@ -24748,7 +16893,7 @@ -24.860112488257528 ], "relative wind speed": [ - 1.6314264358743102, + 1.6314264358743098, 1.4119850427251546, 1.617483951198426, 2.0407172947488266, @@ -24758,12 +16903,12 @@ 2.0563530723043466 ], "relative wind angle": [ - 0.24829381702936504, + 0.24829381702936548, 0.005755149740399231, - 0.24315279560375616, + 0.24315279560375663, 0.2774015823483152, - 0.168258281116361, - 0.0032122918406697525, + 0.16825828111636104, + 0.003212291840669753, 0.16274367852277255, 0.275237161999349 ], @@ -24818,9 +16963,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -646.886116994709, + -646.8861169947097, -918.3826611458663, - -759.223130964137, + -759.2231309641365, -130.85198647801462, 666.029483384428, 1196.9267486468154, @@ -24828,9 +16973,9 @@ 55.771889292796004 ], "relative wind speed": [ - 1.7328159497334958, + 1.7328159497334956, 1.4565265032887242, - 1.6376095318619972, + 1.637609531861997, 2.086941342917938, 2.4822970709722365, 2.6538614148869306, @@ -24838,14 +16983,14 @@ 2.192971886602291 ], "relative wind angle": [ - 0.27020443167034536, + 0.27020443167034575, 0.03792366139707634, - 0.2369683558704208, - 0.2910694050455457, - 0.1874301007069153, + 0.23696835587042034, + 0.29106940504554574, + 0.18743010070691532, 0.020810267027331394, - 0.15157068900243323, - 0.27661555959801015 + 0.15157068900243326, + 0.2766155595980102 ], "resistance": [ 95987.6138830053, @@ -24885,68 +17030,7 @@ "id": "672", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.180362674052105, - 8.180362674052105, - 8.180362674052105, - 8.180362674052105, - 8.180362674052105, - 8.180362674052105, - 8.180362674052105, - 8.180362674052105 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -610.5742481972052, - -764.6865971440614, - -604.3653364090901, - -64.16248851457976, - 563.015983117969, - 922.4989747339273, - 554.1000746982099, - -74.52162372734983 - ], - "relative wind speed": [ - 1.989440745526742, - 1.842367601462994, - 1.9938397906933527, - 2.315323440826198, - 2.5959179588195487, - 2.7022853568717244, - 2.5925407263786115, - 2.3099657775050657 - ], - "relative wind angle": [ - 0.15244106118735928, - 0.0014798162339241248, - 0.15405877536489204, - 0.18678580350045687, - 0.11663901582469703, - 0.001008910826513824, - 0.11828919911056594, - 0.18722415647362123 - ], - "resistance": [ - 96023.9257518028, - 95869.81340285596, - 96030.13466359093, - 96570.33751148543, - 97197.51598311798, - 97556.99897473394, - 97188.60007469822, - 96559.97837627266 - ], - "fuel": [ - 39.78418009696469, - 39.705186723679944, - 39.78736445114872, - 40.06496655718031, - 40.388626320408655, - 40.57479989573392, - 40.38401494865719, - 40.0596329417441 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -4.0625, -4.6875 -3.75, -4.375 -3.75, -4.375 -4.0625, -4.6875 -4.0625))", @@ -24965,68 +17049,7 @@ "id": "673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.110504982405957, - 7.110504982405957, - 7.110504982405957, - 7.110504982405957, - 7.110504982405957, - 7.110504982405957, - 7.110504982405957, - 7.110504982405957 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -569.0683600721568, - -660.8020925339238, - -453.9432571602056, - 46.36401312157318, - 573.842646503846, - 786.3582604307685, - 407.8564461554065, - -145.37506579853675 - ], - "relative wind speed": [ - 1.6530398750172226, - 1.5498739774981534, - 1.748798593635693, - 2.077671005159348, - 2.3324246320768416, - 2.4022148418885845, - 2.2615147515799157, - 1.9636773378118635 - ], - "relative wind angle": [ - 0.1580972765749336, - 0.03763178782927445, - 0.1972497878263797, - 0.20668137055291086, - 0.11181362627818739, - 0.02427613482412613, - 0.1521295235964406, - 0.2188691417627183 - ], - "resistance": [ - 96065.43163992785, - 95973.69790746608, - 96180.55674283979, - 96680.86401312158, - 97208.34264650385, - 97420.85826043077, - 97042.3564461554, - 96489.12493420146 - ], - "fuel": [ - 39.34261972936446, - 39.29557495201481, - 39.40170485759299, - 39.65904812694809, - 39.93137619739072, - 40.04138690980175, - 39.845568764277246, - 39.56031313599289 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -4.375, -5 -4.0625, -4.6875 -4.0625, -4.6875 -4.375, -5 -4.375))", @@ -25045,68 +17068,7 @@ "id": "674", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.586456176465848, - 7.586456176465848, - 7.586456176465848, - 7.586456176465848, - 7.586456176465848, - 7.586456176465848, - 7.586456176465848, - 7.586456176465848 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -527.9523022144874, - -756.028838625348, - -644.7920246129843, - -153.79874032302018, - 479.1240487079999, - 905.3663539579538, - 647.6251344194256, - 40.77490694834751 - ], - "relative wind speed": [ - 1.8582448867811274, - 1.6497629373430696, - 1.7670342279417837, - 2.1024820177359262, - 2.419796863470316, - 2.566470956445475, - 2.4871833380334407, - 2.2108958104818175 - ], - "relative wind angle": [ - 0.19685707774536784, - 0.03363299835024238, - 0.16199227801321014, - 0.2198522441216793, - 0.15076933717403723, - 0.021617363227506035, - 0.11483793357191374, - 0.20890758394171866 - ], - "resistance": [ - 96106.54769778554, - 95878.47116137468, - 95989.70797538705, - 96480.70125967701, - 97113.62404870804, - 97539.86635395799, - 97282.12513441946, - 96675.27490694838 - ], - "fuel": [ - 39.56031461485585, - 39.44337068104952, - 39.50038204969228, - 39.75257728917514, - 40.078997105694114, - 40.299664718548556, - 40.16615009516946, - 39.8527668528628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -4.375, -4.6875 -4.0625, -4.375 -4.0625, -4.375 -4.375, -4.6875 -4.375))", @@ -25125,68 +17087,7 @@ "id": "675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.079713373229042, - 6.079713373229042, - 6.079713373229042, - 6.079713373229042, - 6.079713373229042, - 6.079713373229042, - 6.079713373229042, - 6.079713373229042 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -522.9011905819076, - -582.2726869295011, - -357.6920613808513, - 110.20433968656675, - 578.7671995856924, - 715.2999329669697, - 338.3883519388803, - -164.39243330153568 - ], - "relative wind speed": [ - 1.324897554001653, - 1.2433702459033704, - 1.4918588740095535, - 1.8428863512552403, - 2.0909368884466137, - 2.140420760427389, - 1.9752791448565736, - 1.6526162580658332 - ], - "relative wind angle": [ - 0.18838422970771648, - 0.07926722293368177, - 0.26265410359712926, - 0.24630950582508276, - 0.11894292870414158, - 0.0460143542300868, - 0.19737950508621735, - 0.2753657341569523 - ], - "resistance": [ - 96111.5988094181, - 96052.2273130705, - 96276.80793861915, - 96744.70433968656, - 97213.2671995857, - 97349.79993296697, - 96972.88835193888, - 96470.10756669847 - ], - "fuel": [ - 38.99168336058483, - 38.961221475799036, - 39.0765166596917, - 39.317328100921216, - 39.55929892659613, - 39.62995958461546, - 39.43506269179676, - 39.175903093400265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -4.0625, -4.375 -3.75, -4.0625 -3.75, -4.0625 -4.0625, -4.375 -4.0625))", @@ -25205,68 +17106,7 @@ "id": "676", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.974108833304094, - 6.974108833304094, - 6.974108833304094, - 6.974108833304094, - 6.974108833304094, - 6.974108833304094, - 6.974108833304094, - 6.974108833304094 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -602.6743239067258, - -667.5154948314336, - -415.54184434429794, - 111.79870639401406, - 635.477836775307, - 785.2172229284442, - 365.1827915193951, - -199.71194666915517 - ], - "relative wind speed": [ - 1.5777369955880993, - 1.502447674574626, - 1.7376341718162596, - 2.080610846926194, - 2.327859147438285, - 2.37714812805697, - 2.2110652913235924, - 1.891888141834111 - ], - "relative wind angle": [ - 0.1535100354550572, - 0.06443808520129188, - 0.2193320438089459, - 0.2120647337475462, - 0.10382169419497257, - 0.04071037599609795, - 0.17183457383708933, - 0.2335934381584676 - ], - "resistance": [ - 96031.8256760933, - 95966.9845051686, - 96218.95815565572, - 96746.29870639404, - 97269.97783677533, - 97419.71722292848, - 96999.68279151943, - 96434.78805333088 - ], - "fuel": [ - 39.27179227848712, - 39.238543961121394, - 39.36783509177806, - 39.63918535809333, - 39.90967561742863, - 39.98720647659253, - 39.76993564662692, - 39.47876821751862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -4.0625, -4.0625 -3.75, -3.75 -3.75, -3.75 -4.0625, -4.0625 -4.0625))", @@ -25285,68 +17125,7 @@ "id": "677", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.848510640146639, - 5.848510640146639, - 5.848510640146639, - 5.848510640146639, - 5.848510640146639, - 5.848510640146639, - 5.848510640146639, - 5.848510640146639 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -537.4123701964854, - -555.4763453233508, - -285.02151540707473, - 192.59858689407997, - 629.372331245539, - 670.7927321729719, - 261.394826676054, - -226.92572873823678 - ], - "relative wind speed": [ - 1.216828776871291, - 1.19057274636511, - 1.483239343362662, - 1.8357233053756807, - 2.0595645880894957, - 2.0748530310233964, - 1.876827007221346, - 1.5338182782960046 - ], - "relative wind angle": [ - 0.16803604932969698, - 0.13186863734271123, - 0.2905362361787248, - 0.24448635421916728, - 0.09897375984659768, - 0.07552028167947554, - 0.22837139278731616, - 0.2939163317086612 - ], - "resistance": [ - 96097.08762980357, - 96079.02365467671, - 96349.47848459298, - 96827.09858689414, - 97263.8723312456, - 97305.29273217302, - 96895.89482667611, - 96407.57427126182 - ], - "fuel": [ - 38.90982086076751, - 38.90055231817456, - 39.03944844800442, - 39.285402164149694, - 39.51106483272511, - 39.532501867442896, - 39.32089919482581, - 39.069319922204116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -4.375, -4.375 -4.0625, -4.0625 -4.0625, -4.0625 -4.375, -4.375 -4.375))", @@ -25365,68 +17144,7 @@ "id": "678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.118895126708658, - 6.118895126708658, - 6.118895126708658, - 6.118895126708658, - 6.118895126708658, - 6.118895126708658, - 6.118895126708658, - 6.118895126708658 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -484.1499165251256, - -581.240148386315, - -410.82483846718674, - 29.928089006510163, - 512.3238095621712, - 736.3447923850629, - 405.68205262248694, - -91.93670241677682 - ], - "relative wind speed": [ - 1.3806306713556036, - 1.2496615869939867, - 1.4542442983698687, - 1.8004492091307247, - 2.0692916409147677, - 2.150919539136512, - 2.018237465341054, - 1.7165347625923872 - ], - "relative wind angle": [ - 0.21018801864949294, - 0.034743313218293, - 0.24267078908068127, - 0.25306731400170135, - 0.13966063411831622, - 0.02018280834210717, - 0.17402270393502092, - 0.2657308737505601 - ], - "resistance": [ - 96150.35008347487, - 96053.25985161368, - 96223.67516153281, - 96664.42808900651, - 97146.82380956218, - 97370.84479238506, - 97040.18205262249, - 96542.56329758323 - ], - "fuel": [ - 39.024532836880134, - 38.97471131794072, - 39.06218259736201, - 39.28891475384804, - 39.537897333192376, - 39.653817422097916, - 39.48278095736095, - 39.22615275577081 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -4.375, -4.0625 -4.0625, -3.75 -4.0625, -3.75 -4.375, -4.0625 -4.375))", @@ -25458,9 +17176,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -519.5375374272293, + -519.5375374272297, -547.4877457016163, - -297.287120497823, + -297.28712049782314, 162.80099842150275, 593.1594242854139, 657.3360983414148, @@ -25468,9 +17186,9 @@ -206.68303103758774 ], "relative wind speed": [ - 1.2557586480879592, + 1.2557586480879588, 1.215997233097865, - 1.4864165478422022, + 1.486416547842202, 1.827895116650453, 2.05206604970078, 2.075874655098568, @@ -25479,13 +17197,13 @@ ], "relative wind angle": [ 0.1669792537783858, - 0.11238130904350667, - 0.27355614429739883, + 0.11238130904350668, + 0.2735561442973989, 0.23833129001044076, 0.10188469103502089, 0.06573911585989536, - 0.21390705995661066, - 0.27950650796514315 + 0.2139070599566112, + 0.2795065079651432 ], "resistance": [ 96114.96246257276, @@ -25525,68 +17243,7 @@ "id": "680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.990332010031633, - 6.990332010031633, - 6.990332010031633, - 6.990332010031633, - 6.990332010031633, - 6.990332010031633, - 6.990332010031633, - 6.990332010031633 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -366.42429111368733, - -723.2935382973659, - -707.9613005538536, - -316.33496819827474, - 310.92295506023993, - 841.3003409799178, - 806.0556065372355, - 251.8631129296516 - ], - "relative wind speed": [ - 1.7915645433535352, - 1.4784441894283533, - 1.4966521086591857, - 1.8276986123440682, - 2.2006078012794212, - 2.4221025962578357, - 2.41089416476531, - 2.1706902106217223 - ], - "relative wind angle": [ - 0.2596376433210127, - 0.11971422958158172, - 0.14094212800571254, - 0.2622834728861169, - 0.2105624759465833, - 0.07296351351353728, - 0.08731658275807712, - 0.2200891551255764 - ], - "resistance": [ - 96268.07570888635, - 95911.20646170266, - 95926.53869944617, - 96318.16503180175, - 96945.42295506028, - 97475.80034097994, - 97440.55560653727, - 96886.36311292968 - ], - "fuel": [ - 39.39937527714458, - 39.21626520167925, - 39.224122450150446, - 39.425114099394754, - 39.74822637212, - 40.02257600141956, - 40.004312402330896, - 39.717741109395575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -4.6875, -4.6875 -4.375, -4.375 -4.375, -4.375 -4.6875, -4.6875 -4.6875))", @@ -25605,52 +17262,7 @@ "id": "681", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.951077397963914, - 41.951077397963914, - 41.951077397963914, - 41.951077397963914, - 41.951077397963914, - 41.951077397963914, - 41.951077397963914, - 41.951077397963914 - ], - "relative wind speed": [ - 0.4361815210037473, - 0.4361815210037473, - 0.4361815210037473, - 0.4361815210037473, - 0.4361815210037473, - 0.4361815210037473, - 0.4361815210037473, - 0.4361815210037473 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -5, -5 -4.6875, -4.6875 -4.6875, -4.6875 -5, -5 -5))", @@ -25669,68 +17281,7 @@ "id": "682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.140773132687409, - 6.140773132687409, - 6.140773132687409, - 6.140773132687409, - 6.140773132687409, - 6.140773132687409, - 6.140773132687409, - 6.140773132687409 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -359.18390558003694, - -604.4561677273913, - -550.5844520354864, - -184.55029477801145, - 339.9330713468114, - 742.4894702446604, - 618.7233773263747, - 133.55401893817634 - ], - "relative wind speed": [ - 1.514376963285167, - 1.248456521309104, - 1.3221600935862465, - 1.6585364771237174, - 1.9947984742514215, - 2.171155188881111, - 2.1270757454149605, - 1.8766500190111768 - ], - "relative wind angle": [ - 0.27203717583893006, - 0.09064326030442768, - 0.18798512649956317, - 0.2825697403110052, - 0.20542444982914032, - 0.052073827243809295, - 0.1164247318035261, - 0.2489825863541362 - ], - "resistance": [ - 96275.31609441998, - 96030.04383227263, - 96083.91554796453, - 96449.94970522201, - 96974.43307134682, - 97376.98947024468, - 97253.22337732639, - 96768.05401893819 - ], - "fuel": [ - 39.09599095661832, - 38.97008390583055, - 38.997719006029726, - 39.18577308525716, - 39.456101169650445, - 39.66428024077156, - 39.60021132214992, - 39.34960758045717 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -5, -4.6875 -4.6875, -4.375 -4.6875, -4.375 -5, -4.6875 -5))", @@ -25749,52 +17300,7 @@ "id": "683", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.283213233442005, - 46.283213233442005, - 46.283213233442005, - 46.283213233442005, - 46.283213233442005, - 46.283213233442005, - 46.283213233442005, - 46.283213233442005 - ], - "relative wind speed": [ - 0.4581497504118692, - 0.4581497504118692, - 0.4581497504118692, - 0.4581497504118692, - 0.4581497504118692, - 0.4581497504118692, - 0.4581497504118692, - 0.4581497504118692 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 -4.6875, -4.375 -4.375, -4.0625 -4.375, -4.0625 -4.6875, -4.375 -4.6875))", @@ -25813,52 +17319,7 @@ "id": "684", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.01972414232142, - 47.01972414232142, - 47.01972414232142, - 47.01972414232142, - 47.01972414232142, - 47.01972414232142, - 47.01972414232142, - 47.01972414232142 - ], - "relative wind speed": [ - 0.4617806614944544, - 0.4617806614944544, - 0.4617806614944544, - 0.4617806614944544, - 0.4617806614944544, - 0.4617806614944544, - 0.4617806614944544, - 0.4617806614944544 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -4.6875, -4.0625 -4.375, -3.75 -4.375, -3.75 -4.6875, -4.0625 -4.6875))", @@ -25890,17 +17351,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -473.09437951493896, + -473.0943795149392, -461.0339276544661, - -200.43839451636563, + -200.43839451636575, 214.12692130107484, 564.3943890437531, 536.724206775347, - 168.05855137066987, + 168.0585513706701, -239.38829948646833 ], "relative wind speed": [ - 1.1263511930536634, + 1.1263511930536632, 1.1449781916522515, 1.4297155163070399, 1.7431449998155408, @@ -25910,14 +17371,14 @@ 1.3935371510060082 ], "relative wind angle": [ - 0.1307700754893779, - 0.158303079758597, - 0.28511691696657615, + 0.13077007548937794, + 0.15830307975859703, + 0.28511691696657654, 0.22458886620837695, 0.07630816731498952, 0.09436500519733118, - 0.23688257628677215, - 0.2823126649407437 + 0.23688257628677167, + 0.28231266494074375 ], "resistance": [ 96161.40562048506, @@ -25957,52 +17418,7 @@ "id": "686", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 50.744678473423626, - 50.744678473423626, - 50.744678473423626, - 50.744678473423626, - 50.744678473423626, - 50.744678473423626, - 50.744678473423626, - 50.744678473423626 - ], - "relative wind speed": [ - 0.479723458099929, - 0.479723458099929, - 0.479723458099929, - 0.479723458099929, - 0.479723458099929, - 0.479723458099929, - 0.479723458099929, - 0.479723458099929 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 -5, -4.0625 -4.6875, -3.75 -4.6875, -3.75 -5, -4.0625 -5))", @@ -26021,52 +17437,7 @@ "id": "687", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.32964770461181, - 37.32964770461181, - 37.32964770461181, - 37.32964770461181, - 37.32964770461181, - 37.32964770461181, - 37.32964770461181, - 37.32964770461181 - ], - "relative wind speed": [ - 0.4114552885098014, - 0.4114552885098014, - 0.4114552885098014, - 0.4114552885098014, - 0.4114552885098014, - 0.4114552885098014, - 0.4114552885098014, - 0.4114552885098014 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 -4.0625, -3.75 -3.75, -3.4375 -3.75, -3.4375 -4.0625, -3.75 -4.0625))", @@ -26098,33 +17469,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -637.993813386656, + -637.9938133866566, -612.3201886032986, - -254.0051781235668, + -254.00517812356725, 301.6745326441262, - 760.5056064869859, + 760.5056064869873, 701.5565015990142, 203.29749838940847, -337.2783474853436 ], "relative wind speed": [ - 1.3249612981828527, + 1.3249612981828525, 1.358612402840198, - 1.6870957600671483, + 1.6870957600671481, 2.0422676777059645, 2.245798486899916, 2.2256023059596983, - 1.9881753398047652, + 1.988175339804765, 1.6211958604813386 ], "relative wind angle": [ - 0.11769408115335622, + 0.11769408115335718, 0.16032402595776524, - 0.2775741769729585, - 0.21560024265001718, - 0.06933171184222345, - 0.09760550606962508, - 0.2346747947633527, + 0.2775741769729589, + 0.2156002426500172, + 0.06933171184222185, + 0.09760550606962509, + 0.23467479476335223, 0.2728723909473448 ], "resistance": [ @@ -26178,34 +17549,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -635.0810514092736, + -635.081051409274, -657.128387835563, - -332.03789308006355, + -332.0378930800639, 241.41816176045427, 769.0065467928875, 819.4733044849011, - 324.51774743834676, - -262.1872181656481 + 324.5177474383463, + -262.1872181656486 ], "relative wind speed": [ 1.233219293633537, 1.201816989254988, - 1.545311994017819, + 1.5453119940178188, 1.949087555711891, 2.2024319023475396, 2.2197234140780417, 1.995882499500628, - 1.603930737543628 + 1.6039307375436278 ], "relative wind angle": [ - 0.19139978322851525, + 0.19139978322851645, 0.15060272904010674, - 0.3223854066127702, - 0.2658522920295819, + 0.32238540661277015, + 0.26585229202958194, 0.10672079930391211, 0.08132201779815985, - 0.24783491566084395, - 0.3249591684548729 + 0.2478349156608444, + 0.32495916845487255 ], "resistance": [ 95999.41894859071, @@ -26258,41 +17629,41 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -612.4383890155452, + -612.4383890155459, -655.6873304305851, - -379.25115704023165, + -379.2511570402321, 152.72850857700496, - 658.2080253164802, + 658.2080253164825, 758.0064062039771, 321.50136474138367, -235.53245027164508 ], "relative wind speed": [ - 1.5514199867677891, + 1.5514199867677887, 1.50080329552618, - 1.7513770736356427, - 2.0914763825280773, - 2.3254400237233885, + 1.7513770736356424, + 2.0914763825280778, + 2.325440023723388, 2.358424208537335, 2.178819319085603, 1.8548050626964723 ], "relative wind angle": [ - 0.14105129728018315, - 0.08088300542984779, + 0.14105129728018392, + 0.0808830054298478, 0.2243235579507432, - 0.2069285051120166, - 0.09392886553599752, - 0.0514371647983573, - 0.17977391092128817, - 0.23379480782696627 + 0.20692850511201769, + 0.09392886553599399, + 0.051437164798357304, + 0.17977391092128814, + 0.23379480782696624 ], "resistance": [ 96022.0616109845, 95978.81266956945, 96255.24884295982, 96787.22850857704, - 97292.70802531652, + 97292.70802531653, 97392.50640620402, 96956.00136474143, 96398.9675497284 @@ -26302,7 +17673,7 @@ 39.22837190919712, 39.37023984364837, 39.644053659549186, - 39.90520334076211, + 39.905203340762114, 39.95687531455846, 39.73114232061759, 39.44410909288506 @@ -26338,13 +17709,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -633.9118441099383, + -633.911844109939, -629.6239598299762, - -300.1915571541449, + -300.19155715414536, 241.75633675894323, 706.0152648249698, 696.1211201401527, - 225.00794797307526, + 225.0079479730755, -314.4589586768768 ], "relative wind speed": [ @@ -26358,14 +17729,14 @@ 1.8035509550329034 ], "relative wind angle": [ - 0.10680726259171283, - 0.11273343385710166, - 0.22673918984013905, + 0.10680726259171493, + 0.11273343385710168, + 0.22673918984013952, 0.1896454742650695, 0.06971204182433878, - 0.0739145826073284, - 0.19231997448994304, - 0.2257889969739582 + 0.07391458260732842, + 0.19231997448994245, + 0.22578899697395818 ], "resistance": [ 96000.58815589009, @@ -26418,34 +17789,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -527.4242030495865, + -527.424203049587, -775.6455519549805, - -649.7542628796563, - -124.34729200230254, + -649.7542628796565, + -124.34729200230231, 557.3072753654203, 1026.513873798684, 737.0561343386626, - 78.88856774204123 + 78.88856774204146 ], "relative wind speed": [ 1.5419332184509316, 1.25982134444054, 1.423716487124143, - 1.8545550949638663, + 1.8545550949638665, 2.235396934572197, 2.40570315819497, 2.312485431207754, 1.983729544318173 ], "relative wind angle": [ - 0.29838694949776934, - 0.05374973937591437, - 0.2538767460970538, - 0.31432109275579173, + 0.2983869494977709, + 0.053749739375914374, + 0.25387674609705463, + 0.3143210927557921, 0.20419694620463066, 0.028137885670909163, 0.15525233230743105, - 0.29322244839185657 + 0.2932224483918565 ], "resistance": [ 96107.07579695046, @@ -26498,9 +17869,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -663.1041886752064, + -663.1041886752071, -1036.0158514848704, - -915.8403838865611, + -915.8403838865615, -267.8822505602693, 617.7344844112977, 1261.3137223448566, @@ -26508,9 +17879,9 @@ 152.36806441845056 ], "relative wind speed": [ - 2.03799315099811, + 2.0379931509981097, 1.7345992240441046, - 1.8534770228690225, + 1.8534770228690223, 2.2766600599236417, 2.688569597114437, 2.8936116004033576, @@ -26518,14 +17889,14 @@ 2.489707118034523 ], "relative wind angle": [ - 0.24176602861650845, + 0.24176602861650892, 0.06336275179843817, - 0.1804242361652591, + 0.1804242361652597, 0.2576912909558021, 0.1824949979246626, 0.03796703148002184, - 0.11826320214888834, - 0.23520367628566086 + 0.11826320214888836, + 0.23520367628566088 ], "resistance": [ 95971.39581132482, @@ -26578,9 +17949,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -639.2487063977713, + -639.2487063977726, -708.7809644014801, - -439.0799605868431, + -439.0799605868433, 123.85243524447537, 683.8923636431132, 844.2388949259234, @@ -26588,7 +17959,7 @@ -209.17249150952716 ], "relative wind speed": [ - 1.5732143465815227, + 1.5732143465815223, 1.4924437348260573, 1.7443645108422547, 2.1079847202350397, @@ -26598,13 +17969,13 @@ 1.9080364849381706 ], "relative wind angle": [ - 0.16331117813945203, - 0.06891405639360305, - 0.23202842849014121, + 0.1633111781394534, + 0.06891405639360307, + 0.2320284284901417, 0.22217632172370272, - 0.10821041553243442, - 0.042477783700107206, - 0.17961260267243886, + 0.10821041553243443, + 0.04247778370010721, + 0.1796126026724389, 0.24591546248660684 ], "resistance": [ @@ -26658,17 +18029,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -850.6065715660513, + -850.6065715660516, -937.8793689009765, - -578.1477488149358, + -578.1477488149364, 165.68390976050614, 900.1108394901212, 1101.6077462608732, - 506.53287066601433, + 506.53287066601524, -287.85864134912526 ], "relative wind speed": [ - 1.8636593857929773, + 1.8636593857929769, 1.7779889827282818, 2.060365486745484, 2.4677719734366144, @@ -26678,13 +18049,13 @@ 2.23568688947498 ], "relative wind angle": [ - 0.15254547165737622, - 0.06697368806209099, - 0.2209128303908623, + 0.1525454716573755, + 0.066973688062091, + 0.2209128303908633, 0.2120933263756008, - 0.1028043334121279, - 0.04227512337940749, - 0.17345259253614112, + 0.10280433341212791, + 0.04227512337940748, + 0.1734525925361405, 0.23450271534873385 ], "resistance": [ @@ -26694,7 +18065,7 @@ 96800.18390976054, 97534.61083949015, 97736.1077462609, - 97141.03287066604, + 97141.03287066605, 96346.6413586509 ], "fuel": [ @@ -26704,7 +18075,7 @@ 40.21924335203832, 40.59902409869401, 40.7035713718017, - 40.39525074187853, + 40.395250741878534, 39.985713639801304 ] }, @@ -26738,30 +18109,30 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -599.7789927672775, + -599.7789927672782, -579.0326438568491, - -248.7360477416198, + -248.73604774162027, 267.72730081675786, 694.9301675913082, 647.1836631518831, - 187.4655599281757, + 187.46555992817594, -316.9050012581647 ], "relative wind speed": [ - 1.3761768491293358, + 1.3761768491293354, 1.4026514863404094, - 1.69959318932017, + 1.6995931893201697, 2.029236805567235, 2.2214739024301546, 2.2048532438973907, - 1.9849916901776439, + 1.984991690177644, 1.6465135912555016 ], "relative wind angle": [ - 0.10677669923781102, - 0.14034358549075657, + 0.10677669923781208, + 0.1403435854907566, 0.2522218867969324, - 0.2002390702312394, + 0.20023907023123938, 0.0660693395260925, 0.08910681523337802, 0.21533574263392655, @@ -26774,7 +18145,7 @@ 96902.22730081675, 97329.4301675913, 97281.68366315188, - 96821.96555992817, + 96821.96555992818, 96317.59499874184 ], "fuel": [ @@ -26784,7 +18155,7 @@ 39.52614066100698, 39.7469702793193, 39.72225545759635, - 39.484727557475324, + 39.48472755747533, 39.22503324686104 ] }, @@ -26818,33 +18189,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -578.1813294083355, + -578.1813294083362, -504.3894155603773, - -140.74301733084303, + -140.7430173308435, 341.5675123108563, 677.2160906985368, 506.11498800639333, - 49.74344128621851, + 49.74344128621874, -390.0885120868563 ], "relative wind speed": [ - 1.4974022917972538, + 1.4974022917972534, 1.5839198523683045, 1.8642700789188105, 2.139167098246851, 2.2728228407381494, 2.2133990128610495, - 1.9830366516302091, + 1.983036651630209, 1.682825426073318 ], "relative wind angle": [ 0.040501274115579945, - 0.14663635746960307, - 0.2096129665652266, + 0.1466363574696031, + 0.20961296656522713, 0.14881795764781386, 0.02667929669539731, - 0.10474954829621903, - 0.19688870529216668, + 0.10474954829621905, + 0.1968887052921661, 0.1896104148823746 ], "resistance": [ @@ -26898,34 +18269,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -572.324356736299, + -572.3243567362999, -496.6865100429418, - -131.06589794622005, + -131.0658979462205, 354.93748261872565, 696.3430171539296, 521.7432909503982, 60.50310078263442, - -381.5126450718076 + -381.5126450718078 ], "relative wind speed": [ - 1.324959373869891, + 1.3249593738698908, 1.4230872507426446, - 1.7329330449000158, + 1.7329330449000155, 2.0288734733880287, 2.1709100358587117, 2.107887663745748, 1.8615345250871194, - 1.5336362525645255 + 1.5336362525645257 ], "relative wind angle": [ - 0.04995790535112757, + 0.04995790535112979, 0.17839778706454112, - 0.2467632780636783, + 0.24676327806367876, 0.17142669762364046, 0.030482567836829687, 0.1200913842692064, - 0.22939843451615433, - 0.22763500585684038 + 0.2293984345161543, + 0.22763500585684088 ], "resistance": [ 96062.1756432637, @@ -26978,17 +18349,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -602.1475866149565, + -602.1475866149584, -390.41749132076416, 77.33575726828667, 553.2373023119937, - 712.2403200651684, + 712.2403200651661, 346.8711313815236, - -160.66098119452067, + -160.66098119452045, -533.3703928052239 ], "relative wind speed": [ - 1.4420202517380871, + 1.442020251738087, 1.6525213456814667, 1.9744958884796722, 2.213313901094764, @@ -26998,21 +18369,21 @@ 1.5251244857551884 ], "relative wind angle": [ - 0.05357552991845302, - 0.21156639613620573, + 0.053575529918459236, + 0.21156639613620576, 0.21100003168889134, 0.10765303994500373, - 0.034049199315342726, + 0.03404919931534599, 0.16443509278585386, - 0.228736553372752, - 0.15656714089045048 + 0.2287365533727515, + 0.15656714089045046 ], "resistance": [ 96032.35241338503, 96244.08250867922, 96711.83575726827, 97187.73730231197, - 97346.74032006516, + 97346.74032006515, 96981.37113138151, 96473.83901880546, 96101.12960719476 @@ -27022,7 +18393,7 @@ 39.266606189117105, 39.50728687006836, 39.75299576297526, - 39.835277153259426, + 39.83527715325942, 39.64634501985287, 39.38472480443867, 39.19321273727269 @@ -27058,19 +18429,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -603.3978398627285, + -603.3978398627296, -520.9056596181172, - -136.73422176838085, + -136.7342217683813, 364.1987546244534, 705.2009292181747, 513.6358783533028, - 36.54668860099605, + 36.546688600995594, -416.9812721331609 ], "relative wind speed": [ - 1.5716056334068014, + 1.5716056334068012, 1.6640476294351938, - 1.9454353565260067, + 1.9454353565260065, 2.2185523626332024, 2.3483255805992713, 2.2837519099989843, @@ -27078,13 +18449,13 @@ 1.7500293465275178 ], "relative wind angle": [ - 0.03371241312504147, + 0.033712413125044756, 0.14306710281987328, - 0.20105397995441732, - 0.14117905979950904, - 0.02255951085594305, - 0.10407787262220763, - 0.1907298287501014, + 0.20105397995441784, + 0.14117905979950907, + 0.022559510855943047, + 0.10407787262220765, + 0.19072982875010197, 0.17934181364595414 ], "resistance": [ @@ -27138,19 +18509,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -700.870405695701, + -700.8704056957015, -620.3972472420342, - -187.07562715299196, + -187.07562715299287, 401.3770639995157, - 823.0584035132972, + 823.058403513294, 636.8230568895849, - 84.90695600507775, + 84.90695600507843, -457.0998762544709 ], "relative wind speed": [ - 1.594501083924024, + 1.5945010839240235, 1.6827930567316833, - 1.9981062365855697, + 1.9981062365855695, 2.3118081723693265, 2.4689831908430384, 2.409672017415647, @@ -27159,12 +18530,12 @@ ], "relative wind angle": [ 0.050489851692489957, - 0.1506341080519339, - 0.22079761596408787, - 0.15913243897005983, - 0.03259891673097489, + 0.15063410805193386, + 0.22079761596408837, + 0.15913243897005985, + 0.03259891673097829, 0.10499064835943302, - 0.20444378662876517, + 0.2044437866287646, 0.20324408223429702 ], "resistance": [ @@ -27218,19 +18589,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -518.3607065024383, + -518.3607065024447, -395.7954724969021, - -20.120178076309912, + -20.120178076310594, 408.9794245517853, 642.8371076599894, - 377.51101427563276, - -56.39983928235188, + 377.51101427563253, + -56.39983928235165, -417.59076475209963 ], "relative wind speed": [ 1.3401348224424128, 1.4903477954019348, - 1.7849006380475727, + 1.7849006380475725, 2.0310181222536787, 2.1186032668961543, 2.0157640222918967, @@ -27238,13 +18609,13 @@ 1.4694919298529525 ], "relative wind angle": [ - 0.009417461385633052, + 0.00941746138565663, 0.1918427719256362, - 0.21984324512154294, - 0.13150200377719243, + 0.21984324512154343, + 0.1315020037771924, 0.005957017168126269, - 0.14144095647828614, - 0.2229702968310646, + 0.14144095647828617, + 0.22297029683106412, 0.18223551535388374 ], "resistance": [ @@ -27298,9 +18669,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -648.9010159153154, + -648.9010159153195, -492.4095041396158, - -22.234526409077034, + -22.234526409077716, 510.3271219982421, 793.1975343508834, 460.2808567275724, @@ -27308,7 +18679,7 @@ -527.1348498152531 ], "relative wind speed": [ - 1.5549756844701232, + 1.5549756844701228, 1.7195628500363525, 2.0395577690949525, 2.306947260372747, @@ -27318,17 +18689,17 @@ 1.6907580247369765 ], "relative wind angle": [ - 0.011293877023766472, + 0.011293877023776303, 0.18209224460544657, - 0.20882045652897901, + 0.20882045652898007, 0.1245360623591768, 0.00731556000778171, 0.1366682174224461, - 0.2124515745014103, + 0.21245157450141083, 0.17030585588847602 ], "resistance": [ - 95985.59898408469, + 95985.59898408467, 96142.09049586038, 96612.26547359092, 97144.82712199824, @@ -27338,7 +18709,7 @@ 96107.36515018475 ], "fuel": [ - 39.305323718960615, + 39.30532371896061, 39.385604695915404, 39.627355147536235, 39.90217658611689, @@ -27378,13 +18749,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -750.6213172508444, + -750.6213172508446, -740.6386070712538, -306.1830385135104, 404.19509365265276, - 1033.5397930566596, + 1033.5397930566605, 1010.6769948556657, - 367.5622543097152, + 367.5622543097154, -336.44819989692394 ], "relative wind speed": [ @@ -27394,17 +18765,17 @@ 2.0306164691746376, 2.309049602679675, 2.3017124683216577, - 2.01040566285638, + 2.0104056628563804, 1.5162774324619968 ], "relative wind angle": [ - 0.24266620502149286, - 0.2629422673073289, + 0.24266620502149377, + 0.26294226730732895, 0.428261089886951, - 0.31574576037627344, - 0.10890170695316043, + 0.3157457603762735, + 0.10890170695315941, 0.12004382894868641, - 0.3243916707686346, + 0.32439167076863534, 0.4288874949598129 ], "resistance": [ @@ -27458,37 +18829,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -529.1425844500118, + -529.1425844500119, -632.9732489802446, -391.51169376619094, - 150.59429235473203, - 742.0188795101981, + 150.59429235473215, + 742.0188795101978, 982.190623905947, - 530.4292663971023, + 530.4292663971021, -80.56144581222736 ], "relative wind speed": [ - 0.964527503931851, + 0.9645275039318509, 0.761145478033413, 1.1565125162149008, - 1.6615410781533455, + 1.6615410781533457, 2.0038076943876657, 2.089549267951705, 1.899483451301037, 1.478120369772786 ], "relative wind angle": [ - 0.4270933354870774, - 0.13353137199718268, + 0.42709333548707773, + 0.1335313719971827, 0.48858736339777314, - 0.4126623959391449, - 0.20073237964114907, + 0.41266239593914517, + 0.20073237964114962, 0.048515147580194505, - 0.289824840967241, + 0.28982484096724104, 0.4676794132690152 ], "resistance": [ - 96105.35741555001, + 96105.35741555, 96001.52675101977, 96242.98830623382, 96785.09429235474, @@ -27538,17 +18909,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -525.0651987173272, + -525.0651987173275, -648.3665858144677, - -437.7553397154228, + -437.7553397154229, 86.65320144699945, - 675.3824852110604, + 675.3824852110608, 959.5365509611138, 543.5716465031826, -59.103285860153846 ], "relative wind speed": [ - 1.0970034425627884, + 1.0970034425627881, 0.884218868715638, 1.207654926200967, 1.684293045034978, @@ -27558,14 +18929,14 @@ 1.5735942905150189 ], "relative wind angle": [ - 0.3713131228294112, - 0.06780388610611184, - 0.4112423367398971, + 0.3713131228294118, + 0.06780388610611185, + 0.4112423367398974, 0.37877072118376093, - 0.19762962506749063, + 0.19762962506749004, 0.028147013483502445, 0.24843684345048261, - 0.40692976740070175 + 0.4069297674007018 ], "resistance": [ 96109.43480128267, @@ -27618,17 +18989,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -616.6971554013178, + -616.697155401318, -627.1772409207626, - -290.81013416932274, + -290.81013416932285, 283.6969498236997, 807.0515096345996, 831.018745011789, 322.47336597719845, - -258.56216863292025 + -258.56216863292013 ], "relative wind speed": [ - 1.0452753607466876, + 1.0452753607466874, 1.0280219392676835, 1.4260841019473711, 1.857690458704207, @@ -27638,14 +19009,14 @@ 1.456048020870916 ], "relative wind angle": [ - 0.23265696010435696, + 0.23265696010435744, 0.20902350030286657, - 0.3903799796608996, + 0.39037997966090016, 0.3029107687900225, 0.1141298211896005, - 0.10057023647943672, - 0.2927007690073765, - 0.39042770439607244 + 0.10057023647943673, + 0.29270076900737657, + 0.3904277043960724 ], "resistance": [ 96017.8028445987, @@ -27698,19 +19069,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -284.261422908181, + -284.2614229081813, -664.9245579338492, - -658.7640891924494, + -658.7640891924497, -265.9192948097225, - 383.1273171575265, + 383.1273171575267, 967.0928017058682, 952.9186181434143, 360.7106250040638 ], "relative wind speed": [ - 1.3833046511301956, + 1.3833046511301954, 0.8911430183657435, - 0.9026950847545049, + 0.9026950847545048, 1.4012709899828917, 1.8887423745672753, 2.1648888276635487, @@ -27718,11 +19089,11 @@ 1.8754517130432409 ], "relative wind angle": [ - 0.4821431743749768, - 0.29463298510253855, - 0.31007839958023714, + 0.48214317437497756, + 0.2946329851025386, + 0.31007839958023786, 0.480993361563014, - 0.346487393203449, + 0.34648739320344873, 0.1198205106446871, 0.12786195312510942, 0.35296675183217746 @@ -27778,7 +19149,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 230.4191831680805, + 230.41918316808028, -390.44942702551987, -706.2363332802438, -637.3731530316563, @@ -27790,7 +19161,7 @@ "relative wind speed": [ 1.8466392257899373, 1.3515005321022548, - 0.9337578994086788, + 0.9337578994086787, 1.0513552007522073, 1.5460068636913766, 1.99340411470786, @@ -27798,14 +19169,14 @@ 2.1667639222255364 ], "relative wind angle": [ - 0.35811837317976286, - 0.437640118748789, - 0.1751894964618329, + 0.3581183731797632, + 0.43764011874878905, + 0.17518949646183227, 0.331934962772414, - 0.4319828734671539, + 0.43198287346715386, 0.2914409557200814, 0.07337689810600767, - 0.1587861936928833 + 0.15878619369288333 ], "resistance": [ 96864.91918316808, @@ -27858,9 +19229,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -399.72254029149394, - -825.3670613522314, - -812.0802684249201, + -399.72254029149485, + -825.3670613522313, + -812.0802684249205, -357.4612358768943, 378.08172293790835, 1011.9718366882626, @@ -27868,24 +19239,24 @@ 327.8695902941952 ], "relative wind speed": [ - 1.7755023563654133, + 1.7755023563654129, 1.3885621299322273, 1.4050945346517514, 1.8066297776250242, 2.2453338493751396, 2.50316358313375, - 2.4939210214641307, + 2.493921021464131, 2.2203651860014992 ], "relative wind angle": [ - 0.3144304943649924, - 0.15582956994173255, - 0.17479096193074647, + 0.3144304943649927, + 0.15582956994173253, + 0.17479096193074775, 0.3157817163103414, - 0.24706567284625822, + 0.24706567284625824, 0.08619951865957688, - 0.09813534458544876, - 0.25546049795119535 + 0.0981353445854499, + 0.2554604979511954 ], "resistance": [ 96234.77745970852, @@ -27938,19 +19309,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 38.934231386147076, - -539.7805850206317, - -758.2443310083659, + 38.93423138614594, + -539.7805850206316, + -758.2443310083669, -620.972355711513, -95.94408083222652, 564.2913277282673, - 999.4312043670802, + 999.4312043670852, 683.2086200671201 ], "relative wind speed": [ - 1.9717808764273486, + 1.9717808764273481, 1.5474862442850499, - 1.2961614106579293, + 1.2961614106579291, 1.4705548031799447, 1.8866808267058315, 2.2478368913808118, @@ -27958,13 +19329,13 @@ 2.298902550642022 ], "relative wind angle": [ - 0.2842017878572116, - 0.27642946277961666, - 0.03427239140093981, - 0.24699163031958504, + 0.284201787857212, + 0.2764294627796166, + 0.03427239140094305, + 0.24699163031958507, 0.29740340873552756, 0.18901235668219815, - 0.018494871347613212, + 0.018494871347607213, 0.15703797339579584 ], "resistance": [ @@ -28018,34 +19389,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -409.2236818726859, + -409.2236818726865, -694.5445808940699, - -629.6820826705857, + -629.682082670586, -202.18553577189414, - 409.900241276418, + 409.90024127641755, 881.7765983153927, 733.0484388278487, 164.10419388182186 ], "relative wind speed": [ - 1.5412412407980662, + 1.541241240798066, 1.2323653912888557, - 1.3208860922388197, + 1.3208860922388195, 1.7091151265428286, 2.0877372999829946, 2.2837134536606194, 2.2336811606420257, - 1.9526897040491449 + 1.952689704049145 ], "relative wind angle": [ - 0.3049333584196718, - 0.10340128953628037, - 0.21579738484184108, + 0.3049333584196729, + 0.10340128953628039, + 0.21579738484184105, 0.313572970087277, - 0.22349605778943848, - 0.055728130957770926, + 0.22349605778943896, + 0.05572813095777093, 0.1269643526448032, - 0.2733751108445889 + 0.27337511084458926 ], "resistance": [ 96225.27631812733, @@ -28098,9 +19469,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -60.51525751151553, + -60.51525751151644, -485.07340579230436, - -603.7765175402263, + -603.7765175402299, -451.72184344679533, -5.08824117449285, 504.1272419505067, @@ -28108,24 +19479,24 @@ 455.613921799144 ], "relative wind speed": [ - 1.7769920646785624, + 1.7769920646785622, 1.4294840187692632, 1.2732627719386655, - 1.4623118406090592, + 1.462311840609059, 1.814374276080581, 2.099102248990455, 2.1973749623649983, 2.0763667528758156 ], "relative wind angle": [ - 0.2630624481685911, - 0.22079705480836054, - 0.01519193597530268, - 0.23495293132510028, + 0.26306244816859237, + 0.2207970548083605, + 0.015191935975317298, + 0.23495293132509934, 0.25751800350995097, 0.14970208527360931, 0.008802699856760438, - 0.1646943870386006 + 0.16469438703860062 ], "resistance": [ 96573.98474248845, @@ -28178,9 +19549,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -144.60062737509736, + -144.60062737509793, -511.758419215584, - -576.3482690321081, + -576.3482690321082, -348.28393431096436, 127.08793345493632, 611.1077847694639, @@ -28188,9 +19559,9 @@ 369.9075863205462 ], "relative wind speed": [ - 1.521276665679075, + 1.5212766656790748, 1.1422849776083148, - 1.0398422519708586, + 1.0398422519708583, 1.3321418857208502, 1.7258800328862058, 1.997030197915221, @@ -28198,9 +19569,9 @@ 1.8757245474117545 ], "relative wind angle": [ - 0.34017688147839126, + 0.3401768814783919, 0.2501206512853402, - 0.1037845929164489, + 0.10378459291644891, 0.33271148817457524, 0.2985128207415944, 0.14205722095094936, @@ -28258,17 +19629,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -14.216765020613252, + -14.216765020613707, -317.74661017594747, - -411.071643296945, + -411.0716432969511, -315.08076392416336, - -9.787664442643745, + -9.787664442643631, 350.85520959331666, 566.3600701450457, - 346.9328636030516 + 346.9328636030518 ], "relative wind speed": [ - 1.3957240289997055, + 1.395724028999705, 1.0719751419280406, 0.9062985293485428, 1.075536231037908, @@ -28278,14 +19649,14 @@ 1.6583510228576648 ], "relative wind angle": [ - 0.30951655043165827, + 0.30951655043165865, 0.282848618852169, - 0.0022406996906214156, + 0.0022406996906709636, 0.2846674886537391, - 0.3086326361232573, + 0.30863263612325725, 0.18114682680737693, 0.0011560851617989512, - 0.1831622676834164 + 0.18316226768341637 ], "resistance": [ 96620.28323497943, @@ -28338,34 +19709,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -542.7015517325661, + -542.7015517325666, -664.6687700260959, - -490.36003194213595, - 1.8932354473399755, + -490.3600319421364, + 1.8932354473397481, 553.9472130070562, 836.109507671516, 478.075785756243, - -85.14352699366304 + -85.1435269936635 ], "relative wind speed": [ - 1.5574356448596154, + 1.5574356448596152, 1.4105411558715084, 1.6044442242817263, 1.9588238940432845, 2.244587711553897, 2.339690883499509, 2.2112300906751097, - 1.9044129633204947 + 1.9044129633204945 ], "relative wind angle": [ - 0.19954748198382136, + 0.1995474819838219, 0.019872105068900144, - 0.21886657049169034, - 0.23948107280308104, - 0.1379788880554469, + 0.21886657049169086, + 0.23948107280308106, + 0.13797888805544692, 0.011979893523869179, 0.15820140710958122, - 0.24646316309672656 + 0.2464631630967261 ], "resistance": [ 96091.79844826747, @@ -28418,39 +19789,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -443.64869828164456, + -443.64869828164524, -670.1250129862822, - -587.4284492160441, - -166.9641192130382, - 396.90830032280064, + -587.4284492160448, + -166.96411921303866, + 396.9083003228011, 795.7131483285734, 604.4301735270415, 72.41773901666375 ], "relative wind speed": [ - 1.7421128141515534, + 1.7421128141515532, 1.5267729268002102, 1.6210611285387486, - 1.936880059210516, + 1.9368800592105158, 2.245841332394232, 2.397441298032397, 2.334720789529665, 2.0802057551487576 ], "relative wind angle": [ - 0.20812505021632657, + 0.20812505021632766, 0.0481022613353432, - 0.1586750134623341, - 0.2268672859658524, - 0.16097519918500164, + 0.15867501346233548, + 0.2268672859658519, + 0.16097519918500097, 0.030626146967695566, - 0.1099319985944482, + 0.10993199859444822, 0.21099079841134347 ], "resistance": [ 96190.85130171836, 95964.37498701371, - 96047.07155078396, + 96047.07155078395, 96467.53588078696, 97031.4083003228, 97430.21314832858, @@ -28498,11 +19869,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -556.9205318903569, + -556.9205318903582, -760.6968731146728, - -635.2668254747018, + -635.2668254747025, -129.69198420779162, - 500.23596324429127, + 500.2359632442917, 904.5296772204433, 612.8980100144931, 0.9320349942317989 @@ -28510,7 +19881,7 @@ "relative wind speed": [ 1.9485950278439284, 1.7663642741959331, - 1.8909560229322906, + 1.8909560229322904, 2.2129419196124127, 2.5120067541526345, 2.6433232428688713, @@ -28518,14 +19889,14 @@ 2.28256184491651 ], "relative wind angle": [ - 0.1728762742774511, - 0.020094706051774134, - 0.15129227099176457, + 0.17287627427745303, + 0.020094706051774137, + 0.15129227099176532, 0.19949051509253873, - 0.133834491034617, + 0.13383449103461617, 0.013427509782225126, 0.11174764467707494, - 0.19332767712172463 + 0.19332767712172466 ], "resistance": [ 96077.57946810967, @@ -28578,17 +19949,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -251.9580437694301, + -251.95804376943101, -619.4713101800669, - -651.6363272598388, + -651.6363272598395, -357.66174404236676, 183.64928524074503, 687.2223183210301, - 761.2582902309143, + 761.2582902309157, 308.1033177526865 ], "relative wind speed": [ - 1.7776064422247377, + 1.7776064422247373, 1.4634318377026725, 1.4239236188119238, 1.6983771696322343, @@ -28600,11 +19971,11 @@ "relative wind angle": [ 0.25309000661215997, 0.14744934807871932, - 0.0992196147636381, + 0.09921961476364034, 0.2465315306344346, 0.21865879448534886, - 0.09416427036354079, - 0.061060223142463614, + 0.0941642703635408, + 0.061060223142461796, 0.19696472266888182 ], "resistance": [ @@ -28614,7 +19985,7 @@ 96276.83825595763, 96818.14928524074, 97321.72231832103, - 97395.75829023091, + 97395.75829023092, 96942.60331775268 ], "fuel": [ @@ -28624,7 +19995,7 @@ 39.294797880383356, 39.57346750142175, 39.83368837539307, - 39.872025954851, + 39.872025954851004, 39.637691216528296 ] }, @@ -28658,33 +20029,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -764.1813617046862, + -764.1813617046935, -588.5568275686119, - -38.06610893465768, + -38.06610893465859, 593.3790296176116, 942.3107051943775, 556.710657913683, - -80.4124169591646, + -80.41241695916415, -613.9857367817897 ], "relative wind speed": [ - 1.6697410967112214, + 1.669741096711221, 1.8448094316238692, - 2.194719456392813, + 2.1947194563928125, 2.490071839401122, 2.5968794529049712, 2.4755800096054323, - 2.171410769683445, + 2.1714107696834453, 1.8252014841074198 ], "relative wind angle": [ - 0.007142695774270174, + 0.007142695774285718, 0.18328254579802689, 0.21282674567278592, 0.12860961880183333, 0.004592586373832528, 0.13624035649179136, - 0.21514701637633796, + 0.215147016376339, 0.17588062807103488 ], "resistance": [ @@ -28738,17 +20109,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -715.3177904093479, + -715.31779040935, -699.728255115074, - -321.7962116912872, + -321.7962116912877, 282.55423199804704, - 786.6371322488592, + 786.6371322488574, 750.5645257280005, - 221.11536350587153, + 221.11536350587107, -374.2610044142184 ], "relative wind speed": [ - 1.7163918184728801, + 1.7163918184728797, 1.7326717963103722, 2.014188360260478, 2.343612821705271, @@ -28758,13 +20129,13 @@ 1.980251251565446 ], "relative wind angle": [ - 0.08926373462406866, - 0.1069280557231454, - 0.2072822875257044, + 0.08926373462407114, + 0.10692805572314538, + 0.20728228752570496, 0.17208133546345217, - 0.06019976264452081, - 0.07309338395594017, - 0.18006864438854978, + 0.06019976264452266, + 0.07309338395594019, + 0.1800686443885504, 0.20406675734686752 ], "resistance": [ @@ -28818,9 +20189,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -648.2803851270664, + -648.2803851270666, -521.1898133548148, - -68.66716097157337, + -68.66716097157382, 472.76735745900737, 801.6203119315335, 506.4986394508635, @@ -28828,9 +20199,9 @@ -497.81061807678725 ], "relative wind speed": [ - 1.5204658822613741, + 1.520465882261374, 1.6646235766060766, - 1.9863673374396107, + 1.9863673374396105, 2.268866115680063, 2.381825676701194, 2.2834050016414413, @@ -28840,10 +20211,10 @@ "relative wind angle": [ 0.007887892546646033, 0.17880667157921604, - 0.21855800430064018, + 0.2185580043006407, 0.13840604611515683, 0.005035296213931268, - 0.13002430881854812, + 0.13002430881854815, 0.21597028792390155, 0.1869247779055077 ], @@ -28898,34 +20269,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -664.2627288194105, + -664.2627288194117, -685.814851627986, -364.65109733507256, 206.37135977478488, - 722.6184385839201, + 722.6184385839169, 772.3700978106358, 290.654548485905, -292.8298385658727 ], "relative wind speed": [ - 1.61041868504012, + 1.6104186850401199, 1.5862925737722322, - 1.855023114265836, + 1.8550231142658358, 2.1968342570967767, - 2.420730774772456, + 2.4207307747724562, 2.436608646346776, 2.2388110841686224, 1.9045485218032263 ], "relative wind angle": [ - 0.12191247801524994, + 0.12191247801525178, 0.09433829692122164, - 0.22129489369162933, - 0.19533351929180304, - 0.08099142581317287, - 0.06136401410188281, - 0.18288431118259166, - 0.22579447715218015 + 0.2212948936916288, + 0.19533351929180306, + 0.08099142581317699, + 0.061364014101882816, + 0.18288431118259169, + 0.22579447715218018 ], "resistance": [ 95970.23727118062, @@ -28978,19 +20349,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -378.2077957962888, + -378.2077957962897, -658.2823107021659, - -621.5408325015596, + -621.5408325015601, -253.89893803201835, 297.49343219449497, 732.305114199133, - 647.1581082595901, + 647.1581082595887, 152.07152847020234 ], "relative wind speed": [ - 1.8985851477566942, + 1.8985851477566937, 1.668778600514436, - 1.708109300502815, + 1.7081093005028147, 1.9812294714611283, 2.2841766298587647, 2.4570849440221494, @@ -28998,13 +20369,13 @@ 2.212875554813037 ], "relative wind angle": [ - 0.19215293823097265, + 0.19215293823097324, 0.07073280210583043, 0.11487449561961814, 0.2006252409596926, 0.15940885909273916, 0.0480180060982458, - 0.08066125244285584, + 0.08066125244285723, 0.17938148606290938 ], "resistance": [ @@ -29058,34 +20429,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -311.7685415086801, + -311.76854150868144, -644.0767122238292, -645.425713270879, -316.2623753849839, 234.60453617883786, 712.3006018687956, 715.4142014187987, - 239.87844770722222 + 239.87844770722245 ], "relative wind speed": [ - 1.8363953918382243, + 1.836395391838224, 1.5599814804291487, - 1.558433854205758, + 1.5584338542057579, 1.8332203084381518, 2.1641493652654584, 2.371149149897921, 2.372166611435406, - 2.1668395905265987 + 2.166839590526599 ], "relative wind angle": [ - 0.2242776670899416, + 0.2242776670899431, 0.1094536429783924, 0.10764212480079424, 0.2239831690341924, - 0.18985859306556235, + 0.18985859306556238, 0.07192797608840577, 0.07063951102579266, - 0.18904084708704672 + 0.18904084708704788 ], "resistance": [ 96322.73145849134, @@ -29138,19 +20509,19 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - -448.9096172293541, + -448.9096172293548, -753.3143520389124, - -697.4326024968004, + -697.4326024968009, -261.3239651621441, 372.64277129269954, 859.8477103231428, - 730.5821981160827, + 730.5821981160818, 152.83825168618273 ], "relative wind speed": [ - 1.9412476605949605, + 1.9412476605949598, 1.6925705059094047, - 1.750928481227097, + 1.7509284812270969, 2.062423885743596, 2.3942636762856395, 2.5760718378709497, @@ -29158,13 +20529,13 @@ 2.290709223550758 ], "relative wind angle": [ - 0.20506097754888944, + 0.20506097754888888, 0.0689343205749327, - 0.13197913920923426, + 0.13197913920923512, 0.2162051918725765, - 0.16585823017340123, + 0.16585823017340126, 0.045271892331366914, - 0.09095581126925481, + 0.09095581126925603, 0.19436732847506077 ], "resistance": [ @@ -29218,9 +20589,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -205.43295024425606, + -205.43295024425743, -608.360136785295, - -674.0193511074278, + -674.019351107429, -428.35278244174856, 94.84361611356644, 614.1279188679634, @@ -29228,7 +20599,7 @@ 355.4708493547498 ], "relative wind speed": [ - 2.042135308228806, + 2.0421353082288056, 1.7571816283537809, 1.6881216649692676, 1.8962849738702956, @@ -29238,13 +20609,13 @@ 2.337403088138003 ], "relative wind angle": [ - 0.1982698603112088, + 0.19826986031120883, 0.12758788369154903, - 0.05099359342687771, + 0.050993593426879896, 0.18310101830081818, 0.1829387298594658, 0.09162359725116673, - 0.03453709649544311, + 0.03453709649544312, 0.14825984593343097 ], "resistance": [ @@ -29298,33 +20669,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -447.8309575374983, + -447.8309575374991, -623.8012915183951, - -513.0711170213959, + -513.0711170213963, -85.278975238685, - 450.7300715293759, + 450.73007152937635, 801.2416797354497, 545.7732557505717, 23.127354909469204 ], "relative wind speed": [ - 1.474666059661188, + 1.4746660596611878, 1.2635591187965458, - 1.4102312928910654, + 1.4102312928910652, 1.7667551319193084, - 2.0811276497017044, + 2.081127649701704, 2.215660315837175, 2.1253187954799597, 1.8396490387316757 ], "relative wind angle": [ - 0.24901125410714636, + 0.2490112541071477, 0.029911197167579284, 0.2216202428759091, - 0.27289232788480966, - 0.1755289957702452, - 0.017056207817760613, - 0.14637492945577069, + 0.2728923278848096, + 0.17552899577024392, + 0.017056207817760616, + 0.1463749294557707, 0.26181956396299005 ], "resistance": [ @@ -29378,9 +20749,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -366.42339830915114, + -366.4233983091516, -691.5123743984739, - -656.0962027985785, + -656.0962027985788, -254.01915489448834, 360.99086197029055, 866.9388402415502, @@ -29390,7 +20761,7 @@ "relative wind speed": [ 1.5693611668147478, 1.2292325775326531, - 1.2782717292144032, + 1.278271729214403, 1.661252652930202, 2.056426592552715, 2.2761309436841604, @@ -29398,12 +20769,12 @@ 1.982933288236516 ], "relative wind angle": [ - 0.31811271542208475, + 0.3181127154220862, 0.13715010741168415, - 0.1993839500296194, + 0.19938395002961942, 0.3222454699580123, - 0.24102050559738894, - 0.07390366878613389, + 0.2410205055973889, + 0.07390366878613387, 0.112816499574875, 0.26853699420898347 ], @@ -29458,19 +20829,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -265.86075010184845, + -265.86075010184913, -633.3590473872943, - -654.2761600654292, + -654.2761600654294, -332.70305642787264, - 233.8119508870227, + 233.81195088702293, 752.5273590364129, 800.4497285156947, 313.11677801742644 ], "relative wind speed": [ - 1.635715117393466, + 1.6357151173934656, 1.2811216864248332, - 1.2523421202178873, + 1.252342120217887, 1.5809929891388639, 1.9721398130413228, 2.2189246521737, @@ -29478,17 +20849,17 @@ 2.0162739287472684 ], "relative wind angle": [ - 0.30691961948485935, + 0.3069196194848601, 0.17711443316252803, 0.14017357075892864, 0.3039428883359088, - 0.2532842555574199, - 0.10190152278635638, + 0.25328425555741946, + 0.10190152278635639, 0.07835664900655985, 0.2368831486217677 ], "resistance": [ - 96368.63924989819, + 96368.63924989817, 96001.14095261274, 95980.2238399346, 96301.79694357216, @@ -29498,7 +20869,7 @@ 96947.61677801746 ], "fuel": [ - 39.17848982710884, + 39.17848982710883, 38.98979572121021, 38.97907082576313, 39.14413187194267, @@ -29538,33 +20909,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 13.914645335260957, + 13.914645335259593, -538.185200165699, - -730.2565510806248, - -580.0403393572361, + -730.2565510806262, + -580.0403393572362, -55.62520210348998, 586.4712096147234, - 994.3599739907313, + 994.3599739907227, 648.0598173584783 ], "relative wind speed": [ - 1.8805578893270118, + 1.8805578893270114, 1.4478460762787113, - 1.2041404343512647, - 1.4057673747580965, + 1.2041404343512645, + 1.4057673747580968, 1.8348526846351694, 2.1924698604148, 2.3352148003520576, 2.21968476083625 ], "relative wind angle": [ - 0.30548860605853384, - 0.2920808628944186, - 0.019925736204288783, - 0.2759162874378339, + 0.3054886060585346, + 0.29208086289441865, + 0.01992573620429435, + 0.2759162874378347, 0.3133539000934942, - 0.1913162012775862, - 0.010274095155025599, + 0.19131620127758622, + 0.010274095155036404, 0.17340179155676103 ], "resistance": [ @@ -29574,7 +20945,7 @@ 96054.45966064278, 96578.87479789653, 97220.97120961474, - 97628.85997399075, + 97628.85997399074, 97282.55981735849 ], "fuel": [ @@ -29584,7 +20955,7 @@ 39.060849532352144, 39.330370635002836, 39.66176712319225, - 39.87308202345279, + 39.87308202345278, 39.69363464687261 ] }, @@ -29618,9 +20989,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -57.00362438864727, + -57.00362438864772, -492.9967145831604, - -614.0693283257831, + -614.0693283257833, -445.62162808292305, 21.706508736223213, 552.5460602714438, @@ -29628,9 +20999,9 @@ 482.85109510157054 ], "relative wind speed": [ - 1.6755359371593708, + 1.6755359371593705, 1.2838402558148931, - 1.10652036732153, + 1.1065203673215298, 1.3357154591504032, 1.731934795828899, 2.0393069928935588, @@ -29638,14 +21009,14 @@ 2.0057125980314447 ], "relative wind angle": [ - 0.31379560660674394, + 0.31379560660674466, 0.27189151739344963, - 0.026750524522624636, + 0.026750524522624632, 0.29366256146807185, - 0.30324585048525454, - 0.1698833897646429, + 0.3032458504852546, + 0.16988338976464293, 0.013825991511218109, - 0.1939817142280214 + 0.19398171422802143 ], "resistance": [ 96577.49637561134, @@ -29698,9 +21069,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 42.81466150721303, + 42.81466150721246, -255.06964752493928, - -377.4943678845174, + -377.49436788451743, -314.8039885562989, -56.4671390614277, 279.38014560220745, @@ -29708,9 +21079,9 @@ 367.6309163311071 ], "relative wind speed": [ - 1.3571353276068656, + 1.3571353276068654, 1.0359609436783273, - 0.8268450084295601, + 0.82684500842956, 0.9494091482835214, 1.2644372630652807, 1.5386366734351944, @@ -29718,14 +21089,14 @@ 1.5934993438411482 ], "relative wind angle": [ - 0.3124286287213565, - 0.32372428804306447, + 0.31242862872135724, + 0.3237242880430645, 0.05916855467169901, 0.2778269919295639, 0.3362023725794532, 0.21584798401159072, 0.029451698995041704, - 0.16414454605995346 + 0.1641445460599535 ], "resistance": [ 96677.31466150722, @@ -29778,14 +21149,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -52.82844659371767, + -52.828446593717786, -444.17506519264316, -551.35389320113, -393.85626806359744, 30.80178063756921, 510.9554571802664, 757.7165563067033, - 436.62078719451733 + 436.6207871945171 ], "relative wind speed": [ 1.5557204927736037, @@ -29795,17 +21166,17 @@ 1.6201767325487915, 1.9159884447009097, 2.011053996717173, - 1.8778345085615922 + 1.877834508561592 ], "relative wind angle": [ - 0.3309015682257708, + 0.3309015682257711, 0.28835437086091725, - 0.03398840919753614, + 0.03398840919753613, 0.31466371830940704, - 0.3172661676011914, - 0.17488141111179958, - 0.01690595368529656, - 0.20455359979585253 + 0.3172661676011915, + 0.1748814111117996, + 0.016905953685296564, + 0.204553599795852 ], "resistance": [ 96581.67155340631, @@ -29858,34 +21229,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -0.20612771254502604, - -287.9735700239394, - -383.04650748335337, + -0.2061277125454808, + -287.9735700239393, + -383.04650748335456, -298.9752737873371, -18.487705837341764, 319.85120954105525, - 530.0366965523823, + 530.0366965524, 336.0749830838098 ], "relative wind speed": [ - 1.344051778933364, + 1.3440517789333637, 1.0253925615395023, 0.85181380088621, 1.009861487110793, 1.3273177250795587, 1.5864481152889218, - 1.6860192099688849, + 1.6860192099688847, 1.5963794362916017 ], "relative wind angle": [ - 0.3155514068919022, - 0.298109723482392, - 0.010339912987425957, + 0.31555140689190286, + 0.29810972348239195, + 0.010339912987436695, 0.2899422523226501, - 0.3196699999394171, + 0.31966999993941714, 0.19099960801121457, - 0.005223880988895991, - 0.18185766245050117 + 0.005223880988853485, + 0.18185766245050114 ], "resistance": [ 96634.29387228745, @@ -29894,7 +21265,7 @@ 96335.52472621266, 96616.01229416266, 96954.35120954106, - 97164.53669655239, + 97164.5366965524, 96970.5749830838 ], "fuel": [ @@ -29904,7 +21275,7 @@ 38.683880801412315, 38.828202341881514, 39.00268014834106, - 39.11128508808838, + 39.11128508808839, 39.0110572794389 ] }, @@ -29938,9 +21309,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -338.01508994598953, + -338.0150899459902, -690.9757211800959, - -680.8189271056764, + -680.8189271056767, -305.331646657997, 303.26164461500025, 825.982300216385, @@ -29948,7 +21319,7 @@ 264.5655569850742 ], "relative wind speed": [ - 1.6801745930790006, + 1.6801745930790002, 1.3457156818063316, 1.3588604805130848, 1.705524738405944, @@ -29958,12 +21329,12 @@ 2.0711766613607514 ], "relative wind angle": [ - 0.2902064615328933, + 0.2902064615328937, 0.14120801378174347, - 0.1573512433374137, + 0.15735124333741443, 0.2917351025563009, 0.23191534346536613, - 0.08168688948502881, + 0.08168688948502882, 0.09217327605144222, 0.23911006319838002 ], @@ -30018,9 +21389,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -243.73604014787452, + -243.7360401478752, -681.9019544107446, - -738.2588690460872, + -738.258869046088, -426.6485106909324, 180.55110084747048, 768.0872098083544, @@ -30028,7 +21399,7 @@ 396.62785148675516 ], "relative wind speed": [ - 1.8336463711253606, + 1.83364637112536, 1.4685928683039706, 1.3994381345864837, 1.6980662287507997, @@ -30038,11 +21409,11 @@ 2.206523750231283 ], "relative wind angle": [ - 0.2791086654707187, - 0.17901292562638602, - 0.09687418143952689, + 0.2791086654707191, + 0.179012925626386, + 0.09687418143952918, 0.2699950961198344, - 0.2435049145893761, + 0.24350491458937606, 0.11077361815126166, 0.05626412700282394, 0.20673331756414629 @@ -30098,34 +21469,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -548.4329074357865, + -548.4329074357877, -714.9730208315914, - -579.3489879260542, + -579.3489879260549, -86.07153787139373, - 505.79995382049947, + 505.799953820499, 865.8652578656047, 550.2769383093696, - -34.538021265615725 + -34.5380212656155 ], "relative wind speed": [ 1.8620927914208474, 1.6991022952215031, 1.83848688633422, - 2.158194401829175, + 2.1581944018291757, 2.443717652945594, 2.559725946571707, 2.4615262541676266, - 2.1866281016882154 + 2.186628101688216 ], "relative wind angle": [ - 0.16973116133511665, + 0.1697311613351186, 0.008536533418049027, - 0.16061891086774657, - 0.2007353114183479, - 0.1290717370027221, + 0.160618910867748, + 0.20073531141834902, + 0.12907173700272298, 0.005666366353941733, 0.11973523980207845, - 0.19809013527587577 + 0.19809013527587632 ], "resistance": [ 96086.06709256422, @@ -30180,17 +21551,17 @@ "wind resistance": [ -501.6770322228306, -761.5224930644588, - -672.5370361303158, + -672.537036130316, -201.4036176673876, 434.8489458478525, 887.063827582037, - 680.8411730226344, + 680.8411730226353, 83.33726834145409 ], "relative wind speed": [ 1.9349211584348374, 1.7145699543433104, - 1.8058010107683722, + 1.8058010107683717, 2.125861239127075, 2.444937821840422, 2.6042063500590302, @@ -30199,12 +21570,12 @@ ], "relative wind angle": [ 0.1927826504221335, - 0.046171891681001095, + 0.0461718916810011, 0.14380920141702486, 0.21094936055144134, - 0.15221177175097955, - 0.030392752099408157, - 0.10199320391513123, + 0.15221177175097958, + 0.03039275209940816, + 0.10199320391513013, 0.1964190036426757 ], "resistance": [ @@ -30258,34 +21629,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -278.6481652858042, + -278.64816528580513, -594.1067833539074, - -602.2887027012068, + -602.2887027012076, -305.99737017427765, 201.644750399553, 648.6387492226129, - 667.5387771038797, - 233.71755494351055 + 667.5387771038775, + 233.717554943511 ], "relative wind speed": [ - 1.799506005374453, + 1.7995060053744525, 1.5339095288895537, - 1.524316607752009, + 1.5243166077520087, 1.7797177591858473, 2.095261953295202, 2.296838277608368, - 2.303215881248771, - 2.112095929152758 + 2.3032158812487715, + 2.1120959291527583 ], "relative wind angle": [ - 0.21886967246595512, + 0.21886967246595568, 0.11074871341833972, - 0.09920148807381021, - 0.2169168642815482, + 0.09920148807381132, + 0.21691686428154822, 0.18757603764189226, 0.07387797724123174, - 0.06559302247778834, - 0.1823599278316308 + 0.06559302247779172, + 0.18235992783163202 ], "resistance": [ 96355.8518347142, @@ -30338,33 +21709,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -217.17556452437407, + -217.17556452437452, -430.8496046965422, - -425.26277132541634, + -425.26277132541645, -198.6143082094119, - 169.8669412667591, + 169.86694126675866, 482.9008736245926, 470.0138152791849, 148.07052627679195 ], "relative wind speed": [ - 1.4725733944979682, + 1.472573394497968, 1.24885581048816, - 1.2568186943195014, + 1.2568186943195012, 1.48883905940043, - 1.7600034087345229, + 1.760003408734523, 1.9252126026884329, 1.9200237421837867, 1.7462653452852037 ], "relative wind angle": [ - 0.2281745471302573, - 0.10562392879789051, + 0.22817454713025828, + 0.1056239287978905, 0.11714606517092191, 0.22998811193346608, - 0.19040702903628795, - 0.06844271251586223, - 0.07658162063469622, + 0.19040702903628912, + 0.06844271251586222, + 0.07658162063469623, 0.1956052438369147 ], "resistance": [ @@ -30418,9 +21789,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -385.9415003696554, + -385.94150036965584, -633.3489093982109, - -586.1790036486536, + -586.1790036486548, -224.04859523060077, 299.4476816948236, 696.1341693752847, @@ -30428,9 +21799,9 @@ 110.55438887162563 ], "relative wind speed": [ - 1.962946107922594, + 1.9629461079225938, 1.7654083501861253, - 1.8135204233103934, + 1.8135204233103932, 2.066121993073637, 2.341496321230566, 2.4938115009033535, @@ -30438,17 +21809,17 @@ 2.2509780884500312 ], "relative wind angle": [ - 0.16586742533048848, - 0.05314462304687687, - 0.10577969844958379, + 0.16586742533048918, + 0.05314462304687688, + 0.10577969844958483, 0.1773780328453981, - 0.13886071039239095, - 0.037613074889858, - 0.07794491545029592, + 0.13886071039239092, + 0.03761307488985801, + 0.07794491545029593, 0.1626754205454089 ], "resistance": [ - 96248.55849963038, + 96248.55849963037, 96001.15109060182, 96048.32099635138, 96410.45140476942, @@ -30498,33 +21869,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -479.5297077216035, + -479.52970772160415, -576.4793172594823, - -421.8680227339182, + -421.8680227339189, 2.3189038777209134, - 469.3551514192354, + 469.35515141923634, 694.431979141214, - 386.2899735488945, + 386.289973548895, -93.74280158504826 ], "relative wind speed": [ - 1.5912087003746311, + 1.591208700374631, 1.4768982952333716, - 1.6416498850251016, - 1.942249650158071, + 1.6416498850251013, + 1.9422496501580713, 2.1868030503107656, 2.2655736877297, 2.149194817598782, 1.8819455373249356 ], "relative wind angle": [ - 0.16227972760895307, + 0.16227972760895376, 0.02086608580408974, - 0.1841894810120256, - 0.20448225737958942, - 0.11783638840756819, - 0.01360176483950367, - 0.14035829115082477, + 0.1841894810120262, + 0.20448225737958997, + 0.11783638840756723, + 0.013601764839503672, + 0.140358291150824, 0.21113209566915647 ], "resistance": [ @@ -30565,52 +21936,7 @@ "id": "744", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 88.99784121985458, - 88.99784121985458, - 88.99784121985458, - 88.99784121985458, - 88.99784121985458, - 88.99784121985458, - 88.99784121985458, - 88.99784121985458 - ], - "relative wind speed": [ - 0.635309631225346, - 0.635309631225346, - 0.635309631225346, - 0.635309631225346, - 0.635309631225346, - 0.635309631225346, - 0.635309631225346, - 0.635309631225346 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 -0.3125, 0.3125 0, 0.625 0, 0.625 -0.3125, 0.3125 -0.3125))", @@ -30629,52 +21955,7 @@ "id": "745", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 99.03418142419225, - 99.03418142419225, - 99.03418142419225, - 99.03418142419225, - 99.03418142419225, - 99.03418142419225, - 99.03418142419225, - 99.03418142419225 - ], - "relative wind speed": [ - 0.6701750589461868, - 0.6701750589461868, - 0.6701750589461868, - 0.6701750589461868, - 0.6701750589461868, - 0.6701750589461868, - 0.6701750589461868, - 0.6701750589461868 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 -0.625, 0 -0.3125, 0.3125 -0.3125, 0.3125 -0.625, 0 -0.625))", @@ -30693,52 +21974,7 @@ "id": "746", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 123.30645655353607, - 123.30645655353607, - 123.30645655353607, - 123.30645655353607, - 123.30645655353607, - 123.30645655353607, - 123.30645655353607, - 123.30645655353607 - ], - "relative wind speed": [ - 0.7478054258236697, - 0.7478054258236697, - 0.7478054258236697, - 0.7478054258236697, - 0.7478054258236697, - 0.7478054258236697, - 0.7478054258236697, - 0.7478054258236697 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 -0.625, 0.3125 -0.3125, 0.625 -0.3125, 0.625 -0.625, 0.3125 -0.625))", @@ -30770,11 +22006,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 140.33032482820602, + 140.3303248282059, -224.50582773281886, - -349.07182014788884, + -349.0718201478889, -294.71488433488935, - -21.974253592703633, + -21.97425359270369, 424.54085276352475, 746.9342057997468, 566.8114787795332 @@ -30782,22 +22018,22 @@ "relative wind speed": [ 1.2432752030238599, 0.7592993415765269, - 0.25520294095912777, + 0.25520294095912766, 0.55775230898606, 1.0818194295439072, 1.462713580464124, 1.6281701285549175, - 1.550799429459994 + 1.5507994294599943 ], "relative wind angle": [ - 0.5935024606922247, + 0.593502460692225, 0.8353557123950239, 0.4066644627555047, 0.853432348941387, - 0.6980639336803885, - 0.39513557647328473, + 0.6980639336803887, + 0.3951355764732848, 0.062038849574160324, - 0.2744469863783251 + 0.2744469863783255 ], "resistance": [ 96774.8303248282, @@ -30850,14 +22086,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -268.19435205703905, + -268.1943520570393, -512.001451166768, -463.2802478811453, -124.02375217411998, 381.93334397716364, 797.1455971926044, 684.2902338766302, - 204.98219309658396 + 204.98219309658361 ], "relative wind speed": [ 1.0930055499591207, @@ -30867,17 +22103,17 @@ 1.6750426575040056, 1.8841392765655887, 1.8402069572054967, - 1.5526610350128396 + 1.5526610350128394 ], "relative wind angle": [ - 0.5254379534945259, + 0.5254379534945264, 0.244359479623515, - 0.41871153079633305, + 0.4187115307963336, 0.5076858808916163, 0.33344559359471526, - 0.08628732053797299, - 0.17401443126199176, - 0.40582640260531033 + 0.086287320537973, + 0.17401443126199173, + 0.40582640260531005 ], "resistance": [ 96366.30564794295, @@ -30930,34 +22166,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -306.171264525968, + -306.17126452596835, -609.2942374498964, - -584.2019167746473, + -584.2019167746477, -228.19355689006, - 327.5365239784212, + 327.5365239784214, 796.6034784153035, 739.2171100010337, 234.13249141313304 ], "relative wind speed": [ - 1.407197588811045, + 1.4071975888110448, 1.0456526421116794, 1.0860418353769061, 1.4792101316476842, - 1.8783787400662464, + 1.8783787400662466, 2.101219240615634, 2.0806308843472547, 1.8222099581330684 ], "relative wind angle": [ - 0.36645951023959844, - 0.1742517680399646, - 0.23023238121231712, + 0.3664595102395988, + 0.17425176803996456, + 0.2302323812123186, 0.36773720624472145, - 0.27176448469334064, + 0.2717644846933414, 0.0863840387810964, 0.11940066858773786, - 0.2961439691755086 + 0.29614396917550867 ], "resistance": [ 96328.32873547403, @@ -31010,7 +22246,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -14.117176960171037, + -14.117176960171491, -421.08215036061085, -539.6204228013958, -372.56497975924935, @@ -31020,9 +22256,9 @@ 503.8575856589704 ], "relative wind speed": [ - 1.4181927994399546, + 1.4181927994399544, 0.9458371925756662, - 0.7010805878881196, + 0.7010805878881194, 1.018879681151365, 1.4880260438964672, 1.8250710476137875, @@ -31030,9 +22266,9 @@ 1.7853225252134133 ], "relative wind angle": [ - 0.44930167443393915, + 0.4493016744339394, 0.44635144845025193, - 0.05502097162158437, + 0.05502097162158236, 0.4715245591802438, 0.42679249624452137, 0.2256248104701271, @@ -31090,34 +22326,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -92.147909105709, + -92.14790910570957, -482.1844453998342, - -573.4620649613817, + -573.4620649613822, -379.5130099694727, - 78.55687074068692, + 78.55687074068646, 573.6731939713375, 783.3022551120412, 421.56607452755657 ], "relative wind speed": [ - 1.5344842890328496, + 1.5344842890328492, 1.138514484702633, - 0.9901383752565504, + 0.9901383752565502, 1.2617978653243753, - 1.6652729988052009, + 1.6652729988052006, 1.9574373456028196, 2.036517171958693, 1.8803303807844949 ], "relative wind angle": [ - 0.34836390867761824, + 0.34836390867761885, 0.2862319298873643, - 0.06996316969833996, - 0.3387741899944777, + 0.06996316969834314, + 0.3387741899944778, 0.31998294924841897, - 0.16496578381644753, - 0.0339943377121869, - 0.22490241587385623 + 0.16496578381644755, + 0.033994337712186906, + 0.22490241587385626 ], "resistance": [ 96542.3520908943, @@ -31157,52 +22393,7 @@ "id": "752", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 138.431682523447, - 138.431682523447, - 138.431682523447, - 138.431682523447, - 138.431682523447, - 138.431682523447, - 138.431682523447, - 138.431682523447 - ], - "relative wind speed": [ - 0.7923434129255839, - 0.7923434129255839, - 0.7923434129255839, - 0.7923434129255839, - 0.7923434129255839, - 0.7923434129255839, - 0.7923434129255839, - 0.7923434129255839 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 -0.9375, 0.3125 -0.625, 0.625 -0.625, 0.625 -0.9375, 0.3125 -0.9375))", @@ -31234,34 +22425,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 132.00278124252975, + 132.00278124252964, -337.89128197450316, - -501.02149911762916, + -501.0214991176292, -400.72606712022974, -3.160957467388357, 558.6654416212727, 950.3119136288569, - 674.0640629235957 + 674.0640629235959 ], "relative wind speed": [ 1.4244691174030641, 0.8852257672173698, - 0.421130108268874, + 0.42113010826887387, 0.7519555397611211, 1.3116968053638225, 1.722218370791329, 1.8900556096438452, - 1.7844393074182383 + 1.7844393074182385 ], "relative wind angle": [ - 0.5434217793752514, + 0.5434217793752518, 0.6968668794872164, - 0.15963966798657347, + 0.1596396679865735, 0.6811235728577812, 0.5962245607269837, - 0.33619404823428284, - 0.035426410357265604, - 0.2685553404752874 + 0.3361940482342829, + 0.03542641035726561, + 0.2685553404752878 ], "resistance": [ 96766.50278124255, @@ -31301,52 +22492,7 @@ "id": "754", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 142.1265371777883, - 142.1265371777883, - 142.1265371777883, - 142.1265371777883, - 142.1265371777883, - 142.1265371777883, - 142.1265371777883, - 142.1265371777883 - ], - "relative wind speed": [ - 0.8028479273542966, - 0.8028479273542966, - 0.8028479273542966, - 0.8028479273542966, - 0.8028479273542966, - 0.8028479273542966, - 0.8028479273542966, - 0.8028479273542966 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 -1.25, 0.3125 -0.9375, 0.625 -0.9375, 0.625 -1.25, 0.3125 -1.25))", @@ -31378,17 +22524,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 205.10470269609993, + 205.10470269609937, -351.1242446599071, -570.704096812759, -481.52753645681196, - -63.174797050595544, + -63.17479705059566, 564.5814367148758, 1033.3267497277093, 798.0128943802316 ], "relative wind speed": [ - 1.567615306061266, + 1.5676153060612659, 1.0145956638395475, 0.504504328434521, 0.7659585898822385, @@ -31398,13 +22544,13 @@ 1.924072218724695 ], "relative wind angle": [ - 0.5046830958966944, + 0.5046830958966949, 0.6633680039879606, - 0.25151610565136745, + 0.25151610565136834, 0.6234498099174097, - 0.5945287014700588, + 0.594528701470059, 0.35336667620616696, - 0.06255260978001713, + 0.06255260978001712, 0.2345671966712165 ], "resistance": [ @@ -31458,7 +22604,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 264.2660352671468, + 264.2660352671463, -331.45350067710496, -548.1919502581802, -479.1394211882927, @@ -31470,21 +22616,21 @@ "relative wind speed": [ 1.5895755741860966, 0.9956963297995088, - 0.35691998851362744, + 0.35691998851362733, 0.6639453190234194, 1.322158001056378, - 1.812026794677784, + 1.8120267946777837, 2.036531464919187, 1.958067644172015 ], "relative wind angle": [ - 0.5693283005022862, + 0.5693283005022868, 0.8130629857130866, 0.48364399605819813, 0.826892776042758, 0.7050831290035896, - 0.4105890265219151, - 0.08158726555613341, + 0.41058902652191454, + 0.08158726555613342, 0.25217103926248685 ], "resistance": [ @@ -31538,19 +22684,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 318.0305367845051, + 318.0305367845049, -259.7664311131466, - -515.3120351924929, + -515.312035192493, -484.51113106077463, -150.77748490364115, 457.69689436527415, - 962.9158413026776, + 962.9158413026769, 870.2860084928534 ], "relative wind speed": [ 1.599661602631775, 1.0706563192861793, - 0.4885144853459637, + 0.4885144853459636, 0.6063296608069687, 1.2073576782738904, 1.6942033089903785, @@ -31558,13 +22704,13 @@ 1.9102340559855704 ], "relative wind angle": [ - 0.4881642223084618, + 0.4881642223084623, 0.7071399662808646, - 0.4981842609786188, - 0.646908659452472, - 0.6705259353217251, + 0.49818426097861856, + 0.6469086594524721, + 0.670525935321725, 0.4230634602354243, - 0.1203847611649066, + 0.12038476116490752, 0.19249752254609173 ], "resistance": [ @@ -31618,19 +22764,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 440.0780551267901, + 440.07805512678965, -252.8283423739315, -629.5646137847712, -634.6539402187283, -267.7275534586231, 421.6235033310245, - 1047.7675447168554, + 1047.767544716855, 1059.7830465072295 ], "relative wind speed": [ - 1.8386463915363267, + 1.8386463915363265, 1.3044486105040611, - 0.708704090876475, + 0.7087040908764749, 0.696559131148492, 1.2885585434583449, 1.8274073151826522, @@ -31638,13 +22784,13 @@ 2.1344341287195308 ], "relative wind angle": [ - 0.41174287701458795, - 0.6051314419851916, - 0.4583735936418082, - 0.44298547971291663, - 0.6077919828793648, + 0.4117428770145885, + 0.6051314419851918, + 0.45837359364180813, + 0.4429854797129166, + 0.6077919828793646, 0.41815337788401297, - 0.1477344383363305, + 0.14773443833633124, 0.14034379027064692 ], "resistance": [ @@ -31698,9 +22844,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 776.3205545734436, + 776.3205545734431, -36.91958186806187, - -668.73058164685, + -668.7305816468502, -846.7805492375976, -574.4103212941764, 121.46514005164317, @@ -31708,9 +22854,9 @@ 1334.0834129188702 ], "relative wind speed": [ - 2.229356595344212, + 2.2293565953442114, 1.7650404814276193, - 1.1731441596282375, + 1.1731441596282373, 0.8783338641146666, 1.2865687551115508, 1.8734786066981863, @@ -31724,8 +22870,8 @@ 0.06821757705093157, 0.4743631126797314, 0.4242638525379534, - 0.2213497277742119, - 0.02474820410173422 + 0.22134972777421144, + 0.024748204101734225 ], "resistance": [ 97410.82055457348, @@ -31778,7 +22924,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 500.8947412328989, + 500.894741232898, -178.02731321755698, -562.4725029170047, -600.5228812249425, @@ -31788,23 +22934,23 @@ 1068.6550550658692 ], "relative wind speed": [ - 1.814758094348983, + 1.8147580943489825, 1.3035262795353406, - 0.6869299137860525, - 0.5747722935652837, + 0.6869299137860524, + 0.5747722935652836, 1.1651380031068281, 1.7180549309756281, 2.044265345016347, 2.0785885398122015 ], "relative wind angle": [ - 0.4060874925223751, - 0.6334457077519087, - 0.5763103624405559, - 0.43498233462300084, + 0.40608749252237536, + 0.6334457077519088, + 0.576310362440556, + 0.43498233462300034, 0.6627150683267118, - 0.4657655737934391, - 0.18415200610249788, + 0.465765573793439, + 0.1841520061024979, 0.11678949133088219 ], "resistance": [ @@ -31858,9 +23004,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 625.4114780428348, + 625.4114780428339, -44.169440188807584, - -561.0235276582345, + -561.0235276582347, -702.2801825657484, -471.7754900034723, 105.47031237303815, @@ -31868,9 +23014,9 @@ 1088.853148253103 ], "relative wind speed": [ - 2.0288075067787745, + 2.028807506778774, 1.607695681788009, - 1.0781146036644225, + 1.0781146036644222, 0.8259496607273178, 1.1939552396940192, 1.7195649475128578, @@ -31878,13 +23024,13 @@ 2.20440381325635 ], "relative wind angle": [ - 0.26498605061291913, + 0.2649860506129195, 0.44355244198944005, - 0.42486040117864937, - 0.07450305520585263, - 0.4611986664376497, - 0.41286113490517246, - 0.21398600668502954, + 0.42486040117864965, + 0.07450305520585264, + 0.46119866643764945, + 0.4128611349051725, + 0.2139860066850295, 0.027892726959033515 ], "resistance": [ @@ -31938,34 +23084,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 243.1800712266729, + 243.18007122667245, -296.8114040564764, - -511.5834369305067, + -511.58343693050676, -450.51801709487245, - -88.33510032993394, + -88.33510032993388, 509.57526092376895, - 971.6667592709533, - 795.1582840047994 + 971.666759270954, + 795.1582840047996 ], "relative wind speed": [ 1.526796239188368, 0.9876628204120362, - 0.43684730482652384, + 0.4368473048265238, 0.6609180919063911, 1.2527247239597936, 1.710247977106135, - 1.9260297044141577, + 1.9260297044141574, 1.8610785222044501 ], "relative wind angle": [ - 0.5188071677060306, - 0.719947348557384, - 0.38459299472589803, + 0.5188071677060314, + 0.7199473485573841, + 0.3845929947258986, 0.6875033015657052, - 0.6489192270220699, + 0.6489192270220698, 0.39062857143119617, - 0.08519892043316159, - 0.22731932641475863 + 0.08519892043316028, + 0.2273193264147586 ], "resistance": [ 96877.68007122666, @@ -31975,7 +23121,7 @@ 96546.16489967005, 97144.07526092375, 97606.16675927094, - 97429.65828400478 + 97429.65828400479 ], "fuel": [ 38.879517857069786, @@ -31985,7 +23131,7 @@ 38.708649354684646, 39.01711876916467, 39.256428855568984, - 39.16492404354542 + 39.164924043545426 ] }, { @@ -32018,9 +23164,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 380.9952080659906, - -162.83788852655766, - -505.6714332724326, + 380.9952080659897, + -162.83788852655778, + -505.67143327243275, -537.5343015017811, -258.5424109629264, 265.54580289172645, @@ -32028,9 +23174,9 @@ 847.3698379947965 ], "relative wind speed": [ - 1.7025824365653703, + 1.70258243656537, 1.2560047719051866, - 0.75351761807181, + 0.7535176180718097, 0.6789791093951043, 1.1488113465233338, 1.6251173730389532, @@ -32038,13 +23184,13 @@ 1.9384379877124411 ], "relative wind angle": [ - 0.3594020627853193, - 0.5349441644751103, - 0.4191959364771686, + 0.3594020627853199, + 0.5349441644751104, + 0.4191959364771688, 0.309122896472337, 0.5483202443554377, - 0.40498374074232724, - 0.16121543342744385, + 0.4049837407423273, + 0.16121543342744382, 0.10676335752643618 ], "resistance": [ @@ -32098,27 +23244,27 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 376.42452147662266, + 376.4245214766222, -204.61073349283436, -555.0260177103946, -570.7074890173658, -251.66251130336786, 319.63474405294664, - 855.3401000591819, + 855.3401000591816, 891.7768829132981 ], "relative wind speed": [ - 1.7451794425813107, + 1.7451794425813105, 1.2729059712093105, - 0.7584623938852748, + 0.7584623938852747, 0.7230070446062147, 1.2220804353229178, 1.7084619590927825, - 1.990946175633406, + 1.9909461756334057, 2.004093982491154 ], "relative wind angle": [ - 0.3721169890934573, + 0.37211698909345764, 0.5397723858370658, 0.39326732786486673, 0.34300150499256776, @@ -32178,9 +23324,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 321.89164691381404, + 321.89164691381336, -135.041991747635, - -421.0947793787684, + -421.0947793787685, -448.3984950370233, -216.80927154275025, 222.97859907742145, @@ -32188,9 +23334,9 @@ 712.5657880533471 ], "relative wind speed": [ - 1.555232658385594, + 1.5552326583855935, 1.1453220085530695, - 0.6814076333670845, + 0.6814076333670843, 0.610600242398843, 1.0444622049644665, 1.4825273744630547, @@ -32198,10 +23344,10 @@ 1.7711062258630423 ], "relative wind angle": [ - 0.3622511433895081, - 0.5413877967064339, - 0.42917041803364947, - 0.3150805639141542, + 0.36225114338950837, + 0.541387796706434, + 0.42917041803364925, + 0.3150805639141541, 0.5558690783950546, 0.409459312621289, 0.16320531190806392, @@ -32258,33 +23404,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 375.7119531520973, + 375.71195315209707, -121.2901331041121, - -473.08345180579533, + -473.0834518057954, -536.4170256599452, - -315.2690221928243, - 141.77900429108638, + -315.2690221928242, + 141.77900429108615, 612.6278665849493, 757.9008051977396 ], "relative wind speed": [ - 1.7580466834148463, + 1.758046683414846, 1.3857885580499625, 0.9696494127837448, 0.8510818320090557, 1.182890624956489, 1.6029811115710937, - 1.8840749422366487, + 1.884074942236649, 1.9405200557840165 ], "relative wind angle": [ - 0.27023881939583433, - 0.40575202547775624, - 0.3191336703338964, + 0.2702388193958348, + 0.4057520254777563, + 0.3191336703338971, 0.1376120504399231, - 0.4079911223140716, - 0.3482245496267895, - 0.1621801225076516, + 0.40799112231407125, + 0.34822454962678956, + 0.16218012250765226, 0.060200545376396165 ], "resistance": [ @@ -32338,19 +23484,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 422.37461174687155, + 422.3746117468713, 4.881970240785449, - -336.8380113679842, + -336.8380113679843, -444.71940647382667, -326.94560934777735, 21.426715720710604, - 437.3992654316519, + 437.3992654316521, 687.3769364280424 ], "relative wind speed": [ - 1.6467588975116436, + 1.6467588975116434, 1.3333403317069634, - 0.9250937684239582, + 0.9250937684239581, 0.6970759553689553, 0.9406478904792915, 1.3486426065642705, @@ -32360,12 +23506,12 @@ "relative wind angle": [ 0.23474254166816608, 0.41151882511686066, - 0.41292455703090974, + 0.4129245570309101, 0.011963229622105396, 0.4193770964547503, 0.40657213125767855, - 0.22615746338542378, - 0.004728130433098774 + 0.22615746338542328, + 0.004728130433098775 ], "resistance": [ 97056.87461174688, @@ -32418,9 +23564,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 304.2742339105115, + 304.27423391051127, -160.35579859875997, - -472.980752176552, + -472.9807521765523, -511.1981913120811, -279.1873890383515, 161.93402526592365, @@ -32438,12 +23584,12 @@ 1.918370775222557 ], "relative wind angle": [ - 0.2617971175060366, + 0.26179711750603746, 0.3680608165946319, - 0.2524516853736187, - 0.14920650184797726, + 0.25245168537362045, + 0.1492065018479773, 0.36568385253210384, - 0.30677219544764617, + 0.3067721954476461, 0.13349173328027267, 0.0726091589910027 ], @@ -32498,13 +23644,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 298.2434326974733, + 298.2434326974728, -149.58013528762194, -468.47448732315763, -520.5879532331744, -319.93396400501535, 97.36287803380651, - 514.0484026597971, + 514.0484026597969, 633.9679511374597 ], "relative wind speed": [ @@ -32512,19 +23658,19 @@ 1.5801014268027116, 1.2765153332901895, 1.2021834742693729, - 1.432449170504807, + 1.4324491705048072, 1.7590086762132382, - 1.9903116956528317, + 1.9903116956528315, 2.03607144672554 ], "relative wind angle": [ - 0.19292133194965136, + 0.19292133194965191, 0.26751245273816, - 0.18116919716121413, - 0.07693684560482278, - 0.25452981378693246, - 0.2397379596763376, - 0.11581967091251781, + 0.18116919716121416, + 0.07693684560482279, + 0.2545298137869333, + 0.23973795967633757, + 0.1158196709125178, 0.04539758666694407 ], "resistance": [ @@ -32578,11 +23724,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 255.57231121477014, - -155.2231750247073, - -422.1908202030179, + 255.57231121476968, + -155.2231750247072, + -422.190820203018, -445.7353291541536, - -227.72924432678855, + -227.7292443267885, 168.4032883456939, 545.1436746371398, 599.0098872134031 @@ -32590,7 +23736,7 @@ "relative wind speed": [ 1.5942564533705188, 1.2459517141375651, - 0.8922033466991448, + 0.8922033466991447, 0.8459418857534867, 1.1654487732086005, 1.5321647457517877, @@ -32598,14 +23744,14 @@ 1.7844626104278039 ], "relative wind angle": [ - 0.2809974459325401, - 0.3893238779556184, + 0.28099744593254133, + 0.38932387795561835, 0.2569021590775664, - 0.1810477543282601, - 0.38909073603212757, - 0.3137833534541278, + 0.18104775432826006, + 0.38909073603212735, + 0.3137833534541277, 0.12903156928490966, - 0.08546333929112941 + 0.08546333929112943 ], "resistance": [ 96890.07231121475, @@ -32658,34 +23804,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 277.50270702737384, + 277.50270702737316, -97.83610652685718, - -370.2328589695348, - -422.1229851415535, + -370.2328589695349, + -422.1229851415537, -262.04057775227216, 81.95607038164974, 436.9699572643783, 555.972255669207 ], "relative wind speed": [ - 1.614674221673926, + 1.6146742216739258, 1.3165452544556908, - 0.9940365031044783, - 0.8989673683378492, + 0.9940365031044782, + 0.8989673683378493, 1.1396554168901931, 1.4740067518012454, 1.708179950087601, 1.7600695957970467 ], "relative wind angle": [ - 0.2271703626595172, + 0.22717036265951823, 0.3339128532378235, - 0.25065167802547045, - 0.09224137359833048, + 0.2506516780254709, + 0.09224137359833291, 0.32477533104511197, - 0.2970817425916638, - 0.1448444608631881, - 0.04706349190060898 + 0.29708174259166387, + 0.14484446086318808, + 0.04706349190060899 ], "resistance": [ 96912.00270702738, @@ -32738,11 +23884,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 387.83206879421095, + 387.83206879421004, -155.84556755209474, - -551.499898692219, + -551.4998986922195, -625.0846809594508, - -393.5591421674053, + -393.55914216740507, 106.57833696578336, 618.4644701036486, 787.5493460308408 @@ -32750,7 +23896,7 @@ "relative wind speed": [ 2.02289385836971, 1.6825898101077414, - 1.3254446452601893, + 1.3254446452601891, 1.2241315101826669, 1.4857670405413854, 1.8623895381768534, @@ -32758,17 +23904,17 @@ 2.1911424661045897 ], "relative wind angle": [ - 0.2033564309541115, - 0.29195718777379237, - 0.210042783857583, + 0.20335643095411318, + 0.2919571877737923, + 0.21004278385758407, 0.07642766600199452, - 0.27855688327066397, - 0.2630632031487113, + 0.2785568832706635, + 0.26306320314871134, 0.13002712287832185, - 0.04266944263320931 + 0.04266944263320932 ], "resistance": [ - 97022.3320687942, + 97022.33206879419, 96478.65443244789, 96083.00010130777, 96009.41531904053, @@ -32778,7 +23924,7 @@ 97422.04934603082 ], "fuel": [ - 39.47973764684366, + 39.479737646843645, 39.19943900653713, 38.99614678042373, 38.95840222541507, @@ -32818,7 +23964,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 474.94869758883056, + 474.9486975888301, 1.3892332002750436, -402.12443759969824, -535.0284104855654, @@ -32838,10 +23984,10 @@ 1.9816233878985177 ], "relative wind angle": [ - 0.18816517765183194, - 0.32739450693418126, + 0.18816517765183313, + 0.3273945069341813, 0.31198512264768663, - 0.009384787432724568, + 0.009384787432724567, 0.3048581479875313, 0.33117539975089905, 0.19626465158738562, @@ -32898,9 +24044,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 106.42213206315023, - -212.2742260793621, - -377.0731624023254, + 106.42213206314989, + -212.27422607936217, + -377.07316240232564, -347.04080900614196, -117.5368305602899, 219.31691424840938, @@ -32908,9 +24054,9 @@ 417.7721152715857 ], "relative wind speed": [ - 1.425906922060614, + 1.4259069220606135, 1.1114789177950224, - 0.8629746759640815, + 0.8629746759640814, 0.9212232620302372, 1.2191338625688084, 1.5113280717764495, @@ -32919,11 +24065,11 @@ ], "relative wind angle": [ 0.28657063183918335, - 0.33153914841688953, - 0.12616448709895325, + 0.3315391484168896, + 0.12616448709895414, 0.22799366024404158, 0.336945717932038, - 0.2417294685455738, + 0.24172946854557384, 0.06523441745331397, 0.12775450586770953 ], @@ -32978,9 +24124,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 260.301910975227, + 260.3019109752262, -79.78595480264494, - -333.734797357934, + -333.73479735793404, -387.5163009437604, -252.04588021623158, 55.9276060710514, @@ -32988,7 +24134,7 @@ 503.68356318462315 ], "relative wind speed": [ - 1.575975908112481, + 1.5759759081124807, 1.303617800535547, 1.0059841138126722, 0.9078175168684491, @@ -32998,9 +24144,9 @@ 1.7045307633420153 ], "relative wind angle": [ - 0.20892110321288343, - 0.3109627019427591, - 0.23806067644517762, + 0.20892110321288448, + 0.31096270194275916, + 0.23806067644517806, 0.06987432583578154, 0.29719803371670456, 0.28373757358491164, @@ -33058,19 +24204,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 289.75787038074634, - -106.01123593585021, - -401.00965802646544, + 289.75787038074543, + -106.01123593585032, + -401.0096580264657, -460.8463466128046, - -301.78681975502127, + -301.7868197550214, 58.91064360869734, 434.0317899101316, 571.8428384875089 ], "relative wind speed": [ - 1.7778278606645683, + 1.777827860664568, 1.5000844952565864, - 1.2069727574729487, + 1.2069727574729485, 1.115824918918712, 1.3187573908199923, 1.6277406012901139, @@ -33078,12 +24224,12 @@ 1.9117342148733851 ], "relative wind angle": [ - 0.18576383447314185, - 0.26878426863876115, + 0.18576383447314307, + 0.2687842686387612, 0.19596092070962234, - 0.059192007911314494, - 0.25163928257931645, - 0.2472442633476698, + 0.0591920079113145, + 0.2516392825793165, + 0.24724426334766983, 0.12699384864807603, 0.034535385915572286 ], @@ -33138,19 +24284,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 169.84857268062262, + 169.84857268062228, -127.25377974619857, - -322.11875350001884, + -322.118753500019, -339.4768645101257, -183.20950977679342, 103.6278207890299, - 372.32169276077104, + 372.32169276077127, 412.14363469532 ], "relative wind speed": [ 1.4754500820105894, 1.2125524317812926, - 0.9631098996710036, + 0.9631098996710035, 0.9309955290933418, 1.1504049758362411, 1.4248161822196963, @@ -33158,13 +24304,13 @@ 1.6228468435875412 ], "relative wind angle": [ - 0.22098633041509666, - 0.2905071481403193, + 0.2209863304150977, + 0.29050714814031925, 0.17509936869158252, 0.11847866080808828, 0.2849656095399603, 0.24624677743286447, - 0.10479263071254076, + 0.10479263071253972, 0.06786206426032047 ], "resistance": [ @@ -33218,34 +24364,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 234.1649425616065, + 234.16494256160536, -137.95160539477524, - -402.5604795466194, + -402.5604795466196, -443.85978004551987, -276.97037050940935, 71.35471620251337, - 414.9946408916742, - 510.6139744082616 + 414.9946408916735, + 510.61397440826 ], "relative wind speed": [ - 1.8526042500168072, + 1.8526042500168065, 1.6033737618746384, - 1.3625472385773996, + 1.3625472385773993, 1.3068038446033459, 1.4871367142990393, 1.7529719603942464, - 1.9460686362103419, - 1.9839309025080465 + 1.946068636210342, + 1.9839309025080467 ], "relative wind angle": [ - 0.15919252543108864, - 0.2130019298368493, + 0.15919252543108933, + 0.21300192983684926, 0.13668772971510518, 0.05847853898845278, 0.19878450796773095, 0.19458006757252352, - 0.09555001966361988, - 0.03850704134168425 + 0.09555001966362221, + 0.038507041341687136 ], "resistance": [ 96868.6649425616, @@ -33298,33 +24444,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 249.76312003993223, + 249.76312003993155, -102.12891925354518, - -359.5090357436029, - -407.8850321162129, + -359.50903574360296, + -407.88503211621327, -259.687434394649, 63.76866291539193, 395.08017650438126, 506.3782062196175 ], "relative wind speed": [ - 1.6570006135233948, + 1.6570006135233946, 1.3898257202752042, 1.1114521292188508, - 1.0318231451716948, + 1.031823145171695, 1.2327162490810206, 1.5276206503012444, 1.7406649730548869, 1.7890168755641402 ], "relative wind angle": [ - 0.1934396836941158, + 0.19343968369411693, 0.27628407984650777, - 0.1970733231009183, - 0.06921003631211604, + 0.19707332310091885, + 0.06921003631211926, 0.2613660506931012, 0.25079784738886934, - 0.12535062626188623, + 0.12535062626188626, 0.0398959078486565 ], "resistance": [ @@ -33378,7 +24524,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 458.7277235651834, + 458.72772356518294, -40.417949849078695, -460.004932979435, -583.925476123585, @@ -33398,10 +24544,10 @@ 2.1628668812713694 ], "relative wind angle": [ - 0.16024098886029878, + 0.16024098886029947, 0.2623668686984659, 0.22692772981700335, - 0.004990918731512461, + 0.00499091873151246, 0.23156348859589834, 0.26054130438654927, 0.15532658709211855, @@ -33458,37 +24604,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 291.8035062331562, + 291.8035062331546, -260.2647927463513, - -617.467504466499, + -617.4675044664995, -643.8500271119999, -347.2852103993937, 189.4404567783945, - 682.533106154978, + 682.5331061549771, 743.3007714247367 ], "relative wind speed": [ - 2.1203634852578186, + 2.120363485257818, 1.7850279803597526, - 1.4812056947047265, + 1.4812056947047263, 1.4492016499945388, 1.7204383577703037, 2.0662827884476136, - 2.2938786241813993, + 2.2938786241813998, 2.314230764240068 ], "relative wind angle": [ - 0.19404429536135384, + 0.19404429536135498, 0.24551702813382897, 0.13864922711025118, 0.09977930178857908, 0.23994886500397616, 0.21154809735306543, - 0.08936103781377179, - 0.062420005551888 + 0.08936103781377427, + 0.06242000555188801 ], "resistance": [ - 96926.30350623316, + 96926.30350623315, 96374.23520725365, 96017.0324955335, 95990.649972888, @@ -33498,7 +24644,7 @@ 97377.80077142474 ], "fuel": [ - 39.64780957319671, + 39.647809573196696, 39.363390926967305, 39.17996886820315, 39.166440384500945, @@ -33538,9 +24684,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 487.0873482407238, + 487.08734824072246, 49.46309075869567, - -349.03040464392166, + -349.030404643922, -509.0645619856764, -421.73583102590635, -71.35914087458605, @@ -33550,7 +24696,7 @@ "relative wind speed": [ 1.8537319701941544, 1.5791266780148399, - 1.2101294333727144, + 1.2101294333727142, 0.9754724271965357, 1.1204780706525337, 1.482616693186388, @@ -33558,14 +24704,14 @@ 1.9339717857074399 ], "relative wind angle": [ - 0.16428960701720022, + 0.16428960701720294, 0.3085718858336919, - 0.31511041807407125, - 0.05211708377670272, - 0.27399709633377783, - 0.3293915302016657, + 0.315110418074072, + 0.05211708377670271, + 0.2739970963337779, + 0.3293915302016658, 0.2103123172245966, - 0.026278364576214856 + 0.026278364576214852 ], "resistance": [ 97121.5873482407, @@ -33618,33 +24764,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 599.583893675936, + 599.5838936759355, -68.62075545389234, - -634.3752240157344, + -634.3752240157346, -798.7866324477047, - -623.1713550214304, + -623.1713550214306, -49.971079310397954, - 615.7597308696018, + 615.7597308696036, 997.574216878048 ], "relative wind speed": [ 2.513024947412893, 2.1993878810769574, - 1.8364268075188526, + 1.8364268075188523, 1.6669880092724751, 1.845046103766236, 2.209566124811465, - 2.5193304848647107, + 2.5193304848647102, 2.6345095346732625 ], "relative wind angle": [ - 0.13802502088940355, + 0.13802502088940435, 0.22176642955703932, 0.18532064178500893, - 0.0031291639489352215, - 0.1885136963990108, + 0.003129163948935222, + 0.18851369639901142, 0.2207279132652366, - 0.13472186236354458, + 0.13472186236354208, 0.0019799790468293197 ], "resistance": [ @@ -33698,33 +24844,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 342.67129603225055, + 342.67129603224964, -4.219715575581176, - -309.94434770258226, + -309.9443477025827, -414.5956036663804, -334.9120587570544, -45.72890345662745, - 306.4411106174306, + 306.44111061743035, 527.0060806087578 ], "relative wind speed": [ - 1.7608681210989778, + 1.7608681210989776, 1.530635835227379, - 1.2472555255156705, + 1.2472555255156703, 1.0955310646890035, 1.218480388769671, 1.4974995618151998, - 1.740604679928662, + 1.7406046799286623, 1.8398811602982161 ], "relative wind angle": [ - 0.1430879946540083, + 0.14308799465400984, 0.2456308020153367, - 0.22253512068304201, - 0.01560286183244, + 0.22253512068304251, + 0.015602861832439998, 0.20756370852748002, 0.2511819616118213, - 0.15881465506842443, + 0.15881465506842585, 0.009290258809905503 ], "resistance": [ @@ -33778,19 +24924,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 431.8189439052028, - -168.02850955237568, - -618.1028998463644, + 431.8189439052014, + -168.0285095523759, + -618.1028998463646, -709.5721059434987, - -472.41602715236013, + -472.41602715236036, 74.39632016841892, 642.4638228664764, 853.8110490925276 ], "relative wind speed": [ - 2.2832083060191506, + 2.28320830601915, 1.9593793110865085, - 1.6236884575816877, + 1.6236884575816874, 1.5196106956321471, 1.7462426103849533, 2.1031491003457297, @@ -33798,13 +24944,13 @@ 2.4399153175303594 ], "relative wind angle": [ - 0.16623660955155162, - 0.23723780006591774, + 0.16623660955155228, + 0.23723780006591777, 0.1692038007327852, 0.048590205570880285, - 0.21807876711516577, + 0.2180787671151658, 0.22074128501715762, - 0.11553238180482388, + 0.11553238180482386, 0.030255314756278188 ], "resistance": [ @@ -33858,9 +25004,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 255.08060520335107, + 255.08060520335016, -110.62258185600035, - -382.6665243132875, + -382.6665243132877, -435.4760443407597, -287.72801850600285, 47.482673901094586, @@ -33868,9 +25014,9 @@ 514.2225448955649 ], "relative wind speed": [ - 1.8205323835920293, + 1.8205323835920288, 1.5735510461454258, - 1.322529461983866, + 1.3225294619838657, 1.2487018385287443, 1.4204850626222478, 1.689986117698853, @@ -33878,14 +25024,14 @@ 1.9423850522734003 ], "relative wind angle": [ - 0.15862100671104568, - 0.22241028221620018, - 0.15433424388796838, + 0.15862100671104637, + 0.2224102822162002, + 0.1543342438879684, 0.047734022280075054, 0.2038504867736019, 0.20685583214537137, 0.10761068295695127, - 0.030679950148544098 + 0.0306799501485441 ], "resistance": [ 96889.58060520334, @@ -33938,13 +25084,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 254.4425083900121, + 254.44250839001074, -308.5436083343873, - -657.2061276010563, + -657.2061276010568, -668.4475897149907, -346.5527977107679, 209.97370246567493, - 700.6364316108645, + 700.6364316108636, 726.679317899345 ], "relative wind speed": [ @@ -33954,17 +25100,17 @@ 1.7066350195059106, 1.957031094662128, 2.273310609183378, - 2.4784570653271287, + 2.478457065327129, 2.4866375130400726 ], "relative wind angle": [ - 0.166935843750302, - 0.1985932955741319, - 0.1000654834506643, + 0.1669358437503033, + 0.19859329557413188, + 0.1000654834506654, 0.0869645892551869, 0.19609208720449584, - 0.17286205060267015, - 0.06932241193040102, + 0.17286205060267018, + 0.06932241193040263, 0.059645901631401564 ], "resistance": [ @@ -34018,10 +25164,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -3.3413877321721657, + -3.341387732172393, -269.47810536398896, - -357.1859880081013, - -280.84337697298514, + -357.1859880081026, + -280.8433769729852, -22.221588872889356, 289.3281189407851, 482.20515797803705, @@ -34030,21 +25176,21 @@ "relative wind speed": [ 1.3283228680439017, 1.034205450868758, - 0.8765186361225682, - 1.0183559122532642, + 0.8765186361225681, + 1.018355912253264, 1.3108906259475792, 1.5534783424170935, 1.647601576685166, 1.5639140356632246 ], "relative wind angle": [ - 0.2944934593539682, - 0.2732281393444068, - 0.01039793032089462, - 0.2644562266457012, - 0.29852940108764736, + 0.29449345935396937, + 0.27322813934440676, + 0.010397930320905295, + 0.2644562266457004, + 0.2985294010876474, 0.1806233779133258, - 0.005531593367213699, + 0.0055315933672137, 0.17103536440724992 ], "resistance": [ @@ -34098,11 +25244,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 77.54015887354319, + 77.54015887354274, -203.67455989224493, - -345.03716534503286, + -345.0371653450333, -316.02275271919467, - -109.22084523265437, + -109.22084523265426, 189.03244079455828, 419.0958829390819, 352.39799306978 @@ -34110,7 +25256,7 @@ "relative wind speed": [ 1.4340178825590992, 1.16504699023816, - 0.9671383412175977, + 0.9671383412175976, 1.0186571915282443, 1.2666186432827233, 1.5176941673300501, @@ -34118,11 +25264,11 @@ 1.6195887135808398 ], "relative wind angle": [ - 0.24129336169923815, + 0.24129336169923954, 0.26354588539941903, - 0.08960508252594848, - 0.17874192332036573, - 0.27395396030314517, + 0.08960508252595097, + 0.17874192332036576, + 0.2739539603031448, 0.20133268563283402, 0.05244765024269337, 0.11205830319791216 @@ -34178,19 +25324,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -98.51587249090414, + -98.51587249090471, -345.6041727286209, - -390.51825463337667, + -390.5182546333769, -242.70254230607088, - 72.4460875983101, + 72.44608759831021, 393.9796470914338, 497.09322739801803, 243.3538461520443 ], "relative wind speed": [ - 1.3077144190569467, + 1.3077144190569463, 1.0182370693757787, - 0.9379450215971735, + 0.9379450215971734, 1.1536578600862109, 1.4581032580311715, 1.6731334027624902, @@ -34200,9 +25346,9 @@ "relative wind angle": [ 0.30403193126552724, 0.2191644544417634, - 0.08369813635732733, - 0.29215386608693283, - 0.27182787813857745, + 0.08369813635732866, + 0.2921538660869329, + 0.27182787813857706, 0.13270324251916132, 0.04561965627864436, 0.21149957792676866 @@ -34258,9 +25404,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -100.93945546471764, + -100.93945546471821, -344.281500930256, - -389.057330494702, + -389.0573304947019, -247.7835900019386, 59.49231947946237, 372.6356595561118, @@ -34268,9 +25414,9 @@ 232.51986600377302 ], "relative wind speed": [ - 1.383395078377567, + 1.3833950783775668, 1.120919274546867, - 1.0477673490754538, + 1.0477673490754535, 1.2372479164316497, 1.517146130918757, 1.7201901945396483, @@ -34278,13 +25424,13 @@ 1.6385151566972365 ], "relative wind angle": [ - 0.262832911583703, + 0.2628329115837039, 0.18422994502741427, - 0.06593475040837032, + 0.06593475040836863, 0.2473897474127479, 0.23918594238034224, 0.11965626366553839, - 0.039107332807587256, + 0.03910733280758726, 0.18597532963416963 ], "resistance": [ @@ -34338,9 +25484,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 33.48280013187173, + 33.482800131871045, -290.6373816989394, - -426.8724968385245, + -426.87249683852394, -369.7785788481683, -98.35101531181863, 258.6856153473436, @@ -34348,9 +25494,9 @@ 372.7357414506041 ], "relative wind speed": [ - 1.6810498351050305, + 1.6810498351050303, 1.4186072762508584, - 1.2580792617091696, + 1.2580792617091694, 1.3373786293780479, 1.5840882616196752, 1.8228597215573157, @@ -34358,13 +25504,13 @@ 1.883263807964988 ], "relative wind angle": [ - 0.20347746269092254, + 0.20347746269092365, 0.19526924062652223, - 0.0394089050529958, + 0.03940890505299299, 0.1540092517329348, - 0.2161238785786637, + 0.21612387857866372, 0.15158062447044388, - 0.02559039329019011, + 0.025590393290190108, 0.1091527224857366 ], "resistance": [ @@ -34418,34 +25564,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 228.71495719954032, + 228.71495719953987, -149.1825421617799, - -409.2840383027352, + -409.28403830273567, -443.30390192983, - -261.67479504202436, + -261.67479504202424, 96.45625622245075, - 442.21860762765664, + 442.21860762765687, 520.6463875847328 ], "relative wind speed": [ 1.773191526908981, 1.503283262472715, - 1.2445368975570723, + 1.244536897557072, 1.1948766317851522, 1.4026396867576743, 1.688711258545658, - 1.887520646930382, + 1.8875206469303818, 1.9193426262090987 ], "relative wind angle": [ - 0.18373912348574034, + 0.18373912348574156, 0.2438485118911581, - 0.15271056607451966, + 0.1527105660745211, 0.07977306203961003, - 0.23307955058444507, + 0.2330795505844446, 0.21661808716609973, - 0.10046775573325664, - 0.049630014660142774 + 0.10046775573325553, + 0.04963001466014278 ], "resistance": [ 96863.2149571996, @@ -34498,9 +25644,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -35.67344515032062, + -35.6734451503213, -300.3759913036432, - -375.7945861475238, + -375.7945861475288, -287.9948861626789, -15.07805643688323, 298.9102911537783, @@ -34508,7 +25654,7 @@ 280.9922617119943 ], "relative wind speed": [ - 1.4676121879021653, + 1.4676121879021649, 1.2103194143697207, 1.0927133551140884, 1.2247425533596623, @@ -34518,9 +25664,9 @@ 1.690398082150257 ], "relative wind angle": [ - 0.2358595298066167, + 0.23585952980661765, 0.19657242071095382, - 0.007915546037338702, + 0.007915546037366753, 0.20441693947490425, 0.2331363861365372, 0.1394404092671853, @@ -34578,7 +25724,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 186.3288980456059, + 186.32889804560568, -125.53855595467508, -341.4798280985102, -370.4049084330237, @@ -34588,7 +25734,7 @@ 424.5837975574559 ], "relative wind speed": [ - 1.6751608061458343, + 1.675160806145834, 1.4420494525432506, 1.221546843958983, 1.1782291118474932, @@ -34598,14 +25744,14 @@ 1.8017996905655453 ], "relative wind angle": [ - 0.16631383233075045, - 0.2182648754384009, + 0.16631383233075048, + 0.21826487543840092, 0.13489089001885268, - 0.06789450611128763, + 0.06789450611128761, 0.20654790411766216, 0.1966071761003351, - 0.09280231251096449, - 0.04437789761266526 + 0.0928023125109645, + 0.044377897612665265 ], "resistance": [ 96820.82889804561, @@ -34658,34 +25804,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -353.26526981173447, + -353.26526981173527, -477.2717167895812, - -395.55643852257845, + -395.5564385225787, -75.18727640499355, 320.36737885693947, 571.1823605735913, - 381.2066041171231, - -4.690548149215601 + 381.2066041171224, + -4.690548149216056 ], "relative wind speed": [ - 1.5293833084072992, + 1.529383308407299, 1.3866606664204866, 1.4898053998108622, 1.7479393410893946, 1.9850842411681995, 2.087281711885454, 2.0149572251697, - 1.7956282489538733 + 1.7956282489538735 ], "relative wind angle": [ - 0.1741066224111729, - 0.017542923421329307, - 0.155363956793998, + 0.17410662241117478, + 0.017542923421329303, + 0.1553639567939987, 0.2018008096135613, - 0.13386101586478888, + 0.13386101586478885, 0.011654097601997992, - 0.11466145848160816, - 0.19637034720593355 + 0.11466145848160914, + 0.19637034720593471 ], "resistance": [ 96281.23473018828, @@ -34738,33 +25884,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -409.96381520168484, + -409.96381520168575, -455.6269518246419, - -286.0507029448828, + -286.0507029448829, 72.48545669541932, 430.06530943277266, 535.5597812743547, - 251.1531828430102, + 251.15318284301043, -133.8095420160521 ], "relative wind speed": [ - 1.3140470952486196, + 1.3140470952486192, 1.2502918398872842, 1.441409032506165, 1.7229812563493945, - 1.9272531274935965, + 1.9272531274935967, 1.969211695343203, 1.8339477601542593, 1.5723739937539811 ], "relative wind angle": [ - 0.15273093167664148, + 0.15273093167664292, 0.06176179967307788, - 0.21608796757808907, + 0.21608796757808957, 0.21042907337271471, - 0.10391813640869545, - 0.03919891251447348, - 0.16932576273519273, + 0.10391813640869652, + 0.03919891251447349, + 0.1693257627351921, 0.23093387884274938 ], "resistance": [ @@ -34818,19 +25964,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -552.2954001484818, + -552.2954001484845, -508.06428280650766, - -188.47457535170338, + -188.4745753517043, 269.2899470442371, 613.6528502830529, 510.8463177437952, - 92.76929576120438, + 92.76929576120483, -339.6502189085604 ], "relative wind speed": [ - 1.6032669823449486, + 1.6032669823449484, 1.6527154046803425, - 1.8960687793671454, + 1.8960687793671451, 2.157637742721804, 2.3002861426483365, 2.2650194581658076, @@ -34838,17 +25984,17 @@ 1.7906369609498727 ], "relative wind angle": [ - 0.05373766848587554, + 0.05373766848588174, 0.1126528695617901, - 0.18504573718862377, + 0.18504573718862438, 0.1430383897665576, 0.03744512276301701, - 0.08211786238815735, - 0.16970401510777133, + 0.08211786238815734, + 0.16970401510777067, 0.17262381604519936 ], "resistance": [ - 96082.20459985152, + 96082.20459985151, 96126.4357171935, 96446.0254246483, 96903.78994704424, @@ -34858,7 +26004,7 @@ 96294.84978109144 ], "fuel": [ - 39.31526376261851, + 39.3152637626185, 39.33796122249803, 39.50217690344927, 39.73805339773543, @@ -34900,17 +26046,17 @@ "wind resistance": [ -557.9197244897204, -496.29865773511244, - -155.08747193944623, + -155.0874719394467, 310.0874776388432, - 643.8436158473789, + 643.8436158473817, 500.9494784398066, 66.12259667310764, -363.6145633060337 ], "relative wind speed": [ - 1.4969360241218799, + 1.4969360241218796, 1.5695978979032632, - 1.8375093533779834, + 1.8375093533779832, 2.1082027876694625, 2.245485882405422, 2.1953101710905303, @@ -34919,12 +26065,12 @@ ], "relative wind angle": [ 0.04736901561606625, - 0.1372356693597534, - 0.20527705468956958, + 0.13723566935975343, + 0.2052770546895701, 0.14996427420786856, - 0.031571629379457164, + 0.03157162937945365, 0.09796938736821316, - 0.19065635724132485, + 0.19065635724132488, 0.18805684358762476 ], "resistance": [ @@ -34978,34 +26124,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -199.24856238551308, + -199.24856238551354, -366.9772896136975, - -353.82791936604553, + -353.82791936604633, -155.01805757190323, 154.57543073011755, 407.3570129635465, 376.93302977160363, - 102.77340452986175 + 102.77340452986198 ], "relative wind speed": [ - 1.402501844463249, + 1.4025018444632489, 1.217771745884682, - 1.2370588301402519, + 1.2370588301402516, 1.4426766943650515, 1.677260655879665, 1.8158322352050238, 1.802747953058533, - 1.6428325194677111 + 1.642832519467711 ], "relative wind angle": [ - 0.2039726957569739, + 0.203972695756975, 0.08388313220097277, - 0.11325132380241638, + 0.11325132380241835, 0.20928886687484782, 0.17019941380036677, 0.056219137223404575, 0.07762580424279841, - 0.18347892487934597 + 0.18347892487934478 ], "resistance": [ 96435.2514376145, @@ -35058,33 +26204,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -29.298181474870034, + -29.298181474870717, -335.048526702215, - -430.54931843808924, + -430.54931843809584, -348.32353531703154, -51.45974548684421, 301.414315068577, - 512.3721855300016, + 512.372185529965, 320.45766185427306 ], "relative wind speed": [ - 1.7699789219838582, + 1.769978921983858, 1.5337705054767632, - 1.4190499288343081, + 1.419049928834308, 1.5215164538773551, 1.7549580427690867, 1.9647521860724821, - 2.049146265063182, + 2.0491462650631824, 1.9742570239782664 ], "relative wind angle": [ - 0.17895079197805921, + 0.17895079197805983, 0.14932003620687173, - 0.0053792512020790105, + 0.005379251202099649, 0.14335939792072835, 0.18049923081033342, 0.11639563401408824, - 0.003725164477677674, + 0.0037251644777372807, 0.11032957699399533 ], "resistance": [ @@ -35094,7 +26240,7 @@ 96286.17646468298, 96583.04025451317, 96935.91431506858, - 97146.87218553001, + 97146.87218552998, 96954.95766185429 ], "fuel": [ @@ -35104,7 +26250,7 @@ 39.13590136688379, 39.28860363013385, 39.47054330596369, - 39.57953317443505, + 39.57953317443503, 39.480375114646804 ] }, @@ -35138,9 +26284,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -367.974381723496, + -367.9743817234969, -449.64052465132636, - -348.90526571951455, + -348.905265719515, -31.35975579080923, 328.24163504478474, 519.5844315762608, @@ -35148,7 +26294,7 @@ -63.267760709347385 ], "relative wind speed": [ - 1.6952534897165015, + 1.6952534897165012, 1.6036564330844632, 1.7110098958009854, 1.9320870427888759, @@ -35158,14 +26304,14 @@ 1.9123438068417395 ], "relative wind angle": [ - 0.1194594166233341, + 0.11945941662333597, 0.00622989483934475, - 0.1266740900832959, - 0.15365493392558557, + 0.12667409008329678, + 0.15365493392558555, 0.09521262472592976, 0.004551385095950482, 0.10250656364401388, - 0.15525408564929316 + 0.1552540856492932 ], "resistance": [ 96266.52561827649, @@ -35218,19 +26364,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -161.63432051774203, + -161.6343205177434, -440.8446783253745, - -480.4029066614604, + -480.40290666145916, -296.7048550873835, 79.03364705265767, 443.57026865570833, - 535.4919924680275, + 535.4919924680255, 236.77815157348346 ], "relative wind speed": [ - 1.761415110772746, + 1.7614151107727458, 1.5325327975092642, - 1.4848433090787039, + 1.4848433090787037, 1.6598749370674546, 1.9176810599668799, 2.1050955001549663, @@ -35238,14 +26384,14 @@ 2.0062151015057115 ], "relative wind angle": [ - 0.1869627875044064, - 0.11467811706504978, - 0.0535012705694489, - 0.17417917063404317, + 0.18696278750440817, + 0.1146781170650498, + 0.05350127056944475, + 0.17417917063404315, 0.17156953580602127, 0.08340071809208606, - 0.03713012185653163, - 0.14387830783567598 + 0.03713012185653462, + 0.143878307835676 ], "resistance": [ 96472.86567948226, @@ -35285,68 +26431,7 @@ "id": "804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.884897070901795, - 6.884897070901795, - 6.884897070901795, - 6.884897070901795, - 6.884897070901795, - 6.884897070901795, - 6.884897070901795, - 6.884897070901795 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -721.4156458515955, - -841.190053012657, - -549.9826755321396, - 117.88374439707991, - 824.30714854796, - 1099.433286005666, - 572.5822310221406, - -166.93071784103495 - ], - "relative wind speed": [ - 1.472780180389495, - 1.3232661000021404, - 1.6309960441239495, - 2.088989956967652, - 2.4216117616027004, - 2.506442062419511, - 2.3180027799234137, - 1.9155693522733483 - ], - "relative wind angle": [ - 0.2431890472459238, - 0.06865848452037038, - 0.3006656262944569, - 0.2874897582196313, - 0.1469782147035084, - 0.03622742508185871, - 0.20992002967456716, - 0.31436843737467307 - ], - "resistance": [ - 95913.08435414846, - 95793.3099469874, - 96084.51732446792, - 96752.38374439714, - 97458.80714854802, - 97733.93328600572, - 97207.0822310222, - 96467.56928215902 - ], - "fuel": [ - 39.176529871108016, - 39.115178846622264, - 39.26443440351068, - 39.60793467822522, - 39.973072019898225, - 40.11578212434861, - 39.84274705889557, - 39.461244551062194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 1.5625, -5.3125 1.875, -5 1.875, -5 1.5625, -5.3125 1.5625))", @@ -35365,68 +26450,7 @@ "id": "805", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.109989724548196, - 6.109989724548196, - 6.109989724548196, - 6.109989724548196, - 6.109989724548196, - 6.109989724548196, - 6.109989724548196, - 6.109989724548196 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -408.2098998553645, - -683.1393866533457, - -611.6957998990835, - -182.07739608402426, - 425.2777793926707, - 888.5941545696066, - 724.8483468139939, - 156.0556496869517 - ], - "relative wind speed": [ - 1.4761498342541266, - 1.160768882467719, - 1.2629910931001123, - 1.6664840118816622, - 2.0496436407171745, - 2.243361983406931, - 2.187443916046906, - 1.8981276103686073 - ], - "relative wind angle": [ - 0.3239304258070775, - 0.10497511952516056, - 0.23806583393520245, - 0.3317950576494831, - 0.23129222396624607, - 0.05424351744733847, - 0.13658453099526907, - 0.29003731173135505 - ], - "resistance": [ - 96226.29010014464, - 95951.36061334667, - 96022.80420010093, - 96452.42260391598, - 97059.77777939268, - 97523.09415456963, - 97359.348346814, - 96790.55564968697 - ], - "fuel": [ - 39.06057111288528, - 38.91950526969166, - 38.95613580238512, - 39.17681011789727, - 39.489951045153084, - 39.7297512015799, - 39.64490948862803, - 39.35097580003297 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 1.25, -5.625 1.5625, -5.3125 1.5625, -5.3125 1.25, -5.625 1.25))", @@ -35445,68 +26469,7 @@ "id": "806", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.975766942005058, - 5.975766942005058, - 5.975766942005058, - 5.975766942005058, - 5.975766942005058, - 5.975766942005058, - 5.975766942005058, - 5.975766942005058 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -606.5135468450758, - -707.4784093922378, - -449.7390601182964, - 126.71245969675397, - 737.2236324481694, - 968.8758331859926, - 504.3802441776352, - -134.0468880692015 - ], - "relative wind speed": [ - 1.225053409472065, - 1.0736838525342312, - 1.3976334921654097, - 1.852979399552258, - 2.1739832405737713, - 2.252590058391011, - 2.0672637973737866, - 1.6713546395632852 - ], - "relative wind angle": [ - 0.28926266334377543, - 0.08991030979878753, - 0.3549807338806141, - 0.3243832958590381, - 0.16143803905456575, - 0.04281058200450161, - 0.23720448189438822, - 0.3611601942791135 - ], - "resistance": [ - 96027.98645315492, - 95927.02159060776, - 96184.7609398817, - 96761.21245969675, - 97371.72363244816, - 97603.37583318599, - 97138.88024417764, - 96500.4531119308 - ], - "fuel": [ - 38.914895523576334, - 38.86313245045801, - 38.995346478100785, - 39.29194678123117, - 39.60741995679383, - 39.7274859842404, - 39.48693775771628, - 39.15762570317065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 1.25, -5.3125 1.5625, -5 1.5625, -5 1.25, -5.3125 1.25))", @@ -35525,68 +26488,7 @@ "id": "807", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.45687274893612, - 5.45687274893612, - 5.45687274893612, - 5.45687274893612, - 5.45687274893612, - 5.45687274893612, - 5.45687274893612, - 5.45687274893612 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -340.9478892080309, - -579.7209437637391, - -518.8506224449509, - -150.77326153594686, - 372.5000450256364, - 775.5648360448654, - 636.1319735484681, - 145.04443954477642 - ], - "relative wind speed": [ - 1.3110283069194308, - 0.9982254802882756, - 1.098192240959663, - 1.4915585808658347, - 1.8589953432105912, - 2.0440657519086645, - 1.9921427432587973, - 1.717530758812834 - ], - "relative wind angle": [ - 0.35494671367162006, - 0.12010222394505145, - 0.26393123967776816, - 0.359517851755707, - 0.24762036546318916, - 0.05854480607510224, - 0.1443122853904315, - 0.3104995017157799 - ], - "resistance": [ - 96293.55211079198, - 96054.77905623628, - 96115.64937755506, - 96483.72673846407, - 97007.00004502565, - 97410.06483604488, - 97270.63197354849, - 96779.54443954478 - ], - "fuel": [ - 38.89268469444066, - 38.770094830386284, - 38.8013264688321, - 38.9904751293643, - 39.260244117496896, - 39.46873532580169, - 39.39654323015669, - 39.14285617836062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 0.9375, -6.25 1.25, -5.9375 1.25, -5.9375 0.9375, -6.25 0.9375))", @@ -35605,68 +26507,7 @@ "id": "808", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.903082354091557, - 8.903082354091557, - 8.903082354091557, - 8.903082354091557, - 8.903082354091557, - 8.903082354091557, - 8.903082354091557, - 8.903082354091557 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1002.9309016719355, - -1088.062638614221, - -647.9000840017013, - 226.0707411659164, - 1071.1021470966975, - 1267.5774963323024, - 558.3166236875486, - -364.9803184109105 - ], - "relative wind speed": [ - 1.999002802321535, - 1.9214257215628192, - 2.236450263542571, - 2.6754866367031855, - 2.982980745623924, - 3.0335308683066353, - 2.809355184228718, - 2.3949859267384195 - ], - "relative wind angle": [ - 0.14671026223687114, - 0.07489739051435079, - 0.22343425151227034, - 0.2097362129155994, - 0.0981208892728409, - 0.04741311432087188, - 0.17732136856501704, - 0.23473627764726776 - ], - "resistance": [ - 95631.56909832808, - 95546.43736138579, - 95986.59991599832, - 96860.57074116592, - 97705.60214709671, - 97902.07749633232, - 97192.81662368757, - 96269.51968158911 - ], - "fuel": [ - 39.93858620690044, - 39.89506359347932, - 40.12038234229466, - 40.569903926467845, - 41.00724331302483, - 41.109308311090814, - 40.74153820204842, - 40.265589288054414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 0.9375, -5.9375 1.25, -5.625 1.25, -5.625 0.9375, -5.9375 0.9375))", @@ -35685,68 +26526,7 @@ "id": "809", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.6177212865685915, - 6.6177212865685915, - 6.6177212865685915, - 6.6177212865685915, - 6.6177212865685915, - 6.6177212865685915, - 6.6177212865685915, - 6.6177212865685915 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -714.8755241206318, - -780.786683254645, - -447.95060344191893, - 204.83071206300042, - 845.6798166574949, - 996.7011943565972, - 453.6743022087776, - -238.68898231316712 - ], - "relative wind speed": [ - 1.365678960424726, - 1.279117614945908, - 1.6216234731925936, - 2.0648608794055536, - 2.3624007470834787, - 2.4103681129450805, - 2.1946192435040133, - 1.7839186812934777 - ], - "relative wind angle": [ - 0.21951591056999728, - 0.11521912105341447, - 0.3169106524469643, - 0.2784809350249104, - 0.12621798968865686, - 0.061046407066857086, - 0.23235310637448453, - 0.32381711666819346 - ], - "resistance": [ - 95919.62447587936, - 95853.71331674536, - 96186.54939655808, - 96839.330712063, - 97480.17981665749, - 97631.2011943566, - 97088.17430220878, - 96395.81101768684 - ], - "fuel": [ - 39.08003136225831, - 39.046262041335666, - 39.21695457961141, - 39.5529257286321, - 39.88429806491159, - 39.96261118821273, - 39.68141708992056, - 39.32448392287273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 0.625, -6.25 0.9375, -5.9375 0.9375, -5.9375 0.625, -6.25 0.625))", @@ -35765,68 +26545,7 @@ "id": "810", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.965290800779366, - 6.965290800779366, - 6.965290800779366, - 6.965290800779366, - 6.965290800779366, - 6.965290800779366, - 6.965290800779366, - 6.965290800779366 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -630.0043420306511, - -704.8299304348157, - -443.66974472253696, - 113.32769266781065, - 673.8040410162948, - 846.3316510744435, - 403.9259140869665, - -196.62133684768128 - ], - "relative wind speed": [ - 1.5577323992951062, - 1.4697965523948786, - 1.7191118393599611, - 2.084690695444958, - 2.348932227773016, - 2.404934704529942, - 2.233532476203738, - 1.8968599164961035 - ], - "relative wind angle": [ - 0.16947164198620074, - 0.06579275175211587, - 0.23446473955376454, - 0.22651601975555158, - 0.11208519939909777, - 0.0401916235752764, - 0.17978149090574502, - 0.24940008591373225 - ], - "resistance": [ - 96004.49565796938, - 95929.67006956521, - 96190.8302552775, - 96747.82769266784, - 97308.30404101632, - 97480.83165107448, - 97038.425914087, - 96437.87866315235 - ], - "fuel": [ - 39.25435410105142, - 39.21599511802962, - 39.34996818762912, - 39.636551244459866, - 39.92608952890914, - 40.015451411610414, - 39.78652640328523, - 39.47693562167085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 0.625, -5.9375 0.9375, -5.625 0.9375, -5.625 0.625, -5.9375 0.625))", @@ -35845,68 +26564,7 @@ "id": "811", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.991365157129636, - 5.991365157129636, - 5.991365157129636, - 5.991365157129636, - 5.991365157129636, - 5.991365157129636, - 5.991365157129636, - 5.991365157129636 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -474.6722967056777, - -588.6488274070467, - -433.0532025296362, - 7.964412102335928, - 507.83630372402945, - 770.8495586082342, - 447.06724854155004, - -61.17964477748501 - ], - "relative wind speed": [ - 1.3490197877100878, - 1.1903623275652264, - 1.3923441289554535, - 1.7547798484350159, - 2.042226048178248, - 2.1385927963510514, - 2.01293801346549, - 1.7062500704813162 - ], - "relative wind angle": [ - 0.23754769235965295, - 0.021197438338280822, - 0.2564256417705022, - 0.2736202911660706, - 0.15607660754109215, - 0.011798098184427865, - 0.1763441074789288, - 0.2816119612611922 - ], - "resistance": [ - 96159.82770329432, - 96045.85117259296, - 96201.44679747036, - 96642.46441210233, - 97142.33630372403, - 97405.34955860823, - 97081.56724854156, - 96573.32035522252 - ], - "fuel": [ - 38.98758603929515, - 38.92909893538509, - 39.00895494298378, - 39.2357869992425, - 39.49376508771559, - 39.62987649159487, - 39.462353236844216, - 39.20017575361707 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 0.9375, -5.625 1.25, -5.3125 1.25, -5.3125 0.9375, -5.625 0.9375))", @@ -35925,68 +26583,7 @@ "id": "812", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.682408038537906, - 5.682408038537906, - 5.682408038537906, - 5.682408038537906, - 5.682408038537906, - 5.682408038537906, - 5.682408038537906, - 5.682408038537906 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -605.3807317979924, - -630.6677956948992, - -314.6745656334816, - 247.17295815976172, - 772.2462347069793, - 830.0775743666904, - 341.12662924688834, - -236.32923009946967 - ], - "relative wind speed": [ - 1.089019767583208, - 1.048493341762512, - 1.4226985078876744, - 1.8489095209887672, - 2.1132218310476847, - 2.1336195241146427, - 1.9046258207473976, - 1.4943908941774906 - ], - "relative wind angle": [ - 0.23537933139814207, - 0.18001414303654661, - 0.373762591722552, - 0.3002869975461956, - 0.12047374048917862, - 0.08809863142719918, - 0.2762339740449352, - 0.37467115785655103 - ], - "resistance": [ - 96029.119268202, - 96003.8322043051, - 96319.82543436652, - 96881.67295815976, - 97406.74623470698, - 97464.57757436669, - 96975.6266292469, - 96398.17076990053 - ], - "fuel": [ - 38.82366412855237, - 38.81069618758329, - 38.97291760562799, - 39.26227085564536, - 39.53374707727944, - 39.56371006742699, - 39.3107719291523, - 39.01319522407731 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 0.9375, -5.3125 1.25, -5 1.25, -5 0.9375, -5.3125 0.9375))", @@ -36005,68 +26602,7 @@ "id": "813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.814170833546353, - 5.814170833546353, - 5.814170833546353, - 5.814170833546353, - 5.814170833546353, - 5.814170833546353, - 5.814170833546353, - 5.814170833546353 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -551.885435007444, - -644.8534566368979, - -415.5475772636843, - 104.16821214368042, - 655.3641209584257, - 868.7217295586711, - 453.74998911164676, - -122.4623015339871 - ], - "relative wind speed": [ - 1.2118901172084064, - 1.0709011994493252, - 1.3642284221098337, - 1.7869319516536306, - 2.0886784834438332, - 2.164353502643834, - 1.9925200816293793, - 1.6242320226950278 - ], - "relative wind angle": [ - 0.2727529619254846, - 0.08030856334721574, - 0.3345672393605684, - 0.3114576809377484, - 0.15694491458651283, - 0.039703632862471534, - 0.22675844438394605, - 0.34388096766377585 - ], - "resistance": [ - 96082.61456499259, - 95989.64654336314, - 96218.95242273634, - 96738.6682121437, - 97289.86412095846, - 97503.2217295587, - 97088.24998911167, - 96512.03769846604 - ], - "fuel": [ - 38.89164229187484, - 38.84395879025614, - 38.961628442972994, - 39.22904790064451, - 39.51376366935923, - 39.62427530351079, - 39.40949039662104, - 39.112311721598275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 0.625, -5.625 0.9375, -5.3125 0.9375, -5.3125 0.625, -5.625 0.625))", @@ -36085,68 +26621,7 @@ "id": "814", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.212924653011237, - 5.212924653011237, - 5.212924653011237, - 5.212924653011237, - 5.212924653011237, - 5.212924653011237, - 5.212924653011237, - 5.212924653011237 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -385.2108071654259, - -498.76628312179116, - -380.40944483234296, - -8.069486354993273, - 431.6827480152416, - 693.8365886861051, - 424.6011925272811, - -16.04804090711582 - ], - "relative wind speed": [ - 1.1578483599114087, - 0.9710224155027156, - 1.1637910152374125, - 1.5277833781387968, - 1.8188237387264958, - 1.9250579434645179, - 1.8150270218256366, - 1.5213844243278467 - ], - "relative wind angle": [ - 0.2934558061882369, - 0.0034691464221822473, - 0.2961901944315809, - 0.3175390740026317, - 0.18519870128121513, - 0.0017498766269764172, - 0.18826186284925103, - 0.318921736785133 - ], - "resistance": [ - 96249.28919283459, - 96135.73371687823, - 96254.09055516767, - 96626.43051364503, - 97066.18274801526, - 97328.33658868611, - 97059.10119252729, - 96618.4519590929 - ], - "fuel": [ - 38.80153716550211, - 38.743228235520164, - 38.80400364594706, - 38.99553754487046, - 39.22241315022043, - 39.35800509459965, - 39.218753955523304, - 38.99142792006052 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 0.625, -5.3125 0.9375, -5 0.9375, -5 0.625, -5.3125 0.625))", @@ -36165,68 +26640,7 @@ "id": "815", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.216948516357301, - 5.216948516357301, - 5.216948516357301, - 5.216948516357301, - 5.216948516357301, - 5.216948516357301, - 5.216948516357301, - 5.216948516357301 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -348.39284824153856, - -502.9945186676427, - -414.4473941816388, - -66.37928724780761, - 378.7572183966463, - 679.8068662993526, - 476.1538349046923, - 43.3851219564674 - ], - "relative wind speed": [ - 1.2037630171237619, - 0.9750896099563597, - 1.122177192406342, - 1.4811436787440329, - 1.7907803500164843, - 1.9248740000205775, - 1.843002444991076, - 1.5691249364906086 - ], - "relative wind angle": [ - 0.31131756473025, - 0.04749770698821398, - 0.2736397595365674, - 0.32658308488055193, - 0.20738717471997387, - 0.024054339665561007, - 0.1652953775662788, - 0.3076510072642405 - ], - "resistance": [ - 96286.10715175845, - 96131.50548133234, - 96220.05260581835, - 96568.12071275218, - 97013.25721839663, - 97314.30686629933, - 97110.65383490468, - 96677.88512195645 - ], - "fuel": [ - 38.82154944569022, - 38.742154573874835, - 38.78761660018627, - 38.9666051102992, - 39.196166428489505, - 39.35183866901845, - 39.2464931429391, - 39.02314321713853 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 0.3125, -6.25 0.625, -5.9375 0.625, -5.9375 0.3125, -6.25 0.3125))", @@ -36245,68 +26659,7 @@ "id": "816", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.088279311397194, - 6.088279311397194, - 6.088279311397194, - 6.088279311397194, - 6.088279311397194, - 6.088279311397194, - 6.088279311397194, - 6.088279311397194 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -490.11395494843, - -569.3705179386332, - -381.1580538224531, - 60.036296142960055, - 524.8159144571057, - 707.4947380370656, - 366.4951549880909, - -121.0766191355101 - ], - "relative wind speed": [ - 1.3603619494157728, - 1.2528414436213124, - 1.469858140392345, - 1.8102690593177675, - 2.065260539131112, - 2.132199344586542, - 1.988819442541924, - 1.6848773429502744 - ], - "relative wind angle": [ - 0.19630486510938175, - 0.0517344035523717, - 0.24530284567084018, - 0.24553106867580574, - 0.12883083583018665, - 0.030389311099159988, - 0.18045881641401387, - 0.26422509521181853 - ], - "resistance": [ - 96144.3860450516, - 96065.1294820614, - 96253.34194617758, - 96694.536296143, - 97159.31591445714, - 97341.9947380371, - 97000.99515498812, - 96513.42338086452 - ], - "fuel": [ - 39.01133593819893, - 38.970664834344575, - 39.06728563520596, - 39.294293934737944, - 39.53422101890422, - 39.62874296819524, - 39.452402900137386, - 39.201018033883095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 0.3125, -5.9375 0.625, -5.625 0.625, -5.625 0.3125, -5.9375 0.3125))", @@ -36325,68 +26678,7 @@ "id": "817", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.795897740884082, - 5.795897740884082, - 5.795897740884082, - 5.795897740884082, - 5.795897740884082, - 5.795897740884082, - 5.795897740884082, - 5.795897740884082 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -454.517460204734, - -532.2858816442969, - -359.3267002835436, - 52.88795969502098, - 491.18125430870623, - 670.3297559390105, - 352.5893591941515, - -105.30223473139813 - ], - "relative wind speed": [ - 1.2878111546915905, - 1.1762365703282094, - 1.3890877685662977, - 1.7253104931326004, - 1.9777592025479453, - 2.046083225099532, - 1.9079895714155974, - 1.6103703722118443 - ], - "relative wind angle": [ - 0.20778450416504854, - 0.05063706501706226, - 0.2546065247225234, - 0.25502536135593123, - 0.13473397393630127, - 0.0291015149877266, - 0.18441031223120163, - 0.27367938500528805 - ], - "resistance": [ - 96179.98253979525, - 96102.21411835568, - 96275.17329971644, - 96687.38795969501, - 97125.68125430869, - 97304.82975593899, - 96987.08935919414, - 96529.19776526859 - ], - "fuel": [ - 38.935927054372, - 38.896009085361186, - 38.98481841576213, - 39.19692701884402, - 39.423148158943626, - 39.51581984555718, - 39.3515379203248, - 39.11545412843017 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 0, -6.25 0.3125, -5.9375 0.3125, -5.9375 0, -6.25 0))", @@ -36405,68 +26697,7 @@ "id": "818", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.856624592524743, - 6.856624592524743, - 6.856624592524743, - 6.856624592524743, - 6.856624592524743, - 6.856624592524743, - 6.856624592524743, - 6.856624592524743 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -468.2346838988674, - -652.7244908591949, - -545.1860207157345, - -108.86998151972693, - 440.8402991959995, - 801.0171330324906, - 552.0936391999026, - 19.172380903973135 - ], - "relative wind speed": [ - 1.6553978757671743, - 1.4616527027641955, - 1.5881445816776294, - 1.9161639730013873, - 2.216195304464197, - 2.3484963553571356, - 2.2648753922261626, - 1.995038692154908 - ], - "relative wind angle": [ - 0.20825254567273835, - 0.027707115194905704, - 0.18042483557660377, - 0.23358485249188232, - 0.15505385292711563, - 0.017242949902543304, - 0.1261641475955218, - 0.22418863313155063 - ], - "resistance": [ - 96166.26531610118, - 95981.77550914086, - 96089.31397928433, - 96525.63001848033, - 97075.34029919606, - 97435.51713303255, - 97186.59363919996, - 96653.67238090403 - ], - "fuel": [ - 39.29560168728211, - 39.20095045059588, - 39.25610693270839, - 39.48033492056139, - 39.76384601154208, - 39.95021564343341, - 39.82136133215927, - 39.54627185412461 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 0, -5.9375 0.3125, -5.625 0.3125, -5.625 0, -5.9375 0))", @@ -36485,68 +26716,7 @@ "id": "819", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.6020519775115165, - 5.6020519775115165, - 5.6020519775115165, - 5.6020519775115165, - 5.6020519775115165, - 5.6020519775115165, - 5.6020519775115165, - 5.6020519775115165 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -417.71091544216404, - -552.0818486823634, - -432.0481667770762, - -29.954727935889878, - 453.23062910951217, - 751.3382412699157, - 474.28942217195754, - -6.136460429682529 - ], - "relative wind speed": [ - 1.2686630966717551, - 1.0707288701773154, - 1.2523679308258944, - 1.6211785744239873, - 1.9248456186395995, - 2.0415867346310903, - 1.9354873480061028, - 1.638998699902302 - ], - "relative wind angle": [ - 0.27938864400483576, - 0.008717119285846849, - 0.27216404872438604, - 0.30410107385927226, - 0.18277428319229463, - 0.004571731110544004, - 0.17482843945043466, - 0.30069069454291125 - ], - "resistance": [ - 96216.78908455787, - 96082.41815131766, - 96202.45183322295, - 96604.54527206413, - 97087.73062910954, - 97385.83824126994, - 97108.78942217199, - 96628.36353957035 - ], - "fuel": [ - 38.89582119898067, - 38.82684531684784, - 38.888458335799584, - 39.09524259916689, - 39.34452578283289, - 39.49875768143011, - 39.35541011312805, - 39.10751047412634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 0.3125, -5.625 0.625, -5.3125 0.625, -5.3125 0.3125, -5.625 0.3125))", @@ -36565,68 +26735,7 @@ "id": "820", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.0868651113135614, - 5.0868651113135614, - 5.0868651113135614, - 5.0868651113135614, - 5.0868651113135614, - 5.0868651113135614, - 5.0868651113135614, - 5.0868651113135614 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -230.2385804957962, - -445.3217488758074, - -427.4159670855671, - -173.25267491427996, - 222.11276481527136, - 551.8546632727176, - 510.8473954466409, - 154.41479465551492 - ], - "relative wind speed": [ - 1.2807983427466636, - 1.007255059250926, - 1.037703775795931, - 1.33819606722575, - 1.6547402788780394, - 1.83413386396342, - 1.8170802566267785, - 1.6086768074991034 - ], - "relative wind angle": [ - 0.31240588172790973, - 0.14046864084854546, - 0.18826915221558957, - 0.3158567546476966, - 0.24019655627406716, - 0.0769639762962738, - 0.10708784690892478, - 0.26136754014673746 - ], - "resistance": [ - 96404.2614195042, - 96189.17825112419, - 96207.08403291443, - 96461.24732508571, - 96856.61276481528, - 97186.35466327272, - 97145.34739544665, - 96788.91479465552 - ], - "fuel": [ - 38.8473780091777, - 38.73685282309299, - 38.746047531551206, - 38.87669030776995, - 39.08039035258466, - 39.25072470719286, - 39.229519605814005, - 39.045469756943305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 0.3125, -5.3125 0.625, -5 0.625, -5 0.3125, -5.3125 0.3125))", @@ -36645,68 +26754,7 @@ "id": "821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.807143414251746, - 4.807143414251746, - 4.807143414251746, - 4.807143414251746, - 4.807143414251746, - 4.807143414251746, - 4.807143414251746, - 4.807143414251746 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -229.19333037882166, - -449.554379592094, - -428.1894878040819, - -162.8837156427079, - 247.52427472452462, - 591.337247572054, - 542.4712237014218, - 168.05538082291196 - ], - "relative wind speed": [ - 1.1981520280178097, - 0.8881444988048242, - 0.9284723420719773, - 1.269816579427072, - 1.6125637788238107, - 1.8019793484555935, - 1.7815356670651012, - 1.5567581949775784 - ], - "relative wind angle": [ - 0.36959660656131504, - 0.17181630195000594, - 0.23708903190009792, - 0.3709006521047155, - 0.2717365244576736, - 0.08436739148818662, - 0.12271569855457415, - 0.3001330349818527 - ], - "resistance": [ - 96405.30666962119, - 96184.94562040792, - 96206.31051219594, - 96471.61628435731, - 96882.02427472454, - 97225.83724757207, - 97176.97122370143, - 96802.55538082293 - ], - "fuel": [ - 38.77662592933909, - 38.66338989563999, - 38.674360675379816, - 38.81073554737781, - 39.022213130945445, - 39.19985767356461, - 39.174582298091735, - 38.98121497411049 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 0, -5.625 0.3125, -5.3125 0.3125, -5.3125 0, -5.625 0))", @@ -36725,68 +26773,7 @@ "id": "822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4252379546003215, - 4.4252379546003215, - 4.4252379546003215, - 4.4252379546003215, - 4.4252379546003215, - 4.4252379546003215, - 4.4252379546003215, - 4.4252379546003215 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -91.63871802696974, - -340.38278502220135, - -385.35035396632696, - -231.9999730482437, - 88.61073254371445, - 417.3876322622514, - 520.437231854911, - 256.57001722527957 - ], - "relative wind speed": [ - 1.218472071725157, - 0.8935059798291828, - 0.8022381475119115, - 1.0540559108127103, - 1.388118077619841, - 1.6165373645538446, - 1.6637187086962308, - 1.5167439216525596 - ], - "relative wind angle": [ - 0.3624706717921856, - 0.2741695291071393, - 0.11233949705855954, - 0.3577537242187445, - 0.3165086274403836, - 0.15021412861153594, - 0.05408212556641059, - 0.24581835731061188 - ], - "resistance": [ - 96542.86128197302, - 96294.11721497778, - 96249.14964603366, - 96402.50002695175, - 96723.1107325437, - 97051.88763226224, - 97154.9372318549, - 96891.07001722527 - ], - "fuel": [ - 38.75839313291213, - 38.63045785015399, - 38.60735447983657, - 38.68617353210733, - 38.85124379125661, - 39.02091574176616, - 39.074179358600205, - 38.93787231359181 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 0, -5.3125 0.3125, -5 0.3125, -5 0, -5.3125 0))", @@ -36805,68 +26792,7 @@ "id": "823", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.293074407006967, - 4.293074407006967, - 4.293074407006967, - 4.293074407006967, - 4.293074407006967, - 4.293074407006967, - 4.293074407006967, - 4.293074407006967 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -76.77082747078566, - -330.38376446713636, - -381.5151632511553, - -234.93369996398997, - 82.15640202136103, - 414.71432650773033, - 532.0051323869405, - 272.1444874728503 - ], - "relative wind speed": [ - 1.1977662552863648, - 0.8573355221303339, - 0.7482161262898717, - 1.0058237664778316, - 1.3512573551300373, - 1.589187290595181, - 1.6433846386210147, - 1.4996196160640516 - ], - "relative wind angle": [ - 0.3840838450078803, - 0.3073360650599085, - 0.10984427809126093, - 0.3824397365690883, - 0.3385779374643249, - 0.16393728790499776, - 0.04993120565800375, - 0.2529925947442654 - ], - "resistance": [ - 96557.7291725292, - 96304.11623553286, - 96252.98483674883, - 96399.566300036, - 96716.65640202134, - 97049.21432650772, - 97166.50513238693, - 96906.64448747283 - ], - "fuel": [ - 38.737482510024584, - 38.60703131236588, - 38.58075978270734, - 38.65609999150311, - 38.81935208722905, - 38.990969664273564, - 39.05159612557353, - 38.91734564915695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 4.0625, -3.125 4.375, -2.8125 4.375, -2.8125 4.0625, -3.125 4.0625))", @@ -36898,34 +26824,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 190.36823388924017, - -192.34285562567084, - -424.3398208602551, + 190.36823388923938, + -192.34285562567095, + -424.3398208602552, -426.26545652998914, - -198.43548742781695, + -198.43548742781707, 183.11710797201908, - 521.5660173533182, + 521.5660173533178, 525.9726902519643 ], "relative wind speed": [ - 1.5996823693513074, + 1.5996823693513071, 1.2763474181941663, 0.9832551685148975, 0.9798559205862009, 1.2700206456042706, 1.594638953225333, - 1.790291986426583, + 1.7902919864265832, 1.7921547081562652 ], "relative wind angle": [ - 0.25722648151222693, - 0.3265179728546532, - 0.1758328940495092, - 0.17037974083750396, - 0.32618779727224473, + 0.2572264815122278, + 0.3265179728546533, + 0.17583289404951044, + 0.17037974083750398, + 0.3261877972722451, 0.2596326356763492, - 0.09622162532441803, - 0.0928379339881836 + 0.09622162532441918, + 0.09283793398818362 ], "resistance": [ 96824.86823388924, @@ -36934,7 +26860,7 @@ 96208.23454347001, 96436.06451257218, 96817.61710797202, - 97156.06601735333, + 97156.06601735331, 97160.47269025196 ], "fuel": [ @@ -36944,7 +26870,7 @@ 38.71116026270948, 38.828257229320194, 39.02479506576641, - 39.19958356218874, + 39.199583562188735, 39.201862154557524 ] }, @@ -36978,33 +26904,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 161.53128482462193, - -237.06557497374843, - -455.5711310855553, - -431.29896716717684, - -161.40370458553048, + 161.5312848246216, + -237.06557497374854, + -455.5711310855557, + -431.2989671671768, + -161.4037045855306, 252.0615903404256, - 594.8999893641452, + 594.8999893641457, 539.3772194447307 ], "relative wind speed": [ 1.5693609484139655, 1.212800828111491, - 0.9101769188270472, - 0.9549078000050153, + 0.9101769188270471, + 0.9549078000050154, 1.293172904502743, 1.6322696158046082, - 1.8184520680461567, + 1.8184520680461569, 1.7953665477657823 ], "relative wind angle": [ - 0.29554075569283544, - 0.35918600859729616, - 0.1608950501224271, - 0.23259034335766407, - 0.36126959072539566, + 0.2955407556928366, + 0.3591860085972962, + 0.1608950501224292, + 0.23259034335766454, + 0.36126959072539594, 0.26424331194539996, - 0.08027082636700081, + 0.0802708263670008, 0.12290543390402424 ], "resistance": [ @@ -37058,9 +26984,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 195.45524936870015, + 195.4552493686997, -205.97513728271576, - -455.9017485862546, + -455.90174858625494, -464.98475241649135, -235.80219884517248, 160.33237942870323, @@ -37068,9 +26994,9 @@ 534.9192791590151 ], "relative wind speed": [ - 1.7826348844783029, + 1.7826348844783027, 1.4890296139989208, - 1.2309394782235048, + 1.2309394782235046, 1.2177914390076614, 1.4626965327977355, 1.7606984656810811, @@ -37078,11 +27004,11 @@ 1.9581246869127453 ], "relative wind angle": [ - 0.2042112763977407, + 0.2042112763977418, 0.25228566154818033, - 0.1337417293383981, + 0.13374172933839892, 0.1148555642297561, - 0.24974057807178732, + 0.24974057807178734, 0.212703103308144, 0.08427778906188974, 0.07133418834796282 @@ -37138,19 +27064,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 209.67308206144935, + 209.67308206144867, -138.27731657194397, - -365.32798567622103, + -365.3279856762212, -385.44013654014117, - -201.2603433839904, + -201.2603433839903, 134.44004322419607, 451.7948147385915, 497.8069698733947 ], "relative wind speed": [ - 1.5091663417981735, + 1.509166341798173, 1.2014718583230537, - 0.8970893875309316, + 0.8970893875309315, 0.8575939017394558, 1.1297011249243183, 1.4526778901496018, @@ -37158,11 +27084,11 @@ 1.6787913445604392 ], "relative wind angle": [ - 0.25838961990549836, + 0.2583896199054988, 0.3510075818955256, - 0.22324391860714707, + 0.22324391860714757, 0.1548183778819895, - 0.3483572052951499, + 0.3483572052951496, 0.28836433582741366, 0.1200758560633172, 0.07885356478640411 @@ -37218,9 +27144,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 128.47396790363155, + 128.47396790363132, -526.9970944073611, - -830.9797025743655, + -830.9797025743669, -739.1934787209518, -224.4385374350968, 484.51530969719033, @@ -37238,9 +27164,9 @@ 2.5395098668235594 ], "relative wind angle": [ - 0.23012298125158645, - 0.2374213594613526, - 0.0646893366856382, + 0.23012298125158695, + 0.23742135946135257, + 0.06468933668564163, 0.1740451076986684, 0.25281566584638665, 0.18085075781453644, @@ -37298,9 +27224,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -102.72950649919903, + -102.72950649919994, -492.409868145137, - -585.5628703543583, + -585.5628703543593, -410.58050370212015, 33.32440112648237, 514.1908684966327, @@ -37308,9 +27234,9 @@ 395.4817239178053 ], "relative wind speed": [ - 1.7513622306796595, + 1.7513622306796592, 1.4261133264445596, - 1.3046161384971018, + 1.3046161384971016, 1.505420759253594, 1.8428411837228, 2.104645830445901, @@ -37318,17 +27244,17 @@ 2.0486682574502924 ], "relative wind angle": [ - 0.2532961005280097, + 0.25329610052801105, 0.19546607398130925, - 0.03616313752867283, + 0.03616313752867591, 0.23033406537307663, - 0.24046739787772375, - 0.13198940841556026, + 0.24046739787772373, + 0.13198940841556023, 0.02161846153752992, 0.16856056902227132 ], "resistance": [ - 96531.7704935008, + 96531.77049350078, 96142.09013185484, 96048.93712964562, 96223.91949629787, @@ -37338,7 +27264,7 @@ 97029.9817239178 ], "fuel": [ - 39.27273211158794, + 39.27273211158793, 39.07242803647549, 39.02462907415163, 39.114443218342835, @@ -37365,68 +27291,7 @@ "id": "830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.92920132467657, - 5.92920132467657, - 5.92920132467657, - 5.92920132467657, - 5.92920132467657, - 5.92920132467657, - 5.92920132467657, - 5.92920132467657 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -23.14757879782951, - -445.1468693785549, - -575.7591290668919, - -448.53567111139307, - -28.77742663969002, - 468.2636327625776, - 767.3286835582628, - 473.2134799561595 - ], - "relative wind speed": [ - 1.7153588361301961, - 1.3566644685040532, - 1.1747776968644772, - 1.353094778569887, - 1.7113667778898576, - 2.0076587621041746, - 2.1192285266353057, - 2.010066343522512 - ], - "relative wind angle": [ - 0.27889418886076434, - 0.24980083685324678, - 0.0017675296092390066, - 0.24823445973020541, - 0.27956223097898875, - 0.1678383584525341, - 0.000979815809807275, - 0.16615391610452016 - ], - "resistance": [ - 96611.35242120217, - 96189.35313062144, - 96058.7408709331, - 96185.9643288886, - 96605.72257336031, - 97102.76363276258, - 97401.82868355827, - 97107.71347995616 - ], - "fuel": [ - 39.19976853305154, - 38.98275224336662, - 38.91571820105981, - 38.98101220879256, - 39.19686898046784, - 39.45331553689988, - 39.60806004739706, - 39.45587401584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 3.125, -4.0625 3.4375, -3.75 3.4375, -3.75 3.125, -4.0625 3.125))", @@ -37458,9 +27323,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 16.286821396513346, + 16.286821396513233, -273.47188554063086, - -382.7758597419823, + -382.7758597419824, -315.5425653789931, -53.617557370591726, 275.67224142467956, @@ -37470,22 +27335,22 @@ "relative wind speed": [ 1.4388027103805268, 1.1515992219121343, - 0.9840486069044228, - 1.0983065855604317, + 0.9840486069044226, + 1.0983065855604315, 1.3786167734146801, 1.6262092975475269, 1.7327393879600355, 1.6626665605145365 ], "relative wind angle": [ - 0.2632839997737834, + 0.26328399977378386, 0.25174000960036647, 0.03172789448098186, - 0.22281977116996934, - 0.27507028139128875, - 0.17732036652889785, + 0.22281977116996834, + 0.2750702813912883, + 0.17732036652889788, 0.018016697402409434, - 0.14649642285371275 + 0.14649642285371278 ], "resistance": [ 96650.78682139653, @@ -37525,68 +27390,7 @@ "id": "832", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.021283059914656, - 6.021283059914656, - 6.021283059914656, - 6.021283059914656, - 6.021283059914656, - 6.021283059914656, - 6.021283059914656, - 6.021283059914656 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -148.65886999077384, - -475.9172849203346, - -532.1526371558896, - -334.0133335144834, - 87.35720110677448, - 511.1110565323954, - 640.7296614364236, - 305.4758503790665 - ], - "relative wind speed": [ - 1.6394104134701462, - 1.3424912554838242, - 1.2658656128537178, - 1.484973006634641, - 1.8048267207517001, - 2.03538282017982, - 2.083902647900849, - 1.9338875782475475 - ], - "relative wind angle": [ - 0.25250977535696273, - 0.17172094399221385, - 0.06732323849889853, - 0.23781804067673162, - 0.22893148200279653, - 0.11294730947838777, - 0.04087596366810417, - 0.18189810813432017 - ], - "resistance": [ - 96485.84113000923, - 96158.58271507967, - 96102.34736284411, - 96300.48666648552, - 96721.85720110677, - 97145.61105653239, - 97275.22966143642, - 96939.97585037907 - ], - "fuel": [ - 39.16485955757322, - 38.99665962695063, - 38.96779665189366, - 39.069544597415955, - 39.28641130240261, - 39.505170930223095, - 39.57221897604133, - 39.39892990662892 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 2.8125, -4.0625 3.125, -3.75 3.125, -3.75 2.8125, -4.0625 2.8125))", @@ -37618,19 +27422,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 24.827129590609502, + 24.82712959060916, -273.17496649252314, - -393.28196155014894, + -393.28196155014905, -334.37910876978776, -77.00082837166394, 255.1667588339742, - 479.8918970214554, + 479.8918970214577, 343.69975072122406 ], "relative wind speed": [ - 1.5490386673745098, + 1.5490386673745093, 1.282622385053918, - 1.1228299545949378, + 1.1228299545949376, 1.2130795936959609, 1.4676759177685499, 1.7054246421280976, @@ -37639,13 +27443,13 @@ ], "relative wind angle": [ 0.22529345893839095, - 0.21547922904320335, + 0.21547922904320332, 0.037233338656834286, 0.17828896687636314, 0.23801751545074673, 0.16150850886044196, - 0.023035534893651666, - 0.12285277989333833 + 0.023035534893646844, + 0.12285277989333834 ], "resistance": [ 96659.32712959066, @@ -37685,68 +27489,7 @@ "id": "834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.822570609370587, - 5.822570609370587, - 5.822570609370587, - 5.822570609370587, - 5.822570609370587, - 5.822570609370587, - 5.822570609370587, - 5.822570609370587 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -71.00572524212816, - -415.5828793257733, - -504.8352491702291, - -366.4084241069911, - 10.749166183456964, - 429.53912413725993, - 635.8233679010989, - 358.18591436779957 - ], - "relative wind speed": [ - 1.638858432013625, - 1.3333452488711917, - 1.2081244916743095, - 1.3847548994789027, - 1.6980795992189524, - 1.947183024982083, - 2.0272559034523603, - 1.9109644564551505 - ], - "relative wind angle": [ - 0.2526355982642037, - 0.20242480214260153, - 0.025286405398062324, - 0.2267141812326106, - 0.2436427928631307, - 0.13810551304288257, - 0.015068164865047938, - 0.16361061660679113 - ], - "resistance": [ - 96563.49427475789, - 96218.91712067425, - 96129.66475082979, - 96268.09157589302, - 96645.24916618346, - 97064.03912413727, - 97270.32336790112, - 96992.68591436782 - ], - "fuel": [ - 39.14142290470147, - 38.964233255724224, - 38.91840963527221, - 38.98949288670717, - 39.18352803412765, - 39.39960183966983, - 39.50627366651606, - 39.36274117614191 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 2.5, -4.0625 2.8125, -3.75 2.8125, -3.75 2.5, -4.0625 2.5))", @@ -37765,68 +27508,7 @@ "id": "835", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.815238681400076, - 4.815238681400076, - 4.815238681400076, - 4.815238681400076, - 4.815238681400076, - 4.815238681400076, - 4.815238681400076, - 4.815238681400076 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 123.48673715626671, - -161.81350285280791, - -331.14741178603435, - -329.0168679770489, - -154.81968328443827, - 131.72299106359765, - 378.5868961589133, - 373.6850018218022 - ], - "relative wind speed": [ - 1.495851061826145, - 1.2444922090067183, - 1.0329752022697256, - 1.0366233561545677, - 1.2517941873034437, - 1.5019314991885186, - 1.6545456530506837, - 1.6522624198377003 - ], - "relative wind angle": [ - 0.21027289209356517, - 0.25125208010643146, - 0.1216347254027879, - 0.12782891783100087, - 0.25208266813094593, - 0.20748819123106665, - 0.07582519444803612, - 0.08006667724983886 - ], - "resistance": [ - 96757.98673715629, - 96472.68649714721, - 96303.35258821398, - 96305.48313202297, - 96479.68031671557, - 96766.22299106361, - 97013.08689615893, - 97008.18500182181 - ], - "fuel": [ - 38.9602229323631, - 38.81327692106352, - 38.72620346376374, - 38.7272983512856, - 38.81687551849794, - 38.964469574295606, - 39.091870652015345, - 39.08933868453492 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 3.4375, -3.75 3.75, -3.4375 3.75, -3.4375 3.4375, -3.75 3.4375))", @@ -37858,9 +27540,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 52.60343915063413, + 52.60343915063379, -309.84140124710177, - -464.6277283720228, + -464.62772837202345, -398.44026055859206, -94.61249893945774, 306.8354162015987, @@ -37878,11 +27560,11 @@ 1.8380536337925 ], "relative wind angle": [ - 0.2609422082226766, - 0.26410704562603826, - 0.05590295285817528, + 0.26094220822267744, + 0.2641070456260382, + 0.055902952858179256, 0.21332224970383598, - 0.28181758344396346, + 0.2818175834439635, 0.19034839060789835, 0.031616676538213706, 0.1361880091397412 @@ -37938,19 +27620,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 78.81956353058604, + 78.81956353058536, -321.70690881822736, - -508.14437082475115, + -508.14437082475195, -453.06426155123506, - -139.68936488316695, + -139.68936488316672, 292.8796035385833, 610.1196465607597, 483.09150776747765 ], "relative wind speed": [ - 1.7713804591089786, + 1.7713804591089781, 1.461935503843939, - 1.252368567487756, + 1.2523685674877558, 1.3283506768053377, 1.6157521200909102, 1.9003126656137337, @@ -37958,13 +27640,13 @@ 1.9959779868330731 ], "relative wind angle": [ - 0.22578795801385365, + 0.22578795801385418, 0.23261889275592454, - 0.06395819327305617, + 0.0639581932730579, 0.16929841335589832, - 0.24797132738274633, + 0.24797132738274585, 0.17829025812234012, - 0.03916104035938412, + 0.039161040359384114, 0.11236928627617077 ], "resistance": [ @@ -38018,37 +27700,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 29.120079687309158, + 29.120079687308476, -243.66466750123823, - -355.5754415548542, + -355.57544155485465, -302.1894680642283, -68.16389639326985, 235.83869066594843, - 443.99317379428123, + 443.99317379428464, 320.8643894436424 ], "relative wind speed": [ - 1.4264358775238568, + 1.4264358775238566, 1.1583878526474252, - 0.9929397591455196, + 0.9929397591455195, 1.0841683040782486, 1.3413931109617139, 1.5786679111395425, - 1.6876390092465976, + 1.6876390092465974, 1.6305317780573594 ], "relative wind angle": [ - 0.24612658319366643, + 0.24612658319366734, 0.24130374260379434, - 0.04425753287377428, + 0.04425753287377678, 0.19934139045643287, 0.26208631198448656, 0.1762607088192426, - 0.026033815240830944, - 0.1320528502165042 + 0.026033815240822416, + 0.13205285021650423 ], "resistance": [ - 96663.62007968733, + 96663.62007968732, 96390.83533249877, 96278.92455844516, 96332.31053193579, @@ -38098,34 +27780,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 36.52306454758241, + 36.52306454758218, -246.4616591354159, - -363.37019815302926, + -363.3701981530298, -306.63356944104294, -63.4395242022465, 253.24073085200416, 471.8496971423391, - 341.330313308497 + 341.3303133084968 ], "relative wind speed": [ - 1.3815493079039296, + 1.3815493079039294, 1.0884859127428181, 0.9020597468288217, 1.006373923191261, 1.290509673955355, 1.5457335237687693, 1.6614397135897843, - 1.6004078341044234 + 1.6004078341044237 ], "relative wind angle": [ 0.27862726155550743, 0.2813864372244698, - 0.05266301811606077, - 0.23579780219859797, - 0.298868094904416, + 0.05266301811606499, + 0.23579780219859794, + 0.2988680949044164, 0.19681237235314628, 0.028583462510614548, - 0.14743855569795844 + 0.1474385556979592 ], "resistance": [ 96671.02306454763, @@ -38178,7 +27860,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 194.33996154147076, + 194.33996154146985, -227.91720074680484, -480.50577765226717, -479.05647657167026, @@ -38188,7 +27870,7 @@ 565.3711687774603 ], "relative wind speed": [ - 1.7452095181091873, + 1.7452095181091871, 1.42215815808598, 1.1413140929736063, 1.1435370936787566, @@ -38198,14 +27880,14 @@ 1.9423890804626844 ], "relative wind angle": [ - 0.2334177661658976, - 0.2865880722939846, + 0.23341776616589857, + 0.28658807229398464, 0.14495850518517586, - 0.1482099709071324, + 0.14820997090713242, 0.28690948673439126, - 0.231967123849437, - 0.08492207758920593, - 0.0870460161531302 + 0.23196712384943702, + 0.08492207758920595, + 0.08704601615313022 ], "resistance": [ 96828.83996154148, @@ -38258,19 +27940,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 150.46462770607718, + 150.4646277060765, -260.71907195713766, - -478.14732489326116, + -478.1473248932613, -444.1682408087345, - -154.5116205062261, + -154.511620506226, 277.4308206311547, - 626.4306012325122, + 626.4306012325115, 548.6711877409231 ], "relative wind speed": [ - 1.5950393036810482, + 1.5950393036810477, 1.2309411199726554, - 0.9329334893856421, + 0.9329334893856419, 0.9936508439989907, 1.3407549187663284, 1.6812370718146474, @@ -38278,14 +27960,14 @@ 1.831510887956585 ], "relative wind angle": [ - 0.29749680193824435, - 0.35294981869630915, - 0.14433924897660985, + 0.29749680193824474, + 0.3529498186963092, + 0.14433924897660988, 0.2395097136035906, - 0.356206970880468, + 0.35620697088046765, 0.25586786806805534, - 0.07208573917787227, - 0.12906056758523232 + 0.07208573917787382, + 0.12906056758523235 ], "resistance": [ 96784.96462770611, @@ -38338,19 +28020,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -10.368961351145913, + -10.368961351146936, -350.8431164874877, - -457.891293031005, + -457.8912930310052, -353.46910273503954, - -14.732084239369897, + -14.73208423937001, 388.3504083637432, 633.3386496662696, 392.21743346761434 ], "relative wind speed": [ - 1.471806781498682, + 1.4718067814986813, 1.1273783550848926, - 0.9471230247806462, + 0.947123024780646, 1.1240304035300228, 1.4681809886305375, 1.7466506983159888, @@ -38358,13 +28040,13 @@ 1.7488070989625424 ], "relative wind angle": [ - 0.31196451602131514, + 0.31196451602131553, 0.28851853307749686, 0.002011443342946506, 0.286902696777237, - 0.31276104607027283, - 0.18470016851353677, - 0.0010294396763512296, + 0.3127610460702732, + 0.1847001685135368, + 0.0010294396763512294, 0.1829028490699303 ], "resistance": [ @@ -38418,9 +28100,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 180.47384071733268, + 180.47384071733222, -261.4266284907334, - -507.33095754909885, + -507.33095754909925, -484.9909594173948, -191.07169845934118, 264.3439214348057, @@ -38438,9 +28120,9 @@ 1.917019330436168 ], "relative wind angle": [ - 0.2775654420145375, - 0.3354991508910534, - 0.1522176820012648, + 0.27756544201453914, + 0.33549915089105337, + 0.15221768200126698, 0.20792853852877502, 0.338318441043893, 0.2530609486768318, @@ -38498,9 +28180,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 100.52521530983552, + 100.52521530983518, -147.6283475820216, - -289.0100776661081, + -289.0100776661082, -280.6514868043586, -120.62808555047388, 132.45829971713272, @@ -38510,22 +28192,22 @@ "relative wind speed": [ 1.337124314097278, 1.08699063251226, - 0.8795049815338605, - 0.8960217211043499, + 0.8795049815338604, + 0.8960217211043497, 1.1190833972523613, 1.3633416469053523, 1.505563040464638, 1.495792150221815 ], "relative wind angle": [ - 0.23746573890494624, + 0.23746573890494768, 0.2817179746322588, - 0.12862666945712764, - 0.15987746781625653, + 0.12862666945712853, + 0.15987746781625584, 0.2849132282847404, - 0.22351042987996414, + 0.22351042987996417, 0.07500313727690021, - 0.09550877734897878 + 0.09550877734897877 ], "resistance": [ 96735.02521530987, @@ -38565,52 +28247,7 @@ "id": "845", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.78352636151628, - 35.78352636151628, - 35.78352636151628, - 35.78352636151628, - 35.78352636151628, - 35.78352636151628, - 35.78352636151628, - 35.78352636151628 - ], - "relative wind speed": [ - 0.40284434495891824, - 0.40284434495891824, - 0.40284434495891824, - 0.40284434495891824, - 0.40284434495891824, - 0.40284434495891824, - 0.40284434495891824, - 0.40284434495891824 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 2.5, -3.75 2.8125, -3.4375 2.8125, -3.4375 2.5, -3.75 2.5))", @@ -38642,34 +28279,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 131.7166185140983, + 131.71661851409806, -73.53598887326427, -216.68778558248215, -237.53357709544775, -141.40638844992748, 51.604415040669664, - 241.19251494305513, - 289.11670772111495 + 241.1925149430548, + 289.1167077211145 ], "relative wind speed": [ - 1.259978439602826, + 1.2599784396028257, 1.0522011479424849, 0.8458370582786449, 0.8012052033809808, 0.9641872670637929, 1.187465998881835, 1.3422974428473167, - 1.36940606698932 + 1.3694060669893202 ], "relative wind angle": [ - 0.20038462949735975, - 0.2740265478399865, + 0.2003846294973603, + 0.2740265478399864, 0.1805453025025144, - 0.08740501579938977, + 0.08740501579938975, 0.2631353377946874, - 0.2421439921679068, - 0.11339483401833114, - 0.051095628166525145 + 0.24214399216790683, + 0.11339483401833213, + 0.051095628166527324 ], "resistance": [ 96766.21661851408, @@ -38722,34 +28359,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 79.40198377871457, - -170.31722000194281, - -301.29847719908304, + 79.40198377871423, + -170.31722000194293, + -301.2984771990832, -281.083628306493, - -104.72710110841092, + -104.7271011084108, 156.88767439624098, - 364.47863486901747, - 318.0469749220882 + 364.47863486901633, + 318.04697492208766 ], "relative wind speed": [ 1.3453089958690836, - 1.0919089550961323, - 0.8976949358496987, + 1.0919089550961325, + 0.8976949358496986, 0.9364734498678577, 1.1678952450307687, 1.4076826458803253, - 1.5388240314868902, - 1.51553722337142 + 1.5388240314868904, + 1.5155372233714202 ], "relative wind angle": [ - 0.24134965710963618, - 0.2709686078052784, - 0.10241764372661404, + 0.24134965710963713, + 0.27096860780527926, + 0.10241764372661513, 0.1743739587497912, - 0.2789242743535704, - 0.20914316496018118, - 0.05967781306723273, - 0.10740951538793135 + 0.27892427435357003, + 0.20914316496018115, + 0.059677813067236456, + 0.10740951538793343 ], "resistance": [ 96713.9019837787, @@ -38802,39 +28439,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -5.5176066015909555, + -5.517606601591183, -297.75577732798354, - -390.60578820870967, + -390.6057882087137, -300.9023461530502, -10.747208288340062, 335.6378931810593, 547.3776190946026, - 340.28650620563394 + 340.28650620563417 ], "relative wind speed": [ - 1.343475768364866, + 1.3434757683648657, 1.0172515424496504, - 0.8438331529462042, + 0.8438331529462041, 1.0127924861070745, 1.338702941241324, 1.6007035966897634, 1.6985282791465692, - 1.6035286355898943 + 1.6035286355898946 ], "relative wind angle": [ - 0.3237159717437907, + 0.323715971743791, 0.3034416785082636, - 0.0029836037764148244, + 0.002983603776452035, 0.30113721648062824, 0.3249124238654338, 0.1910524461863356, 0.0014822602599213791, - 0.1884507818902461 + 0.18845078189024672 ], "resistance": [ 96628.98239339842, 96336.74422267202, - 96243.8942117913, + 96243.89421179128, 96333.59765384695, 96623.75279171165, 96970.13789318106, @@ -38844,7 +28481,7 @@ "fuel": [ 38.83678517925716, 38.68640979084337, - 38.638698995196215, + 38.63869899519621, 38.68479240748763, 38.83409141934094, 39.012733721287795, @@ -38882,33 +28519,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 182.67029676001016, + 182.67029676000982, -177.89846414490364, - -392.627803889443, + -392.6278038894431, -390.2338377978248, -170.49630515986092, 191.55342018258239, - 511.767311450182, + 511.7673114501815, 506.29356184252674 ], "relative wind speed": [ 1.4868033759678894, 1.1513141702532808, - 0.8399314007948705, - 0.8447936803846916, + 0.8399314007948704, + 0.8447936803846917, 1.1598709415317616, 1.4934391722374525, - 1.6883128032915151, + 1.6883128032915153, 1.6858850842751336 ], "relative wind angle": [ - 0.29252438323127034, + 0.29252438323127106, 0.378531144252678, - 0.20740863313058372, - 0.21576863110915728, + 0.20740863313058427, + 0.2157686311091578, 0.37863567297100414, 0.2888980753042353, - 0.10262711192288616, + 0.10262711192288833, 0.10749111296540968 ], "resistance": [ @@ -38962,19 +28599,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 120.41429484659886, + 120.41429484659841, -156.57688741896902, - -315.68873273870906, + -315.68873273870923, -307.35216879313356, -130.15480302691293, 151.84355548915528, - 391.9814591442465, + 391.9814591442462, 372.89929711668765 ], "relative wind speed": [ - 1.3575810241639696, + 1.3575810241639694, 1.0785383064731182, - 0.8384603763015975, + 0.8384603763015973, 0.8555319750475966, 1.1104332043234852, 1.383055768906053, @@ -38982,13 +28619,13 @@ 1.5310627609949157 ], "relative wind angle": [ - 0.2632702429194, + 0.2632702429194008, 0.321747526063638, - 0.15451089607255228, + 0.1545108960725523, 0.1864313264796793, 0.323788742797661, - 0.24916966801035603, - 0.08386213872866788, + 0.249169668010356, + 0.0838621387286692, 0.10375833284464128 ], "resistance": [ @@ -39029,52 +28666,7 @@ "id": "851", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.28308054921804, - 36.28308054921804, - 36.28308054921804, - 36.28308054921804, - 36.28308054921804, - 36.28308054921804, - 36.28308054921804, - 36.28308054921804 - ], - "relative wind speed": [ - 0.4056465433564586, - 0.4056465433564586, - 0.4056465433564586, - 0.4056465433564586, - 0.4056465433564586, - 0.4056465433564586, - 0.4056465433564586, - 0.4056465433564586 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 4.6875, -2.5 5, -2.1875 5, -2.1875 4.6875, -2.5 4.6875))", @@ -39106,34 +28698,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 94.77026576313904, + 94.77026576313881, -329.3382056071183, -519.9175498000293, -446.74876042919044, -100.50786346374025, 368.4924246430164, - 710.6848762671882, - 542.8241690738321 + 710.6848762671866, + 542.8241690738323 ], "relative wind speed": [ 1.5909954399336517, 1.2013108084255235, - 0.9230672386765171, + 0.923067238676517, 1.0508273196521412, 1.432471965978714, 1.772031253890464, 1.9316286641294969, - 1.8652089340010387 + 1.865208934001039 ], "relative wind angle": [ - 0.3231871929737293, - 0.35429382948799787, - 0.091252014067045, + 0.32318719297372994, + 0.3542938294879978, + 0.0912520140670438, 0.2873451932326989, - 0.36049371974458083, + 0.3604937197445808, 0.23741665622773112, - 0.043559874075102464, - 0.16035319938488612 + 0.04355987407510501, + 0.16035319938488682 ], "resistance": [ 96729.27026576315, @@ -39186,13 +28778,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 149.52420342106996, + 149.5242034210695, -221.40438231449343, - -427.9476600814936, + -427.9476600814937, -409.52866897826385, -163.09795291929174, 218.91094152770597, - 537.2063113537274, + 537.2063113537267, 495.04400199526094 ], "relative wind speed": [ @@ -39206,14 +28798,14 @@ 1.7698188443259457 ], "relative wind angle": [ - 0.26983410476227476, + 0.2698341047622756, 0.3240085018417544, - 0.1457619913443545, - 0.19861663629042678, + 0.14576199134435527, + 0.1986166362904268, 0.32724485505824086, - 0.24650432723966537, - 0.07805700086655311, - 0.11087844949370157 + 0.2465043272396654, + 0.07805700086655454, + 0.11087844949370156 ], "resistance": [ 96784.02420342111, @@ -39266,7 +28858,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 176.65909624806227, + 176.65909624806204, -262.74536470313114, -506.2110352808575, -482.89552537572786, @@ -39286,9 +28878,9 @@ 1.916343733052956 ], "relative wind angle": [ - 0.2758317029041585, + 0.27583170290415887, 0.3318103383003537, - 0.14862730211183942, + 0.14862730211183944, 0.206430498123977, 0.33492737312805226, 0.2503782010314193, @@ -39296,7 +28888,7 @@ 0.11386587830525438 ], "resistance": [ - 96811.1590962481, + 96811.15909624808, 96371.7546352969, 96128.28896471918, 96151.6044746243, @@ -39306,7 +28898,7 @@ 97222.47428945055 ], "fuel": [ - 39.114333022524306, + 39.1143330225243, 38.88805353012898, 38.762985681030884, 38.77495326394795, @@ -39346,34 +28938,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 161.5105803729573, + 161.51058037295616, -273.5385499020358, - -508.78592784604314, - -479.5470035373986, - -180.81267407724715, + -508.78592784604325, + -479.5470035373987, + -180.81267407724727, 271.79871015004505, 641.0770526928993, 574.1236419573888 ], "relative wind speed": [ - 1.6923518293426796, + 1.6923518293426791, 1.336050822589013, - 1.0458494701113021, - 1.093286886605339, + 1.045849470111302, + 1.0932868866053391, 1.4247857273060958, 1.7632462342151463, 1.9494276003182531, 1.923224601181952 ], "relative wind angle": [ - 0.2715772690255419, + 0.27157726902554274, 0.3197289466993085, - 0.13416872728619555, - 0.2045588808319801, - 0.32428082992804536, - 0.2404699721024688, + 0.13416872728619558, + 0.20455888083198115, + 0.3242808299280454, + 0.24046997210246876, 0.0718262345603637, - 0.11573357924528938 + 0.11573357924528939 ], "resistance": [ 96796.01058037295, @@ -39426,39 +29018,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 182.80055530432048, + 182.8005553043197, -163.31119882714688, - -381.35652437821403, + -381.3565243782141, -392.0268046760941, -197.50604519958563, 142.2653933066706, 451.1620733726403, - 475.61622205978017 + 475.6162220597806 ], "relative wind speed": [ - 1.5669121658634375, + 1.566912165863437, 1.2742370841990722, 1.0046654272470386, 0.985949233185716, 1.2384403268636246, 1.5379427921690634, 1.7261505027162185, - 1.736908831318854 + 1.7369088313188539 ], "relative wind angle": [ - 0.23431181621749456, + 0.23431181621749553, 0.30081457318664667, - 0.17017673126757224, - 0.1393323634987088, - 0.2981508484585087, + 0.17017673126757288, + 0.13933236349870884, + 0.29815084845850875, 0.24802828437074614, 0.0987303178047018, - 0.07891768167094965 + 0.07891768167094823 ], "resistance": [ 96817.30055530433, 96471.18880117287, - 96253.14347562181, + 96253.1434756218, 96242.47319532392, 96436.99395480043, 96776.76539330669, @@ -39468,7 +29060,7 @@ "fuel": [ 39.00544329633677, 38.8271386316007, - 38.71503817601085, + 38.71503817601084, 38.70955696132444, 38.809546838508325, 38.98453795370864, @@ -39506,19 +29098,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 231.7812585347766, + 231.78125853477616, -108.45528343085823, - -345.45530734594576, + -345.4553073459459, -381.5490763471336, -222.42500738663597, 95.99704464224669, - 413.0121541939711, + 413.0121541939707, 495.69977860048016 ], "relative wind speed": [ - 1.5250854606661894, + 1.5250854606661892, 1.2347918610836603, - 0.9326387335141056, + 0.9326387335141055, 0.8630336141021343, 1.1058766857109839, 1.4227220270088121, @@ -39526,13 +29118,13 @@ 1.674521390506649 ], "relative wind angle": [ - 0.23674847369661536, + 0.2367484736966158, 0.33599412609002216, 0.23599117380459336, 0.11466266217707509, 0.32937548312955606, - 0.29021277151425096, - 0.1336209672758172, + 0.290212771514251, + 0.13362096727581804, 0.059000944752644516 ], "resistance": [ @@ -39586,9 +29178,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 19.973689101603554, + 19.973689101602645, -348.6115929489025, - -486.3005885791469, + -486.30058857914884, -398.59587538494384, -63.0682155276005, 357.28490100888257, @@ -39596,7 +29188,7 @@ 430.2775419160796 ], "relative wind speed": [ - 1.601789728053611, + 1.6017897280536109, 1.2714754598869116, 1.0790922020898566, 1.2140836647542463, @@ -39606,14 +29198,14 @@ 1.8589574944171914 ], "relative wind angle": [ - 0.272292437261018, - 0.26111303138313935, - 0.03097040472715123, + 0.2722924372610197, + 0.2611130313831393, + 0.030970404727161987, 0.23355436185943962, 0.2839822755528283, - 0.18132480893311792, - 0.01722101363635414, - 0.15173276566803287 + 0.1813248089331179, + 0.017221013636354136, + 0.1517327656680329 ], "resistance": [ 96654.47368910161, @@ -39666,9 +29258,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 83.39780810689115, + 83.39780810689092, -208.82161672356568, - -352.5079975509033, + -352.5079975509037, -316.8957226617717, -96.1927276472992, 217.51993777550615, @@ -39676,9 +29268,9 @@ 376.65507125343834 ], "relative wind speed": [ - 1.3650113923418565, + 1.3650113923418563, 1.0614348700400253, - 0.8325058082301818, + 0.8325058082301817, 0.90360724994155, 1.1935890611387243, 1.470124812645576, @@ -39688,9 +29280,9 @@ "relative wind angle": [ 0.2900209214143174, 0.32575145822270213, - 0.10835097557701596, - 0.23723787692063647, - 0.33317321527028854, + 0.10835097557701905, + 0.23723787692063644, + 0.3331732152702882, 0.23316297860843535, 0.0559165833482202, 0.13550024484772566 @@ -39746,17 +29338,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 221.04265429703685, + 221.0426542970364, -240.23770346742515, -515.7955679765005, -513.6075933382741, -233.30790236071857, 229.28734989883503, - 634.9050787747991, + 634.9050787747993, 629.8976096319224 ], "relative wind speed": [ - 1.7569522919894722, + 1.756952291989472, 1.4010983148369003, 1.0834163860524968, 1.086912041195251, @@ -39766,13 +29358,13 @@ 1.9715212452652688 ], "relative wind angle": [ - 0.2581382604822902, - 0.32396989045278785, + 0.2581382604822907, + 0.3239698904527879, 0.16901595331896696, 0.17410571232925573, 0.32428879259089183, - 0.2558909334077462, - 0.09247998723328475, + 0.25589093340774616, + 0.09247998723328474, 0.09564714424587131 ], "resistance": [ @@ -39826,33 +29418,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 232.03901326738549, - -204.2326333449721, - -478.7115190246598, + 232.0390132673848, + -204.23263334497221, + -478.7115190246601, -491.84382574778095, -246.12992555730034, 182.30587966032533, - 572.1162341502921, + 572.1162341502919, 602.1963082484384 ], "relative wind speed": [ - 1.7429623111835584, + 1.7429623111835582, 1.4100666071912502, 1.1017034251250901, 1.080749241537481, 1.3703584187193174, 1.710997363307552, - 1.9240710426148209, + 1.924071042614821, 1.9359186168011808 ], "relative wind angle": [ - 0.2403303303026465, - 0.30997191266237306, - 0.1764689132192736, + 0.24033033030264744, + 0.3099719126623731, + 0.17646891321927485, 0.14540555108232397, - 0.30756904377855315, + 0.3075690437785531, 0.2541086513137736, - 0.10069072969126058, + 0.1006907296912617, 0.08097708162576202 ], "resistance": [ @@ -39906,34 +29498,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 195.3904901515532, + 195.39049015155297, -149.49982258716483, - -360.0534997233977, - -364.4378879138936, + -360.05349972339786, + -364.43788791389363, -162.79408125818753, 179.30027997649984, - 491.32689133438726, + 491.3268913343868, 501.3679086326372 ], "relative wind speed": [ 1.4148288233035071, 1.0748758895724788, - 0.7391675088027025, - 0.729047128373941, + 0.7391675088027024, + 0.7290471283739409, 1.0580574854819726, 1.4020941708211303, 1.6046362939199736, 1.609259620584737 ], "relative wind angle": [ - 0.31593620821527924, + 0.31593620821528, 0.4279051389387063, - 0.2616368998035601, - 0.2433201783047934, + 0.2616368998035605, + 0.24332017830479294, 0.42846499540313393, 0.323747661801765, - 0.11943511962143824, - 0.10936537404896875 + 0.11943511962143918, + 0.10936537404896873 ], "resistance": [ 96829.89049015158, @@ -39986,33 +29578,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 141.19881372311704, + 141.1988137231167, -175.49629522782016, - -350.77210734174315, + -350.7721073417432, -332.9451193324402, - -121.16358885207018, + -121.16358885207012, 206.81273152628057, 483.57354910409174, 442.75546125830476 ], "relative wind speed": [ - 1.3478458171362262, + 1.347845817136226, 1.0118592329022487, - 0.7113893414105451, + 0.7113893414105449, 0.7527592165005063, 1.0817079037910922, 1.4010429075107629, - 1.5750255683077687, + 1.575025568307769, 1.5556779544202852 ], "relative wind angle": [ - 0.3292544468024743, + 0.32925444680247495, 0.41618930129735027, - 0.2019729341846786, - 0.27892982411749895, - 0.41467222460054975, + 0.20197293418467802, + 0.2789298241174989, + 0.41467222460054953, 0.2962933458795178, - 0.09073027113679553, + 0.09073027113679677, 0.13362210928081703 ], "resistance": [ @@ -40066,10 +29658,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 88.2170365026235, + 88.21703650262339, -249.40385562025057, -403.47446247370544, - -345.6904183080122, + -345.6904183080123, -72.3742142251582, 301.79288219557736, 579.3818779883471, @@ -40086,10 +29678,10 @@ 1.6208279519529616 ], "relative wind angle": [ - 0.35923439708078225, + 0.3592343970807829, 0.41033089652811755, 0.11501548728536853, - 0.33865573586174885, + 0.3386557358617489, 0.4072085296695832, 0.26321233975528147, 0.04929495646792191, @@ -40146,7 +29738,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 113.87960442276875, + 113.87960442276864, -169.35937353615037, -320.3332469419321, -297.5524130068762, @@ -40158,7 +29750,7 @@ "relative wind speed": [ 1.2753951600238398, 0.9556396844734198, - 0.6809128855993376, + 0.6809128855993375, 0.7356566390745659, 1.0490307161472658, 1.3467928760920231, @@ -40166,13 +29758,13 @@ 1.478481507161383 ], "relative wind angle": [ - 0.3312390120374947, - 0.40784196291567343, - 0.17903697902978197, + 0.3312390120374954, + 0.4078419629156735, + 0.17903697902978194, 0.28601161777722456, 0.40649376274014964, 0.2852892043139172, - 0.08068577110851528, + 0.08068577110851527, 0.14084533399328822 ], "resistance": [ @@ -40213,52 +29805,7 @@ "id": "866", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.42741095289748, - 47.42741095289748, - 47.42741095289748, - 47.42741095289748, - 47.42741095289748, - 47.42741095289748, - 47.42741095289748, - 47.42741095289748 - ], - "relative wind speed": [ - 0.4637782865832671, - 0.4637782865832671, - 0.4637782865832671, - 0.4637782865832671, - 0.4637782865832671, - 0.4637782865832671, - 0.4637782865832671, - 0.4637782865832671 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 3.75, -1.5625 4.0625, -1.25 4.0625, -1.25 3.75, -1.5625 3.75))", @@ -40277,52 +29824,7 @@ "id": "867", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.693328164644335, - 52.693328164644335, - 52.693328164644335, - 52.693328164644335, - 52.693328164644335, - 52.693328164644335, - 52.693328164644335, - 52.693328164644335 - ], - "relative wind speed": [ - 0.4888476345621211, - 0.4888476345621211, - 0.4888476345621211, - 0.4888476345621211, - 0.4888476345621211, - 0.4888476345621211, - 0.4888476345621211, - 0.4888476345621211 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 4.6875, -1.25 5, -0.9375 5, -0.9375 4.6875, -1.25 4.6875))", @@ -40354,19 +29856,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 316.9763622793042, + 316.97636227930354, -69.34507995837464, - -372.46917403872214, + -372.46917403872203, -447.4384748416578, - -313.5064604026745, + -313.5064604026744, 28.619215533318084, 403.00951481001664, 575.7675886047545 ], "relative wind speed": [ - 1.7443658035787521, + 1.744365803578752, 1.471778341712766, - 1.1658099587075317, + 1.165809958707532, 1.0461819829971681, 1.2358364234702428, 1.55047484182617, @@ -40374,13 +29876,13 @@ 1.8642979860319484 ], "relative wind angle": [ - 0.1834872981736207, + 0.18348729817362192, 0.28176726528939955, - 0.22532360201860166, - 0.039082389211356226, - 0.26047435612210906, + 0.2253236020186027, + 0.03908238921135622, + 0.2604743561221087, 0.2671054677276788, - 0.145873055469648, + 0.14587305546964796, 0.02192791055428771 ], "resistance": [ @@ -40434,11 +29936,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 560.852185647027, + 560.8521856470263, 204.1476962933125, -203.74626886509907, -451.81086062032387, - -454.7504115613318, + -454.7504115613319, -213.05245238600526, 193.07413666312618, 554.1248745146486 @@ -40454,14 +29956,14 @@ 1.848903153529525 ], "relative wind angle": [ - 0.09184222351607138, + 0.0918422235160726, 0.2558953310240833, - 0.32530614009431036, + 0.32530614009431075, 0.1760979071246522, - 0.16831390141005817, + 0.1683139014100588, 0.32482534363370186, - 0.2593313032836209, - 0.09668012048659695 + 0.25933130328362086, + 0.09668012048659697 ], "resistance": [ 97195.35218564703, @@ -40514,19 +30016,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 196.86469435350887, + 196.8646943535084, -114.22102360933206, - -324.9537443684348, + -324.953744368435, -350.95040089877716, -196.83606367796148, 98.65959037460595, - 384.8490942497373, + 384.8490942497368, 444.40688378846596 ], "relative wind speed": [ 1.471461313164514, 1.1951729147452959, - 0.9184715994213705, + 0.9184715994213704, 0.8678997051807498, 1.1001535377799583, 1.395384501379038, @@ -40534,14 +30036,14 @@ 1.6193474934604868 ], "relative wind angle": [ - 0.2336828875906018, - 0.3210903506908857, - 0.21138059023851058, + 0.23368288759060324, + 0.32109035069088576, + 0.21138059023851163, 0.12089915215247364, 0.3148935520272327, - 0.27372380783045536, - 0.12140371121837513, - 0.06468403950178685 + 0.2737238078304554, + 0.12140371121837605, + 0.06468403950178686 ], "resistance": [ 96831.3646943535, @@ -40594,17 +30096,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 407.1337552590096, + 407.13375525900824, 105.43547462178026, - -203.5576297944234, + -203.55762979442346, -363.9451599438461, -335.32033918787215, -113.55677203926416, - 212.80690170428306, + 212.80690170428318, 472.6672191109649 ], "relative wind speed": [ - 1.601413101408947, + 1.6014131014089465, 1.395464722321236, 1.0832074818365462, 0.8342438724749223, @@ -40614,13 +30116,13 @@ 1.6319914834246794 ], "relative wind angle": [ - 0.12912729310302945, + 0.12912729310303117, 0.29119019497438753, - 0.3391434329762815, + 0.33914343297628186, 0.13103154073116066, 0.23341354328789646, 0.3438834707171235, - 0.2462108524908515, + 0.24621085249085106, 0.06683915254845907 ], "resistance": [ @@ -40674,11 +30176,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 614.7711518950395, + 614.7711518950374, 343.0287428337498, - -56.766469716038614, + -56.76646971603907, -368.5056227969464, - -448.1050872924925, + -448.1050872924927, -308.5588142243673, 42.88707441378381, 431.74192951750535 @@ -40686,7 +30188,7 @@ "relative wind speed": [ 1.8052625192121423, 1.6763249369915927, - 1.3780270589150359, + 1.3780270589150356, 1.0292553448111625, 0.8849355209858943, 1.109963217946829, @@ -40694,14 +30196,14 @@ 1.7270544504306753 ], "relative wind angle": [ - 0.02515693770582233, - 0.215039772528862, - 0.3406979212151747, - 0.28915585540142213, - 0.051337117822103547, + 0.02515693770582674, + 0.21503977252886197, + 0.34069792121517545, + 0.2891558554014222, + 0.05133711782210571, 0.32812350068382606, 0.31996671282356887, - 0.1707626472595516 + 0.17076264725955162 ], "resistance": [ 97249.27115189507, @@ -40754,11 +30256,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 710.7075156224865, + 710.7075156224852, 559.8543204552158, 104.86516948137557, -337.17925089940854, - -543.3773288233888, + -543.377328823389, -477.6071517141835, -128.47271680200356, 353.1718968170245 @@ -40774,11 +30276,11 @@ 1.8380918960610115 ], "relative wind angle": [ - 0.046929752860332394, - 0.14231962578957444, - 0.29199797988112464, + 0.04692975286033476, + 0.14231962578957447, + 0.2919979798811247, 0.31825924854949156, - 0.09075624807747071, + 0.09075624807747193, 0.2440640529069046, 0.32800440375725065, 0.22420998540350234 @@ -40834,9 +30336,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 498.289538962268, + 498.28953896226074, 291.774339029545, - -29.33214943924554, + -29.33214943924588, -289.5352556432325, -363.1237005782831, -264.47666329052544, @@ -40844,7 +30346,7 @@ 328.7362712176391 ], "relative wind speed": [ - 1.6379672474044669, + 1.6379672474044666, 1.534255600001961, 1.2773729030200165, 0.9691490719513217, @@ -40854,17 +30356,17 @@ 1.5575459039385506 ], "relative wind angle": [ - 0.01261865783378117, - 0.1979569159533548, - 0.3234931094508419, + 0.012618657833798766, + 0.19795691595335477, + 0.323493109450843, 0.28502554215555437, 0.025025135876130797, - 0.30474754766067086, - 0.3135128070370705, - 0.17586449395327305 + 0.3047475476606709, + 0.31351280703707046, + 0.17586449395327303 ], "resistance": [ - 97132.7895389623, + 97132.78953896229, 96926.27433902958, 96605.16785056079, 96344.9647443568, @@ -40874,7 +30376,7 @@ 96963.23627121767 ], "fuel": [ - 39.06475630591838, + 39.06475630591837, 38.958070826122224, 38.792502852892184, 38.65861912074456, @@ -40914,13 +30416,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 528.919484270555, + 528.9194842705539, 417.67127454711374, - 77.67147917938837, + 77.67147917938826, -253.8214653146137, -408.79701133448765, -360.30885204678134, - -99.25223193533702, + -99.25223193533714, 261.29209776968844 ], "relative wind speed": [ @@ -40934,17 +30436,17 @@ 1.6036688670311536 ], "relative wind angle": [ - 0.046441300164187106, + 0.0464413001641895, 0.13849611004624549, - 0.28398008771523214, + 0.28398008771523253, 0.307798982185179, 0.08793563375750377, - 0.2339829295915832, - 0.31847712533646355, + 0.23398292959158318, + 0.3184771253364639, 0.21921115522737816 ], "resistance": [ - 97163.41948427056, + 97163.41948427055, 97052.17127454712, 96712.1714791794, 96380.67853468539, @@ -40954,7 +30456,7 @@ 96895.79209776969 ], "fuel": [ - 39.1638842035579, + 39.163884203557885, 39.10638112728094, 38.93092411560796, 38.76027121071571, @@ -40981,52 +30483,7 @@ "id": "876", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.25506127184567, - 41.25506127184567, - 41.25506127184567, - 41.25506127184567, - 41.25506127184567, - 41.25506127184567, - 41.25506127184567, - 41.25506127184567 - ], - "relative wind speed": [ - 0.43254801299484125, - 0.43254801299484125, - 0.43254801299484125, - 0.43254801299484125, - 0.43254801299484125, - 0.43254801299484125, - 0.43254801299484125, - 0.43254801299484125 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 4.0625, -0.9375 4.375, -0.625 4.375, -0.625 4.0625, -0.9375 4.0625))", @@ -41045,52 +30502,7 @@ "id": "877", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.4972793381353, - 45.4972793381353, - 45.4972793381353, - 45.4972793381353, - 45.4972793381353, - 45.4972793381353, - 45.4972793381353, - 45.4972793381353 - ], - "relative wind speed": [ - 0.4542431812880028, - 0.4542431812880028, - 0.4542431812880028, - 0.4542431812880028, - 0.4542431812880028, - 0.4542431812880028, - 0.4542431812880028, - 0.4542431812880028 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 3.75, -1.25 4.0625, -0.9375 4.0625, -0.9375 3.75, -1.25 3.75))", @@ -41109,52 +30521,7 @@ "id": "878", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.76261946827661, - 55.76261946827661, - 55.76261946827661, - 55.76261946827661, - 55.76261946827661, - 55.76261946827661, - 55.76261946827661, - 55.76261946827661 - ], - "relative wind speed": [ - 0.5028833843634408, - 0.5028833843634408, - 0.5028833843634408, - 0.5028833843634408, - 0.5028833843634408, - 0.5028833843634408, - 0.5028833843634408, - 0.5028833843634408 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 3.75, -0.9375 4.0625, -0.625 4.0625, -0.625 3.75, -0.9375 3.75))", @@ -41186,9 +30553,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 386.22134881223906, + 386.22134881223883, 83.54265082456828, - -193.05701680111727, + -193.05701680111733, -313.45741534314976, -259.87219377160653, -32.68742116606086, @@ -41198,7 +30565,7 @@ "relative wind speed": [ 1.4082344613401503, 1.1582525364356409, - 0.7840485604346927, + 0.7840485604346926, 0.4779470043724324, 0.6394850438198549, 1.0249470626406367, @@ -41206,14 +30573,14 @@ 1.470928985500892 ], "relative wind angle": [ - 0.2142982520605093, - 0.4449180147542003, - 0.5435587248973935, + 0.21429825206051034, + 0.44491801475420034, + 0.5435587248973939, 0.15750432558810293, 0.4873778294854345, 0.5079189497325336, 0.3090583013026772, - 0.05098842519504268 + 0.05098842519504269 ], "resistance": [ 97020.72134881227, @@ -41253,68 +30620,7 @@ "id": "880", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.6775388642212823, - 3.6775388642212823, - 3.6775388642212823, - 3.6775388642212823, - 3.6775388642212823, - 3.6775388642212823, - 3.6775388642212823, - 3.6775388642212823 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 411.5439299447278, - 213.93782239946233, - -52.91300984343479, - -248.0445631171568, - -289.1493578577056, - -179.2642474717956, - 61.732410324465945, - 317.1673008182469 - ], - "relative wind speed": [ - 1.42502415684558, - 1.300091035775596, - 1.0336028748701585, - 0.727523258403724, - 0.6235923402700411, - 0.854005007674346, - 1.1624226217245883, - 1.3748713259496503 - ], - "relative wind angle": [ - 0.04860192549208673, - 0.25907922221857843, - 0.3992628556637541, - 0.3291486158240507, - 0.11125003450142525, - 0.40064324856425854, - 0.352941164915741, - 0.1718886578000591 - ], - "resistance": [ - 97046.04392994473, - 96848.43782239946, - 96581.58699015656, - 96386.45543688284, - 96345.3506421423, - 96455.2357525282, - 96696.23241032446, - 96951.66730081824 - ], - "fuel": [ - 38.87145419426206, - 38.76943164859347, - 38.631889167504866, - 38.53148055647019, - 38.51034737769729, - 38.56685659275888, - 38.69094820044545, - 38.82271012508991 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.3125 4.0625, -0.3125 4.375, 0 4.375, 0 4.0625, -0.3125 4.0625))", @@ -41346,9 +30652,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 402.7543549527451, + 402.75435495274326, 204.25307339107133, - -64.72974484265563, + -64.7297448426558, -261.1576836011722, -300.2144990453166, -187.525260305066, @@ -41356,24 +30662,24 @@ 313.1865152188957 ], "relative wind speed": [ - 1.4750836843344495, + 1.4750836843344493, 1.3523641151089887, - 1.096904896201828, - 0.8156755353488923, + 1.0969048962018277, + 0.8156755353488921, 0.7282489572905857, 0.9366588064765101, 1.2259763734562654, 1.4285978582574652 ], "relative wind angle": [ - 0.04624105426194068, - 0.23343792658229018, + 0.04624105426194548, + 0.23343792658229015, 0.34815885021869364, - 0.26852350932043917, + 0.2685235093204388, 0.09376619944020329, - 0.3405323754270369, + 0.34053237542703696, 0.3102002921433414, - 0.15206634411177905 + 0.15206634411177908 ], "resistance": [ 97037.25435495278, @@ -41426,9 +30732,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 426.8711122971201, + 426.8711122971195, 149.76926392543902, - -140.25504110881167, + -140.25504110881172, -303.28340630964203, -290.4482741025822, -102.27981761087494, @@ -41446,13 +30752,13 @@ 1.4562382452696445 ], "relative wind angle": [ - 0.14657229073353215, + 0.14657229073353364, 0.3773498954107999, - 0.507054339438234, - 0.28671416347392975, - 0.3608506820576875, + 0.5070543394382342, + 0.2867141634739298, + 0.36085068205768783, 0.500237613134718, - 0.34642976583852214, + 0.3464297658385225, 0.10875609668422379 ], "resistance": [ @@ -41506,19 +30812,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 353.7322612502944, + 353.73226125029305, 173.76214353497153, - -62.7857287883341, + -62.78572878833421, -231.21465199390352, - -261.2421687358815, + -261.24216873588153, -156.3567351341785, 61.72470237120905, 284.92514751618376 ], "relative wind speed": [ - 1.368409819786004, + 1.3684098197860037, 1.2462791949248162, - 0.9991766261672509, + 0.9991766261672508, 0.7300684653375527, 0.6555516571572209, 0.8654949903875202, @@ -41526,12 +30832,12 @@ 1.3301479038092014 ], "relative wind angle": [ - 0.05537331304120576, + 0.05537331304120977, 0.24839530466248133, - 0.3659855784928336, + 0.3659855784928339, 0.27648533863565167, - 0.11578669086604634, - 0.3618582737012096, + 0.11578669086604731, + 0.36185827370120965, 0.3184975359899576, 0.15039270174669594 ], @@ -41586,32 +30892,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 258.2866873161204, + 258.2866873161196, -124.04379549980297, - -376.8299676539767, - -405.38660509263286, + -376.82996765397684, + -405.386605092633, -210.49791490414043, 153.5317949241745, 509.05569484296564, 574.5386757675395 ], "relative wind speed": [ - 1.5030067891112222, + 1.5030067891112218, 1.1573323110960325, - 0.7878731438954061, - 0.7238763159017475, + 0.7878731438954059, + 0.7238763159017474, 1.0515939083191836, 1.4231869440876546, 1.6565431069721095, 1.685491689509312 ], "relative wind angle": [ - 0.3001866573437022, + 0.30018665734370253, 0.43235705263138324, - 0.3113584589087835, - 0.19969044560645308, + 0.31135845890878355, + 0.19969044560645252, 0.43634710384581255, - 0.3477035502954683, + 0.34770355029546834, 0.14622550813139776, 0.08529657585260213 ], @@ -41666,34 +30972,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 301.1931075384277, + 301.19310753842757, -36.21953994194308, - -286.9950101359532, - -348.34143020916974, + -286.9950101359533, + -348.3414302091697, -219.81707329868686, 76.71895745679382, - 404.73333509504965, + 404.73333509504954, 546.852060570508 ], "relative wind speed": [ 1.4125926890862939, 1.1013883225353467, - 0.7163644597438531, - 0.552958106950321, + 0.7163644597438529, + 0.5529581069503209, 0.843985328641151, 1.2225682407147396, 1.481401802698193, 1.5498279492187113 ], "relative wind angle": [ - 0.28772522040381343, + 0.28772522040381415, 0.4709670395938231, 0.44119731336610585, - 0.12171980508942166, - 0.49491123628623046, + 0.12171980508941985, + 0.4949112362862304, 0.4211093272601302, - 0.20799251500389307, - 0.043334420747478904 + 0.2079925150038936, + 0.0433344207474789 ], "resistance": [ 96935.69310753843, @@ -41746,19 +31052,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 230.66728953178642, + 230.6672895317863, -172.35231159792414, - -418.1422624085509, + -418.142262408551, -423.19802519328175, -187.61987815496911, 212.15188081621886, - 577.4921326337345, + 577.492132633735, 589.0789522442518 ], "relative wind speed": [ 1.5200786460530444, 1.1490473589428964, - 0.7797100116843491, + 0.7797100116843488, 0.7686642783124984, 1.130937535223038, 1.506435848507719, @@ -41766,13 +31072,13 @@ 1.7317084125247943 ], "relative wind angle": [ - 0.32228695577576694, - 0.43901697396730777, + 0.32228695577576727, + 0.4390169739673077, 0.27168727499421236, - 0.25311720106214713, + 0.2531172010621471, 0.4397592110185415, 0.33017710249065657, - 0.12147367663743795, + 0.12147367663743704, 0.11138703750677625 ], "resistance": [ @@ -41826,33 +31132,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 149.00033272466771, + 149.00033272466726, -200.10142138534076, -383.4174017087227, -351.36241663211626, -104.42257636863371, 265.84223363279636, - 570.6661233612241, + 570.6661233612236, 496.8496354738005 ], "relative wind speed": [ - 1.3598961615758074, + 1.3598961615758072, 0.9792733015008726, 0.6370033188783772, 0.7167757358405374, 1.1043990796190828, 1.452597225076405, - 1.631944137852158, + 1.6319441378521582, 1.5985141356404537 ], "relative wind angle": [ - 0.3782919202004937, + 0.3782919202004943, 0.48229586239994116, 0.22171961643890867, 0.3653627683669541, - 0.472121984564435, + 0.47212198456443494, 0.3180153263654164, - 0.08594312687161151, + 0.0859431268716128, 0.16090182617468807 ], "resistance": [ @@ -41893,52 +31199,7 @@ "id": "888", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.48870829768644, - 62.48870829768644, - 62.48870829768644, - 62.48870829768644, - 62.48870829768644, - 62.48870829768644, - 62.48870829768644, - 62.48870829768644 - ], - "relative wind speed": [ - 0.5323490419676161, - 0.5323490419676161, - 0.5323490419676161, - 0.5323490419676161, - 0.5323490419676161, - 0.5323490419676161, - 0.5323490419676161, - 0.5323490419676161 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 3.4375, -1.5625 3.75, -1.25 3.75, -1.25 3.4375, -1.5625 3.4375))", @@ -41970,9 +31231,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 60.106613218704865, + 60.10661321870475, -215.57103674019763, - -325.44644791360264, + -325.44644791360275, -257.01812285863195, -11.154455648639782, 310.504584057586, @@ -41982,7 +31243,7 @@ "relative wind speed": [ 1.1536167626673732, 0.7706026326587995, - 0.48610584031420107, + 0.486105840314201, 0.6838705989471456, 1.0735126513178546, 1.3745663425917158, @@ -41990,11 +31251,11 @@ 1.4197119607660955 ], "relative wind angle": [ - 0.45516920124516563, + 0.45516920124516613, 0.5312936800260308, - 0.09270126027747455, + 0.09270126027747694, 0.49820662251370634, - 0.49203191256484125, + 0.4920319125648413, 0.2879999703257946, 0.03002352275919931, 0.23226185204109323 @@ -42050,9 +31311,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 197.55803508739336, + 197.55803508739314, -154.42614532021076, - -352.0799283717885, + -352.07992837178864, -342.98423254199565, -127.10546614372021, 230.50011465600687, @@ -42060,9 +31321,9 @@ 527.264609976743 ], "relative wind speed": [ - 1.3433898221483904, + 1.3433898221483902, 0.9624318776543193, - 0.5715611347810117, + 0.5715611347810116, 0.5976208579981083, 0.9999163603942536, 1.370494006886114, @@ -42070,13 +31331,13 @@ 1.5644098734416054 ], "relative wind angle": [ - 0.3909777526848439, + 0.3909777526848442, 0.5431921811992323, - 0.3417473834793711, - 0.38882970452552795, + 0.3417473834793715, + 0.388829704525528, 0.5375099905112329, 0.3714573975760963, - 0.12198924831036949, + 0.12198924831036947, 0.14533341588442228 ], "resistance": [ @@ -42130,9 +31391,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 192.43984591701758, + 192.43984591701724, -203.21038927948229, - -424.87035098108095, + -424.87035098108106, -405.91476548589276, -146.39172987227357, 261.6251835763386, @@ -42140,9 +31401,9 @@ 569.0086841176307 ], "relative wind speed": [ - 1.471285402576777, + 1.4712854025767768, 1.0821397467816738, - 0.7166695404130934, + 0.7166695404130933, 0.7599669054231344, 1.1512505762603538, 1.5228368900215805, @@ -42150,14 +31411,14 @@ 1.706607432257603 ], "relative wind angle": [ - 0.3544224796948819, + 0.35442247969488283, 0.46380227324160245, - 0.24525373430813613, + 0.24525373430813704, 0.3185462658263005, 0.45952730101052275, 0.3235050725860321, - 0.10103278966318406, - 0.13992064778136476 + 0.10103278966318407, + 0.1399206477813648 ], "resistance": [ 96826.93984591705, @@ -42210,34 +31471,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 179.35252044625486, + 179.35252044625463, -220.91333402426164, - -443.41152517810565, + -443.41152517810576, -422.06177341166756, -155.73889130052055, - 258.00038534532587, - 607.9326488303603, - 559.0598869011568 + 258.000385345326, + 607.9326488303599, + 559.0598869011566 ], "relative wind speed": [ - 1.520118383182977, + 1.5201183831829768, 1.1446187260561267, - 0.8086707514066422, + 0.808670751406642, 0.8523755992581913, 1.2187755084222165, - 1.5767122790104442, - 1.7726322953844873, + 1.5767122790104444, + 1.7726322953844875, 1.7520358091688364 ], "relative wind angle": [ - 0.3257249647109075, - 0.411707968876783, - 0.2008684385060476, - 0.2730621737686125, - 0.41055124024003864, - 0.2947579899041863, - 0.09114688912702427, - 0.13158093542471583 + 0.3257249647109082, + 0.41170796887678307, + 0.20086843850604708, + 0.2730621737686126, + 0.4105512402400384, + 0.29475798990418706, + 0.0911468891270255, + 0.13158093542471586 ], "resistance": [ 96813.85252044622, @@ -42290,9 +31551,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 76.5008076884186, + 76.50080768841838, -308.0743622520965, - -473.41978923428013, + -473.4197892342803, -397.4962889380406, -72.39072957903386, 359.34839804506987, @@ -42302,7 +31563,7 @@ "relative wind speed": [ 1.485046042175466, 1.0996529551877947, - 0.8302124748319679, + 0.8302124748319678, 0.9746843796149437, 1.3560086407249428, 1.6837115427674876, @@ -42310,13 +31571,13 @@ 1.7590086813988028 ], "relative wind angle": [ - 0.34446807337825497, - 0.3755930840193675, - 0.08317161413438202, + 0.34446807337825563, + 0.37559308401936753, + 0.08317161413438204, 0.31917574479476596, 0.37882723292507087, - 0.2419306912783937, - 0.0376641787547172, + 0.24193069127839367, + 0.03766417875471719, 0.1747590771512873 ], "resistance": [ @@ -42370,19 +31631,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 163.39828722567256, + 163.3982872256721, -176.88781828464374, - -372.3281935227068, + -372.32819352270695, -361.6689148141692, -144.2704615846751, 202.71308252399058, - 502.93491647680514, + 502.9349164768056, 478.5466421877014 ], "relative wind speed": [ - 1.4132605737929818, + 1.4132605737929815, 1.073772683270396, - 0.762640913661211, + 0.7626409136612109, 0.786068969813415, 1.1138147596522938, 1.4439186240641326, @@ -42390,13 +31651,13 @@ 1.6186365691388047 ], "relative wind angle": [ - 0.31520074185689917, - 0.4047062226095306, - 0.2111042481694885, + 0.31520074185689956, + 0.40470622260953065, + 0.21110424816948956, 0.253052071003849, 0.404274541555867, 0.29716636930013923, - 0.09820847753726569, + 0.09820847753726455, 0.12188551182027542 ], "resistance": [ @@ -42450,19 +31711,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 56.74249975435441, + 56.74249975435396, -269.11191782124047, - -407.485963704222, + -407.4859637042222, -342.94564381492876, -66.019206792835, 299.19948241584825, - 556.8210944741589, + 556.8210944741592, 408.6052539160172 ], "relative wind speed": [ - 1.4035541432330474, + 1.4035541432330472, 1.0630011244451476, - 0.8329929367158427, + 0.8329929367158425, 0.9576741629512879, 1.2918881199511485, 1.583972145236752, @@ -42470,13 +31731,13 @@ 1.6497876666629303 ], "relative wind angle": [ - 0.3204445832933976, + 0.3204445832933983, 0.3399147598234697, - 0.07102115445744112, - 0.2866975957928801, + 0.07102115445744113, + 0.28669759579288007, 0.34927320606998213, 0.2256590105255307, - 0.034451059713860116, + 0.03445105971386011, 0.16489893786247883 ], "resistance": [ @@ -42530,9 +31791,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 154.37081380376947, + 154.37081380376912, -241.49091870949405, - -446.97036906070514, + -446.97036906070525, -408.10406814314206, -123.72738630608467, 297.0355503834446, @@ -42540,9 +31801,9 @@ 548.4102708851937 ], "relative wind speed": [ - 1.4794981261814932, + 1.479498126181493, 1.087758666188541, - 0.7518290669382828, + 0.7518290669382827, 0.8348642969336524, 1.2252734590534595, 1.5833479841674427, @@ -42550,17 +31811,17 @@ 1.7300899862552979 ], "relative wind angle": [ - 0.3531000917694304, - 0.435570115200833, - 0.18383841943109314, - 0.32248470582517635, + 0.35310009176943075, + 0.43557011520083305, + 0.18383841943109375, + 0.3224847058251763, 0.43075614536695966, 0.2940844402890939, 0.07782558976349187, 0.1535359839109598 ], "resistance": [ - 96788.87081380379, + 96788.87081380378, 96393.00908129053, 96187.52963093932, 96226.39593185687, @@ -42570,7 +31831,7 @@ 97182.91027088522 ], "fuel": [ - 38.902451283535, + 38.90245128353499, 38.69859568971204, 38.59301051602584, 38.61296983309636, @@ -42610,9 +31871,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 94.99609325618803, + 94.99609325618769, -251.98737235627107, - -402.9531795123546, + -402.9531795123547, -331.18847063096916, -38.547539803128416, 357.0439007678772, @@ -42620,9 +31881,9 @@ 480.0111450692642 ], "relative wind speed": [ - 1.309640231886965, + 1.3096402318869649, 0.8925725728593743, - 0.5643409372367025, + 0.5643409372367024, 0.7487778631795032, 1.1753205410351155, 1.5165256718352038, @@ -42630,9 +31891,9 @@ 1.5924407752781125 ], "relative wind angle": [ - 0.4358155970167732, + 0.43581559701677375, 0.5206259829697647, - 0.13334111814248295, + 0.13334111814248298, 0.46815969689914716, 0.4897379429184049, 0.29711777392934163, @@ -42640,7 +31901,7 @@ 0.21380393417534696 ], "resistance": [ - 96729.49609325622, + 96729.49609325621, 96382.51262764375, 96231.54682048768, 96303.31152936906, @@ -42650,7 +31911,7 @@ 97114.5111450693 ], "fuel": [ - 38.76748414397119, + 38.767484143971174, 38.58884433475174, 38.511261464239766, 38.54813150633174, @@ -42690,9 +31951,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -139.38419400663975, + -139.3841940066401, -404.74164022533523, - -436.26156360969975, + -436.26156360969986, -237.62044341606395, 138.49813386679477, 503.54749075336144, @@ -42700,7 +31961,7 @@ 256.0620328988608 ], "relative wind speed": [ - 1.2730612874885836, + 1.2730612874885834, 0.9368657433980332, 0.8771406734219589, 1.1658152239191255, @@ -42710,12 +31971,12 @@ 1.6009554231475067 ], "relative wind angle": [ - 0.3626818428288136, + 0.3626818428288142, 0.24599323600294043, - 0.14762044866236204, + 0.14762044866236354, 0.3599195392362388, 0.3023024801460707, - 0.13112979159820604, + 0.13112979159820606, 0.07272293772033092, 0.25936945335868433 ], @@ -42770,9 +32031,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -113.58161224036536, + -113.5816122403657, -352.4021956087412, - -380.833498811249, + -380.8334988112491, -199.63115429764275, 141.40072021429194, 476.1358017510237, @@ -42780,9 +32041,9 @@ 245.68566527294035 ], "relative wind speed": [ - 1.1230712968292598, + 1.1230712968292595, 0.7635621453949004, - 0.6976477453961478, + 0.6976477453961477, 1.0142803882497804, 1.375375306914013, 1.6030967602582533, @@ -42790,9 +32051,9 @@ 1.457457260657219 ], "relative wind angle": [ - 0.4332421461917499, - 0.3155522050464207, - 0.19672870636831338, + 0.43324214619175017, + 0.31555220504642073, + 0.19672870636831452, 0.4375935450866942, 0.34989913424305813, 0.14836068232354016, @@ -42850,34 +32111,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 134.51606086654596, + 134.51606086654562, -178.01036110974502, - -341.84026675129326, + -341.8402667512933, -312.77024797532886, -91.47846968805419, 240.36565100541083, - 513.761563419398, - 446.74373885781387 + 513.7615634193976, + 446.74373885781364 ], "relative wind speed": [ - 1.2811006931557811, + 1.281100693155781, 0.9181253104959408, - 0.58964678744719, + 0.5896467874471899, 0.6674800520600032, 1.0388339214448912, 1.370197364095963, 1.540360856553425, - 1.508265653805976 + 1.5082656538059758 ], "relative wind angle": [ - 0.3841305712767365, + 0.3841305712767368, 0.4919859898444477, - 0.22795172080262238, - 0.3762529195448923, - 0.480417571014393, + 0.22795172080262288, + 0.37625291954489226, + 0.4804175710143929, 0.3220637294761623, - 0.08661394397331694, - 0.1633342912152937 + 0.08661394397331822, + 0.16333429121529303 ], "resistance": [ 96769.01606086655, @@ -42930,34 +32191,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 197.92156565072844, + 197.92156565072833, -96.03628147692143, - -287.0386047600067, + -287.0386047600069, -305.8300154827552, -152.29456666440706, 129.36089373135553, - 402.7331018315231, - 445.9270643936626 + 402.7331018315234, + 445.9270643936628 ], "relative wind speed": [ - 1.2945148458109472, + 1.294514845810947, 0.9817805013700958, - 0.6447619673090739, + 0.6447619673090736, 0.5935968892651022, 0.9005146445862123, 1.2340187835963665, 1.4390890579289752, - 1.460937385446059 + 1.4609373854460588 ], "relative wind angle": [ - 0.3200882037966817, + 0.32008820379668207, 0.4630065511556607, - 0.33637810155241554, + 0.3363781015524159, 0.23382097719238634, 0.46936330464482406, 0.363283268832685, - 0.14842739400164187, - 0.09428064060893399 + 0.14842739400164115, + 0.0942806406089328 ], "resistance": [ 96832.42156565073, @@ -43010,10 +32271,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 273.51089086801926, + 273.51089086801915, -101.14165246353627, - -348.8298295338375, - -380.12866295014686, + -348.82982953383765, + -380.1286629501469, -193.63440808082134, 159.8350269291176, 512.9494462041306, @@ -43022,22 +32283,22 @@ "relative wind speed": [ 1.4402789969253618, 1.0816539089443407, - 0.6753691647985878, - 0.5924636746761969, + 0.6753691647985876, + 0.5924636746761968, 0.9571919660171264, 1.3493127399003857, 1.5920102198262784, 1.6246866907133926 ], "relative wind angle": [ - 0.3355003933670474, + 0.3355003933670478, 0.5037871287049844, - 0.4020101593715055, - 0.25327361115911273, + 0.4020101593715058, + 0.2532736111591123, 0.5183036825022675, - 0.39735948878246535, + 0.3973594887824654, 0.16675756312413534, - 0.09150295900407672 + 0.09150295900407673 ], "resistance": [ 96908.010890868, @@ -43090,7 +32351,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 196.69536249757704, + 196.6953624975768, -109.87628394046584, -304.0124915198526, -317.4399622536763, @@ -43102,7 +32363,7 @@ "relative wind speed": [ 1.3136136042660895, 0.9887426729917287, - 0.6455485142145782, + 0.645548514214578, 0.6095068136757705, 0.9318834393626751, 1.2713675206157056, @@ -43110,14 +32371,14 @@ 1.490801425393122 ], "relative wind angle": [ - 0.3292457462400561, + 0.32924574624005715, 0.46860252653647905, - 0.32608864473031035, - 0.2556067113324043, + 0.32608864473031074, + 0.25560671133240426, 0.47324355533753815, 0.35889558987086345, - 0.14061052624538933, - 0.10355428062664246 + 0.1406105262453893, + 0.10355428062664247 ], "resistance": [ 96831.19536249759, @@ -43157,52 +32418,7 @@ "id": "904", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.95374761066391, - 38.95374761066391, - 38.95374761066391, - 38.95374761066391, - 38.95374761066391, - 38.95374761066391, - 38.95374761066391, - 38.95374761066391 - ], - "relative wind speed": [ - 0.4203105838501274, - 0.4203105838501274, - 0.4203105838501274, - 0.4203105838501274, - 0.4203105838501274, - 0.4203105838501274, - 0.4203105838501274, - 0.4203105838501274 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.3125 3.4375, -0.3125 3.75, 0 3.75, 0 3.4375, -0.3125 3.4375))", @@ -43234,9 +32450,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 294.6280538046269, + 294.6280538046268, 16.38697554649673, - -229.3856383150893, + -229.38563831508947, -319.9358781338359, -257.474519715761, -30.292887158082067, @@ -43244,9 +32460,9 @@ 438.4552729410093 ], "relative wind speed": [ - 1.461732186326492, + 1.4617321863264918, 1.2369818104886579, - 0.9434708853874896, + 0.9434708853874895, 0.769153068551415, 0.8996569264520421, 1.189924186818708, @@ -43254,9 +32470,9 @@ 1.5344207789892261 ], "relative wind angle": [ - 0.17402837815469283, - 0.31457169001717206, - 0.31039208014882863, + 0.1740283781546928, + 0.3145716900171721, + 0.310392080148829, 0.032242331377337737, 0.2851801617320585, 0.3274666481819147, @@ -43314,9 +32530,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 243.80196051856836, + 243.8019605185679, -16.321507417728753, - -223.04583455867385, + -223.04583455867393, -281.95358097511007, -198.59418468347695, 24.46237279975304, @@ -43324,9 +32540,9 @@ 416.46530205470793 ], "relative wind speed": [ - 1.3076073593528157, + 1.3076073593528155, 1.0586578484562335, - 0.7491273355361288, + 0.7491273355361286, 0.5991063162903028, 0.7952668916331725, 1.1052284809321329, @@ -43334,12 +32550,12 @@ 1.4083174560242426 ], "relative wind angle": [ - 0.23460233929317517, + 0.23460233929317564, 0.39231675933297294, - 0.3665018631899992, + 0.36650186318999955, 0.041924047286628276, 0.3921901348470266, - 0.37494362277871884, + 0.3749436227787189, 0.2025325874734006, 0.017830450737100163 ], @@ -43394,9 +32610,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 182.79270597454513, + 182.7927059745448, -75.44144691462458, - -253.321388517738, + -253.3213885177381, -280.1065545492396, -157.76697250112954, 83.69636571168508, @@ -43406,7 +32622,7 @@ "relative wind speed": [ 1.269518332714919, 0.9995382885246976, - 0.707994100501066, + 0.7079941005010658, 0.6401798496531141, 0.8822450532862713, 1.1793881214089288, @@ -43414,11 +32630,11 @@ 1.4071968203650405 ], "relative wind angle": [ - 0.2716269272283782, + 0.2716269272283795, 0.39593942081117023, - 0.29311459831187797, - 0.15084018824269788, - 0.3963702211467599, + 0.2931145983118776, + 0.15084018824269785, + 0.39637022114675985, 0.33298116228068436, 0.14940213827652657, 0.06841556572768057 @@ -43486,7 +32702,7 @@ "relative wind speed": [ 1.2333605967180803, 0.8167812249544929, - 0.4802080705218701, + 0.48020807052187, 0.6835915605175726, 1.1129106879952788, 1.4465880517800296, @@ -43494,12 +32710,12 @@ 1.5140842576884728 ], "relative wind angle": [ - 0.4683673370379815, + 0.4683673370379818, 0.5719564164886843, 0.14304215759159272, 0.5295187070405424, 0.5239315438427132, - 0.31058920361810577, + 0.3105892036181057, 0.04305846009728119, 0.2300795250999351 ], @@ -43554,19 +32770,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 194.82920773358927, + 194.82920773358904, -139.7316324276622, - -341.8884322440835, + -341.88843224408356, -344.42945555112215, -147.3184474120648, 185.5723381287092, - 490.0977938884433, + 490.0977938884435, 495.93838248165486 ], "relative wind speed": [ - 1.3609494302661627, + 1.3609494302661624, 1.012789230769762, - 0.6597800116547187, + 0.6597800116547186, 0.6532637562982817, 1.0025396274115617, 1.3533392147976422, @@ -43574,13 +32790,13 @@ 1.5590110714742742 ], "relative wind angle": [ - 0.34231480666879266, + 0.34231480666879305, 0.4723097747666105, 0.2996998668498085, 0.28758407203577474, 0.4731254362477954, 0.3474099453746328, - 0.12549367419633975, + 0.12549367419633886, 0.11913215997035015 ], "resistance": [ @@ -43634,34 +32850,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -10.04411322455087, + -10.044113224550983, -305.8980240933491, - -394.3825049070457, + -394.3825049070459, -282.4052673995859, 29.20653973402068, 393.48713164667083, - 598.0423886178439, - 357.923458982453 + 598.0423886178407, + 357.9234589824532 ], "relative wind speed": [ - 1.2482668653597924, + 1.2482668653597921, 0.8702501712287738, 0.6738677866358117, - 0.9088948900218158, + 0.9088948900218159, 1.2866249644741625, 1.5672391667641514, - 1.6611671115507474, - 1.5451485511935519 + 1.6611671115507476, + 1.5451485511935517 ], "relative wind angle": [ - 0.40666082183586244, - 0.3944100042907965, - 0.030908059427035953, - 0.4118745437209956, - 0.393856318909051, + 0.4066608218358625, + 0.3944100042907964, + 0.030908059427039548, + 0.4118745437209959, + 0.39385631890905093, 0.2150254587862845, - 0.012536472045411395, - 0.23771530369012892 + 0.012536472045420253, + 0.23771530369012797 ], "resistance": [ 96624.45588677541, @@ -43714,34 +32930,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 33.958976509423564, + 33.95897650942322, -249.07364242281756, - -356.1092368001648, + -356.10923680016504, -282.47546651794096, -21.774951785836834, 307.7483103951155, 527.9280206224752, - 358.08540285279935 + 358.08540285279946 ], "relative wind speed": [ 1.240783541728733, 0.8900062627524323, - 0.6649461902977171, + 0.664946190297717, 0.8334693416485012, 1.1839522042159356, 1.4660066410334298, 1.5808646948114262, - 1.498871400696099 + 1.4988714006960988 ], "relative wind angle": [ - 0.3782064689306555, + 0.3782064689306564, 0.398890182098298, - 0.046175508336231824, - 0.3711230497512421, + 0.04617550833623423, + 0.37112304975124205, 0.3973530726286701, 0.23803496858542958, 0.019416745261078498, - 0.2030561663745839 + 0.20305616637458282 ], "resistance": [ 96668.45897650943, @@ -43794,19 +33010,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 194.8121272852287, + 194.81212728522848, -124.3165226125019, - -326.8551812766061, + -326.8551812766063, -340.061718132376, - -164.4974992294753, + -164.49749922947535, 146.2534524785865, - 438.2071670698581, + 438.20716706985786, 468.4459615240381 ], "relative wind speed": [ 1.375241651665938, 1.056488219293844, - 0.7323741190287002, + 0.7323741190287001, 0.70109872585091, 1.0039583181644731, 1.335310655833247, @@ -43814,14 +33030,14 @@ 1.5516708677096198 ], "relative wind angle": [ - 0.3024532102689553, - 0.4189107923891306, - 0.2739234583145518, - 0.2149833088236096, - 0.420282601522901, + 0.3024532102689564, + 0.41891079238913065, + 0.27392345831455217, + 0.21498330882360964, + 0.42028260152290126, 0.3276617708050499, - 0.12924361031780632, - 0.09654029098089378 + 0.1292436103178072, + 0.0965402909808938 ], "resistance": [ 96829.31212728527, @@ -43874,34 +33090,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 201.64110606669163, + 201.64110606669152, -66.59496505104886, - -255.14960820034955, + -255.1496082003496, -288.0822331583755, -167.11062747303885, 80.23861061213864, 334.0829759818543, - 409.63988970202917 + 409.63988970202894 ], "relative wind speed": [ 1.2839556075677472, 1.0076458136336894, - 0.6988396094688321, + 0.698839609468832, 0.6134459619275995, 0.8630244829046607, 1.1738837994299178, 1.3802088467094282, - 1.4202243879374277 + 1.420224387937428 ], "relative wind angle": [ - 0.27601176783906556, + 0.27601176783906595, 0.4139053456695095, - 0.3251185776002815, + 0.32511857760028184, 0.14654559523032964, 0.41745965967596477, 0.3524866578087487, 0.1624456674077234, - 0.06311388410690023 + 0.063113884106902 ], "resistance": [ 96836.14110606672, @@ -43954,10 +33170,10 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 60.369572069346475, + 60.36957206934625, -198.58879715070498, - -309.5037281207017, - -255.21011975082376, + -309.5037281207018, + -255.2101197508237, -34.48480381856194, 259.86472468143285, 471.6454634652467, @@ -43967,21 +33183,21 @@ 1.1598038805624644, 0.8152379021607395, 0.5600768926870807, - 0.7056436886369013, + 0.7056436886369014, 1.0532920662357987, 1.3378925147572902, 1.4631756874828854, 1.3987981279834263 ], "relative wind angle": [ - 0.4007894845217116, + 0.4007894845217125, 0.459061109067142, - 0.104415622116429, - 0.40599680535222193, + 0.10441562211643116, + 0.40599680535222227, 0.44404752085002597, - 0.27339794447889754, + 0.2733979444788975, 0.0399063944409122, - 0.2005725792882005 + 0.20057257928820046 ], "resistance": [ 96694.86957206932, @@ -44021,52 +33237,7 @@ "id": "915", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 32.21873510032685, - 32.21873510032685, - 32.21873510032685, - 32.21873510032685, - 32.21873510032685, - 32.21873510032685, - 32.21873510032685, - 32.21873510032685 - ], - "relative wind speed": [ - 0.3822521582321513, - 0.3822521582321513, - 0.3822521582321513, - 0.3822521582321513, - 0.3822521582321513, - 0.3822521582321513, - 0.3822521582321513, - 0.3822521582321513 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 2.1875, -5 2.5, -4.6875 2.5, -4.6875 2.1875, -5 2.1875))", @@ -44085,68 +33256,7 @@ "id": "916", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.103258217197887, - 5.103258217197887, - 5.103258217197887, - 5.103258217197887, - 5.103258217197887, - 5.103258217197887, - 5.103258217197887, - 5.103258217197887 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -244.75402213263942, - -502.75593883702265, - -487.6752629555253, - -197.96284577530912, - 262.08751348992143, - 656.3722184060802, - 621.8870458627467, - 206.00805015252865 - ], - "relative wind speed": [ - 1.286166816006352, - 0.9501685679315112, - 0.9769952088271001, - 1.3338059467787902, - 1.700995135908812, - 1.9091331078519214, - 1.8955447483270464, - 1.6639024091931862 - ], - "relative wind angle": [ - 0.37019566504260254, - 0.18471264208109495, - 0.22558967141615505, - 0.37099954106825944, - 0.2770972619389013, - 0.09153671388480726, - 0.11554590039950277, - 0.29487739647554073 - ], - "resistance": [ - 96389.7459778674, - 96131.744061163, - 96146.8247370445, - 96436.53715422472, - 96896.58751348995, - 97290.8722184061, - 97256.38704586278, - 96840.50805015255 - ], - "fuel": [ - 38.84425134341047, - 38.71170595780163, - 38.719446658014945, - 38.86831628230693, - 39.10535633442328, - 39.309137480857125, - 39.29129116337365, - 39.076419350919565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 2.1875, -4.6875 2.5, -4.375 2.5, -4.375 2.1875, -4.6875 2.1875))", @@ -44165,68 +33275,7 @@ "id": "917", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.942250389079178, - 4.942250389079178, - 4.942250389079178, - 4.942250389079178, - 4.942250389079178, - 4.942250389079178, - 4.942250389079178, - 4.942250389079178 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 24.678244413770585, - -321.5671742155785, - -450.4282855726082, - -364.1015115949142, - -46.00144870499298, - 352.22638392083024, - 613.6985315029395, - 414.9444389166898 - ], - "relative wind speed": [ - 1.4748223029291054, - 1.129185670256621, - 0.9228407324615995, - 1.0737140302955104, - 1.4150215924550826, - 1.7036216288889776, - 1.8236644194700313, - 1.7391161874578132 - ], - "relative wind angle": [ - 0.3104536801079524, - 0.3066242650341636, - 0.034107948555621666, - 0.27961565036247016, - 0.3240423320796549, - 0.20142467419586554, - 0.017257376615760243, - 0.17122678442375264 - ], - "resistance": [ - 96659.17824441376, - 96312.93282578442, - 96184.0717144274, - 96270.39848840509, - 96588.49855129501, - 96986.72638392083, - 97248.19853150295, - 97049.44443891669 - ], - "fuel": [ - 38.941095537977596, - 38.76292582415969, - 38.69673084644654, - 38.74106942537027, - 38.904689200178304, - 39.11005469084617, - 39.245216409301605, - 39.1424520839484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 1.875, -5 2.1875, -4.6875 2.1875, -4.6875 1.875, -5 1.875))", @@ -44245,68 +33294,7 @@ "id": "918", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.559765861160326, - 4.559765861160326, - 4.559765861160326, - 4.559765861160326, - 4.559765861160326, - 4.559765861160326, - 4.559765861160326, - 4.559765861160326 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -74.77150971688513, - -391.6790368093466, - -461.53174184834046, - -287.8931988455175, - 98.50949683605484, - 512.9187272772564, - 673.5475552896927, - 356.1724335058267 - ], - "relative wind speed": [ - 1.293270660329337, - 0.8917212020815197, - 0.7465435510664115, - 1.048023771995931, - 1.4495931650535798, - 1.7258918398315184, - 1.793472071541647, - 1.6357003143516706 - ], - "relative wind angle": [ - 0.417906697398229, - 0.35660784561153436, - 0.11360693189487017, - 0.42380722665795667, - 0.3705004555112133, - 0.1813617458684877, - 0.04720544093274324, - 0.26663329681799786 - ], - "resistance": [ - 96559.72849028312, - 96242.82096319065, - 96172.96825815165, - 96346.60680115448, - 96733.00949683605, - 97147.41872727725, - 97308.0475552897, - 96990.67243350582 - ], - "fuel": [ - 38.797334328764336, - 38.63436117683879, - 38.59848892584396, - 38.687693022928926, - 38.886604009697066, - 39.10054954001149, - 39.18364864695606, - 39.019551564729106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 1.875, -4.6875 2.1875, -4.375 2.1875, -4.375 1.875, -4.6875 1.875))", @@ -44325,68 +33313,7 @@ "id": "919", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.227626299281538, - 4.227626299281538, - 4.227626299281538, - 4.227626299281538, - 4.227626299281538, - 4.227626299281538, - 4.227626299281538, - 4.227626299281538 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 100.25923094649795, - -231.79501671721107, - -390.0666169594381, - -340.93585440529665, - -81.81289618140352, - 281.4325820251938, - 558.560931763186, - 445.7741510232605 - ], - "relative wind speed": [ - 1.3557958840923587, - 0.9922477137665854, - 0.7065405408513878, - 0.8163513132408499, - 1.178254765472622, - 1.4973013211126571, - 1.6514439850670541, - 1.6000116577858625 - ], - "relative wind angle": [ - 0.35740905794918887, - 0.41836904469190306, - 0.1359758754681093, - 0.3340680051088787, - 0.4143159248447882, - 0.27259532237643863, - 0.05802828373506225, - 0.16808443193185718 - ], - "resistance": [ - 96734.75923094648, - 96402.70498328278, - 96244.43338304055, - 96293.56414559469, - 96552.68710381858, - 96915.93258202518, - 97193.06093176318, - 97080.27415102324 - ], - "fuel": [ - 38.814964067368265, - 38.64399464061373, - 38.56264750771672, - 38.58788935575639, - 38.72116723178399, - 38.90842032853085, - 39.05161021225705, - 38.9932997469458 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 2.1875, -4.375 2.5, -4.0625 2.5, -4.0625 2.1875, -4.375 2.1875))", @@ -44405,68 +33332,7 @@ "id": "920", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.860195561661189, - 4.860195561661189, - 4.860195561661189, - 4.860195561661189, - 4.860195561661189, - 4.860195561661189, - 4.860195561661189, - 4.860195561661189 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 56.488722264804665, - -274.34254078969286, - -417.65694170450695, - -357.42636053470466, - -81.54299669695729, - 285.28933225046706, - 545.6232679235401, - 407.24912353480784 - ], - "relative wind speed": [ - 1.4724731592275886, - 1.150595098425509, - 0.9357273920408564, - 1.0420774988768597, - 1.3533935810840103, - 1.6358429965752426, - 1.7675592317513702, - 1.7070225178068463 - ], - "relative wind angle": [ - 0.2867047308744955, - 0.2986180169973409, - 0.06664223463654854, - 0.24264507955075706, - 0.3127483315436839, - 0.20843580882271137, - 0.03526090103310662, - 0.14720816820587618 - ], - "resistance": [ - 96690.98872226484, - 96360.15745921034, - 96216.84305829552, - 96277.07363946532, - 96552.95700330308, - 96919.7893322505, - 97180.12326792357, - 97041.74912353484 - ], - "fuel": [ - 38.93682189032491, - 38.766535289227654, - 38.69289443593409, - 38.72383408364506, - 38.8657242179685, - 39.05482915323226, - 39.189337106282494, - 39.11781129108519 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 2.1875, -4.0625 2.5, -3.75 2.5, -3.75 2.1875, -4.0625 2.1875))", @@ -44485,68 +33351,7 @@ "id": "921", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.509662324522161, - 4.509662324522161, - 4.509662324522161, - 4.509662324522161, - 4.509662324522161, - 4.509662324522161, - 4.509662324522161, - 4.509662324522161 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 144.2020005724247, - -143.74231804389524, - -321.73305592975123, - -326.9004838550545, - -160.3667137746976, - 124.51795225499177, - 379.3238459918697, - 391.1721793275925 - ], - "relative wind speed": [ - 1.4383741669589845, - 1.1726709339900623, - 0.9337048262933527, - 0.9239697034683974, - 1.1539050291256194, - 1.4231162780993067, - 1.590161110634029, - 1.5958374126109682 - ], - "relative wind angle": [ - 0.2319528384032109, - 0.292262752471571, - 0.158277907031582, - 0.14088347878230698, - 0.2906237104245442, - 0.23970427090591487, - 0.09268210354823701, - 0.08139001676326996 - ], - "resistance": [ - 96778.70200057243, - 96490.75768195612, - 96312.76694407026, - 96307.59951614495, - 96474.13328622532, - 96759.017952255, - 97013.82384599188, - 97025.67217932761 - ], - "fuel": [ - 38.89875368851516, - 38.75042504590089, - 38.65889104488414, - 38.65623539024829, - 38.74187074785841, - 38.88860402811605, - 39.02010072662948, - 39.0262211286415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 1.875, -4.375 2.1875, -4.0625 2.1875, -4.0625 1.875, -4.375 1.875))", @@ -44565,68 +33370,7 @@ "id": "922", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.512785812572611, - 4.512785812572611, - 4.512785812572611, - 4.512785812572611, - 4.512785812572611, - 4.512785812572611, - 4.512785812572611, - 4.512785812572611 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 244.71359506841327, - -140.99752445746356, - -393.1397154215629, - -417.1820065258513, - -214.83679521850718, - 155.83830952217818, - 510.72753938765413, - 565.7461966767057 - ], - "relative wind speed": [ - 1.5395103114810404, - 1.2008717732506495, - 0.8531798682371103, - 0.8036889263009814, - 1.115404639661683, - 1.4738135884653456, - 1.698912482080865, - 1.722876553638256 - ], - "relative wind angle": [ - 0.2833822527422337, - 0.3959528288509327, - 0.26633492852600604, - 0.1821615649475661, - 0.39620214603115306, - 0.3196774477817321, - 0.1325634672279057, - 0.0846066137496107 - ], - "resistance": [ - 96879.21359506839, - 96493.50247554251, - 96241.3602845784, - 96217.31799347412, - 96419.66320478146, - 96790.33830952215, - 97145.22753938762, - 97200.24619667667 - ], - "fuel": [ - 38.95130920772469, - 38.75254389241489, - 38.62290877385366, - 38.61056014524151, - 38.71455604572754, - 38.90546076006346, - 39.08871452469528, - 39.11716640837463 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 1.875, -4.0625 2.1875, -3.75 2.1875, -3.75 1.875, -4.0625 1.875))", @@ -44645,68 +33389,7 @@ "id": "923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.416835941415803, - 4.416835941415803, - 4.416835941415803, - 4.416835941415803, - 4.416835941415803, - 4.416835941415803, - 4.416835941415803, - 4.416835941415803 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 211.97598273444464, - -141.53713038149544, - -368.4717752219239, - -385.221486616157, - -193.32459260281678, - 149.8195229171247, - 472.05995662872397, - 510.36950565158645 - ], - "relative wind speed": [ - 1.486044201025706, - 1.1641274978888727, - 0.8434485934041642, - 0.8087566584172031, - 1.1030931340259225, - 1.438731732602104, - 1.6473421927522518, - 1.6646484605474814 - ], - "relative wind angle": [ - 0.27813058956884734, - 0.37959894630717655, - 0.2418878264571685, - 0.18107007926717053, - 0.378874068222315, - 0.30450729242228486, - 0.12295331355322894, - 0.08760359012365766 - ], - "resistance": [ - 96846.4759827344, - 96492.96286961847, - 96266.02822477803, - 96249.2785133838, - 96441.17540739714, - 96784.31952291708, - 97106.55995662868, - 97144.86950565154 - ], - "fuel": [ - 38.9130115698277, - 38.730860473451045, - 38.61417524853788, - 38.605570478196924, - 38.70421552740234, - 38.88095115117931, - 39.047319301458984, - 39.06712367495114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 1.5625, -5 1.875, -4.6875 1.875, -4.6875 1.5625, -5 1.5625))", @@ -44725,68 +33408,7 @@ "id": "924", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.013943596572223, - 5.013943596572223, - 5.013943596572223, - 5.013943596572223, - 5.013943596572223, - 5.013943596572223, - 5.013943596572223, - 5.013943596572223 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 66.25943245382393, - -340.89627838295945, - -509.0068389139221, - -421.70277104340335, - -68.21250051245602, - 392.7919843504942, - 713.8190723990729, - 513.1726337576802 - ], - "relative wind speed": [ - 1.5397604085238492, - 1.1462190696641776, - 0.8826834449872819, - 1.0392357159278387, - 1.4283587385189191, - 1.7599013170911244, - 1.905765131779431, - 1.8251191545487766 - ], - "relative wind angle": [ - 0.3390269410288878, - 0.3602593918819968, - 0.06729124654823873, - 0.31313119507054027, - 0.36666873819947954, - 0.23165988151129396, - 0.031148461639412078, - 0.17631166951941463 - ], - "resistance": [ - 96700.75943245382, - 96293.60372161704, - 96125.49316108608, - 96212.7972289566, - 96566.28749948755, - 97027.2919843505, - 97348.31907239907, - 97147.67263375768 - ], - "fuel": [ - 38.98094075844446, - 38.771411190547745, - 38.68507843528862, - 38.72990009411407, - 38.911670888605606, - 39.14942594671061, - 39.31545718363174, - 39.21164038976618 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 1.5625, -4.6875 1.875, -4.375 1.875, -4.375 1.5625, -4.6875 1.5625))", @@ -44805,68 +33427,7 @@ "id": "925", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4485315085208486, - 4.4485315085208486, - 4.4485315085208486, - 4.4485315085208486, - 4.4485315085208486, - 4.4485315085208486, - 4.4485315085208486, - 4.4485315085208486 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 189.5805387846425, - -202.3675124329589, - -425.0304664289815, - -409.8774417670893, - -156.46703744163142, - 245.16606166760369, - 591.845508217278, - 557.128910706699 - ], - "relative wind speed": [ - 1.4906347085234912, - 1.1153753889463491, - 0.7673727722244444, - 0.8001224917357016, - 1.169613604774296, - 1.5316414595004983, - 1.7323760697887187, - 1.7174957982326151 - ], - "relative wind angle": [ - 0.33355120976606945, - 0.43226549996184815, - 0.22709853697254698, - 0.28234651836655805, - 0.4304298033860011, - 0.31001551666360283, - 0.0998991240464751, - 0.13016209657614125 - ], - "resistance": [ - 96824.08053878466, - 96432.13248756705, - 96209.46953357103, - 96224.62255823292, - 96478.03296255838, - 96879.66606166762, - 97226.34550821729, - 97191.62891070671 - ], - "fuel": [ - 38.908462274039465, - 38.706567889751796, - 38.59212771299241, - 38.599909933423646, - 38.730181899885466, - 38.937140935552094, - 39.116265361719215, - 39.09830763084384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 1.25, -5 1.5625, -4.6875 1.5625, -4.6875 1.25, -5 1.25))", @@ -44885,68 +33446,7 @@ "id": "926", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.07463548514193, - 6.07463548514193, - 6.07463548514193, - 6.07463548514193, - 6.07463548514193, - 6.07463548514193, - 6.07463548514193, - 6.07463548514193 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 78.37410280621816, - -421.2654684187404, - -635.1747944461852, - -542.4997713327322, - -123.03287283875193, - 431.7265036013207, - 822.3381372999311, - 609.2912662845526 - ], - "relative wind speed": [ - 1.8307284776236115, - 1.4413465434298258, - 1.185806875228124, - 1.3156002461325222, - 1.6915357132113502, - 2.033563367489292, - 2.1924237461114147, - 2.117086635031156 - ], - "relative wind angle": [ - 0.27879975351372427, - 0.2867150528180224, - 0.06129408060246468, - 0.23387766885616243, - 0.3024372400956457, - 0.20181180882843783, - 0.03313717747119953, - 0.1445174805983093 - ], - "resistance": [ - 96712.87410280622, - 96213.23453158126, - 95999.32520555382, - 96092.00022866727, - 96511.46712716125, - 97066.22650360133, - 97456.83813729993, - 97243.79126628455 - ], - "fuel": [ - 39.29924804799239, - 39.04218809000878, - 38.93241769234166, - 38.97995420152936, - 39.195514259427966, - 39.48160537841654, - 39.68373204191073, - 39.57341800651869 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 1.25, -4.6875 1.5625, -4.375 1.5625, -4.375 1.25, -4.6875 1.25))", @@ -44965,68 +33465,7 @@ "id": "927", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.343199407831018, - 5.343199407831018, - 5.343199407831018, - 5.343199407831018, - 5.343199407831018, - 5.343199407831018, - 5.343199407831018, - 5.343199407831018 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 169.43530528919086, - -296.41781589191487, - -542.458743090736, - -503.68787711060884, - -175.1260086042446, - 314.38804074825316, - 709.4469214733483, - 620.7186061622078 - ], - "relative wind speed": [ - 1.7003518996850617, - 1.3136161273233626, - 0.9978992604774652, - 1.062704661026001, - 1.4310755446164032, - 1.792647892698871, - 1.9857922507403085, - 1.9518792484668064 - ], - "relative wind angle": [ - 0.29630531443733504, - 0.35086016276954735, - 0.14281438876999, - 0.23809035244330684, - 0.3542959706551569, - 0.2546023346917155, - 0.07158442095591282, - 0.1287630547040389 - ], - "resistance": [ - 96803.9353052892, - 96338.08218410809, - 96092.04125690926, - 96130.81212288939, - 96459.37399139575, - 96948.88804074825, - 97343.94692147335, - 97255.2186061622 - ], - "fuel": [ - 39.12307160778638, - 38.88320733235389, - 38.75684858585602, - 38.77674511065054, - 38.94558181765017, - 39.197871410271546, - 39.40213013236516, - 39.35620404116008 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 1.5625, -4.375 1.875, -4.0625 1.875, -4.0625 1.5625, -4.375 1.5625))", @@ -45045,68 +33484,7 @@ "id": "928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.61598623093225, - 4.61598623093225, - 4.61598623093225, - 4.61598623093225, - 4.61598623093225, - 4.61598623093225, - 4.61598623093225, - 4.61598623093225 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 333.24520835550334, - -84.17749743701677, - -389.1880986735902, - -453.0412931990139, - -280.6717000040127, - 96.66415785792924, - 495.9733998879467, - 642.5550243638631 - ], - "relative wind speed": [ - 1.628529641239677, - 1.295822207545334, - 0.9147939181363398, - 0.7865107317395634, - 1.0734318912982554, - 1.4578098724061097, - 1.7226482243897459, - 1.7848713361222643 - ], - "relative wind angle": [ - 0.2579435401748095, - 0.3965797637669891, - 0.3253820752502989, - 0.1108025818395749, - 0.39738375691371136, - 0.3504761709285596, - 0.17058387574150707, - 0.048745058925606564 - ], - "resistance": [ - 96967.7452083555, - 96550.32250256298, - 96245.31190132641, - 96181.45870680099, - 96353.82829999599, - 96731.16415785793, - 97130.47339988795, - 97277.05502436386 - ], - "fuel": [ - 39.02070984822176, - 38.80548998022669, - 38.64863887631598, - 38.61584631733203, - 38.704403550002276, - 38.89865091697352, - 39.10478687172589, - 39.180605778275876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 1.5625, -4.0625 1.875, -3.75 1.875, -3.75 1.5625, -4.0625 1.5625))", @@ -45125,68 +33503,7 @@ "id": "929", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.796024666738518, - 4.796024666738518, - 4.796024666738518, - 4.796024666738518, - 4.796024666738518, - 4.796024666738518, - 4.796024666738518, - 4.796024666738518 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 444.33773738106345, - 28.756771158303877, - -333.65354351384696, - -466.09026614504165, - -369.6814358745885, - -31.205650759439663, - 390.62626724715585, - 666.462788524041 - ], - "relative wind speed": [ - 1.7327370021406945, - 1.4468397155858443, - 1.068227110644525, - 0.8387350274884956, - 1.0182368732932332, - 1.3949332192348753, - 1.702373251906159, - 1.8263919082128495 - ], - "relative wind angle": [ - 0.1914465471984543, - 0.3484066624929855, - 0.35254941173088283, - 0.03300851073122989, - 0.3297418059891193, - 0.361956248790301, - 0.21840007844324855, - 0.015156345473897184 - ], - "resistance": [ - 97078.83773738108, - 96663.25677115833, - 96300.84645648616, - 96168.40973385498, - 96264.81856412542, - 96603.29434924058, - 97025.12626724716, - 97300.96278852406 - ], - "fuel": [ - 39.1211235511481, - 38.90668005248904, - 38.720197664467605, - 38.65217275954156, - 38.70168580644947, - 38.87579195835866, - 39.09337178961202, - 39.23600560996639 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 1.25, -4.375 1.5625, -4.0625 1.5625, -4.0625 1.25, -4.375 1.25))", @@ -45205,68 +33522,7 @@ "id": "930", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.011970901886686, - 6.011970901886686, - 6.011970901886686, - 6.011970901886686, - 6.011970901886686, - 6.011970901886686, - 6.011970901886686, - 6.011970901886686 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 189.12657152605038, - -312.6235122521581, - -589.6940806883175, - -563.1759800643085, - -227.3095325805142, - 290.1474048223374, - 716.3606267847056, - 655.5456864485875 - ], - "relative wind speed": [ - 1.8783845312017302, - 1.5146499741087187, - 1.219470302406029, - 1.2569491455378201, - 1.5868950055537072, - 1.9371111639866463, - 2.135288361617463, - 2.1134434109388844 - ], - "relative wind angle": [ - 0.24737147389434494, - 0.2893305165730223, - 0.1243181498943338, - 0.17455928031105708, - 0.29405217136825873, - 0.2249808914566027, - 0.07087509345377523, - 0.10347549420957511 - ], - "resistance": [ - 96823.62657152608, - 96321.87648774787, - 96044.80591931171, - 96071.32401993572, - 96407.19046741951, - 96924.64740482236, - 97350.86062678474, - 97290.04568644862 - ], - "fuel": [ - 39.335858509912754, - 39.0775079040375, - 38.93524603042007, - 38.94884938660709, - 39.121369884718064, - 39.38798732562644, - 39.608340149554856, - 39.576857397525714 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 1.25, -4.0625 1.5625, -3.75 1.5625, -3.75 1.25, -4.0625 1.25))", @@ -45285,68 +33541,7 @@ "id": "931", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.75635577826453, - 5.75635577826453, - 5.75635577826453, - 5.75635577826453, - 5.75635577826453, - 5.75635577826453, - 5.75635577826453, - 5.75635577826453 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 329.9616315926057, - -138.21577356968044, - -477.9213500949593, - -539.8961779785636, - -339.03345963532695, - 92.57230225113153, - 532.5059433021788, - 674.963531457327 - ], - "relative wind speed": [ - 1.8888605203910942, - 1.5753168549158583, - 1.2487881685788502, - 1.158241720136639, - 1.3983741120524065, - 1.7440243775155435, - 1.990922482862643, - 2.0449255097644485 - ], - "relative wind angle": [ - 0.20035157602466974, - 0.2857602640713946, - 0.2032628948802275, - 0.07566519624853585, - 0.27216664562187287, - 0.2574534284661661, - 0.1269594998649428, - 0.04282882598116743 - ], - "resistance": [ - 96964.46163159263, - 96496.28422643033, - 96156.57864990506, - 96094.60382202145, - 96295.4665403647, - 96727.07230225115, - 97167.0059433022, - 97309.46353145734 - ], - "fuel": [ - 39.32761552544438, - 39.08627686365724, - 38.91167417262574, - 38.87986651722186, - 38.98300821319862, - 39.205142837515936, - 39.43227693412278, - 39.50598096775845 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 2.1875, -3.75 2.5, -3.4375 2.5, -3.4375 2.1875, -3.75 2.1875))", @@ -45365,68 +33560,7 @@ "id": "932", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.015872778673521, - 4.015872778673521, - 4.015872778673521, - 4.015872778673521, - 4.015872778673521, - 4.015872778673521, - 4.015872778673521, - 4.015872778673521 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 152.5264405791363, - -84.91975150477873, - -248.5254694118899, - -270.99928143023305, - -157.09334396833623, - 67.00645263661977, - 286.1494842099919, - 337.7062545731692 - ], - "relative wind speed": [ - 1.314511982505145, - 1.081226939838905, - 0.8475178022495952, - 0.7998113047065024, - 0.989607372100886, - 1.2402470752364727, - 1.4103113407811922, - 1.437903466832774 - ], - "relative wind angle": [ - 0.2183710020380136, - 0.30046072825082165, - 0.19927480135663497, - 0.10362586465820209, - 0.2918933411321889, - 0.2609653427975642, - 0.11924433966567446, - 0.057568954987544774 - ], - "resistance": [ - 96787.02644057915, - 96549.58024849523, - 96385.97453058812, - 96363.50071856978, - 96477.40665603167, - 96701.50645263663, - 96920.64948421001, - 96972.20625457319 - ], - "fuel": [ - 38.799457993736716, - 38.67711276719075, - 38.59293625671443, - 38.581381072984726, - 38.63996657254609, - 38.75536925910823, - 38.86840012361794, - 38.89501834004524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 2.1875, -3.4375 2.5, -3.125 2.5, -3.125 2.1875, -3.4375 2.1875))", @@ -45458,19 +33592,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 187.36590542371152, + 187.36590542371084, -112.82844381140205, -316.2397278688837, -341.085862642724, - -192.32784001632103, + -192.32784001632098, 93.06648437645072, - 368.64859248470964, + 368.6485924847094, 425.61080548103143 ], "relative wind speed": [ - 1.4648429156261014, + 1.4648429156261011, 1.1982641857371448, - 0.9341009186265213, + 0.9341009186265212, 0.8864853611727832, 1.107498603518276, 1.3915749586115027, @@ -45478,13 +33612,13 @@ 1.6082479997442147 ], "relative wind angle": [ - 0.22533887247995416, + 0.22533887247995515, 0.30704963704459026, 0.1992489263320752, - 0.11383940108563402, - 0.3000107954293482, + 0.11383940108563403, + 0.3000107954293479, 0.2632923327859939, - 0.11720790061875333, + 0.11720790061875427, 0.06265516794983028 ], "resistance": [ @@ -45525,68 +33659,7 @@ "id": "934", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.576008040527078, - 4.576008040527078, - 4.576008040527078, - 4.576008040527078, - 4.576008040527078, - 4.576008040527078, - 4.576008040527078, - 4.576008040527078 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 271.43163172607535, - -78.6256089195856, - -338.29238288129403, - -393.09573194447444, - -251.87254698646188, - 65.0016177796009, - 399.0060266653511, - 524.7661380006746 - ], - "relative wind speed": [ - 1.5598063246220546, - 1.273937984984853, - 0.9569500979249128, - 0.8519094109128266, - 1.0789847676579603, - 1.4050928473170718, - 1.6375134836850547, - 1.6945365899758627 - ], - "relative wind angle": [ - 0.22452038090276857, - 0.33764515357951164, - 0.2638180989707917, - 0.08120850754895029, - 0.32768493477476457, - 0.3050542516986607, - 0.1529871226253631, - 0.040793126923608466 - ], - "resistance": [ - 96905.93163172608, - 96555.87439108042, - 96296.2076171187, - 96241.40426805553, - 96382.62745301354, - 96699.5016177796, - 97033.50602666535, - 97159.26613800068 - ], - "fuel": [ - 38.97953399977669, - 38.79908387907601, - 38.66552347872397, - 38.63736727260553, - 38.709945930248125, - 38.87306675191981, - 39.045410369970256, - 39.11040916256956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 1.875, -3.4375 2.1875, -3.125 2.1875, -3.125 1.875, -3.4375 1.875))", @@ -45605,68 +33678,7 @@ "id": "935", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.676688076473794, - 4.676688076473794, - 4.676688076473794, - 4.676688076473794, - 4.676688076473794, - 4.676688076473794, - 4.676688076473794, - 4.676688076473794 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 201.8317542573384, - -195.71601297925633, - -431.5510272871367, - -427.8963623083743, - -184.46034474081, - 215.3609543332591, - 568.6547902993901, - 560.2974437841045 - ], - "relative wind speed": [ - 1.5502325464451716, - 1.193930933680013, - 0.8619293093468828, - 0.8691386770342615, - 1.2064825865997308, - 1.559919903529739, - 1.7651909374101895, - 1.7616523890681135 - ], - "relative wind angle": [ - 0.29901397224994153, - 0.3881374580420632, - 0.21318730975561836, - 0.2250585769983368, - 0.388184915260664, - 0.2938814762263506, - 0.10349567600387133, - 0.11032484235324859 - ], - "resistance": [ - 96836.33175425736, - 96438.78398702077, - 96202.9489727129, - 96206.60363769166, - 96450.03965525921, - 96849.86095433329, - 97203.15479029942, - 97194.79744378413 - ], - "fuel": [ - 38.967152240954704, - 38.76235943384808, - 38.641149268296545, - 38.643026047401165, - 38.768149590696815, - 38.97413202217464, - 39.15663917616893, - 39.15231651259751 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 2.1875, -3.125 2.5, -2.8125 2.5, -2.8125 2.1875, -3.125 2.1875))", @@ -45698,9 +33710,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 231.2608099496116, + 231.26080994961137, -86.39423152356471, - -322.4548281800383, + -322.4548281800385, -369.7567038531727, -241.1037980737999, 48.822001257677016, @@ -45708,7 +33720,7 @@ 458.48366017009914 ], "relative wind speed": [ - 1.5911430068346109, + 1.5911430068346106, 1.3417882229388496, 1.0793246465855502, 0.9988065588365813, @@ -45718,9 +33730,9 @@ 1.7118860022624942 ], "relative wind angle": [ - 0.18656130719102781, + 0.18656130719102784, 0.2692455764539328, - 0.19547158841632814, + 0.19547158841632928, 0.06056010507208457, 0.25241800552887056, 0.24719633278054348, @@ -45778,19 +33790,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 104.03500850751959, + 104.03500850751902, -204.82601796452434, - -367.0849164523693, + -367.08491645236955, -341.39855412250347, - -122.89498079948066, + -122.89498079948078, 201.31103593684702, 460.2145915386492, 401.3500636307393 ], "relative wind speed": [ - 1.4389584547403418, + 1.4389584547403416, 1.1412346617423548, - 0.9069070413612567, + 0.9069070413612564, 0.9549518418121246, 1.2322233264479545, 1.5121372978499625, @@ -45798,11 +33810,11 @@ 1.636167088206704 ], "relative wind angle": [ - 0.26700003646185794, - 0.30684637076867227, + 0.2670000364618583, + 0.3068463707686723, 0.11919867952936783, - 0.202647238173256, - 0.3131997522949904, + 0.20264723817325603, + 0.31319975229499075, 0.22998707468564747, 0.06488511843191809, 0.11773940829694406 @@ -45845,68 +33857,7 @@ "id": "938", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.178125100171539, - 5.178125100171539, - 5.178125100171539, - 5.178125100171539, - 5.178125100171539, - 5.178125100171539, - 5.178125100171539, - 5.178125100171539 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 134.9103356690597, - -243.05364218807665, - -447.01186505822284, - -421.7695570388313, - -162.08431000509563, - 230.8738690772285, - 549.7813799733639, - 491.90768648264077 - ], - "relative wind speed": [ - 1.6159049568087616, - 1.294983368720271, - 1.0386477522877597, - 1.0802702099627306, - 1.3747372330778238, - 1.680496761135675, - 1.8499357113470671, - 1.8259429243316105 - ], - "relative wind angle": [ - 0.254814295626355, - 0.29512357885000523, - 0.12098876665017043, - 0.18562249499560768, - 0.30080080098087164, - 0.22605429245567854, - 0.06781559271569995, - 0.10940715060436747 - ], - "resistance": [ - 96769.41033566905, - 96391.4463578119, - 96187.48813494176, - 96212.73044296115, - 96472.41568999489, - 96865.37386907722, - 97184.28137997336, - 97126.40768648262 - ], - "fuel": [ - 39.05978557558488, - 38.865161512425765, - 38.760358626961064, - 38.77332086411543, - 38.90681011099075, - 39.10928445840309, - 39.27402607527701, - 39.244101507745555 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 1.875, -2.8125 2.1875, -2.5 2.1875, -2.5 1.875, -2.8125 1.875))", @@ -45938,19 +33889,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 145.80929111654518, + 145.8092911165445, -242.476494312843, - -459.94591648568587, + -459.9459164856861, -443.40722340205525, - -188.42640977194128, + -188.4264097719415, 209.5346402267644, 538.9255905171863, 500.90208372746247 ], "relative wind speed": [ - 1.7174168949407413, + 1.717416894940741, 1.4147205371191234, - 1.171479541208742, + 1.1714795412087418, 1.1961654352935889, 1.4637413650887654, 1.7580174563277797, @@ -45962,8 +33913,8 @@ 0.2581007109222922, 0.11175604750994081, 0.14795718897299673, - 0.2626344664449629, - 0.20687417244741363, + 0.26263446644496335, + 0.2068741724474136, 0.06779230126865486, 0.09228767586064086 ], @@ -46005,68 +33956,7 @@ "id": "940", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.691543702208785, - 4.691543702208785, - 4.691543702208785, - 4.691543702208785, - 4.691543702208785, - 4.691543702208785, - 4.691543702208785, - 4.691543702208785 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 353.41992640508556, - -12.873117964213975, - -318.6754315130402, - -412.606039712823, - -313.04081589805935, - -3.507885959901614, - 361.7482130939991, - 578.5542743175245 - ], - "relative wind speed": [ - 1.6420650384964113, - 1.3715019608475882, - 1.0355549974323677, - 0.862635232300412, - 1.0433547741023674, - 1.3798366376805777, - 1.6469950281003496, - 1.743796786121719 - ], - "relative wind angle": [ - 0.19281107606322112, - 0.3270403851239157, - 0.3024285132620794, - 0.005099573932201438, - 0.3063446782931082, - 0.32499208432588333, - 0.18837995149092854, - 0.002522689442804197 - ], - "resistance": [ - 96987.91992640514, - 96621.62688203584, - 96315.82456848702, - 96221.89396028724, - 96321.459184102, - 96630.99211404016, - 96996.24821309406, - 97213.05427431758 - ], - "fuel": [ - 39.04892507721748, - 38.86000491827931, - 38.702665990710415, - 38.65440743294185, - 38.70556192070441, - 38.864828933090195, - 39.05322629862459, - 39.16528862595361 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 1.5625, -3.4375 1.875, -3.125 1.875, -3.125 1.5625, -3.4375 1.5625))", @@ -46085,68 +33975,7 @@ "id": "941", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.622018360465888, - 4.622018360465888, - 4.622018360465888, - 4.622018360465888, - 4.622018360465888, - 4.622018360465888, - 4.622018360465888, - 4.622018360465888 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 300.7572895862537, - -106.29157577287003, - -393.4859630409995, - -443.38091722919495, - -260.11672907491663, - 115.79091850180487, - 500.02961628702644, - 614.3861731835362 - ], - "relative wind speed": [ - 1.6059665547448665, - 1.272979909865701, - 0.9066259160556026, - 0.8070696521592493, - 1.099359349662753, - 1.4721554618070465, - 1.7221350129958877, - 1.7709766038018557 - ], - "relative wind angle": [ - 0.26294815690979634, - 0.3899203946406998, - 0.29878189687827744, - 0.13230217559520768, - 0.38948155837204, - 0.334913083963346, - 0.15559225344088254, - 0.06015329318796558 - ], - "resistance": [ - 96935.25728958628, - 96528.20842422715, - 96241.01403695902, - 96191.11908277083, - 96374.38327092511, - 96750.29091850184, - 97134.52961628705, - 97248.88617318356 - ], - "fuel": [ - 39.00534306446991, - 38.79551321851398, - 38.64783818046409, - 38.62221354215309, - 38.71637832422522, - 38.90991822077888, - 39.10829086108307, - 39.16743631759701 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 1.25, -3.75 1.5625, -3.4375 1.5625, -3.4375 1.25, -3.75 1.25))", @@ -46165,68 +33994,7 @@ "id": "942", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.254635832839203, - 5.254635832839203, - 5.254635832839203, - 5.254635832839203, - 5.254635832839203, - 5.254635832839203, - 5.254635832839203, - 5.254635832839203 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 388.73090073260073, - -48.2320415951674, - -400.0434850688383, - -496.92293745156564, - -359.0622862225973, - 19.855396582619278, - 449.02238428471924, - 672.1963233551644 - ], - "relative wind speed": [ - 1.8026371081873773, - 1.5048868508655975, - 1.1526320003831532, - 0.9947348967693715, - 1.2025447635420516, - 1.5591440017613458, - 1.8349533846474928, - 1.92512777167797 - ], - "relative wind angle": [ - 0.19491896019967989, - 0.31434047104835533, - 0.2712927399747136, - 0.02862870017191352, - 0.29458262944928526, - 0.3030470076227459, - 0.16913596669201925, - 0.014791286003383928 - ], - "resistance": [ - 97023.23090073257, - 96586.2679584048, - 96234.45651493114, - 96137.5770625484, - 96275.43771377737, - 96654.35539658258, - 97083.52238428469, - 97306.69632335514 - ], - "fuel": [ - 39.2116403555335, - 38.98627136339765, - 38.80533659529631, - 38.7555928793484, - 38.826389309800916, - 39.02134156547762, - 39.242792205882814, - 39.35822107057332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 1.25, -3.4375 1.5625, -3.125 1.5625, -3.125 1.25, -3.4375 1.25))", @@ -46245,68 +34013,7 @@ "id": "943", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.082228719918286, - 5.082228719918286, - 5.082228719918286, - 5.082228719918286, - 5.082228719918286, - 5.082228719918286, - 5.082228719918286, - 5.082228719918286 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 360.122064669657, - -119.55170765999515, - -462.6203365831361, - -526.0649354579118, - -316.18334748689915, - 124.16368428279009, - 578.3541702254954, - 723.7833724559594 - ], - "relative wind speed": [ - 1.7603284853910046, - 1.405083757634831, - 1.0125650353411022, - 0.8987403971382578, - 1.2037605223513943, - 1.6042242379672091, - 1.8768345214363897, - 1.9339238532585652 - ], - "relative wind angle": [ - 0.25393856457511016, - 0.3785475499391356, - 0.29267973711281586, - 0.11835710072494221, - 0.37618057354129486, - 0.32963160560154836, - 0.15629352748884584, - 0.054902608537683875 - ], - "resistance": [ - 96994.62206466963, - 96514.94829233998, - 96171.87966341684, - 96108.43506454206, - 96318.31665251307, - 96758.66368428276, - 97212.85417022547, - 97358.28337245593 - ], - "fuel": [ - 39.15040877313828, - 38.90310032767279, - 38.726747407385204, - 38.694181975180626, - 38.801969125585664, - 39.02864722364536, - 39.263207450193235, - 39.33847453823589 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 0.9375, -5 1.25, -4.6875 1.25, -4.6875 0.9375, -5 0.9375))", @@ -46325,68 +34032,7 @@ "id": "944", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.436116513463482, - 5.436116513463482, - 5.436116513463482, - 5.436116513463482, - 5.436116513463482, - 5.436116513463482, - 5.436116513463482, - 5.436116513463482 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -162.25959483776046, - -513.7792863046877, - -565.2376076718325, - -323.37773390189886, - 154.26980645150036, - 628.3807913698159, - 746.207075244591, - 346.7910780993742 - ], - "relative wind speed": [ - 1.4729319178086087, - 1.0924080632131876, - 1.0079711600463093, - 1.3196093456265645, - 1.7159651761382781, - 1.9800781660443179, - 2.024366335605667, - 1.8364901565632328 - ], - "relative wind angle": [ - 0.35375881640311396, - 0.24982541946307318, - 0.12764136261868952, - 0.34923172778973344, - 0.30192818788623715, - 0.13682583492092448, - 0.06342518298715161, - 0.24841760853187156 - ], - "resistance": [ - 96472.24040516223, - 96120.7207136953, - 96069.26239232815, - 96311.12226609809, - 96788.76980645148, - 97262.8807913698, - 97380.70707524457, - 96981.29107809936 - ], - "fuel": [ - 38.978591964135134, - 38.797956202219595, - 38.771551846012784, - 38.895740955513816, - 39.141640653064755, - 39.38655922308674, - 39.447556264390784, - 39.24099336988292 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 0.9375, -4.6875 1.25, -4.375 1.25, -4.375 0.9375, -4.6875 0.9375))", @@ -46405,68 +34051,7 @@ "id": "945", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.6987106461873624, - 5.6987106461873624, - 5.6987106461873624, - 5.6987106461873624, - 5.6987106461873624, - 5.6987106461873624, - 5.6987106461873624, - 5.6987106461873624 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 253.65032668803406, - -245.51694855231858, - -551.8468178917341, - -558.4739856087483, - -266.5500194966926, - 228.64293015624935, - 671.4844462938045, - 686.6547592275003 - ], - "relative wind speed": [ - 1.8403717236503436, - 1.4758512964469384, - 1.1432829780665354, - 1.1331764599494265, - 1.456912162125932, - 1.8252189129356742, - 2.0499915027690987, - 2.055595349279298 - ], - "relative wind angle": [ - 0.25109448910619653, - 0.3202000100713761, - 0.17555811106059585, - 0.16143340270001066, - 0.31925587095662106, - 0.2573393933066428, - 0.09756152476660811, - 0.08872280476786541 - ], - "resistance": [ - 96888.15032668805, - 96388.98305144769, - 96082.65318210828, - 96076.02601439126, - 96367.94998050333, - 96863.14293015626, - 97305.98444629382, - 97321.15475922752 - ], - "fuel": [ - 39.27056701059094, - 39.01342404347115, - 38.85607916608424, - 38.85267901173308, - 39.002609342442106, - 39.25766254213711, - 39.48652456825981, - 39.49437756567497 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 0.625, -5 0.9375, -4.6875 0.9375, -4.6875 0.625, -5 0.625))", @@ -46485,68 +34070,7 @@ "id": "946", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.535414560611799, - 5.535414560611799, - 5.535414560611799, - 5.535414560611799, - 5.535414560611799, - 5.535414560611799, - 5.535414560611799, - 5.535414560611799 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -152.3795309486385, - -493.83257999685395, - -548.3495456221913, - -325.6179047171157, - 127.11692180397961, - 580.2160536274231, - 705.1874397441039, - 333.0886764268888 - ], - "relative wind speed": [ - 1.5047075001925236, - 1.150966862668135, - 1.0654782293143568, - 1.3441344407187212, - 1.7163207613663893, - 1.9710852082223147, - 2.018578153030018, - 1.844777553610924 - ], - "relative wind angle": [ - 0.32321292516827144, - 0.227484699367256, - 0.10420079784995853, - 0.31489607758856325, - 0.2821846288365979, - 0.13207504035105813, - 0.05492907322200354, - 0.22762583930558397 - ], - "resistance": [ - 96482.12046905136, - 96140.66742000314, - 96086.15045437781, - 96308.88209528288, - 96761.61692180399, - 97214.71605362742, - 97339.6874397441, - 96967.5886764269 - ], - "fuel": [ - 39.01250706539095, - 38.83702531030207, - 38.809047762693325, - 38.92342106410897, - 39.15647058637176, - 39.390471257737794, - 39.45514648342253, - 39.26274891629299 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 0.625, -4.6875 0.9375, -4.375 0.9375, -4.375 0.625, -4.6875 0.625))", @@ -46565,68 +34089,7 @@ "id": "947", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.851756976003407, - 5.851756976003407, - 5.851756976003407, - 5.851756976003407, - 5.851756976003407, - 5.851756976003407, - 5.851756976003407, - 5.851756976003407 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 241.74600832832357, - -273.46233934286795, - -580.0021370755201, - -576.2412673724575, - -261.4962708091973, - 255.9617513544672, - 707.4847303224401, - 698.8735892909108 - ], - "relative wind speed": [ - 1.872949433226138, - 1.5011347523522376, - 1.1728434429537338, - 1.178404499515195, - 1.5116125190578842, - 1.8813576062181852, - 2.1017493298476544, - 2.0986364198490826 - ], - "relative wind angle": [ - 0.25245374833680234, - 0.3141091395437841, - 0.16106830150138182, - 0.16865427337427052, - 0.31465499959762244, - 0.24909453588600447, - 0.08961303466159469, - 0.09439279272307952 - ], - "resistance": [ - 96876.24600832835, - 96361.03766065717, - 96054.49786292452, - 96058.25873262757, - 96373.00372919084, - 96890.4617513545, - 97341.98473032247, - 97333.37358929095 - ], - "fuel": [ - 39.31177963539062, - 39.04641140620332, - 38.88899069570917, - 38.89091993735954, - 39.05256356224034, - 39.31911573703398, - 39.55251756558119, - 39.548059187690555 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 0.9375, -4.375 1.25, -4.0625 1.25, -4.0625 0.9375, -4.375 0.9375))", @@ -46645,68 +34108,7 @@ "id": "948", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.062423549554787, - 6.062423549554787, - 6.062423549554787, - 6.062423549554787, - 6.062423549554787, - 6.062423549554787, - 6.062423549554787, - 6.062423549554787 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 345.8832049151363, - -160.37126962750108, - -523.3951632005374, - -585.488296595272, - -362.2121270514649, - 107.50827310453565, - 580.5763970216406, - 723.3444441139861 - ], - "relative wind speed": [ - 1.9759730700870444, - 1.651392075132174, - 1.3190412364937874, - 1.233326870694939, - 1.4828779944993669, - 1.8374713424895461, - 2.088905679227433, - 2.1406311102806836 - ], - "relative wind angle": [ - 0.19841536294119624, - 0.27879105293274625, - 0.19315408040375504, - 0.07822447411107043, - 0.26578023063463935, - 0.24991845214544087, - 0.12150909816943313, - 0.04503838863867533 - ], - "resistance": [ - 96980.38320491515, - 96474.12873037251, - 96111.10483679948, - 96049.01170340474, - 96272.28787294855, - 96742.00827310455, - 97215.07639702165, - 97357.844444114 - ], - "fuel": [ - 39.43324623718516, - 39.17228527013467, - 38.98574305211982, - 38.95388519863745, - 39.06850748752743, - 39.31025137688626, - 39.55454798805536, - 39.6284382652012 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 0.9375, -4.0625 1.25, -3.75 1.25, -3.75 0.9375, -4.0625 0.9375))", @@ -46725,68 +34127,7 @@ "id": "949", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.946106724107242, - 5.946106724107242, - 5.946106724107242, - 5.946106724107242, - 5.946106724107242, - 5.946106724107242, - 5.946106724107242, - 5.946106724107242 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 209.21579282548555, - -284.68098271816757, - -569.8734468726087, - -557.1374302901175, - -243.70270623807517, - 257.7347513182581, - 683.984828618446, - 654.7813238616327 - ], - "relative wind speed": [ - 1.8720603578723878, - 1.5163142219194539, - 1.215887185360649, - 1.234081801315954, - 1.551394661067006, - 1.9005858460772833, - 2.1054818285561767, - 2.094869324221745 - ], - "relative wind angle": [ - 0.2412231223375339, - 0.290089447332281, - 0.13708641640977157, - 0.16174519759466688, - 0.29241757693973025, - 0.23023374206276834, - 0.07899997004826372, - 0.09501162063724569 - ], - "resistance": [ - 96843.71579282549, - 96349.81901728183, - 96064.6265531274, - 96077.36256970988, - 96390.79729376192, - 96892.23475131826, - 97318.48482861844, - 97289.28132386164 - ], - "fuel": [ - 39.32495781146853, - 39.07060672929157, - 38.92414932511929, - 38.93068330812995, - 39.09167553302291, - 39.349993473750246, - 39.57031397156511, - 39.55519766645522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 0.625, -4.375 0.9375, -4.0625 0.9375, -4.0625 0.625, -4.375 0.625))", @@ -46805,68 +34146,7 @@ "id": "950", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.007041203348976, - 6.007041203348976, - 6.007041203348976, - 6.007041203348976, - 6.007041203348976, - 6.007041203348976, - 6.007041203348976, - 6.007041203348976 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 444.7876127973318, - -118.51842398045892, - -545.1653447420163, - -641.0081878350062, - -425.2164694700931, - 80.76055897360152, - 620.942849840164, - 841.1744045622929 - ], - "relative wind speed": [ - 2.0270788486019833, - 1.6778313334576243, - 1.2897768579730777, - 1.1527600244674743, - 1.4167414524463027, - 1.8168893796808352, - 2.1101375922357044, - 2.188001217440006 - ], - "relative wind angle": [ - 0.20763901171139124, - 0.31396321650231424, - 0.246655072996008, - 0.06320339731970087, - 0.2994141391725483, - 0.28920859743808747, - 0.14979822988815347, - 0.033283023710313595 - ], - "resistance": [ - 97079.28761279734, - 96515.98157601955, - 96089.334655258, - 95993.49181216501, - 96209.28353052992, - 96715.26055897362, - 97255.44284984018, - 97475.6744045623 - ], - "fuel": [ - 39.46625695357352, - 39.1757398755651, - 38.95648860475741, - 38.90732871693034, - 39.01806116080967, - 39.27838020933302, - 39.55734886383635, - 39.67139556560866 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 0.625, -4.0625 0.9375, -3.75 0.9375, -3.75 0.625, -4.0625 0.625))", @@ -46885,68 +34165,7 @@ "id": "951", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.595106327571573, - 5.595106327571573, - 5.595106327571573, - 5.595106327571573, - 5.595106327571573, - 5.595106327571573, - 5.595106327571573, - 5.595106327571573 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 297.89968353051245, - -244.12578143224164, - -581.1414623595102, - -593.7858092425438, - -283.47239621462563, - 250.7960400641066, - 737.9522032849077, - 766.8647227691231 - ], - "relative wind speed": [ - 1.8525675677082032, - 1.454737717957135, - 1.0747983605449238, - 1.0544086545432343, - 1.4182564611766333, - 1.824060348383907, - 2.0708129965700666, - 2.0812689330833436 - ], - "relative wind angle": [ - 0.27551090466099887, - 0.36402069266930004, - 0.21423586193430055, - 0.18580059640106308, - 0.36328279949516146, - 0.2879081066734273, - 0.11056975200447271, - 0.09372646709854375 - ], - "resistance": [ - 96932.39968353047, - 96390.37421856771, - 96053.35853764045, - 96040.71419075741, - 96351.02760378533, - 96885.29604006406, - 97372.45220328486, - 97401.36472276908 - ], - "fuel": [ - 39.26222497002592, - 38.982957842506565, - 38.80986884044492, - 38.80338301415422, - 38.96272789308097, - 39.2379124428502, - 39.48975675465014, - 39.50473137236686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 0.3125, -5 0.625, -4.6875 0.625, -4.6875 0.3125, -5 0.3125))", @@ -46965,68 +34184,7 @@ "id": "952", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.231521036328993, - 5.231521036328993, - 5.231521036328993, - 5.231521036328993, - 5.231521036328993, - 5.231521036328993, - 5.231521036328993, - 5.231521036328993 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 16.727104582524134, - -383.04703922848205, - -523.3112655329905, - -413.27175381887463, - -33.51989774518131, - 433.04878310825234, - 731.4055679713442, - 477.79992416268874 - ], - "relative wind speed": [ - 1.5572289926485434, - 1.1734625632746645, - 0.9522967869855352, - 1.135751370948018, - 1.5171710113831285, - 1.8302337626432736, - 1.9544566617921022, - 1.8538713107214855 - ], - "relative wind angle": [ - 0.32764633475918253, - 0.3201875856422918, - 0.022249852282841872, - 0.3034497017795393, - 0.33663451631053776, - 0.2031953016781357, - 0.010840419240646661, - 0.184102983364538 - ], - "resistance": [ - 96651.22710458252, - 96251.45296077152, - 96111.18873446701, - 96221.22824618113, - 96600.98010225482, - 97067.54878310826, - 97365.90556797135, - 97112.29992416268 - ], - "fuel": [ - 39.0133880100637, - 38.80772532069527, - 38.73570771311708, - 38.792200481337154, - 38.98750590454921, - 39.228195660850105, - 39.382534206334284, - 39.25132409788331 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 0.3125, -4.6875 0.625, -4.375 0.625, -4.375 0.3125, -4.6875 0.3125))", @@ -47045,68 +34203,7 @@ "id": "953", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.657340703788576, - 5.657340703788576, - 5.657340703788576, - 5.657340703788576, - 5.657340703788576, - 5.657340703788576, - 5.657340703788576, - 5.657340703788576 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 269.3444268144742, - -227.37074079711044, - -540.7024595824067, - -556.7085362911621, - -278.1413133519934, - 208.96779539269914, - 654.1952711721881, - 690.8360599526045 - ], - "relative wind speed": [ - 1.83915040512156, - 1.478627016454258, - 1.140728571863545, - 1.1161143746443327, - 1.4325597297590034, - 1.802321763225858, - 2.03308630346086, - 2.046702297526017 - ], - "relative wind angle": [ - 0.24750053733851957, - 0.3222134407849296, - 0.18659624327601243, - 0.15195988535666632, - 0.31994286609553946, - 0.2628087578672953, - 0.10427822138038602, - 0.08264274314438123 - ], - "resistance": [ - 96903.8444268145, - 96407.1292592029, - 96093.79754041761, - 96077.79146370885, - 96356.35868664802, - 96843.46779539272, - 97288.6952711722, - 97325.33605995262 - ], - "fuel": [ - 39.26613093671716, - 39.01021988430547, - 38.8492614650626, - 38.84104895535938, - 38.98411425342145, - 39.23497546832293, - 39.465039947018425, - 39.48400636287203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 0, -5 0.3125, -4.6875 0.3125, -4.6875 0, -5 0))", @@ -47125,68 +34222,7 @@ "id": "954", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.492077900296203, - 4.492077900296203, - 4.492077900296203, - 4.492077900296203, - 4.492077900296203, - 4.492077900296203, - 4.492077900296203, - 4.492077900296203 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 35.40669144334902, - -280.9080097159931, - -403.017892218346, - -326.3668191706833, - -40.22177612080429, - 323.15822140354, - 567.1589173400745, - 390.78249832738163 - ], - "relative wind speed": [ - 1.3623656225542353, - 1.0150695207803626, - 0.7961983334313509, - 0.9481365487922603, - 1.2923652262779646, - 1.5798360154119817, - 1.7006810934008827, - 1.6208902037011588 - ], - "relative wind angle": [ - 0.3385535442841953, - 0.34812197975812964, - 0.04677922467856619, - 0.31485745439488677, - 0.35769108778210007, - 0.22097739146632014, - 0.021894129959417287, - 0.18215288261851595 - ], - "resistance": [ - 96669.90669144336, - 96353.59199028403, - 96231.48210778167, - 96308.13318082933, - 96594.27822387921, - 96957.65822140356, - 97201.65891734009, - 97025.28249832739 - ], - "fuel": [ - 38.83870900868645, - 38.67591069291645, - 38.6131637619992, - 38.65254491491335, - 38.79975128839865, - 38.98713005842403, - 39.11322600787355, - 39.022055093100875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 0, -4.6875 0.3125, -4.375 0.3125, -4.375 0, -4.6875 0))", @@ -47205,68 +34241,7 @@ "id": "955", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.88226666955397, - 4.88226666955397, - 4.88226666955397, - 4.88226666955397, - 4.88226666955397, - 4.88226666955397, - 4.88226666955397, - 4.88226666955397 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 152.4475772440968, - -258.9257365541706, - -474.9998507565226, - -438.79736621795286, - -146.7875322628754, - 286.9710863199301, - 637.1493722995887, - 554.295327541752 - ], - "relative wind speed": [ - 1.5678631290207832, - 1.1933876803266388, - 0.8835818101306008, - 0.9511841848101972, - 1.3128670991290659, - 1.6606145415968794, - 1.844206603427268, - 1.8102661290222966 - ], - "relative wind angle": [ - 0.3131842632793981, - 0.37518729832545283, - 0.15385965529363002, - 0.2613936999955294, - 0.3767811255188186, - 0.266487068479454, - 0.07349166905048746, - 0.13620845693644232 - ], - "resistance": [ - 96786.94757724412, - 96375.57426344586, - 96159.50014924351, - 96195.70263378207, - 96487.71246773715, - 96921.47108631996, - 97271.64937229962, - 97188.79532754178 - ], - "fuel": [ - 38.99180520527216, - 38.779976480328514, - 38.668965538554176, - 38.68755292975035, - 38.83765744680717, - 39.061212111616555, - 39.24220109197622, - 39.19933692815767 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 0.3125, -4.375 0.625, -4.0625 0.625, -4.0625 0.3125, -4.375 0.3125))", @@ -47285,68 +34260,7 @@ "id": "956", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.510051747137878, - 5.510051747137878, - 5.510051747137878, - 5.510051747137878, - 5.510051747137878, - 5.510051747137878, - 5.510051747137878, - 5.510051747137878 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 374.1779261085602, - -115.70621501438643, - -478.4474055180722, - -553.6103240521866, - -354.622807064507, - 90.03914063555351, - 556.4384012984493, - 728.9537252681693 - ], - "relative wind speed": [ - 1.8631781163847767, - 1.5290318816304707, - 1.1625856299913433, - 1.044133052107603, - 1.3064775354658114, - 1.6853420273076698, - 1.9561980720237857, - 2.0219056391306705 - ], - "relative wind angle": [ - 0.21872283375532028, - 0.3259904890311395, - 0.25052304640517864, - 0.07867964247816815, - 0.3146054278145042, - 0.2947967196386947, - 0.14787383413732721, - 0.04060022900767226 - ], - "resistance": [ - 97008.67792610858, - 96518.79378498562, - 96156.05259448194, - 96080.88967594782, - 96279.87719293551, - 96724.53914063556, - 97190.93840129847, - 97363.45372526818 - ], - "fuel": [ - 39.27654332895029, - 39.02395434293638, - 38.83749691509371, - 38.79892266038651, - 38.90109060392801, - 39.12992986519984, - 39.370746511271896, - 39.460026684938654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 0.3125, -4.0625 0.625, -3.75 0.625, -3.75 0.3125, -4.0625 0.3125))", @@ -47365,68 +34279,7 @@ "id": "957", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.061608687892224, - 5.061608687892224, - 5.061608687892224, - 5.061608687892224, - 5.061608687892224, - 5.061608687892224, - 5.061608687892224, - 5.061608687892224 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 361.2582750913748, - -133.77647398528597, - -479.771214200316, - -537.0364308526242, - -309.79146920523647, - 149.35773413564277, - 615.5991886825038, - 746.8412708841383 - ], - "relative wind speed": [ - 1.7609994653605177, - 1.3898233870305143, - 0.9830580910860032, - 0.87801258281863, - 1.2081544855823565, - 1.6214645635646265, - 1.895877941108852, - 1.9467537806422657 - ], - "relative wind angle": [ - 0.26856208224618455, - 0.39654387503972666, - 0.30144484048416537, - 0.14173462123683717, - 0.39712201603731717, - 0.337422262132796, - 0.15456455858449097, - 0.0637536210597476 - ], - "resistance": [ - 96995.75827509139, - 96500.72352601473, - 96154.7287857997, - 96097.4635691474, - 96324.70853079477, - 96783.85773413566, - 97250.09918868252, - 97381.34127088415 - ], - "fuel": [ - 39.14557070356456, - 38.89035455688011, - 38.71251767943537, - 38.683127054106244, - 38.79982943241425, - 39.03621333489584, - 39.277051276016884, - 39.34499052485157 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 0, -4.375 0.3125, -4.0625 0.3125, -4.0625 0, -4.375 0))", @@ -47445,68 +34298,7 @@ "id": "958", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.343304893857433, - 5.343304893857433, - 5.343304893857433, - 5.343304893857433, - 5.343304893857433, - 5.343304893857433, - 5.343304893857433, - 5.343304893857433 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 259.3791855169817, - -250.38545941215637, - -554.3091462659588, - -551.3353933792898, - -241.1963728725682, - 270.4095017280007, - 723.4371503811009, - 716.6376531157003 - ], - "relative wind speed": [ - 1.7662460147659607, - 1.3669027467228245, - 0.9954308605305963, - 1.0005272398009741, - 1.37585641852292, - 1.7731843530972606, - 2.005423464251546, - 2.002885696060461 - ], - "relative wind angle": [ - 0.293214267848154, - 0.38004772973362577, - 0.20907803048927076, - 0.21645558272353288, - 0.38013006538786986, - 0.2900157635353851, - 0.10320862235238185, - 0.10749334674950971 - ], - "resistance": [ - 96893.87918551701, - 96384.11454058788, - 96080.19085373406, - 96083.16460662073, - 96393.30362712746, - 96904.90950172803, - 97357.93715038113, - 97351.13765311573 - ], - "fuel": [ - 39.169505682889636, - 38.90690272964756, - 38.750797921702116, - 38.752323670062545, - 38.911627887957195, - 39.175198588280026, - 39.40940383593164, - 39.405883001571354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.0625 0, -4.0625 0.3125, -3.75 0.3125, -3.75 0, -4.0625 0))", @@ -47525,68 +34317,7 @@ "id": "959", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.953330784291952, - 4.953330784291952, - 4.953330784291952, - 4.953330784291952, - 4.953330784291952, - 4.953330784291952, - 4.953330784291952, - 4.953330784291952 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 205.1781026964128, - -215.1429727166162, - -463.31275461459666, - -457.99743485394436, - -198.60472329624088, - 224.97735381397445, - 596.022682087825, - 583.8693011977147 - ], - "relative wind speed": [ - 1.6208130324178507, - 1.2630589303495063, - 0.9373832696567623, - 0.9470669948225978, - 1.280380269289691, - 1.6343471658452042, - 1.8405763026317297, - 1.8356123303572527 - ], - "relative wind angle": [ - 0.2851139055065256, - 0.36364550912469756, - 0.19263040362240597, - 0.20788215522414807, - 0.36403866229460624, - 0.278464976026705, - 0.09765387899879772, - 0.1066862842198802 - ], - "resistance": [ - 96839.6781026964, - 96419.35702728337, - 96171.18724538539, - 96176.50256514605, - 96435.89527670374, - 96859.47735381396, - 97230.52268208782, - 97218.3693011977 - ], - "fuel": [ - 39.03697790905603, - 38.820466232410524, - 38.69294010383834, - 38.695669066759415, - 38.82897282919353, - 39.04719291812163, - 39.23889580155139, - 39.23260856636191 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 0.9375, -3.75 1.25, -3.4375 1.25, -3.4375 0.9375, -3.75 0.9375))", @@ -47605,68 +34336,7 @@ "id": "960", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.335872731538477, - 5.335872731538477, - 5.335872731538477, - 5.335872731538477, - 5.335872731538477, - 5.335872731538477, - 5.335872731538477, - 5.335872731538477 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 228.42044100634496, - -243.16249082004822, - -522.5678991145888, - -517.7053929729839, - -227.94266574532185, - 246.60144158160676, - 662.23340768031, - 651.113581083562 - ], - "relative wind speed": [ - 1.7358291091823093, - 1.3632269084699187, - 1.0265103921076935, - 1.0346361238482669, - 1.3779773706848584, - 1.7474371881208637, - 1.964230318801518, - 1.9599623520956817 - ], - "relative wind angle": [ - 0.27600028001560817, - 0.34994731529838713, - 0.1841301577409179, - 0.19609113682294052, - 0.35040522312905176, - 0.27076226595314784, - 0.09583054670889724, - 0.10303380737605493 - ], - "resistance": [ - 96862.92044100634, - 96391.33750917995, - 96111.93210088542, - 96116.79460702701, - 96406.55733425468, - 96881.1014415816, - 97296.73340768031, - 97285.61358108355 - ], - "fuel": [ - 39.151443474952906, - 38.90853048423565, - 38.764998783633786, - 38.767494189182486, - 38.91635731346027, - 39.16082509919333, - 39.375631869240806, - 39.36987655544577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 0.9375, -3.4375 1.25, -3.125 1.25, -3.125 0.9375, -3.4375 0.9375))", @@ -47685,68 +34355,7 @@ "id": "961", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.861459930757571, - 4.861459930757571, - 4.861459930757571, - 4.861459930757571, - 4.861459930757571, - 4.861459930757571, - 4.861459930757571, - 4.861459930757571 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 29.656252494555133, - -353.7059004494715, - -491.948160029406, - -386.81771181874547, - -25.497131143990828, - 423.1845195841461, - 715.1472700809604, - 472.73736972787174 - ], - "relative wind speed": [ - 1.4702890145108418, - 1.0725316239425247, - 0.8316033309323846, - 1.0267449586562836, - 1.4233120426154546, - 1.742768737523327, - 1.8697601067590472, - 1.7701304321205673 - ], - "relative wind angle": [ - 0.3609007075368011, - 0.3670705820388782, - 0.030265594525370875, - 0.3471560432971354, - 0.3733877325713803, - 0.22269918747536357, - 0.01345942007991712, - 0.19864765038727827 - ], - "resistance": [ - 96664.15625249458, - 96280.79409955055, - 96142.5518399706, - 96247.68228818127, - 96609.00286885603, - 97057.68451958416, - 97349.64727008097, - 97107.23736972788 - ], - "fuel": [ - 38.923310471132666, - 38.726060735065175, - 38.655065677716614, - 38.709049509314426, - 38.89489895088477, - 39.12635975048282, - 39.27737650253735, - 39.15196844698373 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 0.625, -3.75 0.9375, -3.4375 0.9375, -3.4375 0.625, -3.75 0.625))", @@ -47765,68 +34374,7 @@ "id": "962", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.449552273837428, - 4.449552273837428, - 4.449552273837428, - 4.449552273837428, - 4.449552273837428, - 4.449552273837428, - 4.449552273837428, - 4.449552273837428 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 199.23284015815966, - -250.89956451504003, - -485.9504055607772, - -442.9424699623454, - -123.8420433695884, - 355.44326183755686, - 751.5785013767922, - 652.0424645174628 - ], - "relative wind speed": [ - 1.51945991981333, - 1.0743597970541543, - 0.6633413351759812, - 0.7645007146011973, - 1.225951488692438, - 1.6301737720317098, - 1.8362172457509713, - 1.796455999439061 - ], - "relative wind angle": [ - 0.4009119632934881, - 0.5207753469438835, - 0.24824856048894964, - 0.40902288376397977, - 0.5048668840535888, - 0.3340907242446047, - 0.08887952858353727, - 0.17006959983890024 - ], - "resistance": [ - 96833.73284015819, - 96383.60043548499, - 96148.54959443925, - 96191.55753003768, - 96510.65795663044, - 96989.94326183759, - 97386.07850137682, - 97286.5424645175 - ], - "fuel": [ - 38.91366809949869, - 38.68183522738408, - 38.561076019406315, - 38.58315631594466, - 38.74719762269112, - 38.99429778572649, - 39.19917433176175, - 39.147640522339756 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 0.625, -3.4375 0.9375, -3.125 0.9375, -3.125 0.625, -3.4375 0.625))", @@ -47845,68 +34393,7 @@ "id": "963", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9888198375478594, - 3.9888198375478594, - 3.9888198375478594, - 3.9888198375478594, - 3.9888198375478594, - 3.9888198375478594, - 3.9888198375478594, - 3.9888198375478594 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -14.995487820265339, - -334.0521588451146, - -419.88502799029703, - -275.5916375600018, - 91.67035607718844, - 506.64413481728286, - 709.4964657049562, - 407.59913611494153 - ], - "relative wind speed": [ - 1.2051233407445565, - 0.7470418060096871, - 0.5158386206670926, - 0.8645319061258555, - 1.3115239448991298, - 1.6168938940217692, - 1.704795542544433, - 1.5572417627785002 - ], - "relative wind angle": [ - 0.5170539687097634, - 0.5313349078391264, - 0.11739465667396361, - 0.5664717023263192, - 0.47149461132004966, - 0.23629258962956634, - 0.035447273738694385, - 0.3025295739617862 - ], - "resistance": [ - 96619.50451217976, - 96300.44784115492, - 96214.61497200973, - 96358.90836244002, - 96726.17035607721, - 97141.14413481731, - 97343.99646570499, - 97042.09913611496 - ], - "fuel": [ - 38.70790865608484, - 38.54376059162807, - 38.4996660125121, - 38.57380897752935, - 38.76287051516786, - 38.97709737805707, - 39.082051430815724, - 38.92590797918641 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 0.9375, -3.125 1.25, -2.8125 1.25, -2.8125 0.9375, -3.125 0.9375))", @@ -47925,68 +34412,7 @@ "id": "964", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.272079250884566, - 5.272079250884566, - 5.272079250884566, - 5.272079250884566, - 5.272079250884566, - 5.272079250884566, - 5.272079250884566, - 5.272079250884566 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 67.93596459553555, - -390.7902869336044, - -575.0947879894451, - -470.22896763994225, - -64.34087788187708, - 459.4663737129681, - 819.389347627646, - 578.1736931679416 - ], - "relative wind speed": [ - 1.6182026845688582, - 1.1923036691488098, - 0.9112429155555071, - 1.0914384965120885, - 1.514204664719352, - 1.8681026887026284, - 2.0201564404405916, - 1.9287710344504696 - ], - "relative wind angle": [ - 0.3500296502977667, - 0.37050178600473477, - 0.061065978863183074, - 0.32941293523546034, - 0.375221199230185, - 0.2332051738478648, - 0.027531723610797594, - 0.18409075699155014 - ], - "resistance": [ - 96702.43596459558, - 96243.70971306643, - 96059.40521201059, - 96164.2710323601, - 96570.15912211817, - 97093.96637371302, - 97453.88934762769, - 97212.67369316799 - ], - "fuel": [ - 39.050926252289216, - 38.81489871946349, - 38.72028937735196, - 38.774104827856206, - 38.98278576326518, - 39.252999008816744, - 39.43926205934633, - 39.31437773254292 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 0.9375, -2.8125 1.25, -2.5 1.25, -2.5 0.9375, -2.8125 0.9375))", @@ -48005,68 +34431,7 @@ "id": "965", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.103023653498341, - 5.103023653498341, - 5.103023653498341, - 5.103023653498341, - 5.103023653498341, - 5.103023653498341, - 5.103023653498341, - 5.103023653498341 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 66.64011610882301, - -390.3849002813073, - -569.674513391393, - -457.85595350920875, - -45.94965272995171, - 481.7757764188809, - 841.2142552014243, - 583.48290458726 - ], - "relative wind speed": [ - 1.5770261540880197, - 1.1331845281995108, - 0.8392290945947153, - 1.0427110620197877, - 1.486138706399932, - 1.8470280372498316, - 1.9978273879701036, - 1.899571895580496 - ], - "relative wind angle": [ - 0.3764279650797702, - 0.4032194567549682, - 0.05854049765711945, - 0.36808877931202444, - 0.40072083238686795, - 0.24312110025897876, - 0.02457958965467429, - 0.19882651572255172 - ], - "resistance": [ - 96701.14011610887, - 96244.11509971874, - 96064.82548660865, - 96176.64404649084, - 96588.5503472701, - 97116.27577641893, - 97475.71425520147, - 97217.9829045873 - ], - "fuel": [ - 39.004494031164626, - 38.76934258873637, - 38.67730560427865, - 38.73469279049627, - 38.94649147034829, - 39.21876592394166, - 39.404807758866724, - 39.271359766858595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 0.625, -3.125 0.9375, -2.8125 0.9375, -2.8125 0.625, -3.125 0.625))", @@ -48098,9 +34463,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -34.43616361508657, + -34.436163615086684, -398.8616903272375, - -495.8777137953414, + -495.87771379534144, -326.07429045587554, 87.86990512662328, 555.837884350864, @@ -48110,7 +34475,7 @@ "relative wind speed": [ 1.334001809986188, 0.877605468733672, - 0.6643685218811233, + 0.6643685218811232, 0.9928511191554354, 1.4437491171461363, 1.75891471753335, @@ -48118,7 +34483,7 @@ 1.6965314608042115 ], "relative wind angle": [ - 0.4612482300678724, + 0.4612482300678729, 0.4438900761514499, 0.09151119393367982, 0.48486049926754643, @@ -48178,10 +34543,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -52.26066594445979, + -52.2606659444599, -432.91802702760657, - -529.7468426515971, - -345.60107758726235, + -529.7468426515973, + -345.6010775872623, 93.96649367904854, 583.383227817372, 806.9634998588665, @@ -48190,22 +34555,22 @@ "relative wind speed": [ 1.3872026844926206, 0.9344630185119781, - 0.7377212769395934, - 1.0630535775589864, + 0.7377212769395933, + 1.0630535775589862, 1.5124776675532339, 1.8272106747018215, 1.9151207012252307, 1.7555161844739122 ], "relative wind angle": [ - 0.43905881345855086, + 0.4390588134585511, 0.40532529454074506, - 0.093096420111328, - 0.4532101989848477, + 0.0930964201113292, + 0.45321019898484716, 0.40049988126552905, 0.20305245670908545, - 0.035817435429715445, - 0.26835183129922224 + 0.03581743542971544, + 0.2683518312992223 ], "resistance": [ 96582.23933405556, @@ -48245,68 +34610,7 @@ "id": "968", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.295148679068228, - 4.295148679068228, - 4.295148679068228, - 4.295148679068228, - 4.295148679068228, - 4.295148679068228, - 4.295148679068228, - 4.295148679068228 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 271.14835948778114, - -197.34923861289377, - -459.0722396734333, - -450.85446330216905, - -172.8111519852713, - 300.8986116175729, - 724.2668091546259, - 705.1290500671594 - ], - "relative wind speed": [ - 1.5413117347541196, - 1.1019081973883855, - 0.6421816739046253, - 0.6632607870264776, - 1.1316514324202147, - 1.562714034210276, - 1.8010773236845024, - 1.7934218568375078 - ], - "relative wind angle": [ - 0.39513731194867957, - 0.5562066174022212, - 0.36536656101307163, - 0.39836516260497373, - 0.5518719680695842, - 0.3814682185613757, - 0.1277409727771655, - 0.1439581334804754 - ], - "resistance": [ - 96905.6483594878, - 96437.15076138712, - 96175.42776032658, - 96183.64553669785, - 96461.68884801475, - 96935.3986116176, - 97358.76680915464, - 97339.62905006717 - ], - "fuel": [ - 38.91727093741909, - 38.675870029190136, - 38.54136862639848, - 38.54558792704876, - 38.68849340384586, - 38.93262781095093, - 39.15152444949952, - 39.141615144190254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 0.3125, -3.4375 0.625, -3.125 0.625, -3.125 0.3125, -3.4375 0.3125))", @@ -48325,52 +34629,7 @@ "id": "969", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 91.59759430717358, - 91.59759430717358, - 91.59759430717358, - 91.59759430717358, - 91.59759430717358, - 91.59759430717358, - 91.59759430717358, - 91.59759430717358 - ], - "relative wind speed": [ - 0.6445219864071655, - 0.6445219864071655, - 0.6445219864071655, - 0.6445219864071655, - 0.6445219864071655, - 0.6445219864071655, - 0.6445219864071655, - 0.6445219864071655 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.75 0, -3.75 0.3125, -3.4375 0.3125, -3.4375 0, -3.75 0))", @@ -48389,68 +34648,7 @@ "id": "970", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.2254990172988505, - 4.2254990172988505, - 4.2254990172988505, - 4.2254990172988505, - 4.2254990172988505, - 4.2254990172988505, - 4.2254990172988505, - 4.2254990172988505 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 179.30506827392162, - -213.98605365794117, - -424.5525924475553, - -393.5653541468678, - -121.94308217598211, - 292.02195903069037, - 638.7491718192946, - 567.2845998494597 - ], - "relative wind speed": [ - 1.4373954906422008, - 1.032064935468663, - 0.6565556358777971, - 0.731621850909327, - 1.1474893070946042, - 1.5223926810751067, - 1.7180722346316202, - 1.6874735475517824 - ], - "relative wind angle": [ - 0.3827974165010577, - 0.4974660259041702, - 0.24556410594948075, - 0.37324466802210665, - 0.48689461490898395, - 0.3294313269672195, - 0.09303537262000423, - 0.158758959709003 - ], - "resistance": [ - 96813.80506827396, - 96420.5139463421, - 96209.94740755248, - 96240.93464585317, - 96512.55691782404, - 96926.52195903072, - 97273.24917181932, - 97201.78459984949 - ], - "fuel": [ - 38.855282772288284, - 38.652712586066166, - 38.5444938650307, - 38.56040911576538, - 38.70006903949617, - 38.91344532624532, - 39.092654916307005, - 39.05568110473095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.4375 0, -3.4375 0.3125, -3.125 0.3125, -3.125 0, -3.4375 0))", @@ -48469,52 +34667,7 @@ "id": "971", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 83.97979895189745, - 83.97979895189745, - 83.97979895189745, - 83.97979895189745, - 83.97979895189745, - 83.97979895189745, - 83.97979895189745, - 83.97979895189745 - ], - "relative wind speed": [ - 0.6171391789716134, - 0.6171391789716134, - 0.6171391789716134, - 0.6171391789716134, - 0.6171391789716134, - 0.6171391789716134, - 0.6171391789716134, - 0.6171391789716134 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 0.3125, -3.125 0.625, -2.8125 0.625, -2.8125 0.3125, -3.125 0.3125))", @@ -48533,52 +34686,7 @@ "id": "972", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 94.76638828243257, - 94.76638828243257, - 94.76638828243257, - 94.76638828243257, - 94.76638828243257, - 94.76638828243257, - 94.76638828243257, - 94.76638828243257 - ], - "relative wind speed": [ - 0.6555757307099153, - 0.6555757307099153, - 0.6555757307099153, - 0.6555757307099153, - 0.6555757307099153, - 0.6555757307099153, - 0.6555757307099153, - 0.6555757307099153 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 0.3125, -2.8125 0.625, -2.5 0.625, -2.5 0.3125, -2.8125 0.3125))", @@ -48610,17 +34718,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -143.9902583067415, + -143.9902583067419, -441.69204504393053, -470.9009317908892, -229.73069494466426, 256.898612052731, 723.4458673728169, - 792.3281368596901, - 362.8299558468169 + 792.3281368596896, + 362.82995584681703 ], "relative wind speed": [ - 1.1577871637478474, + 1.1577871637478472, 0.6455648975623525, 0.5646156640606134, 1.0506983665044531, @@ -48630,14 +34738,14 @@ 1.5965090508378772 ], "relative wind angle": [ - 0.5904001894681358, + 0.5904001894681362, 0.4988617245833603, - 0.37679390844447297, + 0.3767939084444739, 0.6108602412260018, - 0.4376994999653973, + 0.43769949996539737, 0.17254571290763263, - 0.1140220513608312, - 0.3870743226792728 + 0.11402205136083218, + 0.3870743226792727 ], "resistance": [ 96490.50974169325, @@ -48677,52 +34785,7 @@ "id": "974", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 98.85430907181873, - 98.85430907181873, - 98.85430907181873, - 98.85430907181873, - 98.85430907181873, - 98.85430907181873, - 98.85430907181873, - 98.85430907181873 - ], - "relative wind speed": [ - 0.6695661744769617, - 0.6695661744769617, - 0.6695661744769617, - 0.6695661744769617, - 0.6695661744769617, - 0.6695661744769617, - 0.6695661744769617, - 0.6695661744769617 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 0, -2.8125 0.3125, -2.5 0.3125, -2.5 0, -2.8125 0))", @@ -48754,34 +34817,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 7.912763952510886, + 7.912763952510545, -418.8524568981422, -531.9668269971393, -364.891371510653, 122.74006058114253, 688.1339002399233, 991.4902616986577, - 590.5798659963917 + 590.579865996392 ], "relative wind speed": [ - 1.362517459075331, + 1.3625174590753308, 0.7984350085916712, - 0.45733701233608826, - 0.9068331720848724, + 0.4573370123360882, + 0.9068331720848725, 1.45528976106634, 1.8266974713960817, 1.9404033014033761, - 1.775380441752164 + 1.7753804417521637 ], "relative wind angle": [ 0.5765752777440256, 0.6553833115133335, - 0.11968253502600784, - 0.6709974782543017, + 0.11968253502600877, + 0.6709974782543019, 0.535653694243932, 0.2696473373337127, 0.028144605614264646, - 0.32318464574314126 + 0.3231846457431409 ], "resistance": [ 96642.41276395257, @@ -48834,33 +34897,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 33.18123942912939, + 33.18123942912905, -225.9324325487903, -327.44496077516123, -265.6035490728376, -32.86055823270726, 264.51375185268637, - 466.028056643598, + 466.02805664359926, 323.7260013338233 ], "relative wind speed": [ - 1.2199983098051492, + 1.219998309805149, 0.9006690671688135, - 0.6950485540962221, + 0.695048554096222, 0.8344236149694507, 1.1514527092243492, 1.4152859954626742, - 1.526809328290951, + 1.5268093282909507, 1.455326921447146 ], "relative wind angle": [ - 0.3480883969803542, - 0.36339238988278544, + 0.3480883969803545, + 0.3633923898827855, 0.052687508834883615, 0.32744980791086065, - 0.3697765911430882, + 0.36977659114308825, 0.2281766334629926, - 0.023976106782504225, + 0.023976106782499593, 0.18547035763045305 ], "resistance": [ @@ -48914,33 +34977,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -24.479355430189514, + -24.479355430189912, -271.6792284312626, - -339.68673929720546, - -233.48288914543116, - 39.29890736983134, + -339.6867392972057, + -233.4828891454311, + 39.298907369831454, 349.20620582513413, 506.06363408871505, 291.501672710854 ], "relative wind speed": [ - 1.144828782509901, + 1.1448287825099008, 0.7982923537179872, - 0.636073639626605, - 0.8653850579442423, + 0.6360736396266049, + 0.8653850579442424, 1.2118120031465058, 1.4635062658657956, 1.5409515233144788, 1.4248613875461322 ], "relative wind angle": [ - 0.40657729266575227, - 0.377817717260312, - 0.057067151012319406, - 0.4110591837600685, - 0.38289605019231643, - 0.20260164181446033, - 0.023545558235984573, + 0.4065772926657528, + 0.37781771726031205, + 0.0570671510123233, + 0.41105918376006884, + 0.3828960501923164, + 0.20260164181446036, + 0.02354555823598457, 0.24513156142603065 ], "resistance": [ @@ -48994,9 +35057,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 34.598119203325496, + 34.598119203325155, -267.7919803729691, - -386.986521371268, + -386.98652137126857, -317.9036721870345, -48.692761824615445, 295.53479919460506, @@ -49004,9 +35067,9 @@ 369.59602447562145 ], "relative wind speed": [ - 1.3650200773629075, + 1.3650200773629073, 1.039074315495117, - 0.8338875538333198, + 0.8338875538333197, 0.9672025055400799, 1.2881605667089546, 1.5629977684264704, @@ -49014,9 +35077,9 @@ 1.6084641029580873 ], "relative wind angle": [ - 0.3158658740175838, + 0.3158658740175842, 0.3216793520804604, - 0.04865833928660752, + 0.048658339286612076, 0.28415746106765, 0.33542898578691627, 0.21176109073795063, @@ -49061,52 +35124,7 @@ "id": "979", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.56780280615226, - 52.56780280615226, - 52.56780280615226, - 52.56780280615226, - 52.56780280615226, - 52.56780280615226, - 52.56780280615226, - 52.56780280615226 - ], - "relative wind speed": [ - 0.48826502415670675, - 0.48826502415670675, - 0.48826502415670675, - 0.48826502415670675, - 0.48826502415670675, - 0.48826502415670675, - 0.48826502415670675, - 0.48826502415670675 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 2.1875, -1.875 2.5, -1.5625 2.5, -1.5625 2.1875, -1.875 2.1875))", @@ -49125,68 +35143,7 @@ "id": "980", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.994096082313445, - 3.994096082313445, - 3.994096082313445, - 3.994096082313445, - 3.994096082313445, - 3.994096082313445, - 3.994096082313445, - 3.994096082313445 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -165.48750207229034, - -334.4823596985871, - -319.1223000003008, - -118.63511647214676, - 193.8829133332356, - 459.0784464810922, - 423.9153893511718, - 137.32537619643574 - ], - "relative wind speed": [ - 0.9944971480224953, - 0.7006806976595491, - 0.736995052127235, - 1.0559670843217122, - 1.3680839548172221, - 1.5393910629792988, - 1.5223391796814472, - 1.3212160314204144 - ], - "relative wind angle": [ - 0.41373498765366157, - 0.20419353903155033, - 0.2732468743643028, - 0.4125102807033501, - 0.2965765057066238, - 0.09242927577441644, - 0.1310188277061158, - 0.32617605895373364 - ], - "resistance": [ - 96469.01249792772, - 96300.01764030143, - 96315.37769999972, - 96515.86488352787, - 96828.38291333325, - 97093.5784464811, - 97058.41538935118, - 96771.82537619644 - ], - "fuel": [ - 38.6314489867389, - 38.54455207729387, - 38.552445807062675, - 38.65555923051486, - 38.81659000456301, - 38.95352202033878, - 38.9353507517861, - 38.787420739332816 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 2.1875, -1.5625 2.5, -1.25 2.5, -1.25 2.1875, -1.5625 2.1875))", @@ -49218,17 +35175,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -204.56435357753185, + -204.56435357753196, -352.78134083337966, -307.9774938563686, -69.96295889504131, 267.15098223487854, 528.0964132941367, - 424.8891064865331, + 424.8891064865333, 103.22939078249425 ], "relative wind speed": [ - 0.9081457338585287, + 0.9081457338585286, 0.6075207176669755, 0.7214801262020972, 1.091039187550826, @@ -49238,13 +35195,13 @@ 1.2730134904267094 ], "relative wind angle": [ - 0.4683208658176239, + 0.4683208658176241, 0.16475523042636978, - 0.38209429899703795, + 0.3820942989970383, 0.4556257535864248, 0.2951329278214438, 0.06380711904178159, - 0.17870395524044597, + 0.17870395524044536, 0.3866888998171198 ], "resistance": [ @@ -49285,52 +35242,7 @@ "id": "982", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.14405111331351, - 45.14405111331351, - 45.14405111331351, - 45.14405111331351, - 45.14405111331351, - 45.14405111331351, - 45.14405111331351, - 45.14405111331351 - ], - "relative wind speed": [ - 0.45247643660632925, - 0.45247643660632925, - 0.45247643660632925, - 0.45247643660632925, - 0.45247643660632925, - 0.45247643660632925, - 0.45247643660632925, - 0.45247643660632925 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 1.875, -1.5625 2.1875, -1.25 2.1875, -1.25 1.875, -1.5625 1.875))", @@ -49362,34 +35274,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -146.73554515877447, + -146.73554515877458, -289.16001871176024, -266.44919981552687, - -79.47278533955517, - 204.15218479929592, + -79.47278533955512, + 204.15218479929604, 440.7794323758993, - 388.3169783134748, + 388.31697831347503, 121.61645520448701 ], "relative wind speed": [ - 0.841897372073024, + 0.8418973720730237, 0.5275554949046397, 0.5955048664150371, - 0.9449988515771117, + 0.9449988515771118, 1.2562323101273989, 1.4172494494292123, 1.390066457471546, 1.1806303285234647 ], "relative wind angle": [ - 0.5090824902019877, + 0.5090824902019879, 0.2495045822931519, - 0.3894421863123158, - 0.4963363100811638, - 0.33273383281762403, + 0.3894421863123164, + 0.496336310081164, + 0.3327338328176237, 0.0920446215084427, - 0.1633776267567718, - 0.3910563198208778 + 0.16337762675677114, + 0.39105631982087785 ], "resistance": [ 96487.76445484124, @@ -49442,34 +35354,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -76.49880228614188, + -76.49880228614211, -413.9991275743402, - -494.0372700480664, + -494.03727004806666, -328.20966789560214, 66.15329016887631, 493.935269097267, - 677.7762372154458, + 677.7762372154476, 366.7362189291083 ], "relative wind speed": [ 1.422365664962983, 1.0523601822520665, - 0.9114050877744256, + 0.9114050877744255, 1.1639859132082562, 1.5404552223762955, 1.813467513859123, 1.8882444606011377, - 1.7439217788836552 + 1.7439217788836554 ], "relative wind angle": [ - 0.35093574958304435, - 0.2905939966621625, - 0.06869227231737836, - 0.3416578659792678, + 0.350935749583045, + 0.29059399666216257, + 0.06869227231737997, + 0.34165786597926784, 0.32301085767391907, 0.1670449247504844, - 0.03313591677835826, - 0.22553708168400033 + 0.03313591677835491, + 0.22553708168400086 ], "resistance": [ 96558.00119771383, @@ -49478,7 +35390,7 @@ 96306.29033210437, 96700.65329016885, 97128.43526909724, - 97312.27623721541, + 97312.27623721542, 97001.23621892907 ], "fuel": [ @@ -49488,7 +35400,7 @@ 38.783047574701996, 38.98600299513224, 39.20681156399789, - 39.30191410448863, + 39.301914104488645, 39.14108399274167 ] }, @@ -49509,52 +35421,7 @@ "id": "985", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.70636695146852, - 45.70636695146852, - 45.70636695146852, - 45.70636695146852, - 45.70636695146852, - 45.70636695146852, - 45.70636695146852, - 45.70636695146852 - ], - "relative wind speed": [ - 0.4552857464175808, - 0.4552857464175808, - 0.4552857464175808, - 0.4552857464175808, - 0.4552857464175808, - 0.4552857464175808, - 0.4552857464175808, - 0.4552857464175808 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 1.25, -2.5 1.5625, -2.1875 1.5625, -2.1875 1.25, -2.5 1.25))", @@ -49573,68 +35440,7 @@ "id": "986", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7962438405649515, - 4.7962438405649515, - 4.7962438405649515, - 4.7962438405649515, - 4.7962438405649515, - 4.7962438405649515, - 4.7962438405649515, - 4.7962438405649515 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -0.6310283337887768, - -367.8714435875284, - -483.68406724036373, - -362.6684606657133, - 8.039790466944169, - 450.06710452036475, - 717.7553633802942, - 442.263854687846 - ], - "relative wind speed": [ - 1.427299501561585, - 1.027670591608355, - 0.8099365097111122, - 1.0350041617432748, - 1.43477397188663, - 1.7434601723884082, - 1.8546598253583502, - 1.739116615622824 - ], - "relative wind angle": [ - 0.37468668861746984, - 0.36469029110984963, - 0.0049562466358000715, - 0.36785827958872963, - 0.372638794848883, - 0.21181099239936546, - 0.0021644032755974017, - 0.21568859228931342 - ], - "resistance": [ - 96633.86897166619, - 96266.62855641246, - 96150.81593275962, - 96271.83153933428, - 96642.53979046692, - 97084.56710452035, - 97352.25536338027, - 97076.76385468783 - ], - "fuel": [ - 38.89159369436431, - 38.702669381833815, - 38.643194456479456, - 38.705342516086866, - 38.896060401917595, - 39.12413812694545, - 39.262613667280725, - 39.12010549365122 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 1.25, -2.1875 1.5625, -1.875 1.5625, -1.875 1.25, -2.1875 1.25))", @@ -49653,68 +35459,7 @@ "id": "987", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.016226234025993, - 4.016226234025993, - 4.016226234025993, - 4.016226234025993, - 4.016226234025993, - 4.016226234025993, - 4.016226234025993, - 4.016226234025993 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -6.939336510031694, - -294.888194663107, - -380.5561692645945, - -267.3486465560572, - 39.236606905829944, - 397.66644885565097, - 596.2657237875555, - 355.5254445301799 - ], - "relative wind speed": [ - 1.2028586410853672, - 0.8128369199771398, - 0.6072124885591985, - 0.8613513508693281, - 1.249693792962263, - 1.5322857527642222, - 1.62477582464163, - 1.5055488490772149 - ], - "relative wind angle": [ - 0.4368851459396887, - 0.4338400866391826, - 0.042403693716023406, - 0.4544230791949627, - 0.4194540227894053, - 0.2248794837469376, - 0.015843055631029796, - 0.25384511465554643 - ], - "resistance": [ - 96627.56066348997, - 96339.6118053369, - 96253.9438307354, - 96367.15135344394, - 96673.73660690583, - 97032.16644885566, - 97230.76572378755, - 96990.02544453018 - ], - "fuel": [ - 38.717337797333286, - 38.569168762307385, - 38.52514638305233, - 38.58332636736496, - 38.74112712795879, - 38.92605600001025, - 39.028727452454035, - 38.90428890370261 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 2.1875, -1.25 2.5, -0.9375 2.5, -0.9375 2.1875, -1.25 2.1875))", @@ -49746,9 +35491,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -96.52222475381933, + -96.5222247538195, -292.1713452462708, - -314.85337883974535, + -314.85337883974546, -165.56039720807428, 114.56655471042882, 388.18516302466287, @@ -49756,9 +35501,9 @@ 198.00623421242756 ], "relative wind speed": [ - 1.030789807326575, + 1.0307898073265749, 0.7129084279848563, - 0.6566613254556036, + 0.6566613254556035, 0.9362426511362384, 1.2583319418415537, 1.4620836077513673, @@ -49766,11 +35511,11 @@ 1.3301791612186988 ], "relative wind angle": [ - 0.4186007865534925, + 0.41860078655349275, 0.29863594506383206, - 0.18744318763578133, - 0.42121716613767385, - 0.3394609829199889, + 0.18744318763578252, + 0.4212171661376738, + 0.33946098291998855, 0.14395609380616675, 0.0823182005867524, 0.29191111178944773 @@ -49826,34 +35571,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -70.51352251478392, + -70.51352251478426, -274.0283010080061, -311.2644347065134, -185.30918822700022, 77.23625727010483, 347.92483096107253, 433.2958023972519, - 215.28869805987085 + 215.28869805987108 ], "relative wind speed": [ - 1.0693235042789024, + 1.0693235042789022, 0.7607474130919901, - 0.6718627371987119, + 0.6718627371987118, 0.9143488556409646, 1.227732035604976, 1.439458954443611, 1.4830304010430482, - 1.3471246706382105 + 1.3471246706382107 ], "relative wind angle": [ - 0.39051620955753386, + 0.39051620955753413, 0.3042652810735427, - 0.1264573993003958, + 0.12645739930039582, 0.3901462298472206, - 0.3379463258145389, - 0.1590022684270909, - 0.057168028153221105, - 0.26109779255834575 + 0.33794632581453926, + 0.15900226842709086, + 0.05716802815322111, + 0.2610977925583462 ], "resistance": [ 96563.98647748523, @@ -49906,34 +35651,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -99.53079097829493, + -99.53079097829504, -303.25034863623125, - -325.38285998677736, - -166.10651993766925, + -325.3828599867775, + -166.10651993766936, 129.6432384957207, 418.3257476528153, - 469.14343479314215, + 469.1434347931417, 210.57460583980452 ], "relative wind speed": [ 1.0239518881950724, 0.6831181162695845, 0.6260005696326463, - 0.9316425898409513, + 0.9316425898409512, 1.2712246282603739, 1.4825111008212635, 1.5075187599673783, 1.3403475704564187 ], "relative wind angle": [ - 0.4496379132867052, + 0.44963791328670594, 0.3274855525130023, - 0.21621587108438897, - 0.4552865882599514, - 0.3576729528328411, - 0.14876554701337372, - 0.08920446397955913, - 0.3106087930222517 + 0.21621587108439, + 0.4552865882599511, + 0.35767295283284145, + 0.14876554701337374, + 0.08920446397956037, + 0.31060879302225175 ], "resistance": [ 96534.96920902167, @@ -49986,14 +35731,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1.408496876442257, + -1.4084968764424275, -272.0213858059606, - -354.7885631345449, + -354.78856313454526, -253.97128779798945, 28.833625527446088, 362.6534046817143, - 554.5401978439141, - 335.0920658761353 + 554.5401978439176, + 335.0920658761354 ], "relative wind speed": [ 1.1720679472405882, @@ -50002,18 +35747,18 @@ 0.8314529158436713, 1.2037085447610492, 1.4780045661714736, - 1.570722438251341, - 1.4599121831173907 + 1.5707224382513407, + 1.4599121831173905 ], "relative wind angle": [ - 0.4288029227040262, + 0.42880292270402676, 0.42904640438430586, - 0.029099762163610963, + 0.029099762163618592, 0.44360423694553197, - 0.4168182519128888, - 0.22678561672022698, - 0.011044608811134915, - 0.24693979115310055 + 0.41681825191288885, + 0.22678561672022696, + 0.011044608811124861, + 0.24693979115309964 ], "resistance": [ 96633.09150312356, @@ -50066,7 +35811,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -70.93552080366226, + -70.93552080366248, -254.02225563618342, -283.7709618055612, -161.95753769813928, @@ -50076,9 +35821,9 @@ 192.31226404596845 ], "relative wind speed": [ - 1.0009314984671804, + 1.0009314984671802, 0.6996826895129072, - 0.6230779831765518, + 0.6230779831765517, 0.8701909823656631, 1.1749108786057412, 1.3757629051860112, @@ -50088,8 +35833,8 @@ "relative wind angle": [ 0.4072912581359421, 0.3112409629733967, - 0.1505780079209403, - 0.40948382987130244, + 0.15057800792093962, + 0.4094838298713025, 0.3442238060651402, 0.1563836586353892, 0.06623854452005926, @@ -50146,19 +35891,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 55.13805977659911, + 55.13805977659888, -190.57614424383496, -298.4603112423096, -251.83249512533553, -46.966676552845, 228.0402670461234, - 427.1152597613524, + 427.1152597613516, 319.98101680491243 ], "relative wind speed": [ - 1.1723334113624486, + 1.1723334113624484, 0.8586895196490064, - 0.6322085271446917, + 0.6322085271446916, 0.7477848009117065, 1.0594344925581172, 1.3264310687945866, @@ -50166,13 +35911,13 @@ 1.3919716099633748 ], "relative wind angle": [ - 0.3561758377716033, - 0.39693240802938207, - 0.09613009579177638, + 0.35617583777160394, + 0.396932408029382, + 0.09613009579177521, 0.33542148507038705, 0.3961302605532027, - 0.25295585035201745, - 0.04191508630134997, + 0.2529558503520175, + 0.04191508630135262, 0.17776759514000293 ], "resistance": [ @@ -50226,34 +35971,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -4.418219360864896, + -4.418219360865066, -264.6360998401086, -343.56149848157463, -246.22331131735848, - 26.389529035763417, - 346.95796961893836, + 26.38952903576353, + 346.9579696189385, 529.68755552493, 318.9561757593867 ], "relative wind speed": [ - 1.1588166184772795, + 1.1588166184772792, 0.7981382286302985, - 0.6058499032107263, + 0.6058499032107262, 0.8313178983182234, 1.1913501380294476, - 1.4577882132329063, + 1.457788213232906, 1.5476165550359862, 1.4391253102414925 ], "relative wind angle": [ - 0.41852891105447115, - 0.41317213039002054, + 0.4185289110544715, + 0.4131721303900205, 0.02931107832672982, - 0.428708382422987, - 0.4064143557325993, - 0.22164028912424277, + 0.42870838242298703, + 0.40641435573259904, + 0.22164028912424177, 0.011473100863437636, - 0.24249884559631948 + 0.2424988455963195 ], "resistance": [ 96630.08178063913, @@ -50306,9 +36051,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -27.3551238167758, + -27.355123816775915, -250.9894262948694, - -310.421982528178, + -310.4219825281782, -209.6439115597002, 41.68946811741114, 324.27986168478617, @@ -50326,12 +36071,12 @@ 1.3575756607226457 ], "relative wind angle": [ - 0.4099969587683348, + 0.40999695876833536, 0.3758888791612081, - 0.06794403221585209, - 0.4153137545762979, - 0.38178136144500197, - 0.19919338118906948, + 0.06794403221585538, + 0.41531375457629793, + 0.381781361445002, + 0.1991933811890695, 0.027963321539030122, 0.2497266809436891 ], @@ -50373,52 +36118,7 @@ "id": "996", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 61.35281342220604, - 61.35281342220604, - 61.35281342220604, - 61.35281342220604, - 61.35281342220604, - 61.35281342220604, - 61.35281342220604, - 61.35281342220604 - ], - "relative wind speed": [ - 0.5274884375997145, - 0.5274884375997145, - 0.5274884375997145, - 0.5274884375997145, - 0.5274884375997145, - 0.5274884375997145, - 0.5274884375997145, - 0.5274884375997145 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 1.5625, -0.9375 1.875, -0.625 1.875, -0.625 1.5625, -0.9375 1.5625))", @@ -50450,19 +36150,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 101.67079485294516, + 101.67079485294494, -224.31375091541923, - -374.02585033620085, + -374.02585033620096, -316.8289964676109, - -53.95236947091348, + -53.952369470913425, 310.38922033559845, - 585.6621278413089, + 585.662127841308, 453.19801926203843 ], "relative wind speed": [ 1.283035825731034, 0.8900835138081874, - 0.5699411457766749, + 0.5699411457766748, 0.7195411611548714, 1.1215909799175376, 1.4532372809656955, @@ -50470,14 +36170,14 @@ 1.5448002374888468 ], "relative wind angle": [ - 0.41757984818313604, - 0.5058471320116369, + 0.4175798481831368, + 0.5058471320116368, 0.15786401241860176, 0.4370747218287451, - 0.48242111181985214, + 0.4824211118198519, 0.30131680499839086, - 0.05581889229250937, - 0.19846184840597744 + 0.055818892292511364, + 0.19846184840597747 ], "resistance": [ 96736.17079485291, @@ -50530,33 +36230,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 90.85522044621638, - -224.78414363780576, - -345.61154345743876, - -279.47836286846865, + 90.85522044621621, + -224.78414363780573, + -345.6115434574388, + -279.4783628684686, -16.319313255330997, - 346.3884778813989, - 607.3990209034505, + 346.388477881399, + 607.3990209034496, 441.74148051636814 ], "relative wind speed": [ - 1.1931726196959054, + 1.1931726196959052, 0.772519933932652, - 0.42318484135488726, - 0.6443911389923574, + 0.42318484135488715, + 0.6443911389923576, 1.080238176333503, 1.4120157115545893, 1.5528972947518973, 1.4749018536799166 ], "relative wind angle": [ - 0.4949064722746405, - 0.6167266492641048, + 0.49490647227464074, + 0.6167266492641047, 0.15462648905421741, - 0.5827620542647469, + 0.5827620542647471, 0.5522491279100143, - 0.3219612218789517, - 0.04198236007521702, + 0.32196122187895165, + 0.041982360075219674, 0.24282177131508667 ], "resistance": [ @@ -50612,32 +36312,32 @@ "wind resistance": [ 62.44672095866139, -256.09746349354407, - -375.08919495691003, + -375.0891949569102, -289.78808833366105, 1.2175706236902215, 376.20256719947514, - 633.778383013328, - 432.96335815594324 + 633.7783830133301, + 432.9633581559431 ], "relative wind speed": [ 1.22396303353638, 0.8028700411717394, - 0.49607384355236034, + 0.4960738435523603, 0.7321166153436743, 1.1595231973226892, 1.4825583460970089, 1.6113628686103567, - 1.5187444861235648 + 1.518744486123565 ], "relative wind angle": [ - 0.47347917770991405, + 0.47347917770991427, 0.551142438079491, - 0.07358513316991719, + 0.07358513316992021, 0.5280141366031258, 0.5021675249480468, 0.2875307362722187, - 0.022635398180067132, - 0.24532112789274876 + 0.022635398180062227, + 0.2453211278927492 ], "resistance": [ 96696.94672095872, @@ -50690,13 +36390,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -24.132191261492437, + -24.132191261492608, -302.854894832703, - -378.40544628613736, + -378.4054462861375, -252.02825535351917, 61.18399984473615, 416.8338129004143, - 591.825132603868, + 591.8251326038658, 338.8198303605949 ], "relative wind speed": [ @@ -50706,17 +36406,17 @@ 0.8702647072929036, 1.2605108455961698, 1.5356395075581346, - 1.6169779908033224, + 1.6169779908033226, 1.4859213520915664 ], "relative wind angle": [ - 0.4525577427059389, - 0.4354986070529293, - 0.08138323888741483, + 0.4525577427059399, + 0.43549860705292925, + 0.08138323888741619, 0.47343486469187196, - 0.4191507320291032, + 0.4191507320291029, 0.21572362198377315, - 0.029777386305973576, + 0.029777386305981035, 0.2703154945848759 ], "resistance": [ @@ -50726,7 +36426,7 @@ 96382.47174464646, 96695.68399984472, 97051.3338129004, - 97226.32513260386, + 97226.32513260384, 96973.31983036057 ], "fuel": [ @@ -50736,7 +36436,7 @@ 38.58265220340087, 38.743885627934674, 38.927407372808815, - 39.017878826868206, + 39.0178788268682, 38.88711044690274 ] }, @@ -50770,7 +36470,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 100.7389600663945, + 100.73896006639404, -219.82058346020068, -371.0761306264966, -320.7192725210566, @@ -50780,9 +36480,9 @@ 438.95627777756624 ], "relative wind speed": [ - 1.3001460349863252, + 1.300146034986325, 0.927096014204693, - 0.6264946427308898, + 0.6264946427308896, 0.7502761213171829, 1.1273571779646197, 1.449760980108371, @@ -50790,12 +36490,12 @@ 1.5486767450892573 ], "relative wind angle": [ - 0.3866915326219012, - 0.4623451670726312, - 0.15141699330910746, + 0.3866915326219018, + 0.4623451670726311, + 0.1514169933091067, 0.38228853417411146, 0.44995838746305983, - 0.28925664725521183, + 0.2892566472552118, 0.058995167891215096, 0.18172484163468017 ], @@ -50850,9 +36550,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 43.67996244949643, + 43.67996244949609, -333.5710651299809, - -467.7116539740376, + -467.71165397403786, -354.6853164012755, 8.167092176462347, 460.39241741959074, @@ -50860,9 +36560,9 @@ 492.96949857850075 ], "relative wind speed": [ - 1.3655310123427118, + 1.3655310123427116, 0.9203846297941763, - 0.6321937629522466, + 0.6321937629522465, 0.885698511878782, 1.3326965538768403, 1.6714207081472794, @@ -50870,14 +36570,14 @@ 1.6900571577436745 ], "relative wind angle": [ - 0.44202898576190613, + 0.44202898576190663, 0.4811187297092791, - 0.028813737683119373, - 0.4687963388945337, - 0.45372163794225573, + 0.028813737683123227, + 0.46879633889453365, + 0.4537216379422557, 0.25767149601292555, - 0.010117001954351239, - 0.23904916351337133 + 0.01011700195435124, + 0.2390491635133713 ], "resistance": [ 96678.17996244947, @@ -50930,21 +36630,21 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 37.45552341581754, + 37.45552341581708, -324.87988952393744, - -444.8480069901909, + -444.8480069901946, -326.3852910270941, - 34.726087851643115, + 34.726087851643, 477.8652484177197, 761.3287762178637, 480.3929241546231 ], "relative wind speed": [ - 1.303707658646938, + 1.3037076586469376, 0.843122378342804, - 0.5470623967913358, + 0.5470623967913357, 0.840247748707904, - 1.3010803921887257, + 1.3010803921887255, 1.637561754954671, 1.7587457406258495, 1.6390386105714372 @@ -50952,17 +36652,17 @@ "relative wind angle": [ 0.4833039341995396, 0.5344295516807968, - 0.0027126109765812432, + 0.0027126109766631, 0.5335523543246875, - 0.48436399118848206, - 0.265349274136288, + 0.48436399118848156, + 0.26534927413628806, 0.0008437637030511412, 0.26377789159770126 ], "resistance": [ 96671.9555234158, 96309.62011047605, - 96189.6519930098, + 96189.65199300979, 96308.11470897289, 96669.22608785162, 97112.3652484177, @@ -50972,7 +36672,7 @@ "fuel": [ 38.76677990367309, 38.580324278461916, - 38.51869705828226, + 38.51869705828225, 38.579550626956674, 38.765373526396935, 38.99406986400959, @@ -51010,19 +36710,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -5.432055144139781, + -5.4320551441400085, -385.21038705773685, - -503.54268626282715, + -503.54268626282584, -376.06462567925706, - 9.802812744705761, + 9.802812744705648, 467.6039869403329, 740.9548736101309, 453.9128501481472 ], "relative wind speed": [ - 1.4592237274796314, + 1.4592237274796311, 1.0559342089927417, - 0.8401454644880778, + 0.8401454644880776, 1.0684343708277595, 1.472035413553464, 1.783598915640492, @@ -51030,14 +36730,14 @@ 1.776139110776224 ], "relative wind angle": [ - 0.36975881815937545, + 0.3697588181593757, 0.3560154583823355, - 0.008172105683725043, - 0.3613658342748252, - 0.36638770762298634, + 0.008172105683711456, + 0.36136583427482527, + 0.3663877076229864, 0.20783869096050156, - 0.003623385202417315, - 0.21431576419101436 + 0.0036233852024173153, + 0.2143157641910144 ], "resistance": [ 96629.0679448559, @@ -51090,33 +36790,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -144.68793833254676, + -144.68793833254705, -354.0435062914266, -352.92428055203277, -141.3174433139862, - 217.46907032338976, + 217.46907032338964, 544.3447038462155, - 541.7488414769198, + 541.7488414769196, 213.41494675638836 ], "relative wind speed": [ - 0.9895143468184822, + 0.9895143468184818, 0.594134596435658, 0.5972818153058401, 0.9940780120947397, - 1.3701971662621357, + 1.370197166262136, 1.5822714679569467, 1.5810861298795058, 1.3668898356715378 ], "relative wind angle": [ - 0.534564433006764, + 0.5345644330067642, 0.355961491316209, - 0.36161566444685356, + 0.36161566444685417, 0.5339087761383643, - 0.3767721135876987, + 0.3767721135876993, 0.13123317474143803, - 0.13404965070449426, + 0.13404965070449507, 0.3791185132183286 ], "resistance": [ @@ -51170,34 +36870,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -144.77982341128597, + -144.77982341128643, -463.7395334428575, - -504.99043134019644, + -504.99043134019655, -269.8419094644777, 178.78366980242004, 622.521106014775, - 717.1252312882749, - 330.23571588496577 + 717.1252312882735, + 330.235715884966 ], "relative wind speed": [ - 1.3009649432414814, + 1.300964943241481, 0.8884662210222615, - 0.8059222037487037, + 0.8059222037487036, 1.1639819353464371, 1.5786771997851665, 1.8426500641107268, - 1.8802183081146926, - 1.6822239859340986 + 1.8802183081146928, + 1.6822239859340988 ], "relative wind angle": [ - 0.4290338803263806, - 0.316618955414227, - 0.1871879767928345, + 0.4290338803263809, + 0.3166189554142271, + 0.18718797679283508, 0.43331216316352855, 0.3499100657992627, 0.1506951877666051, - 0.0798518946850272, - 0.2947777099719675 + 0.07985189468502998, + 0.29477770997196795 ], "resistance": [ 96489.72017658877, @@ -51250,7 +36950,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -213.83305055336115, + -213.83305055336137, -399.6394549972473, -358.89400516089114, -93.47443977065484, @@ -51260,7 +36960,7 @@ 180.69242573159573 ], "relative wind speed": [ - 0.9308412541550802, + 0.9308412541550801, 0.5084103692675552, 0.6286343555627684, 1.0938411921809659, @@ -51270,9 +36970,9 @@ 1.3649121527583266 ], "relative wind angle": [ - 0.6025382706586683, + 0.6025382706586689, 0.3097054927427559, - 0.5127728702830018, + 0.5127728702830022, 0.5709029543920096, 0.36423489533304865, 0.09271813244866588, @@ -51317,52 +37017,7 @@ "id": "1008", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 82.90523949988795, - 82.90523949988795, - 82.90523949988795, - 82.90523949988795, - 82.90523949988795, - 82.90523949988795, - 82.90523949988795, - 82.90523949988795 - ], - "relative wind speed": [ - 0.6131781802421833, - 0.6131781802421833, - 0.6131781802421833, - 0.6131781802421833, - 0.6131781802421833, - 0.6131781802421833, - 0.6131781802421833, - 0.6131781802421833 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 0.9375, -1.5625 1.25, -1.25 1.25, -1.25 0.9375, -1.5625 0.9375))", @@ -51381,52 +37036,7 @@ "id": "1009", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 87.39870867415661, - 87.39870867415661, - 87.39870867415661, - 87.39870867415661, - 87.39870867415661, - 87.39870867415661, - 87.39870867415661, - 87.39870867415661 - ], - "relative wind speed": [ - 0.62957606826589, - 0.62957606826589, - 0.62957606826589, - 0.62957606826589, - 0.62957606826589, - 0.62957606826589, - 0.62957606826589, - 0.62957606826589 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 0.625, -1.875 0.9375, -1.5625 0.9375, -1.5625 0.625, -1.875 0.625))", @@ -51458,7 +37068,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -275.2622934167392, + -275.26229341673934, -423.5175748492055, -344.07138245303986, -20.909484710124843, @@ -51468,7 +37078,7 @@ 118.55349023027458 ], "relative wind speed": [ - 0.8488289433753676, + 0.8488289433753675, 0.44610448075195547, 0.6995159543646188, 1.1922202114511051, @@ -51478,9 +37088,9 @@ 1.3222474217402684 ], "relative wind angle": [ - 0.6398694653713134, - 0.17035235076120353, - 0.6085077133330541, + 0.6398694653713137, + 0.17035235076120356, + 0.6085077133330543, 0.5677845763306545, 0.3297983373892445, 0.04389255757267822, @@ -51525,52 +37135,7 @@ "id": "1011", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 99.43691896406222, - 99.43691896406222, - 99.43691896406222, - 99.43691896406222, - 99.43691896406222, - 99.43691896406222, - 99.43691896406222, - 99.43691896406222 - ], - "relative wind speed": [ - 0.6715363606963093, - 0.6715363606963093, - 0.6715363606963093, - 0.6715363606963093, - 0.6715363606963093, - 0.6715363606963093, - 0.6715363606963093, - 0.6715363606963093 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 0.3125, -2.5 0.625, -2.1875 0.625, -2.1875 0.3125, -2.5 0.3125))", @@ -51602,9 +37167,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -227.0748755297347, + -227.07487552973492, -488.19021963058333, - -465.0985265283847, + -465.0985265283848, -158.96035643523658, 324.817009855316, 744.8871158601077, @@ -51614,7 +37179,7 @@ "relative wind speed": [ 1.1219490095088431, 0.6903910924926249, - 0.7443861701312332, + 0.7443861701312331, 1.2024146126854955, 1.6215333074351117, 1.8470246307145355, @@ -51622,13 +37187,13 @@ 1.5627984343029384 ], "relative wind angle": [ - 0.5191227619690455, + 0.5191227619690463, 0.29320122437954926, - 0.3775792007485181, - 0.5106216144161947, + 0.3775792007485187, + 0.5106216144161946, 0.3503936843840538, 0.10824210677814002, - 0.15086958572875556, + 0.15086958572875558, 0.3854974500111441 ], "resistance": [ @@ -51669,68 +37234,7 @@ "id": "1013", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.066962854761959, - 4.066962854761959, - 4.066962854761959, - 4.066962854761959, - 4.066962854761959, - 4.066962854761959, - 4.066962854761959, - 4.066962854761959 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -267.76369894226525, - -451.47959151475493, - -385.57252653522255, - -65.0302578220385, - 413.0675985763471, - 779.4834387267246, - 617.5140830971192, - 163.59574198795758 - ], - "relative wind speed": [ - 0.9338266079322818, - 0.5020443769809105, - 0.6947506857262107, - 1.1953334715672403, - 1.5925580838596987, - 1.7765767159599486, - 1.710437040300562, - 1.4069297338176472 - ], - "relative wind angle": [ - 0.617396598732429, - 0.24515921043207184, - 0.5587085112406587, - 0.5676566177346549, - 0.34633997773030606, - 0.06864174256812323, - 0.21701360954322158, - 0.47439038982935855 - ], - "resistance": [ - 96366.73630105775, - 96183.02040848526, - 96248.92747346479, - 96569.46974217797, - 97047.56759857637, - 97413.98343872673, - 97252.01408309714, - 96798.09574198797 - ], - "fuel": [ - 38.59301737383322, - 38.49862587903716, - 38.5324738621929, - 38.697325670868906, - 38.94391720458463, - 39.13348152982496, - 39.049625476293016, - 38.815139422133015 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 0, -2.5 0.3125, -2.1875 0.3125, -2.1875 0, -2.5 0))", @@ -51749,68 +37253,7 @@ "id": "1014", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4798640485698975, - 4.4798640485698975, - 4.4798640485698975, - 4.4798640485698975, - 4.4798640485698975, - 4.4798640485698975, - 4.4798640485698975, - 4.4798640485698975 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -283.7377454238987, - -522.2867218068891, - -465.1180664623564, - -112.9551252318654, - 422.0025684355569, - 854.3988911426902, - 720.8206213212491, - 214.6197434223924 - ], - "relative wind speed": [ - 1.0662640967702846, - 0.6113303462501064, - 0.7520007749529877, - 1.2648786116618616, - 1.69440787601522, - 1.9063610314201989, - 1.8553792089041705, - 1.551779388999648 - ], - "relative wind angle": [ - 0.5728776533898986, - 0.2687876214802777, - 0.48167996821176406, - 0.5443456251205578, - 0.34809223029496233, - 0.08526373622987861, - 0.18888788113438468, - 0.43577614759645955 - ], - "resistance": [ - 96350.76225457608, - 96112.2132781931, - 96169.38193353763, - 96521.54487476812, - 97056.50256843554, - 97488.89889114267, - 97355.32062132124, - 96849.11974342237 - ], - "fuel": [ - 38.671714137636606, - 38.549188436710395, - 38.57853263060281, - 38.75956312774477, - 39.03544281009191, - 39.25920943046775, - 39.190007941311634, - 38.92836832031698 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.1875 0, -2.1875 0.3125, -1.875 0.3125, -1.875 0, -2.1875 0))", @@ -51829,68 +37272,7 @@ "id": "1015", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.253260746871986, - 4.253260746871986, - 4.253260746871986, - 4.253260746871986, - 4.253260746871986, - 4.253260746871986, - 4.253260746871986, - 4.253260746871986 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -320.9459014669265, - -502.70679066987543, - -412.48224125325794, - -34.69389229419073, - 501.0758665786732, - 891.5972297797148, - 662.0217486508186, - 148.0815332908029 - ], - "relative wind speed": [ - 0.9379628013912578, - 0.4974962943276853, - 0.7574462232798653, - 1.291256876279725, - 1.6993333065982537, - 1.876167727266971, - 1.7871158671297613, - 1.4491941150750705 - ], - "relative wind angle": [ - 0.6323958283802584, - 0.18514884280062516, - 0.5955315633947009, - 0.5660175788177393, - 0.3323353915142305, - 0.048834608034315545, - 0.24004982010249598, - 0.498183048900108 - ], - "resistance": [ - 96313.55409853307, - 96131.79320933012, - 96222.01775874675, - 96599.80610770581, - 97135.57586657867, - 97526.09722977971, - 97296.52174865082, - 96782.58153329081 - ], - "fuel": [ - 38.603502099443986, - 38.51015037513303, - 38.55647400619441, - 38.75076933239601, - 39.0272246328002, - 39.2294052940762, - 39.11048076568787, - 38.84496076692158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 0.9375, -1.25 1.25, -0.9375 1.25, -0.9375 0.9375, -1.25 0.9375))", @@ -51909,52 +37291,7 @@ "id": "1016", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 79.68964543130926, - 79.68964543130926, - 79.68964543130926, - 79.68964543130926, - 79.68964543130926, - 79.68964543130926, - 79.68964543130926, - 79.68964543130926 - ], - "relative wind speed": [ - 0.6011691007281867, - 0.6011691007281867, - 0.6011691007281867, - 0.6011691007281867, - 0.6011691007281867, - 0.6011691007281867, - 0.6011691007281867, - 0.6011691007281867 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 0.9375, -0.9375 1.25, -0.625 1.25, -0.625 0.9375, -0.9375 0.9375))", @@ -51973,52 +37310,7 @@ "id": "1017", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 85.18341110211232, - 85.18341110211232, - 85.18341110211232, - 85.18341110211232, - 85.18341110211232, - 85.18341110211232, - 85.18341110211232, - 85.18341110211232 - ], - "relative wind speed": [ - 0.62154591521957, - 0.62154591521957, - 0.62154591521957, - 0.62154591521957, - 0.62154591521957, - 0.62154591521957, - 0.62154591521957, - 0.62154591521957 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.25 0.625, -1.25 0.9375, -0.9375 0.9375, -0.9375 0.625, -1.25 0.625))", @@ -52037,52 +37329,7 @@ "id": "1018", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 97.67611913580771, - 97.67611913580771, - 97.67611913580771, - 97.67611913580771, - 97.67611913580771, - 97.67611913580771, - 97.67611913580771, - 97.67611913580771 - ], - "relative wind speed": [ - 0.6655641193662636, - 0.6655641193662636, - 0.6655641193662636, - 0.6655641193662636, - 0.6655641193662636, - 0.6655641193662636, - 0.6655641193662636, - 0.6655641193662636 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.9375 0.625, -0.9375 0.9375, -0.625 0.9375, -0.625 0.625, -0.9375 0.625))", @@ -52101,52 +37348,7 @@ "id": "1019", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 96.94026457056422, - 96.94026457056422, - 96.94026457056422, - 96.94026457056422, - 96.94026457056422, - 96.94026457056422, - 96.94026457056422, - 96.94026457056422 - ], - "relative wind speed": [ - 0.6630523268001713, - 0.6630523268001713, - 0.6630523268001713, - 0.6630523268001713, - 0.6630523268001713, - 0.6630523268001713, - 0.6630523268001713, - 0.6630523268001713 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.625 0.9375, -0.625 1.25, -0.3125 1.25, -0.3125 0.9375, -0.625 0.9375))", @@ -52178,19 +37380,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 57.949633493522754, + 57.94963349352241, -301.02885110777163, - -411.4626927045746, - -308.6350807841685, + -411.46269270457447, + -308.63508078416845, 41.74212965720557, 489.78243676284325, 780.7257265541277, 503.5600349471202 ], "relative wind speed": [ - 1.248426665418977, + 1.2484266654189768, 0.7587065276933714, - 0.39708855272258803, + 0.3970885527225879, 0.7413052190680481, 1.233553849598662, 1.5825892213787798, @@ -52198,12 +37400,12 @@ 1.5908145118056027 ], "relative wind angle": [ - 0.5535072360657773, + 0.5535072360657776, 0.6684861921600973, - 0.02206708493315542, - 0.6657287922686926, + 0.02206708493315039, + 0.6657287922686925, 0.5609749816449103, - 0.30169250851870716, + 0.3016925085187072, 0.005125289367567028, 0.29194050346004113 ], @@ -52258,19 +37460,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 107.02531251082235, + 107.02531251082212, -262.3440001915767, - -419.7892859656317, + -419.78928596563173, -344.7945272455353, -37.59565180004057, 380.4323271217412, - 689.1516998298374, + 689.1516998298385, 514.1914023134958 ], "relative wind speed": [ - 1.3339109123769406, + 1.3339109123769404, 0.898271406562734, - 0.5458796274351239, + 0.5458796274351237, 0.7420972012966586, 1.1903866918841453, 1.545783710137019, @@ -52278,14 +37480,14 @@ 1.6265394376407931 ], "relative wind angle": [ - 0.45011049888334353, + 0.4501104988833438, 0.5474160952634873, - 0.14866740222344402, + 0.14866740222344405, 0.4960224856305043, 0.5092477234577094, 0.30727040458573623, - 0.04751156502563095, - 0.218883861046927 + 0.047511565025628616, + 0.21888386104692698 ], "resistance": [ 96741.52531251084, @@ -52325,52 +37527,7 @@ "id": "1022", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 84.02656954369401, - 84.02656954369401, - 84.02656954369401, - 84.02656954369401, - 84.02656954369401, - 84.02656954369401, - 84.02656954369401, - 84.02656954369401 - ], - "relative wind speed": [ - 0.6173110056925757, - 0.6173110056925757, - 0.6173110056925757, - 0.6173110056925757, - 0.6173110056925757, - 0.6173110056925757, - 0.6173110056925757, - 0.6173110056925757 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-0.3125 0.625, -0.3125 0.9375, 0 0.9375, 0 0.625, -0.3125 0.625))", @@ -52389,52 +37546,7 @@ "id": "1023", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 71.77057013019662, - 71.77057013019662, - 71.77057013019662, - 71.77057013019662, - 71.77057013019662, - 71.77057013019662, - 71.77057013019662, - 71.77057013019662 - ], - "relative wind speed": [ - 0.5705174089974342, - 0.5705174089974342, - 0.5705174089974342, - 0.5705174089974342, - 0.5705174089974342, - 0.5705174089974342, - 0.5705174089974342, - 0.5705174089974342 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 4.6875, 0 5, 0.3125 5, 0.3125 4.6875, 0 4.6875))", @@ -52466,17 +37578,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 658.4743212291011, + 658.4743212290892, 444.02398137652847, - 23.489223504482766, - -349.7991961542539, - -487.87675433518655, + 23.489223504482425, + -349.79919615425376, + -487.87675433518706, -394.75789062416186, - -51.206660591329864, + -51.20666059132975, 377.881924295698 ], "relative wind speed": [ - 1.9068883601233286, + 1.9068883601233282, 1.8194659050955821, 1.5475865646127323, 1.1942256304692622, @@ -52486,17 +37598,17 @@ 1.7836746835369017 ], "relative wind angle": [ - 0.016537792855401624, + 0.016537792855421764, 0.1675937271641013, - 0.3023092565988903, - 0.29578148242649893, - 0.031999823370632514, - 0.269736752647642, - 0.31493289825207427, + 0.3023092565988911, + 0.2957814824264989, + 0.031999823370635984, + 0.26973675264764196, + 0.31493289825207393, 0.19642051278245237 ], "resistance": [ - 97292.97432122914, + 97292.97432122912, 97078.52398137655, 96657.98922350451, 96284.70080384577, @@ -52506,7 +37618,7 @@ 97012.38192429573 ], "fuel": [ - 39.337579857653296, + 39.33757985765328, 39.22667043685728, 39.00967510425802, 38.817610134153966, @@ -52546,13 +37658,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 428.550217817473, + 428.5502178174719, 408.5077763069636, 131.68846268582638, -172.88002597985576, -348.1426575103754, -339.3897070004324, - -145.0348110863457, + -145.0348110863456, 164.77102112726345 ], "relative wind speed": [ @@ -52560,23 +37672,23 @@ 1.6146987989945154, 1.4345650633191018, 1.1452570539847793, - 0.897425232928045, + 0.8974252329280451, 0.914221752593308, 1.1768928173344295, 1.45994517180859 ], "relative wind angle": [ - 0.08276539020915841, + 0.0827653902091611, 0.10148206548752549, 0.25769700332448614, 0.3137533689811413, - 0.15017560190350812, + 0.15017560190350887, 0.17989896549518536, - 0.31587973149338344, - 0.24453603347223274 + 0.3158797314933831, + 0.2445360334722327 ], "resistance": [ - 97063.05021781746, + 97063.05021781745, 97043.00777630694, 96766.18846268581, 96461.61997402013, @@ -52586,7 +37698,7 @@ 96799.27102112725 ], "fuel": [ - 39.04573172294819, + 39.045731722948176, 39.03537607172501, 38.89250026860972, 38.73563162583771, @@ -52626,9 +37738,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 549.8758607047321, + 549.87586070473, 389.9922854513793, - 33.2273324961202, + 33.227332496119516, -294.92391660505507, -426.2243148101757, -356.7967923003314, @@ -52638,7 +37750,7 @@ "relative wind speed": [ 1.8122902156380538, 1.7435176994945847, - 1.5076031894556563, + 1.5076031894556559, 1.196965494119534, 1.005770457711277, 1.1207658412225476, @@ -52646,13 +37758,13 @@ 1.6921121845756428 ], "relative wind angle": [ - 0.02446812513552431, - 0.14617342838661596, - 0.2709308810835394, + 0.02446812513552885, + 0.14617342838661593, + 0.27093088108353985, 0.2677345278839344, 0.044098823159728594, 0.22857063051752227, - 0.287617126030284, + 0.28761712603028405, 0.18824519732265796 ], "resistance": [ @@ -52706,34 +37818,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 473.4780913195526, + 473.4780913195506, 348.5466295498867, - 44.904377046015725, + 44.90437704601561, -238.8692966301938, -359.45291597732535, -305.0815660235845, - -65.10115744590837, - 251.24132331093165 + -65.10115744590814, + 251.24132331093188 ], "relative wind speed": [ - 1.6360228801521328, + 1.6360228801521324, 1.5769749898196936, 1.3561149027263661, 1.0548162443800555, 0.8562362245039716, 0.9606566597995724, - 1.253261228610202, - 1.5156101171231504 + 1.2532612286102023, + 1.5156101171231506 ], "relative wind angle": [ - 0.03295136724228231, - 0.15141732690301385, - 0.29193537710066514, + 0.03295136724228568, + 0.15141732690301382, + 0.29193537710066547, 0.3023584482904785, 0.06299090685351622, 0.2502145439055694, - 0.3166934707079767, - 0.20875301427513257 + 0.31669347070797704, + 0.2087530142751331 ], "resistance": [ 97107.97809131956, @@ -52786,9 +37898,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 488.91057751531184, + 488.91057751530775, 325.49868842888577, - 7.42395801895907, + 7.423958018958729, -275.23412130477476, -376.7715368773109, -305.9629935012672, @@ -52796,9 +37908,9 @@ 280.68977088123825 ], "relative wind speed": [ - 1.7177341422913535, + 1.7177341422913532, 1.6431533815517856, - 1.4167569329765406, + 1.4167569329765404, 1.1305561951791552, 0.9694781001087937, 1.0911211366658145, @@ -52806,13 +37918,13 @@ 1.6162738195386321 ], "relative wind angle": [ - 0.013423721695987491, - 0.15168463296021345, - 0.2672869570208155, + 0.01342372169599576, + 0.15168463296021342, + 0.26728695702081595, 0.25108729952397063, 0.023785856460825736, 0.22956266409349418, - 0.27616232215379444, + 0.276162322153794, 0.17467864915741618 ], "resistance": [ @@ -52866,34 +37978,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 426.8980369034391, + 426.8980369034364, 308.6396843262555, - 38.147963924678834, + 38.147963924678606, -210.57459196706674, - -313.82271500853074, + -313.8227150085309, -262.35001861820933, -47.91712005448397, - 232.05940945340535 + 232.05940945340524 ], "relative wind speed": [ - 1.5107854759939567, + 1.5107854759939565, 1.4505102474971234, - 1.2345041289332943, + 1.234504128933294, 0.9392967040389237, 0.7447990800343159, 0.8562817561994899, 1.1459485065834758, - 1.398184582190729 + 1.3981845821907293 ], "relative wind angle": [ - 0.03096534423223677, + 0.030965344232243938, 0.16482985749199902, 0.31576384626955756, - 0.3297556425191095, - 0.06284287824346291, + 0.32975564251910955, + 0.06284287824346468, 0.28166267462107825, 0.34111758286416877, - 0.21928924269482455 + 0.21928924269482558 ], "resistance": [ 97061.39803690347, @@ -52946,7 +38058,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 296.61389186025235, + 296.6138918602502, 204.16281750737699, 8.113822795376677, -170.57910410378634, @@ -52956,9 +38068,9 @@ 164.08949642632342 ], "relative wind speed": [ - 1.4001069447188235, + 1.4001069447188232, 1.3481380019421734, - 1.180745139918531, + 1.1807451399185311, 0.9686701429481945, 0.8467512185989933, 0.9272599476781699, @@ -52966,12 +38078,12 @@ 1.3186983115972668 ], "relative wind angle": [ - 0.01765274296147046, + 0.017652742961476755, 0.13258186036214517, - 0.23658608645079607, + 0.236586086450797, 0.22187747213550119, 0.029191519584008185, - 0.19339916638571603, + 0.19339916638571605, 0.24681391839423503, 0.16236193936706386 ], @@ -53026,37 +38138,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 360.1417720472457, + 360.1417720472365, 231.1188728835141, -1.019946256497974, -202.37679193391875, -270.1101793819006, -214.2102615768609, -20.677865712874677, - 213.79890139992415 + 213.79890139992403 ], "relative wind speed": [ 1.4398991228877045, 1.3697143062319115, 1.1688578289825096, - 0.9177850373036258, + 0.9177850373036259, 0.7818648264330603, 0.8991689553190843, 1.1482131624973975, 1.3573108399359235 ], "relative wind angle": [ - 0.007476763363347769, - 0.16505253247970358, - 0.2853575070071483, - 0.2648851997495155, - 0.013769675461475785, + 0.007476763363377467, + 0.1650525324797036, + 0.2853575070071487, + 0.26488519974951596, + 0.013769675461475787, 0.2529760403545462, 0.2906362479344637, - 0.17796046679062677 + 0.1779604667906268 ], "resistance": [ - 96994.64177204725, + 96994.64177204724, 96865.61887288351, 96633.48005374351, 96432.12320806608, @@ -53066,7 +38178,7 @@ 96848.29890139992 ], "fuel": [ - 38.90334231626464, + 38.903342316264634, 38.83673697954393, 38.7170562206016, 38.61340771913244, @@ -53093,52 +38205,7 @@ "id": "1032", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.470509834180008, - 14.470509834180008, - 14.470509834180008, - 14.470509834180008, - 14.470509834180008, - 14.470509834180008, - 14.470509834180008, - 14.470509834180008 - ], - "relative wind speed": [ - 0.2561755158862608, - 0.2561755158862608, - 0.2561755158862608, - 0.2561755158862608, - 0.2561755158862608, - 0.2561755158862608, - 0.2561755158862608, - 0.2561755158862608 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.1875 4.0625, 2.1875 4.375, 2.5 4.375, 2.5 4.0625, 2.1875 4.0625))", @@ -53157,52 +38224,7 @@ "id": "1033", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 7.782562234646409, - 7.782562234646409, - 7.782562234646409, - 7.782562234646409, - 7.782562234646409, - 7.782562234646409, - 7.782562234646409, - 7.782562234646409 - ], - "relative wind speed": [ - 0.18786981349805304, - 0.18786981349805304, - 0.18786981349805304, - 0.18786981349805304, - 0.18786981349805304, - 0.18786981349805304, - 0.18786981349805304, - 0.18786981349805304 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 3.75, 1.875 4.0625, 2.1875 4.0625, 2.1875 3.75, 1.875 3.75))", @@ -53234,34 +38256,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 83.10563758507783, + 83.10563758507715, 161.7041326222976, - 116.17276229223671, - 3.9548090467396833, - -102.8465587719499, + 116.17276229223637, + 3.954809046739797, + -102.84655877194996, -145.43126037766552, -125.99053687051168, -34.80279683938892 ], "relative wind speed": [ - 1.2058891053935643, + 1.205889105393564, 1.2614386882188442, - 1.2325877286595226, - 1.1315713252538038, + 1.2325877286595224, + 1.1315713252538036, 1.0073072372902168, 0.9368077928096353, 0.9744556921492628, 1.0901296898385484 ], "relative wind angle": [ - 0.10768602750787276, + 0.10768602750787483, 0.016605446689047038, 0.08120698441317577, - 0.14396595542832144, - 0.12902406384014864, - 0.022360548215589422, + 0.1439659554283199, + 0.12902406384014867, + 0.02236054821558942, 0.1027866440335395, - 0.1494792263236122 + 0.14947922632361224 ], "resistance": [ 96717.60563758505, @@ -53314,9 +38336,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 61.868470735902974, + 61.86847073590218, 119.20237863091904, - 83.02478185488997, + 83.02478185489053, -2.1678879932812833, -82.52281170314166, -112.66843772880196, @@ -53324,7 +38346,7 @@ -27.242989020115715 ], "relative wind speed": [ - 1.2757237705621127, + 1.2757237705621125, 1.3141961456228362, 1.291974849115474, 1.219695863587959, @@ -53334,9 +38356,9 @@ 1.195259753018148 ], "relative wind angle": [ - 0.0688538653990292, + 0.06885386539903081, 0.009337267355754316, - 0.054529288257274544, + 0.054529288257272504, 0.09183505850330212, 0.0773886142949027, 0.011252701057548884, @@ -53381,52 +38403,7 @@ "id": "1036", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.97054663379025, - 46.97054663379025, - 46.97054663379025, - 46.97054663379025, - 46.97054663379025, - 46.97054663379025, - 46.97054663379025, - 46.97054663379025 - ], - "relative wind speed": [ - 0.4615391121895103, - 0.4615391121895103, - 0.4615391121895103, - 0.4615391121895103, - 0.4615391121895103, - 0.4615391121895103, - 0.4615391121895103, - 0.4615391121895103 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 2.8125, 0.3125 3.125, 0.625 3.125, 0.625 2.8125, 0.3125 2.8125))", @@ -53445,52 +38422,7 @@ "id": "1037", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.79099064704843, - 41.79099064704843, - 41.79099064704843, - 41.79099064704843, - 41.79099064704843, - 41.79099064704843, - 41.79099064704843, - 41.79099064704843 - ], - "relative wind speed": [ - 0.4353484836934521, - 0.4353484836934521, - 0.4353484836934521, - 0.4353484836934521, - 0.4353484836934521, - 0.4353484836934521, - 0.4353484836934521, - 0.4353484836934521 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 2.5, 0 2.8125, 0.3125 2.8125, 0.3125 2.5, 0 2.5))", @@ -53509,52 +38441,7 @@ "id": "1038", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.87126799857859, - 34.87126799857859, - 34.87126799857859, - 34.87126799857859, - 34.87126799857859, - 34.87126799857859, - 34.87126799857859, - 34.87126799857859 - ], - "relative wind speed": [ - 0.3976761749584806, - 0.3976761749584806, - 0.3976761749584806, - 0.3976761749584806, - 0.3976761749584806, - 0.3976761749584806, - 0.3976761749584806, - 0.3976761749584806 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 2.5, 0.3125 2.8125, 0.625 2.8125, 0.625 2.5, 0.3125 2.5))", @@ -53586,34 +38473,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 103.07725548910537, + 103.07725548910514, -168.66988520626154, - -314.13412836795635, - -293.64309476277515, + -314.13412836795646, + -293.6430947627751, -104.69431692562745, 179.5858894154302, - 411.3010520780821, + 411.30105207808276, 364.4156178531031 ], "relative wind speed": [ 1.2958285029802954, 1.000166343326205, - 0.7550956780933776, - 0.8004158932860428, + 0.7550956780933775, + 0.8004158932860429, 1.0819082222019285, 1.359913304619739, 1.5098103944962733, 1.486281032705254 ], "relative wind angle": [ - 0.29721041896747197, - 0.35557509600971005, - 0.1501107373310725, - 0.23772349823771965, - 0.3583810872365077, - 0.25891980021059574, - 0.07486258709725424, - 0.12716269381178982 + 0.29721041896747313, + 0.3555750960097101, + 0.15011073733107325, + 0.23772349823772013, + 0.35838108723650774, + 0.2589198002105958, + 0.07486258709725274, + 0.1271626938117898 ], "resistance": [ 96737.57725548912, @@ -53653,52 +38540,7 @@ "id": "1040", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 37.38569151973912, - 37.38569151973912, - 37.38569151973912, - 37.38569151973912, - 37.38569151973912, - 37.38569151973912, - 37.38569151973912, - 37.38569151973912 - ], - "relative wind speed": [ - 0.4117640360749255, - 0.4117640360749255, - 0.4117640360749255, - 0.4117640360749255, - 0.4117640360749255, - 0.4117640360749255, - 0.4117640360749255, - 0.4117640360749255 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.9375 2.8125, 0.9375 3.125, 1.25 3.125, 1.25 2.8125, 0.9375 2.8125))", @@ -53717,52 +38559,7 @@ "id": "1041", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.77594179058449, - 35.77594179058449, - 35.77594179058449, - 35.77594179058449, - 35.77594179058449, - 35.77594179058449, - 35.77594179058449, - 35.77594179058449 - ], - "relative wind speed": [ - 0.4028016498455499, - 0.4028016498455499, - 0.4028016498455499, - 0.4028016498455499, - 0.4028016498455499, - 0.4028016498455499, - 0.4028016498455499, - 0.4028016498455499 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.625 2.5, 0.625 2.8125, 0.9375 2.8125, 0.9375 2.5, 0.625 2.5))", @@ -53794,19 +38591,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 291.4122766897484, + 291.4122766897477, -46.68721526364823, - -313.13259877301795, + -313.132598773018, -382.5018115963015, - -267.9499759054593, + -267.9499759054592, 28.391280886360846, 358.01004761879744, 517.617771744859 ], "relative wind speed": [ - 1.5659038422891762, + 1.5659038422891758, 1.2978961610990862, - 0.9852751684563086, + 0.9852751684563085, 0.8537377686564331, 1.0490656065687947, 1.366769565503202, @@ -53816,9 +38613,9 @@ "relative wind angle": [ 0.20451140307262955, 0.3242584975910901, - 0.27419455590663067, + 0.2741945559066303, 0.0424462879122785, - 0.307989717332045, + 0.3079897173320446, 0.3073679742596704, 0.16680655663547045, 0.021560370314383803 @@ -53874,19 +38671,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 274.88848265898105, + 274.88848265898093, -29.237268938804505, - -276.44132173606187, + -276.4413217360619, -346.2352207466477, -253.54199115266476, 8.807549251789283, - 308.56692678906563, + 308.5669267890654, 469.4306459758676 ], "relative wind speed": [ 1.5096769798890621, 1.2632831426425528, - 0.9694565831429712, + 0.9694565831429711, 0.8338514176719246, 1.0027550211528404, 1.2995221881789276, @@ -53894,14 +38691,14 @@ 1.6091407736120276 ], "relative wind angle": [ - 0.19166622301614644, - 0.3119302186869042, - 0.27226536341327795, + 0.19166622301614702, + 0.3119302186869041, + 0.27226536341327834, 0.022800677487637814, - 0.2908802331840175, + 0.29088023318401746, 0.30295091730634743, - 0.17108423368264625, - 0.011814486673918677 + 0.17108423368264689, + 0.011814486673918679 ], "resistance": [ 96909.388482659, @@ -53941,52 +38738,7 @@ "id": "1044", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 12.870638816737614, - 12.870638816737614, - 12.870638816737614, - 12.870638816737614, - 12.870638816737614, - 12.870638816737614, - 12.870638816737614, - 12.870638816737614 - ], - "relative wind speed": [ - 0.24159934616392745, - 0.24159934616392745, - 0.24159934616392745, - 0.24159934616392745, - 0.24159934616392745, - 0.24159934616392745, - 0.24159934616392745, - 0.24159934616392745 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.5625 3.4375, 1.5625 3.75, 1.875 3.75, 1.875 3.4375, 1.5625 3.4375))", @@ -54005,52 +38757,7 @@ "id": "1045", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 7.344058067583477, - 7.344058067583477, - 7.344058067583477, - 7.344058067583477, - 7.344058067583477, - 7.344058067583477, - 7.344058067583477, - 7.344058067583477 - ], - "relative wind speed": [ - 0.1825003720380574, - 0.1825003720380574, - 0.1825003720380574, - 0.1825003720380574, - 0.1825003720380574, - 0.1825003720380574, - 0.1825003720380574, - 0.1825003720380574 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 3.125, 1.25 3.4375, 1.5625 3.4375, 1.5625 3.125, 1.25 3.125))", @@ -54069,52 +38776,7 @@ "id": "1046", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 24.129668017855465, - 24.129668017855465, - 24.129668017855465, - 24.129668017855465, - 24.129668017855465, - 24.129668017855465, - 24.129668017855465, - 24.129668017855465 - ], - "relative wind speed": [ - 0.3308044754655031, - 0.3308044754655031, - 0.3308044754655031, - 0.3308044754655031, - 0.3308044754655031, - 0.3308044754655031, - 0.3308044754655031, - 0.3308044754655031 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.5625 3.125, 1.5625 3.4375, 1.875 3.4375, 1.875 3.125, 1.5625 3.125))", @@ -54133,52 +38795,7 @@ "id": "1047", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.925567344017104, - 15.925567344017104, - 15.925567344017104, - 15.925567344017104, - 15.925567344017104, - 15.925567344017104, - 15.925567344017104, - 15.925567344017104 - ], - "relative wind speed": [ - 0.2687467120002809, - 0.2687467120002809, - 0.2687467120002809, - 0.2687467120002809, - 0.2687467120002809, - 0.2687467120002809, - 0.2687467120002809, - 0.2687467120002809 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 3.4375, 1.875 3.75, 2.1875 3.75, 2.1875 3.4375, 1.875 3.4375))", @@ -54197,68 +38814,7 @@ "id": "1048", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.34048836410719, - 4.34048836410719, - 4.34048836410719, - 4.34048836410719, - 4.34048836410719, - 4.34048836410719, - 4.34048836410719, - 4.34048836410719 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 62.505887644873155, - 120.05436922016247, - 83.36150081382277, - -2.44218808497601, - -83.227254288003, - -113.37870638774962, - -97.89429639436628, - -27.160432973170828 - ], - "relative wind speed": [ - 1.2795849043125405, - 1.3180323619743362, - 1.295558653115789, - 1.222920137878031, - 1.1382251774112007, - 1.0934737192203772, - 1.1200097580709265, - 1.1988996697846195 - ], - "relative wind angle": [ - 0.06876924639808767, - 0.009151806891383008, - 0.054728202922884155, - 0.09194660785962425, - 0.07732602813744249, - 0.011031315801383753, - 0.06331693201086704, - 0.09379416494659214 - ], - "resistance": [ - 96697.00588764492, - 96754.5543692202, - 96717.86150081387, - 96632.05781191507, - 96551.27274571203, - 96521.12129361229, - 96536.60570360567, - 96607.33956702688 - ], - "fuel": [ - 38.81933959172006, - 38.849004015767925, - 38.83008857762015, - 38.785875712839626, - 38.744273879160765, - 38.7287530284902, - 38.736723406636685, - 38.77314399568833 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.1875 3.4375, 2.1875 3.75, 2.5 3.75, 2.5 3.4375, 2.1875 3.4375))", @@ -54277,68 +38833,7 @@ "id": "1049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.08772937932598, - 5.08772937932598, - 5.08772937932598, - 5.08772937932598, - 5.08772937932598, - 5.08772937932598, - 5.08772937932598, - 5.08772937932598 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 111.45990544571737, - 143.91176095000674, - 65.95289643292051, - -45.67681604539757, - -127.43431798869972, - -141.1072648302776, - -95.41049394471202, - 8.367367561630772 - ], - "relative wind speed": [ - 1.51340983576054, - 1.5305061067535812, - 1.4834526013443672, - 1.3957191794628545, - 1.316290082280726, - 1.296371848227714, - 1.3499619591869891, - 1.4404849474280805 - ], - "relative wind angle": [ - 0.044224621706816326, - 0.014675138366532515, - 0.06656344117452222, - 0.08398520888761339, - 0.05085277899845607, - 0.017325820872511135, - 0.0731567850791392, - 0.08136934232885756 - ], - "resistance": [ - 96745.95990544574, - 96778.41176095002, - 96700.45289643294, - 96588.82318395462, - 96507.06568201132, - 96493.39273516973, - 96539.0895060553, - 96642.86736756164 - ], - "fuel": [ - 39.02354946471954, - 39.04028176710503, - 39.00009247515456, - 38.94258458998978, - 38.90049528261202, - 38.893458786010235, - 38.91697839766393, - 38.97042055114633 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 3.125, 1.875 3.4375, 2.1875 3.4375, 2.1875 3.125, 1.875 3.125))", @@ -54357,68 +38852,7 @@ "id": "1050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.235233687872524, - 5.235233687872524, - 5.235233687872524, - 5.235233687872524, - 5.235233687872524, - 5.235233687872524, - 5.235233687872524, - 5.235233687872524 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 207.29932079835635, - 218.60326377229399, - 74.63027712454414, - -101.50745346407746, - -211.60853875869623, - -216.42258695426585, - -118.51842936984758, - 54.870542032980325 - ], - "relative wind speed": [ - 1.6244677997703176, - 1.6299792997912115, - 1.5418998901859806, - 1.4015774310511184, - 1.288283921518093, - 1.281303468029648, - 1.386043225724621, - 1.5277931141685377 - ], - "relative wind angle": [ - 0.04831165886021845, - 0.03900513285549528, - 0.10939483701237292, - 0.12483137140193461, - 0.060932821828585254, - 0.049627226338098775, - 0.12175398812929548, - 0.11447131385050978 - ], - "resistance": [ - 96841.79932079835, - 96853.1032637723, - 96709.13027712454, - 96532.99254653593, - 96422.8914612413, - 96418.07741304573, - 96515.98157063016, - 96689.37054203298 - ], - "fuel": [ - 39.11265291435386, - 39.11848485761078, - 39.04424168620499, - 38.95351688544357, - 38.896864791674915, - 38.89438877078015, - 38.94476100639268, - 39.034058117708554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.1875 3.125, 2.1875 3.4375, 2.5 3.4375, 2.5 3.125, 2.1875 3.125))", @@ -54437,68 +38871,7 @@ "id": "1051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.144409592798395, - 5.144409592798395, - 5.144409592798395, - 5.144409592798395, - 5.144409592798395, - 5.144409592798395, - 5.144409592798395, - 5.144409592798395 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 200.19876438464894, - 195.15541945671453, - 55.38876089671521, - -106.7215990754712, - -200.7834565881493, - -198.63778209290547, - -99.11742875861319, - 64.21834101397042 - ], - "relative wind speed": [ - 1.5940010316507565, - 1.591486025265091, - 1.5018041443601273, - 1.3678842354383225, - 1.2668958921760838, - 1.2700538263799028, - 1.3749359266886063, - 1.5082298263048726 - ], - "relative wind angle": [ - 0.04006707996497836, - 0.0443865393967282, - 0.10923124272141502, - 0.11791070899710746, - 0.050420039416680676, - 0.055630556353608224, - 0.11935631058595592, - 0.1068945749475807 - ], - "resistance": [ - 96834.69876438462, - 96829.65541945669, - 96689.88876089669, - 96527.7784009245, - 96433.71654341182, - 96435.86221790707, - 96535.38257124135, - 96698.71834101394 - ], - "fuel": [ - 39.084389617646394, - 39.081787935975754, - 39.00972496083523, - 38.926232736566085, - 38.87783258437822, - 38.878936288473845, - 38.93014695114443, - 39.01427529624931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 2.8125, 1.25 3.125, 1.5625 3.125, 1.5625 2.8125, 1.25 2.8125))", @@ -54530,9 +38903,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 339.3035330412657, + 339.30353304126504, 108.4682913300104, - -143.66827483090594, + -143.66827483090606, -287.7084217960783, -279.2210746698994, -116.80113720903904, @@ -54542,7 +38915,7 @@ "relative wind speed": [ 1.4582490857350603, 1.2913275614981186, - 1.0236581951337442, + 1.023658195133744, 0.7940535886707571, 0.8123686187299355, 1.05778367243007, @@ -54550,14 +38923,14 @@ 1.4683024440023977 ], "relative wind angle": [ - 0.1055495829009768, + 0.10554958290097892, 0.26587505579219317, 0.324329158999452, 0.15429466044200726, - 0.19026188118257992, - 0.32653813962363765, + 0.1902618811825805, + 0.3265381396236377, 0.24999947283943172, - 0.0832073853118707 + 0.08320738531187072 ], "resistance": [ 96973.80353304125, @@ -54610,7 +38983,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 330.35708167565735, + 330.35708167565633, 192.207178715675, -27.08058120210478, -206.6285441312893, @@ -54620,7 +38993,7 @@ 215.62104274993555 ], "relative wind speed": [ - 1.429391092474975, + 1.4293910924749744, 1.3493918143161663, 1.1532515123863465, 0.926334589913755, @@ -54637,7 +39010,7 @@ 0.017402552368974276, 0.23746485709388832, 0.2585200475574219, - 0.14938004784039652 + 0.1493800478403965 ], "resistance": [ 96964.85708167565, @@ -54690,34 +39063,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 255.9545851716365, + 255.9545851716358, -35.09489948588691, - -270.68427611670467, + -270.6842761167048, -335.2572472678696, -244.66793448545366, 8.124270009210477, 294.02388157078167, - 442.926111992561 + 442.92611199255487 ], "relative wind speed": [ - 1.5057891325185357, + 1.5057891325185353, 1.2700230472576766, - 0.9946424738077446, + 0.9946424738077445, 0.8728052247771586, - 1.031341528039484, + 1.0313415280394842, 1.31076608077264, 1.530278604819185, - 1.6028965339882155 + 1.6028965339882157 ], "relative wind angle": [ - 0.18243449632874698, + 0.182434496328747, 0.2915933320081312, - 0.24696159405958396, + 0.2469615940595844, 0.02433734121553628, - 0.2680843533965581, + 0.26808435339655856, 0.2822765851790088, 0.1595683932014791, - 0.013251187989912955 + 0.013251187989929712 ], "resistance": [ 96890.45458517164, @@ -54727,7 +39100,7 @@ 96389.83206551455, 96642.62427000921, 96928.52388157079, - 97077.42611199256 + 97077.42611199255 ], "fuel": [ 38.944266351403044, @@ -54737,7 +39110,7 @@ 38.68637078700634, 38.816480066213614, 38.963915894724146, - 39.04082387602476 + 39.04082387602475 ] }, { @@ -54770,34 +39143,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 358.1088477754031, + 358.1088477754022, 0.8565419642912957, - -307.6176087634235, - -411.383755211678, + -307.6176087634236, + -411.3837552116771, -324.3370521773879, -26.919733222544096, - 333.5409212811214, + 333.54092128112165, 558.9166251378911 ], "relative wind speed": [ - 1.6703206092666332, + 1.670320609266633, 1.4156795066821122, 1.0947497198467242, - 0.9191886834071717, + 0.9191886834071716, 1.0726402550862884, 1.3915385689705926, 1.6559139788853625, 1.759437472281588 ], "relative wind angle": [ - 0.17337439209009492, - 0.30131882630848794, - 0.2833211281417369, - 0.013763177716136976, + 0.17337439209009686, + 0.301318826308488, + 0.28332112814173765, + 0.01376317771612891, 0.27196936845543146, 0.3067149385444052, - 0.18588058141646296, - 0.00719017697959703 + 0.18588058141646238, + 0.007190176979597029 ], "resistance": [ 96992.6088477754, @@ -54837,68 +39210,7 @@ "id": "1056", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.494295626153507, - 4.494295626153507, - 4.494295626153507, - 4.494295626153507, - 4.494295626153507, - 4.494295626153507, - 4.494295626153507, - 4.494295626153507 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 316.2511674285761, - 133.35946119750872, - -99.47698207310452, - -256.57309086901137, - -274.1834319507086, - -158.03529386366574, - 64.60327289797931, - 275.6094977936332 - ], - "relative wind speed": [ - 1.5272947572320412, - 1.4109091661083946, - 1.2017153846939532, - 1.0065552069592238, - 0.9747920554045942, - 1.1367427816967686, - 1.3559974044732743, - 1.5065508428498744 - ], - "relative wind angle": [ - 0.05176291370361915, - 0.17930321135501004, - 0.23245231221706195, - 0.1394135460239896, - 0.08115447162653609, - 0.22320686319123373, - 0.2055996942879775, - 0.09297730293136694 - ], - "resistance": [ - 96950.75116742864, - 96767.85946119757, - 96535.02301792696, - 96377.92690913104, - 96360.31656804935, - 96476.4647061364, - 96699.10327289804, - 96910.10949779369 - ], - "fuel": [ - 38.98406272412687, - 38.889696957511646, - 38.76974153418282, - 38.6889208790184, - 38.67986667601324, - 38.73960452008021, - 38.85425334442351, - 38.96308227831227 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.1875 2.8125, 2.1875 3.125, 2.5 3.125, 2.5 2.8125, 2.1875 2.8125))", @@ -54917,68 +39229,7 @@ "id": "1057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.117586174282652, - 5.117586174282652, - 5.117586174282652, - 5.117586174282652, - 5.117586174282652, - 5.117586174282652, - 5.117586174282652, - 5.117586174282652 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 294.2262025718602, - 97.15103449859953, - -135.4288800314581, - -276.5650579824578, - -278.5350065609216, - -142.1740256068191, - 89.27809907366202, - 289.64657487855254 - ], - "relative wind speed": [ - 1.6601849978970213, - 1.5396148474618367, - 1.3481954264688802, - 1.1923414287171747, - 1.189327203752776, - 1.341752416172147, - 1.533976048338801, - 1.658021514394013 - ], - "relative wind angle": [ - 0.05675104802839339, - 0.1522056890610075, - 0.1759247527230273, - 0.08418824683837103, - 0.07925938130122868, - 0.17486707537370463, - 0.15443524326397806, - 0.06050814463408742 - ], - "resistance": [ - 96928.72620257185, - 96731.65103449859, - 96499.07111996853, - 96357.93494201753, - 96355.96499343906, - 96492.32597439317, - 96723.77809907365, - 96924.14657487854 - ], - "fuel": [ - 39.12575102328187, - 39.024088435130984, - 38.904296398548915, - 38.831701280231954, - 38.83068853760422, - 38.90082526393185, - 39.02003012898888, - 39.12338695051057 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 2.5, 1.875 2.8125, 2.1875 2.8125, 2.1875 2.5, 1.875 2.5))", @@ -54997,68 +39248,7 @@ "id": "1058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.114073603429697, - 5.114073603429697, - 5.114073603429697, - 5.114073603429697, - 5.114073603429697, - 5.114073603429697, - 5.114073603429697, - 5.114073603429697 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 357.0247764084651, - -7.486745902639996, - -322.58593815842323, - -426.131798540936, - -337.2681042844373, - -31.8791490072241, - 335.5917451923568, - 562.3120871469747 - ], - "relative wind speed": [ - 1.735545238535114, - 1.486762297354186, - 1.17959936910436, - 1.017279884811636, - 1.1617067129257994, - 1.4667029805058942, - 1.723434098034319, - 1.823957619523106 - ], - "relative wind angle": [ - 0.16077959701499428, - 0.2747378910115955, - 0.25065349619370514, - 0.010249208829807364, - 0.2415058285219049, - 0.278594923977229, - 0.17059450101411147, - 0.005716244777959409 - ], - "resistance": [ - 96991.52477640846, - 96627.01325409736, - 96311.91406184158, - 96208.36820145906, - 96297.23189571557, - 96602.62085099278, - 96970.09174519236, - 97196.81208714697 - ], - "fuel": [ - 39.157242187530656, - 38.96923477289639, - 38.80711162542927, - 38.753916416119615, - 38.79956644448863, - 38.956671331352126, - 39.1461737977597, - 39.26334271615792 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.1875 2.5, 2.1875 2.8125, 2.5 2.8125, 2.5 2.5, 2.1875 2.5))", @@ -55077,68 +39267,7 @@ "id": "1059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.505830424051454, - 5.505830424051454, - 5.505830424051454, - 5.505830424051454, - 5.505830424051454, - 5.505830424051454, - 5.505830424051454, - 5.505830424051454 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 335.68702585423773, - -6.043752826707987, - -309.6495488539132, - -414.32536743142543, - -337.79160313744796, - -52.87630038889586, - 295.02114962658914, - 513.0979126555613 - ], - "relative wind speed": [ - 1.8066462995372454, - 1.5873124999328678, - 1.3198930741079156, - 1.1777337664752057, - 1.2893285564369033, - 1.551379388038967, - 1.784438637498428, - 1.8812979969636432 - ], - "relative wind angle": [ - 0.13085270472435584, - 0.22349414304681767, - 0.19967566463250275, - 0.015654292943416984, - 0.183866219870118, - 0.2287618482822157, - 0.14724582667324485, - 0.009799686975304676 - ], - "resistance": [ - 96970.18702585422, - 96628.45624717328, - 96324.85045114608, - 96220.17463256857, - 96296.70839686254, - 96581.6236996111, - 96929.52114962657, - 97147.59791265555 - ], - "fuel": [ - 39.25543288774555, - 39.079187952966286, - 38.922970203701354, - 38.869189675771466, - 38.90850732185479, - 39.05506829525835, - 39.23443700656779, - 39.34710250026018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 4.6875, 2.5 5, 2.8125 5, 2.8125 4.6875, 2.5 4.6875))", @@ -55157,52 +39286,7 @@ "id": "1060", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.396995759213237, - 20.396995759213237, - 20.396995759213237, - 20.396995759213237, - 20.396995759213237, - 20.396995759213237, - 20.396995759213237, - 20.396995759213237 - ], - "relative wind speed": [ - 0.304143686648188, - 0.304143686648188, - 0.304143686648188, - 0.304143686648188, - 0.304143686648188, - 0.304143686648188, - 0.304143686648188, - 0.304143686648188 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 4.6875, 2.8125 5, 3.125 5, 3.125 4.6875, 2.8125 4.6875))", @@ -55221,52 +39305,7 @@ "id": "1061", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 22.413340096766337, - 22.413340096766337, - 22.413340096766337, - 22.413340096766337, - 22.413340096766337, - 22.413340096766337, - 22.413340096766337, - 22.413340096766337 - ], - "relative wind speed": [ - 0.3188225225613215, - 0.3188225225613215, - 0.3188225225613215, - 0.3188225225613215, - 0.3188225225613215, - 0.3188225225613215, - 0.3188225225613215, - 0.3188225225613215 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 4.375, 2.5 4.6875, 2.8125 4.6875, 2.8125 4.375, 2.5 4.375))", @@ -55285,52 +39324,7 @@ "id": "1062", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 11.436198784290617, - 11.436198784290617, - 11.436198784290617, - 11.436198784290617, - 11.436198784290617, - 11.436198784290617, - 11.436198784290617, - 11.436198784290617 - ], - "relative wind speed": [ - 0.22773854986428738, - 0.22773854986428738, - 0.22773854986428738, - 0.22773854986428738, - 0.22773854986428738, - 0.22773854986428738, - 0.22773854986428738, - 0.22773854986428738 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 4.375, 2.8125 4.6875, 3.125 4.6875, 3.125 4.375, 2.8125 4.375))", @@ -55349,52 +39343,7 @@ "id": "1063", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 13.909860563732742, - 13.909860563732742, - 13.909860563732742, - 13.909860563732742, - 13.909860563732742, - 13.909860563732742, - 13.909860563732742, - 13.909860563732742 - ], - "relative wind speed": [ - 0.25116382674010507, - 0.25116382674010507, - 0.25116382674010507, - 0.25116382674010507, - 0.25116382674010507, - 0.25116382674010507, - 0.25116382674010507, - 0.25116382674010507 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 4.6875, 3.125 5, 3.4375 5, 3.4375 4.6875, 3.125 4.6875))", @@ -55413,52 +39362,7 @@ "id": "1064", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.506106327848155, - 23.506106327848155, - 23.506106327848155, - 23.506106327848155, - 23.506106327848155, - 23.506106327848155, - 23.506106327848155, - 23.506106327848155 - ], - "relative wind speed": [ - 0.3265021543813117, - 0.3265021543813117, - 0.3265021543813117, - 0.3265021543813117, - 0.3265021543813117, - 0.3265021543813117, - 0.3265021543813117, - 0.3265021543813117 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.4375 4.6875, 3.4375 5, 3.75 5, 3.75 4.6875, 3.4375 4.6875))", @@ -55490,9 +39394,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 318.61189455577664, + 318.61189455577573, 462.3267216814236, - 263.94834876479206, + 263.94834876479194, -30.936565739412856, -262.91515378266575, -325.35980287092934, @@ -55500,7 +39404,7 @@ 30.073880840303445 ], "relative wind speed": [ - 1.4512702893257783, + 1.4512702893257778, 1.5237010452802966, 1.4142296418397209, 1.1531381296568817, @@ -55510,13 +39414,13 @@ 1.2164835120719149 ], "relative wind angle": [ - 0.18574343243176727, + 0.18574343243176789, 0.02217944408539959, - 0.2252046723349915, + 0.225204672334992, 0.3661262507115666, 0.3252775407133334, 0.04839731538723038, - 0.3586394630142433, + 0.3586394630142434, 0.3462354799086921 ], "resistance": [ @@ -55557,52 +39461,7 @@ "id": "1066", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.583486773916494, - 16.583486773916494, - 16.583486773916494, - 16.583486773916494, - 16.583486773916494, - 16.583486773916494, - 16.583486773916494, - 16.583486773916494 - ], - "relative wind speed": [ - 0.2742417852877406, - 0.2742417852877406, - 0.2742417852877406, - 0.2742417852877406, - 0.2742417852877406, - 0.2742417852877406, - 0.2742417852877406, - 0.2742417852877406 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.4375 4.375, 3.4375 4.6875, 3.75 4.6875, 3.75 4.375, 3.4375 4.375))", @@ -55621,52 +39480,7 @@ "id": "1067", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 30.98330970275828, - 30.98330970275828, - 30.98330970275828, - 30.98330970275828, - 30.98330970275828, - 30.98330970275828, - 30.98330970275828, - 30.98330970275828 - ], - "relative wind speed": [ - 0.37485180565522874, - 0.37485180565522874, - 0.37485180565522874, - 0.37485180565522874, - 0.37485180565522874, - 0.37485180565522874, - 0.37485180565522874, - 0.37485180565522874 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 4.0625, 2.5 4.375, 2.8125 4.375, 2.8125 4.0625, 2.5 4.0625))", @@ -55698,17 +39512,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 117.4309309003246, + 117.43093090032403, 170.6796326539619, - 91.80620696508981, + 91.80620696508936, -30.532915899824275, - -127.80127483393693, + -127.8012748339371, -150.5595316073792, -109.88347596164175, -0.5535544135316286 ], "relative wind speed": [ - 1.2286189765220483, + 1.228618976522048, 1.2623456007101677, 1.2079200701706136, 1.0885423245711134, @@ -55718,14 +39532,14 @@ 1.1208248774007454 ], "relative wind angle": [ - 0.08904459033506047, - 0.012942857552111973, - 0.10979946293966192, + 0.08904459033506172, + 0.012942857552111971, + 0.10979946293966394, 0.1576057285096043, - 0.11343624825765639, + 0.11343624825765737, 0.017746356207788243, 0.1339636341814331, - 0.15302997494976853 + 0.1530299749497685 ], "resistance": [ 96751.93093090033, @@ -55778,34 +39592,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 200.08738850262137, + 200.08738850262068, 199.18570567800452, - 63.709101266484254, + 63.7091012664838, -93.57200565526819, - -187.32511671947356, + -187.32511671947339, -186.93640527937777, - -92.25132376141926, + -92.25132376141937, 65.25278390714925 ], "relative wind speed": [ - 1.3349473170589061, + 1.334947317058906, 1.3344194533208367, - 1.2304415413937613, + 1.230441541393761, 1.0668835000453987, 0.934635879118372, - 0.9353893779902903, - 1.0684765692661156, - 1.2318231054778208 + 0.9353893779902904, + 1.0684765692661158, + 1.231823105477821 ], "relative wind angle": [ - 0.061653880950079225, + 0.06165388095008102, 0.06280677061027695, - 0.1638448320551045, + 0.1638448320551052, 0.18865217182195393, - 0.08811890936647954, - 0.08966085451144118, - 0.18896068403669505, - 0.1631472097451276 + 0.08811890936647829, + 0.08966085451144243, + 0.18896068403669622, + 0.16314720974512895 ], "resistance": [ 96834.58738850262, @@ -55858,17 +39672,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 164.93033097194814, + 164.93033097194711, 181.64003352250734, 68.60861665750099, -73.25659457057384, - -165.53737569727969, + -165.5373756972799, -172.69167278292468, -98.12828087286738, 39.65077844264522 ], "relative wind speed": [ - 1.3527281818945587, + 1.3527281818945582, 1.3624326871133758, 1.2807204681629862, 1.1438779376236092, @@ -55878,12 +39692,12 @@ 1.2556401146343124 ], "relative wind angle": [ - 0.06160102336356935, - 0.04146811486485061, + 0.06160102336357116, + 0.0414681148648506, 0.12773900038092476, 0.1529302297436744, - 0.08115776518136159, - 0.05571217954220494, + 0.08115776518136295, + 0.05571217954220495, 0.14675697549415795, 0.13922512229093026 ], @@ -55938,9 +39752,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 313.10996612930444, + 313.1099661293008, 222.15576705791102, - 12.723112478260873, + 12.723112478260532, -182.46225081192148, -259.79167539739694, -220.52294886585514, @@ -55950,7 +39764,7 @@ "relative wind speed": [ 1.4974227572886352, 1.449484615188879, - 1.2853745068417888, + 1.2853745068417886, 1.0764443072608167, 0.9537815417755067, 1.025167544262063, @@ -55958,9 +39772,9 @@ 1.411822154820975 ], "relative wind angle": [ - 0.02076885158758771, + 0.020768851587598402, 0.11774955489745374, - 0.21315398018985543, + 0.21315398018985598, 0.20038304924877087, 0.032610221781145685, 0.1668750932499165, @@ -56018,20 +39832,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 233.58426860433536, + 233.58426860433502, 161.32698219367745, - 5.019665721151455, - -138.43401568857035, + 5.019665721151284, + -138.4340156885704, -192.8058981560357, -161.6297354355669, -33.60024353443134, 127.85753968448574 ], "relative wind speed": [ - 1.2929139211437777, + 1.2929139211437775, 1.2487329885938756, - 1.1056978693952217, - 0.9266070593826502, + 1.1056978693952215, + 0.9266070593826503, 0.825008897579421, 0.8904672996634954, 1.062872668849593, @@ -56040,8 +39854,8 @@ "relative wind angle": [ 0.016962191930914177, 0.12038037491261408, - 0.2132483846143644, - 0.1965709514345064, + 0.21324838461436388, + 0.196570951434507, 0.026584180788583673, 0.16921247036446935, 0.22198160058953323, @@ -56098,9 +39912,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 302.71276154869145, + 302.7127615486902, 226.25167283696828, - 26.13223300032041, + 26.132233000320184, -165.20516965473053, -247.56126544089432, -214.42517745331605, @@ -56108,9 +39922,9 @@ 154.91274308885068 ], "relative wind speed": [ - 1.4223108103844648, + 1.4223108103844646, 1.3802148140356647, - 1.216724856007965, + 1.2167248560079649, 0.9989778777423647, 0.8603634353919382, 0.926391034829475, @@ -56118,14 +39932,14 @@ 1.3286220237815163 ], "relative wind angle": [ - 0.030466249037061185, - 0.12216512976805807, - 0.23321180740095593, + 0.03046624903706483, + 0.12216512976805809, + 0.23321180740095643, 0.23177118061871976, 0.050378831583481685, - 0.18257200343362287, + 0.1825720034336229, 0.2508937727920748, - 0.17358082148091677 + 0.1735808214809168 ], "resistance": [ 96937.2127615487, @@ -56178,7 +39992,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 275.97806574582944, + 275.97806574582, 156.24638797018042, -34.09964661387971, -189.18848836371905, @@ -56188,7 +40002,7 @@ 182.33721661611105 ], "relative wind speed": [ - 1.4432622364826555, + 1.4432622364826557, 1.3731687408522022, 1.2084006915713412, 1.0276651290118237, @@ -56198,17 +40012,17 @@ 1.391700600756343 ], "relative wind angle": [ - 0.010473224031787822, + 0.010473224031819625, 0.13419448261776917, - 0.20391146836866225, - 0.1586369959083048, - 0.01584653092299684, - 0.17548758978456525, + 0.20391146836866228, + 0.15863699590830482, + 0.015846530922996836, + 0.17548758978456527, 0.1989666588845338, - 0.11691684418565738 + 0.1169168441856574 ], "resistance": [ - 96910.47806574586, + 96910.47806574585, 96790.74638797021, 96600.40035338615, 96445.3115116363, @@ -56218,7 +40032,7 @@ 96816.83721661614 ], "fuel": [ - 38.92388247819746, + 38.923882478197456, 38.86210896504393, 38.76401299310764, 38.68418670122401, @@ -56245,68 +40059,7 @@ "id": "1075", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.365134734064569, - 4.365134734064569, - 4.365134734064569, - 4.365134734064569, - 4.365134734064569, - 4.365134734064569, - 4.365134734064569, - 4.365134734064569 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 281.6001497893018, - 207.5698993544404, - 17.815673502984396, - -163.56301707128574, - -239.574830911971, - -207.6534381574005, - -55.660154815073156, - 144.0944147119534 - ], - "relative wind speed": [ - 1.4631309986750216, - 1.423164833449291, - 1.2736844266723284, - 1.0805182841415486, - 0.9630831107885376, - 1.0212165560757147, - 1.2025013009648988, - 1.3786811216542043 - ], - "relative wind angle": [ - 0.02484083747111106, - 0.10642820704647972, - 0.19767671064692557, - 0.1885945238463477, - 0.03774367049192429, - 0.14858436298057037, - 0.2095475878180076, - 0.1474670625808007 - ], - "resistance": [ - 96916.1001497893, - 96842.06989935444, - 96652.31567350299, - 96470.93698292872, - 96394.92516908803, - 96426.8465618426, - 96578.83984518492, - 96778.59441471196 - ], - "fuel": [ - 38.93765819341193, - 38.89945570733798, - 38.8016282799195, - 38.70824408592776, - 38.66914522789915, - 38.68556229387109, - 38.7637839419415, - 38.86671612967862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 4.6875, 3.75 5, 4.0625 5, 4.0625 4.6875, 3.75 4.6875))", @@ -56340,7 +40093,7 @@ "wind resistance": [ 507.8044533969886, 577.1974172319877, - 262.486232408522, + 262.4862324085219, -119.37497346838649, -373.0088412944348, -403.2501629245635, @@ -56348,7 +40101,7 @@ 151.69507880101332 ], "relative wind speed": [ - 1.648134806863034, + 1.6481348068630337, 1.678894635973256, 1.4973695938742198, 1.1508178011074377, @@ -56360,9 +40113,9 @@ "relative wind angle": [ 0.14990150658762907, 0.08451213131244016, - 0.30283271894782027, + 0.30283271894782066, 0.43963986341764844, - 0.32250612202929385, + 0.3225061220292935, 0.20163461490626494, 0.4447492816823935, 0.3541285382098449 @@ -56405,68 +40158,7 @@ "id": "1077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.144163885410624, - 4.144163885410624, - 4.144163885410624, - 4.144163885410624, - 4.144163885410624, - 4.144163885410624, - 4.144163885410624, - 4.144163885410624 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 724.9821290373637, - 552.8491060176387, - 123.91894356899945, - -270.6515711906866, - -443.20147369250174, - -369.3883845302472, - -49.19569023679503, - 392.73855060122696 - ], - "relative wind speed": [ - 1.7495802894847114, - 1.6770584113894584, - 1.3805576525216319, - 0.9339915525194471, - 0.5632012785203728, - 0.7521316070131964, - 1.2133785219560917, - 1.5829992575180512 - ], - "relative wind angle": [ - 0.053854582468526396, - 0.21314837334205028, - 0.44629584286398166, - 0.5497025870399648, - 0.1680072330026084, - 0.4911894291549829, - 0.5133482738545981, - 0.31334566614279913 - ], - "resistance": [ - 97359.4821290374, - 97187.34910601767, - 96758.41894356904, - 96363.84842880935, - 96191.29852630752, - 96265.11161546978, - 96585.30430976323, - 97027.23855060125 - ], - "fuel": [ - 39.120649692519734, - 39.03156978876901, - 38.810075446808, - 38.6069285490935, - 38.518272304352095, - 38.556183954785254, - 38.72087505507641, - 38.9488105582046 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 4.375, 3.75 4.6875, 4.0625 4.6875, 4.0625 4.375, 3.75 4.375))", @@ -56485,68 +40177,7 @@ "id": "1078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.411549001734611, - 4.411549001734611, - 4.411549001734611, - 4.411549001734611, - 4.411549001734611, - 4.411549001734611, - 4.411549001734611, - 4.411549001734611 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 578.859257764997, - 413.7973426492513, - 53.70997855612393, - -272.20412547159356, - -405.83168844591125, - -334.0528838688445, - -49.29997754455735, - 321.2815561722472 - ], - "relative wind speed": [ - 1.6948546050876288, - 1.620451660459631, - 1.3604717166426232, - 1.000781794709812, - 0.7585683325982209, - 0.9066942504070544, - 1.2637542307834464, - 1.5640952167259492 - ], - "relative wind angle": [ - 0.030555712336633872, - 0.18291788244368673, - 0.35166674734248493, - 0.37653360920100637, - 0.06831253508744738, - 0.3311094497628636, - 0.379897662376993, - 0.23749761718880513 - ], - "resistance": [ - 97213.359257765, - 97048.29734264925, - 96688.20997855613, - 96362.29587452841, - 96228.6683115541, - 96300.44711613115, - 96585.20002245544, - 96955.78155617225 - ], - "fuel": [ - 39.10138166356961, - 39.01604867946605, - 38.83024411940089, - 38.662488883519835, - 38.59382205569463, - 38.63069857268633, - 38.777179884493066, - 38.96826461068703 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 4.375, 4.0625 4.6875, 4.375 4.6875, 4.375 4.375, 4.0625 4.375))", @@ -56565,68 +40196,7 @@ "id": "1079", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.486689649147927, - 4.486689649147927, - 4.486689649147927, - 4.486689649147927, - 4.486689649147927, - 4.486689649147927, - 4.486689649147927, - 4.486689649147927 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 712.4510715704909, - 454.85588683211574, - 24.346017356415587, - -336.5385601962342, - -459.3830729447095, - -348.2406346174693, - 4.76673401416781, - 437.0604735967362 - ], - "relative wind speed": [ - 1.7914274834135389, - 1.681794933466224, - 1.3692314427230257, - 0.9523251144868691, - 0.7012741307436955, - 0.9341111478550229, - 1.3513708192196217, - 1.6715485966902852 - ], - "relative wind angle": [ - 0.005441024894281194, - 0.2270320426900407, - 0.40944968861020425, - 0.42462063399703753, - 0.013899653328751847, - 0.417253643512095, - 0.41519260914830847, - 0.23692336006961992 - ], - "resistance": [ - 97346.9510715705, - 97089.35588683211, - 96658.84601735641, - 96297.96143980377, - 96175.1169270553, - 96286.25936538253, - 96639.26673401416, - 97071.56047359674 - ], - "fuel": [ - 39.18720527361209, - 39.05395114281764, - 38.83179930457963, - 38.646106900739525, - 38.58300807264875, - 38.64009373479662, - 38.82171239235316, - 39.0447546836085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 4.6875, 4.375 5, 4.6875 5, 4.6875 4.6875, 4.375 4.6875))", @@ -56645,68 +40215,7 @@ "id": "1080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.5928190103347415, - 4.5928190103347415, - 4.5928190103347415, - 4.5928190103347415, - 4.5928190103347415, - 4.5928190103347415, - 4.5928190103347415, - 4.5928190103347415 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 986.5369467818272, - 501.91860718086366, - -111.16828884008362, - -504.33919392070004, - -574.0161734764857, - -322.8703520954402, - 240.6244852519584, - 816.6528844450621 - ], - "relative wind speed": [ - 2.0068673735493574, - 1.7851216415137656, - 1.325112037127187, - 0.7572391342936783, - 0.576043100197085, - 1.0829049050127915, - 1.6135118212650938, - 1.9457469521486408 - ], - "relative wind angle": [ - 0.08284761606680655, - 0.3603989143982332, - 0.5782028203548347, - 0.5482279087893001, - 0.2924524634056932, - 0.6203551176877993, - 0.4654607732695508, - 0.204246477175018 - ], - "resistance": [ - 97621.03694678187, - 97136.41860718091, - 96523.33171115996, - 96130.16080607934, - 96060.48382652356, - 96311.6296479046, - 96875.124485252, - 97451.15288444511 - ], - "fuel": [ - 39.35346186133657, - 39.10247896596033, - 38.78621456648655, - 38.584131176429366, - 38.548378354501644, - 38.67733170539093, - 38.967517869279135, - 39.265379756813715 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 4.6875, 4.6875 5, 5 5, 5 4.6875, 4.6875 4.6875))", @@ -56725,68 +40234,7 @@ "id": "1081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.560668868373983, - 5.560668868373983, - 5.560668868373983, - 5.560668868373983, - 5.560668868373983, - 5.560668868373983, - 5.560668868373983, - 5.560668868373983 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1298.0621750363027, - 726.8660609011724, - -59.12191250404612, - -644.0115546537636, - -792.8972118829324, - -504.1163995700506, - 183.41805924909272, - 950.9394219565086 - ], - "relative wind speed": [ - 2.3391018597651465, - 2.130658731352916, - 1.6491859243054046, - 1.0381659579419795, - 0.7586211302928275, - 1.227679477792602, - 1.8240310624428695, - 2.2291511777925574 - ], - "relative wind angle": [ - 0.04203193220265787, - 0.3000795823384295, - 0.5012044418196804, - 0.49243241440890934, - 0.12992664996215764, - 0.5386904272771668, - 0.4493996496670598, - 0.22199896431199778 - ], - "resistance": [ - 97932.5621750363, - 97361.36606090117, - 96575.37808749595, - 95990.48844534624, - 95841.60278811707, - 96130.38360042995, - 96817.91805924909, - 97585.43942195651 - ], - "fuel": [ - 39.77019925003161, - 39.47380777131676, - 39.067946295495545, - 38.76741797694305, - 38.69112072605522, - 38.839183160311336, - 39.19294169629461, - 39.58993386793701 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 4.375, 4.375 4.6875, 4.6875 4.6875, 4.6875 4.375, 4.375 4.375))", @@ -56805,68 +40253,7 @@ "id": "1082", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.763522590639757, - 4.763522590639757, - 4.763522590639757, - 4.763522590639757, - 4.763522590639757, - 4.763522590639757, - 4.763522590639757, - 4.763522590639757 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 852.4311434822482, - 376.80968945321024, - -173.8032749385361, - -524.3727827040015, - -553.812040141541, - -261.09474431461365, - 270.04316413606466, - 784.2739774512509 - ], - "relative wind speed": [ - 1.9665282739006134, - 1.7279896976305467, - 1.2809712228819394, - 0.7873808804322165, - 0.7219645486007293, - 1.1842794713957812, - 1.6575822717545963, - 1.9412618603930194 - ], - "relative wind angle": [ - 0.1065275924597137, - 0.35144535300102675, - 0.5161268811135098, - 0.3897437868109324, - 0.29382712958671536, - 0.5262623082379342, - 0.3912952659681515, - 0.1547259124058238 - ], - "resistance": [ - 97486.93114348226, - 97011.30968945322, - 96460.69672506148, - 96110.12721729602, - 96080.68795985848, - 96373.4052556854, - 96904.54316413608, - 97418.77397745126 - ], - "fuel": [ - 39.32440341301481, - 39.078309367565566, - 38.79446483502951, - 38.614331783741584, - 38.59922583072207, - 38.74956912054497, - 39.02318236913435, - 39.28908615007625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 4.375, 4.6875 4.6875, 5 4.6875, 5 4.375, 4.6875 4.375))", @@ -56885,68 +40272,7 @@ "id": "1083", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.2403740877830565, - 6.2403740877830565, - 6.2403740877830565, - 6.2403740877830565, - 6.2403740877830565, - 6.2403740877830565, - 6.2403740877830565, - 6.2403740877830565 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1158.1414394963604, - 442.91472309714527, - -352.7798657845133, - -831.7424445851623, - -834.0311771197329, - -359.689707010883, - 434.53398731923426, - 1152.8959974323543 - ], - "relative wind speed": [ - 2.433703934656395, - 2.131053615291545, - 1.6061992814668982, - 1.0896800622603156, - 1.0861220546137969, - 1.600370721999546, - 2.1266640137303616, - 2.432112933437275 - ], - "relative wind angle": [ - 0.11538818535276558, - 0.32568561591702094, - 0.43995727614083036, - 0.2651821519527464, - 0.2609310039257558, - 0.440129519706493, - 0.32749148888611085, - 0.11769571536292249 - ], - "resistance": [ - 97792.6414394964, - 97077.41472309717, - 96281.72013421552, - 95802.75755541486, - 95800.4688228803, - 96274.81029298915, - 97069.03398731926, - 97787.39599743238 - ], - "fuel": [ - 39.91340831048835, - 39.542843948156346, - 39.13282535435886, - 38.887153513726304, - 38.885981615066676, - 39.12927505595273, - 39.53851310855856, - 39.9106836784493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 4.0625, 3.75 4.375, 4.0625 4.375, 4.0625 4.0625, 3.75 4.0625))", @@ -56965,68 +40291,7 @@ "id": "1084", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.534233504683258, - 4.534233504683258, - 4.534233504683258, - 4.534233504683258, - 4.534233504683258, - 4.534233504683258, - 4.534233504683258, - 4.534233504683258 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 490.06877025685867, - 291.2588906952076, - -25.53520145539096, - -286.26358120443984, - -361.95029047713075, - -269.7694471260351, - 1.8662273861648373, - 315.4834787680363 - ], - "relative wind speed": [ - 1.6519220068176153, - 1.5542631314183488, - 1.306549341648341, - 1.008951543072301, - 0.8672533475044222, - 1.0321050351972862, - 1.3318796879614352, - 1.5693920699105068 - ], - "relative wind angle": [ - 0.008030451312403632, - 0.18560101294683048, - 0.305008487545301, - 0.2689101368503707, - 0.015296630503169062, - 0.28160474972027305, - 0.29902644379551285, - 0.17164606228793594 - ], - "resistance": [ - 97124.56877025685, - 96925.7588906952, - 96608.9647985446, - 96348.23641879555, - 96272.54970952286, - 96364.73055287397, - 96636.36622738617, - 96949.98347876803 - ], - "fuel": [ - 39.082901898191416, - 38.98020020817558, - 38.816853845792934, - 38.68269641283833, - 38.643799292523525, - 38.691175952086596, - 38.830967902858106, - 38.992706336033464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 4.0625, 4.0625 4.375, 4.375 4.375, 4.375 4.0625, 4.0625 4.0625))", @@ -57045,68 +40310,7 @@ "id": "1085", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.349644723309405, - 5.349644723309405, - 5.349644723309405, - 5.349644723309405, - 5.349644723309405, - 5.349644723309405, - 5.349644723309405, - 5.349644723309405 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 780.7079693158495, - 415.77915991258703, - -95.44263823132496, - -479.68792354394924, - -567.0850533427554, - -369.0887518381945, - 88.5161176534533, - 580.0627688939481 - ], - "relative wind speed": [ - 2.01721749872704, - 1.8569687544312818, - 1.506272083845377, - 1.1052855683556835, - 0.9592548951177475, - 1.241371594666105, - 1.6493880078398897, - 1.9410513139437064 - ], - "relative wind angle": [ - 0.0376743190823586, - 0.232757465218968, - 0.3593982724425187, - 0.2945552834488681, - 0.07928965461281676, - 0.35228857016907605, - 0.3269893524571483, - 0.1660749554927554 - ], - "resistance": [ - 97415.20796931586, - 97050.2791599126, - 96539.05736176869, - 96154.81207645606, - 96067.41494665726, - 96265.41124816182, - 96723.01611765347, - 97214.56276889396 - ], - "fuel": [ - 39.440848559173176, - 39.25205087315442, - 38.98840114335904, - 38.79087650996297, - 38.746025945826645, - 38.84767466802651, - 39.08316121629801, - 39.336982465576966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 3.75, 3.75 4.0625, 4.0625 4.0625, 4.0625 3.75, 3.75 3.75))", @@ -57125,68 +40329,7 @@ "id": "1086", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.105022631054974, - 6.105022631054974, - 6.105022631054974, - 6.105022631054974, - 6.105022631054974, - 6.105022631054974, - 6.105022631054974, - 6.105022631054974 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 531.0082607621516, - 464.4541573362985, - 107.28596562297002, - -271.8585984696505, - -470.0763682391364, - -441.30940296844267, - -175.18423734817816, - 220.53500737245508 - ], - "relative wind speed": [ - 2.043551535510664, - 2.0180636734829003, - 1.8285837524952644, - 1.554500969947824, - 1.3542573142941978, - 1.3919535773063794, - 1.63291065637948, - 1.8956905037580898 - ], - "relative wind angle": [ - 0.04888065299991682, - 0.0860985062961677, - 0.1899584508303796, - 0.2038844979485847, - 0.07379768162395982, - 0.12499727516975766, - 0.21305246458242166, - 0.16680558173059742 - ], - "resistance": [ - 97165.50826076214, - 97098.9541573363, - 96741.78596562297, - 96362.64140153035, - 96164.42363176086, - 96193.19059703156, - 96459.31576265182, - 96855.03500737245 - ], - "fuel": [ - 39.54295831629431, - 39.508551120706954, - 39.32418358460899, - 39.12899141074362, - 39.02715735650459, - 39.04192726846735, - 39.17871074602456, - 39.38259049440491 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 3.75, 4.0625 4.0625, 4.375 4.0625, 4.375 3.75, 4.0625 3.75))", @@ -57205,68 +40348,7 @@ "id": "1087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.569867725677073, - 8.569867725677073, - 8.569867725677073, - 8.569867725677073, - 8.569867725677073, - 8.569867725677073, - 8.569867725677073, - 8.569867725677073 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1022.2731347810964, - 593.8189871070877, - -109.66467227365729, - -694.8891821864574, - -853.8319337269836, - -654.4182815165525, - -42.15535480802055, - 651.9566843717575 - ], - "relative wind speed": [ - 2.8374122575694503, - 2.712329702782419, - 2.407298812277727, - 2.0690007624434252, - 1.9237547365543726, - 2.0964274824627203, - 2.4406255415829343, - 2.73330870024395 - ], - "relative wind angle": [ - 0.005979938528566086, - 0.12383852515813609, - 0.19093114756356572, - 0.1509042819767623, - 0.008820079518656137, - 0.16049960470388128, - 0.1882925035091516, - 0.11404224684484102 - ], - "resistance": [ - 97656.77313478115, - 97228.31898710715, - 96524.8353277264, - 95939.6108178136, - 95780.66806627308, - 95980.0817184835, - 96592.34464519203, - 97286.45668437182 - ], - "fuel": [ - 40.81379179580533, - 40.591794480803976, - 40.22877613969894, - 39.92818618816232, - 39.84676819032026, - 39.94893231366148, - 40.26353306088275, - 40.62187763127716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 3.4375, 2.5 3.75, 2.8125 3.75, 2.8125 3.4375, 2.5 3.4375))", @@ -57285,68 +40367,7 @@ "id": "1088", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.93249049089144, - 4.93249049089144, - 4.93249049089144, - 4.93249049089144, - 4.93249049089144, - 4.93249049089144, - 4.93249049089144, - 4.93249049089144 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 173.43201061155366, - 145.92814138636152, - 23.538035966770963, - -105.65848527268338, - -169.31625766983882, - -157.65414625967196, - -63.94697471795382, - 71.91856601713403 - ], - "relative wind speed": [ - 1.5161243779816278, - 1.501597832185193, - 1.4152908091291203, - 1.3003306323543748, - 1.2251966254981734, - 1.2429577028278223, - 1.3404073359381947, - 1.4521983842447836 - ], - "relative wind angle": [ - 0.024837240948729904, - 0.050816725264251086, - 0.1030014795877472, - 0.09977249144426396, - 0.03073662094529144, - 0.06140305305964933, - 0.10877797466895729, - 0.08930902971528755 - ], - "resistance": [ - 96807.93201061158, - 96780.4281413864, - 96658.0380359668, - 96528.84151472735, - 96465.18374233019, - 96476.84585374036, - 96570.55302528208, - 96706.41856601716 - ], - "fuel": [ - 39.01529650350142, - 39.00111212761211, - 38.93802687674713, - 38.87149377406539, - 38.838734392594134, - 38.844734786960096, - 38.89296741000142, - 38.96295767096727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 3.4375, 2.8125 3.75, 3.125 3.75, 3.125 3.4375, 2.8125 3.4375))", @@ -57365,68 +40386,7 @@ "id": "1089", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.93404523574622, - 4.93404523574622, - 4.93404523574622, - 4.93404523574622, - 4.93404523574622, - 4.93404523574622, - 4.93404523574622, - 4.93404523574622 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 264.189729153965, - 124.92285999910712, - -71.04001420161467, - -214.73304618565032, - -239.8986288018183, - -158.45846078899012, - 23.12308496152002, - 205.40501740751927 - ], - "relative wind speed": [ - 1.585133979770589, - 1.5038642483083315, - 1.3468248340001727, - 1.1966108119855223, - 1.1572527694955261, - 1.2610614691554207, - 1.4275666614378535, - 1.5556369341744751 - ], - "relative wind angle": [ - 0.02578027148748187, - 0.1201404417249234, - 0.15959712909967294, - 0.10251423606461413, - 0.03531566628907602, - 0.14341883992335774, - 0.1504995722011154, - 0.07879840741450567 - ], - "resistance": [ - 96898.68972915398, - 96759.42285999912, - 96563.4599857984, - 96419.76695381437, - 96394.6013711982, - 96476.04153921103, - 96657.62308496154, - 96839.90501740754 - ], - "fuel": [ - 39.06251714282852, - 38.99067595218855, - 38.88971019680366, - 38.81576618493115, - 38.80282395624763, - 38.844715768428344, - 38.93820792149094, - 39.03218408812405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 3.125, 2.5 3.4375, 2.8125 3.4375, 2.8125 3.125, 2.5 3.125))", @@ -57445,68 +40405,7 @@ "id": "1090", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.236581764069888, - 4.236581764069888, - 4.236581764069888, - 4.236581764069888, - 4.236581764069888, - 4.236581764069888, - 4.236581764069888, - 4.236581764069888 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 190.3169838691166, - 101.57673436514904, - -35.54138071126863, - -144.139873768565, - -169.15344501767657, - -123.03785648143827, - -0.21397475102139651, - 131.73553564586553 - ], - "relative wind speed": [ - 1.3542564383049738, - 1.2969551237628014, - 1.172476809658377, - 1.0449419343585131, - 0.9996785921780218, - 1.0729749276171, - 1.2077524246147544, - 1.3196454607842947 - ], - "relative wind angle": [ - 0.013171389609604643, - 0.10659676101820198, - 0.15180909314677618, - 0.10812499836673932, - 0.017843605066883858, - 0.128961795436137, - 0.14734223822537712, - 0.08555480213971214 - ], - "resistance": [ - 96824.81698386914, - 96736.07673436518, - 96598.95861928877, - 96490.36012623146, - 96465.34655498236, - 96511.46214351858, - 96634.286025249, - 96766.2355356459 - ], - "fuel": [ - 38.863264702182704, - 38.817503855931136, - 38.74685352660258, - 38.690947625445176, - 38.678076995955074, - 38.7018073915792, - 38.76504933889668, - 38.83305261289948 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 3.125, 2.8125 3.4375, 3.125 3.4375, 3.125 3.125, 2.8125 3.125))", @@ -57525,68 +40424,7 @@ "id": "1091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.5963848431656, - 4.5963848431656, - 4.5963848431656, - 4.5963848431656, - 4.5963848431656, - 4.5963848431656, - 4.5963848431656, - 4.5963848431656 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 197.92464132585258, - 26.702215388923037, - -145.36240407286323, - -224.66146329835323, - -202.3534682321914, - -68.54321643357139, - 116.2856761706156, - 249.8956866946212 - ], - "relative wind speed": [ - 1.4663523862582797, - 1.3388600726168252, - 1.1697813599846054, - 1.061217062206795, - 1.0990029153728813, - 1.2511796172556173, - 1.4105347562240393, - 1.4939260609429847 - ], - "relative wind angle": [ - 0.08304855990535945, - 0.1624099596795718, - 0.1584038557242967, - 0.041913886891931054, - 0.11090802781205035, - 0.17390357446468335, - 0.1311944577820231, - 0.029769397084475725 - ], - "resistance": [ - 96832.42464132588, - 96661.20221538896, - 96489.13759592717, - 96409.83853670167, - 96432.14653176784, - 96565.95678356646, - 96750.78567617065, - 96884.39568669465 - ], - "fuel": [ - 38.94631311350327, - 38.858039961708286, - 38.76944251642609, - 38.72864788382513, - 38.74012165033114, - 38.80898371615061, - 38.90421080980319, - 38.973128194288876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 3.4375, 3.125 3.75, 3.4375 3.75, 3.4375 3.4375, 3.125 3.4375))", @@ -57605,68 +40443,7 @@ "id": "1092", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.533800140805473, - 5.533800140805473, - 5.533800140805473, - 5.533800140805473, - 5.533800140805473, - 5.533800140805473, - 5.533800140805473, - 5.533800140805473 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 349.4735563659775, - 102.36656340082311, - -177.99016794293368, - -339.36936497463785, - -333.2001301390234, - -156.95912134571336, - 126.93348422726342, - 363.7977300829074 - ], - "relative wind speed": [ - 1.801620205967188, - 1.6595670963665796, - 1.442652987514081, - 1.27329262582805, - 1.2820641986716703, - 1.4612874558834361, - 1.6757912559986647, - 1.8078301538244115 - ], - "relative wind angle": [ - 0.0656779019135787, - 0.1621119318465284, - 0.1816139365811926, - 0.07912165177282814, - 0.0923587564959476, - 0.18434562188926687, - 0.15612296084442506, - 0.055697703376824094 - ], - "resistance": [ - 96983.97355636598, - 96736.86656340082, - 96456.50983205707, - 96295.13063502536, - 96301.29986986097, - 96477.54087865428, - 96761.43348422727, - 96998.29773008291 - ], - "fuel": [ - 39.27073610200496, - 39.14323645331892, - 38.99885608735411, - 38.915880360730796, - 38.91905059119044, - 39.00967667790735, - 39.15590206118155, - 39.27813390468876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.4375 3.4375, 3.4375 3.75, 3.75 3.75, 3.75 3.4375, 3.4375 3.4375))", @@ -57685,68 +40462,7 @@ "id": "1093", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.167547695924007, - 6.167547695924007, - 6.167547695924007, - 6.167547695924007, - 6.167547695924007, - 6.167547695924007, - 6.167547695924007, - 6.167547695924007 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 525.5359205240873, - 328.52755366493534, - -28.620411187496757, - -340.27541390336046, - -437.6838651454975, - -353.1775370381624, - -50.14520441496825, - 309.9978786465447 - ], - "relative wind speed": [ - 2.038976305702382, - 1.9618139787311855, - 1.7512870736453876, - 1.5067233022901336, - 1.3874760225207647, - 1.4945902452313442, - 1.7365217171024234, - 1.9525109419979414 - ], - "relative wind angle": [ - 0.003685658188865933, - 0.1149573606686635, - 0.18709765921322247, - 0.15704795194673812, - 0.005416302210432852, - 0.15113677098113415, - 0.18870759228465459, - 0.12098893843472525 - ], - "resistance": [ - 97160.03592052411, - 96963.02755366497, - 96605.87958881253, - 96294.22458609667, - 96196.81613485453, - 96281.32246296186, - 96584.35479558507, - 96944.49787864658 - ], - "fuel": [ - 39.56096240309105, - 39.45916468238664, - 39.27498821542649, - 39.11465966516875, - 39.06462276175749, - 39.10803005676493, - 39.26390332999676, - 39.449597500993846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 3.125, 3.125 3.4375, 3.4375 3.4375, 3.4375 3.125, 3.125 3.125))", @@ -57765,68 +40481,7 @@ "id": "1094", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.843221813134766, - 5.843221813134766, - 5.843221813134766, - 5.843221813134766, - 5.843221813134766, - 5.843221813134766, - 5.843221813134766, - 5.843221813134766 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 272.0950756510806, - -42.69659713050146, - -308.781400052741, - -383.5154388167864, - -300.027998926691, - -28.087676286264013, - 284.65806008018353, - 459.0257091535634 - ], - "relative wind speed": [ - 1.8446828923029268, - 1.6454486891429765, - 1.4221029475986737, - 1.32242878216932, - 1.43075915471318, - 1.6560269754289403, - 1.8513643451200599, - 1.9238266158988533 - ], - "relative wind angle": [ - 0.11759784595228281, - 0.18377966742011148, - 0.14737446296706835, - 0.004067636265827866, - 0.1518530337306735, - 0.1825924619572757, - 0.11303511125729625, - 0.0027960687332066283 - ], - "resistance": [ - 96906.59507565113, - 96591.80340286954, - 96325.7185999473, - 96250.98456118326, - 96334.47200107336, - 96606.41232371378, - 96919.15806008023, - 97093.5257091536 - ], - "fuel": [ - 39.32476073389114, - 39.16246814011055, - 39.02557421037753, - 38.98717281858378, - 39.03007342392571, - 39.16999169128133, - 39.33124530172867, - 39.42130835275931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.4375 3.125, 3.4375 3.4375, 3.75 3.4375, 3.75 3.125, 3.4375 3.125))", @@ -57845,68 +40500,7 @@ "id": "1095", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.884245721328979, - 6.884245721328979, - 6.884245721328979, - 6.884245721328979, - 6.884245721328979, - 6.884245721328979, - 6.884245721328979, - 6.884245721328979 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 686.437312543828, - 381.2371537263332, - -95.86522165245151, - -479.7753710988666, - -575.8320964535925, - -422.8410531054478, - -0.9503409061762795, - 463.1259976148135 - ], - "relative wind speed": [ - 2.2956712948507265, - 2.18184316417704, - 1.921156216188035, - 1.6394717942262693, - 1.5293944894741045, - 1.6878135576447082, - 1.979472907477503, - 2.2183972670312824 - ], - "relative wind angle": [ - 0.012954354465125118, - 0.13422619711336342, - 0.20080301656992036, - 0.15303961660420115, - 0.019445592591607996, - 0.17386886823854258, - 0.19481001938841197, - 0.112900250682301 - ], - "resistance": [ - 97320.93731254386, - 97015.73715372637, - 96538.63477834758, - 96154.72462890117, - 96058.66790354643, - 96211.65894689457, - 96633.54965909386, - 97097.62599761484 - ], - "fuel": [ - 39.90141463936489, - 39.743591003814856, - 39.497568541187796, - 39.3002165516026, - 39.25092362467173, - 39.32944944351914, - 39.54644482808198, - 39.785902945345455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 2.8125, 2.5 3.125, 2.8125 3.125, 2.8125 2.8125, 2.5 2.8125))", @@ -57925,68 +40519,7 @@ "id": "1096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.109846704365935, - 4.109846704365935, - 4.109846704365935, - 4.109846704365935, - 4.109846704365935, - 4.109846704365935, - 4.109846704365935, - 4.109846704365935 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 294.34418256572155, - 131.41272693869337, - -80.48022700930079, - -227.3058523708387, - -247.52121228914712, - -146.98682759243502, - 53.12241986338165, - 247.78558444328178 - ], - "relative wind speed": [ - 1.4211363353761794, - 1.3114432925229982, - 1.1064479145161323, - 0.907197765713916, - 0.8667494862698327, - 1.0251827379408474, - 1.2436463195532546, - 1.3956630573168918 - ], - "relative wind angle": [ - 0.04970430111399323, - 0.18895388129703794, - 0.2537484831646386, - 0.16217001263203007, - 0.08155278513155793, - 0.24265373961473122, - 0.2252398992420357, - 0.10514465155097154 - ], - "resistance": [ - 96928.84418256574, - 96765.91272693871, - 96554.01977299071, - 96407.19414762917, - 96386.97878771086, - 96487.51317240758, - 96687.6224198634, - 96882.28558444329 - ], - "fuel": [ - 38.89110678946167, - 38.80704704968798, - 38.69787481839183, - 38.62232479652795, - 38.611929142276566, - 38.6636435026121, - 38.76669058225401, - 38.86707615599264 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 2.8125, 2.8125 3.125, 3.125 3.125, 3.125 2.8125, 2.8125 2.8125))", @@ -58005,68 +40538,7 @@ "id": "1097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.213297222407185, - 4.213297222407185, - 4.213297222407185, - 4.213297222407185, - 4.213297222407185, - 4.213297222407185, - 4.213297222407185, - 4.213297222407185 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 253.8217714165844, - 54.40791444251863, - -151.1725732491975, - -254.70489233691137, - -234.34889522657676, - -83.98298421022793, - 133.43841214321628, - 300.73403664920863 - ], - "relative wind speed": [ - 1.424602775398274, - 1.2723054666558558, - 1.053708698954206, - 0.8955244405793995, - 0.9350761586755838, - 1.1336221988447364, - 1.3392380176593648, - 1.4497918700699433 - ], - "relative wind angle": [ - 0.10262960946498301, - 0.22001840956308988, - 0.23636333909309504, - 0.07967256787074156, - 0.15672423849532208, - 0.24746524857692598, - 0.18530184817637116, - 0.049180860938727304 - ], - "resistance": [ - 96888.3217714166, - 96688.90791444253, - 96483.32742675082, - 96379.7951076631, - 96400.15110477344, - 96550.51701578978, - 96767.93841214324, - 96935.23403664923 - ], - "fuel": [ - 38.8912036548581, - 38.78836548678815, - 38.68250207880346, - 38.62924778676482, - 38.639715224228155, - 38.71708397140233, - 38.829103988693035, - 38.915417913709454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 2.5, 2.5 2.8125, 2.8125 2.8125, 2.8125 2.5, 2.5 2.5))", @@ -58085,68 +40557,7 @@ "id": "1098", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.476965104221336, - 4.476965104221336, - 4.476965104221336, - 4.476965104221336, - 4.476965104221336, - 4.476965104221336, - 4.476965104221336, - 4.476965104221336 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 301.85456479027516, - 37.62237827865863, - -213.3055205728665, - -321.4055100614464, - -276.72458051504816, - -67.76272800233505, - 209.4538521936105, - 404.713959180365 - ], - "relative wind speed": [ - 1.5343555249941456, - 1.338986059215305, - 1.075485715123595, - 0.9045938666936826, - 0.9879085918016136, - 1.2398897515757499, - 1.4742933016874886, - 1.584903845403777 - ], - "relative wind angle": [ - 0.13362620457835062, - 0.25709635978054246, - 0.26056609991823426, - 0.056823300457768344, - 0.2084282935291027, - 0.2781693610320786, - 0.18906165873147515, - 0.032420485785513965 - ], - "resistance": [ - 96936.35456479028, - 96672.12237827865, - 96421.19447942714, - 96313.09448993855, - 96357.77541948495, - 96566.73727199767, - 96843.9538521936, - 97039.21395918037 - ], - "fuel": [ - 38.972739977730726, - 38.83645949196827, - 38.70728133654302, - 38.65170346676067, - 38.67467017554888, - 38.782178503772215, - 38.92505381340777, - 39.02586102645277 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 2.5, 2.8125 2.8125, 3.125 2.8125, 3.125 2.5, 2.8125 2.5))", @@ -58165,68 +40576,7 @@ "id": "1099", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.961194382131667, - 4.961194382131667, - 4.961194382131667, - 4.961194382131667, - 4.961194382131667, - 4.961194382131667, - 4.961194382131667, - 4.961194382131667 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 314.49751900845786, - 67.40827540116857, - -190.37028333841317, - -321.4930715883833, - -298.09321024786004, - -112.05843435753332, - 159.22947076911078, - 368.5856741755017 - ], - "relative wind speed": [ - 1.6474139251004922, - 1.4854273875735666, - 1.2541097810333268, - 1.0881534022550632, - 1.1260804062952245, - 1.332492100653282, - 1.5521721486914934, - 1.6727079527573716 - ], - "relative wind angle": [ - 0.0922375204802, - 0.19839322858443598, - 0.210708326865799, - 0.07190786800027081, - 0.13515996395996377, - 0.22152295061095026, - 0.16980403451362844, - 0.04675524349692646 - ], - "resistance": [ - 96948.99751900842, - 96701.90827540113, - 96444.12971666155, - 96313.00692841159, - 96336.40678975212, - 96522.44156564244, - 96793.72947076909, - 97003.08567417547 - ], - "fuel": [ - 39.09540660449457, - 38.96794826381884, - 38.83521809054764, - 38.76779784547067, - 38.779824812441774, - 38.8755147110884, - 39.01528671900439, - 39.1233377083752 - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 2.1875, 0 2.5, 0.3125 2.5, 0.3125 2.1875, 0 2.1875))", @@ -58258,19 +40608,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 118.52812357646513, + 118.5281235764648, -151.58386019087578, - -301.59225820419886, + -301.592258204199, -287.0825737051696, - -107.03498665117922, + -107.03498665117928, 172.15203624760358, 407.4262584938113, 374.22759143137677 ], "relative wind speed": [ - 1.26034314656378, + 1.2603431465637798, 0.9562505816684083, - 0.6875866656694197, + 0.6875866656694196, 0.722670165292171, 1.0167903440410213, 1.306871177998879, @@ -58278,14 +40628,14 @@ 1.449163649496472 ], "relative wind angle": [ - 0.3167566440816792, + 0.31675664408167953, 0.396630612227331, - 0.1899863369003578, + 0.18998633690035896, 0.259992899763349, - 0.3963965275467119, + 0.3963965275467121, 0.2865752897045402, 0.08868076670543042, - 0.12855149748851288 + 0.1285514974885129 ], "resistance": [ 96753.02812357649, @@ -58338,33 +40688,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 101.90048318146626, + 101.90048318146603, -174.24482342489574, -325.49357740830135, -309.5567943786409, -122.98946821188747, - 162.5986683408115, - 396.532281861829, + 162.5986683408114, + 396.53228186182946, 359.98396890071683 ], "relative wind speed": [ - 1.3914063479113628, + 1.3914063479113625, 1.120611644619148, - 0.9023312798669665, + 0.9023312798669664, 0.9327220560494952, 1.1791556294228296, - 1.4389750398639838, + 1.4389750398639836, 1.584997755449902, 1.567306348346228 ], "relative wind angle": [ - 0.248925947418373, + 0.24892594741837346, 0.28984445906853273, - 0.12237244150647458, - 0.1772990340579969, - 0.2949678478862847, - 0.22445100944207266, - 0.06954832658923113, + 0.12237244150647368, + 0.17729903405799693, + 0.2949678478862844, + 0.22445100944207216, + 0.06954832658922953, 0.10515445041148347 ], "resistance": [ @@ -58418,7 +40768,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 91.09913385165834, + 91.09913385165822, -181.6305244942094, -316.6173522210312, -282.257237029904, @@ -58430,18 +40780,18 @@ "relative wind speed": [ 1.2360561093100273, 0.9117557017906386, - 0.6492031529496265, - 0.7337632900745805, + 0.6492031529496264, + 0.7337632900745806, 1.0552847223124673, 1.3454226439156596, 1.4899650387539325, 1.450190327042513 ], "relative wind angle": [ - 0.34880827672017534, + 0.34880827672017567, 0.41489011750235627, - 0.1504327779792192, - 0.3187193885779969, + 0.15043277797921847, + 0.3187193885779973, 0.41187152108281516, 0.27667905217144184, 0.06534568065767876, @@ -58498,9 +40848,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 83.36800028212656, + 83.36800028212622, -185.48205881910968, - -315.87775824523476, + -315.8777582452348, -279.0892966749892, -72.62556274712853, 219.36953283636592, @@ -58508,7 +40858,7 @@ 359.7252138864817 ], "relative wind speed": [ - 1.233251930102991, + 1.2332519301029907, 0.9128207449024238, 0.6600927711904631, 0.749142155213338, @@ -58518,14 +40868,14 @@ 1.4477228164043394 ], "relative wind angle": [ - 0.3448310108821882, + 0.34483101088218887, 0.40335829580665017, - 0.13648596591083118, + 0.13648596591083198, 0.3138461621568892, - 0.4018271765953195, + 0.4018271765953196, 0.2685156116153359, 0.060296801298769256, - 0.1604379881864557 + 0.16043798818645572 ], "resistance": [ 96717.8680002821, @@ -58578,9 +40928,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 128.4420031547089, + 128.44200315470823, -193.7050912931537, - -378.111833841449, + -378.1118338414491, -368.52015308707877, -162.3740366665129, 165.3856247716874, @@ -58588,9 +40938,9 @@ 418.85500655171325 ], "relative wind speed": [ - 1.5652432026316192, + 1.565243202631619, 1.2907945251174628, - 1.0657653007970453, + 1.0657653007970451, 1.0815457981472976, 1.322103502282152, 1.5911610377513656, @@ -58598,10 +40948,10 @@ 1.7401731639814308 ], "relative wind angle": [ - 0.2212593040792946, + 0.2212593040792956, 0.259664861321063, - 0.11773956264994326, - 0.1432204115880566, + 0.11773956264994231, + 0.14322041158805657, 0.2628333207543813, 0.20982446343180483, 0.07160485256381606, @@ -58658,33 +41008,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 148.88034814189075, + 148.88034814189007, -203.30365683035689, - -409.73161980981865, + -409.731619809819, -404.31488909594134, -185.58656983256458, 169.7638968000673, - 473.46548187956193, + 473.4654818795608, 461.0113960757161 ], "relative wind speed": [ - 1.6452177012623812, + 1.6452177012623808, 1.3614949674162113, - 1.1242764521746864, + 1.1242764521746862, 1.1327619105566782, 1.378370623868296, 1.6592101479289707, - 1.8282913663789062, + 1.8282913663789064, 1.8230461637825115 ], "relative wind angle": [ - 0.21663646442980503, + 0.21663646442980555, 0.25779842082838583, - 0.12239614567086818, - 0.135478657462588, - 0.25945994123475036, + 0.1223961456708691, + 0.13547865746258803, + 0.2594599412347503, 0.2107626864699048, - 0.07514834119166959, + 0.07514834119167255, 0.08402211719494511 ], "resistance": [ @@ -58738,19 +41088,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 24.626370076572698, - -236.12781333433372, - -332.41372252448105, + 24.626370076572357, + -236.12781333433378, + -332.41372252448133, -263.1146206850681, - -20.336249937951038, + -20.336249937951095, 283.59575272659765, - 483.7676215314997, + 483.7676215315021, 324.02708729056644 ], "relative wind speed": [ - 1.2091306265511064, + 1.2091306265511061, 0.8802673621079473, - 0.6765939907062407, + 0.6765939907062406, 0.8345483780037495, 1.1623781858727698, 1.4276726831680493, @@ -58758,13 +41108,13 @@ 1.4548707584620884 ], "relative wind angle": [ - 0.36286767662282704, - 0.37353175755387574, - 0.03707260761695785, + 0.36286767662282765, + 0.3735317575538758, + 0.03707260761696085, 0.34947096999985033, - 0.37818407323285586, - 0.22693471265348225, - 0.01634083573332733, + 0.3781840732328559, + 0.22693471265348228, + 0.016340835733320538, 0.1976944606952647 ], "resistance": [ @@ -58818,9 +41168,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 19.994336476487092, + 19.99433647648675, -327.8702085806865, - -457.7731324994618, + -457.7731324994634, -374.31630975175983, -57.1645712715499, 340.12507501318987, @@ -58838,13 +41188,13 @@ 1.7930839856726954 ], "relative wind angle": [ - 0.2792766817001702, + 0.27927668170017106, 0.26927524652480245, - 0.03163334647586033, + 0.031633346475870856, 0.24168089101122686, 0.29135854596358385, 0.18512329559907587, - 0.01729384083891064, + 0.017293840838910637, 0.15530326896293106 ], "resistance": [ @@ -58900,12 +41250,12 @@ "wind resistance": [ 50.71049958534809, -221.2391761276309, - -332.313305808726, + -332.3133058087261, -269.70643275477073, -30.32997719905336, 281.8453127213453, 499.83143179567764, - 355.4036068008136 + 355.4036068008137 ], "relative wind speed": [ 1.1996026175790735, @@ -58918,14 +41268,14 @@ 1.4478347708665367 ], "relative wind angle": [ - 0.39109356262114037, - 0.4330370718487775, - 0.07812855068050804, - 0.3901721280306162, + 0.3910935626211407, + 0.43303707184877743, + 0.07812855068050946, + 0.39017212803061624, 0.42352106608543877, 0.25810352014311516, 0.03114119229106272, - 0.20158721816318695 + 0.20158721816318692 ], "resistance": [ 96685.21049958533, @@ -58965,52 +41315,7 @@ "id": "1109", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.739946480055806, - 52.739946480055806, - 52.739946480055806, - 52.739946480055806, - 52.739946480055806, - 52.739946480055806, - 52.739946480055806, - 52.739946480055806 - ], - "relative wind speed": [ - 0.4890638309551754, - 0.4890638309551754, - 0.4890638309551754, - 0.4890638309551754, - 0.4890638309551754, - 0.4890638309551754, - 0.4890638309551754, - 0.4890638309551754 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 1.25, 0 1.5625, 0.3125 1.5625, 0.3125 1.25, 0 1.25))", @@ -59042,33 +41347,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 71.02920598426522, + 71.02920598426465, -298.1153330586065, - -444.99915011523046, + -444.9991501152306, -352.7727917812605, -20.88606678054782, - 409.5870342913777, - 707.9767867769077, + 409.587034291378, + 707.9767867769043, 493.8854833732431 ], "relative wind speed": [ - 1.3573905954795082, + 1.3573905954795078, 0.9264025491234783, - 0.6191661475483144, + 0.6191661475483142, 0.8343308292458985, 1.2701361203604178, - 1.6116864800320028, - 1.7528229444728882, + 1.611686480032003, + 1.7528229444728884, 1.661218546823469 ], "relative wind angle": [ - 0.4312845976090197, + 0.43128459760901994, 0.48934171235454965, 0.07821624970290987, 0.4555003765919634, 0.4631361296134694, - 0.2735834551856183, - 0.02760440494004434, + 0.27358345518561866, + 0.027604404940052382, 0.2227795977852584 ], "resistance": [ @@ -59122,19 +41427,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -41.80465642057834, + -41.8046564205784, -333.59870821549754, - -404.36717808326637, + -404.3671780832665, -252.79724134953062, 94.24936587469949, 477.8590822772768, - 642.0638521617993, + 642.0638521618005, 352.8286806590693 ], "relative wind speed": [ 1.179689989842802, 0.7579958604289354, - 0.5793036926995658, + 0.5793036926995657, 0.902638374047194, 1.3158116049115303, 1.596393099248354, @@ -59142,13 +41447,13 @@ 1.5193000419445148 ], "relative wind angle": [ - 0.4819122996672367, + 0.4819122996672372, 0.45491289301308346, - 0.1311369884258426, + 0.13113698842584345, 0.5094051343793641, - 0.4285229622923835, + 0.42852296229238346, 0.21017124174404653, - 0.04538712865714352, + 0.045387128657141076, 0.29393923710038566 ], "resistance": [ @@ -59189,52 +41494,7 @@ "id": "1112", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 53.3409572777862, - 53.3409572777862, - 53.3409572777862, - 53.3409572777862, - 53.3409572777862, - 53.3409572777862, - 53.3409572777862, - 53.3409572777862 - ], - "relative wind speed": [ - 0.49184255946452793, - 0.49184255946452793, - 0.49184255946452793, - 0.49184255946452793, - 0.49184255946452793, - 0.49184255946452793, - 0.49184255946452793, - 0.49184255946452793 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.9375 1.5625, 0.9375 1.875, 1.25 1.875, 1.25 1.5625, 0.9375 1.5625))", @@ -59266,9 +41526,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -213.97146187104136, + -213.9714618710418, -459.88761033539726, - -458.2671501880599, + -458.26715018806016, -208.83494894517003, 203.3055743332843, 564.8894729911556, @@ -59276,9 +41536,9 @@ 197.19604388222456 ], "relative wind speed": [ - 1.3265483063138286, + 1.3265483063138281, 1.0274805693810283, - 1.0302125196961665, + 1.0302125196961662, 1.3316538391871149, 1.6656979722637943, 1.8650908351424171, @@ -59287,10 +41547,10 @@ ], "relative wind angle": [ 0.3222534881751595, - 0.16825335053557028, - 0.17246007906215538, + 0.1682533505355703, + 0.17246007906215605, 0.3225240201883033, - 0.25497494655842384, + 0.2549749465584239, 0.0923856020734497, 0.09500910394016074, 0.256833355772738 @@ -59346,19 +41606,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -133.90285435297358, + -133.9028543529737, -406.3503442112623, - -439.2710192105085, + -439.2710192105086, -234.68896480421432, - 152.0526237254976, + 152.0526237254977, 530.4531696890838, 605.8407769676967, 273.54722254380624 ], "relative wind speed": [ - 1.23253521999645, + 1.2325352199964499, 0.8662289681738744, - 0.7988932274022689, + 0.7988932274022686, 1.1173432975120585, 1.491163196775186, 1.7298433809582052, @@ -59366,13 +41626,13 @@ 1.5793209627727254 ], "relative wind angle": [ - 0.4043028266303122, + 0.40430282663031253, 0.28664953317716535, - 0.1742277759163191, - 0.40549917092549664, - 0.331170620669973, + 0.1742277759163185, + 0.4054991709254967, + 0.33117062066997266, 0.14206105181995443, - 0.07867928887636741, + 0.07867928887636742, 0.2828424354467742 ], "resistance": [ @@ -59426,19 +41686,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -148.29689110539823, + -148.2968911053989, -457.51127180932326, - -506.45421913383245, + -506.4542191338327, -307.755800608246, 100.6321786654521, 506.62252300281284, - 619.1739466957549, + 619.1739466957563, 288.82705462844933 ], "relative wind speed": [ - 1.542491496570034, + 1.5424914965700336, 1.2394513307001032, - 1.1677176863658298, + 1.1677176863658296, 1.400858906288069, 1.7268381102119597, 1.955763348336658, @@ -59446,13 +41706,13 @@ 1.84359545468757 ], "relative wind angle": [ - 0.273521676608697, + 0.27352167660869703, 0.18436167570852666, 0.08173154411525115, 0.26140589373482553, 0.24369192263131265, - 0.11644011686423744, - 0.04769845683776547, + 0.11644011686423746, + 0.047698456837763144, 0.19765979720193344 ], "resistance": [ @@ -59506,9 +41766,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 39.290336245551316, + 39.29033624555109, -357.913507078843, - -495.5743143290536, + -495.574314329054, -372.58863800060027, 14.613373421171445, 493.24661662716164, @@ -59516,9 +41776,9 @@ 515.8754050998688 ], "relative wind speed": [ - 1.4012751846393081, + 1.401275184639308, 0.9434662434394447, - 0.6538088171955159, + 0.6538088171955158, 0.9201118737646377, 1.3791380501642512, 1.7249537245929354, @@ -59526,13 +41786,13 @@ 1.7375235377554188 ], "relative wind angle": [ - 0.4426708201276056, + 0.44267082012760617, 0.47694284529789793, - 0.018770252651511072, + 0.018770252651516984, 0.46884493461178367, - 0.4502938049341055, + 0.45029380493410553, 0.25380258600552397, - 0.006618164277142919, + 0.006618164277142918, 0.241626369528414 ], "resistance": [ @@ -59586,9 +41846,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -116.36821842660811, + -116.36821842660845, -431.3491261593069, - -476.5453707507488, + -476.54537075074893, -249.98430635309325, 188.73991870657755, 633.0490404976733, @@ -59596,9 +41856,9 @@ 352.95726561516824 ], "relative wind speed": [ - 1.2189357661286437, + 1.2189357661286435, 0.7623138893833256, - 0.6551980490813396, + 0.6551980490813395, 1.0579390745641357, 1.4989364785037713, 1.775244350107944, @@ -59606,13 +41866,13 @@ 1.6165951512507049 ], "relative wind angle": [ - 0.5026113853450147, + 0.5026113853450151, 0.4119961953996772, - 0.23958307508203427, + 0.23958307508203472, 0.5194218572805758, 0.40251256022308324, 0.17281290743582847, - 0.08564876230549086, + 0.08564876230549087, 0.33084468331725636 ], "resistance": [ @@ -59666,19 +41926,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -46.847478564929645, + -46.84747856493004, -332.5620827150145, - -394.8609845680453, + -394.86098456804535, -240.32177316597347, 133.16421768485202, 531.7761442544703, - 686.3583693735749, + 686.3583693735756, 371.2275126565255 ], "relative wind speed": [ - 1.127032559910314, + 1.1270325599103137, 0.6582253161432208, - 0.46173349684534104, + 0.461733496845341, 0.8596068451701669, 1.3047895088416932, 1.5935549838864986, @@ -59686,13 +41946,13 @@ 1.4945748978281197 ], "relative wind angle": [ - 0.5654894445607052, - 0.5687851436712691, - 0.22390200416615605, + 0.5654894445607057, + 0.5687851436712692, + 0.22390200416615655, 0.6200734200634451, - 0.48118606101691785, + 0.4811860610169178, 0.22435225951488588, - 0.061755698461490656, + 0.06175569846148886, 0.3407749221572428 ], "resistance": [ @@ -59746,34 +42006,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -86.83339427147553, + -86.83339427147598, -392.26242429651825, -443.95202377991404, - -250.11290599405453, + -250.1129059940546, 197.78500949331726, 653.2924291094743, - 786.6666868530248, + 786.6666868530252, 401.6343438131612 ], "relative wind speed": [ - 1.1606753516968509, + 1.1606753516968507, 0.6438158477872841, 0.47547406288784094, - 0.944602180253267, + 0.9446021802532669, 1.4222666258650143, 1.7191599056585751, 1.7731142215342448, 1.5740827005423936 ], "relative wind angle": [ - 0.6028359398406078, + 0.6028359398406083, 0.5888492610679498, - 0.32625567463834915, - 0.6519003242495361, - 0.48103673404548597, - 0.20952559007085805, - 0.08605025937180202, - 0.37264232522202834 + 0.3262556746383495, + 0.651900324249536, + 0.481036734045486, + 0.20952559007085808, + 0.08605025937180075, + 0.3726423252220284 ], "resistance": [ 96547.66660572855, @@ -59826,34 +42086,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -179.80325823472344, + -179.80325823472378, -465.12364598281835, - -481.05327192473777, + -481.0532719247378, -228.1360378838475, - 215.27840444645994, + 215.27840444646006, 629.5749245084387, 666.0598495676284, - 273.76222991334885 + 273.7622299133491 ], "relative wind speed": [ - 1.2470033995747911, + 1.247003399574791, 0.8576847523810611, 0.8256011237464892, 1.1935810222220309, 1.590417659612929, 1.829978873127444, 1.8446757425163605, - 1.6308924409510162 + 1.630892440951016 ], "relative wind angle": [ - 0.426046985211575, + 0.4260469852115753, 0.27623702226431224, - 0.22542399050484604, - 0.42754016413961743, - 0.3299939030477813, + 0.22542399050484652, + 0.4275401641396174, + 0.329993903047781, 0.12817873545318192, - 0.10020582983369182, - 0.3083142180750248 + 0.10020582983369183, + 0.30831421807502446 ], "resistance": [ 96454.69674176526, @@ -59906,9 +42166,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -251.78478107419312, + -251.7847810741937, -512.0733893005289, - -503.19533340569217, + -503.1953334056923, -223.2702197040528, 228.4325635952032, 615.345995748718, @@ -59916,7 +42176,7 @@ 194.6535817486706 ], "relative wind speed": [ - 1.4355741334002752, + 1.435574133400275, 1.1459997396238952, 1.1594633230329758, 1.4614409959751928, @@ -59926,14 +42186,14 @@ 1.774575754807439 ], "relative wind angle": [ - 0.2939719300051168, - 0.14214707518735836, - 0.16143429516170982, - 0.2957249055045045, - 0.23378693247537177, + 0.29397193000511795, + 0.1421470751873584, + 0.1614342951617105, + 0.29572490550450453, + 0.23378693247537174, 0.0815561996461299, - 0.09402105814193007, - 0.24237425976295707 + 0.09402105814193006, + 0.2423742597629571 ], "resistance": [ 96382.71521892585, @@ -59986,34 +42246,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -250.17106824228728, + -250.17106824228767, -486.59377121348064, - -453.5557001523964, + -453.5557001523965, -150.37394678801263, - 310.2262241884745, + 310.2262241884747, 693.0975663639614, 617.3115886526094, - 189.17216229883013 + 189.1721622988299 ], "relative wind speed": [ - 1.1495233518441539, + 1.1495233518441534, 0.7847385839599621, 0.8530127098958292, 1.2614879040556488, - 1.6434785411923658, + 1.643478541192366, 1.845700681757288, 1.8151570093385803, - 1.559190148672089 + 1.5591901486720887 ], "relative wind angle": [ - 0.44268538190928786, + 0.4426853819092881, 0.20672306783166455, - 0.3154350855945348, + 0.3154350855945352, 0.438245580212793, - 0.30429397262513147, + 0.30429397262513186, 0.08737915186054472, 0.1463106192286291, - 0.3504584353758731 + 0.3504584353758728 ], "resistance": [ 96384.32893175773, @@ -60066,9 +42326,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -337.6662188553688, + -337.6662188553696, -633.2892188521812, - -603.527727473204, + -603.5277274732043, -241.86816569022426, 313.43216982277136, 769.3677362878113, @@ -60076,7 +42336,7 @@ 200.01338515403086 ], "relative wind speed": [ - 1.5695035676919018, + 1.5695035676919016, 1.2654317201664258, 1.3059540126682982, 1.6476949801509184, @@ -60086,12 +42346,12 @@ 1.94592547151023 ], "relative wind angle": [ - 0.2881801095593661, + 0.28818010955936724, 0.12254729646986147, - 0.17494325953714995, - 0.29315692225331, - 0.2238402221928916, - 0.06993615306823554, + 0.17494325953715123, + 0.29315692225330997, + 0.22384022219289157, + 0.06993615306823553, 0.10398015137501504, 0.24719764477101852 ], @@ -60133,52 +42393,7 @@ "id": "1124", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 87.31046421973127, - 87.31046421973127, - 87.31046421973127, - 87.31046421973127, - 87.31046421973127, - 87.31046421973127, - 87.31046421973127, - 87.31046421973127 - ], - "relative wind speed": [ - 0.629258153801574, - 0.629258153801574, - 0.629258153801574, - 0.629258153801574, - 0.629258153801574, - 0.629258153801574, - 0.629258153801574, - 0.629258153801574 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 0.3125, 0.3125 0.625, 0.625 0.625, 0.625 0.3125, 0.3125 0.3125))", @@ -60210,31 +42425,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -183.44766697488825, + -183.44766697488842, -404.93603697137223, -392.4062922855974, -146.1586837173278, - 310.10091628820527, + 310.10091628820516, 706.9693297231815, - 676.2420415127397, + 676.2420415127401, 263.265727248888 ], "relative wind speed": [ - 0.9978869414426884, + 0.9978869414426883, 0.5072934546670155, - 0.5483097671187673, + 0.5483097671187672, 1.0489549254334838, 1.47915635090578, 1.7106534450842903, - 1.697951194118638, + 1.6979511941186383, 1.4433902530970546 ], "relative wind angle": [ - 0.6464800774169822, + 0.6464800774169827, 0.4679760082003364, 0.530642257668804, 0.6338728599971946, - 0.4184946428291778, + 0.41849464282917814, 0.1341699865889969, 0.16416430934795448, 0.4449581833336696 @@ -60277,52 +42492,7 @@ "id": "1126", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 92.14720284386357, - 92.14720284386357, - 92.14720284386357, - 92.14720284386357, - 92.14720284386357, - 92.14720284386357, - 92.14720284386357, - 92.14720284386357 - ], - "relative wind speed": [ - 0.646452741261253, - 0.646452741261253, - 0.646452741261253, - 0.646452741261253, - 0.646452741261253, - 0.646452741261253, - 0.646452741261253, - 0.646452741261253 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.3125 0, 0.3125 0.3125, 0.625 0.3125, 0.625 0, 0.3125 0))", @@ -60354,17 +42524,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -276.3405902166628, + -276.3405902166629, -354.7385375887247, -252.23372388897522, 78.36062639893237, 497.9097383656465, 734.6577080008174, - 450.8353527902665, - 24.161750903661584 + 450.8353527902666, + 24.16175090366164 ], "relative wind speed": [ - 0.6361380748399589, + 0.6361380748399588, 0.2777160849180853, 0.7021209889524646, 1.1868515952877976, @@ -60374,14 +42544,14 @@ 1.1330218417707405 ], "relative wind angle": [ - 0.787618462182364, + 0.7876184621823643, 0.11907710119331293, 0.7874098058479145, 0.6004019054412854, 0.30265736230974466, 0.020402234547819732, - 0.34207531242184575, - 0.6333098785570372 + 0.3420753124218457, + 0.6333098785570371 ], "resistance": [ 96358.15940978331, @@ -60434,9 +42604,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -299.38753004417975, + -299.3875300441799, -478.1287760842058, - -395.5204583322884, + -395.5204583322885, -52.40875389323344, 411.3547769366106, 750.9896613456862, @@ -60444,24 +42614,24 @@ 109.24184087221238 ], "relative wind speed": [ - 0.9905676428127783, + 0.9905676428127781, 0.6457440031147327, - 0.8343583040236894, + 0.8343583040236893, 1.2865444189677737, 1.6529728859369963, 1.8156426683331457, 1.7370635673852755, - 1.4346940700558497 + 1.43469407005585 ], "relative wind angle": [ - 0.4976908802064537, - 0.1275352011863608, - 0.4417977028807693, + 0.4976908802064539, + 0.12753520118636083, + 0.44179770288076936, 0.47347630827102694, 0.2901411420886853, 0.045251225283048174, 0.2068428522740658, - 0.42124520029359686 + 0.42124520029359735 ], "resistance": [ 96335.11246995578, @@ -60514,31 +42684,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -318.4175627190981, + -318.41756271909867, -626.5857152704672, - -605.0549090576995, - -250.0068020959959, + -605.0549090576998, + -250.00680209599602, 307.6443251106384, 776.8708073166413, 727.5725837571783, 226.33307994870938 ], "relative wind speed": [ - 1.5197702321509141, + 1.5197702321509137, 1.1896789501561638, - 1.2207109868060686, - 1.5780630736597787, + 1.2207109868060684, + 1.5780630736597785, 1.9570146319388135, 2.173539009015016, 2.1562635541244966, 1.910320591865696 ], "relative wind angle": [ - 0.3161041133009243, + 0.3161041133009247, 0.14620861985884748, 0.1873213675755485, - 0.3189387338031148, - 0.24381966687317716, + 0.31893873380311444, + 0.2438196668731772, 0.07982671113114319, 0.10562417701322403, 0.26200994526834026 @@ -60594,19 +42764,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -318.94837395737505, - -467.92455405114595, - -363.67500235902156, + -318.9483739573753, + -467.924554051146, + -363.6750023590217, -6.6624243485816805, - 451.30963250715524, + 451.309632507155, 763.6777598689442, 520.7615838038104, 68.76018902884982 ], "relative wind speed": [ - 0.922414295247395, + 0.9224142952473948, 0.6034282432519954, - 0.8470715967205725, + 0.8470715967205724, 1.3053897577215001, 1.6570385051242105, 1.7979152078968674, @@ -60614,11 +42784,11 @@ 1.3757115685988937 ], "relative wind angle": [ - 0.5101153672441545, - 0.06514932111337617, - 0.4849000681041324, - 0.47557207541312646, - 0.27527014985919335, + 0.510115367244155, + 0.06514932111337618, + 0.48490006810413266, + 0.4755720754131264, + 0.2752701498591938, 0.021852122189228846, 0.23484937905965622, 0.449420319473229 @@ -60674,19 +42844,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -394.66838780788396, + -394.6683878078842, -662.5545223872864, -586.961920599421, -159.62332632021412, - 441.94351557009736, + 441.9435155700976, 901.0469110750398, 727.8325103505338, 160.27783184631676 ], "relative wind speed": [ - 1.3715159057285022, + 1.371515905728502, 1.0324308832374833, - 1.1513208362608778, + 1.1513208362608776, 1.5836189018895142, 1.979964730448967, 2.176098041179577, @@ -60694,13 +42864,13 @@ 1.814791279201653 ], "relative wind angle": [ - 0.3673528650888477, + 0.3673528650888483, 0.11926408408936433, - 0.2806131261384411, + 0.28061312613844025, 0.370748214137571, - 0.25141995957911534, + 0.2514199595791149, 0.05647979062781054, - 0.15129113438997271, + 0.15129113438997274, 0.32167979950025016 ], "resistance": [ @@ -60741,68 +42911,7 @@ "id": "1132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.3345154100613446, - 5.3345154100613446, - 5.3345154100613446, - 5.3345154100613446, - 5.3345154100613446, - 5.3345154100613446, - 5.3345154100613446, - 5.3345154100613446 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -29.9724465987058, - -467.70243389549853, - -595.2514849781369, - -427.7784740861423, - 36.53857166233615, - 573.5058554146553, - 867.6413501925138, - 513.7157697944383 - ], - "relative wind speed": [ - 1.5631186919574636, - 1.1250396200894077, - 0.9088203360658414, - 1.1754429412545893, - 1.6147200628920597, - 1.945493968091916, - 2.0554090890638093, - 1.9154620378665062 - ], - "relative wind angle": [ - 0.3756081429268624, - 0.35012042034702884, - 0.030445937115546936, - 0.3699704876445434, - 0.3630374504988459, - 0.199680557823952, - 0.013460312004574048, - 0.22375455467322466 - ], - "resistance": [ - 96604.5275534013, - 96166.79756610452, - 96039.24851502187, - 96206.72152591388, - 96671.03857166236, - 97208.00585541467, - 97502.14135019253, - 97148.21576979445 - ], - "fuel": [ - 39.01786183010957, - 38.792779839678516, - 38.7273279041757, - 38.81327930326363, - 39.05212438020352, - 39.329341123792105, - 39.481647435064744, - 39.298420588366064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 2.8125, 8.4375 3.125, 8.75 3.125, 8.75 2.8125, 8.4375 2.8125))", @@ -60821,68 +42930,7 @@ "id": "1133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.702772557993963, - 5.702772557993963, - 5.702772557993963, - 5.702772557993963, - 5.702772557993963, - 5.702772557993963, - 5.702772557993963, - 5.702772557993963 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 49.04617282753611, - -441.88850161613414, - -629.9107412924868, - -510.80517729670873, - -65.54141987108085, - 497.9374948173743, - 874.1402253989822, - 600.0820106950127 - ], - "relative wind speed": [ - 1.719583037920348, - 1.2955185947043193, - 1.0326913145254422, - 1.2164157657800017, - 1.6358361819097327, - 1.9886069016081913, - 2.136931090899306, - 2.037954494857585 - ], - "relative wind angle": [ - 0.3270184908479071, - 0.33174383858419015, - 0.042957051290866355, - 0.2997829863011553, - 0.3444360554103616, - 0.21380407951489225, - 0.020754490287966644, - 0.17719233350449973 - ], - "resistance": [ - 96683.54617282755, - 96192.61149838388, - 96004.58925870752, - 96123.6948227033, - 96568.95858012894, - 97132.4374948174, - 97508.640225399, - 97234.58201069503 - ], - "fuel": [ - 39.166291211252386, - 38.91375546748337, - 38.8172747431755, - 38.87837666205669, - 39.107267364756254, - 39.3979848618902, - 39.59273806743991, - 39.450811108607894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 2.5, 8.125 2.8125, 8.4375 2.8125, 8.4375 2.5, 8.125 2.5))", @@ -60901,68 +42949,7 @@ "id": "1134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.988190007452147, - 4.988190007452147, - 4.988190007452147, - 4.988190007452147, - 4.988190007452147, - 4.988190007452147, - 4.988190007452147, - 4.988190007452147 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -4.999429870716654, - -357.6820927535681, - -470.19462555488775, - -361.8806956662844, - -11.978635349792285, - 406.2756148557605, - 662.5337148925585, - 412.48705589377505 - ], - "relative wind speed": [ - 1.4671913226428475, - 1.1055994887598455, - 0.912139991383748, - 1.1001181860451097, - 1.4613528812532006, - 1.7509575640887096, - 1.8590866727788555, - 1.7544066226272392 - ], - "relative wind angle": [ - 0.3285893787469454, - 0.309720655091831, - 0.003382105987998674, - 0.3071523394717291, - 0.3299518674560093, - 0.1936621398113802, - 0.0016593899071742086, - 0.19074328495054318 - ], - "resistance": [ - 96629.50057012927, - 96276.81790724641, - 96164.3053744451, - 96272.6193043337, - 96622.5213646502, - 97040.77561485575, - 97297.03371489255, - 97046.98705589375 - ], - "fuel": [ - 38.93756988813517, - 38.75613089189446, - 38.69834575301135, - 38.75397369176919, - 38.93397491921431, - 39.14973653831446, - 39.2822520333241, - 39.15294569221747 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 2.5, 8.4375 2.8125, 8.75 2.8125, 8.75 2.5, 8.4375 2.5))", @@ -60981,68 +42968,7 @@ "id": "1135", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.393841714071084, - 5.393841714071084, - 5.393841714071084, - 5.393841714071084, - 5.393841714071084, - 5.393841714071084, - 5.393841714071084, - 5.393841714071084 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 75.57610484796646, - -323.0779572310746, - -501.01350582317053, - -434.6126200087332, - -109.72120018267515, - 328.44562187129964, - 644.3368128249986, - 491.7920359617924 - ], - "relative wind speed": [ - 1.6356513271275734, - 1.2897058424710304, - 1.054538580267926, - 1.159493239669181, - 1.4914218387021672, - 1.7989867161232829, - 1.9461867196182514, - 1.8855423071502295 - ], - "relative wind angle": [ - 0.27645153224085567, - 0.2900811992088721, - 0.07142379279229612, - 0.22834338916956987, - 0.3039997484023878, - 0.20652182256376858, - 0.03867762978308649, - 0.13965366406493987 - ], - "resistance": [ - 96710.07610484796, - 96311.42204276893, - 96133.48649417683, - 96199.88737999127, - 96524.77879981733, - 96962.9456218713, - 97278.836812825, - 97126.29203596179 - ], - "fuel": [ - 39.088992183626004, - 38.88381758916808, - 38.79243069098462, - 38.82652010852031, - 38.993551986395204, - 39.219442621329016, - 39.382738981671814, - 39.30383633342795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 2.1875, 7.5 2.5, 7.8125 2.5, 7.8125 2.1875, 7.5 2.1875))", @@ -61061,68 +42987,7 @@ "id": "1136", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.2517397694565355, - 6.2517397694565355, - 6.2517397694565355, - 6.2517397694565355, - 6.2517397694565355, - 6.2517397694565355, - 6.2517397694565355, - 6.2517397694565355 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 301.3413593377968, - -302.47690844035094, - -669.7552451097334, - -674.1647317888301, - -316.45537971732074, - 284.7154220948628, - 818.9284153790411, - 829.0209768623752 - ], - "relative wind speed": [ - 2.017630477149636, - 1.6141423009191587, - 1.2483829308264576, - 1.2422407922805643, - 1.6026613234469338, - 2.0084572916492767, - 2.2540843191896984, - 2.2574751103810424 - ], - "relative wind angle": [ - 0.2540531857900986, - 0.322440996415244, - 0.17412035520117503, - 0.16630405451772934, - 0.3219368501513531, - 0.25750641258831564, - 0.09609462620872089, - 0.09121880383026677 - ], - "resistance": [ - 96935.84135933779, - 96332.02309155965, - 95964.74475489027, - 95960.33526821117, - 96318.04462028269, - 96919.21542209486, - 97453.42841537904, - 97463.52097686238 - ], - "fuel": [ - 39.47358872048011, - 39.162545847861225, - 38.97401457353588, - 38.97175414564131, - 39.15536123219591, - 39.46500609377885, - 39.741291493341734, - 39.74652140618885 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 2.1875, 7.8125 2.5, 8.125 2.5, 8.125 2.1875, 7.8125 2.1875))", @@ -61141,68 +43006,7 @@ "id": "1137", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.9082731055460265, - 4.9082731055460265, - 4.9082731055460265, - 4.9082731055460265, - 4.9082731055460265, - 4.9082731055460265, - 4.9082731055460265, - 4.9082731055460265 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 183.16070992095888, - -253.18390389071192, - -491.50795893335487, - -463.38944623051617, - -166.74928275019226, - 287.1570032785256, - 664.9343632551182, - 600.5917352695072 - ], - "relative wind speed": [ - 1.6015340167205727, - 1.2136555134007618, - 0.8767420662915281, - 0.929850259463335, - 1.3055998902815629, - 1.6722866306373116, - 1.8710493391172829, - 1.845231902822062 - ], - "relative wind angle": [ - 0.31815084154278794, - 0.3938994157115576, - 0.1809144908912765, - 0.2640648469314473, - 0.3938148844464918, - 0.2822690703237114, - 0.08441199487728016, - 0.13190881107168861 - ], - "resistance": [ - 96817.66070992097, - 96381.3160961093, - 96142.99204106664, - 96171.11055376948, - 96467.7507172498, - 96921.65700327852, - 97299.43436325512, - 97235.09173526951 - ], - "fuel": [ - 39.01418494289776, - 38.78946813516937, - 38.667030765054406, - 38.68146546369145, - 38.83392556235299, - 39.067847423921506, - 39.26312059286304, - 39.22982435809519 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 1.875, 7.5 2.1875, 7.8125 2.1875, 7.8125 1.875, 7.5 1.875))", @@ -61221,68 +43025,7 @@ "id": "1138", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.113065661594491, - 7.113065661594491, - 7.113065661594491, - 7.113065661594491, - 7.113065661594491, - 7.113065661594491, - 7.113065661594491, - 7.113065661594491 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 442.58886951722207, - -157.38542803024325, - -612.9604346900662, - -709.9381331978171, - -480.16858701330057, - 63.566764458232456, - 634.6254704537423, - 858.7495368688874 - ], - "relative wind speed": [ - 2.2860583828176884, - 1.9636952478924448, - 1.6254487764493277, - 1.514982086783377, - 1.737405235747449, - 2.0948844493809924, - 2.366971938573218, - 2.4391533694253744 - ], - "relative wind angle": [ - 0.16459696315556266, - 0.23769080390789027, - 0.17269142438084836, - 0.04448291594190116, - 0.21730445111329955, - 0.22254615174242207, - 0.1182778073320865, - 0.02762317753777678 - ], - "resistance": [ - 97077.08886951723, - 96477.11457196977, - 96021.53956530995, - 95924.56186680219, - 96154.3314129867, - 96698.06676445824, - 97269.12547045376, - 97493.2495368689 - ], - "fuel": [ - 39.86453318794111, - 39.55515081619169, - 39.32112398474459, - 39.27140667398767, - 39.38925881193936, - 39.66893107486992, - 39.963841638195916, - 40.07991710756893 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 1.875, 7.8125 2.1875, 8.125 2.1875, 8.125 1.875, 7.8125 1.875))", @@ -61301,68 +43044,7 @@ "id": "1139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.710863230223594, - 5.710863230223594, - 5.710863230223594, - 5.710863230223594, - 5.710863230223594, - 5.710863230223594, - 5.710863230223594, - 5.710863230223594 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 515.476127648793, - 21.46247460312361, - -415.7298783173459, - -574.8924893591869, - -464.0635474425013, - -58.8335656662814, - 444.50199160160514, - 770.8333591413723 - ], - "relative wind speed": [ - 1.9837056367188959, - 1.6906262443771287, - 1.3130090158573544, - 1.0939963755365194, - 1.259177968629678, - 1.6316862785645916, - 1.9484928878777008, - 2.079372294743209 - ], - "relative wind angle": [ - 0.16541223292082438, - 0.2957782247855749, - 0.2858847927238372, - 0.028211910269219084, - 0.26240427668503563, - 0.3068039755162273, - 0.19119526384808258, - 0.014841385839727819 - ], - "resistance": [ - 97149.97612764881, - 96655.96247460313, - 96218.77012168267, - 96059.60751064082, - 96170.43645255751, - 96575.66643433373, - 97079.00199160162, - 97405.33335914138 - ], - "fuel": [ - 39.40951954824597, - 39.154545400449734, - 38.92965575079223, - 38.847959863073356, - 38.90483680457332, - 39.11318818472182, - 39.37283196619638, - 39.541672522477626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 7.8125, -1.875 8.125, -1.5625 8.125, -1.5625 7.8125, -1.875 7.8125))", @@ -61394,19 +43076,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 653.4875633976312, + 653.4875633976271, 180.02593142580622, - -338.10197138282933, + -338.10197138283, -625.0729936555014, -600.9250860486887, - -257.76841643366265, + -257.7684164336624, 274.3353331239998, 709.2113973368096 ], "relative wind speed": [ 2.297488791587031, 2.079949097877859, - 1.750941825992852, + 1.7509418259928518, 1.4951928870792508, 1.5237844315613511, 1.8094710529803635, @@ -61414,14 +43096,14 @@ 2.3161977402122647 ], "relative wind angle": [ - 0.08419910203790178, - 0.19922520084972797, - 0.22399602890468404, + 0.08419910203790706, + 0.19922520084972795, + 0.22399602890468454, 0.09268997801556504, 0.12714368186519082, - 0.2295027155086243, + 0.22950271550862428, 0.18367520531520498, - 0.05978483888196223 + 0.05978483888196224 ], "resistance": [ 97287.98756339768, @@ -61474,9 +43156,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 780.6044236900277, + 780.6044236900073, 494.31480775070327, - -36.05351290980502, + -36.05351290980548, -502.1460565499001, -651.7625676879029, -528.9220536554153, @@ -61484,7 +43166,7 @@ 455.85717447928187 ], "relative wind speed": [ - 2.484657782080199, + 2.4846577820801987, 2.392701091001612, 2.136972968633477, 1.837657122253527, @@ -61494,17 +43176,17 @@ 2.376855530570864 ], "relative wind angle": [ - 0.005153378484926611, + 0.005153378484948155, 0.11402632517830018, - 0.18724810122729857, + 0.1872481012272992, 0.15866394357515848, 0.007580842268543077, 0.15039762467879372, - 0.18950549488974228, + 0.18950549488974225, 0.1224622683880239 ], "resistance": [ - 97415.10442369003, + 97415.10442369, 97128.8148077507, 96598.4464870902, 96132.3539434501, @@ -61514,7 +43196,7 @@ 97090.35717447929 ], "fuel": [ - 40.203488575584025, + 40.20348857558401, 40.055333480215594, 39.78167331600683, 39.54204236138962, @@ -61554,7 +43236,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 587.3353646139187, + 587.3353646139169, 152.672268094733, -313.46774660792437, -564.7471719549543, @@ -61564,9 +43246,9 @@ 654.7349793861245 ], "relative wind speed": [ - 2.144371585285789, + 2.1443715852857888, 1.9281311040035207, - 1.6050990363580122, + 1.605099036358012, 1.357525308661498, 1.3953283752805157, 1.6815413216505306, @@ -61574,14 +43256,14 @@ 2.1685008201491542 ], "relative wind angle": [ - 0.09247204149349313, + 0.09247204149349432, 0.21247063903070487, 0.23709239849178554, 0.09336751121446973, - 0.14239131685574258, - 0.24421995226250623, - 0.19038519804820087, - 0.058398249333192216 + 0.1423913168557426, + 0.2442199522625062, + 0.19038519804820084, + 0.05839824933319221 ], "resistance": [ 97221.83536461391, @@ -61634,33 +43316,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 795.2597057105024, + 795.2597057104983, 623.6101375738151, - 83.91210144776892, - -453.0740157960088, + 83.91210144776846, + -453.07401579600855, -698.0524492115974, -624.1378331250614, - -201.50043791172516, + -201.5004379117256, 377.9068109601528 ], "relative wind speed": [ - 2.5484761121938555, + 2.548476112193855, 2.495280067843053, - 2.2573963930027046, - 1.9404275110926001, + 2.257396393002704, + 1.9404275110926004, 1.7361219493889641, 1.8117470299680394, 2.100716887738855, 2.3965790184694145 ], "relative wind angle": [ - 0.03129487811506678, + 0.031294878115070326, 0.09272024702279896, 0.1810485684465802, - 0.1781192248230247, - 0.04594682754897279, - 0.12786684789363206, - 0.19471889346358842, + 0.17811922482302533, + 0.0459468275489728, + 0.12786684789363204, + 0.194718893463589, 0.143952284161943 ], "resistance": [ @@ -61714,19 +43396,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 387.7597056811785, + 387.7597056811776, -191.6642817145157, - -597.5057213337544, + -597.5057213337549, -659.8114589441454, -391.20220792453006, 151.10838874278056, - 689.7520839656477, + 689.7520839656486, 832.6740717123132 ], "relative wind speed": [ - 2.0450596449412597, + 2.0450596449412592, 1.6802377292164083, - 1.3070467938115504, + 1.3070467938115502, 1.2209984717258326, 1.5159238651835785, 1.91235333809369, @@ -61734,14 +43416,14 @@ 2.2337092130453264 ], "relative wind angle": [ - 0.2191438574944434, + 0.21914385749444393, 0.3069704874980556, - 0.2107630408891212, + 0.21076304088912173, 0.09927480261232449, 0.29765150469358675, 0.26871773025322626, - 0.12550456801152232, - 0.05420340880077151 + 0.12550456801152143, + 0.054203408800771506 ], "resistance": [ 97022.2597056812, @@ -61794,31 +43476,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 575.1410022838138, + 575.1410022838129, 77.36656493121814, - -393.79021513104635, - -597.8830036922072, - -513.2602797020089, + -393.7902151310467, + -597.8830036922078, + -513.260279702009, -121.11243565655286, 400.29904920781337, 769.6750180385184 ], "relative wind speed": [ - 2.060467467725045, + 2.0604674677250445, 1.785455066642048, - 1.4102278268103117, - 1.1621639935859454, + 1.4102278268103114, + 1.1621639935859456, 1.283471142108546, 1.6446806873010071, 1.9758749542085245, 2.131243583026361 ], "relative wind angle": [ - 0.14175314806310374, + 0.1417531480631037, 0.27513544033433407, - 0.2838124288344291, - 0.06319080799251424, - 0.22879824899293658, + 0.2838124288344295, + 0.06319080799251775, + 0.22879824899293705, 0.29938347527036135, 0.20120998669699275, 0.034441736072678426 @@ -61874,9 +43556,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 369.30157105951207, + 369.3015710595116, -91.42955777172313, - -443.2588947524671, + -443.25889475246754, -524.6731536745374, -352.1945046495729, 59.86016734075406, @@ -61884,9 +43566,9 @@ 690.1665574639583 ], "relative wind speed": [ - 1.837690761348262, + 1.8376907613482618, 1.5236231110791705, - 1.172093996019161, + 1.1720939960191608, 1.0437159178459758, 1.2785447862661818, 1.6402306911586007, @@ -61894,11 +43576,11 @@ 1.9805153843553258 ], "relative wind angle": [ - 0.20532432899606967, + 0.2053243289960702, 0.312777455893138, - 0.24855412505181393, - 0.05852693982107203, - 0.2974148927202452, + 0.24855412505181526, + 0.05852693982107204, + 0.2974148927202451, 0.28986960976005055, 0.15175412548881484, 0.030830512173082254 @@ -61954,37 +43636,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 517.4482101862317, + 517.4482101862301, 86.74089828564513, - -330.218425232374, + -330.2184252323742, -520.7068911120922, -455.9147093708167, -122.08754928597432, 333.4175960249871, - 666.252124710841 + 666.2521247108399 ], "relative wind speed": [ - 1.9270622033397522, + 1.9270622033397518, 1.6754013961493284, 1.3234543900610038, 1.0795903110238394, 1.1799158360806044, 1.5161795004402783, 1.831458051171991, - 1.9850075254562385 + 1.9850075254562387 ], "relative wind angle": [ - 0.13633308028242486, + 0.1363330802824265, 0.2740629729867938, - 0.2907141991383893, - 0.07699730444726074, + 0.2907141991383901, + 0.07699730444726073, 0.22383728362888866, - 0.3037145853505367, + 0.30371458535053675, 0.2086406841827184, - 0.0418475364868053 + 0.04184753648680796 ], "resistance": [ - 97151.94821018622, + 97151.94821018621, 96721.24089828563, 96304.2815747676, 96113.7931088879, @@ -62034,9 +43716,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 554.150575507911, + 554.1505755079094, 161.80399822115498, - -259.16635375619023, + -259.16635375619035, -491.76699064858406, -469.3331438714286, -187.45586940239173, @@ -62044,7 +43726,7 @@ 605.5561617392597 ], "relative wind speed": [ - 1.9149218289135448, + 1.9149218289135443, 1.6964593733565703, 1.356629989318784, 1.0780110736138626, @@ -62054,10 +43736,10 @@ 1.9352368402980842 ], "relative wind angle": [ - 0.10698599958628043, + 0.10698599958628252, 0.2566832232391152, - 0.3028500326383434, - 0.13164888441663258, + 0.30285003263834387, + 0.1316488844166326, 0.18465131623917896, 0.30714319427788994, 0.23314625728453822, @@ -62114,34 +43796,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 533.1509268887473, + 533.1509268887462, 153.83640946014157, - -261.0229427317705, + -261.0229427317706, -492.97013750247834, -475.03219924376583, -202.2239866332343, 223.1078482468397, - 574.4149365728933 + 574.4149365728945 ], "relative wind speed": [ - 1.9898866283236054, + 1.9898866283236047, 1.7885534829813101, 1.4787183845578462, 1.2311388965095569, - 1.2566683819981566, + 1.2566683819981563, 1.5296864562420542, 1.8309167526312013, - 2.0057819506108285 + 2.005781950610828 ], "relative wind angle": [ - 0.09093717071386055, - 0.2190862902484208, - 0.2522253520636976, + 0.09093717071386057, + 0.21908629024842083, + 0.25222535206369806, 0.1083756039688574, - 0.1442974054459446, + 0.14429740544594383, 0.25693531785596574, 0.2029440273831849, - 0.06643912966844513 + 0.06643912966844179 ], "resistance": [ 97167.65092688877, @@ -62194,9 +43876,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 501.1201973203231, + 501.1201973203217, 91.69559705182769, - -308.59003928184507, + -308.5900392818453, -495.73881609479554, -437.82870517558956, -123.02080631961871, @@ -62204,9 +43886,9 @@ 634.0492758216453 ], "relative wind speed": [ - 1.8798803799342845, + 1.879880379934284, 1.635831633971396, - 1.2902871071370885, + 1.2902871071370883, 1.045432202749241, 1.1380802411225441, 1.4673894314032283, @@ -62214,14 +43896,14 @@ 1.9329377609096179 ], "relative wind angle": [ - 0.13457065673703703, + 0.13457065673703786, 0.275253576311176, 0.2961452545359796, 0.08419861226151473, 0.22346875487941797, 0.307828543741729, 0.2132952213286599, - 0.04550085243153737 + 0.04550085243153738 ], "resistance": [ 97135.62019732033, @@ -62274,30 +43956,30 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 563.3957192906595, + 563.3957192906581, 183.3646147016085, -240.01747500458805, - -486.40379496570813, + -486.40379496570824, -477.5110146312171, -211.4324492199387, 217.21907584681924, 583.7835997946539 ], "relative wind speed": [ - 1.9359318637335143, + 1.9359318637335141, 1.730895468468743, 1.4013754462033599, - 1.1207191236105454, + 1.1207191236105456, 1.1345121771512119, 1.427918393451625, 1.7524545414650372, 1.943949255278211 ], "relative wind angle": [ - 0.09398387688985603, - 0.24150405350289011, + 0.0939838768898572, + 0.2415040535028901, 0.29225878995667626, - 0.14058180368488968, + 0.1405818036848913, 0.160830575903616, 0.29413195850316726, 0.23248468358307461, @@ -62354,34 +44036,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 264.7131576032416, + 264.71315760324137, -170.17477115972622, - -452.292205487942, + -452.29220548794234, -476.11387800705404, - -244.06304116655133, + -244.06304116655122, 176.13891621771802, 573.4894140528288, - 627.976931471813 + 627.9769314718135 ], "relative wind speed": [ 1.658954638700693, 1.3061449582901092, - 0.9531829708967584, + 0.9531829708967582, 0.9093400286344957, 1.2283621705572376, 1.5984334403583915, 1.830968688786093, - 1.8531337856845764 + 1.8531337856845762 ], "relative wind angle": [ - 0.2718927655101411, + 0.2718927655101419, 0.37244115591514876, - 0.24007732839881132, + 0.24007732839881177, 0.17103085227168666, - 0.37115818377645726, - 0.3019154549237593, + 0.37115818377645693, + 0.3019154549237594, 0.12410289734807889, - 0.08361434612680553 + 0.0836143461268042 ], "resistance": [ 96899.21315760327, @@ -62434,34 +44116,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 371.43100139812077, + 371.4310013981203, -46.053030502561, - -378.0587559192904, - -468.1656475071055, + -378.0587559192907, + -468.1656475071058, -331.611478981738, 31.16078813329773, - 440.18168769884755, + 440.1816876988478, 647.578118546284 ], "relative wind speed": [ - 1.7213247987575837, + 1.7213247987575835, 1.4204747981923165, - 1.0620535922522936, - 0.9026704818180862, + 1.0620535922522933, + 0.9026704818180863, 1.1232775975303089, 1.48558506038254, 1.7597595833281594, 1.8465908115187841 ], "relative wind angle": [ - 0.20961940878535196, + 0.2096194087853525, 0.33881892689569926, - 0.2957107096319587, - 0.038145078755213634, + 0.29571070963195917, + 0.038145078755216555, 0.32454350447329383, 0.3234147557049297, - 0.17679785057528674, - 0.018643048068889903 + 0.17679785057528613, + 0.018643048068889907 ], "resistance": [ 97005.93100139813, @@ -62514,9 +44196,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 119.66439930992988, + 119.66439930992976, -310.2711742919657, - -511.71497315000363, + -511.7149731500038, -444.7409461318364, -104.42349509840574, 367.58760629825235, @@ -62526,19 +44208,19 @@ "relative wind speed": [ 1.5577621340080525, 1.1496702436473507, - 0.8379802431720998, + 0.8379802431720997, 0.964854005491825, - 1.3689230965874526, + 1.3689230965874528, 1.7259292110025088, 1.8969350074720877, 1.8356552123441598 ], "relative wind angle": [ - 0.3479819351815304, + 0.3479819351815308, 0.3996130912143909, - 0.12126485434411348, - 0.32046425721498584, - 0.3985056988579178, + 0.1212648543441144, + 0.3204642572149859, + 0.39850569885791864, 0.2621530640215118, 0.053463609317178334, 0.16633957352861845 @@ -62594,14 +44276,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 297.395492806079, + 297.3954928060783, -103.07404826840468, - -391.38120550056743, + -391.3812055005676, -445.2181177034898, - -271.7593822346899, + -271.75938223468984, 95.81612062378827, 474.5762751124122, - 597.9794346165805 + 597.9794346165814 ], "relative wind speed": [ 1.6381959746135581, @@ -62611,17 +44293,17 @@ 1.1400231319765355, 1.4951258241641028, 1.740222662793312, - 1.7927801228340727 + 1.7927801228340725 ], "relative wind angle": [ - 0.2399589941173999, - 0.35461710633344534, - 0.2691859284721433, - 0.10455232522095852, - 0.3485313600668524, - 0.3120880277215663, - 0.14990326639402216, - 0.0510793947227883 + 0.23995899411740126, + 0.3546171063334454, + 0.2691859284721442, + 0.10455232522095853, + 0.34853136006685215, + 0.31208802772156624, + 0.14990326639402213, + 0.05107939472278613 ], "resistance": [ 96931.8954928061, @@ -62674,13 +44356,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 424.57788084436424, + 424.57788084436356, 65.70368111796881, -275.885353328371, -427.5141310453006, -368.8822458467235, -88.80458852628396, - 287.9244800860886, + 287.92448008608835, 559.2008039920524 ], "relative wind speed": [ @@ -62694,13 +44376,13 @@ 1.7833659027553614 ], "relative wind angle": [ - 0.14609821472567003, - 0.28922451394441556, - 0.30584414330340526, - 0.07427754175912041, + 0.14609821472567155, + 0.2892245139444155, + 0.3058441433034052, + 0.0742775417591204, 0.24414933947147888, 0.3184257735231021, - 0.21383666046307429, + 0.21383666046307478, 0.038934631772908 ], "resistance": [ @@ -62754,9 +44436,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 565.8513148426632, + 565.8513148426628, 203.14859355568865, - -217.66392549734428, + -217.66392549734474, -475.32019363697725, -480.2379269552639, -233.5824535415012, @@ -62764,9 +44446,9 @@ 554.5651649246327 ], "relative wind speed": [ - 1.950947609857949, + 1.9509476098579488, 1.7610588548655617, - 1.4447209584332528, + 1.4447209584332525, 1.1652979548591178, 1.1578618099489386, 1.4302140598694557, @@ -62776,12 +44458,12 @@ "relative wind angle": [ 0.08069383732209222, 0.22514108598810764, - 0.27962293147810396, - 0.14705705940930108, + 0.2796229314781044, + 0.1470570594093011, 0.13623922267567837, 0.27847099220474975, 0.22997655641811982, - 0.08783288823013058 + 0.08783288823013059 ], "resistance": [ 97200.35131484261, @@ -62834,9 +44516,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 462.2574572325185, + 462.25745723251805, 70.21637239067888, - -295.626843252248, + -295.6268432522482, -454.226985864304, -385.06196537848535, -78.50408384272953, @@ -62846,7 +44528,7 @@ "relative wind speed": [ 1.7418837307948725, 1.4830393191365592, - 1.12151934245206, + 1.1215193424520598, 0.8723161546145036, 0.9999274666320752, 1.354477112404663, @@ -62854,10 +44536,10 @@ 1.8091651103566166 ], "relative wind angle": [ - 0.16350822533189924, - 0.3218477706195529, - 0.34555880252523546, - 0.07817270994525637, + 0.1635082253319006, + 0.32184777061955294, + 0.3455588025252355, + 0.07817270994525635, 0.2875102019447963, 0.3536710504127465, 0.2300176644507459, @@ -62914,33 +44596,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 466.0040947058984, + 466.0040947058968, 143.59967557908578, -207.5721121549809, -406.14921982131386, -392.3505044058258, -163.48653395005465, - 195.90847792422142, + 195.90847792422153, 497.61747844999434 ], "relative wind speed": [ - 1.7465773064743855, + 1.7465773064743848, 1.5514160629334621, 1.2428756529322211, 0.9844355994663023, 1.0085666284679213, 1.2887385814130434, - 1.5883951154856821, + 1.588395115485682, 1.7602913060212193 ], "relative wind angle": [ - 0.10276762966048683, + 0.10276762966048791, 0.2541336523279452, - 0.3043189007048326, + 0.304318900704833, 0.1392539630538318, 0.1786019544214696, 0.3074719061806346, - 0.23666590883478042, + 0.23666590883477948, 0.07770392056888525 ], "resistance": [ @@ -62994,9 +44676,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 632.5736469958724, + 632.573646995866, 483.7452147620827, - 55.89545002969385, + 55.895450029693166, -362.790508172267, -547.5657133335385, -483.4285060766292, @@ -63004,7 +44686,7 @@ 310.28093480949656 ], "relative wind speed": [ - 2.2341130491456935, + 2.234113049145693, 2.181510850731198, 1.964049355831479, 1.6777509548646894, @@ -63014,17 +44696,17 @@ 2.101961687746796 ], "relative wind angle": [ - 0.028924967859893812, + 0.028924967859901493, 0.0987096068292221, - 0.1888186945235657, - 0.18363347983506048, + 0.18881869452356687, + 0.1836334798350605, 0.04316691452590647, - 0.1371084085961913, + 0.13710840859619133, 0.202020879382886, 0.1462718479333195 ], "resistance": [ - 97267.07364699592, + 97267.07364699591, 97118.24521476212, 96690.39545002974, 96271.70949182777, @@ -63034,7 +44716,7 @@ 96944.78093480955 ], "fuel": [ - 39.808743100575406, + 39.8087431005754, 39.731768189238736, 39.510940908346946, 39.2955027984966, @@ -63074,9 +44756,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 516.5825385589039, + 516.5825385589035, 581.7691363546714, - 250.47325034194546, + 250.47325034194478, -157.4340105926832, -428.39273841361364, -456.86660550288605, @@ -63086,7 +44768,7 @@ "relative wind speed": [ 1.8127281866233464, 1.8397270213089587, - 1.6634842306031148, + 1.6634842306031143, 1.3399291233869117, 1.01908579218458, 0.9694966825507473, @@ -63094,9 +44776,9 @@ 1.5903173503143393 ], "relative wind angle": [ - 0.11965327568534229, - 0.07138814219034993, - 0.24405244524997347, + 0.11965327568534323, + 0.07138814219034992, + 0.2440524452499735, 0.3323978926403317, 0.21395790575233714, 0.13576857209454668, @@ -63154,19 +44836,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 538.3144202131855, + 538.3144202131821, 402.22256688553125, - 37.50156636965653, + 37.50156636965562, -314.7073622236652, -465.0061114357983, -406.4061624428448, - -115.43496164837916, + -115.43496164837893, 270.4292549692493 ], "relative wind speed": [ - 2.069491139962922, + 2.0694911399629214, 2.017470426683904, - 1.8160333220532245, + 1.8160333220532243, 1.5551572187722196, 1.3953405661356897, 1.4695516157470494, @@ -63174,14 +44856,14 @@ 1.9522435551922186 ], "relative wind angle": [ - 0.025549511457037953, + 0.0255495114570423, 0.09983503970298287, - 0.18678485559633992, + 0.18678485559634053, 0.17831948825103394, 0.03789855647851616, 0.13726134206104834, - 0.19825279177675548, - 0.14177213435330654 + 0.19825279177675492, + 0.14177213435330657 ], "resistance": [ 97172.81442021321, @@ -63234,19 +44916,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 605.1268122117094, + 605.126812211708, 627.8005688183687, - 232.24482849966967, + 232.24482849966898, -231.91268600345518, - -520.297940299857, + -520.2979402998568, -530.1779498604844, -263.88233502704406, 194.45312066165025 ], "relative wind speed": [ - 2.038059874755012, + 2.0380598747550116, 2.0465550976656393, - 1.8504497780477764, + 1.8504497780477762, 1.519437260377195, 1.2228627864100463, 1.2085916099707714, @@ -63254,13 +44936,13 @@ 1.8276738930264336 ], "relative wind angle": [ - 0.09097693338725607, + 0.0909769333872573, 0.07791312897193509, 0.22366241599752362, - 0.2808520283515554, - 0.1520004473481579, + 0.2808520283515555, + 0.15200044734815718, 0.13218448559677884, - 0.2787568618453001, + 0.27875686184530013, 0.23251854376488218 ], "resistance": [ @@ -63314,21 +44996,21 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 469.23461036337335, + 469.23461036337244, 764.1982371992979, - 455.8917712812797, + 455.89177128127835, -68.19894661794933, - -513.671639641148, + -513.6716396411487, -639.9917560493134, -504.36927604513403, -52.66824475037288 ], "relative wind speed": [ - 2.410248574577042, + 2.4102485745770417, 2.504510660363756, 2.404800350482738, 2.1511669187647335, - 1.866236789992161, + 1.8662367899921612, 1.7376893565005251, 1.8732520444107372, 2.1597728665725824 @@ -63336,11 +45018,11 @@ "relative wind angle": [ 0.11143098124842132, 0.001745933980965646, - 0.11427248824562941, + 0.11427248824563135, 0.17919161486637591, - 0.14411402566204137, + 0.14411402566204293, 0.002516394915216153, - 0.1469068868375685, + 0.14690688683756847, 0.1784699036548209 ], "resistance": [ @@ -63394,11 +45076,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 563.3803024331432, + 563.3803024331387, 578.9475246349734, - 195.50311479802144, + 195.50311479802076, -260.79511467522843, - -540.6080930950445, + -540.6080930950452, -547.3024572997556, -283.7394385078603, 168.72712578212645 @@ -63414,14 +45096,14 @@ 2.1517436227653315 ], "relative wind angle": [ - 0.06140876127025969, + 0.06140876127026512, 0.05493543680571629, - 0.15011517063154503, - 0.17462345220191997, - 0.0850634931413422, + 0.15011517063154578, + 0.17462345220192, + 0.0850634931413435, 0.07659197244445272, 0.1727899978370092, - 0.153946994970844 + 0.15394699497084402 ], "resistance": [ 97197.88030243316, @@ -63474,9 +45156,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 369.1449640724893, + 369.14496407248794, 657.4692994332627, - 441.60226754022074, + 441.6022675402203, 2.3156360379923626, -394.2619706539971, -537.5702170975089, @@ -63484,7 +45166,7 @@ -81.23946505375898 ], "relative wind speed": [ - 2.0407000391099626, + 2.0407000391099617, 2.1545201378744636, 2.0752348719567895, 1.8316202190116817, @@ -63496,7 +45178,7 @@ "relative wind angle": [ 0.14700658321115503, 0.013252362275015798, - 0.12490747921784291, + 0.12490747921784379, 0.21690563640230293, 0.19649553935278838, 0.02089906953444824, @@ -63554,19 +45236,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 406.0561396456085, + 406.05613964560735, 570.2693189793106, - 304.49417727477044, + 304.49417727477, -90.53842465759658, - -397.7943954955899, + -397.79439549559015, -468.7756287922772, -327.5327229489196, 26.38144367052473 ], "relative wind speed": [ - 1.9251179789535882, + 1.925117978953588, 1.9901104432507122, - 1.872680174047498, + 1.8726801740474979, 1.6158500359342722, 1.3407093375439338, 1.2421920883391162, @@ -63574,11 +45256,11 @@ 1.7007673039069902 ], "relative wind angle": [ - 0.12170208911417414, + 0.12170208911417597, 0.02190149916741577, 0.15837558457730877, 0.233640693650905, - 0.17521552650963879, + 0.17521552650963942, 0.0350926920323596, 0.21057073934870707, 0.2217747671616717 @@ -63634,17 +45316,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 109.49309722043563, + 109.49309722043427, 678.4139802001569, - 826.4478703377463, + 826.4478703377422, 365.4792002080867, - -256.48172609258563, + -256.4817260925861, -694.9592296568833, - -758.4003715668991, + -758.4003715669005, -476.20831366098923 ], "relative wind speed": [ - 2.5362779186907236, + 2.536277918690723, 2.758836669238879, 2.800756213108053, 2.6448727125621603, @@ -63654,19 +45336,19 @@ 2.235877286938969 ], "relative wind angle": [ - 0.15120571205224237, + 0.1512057120522424, 0.07490322321255084, - 0.03216543203345192, - 0.1265567298487366, - 0.16271196744164232, + 0.03216543203345538, + 0.12655672984873662, + 0.162711967441643, 0.09877001756176837, - 0.04422761944912678, + 0.044227619449129285, 0.1498680564807111 ], "resistance": [ 96743.99309722043, 97312.91398020016, - 97460.94787033775, + 97460.94787033774, 96999.9792002081, 96378.01827390741, 95939.54077034311, @@ -63676,7 +45358,7 @@ "fuel": [ 40.407534885088666, 40.70143637961267, - 40.77810736198346, + 40.77810736198345, 40.53962690003033, 40.219110817810424, 39.99401463375816, @@ -63714,33 +45396,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1.0320419825172849, + 1.032041982516148, 271.12683147990856, - 389.9339912361195, + 389.93399123611516, 207.34788215541812, -73.65087672845448, -295.58254036892026, - -346.33025945598706, + -346.3302594559884, -250.9649935244944 ], "relative wind speed": [ - 1.7204952978582138, + 1.7204952978582133, 1.881111810058003, 1.9303344147294446, 1.8474395828795975, 1.6680981671670796, 1.484612381505252, - 1.4200227507225103, + 1.4200227507225105, 1.526310110320983 ], "relative wind angle": [ - 0.1488720062257363, + 0.14887200622573707, 0.08606950234890598, - 0.01372911691908335, + 0.013729116919091436, 0.10802652277784575, 0.15358480789726933, 0.10913825012182125, - 0.018663428361568923, + 0.018663428361574877, 0.1308739839459888 ], "resistance": [ @@ -63794,7 +45476,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 61.72515117653188, + 61.72515117653029, 425.772578889472, 533.2128371200463, 246.4772433315934, @@ -63804,7 +45486,7 @@ -305.444989855974 ], "relative wind speed": [ - 1.9211780574853412, + 1.9211780574853405, 2.1095354753393725, 2.149089232797452, 2.02424958630659, @@ -63814,9 +45496,9 @@ 1.6690350146547865 ], "relative wind angle": [ - 0.1685768398425183, - 0.08526302833796497, - 0.03177433051112743, + 0.16857683984251898, + 0.08526302833796498, + 0.03177433051112742, 0.13687363064875785, 0.1813996775150196, 0.11542606621730596, @@ -63874,17 +45556,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -9.071308810697587, + -9.071308810697928, 207.19630959680603, - 310.85123446495277, + 310.8512344649471, 171.45093157528572, - -50.993084722056096, + -50.993084722056324, -231.28831009361522, - -275.4793423147021, + -275.4793423146998, -206.2616787314954 ], "relative wind speed": [ - 1.5638986592290665, + 1.563898659229066, 1.7065022776661753, 1.7539020871577895, 1.6857533564722609, @@ -63894,13 +45576,13 @@ 1.3965147046541628 ], "relative wind angle": [ - 0.1424420769570414, + 0.1424420769570406, 0.08536528870688805, - 0.009262619247218058, + 0.009262619247230045, 0.10010688277834398, - 0.14545332260780236, + 0.14545332260780314, 0.10632012217535898, - 0.012402379973448141, + 0.01240237997343919, 0.12093331089865017 ], "resistance": [ @@ -63954,11 +45636,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 47.213665911721364, + 47.213665911720454, 494.8237368138391, - 653.2088964679881, + 653.2088964679872, 320.27947765457134, - -156.35750950361717, + -156.35750950361694, -512.3610109497761, -580.3202161767829, -390.53293006972444 @@ -63966,19 +45648,19 @@ "relative wind speed": [ 2.1361253689772783, 2.346693985655866, - 2.399117301086196, + 2.3991173010861955, 2.272370258040395, - 2.0192878665384826, + 2.019287866538483, 1.7701927628437635, 1.698467325433945, 1.8646416519833722 ], "relative wind angle": [ - 0.16481611180200934, + 0.16481611180201072, 0.08785970389514927, 0.02470691612059393, - 0.12785072806693237, - 0.17444765711987786, + 0.1278507280669324, + 0.17444765711987917, 0.11658724977863151, 0.03490252287433268, 0.1560150144022559 @@ -64034,34 +45716,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 226.3682333329191, + 226.36823333291795, 532.5371275073051, - 458.6062155074769, + 458.6062155074753, 100.61726845551811, -275.5305089475387, -468.7756518268469, - -436.8169784225405, + -436.8169784225404, -168.20002365427445 ], "relative wind speed": [ - 1.890468140309829, + 1.8904681403098287, 2.0358748909540805, 2.007442779821134, - 1.8155802543301944, + 1.8155802543301942, 1.540770374304105, 1.3427794175673178, 1.3849247710990342, 1.6283462395774493 ], "relative wind angle": [ - 0.166358042869093, - 0.04696783411821674, - 0.08872046236867259, - 0.19237863249689896, - 0.20459944247039882, + 0.16635804286909434, + 0.046967834118216735, + 0.0887204623686751, + 0.19237863249689838, + 0.2045994424703988, 0.07124505454357773, - 0.1287870216292565, - 0.214827081046629 + 0.12878702162925562, + 0.21482708104662904 ], "resistance": [ 96860.86823333293, @@ -64114,17 +45796,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -135.7442312463818, + -135.74423124638224, 232.72615744687778, - 504.39073424678463, + 504.3907342467828, 406.72518449780455, - 65.99505368020505, + 65.99505368020527, -278.2499517008332, -441.3675638484067, -399.23737570981837 ], "relative wind speed": [ - 1.6285972857492492, + 1.6285972857492488, 1.871715046976967, 1.999343312517929, 1.9608893226473565, @@ -64136,12 +45818,12 @@ "relative wind angle": [ 0.20462221046292786, 0.1529978433964071, - 0.036260523732034165, - 0.09333209895888281, - 0.18798695915854644, + 0.036260523732037225, + 0.09333209895888282, + 0.18798695915854585, 0.18985815884939722, 0.05419224705738055, - 0.1314860131980493 + 0.13148601319804934 ], "resistance": [ 96498.7557687536, @@ -64194,17 +45876,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -23.984605395818676, + -23.98460539581913, 208.3752049865742, - 341.600964363863, + 341.6009643638164, 205.21300547555222, -27.65941599020971, -226.2999663131941, - -283.40686712908393, + -283.40686712906904, -224.09756942868694 ], "relative wind speed": [ - 1.4124009153812647, + 1.4124009153812644, 1.582853552914623, 1.6475215790387252, 1.5808891002718162, @@ -64214,33 +45896,33 @@ 1.2172727610963496 ], "relative wind angle": [ - 0.1858861205710386, + 0.1858861205710392, 0.11616563997452334, - 0.0009619481576279338, + 0.0009619481577433478, 0.11773814703472181, 0.1863017981390404, 0.15161113031695592, - 0.0014081760289754112, - 0.15315316373035637 + 0.0014081760288965697, + 0.15315316373035634 ], "resistance": [ 96610.5153946042, 96842.87520498659, - 96976.10096436388, + 96976.10096436382, 96839.71300547557, 96606.8405840098, 96408.20003368682, - 96351.09313287093, + 96351.09313287094, 96410.40243057132 ], "fuel": [ 38.92860280131595, 39.048377733598855, - 39.11714247464491, + 39.11714247464488, 39.04674636044082, 38.92671015382911, 38.824478552983926, - 38.79511530237095, + 38.79511530237096, 38.825611225379596 ] }, @@ -64274,17 +45956,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 251.88640544620534, + 251.8864054462042, 510.8925394846908, - 387.4082741995644, + 387.4082741995637, 40.099270181709244, -298.7258438448482, -446.23982867422376, - -393.11463409735757, + -393.1146340973578, -117.41106791045831 ], "relative wind speed": [ - 1.9326407028882486, + 1.9326407028882484, 2.048088318632213, 2.000362853348902, 1.8079379707525756, @@ -64294,13 +45976,13 @@ 1.7005769200427563 ], "relative wind angle": [ - 0.13866049373418723, - 0.026670027624433164, - 0.09506800705716686, + 0.13866049373418804, + 0.02667002762443316, + 0.09506800705716803, 0.17970683086942507, - 0.17237062463118927, - 0.03896241615736149, - 0.12958763771224072, + 0.1723706246311893, + 0.0389624161573615, + 0.12958763771224158, 0.19118806103111133 ], "resistance": [ @@ -64354,9 +46036,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 362.3798703868106, + 362.37987038680967, 471.9810621925942, - 226.34598983496494, + 226.34598983496358, -122.77134528658326, -381.01859102774097, -427.91939856610384, @@ -64366,19 +46048,19 @@ "relative wind speed": [ 2.0828655997313743, 2.123943013606561, - 2.0175684174857897, + 2.0175684174857893, 1.8096252222125293, - 1.6092883275175611, + 1.6092883275175613, 1.5546717025084384, 1.6904306280922894, 1.9113855139036866 ], "relative wind angle": [ - 0.07927279006403501, + 0.07927279006403641, 0.024243708516079383, - 0.11811710859358207, - 0.15800969957645303, - 0.10267385981464394, + 0.118117108593583, + 0.15800969957645306, + 0.10267385981464504, 0.03312379559699519, 0.14111583805157785, 0.14953232561195395 @@ -64434,31 +46116,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 114.356588274366, + 114.35658827436487, 307.3746464201979, - 280.5904393206008, + 280.59043932059944, 67.81433681527096, - -167.379255288271, + -167.37925528827134, -295.264173597439, -283.81497391588323, -127.37388544174962 ], "relative wind speed": [ - 1.7097735487594286, + 1.7097735487594283, 1.8146660361115532, - 1.8029681323195066, - 1.6796306500359293, + 1.8029681323195064, + 1.6796306500359295, 1.5020065522841735, 1.3734396413840622, 1.3887603050859099, 1.5356399807903804 ], "relative wind angle": [ - 0.12169598726400893, - 0.04006539980116171, - 0.05814028095756956, - 0.13186754006182413, - 0.13863168741976437, + 0.12169598726401075, + 0.0400653998011617, + 0.05814028095757148, + 0.13186754006182497, + 0.1386316874197652, 0.05294724323998196, 0.07551026063789705, 0.14431498768888873 @@ -64514,9 +46196,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 232.48803907095908, + 232.48803907095635, 362.9324475691808, - 205.7870021583101, + 205.78700215830827, -54.457170243665814, -270.32187000997396, -325.687102144846, @@ -64524,24 +46206,24 @@ -23.00618783612731 ], "relative wind speed": [ - 1.965010521182406, + 1.9650105211824058, 2.0171099324349004, - 1.9515762691654477, - 1.79815781857463, + 1.9515762691654475, + 1.7981578185746303, 1.637036217959032, 1.5723935409876348, 1.65302873323407, 1.8187309825166804 ], "relative wind angle": [ - 0.0763609667487315, - 0.005138679947921162, - 0.0844233593785747, - 0.12397834234574996, - 0.09169901694359327, + 0.07636096674873588, + 0.005138679947921163, + 0.08442335937857734, + 0.12397834234575086, + 0.09169901694359328, 0.006592059523128288, - 0.09971757801526974, - 0.12256881472139493 + 0.09971757801526976, + 0.12256881472139494 ], "resistance": [ 96866.988039071, @@ -64594,9 +46276,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -21.469209151773725, + -21.46920915177475, 212.30746329874626, - 340.1621600040411, + 340.1621600040129, 199.7219838286336, -36.1552057024395, -234.84249429297347, @@ -64604,7 +46286,7 @@ -226.05493822328356 ], "relative wind speed": [ - 1.4961990175349944, + 1.4961990175349942, 1.6581329992633749, 1.7177682397023986, 1.650650614022694, @@ -64614,11 +46296,11 @@ 1.3105582878408237 ], "relative wind angle": [ - 0.16669459289423766, + 0.16669459289424032, 0.10351227767928844, - 0.003467601955324954, + 0.0034676019553889883, 0.10911562401612128, - 0.16802616635491419, + 0.1680261663549142, 0.13206723236585627, 0.004877368195561089, 0.13759251276155507 @@ -64626,7 +46308,7 @@ "resistance": [ 96613.03079084822, 96846.80746329874, - 96974.66216000404, + 96974.66216000401, 96834.22198382864, 96598.34479429756, 96399.65750570703, @@ -64636,7 +46318,7 @@ "fuel": [ 39.009882365960486, 39.130390455087884, - 39.19638350457288, + 39.196383504572864, 39.12389766489588, 39.00231876145281, 38.90006940489141, @@ -64674,19 +46356,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -7.203872519656784, + -7.203872519657352, 189.4063423058277, - 285.692116055282, + 285.6921160552772, 159.40089679175117, -42.240159814723256, -206.23833561475692, - -247.43185417703978, + -247.43185417704137, -185.27991164029743 ], "relative wind speed": [ 1.3994018957624808, 1.5438421108037883, - 1.5921959101200545, + 1.5921959101200542, 1.5246033742373566, 1.3692481062009134, 1.2040421832757002, @@ -64694,23 +46376,23 @@ 1.2283120912302699 ], "relative wind angle": [ - 0.16253116243379165, + 0.1625311624337937, 0.09686804600821147, - 0.009598699321036451, + 0.009598699321048017, 0.11234949828045358, 0.16614337989431308, - 0.12433168047151877, - 0.01341420115933875, + 0.12433168047151878, + 0.013414201159347027, 0.13961014708325156 ], "resistance": [ 96627.29612748035, 96823.90634230584, - 96920.1921160553, + 96920.19211605529, 96793.90089679176, 96592.25984018529, 96428.26166438525, - 96387.06814582298, + 96387.06814582297, 96449.22008835971 ], "fuel": [ @@ -64720,7 +46402,7 @@ 39.00399078040073, 38.90007572157863, 38.815671362975294, - 38.79448616730201, + 38.794486167302004, 38.82645238295508 ] }, @@ -64754,34 +46436,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 18.065791920226275, - 154.76409195730344, - 196.3230195504227, + 18.065791920226047, + 154.76409195730332, + 196.32301955042396, 90.47224898084482, -57.45458957661356, -164.78245123187753, - -182.51129851242632, + -182.51129851242672, -119.73668725952723 ], "relative wind speed": [ 1.3146776221315337, 1.4190936387350574, - 1.442086218443176, + 1.4420862184431757, 1.3737534263584588, 1.2447079257791085, 1.1242100849629701, - 1.094560372572941, + 1.0945603725729411, 1.1791847158944815 ], "relative wind angle": [ - 0.1326120900593915, - 0.06907634097773413, - 0.024489478778922127, + 0.13261209005939234, + 0.06907634097773414, + 0.024489478778917592, 0.10786090678383511, 0.14011454559768782, 0.08723654477518127, - 0.03226732788129211, - 0.12574586376813343 + 0.032267327881295556, + 0.1257458637681334 ], "resistance": [ 96652.56579192023, @@ -64821,52 +46503,7 @@ "id": "1183", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 6.913489973133287, - 6.913489973133287, - 6.913489973133287, - 6.913489973133287, - 6.913489973133287, - 6.913489973133287, - 6.913489973133287, - 6.913489973133287 - ], - "relative wind speed": [ - 0.17706974903489361, - 0.17706974903489361, - 0.17706974903489361, - 0.17706974903489361, - 0.17706974903489361, - 0.17706974903489361, - 0.17706974903489361, - 0.17706974903489361 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 6.5625, 1.875 6.875, 2.1875 6.875, 2.1875 6.5625, 1.875 6.5625))", @@ -64898,9 +46535,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 17.004839954867748, + 17.00483995486684, 256.05163344102107, - 343.3707234372059, + 343.3707234372084, 169.09913985194407, -85.07219305058675, -276.79841440173254, @@ -64908,9 +46545,9 @@ -215.89199127260486 ], "relative wind speed": [ - 1.7038346470032915, + 1.7038346470032912, 1.8460572799602568, - 1.8831149350175658, + 1.8831149350175655, 1.7990784432467137, 1.6312193547727825, 1.468332934596204, @@ -64918,12 +46555,12 @@ 1.525531331293836 ], "relative wind angle": [ - 0.1362132868587508, + 0.13621328685875247, 0.07464855179640005, - 0.019470266704380935, + 0.01947026670437523, 0.10554202433123587, - 0.14231732542253941, - 0.09390247345239267, + 0.14231732542253944, + 0.09390247345239268, 0.025812476874773022, 0.12455793033483764 ], @@ -64978,31 +46615,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 93.15147089611537, + 93.15147089611423, 291.16311206366163, - 287.5789732406615, - 86.93455905680776, + 287.5789732406606, + 86.93455905680753, -146.61290583463847, -284.2928297419812, -282.75896254130384, -141.27187171676974 ], "relative wind speed": [ - 1.654873707281682, + 1.6548737072816817, 1.7683630791409841, 1.7667632638766508, - 1.6507432519167753, + 1.650743251916775, 1.4730493413018537, 1.3346809990754567, 1.3367980095653813, 1.4776765766612368 ], "relative wind angle": [ - 0.13051132269059582, + 0.13051132269059754, 0.04943444900199877, - 0.051976987437393554, - 0.13195526293301013, - 0.14673092598480134, + 0.05197698743739569, + 0.1319552629330093, + 0.14673092598480136, 0.06551752880857546, 0.0687179132216269, 0.1475169980846045 @@ -65058,9 +46695,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 16.850396165380403, + 16.850396165379493, 185.41420294369607, - 242.56682040635508, + 242.56682040635167, 116.2867980139905, -64.25840506059114, -198.16720373778503, @@ -65068,9 +46705,9 @@ -149.75964120519075 ], "relative wind speed": [ - 1.4257725292253594, + 1.425772529225359, 1.545038775551997, - 1.5740148838696817, + 1.574014883869682, 1.5003396905357869, 1.3565826888178798, 1.2190156187411265, @@ -65078,10 +46715,10 @@ 1.2736265974362364 ], "relative wind angle": [ - 0.1381821357068321, - 0.07395468188232493, - 0.022203072394375065, - 0.1092448430490972, + 0.1381821357068329, + 0.07395468188232494, + 0.02220307239438507, + 0.10924484304909719, 0.14527860821491, 0.09378571173799538, 0.02958460849066466, @@ -65138,39 +46775,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 9.397147050356807, + 9.397147050356239, 231.83638982476793, - 329.0756108631284, + 329.07561086312364, 175.69538799669442, -55.67193807078365, -236.93769635594538, - -278.7988763644071, + -278.7988763644059, -197.90645310109846 ], "relative wind speed": [ - 1.3827088834495074, + 1.3827088834495072, 1.545529449471456, - 1.593886255406471, + 1.5938862554064708, 1.5094339090288411, 1.3251180114013483, 1.1309996999676457, - 1.0617665493585609, + 1.0617665493585606, 1.1787412246902875 ], "relative wind angle": [ - 0.19367689625775425, + 0.19367689625775542, 0.10853436050892333, - 0.01842685486097012, - 0.13887364935299867, + 0.018426854860982174, + 0.1388736493529987, 0.2022083681830364, 0.14856890481738072, - 0.027663703324867596, + 0.02766370332485957, 0.17820492650487155 ], "resistance": [ 96643.89714705037, 96866.33638982478, - 96963.57561086315, + 96963.57561086313, 96810.1953879967, 96578.82806192923, 96397.56230364407, @@ -65180,7 +46817,7 @@ "fuel": [ 38.892534487391245, 39.007219171368874, - 39.05741136744293, + 39.057411367442924, 38.97825676001345, 38.859021133182786, 38.76574461243024, @@ -65218,19 +46855,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 488.6871261200247, + 488.6871261200233, 668.9736112425521, - 353.9509457766071, - -100.29781506511256, + 353.950945776606, + -100.29781506511267, -447.2718950948364, -525.5821958035299, - -354.9061721303682, + -354.9061721303681, 53.171132098566204 ], "relative wind speed": [ 1.9499740438101456, 2.0195191166880186, - 1.881222230583714, + 1.8812222305837139, 1.581147115661922, 1.2530602038712468, 1.1375856817799643, @@ -65238,14 +46875,14 @@ 1.6948546972213068 ], "relative wind angle": [ - 0.13906503529183373, + 0.13906503529183614, 0.029238711766248805, - 0.18919309881998614, - 0.28285904877397444, + 0.18919309881998733, + 0.2828590487739745, 0.21742084888982713, 0.0519224719240541, - 0.26434648344300676, - 0.26341294909675184 + 0.2643464834430063, + 0.2634129490967518 ], "resistance": [ 97123.18712612001, @@ -65298,11 +46935,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 250.43436352883566, + 250.4343635288352, 517.455710890957, - 411.4126838229912, + 411.4126838229903, 73.53970596821932, - -259.7693478323072, + -259.76934783230706, -416.3710610011974, -370.245193521377, -110.05094278532579 @@ -65310,7 +46947,7 @@ "relative wind speed": [ 1.662906181073354, 1.800675360280254, - 1.755008613866421, + 1.7550086138664207, 1.5405341197714209, 1.2393715349822778, 1.029012641154554, @@ -65318,12 +46955,12 @@ 1.3885436235842168 ], "relative wind angle": [ - 0.1991604046578477, + 0.19916040465784882, 0.04377348433737908, - 0.12428761669938297, + 0.12428761669938386, 0.2535827863043308, - 0.26867802672775154, - 0.07665005556844008, + 0.2686780267277515, + 0.0766500555684401, 0.1981679899276551, 0.2820596567693754 ], @@ -65378,34 +47015,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 474.61391909601434, + 474.6139190960132, 651.2043516586696, - 343.17619037576424, - -103.56533761278342, + 343.1761903757633, + -103.56533761278365, -445.60148282386683, -522.1854380919968, -355.1408335436307, 46.80293264982356 ], "relative wind speed": [ - 1.975984346368895, + 1.9759843463688946, 2.0435778864503167, - 1.9097721564699126, - 1.6209384017221655, + 1.9097721564699124, + 1.6209384017221653, 1.3092836294157375, 1.2010525306422748, 1.4041040095816315, 1.729536486222059 ], "relative wind angle": [ - 0.13114370307730508, + 0.13114370307730594, 0.02745841006991242, - 0.17778448932806729, - 0.2630791431771175, + 0.17778448932806853, + 0.263079143177117, 0.1986607299601232, 0.04673132390151439, - 0.24292135397509096, - 0.24620591969311506 + 0.242921353975091, + 0.24620591969311503 ], "resistance": [ 97109.11391909605, @@ -65458,10 +47095,10 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 216.0734714115872, + 216.07347141158687, 422.32031532801307, - 316.6964947717265, - 38.681427537907666, + 316.6964947717263, + 38.68142753790778, -227.16187829225828, -342.28635022164787, -296.46843693438376, @@ -65470,7 +47107,7 @@ "relative wind speed": [ 1.5465750677831958, 1.6587684775499008, - 1.6090084791068509, + 1.6090084791068506, 1.4139774633778344, 1.1524540950690207, 0.9841402437746035, @@ -65478,13 +47115,13 @@ 1.3117593584913114 ], "relative wind angle": [ - 0.17943615225325935, + 0.1794361522532606, 0.031809557546745644, - 0.12550991180640264, - 0.2410893042130108, + 0.12550991180640267, + 0.24108930421301078, 0.24186149320873288, - 0.053631678063985756, - 0.19053241265627116, + 0.05363167806398576, + 0.1905324126562712, 0.2602952317825775 ], "resistance": [ @@ -65538,14 +47175,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 136.06074958282204, + 136.06074958282113, 380.99518565355936, - 367.84954312756656, + 367.8495431275661, 113.82755137068068, -172.7982474236943, -339.17990840765947, - -333.4809743979481, - -153.86522801407352 + -333.4809743979479, + -153.86522801407364 ], "relative wind speed": [ 1.561769955206763, @@ -65555,17 +47192,17 @@ 1.3029728658702955, 1.1057274975156999, 1.1148926510614359, - 1.3216932879220167 + 1.3216932879220165 ], "relative wind angle": [ - 0.18969431805884326, + 0.18969431805884565, 0.06725128700572693, - 0.07781946024778255, + 0.07781946024778398, 0.1964448245303692, 0.22798007301410267, 0.10393677409894339, - 0.11889965931870593, - 0.23033402164917302 + 0.11889965931870501, + 0.23033402164917255 ], "resistance": [ 96770.56074958282, @@ -65618,7 +47255,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 19.290839318897838, + 19.290839318897042, 212.99994931325705, 286.40654630570464, 144.79342464200033, @@ -65628,7 +47265,7 @@ -167.12288198222313 ], "relative wind speed": [ - 1.3112968922238681, + 1.3112968922238677, 1.4594887482795582, 1.4982291640890868, 1.4128439077192605, @@ -65638,11 +47275,11 @@ 1.1195514938066395 ], "relative wind angle": [ - 0.1902923239006283, + 0.19029232390062945, 0.10197901501315172, 0.025301579746859003, 0.14359658776829193, - 0.20188455969747945, + 0.20188455969747943, 0.14089664754410575, 0.03782127658918656, 0.1815892320828179 @@ -65698,9 +47335,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 150.18719152452024, + 150.18719152451945, 279.1166733336173, - 194.35941780264113, + 194.3594178026409, 4.775054856848783, -171.0354528956679, -238.21876525929827, @@ -65710,7 +47347,7 @@ "relative wind speed": [ 1.4191813310600683, 1.4944969649232889, - 1.4494410723151399, + 1.4494410723151396, 1.3014799745038175, 1.118420996967573, 1.0155884987151262, @@ -65718,14 +47355,14 @@ 1.2534317104864183 ], "relative wind angle": [ - 0.13189984586333, + 0.13189984586333253, 0.016366093956161926, - 0.10510188742214495, + 0.10510188742214494, 0.18507715761755225, 0.1676693397662559, - 0.024084903156340206, + 0.02408490315634021, 0.14140720318604255, - 0.19225880983631843 + 0.19225880983631846 ], "resistance": [ 96784.6871915245, @@ -65778,9 +47415,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 145.08479199083934, + 145.08479199083877, 344.6522120963566, - 300.9487492856274, + 300.9487492856267, 71.19642774400813, -171.42511100390755, -298.30150354069957, @@ -65788,9 +47425,9 @@ -108.51265810736038 ], "relative wind speed": [ - 1.46759566941352, + 1.4675956694135197, 1.5897105476361348, - 1.5682915787283673, + 1.568291578728367, 1.4108638732114909, 1.1810629045246177, 1.0107259806989541, @@ -65798,13 +47435,13 @@ 1.2482827262251581 ], "relative wind angle": [ - 0.18090650965938268, + 0.18090650965938393, 0.05242727279247779, - 0.09338319670174094, - 0.207110104172372, + 0.09338319670174214, + 0.20711010417237202, 0.225477025254269, - 0.082515564271924, - 0.14058540747750164, + 0.08251556427192398, + 0.14058540747750167, 0.234559952552369 ], "resistance": [ @@ -65858,20 +47495,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 522.8833879725157, + 522.8833879725153, 756.1439493263929, - 413.67988603156346, - -108.57265049871239, + 413.679886031563, + -108.57265049871216, -522.3635791784604, -623.0319063287828, -446.70530904184034, 17.381661042585847 ], "relative wind speed": [ - 2.2393281432112957, + 2.2393281432112953, 2.318818325188315, - 2.190970452773961, - 1.9033220701334292, + 2.1909704527739606, + 1.9033220701334295, 1.5917471479820469, 1.4735437186788811, 1.6576784945092922, @@ -65880,11 +47517,11 @@ "relative wind angle": [ 0.12116591600337326, 0.01723177480874118, - 0.14988816827990592, - 0.22397217797893607, + 0.14988816827990517, + 0.22397217797893657, 0.17087417441310426, 0.027118486526408272, - 0.19867211709603586, + 0.19867211709603588, 0.21501411236343757 ], "resistance": [ @@ -65938,33 +47575,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 194.82597234942068, + 194.82597234942, 449.26309533470135, - 388.0739827082614, - 92.29333203817373, + 388.0739827082609, + 92.29333203817384, -216.06728395352593, -375.81331563363426, -349.20870983083466, -129.10626773568288 ], "relative wind speed": [ - 1.5940613029399942, + 1.5940613029399937, 1.735926301792159, 1.7086250437142683, - 1.5211828888124639, + 1.521182888812464, 1.24574075264832, 1.0389712869399963, 1.0832829364168755, 1.333755629462804 ], "relative wind angle": [ - 0.19917761924457159, + 0.19917761924457214, 0.05571528865058575, - 0.10477719423193514, - 0.2317480853340185, + 0.10477719423193621, + 0.231748085334019, 0.2559738668833208, 0.09317641682427108, - 0.16571670766709232, + 0.1657167076670923, 0.2650475051664785 ], "resistance": [ @@ -66018,34 +47655,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 752.1515865236029, + 752.1515865236004, 611.1467317383933, 122.28908373536706, -365.2735759600124, - -600.9554957528551, + -600.9554957528554, -539.5495473902321, -167.286692717018, 356.64339499184325 ], "relative wind speed": [ - 2.1468617345626853, + 2.146861734562685, 2.0961254827527753, 1.8375809010324184, 1.4675378140688657, - 1.200446225023609, + 1.2004462250236092, 1.2869904455967716, - 1.6350482802241095, + 1.6350482802241093, 1.973934956066412 ], "relative wind angle": [ - 0.04906075528198967, - 0.12478334581809805, + 0.04906075528199194, + 0.12478334581809807, 0.2610265863699531, - 0.2829902361293248, - 0.08781722438892872, + 0.28299023612932483, + 0.08781722438893125, 0.20412256854988117, - 0.2942684373661386, - 0.2091151871232257 + 0.2942684373661382, + 0.20911518712322566 ], "resistance": [ 97386.65158652357, @@ -66098,9 +47735,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 279.07309464546813, + 279.0730946454677, 485.84987163233393, - 321.45607607364343, + 321.456076073643, 2.69791739457537, -280.5860449299364, -380.88903975847415, @@ -66108,24 +47745,24 @@ -45.78340015826939 ], "relative wind speed": [ - 1.6525000508404941, + 1.6525000508404937, 1.7512742137679447, 1.6774147177069232, 1.455808363077574, 1.179267208059389, 1.0268720437442473, 1.143550362184466, - 1.4149380113720231 + 1.414938011372023 ], "relative wind angle": [ - 0.16478710606160016, + 0.16478710606160013, 0.012059473155425562, - 0.1443008847403223, - 0.2514700969025809, + 0.14430088474032385, + 0.2514700969025808, 0.23194566943297779, - 0.020567724738673222, + 0.020567724738673226, 0.21253001740956529, - 0.258898029204298 + 0.2588980292042971 ], "resistance": [ 96913.5730946455, @@ -66178,33 +47815,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 73.27754247365453, + 73.27754247365431, 235.59301214417462, - 241.40267897402077, + 241.4026789740202, 83.16790737359008, - -103.53898835827022, + -103.53898835827033, -217.97825899631152, - -220.48965632936074, + -220.4896563293608, -111.98319526455037 ], "relative wind speed": [ - 1.2890751780249432, + 1.289075178024943, 1.4081605389204317, 1.4113667870601827, 1.2975128349542195, 1.1128038651446412, 0.9576696473775346, - 0.9529381140789303, + 0.9529381140789301, 1.1029540788310073 ], "relative wind angle": [ 0.17930797345849336, 0.07040866709702852, - 0.06367358186368666, + 0.0636735818636884, 0.17512696627465263, - 0.2080983239582177, + 0.20809832395821826, 0.10362899205965077, - 0.09438129610645876, + 0.09438129610645758, 0.2064305257278746 ], "resistance": [ @@ -66258,14 +47895,14 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 98.13075525384659, + 98.13075525384625, 319.82438842501006, - 340.27312882227125, + 340.2731288222709, 132.1097179159533, -115.95349586090055, -273.4453941168879, - -282.3624359896472, - -144.65392055923866 + -282.36243598964717, + -144.6539205592387 ], "relative wind speed": [ 1.3112802197995264, @@ -66278,14 +47915,14 @@ 1.0607060071397578 ], "relative wind angle": [ - 0.24316033796377468, + 0.24316033796377606, 0.09824591373967796, - 0.07554114873747828, + 0.07554114873747976, 0.2275861716347143, - 0.2922994295713958, + 0.29229942957139576, 0.16640374750156095, - 0.1314641910467471, - 0.28897960616982066 + 0.13146419104674623, + 0.2889796061698207 ], "resistance": [ 96732.6307552539, @@ -66325,52 +47962,7 @@ "id": "1202", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 22.40426854652882, - 22.40426854652882, - 22.40426854652882, - 22.40426854652882, - 22.40426854652882, - 22.40426854652882, - 22.40426854652882, - 22.40426854652882 - ], - "relative wind speed": [ - 0.3187579960957225, - 0.3187579960957225, - 0.3187579960957225, - 0.3187579960957225, - 0.3187579960957225, - 0.3187579960957225, - 0.3187579960957225, - 0.3187579960957225 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((0.9375 5, 0.9375 5.3125, 1.25 5.3125, 1.25 5, 0.9375 5))", @@ -66389,52 +47981,7 @@ "id": "1203", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 26.245090224434392, - 26.245090224434392, - 26.245090224434392, - 26.245090224434392, - 26.245090224434392, - 26.245090224434392, - 26.245090224434392, - 26.245090224434392 - ], - "relative wind speed": [ - 0.3450005108572536, - 0.3450005108572536, - 0.3450005108572536, - 0.3450005108572536, - 0.3450005108572536, - 0.3450005108572536, - 0.3450005108572536, - 0.3450005108572536 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 5.9375, 1.25 6.25, 1.5625 6.25, 1.5625 5.9375, 1.25 5.9375))", @@ -66466,11 +48013,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 22.0470260845118, + 22.047026084511458, 195.0987611732146, - 253.18262295085674, - 122.01275715440465, - -63.10943592997285, + 253.18262295085265, + 122.01275715440454, + -63.10943592997273, -199.77184645007003, -224.7198267845588, -148.78994586150816 @@ -66486,13 +48033,13 @@ 1.1455349148816922 ], "relative wind angle": [ - 0.16863939461825178, - 0.08831835994424195, - 0.02728885054998674, - 0.13261466452606763, - 0.17959051884805996, - 0.11849740523389585, - 0.03891376108971844, + 0.1686393946182531, + 0.08831835994424196, + 0.027288850549998946, + 0.13261466452606765, + 0.1795905188480593, + 0.11849740523389586, + 0.038913761089718446, 0.1621209518398633 ], "resistance": [ @@ -66546,10 +48093,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -12.6340734577077, + -12.634073457708155, 137.51548650848633, - 215.08822989885437, - 122.7628992978158, + 215.08822989885402, + 122.76289929781649, -29.955502090196433, -156.8135181038391, -189.83408668980667, @@ -66558,22 +48105,22 @@ "relative wind speed": [ 1.3176295678439893, 1.4359723705936516, - 1.47816133790342, - 1.4258195729649408, + 1.4781613379034197, + 1.4258195729649406, 1.3019437115314336, 1.1701232657052123, 1.1163530647517184, 1.1824735309524086 ], "relative wind angle": [ - 0.13773280908615665, + 0.1377328090861583, 0.08528710959031656, 0.005357241114628865, - 0.09378209834436985, - 0.1394029855593833, + 0.09378209834436747, + 0.13940298555938332, 0.1047286301389251, - 0.007093540095572733, - 0.11315754581091234 + 0.0070935400955727335, + 0.11315754581091235 ], "resistance": [ 96621.8659265423, @@ -66626,17 +48173,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 182.7739746583975, + 182.77397465839692, 349.18251304314606, - 257.7330898885218, + 257.7330898885216, 30.12338623676942, -184.55484051019442, -275.6930133064816, - -235.96799350182323, + -235.9679935018233, -55.305405838760976 ], "relative wind speed": [ - 1.3634250237548284, + 1.3634250237548282, 1.464781312388062, 1.4161540419337955, 1.2331730350494463, @@ -66646,14 +48193,14 @@ 1.146055088530376 ], "relative wind angle": [ - 0.18937006505333118, + 0.18937006505333234, 0.030865349590357454, - 0.13651307093522608, + 0.1365130709352269, 0.26061377278375747, - 0.26290867773834253, + 0.2629086777383425, 0.05450230224445982, - 0.2133262482148685, - 0.2809419973795513 + 0.21332624821486904, + 0.2809419973795512 ], "resistance": [ 96817.2739746584, @@ -66693,52 +48240,7 @@ "id": "1207", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.111837995962933, - 20.111837995962933, - 20.111837995962933, - 20.111837995962933, - 20.111837995962933, - 20.111837995962933, - 20.111837995962933, - 20.111837995962933 - ], - "relative wind speed": [ - 0.30201018135413127, - 0.30201018135413127, - 0.30201018135413127, - 0.30201018135413127, - 0.30201018135413127, - 0.30201018135413127, - 0.30201018135413127, - 0.30201018135413127 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 5.3125, 1.25 5.625, 1.5625 5.625, 1.5625 5.3125, 1.25 5.3125))", @@ -66757,52 +48259,7 @@ "id": "1208", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 31.81603828893875, - 31.81603828893875, - 31.81603828893875, - 31.81603828893875, - 31.81603828893875, - 31.81603828893875, - 31.81603828893875, - 31.81603828893875 - ], - "relative wind speed": [ - 0.3798557924779972, - 0.3798557924779972, - 0.3798557924779972, - 0.3798557924779972, - 0.3798557924779972, - 0.3798557924779972, - 0.3798557924779972, - 0.3798557924779972 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.5625 5.3125, 1.5625 5.625, 1.875 5.625, 1.875 5.3125, 1.5625 5.3125))", @@ -66821,52 +48278,7 @@ "id": "1209", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.41273882816743, - 19.41273882816743, - 19.41273882816743, - 19.41273882816743, - 19.41273882816743, - 19.41273882816743, - 19.41273882816743, - 19.41273882816743 - ], - "relative wind speed": [ - 0.29671473147414706, - 0.29671473147414706, - 0.29671473147414706, - 0.29671473147414706, - 0.29671473147414706, - 0.29671473147414706, - 0.29671473147414706, - 0.29671473147414706 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 5, 1.25 5.3125, 1.5625 5.3125, 1.5625 5, 1.25 5))", @@ -66885,52 +48297,7 @@ "id": "1210", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 27.07252724307015, - 27.07252724307015, - 27.07252724307015, - 27.07252724307015, - 27.07252724307015, - 27.07252724307015, - 27.07252724307015, - 27.07252724307015 - ], - "relative wind speed": [ - 0.35039677699590266, - 0.35039677699590266, - 0.35039677699590266, - 0.35039677699590266, - 0.35039677699590266, - 0.35039677699590266, - 0.35039677699590266, - 0.35039677699590266 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.5625 5, 1.5625 5.3125, 1.875 5.3125, 1.875 5, 1.5625 5))", @@ -66949,52 +48316,7 @@ "id": "1211", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 17.984912430266583, - 17.984912430266583, - 17.984912430266583, - 17.984912430266583, - 17.984912430266583, - 17.984912430266583, - 17.984912430266583, - 17.984912430266583 - ], - "relative wind speed": [ - 0.2855945179948172, - 0.2855945179948172, - 0.2855945179948172, - 0.2855945179948172, - 0.2855945179948172, - 0.2855945179948172, - 0.2855945179948172, - 0.2855945179948172 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 6.5625, 2.5 6.875, 2.8125 6.875, 2.8125 6.5625, 2.5 6.5625))", @@ -67026,51 +48348,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 118.97358425761263, + 118.97358425761058, 278.12704359418103, - 229.55923576706323, + 229.559235767063, 33.67699880764371, - -170.4165554462595, + -170.41655544625996, -268.6917620668921, -248.07655768059192, -96.90366281145066 ], "relative wind speed": [ - 1.7972365627235378, + 1.7972365627235376, 1.8775984816997684, - 1.8568935827268918, + 1.8568935827268915, 1.7445305280063952, - 1.5963782333798289, + 1.596378233379829, 1.50103519876049, 1.5265742526411574, - 1.6538125538442823 + 1.6538125538442825 ], "relative wind angle": [ - 0.09219250905806262, + 0.09219250905806624, 0.024310286108900847, 0.0543711887224805, - 0.10817759845529348, - 0.10383178853845909, - 0.03041067661296444, - 0.06615165363377834, - 0.11413677506981496 + 0.1081775984552935, + 0.10383178853846124, + 0.030410676612964437, + 0.06615165363377833, + 0.11413677506981594 ], "resistance": [ - 96753.47358425762, + 96753.4735842576, 96912.62704359418, 96864.05923576707, 96668.17699880764, - 96464.08344455375, + 96464.08344455373, 96365.8082379331, 96386.42344231941, 96537.59633718854 ], "fuel": [ - 39.321708942676075, + 39.32170894267607, 39.40381104990708, 39.378746500545624, 39.277745994317755, - 39.17266346009967, + 39.172663460099656, 39.12211936398435, 39.13271902772257, 39.21049550239884 @@ -67106,17 +48428,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 49.41852022880403, + 49.41852022880266, 287.6665887545407, - 337.84137428598683, + 337.84137428598115, 137.65212734157717, - -127.89261539466656, + -127.89261539466702, -309.34720252840293, -330.6269191676106, -203.95869479085763 ], "relative wind speed": [ - 1.9747039248919205, + 1.97470392489192, 2.0948135169213487, 2.1138113172127198, 2.0229886565966013, @@ -67126,12 +48448,12 @@ 1.8133282862338598 ], "relative wind angle": [ - 0.10333654542253554, - 0.05029332624889405, - 0.025910717632221133, + 0.10333654542253662, + 0.050293326248894044, + 0.025910717632229706, 0.09046446055980957, - 0.10939200027317515, - 0.06091601844449583, + 0.1093920002731762, + 0.06091601844449584, 0.032095401672716836, 0.1009579426966054 ], @@ -67186,17 +48508,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 52.947758540525, + 52.94775854052432, 322.0557557517866, - 386.97380734607304, + 386.9738073460685, 165.99487711617462, - -130.39199365202876, + -130.3919936520292, -336.9649798143389, - -364.6724700049392, + -364.6724700049401, -227.61853454453762 ], "relative wind speed": [ - 1.8680944845443312, + 1.868094484544331, 2.01125762825814, 2.036635384842115, 1.9333340571284, @@ -67206,13 +48528,13 @@ 1.675433428504894 ], "relative wind angle": [ - 0.1311787699337434, + 0.13117876993374425, 0.06462466905919112, - 0.029791286375757647, - 0.11179112061621026, - 0.14025865198226034, + 0.0297912863757651, + 0.11179112061621027, + 0.14025865198226117, 0.08224498650922955, - 0.03919384113600497, + 0.03919384113600781, 0.1290889069609414 ], "resistance": [ @@ -67266,34 +48588,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -86.55307614236972, + -86.55307614237086, 259.4525697831971, - 482.2541254996229, + 482.25412549961084, 331.468603145752, - -2.261595536652976, + -2.2615955366527487, -311.44673289909133, -426.2356206420029, -361.8151102403797 ], "relative wind speed": [ - 1.8428602485142727, + 1.8428602485142724, 2.0423570510641573, 2.133304928135417, 2.0767700805858347, - 1.896470667424279, + 1.8964706674242793, 1.6797358613553783, 1.5626083871360474, 1.6369975321723247 ], "relative wind angle": [ - 0.15548267958408038, + 0.15548267958408182, 0.10840724493728511, - 0.012714462940331957, + 0.012714462940349421, 0.08804595017914583, 0.15105317341317842, 0.1319345908528917, 0.017358448881801672, - 0.11178754511748756 + 0.11178754511748758 ], "resistance": [ 96547.94692385761, @@ -67346,19 +48668,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 408.67782695027154, + 408.6778269502697, 900.74314552956, 743.1023602240293, 141.7939523446994, -471.22666899178375, -771.1183421565493, - -702.8576369529931, + -702.8576369529928, -243.854799057106 ], "relative wind speed": [ 2.3790329943256023, 2.5612534098210786, - 2.513121926263845, + 2.5131219262638447, 2.251700956144817, 1.8848912905549788, 1.6286786472413, @@ -67366,13 +48688,13 @@ 2.035302427010878 ], "relative wind angle": [ - 0.1726056039790523, + 0.17260560397905425, 0.04330073205203402, - 0.10036463883034352, + 0.10036463883034241, 0.20890426682070726, - 0.21851033353286411, + 0.21851033353286414, 0.06812596278194152, - 0.14849112621193908, + 0.14849112621193833, 0.23150038988947608 ], "resistance": [ @@ -67426,9 +48748,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 212.5802680236925, + 212.58026802369068, 855.9898582373448, - 955.8805725376378, + 955.8805725376355, 382.6497189647089, -335.9369476782099, -810.1167616872851, @@ -67436,7 +48758,7 @@ -481.1456752201425 ], "relative wind speed": [ - 2.484623721889138, + 2.4846237218891374, 2.7346237608356, 2.7628988376172274, 2.559028591662328, @@ -67446,19 +48768,19 @@ 2.117431222406657 ], "relative wind angle": [ - 0.18646668393893898, - 0.08222738198265994, - 0.05177175280234364, + 0.1864666839389396, + 0.08222738198265993, + 0.051771752802345784, 0.1675676873136133, 0.21051880357177014, 0.11942635944330852, - 0.07763444795561547, + 0.07763444795561546, 0.20295860547662112 ], "resistance": [ 96847.08026802368, 97490.48985823733, - 97590.38057253763, + 97590.38057253762, 97017.14971896469, 96298.56305232177, 95824.3832383127, @@ -67468,7 +48790,7 @@ "fuel": [ 40.25211349322741, 40.58483143248688, - 40.636624745453204, + 40.63662474545319, 40.33990949818798, 39.96968239573106, 39.72642981645396, @@ -67506,17 +48828,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -224.35658160027083, + -224.3565816002715, 368.498017019303, - 831.0336146065015, + 831.0336146064983, 708.9100635163145, - 164.58402619279104, + 164.58402619279127, -397.01409676685125, -684.146087476039, -630.9963208955115 ], "relative wind speed": [ - 1.770197795821071, + 1.7701977958210706, 2.127741881560361, 2.3195755891265173, 2.2788759135975396, @@ -67527,12 +48849,12 @@ ], "relative wind angle": [ 0.2774918295639108, - 0.205332093347969, - 0.055466559808539824, + 0.20533209334796898, + 0.055466559808543835, 0.11079522522827079, - 0.24258506491560577, + 0.24258506491560533, 0.26811746542210824, - 0.0952383511008381, + 0.09523835110083809, 0.17841779642540895 ], "resistance": [ @@ -67586,9 +48908,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -159.75527021530684, + -159.75527021530775, 445.44264395696655, - 898.2697360916229, + 898.2697360916197, 712.21271116242, 140.48278354104195, -415.4627311193284, @@ -67596,7 +48918,7 @@ -596.1019798305483 ], "relative wind speed": [ - 1.6498561094069826, + 1.6498561094069821, 2.0333447117379153, 2.221422303441406, 2.157299805077977, @@ -67606,11 +48928,11 @@ 1.2347969870522346 ], "relative wind angle": [ - 0.3427067658206805, + 0.34270676582068116, 0.2332859681444731, - 0.04969642494673624, + 0.04969642494674071, 0.1460710385049166, - 0.3028057834166157, + 0.3028057834166156, 0.33500246879086737, 0.09910312285473556, 0.25711608687809684 @@ -67666,9 +48988,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -52.31477729517212, + -52.31477729517269, 204.57779626366744, - 369.73831083015546, + 369.7383108301584, 250.7877283698689, 1.209915150969664, -226.23998281315505, @@ -67676,9 +48998,9 @@ -258.3532882107894 ], "relative wind speed": [ - 1.3981924740858094, + 1.3981924740858092, 1.5910707907365869, - 1.6756841642898572, + 1.675684164289857, 1.619338679639097, 1.4433586505810287, 1.2274852861285697, @@ -67686,13 +49008,13 @@ 1.1899448009979248 ], "relative wind angle": [ - 0.20402123801456143, + 0.2040212380145625, 0.13656478002650324, - 0.013753599013958083, + 0.01375359901395001, 0.11388348457258252, - 0.1975511246303579, + 0.19755112463035793, 0.17739498769632692, - 0.02077872945411214, + 0.020778729454112136, 0.15526688502624034 ], "resistance": [ @@ -67746,13 +49068,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -90.74950832865602, + -90.74950832865636, 187.80234212787025, 385.4924375545603, 296.2412487833502, 35.09667760445552, -221.37394940099853, - -335.2722241650705, + -335.27222416507004, -296.8261150710048 ], "relative wind speed": [ @@ -67766,13 +49088,13 @@ 1.242893196697352 ], "relative wind angle": [ - 0.1986469605479422, - 0.14459756636112808, + 0.19864696054794334, + 0.1445975663611281, 0.029179929022157, - 0.09670948750714221, + 0.09670948750714223, 0.18557994057018007, - 0.18062511343111604, - 0.043237734206650606, + 0.18062511343111606, + 0.04323773420664803, 0.13372554148411095 ], "resistance": [ @@ -67826,19 +49148,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -41.72333479584097, + -41.72333479584154, 260.95428797278487, - 455.55475861810726, + 455.5547586181068, 303.93194384233027, - 7.26746162163829, + 7.267461621638404, -256.7840983928688, -351.96477611308575, -286.2689857450285 ], "relative wind speed": [ - 1.3290394637028053, + 1.3290394637028051, 1.5642658906267444, - 1.662421570093818, + 1.6624215700938179, 1.5909022795850045, 1.3730257235816197, 1.097550799333675, @@ -67846,11 +49168,11 @@ 1.0585723737692698 ], "relative wind angle": [ - 0.27439947792028174, + 0.2743994779202826, 0.17398298369024282, 0.013726784343004438, 0.15049098533132735, - 0.2653926258866285, + 0.2653926258866281, 0.24929130270473712, 0.024219030429442474, 0.22726783213528007 @@ -67906,17 +49228,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 43.31121245979148, + 43.31121245979068, 377.4035128872829, - 505.61441140366605, + 505.61441140366423, 259.18857880496694, - -92.29688252738003, + -92.29688252738015, -357.349334863238, -412.9166653479117, -275.8029268791689 ], "relative wind speed": [ - 1.568817570190864, + 1.5688175701908638, 1.7805157356156445, 1.83521449957739, 1.7142526094288577, @@ -67926,19 +49248,19 @@ 1.2869419748201665 ], "relative wind angle": [ - 0.23419795811400987, + 0.2341979581140108, 0.12277677733769332, - 0.030347134009473357, + 0.030347134009477018, 0.17401805666841244, - 0.25189213134114297, - 0.18372276116956354, + 0.2518921313411434, + 0.18372276116956351, 0.05029465062889243, - 0.2327252224160998 + 0.23272522241609978 ], "resistance": [ 96677.81121245978, 97011.90351288726, - 97140.11441140366, + 97140.11441140364, 96893.68857880495, 96542.2031174726, 96277.15066513675, @@ -67986,7 +49308,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -63.81772328422096, + -63.817723284221415, 284.38767804342285, 517.2267029032965, 361.7999131520702, @@ -67996,7 +49318,7 @@ -337.2356464626907 ], "relative wind speed": [ - 1.411774241002372, + 1.4117742410023715, 1.6681894091718166, 1.7812044784304901, 1.7129646242783731, @@ -68006,10 +49328,10 @@ 1.125195844334008 ], "relative wind angle": [ - 0.2753948113187714, - 0.17993725351104536, - 0.021513657701878932, - 0.143143622069294, + 0.275394811318771, + 0.1799372535110454, + 0.02151365770187893, + 0.14314362206929399, 0.26136766274382456, 0.25346947003199305, 0.03780775249177807, @@ -68066,39 +49388,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1.347820913737337, - 382.13690911306526, - 614.7355144883727, + 1.3478209137369959, + 382.1369091130655, + 614.7355144884509, 380.12353227329436, -0.8961784097099326, -318.8118001253648, - -419.4743152281071, + -419.4743152280999, -317.46407464512026 ], "relative wind speed": [ - 1.3461661786284842, - 1.630416392311483, - 1.7340999946145472, - 1.6292176474626034, + 1.3461661786284838, + 1.6304163923114827, + 1.734099994614547, + 1.6292176474626037, 1.3441121173850703, 0.9800730341492933, 0.7821112281909909, 0.9820644692590259 ], "relative wind angle": [ - 0.3614091962491091, - 0.207445884084789, - 0.0006332272426038575, - 0.20857493254912, - 0.3619869350930528, - 0.3497150563944086, - 0.001403994221942248, - 0.3506588279198627 + 0.36140919624910883, + 0.20744588408478795, + 0.0006332272424285297, + 0.20857493254912055, + 0.36198693509305285, + 0.34971505639440864, + 0.0014039942218631721, + 0.35065882791986275 ], "resistance": [ 96635.84782091377, 97016.63690911309, - 97249.2355144884, + 97249.23551448848, 97014.62353227333, 96633.60382159032, 96315.68819987467, @@ -68108,7 +49430,7 @@ "fuel": [ 38.82954994609744, 39.02597703867614, - 39.14622666878156, + 39.146226668781594, 39.02493703500716, 38.828393995649776, 38.66481562337827, @@ -68146,19 +49468,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 138.17058575877365, + 138.17058575877275, 446.2157451045913, - 472.1178100503274, + 472.1178100503263, 181.2587406730139, - -164.27250834262247, + -164.2725083426226, -382.6180432514004, - -393.9101460550203, + -393.9101460550204, -200.68733204540536 ], "relative wind speed": [ - 1.556648643341535, + 1.5566486433415347, 1.7426505660904605, - 1.7539693091670652, + 1.753969309167065, 1.587042266181716, 1.3001582900733353, 1.037658702352588, @@ -68166,17 +49488,17 @@ 1.262879021686663 ], "relative wind angle": [ - 0.2397295733307381, + 0.2397295733307395, 0.09623449104276105, - 0.07579135800087072, + 0.07579135800087218, 0.22576584412332665, - 0.28825661528720303, + 0.2882566152872034, 0.1620761247387434, - 0.13078019951013448, - 0.28516178345946624 + 0.1307801995101353, + 0.2851617834594663 ], "resistance": [ - 96772.6705857588, + 96772.67058575878, 97080.71574510461, 97106.61781005035, 96815.75874067303, @@ -68228,7 +49550,7 @@ "wind resistance": [ 147.04096859097228, 495.4151149909088, - 569.1857051957705, + 569.1857051957694, 264.1707420025234, -107.27567435995502, -355.39714789186064, @@ -68238,7 +49560,7 @@ "relative wind speed": [ 1.3709070838432205, 1.6083683587953002, - 1.6416721304591746, + 1.6416721304591744, 1.463112211677572, 1.1173329066319557, 0.7355068179155444, @@ -68246,19 +49568,19 @@ 0.9935399905459773 ], "relative wind angle": [ - 0.37048912375248716, + 0.37048912375248744, 0.1580195523576273, - 0.08442445363430162, + 0.08442445363430426, 0.31182031163328283, 0.46032807165242984, 0.3512936374487843, - 0.21202552318898038, - 0.46876988014337984 + 0.2120255231889809, + 0.4687698801433799 ], "resistance": [ 96781.54096859094, 97129.91511499089, - 97203.68570519575, + 97203.68570519573, 96898.67074200249, 96527.22432564001, 96279.10285210812, @@ -68268,7 +49590,7 @@ "fuel": [ 38.813550348462236, 38.99342429960417, - 39.031571769890554, + 39.03157176989055, 38.87397687436694, 38.68252571914588, 38.55492480149521, @@ -68306,9 +49628,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 35.27770957167172, + 35.27770957167138, 383.7868480238651, - 545.5916239845433, + 545.591623984543, 302.26863599791045, -56.74194592793492, -336.87959448171034, @@ -68318,22 +49640,22 @@ "relative wind speed": [ 1.422236542164669, 1.6656458789129571, - 1.7377810869025294, + 1.7377810869025292, 1.617239283041152, - 1.3409024738488218, + 1.340902473848822, 1.0229369639927413, 0.8949263211272022, 1.0978676275539527 ], "relative wind angle": [ - 0.3010122295470639, + 0.30101222954706464, 0.16158321719460514, 0.02457797774754594, 0.20446356134357677, - 0.31989918156391894, + 0.3198991815639196, 0.2650548058805789, 0.047739204771949977, - 0.3037447259698625 + 0.30374472596986246 ], "resistance": [ 96669.77770957166, @@ -68386,9 +49708,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 110.93100328121193, + 110.9310032812117, 496.5661790024219, - 605.7754241844918, + 605.7754241844912, 289.76483500644326, -121.7974350887664, -411.6765323214807, @@ -68398,7 +49720,7 @@ "relative wind speed": [ 1.542512058250646, 1.7831346119185425, - 1.8287293590265141, + 1.828729359026514, 1.6664096214610922, 1.3453301313510442, 1.0048321093335795, @@ -68406,11 +49728,11 @@ 1.1884172607596886 ], "relative wind angle": [ - 0.3002510238800759, - 0.140151710756971, + 0.3002510238800767, + 0.14015171075697097, 0.05687014657966927, 0.23998837218635188, - 0.3459694783223744, + 0.34596947832237446, 0.2505059789696733, 0.11331821960455742, 0.33979410151001194 @@ -68466,34 +49788,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 70.25915166441894, + 70.25915166441848, 355.0260700075893, - 437.25901129352644, + 437.2590112935251, 207.12725379849064, - -98.19504545505993, + -98.19504545506004, -315.2813274277637, - -351.0805603127853, - -213.90626410134564 + -351.08056031278545, + -213.90626410134558 ], "relative wind speed": [ 1.4110912657107393, 1.6073965075226564, - 1.6460299765072652, + 1.646029976507265, 1.514801585019206, 1.2579069349901248, 0.9948793318113274, 0.929566422425465, - 1.1308777897211917 + 1.1308777897211915 ], "relative wind angle": [ - 0.25722227449526786, + 0.2572222744952692, 0.12323986875082447, - 0.048337715506619326, + 0.04833771550662163, 0.20615244370946725, - 0.2893973853840215, + 0.28939738538402154, 0.19994077940319963, - 0.085665432029947, - 0.2777449672596463 + 0.08566543202994831, + 0.2777449672596455 ], "resistance": [ 96704.75915166442, @@ -68546,19 +49868,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 66.05449265839604, + 66.05449265839536, 353.83309360316923, - 446.0104919070684, + 446.01049190706635, 218.57122072966968, -87.27282406924166, -308.11491513375614, - -348.2786328550895, + -348.27863285508965, -215.82697675655743 ], "relative wind speed": [ - 1.3697769897007983, + 1.3697769897007979, 1.574417314114294, - 1.6183315122148234, + 1.6183315122148232, 1.4882132418385998, 1.2259366808159096, 0.9489045620613493, @@ -68566,14 +49888,14 @@ 1.0790880843100596 ], "relative wind angle": [ - 0.2765210983998357, + 0.2765210983998361, 0.13462515365947036, - 0.04643295902280939, + 0.04643295902281418, 0.21502847963348798, - 0.3099837418855881, + 0.30998374188558775, 0.22457824274130336, - 0.08625988798570361, - 0.29869609331970215 + 0.0862598879857049, + 0.2986960933197022 ], "resistance": [ 96700.55449265844, @@ -68626,19 +49948,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 109.55357602892173, + 109.55357602892104, 489.25367799588435, - 591.6395529369333, + 591.6395529369329, 278.13959547619584, -129.06300085512373, -414.3877999522478, - -459.0612301102834, + -459.06123011028325, -270.781253672552 ], "relative wind speed": [ - 1.568457524615479, + 1.5684575246154786, 1.801716728221487, - 1.8442604824111177, + 1.8442604824111175, 1.6836081083524426, 1.3703657792009654, 1.0448819103491285, @@ -68646,13 +49968,13 @@ 1.226142370533656 ], "relative wind angle": [ - 0.2840498914267202, + 0.2840498914267206, 0.13214535284346224, - 0.05632570475914121, + 0.05632570475914122, 0.2302447285320325, - 0.32652769444273066, + 0.3265276944427307, 0.22920053458301093, - 0.10748397240925776, + 0.10748397240925675, 0.31873089740407873 ], "resistance": [ @@ -68706,9 +50028,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 227.15457688671552, + 227.15457688671506, 540.5725264156818, - 512.3994412418554, + 512.3994412418556, 182.69067154886102, -166.49341395521037, -365.45631338701287, @@ -68716,24 +50038,24 @@ -130.16951676506977 ], "relative wind speed": [ - 1.4034911672330548, + 1.4034911672330546, 1.6001147675787284, 1.5872175632264718, 1.3676785976965027, - 0.9971113724602702, + 0.9971113724602703, 0.6353355618626091, 0.6669025060503418, 1.0456929754922013 ], "relative wind angle": [ - 0.3424881421789998, + 0.34248814217900053, 0.11056371152311216, - 0.14010562040351418, - 0.36642867133010004, - 0.49235488878501826, + 0.1401056204035134, + 0.3664286713301001, + 0.4923548887850185, 0.28159854086631364, 0.33880403265114467, - 0.4877106767449022 + 0.48771067674490226 ], "resistance": [ 96861.65457688674, @@ -68773,52 +50095,7 @@ "id": "1234", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.14399754325989, - 42.14399754325989, - 42.14399754325989, - 42.14399754325989, - 42.14399754325989, - 42.14399754325989, - 42.14399754325989, - 42.14399754325989 - ], - "relative wind speed": [ - 0.4371833031566985, - 0.4371833031566985, - 0.4371833031566985, - 0.4371833031566985, - 0.4371833031566985, - 0.4371833031566985, - 0.4371833031566985, - 0.4371833031566985 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.4375 5, 3.4375 5.3125, 3.75 5.3125, 3.75 5, 3.4375 5))", @@ -68850,7 +50127,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 242.47737445721873, + 242.47737445721816, 529.8982275307962, 467.72598591843337, 143.9489386411774, @@ -68860,23 +50137,23 @@ -103.48145647410706 ], "relative wind speed": [ - 1.4045385125628536, + 1.4045385125628533, 1.5805466889717539, 1.5514719620526554, 1.3239652188598388, - 0.9585376115409169, + 0.958537611540917, 0.6272120454768582, 0.6960298391414854, 1.0670702344551917 ], "relative wind angle": [ - 0.3185178319338173, - 0.08902590738381283, + 0.318517831933818, + 0.08902590738381282, 0.15604205765182544, - 0.37222370479068057, - 0.47672312948663603, + 0.3722237047906806, + 0.47672312948663653, 0.22596315543952925, - 0.3537443587182094, + 0.3537443587182097, 0.4681597863173149 ], "resistance": [ @@ -68917,68 +50194,7 @@ "id": "1236", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.004654605010516, - 5.004654605010516, - 5.004654605010516, - 5.004654605010516, - 5.004654605010516, - 5.004654605010516, - 5.004654605010516, - 5.004654605010516 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -26.9078610703574, - 474.4679918799766, - 805.066995327516, - 538.0334722005014, - 43.51694422284868, - -384.96620847213535, - -542.9106752785972, - -427.18228882654995 - ], - "relative wind speed": [ - 1.4711112715122905, - 1.8159415709300761, - 1.9540024447107123, - 1.8495195346273836, - 1.529126537649499, - 1.0976122048713102, - 0.8272066171030138, - 1.0400354957145252 - ], - "relative wind angle": [ - 0.39313974063968954, - 0.23375874849334066, - 0.01601988867974817, - 0.20492727652130938, - 0.37745520042586356, - 0.39328968951884263, - 0.03784911397912881, - 0.3702855463509566 - ], - "resistance": [ - 96607.59213892966, - 97108.96799188, - 97439.56699532754, - 97172.53347220052, - 96678.01694422287, - 96249.53379152788, - 96091.58932472141, - 96207.31771117347 - ], - "fuel": [ - 38.9305352807476, - 39.18922588993454, - 39.36031396634446, - 39.22209003979432, - 38.96681529876679, - 38.74636351315694, - 38.66527444306913, - 38.72468058594116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 5.9375, 4.0625 6.25, 4.375 6.25, 4.375 5.9375, 4.0625 5.9375))", @@ -69010,9 +50226,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 263.6302863217411, + 263.63028632173996, 824.470244754812, - 886.0446587958679, + 886.044658795869, 363.7147785431687, -253.30576822876105, -647.6161369557733, @@ -69020,7 +50236,7 @@ -336.7895586512502 ], "relative wind speed": [ - 1.9140385387730827, + 1.9140385387730825, 2.1868134700183735, 2.207810113177001, 1.971372280995323, @@ -69030,13 +50246,13 @@ 1.4744025802967442 ], "relative wind angle": [ - 0.29903385785435793, - 0.11999301440182097, - 0.08783197437760697, + 0.2990338578543591, + 0.11999301440182099, + 0.08783197437760569, 0.27517900810203966, - 0.37280864478990394, - 0.23367707563436785, - 0.17880372476242518, + 0.3728086447899036, + 0.23367707563436788, + 0.17880372476242515, 0.37181422497897615 ], "resistance": [ @@ -69090,9 +50306,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 189.0873413712344, + 189.08734137123417, 564.33157082216, - 617.1916533512159, + 617.1916533512145, 272.4170322749312, -130.48900096881346, -389.05045993055785, @@ -69102,7 +50318,7 @@ "relative wind speed": [ 1.4310754543598647, 1.6721010733515826, - 1.6949819957201977, + 1.6949819957201975, 1.4946480241226954, 1.1194912496283322, 0.7108555511228584, @@ -69110,10 +50326,10 @@ 1.0330851359166002 ], "relative wind angle": [ - 0.37740046532900073, - 0.15108989126872163, - 0.10131470313908032, - 0.3369319084111594, + 0.3774004653290014, + 0.15108989126872166, + 0.10131470313908253, + 0.33693190841115933, 0.4905032977512141, 0.3618966456364262, 0.2650517368909643, @@ -69170,19 +50386,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 507.692908762784, + 507.6929087627831, 889.3719532249246, - 626.4970040516204, + 626.4970040516199, 89.20248218808331, - -385.46890276695217, + -385.4689027669521, -576.8907072118225, -463.21557920570206, -41.091615518395884 ], "relative wind speed": [ - 1.837850035218986, + 1.8378500352189857, 1.998297207481996, - 1.8991447737608682, + 1.8991447737608684, 1.5635670731294236, 1.0898872110792817, 0.7565415754591799, @@ -69190,14 +50406,14 @@ 1.4562983528982272 ], "relative wind angle": [ - 0.2648887785147344, + 0.26488877851473486, 0.02946020496905902, - 0.2110844752877236, - 0.40884162635031174, - 0.4572364848147249, + 0.21108447528772464, + 0.4088416263503118, + 0.4572364848147247, 0.07788240605129765, 0.41847740355726604, - 0.4409838254373157 + 0.44098382543731574 ], "resistance": [ 97142.19290876281, @@ -69250,9 +50466,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 280.83726916558896, + 280.8372691655883, 575.3673774515282, - 484.36116546599123, + 484.361165465991, 137.8099720176192, -200.4461926317033, -371.63688752270775, @@ -69260,7 +50476,7 @@ -83.97013937602333 ], "relative wind speed": [ - 1.4314021225289288, + 1.4314021225289284, 1.6038242870533943, 1.5620554600085137, 1.3151685459027127, @@ -69270,13 +50486,13 @@ 1.0846944235002536 ], "relative wind angle": [ - 0.3245245673789927, + 0.32452456737899305, 0.07983041610634482, - 0.1773230950401605, - 0.404477395502191, + 0.1773230950401611, + 0.4044773955021909, 0.5154579731796324, 0.22315959150729095, - 0.4153872557892058, + 0.41538725578920577, 0.497416583469327 ], "resistance": [ @@ -69330,7 +50546,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 493.7692758686312, + 493.7692758686303, 861.9596641269802, 616.5776271590119, 110.8979223863372, @@ -69340,7 +50556,7 @@ -21.573546595021867 ], "relative wind speed": [ - 1.723333580449869, + 1.7233335804498686, 1.8864488626344076, 1.790206509414465, 1.4545134048865933, @@ -69350,14 +50566,14 @@ 1.3354117764230784 ], "relative wind angle": [ - 0.3000444822045946, + 0.30004448220459506, 0.035741608200369826, - 0.23338253858772676, + 0.23338253858772628, 0.4655283209065785, 0.5567656174573179, 0.11582506365097396, - 0.520080275756182, - 0.5108634607287348 + 0.5200802757561819, + 0.5108634607287349 ], "resistance": [ 97128.26927586866, @@ -69410,17 +50626,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 316.27165523051224, + 316.271655230512, 615.4426391146633, - 493.1448195932403, + 493.1448195932401, 124.13592852542922, - -224.74744070378478, + -224.74744070378472, -391.80683010291295, -339.03553101691335, -68.30364032823508 ], "relative wind speed": [ - 1.4790328700639321, + 1.479032870063932, 1.6446465316022476, 1.5897306306837413, 1.3261706790171193, @@ -69430,13 +50646,13 @@ 1.130625004940131 ], "relative wind angle": [ - 0.31416302921191014, + 0.3141630292119102, 0.06622555659254792, - 0.19185578770547437, + 0.19185578770547493, 0.4173346353891163, - 0.5188559049510767, - 0.18998092493884602, - 0.4384679687358707, + 0.5188559049510766, + 0.18998092493884605, + 0.43846796873587096, 0.49545019931223233 ], "resistance": [ @@ -69477,52 +50693,7 @@ "id": "1243", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 98.2052743487989, - 98.2052743487989, - 98.2052743487989, - 98.2052743487989, - 98.2052743487989, - 98.2052743487989, - 98.2052743487989, - 98.2052743487989 - ], - "relative wind speed": [ - 0.6673645134947646, - 0.6673645134947646, - 0.6673645134947646, - 0.6673645134947646, - 0.6673645134947646, - 0.6673645134947646, - 0.6673645134947646, - 0.6673645134947646 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 5.3125, 4.375 5.625, 4.6875 5.625, 4.6875 5.3125, 4.375 5.3125))", @@ -69541,68 +50712,7 @@ "id": "1244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.946864775190828, - 4.946864775190828, - 4.946864775190828, - 4.946864775190828, - 4.946864775190828, - 4.946864775190828, - 4.946864775190828, - 4.946864775190828 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 767.2162896974282, - 956.669562859619, - 491.3636391511309, - -106.2499450063865, - -526.6456687658564, - -608.3803423722886, - -348.4686039633772, - 193.81207581137448 - ], - "relative wind speed": [ - 1.981209446289271, - 2.0494546024238187, - 1.8426724413387356, - 1.407898297787227, - 0.8878866976444744, - 0.7164282870767158, - 1.1480818489335132, - 1.6526814699172006 - ], - "relative wind angle": [ - 0.1919381180571167, - 0.06655485639292914, - 0.3148897013751793, - 0.4966075517725379, - 0.43969261424798406, - 0.19141678867242798, - 0.5202388521654103, - 0.417939278520856 - ], - "resistance": [ - 97401.71628969745, - 97591.16956285964, - 97125.86363915114, - 96528.25005499362, - 96107.85433123416, - 96026.11965762773, - 96286.03139603663, - 96828.3120758114 - ], - "fuel": [ - 39.32586751609517, - 39.42406798274318, - 39.18312194413224, - 38.87484580874427, - 38.658782909102456, - 38.61685163161856, - 38.75027693473024, - 39.02946526538594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 5.3125, 4.6875 5.625, 5 5.625, 5 5.3125, 4.6875 5.3125))", @@ -69621,68 +50731,7 @@ "id": "1245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.035196680178445, - 5.035196680178445, - 5.035196680178445, - 5.035196680178445, - 5.035196680178445, - 5.035196680178445, - 5.035196680178445, - 5.035196680178445 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 885.4242553763501, - 984.8831141509214, - 449.3645787177892, - -179.94342051071828, - -586.9978408009516, - -629.8673361118322, - -309.3408324755354, - 293.93223054478256 - ], - "relative wind speed": [ - 2.060736835222862, - 2.095323876672695, - 1.8466422530727553, - 1.3711294384278807, - 0.8345142762870242, - 0.7434165946604242, - 1.2381287374653611, - 1.7501584055300927 - ], - "relative wind angle": [ - 0.1635437892000669, - 0.1010929263539858, - 0.35078581183832663, - 0.52393106636956, - 0.4137597724387571, - 0.28842841473909403, - 0.5381233588773079, - 0.40274071172558923 - ], - "resistance": [ - 97519.92425537638, - 97619.38311415094, - 97083.86457871782, - 96454.5565794893, - 96047.50215919908, - 96004.6326638882, - 96325.1591675245, - 96928.43223054481 - ], - "fuel": [ - 39.4098916897581, - 39.461471899227035, - 39.184181901168145, - 38.859691809687384, - 38.6505872067594, - 38.62860095412372, - 38.79315327655204, - 39.10389927954992 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 5, 4.375 5.3125, 4.6875 5.3125, 4.6875 5, 4.375 5))", @@ -69701,68 +50750,7 @@ "id": "1246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.312418373075548, - 4.312418373075548, - 4.312418373075548, - 4.312418373075548, - 4.312418373075548, - 4.312418373075548, - 4.312418373075548, - 4.312418373075548 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 937.3806345949357, - 655.5162002817268, - 119.11219806220458, - -352.16298701699804, - -519.6839244753648, - -410.3422289496484, - 0.09474535906133497, - 552.6995776847367 - ], - "relative wind speed": [ - 1.9088713957365382, - 1.8008912841556046, - 1.4424656626910553, - 0.9150198670981754, - 0.4911879766576498, - 0.8011530543701189, - 1.343260379014973, - 1.7457933086966027 - ], - "relative wind angle": [ - 0.030219266141062413, - 0.25905942151098726, - 0.5147135009374398, - 0.6351816722856802, - 0.11769278209410862, - 0.6136327442650448, - 0.5570008783627752, - 0.3162217125289754 - ], - "resistance": [ - 97571.88063459496, - 97290.01620028174, - 96753.61219806221, - 96282.33701298301, - 96114.81607552465, - 96224.15777105036, - 96634.59474535908, - 97187.19957768475 - ], - "fuel": [ - 39.265633901373874, - 39.11960208851917, - 38.84251189322777, - 38.59994884043293, - 38.51392572398729, - 38.570061576878544, - 38.78117618526002, - 39.06640716751906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 5, 4.6875 5.3125, 5 5.3125, 5 5, 4.6875 5))", @@ -69781,68 +50769,7 @@ "id": "1247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.364405950767786, - 5.364405950767786, - 5.364405950767786, - 5.364405950767786, - 5.364405950767786, - 5.364405950767786, - 5.364405950767786, - 5.364405950767786 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1170.368063076603, - 787.8407994471426, - 94.81217180790497, - -495.73674928788006, - -717.8686735284497, - -553.689333156011, - -2.862241146142196, - 697.9655736020251 - ], - "relative wind speed": [ - 2.227624197451428, - 2.09884867787649, - 1.6992698028831108, - 1.139466278012116, - 0.7540926975937061, - 1.0610370347030214, - 1.6258682291762958, - 2.0573239810269275 - ], - "relative wind angle": [ - 0.018383072928360483, - 0.23675199612719294, - 0.44869987790012344, - 0.5039021764516525, - 0.054328098067224384, - 0.4824589707765201, - 0.47055226116575216, - 0.2707233796848514 - ], - "resistance": [ - 97804.86806307659, - 97422.34079944713, - 96729.31217180789, - 96138.7632507121, - 95916.63132647154, - 96080.81066684397, - 96631.63775885385, - 97332.465573602 - ], - "fuel": [ - 39.64714890829147, - 39.448704458663244, - 39.090567400031134, - 38.78679918160887, - 38.672874202482646, - 38.75705929101414, - 39.040235792320004, - 39.40215869701044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((0 -7.5, 0 -5, 2.5 -5, 2.5 -7.5, 0 -7.5))", @@ -69874,37 +50801,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -748.7610065823005, + -748.7610065823033, -897.0212376049521, -689.7258398589906, -60.15262770484651, 639.1268342870062, 988.9835040149119, - 555.0409414359447, + 555.0409414359474, -159.364273284536 ], "relative wind speed": [ - 2.820220275880534, + 2.8202202758805335, 2.7195957289750448, 2.8494533375960156, 3.114411912794006, 3.348296022070189, 3.430528782394839, - 3.323453675434886, + 3.3234536754348856, 3.076551168653871 ], "relative wind angle": [ - 0.08444933532227364, + 0.08444933532227497, 0.007007145117614783, 0.09307588529374733, - 0.1143875116307348, + 0.11438751163073478, 0.0711058148322459, 0.005554987351482772, - 0.07977054300144915, + 0.07977054300144637, 0.11580147779565497 ], "resistance": [ - 95885.73899341775, + 95885.73899341773, 95737.4787623951, 95944.77416014105, 96574.3473722952, @@ -69914,7 +50841,7 @@ 96475.13572671551 ], "fuel": [ - 41.34035776612754, + 41.34035776612753, 41.26443863424973, 41.37061047954597, 41.69404338059131, @@ -69954,19 +50881,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1194.9593650675215, + 1194.9593650675124, -381.61184675237564, - -1683.1352854541256, + -1683.1352854541292, -2004.4490451373404, -1551.4627541717146, -159.50398984280582, - 1382.1047734881831, + 1382.104773488174, 2145.1698309339827 ], "relative wind speed": [ 5.594264559529583, 5.274373813901291, - 4.949258765782486, + 4.949258765782485, 4.824033146721409, 4.9864159426875, 5.323637927839301, @@ -69974,33 +50901,33 @@ 5.734879607701448 ], "relative wind angle": [ - 0.06072779811113306, + 0.06072779811113489, 0.08645502206343719, - 0.06157422259491652, + 0.061574222594916524, 0.005125099379210861, - 0.06814142407061222, + 0.0681414240706122, 0.08565300930764343, - 0.0541486075078822, + 0.05414860750788425, 0.004311096191386161 ], "resistance": [ - 97829.45936506755, + 97829.45936506754, 96252.88815324765, 94951.3647145459, 94630.05095486269, 95083.03724582831, 96474.99601015722, - 98016.60477348822, + 98016.6047734882, 98779.66983093401 ], "fuel": [ - 49.64128069472243, + 49.641280694722425, 48.82675779023198, 48.16130546710497, 47.9979919939359, 48.228341361933445, 48.94094832344912, - 49.73858197863935, + 49.738581978639345, 50.1366664001043 ] }, @@ -70034,17 +50961,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 475.17071605827186, + 475.1707160582655, -123.46660900864117, - -628.8815798801093, + -628.881579880112, -760.9296855112952, -603.5439422501963, -80.74623367815093, - 511.19072942645926, + 511.1907294264565, 824.633631007051 ], "relative wind speed": [ - 3.403467378184343, + 3.4034673781843425, 3.2047027055887773, 2.997678913407729, 2.912669231437694, @@ -70054,17 +50981,17 @@ 3.486700130221045 ], "relative wind angle": [ - 0.061300200467206314, + 0.06130020046720994, 0.08968114658096377, - 0.06589856017601682, + 0.06589856017601851, 0.0026954258966990535, - 0.06933686629657493, + 0.06933686629657494, 0.0892444649305349, - 0.05785481617166545, + 0.05785481617166737, 0.002251665158781 ], "resistance": [ - 97109.67071605827, + 97109.67071605826, 96511.03339099136, 96005.61842011989, 95873.57031448871, @@ -70074,7 +51001,7 @@ 97459.13363100705 ], "fuel": [ - 42.272281286127416, + 42.27228128612741, 41.96351426973543, 41.703867949016, 41.63618762059746, @@ -70114,37 +51041,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -503.3700361341946, + -503.37003613419824, -550.4695396444772, -356.8082358925808, 57.79583252364819, - 461.54997111784405, + 461.54997111784724, 572.5609231797384, 252.86777572582787, -188.66385367577777 ], "relative wind speed": [ - 2.201745604667701, + 2.2017456046677006, 2.161221614667708, 2.2932655893285734, 2.5035366237499295, - 2.6656938354812727, + 2.6656938354812723, 2.698653083389842, 2.5873809671167227, 2.384514983332921 ], "relative wind angle": [ - 0.067147957768265, - 0.02770744163844864, + 0.0671479577682683, + 0.027707441638448644, 0.10151737621010422, - 0.10757481766842672, - 0.05544799283192543, - 0.022188540565540697, + 0.10757481766842673, + 0.05544799283192142, + 0.0221885405655407, 0.08994434782095631, 0.11296675536756266 ], "resistance": [ - 96131.12996386585, + 96131.12996386584, 96084.03046035557, 96277.69176410747, 96692.2958325237, @@ -70194,17 +51121,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -55.632792131089445, + -55.63279213109149, -356.24789475813486, - -439.611393520084, + -439.61139352023565, -353.28545420981595, -50.65771706629471, 298.9146816259779, - 495.5487713794048, + 495.5487713795626, 294.69305957078063 ], "relative wind speed": [ - 2.125287465795497, + 2.1252874657954965, 1.9372158520909613, 1.8546630466433456, 1.9393619979242382, @@ -70214,33 +51141,33 @@ 2.298768039645852 ], "relative wind angle": [ - 0.12097731328662902, - 0.09324651996392051, - 0.0007512408806670769, - 0.0941635189777689, + 0.12097731328663085, + 0.0932465199639205, + 0.0007512408809626475, + 0.09416351897776891, 0.12081928469643786, 0.07848565961585317, - 0.0005884775415542389, + 0.0005884775413655786, 0.07940739131685168 ], "resistance": [ 96578.86720786891, 96278.25210524186, - 96194.88860647992, + 96194.88860647977, 96281.21454579018, 96583.8422829337, 96933.41468162597, - 97130.0487713794, + 97130.04877137956, 96929.19305957078 ], "fuel": [ 39.80897349432326, 39.65434837835595, - 39.611528881191575, + 39.61152888119152, 39.65587050591839, 39.81153531466176, 39.99177157002228, - 40.09335409088851, + 40.093354090888596, 39.98959222868934 ] }, @@ -70274,9 +51201,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1239.5490005081383, + -1239.5490005081438, -1410.8811478777807, - -988.708822457229, + -988.7088224572326, 43.175541410214464, 1108.8889307040881, 1512.4943796969146, @@ -70284,9 +51211,9 @@ -378.2874333763066 ], "relative wind speed": [ - 3.4500698949582476, + 3.450069894958247, 3.3557021155401543, - 3.5506757563551674, + 3.550675756355167, 3.892797149917017, 4.172373870509158, 4.248640877641239, @@ -70294,19 +51221,19 @@ 3.762687383374114 ], "relative wind angle": [ - 0.07817423506011101, + 0.07817423506011387, 0.019520926548828674, - 0.10214859790696373, - 0.11496146849191852, - 0.06462018199098249, - 0.015417836258089158, + 0.10214859790696483, + 0.11496146849191853, + 0.0646201819909825, + 0.015417836258089157, 0.08870381532164684, 0.11895525204423239 ], "resistance": [ 95394.95099949185, 95223.6188521222, - 95645.79117754276, + 95645.79117754275, 96677.6755414102, 97743.38893070407, 98146.9943796969, @@ -70316,7 +51243,7 @@ "fuel": [ 43.03650077106994, 42.9490875275132, - 43.164675843213715, + 43.16467584321371, 43.69441386611123, 44.24567776617792, 44.4555549783474, @@ -70354,43 +51281,43 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -306.01775118908154, + -306.01775118908336, -892.2995563713175, - -999.7955785332015, + -999.7955785332033, -706.3875554320002, - 9.340459902912698, + 9.34045990289087, 735.8106779319951, - 993.3948676143755, + 993.3948676144937, 472.0663170242824 ], "relative wind speed": [ - 4.905012890043273, + 4.905012890043272, 4.746882854047876, - 4.702804309937735, + 4.702804309937734, 4.801412585103222, - 4.979506435900405, + 4.979506435900406, 5.130471612494362, - 5.170905860591091, + 5.17090586059109, 5.079475660368559 ], "relative wind angle": [ - 0.047736140236254054, - 0.029315347533342362, - 0.007929099922007465, + 0.04773614023625405, + 0.02931534753334236, + 0.007929099922007467, 0.03997193619662106, - 0.04702147553857777, + 0.04702147553858486, 0.02712297449922853, - 0.007211296966263903, - 0.03778270139368179 + 0.007211296966233112, + 0.037782701393681783 ], "resistance": [ 96328.48224881093, 95742.2004436287, 95634.70442146681, 95928.11244456802, - 96643.84045990293, + 96643.8404599029, 97370.31067793201, - 97627.89486761439, + 97627.89486761451, 97106.56631702429 ], "fuel": [ @@ -70398,9 +51325,9 @@ 47.15803333772064, 47.103037463331674, 47.25324897825459, - 47.62101284667537, + 47.62101284667534, 47.99624569802532, - 48.129763426176666, + 48.12976342617672, 47.85979068719216 ] }, @@ -70434,7 +51361,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -771.9751200592782, + -771.9751200592818, -794.3395743922683, -439.7896828018429, 196.1835275278395, @@ -70454,17 +51381,17 @@ 2.592054859496325 ], "relative wind angle": [ - 0.06769167517815243, + 0.06769167517815736, 0.052305410012315263, - 0.13091215363667413, - 0.1232969128702013, + 0.13091215363667416, + 0.12329691287020131, 0.05280444466275842, 0.04032048407051405, 0.11637238125028153, 0.13493432716917075 ], "resistance": [ - 95862.52487994074, + 95862.52487994073, 95840.16042560774, 96194.71031719817, 96830.68352752786, @@ -70514,10 +51441,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 978.5124612937934, + 978.5124612937902, 898.6133547436384, - 231.90943273867288, - -502.97847954259714, + 231.90943273867197, + -502.9784795425976, -906.7644091101358, -872.3866167489805, -385.40057934992956, @@ -70526,21 +51453,21 @@ "relative wind speed": [ 2.971857487413485, 2.950720542280146, - 2.7135532123046295, - 2.3640492934944572, + 2.7135532123046286, + 2.3640492934944577, 2.102947216836044, 2.1325037405969574, 2.427128526939866, 2.7686810687080614 ], "relative wind angle": [ - 0.04891725864666905, - 0.06952099155197614, - 0.1610724156836966, - 0.17451937243666762, + 0.04891725864667132, + 0.06952099155197615, + 0.1610724156836959, + 0.17451937243666887, 0.06915677558464318, - 0.0962665341544105, - 0.18027777445813503, + 0.09626653415441051, + 0.180277774458135, 0.14880736936555847 ], "resistance": [ @@ -70594,19 +51521,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 262.0542720199537, + 262.0542720199519, -1369.5704728212404, - -2150.884800554367, + -2150.8848005543578, -1982.0744648017826, -767.7610780211544, - 960.3530531474353, + 960.3530531474371, 2230.2496544684873, 1832.5809156641863 ], "relative wind speed": [ 4.924012386714904, 4.504002985358947, - 4.234811763934277, + 4.234811763934276, 4.308906184632163, 4.6705825191830925, 5.0768293413210355, @@ -70614,19 +51541,19 @@ 5.243430799110366 ], "relative wind angle": [ - 0.10876683354232458, - 0.10412251208595673, - 0.030114376970335827, + 0.10876683354232561, + 0.10412251208595671, + 0.030114376970332143, 0.0668406295585004, 0.11469395307593085, - 0.09233855252552102, + 0.092338552525521, 0.02404504067915208, - 0.05491448298226442 + 0.054914482982264416 ], "resistance": [ - 96896.55427201993, + 96896.55427201992, 95264.92952717873, - 94483.6151994456, + 94483.61519944562, 94652.42553519818, 95866.73892197882, 97594.85305314741, @@ -70634,9 +51561,9 @@ 98467.08091566416 ], "fuel": [ - 47.09324223382241, + 47.093242233822394, 46.256107482545886, - 45.85874753415624, + 45.858747534156244, 45.944408529330005, 46.563723673969946, 47.454544163977374, @@ -70674,17 +51601,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -749.7790072642711, - -2240.929526141379, + -749.7790072642747, + -2240.9295261413827, -2520.4445290868425, -1783.1844789197276, - 25.356298080441775, + 25.35629808043086, 1869.9742736600747, 2537.710806865838, 1220.309956014593 ], "relative wind speed": [ - 7.010642111253527, + 7.010642111253526, 6.728054679309796, 6.647535673539521, 6.822684280403442, @@ -70695,26 +51622,26 @@ ], "relative wind angle": [ 0.059272850980093994, - 0.03690888502978472, + 0.036908885029784726, 0.009656754288246068, 0.04971509554137806, - 0.05820750395557739, - 0.033530108089581075, + 0.0582075039555793, + 0.03353010808958107, 0.008584191442722579, 0.04634353427426534 ], "resistance": [ - 95884.72099273575, + 95884.72099273573, 94393.57047385864, 94114.05547091317, 94851.31552108028, - 96659.85629808046, + 96659.85629808044, 98504.47427366009, 99172.21080686586, 97854.80995601461 ], "fuel": [ - 57.576542564362505, + 57.5765425643625, 56.8167052492635, 56.67519516102304, 57.04907576386791, @@ -70754,53 +51681,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 204.27515640557976, + 204.2751564055725, -1318.6146815180273, - -2019.7429394067349, + -2019.7429394067294, -1833.8028415298704, -660.6090416688448, 968.4872542734083, - 2139.8659576902155, + 2139.8659576901846, 1702.9415555630676 ], "relative wind speed": [ 4.549211493758143, 4.119981090635553, - 3.851425164465981, + 3.8514251644659807, 3.940438190683511, - 4.318412671458459, + 4.318412671458458, 4.729669018944101, - 4.950811793885157, + 4.9508117938851575, 4.8802622963686115 ], "relative wind angle": [ - 0.1211718380430802, + 0.12117183804308204, 0.1145872457360391, - 0.03020066157672787, - 0.07788599763894707, - 0.12768241136219013, - 0.0997632477376188, - 0.02349283522080116, - 0.06286481722104277 + 0.030200661576724196, + 0.07788599763894706, + 0.12768241136218927, + 0.09976324773761881, + 0.023492835220810613, + 0.06286481722104278 ], "resistance": [ - 96838.77515640562, + 96838.77515640561, 95315.88531848202, 94614.75706059331, 94800.69715847017, 95973.8909583312, 97602.98725427345, - 98774.36595769026, + 98774.36595769023, 98337.44155556311 ], "fuel": [ - 45.718003361042605, + 45.7180033610426, 44.93667636444661, 44.579859815731005, 44.6743097870199, 45.27321095086225, 46.11333845649152, - 46.7235235772882, + 46.72352357728819, 46.495327407402186 ] }, @@ -70834,9 +51761,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 764.1068410627886, + 764.1068410627859, -73.21583771330552, - -818.844254874698, + -818.8442548747016, -1059.089134795347, -874.4324675800717, -166.40448126941828, @@ -70844,9 +51771,9 @@ 1198.084990712082 ], "relative wind speed": [ - 3.4102880307757926, + 3.410288030775792, 3.1324871975877704, - 2.8160543991504925, + 2.816054399150492, 2.661908577768793, 2.7881717652031135, 3.097013109768376, @@ -70854,13 +51781,13 @@ 3.5097306119885316 ], "relative wind angle": [ - 0.08428493694401724, + 0.08428493694401858, 0.13574613127521437, - 0.11116962786664455, + 0.11116962786664657, 0.006725917155376835, 0.1031519935139865, 0.13731079622301925, - 0.09236261495643942, + 0.09236261495643944, 0.005101166217166056 ], "resistance": [ @@ -70914,9 +51841,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1189.5739226185433, + 1189.5739226185297, 407.7840709259135, - -547.2100643932081, + -547.2100643932117, -1144.2292653861186, -1170.2200355053374, -638.7021820798655, @@ -70924,9 +51851,9 @@ 1128.6237173985555 ], "relative wind speed": [ - 3.7292249210526167, + 3.7292249210526163, 3.51998915683156, - 3.185698687752243, + 3.1856986877522426, 2.914670243884339, 2.898055717255306, 3.1488921524727234, @@ -70934,17 +51861,17 @@ 3.7162538693597433 ], "relative wind angle": [ - 0.04068826015991269, - 0.11429441865591856, - 0.13096638230929844, - 0.06417215454628597, + 0.04068826015991815, + 0.11429441865591858, + 0.130966382309301, + 0.06417215454628598, 0.05236723490326847, - 0.12783391388778734, - 0.1196029750422521, + 0.12783391388778736, + 0.11960297504225212, 0.05031712647848969 ], "resistance": [ - 97824.07392261854, + 97824.07392261853, 97042.28407092592, 96087.2899356068, 95490.27073461388, @@ -70954,7 +51881,7 @@ 97763.12371739856 ], "fuel": [ - 42.92115779583756, + 42.921157795837544, 42.516111949631394, 42.02441474692571, 41.71875179060967, @@ -70981,68 +51908,7 @@ "id": "1280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.898762470870125, - 10.898762470870125, - 10.898762470870125, - 10.898762470870125, - 10.898762470870125, - 10.898762470870125, - 10.898762470870125, - 10.898762470870125 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -349.87653321196876, - -910.6404360354722, - -988.0978913522249, - -623.0285704309222, - 132.75021801166304, - 860.3150314623776, - 1042.098037284361, - 450.1332307932221 - ], - "relative wind speed": [ - 2.9589230828935205, - 2.6928321325629754, - 2.6387778686691012, - 2.8389185450594407, - 3.146119997639215, - 3.3766776505704255, - 3.41908587342401, - 3.2548177129515343 - ], - "relative wind angle": [ - 0.13230756501399366, - 0.07779748864099913, - 0.035771914796295205, - 0.12102759847285267, - 0.1243929735584746, - 0.062019108823660636, - 0.027605622656293224, - 0.10550082854697196 - ], - "resistance": [ - 96284.62346678806, - 95723.85956396455, - 95646.4021086478, - 96011.47142956911, - 96767.25021801169, - 97494.8150314624, - 97676.59803728439, - 97084.63323079325 - ], - "fuel": [ - 41.433271030543416, - 41.145720538963666, - 41.106093606868555, - 41.29305699962532, - 41.681690978592684, - 42.057824794342935, - 42.15210986466906, - 41.845528284468415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 -2.5, 2.5 -1.25, 3.75 -1.25, 3.75 -2.5, 2.5 -2.5))", @@ -71074,11 +51940,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 222.70192298249458, + 222.70192298248367, -1237.3572738372795, - -1932.099976749084, - -1778.6414828426032, - -688.0525764858376, + -1932.0999767490857, + -1778.6414828425977, + -688.0525764858339, 859.7774495902067, 1992.2360042636592, 1630.2049368015341 @@ -71086,38 +51952,38 @@ "relative wind speed": [ 4.781407994617924, 4.3954822543187335, - 4.150193161812506, - 4.219156571391567, + 4.150193161812505, + 4.219156571391566, 4.5512303128694995, 4.924966550520674, 5.133366974162581, 5.076837361769801 ], "relative wind angle": [ - 0.10302666550229282, - 0.09788151926476214, + 0.10302666550229607, + 0.09788151926476216, 0.02788994484798595, - 0.0630585733487242, - 0.10825717377979785, + 0.06305857334872067, + 0.10825717377979684, 0.08732978869277264, 0.02254727947912109, 0.052394704657455944 ], "resistance": [ - 96857.20192298248, + 96857.20192298247, 95397.14272616271, 94702.4000232509, - 94855.85851715738, + 94855.8585171574, 95946.44742351415, 97494.2774495902, 98626.73600426364, 98264.70493680151 ], "fuel": [ - 46.59505353423315, + 46.59505353423314, 45.84569135365415, 45.49190620848069, - 45.56989762482386, + 45.569897624823874, 46.126686236662195, 46.92451250903288, 47.5138835615797, @@ -71154,49 +52020,49 @@ ], "ice resistance": 86612.0736338113, "wind resistance": [ - -381.1320691776782, + -381.13206917774005, -1837.548263965713, - -2213.9916867849533, + -2213.9916867857537, -1784.8820712369525, - -291.8083542504719, + -291.808354250461, 1405.1771186320257, 2307.744478096385, 1330.4602994921624 ], "relative wind speed": [ - 7.362629638721261, + 7.36262963872126, 7.108867988621942, 7.005424988290079, 7.119234754649004, - 7.376781877355413, + 7.376781877355412, 7.621628565037937, 7.716815845703262, 7.611946043637838 ], "relative wind angle": [ - 0.048329757066032285, + 0.04832975706603918, 0.03468270666707309, - 0.0010112700895062166, + 0.0010112700896160016, 0.03604035084948333, - 0.04823696514621462, + 0.04823696514621231, 0.032348513339111505, - 0.0009180440072191995, + 0.0009180440072191997, 0.03370659167918477 ], "resistance": [ - 86230.94156463363, + 86230.94156463357, 84774.52536984559, - 84398.08194702635, + 84398.08194702555, 84827.19156257436, - 86320.26527956083, + 86320.26527956084, 88017.25075244333, 88919.81811190769, 87942.53393330346 ], "fuel": [ - 54.56610742850727, + 54.56610742850725, 53.8761930004829, - 53.69915284825156, + 53.699152848251174, 53.90100379153718, 54.60867757506274, 55.42307155175181, @@ -71234,39 +52100,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -13.950960418945215, + -13.95096041895249, -920.8347137130722, - -1265.131748714346, - -1094.3653499331103, - -306.06115306106585, - 698.6280113862385, + -1265.1317487143315, + -1094.3653499331122, + -306.06115306106403, + 698.6280113862376, 1349.3346944013383, 945.5357724988025 ], "relative wind speed": [ - 3.9173618656180222, + 3.917361865618022, 3.6193864615091167, - 3.459488848059209, - 3.551490824882612, + 3.4594888480592085, + 3.5514908248826123, 3.828470193297983, 4.111319696814384, 4.2467452145523605, 4.170110421552891 ], "relative wind angle": [ - 0.10065970487888229, + 0.10065970487888451, 0.08574042727816983, - 0.012914767860820289, - 0.06953797039173366, - 0.10300508688587219, - 0.07546044325959865, - 0.010520545810302312, + 0.012914767860811692, + 0.06953797039173526, + 0.10300508688587111, + 0.07546044325959866, + 0.010520545810302314, 0.0592091561525376 ], "resistance": [ 96620.54903958106, 95713.66528628694, - 95369.36825128566, + 95369.36825128569, 95540.1346500669, 96328.43884693895, 97333.12801138626, @@ -71276,7 +52142,7 @@ "fuel": [ 43.819359766816966, 43.353775118288475, - 43.17781808828789, + 43.17781808828791, 43.265035122065726, 43.66905932851206, 44.1873374047351, @@ -71314,17 +52180,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -602.9210904943611, + -602.921090494412, -1630.0061721197344, - -1798.691558797269, + -1798.6915587973344, -1230.3772242408268, 74.82178361227488, 1367.023849395442, - 1771.0060849051297, + 1771.0060849050424, 800.0612366374044 ], "relative wind speed": [ - 6.462521422399117, + 6.462521422399116, 6.250481984845214, 6.198027888229386, 6.339381769084199, @@ -71334,33 +52200,33 @@ 6.702495358351304 ], "relative wind angle": [ - 0.04918188491992279, + 0.04918188491992957, 0.02907545177114477, - 0.009799103380174428, - 0.042225027470306424, - 0.04827487213427685, - 0.026782456589193163, - 0.008887925276658545, + 0.009799103380185758, + 0.04222502747030643, + 0.04827487213427684, + 0.026782456589193166, + 0.008887925276671036, 0.03993619756937998 ], "resistance": [ - 96031.57890950565, + 96031.5789095056, 95004.49382788027, - 94835.80844120274, + 94835.80844120268, 95404.12277575918, 96709.3217836123, 98001.52384939545, - 98405.50608490515, + 98405.50608490506, 97434.56123663741 ], "fuel": [ - 54.62067358339742, + 54.62067358339739, 54.095859467754565, - 54.01004084899283, + 54.0100408489928, 54.29959307766262, 54.96913251129651, 55.63824938922249, - 55.84871085375883, + 55.84871085375879, 55.3439047044037 ] }, @@ -71394,13 +52260,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -287.2141795647226, + -287.2141795647235, -787.7417600929693, -860.0236508445641, -534.7281502923684, 135.39042470281856, 787.0802123541484, - 955.1800886051678, + 955.1800886051715, 424.305342325179 ], "relative wind speed": [ @@ -71414,14 +52280,14 @@ 2.708697590084157 ], "relative wind angle": [ - 0.18215731832661325, + 0.1821573183266145, 0.1119454785418475, 0.051001409626978356, - 0.1690953878058353, - 0.16774577976342697, - 0.082142625591054, - 0.03571787259780938, - 0.14016341359283507 + 0.16909538780583533, + 0.16774577976342694, + 0.08214262559105401, + 0.03571787259780627, + 0.14016341359283505 ], "resistance": [ 96347.28582043528, @@ -71430,7 +52296,7 @@ 96099.77184970763, 96769.89042470281, 97421.58021235415, - 97589.68008860516, + 97589.68008860518, 97058.80534232518 ], "fuel": [ @@ -71440,7 +52306,7 @@ 40.13460030367288, 40.47929976336676, 40.816122388896716, - 40.90326036620801, + 40.903260366208016, 40.628428998129216 ] }, @@ -71461,68 +52327,7 @@ "id": "1298", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.555676508097331, - 12.555676508097331, - 12.555676508097331, - 12.555676508097331, - 12.555676508097331, - 12.555676508097331, - 12.555676508097331, - 12.555676508097331 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1079.6366638395402, - -1359.4078212001791, - -1102.9916340132422, - -173.37678132932888, - 918.6272676556064, - 1554.754967937357, - 951.9634046374977, - -134.23006269492726 - ], - "relative wind speed": [ - 3.1692622865320073, - 3.0037889725644646, - 3.1588868506210837, - 3.514508796798417, - 3.8408559172474033, - 3.971605396585692, - 3.849393651325061, - 3.5276940818493623 - ], - "relative wind angle": [ - 0.10967161853274891, - 0.0022158024423479953, - 0.10703589955543438, - 0.13812778511337864, - 0.09043689219939811, - 0.0016758464011755896, - 0.0877807954488159, - 0.13760822193784805 - ], - "resistance": [ - 95554.86333616044, - 95275.09217879981, - 95531.50836598674, - 96461.12321867066, - 97553.1272676556, - 98189.25496793735, - 97586.46340463748, - 96500.26993730506 - ], - "fuel": [ - 42.22166630271835, - 42.0788177101984, - 42.20973032677156, - 42.68639409295275, - 43.250430896461765, - 43.581045885893744, - 43.26771931799815, - 42.70653728906142 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 0, -8.75 1.25, -7.5 1.25, -7.5 0, -8.75 0))", @@ -71554,19 +52359,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1062.517496458342, + -1062.5174964583512, -1831.4293490809614, - -1767.8293728666176, + -1767.8293728666304, -831.1689795156653, 627.7628875783557, 1780.763814861828, 1629.82612509124, - 359.89425205555017 + 359.894252055552 ], "relative wind speed": [ - 5.000411689599121, + 5.00041168959912, 4.7733631870887425, - 4.798652077948347, + 4.798652077948346, 5.05850919136364, 5.382275711254591, 5.584622886246362, @@ -71574,29 +52379,29 @@ 5.3277099825656995 ], "relative wind angle": [ - 0.07654656623978666, + 0.0765465662397881, 0.02828853657200829, - 0.03990779778693867, + 0.039907797786941444, 0.08030133143380969, - 0.07110618351164191, + 0.0711061835116419, 0.024178285339293355, 0.034422754759349014, - 0.07623574167337897 + 0.07623574167337896 ], "resistance": [ - 95571.98250354164, + 95571.98250354163, 94803.07065091902, - 94866.67062713337, + 94866.67062713335, 95803.33102048431, 97262.26288757834, 98415.26381486181, 98264.32612509123, - 96994.39425205553 + 96994.39425205554 ], "fuel": [ - 48.04786625281621, + 48.047866252816206, 47.655917671459456, - 47.68825394996571, + 47.6882539499657, 48.16622542640707, 48.91721105169727, 49.516321712320746, @@ -71621,68 +52426,7 @@ "id": "1305", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.592987880808646, - 13.592987880808646, - 13.592987880808646, - 13.592987880808646, - 13.592987880808646, - 13.592987880808646, - 13.592987880808646, - 13.592987880808646 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 850.0990056624987, - 28.356278975963505, - -774.2793229786676, - -1104.7926009059465, - -977.8445032947102, - -314.771315007446, - 560.6639564284551, - 1150.8595390856417 - ], - "relative wind speed": [ - 4.064086621174075, - 3.8449521451762947, - 3.579671171358848, - 3.4295389985476907, - 3.4990228447356206, - 3.7384895256897637, - 3.9932336817835035, - 4.122890150104459 - ], - "relative wind angle": [ - 0.05104539373536293, - 0.09029558371028641, - 0.07912892413438226, - 0.015587360204035375, - 0.05929781088828798, - 0.09287428616578455, - 0.07091930525392559, - 0.01296585425504631 - ], - "resistance": [ - 97484.59900566253, - 96662.85627897599, - 95860.22067702137, - 95529.70739909408, - 95656.65549670532, - 96319.72868499259, - 97195.16395642849, - 97785.35953908566 - ], - "fuel": [ - 44.03466656082495, - 43.610020213352236, - 43.197673444262776, - 43.02857204669243, - 43.09347476335677, - 43.433448171949166, - 43.884810549368545, - 44.19071663839465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 2.5, 5 3.75, 6.25 3.75, 6.25 2.5, 5 2.5))", @@ -71701,68 +52445,7 @@ "id": "1310", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.710875782346518, - 11.710875782346518, - 11.710875782346518, - 11.710875782346518, - 11.710875782346518, - 11.710875782346518, - 11.710875782346518, - 11.710875782346518 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1102.9738788534796, - -77.89743661317789, - -1124.6804785906866, - -1466.740023533339, - -1200.9709995385588, - -205.331777738842, - 993.6310044028951, - 1723.664626973492 - ], - "relative wind speed": [ - 3.6917310712091798, - 3.3253532644084514, - 2.8979300515095012, - 2.684609612531068, - 2.8605874016659736, - 3.2793085020457307, - 3.662490955792178, - 3.821610892412668 - ], - "relative wind angle": [ - 0.10460654635947501, - 0.17180801502465526, - 0.14492970875700809, - 0.008705785255152957, - 0.13516509921048672, - 0.17424490816881225, - 0.11452415429116451, - 0.006115610903107017 - ], - "resistance": [ - 97737.47387885347, - 96556.60256338683, - 95509.81952140931, - 95167.75997646667, - 95433.52900046144, - 96429.16822226116, - 97628.1310044029, - 98358.16462697349 - ], - "fuel": [ - 42.73083472960455, - 42.12028183438495, - 41.58339589467187, - 41.40884039510808, - 41.544426557837255, - 42.054703893903465, - 42.67408254876602, - 43.05383460744793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 1.25, 5 2.5, 6.25 2.5, 6.25 1.25, 5 1.25))", @@ -71781,68 +52464,7 @@ "id": "1312", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.864156369342894, - 12.864156369342894, - 12.864156369342894, - 12.864156369342894, - 12.864156369342894, - 12.864156369342894, - 12.864156369342894, - 12.864156369342894 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 794.5092328949277, - -213.6198094249903, - -1049.4775478320416, - -1263.193896147327, - -975.8440783166343, - -89.95392144516973, - 899.4365388871429, - 1403.2493917032998 - ], - "relative wind speed": [ - 3.8779410740379525, - 3.5791404119075523, - 3.2661474404825284, - 3.141004499891822, - 3.297651575127691, - 3.619763361948264, - 3.9045119774028345, - 4.005873639583767 - ], - "relative wind angle": [ - 0.08267655471469444, - 0.12111871210008643, - 0.0893110226992361, - 0.00651378157341573, - 0.09726777025201339, - 0.11975287934842732, - 0.07467931603940384, - 0.005107440559471912 - ], - "resistance": [ - 97429.00923289495, - 96420.88019057504, - 95585.02245216799, - 95371.30610385271, - 95658.6559216834, - 96544.54607855486, - 97533.93653888717, - 98037.74939170333 - ], - "fuel": [ - 43.42247695251018, - 42.90207115706325, - 42.47346109122287, - 42.3642892306827, - 42.511114345585526, - 42.96570516386397, - 43.4768587159191, - 43.73854563584935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 1.25, 6.25 2.5, 7.5 2.5, 7.5 1.25, 6.25 1.25))", @@ -71861,68 +52483,7 @@ "id": "1313", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.181952162112946, - 8.181952162112946, - 8.181952162112946, - 8.181952162112946, - 8.181952162112946, - 8.181952162112946, - 8.181952162112946, - 8.181952162112946 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 314.93169327139003, - -356.8769772508058, - -778.7463209388038, - -797.8617961038922, - -421.449756582213, - 239.37077817222098, - 828.2807129866915, - 872.5551533674661 - ], - "relative wind speed": [ - 2.501070874000469, - 2.1592450020304943, - 1.8673775613391261, - 1.8488036986474834, - 2.1203067436169385, - 2.46753261883349, - 2.695172953116009, - 2.707947763098158 - ], - "relative wind angle": [ - 0.16688126991129903, - 0.20078283225147373, - 0.10383919813146439, - 0.08496730000673361, - 0.1972132335294817, - 0.1754176354604143, - 0.07187868175444687, - 0.057972621871462245 - ], - "resistance": [ - 96949.43169327141, - 96277.62302274922, - 95855.75367906122, - 95836.63820389613, - 96213.05024341782, - 96873.87077817225, - 97462.78071298671, - 97507.05515336749 - ], - "fuel": [ - 40.261169493378816, - 39.915153962097726, - 39.698728283574425, - 39.688937424526344, - 39.88198417466106, - 40.22216796835305, - 40.526702211064915, - 40.549649352153224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -5.625, -6.875 -5, -6.25 -5, -6.25 -5.625, -6.875 -5.625))", @@ -71954,53 +52515,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -193.29523025578965, + -193.29523025579238, -946.6282044686691, - -1136.88670375144, + -1136.886703751432, -858.3872094284602, - -45.62582898720575, + -45.62582898720484, 854.3947665827218, - 1300.0015220681653, + 1300.0015220682135, 728.2297181570348 ], "relative wind speed": [ - 3.0314446349298496, + 3.031444634929849, 2.6911957005669143, - 2.557122215777384, + 2.5571222157773836, 2.736945451025378, 3.0888277484719913, 3.38939214839854, - 3.491652818931642, - 3.3525576851841055 + 3.4916528189316414, + 3.352557685184105 ], "relative wind angle": [ - 0.1547638302629522, + 0.1547638302629529, 0.11540679007920052, - 0.011353657175364322, + 0.011353657175354545, 0.12858120749808744, - 0.15186615818666577, - 0.09155821087399861, - 0.008314801409677866, - 0.10487365484792988 + 0.15186615818666502, + 0.09155821087399862, + 0.008314801409651164, + 0.10487365484792882 ], "resistance": [ - 96441.20476974425, + 96441.20476974423, 95687.87179553136, - 95497.61329624859, + 95497.6132962486, 95776.11279057157, 96588.87417101282, 97488.89476658276, - 97934.5015220682, + 97934.50152206824, 97362.72971815706 ], "fuel": [ - 41.50634316446076, + 41.50634316446074, 41.119877402224205, - 41.02260730319726, + 41.022607303197276, 41.16503653809984, 41.58234627651024, 42.04732705043964, - 42.27865802837849, + 42.2786580283785, 41.98196431272167 ] }, @@ -72034,54 +52595,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 776.6343588665623, + 776.6343588665613, -284.7820963996314, - -1109.5555881323867, - -1291.9602010305175, + -1109.5555881323871, + -1291.9602010305139, -912.2762790817374, 44.675548344049275, 1059.5019425029668, - 1484.5483931469926 + 1484.5483931470035 ], "relative wind speed": [ - 3.3727863111150005, + 3.372786311115, 2.996439616770904, - 2.609981588004032, - 2.478898982632432, + 2.6099815880040316, + 2.4788989826324315, 2.714445816076302, 3.1249405133385677, 3.4542581980996765, - 3.549501855579564 + 3.5495018555795634 ], "relative wind angle": [ 0.12626994418759938, - 0.1796539211813742, + 0.17965392118137422, 0.12772841533573606, - 0.02632812057002506, + 0.02632812057002084, 0.15712358830520648, 0.17219082932628785, 0.09639654060730113, - 0.018385928799938334 + 0.018385928799932293 ], "resistance": [ 97411.13435886655, 96349.71790360035, 95524.9444118676, - 95342.53979896946, + 95342.53979896948, 95722.22372091825, 96679.17554834404, 97694.00194250295, - 98119.04839314698 + 98119.048393147 ], "fuel": [ 41.982020774964205, 41.43428334010661, 41.01155842981876, - 40.91841156777379, + 40.9184115677738, 41.112440574440015, 41.60384926756497, 42.128700324339235, - 42.349665828122596 + 42.3496658281226 ] }, { @@ -72114,9 +52675,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -321.5637078220052, + -321.563707822007, -1038.3704477012852, - -1172.7425509930936, + -1172.7425509931, -783.9847385018984, 103.44361928652233, 1007.3216458646043, @@ -72124,9 +52685,9 @@ 642.7772467578238 ], "relative wind speed": [ - 2.8536250008573774, + 2.8536250008573765, 2.4979381273411954, - 2.397544313360496, + 2.3975443133604957, 2.637545686838699, 3.0260699594733844, 3.325745052934857, @@ -72134,19 +52695,19 @@ 3.216151083979745 ], "relative wind angle": [ - 0.1764377756108019, - 0.11728561931483283, - 0.03650503037726088, + 0.17643777561080193, + 0.11728561931483285, + 0.03650503037726697, 0.15840252363565832, 0.16628657686702672, 0.08800393052434903, - 0.025747865587474515, + 0.02574786558747451, 0.12972591565987943 ], "resistance": [ 96312.93629217801, 95596.12955229873, - 95461.75744900692, + 95461.75744900691, 95850.51526149812, 96737.94361928654, 97641.82164586462, @@ -72156,7 +52717,7 @@ "fuel": [ 41.150907629818484, 40.78347352830673, - 40.714807378686274, + 40.71480737868627, 40.913652416581854, 41.36966864668925, 41.83715016175527, @@ -72194,7 +52755,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1160.797133313541, + -1160.7971333135465, -1171.3352531313058, -610.9668063614081, 347.51641359356836, @@ -72214,17 +52775,17 @@ 3.0186224715479657 ], "relative wind angle": [ - 0.06877508012688578, + 0.06877508012689063, 0.06349378370877196, 0.14452418775360587, 0.13087443850492375, - 0.05224833261659728, + 0.052248332616597275, 0.04804053414651724, 0.12849233880029062, - 0.1458327560431543 + 0.14583275604315432 ], "resistance": [ - 95473.7028666865, + 95473.70286668648, 95463.16474686873, 96023.53319363862, 96982.01641359359, @@ -72234,7 +52795,7 @@ 96060.27107368698 ], "fuel": [ - 41.33302851582965, + 41.33302851582964, 41.327645752130564, 41.61444945832118, 42.107721913425095, @@ -72274,9 +52835,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1572.144902167479, + -1572.1449021674816, -1865.3936919058851, - -1391.4237510321536, + -1391.4237510321555, -55.54704308821874, 1403.024899953749, 2091.411050475246, @@ -72284,7 +52845,7 @@ -358.42014119997657 ], "relative wind speed": [ - 3.6323602178699375, + 3.632360217869937, 3.4790257840751027, 3.701641350386244, 4.12955559440696, @@ -72294,14 +52855,14 @@ 4.041615552615434 ], "relative wind angle": [ - 0.10196211324236139, + 0.10196211324236248, 0.012762577212241886, - 0.11711108308338596, - 0.13780295304463774, + 0.1171110830833869, + 0.13780295304463777, 0.08236764446014319, 0.009624132928215217, 0.09763680371346656, - 0.14082111841096617 + 0.1408211184109662 ], "resistance": [ 95062.35509783257, @@ -72354,9 +52915,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1369.1487389153217, + -1369.1487389153235, -1774.7122761498722, - -1487.1336358486888, + -1487.1336358486924, -329.73327213335506, 1073.2747298504946, 1922.20309819047, @@ -72364,7 +52925,7 @@ -131.0281802501031 ], "relative wind speed": [ - 4.375265904567706, + 4.375265904567705, 4.209812061252541, 4.3372783715839915, 4.666171399067875, @@ -72376,8 +52937,8 @@ "relative wind angle": [ 0.07829234965775897, 0.005953778697503225, - 0.07078408056004003, - 0.09850101631526428, + 0.0707840805600416, + 0.0985010163152643, 0.06867064243122639, 0.004888143670447569, 0.06114204419338389, @@ -72421,68 +52982,7 @@ "id": "1333", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.210391293362067, - 11.210391293362067, - 11.210391293362067, - 11.210391293362067, - 11.210391293362067, - 11.210391293362067, - 11.210391293362067, - 11.210391293362067 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1145.466176356636, - -1053.8765738870843, - -399.13510526122036, - 533.891621915589, - 1225.9137156449042, - 1011.5631625797696, - 161.33122516664025, - -719.3931498152165 - ], - "relative wind speed": [ - 2.67262287038877, - 2.7352579376971033, - 3.0397357825405362, - 3.374605736075896, - 3.5591143401025995, - 3.511206617035526, - 3.2511865934750257, - 2.9021102700091754 - ], - "relative wind angle": [ - 0.0399689767300485, - 0.08715718826317136, - 0.1464273851473746, - 0.11556671650519984, - 0.030010160746080903, - 0.06786229174752591, - 0.1368420110105962, - 0.1344883725652344 - ], - "resistance": [ - 95489.03382364337, - 95580.62342611293, - 96235.3648947388, - 97168.39162191561, - 97860.41371564491, - 97646.06316257978, - 96795.83122516665, - 95915.10685018479 - ], - "fuel": [ - 41.23046118409079, - 41.27726684317878, - 41.612772992619746, - 42.09363580876386, - 42.452382074162465, - 42.341071626793834, - 41.901237339147244, - 41.448465339525576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 1.25, -6.875 1.875, -6.25 1.875, -6.25 1.25, -6.875 1.25))", @@ -72501,68 +53001,7 @@ "id": "1335", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.884780842846434, - 11.884780842846434, - 11.884780842846434, - 11.884780842846434, - 11.884780842846434, - 11.884780842846434, - 11.884780842846434, - 11.884780842846434 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1341.6172826234933, - -1099.6925836028868, - -192.5892877701699, - 893.2321938848827, - 1545.9869263751198, - 978.975645455218, - -92.21031255257367, - -1039.7158714453153 - ], - "relative wind speed": [ - 2.7945101342933643, - 2.9504469894019953, - 3.3221516767278314, - 3.665809182936305, - 3.8082525256013553, - 3.6887581585333185, - 3.3578836230923597, - 2.9789120872757007 - ], - "relative wind angle": [ - 0.0064682046846436855, - 0.11741673213816518, - 0.15317377043400054, - 0.10143355286264233, - 0.004746377833086898, - 0.09383758004638221, - 0.1515311554221314, - 0.12493358043520231 - ], - "resistance": [ - 95292.88271737649, - 95534.8074163971, - 96441.91071222982, - 97527.73219388486, - 98180.4869263751, - 97613.4756454552, - 96542.28968744741, - 95594.78412855467 - ], - "fuel": [ - 41.59544949126955, - 41.718973008863756, - 42.18406702651347, - 42.7448203232992, - 43.08403539913317, - 42.78928790920133, - 42.23572193389681, - 41.74963000500483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 0.625, -6.875 1.25, -6.25 1.25, -6.25 0.625, -6.875 0.625))", @@ -72581,68 +53020,7 @@ "id": "1337", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.09485498634535, - 10.09485498634535, - 10.09485498634535, - 10.09485498634535, - 10.09485498634535, - 10.09485498634535, - 10.09485498634535, - 10.09485498634535 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1112.9869082623231, - -1067.4511063684195, - -466.45458750882744, - 459.39235429164137, - 1203.3979329470408, - 1097.5650115585836, - 277.5746462034799, - -622.1932021214393 - ], - "relative wind speed": [ - 2.3265665680083267, - 2.3619331103408783, - 2.689612432479693, - 3.0674302545953136, - 3.2908837898601995, - 3.2655933757916245, - 3.0014684867226813, - 2.6141346076535545 - ], - "relative wind angle": [ - 0.06806297106552454, - 0.09736669366041657, - 0.1805399802037726, - 0.1483488666246157, - 0.048100096712463875, - 0.07037006975818355, - 0.16160675012874634, - 0.17431651182126442 - ], - "resistance": [ - 95521.51309173768, - 95567.04889363158, - 96168.04541249118, - 97093.89235429165, - 97837.89793294705, - 97732.06501155859, - 96912.07464620347, - 96012.30679787855 - ], - "fuel": [ - 40.543445609239654, - 40.566717682201826, - 40.87459310192526, - 41.351511312796774, - 41.73707167581051, - 41.68210102521077, - 41.25760248610696, - 40.79468310590608 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 0, -6.875 0.625, -6.25 0.625, -6.25 0, -6.875 0))", @@ -72661,68 +53039,7 @@ "id": "1339", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.420814867521226, - 8.420814867521226, - 8.420814867521226, - 8.420814867521226, - 8.420814867521226, - 8.420814867521226, - 8.420814867521226, - 8.420814867521226 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -430.3116551894175, - -847.76285408728, - -839.2384914301424, - -401.5559897052808, - 314.52424870170717, - 921.8560972625878, - 902.1200349144378, - 280.8662209594786 - ], - "relative wind speed": [ - 2.1927708788633575, - 1.9034390917578234, - 1.9114999277123845, - 2.2096345967630415, - 2.566965387251506, - 2.788274565122059, - 2.782754651940053, - 2.552463589422244 - ], - "relative wind angle": [ - 0.20069003365696042, - 0.09179839337626126, - 0.09975036867564958, - 0.2021734928680918, - 0.1711202472285925, - 0.06261988421405341, - 0.06845934039968322, - 0.17471665337762002 - ], - "resistance": [ - 96204.18834481058, - 95786.73714591272, - 95795.26150856986, - 96232.94401029471, - 96949.02424870171, - 97556.35609726259, - 97536.62003491443, - 96915.36622095948 - ], - "fuel": [ - 39.991093818486235, - 39.77704535715838, - 39.78140974595462, - 40.0058621830317, - 40.374619748714316, - 40.68887089796699, - 40.678637309550666, - 40.3572442467449 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.375 4.375, -4.375 5, -3.75 5, -3.75 4.375, -4.375 4.375))", @@ -72754,54 +53071,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 88.20028646614446, + 88.20028646613719, -740.7493694345285, - -1115.3885633356722, + -1115.388563335683, -1012.4483318456787, -369.54227545470167, 518.3777224079859, 1148.3183937650128, - 904.7983817278819 + 904.7983817278728 ], "relative wind speed": [ - 3.7950388544552256, + 3.795038854455225, 3.5191956909132385, - 3.351620279033836, + 3.3516202790338356, 3.409199779908169, 3.6502814383696314, 3.9169039017045577, 4.0612209975941775, - 4.01300776809674 + 4.013007768096741 ], "relative wind angle": [ - 0.09364554526954084, + 0.09364554526954322, 0.08601890279922719, - 0.021695673118698917, - 0.058556509424587226, + 0.021695673118704035, + 0.05855650942458723, 0.09737075473420588, 0.07726644089725097, 0.017904427879709833, - 0.04973802007673245 + 0.049738020076736916 ], "resistance": [ - 96722.70028646618, + 96722.70028646616, 95893.7506305655, - 95519.11143666436, + 95519.11143666435, 95622.05166815435, 96264.95772454533, 97152.87772240801, 97782.81839376505, - 97539.29838172792 + 97539.2983817279 ], "fuel": [ - 43.43480812167528, + 43.434808121675275, 43.008798736929265, - 42.817105092689864, + 42.81710509268986, 42.86972503612146, 43.19925137116619, 43.656890363594975, 43.98334431331474, - 43.85696993905373 + 43.85696993905372 ] }, { @@ -72834,39 +53151,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 123.85876520083502, + 123.8587652008323, -601.4141927319092, - -948.3242333237886, - -870.0180646339918, + -948.3242333237945, + -870.01806463399, -326.5020984295629, 443.4842959581015, 1010.34007452374, 826.8348623306488 ], "relative wind speed": [ - 3.0094207398461164, + 3.009420739846116, 2.699566883534757, 2.498436600618973, - 2.5558973111343932, + 2.555897311134393, 2.8264484470646005, 3.123741771442108, 3.2868280402262218, 3.24234682726352 ], "relative wind angle": [ - 0.13143337687322862, - 0.12784005350067934, - 0.036965262395082035, - 0.08366628761401648, - 0.13999610213065938, - 0.11040403485276915, + 0.13143337687322948, + 0.12784005350067937, + 0.036965262395088044, + 0.08366628761401382, + 0.1399961021306594, + 0.11040403485276916, 0.028095927413516696, 0.06592380237848082 ], "resistance": [ 96758.35876520081, 96033.08580726807, - 95686.1757666762, + 95686.17576667618, 95764.481935366, 96307.99790157042, 97077.98429595809, @@ -72876,7 +53193,7 @@ "fuel": [ 41.36757731500745, 40.99461277152318, - 40.816909691013784, + 40.81690969101378, 40.85698253449688, 41.135753283438916, 41.53256299688483, @@ -72901,68 +53218,7 @@ "id": "1345", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.610976513318905, - 11.610976513318905, - 11.610976513318905, - 11.610976513318905, - 11.610976513318905, - 11.610976513318905, - 11.610976513318905, - 11.610976513318905 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1751.7208938239983, - 1062.3833962472409, - -134.99971287959033, - -1164.6348108768893, - -1465.3316019120953, - -1170.25221682127, - -144.37952086302812, - 1054.327868914932 - ], - "relative wind speed": [ - 3.8028071336994875, - 3.6576107377332048, - 3.2782828794992023, - 2.847735964069932, - 2.647741499817217, - 2.844953573819579, - 3.274864654905978, - 3.6554448463781704 - ], - "relative wind angle": [ - 0.0004565829293772997, - 0.11154693135425776, - 0.17709355277974298, - 0.1443360124017702, - 0.0006557652573869719, - 0.14360602702657846, - 0.17728035881540566, - 0.11228926760070448 - ], - "resistance": [ - 98386.22089382402, - 97696.88339624727, - 96499.50028712043, - 95469.86518912314, - 95169.16839808793, - 95464.24778317875, - 96490.120479137, - 97688.82786891496 - ], - "fuel": [ - 42.99882257350131, - 42.64011584188707, - 42.02124339210453, - 41.49333841157727, - 41.33991219394942, - 41.490469126929256, - 42.016416458907315, - 42.63593448396986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 2.5, 3.75 3.125, 4.375 3.125, 4.375 2.5, 3.75 2.5))", @@ -72981,68 +53237,7 @@ "id": "1346", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.484884771783852, - 14.484884771783852, - 14.484884771783852, - 14.484884771783852, - 14.484884771783852, - 14.484884771783852, - 14.484884771783852, - 14.484884771783852 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1511.6683827071802, - 1182.6401027198954, - 113.24067901553371, - -965.6528873158068, - -1449.4622532425674, - -1310.0425512938682, - -466.19446830257766, - 692.4571624881764 - ], - "relative wind speed": [ - 4.452028977539409, - 4.392705840790281, - 4.130700056760463, - 3.798576654847275, - 3.5969483115218304, - 3.6691599268629984, - 3.961807190372777, - 4.281286555447979 - ], - "relative wind angle": [ - 0.01907611265216691, - 0.055195764277928376, - 0.10371225732345603, - 0.0955584365633431, - 0.02361172294433611, - 0.06609474634729912, - 0.10815049802455592, - 0.08475680507925608 - ], - "resistance": [ - 98146.16838270721, - 97817.14010271992, - 96747.74067901557, - 95668.84711268422, - 95185.03774675746, - 95324.45744870616, - 96168.30553169745, - 97326.95716248821 - ], - "fuel": [ - 45.139888624967895, - 44.968747337978385, - 44.415290611716784, - 43.86123257260817, - 43.614182398394505, - 43.68528569688714, - 44.1171874125314, - 44.71452993070172 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 2.5, 4.375 3.125, 5 3.125, 5 2.5, 4.375 2.5))", @@ -73061,68 +53256,7 @@ "id": "1347", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.748945691403925, - 18.748945691403925, - 18.748945691403925, - 18.748945691403925, - 18.748945691403925, - 18.748945691403925, - 18.748945691403925, - 18.748945691403925 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 2525.789878986121, - 1343.0534046640223, - -521.6649463416888, - -2009.310370259098, - -2348.3870803529844, - -1741.4983504674474, - -70.96449171809763, - 1724.1655663110669 - ], - "relative wind speed": [ - 5.751029398917988, - 5.571602865557743, - 5.1855137527113335, - 4.8007930419428195, - 4.665565039308606, - 4.878429849013559, - 5.2869919050136, - 5.638636577371441 - ], - "relative wind angle": [ - 0.008870509665248445, - 0.07542872191096671, - 0.10486028411932978, - 0.07249233208657652, - 0.010934347494967796, - 0.08617128085998861, - 0.10284040697251699, - 0.06170582227570859 - ], - "resistance": [ - 99160.28987898618, - 97977.55340466408, - 96112.83505365837, - 94625.18962974095, - 94286.11291964707, - 94893.00164953261, - 96563.53550828196, - 98358.66556631113 - ], - "fuel": [ - 50.034841371415936, - 49.41706638708871, - 48.45364667137278, - 47.69432297875941, - 47.522403915622625, - 47.8304117315448, - 48.6853184894932, - 49.61556308515274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 1.875, 1.875 2.5, 2.5 2.5, 2.5 1.875, 1.875 1.875))", @@ -73141,68 +53275,7 @@ "id": "1349", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.188976852968955, - 6.188976852968955, - 6.188976852968955, - 6.188976852968955, - 6.188976852968955, - 6.188976852968955, - 6.188976852968955, - 6.188976852968955 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 120.38412420705049, - -358.6924429699744, - -593.460105865202, - -537.9662880167468, - -177.6389100516701, - 333.9826834595035, - 722.1894625124862, - 594.5510515607684 - ], - "relative wind speed": [ - 1.8781934645273128, - 1.527529519053733, - 1.275709009238341, - 1.3503281303386176, - 1.675236644728884, - 2.0001705113452375, - 2.169468835863684, - 2.1238273108828345 - ], - "relative wind angle": [ - 0.24072321657161627, - 0.2587008914322535, - 0.08230259274035334, - 0.18053808172107189, - 0.2705776292239758, - 0.196638151288615, - 0.04836048094936385, - 0.11441291721095964 - ], - "resistance": [ - 96754.88412420703, - 96275.80755703001, - 96041.03989413478, - 96096.53371198324, - 96456.86108994832, - 96968.48268345949, - 97356.68946251247, - 97229.05105156076 - ], - "fuel": [ - 39.35896978460195, - 39.11239608447742, - 38.99187640367139, - 39.02034604756915, - 39.20548129865205, - 39.46918111072641, - 39.66992042201663, - 39.60385751517852 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 1.25, 1.875 1.875, 2.5 1.875, 2.5 1.25, 1.875 1.25))", @@ -73221,68 +53294,7 @@ "id": "1351", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.991020598201616, - 6.991020598201616, - 6.991020598201616, - 6.991020598201616, - 6.991020598201616, - 6.991020598201616, - 6.991020598201616, - 6.991020598201616 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -165.6911013542715, - -601.0551292051894, - -688.2902678425324, - -455.640502461968, - 76.26253571070583, - 627.1353230758164, - 828.6384377172117, - 416.8216746502553 - ], - "relative wind speed": [ - 1.921599492949525, - 1.5898391657344857, - 1.4885668618529153, - 1.7146124868959465, - 2.0677609481265713, - 2.3325075298909206, - 2.3984054385559026, - 2.242383546515106 - ], - "relative wind angle": [ - 0.23920153187652884, - 0.1699227554348661, - 0.05044912124537307, - 0.22049632491794488, - 0.2219985670831529, - 0.11551970515354149, - 0.03130300591396359, - 0.16802661567352828 - ], - "resistance": [ - 96468.80889864577, - 96033.44487079486, - 95946.20973215751, - 96178.85949753807, - 96710.76253571075, - 97261.63532307585, - 97463.13843771725, - 97051.3216746503 - ], - "fuel": [ - 39.50284818582351, - 39.279200727548094, - 39.234472664471134, - 39.353822095965256, - 39.62744520276086, - 39.911936532828676, - 40.016282351480896, - 39.803189432822556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 0, 1.25 0.625, 1.875 0.625, 1.875 0, 1.25 0))", @@ -73314,33 +53326,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -233.6908276042982, + -233.69082760430047, -814.2475023477971, -930.1221710211175, -627.9242971494225, - 77.08667110421675, + 77.08667110421766, 805.6074445951613, 1074.7423440929233, 537.8567532053248 ], "relative wind speed": [ - 2.42594322829748, + 2.4259432282974798, 2.084189772626778, 1.9807331816300027, 2.2067894689154683, - 2.5747193569988602, + 2.5747193569988607, 2.858414474128089, 2.931053799816187, 2.764861760397942 ], "relative wind angle": [ - 0.19723953244298542, + 0.1972395324429871, 0.1359999667292466, 0.03826362806667559, 0.17753793772074972, - 0.1857052588298758, - 0.09901960338982636, - 0.02585417815132067, + 0.18570525882987576, + 0.09901960338982638, + 0.025854178151320666, 0.14143066447400898 ], "resistance": [ @@ -73394,33 +53406,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -458.90321357071207, + -458.9032135707166, -1096.193778689827, - -1163.9625786450047, + -1163.9625786450088, -697.1989457126128, 210.47832890928294, 1056.6454542647061, - 1215.5230845475753, + 1215.5230845475808, 487.46573293045003 ], "relative wind speed": [ - 3.158195337665431, + 3.1581953376654304, 2.871495258962782, - 2.8273422272243476, + 2.827342227224347, 3.0605115707983894, - 3.3999822301596034, + 3.399982230159603, 3.6453521001416305, - 3.679702825828031, + 3.6797028258280307, 3.4881722837700986 ], "relative wind angle": [ - 0.135454612658938, + 0.13545461265893965, 0.07506715544518734, - 0.04313889137524851, + 0.04313889137525109, 0.12704859107466956, - 0.12576876340372162, - 0.059110353836737795, - 0.033142053287919256, + 0.12576876340372073, + 0.0591103538367378, + 0.03314205328791591, 0.11140268323357505 ], "resistance": [ @@ -73461,68 +53473,7 @@ "id": "1356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.941344452750029, - 6.941344452750029, - 6.941344452750029, - 6.941344452750029, - 6.941344452750029, - 6.941344452750029, - 6.941344452750029, - 6.941344452750029 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 540.2632817589028, - -240.1692886371868, - -789.4755435893283, - -878.144192258565, - -520.9400503782147, - 206.04955703156838, - 935.4436804247835, - 1138.652901841323 - ], - "relative wind speed": [ - 2.3240191751924035, - 1.8892250151354364, - 1.4339974737155423, - 1.3224177718922896, - 1.6812660871499916, - 2.1583673516454818, - 2.484224633128024, - 2.5453746323569058 - ], - "relative wind angle": [ - 0.231644561337347, - 0.33062092701288215, - 0.23492539195605602, - 0.10701333651342951, - 0.32293057194758046, - 0.2881196564006571, - 0.13477236452569896, - 0.05551991337176937 - ], - "resistance": [ - 97174.76328175887, - 96394.33071136278, - 95845.02445641064, - 95756.3558077414, - 96113.55994962176, - 96840.54955703154, - 97569.94368042475, - 97773.1529018413 - ], - "fuel": [ - 39.84772919616841, - 39.44527020281184, - 39.163359053619246, - 39.117958391062174, - 39.301034700614686, - 39.67510203190124, - 40.0523829826073, - 40.15784605964489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 4.375, 9.375 5, 10 5, 10 4.375, 9.375 4.375))", @@ -73541,68 +53492,7 @@ "id": "1357", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7191125220997705, - 7.7191125220997705, - 7.7191125220997705, - 7.7191125220997705, - 7.7191125220997705, - 7.7191125220997705, - 7.7191125220997705, - 7.7191125220997705 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 304.5465827177991, - -524.6664648674212, - -977.9100779553122, - -929.0248688355473, - -367.49115402868983, - 490.6955561529335, - 1192.7451563850004, - 1080.6386272166992 - ], - "relative wind speed": [ - 2.408996072276418, - 1.939001157968752, - 1.5606627287624164, - 1.6145293104538097, - 2.042705243365961, - 2.4932270849069953, - 2.7459494959976674, - 2.7146273949114166 - ], - "relative wind angle": [ - 0.2496423591142394, - 0.2904387040817774, - 0.12212310753032196, - 0.17833735573655965, - 0.2956470642713385, - 0.2245975903172544, - 0.06929180861228224, - 0.10570183805068468 - ], - "resistance": [ - 96939.0465827178, - 96109.83353513258, - 95656.58992204469, - 95705.47513116445, - 96267.00884597132, - 97125.19555615293, - 97827.245156385, - 97715.1386272167 - ], - "fuel": [ - 40.04626775055794, - 39.61945586596251, - 39.387244129401026, - 39.41225286625945, - 39.70016049484866, - 40.142433858028625, - 40.50627866601671, - 40.448055194780814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 3.75, 8.75 4.375, 9.375 4.375, 9.375 3.75, 8.75 3.75))", @@ -73621,68 +53511,7 @@ "id": "1358", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.167208096118711, - 7.167208096118711, - 7.167208096118711, - 7.167208096118711, - 7.167208096118711, - 7.167208096118711, - 7.167208096118711, - 7.167208096118711 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 96.09259764140006, - -585.8407613911729, - -872.5483452114997, - -741.266732857446, - -162.11816865806372, - 597.7114954752915, - 1127.0830817596343, - 825.1257333136423 - ], - "relative wind speed": [ - 2.1509862904086288, - 1.6988996067607347, - 1.4076067231172693, - 1.562725975694082, - 1.9996556569897554, - 2.3956428978888367, - 2.577597346579187, - 2.486614624936478 - ], - "relative wind angle": [ - 0.27567818905304725, - 0.2801722235746956, - 0.05606353351203122, - 0.23129524385085198, - 0.29715302629626617, - 0.19737745317664113, - 0.030604619976347957, - 0.14456917721052362 - ], - "resistance": [ - 96730.59259764139, - 96048.65923860882, - 95761.95165478849, - 95893.23326714254, - 96472.38183134192, - 97232.21149547528, - 97761.58308175961, - 97459.62573331363 - ], - "fuel": [ - 39.70731694306429, - 39.35665483510317, - 39.209741459408995, - 39.27697421358518, - 39.57433687345557, - 39.966362767081556, - 40.240756054134934, - 40.084112394739975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 0.625, 7.5 1.25, 8.125 1.25, 8.125 0.625, 7.5 0.625))", @@ -73701,68 +53530,7 @@ "id": "1368", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.330552736344919, - 7.330552736344919, - 7.330552736344919, - 7.330552736344919, - 7.330552736344919, - 7.330552736344919, - 7.330552736344919, - 7.330552736344919 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -101.27150636940155, - -350.5981657549105, - -402.785103414805, - -287.3395808800319, - 5.019420555811621, - 311.0406869230451, - 434.01475111668105, - 220.92557611090342 - ], - "relative wind speed": [ - 2.0195647042847424, - 1.8516174803348233, - 1.7979864720233065, - 1.8989741680418173, - 2.08082387085909, - 2.231587390815839, - 2.275019609311293, - 2.191430283043385 - ], - "relative wind angle": [ - 0.11839308241531409, - 0.07940312280514389, - 0.017152854950983173, - 0.10047725355390383, - 0.1148919513050098, - 0.06586163718180113, - 0.013555941790132375, - 0.08703151751573734 - ], - "resistance": [ - 96533.2284936306, - 96283.90183424509, - 96231.7148965852, - 96347.16041911997, - 96639.51942055581, - 96945.54068692305, - 97068.51475111669, - 96855.42557611091 - ], - "fuel": [ - 39.67205107314294, - 39.54382535570768, - 39.5170155136192, - 39.57633658983243, - 39.72678555075373, - 39.88460585448509, - 39.94812379602997, - 39.83809578012286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 0.625, 8.125 1.25, 8.75 1.25, 8.75 0.625, 8.125 0.625))", @@ -73781,68 +53549,7 @@ "id": "1369", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.615319522511088, - 9.615319522511088, - 9.615319522511088, - 9.615319522511088, - 9.615319522511088, - 9.615319522511088, - 9.615319522511088, - 9.615319522511088 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 260.40714022692737, - -142.13820904345903, - -449.53890651641814, - -509.8433914461625, - -361.4884653947811, - 6.424338437891038, - 385.5406831192813, - 528.6783299005951 - ], - "relative wind speed": [ - 2.813266948304648, - 2.6478742656658856, - 2.492038914601955, - 2.445553867945584, - 2.541085912700234, - 2.7129965741539874, - 2.856804261103031, - 2.8966972256560255 - ], - "relative wind angle": [ - 0.06496006008768669, - 0.08529954800705349, - 0.05476531451692151, - 0.013362239847282787, - 0.07192950821424195, - 0.08324723038435743, - 0.04776700080036753, - 0.011281054065168033 - ], - "resistance": [ - 96894.90714022696, - 96492.36179095657, - 96184.96109348361, - 96124.65660855387, - 96273.01153460525, - 96640.92433843792, - 97020.04068311931, - 97163.17832990062 - ], - "fuel": [ - 40.97147607266565, - 40.76402481393215, - 40.60601227318102, - 40.575055340056245, - 40.65123672423496, - 40.84051614114537, - 41.03608634359218, - 41.11006412692954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -0.9375, -6.25 -0.625, -5.9375 -0.625, -5.9375 -0.9375, -6.25 -0.9375))", @@ -73874,19 +53581,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -89.71068090413837, + -89.71068090413974, -670.8867526690149, - -833.9511149124037, + -833.9511149124039, -642.3809372035334, -42.2306679794101, 645.5029000963909, - 1024.4746862618158, + 1024.4746862618426, 604.4201814140602 ], "relative wind speed": [ - 2.2825673564687707, + 2.2825673564687703, 1.9245025260917958, - 1.7644089981315794, + 1.7644089981315791, 1.945340473148221, 2.3074131250202945, 2.6135338324573203, @@ -73894,13 +53601,13 @@ 2.5980607209732813 ], "relative wind angle": [ - 0.21182229713302647, - 0.17250982396347816, + 0.21182229713302753, + 0.1725098239634782, 0.0072000529732145074, 0.18002281842988385, - 0.20950727404478806, + 0.20950727404478808, 0.12673928900934223, - 0.004663347283948622, + 0.004663347283924815, 0.13447304496746232 ], "resistance": [ @@ -73910,7 +53617,7 @@ 95992.11906279651, 96592.26933202063, 97280.00290009643, - 97658.97468626186, + 97658.97468626189, 97238.9201814141 ], "fuel": [ @@ -73920,7 +53627,7 @@ 39.720926405504784, 40.029316629273794, 40.384359874870015, - 40.580756614367665, + 40.58075661436769, 40.36310144709803 ] }, @@ -73954,31 +53661,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -323.05982080460717, + -323.0598208046076, -686.2528729339749, - -694.4378651697575, + -694.437865169758, -350.36707269627436, - 236.78203446501357, + 236.78203446501402, 752.7647761195003, 771.6632370637576, 268.8189273237613 ], "relative wind speed": [ - 1.91828541204556, + 1.9182854120455597, 1.6307036009690175, 1.6216913411037357, 1.8997512663727816, - 2.2412328574554006, + 2.241232857455401, 2.4584038336268477, 2.4643580984900857, 2.2569645033361767 ], "relative wind angle": [ - 0.222216604671738, - 0.11203710584379534, - 0.10188456764066615, + 0.2222166046717385, + 0.11203710584379535, + 0.10188456764066725, 0.22053681528151983, - 0.18977214557939784, + 0.18977214557939845, 0.07422900455662117, 0.0669801238093824, 0.18518769347679837 @@ -74021,68 +53728,7 @@ "id": "1378", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.970804602593867, - 9.970804602593867, - 9.970804602593867, - 9.970804602593867, - 9.970804602593867, - 9.970804602593867, - 9.970804602593867, - 9.970804602593867 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 145.3512169361311, - -699.8502533427422, - -1095.9089699309966, - -991.4272309016574, - -341.6644468742011, - 563.3736711875904, - 1224.5062139729057, - 981.4170472822875 - ], - "relative wind speed": [ - 2.915769902409475, - 2.5335925267931616, - 2.283845196047278, - 2.3658131535193356, - 2.709096418029546, - 3.0694993784256277, - 3.259596393185703, - 3.2006008261906653 - ], - "relative wind angle": [ - 0.1682394976443056, - 0.1663147264720835, - 0.04596160401487135, - 0.11481620545386363, - 0.1812114072416029, - 0.13707454508173314, - 0.032197350412233386, - 0.08478478867214632 - ], - "resistance": [ - 96779.8512169361, - 95934.64974665723, - 95538.59103006897, - 95643.07276909832, - 96292.83555312577, - 97197.87367118757, - 97859.00621397288, - 97615.91704728226 - ], - "fuel": [ - 41.11620829158567, - 40.68169267570223, - 40.47899469783241, - 40.532410486412886, - 40.86551040265056, - 41.33209487924786, - 41.67486244480129, - 41.54864254686956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -1.25, -5.9375 -0.9375, -5.625 -0.9375, -5.625 -1.25, -5.9375 -1.25))", @@ -74101,68 +53747,7 @@ "id": "1379", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.34941867975363, - 8.34941867975363, - 8.34941867975363, - 8.34941867975363, - 8.34941867975363, - 8.34941867975363, - 8.34941867975363, - 8.34941867975363 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -449.5613177423945, - -843.1456693778289, - -819.492593111461, - -369.79785494852445, - 340.7452077489006, - 927.252494299019, - 872.4921202071373, - 247.37629055342768 - ], - "relative wind speed": [ - 2.15867086816753, - 1.878821034333467, - 1.9013886447826185, - 2.205859741467732, - 2.55910830058859, - 2.771087644258604, - 2.755651725582952, - 2.518546805637825 - ], - "relative wind angle": [ - 0.19998613947762953, - 0.0848553044182628, - 0.10730527331950714, - 0.20415887134084168, - 0.1683653260454194, - 0.057495272922781504, - 0.07396562669727419, - 0.17851888740409141 - ], - "resistance": [ - 96184.93868225762, - 95791.35433062218, - 95815.00740688856, - 96264.70214505149, - 96975.24520774891, - 97561.75249429903, - 97506.99212020716, - 96881.87629055344 - ], - "fuel": [ - 39.94684222000919, - 39.74504222011372, - 39.75715343177743, - 39.98780907835445, - 40.35379182957867, - 40.65730224642154, - 40.62891024014793, - 40.30559265058821 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -1.5625, -7.5 -1.25, -7.1875 -1.25, -7.1875 -1.5625, -7.5 -1.5625))", @@ -74181,68 +53766,7 @@ "id": "1380", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.461160873942015, - 10.461160873942015, - 10.461160873942015, - 10.461160873942015, - 10.461160873942015, - 10.461160873942015, - 10.461160873942015, - 10.461160873942015 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 298.0796464045625, - -617.9632036031758, - -1128.9540828530967, - -1094.2805707487519, - -498.64206299920306, - 437.2315219318598, - 1199.739408444003, - 1119.0101047007884 - ], - "relative wind speed": [ - 3.1046336320435723, - 2.726839802952248, - 2.4428449966711225, - 2.468661466089097, - 2.7824040278372197, - 3.153548295551566, - 3.378317700510079, - 3.3594988806647446 - ], - "relative wind angle": [ - 0.15147987950769143, - 0.1645486080711154, - 0.06685782088170582, - 0.08755744240549071, - 0.16918299901301354, - 0.14212016765942684, - 0.048327364205737106, - 0.06430198518284351 - ], - "resistance": [ - 96932.57964640454, - 96016.53679639682, - 95505.54591714688, - 95540.21942925123, - 96135.85793700078, - 97071.73152193184, - 97834.23940844399, - 97753.51010470078 - ], - "fuel": [ - 41.49018976216598, - 41.018854939445355, - 40.75728966035375, - 40.77500756039083, - 41.08007280307029, - 41.56206126223563, - 41.95717330680183, - 41.91523904829454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -1.5625, -7.1875 -1.25, -6.875 -1.25, -6.875 -1.5625, -7.1875 -1.5625))", @@ -74261,68 +53785,7 @@ "id": "1381", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.118657165070795, - 9.118657165070795, - 9.118657165070795, - 9.118657165070795, - 9.118657165070795, - 9.118657165070795, - 9.118657165070795, - 9.118657165070795 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 464.55820314949005, - -481.1962338986423, - -1078.53887594624, - -1108.7196029910983, - -581.5329970559355, - 346.749625942693, - 1181.509366717618, - 1251.1401982860148 - ], - "relative wind speed": [ - 2.829888363995729, - 2.39972269392358, - 2.022798196374315, - 1.9959657432564706, - 2.3448531733272895, - 2.7835113704473415, - 3.06836960190364, - 3.085891331347902 - ], - "relative wind angle": [ - 0.1867412061917213, - 0.2298261857136077, - 0.1227756549906479, - 0.09852672563459364, - 0.22597967550220593, - 0.19768324962581202, - 0.08082364882822482, - 0.06366739317497164 - ], - "resistance": [ - 97099.05820314949, - 96153.30376610135, - 95555.96112405376, - 95525.7803970089, - 96052.96700294406, - 96981.2496259427, - 97816.00936671761, - 97885.64019828601 - ], - "fuel": [ - 40.805717355045054, - 40.318561332202606, - 40.01258640782604, - 39.99716226653025, - 40.267073370160006, - 40.74485294313501, - 41.17723520739859, - 41.2134191997708 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -1.875, -7.5 -1.5625, -7.1875 -1.5625, -7.1875 -1.875, -7.5 -1.875))", @@ -74354,11 +53817,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 553.5654340899214, - -90.48181096599319, - -630.3096314210882, + 553.5654340899196, + -90.48181096599365, + -630.3096314210886, -780.1952014234885, - -603.152553939696, + -603.1525539396955, -45.19693664229135, 592.6035322429584, 941.686333993559 @@ -74366,7 +53829,7 @@ "relative wind speed": [ 2.57747125420783, 2.2839338520702697, - 1.954767879147196, + 1.9547678791471959, 1.8096849108827984, 1.9742876758078853, 2.3075562945423553, @@ -74374,11 +53837,11 @@ 2.6955909215676077 ], "relative wind angle": [ - 0.12515091005658677, - 0.19518282343499074, - 0.15651764160994175, + 0.12515091005658854, + 0.19518282343499077, + 0.15651764160994178, 0.006651716989068399, - 0.16369081338782845, + 0.16369081338782776, 0.19315937522034293, 0.11781556503579656, 0.004465611978079761 @@ -74421,68 +53884,7 @@ "id": "1383", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.474009693647758, - 8.474009693647758, - 8.474009693647758, - 8.474009693647758, - 8.474009693647758, - 8.474009693647758, - 8.474009693647758, - 8.474009693647758 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 800.6685220144304, - 50.78013709557308, - -652.8845630686444, - -935.6333944158555, - -798.8569788204852, - -192.33764657167512, - 590.2220316514804, - 1117.658242521356 - ], - "relative wind speed": [ - 2.774419649826343, - 2.4686222747814615, - 2.0783906669856624, - 1.8476072110053723, - 1.9765335314399808, - 2.347337482915895, - 2.6989593234496922, - 2.861893916288666 - ], - "relative wind angle": [ - 0.11373514074616736, - 0.2069854022580279, - 0.19494039132198895, - 0.033582605582696226, - 0.15998532496222104, - 0.21784814777714176, - 0.1497277986323733, - 0.021678183433780383 - ], - "resistance": [ - 97435.16852201443, - 96685.28013709557, - 95981.61543693136, - 95698.86660558415, - 95835.64302117951, - 96442.16235342833, - 97224.72203165149, - 97752.15824252136 - ], - "fuel": [ - 40.65187932357106, - 40.26440233024232, - 39.90271268017978, - 39.757896285838925, - 39.827912363820396, - 40.13922940091504, - 40.54292769624816, - 40.816301206993856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -2.1875, -7.5 -1.875, -7.1875 -1.875, -7.1875 -2.1875, -7.5 -2.1875))", @@ -74501,68 +53903,7 @@ "id": "1384", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.216001470661496, - 9.216001470661496, - 9.216001470661496, - 9.216001470661496, - 9.216001470661496, - 9.216001470661496, - 9.216001470661496, - 9.216001470661496 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 596.7125478079824, - -111.31541707729775, - -706.7585820007062, - -869.7528041114842, - -677.9942768430828, - -63.23539363001646, - 637.8988231870853, - 1019.153140633789 - ], - "relative wind speed": [ - 2.8711890609308113, - 2.5844158169065046, - 2.268974645734051, - 2.132525317052323, - 2.2867602831807585, - 2.6064907637789894, - 2.8852648532427194, - 2.9875299142389493 - ], - "relative wind angle": [ - 0.10825207845232836, - 0.1661808953625071, - 0.13010819172961216, - 0.005247474104730828, - 0.13607235020437516, - 0.1647605407364238, - 0.10220661161084398, - 0.0037456850678611073 - ], - "resistance": [ - 97231.212547808, - 96523.18458292272, - 95927.7414179993, - 95764.74719588853, - 95956.50572315694, - 96571.26460637, - 97272.3988231871, - 97653.6531406338 - ], - "fuel": [ - 40.92592841608368, - 40.56056344198667, - 40.254739841809275, - 40.17125491656988, - 40.26948305495205, - 40.58531522999846, - 40.947239256403165, - 41.14480971671523 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -2.1875, -7.1875 -1.875, -6.875 -1.875, -6.875 -2.1875, -7.1875 -2.1875))", @@ -74581,68 +53922,7 @@ "id": "1385", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.75118986854405, - 8.75118986854405, - 8.75118986854405, - 8.75118986854405, - 8.75118986854405, - 8.75118986854405, - 8.75118986854405, - 8.75118986854405 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 702.8571048669946, - -18.56083926291467, - -668.0325680686224, - -894.9036710306821, - -740.3732262444228, - -139.22992200089675, - 598.9322528697321, - 1062.6394796375116 - ], - "relative wind speed": [ - 2.7994010159736034, - 2.5045521902155383, - 2.150425282816024, - 1.963906565542726, - 2.102406818407116, - 2.446217243992308, - 2.7626855741007508, - 2.8982462766536847 - ], - "relative wind angle": [ - 0.11073643897518293, - 0.18764194683483962, - 0.16412992818025038, - 0.015124195871809885, - 0.14768309576756025, - 0.19217187588304238, - 0.12752838774728092, - 0.010248230237934 - ], - "resistance": [ - 97337.357104867, - 96615.93916073709, - 95966.46743193138, - 95739.59632896932, - 95894.12677375558, - 96495.2700779991, - 97233.43225286974, - 97697.13947963751 - ], - "fuel": [ - 40.73879675322416, - 40.36625515806032, - 40.03252324981369, - 39.916315136479376, - 39.99544805658999, - 40.304130469781796, - 40.685010367310085, - 40.92531279197651 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -2.5, -7.5 -2.1875, -7.1875 -2.1875, -7.1875 -2.5, -7.5 -2.5))", @@ -74661,68 +53941,7 @@ "id": "1386", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.454328090598974, - 9.454328090598974, - 9.454328090598974, - 9.454328090598974, - 9.454328090598974, - 9.454328090598974, - 9.454328090598974, - 9.454328090598974 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 281.997299139136, - -461.4258383839933, - -899.0756192734593, - -892.8810510493604, - -440.0762833483982, - 306.88855427483713, - 938.5551963796274, - 924.1265805447392 - ], - "relative wind speed": [ - 2.819615764474987, - 2.4855140845732673, - 2.222723914076016, - 2.227819140415566, - 2.4965028012952195, - 2.8293071645791046, - 3.040108172079628, - 3.0363763228145464 - ], - "relative wind angle": [ - 0.1457491538941169, - 0.16374973580266852, - 0.07363215604916479, - 0.07815550570207903, - 0.16477535221578812, - 0.14370435655558092, - 0.05381224595945225, - 0.05731647921337826 - ], - "resistance": [ - 96916.49729913914, - 96173.07416161601, - 95735.42438072654, - 95741.61894895064, - 96194.4237166516, - 96941.38855427483, - 97573.05519637963, - 97558.62658054473 - ], - "fuel": [ - 40.8929315572863, - 40.51022110491763, - 40.28588292008086, - 40.28905326770223, - 40.52118306559129, - 40.90578103013743, - 41.232634360400255, - 41.22515176230573 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -2.5, -7.1875 -2.1875, -6.875 -2.1875, -6.875 -2.5, -7.1875 -2.5))", @@ -74741,68 +53960,7 @@ "id": "1387", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.900106398884821, - 8.900106398884821, - 8.900106398884821, - 8.900106398884821, - 8.900106398884821, - 8.900106398884821, - 8.900106398884821, - 8.900106398884821 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 545.083242241581, - -233.67306534748332, - -821.0951675232275, - -939.3688883606121, - -636.3314033729537, - 74.5227597695357, - 810.5589011815164, - 1085.3188305715362 - ], - "relative wind speed": [ - 2.7839514622630155, - 2.444571458374889, - 2.101794069945848, - 1.997021864155412, - 2.2224232150812973, - 2.591065625581016, - 2.876110633948065, - 2.949822768447948 - ], - "relative wind angle": [ - 0.14046870651999194, - 0.19623000584643896, - 0.1356703292382995, - 0.037362845956289165, - 0.17629389518511096, - 0.18500317746920117, - 0.09900246774505413, - 0.025291354964890423 - ], - "resistance": [ - 97179.58324224158, - 96400.82693465252, - 95813.40483247678, - 95695.13111163939, - 95998.16859662705, - 96709.02275976953, - 97445.05890118152, - 97719.81883057153 - ], - "fuel": [ - 40.73316038679474, - 40.331549424553856, - 40.03010418209519, - 39.969565380323594, - 40.12478030750849, - 40.49021869641427, - 40.87058411444768, - 41.01309002053615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -2.1875, -5.625 -1.875, -5.3125 -1.875, -5.3125 -2.1875, -5.625 -2.1875))", @@ -74821,68 +53979,7 @@ "id": "1388", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.417159578609697, - 8.417159578609697, - 8.417159578609697, - 8.417159578609697, - 8.417159578609697, - 8.417159578609697, - 8.417159578609697, - 8.417159578609697 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -531.4661547233077, - -880.0961028828215, - -811.5041885106573, - -300.180426711951, - 437.4689424244184, - 999.2231605151342, - 840.3732338351842, - 166.70696032555634 - ], - "relative wind speed": [ - 2.1318239292877155, - 1.8724343801369876, - 1.9373726061696503, - 2.2675878788016397, - 2.6188256631142126, - 2.810144233193436, - 2.76577448540779, - 2.5021923049959987 - ], - "relative wind angle": [ - 0.19667921796930624, - 0.06394411220248085, - 0.12803661771203498, - 0.20855416596343662, - 0.1597528050597223, - 0.04259061029659234, - 0.08956206566825795, - 0.18875189979814727 - ], - "resistance": [ - 96103.03384527673, - 95754.40389711723, - 95822.99581148938, - 96334.3195732881, - 97071.96894242446, - 97633.72316051518, - 97474.87323383523, - 96801.2069603256 - ], - "fuel": [ - 39.93739957954013, - 39.75872585845492, - 39.79384364868324, - 40.05618363907594, - 40.43635645177279, - 40.72723376763747, - 40.644861922029314, - 40.29657481183345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -2.1875, -5.3125 -1.875, -5 -1.875, -5 -2.1875, -5.3125 -2.1875))", @@ -74901,68 +53998,7 @@ "id": "1389", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.217614450843625, - 8.217614450843625, - 8.217614450843625, - 8.217614450843625, - 8.217614450843625, - 8.217614450843625, - 8.217614450843625, - 8.217614450843625 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -404.1169073517285, - -743.1849612971987, - -720.2056140139507, - -325.64804043686445, - 294.13388351127514, - 800.6411088653581, - 747.2590341795312, - 202.4998080854598 - ], - "relative wind speed": [ - 2.1340971070176193, - 1.8920301353822868, - 1.913991891112444, - 2.180863854688478, - 2.493598987326283, - 2.681907593221832, - 2.666278569941904, - 2.452802319610968 - ], - "relative wind angle": [ - 0.17776507795412347, - 0.07300449098294623, - 0.0953411651448232, - 0.18244409105296297, - 0.15192041651109797, - 0.051480151944639764, - 0.06839045279603505, - 0.1620263721275584 - ], - "resistance": [ - 96230.3830926483, - 95891.31503870283, - 95914.29438598608, - 96308.85195956317, - 96928.6338835113, - 97435.14110886538, - 97381.75903417956, - 96836.99980808549 - ], - "fuel": [ - 39.90761707475842, - 39.73367714127823, - 39.745451898432236, - 39.9479321032252, - 40.267163250186954, - 40.52911136469206, - 40.50145898809964, - 40.21987523386824 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -2.5, -5.625 -2.1875, -5.3125 -2.1875, -5.3125 -2.5, -5.625 -2.5))", @@ -74981,68 +54017,7 @@ "id": "1390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.192919703928775, - 8.192919703928775, - 8.192919703928775, - 8.192919703928775, - 8.192919703928775, - 8.192919703928775, - 8.192919703928775, - 8.192919703928775 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -511.9436438006892, - -769.4503416057298, - -680.4519752482815, - -207.87620155010768, - 428.469997062954, - 877.2541874345698, - 670.3368189317903, - 73.37192437676913 - ], - "relative wind speed": [ - 2.060120216090519, - 1.8560104805100008, - 1.941310128425399, - 2.241892835892048, - 2.545663636527466, - 2.698096319874463, - 2.6373876545468335, - 2.3871353475366655 - ], - "relative wind angle": [ - 0.17077469049334135, - 0.039803503245385743, - 0.12688378215333215, - 0.18903305552847638, - 0.1379687524771192, - 0.02737687296940616, - 0.0932805551174283, - 0.17740524444129352 - ], - "resistance": [ - 96122.5563561993, - 95865.04965839427, - 95954.04802475171, - 96426.62379844989, - 97062.96999706296, - 97511.75418743456, - 97304.83681893178, - 96707.87192437677 - ], - "fuel": [ - 39.840661797270585, - 39.70862660681494, - 39.754232143860754, - 39.99688845827471, - 40.32494984806377, - 40.55722173139293, - 40.45003686310078, - 40.14169707137841 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -2.5, -5.3125 -2.1875, -5 -2.1875, -5 -2.5, -5.3125 -2.5))", @@ -75061,68 +54036,7 @@ "id": "1391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.298795075809734, - 8.298795075809734, - 8.298795075809734, - 8.298795075809734, - 8.298795075809734, - 8.298795075809734, - 8.298795075809734, - 8.298795075809734 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -411.7418415161378, - -615.0389347044365, - -549.3549589488782, - -181.29281909633528, - 317.29995970130994, - 667.688404679152, - 513.7711132214176, - 49.33748752158817 - ], - "relative wind speed": [ - 2.13560441461184, - 1.9825170451888197, - 2.0430084546798293, - 2.2690726439695927, - 2.5067441829505808, - 2.629486409929122, - 2.5827677147921935, - 2.386604690947999 - ], - "relative wind angle": [ - 0.12713396121603246, - 0.029937411000550956, - 0.09158820365114634, - 0.14309856014795125, - 0.10823059119372631, - 0.022570035240482237, - 0.07240967406582416, - 0.13600651480916848 - ], - "resistance": [ - 96222.75815848386, - 96019.46106529556, - 96085.14504105112, - 96453.20718090367, - 96951.79995970131, - 97302.18840467915, - 97148.27111322142, - 96683.83748752158 - ], - "fuel": [ - 39.94209895624963, - 39.8377631477388, - 39.8714565553293, - 40.06055560557178, - 40.31752124564797, - 40.49865852643748, - 40.41903297405828, - 40.1793032855497 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 -2.1875, -1.875 -1.875, -1.5625 -1.875, -1.5625 -2.1875, -1.875 -2.1875))", @@ -75154,13 +54068,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -484.6550897152774, + -484.65508971527765, -962.2396055818176, - -911.9631950031581, + -911.9631950031583, -331.125042980997, 565.9735071340472, 1320.649749298884, - 1205.554379904954, + 1205.554379904953, 380.7267107995974 ], "relative wind speed": [ @@ -75174,13 +54088,13 @@ 2.2341367882982492 ], "relative wind angle": [ - 0.4110167186566372, + 0.4110167186566377, 0.1970001440878764, - 0.2753871503598187, + 0.2753871503598195, 0.409809160943498, 0.29305752984234745, 0.08928346863631699, - 0.13321911793145244, + 0.13321911793145325, 0.3266894233269198 ], "resistance": [ @@ -75234,11 +54148,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -427.26452583740513, + -427.26452583740524, -878.2642023560475, -834.4937941875685, -295.82060156688874, - 544.5575583256934, + 544.5575583256937, 1261.881336584544, 1161.3892850686316, 384.6589427998115 @@ -75254,11 +54168,11 @@ 2.110719067672227 ], "relative wind angle": [ - 0.45857263473994153, - 0.23599674405609583, + 0.45857263473994175, + 0.2359967440560958, 0.31734485865315504, 0.45417991680458314, - 0.31888790103344145, + 0.3188879010334411, 0.09787578144984158, 0.14126522161915658, 0.3532584950280062 @@ -75314,9 +54228,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1014.0083062436441, + -1014.0083062436449, -1128.415096104929, - -656.1088862996103, + -656.1088862996105, 295.58186158279864, 1253.3697023819634, 1515.3958767549987, @@ -75324,7 +54238,7 @@ -299.6433957521615 ], "relative wind speed": [ - 1.5127790672066133, + 1.5127790672066128, 1.376662737102375, 1.8223453175241726, 2.393856005766689, @@ -75334,14 +54248,14 @@ 2.066507480779415 ], "relative wind angle": [ - 0.2670380481248652, + 0.2670380481248656, 0.1263745493094448, - 0.3615271517131066, + 0.36152715171310695, 0.3134143362719018, - 0.1442394916185354, + 0.14423949161853541, 0.06098202731189665, - 0.25205052998921257, - 0.3652111702858733 + 0.2520505299892125, + 0.36521117028587324 ], "resistance": [ 95620.4916937564, @@ -75381,68 +54295,7 @@ "id": "1395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.766734458505125, - 6.766734458505125, - 6.766734458505125, - 6.766734458505125, - 6.766734458505125, - 6.766734458505125, - 6.766734458505125, - 6.766734458505125 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -878.7253773771902, - -973.9539628676367, - -547.4819661538968, - 295.93769527555287, - 1144.131210857098, - 1362.3868682496234, - 647.3755863153808, - -256.0979479974078 - ], - "relative wind speed": [ - 1.294179369184495, - 1.1621363250851995, - 1.6240523645966467, - 2.186768728594912, - 2.5549222879962943, - 2.617626271880779, - 2.35902141880294, - 1.8494784845902883 - ], - "relative wind angle": [ - 0.3055881392812542, - 0.1564445683962997, - 0.40870276035024317, - 0.34118724780207066, - 0.1529918446611104, - 0.06922833353783935, - 0.27713449728053496, - 0.4067519935773557 - ], - "resistance": [ - 95755.7746226228, - 95660.54603713236, - 96087.0180338461, - 96930.43769527556, - 97778.6312108571, - 97996.88686824962, - 97281.87558631538, - 96378.4020520026 - ], - "fuel": [ - 39.051223225963, - 39.00249649246687, - 39.220977277784016, - 39.6550522682109, - 40.09425368178498, - 40.20770126664053, - 39.83670482243802, - 39.37064192000368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -2.8125, -5 -2.5, -4.6875 -2.5, -4.6875 -2.8125, -5 -2.8125))", @@ -75461,68 +54314,7 @@ "id": "1396", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.477714361763411, - 8.477714361763411, - 8.477714361763411, - 8.477714361763411, - 8.477714361763411, - 8.477714361763411, - 8.477714361763411, - 8.477714361763411 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -339.3189175210614, - -545.4288628975348, - -507.249742021, - -203.67483966626014, - 235.9807811468795, - 565.0406480133688, - 475.21261919539893, - 78.52404302303103 - ], - "relative wind speed": [ - 2.2243615879680276, - 2.081695059551645, - 2.1157198665171295, - 2.300559358010627, - 2.510813339653979, - 2.630306784321989, - 2.6030170085953626, - 2.4411871581019224 - ], - "relative wind angle": [ - 0.10996468607743846, - 0.03401257610620042, - 0.06811277700842584, - 0.1195737596711081, - 0.09737672038742386, - 0.026916521620579326, - 0.055347197920703375, - 0.11265535823624133 - ], - "resistance": [ - 96295.181082479, - 96089.07113710252, - 96127.25025797906, - 96430.8251603338, - 96870.48078114694, - 97199.54064801343, - 97109.71261919546, - 96713.02404302309 - ], - "fuel": [ - 40.06546592588482, - 39.95963204414273, - 39.979224431796524, - 40.135203055089335, - 40.36170873052752, - 40.53170733204058, - 40.485260477433364, - 40.28050610333819 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -2.8125, -4.6875 -2.5, -4.375 -2.5, -4.375 -2.8125, -4.6875 -2.8125))", @@ -75541,68 +54333,7 @@ "id": "1397", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.548103191975308, - 8.548103191975308, - 8.548103191975308, - 8.548103191975308, - 8.548103191975308, - 8.548103191975308, - 8.548103191975308, - 8.548103191975308 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -317.90323228291163, - -528.8541678526203, - -499.79273120097514, - -214.32727241831572, - 211.74613038369444, - 539.1831112572486, - 470.7342224691952, - 91.56102618123896 - ], - "relative wind speed": [ - 2.255753504392955, - 2.1139818851736862, - 2.1395973147161915, - 2.3133244396935995, - 2.517248266127783, - 2.6374311924791387, - 2.616693722383972, - 2.46444572726216 - ], - "relative wind angle": [ - 0.1061135075762433, - 0.03596795021285095, - 0.0614565769354811, - 0.11343971735232816, - 0.09505503553332914, - 0.02882719055704007, - 0.050240831788612265, - 0.10645625413221155 - ], - "resistance": [ - 96316.5967677171, - 96105.64583214739, - 96134.70726879904, - 96420.1727275817, - 96846.2461303837, - 97173.68311125727, - 97105.23422246921, - 96726.06102618125 - ], - "fuel": [ - 40.11094631802631, - 40.00261176135836, - 40.0175265244238, - 40.16419870880043, - 40.383679321230744, - 40.552808992522785, - 40.51742038838269, - 40.32170069729975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 -3.125, -5 -2.8125, -4.6875 -2.8125, -4.6875 -3.125, -5 -3.125))", @@ -75621,68 +54352,7 @@ "id": "1398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.772395037777672, - 9.772395037777672, - 9.772395037777672, - 9.772395037777672, - 9.772395037777672, - 9.772395037777672, - 9.772395037777672, - 9.772395037777672 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -263.9303835417845, - -608.1119549290993, - -642.1458291281133, - -385.8910516925039, - 110.17131300499068, - 567.8078015086039, - 648.1256654764352, - 251.60023621467144 - ], - "relative wind speed": [ - 2.64783780162673, - 2.465413317604607, - 2.4392937765816356, - 2.5887764034744922, - 2.8094141387333633, - 2.970789457369243, - 2.992273165700033, - 2.8639290423214163 - ], - "relative wind angle": [ - 0.10465909684202734, - 0.05607441464556758, - 0.033297302862735224, - 0.09789282250770676, - 0.09861969909902799, - 0.04652771239459165, - 0.027142196946900402, - 0.08846181619607338 - ], - "resistance": [ - 96370.56961645828, - 96026.38804507095, - 95992.35417087194, - 96248.60894830755, - 96744.67131300505, - 97202.30780150866, - 97282.62566547649, - 96886.10023621473 - ], - "fuel": [ - 40.790530306629805, - 40.61379090390802, - 40.59633824425838, - 40.72785231177678, - 40.98313382504204, - 41.21945279732548, - 41.261008538965896, - 41.05608312280779 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 -3.125, -4.6875 -2.8125, -4.375 -2.8125, -4.375 -3.125, -4.6875 -3.125))", @@ -75701,68 +54371,7 @@ "id": "1399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.796935181999684, - 8.796935181999684, - 8.796935181999684, - 8.796935181999684, - 8.796935181999684, - 8.796935181999684, - 8.796935181999684, - 8.796935181999684 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -282.7614388642987, - -625.1096049332264, - -649.8647253280285, - -369.81822992877414, - 145.65528712520654, - 610.9619076609806, - 668.9968537555069, - 246.84470535826813 - ], - "relative wind speed": [ - 2.360886928284859, - 2.1527987352872824, - 2.131342785879489, - 2.313411289833697, - 2.566757498502553, - 2.743626933387788, - 2.760327711222865, - 2.6096282011687775 - ], - "relative wind angle": [ - 0.13372981690098748, - 0.06935835216225024, - 0.04871501990604526, - 0.1282892402254744, - 0.12294703089667265, - 0.054405543310518396, - 0.03760851078734484, - 0.11366009039075314 - ], - "resistance": [ - 96351.7385611357, - 96009.39039506677, - 95984.63527467198, - 96264.68177007123, - 96780.1552871252, - 97245.46190766098, - 97303.49685375551, - 96881.34470535826 - ], - "fuel": [ - 40.25349791773656, - 40.0777228011638, - 40.06502944910048, - 40.208758161071344, - 40.47407840493385, - 40.7144262358873, - 40.74445990905511, - 40.52627787739185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 -2.8125, -3.125 -2.5, -2.8125 -2.5, -2.8125 -2.8125, -3.125 -2.8125))", @@ -75781,68 +54390,7 @@ "id": "1400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.867146791408642, - 7.867146791408642, - 7.867146791408642, - 7.867146791408642, - 7.867146791408642, - 7.867146791408642, - 7.867146791408642, - 7.867146791408642 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -401.7706396182341, - -677.3404799195562, - -633.9135740042714, - -253.0626779344957, - 308.3661449933629, - 742.0922458170799, - 641.1130213370934, - 134.78994028577745 - ], - "relative wind speed": [ - 2.0213451761223555, - 1.80920367134761, - 1.8524289889956511, - 2.113751768681672, - 2.403214042066607, - 2.5667208902803518, - 2.5357012627176303, - 2.322353873425482 - ], - "relative wind angle": [ - 0.17051568720880841, - 0.05854720310554638, - 0.10453430702663752, - 0.18038106631328626, - 0.14321595450067365, - 0.04125627722878072, - 0.07630141120029639, - 0.16402421526773409 - ], - "resistance": [ - 96232.72936038178, - 95957.15952008046, - 96000.58642599575, - 96381.43732206553, - 96942.86614499337, - 97376.5922458171, - 97275.6130213371, - 96769.28994028579 - ], - "fuel": [ - 39.74803531590069, - 39.60663463387471, - 39.628899136438235, - 39.82445788622809, - 40.11372378021269, - 40.33799623895912, - 40.28571906884753, - 40.02416657320301 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 -2.8125, -2.8125 -2.5, -2.5 -2.5, -2.5 -2.8125, -2.8125 -2.8125))", @@ -75874,19 +54422,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -574.9907511314577, + -574.9907511314591, -843.5261713579584, - -733.4981902500717, + -733.498190250072, -201.54828378760794, - 499.4171328123566, + 499.4171328123575, 982.7809934811094, 727.3611486813011, 62.73567283198008 ], "relative wind speed": [ - 2.069571674145507, + 2.0695716741455064, 1.8538310860645846, - 1.9584120786494854, + 1.9584120786494852, 2.2903373794255555, 2.615602508067886, 2.772690696593663, @@ -75894,11 +54442,11 @@ 2.42463565985542 ], "relative wind angle": [ - 0.18142989952107463, + 0.18142989952107527, 0.036939566009460446, - 0.14171209611652233, - 0.20205846872452538, - 0.14325799877926615, + 0.14171209611652236, + 0.2020584687245254, + 0.14325799877926537, 0.024694821624593754, 0.10263167006385443, 0.19072471412390996 @@ -75954,19 +54502,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -559.9632183230792, + -559.9632183230799, -688.8000534486903, - -521.6968267837808, + -521.6968267837815, -22.01602662760206, - 543.3688498362042, + 543.3688498362046, 842.607172636531, 488.20838983747194, -85.74903622899569 ], "relative wind speed": [ - 1.7352188618116695, + 1.7352188618116693, 1.5952795160174487, - 1.7661396757327756, + 1.7661396757327754, 2.0970326890246915, 2.3729724127923846, 2.4692237314661933, @@ -75974,11 +54522,11 @@ 2.060203017040449 ], "relative wind angle": [ - 0.17123537220126273, + 0.17123537220126336, 0.011807498275471787, - 0.1835275797387737, + 0.18352757973877432, 0.20992421351247353, - 0.1249283132407598, + 0.12492831324075891, 0.007628310426308615, 0.13758772508052242, 0.21373464090933622 @@ -76034,17 +54582,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -619.8922105385598, + -619.8922105385609, -815.7851037831722, - -656.7402821513194, + -656.7402821513197, -87.06882271211316, - 599.2215932111073, + 599.2215932111078, 1021.2028038657788, 652.5128276869543, -25.76307674636155 ], "relative wind speed": [ - 1.8243263133357945, + 1.8243263133357943, 1.6285100570540645, 1.7954628364079452, 2.1698460457301465, @@ -76054,14 +54602,14 @@ 2.2036307475986736 ], "relative wind angle": [ - 0.202018063288554, + 0.20201806328855568, 0.010655747464078576, - 0.19137026523813294, - 0.23266909613421646, - 0.14711175299825455, + 0.19137026523813355, + 0.23266909613421644, + 0.1471117529982538, 0.006600273409558316, 0.13604242060050956, - 0.22903771808118392 + 0.2290377180811839 ], "resistance": [ 96014.60778946143, @@ -76114,9 +54662,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -821.2464460888104, + -821.2464460888127, -1167.5077465575355, - -994.4887233700756, + -994.4887233700761, -236.37594586034766, 736.7878524253374, 1387.6732722409643, @@ -76124,7 +54672,7 @@ 52.27371337685963 ], "relative wind speed": [ - 2.3590809500085532, + 2.359080950008553, 2.1095259541211493, 2.2528664812146024, 2.659866367371993, @@ -76134,13 +54682,13 @@ 2.787050313460278 ], "relative wind angle": [ - 0.1876085287058846, + 0.1876085287058864, 0.030802018678977514, - 0.15514219324641348, + 0.1551421932464142, 0.2110763772473818, 0.1449628378244948, 0.020154222129699303, - 0.11161960302247262, + 0.1116196030224726, 0.2013085622016048 ], "resistance": [ @@ -76194,34 +54742,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -803.7941031779885, + -803.7941031779897, -948.14890356195, - -660.2068114650419, + -660.2068114650428, 58.36808796895457, - 829.8021309667884, + 829.8021309667888, 1163.4457666672188, - 621.9398330320182, - -180.4770290334625 + 621.9398330320173, + -180.47702903346317 ], "relative wind speed": [ - 1.8637704314571988, + 1.8637704314571983, 1.7197965481520252, - 1.9700314092165703, + 1.97003140921657, 2.3880411524075864, 2.7121418756751234, 2.805646736125043, 2.635968516819748, - 2.2642025592628796 + 2.264202559262879 ], "relative wind angle": [ - 0.18292834852315176, + 0.18292834852315237, 0.03703668871885249, - 0.21957220957402837, + 0.21957220957402887, 0.22945542215954837, - 0.125335428907642, + 0.1253354289076411, 0.022699392841513778, - 0.16351287620862973, - 0.24224974173712735 + 0.1635128762086304, + 0.24224974173712688 ], "resistance": [ 95830.70589682202, @@ -76274,32 +54822,32 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -981.1021003124031, + -981.1021003124054, -974.3731862471216, - -474.02301043702073, + -474.02301043702164, 350.2687365944703, - 1050.8799122251776, + 1050.8799122251767, 1035.2709257114516, 323.5458958019217, -496.8855352498663 ], "relative wind speed": [ - 2.1346273474831174, + 2.134627347483117, 2.140333213258437, 2.4467285898232745, 2.8195214658841117, - 3.0529755700368777, + 3.052975570036878, 3.048978104232239, 2.809059086528124, 2.4346647504910233 ], "relative wind angle": [ - 0.08631670861797484, - 0.0914246123759574, - 0.18928650610906633, + 0.08631670861797743, + 0.09142461237595742, + 0.18928650610906694, 0.16232003158832542, - 0.06031391637575999, - 0.06413318274316344, + 0.06031391637576183, + 0.06413318274316346, 0.16463100846732143, 0.1882643471619789 ], @@ -76354,9 +54902,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -786.3461945178649, + -786.3461945178667, -855.9576024097446, - -527.8835389777807, + -527.8835389777817, 141.6346922553853, 790.1575305869742, 951.954663416705, @@ -76364,9 +54912,9 @@ -289.97550857613396 ], "relative wind speed": [ - 2.0566252226572166, + 2.056625222657216, 1.9940732230109908, - 2.2267835115069987, + 2.2267835115069983, 2.569248271861396, 2.818085501896577, 2.8626884538384694, @@ -76374,14 +54922,14 @@ 2.360143326157705 ], "relative wind angle": [ - 0.11319175074598894, + 0.11319175074598993, 0.053293591497491744, - 0.172635590232648, - 0.17002607856482949, - 0.08252414541483408, - 0.03711385873919973, + 0.17263559023264802, + 0.1700260785648295, + 0.08252414541483409, + 0.03711385873919972, 0.1429150526412746, - 0.1852574821374416 + 0.18525748213744156 ], "resistance": [ 95848.15380548211, @@ -76434,9 +54982,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 570.9846730075892, + 570.9846730075847, -392.8131538041216, - -1075.4824517736947, + -1075.482451773698, -1176.6997945343342, -743.8592823701042, 162.0970028862689, @@ -76444,9 +54992,9 @@ 1281.5669848563998 ], "relative wind speed": [ - 3.31132263929073, + 3.3113226392907293, 2.9573994850483523, - 2.629489488965887, + 2.6294894889658864, 2.5577385014360448, 2.801369063935462, 3.172745583826366, @@ -76454,17 +55002,17 @@ 3.5029273489648145 ], "relative wind angle": [ - 0.12457950389381554, + 0.12457950389381733, 0.16059613014243956, - 0.09802234866174823, - 0.04262072385365782, - 0.147410290563733, + 0.0980223486617505, + 0.042620723853657824, + 0.14741029056373298, 0.14961073716849957, - 0.0746727008314813, - 0.031116047312506466 + 0.07467270083148131, + 0.031116047312506463 ], "resistance": [ - 97205.48467300761, + 97205.4846730076, 96241.6868461959, 95559.01754822631, 95457.80020546568, @@ -76474,7 +55022,7 @@ 97916.06698485641 ], "fuel": [ - 41.91007878348618, + 41.91007878348617, 41.41327932403239, 41.06348165833143, 41.01176582006114, @@ -76514,9 +55062,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -29.96076961843937, + -29.96076961844483, -1046.7634754591681, - -1417.3814769992423, + -1417.3814769992432, -1205.574581147589, -296.4143261496165, 841.434801474913, @@ -76524,9 +55072,9 @@ 1067.923843421986 ], "relative wind speed": [ - 3.7245010947529886, + 3.724501094752988, 3.36627211013607, - 3.177232254960042, + 3.1772322549600416, 3.2993282628543192, 3.6387988002872715, 3.9725278091296405, @@ -76534,11 +55082,11 @@ 4.02829965714059 ], "relative wind angle": [ - 0.12762745414708415, + 0.1276274541470859, 0.10887080091772457, 0.013600592511370727, - 0.09247043944064531, - 0.13065040065300126, + 0.09247043944064533, + 0.1306504006530013, 0.09220425349463673, 0.010474844663907319, 0.0757011461920934 @@ -76594,39 +55142,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 117.85502030251746, + 117.85502030251519, -552.8550046538385, - -873.0370679882099, + -873.037067988214, -798.4601421532584, -293.3367989340768, 419.975702253731, 945.3069634300673, - 771.0324976575198 + 771.0324976575203 ], "relative wind speed": [ - 2.7717965959167064, + 2.771796595916706, 2.4580372628002283, 2.253001037644418, 2.3131983463803865, 2.589507501899071, 2.8890237600636945, 3.051621175031426, - 3.006246643545744 + 3.0062466435457433 ], "relative wind angle": [ - 0.14465487839587068, + 0.1446548783958722, 0.14193338281412726, - 0.04092371282428933, - 0.09410032437218789, - 0.15491737575957545, + 0.04092371282429476, + 0.0941003243721879, + 0.15491737575957548, 0.12064709302024865, 0.03020999354690789, - 0.07236313101512891 + 0.07236313101512737 ], "resistance": [ - 96752.35502030251, + 96752.3550203025, 96081.64499534614, - 95761.46293201178, + 95761.46293201177, 95836.03985784673, 96341.16320106591, 97054.47570225372, @@ -76634,7 +55182,7 @@ 97405.5324976575 ], "fuel": [ - 40.857114088824396, + 40.85711408882439, 40.51215489761513, 40.34806932507155, 40.38625411970601, @@ -76674,9 +55222,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 88.45744374436526, + 88.45744374436345, -748.0350309353203, - -1110.8237264613172, + -1110.82372646132, -981.9584774248115, -302.6055760646891, 607.5896302520978, @@ -76684,7 +55232,7 @@ 942.5150787082157 ], "relative wind speed": [ - 2.9928957690532414, + 2.992895769053241, 2.6237764851017586, 2.398440573326989, 2.4950538537030855, @@ -76694,19 +55242,19 @@ 3.279896027637813 ], "relative wind angle": [ - 0.1599148146703231, + 0.15991481467032312, 0.15085498097666644, - 0.033806629363697466, + 0.03380662936370075, 0.11232303539887332, 0.16902824384059933, 0.12440094617175416, - 0.024193072855485363, - 0.08536949877524176 + 0.024193072855485366, + 0.08536949877524175 ], "resistance": [ 96722.95744374442, 95886.46496906473, - 95523.67627353875, + 95523.67627353873, 95652.54152257525, 96331.89442393537, 97242.08963025216, @@ -76716,7 +55264,7 @@ "fuel": [ 41.310760363078, 40.88088555170533, - 40.69525735197672, + 40.695257351976714, 40.76113778752768, 41.109468369608635, 41.57885255879842, @@ -76741,68 +55289,7 @@ "id": "1412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5708269984665035, - 6.5708269984665035, - 6.5708269984665035, - 6.5708269984665035, - 6.5708269984665035, - 6.5708269984665035, - 6.5708269984665035, - 6.5708269984665035 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -209.00285453492006, - -685.213248084547, - -763.1715403649399, - -457.4172910336141, - 169.47588982232787, - 798.8670230417122, - 977.6334002821643, - 464.57291155052167 - ], - "relative wind speed": [ - 1.7884469871870108, - 1.3751817330732563, - 1.2726851474434144, - 1.5947826023093794, - 2.0300005558632344, - 2.3298755511410842, - 2.3874080921074783, - 2.1854320703592367 - ], - "relative wind angle": [ - 0.317789713643176, - 0.22426153112504335, - 0.09942996157015378, - 0.3086727037319162, - 0.27888780156613324, - 0.13164087154687873, - 0.05294179342743563, - 0.2235460778690115 - ], - "resistance": [ - 96425.49714546507, - 95949.28675191544, - 95871.32845963504, - 96177.08270896637, - 96803.97588982231, - 97433.3670230417, - 97612.13340028215, - 97099.07291155051 - ], - "fuel": [ - 39.32271097979688, - 39.0781935920538, - 39.03824511298254, - 39.195053568813506, - 39.51764842788259, - 39.84299982107382, - 39.93567838355689, - 39.6700095022032 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 3.4375, -4.6875 3.75, -4.375 3.75, -4.375 3.4375, -4.6875 3.4375))", @@ -76821,68 +55308,7 @@ "id": "1413", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.620306100528506, - 7.620306100528506, - 7.620306100528506, - 7.620306100528506, - 7.620306100528506, - 7.620306100528506, - 7.620306100528506, - 7.620306100528506 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 207.27139062582978, - -559.0850101537189, - -939.6500794989666, - -854.6135662715717, - -283.8603265844697, - 532.6728689251815, - 1158.7315418336595, - 963.4085586521667 - ], - "relative wind speed": [ - 2.3308868041528843, - 1.8763363267646302, - 1.542608574393482, - 1.636588937699746, - 2.059602364288096, - 2.480797690586351, - 2.7009912956103483, - 2.6451033707123766 - ], - "relative wind angle": [ - 0.2517279511437494, - 0.275267621246659, - 0.0913178251253554, - 0.19122721570902276, - 0.2857588204525434, - 0.20705396272707402, - 0.052105178436557466, - 0.11786983011456531 - ], - "resistance": [ - 96841.77139062586, - 96075.41498984631, - 95694.84992050106, - 95779.88643372846, - 96350.63967341556, - 97167.1728689252, - 97793.2315418337, - 97597.9085586522 - ], - "fuel": [ - 39.95316145587687, - 39.55889086697138, - 39.36391203909205, - 39.40743291685426, - 39.70023537334666, - 40.121233086935206, - 40.445704050004835, - 40.34431637408567 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 3.125, -5 3.4375, -4.6875 3.4375, -4.6875 3.125, -5 3.125))", @@ -76901,68 +55327,7 @@ "id": "1414", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.217467979885056, - 7.217467979885056, - 7.217467979885056, - 7.217467979885056, - 7.217467979885056, - 7.217467979885056, - 7.217467979885056, - 7.217467979885056 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -495.36931788089305, - -903.3379333921179, - -846.0853388513818, - -312.9970150809188, - 486.37994546445725, - 1131.3933039922817, - 1000.2230900713307, - 269.76723692969813 - ], - "relative wind speed": [ - 1.7934731717325219, - 1.4192957677797102, - 1.4878232486341627, - 1.9228883772250658, - 2.3657573380295074, - 2.6074802633437852, - 2.568995091662975, - 2.2618253886844415 - ], - "relative wind angle": [ - 0.3098962959277961, - 0.12493945588837661, - 0.20084190651803166, - 0.31548063721274244, - 0.23329973534901757, - 0.0678819964493333, - 0.1157949752110693, - 0.26693746799932955 - ], - "resistance": [ - 96139.13068211911, - 95731.16206660788, - 95788.41466114862, - 96321.50298491908, - 97120.87994546446, - 97765.89330399228, - 97634.72309007133, - 96904.26723692969 - ], - "fuel": [ - 39.42332088188149, - 39.214226187845355, - 39.24353229696675, - 39.51699181275116, - 39.929031731086056, - 40.26323808408537, - 40.195148325085654, - 39.81714356054072 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-4.6875 3.125, -4.6875 3.4375, -4.375 3.4375, -4.375 3.125, -4.6875 3.125))", @@ -76981,68 +55346,7 @@ "id": "1415", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.529616216770319, - 6.529616216770319, - 6.529616216770319, - 6.529616216770319, - 6.529616216770319, - 6.529616216770319, - 6.529616216770319, - 6.529616216770319 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -79.99618601230736, - -616.2659233855467, - -761.8103941385851, - -547.3972817115963, - 34.42008596691721, - 690.1513317552817, - 1025.3812336397518, - 588.9048919796855 - ], - "relative wind speed": [ - 1.8653431571683408, - 1.4323847468208115, - 1.2418159093000487, - 1.4997250559148068, - 1.9387471219360533, - 2.2773931223847064, - 2.3866584892312046, - 2.2336226748203045 - ], - "relative wind angle": [ - 0.31198515408031147, - 0.26680474369478707, - 0.030998249793252643, - 0.2922480199322933, - 0.2997977832890448, - 0.1665946962203906, - 0.016126992537629635, - 0.19467049667032055 - ], - "resistance": [ - 96554.50381398773, - 96018.23407661448, - 95872.68960586145, - 96087.10271828843, - 96668.92008596695, - 97324.6513317553, - 97659.88123363978, - 97223.40489197972 - ], - "fuel": [ - 39.37424112854397, - 39.0986878604365, - 39.02408688724233, - 39.13401497541477, - 39.43317053750754, - 39.77184053283973, - 39.94559707556823, - 39.71944464347304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 1.5625, -3.125 1.875, -2.8125 1.875, -2.8125 1.5625, -3.125 1.5625))", @@ -77061,68 +55365,7 @@ "id": "1416", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.021779292014425, - 6.021779292014425, - 6.021779292014425, - 6.021779292014425, - 6.021779292014425, - 6.021779292014425, - 6.021779292014425, - 6.021779292014425 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 217.8199863449479, - -304.54296364337984, - -602.7370057128692, - -585.3473739865984, - -248.88427139070257, - 283.82367726322286, - 733.7714651266451, - 693.9238393973424 - ], - "relative wind speed": [ - 1.9012656971709774, - 1.5281563847801731, - 1.213831272097972, - 1.2385715719345827, - 1.5753539140244857, - 1.9394043594173185, - 2.1501546103823155, - 2.1359989856895543 - ], - "relative wind angle": [ - 0.25020462390997644, - 0.30069902765772927, - 0.13997009605777339, - 0.17293823373121328, - 0.30346279902764206, - 0.23555398026155172, - 0.07884150348906993, - 0.09994646220287014 - ], - "resistance": [ - 96852.31998634496, - 96329.95703635663, - 96031.76299428714, - 96049.15262601341, - 96385.61572860931, - 96918.32367726324, - 97368.27146512666, - 97328.42383939735 - ], - "fuel": [ - 39.3538521057031, - 39.084852216600254, - 38.93174724930067, - 38.94066670945145, - 39.11346629928053, - 39.38791410692834, - 39.620547015628446, - 39.59991451238668 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 1.5625, -2.8125 1.875, -2.5 1.875, -2.5 1.5625, -2.8125 1.5625))", @@ -77141,68 +55384,7 @@ "id": "1417", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.529893534141428, - 6.529893534141428, - 6.529893534141428, - 6.529893534141428, - 6.529893534141428, - 6.529893534141428, - 6.529893534141428, - 6.529893534141428 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 49.0767995503295, - -473.43655637379516, - -681.9908208930507, - -572.3033623756074, - -115.20634593094996, - 471.79715268180144, - 868.6499268778532, - 615.8490825118824 - ], - "relative wind speed": [ - 1.9338717050840324, - 1.5508812544321116, - 1.3174666691243135, - 1.457226616099967, - 1.827961412098743, - 2.1624222599894156, - 2.3120519612658232, - 2.2266102679132 - ], - "relative wind angle": [ - 0.26020236755118176, - 0.2546266996626043, - 0.041692693014057584, - 0.21646715479741607, - 0.2756603741872341, - 0.1816476810328422, - 0.0237529199556633, - 0.14103228268859247 - ], - "resistance": [ - 96683.57679955033, - 96161.0634436262, - 95952.50917910694, - 96062.1966376244, - 96519.29365406906, - 97106.2971526818, - 97503.14992687786, - 97250.34908251188 - ], - "fuel": [ - 39.44082250147319, - 39.17207339128688, - 39.06508942319859, - 39.12133661490333, - 39.35621574309242, - 39.658987565320075, - 39.86440756245533, - 39.73348435784752 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-3.125 1.25, -3.125 1.5625, -2.8125 1.5625, -2.8125 1.25, -3.125 1.25))", @@ -77221,68 +55403,7 @@ "id": "1418", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.015133713363424, - 6.015133713363424, - 6.015133713363424, - 6.015133713363424, - 6.015133713363424, - 6.015133713363424, - 6.015133713363424, - 6.015133713363424 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 249.17518329949826, - -340.32057980233935, - -670.9896435930601, - -643.8971685235296, - -255.4192304511538, - 350.55921788569754, - 860.1398475864737, - 798.1664318076662 - ], - "relative wind speed": [ - 1.9325352530933415, - 1.5087615194273776, - 1.1450759397208896, - 1.1851515990795558, - 1.5817122475216894, - 1.9900112602454916, - 2.2193033210178776, - 2.1981632845646 - ], - "relative wind angle": [ - 0.2836011541718321, - 0.34679557466679445, - 0.16180039534215399, - 0.2142079485360715, - 0.34891409385745276, - 0.260631096891532, - 0.08321506720640719, - 0.1148625795865546 - ], - "resistance": [ - 96883.67518329949, - 96294.17942019766, - 95963.51035640694, - 95990.60283147647, - 96379.08076954885, - 96985.0592178857, - 97494.63984758647, - 97432.66643180767 - ], - "fuel": [ - 39.36786854285843, - 39.06430229405458, - 38.89458732906789, - 38.908477163396896, - 39.10794331621533, - 39.42020750000044, - 39.683854979600724, - 39.651739483823654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.8125 1.25, -2.8125 1.5625, -2.5 1.5625, -2.5 1.25, -2.8125 1.25))", @@ -77301,68 +55422,7 @@ "id": "1419", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.080518129174164, - 6.080518129174164, - 6.080518129174164, - 6.080518129174164, - 6.080518129174164, - 6.080518129174164, - 6.080518129174164, - 6.080518129174164 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 90.61726514547081, - -442.0040999588904, - -671.0768755423577, - -571.3760354067609, - -124.33709928245594, - 468.181199608003, - 887.5461394903477, - 658.5451315577761 - ], - "relative wind speed": [ - 1.846971044032579, - 1.431115409392109, - 1.1531294537146626, - 1.2949788329227931, - 1.6989577663579576, - 2.061472341401473, - 2.228912737712838, - 2.1496021379885013 - ], - "relative wind angle": [ - 0.29586947322388163, - 0.30937720663140905, - 0.06741914646205147, - 0.2543702729523843, - 0.32253661381515225, - 0.21297235591470962, - 0.034859982153486284, - 0.1521790645939218 - ], - "resistance": [ - 96725.11726514547, - 96192.4959000411, - 95963.42312445764, - 96063.12396459324, - 96510.16290071755, - 97102.681199608, - 97522.04613949035, - 97293.04513155778 - ], - "fuel": [ - 39.30749608996415, - 39.03347572139873, - 38.91594813919861, - 38.967076438396916, - 39.196780402828644, - 39.50238266409261, - 39.71946739104144, - 39.600843658120475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 2.1875, 8.125 2.5, 8.4375 2.5, 8.4375 2.1875, 8.125 2.1875))", @@ -77381,68 +55441,7 @@ "id": "1420", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.271359465047713, - 5.271359465047713, - 5.271359465047713, - 5.271359465047713, - 5.271359465047713, - 5.271359465047713, - 5.271359465047713, - 5.271359465047713 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 231.98269897656928, - -213.03582353121772, - -487.23228815403957, - -494.44482321582666, - -235.77311348501053, - 204.88891743546947, - 601.351362773147, - 617.8523709482395 - ], - "relative wind speed": [ - 1.7161909691768367, - 1.3662251748940384, - 1.0421850353624773, - 1.0301490564366962, - 1.344006896951412, - 1.6985566676513464, - 1.9145538210778001, - 1.9210567152636793 - ], - "relative wind angle": [ - 0.25950909584443144, - 0.334790333484444, - 0.18768724860987954, - 0.1696192021932773, - 0.3338319241279431, - 0.26746195649242066, - 0.10174399612052445, - 0.09064530302279342 - ], - "resistance": [ - 96866.4826989766, - 96421.46417646881, - 96147.26771184598, - 96140.0551767842, - 96398.72688651503, - 96839.3889174355, - 97235.85136277317, - 97252.35237094827 - ], - "fuel": [ - 39.13532413874036, - 38.90606661699621, - 38.76517737653964, - 38.76147516559854, - 38.894372971372306, - 39.1213453308802, - 39.32616923918737, - 39.33470681305299 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 2.1875, 8.4375 2.5, 8.75 2.5, 8.75 2.1875, 8.4375 2.1875))", @@ -77461,68 +55460,7 @@ "id": "1421", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.490236624439604, - 5.490236624439604, - 5.490236624439604, - 5.490236624439604, - 5.490236624439604, - 5.490236624439604, - 5.490236624439604, - 5.490236624439604 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 169.07222986254612, - -206.2003037553369, - -432.22830492752496, - -432.8116933307723, - -208.11281888744315, - 166.81921577804826, - 493.48696129462326, - 494.82884965870164 - ], - "relative wind speed": [ - 1.7118004572423158, - 1.4234751590727728, - 1.177119792482229, - 1.1762420416885115, - 1.4217223960791385, - 1.7103431960956699, - 1.888370824566669, - 1.8889176891258257 - ], - "relative wind angle": [ - 0.21034301729575877, - 0.25429453567381033, - 0.12692433004393636, - 0.12561837675732423, - 0.2541228043597749, - 0.21092985300777564, - 0.07898839108718082, - 0.0780972263956571 - ], - "resistance": [ - 96803.57222986253, - 96428.29969624465, - 96202.27169507246, - 96201.68830666921, - 96426.38718111254, - 96801.31921577803, - 97127.9869612946, - 97129.32884965869 - ], - "fuel": [ - 39.1649080530321, - 38.97162030556923, - 38.85545526296828, - 38.855155681751754, - 38.97063658828558, - 39.16374605272243, - 39.3324233157956, - 39.33311702851266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 1.875, 8.125 2.1875, 8.4375 2.1875, 8.4375 1.875, 8.125 1.875))", @@ -77541,68 +55479,7 @@ "id": "1422", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.381051026106654, - 6.381051026106654, - 6.381051026106654, - 6.381051026106654, - 6.381051026106654, - 6.381051026106654, - 6.381051026106654, - 6.381051026106654 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 249.13256803489185, - -263.2704747508733, - -581.4151681317401, - -592.0951374092522, - -298.2574964864773, - 207.90884375454561, - 659.2495359054658, - 683.8124852400863 - ], - "relative wind speed": [ - 2.0015244190312877, - 1.6668979746345218, - 1.3725200319897353, - 1.3586803538390626, - 1.6392968486514639, - 1.978596800800123, - 2.19307613177565, - 2.2016770548990405 - ], - "relative wind angle": [ - 0.20766119166996788, - 0.2567693238114252, - 0.13594103259948054, - 0.11823242429078197, - 0.2544660852058743, - 0.21561672450847807, - 0.08491788659312931, - 0.07285716380735477 - ], - "resistance": [ - 96883.63256803491, - 96371.22952524915, - 96053.08483186827, - 96042.40486259076, - 96336.24250351354, - 96842.40884375456, - 97293.74953590547, - 97318.3124852401 - ], - "fuel": [ - 39.49126277634992, - 39.227322716638575, - 39.06393722175595, - 39.05845898059618, - 39.20933644813794, - 39.469992196841396, - 39.703218941446906, - 39.71593340064945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 1.875, 8.4375 2.1875, 8.75 2.1875, 8.75 1.875, 8.4375 1.875))", @@ -77634,14 +55511,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 231.2090873246118, + 231.20908732461112, -249.93254717680452, -548.4584401945982, -558.2928481423289, -282.29945919272586, 193.11644042245393, 616.1662068892708, - 638.8052867674553 + 638.8052867674569 ], "relative wind speed": [ 1.9622569041541558, @@ -77651,17 +55528,17 @@ 1.6170311053691258, 1.9406632658033034, 2.145928725616507, - 2.1540471880176253 + 2.154047188017625 ], "relative wind angle": [ - 0.20170734697267295, - 0.24790668909559482, + 0.20170734697267403, + 0.24790668909559485, 0.13012598976544404, 0.11336782437917667, - 0.2455750533568621, + 0.24557505335686255, 0.20924796076746552, 0.08256566632987129, - 0.07101315340564014 + 0.07101315340563702 ], "resistance": [ 96865.70908732462, @@ -77701,68 +55578,7 @@ "id": "1424", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.252452372966868, - 6.252452372966868, - 6.252452372966868, - 6.252452372966868, - 6.252452372966868, - 6.252452372966868, - 6.252452372966868, - 6.252452372966868 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 336.27658610424396, - -140.07107653703565, - -492.78013097981716, - -561.0594017786472, - -366.2511585792074, - 70.41452025731087, - 519.4373552013524, - 677.0266408016239 - ], - "relative wind speed": [ - 2.009042687037011, - 1.7148746167807494, - 1.4121000006465185, - 1.3230839240052883, - 1.5339470260885217, - 1.857000550862543, - 2.0964779000401634, - 2.153762969135991 - ], - "relative wind angle": [ - 0.17290028224041074, - 0.24486510393167485, - 0.1724374840068086, - 0.05525798189280837, - 0.22727613750501421, - 0.22578486064340209, - 0.11583078763060187, - 0.03393491969742286 - ], - "resistance": [ - 96970.77658610418, - 96494.42892346291, - 96141.71986902012, - 96073.44059822129, - 96268.24884142073, - 96704.91452025725, - 97153.9373552013, - 97311.52664080156 - ], - "fuel": [ - 39.49186918529841, - 39.24631492189123, - 39.065039640111856, - 39.03000089954136, - 39.13001612657507, - 39.35471482540261, - 39.58651216883648, - 39.66804174178566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 1.5625, 8.4375 1.875, 8.75 1.875, 8.75 1.5625, 8.4375 1.5625))", @@ -77781,68 +55597,7 @@ "id": "1425", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.896614151104824, - 5.896614151104824, - 5.896614151104824, - 5.896614151104824, - 5.896614151104824, - 5.896614151104824, - 5.896614151104824, - 5.896614151104824 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 426.33895965146394, - -57.55644329247707, - -452.5162518268337, - -561.9109053443872, - -415.4165486807253, - 4.083059763308256, - 480.4548194422953, - 732.9985691754168 - ], - "relative wind speed": [ - 1.9758016212883032, - 1.6790157478655896, - 1.333498798092989, - 1.1793633444828597, - 1.3725953217962947, - 1.7229962514532395, - 2.0023962943401377, - 2.096881509716933 - ], - "relative wind angle": [ - 0.17323775135382996, - 0.2767801575509426, - 0.23329001812634412, - 0.019364888859372535, - 0.25074328361918435, - 0.2695364541933074, - 0.15456919226568755, - 0.010891060890927149 - ], - "resistance": [ - 97060.83895965149, - 96576.94355670756, - 96181.9837481732, - 96072.58909465565, - 96219.0834513193, - 96638.58305976333, - 97114.95481944233, - 97367.49856917544 - ], - "fuel": [ - 39.4212704158056, - 39.17166996824378, - 38.9685896343202, - 38.912443771129205, - 38.987640849001544, - 39.20341611586052, - 39.44923835038388, - 39.579901053599244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 1.25, 8.125 1.5625, 8.4375 1.5625, 8.4375 1.25, 8.125 1.25))", @@ -77861,68 +55616,7 @@ "id": "1426", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.166945249970467, - 7.166945249970467, - 7.166945249970467, - 7.166945249970467, - 7.166945249970467, - 7.166945249970467, - 7.166945249970467, - 7.166945249970467 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 384.1801058139622, - -57.287118851912965, - -434.00990431752257, - -541.1640561359986, - -428.9551037466322, - -48.84231167197868, - 391.4230818105275, - 641.9477667661336 - ], - "relative wind speed": [ - 2.2457922469490708, - 2.0178523457600304, - 1.7623206525340807, - 1.6466825900187003, - 1.7663577443841845, - 2.022838206163133, - 2.248961630454017, - 2.334960159260077 - ], - "relative wind angle": [ - 0.10936958423322476, - 0.17138498016134582, - 0.13749880044832533, - 0.0015363637766137148, - 0.1392275887083013, - 0.17095838370725983, - 0.10761456423762307, - 0.0010834887149701825 - ], - "resistance": [ - 97018.68010581397, - 96577.2128811481, - 96200.49009568247, - 96093.335943864, - 96205.54489625337, - 96585.65768832802, - 97025.92308181053, - 97276.44776676613 - ], - "fuel": [ - 39.85587109222749, - 39.62819013660131, - 39.43447375066266, - 39.37946998003238, - 39.43706950793236, - 39.632538632070734, - 39.85961260920216, - 39.98914673799763 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 1.25, 8.4375 1.5625, 8.75 1.5625, 8.75 1.25, 8.4375 1.25))", @@ -77941,68 +55635,7 @@ "id": "1427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.145096733456322, - 7.145096733456322, - 7.145096733456322, - 7.145096733456322, - 7.145096733456322, - 7.145096733456322, - 7.145096733456322, - 7.145096733456322 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 624.457097167958, - 197.71919752828398, - -295.215020190245, - -587.406112673289, - -584.4952080467965, - -285.3480961134783, - 209.2573315071727, - 631.2051492821663 - ], - "relative wind speed": [ - 2.347016953706813, - 2.160325401211463, - 1.8674862009863975, - 1.6312329571045612, - 1.634458974141438, - 1.8742835644638243, - 2.166204055084396, - 2.349260257782138 - ], - "relative wind angle": [ - 0.06471198221937238, - 0.16742627435589372, - 0.19254298149734156, - 0.08923301549172151, - 0.09299291737645661, - 0.19327867365549964, - 0.16572528849216733, - 0.06191722097224171 - ], - "resistance": [ - 97258.957097168, - 96832.21919752832, - 96339.28497980979, - 96047.09388732674, - 96050.00479195324, - 96349.15190388655, - 96843.75733150721, - 97265.70514928219 - ], - "fuel": [ - 39.97134774094533, - 39.750870009212065, - 39.49703483773526, - 39.346998624022135, - 39.34849176788683, - 39.50210691620997, - 39.75682237027647, - 39.97483962130953 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 6.5625, 3.125 6.875, 3.4375 6.875, 3.4375 6.5625, 3.125 6.5625))", @@ -78034,9 +55667,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 50.71140160547429, + 50.71140160547384, 371.49976334950134, - 464.5329629847695, + 464.5329629847663, 211.91843808996555, -136.11749548060175, -386.1936173020233, @@ -78044,9 +55677,9 @@ -274.5744532734532 ], "relative wind speed": [ - 1.921822559950284, + 1.9218225599502838, 2.0884547622543286, - 2.1232824857096646, + 2.123282485709664, 2.011847757607971, 1.8025483769005668, 1.6065302079381971, @@ -78054,14 +55687,14 @@ 1.701484999407432 ], "relative wind angle": [ - 0.14710502890529972, + 0.1471050289053005, 0.07501788440888614, - 0.028418362626493714, - 0.12050281100474941, - 0.1569170494138068, + 0.02841836262649762, + 0.12050281100474942, + 0.15691704941380683, 0.09758500115502372, 0.038678864020996066, - 0.14262180429177007 + 0.1426218042917701 ], "resistance": [ 96685.2114016055, @@ -78114,9 +55747,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -21.327120943726868, + -21.327120943728005, 488.8842029169357, - 762.2225503316683, + 762.2225503316679, 444.1187417383867, -72.99699599165001, -501.52441628449674, @@ -78124,24 +55757,24 @@ -470.49246327095443 ], "relative wind speed": [ - 1.970724846073652, + 1.9707248460736517, 2.2356969847526056, - 2.3288693641839284, + 2.328869364183928, 2.2159650143969034, 1.9389512142089156, 1.626329370817103, 1.48985090347316, - 1.6531144198098269 + 1.6531144198098267 ], "relative wind angle": [ - 0.21452018978189064, - 0.12789132836404493, + 0.21452018978189116, + 0.12789132836404496, 0.006984490884380714, 0.13951154497366994, 0.2180918692464521, 0.17624290005323803, 0.01091797690302116, - 0.1875029778072413 + 0.1875029778072407 ], "resistance": [ 96613.17287905629, @@ -78194,19 +55827,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -193.08333449246152, + -193.0833344924622, 213.19598110482457, - 533.3553634061439, + 533.3553634061466, 473.1672304763456, - 109.83783634040674, + 109.83783634040697, -281.6042014549646, -488.83202554130924, -462.9317777764769 ], "relative wind speed": [ - 1.77911392893751, + 1.7791139289375097, 2.028733205492083, - 2.1728350783213166, + 2.172835078321316, 2.1510326098791106, 1.9718438374572105, 1.7139591804915477, @@ -78214,19 +55847,19 @@ 1.5577140952992956 ], "relative wind angle": [ - 0.182738806717713, + 0.18273880671771361, 0.14731906451938437, - 0.045041012658233716, + 0.04504101265822879, 0.07418758723251745, - 0.16470530504055766, + 0.164705305040557, 0.1746308574177852, - 0.06410655868674907, + 0.06410655868674905, 0.10253053607031444 ], "resistance": [ 96441.41666550754, 96847.69598110483, - 97167.85536340614, + 97167.85536340615, 97107.66723047635, 96744.3378363404, 96352.89579854504, @@ -78236,7 +55869,7 @@ "fuel": [ 39.35988712798104, 39.56918848616728, - 39.73455648177189, + 39.7345564817719, 39.70343913235692, 39.515883614966114, 39.314365663350344, @@ -78274,9 +55907,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -96.91014652391027, + -96.91014652391073, 380.44673024400254, - 703.2857592335308, + 703.2857592335301, 499.6699397645093, 39.26996794176284, -386.3117360943179, @@ -78284,9 +55917,9 @@ -468.25350690455684 ], "relative wind speed": [ - 1.66651353960092, + 1.6665135396009199, 1.965318345872983, - 2.099668795922044, + 2.0996687959220437, 2.0237956210283246, 1.7627151023951504, 1.4219548900229617, @@ -78298,9 +55931,9 @@ 0.1781100246743518, 0.02371544049090784, 0.13769237635463252, - 0.25382502405475493, - 0.24738632838872748, - 0.040996409606345464, + 0.253825024054755, + 0.2473863283887275, + 0.04099640960634546, 0.20922317187180997 ], "resistance": [ @@ -78354,7 +55987,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -217.35215711637977, + -217.3521571163801, 305.6741849526245, 740.5827848388876, 678.6743374742764, @@ -78364,9 +55997,9 @@ -556.1845979545733 ], "relative wind speed": [ - 1.497246563662615, + 1.4972465636626149, 1.869702285980918, - 2.077589529964748, + 2.0775895299647478, 2.0549527203535525, 1.8082983218587894, 1.4198251494583944, @@ -78374,17 +56007,17 @@ 1.1352794415245782 ], "relative wind angle": [ - 0.3369846752260918, + 0.33698467522609216, 0.2515490663828172, - 0.07858008373880253, - 0.11447854114214669, + 0.07858008373880111, + 0.1144785411421467, 0.2773083496606577, 0.33394322342282245, 0.14972990282475465, 0.20826594152242273 ], "resistance": [ - 96417.14784288364, + 96417.14784288363, 96940.17418495264, 97375.0827848389, 97313.1743374743, @@ -78394,7 +56027,7 @@ 96078.31540204544 ], "fuel": [ - 39.02042023094936, + 39.020420230949355, 39.289932082142144, 39.514812591617236, 39.4827582975771, @@ -78434,9 +56067,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -242.35238501356162, + -242.35238501356184, 337.060184015849, - 841.1216922980921, + 841.1216922980907, 805.1087762057382, 279.1044710103806, -290.3796997905731, @@ -78444,9 +56077,9 @@ -603.4658461907072 ], "relative wind speed": [ - 1.4269269966940255, + 1.4269269966940252, 1.8570678575919124, - 2.099932895530834, + 2.0999328955308334, 2.0871562620472006, 1.821962699303893, 1.38093001410207, @@ -78454,13 +56087,13 @@ 0.9997236965012458 ], "relative wind angle": [ - 0.41088587356916534, + 0.4108858735691659, 0.3019954772486116, - 0.10073612697708227, - 0.12184677670793027, + 0.10073612697708338, + 0.12184677670793029, 0.31816008972273013, 0.4114917221237686, - 0.21887430514233205, + 0.21887430514233258, 0.2565599014196367 ], "resistance": [ @@ -78514,19 +56147,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -207.14810287916566, + -207.14810287916634, 399.59819745580376, - 880.8917606713267, + 880.8917606713258, 754.5783203727672, - 192.72546346115655, + 192.72546346115632, -380.5137276887924, -676.2723714733103, -621.1013274848948 ], "relative wind speed": [ - 1.6191781252274262, + 1.619178125227426, 2.0147831426605842, - 2.2228782943936674, + 2.222878294393667, 2.1796055062649136, 1.8972149907664912, 1.4703099708751348, @@ -78534,14 +56167,14 @@ 1.2126344706727448 ], "relative wind angle": [ - 0.3453284867118307, - 0.24620908040793787, - 0.06589221880958483, - 0.13070310598116916, - 0.293075309488819, + 0.34532848671183136, + 0.2462090804079379, + 0.06589221880958485, + 0.1307031059811692, + 0.2930753094888193, 0.3405280820747963, - 0.1297339887956961, - 0.2364564967298927 + 0.12973398879569611, + 0.23645649672989266 ], "resistance": [ 96427.35189712084, @@ -78594,7 +56227,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -168.95423240334776, + -168.95423240334787, 485.27078421657325, 992.1649166511606, 810.9507732667573, @@ -78614,7 +56247,7 @@ 1.1196842140781618 ], "relative wind angle": [ - 0.40165162383358527, + 0.4016516238335858, 0.26990440383125386, 0.06236105447855996, 0.15816807908367841, @@ -78674,39 +56307,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 252.41126260047565, + 252.41126260047497, 706.229776262321, - 720.6584178969446, + 720.6584178969418, 275.7511862698726, - -229.34290120016385, + -229.34290120016396, -538.2751352989937, - -544.5843699289128, + -544.5843699289126, -248.75103098352122 ], "relative wind speed": [ - 1.7360684729902405, + 1.73606847299024, 1.9753368242255718, 1.980779463162376, - 1.7509756981055287, + 1.7509756981055289, 1.3533643624543028, 0.9713769975300207, - 0.9602299509941221, + 0.9602299509941222, 1.3340213435758292 ], "relative wind angle": [ - 0.3017378362842158, - 0.11216802726306224, - 0.10278426245361827, - 0.29466821263647247, - 0.39111177879661274, + 0.30173783628421613, + 0.11216802726306226, + 0.1027842624536226, + 0.29466821263647286, + 0.391111778796613, 0.22963332550436308, - 0.21326502582231302, + 0.2132650258223125, 0.39108876323055847 ], "resistance": [ 96886.91126260048, 97340.72977626232, - 97355.15841789695, + 97355.15841789694, 96910.25118626987, 96405.15709879984, 96096.22486470101, @@ -78716,7 +56349,7 @@ "fuel": [ 39.136095652252195, 39.370680034064634, - 39.37815094673469, + 39.378150946734685, 39.14814165309042, 38.887909556479144, 38.729210889713336, @@ -78754,34 +56387,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 179.6193030227414, + 179.61930302274072, 759.5968079199533, - 950.4384289349596, + 950.4384289349612, 483.23332167949934, -124.18625177455556, -555.3174544993078, - -638.2056711748191, - -373.80643189753744 + -638.205671174819, + -373.80643189753755 ], "relative wind speed": [ - 1.7116770426533605, + 1.71167704265336, 2.0347548959364015, - 2.1025480902009837, + 2.102548090200983, 1.8992049116648457, 1.475029313564178, 0.9825081616368424, 0.827551389710851, - 1.2241611322568158 + 1.2241611322568156 ], "relative wind angle": [ - 0.3835851902365448, + 0.3835851902365454, 0.17862573476327093, - 0.0615406307343811, + 0.06154063073437748, 0.2907257243463407, 0.44925021909580454, 0.37682086414410576, - 0.15689968917104175, - 0.4608557253086364 + 0.15689968917104105, + 0.46085572530863617 ], "resistance": [ 96814.11930302276, @@ -78834,17 +56467,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 622.0143199764034, + 622.0143199764022, 851.186748288573, - 468.1548156975084, + 468.1548156975082, -68.79007283248541, -473.8809782392395, -573.3658652364524, - -372.27770009731466, + -372.2777000973147, 100.98019680654772 ], "relative wind speed": [ - 1.9104808957916382, + 1.9104808957916377, 1.9972135090493168, 1.830994908210291, 1.4538659548352493, @@ -78854,13 +56487,13 @@ 1.5919504121012937 ], "relative wind angle": [ - 0.19318080740923918, - 0.0375563041889753, - 0.2611961206737508, + 0.19318080740924032, + 0.03755630418897529, + 0.26119612067375125, 0.42064964079248546, 0.3759182685178453, - 0.09249660802625238, - 0.42840445444264036, + 0.0924966080262524, + 0.42840445444264064, 0.3821683859000957 ], "resistance": [ @@ -78914,33 +56547,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 594.5469560499217, + 594.5469560499208, 1083.493719626058, - 806.0138522092137, + 806.0138522092133, 156.6736930170331, - -431.7149885930543, + -431.71498859305416, -688.510202293333, -568.7723676163608, -73.83906751839174 ], "relative wind speed": [ - 1.9838475771666773, + 1.983847577166677, 2.1787271939696167, - 2.0838018681158745, + 2.083801868115874, 1.7201184219497008, - 1.1861593496826661, + 1.1861593496826663, 0.7718633470550208, 1.0001974738552841, 1.5439617309826597 ], "relative wind angle": [ - 0.29033195738754136, + 0.29033195738754214, 0.04486445282701173, 0.20771313663149538, 0.4225766123504089, - 0.4992715497080428, + 0.4992715497080431, 0.1269363545664508, - 0.4440968083545796, + 0.4440968083545799, 0.47451045644453754 ], "resistance": [ @@ -78994,53 +56627,53 @@ ], "ice resistance": 53304.44509200783, "wind resistance": [ - -2626.715523208826, + -2626.715523208957, -2654.7690735943106, - -1457.7755283424885, + -1457.7755283425067, 626.4821947320015, - 2405.174258790612, + 2405.1742587905683, 2472.162823509352, - 746.317907978133, + 746.3179079781257, -1354.146176455586 ], "relative wind speed": [ - 6.965924024771208, + 6.9659240247712075, 6.958166261770951, - 7.197115300335764, + 7.1971153003357635, 7.52927031995171, 7.760481011268228, 7.76743750014713, - 7.546568385618212, + 7.546568385618213, 7.2152097332117595 ], "relative wind angle": [ - 0.025122226223174702, + 0.025122226223192382, 0.022603795492461748, - 0.055243418014212196, + 0.05524341801421421, 0.05377989929068859, - 0.022549625705135797, + 0.02254962570514072, 0.020248418002899293, - 0.05268287692072314, + 0.05268287692072525, 0.056123217329936255 ], "resistance": [ - 50677.729568799004, + 50677.72956879887, 50649.67601841352, - 51846.669563665346, + 51846.669563665324, 53930.92728673983, - 55709.61935079844, + 55709.6193507984, 55776.60791551718, - 54050.762999985964, + 54050.76299998596, 51950.298915552245 ], "fuel": [ - 39.97972582398592, + 39.97972582398588, 39.97007346024519, - 40.38452538882005, + 40.38452538882004, 41.11891135756984, - 41.75841524912403, + 41.758415249124006, 41.78273008625314, - 41.16162676079124, + 41.161626760791236, 40.420657204814574 ] }, @@ -79074,53 +56707,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 177.9409674537401, + 177.94096745371826, -670.2534595905454, -1117.1490284710562, -1073.623957875012, -507.34020761771535, 366.17039834045136, - 1042.7579516744117, + 1042.757951674368, 938.2465127062333 ], "relative wind speed": [ - 5.851392796694043, + 5.851392796694042, 5.677389850395955, 5.561832267541853, 5.577030732369518, 5.71327108238612, 5.886213435533355, - 5.995522158224639, + 5.99552215822464, 5.981387157862155 ], "relative wind angle": [ - 0.03706983260551059, - 0.03562448256007251, + 0.03706983260551359, + 0.035624482560072515, 0.01242598829265759, 0.018734313130513165, 0.03796644353516495, 0.03436013575950585, - 0.011527105197896197, + 0.011527105197905828, 0.017467694168453417 ], "resistance": [ - 96812.44096745375, + 96812.44096745372, 95964.24654040945, 95517.35097152894, 95560.87604212499, 96127.15979238228, 97000.67039834044, - 97677.25795167442, + 97677.25795167437, 97572.74651270623 ], "fuel": [ - 51.34206097654933, + 51.342060976549305, 50.90590855460316, 50.677185952959995, 50.69942956055319, 50.989472920831346, 51.439213918309505, - 51.78951718663898, + 51.789517186638946, 51.73529514153189 ] }, @@ -79154,19 +56787,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -20.944898668029055, + -20.944898668030874, -406.1249892920978, - -549.11324434385, + -549.1132443438091, -479.1276981225228, -144.83170237771446, 280.99900299825094, - 552.4296750960175, + 552.4296750959638, 384.5543010784595 ], "relative wind speed": [ - 3.8076837418790728, + 3.8076837418790723, 3.681497270421652, - 3.616254253126542, + 3.6162542531265416, 3.6536259282259294, 3.769527031489541, 3.8928610773027192, @@ -79176,31 +56809,31 @@ "relative wind angle": [ 0.04430547423497439, 0.0360677629352706, - 0.005280982227079432, + 0.005280982227058408, 0.02894705550860416, 0.04475425071538355, - 0.03410867364460768, - 0.0048304431128780995, + 0.034108673644607686, + 0.004830443112901084, 0.026986203596988733 ], "resistance": [ 96613.55510133196, 96228.3750107079, - 96085.38675565615, + 96085.38675565619, 96155.37230187748, 96489.66829762228, 96915.49900299826, - 97186.92967509602, + 97186.92967509596, 97019.05430107846 ], "fuel": [ 43.61141987136929, 43.413308587459646, - 43.339905351571254, + 43.339905351571275, 43.375823031367396, 43.547640427843284, 43.76710594698133, - 43.90734857340628, + 43.90734857340626, 43.82057848824366 ] }, @@ -79234,9 +56867,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1003.9322004442874, + 1003.9322004442747, 86.87855199423393, - -846.3597230079995, + -846.359723008004, -1265.748733794916, -1151.3240899456896, -428.3004321039425, @@ -79244,7 +56877,7 @@ 1275.9772796997713 ], "relative wind speed": [ - 4.705863590197222, + 4.705863590197221, 4.498390416035292, 4.239320161114845, 4.08413307616689, @@ -79254,9 +56887,9 @@ 4.752063137483239 ], "relative wind angle": [ - 0.03991947571477818, + 0.039919475714780966, 0.07431835209311519, - 0.0671719034880289, + 0.06717190348803055, 0.016750459632628095, 0.045409115557537794, 0.07664725198263928, @@ -79264,7 +56897,7 @@ 0.014395909329547894 ], "resistance": [ - 97638.43220044431, + 97638.4322004443, 96721.37855199425, 95788.14027699201, 95368.7512662051, @@ -79274,7 +56907,7 @@ 97910.47727969979 ], "fuel": [ - 46.19490365219966, + 46.194903652199656, 45.72064181311717, 45.24122264507098, 45.02683135167719, @@ -79314,11 +56947,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -25.007790992673108, + -25.007790992696755, -426.45427612529875, - -574.3443600658047, + -574.3443600659311, -501.15903419755523, - -151.92584494772655, + -151.92584494771836, 292.1438001569386, 573.9942474341842, 398.0909175985189 @@ -79334,19 +56967,19 @@ 4.346919746594594 ], "relative wind angle": [ - 0.03715320993495266, + 0.037153209934961635, 0.030021666716969982, - 0.0043098269065837795, + 0.004309826906635301, 0.024162686125503086, - 0.037462502624125864, + 0.037462502624122894, 0.028646186908018, - 0.003999681929059084, - 0.022786354031245223 + 0.003999681929059083, + 0.02278635403124522 ], "resistance": [ - 96609.49220900734, + 96609.49220900732, 96208.04572387472, - 96060.15563993421, + 96060.15563993408, 96133.34096580246, 96482.5741550523, 96926.64380015695, @@ -79354,9 +56987,9 @@ 97032.59091759853 ], "fuel": [ - 44.99165391458366, + 44.99165391458365, 44.78519448661883, - 44.70928742557574, + 44.70928742557567, 44.74684084706535, 44.926316556401915, 45.15518544508513, @@ -79396,15 +57029,15 @@ "wind resistance": [ -837.1445453974261, -1233.5201706078515, - -1087.8710587662354, + -1087.8710587662372, -331.9229902129523, - 675.9249306303832, + 675.924930630385, 1374.790034533757, 1034.6708322357094, 87.44146209940345 ], "relative wind speed": [ - 2.8139578483550736, + 2.813957848355073, 2.5839405710282635, 2.685594492556148, 3.0350581386385516, @@ -79416,10 +57049,10 @@ "relative wind angle": [ 0.14482905459650675, 0.031408373486933816, - 0.10870563759069343, + 0.10870563759069547, 0.16322343384532478, - 0.1200297580742855, - 0.022731503517104217, + 0.12002975807428456, + 0.02273150351710422, 0.08348333291195541, 0.15497004110282725 ], @@ -79474,19 +57107,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1151.2031926764953, + -1151.2031926765012, -1266.4056001371846, - -805.9960701629875, - 168.80546220688666, + -805.9960701629884, + 168.80546220688575, 1126.5233719669122, 1395.0723128392465, 632.3082367372208, -408.3761724525857 ], "relative wind speed": [ - 2.6472027492127452, + 2.647202749212745, 2.5662211175130296, - 2.824887224933006, + 2.8248872249330055, 3.2209153960873516, 3.516512767595827, 3.5760388163628973, @@ -79494,17 +57127,17 @@ 2.9998747392768643 ], "relative wind angle": [ - 0.10523549504520094, + 0.10523549504520517, 0.04366168915361687, 0.15513092522400448, - 0.15751726797689014, - 0.07915693854188069, + 0.15751726797689017, + 0.07915693854188068, 0.031327477617091086, 0.12967142516933164, - 0.169231779236064 + 0.16923177923606403 ], "resistance": [ - 95483.29680732351, + 95483.2968073235, 95368.09439986282, 95828.50392983701, 96803.30546220689, @@ -79514,7 +57147,7 @@ 96226.12382754742 ], "fuel": [ - 41.120333182982414, + 41.12033318298241, 41.061507293592385, 41.29690225325537, 41.79789491100662, @@ -79554,9 +57187,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -492.1559793953438, + -492.15597939534496, -815.6555022164684, - -751.8107706437861, + -751.8107706437866, -277.22060671331997, 407.30757589203904, 928.8343777163432, @@ -79574,14 +57207,14 @@ 2.397358504079563 ], "relative wind angle": [ - 0.1995407244876013, + 0.19954072448760296, 0.06496033234338949, - 0.13015660621089165, + 0.1301566062108925, 0.21142144907844906, 0.16162781206013693, 0.04302528876097434, 0.0906118316997993, - 0.19112171558777624 + 0.19112171558777627 ], "resistance": [ 96142.34402060462, @@ -79634,9 +57267,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -600.8553566467576, + -600.8553566467604, -781.3368251270936, - -652.3218469888648, + -652.3218469888689, -139.1217170018981, 482.9376846952523, 860.7304931867752, @@ -79644,7 +57277,7 @@ -52.621413756358834 ], "relative wind speed": [ - 2.6693620418470556, + 2.6693620418470547, 2.5486780456152, 2.6421595192360146, 2.880448567280223, @@ -79654,10 +57287,10 @@ 2.915702165892927 ], "relative wind angle": [ - 0.09239212103807265, + 0.09239212103807387, 0.006961542934979717, - 0.08381198840590477, - 0.11500844306912014, + 0.08381198840590875, + 0.11500844306912016, 0.07926892419382328, 0.005527731805027712, 0.07065160541366652, @@ -79714,9 +57347,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -933.4502231063757, + -933.450223106378, -998.0051763413189, - -596.3977825945326, + -596.397782594533, 189.72604974142087, 931.6342491712467, 1082.025452725412, @@ -79724,7 +57357,7 @@ -373.90944559034233 ], "relative wind speed": [ - 2.3353597249555285, + 2.335359724955528, 2.284201315088889, 2.5304506813656555, 2.8837837510347706, @@ -79734,14 +57367,14 @@ 2.640782135365841 ], "relative wind angle": [ - 0.09768182912414998, + 0.09768182912415112, 0.05392403450867834, - 0.15948833949091745, + 0.15948833949091815, 0.15500546179923116, 0.07268573141497352, 0.03880159252323755, 0.13521867032799215, - 0.16940090961497273 + 0.16940090961497276 ], "resistance": [ 95701.04977689363, @@ -79794,34 +57427,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -689.3074944888808, + -689.3074944888845, -858.4920416826635, - -695.9887835412092, - -109.23157388478648, - 575.0404886137744, + -695.9887835412114, + -109.23157388478467, + 575.0404886137726, 967.8329184172494, 584.5619813536482, - -98.01163706491434 + -98.01163706491525 ], "relative wind speed": [ - 2.705358433123552, + 2.7053584331235516, 2.586525330234578, - 2.7018882560168684, - 2.96510442195621, - 3.207999480117306, + 2.701888256016868, + 2.9651044219562097, + 3.2079994801173064, 3.304559219042766, 3.2109227284541983, - 2.969575842271309 + 2.9695758422713094 ], "relative wind angle": [ - 0.09456681347191263, + 0.09456681347191499, 0.0008707651071923286, - 0.09350452795887672, - 0.12137856516437635, - 0.07971532709337781, - 0.0006815601561110727, - 0.07864750489957902, - 0.12119489933756022 + 0.09350452795887793, + 0.12137856516437452, + 0.0797153270933806, + 0.0006815601561110726, + 0.07864750489957903, + 0.12119489933756114 ], "resistance": [ 95945.19250551114, @@ -79874,9 +57507,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 574.4630407174031, + 574.4630407174018, 1006.0109125592908, - 677.080130229122, + 677.0801302291211, 26.75555577769478, -553.0554936807322, -765.9034232346098, @@ -79884,24 +57517,24 @@ -89.80760216008889 ], "relative wind speed": [ - 2.2755013246179505, + 2.27550132461795, 2.42511075180017, 2.319128565657069, 1.9909866849121343, 1.5705633134350618, 1.327935706783043, 1.5053963251581133, - 1.9184752853109046 + 1.9184752853109044 ], "relative wind angle": [ - 0.18327288093989497, + 0.18327288093989558, 0.015577278147103543, - 0.15642187050800885, + 0.15642187050801026, 0.27921025449274234, 0.2672186442681743, - 0.028450318231343585, - 0.24235886165035148, - 0.29006355216064383 + 0.028450318231343582, + 0.2423588616503515, + 0.29006355216064345 ], "resistance": [ 97208.96304071741, @@ -79954,19 +57587,19 @@ ], "ice resistance": 96472.05709374016, "wind resistance": [ - 2055.0588361344417, + 2055.058836134398, -39.257306074570806, - -2052.14765029477, + -2052.147650294799, -2832.1299109060456, - -2485.9008277407265, + -2485.9008277407484, -773.5124223375678, 1439.3851433533346, 2881.810381417017 ], "relative wind speed": [ - 7.725564345068763, + 7.725564345068761, 7.433116344539343, - 7.093289456878614, + 7.093289456878612, 6.911343419873648, 7.007110053910185, 7.316605576765021, @@ -79974,31 +57607,31 @@ 7.811355061061822 ], "relative wind angle": [ - 0.03585522743736846, + 0.03585522743737155, 0.06057962356382174, - 0.05070087097342759, + 0.05070087097342978, 0.008444790372456873, - 0.03953336934828769, - 0.06154551320075054, - 0.04702985356143458, + 0.03953336934829049, + 0.06154551320075053, + 0.047029853561434576, 0.0074717760575885445 ], "resistance": [ - 98527.1159298746, + 98527.11592987456, 96432.7997876656, - 94419.90944344539, + 94419.90944344536, 93639.92718283412, - 93986.15626599944, + 93986.15626599942, 95698.5446714026, 97911.44223709349, 99353.86747515718 ], "fuel": [ - 60.70551275463208, + 60.705512754632075, 59.620081607526224, - 58.59223300612128, + 58.592233006121276, 58.19800113060164, - 58.37271870191777, + 58.37271870191775, 59.243399838842436, 60.38473088500348, 61.13849035345025 @@ -80034,53 +57667,53 @@ ], "ice resistance": 38062.254738042975, "wind resistance": [ - 408.30499085516567, + 408.304990855122, -2098.576943927721, - -3329.266161407013, - -3112.8661833795995, + -3329.2661614070203, + -3112.8661833796104, -1306.3031922262344, 1325.1264106590534, - 3280.420043959657, + 3280.4200439596025, 2765.528399027673 ], "relative wind speed": [ - 7.515752838982198, + 7.5157528389821975, 7.104132005947542, - 6.840954700265721, - 6.901181326338671, + 6.84095470026572, + 6.901181326338672, 7.243396805163715, 7.647525511941535, 7.883823742489251, 7.831157916599517 ], "relative wind angle": [ - 0.06944667991097639, + 0.06944667991098119, 0.06554506572726357, 0.01995752772330547, - 0.039458522376414826, + 0.039458522376417636, 0.0720623633451781, - 0.06088178907651126, - 0.01731726990592884, + 0.06088178907651127, + 0.01731726990593525, 0.03477067207750474 ], "resistance": [ - 38470.55972889814, + 38470.55972889809, 35963.677794115254, - 34732.988576635966, - 34949.388554663376, + 34732.98857663595, + 34949.38855466337, 36755.951545816744, 39387.38114870203, - 41342.674782002636, + 41342.67478200258, 40827.78313707065 ], "fuel": [ - 36.056222958523115, + 36.0562229585231, 35.319114774881804, 34.96580848323195, 35.0275242240252, 35.549542680034925, 36.33163954715912, - 36.929465459718834, + 36.92946545971881, 36.77065882732715 ] }, @@ -80114,47 +57747,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1725.3296945460897, + 1725.3296945460497, -433.33616035924206, - -2271.96830844525, + -2271.9683084452827, -2758.2447669131616, - -2213.7620127194205, + -2213.7620127194277, -335.04676824216585, - 1808.0190431565243, + 1808.019043156546, 2965.4048303413656 ], "relative wind speed": [ - 6.867714723079352, + 6.8677147230793505, 6.514927652454526, 6.147409080658433, 5.994215150575368, - 6.160664675285729, + 6.16066467528573, 6.532611456546123, - 6.8795825711995455, + 6.879582571199545, 7.013464157427984 ], "relative wind angle": [ - 0.05341004920696197, + 0.053410049206966126, 0.07830419283529788, - 0.05763143911427475, + 0.05763143911428053, 0.0014795945503415285, - 0.059546719227108726, + 0.05954671922711059, 0.07809179055610427, - 0.05149214571273878, + 0.051492145712734465, 0.0012645686923298007 ], "resistance": [ - 98359.8296945461, + 98359.82969454606, 96201.16383964077, - 94362.53169155476, + 94362.53169155473, 93876.25523308685, 94420.73798728059, 96299.45323175786, - 98442.51904315654, + 98442.51904315656, 99599.90483034137 ], "fuel": [ - 55.76334005524879, + 55.76334005524876, 54.64616024849116, 53.70828232768757, 53.4623383232851, @@ -80194,9 +57827,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1462.5449838386176, + 1462.544983838574, 55.81461335540189, - -1334.0151657274037, + -1334.0151657274237, -1916.534544196329, -1710.7870497030362, -580.8304525983549, @@ -80204,7 +57837,7 @@ 1952.104389918988 ], "relative wind speed": [ - 5.856661581540009, + 5.856661581540008, 5.598655188730342, 5.28696648066067, 5.109719999503725, @@ -80214,19 +57847,19 @@ 5.92345602586673 ], "relative wind angle": [ - 0.040967350738537564, - 0.07274208816896825, - 0.06351520136406802, - 0.013245486511480149, + 0.040967350738545696, + 0.07274208816896827, + 0.06351520136407326, + 0.01324548651148015, 0.04626759739951948, 0.07454262170941908, 0.05823410722417359, 0.011425799503216393 ], "resistance": [ - 98097.04498383863, + 98097.04498383858, 96690.31461335541, - 95300.48483427262, + 95300.48483427259, 94717.96545580369, 94923.71295029698, 96053.66954740166, @@ -80234,9 +57867,9 @@ 98586.604389919 ], "fuel": [ - 50.81106670567938, + 50.81106670567935, 50.08244551673687, - 49.36980942789938, + 49.36980942789937, 49.07325986650647, 49.17785778403153, 49.75511321866044, @@ -80274,53 +57907,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1408.8938601144691, + 1408.8938601144473, -125.22589253664046, - -1532.6036197298308, + -1532.60361972984, -2013.7533663451795, - -1710.6362619124993, + -1710.6362619125066, -425.7593367213358, - 1155.940245721309, + 1155.9402457213055, 2129.5233580656877 ], "relative wind speed": [ 5.793899835604846, 5.502434023311796, - 5.174704414236585, + 5.174704414236584, 5.012127734602504, 5.126256068552708, 5.437922066791329, - 5.750670466187027, + 5.750670466187028, 5.892906936090514 ], "relative wind angle": [ - 0.0498187200548578, + 0.049818720054862264, 0.08012253429787719, - 0.06464594354413136, + 0.06464594354413308, 0.006456590029637662, - 0.05631358234948751, - 0.08107513153352905, - 0.0581635232420004, - 0.005491549776623744 + 0.05631358234948949, + 0.08107513153352906, + 0.05816352324200231, + 0.0054915497766237446 ], "resistance": [ - 98043.39386011448, + 98043.39386011446, 96509.27410746337, - 95101.89638027019, + 95101.89638027018, 94620.74663365484, - 94923.86373808752, + 94923.8637380875, 96208.74066327867, - 97790.44024572133, + 97790.44024572131, 98764.02335806571 ], "fuel": [ - 50.50094396607872, + 50.50094396607871, 49.70701084867947, 48.98637108153044, 48.741691679927314, - 48.89573562057051, + 48.895735620570505, 49.552505514992916, - 50.36943320932018, + 50.36943320932016, 50.87690506369074 ] }, @@ -80354,9 +57987,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1386.3899418548426, + 1386.3899418548408, -22.911576930770025, - -1347.838960111506, + -1347.8389601115114, -1846.2804466348343, -1589.8711036825007, -429.8627298324973, @@ -80364,7 +57997,7 @@ 1991.507096283296 ], "relative wind speed": [ - 4.869275668040784, + 4.869275668040783, 4.5499184196259455, 4.172800722444855, 3.9709331297174635, @@ -80375,11 +58008,11 @@ ], "relative wind angle": [ 0.06459279125112301, - 0.1097249056491485, - 0.09367454100030465, + 0.10972490564914848, + 0.09367454100030703, 0.013535981825593062, - 0.07691110634522745, - 0.11237431207253051, + 0.07691110634522746, + 0.1123743120725305, 0.08142211708965182, 0.010820665272272883 ], @@ -80434,34 +58067,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 473.5135072563562, + 473.5135072563544, -1161.219791823759, - -2054.2158645376503, + -2054.215864537653, -1979.5346281104112, -899.2199677510762, 778.1478487948234, - 2120.6349111123536, - 1945.6965571701066 + 2120.6349111123645, + 1945.696557170103 ], "relative wind speed": [ - 4.5160654650653775, + 4.516065465065377, 4.058826553750478, - 3.7279234899689846, + 3.7279234899689837, 3.7648693342158777, 4.1403374059548455, 4.5894627274306385, 4.862080580661177, - 4.833528733356816 + 4.833528733356817 ], "relative wind angle": [ 0.12602708978797275, - 0.13229126669923533, + 0.1322912666992353, 0.050855581546052867, - 0.07108045999063656, + 0.07108045999063654, 0.13753339534902712, 0.1169209332451664, - 0.038985783269750475, - 0.05534671035174854 + 0.03898578326974763, + 0.055346710351750546 ], "resistance": [ 97108.01350725637, @@ -80470,7 +58103,7 @@ 94654.9653718896, 95735.28003224893, 97412.64784879483, - 98755.13491111237, + 98755.13491111239, 98580.19655717011 ], "fuel": [ @@ -80514,19 +58147,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 663.1855943441137, + 663.1855943441064, -313.9886622842132, - -1046.9098868463793, + -1046.9098868463802, -1189.2814175451317, - -804.2479790590678, + -804.2479790590687, 91.43849086654927, 1010.9137804418574, 1342.669927151897 ], "relative wind speed": [ - 3.2457749904366895, + 3.2457749904366886, 2.882733294876964, - 2.523593591386267, + 2.5235935913862666, 2.418171609602699, 2.6556386737901123, 3.045869466159342, @@ -80534,17 +58167,17 @@ 3.4263563913850943 ], "relative wind angle": [ - 0.12824858412764456, - 0.17584327636959066, - 0.1183870354231398, + 0.12824858412764717, + 0.17584327636959068, + 0.11838703542314076, 0.034237383020694435, - 0.1569623863156437, + 0.15696238631564438, 0.16633474569984205, 0.0891060959633906, - 0.0241608689379844 + 0.024160868937984404 ], "resistance": [ - 97297.6855943441, + 97297.68559434409, 96320.51133771577, 95587.59011315361, 95445.21858245485, @@ -80554,7 +58187,7 @@ 97977.16992715189 ], "fuel": [ - 41.71278585304877, + 41.71278585304876, 41.20878044212424, 40.83308739405849, 40.76034006056321, @@ -80594,11 +58227,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 596.6598560887869, + 596.6598560887824, -306.08049292934356, -981.1341604296013, -1108.9444136608363, - -751.6583161129888, + -751.6583161129879, 78.05858598049917, 924.6779236105513, 1223.5924872714759 @@ -80614,17 +58247,17 @@ 3.444430021221115 ], "relative wind angle": [ - 0.11457419167235686, + 0.11457419167235977, 0.1544662321237856, - 0.10166835425749574, - 0.030095631214151087, - 0.1367684795044771, - 0.1468864885325094, + 0.10166835425749575, + 0.03009563121415109, + 0.1367684795044763, + 0.14688648853250943, 0.07912750933786883, 0.022169025180562397 ], "resistance": [ - 97231.15985608881, + 97231.1598560888, 96328.41950707068, 95653.36583957041, 95525.55558633918, @@ -80634,7 +58267,7 @@ 97858.0924872715 ], "fuel": [ - 41.83452204949011, + 41.834522049490104, 41.369006495400534, 41.02288362630036, 40.957541898704505, @@ -80674,51 +58307,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1271.5837430311603, + 1271.5837430311385, 566.088645798276, -406.458519660855, -1100.6297100968454, - -1205.8937940064807, + -1205.8937940064889, -779.2547773762153, 133.1652761553696, 1024.1735261539934 ], "relative wind speed": [ - 3.841899332649019, + 3.8418993326490187, 3.6694215129196457, 3.352555291592198, 3.064065845149647, - 2.9992727738794778, + 2.999272773879478, 3.207985881338347, 3.53782428494701, 3.7904258535065756 ], "relative wind angle": [ - 0.02429664784136201, + 0.02429664784137115, 0.09936838765188266, 0.12605036386463947, - 0.07579794760205205, - 0.03112459914234999, + 0.07579794760205207, + 0.031124599142357125, 0.11371949301056955, - 0.1194169061691118, - 0.06125241221886172 + 0.11941690616911181, + 0.061252412218861726 ], "resistance": [ - 97906.08374303118, + 97906.08374303115, 97200.58864579829, 96228.04148033916, 95533.87028990316, - 95428.60620599354, + 95428.60620599352, 95855.2452226238, 96767.66527615539, 97658.673526154 ], "fuel": [ - 43.24950616172441, + 43.24950616172439, 42.88367324460168, 42.38239739861351, 42.02675629982464, - 41.972983468197455, + 41.97298346819745, 42.19118173539927, 42.66009874723517, 43.1210012805636 @@ -80754,9 +58387,9 @@ ], "ice resistance": 49210.86800994255, "wind resistance": [ - 3183.4308201290805, + 3183.430820128964, 1245.4677231200876, - -1326.707698038077, + -1326.7076980380698, -3065.498655790263, -3253.5963201236336, -2016.0155142442127, @@ -80764,9 +58397,9 @@ 2735.7151772456527 ], "relative wind speed": [ - 7.870342401430337, + 7.870342401430336, 7.634233948866041, - 7.2377150814303945, + 7.237715081430394, 6.90692781869865, 6.854614658069571, 7.116635696756978, @@ -80774,17 +58407,17 @@ 7.824473128183212 ], "relative wind angle": [ - 0.01794791926764393, + 0.017947919267656307, 0.06016784557691039, - 0.07023980933104171, + 0.07023980933104011, 0.03755120411336308, 0.020607822841864524, 0.06454977882914067, - 0.06760317632951605, - 0.03314600086044669 + 0.06760317632951607, + 0.03314600086044668 ], "resistance": [ - 52394.298830071624, + 52394.29883007151, 50456.33573306263, 47884.160311904474, 46145.36935415228, @@ -80794,7 +58427,7 @@ 51946.5831871882 ], "fuel": [ - 40.57591633661228, + 40.575916336612245, 39.90363065383851, 39.03291834716812, 38.45826294362577, @@ -80834,19 +58467,19 @@ ], "ice resistance": 34952.37730385114, "wind resistance": [ - 2770.721060670643, + 2770.7210606704466, 1067.373520423087, - -1188.1329082661905, + -1188.1329082661941, -2704.8003493959623, -2862.7113118117522, -1770.1763777262386, - 394.1944383483533, + 394.19443834833874, 2393.9793289335466 ], "relative wind speed": [ - 7.806512740296376, + 7.806512740296375, 7.597122626308601, - 7.248992085260135, + 7.248992085260134, 6.961612867401432, 6.917877442023832, 7.14719506296713, @@ -80854,27 +58487,27 @@ 7.767536015475089 ], "relative wind angle": [ - 0.016110151659032453, - 0.05309119188309654, - 0.06134115233080556, - 0.032369019215767285, - 0.018179794713516256, + 0.01611015165905313, + 0.053091191883096536, + 0.061341152330805566, + 0.03236901921576728, + 0.018179794713516252, 0.05643681619852321, - 0.05928533998256397, + 0.05928533998256584, 0.029009564387315695 ], "resistance": [ - 37723.098364521786, + 37723.09836452159, 36019.75082427423, - 33764.24439558495, + 33764.244395584945, 32247.57695445518, 32089.66599203939, 33182.200926124904, - 35346.57174219949, + 35346.57174219948, 37346.35663278469 ], "fuel": [ - 35.83399723226279, + 35.83399723226273, 35.335346463522214, 34.69166557519483, 34.26948032298105, @@ -80914,51 +58547,51 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1735.5311158619588, + 1735.5311158618788, 757.8159279920364, -626.0632235811136, -1620.1071599981715, - -1770.5850133949916, + -1770.5850133949389, -1184.8196020476535, 111.90881120445556, 1375.4189578915502 ], "relative wind speed": [ - 6.639175756721914, + 6.639175756721913, 6.502135940529873, 6.256933818786892, 6.04364662523546, - 5.995327066272147, + 5.9953270662721465, 6.143682085776337, 6.393229273813059, 6.59522075669188 ], "relative wind angle": [ - 0.01027799091676059, + 0.010277990916771394, 0.04244471879665607, 0.051476555753127845, 0.0296880839167138, - 0.011381807744482273, + 0.011381807744472519, 0.04492278207031603, - 0.05037820205881458, - 0.027204557563679174 + 0.050378202058814575, + 0.027204557563679177 ], "resistance": [ - 98370.03111586202, + 98370.03111586193, 97392.3159279921, 96008.43677641894, 95014.39284000189, - 94863.91498660507, + 94863.91498660512, 95449.68039795241, 96746.40881120451, 98009.91895789161 ], "fuel": [ - 54.79327540467219, + 54.793275404672144, 54.28509065064125, 53.57187548693349, 53.06396904084839, - 52.98740285657816, + 52.98740285657817, 53.28592656980386, 53.9513201558747, 54.60568695181681 @@ -80994,54 +58627,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1459.2193362216804, + 1459.2193362216603, 188.18838545978906, - -1145.1890846852675, + -1145.1890846852748, -1782.7202544168395, -1652.8467115346775, -669.8603735911984, 738.2562775333208, - 1768.196652516519 + 1768.196652516548 ], "relative wind speed": [ - 5.699838394306223, + 5.699838394306222, 5.465035159455406, 5.162922686302435, 4.9735809589917555, 5.02325574367401, 5.277750154514468, 5.573642016027304, - 5.743235014511936 + 5.743235014511935 ], "relative wind angle": [ - 0.03610884298267908, - 0.07048541995230934, - 0.06561880427440761, - 0.01887764235463423, + 0.03610884298268215, + 0.07048541995230932, + 0.0656188042744093, + 0.018877642354634225, 0.040974907200184874, 0.07299102373379925, 0.06077718140484726, - 0.016347596383393337 + 0.016347596383386544 ], "resistance": [ - 98093.71933622171, + 98093.7193362217, 96822.68838545981, - 95489.31091531477, + 95489.31091531475, 94851.77974558319, 94981.65328846536, 95964.63962640883, 97372.75627753335, - 98402.69665251655 + 98402.69665251658 ], "fuel": [ - 50.113735593655875, + 50.11373559365587, 49.45509524932507, - 48.77060829095353, + 48.770608290953525, 48.44567057332909, 48.511742023226915, 49.01385861712069, 49.739399170623145, - 50.27475400282246 + 50.274754002822476 ] }, { @@ -81061,68 +58694,7 @@ "id": "1514", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.970698422176444, - 10.970698422176444, - 10.970698422176444, - 10.970698422176444, - 10.970698422176444, - 10.970698422176444, - 10.970698422176444, - 10.970698422176444 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -748.8745776123174, - -1082.825660956335, - -950.8627989411189, - -285.8525410329721, - 590.9994854630745, - 1188.699644711602, - 879.4253944042953, - 52.599675674940954 - ], - "relative wind speed": [ - 2.809966312021659, - 2.6150828009779, - 2.707014437853588, - 3.012824388773019, - 3.3258924968525223, - 3.481208629103703, - 3.4102117835361385, - 3.143304117919707 - ], - "relative wind angle": [ - 0.125917701035631, - 0.025201078953950986, - 0.09608347102258141, - 0.14427413032258024, - 0.10630402565485371, - 0.018930169212352133, - 0.07622722825249852, - 0.13824595867744657 - ], - "resistance": [ - 95885.62542238769, - 95551.67433904366, - 95683.63720105888, - 96348.64745896703, - 97225.49948546308, - 97823.1996447116, - 97513.9253944043, - 96687.09967567494 - ], - "fuel": [ - 41.27526090845636, - 41.104371184092514, - 41.171849736751426, - 41.51288549088559, - 41.9650749954171, - 42.27494661834497, - 42.11444053691933, - 41.687085078601235 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -3.75, -5.625 -3.125, -5 -3.125, -5 -3.75, -5.625 -3.75))", @@ -81141,68 +58713,7 @@ "id": "1515", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.117544889763078, - 13.117544889763078, - 13.117544889763078, - 13.117544889763078, - 13.117544889763078, - 13.117544889763078, - 13.117544889763078, - 13.117544889763078 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -844.5024820316357, - -1322.636919710213, - -1215.325712451936, - -463.4582014779353, - 601.8915858266682, - 1382.6861902990995, - 1130.2427279962712, - 159.53850406718902 - ], - "relative wind speed": [ - 3.43056155417956, - 3.2134402815877228, - 3.275279733934878, - 3.5689602458660543, - 3.8959999677977315, - 4.076931429735385, - 4.0274198925081395, - 3.769627447045995 - ], - "relative wind angle": [ - 0.11007379984452322, - 0.03144704438415216, - 0.07149467138006985, - 0.12131689507382702, - 0.09687962360009703, - 0.024785035353295733, - 0.058125900854499694, - 0.11482952683891534 - ], - "resistance": [ - 95789.99751796837, - 95311.86308028978, - 95419.17428754807, - 96171.04179852207, - 97236.39158582667, - 98017.1861902991, - 97764.74272799627, - 96794.03850406718 - ], - "fuel": [ - 42.777180613329314, - 42.53280766383562, - 42.58758003465754, - 42.97254020839809, - 43.521606900522286, - 43.92669961754713, - 43.79547846788263, - 43.29311144800071 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -4.375, -7.5 -3.75, -6.875 -3.75, -6.875 -4.375, -7.5 -4.375))", @@ -81221,68 +58732,7 @@ "id": "1516", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.630334989896253, - 13.630334989896253, - 13.630334989896253, - 13.630334989896253, - 13.630334989896253, - 13.630334989896253, - 13.630334989896253, - 13.630334989896253 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -327.31863940340554, - -1237.5346387693553, - -1440.785614453479, - -1050.416950839146, - -13.089184156429837, - 1092.8660449297295, - 1571.4882440589545, - 826.1989688564809 - ], - "relative wind speed": [ - 3.765540025927415, - 3.437477319867876, - 3.3249245370156326, - 3.5130852827756867, - 3.862963396053331, - 4.1575867473214885, - 4.248135439138058, - 4.093899080589821 - ], - "relative wind angle": [ - 0.12290644134528121, - 0.08497045911238953, - 0.014759515515975648, - 0.10297806511745262, - 0.11979165030670785, - 0.07022646253359249, - 0.011551793883983691, - 0.08832696084226446 - ], - "resistance": [ - 96307.18136059662, - 95396.96536123066, - 95193.71438554654, - 95584.08304916086, - 96621.41081584358, - 97727.36604492975, - 98205.98824405897, - 97460.6989688565 - ], - "fuel": [ - 43.45783622022718, - 42.99160783722418, - 42.887920232073334, - 43.0872010172143, - 43.61950583302401, - 44.191436974712566, - 44.440361604209386, - 44.05311697200021 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -4.375, -6.875 -3.75, -6.25 -3.75, -6.25 -4.375, -6.875 -4.375))", @@ -81301,68 +58751,7 @@ "id": "1517", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.509346315476233, - 12.509346315476233, - 12.509346315476233, - 12.509346315476233, - 12.509346315476233, - 12.509346315476233, - 12.509346315476233, - 12.509346315476233 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -564.9843635777534, - -1194.0233401258597, - -1226.574922931763, - -680.1044527627391, - 298.4020555845127, - 1164.4687387238364, - 1240.9258787554936, - 432.10980808578915 - ], - "relative wind speed": [ - 3.3536437585145404, - 3.0839410329046415, - 3.0642020455340626, - 3.3096740086070224, - 3.6452695137246818, - 3.8761093885855638, - 3.891732533314561, - 3.6852373388243564 - ], - "relative wind angle": [ - 0.1238055579892494, - 0.061325221481810285, - 0.04794165397231806, - 0.12014272918944316, - 0.11385604869285006, - 0.04878082824710327, - 0.03774193478502646, - 0.10784851944978129 - ], - "resistance": [ - 96069.51563642226, - 95440.47665987416, - 95407.92507706826, - 95954.39554723728, - 96932.90205558453, - 97798.96873872385, - 97875.42587875552, - 97066.6098080858 - ], - "fuel": [ - 42.45024383390637, - 42.128266413837906, - 42.11164475640663, - 42.39120884415409, - 42.89457077435918, - 43.34306379915878, - 43.38279123812411, - 42.96362920833678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 -1.25, 2.5 -0.625, 3.125 -0.625, 3.125 -1.25, 2.5 -1.25))", @@ -81394,19 +58783,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 652.6030725265264, - -481.25611639776116, - -1255.2729943392892, + 652.6030725265227, + -481.2561163977616, + -1255.2729943392915, -1349.0665051536225, - -796.7528822990525, + -796.7528822990535, 283.0801063181543, 1312.5844833616611, 1529.6476363802149 ], "relative wind speed": [ - 3.2204341323548524, + 3.2204341323548515, 2.7790452182047867, - 2.3689191630896484, + 2.368919163089648, 2.296526143206812, 2.6282507749530226, 3.0912466436779873, @@ -81414,13 +58803,13 @@ 3.4648038631999007 ], "relative wind angle": [ - 0.16417919380480958, - 0.2121172210168216, - 0.12743281848419497, - 0.06942456194533382, - 0.20163209856282754, + 0.16417919380481025, + 0.21211722101682162, + 0.12743281848419674, + 0.06942456194533381, + 0.2016320985628281, 0.19041619230841494, - 0.08825464158755256, + 0.08825464158755257, 0.045994944861421624 ], "resistance": [ @@ -81474,17 +58863,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -17.375388601876693, + -17.37538860188124, -1038.8211933833113, - -1411.0081070015776, + -1411.0081070015858, -1190.5947404469352, - -271.2488240231605, + -271.2488240231587, 876.2167966831585, - 1608.898386291884, + 1608.898386291904, 1093.3410033927166 ], "relative wind speed": [ - 3.40327359056541, + 3.403273590565409, 3.002549230785764, 2.7883758654747886, 2.9305313500156087, @@ -81494,23 +58883,23 @@ 3.737947557439337 ], "relative wind angle": [ - 0.15590522327265952, + 0.15590522327266026, 0.13559163042131933, - 0.016336942755872122, + 0.016336942755878915, 0.1167815507585305, - 0.16017467853828785, + 0.16017467853828715, 0.11050623562974607, - 0.011846742780117504, - 0.09147568300519063 + 0.011846742780108131, + 0.09147568300519061 ], "resistance": [ 96617.12461139812, 95595.67880661669, - 95223.49189299843, + 95223.49189299841, 95443.90525955307, 96363.25117597684, 97510.71679668316, - 98243.39838629188, + 98243.3983862919, 97727.84100339272 ], "fuel": [ @@ -81520,7 +58909,7 @@ 41.711367872771106, 42.18244895174188, 42.77483301853741, - 43.15564600645846, + 43.15564600645847, 42.88747557116427 ] }, @@ -81554,39 +58943,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -58.2189256622205, + -58.218925662226866, -664.746746352539, - -871.1297313802625, - -741.2561611943829, + -871.1297313803007, + -741.2561611943811, -187.5537019058729, 493.83870028350793, 911.9948089401541, 602.4859559518482 ], "relative wind speed": [ - 3.8508579743538953, + 3.8508579743538944, 3.6501276230228292, - 3.5511903226633494, - 3.6206395538319796, + 3.551190322663349, + 3.620639553831979, 3.8112856752637425, 4.003944801412888, 4.09194977111618, 4.0306295858516865 ], "relative wind angle": [ - 0.07027162385028055, + 0.07027162385028213, 0.05625120728502957, - 0.005585652923901423, - 0.04895124171725477, + 0.0055856529239213, + 0.0489512417172525, 0.07100247118462649, 0.05127587554846116, - 0.004847491357032683, + 0.004847491357032682, 0.043968596102884915 ], "resistance": [ 96576.28107433782, 95969.7532536475, - 95763.37026861978, + 95763.37026861974, 95893.24383880566, 96446.94629809418, 97128.33870028355, @@ -81596,7 +58985,7 @@ "fuel": [ 43.70191250061574, 43.390288421066785, - 43.284564358870554, + 43.28456435887054, 43.351076363090115, 43.63534757962063, 43.98674068645923, @@ -81634,53 +59023,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -244.57794649151037, + -244.57794649153402, -1148.9839970473713, - -1380.420818261242, + -1380.4208182619896, -1106.924130109377, -173.2553980696157, 883.0514588861861, - 1437.7648400485668, + 1437.7648400490598, 823.3792864668048 ], "relative wind speed": [ - 5.7434157827430425, + 5.743415782743042, 5.541054392710751, - 5.459505793283424, + 5.459505793283423, 5.551673755220387, 5.757900308309591, 5.95289484460413, - 6.027772167807796, + 6.027772167807795, 5.942992455782752 ], "relative wind angle": [ - 0.04949135681927341, + 0.0494913568192779, 0.03534094704703624, - 0.001328164389494759, - 0.03712165325684774, + 0.0013281643896619407, + 0.037121653256847735, 0.04936675541308526, - 0.03289503131333087, - 0.0012029520351739993, + 0.03289503131333088, + 0.001202952035081708, 0.034676348464157826 ], "resistance": [ - 96389.92205350852, + 96389.92205350849, 95485.51600295266, - 95254.07918173878, + 95254.07918173804, 95527.57586989066, 96461.24460193042, 97517.55145888621, - 98072.26484004859, + 98072.26484004909, 97457.87928646684 ], "fuel": [ - 50.96299175539026, + 50.96299175539025, 50.4994511020999, - 50.38132048785367, + 50.38132048785329, 50.52094081627044, 50.99967660511378, 51.54520558461369, - 51.83334960968867, + 51.83334960968892, 51.514277282665105 ] }, @@ -81701,68 +59090,7 @@ "id": "1543", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.81085021174573, - 12.81085021174573, - 12.81085021174573, - 12.81085021174573, - 12.81085021174573, - 12.81085021174573, - 12.81085021174573, - 12.81085021174573 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1689.6688042888609, - -1642.7881562052658, - -756.2754115318075, - 644.9111655107381, - 1791.998352952237, - 1682.8465463831362, - 456.76104164699336, - -917.6137658166654 - ], - "relative wind speed": [ - 2.9933928101850067, - 3.021894260640274, - 3.404095170702305, - 3.858724519363434, - 4.135615422193872, - 4.114835417591385, - 3.80471437891944, - 3.3427474508282145 - ], - "relative wind angle": [ - 0.06783110697409592, - 0.08649245898090463, - 0.16885272047838895, - 0.14249088533156634, - 0.04907877861092649, - 0.06348266625455243, - 0.15092879605141724, - 0.16467256298363295 - ], - "resistance": [ - 94944.83119571116, - 94991.71184379475, - 95878.2245884682, - 97279.41116551076, - 98426.49835295226, - 98317.34654638315, - 97091.26104164701, - 95716.88623418334 - ], - "fuel": [ - 42.10564785793194, - 42.12950676208061, - 42.58221799990595, - 43.303719167098635, - 43.89981756425652, - 43.842884660976765, - 43.20641198045682, - 42.499610433163554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 3.125, -8.125 3.75, -7.5 3.75, -7.5 3.125, -8.125 3.125))", @@ -81781,68 +59109,7 @@ "id": "1549", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.770063594388699, - 12.770063594388699, - 12.770063594388699, - 12.770063594388699, - 12.770063594388699, - 12.770063594388699, - 12.770063594388699, - 12.770063594388699 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1477.2298705981884, - -1771.8129846107772, - -1317.5628207650789, - -34.65249951614351, - 1379.21659265569, - 2066.4896931987214, - 1150.3069669833176, - -301.3087560669983 - ], - "relative wind speed": [ - 3.0991123623985803, - 2.9197565735613877, - 3.1709040488908666, - 3.6465612513789125, - 4.043974949130923, - 4.175314643846043, - 3.9879315862609355, - 3.5582048653656813 - ], - "relative wind angle": [ - 0.1334073810125419, - 0.015366585618905542, - 0.15057852759000678, - 0.17303281542422833, - 0.10211151213682358, - 0.0107454864799324, - 0.1195614600901621, - 0.17737458225115219 - ], - "resistance": [ - 95157.27012940179, - 94862.68701538921, - 95316.93717923491, - 96599.84750048384, - 98013.71659265568, - 98700.9896931987, - 97784.8069669833, - 96333.19124393299 - ], - "fuel": [ - 42.18235963741864, - 42.032392138359455, - 42.26377849171331, - 42.92141489691059, - 43.653276437629316, - 44.011716552197996, - 43.53428120548713, - 42.784219270507805 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 2.5, -8.125 3.125, -7.5 3.125, -7.5 2.5, -8.125 2.5))", @@ -81861,68 +59128,7 @@ "id": "1551", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.530361601910931, - 9.530361601910931, - 9.530361601910931, - 9.530361601910931, - 9.530361601910931, - 9.530361601910931, - 9.530361601910931, - 9.530361601910931 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -910.1549542221542, - -1072.2141183309247, - -765.976351182207, - 27.538244230225246, - 880.7588255575179, - 1257.6332128482427, - 673.5975330772831, - -212.9473884468489 - ], - "relative wind speed": [ - 2.27042670762038, - 2.136679136011116, - 2.358365542656202, - 2.749650493753688, - 3.064418666648143, - 3.1591298594569186, - 2.997267283107968, - 2.6429001799874317 - ], - "relative wind angle": [ - 0.14280628035520657, - 0.025445074918690042, - 0.1704371511080084, - 0.18705336871638356, - 0.10564225404648846, - 0.017208782092870172, - 0.1338575781661539, - 0.19470368935593718 - ], - "resistance": [ - 95724.34504577787, - 95562.28588166909, - 95868.5236488178, - 96662.03824423024, - 97515.25882555754, - 97892.13321284826, - 97308.09753307729, - 96421.55261155317 - ], - "fuel": [ - 40.322358276097695, - 40.239474655604575, - 40.39617920101033, - 40.80385118602646, - 41.24481150029672, - 41.44044973723051, - 41.137497669854454, - 40.680053080612815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 4.375, -6.25 5, -5.625 5, -5.625 4.375, -6.25 4.375))", @@ -81954,39 +59160,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -813.0127488505218, + -813.0127488505232, -1118.18113919286, - -960.1519332696239, + -960.1519332696266, -252.74566237646013, - 644.7644185056579, + 644.764418505657, 1226.2598990675697, 854.5650839216923, -5.812989998164085 ], "relative wind speed": [ - 3.019836567158653, + 3.0198365671586527, 2.8488132437912097, - 2.950599978713395, + 2.9505999787133947, 3.2472343945208504, - 3.5431972500523092, + 3.543197250052309, 3.6821084648780524, 3.601058095996691, 3.336034836773682 ], "relative wind angle": [ - 0.10826119488975808, + 0.1082611948897591, 0.01571258504066237, - 0.08925018564541091, - 0.1286754990629262, - 0.09222061155493509, - 0.012156480836758007, + 0.08925018564541218, + 0.12867549906292622, + 0.0922206115549351, + 0.012156480836758009, 0.07309697980432467, 0.12523207299344757 ], "resistance": [ 95821.48725114949, 95516.31886080715, - 95674.3480667304, + 95674.34806673038, 96381.75433762356, 97279.26441850567, 97860.75989906759, @@ -81996,7 +59202,7 @@ "fuel": [ 41.77345967732414, 41.61735514621856, - 41.69814946781386, + 41.698149467813856, 42.06095842406712, 42.523946276466496, 42.82551555051657, @@ -82034,37 +59240,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -623.2614209678211, + -623.2614209678218, -788.1272075925372, - -633.0315918570448, + -633.031591857045, -85.38836844367734, 557.6113184029487, 934.1977663917105, - 571.6110158136285, + 571.6110158136298, -69.06591051114538 ], "relative wind speed": [ - 2.131597218207621, + 2.1315972182076206, 1.986366753327076, - 2.125128691380162, + 2.1251286913801617, 2.4333231581593835, 2.708755525008805, 2.8169860340820017, - 2.7138333110213373, + 2.713833311021337, 2.4413114514337244 ], "relative wind angle": [ - 0.13956660348538422, + 0.13956660348538424, 0.0020406244648739826, - 0.13727064083745671, - 0.17151585625031124, + 0.1372706408374559, + 0.1715158562503112, 0.10969258996851894, 0.0014389234201102542, - 0.1073617522226442, + 0.10736175222264213, 0.1709490926943363 ], "resistance": [ - 96011.23857903219, + 96011.23857903217, 95846.37279240746, 96001.46840814296, 96549.11163155633, @@ -82101,68 +59307,7 @@ "id": "1562", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.37618869300659, - 10.37618869300659, - 10.37618869300659, - 10.37618869300659, - 10.37618869300659, - 10.37618869300659, - 10.37618869300659, - 10.37618869300659 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1199.2770794856829, - -1241.038037180433, - -676.067540956929, - 339.27181689291183, - 1256.0056611490681, - 1352.865599966165, - 505.0287172609628, - -534.2756986134464 - ], - "relative wind speed": [ - 2.3943064672814334, - 2.3624960653729725, - 2.684907605025135, - 3.1082877324080056, - 3.3915758392127553, - 3.4138105503227067, - 3.1665061637198173, - 2.752096928699877 - ], - "relative wind angle": [ - 0.10226518346496978, - 0.07671284273975364, - 0.1875015043188688, - 0.1702812321195081, - 0.07213157656801643, - 0.05306125551798826, - 0.1587197712043656, - 0.19258002539908026 - ], - "resistance": [ - 95435.22292051432, - 95393.46196281957, - 95958.43245904308, - 96973.77181689291, - 97890.50566114907, - 97987.36559996617, - 97139.52871726097, - 96100.22430138655 - ], - "fuel": [ - 40.66908338526723, - 40.64776072118359, - 40.93677811738258, - 41.4591723813172, - 41.93412925198771, - 41.98449473622837, - 41.544818903630784, - 41.00949987450203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 1.25, -10 1.875, -9.375 1.875, -9.375 1.25, -10 1.25))", @@ -82194,13 +59339,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -956.1062747875076, + -956.1062747875349, -1290.781726393403, - -1121.973795431144, + -1121.9737954311568, -329.9683675730321, - 674.9288269318386, + 674.9288269318331, 1314.1187712049505, - 910.3004438117023, + 910.3004438116968, -48.92707239756237 ], "relative wind speed": [ @@ -82208,39 +59353,39 @@ 4.95950740110936, 5.0248142931330815, 5.223747654471219, - 5.433117531022704, + 5.433117531022705, 5.534926925817351, - 5.475707356618131, + 5.4757073566181305, 5.286264293260683 ], "relative wind angle": [ - 0.044500721803846295, + 0.044500721803853775, 0.006312216613680298, - 0.036090557245716144, + 0.03609055724571922, 0.05510613942616013, - 0.04153162362250766, + 0.04153162362251034, 0.005655981452700285, - 0.033117571267468685, + 0.03311757126746869, 0.05445379212735525 ], "resistance": [ - 95678.39372521247, + 95678.39372521245, 95343.71827360659, - 95512.52620456884, + 95512.52620456883, 96304.53163242695, 97309.42882693182, 97948.61877120493, - 97544.80044381169, + 97544.80044381168, 96585.57292760242 ], "fuel": [ - 48.3954714108003, + 48.39547141080028, 48.224469537733114, 48.31066957897948, 48.71651484162054, 49.2348112254592, 49.56644177228726, - 49.356752106594385, + 49.35675210659437, 48.86108917379586 ] }, @@ -82274,51 +59419,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1577.4146486850532, + -1577.4146486850696, -1711.7671046074756, - -1121.953441782387, + -1121.9534417824016, 144.81290348428047, - 1364.5173246482918, + 1364.5173246483246, 1685.1798820553176, 718.0456198356351, -626.2927479923492 ], "relative wind speed": [ - 5.422578839635011, + 5.42257883963501, 5.374712727739948, - 5.538982026382928, + 5.538982026382927, 5.807970996148728, - 6.021313154386968, + 6.021313154386967, 6.064077544814308, 5.9144104935874875, 5.650490800200108 ], "relative wind angle": [ - 0.03467159764442984, + 0.03467159764443305, 0.014677225678435452, - 0.05410298234042688, + 0.054102982340428936, 0.05938700875067324, - 0.031222815603604664, + 0.031222815603597548, 0.013008617336076568, 0.0506656508846143, 0.06104416629985146 ], "resistance": [ - 95057.08535131495, + 95057.08535131493, 94922.73289539252, - 95512.54655821761, + 95512.5465582176, 96779.31290348429, - 97999.01732464829, + 97999.01732464833, 98319.67988205532, 97352.54561983564, 96008.20725200765 ], "fuel": [ - 50.16598592039742, + 50.16598592039741, 50.09759929132244, - 50.398319647051984, + 50.39831964705198, 51.048564436107256, - 51.68029435386616, + 51.680294353866174, 51.84729630576173, 51.344773337451684, 50.65203650727713 @@ -82354,19 +59499,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1737.2691716565132, + -1737.2691716565278, -1681.2690064209073, - -795.1843329968979, + -795.1843329969015, 592.668852455321, - 1696.2806926186768, + 1696.2806926186586, 1563.5751237841832, 357.62308289525936, -998.1117252844779 ], "relative wind speed": [ - 4.476578108537283, + 4.476578108537282, 4.500253985769927, - 4.762428657974432, + 4.762428657974431, 5.089452450163347, 5.294374187125223, 5.274264276531372, @@ -82374,27 +59519,27 @@ 4.708250561796749 ], "relative wind angle": [ - 0.030980823240037345, + 0.03098082324004093, 0.04249935980220744, - 0.0859999621114238, - 0.07617289415019284, - 0.02619417216200634, + 0.08599996211142379, + 0.07617289415019285, + 0.02619417216201058, 0.036259511643877015, 0.08127239577309094, - 0.08235365945223658 + 0.08235365945223659 ], "resistance": [ - 94897.23082834345, + 94897.23082834344, 94953.23099357907, 95839.31566700307, 97227.16885245529, - 98330.78069261865, + 98330.78069261863, 98198.07512378416, 96992.12308289522, 95636.38827471549 ], "fuel": [ - 46.51740290131985, + 46.51740290131984, 46.545894020097094, 46.99825907347424, 47.71265922530373, @@ -82421,68 +59566,7 @@ "id": "1576", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.679821611459789, - 5.679821611459789, - 5.679821611459789, - 5.679821611459789, - 5.679821611459789, - 5.679821611459789, - 5.679821611459789, - 5.679821611459789 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 244.15448351607506, - -78.05305893277227, - -330.556696188782, - -388.79417537133395, - -276.2518917661523, - 12.496843504387016, - 322.23154632391584, - 457.5663004363596 - ], - "relative wind speed": [ - 1.7906692647878837, - 1.5745295372292296, - 1.3473387948797109, - 1.2664476710360106, - 1.403104044822789, - 1.6419665382847355, - 1.8329963306744883, - 1.8897903780529506 - ], - "relative wind angle": [ - 0.1371060464028912, - 0.19931156696686458, - 0.14609167799322903, - 0.02714281076770548, - 0.175326630156022, - 0.19102236549737653, - 0.10720795301556153, - 0.018188590845762583 - ], - "resistance": [ - 96878.65448351606, - 96556.44694106722, - 96303.9433038112, - 96245.70582462865, - 96358.24810823383, - 96646.99684350437, - 96956.7315463239, - 97092.06630043635 - ], - "fuel": [ - 39.25992893362659, - 39.09385099207136, - 38.96397106990116, - 38.93404921341552, - 38.991883726683916, - 39.140484805676735, - 39.300230948865185, - 39.370142119350504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 1.875, 3.125 2.5, 3.75 2.5, 3.75 1.875, 3.125 1.875))", @@ -82501,68 +59585,7 @@ "id": "1577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.163854703895933, - 7.163854703895933, - 7.163854703895933, - 7.163854703895933, - 7.163854703895933, - 7.163854703895933, - 7.163854703895933, - 7.163854703895933 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 408.54232047600044, - 34.71633880690115, - -331.8590970542716, - -489.8860539554646, - -433.6122721512065, - -135.6248339336837, - 263.1014305373192, - 540.1619111134305 - ], - "relative wind speed": [ - 2.2457511337546294, - 2.0629076138968676, - 1.8300780803736396, - 1.689718926058678, - 1.7501085854752974, - 1.962317607381863, - 2.1810759811273157, - 2.2915340203963055 - ], - "relative wind angle": [ - 0.07884200390289069, - 0.14643730671134103, - 0.1363803206336063, - 0.030108669533596078, - 0.10123865804091434, - 0.15400221580217133, - 0.11432729175075398, - 0.02219983662301596 - ], - "resistance": [ - 97043.042320476, - 96669.2163388069, - 96302.64090294573, - 96144.61394604454, - 96200.88772784879, - 96498.87516606631, - 96897.60143053732, - 97174.66191111344 - ], - "fuel": [ - 39.867217379859696, - 39.674340578194894, - 39.485709690838284, - 39.4045470660398, - 39.433438619732485, - 39.58662492344523, - 39.792114852059, - 39.93525073478111 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 1.25, 3.125 1.875, 3.75 1.875, 3.75 1.25, 3.125 1.25))", @@ -82581,68 +59604,7 @@ "id": "1579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.571393956793292, - 9.571393956793292, - 9.571393956793292, - 9.571393956793292, - 9.571393956793292, - 9.571393956793292, - 9.571393956793292, - 9.571393956793292 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 352.2632505158258, - -264.8195928321602, - -700.1595307925049, - -762.4718701647134, - -484.58716449463964, - 96.91228532013338, - 659.7087019778041, - 805.9558238908476 - ], - "relative wind speed": [ - 2.8602870121488952, - 2.6009365011295764, - 2.366303352148667, - 2.3167922378013026, - 2.4910034878060996, - 2.7607009047018547, - 2.9642787678860074, - 3.0031340121602024 - ], - "relative wind angle": [ - 0.10498164021751784, - 0.13238922722259935, - 0.07860720606743507, - 0.034773216936879105, - 0.12061578413468035, - 0.1246865334813784, - 0.06272652385189684, - 0.026823892631178108 - ], - "resistance": [ - 96986.76325051585, - 96369.68040716786, - 95934.34046920753, - 95872.02812983532, - 96149.91283550538, - 96731.41228532017, - 97294.20870197783, - 97440.45582389088 - ], - "fuel": [ - 40.99425827401555, - 40.676280767674385, - 40.452806245190445, - 40.420876935917164, - 40.563378593130295, - 40.86250625377225, - 41.15321112211063, - 41.228946020709685 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 0.625, 3.75 1.25, 4.375 1.25, 4.375 0.625, 3.75 0.625))", @@ -82661,68 +59623,7 @@ "id": "1584", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.61289300797634, - 9.61289300797634, - 9.61289300797634, - 9.61289300797634, - 9.61289300797634, - 9.61289300797634, - 9.61289300797634, - 9.61289300797634 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 271.7863403575252, - -319.35411494065784, - -700.992723642481, - -728.2300778935628, - -415.6817367888302, - 159.9052534012012, - 678.395542146176, - 742.3721348545 - ], - "relative wind speed": [ - 2.838364791616999, - 2.5841777608219774, - 2.373085817088681, - 2.351592843699736, - 2.53629998359425, - 2.7948448253068197, - 2.9761713663369163, - 2.9931828200982626 - ], - "relative wind angle": [ - 0.10661426007908896, - 0.12455934535349618, - 0.06409490696478579, - 0.045130835434011855, - 0.11936903977486499, - 0.1151270037552046, - 0.05109408315842167, - 0.03545241303956696 - ], - "resistance": [ - 96906.2863403576, - 96315.14588505942, - 95933.50727635759, - 95906.26992210651, - 96218.81826321124, - 96794.40525340127, - 97312.89554214625, - 97376.87213485457 - ], - "fuel": [ - 40.97598461272955, - 40.67152348658749, - 40.47565496276223, - 40.461696645492054, - 40.622034092334985, - 40.9182615886758, - 41.18615952010333, - 41.21928481613115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 4.375, 5 5, 5.625 5, 5.625 4.375, 5 4.375))", @@ -82741,68 +59642,7 @@ "id": "1588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.685459658618016, - 6.685459658618016, - 6.685459658618016, - 6.685459658618016, - 6.685459658618016, - 6.685459658618016, - 6.685459658618016, - 6.685459658618016 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1296.8014996107704, - 643.0115885005466, - -212.7135924541958, - -821.1975939599932, - -931.7256550337779, - -553.3918954381106, - 233.28577072286112, - 1043.4034237106798 - ], - "relative wind speed": [ - 2.565734954764471, - 2.329886554640995, - 1.8486633459663893, - 1.3147085430238832, - 1.1621226228433326, - 1.5827676680825968, - 2.125080864791941, - 2.490997048477683 - ], - "relative wind angle": [ - 0.05766406835776751, - 0.26163219716457464, - 0.39091043747833953, - 0.30398484978274076, - 0.1275860824123489, - 0.3906099553423918, - 0.33785936397107286, - 0.1586434307837109 - ], - "resistance": [ - 97931.3014996108, - 97277.51158850058, - 96421.78640754583, - 95813.30240604003, - 95702.77434496625, - 96081.10810456192, - 96867.78577072288, - 97677.90342371071 - ], - "fuel": [ - 40.143352514120444, - 39.80420696343761, - 39.36271324620553, - 39.050436133993514, - 38.99386042352896, - 39.187705646836974, - 39.59247741041522, - 40.011716583647186 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 3.75, 5 4.375, 5.625 4.375, 5.625 3.75, 5 3.75))", @@ -82821,68 +59661,7 @@ "id": "1590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.377808040472333, - 8.377808040472333, - 8.377808040472333, - 8.377808040472333, - 8.377808040472333, - 8.377808040472333, - 8.377808040472333, - 8.377808040472333 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1069.7568448247957, - 20.252795155603962, - -898.1680576721985, - -1219.3145222702026, - -974.2453556295065, - -106.12903830168989, - 958.166474118314, - 1634.868105999361 - ], - "relative wind speed": [ - 2.8939667906915036, - 2.465256251954755, - 1.9208660175428147, - 1.615696774326508, - 1.8633163821592547, - 2.4019790460881056, - 2.8560926925254964, - 3.0391636446692454 - ], - "relative wind angle": [ - 0.1666086990381964, - 0.2929082738539452, - 0.2777692853515885, - 0.02047914834297876, - 0.26050543030212286, - 0.3008627295652465, - 0.18548249561573316, - 0.010886690736743301 - ], - "resistance": [ - 97704.25684482479, - 96654.7527951556, - 95736.3319423278, - 95415.1854777298, - 95660.25464437049, - 96528.37096169831, - 97592.66647411832, - 98269.36810599935 - ], - "fuel": [ - 40.74486500786483, - 40.202106918369395, - 39.73050206646267, - 39.566335487302155, - 39.69157749136734, - 40.13702419535696, - 40.686960569526256, - 41.0388137147194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 4.375, 6.875 5, 7.5 5, 7.5 4.375, 6.875 4.375))", @@ -82901,68 +59680,7 @@ "id": "1593", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.415092334458226, - 15.415092334458226, - 15.415092334458226, - 15.415092334458226, - 15.415092334458226, - 15.415092334458226, - 15.415092334458226, - 15.415092334458226 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1656.2646397921953, - 549.3580964910952, - -801.3885809847952, - -1638.6616087269376, - -1669.8615934062173, - -912.6801240943796, - 420.23415635332185, - 1582.7609107431517 - ], - "relative wind speed": [ - 4.737747039608483, - 4.5046448847026035, - 4.138594975465191, - 3.8481190380431127, - 3.832880774597055, - 4.104314377130159, - 4.473170427409282, - 4.725378494115027 - ], - "relative wind angle": [ - 0.035514174399732805, - 0.09763640686254509, - 0.10962518927027638, - 0.05231364509006778, - 0.043903233820371625, - 0.10719475662512147, - 0.1013962873518249, - 0.042595145468683426 - ], - "resistance": [ - 98290.76463979218, - 97183.85809649108, - 95833.11141901519, - 94995.83839127305, - 94964.63840659377, - 95721.81987590561, - 97054.73415635331, - 98217.26091074313 - ], - "fuel": [ - 46.06528867123846, - 45.490546973089494, - 44.7953719050516, - 44.36786952635057, - 44.35198957148039, - 44.738397347784804, - 45.42379858642542, - 46.026981833003845 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 3.75, 6.875 4.375, 7.5 4.375, 7.5 3.75, 6.875 3.75))", @@ -82981,68 +59699,7 @@ "id": "1595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.341895347109094, - 12.341895347109094, - 12.341895347109094, - 12.341895347109094, - 12.341895347109094, - 12.341895347109094, - 12.341895347109094, - 12.341895347109094 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1621.3699738137393, - 331.64625511417944, - -1025.2994298183985, - -1714.968059287056, - -1597.247374078268, - -623.4684127437904, - 800.947088027081, - 1894.8642475602946 - ], - "relative wind speed": [ - 3.99322973793488, - 3.6468328451751435, - 3.159873351719552, - 2.8184668032772118, - 2.893418832644468, - 3.319392486642836, - 3.7858891534383026, - 4.046480095076889 - ], - "relative wind angle": [ - 0.07948746707278759, - 0.16938046350724806, - 0.17569247534605886, - 0.05905130978078463, - 0.10980631582682658, - 0.18627579718884177, - 0.14641010258403672, - 0.04111828612296653 - ], - "resistance": [ - 98255.86997381372, - 96966.14625511416, - 95609.2005701816, - 94919.53194071293, - 95037.25262592171, - 96011.03158725619, - 97435.44708802707, - 98529.36424756028 - ], - "fuel": [ - 43.455618702554716, - 42.78655855558595, - 42.08930804104121, - 41.73755606331531, - 41.797471924069924, - 42.29507010439801, - 43.02929782463228, - 43.59829267499834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 3.125, 6.875 3.75, 7.5 3.75, 7.5 3.125, 6.875 3.125))", @@ -83061,68 +59718,7 @@ "id": "1597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.02189425029359, - 11.02189425029359, - 11.02189425029359, - 11.02189425029359, - 11.02189425029359, - 11.02189425029359, - 11.02189425029359, - 11.02189425029359 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1790.3131617210752, - 473.1216782690458, - -944.5384438849078, - -1713.4104771355474, - -1629.1350305679457, - -666.3274761720832, - 800.3227993386595, - 1984.4737112784528 - ], - "relative wind speed": [ - 3.7365854994460586, - 3.3612033185005727, - 2.7981123624852953, - 2.364098780517428, - 2.4266675285375214, - 2.9245681288747036, - 3.467182385689554, - 3.776482946431105 - ], - "relative wind angle": [ - 0.0917346406442213, - 0.21228550031172702, - 0.2378356687816999, - 0.09494022320464685, - 0.141527066565187, - 0.24458237458934856, - 0.19130021659005453, - 0.05937873652114605 - ], - "resistance": [ - 98424.81316172109, - 97107.62167826906, - 95689.9615561151, - 94921.08952286447, - 95005.36496943206, - 95968.17252382793, - 97434.82279933867, - 98618.97371127846 - ], - "fuel": [ - 42.62163970924499, - 41.93756958693867, - 41.20853550730685, - 40.816269627542745, - 40.85915823352096, - 41.35101616146896, - 42.10689551974566, - 42.723020995158784 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 2.5, 6.25 3.125, 6.875 3.125, 6.875 2.5, 6.25 2.5))", @@ -83141,68 +59737,7 @@ "id": "1598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.893796829481348, - 9.893796829481348, - 9.893796829481348, - 9.893796829481348, - 9.893796829481348, - 9.893796829481348, - 9.893796829481348, - 9.893796829481348 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1433.0139166469253, - 537.0714496290593, - -547.5120910787418, - -1236.9863140743635, - -1276.0872068442154, - -677.9834640006025, - 384.0056224458026, - 1342.7248317436888 - ], - "relative wind speed": [ - 3.332555134324493, - 3.063448181914542, - 2.6096964971381817, - 2.211618794288185, - 2.179728375305271, - 2.544096057570936, - 3.0077605799411957, - 3.3114772869785423 - ], - "relative wind angle": [ - 0.06107516085129563, - 0.18137263275330115, - 0.22335818299546834, - 0.12007362201165594, - 0.09345486418088388, - 0.21894776633505425, - 0.19339358736129494, - 0.08008595471415766 - ], - "resistance": [ - 98067.51391664695, - 97171.57144962907, - 96086.98790892128, - 95397.51368592565, - 95358.4127931558, - 95956.51653599941, - 97018.50562244582, - 97977.2248317437 - ], - "fuel": [ - 41.73838435212509, - 41.27357465189537, - 40.71489555854217, - 40.3620166896191, - 40.34205751709126, - 40.64798348656254, - 41.19446373726068, - 41.69140756645221 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 2.5, 6.875 3.125, 7.5 3.125, 7.5 2.5, 6.875 2.5))", @@ -83221,68 +59756,7 @@ "id": "1599", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.444267477124543, - 8.444267477124543, - 8.444267477124543, - 8.444267477124543, - 8.444267477124543, - 8.444267477124543, - 8.444267477124543, - 8.444267477124543 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1106.0035594278052, - 249.52460565157844, - -634.176932012522, - -1083.6240374764072, - -998.7172128036605, - -356.6261506631365, - 576.7781261020732, - 1301.3086507097346 - ], - "relative wind speed": [ - 2.893853064519344, - 2.5716981770303406, - 2.1032588845263143, - 1.7571050661109935, - 1.840534402231735, - 2.2689911703409846, - 2.7089212815228967, - 2.9452562250971663 - ], - "relative wind angle": [ - 0.10755083288579259, - 0.2336723750720196, - 0.2554732895477363, - 0.08899910039595893, - 0.16958694986530318, - 0.26555312293413497, - 0.19748494236419648, - 0.05305062613990469 - ], - "resistance": [ - 97740.5035594278, - 96884.02460565158, - 96000.32306798748, - 95550.8759625236, - 95635.78278719634, - 96277.87384933686, - 97211.27812610207, - 97935.80865070973 - ], - "fuel": [ - 40.79578766610472, - 40.352430701713494, - 39.897843060184, - 39.66775637256747, - 39.71116536901083, - 40.040305806101685, - 40.521511503073256, - 40.89726967766404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 0.625, 5.625 1.25, 6.25 1.25, 6.25 0.625, 5.625 0.625))", @@ -83301,68 +59775,7 @@ "id": "1601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.014634247721938, - 12.014634247721938, - 12.014634247721938, - 12.014634247721938, - 12.014634247721938, - 12.014634247721938, - 12.014634247721938, - 12.014634247721938 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -299.9117649051186, - -893.2734792620772, - -999.9443574635661, - -682.1319091570158, - 55.3025124491387, - 799.0893547162614, - 1050.861571580951, - 498.55128148985295 - ], - "relative wind speed": [ - 3.2940239218111502, - 3.0477386643865607, - 2.981139771236507, - 3.1434450372150913, - 3.418854438395097, - 3.6401165231351027, - 3.6948565510382014, - 3.557796026531844 - ], - "relative wind angle": [ - 0.10856762984742185, - 0.0682991351017391, - 0.021057698889103662, - 0.09454937804350222, - 0.1045887709424033, - 0.05717110061203591, - 0.016989651254273135, - 0.08351051325908683 - ], - "resistance": [ - 96334.58823509488, - 95741.22652073792, - 95634.55564253643, - 95952.36809084298, - 96689.80251244914, - 97433.58935471626, - 97685.36157158096, - 97133.05128148985 - ], - "fuel": [ - 42.2218798106491, - 41.917539366551466, - 41.862965865609155, - 42.025685586604695, - 42.40469923814618, - 42.78902755865623, - 42.919589234622364, - 42.63348617087681 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 0.625, 6.25 1.25, 6.875 1.25, 6.875 0.625, 6.25 0.625))", @@ -83381,68 +59794,7 @@ "id": "1604", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.098869334224233, - 10.098869334224233, - 10.098869334224233, - 10.098869334224233, - 10.098869334224233, - 10.098869334224233, - 10.098869334224233, - 10.098869334224233 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -477.7070893484283, - -790.7907278755256, - -744.3004739193921, - -312.9077155065511, - 326.3241866334961, - 815.4865840585844, - 706.1941899519979, - 134.970796988026 - ], - "relative wind speed": [ - 2.653480027204914, - 2.4735999558588335, - 2.5084490340670027, - 2.7313204803852553, - 2.9896493595376588, - 3.140105540604407, - 3.1123372232532325, - 2.9187065596231796 - ], - "relative wind angle": [ - 0.11424899785904584, - 0.03815339299301316, - 0.0674483865246538, - 0.12238688778728761, - 0.1013553301145698, - 0.0300523465362473, - 0.05434688669553597, - 0.11449371706437678 - ], - "resistance": [ - 96156.79291065158, - 95843.70927212448, - 95890.19952608063, - 96321.59228449347, - 96960.82418663352, - 97449.9865840586, - 97340.69418995202, - 96769.47079698804 - ], - "fuel": [ - 40.87120140306287, - 40.71066191967407, - 40.73447760640983, - 40.95585188530642, - 41.285154571044046, - 41.53817534433549, - 41.48156626997638, - 41.18641870991755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 0.625, 6.875 1.25, 7.5 1.25, 7.5 0.625, 6.875 0.625))", @@ -83461,68 +59813,7 @@ "id": "1605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.664058380295704, - 7.664058380295704, - 7.664058380295704, - 7.664058380295704, - 7.664058380295704, - 7.664058380295704, - 7.664058380295704, - 7.664058380295704 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -222.10589240341892, - -517.3434478908184, - -544.5843393768337, - -317.0457660068064, - 113.47669638592515, - 510.08417628963343, - 573.7609750801744, - 223.97258157622264 - ], - "relative wind speed": [ - 2.0582930529298356, - 1.8521840197505344, - 1.8248504457142225, - 1.9984809609577736, - 2.2434914929188285, - 2.4164516811885823, - 2.437159252349953, - 2.296932349728147 - ], - "relative wind angle": [ - 0.1494441262020821, - 0.0813686530760275, - 0.05128997521740486, - 0.14200979449650963, - 0.13702625485799586, - 0.06233976161721954, - 0.038396544936577036, - 0.1234562784346994 - ], - "resistance": [ - 96412.3941075966, - 96117.1565521092, - 96089.91566062318, - 96317.45423399321, - 96747.97669638594, - 97144.58417628965, - 97208.2609750802, - 96858.47258157624 - ], - "fuel": [ - 39.75090780353439, - 39.599228628101926, - 39.58524988274195, - 39.70209677991226, - 39.92370821870392, - 40.12847225734754, - 40.16140241249401, - 39.98069719859572 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -5.3125, -7.5 -5, -7.1875 -5, -7.1875 -5.3125, -7.5 -5.3125))", @@ -83541,68 +59832,7 @@ "id": "1608", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.096631604087275, - 16.096631604087275, - 16.096631604087275, - 16.096631604087275, - 16.096631604087275, - 16.096631604087275, - 16.096631604087275, - 16.096631604087275 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1135.0052136234553, - -231.44862612299585, - -1404.7037868397983, - -1726.7429872553894, - -1392.0345413355617, - -210.13104226014366, - 1153.0358124543673, - 1915.079998181789 - ], - "relative wind speed": [ - 4.814478502407135, - 4.493296761708724, - 4.149090749283194, - 3.999686625896324, - 4.1533727348718, - 4.498887922157517, - 4.818169183323632, - 4.942895428748516 - ], - "relative wind angle": [ - 0.06973434725205022, - 0.105151008428942, - 0.07997912884485184, - 0.0007028269407801788, - 0.08085676588008389, - 0.10501984523388648, - 0.06885375990743203, - 0.0005687127061998497 - ], - "resistance": [ - 97769.50521362346, - 96403.05137387701, - 95229.7962131602, - 94907.75701274461, - 95242.46545866443, - 96424.36895773986, - 97787.53581245437, - 98549.57999818178 - ], - "fuel": [ - 46.453067453308776, - 45.7468706679346, - 45.14606471217552, - 44.9820493045259, - 45.15252508162714, - 45.75783445434607, - 46.46243228854752, - 46.85933313419771 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -5.3125, -7.1875 -5, -6.875 -5, -6.875 -5.3125, -7.1875 -5.3125))", @@ -83634,19 +59864,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 163.8037311556027, + 163.80373115559905, -678.6598473488402, - -1092.7705449201935, + -1092.7705449201944, -1011.8193561941839, - -394.7615757212834, + -394.7615757212843, 493.92371229012133, - 1159.0777399243634, + 1159.0777399243707, 969.4482205957947 ], "relative wind speed": [ - 3.228242285470645, + 3.2282422854706443, 2.893573197886664, - 2.671365661358519, + 2.6713656613585184, 2.7269398449539755, 3.0161308696173847, 3.3385367790143636, @@ -83654,13 +59884,13 @@ 3.4759736417818305 ], "relative wind angle": [ - 0.13172370146520146, + 0.13172370146520232, 0.13014199714683697, 0.040083351394655166, 0.08228152804620957, - 0.14104710435598364, - 0.11271693263500694, - 0.030426056914871602, + 0.14104710435598444, + 0.11271693263500696, + 0.03042605691486795, 0.06452271847025529 ], "resistance": [ @@ -83668,7 +59898,7 @@ 95955.84015265116, 95541.72945507981, 95622.68064380581, - 96239.73842427872, + 96239.73842427871, 97128.42371229012, 97793.57773992437, 97603.94822059579 @@ -83678,7 +59908,7 @@ 41.419610921638984, 41.207655417563785, 41.24903872641254, - 41.565288102272255, + 41.565288102272234, 42.0232393987315, 42.367925007026074, 42.26949042447347 @@ -83714,9 +59944,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1633.1190290510303, + 1633.1190290510121, 234.19355282559536, - -1212.6751306113056, + -1212.6751306113083, -1902.8531655665174, -1748.4248167914766, -665.529456322155, @@ -83734,19 +59964,19 @@ 4.840612365890689 ], "relative wind angle": [ - 0.059586636601810294, + 0.059586636601815894, 0.11800566595527401, - 0.11348467055317506, + 0.11348467055317604, 0.03255799332984042, 0.07373762377231574, 0.12488371368180687, 0.09952969153133308, - 0.025483879096267426 + 0.025483879096267422 ], "resistance": [ - 98267.61902905106, + 98267.61902905104, 96868.69355282563, - 95421.82486938873, + 95421.82486938871, 94731.64683443352, 94886.07518320855, 95968.97054367787, @@ -83754,7 +59984,7 @@ 98630.62657928126 ], "fuel": [ - 46.15938409073391, + 46.15938409073389, 45.43389724382416, 44.691207597580416, 44.33967767716579, @@ -83794,37 +60024,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 362.55991712411287, + 362.55991712411014, -531.3220361039198, - -1070.836450467914, - -1076.052429046801, + -1070.8364504679148, + -1076.052429046803, -549.3092550690149, 341.5907921600001, 1108.5625751013454, 1120.7139251553049 ], "relative wind speed": [ - 3.1017255634887353, + 3.101725563488735, 2.738329565171302, - 2.446279321569276, - 2.4423719377211164, + 2.4462793215692757, + 2.442371937721117, 2.7298961323853397, 3.0942827209743933, 3.3299777545314786, 3.332844683246482 ], "relative wind angle": [ - 0.14325259163793708, + 0.1432525916379386, 0.16364858376817043, 0.07697059308105116, - 0.07380867432897964, - 0.16292828057545647, + 0.07380867432898265, + 0.1629282805754565, 0.14468183407550528, 0.056518662084882015, - 0.054065639170387 + 0.054065639170386995 ], "resistance": [ - 96997.05991712413, + 96997.05991712412, 96103.1779638961, 95563.6635495321, 95558.44757095321, @@ -83834,7 +60064,7 @@ 97755.21392515532 ], "fuel": [ - 41.47025452627785, + 41.47025452627784, 41.01007090116735, 40.73375972990281, 40.7310936637665, @@ -83874,17 +60104,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -916.996657012593, + -916.9966570125944, -860.8031299421878, -337.58141748353546, 442.0220445188197, 1057.6188004480468, 927.9658697102291, - 222.7926282709077, + 222.7926282709086, -524.2546699372945 ], "relative wind speed": [ - 1.7761504822693968, + 1.7761504822693963, 1.8317748008555828, 2.1893003031836438, 2.5739994228617893, @@ -83894,13 +60124,13 @@ 2.0757001699946716 ], "relative wind angle": [ - 0.08339799237088767, - 0.13928741478479092, - 0.2339921276366252, - 0.1810812725607334, - 0.053072019274150874, + 0.08339799237088899, + 0.13928741478479095, + 0.23399212763662522, + 0.18108127256073336, + 0.05307201927415088, 0.09251321845260185, - 0.2063016944251869, + 0.20630169442518637, 0.2252263912614693 ], "resistance": [ @@ -83954,19 +60184,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1096.577343924042, + -1096.5773439240415, -1087.608600564764, - -525.4024535301719, + -525.4024535301733, 398.0953799016147, - 1182.380434939028, + 1182.3804349390252, 1161.5936958317602, 362.56915405601103, -555.778100568828 ], "relative wind speed": [ - 2.215210389412981, + 2.21521038941298, 2.222520798359204, - 2.5531179125612216, + 2.553117912561221, 2.9527524990546277, 3.2018245273844004, 3.1967543969445504, @@ -83974,11 +60204,11 @@ 2.5377332509249664 ], "relative wind angle": [ - 0.08877626573216844, - 0.09503418137189928, - 0.19497820316655215, - 0.16625416617234698, - 0.061378523296308364, + 0.08877626573216595, + 0.0950341813718993, + 0.19497820316655218, + 0.166254166172347, + 0.061378523296310175, 0.06602038014428957, 0.16908516429375778, 0.1937635311377781 @@ -84034,9 +60264,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1350.7788238002922, + -1350.7788238002954, -1340.849798370347, - -654.3026780750306, + -654.3026780750333, 476.1117068708072, 1434.5298830711, 1411.4663782873122, @@ -84044,9 +60274,9 @@ -688.202478272849 ], "relative wind speed": [ - 2.5751208524852336, + 2.5751208524852327, 2.5821230858178366, - 2.931538301397339, + 2.9315383013973384, 3.358923619698767, 3.6273757271993943, 3.6223945727745033, @@ -84054,11 +60284,11 @@ 2.916630622517932 ], "relative wind angle": [ - 0.08171543871428684, - 0.08696929486365938, - 0.1808822096493412, + 0.0817154387142882, + 0.08696929486365937, + 0.18088220964934185, 0.15590082126715435, - 0.057978783453341794, + 0.0579787834533418, 0.06195514705567365, 0.15827772200412143, 0.17978293930806827 @@ -84114,34 +60344,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1432.3035186722368, + -1432.3035186722432, -1367.9436818669292, - -602.1881937433627, + -602.1881937433645, 566.0408653367613, - 1487.2361182665963, + 1487.2361182665863, 1336.4681458160949, 303.4904294941671, -827.9954958412927 ], "relative wind speed": [ - 3.1039366287772667, + 3.103936628777266, 3.1421339073161128, - 3.459270409759632, + 3.4592704097596316, 3.832582733515857, - 4.055222499228147, + 4.055222499228148, 4.02569827759182, 3.756687416577641, 3.3749906228710453 ], "relative wind angle": [ - 0.04835181697734647, + 0.04835181697734877, 0.07343954696100723, - 0.13805930637417227, + 0.13805930637417305, 0.11577150714944137, - 0.03700333222429795, + 0.03700333222430394, 0.05730080015674341, - 0.12706734322830196, - 0.1315538250283812 + 0.127067343228302, + 0.13155382502838117 ], "resistance": [ 95202.19648132777, @@ -84181,68 +60411,7 @@ "id": "1616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.728822476457365, - 10.728822476457365, - 10.728822476457365, - 10.728822476457365, - 10.728822476457365, - 10.728822476457365, - 10.728822476457365, - 10.728822476457365 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 284.56647952698313, - -733.3701788739272, - -1271.6960899994292, - -1203.8150350944306, - -501.3505857443456, - 555.471914789694, - 1387.695200682284, - 1229.946350133735 - ], - "relative wind speed": [ - 3.1805884986047572, - 2.7647887846917576, - 2.463887915241236, - 2.5135291391994112, - 2.8706398524435377, - 3.2730199107149636, - 3.5051351901206487, - 3.4697100204900964 - ], - "relative wind angle": [ - 0.1646660913073316, - 0.17446567590704004, - 0.06389958385582221, - 0.10259090736253645, - 0.1826356662142399, - 0.14715888939001062, - 0.04490188373598084, - 0.07425688488873643 - ], - "resistance": [ - 96919.06647952701, - 95901.1298211261, - 95362.8039100006, - 95430.6849649056, - 96133.14941425568, - 97189.97191478973, - 98022.19520068231, - 97864.44635013376 - ], - "fuel": [ - 41.65102196354118, - 41.127503514303754, - 40.85220457204282, - 40.886859411909924, - 41.24649047511997, - 41.790996542402006, - 42.222707425519225, - 42.14067819171319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -0.3125, -7.1875 0, -6.875 0, -6.875 -0.3125, -7.1875 -0.3125))", @@ -84261,68 +60430,7 @@ "id": "1617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.125750470060455, - 9.125750470060455, - 9.125750470060455, - 9.125750470060455, - 9.125750470060455, - 9.125750470060455, - 9.125750470060455, - 9.125750470060455 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 442.81569064542055, - -480.7995261025185, - -1059.9264294281593, - -1085.1451188260398, - -564.9072429548819, - 344.1324909675245, - 1156.2475842803678, - 1214.47241734302 - ], - "relative wind speed": [ - 2.8205270681362453, - 2.3994289461263385, - 2.034480810837705, - 2.012168052764023, - 2.3535665159394283, - 2.781616260293923, - 3.058682088314125, - 3.073406581381048 - ], - "relative wind angle": [ - 0.18342315329023343, - 0.22369001303812291, - 0.11739034309067219, - 0.09720466569685275, - 0.2203639727156177, - 0.19253779546462407, - 0.07798192756575609, - 0.06358283237573568 - ], - "resistance": [ - 97077.31569064544, - 96153.7004738975, - 95574.57357057185, - 95549.35488117397, - 96069.59275704513, - 96978.63249096755, - 97790.74758428038, - 97848.97241734303 - ], - "fuel": [ - 40.79823930679315, - 40.322523828256834, - 40.02585901190261, - 40.01296878669351, - 40.27936116216591, - 40.747260268097754, - 41.16787111262536, - 41.19812121494766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -0.625, -7.5 -0.3125, -7.1875 -0.3125, -7.1875 -0.625, -7.5 -0.625))", @@ -84341,68 +60449,7 @@ "id": "1618", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.599797147001802, - 10.599797147001802, - 10.599797147001802, - 10.599797147001802, - 10.599797147001802, - 10.599797147001802, - 10.599797147001802, - 10.599797147001802 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 519.1505394455598, - -532.4781535288903, - -1211.8173542128097, - -1260.3575912131819, - -697.9164961811816, - 325.8874565878391, - 1256.2141926473687, - 1368.9182095153965 - ], - "relative wind speed": [ - 3.228449706238443, - 2.81919645872854, - 2.464361446879516, - 2.42832058124069, - 2.742654683644168, - 3.161830727050207, - 3.445571778175616, - 3.471066316587635 - ], - "relative wind angle": [ - 0.15310640323954827, - 0.18634638046305635, - 0.1001091037960168, - 0.07171623844876622, - 0.18050073979453204, - 0.1659535630364231, - 0.07154208070192068, - 0.050149929611916784 - ], - "resistance": [ - 97153.65053944556, - 96102.0218464711, - 95422.6826457872, - 95374.14240878682, - 95936.58350381882, - 96960.38745658784, - 97890.71419264737, - 98003.4182095154 - ], - "fuel": [ - 41.69073334292564, - 41.14903524746977, - 40.80129275708633, - 40.776511548328145, - 41.06419191901065, - 41.590874122251904, - 42.072850620686665, - 42.131458159832974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -0.625, -7.1875 -0.3125, -6.875 -0.3125, -6.875 -0.625, -7.1875 -0.625))", @@ -84421,68 +60468,7 @@ "id": "1619", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.508799116826514, - 8.508799116826514, - 8.508799116826514, - 8.508799116826514, - 8.508799116826514, - 8.508799116826514, - 8.508799116826514, - 8.508799116826514 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 454.50049884204236, - -377.4511464408506, - -927.1401086938033, - -978.2627041956839, - -547.401412134634, - 254.94709105866968, - 1002.5831241545825, - 1120.5458500484087 - ], - "relative wind speed": [ - 2.6615969973635307, - 2.2633222416944143, - 1.899078303717126, - 1.8503618514408755, - 2.1637117910988497, - 2.5774250176418567, - 2.8564398974362537, - 2.8882361936045062 - ], - "relative wind angle": [ - 0.18192979798548253, - 0.23191139351658246, - 0.13421156536119824, - 0.08702614348536693, - 0.22444018545006234, - 0.2032244852309341, - 0.08907947551035085, - 0.05571216752443242 - ], - "resistance": [ - 97089.00049884207, - 96257.04885355917, - 95707.35989130623, - 95656.23729580434, - 96087.09858786539, - 96889.4470910587, - 97637.08312415461, - 97755.04585004844 - ], - "fuel": [ - 40.48973955803286, - 40.061058086531446, - 39.77923171721453, - 39.75307823059924, - 39.973804254065996, - 40.386680461593286, - 40.773558492918724, - 40.83479045251562 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -0.3125, -6.875 0, -6.5625 0, -6.5625 -0.3125, -6.875 -0.3125))", @@ -84501,68 +60487,7 @@ "id": "1620", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.963097821855857, - 8.963097821855857, - 8.963097821855857, - 8.963097821855857, - 8.963097821855857, - 8.963097821855857, - 8.963097821855857, - 8.963097821855857 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 59.12227083049629, - -668.5987010752392, - -968.2619144373516, - -836.6346291363532, - -221.08545306972974, - 582.2555590345382, - 1129.554533054113, - 823.8308870867072 - ], - "relative wind speed": [ - 2.603686399327691, - 2.2260304740558188, - 2.000780504763182, - 2.116751422675918, - 2.4714433724088347, - 2.8163812841379228, - 2.980619496149606, - 2.899410047521224 - ], - "relative wind angle": [ - 0.18936519911394717, - 0.17803007376005214, - 0.03368888710508095, - 0.14168263051590949, - 0.19963098977323573, - 0.14043160365146148, - 0.022611763269558813, - 0.10327498532016817 - ], - "resistance": [ - 96693.62227083051, - 95965.90129892477, - 95666.23808556267, - 95797.86537086366, - 96413.41454693029, - 97216.75555903456, - 97764.05453305412, - 97458.33088708672 - ], - "fuel": [ - 40.5148707922882, - 40.140825994893476, - 39.98737345866385, - 40.05473644599086, - 40.370612175054845, - 40.7849760423149, - 41.068648549915984, - 40.91005041344945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -0.3125, -6.5625 0, -6.25 0, -6.25 -0.3125, -6.5625 -0.3125))", @@ -84581,68 +60506,7 @@ "id": "1621", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.839393558897505, - 8.839393558897505, - 8.839393558897505, - 8.839393558897505, - 8.839393558897505, - 8.839393558897505, - 8.839393558897505, - 8.839393558897505 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -427.8204668415274, - -822.3520493586293, - -811.4478175634533, - -390.4232046074899, - 294.74370964148056, - 869.459695960873, - 844.0979808996271, - 251.10604472332625 - ], - "relative wind speed": [ - 2.3142262170579233, - 2.0579666429496033, - 2.0676093916106435, - 2.3348843587665056, - 2.6600704427878417, - 2.86293399169776, - 2.8559777919366245, - 2.641956240269557 - ], - "relative wind angle": [ - 0.17161634130316625, - 0.0756815128370873, - 0.08481726191624094, - 0.17360445656589166, - 0.1491242362856023, - 0.05437711775696655, - 0.061369094487130585, - 0.15325630356543524 - ], - "resistance": [ - 96206.67953315846, - 95812.14795064136, - 95823.05218243653, - 96244.0767953925, - 96929.24370964147, - 97503.95969596086, - 97478.59798089962, - 96885.60604472332 - ], - "fuel": [ - 40.2006145319246, - 39.99829764256279, - 40.00388157998866, - 40.219822004639695, - 40.57264921008877, - 40.86994678747726, - 40.856801382897345, - 40.550125877448004 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -0.625, -6.875 -0.3125, -6.5625 -0.3125, -6.5625 -0.625, -6.875 -0.625))", @@ -84661,68 +60525,7 @@ "id": "1622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.209423466174389, - 8.209423466174389, - 8.209423466174389, - 8.209423466174389, - 8.209423466174389, - 8.209423466174389, - 8.209423466174389, - 8.209423466174389 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -82.68544004442492, - -764.1257239828653, - -961.1140748468167, - -740.6681677030754, - -43.67159588981622, - 762.6859234414601, - 1219.2326739088808, - 728.7137043716693 - ], - "relative wind speed": [ - 2.3366953290446855, - 1.920245443136405, - 1.726441223509441, - 1.9375024873665323, - 2.356754964403748, - 2.7068609977490223, - 2.8344028868155258, - 2.694535792018629 - ], - "relative wind angle": [ - 0.23936043181349487, - 0.20156007926854044, - 0.005978545658232534, - 0.20743318840538547, - 0.23728380712543073, - 0.14250218768924927, - 0.0036415320678726036, - 0.148633881896909 - ], - "resistance": [ - 96551.81455995557, - 95870.37427601713, - 95673.38592515318, - 95893.83183229693, - 96590.82840411019, - 97397.18592344146, - 97853.73267390887, - 97363.21370437166 - ], - "fuel": [ - 40.069054349257314, - 39.71909848640432, - 39.61825642678967, - 39.73111647377449, - 40.08914233017792, - 40.50559896881551, - 40.74246279819814, - 40.488004636560206 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -0.625, -6.5625 -0.3125, -6.25 -0.3125, -6.25 -0.625, -6.5625 -0.625))", @@ -84741,68 +60544,7 @@ "id": "1623", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.775652199622588, - 8.775652199622588, - 8.775652199622588, - 8.775652199622588, - 8.775652199622588, - 8.775652199622588, - 8.775652199622588, - 8.775652199622588 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -461.71560657783857, - -881.2035915589825, - -864.2815662081109, - -404.2601174507995, - 335.15871890884, - 952.1031364968712, - 912.8560425886494, - 267.99289528455347 - ], - "relative wind speed": [ - 2.283098850291243, - 2.0039238675335667, - 2.0191644002971683, - 2.315289500520901, - 2.667293006232195, - 2.882929321788116, - 2.87227565979816, - 2.63939896000473 - ], - "relative wind angle": [ - 0.18856329058879964, - 0.08227723845837101, - 0.09675182994463606, - 0.19144073391609, - 0.16114456708980954, - 0.057157512564078417, - 0.06796124711061768, - 0.16769339714146275 - ], - "resistance": [ - 96172.78439342217, - 95753.29640844103, - 95770.2184337919, - 96230.23988254921, - 96969.65871890886, - 97586.60313649688, - 97547.35604258867, - 96902.49289528457 - ], - "fuel": [ - 40.15075415387168, - 39.935711937887284, - 39.94437400506587, - 40.180258557590406, - 40.56105939380722, - 40.88034276945818, - 40.85998928351897, - 40.526384975175404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -0.9375, -7.5 -0.625, -7.1875 -0.625, -7.1875 -0.9375, -7.5 -0.9375))", @@ -84821,68 +60563,7 @@ "id": "1624", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.51539780609202, - 13.51539780609202, - 13.51539780609202, - 13.51539780609202, - 13.51539780609202, - 13.51539780609202, - 13.51539780609202, - 13.51539780609202 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 264.1151668564298, - -1028.1427821890502, - -1668.7621508476768, - -1548.4523323698795, - -607.728221108573, - 753.2310689446394, - 1777.7919179071323, - 1496.2962838613903 - ], - "relative wind speed": [ - 3.9286567529755674, - 3.505909450853093, - 3.2223404084738436, - 3.2906244708399486, - 3.6558280018835614, - 4.063006421909205, - 4.2913802621036865, - 4.239246731904831 - ], - "relative wind angle": [ - 0.13657434983969327, - 0.13609273235273606, - 0.04277505491737507, - 0.08543344516656207, - 0.14683794697129146, - 0.11733936585896886, - 0.03211494650219628, - 0.06628376542720026 - ], - "resistance": [ - 96898.61516685644, - 95606.35721781096, - 94965.73784915234, - 95086.04766763013, - 96026.77177889145, - 97387.73106894466, - 98412.29191790715, - 98130.7962838614 - ], - "fuel": [ - 43.66782430719989, - 43.00398202138246, - 42.677194975245904, - 42.73844988250478, - 43.219270083940906, - 43.92070776645155, - 44.45331319964851, - 44.3065919702576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -0.9375, -7.1875 -0.625, -6.875 -0.625, -6.875 -0.9375, -7.1875 -0.9375))", @@ -84901,68 +60582,7 @@ "id": "1625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.252161815787321, - 9.252161815787321, - 9.252161815787321, - 9.252161815787321, - 9.252161815787321, - 9.252161815787321, - 9.252161815787321, - 9.252161815787321 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 88.65371297147703, - -796.3229284973645, - -1163.7509187731166, - -1001.078702548009, - -252.1751299437724, - 726.9024036562905, - 1398.9805226779408, - 1022.5962726173584 - ], - "relative wind speed": [ - 2.7126569461479915, - 2.2646869910152576, - 1.991229362052796, - 2.1327951316989777, - 2.5570050885408118, - 2.961076757369658, - 3.1514739976727344, - 3.0574446285271772 - ], - "relative wind angle": [ - 0.21563336597986624, - 0.20762521176714027, - 0.04008030421844701, - 0.16675023778864262, - 0.2289867836931409, - 0.1583177403198419, - 0.025320290948762467, - 0.11604264675708004 - ], - "resistance": [ - 96723.15371297149, - 95838.17707150265, - 95470.7490812269, - 95633.421297452, - 96382.32487005624, - 97361.4024036563, - 98033.48052267796, - 97657.09627261737 - ], - "fuel": [ - 40.68299329115098, - 40.22828157328154, - 40.040348775720076, - 40.12349071320732, - 40.50752624822887, - 41.0127419940546, - 41.36160699469973, - 41.16602488527215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -1.25, -7.5 -0.9375, -7.1875 -0.9375, -7.1875 -1.25, -7.5 -1.25))", @@ -84981,68 +60601,7 @@ "id": "1626", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.159938569339987, - 13.159938569339987, - 13.159938569339987, - 13.159938569339987, - 13.159938569339987, - 13.159938569339987, - 13.159938569339987, - 13.159938569339987 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 509.5457377759967, - -778.3715170131745, - -1555.2281618807738, - -1563.3420386129937, - -806.6609538114708, - 476.62347309334746, - 1578.3403129999515, - 1597.307561310974 - ], - "relative wind speed": [ - 3.9013363926910323, - 3.48878445750835, - 3.161425330669892, - 3.1566859424223717, - 3.478408518667322, - 3.8920604415554787, - 4.162348057319526, - 4.165943510489052 - ], - "relative wind angle": [ - 0.12885844580823635, - 0.14538319461836874, - 0.06756838552405571, - 0.06453076604886933, - 0.14462997205623543, - 0.13022850604292596, - 0.05130363037438363, - 0.04888282944713502 - ], - "resistance": [ - 97144.04573777602, - 95856.12848298684, - 95079.27183811924, - 95071.15796138703, - 95827.83904618854, - 97111.12347309336, - 98212.84031299996, - 98231.80756131098 - ], - "fuel": [ - 43.5075285248529, - 42.84472948229505, - 42.4479211833942, - 42.44378857035238, - 42.83024020541126, - 43.49050891438597, - 44.06224713435915, - 44.072129774716196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -1.25, -7.1875 -0.9375, -6.875 -0.9375, -6.875 -1.25, -7.1875 -1.25))", @@ -85061,68 +60620,7 @@ "id": "1627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.570109810768843, - 9.570109810768843, - 9.570109810768843, - 9.570109810768843, - 9.570109810768843, - 9.570109810768843, - 9.570109810768843, - 9.570109810768843 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 65.97393849285982, - -803.5608880465147, - -1156.5242249128823, - -992.3740485579219, - -248.64648131087142, - 715.4042192011252, - 1368.046727826979, - 987.288098282916 - ], - "relative wind speed": [ - 2.784694130897643, - 2.3595249586598976, - 2.1071996420024157, - 2.2435550533320954, - 2.6456733891433624, - 3.0309653667005345, - 3.2115134677316846, - 3.1177828351803334 - ], - "relative wind angle": [ - 0.19968099377978069, - 0.18791324243962224, - 0.03369850089354009, - 0.15230161965068648, - 0.21032690528130035, - 0.14594353311660166, - 0.02210852138192105, - 0.10939100852809153 - ], - "resistance": [ - 96700.47393849287, - 95830.9391119535, - 95477.97577508714, - 95642.1259514421, - 96385.85351868914, - 97349.90421920114, - 98002.546727827, - 97621.78809828294 - ], - "fuel": [ - 40.84584121123143, - 40.3991120855289, - 40.21857770499392, - 40.30247989494562, - 40.68387811724143, - 41.18132554256088, - 41.52005030543275, - 41.32224204554711 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -0.9375, -6.875 -0.625, -6.5625 -0.625, -6.5625 -0.9375, -6.875 -0.9375))", @@ -85141,68 +60639,7 @@ "id": "1628", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.617290650682685, - 9.617290650682685, - 9.617290650682685, - 9.617290650682685, - 9.617290650682685, - 9.617290650682685, - 9.617290650682685, - 9.617290650682685 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -220.177440646979, - -1034.1091695021244, - -1230.0275786782172, - -878.6652963824649, - 38.62564702719146, - 1034.5755533256652, - 1488.5808562688326, - 810.2695980110534 - ], - "relative wind speed": [ - 2.679312066358754, - 2.244001930534953, - 2.080890710483231, - 2.340007247414502, - 2.7930437411869944, - 3.1534523660386653, - 3.2633878623516464, - 3.082883807600776 - ], - "relative wind angle": [ - 0.22255971465429789, - 0.16880222635679878, - 0.02799320552364303, - 0.1975922555473619, - 0.2133539707940785, - 0.11983692436048698, - 0.017848410559008605, - 0.1495617657454787 - ], - "resistance": [ - 96414.32255935304, - 95600.39083049788, - 95404.4724213218, - 95755.83470361755, - 96673.1256470272, - 97669.07555332567, - 98123.08085626885, - 97444.76959801107 - ], - "fuel": [ - 40.724985860701146, - 40.30760564363533, - 40.20750774116501, - 40.3871260636213, - 40.85821535237014, - 41.37324640999992, - 41.60924887221628, - 41.256930061239466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -0.9375, -6.5625 -0.625, -6.25 -0.625, -6.25 -0.9375, -6.5625 -0.9375))", @@ -85221,68 +60658,7 @@ "id": "1629", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.084875225172517, - 9.084875225172517, - 9.084875225172517, - 9.084875225172517, - 9.084875225172517, - 9.084875225172517, - 9.084875225172517, - 9.084875225172517 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -218.16914122931394, - -848.7271383922869, - -986.5223306306227, - -687.2768040455776, - 51.08712340244665, - 831.3828509354507, - 1151.5640008640771, - 599.331375688836 - ], - "relative wind speed": [ - 2.508560735773184, - 2.1515165383325408, - 2.0319140318735234, - 2.2549785254274926, - 2.633936906048621, - 2.932827505222466, - 3.016923260075297, - 2.8540449260599816 - ], - "relative wind angle": [ - 0.1976798733315186, - 0.14139676563503498, - 0.031439708864066475, - 0.17541599331314625, - 0.1881546812914563, - 0.10356814809474452, - 0.0211729065959725, - 0.1383270506469711 - ], - "resistance": [ - 96416.33085877071, - 95785.77286160774, - 95647.9776693694, - 95947.22319595446, - 96685.58712340248, - 97465.88285093548, - 97786.0640008641, - 97233.83137568887 - ], - "fuel": [ - 40.43585582089092, - 40.1122889178851, - 40.04177715815209, - 40.194995238300834, - 40.574473762374964, - 40.977707656995925, - 41.1438234224501, - 40.857553578445504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -1.25, -6.875 -0.9375, -6.5625 -0.9375, -6.5625 -1.25, -6.875 -1.25))", @@ -85301,68 +60677,7 @@ "id": "1630", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.964905493575392, - 9.964905493575392, - 9.964905493575392, - 9.964905493575392, - 9.964905493575392, - 9.964905493575392, - 9.964905493575392, - 9.964905493575392 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -66.4723910166681, - -1016.167935151454, - -1317.2063609966867, - -1054.6640296557166, - -130.5575249796293, - 970.7909611850368, - 1635.9406465569705, - 1026.3561723645284 - ], - "relative wind speed": [ - 2.8498172375675326, - 2.383032293228021, - 2.1498662649389084, - 2.360049285505274, - 2.8226396281388775, - 3.2264391900839255, - 3.3862704854684376, - 3.243288474351775 - ], - "relative wind angle": [ - 0.2186682929986557, - 0.18868800395479662, - 0.006476539582704728, - 0.18205758036916403, - 0.2208084497453055, - 0.13898557796852898, - 0.004111790808469712, - 0.13213167379428437 - ], - "resistance": [ - 96568.02760898338, - 95618.3320648486, - 95317.29363900336, - 95579.83597034433, - 96503.94247502042, - 97605.29096118508, - 98270.44064655702, - 97660.85617236457 - ], - "fuel": [ - 41.00360610636454, - 40.51630358046171, - 40.362536930567316, - 40.49662145447289, - 40.970617503791566, - 41.53967548023919, - 41.8855391048923, - 41.5685051837539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -1.25, -6.5625 -0.9375, -6.25 -0.9375, -6.25 -1.25, -6.5625 -1.25))", @@ -85381,68 +60696,7 @@ "id": "1631", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.77256145879973, - 10.77256145879973, - 10.77256145879973, - 10.77256145879973, - 10.77256145879973, - 10.77256145879973, - 10.77256145879973, - 10.77256145879973 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 272.9363717145884, - -742.5954010361688, - -1273.9196209873776, - -1200.905945883766, - -492.7740664550347, - 564.574339089057, - 1391.2781075984935, - 1221.5478761559848 - ], - "relative wind speed": [ - 3.1877552383215106, - 2.7735700785601223, - 2.4768608249390844, - 2.529979722834634, - 2.8870001790106063, - 3.2869229550400925, - 3.515922915385884, - 3.4778953542478943 - ], - "relative wind angle": [ - 0.1639287665861086, - 0.1723963207188016, - 0.061664979316098156, - 0.10291935866690717, - 0.18118627054728847, - 0.14526221459000555, - 0.043427226295446715, - 0.07480588220720978 - ], - "resistance": [ - 96907.43637171462, - 95891.90459896385, - 95360.58037901265, - 95433.59405411626, - 96141.72593354499, - 97199.07433908909, - 98025.77810759853, - 97856.04787615601 - ], - "fuel": [ - 41.67288927657124, - 41.15064704946006, - 40.878940077551675, - 40.91621533121476, - 41.2787630029029, - 41.82357481033112, - 42.25244198794384, - 42.16418396956331 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -2.8125, -2.5 -2.5, -2.1875 -2.5, -2.1875 -2.8125, -2.5 -2.8125))", @@ -85474,33 +60728,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -657.7545358724301, + -657.7545358724308, -1016.8637044139853, - -896.5362339889928, + -896.536233988993, -259.9534909198037, 605.0308906940804, 1228.4502054146387, - 950.8653336751058, + 950.8653336751067, 137.2240020704744 ], "relative wind speed": [ - 2.0549726111859927, + 2.0549726111859923, 1.7654276174981691, 1.8828835506795696, 2.2929110474198464, 2.692643395420634, 2.890762220418981, - 2.8156687344585185, + 2.815668734458518, 2.4931505803394547 ], "relative wind angle": [ - 0.23131888845005338, - 0.058387033115467314, - 0.17371064906907221, + 0.23131888845005386, + 0.05838703311546732, + 0.17371064906907283, 0.24819006965313695, - 0.17587312986120976, + 0.17587312986120973, 0.035645042857901085, - 0.11583870216132151, + 0.11583870216132056, 0.2278876669420785 ], "resistance": [ @@ -85554,10 +60808,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -972.8537724808186, + -972.8537724808191, -1044.2840012416548, - -579.55347293042, - 301.48343989312593, + -579.5534729304202, + 301.4834398931255, 1148.1022398397283, 1311.7677001026493, 571.7356002363874, @@ -85574,14 +60828,14 @@ 2.070181460260896 ], "relative wind angle": [ - 0.20397951463290098, + 0.2039795146329021, 0.12181231007860233, - 0.30989304372701254, - 0.2685416883821306, + 0.309893043727013, + 0.26854168838213066, 0.1178440619894464, 0.06599410577760231, - 0.23212800879920303, - 0.3159209088276752 + 0.23212800879920306, + 0.31592090882767526 ], "resistance": [ 95661.6462275192, @@ -85634,9 +60888,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -803.4094843449604, + -803.4094843449616, -898.0898327639393, - -562.6050241415251, + -562.6050241415255, 149.53531118290925, 865.5071426808811, 1083.6825479200472, @@ -85644,7 +60898,7 @@ -250.93907633081335 ], "relative wind speed": [ - 1.733193648715342, + 1.7331936487153419, 1.6333198150015746, 1.9203607048171079, 2.3380724273897617, @@ -85654,13 +60908,13 @@ 2.1212043910308847 ], "relative wind angle": [ - 0.17351241368882098, - 0.06844427929762802, - 0.2403874096290066, + 0.1735124136888229, + 0.06844427929762803, + 0.24038740962900704, 0.23080950060765645, 0.11364765056962275, 0.04135999916757715, - 0.1834942196271167, + 0.18349421962711673, 0.25490575477695476 ], "resistance": [ @@ -85714,19 +60968,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -794.0019222514527, + -794.0019222514536, -852.7762873027741, - -485.30444194241386, + -485.30444194241454, 218.9978461892074, 893.4679516550952, 1028.5180353218905, - 444.6358257324034, + 444.63582573240296, -294.19783767015633 ], "relative wind speed": [ - 1.5914652071750934, + 1.5914652071750928, 1.5250213131351702, - 1.846898696110846, + 1.8468986961108458, 2.2700254653026657, 2.5556219840129155, 2.5958187967002733, @@ -85734,13 +60988,13 @@ 1.9776120999064475 ], "relative wind angle": [ - 0.17227011299929423, - 0.0992713161425571, - 0.26659115989812227, + 0.1722701129992942, + 0.09927131614255709, + 0.2665911598981227, 0.23880282554563922, - 0.1069519058013188, + 0.10695190580131882, 0.05825825436260603, - 0.20609829247810632, + 0.20609829247810685, 0.27496658288922793 ], "resistance": [ @@ -85781,68 +61035,7 @@ "id": "1636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.900390335815184, - 6.900390335815184, - 6.900390335815184, - 6.900390335815184, - 6.900390335815184, - 6.900390335815184, - 6.900390335815184, - 6.900390335815184 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - -712.429294394118, - -953.514934347677, - -735.1602047060921, - -23.732949697321146, - 836.912588586373, - 1374.7471328149843, - 870.7672387960063, - 14.091611353821008 - ], - "relative wind speed": [ - 1.5146968798843383, - 1.2128253121488013, - 1.4928307866782027, - 2.030593819409544, - 2.4587229689628933, - 2.6208166739106753, - 2.472060176933966, - 2.0533665081063375 - ], - "relative wind angle": [ - 0.3408804383663201, - 0.010001688309184043, - 0.33389202671531587, - 0.3540532693136561, - 0.20744062180221862, - 0.004628382418280476, - 0.19922072077377942, - 0.3499570231208911 - ], - "resistance": [ - 95922.07070560583, - 95680.98506565226, - 95899.33979529385, - 96610.76705030262, - 97471.41258858632, - 98009.24713281493, - 97505.26723879595, - 96648.59161135377 - ], - "fuel": [ - 39.187069489545564, - 39.06362659750529, - 39.17542136475541, - 39.54089350430521, - 39.98553886793645, - 40.26480600922466, - 40.00308593378618, - 39.560377344589476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.5625 -2.8125, -1.5625 -2.5, -1.25 -2.5, -1.25 -2.8125, -1.5625 -2.8125))", @@ -85861,68 +61054,7 @@ "id": "1637", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.31683837937078, - 6.31683837937078, - 6.31683837937078, - 6.31683837937078, - 6.31683837937078, - 6.31683837937078, - 6.31683837937078, - 6.31683837937078 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -739.4674322154552, - -872.0137294450574, - -547.7493908394434, - 178.0174741206215, - 956.6937626088718, - 1261.3404957545424, - 667.9176859852416, - -141.83834047970618 - ], - "relative wind speed": [ - 1.245975292194513, - 1.0489800645444374, - 1.4530863763117712, - 1.998366280875, - 2.375695239704016, - 2.4690125809521244, - 2.2549772246496524, - 1.7896688263959184 - ], - "relative wind angle": [ - 0.346930617808822, - 0.10758318491179372, - 0.41279604975305206, - 0.3641686751835547, - 0.17928468252266958, - 0.045635308821161194, - 0.26148107245684293, - 0.40901604499107447 - ], - "resistance": [ - 95895.03256778455, - 95762.48627055496, - 96086.75060916058, - 96812.51747412064, - 97591.19376260889, - 97895.84049575456, - 97302.41768598526, - 96492.66165952031 - ], - "fuel": [ - 38.960612657177876, - 38.89273164917673, - 39.0589129867837, - 39.432277111915376, - 39.83503956146989, - 39.99322903894587, - 39.685409840008454, - 39.26748865641457 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-1.875 -3.125, -1.875 -2.8125, -1.5625 -2.8125, -1.5625 -3.125, -1.875 -3.125))", @@ -85954,34 +61086,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -705.9247096208765, + -705.924709620877, -792.1222388357209, - -476.88473649224557, + -476.8847364922459, 176.2219085409033, 838.2581880240718, 1035.8289632904666, - 500.78680773642714, - -204.39293101045178 + 500.7868077364267, + -204.39293101045155 ], "relative wind speed": [ - 1.3532170842306321, + 1.3532170842306317, 1.237928454188582, - 1.5775844658506006, + 1.5775844658506004, 2.034680103737623, - 2.3491906037901966, + 2.349190603790196, 2.411934101981244, 2.204794825623617, 1.7916388713811873 ], "relative wind angle": [ - 0.2432121132795069, + 0.24321211327950737, 0.10337695161823716, - 0.3268778296696014, - 0.2934860572674481, - 0.1391705072604196, + 0.32687782966960177, + 0.29348605726744814, + 0.1391705072604188, 0.05298870085150864, - 0.23181681125645556, - 0.3347511778562876 + 0.23181681125645603, + 0.33475117785628755 ], "resistance": [ 95928.57529037917, @@ -86021,68 +61153,7 @@ "id": "1639", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.734752062574844, - 5.734752062574844, - 5.734752062574844, - 5.734752062574844, - 5.734752062574844, - 5.734752062574844, - 5.734752062574844, - 5.734752062574844 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -634.1140247248694, - -712.2202548592077, - -409.0392394790714, - 204.6743735217167, - 831.046093662799, - 1010.2071938090455, - 492.5576389714777, - -170.68191343446483 - ], - "relative wind speed": [ - 1.0967195535598901, - 0.9680183343941886, - 1.3631662372552917, - 1.8511286421488213, - 2.1733948035453023, - 2.2336918443498486, - 2.0169820427672573, - 1.5810634084231372 - ], - "relative wind angle": [ - 0.32176828214306247, - 0.15084553557386773, - 0.4173577702002174, - 0.35069830648706685, - 0.16026578095875774, - 0.06517063987712414, - 0.2774989787096862, - 0.41395883449980414 - ], - "resistance": [ - 96000.38597527517, - 95922.27974514084, - 96225.46076052097, - 96839.17437352176, - 97465.54609366284, - 97644.7071938091, - 97127.05763897153, - 96463.81808656557 - ], - "fuel": [ - 38.8248955762592, - 38.78485645897709, - 38.94040124090955, - 39.25630941635616, - 39.580178503631686, - 39.67308328817373, - 39.40497980942501, - 39.06292886324438 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-2.5 -3.4375, -2.5 -3.125, -2.1875 -3.125, -2.1875 -3.4375, -2.5 -3.4375))", @@ -86114,9 +61185,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -699.8877597375805, + -699.8877597375811, -761.8186585303323, - -446.62752014219336, + -446.6275201421936, 175.90535658922795, 782.0923186435045, 924.4413358367522, @@ -86124,7 +61195,7 @@ -245.1008887026726 ], "relative wind speed": [ - 1.5105128900216187, + 1.5105128900216183, 1.4364324274933034, 1.732710896371458, 2.132714804207728, @@ -86135,12 +61206,12 @@ ], "relative wind angle": [ 0.17783956630598427, - 0.09157283660737477, - 0.2645009306173713, + 0.09157283660737478, + 0.2645009306173717, 0.2411113266959147, - 0.11122098747792014, + 0.11122098747792016, 0.05358631347388827, - 0.20244532720699537, + 0.20244532720699535, 0.2745085547414641 ], "resistance": [ @@ -86194,17 +61265,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -685.4701297675673, + -685.470129767568, -686.9029210782141, - -325.3698544341257, + -325.36985443412595, 278.0505199584518, 807.3801744785774, 810.6669932539598, - 283.52178997611554, + 283.5217899761153, -320.7444434605918 ], "relative wind speed": [ - 1.3748033571416292, + 1.374803357141629, 1.3729746499801323, 1.707280157217225, 2.0919157204949412, @@ -86214,13 +61285,13 @@ 1.710829235154494 ], "relative wind angle": [ - 0.14621405809748927, + 0.1462140580974908, 0.1439824085383738, - 0.2843215392747884, + 0.2843215392747888, 0.23164956813758544, 0.08619886972908747, - 0.08473662553031808, - 0.23065334586836242, + 0.08473662553031809, + 0.23065334586836292, 0.2845472477577718 ], "resistance": [ @@ -86274,17 +61345,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -732.7465885595298, + -732.7465885595303, -851.4977705930274, - -563.7401468746568, - 102.7776062509331, - 805.0297295023281, + -563.7401468746571, + 102.77760625093288, + 805.0297295023272, 1078.2903472947025, - 558.5114399143833, + 558.5114399143843, -178.03862510771773 ], "relative wind speed": [ - 1.5870399554545107, + 1.5870399554545103, 1.4492683021407204, 1.7322325047479648, 2.1661240973353206, @@ -86294,14 +61365,14 @@ 2.0026323998497464 ], "relative wind angle": [ - 0.2136009591362961, + 0.21360095913629662, 0.058600497827172825, - 0.2666578921931614, - 0.2618073735658941, - 0.13570156267872766, + 0.2666578921931622, + 0.2618073735658942, + 0.13570156267872846, 0.03303957801938849, - 0.1923397065198904, - 0.2837492764332644 + 0.19233970651988982, + 0.28374927643326436 ], "resistance": [ 95901.75341144047, @@ -86354,9 +61425,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -706.8679215373069, + -706.8679215373073, -780.8744124536873, - -456.3768902699651, + -456.37689026996554, 193.95419007034775, 841.3759551954915, 1010.9392068061127, @@ -86364,9 +61435,9 @@ -222.29095553166053 ], "relative wind speed": [ - 1.344595764217829, + 1.3445957642178286, 1.2455566920927397, - 1.5895151593285095, + 1.5895151593285093, 2.040134996968584, 2.345225093928401, 2.39929302860801, @@ -86374,11 +61445,11 @@ 1.7736594105092445 ], "relative wind angle": [ - 0.23290949215024673, + 0.2329094921502472, 0.11253456358672688, - 0.32540421924870316, + 0.32540421924870355, 0.2876406731962692, - 0.13272003600351634, + 0.13272003600351637, 0.058330460243418626, 0.23453340915891377, 0.33239985672554084 @@ -86434,34 +61505,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -820.0171499640975, + -820.0171499640984, -752.6831234182168, - -256.2045525547137, + -256.20455255471416, 466.7063044111951, 1033.438693536855, 879.0793124779382, - 211.52378190747072, + 211.52378190747027, -471.1808628691206 ], "relative wind speed": [ - 1.3509593347114768, + 1.3509593347114766, 1.435176083075277, - 1.8523389707125841, + 1.852338970712584, 2.266277625254731, 2.4850781710730185, 2.4374113832007103, - 2.1376494048293186, + 2.137649404829318, 1.69253962011454 ], "relative wind angle": [ - 0.11042217077041812, + 0.11042217077042013, 0.20847338961862613, - 0.3121944191742434, + 0.3121944191742441, 0.22588305387770558, - 0.059942615730677176, + 0.05994261573067718, 0.12216799169438947, - 0.26939981484832615, - 0.3045747773613433 + 0.26939981484832526, + 0.30457477736134336 ], "resistance": [ 95814.48285003591, @@ -86516,17 +61587,17 @@ "wind resistance": [ -654.0998584926909, -712.3949823056566, - -394.60301547367123, + -394.603015473671, 218.00167482725988, - 820.2411903342013, + 820.2411903342008, 953.6735731468364, - 434.9201561013617, - -213.63394091753298 + 434.9201561013615, + -213.6339409175331 ], "relative wind speed": [ 1.177970605830304, 1.0897914535643138, - 1.461689278815357, + 1.4616892788153573, 1.9179254893315345, 2.215880787658118, 2.2605523663588847, @@ -86534,14 +61605,14 @@ 1.6184264674939572 ], "relative wind angle": [ - 0.2607799101657285, + 0.2607799101657289, 0.14631150964917047, - 0.369884788444596, + 0.36988478844459627, 0.3118223077459456, - 0.13749846462274587, + 0.1374984646227467, 0.0703420341030437, - 0.26202598711633734, - 0.3720945777252893 + 0.2620259871163378, + 0.37209457772528937 ], "resistance": [ 95980.40014150733, @@ -86594,33 +61665,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -637.8313205232628, + -637.8313205232636, -718.1354704884714, - -442.5322892485457, + -442.5322892485458, 139.34577639521171, - 730.6011569867906, + 730.6011569867901, 914.9130522083815, 444.5869787615925, -185.1270782361105 ], "relative wind speed": [ - 1.3710186611361155, + 1.3710186611361153, 1.2645669354700337, 1.5614375919069863, 1.976136512086418, - 2.2673440005669945, + 2.267344000566995, 2.328392460863619, 2.140666632773614, 1.7650567899332692 ], "relative wind angle": [ - 0.21987446772275349, + 0.21987446772275498, 0.0871925741637561, - 0.29552994818046113, + 0.2955299481804615, 0.27310666231139274, - 0.1322704669622862, + 0.1322704669622879, 0.04731259249428901, - 0.21407156020912207, + 0.2140715602091221, 0.3067689967415812 ], "resistance": [ @@ -86674,9 +61745,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -708.1368908950269, + -708.1368908950276, -784.239676229312, - -475.5890423416008, + -475.58904234160104, 158.21724479472755, 788.8163356488444, 963.7522042181959, @@ -86684,7 +61755,7 @@ -228.2876205940379 ], "relative wind speed": [ - 1.5237357203931259, + 1.5237357203931257, 1.4330755874365144, 1.7274153087794544, 2.1371972415113545, @@ -86694,9 +61765,9 @@ 1.9055523035016273 ], "relative wind angle": [ - 0.1886188851120859, + 0.1886188851120871, 0.08378996942190968, - 0.26673664468254726, + 0.26673664468254765, 0.2476984152787145, 0.11812731375824079, 0.04840165378361801, @@ -86741,68 +61812,7 @@ "id": "1648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.531987217619713, - 11.531987217619713, - 11.531987217619713, - 11.531987217619713, - 11.531987217619713, - 11.531987217619713, - 11.531987217619713, - 11.531987217619713 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -1012.7434289409639, - -1013.2348704954452, - -522.5781363293395, - 303.09422093762623, - 1003.401112909899, - 1004.5559105834991, - 305.11513533542893, - -520.8378677592746 - ], - "relative wind speed": [ - 2.8400283083720095, - 2.8397054244487827, - 3.0727869432077437, - 3.375317893266009, - 3.5739973559136047, - 3.574253907431308, - 3.3759736808932366, - 3.073507281889881 - ], - "relative wind angle": [ - 0.053754022140023776, - 0.0535164320118219, - 0.11985448178011654, - 0.10915225653992333, - 0.04270731482981219, - 0.04251072701715375, - 0.10904567220366981, - 0.11992006337518334 - ], - "resistance": [ - 95621.7565710591, - 95621.26512950461, - 96111.92186367072, - 96937.59422093768, - 97637.90111290995, - 97639.05591058356, - 96939.61513533548, - 96113.66213224079 - ], - "fuel": [ - 41.516363764069126, - 41.51611246082664, - 41.76746183941563, - 42.192452239649654, - 42.55490273393345, - 42.55550191756588, - 42.1934955575955, - 41.76835492340176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 2.1875, -7.1875 2.5, -6.875 2.5, -6.875 2.1875, -7.1875 2.1875))", @@ -86821,68 +61831,7 @@ "id": "1649", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.318376353768377, - 14.318376353768377, - 14.318376353768377, - 14.318376353768377, - 14.318376353768377, - 14.318376353768377, - 14.318376353768377, - 14.318376353768377 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1108.6192071424684, - -1141.5848756939567, - -650.1969266163878, - 242.9865453350876, - 1032.886633703759, - 1111.020193538281, - 381.4089672060509, - -530.6841710492408 - ], - "relative wind speed": [ - 3.6666936294041146, - 3.649587151305558, - 3.8379497785852945, - 4.104824197361779, - 4.2938270627325625, - 4.308376334722007, - 4.141465261670602, - 3.8771137880284714 - ], - "relative wind angle": [ - 0.04152890799200505, - 0.0313088299242993, - 0.08185318769776327, - 0.08036553123831254, - 0.035460656094958506, - 0.02652020637385938, - 0.07584242735214294, - 0.085096661648255 - ], - "resistance": [ - 95525.88079285756, - 95492.91512430608, - 95984.30307338363, - 96877.48654533512, - 97667.38663370379, - 97745.52019353831, - 97015.90896720608, - 96103.81582895078 - ], - "fuel": [ - 43.64199110172691, - 43.62514755083703, - 43.87663749323512, - 44.33606527918524, - 44.744840581436215, - 44.78540108260048, - 44.40753145375017, - 43.93793937302539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 1.875, -7.5 2.1875, -7.1875 2.1875, -7.1875 1.875, -7.5 1.875))", @@ -86901,68 +61850,7 @@ "id": "1650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.705277325659402, - 10.705277325659402, - 10.705277325659402, - 10.705277325659402, - 10.705277325659402, - 10.705277325659402, - 10.705277325659402, - 10.705277325659402 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1097.057083070688, - -968.373248262696, - -298.26270695688027, - 594.6149205343004, - 1212.1236487916462, - 911.150606512399, - 72.42170277865125, - -746.9321686425524 - ], - "relative wind speed": [ - 2.523256503966774, - 2.6156836924199953, - 2.9345524333976907, - 3.261823237923607, - 3.426013368764411, - 3.355978219382717, - 3.081037650435773, - 2.7321969461048465 - ], - "relative wind angle": [ - 0.029364139973149343, - 0.10221231404067581, - 0.1544775940249137, - 0.11418992750732986, - 0.021625246680654193, - 0.07961074548723199, - 0.1470783038051553, - 0.13645219582406223 - ], - "resistance": [ - 95537.44291692931, - 95666.1267517373, - 96336.23729304312, - 97229.1149205343, - 97846.62364879165, - 97545.6506065124, - 96706.92170277865, - 95887.56783135745 - ], - "fuel": [ - 40.926445756592244, - 40.992239995392666, - 41.3358540129702, - 41.79629325356072, - 42.116465494756774, - 41.9602366638143, - 41.52664845375878, - 41.105603961909566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 1.875, -7.1875 2.1875, -6.875 2.1875, -6.875 1.875, -7.1875 1.875))", @@ -86981,68 +61869,7 @@ "id": "1651", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.873398672347045, - 13.873398672347045, - 13.873398672347045, - 13.873398672347045, - 13.873398672347045, - 13.873398672347045, - 13.873398672347045, - 13.873398672347045 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1376.639122730654, - -1275.7917783377861, - -506.7526599359044, - 598.8352184640107, - 1418.8560755486888, - 1181.1760364852253, - 181.16399672723674, - -866.7706442339859 - ], - "relative wind speed": [ - 3.433375719659419, - 3.488069232463358, - 3.7720775732866914, - 4.094635243015966, - 4.2769870199382725, - 4.23250042298991, - 3.981471785932293, - 3.6489243658534325 - ], - "relative wind angle": [ - 0.030681128676590334, - 0.0642342668507812, - 0.11210006079700222, - 0.09118428095053725, - 0.02462807669063865, - 0.052924763765276744, - 0.10618159294451408, - 0.10235922427841083 - ], - "resistance": [ - 95257.86087726937, - 95358.70822166224, - 96127.74734006412, - 97233.33521846404, - 98053.35607554871, - 97815.67603648525, - 96815.66399672726, - 95767.72935576605 - ], - "fuel": [ - 43.12356417520569, - 43.175015868859745, - 43.56861953498196, - 44.138329045892704, - 44.563823690760515, - 44.44023811135308, - 43.92256846496547, - 43.38408393754385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 1.5625, -7.5 1.875, -7.1875 1.875, -7.1875 1.5625, -7.5 1.5625))", @@ -87061,68 +61888,7 @@ "id": "1652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.716721373788298, - 10.716721373788298, - 10.716721373788298, - 10.716721373788298, - 10.716721373788298, - 10.716721373788298, - 10.716721373788298, - 10.716721373788298 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1168.532671244494, - -1023.5702083959554, - -300.03781200835283, - 655.0284933049479, - 1309.9518286080138, - 971.5015403339994, - 69.73500622968595, - -802.4452924370357 - ], - "relative wind speed": [ - 2.4938632647785686, - 2.5984972143166463, - 2.943002174275263, - 3.2906331284552253, - 3.461762504795117, - 3.3839275775651596, - 3.088995277631297, - 2.7156743613567436 - ], - "relative wind angle": [ - 0.029659563156219104, - 0.11184279845595883, - 0.16524389837312675, - 0.12020765139639636, - 0.021365324041345352, - 0.08580972895895715, - 0.15736731012772076, - 0.14582357242659916 - ], - "resistance": [ - 95465.96732875555, - 95610.92979160408, - 96334.4621879917, - 97289.528493305, - 97944.45182860806, - 97606.00154033404, - 96704.23500622973, - 95832.054707563 - ], - "fuel": [ - 40.89719010530263, - 40.97127321381008, - 41.34220377754704, - 41.834816678942076, - 42.17458084589833, - 41.998798753403975, - 41.532525944793235, - 41.08442977730137 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 1.5625, -7.1875 1.875, -6.875 1.875, -6.875 1.5625, -7.1875 1.5625))", @@ -87141,68 +61907,7 @@ "id": "1653", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.359713991778921, - 11.359713991778921, - 11.359713991778921, - 11.359713991778921, - 11.359713991778921, - 11.359713991778921, - 11.359713991778921, - 11.359713991778921 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1232.167883194118, - -1095.8133664733255, - -351.58888366642486, - 651.7752519426876, - 1354.9560431798382, - 1036.072891054696, - 98.51345890647099, - -826.9495894477336 - ], - "relative wind speed": [ - 2.6799327351786695, - 2.7722340680423656, - 3.107526519743705, - 3.4556497311065715, - 3.633354149211738, - 3.56342814024103, - 3.275145915492308, - 2.9054753095800776 - ], - "relative wind angle": [ - 0.0316337103331275, - 0.10018575043404143, - 0.1540706469884757, - 0.11518098454295075, - 0.023330995070151923, - 0.07788974950042421, - 0.14612725765285106, - 0.1371179636343209 - ], - "resistance": [ - 95402.33211680588, - 95538.68663352667, - 96282.91111633358, - 97286.27525194269, - 97989.45604317985, - 97670.57289105469, - 96733.01345890647, - 95807.55041055227 - ], - "fuel": [ - 41.28658685455074, - 41.356236398611024, - 41.73760368316671, - 42.255025776869886, - 42.61987979289684, - 42.45419534128338, - 41.969252407428, - 41.49377404072676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 1.25, -7.5 1.5625, -7.1875 1.5625, -7.1875 1.25, -7.5 1.25))", @@ -87221,68 +61926,7 @@ "id": "1654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.287979010352412, - 11.287979010352412, - 11.287979010352412, - 11.287979010352412, - 11.287979010352412, - 11.287979010352412, - 11.287979010352412, - 11.287979010352412 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1268.2736871285356, - -1373.034479927136, - -840.5571421812624, - 233.8639176128172, - 1266.359633260733, - 1510.1613904868882, - 653.5035130741508, - -480.8799765073077 - ], - "relative wind speed": [ - 2.6752078586919246, - 2.602733860805767, - 2.891725697869898, - 3.31514036749814, - 3.622011243715288, - 3.674435873249403, - 3.451611945900907, - 3.0472195327201637 - ], - "relative wind angle": [ - 0.10604748893523261, - 0.0522418432054552, - 0.16514036627473794, - 0.1625081667896656, - 0.07825952440052636, - 0.036996368190649914, - 0.13816410333611845, - 0.1769410794763465 - ], - "resistance": [ - 95366.22631287148, - 95261.46552007287, - 95793.94285781875, - 96868.36391761283, - 97900.85963326074, - 98144.6613904869, - 97288.00351307416, - 96153.62002349271 - ], - "fuel": [ - 41.219737708162825, - 41.166287229316836, - 41.438388637953686, - 41.99064104221641, - 42.525391171007904, - 42.65223989193876, - 42.20750227322161, - 41.62278439631656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 1.25, -7.1875 1.5625, -6.875 1.5625, -6.875 1.25, -7.1875 1.25))", @@ -87301,68 +61945,7 @@ "id": "1655", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.847101462246377, - 10.847101462246377, - 10.847101462246377, - 10.847101462246377, - 10.847101462246377, - 10.847101462246377, - 10.847101462246377, - 10.847101462246377 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1235.624543329956, - -1147.6024689859605, - -446.3046105270173, - 572.9151886194891, - 1348.237043971339, - 1143.2360923712645, - 219.54068225243418, - -749.3273767809656 - ], - "relative wind speed": [ - 2.5162816705739517, - 2.5794696482298076, - 2.9245419963473234, - 3.304080257109616, - 3.515802274152855, - 3.4697082601374447, - 3.1842727879699053, - 2.788474983065703 - ], - "relative wind angle": [ - 0.05234171197988626, - 0.10121774968308571, - 0.17189793365203332, - 0.13564798199234157, - 0.03745294311515644, - 0.07519026625805707, - 0.15775391592620003, - 0.16093138088298836 - ], - "resistance": [ - 95398.87545667004, - 95486.89753101404, - 96188.19538947298, - 97207.41518861949, - 97982.73704397134, - 97777.73609237127, - 96854.04068225244, - 95885.17262321904 - ], - "fuel": [ - 40.94627529958598, - 40.99122770624808, - 41.350406694020606, - 41.875676202543346, - 42.27783805019895, - 42.17128589609559, - 41.693121826175094, - 41.19498503043384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 0.9375, -7.5 1.25, -7.1875 1.25, -7.1875 0.9375, -7.5 0.9375))", @@ -87394,33 +61977,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1534.332793103089, + -1534.33279310309, -1711.5235161849691, - -1126.5315048762095, - 170.97804229925987, + -1126.5315048762122, + 170.97804229926078, 1470.699635111766, 1884.5302195006834, 887.4282184945023, -511.3446256938314 ], "relative wind speed": [ - 3.1861232301344113, + 3.186123230134411, 3.0820972064816488, 3.361442518128428, - 3.8074794195833177, + 3.807479419583318, 4.149580879693507, 4.227419960746516, 4.008878510511197, 3.587966441338261 ], "relative wind angle": [ - 0.10267652434012407, - 0.03605449814760087, - 0.14439296927390186, - 0.15104935311607479, + 0.10267652434012406, + 0.03605449814760088, + 0.1443929692739034, + 0.1510493531160755, 0.07877990534838357, 0.026283687945313855, - 0.1209478130535946, + 0.12094781305359462, 0.16036827650530924 ], "resistance": [ @@ -87461,68 +62044,7 @@ "id": "1657", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.984969013639208, - 11.984969013639208, - 11.984969013639208, - 11.984969013639208, - 11.984969013639208, - 11.984969013639208, - 11.984969013639208, - 11.984969013639208 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1440.6163794140962, - -1436.1405992101168, - -715.9926674475337, - 481.4776496580753, - 1500.0159324835577, - 1489.5904382304861, - 463.4911869863017, - -731.4201899484433 - ], - "relative wind speed": [ - 2.82001804049365, - 2.822921816197019, - 3.161051896875918, - 3.5829217907057163, - 3.8519497669807947, - 3.8498222265050064, - 3.577397051112751, - 3.154788455307136 - ], - "relative wind angle": [ - 0.07477761893212084, - 0.07681126350186472, - 0.1642987217657291, - 0.14411362589980314, - 0.05472110414120489, - 0.056297015919519806, - 0.14503292616328667, - 0.16383718310509882 - ], - "resistance": [ - 95193.8836205859, - 95198.35940078988, - 95918.50733255247, - 97115.97764965807, - 98134.51593248355, - 98124.09043823049, - 97097.9911869863, - 95903.07981005155 - ], - "fuel": [ - 41.61662024957687, - 41.618901897026305, - 41.98698725892552, - 42.60331616304885, - 43.13174947264647, - 43.12632101181316, - 42.59401919638856, - 41.97908164405669 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 0.625, -7.5 0.9375, -7.1875 0.9375, -7.1875 0.625, -7.5 0.625))", @@ -87541,68 +62063,7 @@ "id": "1658", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.602630884651058, - 11.602630884651058, - 11.602630884651058, - 11.602630884651058, - 11.602630884651058, - 11.602630884651058, - 11.602630884651058, - 11.602630884651058 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1273.372727852371, - -1327.1678891810602, - -749.3374768385343, - 313.9864643693172, - 1280.2845834329737, - 1405.7532220111525, - 530.9043127582418, - -563.1599360869832 - ], - "relative wind speed": [ - 2.768439388222013, - 2.732536004140997, - 3.0231010770289037, - 3.420782992817026, - 3.695058282005151, - 3.7216877004589035, - 3.4897811151618963, - 3.1009605076052993 - ], - "relative wind angle": [ - 0.08526473892927224, - 0.05924430162933353, - 0.1542858633414608, - 0.1452766459542442, - 0.0638486851717209, - 0.043486590233372084, - 0.1335203382053825, - 0.16038355966740991 - ], - "resistance": [ - 95361.12727214763, - 95307.33211081894, - 95885.16252316146, - 96948.48646436931, - 97914.78458343298, - 98040.25322201115, - 97165.40431275824, - 96071.34006391301 - ], - "fuel": [ - 41.432029112582825, - 41.40457795922516, - 41.70000263343212, - 42.24689009198765, - 42.74752424542284, - 42.8127837697218, - 42.35897169333319, - 41.795453403932164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 0.625, -7.1875 0.9375, -6.875 0.9375, -6.875 0.625, -7.1875 0.625))", @@ -87621,68 +62082,7 @@ "id": "1659", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.952281308163586, - 13.952281308163586, - 13.952281308163586, - 13.952281308163586, - 13.952281308163586, - 13.952281308163586, - 13.952281308163586, - 13.952281308163586 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1906.2609438363697, - -1812.5994070567804, - -776.9717742579915, - 791.3981939649066, - 2026.6744070928826, - 1808.13500720293, - 413.33889627907956, - -1101.515939633994 - ], - "relative wind speed": [ - 3.2883824920897915, - 3.3403030172847568, - 3.7402794296927553, - 4.201270221764149, - 4.471690381350687, - 4.43304072095726, - 4.101193005549013, - 3.6275064169019378 - ], - "relative wind angle": [ - 0.05554420863764241, - 0.08685288942277017, - 0.15903351799729515, - 0.13079135248526982, - 0.0408363355008839, - 0.06540816726283358, - 0.14493451504220234, - 0.15162749611971568 - ], - "resistance": [ - 94728.23905616363, - 94821.90059294322, - 95857.528225742, - 97425.89819396491, - 98661.17440709288, - 98442.63500720293, - 97047.83889627908, - 95532.98406036601 - ], - "fuel": [ - 42.92067212208211, - 42.96827182550824, - 43.49676378059361, - 44.304718334904294, - 44.94752128921077, - 44.83338613699839, - 44.109121724287434, - 43.33071602337777 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 0.3125, -7.5 0.625, -7.1875 0.625, -7.1875 0.3125, -7.5 0.3125))", @@ -87701,68 +62101,7 @@ "id": "1660", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.79128843445879, - 10.79128843445879, - 10.79128843445879, - 10.79128843445879, - 10.79128843445879, - 10.79128843445879, - 10.79128843445879, - 10.79128843445879 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -874.0294315715064, - -1391.688734019027, - -1263.1220210533165, - -437.8003256652546, - 721.3266766684887, - 1578.7205495483781, - 1280.4490072603653, - 211.25436824140343 - ], - "relative wind speed": [ - 2.726779159197024, - 2.4230333031447295, - 2.5172966815646207, - 2.9256802620539952, - 3.3522318541191467, - 3.5779453040332876, - 3.5122642844447323, - 3.180122323280974 - ], - "relative wind angle": [ - 0.18453604486879482, - 0.05349932871157891, - 0.12630401789276352, - 0.1988747120327302, - 0.14981498314041716, - 0.03622111334321031, - 0.0904067469096006, - 0.1827749880986998 - ], - "resistance": [ - 95760.4705684285, - 95242.81126598097, - 95371.37797894668, - 96196.69967433474, - 97355.82667666848, - 98213.22054954838, - 97914.94900726037, - 96845.75436824141 - ], - "fuel": [ - 41.0953082432719, - 40.83082920740348, - 40.89642258282292, - 41.31895769632045, - 41.916668785993146, - 42.36200605721379, - 42.206771139930574, - 41.65303085546431 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 0.3125, -7.1875 0.625, -6.875 0.625, -6.875 0.3125, -7.1875 0.3125))", @@ -87781,68 +62120,7 @@ "id": "1661", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.004797110366106, - 12.004797110366106, - 12.004797110366106, - 12.004797110366106, - 12.004797110366106, - 12.004797110366106, - 12.004797110366106, - 12.004797110366106 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1167.0632889640265, - -1698.9019485328367, - -1474.422533640989, - -401.91907313349657, - 1004.7964638614985, - 1968.0565596799515, - 1446.3556682662356, - 110.80554260970075 - ], - "relative wind speed": [ - 2.9924514545719454, - 2.6965459557124416, - 2.8437841835460405, - 3.305171181311563, - 3.7577386794724075, - 3.9754252099497047, - 3.871467061539612, - 3.4858584528635554 - ], - "relative wind angle": [ - 0.17376784725789468, - 0.03412141028351352, - 0.1366101089497448, - 0.1947719767745736, - 0.13812233902429197, - 0.023142256436147642, - 0.10020265815761761, - 0.1845565760605501 - ], - "resistance": [ - 95467.43671103599, - 94935.59805146718, - 95160.07746635903, - 96232.58092686652, - 97639.29646386151, - 98602.55655967997, - 98080.85566826625, - 96745.30554260971 - ], - "fuel": [ - 41.77046776478525, - 41.499338249924094, - 41.61364871326822, - 42.162381992262425, - 42.888599472944534, - 43.39013029268143, - 43.11807301136612, - 42.4262234778989 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 0, -7.5 0.3125, -7.1875 0.3125, -7.1875 0, -7.5 0))", @@ -87874,9 +62152,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -216.82127065454733, + -216.82127065455006, -1251.9488903543352, - -1524.8039559755234, + -1524.8039559755243, -1146.9682546664508, -41.80640872996355, 1196.1461305574585, @@ -87884,24 +62162,24 @@ 1045.1599781287714 ], "relative wind speed": [ - 3.147619835074004, + 3.147619835074003, 2.68631447602984, - 2.494872490249917, + 2.4948724902499166, 2.7409597057564197, 3.213554186658829, 3.608068135805685, 3.7430004533980443, - 3.5667325422806044 + 3.566732542280605 ], "relative wind angle": [ - 0.19960007451373107, + 0.19960007451373163, 0.1560624226530873, 0.013476390096545655, 0.17050275865271772, - 0.19545122648157917, + 0.1954512264815792, 0.11598190442787883, 0.008982448644985236, - 0.13076624802520947 + 0.1307662480252103 ], "resistance": [ 96417.6787293455, @@ -87941,68 +62219,7 @@ "id": "1663", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.599008865509468, - 9.599008865509468, - 9.599008865509468, - 9.599008865509468, - 9.599008865509468, - 9.599008865509468, - 9.599008865509468, - 9.599008865509468 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -16.01734007585037, - -934.3753656605695, - -1252.677132796399, - -1023.1192971894538, - -163.7114697814959, - 887.4445177158, - 1547.8294238507683, - 1015.649533303209 - ], - "relative wind speed": [ - 2.7676560533636487, - 2.3043270786813452, - 2.0572728642284828, - 2.2491065398950147, - 2.70265163261788, - 3.107140581220688, - 3.275953943376139, - 3.147342632954666 - ], - "relative wind angle": [ - 0.22200206468642034, - 0.19853034550453774, - 0.016206809634887985, - 0.18211205036864989, - 0.227434521120058, - 0.1467960451116146, - 0.01017747692847777, - 0.1297840635658641 - ], - "resistance": [ - 96618.48265992418, - 95700.12463433946, - 95381.82286720363, - 95611.38070281058, - 96470.78853021853, - 97521.94451771583, - 98182.3294238508, - 97650.14953330324 - ], - "fuel": [ - 40.81979182113801, - 40.34834306763169, - 40.185671866727645, - 40.302951719587206, - 40.74375971640737, - 41.28665578934651, - 41.62983116713056, - 41.35315182061103 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5 4.6875, -5 5, -4.6875 5, -4.6875 4.6875, -5 4.6875))", @@ -88034,17 +62251,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -768.2129027406099, + -768.2129027406118, -931.1449903589953, -700.0738840398585, -27.265060395168803, - 723.1195600683427, + 723.1195600683413, 1102.7599794399266, 625.29182983586, -140.9639205164517 ], "relative wind speed": [ - 2.177667837861772, + 2.1776678378617715, 2.036491459489227, 2.221376314009409, 2.5773519314595643, @@ -88054,17 +62271,17 @@ 2.5240491943730294 ], "relative wind angle": [ - 0.14450400531708724, - 0.013315910496122975, + 0.1445040053170888, + 0.013315910496122976, 0.15910227803893404, 0.18361939547287937, - 0.10925357842900513, - 0.009107017197443782, - 0.12413677035859576, + 0.10925357842900614, + 0.009107017197443784, + 0.12413677035859577, 0.18754267519707551 ], "resistance": [ - 95866.28709725938, + 95866.28709725937, 95703.35500964099, 95934.42611596013, 96607.23493960482, @@ -88074,7 +62291,7 @@ 96493.53607948353 ], "fuel": [ - 40.12198565273273, + 40.12198565273272, 40.03856979207476, 40.15689987916534, 40.50257258019671, @@ -88114,34 +62331,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -499.9894372050171, + -499.98943720501757, -949.1172108349974, - -940.5740241653821, + -940.5740241653834, -469.86141413640917, - 305.13472817685033, + 305.1347281768494, 953.2069605820834, 933.1605061589953, - 270.12923543375564 + 270.1292354337529 ], "relative wind speed": [ - 2.886487149308255, + 2.8864871493082545, 2.6575394823085436, - 2.663513045801068, + 2.6635130458010674, 2.8997491958216237, - 3.199278192437955, + 3.1992781924379554, 3.391853905418392, 3.387165078731517, - 3.1872627154131186 + 3.187262715413119 ], "relative wind angle": [ 0.1258564145087832, 0.05452075873400559, 0.059174170680786606, 0.1271064261297744, - 0.11349549442152707, - 0.04270919035055871, - 0.04652151267283065, - 0.11558660753244655 + 0.11349549442152806, + 0.0427091903505587, + 0.046521512672830646, + 0.11558660753244847 ], "resistance": [ 96134.510562795, @@ -88194,9 +62411,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -849.6042117657848, + -849.6042117657871, -1012.1444843574504, - -754.3885763655558, + -754.3885763655562, -26.79864789649946, 770.4611650345892, 1151.1208857657434, @@ -88204,27 +62421,27 @@ -186.1571434147536 ], "relative wind speed": [ - 2.542451016672093, + 2.5424510166720924, 2.4213427621956285, - 2.594610151688349, + 2.5946101516883484, 2.9261327303629305, - 3.2064805249827097, + 3.2064805249827093, 3.298889776460134, 3.164422963199786, 2.8606505857180684 ], "relative wind angle": [ - 0.11306836326461857, + 0.11306836326462054, 0.013680549468395767, 0.12897133708046216, - 0.150528085335173, - 0.08958191613374819, - 0.010041203269750646, - 0.10565118803258419, - 0.15400095532725733 + 0.15052808533517298, + 0.08958191613374696, + 0.010041203269750647, + 0.1056511880325842, + 0.15400095532725736 ], "resistance": [ - 95784.89578823425, + 95784.89578823424, 95622.35551564257, 95880.11142363447, 96607.70135210353, @@ -88234,7 +62451,7 @@ 96448.34285658528 ], "fuel": [ - 40.7987908654228, + 40.798790865422795, 40.71562470975478, 40.84755502764985, 41.221300024797316, @@ -88274,17 +62491,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -727.0448053321652, + -727.0448053321684, -936.1315439225532, - -766.7904355404212, + -766.7904355404225, -133.41956771523337, - 623.5497138759515, + 623.5497138759497, 1077.390289553252, 680.3590678061296, -66.8880696955307 ], "relative wind speed": [ - 2.5047103320641457, + 2.5047103320641453, 2.3524830593656523, 2.4822853495402986, 2.7908148266109944, @@ -88294,17 +62511,17 @@ 2.8190075475773266 ], "relative wind angle": [ - 0.1231141464390615, - 0.00606072917755182, - 0.11605017445322441, - 0.15133433817883885, - 0.10016259677684966, + 0.12311414643906331, + 0.006060729177551821, + 0.11605017445322634, + 0.15133433817883882, + 0.10016259677685077, 0.004463987310924772, 0.0930269279070887, 0.14980936868540673 ], "resistance": [ - 95907.45519466787, + 95907.45519466785, 95698.36845607747, 95867.70956445961, 96501.0804322848, @@ -88314,7 +62531,7 @@ 96567.6119303045 ], "fuel": [ - 40.675154453107055, + 40.67515445310704, 40.56809485681919, 40.65479080203485, 40.97999753542727, @@ -88354,11 +62571,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -633.7537908204536, + -633.7537908204554, -965.7767794818558, - -856.9701635095842, + -856.9701635095844, -264.77508372564216, - 538.9592691531234, + 538.9592691531229, 1112.355659324347, 859.8977240551108, 107.4507401129299 @@ -88366,22 +62583,22 @@ "relative wind speed": [ 2.2340422816096517, 1.9916050711171454, - 2.088179109748303, + 2.0881791097483027, 2.437652157582153, - 2.7901516515984772, + 2.790151651598477, 2.9680634082913113, 2.9009307403914613, 2.6141429022860323 ], "relative wind angle": [ - 0.1841456827143914, + 0.18414568271439383, 0.04517799518314198, - 0.1353945980667634, + 0.13539459806676257, 0.20179053186225485, - 0.14714182662667022, + 0.14714182662666944, 0.030309289334162423, 0.0973172312126048, - 0.18799792755193068 + 0.18799792755193065 ], "resistance": [ 96000.74620917956, @@ -88434,33 +62651,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -419.647931631702, + -419.6479316317027, -696.8664663949969, - -640.46550289275, + -640.4655028927507, -231.29628066480404, - 357.42277957436613, + 357.4227795743657, 806.2616280564141, 675.9459752515602, 136.47135509280793 ], "relative wind speed": [ - 1.8200946316179323, + 1.820094631617932, 1.5765863614641853, 1.6394392974929108, 1.9495500819471878, 2.2743364692909216, 2.449433871006979, - 2.4078184386342465, + 2.407818438634247, 2.1643949088765724 ], "relative wind angle": [ - 0.21416192879997478, - 0.0697899838886381, - 0.14158334605702746, + 0.2141619287999753, + 0.06978998388863808, + 0.14158334605702902, 0.22613223287511094, - 0.17091217951394544, + 0.17091217951394608, 0.04489918589048524, - 0.09622818575820781, + 0.09622818575820896, 0.20335273643757434 ], "resistance": [ @@ -88514,11 +62731,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -110.24702302334049, + -110.24702302334072, -762.7726290772837, - -939.2552093751356, + -939.2552093751378, -691.2908355914819, - 8.55019530103641, + 8.550195301036183, 796.8977888208728, 1204.5948065480839, 692.9259547247962 @@ -88526,7 +62743,7 @@ "relative wind speed": [ 2.2062465933593276, 1.7747332287226785, - 1.5882056699296694, + 1.5882056699296692, 1.8311565352660264, 2.270518571021572, 2.6216598900183556, @@ -88534,19 +62751,19 @@ 2.5825654600447208 ], "relative wind angle": [ - 0.2638143531850578, + 0.26381435318505825, 0.2176873919268011, - 0.02093922127850563, + 0.020939221278510934, 0.23721775846872897, - 0.2561761061305083, + 0.2561761061305087, 0.1467283335408758, 0.012142399872111466, - 0.16740596891091816 + 0.1674059689109182 ], "resistance": [ 96524.2529769767, 95871.72737092276, - 95695.24479062491, + 95695.2447906249, 95943.20916440856, 96643.05019530108, 97431.39778882092, @@ -88556,7 +62773,7 @@ "fuel": [ 39.86247479392952, 39.527399975602286, - 39.4370475858237, + 39.43704758582369, 39.564028921302324, 39.9236481787293, 40.33093006981984, @@ -88594,39 +62811,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -10.408854817350402, + -10.408854817351767, -677.1456763457516, - -906.7627749017877, + -906.7627749017938, -736.4613089639329, -109.0675815028751, 656.5484676478186, 1136.774524501553, - 742.4290537402844 + 742.4290537402835 ], "relative wind speed": [ 2.3060448504754643, 1.8990256459421, - 1.6815580469206841, + 1.681558046920684, 1.854181505006045, 2.2538450448819463, 2.6060241623587257, 2.7513674552083374, - 2.638118891414264 + 2.6381188914142646 ], "relative wind angle": [ - 0.23410830435611601, - 0.21074253326102604, - 0.015967732301827846, + 0.23410830435611746, + 0.21074253326102607, + 0.01596773230184175, 0.1950002233738727, 0.23963527692782258, 0.15303175761806823, 0.009758766994901706, - 0.13661199946567146 + 0.1366119994656731 ], "resistance": [ 96624.09114518264, 95957.35432365423, - 95727.7372250982, + 95727.73722509819, 95898.03869103605, 96525.4324184971, 97291.04846764781, @@ -88661,68 +62878,7 @@ "id": "1672", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.33445088686849, - 8.33445088686849, - 8.33445088686849, - 8.33445088686849, - 8.33445088686849, - 8.33445088686849, - 8.33445088686849, - 8.33445088686849 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 737.6050604133175, - 580.3336821182102, - 70.82205832407726, - -440.6825385987536, - -673.7155496253856, - -606.4138573706812, - -206.57201904993917, - 343.3857577892527 - ], - "relative wind speed": [ - 2.670896694960296, - 2.6240600271777828, - 2.4125867926859597, - 2.1359474892795896, - 1.9616008769188027, - 2.0238270996422054, - 2.2717817067746013, - 2.533632861824827 - ], - "relative wind angle": [ - 0.026670365090393562, - 0.07649490348433542, - 0.14760565542069673, - 0.14151435927696857, - 0.0363177882640783, - 0.09924815652043598, - 0.15682773661096147, - 0.11918609173449043 - ], - "resistance": [ - 97372.10506041335, - 97214.83368211825, - 96705.3220583241, - 96193.81746140128, - 95960.78445037465, - 96028.08614262934, - 96427.92798095009, - 96977.88575778928 - ], - "fuel": [ - 40.55185969475057, - 40.47045904829574, - 40.20737769486307, - 39.94423895602835, - 39.824680115059266, - 39.85918885834914, - 40.06455409139089, - 40.34799314154955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 3.4375, 4.0625 3.75, 4.375 3.75, 4.375 3.4375, 4.0625 3.4375))", @@ -88741,68 +62897,7 @@ "id": "1673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.24296975501705, - 11.24296975501705, - 11.24296975501705, - 11.24296975501705, - 11.24296975501705, - 11.24296975501705, - 11.24296975501705, - 11.24296975501705 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1223.7842117471837, - 1013.8539025034579, - 164.816457051018, - -717.0184855339103, - -1145.7006722960632, - -1056.0123140936867, - -403.26353986259346, - 529.7865061543562 - ], - "relative wind speed": [ - 3.5665756054207773, - 3.5197531410020257, - 3.2610416661132873, - 2.9129504819279735, - 2.683327460755124, - 2.7444572573154606, - 3.0473455765137962, - 3.3816308640448494 - ], - "relative wind angle": [ - 0.030261530691465043, - 0.0671458119311195, - 0.1359248674615536, - 0.13386271973697042, - 0.04022717194007509, - 0.08615603254358983, - 0.14552222739452822, - 0.11522058984879142 - ], - "resistance": [ - 97858.28421174717, - 97648.35390250344, - 96799.316457051, - 95917.48151446608, - 95488.79932770392, - 95578.4876859063, - 96231.23646013738, - 97164.28650615434 - ], - "fuel": [ - 42.47305589800628, - 42.364040783266105, - 41.92481529534711, - 41.471462749331174, - 41.25212188629829, - 41.297955544049145, - 41.63243297874136, - 42.11329351980912 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 3.125, 3.75 3.4375, 4.0625 3.4375, 4.0625 3.125, 3.75 3.125))", @@ -88821,68 +62916,7 @@ "id": "1674", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.906035470514285, - 9.906035470514285, - 9.906035470514285, - 9.906035470514285, - 9.906035470514285, - 9.906035470514285, - 9.906035470514285, - 9.906035470514285 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 849.104052738343, - 914.7626873194149, - 330.3620464649016, - -392.81517296718766, - -854.1997118592981, - -882.2704896069849, - -490.8579297060596, - 216.29240796972908 - ], - "relative wind speed": [ - 3.119076440489119, - 3.135659779779548, - 2.950774778433307, - 2.6480079961885457, - 2.395822909753337, - 2.374077294863437, - 2.6002948801001557, - 2.908033512295679 - ], - "relative wind angle": [ - 0.0567007480966389, - 0.041871807458861744, - 0.12312100673558782, - 0.14447165094985853, - 0.07384517809390516, - 0.05531595054318155, - 0.13981822112228728, - 0.13147482327650833 - ], - "resistance": [ - 97483.60405273832, - 97549.26268731938, - 96964.86204646487, - 96241.68482703279, - 95780.30028814067, - 95752.22951039298, - 96143.6420702939, - 96850.7924079697 - ], - "fuel": [ - 41.44222883602565, - 41.476266959229356, - 41.17387157559476, - 40.8014262298995, - 40.56482424859344, - 40.5504548734884, - 40.75108277894303, - 41.11499500946003 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 3.125, 4.0625 3.4375, 4.375 3.4375, 4.375 3.125, 4.0625 3.125))", @@ -88901,68 +62935,7 @@ "id": "1675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.270087976597088, - 14.270087976597088, - 14.270087976597088, - 14.270087976597088, - 14.270087976597088, - 14.270087976597088, - 14.270087976597088, - 14.270087976597088 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1280.3638191667624, - 1577.6148199852923, - 691.8736717298316, - -524.2604591057598, - -1386.9365428675092, - -1513.1690595664231, - -973.7569973141663, - 170.2342344981662 - ], - "relative wind speed": [ - 4.364750296584665, - 4.418599547302656, - 4.2297835536650075, - 3.886997267167024, - 3.5786735657214477, - 3.511969202898302, - 3.73722901769137, - 4.092578879699872 - ], - "relative wind angle": [ - 0.05673341607843485, - 0.02341718311637508, - 0.09323940431131633, - 0.11693000551714924, - 0.06921337933562254, - 0.029464002535440462, - 0.10557120999077696, - 0.11103137871847395 - ], - "resistance": [ - 97914.86381916677, - 98212.1148199853, - 97326.37367172985, - 96110.23954089425, - 95247.5634571325, - 95121.33094043359, - 95660.74300268585, - 96804.73423449817 - ], - "fuel": [ - 44.831346458093535, - 44.986049577675246, - 44.526038862738076, - 43.899193961077145, - 43.45787223716238, - 43.39352735355835, - 43.66889816250358, - 44.25649069739773 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 2.1875, 1.25 2.5, 1.5625 2.5, 1.5625 2.1875, 1.25 2.1875))", @@ -88994,19 +62967,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 186.72945388177834, + 186.72945388177766, -246.63077206115622, - -496.85321182853, + -496.8532118285302, -485.4563108955235, - -210.20718460129012, + -210.20718460129, 229.94195553739462, 604.9786742001739, 578.8688593574349 ], "relative wind speed": [ - 1.728250554216121, + 1.7282505542161208, 1.3881731780955604, - 1.0980471474428335, + 1.0980471474428333, 1.115991096802715, 1.4223002754352592, 1.75577996322649, @@ -89014,13 +62987,13 @@ 1.9401937850401996 ], "relative wind angle": [ - 0.2506837505053835, - 0.30405749946331856, - 0.14535159929637867, + 0.25068375050538394, + 0.3040574994633186, + 0.1453515992963787, 0.1717150568939941, - 0.30618977975150774, + 0.30618977975150735, 0.238978270671021, - 0.08163344220031571, + 0.08163344220031572, 0.09844401682125875 ], "resistance": [ @@ -89074,33 +63047,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 239.16355879547223, + 239.16355879547177, -317.7783464144454, - -636.6065889884459, + -636.606588988446, -618.686848875624, -260.90438595493185, 306.7855088674239, - 788.7499382753913, + 788.7499382753929, 747.7263087467627 ], "relative wind speed": [ - 1.9296742612096152, + 1.9296742612096147, 1.5350999172699937, - 1.1974262083030052, + 1.197426208303005, 1.223128166890856, 1.5832647271186875, 1.9682068474910717, - 2.1901005516145085, + 2.190100551614508, 2.175850968672096 ], "relative wind angle": [ 0.2618129238209923, 0.318689287836152, 0.15152612311826516, - 0.1853115398517383, - 0.3209446875555719, - 0.24687520635688545, - 0.08262343970369444, + 0.18531153985173832, + 0.32094468755557193, + 0.24687520635688542, + 0.08262343970369176, 0.1037615327284816 ], "resistance": [ @@ -89154,39 +63127,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -107.70765797784156, + -107.70765797784225, -517.0788980876848, - -614.4955886017913, - -428.06814814924326, + -614.4955886017927, + -428.06814814924314, 40.245040385332004, 546.9296213991431, - 771.6850763383013, + 771.685076338295, 417.5831627242876 ], "relative wind speed": [ - 1.7681943108021365, + 1.7681943108021363, 1.4276873408804112, 1.3009257275885082, - 1.5137617839308737, + 1.5137617839308735, 1.866699438802651, 2.1384075318491083, - 2.2178075134865702, - 2.07836550613447 + 2.2178075134865707, + 2.0783655061344706 ], "relative wind angle": [ - 0.2623875826069088, - 0.20334723150124853, - 0.03913701456483046, - 0.24032636827873982, - 0.2482411195887179, + 0.2623875826069097, + 0.2033472315012485, + 0.039137014564836134, + 0.24032636827873932, + 0.24824111958871786, 0.13524101866770824, - 0.022953219357116195, - 0.17424010039515986 + 0.022953219357125867, + 0.17424010039516113 ], "resistance": [ 96526.79234202219, 96117.42110191235, - 96020.00441139824, + 96020.00441139823, 96206.43185185078, 96674.74504038536, 97181.42962139918, @@ -89196,7 +63169,7 @@ "fuel": [ 39.289903351301625, 39.079500322378124, - 39.02952327796778, + 39.029523277967776, 39.125195795962725, 39.36609946917601, 39.627660791789275, @@ -89221,68 +63194,7 @@ "id": "1679", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.351313904805757, - 6.351313904805757, - 6.351313904805757, - 6.351313904805757, - 6.351313904805757, - 6.351313904805757, - 6.351313904805757, - 6.351313904805757 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3.544767111188321, - -531.2093375134991, - -712.4298986156005, - -563.0056096451134, - -49.278425087134565, - 574.6810139722011, - 966.0651591848564, - 621.3929595638151 - ], - "relative wind speed": [ - 1.8659693425257695, - 1.4443736022326736, - 1.2125944821006434, - 1.4124790665732825, - 1.8311147672866264, - 2.1791300501334514, - 2.3161255363646163, - 2.1999376729156386 - ], - "relative wind angle": [ - 0.30020567870800907, - 0.28283317092382004, - 0.015059083345454973, - 0.2703791103212064, - 0.3061034849223723, - 0.1860498812542837, - 0.007883881972470204, - 0.17234248346926606 - ], - "resistance": [ - 96638.0447671112, - 96103.29066248651, - 95922.07010138441, - 96071.4943903549, - 96585.22157491288, - 97209.18101397222, - 97600.56515918487, - 97255.89295956383 - ], - "fuel": [ - 39.35427898457537, - 39.079336757589445, - 38.986404148624246, - 39.06302231499102, - 39.32707273436044, - 39.64910211430494, - 39.851837278725455, - 39.673268729563745 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 1.5625, 1.25 1.875, 1.5625 1.875, 1.5625 1.5625, 1.25 1.5625))", @@ -89301,68 +63213,7 @@ "id": "1680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.604167364264414, - 6.604167364264414, - 6.604167364264414, - 6.604167364264414, - 6.604167364264414, - 6.604167364264414, - 6.604167364264414, - 6.604167364264414 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -204.81455716508526, - -583.5402938987202, - -636.8038894734602, - -380.1826085369187, - 133.46199798842622, - 634.4508177486696, - 757.1462213924447, - 339.8640848588075 - ], - "relative wind speed": [ - 1.779676519368865, - 1.46062330062151, - 1.3943706906729707, - 1.6463894068252887, - 1.9958709822484941, - 2.239939522633585, - 2.281771212976145, - 2.10716667885289 - ], - "relative wind angle": [ - 0.25247520683561686, - 0.1620775700755903, - 0.07986051064035583, - 0.24103859675706402, - 0.22462700024659746, - 0.10542084217759702, - 0.04876954152246521, - 0.18761060864848594 - ], - "resistance": [ - 96429.68544283495, - 96050.9597061013, - 95997.69611052657, - 96254.3173914631, - 96767.96199798846, - 97268.9508177487, - 97391.64622139247, - 96974.36408485884 - ], - "fuel": [ - 39.33696556745559, - 39.14242854989205, - 39.115111874473456, - 39.24681931347979, - 39.51117663852927, - 39.769966154742214, - 39.833487754977526, - 39.6176820518984 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.5625 1.5625, 1.5625 1.875, 1.875 1.875, 1.875 1.5625, 1.5625 1.5625))", @@ -89381,68 +63232,7 @@ "id": "1681", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.834068690362318, - 5.834068690362318, - 5.834068690362318, - 5.834068690362318, - 5.834068690362318, - 5.834068690362318, - 5.834068690362318, - 5.834068690362318 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -106.49305548697203, - -500.4347714690789, - -590.614740949628, - -396.4674909374352, - 66.2266220157776, - 562.2885113456593, - 769.6373411624465, - 409.9035133672412 - ], - "relative wind speed": [ - 1.630826893358953, - 1.2648025871513182, - 1.1331020768766633, - 1.3773797571507567, - 1.7550650549708176, - 2.0347294952444823, - 2.110907242552435, - 1.9602741410001445 - ], - "relative wind angle": [ - 0.30474763877434924, - 0.2395750023650422, - 0.05730168484133767, - 0.2885097848039854, - 0.2825570750921828, - 0.14804120862046227, - 0.030746664876288646, - 0.2012760008424273 - ], - "resistance": [ - 96528.00694451299, - 96134.06522853089, - 96043.88525905034, - 96238.03250906254, - 96700.72662201575, - 97196.78851134563, - 97404.13734116242, - 97044.40351336722 - ], - "fuel": [ - 39.12675204698375, - 38.924266184423885, - 38.877994948078324, - 38.977649228462525, - 39.21571197863531, - 39.47182779715905, - 39.579152967155395, - 39.39305427204626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 1.25, 1.25 1.5625, 1.5625 1.5625, 1.5625 1.25, 1.25 1.25))", @@ -89474,34 +63264,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -260.3050135720823, + -260.30501357208277, -541.1566672962241, - -541.4074346563589, + -541.407434656359, -261.1314680581788, 205.9696424941144, 611.6543479892534, 612.2317701050965, - 206.9419684385341 + 206.94196843853433 ], "relative wind speed": [ 1.6198014148964943, 1.3520895880915609, - 1.351760086527375, + 1.3517600865273747, 1.619137346256423, - 1.9354270325231855, + 1.9354270325231857, 2.131076762506827, 2.1312857833696754, - 1.9359826124942072 + 1.9359826124942074 ], "relative wind angle": [ - 0.24414362918695307, + 0.244143629186954, 0.12043170718599397, - 0.11999894527560406, + 0.11999894527560313, 0.24408224857672606, - 0.20371135743708088, - 0.07629891245894768, + 0.20371135743708144, + 0.0762989124589477, 0.075999498474123, - 0.20351654823405985 + 0.20351654823406037 ], "resistance": [ 96374.19498642796, @@ -89541,68 +63331,7 @@ "id": "1683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.973572355366116, - 6.973572355366116, - 6.973572355366116, - 6.973572355366116, - 6.973572355366116, - 6.973572355366116, - 6.973572355366116, - 6.973572355366116 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -383.0802163710623, - -654.708853969412, - -609.0242671070525, - -230.91025314884837, - 323.9586961703178, - 755.5009816234985, - 650.0220662317904, - 145.3543302842504 - ], - "relative wind speed": [ - 1.760820071281766, - 1.5157078523243321, - 1.568699068398833, - 1.869513845017044, - 2.189590711998034, - 2.3658876803219417, - 2.3310894539466758, - 2.0975492348897 - ], - "relative wind angle": [ - 0.21967926971192234, - 0.0771033241005785, - 0.13980742221258796, - 0.22983142740850998, - 0.1761532776423364, - 0.04936742864194329, - 0.0939147503935486, - 0.2044683559398514 - ], - "resistance": [ - 96251.41978362892, - 95979.79114603058, - 96025.47573289293, - 96403.58974685114, - 96958.4586961703, - 97390.00098162348, - 97284.52206623177, - 96779.85433028423 - ], - "fuel": [ - 39.38430041673371, - 39.24490116573702, - 39.26832719592733, - 39.46251370896513, - 39.74843871440753, - 39.971605243998894, - 39.916994194074, - 39.65627851940442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 0.9375, 1.25 1.25, 1.5625 1.25, 1.5625 0.9375, 1.25 0.9375))", @@ -89644,7 +63373,7 @@ 199.10790922485216 ], "relative wind speed": [ - 1.4803520116666768, + 1.4803520116666766, 1.2130255780344041, 1.2034487389251964, 1.461359606584535, @@ -89654,7 +63383,7 @@ 1.7850908240177366 ], "relative wind angle": [ - 0.2625232919171345, + 0.2625232919171341, 0.13766381451501536, 0.12393206516150089, 0.26082166414086805, @@ -89701,68 +63430,7 @@ "id": "1685", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.794188670254968, - 7.794188670254968, - 7.794188670254968, - 7.794188670254968, - 7.794188670254968, - 7.794188670254968, - 7.794188670254968, - 7.794188670254968 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -386.98444141114214, - -655.2862415190459, - -614.8591535183466, - -248.3292039884866, - 294.284471053762, - 714.8411481328185, - 620.7958762107814, - 132.4877559337483 - ], - "relative wind speed": [ - 2.006186616019659, - 1.7986437131873563, - 1.8391903639409448, - 2.0930566255550977, - 2.375951121071151, - 2.5366925830749123, - 2.507450353088261, - 2.299791823238699 - ], - "relative wind angle": [ - 0.1679744962889484, - 0.0583355229658394, - 0.10190788201396957, - 0.1774515643451917, - 0.14164004307180822, - 0.04135117246454728, - 0.07468854512769271, - 0.16135288306044915 - ], - "resistance": [ - 96247.5155585889, - 95979.213758481, - 96019.64084648169, - 96386.17079601156, - 96928.7844710538, - 97349.34114813287, - 97255.29587621083, - 96766.98775593379 - ], - "fuel": [ - 39.72317639984187, - 39.58548671205489, - 39.606216332595466, - 39.79443780598679, - 40.07400010300867, - 40.29143053357252, - 40.242751409370946, - 39.99052549391702 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.25 0.625, 1.25 0.9375, 1.5625 0.9375, 1.5625 0.625, 1.25 0.625))", @@ -89794,34 +63462,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -341.89807490859357, + -341.89807490859516, -703.3471286215752, - -708.9819181756202, - -361.0944327028935, - 229.96970690867374, + -708.9819181756206, + -361.09443270289285, + 229.9697069086733, 743.1236922673716, - 756.2043434850493, + 756.2043434850511, 252.39615656888236 ], "relative wind speed": [ - 2.103930566296141, + 2.1039305662961407, 1.8472314631017226, - 1.8416842070924928, - 2.092156998762575, + 1.8416842070924926, + 2.0921569987625754, 2.406457446412824, 2.608696454346116, 2.6126156530452436, 2.4167003044895123 ], "relative wind angle": [ - 0.18471131424803625, - 0.0892589921438704, - 0.08346885026836776, - 0.18352354385162278, - 0.16127183898834566, + 0.18471131424803686, + 0.08925899214387041, + 0.08346885026836777, + 0.18352354385162337, + 0.16127183898834635, 0.0631628507987944, - 0.058804422083055634, - 0.15865218154192112 + 0.058804422083053746, + 0.1586521815419211 ], "resistance": [ 96292.60192509143, @@ -89874,7 +63542,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -512.3605600686046, + -512.3605600686055, -723.4153285608313, -625.597037351311, -170.58321704518357, @@ -89884,24 +63552,24 @@ 18.987605643398638 ], "relative wind speed": [ - 2.2214566973358827, + 2.2214566973358822, 2.0626824546252522, 2.1485502940545094, 2.4099527619079306, 2.670476609554147, 2.794934037092003, 2.7294773884816372, - 2.5016880032663136 + 2.501688003266313 ], "relative wind angle": [ - 0.13170802204203963, + 0.1317080220420405, 0.022490281076315427, - 0.10544683938880009, - 0.1525416453470282, + 0.1054468393888001, + 0.15254164534702816, 0.10946432945955789, 0.01659736030297899, - 0.08294545057258346, - 0.14690666185258086 + 0.08294545057258344, + 0.14690666185258014 ], "resistance": [ 96122.13943993142, @@ -89941,68 +63609,7 @@ "id": "1688", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.251046883590194, - 9.251046883590194, - 9.251046883590194, - 9.251046883590194, - 9.251046883590194, - 9.251046883590194, - 9.251046883590194, - 9.251046883590194 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -331.07091917340495, - -762.0483703559494, - -799.3964250340646, - -461.1141991685058, - 173.06811262991505, - 754.3576077615216, - 841.6332527343648, - 324.4402714834109 - ], - "relative wind speed": [ - 2.481418564996467, - 2.2312641781362736, - 2.2001895588436557, - 2.4135009912823966, - 2.711917256852819, - 2.9211972665486154, - 2.9446730222353388, - 2.7725342681027647 - ], - "relative wind angle": [ - 0.1507391386610847, - 0.0812734457836289, - 0.05295525338277064, - 0.14378813943898147, - 0.1378414514184319, - 0.06204964226162583, - 0.039558730947121555, - 0.12506298433013038 - ], - "resistance": [ - 96303.42908082661, - 95872.45162964407, - 95835.10357496595, - 96173.38580083151, - 96807.56811262993, - 97388.85760776154, - 97476.13325273438, - 96958.94027148343 - ], - "fuel": [ - 40.466370048255015, - 40.245237684249446, - 40.226107127619855, - 40.39957268431839, - 40.72591835581847, - 41.02636029923632, - 41.0715776474059, - 40.80403462051613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.1875 0.9375, 2.1875 1.25, 2.5 1.25, 2.5 0.9375, 2.1875 0.9375))", @@ -90021,68 +63628,7 @@ "id": "1689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.096831186536734, - 9.096831186536734, - 9.096831186536734, - 9.096831186536734, - 9.096831186536734, - 9.096831186536734, - 9.096831186536734, - 9.096831186536734 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -363.9010094810769, - -774.9797218878987, - -793.9332431240905, - -429.62925685493656, - 214.46467186695372, - 784.6207169132626, - 828.8525848853265, - 291.0202778016701 - ], - "relative wind speed": [ - 2.420223777224366, - 2.172003803502571, - 2.155902794602436, - 2.3852152708685526, - 2.689164493197459, - 2.8933524294296555, - 2.9053695020670838, - 2.720264125950196 - ], - "relative wind angle": [ - 0.15569135802930012, - 0.07799675572924467, - 0.06310104635259008, - 0.15214456695666503, - 0.1400124265210554, - 0.05852525422496701, - 0.046809578220522126, - 0.13328546509326894 - ], - "resistance": [ - 96270.59899051892, - 95859.5202781121, - 95840.56675687591, - 96204.87074314506, - 96848.96467186695, - 97419.12071691327, - 97463.35258488533, - 96925.52027780167 - ], - "fuel": [ - 40.36725392037562, - 40.156366498561795, - 40.1466583202184, - 40.33349245058481, - 40.665025906793176, - 40.959789495040624, - 40.98270738168635, - 40.704533898230125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((1.875 0.625, 1.875 0.9375, 2.1875 0.9375, 2.1875 0.625, 1.875 0.625))", @@ -90114,31 +63660,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -532.0236041782287, + -532.0236041782305, -738.525734451558, - -636.9945513922576, - -172.60133332231635, - 420.9616325561069, + -636.9945513922571, + -172.6013333223159, + 420.96163255610645, 809.3443764998588, 570.6645412917469, 3.5244544447327826 ], "relative wind speed": [ - 2.434505412413748, + 2.4345054124137477, 2.2919486100190993, - 2.373157423623682, - 2.6156138709786756, - 2.858874607173756, + 2.3731574236236814, + 2.615613870978676, + 2.8588746071737563, 2.9743826572326313, 2.9100007672360744, 2.6941686473861797 ], "relative wind angle": [ - 0.1108490587453456, + 0.11084905874534662, 0.017281358260829865, - 0.09000127276454332, - 0.13084191652720212, - 0.09434139609719441, + 0.09000127276454209, + 0.13084191652720295, + 0.09434139609719559, 0.01331610242754694, 0.07336438468336874, 0.12700595320607908 @@ -90194,37 +63740,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -412.64750636097597, + -412.64750636097824, -741.034359856759, - -716.8458475044406, + -716.8458475044426, -328.28904812858764, - 279.7146476648445, + 279.71464766484314, 770.6744102597195, 714.1234009572026, 181.54474642416653 ], "relative wind speed": [ - 2.3627589419558475, + 2.362758941955847, 2.1535863058302755, - 2.174217031154062, + 2.1742170311540616, 2.4079419881988913, - 2.687651765255151, + 2.6876517652551506, 2.8580006739697854, 2.8423374413519342, 2.6472471003932014 ], "relative wind angle": [ - 0.14217244194447684, - 0.056139140449863095, - 0.07545475571485559, + 0.1421724419444784, + 0.0561391404498631, + 0.07545475571485706, 0.14697132206041266, - 0.12488991203186069, + 0.1248899120318607, 0.04229285909566395, - 0.057695596143752415, - 0.13360178652856386 + 0.05769559614375241, + 0.1336017865285639 ], "resistance": [ - 96221.85249363902, + 96221.852493639, 95893.46564014323, 95917.65415249554, 96306.2109518714, @@ -90234,7 +63780,7 @@ 96816.04474642416 ], "fuel": [ - 40.29666828283938, + 40.29666828283936, 40.1282116408702, 40.140606229536345, 40.34000745915142, @@ -90261,68 +63807,7 @@ "id": "1692", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.749476434749976, - 6.749476434749976, - 6.749476434749976, - 6.749476434749976, - 6.749476434749976, - 6.749476434749976, - 6.749476434749976, - 6.749476434749976 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -3.559341783061427, - -637.015317231844, - -843.8079149072595, - -655.5598862122947, - -34.37771037626317, - 712.5320021774398, - 1174.2966454613877, - 739.9054838015193 - ], - "relative wind speed": [ - 1.9854404249362037, - 1.5089878023950518, - 1.2511286982648642, - 1.49121654503387, - 1.9663599583233176, - 2.3519143221833323, - 2.4986440616955026, - 2.3632220341062706 - ], - "relative wind angle": [ - 0.3195832944807701, - 0.30155668628427396, - 0.008036348381759506, - 0.2952837315407301, - 0.32279614009280183, - 0.19173220347583567, - 0.004023952492134169, - 0.18467902425369973 - ], - "resistance": [ - 96630.94065821695, - 95997.48468276818, - 95790.69208509276, - 95978.94011378771, - 96600.12228962375, - 97347.03200217745, - 97808.7966454614, - 97374.40548380153 - ], - "fuel": [ - 39.494152348258645, - 39.168595920244414, - 39.06264084395596, - 39.15908767685936, - 39.47827909587524, - 39.86397615346916, - 40.10346541587623, - 39.878150991989514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 4.0625, 9.6875 4.375, 10 4.375, 10 4.0625, 9.6875 4.0625))", @@ -90341,68 +63826,7 @@ "id": "1693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.519871585394392, - 6.519871585394392, - 6.519871585394392, - 6.519871585394392, - 6.519871585394392, - 6.519871585394392, - 6.519871585394392, - 6.519871585394392 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -149.8930664452255, - -652.3160917942635, - -761.0425306385672, - -497.03250094459804, - 108.09871896262189, - 748.5797654831065, - 998.2945653149447, - 520.388011826562 - ], - "relative wind speed": [ - 1.815064850973105, - 1.390731525620611, - 1.2470016960116088, - 1.5424595561699228, - 1.9808716135511124, - 2.29873412691759, - 2.3797687981723725, - 2.199802554819566 - ], - "relative wind angle": [ - 0.31776436257683477, - 0.24666007710555618, - 0.06972832509879881, - 0.3044889883951315, - 0.2903534166398817, - 0.14826303747657243, - 0.03651623975681944, - 0.2117979778062835 - ], - "resistance": [ - 96484.60693355478, - 95982.18390820574, - 95873.45746936143, - 96137.4674990554, - 96742.59871896262, - 97383.07976548311, - 97632.79456531495, - 97154.88801182657 - ], - "fuel": [ - 39.33476877444774, - 39.076706111402856, - 39.02098390272591, - 39.156365096235255, - 39.467647698586745, - 39.79859874209986, - 39.928045612612834, - 39.68051186165606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 3.75, 9.375 4.0625, 9.6875 4.0625, 9.6875 3.75, 9.375 3.75))", @@ -90421,68 +63845,7 @@ "id": "1694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.285931780195939, - 7.285931780195939, - 7.285931780195939, - 7.285931780195939, - 7.285931780195939, - 7.285931780195939, - 7.285931780195939, - 7.285931780195939 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -154.79169758203375, - -733.805820461535, - -868.9050305347788, - -593.9991824770336, - 77.4941395542337, - 800.4066214906288, - 1111.502261856081, - 596.3946900904202 - ], - "relative wind speed": [ - 2.035612022888098, - 1.6109405998020898, - 1.4556331219055798, - 1.730294349897638, - 2.169720951783309, - 2.501254825131443, - 2.594713381232204, - 2.4202245307091554 - ], - "relative wind angle": [ - 0.2837608855348455, - 0.22137994774399983, - 0.04787724421101348, - 0.26444026625369443, - 0.26578156756770294, - 0.14189431174609546, - 0.026852080707241998, - 0.18796579804550048 - ], - "resistance": [ - 96479.70830241799, - 95900.69417953849, - 95765.59496946525, - 96040.50081752299, - 96711.99413955427, - 97434.90662149066, - 97746.0022618561, - 97230.89469009046 - ], - "fuel": [ - 39.62619371319879, - 39.32888415195585, - 39.259693514834076, - 39.400557190269154, - 39.74581741972698, - 40.11939119427395, - 40.28075211638213, - 40.01376860096652 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 3.75, 9.6875 4.0625, 10 4.0625, 10 3.75, 9.6875 3.75))", @@ -90501,68 +63864,7 @@ "id": "1695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.592890756580852, - 6.592890756580852, - 6.592890756580852, - 6.592890756580852, - 6.592890756580852, - 6.592890756580852, - 6.592890756580852, - 6.592890756580852 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -255.4397995498707, - -635.4358344370892, - -668.5077619962481, - -363.03706133656146, - 197.5009672706658, - 720.2473437018898, - 796.228981679264, - 324.51223583259525 - ], - "relative wind speed": [ - 1.746171070632926, - 1.4118007245865456, - 1.3699014423217324, - 1.663650690546291, - 2.0358034835724608, - 2.2804446815693664, - 2.3058575996721786, - 2.103776511772568 - ], - "relative wind angle": [ - 0.2723094386492848, - 0.16102489671785103, - 0.10937270077324239, - 0.2663066393052892, - 0.23278904329655253, - 0.09942238584600917, - 0.06489398222548337, - 0.20964523907871468 - ], - "resistance": [ - 96379.06020045013, - 95999.06416556292, - 95965.99223800375, - 96271.46293866343, - 96832.00096727067, - 97354.74734370189, - 97430.72898167926, - 96959.01223583259 - ], - "fuel": [ - 39.30682955879088, - 39.111712518675745, - 39.09475645112465, - 39.25152692721635, - 39.54010354347332, - 39.810277815372565, - 39.84963251905195, - 39.60565405485002 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 3.4375, 8.75 3.75, 9.0625 3.75, 9.0625 3.4375, 8.75 3.4375))", @@ -90581,68 +63883,7 @@ "id": "1696", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.17363192367133, - 7.17363192367133, - 7.17363192367133, - 7.17363192367133, - 7.17363192367133, - 7.17363192367133, - 7.17363192367133, - 7.17363192367133 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 294.9042383553044, - -473.271726839778, - -895.0245074210825, - -850.6399800735677, - -332.17640107118405, - 462.5879794945772, - 1117.2902575811245, - 1015.6432640938679 - ], - "relative wind speed": [ - 2.263626620371175, - 1.7958956540510373, - 1.4112695503012391, - 1.4648991454221714, - 1.8967414796955084, - 2.344438635795599, - 2.594215097797997, - 2.56431359451061 - ], - "relative wind angle": [ - 0.26573043913123684, - 0.3146244229776284, - 0.13611212185825664, - 0.1957576485467398, - 0.3187832817995, - 0.23933147594328277, - 0.07388464204885581, - 0.11134629644709546 - ], - "resistance": [ - 96929.4042383553, - 96161.22827316022, - 95739.47549257892, - 95783.86001992643, - 96302.32359892882, - 97097.08797949458, - 97751.79025758113, - 97650.14326409387 - ], - "fuel": [ - 39.81245326583294, - 39.4169986671338, - 39.20081536137208, - 39.22353495308809, - 39.48946948650485, - 39.89906830356078, - 40.23824870079306, - 40.185484039091364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 3.4375, 9.0625 3.75, 9.375 3.75, 9.375 3.4375, 9.0625 3.4375))", @@ -90661,68 +63902,7 @@ "id": "1697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.219914072221156, - 8.219914072221156, - 8.219914072221156, - 8.219914072221156, - 8.219914072221156, - 8.219914072221156, - 8.219914072221156, - 8.219914072221156 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -129.67475326825115, - -846.1267569283054, - -1037.1425193486205, - -759.260546559779, - 14.701792558033958, - 882.2877789882605, - 1323.5724729127028, - 756.0131750858982 - ], - "relative wind speed": [ - 2.3239188259633288, - 1.874380278810994, - 1.6834276375292374, - 1.9391873650104714, - 2.397939996648057, - 2.763587072555464, - 2.883883896136249, - 2.7185046074220662 - ], - "relative wind angle": [ - 0.2612845435359118, - 0.21365417788151742, - 0.02273457245416318, - 0.23501235575480212, - 0.2530393407230114, - 0.14430959612988567, - 0.013270240891167812, - 0.16687558883061165 - ], - "resistance": [ - 96504.82524673172, - 95788.37324307166, - 95597.35748065135, - 95875.2394534402, - 96649.201792558, - 97516.78777898823, - 97958.07247291267, - 97390.51317508587 - ], - "fuel": [ - 40.04979929790453, - 39.68203499411621, - 39.584306577391075, - 39.72652281901231, - 40.124140923626335, - 40.572507295098276, - 40.801636783708446, - 40.50707471916133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 3.125, 8.75 3.4375, 9.0625 3.4375, 9.0625 3.125, 8.75 3.125))", @@ -90741,68 +63921,7 @@ "id": "1698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.453888304140992, - 7.453888304140992, - 7.453888304140992, - 7.453888304140992, - 7.453888304140992, - 7.453888304140992, - 7.453888304140992, - 7.453888304140992 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 248.35301271761432, - -484.35544841344813, - -876.7486790967467, - -825.8177611360161, - -319.28056159573475, - 443.41762978370593, - 1057.218546663011, - 940.2690930557649 - ], - "relative wind speed": [ - 2.3027306927866085, - 1.8696729796329012, - 1.5312208311420163, - 1.588619748825152, - 1.9819191420163567, - 2.394764096570468, - 2.6241064946509116, - 2.5897604952263547 - ], - "relative wind angle": [ - 0.2404298399492305, - 0.2735434938075274, - 0.10860275402102577, - 0.17102314208482033, - 0.28032130322555304, - 0.21250703376172742, - 0.06328971346679255, - 0.10458951261733614 - ], - "resistance": [ - 96882.85301271763, - 96150.14455158656, - 95757.75132090326, - 95808.682238864, - 96315.21943840428, - 97077.91762978373, - 97691.71854666303, - 97574.76909305577 - ], - "fuel": [ - 39.9035493789351, - 39.526431910256775, - 39.325292560029666, - 39.35136720794379, - 39.61121991273965, - 40.00428382992102, - 40.32218404094007, - 40.261505387535365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 3.125, 9.0625 3.4375, 9.375 3.4375, 9.375 3.125, 9.0625 3.125))", @@ -90821,68 +63940,7 @@ "id": "1699", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.637609616562523, - 8.637609616562523, - 8.637609616562523, - 8.637609616562523, - 8.637609616562523, - 8.637609616562523, - 8.637609616562523, - 8.637609616562523 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -16.268290549833182, - -807.9608789884014, - -1077.4886689572795, - -871.4283346661707, - -121.81502669152724, - 789.6656507661619, - 1358.6670572284156, - 881.6246074710548 - ], - "relative wind speed": [ - 2.4963596938449006, - 2.048422651971813, - 1.8105681286334832, - 2.0039603809788336, - 2.444790652394127, - 2.8306850220354565, - 2.988420336342221, - 2.8623339858504067 - ], - "relative wind angle": [ - 0.23817478427581637, - 0.21410505273399047, - 0.014664471372997768, - 0.19977677169384425, - 0.24329912350539232, - 0.15436825221637812, - 0.008884433639900947, - 0.13938895912261923 - ], - "resistance": [ - 96618.23170945022, - 95826.53912101165, - 95557.01133104278, - 95763.07166533389, - 96512.68497330853, - 97424.16565076623, - 97993.16705722848, - 97516.12460747111 - ], - "fuel": [ - 40.31044910491827, - 39.90383955189259, - 39.76594352173787, - 39.87134394772307, - 40.256106062595734, - 40.726768524839954, - 41.022151819117916, - 40.77442517115519 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 3.4375, 9.375 3.75, 9.6875 3.75, 9.6875 3.4375, 9.375 3.4375))", @@ -90901,68 +63959,7 @@ "id": "1700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.260612932420718, - 9.260612932420718, - 9.260612932420718, - 9.260612932420718, - 9.260612932420718, - 9.260612932420718, - 9.260612932420718, - 9.260612932420718 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -216.33895799691845, - -902.7609510792681, - -1059.1910712258323, - -746.9475605719181, - 43.37423572145417, - 888.1539460305376, - 1251.3513659006712, - 663.953900604206 - ], - "relative wind speed": [ - 2.5655725060141537, - 2.184913122355243, - 2.0511455626257202, - 2.2834523967530758, - 2.6841858997648953, - 3.0021943434548475, - 3.095128124817007, - 2.927944907247241 - ], - "relative wind angle": [ - 0.20495047553860024, - 0.1499578574355405, - 0.029508152890568587, - 0.18142296846079378, - 0.19577342251811058, - 0.10894193523802041, - 0.019553500767530346, - 0.1411822215329221 - ], - "resistance": [ - 96418.16104200309, - 95731.73904892075, - 95575.30892877418, - 95887.5524394281, - 96677.87423572147, - 97522.65394603055, - 97885.85136590069, - 97298.45390060422 - ], - "fuel": [ - 40.53050833483061, - 40.178341840263755, - 40.09833119863124, - 40.25812755562637, - 40.66421049016445, - 41.1008449179143, - 41.289384093814164, - 40.984705599264956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 3.4375, 9.6875 3.75, 10 3.75, 10 3.4375, 9.6875 3.4375))", @@ -90994,9 +63991,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -301.8645487166066, + -301.86454871660794, -682.2301471453254, - -701.2384082751739, + -701.2384082751743, -364.53413073679985, 226.9898145154025, 760.0716354363094, @@ -91004,7 +64001,7 @@ 300.71504306821134 ], "relative wind speed": [ - 1.8552786992092596, + 1.8552786992092591, 1.5422311714878403, 1.5201732970365283, 1.810795019824386, @@ -91014,19 +64011,19 @@ 2.2087646094780773 ], "relative wind angle": [ - 0.24528767967427986, + 0.24528767967428078, 0.13255284595564407, - 0.10694789918083733, - 0.24163893963815242, + 0.10694789918083836, + 0.24163893963815244, 0.20898757674764856, 0.08488990249545926, - 0.06715966587770289, + 0.0671596658777029, 0.19745950455309788 ], "resistance": [ 96332.63545128341, 95952.26985285469, - 95933.26159172485, + 95933.26159172483, 96269.96586926322, 96861.48981451541, 97394.57163543632, @@ -91036,7 +64033,7 @@ "fuel": [ 39.4611257320681, 39.265884900887826, - 39.256142125936584, + 39.25614212593657, 39.42892052965463, 39.73348014538945, 40.00906489511811, @@ -91074,33 +64071,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -151.58924358658805, + -151.58924358658896, -822.9051070143387, - -991.5786715787015, + -991.5786715787019, -707.3255567190315, 40.5274022068279, 862.7860118188796, - 1252.2245735323036, + 1252.2245735323168, 694.8579100029401 ], "relative wind speed": [ 2.263553289719254, 1.8295419820439125, - 1.6575753786894958, + 1.6575753786894956, 1.91727607127585, 2.3640133178503584, 2.7138549331737596, - 2.8221758142141136, + 2.822175814214113, 2.6525996548453663 ], "relative wind angle": [ - 0.26025255077274156, + 0.2602525507727424, 0.20652537169847163, - 0.03131734079168345, + 0.031317340791683454, 0.23614962762729136, - 0.24895308769021554, - 0.13868532981461232, - 0.018391942103874518, + 0.24895308769021507, + 0.13868532981461235, + 0.01839194210386244, 0.16992140360335584 ], "resistance": [ @@ -91110,7 +64107,7 @@ 95927.17444328098, 96675.02740220685, 97497.2860118189, - 97886.72457353232, + 97886.72457353234, 97329.35791000296 ], "fuel": [ @@ -91154,19 +64151,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -396.50168636274543, + -396.5016863627461, -739.3152245619153, - -706.5763926484299, - -289.92840786066813, + -706.5763926484301, + -289.92840786066836, 351.48151188850875, 877.0185928985989, 801.7985176758243, 225.69939212155623 ], "relative wind speed": [ - 1.7597385556681397, + 1.7597385556681395, 1.4490651177127645, - 1.4883566930891243, + 1.488356693089124, 1.8372039867720078, 2.213718562776773, 2.428464523956556, @@ -91174,17 +64171,17 @@ 2.149863058540354 ], "relative wind angle": [ - 0.26544405433604357, - 0.11157480833247965, + 0.2654440543360444, + 0.11157480833247967, 0.15751562232124192, - 0.27083706159184395, + 0.270837061591844, 0.21008054442039598, 0.06648762976112849, 0.09724741667129744, - 0.23066961865325097 + 0.23066961865325095 ], "resistance": [ - 96237.99831363726, + 96237.99831363725, 95895.18477543809, 95927.92360735156, 96344.57159213933, @@ -91194,7 +64191,7 @@ 96860.19939212156 ], "fuel": [ - 39.36969014154795, + 39.369690141547935, 39.19382147124578, 39.210598113501476, 39.42445299427324, @@ -91221,68 +64218,7 @@ "id": "1704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.054527691715454, - 7.054527691715454, - 7.054527691715454, - 7.054527691715454, - 7.054527691715454, - 7.054527691715454, - 7.054527691715454, - 7.054527691715454 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 129.49274939720476, - -513.8385897879411, - -808.6985125092488, - -711.7441554130735, - -199.36410938047084, - 501.1481982459027, - 1012.6408423808753, - 789.7143865566791 - ], - "relative wind speed": [ - 2.131694450988828, - 1.709547044288115, - 1.420274986898243, - 1.535696766566309, - 1.9355208546855733, - 2.3168537102426434, - 2.504631943597807, - 2.4355692666103987 - ], - "relative wind angle": [ - 0.25755077319085884, - 0.2699547076293181, - 0.07173184516310725, - 0.20456293524509533, - 0.2843453525077272, - 0.19807474903690261, - 0.040652536558134514, - 0.1284379843906722 - ], - "resistance": [ - 96763.99274939725, - 96120.66141021211, - 95825.8014874908, - 95922.75584458697, - 96435.13589061957, - 97135.64819824595, - 97647.14084238092, - 97424.21438655672 - ], - "fuel": [ - 39.67975586950493, - 39.34881743846503, - 39.197652151355356, - 39.247321861565226, - 39.51039499807227, - 39.87164234722419, - 40.13656750110576, - 40.02098413027197 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 2.8125, 9.0625 3.125, 9.375 3.125, 9.375 2.8125, 9.0625 2.8125))", @@ -91314,53 +64250,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -48.202525874591174, + -48.20252587459322, -720.2301548583537, - -924.8997841125422, + -924.8997841125963, -722.7813387342442, -52.44221785050672, 737.9095855127171, - 1209.4448349481677, + 1209.4448349487275, 741.6212501799455 ], "relative wind speed": [ - 2.226737122721496, + 2.226737122721495, 1.7914121915805183, 1.5753116424413633, 1.7893839827293443, 2.2244296668493413, 2.5879118834153068, - 2.724855736668305, + 2.7248557366683044, 2.5893146813041374 ], "relative wind angle": [ - 0.2610788938302035, - 0.22935106696970475, - 0.0007580983427797683, + 0.26107889383020394, + 0.22935106696970478, + 0.0007580983429262167, 0.2286465118696022, 0.26135605352396085, 0.15803082991110953, - 0.00043827680644694674, + 0.00043827680594031576, 0.15728404648665578 ], "resistance": [ - 96586.2974741254, + 96586.29747412539, 95914.26984514164, - 95709.60021588745, + 95709.60021588739, 95911.71866126574, 96582.05778214948, 97372.40958551271, - 97843.94483494815, + 97843.9448349487, 97376.12125017993 ], "fuel": [ - 39.87366950546323, + 39.873669505463226, 39.528449543577665, - 39.4236447871412, + 39.42364478714117, 39.52714220473041, 39.871486312134145, 40.2796272050692, - 40.52423698660884, + 40.524236986609125, 40.28154940734935 ] }, @@ -91381,68 +64317,7 @@ "id": "1706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.892059885793917, - 5.892059885793917, - 5.892059885793917, - 5.892059885793917, - 5.892059885793917, - 5.892059885793917, - 5.892059885793917, - 5.892059885793917 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 45.97062461263249, - -405.2693131005366, - -585.2868360787439, - -488.70950185935396, - -92.64790871616083, - 415.8099859722613, - 760.1918879806799, - 537.8454955334444 - ], - "relative wind speed": [ - 1.75469332522437, - 1.386338045272777, - 1.1592856597086523, - 1.2975197592638925, - 1.6558486006544944, - 1.9745506015561258, - 2.115854440425966, - 2.0340171405856373 - ], - "relative wind angle": [ - 0.2762209530582121, - 0.2737535300724223, - 0.04443286803810567, - 0.23488221091488923, - 0.2931839259066506, - 0.1909701774017778, - 0.024339350860354655, - 0.149010611864118 - ], - "resistance": [ - 96680.47062461263, - 96229.23068689946, - 96049.21316392126, - 96145.79049814065, - 96541.85209128384, - 97050.30998597226, - 97394.69188798068, - 97172.34549553345 - ], - "fuel": [ - 39.223552582717396, - 38.99140756508696, - 38.89900712770813, - 38.94856390857154, - 39.152158229404876, - 39.414385218774314, - 39.592539737261774, - 39.477465745457536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 2.5, 9.0625 2.8125, 9.375 2.8125, 9.375 2.5, 9.0625 2.5))", @@ -91474,17 +64349,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -280.9916463583452, + -280.99164635834586, -641.488455453899, - -655.1251301897138, + -655.1251301897142, -324.73391245114954, - 245.5205527949156, + 245.52055279491537, 759.4606461450592, 790.7159581883686, 297.3583897528547 ], "relative wind speed": [ - 1.648669516185779, + 1.6486695161857787, 1.303837702992044, 1.2854385138136737, 1.6134114887801172, @@ -91494,14 +64369,14 @@ 2.02738932257397 ], "relative wind angle": [ - 0.29852902637148176, - 0.16519196985151785, - 0.14181413997015538, + 0.2985290263714825, + 0.16519196985151788, + 0.14181413997015696, 0.2964648121053231, - 0.24503644088568602, - 0.09590356240804616, + 0.24503644088568646, + 0.09590356240804615, 0.08084757305832642, - 0.2346350355962916 + 0.23463503559629156 ], "resistance": [ 96353.50835364165, @@ -91554,19 +64429,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -319.2049358649185, + -319.2049358649199, -834.196501311106, - -893.2709051567551, + -893.2709051567556, -514.7219852333117, 212.54008857415965, 904.192930264328, - 1040.3891937163048, + 1040.389193716307, 442.35557775607595 ], "relative wind speed": [ - 2.136105725853357, + 2.1361057258533567, 1.7746359281915247, - 1.7143099326140376, + 1.7143099326140374, 2.0136579070553626, 2.4173327307438126, 2.693902842628263, @@ -91574,13 +64449,13 @@ 2.5202434478641638 ], "relative wind angle": [ - 0.24123739586839513, + 0.2412373958683956, 0.14636523184538938, - 0.08427367507167567, - 0.23194941679539718, - 0.21271121342083668, - 0.09622411519341505, - 0.05282980298088509, + 0.08427367507167566, + 0.2319494167953972, + 0.21271121342083665, + 0.09622411519341506, + 0.052829802980882995, 0.18471739819417313 ], "resistance": [ @@ -91590,7 +64465,7 @@ 96119.77801476668, 96847.04008857414, 97538.69293026431, - 97674.88919371628, + 97674.8891937163, 97076.85557775607 ], "fuel": [ @@ -91600,7 +64475,7 @@ 39.74401757839369, 40.1182423011802, 40.475969616346, - 40.54662097706752, + 40.546620977067526, 40.23690688482025 ] }, @@ -91634,33 +64509,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -551.2525906499193, + -551.2525906499202, -839.3825567860333, - -740.5596399996527, - -219.399179126523, + -740.5596399996534, + -219.39917912652345, 484.79213631052653, 986.4573762360592, - 757.7025089189628, + 757.7025089189633, 95.91757928045672 ], "relative wind speed": [ - 1.9882911553484988, + 1.9882911553484985, 1.7499036386325242, - 1.8486994085284005, - 2.1935403440149055, + 1.8486994085284003, + 2.193540344014905, 2.5352330903325053, 2.705281093759875, - 2.638753311255282, + 2.6387533112552823, 2.3598917983528276 ], "relative wind angle": [ - 0.2016322214387101, - 0.04863614343436935, - 0.1508820131553631, - 0.21970050535130928, + 0.20163222143871068, + 0.04863614343436936, + 0.15088201315536381, + 0.21970050535130825, 0.15771654243061897, - 0.03145293985650043, - 0.10550228940413507, + 0.03145293985650044, + 0.10550228940413613, 0.20398640756406694 ], "resistance": [ @@ -91670,7 +64545,7 @@ 96415.10082087349, 97119.29213631054, 97620.95737623607, - 97392.20250891897, + 97392.20250891898, 96730.41757928047 ], "fuel": [ @@ -91701,68 +64576,7 @@ "id": "1710", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.363302913791928, - 7.363302913791928, - 7.363302913791928, - 7.363302913791928, - 7.363302913791928, - 7.363302913791928, - 7.363302913791928, - 7.363302913791928 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -535.4621621149104, - -758.8136240455756, - -639.5904516420519, - -137.7840624389264, - 502.26207429273086, - 928.6570491788195, - 652.8524658285526, - 35.466674694800986 - ], - "relative wind speed": [ - 1.782201816121429, - 1.5664780671891634, - 1.6973526474550937, - 2.0512144235408294, - 2.3782864646874664, - 2.52559622396721, - 2.439566316311018, - 2.150583458078339 - ], - "relative wind angle": [ - 0.21216894682408435, - 0.03258428969469482, - 0.17955009836189062, - 0.2360559193766292, - 0.15846392103749213, - 0.020207908276129453, - 0.12457560275765206, - 0.22495618997836048 - ], - "resistance": [ - 96099.03783788506, - 95875.68637595439, - 95994.90954835791, - 96496.71593756105, - 97136.7620742927, - 97563.15704917879, - 97287.35246582852, - 96669.96667469478 - ], - "fuel": [ - 39.46242595095866, - 39.3479090291775, - 39.409014122176494, - 39.66678324474906, - 39.99692343789801, - 40.217706921265666, - 40.07482051425962, - 39.75599669937422 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 2.5, 9.6875 2.8125, 10 2.8125, 10 2.5, 9.6875 2.5))", @@ -91781,68 +64595,7 @@ "id": "1711", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.849952129340531, - 8.849952129340531, - 8.849952129340531, - 8.849952129340531, - 8.849952129340531, - 8.849952129340531, - 8.849952129340531, - 8.849952129340531 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -591.8156253591492, - -835.7090402692675, - -717.8464890193732, - -185.04089248672835, - 499.7606035691442, - 955.2419970044966, - 680.3421249290309, - 25.529424271185235 - ], - "relative wind speed": [ - 2.2206030741111737, - 2.03566077312028, - 2.139136665431506, - 2.4441759917462393, - 2.7421167159342623, - 2.8820769096846535, - 2.806131932601294, - 2.5448547734457034 - ], - "relative wind angle": [ - 0.1516381892961186, - 0.02509548263006222, - 0.12335309916944251, - 0.1740657744149544, - 0.12263574816208464, - 0.01772444102223955, - 0.09393283443890132, - 0.1671132275456088 - ], - "resistance": [ - 96042.6843746409, - 95798.79095973077, - 95916.65351098067, - 96449.45910751332, - 97134.26060356919, - 97589.74199700454, - 97314.84212492907, - 96660.02942427123 - ], - "fuel": [ - 40.121849120974744, - 39.9968603785985, - 40.057234093989806, - 40.33080254395782, - 40.683964462303265, - 40.919829040772385, - 40.777383681733035, - 40.43921087562531 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 2.1875, 8.75 2.5, 9.0625 2.5, 9.0625 2.1875, 8.75 2.1875))", @@ -91874,19 +64627,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 107.6417801673183, + 107.64178016731762, -278.5873941478484, - -474.6521704640762, + -474.6521704640768, -437.3405072909494, -156.36218301551048, 251.67660283810596, - 567.8477326468144, + 567.847732646813, 481.9888050626769 ], "relative wind speed": [ - 1.709318824834311, + 1.7093188248343107, 1.4018145125008505, - 1.175582443462362, + 1.1755824434623618, 1.2304744737059818, 1.5112700612395322, 1.80017335706145, @@ -91894,13 +64647,13 @@ 1.9213642581483283 ], "relative wind angle": [ - 0.2306764126410892, - 0.25126597525727645, - 0.08695082379488882, - 0.16668884884326174, + 0.2306764126410897, + 0.2512659752572765, + 0.08695082379489008, + 0.16668884884326177, 0.2615709123270803, - 0.194841638831394, - 0.052231704784426486, + 0.19484163883139402, + 0.052231704784428616, 0.10645769583959085 ], "resistance": [ @@ -91954,9 +64707,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -89.51908793159646, + -89.51908793159714, -423.86017480305657, - -502.4264518355204, + -502.4264518355201, -346.57512358225586, 38.9148542408584, 454.5925746532323, @@ -91964,9 +64717,9 @@ 342.08686276741605 ], "relative wind speed": [ - 1.575266784992311, + 1.5752667849923105, 1.260981243985554, - 1.1454309422804492, + 1.145430942280449, 1.345423809539388, 1.6711438807034638, 1.919404495209201, @@ -91976,12 +64729,12 @@ "relative wind angle": [ 0.27171342789330544, 0.21078788622807484, - 0.043363172496837035, + 0.04336317249683447, 0.25091583781087934, 0.25576409815341644, - 0.13789360614108814, + 0.13789360614108817, 0.024947788568269555, - 0.18046376065749106 + 0.18046376065749103 ], "resistance": [ 96544.98091206836, @@ -92034,19 +64787,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 76.72359549372118, + 76.72359549371981, -313.45970398974896, - -497.28581807655144, + -497.2858180765521, -447.1865257761341, -145.96588674317786, 273.17176000169775, - 581.9226322761237, + 581.9226322761253, 466.1054959095245 ], "relative wind speed": [ - 1.812601499864242, + 1.8126014998642417, 1.5219566230116255, - 1.3259372802669562, + 1.325937280266956, 1.3920517544188278, 1.6583673642589267, 1.928562819775453, @@ -92054,14 +64807,14 @@ 2.024326659699136 ], "relative wind angle": [ - 0.20645707437718838, + 0.20645707437718944, 0.21087418191490528, - 0.05957931387455849, + 0.059579313874560356, 0.14919205139541683, 0.22597701327019948, 0.16594473991278372, - 0.038182742701587974, - 0.10239230142808761 + 0.03818274270158506, + 0.1023923014280876 ], "resistance": [ 96711.22359549372, @@ -92114,17 +64867,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -134.29789325945535, + -134.29789325945603, -499.5498169344269, - -576.3499717694312, + -576.3499717694332, -394.64907527184187, - 40.574596911198796, + 40.57459691119834, 495.9991399315834, 674.2376222485734, 345.08900042165806 ], "relative wind speed": [ - 1.8851636839299368, + 1.8851636839299364, 1.6081474691161946, 1.519234226345691, 1.697802184224823, @@ -92136,11 +64889,11 @@ "relative wind angle": [ 0.2044718270544222, 0.14457558772016224, - 0.03629185141198719, + 0.036291851411993314, 0.18340729298814615, - 0.19324075944165037, - 0.10442433516526939, - 0.024132168410033693, + 0.19324075944165092, + 0.10442433516526937, + 0.02413216841003369, 0.14418198521575037 ], "resistance": [ @@ -92194,33 +64947,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -397.7382433849, + -397.7382433849011, -636.0616535865477, - -576.695869058804, + -576.6958690588042, -197.61634247243023, 334.97869683427666, 730.0537611124719, - 592.5555552478841, + 592.555555247885, 100.6775699034988 ], "relative wind speed": [ - 1.7907688371587023, + 1.790768837158702, 1.5770116279031368, - 1.6434910900185056, + 1.6434910900185054, 1.929696765175853, 2.226185381498239, 2.382391383965592, - 2.3370261911166024, + 2.337026191116602, 2.106899327306608 ], "relative wind angle": [ - 0.1961417948451137, + 0.19614179484511485, 0.057372284233387166, 0.13494813218095128, 0.2104580620359929, 0.1574183143574328, 0.037965575235217756, - 0.09475492122276977, + 0.09475492122276741, 0.19252464435222214 ], "resistance": [ @@ -92274,17 +65027,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -633.8064848434365, + -633.8064848434369, -749.5934517705991, - -559.078195230245, - -23.572798787595275, + -559.0781952302468, + -23.57279878759573, 559.3213175175256, 831.6101443515126, 452.7394700806499, - -148.9405426943299 + -148.94054269432945 ], "relative wind speed": [ - 2.3954137619622227, + 2.3954137619622218, 2.3034234013890518, 2.4388491937428824, 2.6997181089241327, @@ -92294,17 +65047,17 @@ 2.6441489575389587 ], "relative wind angle": [ - 0.09405072069943192, + 0.09405072069943073, 0.012165128602196788, - 0.10870188665452554, - 0.12857474649614875, - 0.07704639665118027, - 0.00935378119725796, + 0.1087018866545276, + 0.12857474649614878, + 0.07704639665118028, + 0.009353781197257962, 0.09179127457295465, - 0.13129232944689112 + 0.1312923294468911 ], "resistance": [ - 96000.69351515658, + 96000.69351515657, 95884.90654822941, 96075.42180476977, 96610.92720121241, @@ -92314,7 +65067,7 @@ 96485.55945730569 ], "fuel": [ - 40.468107028172994, + 40.46810702817299, 40.408759850946424, 40.506435867214975, 40.78170958454905, @@ -92354,9 +65107,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -434.84174914412415, + -434.84174914412506, -697.8155177611886, - -642.4502236175726, + -642.4502236175742, -242.58767028190732, 328.7909705809875, 754.9172381824451, @@ -92367,21 +65120,21 @@ 2.1801729153686797, 1.9912649650312724, 2.0417865185102415, - 2.290210580448142, + 2.2902105804481416, 2.561883283991839, 2.7113214012254208, 2.6734823198468702, - 2.464007994895179 + 2.4640079948951787 ], "relative wind angle": [ - 0.1458845819233167, + 0.1458845819233182, 0.04416507016238746, - 0.09446714371810623, - 0.15797197418077658, - 0.12402619768773006, + 0.09446714371810859, + 0.15797197418077516, + 0.12402619768773004, 0.032431117464530396, - 0.07210145317783337, - 0.14674569043520042 + 0.07210145317783338, + 0.14674569043519892 ], "resistance": [ 96199.65825085586, @@ -92434,11 +65187,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -601.27243527476, + -601.2724352747637, -732.5772142458736, - -578.3315442406965, + -578.3315442406993, -70.21546649697439, - 507.1743454170687, + 507.1743454170728, 817.0265462469515, 474.4933470186156, -108.75948771682897 @@ -92446,21 +65199,21 @@ "relative wind speed": [ 2.536749200367162, 2.4375179018137287, - 2.549413678366978, + 2.5494136783669776, 2.7896716124539096, - 3.0063839278066444, + 3.006383927806644, 3.0873851890030073, - 2.9956519696875494, + 2.995651969687549, 2.773296435941593 ], "relative wind angle": [ - 0.08839118698253012, - 0.0033821500425070938, - 0.09254278688810065, - 0.11674290611839658, - 0.07455534736840093, + 0.0883911869825339, + 0.0033821500425070933, + 0.09254278688810186, + 0.11674290611839659, + 0.07455534736839795, 0.0026702354420327047, - 0.0787263586572135, + 0.0787263586572121, 0.11743540193095547 ], "resistance": [ @@ -92468,7 +65221,7 @@ 95901.92278575413, 96056.1684557593, 96564.28453350303, - 97141.67434541706, + 97141.67434541708, 97451.52654624695, 97108.99334701862, 96525.74051228317 @@ -92478,7 +65231,7 @@ 40.64969361383363, 40.72877379111367, 40.98990587841493, - 41.28780537128276, + 41.28780537128277, 41.44818253261958, 41.27091076039728, 40.970063579683114 @@ -92501,68 +65254,7 @@ "id": "1720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.84109359035255, - 6.84109359035255, - 6.84109359035255, - 6.84109359035255, - 6.84109359035255, - 6.84109359035255, - 6.84109359035255, - 6.84109359035255 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 439.5063469984382, - -71.69490245532711, - -495.65199213881056, - -612.322526820975, - -465.70863301540294, - -21.836396971551494, - 482.69846711227956, - 753.5865213765564 - ], - "relative wind speed": [ - 2.2051460532009473, - 1.930065035431858, - 1.6194874357745246, - 1.4836483256652708, - 1.6454465524363753, - 1.9608703251046167, - 2.2242805394645977, - 2.3170997213376694 - ], - "relative wind angle": [ - 0.13913790102571072, - 0.2176345560170021, - 0.17598088130342673, - 0.010628528686530716, - 0.18695179277787943, - 0.21416181830228898, - 0.12781821612291805, - 0.00680541431707661 - ], - "resistance": [ - 97074.00634699845, - 96562.80509754467, - 96138.84800786119, - 96022.17747317902, - 96168.7913669846, - 96612.66360302844, - 97117.19846711228, - 97388.08652137655 - ], - "fuel": [ - 39.75725255012897, - 39.493568264307285, - 39.275623292603804, - 39.215763452271716, - 39.29099441998581, - 39.519243137578414, - 39.77957616122972, - 39.91974146523113 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 1.5625, 9.0625 1.875, 9.375 1.875, 9.375 1.5625, 9.0625 1.5625))", @@ -92581,68 +65273,7 @@ "id": "1721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.255054649927454, - 8.255054649927454, - 8.255054649927454, - 8.255054649927454, - 8.255054649927454, - 8.255054649927454, - 8.255054649927454, - 8.255054649927454 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 157.94579891455032, - -396.01520134684597, - -693.0743818625451, - -660.997919090531, - -285.35026254890477, - 286.94931316893553, - 740.8641475521254, - 666.1206496363061 - ], - "relative wind speed": [ - 2.4356416838405446, - 2.143251565215258, - 1.9313021763214424, - 1.961488610732646, - 2.208442944040073, - 2.4931994259072683, - 2.6607597698548524, - 2.6385854314590804 - ], - "relative wind angle": [ - 0.15050726949639873, - 0.15911042938075887, - 0.059598475924585254, - 0.09030584998350434, - 0.16612817934236995, - 0.136625814481283, - 0.04324719792249659, - 0.06709125638421591 - ], - "resistance": [ - 96792.44579891456, - 96238.48479865317, - 95941.42561813747, - 95973.50208090949, - 96349.14973745111, - 96921.44931316895, - 97375.36414755214, - 97300.62064963632 - ], - "fuel": [ - 40.21454943449936, - 39.92943356600203, - 39.777011766409466, - 39.793454464814616, - 39.986299967814816, - 40.281109634381906, - 40.5158022230056, - 40.477104040319624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 1.25, 8.75 1.5625, 9.0625 1.5625, 9.0625 1.25, 8.75 1.25))", @@ -92661,68 +65292,7 @@ "id": "1722", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.141604610288729, - 9.141604610288729, - 9.141604610288729, - 9.141604610288729, - 9.141604610288729, - 9.141604610288729, - 9.141604610288729, - 9.141604610288729 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 770.5944289458466, - 243.8959151044328, - -378.1371731829645, - -752.0716457667381, - -754.8010603049372, - -387.65211275007186, - 232.82253327796707, - 764.2143486924888 - ], - "relative wind speed": [ - 2.894036809900727, - 2.7093815786883124, - 2.4222694311420367, - 2.1950956588767268, - 2.192800290828055, - 2.4172450503787166, - 2.704890566265263, - 2.892296184849769 - ], - "relative wind angle": [ - 0.04931434008041502, - 0.12924454177480868, - 0.14549327854214592, - 0.06722192743178833, - 0.06510419830299316, - 0.14496868331864257, - 0.130199735948213, - 0.05100148373327657 - ], - "resistance": [ - 97405.09442894586, - 96878.39591510445, - 96256.36282681704, - 95882.42835423327, - 95879.69893969508, - 96246.84788724994, - 96867.32253327798, - 97398.7143486925 - ], - "fuel": [ - 40.97624087842881, - 40.70392919778176, - 40.38365743016419, - 40.19181933546788, - 40.19042098768491, - 40.378769567848956, - 40.698215158974065, - 40.97293609705024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 1.25, 9.0625 1.5625, 9.375 1.5625, 9.375 1.25, 9.0625 1.25))", @@ -92741,68 +65311,7 @@ "id": "1723", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.29947043041556, - 10.29947043041556, - 10.29947043041556, - 10.29947043041556, - 10.29947043041556, - 10.29947043041556, - 10.29947043041556, - 10.29947043041556 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 648.2108274278826, - 57.55741460124182, - -532.9192758603331, - -793.7155175229677, - -712.8085375981077, - -244.7522994990254, - 391.9690179516092, - 838.7615459718254 - ], - "relative wind speed": [ - 3.145343367497553, - 2.9421279099955053, - 2.6851154444108882, - 2.5301336275176904, - 2.589359611173983, - 2.8181290702637094, - 3.0640044297660602, - 3.193178968104371 - ], - "relative wind angle": [ - 0.060553323643982984, - 0.11294843350483931, - 0.10394886152239402, - 0.02467103364878642, - 0.0735766747864806, - 0.11794088757872956, - 0.09105655609448367, - 0.019547496548814026 - ], - "resistance": [ - 97282.71082742792, - 96692.05741460127, - 96101.5807241397, - 95840.78448247706, - 95921.69146240193, - 96389.747700501, - 97026.46901795163, - 97473.26154597185 - ], - "fuel": [ - 41.572085282816495, - 41.26704714364595, - 40.96339785591073, - 40.82969792096341, - 40.87114865615521, - 41.111424007685855, - 41.43959186087061, - 41.67077060345862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 1.5625, 9.375 1.875, 9.6875 1.875, 9.6875 1.5625, 9.375 1.5625))", @@ -92834,53 +65343,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -109.96023775245976, + -109.96023775246249, -642.8693502903025, - -787.0278009900844, + -787.0278009901508, -623.1027789319123, -76.78150440539139, 546.9891808485686, - 886.6493806525514, + 886.6493806524813, 518.8096267754986 ], "relative wind speed": [ - 2.7893600221438604, + 2.7893600221438595, 2.533984098571979, 2.425071314375164, 2.544916825135119, 2.803400664870386, 3.0361997972983388, - 3.123877997157512, + 3.1238779971575124, 3.027041951158639 ], "relative wind angle": [ - 0.12559323683673587, + 0.12559323683673676, 0.09567251524426847, - 0.0029177629714176798, + 0.002917762971493781, 0.09921094507608173, 0.12496090845382056, - 0.07981033732482308, - 0.002265062624504541, - 0.08336912889998516 + 0.0798103373248231, + 0.002265062624553556, + 0.08336912889998514 ], "resistance": [ 96524.53976224759, 95991.63064970974, - 95847.47219900996, + 95847.47219900989, 96011.39722106812, 96557.71849559466, 97181.48918084861, - 97521.1493806526, + 97521.14938065252, 97153.30962677555 ], "fuel": [ 40.99479613007843, 40.72102574913003, - 40.647149099909825, + 40.6471490999098, 40.73116152067653, 41.011875921914935, 41.33374382892754, - 41.5096185443129, + 41.50961854431286, 41.31917185204415 ] }, @@ -92914,19 +65423,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -544.9020632145739, + -544.9020632145794, -897.7838794945037, - -851.0434322635028, + -851.0434322635101, -374.90150223573437, - 338.8184626820321, + 338.81846268202844, 884.7148489190668, - 773.7919447535496, + 773.7919447535423, 141.97938548913226 ], "relative wind speed": [ 3.4710714372649547, 3.3184753076805324, - 3.345169711493791, + 3.34516971149379, 3.5323904277929854, 3.7577749034690235, 3.893190308738171, @@ -92934,29 +65443,29 @@ 3.7001928346202058 ], "relative wind angle": [ - 0.07577351843878283, + 0.07577351843878577, 0.025366067109850718, - 0.0429804569076756, + 0.04298045690767819, 0.08146168277487333, - 0.0699824472338295, + 0.0699824472338311, 0.02162087948341414, - 0.03714610014785831, - 0.07775978242814188 + 0.0371461001478613, + 0.0777597824281419 ], "resistance": [ - 96089.59793678543, + 96089.59793678542, 95736.7161205055, - 95783.4565677365, + 95783.45656773649, 96259.59849776427, 96973.31846268203, 97519.21484891907, - 97408.29194475355, + 97408.29194475354, 96776.47938548913 ], "fuel": [ - 42.82025595242783, + 42.82025595242782, 42.63942357238658, - 42.663348839443564, + 42.66334883944356, 42.90753720384325, 43.27514696140149, 43.5575965688263, @@ -92994,19 +65503,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 115.02303773510539, + 115.02303773510175, -531.8453695257604, - -852.545563634123, + -852.5455636341385, -797.9789961710203, - -333.9806929040942, + -333.9806929040924, 344.19124162877233, 851.7862506538895, 722.4394022283059 ], "relative wind speed": [ - 3.501325841160078, + 3.5013258411600776, 3.2716686653303038, - 3.1225704775603176, + 3.122570477560317, 3.155573663452817, 3.347243329626118, 3.572044890255117, @@ -93014,19 +65523,19 @@ 3.6750068582554825 ], "relative wind angle": [ - 0.08301669146127601, + 0.08301669146127734, 0.07954515366237452, - 0.024764123947352324, - 0.047750920068077206, - 0.0868475936589536, - 0.0728437314102991, + 0.024764123947361293, + 0.04775092006807721, + 0.08684759365895232, + 0.07284373141029911, 0.020881329385317747, - 0.040997608604872934 + 0.04099760860487294 ], "resistance": [ - 96749.52303773517, + 96749.52303773515, 96102.6546304743, - 95781.95443636594, + 95781.95443636592, 95836.52100382904, 96300.51930709596, 96978.69124162883, @@ -93074,7 +65583,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -384.74156249944735, + -384.74156249944826, -961.3307949204691, -1038.8455069291986, -666.6286273588212, @@ -93084,7 +65593,7 @@ 439.09212260351705 ], "relative wind speed": [ - 3.7869040197231048, + 3.7869040197231043, 3.5780393907005874, 3.5365796951827853, 3.6916827629792293, @@ -93096,7 +65605,7 @@ "relative wind angle": [ 0.08300544124308622, 0.04707169323204647, - 0.0214553482801924, + 0.021455348280192396, 0.0747407774761383, 0.07981072539566643, 0.04078847250721926, @@ -93141,68 +65650,7 @@ "id": "1728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.889400201426995, - 7.889400201426995, - 7.889400201426995, - 7.889400201426995, - 7.889400201426995, - 7.889400201426995, - 7.889400201426995, - 7.889400201426995 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -176.52464200244003, - -459.90878984523783, - -499.4392003158205, - -316.37326353952835, - 64.4671508471738, - 431.5047448850105, - 524.3785650548461, - 226.8929354983302 - ], - "relative wind speed": [ - 2.143765382573729, - 1.9587363666902196, - 1.920736710080623, - 2.059084729688204, - 2.2728649635495906, - 2.434131673483989, - 2.4642271909467746, - 2.3498543005934693 - ], - "relative wind angle": [ - 0.1271598226211276, - 0.0747325092381086, - 0.03387109734509594, - 0.11595799938464504, - 0.11990121833145137, - 0.06011720536491497, - 0.026398774039306527, - 0.10155634774078057 - ], - "resistance": [ - 96457.97535799757, - 96174.59121015476, - 96135.06079968419, - 96318.12673646047, - 96698.96715084718, - 97066.00474488501, - 97158.87856505485, - 96861.39293549833 - ], - "fuel": [ - 39.8737924466604, - 39.72814868038186, - 39.707855986945845, - 39.80188064926145, - 39.99788400387449, - 40.18729431050694, - 40.23530145605558, - 40.08164224311579 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 0.3125, 7.8125 0.625, 8.125 0.625, 8.125 0.3125, 7.8125 0.3125))", @@ -93221,68 +65669,7 @@ "id": "1729", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.147168522933178, - 9.147168522933178, - 9.147168522933178, - 9.147168522933178, - 9.147168522933178, - 9.147168522933178, - 9.147168522933178, - 9.147168522933178 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 9.405609374019605, - -470.52706311127076, - -659.925262271096, - -573.430910806112, - -163.36691209566516, - 365.99779020557526, - 716.2124819645396, - 512.6741960004738 - ], - "relative wind speed": [ - 2.6001804725817648, - 2.3603505455477904, - 2.226824949754911, - 2.298308027372926, - 2.5203534278812154, - 2.7462456542633555, - 2.855585847873805, - 2.7983745465432763 - ], - "relative wind angle": [ - 0.12121919488922712, - 0.10644242037346835, - 0.018061687061349942, - 0.0844626169799804, - 0.12507839844564275, - 0.0914401317397707, - 0.014084450783565256, - 0.06934234554781417 - ], - "resistance": [ - 96643.90560937398, - 96163.97293688869, - 95974.57473772886, - 96061.06908919384, - 96471.1330879043, - 97000.49779020553, - 97350.7124819645, - 97147.17419600043 - ], - "fuel": [ - 40.585982524196346, - 40.3391671548531, - 40.24200104623365, - 40.28635829563868, - 40.49703192197254, - 40.76992246856507, - 40.95103327377138, - 40.845719486967155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 0, 7.5 0.3125, 7.8125 0.3125, 7.8125 0, 7.5 0))", @@ -93301,68 +65688,7 @@ "id": "1730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.45303582851519, - 7.45303582851519, - 7.45303582851519, - 7.45303582851519, - 7.45303582851519, - 7.45303582851519, - 7.45303582851519, - 7.45303582851519 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -121.65963409116671, - -437.7092410879218, - -504.9005444216607, - -357.32537994387303, - 13.001936753501695, - 401.8589511622763, - 559.328538463878, - 287.0528566833632 - ], - "relative wind speed": [ - 2.053504612051754, - 1.8410681218250828, - 1.7721377196633008, - 1.9014725371387784, - 2.1299264698666405, - 2.3160172990623047, - 2.369176198872289, - 2.2666870426380896 - ], - "relative wind angle": [ - 0.14591364918287014, - 0.10001282675652087, - 0.02178693068701612, - 0.12571861958851793, - 0.14064280347354227, - 0.07945414411669446, - 0.01629600030033738, - 0.10537985032931593 - ], - "resistance": [ - 96512.84036590888, - 96196.79075891212, - 96129.59945557838, - 96277.17462005618, - 96647.50193675354, - 97036.35895116231, - 97193.82853846392, - 96921.55285668341 - ], - "fuel": [ - 39.712499985999486, - 39.55002266646701, - 39.51552833110138, - 39.59131180196385, - 39.781840809183954, - 39.98245237876283, - 40.06385109487962, - 39.92316530786407 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 0, 7.8125 0.3125, 8.125 0.3125, 8.125 0, 7.8125 0))", @@ -93394,9 +65720,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -44.19541788112156, + -44.195417881124285, -469.0654872960263, - -603.3452481556114, + -603.3452481556219, -494.53842264370223, -86.85090090499216, 400.21831610351865, @@ -93414,14 +65740,14 @@ 2.505364819028412 ], "relative wind angle": [ - 0.14629124250325753, + 0.14629124250326062, 0.11985004654935286, - 0.005867257742443259, + 0.005867257742462181, 0.11297178604151745, - 0.14773986864774397, - 0.09798310336360527, - 0.0043537527106871565, - 0.09104002590360806 + 0.14773986864774394, + 0.09798310336360526, + 0.004353752710687156, + 0.09104002590360805 ], "resistance": [ 96590.3045821189, @@ -93461,68 +65787,7 @@ "id": "1732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.257757791416303, - 11.257757791416303, - 11.257757791416303, - 11.257757791416303, - 11.257757791416303, - 11.257757791416303, - 11.257757791416303, - 11.257757791416303 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 165.47685457293665, - -413.02895671774786, - -735.3112818459877, - -717.2419709543528, - -347.69485700162477, - 241.1679954555375, - 716.3773366529658, - 673.5939436947556 - ], - "relative wind speed": [ - 3.2349010828474865, - 3.015455082352961, - 2.858584120002456, - 2.870534594915716, - 3.042738922382701, - 3.2603490322206565, - 3.3987265254003978, - 3.388639299922986 - ], - "relative wind angle": [ - 0.08362411488602728, - 0.08608122444713077, - 0.03374317796822877, - 0.04281614996098389, - 0.0889188851678175, - 0.07960117099963174, - 0.02837896917548998, - 0.036266659952263275 - ], - "resistance": [ - 96799.97685457295, - 96221.47104328226, - 95899.18871815402, - 95917.25802904567, - 96286.80514299839, - 96875.66799545556, - 97350.87733665298, - 97308.09394369477 - ], - "fuel": [ - 41.93506558132948, - 41.63732705323598, - 41.471998723328596, - 41.481257912338904, - 41.67089005595898, - 41.974113529793385, - 42.219754125187556, - 42.197604528499085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 0.3125, 8.4375 0.625, 8.75 0.625, 8.75 0.3125, 8.4375 0.3125))", @@ -93541,68 +65806,7 @@ "id": "1733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.707598219488093, - 15.707598219488093, - 15.707598219488093, - 15.707598219488093, - 15.707598219488093, - 15.707598219488093, - 15.707598219488093, - 15.707598219488093 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 393.0879893871479, - -353.52063823803473, - -879.1678349454487, - -951.5160060216549, - -620.9211324275293, - 83.88053268147996, - 759.5931894816586, - 932.3975947958297 - ], - "relative wind speed": [ - 4.504254874785658, - 4.3118924267953815, - 4.146826466973832, - 4.1130857773956695, - 4.23315328397389, - 4.42893693818211, - 4.5838552502729195, - 4.614154753628745 - ], - "relative wind angle": [ - 0.04855548344967513, - 0.05814115151227218, - 0.032734730597233655, - 0.014252236136343485, - 0.05166778298372461, - 0.056602976812286515, - 0.029612811910198426, - 0.012704442142239574 - ], - "resistance": [ - 97027.58798938715, - 96280.97936176197, - 95755.33216505455, - 95682.98399397834, - 96013.57886757248, - 96718.38053268148, - 97394.09318948166, - 97566.89759479582 - ], - "fuel": [ - 45.68885846362392, - 45.30420393367595, - 45.034633494809164, - 44.997611292100956, - 45.16694304147484, - 45.52930241940937, - 45.87844183208859, - 45.96800233538924 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 0, 8.125 0.3125, 8.4375 0.3125, 8.4375 0, 8.125 0))", @@ -93634,30 +65838,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 124.86761284161184, + 124.86761284160957, -374.14424970835125, - -639.9655201524542, - -612.8625816149947, + -639.9655201524547, + -612.8625816149943, -277.04112354414065, 237.47338622702273, 641.101246457697, 577.1461453746115 ], "relative wind speed": [ - 2.814188033256028, + 2.8141880332560274, 2.5934901297407524, - 2.4401664555143037, - 2.460978591463689, + 2.4401664555143032, + 2.4609785914636886, 2.6405394896020984, 2.857605996215509, 2.989597088581051, 2.9724884280728388 ], "relative wind angle": [ - 0.09782491474457909, + 0.09782491474458023, 0.0988941183611279, 0.03577118110457515, - 0.053925838650431226, + 0.053925838650429166, 0.10428081829551332, 0.08972789801580376, 0.029195044726743762, @@ -93667,7 +65871,7 @@ 96759.36761284164, 96260.35575029168, 95994.53447984757, - 96021.63741838503, + 96021.63741838504, 96357.45887645589, 96871.97338622705, 97275.60124645772, @@ -93677,7 +65881,7 @@ 40.98845947308196, 40.731635551329724, 40.5952049180647, - 40.609103246180524, + 40.60910324618053, 40.78153851825802, 41.04654185665177, 41.255121944637956, @@ -93701,68 +65905,7 @@ "id": "1735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.345456475005264, - 12.345456475005264, - 12.345456475005264, - 12.345456475005264, - 12.345456475005264, - 12.345456475005264, - 12.345456475005264, - 12.345456475005264 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 345.48040181321085, - -450.0429277446765, - -957.8020667642368, - -989.5091615379424, - -563.862260021112, - 213.51823387756667, - 905.8724526874139, - 980.744252216291 - ], - "relative wind speed": [ - 3.599292038706461, - 3.3321989381008317, - 3.116078514119828, - 3.0968442646367063, - 3.2886241885168785, - 3.5589889674054485, - 3.7496675755371665, - 3.765568726471573 - ], - "relative wind angle": [ - 0.08822198795135727, - 0.1005681515775559, - 0.050083233504962826, - 0.0367986353138297, - 0.0965809685439906, - 0.09413997863836278, - 0.04161517941932144, - 0.0302613826066918 - ], - "resistance": [ - 96979.98040181323, - 96184.45707225533, - 95676.69793323577, - 95644.99083846208, - 96070.6377399789, - 96848.01823387758, - 97540.37245268743, - 97615.2442522163 - ], - "fuel": [ - 42.79634521036269, - 42.38670303552644, - 42.12647169411962, - 42.11025333347785, - 42.32828613355875, - 42.72823045937143, - 43.08632395476353, - 43.125155378243036 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 0.9375, 8.75 1.25, 9.0625 1.25, 9.0625 0.9375, 8.75 0.9375))", @@ -93781,68 +65924,7 @@ "id": "1736", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.389725157709679, - 8.389725157709679, - 8.389725157709679, - 8.389725157709679, - 8.389725157709679, - 8.389725157709679, - 8.389725157709679, - 8.389725157709679 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 429.9767489598412, - 87.8322679249195, - -285.67275420751685, - -481.21631877153914, - -457.8015503764934, - -201.88111274826315, - 185.01427431106868, - 485.2060221563693 - ], - "relative wind speed": [ - 2.5557524568770553, - 2.415845804015228, - 2.222766025436508, - 2.09037018055406, - 2.111325476677288, - 2.270078179385392, - 2.459446499817564, - 2.572920208158439 - ], - "relative wind angle": [ - 0.04653137929175546, - 0.10008877509178823, - 0.10027072149211817, - 0.03506037207875876, - 0.0563355498311902, - 0.1065394173827435, - 0.0905934366700529, - 0.028482830758624175 - ], - "resistance": [ - 97064.47674895987, - 96722.33226792495, - 96348.82724579252, - 96153.2836812285, - 96176.69844962354, - 96432.61888725177, - 96819.51427431109, - 97119.7060221564 - ], - "fuel": [ - 40.41924604422761, - 40.24266796547457, - 40.05040227334773, - 39.94995116628739, - 39.96197187949529, - 40.09348974884971, - 40.29277854397962, - 40.44779027052584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 0.9375, 9.0625 1.25, 9.375 1.25, 9.375 0.9375, 9.0625 0.9375))", @@ -93861,68 +65943,7 @@ "id": "1737", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.029588624005399, - 10.029588624005399, - 10.029588624005399, - 10.029588624005399, - 10.029588624005399, - 10.029588624005399, - 10.029588624005399, - 10.029588624005399 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 609.7357681688195, - 125.30228841226608, - -404.28357730159723, - -682.1082787056926, - -649.4728965189047, - -287.42860637967397, - 260.82255580760875, - 686.7298799204614 - ], - "relative wind speed": [ - 3.0532031718589434, - 2.8875042217198987, - 2.6586358150519542, - 2.5015197098620234, - 2.5259399408544274, - 2.7138057342048154, - 2.9383801313608497, - 3.073242804372117 - ], - "relative wind angle": [ - 0.046033558507577024, - 0.09921131507247703, - 0.09945149612170132, - 0.03490832118666429, - 0.05565164889905069, - 0.10558436593594442, - 0.08995637345961538, - 0.0284122903136887 - ], - "resistance": [ - 97244.23576816882, - 96759.80228841226, - 96230.2164226984, - 95952.3917212943, - 95985.0271034811, - 96347.07139362032, - 96895.32255580761, - 97321.22987992046 - ], - "fuel": [ - 41.39062918829313, - 41.14042108661206, - 40.86789106485618, - 40.72533712957293, - 40.7420677009964, - 40.92793603358972, - 41.21032882928808, - 41.4304767865647 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 0.625, 8.75 0.9375, 9.0625 0.9375, 9.0625 0.625, 8.75 0.625))", @@ -93941,68 +65962,7 @@ "id": "1738", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.39501324452153, - 11.39501324452153, - 11.39501324452153, - 11.39501324452153, - 11.39501324452153, - 11.39501324452153, - 11.39501324452153, - 11.39501324452153 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 470.56217097044646, - -42.38773288336961, - -512.8126532590031, - -673.4048081605711, - -571.965562725647, - -142.25148277450444, - 386.5192682083816, - 711.7616274118509 - ], - "relative wind speed": [ - 3.361825030304643, - 3.1938901869699916, - 3.005215267632359, - 2.9117289359590006, - 2.9774996332508645, - 3.1569664353566758, - 3.3370724888112955, - 3.418948113658777 - ], - "relative wind angle": [ - 0.04946825356054783, - 0.0794896573231313, - 0.0640753574651859, - 0.006360883520933251, - 0.05585971361011319, - 0.08042136296022454, - 0.05769587183585548, - 0.005417202508093033 - ], - "resistance": [ - 97105.06217097046, - 96592.11226711664, - 96121.687346741, - 95961.09519183944, - 96062.53443727437, - 96492.24851722551, - 97021.0192682084, - 97346.26162741186 - ], - "fuel": [ - 42.18524921710342, - 41.92060534473765, - 41.67876187620689, - 41.596390665085345, - 41.64840989769622, - 41.86919696204004, - 42.14182228530707, - 42.31002856754527 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 0.625, 9.0625 0.9375, 9.375 0.9375, 9.375 0.625, 9.0625 0.625))", @@ -94021,68 +65981,7 @@ "id": "1739", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.669645378087605, - 10.669645378087605, - 10.669645378087605, - 10.669645378087605, - 10.669645378087605, - 10.669645378087605, - 10.669645378087605, - 10.669645378087605 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 388.6167529484751, - -157.03710299650493, - -591.9292416070994, - -690.1112114388957, - -512.4496690203987, - -23.106717929225397, - 501.63830498518155, - 734.2808156372716 - ], - "relative wind speed": [ - 3.149449422024704, - 2.9503916945373736, - 2.7537110553527833, - 2.6852481966309574, - 2.7938930574783254, - 3.0033412938462734, - 3.1846421309379775, - 3.2425780177210095 - ], - "relative wind angle": [ - 0.06859176466587272, - 0.09459498897410218, - 0.06477639584117001, - 0.009903002149086172, - 0.07733734270955755, - 0.09292239717299462, - 0.05600125754766485, - 0.008200845728805748 - ], - "resistance": [ - 97023.11675294848, - 96477.4628970035, - 96042.5707583929, - 95944.3887885611, - 96122.0503309796, - 96611.39328207077, - 97136.13830498519, - 97368.78081563728 - ], - "fuel": [ - 41.6672446687664, - 41.38592758099965, - 41.16250814707691, - 41.11216598204764, - 41.203287051286765, - 41.45487408422827, - 41.72565252154881, - 41.84602831818418 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 0.9375, 9.375 1.25, 9.6875 1.25, 9.6875 0.9375, 9.375 0.9375))", @@ -94114,9 +66013,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 279.77332101408047, + 279.7733210140723, -528.6793002281047, - -1007.8338500661239, + -1007.8338500661412, -1008.0806222499687, -529.5741338900334, 278.7369270612453, @@ -94124,7 +66023,7 @@ 959.9586566414036 ], "relative wind speed": [ - 3.909249130960809, + 3.9092491309608084, 3.6583967763512995, 3.469994221072244, 3.4698591993870624, @@ -94134,19 +66033,19 @@ 4.0772430250514935 ], "relative wind angle": [ - 0.0777755036981289, + 0.07777550369813176, 0.0831544790372247, - 0.03631577368801593, + 0.036315773688025105, 0.03623069747134427, 0.08312744643464619, 0.07781314893401427, - 0.03090604056054589, + 0.030906040560545894, 0.03083157696399099 ], "resistance": [ - 96914.27332101412, + 96914.2733210141, 96105.82069977192, - 95626.66614993391, + 95626.66614993388, 95626.41937775006, 96104.92586610999, 96913.23692706127, @@ -94154,9 +66053,9 @@ 97594.45865664144 ], "fuel": [ - 43.726657272999795, + 43.72665727299979, 43.310574477116226, - 43.065117961972504, + 43.065117961972476, 43.064991768084084, 43.310115284415204, 43.72612231974115, @@ -94194,19 +66093,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -96.17576706655655, + -96.175767066562, -768.7969712619515, - -976.2914050283307, + -976.2914050283316, -811.16949591501, - -167.64289623036984, + -167.6428962303671, 599.8521711522762, 1052.2245519842545, 660.078902833834 ], "relative wind speed": [ - 3.699088761611605, + 3.6990887616116046, 3.463651091310621, - 3.3539747208905037, + 3.3539747208905033, 3.4464578678540554, 3.6763078119874946, 3.8989252252927726, @@ -94214,27 +66113,27 @@ 3.914131443867008 ], "relative wind angle": [ - 0.08657429062103877, - 0.06768263447069667, + 0.08657429062104006, + 0.06768263447069665, 0.0034089654503156952, 0.06331903392962973, - 0.08711212181204986, - 0.06011688650772486, + 0.08711212181204858, + 0.06011688650772485, 0.0028629293942092097, 0.05574508203703275 ], "resistance": [ - 96538.32423293346, + 96538.32423293345, 95865.70302873806, 95658.20859497169, 95823.33050408501, - 96466.85710376964, + 96466.85710376965, 97234.35217115229, 97686.72455198427, 97294.57890283385 ], "fuel": [ - 43.247500432300725, + 43.24750043230072, 42.902096364283075, 42.79588370478975, 42.88039361549586, @@ -94261,68 +66160,7 @@ "id": "1742", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.238574336078612, - 14.238574336078612, - 14.238574336078612, - 14.238574336078612, - 14.238574336078612, - 14.238574336078612, - 14.238574336078612, - 14.238574336078612 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 395.1588953686214, - -426.4296544672334, - -978.374281061846, - -1035.5121863243521, - -634.7579233974784, - 153.9948482885784, - 883.2803854381018, - 1019.008552799738 - ], - "relative wind speed": [ - 4.116893788713786, - 3.8808286244221137, - 3.683989706050911, - 3.6543026933082956, - 3.812465030331886, - 4.052514437101935, - 4.232248093007376, - 4.2579074556328 - ], - "relative wind angle": [ - 0.06668559614827631, - 0.07786469705877026, - 0.04142907496739529, - 0.023561447277910093, - 0.07201938349101239, - 0.0745596764224207, - 0.03605972477715303, - 0.020220862542313322 - ], - "resistance": [ - 97029.65889536864, - 96208.07034553279, - 95656.12571893819, - 95598.98781367567, - 95999.74207660255, - 96788.49484828861, - 97517.78038543813, - 97653.50855279977 - ], - "fuel": [ - 44.34523822967283, - 43.922062148614394, - 43.63918220575388, - 43.60996291721739, - 43.81515758421341, - 44.22076129546552, - 44.597844671154874, - 44.668242528473115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 0.625, 9.6875 0.9375, 10 0.9375, 10 0.625, 9.6875 0.625))", @@ -94354,9 +66192,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 389.32061674230863, + 389.320616742305, -606.6597628759118, - -1229.1078928692023, + -1229.1078928691968, -1258.4152743553714, -714.5850988212733, 264.48802792120296, @@ -94364,9 +66202,9 @@ 1189.5314481404657 ], "relative wind speed": [ - 5.0093391924219075, + 5.009339192421907, 4.773173592364969, - 4.590202047355244, + 4.590202047355243, 4.577922333018958, 4.74461687348594, 4.982136316686984, @@ -94374,12 +66212,12 @@ 5.162121224239888 ], "relative wind angle": [ - 0.056045872407279304, + 0.05604587240727931, 0.06124854334924736, - 0.02888748634932122, + 0.028887486349317378, 0.02286594297458165, 0.05917646789152144, - 0.05867661565355898, + 0.058676615653558986, 0.025740695277413274, 0.020277819587736688 ], @@ -94421,68 +66259,7 @@ "id": "1744", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.193624046233424, - 17.193624046233424, - 17.193624046233424, - 17.193624046233424, - 17.193624046233424, - 17.193624046233424, - 17.193624046233424, - 17.193624046233424 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 417.59904908674616, - -418.1489752498783, - -994.731598039245, - -1065.5992640164459, - -680.712156211961, - 114.03766036455636, - 863.1859601604192, - 1032.6219181021315 - ], - "relative wind speed": [ - 4.915459098275959, - 4.717792713969694, - 4.551672898642683, - 4.521529709060456, - 4.6472886838226675, - 4.847830665939621, - 5.004128703517909, - 5.031381455196354 - ], - "relative wind angle": [ - 0.046058256927520295, - 0.054066360685728294, - 0.029495803451545365, - 0.0144008377296889, - 0.04871808211781579, - 0.0526147292263477, - 0.02682822426514251, - 0.012941452197004924 - ], - "resistance": [ - 97052.09904908676, - 96216.35102475014, - 95639.76840196077, - 95568.90073598357, - 95953.78784378806, - 96748.53766036457, - 97497.68596016044, - 97667.12191810214 - ], - "fuel": [ - 47.206420396372636, - 46.775903418027596, - 46.480404794825, - 46.4441704793911, - 46.641186374500066, - 47.049746938803366, - 47.437016826772066, - 47.524895793380054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 0.3125, 9.0625 0.625, 9.375 0.625, 9.375 0.3125, 9.0625 0.3125))", @@ -94501,68 +66278,7 @@ "id": "1745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.207304107113975, - 15.207304107113975, - 15.207304107113975, - 15.207304107113975, - 15.207304107113975, - 15.207304107113975, - 15.207304107113975, - 15.207304107113975 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 468.53403019242796, - -394.3951068309889, - -1006.2419541804284, - -1093.9591689540566, - -715.7032952713289, - 96.73005283996918, - 881.1310919896532, - 1089.887516546367 - ], - "relative wind speed": [ - 4.396022575412003, - 4.166933675323925, - 3.9672290969281625, - 3.924703127621273, - 4.06854974768227, - 4.302879881933595, - 4.487672539901278, - 4.5249107055208535 - ], - "relative wind angle": [ - 0.05927430344766783, - 0.0720921429851193, - 0.04136250032978665, - 0.017363844491793193, - 0.06405151370334237, - 0.0698106785456042, - 0.03656333760385625, - 0.015060426806131063 - ], - "resistance": [ - 97103.03403019243, - 96240.10489316902, - 95628.25804581957, - 95540.54083104595, - 95918.79670472867, - 96731.23005283996, - 97515.63109198965, - 97724.38751654637 - ], - "fuel": [ - 45.25392911687359, - 44.80929048083914, - 44.49570500330471, - 44.45086209699764, - 44.644439014461085, - 45.06201117803195, - 45.467505790573995, - 45.57580776245451 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 0, 8.75 0.3125, 9.0625 0.3125, 9.0625 0, 8.75 0))", @@ -94581,68 +66297,7 @@ "id": "1746", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.224442486930705, - 13.224442486930705, - 13.224442486930705, - 13.224442486930705, - 13.224442486930705, - 13.224442486930705, - 13.224442486930705, - 13.224442486930705 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 181.08006171522084, - -534.6553110335735, - -921.5606269142772, - -889.5623912521469, - -418.256555702018, - 315.85288539217527, - 896.0217285112967, - 820.0815436523426 - ], - "relative wind speed": [ - 3.7801756967729516, - 3.548068521185992, - 3.3870582988732516, - 3.404989561540183, - 3.589264170671456, - 3.818868334246124, - 3.9623707127643364, - 3.9469724690123074 - ], - "relative wind angle": [ - 0.07619570062867653, - 0.07650421557976622, - 0.028272655841247787, - 0.039884069113980944, - 0.08025702178239529, - 0.07106972071352909, - 0.024166768848533315, - 0.03440500957645085 - ], - "resistance": [ - 96815.58006171524, - 96099.84468896643, - 95712.93937308574, - 95744.93760874787, - 96216.243444298, - 96950.35288539219, - 97530.52172851132, - 97454.58154365236 - ], - "fuel": [ - 43.38938107224026, - 43.02115604161307, - 42.822898242558615, - 42.839273631190096, - 43.08091002161444, - 43.458931033122724, - 43.759100802000546, - 43.71973936397813 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 0, 9.0625 0.3125, 9.375 0.3125, 9.375 0, 9.0625 0))", @@ -94674,19 +66329,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 346.87940032177175, + 346.8794003217572, -560.8388338501336, - -1122.9455281689734, + -1122.9455281689752, -1145.1326109104002, - -642.4119592451516, + -642.4119592451552, 252.5154779056229, 1029.0187865924454, 1081.8971023465292 ], "relative wind speed": [ - 4.700662250557286, + 4.7006622505572855, 4.470656234578093, - 4.293595423486985, + 4.293595423486984, 4.283670819776701, 4.447612269566, 4.678751257166418, @@ -94694,21 +66349,21 @@ 4.850530362960521 ], "relative wind angle": [ - 0.05836150368710022, + 0.05836150368710403, 0.06345696591204057, 0.02952572139689227, 0.02433853803304265, - 0.06168612600665479, - 0.06063107031860171, - 0.02618219284357682, + 0.06168612600665659, + 0.06063107031860172, + 0.026182192843576823, 0.021493736089496146 ], "resistance": [ - 96981.37940032178, + 96981.37940032176, 96073.66116614986, 95511.55447183103, 95489.3673890896, - 95992.08804075485, + 95992.08804075484, 96887.01547790562, 97663.51878659244, 97716.39710234653 @@ -94741,68 +66396,7 @@ "id": "1748", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.425902676548098, - 12.425902676548098, - 12.425902676548098, - 12.425902676548098, - 12.425902676548098, - 12.425902676548098, - 12.425902676548098, - 12.425902676548098 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 186.88175511405097, - -506.1879150782406, - -886.0140256754767, - -858.952707218531, - -408.2552099612458, - 300.3293837812871, - 865.8342310436301, - 801.7384581345932 - ], - "relative wind speed": [ - 3.5652103610373103, - 3.3262919142689644, - 3.1579286605246186, - 3.1741325068891144, - 3.3633205697442676, - 3.5997822537455786, - 3.7483512039762066, - 3.7346396080508915 - ], - "relative wind angle": [ - 0.08293428910922736, - 0.08442125992985662, - 0.03208794826312868, - 0.04323680671357289, - 0.08792508061833013, - 0.07799385091252842, - 0.027032259761747116, - 0.036744502845210365 - ], - "resistance": [ - 96821.3817551141, - 96128.31208492181, - 95748.48597432456, - 95775.54729278151, - 96226.24479003879, - 96934.82938378133, - 97500.33423104367, - 97436.23845813464 - ], - "fuel": [ - 42.77441444652665, - 42.41780607153748, - 42.223130557655324, - 42.23698276477888, - 42.4680874061889, - 42.83295741807483, - 43.12549218375338, - 43.09227574762314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 0.3125, 9.6875 0.625, 10 0.625, 10 0.3125, 9.6875 0.3125))", @@ -94821,68 +66415,7 @@ "id": "1749", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.050836690534348, - 13.050836690534348, - 13.050836690534348, - 13.050836690534348, - 13.050836690534348, - 13.050836690534348, - 13.050836690534348, - 13.050836690534348 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 397.27761814980204, - -390.1090216327457, - -926.8841700139164, - -988.5633749759318, - -613.3908681005414, - 138.62901335072183, - 842.9049403738072, - 989.0181232800996 - ], - "relative wind speed": [ - 3.7995445406629966, - 3.5536840496456277, - 3.3443850251296654, - 3.3092288902269575, - 3.473319553129848, - 3.724488838744232, - 3.9135120081998673, - 3.943284365439977 - ], - "relative wind angle": [ - 0.07504122610099834, - 0.08935500019602202, - 0.04894221564860527, - 0.025908841843802412, - 0.08210452547128565, - 0.08524698974152183, - 0.04182023131109088, - 0.021742142526517252 - ], - "resistance": [ - 97031.77761814985, - 96244.3909783673, - 95707.61582998613, - 95645.93662502411, - 96021.1091318995, - 96773.12901335077, - 97477.40494037385, - 97623.51812328014 - ], - "fuel": [ - 43.363062791658166, - 42.957446796049275, - 42.68225374440145, - 42.650700821137214, - 42.84284477310064, - 43.22956756971404, - 43.59364647180138, - 43.669411575624174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 0, 9.375 0.3125, 9.6875 0.3125, 9.6875 0, 9.375 0))", @@ -94914,53 +66447,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 413.1209180106471, + 413.1209180106425, -322.31443242646765, -842.8005677659753, -917.8139267910315, - -590.6479089806021, - 101.88795776540155, - 772.0514149531309, + -590.6479089806039, + 101.88795776540064, + 772.0514149531273, 948.9782576466123 ], "relative wind speed": [ - 3.3806911646694204, + 3.38069116466942, 3.1220987869863954, 2.8912013914283365, 2.8420142530227213, 3.0110947299979465, 3.278454420636859, - 3.483779375634762, + 3.4837793756347626, 3.5240203191115382 ], "relative wind angle": [ - 0.08790497326759276, + 0.08790497326759529, 0.10947463548379437, 0.06423999301889448, 0.027669117042096226, - 0.0987281093884147, - 0.10423411226824944, - 0.05330158217107486, - 0.02231329827226877 + 0.09872810938841584, + 0.10423411226824945, + 0.053301582171076944, + 0.022313298272268765 ], "resistance": [ - 97047.62091801068, + 97047.62091801067, 96312.18556757356, 95791.69943223405, 95716.686073209, 96043.85209101942, 96736.38795776543, - 97406.55141495317, + 97406.55141495315, 97583.47825764664 ], "fuel": [ - 42.19666932929149, + 42.19666932929148, 41.81770118792107, 41.55071208693918, 41.512316267844035, 41.679930688115576, 42.036046065014375, - 42.38235620331735, + 42.38235620331734, 42.474062828932524 ] }, @@ -94981,68 +66514,7 @@ "id": "1751", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.07156903559412, - 11.07156903559412, - 11.07156903559412, - 11.07156903559412, - 11.07156903559412, - 11.07156903559412, - 11.07156903559412, - 11.07156903559412 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 376.7802793031924, - -403.4369613111562, - -917.4462897671851, - -962.7961096871895, - -563.9358701283536, - 190.38309080551608, - 880.5674281466399, - 987.1161501287661 - ], - "relative wind speed": [ - 3.2738727885801975, - 2.9842615884412065, - 2.7394565523899357, - 2.708405250503929, - 2.915033641828251, - 3.210895037298902, - 3.4221399688446703, - 3.446767350408075 - ], - "relative wind angle": [ - 0.10463490015923863, - 0.12411415299301977, - 0.06594731906288033, - 0.04215258964942011, - 0.11757176553929367, - 0.11531330512305045, - 0.05277771602245422, - 0.03311896181053919 - ], - "resistance": [ - 97011.2802793032, - 96231.06303868885, - 95717.05371023282, - 95671.70389031283, - 96070.56412987167, - 96824.88309080552, - 97515.06742814665, - 97621.61615012879 - ], - "fuel": [ - 41.92041047170097, - 41.51853683653129, - 41.255019050347066, - 41.23181669873435, - 41.436148103720406, - 41.82419523115493, - 42.18110423688701, - 42.236360789541706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 -5.625, 2.5 -5, 3.125 -5, 3.125 -5.625, 2.5 -5.625))", @@ -95074,9 +66546,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -543.250625135794, + -543.250625135795, -701.5948615497255, - -572.2967086473484, + -572.2967086473491, -94.18005745923892, 477.42870432914196, 821.3563849671414, @@ -95084,9 +66556,9 @@ -45.634543780300646 ], "relative wind speed": [ - 2.046078129864717, + 2.0460781298647164, 1.9048698605550978, - 2.025982995202036, + 2.0259829952020354, 2.309932783322453, 2.569215123904539, 2.6755883242306373, @@ -95094,13 +66566,13 @@ 2.334847447466899 ], "relative wind angle": [ - 0.13798197265193435, + 0.13798197265193513, 0.006631716632275695, - 0.13046062810394082, + 0.13046062810393996, 0.16761337115096556, 0.10975832231543078, 0.004721395798995999, - 0.1021320562518816, + 0.10213205625188161, 0.1658081391092866 ], "resistance": [ @@ -95154,9 +66626,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -477.7520580934761, + -477.75205809347676, -646.2614235240552, - -529.1254519783733, + -529.125451978374, -86.43093575002013, 458.2841729553795, 803.8688337610361, @@ -95164,9 +66636,9 @@ -0.9662589248939639 ], "relative wind speed": [ - 1.62264829265019, + 1.6226482926501897, 1.4377409560880647, - 1.5771135510817678, + 1.5771135510817675, 1.9098196988765124, 2.2063287297206116, 2.331045878660075, @@ -95174,13 +66646,13 @@ 1.9630238569651592 ], "relative wind angle": [ - 0.2080729444222877, + 0.20807294442228877, 0.019016821362702604, - 0.18914921869698156, + 0.18914921869698217, 0.23608457961417234, 0.15251639034783873, 0.01172874463480613, - 0.13282451604552775, + 0.13282451604552778, 0.22956941064783318 ], "resistance": [ @@ -95234,34 +66706,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -670.148201905718, + -670.1482019057189, -763.2866880306119, - -511.1027658927442, + -511.10276589274554, 70.07905969551575, - 668.2892011763806, + 668.289201176382, 884.4482406979573, 439.591913990635, - -195.11854514549918 + -195.1185451454985 ], "relative wind speed": [ - 1.8596996029857393, + 1.8596996029857389, 1.766664633664194, - 1.9767961942117802, + 1.9767961942117798, 2.314638095427826, 2.573187574024393, 2.637929676208032, 2.4843618317404323, - 2.1730686578323057 + 2.173068657832306 ], "relative wind angle": [ - 0.13873883107659085, + 0.13873883107659166, 0.040857102240248286, - 0.18274191873122522, + 0.18274191873122583, 0.1894439844466125, - 0.10011542082534321, - 0.02735847002292717, + 0.10011542082534211, + 0.027358470022927173, 0.14510772158275073, - 0.2019508557790253 + 0.20195085577902586 ], "resistance": [ 95964.35179809427, @@ -95314,8 +66786,8 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -895.0943818392261, - -816.7851774676035, + -895.0943818392304, + -816.7851774676037, -289.1252163201766, 459.11995446148967, 1018.8738417770246, @@ -95324,7 +66796,7 @@ -553.770008455982 ], "relative wind speed": [ - 1.903458193672404, + 1.9034581936724035, 1.9763697578223578, 2.3091072693855583, 2.6581336076240296, @@ -95334,13 +66806,13 @@ 2.156161684233032 ], "relative wind angle": [ - 0.05823087672951863, - 0.12927188499334766, - 0.20545543285736934, - 0.15541049502516346, + 0.05823087672952435, + 0.12927188499334769, + 0.2054554328573699, + 0.15541049502516344, 0.03895337253545599, 0.09130131111226811, - 0.1875634275874985, + 0.18756342758749853, 0.1919984642038222 ], "resistance": [ @@ -95394,20 +66866,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -702.3773871590827, + -702.3773871590834, -766.7707432833647, - -479.6943441147405, - 114.56722811903364, + -479.6943441147414, + 114.56722811903455, 692.2206590287556, 842.2632410945243, 373.369164554244, -257.72346239465514 ], "relative wind speed": [ - 2.0455950713291307, + 2.04559507132913, 1.9871294132338393, 2.193563971245967, - 2.503601621929025, + 2.5036016219290245, 2.7321233747647984, 2.774936760692603, 2.6148105925351155, @@ -95415,13 +66887,13 @@ ], "relative wind angle": [ 0.10423625955277593, - 0.046926205238803594, - 0.1577789736829896, - 0.15811693999981694, - 0.07798152092695365, - 0.03359779715401179, - 0.13219696685714272, - 0.17077193882597738 + 0.0469262052388036, + 0.15777897368299101, + 0.15811693999981552, + 0.07798152092695367, + 0.033597797154011795, + 0.1321969668571427, + 0.1707719388259774 ], "resistance": [ 95932.12261284093, @@ -95474,19 +66946,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -457.1571729006737, + -457.15717290067505, -677.413381954299, - -597.0284341325832, + -597.0284341325835, -180.30515240961677, 376.2523827474233, 763.9943245255681, - 576.6738191849254, + 576.6738191849263, 53.393499425442315 ], "relative wind speed": [ 2.0073070227588437, 1.827817741120231, - 1.90659297128443, + 1.9065929712844298, 2.1770375670247435, 2.4509518636013805, 2.5875719944678233, @@ -95494,13 +66966,13 @@ 2.301511232445116 ], "relative wind angle": [ - 0.15676260638366046, - 0.03455831094050845, - 0.11779632239653097, + 0.1567626063836626, + 0.034558310940508444, + 0.11779632239653098, 0.1754652928702306, 0.12821291980012967, - 0.024408980040570724, - 0.08867852391505704, + 0.024408980040570728, + 0.08867852391505578, 0.16588490906551973 ], "resistance": [ @@ -95554,19 +67026,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -470.22886569655464, + -470.2288656965552, -492.73352067711403, - -268.5750825548429, + -268.575082554843, 141.13447986458164, - 520.1405605427301, + 520.1405605427308, 571.962501218662, - 228.35653391962796, + 228.35653391962774, -194.4528187675395 ], "relative wind speed": [ - 1.286562020737723, + 1.2865620207377229, 1.2551156572188487, - 1.4923526591113752, + 1.492352659111375, 1.7968942651799742, 1.9984152009205156, 2.018313611775686, @@ -95574,14 +67046,14 @@ 1.5556593933886163 ], "relative wind angle": [ - 0.14275182584552834, + 0.14275182584552915, 0.0988843776125824, 0.24243855570130543, - 0.21465727121385011, - 0.09171908975894277, + 0.2146572712138501, + 0.09171908975894157, 0.061431055456413135, - 0.19491135503933765, - 0.24859693577074243 + 0.19491135503933824, + 0.24859693577074246 ], "resistance": [ 96164.27113430345, @@ -95634,34 +67106,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -294.14710308209237, + -294.1471030820942, -628.3568194617869, - -643.7013669288444, - -347.1675309537152, - 176.51187728258992, + -643.701366928846, + -347.16753095371496, + 176.511877282589, 640.4530737165701, 676.2226711019907, 238.30213232583083 ], "relative wind speed": [ - 2.140830175663069, + 2.1408301756630688, 1.9120283521706454, - 1.897255914931349, - 2.108862304407548, - 2.387976141613952, + 1.8972559149313488, + 2.1088623044075474, + 2.3879761416139527, 2.574826494046275, 2.585730822650539, 2.4162540584541006 ], "relative wind angle": [ - 0.16175758243564117, + 0.16175758243564253, 0.08135843250775825, - 0.06595108600298329, - 0.15819168426188823, - 0.14489117202587629, - 0.06038564109638766, + 0.06595108600298498, + 0.15819168426188684, + 0.14489117202587784, + 0.060385641096387666, 0.04837478802133787, - 0.13792859788230263 + 0.13792859788230266 ], "resistance": [ 96340.35289691795, @@ -95714,9 +67186,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -246.14111538449697, + -246.14111538449833, -502.87545371098963, - -507.90205408503584, + -507.9020540850365, -263.50908933547475, 154.58794462656033, 517.1208465709426, @@ -95724,7 +67196,7 @@ 174.82869835310703 ], "relative wind speed": [ - 1.899705521431628, + 1.8997055214316276, 1.7002085910468914, 1.694779023426558, 1.8879563314633867, @@ -95734,10 +67206,10 @@ 2.1461817430838916 ], "relative wind angle": [ - 0.16074650039650693, - 0.07686951255085062, - 0.07051602533136614, - 0.15927629273800742, + 0.1607465003965076, + 0.0768695125508506, + 0.07051602533136772, + 0.15927629273800745, 0.14284846434797835, 0.05685323725264344, 0.051900527442934496, @@ -95794,11 +67266,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1376.9175852299995, + -1376.9175852301141, -1176.1850675511441, - -304.8128158556119, + -304.8128158556174, 777.4463622984458, - 1451.7347147707624, + 1451.7347147707005, 974.6173111287317, -70.57617859116726, -1037.4170911975016 @@ -95814,31 +67286,31 @@ 4.265216309239145 ], "relative wind angle": [ - 0.007417045305711601, + 0.007417045305756507, 0.0560619281354975, - 0.08161536311492706, + 0.08161536311492844, 0.05908202232992063, - 0.006302508342473971, + 0.006302508342491586, 0.04950131670098351, 0.08051533913504172, 0.06562812199204238 ], "resistance": [ - 95257.58241477002, + 95257.5824147699, 95458.31493244888, - 96329.68718414441, + 96329.6871841444, 97411.94636229846, - 98086.23471477078, + 98086.23471477072, 97609.11731112875, 96563.92382140885, 95597.08290880252 ], "fuel": [ - 45.23581484186176, + 45.2358148418617, 45.33826443128206, 45.78473232176445, 46.34318681739544, - 46.6933287054369, + 46.69332870543687, 46.445397970569374, 45.90523075188604, 45.40917629496968 @@ -95874,17 +67346,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -889.6570415186156, + -889.6570415186202, -830.7625546391464, - -332.8113874662804, + -332.8113874662813, 396.5911524866001, - 953.6042435115601, + 953.6042435115646, 816.0841895613621, - 158.4342343505873, + 158.4342343505882, -537.3226469916708 ], "relative wind speed": [ - 2.2613388808870325, + 2.261338880887032, 2.308764735986479, 2.584449619746618, 2.893162970526851, @@ -95894,14 +67366,14 @@ 2.4811530790436764 ], "relative wind angle": [ - 0.0485093957502885, + 0.04850939575029308, 0.09017999115280327, - 0.15684564474177548, + 0.15684564474177617, 0.1257981231653037, - 0.03574809470245786, + 0.03574809470245475, 0.06861825361747263, - 0.1446164784963178, - 0.1468280424268477 + 0.14461647849631706, + 0.14682804242684766 ], "resistance": [ 95744.84295848137, @@ -95954,51 +67426,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1657.834223903421, + -1657.8342239034437, -1500.3933189590707, - -536.8221426650289, + -536.8221426650298, 789.8660130061207, - 1731.1790349421235, + 1731.179034942089, 1359.8150998494557, 136.6144822071501, -1100.0292746068471 ], "relative wind speed": [ - 3.801543365332544, + 3.8015433653325434, 3.8786115518372486, - 4.1947867879921406, + 4.19478678799214, 4.540294519569901, - 4.725443487097637, + 4.725443487097638, 4.662394292443745, 4.3801040982542805, 4.0208548573432585 ], "relative wind angle": [ - 0.02451927349573095, + 0.02451927349574001, 0.06729738672851789, - 0.1103754125024304, - 0.08658505025192557, - 0.019724664186424115, - 0.055971172487696, + 0.11037541250242938, + 0.08658505025192559, + 0.01972466418643537, + 0.05597117248769601, 0.10568769588278752, 0.09780439416426796 ], "resistance": [ - 94976.66577609662, + 94976.6657760966, 95134.10668104097, 96097.67785733502, 97424.36601300616, - 98365.67903494216, + 98365.67903494214, 97994.3150998495, 96771.1144822072, 95534.4707253932 ], "fuel": [ - 44.29193316574392, + 44.29193316574391, 44.37211038601412, 44.86482138790684, 45.54886119351329, - 46.038173786729395, + 46.03817378672938, 45.84473788295405, 45.21122651526376, 44.57641239456489 @@ -96021,68 +67493,7 @@ "id": "1780", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.025992430614178, - 18.025992430614178, - 18.025992430614178, - 18.025992430614178, - 18.025992430614178, - 18.025992430614178, - 18.025992430614178, - 18.025992430614178 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -215.09325762327717, - -921.400029783741, - -1095.1113837613339, - -861.3473815621292, - -113.29120432816853, - 718.8798531186094, - 1134.9608267265703, - 633.6741837109494 - ], - "relative wind speed": [ - 5.002003756988161, - 4.819566474907612, - 4.7492835754976985, - 4.836984486832493, - 5.0257247600992425, - 5.200935487308497, - 5.265192918469945, - 5.184740304329626 - ], - "relative wind angle": [ - 0.05159329893115981, - 0.03611156191276512, - 0.002500638692429121, - 0.039456254226620344, - 0.05134956808065097, - 0.03346258134093901, - 0.0022556134499612177, - 0.036808568028768765 - ], - "resistance": [ - 96419.40674237676, - 95713.09997021628, - 95539.38861623869, - 95773.1526184379, - 96521.20879567186, - 97353.37985311863, - 97769.4608267266, - 97268.17418371097 - ], - "fuel": [ - 47.78676847009925, - 47.4244230131608, - 47.335591025416406, - 47.45515867340808, - 47.83914743665935, - 48.2687602887325, - 48.48453067061611, - 48.22465398237417 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 -1.25, 6.875 -0.625, 7.5 -0.625, 7.5 -1.25, 6.875 -1.25))", @@ -96114,19 +67525,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 73.80220162227533, + 73.80220162227397, -220.8744452388578, - -378.7529996464225, + -378.75299964642113, -363.9260361467411, - -167.37487112596295, + -167.37487112596273, 135.79586533954944, 374.2682685669606, 339.188921974755 ], "relative wind speed": [ - 2.273237605075144, + 2.2732376050751433, 2.113017032134507, - 2.0018924618009137, + 2.0018924618009133, 2.0158540843899493, 2.1448227207893606, 2.3028314603226026, @@ -96134,19 +67545,19 @@ 2.3883479694530294 ], "relative wind angle": [ - 0.08772814767062292, + 0.08772814767062291, 0.08834068158564992, - 0.032210220446649396, + 0.03221022044664595, 0.047267034410376614, - 0.0929953704738293, + 0.09299537047382929, 0.08104235759093377, - 0.026865134701927883, + 0.02686513470192788, 0.039890851473299446 ], "resistance": [ - 96708.3022016223, + 96708.30220162228, 96413.62555476115, - 96255.74700035359, + 96255.7470003536, 96270.57396385327, 96467.12512887405, 96770.29586533956, @@ -96154,9 +67565,9 @@ 96973.68892197477 ], "fuel": [ - 40.016494305224754, + 40.01649430522475, 39.864778525833636, - 39.7836268763969, + 39.78362687639691, 39.79124418406008, 39.892299049208034, 40.04845319878369, @@ -96194,9 +67605,9 @@ ], "ice resistance": 18140.325993287886, "wind resistance": [ - 867.917103694992, + 867.9171036948755, -630.9455826349476, - -1739.7629112840805, + -1739.7629112841132, -1928.9728628571538, -1338.5486508030117, 50.31237405020147, @@ -96204,7 +67615,7 @@ 1891.1545147318466 ], "relative wind speed": [ - 7.539858165015935, + 7.539858165015934, 7.3133454119641135, 7.112380125339824, 7.060487722080443, @@ -96214,19 +67625,19 @@ 7.662142507606272 ], "relative wind angle": [ - 0.03327990830496772, + 0.033279908304981065, 0.04114674987500154, - 0.024546450708323495, - 0.007642841428169652, - 0.034895409233100555, + 0.02454645070832802, + 0.007642841428169651, + 0.03489540923310055, 0.04054853743997996, 0.022929012672821773, 0.0070426918770445405 ], "resistance": [ - 19008.24309698288, + 19008.243096982762, 17509.38041065294, - 16400.563082003806, + 16400.563082003773, 16211.353130430733, 16801.777342484875, 18190.638367338088, @@ -96234,9 +67645,9 @@ 20031.480508019733 ], "fuel": [ - 30.9476007679475, + 30.947600767947463, 30.612621282467934, - 30.370192280140493, + 30.370192280140486, 30.329280841270524, 30.457384542760114, 30.763838704688943, @@ -96274,54 +67685,54 @@ ], "ice resistance": 36454.63659431235, "wind resistance": [ - 60.704505217632686, + 60.70450521760358, -1101.9284155294336, - -1609.0761737278772, - -1462.9544650518183, + -1609.076173728121, + -1462.9544650517382, -552.9881702535058, 694.8205448135486, 1558.2155053831302, - 1206.7883714002273 + 1206.788371400271 ], "relative wind speed": [ - 7.413863863521146, + 7.413863863521145, 7.2221738633053905, 7.111889819866119, - 7.151848986094199, + 7.1518489860941985, 7.3168174528844805, 7.506090841033575, 7.6106647683198005, - 7.573126904110548 + 7.573126904110547 ], "relative wind angle": [ - 0.033645069208419795, + 0.0336450692084231, 0.029175160212144, - 0.006826796434302426, - 0.01985863722499482, - 0.03409149150378566, + 0.006826796434334951, + 0.019858637224983638, + 0.034091491503785654, 0.028071317647076224, - 0.0063793870482680365, - 0.018753807571262333 + 0.006379387048268037, + 0.01875380757125641 ], "resistance": [ - 36515.341099529986, + 36515.34109952996, 35352.70817878292, - 34845.56042058447, - 34991.68212926053, + 34845.56042058423, + 34991.68212926062, 35901.64842405885, 37149.4571391259, 38012.85209969548, - 37661.42496571258 + 37661.42496571262 ], "fuel": [ - 35.47931566618067, + 35.47931566618065, 35.143013152498604, - 34.997891429654715, - 35.039606408028575, + 34.99789142965464, + 35.039606408028604, 35.30117251010481, 35.664859480836455, 35.91989638803561, - 35.81575412409171 + 35.81575412409172 ] }, { @@ -96354,9 +67765,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 42.03560856471586, + 42.03560856471404, -240.6153059234398, - -374.2010763544638, + -374.201076354464, -343.50192983826605, -130.99456131915986, 169.20792564198746, @@ -96364,9 +67775,9 @@ 315.69560253528084 ], "relative wind speed": [ - 2.0704278673076852, + 2.070427867307685, 1.8973695464550238, - 1.787727494081066, + 1.7877274940810657, 1.8196782233875475, 1.9693327867195507, 2.1365701445910688, @@ -96374,17 +67785,17 @@ 2.2031146910458337 ], "relative wind angle": [ - 0.10683208558053252, - 0.10140032218868425, + 0.10683208558053357, + 0.10140032218868426, 0.02844910438167899, 0.06607524827522505, - 0.11233889057884905, + 0.11233889057884906, 0.09001528633817765, 0.022814747481700304, 0.05456268604476155 ], "resistance": [ - 96676.53560856472, + 96676.5356085647, 96393.88469407657, 96260.29892364553, 96290.99807016173, @@ -96434,19 +67845,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 30.626304734194946, + 30.6263047341929, -199.105850327785, - -307.399099895282, + -307.3990998952854, -283.3612935487961, - -111.61243293496432, + -111.61243293496523, 131.92618682851207, 308.70544194171316, 251.64083561885673 ], "relative wind speed": [ - 2.155188874223945, + 2.1551888742239447, 2.0223344833911696, - 1.9396171840604217, + 1.9396171840604215, 1.9630711465684463, 2.0762509948933783, 2.205860493018855, @@ -96454,14 +67865,14 @@ 2.2587627035359117 ], "relative wind angle": [ - 0.07881655794507832, + 0.07881655794507973, 0.07324181475956747, - 0.02041603694416145, + 0.02041603694416689, 0.04687694743499473, - 0.08181969960581391, + 0.08181969960581527, 0.06713855736939305, 0.017375899918586946, - 0.04073669677729418 + 0.040736696777294176 ], "resistance": [ 96665.1263047342, @@ -96514,39 +67925,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 196.78418252784786, + 196.78418252784422, -236.12717348081833, - -519.4662796325342, - -543.0307545871292, - -321.6050758842589, + -519.4662796325374, + -543.030754587136, + -321.60507588426026, 97.78686568602825, - 477.9694331540609, + 477.9694331540636, 533.8335757976115 ], "relative wind speed": [ 2.864446014355236, 2.6841178675908126, - 2.536473405291159, - 2.5187687345898757, + 2.5364734052911584, + 2.518768734589876, 2.643560712308567, 2.826477574950264, - 2.959690333982197, + 2.9596903339821967, 2.9747719694910213 ], "relative wind angle": [ - 0.0740021043278251, + 0.0740021043278281, 0.08507623682860926, - 0.043685234062530075, - 0.028360971265333892, - 0.08019819737379652, + 0.043685234062532614, + 0.028360971265341723, + 0.08019819737379791, 0.08078165183947478, - 0.03743535918916292, + 0.03743535918915996, 0.024012602291976104 ], "resistance": [ 96831.28418252787, 96398.3728265192, - 96115.0337203675, + 96115.03372036749, 96091.4692454129, 96312.89492411577, 96732.28686568605, @@ -96556,7 +67967,7 @@ "fuel": [ 41.09271120589372, 40.869737809556725, - 40.724180008504035, + 40.72418000850403, 40.71208785229659, 40.82579438290708, 41.04166058589854, @@ -96594,43 +68005,43 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 592.6178998590622, + 592.6178998590494, -5.014079850203416, - -575.2401112319571, + -575.2401112319608, -795.7122609181506, - -693.4651224368081, + -693.465122436804, -204.35087917431974, - 424.54799768755584, + 424.54799768755856, 835.0649084983079 ], "relative wind speed": [ - 3.4853608404838634, + 3.485360840483863, 3.298273984281037, - 3.0776876289134316, + 3.077687628913431, 2.958423431415292, - 3.0233488694630686, + 3.023348869463068, 3.226417099427302, 3.4374725357004983, 3.540636860130528 ], "relative wind angle": [ - 0.051767918254489585, - 0.08838081632634548, - 0.07524539117752581, - 0.012193410184268415, - 0.05968759621934013, - 0.09035449747196936, - 0.06735715832516631, + 0.05176791825449603, + 0.0883808163263455, + 0.07524539117752728, + 0.012193410184268417, + 0.05968759621933641, + 0.09035449747196934, + 0.06735715832516466, 0.010188280245761376 ], "resistance": [ - 97227.11789985909, + 97227.11789985908, 96629.48592014983, 96059.25988876807, 95838.78773908188, - 95941.03487756322, + 95941.03487756323, 96430.1491208257, - 97059.04799768758, + 97059.0479976876, 97469.56490849833 ], "fuel": [ @@ -96640,7 +68051,7 @@ 41.74236902472539, 41.794756174156205, 42.04589596164129, - 42.370117501226645, + 42.37011750122665, 42.58254862616171 ] }, @@ -96674,20 +68085,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 549.5565450878712, + 549.5565450878707, 116.16704828591219, - -348.2362751031842, - -589.1146946257406, - -555.0143391112347, + -348.2362751031851, + -589.1146946257413, + -555.0143391112354, -229.97160072489783, 253.91446539714798, 629.1472833409207 ], "relative wind speed": [ - 2.4642432070832987, + 2.4642432070832982, 2.2776929376747868, - 2.015500194667555, - 1.8316520877488873, + 2.0155001946675544, + 1.8316520877488875, 1.865564791206409, 2.0892442306996064, 2.3431998504481517, @@ -96697,14 +68108,14 @@ 0.06718531061443783, 0.14507524275795783, 0.1495191909084855, - 0.05206207612117042, - 0.08879564131646075, + 0.05206207612117255, + 0.08879564131646202, 0.15826662959204127, 0.1284832777571851, - 0.038295957886942386 + 0.03829595788694238 ], "resistance": [ - 97184.05654508786, + 97184.05654508785, 96750.6670482859, 96286.2637248968, 96045.38530537425, @@ -96714,7 +68125,7 @@ 97263.6472833409 ], "fuel": [ - 40.19539771348052, + 40.1953977134805, 39.97160953074948, 39.73258254374606, 39.608919228273066, @@ -96754,9 +68165,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 888.3062369615764, + 888.3062369615636, 31.591964398774508, - -815.5693008012604, + -815.5693008012713, -1170.3296587320692, -1045.5728379384655, -357.3386709151855, @@ -96764,7 +68175,7 @@ 1185.5486791452095 ], "relative wind speed": [ - 4.720001248841882, + 4.720001248841881, 4.525390788573703, 4.291031671448712, 4.1581416567216225, @@ -96774,19 +68185,19 @@ 4.770401089730211 ], "relative wind angle": [ - 0.038226747194374855, + 0.03822674719437776, 0.06770328773620948, - 0.05889515000022288, + 0.05889515000022666, 0.012276223880217622, 0.04280667235391588, - 0.06926460551236775, - 0.0543295689885694, + 0.06926460551236777, + 0.054329568988569395, 0.010700561426861592 ], "resistance": [ - 97522.80623696154, + 97522.80623696152, 96666.09196439873, - 95818.9306991987, + 95818.93069919868, 95464.17034126789, 95588.92716206149, 96277.16132908477, @@ -96794,7 +68205,7 @@ 97820.04867914517 ], "fuel": [ - 46.29903630825696, + 46.29903630825695, 45.85625189770269, 45.42109045228628, 45.239653966061084, @@ -96834,17 +68245,17 @@ ], "ice resistance": 75724.85196601732, "wind resistance": [ - 3175.7596024089144, + 3175.7596024082595, 1768.8209760770078, - -589.5645402354057, + -589.5645402354348, -2543.659457254231, - -3023.9480625098986, + -3023.9480625096803, -2359.927053844822, - -278.7768616407229, + -278.77686164073384, 2029.6724264373115 ], "relative wind speed": [ - 7.849048614464379, + 7.849048614464378, 7.697165070088411, 7.352596506269972, 7.006299871098229, @@ -96854,31 +68265,31 @@ 7.730533638338128 ], "relative wind angle": [ - 0.003150167936240131, - 0.04710956408082384, - 0.06640530692082663, + 0.0031501679363106177, + 0.04710956408082385, + 0.06640530692082999, 0.04676189193873725, - 0.003597390763119386, + 0.0035973907630885244, 0.051489302642745614, - 0.06596198620301226, + 0.06596198620301397, 0.042378251416081536 ], "resistance": [ - 78900.61156842623, + 78900.61156842558, 77493.67294209433, - 75135.28742578192, + 75135.28742578189, 73181.19250876308, - 72700.90390350742, + 72700.90390350764, 73364.9249121725, 75446.07510437659, 77754.52439245462 ], "fuel": [ - 51.173789310264794, + 51.173789310264496, 50.54555960165109, - 49.509009088641065, + 49.50900908864104, 48.66582978990725, - 48.46076370451331, + 48.46076370451341, 48.74450395379614, 49.64442157690188, 50.66147941585001 @@ -96914,9 +68325,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 817.960476859982, + 817.9604768599547, -151.27568253332174, - -1006.0907984128171, + -1006.0907984128371, -1257.3215311814383, -1042.1820386260206, -212.33147195988022, @@ -96934,9 +68345,9 @@ 5.096752741807784 ], "relative wind angle": [ - 0.04315375987143158, + 0.0431537598714393, 0.06533071353297318, - 0.0496452488988306, + 0.04964524889883732, 0.0016721469730201267, 0.047445833819013766, 0.06553461781843115, @@ -96944,9 +68355,9 @@ 0.0014664851488308739 ], "resistance": [ - 97452.46047686001, + 97452.46047685998, 96483.22431746671, - 95628.40920158722, + 95628.40920158719, 95377.17846881859, 95592.317961374, 96422.16852804014, @@ -96954,9 +68365,9 @@ 97966.0471445392 ], "fuel": [ - 47.44152041341374, + 47.44152041341373, 46.941036780211974, - 46.502537619732536, + 46.50253761973252, 46.37417941270357, 46.4840835230108, 46.90962649206833, @@ -96994,53 +68405,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -444.79209469703346, + -444.79209469705347, -658.872664969138, - -603.6095689190915, + -603.609568919137, -236.650804393008, 273.8933347749098, 632.1480427889201, - 499.0904214202492, + 499.09042142019644, 33.48794932458986 ], "relative wind speed": [ - 4.921030037246882, + 4.921030037246881, 4.853441219597498, 4.875641641247546, 4.973729183562612, 5.088051177910718, 5.152563414887452, - 5.131561166220044, + 5.131561166220045, 5.036548364217531 ], "relative wind angle": [ - 0.0260091974501237, + 0.026009197450127967, 0.00647454905521479, - 0.017134562153169806, + 0.017134562153182768, 0.03007534081223235, 0.025155232393010978, 0.0060986767131886435, - 0.016279955440084787, + 0.016279955440098425, 0.02970011012694253 ], "resistance": [ - 96189.70790530299, + 96189.70790530297, 95975.62733503089, - 96030.89043108094, + 96030.89043108089, 96397.84919560702, 96908.39333477494, 97266.64804278895, - 97133.59042142027, + 97133.59042142023, 96667.98794932463 ], "fuel": [ - 47.651368086269045, + 47.65136808626903, 47.54152862196421, - 47.56986642517258, + 47.56986642517254, 47.75832375857437, 48.02135509770927, 48.20650631096457, - 48.13768445922479, + 48.13768445922477, 47.89737788701376 ] }, @@ -97074,19 +68485,19 @@ ], "ice resistance": 92074.01896693726, "wind resistance": [ - -216.87389644200812, + -216.87389644209543, -1202.858316229056, - -1476.1256473168287, + -1476.1256473147187, -1223.9081437073983, - -252.6662545109757, + -252.66625451100117, 880.5977281197702, 1517.8096688030928, 910.446821560472 ], "relative wind speed": [ - 7.3677120887512, + 7.367712088751199, 7.198574861529472, - 7.125627635615105, + 7.125627635615104, 7.1944800723852715, 7.362053557915868, 7.527518447357549, @@ -97094,31 +68505,31 @@ 7.531432167948104 ], "relative wind angle": [ - 0.03196786712062696, + 0.03196786712063738, 0.023412069656271278, - 0.0003972580442985354, - 0.022868817032606528, - 0.03199244625157429, + 0.0003972580440190639, + 0.02286881703260653, + 0.03199244625157776, 0.022388815226089313, 0.0003726285590597374, 0.021845512248335378 ], "resistance": [ - 91857.14507049526, + 91857.14507049517, 90871.1606507082, - 90597.89331962043, + 90597.89331962254, 90850.11082322986, - 91821.35271242629, + 91821.35271242626, 92954.61669505703, 93591.82863574036, 92984.46578849774 ], "fuel": [ - 57.30541758427097, + 57.30541758427093, 56.81684501278902, - 56.6820764870571, + 56.68207648705814, 56.806453893305466, - 57.28761856745612, + 57.287618567456114, 57.85348817122648, 58.173764450080526, 57.868457230804424 @@ -97154,9 +68565,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -319.0303980462304, + -319.03039804623495, -521.5449892100914, - -497.35126015366404, + -497.35126015366495, -228.5017797915034, 179.01058857132102, 490.0026138139074, @@ -97164,9 +68575,9 @@ 74.41224908386084 ], "relative wind speed": [ - 3.8467100082857653, + 3.8467100082857644, 3.7687893270286064, - 3.781250289547186, + 3.7812502895471853, 3.8761203459423315, 3.994695351245197, 4.068291514331429, @@ -97175,12 +68586,12 @@ ], "relative wind angle": [ 0.03581894839259729, - 0.011955024465789669, + 0.011955024465789667, 0.01958165373953372, 0.038646450597650865, 0.03449148223767628, 0.011074874118248926, - 0.018251851898815202, + 0.0182518518988152, 0.03776863594054908 ], "resistance": [ @@ -97234,47 +68645,47 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -683.8204428066874, + -683.8204428066911, -1557.6512417023432, - -1629.8333727073323, - -935.5241336868767, + -1629.8333727073305, + -935.5241336868758, 358.6727885156479, 1540.1328727945756, - 1708.887435084972, + 1708.8874350849792, 651.5938861914319 ], "relative wind speed": [ - 3.569973088808387, + 3.5699730888083865, 3.2174425004283926, - 3.17577042332497, - 3.4787234427067015, + 3.1757704233249697, + 3.478723442706702, 3.9011521879100655, 4.196636749170539, 4.228259507928283, 3.982735172869822 ], "relative wind angle": [ - 0.14810319312656178, - 0.07909723276681827, - 0.0526933237764477, - 0.14155075896858157, + 0.14810319312656256, + 0.07909723276681828, + 0.05269332377644559, + 0.14155075896858235, 0.1354491888955674, 0.06061550698484673, - 0.039569029664221066, - 0.1235391661433078 + 0.039569029664218255, + 0.12353916614330782 ], "resistance": [ - 95950.67955719335, + 95950.67955719333, 95076.84875829768, 95004.6666272927, 95698.97586631315, 96993.17278851567, 98174.63287279461, - 98343.387435085, + 98343.38743508501, 97286.09388619146 ], "fuel": [ - 43.01605729256304, + 43.01605729256303, 42.56956607335984, 42.53281105080483, 42.88715582554689, @@ -97314,17 +68725,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -584.9480863971198, + -584.948086397123, -1151.946954463921, -1142.2010260371062, -551.9023713677088, - 417.28422636804316, + 417.2842263680441, 1239.6776900576588, 1217.082705661457, 378.6437364201024 ], "relative wind speed": [ - 2.612977537253603, + 2.612977537253602, 2.2848193074616545, 2.292526870567571, 2.6292252680503925, @@ -97334,21 +68745,21 @@ 3.0225700745482436 ], "relative wind angle": [ - 0.1917255888866979, + 0.1917255888866985, 0.08760114365555086, - 0.09401485102390485, + 0.09401485102390483, 0.19298437218034234, - 0.1647122401130983, - 0.06078441438710329, + 0.16471224011309762, + 0.06078441438710328, 0.06555554457720436, - 0.16761385657799063 + 0.16761385657799066 ], "resistance": [ 96049.55191360287, 95482.55304553609, 95492.2989739629, 96082.5976286323, - 97051.78422636804, + 97051.78422636805, 97874.17769005767, 97851.58270566145, 97013.1437364201 @@ -97358,7 +68769,7 @@ 40.472857636093835, 40.47783644529535, 40.78005567845609, - 41.2790688144433, + 41.279068814443306, 41.7052426181598, 41.69350001360852, 41.25910676674276 @@ -97394,37 +68805,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -527.1989875893578, + -527.1989875893742, -1697.7015976663424, - -1931.3019554463845, + -1931.301955446388, -1376.032729794868, 15.40353118711937, 1455.5435244010823, 2009.803856740049, - 998.3513967200579 + 998.3513967200597 ], "relative wind speed": [ 5.106154007514092, 4.798545385772982, - 4.705061307407185, + 4.705061307407184, 4.891618823898598, 5.229558640542668, 5.5131710026085265, 5.5931646155701955, - 5.430760315555051 + 5.43076031555505 ], "relative wind angle": [ - 0.08708036635038498, - 0.056343264033880736, - 0.01316310623792907, + 0.08708036635038882, + 0.05634326403388074, + 0.013163106237929068, 0.0732123276468066, 0.0850204592686254, 0.04903366801406239, - 0.011072926187660004, - 0.06593300163463163 + 0.011072926187660006, + 0.06593300163462995 ], "resistance": [ - 96107.30101241067, + 96107.30101241065, 94936.79840233369, 94703.19804455365, 95258.46727020516, @@ -97474,34 +68885,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -419.73554798182386, + -419.73554798182704, -994.1391018906593, - -1051.6504714093408, + -1051.650471409344, -620.5674811622089, - 206.30952226593763, + 206.30952226593672, 973.4538933418103, 1107.9762217422099, 439.9804320123053 ], "relative wind speed": [ - 2.8902024160529862, + 2.890202416052986, 2.6057222529130826, - 2.5646251876829287, + 2.5646251876829282, 2.800050565037727, - 3.1367011123509476, + 3.136701112350948, 3.3767403534556455, 3.4080583211976427, 3.2174338699053466 ], "relative wind angle": [ - 0.1465661646704178, - 0.08085018005071423, - 0.04855583709440493, + 0.14656616467041858, + 0.08085018005071422, + 0.048555837094407216, 0.1384692168610271, - 0.1349746822611612, - 0.06236195608705882, - 0.03653291053555972, - 0.12041226921443766 + 0.13497468226116285, + 0.062361956087058815, + 0.036532910535559716, + 0.12041226921443768 ], "resistance": [ 96214.76445201816, @@ -97554,17 +68965,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -759.4772447946998, + -759.4772447947071, -1565.7507269346952, - -1597.1005766643611, + -1597.1005766643657, -870.5981396029656, 408.942086980348, 1528.259299395986, - 1601.950961168608, + 1601.9509611686171, 537.9675027199355 ], "relative wind speed": [ - 3.881510755994522, + 3.8815107559945212, 3.5821358508274765, 3.5657578269592927, 3.844931429095582, @@ -97574,14 +68985,14 @@ 4.255469005595909 ], "relative wind angle": [ - 0.11970739716345612, + 0.11970739716345799, 0.0576917861471761, - 0.048097413191768586, + 0.0480974131917709, 0.11704275299470732, 0.11000912232226656, 0.04613120905199807, - 0.03817453604493461, - 0.10570676256392954 + 0.0381745360449317, + 0.10570676256392955 ], "resistance": [ 95875.02275520533, @@ -97590,7 +69001,7 @@ 95763.90186039706, 97043.44208698037, 98162.75929939601, - 98236.45096116864, + 98236.45096116865, 97172.46750271997 ], "fuel": [ @@ -97600,7 +69011,7 @@ 43.91492495661502, 44.57295388634067, 45.153580613730405, - 45.19197047492072, + 45.19197047492073, 44.63964589743889 ] }, @@ -97621,68 +69032,7 @@ "id": "1824", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.991064780971165, - 16.991064780971165, - 16.991064780971165, - 16.991064780971165, - 16.991064780971165, - 16.991064780971165, - 16.991064780971165, - 16.991064780971165 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 251.17969436260682, - -1277.198766478141, - -2014.4822366421286, - -1862.4852306445373, - -733.5233735223828, - 881.777836834799, - 2073.372592237967, - 1714.8886857157377 - ], - "relative wind speed": [ - 4.868910453025484, - 4.472581333150978, - 4.217828981776079, - 4.285026913533963, - 4.6242192247785665, - 5.008563532265706, - 5.224902976982661, - 5.169935859242559 - ], - "relative wind angle": [ - 0.1036398023069305, - 0.09925102134361746, - 0.02917575003466415, - 0.06285867132812388, - 0.10914524159893609, - 0.08860028920211596, - 0.023551105523775633, - 0.052088753932820045 - ], - "resistance": [ - 96885.67969436258, - 95357.30123352184, - 94620.01776335784, - 94772.01476935543, - 95900.97662647758, - 97516.27783683476, - 98707.87259223794, - 98349.3886857157 - ], - "fuel": [ - 46.90679063801779, - 46.122396526637075, - 45.74711592420997, - 45.82431756839405, - 46.40042546364545, - 47.23295910385856, - 47.8533353578933, - 47.66614334373203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 5.625, -8.125 6.25, -7.5 6.25, -7.5 5.625, -8.125 5.625))", @@ -97714,41 +69064,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -715.8435098886666, + -715.8435098886694, -1210.8082663554073, - -1128.9430874849459, + -1128.9430874849468, -438.9024258760205, - 574.1745638774373, + 574.1745638774391, 1357.6636837103201, 1167.93390607415, 250.18218137263102 ], "relative wind speed": [ - 2.553193853224431, + 2.5531938532244305, 2.248646464367436, - 2.313508980714522, + 2.3135089807145217, 2.6894601215621727, - 3.0979408438951537, + 3.0979408438951532, 3.3256015099083442, 3.2808097355028196, 2.9804094649802084 ], "relative wind angle": [ - 0.19156082576370842, - 0.06594874185866896, - 0.11981779989134755, + 0.1915608257637102, + 0.06594874185866895, + 0.11981779989134757, 0.20188087030040733, - 0.15756381302621314, + 0.15756381302621175, 0.04457449766739249, - 0.08438931108694833, - 0.18194033442814644 + 0.08438931108694835, + 0.18194033442814647 ], "resistance": [ 95918.65649011133, 95423.69173364459, 95505.55691251505, 96195.59757412398, - 97208.67456387743, + 97208.67456387744, 97992.16368371031, 97802.43390607415, 96884.68218137263 @@ -97758,7 +69108,7 @@ 40.448547646992914, 40.49036238165023, 40.84380930574217, - 41.36592935531364, + 41.36592935531365, 41.772343165355025, 41.67371637483739, 41.19853464642203 @@ -97794,19 +69144,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -580.5052820046767, + -580.5052820046785, -1105.5520672601544, - -1073.9904483977996, + -1073.9904483977998, -475.8292236586303, - 469.0269145179973, + 469.02691451799774, 1254.1606553288552, 1181.382840829112, 346.0560958022975 ], "relative wind speed": [ - 2.3191215012544446, + 2.319121501254444, 1.9668389628143292, - 1.9952560773874435, + 1.9952560773874433, 2.377003155670264, 2.8103402949010587, 3.067227022096781, @@ -97814,17 +69164,17 @@ 2.761556283811511 ], "relative wind angle": [ - 0.23036556557124704, + 0.23036556557124852, 0.10027868389295001, 0.1261689701150032, 0.23435229961902276, - 0.18955622923145055, + 0.18955622923144994, 0.06423949838527523, - 0.08244398541178717, + 0.08244398541178719, 0.2012322163013088 ], "resistance": [ - 96053.99471799532, + 96053.9947179953, 95528.94793273983, 95560.50955160218, 96158.67077634136, @@ -97834,7 +69184,7 @@ 96980.55609580228 ], "fuel": [ - 40.222019625661986, + 40.22201962566197, 39.95319997778753, 39.969330289781766, 40.275735548992834, @@ -97874,17 +69224,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1285.2534761174797, + -1285.2534761174834, -1278.9564086574605, - -625.718649556602, + -625.7186495566029, 454.6789845020303, 1375.7640050707469, 1361.1578990373891, - 429.6768043972752, + 429.6768043972734, -647.1079571102687 ], "relative wind speed": [ - 2.441485326379763, + 2.441485326379762, 2.4461547755912516, 2.7965491787434353, 3.2242510772121076, @@ -97894,17 +69244,17 @@ 2.7866805897940923 ], "relative wind angle": [ - 0.08730709077370254, + 0.08730709077370509, 0.09096086435780291, - 0.18962496238323298, + 0.18962496238323356, 0.16301205958684814, 0.06098620379043064, 0.06371629802013093, - 0.16466513165353044, + 0.16466513165353114, 0.1888957010542102 ], "resistance": [ - 95349.24652388252, + 95349.24652388251, 95355.54359134255, 96008.7813504434, 97089.17898450202, @@ -97914,7 +69264,7 @@ 95987.39204288973 ], "fuel": [ - 40.79758849500934, + 40.797588495009336, 40.800802253606356, 41.134988928574586, 41.69118900143522, @@ -97954,9 +69304,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -258.48381162354735, + -258.4838116235496, -570.3069266425389, - -592.7360277315433, + -592.7360277315461, -337.4625294999305, 132.34981249300972, 556.1724325474361, @@ -97964,7 +69314,7 @@ 224.1336080766614 ], "relative wind speed": [ - 2.2716210978938935, + 2.271621097893893, 2.074809152749911, 2.0546222697425662, 2.2268840848248064, @@ -97974,12 +69324,12 @@ 2.5073216609143687 ], "relative wind angle": [ - 0.1316139471405209, + 0.1316139471405226, 0.06811506327643699, - 0.04791244717452317, + 0.047912447174527806, 0.12624247476141112, 0.12114375952090199, - 0.05362750050625631, + 0.053627500506256316, 0.03713774335197885, 0.1120593717511673 ], @@ -98034,34 +69384,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -912.824798855504, + -912.8247988555077, -1277.684253432435, - -1108.7044213579165, + -1108.7044213579193, -313.0369562889573, 712.1613670284496, 1388.965695974909, - 991.3862096401745, - 15.803898837723864 + 991.386209640179, + 15.803898837722954 ], "relative wind speed": [ - 3.270838494036441, + 3.2708384940364406, 3.084873833374391, - 3.1856195052143494, + 3.185619505214349, 3.4962127612127056, 3.8113962434288253, 3.9634176174932563, 3.882905374393228, - 3.605776214191246 + 3.6057762141912466 ], "relative wind angle": [ - 0.1071153352136071, + 0.10711533521360815, 0.017896650891428403, - 0.08536628969422314, - 0.1259909300852232, + 0.08536628969422444, + 0.12599093008522322, 0.09187704497541135, 0.013929329065203088, - 0.07000849000379669, - 0.12214317001945274 + 0.07000849000379511, + 0.12214317001945366 ], "resistance": [ 95721.67520114452, @@ -98070,7 +69420,7 @@ 96321.46304371108, 97346.66136702849, 98023.46569597494, - 97625.8862096402, + 97625.88620964022, 96650.30389883775 ], "fuel": [ @@ -98080,7 +69430,7 @@ 42.71316560165545, 43.2420360226009, 43.59332315037319, - 43.386757766683644, + 43.38675776668365, 42.88237912766248 ] }, @@ -98114,39 +69464,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -297.52495081035704, + -297.52495081035886, -577.701419641191, - -580.8015241027242, + -580.801524102727, -308.7214957634583, 156.2055647232337, 551.5390313575826, - 558.8760618612446, - 169.17849150442908 + 558.8760618612496, + 169.1784915044309 ], "relative wind speed": [ - 2.6824191303632174, + 2.6824191303632166, 2.5323528087260647, 2.530034411928395, 2.677132360970394, 2.8743712955818195, 3.0074194898518023, 3.0093701351381497, - 2.8792959308915003 + 2.8792959308915 ], "relative wind angle": [ 0.08952168536273478, 0.04007397449965105, - 0.038086176445489874, + 0.03808617644549279, 0.08890387015721965, - 0.08352893007426955, + 0.08352893007426956, 0.03374106449775933, - 0.032017498650017934, - 0.08264688216778081 + 0.03201749865001447, + 0.08264688216777812 ], "resistance": [ 96336.97504918967, 96056.79858035884, - 96053.69847589731, + 96053.6984758973, 96325.77850423657, 96790.70556472326, 97186.0390313576, @@ -98156,7 +69506,7 @@ "fuel": [ 40.88470325286056, 40.74083253281936, - 40.73924226192302, + 40.739242261923, 40.87894821966097, 41.1183135867855, 41.32248178594556, @@ -98194,9 +69544,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 958.7408555116367, + 958.7408555116331, 773.782291038885, - 140.06950069575214, + 140.06950069575123, -494.43051959473246, -797.3059824805772, -717.0355104854427, @@ -98204,27 +69554,27 @@ 451.1354375501628 ], "relative wind speed": [ - 2.547541928552599, + 2.5475419285525986, 2.490962930105963, - 2.2101165547604427, + 2.210116554760442, 1.8172862347483298, 1.5444749976207106, 1.6341592874768678, - 1.997688091365321, + 1.9976880913653212, 2.360687111203691 ], "relative wind angle": [ - 0.042951125368415166, - 0.11176797718468139, - 0.22927561496069568, - 0.2403128757211508, + 0.042951125368417754, + 0.1117679771846814, + 0.22927561496069618, + 0.24031287572115081, 0.07088350934898968, 0.17084427314845854, - 0.25416738278685563, + 0.2541673827868565, 0.1842612863695917 ], "resistance": [ - 97593.24085551166, + 97593.24085551164, 97408.2822910389, 96774.56950069577, 96140.06948040528, @@ -98234,7 +69584,7 @@ 97085.63543755018 ], "fuel": [ - 40.22963193175653, + 40.22963193175652, 40.13375826252037, 39.806237120582374, 39.479806243498565, @@ -98274,17 +69624,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1361.3701938708423, + 1361.370193870831, 1002.200261239775, - 97.5229824147159, - -761.6708866868819, + 97.52298241471544, + -761.6708866868817, -1122.7650995007361, - -967.3404169634236, + -967.3404169634234, -244.66635925835408, 704.6976811062605 ], "relative wind speed": [ - 3.063310393282764, + 3.0633103932827637, 2.9712101727610944, 2.6273756031311333, 2.176359355484247, @@ -98294,17 +69644,17 @@ 2.8713891764992834 ], "relative wind angle": [ - 0.027161261468141337, - 0.11938353350218718, - 0.22400794937856827, - 0.21838928059632204, - 0.043875669493801284, - 0.17452376934011163, - 0.23900022242206426, + 0.02716126146814951, + 0.1193835335021872, + 0.22400794937856924, + 0.218389280596322, + 0.04387566949380129, + 0.1745237693401116, + 0.23900022242206423, 0.1649619012638213 ], "resistance": [ - 97995.87019387083, + 97995.87019387081, 97636.70026123976, 96732.0229824147, 95872.8291133131, @@ -98314,7 +69664,7 @@ 97339.19768110625 ], "fuel": [ - 41.16822172901551, + 41.1682217290155, 40.98162352917103, 40.513747230194376, 40.07221344205338, @@ -98354,37 +69704,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1355.97711305934, + 1355.9771130593217, 763.6772770658963, - -145.729704005043, + -145.72970400504346, -873.2372574979838, - -1061.8757273607007, + -1061.8757273607018, -765.431388061128, - 33.429903738485336, + 33.42990373848579, 920.533547679408 ], "relative wind speed": [ - 2.9050800728165935, + 2.905080072816593, 2.73186750469311, 2.3265413240095034, 1.8680510725970103, - 1.6793253092460991, + 1.6793253092460994, 1.9484670026850361, 2.4180217516446527, 2.7874735718782566 ], "relative wind angle": [ - 0.01629942709821248, + 0.016299427098226106, 0.17177054253339077, - 0.2666373295016396, - 0.2157916365683543, - 0.028199015268038315, - 0.24200537214029222, - 0.25631800293814827, + 0.26663732950164004, + 0.21579163656835432, + 0.028199015268042256, + 0.2420053721402922, + 0.2563180029381478, 0.1439920722815112 ], "resistance": [ - 97990.47711305937, + 97990.47711305934, 97398.17727706593, 96488.77029599498, 95761.26274250205, @@ -98394,7 +69744,7 @@ 97555.03354767944 ], "fuel": [ - 40.832687976323754, + 40.832687976323726, 40.525241469991514, 40.05573423966976, 39.68235340208798, @@ -98434,34 +69784,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1254.1611727488353, + 1254.1611727488312, 307.2204088662861, - -677.4695233223515, + -677.4695233223517, -1189.4197122139026, - -1104.4756003069215, + -1104.4756003069217, -402.5079048985349, 632.2680653350253, 1449.2091782195498 ], "relative wind speed": [ - 2.996806615240176, + 2.996806615240175, 2.6540706864017385, 2.1455883128431856, 1.7575153748131533, 1.8404642582320032, 2.3073940639950856, - 2.7865048657354765, + 2.786504865735477, 3.046194065103557 ], "relative wind angle": [ - 0.11034725244656682, + 0.11034725244656883, 0.245981909021026, - 0.27565132382593455, + 0.27565132382593494, 0.10235277971103343, - 0.1802878176186619, + 0.1802878176186625, 0.28389307459939356, - 0.21113698980698906, - 0.05898403972679333 + 0.2111369898069896, + 0.05898403972679332 ], "resistance": [ 97888.66117274882, @@ -98514,17 +69864,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1803.8329680955758, + 1803.8329680955321, 896.4877655041491, - -445.3344688096022, + -445.33446880960855, -1466.4886482422662, - -1669.4783184898415, + -1669.4783184898324, -1164.8664354682487, 60.97305198030335, 1326.4904124116783 ], "relative wind speed": [ - 4.511111015008465, + 4.511111015008464, 4.329517186523293, 3.964368844042562, 3.610911223743124, @@ -98534,31 +69884,31 @@ 4.426285947144862 ], "relative wind angle": [ - 0.01657295966450074, + 0.016572959664514136, 0.09457744718653686, - 0.12734080828807434, + 0.12734080828807695, 0.08404982814144954, - 0.021334746546985004, + 0.0213347465469798, 0.10994275018417031, 0.122723814112952, - 0.0685397950801442 + 0.06853979508014421 ], "resistance": [ - 98438.3329680956, + 98438.33296809555, 97530.98776550416, - 96189.16553119042, + 96189.1655311904, 95168.01135175774, - 94965.02168151017, + 94965.02168151019, 95469.63356453176, 96695.47305198031, 97960.99041241169 ], "fuel": [ - 45.23967801724504, + 45.23967801724502, 44.76771990715891, 44.0753823989417, 43.552988762278744, - 43.449607299061725, + 43.44960729906173, 43.70688638376588, 44.33583389090005, 44.991005081727096 @@ -98594,53 +69944,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2116.6824090530718, + 2116.6824090530317, -419.4614492244, - -2624.509835689445, - -3245.0386124738725, + -2624.5098356894596, + -3245.0386124757024, -2655.1402861969764, -471.1473172443293, - 2073.1544531495238, + 2073.154453149491, 3519.1251016301467 ], "relative wind speed": [ - 7.259511230130173, + 7.2595112301301725, 6.86872624639654, - 6.451567832721719, - 6.267815296509173, + 6.451567832721718, + 6.267815296509174, 6.4449092049043415, 6.859880298657558, - 7.253594313141395, + 7.253594313141396, 7.412951461374371 ], "relative wind angle": [ - 0.05536649984576991, + 0.05536649984577393, 0.08345555839104431, - 0.06328349627120504, - 0.0007081321817842196, - 0.06237310629523807, + 0.06328349627120679, + 0.0007081321820977835, + 0.062373106295238075, 0.08356342697148832, - 0.05627841178210929, + 0.05627841178211324, 0.0005987414915880811 ], "resistance": [ - 98751.18240905307, + 98751.18240905303, 96215.0385507756, - 94009.99016431055, - 93389.46138752613, + 94009.99016431054, + 93389.4613875243, 93979.35971380302, 96163.35268275568, - 98707.65445314953, + 98707.65445314949, 100153.62510163014 ], "fuel": [ - 57.79882400991026, + 57.79882400991024, 56.48437496796966, 55.36097918133953, - 55.0481034127253, + 55.04810341272438, 55.345501435992986, 56.45783573489962, - 57.77606219542146, + 57.776062195421446, 58.535967945542076 ] }, @@ -98674,9 +70024,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 612.9607323280998, + 612.9607323280707, -1138.44839012567, - -2186.3900674668002, + -2186.3900674668057, -2196.890964263159, -1176.8326648594448, 568.5365512212247, @@ -98684,9 +70034,9 @@ 2071.586553016541 ], "relative wind speed": [ - 6.16692793213934, + 6.166927932139338, 5.825223147592542, - 5.568419489319921, + 5.56841948931992, 5.564816473145279, 5.816904917321993, 6.159071213918312, @@ -98694,19 +70044,19 @@ 6.395326462157823 ], "relative wind angle": [ - 0.06686805006446993, - 0.07137432254966847, - 0.03150915817570407, - 0.03007325848845898, - 0.07089829137822735, + 0.06686805006447324, + 0.07137432254966845, + 0.03150915817570408, + 0.030073258488458977, + 0.07089829137822734, 0.06749947228754881, 0.027447435036223652, 0.02616692632295437 ], "resistance": [ - 97247.46073232808, + 97247.46073232805, 95496.05160987431, - 94448.10993253319, + 94448.10993253317, 94437.60903573682, 95457.66733514055, 97203.03655122122, @@ -98714,9 +70064,9 @@ 98706.08655301653 ], "fuel": [ - 52.51675547516979, + 52.516755475169774, 51.61626660816949, - 51.08292422878802, + 51.082924228788, 51.077600551859916, 51.5966591102314, 52.49377364897882, @@ -98741,68 +70091,7 @@ "id": "1858", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.350196514839947, - 23.350196514839947, - 23.350196514839947, - 23.350196514839947, - 23.350196514839947, - 23.350196514839947, - 23.350196514839947, - 23.350196514839947 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3124.5401141131733, - 1695.8659796544234, - -621.5224970801428, - -2502.8486994762698, - -2946.7816979835934, - -2239.6729579859075, - -177.43449840213725, - 2069.8568261860455 - ], - "relative wind speed": [ - 7.028792460085069, - 6.853740281103855, - 6.468742427936538, - 6.084497916555075, - 5.943800437610848, - 6.144829635414317, - 6.548897501878107, - 6.907356382330982 - ], - "relative wind angle": [ - 0.0057218510161437764, - 0.060156454384544616, - 0.0839644632251285, - 0.058406461444474554, - 0.006766342701911024, - 0.0671064191376765, - 0.08293440476657846, - 0.051442064830286946 - ], - "resistance": [ - 99759.04011411319, - 98330.36597965444, - 96012.97750291988, - 94131.65130052375, - 93687.71830201642, - 94394.8270420141, - 96457.06550159788, - 98704.35682618606 - ], - "fuel": [ - 56.40331086160878, - 55.6545467088016, - 54.45616119198924, - 53.49797206678262, - 53.273790527469764, - 53.6312193064834, - 54.68426355955814, - 55.84982040609609 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 5, 8.125 5.625, 8.75 5.625, 8.75 5, 8.125 5))", @@ -98821,68 +70110,7 @@ "id": "1859", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.270966734744981, - 13.270966734744981, - 13.270966734744981, - 13.270966734744981, - 13.270966734744981, - 13.270966734744981, - 13.270966734744981, - 13.270966734744981 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1266.4809543316078, - -143.2454003216335, - -1373.7856921638522, - -1749.4084693668765, - -1417.6497483765988, - -216.60062451005342, - 1203.7140611003233, - 2043.2535602371154 - ], - "relative wind speed": [ - 4.136850018794098, - 3.745941949695179, - 3.3014351789115315, - 3.090428147572635, - 3.2826762567833185, - 3.722554283601456, - 4.121894860897237, - 4.28237613358944 - ], - "relative wind angle": [ - 0.10001153020531083, - 0.15977837613215498, - 0.13055504635907358, - 0.0038330286487654464, - 0.12615957842878775, - 0.16079092793403266, - 0.10446125308430129, - 0.0027661478947645485 - ], - "resistance": [ - 97900.98095433162, - 96491.25459967839, - 95260.71430783617, - 94885.09153063314, - 95216.85025162341, - 96417.89937548996, - 97838.21406110034, - 98677.75356023714 - ], - "fuel": [ - 43.988723864149144, - 43.25958723701922, - 42.62917372284117, - 42.437862291908644, - 42.606805895842626, - 43.22184896369352, - 43.95610236540669, - 44.39364500498155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 -5.3125, -10 -5, -9.6875 -5, -9.6875 -5.3125, -10 -5.3125))", @@ -98901,68 +70129,7 @@ "id": "1864", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 44157.564096573115, - "wind resistance": [ - 1671.2668488674535, - -433.93022307185674, - -2235.9393984332564, - -2711.5722351447657, - -2195.4900744620136, - -365.4426463485579, - 1728.6768020162672, - 2865.8773567501194 - ], - "relative wind speed": [ - 7.673923683337765, - 7.368746659770082, - 7.053700181098277, - 6.9223943351830926, - 7.06172786407777, - 7.379612306084371, - 7.681303201876539, - 7.799843703062881 - ], - "relative wind angle": [ - 0.04093882712229176, - 0.05957382452242499, - 0.04344858582036805, - 0.0007862112634351875, - 0.04449014869417854, - 0.05948600510231824, - 0.039896638233230225, - 0.0006977658123094836 - ], - "resistance": [ - 45828.83094544057, - 43723.633873501254, - 41921.62469813986, - 41445.99186142835, - 41962.074022111105, - 43792.12145022456, - 45886.240898589385, - 47023.441453323234 - ], - "fuel": [ - 38.354860171023624, - 37.676646337618635, - 37.10920764224974, - 36.961450100547474, - 37.12181225067495, - 37.69845088752016, - 38.37358645181982, - 38.74705205959082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 -5.3125, -9.6875 -5, -9.375 -5, -9.375 -5.3125, -9.6875 -5.3125))", @@ -98994,19 +70161,19 @@ ], "ice resistance": 62266.69668240587, "wind resistance": [ - 2156.3121781530026, + 2156.312178152937, 76.6040149509463, - -1987.0177220086443, + -1987.0177220086516, -2854.7890546621675, - -2557.0874194977296, + -2557.087419497755, -888.3942382248206, 1347.1412270077308, 2866.9549373607006 ], "relative wind speed": [ - 7.73866407344222, + 7.738664073442219, 7.451474343540584, - 7.106369817205118, + 7.106369817205117, 6.910713857888102, 6.993098493577899, 7.298347641077618, @@ -99014,31 +70181,31 @@ 7.81232245602165 ], "relative wind angle": [ - 0.03419140339755027, + 0.03419140339755677, 0.06053894061417959, 0.0525156427732083, 0.011099923972846863, - 0.03783835892052991, + 0.03783835892053285, 0.06181071205816857, - 0.04887798527956868, - 0.00981885428311766 + 0.048877985279568686, + 0.009818854283117661 ], "resistance": [ - 64423.00886055887, + 64423.00886055881, 62343.30069735681, - 60279.67896039723, + 60279.678960397214, 59411.9076277437, - 59709.60926290814, + 59709.60926290811, 61378.30244418105, 63613.8379094136, 65133.65161976657 ], "fuel": [ - 45.06128479650378, + 45.06128479650375, 44.247289265045914, 43.45549791471713, 43.12727535566498, - 43.239561149661256, + 43.23956114966125, 43.87505646194942, 44.74266338868323, 45.34311891751095 @@ -99074,19 +70241,19 @@ ], "ice resistance": 43934.50278965649, "wind resistance": [ - 1282.40425357176, + 1282.4042535717163, -1421.104886672183, - -3230.422853326505, + -3230.4228533265305, -3412.4091677907527, -2086.350226273011, - 512.4799698320749, + 512.4799698320712, 2907.26081555762, 3339.9976214559756 ], "relative wind speed": [ 7.644566959327964, 7.226803124860877, - 6.880555188545628, + 6.880555188545627, 6.829848528393829, 7.1097328315310895, 7.53399107551243, @@ -99094,29 +70261,29 @@ 7.895623725241504 ], "relative wind angle": [ - 0.06358903775264685, + 0.06358903775265208, 0.07382091547508125, - 0.038960129795527175, - 0.022549448430811022, + 0.03896012979553002, + 0.02254944843081102, 0.06837977012071561, - 0.07080582292758904, + 0.07080582292758905, 0.034140281756398, 0.019505239402103046 ], "resistance": [ - 45216.90704322825, + 45216.90704322821, 42513.39790298431, - 40704.07993632999, + 40704.07993632996, 40522.093621865744, 41848.15256338348, - 44446.98275948857, + 44446.982759488565, 46841.76360521412, 47274.50041111247 ], "fuel": [ - 38.15602164650733, + 38.15602164650731, 37.29421994937141, - 36.732652359256214, + 36.73265235925621, 36.67684253936993, 37.086328209579634, 37.907821930776336, @@ -99154,53 +70321,53 @@ ], "ice resistance": 52613.04638495014, "wind resistance": [ - 1294.1875283660156, + 1294.1875283659829, -1395.387166640001, - -3206.1922770523233, + -3206.1922770523634, -3396.592223168129, - -2091.6043011935653, + -2091.604301193547, 488.43907923006554, - 2877.1414213780627, + 2877.1414213780954, 3329.941578048776 ], "relative wind speed": [ - 7.645621357377247, + 7.645621357377246, 7.230608715427064, 6.884890380893025, 6.831851544800997, - 7.108116042962434, + 7.1081160429624335, 7.529882948956988, 7.847236715155833, 7.893455776173277 ], "relative wind angle": [ - 0.06301846892483119, + 0.06301846892483472, 0.07349189537659731, - 0.03912865292534509, + 0.03912865292535077, 0.021961547033809828, - 0.06779088818860346, + 0.06779088818860018, 0.07056601029032299, - 0.034328090499949435, - 0.019007517982829344 + 0.03432809049994621, + 0.01900751798282934 ], "resistance": [ - 53907.23391331616, + 53907.23391331612, 51217.65921831014, - 49406.854107897816, + 49406.85410789777, 49216.45416178201, - 50521.44208375657, + 50521.44208375659, 53101.48546418021, - 55490.187806328206, + 55490.187806328235, 55942.987962998915 ], "fuel": [ - 41.11047218894285, + 41.11047218894284, 40.166069576353145, - 39.54539531564086, + 39.54539531564084, 39.48084246018253, - 39.925989395317806, + 39.92598939531781, 40.82472199578727, - 41.67888512183518, + 41.678885121835194, 41.843193286796 ] }, @@ -99234,17 +70401,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1910.419341871293, + 1910.419341871264, 517.7179778709251, - -1111.0329705622025, + -1111.032970562208, -2052.351053326007, - -2032.4918037663629, + -2032.491803766352, -1038.7820678362823, 601.3728446714867, 1957.5523785152618 ], "relative wind speed": [ - 5.941937107001598, + 5.941937107001597, 5.704499233451112, 5.357814301657548, 5.1037021686783595, @@ -99254,19 +70421,19 @@ 5.94829480751858 ], "relative wind angle": [ - 0.03060803723208909, - 0.07412986122876075, - 0.07765509953563933, + 0.030608037232092714, + 0.07412986122876077, + 0.07765509953564076, 0.032398275292356934, - 0.03558547585878894, + 0.03558547585878582, 0.07868597200142034, 0.07272303298191835, - 0.02779679212146195 + 0.027796792121461945 ], "resistance": [ - 98544.91934187134, + 98544.91934187131, 97152.21797787097, - 95523.46702943784, + 95523.46702943783, 94582.14894667403, 94602.00819623368, 95595.71793216377, @@ -99274,9 +70441,9 @@ 98592.0523785153 ], "fuel": [ - 51.0773039117698, + 51.077303911769796, 50.35359172453231, - 49.51637322761866, + 49.516373227618644, 49.03701339746915, 49.0470925385944, 49.553302756846975, @@ -99314,17 +70481,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1711.8031683362315, + 1711.8031683362078, 619.6624685365678, - -772.5470757657313, + -772.5470757657367, -1675.919661182852, -1744.8312601822036, -1022.3718152101665, - 330.3087508173321, + 330.30875081733757, 1548.4721344222835 ], "relative wind speed": [ - 5.314662880429628, + 5.314662880429627, 5.113874589346708, 4.78840566515397, 4.523815873702618, @@ -99334,17 +70501,17 @@ 5.289992317037697 ], "relative wind angle": [ - 0.024863663391934392, - 0.07504248526407573, - 0.08574480084261003, + 0.024863663391938857, + 0.07504248526407571, + 0.08574480084261134, 0.043459311209933696, 0.02940002085293711, 0.08128354098860396, - 0.08126496756329557, + 0.08126496756329421, 0.03716173344958641 ], "resistance": [ - 98346.30316833622, + 98346.30316833619, 97254.16246853655, 95861.95292423425, 94958.58033881713, @@ -99354,7 +70521,7 @@ 98182.97213442226 ], "fuel": [ - 48.370232000712335, + 48.37023200071232, 47.8029014994184, 47.08613034750716, 46.62489240935141, @@ -99394,9 +70561,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1496.6351193864275, + 1496.6351193864239, 401.90699179514013, - -851.7752026282496, + -851.7752026282506, -1564.9697456818803, -1535.7020099074598, -747.9060918430177, @@ -99404,9 +70571,9 @@ 1565.4622278026209 ], "relative wind speed": [ - 4.460787248634183, + 4.460787248634182, 4.2088527698671605, - 3.838610939242243, + 3.8386109392422427, 3.564471207597242, 3.5797829578538445, 3.8728577645583218, @@ -99417,7 +70584,7 @@ 0.0452900634511975, 0.10824261231368697, 0.11515680347291976, - 0.04745068860906528, + 0.04745068860906529, 0.056446876651589865, 0.11767516848801193, 0.10421076966386264, @@ -99474,34 +70641,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1605.5393646277153, + 1605.5393646277025, 508.2113879958433, - -815.795008088272, + -815.7950080882765, -1622.2280482258857, -1640.4623377406924, -881.1480977676947, 432.42805264665003, - 1562.5072425581911 + 1562.5072425581748 ], "relative wind speed": [ - 4.824113630120648, + 4.824113630120647, 4.596129906225521, - 4.244821951335336, + 4.244821951335335, 3.971621122456662, 3.962969926282442, 4.225256541091233, 4.578066136961823, - 4.81699373184053 + 4.8169937318405305 ], "relative wind angle": [ - 0.034712581611615514, - 0.09217972211961212, - 0.10168419312650996, + 0.03471258161161872, + 0.09217972211961213, + 0.10168419312650998, 0.04692431493559336, - 0.042259632711461964, + 0.04225963271146196, 0.10029695908662327, 0.09425957839996732, - 0.03868464425219061 + 0.03868464425219636 ], "resistance": [ 98240.03936462774, @@ -99511,7 +70678,7 @@ 94994.03766225933, 95753.35190223233, 97066.92805264668, - 98197.00724255822 + 98197.0072425582 ], "fuel": [ 46.41225301548519, @@ -99521,7 +70688,7 @@ 44.74035513147063, 45.12793739051638, 45.80350158368869, - 46.38983229128464 + 46.389832291284634 ] }, { @@ -99554,17 +70721,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 144.80957800885153, + 144.8095780088388, -1143.232024414443, - -1727.26488442365, + -1727.264884423661, -1567.1137799960488, - -568.6144185443891, + -568.61441854439, 811.070611243249, 1792.4351968723095, 1414.2736529160848 ], "relative wind speed": [ - 4.5620642311925685, + 4.562064231192568, 4.204005216437425, 3.985082662946934, 4.060084462823668, @@ -99574,19 +70741,19 @@ 4.843402253752084 ], "relative wind angle": [ - 0.10105012585571656, + 0.10105012585571876, 0.09345797977925095, - 0.023745758822196376, - 0.06371501696058939, - 0.10541477571158209, - 0.08323323420279971, - 0.019290528297446995, + 0.02374575882220105, + 0.0637150169605894, + 0.1054147757115821, + 0.0832332342027997, + 0.019290528297446992, 0.05339970629977186 ], "resistance": [ - 96779.30957800885, + 96779.30957800883, 95491.26797558556, - 94907.23511557635, + 94907.23511557633, 95067.38622000394, 96065.88558145562, 97445.57061124325, @@ -99594,9 +70761,9 @@ 98048.77365291609 ], "fuel": [ - 45.844357653486426, + 45.84435765348642, 45.18324304676007, - 44.88551003262623, + 44.88551003262622, 44.967026861290414, 45.47741497738092, 46.18875276911866, @@ -99634,53 +70801,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -162.17669337668121, + -162.17669337668576, -1495.6042857720895, - -1906.1666859309953, + -1906.166685930949, -1558.4364140803063, -267.48916759324857, 1264.7197739615385, - 2171.61202093843, - 1354.408007105665 + 2171.612020938317, + 1354.4080071056596 ], "relative wind speed": [ 4.175136271582353, 3.7489078445429, - 3.5471333886129033, + 3.547133388612903, 3.7252740734456133, 4.145111797294836, 4.5342479719883135, 4.693778799831002, - 4.553685076514332 + 4.553685076514333 ], "relative wind angle": [ - 0.13775453469933988, - 0.11122704336977685, - 0.004273003044856475, - 0.10614730226645881, + 0.1377545346993415, + 0.11122704336977686, + 0.004273003044830493, + 0.10614730226645883, 0.13875876819814448, 0.09190212619320581, - 0.003229144924313178, - 0.08678279003789155 + 0.0032291449243475596, + 0.08678279003789412 ], "resistance": [ - 96472.32330662335, + 96472.32330662334, 95138.89571422794, - 94728.33331406904, + 94728.33331406908, 95076.06358591972, 96367.01083240678, 97899.21977396157, - 98806.11202093845, + 98806.11202093835, 97988.9080071057 ], "fuel": [ 44.58536590959767, 43.90259176831224, - 43.69369775346459, + 43.69369775346462, 43.8705821520923, 44.53120061376207, 45.323328303735224, - 45.7962926750899, + 45.796292675089845, 45.36996633718408 ] }, @@ -99714,53 +70881,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -179.69152164893967, + -179.69152164894876, -1578.793792333152, - -2016.0138820253396, - -1670.2502122968071, - -333.58485475283123, + -2016.0138820254815, + -1670.2502122968053, + -333.5848547528276, 1263.6112701870843, - 2211.654673240182, + 2211.6546732400493, 1393.7670164963474 ], "relative wind speed": [ - 4.871798261023457, + 4.871798261023456, 4.496383780966447, 4.319073763341934, - 4.467755149985976, + 4.467755149985975, 4.8344066046730605, 5.185406291668914, 5.333995438902159, 5.210093035176193 ], "relative wind angle": [ - 0.10435303045364304, - 0.0828556247935478, - 0.004352540521563916, - 0.07741792686303824, - 0.10516312462733605, + 0.10435303045364411, + 0.08285562479354779, + 0.004352540521614932, + 0.07741792686303536, + 0.105163124627335, 0.07182556229056926, - 0.0035243605561514446, + 0.0035243605561829463, 0.06636978295180243 ], "resistance": [ 96454.80847835106, 95055.70620766685, - 94618.48611797467, - 94964.24978770319, + 94618.48611797452, + 94964.2497877032, 96300.91514524717, 97898.11127018709, - 98846.15467324018, + 98846.15467324005, 98028.26701649635 ], "fuel": [ 47.09252082024672, 46.37638046695031, - 46.154080055700994, + 46.15408005570092, 46.32982148286456, 47.01339290264768, 47.83891822898432, - 48.33341251295862, + 48.33341251295856, 47.90660870061812 ] }, @@ -99794,34 +70961,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 292.92101894715324, + 292.9210189471496, -1092.7027795785698, - -1778.9564065191753, + -1778.9564065191794, -1645.8944649064642, -632.4980768200276, 829.1855275675334, 1931.009629835723, - 1620.6745884496513 + 1620.6745884496568 ], "relative wind speed": [ - 3.880959706970916, + 3.880959706970915, 3.417647204248317, - 3.1039493050896954, + 3.103949305089695, 3.1816384592188274, 3.5859762965942608, 4.029982857799934, 4.276280271252208, - 4.218797335934414 + 4.218797335934413 ], "relative wind angle": [ - 0.15174498131808456, + 0.15174498131808528, 0.15287400693824613, - 0.048134723980695675, + 0.04813472398069798, 0.09734379630386483, 0.16433672232297436, - 0.12950285815564888, + 0.12950285815564885, 0.03493232997010551, - 0.073362476034292 + 0.07336247603428897 ], "resistance": [ 96927.42101894715, @@ -99831,7 +70998,7 @@ 96002.00192317997, 97463.68552756753, 98565.50962983572, - 98255.17458844965 + 98255.17458844966 ], "fuel": [ 43.486213012792966, @@ -99841,7 +71008,7 @@ 43.01008770417665, 43.76357784022288, 44.33681742721499, - 44.17490423428107 + 44.17490423428109 ] }, { @@ -99874,17 +71041,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 37.394623341951046, + 37.39462334194468, -1305.3187291516424, - -1837.5453044083524, + -1837.5453044083424, -1593.919765073576, - -446.5037043776383, + -446.50370437764013, 1035.3861792138505, 2019.1153407373467, 1447.2225329511175 ], "relative wind speed": [ - 4.166974970222616, + 4.166974970222614, 3.7454579256995064, 3.50869599247643, 3.6355536702198368, @@ -99896,17 +71063,17 @@ "relative wind angle": [ 0.13277939201346065, 0.11775847077667177, - 0.020136340855812226, + 0.020136340855806713, 0.09369362442716365, - 0.13742458990107792, + 0.13742458990107875, 0.09968279804048868, - 0.015319281207647462, + 0.01531928120764746, 0.07544619560342833 ], "resistance": [ - 96671.89462334197, + 96671.89462334196, 95329.18127084838, - 94796.95469559166, + 94796.95469559167, 95040.58023492644, 96187.99629562238, 97669.88617921386, @@ -99916,7 +71083,7 @@ "fuel": [ 44.49142807388222, 43.802925290154846, - 43.53187220797213, + 43.531872207972135, 43.65581534318566, 44.2425264568058, 45.00751413990633, @@ -99956,15 +71123,15 @@ "wind resistance": [ -159.41365378843238, -1135.0398188555764, - -1409.688482781557, + -1409.688482781622, -1117.194985239366, - -129.5744765966001, + -129.5744765965992, 1010.8732150518381, 1653.94846622556, 985.3347547270114 ], "relative wind speed": [ - 3.3388368307037855, + 3.338836830703785, 2.9409403875290376, 2.7631412007413956, 2.9494714261311605, @@ -99976,17 +71143,17 @@ "relative wind angle": [ 0.16169693716174433, 0.12829888308203596, - 0.0019480413609147481, + 0.0019480413609717399, 0.13052835665753962, - 0.1611794929409369, - 0.10177190454459267, + 0.1611794929409362, + 0.10177190454459266, 0.0014024052011769872, 0.10402953045024245 ], "resistance": [ 96475.08634621157, 95499.46018114443, - 95224.81151721845, + 95224.81151721838, 95517.30501476064, 96504.9255234034, 97645.37321505183, @@ -99996,7 +71163,7 @@ "fuel": [ 42.19943208163087, 41.69920865694921, - 41.559029566104755, + 41.55902956610472, 41.70832626789872, 42.21478705601195, 42.80413441359201, @@ -100021,68 +71188,7 @@ "id": "1878", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.418282816312853, - 12.418282816312853, - 12.418282816312853, - 12.418282816312853, - 12.418282816312853, - 12.418282816312853, - 12.418282816312853, - 12.418282816312853 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 638.4452308862883, - -552.2666144481291, - -1361.8760018112575, - -1454.7970830802465, - -875.779738632149, - 261.861137070071, - 1333.0200633589193, - 1550.1685192771656 - ], - "relative wind speed": [ - 3.7377596576258516, - 3.34812075850593, - 3.002563551705425, - 2.944961101339797, - 3.2222387211638237, - 3.625431977131066, - 3.9164118466158397, - 3.9599083001931095 - ], - "relative wind angle": [ - 0.1229077073116668, - 0.15228542139246817, - 0.0867138070693308, - 0.04760873646949517, - 0.14269661516664095, - 0.14055642758529904, - 0.06644576784779249, - 0.03540036401547967 - ], - "resistance": [ - 97272.94523088628, - 96082.23338555187, - 95272.62399818875, - 95179.70291691975, - 95758.72026136785, - 96896.36113707007, - 97967.52006335891, - 98184.66851927717 - ], - "fuel": [ - 43.00202679211414, - 42.38846597438377, - 41.97429617231647, - 41.92691680375931, - 42.22267461029567, - 42.807406705441835, - 43.36236992712243, - 43.47539417589256 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 -0.625, -7.8125 -0.3125, -7.5 -0.3125, -7.5 -0.625, -7.8125 -0.625))", @@ -100101,68 +71207,7 @@ "id": "1879", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.985027212969369, - 11.985027212969369, - 11.985027212969369, - 11.985027212969369, - 11.985027212969369, - 11.985027212969369, - 11.985027212969369, - 11.985027212969369 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 509.55119414124874, - -622.7673557047301, - -1337.2909411668807, - -1373.650543578644, - -748.9191078724871, - 362.6296993695196, - 1350.446245262985, - 1435.312074036894 - ], - "relative wind speed": [ - 3.5847853970664887, - 3.191683826462567, - 2.8650774260827934, - 2.84164470393661, - 3.1407017164182323, - 3.5394700120824347, - 3.8086775863919438, - 3.8261924926906885 - ], - "relative wind angle": [ - 0.13230185938214972, - 0.1550769228110949, - 0.07836098465892606, - 0.06190313012621021, - 0.151143509658276, - 0.1397336204592399, - 0.05892082275322532, - 0.04596117041102081 - ], - "resistance": [ - 97144.05119414124, - 96011.73264429526, - 95297.2090588331, - 95260.84945642135, - 95885.5808921275, - 96997.1296993695, - 97984.94624526297, - 98069.81207403688 - ], - "fuel": [ - 42.61787123270515, - 42.034819908857834, - 41.66935394684869, - 41.65080745987636, - 41.97015746092175, - 42.54194933560238, - 43.053950423109825, - 43.09810710821062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -0.9375, -8.125 -0.625, -7.8125 -0.625, -7.8125 -0.9375, -8.125 -0.9375))", @@ -100194,9 +71239,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 622.9819394058577, + 622.9819394058522, -811.3833552374017, - -1706.1471006358388, + -1706.1471006358406, -1742.6441981370044, -938.3924228688929, 475.13073841939513, @@ -100204,29 +71249,29 @@ 1804.911125815017 ], "relative wind speed": [ - 4.086069230547413, + 4.0860692305474124, 3.6493230495552393, - 3.2914361983972693, - 3.2709386486686323, + 3.291436198397269, + 3.270938648668632, 3.604554974650782, 4.046136379571365, 4.342260479748556, 4.357721730302641 ], "relative wind angle": [ - 0.1292120534003627, + 0.12921205340036357, 0.14967046442497411, - 0.07391207476451774, - 0.061313364534975406, - 0.1465900382828631, + 0.07391207476451775, + 0.0613133645349736, + 0.14659003828286313, 0.13489728009286792, 0.05600367291802453, - 0.04600967289249468 + 0.04600967289249467 ], "resistance": [ 97257.48193940584, 95823.11664476259, - 94928.35289936415, + 94928.35289936414, 94891.85580186298, 95696.10757713109, 97109.63073841938, @@ -100261,68 +71306,7 @@ "id": "1881", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.685109170212796, - 11.685109170212796, - 11.685109170212796, - 11.685109170212796, - 11.685109170212796, - 11.685109170212796, - 11.685109170212796, - 11.685109170212796 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 536.4475691221014, - -655.6683792423169, - -1401.6610217475, - -1433.573160582736, - -765.2057094846, - 408.65005614675465, - 1447.7972669355122, - 1522.0395954516662 - ], - "relative wind speed": [ - 3.52228186135456, - 3.096752589794856, - 2.7415090962045956, - 2.7201800991903036, - 3.0510062577750565, - 3.482130395807823, - 3.7681874384427, - 3.7836132101179323 - ], - "relative wind angle": [ - 0.14666909806907227, - 0.1728802098839092, - 0.0871419178984629, - 0.0718495941577339, - 0.16952888420289708, - 0.1535854245914722, - 0.06336145592153133, - 0.05163385004868473 - ], - "resistance": [ - 97170.94756912209, - 95978.83162075767, - 95232.83897825249, - 95200.92683941725, - 95869.29429051539, - 97043.15005614674, - 98082.2972669355, - 98156.53959545166 - ], - "fuel": [ - 42.41924629462615, - 41.805417525618864, - 41.42399071311648, - 41.40772019016798, - 41.74928126740879, - 42.35318940562771, - 42.89207318450353, - 42.930727764639244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -1.25, -8.125 -0.9375, -7.8125 -0.9375, -7.8125 -1.25, -8.125 -1.25))", @@ -100354,17 +71338,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 591.5159369801459, + 591.5159369801422, -793.2018103938008, - -1643.1431544549491, + -1643.143154454951, -1664.4211551977942, -866.3226339734229, 506.22293748011816, - 1703.4960268953528, + 1703.4960268953473, 1753.0146333972198 ], "relative wind speed": [ - 3.810225618215516, + 3.8102256182155156, 3.3520587950214864, 2.9767339739980527, 2.9636480562827945, @@ -100374,13 +71358,13 @@ 4.096735027818699 ], "relative wind angle": [ - 0.1466156538844079, + 0.14661565388440864, 0.1701701899634145, - 0.08279230231249762, + 0.08279230231249898, 0.07414405432278343, - 0.16825612503978976, + 0.1682561250397898, 0.1505265052502073, - 0.06026523655530703, + 0.06026523655530887, 0.05361362559855103 ], "resistance": [ @@ -100390,7 +71374,7 @@ 94970.07884480222, 95768.17736602659, 97140.72293748014, - 98337.99602689537, + 98337.99602689536, 98387.51463339724 ], "fuel": [ @@ -100434,34 +71418,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 271.4109794333681, + 271.41097943336354, -1047.198806126501, - -1697.5322416263898, + -1697.532241626393, -1569.1712691167613, -602.1108323380804, 789.8471358254928, - 1835.9290727308298, - 1536.3212785971564 + 1835.9290727308307, + 1536.3212785971618 ], "relative wind speed": [ - 3.8281453848988107, + 3.8281453848988103, 3.3819647850022094, 3.0816571280044887, 3.157297440751876, - 3.5464056396242114, + 3.546405639624212, 3.9741671129540372, 4.211303764168479, - 4.154896258548717 + 4.154896258548716 ], "relative wind angle": [ - 0.14820248594491103, - 0.14853854798091137, - 0.046276536509972356, - 0.09481158793542581, - 0.16007400926172907, - 0.12627538930760882, - 0.03385762995781496, - 0.07200144060483002 + 0.14820248594491253, + 0.1485385479809114, + 0.04627653650997476, + 0.09481158793542582, + 0.16007400926172977, + 0.1262753893076088, + 0.03385762995781495, + 0.07200144060482694 ], "resistance": [ 96905.91097943339, @@ -100514,9 +71498,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 454.87570243027994, + 454.8757024302795, -75.16521394996744, - -539.059279328992, + -539.0592793289961, -675.1688188812345, -553.3066667185476, -99.14843890218344, @@ -100524,9 +71508,9 @@ 743.399408594812 ], "relative wind speed": [ - 3.051844691083753, + 3.051844691083752, 2.856607595689527, - 2.643879816576841, + 2.6438798165768405, 2.547325873575448, 2.636309421205132, 2.846695703281248, @@ -100534,14 +71518,14 @@ 3.1265019233392612 ], "relative wind angle": [ - 0.06599075004052543, + 0.06599075004052374, 0.1015494027267102, - 0.07886464496586357, + 0.07886464496586638, 0.0019556599743953715, 0.07641111811300894, - 0.10190421384890581, - 0.06845174522978789, - 0.0015933788967297767 + 0.10190421384890583, + 0.06845174522978788, + 0.0015933788967297765 ], "resistance": [ 97089.37570243026, @@ -100594,9 +71578,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 638.1824788823023, + 638.1824788822933, -215.019355605481, - -904.0459864948461, + -904.0459864948507, -1068.2767041483876, -800.6988937275055, -41.41720932468343, @@ -100604,9 +71588,9 @@ 1172.525041497357 ], "relative wind speed": [ - 3.567859760455238, + 3.5678597604552373, 3.29117523505031, - 3.009028695613641, + 3.0090286956136407, 2.904851759956627, 3.0568712321716283, 3.3529465508035954, @@ -100614,12 +71598,12 @@ 3.6926848299077832 ], "relative wind angle": [ - 0.08433763721233563, - 0.11998177497486923, - 0.08536669458499145, - 0.010708201772741937, + 0.08433763721233958, + 0.11998177497486924, + 0.08536669458499407, + 0.010708201772741935, 0.09847801358645873, - 0.11776097862674914, + 0.11776097862674915, 0.07116248693891757, 0.008423549150690404 ], @@ -100674,34 +71658,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 614.5737618701137, + 614.573761870111, -73.87872694554972, - -685.7592236370215, + -685.7592236370247, -878.1706407823167, - -726.2397945013963, + -726.239794501394, -141.91033640119667, 556.9171526100959, - 973.1967508592438 + 973.1967508591965 ], "relative wind speed": [ - 3.316091159418882, + 3.3160911594188818, 3.082698360344288, 2.821794323653234, 2.697656419509228, - 2.8015843941505705, + 2.80158439415057, 3.056518691952451, 3.298910803602072, - 3.4011741409996534 + 3.401174140999654 ], "relative wind angle": [ - 0.07226116902231237, - 0.11435762567332226, - 0.09157710619298184, - 0.004884496086134742, - 0.0855617657834019, - 0.11534146869257822, + 0.07226116902231391, + 0.11435762567332228, + 0.09157710619298427, + 0.004884496086134741, + 0.08556176578339929, + 0.11534146869257823, 0.0783029990815811, - 0.0038741541134401413 + 0.0038741541134687985 ], "resistance": [ 97249.07376187014, @@ -100711,7 +71695,7 @@ 95908.26020549863, 96492.58966359883, 97191.41715261013, - 97607.69675085928 + 97607.69675085922 ], "fuel": [ 41.981889853003025, @@ -100721,7 +71705,7 @@ 41.291476808167644, 41.591537893330816, 41.95206360849089, - 42.1676862669664 + 42.16768626696638 ] }, { @@ -100754,11 +71738,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 500.9312056607023, + 500.93120566069774, -336.8976399841663, - -937.846109427835, + -937.8461094278359, -1031.9693232522936, - -667.0247728951144, + -667.0247728951131, 117.05515539879843, 887.5390192854402, 1108.052809325657 @@ -100766,7 +71750,7 @@ "relative wind speed": [ 3.2442321725386574, 2.9336059828923142, - 2.6462101364522934, + 2.646210136452293, 2.5794516761885853, 2.78636473432019, 3.111724081459752, @@ -100774,11 +71758,11 @@ 3.4110555363708186 ], "relative wind angle": [ - 0.1104915550990239, + 0.11049155509902693, 0.1422822286721024, 0.08724345124103869, - 0.03486540356683904, - 0.12874174074724548, + 0.034865403566839044, + 0.12874174074724462, 0.1340871671171679, 0.06868613679983897, 0.026363047895937103 @@ -100788,7 +71772,7 @@ 96297.60236001587, 95696.6538905722, 95602.53067674773, - 95967.47522710491, + 95967.47522710492, 96751.55515539883, 97522.03901928547, 97742.55280932569 @@ -100798,7 +71782,7 @@ 41.362260532711176, 41.054119964013886, 41.005979341767706, - 41.19281917455892, + 41.19281917455893, 41.59591899111701, 41.99425746849296, 42.10866919476628 @@ -100834,53 +71818,53 @@ ], "ice resistance": 89016.28580788514, "wind resistance": [ - 2302.611747598283, + 2302.6117475981955, 11.405899875149771, -2214.9809840102243, -3106.3838261752026, - -2744.5962630740687, + -2744.5962630740833, -884.3470069337018, - 1550.6605932405146, + 1550.6605932405364, 3165.0793857012577 ], "relative wind speed": [ - 7.7666393190842955, + 7.766639319084294, 7.448796299484922, 7.073454888450698, 6.867407486780903, - 6.967767923276642, + 6.967767923276643, 7.3065662136306395, 7.670509245574375, 7.855519750843649 ], "relative wind angle": [ - 0.038503357491321444, + 0.038503357491330104, 0.06637883411756068, 0.05654649728045309, - 0.010378930975073506, - 0.042920433248526464, + 0.010378930975073504, + 0.04292043324852905, 0.06767292590829556, - 0.052140889109857085, + 0.05214088910985495, 0.00907337119016031 ], "resistance": [ - 91318.89755548342, + 91318.89755548333, 89027.6917077603, 86801.30482387492, 85909.90198170993, - 86271.68954481107, + 86271.68954481106, 88131.93880095144, - 90566.94640112566, + 90566.94640112568, 92181.3651935864 ], "fuel": [ - 57.03825812750457, + 57.03825812750452, 55.91307833086896, 54.83844321690911, 54.41335059447583, - 54.5855235325203, + 54.58552353252029, 55.47849764045313, - 56.6668317666399, + 56.666831766639916, 57.466864681734734 ] }, @@ -100914,54 +71898,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1889.4439427667457, + 1889.4439427667203, 201.68975324928942, - -1540.8160203954885, + -1540.8160203955067, -2347.6990587187665, - -2155.0827908995216, + -2155.082790899498, -836.3169583630806, - 1017.0091014228965, - 2347.577564629002 + 1017.0091014228856, + 2347.577564628955 ], "relative wind speed": [ - 6.485064103716945, + 6.485064103716944, 6.209456479652387, 5.860509068177962, 5.646938305206672, - 5.711746439826268, + 5.711746439826267, 6.0102207987302005, 6.350947746910689, - 6.541574091866245 + 6.541574091866246 ], "relative wind angle": [ - 0.03789831000012908, - 0.07211038071689375, - 0.06607891801941472, - 0.017689453695378547, - 0.04303237104822403, + 0.03789831000013201, + 0.07211038071689377, + 0.06607891801941809, + 0.017689453695378544, + 0.043032371048218866, 0.07450516356467182, - 0.06096951310482936, - 0.0152700137062129 + 0.06096951310483119, + 0.015270013706220172 ], "resistance": [ - 98523.94394276678, + 98523.94394276675, 96836.18975324932, - 95093.68397960454, + 95093.68397960452, 94286.80094128127, - 94479.4172091005, + 94479.41720910053, 95798.18304163695, - 97651.50910142293, - 98982.07756462903 + 97651.50910142291, + 98982.07756462898 ], "fuel": [ - 53.74694357213785, + 53.74694357213783, 52.870966486908756, - 51.9776930807234, + 51.977693080723384, 51.56788196727223, - 51.66549049521216, + 51.66549049521217, 52.33748500402681, 53.292809591751094, - 53.98655287455725 + 53.98655287455722 ] }, { @@ -100994,19 +71978,19 @@ ], "ice resistance": 52852.561820486895, "wind resistance": [ - 2456.8493926067167, + 2456.849392606673, 576.821454516481, - -1575.5987209601262, + -1575.5987209601153, -2769.8996726979785, - -2704.9084201291153, + -2704.908420129086, -1335.8779610443453, 854.0620676065955, 2611.946768209702 ], "relative wind speed": [ - 7.771331942562349, + 7.771331942562348, 7.5250623404500345, - 7.179772599183348, + 7.179772599183347, 6.937982635365524, 6.9559736283817015, 7.221676124873798, @@ -101014,31 +71998,31 @@ 7.787397911471973 ], "relative wind angle": [ - 0.024829193128932166, + 0.02482919312893664, 0.056481173775535146, - 0.056831773678993856, + 0.0568317736789919, 0.021902295062837668, - 0.02774030405972185, - 0.058856664218929544, + 0.02774030405971785, + 0.05885666421892954, 0.0539345005285389, - 0.01951296676276964 + 0.019512966762769635 ], "resistance": [ - 55309.41121309361, + 55309.41121309357, 53429.383275003376, - 51276.963099526765, + 51276.96309952678, 50082.66214778891, - 50147.65340035778, + 50147.65340035781, 51516.68385944255, 53706.62388809349, 55464.5085886966 ], "fuel": [ - 41.61349958768662, + 41.613499587686604, 40.94071597930734, 40.18660300399366, 39.77560919114177, - 39.797838024303054, + 39.79783802430306, 40.26973749615303, 41.03910209668214, 41.66958973189682 @@ -101074,17 +72058,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1724.4829840846141, + 1724.4829840845487, 28.533121021737315, - -1637.9167030278622, + -1637.9167030278913, -2320.6595855320047, -2066.301186370547, -696.9842018322124, - 1116.513085559749, + 1116.5130855597672, 2332.2628532568306 ], "relative wind speed": [ - 7.155546035689326, + 7.155546035689325, 6.901791183785734, 6.60079828600112, 6.433508534670853, @@ -101094,29 +72078,29 @@ 7.22373321200244 ], "relative wind angle": [ - 0.0329122769293581, + 0.03291227692936485, 0.057281494595094906, - 0.04900363099053149, + 0.04900363099053602, 0.009658032553368672, - 0.0361813852613862, - 0.058331163625377234, - 0.04574140074460948, + 0.03618138526138621, + 0.05833116362537724, + 0.04574140074460706, 0.00860148530553665 ], "resistance": [ - 98358.98298408464, + 98358.98298408456, 96663.03312102176, - 94996.58329697215, + 94996.58329697212, 94313.84041446801, 94568.19881362947, 95937.5157981678, - 97751.01308555977, + 97751.01308555978, 98966.76285325685 ], "fuel": [ - 57.52678673958171, + 57.52678673958167, 56.64762282214286, - 55.794176454974746, + 55.794176454974725, 55.447504386890785, 55.576455626112164, 56.27479029537521, @@ -101154,9 +72138,9 @@ ], "ice resistance": 44420.270746838294, "wind resistance": [ - 2194.4577894574395, + 2194.457789457352, 456.7876100318572, - -1494.7549118074494, + -1494.7549118074676, -2542.108294631187, -2454.2145217087746, -1169.3658535026007, @@ -101164,9 +72148,9 @@ 2404.528832399119 ], "relative wind speed": [ - 7.730533321486311, + 7.73053332148631, 7.500352913269501, - 7.18583811677306, + 7.185838116773059, 6.972075309686904, 6.996344233726347, 7.242560614024281, @@ -101174,19 +72158,19 @@ 7.7524282613552975 ], "relative wind angle": [ - 0.02389035249178339, - 0.052052604469349464, - 0.05112421605173065, + 0.023890352491792683, + 0.05205260446934947, + 0.05112421605173281, 0.018514512821749325, 0.026397936059969474, - 0.05390713497203966, + 0.053907134972039666, 0.048625939212147855, 0.016650675538196734 ], "resistance": [ - 46614.728536295734, + 46614.728536295646, 44877.058356870155, - 42925.51583503085, + 42925.51583503083, 41878.16245220711, 41966.05622512952, 43250.9048933357, @@ -101194,9 +72178,9 @@ 46824.79957923741 ], "fuel": [ - 38.61227356596996, + 38.61227356596993, 38.04619303254853, - 37.423834469804305, + 37.4238344698043, 37.095670948020675, 37.12305349330643, 37.52661851977366, @@ -101234,53 +72218,53 @@ ], "ice resistance": 87263.51050982192, "wind resistance": [ - 1465.013913359624, + 1465.0139133595367, -379.0522427779579, - -1963.4239092265088, - -2382.8800899499875, + -1963.4239092265525, + -2382.8800899517482, -1939.6956839700615, -338.83207305481847, - 1498.681542918781, + 1498.6815429187554, 2503.452696467022 ], "relative wind speed": [ - 7.635548728684441, + 7.63554872868444, 7.367956115181707, 7.09221255154865, - 6.976776793025186, + 6.976776793025187, 7.096896425750655, 7.374331559585823, 7.63989950127636, 7.7454585949608035 ], "relative wind angle": [ - 0.035896054161212214, + 0.0358960541612215, 0.0521875331330215, - 0.03801040365752759, - 0.0004575270954194758, + 0.038010403657533436, + 0.0004575270956621331, 0.03862186145660528, - 0.05214237368940658, - 0.03528434948920027, + 0.052142373689406586, + 0.03528434948920341, 0.0004121207752844112 ], "resistance": [ - 88728.52442318154, + 88728.52442318146, 86884.45826704396, - 85300.08660059542, - 84880.63041987193, + 85300.08660059537, + 84880.63041987017, 85323.81482585186, 86924.6784367671, - 88762.1920527407, + 88762.19205274068, 89766.96320628894 ], "fuel": [ - 55.7676031986374, + 55.76760319863736, 54.8782482440472, - 54.124244783954985, - 53.92618913058347, + 54.12424478395498, + 53.926189130582635, 54.135468163484816, 54.897510616941545, - 55.78395801996845, + 55.78395801996844, 56.27398985364491 ] }, @@ -101314,9 +72298,9 @@ ], "ice resistance": 36737.86376953036, "wind resistance": [ - 1747.3802038621616, + 1747.380203862056, 335.974528264298, - -1237.4909499089445, + -1237.4909499089626, -2067.614708839923, -1986.7008724791958, -935.7793091562198, @@ -101324,7 +72308,7 @@ 1941.3538995721901 ], "relative wind speed": [ - 7.657369720220956, + 7.657369720220955, 7.468577638466818, 7.214911049134506, 7.0457834510787976, @@ -101334,9 +72318,9 @@ 7.677832529585454 ], "relative wind angle": [ - 0.019881338125530695, - 0.04233049821251575, - 0.04086279835836406, + 0.019881338125541867, + 0.04233049821251574, + 0.04086279835836677, 0.014302697484226913, 0.021539350703284416, 0.04350409183103239, @@ -101344,9 +72328,9 @@ 0.013125210326611337 ], "resistance": [ - 38485.24397339253, + 38485.24397339242, 37073.83829779466, - 35500.37281962142, + 35500.3728196214, 34670.24906069044, 34751.16289705117, 35802.08446037414, @@ -101354,7 +72338,7 @@ 38679.21766910255 ], "fuel": [ - 36.06060951383793, + 36.0606095138379, 35.642654658252674, 35.18544769366799, 34.947948201213265, @@ -101394,29 +72378,29 @@ ], "ice resistance": 47374.52150987786, "wind resistance": [ - 1263.9791948113161, + 1263.979194811247, -371.06870799722674, - -1759.7395584820952, + -1759.739558482077, -2116.626504868964, - -1703.6651094755034, + -1703.665109475507, -275.93253606594953, 1343.5253569970446, 2199.6785476654622 ], "relative wind speed": [ - 7.599838007515726, + 7.599838007515724, 7.361409164845985, - 7.119564536797174, + 7.119564536797173, 7.021581737569722, - 7.1305846116739895, + 7.130584611673989, 7.376478140172586, 7.610162642881065, 7.700660007255861 ], "relative wind angle": [ - 0.03229892266039434, + 0.03229892266040121, 0.04614059796080865, - 0.032979511431106306, + 0.032979511431102934, 0.0010741881791256778, 0.034425281846497444, 0.04604627329256324, @@ -101424,9 +72408,9 @@ 0.0009794614811358497 ], "resistance": [ - 48638.50070468917, + 48638.500704689104, 47003.45280188063, - 45614.781951395766, + 45614.78195139578, 45257.89500500889, 45670.85640040235, 47098.58897381191, @@ -101434,7 +72418,7 @@ 49574.20005754332 ], "fuel": [ - 39.28572036643771, + 39.28572036643769, 38.74044608082596, 38.28514864980604, 38.16929673387023, @@ -101474,9 +72458,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1401.8161143411726, + 1401.816114341138, 502.612050618116, - -642.0645201588159, + -642.0645201588195, -1382.477459326229, -1437.169804586365, -840.9331088641238, @@ -101494,17 +72478,17 @@ 4.908305209181552 ], "relative wind angle": [ - 0.02384487472023673, + 0.023844874720246042, 0.0713600848313891, - 0.08108537346348077, - 0.040788684027775156, - 0.02794322193913094, + 0.08108537346348214, + 0.04078868402777516, + 0.027943221939130944, 0.07694305864015819, 0.07703271850340711, - 0.03516001931411795 + 0.035160019314117955 ], "resistance": [ - 98036.31611434119, + 98036.31611434116, 97137.11205061813, 95992.4354798412, 95252.02254067379, @@ -101514,7 +72498,7 @@ 97906.53769393131 ], "fuel": [ - 46.93481534001546, + 46.93481534001545, 46.4684233864012, 45.8790645692213, 45.50044549832604, @@ -101554,47 +72538,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1247.1441796023646, + 1247.1441796023391, 655.1799209102255, - -263.6237765612732, + -263.623776561275, -989.3130389644484, - -1151.0749488350775, + -1151.0749488350998, -841.5259432158928, -15.243208673315166, - 865.6719369355005 + 865.6719369354978 ], "relative wind speed": [ - 3.877402864373523, + 3.8774028643735226, 3.7432273385159665, - 3.4580511878982, + 3.4580511878981994, 3.1743258494094357, - 3.0771330806757615, + 3.077133080675762, 3.239019922913067, - 3.541875626093744, - 3.798243853494949 + 3.5418756260937436, + 3.7982438534949496 ], "relative wind angle": [ - 0.010880930549958085, - 0.08365947582878391, - 0.11597956457724984, + 0.01088093054996829, + 0.0836594758287839, + 0.11597956457724985, 0.07982676567479735, - 0.013710892425370795, - 0.09672045824840111, - 0.11322277869026118, - 0.06669263122982845 + 0.013710892425386988, + 0.09672045824840113, + 0.1132227786902602, + 0.06669263122983012 ], "resistance": [ - 97881.64417960239, + 97881.64417960236, 97289.67992091025, 96370.87622343874, 95645.18696103556, - 95483.42505116493, + 95483.42505116492, 95792.97405678412, 96619.2567913267, 97500.17193693551 ], "fuel": [ - 43.39195530644627, + 43.39195530644625, 43.084922348680465, 42.61095080232538, 42.23881906882838, @@ -101634,50 +72618,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1202.7738097291494, + 1202.7738097291349, 317.20593538848334, -710.8780302923196, - -1299.0474755468176, + -1299.0474755468304, -1281.1402514354104, -645.8047421138353, 392.55841953351046, 1245.254811946972 ], "relative wind speed": [ - 4.680490842755903, + 4.680490842755902, 4.488212635992705, - 4.209392026388597, - 4.00653892821335, + 4.209392026388596, + 4.006538928213351, 4.015029145833657, 4.2288770264848115, 4.506492243329806, 4.687760594113849 ], "relative wind angle": [ - 0.0318366584504421, - 0.07599741940894941, - 0.07917428728720488, - 0.032469208282800206, - 0.03711560335331654, + 0.03183665845044558, + 0.07599741940894943, + 0.0791742872872035, + 0.03246920828280704, + 0.03711560335331653, 0.08066779690291145, - 0.0739446786180029, + 0.07394467861800288, 0.027749494006135102 ], "resistance": [ - 97837.27380972917, + 97837.27380972916, 96951.70593538851, 95923.6219697077, - 95335.45252445321, + 95335.4525244532, 95353.35974856462, 95988.6952578862, 97027.05841953354, 97879.754811947 ], "fuel": [ - 46.04592578792744, + 46.04592578792743, 45.58723996856961, 45.058397368411555, - 44.75761384626255, + 44.75761384626254, 44.76675240856623, 45.091754235768256, 45.626155704856316, @@ -101714,9 +72698,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1072.1076425421406, + 1072.1076425421388, 244.18200153788803, - -688.5621867219279, + -688.562186721927, -1197.5350557514603, -1159.984266786475, -551.9541637614129, @@ -101724,9 +72708,9 @@ 1161.2280338851078 ], "relative wind speed": [ - 4.50675508774046, + 4.506755087740459, 4.317910083225155, - 4.0534554963835285, + 4.053455496383528, 3.868610127775985, 3.8870395699338176, 4.095799134758481, @@ -101735,12 +72719,12 @@ ], "relative wind angle": [ 0.03385128185487299, - 0.07582766735884855, - 0.0765684743872935, + 0.07582766735884854, + 0.07656847438729204, 0.028798030070196535, 0.039250815824548244, 0.07994827932368555, - 0.07121349328679878, + 0.07121349328679877, 0.024632864189023093 ], "resistance": [ @@ -101794,34 +72778,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 661.9577676787785, + 661.9577676787712, -128.03493471775982, - -805.7901379450336, + -805.790137945035, -993.0977769726614, -798.3918927932491, -115.60449262602833, 672.4969084545892, - 1114.6577537219855 + 1114.6577537216472 ], "relative wind speed": [ - 3.5005696963568957, + 3.500569696356895, 3.2440278838464, - 2.9668248874144374, + 2.966824887414437, 2.8456135333461905, 2.9703236363189998, 3.2485525688150063, 3.503535470199473, - 3.6026787703547116 + 3.602678770354712 ], "relative wind angle": [ - 0.07699890068500692, + 0.07699890068500981, 0.11695245153894623, 0.08979641137564875, 0.0008004887150311194, 0.09077931757629422, - 0.11678881133053107, - 0.0760114220795431, - 0.0006322743641117614 + 0.11678881133053108, + 0.07601142207954312, + 0.0006322743642873535 ], "resistance": [ 97296.45776767877, @@ -101831,7 +72815,7 @@ 95836.10810720675, 96518.89550737398, 97306.99690845459, - 97749.15775372199 + 97749.15775372165 ], "fuel": [ 42.429742079188905, @@ -101841,7 +72825,7 @@ 41.677844680481655, 42.02840701101842, 42.4351972599969, - 42.664437226678515 + 42.664437226678345 ] }, { @@ -101861,68 +72845,7 @@ "id": "1901", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.196033908660592, - 10.196033908660592, - 10.196033908660592, - 10.196033908660592, - 10.196033908660592, - 10.196033908660592, - 10.196033908660592, - 10.196033908660592 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 267.745256358975, - -412.9742955499614, - -826.2868218339227, - -833.665707992141, - -438.9974249007414, - 237.50937155880956, - 819.7984602980446, - 837.113144607521 - ], - "relative wind speed": [ - 2.9990105907791085, - 2.718343529400185, - 2.4970588853520588, - 2.4915554367900015, - 2.706124594110703, - 2.9879396410610797, - 3.175196334959526, - 3.1795166846327843 - ], - "relative wind angle": [ - 0.11345889688902384, - 0.1270294223153709, - 0.05910163778247702, - 0.05452837041365648, - 0.1258005988499543, - 0.1155139619302241, - 0.046468768568303634, - 0.04272173115390858 - ], - "resistance": [ - 96902.24525635899, - 96221.52570445005, - 95808.21317816609, - 95800.83429200787, - 96195.50257509928, - 96872.00937155883, - 97454.29846029806, - 97471.61314460753 - ], - "fuel": [ - 41.312965798810374, - 40.962491520103534, - 40.750535320084936, - 40.74675703250752, - 40.94912750767543, - 41.29736200244193, - 41.59846129948257, - 41.60743396751219 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -3.125, -8.125 -2.8125, -7.8125 -2.8125, -7.8125 -3.125, -8.125 -3.125))", @@ -101941,68 +72864,7 @@ "id": "1902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.232347270621984, - 13.232347270621984, - 13.232347270621984, - 13.232347270621984, - 13.232347270621984, - 13.232347270621984, - 13.232347270621984, - 13.232347270621984 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 442.02727113107267, - -410.3163065552362, - -996.8526092793372, - -1068.5288638301563, - -669.0079850927395, - 142.26908857510625, - 908.2032370029765, - 1077.807232015245 - ], - "relative wind speed": [ - 3.8650298913591055, - 3.6032419862216254, - 3.3777362184699955, - 3.337345997819353, - 3.5112050625394082, - 3.779373524941849, - 3.982199780364838, - 4.0161099017757085 - ], - "relative wind angle": [ - 0.07836844229547796, - 0.0943553828557427, - 0.05257783543565583, - 0.02650344098045807, - 0.08628439580683173, - 0.08994591366766061, - 0.044591204930086094, - 0.022023288653353002 - ], - "resistance": [ - 97076.52727113108, - 96224.18369344478, - 95637.64739072068, - 95565.97113616986, - 95965.49201490727, - 96776.76908857512, - 97542.70323700299, - 97712.30723201526 - ], - "fuel": [ - 43.53043218728303, - 43.09131521980432, - 42.79070910220429, - 42.7540620326348, - 42.958575180233446, - 43.37569226371694, - 43.77174392625763, - 43.85973850992053 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 -3.125, -7.8125 -2.8125, -7.5 -2.8125, -7.5 -3.125, -7.8125 -3.125))", @@ -102021,68 +72883,7 @@ "id": "1903", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.881294616389125, - 12.881294616389125, - 12.881294616389125, - 12.881294616389125, - 12.881294616389125, - 12.881294616389125, - 12.881294616389125, - 12.881294616389125 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -183.02303672118978, - -785.1928295976695, - -931.872705764983, - -716.6536711378812, - -67.42525959218165, - 647.8801572594921, - 996.1146860978106, - 550.4597032546981 - ], - "relative wind speed": [ - 3.5728214745585807, - 3.3503486074660733, - 3.265954526533533, - 3.3789069818628406, - 3.6106553482587467, - 3.8179902489957436, - 3.8904275296670883, - 3.7927395034321805 - ], - "relative wind angle": [ - 0.08750500649964188, - 0.061931814329287724, - 0.0058142066907381, - 0.06937236710215428, - 0.08658578389957725, - 0.0543381770677513, - 0.004880929647229901, - 0.06179278269033259 - ], - "resistance": [ - 96451.47696327884, - 95849.30717040236, - 95702.62729423505, - 95917.84632886214, - 96567.07474040784, - 97282.38015725953, - 97630.61468609783, - 97184.95970325473 - ], - "fuel": [ - 42.93112617385611, - 42.62201594409021, - 42.54692551266562, - 42.65713092142934, - 42.99062004754802, - 43.35986692550842, - 43.54031768427406, - 43.30946564624249 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 -3.4375, -8.75 -3.125, -8.4375 -3.125, -8.4375 -3.4375, -8.75 -3.4375))", @@ -102114,54 +72915,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1082.8446251847217, + 1082.8446251846835, -229.32319854361594, - -1371.171117561882, + -1371.1711175618948, -1689.7790509698098, -1387.1465495593075, -256.3371582787531, 1060.1612615867907, - 1804.8689301401682 + 1804.8689301412796 ], "relative wind speed": [ 5.704118157481221, 5.448364072911453, - 5.178207807054035, + 5.178207807054034, 5.060252485339867, 5.173883601044589, 5.4425512768069355, 5.700192924685069, - 5.805159795929547 + 5.805159795929546 ], "relative wind angle": [ - 0.04582585032736057, + 0.045825850327367836, 0.06841400579940217, - 0.05128045789172553, + 0.05128045789172769, 0.0005757065440427193, 0.05052603009408685, - 0.06848718825513797, + 0.06848718825513798, 0.0465809692386445, - 0.0005018329443039283 + 0.0005018329440826947 ], "resistance": [ - 97717.34462518473, + 97717.34462518469, 96405.1768014564, - 95263.32888243813, + 95263.32888243812, 94944.7209490302, 95247.35345044071, 96378.16284172126, 97694.6612615868, - 98439.36893014019 + 98439.3689301413 ], "fuel": [ - 50.244904644074076, + 50.24490464407407, 49.56688555755814, - 48.9820870147926, + 48.98208701479258, 48.819777371602875, 48.973939595070746, 49.552994299643686, 50.233129350247054, - 50.62071931092524 + 50.620719310925814 ] }, { @@ -102194,9 +72995,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 375.65742988247257, + 375.6574298824653, -618.0919321756955, - -1229.1709770831812, + -1229.1709770831758, -1249.4546552019738, -692.3270831555801, 289.7501064057542, @@ -102204,9 +73005,9 @@ 1186.2231262051719 ], "relative wind speed": [ - 4.697294705957088, + 4.697294705957087, 4.444084284451666, - 4.249507096572691, + 4.24950709657269, 4.240372071136316, 4.422968478476569, 4.6773221600505055, @@ -102214,14 +73015,14 @@ 4.862763865800694 ], "relative wind angle": [ - 0.06450237522523122, + 0.06450237522523294, 0.07010537489915324, - 0.03235451042577251, - 0.027569878656623064, - 0.06850909939422294, - 0.06660420718200949, - 0.028319517838769053, - 0.024040442306070678 + 0.03235451042576908, + 0.027569878656623067, + 0.06850909939422295, + 0.0666042071820095, + 0.028319517838769057, + 0.024040442306070674 ], "resistance": [ 97010.15742988253, @@ -102274,9 +73075,9 @@ ], "ice resistance": 82224.73374792248, "wind resistance": [ - 529.0069557481911, + 529.0069557481511, -1408.800969862481, - -2492.861590321925, + -2492.861590321929, -2443.025208691495, -1224.2178917982637, 742.4162525899774, @@ -102284,9 +73085,9 @@ 2209.8942676765837 ], "relative wind speed": [ - 7.5098933990686225, + 7.509893399068622, 7.19983553375355, - 6.98201801362658, + 6.982018013626579, 6.995774264771199, 7.232001215159527, 7.5407366170914, @@ -102294,19 +73095,19 @@ 7.730425788907642 ], "relative wind angle": [ - 0.05068625048562515, + 0.05068625048562954, 0.051054552997432084, - 0.019928458369604826, + 0.01992845836960483, 0.024397555162484146, 0.05263565467298614, 0.04874460920572089, - 0.01797000963070336, + 0.017970009630703356, 0.022078566847068683 ], "resistance": [ - 82753.74070367067, + 82753.74070367063, 80815.93277806, - 79731.87215760056, + 79731.87215760055, 79781.70853923098, 81000.51585612421, 82967.15000051245, @@ -102314,7 +73115,7 @@ 84434.62801559907 ], "fuel": [ - 52.932006616182846, + 52.93200661618282, 52.04086213910864, 51.548427394669616, 51.57096968547143, @@ -102341,68 +73142,7 @@ "id": "1907", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.507031251953954, - 21.507031251953954, - 21.507031251953954, - 21.507031251953954, - 21.507031251953954, - 21.507031251953954, - 21.507031251953954, - 21.507031251953954 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -105.4279066392046, - -1625.3001400228022, - -2165.8110898292034, - -1859.663210755196, - -501.5455320321944, - 1194.729321004812, - 2256.8498408611194, - 1527.5556089457968 - ], - "relative wind speed": [ - 6.028337900513994, - 5.70785757138202, - 5.545236261198279, - 5.650032234833534, - 5.950801578498449, - 6.258854465015945, - 6.403378176941045, - 6.311103945806554 - ], - "relative wind angle": [ - 0.07123741594247295, - 0.05800335654177682, - 0.007009322062559737, - 0.048854833417860496, - 0.07216721237088503, - 0.05289204566280446, - 0.006069962792025094, - 0.04373396018064008 - ], - "resistance": [ - 96529.0720933608, - 95009.1998599772, - 94468.6889101708, - 94774.8367892448, - 96132.95446796781, - 97829.22932100481, - 98891.34984086112, - 98162.0556089458 - ], - "fuel": [ - 52.12886512765209, - 51.35082932733761, - 51.0762090665187, - 51.23162174868349, - 51.92526088226144, - 52.80124848353727, - 53.35519796387645, - 52.97438259624319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -3.4375, -8.125 -3.125, -7.8125 -3.125, -7.8125 -3.4375, -8.125 -3.4375))", @@ -102421,68 +73161,7 @@ "id": "1908", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.704365308760426, - 17.704365308760426, - 17.704365308760426, - 17.704365308760426, - 17.704365308760426, - 17.704365308760426, - 17.704365308760426, - 17.704365308760426 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 90.00173166369677, - -982.7938886440425, - -1460.6455314944305, - -1326.5760070377528, - -491.1912846082596, - 658.8157268357172, - 1466.2068134125748, - 1147.0006329923017 - ], - "relative wind speed": [ - 4.9990878073285305, - 4.731713192802439, - 4.573005706813773, - 4.6287947486978265, - 4.860912416669015, - 5.121546513404629, - 5.26374080225807, - 5.214749045000651 - ], - "relative wind angle": [ - 0.06914808956711446, - 0.062006460268404937, - 0.015145523393486127, - 0.04219700760817907, - 0.07111695458718192, - 0.05728137352906839, - 0.01315792667648092, - 0.03745318986504872 - ], - "resistance": [ - 96724.50173166372, - 95651.70611135599, - 95173.8544685056, - 95307.92399296227, - 96143.30871539177, - 97293.31572683575, - 98100.7068134126, - 97781.50063299233 - ], - "fuel": [ - 47.58817649131077, - 47.03733060539559, - 46.79334783712664, - 46.86171566021139, - 47.2892210761044, - 47.88198139993707, - 48.30108390505154, - 48.1350996655253 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 -3.4375, -7.8125 -3.125, -7.5 -3.125, -7.5 -3.4375, -7.8125 -3.4375))", @@ -102501,68 +73180,7 @@ "id": "1909", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.3575025332963, - 15.3575025332963, - 15.3575025332963, - 15.3575025332963, - 15.3575025332963, - 15.3575025332963, - 15.3575025332963, - 15.3575025332963 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -560.9911469959243, - -1199.9136067899753, - -1245.1010515472235, - -725.3582702507638, - 240.3755259544896, - 1104.913156063555, - 1212.1525151439773, - 430.68978691641405 - ], - "relative wind speed": [ - 4.169209234669893, - 3.9543487226932728, - 3.9325425785177015, - 4.119114310459854, - 4.389024193188959, - 4.583553773022498, - 4.602276380118869, - 4.436072171214028 - ], - "relative wind angle": [ - 0.08043272462418798, - 0.040197085932805264, - 0.028037959686411332, - 0.076504122996896, - 0.07639635857662917, - 0.03467666192607754, - 0.02395696426865128, - 0.07102832713247213 - ], - "resistance": [ - 96073.5088530041, - 95434.58639321003, - 95389.39894845278, - 95909.14172974924, - 96874.8755259545, - 97739.41315606357, - 97846.65251514399, - 97065.18978691642 - ], - "fuel": [ - 44.86431492281076, - 44.53728083690508, - 44.514209043087774, - 44.78003806951331, - 45.276643908168275, - 45.72415598219463, - 45.77986036307378, - 45.37491786875938 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -3.75, -8.125 -3.4375, -7.8125 -3.4375, -7.8125 -3.75, -8.125 -3.75))", @@ -102581,68 +73199,7 @@ "id": "1910", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.613458049204823, - 20.613458049204823, - 20.613458049204823, - 20.613458049204823, - 20.613458049204823, - 20.613458049204823, - 20.613458049204823, - 20.613458049204823 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -240.59763470298822, - -1703.1772172238416, - -2139.0413764051373, - -1770.6383287008703, - -354.51622290815976, - 1320.1398562874056, - 2292.749708575757, - 1415.9764665990606 - ], - "relative wind speed": [ - 5.755124372402005, - 5.427008048263831, - 5.27771976537252, - 5.409558664241701, - 5.731844458770725, - 6.043432889131459, - 6.174234488546127, - 6.059057063560613 - ], - "relative wind angle": [ - 0.07796752040795478, - 0.059962566326713373, - 0.0022122395046401343, - 0.05709863535224947, - 0.07828483302967804, - 0.05384018343024099, - 0.0018910162250370518, - 0.05097234209036984 - ], - "resistance": [ - 96393.90236529706, - 94931.32278277622, - 94495.45862359492, - 94863.8616712992, - 96279.9837770919, - 97954.63985628747, - 98927.24970857581, - 98050.47646659912 - ], - "fuel": [ - 50.883043846745814, - 50.134916387412815, - 49.91350602049612, - 50.100601238499465, - 50.824487240352624, - 51.690159359280024, - 52.19771640829076, - 51.74001541908211 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 -3.75, -7.8125 -3.4375, -7.5 -3.4375, -7.5 -3.75, -7.8125 -3.75))", @@ -102661,68 +73218,7 @@ "id": "1911", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.468343152513992, - 15.468343152513992, - 15.468343152513992, - 15.468343152513992, - 15.468343152513992, - 15.468343152513992, - 15.468343152513992, - 15.468343152513992 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -195.2648833990761, - -1252.481759684545, - -1548.4099891851229, - -1258.3667767944444, - -205.17110572861384, - 1018.334416815771, - 1713.5211121641642, - 1026.7078521819349 - ], - "relative wind speed": [ - 4.320540314219247, - 3.999093005598688, - 3.8572223742533818, - 3.997028075115547, - 4.317837179961899, - 4.6171464837090355, - 4.736308908318183, - 4.618934193750023 - ], - "relative wind angle": [ - 0.10190971486703732, - 0.07803804328247507, - 0.00035222768689532533, - 0.07759627919774388, - 0.10197373631399793, - 0.06757466503482855, - 0.0002868521737728699, - 0.06713154718026831 - ], - "resistance": [ - 96439.23511660095, - 95382.01824031549, - 95086.0900108149, - 95376.13322320559, - 96429.32889427141, - 97652.83441681581, - 98348.02111216419, - 97661.20785218196 - ], - "fuel": [ - 45.156867539626035, - 44.61511241806993, - 44.46421339877858, - 44.61210836839038, - 45.151771940059646, - 45.78388586128327, - 46.14552992603663, - 45.78823111822114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 -4.0625, -10 -3.75, -9.6875 -3.75, -9.6875 -4.0625, -10 -4.0625))", @@ -102754,9 +73250,9 @@ ], "ice resistance": 22407.73877543232, "wind resistance": [ - 2538.5424993024462, + 2538.542499299121, 1458.0157934923336, - -422.28110658616424, + -422.2811065861679, -2016.7868119329542, -2427.086229632394, -1947.7169333479578, @@ -102764,9 +73260,9 @@ 1556.0212046911292 ], "relative wind speed": [ - 7.751756540078003, + 7.751756540078002, 7.636004774971489, - 7.362195834114721, + 7.36219583411472, 7.0834610210087146, 6.970489222107086, 7.09710367183443, @@ -102774,19 +73270,19 @@ 7.648661936312999 ], "relative wind angle": [ - 0.0011986808159804468, + 0.0011986808163509284, 0.03704227151895918, 0.05308436568520871, - 0.03807668975743465, - 0.0013330315974040899, + 0.038076689757434654, + 0.00133303159740409, 0.03985642288966421, 0.05295076905149596, - 0.03526178425105736 + 0.03526178425105737 ], "resistance": [ - 24946.281274734767, + 24946.281274731442, 23865.754568924654, - 21985.457668846157, + 21985.457668846153, 20390.951963499367, 19980.652545799927, 20460.021842084363, @@ -102794,7 +73290,7 @@ 23963.75998012345 ], "fuel": [ - 32.35684946835171, + 32.35684946835089, 32.09064750210081, 31.637769587240143, 31.264034162755266, @@ -102834,53 +73330,53 @@ ], "ice resistance": 37706.751133959544, "wind resistance": [ - 2316.4199589103664, + 2316.419958910141, 2007.822468827002, 327.66428731060296, -1497.4895840044373, - -2420.7098099135874, + -2420.7098099135983, -2291.7104112362395, - -1018.8850696454356, + -1018.8850696454174, 880.94771421716 ], "relative wind speed": [ - 7.735368280924895, + 7.735368280924894, 7.703087401118525, - 7.477293218999607, + 7.477293218999606, 7.18058935883355, - 6.988420364322102, + 6.988420364322101, 7.023986483524855, 7.263885168910181, 7.557319504283062 ], "relative wind angle": [ - 0.013812493981086811, + 0.013812493981110924, 0.024481672608454123, 0.04997382055151053, - 0.047320472517084815, - 0.015288933319583576, + 0.04732047251708481, + 0.015288933319583578, 0.026849180894235845, - 0.05144329568318885, - 0.044959928390480304 + 0.05144329568318669, + 0.04495992839048031 ], "resistance": [ - 40023.17109286991, + 40023.171092869685, 39714.57360278655, 38034.41542127015, 36209.2615499551, - 35286.04132404596, + 35286.041324045946, 35415.04072272331, - 36687.866064314105, + 36687.86606431413, 38587.698848176704 ], "fuel": [ - 36.524469815276326, + 36.52446981527625, 36.43068667849123, 35.9263014480763, 35.390291496064094, - 35.12388161388992, + 35.123881613889914, 35.16091582431228, - 35.52964870387131, + 35.52964870387132, 36.09123770588117 ] }, @@ -102914,53 +73410,53 @@ ], "ice resistance": 17658.030496578092, "wind resistance": [ - 2384.1779180559097, + 2384.177918055735, 1192.23881087283, - -647.8671327782504, + -647.867132778254, -2075.7652434859738, - -2365.2924389429572, + -2365.2924389430736, -1724.2940338701774, - -51.98272871789959, + -51.982728717928694, 1690.912572668578 ], "relative wind speed": [ - 7.7352241754281374, + 7.735224175428136, 7.597956913632967, - 7.323390604078952, + 7.323390604078951, 7.06702930080657, 6.9873142923278575, 7.136336931680989, - 7.417830149308163, + 7.4178301493081635, 7.662463763401329 ], "relative wind angle": [ - 0.0061124233321717585, - 0.039213222671699174, - 0.05108636249677072, + 0.006112423332189922, + 0.03921322267169918, + 0.051086362496770725, 0.0326926924134413, - 0.006766695922567203, + 0.006766695922583611, 0.041751193108607795, - 0.05043540471052939, - 0.030151407212316565 + 0.050435404710533795, + 0.030151407212316562 ], "resistance": [ - 20042.208414634002, + 20042.208414633827, 18850.269307450922, - 17010.163363799842, + 17010.16336379984, 15582.265253092119, - 15292.738057635135, + 15292.738057635019, 15933.736462707915, - 17606.047767860193, + 17606.047767860164, 19348.94306924667 ], "fuel": [ - 31.183553199017375, + 31.183553199017332, 30.911901240587966, 30.502907536404038, 30.194215683242994, - 30.13254903102066, + 30.13254903102063, 30.269495007559435, - 30.63397319645086, + 30.633973196450857, 31.024909563621364 ] }, @@ -102994,53 +73490,53 @@ ], "ice resistance": 37528.28432464144, "wind resistance": [ - 2455.520231702416, + 2455.520231702165, 1640.9724783135825, - -156.3175254512389, + -156.3175254512753, -1821.785370985126, -2398.4406125260284, -2058.2556681984315, - -557.1622046992052, + -557.1622046991943, 1305.4514250024658 ], "relative wind speed": [ - 7.743233563398648, + 7.743233563398646, 7.65776768418752, 7.402793454302872, 7.119477032015568, 6.979138280187994, 7.072809289549808, - 7.339256517131643, + 7.339256517131642, 7.614399775552341 ], "relative wind angle": [ - 0.004108273091956921, + 0.004108273091983946, 0.03234627557630141, - 0.05163199854949627, + 0.051631998549500575, 0.04111642099023699, 0.004558061107723837, - 0.03502253455320014, - 0.05207938656151169, + 0.03502253455320013, + 0.052079386561509566, 0.038442561983676654 ], "resistance": [ - 39983.80455634386, + 39983.8045563436, 39169.256802955024, - 37371.9667991902, + 37371.966799190166, 35706.498953656315, 35129.84371211541, 35470.02865644301, - 36971.122119942236, + 36971.12211994224, 38833.73574964391 ], "fuel": [ - 36.512486559846394, + 36.51248655984632, 36.26583062758231, - 35.73032094994196, + 35.730320949941955, 35.24481805450403, 35.07912199719068, 35.17672103653801, - 35.61252701665321, + 35.61252701665322, 36.16494829864981 ] }, @@ -103074,9 +73570,9 @@ ], "ice resistance": 37270.571525460306, "wind resistance": [ - 1935.2483501153802, + 1935.2483501151655, 639.4478556660542, - -993.1650374182209, + -993.1650374182282, -2022.7182748943778, -2079.6649320912074, -1205.4299504974297, @@ -103084,9 +73580,9 @@ 1798.752529622332 ], "relative wind speed": [ - 7.678494926615918, + 7.678494926615917, 7.51330590065696, - 7.2580976188332516, + 7.258097618833251, 7.061035295278316, 7.045383625059976, 7.221284456762727, @@ -103094,19 +73590,19 @@ 7.664104339136016 ], "relative wind angle": [ - 0.014316753188179827, + 0.014316753188203094, 0.04015211027489308, - 0.043632850693754964, - 0.02069720604865802, + 0.04363285069375496, + 0.020697206048658018, 0.015603383421715297, - 0.04177674790093945, - 0.04235039964687289, + 0.041776747900939444, + 0.0423503996468729, 0.019068389244307173 ], "resistance": [ - 39205.81987557569, + 39205.81987557547, 37910.01938112636, - 36277.406488042085, + 36277.40648804208, 35247.853250565924, 35190.9065933691, 36065.14157496288, @@ -103114,7 +73610,7 @@ 39069.32405508264 ], "fuel": [ - 36.276849490469544, + 36.27684949046949, 35.889375276904794, 35.41008149245192, 35.11293014569604, @@ -103154,9 +73650,9 @@ ], "ice resistance": 43720.013603527106, "wind resistance": [ - 1258.707927036976, + 1258.7079270369359, -510.71573873511807, - -1948.9415846974262, + -1948.9415846974298, -2281.862777389142, -1750.4698683387978, -174.15536712947141, @@ -103164,9 +73660,9 @@ 2338.019719663407 ], "relative wind speed": [ - 7.604340308466569, + 7.6043403084665675, 7.343425308167385, - 7.089149783762449, + 7.089149783762448, 6.997584471553909, 7.128247111077763, 7.396756258450366, @@ -103174,19 +73670,19 @@ 7.724746595651244 ], "relative wind angle": [ - 0.03629917345157612, + 0.036299173451579174, 0.04953167697849061, - 0.033608946700299895, + 0.03360894670029989, 0.003815323322453545, 0.03872475748063326, - 0.04917426214236298, + 0.049174262142362986, 0.03118162396842872, - 0.003456169763514122 + 0.0034561697635141224 ], "resistance": [ - 44978.721530564086, + 44978.72153056404, 43209.29786479199, - 41771.072018829684, + 41771.07201882968, 41438.150826137964, 41969.54373518831, 43545.85823639763, @@ -103194,7 +73690,7 @@ 46058.03332319051 ], "fuel": [ - 38.079002382820555, + 38.07900238282053, 37.51345370406497, 37.0623466985755, 36.95902129977577, @@ -103234,51 +73730,51 @@ ], "ice resistance": 54320.416645054385, "wind resistance": [ - 1913.205607383974, + 1913.205607383803, 915.5873902215717, - -585.2633813130924, + -585.263381313136, -1722.2328829999424, - -1933.9872588803846, + -1933.9872588805047, -1377.2543187052543, 0.48062217201004387, 1404.893664180192 ], "relative wind speed": [ - 7.66417053434415, + 7.664170534344148, 7.546543568711508, 7.320987966172655, 7.11642841294315, - 7.0583564157471965, + 7.058356415747197, 7.183981169015386, 7.413706257357642, 7.610279358517934 ], "relative wind angle": [ - 0.006053970884539499, + 0.006053970884557837, 0.0327361298502583, - 0.041387799643194646, + 0.04138779964320002, 0.02549072671711487, - 0.006573586438114457, - 0.034388898398029215, + 0.0065735864381313465, + 0.03438889839802922, 0.04086989975332841, - 0.023836242514108673 + 0.02383624251410867 ], "resistance": [ - 56233.62225243836, + 56233.62225243819, 55236.00403527595, - 53735.15326374129, + 53735.153263741246, 52598.18376205444, - 52386.429386174, + 52386.429386173884, 52943.162326349135, 54320.89726722639, 55725.31030923458 ], "fuel": [ - 41.949058117386166, + 41.949058117386095, 41.58698347891585, - 41.04924272551802, + 41.04924272551801, 40.64745715374151, - 40.57315814195142, + 40.57315814195138, 40.76885834474743, 41.258112032948105, 41.76410909823919 @@ -103314,9 +73810,9 @@ ], "ice resistance": 90882.85900483796, "wind resistance": [ - 1940.5878756407983, + 1940.5878756407292, 138.06533958544605, - -1697.508076656679, + -1697.5080766566825, -2513.7005317591356, -2288.9739579369816, -864.3131461161174, @@ -103324,9 +73820,9 @@ 2478.0500306876093 ], "relative wind speed": [ - 7.6987110207068845, + 7.698711020706884, 7.451076646388492, - 7.147077250822862, + 7.1470772508228615, 6.968233786311772, 7.03022242340705, 7.2921626087583205, @@ -103334,17 +73830,17 @@ 7.754862771334643 ], "relative wind angle": [ - 0.02882269531643979, + 0.0288226953164475, 0.052813904774892666, - 0.04680494024374587, - 0.011419265996112699, - 0.03156425385398488, + 0.046804940243745874, + 0.011419265996112697, + 0.03156425385398489, 0.053965955424898966, 0.04406970849522482, 0.01026088847909124 ], "resistance": [ - 92823.44688047876, + 92823.44688047869, 91020.9243444234, 89185.35092818127, 88369.15847307882, @@ -103354,7 +73850,7 @@ 93360.90903552556 ], "fuel": [ - 57.78774695099192, + 57.78774695099189, 56.890822545856146, 55.98987678322837, 55.59329575226387, @@ -103394,49 +73890,49 @@ ], "ice resistance": 19359.266693219743, "wind resistance": [ - 2350.8775301874266, + 2350.8775301872847, 1125.3549093533402, - -709.828584318966, + -709.8285843189587, -2097.6478366037663, -2355.806462535016, -1669.5368982308792, - 16.040743539648247, + 16.04074353964097, 1732.7581233685996 ], "relative wind speed": [ - 7.732014993836379, + 7.732014993836378, 7.588552603812785, - 7.312927867590502, + 7.312927867590501, 7.061753166674481, 6.990670701158838, 7.146145961014047, - 7.427961949308129, + 7.427961949308128, 7.667149074454866 ], "relative wind angle": [ - 0.007448311755466846, + 0.007448311755481753, 0.039917427029600945, - 0.05071052876780117, + 0.050710528767798975, 0.03135579507340678, 0.008238204825478176, - 0.042390090076813214, + 0.04239009007681321, 0.04992453541059707, 0.028879232356337534 ], "resistance": [ - 21710.14422340717, + 21710.144223407027, 20484.621602573083, - 18649.438108900777, + 18649.438108900784, 17261.618856615976, 17003.460230684726, 17689.729794988863, - 19375.30743675939, + 19375.307436759384, 21092.024816588342 ], "fuel": [ - 31.572563275215344, + 31.572563275215305, 31.285727786783582, - 30.866650698250847, + 30.86665069825085, 30.558054408427193, 30.50144068738833, 30.652484985974702, @@ -103474,50 +73970,50 @@ ], "ice resistance": 45837.65458071919, "wind resistance": [ - 2291.369703521548, + 2291.3697035211117, 1190.9276950675958, - -561.2318826041665, - -1954.1265639675185, + -561.2318826041919, + -1954.1265639675476, -2257.3806291282563, -1690.6715414601058, -114.42411932382674, 1564.6929295682494 ], "relative wind speed": [ - 7.719257198272225, + 7.719257198272224, 7.594342727062698, - 7.334423387605897, - 7.086544933613208, + 7.334423387605896, + 7.086544933613209, 7.003147819742779, 7.1384150637347705, 7.405217393809937, 7.642767298703171 ], "relative wind angle": [ - 0.004590983070664137, + 0.004590983070712502, 0.036646645199745205, - 0.048838362431294746, - 0.032197101278608156, + 0.04883836243129702, + 0.032197101278611605, 0.0050604395037204646, 0.038988402529522084, - 0.048371100596188356, - 0.029853149374034816 + 0.04837110059618836, + 0.02985314937403482 ], "resistance": [ - 48129.02428424073, + 48129.024284240295, 47028.582275786786, - 45276.42269811502, - 43883.52801675167, + 45276.422698115, + 43883.52801675164, 43580.273951590934, 44146.98303925908, 45723.23046139536, 47402.347510287436 ], "fuel": [ - 39.11474748053868, + 39.11474748053853, 38.74875127219034, - 38.175299492335775, - 37.727579402031985, + 38.17529949233576, + 37.72757940203198, 37.63106100907723, 37.81170850829398, 38.32044687614266, @@ -103541,68 +74037,7 @@ "id": "1922", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 34887.92915012791, - "wind resistance": [ - 1342.4063245899051, - -413.0596063643534, - -1893.4009114865985, - -2268.554310001, - -1810.8224826837431, - -273.02781469640104, - 1459.5638956290495, - 2358.7161286636256 - ], - "relative wind speed": [ - 7.6152928996495595, - 7.359018092189993, - 7.1002399493636075, - 6.997094156223467, - 7.11650798611164, - 7.381207528762761, - 7.630462929947619, - 7.7251566477830815 - ], - "relative wind angle": [ - 0.03484011312695169, - 0.04948761998779552, - 0.03515457637165541, - 0.001587556382979222, - 0.03728309709467846, - 0.049338728948211015, - 0.032710863043640084, - 0.00143793597450107 - ], - "resistance": [ - 36230.33547471781, - 34474.869543763554, - 32994.52823864131, - 32619.374840126908, - 33077.10666744417, - 34614.90133543151, - 36347.49304575696, - 37246.64527879153 - ], - "fuel": [ - 35.39640973667488, - 34.89242264490462, - 34.476334800962675, - 34.37218342991528, - 34.49933083263549, - 34.932204326764364, - 35.430453380374516, - 35.69342918952439 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 -5, -9.6875 -4.6875, -9.375 -4.6875, -9.375 -5, -9.6875 -5))", @@ -103634,54 +74069,54 @@ ], "ice resistance": 67046.66467761152, "wind resistance": [ - 1537.8641034870452, + 1537.864103486947, -220.86294127181463, - -1813.128305505361, + -1813.1283055053682, -2323.0561322395733, -1964.0213434353682, -476.69949566960713, - 1323.7777566175755, - 2398.026699525053 + 1323.7777566176264, + 2398.026699524682 ], "relative wind speed": [ - 7.642190423347092, + 7.642190423347091, 7.390757586253218, - 7.118178626549984, + 7.118178626549983, 6.9896543876662856, 7.08843066466037, 7.350212653769682, - 7.6144899234894545, - 7.732635727575229 + 7.614489923489454, + 7.7326357275752295 ], "relative wind angle": [ - 0.03250053209257803, + 0.03250053209258828, 0.05028560191879847, 0.0389295657142789, - 0.0029040483814894535, + 0.002904048381489454, 0.03504052859298553, 0.05056322121220988, - 0.03639098269968148, - 0.0026250155842528528 + 0.036390982699675375, + 0.002625015584295147 ], "resistance": [ - 68584.52878109858, + 68584.52878109847, 66825.80173633971, 65233.53637210616, 64723.60854537195, 65082.64333417616, 66569.96518194192, - 68370.4424342291, - 69444.69137713658 + 68370.44243422915, + 69444.6913771362 ], "fuel": [ - 46.7384225747598, + 46.73842257475976, 46.021774145760126, 45.38288288165611, 45.18027043032123, 45.32282691862949, 45.91848443926398, - 46.65057113615304, - 47.09311391778202 + 46.650571136153054, + 47.09311391778188 ] }, { @@ -103714,50 +74149,50 @@ ], "ice resistance": 54943.10416260869, "wind resistance": [ - 1117.2224685710025, + 1117.2224685709516, -902.6799002794869, - -2357.40120773689, - -2580.6142877332495, + -2357.401207736919, + -2580.6142877333114, -1729.4065363979644, 161.381883408063, 2008.3784052795381, 2541.990339018379 ], "relative wind speed": [ - 7.594679993939188, + 7.594679993939187, 7.287819057054667, - 7.019549588075111, - 6.9579348108997605, + 7.01954958807511, + 6.957934810899761, 7.143748217983401, 7.456540498375368, 7.709619082213835, 7.7652717904494795 ], "relative wind angle": [ - 0.045468175085478034, + 0.04546817508548292, 0.055421503964294086, - 0.03216058352321739, - 0.012142910532448177, - 0.048340414417370456, + 0.03216058352322084, + 0.012142910532457321, + 0.04834041441737046, 0.054166222358037835, 0.029281103436055087, - 0.01088038807409511 + 0.010880388074095112 ], "resistance": [ - 56060.32663117969, + 56060.32663117964, 54040.4242623292, - 52585.7029548718, - 52362.489874875435, + 52585.70295487177, + 52362.48987487538, 53213.69762621072, 55104.486046016755, 56951.482567888226, 57485.09450162707 ], "fuel": [ - 41.88589658536015, + 41.88589658536013, 41.15793941470006, 40.643073341190004, - 40.56476889820041, + 40.5647688982004, 40.86437206417871, 41.53952675178438, 42.211888866634084, @@ -103781,68 +74216,7 @@ "id": "1925", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 76552.58815468015, - "wind resistance": [ - 916.5415784708712, - -1418.7055070879542, - -2879.1658564584322, - -2948.6114687443514, - -1674.16199812193, - 621.0410695123173, - 2627.0534667371685, - 2792.597708019035 - ], - "relative wind speed": [ - 7.579476370734521, - 7.213225788126695, - 6.929008525148242, - 6.909747462706137, - 7.168480990693642, - 7.536906228550483, - 7.7990013865162275, - 7.816071376982502 - ], - "relative wind angle": [ - 0.0574454622459581, - 0.06288048587171355, - 0.029713780765182288, - 0.02346855465244905, - 0.06074296819532762, - 0.06017667868005685, - 0.02639833563812847, - 0.020746808154887046 - ], - "resistance": [ - 77469.12973315103, - 75133.8826475922, - 73673.42229822172, - 73603.9766859358, - 74878.42615655823, - 77173.62922419247, - 79179.64162141732, - 79345.18586269919 - ], - "fuel": [ - 50.53466587347626, - 49.508397832355975, - 48.87688497194486, - 48.84705389475303, - 49.39736401287807, - 50.403681220405446, - 51.29925775550572, - 51.37383318383341 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 -4.375, -8.75 -4.0625, -8.4375 -4.0625, -8.4375 -4.375, -8.75 -4.375))", @@ -103874,19 +74248,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1810.0903809520314, + 1810.0903809519987, 184.66639231599038, - -1499.6540288766337, + -1499.654028876641, -2279.757184494225, -2097.9415660111845, -828.3989070333082, - 960.9323878428404, + 960.9323878428586, 2244.164754059806 ], "relative wind speed": [ - 7.001217242964999, + 7.001217242964998, 6.756593338246592, - 6.449172529620438, + 6.449172529620437, 6.262267509872314, 6.317894255125334, 6.578850747942065, @@ -103894,27 +74268,27 @@ 7.051016688175806 ], "relative wind angle": [ - 0.030847847812366998, + 0.030847847812370596, 0.05840729307727871, - 0.05303036877881124, + 0.053030368778811246, 0.0142169286801013, - 0.03418548792875868, - 0.0599871692079294, - 0.04970329310624329, + 0.034185487928758675, + 0.059987169207929396, + 0.049703293106241046, 0.01262648792408147 ], "resistance": [ - 98444.59038095202, + 98444.590380952, 96819.166392316, - 95134.84597112337, + 95134.84597112336, 94354.74281550577, 94536.55843398882, 95806.1010929667, - 97595.43238784284, + 97595.43238784285, 98878.6647540598 ], "fuel": [ - 56.6237311470766, + 56.62373114707658, 55.78039609958036, 54.91687503008471, 54.52050690696882, @@ -103954,9 +74328,9 @@ ], "ice resistance": 88007.92501593893, "wind resistance": [ - 1798.1699093676543, + 1798.1699093675998, -190.2210731560117, - -2018.4059437186188, + -2018.4059437186625, -2637.974436053555, -2250.799033723568, -583.8344419791865, @@ -103964,9 +74338,9 @@ 2723.982030669409 ], "relative wind speed": [ - 7.686613920668626, + 7.686613920668625, 7.404420760740305, - 7.092052792694162, + 7.092052792694161, 6.939157705273881, 7.046007864613216, 7.341989756975009, @@ -103974,19 +74348,19 @@ 7.783209539447472 ], "relative wind angle": [ - 0.035954803194032985, + 0.03595480319403916, 0.057027901306348126, - 0.04521092262509782, + 0.04521092262510274, 0.004505859413801859, 0.03922533482557549, 0.057513358707918225, 0.04194357520809594, - 0.004017217731169612 + 0.004017217731169611 ], "resistance": [ - 89806.09492530659, + 89806.09492530653, 87817.70394278291, - 85989.51907222031, + 85989.51907222027, 85369.95057988538, 85757.12598221537, 87424.09057395975, @@ -103994,9 +74368,9 @@ 90731.90704660834 ], "fuel": [ - 56.29315058734187, + 56.29315058734185, 55.3267518442732, - 54.451198182057, + 54.451198182056984, 54.15729623395313, 54.34079150217138, 55.13719209120268, @@ -104021,68 +74395,7 @@ "id": "1928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.97090322386759, - 19.97090322386759, - 19.97090322386759, - 19.97090322386759, - 19.97090322386759, - 19.97090322386759, - 19.97090322386759, - 19.97090322386759 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 58.6826707951368, - -1578.4255665072887, - -2255.222264316679, - -2000.4347711784812, - -653.1509163770097, - 1130.20529097283, - 2334.404862200772, - 1730.0262295320917 - ], - "relative wind speed": [ - 5.643349116977535, - 5.275950934614071, - 5.06792142158349, - 5.162597246148676, - 5.493088746215172, - 5.846858555278363, - 6.028066497189797, - 5.947184451817933 - ], - "relative wind angle": [ - 0.08517961511429026, - 0.07452337604854037, - 0.014880631589353474, - 0.05545991570780879, - 0.08751554259093798, - 0.06723507168742467, - 0.0125103224369567, - 0.04813723296006758 - ], - "resistance": [ - 96693.18267079515, - 95056.07443349273, - 94379.27773568334, - 94634.06522882154, - 95981.349083623, - 97764.70529097284, - 98968.90486220078, - 98364.5262295321 - ], - "fuel": [ - 50.2237791691811, - 49.38508660481392, - 49.041276484164925, - 49.17050750272574, - 49.85788052838062, - 50.778121433893006, - 51.40620150864126, - 51.090298407125786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 -4.0625, -7.8125 -3.75, -7.5 -3.75, -7.5 -4.0625, -7.8125 -4.0625))", @@ -104101,68 +74414,7 @@ "id": "1929", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.268542888350362, - 14.268542888350362, - 14.268542888350362, - 14.268542888350362, - 14.268542888350362, - 14.268542888350362, - 14.268542888350362, - 14.268542888350362 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -2.3409787549535395, - -1077.0215976021182, - -1490.0135184596638, - -1288.8856348361496, - -358.4427940080832, - 831.2708282089807, - 1607.3094173945647, - 1133.0113533764115 - ], - "relative wind speed": [ - 4.042061783293523, - 3.697732077876469, - 3.5104075221394266, - 3.6164131010426925, - 3.936638059442047, - 4.261708595299898, - 4.4172866897583845, - 4.330928186153222 - ], - "relative wind angle": [ - 0.11242714828789499, - 0.09701565985836719, - 0.015114438438255492, - 0.07837413759439157, - 0.1154512339766492, - 0.08414429185075406, - 0.012011240777382649, - 0.06542368250319565 - ], - "resistance": [ - 96632.15902124505, - 95557.47840239789, - 95144.48648154034, - 95345.61436516386, - 96276.05720599192, - 97465.77082820897, - 98241.80941739457, - 97767.51135337641 - ], - "fuel": [ - 44.166195655648394, - 43.61475492560367, - 43.403983376058946, - 43.50655025804405, - 43.9829964055678, - 44.59689869455817, - 45.00017939656829, - 44.75343665245078 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -4.375, -8.125 -4.0625, -7.8125 -4.0625, -7.8125 -4.375, -8.125 -4.375))", @@ -104194,53 +74446,53 @@ ], "ice resistance": 92492.30927212894, "wind resistance": [ - 941.4362339408399, + 941.436233940818, -1345.4248789633275, - -2801.7750981036734, - -2892.2710038223668, + -2801.7750981036806, + -2892.271003822305, -1678.658029956263, 555.9978117248829, - 2535.623348302157, + 2535.6233483021933, 2751.438137953275 ], "relative wind speed": [ - 7.580989897007319, + 7.580989897007318, 7.223741676453352, - 6.94239003950266, - 6.917308934522223, + 6.942390039502659, + 6.9173089345222225, 7.165418562965153, 7.525436013473474, 7.785746691257485, 7.808038684931808 ], "relative wind angle": [ - 0.05567418047993528, - 0.06170512374212396, + 0.055674180479937274, + 0.06170512374212397, 0.029983628970116177, - 0.021848852655701342, - 0.05890674178150254, - 0.059228411097946354, - 0.02673496359367695, + 0.021848852655691177, + 0.05890674178150255, + 0.05922841109794636, + 0.0267349635936728, 0.019356035797262083 ], "resistance": [ - 93433.74550606978, + 93433.74550606977, 91146.88439316562, 89690.53417402526, - 89600.03826830658, + 89600.03826830664, 90813.65124217268, 93048.30708385383, - 95027.9326204311, + 95027.93262043114, 95243.74741008221 ], "fuel": [ - 58.094167585576244, + 58.09416758557624, 56.953106605612504, 56.23658303027245, - 56.19231953230156, + 56.192319532301596, 56.78845974365069, 57.90048421104264, - 58.90112057166786, + 58.901120571667875, 59.01108946462912 ] }, @@ -104261,68 +74513,7 @@ "id": "1931", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.332195951251254, - 18.332195951251254, - 18.332195951251254, - 18.332195951251254, - 18.332195951251254, - 18.332195951251254, - 18.332195951251254, - 18.332195951251254 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 265.0037391988262, - -1370.347841859406, - -2160.891017377571, - -2002.0828789776406, - -799.0393631323168, - 927.2317852065862, - 2201.189034984678, - 1825.8573361255985 - ], - "relative wind speed": [ - 5.2390433808285675, - 4.847068158252863, - 4.595914186475455, - 4.6606784920410975, - 4.994134862817495, - 5.375396621967901, - 5.591648358468761, - 5.53778245943611 - ], - "relative wind angle": [ - 0.09520189773453105, - 0.09072567568620149, - 0.026774543799613845, - 0.056921023785221674, - 0.09988574575146607, - 0.08178754243664767, - 0.022005807035840253, - 0.047898011689137335 - ], - "resistance": [ - 96899.50373919883, - 95264.1521581406, - 94473.60898262243, - 94632.41712102236, - 95835.46063686768, - 97561.73178520659, - 98835.68903498468, - 98460.3573361256 - ], - "fuel": [ - 48.37908456201195, - 47.54003108078263, - 47.137993396287214, - 47.21857001532954, - 47.83202258908244, - 48.72168620883068, - 49.38535328120412, - 49.18919699225566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 -4.6875, -8.125 -4.375, -7.8125 -4.375, -7.8125 -4.6875, -8.125 -4.6875))", @@ -104354,54 +74545,54 @@ ], "ice resistance": 78295.25068251994, "wind resistance": [ - 2053.2148550821767, + 2053.214855082115, -448.23140345822685, -2616.2085373754962, -3212.113075534813, - -2628.2766937227498, + -2628.2766937227607, -468.63078918039173, 2036.0771795859218, - 3445.346438089022 + 3445.3464380840305 ], "relative wind speed": [ 7.741334194892861, 7.381337955753704, - 7.001859520722252, + 7.001859520722251, 6.837485212981158, - 6.999444123355278, + 6.999444123355279, 7.378097528220942, 7.739149591851898, - 7.884749147262344 + 7.884749147262345 ], "relative wind angle": [ - 0.047699164217660746, - 0.07099961759753809, - 0.053069713805276544, - 0.00023755925407606003, - 0.052759398587595076, + 0.04769916421766773, + 0.0709996175975381, + 0.05306971380527654, + 0.00023755925407606006, + 0.05275939858759717, 0.07103085285032906, 0.04800979713492709, - 0.00020600628499999393 + 0.00020600628553892072 ], "resistance": [ - 80348.46553760211, + 80348.46553760205, 77847.01927906171, 75679.04214514444, 75083.13760698512, - 75666.9739887972, + 75666.97398879718, 77826.61989333955, 80331.32786210586, - 81740.59712060896 + 81740.59712060397 ], "fuel": [ - 51.82797878347996, + 51.827978783479935, 50.70264403903533, 49.74616272359033, 49.486322241570875, 49.740887369850874, 50.69356260600556, 51.82018978264515, - 52.46434682357197 + 52.46434682356967 ] }, { @@ -104434,19 +74625,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1868.7088331411505, + 1868.7088331411142, -658.8614132817274, - -2728.5962910598355, + -2728.596291059839, -3225.670113797143, - -2479.530526813298, + -2479.5305268133125, -238.14747889258433, 2222.4947515893764, 3405.658626650842 ], "relative wind speed": [ - 7.474259121720243, + 7.474259121720242, 7.091253739215468, - 6.707932692521648, + 6.707932692521647, 6.564641795907593, 6.759765813111091, 7.160523980323388, @@ -104454,31 +74645,31 @@ 7.646205683745814 ], "relative wind angle": [ - 0.054474707730994325, + 0.054474707730998405, 0.07633544439396904, 0.05337017532441752, 0.005291295039339919, - 0.06023921216491697, - 0.07559556557674141, - 0.047597085412347806, + 0.060239212164918815, + 0.0755955655767414, + 0.0475970854123478, 0.004542830182014306 ], "resistance": [ - 98503.20883314115, + 98503.2088331411, 95975.63858671827, 93905.90370894017, 93408.82988620286, - 94154.9694731867, + 94154.96947318669, 96396.35252110742, 98856.99475158937, 100040.15862665084 ], "fuel": [ - 59.17885453049077, + 59.17885453049075, 57.87114100039183, 56.81800545448622, 56.56745504882006, - 56.943892981646755, + 56.94389298164674, 58.08716071058114, 59.363792768638426, 59.985663772790105 @@ -104514,7 +74705,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2477.8742266874833, + 2477.8742266874106, 509.6308131208716, -1685.6693116436982, -2855.5598640496755, @@ -104524,7 +74715,7 @@ 2736.4590487901623 ], "relative wind speed": [ - 7.619432017312795, + 7.6194320173127945, 7.353703249582961, 6.990450670161398, 6.743616358435523, @@ -104534,17 +74725,17 @@ 7.646702300457144 ], "relative wind angle": [ - 0.028353675663939648, + 0.02835367566394748, 0.06145487720603196, - 0.060505191386772045, + 0.06050519138677205, 0.0216743873262736, 0.03189155646832139, - 0.06399697954682694, + 0.06399697954682695, 0.05698531532532492, 0.019114280028481756 ], "resistance": [ - 99112.3742266875, + 99112.37422668742, 97144.1308131209, 94948.83068835632, 93778.94013595034, @@ -104554,7 +74745,7 @@ 99370.95904879017 ], "fuel": [ - 60.014170731787914, + 60.01417073178787, 58.9893318323098, 57.86327304825875, 57.270513273029614, @@ -104594,9 +74785,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2568.5554401717745, + 2568.555440171771, 930.2856910314003, - -1173.5144712037545, + -1173.5144712037763, -2544.115253828604, -2653.447940754697, -1573.6166954978908, @@ -104604,9 +74795,9 @@ 2308.4678575434264 ], "relative wind speed": [ - 7.04493308566566, + 7.044933085665659, 6.818610208442145, - 6.452762852272681, + 6.45276285227268, 6.15705765163446, 6.123018127314289, 6.374087228321763, @@ -104614,19 +74805,19 @@ 7.0152030792683115 ], "relative wind angle": [ - 0.020736629409424386, - 0.06300455570997249, - 0.07151429390912808, - 0.036183336421883074, + 0.02073662940942439, + 0.06300455570997247, + 0.0715142939091312, + 0.03618333642188308, 0.023859403077600524, 0.06740488364366243, 0.06841896699040793, 0.03175556227767259 ], "resistance": [ - 99203.05544017183, + 99203.05544017181, 97564.78569103144, - 95460.98552879629, + 95460.98552879627, 94090.38474617145, 93981.05205924535, 95060.88330450215, @@ -104636,7 +74827,7 @@ "fuel": [ 56.62297256350786, 55.76838811246738, - 54.685612207572014, + 54.68561220757201, 53.98905642881057, 53.933793286436455, 54.48155301314513, @@ -104661,68 +74852,7 @@ "id": "1936", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.941783400229782, - 7.941783400229782, - 7.941783400229782, - 7.941783400229782, - 7.941783400229782, - 7.941783400229782, - 7.941783400229782, - 7.941783400229782 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -262.8894522606397, - -695.935033092089, - -751.9653076277348, - -452.8214052330393, - 142.70580307878163, - 714.1311721600891, - 844.0638838042914, - 364.8207057307404 - ], - "relative wind speed": [ - 2.1382137877926417, - 1.8428230986682508, - 1.7869486461996797, - 2.0204771483693857, - 2.3542677667554344, - 2.5920142644100013, - 2.6308457681390798, - 2.4560551729973996 - ], - "relative wind angle": [ - 0.19890025251918603, - 0.12019721407575909, - 0.0615935534676429, - 0.18745061333970972, - 0.18043566890478233, - 0.08535360591322576, - 0.04182191512242475, - 0.1539119589266656 - ], - "resistance": [ - 96371.61054773939, - 95938.56496690794, - 95882.5346923723, - 96181.67859476699, - 96777.20580307882, - 97348.63117216012, - 97478.56388380432, - 96999.32070573077 - ], - "fuel": [ - 39.852968779509986, - 39.6306670683896, - 39.60195520052812, - 39.755382283176615, - 40.061811862666055, - 40.35708044420409, - 40.42438920184126, - 40.17643936972904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -2.8125, -5.9375 -2.5, -5.625 -2.5, -5.625 -2.8125, -5.9375 -2.8125))", @@ -104741,68 +74871,7 @@ "id": "1937", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.114068815229796, - 8.114068815229796, - 8.114068815229796, - 8.114068815229796, - 8.114068815229796, - 8.114068815229796, - 8.114068815229796, - 8.114068815229796 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -562.4834929003632, - -814.9321420801621, - -702.9368561417386, - -182.9965590015031, - 495.0244687294744, - 957.0344120771406, - 697.125279459136, - 51.11754157137102 - ], - "relative wind speed": [ - 2.0084376317612405, - 1.797648019138469, - 1.9070701907029393, - 2.2388594279952843, - 2.5597792486530873, - 2.7119648083626013, - 2.636166688629898, - 2.3608896594687123 - ], - "relative wind angle": [ - 0.18397045409152923, - 0.03464074733493835, - 0.14701779554384545, - 0.2057217749111481, - 0.14403032751456576, - 0.02295932725503198, - 0.10617306403793543, - 0.19494769081231417 - ], - "resistance": [ - 96072.01650709964, - 95819.56785791986, - 95931.56314385828, - 96451.50344099851, - 97129.52446872949, - 97591.53441207716, - 97331.62527945916, - 96685.61754157138 - ], - "fuel": [ - 39.77797605077483, - 39.64857944795386, - 39.70595516120968, - 39.97293433790515, - 40.32259607619469, - 40.56183884126287, - 40.42715227800154, - 40.09347579824963 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -3.125, -6.25 -2.8125, -5.9375 -2.8125, -5.9375 -3.125, -6.25 -3.125))", @@ -104821,68 +74890,7 @@ "id": "1938", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.242363665971224, - 8.242363665971224, - 8.242363665971224, - 8.242363665971224, - 8.242363665971224, - 8.242363665971224, - 8.242363665971224, - 8.242363665971224 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -589.8136565159448, - -819.5999001620103, - -691.6102036884618, - -154.08377943931873, - 524.9163723844672, - 968.7766888074466, - 671.2858983867964, - 15.647828527765341 - ], - "relative wind speed": [ - 2.030878028924771, - 1.8363403302986399, - 1.958809725925888, - 2.290538636897656, - 2.602940219869371, - 2.743650405554916, - 2.657598128799973, - 2.377645076427934 - ], - "relative wind angle": [ - 0.1743244368236655, - 0.0241811941298142, - 0.14831110974151582, - 0.1994138305334946, - 0.1357408497575528, - 0.01618373565884379, - 0.10913038756129476, - 0.19201524627636107 - ], - "resistance": [ - 96044.68634348408, - 95814.90009983802, - 95942.88979631157, - 96480.41622056071, - 97159.4163723845, - 97603.27668880747, - 97305.78589838682, - 96650.1478285278 - ], - "fuel": [ - 39.82396301864938, - 39.70619607498576, - 39.77176738587085, - 40.04781693766815, - 40.39805790705272, - 40.627936626709044, - 40.47378281227239, - 40.13520685173774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -3.125, -5.9375 -2.8125, -5.625 -2.8125, -5.625 -3.125, -5.9375 -3.125))", @@ -104901,68 +74909,7 @@ "id": "1939", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.524104091682082, - 8.524104091682082, - 8.524104091682082, - 8.524104091682082, - 8.524104091682082, - 8.524104091682082, - 8.524104091682082, - 8.524104091682082 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -672.5430433388656, - -823.2974089697123, - -629.3715105863321, - -39.172716711552766, - 627.3986291896344, - 978.8748911795728, - 565.4288971998076, - -111.2175380043177 - ], - "relative wind speed": [ - 2.064731658982599, - 1.9266583803437298, - 2.0940209250457182, - 2.426451725407673, - 2.709235737964521, - 2.809103521218197, - 2.686661771220909, - 2.3906917684501536 - ], - "relative wind angle": [ - 0.14539265734524076, - 0.009440211469353471, - 0.15576690120848768, - 0.18286154685662578, - 0.11064060501387069, - 0.006474634819526298, - 0.12121309741817168, - 0.18562840115196086 - ], - "resistance": [ - 95961.95695666118, - 95811.20259103033, - 96005.1284894137, - 96595.3272832885, - 97261.89862918967, - 97613.37489117961, - 97199.92889719985, - 96523.28246199572 - ], - "fuel": [ - 39.917123818653906, - 39.839885467437384, - 39.939258144337195, - 40.2425523958686, - 40.586651959904586, - 40.76875787697031, - 40.55459204102716, - 40.205460195748344 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -2.8125, -5.625 -2.5, -5.3125 -2.5, -5.3125 -2.8125, -5.625 -2.8125))", @@ -104981,68 +74928,7 @@ "id": "1940", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.357161167108053, - 9.357161167108053, - 9.357161167108053, - 9.357161167108053, - 9.357161167108053, - 9.357161167108053, - 9.357161167108053, - 9.357161167108053 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -529.9552217695723, - -897.5398497535443, - -844.20668468752, - -345.97545304293135, - 394.11316161901414, - 968.1444509416738, - 843.8660755267515, - 179.6389455472504 - ], - "relative wind speed": [ - 2.4183654200365456, - 2.183621269351254, - 2.2279073198372457, - 2.513991691234112, - 2.836068300059609, - 3.0205252621801324, - 2.988009986872058, - 2.751657770115569 - ], - "relative wind angle": [ - 0.15834172801783086, - 0.05515184831445859, - 0.09489565603779175, - 0.16741329580916017, - 0.13486574838001103, - 0.03986114234708093, - 0.07070845453297955, - 0.15283430273086104 - ], - "resistance": [ - 96104.54477823045, - 95736.96015024648, - 95790.2933153125, - 96288.5245469571, - 97028.61316161904, - 97602.6444509417, - 97478.36607552678, - 96814.13894554728 - ], - "fuel": [ - 40.42174081010572, - 40.23336366461474, - 40.26066428181112, - 40.516214248094755, - 40.897521452924494, - 41.19467636178418, - 41.13023801960501, - 40.78681067171864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -2.8125, -5.3125 -2.5, -5 -2.5, -5 -2.8125, -5.3125 -2.8125))", @@ -105061,68 +74947,7 @@ "id": "1941", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.242923239707103, - 9.242923239707103, - 9.242923239707103, - 9.242923239707103, - 9.242923239707103, - 9.242923239707103, - 9.242923239707103, - 9.242923239707103 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -361.498442484281, - -675.4561289053527, - -665.9154701056495, - -327.8012960877636, - 222.73124812503147, - 678.9812479763759, - 656.5824631817359, - 183.58671153411342 - ], - "relative wind speed": [ - 2.4515831245458553, - 2.2626918351747345, - 2.2705308255798964, - 2.469018234358155, - 2.7186253083521987, - 2.8777437416845677, - 2.8715628417052934, - 2.702800832872826 - ], - "relative wind angle": [ - 0.1230610161449685, - 0.0520545937427853, - 0.0592444157092517, - 0.1250120830490305, - 0.11092053693241352, - 0.04092205374901974, - 0.0468339933811808, - 0.11414950223057607 - ], - "resistance": [ - 96273.00155751573, - 95959.04387109466, - 95968.58452989436, - 96306.69870391225, - 96857.23124812504, - 97313.4812479764, - 97291.08246318175, - 96818.08671153412 - ], - "fuel": [ - 40.44636354093352, - 40.28524062280267, - 40.290131480246465, - 40.46367869457864, - 40.7471662138029, - 40.98295913620316, - 40.9713652206626, - 40.726972145809896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -3.125, -5.625 -2.8125, -5.3125 -2.8125, -5.3125 -3.125, -5.625 -3.125))", @@ -105141,68 +74966,7 @@ "id": "1942", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.317022158344479, - 10.317022158344479, - 10.317022158344479, - 10.317022158344479, - 10.317022158344479, - 10.317022158344479, - 10.317022158344479, - 10.317022158344479 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -722.8853394617363, - -1016.6985729544917, - -876.9180768895812, - -234.86964461735306, - 590.8503495828854, - 1138.168465191784, - 811.0370757063001, - 22.957858682016195 - ], - "relative wind speed": [ - 2.617885682277852, - 2.4296988455468207, - 2.5337505309571777, - 2.8460777870764997, - 3.1559404146490797, - 3.303006034847533, - 3.2238786567060798, - 2.951800565112845 - ], - "relative wind angle": [ - 0.13279684418583382, - 0.022009393764646553, - 0.10716319544278026, - 0.154058955945891, - 0.11005492406321757, - 0.01618956085712505, - 0.08416123120332504, - 0.14849942261016275 - ], - "resistance": [ - 95911.61466053827, - 95617.8014270455, - 95757.58192311043, - 96399.63035538264, - 97225.35034958289, - 97772.66846519179, - 97445.5370757063, - 96657.45785868201 - ], - "fuel": [ - 40.87665705095289, - 40.726256345223135, - 40.79776883390529, - 41.12717835710859, - 41.5530773469729, - 41.8367772995331, - 41.66707616038911, - 41.25989106324319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -3.125, -5.3125 -2.8125, -5 -2.8125, -5 -3.125, -5.3125 -3.125))", @@ -105221,68 +74985,7 @@ "id": "1943", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.286110069951615, - 11.286110069951615, - 11.286110069951615, - 11.286110069951615, - 11.286110069951615, - 11.286110069951615, - 11.286110069951615, - 11.286110069951615 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -585.4999458205443, - -932.4956964275984, - -864.6502689670533, - -343.73600585278245, - 406.14105101941095, - 963.4648446757865, - 803.668351462401, - 125.60087251031382 - ], - "relative wind speed": [ - 2.965114856902455, - 2.7845916848105614, - 2.829892318959877, - 3.0669099161065003, - 3.3358906651887246, - 3.487996816741783, - 3.4513449708496, - 3.242550880279992 - ], - "relative wind angle": [ - 0.10517452811416406, - 0.031741492718654916, - 0.06588149302169485, - 0.11497580729807158, - 0.09344833945720334, - 0.02533881693198749, - 0.05400598546323324, - 0.10872248004915977 - ], - "resistance": [ - 96049.00005417946, - 95702.00430357241, - 95769.84973103294, - 96290.76399414722, - 97040.64105101941, - 97597.9648446758, - 97438.1683514624, - 96760.10087251032 - ], - "fuel": [ - 41.56784228921629, - 41.39007481119972, - 41.424797091128426, - 41.691963867608294, - 42.07833416235907, - 42.36684783407566, - 42.284006688785794, - 41.9335423078689 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -4.6875, -7.5 -4.375, -7.1875 -4.375, -7.1875 -4.6875, -7.5 -4.6875))", @@ -105301,68 +75004,7 @@ "id": "1944", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.150411491962526, - 21.150411491962526, - 21.150411491962526, - 21.150411491962526, - 21.150411491962526, - 21.150411491962526, - 21.150411491962526, - 21.150411491962526 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1016.9076746136161, - -1121.9217902225773, - -2542.662794648042, - -2677.3835664112285, - -1608.486480289288, - 453.1442461333172, - 2345.068300964631, - 2663.9240747025906 - ], - "relative wind speed": [ - 6.156726173666306, - 5.741871015074632, - 5.3961109431055805, - 5.348642173251938, - 5.633625542634297, - 6.055900525799209, - 6.365924962000849, - 6.405859882532563 - ], - "relative wind angle": [ - 0.07892151182070586, - 0.09222622023654287, - 0.048654816508852804, - 0.029479026942894834, - 0.08626708569393648, - 0.08743125694859778, - 0.04123793677543239, - 0.024612753352374978 - ], - "resistance": [ - 97651.40767461361, - 95512.57820977742, - 94091.83720535196, - 93957.11643358877, - 95026.01351971072, - 97087.64424613332, - 98979.56830096463, - 99298.42407470259 - ], - "fuel": [ - 52.23316249550874, - 51.13180783820802, - 50.40962998114223, - 50.34153984942538, - 50.88363612190222, - 51.941209816040924, - 52.9256439083193, - 53.092867211974365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 -4.6875, -7.1875 -4.375, -6.875 -4.375, -6.875 -4.6875, -7.1875 -4.6875))", @@ -105381,68 +75023,7 @@ "id": "1945", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.45925840133015, - 16.45925840133015, - 16.45925840133015, - 16.45925840133015, - 16.45925840133015, - 16.45925840133015, - 16.45925840133015, - 16.45925840133015 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 152.26861834211013, - -1436.38600576945, - -2133.8745528807094, - -1910.438479335804, - -643.772264514082, - 1072.5402660431719, - 2273.6944737728318, - 1748.1896365145894 - ], - "relative wind speed": [ - 4.708437585386802, - 4.274433437268272, - 4.013031951020581, - 4.115742826670267, - 4.504047167461562, - 4.917829213440068, - 5.133361466163236, - 5.051384598990047 - ], - "relative wind angle": [ - 0.11928370657970354, - 0.1099439913955613, - 0.025659267377798462, - 0.07865606309186876, - 0.12472433614059646, - 0.0955128604437843, - 0.02005840928909287, - 0.06406476132444808 - ], - "resistance": [ - 96786.76861834212, - 95198.11399423056, - 94500.62544711931, - 94724.06152066421, - 95990.72773548594, - 97707.04026604319, - 98908.19447377285, - 98382.68963651461 - ], - "fuel": [ - 46.30758526564291, - 45.49301910167647, - 45.13835580506655, - 45.25177289623326, - 45.898249665166404, - 46.78374074939205, - 47.40996789696726, - 47.13533299500084 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 -5, -7.5 -4.6875, -7.1875 -4.6875, -7.1875 -5, -7.5 -5))", @@ -105474,9 +75055,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1143.0603300249095, + 1143.0603300248913, -770.0366279587688, - -2170.4892073881583, + -2170.4892073881783, -2405.6659446804497, -1618.728254775766, 159.61830228500185, @@ -105484,7 +75065,7 @@ 2484.2636161609535 ], "relative wind speed": [ - 5.778747384051935, + 5.778747384051934, 5.390453841831836, 5.035980548948361, 4.946842169908575, @@ -105494,19 +75075,19 @@ 5.985931188605804 ], "relative wind angle": [ - 0.07590687640163808, - 0.09654857513983195, - 0.05893937335817018, + 0.07590687640164102, + 0.09654857513983196, + 0.05893937335817583, 0.020238950392690632, - 0.08458031209336275, + 0.08458031209336274, 0.09309559910161669, 0.050205309640078626, 0.01672533861261913 ], "resistance": [ - 97777.56033002489, + 97777.56033002488, 95864.46337204121, - 94464.01079261182, + 94464.0107926118, 94228.83405531953, 95015.77174522422, 96794.11830228499, @@ -105516,7 +75097,7 @@ "fuel": [ 50.42018830235772, 49.43336933511621, - 48.719617712141044, + 48.71961771214104, 48.60047371916803, 48.999955765539994, 49.91120550844602, @@ -105541,68 +75122,7 @@ "id": "1947", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.658928621264657, - 13.658928621264657, - 13.658928621264657, - 13.658928621264657, - 13.658928621264657, - 13.658928621264657, - 13.658928621264657, - 13.658928621264657 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 93.65377807049481, - -1049.9345915455679, - -1540.8951131010826, - -1368.6306432433012, - -441.10209253826724, - 800.8871935062098, - 1660.0493760721301, - 1255.3877224161088 - ], - "relative wind speed": [ - 3.9084654482852934, - 3.529849390294337, - 3.3049049396199206, - 3.400646044578609, - 3.742960625759256, - 4.101953155298434, - 4.285260755951723, - 4.209686791902212 - ], - "relative wind angle": [ - 0.12577661796248998, - 0.11518719398651875, - 0.02525025358175114, - 0.08470039468737074, - 0.13136968214949651, - 0.09906482081865559, - 0.01947281596364446, - 0.06839373311431862 - ], - "resistance": [ - 96728.15377807048, - 95584.56540845442, - 95093.6048868989, - 95265.86935675668, - 96193.39790746172, - 97435.38719350619, - 98294.54937607211, - 97889.8877224161 - ], - "fuel": [ - 43.698179333259105, - 43.11111874120325, - 42.860577439347416, - 42.948383310872174, - 43.42305689647134, - 44.06367265602236, - 44.51018558176584, - 44.29953774897563 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 -4.6875, -6.875 -4.375, -6.5625 -4.375, -6.5625 -4.6875, -6.875 -4.6875))", @@ -105621,68 +75141,7 @@ "id": "1948", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.7954576428564, - 14.7954576428564, - 14.7954576428564, - 14.7954576428564, - 14.7954576428564, - 14.7954576428564, - 14.7954576428564, - 14.7954576428564 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -176.25519632814667, - -1263.563328812178, - -1579.0562637685443, - -1286.386038062239, - -214.61439248968145, - 1040.2357096687538, - 1763.9431869826476, - 1072.7400998989342 - ], - "relative wind speed": [ - 4.14223379318792, - 3.7956636799891528, - 3.6388193400112936, - 3.7872141716342944, - 4.131281869616856, - 4.45180052473874, - 4.580893416617842, - 4.458990861374946 - ], - "relative wind angle": [ - 0.11396232831940672, - 0.08889497931520994, - 0.0015147254715633456, - 0.08702762011538948, - 0.11426575954973936, - 0.07576571189162701, - 0.0012032175956135783, - 0.07389027883076182 - ], - "resistance": [ - 96458.24480367191, - 95370.93667118788, - 95055.44373623151, - 95348.11396193782, - 96419.88560751038, - 97674.7357096688, - 98398.44318698271, - 97707.24009989899 - ], - "fuel": [ - 44.54367233432255, - 43.98648135615905, - 43.82563044226754, - 43.974832998950504, - 44.523940305283986, - 45.17227722751153, - 45.54885551062611, - 45.18914895596126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 -4.6875, -6.5625 -4.375, -6.25 -4.375, -6.25 -4.6875, -6.5625 -4.6875))", @@ -105714,9 +75173,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -221.8211004843797, + -221.82110048438426, -1190.2033786874163, - -1446.6436667475327, + -1446.6436667475346, -1144.9782368323395, -145.73273286268977, 988.7051211009166, @@ -105726,7 +75185,7 @@ "relative wind speed": [ 4.08168295500275, 3.76758040989857, - 3.636756511955108, + 3.6367565119551077, 3.7843854789322133, 4.103610049492478, 4.393755687154687, @@ -105734,17 +75193,17 @@ 4.379289637635609 ], "relative wind angle": [ - 0.10626953510514354, + 0.10626953510514564, 0.0792692223983301, 0.0030316652819232124, 0.08305019662496779, - 0.10569956800573756, - 0.06795330649191797, + 0.10569956800573757, + 0.06795330649191796, 0.00244865819023675, 0.0717473173839208 ], "resistance": [ - 96412.67889951564, + 96412.67889951562, 95444.29662131259, 95187.85633325248, 95489.52176316768, @@ -105754,7 +75213,7 @@ 97558.83714688953 ], "fuel": [ - 44.39024170793083, + 44.39024170793081, 43.893944199183835, 43.76310250922323, 43.91704448199634, @@ -105794,33 +75253,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -32.48315149231712, + -32.48315149231803, -904.1156550009218, -1215.8815123578556, - -1027.0859159212832, - -238.60146540619007, + -1027.0859159212855, + -238.60146540619098, 740.9128017476933, 1359.7172221802848, 916.4399943508233 ], "relative wind speed": [ - 3.349238508883368, + 3.3492385088833676, 3.005469104809455, 2.8257346078257455, - 2.9473950336242734, + 2.947395033624274, 3.2754381359696407, 3.593473115523116, 3.7364578812141636, 3.641257487148983 ], "relative wind angle": [ - 0.1363911660545574, - 0.11616747233662604, + 0.13639116605455742, + 0.11616747233662605, 0.013184207722535556, - 0.10048400700420286, - 0.13948411692441667, - 0.09709296025146735, - 0.009970568701610411, + 0.10048400700420508, + 0.13948411692441748, + 0.09709296025146737, + 0.009970568701610413, 0.08128889273659289 ], "resistance": [ @@ -105874,9 +75333,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -15.037846635995265, + -15.037846635998449, -740.3811836064515, - -1005.1753242629347, + -1005.1753242629543, -851.1710321089267, -200.5639801289767, 612.7844908584557, @@ -105884,7 +75343,7 @@ 771.0766249480075 ], "relative wind speed": [ - 2.964404400293864, + 2.9644044002938634, 2.6399457345078248, 2.467189673247445, 2.5802442424682464, @@ -105894,19 +75353,19 @@ 3.2368167174660805 ], "relative wind angle": [ - 0.14500233655620728, - 0.12525160705575758, - 0.015426132937837522, - 0.10716069333606834, + 0.1450023365562096, + 0.1252516070557576, + 0.015426132937859114, + 0.10716069333606836, 0.14880914989047578, - 0.10362366864222076, - 0.011450318064013105, + 0.10362366864222078, + 0.011450318064013103, 0.0853639075881338 ], "resistance": [ 96619.462153364, 95894.11881639354, - 95629.32467573707, + 95629.32467573705, 95783.32896789108, 96433.93601987102, 97247.28449085845, @@ -105916,7 +75375,7 @@ "fuel": [ 41.30509331239581, 40.93246755922702, - 40.796924443525555, + 40.79692444352554, 40.87572458536577, 41.209597888046886, 41.62920086197123, @@ -105941,68 +75400,7 @@ "id": "1952", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.4300118314127, - 12.4300118314127, - 12.4300118314127, - 12.4300118314127, - 12.4300118314127, - 12.4300118314127, - 12.4300118314127, - 12.4300118314127 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -505.22896693165785, - -1271.921759524636, - -1367.5868307226478, - -840.5183761244716, - 218.0140410503327, - 1223.7125925437786, - 1447.7590161150974, - 607.9257397992951 - ], - "relative wind speed": [ - 3.3623221117185453, - 3.039223985297739, - 2.9803534358314683, - 3.2325950948387456, - 3.6083724987423564, - 3.8844149675108777, - 3.9297653199853, - 3.7250357079437624 - ], - "relative wind angle": [ - 0.14175123888543434, - 0.08171590512814465, - 0.04168009610681724, - 0.13144982086274265, - 0.1320267298654465, - 0.06390810087322572, - 0.03160650127008199, - 0.11399095374471946 - ], - "resistance": [ - 96129.27103306836, - 95362.57824047538, - 95266.91316927737, - 95793.98162387554, - 96852.51404105035, - 97858.21259254379, - 98082.25901611512, - 97242.4257397993 - ], - "fuel": [ - 42.42137063727687, - 42.02896015566067, - 41.98015012585077, - 42.24949291954833, - 42.79354742301793, - 43.31430931080881, - 43.43083565049801, - 42.99500131793009 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -4.0625, -5.9375 -3.75, -5.625 -3.75, -5.625 -4.0625, -5.9375 -4.0625))", @@ -106021,68 +75419,7 @@ "id": "1953", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.38091006362943, - 12.38091006362943, - 12.38091006362943, - 12.38091006362943, - 12.38091006362943, - 12.38091006362943, - 12.38091006362943, - 12.38091006362943 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -543.85524296947, - -1325.9300240856141, - -1412.9894898021453, - -847.6387293070611, - 257.5094325220098, - 1294.1567053464787, - 1497.7497088718465, - 611.0077194676114 - ], - "relative wind speed": [ - 3.3375363344900553, - 3.00297770905351, - 2.948964040747586, - 3.219163310846434, - 3.6112961936298587, - 3.893935523489641, - 3.9349993733855264, - 3.7172027870788864 - ], - "relative wind angle": [ - 0.14838483331292976, - 0.083722220051827, - 0.04690952328320835, - 0.1392073192009488, - 0.13706234207132695, - 0.06453541590641279, - 0.03514924244256825, - 0.12045810624403627 - ], - "resistance": [ - 96090.64475703055, - 95308.5699759144, - 95221.51051019787, - 95786.86127069296, - 96892.00943252203, - 97928.6567053465, - 98132.24970887187, - 97245.50771946763 - ], - "fuel": [ - 42.36490822064631, - 41.96475968363452, - 41.92035648981182, - 42.20920708097805, - 42.777287273092085, - 43.31428679383081, - 43.42022094793897, - 42.959955619784395 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -4.375, -6.25 -4.0625, -5.9375 -4.0625, -5.9375 -4.375, -6.25 -4.375))", @@ -106101,68 +75438,7 @@ "id": "1954", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.464091576885659, - 11.464091576885659, - 11.464091576885659, - 11.464091576885659, - 11.464091576885659, - 11.464091576885659, - 11.464091576885659, - 11.464091576885659 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -492.8037454087862, - -1206.362394677306, - -1285.1741839107121, - -766.1210624024511, - 244.10334404450623, - 1191.917039982619, - 1375.865339956641, - 562.4498546121631 - ], - "relative wind speed": [ - 3.085659497991867, - 2.753682492907358, - 2.7005544840166453, - 2.970138251502401, - 3.357594381810319, - 3.634826997061505, - 3.674471397244674, - 3.4602042334628016 - ], - "relative wind angle": [ - 0.1586285172708188, - 0.0899628665456173, - 0.050957452354893976, - 0.14934411946274498, - 0.14568521928724573, - 0.06811508670277304, - 0.037443746648597453, - 0.1280664165081694 - ], - "resistance": [ - 96141.69625459125, - 95428.13760532274, - 95349.32581608933, - 95868.37893759759, - 96878.60334404455, - 97826.41703998267, - 98010.36533995668, - 97196.9498546122 - ], - "fuel": [ - 41.736137503883455, - 41.37081873085158, - 41.330585849522464, - 41.59598407660806, - 42.115398553814444, - 42.60617695746769, - 42.70181281318284, - 42.27986570760696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 -4.375, -5.9375 -4.0625, -5.625 -4.0625, -5.625 -4.375, -5.9375 -4.375))", @@ -106181,68 +75457,7 @@ "id": "1955", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.939651965671162, - 12.939651965671162, - 12.939651965671162, - 12.939651965671162, - 12.939651965671162, - 12.939651965671162, - 12.939651965671162, - 12.939651965671162 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -461.3520695487832, - -1428.635398770095, - -1604.337442056316, - -1073.6300578767496, - 132.92882203455702, - 1353.043639495625, - 1763.8883265023233, - 845.5896996088622 - ], - "relative wind speed": [ - 3.5383338286436157, - 3.1552854270185535, - 3.0508289474068824, - 3.3097955843171567, - 3.7326255453749044, - 4.061585111622485, - 4.140621025712604, - 3.9366931471659985 - ], - "relative wind angle": [ - 0.15467278608333163, - 0.10030755517832882, - 0.03221238055247538, - 0.13788472581718628, - 0.14656192849280725, - 0.07787306027193784, - 0.023732356062983875, - 0.1158190831099007 - ], - "resistance": [ - 96173.14793045122, - 95205.8646012299, - 95030.16255794368, - 95560.86994212324, - 96767.42882203456, - 97987.54363949562, - 98398.38832650232, - 97480.08969960886 - ], - "fuel": [ - 42.833573013739496, - 42.33869888591199, - 42.24918118448634, - 42.51991960682274, - 43.13934105646866, - 43.771230510255165, - 43.98525095943432, - 43.50775060172767 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -4.0625, -5.625 -3.75, -5.3125 -3.75, -5.3125 -4.0625, -5.625 -4.0625))", @@ -106261,68 +75476,7 @@ "id": "1956", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.070095568801827, - 14.070095568801827, - 14.070095568801827, - 14.070095568801827, - 14.070095568801827, - 14.070095568801827, - 14.070095568801827, - 14.070095568801827 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -715.191857330331, - -1638.9141917040288, - -1720.0157377109954, - -999.6197100628196, - 357.0195104405384, - 1600.0032947025766, - 1789.96523511549, - 687.748876523925 - ], - "relative wind speed": [ - 3.7822487099194695, - 3.4326272301343312, - 3.388565075948163, - 3.6850777333817604, - 4.104456198077087, - 4.401026730725593, - 4.435041455464122, - 4.191916993996284 - ], - "relative wind angle": [ - 0.13890856432071683, - 0.0744647454761035, - 0.047987397688227615, - 0.13206280818753255, - 0.1279414878011787, - 0.05805851523914358, - 0.036658604412651064, - 0.1160181941461259 - ], - "resistance": [ - 95919.3081426697, - 94995.585808296, - 94914.48426228903, - 95634.88028993721, - 96991.51951044057, - 98234.5032947026, - 98424.46523511552, - 97322.24887652395 - ], - "fuel": [ - 43.62879398232808, - 43.15700383637065, - 43.11573293195974, - 43.483184470760314, - 44.18040637291522, - 44.82522886582473, - 44.92428183445942, - 44.351417454323354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 -4.0625, -5.3125 -3.75, -5 -3.75, -5 -4.0625, -5.3125 -4.0625))", @@ -106341,68 +75495,7 @@ "id": "1957", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.33795442249638, - 11.33795442249638, - 11.33795442249638, - 11.33795442249638, - 11.33795442249638, - 11.33795442249638, - 11.33795442249638, - 11.33795442249638 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -775.800988971982, - -1210.1529373507728, - -1101.3321858070358, - -396.31473664489886, - 590.4812220449157, - 1310.106677228684, - 1055.6322752917058, - 148.83851032164603 - ], - "relative wind speed": [ - 2.9204923939464544, - 2.6854832335664045, - 2.759259053623311, - 3.082051599014229, - 3.429853641103728, - 3.61681512172316, - 3.5608512040647504, - 3.2854420955946586 - ], - "relative wind angle": [ - 0.13813749131942912, - 0.038290436688272776, - 0.09318951290622367, - 0.15175365878643737, - 0.11751954473133801, - 0.028427510007929063, - 0.07216954798055951, - 0.14229302406875213 - ], - "resistance": [ - 95858.69901102805, - 95424.34706264926, - 95533.16781419299, - 96238.18526335513, - 97224.98122204494, - 97944.60667722872, - 97690.13227529173, - 96783.33851032167 - ], - "fuel": [ - 41.50524705441018, - 41.28310477222239, - 41.33869347817257, - 41.69990376819847, - 42.20858721631096, - 42.581831635521596, - 42.4496244830038, - 41.98047686995535 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 -4.375, -5.625 -4.0625, -5.3125 -4.0625, -5.3125 -4.375, -5.625 -4.375))", @@ -106434,7 +75527,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -613.0256467097797, + -613.0256467097815, -1593.7185873733424, -1723.4695570188405, -1063.4130545963344, @@ -106444,7 +75537,7 @@ 799.1111023128842 ], "relative wind speed": [ - 3.5919233951000025, + 3.591923395100002, 3.202652669402074, 3.1272354531165965, 3.4277412781449246, @@ -106456,9 +75549,9 @@ "relative wind angle": [ 0.15825435119042544, 0.09354593098972194, - 0.04574130619982448, + 0.045741306199824486, 0.14679861816465292, - 0.14662187951001016, + 0.14662187951001018, 0.07125324982972757, 0.033584781730262546, 0.12502962934600395 @@ -106501,68 +75594,7 @@ "id": "1959", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.117816235675226, - 13.117816235675226, - 13.117816235675226, - 13.117816235675226, - 13.117816235675226, - 13.117816235675226, - 13.117816235675226, - 13.117816235675226 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -873.6468783447372, - -1555.0968950741026, - -1499.7466612812868, - -680.3869906765422, - 593.9651217962428, - 1617.3745113720242, - 1487.9204376901343, - 369.1024411341232 - ], - "relative wind speed": [ - 3.4389709227968215, - 3.1403207964391644, - 3.172710786535737, - 3.51001097667513, - 3.9119628359357077, - 4.155521571720673, - 4.13084501071923, - 3.848349929671711 - ], - "relative wind angle": [ - 0.14006634317531552, - 0.05441944018928491, - 0.07525864600357793, - 0.14528757897878966, - 0.12303903776726548, - 0.04111596949483584, - 0.05778027752942864, - 0.13243528563630944 - ], - "resistance": [ - 95760.85312165527, - 95079.40310492589, - 95134.75333871871, - 95954.11300932345, - 97228.46512179624, - 98251.87451137202, - 98122.42043769013, - 97003.60244113412 - ], - "fuel": [ - 42.762475874589015, - 42.41452067278989, - 42.44271858036093, - 42.86147082302045, - 43.51772132827634, - 44.049119487553654, - 43.9816860550257, - 43.40148518591943 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 -4.6875, -6.25 -4.375, -5.9375 -4.375, -5.9375 -4.6875, -6.25 -4.6875))", @@ -106594,9 +75626,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -435.4491088142886, + -435.4491088142913, -1191.6137860619524, - -1306.9280393845852, + -1306.9280393845793, -840.8957538309742, 152.69476583170945, 1124.4423363724736, @@ -106604,9 +75636,9 @@ 623.9894493930115 ], "relative wind speed": [ - 3.3461091071841067, + 3.346109107184106, 3.029364331962721, - 2.9578544511755913, + 2.9578544511755904, 3.187916555339076, 3.548313199589568, 3.8222930897295186, @@ -106614,17 +75646,17 @@ 3.691092081722835 ], "relative wind angle": [ - 0.1379789722754152, - 0.08371093255897086, - 0.034496747298752, - 0.12503628747458992, + 0.137978972275416, + 0.08371093255897084, + 0.034496747298745564, + 0.1250362874745899, 0.13007008505412726, 0.0663163686638417, 0.026310122178458708, - 0.10791933205433307 + 0.10791933205433309 ], "resistance": [ - 96199.05089118573, + 96199.05089118572, 95442.88621393807, 95327.57196061543, 95793.60424616904, @@ -106634,7 +75666,7 @@ 97258.48944939303 ], "fuel": [ - 42.35960455291339, + 42.35960455291338, 41.97237144278388, 41.91350580522856, 42.15171013216752, @@ -106674,9 +75706,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -451.5434505959529, + -451.54345059595516, -1286.0649744004163, - -1417.1613776765812, + -1417.161377676589, -902.8338160624967, 188.9564896745087, 1264.209261128175, @@ -106684,7 +75716,7 @@ 715.2563638359798 ], "relative wind speed": [ - 3.1362499721605976, + 3.136249972160597, 2.756538086279617, 2.6681331289975305, 2.945892858832632, @@ -106694,9 +75726,9 @@ 3.5384864160555716 ], "relative wind angle": [ - 0.17385150580738445, - 0.10884989470134282, - 0.0446166150844793, + 0.1738515058073851, + 0.1088498947013428, + 0.04461661508448676, 0.15945634098479952, 0.16163798716125694, 0.08128910385859432, @@ -106754,9 +75786,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -118.87447650613194, + -118.8744765061374, -953.5360112988387, - -1197.9499097908201, + -1197.949909790977, -966.5685239768281, -140.69412715871385, 826.2658760495415, @@ -106764,7 +75796,7 @@ 844.8896190966707 ], "relative wind speed": [ - 3.2008303135417573, + 3.2008303135417564, 2.849578176290748, 2.687864235528498, 2.8431374905277425, @@ -106774,19 +75806,19 @@ 3.5150172790645775 ], "relative wind angle": [ - 0.1485172392854725, + 0.14851723928547472, 0.11882621166376983, - 0.0015254820413294053, + 0.0015254820414749624, 0.11704283691055602, - 0.14889730835354542, + 0.14889730835354545, 0.0963964461702561, 0.0011279621326138968, 0.09459563814048931 ], "resistance": [ - 96515.62552349389, + 96515.62552349387, 95680.96398870117, - 95436.55009020919, + 95436.55009020904, 95667.9314760232, 96493.8058728413, 97460.76587604955, @@ -106794,9 +75826,9 @@ 97479.38961909669 ], "fuel": [ - 41.871960662186666, + 41.87196066218665, 41.44366786504024, - 41.31874160155547, + 41.3187416015554, 41.43700100044721, 41.86073127030434, 42.360073545327296, @@ -106834,9 +75866,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -277.0037094321365, + -277.00370943213875, -958.5580951822367, - -1095.9060676306167, + -1095.9060676306121, -750.113814829032, 71.2423847783507, 921.6721284104269, @@ -106844,9 +75876,9 @@ 622.9675660286175 ], "relative wind speed": [ - 2.772211410668383, + 2.772211410668382, 2.425704342849054, - 2.3197701418362158, + 2.3197701418362153, 2.543916570592706, 2.9182124818550848, 3.2120209581785164, @@ -106856,15 +75888,15 @@ "relative wind angle": [ 0.17584150313602034, 0.12006100721158942, - 0.03194195613711262, - 0.15602491006601873, + 0.03194195613710566, + 0.15602491006601876, 0.16695906072075192, 0.09057567799875643, - 0.022524750304502978, - 0.12707352086145643 + 0.02252475030450298, + 0.12707352086145646 ], "resistance": [ - 96357.4962905679, + 96357.49629056788, 95675.9419048178, 95538.59393236942, 95884.386185171, @@ -106874,7 +75906,7 @@ 97257.46756602864 ], "fuel": [ - 40.97068207335256, + 40.97068207335255, 40.621160567632, 40.55093367456239, 40.72787355933765, @@ -106914,40 +75946,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -745.0286457546003, + -745.0286457546026, -1506.4089578951389, - -1513.1100075843888, - -768.0227333652651, - 489.992478536843, + -1513.1100075843938, + -768.0227333652665, + 489.9924785368439, 1573.9842558341506, 1589.5722480086615, 516.8210511169909 ], "relative wind speed": [ - 3.172476996931921, + 3.1724769969319206, 2.8152954615804378, - 2.810948644475862, - 3.1631578644913634, + 2.8109486444758613, + 3.163157864491364, 3.6063445122183935, 3.891586116337975, 3.8947270449916274, 3.6145211800702364 ], "relative wind angle": [ - 0.17203496517808037, + 0.172034965178081, 0.08129232366189118, - 0.0782689935685364, - 0.17137404540785928, - 0.1511676858474546, + 0.07826899356853922, + 0.17137404540786058, + 0.15116768584745388, 0.05877850500144577, 0.05646156341003253, - 0.14980031991867837 + 0.1498003199186784 ], "resistance": [ 95889.4713542454, 95128.09104210486, - 95121.38999241561, - 95866.47726663474, + 95121.3899924156, + 95866.47726663473, 97124.49247853685, 98208.48425583415, 98224.07224800866, @@ -106956,8 +75988,8 @@ "fuel": [ 42.014309435850436, 41.625289858981944, - 41.621875601380836, - 42.00252925020412, + 41.62187560138082, + 42.00252925020411, 42.64991830286162, 43.21247624238333, 43.220597814197184, @@ -106994,9 +76026,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -809.0558790223199, + -809.0558790223217, -1251.1823347493873, - -1131.99025733175, + -1131.9902573317513, -394.9481070816528, 627.712011662059, 1367.903972892611, @@ -107014,11 +76046,11 @@ 3.279065578096128 ], "relative wind angle": [ - 0.14385584745560737, + 0.14385584745560892, 0.03851787953353704, - 0.09912060718090651, - 0.15846945727259096, - 0.12124679585463392, + 0.09912060718090762, + 0.15846945727259099, + 0.12124679585463394, 0.028209150944184518, 0.07605157155432164, 0.14862109945988577 @@ -107074,19 +76106,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -519.363790589035, + -519.363790589036, -1051.7231915019709, - -1045.191004740236, + -1045.1910047402368, -497.6912443867204, 403.78511951130713, 1177.489052817867, - 1162.4261194815308, + 1162.426119481529, 378.32730855547425 ], "relative wind speed": [ 2.3001712895827753, 1.9440148016247187, - 1.9500003619802497, + 1.9500003619802495, 2.312370670950368, 2.7400881923036877, 3.0032778283214134, @@ -107094,14 +76126,14 @@ 2.7298009347114527 ], "relative wind angle": [ - 0.23115926487929625, + 0.2311592648792977, 0.11007412704210767, - 0.1156279762235957, + 0.11562797622359668, 0.2320189321689608, - 0.19352927818854296, + 0.19352927818854299, 0.0711669911598058, - 0.07507647131079281, - 0.1960340515822645 + 0.0750764713107943, + 0.19603405158226447 ], "resistance": [ 96115.13620941098, @@ -107154,19 +76186,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -462.7564256300964, + -462.75642563009774, -884.9463158197814, - -865.4037658991529, + -865.4037658991533, -397.07817609900644, - 351.40591670431695, + 351.40591670431786, 975.7938102582234, 930.5899557115868, 274.4717767364409 ], "relative wind speed": [ - 2.190268885534128, + 2.1902688855341275, 1.8945928026093544, - 1.9130620534007425, + 1.9130620534007423, 2.2286893527313087, 2.597202747261157, 2.820152125971336, @@ -107174,12 +76206,12 @@ 2.5643095894103567 ], "relative wind angle": [ - 0.20650589796486488, + 0.20650589796486543, 0.09041408178434371, 0.10850710005148191, 0.20975231687266224, - 0.1737885853619071, - 0.060695185042979986, + 0.17378858536190647, + 0.06069518504297999, 0.07385597393767715, 0.1819684267387427 ], @@ -107234,53 +76266,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 37.54666881619778, + 37.546668816189595, -1065.4185984494516, - -1508.3062340111346, + -1508.3062340111355, -1314.8033367562002, - -380.88467493198095, + -380.8846749319837, 832.634247684292, - 1643.0442566239963, + 1643.0442566239617, 1188.2951756729308 ], "relative wind speed": [ - 3.8539492218928912, + 3.853949221892891, 3.481341943970765, - 3.2706844963321204, + 3.27068449633212, 3.3792059068725493, - 3.7231669575386235, + 3.723166957538624, 4.073715143181477, - 4.244704904241157, + 4.244704904241158, 4.158829671625649 ], "relative wind angle": [ - 0.1267252399554583, + 0.12672523995546095, 0.11256428770422741, 0.020161837198478083, - 0.08824066559541217, - 0.13120194371203733, + 0.08824066559541219, + 0.13120194371203903, 0.09614094143671131, - 0.015534929886272296, - 0.07166719131398437 + 0.015534929886286589, + 0.07166719131398439 ], "resistance": [ - 96672.04666881621, + 96672.0466688162, 95569.08140155056, 95126.19376598888, 95319.69666324381, 96253.61532506804, 97467.13424768431, - 98277.54425662401, + 98277.54425662398, 97822.79517567295 ], "fuel": [ - 43.55932435199301, + 43.559324351993, 42.99326452348079, 42.767241127009896, 42.865903665586046, 43.344045626872386, 43.97018406161861, - 44.3913823507, + 44.391382350699985, 44.154732510619596 ] }, @@ -107301,68 +76333,7 @@ "id": "1969", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.254951956710963, - 15.254951956710963, - 15.254951956710963, - 15.254951956710963, - 15.254951956710963, - 15.254951956710963, - 15.254951956710963, - 15.254951956710963 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 835.969512230251, - -457.6528399526642, - -1434.422529813628, - -1621.1004575993675, - -1126.5036699710517, - 60.313242427672776, - 1274.2884660030995, - 1714.9053054833657 - ], - "relative wind speed": [ - 4.525247478129643, - 4.190397905308259, - 3.87284804408259, - 3.7810465272595937, - 3.9828524558019986, - 4.333767854672749, - 4.619743115201575, - 4.695174712585769 - ], - "relative wind angle": [ - 0.08279136551321004, - 0.10930766550437122, - 0.07035703002404223, - 0.01907021714866876, - 0.09409748103973728, - 0.10567778708532255, - 0.058967604348511206, - 0.015357009366643562 - ], - "resistance": [ - 97470.46951223028, - 96176.84716004737, - 95200.0774701864, - 95013.39954240066, - 95507.99633002898, - 96694.8132424277, - 97908.78846600313, - 98349.4053054834 - ], - "fuel": [ - 45.488522547096345, - 44.82122994617579, - 44.32150627313766, - 44.22640434617094, - 44.478657000087026, - 45.087666254256504, - 45.716034162215244, - 45.94545903850795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 -0.625, 2.5 -0.3125, 2.8125 -0.3125, 2.8125 -0.625, 2.5 -0.625))", @@ -107394,9 +76365,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 303.03377643178555, + 303.033776431781, -805.4930316439213, - -1391.4778504676815, + -1391.477850467682, -1318.840567303952, -555.4239564048107, 594.6474655069787, @@ -107404,9 +76375,9 @@ 1329.5595927698723 ], "relative wind speed": [ - 3.413705291289911, + 3.41370529128991, 2.9945265402465515, - 2.6936310871455302, + 2.69363108714553, 2.742509596061697, 3.0997856336134304, 3.5064035121326187, @@ -107414,11 +76385,11 @@ 3.706844467420565 ], "relative wind angle": [ - 0.15443439166001105, + 0.15443439166001177, 0.16226062327120472, - 0.059079484786063986, - 0.09452128669693068, - 0.17021976441341508, + 0.05907948478606398, + 0.09452128669693066, + 0.1702197644134151, 0.13840746253410902, 0.04250985182772202, 0.0698843773883278 @@ -107474,9 +76445,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 201.311490888771, + 201.31149088876828, -921.1819916750865, - -1449.0462766053993, + -1449.0462766053997, -1310.231514805977, -448.0132716352791, 754.099587837457, @@ -107486,7 +76457,7 @@ "relative wind speed": [ 3.2869748929155223, 2.8344508474627856, - 2.5361415951465345, + 2.536141595146534, 2.633704356336522, 3.0416777240124633, 3.4672605492994237, @@ -107494,14 +76465,14 @@ 3.6221000382132837 ], "relative wind angle": [ - 0.1767475221904471, - 0.17621084927106148, + 0.17674752219044898, + 0.17621084927106145, 0.04920886364395496, - 0.1219775327822491, - 0.1911707735212888, + 0.12197753278224911, + 0.19117077352128878, 0.1438013920048462, - 0.03380430822195812, - 0.08858845916191142 + 0.033804308221958124, + 0.08858845916191144 ], "resistance": [ 96835.81149088877, @@ -107554,9 +76525,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 168.14597896159466, + 168.14597896158557, -1188.0633390991698, - -1816.0177216431966, + -1816.0177216432103, -1661.5591550764275, -629.9574932072428, 814.777858616786, @@ -107564,7 +76535,7 @@ 1488.035873962619 ], "relative wind speed": [ - 4.929478083281458, + 4.929478083281457, 4.583616539790588, 4.369971169692702, 4.436397526381923, @@ -107574,10 +76545,10 @@ 5.199992913007524 ], "relative wind angle": [ - 0.09000442289626008, - 0.08350113804680437, - 0.022328616828763612, - 0.05509768527468182, + 0.09000442289626132, + 0.08350113804680438, + 0.022328616828768584, + 0.05509768527468181, 0.0937084780214927, 0.07546405762748269, 0.018564313039016303, @@ -107586,7 +76557,7 @@ "resistance": [ 96802.64597896162, 95446.43666090086, - 94818.48227835684, + 94818.48227835682, 94972.9408449236, 96004.54250679279, 97449.27785861681, @@ -107634,31 +76605,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -93.93617919961343, + -93.93617919961525, -1022.128193581053, - -1320.3025577061467, + -1320.3025577061003, -1090.4741316900354, -208.55191377734445, 851.0178321508338, - 1488.9981796472357, + 1488.9981796472366, 948.5286615403193 ], "relative wind speed": [ - 3.534106014320822, + 3.5341060143208214, 3.185551485459167, - 3.016291913677978, + 3.0162919136779776, 3.1552581164275195, 3.4954623208276443, 3.815812349981754, - 3.950967634423904, + 3.9509676344239044, 3.840899422726745 ], "relative wind angle": [ - 0.13262709834633266, + 0.13262709834633268, 0.10827689681989476, - 0.00646326376605625, - 0.10053444009346062, - 0.13410214607109508, + 0.006463263766021895, + 0.10053444009346063, + 0.1341021460710951, 0.09033901864109606, 0.004934242801693307, 0.08254262326612606 @@ -107666,7 +76637,7 @@ "resistance": [ 96540.56382080038, 95612.37180641895, - 95314.19744229385, + 95314.1974422939, 95544.02586830997, 96425.94808622266, 97485.51783215083, @@ -107676,7 +76647,7 @@ "fuel": [ 42.71607894977485, 42.239867916907734, - 42.087569217959185, + 42.087569217959214, 42.20492959626767, 42.65710159407659, 43.20418295885152, @@ -107714,19 +76685,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -7.257938226700389, + -7.257938226704027, -950.4140973914623, - -1300.956735304063, + -1300.9567353040711, -1105.3701157470778, - -266.64056685797914, + -266.64056685798096, 788.2932728310134, - 1467.7811687907324, + 1467.7811687907506, 1009.7855185960852 ], "relative wind speed": [ - 3.3363551154426707, + 3.33635511544267, 2.9611308014210156, - 2.758426765392162, + 2.7584267653921617, 2.886569037089864, 3.2426297026343227, 3.5885397060117032, @@ -107734,33 +76705,33 @@ 3.6487850085831206 ], "relative wind angle": [ - 0.14865438950965076, + 0.1486543895096515, 0.12968083596691535, - 0.01718479855974723, + 0.01718479855975369, 0.10965467439641086, - 0.15298446598006957, + 0.15298446598007034, 0.10691172713071694, - 0.01265199604915989, + 0.012651996049151116, 0.08668304360226761 ], "resistance": [ 96627.24206177332, 95684.08590260855, - 95333.54326469595, + 95333.54326469594, 95529.12988425294, 96367.85943314203, 97422.79327283103, - 98102.28116879075, + 98102.28116879077, 97644.2855185961 ], "fuel": [ 42.154478243118014, 41.6703118803718, - 41.49120561815709, + 41.49120561815708, 41.5910822618554, 42.02099497436897, 42.56544558552561, - 42.91832147138962, + 42.918321471389625, 42.68028358187172 ] }, @@ -107794,9 +76765,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -190.0536653848385, + -190.0536653848435, -920.5113799488659, - -1104.2497255048634, + -1104.249725504891, -832.8374423436608, -43.31283586358359, 829.8344647308872, @@ -107804,7 +76775,7 @@ 704.5000196111991 ], "relative wind speed": [ - 2.9988740351735443, + 2.9988740351735435, 2.66553884332784, 2.534796553444438, 2.7114226165098647, @@ -107814,19 +76785,19 @@ 3.3141494304603074 ], "relative wind angle": [ - 0.1533855052818846, - 0.11406083814253896, - 0.011498420603375066, + 0.15338550528188605, + 0.11406083814253898, + 0.011498420603404034, 0.1274339149326718, 0.1504717110962947, - 0.09065228528468176, - 0.008445342443521747, + 0.09065228528468178, + 0.008445342443521749, 0.1041644968152183 ], "resistance": [ 96444.44633461516, 95713.98862005114, - 95530.25027449513, + 95530.2502744951, 95801.66255765634, 96591.18716413641, 97464.33446473088, @@ -107836,7 +76807,7 @@ "fuel": [ 41.43530860845375, 41.060538135939325, - 40.96658139566741, + 40.9665813956674, 41.105415496387636, 41.51083531574514, 41.96189630472365, @@ -107861,68 +76832,7 @@ "id": "1976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.756046898683683, - 14.756046898683683, - 14.756046898683683, - 14.756046898683683, - 14.756046898683683, - 14.756046898683683, - 14.756046898683683, - 14.756046898683683 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -38.22201247049452, - -949.1966990927449, - -1283.3841789628068, - -1104.2005018409918, - -299.51411049084345, - 714.2737462486057, - 1359.4785035371997, - 934.6510139353586 - ], - "relative wind speed": [ - 4.153262282198805, - 3.8719829432358224, - 3.7252088371156415, - 3.8154381104743305, - 4.078584517266146, - 4.346514389313487, - 4.472947391719901, - 4.396233760204114 - ], - "relative wind angle": [ - 0.0901440521892838, - 0.07519743313448768, - 0.010065084700646043, - 0.06238308691877743, - 0.09179917488840954, - 0.06697468551692777, - 0.008382470263213131, - 0.05413285113977893 - ], - "resistance": [ - 96596.27798752951, - 95685.30330090725, - 95351.1158210372, - 95530.299498159, - 96334.98588950916, - 97348.77374624861, - 97993.9785035372, - 97569.15101393536 - ], - "fuel": [ - 44.57915932204543, - 44.11156363827213, - 43.940802197913165, - 44.03230889902257, - 44.4447244378033, - 44.96773801698751, - 45.302590906799665, - 45.081936770354666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 -0.3125, 4.0625 0, 4.375 0, 4.375 -0.3125, 4.0625 -0.3125))", @@ -107941,68 +76851,7 @@ "id": "1977", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.420082441752275, - 19.420082441752275, - 19.420082441752275, - 19.420082441752275, - 19.420082441752275, - 19.420082441752275, - 19.420082441752275, - 19.420082441752275 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -310.62395994472354, - -1298.7666028722997, - -1538.2336565431215, - -1195.237360469424, - -135.4083591864437, - 1034.5236532750187, - 1606.4474437077952, - 887.564476569054 - ], - "relative wind speed": [ - 5.386059295906535, - 5.147172036039391, - 5.0568028696866945, - 5.175270888396704, - 5.4240045801333645, - 5.651201682451531, - 5.732207703970375, - 5.625480571119457 - ], - "relative wind angle": [ - 0.062740895194713, - 0.04379555702125904, - 0.0037592582570720335, - 0.04875784830611758, - 0.062301401274856165, - 0.03988726473755614, - 0.0033163170273508395, - 0.04485300322847607 - ], - "resistance": [ - 96323.8760400553, - 95335.73339712773, - 95096.26634345691, - 95439.2626395306, - 96499.09164081358, - 97669.02365327504, - 98240.94744370782, - 97522.06447656908 - ], - "fuel": [ - 49.35814758492111, - 48.85208570697393, - 48.72999332381248, - 48.904936204441135, - 49.448260774665215, - 50.05288347932837, - 50.350308063976726, - 49.976655043323056 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 -0.625, 3.75 -0.3125, 4.0625 -0.3125, 4.0625 -0.625, 3.75 -0.625))", @@ -108034,33 +76883,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -294.24217261079684, + -294.2421726108014, -1005.2843050641904, - -1152.4044624415233, + -1152.404462441525, -818.6760251184269, 19.303660716540435, 893.6872061484391, - 1240.3335804099388, + 1240.3335804099215, 627.8505949901373 ], "relative wind speed": [ - 3.4115606502614635, + 3.4115606502614626, 3.1277568971570853, - 3.038282680491436, - 3.210423753825504, + 3.0382826804914354, + 3.2104237538255043, 3.518484593200864, 3.7730116214094207, - 3.845428227965, + 3.8454282279650003, 3.7029257653748915 ], "relative wind angle": [ - 0.11858807615587903, + 0.11858807615587998, 0.07916231105001435, 0.017717678637560554, - 0.10092646954737754, + 0.10092646954737865, 0.11496806266502509, 0.06560261897592999, - 0.013998508004660303, + 0.013998508004668234, 0.08746590109007327 ], "resistance": [ @@ -108070,7 +76919,7 @@ 95815.82397488157, 96653.80366071654, 97528.18720614843, - 97874.83358040993, + 97874.83358040992, 97262.35059499013 ], "fuel": [ @@ -108080,7 +76929,7 @@ 42.230161922663925, 42.6605830628298, 43.11248842769133, - 43.29243226388265, + 43.292432263882645, 42.974795801566884 ] }, @@ -108101,68 +76950,7 @@ "id": "1979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.89942152886266, - 15.89942152886266, - 15.89942152886266, - 15.89942152886266, - 15.89942152886266, - 15.89942152886266, - 15.89942152886266, - 15.89942152886266 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 60.88078566721197, - -992.5871377283993, - -1441.383763892597, - -1288.7288490614455, - -438.6072741516882, - 702.4639293697, - 1485.4049558618844, - 1123.40016116269 - ], - "relative wind speed": [ - 4.499454919205955, - 4.203632156313607, - 4.032388465749391, - 4.103677433263386, - 4.367012194711881, - 4.652458143082553, - 4.801638609893524, - 4.740856631712646 - ], - "relative wind angle": [ - 0.08559683529994544, - 0.07596095440321608, - 0.01648530017485657, - 0.05485617069132616, - 0.08819946798270469, - 0.06862080379907307, - 0.013844075357421484, - 0.047477431602280566 - ], - "resistance": [ - 96695.38078566719, - 95641.91286227158, - 95193.1162361074, - 95345.77115093854, - 96195.8927258483, - 97336.96392936968, - 98119.90495586187, - 97757.90016116267 - ], - "fuel": [ - 45.70353044577617, - 45.16268497959058, - 44.93352929317258, - 45.01139082699827, - 45.44658081162057, - 46.034939557121454, - 46.441442013333074, - 46.25320585821992 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 -0.3125, 4.375 0, 4.6875 0, 4.6875 -0.3125, 4.375 -0.3125))", @@ -108181,68 +76969,7 @@ "id": "1980", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.312146759614013, - 19.312146759614013, - 19.312146759614013, - 19.312146759614013, - 19.312146759614013, - 19.312146759614013, - 19.312146759614013, - 19.312146759614013 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -386.3516299208404, - -1251.283331292303, - -1427.75051380916, - -1039.4182830874433, - -27.540416968424324, - 1028.2480767364777, - 1449.99105741733, - 727.565680852329 - ], - "relative wind speed": [ - 5.334446138572638, - 5.120553140484681, - 5.053673097827619, - 5.178180906948369, - 5.412544827755465, - 5.615326584738186, - 5.675592069386978, - 5.562229733902611 - ], - "relative wind angle": [ - 0.058327362301424525, - 0.0375494968408921, - 0.007739972683393385, - 0.04782378757734978, - 0.05748481006355323, - 0.03423960762744219, - 0.006891829142591318, - 0.04451948955253742 - ], - "resistance": [ - 96248.14837007914, - 95383.21666870768, - 95206.74948619082, - 95595.08171691254, - 96606.95958303157, - 97662.74807673646, - 98084.49105741731, - 97362.06568085232 - ], - "fuel": [ - 49.189198683338006, - 48.74628282342229, - 48.65625908866703, - 48.85451765185704, - 49.37375634954051, - 49.919589063989946, - 50.13878557962545, - 49.763716668745474 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 -0.3125, 4.6875 0, 5 0, 5 -0.3125, 4.6875 -0.3125))", @@ -108261,68 +76988,7 @@ "id": "1981", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.26094892135875, - 21.26094892135875, - 21.26094892135875, - 21.26094892135875, - 21.26094892135875, - 21.26094892135875, - 21.26094892135875, - 21.26094892135875 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -351.7978631680926, - -1263.6634168558576, - -1466.6638386739596, - -1107.679805276728, - -87.27856686162522, - 1007.6455076934981, - 1494.0441399000847, - 786.346513611039 - ], - "relative wind speed": [ - 5.8868412319455174, - 5.685014931380028, - 5.615420886843299, - 5.723308331056403, - 5.939083932034001, - 6.132554351317597, - 6.196342946083785, - 6.096831914161537 - ], - "relative wind angle": [ - 0.04936125517049854, - 0.032881136886118156, - 0.004657356859303945, - 0.03912754927399974, - 0.04892670430070782, - 0.03048077600120925, - 0.004220715721450718, - 0.03672927863388327 - ], - "resistance": [ - 96282.70213683194, - 95370.83658314418, - 95167.83616132606, - 95526.8201947233, - 96547.2214331384, - 97642.14550769352, - 98128.54413990011, - 97420.84651361106 - ], - "fuel": [ - 51.67297712606069, - 51.205989671668576, - 51.10244952786046, - 51.28565312386402, - 51.80902253098908, - 52.37492430774623, - 52.62774614562167, - 52.260188190049504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 -0.625, 4.375 -0.3125, 4.6875 -0.3125, 4.6875 -0.625, 4.375 -0.625))", @@ -108341,68 +77007,7 @@ "id": "1982", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.633971686320322, - 20.633971686320322, - 20.633971686320322, - 20.633971686320322, - 20.633971686320322, - 20.633971686320322, - 20.633971686320322, - 20.633971686320322 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -110.42793560501741, - -1025.7653165517513, - -1329.3185800417723, - -1132.298931195266, - -291.1366447359578, - 738.5599894970983, - 1362.0417504039215, - 889.6934801147436 - ], - "relative wind speed": [ - 5.756497328164725, - 5.556136482028047, - 5.459689421774562, - 5.529221890601651, - 5.7197307377785, - 5.914552273412822, - 6.0036965795765145, - 5.9397210781607646 - ], - "relative wind angle": [ - 0.047269422659672586, - 0.036967581922252565, - 0.003370891259456674, - 0.03243755471850409, - 0.04757350054157331, - 0.03472645439635082, - 0.0030654469420672978, - 0.03019506077059713 - ], - "resistance": [ - 96524.072064395, - 95608.73468344827, - 95305.18141995826, - 95502.20106880476, - 96343.36335526407, - 97373.05998949712, - 97996.54175040395, - 97524.19348011477 - ], - "fuel": [ - 50.97642672143027, - 50.50684506722433, - 50.3518061307102, - 50.45239428595164, - 50.883473481499536, - 51.414756981959, - 51.738367064240684, - 51.493068032174335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 -0.625, 4.6875 -0.3125, 5 -0.3125, 5 -0.625, 4.6875 -0.625))", @@ -108421,68 +77026,7 @@ "id": "1983", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.731460154257174, - 19.731460154257174, - 19.731460154257174, - 19.731460154257174, - 19.731460154257174, - 19.731460154257174, - 19.731460154257174, - 19.731460154257174 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -281.1419973123866, - -994.2381158510525, - -1151.528700580031, - -868.4776646674964, - -67.72951237345296, - 789.3688221365774, - 1166.6911671844373, - 610.9752880773322 - ], - "relative wind speed": [ - 5.46374557714971, - 5.293960378932475, - 5.235965597266046, - 5.327119480891324, - 5.509136157325076, - 5.672484503113484, - 5.726059831683208, - 5.641355773932154 - ], - "relative wind angle": [ - 0.044865093222355656, - 0.029700838243649125, - 0.0043388431215178255, - 0.035550147315163094, - 0.04449519798727554, - 0.027718379418631475, - 0.003967478912931751, - 0.0335691574524822 - ], - "resistance": [ - 96353.35800268766, - 95640.26188414899, - 95482.97129942001, - 95766.02233533254, - 96566.77048762659, - 97423.86882213662, - 97801.19116718449, - 97245.47528807737 - ], - "fuel": [ - 49.75274116597234, - 49.38709694304184, - 49.30669998436916, - 49.451443928031125, - 49.86253754958941, - 50.30520430493382, - 50.50094707977583, - 50.21284388532696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 -0.9375, 3.75 -0.625, 4.0625 -0.625, 4.0625 -0.9375, 3.75 -0.9375))", @@ -108514,19 +77058,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -822.1631941103187, + -822.163194110326, -1506.4978281586455, -1480.575380311363, -729.4014747752426, - 486.7689122256943, + 486.76891222569066, 1484.7838172707507, - 1423.6429975923547, + 1423.6429975923456, 379.1834907551938 ], "relative wind speed": [ - 3.9910041628119495, + 3.991004162811949, 3.7394265319915267, - 3.752437114495362, + 3.7524371144953617, 4.020377606343686, 4.360192313172399, 4.577781170749406, @@ -108534,13 +77078,13 @@ 4.333123023621669 ], "relative wind angle": [ - 0.10234638542862787, + 0.10234638542863006, 0.042042491280652086, 0.04944997517382346, 0.10452872798259231, - 0.09365385211322236, - 0.0343396471494765, - 0.04062368327293333, + 0.09365385211322355, + 0.03433964714947651, + 0.04062368327293606, 0.09695964736493728 ], "resistance": [ @@ -108548,9 +77092,9 @@ 95128.00217184138, 95153.92461968867, 95905.09852522479, - 97121.26891222573, + 97121.26891222571, 98119.28381727079, - 98058.14299759238, + 98058.14299759237, 97013.68349075523 ], "fuel": [ @@ -108558,9 +77102,9 @@ 44.01231597419924, 44.025525307774934, 44.40938796890319, - 45.03532328971147, + 45.03532328971146, 45.55309029712606, - 45.521264058223665, + 45.52126405822365, 44.97972961269156 ] }, @@ -108594,9 +77138,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -924.1257310432829, + -924.1257310433084, -1776.7549871279916, - -1786.669576131777, + -1786.6695761317806, -960.4255764938753, 456.583186141379, 1657.7111742119287, @@ -108604,9 +77148,9 @@ 498.58917355021003 ], "relative wind speed": [ - 5.3417772757566455, + 5.341777275756645, 5.1142541912281905, - 5.110545590517049, + 5.110545590517048, 5.333201497261484, 5.6364453653289015, 5.843672209119246, @@ -108614,17 +77158,17 @@ 5.644560444333606 ], "relative wind angle": [ - 0.06900549776245365, + 0.0690054977624585, 0.030512571915378074, 0.028898606460721968, - 0.06846597570587155, - 0.06539266110514153, - 0.02670296588251331, - 0.02525823826740591, + 0.06846597570587157, + 0.06539266110514154, + 0.026702965882513308, + 0.025258238267405912, 0.06468390113984539 ], "resistance": [ - 95710.37426895676, + 95710.37426895673, 94857.74501287205, 94847.83042386826, 95674.07442350617, @@ -108634,7 +77178,7 @@ 97133.08917355025 ], "fuel": [ - 49.40423971358396, + 49.40423971358395, 48.969310379048714, 48.964268821323074, 49.3856678960577, @@ -108674,9 +77218,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -362.68555437736177, + -362.6855543773736, -1321.4701431978983, - -1531.6718309052212, + -1531.6718309051894, -1117.6059790470608, -19.689420994516695, 1145.7206529415662, @@ -108684,9 +77228,9 @@ 855.5637274083374 ], "relative wind speed": [ - 4.137927572372952, + 4.137927572372951, 3.8258207674229476, - 3.7207964528394393, + 3.7207964528394384, 3.8998706787187873, 4.234559889520973, 4.518521606421669, @@ -108694,19 +77238,19 @@ 4.454767192728891 ], "relative wind angle": [ - 0.10710045596329523, + 0.10710045596329835, 0.07283713910849123, - 0.013058916017628479, - 0.08912849459151986, + 0.013058916017611475, + 0.08912849459151985, 0.10464736536283041, 0.06165556069427079, 0.010550483285543947, - 0.07800224522028532 + 0.07800224522028533 ], "resistance": [ - 96271.81444562264, + 96271.81444562263, 95313.0298568021, - 95102.82816909478, + 95102.8281690948, 95516.89402095294, 96614.81057900548, 97780.22065294157, @@ -108714,9 +77258,9 @@ 97490.06372740834 ], "fuel": [ - 44.62128857198586, + 44.62128857198584, 44.130395333745966, - 44.02323022314248, + 44.02323022314249, 44.23448649822389, 44.797731727240745, 45.40050950265608, @@ -108754,41 +77298,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -724.3267383730908, + -724.3267383730963, -1871.5106402154815, - -2040.7439848849372, + -2040.743984884968, -1344.7283251291265, - 166.27374955614323, + 166.27374955615232, 1632.175987297309, - 2035.0618428604157, + 2035.061842860423, 884.1279751669299 ], "relative wind speed": [ - 5.737863554146899, + 5.737863554146898, 5.466511703322643, 5.406926855372865, 5.599904291177078, 5.916984783409265, 6.16855225239607, - 6.220846330986785, + 6.220846330986786, 6.0477151902814175 ], "relative wind angle": [ 0.07099342767879792, 0.04104582613493894, - 0.01660537347157479, + 0.016605373471581475, 0.06277129736391628, - 0.06884083264623957, + 0.06884083264623796, 0.03637222285767527, 0.01443260704935708, - 0.058117864787630015 + 0.05811786478763002 ], "resistance": [ - 95910.17326162691, + 95910.1732616269, 94762.98935978452, - 94593.75601511507, + 94593.75601511504, 95289.77167487088, - 96800.77374955615, + 96800.77374955616, 98266.6759872973, 98669.56184286042, 97518.62797516694 @@ -108796,9 +77340,9 @@ "fuel": [ 51.04208886000723, 50.45668191151298, - 50.37073677335428, + 50.37073677335427, 50.724890419282886, - 51.49993808988977, + 51.49993808988978, 52.25997146858855, 52.470258438156094, 51.87112833891577 @@ -108834,54 +77378,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -337.4487467609324, + -337.44874676095424, -1426.567565374502, - -1692.9897624342448, - -1330.613484737245, + -1692.9897624342557, + -1330.6134847372741, -174.70561814607936, 1109.2123176538917, 1747.8930188388076, - 973.0837861370273 + 973.0837861370128 ], "relative wind speed": [ - 6.4190545286562966, + 6.419054528656296, 6.200122571533267, - 6.116246234189163, - 6.221756433890003, + 6.116246234189161, + 6.221756433890004, 6.448589551763806, 6.659357953057031, 6.736475358208262, - 6.63915018103436 + 6.639150181034361 ], "relative wind angle": [ - 0.04833050506510961, + 0.048330505065111905, 0.0336880174238026, - 0.0024172850854563576, - 0.03693350773587801, - 0.048108976404478164, + 0.002417285085456357, + 0.036933507735884025, + 0.04810897640447816, 0.03136407077783756, 0.002194724612815231, - 0.034610592890994954 + 0.03461059289099816 ], "resistance": [ - 96297.05125323909, + 96297.05125323906, 95207.93243462552, - 94941.51023756577, - 95303.88651526277, + 94941.51023756576, + 95303.88651526274, 96459.79438185394, 97743.7123176539, 98382.39301883882, - 97607.58378613704 + 97607.58378613702 ], "fuel": [ - 54.28750745040383, + 54.28750745040382, 53.73004551837854, 53.59435010268753, - 53.77898199851543, + 53.778981998515405, 54.37118604058997, 55.03480139132691, 55.36719922397342, - 54.9641502874547 + 54.964150287454686 ] }, { @@ -108914,53 +77458,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -51.05022585540064, + -51.05022585540428, -1373.1216235524917, - -1876.3087938873214, + -1876.3087938875942, -1646.5599476712086, - -515.1230618482477, + -515.1230618482259, 940.4150276116161, - 1879.4437485249618, + 1879.4437485247945, 1328.283630538299 ], "relative wind speed": [ - 7.082153277055688, + 7.082153277055687, 6.849840629525118, - 6.72774126051472, + 6.727741260514718, 6.793716034611196, 7.005282038007895, 7.2326035991096305, - 7.346316696366585, + 7.346316696366586, 7.285347892366799 ], "relative wind angle": [ 0.04368597204766435, - 0.035907389539467545, - 0.005718552004398176, + 0.03590738953946754, + 0.005718552004437005, 0.028191310502129675, - 0.04416566267346049, + 0.04416566267345797, 0.034006349669340255, - 0.005237033201053155, + 0.0052370332010743545, 0.026288442466813364 ], "resistance": [ 96583.44977414461, 95261.37837644752, - 94758.1912061127, + 94758.19120611242, 94987.9400523288, - 96119.37693815176, + 96119.37693815179, 97574.91502761163, - 98513.94374852498, + 98513.9437485248, 97962.78363053831 ], "fuel": [ 57.78790136525008, 57.11036748104293, - 56.85420339349029, + 56.85420339349015, 56.97104776763761, - 57.549332950729806, + 57.54933295072981, 58.300274181895546, - 58.78892140457303, + 58.78892140457294, 58.50171363046984 ] }, @@ -108994,19 +77538,19 @@ ], "ice resistance": 82323.82368159389, "wind resistance": [ - 215.35033834727074, + 215.3503383472089, -1429.846832038529, - -2217.4706815597165, + -2217.4706815597237, -2064.940859891587, - -862.0793809581119, + -862.0793809580937, 871.5677666303854, 2137.9235830996076, 1772.5293642548131 ], "relative wind speed": [ - 7.454450741066356, + 7.454450741066355, 7.185211228245911, - 7.018395442934389, + 7.018395442934388, 7.060356401446979, 7.28378172256736, 7.549506714910582, @@ -109014,27 +77558,27 @@ 7.666399384165799 ], "relative wind angle": [ - 0.046061460184874406, + 0.046061460184881636, 0.04219841701054935, 0.012172205373988772, - 0.025823407604895748, - 0.04714153455012292, - 0.0401610424170621, + 0.02582340760489575, + 0.04714153455012056, + 0.04016104241706211, 0.011087716206468754, 0.023781618235510303 ], "resistance": [ - 82539.17401994116, + 82539.1740199411, 80893.97684955536, 80106.35300003417, 80258.8828217023, - 81461.74430063578, + 81461.7443006358, 83195.39144822427, 84461.74726469349, 84096.3530458487 ], "fuel": [ - 52.83264538088625, + 52.83264538088622, 52.07648241443115, 51.71804100321557, 51.78727589347993, @@ -109074,9 +77618,9 @@ ], "ice resistance": 83095.5561402501, "wind resistance": [ - 58.98974494688082, + 58.9897449468408, -1419.7111786510977, - -2050.5125698046068, + -2050.5125698047086, -1850.0883493905822, -671.4889972681303, 923.6189272985466, @@ -109084,9 +77628,9 @@ 1534.0967269421708 ], "relative wind speed": [ - 7.425909293576493, + 7.425909293576491, 7.1806288888801895, - 7.041179525929993, + 7.0411795259299925, 7.096210755664349, 7.3102451734782194, 7.551316580104862, @@ -109094,19 +77638,19 @@ 7.630701556474406 ], "relative wind angle": [ - 0.04312935929142447, + 0.04312935929142705, 0.03723798021681775, - 0.008221263848855721, - 0.02613891199333904, + 0.008221263848869226, + 0.026138911993339037, 0.04381219394769461, 0.03540921540008062, 0.007535925412134608, 0.02430764341057441 ], "resistance": [ - 83154.54588519699, + 83154.54588519695, 81675.84496159901, - 81045.0435704455, + 81045.0435704454, 81245.46779085952, 82424.06714298198, 84019.17506754865, @@ -109114,9 +77658,9 @@ 84629.65286719227 ], "fuel": [ - 53.11806979807125, + 53.118069798071225, 52.434587549843314, - 52.145495520805234, + 52.14549552080519, 52.237188106074726, 52.779412454294196, 53.52148663581625, @@ -109154,20 +77698,20 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 95.92858044857212, + 95.92858044856985, -444.78323472675766, - -707.899753907835, - -655.0666629118396, + -707.8997539078373, + -655.0666629118409, -257.33329136912835, 313.55972618397254, 737.4399380749628, 613.1912899669937 ], "relative wind speed": [ - 2.75407140131943, + 2.754071401319429, 2.5046247614848496, 2.3420497368869735, - 2.383827592426483, + 2.3838275924264836, 2.5980377841968174, 2.839289420935603, 2.9748130431385986, @@ -109176,12 +77720,12 @@ "relative wind angle": [ 0.11518324673269638, 0.11177478791790588, - 0.033553324545985024, - 0.07064196849544772, + 0.03355332454598833, + 0.07064196849545087, 0.12213455885237334, - 0.09855426878715046, + 0.09855426878715047, 0.026414415511877176, - 0.05723390033994591 + 0.057233900339945916 ], "resistance": [ 96730.4285804486, @@ -109234,34 +77778,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 203.77587434161978, + 203.77587434161842, -217.9092357343461, - -501.018544170945, + -501.0185441709432, -530.2019061284414, - -323.92480501028194, + -323.9248050102824, 81.00946518313322, - 455.42431134247454, + 455.4243113424782, 524.6493167994595 ], "relative wind speed": [ - 2.859391088080028, + 2.8593910880800273, 2.684421263096759, - 2.5380622885600905, + 2.53806228856009, 2.5161072204364063, - 2.634051098381338, + 2.6340510983813386, 2.8121566573911596, 2.9449248552152456, 2.9637049513646256 ], "relative wind angle": [ - 0.07126610549883111, - 0.08348942651351204, - 0.04452952152351676, + 0.07126610549883113, + 0.08348942651351206, + 0.04452952152351426, 0.025470965044210064, - 0.07737454975288996, + 0.0773745497528914, 0.07968888103103047, - 0.03837418335516536, - 0.02162352349232919 + 0.03837418335516247, + 0.021623523492329193 ], "resistance": [ 96838.27587434165, @@ -109314,21 +77858,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -210.01302690739885, + -210.01302690740022, -749.0376984529066, - -862.2449170484929, + -862.2449170484906, -605.0826157653751, - 30.950330950048283, + 30.950330950048738, 696.4874748376928, - 961.375433992715, + 961.3754339927068, 490.7080944581153 ], "relative wind speed": [ - 2.6147978428664853, + 2.614797842866485, 2.3286517660071304, - 2.2370696862774193, + 2.237069686277419, 2.4140614503723063, - 2.7221367329497568, + 2.7221367329497563, 2.970618976679013, 3.04018344358893, 2.901638065948259 @@ -109336,11 +77880,11 @@ "relative wind angle": [ 0.15421472743760076, 0.10567287437245869, - 0.024269917557951996, + 0.02426991755794742, 0.1339480207275312, - 0.14808796520365353, + 0.14808796520365203, 0.0827767968591496, - 0.01785782124273641, + 0.017857821242742627, 0.11133700430670243 ], "resistance": [ @@ -109394,9 +77938,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -17.111297883395764, + -17.111297883398493, -402.076476977069, - -538.8001928201559, + -538.8001928201666, -455.21613643447677, -106.24689261127787, 326.48641187722615, @@ -109404,9 +77948,9 @@ 402.28755371326815 ], "relative wind speed": [ - 2.2779316342107414, + 2.277931634210741, 2.0554605126514085, - 1.9400358687583337, + 1.9400358687583334, 2.018808694366975, 2.231095897377174, 2.437589693603516, @@ -109414,9 +77958,9 @@ 2.4680301637094275 ], "relative wind angle": [ - 0.12996051765254385, - 0.10990296465387661, - 0.012175986278731003, + 0.1299605176525456, + 0.10990296465387663, + 0.012175986278749239, 0.09527005420107057, 0.13270464148263308, 0.09261992231248142, @@ -109426,7 +77970,7 @@ "resistance": [ 96617.38870211664, 96232.42352302297, - 96095.69980717989, + 96095.69980717987, 96179.28386356556, 96528.25310738877, 96960.98641187727, @@ -109436,7 +77980,7 @@ "fuel": [ 40.02709079616915, 39.829084403144506, - 39.75889342462364, + 39.758893424623636, 39.80179539535402, 39.981194946436645, 40.20428562896434, @@ -109474,31 +78018,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 8.066683581525012, + 8.06668358152092, -350.15836555166106, - -493.73614100738337, + -493.7361410073836, -432.5591744336057, - -130.5771011906436, + -130.57710119064495, 262.66280939925537, 524.4355902891584, 379.94063533423105 ], "relative wind speed": [ - 2.4097971043385322, + 2.409797104338532, 2.2188901785436044, - 2.1122677754319925, + 2.112267775431992, 2.1661583405628058, - 2.34096371673623, + 2.3409637167362303, 2.522649318220154, 2.6125768987774234, 2.5680715042155793 ], "relative wind angle": [ - 0.10400598878708761, + 0.10400598878709082, 0.0908810561249387, 0.016385601042351004, 0.07042830237759987, - 0.10707573871308203, + 0.10707573871308516, 0.07991285206201093, 0.013247549063066988, 0.05939181148109606 @@ -109554,19 +78098,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -112.79020146588527, + -112.79020146588937, -674.3790582007218, - -827.0245142701633, + -827.0245142701324, -654.2201966385082, -78.97641605086801, 578.48800081633, - 937.728931575547, + 937.7289315756188, 549.7325776475564 ], "relative wind speed": [ 2.7984944857971374, 2.5293748929733875, - 2.41397774840781, + 2.4139777484078095, 2.5405484067775115, 2.8127717593646038, 3.0570441619498885, @@ -109574,33 +78118,33 @@ 3.0477647793319416 ], "relative wind angle": [ - 0.13169879628293849, - 0.10089390331675817, - 0.002982913035032509, + 0.13169879628294184, + 0.10089390331675815, + 0.00298291303499529, 0.10447810388375771, 0.1310264478721677, 0.08343405099333523, - 0.0022866833802878536, - 0.08704211828782657 + 0.0022866833802393013, + 0.08704211828782658 ], "resistance": [ 96521.70979853411, 95960.12094179928, - 95807.47548572984, + 95807.47548572987, 95980.2798033615, 96555.52358394914, 97212.98800081633, - 97572.22893157555, + 97572.22893157562, 97184.23257764756 ], "fuel": [ 41.008141954355736, 40.71967386295981, - 40.641468199614664, + 40.641468199614685, 40.73000844158352, 41.02554834300642, 41.364838181536, - 41.55090691580904, + 41.550906915809065, 41.34996507643647 ] }, @@ -109634,33 +78178,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -190.38326433340103, + -190.38326433340148, -439.00394470208266, - -461.7846011510421, + -461.78460115104326, -270.48249421727064, - 92.37066737169289, + 92.37066737169243, 425.86182671426263, - 479.2663868620723, + 479.26638686206957, 185.47573505198352 ], "relative wind speed": [ - 1.9884137318616533, + 1.988413731861653, 1.8099842338333192, - 1.786466896448481, - 1.9363877477725502, + 1.7864668964484807, + 1.93638774777255, 2.1502317277113057, 2.3024427734880066, 2.3207373138306853, 2.197200068766766 ], "relative wind angle": [ - 0.13486232585567595, + 0.13486232585567678, 0.07263318727633371, - 0.045689233611114426, - 0.12777048780421948, - 0.12465802228653139, + 0.045689233611116854, + 0.1277704878042186, + 0.12465802228653228, 0.05707881784248021, - 0.03516586192301595, + 0.035165861923019105, 0.11253510378299626 ], "resistance": [ @@ -109714,34 +78258,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -304.81733515013457, + -304.81733515013616, -579.4761304102262, - -572.4389591615773, + -572.4389591615775, -280.29789088324605, 196.8281054664144, 595.4420918431397, 578.9951605031374, - 168.29041470593347 + 168.29041470593393 ], "relative wind speed": [ - 2.1024139463076112, + 2.102413946307611, 1.9083102871928372, - 1.9150996459015308, + 1.9150996459015306, 2.1172656347449834, 2.36848732818828, 2.5274945050803157, 2.5223540535945843, - 2.355220341570003 + 2.3552203415700026 ], "relative wind angle": [ - 0.14519838394492582, + 0.1451983839449266, 0.06299847338147198, 0.07017947369604478, - 0.14697043688001302, - 0.1287902932267658, - 0.0475516035762769, - 0.053265286192019354, - 0.13202971119096488 + 0.14697043688001304, + 0.12879029322676583, + 0.047551603576276906, + 0.05326528619201935, + 0.13202971119096404 ], "resistance": [ 96329.6826648499, @@ -109781,68 +78325,7 @@ "id": "2000", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.593656761249806, - 8.593656761249806, - 8.593656761249806, - 8.593656761249806, - 8.593656761249806, - 8.593656761249806, - 8.593656761249806, - 8.593656761249806 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 322.56297952009345, - -635.413148358022, - -1148.5866192367646, - -1082.5484721808812, - -420.82800461771717, - 575.9562081405302, - 1377.6799009411516, - 1225.9783269839832 - ], - "relative wind speed": [ - 2.6493602284309894, - 2.1584248690311543, - 1.7760205037448185, - 1.8403279089469249, - 2.284785012028422, - 2.753280635156806, - 3.014150517386221, - 2.975322731861648 - ], - "relative wind angle": [ - 0.23664730698426725, - 0.26841296234499695, - 0.10627548219336402, - 0.1670454284916266, - 0.2753193001067852, - 0.20943149418054707, - 0.0625433972248697, - 0.10302499998853237 - ], - "resistance": [ - 96957.06297952008, - 95999.08685164196, - 95485.91338076322, - 95551.95152781911, - 96213.67199538226, - 97210.45620814052, - 98012.17990094113, - 97860.47832698397 - ], - "fuel": [ - 40.46335943474947, - 39.97043599585774, - 39.707788900181754, - 39.7415329185946, - 40.08055327780857, - 40.59431317292652, - 41.01021818922776, - 40.931337479504684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 4.6875, -9.6875 5, -9.375 5, -9.375 4.6875, -9.6875 4.6875))", @@ -109874,9 +78357,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -152.21682131495209, + -152.21682131495322, -866.2990234340546, - -1046.261556803192, + -1046.2615568031924, -736.6871109755637, 63.11170135221755, 943.3324494751491, @@ -109884,9 +78367,9 @@ 753.9551421762712 ], "relative wind speed": [ - 2.236502916318109, + 2.2365029163181083, 1.7609368748088685, - 1.5705837150737296, + 1.5705837150737292, 1.8630443939439552, 2.3505860656793702, 2.7251241200730285, @@ -109894,13 +78377,13 @@ 2.6563632532203543 ], "relative wind angle": [ - 0.28765563243980563, + 0.2876556324398056, 0.23305514477500242, 0.037803816044123174, 0.2664960666829432, 0.2733262022664988, 0.14979697330417052, - 0.02090955685614305, + 0.020909556856143055, 0.18576954996341807 ], "resistance": [ @@ -109941,68 +78424,7 @@ "id": "2002", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.04488955383364, - 7.04488955383364, - 7.04488955383364, - 7.04488955383364, - 7.04488955383364, - 7.04488955383364, - 7.04488955383364, - 7.04488955383364 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -202.18495298458765, - -762.2804230257132, - -871.057120558004, - -550.1438505796791, - 150.2549539871843, - 874.3424620308424, - 1124.050562855181, - 563.1878775352875 - ], - "relative wind speed": [ - 1.9409872260161047, - 1.4979074439870284, - 1.365318540855243, - 1.6884663769092787, - 2.1508441519868153, - 2.4798861399148597, - 2.555282227013385, - 2.354281901502118 - ], - "relative wind angle": [ - 0.31210847091203003, - 0.2316350336796423, - 0.08043469455923742, - 0.3000232804162824, - 0.28078046676287105, - 0.13911326231173451, - 0.04294411229652962, - 0.21358004855953328 - ], - "resistance": [ - 96432.3150470154, - 95872.21957697428, - 95763.442879442, - 96084.35614942032, - 96784.75495398718, - 97508.84246203084, - 97758.55056285518, - 97197.68787753528 - ], - "fuel": [ - 39.505152535476675, - 39.21763629847922, - 39.16193285195638, - 39.326395951141194, - 39.68667041182621, - 40.06104902241644, - 40.19060927282777, - 39.89993214951828 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 4.375, -9.6875 4.6875, -9.375 4.6875, -9.375 4.375, -9.6875 4.375))", @@ -110021,68 +78443,7 @@ "id": "2003", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.158473492937412, - 6.158473492937412, - 6.158473492937412, - 6.158473492937412, - 6.158473492937412, - 6.158473492937412, - 6.158473492937412, - 6.158473492937412 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -512.7963706651905, - -752.4732901727513, - -618.975417751856, - -93.69830635321682, - 583.8662063953702, - 1048.570001931243, - 741.6550049382533, - 82.91855295744949 - ], - "relative wind speed": [ - 1.4057125331736413, - 1.099062261004417, - 1.2920267689107023, - 1.7578209693524551, - 2.1535024942920376, - 2.3250081430565657, - 2.2235708999853485, - 1.877143084196907 - ], - "relative wind angle": [ - 0.3474136479677913, - 0.05770439579725461, - 0.30578830958018505, - 0.3564892199671563, - 0.22411346736726226, - 0.027265877691648687, - 0.1758296251320784, - 0.332918578046713 - ], - "resistance": [ - 96121.70362933485, - 95882.02670982729, - 96015.52458224818, - 96540.80169364683, - 97218.36620639541, - 97683.0700019313, - 97376.1550049383, - 96717.41855295749 - ], - "fuel": [ - 39.02302341271712, - 38.900123156072155, - 38.9685511130864, - 39.238439964604055, - 39.588090841566185, - 39.828884517888106, - 39.669761520792726, - 39.32941684399569 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 4.6875, -9.375 5, -9.0625 5, -9.0625 4.6875, -9.375 4.6875))", @@ -110114,17 +78475,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -659.9538503096967, + -659.9538503096978, -970.3445057592596, - -815.4704328196035, + -815.4704328196037, -161.93617409997682, 686.713177664298, 1270.9471319619086, - 914.7425319926213, + 914.7425319926226, 96.4203861103963 ], "relative wind speed": [ - 1.7540535836165256, + 1.7540535836165252, 1.4454153346656156, 1.6222362649095543, 2.0943337338414096, @@ -110134,13 +78495,13 @@ 2.239561217972597 ], "relative wind angle": [ - 0.2884905725402521, + 0.28849057254025334, 0.05253125832632846, - 0.24387110036035964, + 0.2438711003603601, 0.305469310034995, 0.1997512794406903, 0.028069233522577775, - 0.15111722379992248, + 0.15111722379992173, 0.2850848047599853 ], "resistance": [ @@ -110194,9 +78555,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -977.1083712295926, + -977.1083712295938, -1140.7307434374516, - -775.9526978227957, + -775.9526978227964, 99.20366600708712, 1026.8349758527465, 1404.4930667123417, @@ -110204,7 +78565,7 @@ -235.29390010839143 ], "relative wind speed": [ - 1.9892585821654667, + 1.9892585821654662, 1.8369884275325175, 2.128014773887673, 2.5967210043084665, @@ -110214,11 +78575,11 @@ 2.4361904208434737 ], "relative wind angle": [ - 0.1874451981206264, - 0.04503991329378222, - 0.2312198197331866, + 0.187445198120627, + 0.04503991329378223, + 0.23121981973318756, 0.23592141625320395, - 0.12585994942322642, + 0.1258599494232264, 0.027119905766924687, 0.17166896414662167, 0.2517931825268017 @@ -110274,37 +78635,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -593.2533803531912, + -593.2533803531915, -680.8728503892821, - -399.24210689854965, - 189.6911268933768, + -399.24210689854976, + 189.69112689337658, 805.7765828484473, 1007.3904605953937, 510.9269965713943, - -134.8418409575795 + -134.84184095757973 ], "relative wind speed": [ - 1.023995058960069, + 1.0239950589600688, 0.8670862598186069, 1.271921965184685, - 1.7717637087454394, + 1.7717637087454392, 2.103504055969857, 2.1728913024562577, 1.963545188870631, - 1.527792052155292 + 1.5277920521552917 ], "relative wind angle": [ - 0.3694780134530233, + 0.3694780134530239, 0.1540297157420713, - 0.45409384468310754, - 0.37927921323091807, + 0.45409384468310804, + 0.3792792132309178, 0.1767174057802444, - 0.061260684985015225, + 0.06126068498501522, 0.28811173474665835, - 0.4438017672126997 + 0.44380176721269915 ], "resistance": [ - 96041.2466196468, + 96041.24661964679, 95953.62714961071, 96235.25789310143, 96824.19112689336, @@ -110314,7 +78675,7 @@ 96499.6581590424 ], "fuel": [ - 38.76006148641612, + 38.76006148641611, 38.7151338841437, 38.85964401710352, 39.1627908464181, @@ -110354,9 +78715,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -673.220187569899, + -673.2201875698992, -797.5991485854031, - -524.2119596859451, + -524.211959685945, 114.84802445256992, 802.7990788025659, 1088.3942503639996, @@ -110364,7 +78725,7 @@ -132.9026173502657 ], "relative wind speed": [ - 1.3382070168372284, + 1.3382070168372282, 1.1664500010639614, 1.4900675096361302, 1.9662875538778544, @@ -110374,10 +78735,10 @@ 1.8052361468317464 ], "relative wind angle": [ - 0.28539366809847644, + 0.2853936680984765, 0.07314508894753698, - 0.34027577815965354, - 0.31974502433836693, + 0.3402757781596532, + 0.319745024338367, 0.16385500614228535, 0.03551176207201431, 0.22647957523008766, @@ -110421,68 +78782,7 @@ "id": "2008", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4214383327949776, - 6.4214383327949776, - 6.4214383327949776, - 6.4214383327949776, - 6.4214383327949776, - 6.4214383327949776, - 6.4214383327949776, - 6.4214383327949776 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -378.62958556494186, - -729.5716735258256, - -697.3434926474816, - -276.5921257218263, - 374.46145098277157, - 916.0383755556973, - 842.2638713134174, - 253.03945820377498 - ], - "relative wind speed": [ - 1.6108755552520855, - 1.2532824833451783, - 1.2970942058755464, - 1.6925352512710319, - 2.1035336571869503, - 2.3343215113533877, - 2.310264167256876, - 2.038405829228303 - ], - "relative wind angle": [ - 0.323613312007313, - 0.14481444917321304, - 0.19904218541094526, - 0.3269514247374792, - 0.24599192479089454, - 0.07755622270621146, - 0.1112447981149972, - 0.2699304596741715 - ], - "resistance": [ - 96255.87041443509, - 95904.9283264742, - 95937.15650735254, - 96357.9078742782, - 97008.9614509828, - 97550.53837555573, - 97476.76387131345, - 96887.5394582038 - ], - "fuel": [ - 39.18219800141662, - 39.00214122756469, - 39.01865733035477, - 39.23463604103321, - 39.57013100406716, - 39.850413176312074, - 39.81216846513132, - 39.507441287163545 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 4.0625, -9.6875 4.375, -9.375 4.375, -9.375 4.0625, -9.6875 4.0625))", @@ -110514,34 +78814,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -364.5171595816646, + -364.5171595816653, -722.8636505332596, - -694.2629384067095, - -275.13584642134117, + -694.2629384067096, + -275.13584642134106, 379.8561319349278, 932.098117454557, 866.6822688753398, - 273.01695149055126 + 273.0169514905515 ], "relative wind speed": [ - 1.5562845428820988, + 1.5562845428820984, 1.172956935028291, 1.214191955909918, - 1.6308472033268842, + 1.6308472033268844, 2.0585523852522147, 2.2986586370773634, 2.277146766338299, - 1.9999992251604013 + 1.999999225160401 ], "relative wind angle": [ - 0.3531777019835819, + 0.35317770198358217, 0.16651329589369346, - 0.21863071128031245, - 0.3549855050994303, + 0.21863071128031297, + 0.3549855050994306, 0.26456487475261237, 0.08467726940504895, 0.11590842602856576, - 0.2873609875686858 + 0.2873609875686854 ], "resistance": [ 96269.98284041832, @@ -110581,68 +78881,7 @@ "id": "2010", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8029955156135085, - 6.8029955156135085, - 6.8029955156135085, - 6.8029955156135085, - 6.8029955156135085, - 6.8029955156135085, - 6.8029955156135085, - 6.8029955156135085 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -424.96752253607747, - -758.4218130776046, - -707.7386157764254, - -261.6935441407377, - 401.516808286465, - 930.2996700786948, - 814.0123088479186, - 208.24201213203787 - ], - "relative wind speed": [ - 1.6941712911992697, - 1.3734587565662666, - 1.4366413270286449, - 1.8162759714114185, - 2.2062977619081594, - 2.4190033530642734, - 2.382021804181928, - 2.106919024024953 - ], - "relative wind angle": [ - 0.28577896413263487, - 0.11005333976115375, - 0.1849983085454262, - 0.29299178192949293, - 0.21819631725233385, - 0.06240037900456836, - 0.11116938981930245, - 0.25162308879070994 - ], - "resistance": [ - 96209.53247746389, - 95876.07818692237, - 95926.76138422354, - 96372.80645585923, - 97036.01680828644, - 97564.79967007866, - 97448.51230884789, - 96842.742012132 - ], - "fuel": [ - 39.29749811951441, - 39.12646040255815, - 39.15243051958042, - 39.38139664905989, - 39.72320789809977, - 39.996909410047756, - 39.9366290559593, - 39.62342722974009 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 3.75, -9.6875 4.0625, -9.375 4.0625, -9.375 3.75, -9.6875 3.75))", @@ -110661,68 +78900,7 @@ "id": "2011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.552595781039333, - 7.552595781039333, - 7.552595781039333, - 7.552595781039333, - 7.552595781039333, - 7.552595781039333, - 7.552595781039333, - 7.552595781039333 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -416.92623217698656, - -821.6842939963744, - -805.2562820904734, - -363.0144619039804, - 346.7356030767148, - 946.7021150563171, - 908.906027806079, - 283.2414856033754 - ], - "relative wind speed": [ - 1.939572664264891, - 1.6131223696246613, - 1.6310644346871388, - 1.9754663349065513, - 2.3666112713459917, - 2.6001206222485167, - 2.5889032116949102, - 2.3367335725915295 - ], - "relative wind angle": [ - 0.2509630791894999, - 0.11533719296674783, - 0.13475650236014022, - 0.25355529107306146, - 0.20495826194065245, - 0.07145778530831982, - 0.08474415750100116, - 0.21368784531899307 - ], - "resistance": [ - 96217.57376782298, - 95812.8157060036, - 95829.2437179095, - 96271.48553809599, - 96981.23560307668, - 97581.2021150563, - 97543.40602780605, - 96917.74148560334 - ], - "fuel": [ - 39.602832533209636, - 39.395262770013886, - 39.40367558426189, - 39.63052580466737, - 39.99611697070855, - 40.3066207711547, - 40.28702043273206, - 39.96333490482148 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 4.0625, -9.375 4.375, -9.0625 4.375, -9.0625 4.0625, -9.375 4.0625))", @@ -110754,9 +78932,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -595.4744956356836, + -595.474495635684, -775.5772058257127, - -589.9246889149312, + -589.9246889149313, -7.188118115300085, 683.9032685267928, 1099.7140301478257, @@ -110764,9 +78942,9 @@ -16.415130009431095 ], "relative wind speed": [ - 1.3999387452358174, + 1.399938745235817, 1.1539647236446429, - 1.4056406568311595, + 1.4056406568311592, 1.8748448775655762, 2.2466941782825036, 2.382399764465374, @@ -110776,11 +78954,11 @@ "relative wind angle": [ 0.31374733069881106, 0.002771914669724939, - 0.31581521162564485, + 0.3158152116256449, 0.3337732749242489, 0.19351309976789471, 0.0013426330283673282, - 0.19587993657464398, + 0.195879936574644, 0.33489476739114815 ], "resistance": [ @@ -110834,9 +79012,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -849.9059109297725, + -849.9059109297737, -961.9172842788605, - -608.2809663566181, + -608.2809663566186, 157.3368858399333, 939.3347148690993, 1196.9404089056122, @@ -110844,9 +79022,9 @@ -244.2042963437989 ], "relative wind speed": [ - 1.6908148907687426, + 1.6908148907687421, 1.5697735007294489, - 1.8834109563897594, + 1.8834109563897592, 2.3395649454328544, 2.667349685486759, 2.740332187147981, @@ -110854,14 +79032,14 @@ 2.1213309985981423 ], "relative wind angle": [ - 0.19914500225702958, + 0.19914500225703016, 0.07211287742039423, - 0.26564089871604807, + 0.2656408987160481, 0.2532367406798845, 0.1257349574966837, 0.04128511640799033, - 0.19630448697003783, - 0.2799558225008588 + 0.1963044869700378, + 0.2799558225008589 ], "resistance": [ 95784.59408907022, @@ -110901,68 +79079,7 @@ "id": "2014", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.718391235773063, - 7.718391235773063, - 7.718391235773063, - 7.718391235773063, - 7.718391235773063, - 7.718391235773063, - 7.718391235773063, - 7.718391235773063 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -405.3066118332247, - -811.2516935029805, - -802.1435530667036, - -375.1635789493532, - 321.19640711849684, - 915.1729284337041, - 894.1815080250851, - 285.76799491794213 - ], - "relative wind speed": [ - 1.9955086745115533, - 1.6810226744347, - 1.6906458903803956, - 2.0150402365104205, - 2.3933182225292353, - 2.6237739522256414, - 2.617583514939157, - 2.376897101177369 - ], - "relative wind angle": [ - 0.23552318859371046, - 0.11046338162243828, - 0.12070952928867873, - 0.2370591615631008, - 0.19581374497717186, - 0.07068766645893346, - 0.07785334730935677, - 0.2004317297437128 - ], - "resistance": [ - 96229.19338816676, - 95823.248306497, - 95832.35644693328, - 96259.33642105063, - 96955.69640711848, - 97549.67292843369, - 97528.68150802507, - 96920.26799491793 - ], - "fuel": [ - 39.6804195044285, - 39.472224353238026, - 39.476888877766385, - 39.69590327702709, - 40.054548405269955, - 40.36188910789388, - 40.35100515938113, - 40.03625820334844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.0625 3.75, -9.0625 4.0625, -8.75 4.0625, -8.75 3.75, -9.0625 3.75))", @@ -110981,68 +79098,7 @@ "id": "2015", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.228188306015046, - 9.228188306015046, - 9.228188306015046, - 9.228188306015046, - 9.228188306015046, - 9.228188306015046, - 9.228188306015046, - 9.228188306015046 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -656.6774924067504, - -1047.8597576800325, - -950.2889954883135, - -326.88397150522314, - 548.5801671315699, - 1197.0331078008967, - 970.8948280730583, - 162.66956459783432 - ], - "relative wind speed": [ - 2.32541530034832, - 2.05561970766694, - 2.1396455865157638, - 2.501717970141664, - 2.8779647963529666, - 3.076469617206113, - 3.01863453439542, - 2.726104342465877 - ], - "relative wind angle": [ - 0.19132260096869558, - 0.055683264794948915, - 0.1314291312176697, - 0.20568855969069494, - 0.15425965553780802, - 0.037195510623745556, - 0.09302474018894476, - 0.18854522631258944 - ], - "resistance": [ - 95977.82250759326, - 95586.64024231996, - 95684.21100451169, - 96307.61602849478, - 97183.08016713157, - 97831.5331078009, - 97605.39482807305, - 96797.16956459783 - ], - "fuel": [ - 40.286949197423795, - 40.086680535631956, - 40.136579310848745, - 40.45623181881388, - 40.90756966806842, - 41.24371243566175, - 41.1263099822571, - 40.708265348219655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 4.6875, -8.75 5, -8.4375 5, -8.4375 4.6875, -8.75 4.6875))", @@ -111074,34 +79130,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -940.0161639236619, + -940.0161639236628, -1133.1130845621158, - -816.4131382022215, + -816.413138202222, 30.785343314791135, 963.7432939691225, 1410.2749762516296, - 784.6803884461096, + 784.6803884461101, -174.7778952477779 ], "relative wind speed": [ - 2.0355738550898557, + 2.035573855089855, 1.8583187822154787, 2.120004624982156, 2.580102408540597, - 2.945183668146975, + 2.9451836681469756, 3.0601174915859404, - 2.8850040119035043, + 2.885004011903504, 2.482083665005686 ], "relative wind angle": [ - 0.19244347845730836, - 0.02715317190310378, - 0.21904453675005375, - 0.2351096566605663, - 0.13257654427045662, + 0.19244347845730894, + 0.027153171903103783, + 0.21904453675005478, + 0.23510965666056632, + 0.13257654427045745, 0.01648803852028883, - 0.1603641655819617, - 0.2445800824904349 + 0.16036416558196032, + 0.24458008249043486 ], "resistance": [ 95694.48383607638, @@ -111154,7 +79210,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1041.2060937614506, + -1041.2060937614515, -1259.3312161785766, -940.4159901932649, -26.331583109273197, @@ -111174,14 +79230,14 @@ 2.8950571445706244 ], "relative wind angle": [ - 0.14879496221679053, - 0.015076103284625204, - 0.1651547419851662, + 0.14879496221679125, + 0.015076103284625206, + 0.16515474198516622, 0.18875262158964812, - 0.11140017852468033, + 0.11140017852468034, 0.010191177266288022, 0.12810973040439888, - 0.193286819719731 + 0.19328681971973102 ], "resistance": [ 95593.29390623857, @@ -111234,13 +79290,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1225.2521975983748, + -1225.2521975983761, -1260.1807297351181, - -652.3679164320097, + -652.3679164320101, 415.4154004476313, 1380.0302264177076, 1460.3802093031031, - 550.3315013458819, + 550.3315013458814, -537.8375285414127 ], "relative wind speed": [ @@ -111250,18 +79306,18 @@ 2.876020032259955, 3.1930693593589825, 3.2123801950386066, - 2.927476108828288, + 2.9274761088282877, 2.443886293177066 ], "relative wind angle": [ - 0.13957191158935053, + 0.13957191158935295, 0.11239304496948693, - 0.2520907725032261, + 0.2520907725032269, 0.21658786676972838, - 0.08777627777141218, - 0.0692224642507496, - 0.20437341045457572, - 0.25567375663068503 + 0.0877762777714122, + 0.06922246425074961, + 0.20437341045457516, + 0.2556737566306851 ], "resistance": [ 95409.24780240166, @@ -111301,68 +79357,7 @@ "id": "2019", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.152895673305895, - 12.152895673305895, - 12.152895673305895, - 12.152895673305895, - 12.152895673305895, - 12.152895673305895, - 12.152895673305895, - 12.152895673305895 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1384.5884855252793, - -1553.9307928115486, - -1028.795884385485, - 150.09187806682075, - 1340.7258072050918, - 1735.4914085358314, - 831.1676099028455, - -444.5954343153626 - ], - "relative wind speed": [ - 2.918871196630072, - 2.810584352924067, - 3.0858020856434116, - 3.5266940535552664, - 3.864941657964791, - 3.944388251311817, - 3.733016015265279, - 3.31964036223899 - ], - "relative wind angle": [ - 0.11220600848404484, - 0.03736008785165367, - 0.15464076285997805, - 0.16152744657776635, - 0.08466333333088323, - 0.026617980796276003, - 0.12766747885535593, - 0.17169944002960982 - ], - "resistance": [ - 95249.91151447472, - 95080.56920718846, - 95605.70411561451, - 96784.59187806681, - 97975.22580720509, - 98369.99140853583, - 97465.66760990284, - 96189.90456568464 - ], - "fuel": [ - 41.766773193395956, - 41.6804659283013, - 41.9484546253551, - 42.5538062983438, - 43.17043852676497, - 43.376053028241344, - 42.905891397705716, - 42.24779161515934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 4.6875, -8.125 5, -7.8125 5, -7.8125 4.6875, -8.125 4.6875))", @@ -111394,19 +79389,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1436.1875573139519, + -1436.1875573139532, -1463.3312607547755, - -763.8256741895452, + -763.8256741895466, 450.6533450689767, - 1523.503202087264, + 1523.5032020872613, 1586.421720351179, 558.2087378003498, -671.8565983295462 ], "relative wind speed": [ - 2.5719491652951376, + 2.571949165295137, 2.5527849275490286, - 2.917531052567965, + 2.9175310525679645, 3.3811161222224233, 3.6832207369242993, 3.6965289961597803, @@ -111414,14 +79409,14 @@ 2.9578862848018908 ], "relative wind angle": [ - 0.09861225357819478, + 0.09861225357819589, 0.08439263978107228, 0.19227779426015953, - 0.17037671692152256, - 0.06880248300098281, + 0.1703767169215226, + 0.06880248300098443, 0.058244459855957414, - 0.16394370148220336, - 0.19504862952791371 + 0.16394370148220339, + 0.19504862952791374 ], "resistance": [ 95198.31244268609, @@ -111474,33 +79469,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1662.2592527432357, + -1662.259252743239, -1568.5163900552166, -646.2760062543739, 733.0608395340132, 1812.9360990833839, 1594.9920864208198, - 358.4906996526706, + 358.4906996526697, -967.16348924672 ], "relative wind speed": [ - 2.837896384200566, + 2.8378963842005653, 2.8974511124968028, 3.3037599379614035, 3.7598570110638696, 4.0215771471758766, 3.9788837239654216, - 3.6485488773575674, + 3.648548877357568, 3.1765097031962246 ], "relative wind angle": [ - 0.061691289055916344, - 0.10210818207386167, + 0.06169128905591814, + 0.10210818207386169, 0.18035844407329804, 0.1448664244854848, 0.0435196670897541, - 0.07429508656463323, - 0.16315341122595017, + 0.07429508656463321, + 0.16315341122595156, 0.17171377022806988 ], "resistance": [ @@ -111541,68 +79536,7 @@ "id": "2022", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.297029034392539, - 11.297029034392539, - 11.297029034392539, - 11.297029034392539, - 11.297029034392539, - 11.297029034392539, - 11.297029034392539, - 11.297029034392539 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1522.3042436112678, - -1544.372428257047, - -792.2260786018787, - 500.2158213421053, - 1636.7178724190217, - 1687.7934666304009, - 587.2553532198717, - -717.8847708727681 - ], - "relative wind speed": [ - 2.5602614564229436, - 2.5446809362340375, - 2.9353841913225125, - 3.4240270690263808, - 3.7386526834594473, - 3.74927480261857, - 3.4519533980222468, - 2.9679119332214134 - ], - "relative wind angle": [ - 0.10285086208308934, - 0.09140218210130614, - 0.20283846336916053, - 0.17733056468555694, - 0.07036709829736237, - 0.061989185006856434, - 0.17215335341074633, - 0.20494424308505402 - ], - "resistance": [ - 95112.19575638873, - 95090.12757174295, - 95842.27392139813, - 97134.7158213421, - 98271.21787241902, - 98322.2934666304, - 97221.75535321987, - 95916.61522912723 - ], - "fuel": [ - 41.09628786036279, - 41.08504581680792, - 41.46922822087179, - 42.134300025362634, - 42.724263426676885, - 42.75088985307959, - 42.17931269455687, - 41.507314696539986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 4.375, -7.8125 4.6875, -7.5 4.6875, -7.5 4.375, -7.8125 4.375))", @@ -111621,68 +79555,7 @@ "id": "2023", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.301841450906876, - 12.301841450906876, - 12.301841450906876, - 12.301841450906876, - 12.301841450906876, - 12.301841450906876, - 12.301841450906876, - 12.301841450906876 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1640.1873717514727, - -1705.2969992643602, - -942.953551175473, - 443.32769558722066, - 1702.56687768136, - 1853.7176741123858, - 702.4365209040743, - -721.17370237449 - ], - "relative wind speed": [ - 2.8569890029460927, - 2.8153067640380565, - 3.182541411654083, - 3.6715086263658123, - 4.002119614179742, - 4.031549998886121, - 3.748436705116408, - 3.27098944903198 - ], - "relative wind angle": [ - 0.10060671266922992, - 0.07232093717878477, - 0.18155541236740907, - 0.1667065312500574, - 0.07176048805095735, - 0.050480487009353786, - 0.1539077468009678, - 0.18734759025635087 - ], - "resistance": [ - 94994.31262824853, - 94929.20300073564, - 95691.54644882452, - 97077.82769558721, - 98337.06687768135, - 98488.21767411238, - 97336.93652090407, - 95913.3262976255 - ], - "fuel": [ - 41.74594283531236, - 41.71280825969415, - 42.101757118326645, - 42.81458180187235, - 43.46827960197227, - 43.54714181951964, - 42.94860855448695, - 42.21531563092504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 4.0625, -8.75 4.375, -8.4375 4.375, -8.4375 4.0625, -8.75 4.0625))", @@ -111701,68 +79574,7 @@ "id": "2024", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.447664312113202, - 10.447664312113202, - 10.447664312113202, - 10.447664312113202, - 10.447664312113202, - 10.447664312113202, - 10.447664312113202, - 10.447664312113202 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1366.5257386856642, - -1346.0844218720645, - -630.4981315869136, - 528.814868478139, - 1507.2486583851023, - 1459.9949630089704, - 448.4956302692017, - -699.0321135423278 - ], - "relative wind speed": [ - 2.3318273640681615, - 2.3475220851451604, - 2.7416425525102386, - 3.206199165939031, - 3.4902142712914306, - 3.4796773665239646, - 3.1784289561996784, - 2.7091145091478315 - ], - "relative wind angle": [ - 0.09567210968184979, - 0.10811046339008634, - 0.2135237480379547, - 0.17819651403790615, - 0.06386489371933339, - 0.07285785889000526, - 0.18381793492862478, - 0.21134865755691243 - ], - "resistance": [ - 95267.97426131433, - 95288.41557812794, - 96004.00186841309, - 97163.31486847813, - 98141.7486583851, - 98094.49496300897, - 97082.9956302692, - 95935.46788645767 - ], - "fuel": [ - 40.62767614581069, - 40.63810289097205, - 41.004090407563375, - 41.60106653825416, - 42.10879235985701, - 42.084189752898155, - 41.559545744417534, - 40.96895611043675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 4.0625, -8.4375 4.375, -8.125 4.375, -8.125 4.0625, -8.4375 4.0625))", @@ -111781,68 +79593,7 @@ "id": "2025", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.072501419773342, - 11.072501419773342, - 11.072501419773342, - 11.072501419773342, - 11.072501419773342, - 11.072501419773342, - 11.072501419773342, - 11.072501419773342 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1389.9980015226142, - -1489.2880013499612, - -877.6206682845609, - 312.52325138091373, - 1441.7751035113338, - 1671.825816493591, - 705.1563808173009, - -542.0738427567148 - ], - "relative wind speed": [ - 2.551914717207001, - 2.480648463723305, - 2.8212202178143904, - 3.2972009039181875, - 3.6310344162191655, - 3.6800900607312514, - 3.4259883447351456, - 2.970714704387957 - ], - "relative wind angle": [ - 0.12063101141679891, - 0.06710349499218835, - 0.19343562791479432, - 0.18318697171766793, - 0.08467594628395031, - 0.04521410326176077, - 0.15896682853735403, - 0.20358773664200838 - ], - "resistance": [ - 95244.50199847738, - 95145.21199865003, - 95756.87933171543, - 96947.02325138092, - 98076.27510351133, - 98306.3258164936, - 97339.6563808173, - 96092.42615724329 - ], - "fuel": [ - 41.014236620292934, - 40.96362138149776, - 41.2760152159736, - 41.88784127322296, - 42.473237146424644, - 42.593075549419964, - 42.09084130386506, - 41.447978727054554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 3.75, -8.75 4.0625, -8.4375 4.0625, -8.4375 3.75, -8.75 3.75))", @@ -111861,68 +79612,7 @@ "id": "2026", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.531884072519496, - 10.531884072519496, - 10.531884072519496, - 10.531884072519496, - 10.531884072519496, - 10.531884072519496, - 10.531884072519496, - 10.531884072519496 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1044.7315906847703, - -1196.3119509126082, - -821.0309459735067, - 74.71809318362466, - 1004.1056111289063, - 1357.363369085374, - 683.5171435383736, - -298.99882181262274 - ], - "relative wind speed": [ - 2.5311382995424845, - 2.419077024167364, - 2.6527638613572426, - 3.0443457782172696, - 3.3522778442876215, - 3.434020120479502, - 3.256880675215089, - 2.894198787119358 - ], - "relative wind angle": [ - 0.12082581004464013, - 0.03150321573132461, - 0.15626182488770426, - 0.16753403494855504, - 0.09113384570978786, - 0.022190421556768297, - 0.12710151683562076, - 0.17631433796004625 - ], - "resistance": [ - 95589.76840931523, - 95438.18804908739, - 95813.4690540265, - 96709.21809318362, - 97638.6056111289, - 97991.86336908537, - 97318.01714353837, - 96335.50117818738 - ], - "fuel": [ - 40.844214923234, - 40.766763538548226, - 40.95867302528396, - 41.41885532954166, - 41.899475003333336, - 42.08300029219491, - 41.7333240638422, - 41.22649894744659 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 3.75, -8.4375 4.0625, -8.125 4.0625, -8.125 3.75, -8.4375 3.75))", @@ -111941,68 +79631,7 @@ "id": "2027", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.750718540767663, - 13.750718540767663, - 13.750718540767663, - 13.750718540767663, - 13.750718540767663, - 13.750718540767663, - 13.750718540767663, - 13.750718540767663 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1815.3730057919538, - -1792.1866570122402, - -871.7083921474978, - 628.9327013361572, - 1883.8180162206363, - 1829.720345377802, - 535.3343415929057, - -952.0605768998648 - ], - "relative wind speed": [ - 3.26070919016121, - 3.2737484815662814, - 3.6451133293054454, - 4.103091275437386, - 4.391387302248459, - 4.3816752208023395, - 4.077947483437046, - 3.616787088920271 - ], - "relative wind angle": [ - 0.06714939490229552, - 0.07512743093593154, - 0.1559867778948756, - 0.13571248959246437, - 0.04984319147748418, - 0.05610776137137025, - 0.13931578803334793, - 0.15409702331655847 - ], - "resistance": [ - 94819.12699420803, - 94842.31334298775, - 95762.79160785249, - 97263.43270133615, - 98518.31801622063, - 98464.22034537779, - 97169.8343415929, - 95682.43942310012 - ], - "fuel": [ - 42.797251864019884, - 42.80904019322462, - 43.27864289848861, - 44.05098844177144, - 44.703282572046135, - 44.67504153897707, - 44.00257048815513, - 43.23752382639769 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 3.4375, -10 3.75, -9.6875 3.75, -9.6875 3.4375, -10 3.4375))", @@ -112034,7 +79663,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -278.92430837828715, + -278.92430837828726, -581.4724368938347, -571.3174103031637, -246.9623748773896, @@ -112054,13 +79683,13 @@ 1.8348309920782002 ], "relative wind angle": [ - 0.3373274672437111, + 0.3373274672437114, 0.17023064496482804, 0.19209138482224575, - 0.33841415425743726, - 0.26092807250421224, + 0.3384141542574373, + 0.2609280725042123, 0.09024925906214008, - 0.10361759924882304, + 0.10361759924882305, 0.2705395981614619 ], "resistance": [ @@ -112101,68 +79730,7 @@ "id": "2029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.222751090060528, - 6.222751090060528, - 6.222751090060528, - 6.222751090060528, - 6.222751090060528, - 6.222751090060528, - 6.222751090060528, - 6.222751090060528 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -331.52003012323496, - -641.5480867368417, - -617.9841874097733, - -255.99301684719808, - 309.63780552514527, - 781.8938887181446, - 727.8852717655948, - 220.10930278747423 - ], - "relative wind speed": [ - 1.5729981823030939, - 1.2549183843610605, - 1.2872865069028419, - 1.63492514295671, - 2.006827383840869, - 2.2196529635632336, - 2.201039045362054, - 1.9567062137659814 - ], - "relative wind angle": [ - 0.2974403166220363, - 0.13359466487837404, - 0.17538560312598211, - 0.30105882127625766, - 0.2317880835719304, - 0.07537689295646009, - 0.1022278745553076, - 0.2503745450775446 - ], - "resistance": [ - 96302.97996987677, - 95992.95191326317, - 96016.51581259024, - 96378.50698315282, - 96944.13780552516, - 97416.39388871816, - 97362.38527176561, - 96854.60930278749 - ], - "fuel": [ - 39.13776711456776, - 38.97862402973473, - 38.99070725229811, - 39.176590693147176, - 39.468019844660304, - 39.712251596881146, - 39.684278496533764, - 39.42181289921244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 3.125, -10 3.4375, -9.6875 3.4375, -9.6875 3.125, -10 3.125))", @@ -112194,19 +79762,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -368.0363864741887, + -368.03638647418916, -652.040691342151, -609.3683600680523, -229.2747988862095, - 335.77103874417844, + 335.77103874417867, 784.6549447110119, 686.6070208374308, 171.9420827052752 ], "relative wind speed": [ - 1.6198797969299283, + 1.6198797969299281, 1.3368325926050189, - 1.3919296216625008, + 1.3919296216625006, 1.728288048039766, 2.078669355789623, 2.2710692342043504, @@ -112214,14 +79782,14 @@ 1.9894464733195227 ], "relative wind angle": [ - 0.2665788969713467, + 0.26657889697134757, 0.10112729724206942, - 0.17027497369181696, - 0.27452817761161136, - 0.20675967157490388, + 0.1702749736918163, + 0.2745281776116114, + 0.20675967157490335, 0.059460767122645045, 0.10560108950863756, - 0.23773912128691652 + 0.23773912128691654 ], "resistance": [ 96266.46361352582, @@ -112274,17 +79842,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -425.3986709788129, + -425.39867097881336, -643.2243242199298, - -551.1017725520625, + -551.1017725520627, -128.34683289980399, 432.21951500836553, 827.951916267918, - 616.1458834417892, + 616.1458834417897, 80.48742883391196 ], "relative wind speed": [ - 1.4638478786371736, + 1.4638478786371734, 1.2085252701888842, 1.3355302852995652, 1.709649636359218, @@ -112294,14 +79862,14 @@ 1.852269089972363 ], "relative wind angle": [ - 0.2822708925369052, + 0.28227089253690557, 0.06154580721762841, - 0.22857228316909614, + 0.2285722831690971, 0.2981989640733402, - 0.20002729274472028, + 0.2000272927447203, 0.033609511713380134, - 0.14203142127781657, - 0.2746160928521583 + 0.14203142127781582, + 0.27461609285215827 ], "resistance": [ 96209.10132902121, @@ -112341,68 +79909,7 @@ "id": "2032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.430182067023521, - 7.430182067023521, - 7.430182067023521, - 7.430182067023521, - 7.430182067023521, - 7.430182067023521, - 7.430182067023521, - 7.430182067023521 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -425.64431296241673, - -778.8583402782629, - -743.1233285893122, - -307.71303543431986, - 359.41579859557737, - 900.8479400150006, - 818.5263797105606, - 220.7083708979178 - ], - "relative wind speed": [ - 1.8889829245917842, - 1.5941070380165347, - 1.6334788366824806, - 1.9685133367708736, - 2.335514934693122, - 2.5459201187233074, - 2.5208398183312632, - 2.268885572815242 - ], - "relative wind angle": [ - 0.2386408576333083, - 0.09686429446520116, - 0.14034063270422578, - 0.2449117044833754, - 0.192372133919789, - 0.06059305608311266, - 0.09076567198285242, - 0.2119539908769779 - ], - "resistance": [ - 96208.8556870376, - 95855.64165972176, - 95891.37667141072, - 96326.7869645657, - 96993.91579859561, - 97535.34794001502, - 97453.02637971059, - 96855.20837089795 - ], - "fuel": [ - 39.54663797933638, - 39.36547883428944, - 39.383785775901515, - 39.60722686186586, - 39.950948276844066, - 40.23112506125795, - 40.18845551751507, - 39.87934638152916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.0625 3.4375, -9.0625 3.75, -8.75 3.75, -8.75 3.4375, -9.0625 3.4375))", @@ -112421,68 +79928,7 @@ "id": "2033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.325273981141233, - 10.325273981141233, - 10.325273981141233, - 10.325273981141233, - 10.325273981141233, - 10.325273981141233, - 10.325273981141233, - 10.325273981141233 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -526.4415650873666, - -1126.0466833991654, - -1150.7836024216995, - -611.0636852390439, - 334.35333765053883, - 1171.0337577412265, - 1228.526725749597, - 433.14074326257787 - ], - "relative wind speed": [ - 2.732717729418452, - 2.4081209407019757, - 2.389342260403217, - 2.692628756805026, - 3.085459021760191, - 3.344959954706771, - 3.3583994887878563, - 3.1205053984356304 - ], - "relative wind angle": [ - 0.1786092829438915, - 0.09015289098117533, - 0.07493970827287184, - 0.17537107155948525, - 0.15800691204132178, - 0.06486092379811113, - 0.05329138632845503, - 0.15112470539772205 - ], - "resistance": [ - 96108.05843491263, - 95508.45331660083, - 95483.7163975783, - 96023.43631476095, - 96968.85333765054, - 97805.53375774123, - 97863.0267257496, - 97067.64074326257 - ], - "fuel": [ - 40.98241880683072, - 40.67538845492203, - 40.662750544773075, - 40.9390066105022, - 41.42553137246895, - 41.858872891198345, - 41.888745845675885, - 41.47656066761658 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 3.125, -9.375 3.4375, -9.0625 3.4375, -9.0625 3.125, -9.375 3.125))", @@ -112514,34 +79960,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -447.9398341565918, + -447.93983415659227, -767.2240561554086, - -711.7108081332335, + -711.710808133234, -264.4972401222651, 390.1533101868904, 899.6574583696915, - 771.7046690916427, + 771.7046690916418, 174.4464961274807 ], "relative wind speed": [ - 1.8469343879269489, + 1.8469343879269484, 1.5702404223471942, - 1.6319454023751305, + 1.6319454023751303, 1.9718501596996363, 2.328720520487078, 2.523578988633327, - 2.4841215951541846, + 2.484121595154185, 2.2239408363392266 ], "relative wind angle": [ 0.23459192086141634, 0.08253907821463499, - 0.15145963326468814, - 0.24468428875213982, + 0.15145963326468817, + 0.24468428875213985, 0.1854161983956761, - 0.05132232277619719, - 0.09928455389181462, - 0.21647703970223328 + 0.0513223227761972, + 0.09928455389181687, + 0.2164770397022333 ], "resistance": [ 96186.56016584343, @@ -112581,68 +80027,7 @@ "id": "2035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.218135368083509, - 11.218135368083509, - 11.218135368083509, - 11.218135368083509, - 11.218135368083509, - 11.218135368083509, - 11.218135368083509, - 11.218135368083509 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -772.0838928540325, - -1203.212143782528, - -1093.7685946498095, - -391.00743584498423, - 591.1622637926484, - 1306.7556866033947, - 1050.9458566063322, - 147.56570044136424 - ], - "relative wind speed": [ - 2.8855893251531755, - 2.649143956049457, - 2.7242467023482004, - 3.0497372143105705, - 3.3992912638440584, - 3.5866200175110725, - 3.529913136980774, - 3.252831039807278 - ], - "relative wind angle": [ - 0.14055363796725445, - 0.03877385935933121, - 0.09522254863376037, - 0.1543958965365031, - 0.11920276948470152, - 0.02863582840675957, - 0.07344398019545925, - 0.14468587932014504 - ], - "resistance": [ - 95862.41610714597, - 95431.28785621747, - 95540.73140535019, - 96243.49256415502, - 97225.66226379265, - 97941.2556866034, - 97685.44585660633, - 96782.06570044137 - ], - "fuel": [ - 41.42664004221343, - 41.20613791901945, - 41.262047720941936, - 41.6221188466246, - 42.128428447258585, - 42.49957803834438, - 42.36668091586412, - 41.89930941659364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 2.8125, -10 3.125, -9.6875 3.125, -9.6875 2.8125, -10 2.8125))", @@ -112661,68 +80046,7 @@ "id": "2036", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.018682428983627, - 8.018682428983627, - 8.018682428983627, - 8.018682428983627, - 8.018682428983627, - 8.018682428983627, - 8.018682428983627, - 8.018682428983627 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -606.5799926588973, - -831.217757281886, - -691.5846540056771, - -135.09383214163472, - 558.4801695741321, - 1005.0033593404773, - 681.0133060021535, - 6.48456192305548 - ], - "relative wind speed": [ - 1.950468037865661, - 1.749138401729514, - 1.8878103521208849, - 2.2409633507632396, - 2.5650775695952652, - 2.706374577986461, - 2.6115360574193676, - 2.3156061334588545 - ], - "relative wind angle": [ - 0.18849444264884993, - 0.02182605644657268, - 0.16576046307421455, - 0.21526858129163096, - 0.142969235512834, - 0.01410559672842827, - 0.1195605283465945, - 0.20822562372056366 - ], - "resistance": [ - 96027.92000734115, - 95803.28224271815, - 95942.91534599436, - 96499.40616785841, - 97192.98016957418, - 97639.50335934052, - 97315.51330600219, - 96640.9845619231 - ], - "fuel": [ - 39.71144462574512, - 39.59632817404962, - 39.667861589837386, - 39.95367009678114, - 40.311496346257655, - 40.542812168400594, - 40.37489926192847, - 40.02656732070204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 2.8125, -9.6875 3.125, -9.375 3.125, -9.375 2.8125, -9.6875 2.8125))", @@ -112741,68 +80065,7 @@ "id": "2037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.635300732685026, - 7.635300732685026, - 7.635300732685026, - 7.635300732685026, - 7.635300732685026, - 7.635300732685026, - 7.635300732685026, - 7.635300732685026 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -603.7550956713856, - -797.5787954314208, - -644.7460913965847, - -90.76924696546894, - 578.8876366441277, - 992.5165131455296, - 638.1274236976328, - -22.556788869662796 - ], - "relative wind speed": [ - 1.8243641395694232, - 1.6316128501492926, - 1.7922427586408873, - 2.1577901356500813, - 2.47953660823816, - 2.6104110428374647, - 2.5028528121804086, - 2.1955291015678386 - ], - "relative wind angle": [ - 0.1985018253889879, - 0.011869149675971835, - 0.1865342315335372, - 0.22880690298108913, - 0.1456080500241683, - 0.007418594140691052, - 0.13319362988580308, - 0.22480569097404218 - ], - "resistance": [ - 96030.74490432862, - 95836.92120456859, - 95989.75390860341, - 96543.73075303453, - 97213.38763664413, - 97627.01651314553, - 97272.62742369763, - 96611.94321113033 - ], - "fuel": [ - 39.54244634362656, - 39.44310752385286, - 39.52142591990684, - 39.80603723211023, - 40.15160489695134, - 40.36588632192425, - 40.182255150066986, - 39.84116104794079 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 2.5, -10 2.8125, -9.6875 2.8125, -9.6875 2.5, -10 2.5))", @@ -112821,68 +80084,7 @@ "id": "2038", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.038020534162769, - 9.038020534162769, - 9.038020534162769, - 9.038020534162769, - 9.038020534162769, - 9.038020534162769, - 9.038020534162769, - 9.038020534162769 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -720.0315993375532, - -790.5415534256024, - -504.60499968074464, - 101.17854007670485, - 694.6176425631811, - 859.353386604535, - 386.64063697752, - -259.4263145620771 - ], - "relative wind speed": [ - 2.189687964083946, - 2.129551026907258, - 2.323994690861047, - 2.6239959608316417, - 2.849325286447096, - 2.8945466643049933, - 2.7408824573284036, - 2.455205320452884 - ], - "relative wind angle": [ - 0.09617104515519888, - 0.04009968564316058, - 0.14291036481916422, - 0.14637763112944127, - 0.07386008672602931, - 0.029498168506221195, - 0.12105714247910125, - 0.1565210639994398 - ], - "resistance": [ - 95914.46840066246, - 95843.95844657441, - 96129.89500031927, - 96735.67854007673, - 97329.1176425632, - 97493.85338660455, - 97021.14063697754, - 96375.07368543794 - ], - "fuel": [ - 40.15356658566193, - 40.11744304648618, - 40.26404817819661, - 40.575650002895195, - 40.882226189299345, - 40.9675625908352, - 40.72295882062397, - 40.38999824621724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 2.5, -9.6875 2.8125, -9.375 2.8125, -9.375 2.5, -9.6875 2.5))", @@ -112914,7 +80116,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -883.0719356969316, + -883.0719356969335, -907.357249625898, -493.1523610433137, 243.34438746828755, @@ -112924,7 +80126,7 @@ -409.2593156720468 ], "relative wind speed": [ - 2.2660357708221515, + 2.266035770822151, 2.246302011996041, 2.496488783479864, 2.8283536083980803, @@ -112934,13 +80136,13 @@ 2.5391791633316627 ], "relative wind angle": [ - 0.08254779804558608, - 0.06518187649600907, - 0.15838849328700938, - 0.14567035452936228, - 0.0612670413966684, - 0.04773776529707713, - 0.13782231170351947, + 0.08254779804558743, + 0.06518187649600905, + 0.1583884932870094, + 0.1456703545293623, + 0.06126704139666841, + 0.04773776529707712, + 0.1378223117035195, 0.16239968211001032 ], "resistance": [ @@ -112994,9 +80196,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -534.1045276745717, + -534.1045276745724, -818.9572374351983, - -726.5895340066388, + -726.5895340066393, -222.86404304493408, 462.3336743564814, 953.5076782945634, @@ -113004,24 +80206,24 @@ 97.88186514566905 ], "relative wind speed": [ - 2.0000932995522147, + 2.0000932995522143, 1.7672274439745972, 1.859070474292781, 2.1919004292435598, 2.5254978669655257, 2.6935886553488633, 2.63103965279391, - 2.3609500611497443 + 2.360950061149744 ], "relative wind angle": [ 0.19564868461984036, 0.04887357245378283, - 0.14396954735905487, + 0.14396954735905568, 0.2130892420961927, 0.1545741182609735, 0.03205802337097023, 0.10155106523317094, - 0.19762160400147752 + 0.19762160400147694 ], "resistance": [ 96100.39547232544, @@ -113061,68 +80263,7 @@ "id": "2041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.235396216410278, - 10.235396216410278, - 10.235396216410278, - 10.235396216410278, - 10.235396216410278, - 10.235396216410278, - 10.235396216410278, - 10.235396216410278 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1021.859837163438, - -1111.2615351647337, - -688.3077903372832, - 176.80371723864937, - 1013.30318759697, - 1221.4949159799726, - 535.5455175827669, - -380.71739635867334 - ], - "relative wind speed": [ - 2.4357006150985865, - 2.3676418378817194, - 2.621525816798526, - 2.998441051822306, - 3.2740859009133043, - 3.3236347724235573, - 3.127279706839434, - 2.7679644563645787 - ], - "relative wind angle": [ - 0.10515528860687026, - 0.0493776026484946, - 0.16126155458353753, - 0.1602383529160222, - 0.0781639683933563, - 0.03516784393195805, - 0.13500641087096066, - 0.1737111727561917 - ], - "resistance": [ - 95612.64016283654, - 95523.23846483525, - 95946.1922096627, - 96811.30371723864, - 97647.80318759696, - 97855.99491597996, - 97170.04551758275, - 96253.78260364132 - ], - "fuel": [ - 40.67415682575884, - 40.62845825154553, - 40.84491777571169, - 41.28973828681107, - 41.722495407243684, - 41.830606590913405, - 41.475011957070706, - 41.0027546493927 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 2.5, -9.375 2.8125, -9.0625 2.8125, -9.0625 2.5, -9.375 2.5))", @@ -113154,17 +80295,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -802.8699015026568, + -802.8699015026586, -912.7583703233622, - -623.7454745743962, + -623.7454745743967, 57.91836709260815, 758.8995597196331, 1015.6797081689301, 502.69742151330775, - -241.77178145702874 + -241.77178145702828 ], "relative wind speed": [ - 2.339671044344983, + 2.3396710443449824, 2.251514802452425, 2.4450527038778898, 2.7692044661727975, @@ -113174,19 +80315,19 @@ 2.63731219278247 ], "relative wind angle": [ - 0.10693292253353304, - 0.029654120426998113, - 0.14121011086439048, + 0.10693292253353408, + 0.02965412042699811, + 0.14121011086439125, 0.1522199045056257, 0.08264675844507885, 0.021598517272817953, - 0.11730268050710427, - 0.15989638059630457 + 0.11730268050710428, + 0.15989638059630454 ], "resistance": [ - 95831.63009849735, + 95831.63009849733, 95721.74162967663, - 96010.75452542561, + 96010.7545254256, 96692.41836709261, 97393.39955971963, 97650.17970816893, @@ -113196,7 +80337,7 @@ "fuel": [ 40.42381799242062, 40.36756204341362, - 40.51561469290563, + 40.515614692905615, 40.866041723056185, 41.22820257466712, 41.36132520837409, @@ -113234,9 +80375,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -754.517554978579, + -754.5175549785804, -731.4862508000338, - -329.51323287020296, + -329.5132328702043, 302.4992212714419, 820.5729685747888, 767.1516651576321, @@ -113246,7 +80387,7 @@ "relative wind speed": [ 1.8471644486745753, 1.8696203638289506, - 2.147154021123155, + 2.1471540211231543, 2.4704974892229723, 2.6646035888464628, 2.648895709781115, @@ -113254,12 +80395,12 @@ 2.0997073467232723 ], "relative wind angle": [ - 0.07773002527776451, + 0.07773002527776737, 0.10082760872258333, - 0.1919294269015675, - 0.1589518670979573, + 0.1919294269015681, + 0.15895186709795733, 0.05385602621835276, - 0.07110464145422038, + 0.07110464145422037, 0.16940253751994608, 0.1873285486353471 ], @@ -113301,68 +80442,7 @@ "id": "2044", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.988128882644217, - 12.988128882644217, - 12.988128882644217, - 12.988128882644217, - 12.988128882644217, - 12.988128882644217, - 12.988128882644217, - 12.988128882644217 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1077.9988332862576, - -1459.213983870175, - -1237.8100873352068, - -297.15154720554165, - 878.1128687151622, - 1626.1013224485223, - 1106.1980003678418, - -29.244784512236038 - ], - "relative wind speed": [ - 3.3102238175299314, - 3.1119744408381735, - 3.2416568832172907, - 3.5981639313947986, - 3.946049960380903, - 4.104206024499074, - 4.002568258437889, - 3.6853912051197613 - ], - "relative wind angle": [ - 0.1156465583353242, - 0.014147175758092129, - 0.098784118329936, - 0.13833148037909054, - 0.0969481531746674, - 0.010726806801069463, - 0.0799598088155506, - 0.13503710162124036 - ], - "resistance": [ - 95556.50116671376, - 95175.28601612984, - 95396.6899126648, - 96337.34845279447, - 97512.61286871518, - 98260.60132244854, - 97740.69800036786, - 96605.25521548778 - ], - "fuel": [ - 42.55564404150333, - 42.36106870129658, - 42.47400923580475, - 42.95588312877619, - 43.562565950164824, - 43.95136129603142, - 43.68090121622445, - 43.09372691280265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 3.4375, -8.4375 3.75, -8.125 3.75, -8.125 3.4375, -8.4375 3.4375))", @@ -113381,68 +80461,7 @@ "id": "2045", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.997901463523586, - 15.997901463523586, - 15.997901463523586, - 15.997901463523586, - 15.997901463523586, - 15.997901463523586, - 15.997901463523586, - 15.997901463523586 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1961.7680854019218, - -2156.5044348703877, - -1397.1328520863199, - 236.44054171762946, - 1839.4006818958733, - 2296.361341293825, - 1033.9820790956637, - -710.7985394065608 - ], - "relative wind speed": [ - 3.9555769064437425, - 3.8629421392771666, - 4.1512964975275395, - 4.607134998592779, - 4.955895611488942, - 5.028435940067561, - 4.79314378715911, - 4.3568104250136805 - ], - "relative wind angle": [ - 0.08174061958860389, - 0.03268443312050503, - 0.1211003174583097, - 0.1268799878589135, - 0.06521534018458969, - 0.025106983630860155, - 0.10481950764925058, - 0.1342128633297587 - ], - "resistance": [ - 94672.73191459812, - 94477.99556512966, - 95237.36714791373, - 96870.94054171767, - 98473.90068189592, - 98930.86134129387, - 97668.4820790957, - 95923.70146059348 - ], - "fuel": [ - 44.76523339762075, - 44.66641120354469, - 45.05256465526743, - 45.89053757808562, - 46.722459303368936, - 46.96136904314098, - 46.30325926182701, - 45.40342348603407 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 3.125, -8.75 3.4375, -8.4375 3.4375, -8.4375 3.125, -8.75 3.125))", @@ -113461,68 +80480,7 @@ "id": "2046", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.659855377527169, - 13.659855377527169, - 13.659855377527169, - 13.659855377527169, - 13.659855377527169, - 13.659855377527169, - 13.659855377527169, - 13.659855377527169 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1402.739662903039, - -1613.943499404344, - -1141.793291770783, - 39.80248089612178, - 1276.9534674342758, - 1772.638590332721, - 904.553338805028, - -397.6938461717755 - ], - "relative wind speed": [ - 3.394503382440138, - 3.276779543093984, - 3.50087978976461, - 3.8973763159072243, - 4.221267205835957, - 4.313289448022752, - 4.133471995076457, - 3.761942036856638 - ], - "relative wind angle": [ - 0.09387585153737464, - 0.02085926746925651, - 0.11877795581921373, - 0.13339255951115545, - 0.07545036671938221, - 0.015846171591555, - 0.10053289411271107, - 0.13822511964989806 - ], - "resistance": [ - 95231.76033709699, - 95020.55650059569, - 95492.70670822925, - 96674.30248089615, - 97911.4534674343, - 98407.13859033275, - 97539.05333880505, - 96236.80615382825 - ], - "fuel": [ - 42.93175676010134, - 42.82414499705426, - 43.06494237473119, - 43.67119372366651, - 44.31151660369461, - 44.56967069759248, - 44.118171114525715, - 43.44611810207938 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 3.125, -8.4375 3.4375, -8.125 3.4375, -8.125 3.125, -8.4375 3.125))", @@ -113541,68 +80499,7 @@ "id": "2047", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.413810738389055, - 13.413810738389055, - 13.413810738389055, - 13.413810738389055, - 13.413810738389055, - 13.413810738389055, - 13.413810738389055, - 13.413810738389055 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1618.3080937774375, - -1666.8996941212554, - -918.225344704073, - 424.02806849912577, - 1620.9487985125197, - 1734.490038000211, - 620.954748144477, - -749.0470097006519 - ], - "relative wind speed": [ - 3.226291012180305, - 3.1984066338787738, - 3.5182233748045086, - 3.9490382934599397, - 4.242210353495019, - 4.26327308331709, - 4.003424367158061, - 3.579161764346892 - ], - "relative wind angle": [ - 0.07596944354066157, - 0.05844555854625713, - 0.14520665685056525, - 0.1354124026103513, - 0.0577529150630089, - 0.043836297049042315, - 0.12750536439436533, - 0.14950630792358482 - ], - "resistance": [ - 95016.19190622255, - 94967.60030587873, - 95716.27465529591, - 97058.52806849912, - 98255.4487985125, - 98368.9900380002, - 97255.45474814446, - 95885.45299029934 - ], - "fuel": [ - 42.619983090431056, - 42.59524916208705, - 42.977311953683824, - 43.66751111797383, - 44.28863335266091, - 44.347830532772505, - 43.76933657976019, - 43.063935786458224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 2.8125, -8.75 3.125, -8.4375 3.125, -8.4375 2.8125, -8.75 2.8125))", @@ -113621,68 +80518,7 @@ "id": "2048", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.964066915578572, - 9.964066915578572, - 9.964066915578572, - 9.964066915578572, - 9.964066915578572, - 9.964066915578572, - 9.964066915578572, - 9.964066915578572 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1137.5108910667973, - -1063.9070215877282, - -421.43873596968524, - 525.5778864183776, - 1258.7977069182075, - 1087.9191603541653, - 232.7414060954461, - -672.062869462366 - ], - "relative wind speed": [ - 2.266505171452532, - 2.324708992675506, - 2.6748399701744017, - 3.059921438047368, - 3.276537996771866, - 3.235502284945028, - 2.952622236329644, - 2.5513972112332866 - ], - "relative wind angle": [ - 0.06233719048687914, - 0.11109826636608501, - 0.19020116711148122, - 0.150050446736499, - 0.04310641722517584, - 0.07974450863092866, - 0.17211860861014544, - 0.1802573664594696 - ], - "resistance": [ - 95496.98910893322, - 95570.59297841229, - 96213.06126403033, - 97160.0778864184, - 97893.29770691822, - 97722.41916035418, - 96867.24140609546, - 95962.43713053766 - ], - "fuel": [ - 40.4537916465447, - 40.49140564968376, - 40.82058405878037, - 41.30860303347332, - 41.6887398382841, - 41.599969309916304, - 41.15734138950211, - 40.69199025385326 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 2.8125, -8.4375 3.125, -8.125 3.125, -8.125 2.8125, -8.4375 2.8125))", @@ -113701,68 +80537,7 @@ "id": "2049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.94096429513659, - 9.94096429513659, - 9.94096429513659, - 9.94096429513659, - 9.94096429513659, - 9.94096429513659, - 9.94096429513659, - 9.94096429513659 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1064.3076554173022, - -1058.838518135703, - -520.7357065091273, - 369.38977728147665, - 1126.298337309603, - 1113.5900420794733, - 347.56195670972375, - -539.4312223718921 - ], - "relative wind speed": [ - 2.3042988664055257, - 2.308614580826847, - 2.6156019302606284, - 2.9932077662477736, - 3.2315338028459863, - 3.2284520597103046, - 2.9851684252435247, - 2.606398137800141 - ], - "relative wind angle": [ - 0.08141324474365698, - 0.08504339237289861, - 0.17861853844495562, - 0.15466803412543947, - 0.058021506964749434, - 0.06077730658849688, - 0.15631026683337435, - 0.17785074204961884 - ], - "resistance": [ - 95570.19234458271, - 95575.66148186431, - 96113.76429349088, - 97003.8897772815, - 97760.79833730962, - 97748.0900420795, - 96982.06195670975, - 96095.06877762813 - ], - "fuel": [ - 40.477694719660036, - 40.48049042551355, - 40.75610125770999, - 41.2143798398437, - 41.60639149593348, - 41.599792127614094, - 41.203106585707474, - 40.746507536292214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 2.5, -8.75 2.8125, -8.4375 2.8125, -8.4375 2.5, -8.75 2.5))", @@ -113781,68 +80556,7 @@ "id": "2050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.564368628065541, - 9.564368628065541, - 9.564368628065541, - 9.564368628065541, - 9.564368628065541, - 9.564368628065541, - 9.564368628065541, - 9.564368628065541 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1104.6805019300027, - -1069.5746540999921, - -476.719940806016, - 453.4026107568816, - 1216.5864734805082, - 1135.3001836514195, - 314.7718171498477, - -595.1607469722308 - ], - "relative wind speed": [ - 2.152411238878713, - 2.181635208923084, - 2.530787226725292, - 2.9334458878356857, - 3.173536679481558, - 3.1535181959921137, - 2.880854944336895, - 2.4696364956013532 - ], - "relative wind angle": [ - 0.08291621911254612, - 0.10830142477528147, - 0.20361572763716926, - 0.1671059003028808, - 0.05620204588978395, - 0.07484748562576919, - 0.17858766860728795, - 0.19887505560042046 - ], - "resistance": [ - 95529.81949806999, - 95564.9253459, - 96157.78005919399, - 97087.90261075688, - 97851.0864734805, - 97769.80018365142, - 96949.27181714984, - 96039.33925302776 - ], - "fuel": [ - 40.24185512733379, - 40.25979714673544, - 40.563488058779704, - 41.04258057328739, - 41.43808977459199, - 41.395861182154434, - 40.97096973408354, - 40.50271199626873 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 2.5, -8.4375 2.8125, -8.125 2.8125, -8.125 2.5, -8.4375 2.5))", @@ -113861,68 +80575,7 @@ "id": "2051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.477835987451579, - 9.477835987451579, - 9.477835987451579, - 9.477835987451579, - 9.477835987451579, - 9.477835987451579, - 9.477835987451579, - 9.477835987451579 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -999.370174020364, - -1053.6380418752008, - -600.3253072689567, - 249.72780857088856, - 1037.9984299774183, - 1163.8412041721804, - 464.9445629821271, - -416.2655217191741 - ], - "relative wind speed": [ - 2.190870994661143, - 2.1455581952308256, - 2.4343478681941075, - 2.8271940102192192, - 3.097344426246064, - 3.1289036803524177, - 2.909881211778905, - 2.5299075553517034 - ], - "relative wind angle": [ - 0.11037338167804105, - 0.07054365227984344, - 0.18809552497388055, - 0.17509878549169292, - 0.07799196897069517, - 0.048352064150945874, - 0.1570757994578209, - 0.19592720744092582 - ], - "resistance": [ - 95635.12982597963, - 95580.8619581248, - 96034.17469273105, - 96884.22780857088, - 97672.49842997742, - 97798.34120417217, - 97099.44456298213, - 96218.23447828082 - ], - "fuel": [ - 40.247562308101934, - 40.21981465463856, - 40.45193412495743, - 40.88926643693736, - 41.29721586954726, - 41.36255662458649, - 41.00041694034111, - 40.54640048278043 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 4.6875, -7.5 5, -7.1875 5, -7.1875 4.6875, -7.5 4.6875))", @@ -113954,37 +80607,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1570.7515673446824, + -1570.7515673446878, -1723.273413777907, - -1100.2267409619335, + -1100.2267409619371, 219.02142416478, 1509.9587052319575, 1866.5175941649386, - 837.5271508775477, + 837.5271508775504, -568.8437290518341 ], "relative wind speed": [ - 3.2733517155864753, + 3.2733517155864744, 3.186252017082631, 3.46966966684662, 3.9075590376026152, 4.236874040568726, 4.302758553906429, 4.077661767795675, - 3.6601797028599843 + 3.6601797028599847 ], "relative wind angle": [ - 0.09378404167372877, + 0.09378404167372996, 0.03926037416503197, - 0.139776827120056, + 0.13977682712005762, 0.14343787745595343, 0.07241338671101018, 0.02906947403890585, - 0.11882820629597757, - 0.1532064493839177 + 0.11882820629597664, + 0.15320644938391842 ], "resistance": [ - 95063.74843265535, + 95063.74843265534, 94911.22658622212, 95534.27325903809, 96853.5214241648, @@ -113994,7 +80647,7 @@ 96065.6562709482 ], "fuel": [ - 42.69201889487547, + 42.69201889487546, 42.614385254188264, 42.93206152494537, 43.6094812688453, @@ -114034,9 +80687,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1117.147054019193, + -1117.1470540191963, -1411.0539662602068, - -1127.322642000871, + -1127.3226420008737, -139.29789839832938, 1018.218623092147, 1695.0690096347962, @@ -114044,9 +80697,9 @@ -122.31479947521484 ], "relative wind speed": [ - 2.745311688579045, + 2.745311688579044, 2.5433778001412013, - 2.740078513735349, + 2.7400785137353485, 3.169500111093353, 3.5489888791063087, 3.696388466762913, @@ -114054,13 +80707,13 @@ 3.1758978852047806 ], "relative wind angle": [ - 0.14988839832611364, + 0.1498883983261144, 0.00127902472026421, - 0.14847897381447075, - 0.1829098679737211, - 0.11577057781866082, - 0.000880059723643592, - 0.11433486949816277, + 0.14847897381447225, + 0.18290986797372114, + 0.11577057781866083, + 0.0008800597236435921, + 0.11433486949816278, 0.18253724813436675 ], "resistance": [ @@ -114101,68 +80754,7 @@ "id": "2054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.290024641277935, - 16.290024641277935, - 16.290024641277935, - 16.290024641277935, - 16.290024641277935, - 16.290024641277935, - 16.290024641277935, - 16.290024641277935 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1835.033562839355, - -2221.2167917259776, - -1719.2909133428202, - -157.7948521959952, - 1595.4758263618423, - 2503.701320698383, - 1430.3498155884572, - -351.90368772079637 - ], - "relative wind speed": [ - 4.0996993785008184, - 3.919973624673855, - 4.13918085464053, - 4.59048416378751, - 4.987738452928248, - 5.130192652402088, - 4.95502287799727, - 4.540101872305856 - ], - "relative wind angle": [ - 0.1001533425721193, - 0.006483610066426145, - 0.10792522777320922, - 0.13220513213796525, - 0.08227683966163991, - 0.004954103689918293, - 0.09010234121989524, - 0.1336809882158267 - ], - "resistance": [ - 94799.46643716063, - 94413.283208274, - 94915.20908665717, - 96476.705147804, - 98229.97582636183, - 99138.20132069837, - 98064.84981558844, - 96282.59631227919 - ], - "fuel": [ - 45.11955459214826, - 44.92353493708035, - 45.17841156316956, - 45.97732976403624, - 46.8851796111576, - 47.3599593600068, - 46.79918885925243, - 45.87752279721929 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 4.375, -7.1875 4.6875, -6.875 4.6875, -6.875 4.375, -7.1875 4.375))", @@ -114181,68 +80773,7 @@ "id": "2055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.413847398744513, - 15.413847398744513, - 15.413847398744513, - 15.413847398744513, - 15.413847398744513, - 15.413847398744513, - 15.413847398744513, - 15.413847398744513 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1748.879188286338, - -2055.2468082141904, - -1510.1131644868838, - -29.49252959225396, - 1566.6769136016137, - 2286.0416009719684, - 1225.9093970848207, - -429.7638742041245 - ], - "relative wind speed": [ - 3.844930780689652, - 3.693706241568244, - 3.931243983671799, - 4.376773789922763, - 4.751800057336692, - 4.870280350677928, - 4.680642822737494, - 4.266960005090844 - ], - "relative wind angle": [ - 0.09816385868509254, - 0.01500525204338817, - 0.11605247963952324, - 0.13483074496091804, - 0.07938538036596154, - 0.011380065530598263, - 0.0974071004111606, - 0.13832274249624568 - ], - "resistance": [ - 94885.62081171364, - 94579.2531917858, - 95124.3868355131, - 96605.00747040773, - 98201.1769136016, - 98920.54160097195, - 97860.4093970848, - 96204.73612579585 - ], - "fuel": [ - 44.31061217193513, - 44.154961771224364, - 44.43215967323148, - 45.19062872969324, - 46.01742648991788, - 46.393148379883, - 45.840116829246114, - 44.9847794678814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 4.6875, -6.875 5, -6.5625 5, -6.5625 4.6875, -6.875 4.6875))", @@ -114274,11 +80805,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1001.8430708724582, + -1001.8430708724609, -1239.9033244571442, - -989.1804118917321, - -127.98446913300086, - 866.180966388516, + -989.1804118917335, + -127.98446913300177, + 866.1809663885133, 1425.5491220634567, 848.1005689228177, -149.20168186692445 @@ -114287,28 +80818,28 @@ 2.980331550645671, 2.8277245295433784, 2.9862990563997642, - 3.332892876421053, + 3.3328928764210533, 3.644669991842127, 3.7643019919006493, 3.6397820603649333, 3.3253301453405073 ], "relative wind angle": [ - 0.11042330983577825, + 0.11042330983578028, 0.0013506766270114485, - 0.11202169062396992, - 0.14097174047715447, - 0.09023472719672974, + 0.11202169062397092, + 0.14097174047715527, + 0.09023472719673098, 0.0010146212849547539, 0.09184639507865415, - 0.1412944978971647 + 0.14129449789716472 ], "resistance": [ 95632.65692912755, 95394.59667554287, 95645.31958810828, 96506.51553086701, - 97500.68096638854, + 97500.68096638852, 98060.04912206347, 97482.60056892283, 96485.2983181331 @@ -114318,7 +80849,7 @@ 41.633735234256804, 41.76185000045976, 42.20368678245189, - 42.71717539722909, + 42.717175397229084, 43.00770705894493, 42.70780399799078, 42.1927681281778 @@ -114354,32 +80885,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -632.8602702173057, + -632.8602702173089, -897.8874241146827, - -783.2870437235638, - -227.79990050832748, - 495.08904245675785, + -783.2870437235661, + -227.79990050832612, + 495.08904245675603, 978.8898808610925, 709.6476927947956, 24.557615673185865 ], "relative wind speed": [ - 2.671723338604639, + 2.6717233386046386, 2.50764445536351, 2.591410870773539, - 2.858196571095299, + 2.8581965710952986, 3.1302158234853708, 3.2631389772928086, 3.1970214885858432, 2.9609236836875734 ], "relative wind angle": [ - 0.1139487734320996, + 0.11394877343210155, 0.020659214187860566, - 0.08907380649692592, - 0.13257247191151106, - 0.0972009925370092, - 0.015875650796542937, + 0.0890738064969284, + 0.1325724719115094, + 0.09720099253701035, + 0.01587565079654294, 0.07216777821679123, 0.12794723855298193 ], @@ -114421,68 +80952,7 @@ "id": "2058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.710706729147015, - 12.710706729147015, - 12.710706729147015, - 12.710706729147015, - 12.710706729147015, - 12.710706729147015, - 12.710706729147015, - 12.710706729147015 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1295.8973944071, - -1508.3105535462632, - -1082.2571932087512, - 18.881140431295535, - 1188.934119260446, - 1686.4461813969729, - 883.6612324883163, - -338.8469251631559 - ], - "relative wind speed": [ - 3.1339937810324705, - 3.0059511073702856, - 3.2284560711934263, - 3.6291709228076674, - 3.9585208627733937, - 4.056607249988809, - 3.881864994681901, - 3.5101172136567964 - ], - "relative wind angle": [ - 0.10515970203861512, - 0.020022458869248656, - 0.1286117611180166, - 0.14528359223525428, - 0.0831983940010779, - 0.0148362203231869, - 0.10687207535118978, - 0.15024800814586697 - ], - "resistance": [ - 95338.60260559293, - 95126.18944645376, - 95552.24280679128, - 96653.38114043133, - 97823.43411926048, - 98320.946181397, - 97518.16123248835, - 96295.65307483687 - ], - "fuel": [ - 42.22923118479338, - 42.12091928220535, - 42.33833811899587, - 42.90338759818812, - 43.50874483087675, - 43.76768914331241, - 43.350312824276045, - 42.719324544538374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 4.375, -6.5625 4.6875, -6.25 4.6875, -6.25 4.375, -6.5625 4.375))", @@ -114514,14 +80984,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -752.0731119344837, + -752.0731119344855, -1047.6928262403835, -896.2634672599656, -225.940808266585, 627.9174694398243, 1188.1488843022007, 834.247507362169, - 15.201437408863967 + 15.201437408863512 ], "relative wind speed": [ 2.5729904645111397, @@ -114531,17 +81001,17 @@ 3.1443370490657907, 3.294005955756799, 3.208249021323456, - 2.9224403356699926 + 2.922440335669992 ], "relative wind angle": [ - 0.14020751238545281, - 0.021285129361497703, - 0.11578280259124471, + 0.14020751238545442, + 0.021285129361497707, + 0.11578280259124472, 0.16294937957486624, 0.11460607980120929, 0.015367961347607838, - 0.08988461410734652, - 0.15732934164947068 + 0.08988461410734654, + 0.15732934164946996 ], "resistance": [ 95882.42688806554, @@ -114581,68 +81051,7 @@ "id": "2060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.523954900719392, - 17.523954900719392, - 17.523954900719392, - 17.523954900719392, - 17.523954900719392, - 17.523954900719392, - 17.523954900719392, - 17.523954900719392 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -2004.318419249783, - -2368.8999156613854, - -1773.8005908067607, - -88.33871732077023, - 1746.977060908157, - 2605.8848846764795, - 1418.4669037152435, - -475.45683602399913 - ], - "relative wind speed": [ - 4.432263274399375, - 4.275356028630845, - 4.504703707025689, - 4.95039660525776, - 5.334073179141782, - 5.46064329932647, - 5.273038870133446, - 4.857043119499932 - ], - "relative wind angle": [ - 0.08716132624146652, - 0.010998480555621524, - 0.10058263697915769, - 0.12000992843133186, - 0.07239687475978696, - 0.008611083103578103, - 0.08588747137772744, - 0.12232801069411076 - ], - "resistance": [ - 94630.18158075021, - 94265.60008433861, - 94860.69940919324, - 96546.16128267923, - 98381.47706090816, - 99240.38488467647, - 98052.96690371525, - 96159.043163976 - ], - "fuel": [ - 46.32026053260573, - 46.135420531415846, - 46.4373865186807, - 47.299777009435076, - 48.250864595219554, - 48.700268660191625, - 48.07970484700188, - 47.10076740707561 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 4.0625, -7.1875 4.375, -6.875 4.375, -6.875 4.0625, -7.1875 4.0625))", @@ -114661,68 +81070,7 @@ "id": "2061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.486868651701453, - 17.486868651701453, - 17.486868651701453, - 17.486868651701453, - 17.486868651701453, - 17.486868651701453, - 17.486868651701453, - 17.486868651701453 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1796.3168859849739, - -2340.729554752418, - -1952.3517111809415, - -411.6584856033696, - 1457.173213648406, - 2594.945275311202, - 1679.526706052553, - -149.60800642995127 - ], - "relative wind speed": [ - 4.485110147220408, - 4.268642307835612, - 4.435990373570234, - 4.86137904705306, - 5.2696784794568465, - 5.446505040602271, - 5.3110934575793625, - 4.924704871403318 - ], - "relative wind angle": [ - 0.09803627809566993, - 0.007471953806145486, - 0.0889120279449602, - 0.12144588476728838, - 0.08340335653122563, - 0.0058560459257023635, - 0.0742324409703573, - 0.11987666211539999 - ], - "resistance": [ - 94838.18311401505, - 94293.7704452476, - 94682.14828881907, - 96222.84151439664, - 98091.67321364842, - 99229.44527531121, - 98314.02670605257, - 96484.89199357007 - ], - "fuel": [ - 46.385802959678344, - 46.10955072707002, - 46.30651319830794, - 47.09339214456682, - 48.05971633856532, - 48.65439317055756, - 48.17555464843164, - 47.22810823372278 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.5 3.75, -7.5 4.0625, -7.1875 4.0625, -7.1875 3.75, -7.5 3.75))", @@ -114741,68 +81089,7 @@ "id": "2062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.709533794635018, - 11.709533794635018, - 11.709533794635018, - 11.709533794635018, - 11.709533794635018, - 11.709533794635018, - 11.709533794635018, - 11.709533794635018 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -831.5918346911862, - -1436.2260999326636, - -1360.6543656637505, - -571.6473216759728, - 616.1497152554912, - 1549.6335390355043, - 1373.6913746057353, - 312.9749989855145 - ], - "relative wind speed": [ - 3.0286274446124883, - 2.721405836876243, - 2.7717012267758205, - 3.1368101950806717, - 3.551635280590908, - 3.7921824370161756, - 3.7555784739620925, - 3.4564604966115238 - ], - "relative wind angle": [ - 0.16370858907977076, - 0.05955826735078315, - 0.09558044162639139, - 0.17173961203978996, - 0.1394297378772355, - 0.04272888112306883, - 0.07049152039412365, - 0.15572084646038356 - ], - "resistance": [ - 95802.90816530882, - 95198.27390006735, - 95273.84563433626, - 96062.85267832404, - 97250.64971525551, - 98184.13353903552, - 98008.19137460575, - 96947.47499898553 - ], - "fuel": [ - 41.73236758849622, - 41.42345424722794, - 41.461990170311836, - 41.86559382740767, - 42.47756057487808, - 42.962186392911924, - 42.870596591534465, - 42.32086247730775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.1875 3.75, -7.1875 4.0625, -6.875 4.0625, -6.875 3.75, -7.1875 3.75))", @@ -114821,68 +81108,7 @@ "id": "2063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.908498650963383, - 13.908498650963383, - 13.908498650963383, - 13.908498650963383, - 13.908498650963383, - 13.908498650963383, - 13.908498650963383, - 13.908498650963383 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1095.2609408064654, - -1697.1403256388776, - -1544.2683685241427, - -558.4750801207347, - 818.39008795261, - 1817.5229666862388, - 1459.2420121352616, - 194.30864659723466 - ], - "relative wind speed": [ - 3.599799008800804, - 3.3360589720598455, - 3.4199919691337004, - 3.7851745314140013, - 4.181096865812749, - 4.39440945293124, - 4.3294086011987165, - 4.014047542295336 - ], - "relative wind angle": [ - 0.12702323562035714, - 0.034630668098141526, - 0.08568339865423995, - 0.1403258123592309, - 0.10928675572662583, - 0.02628798389924778, - 0.06765392659597208, - 0.13227626843452886 - ], - "resistance": [ - 95539.23905919357, - 94937.35967436116, - 95090.23163147588, - 96076.02491987929, - 97452.89008795263, - 98452.02296668627, - 98093.74201213529, - 96828.80864659726 - ], - "fuel": [ - 43.29684305411214, - 42.989924641282514, - 43.067751453578154, - 43.57170529172908, - 44.281633943680696, - 44.80121593861361, - 44.614470859693725, - 43.95897578912988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.875 4.0625, -6.875 4.375, -6.5625 4.375, -6.5625 4.0625, -6.875 4.0625))", @@ -114914,33 +81140,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1199.8394795519794, + -1199.839479551982, -1652.7700920673442, - -1400.4057344965772, - -327.3753151293058, - 1024.6448504381588, + -1400.40573449658, + -327.3753151293049, + 1024.6448504381578, 1900.979995820514, - 1311.980734973642, + 1311.9807349736393, 7.755630592558191 ], "relative wind speed": [ - 3.1269180679053177, + 3.1269180679053172, 2.878600221977909, 3.035201066321008, - 3.466040238190651, + 3.4660402381906517, 3.8792429523324095, 4.066915692345014, 3.9514170842391727, 3.579484258081977 ], "relative wind angle": [ - 0.14793143409557793, + 0.14793143409557946, 0.01999260762780116, - 0.12536119436442733, - 0.17229810908284218, - 0.11908905930001154, - 0.014150480571808049, - 0.09618991075136046, + 0.1253611943644291, + 0.17229810908284282, + 0.11908905930001155, + 0.014150480571808047, + 0.09618991075136162, 0.16678542386791814 ], "resistance": [ @@ -114994,9 +81220,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -713.6140680815965, + -713.6140680815979, -1143.443023735772, - -1042.4716938576926, + -1042.471693857693, -369.9960032013237, 580.3647596533597, 1286.9929806966443, @@ -115004,9 +81230,9 @@ 178.81187362116725 ], "relative wind speed": [ - 2.5119281530214495, + 2.511928153021449, 2.2394868651448157, - 2.3198642362536623, + 2.319864236253662, 2.6822596153647575, 3.064581337238793, 3.268966258519335, @@ -115014,11 +81240,11 @@ 2.916663363207581 ], "relative wind angle": [ - 0.1795702062680189, + 0.1795702062680195, 0.05327071039335057, 0.12099719753205516, 0.1932932971007921, - 0.14692560209164832, + 0.14692560209164834, 0.03648526491691307, 0.0872762761770525, 0.1775859740373048 @@ -115061,68 +81287,7 @@ "id": "2066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.466014634153758, - 12.466014634153758, - 12.466014634153758, - 12.466014634153758, - 12.466014634153758, - 12.466014634153758, - 12.466014634153758, - 12.466014634153758 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -848.8209293180726, - -1585.3638399367292, - -1550.0779446075903, - -727.2967405434056, - 587.6443883526808, - 1673.3230038238607, - 1591.1502003537898, - 445.9426590738685 - ], - "relative wind speed": [ - 3.259835107060631, - 2.919401825719568, - 2.9414305931514533, - 3.307297475092696, - 3.747304160949081, - 4.018196906558529, - 4.0020993822697575, - 3.7054819944423913 - ], - "relative wind angle": [ - 0.1638414481468599, - 0.06911001308533783, - 0.08393707082325082, - 0.167183010652219, - 0.1423717595138194, - 0.050192662832753365, - 0.061658033922460664, - 0.1490752285924163 - ], - "resistance": [ - 95785.67907068193, - 95049.13616006327, - 95084.42205539241, - 95907.2032594566, - 97222.14438835268, - 98307.82300382385, - 98225.65020035379, - 97080.44265907387 - ], - "fuel": [ - 42.27220876271678, - 41.89613003375936, - 41.91410097033139, - 42.33445300789787, - 43.01147532880077, - 43.575306592228785, - 43.53247793169007, - 42.93820820011947 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.5625 3.75, -6.5625 4.0625, -6.25 4.0625, -6.25 3.75, -6.5625 3.75))", @@ -115141,68 +81306,7 @@ "id": "2067", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.81960437795545, - 11.81960437795545, - 11.81960437795545, - 11.81960437795545, - 11.81960437795545, - 11.81960437795545, - 11.81960437795545, - 11.81960437795545 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -738.1691553050428, - -1406.061038777977, - -1385.2777615663585, - -666.5121740052191, - 499.9569266607141, - 1474.130690577751, - 1425.7155717673986, - 416.41790969787326 - ], - "relative wind speed": [ - 3.099923263989803, - 2.776996246185656, - 2.790664825682861, - 3.129417001063101, - 3.5430594180337636, - 3.8014584215816063, - 3.791435626914875, - 3.517036183464732 - ], - "relative wind angle": [ - 0.16251777294074804, - 0.07070025920816014, - 0.08040812492645005, - 0.16472573107926666, - 0.14204348346415066, - 0.05162702859794795, - 0.05915468623762748, - 0.1464317841264564 - ], - "resistance": [ - 95896.33084469498, - 95228.43896122205, - 95249.22223843366, - 95967.98782599482, - 97134.45692666074, - 98108.63069057777, - 98060.21557176743, - 97050.9179096979 - ], - "fuel": [ - 41.857708089930284, - 41.51632226200825, - 41.52692039070823, - 41.894433389572555, - 42.494953691595484, - 43.00035658406868, - 42.97515535370859, - 42.451777913612304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 4.0625, -6.25 4.375, -5.9375 4.375, -5.9375 4.0625, -6.25 4.0625))", @@ -115234,37 +81338,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -845.4296632330716, + -845.4296632330738, -1031.9368100746642, - -799.8077132551762, - -70.81841164009438, - 753.6932933323114, + -799.8077132551766, + -70.81841164009484, + 753.6932933323124, 1190.7345249273585, - 688.4628433794533, - -147.1638657520175 + 688.4628433794551, + -147.16386575201795 ], "relative wind speed": [ 2.5764178170909107, 2.4387722705161936, 2.6012158657284603, - 2.9350432211826885, + 2.935043221182689, 3.2263679892710924, 3.331631579718558, 3.206408456559959, - 2.9039456710149087 + 2.903945671014909 ], "relative wind angle": [ - 0.11848486108273261, + 0.11848486108273448, 0.006451578739704505, - 0.1259678699619167, - 0.1526982951308447, - 0.09453566926325742, - 0.0047225751981660085, - 0.1020993473864836, - 0.1543465375745074 + 0.12596786996191758, + 0.15269829513084546, + 0.09453566926325624, + 0.004722575198166008, + 0.10209934738648252, + 0.1543465375745081 ], "resistance": [ - 95789.07033676696, + 95789.07033676695, 95602.56318992536, 95834.69228674486, 96563.68158835993, @@ -115274,7 +81378,7 @@ 96487.336134248 ], "fuel": [ - 40.8563707235117, + 40.856370723511695, 40.76094697841743, 40.87973225256002, 41.25407476702744, @@ -115314,9 +81418,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -659.7166792180178, + -659.7166792180196, -838.0360356599397, - -676.4681981154074, + -676.4681981154079, -97.96631818943706, 584.2466282066052, 986.1958220222218, @@ -115324,24 +81428,24 @@ -69.9678427756935 ], "relative wind speed": [ - 2.2370946277127612, + 2.237094627712761, 2.0885489465885763, 2.226522376047152, 2.538095956926771, 2.8188663004623096, 2.9306250000515437, 2.8272243812942595, - 2.5512092243983715 + 2.551209224398372 ], "relative wind angle": [ - 0.1355998669690931, + 0.13559986696909473, 0.0031832065145014085, - 0.1319867125316831, - 0.16665837369591746, - 0.10749148536834424, + 0.13198671253168393, + 0.1666583736959175, + 0.10749148536834426, 0.0022685526422742326, 0.10382834095469036, - 0.16579378895801558 + 0.16579378895801694 ], "resistance": [ 95974.78332078198, @@ -115394,9 +81498,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -764.6039035565555, + -764.6039035565577, -1154.070925780522, - -1030.945143182888, + -1030.9451431828893, -337.2979814735372, 605.9670226078028, 1274.490103078991, @@ -115404,27 +81508,27 @@ 108.28957612790373 ], "relative wind speed": [ - 2.7487817716781526, + 2.7487817716781517, 2.5205251935909825, 2.6088354870952837, 2.940982906265009, - 3.2868384183450217, + 3.286838418345022, 3.4649763007980336, 3.3989829975878374, 3.1160435750605138 ], "relative wind angle": [ - 0.14483346752050816, + 0.14483346752050894, 0.03516505697818129, - 0.10422082656279702, + 0.10422082656279807, 0.16133852635324916, 0.1209961712199334, - 0.02557760898415498, + 0.025577608984154985, 0.07993340035494027, - 0.1522016510209576 + 0.15220165102095762 ], "resistance": [ - 95869.89609644347, + 95869.89609644345, 95480.42907421949, 95603.55485681712, 96297.20201852647, @@ -115474,17 +81578,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -742.6608147578904, + -742.6608147578922, -972.9739528213981, - -798.2560247752472, + -798.2560247752476, -139.21357690197783, - 657.1492994120645, + 657.1492994120658, 1144.7118475277462, 736.8557279992947, -46.36735611757467 ], "relative wind speed": [ - 2.3427888330112006, + 2.3427888330112, 2.1658941526175224, 2.3090956915858905, 2.6524986270451665, @@ -115494,12 +81598,12 @@ 2.693957682744108 ], "relative wind angle": [ - 0.14766870245497263, + 0.1476687024549741, 0.009720148901409197, - 0.1368122276033539, + 0.1368122276033547, 0.17676377409610025, - 0.11643176489439074, - 0.006793982954340985, + 0.11643176489438978, + 0.006793982954340984, 0.10539782217390187, 0.17401542202320958 ], @@ -115554,33 +81658,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -688.7983727937435, + -688.7983727937433, -854.2054675597135, - -670.2353013104932, + -670.2353013104937, -66.8338911262199, 626.9107636359795, 1013.347376062401, - 600.3006248928282, + 600.3006248928291, -97.83749457453314 ], "relative wind speed": [ - 2.1850278734771034, + 2.185027873477103, 2.041277151149235, 2.1969697702438307, 2.5233705346579804, 2.808281682261534, 2.9144434128995553, - 2.7989492034390895, + 2.798949203439089, 2.508663779707723 ], "relative wind angle": [ - 0.13931925063006456, - 0.0036578397357492154, - 0.14341160052519475, - 0.17389171551790186, + 0.13931925063006373, + 0.003657839735749216, + 0.14341160052519553, + 0.17389171551790183, 0.10826056288030353, 0.002561949276417002, - 0.1124187617226839, + 0.11241876172268193, 0.17492163020325022 ], "resistance": [ @@ -115634,9 +81738,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -722.9278717465731, + -722.927871746575, -1011.1887216181617, - -859.7228283597879, + -859.7228283597883, -204.30306565496312, 629.4580523894047, 1178.3915042503154, @@ -115644,7 +81748,7 @@ 23.97112820813072 ], "relative wind speed": [ - 2.33096106670397, + 2.3309610667039697, 2.1201927047770255, 2.2466387344697614, 2.601236661795018, @@ -115654,14 +81758,14 @@ 2.7041283191988925 ], "relative wind angle": [ - 0.16461679785212666, + 0.16461679785212735, 0.02468845870264182, - 0.1375116063697982, + 0.13751160636979903, 0.1886700218482058, - 0.13028175041735238, + 0.1302817504173524, 0.01690764986261081, 0.10265724385209885, - 0.1814097147179552 + 0.18140971471795522 ], "resistance": [ 95911.57212825345, @@ -115701,68 +81805,7 @@ "id": "2074", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.070755597409516, - 10.070755597409516, - 10.070755597409516, - 10.070755597409516, - 10.070755597409516, - 10.070755597409516, - 10.070755597409516, - 10.070755597409516 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -795.6806883128738, - -1145.2968018778843, - -990.7056011557697, - -265.85679361346183, - 678.1224391290425, - 1317.7833611279684, - 957.9578401067392, - 59.696306622973225 - ], - "relative wind speed": [ - 2.5183820576910376, - 2.2865378629470743, - 2.4066862864317033, - 2.775532983016088, - 3.1373381287570146, - 3.3101183247675805, - 3.2238175881017654, - 2.9123110037979325 - ], - "relative wind angle": [ - 0.1640008747583874, - 0.030411135966180537, - 0.13035841730700937, - 0.1855146810039599, - 0.1314343899861176, - 0.021005475420655152, - 0.09719443102825627, - 0.1767077157365905 - ], - "resistance": [ - 95838.81931168713, - 95489.20319812212, - 95643.79439884423, - 96368.64320638654, - 97312.62243912905, - 97952.28336112796, - 97592.45784010674, - 96694.19630662298 - ], - "fuel": [ - 40.691476655842564, - 40.51264189073653, - 40.591661904167, - 40.96335776495354, - 41.450352665644594, - 41.78223573154762, - 41.59535573485391, - 41.130934654644875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 3.75, -5.3125 4.0625, -5 4.0625, -5 3.75, -5.3125 3.75))", @@ -115794,17 +81837,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -761.4327357384582, + -761.4327357384595, -1221.2300280942568, - -1113.6562769093593, - -395.5177714557576, + -1113.6562769093607, + -395.51777145575807, 619.8976458320758, 1375.4257008624945, - 1125.7020248367116, + 1125.7020248367135, 192.2508778798324 ], "relative wind speed": [ - 2.590815903580223, + 2.5908159035802227, 2.308246894633437, 2.391298974708242, 2.7666968832233874, @@ -115816,11 +81859,11 @@ "relative wind angle": [ 0.18041099131622376, 0.053663294723001284, - 0.12148305944684673, - 0.19409300649760067, - 0.147523089402978, + 0.12148305944684858, + 0.1940930064976007, + 0.14752308940297798, 0.03669817874166469, - 0.08749932050399348, + 0.08749932050399221, 0.17822559039878522 ], "resistance": [ @@ -115861,68 +81904,7 @@ "id": "2076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.781642112425855, - 9.781642112425855, - 9.781642112425855, - 9.781642112425855, - 9.781642112425855, - 9.781642112425855, - 9.781642112425855, - 9.781642112425855 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -884.0253898301116, - -1158.055422638523, - -941.7903025832047, - -146.42189818221277, - 811.7869943615324, - 1398.1254824291323, - 894.8731253948545, - -50.12543443872164 - ], - "relative wind speed": [ - 2.380448270864966, - 2.171831086275616, - 2.3459191211591466, - 2.750505363639894, - 3.1136508448759384, - 3.2625918051064136, - 3.139748243257817, - 2.792145375629432 - ], - "relative wind angle": [ - 0.16912212311223887, - 0.009777765719464373, - 0.15865778668880717, - 0.19961297133382444, - 0.1290395690175493, - 0.006508772282646476, - 0.11832319618060283, - 0.1965968264673467 - ], - "resistance": [ - 95750.47461016987, - 95476.44457736146, - 95692.70969741678, - 96488.07810181777, - 97446.28699436152, - 98032.62548242912, - 97529.37312539484, - 96584.37456556126 - ], - "fuel": [ - 40.477725009114906, - 40.33760539454828, - 40.448164867791135, - 40.85627165989497, - 41.35105880017949, - 41.655509397487435, - 41.39412267668976, - 40.90584152291948 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 3.4375, -5.9375 3.75, -5.625 3.75, -5.625 3.4375, -5.9375 3.4375))", @@ -115941,68 +81923,7 @@ "id": "2077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.7009929441552165, - 7.7009929441552165, - 7.7009929441552165, - 7.7009929441552165, - 7.7009929441552165, - 7.7009929441552165, - 7.7009929441552165, - 7.7009929441552165 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -707.6234729785099, - -902.4928891413581, - -701.387431437696, - -45.88232477267138, - 722.2178676246804, - 1173.351717516879, - 713.1533651301138, - -56.246929623217284 - ], - "relative wind speed": [ - 1.7840755040739837, - 1.5772188674258065, - 1.789040834019111, - 2.2145823427825038, - 2.569189355952244, - 2.701118286045837, - 2.565734250694594, - 2.208910228599411 - ], - "relative wind angle": [ - 0.2234171851587271, - 0.001859148113130376, - 0.2251639388894294, - 0.2565551898483582, - 0.1544696488514751, - 0.0010855808808917587, - 0.1563153276299606, - 0.25722888546584793 - ], - "resistance": [ - 95926.87652702151, - 95732.00711085866, - 95933.11256856231, - 96588.61767522735, - 97356.7178676247, - 97807.8517175169, - 97347.65336513013, - 96578.2530703768 - ], - "fuel": [ - 39.51771275012432, - 39.4179136741724, - 39.520908766624956, - 39.857666934249686, - 40.25430395457495, - 40.488287007069204, - 40.24961036161798, - 39.85232979774815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-6.25 3.125, -6.25 3.4375, -5.9375 3.4375, -5.9375 3.125, -6.25 3.125))", @@ -116021,68 +81942,7 @@ "id": "2078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.802106751088122, - 9.802106751088122, - 9.802106751088122, - 9.802106751088122, - 9.802106751088122, - 9.802106751088122, - 9.802106751088122, - 9.802106751088122 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1057.6188125706035, - -1049.3554534091336, - -510.70940797813864, - 375.2406943870469, - 1126.2199313023602, - 1107.0326972286912, - 342.32956599923455, - -538.8847632846328 - ], - "relative wind speed": [ - 2.2606404994542784, - 2.267271993546353, - 2.5791351764263304, - 2.9596243664044812, - 3.1981757319916673, - 3.1934779140857814, - 2.9473522392468885, - 2.5650432920826494 - ], - "relative wind angle": [ - 0.08274466796096865, - 0.08839490597772501, - 0.18321760785437413, - 0.1575594152098462, - 0.05845489199905958, - 0.06271710086670616, - 0.16011573896171788, - 0.18204947423888276 - ], - "resistance": [ - 95576.88118742938, - 95585.14454659085, - 96123.79059202185, - 97009.74069438703, - 97760.71993130234, - 97741.53269722867, - 96976.82956599921, - 96095.61523671536 - ], - "fuel": [ - 40.40067650977097, - 40.4049008106393, - 40.68080943328624, - 41.136964503037106, - 41.525913359870586, - 41.515949740676625, - 41.119967096461224, - 40.66635051846809 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.9375 3.125, -5.9375 3.4375, -5.625 3.4375, -5.625 3.125, -5.9375 3.125))", @@ -116101,68 +81961,7 @@ "id": "2079", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.124069110926793, - 7.124069110926793, - 7.124069110926793, - 7.124069110926793, - 7.124069110926793, - 7.124069110926793, - 7.124069110926793, - 7.124069110926793 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -791.2947024438816, - -757.2343044087281, - -310.87482590109084, - 378.0870396691412, - 944.6683089087292, - 866.4602605143436, - 247.5705307307237, - -421.3529764097657 - ], - "relative wind speed": [ - 1.4733166972139466, - 1.5134297530525065, - 1.8802370845066225, - 2.2750665808598654, - 2.5002632649634853, - 2.476188374698239, - 2.2105852144763194, - 1.8016799208155367 - ], - "relative wind angle": [ - 0.11613874883984807, - 0.16179983037188003, - 0.27773394002421836, - 0.21494030274617337, - 0.06833588588744928, - 0.09861983938393167, - 0.2353715580411314, - 0.2726975221705411 - ], - "resistance": [ - 95843.20529755608, - 95877.26569559122, - 96323.62517409887, - 97012.5870396691, - 97579.16830890869, - 97500.9602605143, - 96882.07053073068, - 96213.1470235902 - ], - "fuel": [ - 39.23410327847517, - 39.25155063811765, - 39.480596213025706, - 39.83558643089458, - 40.128843097236114, - 40.088292349626826, - 39.768201697215915, - 39.42383624905136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 3.4375, -5.625 3.75, -5.3125 3.75, -5.3125 3.4375, -5.625 3.4375))", @@ -116181,68 +81980,7 @@ "id": "2080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.693867240508128, - 9.693867240508128, - 9.693867240508128, - 9.693867240508128, - 9.693867240508128, - 9.693867240508128, - 9.693867240508128, - 9.693867240508128 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -846.5577612328398, - -1218.0716995941875, - -1042.8370434126978, - -256.19938806291884, - 762.1379306901322, - 1451.2008107135607, - 1045.0502618748078, - 70.73258723116942 - ], - "relative wind speed": [ - 2.3812860225021772, - 2.1173951491713465, - 2.2616892265098407, - 2.682537340658404, - 3.0833069217432443, - 3.2701593962526796, - 3.1720760610873375, - 2.825119132108835 - ], - "relative wind angle": [ - 0.19408427915286602, - 0.03443974663519646, - 0.15813631283124693, - 0.21663761615004812, - 0.14951143158704946, - 0.022296827260188497, - 0.11251907361092799, - 0.20554306743436962 - ], - "resistance": [ - 95787.9422387672, - 95416.42830040584, - 95591.66295658733, - 96378.30061193711, - 97396.63793069017, - 98085.70081071359, - 97679.55026187484, - 96705.23258723119 - ], - "fuel": [ - 40.44683236860428, - 40.2568819521419, - 40.346413241142486, - 40.74973169660379, - 41.27526509640572, - 41.633058734698, - 41.42195261212122, - 40.91803094282509 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 3.4375, -5.3125 3.75, -5 3.75, -5 3.4375, -5.3125 3.4375))", @@ -116261,68 +81999,7 @@ "id": "2081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.171531519125736, - 8.171531519125736, - 8.171531519125736, - 8.171531519125736, - 8.171531519125736, - 8.171531519125736, - 8.171531519125736, - 8.171531519125736 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -670.2394420803803, - -1020.9353626148252, - -888.6923143639735, - -236.3408081093071, - 638.063476522972, - 1260.1012623707657, - 955.3827632570546, - 126.8106394574229 - ], - "relative wind speed": [ - 1.9835150130502224, - 1.6865375704194756, - 1.8202046681750246, - 2.2507689251565366, - 2.6600903106806206, - 2.857621964420087, - 2.77439493113839, - 2.4381245894174954 - ], - "relative wind angle": [ - 0.2459074672957729, - 0.05740085944910163, - 0.19126748005621927, - 0.26344179781318366, - 0.18253211700894617, - 0.033865238553830765, - 0.12504728843014387, - 0.24277227360933534 - ], - "resistance": [ - 95964.26055791962, - 95613.56463738518, - 95745.80768563603, - 96398.15919189069, - 97272.56347652298, - 97894.60126237076, - 97589.88276325706, - 96761.31063945743 - ], - "fuel": [ - 39.749457774667405, - 39.56990767861712, - 39.637560027191284, - 39.972239571864975, - 40.42332389873091, - 40.745950220997486, - 40.5877249244699, - 40.1592353181327 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 3.125, -5.625 3.4375, -5.3125 3.4375, -5.3125 3.125, -5.625 3.125))", @@ -116341,68 +82018,7 @@ "id": "2082", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.889292977375042, - 8.889292977375042, - 8.889292977375042, - 8.889292977375042, - 8.889292977375042, - 8.889292977375042, - 8.889292977375042, - 8.889292977375042 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1040.8062169303687, - -1065.4869781417563, - -551.6136775088894, - 345.0861204648918, - 1147.2881305811388, - 1204.202706198947, - 441.27345074782716, - -469.729356226208 - ], - "relative wind speed": [ - 1.962365201864931, - 1.939797044472541, - 2.2881879402513103, - 2.7215791710903865, - 3.0007543766487212, - 3.015392419026492, - 2.760362288641712, - 2.3341831183422195 - ], - "relative wind angle": [ - 0.1233005942489618, - 0.10240468019052473, - 0.23005721431376808, - 0.19959543018361933, - 0.08051613334701209, - 0.06580917755002401, - 0.19017114654787826, - 0.23328978855818608 - ], - "resistance": [ - 95593.69378306964, - 95569.01302185826, - 96082.88632249112, - 96979.58612046491, - 97781.78813058115, - 97838.70270619896, - 97075.77345074785, - 96164.77064377381 - ], - "fuel": [ - 39.912117678601035, - 39.899500628148694, - 40.1626654711975, - 40.62423675912335, - 41.03970146839758, - 41.06926880399082, - 40.673926344113625, - 40.2046908398259 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 3.125, -5.3125 3.4375, -5 3.4375, -5 3.125, -5.3125 3.125))", @@ -116421,68 +82037,7 @@ "id": "2083", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.772602052282432, - 8.772602052282432, - 8.772602052282432, - 8.772602052282432, - 8.772602052282432, - 8.772602052282432, - 8.772602052282432, - 8.772602052282432 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -712.5338282033779, - -1093.6012295148998, - -962.3023376937876, - -276.983837964071, - 650.3579402515948, - 1314.856478289361, - 1011.7398442980025, - 138.56769334251385 - ], - "relative wind speed": [ - 2.1560952492276666, - 1.8632665858769826, - 1.9850382784354659, - 2.4041802010005155, - 2.813041818279582, - 3.0149939676699424, - 2.936251697024247, - 2.6042020958921235 - ], - "relative wind angle": [ - 0.22462654749563135, - 0.0551866731614618, - 0.16952669235687917, - 0.24210991646906896, - 0.17156436632078692, - 0.03409466583786206, - 0.11430827365448473, - 0.2231851129662595 - ], - "resistance": [ - 95921.96617179661, - 95540.89877048509, - 95672.1976623062, - 96357.51616203591, - 97284.85794025158, - 97949.35647828935, - 97646.23984429799, - 96773.0676933425 - ], - "fuel": [ - 40.02055206736922, - 39.82553381650832, - 39.892667424502704, - 40.244114531866174, - 40.722459138824846, - 41.067191063305266, - 40.90973487396853, - 40.45807005639361 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 2.8125, -5.625 3.125, -5.3125 3.125, -5.3125 2.8125, -5.625 2.8125))", @@ -116501,68 +82056,7 @@ "id": "2084", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.6472522226292, - 8.6472522226292, - 8.6472522226292, - 8.6472522226292, - 8.6472522226292, - 8.6472522226292, - 8.6472522226292, - 8.6472522226292 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -934.034799540105, - -944.9736457926931, - -478.0692772817763, - 318.7953127939427, - 1018.131057901629, - 1043.4079922423284, - 361.7223016617513, - -441.45343461697666 - ], - "relative wind speed": [ - 1.935695451213305, - 1.9255279824429667, - 2.2440278910330207, - 2.6368542111028446, - 2.8873038841972387, - 2.8940944332169702, - 2.6547654178503666, - 2.2650475643874532 - ], - "relative wind angle": [ - 0.10840052389144654, - 0.09867359097818092, - 0.21450974575273796, - 0.1853142934831211, - 0.07259497575855083, - 0.06559104325099953, - 0.18091941184738997, - 0.21618082117909404 - ], - "resistance": [ - 95700.46520045989, - 95689.52635420731, - 96156.43072271823, - 96953.29531279394, - 97652.63105790163, - 97677.90799224233, - 96996.22230166175, - 96193.04656538302 - ], - "fuel": [ - 39.844108852259936, - 39.83851217963089, - 40.0777918640978, - 40.488043585475246, - 40.85003104821588, - 40.86314887450283, - 40.51021086218775, - 40.096591095133505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 2.8125, -5.3125 3.125, -5 3.125, -5 2.8125, -5.3125 2.8125))", @@ -116581,68 +82075,7 @@ "id": "2085", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.616044516755721, - 8.616044516755721, - 8.616044516755721, - 8.616044516755721, - 8.616044516755721, - 8.616044516755721, - 8.616044516755721, - 8.616044516755721 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -785.7745263903214, - -1022.4387703608193, - -817.5629341346894, - -98.24800742596017, - 760.8200370675509, - 1281.9660139987336, - 806.7786701828086, - -45.35562617328924 - ], - "relative wind speed": [ - 2.048438738877891, - 1.835420368067781, - 2.0263236235909106, - 2.4445667473588215, - 2.8076951600030893, - 2.9513531559137998, - 2.823697213037867, - 2.470495253212992 - ], - "relative wind angle": [ - 0.1985055454826897, - 0.007252854750703735, - 0.19122942138396148, - 0.23028118292769809, - 0.14437751994576487, - 0.004510461831982767, - 0.1368204652609448, - 0.2278213796524361 - ], - "resistance": [ - 95848.72547360974, - 95612.06122963924, - 95816.93706586536, - 96536.25199257409, - 97395.3200370676, - 97916.4660139988, - 97441.27867018287, - 96589.14437382677 - ], - "fuel": [ - 39.904478688773395, - 39.78336232450026, - 39.8881983924119, - 40.25751255804711, - 40.70110220401289, - 40.971540172998004, - 40.72491085800566, - 40.28474481250371 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.625 2.5, -5.625 2.8125, -5.3125 2.8125, -5.3125 2.5, -5.625 2.5))", @@ -116661,68 +82094,7 @@ "id": "2086", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.99098815289386, - 9.99098815289386, - 9.99098815289386, - 9.99098815289386, - 9.99098815289386, - 9.99098815289386, - 9.99098815289386, - 9.99098815289386 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1209.0469324373075, - -1099.9422038768907, - -384.7506087791262, - 624.0054360920954, - 1373.9803037980473, - 1120.9939808489926, - 191.81893124057024, - -754.232857134898 - ], - "relative wind speed": [ - 2.2356923806140396, - 2.322283938245762, - 2.7059505977772846, - 3.107368503400786, - 3.3206535419879093, - 3.2606836210859633, - 2.9500663940056118, - 2.523751443927328 - ], - "relative wind angle": [ - 0.055661196213825065, - 0.12782756650856275, - 0.2020582324934191, - 0.15246770092521972, - 0.03746436182290615, - 0.09091724904958888, - 0.18513526331783253, - 0.18810672020574798 - ], - "resistance": [ - 95425.45306756269, - 95534.5577961231, - 96249.74939122087, - 97258.50543609209, - 98008.48030379805, - 97755.49398084899, - 96826.31893124057, - 95880.26714286511 - ], - "fuel": [ - 40.433036607566386, - 40.488770883643014, - 40.85521105654885, - 41.37529933192479, - 41.76442082790925, - 41.632925948062, - 41.15201163993807, - 40.665663100455575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-5.3125 2.5, -5.3125 2.8125, -5 2.8125, -5 2.5, -5.3125 2.5))", @@ -116741,68 +82113,7 @@ "id": "2087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.980281849651113, - 7.980281849651113, - 7.980281849651113, - 7.980281849651113, - 7.980281849651113, - 7.980281849651113, - 7.980281849651113, - 7.980281849651113 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -927.5991216000887, - -845.9714168407579, - -290.7986846863555, - 501.8079824721426, - 1104.441903595924, - 916.3665428657168, - 185.30106326960095, - -559.7630307813388 - ], - "relative wind speed": [ - 1.685619843039635, - 1.769559818347951, - 2.154948506042924, - 2.548081314789473, - 2.755906094078157, - 2.7027746306184044, - 2.406767456762173, - 1.9858535363532825 - ], - "relative wind angle": [ - 0.07693242709407433, - 0.16318319262281258, - 0.2514226496130707, - 0.18579241606784117, - 0.047025805916641836, - 0.10656730959298961, - 0.22463666801586438, - 0.23930157200915525 - ], - "resistance": [ - 95706.90087839996, - 95788.52858315929, - 96343.7013153137, - 97136.30798247218, - 97738.94190359597, - 97550.86654286576, - 96819.80106326964, - 96074.7369692187 - ], - "fuel": [ - 39.52948593364748, - 39.571265358361885, - 39.856076609351916, - 40.2646822571769, - 40.57691726538488, - 40.47932712170931, - 40.101235827204, - 39.7179509759178 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 2.1875, -10 2.5, -9.6875 2.5, -9.6875 2.1875, -10 2.1875))", @@ -116834,17 +82145,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -654.5720262280574, + -654.5720262280606, -668.7303555334438, - -369.4800282764568, + -369.4800282764595, 161.39944170972376, 625.8453052557334, 659.2586089003994, - 220.24307275134333, + 220.24307275134197, -318.7352009600427 ], "relative wind speed": [ - 2.531968926489105, + 2.5319689264891045, 2.52142157239266, 2.6852714368657966, 2.910407312867964, @@ -116854,17 +82165,17 @@ 2.7091253253838734 ], "relative wind angle": [ - 0.04905005917743394, - 0.040120363152925186, - 0.09965850949778102, - 0.0952159081239749, + 0.049050059177436205, + 0.04012036315292518, + 0.09965850949778325, + 0.09521590812397489, 0.04050442859364982, - 0.03290063158582241, - 0.09123435298418298, + 0.032900631585822404, + 0.0912343529841842, 0.10231416058108032 ], "resistance": [ - 95979.92797377199, + 95979.92797377198, 95965.7696444666, 96265.01997172358, 96795.89944170977, @@ -116901,68 +82212,7 @@ "id": "2089", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.846737525639623, - 12.846737525639623, - 12.846737525639623, - 12.846737525639623, - 12.846737525639623, - 12.846737525639623, - 12.846737525639623, - 12.846737525639623 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -903.4882125430931, - -1017.8454368035254, - -708.1138860685478, - 34.17546113282697, - 790.6591629141203, - 1061.381904736576, - 512.8139647969701, - -295.01894610280397 - ], - "relative wind speed": [ - 3.2971122656699783, - 3.230777880273688, - 3.3791909825667825, - 3.638585885502129, - 3.851324584077068, - 3.907137652128739, - 3.7795130172665314, - 3.5304876572751964 - ], - "relative wind angle": [ - 0.06092958548916012, - 0.016805222372016176, - 0.08222679037321595, - 0.09308790461935812, - 0.05215308267474339, - 0.013895884221364788, - 0.07350076028185698, - 0.09594676315489047 - ], - "resistance": [ - 95731.01178745691, - 95616.65456319647, - 95926.38611393145, - 96668.67546113282, - 97425.15916291412, - 97695.88190473657, - 97147.31396479697, - 96339.4810538972 - ], - "fuel": [ - 42.53461942356648, - 42.47611952104848, - 42.634676540732684, - 43.01612038227761, - 43.406967802754046, - 43.547357717074874, - 43.263167939490415, - 42.84670263926685 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 1.875, -10 2.1875, -9.6875 2.1875, -9.6875 1.875, -10 1.875))", @@ -116994,32 +82244,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -683.7130006287753, + -683.713000628778, -919.4882497348681, - -793.0418467832133, + -793.0418467832151, -220.21903361523164, - 500.8292740979814, + 500.8292740979796, 957.1545403387763, 656.1064777047222, -35.48299686617247 ], "relative wind speed": [ - 3.666800025786002, + 3.666800025786001, 3.557381358415334, - 3.624778968298969, + 3.6247789682989686, 3.8228324195457266, - 4.026907973171499, + 4.0269079731714985, 4.123887501411196, 4.064774001648046, 3.879093005531908 ], "relative wind angle": [ - 0.06009964830878024, - 0.007929147578796987, + 0.06009964830878025, + 0.007929147578796985, 0.04977543223371405, 0.07416506023800593, 0.05471957662220507, - 0.006839887398948346, + 0.006839887398948347, 0.044383690655988725, 0.07308747059898589 ], @@ -117074,9 +82324,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -912.0117889370977, + -912.0117889371095, -1240.7386712361204, - -1076.244492436189, + -1076.244492436197, -309.8722303352979, 664.3854447404083, 1289.083255877671, @@ -117084,9 +82334,9 @@ -32.433438242214834 ], "relative wind speed": [ - 4.204813932243774, + 4.204813932243773, 4.0732165611763, - 4.1497182645217165, + 4.149718264521716, 4.3816852875395975, 4.622643414432491, 4.739008249364687, @@ -117094,14 +82344,14 @@ 4.455348065274638 ], "relative wind angle": [ - 0.062235356093034065, + 0.06223535609303764, 0.009068236153300024, - 0.05045452909957554, + 0.05045452909957774, 0.0760503567930103, 0.05660373821996145, 0.007794195637816038, 0.04480862451966218, - 0.07479060384705946 + 0.07479060384705948 ], "resistance": [ 95722.48821106288, @@ -117154,37 +82404,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -860.1465315492437, + -860.1465315492464, -1031.7460228261784, - -786.3502946134054, - -55.685518665789004, + -786.3502946134081, + -55.68551866579082, 754.6006700950284, 1157.987258617888, 649.308354998805, -179.43490264007414 ], "relative wind speed": [ - 2.7749370628501184, + 2.774937062850118, 2.6571312546062047, 2.8120605888266095, - 3.1218474018320355, + 3.121847401832036, 3.390909318005155, 3.4839912746027766, 3.3601870409966117, 3.0745097992018158 ], "relative wind angle": [ - 0.09943114370748858, + 0.0994311437074897, 0.008988167684273109, - 0.11019046539126956, - 0.13282550431800472, + 0.1101904653912716, + 0.13282550431800638, 0.08132468122735828, 0.006854955958982342, - 0.09215968192208927, - 0.13488298825578024 + 0.09215968192208929, + 0.13488298825578027 ], "resistance": [ - 95774.35346845078, + 95774.35346845076, 95602.75397717384, 95848.1497053866, 96578.81448133422, @@ -117194,7 +82444,7 @@ 96455.06509735994 ], "fuel": [ - 41.27257403123558, + 41.27257403123557, 41.1847822150345, 41.310362530951835, 41.68560428266198, @@ -117234,9 +82484,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -806.3329744532302, + -806.332974453232, -764.6015783269556, - -319.0204905990315, + -319.02049059903175, 353.8014523889128, 886.4192335934226, 789.5728536102893, @@ -117244,9 +82494,9 @@ -460.9626199536235 ], "relative wind speed": [ - 1.9076944560904716, + 1.907694456090471, 1.9469699779785912, - 2.23891403129663, + 2.2389140312966305, 2.5670164008344902, 2.756358786296191, 2.728757922836061, @@ -117254,17 +82504,17 @@ 2.155745507808672 ], "relative wind angle": [ - 0.068233960747676, + 0.06823396074767764, 0.10732606493375754, - 0.1909905680832016, + 0.19099056808320278, 0.1535051159404039, 0.0472060764706405, 0.07650487381740297, - 0.17119528828872915, - 0.18309492515369302 + 0.17119528828872912, + 0.183094925153693 ], "resistance": [ - 95828.1670255468, + 95828.16702554679, 95869.89842167308, 96315.479509401, 96988.30145238894, @@ -117314,9 +82564,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1066.813979492661, + -1066.8139794926728, -1322.733180484598, - -1077.0625064563583, + -1077.062506456361, -179.6950007350997, 865.5241632476518, 1461.8472921674738, @@ -117324,7 +82574,7 @@ -162.4432307243269 ], "relative wind speed": [ - 3.7004742276179488, + 3.7004742276179483, 3.5685646916274547, 3.696587044450996, 3.9923644541518555, @@ -117334,17 +82584,17 @@ 3.997453921263602 ], "relative wind angle": [ - 0.0780900644907636, - 0.0007168030133743825, - 0.07719078335308295, - 0.10179280202104565, + 0.07809006449076787, + 0.0007168030133743826, + 0.0771907833530844, + 0.10179280202104567, 0.06767187674626318, 0.0005840153718519157, 0.06676985746381044, - 0.10166275311910136 + 0.10166275311910138 ], "resistance": [ - 95567.68602050736, + 95567.68602050735, 95311.76681951541, 95557.43749354365, 96454.80499926492, @@ -117354,7 +82604,7 @@ 96472.05676927569 ], "fuel": [ - 43.65370958166696, + 43.653709581666945, 43.52301601193844, 43.64847114943926, 44.108632700217136, @@ -117394,37 +82644,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1239.6009638055748, + -1239.6009638055798, -1366.8440381378173, - -886.5811764802638, + -886.5811764802684, 150.96881887250493, - 1173.5761713017155, + 1173.5761713017082, 1471.6054693444594, 669.5474184091536, -440.66681351622356 ], "relative wind speed": [ - 3.0274761103900727, + 3.0274761103900723, 2.9486066266019075, - 3.1871943877490376, + 3.187194387749037, 3.5636840602876645, - 3.8510171616711792, + 3.8510171616711797, 3.911734109065679, 3.7199108474759965, 3.360967226397807 ], "relative wind angle": [ - 0.08873668784331472, - 0.034720006010979076, - 0.12996155318161953, + 0.08873668784331723, + 0.03472000601097907, + 0.12996155318162125, 0.13560752853932698, - 0.06972529083828934, + 0.06972529083829251, 0.026169149806623916, 0.11126643292384499, 0.14384192761025927 ], "resistance": [ - 95394.89903619446, + 95394.89903619445, 95267.65596186221, 95747.91882351977, 96785.46881887253, @@ -117434,7 +82684,7 @@ 96193.83318648381 ], "fuel": [ - 41.980633403944616, + 41.98063340394461, 41.91570388489073, 42.161087565068684, 42.69413937918535, @@ -117461,68 +82711,7 @@ "id": "2096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.735666925305239, - 8.735666925305239, - 8.735666925305239, - 8.735666925305239, - 8.735666925305239, - 8.735666925305239, - 8.735666925305239, - 8.735666925305239 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -969.9491539341541, - -814.3865529446045, - -172.79973566619583, - 635.2644976144238, - 1162.5571625940452, - 801.5273298505786, - 19.492655490122615, - -698.9652896058421 - ], - "relative wind speed": [ - 1.9166456176871838, - 2.0581571708405813, - 2.4331794843822596, - 2.782070195086518, - 2.9374816525911656, - 2.8401263956427543, - 2.5262554264940213, - 2.135980878360214 - ], - "relative wind angle": [ - 0.024815240241851527, - 0.15973555539320802, - 0.2113870125211177, - 0.14232420894142903, - 0.016190473196138352, - 0.11552085639279559, - 0.20348728550154035, - 0.18581655620352963 - ], - "resistance": [ - 95664.5508460658, - 95820.11344705535, - 96461.70026433376, - 97269.76449761438, - 97797.057162594, - 97436.02732985053, - 96653.99265549007, - 95935.53471039412 - ], - "fuel": [ - 39.87007893125427, - 39.94969726261459, - 40.27901868468257, - 40.69597108147048, - 40.96935842761586, - 40.782062297416296, - 40.37801917555714, - 40.00882909028459 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 2.1875, -8.4375 2.5, -8.125 2.5, -8.125 2.1875, -8.4375 2.1875))", @@ -117541,68 +82730,7 @@ "id": "2097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.563333208543796, - 8.563333208543796, - 8.563333208543796, - 8.563333208543796, - 8.563333208543796, - 8.563333208543796, - 8.563333208543796, - 8.563333208543796 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1031.137175232036, - -879.1059137028085, - -206.65050113715643, - 664.2491038773437, - 1256.02716979787, - 904.5301395748124, - 69.74216585223758, - -712.9830209636029 - ], - "relative wind speed": [ - 1.82053527458017, - 1.9642964836026486, - 2.375524474689061, - 2.7609579956490213, - 2.939056711444382, - 2.844985476866838, - 2.5118293153059232, - 2.0807484195208934 - ], - "relative wind angle": [ - 0.03846736075433796, - 0.17713607194873845, - 0.2377681230015718, - 0.16193550556438713, - 0.023824154369360688, - 0.12196570406039603, - 0.2246373415390173, - 0.21560181728124694 - ], - "resistance": [ - 95603.36282476797, - 95755.39408629721, - 96427.84949886285, - 97298.74910387736, - 97890.52716979789, - 97539.03013957482, - 96704.24216585225, - 95921.51697903642 - ], - "fuel": [ - 39.75283141635332, - 39.83060676269557, - 40.17564946679434, - 40.625016350401225, - 40.93197250157126, - 40.74949333997105, - 40.31795687223422, - 39.91568936466054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.75 1.875, -8.75 2.1875, -8.4375 2.1875, -8.4375 1.875, -8.75 1.875))", @@ -117634,9 +82762,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1326.7176787086796, + -1326.7176787086855, -1383.1023918324067, - -789.2634186749247, + -789.2634186749256, 309.25412117811356, 1305.9168316531104, 1437.8935078453505, @@ -117644,9 +82772,9 @@ -591.9255912744593 ], "relative wind speed": [ - 3.0378356271405154, + 3.037835627140515, 3.0032972545826397, - 3.277089699853007, + 3.2770896998530064, 3.657832669963038, 3.9235620643618883, 3.9500620464798155, @@ -117654,12 +82782,12 @@ 3.3530649753583663 ], "relative wind angle": [ - 0.07456763781538978, + 0.07456763781539276, 0.05123219786710234, 0.13584794968147929, - 0.12991040888345726, - 0.057712873911595006, - 0.038945490626620505, + 0.12991040888345728, + 0.05771287391159501, + 0.03894549062662051, 0.1193955521079768, 0.141794644102103 ], @@ -117714,34 +82842,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1568.5085644429887, + -1568.5085644429937, -1494.8546287666459, - -649.1939750893625, - 636.3704896465388, + -649.1939750893644, + 636.3704896465406, 1649.9499115981916, 1477.8000043058091, 337.6935076692953, -905.8102450270917 ], "relative wind speed": [ - 3.0942961845603305, + 3.09429618456033, 3.1378903981080994, 3.4869738184112165, - 3.893308646333928, + 3.8933086463339275, 4.133552787797852, 4.100557447074362, 3.808141425552721, - 3.3916183912223214 + 3.391618391222321 ], "relative wind angle": [ - 0.05245773448231, + 0.05245773448231212, 0.08074272665141868, - 0.1497323030387934, - 0.1242593933654897, - 0.03926090446324521, + 0.14973230303879415, + 0.1242593933654888, + 0.039260904463245205, 0.06175930588769645, - 0.1370209340064794, - 0.14275753124641125 + 0.13702093400647944, + 0.1427575312464105 ], "resistance": [ 95065.99143555702, @@ -117781,68 +82909,7 @@ "id": "2100", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.749636914072488, - 8.749636914072488, - 8.749636914072488, - 8.749636914072488, - 8.749636914072488, - 8.749636914072488, - 8.749636914072488, - 8.749636914072488 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1012.2973177648519, - -897.9693556066513, - -273.5917698302119, - 577.3217089440718, - 1189.7374332524073, - 925.2394454248965, - 128.15716955313246, - -656.7362898295078 - ], - "relative wind speed": [ - 1.9047809049996842, - 2.00971134154876, - 2.390249774050839, - 2.7695557712050665, - 2.9603895236035167, - 2.8901828231382094, - 2.584337912340951, - 2.1729374721094894 - ], - "relative wind angle": [ - 0.052162710870814206, - 0.15150389522585958, - 0.2228488655650145, - 0.16092372498254445, - 0.03355373357519427, - 0.10514047064011926, - 0.2058617504462506, - 0.205670990613266 - ], - "resistance": [ - 95622.20268223518, - 95736.53064439338, - 96360.90823016982, - 97211.8217089441, - 97824.23743325243, - 97559.73944542493, - 96762.65716955316, - 95977.76371017052 - ], - "fuel": [ - 39.85547395522916, - 39.91396124265498, - 40.23423512017641, - 40.67304596359795, - 40.990532320724384, - 40.85324101321939, - 40.44107884130153, - 40.03752954710539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-7.8125 2.1875, -7.8125 2.5, -7.5 2.5, -7.5 2.1875, -7.8125 2.1875))", @@ -117861,68 +82928,7 @@ "id": "2101", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.976777076244176, - 9.976777076244176, - 9.976777076244176, - 9.976777076244176, - 9.976777076244176, - 9.976777076244176, - 9.976777076244176, - 9.976777076244176 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -961.1483428010902, - -893.0289389189834, - -350.69325503190476, - 436.6097605501018, - 1032.6391091845267, - 873.5463851257732, - 161.01563292804667, - -587.3726307859874 - ], - "relative wind speed": [ - 2.3545030276005057, - 2.4071719140302994, - 2.6944425797824, - 3.013606008037495, - 3.192599528743201, - 3.153077803387503, - 2.9114181153119905, - 2.5796424337941817 - ], - "relative wind angle": [ - 0.04661900855931964, - 0.09108836432536888, - 0.1562832834067489, - 0.12447030207601818, - 0.03437526489375086, - 0.0694999152256818, - 0.1445509734900997, - 0.1455476359547327 - ], - "resistance": [ - 95673.35165719892, - 95741.47106108101, - 96283.8067449681, - 97071.1097605501, - 97667.13910918453, - 97508.04638512577, - 96795.51563292804, - 96047.12736921401 - ], - "fuel": [ - 40.55139798316597, - 40.58625325212793, - 40.86437100302025, - 41.270059269895356, - 41.578720411323246, - 41.496202952711904, - 41.127786379916735, - 40.74286372753858 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.125 1.875, -8.125 2.1875, -7.8125 2.1875, -7.8125 1.875, -8.125 1.875))", @@ -117954,34 +82960,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1148.2811370587242, + -1148.2811370587292, -977.3074455745641, - -233.5023606305358, - 715.1829473376638, + -233.50236063053626, + 715.1829473376629, 1342.3800606029504, - 944.6871165654243, + 944.6871165654234, 33.04062284335805, -817.53192751812 ], "relative wind speed": [ - 2.2272953195339187, + 2.227295319533918, 2.362862449513179, - 2.745254182134577, - 3.1107123911098262, + 2.7452541821345764, + 3.110712391109826, 3.2786893861601203, 3.182377975039625, 2.859060686101178, 2.456443964582239 ], "relative wind angle": [ - 0.026013309860388956, + 0.026013309860393224, 0.1404802118193681, - 0.1927279497405269, - 0.13308690891652122, + 0.19272794974052693, + 0.1330869089165204, 0.01767041556742548, - 0.1041496646079348, + 0.10414966460793482, 0.18496568934302887, - 0.16883825489440876 + 0.1688382548944088 ], "resistance": [ 95486.2188629413, @@ -118034,9 +83040,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -983.3797768832103, + -983.3797768832158, -855.4042584448343, - -238.11612760916523, + -238.1161276091666, 571.8196673875523, 1125.358747469199, 827.4126161473973, @@ -118044,7 +83050,7 @@ -677.2125707331693 ], "relative wind speed": [ - 2.138680652003696, + 2.1386806520036954, 2.245240227793053, 2.5829080842496173, 2.9171685981350586, @@ -118054,19 +83060,19 @@ 2.354488760985815 ], "relative wind angle": [ - 0.03185998429153803, - 0.1269897813372955, - 0.18309045930775766, + 0.031859984291545004, + 0.12698978133729552, + 0.18309045930775886, 0.13087749370921906, 0.02212890633924184, 0.09486267233348697, - 0.17395981575586755, - 0.16240527775963678 + 0.17395981575586753, + 0.16240527775963676 ], "resistance": [ 95651.12022311678, 95779.09574155517, - 96396.38387239084, + 96396.38387239083, 97206.31966738755, 97759.8587474692, 97461.9126161474, @@ -118114,37 +83120,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1604.1417830565733, + -1604.1417830566215, -1325.5616802961604, - -253.92161731635406, + -253.92161731635315, 1037.2480356500646, 1818.9365107618496, 1164.6279964339146, -104.39427372001319, - -1236.3369161423125 + -1236.3369161423134 ], "relative wind speed": [ - 3.22952966200866, + 3.2295296620086598, 3.386237845963178, - 3.770993904078605, + 3.7709939040786047, 4.132565164592119, 4.285522651906411, 4.162806684000998, 3.8177442571757902, - 3.423079227566379 + 3.4230792275663786 ], "relative wind angle": [ - 0.007309131767956799, + 0.007309131767987179, 0.10552391108009021, - 0.14047962029250824, + 0.14047962029250746, 0.0945248288943993, 0.005508071931189309, 0.08578445318029959, 0.1387481759578688, - 0.11419472491085135 + 0.11419472491085038 ], "resistance": [ - 95030.35821694342, + 95030.35821694338, 95308.93831970384, 96380.57838268364, 97671.74803565006, @@ -118154,7 +83160,7 @@ 95398.16308385768 ], "fuel": [ - 42.71944482295706, + 42.71944482295702, 42.86143096296384, 43.41031437472954, 44.07731472872826, @@ -118194,33 +83200,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1346.5318797848527, + -1346.5318797848608, -1289.5243643759259, - -573.4855638009631, + -573.4855638009649, 524.6608592722541, - 1394.273875249166, + 1394.2738752491641, 1260.7037735224549, 291.9843204036888, -773.6167524725342 ], "relative wind speed": [ - 3.025354202361801, + 3.0253542023618007, 3.060095659145384, 3.36518624699848, 3.7263030040961684, - 3.9429224906374807, + 3.9429224906374802, 3.916020987405795, 3.6571747756889286, 3.2884755949507896 ], "relative wind angle": [ - 0.048694971289713056, + 0.04869497128971762, 0.07214370792376934, - 0.13688363104814646, - 0.11533856068768543, + 0.13688363104814724, + 0.11533856068768546, 0.03735695533736298, - 0.05635618277260782, - 0.12589417623797403, + 0.056356182772607816, + 0.12589417623797405, 0.13077760776630873 ], "resistance": [ @@ -118228,7 +83234,7 @@ 95344.97563562411, 96061.01443619908, 97159.16085927229, - 98028.77387524922, + 98028.7738752492, 97895.2037735225, 96926.48432040373, 95860.88324752751 @@ -118238,7 +83244,7 @@ 42.09619735060026, 42.462567606412264, 43.028154643388476, - 43.479222020324755, + 43.47922202032474, 43.40975643167662, 42.90794274336622, 42.35997586968882 @@ -118274,53 +83280,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1545.3197767947477, + -1545.3197767947495, -1487.8643911898089, -678.9884413438613, - 574.4734349490855, + 574.4734349490836, 1572.2070180816709, 1437.2007852593515, - 338.2386714008953, + 338.23867140089806, -882.4115127010573 ], "relative wind speed": [ - 3.454685472764877, + 3.454685472764876, 3.485574733939211, 3.790384289755129, - 4.15801042660695, + 4.158010426606951, 4.382197409426058, 4.357668484985719, - 4.0953013059957675, + 4.095301305995767, 3.721485609691514 ], "relative wind angle": [ - 0.04445500507522016, + 0.044455005075220155, 0.0630500980609635, 0.12275406189690313, - 0.10523012861331647, + 0.1052301286133186, 0.03504153060548093, 0.05041992791583842, - 0.11357325222119156, + 0.11357325222118961, 0.11762766661479274 ], "resistance": [ - 95089.18022320526, + 95089.18022320524, 95146.63560881019, 95955.51155865614, 97208.97343494909, 98206.70701808167, 98071.70078525935, - 96972.73867140089, + 96972.7386714009, 95752.08848729894 ], "fuel": [ - 43.22633418487207, + 43.22633418487206, 43.25560686712736, 43.66902115454381, 44.31447166260659, 44.83241781189643, 44.76211631027556, - 44.192379189067175, + 44.19237918906718, 43.56482303087324 ] }, @@ -118354,41 +83360,41 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1472.234174428695, + -1472.2341744287005, -1491.5537743453351, - -796.3833766044008, + -796.3833766044017, 407.5189270142837, - 1449.926862617227, + 1449.926862617236, 1495.3012135845956, - 486.862517749777, + 486.8625177497797, -728.07138290273 ], "relative wind speed": [ - 3.4022652174722827, + 3.402265217472282, 3.3916650103299126, - 3.6706048182336843, + 3.670604818233684, 4.041198367552457, - 4.289881111307461, + 4.28988111130746, 4.298266745663657, 4.062652929741096, 3.6942122723614035 ], "relative wind angle": [ - 0.05803368058885619, + 0.0580336805888581, 0.051532041789959085, 0.12136803838354365, - 0.11252483074738576, - 0.04601638525580733, - 0.04065597244996524, - 0.1096062770247379, - 0.12314535290707684 + 0.11252483074738577, + 0.046016385255802504, + 0.040655972449965244, + 0.10960627702473687, + 0.12314535290707686 ], "resistance": [ 95162.26582557129, 95142.94622565465, 95838.11662339559, 97042.01892701427, - 98084.42686261721, + 98084.42686261723, 98129.80121358458, 97121.36251774976, 95906.42861709726 @@ -118398,7 +83404,7 @@ 43.026251754613604, 43.38139483694049, 44.000688510269406, - 44.54126518111346, + 44.54126518111347, 44.564887450027214, 44.04169270397688, 43.41639055650966 @@ -118434,10 +83440,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -537.1316704479723, + -537.1316704479996, -1197.3172308545873, - -1261.7377008355215, - -776.1835947347572, + -1261.737700835498, + -776.1835947347627, 176.91245299363618, 1050.7763201673988, 1204.897082056319, @@ -118446,27 +83452,27 @@ "relative wind speed": [ 5.259655234635461, 5.08758604721712, - 5.063064266663019, - 5.202215529364945, + 5.063064266663018, + 5.2022155293649455, 5.415907935749566, 5.577858026868827, 5.600126086739779, 5.471104599783989 ], "relative wind angle": [ - 0.05108257348602894, + 0.05108257348603546, 0.02645704257161864, - 0.015450832326779107, - 0.047153978358725784, + 0.015450832326771921, + 0.04715397835872814, 0.04960757764807155, 0.02413109839504105, - 0.01396896916530478, + 0.013968969165304781, 0.044834901461595904 ], "resistance": [ - 96097.36832955208, + 96097.36832955205, 95437.18276914545, - 95372.76229916452, + 95372.76229916455, 95858.31640526529, 96811.41245299368, 97685.27632016744, @@ -118474,9 +83480,9 @@ 97087.7613241912 ], "fuel": [ - 48.967529645010835, + 48.96752964501081, 48.62957949150077, - 48.5966893874643, + 48.59668938746431, 48.84497123893986, 49.334875750578135, 49.787024181302115, @@ -118514,17 +83520,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -812.9784496367556, + -812.9784496367629, -1395.2880511574658, - -1354.286022315222, + -1354.286022315273, -660.2011475495965, - 435.12146664407373, + 435.1214666440901, 1301.2307817518085, 1202.9677232915274, 258.55521555299674 ], "relative wind speed": [ - 5.875729917839211, + 5.875729917839209, 5.731438299382747, 5.745285961423763, 5.908289336729364, @@ -118535,28 +83541,28 @@ ], "relative wind angle": [ 0.04221236805903658, - 0.015606603733324469, - 0.021142555213306137, + 0.01560660373332447, + 0.021142555213316643, 0.04422626831687719, - 0.040536897874670186, - 0.014302907296810283, + 0.040536897874667445, + 0.014302907296810285, 0.019462718071030047, 0.04292693884807646 ], "resistance": [ - 95821.52155036326, + 95821.52155036325, 95239.21194884255, - 95280.21397768479, + 95280.21397768475, 95974.29885245042, - 97069.6214666441, + 97069.62146664411, 97935.73078175183, 97837.46772329154, 96893.05521555302 ], "fuel": [ - 51.85185550874396, + 51.85185550874395, 51.55428353038116, - 51.57519510223765, + 51.57519510223763, 51.93013674401078, 52.49391022700387, 52.94286602140943, @@ -118581,68 +83587,7 @@ "id": "2110", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.835607485263914, - 19.835607485263914, - 19.835607485263914, - 19.835607485263914, - 19.835607485263914, - 19.835607485263914, - 19.835607485263914, - 19.835607485263914 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 167.34436001036192, - -913.2619091843462, - -1443.4430973932322, - -1352.6936639352589, - -577.2852494387462, - 555.802403548696, - 1396.2738955406476, - 1179.3699745854647 - ], - "relative wind speed": [ - 5.596875838053237, - 5.360901425162119, - 5.211368844390467, - 5.244844295382677, - 5.439145401104018, - 5.67186545597036, - 5.809557350491643, - 5.779353783783001 - ], - "relative wind angle": [ - 0.053470483295317284, - 0.04989321163646016, - 0.015156171298328048, - 0.0296840009171876, - 0.05502262487586737, - 0.04715569268374788, - 0.013595495049766489, - 0.026937947383410977 - ], - "resistance": [ - 96801.84436001041, - 95721.23809081569, - 95191.05690260681, - 95281.80633606478, - 96057.2147505613, - 97190.30240354873, - 98030.7738955407, - 97813.86997458551 - ], - "fuel": [ - 50.11201188334975, - 49.55686019117198, - 49.28607330775423, - 49.33234884596803, - 49.72899969740237, - 50.312640432720414, - 50.74864395516977, - 50.635871096299766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 0.625, -9.6875 0.9375, -9.375 0.9375, -9.375 0.625, -9.6875 0.625))", @@ -118674,9 +83619,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -166.42155618296601, + -166.42155618298239, -1360.072644124015, - -1736.75995446464, + -1736.7599544646437, -1457.4426386515152, -331.0999795697462, 1023.7406893321568, @@ -118686,7 +83631,7 @@ "relative wind speed": [ 5.567653818356228, 5.293551000317438, - 5.164835205713085, + 5.164835205713084, 5.267717963338393, 5.532895231922252, 5.79568947542248, @@ -118694,19 +83639,19 @@ 5.819179164384499 ], "relative wind angle": [ - 0.06703097602562354, + 0.06703097602562684, 0.05216545082811054, 0.0033725548351405776, - 0.04773927950706922, - 0.06745271379484759, + 0.047739279507069216, + 0.06745271379484757, 0.04764225130280187, 0.0029469828655392014, 0.04321224593706567 ], "resistance": [ - 96468.07844381707, + 96468.07844381705, 95274.42735587602, - 94897.74004553539, + 94897.74004553538, 95177.05736134852, 96303.40002043029, 97658.24068933219, @@ -118754,51 +83699,51 @@ ], "ice resistance": 95892.81243193377, "wind resistance": [ - -1551.343964583666, + -1551.3439645837752, -1800.5548334364357, -1367.7578700821832, - -121.68172403642893, - 1218.0224254787208, + -121.68172403645076, + 1218.0224254786808, 1816.853876484951, - 957.649226302332, + 957.6492263023429, -433.5152397744314 ], "relative wind speed": [ - 7.144727551270529, + 7.1447275512705275, 7.076484436440377, 7.180612722856626, - 7.391291754519573, + 7.391291754519574, 7.582100954231431, 7.645832504237748, - 7.5481247728419865, + 7.548124772841987, 7.341947484258677 ], "relative wind angle": [ - 0.025733310112192966, + 0.025733310112205914, 0.0034891093859345393, 0.03046937765075668, - 0.03852453342666711, - 0.024248584499311727, + 0.03852453342666999, + 0.024248584499316307, 0.003229291391047808, - 0.0289854222086204, - 0.03878358124750331 + 0.028985422208620402, + 0.0387835812475033 ], "resistance": [ - 94341.4684673501, + 94341.46846734999, 94092.25759849732, 94525.05456185158, - 95771.13070789733, - 97110.83485741248, + 95771.13070789732, + 97110.83485741244, 97709.66630841872, 96850.4616582361, 95459.29719215934 ], "fuel": [ - 58.55248365249111, + 58.55248365249105, 58.42634990583891, 58.64555038988449, 59.2805479976901, - 59.96970341580038, + 59.96970341580037, 60.27990730104253, 59.83524232614974, 59.121096314898224 @@ -118834,53 +83779,53 @@ ], "ice resistance": 73992.0416416668, "wind resistance": [ - -1481.7278877367098, + -1481.727887736768, -2023.7489457996016, - -1775.832510836739, - -555.4926999251329, + -1775.8325108367753, + -555.4926999251511, 1013.9934156206, 2026.0181665120872, - 1431.1684649913514, + 1431.1684649913877, -56.29598467843243 ], "relative wind speed": [ - 7.168134984135055, + 7.168134984135053, 7.04241631926422, - 7.11045399166285, - 7.328497379539244, + 7.110453991662849, + 7.328497379539245, 7.562826146671569, 7.680030654998779, 7.617082283132159, 7.4075383653172135 ], "relative wind angle": [ - 0.03535901457257071, + 0.03535901457257699, 0.005617070709368446, - 0.027774310184102938, - 0.04351675496866595, - 0.033512976933166676, - 0.005150723883833421, - 0.02592655314051082, + 0.027774310184106935, + 0.043516754968668504, + 0.03351297693316668, + 0.005150723883833422, + 0.02592655314050654, 0.04305212755831932 ], "resistance": [ - 72510.3137539301, + 72510.31375393004, 71968.2926958672, - 72216.20913083006, - 73436.54894174167, + 72216.20913083003, + 73436.54894174165, 75006.0350572874, 76018.05980817889, - 75423.21010665815, + 75423.2101066582, 73935.74565698837 ], "fuel": [ - 48.379626407715655, + 48.37962640771562, 48.14961810878178, - 48.25468655153, - 48.775207371617, + 48.254686551529986, + 48.775207371616986, 49.45279869607091, 49.89457897774531, - 49.63444687994446, + 49.63444687994449, 48.98973059217072 ] }, @@ -118914,54 +83859,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -778.5038219168091, + -778.50382191682, -1679.983548325923, - -1756.3267371349975, + -1756.3267371350012, -1063.1025602294503, - 268.5426241838031, + 268.542624183774, 1472.4855370730293, - 1655.4832584618453, - 597.4464681218196 + 1655.483258461907, + 597.446468121856 ], "relative wind speed": [ - 6.666064303962632, + 6.666064303962631, 6.480296227435071, - 6.457415859326607, + 6.4574158593266064, 6.612243094082334, - 6.846860219633433, + 6.846860219633434, 7.0229387706610655, 7.043982438328533, - 6.898851312829119 + 6.898851312829118 ], "relative wind angle": [ - 0.04401463893240319, - 0.022133500960969516, + 0.0440146389324032, + 0.02213350096096952, 0.01401276268434278, 0.04105397369415572, - 0.04285168141384794, + 0.04285168141385312, 0.02042306039435953, - 0.012845824660138847, - 0.03934751362078177 + 0.012845824660130204, + 0.03934751362077612 ], "resistance": [ - 95855.9961780832, + 95855.99617808318, 94954.51645167408, - 94878.173262865, + 94878.17326286499, 95571.39743977055, - 96903.0426241838, + 96903.04262418377, 98106.98553707302, - 98289.98325846184, - 97231.94646812182 + 98289.9832584619, + 97231.94646812185 ], "fuel": [ - 55.79947934849653, + 55.799479348496526, 55.33922466049462, - 55.30038617691689, + 55.300386176916874, 55.65384949224911, - 56.33784964111724, + 56.33784964111723, 56.96193508734157, - 57.05726745894374, - 56.50780739409175 + 57.05726745894378, + 56.507807394091756 ] }, { @@ -118994,9 +83939,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1102.8289038057628, + -1102.828903805752, -1834.460356541229, - -1758.5867725711214, + -1758.5867725711469, -820.4514964456939, 618.559927394228, 1730.5604045461914, @@ -119004,9 +83949,9 @@ 292.1889468510599 ], "relative wind speed": [ - 6.58179486062425, + 6.581794860624249, 6.417922241036397, - 6.440772362310324, + 6.440772362310325, 6.63546339073023, 6.880108504485107, 7.0332205090440905, @@ -119014,19 +83959,19 @@ 6.828363069660761 ], "relative wind angle": [ - 0.043441778494922666, + 0.04344177849492011, 0.01504449501241246, - 0.02318121553585048, + 0.02318121553585527, 0.046385798994557734, 0.04155708291225348, 0.013728247189514467, - 0.021291561357882526, - 0.04507450978516419 + 0.021291561357882523, + 0.045074509785164196 ], "resistance": [ - 95531.67109619424, + 95531.67109619426, 94800.03964345879, - 94875.91322742889, + 94875.91322742887, 95814.04850355432, 97253.05992739424, 98365.06040454621, @@ -119034,9 +83979,9 @@ 96926.68894685108 ], "fuel": [ - 55.49494993683598, + 55.494949936835994, 55.12206383242228, - 55.160641285695846, + 55.16064128569583, 55.639400223647364, 56.38013584952763, 56.95781936560728, @@ -119061,68 +84006,7 @@ "id": "2116", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.539954060493823, - 15.539954060493823, - 15.539954060493823, - 15.539954060493823, - 15.539954060493823, - 15.539954060493823, - 15.539954060493823, - 15.539954060493823 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 502.22657490617166, - -539.3854894142114, - -1238.2074418125612, - -1309.861539938599, - -799.7624211905386, - 200.71744482080612, - 1125.235631662641, - 1295.2233741951695 - ], - "relative wind speed": [ - 4.504858595044978, - 4.230557319395189, - 4.001324352562467, - 3.967125524114775, - 4.1520734471544785, - 4.43123567859211, - 4.639274544312553, - 4.668552232527013 - ], - "relative wind angle": [ - 0.07092609793595724, - 0.08301805391186491, - 0.04421855158042058, - 0.025378821586169782, - 0.07696386321693202, - 0.07925031741332093, - 0.03813483987938234, - 0.02156513661244203 - ], - "resistance": [ - 97136.72657490619, - 96095.1145105858, - 95396.29255818746, - 95324.63846006141, - 95834.73757880948, - 96835.21744482082, - 97759.73563166265, - 97929.72337419518 - ], - "fuel": [ - 45.58461911029853, - 45.04812680356717, - 44.69045470758704, - 44.65388331535994, - 44.914647894063506, - 45.4289087627056, - 45.9074354147032, - 45.99576649709305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 0.3125, -9.6875 0.625, -9.375 0.625, -9.375 0.3125, -9.6875 0.3125))", @@ -119141,68 +84025,7 @@ "id": "2117", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.919514066185837, - 16.919514066185837, - 16.919514066185837, - 16.919514066185837, - 16.919514066185837, - 16.919514066185837, - 16.919514066185837, - 16.919514066185837 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -5.015668438398279, - -1032.7934751705034, - -1435.850351253961, - -1259.4783835957624, - -387.8984605662008, - 741.3508006416887, - 1482.844747723746, - 1063.3580127417808 - ], - "relative wind speed": [ - 4.7613067651887215, - 4.488264982492872, - 4.3399589675963535, - 4.416917894552906, - 4.665994962188957, - 4.929201613479902, - 5.060267508638709, - 4.9932341635640265 - ], - "relative wind angle": [ - 0.07571816131166981, - 0.06431803701650589, - 0.011013149236971595, - 0.0500295276771728, - 0.07726790282475715, - 0.05855762341249711, - 0.009445421651977516, - 0.04425112911120891 - ], - "resistance": [ - 96629.48433156159, - 95601.70652482948, - 95198.64964874602, - 95375.02161640422, - 96246.60153943379, - 97375.85080064167, - 98117.34474772374, - 97697.85801274177 - ], - "fuel": [ - 46.699861403492086, - 46.17240801238431, - 45.96663305663157, - 46.056602870991625, - 46.50290736742669, - 47.08535872713623, - 47.47039200256277, - 47.25231510386735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 0, -10 0.3125, -9.6875 0.3125, -9.6875 0, -10 0))", @@ -119221,68 +84044,7 @@ "id": "2118", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.41865564844166, - 15.41865564844166, - 15.41865564844166, - 15.41865564844166, - 15.41865564844166, - 15.41865564844166, - 15.41865564844166, - 15.41865564844166 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 111.48952676683439, - -874.7609483813267, - -1327.0785107689999, - -1212.3231028994223, - -458.0531750486516, - 594.0607154878244, - 1345.98645908645, - 1073.804758773701 - ], - "relative wind speed": [ - 4.376126315928662, - 4.093768900592987, - 3.9212651074412848, - 3.9764975140300973, - 4.220432891438433, - 4.494840543627373, - 4.646096779153682, - 4.5989132243402 - ], - "relative wind angle": [ - 0.08292546940338007, - 0.07617771239169761, - 0.019924760670141005, - 0.05058537601326637, - 0.08599204967163213, - 0.06936896325992312, - 0.016816003877874255, - 0.04373445348806696 - ], - "resistance": [ - 96745.98952676685, - 95759.73905161869, - 95307.42148923101, - 95422.1768971006, - 96176.44682495136, - 97228.56071548784, - 97980.48645908646, - 97708.30475877371 - ], - "fuel": [ - 45.267815818691076, - 44.76117040521519, - 44.53002157811084, - 44.58859321237926, - 44.97479523511456, - 45.5170355787412, - 45.90708822433227, - 45.76565422237007 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 0, -9.6875 0.3125, -9.375 0.3125, -9.375 0, -9.6875 0))", @@ -119301,68 +84063,7 @@ "id": "2119", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.427333604495235, - 15.427333604495235, - 15.427333604495235, - 15.427333604495235, - 15.427333604495235, - 15.427333604495235, - 15.427333604495235, - 15.427333604495235 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 143.1642794698655, - -964.6239070313486, - -1480.1472045367836, - -1355.7131444369397, - -515.8106182769025, - 663.2629101549246, - 1513.8330724135358, - 1219.4495479954676 - ], - "relative wind speed": [ - 4.394664614308222, - 4.077444707274876, - 3.8804617394046392, - 3.940637437987668, - 4.214472810381359, - 4.522090534345003, - 4.692214278004927, - 4.641792188802356 - ], - "relative wind angle": [ - 0.0925092678176347, - 0.08620359026495952, - 0.023323941099014703, - 0.05663778094441834, - 0.09647660820942028, - 0.07770936448321047, - 0.019288349083237708, - 0.04807531128129 - ], - "resistance": [ - 96777.66427946986, - 95669.87609296864, - 95154.3527954632, - 95278.78685556304, - 96118.68938172309, - 97297.76291015491, - 98148.33307241352, - 97853.94954799545 - ], - "fuel": [ - 45.29234808978709, - 44.72338763078419, - 44.46017164573384, - 44.523614670180656, - 44.953348054439374, - 45.56104619020151, - 46.00264460019478, - 45.849502144423994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 0.3125, -9.375 0.625, -9.0625 0.625, -9.0625 0.3125, -9.375 0.3125))", @@ -119394,39 +84095,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -285.4925497473487, + -285.4925497473523, -1237.5780933699843, - -1472.1895028456747, + -1472.189502845793, -1151.0203855014242, -139.0498339166952, 984.8340279234362, 1544.867487945181, - 861.952727131058 + 861.9527271310671 ], "relative wind speed": [ - 5.182135203828594, + 5.182135203828593, 4.942987817346433, - 4.8508357005713725, + 4.850835700571372, 4.967458652043187, 5.21512185438261, 5.442324196920234, 5.524618921960226, - 5.419997764488469 + 5.4199977644884685 ], "relative wind angle": [ - 0.06505640490840141, + 0.0650564049084014, 0.04584511008486812, - 0.0034072685049513127, + 0.003407268504983897, 0.050330001893972034, 0.06464433462025765, 0.04163623936376708, 0.002991716281979127, - 0.04612461298569739 + 0.04612461298569498 ], "resistance": [ - 96349.00745025264, + 96349.00745025263, 95396.92190663, - 95162.3104971543, + 95162.31049715419, 95483.47961449856, 96495.45016608329, 97619.33402792343, @@ -119436,7 +84137,7 @@ "fuel": [ 48.48987128366483, 48.00212258286061, - 47.882450314971834, + 47.88245031497178, 48.04632628029273, 48.565192465653865, 49.145905897633796, @@ -119474,53 +84175,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -438.0453746822459, + -438.04537468226044, -1680.0785998304345, - -1967.638843796849, + -1967.6388437969763, -1503.270344232369, - -138.59316959599164, + -138.59316959598073, 1343.9156851633234, - 2031.4616196006828, - 1092.9905780763438 + 2031.4616196005009, + 1092.990578076333 ], "relative wind speed": [ - 6.321590990761548, + 6.321590990761547, 6.065335572261936, 5.9731604170375645, 6.1060281692826335, 6.376750784693262, 6.620964251558655, 6.704238797723371, - 6.583455264562118 + 6.583455264562119 ], "relative wind angle": [ - 0.057856746860382585, + 0.05785674686038451, 0.03940511023529856, - 0.004624992075504429, - 0.04554649527956533, - 0.057355725913727014, + 0.004624992075528434, + 0.04554649527956532, + 0.05735572591372508, 0.036096746172832324, - 0.004120646671388266, - 0.042241455603578115 + 0.0041206466714152085, + 0.042241455603580745 ], "resistance": [ - 96196.45462531778, + 96196.45462531777, 94954.4214001696, - 94666.86115620317, + 94666.86115620306, 95131.22965576766, 96495.90683040404, 97978.41568516335, - 98665.96161960071, + 98665.96161960054, 97727.49057807637 ], "fuel": [ - 53.780336939533775, + 53.78033693953377, 53.14542454825896, - 52.999245574698925, + 52.99924557469886, 53.235456382070964, 53.93427211184406, 54.70127961422482, - 55.05977205795132, + 55.05977205795123, 54.5708832031799 ] }, @@ -119554,34 +84255,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 73.18110552880353, + 73.18110552879261, -1172.312294823906, - -1701.7591319348594, + -1701.7591319348621, -1518.769437295682, - -510.7151704517637, + -510.71517045175824, 839.6803737179962, - 1765.6585767775268, + 1765.6585767774977, 1332.325045929214 ], "relative wind speed": [ - 4.745961605431533, + 4.745961605431532, 4.413174292159625, - 4.220318580293501, + 4.2203185802935, 4.301678919214437, - 4.598913849497306, + 4.598913849497305, 4.91915163644604, 5.085574818656964, 5.0169431560776605 ], "relative wind angle": [ - 0.09129545567201112, + 0.09129545567201355, 0.0812479012446057, 0.01749749779956476, 0.05902041359040979, - 0.09422311176851189, + 0.09422311176850952, 0.07287516970610693, - 0.014520254737414756, - 0.05059810121530036 + 0.014520254737422402, + 0.05059810121530035 ], "resistance": [ 96707.68110552884, @@ -119590,7 +84291,7 @@ 95115.73056270437, 96123.78482954828, 97474.18037371805, - 98400.15857677757, + 98400.15857677754, 97966.82504592926 ], "fuel": [ @@ -119600,7 +84301,7 @@ 45.74683528939382, 46.26230670561205, 46.95876077788085, - 47.4402472595338, + 47.440247259533784, 47.21452702142383 ] }, @@ -119634,10 +84335,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 480.63827187293464, + 480.63827187291645, -1273.3966248956694, - -2247.397868085556, - -2193.101877386802, + -2247.3978680855616, + -2193.101877386831, -1074.6273030527082, 710.6553628591337, 2145.8023716986736, @@ -119646,38 +84347,38 @@ "relative wind speed": [ 6.269950263728755, 5.930116741087626, - 5.69047037161713, - 5.708686215129319, + 5.690470371617129, + 5.70868621512932, 5.972234468589515, 6.309800020168091, 6.5267455754907875, 6.510818885104504 ], "relative wind angle": [ - 0.06675871477234957, + 0.06675871477235291, 0.06771681141946406, - 0.026223482828963942, - 0.03333282678175255, + 0.026223482828963945, + 0.033332826781759216, 0.07009196595678818, - 0.063636361678262, + 0.06363636167826202, 0.022862826124342216, 0.029224971825124072 ], "resistance": [ - 97115.13827187296, + 97115.13827187294, 95361.10337510436, - 94387.10213191448, - 94441.39812261323, + 94387.10213191446, + 94441.3981226132, 95559.87269694732, 97345.15536285916, 98780.30237169871, 98651.12194478702 ], "fuel": [ - 53.081098897280555, + 53.08109889728055, 52.180132203050164, 51.68477637800004, - 51.71229722898511, + 51.7122972289851, 52.281655660441906, 53.200097130155186, 53.947009711026524, @@ -119701,68 +84402,7 @@ "id": "2124", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.795948980374614, - 6.795948980374614, - 6.795948980374614, - 6.795948980374614, - 6.795948980374614, - 6.795948980374614, - 6.795948980374614, - 6.795948980374614 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 117.29836617400565, - -387.1239290798567, - -633.8989562559175, - -577.5590265315125, - -199.72117631387187, - 337.33702842669845, - 742.4671629411328, - 612.3960498846805 - ], - "relative wind speed": [ - 2.0339213146304047, - 1.6993222569449216, - 1.4652076368599773, - 1.5323952174649573, - 1.8368241092955542, - 2.150130830821441, - 2.316014961843831, - 2.2721187513173264 - ], - "relative wind angle": [ - 0.21103267511196822, - 0.2211209085319248, - 0.06901011044302664, - 0.15054074867243958, - 0.2340783465114006, - 0.17421878303692118, - 0.04363787671086188, - 0.10132008369018043 - ], - "resistance": [ - 96751.798366174, - 96247.37607092015, - 96000.60104374409, - 96056.94097346849, - 96434.77882368612, - 96971.8370284267, - 97376.96716294113, - 97246.89604988469 - ], - "fuel": [ - 39.573868642635674, - 39.31427944568967, - 39.187627317918725, - 39.216522648210955, - 39.41061137742983, - 39.687403005118476, - 39.89691109102899, - 39.82957984399489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 1.5625, 2.8125 1.875, 3.125 1.875, 3.125 1.5625, 2.8125 1.5625))", @@ -119781,68 +84421,7 @@ "id": "2125", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.386467057782085, - 8.386467057782085, - 8.386467057782085, - 8.386467057782085, - 8.386467057782085, - 8.386467057782085, - 8.386467057782085, - 8.386467057782085 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 179.09959805457675, - -343.10158317368655, - -642.5362682065879, - -631.3008286767943, - -303.9516200836358, - 224.66504760002317, - 662.4904061218294, - 636.2307867414706 - ], - "relative wind speed": [ - 2.474315439606611, - 2.208182131256647, - 2.0060412499923435, - 2.0163453188548157, - 2.2307241221758103, - 2.494453583278619, - 2.659730344839839, - 2.6519273291447796 - ], - "relative wind angle": [ - 0.1326714787025514, - 0.1447013797288113, - 0.06135088300903099, - 0.07171167704457444, - 0.14725930226822243, - 0.12799765615378153, - 0.04625998638234085, - 0.05450494811344628 - ], - "resistance": [ - 96813.59959805457, - 96291.39841682631, - 95991.96373179341, - 96003.19917132321, - 96330.54837991636, - 96859.16504760002, - 97296.99040612183, - 97270.73078674146 - ], - "fuel": [ - 40.28815876860364, - 40.01931726692113, - 39.86561895658188, - 39.87138002644358, - 40.039437407405586, - 40.311665070969454, - 40.5379241627729, - 40.52433362676111 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 1.25, 2.5 1.5625, 2.8125 1.5625, 2.8125 1.25, 2.5 1.25))", @@ -119861,68 +84440,7 @@ "id": "2126", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.248706342103987, - 7.248706342103987, - 7.248706342103987, - 7.248706342103987, - 7.248706342103987, - 7.248706342103987, - 7.248706342103987, - 7.248706342103987 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 217.5456758422331, - -365.88194690568685, - -697.2247046746777, - -678.3110310315835, - -302.9566377009635, - 291.416066081493, - 785.6618897765577, - 742.0182900450598 - ], - "relative wind speed": [ - 2.2114006583987167, - 1.864599800502783, - 1.5890252746475944, - 1.6101586134790886, - 1.9078668811023027, - 2.2480027784543077, - 2.450560667378884, - 2.4367269332882593 - ], - "relative wind angle": [ - 0.1966651294256284, - 0.22462285764282722, - 0.09785232870911803, - 0.1218880469290151, - 0.2284695892989009, - 0.18581749587532403, - 0.06339195330384341, - 0.08042949715962872 - ], - "resistance": [ - 96852.04567584227, - 96268.61805309434, - 95937.27529532535, - 95956.18896896845, - 96331.54336229907, - 96925.91606608153, - 97420.16188977659, - 97376.51829004509 - ], - "fuel": [ - 39.80286138511864, - 39.5024820604347, - 39.33245325490991, - 39.3421478277441, - 39.53481839255958, - 39.84098409724229, - 40.09657476315099, - 40.07396864271009 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.8125 1.25, 2.8125 1.5625, 3.125 1.5625, 3.125 1.25, 2.8125 1.25))", @@ -119941,68 +84459,7 @@ "id": "2127", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.173678972277262, - 8.173678972277262, - 8.173678972277262, - 8.173678972277262, - 8.173678972277262, - 8.173678972277262, - 8.173678972277262, - 8.173678972277262 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 261.3340983569192, - -327.16408320614664, - -693.2023531212569, - -706.7965896523574, - -373.77505107977845, - 206.94272668758867, - 718.807124554945, - 750.4233302047564 - ], - "relative wind speed": [ - 2.4640877884084897, - 2.1631965519296905, - 1.913072013468622, - 1.9000677184007975, - 2.135346633571079, - 2.4396750915248275, - 2.640376743150547, - 2.64975027879579 - ], - "relative wind angle": [ - 0.14853313857639602, - 0.17450442822335818, - 0.08713677862827209, - 0.07381425614450624, - 0.17161168923736408, - 0.15455907594288107, - 0.06309651889235675, - 0.05290692951377183 - ], - "resistance": [ - 96895.83409835692, - 96307.33591679385, - 95941.29764687874, - 95927.70341034765, - 96260.72494892022, - 96841.44272668759, - 97353.30712455495, - 97384.92333020475 - ], - "fuel": [ - 40.229632992944, - 39.92655273968304, - 39.738690796830454, - 39.731723424116666, - 39.902602876165446, - 40.20156704580865, - 40.466124736971686, - 40.48249757750414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 0.9375, 2.5 1.25, 2.8125 1.25, 2.8125 0.9375, 2.5 0.9375))", @@ -120034,34 +84491,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -161.5484729451241, + -161.54847294512547, -780.3228946111678, - -934.0722684320783, + -934.0722684320835, -690.5120830259207, -11.612010607203047, 734.2847157283536, - 1092.7065123254001, + 1092.7065123253751, 605.450986574755 ], "relative wind speed": [ - 2.553259702074466, + 2.5532597020744654, 2.2154386624017706, - 2.0846583996830796, + 2.084658399683079, 2.2718844776336495, 2.622468708326006, 2.9134702273271835, - 3.0084342420962504, - 2.8696721333061266 + 3.008434242096251, + 2.869672133306127 ], "relative wind angle": [ - 0.18192090375363737, + 0.18192090375363798, 0.1366360416389938, - 0.016871397400826358, + 0.01687139740083294, 0.1553435309798791, 0.17706834075825337, 0.10376283782211376, - 0.01169054400584011, - 0.12279793182377227 + 0.011690544005859104, + 0.1227979318237741 ], "resistance": [ 96472.95152705489, @@ -120070,7 +84527,7 @@ 95943.98791697409, 96622.88798939281, 97368.78471572837, - 97727.20651232541, + 97727.20651232539, 97239.95098657477 ], "fuel": [ @@ -120080,7 +84537,7 @@ 40.23669266865842, 40.58552675329699, 40.97076249526722, - 41.15661419977155, + 41.15661419977154, 40.90407540543251 ] }, @@ -120101,68 +84558,7 @@ "id": "2129", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.033367847828119, - 8.033367847828119, - 8.033367847828119, - 8.033367847828119, - 8.033367847828119, - 8.033367847828119, - 8.033367847828119, - 8.033367847828119 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 175.08335886331906, - -413.24810403174, - -729.4952655729373, - -694.8391110008961, - -295.1753878493023, - 313.0253394054812, - 797.4447470992814, - 716.9829474790567 - ], - "relative wind speed": [ - 2.3910176556288554, - 2.071236882530316, - 1.835762164883658, - 1.8697299711996134, - 2.1433369082560345, - 2.453739250260211, - 2.6345466034600924, - 2.6105494376891882 - ], - "relative wind angle": [ - 0.1681032873270585, - 0.180506647340839, - 0.06859246764581879, - 0.1038957157779659, - 0.18774813039874713, - 0.15212830456206486, - 0.047776197270352164, - 0.07434695261966301 - ], - "resistance": [ - 96809.58335886332, - 96221.25189596826, - 95905.00473442706, - 95939.6608889991, - 96339.3246121507, - 96947.52533940547, - 97431.94474709927, - 97351.48294747906 - ], - "fuel": [ - 40.12019588718789, - 39.81739013350546, - 39.6551545025329, - 39.67291504497041, - 39.87805715956566, - 40.19137903724672, - 40.44191823779419, - 40.4002433402316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 0.625, 2.5 0.9375, 2.8125 0.9375, 2.8125 0.625, 2.5 0.625))", @@ -120194,13 +84590,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -400.22206248907696, + -400.22206248907787, -932.413467618363, -981.2013703658995, -569.9870510083874, 206.8446520599191, 922.3116092060914, - 1036.2977012063652, + 1036.2977012063698, 404.47347655837893 ], "relative wind speed": [ @@ -120214,13 +84610,13 @@ 3.063517752748677 ], "relative wind angle": [ - 0.1520655396914152, + 0.15206553969141595, 0.08284864195491327, 0.05246032440916002, 0.1446431135930314, 0.13919405011189162, - 0.06317502838153564, - 0.03907911962617642, + 0.06317502838153566, + 0.03907911962617358, 0.12547900641905488 ], "resistance": [ @@ -120274,9 +84670,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -119.5694717774636, + -119.56947177746588, -625.8040417358209, - -756.3072939838721, + -756.3072939838783, -572.1859076542148, -29.9601938455412, 574.1253130256973, @@ -120284,9 +84680,9 @@ 497.3342342298665 ], "relative wind speed": [ - 2.3814540825276516, + 2.381454082527651, 2.0883967162221624, - 1.9701228974288598, + 1.9701228974288596, 2.124255382260787, 2.4258925713549386, 2.6823268761683727, @@ -120294,12 +84690,12 @@ 2.6540191005112925 ], "relative wind angle": [ - 0.16882298849151986, + 0.1688229884915212, 0.1282030227251181, - 0.011437958151813962, + 0.011437958151823668, 0.14116397550121276, 0.16570152598213647, - 0.09970778608403917, + 0.09970778608403918, 0.008133939647944113, 0.112851004126559 ], @@ -120341,68 +84737,7 @@ "id": "2132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.654342078716633, - 8.654342078716633, - 8.654342078716633, - 8.654342078716633, - 8.654342078716633, - 8.654342078716633, - 8.654342078716633, - 8.654342078716633 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 272.6950608076927, - -334.75726381643153, - -716.8538083749199, - -735.1498396147956, - -398.0519988316196, - 198.9453913054549, - 728.5463128828433, - 771.2118834178009 - ], - "relative wind speed": [ - 2.593690401151803, - 2.3013642249931183, - 2.058386985859785, - 2.042009899986016, - 2.265867757503631, - 2.56224692319912, - 2.761236970628309, - 2.773370180823439 - ], - "relative wind angle": [ - 0.1362417284394319, - 0.1598214708460547, - 0.08057249506353487, - 0.06466318332232625, - 0.15610421394865753, - 0.14342971861811038, - 0.06003452312449336, - 0.047595771408236946 - ], - "resistance": [ - 96907.1950608077, - 96299.74273618359, - 95917.6461916251, - 95899.35016038522, - 96236.44800116839, - 96833.44539130547, - 97363.04631288286, - 97405.71188341781 - ], - "fuel": [ - 40.46778213108805, - 40.154936117042865, - 39.95885479236179, - 39.94947940718762, - 40.12241747604594, - 40.429726840967504, - 40.703453390716646, - 40.725550703908716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.4375 0.9375, 3.4375 1.25, 3.75 1.25, 3.75 0.9375, 3.4375 0.9375))", @@ -120421,68 +84756,7 @@ "id": "2133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.370780385072168, - 9.370780385072168, - 9.370780385072168, - 9.370780385072168, - 9.370780385072168, - 9.370780385072168, - 9.370780385072168, - 9.370780385072168 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 312.99302964965636, - -342.0273807411372, - -767.259780811914, - -799.5093167389014, - -454.5727207651503, - 182.033707536556, - 759.507453327245, - 834.921933539868 - ], - "relative wind speed": [ - 2.7988177734181208, - 2.510456166059088, - 2.2661866845672827, - 2.2397556429245364, - 2.4525222066914965, - 2.746972140632663, - 2.9517188236358214, - 2.9718244838993746 - ], - "relative wind angle": [ - 0.12305874536839774, - 0.14648371907620478, - 0.07714693328931528, - 0.053346460472385046, - 0.1405426509775831, - 0.13379193305107212, - 0.05920552499343327, - 0.040197037378447105 - ], - "resistance": [ - 96947.49302964966, - 96292.47261925886, - 95867.24021918808, - 95834.9906832611, - 96179.92727923485, - 96816.53370753655, - 97394.00745332724, - 97469.42193353987 - ], - "fuel": [ - 40.863061368375554, - 40.52567690805047, - 40.30750509218596, - 40.290986436869034, - 40.46786837064337, - 40.79547984202666, - 41.09396476487725, - 41.13303664671271 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 0.625, 3.125 0.9375, 3.4375 0.9375, 3.4375 0.625, 3.125 0.625))", @@ -120514,11 +84788,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 98.41767199433616, + 98.41767199433525, -429.09047859028556, - -678.6114241869464, + -678.6114241869454, -614.3177344249543, - -210.61155448535192, + -210.6115544853517, 353.80736317591754, 769.1183480314362, 619.8948844925203 @@ -120526,20 +84800,20 @@ "relative wind speed": [ 2.228305751565661, 1.913924662996853, - 1.7050303144598071, + 1.705030314459807, 1.77207538851604, - 2.0557032528253414, + 2.055703252825341, 2.3512028348293716, 2.506817506902005, 2.4598803230143163 ], "relative wind angle": [ - 0.18105994262080025, - 0.18170374489872276, - 0.05155224894407287, - 0.12538223482063196, - 0.19645286040646678, - 0.1476335145447135, + 0.18105994262080147, + 0.18170374489872274, + 0.05155224894407072, + 0.125382234820632, + 0.19645286040646506, + 0.14763351454471352, 0.035055290566468195, 0.09021004920922844 ], @@ -120581,68 +84855,7 @@ "id": "2135", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.209668079358869, - 9.209668079358869, - 9.209668079358869, - 9.209668079358869, - 9.209668079358869, - 9.209668079358869, - 9.209668079358869, - 9.209668079358869 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 86.20696256264773, - -551.7173862334548, - -840.521898385866, - -754.4758951930953, - -253.0378868462626, - 434.0617173953956, - 925.016945344014, - 724.0706871760522 - ], - "relative wind speed": [ - 2.6675403126445625, - 2.3546269798963695, - 2.157989263249852, - 2.2301384659176104, - 2.5116942544016925, - 2.8071535641504233, - 2.960989984258083, - 2.9070365959191102 - ], - "relative wind angle": [ - 0.1511616714519277, - 0.14482481274274953, - 0.03656007352807925, - 0.10253478847378475, - 0.1606200301915877, - 0.12135177636055555, - 0.026642441934536777, - 0.07860290905726698 - ], - "resistance": [ - 96720.70696256263, - 96082.78261376653, - 95793.97810161412, - 95880.02410480689, - 96381.46211315373, - 97068.56171739538, - 97559.516945344, - 97358.57068717603 - ], - "fuel": [ - 40.658909695859315, - 40.330849026632684, - 40.182825608482744, - 40.2268950341912, - 40.48426022049387, - 40.83843639393338, - 41.09258297423248, - 40.9884532432637 - ] + "inaccessible": true }, { "geometry": "POLYGON ((2.5 0.3125, 2.5 0.625, 2.8125 0.625, 2.8125 0.3125, 2.5 0.3125))", @@ -120674,17 +84887,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -242.7432701399166, + -242.7432701399248, -1138.163830146309, - -1363.9974903188813, + -1363.9974903189177, -1056.2440039208514, - -104.87994148386952, + -104.87994148386679, 954.5814606127842, 1488.8055154955327, 838.0062528793142 ], "relative wind speed": [ - 3.9852767666969457, + 3.985276766696945, 3.686758912181817, 3.569139143667889, 3.7178019860102673, @@ -120694,19 +84907,19 @@ 4.274094267116168 ], "relative wind angle": [ - 0.1043059399186941, - 0.07574299172144519, - 0.005715271879412947, + 0.10430593991869622, + 0.0757429917214452, + 0.0057152718794323725, 0.08289302421958714, - 0.10325084558286086, - 0.06491088292209106, + 0.1032508455828598, + 0.06491088292209107, 0.004637093460410134, 0.07208399415051489 ], "resistance": [ 96391.75672986009, 95496.3361698537, - 95270.50250968113, + 95270.5025096811, 95578.25599607917, 96529.62005851614, 97589.0814606128, @@ -120716,7 +84929,7 @@ "fuel": [ 44.10686371653202, 43.6479073682138, - 43.53262528785811, + 43.53262528785809, 43.68977216775998, 44.177791915769525, 44.72522583308637, @@ -120754,9 +84967,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 89.24373618386926, - -931.3321058813863, - -1368.2576721415758, + 89.24373618386562, + -931.3321058813867, + -1368.2576721415717, -1209.8137754090048, -377.1715497497362, 733.9120194503976, @@ -120764,9 +84977,9 @@ 1131.7546538083561 ], "relative wind speed": [ - 3.4920681414511385, + 3.492068141451138, 3.109946215338033, - 2.8813778429478387, + 2.8813778429478383, 2.9813504009868197, 3.329679392378106, 3.689110908914244, @@ -120774,19 +84987,19 @@ 3.7937915792912458 ], "relative wind angle": [ - 0.1421113829674045, - 0.13149258794462343, - 0.028484046253465557, + 0.14211138296740608, + 0.13149258794462346, + 0.028484046253461657, 0.09799969255942502, 0.14909274793558228, - 0.11075631018618927, + 0.11075631018618928, 0.02120482967857026, 0.07696579273214031 ], "resistance": [ 96723.74373618385, 95703.1678941186, - 95266.2423278584, + 95266.24232785842, 95424.68622459099, 96257.32845025025, 97368.41201945038, @@ -120796,7 +85009,7 @@ "fuel": [ 42.51979779372503, 41.995668799937576, - 41.77246524031654, + 41.77246524031655, 41.85332426036524, 42.279783728458426, 42.852872269323605, @@ -120834,53 +85047,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -180.6474817738099, + -180.64748177381534, -1106.3723039970318, - -1360.3351180534173, + -1360.3351180534182, -1088.285304689608, -150.2656111565102, 928.4660616676856, - 1527.676032714924, - 902.6955495239827 + 1527.676032715177, + 902.6955495239836 ], "relative wind speed": [ - 3.7619802533186286, + 3.761980253318628, 3.4348049047574793, - 3.2929638594915493, + 3.292963859491549, 3.4421904054903334, - 3.7715147367368886, + 3.771514736736888, 4.071723726143115, 4.187267349461379, 4.065482019162439 ], "relative wind angle": [ - 0.11914250629009483, + 0.11914250629009669, 0.0911909949851248, 0.0014580157205916586, - 0.09297572489639094, - 0.11883988324866177, + 0.09297572489639093, + 0.11883988324866084, 0.07689564051853699, - 0.0011466171191500043, - 0.07868914240719191 + 0.001146617119053178, + 0.0786891424071919 ], "resistance": [ - 96453.85251822621, + 96453.8525182262, 95528.12769600298, 95274.16488194659, 95546.21469531041, 96484.2343888435, 97562.9660616677, - 98162.17603271494, + 98162.17603271519, 97537.195549524 ], "fuel": [ - 43.39694194386601, + 43.396941943866, 42.92229115170338, 42.792633133923346, 42.93153443195347, 43.41257381358402, 43.96982136245147, - 44.28122986067682, + 44.28122986067695, 43.95645843273604 ] }, @@ -120914,50 +85127,50 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 628.5182799617978, + 628.518279961796, -778.3170377416554, - -1691.010402005637, - -1760.427083656432, + -1691.0104020056406, + -1760.4270836564483, -1029.3878659326965, 337.6550404494683, - 1569.0071686880328, + 1569.0071686880256, 1733.3892158901963 ], "relative wind speed": [ - 5.0489987757412536, + 5.048998775741253, 4.715252984670123, - 4.443340801073021, - 4.413637090514706, + 4.44334080107302, + 4.413637090514707, 4.647415095979822, 4.985704062851835, - 5.22949120252607, + 5.229491202526071, 5.254584983137172 ], "relative wind angle": [ 0.07799925304607862, - 0.08932733826875996, + 0.08932733826875998, 0.04535471549064092, - 0.030758923374561622, + 0.030758923374568842, 0.08475471402717893, - 0.08446985685870678, - 0.03853285673005457, - 0.025835041241121688 + 0.08446985685870677, + 0.038532856730057456, + 0.02583504124112169 ], "resistance": [ - 97263.0182799618, + 97263.01827996179, 95856.18296225835, - 94943.48959799437, - 94874.07291634358, + 94943.48959799435, + 94874.07291634355, 95605.1121340673, 96972.15504044946, 98203.50716868803, 98367.8892158902 ], "fuel": [ - 47.5315447194008, + 47.531544719400785, 46.80723549432512, 46.34127403848904, - 46.30596126807981, + 46.305961268079784, 46.67874611384702, 47.38118985063071, 48.019862817164565, @@ -120996,11 +85209,11 @@ "wind resistance": [ 35.116385113602064, -774.3973053216832, - -1094.7498386464704, + -1094.749838646474, -940.3241704892316, -242.06388064873772, - 655.852654767994, - 1253.7159313226348, + 655.8526547679935, + 1253.7159313226248, 893.6589146517226 ], "relative wind speed": [ @@ -121014,13 +85227,13 @@ 3.199835445985937 ], "relative wind angle": [ - 0.16896523728755133, + 0.1689652372875513, 0.1536401890704591, - 0.025553248696828828, + 0.02555324869683317, 0.12493768786275018, 0.17610489378376476, - 0.12396964332119553, - 0.017973535816388653, + 0.12396964332119555, + 0.017973535816394832, 0.09482782421891381 ], "resistance": [ @@ -121074,9 +85287,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -204.9646552942413, + -204.96465529424404, -852.2158120282397, - -1002.8556813444175, + -1002.8556813444143, -729.197632562988, 0.8047751471940501, 787.156246061837, @@ -121084,9 +85297,9 @@ 611.1623558116976 ], "relative wind speed": [ - 2.7834380803078957, + 2.7834380803078953, 2.461802412880802, - 2.3463010305756185, + 2.346301030575618, 2.531168094920758, 2.8700744607219533, 3.1502990075436923, @@ -121094,11 +85307,11 @@ 3.0948413581719714 ], "relative wind angle": [ - 0.16075474984154156, - 0.1156266970083067, - 0.018697153832152497, + 0.16075474984154364, + 0.11562669700830672, + 0.018697153832146558, 0.13714623538727025, - 0.15586187417274594, + 0.15586187417274597, 0.09027790452686041, 0.013551028149537396, 0.11205038351586846 @@ -121154,39 +85367,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 243.5148424902618, + 243.5148424902527, -1006.9061551994619, - -1634.52768007963, + -1634.5276800796464, -1533.2439108595545, - -642.9370630220837, + -642.9370630220819, 665.4546687491111, 1653.4764202840306, 1414.202541857545 ], "relative wind speed": [ - 4.546390645150032, + 4.546390645150031, 4.202286594925886, 3.9750016819121132, 4.022769285698402, - 4.3106293213908, + 4.310629321390799, 4.6467171657900606, 4.8425772759490044, 4.802969947728529 ], "relative wind angle": [ - 0.0955939846439211, + 0.09559398464392226, 0.09308465176799216, - 0.02980342299382585, - 0.05548492712754041, - 0.10083963566011914, + 0.0298034229938333, + 0.055484927127540405, + 0.10083963566011696, 0.08415946049660099, 0.024462786503423466, - 0.046464760354014645 + 0.04646476035401464 ], "resistance": [ 96878.01484249029, 95627.59384480056, - 94999.9723199204, + 94999.97231992039, 95101.25608914047, 95991.56293697795, 97299.95466874914, @@ -121196,7 +85409,7 @@ "fuel": [ 45.764966315358066, 45.122614494727415, - 44.80239301902291, + 44.802393019022894, 44.85397026269899, 45.308988208061386, 45.9830332172418, @@ -121234,33 +85447,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 166.9621116657936, + 166.96211166579178, -839.6608316984275, -1320.4207052835645, -1212.4117078617692, -458.5626495850611, 609.7398151421567, - 1394.8509787607009, + 1394.850978760709, 1141.3167929397969 ], "relative wind speed": [ 3.6407777189896438, 3.2868794764669484, - 3.0584717835947326, + 3.058471783594732, 3.1235040256937974, 3.4313492292736227, 3.7717162193765943, - 3.9591880835952935, + 3.959188083595293, 3.9080868124701063 ], "relative wind angle": [ - 0.12407339896387325, + 0.12407339896387413, 0.11993000273758977, - 0.03452592173785973, + 0.03452592173785974, 0.07817932547897276, 0.1316888667219264, 0.10445302796596573, - 0.02666912843283597, + 0.026669128432831805, 0.06246111369819146 ], "resistance": [ @@ -121301,68 +85514,7 @@ "id": "2144", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.583103190980506, - 11.583103190980506, - 11.583103190980506, - 11.583103190980506, - 11.583103190980506, - 11.583103190980506, - 11.583103190980506, - 11.583103190980506 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 269.3689214892984, - -362.85673328630037, - -765.3291923937927, - -789.7378220481883, - -451.04981440702204, - 167.18778306796867, - 716.1434265137195, - 773.9214564588483 - ], - "relative wind speed": [ - 3.35979116180663, - 3.1334840788429985, - 2.9519966491819987, - 2.936298151674497, - 3.097669913478073, - 3.326414446736701, - 3.4884769351451133, - 3.5017008307812536 - ], - "relative wind angle": [ - 0.07999074899444338, - 0.09038367131190703, - 0.04456656634636696, - 0.03298542856388431, - 0.08677584466626317, - 0.08512836939114188, - 0.03770928841938009, - 0.027657941712731476 - ], - "resistance": [ - 96903.86892148932, - 96271.64326671373, - 95869.17080760624, - 95844.76217795184, - 96183.45018559301, - 96801.687783068, - 97350.64342651375, - 97408.42145645888 - ], - "fuel": [ - 42.21033146442612, - 41.884763821392305, - 41.67828348377847, - 41.665780516940934, - 41.83946658003924, - 42.15761202853989, - 42.44129704773512, - 42.47122035004974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 0.9375, 4.6875 1.25, 5 1.25, 5 0.9375, 4.6875 0.9375))", @@ -121381,68 +85533,7 @@ "id": "2145", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.281286167718218, - 12.281286167718218, - 12.281286167718218, - 12.281286167718218, - 12.281286167718218, - 12.281286167718218, - 12.281286167718218, - 12.281286167718218 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 151.80622797802152, - -613.4838188827562, - -998.768256404976, - -937.571646781556, - -393.8772960187316, - 406.4290224172328, - 1012.0307054889445, - 867.5336634175464 - ], - "relative wind speed": [ - 3.522431258144503, - 3.250376709760027, - 3.0700335103025087, - 3.1073618290175786, - 3.334913276677473, - 3.600586032295677, - 3.755537614900535, - 3.7247108605739685 - ], - "relative wind angle": [ - 0.097497416457391, - 0.09523675143089749, - 0.030698863767187487, - 0.05661321352551201, - 0.10299851826989616, - 0.08594947164765619, - 0.025094044599824256, - 0.04722222808367089 - ], - "resistance": [ - 96786.30622797801, - 96021.01618111723, - 95635.73174359501, - 95696.92835321843, - 96240.62270398125, - 97040.92902241721, - 97646.53070548893, - 97502.03366341753 - ], - "fuel": [ - 42.648903568287764, - 42.2553380196919, - 42.058022641701086, - 42.0893263073182, - 42.36805206212123, - 42.78033154335411, - 43.09389261013732, - 43.01895272737448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 0.625, 4.375 0.9375, 4.6875 0.9375, 4.6875 0.625, 4.375 0.625))", @@ -121461,68 +85552,7 @@ "id": "2146", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.444742927927347, - 15.444742927927347, - 15.444742927927347, - 15.444742927927347, - 15.444742927927347, - 15.444742927927347, - 15.444742927927347, - 15.444742927927347 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 456.3729033720747, - -501.37743557764406, - -1142.5762875259152, - -1207.2524266041073, - -737.2964858753812, - 183.2803146640881, - 1032.065915664808, - 1185.7275091939728 - ], - "relative wind speed": [ - 4.4630121301317995, - 4.20909995951531, - 3.99813442864007, - 3.9671655812880715, - 4.13775223254307, - 4.395787567936712, - 4.588506500174287, - 4.61530801380168 - ], - "relative wind angle": [ - 0.0662369199362649, - 0.07708775326364317, - 0.04078421054206653, - 0.023598377825791873, - 0.07145221696839953, - 0.07380777160484925, - 0.0355344090762064, - 0.02028389059403561 - ], - "resistance": [ - 97090.87290337209, - 96133.12256442237, - 95491.9237124741, - 95427.2475733959, - 95897.20351412463, - 96817.78031466411, - 97666.56591566482, - 97820.22750919398 - ], - "fuel": [ - 45.470507035665, - 44.977222496988084, - 44.64888371541101, - 44.61584993523891, - 44.85623750679261, - 45.329504187610354, - 45.768657308940824, - 45.84844686047133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 0.625, 4.6875 0.9375, 5 0.9375, 5 0.625, 4.6875 0.625))", @@ -121541,68 +85571,7 @@ "id": "2147", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.062320694761734, - 19.062320694761734, - 19.062320694761734, - 19.062320694761734, - 19.062320694761734, - 19.062320694761734, - 19.062320694761734, - 19.062320694761734 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 638.8968965506174, - -641.1705597478831, - -1518.4717461190921, - -1622.3466701438392, - -1022.5662063430846, - 197.64917102077925, - 1342.984579328775, - 1590.4228464692696 - ], - "relative wind speed": [ - 5.487667844052152, - 5.214233560764919, - 4.9837256008373565, - 4.943620188118545, - 5.121233827316881, - 5.39937983980489, - 5.6128436123107, - 5.648199156928291 - ], - "relative wind angle": [ - 0.05738711256404479, - 0.06762499026224351, - 0.036836358984847495, - 0.018768304590789594, - 0.06149828017614134, - 0.06530274920702686, - 0.03270597381651206, - 0.016426845535641228 - ], - "resistance": [ - 97273.3968965506, - 95993.3294402521, - 95116.0282538809, - 95012.15332985614, - 95611.9337936569, - 96832.14917102076, - 97977.48457932877, - 98224.92284646926 - ], - "fuel": [ - 49.41977667299179, - 48.76038254178739, - 48.311984533672835, - 48.25908257417362, - 48.56509526016291, - 49.1917905205549, - 49.78506868830511, - 49.91388169042435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 0.3125, 3.75 0.625, 4.0625 0.625, 4.0625 0.3125, 3.75 0.3125))", @@ -121621,68 +85590,7 @@ "id": "2148", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.526068429859956, - 10.526068429859956, - 10.526068429859956, - 10.526068429859956, - 10.526068429859956, - 10.526068429859956, - 10.526068429859956, - 10.526068429859956 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -222.62604312574103, - -867.6028719242786, - -1012.8385816126865, - -732.0272618761614, - 4.461629769982665, - 790.5017836078282, - 1130.913069865444, - 596.8441159556055 - ], - "relative wind speed": [ - 2.909108595531244, - 2.6042009564258266, - 2.498698670809236, - 2.676411500878182, - 3.0003624678941554, - 3.2685203285114324, - 3.3498645811193364, - 3.2096587415656304 - ], - "relative wind angle": [ - 0.1468389470259723, - 0.10323506236957504, - 0.018453835719724816, - 0.12495977336084903, - 0.1423420486461219, - 0.08219928084951728, - 0.013764560503978956, - 0.10411620810854413 - ], - "resistance": [ - 96411.87395687426, - 95766.89712807573, - 95621.66141838732, - 95902.47273812383, - 96638.96162976998, - 97425.00178360783, - 97765.41306986545, - 97231.34411595561 - ], - "fuel": [ - 41.26214587281679, - 40.93120803533488, - 40.8569010685241, - 41.00064343629615, - 41.37903308655075, - 41.785107558180016, - 41.96168011299429, - 41.68484905909551 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 0.3125, 4.0625 0.625, 4.375 0.625, 4.375 0.3125, 4.0625 0.3125))", @@ -121701,68 +85609,7 @@ "id": "2149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.501739857844889, - 13.501739857844889, - 13.501739857844889, - 13.501739857844889, - 13.501739857844889, - 13.501739857844889, - 13.501739857844889, - 13.501739857844889 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -104.21564108045641, - -923.4472848228361, - -1180.7491644961028, - -980.1784246120842, - -199.7174327279763, - 734.4734792084846, - 1289.9577795998784, - 815.1897699445044 - ], - "relative wind speed": [ - 3.784783363423043, - 3.502469337128114, - 3.3688579815730297, - 3.47967328323931, - 3.7549289451234915, - 4.01955035214729, - 4.1321752614043055, - 4.03930072325404 - ], - "relative wind angle": [ - 0.10101279672872503, - 0.0801679841238677, - 0.004453839340923198, - 0.07457781766492147, - 0.1018186977718572, - 0.06983700698293127, - 0.0036310985446907345, - 0.06423000434883373 - ], - "resistance": [ - 96530.2843589196, - 95711.05271517723, - 95453.75083550396, - 95654.32157538798, - 96434.78256727208, - 97368.97347920854, - 97924.45777959994, - 97449.68976994457 - ], - "fuel": [ - 43.46679268497239, - 43.04634927764493, - 42.91481299548822, - 43.01732636361288, - 43.41765097045046, - 43.89980901640237, - 44.1880471814439, - 43.94162101820038 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.75 0, 3.75 0.3125, 4.0625 0.3125, 4.0625 0, 3.75 0))", @@ -121781,68 +85628,7 @@ "id": "2150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.896361752264943, - 12.896361752264943, - 12.896361752264943, - 12.896361752264943, - 12.896361752264943, - 12.896361752264943, - 12.896361752264943, - 12.896361752264943 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -209.73643429628737, - -1024.3096874190978, - -1232.3393593920782, - -953.3444502309994, - -90.49901491257515, - 873.22263339454, - 1364.0057882944166, - 772.1304394606423 - ], - "relative wind speed": [ - 3.5873324440665892, - 3.2836571655803946, - 3.162382084823543, - 3.313858365193606, - 3.6263949308417858, - 3.9034971343169054, - 4.00237851886536, - 3.8778907919285355 - ], - "relative wind angle": [ - 0.11734907703132567, - 0.08631676918687715, - 0.0062184625889972174, - 0.09395430748480411, - 0.11607928663704328, - 0.0725840343796186, - 0.00491335514057526, - 0.08025687656310193 - ], - "resistance": [ - 96424.76356570378, - 95610.19031258096, - 95402.16064060798, - 95681.15554976906, - 96544.00098508748, - 97507.7226333946, - 97998.50578829448, - 97406.6304394607 - ], - "fuel": [ - 42.929107916329514, - 42.51136805362728, - 42.40507941189588, - 42.54766317279239, - 42.9904639334506, - 43.48830810408859, - 43.743167460046436, - 43.43592314352155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 0, 4.0625 0.3125, 4.375 0.3125, 4.375 0, 4.0625 0))", @@ -121861,68 +85647,7 @@ "id": "2151", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.872139627219042, - 16.872139627219042, - 16.872139627219042, - 16.872139627219042, - 16.872139627219042, - 16.872139627219042, - 16.872139627219042, - 16.872139627219042 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -431.530052026068, - -1205.1347179348359, - -1336.1860883289428, - -911.9757931811746, - 64.03122410455217, - 1036.256580256735, - 1348.2572417565352, - 619.945408454465 - ], - "relative wind speed": [ - 4.636663510703017, - 4.4120098432286445, - 4.3547786624471465, - 4.504148788619755, - 4.760300510403285, - 4.969233200815205, - 5.0194633440165335, - 4.885872813613324 - ], - "relative wind angle": [ - 0.07174487655082315, - 0.04334985455208389, - 0.014231693989506296, - 0.061947927230565976, - 0.0698784016534931, - 0.03848627923634432, - 0.012347009160855267, - 0.05710256111600056 - ], - "resistance": [ - 96202.96994797394, - 95429.36528206516, - 95298.31391167105, - 95722.52420681882, - 96698.53122410455, - 97670.75658025674, - 97982.75724175654, - 97254.44540845447 - ], - "fuel": [ - 46.43113239671885, - 46.0349820612784, - 45.96809336835909, - 46.184841917465754, - 46.68607142126986, - 47.18888290544811, - 47.35098758914751, - 46.97314623026348 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 0.3125, 4.375 0.625, 4.6875 0.625, 4.6875 0.3125, 4.375 0.3125))", @@ -121941,68 +85666,7 @@ "id": "2152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.857018030794187, - 21.857018030794187, - 21.857018030794187, - 21.857018030794187, - 21.857018030794187, - 21.857018030794187, - 21.857018030794187, - 21.857018030794187 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 381.5902261640749, - -944.7470891884241, - -1697.9440359278906, - -1673.2908924827352, - -853.4510507025461, - 487.14501257906704, - 1579.8194618850994, - 1520.8898017095798 - ], - "relative wind speed": [ - 6.198167185006855, - 5.941534760637426, - 5.759004846786535, - 5.7672562108789815, - 5.960825851369907, - 6.216661963770649, - 6.3861243691573035, - 6.378673614610907 - ], - "relative wind angle": [ - 0.05062044003917981, - 0.05148883712061659, - 0.020635054336290738, - 0.02388504149402625, - 0.05263781451346644, - 0.049208241723225916, - 0.018608438517319605, - 0.021595204772912907 - ], - "resistance": [ - 97016.09022616409, - 95689.75291081159, - 94936.55596407212, - 94961.20910751728, - 95781.04894929747, - 97121.64501257909, - 98214.31946188511, - 98155.38980170959 - ], - "fuel": [ - 52.855042812616574, - 52.17319802390476, - 51.78890793438607, - 51.801452846323215, - 52.21992179878481, - 52.90958772604918, - 53.47665777558166, - 53.4459614516724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 0.3125, 4.6875 0.625, 5 0.625, 5 0.3125, 4.6875 0.3125))", @@ -122021,68 +85685,7 @@ "id": "2153", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.178059679506685, - 24.178059679506685, - 24.178059679506685, - 24.178059679506685, - 24.178059679506685, - 24.178059679506685, - 24.178059679506685, - 24.178059679506685 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 172.38825849354907, - -1184.6623729624043, - -1831.4194268336905, - -1703.2483596598431, - -707.4345132797243, - 723.9516441887899, - 1766.7000474860179, - 1459.6226515335147 - ], - "relative wind speed": [ - 6.799692980361832, - 6.55615872356223, - 6.40580746538045, - 6.444446410329028, - 6.646948407735889, - 6.8872730854630335, - 7.027330821781534, - 6.991913774259657 - ], - "relative wind angle": [ - 0.04572120554659823, - 0.04177702090221076, - 0.01193539391775932, - 0.025714088160366112, - 0.0467726212211868, - 0.03976745155332194, - 0.010879739476115795, - 0.023700280069305413 - ], - "resistance": [ - 96806.88825849356, - 95449.8376270376, - 94803.08057316633, - 94931.25164034017, - 95927.0654867203, - 97358.45164418881, - 98401.20004748603, - 98094.12265153353 - ], - "fuel": [ - 56.10170895985515, - 55.40520898181756, - 55.07567510205838, - 55.14085680781485, - 55.64936279077754, - 56.386754937245, - 56.92873662558405, - 56.76870895304896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 0, 4.375 0.3125, 4.6875 0.3125, 4.6875 0, 4.375 0))", @@ -122101,68 +85704,7 @@ "id": "2154", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.745492518978665, - 19.745492518978665, - 19.745492518978665, - 19.745492518978665, - 19.745492518978665, - 19.745492518978665, - 19.745492518978665, - 19.745492518978665 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -66.03303350097303, - -1166.9226103556957, - -1567.4067225228082, - -1356.1120613272724, - -386.28784804642237, - 836.6858218602938, - 1609.8637209551525, - 1105.223419608923 - ], - "relative wind speed": [ - 5.529230713297615, - 5.278103814789545, - 5.149238693036618, - 5.227653717837492, - 5.461028820468166, - 5.7041080090722, - 5.8207017567465265, - 5.750379523582544 - ], - "relative wind angle": [ - 0.060757949928654506, - 0.049576134425704674, - 0.006634966428804597, - 0.04080295204686495, - 0.06151769871198532, - 0.045870898414864955, - 0.005869562260881313, - 0.03709206080034688 - ], - "resistance": [ - 96568.46696649902, - 95467.5773896443, - 95067.0932774772, - 95278.38793867273, - 96248.21215195357, - 97471.1858218603, - 98244.36372095515, - 97739.72341960893 - ], - "fuel": [ - 49.88066101834623, - 49.31608652696298, - 49.111823024205904, - 49.219517688560614, - 49.71595806830037, - 50.346971786419324, - 50.74877734962967, - 50.48627344069965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.6875 0, 4.6875 0.3125, 5 0.3125, 5 0, 4.6875 0))", @@ -122181,68 +85723,7 @@ "id": "2155", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.42398673549153, - 21.42398673549153, - 21.42398673549153, - 21.42398673549153, - 21.42398673549153, - 21.42398673549153, - 21.42398673549153, - 21.42398673549153 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -175.23909038090642, - -1424.0849412231564, - -1819.5726511623252, - -1530.7212272149536, - -355.7590058737733, - 1060.0723659295782, - 1901.6396532493018, - 1211.4302549945132 - ], - "relative wind speed": [ - 5.979839854212392, - 5.713863980217863, - 5.588935029533869, - 5.687662270061665, - 5.944409411295611, - 6.200503717174564, - 6.313342471842943, - 6.2245470383670245 - ], - "relative wind angle": [ - 0.06060817563798267, - 0.047037640987047484, - 0.003175566176693897, - 0.042837041528710824, - 0.06096986528998989, - 0.04334353099445286, - 0.0028111933845198565, - 0.03914024846850063 - ], - "resistance": [ - 96459.26090961913, - 95210.41505877688, - 94814.92734883772, - 95103.7787727851, - 96278.74099412627, - 97694.57236592962, - 98536.13965324935, - 97845.93025499456 - ], - "fuel": [ - 51.98140486854368, - 51.34180450984481, - 51.14046415037367, - 51.287459324910735, - 51.8885922123354, - 52.61978294791108, - 53.05793576884409, - 52.69839141414262 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 4.6875, 5.625 5, 5.9375 5, 5.9375 4.6875, 5.625 4.6875))", @@ -122261,68 +85742,7 @@ "id": "2156", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.779375792594215, - 7.779375792594215, - 7.779375792594215, - 7.779375792594215, - 7.779375792594215, - 7.779375792594215, - 7.779375792594215, - 7.779375792594215 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1313.6638735937188, - 638.0074634173013, - -267.5871565650168, - -918.9657838762657, - -1034.498604597678, - -638.5136684470253, - 198.36429840044252, - 1048.4467649992546 - ], - "relative wind speed": [ - 2.7997724124837466, - 2.575500588126627, - 2.12704169434727, - 1.6575276890778379, - 1.530806026716703, - 1.8838496154673896, - 2.3786101579799763, - 2.7266636413532046 - ], - "relative wind angle": [ - 0.04685408085473737, - 0.21213899805718214, - 0.30353363371497244, - 0.21697423221156617, - 0.08576767920698151, - 0.2919861656816135, - 0.27057159636746064, - 0.1312417083576146 - ], - "resistance": [ - 97948.16387359373, - 97272.50746341732, - 96366.912843435, - 95715.53421612375, - 95600.00139540233, - 95995.986331553, - 96832.86429840045, - 97682.94676499927 - ], - "fuel": [ - 40.59561494297594, - 40.245111505616734, - 39.77798956897085, - 39.44388370202209, - 39.384789324911885, - 39.5875399753674, - 40.0179545483643, - 40.457828419626956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 4.6875, 5.9375 5, 6.25 5, 6.25 4.6875, 5.9375 4.6875))", @@ -122341,68 +85761,7 @@ "id": "2157", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.054859828715358, - 9.054859828715358, - 9.054859828715358, - 9.054859828715358, - 9.054859828715358, - 9.054859828715358, - 9.054859828715358, - 9.054859828715358 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1506.3770409617864, - 992.7510560126725, - -1.7572374275086986, - -885.8830216354147, - -1195.929305499186, - -973.9362891184505, - -148.1771353515128, - 865.112335170656 - ], - "relative wind speed": [ - 3.138955664469858, - 3.009880318063714, - 2.625501493916663, - 2.1502471761566033, - 1.892049326191433, - 2.091294763341968, - 2.5572710497110456, - 2.96805161641091 - ], - "relative wind angle": [ - 0.011197592855655343, - 0.1386688908206263, - 0.23977627174177796, - 0.21833219354190037, - 0.018577758193363048, - 0.20027532486763217, - 0.24630447755560136, - 0.1575714302592305 - ], - "resistance": [ - 98140.87704096179, - 97627.25105601267, - 96632.7427625725, - 95748.61697836459, - 95438.57069450081, - 95660.56371088154, - 96486.3228646485, - 97499.61233517066 - ], - "fuel": [ - 41.31255029948506, - 41.045578588905705, - 40.53144513482079, - 40.07746663873063, - 39.91895377488029, - 40.03241255453446, - 40.45606088089112, - 40.979387018597755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 4.375, 5.625 4.6875, 5.9375 4.6875, 5.9375 4.375, 5.625 4.375))", @@ -122421,68 +85780,7 @@ "id": "2158", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.504917077744155, - 8.504917077744155, - 8.504917077744155, - 8.504917077744155, - 8.504917077744155, - 8.504917077744155, - 8.504917077744155, - 8.504917077744155 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1483.408708048139, - 733.5980480246585, - -291.80615082879604, - -1041.0750396581566, - -1182.4512410889672, - -749.8558863952933, - 192.0940025967643, - 1158.3995279330793 - ], - "relative wind speed": [ - 3.024313177605526, - 2.796224412686644, - 2.3332801150694733, - 1.8475654026596129, - 1.7077271102344582, - 2.060080365705037, - 2.572665151917278, - 2.9409699356102554 - ], - "relative wind angle": [ - 0.041104305763606803, - 0.19946526864821423, - 0.2864565299165243, - 0.20621651925628012, - 0.07283789518963689, - 0.2723026543858362, - 0.2591544739982595, - 0.12898975739510882 - ], - "resistance": [ - 98117.9087080482, - 97368.09804802472, - 96342.69384917126, - 95593.4249603419, - 95452.04875891109, - 95884.64411360477, - 96826.59400259682, - 97792.89952793314 - ], - "fuel": [ - 41.021569729569784, - 40.632227888915644, - 40.10316986213373, - 39.719057997155986, - 39.6468159139973, - 39.86810299257637, - 40.35235097072539, - 40.85255068974026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 4.375, 5.9375 4.6875, 6.25 4.6875, 6.25 4.375, 5.9375 4.375))", @@ -122501,68 +85799,7 @@ "id": "2159", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.33621247038839, - 11.33621247038839, - 11.33621247038839, - 11.33621247038839, - 11.33621247038839, - 11.33621247038839, - 11.33621247038839, - 11.33621247038839 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1727.270058002544, - 1238.8756147189388, - 64.52504195819711, - -1043.8623894030516, - -1487.9685605206319, - -1278.0116111616212, - -326.1684279717033, - 902.6545183832768 - ], - "relative wind speed": [ - 3.7432424128138257, - 3.639694196057733, - 3.2773384976211, - 2.8214917339935344, - 2.55647049772003, - 2.7018570143486156, - 3.1315263912047486, - 3.5477583854889727 - ], - "relative wind angle": [ - 0.019821173797990845, - 0.10107258706546066, - 0.18211435175361154, - 0.16813826843485952, - 0.029024789508696133, - 0.1363460849298205, - 0.1906959669891849, - 0.13348534911233303 - ], - "resistance": [ - 98361.77005800253, - 97873.37561471893, - 96699.02504195819, - 95590.63761059694, - 95146.53143947935, - 95356.48838883836, - 96308.33157202828, - 97537.15451838326 - ], - "fuel": [ - 42.797904661639194, - 42.54362339771592, - 41.93583384822492, - 41.36689118925535, - 41.140211309357866, - 41.247285695359395, - 41.73476659731867, - 42.36908661692169 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 4.0625, 5.625 4.375, 5.9375 4.375, 5.9375 4.0625, 5.625 4.0625))", @@ -122581,68 +85818,7 @@ "id": "2160", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.392945445137876, - 8.392945445137876, - 8.392945445137876, - 8.392945445137876, - 8.392945445137876, - 8.392945445137876, - 8.392945445137876, - 8.392945445137876 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1126.1987871672018, - 124.71539971042603, - -808.3858273899516, - -1196.8391651295308, - -1013.2158219807516, - -215.568944827859, - 826.4830896313051, - 1548.608795691861 - ], - "relative wind speed": [ - 2.9102581917113177, - 2.515569421570522, - 1.9859802310582753, - 1.6474784124163213, - 1.8326947736546175, - 2.3452682919152608, - 2.80789162854436, - 3.018971307651991 - ], - "relative wind angle": [ - 0.14569519265795655, - 0.2763200115223847, - 0.2795872598736373, - 0.05390723326902407, - 0.23263409846041214, - 0.2969736400046517, - 0.19644270098986769, - 0.02940763000195338 - ], - "resistance": [ - 97760.69878716723, - 96759.21539971046, - 95826.11417261008, - 95437.6608348705, - 95621.28417801928, - 96418.93105517217, - 97460.98308963134, - 98183.1087956919 - ], - "fuel": [ - 40.78145723092892, - 40.26323353961007, - 39.78375316346231, - 39.58509891139326, - 39.67893354086593, - 40.08800081125655, - 40.62597618853718, - 41.00115491122051 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 4.0625, 5.9375 4.375, 6.25 4.375, 6.25 4.0625, 5.9375 4.0625))", @@ -122661,68 +85837,7 @@ "id": "2161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.868029923155524, - 11.868029923155524, - 11.868029923155524, - 11.868029923155524, - 11.868029923155524, - 11.868029923155524, - 11.868029923155524, - 11.868029923155524 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1934.1859883894322, - 826.5506804966426, - -611.7922074748963, - -1596.4887341456733, - -1717.780542572012, - -1021.5887356880066, - 347.0078976268096, - 1653.167064070164 - ], - "relative wind speed": [ - 3.947763172940512, - 3.6773691824623627, - 3.1889147441738555, - 2.7363996808591358, - 2.655151160832159, - 3.0185456187326025, - 3.5306493044317344, - 3.8918862448802014 - ], - "relative wind angle": [ - 0.044124863593797595, - 0.1586042286143004, - 0.20438658468985998, - 0.12256059185174947, - 0.06563207201844197, - 0.19361937970123344, - 0.18436389423398894, - 0.08606343925561284 - ], - "resistance": [ - 98568.68598838942, - 97461.05068049663, - 96022.70779252509, - 95038.01126585431, - 94916.71945742797, - 95612.91126431197, - 96981.5078976268, - 98287.66706407015 - ], - "fuel": [ - 43.27460556094849, - 42.69834149602789, - 41.95683501601, - 41.45363521068753, - 41.39190223207037, - 41.74698239212028, - 42.450268172904764, - 43.12796901419804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 3.75, 5.625 4.0625, 5.9375 4.0625, 5.9375 3.75, 5.625 3.75))", @@ -122741,68 +85856,7 @@ "id": "2162", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.804811914733824, - 8.804811914733824, - 8.804811914733824, - 8.804811914733824, - 8.804811914733824, - 8.804811914733824, - 8.804811914733824, - 8.804811914733824 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 734.6866862775782, - -301.9944285810875, - -1062.0651978637854, - -1205.728894737872, - -771.5408741414176, - 180.91218925109615, - 1157.0980457281048, - 1487.8198965178995 - ], - "relative wind speed": [ - 2.8671256894331876, - 2.413521364592153, - 1.9422070021497981, - 1.8067176976029948, - 2.1444840104215723, - 2.6446428894311516, - 3.007832001751729, - 3.091115098330965 - ], - "relative wind angle": [ - 0.18918297330728823, - 0.2696816314507026, - 0.1917750650688486, - 0.06618845590872642, - 0.2541545594403546, - 0.2456028429857996, - 0.12338753703579693, - 0.0386677102531834 - ], - "resistance": [ - 97369.1866862776, - 96332.50557141892, - 95572.43480213622, - 95428.77110526215, - 95862.9591258586, - 96815.41218925112, - 97791.59804572813, - 98122.31989651792 - ], - "fuel": [ - 40.782477444934614, - 40.24761863641641, - 39.85801328975265, - 39.78461414745334, - 40.006679606637576, - 40.496268930424925, - 41.00156044524688, - 41.1735522380345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 3.75, 5.9375 4.0625, 6.25 4.0625, 6.25 3.75, 5.9375 3.75))", @@ -122821,68 +85875,7 @@ "id": "2163", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.056765384475877, - 11.056765384475877, - 11.056765384475877, - 11.056765384475877, - 11.056765384475877, - 11.056765384475877, - 11.056765384475877, - 11.056765384475877 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1344.537530408316, - 72.1830354382605, - -1115.1796240706653, - -1584.8453285286546, - -1347.2443905803166, - -314.34394775651526, - 1010.0294095806507, - 1895.370585391372 - ], - "relative wind speed": [ - 3.6142393207400927, - 3.215130251957872, - 2.7091417320742726, - 2.4136790236729726, - 2.5851311118061124, - 3.067338617720094, - 3.5222407368527953, - 3.7309224467271886 - ], - "relative wind angle": [ - 0.11435944395779031, - 0.20637758903094133, - 0.19287997401196819, - 0.03131740306162273, - 0.16022085030098113, - 0.2164758170759636, - 0.14797548077976178, - 0.02025852163403728 - ], - "resistance": [ - 97979.03753040836, - 96706.6830354383, - 95519.32037592938, - 95049.65467147139, - 95287.25560941972, - 96320.15605224353, - 97644.52940958069, - 98529.87058539141 - ], - "fuel": [ - 42.41229077908069, - 41.75351067551635, - 41.14417013601761, - 40.904591176672, - 41.02569008445565, - 41.554573662809645, - 42.23851064069608, - 42.6993611017382 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 4.6875, 6.25 5, 6.5625 5, 6.5625 4.6875, 6.25 4.6875))", @@ -122901,68 +85894,7 @@ "id": "2164", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.507496305500393, - 10.507496305500393, - 10.507496305500393, - 10.507496305500393, - 10.507496305500393, - 10.507496305500393, - 10.507496305500393, - 10.507496305500393 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1599.9341425288135, - 1124.6518977167739, - 43.69332232844454, - -962.2232056404887, - -1353.3911170186452, - -1148.7641305116995, - -267.26811466604613, - 856.2999837383163 - ], - "relative wind speed": [ - 3.5073660189944027, - 3.3999630364063402, - 3.040009629209163, - 2.589450100917132, - 2.331591976417865, - 2.4855962839454415, - 2.9148377296186445, - 3.3215486915824473 - ], - "relative wind angle": [ - 0.018203851711935615, - 0.1092353485709252, - 0.1946584934068917, - 0.17896342148083824, - 0.0273855915619705, - 0.1496806485953971, - 0.20313210160249986, - 0.1392240878629525 - ], - "resistance": [ - 98234.43414252887, - 97759.15189771683, - 96678.1933223285, - 95672.27679435957, - 95281.10888298141, - 95485.73586948836, - 96367.23188533401, - 97490.79998373837 - ], - "fuel": [ - 42.19412143040696, - 41.94688060250153, - 41.38769804860916, - 40.8712405845188, - 40.67142399923504, - 40.77588063871717, - 41.227642222328214, - 41.80765577712173 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 4.6875, 6.5625 5, 6.875 5, 6.875 4.6875, 6.5625 4.6875))", @@ -122981,68 +85913,7 @@ "id": "2165", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.015962803406579, - 13.015962803406579, - 13.015962803406579, - 13.015962803406579, - 13.015962803406579, - 13.015962803406579, - 13.015962803406579, - 13.015962803406579 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1749.3219920888869, - 956.4467722850604, - -297.66243613380357, - -1307.8544075331492, - -1551.5082118398109, - -1152.7317192575592, - -37.859529480487254, - 1178.0445894097447 - ], - "relative wind speed": [ - 4.145406431691647, - 3.98051415724326, - 3.611925030282531, - 3.2292786637684983, - 3.0862043143047884, - 3.2961429880285746, - 3.6963561961968026, - 4.034948681863687 - ], - "relative wind angle": [ - 0.010292584750303545, - 0.10184138720868365, - 0.1471667888250963, - 0.10683422731281654, - 0.013825252173994515, - 0.12308456181376551, - 0.14378160756376876, - 0.08544369703696106 - ], - "resistance": [ - 98383.82199208892, - 97590.9467722851, - 96336.83756386624, - 95326.6455924669, - 95082.99178816023, - 95481.76828074249, - 96596.64047051956, - 97812.5445894098 - ], - "fuel": [ - 44.03747356276752, - 43.62504929326581, - 42.9774844454774, - 42.460123066465115, - 42.335906204028234, - 42.53932107431556, - 43.11115421044834, - 43.74008072448649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 4.375, 6.25 4.6875, 6.5625 4.6875, 6.5625 4.375, 6.25 4.375))", @@ -123061,68 +85932,7 @@ "id": "2166", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.871606382373002, - 13.871606382373002, - 13.871606382373002, - 13.871606382373002, - 13.871606382373002, - 13.871606382373002, - 13.871606382373002, - 13.871606382373002 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1803.2454900028106, - 1774.0053322851227, - 531.1272256015955, - -911.7171155510414, - -1759.028580531196, - -1746.5153656491893, - -868.1409990133789, - 581.8486664451684 - ], - "relative wind speed": [ - 4.398948533459399, - 4.393700870932856, - 4.104356791139541, - 3.662584959261173, - 3.319776940547817, - 3.326719073168258, - 3.6777605232048964, - 4.11790463114573 - ], - "relative wind angle": [ - 0.04898408958087956, - 0.05233672491974175, - 0.13205944265387182, - 0.14644653454499296, - 0.06492717395845034, - 0.069146268404147, - 0.14748356272555355, - 0.13015592636826975 - ], - "resistance": [ - 98437.7454900028, - 98408.5053322851, - 97165.62722560158, - 95722.78288444894, - 94875.47141946878, - 94887.9846343508, - 95766.3590009866, - 97216.34866644515 - ], - "fuel": [ - 44.76262741863755, - 44.74737036318577, - 44.101797722202605, - 43.35956879615205, - 42.92730458036719, - 42.933668884052, - 43.38187180558913, - 44.12803082432008 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 4.375, 6.5625 4.6875, 6.875 4.6875, 6.875 4.375, 6.5625 4.375))", @@ -123141,68 +85951,7 @@ "id": "2167", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.02369478317222, - 16.02369478317222, - 16.02369478317222, - 16.02369478317222, - 16.02369478317222, - 16.02369478317222, - 16.02369478317222, - 16.02369478317222 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2169.8680469249957, - 1284.8046131570773, - -252.66811913819038, - -1568.3078194304499, - -1930.4609119448896, - -1546.825224521319, - -216.58367908016407, - 1315.413966012955 - ], - "relative wind speed": [ - 4.984469936277303, - 4.839826132480203, - 4.478123359624676, - 4.087572454564779, - 3.9175950765512546, - 4.094945022443232, - 4.487638900965037, - 4.846054390754827 - ], - "relative wind angle": [ - 0.0009613494962422192, - 0.07871751846937249, - 0.11940435416532896, - 0.09157810169518944, - 0.0012231529870614705, - 0.09307471088878849, - 0.1191499641851184, - 0.0772134988220034 - ], - "resistance": [ - 98804.36804692498, - 97919.30461315706, - 96381.83188086179, - 95066.19218056953, - 94704.0390880551, - 95087.67477547866, - 96417.91632091982, - 97949.91396601294 - ], - "fuel": [ - 46.92053116877457, - 46.458920804898305, - 45.6639719702626, - 44.99070548480038, - 44.80650746638654, - 45.00164727865575, - 45.68252859902608, - 46.474836643463696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 4.0625, 6.25 4.375, 6.5625 4.375, 6.5625 4.0625, 6.25 4.0625))", @@ -123221,68 +85970,7 @@ "id": "2168", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.48131283523905, - 17.48131283523905, - 17.48131283523905, - 17.48131283523905, - 17.48131283523905, - 17.48131283523905, - 17.48131283523905, - 17.48131283523905 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2737.6426027761736, - 1552.8749025634697, - -406.4329497489143, - -2030.9031966935772, - -2448.148382933343, - -1888.9518930461818, - -168.2044327860167, - 1755.2719435871713 - ], - "relative wind speed": [ - 5.47492408736938, - 5.292905686697194, - 4.86640730517415, - 4.417485038757141, - 4.2371006253514985, - 4.462394521278905, - 4.924012125488641, - 5.330444766074246 - ], - "relative wind angle": [ - 0.005303373024719033, - 0.08667260670874058, - 0.12752812529186286, - 0.09456416857610103, - 0.00685271803240522, - 0.10285613444022719, - 0.1260282075683369, - 0.07833123929830393 - ], - "resistance": [ - 99372.14260277622, - 98187.37490256352, - 96228.06705025113, - 94603.59680330647, - 94186.3516170667, - 94745.54810695387, - 96466.29556721402, - 98389.77194358721 - ], - "fuel": [ - 48.72331178496173, - 48.1035463453167, - 47.090071375310416, - 46.26062657093268, - 46.04916864375431, - 46.33271451981542, - 47.21253503659421, - 48.2090526102499 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 4.0625, 6.5625 4.375, 6.875 4.375, 6.875 4.0625, 6.5625 4.0625))", @@ -123301,68 +85989,7 @@ "id": "2169", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.891644010432543, - 17.891644010432543, - 17.891644010432543, - 17.891644010432543, - 17.891644010432543, - 17.891644010432543, - 17.891644010432543, - 17.891644010432543 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2512.909605090217, - 977.7799031880477, - -1004.4708563662389, - -2324.008561948078, - -2451.5951503021697, - -1457.0752896979448, - 452.29795930169166, - 2212.8992790734337 - ], - "relative wind speed": [ - 5.554429432240411, - 5.28589466082799, - 4.831891147856424, - 4.445443898087252, - 4.391496603660995, - 4.711289247364752, - 5.175882212045722, - 5.5113480462282 - ], - "relative wind angle": [ - 0.03118225112583522, - 0.10117008361395201, - 0.12070624825144646, - 0.06504748061194628, - 0.03944360520946653, - 0.11355952257156161, - 0.1126487267333277, - 0.052454245559505105 - ], - "resistance": [ - 99147.40960509023, - 97612.27990318806, - 95630.02914363377, - 94310.49143805193, - 94182.90484969785, - 95177.42471030208, - 97086.79795930171, - 98847.39927907345 - ], - "fuel": [ - 49.05430044061613, - 48.253541083549706, - 47.23252516839413, - 46.560964882560725, - 46.49637498563675, - 47.001448435137156, - 47.981452081213334, - 48.89711866246317 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 3.75, 6.25 4.0625, 6.5625 4.0625, 6.5625 3.75, 6.25 3.75))", @@ -123381,68 +86008,7 @@ "id": "2170", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.175767961822636, - 18.175767961822636, - 18.175767961822636, - 18.175767961822636, - 18.175767961822636, - 18.175767961822636, - 18.175767961822636, - 18.175767961822636 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2465.528376035614, - 400.84127370465103, - -1753.77094397771, - -2805.6478581020947, - -2593.8759009636997, - -1008.4628596347211, - 1267.0697737344963, - 2962.188817415352 - ], - "relative wind speed": [ - 5.6471436133542285, - 5.256409267603875, - 4.731969666228714, - 4.386781570327089, - 4.475562096218123, - 4.9285950004438295, - 5.434091473727979, - 5.71638299287149 - ], - "relative wind angle": [ - 0.06262816411904323, - 0.12688347333003683, - 0.12442214512166835, - 0.03769600339442957, - 0.07905319483665606, - 0.13537312080835565, - 0.108278074415651, - 0.02892528869795396 - ], - "resistance": [ - 99100.02837603565, - 97035.34127370469, - 94880.72905602233, - 93828.85214189795, - 94040.62409903634, - 95626.03714036533, - 97901.56977373455, - 99596.6888174154 - ], - "fuel": [ - 49.34681837108184, - 48.27222781909621, - 47.1677486234779, - 46.63481955904307, - 46.741781933491666, - 47.54784795561588, - 48.7211350916306, - 49.607677916297895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 3.75, 6.5625 4.0625, 6.875 4.0625, 6.875 3.75, 6.5625 3.75))", @@ -123461,68 +86027,7 @@ "id": "2171", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.50467024758207, - 18.50467024758207, - 18.50467024758207, - 18.50467024758207, - 18.50467024758207, - 18.50467024758207, - 18.50467024758207, - 18.50467024758207 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2714.1902388377857, - 694.305092106375, - -1578.101375650278, - -2842.947310653648, - -2761.8025639890784, - -1292.5672776009724, - 1026.164008653819, - 2904.4575425713483 - ], - "relative wind speed": [ - 5.771002113611085, - 5.408424916399466, - 4.880585230823811, - 4.493661910342602, - 4.527077452325704, - 4.954577235075544, - 5.475288436176116, - 5.797059452014916 - ], - "relative wind angle": [ - 0.051926827561710895, - 0.12091257206229561, - 0.12800468935673806, - 0.05092650441384397, - 0.06621361485973219, - 0.1320504285163702, - 0.11403701245166235, - 0.039469491635649806 - ], - "resistance": [ - 99348.6902388378, - 97328.80509210637, - 95056.39862434972, - 93791.55268934635, - 93872.69743601092, - 95341.93272239903, - 97660.66400865382, - 99538.95754257136 - ], - "fuel": [ - 49.8513302849273, - 48.79802010257372, - 47.631174776024444, - 46.990020219730326, - 47.03097405276874, - 47.77673657602808, - 48.97003244234419, - 49.951331426303774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 3.4375, 6.25 3.75, 6.5625 3.75, 6.5625 3.4375, 6.25 3.4375))", @@ -123541,68 +86046,7 @@ "id": "2172", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.679366213810562, - 15.679366213810562, - 15.679366213810562, - 15.679366213810562, - 15.679366213810562, - 15.679366213810562, - 15.679366213810562, - 15.679366213810562 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2571.9260057683996, - 948.2711919623462, - -1061.3295517966699, - -2350.3132495069785, - -2434.396862474613, - -1352.090983483543, - 609.4573891548107, - 2375.8676794244266 - ], - "relative wind speed": [ - 5.0320995535066455, - 4.712100505089725, - 4.181585535098527, - 3.7324525999068046, - 3.6908911221279754, - 4.091553741763393, - 4.63239091662822, - 5.001349895903485 - ], - "relative wind angle": [ - 0.04533923773619619, - 0.1354119513676242, - 0.16129432334917762, - 0.08411415567132526, - 0.061832980070625605, - 0.1561063512634979, - 0.14547995357298024, - 0.06274062986516359 - ], - "resistance": [ - 99206.42600576839, - 97582.77119196233, - 95573.17044820331, - 94284.18675049301, - 94200.10313752537, - 95282.40901651644, - 97243.95738915479, - 99010.36767942441 - ], - "fuel": [ - 46.796077691272416, - 45.949052438641694, - 44.91427203847266, - 44.25846122935704, - 44.21589586096961, - 44.765798050713244, - 45.7735377615314, - 46.69327759869795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 3.4375, 6.5625 3.75, 6.875 3.75, 6.875 3.4375, 6.5625 3.4375))", @@ -123621,68 +86065,7 @@ "id": "2173", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.383540139785229, - 15.383540139785229, - 15.383540139785229, - 15.383540139785229, - 15.383540139785229, - 15.383540139785229, - 15.383540139785229, - 15.383540139785229 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2425.0897081010007, - 560.7485339571631, - -1453.380302628576, - -2521.173163828319, - -2391.021526593958, - -1006.6112248385361, - 1082.0001498511192, - 2727.9186968366994 - ], - "relative wind speed": [ - 4.947706564883439, - 4.548727349997288, - 3.975899473415996, - 3.5624216574514884, - 3.6284968387474508, - 4.117629057646835, - 4.673115977405367, - 4.995492117450642 - ], - "relative wind angle": [ - 0.07136495116236709, - 0.1583977477799429, - 0.1672577288812428, - 0.06139404651263047, - 0.0973823158003633, - 0.1751446010178849, - 0.1421186835790924, - 0.04376824289953052 - ], - "resistance": [ - 99059.589708101, - 97195.24853395716, - 95181.11969737142, - 94113.32683617168, - 94243.47847340604, - 95627.88877516147, - 97716.50014985111, - 99362.4186968367 - ], - "fuel": [ - 46.43740292800981, - 45.466670362863134, - 44.43247968654496, - 43.890324948739874, - 43.95618030977383, - 44.660578477200126, - 45.73677519439414, - 46.596302156355975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 3.125, 6.25 3.4375, 6.5625 3.4375, 6.5625 3.125, 6.25 3.125))", @@ -123701,68 +86084,7 @@ "id": "2174", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.902321351395564, - 10.902321351395564, - 10.902321351395564, - 10.902321351395564, - 10.902321351395564, - 10.902321351395564, - 10.902321351395564, - 10.902321351395564 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1758.6884754563853, - 590.0988191315755, - -762.130061191096, - -1575.5005391143973, - -1577.3431929576454, - -768.2480943538976, - 582.9134286530407, - 1754.438712413892 - ], - "relative wind speed": [ - 3.6856429553960752, - 3.3605056516780323, - 2.8366362818852884, - 2.397130983486591, - 2.395758535629275, - 2.833835690498171, - 3.3581419803208514, - 3.684750466952932 - ], - "relative wind angle": [ - 0.0724226582387983, - 0.19357970907720837, - 0.2303139829405109, - 0.11258563286507617, - 0.11154908326673443, - 0.23015207506532886, - 0.1940472730143821, - 0.07315368433192927 - ], - "resistance": [ - 98393.18847545641, - 97224.5988191316, - 95872.36993880893, - 95058.99946088564, - 95057.15680704238, - 95866.25190564613, - 97217.41342865308, - 98388.93871241392 - ], - "fuel": [ - 42.52728314558553, - 41.920202312252634, - 41.22406314753917, - 40.80861015624601, - 40.80767176117605, - 41.22092899268033, - 41.916485229533016, - 42.525066192930275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 3.125, 6.5625 3.4375, 6.875 3.4375, 6.875 3.125, 6.5625 3.125))", @@ -123781,68 +86103,7 @@ "id": "2175", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.2133898008773, - 10.2133898008773, - 10.2133898008773, - 10.2133898008773, - 10.2133898008773, - 10.2133898008773, - 10.2133898008773, - 10.2133898008773 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1759.398972352727, - 617.485736194656, - -707.6414841108817, - -1514.7523717891997, - -1526.031388436141, - -744.5192729001269, - 574.0130020237052, - 1733.4684761134154 - ], - "relative wind speed": [ - 3.5292709667945434, - 3.198409683755746, - 2.65367962686718, - 2.1816741214925974, - 2.17251745295597, - 2.6354811961603244, - 3.1833268883995016, - 3.5236179798705036 - ], - "relative wind angle": [ - 0.07726741584427896, - 0.21253225099785186, - 0.25979585999363, - 0.13303801749246072, - 0.12572761390496753, - 0.2588726425506444, - 0.2158139824585388, - 0.08222131272807899 - ], - "resistance": [ - 98393.89897235272, - 97251.98573619465, - 95926.85851588911, - 95119.74762821078, - 95108.46861156385, - 95889.98072709986, - 97208.5130020237, - 98367.9684761134 - ], - "fuel": [ - 42.09742022750596, - 41.50413806581971, - 40.821749212580336, - 40.409320446729396, - 40.403574111478186, - 40.802852039061406, - 41.48164763983358, - 42.08389417249427 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 0.9375, 5 1.25, 5.3125 1.25, 5.3125 0.9375, 5 0.9375))", @@ -123861,68 +86122,7 @@ "id": "2176", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.090192979094255, - 16.090192979094255, - 16.090192979094255, - 16.090192979094255, - 16.090192979094255, - 16.090192979094255, - 16.090192979094255, - 16.090192979094255 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 384.658769990634, - -810.1004447316282, - -1500.101191986565, - -1484.162589698576, - -752.4913169574547, - 451.40269647433524, - 1447.2760007134766, - 1409.5430205673802 - ], - "relative wind speed": [ - 4.634944065666252, - 4.320190473971237, - 4.088232363912924, - 4.0956098257903015, - 4.337027351797418, - 4.650641569794635, - 4.855807747506965, - 4.8495868790015155 - ], - "relative wind angle": [ - 0.08294482250742768, - 0.08743383325144286, - 0.03657841964550386, - 0.04049682432330078, - 0.08865691253753435, - 0.08120700622019082, - 0.030794334110397528, - 0.034198002677304766 - ], - "resistance": [ - 97019.15876999061, - 95824.39955526835, - 95134.3988080134, - 95150.33741030139, - 95882.00868304251, - 97085.90269647431, - 98081.77600071345, - 98044.04302056735 - ], - "fuel": [ - 46.05805203707211, - 45.44354292343229, - 45.091069453036965, - 45.099191389484545, - 45.473051557800616, - 46.09253757334601, - 46.60905850062342, - 46.58942060024695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 0.9375, 5.3125 1.25, 5.625 1.25, 5.625 0.9375, 5.3125 0.9375))", @@ -123941,68 +86141,7 @@ "id": "2177", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.975861297152825, - 14.975861297152825, - 14.975861297152825, - 14.975861297152825, - 14.975861297152825, - 14.975861297152825, - 14.975861297152825, - 14.975861297152825 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 251.54181296056868, - -916.336483929098, - -1515.002771042652, - -1430.7001224992655, - -614.307735152519, - 601.7920273420696, - 1532.6644331262514, - 1333.7311473394047 - ], - "relative wind speed": [ - 4.303790790313769, - 3.9642936100702144, - 3.735656299327174, - 3.7778833006090102, - 4.059752654447716, - 4.391876928517164, - 4.587927505462799, - 4.553219141339945 - ], - "relative wind angle": [ - 0.09922022038657036, - 0.09807839995278808, - 0.032840482111751564, - 0.05686747773847845, - 0.10520597291062218, - 0.08850333460046302, - 0.02673828648034738, - 0.047175982383800184 - ], - "resistance": [ - 96886.04181296054, - 95718.16351607087, - 95119.49722895732, - 95203.7998775007, - 96020.19226484746, - 97236.29202734205, - 98167.16443312622, - 97968.23114733938 - ], - "fuel": [ - 44.928198573956266, - 44.328035398216, - 44.022353288592235, - 44.06531798152528, - 44.48275897205039, - 45.10917860235863, - 45.592394426033835, - 45.48885726102881 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 0.625, 5 0.9375, 5.3125 0.9375, 5.3125 0.625, 5 0.625))", @@ -124021,68 +86160,7 @@ "id": "2178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.743026100423833, - 18.743026100423833, - 18.743026100423833, - 18.743026100423833, - 18.743026100423833, - 18.743026100423833, - 18.743026100423833, - 18.743026100423833 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 340.2180221038998, - -1050.5717230130795, - -1796.6471036204002, - -1729.8984338221908, - -807.3421221966873, - 621.7982602476623, - 1745.3273144035138, - 1586.8079816681839 - ], - "relative wind speed": [ - 5.350342435786744, - 5.031827392029581, - 4.812571919350453, - 4.838928896231872, - 5.09248712642139, - 5.40743029633936, - 5.603457935420547, - 5.580712898022993 - ], - "relative wind angle": [ - 0.07400029098386741, - 0.07382467275200424, - 0.026870252626918688, - 0.03891897676297359, - 0.0777546411979622, - 0.06868838961851599, - 0.023076989466044258, - 0.03374378164308585 - ], - "resistance": [ - 96974.7180221039, - 95583.92827698692, - 94837.8528963796, - 94904.60156617781, - 95827.15787780331, - 97256.29826024765, - 98379.82731440352, - 98221.30798166819 - ], - "fuel": [ - 48.89044649839685, - 48.17584882746246, - 47.79547614918522, - 47.829422355097044, - 48.300302617250935, - 49.03600056146257, - 49.61971080301027, - 49.537070194390004 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 0.625, 5.3125 0.9375, 5.625 0.9375, 5.625 0.625, 5.3125 0.625))", @@ -124101,68 +86179,7 @@ "id": "2179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.747479527090487, - 15.747479527090487, - 15.747479527090487, - 15.747479527090487, - 15.747479527090487, - 15.747479527090487, - 15.747479527090487, - 15.747479527090487 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -82.41168346848553, - -1134.278123517809, - -1496.9878302401794, - -1269.486116602974, - -310.25208728925463, - 872.1216030018386, - 1603.5976081586887, - 1064.3881193469933 - ], - "relative wind speed": [ - 4.424073596087047, - 4.117300142277415, - 3.9635509310214725, - 4.0709887197903, - 4.363042678354912, - 4.653644607739546, - 4.785272470188065, - 4.694211269220966 - ], - "relative wind angle": [ - 0.0930056602295938, - 0.0758997996752923, - 0.007732986795133106, - 0.06609028069877501, - 0.09431048180379832, - 0.06713812351288538, - 0.006405067067158844, - 0.05730550985815681 - ], - "resistance": [ - 96552.08831653153, - 95500.2218764822, - 95137.51216975984, - 95365.01388339704, - 96324.24791271077, - 97506.62160300185, - 98238.0976081587, - 97698.88811934702 - ], - "fuel": [ - 45.4821281264782, - 44.942662573288516, - 44.75759603331676, - 44.873617734408725, - 45.36492743564465, - 45.975238134191656, - 46.3554117294996, - 46.07497286532316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 0.3125, 5 0.625, 5.3125 0.625, 5.3125 0.3125, 5 0.3125))", @@ -124181,68 +86198,7 @@ "id": "2180", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.5020540796397, - 18.5020540796397, - 18.5020540796397, - 18.5020540796397, - 18.5020540796397, - 18.5020540796397, - 18.5020540796397, - 18.5020540796397 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 217.53270083127063, - -1045.9361468035095, - -1672.2440487104068, - -1567.9161874189122, - -664.5799394629012, - 658.8984693754028, - 1648.3304861634824, - 1400.2542635798873 - ], - "relative wind speed": [ - 5.253521758750633, - 4.95666461453007, - 4.765198328447884, - 4.806833889087812, - 5.052789067162185, - 5.344309508810798, - 5.5157096658052565, - 5.479463129688617 - ], - "relative wind angle": [ - 0.07150403538730943, - 0.06795192435965734, - 0.021120046325739716, - 0.04041975974332568, - 0.07434982889159363, - 0.06301629859009454, - 0.01824594072624212, - 0.03545582280271128 - ], - "resistance": [ - 96852.03270083127, - 95588.5638531965, - 94962.2559512896, - 95066.58381258108, - 95969.9200605371, - 97293.3984693754, - 98282.83048616348, - 98034.75426357989 - ], - "fuel": [ - 48.54860891113639, - 47.89970712476786, - 47.580245307800006, - 47.63335865884776, - 48.09494102121185, - 48.776688807154386, - 49.290620972508485, - 49.16142269916121 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 0.3125, 5.3125 0.625, 5.625 0.625, 5.625 0.3125, 5.3125 0.3125))", @@ -124261,68 +86217,7 @@ "id": "2181", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.276192786860912, - 13.276192786860912, - 13.276192786860912, - 13.276192786860912, - 13.276192786860912, - 13.276192786860912, - 13.276192786860912, - 13.276192786860912 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -181.03810346890714, - -936.5328092531436, - -1134.4292594976223, - -895.5300329866295, - -112.00915281755078, - 774.2640362834709, - 1242.813689823859, - 715.9280804474975 - ], - "relative wind speed": [ - 3.695717378257305, - 3.425600681064051, - 3.3144552009288195, - 3.442350212727556, - 3.7176620263128104, - 3.9679463020225993, - 4.061246680869953, - 3.9534241986885066 - ], - "relative wind angle": [ - 0.10120785892583292, - 0.0748695319853312, - 0.003327377741042752, - 0.07904873514208499, - 0.10060841833999626, - 0.06462083375793659, - 0.002715530114277144, - 0.06881244136163647 - ], - "resistance": [ - 96453.46189653108, - 95697.96719074684, - 95500.07074050236, - 95738.96996701336, - 96522.49084718243, - 97408.76403628345, - 97877.31368982384, - 97350.42808044748 - ], - "fuel": [ - 43.244340551210705, - 42.856734384557356, - 42.75555474354367, - 42.87771633145353, - 43.27986171207997, - 43.737498523797555, - 43.98062030308384, - 43.70728625726946 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 0, 5 0.3125, 5.3125 0.3125, 5.3125 0, 5 0))", @@ -124341,68 +86236,7 @@ "id": "2182", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.70806828298623, - 19.70806828298623, - 19.70806828298623, - 19.70806828298623, - 19.70806828298623, - 19.70806828298623, - 19.70806828298623, - 19.70806828298623 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 397.64037087458746, - -763.4372183379564, - -1458.2747776924498, - -1466.4626275814699, - -793.6814881301125, - 362.66614192069574, - 1340.7691084095331, - 1360.3203146580618 - ], - "relative wind speed": [ - 5.609525558874897, - 5.362643069560231, - 5.178823411434781, - 5.175778775390819, - 5.355542008677757, - 5.602737412272731, - 5.773075027709057, - 5.775804815832753 - ], - "relative wind angle": [ - 0.05300723473692641, - 0.055987767275390767, - 0.02455995484969356, - 0.023230956673714876, - 0.05552360057742981, - 0.05358617037813741, - 0.022031442712894245, - 0.02081721346643066 - ], - "resistance": [ - 97032.14037087456, - 95871.06278166201, - 95176.22522230752, - 95168.0373724185, - 95840.81851186986, - 96997.16614192066, - 97975.2691084095, - 97994.82031465803 - ], - "fuel": [ - 50.0738218106849, - 49.47650756463829, - 49.1214489067756, - 49.11727566445087, - 49.461015491152935, - 50.055756106477546, - 50.56270494671155, - 50.57287458853617 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 0, 5.3125 0.3125, 5.625 0.3125, 5.625 0, 5.3125 0))", @@ -124421,68 +86255,7 @@ "id": "2183", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.422759808613579, - 12.422759808613579, - 12.422759808613579, - 12.422759808613579, - 12.422759808613579, - 12.422759808613579, - 12.422759808613579, - 12.422759808613579 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 148.7645849776918, - -435.58195958843044, - -752.9765688807902, - -728.5682342729324, - -346.4266349491554, - 251.9554756770367, - 726.0901197547728, - 668.0693786678194 - ], - "relative wind speed": [ - 3.5436690142900877, - 3.342365593361524, - 3.202674347851515, - 3.2171899794621948, - 3.375853140167033, - 3.575271562710777, - 3.7009257664034774, - 3.6883144040148386 - ], - "relative wind angle": [ - 0.07038071835019875, - 0.07057676525196344, - 0.026270624179721456, - 0.03628950891990872, - 0.07388561850445469, - 0.06597222668792162, - 0.022733183154837397, - 0.031652430067939254 - ], - "resistance": [ - 96783.26458497769, - 96198.91804041158, - 95881.5234311192, - 95905.93176572707, - 96288.07336505085, - 96886.45547567704, - 97360.59011975478, - 97302.56937866782 - ], - "fuel": [ - 42.75240624180806, - 42.45170436303281, - 42.28890714310201, - 42.301413297617714, - 42.4975011176586, - 42.80563977002152, - 43.05074292749843, - 43.020704277715346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 0.3125, 5.625 0.625, 5.9375 0.625, 5.9375 0.3125, 5.625 0.3125))", @@ -124501,68 +86274,7 @@ "id": "2184", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.591954211354379, - 12.591954211354379, - 12.591954211354379, - 12.591954211354379, - 12.591954211354379, - 12.591954211354379, - 12.591954211354379, - 12.591954211354379 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -365.13513517205956, - -879.1119594437469, - -940.5165064591938, - -587.1429057711448, - 127.1615229873405, - 799.4532624186932, - 944.8471536591451, - 384.36659650464117 - ], - "relative wind speed": [ - 3.4293543564780777, - 3.2218065387963803, - 3.1854953738953538, - 3.346459112566301, - 3.594212066630897, - 3.7813746586101726, - 3.8120140221543797, - 3.6715178183051593 - ], - "relative wind angle": [ - 0.09149983823341959, - 0.050630109571015026, - 0.025982914970233712, - 0.08379540306422366, - 0.08729201276056507, - 0.04313280742358645, - 0.02171178929805399, - 0.07636139633527556 - ], - "resistance": [ - 96269.36486482795, - 95755.38804055627, - 95693.98349354081, - 96047.35709422886, - 96761.66152298736, - 97433.95326241871, - 97579.34715365915, - 97018.86659650465 - ], - "fuel": [ - 42.615279171163934, - 42.351704764386604, - 42.32028139970488, - 42.50130992535723, - 42.86865736527176, - 43.21613319067573, - 43.291501612400836, - 43.00139587745817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 0.3125, 5.9375 0.625, 6.25 0.625, 6.25 0.3125, 5.9375 0.3125))", @@ -124581,68 +86293,7 @@ "id": "2185", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.310267008258565, - 13.310267008258565, - 13.310267008258565, - 13.310267008258565, - 13.310267008258565, - 13.310267008258565, - 13.310267008258565, - 13.310267008258565 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -547.0084416076916, - -1061.5144206609239, - -1066.481292469096, - -564.9132365111891, - 290.3924698031533, - 1017.1967207807629, - 1028.9434582280737, - 311.1419570050839 - ], - "relative wind speed": [ - 3.579389446930163, - 3.37254516967359, - 3.3697601152682863, - 3.5730512823192653, - 3.844673129563825, - 4.027341476023165, - 4.029672077419225, - 3.8505642209813566 - ], - "relative wind angle": [ - 0.09237376501136078, - 0.041316154358086055, - 0.039529532648156084, - 0.091824360466859, - 0.08598360222933994, - 0.034595712655611, - 0.033053460394287214, - 0.08518982768572173 - ], - "resistance": [ - 96087.49155839233, - 95572.98557933909, - 95568.01870753092, - 96069.58676348883, - 96924.89246980316, - 97651.69672078078, - 97663.44345822808, - 96945.6419570051 - ], - "fuel": [ - 43.08373383819716, - 42.82023677671894, - 42.81769786303363, - 43.074547604276674, - 43.514703312530486, - 43.89086924620211, - 43.89696504691926, - 43.5254151920781 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 0, 5.625 0.3125, 5.9375 0.3125, 5.9375 0, 5.625 0))", @@ -124661,68 +86312,7 @@ "id": "2186", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.699115634845361, - 10.699115634845361, - 10.699115634845361, - 10.699115634845361, - 10.699115634845361, - 10.699115634845361, - 10.699115634845361, - 10.699115634845361 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -101.88028654772143, - -509.30198061221336, - -615.1931441291881, - -488.2247812064261, - -66.31497703336663, - 410.86715925617045, - 662.5550574994359, - 380.9148565292189 - ], - "relative wind speed": [ - 2.9753877808093487, - 2.796169911228467, - 2.722975150862862, - 2.80671633003367, - 2.9893977436609886, - 3.157667674650956, - 3.220999479009328, - 3.1482971204632695 - ], - "relative wind angle": [ - 0.08378890143496559, - 0.0612319837805326, - 0.0025815640287836297, - 0.06455055793037744, - 0.08339530549301302, - 0.0542146695242532, - 0.0021824072058775094, - 0.057538804009668265 - ], - "resistance": [ - 96532.61971345228, - 96125.19801938778, - 96019.30685587082, - 96146.27521879357, - 96568.18502296663, - 97045.36715925617, - 97297.05505749944, - 97015.41485652921 - ], - "fuel": [ - 41.43296351162877, - 41.2235521714161, - 41.16922612909775, - 41.2343705251175, - 41.45127309549485, - 41.697389228345706, - 41.827543553057765, - 41.681915812531294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 0, 5.9375 0.3125, 6.25 0.3125, 6.25 0, 5.9375 0))", @@ -124741,68 +86331,7 @@ "id": "2187", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.833596101215717, - 12.833596101215717, - 12.833596101215717, - 12.833596101215717, - 12.833596101215717, - 12.833596101215717, - 12.833596101215717, - 12.833596101215717 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -135.95883138854697, - -573.0960530049606, - -679.4345360326079, - -528.6090022629005, - -60.67607682194466, - 456.5535215705813, - 710.4789435076527, - 393.40224889427463 - ], - "relative wind speed": [ - 3.559702264461007, - 3.3997937913732605, - 3.3390498076899373, - 3.4180748790375817, - 3.5843751253408325, - 3.736392300991794, - 3.790774542562076, - 3.7196759767570002 - ], - "relative wind angle": [ - 0.06349282633095676, - 0.044419979191917945, - 0.003702009680057878, - 0.04930222652318874, - 0.06305519457059332, - 0.040416050271881644, - 0.003260860872446829, - 0.04530181453911522 - ], - "resistance": [ - 96498.54116861144, - 96061.40394699502, - 95955.06546396737, - 96105.89099773708, - 96573.82392317805, - 97091.05352157056, - 97344.97894350764, - 97027.90224889426 - ], - "fuel": [ - 42.91832891205439, - 42.693723639633134, - 42.63919343724443, - 42.716549011129246, - 42.9570816814262, - 43.22390247683451, - 43.3552581076327, - 43.191271575731626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 0.3125, 6.25 0.625, 6.5625 0.625, 6.5625 0.3125, 6.25 0.3125))", @@ -124821,68 +86350,7 @@ "id": "2188", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.34924290836684, - 16.34924290836684, - 16.34924290836684, - 16.34924290836684, - 16.34924290836684, - 16.34924290836684, - 16.34924290836684, - 16.34924290836684 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -532.8173314163632, - -1073.9301292904775, - -1097.7579439139172, - -620.5507112670584, - 234.79307207842248, - 979.8059253356314, - 1036.6282716060905, - 336.2716693985112 - ], - "relative wind speed": [ - 4.450966527022539, - 4.2801871810823275, - 4.269482425987695, - 4.426076036744422, - 4.6483719541625295, - 4.806085990056603, - 4.815598058715248, - 4.67207831332873 - ], - "relative wind angle": [ - 0.061401149017521216, - 0.028789503487784234, - 0.023162051690743615, - 0.059466121244762124, - 0.0587905112531995, - 0.02563852201314461, - 0.020534953158662304, - 0.05633160043851023 - ], - "resistance": [ - 96101.68266858363, - 95560.56987070951, - 95536.74205608606, - 96013.94928873293, - 96869.2930720784, - 97614.30592533562, - 97671.12827160608, - 96970.7716693985 - ], - "fuel": [ - 45.84408614889968, - 45.566960988850276, - 45.554782872271375, - 45.79908042707288, - 46.23907870950393, - 46.624539820559285, - 46.65402382070111, - 46.291461071216474 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 0.3125, 6.5625 0.625, 6.875 0.625, 6.875 0.3125, 6.5625 0.3125))", @@ -124901,68 +86369,7 @@ "id": "2189", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.473356992038797, - 14.473356992038797, - 14.473356992038797, - 14.473356992038797, - 14.473356992038797, - 14.473356992038797, - 14.473356992038797, - 14.473356992038797 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -539.6897175394524, - -963.6615923125564, - -944.5441857849764, - -469.67411061554776, - 296.0589872282935, - 916.4144316607526, - 870.9228883167298, - 215.03938955065496 - ], - "relative wind speed": [ - 3.9075058879189997, - 3.7498023321044043, - 3.759541454282207, - 3.9300336340264987, - 4.150431482400833, - 4.293444564026649, - 4.284919113327491, - 4.129106366957151 - ], - "relative wind angle": [ - 0.0673084745351222, - 0.026608245543684326, - 0.03238255236873799, - 0.0692417913480244, - 0.06336345009775625, - 0.023238419952166484, - 0.028410956074912133, - 0.06589853784690244 - ], - "resistance": [ - 96094.81028246059, - 95670.8384076875, - 95689.95581421506, - 96164.82588938449, - 96930.55898722833, - 97550.9144316608, - 97505.42288831677, - 96849.5393895507 - ], - "fuel": [ - 44.06928847231828, - 43.85207422934958, - 43.86185428323891, - 44.10522403877873, - 44.49942782748603, - 44.82039017070615, - 44.79680489211845, - 44.457615261174126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 0, 6.25 0.3125, 6.5625 0.3125, 6.5625 0, 6.25 0))", @@ -124981,68 +86388,7 @@ "id": "2190", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.99172489763077, - 15.99172489763077, - 15.99172489763077, - 15.99172489763077, - 15.99172489763077, - 15.99172489763077, - 15.99172489763077, - 15.99172489763077 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -178.8502346152054, - -709.2275725663858, - -834.7283325352337, - -646.1673312540061, - -71.92026695874847, - 557.6578427085788, - 858.3710815145696, - 468.19069164120447 - ], - "relative wind speed": [ - 4.433593293092512, - 4.278588246539784, - 4.221386776031018, - 4.299178075840491, - 4.46167238323733, - 4.610526278036943, - 4.662956533257415, - 4.591332901904416 - ], - "relative wind angle": [ - 0.049819035731731874, - 0.03417202155202326, - 0.0033299250924485563, - 0.03863536177139695, - 0.04950524740289043, - 0.031710926170405496, - 0.003014588912221019, - 0.036175814222746384 - ], - "resistance": [ - 96455.64976538479, - 95925.2724274336, - 95799.77166746477, - 95988.33266874599, - 96562.57973304125, - 97192.15784270858, - 97492.87108151458, - 97102.69069164121 - ], - "fuel": [ - 45.670495319108255, - 45.39815904206391, - 45.33387050197632, - 45.43048416342086, - 45.7255281297527, - 46.050410879425286, - 46.2061091592942, - 46.004153019521006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 0, 6.5625 0.3125, 6.875 0.3125, 6.875 0, 6.5625 0))", @@ -125061,68 +86407,7 @@ "id": "2191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.93757959589558, - 18.93757959589558, - 18.93757959589558, - 18.93757959589558, - 18.93757959589558, - 18.93757959589558, - 18.93757959589558, - 18.93757959589558 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -15.884107692578255, - -783.0413859505188, - -1082.798519650485, - -955.6847637553947, - -308.8278997947964, - 532.1305841031917, - 1081.8401461714475, - 777.0339741875941 - ], - "relative wind speed": [ - 5.298308198598454, - 5.118370001832442, - 5.022057420945811, - 5.0709196714069575, - 5.233384993894225, - 5.409498755522049, - 5.499029689170258, - 5.4540042123004255 - ], - "relative wind angle": [ - 0.04502782658955153, - 0.03744562651677411, - 0.006470490369335293, - 0.028728719237778925, - 0.045586808033801204, - 0.0354295077013101, - 0.005909249155522435, - 0.026710340669707615 - ], - "resistance": [ - 96618.61589230744, - 95851.4586140495, - 95551.70148034953, - 95678.81523624461, - 96325.67210020522, - 97166.6305841032, - 97716.34014617147, - 97411.53397418761 - ], - "fuel": [ - 48.93444597911055, - 48.54040152855838, - 48.38702860023693, - 48.452026452650415, - 48.78371918765408, - 49.2172704631503, - 49.50209234637265, - 49.344023758796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 0.3125, 6.875 0.625, 7.1875 0.625, 7.1875 0.3125, 6.875 0.3125))", @@ -125141,68 +86426,7 @@ "id": "2192", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.32055015260459, - 11.32055015260459, - 11.32055015260459, - 11.32055015260459, - 11.32055015260459, - 11.32055015260459, - 11.32055015260459, - 11.32055015260459 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -328.7478488512106, - -629.935805709611, - -632.1525835481657, - -336.83405151325906, - 166.63638169139904, - 592.2906875414455, - 597.5573001417251, - 175.99667727841643 - ], - "relative wind speed": [ - 3.060714832102752, - 2.9199530849834727, - 2.9185049591965218, - 3.0573785402464235, - 3.2449442775916233, - 3.372167348994396, - 3.373420734399091, - 3.248087915954407 - ], - "relative wind angle": [ - 0.0744161596474807, - 0.03274655668864752, - 0.031650183860912826, - 0.07405659581807279, - 0.07018407296738896, - 0.028353910688345016, - 0.02738091266685272, - 0.06970113425259873 - ], - "resistance": [ - 96305.7521511488, - 96004.5641942904, - 96002.34741645186, - 96297.66594848676, - 96801.13638169141, - 97226.79068754146, - 97232.05730014174, - 96810.49667727842 - ], - "fuel": [ - 41.722864947315905, - 41.56825158715975, - 41.56711486648352, - 41.71870952525656, - 41.977902191851804, - 42.19776998613797, - 42.20049462860561, - 41.98272991617092 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.1875 0.3125, 7.1875 0.625, 7.5 0.625, 7.5 0.3125, 7.1875 0.3125))", @@ -125221,68 +86445,7 @@ "id": "2193", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.636745450314736, - 9.636745450314736, - 9.636745450314736, - 9.636745450314736, - 9.636745450314736, - 9.636745450314736, - 9.636745450314736, - 9.636745450314736 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -271.94715844154234, - -437.5306290606577, - -411.58516475772785, - -176.941392923703, - 169.0697937411478, - 429.1027096891671, - 367.36577237917345, - 59.13044247359903 - ], - "relative wind speed": [ - 2.5860033898909838, - 2.4893499875807272, - 2.509204300498456, - 2.6319207802391076, - 2.7784874591213042, - 2.8654044622625015, - 2.8480343873243656, - 2.735031827889318 - ], - "relative wind angle": [ - 0.06560201810024523, - 0.02076299402259203, - 0.038442004266561434, - 0.07151539506588993, - 0.061051469295824695, - 0.018037749532068062, - 0.03386669904185336, - 0.06881490766216253 - ], - "resistance": [ - 96362.55284155847, - 96196.96937093936, - 96222.91483524229, - 96457.55860707631, - 96803.56979374116, - 97063.60270968918, - 97001.86577237918, - 96693.63044247362 - ], - "fuel": [ - 40.70932158394519, - 40.624243348243596, - 40.63756761414248, - 40.7581824392396, - 40.93641768119268, - 41.07065750592268, - 41.038763549915686, - 40.87973808365284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 0, 6.875 0.3125, 7.1875 0.3125, 7.1875 0, 6.875 0))", @@ -125301,68 +86464,7 @@ "id": "2194", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.979855280314382, - 11.979855280314382, - 11.979855280314382, - 11.979855280314382, - 11.979855280314382, - 11.979855280314382, - 11.979855280314382, - 11.979855280314382 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -65.94798129192714, - -514.7083073060703, - -653.9866223479048, - -546.627036159216, - -119.9073534443105, - 390.7630888930389, - 692.0394241745335, - 436.0884112872809 - ], - "relative wind speed": [ - 3.3454575417867884, - 3.1734740474149814, - 3.093459804904634, - 3.1593501456296713, - 3.3264986068945883, - 3.4909513912332426, - 3.5620479476010876, - 3.5037388320021097 - ], - "relative wind angle": [ - 0.070091154379535, - 0.05434930007992785, - 0.0030719483850485158, - 0.0503328671396689, - 0.07049129065596733, - 0.04940238864542616, - 0.0026678319097012903, - 0.045381975699819256 - ], - "resistance": [ - 96568.55201870813, - 96119.791692694, - 95980.51337765215, - 96087.87296384084, - 96514.59264655574, - 97025.2630888931, - 97326.5394241746, - 97070.58841128735 - ], - "fuel": [ - 42.31722485919836, - 42.08654032117968, - 42.01509690173863, - 42.07016109432924, - 42.289447493893675, - 42.55276586344944, - 42.7085689100295, - 42.5761839674505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.1875 0, 7.1875 0.3125, 7.5 0.3125, 7.5 0, 7.1875 0))", @@ -125381,68 +86483,7 @@ "id": "2195", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.29885264584957, - 9.29885264584957, - 9.29885264584957, - 9.29885264584957, - 9.29885264584957, - 9.29885264584957, - 9.29885264584957, - 9.29885264584957 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -208.26495019853883, - -523.6580872767877, - -565.5494182621401, - -358.79463848442356, - 69.35384779464948, - 478.40501752765203, - 577.3703194618902, - 243.86087285834674 - ], - "relative wind speed": [ - 2.53280882348975, - 2.3603283975646754, - 2.3266166896559866, - 2.4563515437480996, - 2.6587990441763636, - 2.813037992866511, - 2.8409835749393015, - 2.7295915421885013 - ], - "relative wind angle": [ - 0.10174706582614294, - 0.05813759522476096, - 0.027213241803718452, - 0.09241310164941265, - 0.09691013375008692, - 0.04877321878657918, - 0.022285313104740932, - 0.08313971036782705 - ], - "resistance": [ - 96426.23504980146, - 96110.84191272322, - 96068.95058173787, - 96275.70536151557, - 96703.85384779464, - 97112.90501752765, - 97211.87031946189, - 96878.36087285835 - ], - "fuel": [ - 40.55532176077166, - 40.39328317872408, - 40.371788642467685, - 40.477938403904574, - 40.69825943475695, - 40.90939032323699, - 40.96056459236408, - 40.788254712914686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((3.125 -5.9375, 3.125 -5.625, 3.4375 -5.625, 3.4375 -5.9375, 3.125 -5.9375))", @@ -125474,31 +86515,31 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -701.34536813108, + -701.3453681310816, -687.1305156316266, - -319.51642451927273, + -319.5164245192734, 270.10689878114067, - 761.7713222092527, + 761.7713222092505, 728.8255874216991, 213.8024400879292, -367.6571819041933 ], "relative wind speed": [ - 1.7612786955138775, + 1.7612786955138773, 1.7758149847984979, 2.044288461694532, 2.361802598220916, - 2.5555810407790664, + 2.555581040779067, 2.545501569244378, 2.335376154850239, 2.013699477652366 ], "relative wind angle": [ - 0.08414165656835075, + 0.0841416565683534, 0.0997517293522657, - 0.19600073683948507, + 0.1960007368394862, 0.164249002384057, - 0.057953549287505464, + 0.0579535492875093, 0.06953033055734831, 0.17131095151699513, 0.1929727434791866 @@ -125554,19 +86595,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -750.847514092791, + -750.8475140927935, -650.0788733197023, -176.01288836933145, 441.2521247614636, 858.9447808102541, 624.1875819983807, - 37.06358154979716, + 37.06358154979762, -522.4921076821793 ], "relative wind speed": [ - 1.8900665530308616, + 1.8900665530308614, 1.9851266029253551, - 2.2781089213843693, + 2.278108921384369, 2.566677106618563, 2.704796033899692, 2.635819707461704, @@ -125574,13 +86615,13 @@ 2.0737506576841933 ], "relative wind angle": [ - 0.029301195478016663, - 0.1257549148763833, - 0.17983853074650297, + 0.029301195478020455, + 0.12575491487638327, + 0.17983853074650233, 0.12786382286573159, - 0.020473689393884314, + 0.02047368939388431, 0.09460196933624096, - 0.17154012822611006, + 0.1715401282261094, 0.15848859672585194 ], "resistance": [ @@ -125634,7 +86675,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -682.443510445682, + -682.4435104456863, -582.5122987995317, -142.68227981144923, 419.50473064952826, @@ -125644,7 +86685,7 @@ -485.2568341289773 ], "relative wind speed": [ - 1.7577124689078198, + 1.7577124689078194, 1.858531925800159, 2.146787528402094, 2.4242312861539244, @@ -125654,17 +86695,17 @@ 1.9309334247071193 ], "relative wind angle": [ - 0.025615209512114198, + 0.025615209512122865, 0.1345278798718888, 0.18625475033138922, 0.12944863074460913, 0.01763742960311602, 0.10067540925739404, 0.17879569408142668, - 0.16278348638304968 + 0.16278348638304965 ], "resistance": [ - 95952.05648955436, + 95952.05648955435, 96051.98770120052, 96491.8177201886, 97054.00473064957, @@ -125674,7 +86715,7 @@ 96149.24316587107 ], "fuel": [ - 39.55508331969412, + 39.555083319694106, 39.60632557351303, 39.83230122355873, 40.12218946023767, @@ -125714,51 +86755,51 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -797.0064822922711, + -797.00648229236, -629.9998769894771, -70.38178676716052, 575.1380239617588, - 938.0695875280644, + 938.0695875281444, 558.0911763477475, - -90.283613411651, + -90.28361341165146, -641.905908102254 ], "relative wind speed": [ - 2.0467964553181597, + 2.0467964553181592, 2.1896997033131678, 2.494560947562905, 2.7635108600427474, - 2.8651115334095527, + 2.8651115334095523, 2.757436316162105, - 2.4850363191055136, + 2.485036319105514, 2.182028312099825 ], "relative wind angle": [ - 0.002358786613535373, + 0.0023587866136765756, 0.13408759308387558, 0.1647646639423379, 0.10364253259228597, - 0.0016850840992358384, + 0.0016850840991699532, 0.10636154557914888, - 0.16540198386434007, - 0.1314049067246361 + 0.16540198386434213, + 0.13140490672463612 ], "resistance": [ - 95837.49351770779, + 95837.4935177077, 96004.50012301058, 96564.1182132329, 97209.63802396182, - 97572.56958752812, + 97572.5695875282, 97192.5911763478, 96544.2163865884, 95992.5940918978 ], "fuel": [ - 40.0123084831654, + 40.01230848316535, 40.09789498762909, 40.385441128560586, 40.71857315518075, - 40.90655141960702, + 40.90655141960706, 40.709755892343125, 40.375195074607106, 40.0917900232882 @@ -125794,9 +86835,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -301.7549207754937, + -301.7549207754955, -648.4838473320463, - -666.6831691419782, + -666.6831691419777, -365.04475010992314, 173.1082695633513, 651.7254703392973, @@ -125804,9 +86845,9 @@ 246.79179623923346 ], "relative wind speed": [ - 2.2498352073147396, + 2.2498352073147387, 2.025502423437542, - 2.0088846041976196, + 2.008884604197619, 2.2135724586705297, 2.487816365822181, 2.6736358508170635, @@ -125816,12 +86857,12 @@ "relative wind angle": [ 0.1512917046719103, 0.07647632254157195, - 0.059885899709175315, + 0.05988589970917346, 0.14725629468297813, 0.1367235660652173, - 0.05791310890659009, + 0.0579131089065901, 0.044775013856865074, - 0.12923570410022797 + 0.129235704100228 ], "resistance": [ 96332.74507922449, @@ -125874,9 +86915,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -264.0737430932004, + -264.0737430932013, -531.6227548376485, - -535.1589542866841, + -535.1589542866848, -276.35699136723906, 163.63166278658514, 542.6227421436604, @@ -125884,24 +86925,24 @@ 177.9345946757005 ], "relative wind speed": [ - 2.0019447538450406, + 2.00194475384504, 1.8050939097542424, 1.8014849559381214, 1.9940811042452191, 2.2412455618301244, 2.402623658178502, 2.405330833669151, - 2.248244874466096 + 2.2482448744660966 ], "relative wind angle": [ 0.15165040900203505, 0.071176198739766, - 0.0671556686195027, + 0.06715566861950437, 0.1506808699077258, 0.13535278556534341, 0.053455074047104825, 0.05027997081179758, - 0.13353778632226423 + 0.13353778632226593 ], "resistance": [ 96370.42625690677, @@ -125954,9 +86995,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -536.627634730077, + -536.6276347300775, -646.8861150216483, - -491.8596885021991, + -491.85968850219956, -31.05192053623614, 481.85302267602583, 740.1929627203672, @@ -125964,7 +87005,7 @@ -105.98112151924715 ], "relative wind speed": [ - 2.0443785243421972, + 2.044378524342197, 1.941999713229976, 2.074960236469629, 2.3385696494603163, @@ -125975,12 +87016,12 @@ ], "relative wind angle": [ 0.11486117961559732, - 0.010003639665913232, - 0.1264972402257932, + 0.01000363966591323, + 0.12649724022579406, 0.15056689552494784, - 0.09146737948936542, + 0.09146737948936544, 0.007348830576008933, - 0.10322439620685642, + 0.10322439620685643, 0.15310061831017177 ], "resistance": [ @@ -126021,68 +87062,7 @@ "id": "2203", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.81512663840327, - 7.81512663840327, - 7.81512663840327, - 7.81512663840327, - 7.81512663840327, - 7.81512663840327, - 7.81512663840327, - 7.81512663840327 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -394.16440849449305, - -562.6893047531294, - -490.2014735340947, - -140.30762189205916, - 315.813021088843, - 622.7976131449727, - 453.0042284888641, - 20.54527783920912 - ], - "relative wind speed": [ - 1.9940639882629596, - 1.854121600076716, - 1.9251408800769916, - 2.15041096472115, - 2.3778679862245182, - 2.488529775053452, - 2.4340049180424863, - 2.2374717946838296 - ], - "relative wind angle": [ - 0.12845922640222468, - 0.02372938622269985, - 0.10054453998288662, - 0.14808011945936944, - 0.10763672603809535, - 0.017679246151912718, - 0.07947395984241884, - 0.1422782595790146 - ], - "resistance": [ - 96240.33559150551, - 96071.81069524688, - 96144.29852646592, - 96494.19237810795, - 96950.31302108886, - 97257.29761314498, - 97087.50422848888, - 96655.04527783922 - ], - "fuel": [ - 39.72876620134086, - 39.6422541987882, - 39.67945276607659, - 39.85928269536068, - 40.09439248908724, - 40.25306516707852, - 40.16525986266299, - 39.94210680686449 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.375 -5.3125, 4.375 -5, 4.6875 -5, 4.6875 -5.3125, 4.375 -5.3125))", @@ -126114,9 +87094,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -345.61029612246193, + -345.61029612246284, -580.2341306321748, - -545.2002219261847, + -545.2002219261851, -223.912529144294, 251.9750642796696, 619.0783687397941, @@ -126124,9 +87104,9 @@ 110.26435650584403 ], "relative wind speed": [ - 2.0143604172758267, + 2.0143604172758263, 1.8349651072656785, - 1.8697747942161822, + 1.869774794216182, 2.0902121639836957, 2.3397722623657558, 2.482958957683607, @@ -126134,11 +87114,11 @@ 2.2722665424545605 ], "relative wind angle": [ - 0.14667819603182536, + 0.1466781960318261, 0.05018665081101199, 0.08794373851102215, - 0.1557803697394474, - 0.1261605129617617, + 0.15578036973944742, + 0.12616051296176173, 0.0370820465505579, 0.06689275946934015, 0.1432093466112129 @@ -126146,7 +87126,7 @@ "resistance": [ 96288.88970387752, 96054.26586936781, - 96089.29977807381, + 96089.2997780738, 96410.5874708557, 96886.47506427966, 97253.57836873978, @@ -126194,9 +87174,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -259.12845882462216, + -259.1284588246226, -537.8905954843724, - -544.7882243208048, + -544.7882243208053, -282.7686551999252, 167.4685384144243, 560.4365088922618, @@ -126204,7 +87184,7 @@ 195.05677543769139 ], "relative wind speed": [ - 1.8945305642875399, + 1.8945305642875394, 1.6762506975571794, 1.668731107099134, 1.8784359459339914, @@ -126214,10 +87194,10 @@ 2.1601789645675415 ], "relative wind angle": [ - 0.1747141584896755, - 0.08524472263569144, - 0.07647113692626765, - 0.17281588632342335, + 0.1747141584896761, + 0.08524472263569145, + 0.07647113692626911, + 0.17281588632342332, 0.15406071904303498, 0.06154014489206239, 0.054836573626591306, @@ -126274,37 +87254,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -507.7976383758282, + -507.79763837582914, -612.6694880289263, - -455.9521620112191, + -455.9521620112198, -10.68553679742331, 482.77425495191164, 726.9170452860799, - 408.2912450590188, + 408.29124505901973, -97.16641740015416 ], "relative wind speed": [ - 1.7375105788788485, + 1.7375105788788483, 1.6238236642842916, - 1.7791297041399918, - 2.072402705975554, + 1.7791297041399916, + 2.0724027059755543, 2.3159834542946878, 2.397064679893515, 2.2841672154484245, 2.0218480151949763 ], "relative wind angle": [ - 0.14741230419832188, - 0.01585258807618131, - 0.1646470106843215, - 0.18767225624684844, + 0.14741230419832263, + 0.015852588076181312, + 0.16464701068432216, + 0.18767225624684966, 0.11041664177477141, - 0.010738643997563257, - 0.12801369047708464, - 0.192422891393421 + 0.010738643997563259, + 0.12801369047708377, + 0.19242289139342103 ], "resistance": [ - 96126.7023616242, + 96126.70236162418, 96021.83051197109, 96178.5478379888, 96623.8144632026, @@ -126314,7 +87294,7 @@ 96537.33358259987 ], "fuel": [ - 39.42484461791247, + 39.424844617912456, 39.37104073498226, 39.4514587501938, 39.68044181313971, @@ -126354,7 +87334,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -387.17849213869647, + -387.17849213869727, -496.94821871294243, -396.2532091954489, -46.22286398719166, @@ -126364,20 +87344,20 @@ -31.110723024631397 ], "relative wind speed": [ - 1.4862214319461795, + 1.4862214319461793, 1.3485900156624198, 1.47755682561238, - 1.757493850336107, + 1.7574938503361073, 2.0012576265067703, 2.096471130753604, 2.0076633332095124, 1.7677956891163715 ], "relative wind angle": [ - 0.18141359323443892, - 0.003908462150421285, + 0.18141359323443956, + 0.0039084621504212845, 0.17736164452718908, - 0.21440925142728812, + 0.21440925142728864, 0.13439207516528068, 0.0025141797034036783, 0.1302152009979326, @@ -126421,68 +87401,7 @@ "id": "2208", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.503743689935387, - 7.503743689935387, - 7.503743689935387, - 7.503743689935387, - 7.503743689935387, - 7.503743689935387, - 7.503743689935387, - 7.503743689935387 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -601.960911881939, - -565.5912822158193, - -229.8502910567663, - 268.29471413740157, - 655.0191750642125, - 570.3893095187686, - 122.61898113926304, - -354.71179315799486 - ], - "relative wind speed": [ - 1.735230840180932, - 1.773080205551632, - 2.014591336398714, - 2.2846145726324876, - 2.4385321233027786, - 2.4111515028665376, - 2.213342886315137, - 1.933391124322716 - ], - "relative wind angle": [ - 0.05811525527912658, - 0.10038205089893681, - 0.1756637951645742, - 0.14062694373626683, - 0.04134263564470588, - 0.07376056117292185, - 0.15974724470644386, - 0.16639308177689896 - ], - "resistance": [ - 96032.53908811805, - 96068.90871778417, - 96404.64970894322, - 96902.79471413739, - 97289.5191750642, - 97204.88930951875, - 96757.11898113925, - 96279.78820684199 - ], - "fuel": [ - 39.48710923419285, - 39.505765271753795, - 39.678218232392695, - 39.93486267595041, - 40.134739896911846, - 40.09095167247566, - 39.85971496742588, - 39.61403428145574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((4.0625 -5.9375, 4.0625 -5.625, 4.375 -5.625, 4.375 -5.9375, 4.0625 -5.9375))", @@ -126514,9 +87433,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -518.0886002738441, + -518.0886002738456, -484.88175029650324, - -191.54927979770855, + -191.549279797709, 241.76148761568857, 578.670401887689, 501.6943424749884, @@ -126524,7 +87443,7 @@ -303.9869088281839 ], "relative wind speed": [ - 1.481115130867351, + 1.4811151308673507, 1.5211197755247257, 1.7647839946995658, 2.0314180872223475, @@ -126534,9 +87453,9 @@ 1.68062709551083 ], "relative wind angle": [ - 0.06672546072937548, + 0.06672546072937881, 0.1173195717293177, - 0.1999677657779532, + 0.19996776577795428, 0.1570420329546032, 0.045291716660477835, 0.08277472319989657, @@ -126594,17 +87513,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -663.6461918015993, + -663.6461918016039, -556.7696082001189, - -117.99742733737753, + -117.99742733737776, 432.61576171430875, 789.6479767463563, 541.3152754819982, - 7.94449834265356, + 7.944498342653105, -481.2150156010739 ], "relative wind speed": [ - 1.6307641353495104, + 1.63076413534951, 1.745584879197753, 2.0485324122707405, 2.331165659717466, @@ -126614,13 +87533,13 @@ 1.8057007032884445 ], "relative wind angle": [ - 0.02265284617036247, + 0.022652846170372276, 0.15295241185284003, - 0.20302434808180042, + 0.20302434808180098, 0.13692147296383075, - 0.01503614967308748, + 0.015036149673087482, 0.1121431651544885, - 0.1960010411800158, + 0.19600104118001635, 0.17713921352579412 ], "resistance": [ @@ -126674,17 +87593,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -671.1952417495448, + -671.1952417495467, -611.222180305728, - -211.42291023420194, + -211.4229102342024, 355.95992708398603, - 782.8893273239987, + 782.8893273239969, 644.3508550452975, 121.27186928513424, -411.4156263480793 ], "relative wind speed": [ - 1.5282482170958418, + 1.5282482170958414, 1.5969615384408715, 1.9064283753340858, 2.225531824918943, @@ -126694,11 +87613,11 @@ 1.765228704236616 ], "relative wind angle": [ - 0.0668758673330445, - 0.1473604557295334, - 0.2295185116122191, + 0.06687586733304782, + 0.14736045572953338, + 0.2295185116122201, 0.17108813786601693, - 0.04266405211331625, + 0.042664052113318855, 0.09997843668364402, 0.20744976029951268, 0.21633399279868604 @@ -126754,17 +87673,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -480.0819918520332, + -480.08199185203364, -477.0465220942491, - -222.0950073294432, + -222.09500732944355, 197.22120733967176, 559.9672322204299, 552.9962600616154, - 185.57350711057984, + 185.5735071105796, -231.9601206930912 ], "relative wind speed": [ - 1.1833164232618254, + 1.1833164232618252, 1.1878246347307304, 1.460544787043173, 1.7731149446351806, @@ -126774,13 +87693,13 @@ 1.4516831902444345 ], "relative wind angle": [ - 0.13340614534564305, + 0.1334061453456447, 0.13990567163358525, - 0.2714733574513975, + 0.2714733574513988, 0.22074215965106755, 0.08029029224309715, 0.08462536848525586, - 0.22365266784814747, + 0.22365266784814797, 0.2707296718363541 ], "resistance": [ @@ -126834,9 +87753,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -390.805014342371, + -390.8050143423716, -450.43624003947355, - -295.20760033967895, + -295.2076003396792, 58.01261613035467, 426.6355698633281, 563.8964068331343, @@ -126844,9 +87763,9 @@ -100.85414416259653 ], "relative wind speed": [ - 1.1723407162411899, + 1.1723407162411894, 1.0788376545168825, - 1.2832309695057373, + 1.2832309695057371, 1.5937199950345131, 1.8222006473632113, 1.8790708526834008, @@ -126854,9 +87773,9 @@ 1.4679422780324176 ], "relative wind angle": [ - 0.20368866568986246, + 0.20368866568986355, 0.06043798566801892, - 0.25952065084222575, + 0.2595206508422258, 0.25404551274916565, 0.13051213450597776, 0.034685309897694534, @@ -126914,9 +87833,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -446.043330680455, + -446.0433306804556, -491.02539156560067, - -298.758239389433, + -298.75823938943336, 94.47144993174811, 482.25505944999395, 585.9048592833365, @@ -126924,9 +87843,9 @@ -150.5259685695612 ], "relative wind speed": [ - 1.288167934532032, + 1.2881679345320316, 1.2245566916156623, - 1.4413194540671952, + 1.441319454067195, 1.7477015023251092, 1.964272799517201, 2.004546125061473, @@ -126934,17 +87853,17 @@ 1.5694851758618868 ], "relative wind angle": [ - 0.16485678836255419, + 0.16485678836255485, 0.07495119759403178, 0.2389108873509031, - 0.22543508372762833, + 0.2254350837276283, 0.10783271026143124, - 0.04576002982621514, + 0.045760029826215146, 0.1849415699817775, 0.25155727788942744 ], "resistance": [ - 96188.45666931957, + 96188.45666931955, 96143.47460843441, 96335.74176061059, 96728.97144993176, @@ -126954,7 +87873,7 @@ 96483.97403143045 ], "fuel": [ - 38.942304975932785, + 38.94230497593278, 38.91921184668208, 39.01797166458031, 39.22038612322969, @@ -126994,9 +87913,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -450.4397206497547, + -450.4397206497549, -464.4972823449326, - -243.86714673089466, + -243.86714673089523, 146.44376181116513, 499.60860389030654, 531.9923035629206, @@ -127004,9 +87923,9 @@ -197.455090897216 ], "relative wind speed": [ - 1.2640347672368817, + 1.2640347672368815, 1.24409892291379, - 1.4775602926714706, + 1.4775602926714704, 1.769683789609017, 1.9590549187725497, 1.9717753263379845, @@ -127016,12 +87935,12 @@ "relative wind angle": [ 0.13236318371565695, 0.10400390238495566, - 0.2387882177157977, + 0.23878821771579817, 0.2077899956644941, 0.08525836608437408, - 0.06555034059239763, + 0.06555034059239764, 0.19501631182751633, - 0.24290588854402723 + 0.2429058885440272 ], "resistance": [ 96184.0602793503, @@ -127074,9 +87993,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -883.551648945519, + -883.5516489455295, -671.1770854729125, - -32.384539504994336, + -32.38453950499479, 690.2807380300369, 1072.8276771981264, 621.420716464268, @@ -127084,7 +88003,7 @@ -719.0037688586767 ], "relative wind speed": [ - 1.8538112330123242, + 1.853811233012324, 2.041743694097407, 2.408517783146005, 2.7160989451113515, @@ -127094,17 +88013,17 @@ 2.008359829792456 ], "relative wind angle": [ - 0.01102605824660609, + 0.011026058246626228, 0.17596522637604417, - 0.2027698397731637, + 0.20276983977316426, 0.12124916625456085, 0.007238362191483907, - 0.1332112513734274, + 0.13321125137342743, 0.20624567781715752, - 0.16431385977668758 + 0.1643138597766876 ], "resistance": [ - 95750.94835105447, + 95750.94835105445, 95963.32291452707, 96602.11546049498, 97324.78073803002, @@ -127154,17 +88073,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -732.5459261083354, + -732.5459261083381, -680.5398755503882, - -263.4244857383037, - 343.84029979642037, + -263.42448573830484, + 343.8402997964208, 807.7317308823076, 686.8336593334925, - 136.14889691546523, + 136.14889691546614, -441.3252821665292 ], "relative wind speed": [ - 1.8638320696418056, + 1.8638320696418051, 1.9139698761603743, 2.189743485337331, 2.491189563371019, @@ -127174,17 +88093,17 @@ 2.0827142491176915 ], "relative wind angle": [ - 0.05666643340690568, + 0.0566664334069096, 0.10824860823631563, - 0.1827684332286288, - 0.14342082962760008, + 0.18276843322863, + 0.14342082962760005, 0.03971084531648558, 0.07891354599684472, - 0.1667639103197929, + 0.1667639103197922, 0.17180589455954345 ], "resistance": [ - 95901.95407389165, + 95901.95407389164, 95953.9601244496, 96371.07551426168, 96978.3402997964, @@ -127194,7 +88113,7 @@ 96193.17471783346 ], "fuel": [ - 39.699005206196944, + 39.69900520619694, 39.7256582898681, 39.93979385199374, 40.252704256924005, @@ -127234,7 +88153,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1030.9414426987767, + -1030.9414426987785, -974.0964546672335, -397.86755715392064, 467.8146911146782, @@ -127244,7 +88163,7 @@ -589.6298674181699 ], "relative wind speed": [ - 2.054742168091903, + 2.0547421680919027, 2.10405500948481, 2.4511381322000325, 2.835297345903249, @@ -127254,11 +88173,11 @@ 2.3479706434233796 ], "relative wind angle": [ - 0.07334061175197956, + 0.07334061175198107, 0.11797086665394563, 0.20575354319262665, - 0.16316354604043096, - 0.04931167008174123, + 0.16316354604043093, + 0.04931167008174122, 0.08207281450111614, 0.18335279973054958, 0.19743565462444185 @@ -127314,9 +88233,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -607.3015453095629, + -607.3015453095641, -735.3424256818255, - -537.4410876227744, + -537.4410876227748, 7.179099496988329, 610.7236975527708, 907.2591625405439, @@ -127324,23 +88243,23 @@ -109.06402057458217 ], "relative wind speed": [ - 1.694778948603087, + 1.6947789486030866, 1.553243770145453, - 1.7522302976029958, + 1.7522302976029955, 2.1119214276767124, - 2.401683638097678, + 2.4016836380976785, 2.4955548025716894, 2.3600951180612193, 2.0445409913851664 ], "relative wind angle": [ - 0.18319951792846553, + 0.18319951792846614, 0.022272288308550187, - 0.20556661122231798, + 0.2055666112223185, 0.22502193115787367, - 0.12891192686059041, + 0.1289119268605913, 0.013861663457442667, - 0.15213453285057613, + 0.15213453285057615, 0.23257216532148497 ], "resistance": [ @@ -127394,34 +88313,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -650.4087741940168, + -650.4087741940182, -687.7203723703444, - -392.41039407318203, + -392.41039407318226, 163.73057267986633, - 682.0428621480776, + 682.0428621480771, 768.4408997463308, 311.04444474391016, -266.5611292056285 ], "relative wind speed": [ - 1.717190890631886, + 1.7171908906318858, 1.6775420935453387, 1.9176716678056398, 2.243429634902328, - 2.4671122170628736, + 2.467112217062873, 2.4942413216915353, 2.3147186915358744, 2.000602589144586 ], "relative wind angle": [ - 0.11777634541702857, + 0.1177763454170314, 0.07383145464306605, - 0.19776236639688027, + 0.19776236639688086, 0.18338033827961453, - 0.08187826086512041, + 0.08187826086511905, 0.04963180419574168, 0.16350152926056724, - 0.2059404975295939 + 0.20594049752959392 ], "resistance": [ 95984.091225806, @@ -127474,9 +88393,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -593.9394517791873, + -593.939451779188, -701.2101512187273, - -491.5727727863282, + -491.5727727863284, 37.040003829328725, 605.4046356054555, 853.5986059815596, @@ -127484,7 +88403,7 @@ -133.30608059329734 ], "relative wind speed": [ - 1.6421035724563249, + 1.6421035724563247, 1.5204833771894173, 1.7281906198603605, 2.079795796781876, @@ -127494,9 +88413,9 @@ 1.978694646954273 ], "relative wind angle": [ - 0.17551480646453468, + 0.17551480646453532, 0.03413176205035052, - 0.20991506729023768, + 0.20991506729023823, 0.2217344160556898, 0.12207843845522162, 0.021310879816390228, @@ -127554,9 +88473,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -548.1015593285999, + -548.1015593286008, -717.8064591345392, - -584.4093715282431, + -584.4093715282438, -92.29840796767667, 500.6745312649282, 863.4243968961805, @@ -127564,9 +88483,9 @@ -31.75722298667506 ], "relative wind speed": [ - 1.8927527470187193, + 1.8927527470187187, 1.7303909422576207, - 1.8654676713888807, + 1.8654676713888805, 2.18062768384301, 2.4643009952969215, 2.5808989797590076, @@ -127575,18 +88494,18 @@ ], "relative wind angle": [ 0.16591770622744292, - 0.00971989431780744, - 0.15544797999822296, - 0.19627853198938672, + 0.009719894317807442, + 0.15544797999822368, + 0.1962785319893867, 0.12719502349371306, - 0.00651674917506726, + 0.006516749175067259, 0.11648637289053679, 0.19331502941756404 ], "resistance": [ 96086.3984406714, 95916.69354086547, - 96050.09062847176, + 96050.09062847175, 96542.20159203232, 97135.17453126493, 97497.92439689618, @@ -127634,19 +88553,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -653.1470274810908, + -653.147027481092, -654.4915814186834, - -321.01318887164234, + -321.0131888716428, 237.10180155369608, 720.8805237517756, 723.9846255230148, - 242.36264839282694, + 242.36264839282626, -316.52944322424446 ], "relative wind speed": [ - 1.579599695022837, + 1.5795996950228368, 1.578075295087317, - 1.8531981456317281, + 1.853198145631728, 2.1849954828960976, 2.3927044095510555, 2.3937100808235696, @@ -127654,13 +88573,13 @@ 1.85633087775993 ], "relative wind angle": [ - 0.10832365721492229, - 0.10655686948555697, - 0.22205065822248427, + 0.10832365721492437, + 0.10655686948555695, + 0.22205065822248476, 0.18845815432448254, - 0.07143335483355603, + 0.07143335483355605, 0.07017330772910776, - 0.18766042771750618, + 0.18766042771750674, 0.22234146454113932 ], "resistance": [ @@ -127714,39 +88633,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -628.1316399144725, + -628.1316399144816, -916.2996812257779, - -827.979954452836, + -827.979954452845, -301.14308574789084, 415.4878294772907, 910.1993459702653, 699.0939597803017, - 37.421175622156625 + 37.4211756221639 ], "relative wind speed": [ - 4.217686668736244, + 4.217686668736243, 4.109551433595199, 4.150792266327782, 4.314083351500277, 4.4972694452154345, 4.596292017826915, 4.559082896844194, - 4.404883441682868 + 4.404883441682867 ], "relative wind angle": [ - 0.04844621480571336, + 0.048446214805715655, 0.011064929903045006, - 0.03372173055630106, + 0.03372173055630435, 0.056446036019547466, 0.04543230509582375, - 0.009893129558969361, - 0.030700770561906197, - 0.05528128606912315 + 0.009893129558969363, + 0.0307007705619062, + 0.055281286069119126 ], "resistance": [ - 96006.36836008554, + 96006.36836008553, 95718.20031877424, - 95806.52004554718, + 95806.52004554716, 96333.35691425213, 97049.98782947731, 97544.69934597028, @@ -127754,9 +88673,9 @@ 96671.92117562218 ], "fuel": [ - 45.126718299648324, + 45.12671829964832, 44.979102694042695, - 45.0243121026546, + 45.02431210265459, 45.29459416137418, 45.66390380437767, 45.91996412076034, @@ -127794,9 +88713,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -771.92587498186, + -771.9258749818837, -1387.5470235190623, - -1370.534432323875, + -1370.5344323239078, -708.3888529058404, 381.6559198843097, 1271.498190941751, @@ -127804,7 +88723,7 @@ 308.23596085529425 ], "relative wind speed": [ - 6.130335132305197, + 6.130335132305195, 5.986543793935656, 5.992058526036059, 6.143328808029131, @@ -127814,19 +88733,19 @@ 6.333328909141488 ], "relative wind angle": [ - 0.0395389235001043, + 0.03953892350010711, 0.01588211788549378, - 0.018002691011109663, - 0.040318462051718386, + 0.018002691011115835, + 0.04031846205171838, 0.038195112725577934, 0.014668675105941074, 0.016655619400279275, 0.039108280110695726 ], "resistance": [ - 95862.57412501816, + 95862.57412501813, 95246.95297648096, - 95263.96556767615, + 95263.9655676761, 95926.11114709417, 97016.15591988433, 97905.99819094177, @@ -127834,9 +88753,9 @@ 96942.73596085531 ], "fuel": [ - 53.07126018312768, + 53.071260183127656, 52.75660944370877, - 52.76528581881326, + 52.76528581881324, 53.10381493860475, 53.66466570565414, 54.12578595728346, @@ -127874,19 +88793,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -864.7071248027132, + -864.7071248027223, -1210.5938038044942, - -1068.9732889813477, + -1068.973288981353, -343.46532248039694, - 604.9986045415844, + 604.9986045415772, 1232.7085685759557, 895.0021057138565, 2.0684844182032975 ], "relative wind speed": [ - 4.4527731049379655, + 4.452773104937965, 4.325625784899729, - 4.388035486212861, + 4.3880354862128605, 4.597834130797527, 4.8231079200056, 4.937460875904763, @@ -127894,31 +88813,31 @@ 4.6850271757752875 ], "relative wind angle": [ - 0.05554916176127856, + 0.05554916176128056, 0.010100801409855779, 0.04227100862099207, 0.06658731106198751, - 0.05128000728943327, - 0.008849105926602447, - 0.037991199314176424, + 0.051280007289435436, + 0.008849105926602445, + 0.03799119931417642, 0.06534627076995929 ], "resistance": [ - 95769.79287519731, + 95769.7928751973, 95423.90619619552, 95565.52671101867, 96291.03467751962, - 97239.4986045416, + 97239.49860454159, 97867.20856857597, 97529.50210571387, 96636.56848441821 ], "fuel": [ - 46.002934549393395, + 46.00293454939339, 45.82609389658989, 45.89844605579568, 46.27026952171781, - 46.75931206896387, + 46.759312068963865, 47.08480971850115, 46.90951054737778, 46.4480444439793 @@ -127954,9 +88873,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -700.3695937394514, + -700.3695937394659, -1530.0145234544361, - -1603.9834190104575, + -1603.9834190104884, -975.2392369611534, 240.58806192428165, 1345.3797702719094, @@ -127966,7 +88885,7 @@ "relative wind speed": [ 6.057559125538434, 5.869373102659853, - 5.844948930096063, + 5.844948930096064, 6.000273792509314, 6.236292950461689, 6.413722141248804, @@ -127974,19 +88893,19 @@ 6.291429625951322 ], "relative wind angle": [ - 0.04880983760764719, - 0.02482991233169369, - 0.015307902308471205, + 0.04880983760764947, + 0.024829912331693686, + 0.015307902308478458, 0.045388731811677845, 0.047409870036112724, - 0.022722154440497064, - 0.013902028999572366, + 0.022722154440497067, + 0.013902028999572368, 0.0432868796287683 ], "resistance": [ - 95934.13040626052, + 95934.1304062605, 95104.48547654554, - 95030.51658098951, + 95030.51658098948, 95659.26076303882, 96875.08806192425, 97979.87977027189, @@ -127994,9 +88913,9 @@ 97192.81311123987 ], "fuel": [ - 52.63748459469633, + 52.637484594696325, 52.21355340366645, - 52.175881202653926, + 52.175881202653905, 52.49674824832518, 53.12139400625253, 53.693763918529115, @@ -128021,68 +88940,7 @@ "id": "2228", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 88738.14526160876, - "wind resistance": [ - -941.5755124424832, - -1994.0597354810889, - -2073.774973733078, - -1238.787202420579, - 340.4457333000573, - 1755.2571532779766, - 1946.3490661061878, - 683.922970738684 - ], - "relative wind speed": [ - 7.266446299318999, - 7.066815504877897, - 7.044909720722285, - 7.214910936979188, - 7.469430109723973, - 7.658573405338307, - 7.6787287366992265, - 7.519221246671489 - ], - "relative wind angle": [ - 0.04363072484517219, - 0.02155000511952361, - 0.014420266240395491, - 0.0410296686836244, - 0.04244432544600719, - 0.01988466399708718, - 0.013229913441820498, - 0.03936828094988617 - ], - "resistance": [ - 87796.56974916629, - 86744.08552612767, - 86664.37028787569, - 87499.35805918818, - 89078.59099490882, - 90493.40241488675, - 90684.49432771496, - 89422.06823234745 - ], - "fuel": [ - 55.31655920918139, - 54.81106764488159, - 54.77294959270419, - 55.173395481857945, - 55.93786211781951, - 56.630617658781404, - 56.72475583433505, - 56.10535944563522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 -5.3125, 8.4375 -5, 8.75 -5, 8.75 -5.3125, 8.4375 -5.3125))", @@ -128101,68 +88959,7 @@ "id": "2229", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 49688.44279679212, - "wind resistance": [ - -1556.4227311438735, - -2328.7867720476024, - -2132.9597896484083, - -828.4832984063141, - 990.6215108947945, - 2277.436737093907, - 1808.5855424544825, - 149.20422811420576 - ], - "relative wind speed": [ - 7.166090460447432, - 6.998604951822998, - 7.0525265511200805, - 7.29259928186119, - 7.56932741124625, - 7.724448114543728, - 7.675248477522135, - 7.447520772724114 - ], - "relative wind angle": [ - 0.04347926009619982, - 0.011081699918124289, - 0.028617626880989636, - 0.0497890744104401, - 0.041161665545987526, - 0.010040349090956854, - 0.02629521167832273, - 0.048752544277215086 - ], - "resistance": [ - 48132.02006564825, - 47359.656024744516, - 47555.48300714372, - 48859.95949838581, - 50679.06430768692, - 51965.87953388603, - 51497.02833924661, - 49837.64702490633 - ], - "fuel": [ - 39.11574999827912, - 38.85838924257856, - 38.923431033584336, - 39.36033988736497, - 39.98018513956008, - 40.42609305994118, - 40.26291296878085, - 39.69194845813643 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 -5.625, 8.125 -5.3125, 8.4375 -5.3125, 8.4375 -5.625, 8.125 -5.625))", @@ -128181,68 +88978,7 @@ "id": "2230", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.0517199074124, - 23.0517199074124, - 23.0517199074124, - 23.0517199074124, - 23.0517199074124, - 23.0517199074124, - 23.0517199074124, - 23.0517199074124 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1197.007964462122, - -1936.2282584609748, - -1832.3131529684597, - -812.2588400364948, - 709.2218650112409, - 1859.1019713480637, - 1610.7238089508392, - 264.3755616107883 - ], - "relative wind speed": [ - 6.237290605501971, - 6.059988346003951, - 6.092970473312437, - 6.314387093753415, - 6.584510203379401, - 6.748044899242066, - 6.718279506483293, - 6.510613208149511 - ], - "relative wind angle": [ - 0.050166203241489495, - 0.016214376648903853, - 0.028531324515769153, - 0.05451667427810108, - 0.04751875079262, - 0.014560973094454156, - 0.02587512627909696, - 0.05287201658689847 - ], - "resistance": [ - 95437.49203553793, - 94698.27174153907, - 94802.18684703158, - 95822.24115996355, - 97343.72186501129, - 98493.60197134811, - 98245.22380895089, - 96898.87556161082 - ], - "fuel": [ - 53.726658394189855, - 53.35017402477888, - 53.40297508633169, - 53.923415425784505, - 54.70688220452092, - 55.30471312243112, - 55.175162937472386, - 54.476923290140796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 -5.625, 8.4375 -5.3125, 8.75 -5.3125, 8.75 -5.625, 8.4375 -5.625))", @@ -128261,68 +88997,7 @@ "id": "2231", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 63015.06294234611, - "wind resistance": [ - -1959.2059886883326, - -2628.999183183456, - -2276.3494529949967, - -652.7320843486559, - 1394.958527593095, - 2688.2220004127666, - 1845.0324156340357, - -115.53618827870014 - ], - "relative wind speed": [ - 7.102772417805891, - 6.942627356264279, - 7.039956978408779, - 7.3304110863734175, - 7.633926833989211, - 7.779854774858945, - 7.691893178405314, - 7.415611116463588 - ], - "relative wind angle": [ - 0.045939212432690446, - 0.006145960978632227, - 0.03777031140640531, - 0.05713849231170635, - 0.04274082679752685, - 0.005484557662115758, - 0.03456770571232516, - 0.056481309136887495 - ], - "resistance": [ - 61055.85695365777, - 60386.06375916265, - 60738.71348935111, - 62362.330857997455, - 64410.0214699392, - 65703.28494275888, - 64860.09535798014, - 62899.52675406741 - ], - "fuel": [ - 43.75145057731015, - 43.49592931625608, - 43.630254556644836, - 44.25466468889443, - 45.05615160693483, - 45.570386902274116, - 45.234406662030004, - 44.46341893502887 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 -5.9375, 7.5 -5.625, 7.8125 -5.625, 7.8125 -5.9375, 7.5 -5.9375))", @@ -128354,44 +89029,44 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1558.1178685527684, + -1558.1178685527775, -1807.422336899408, - -1356.5900062775418, + -1356.5900062775345, -92.58472805632846, 1260.3317057739532, 1856.1941377297899, - 974.3137628586537, - -433.8589294892263 + 974.3137628586683, + -433.85892948924266 ], "relative wind speed": [ - 5.753163592784606, + 5.753163592784604, 5.6689934884128785, - 5.80201987257685, + 5.8020198725768495, 6.064886998665344, 6.29828806341354, 6.374153801361567, 6.253310263636617, - 5.9987056560978065 + 5.998705656097807 ], "relative wind angle": [ 0.03927143017803997, 0.005847165186218254, - 0.0470275691169841, + 0.04702756911698174, 0.05816834307680894, 0.035870912450285466, 0.005200298411264334, - 0.04363143294479968, - 0.058810828198650876 + 0.04363143294479714, + 0.05881082819865466 ], "resistance": [ 95076.3821314472, 94827.07766310056, - 95277.90999372242, + 95277.90999372244, 96541.91527194364, 97894.83170577392, 98490.69413772976, - 97608.81376285863, - 96200.64107051074 + 97608.81376285864, + 96200.64107051073 ], "fuel": [ 51.615167956881194, @@ -128400,7 +89075,7 @@ 52.36560530558668, 53.06547082877104, 53.37587172816946, - 52.9169456126665, + 52.91694561266651, 52.190139418193155 ] }, @@ -128434,13 +89109,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -892.8222417625329, + -892.8222417625548, -1565.1483471955435, - -1528.4944344596352, + -1528.494434459697, -757.1013961995923, 477.325317286688, 1466.9199222291645, - 1379.308525585262, + 1379.3085255852875, 320.406010512841 ], "relative wind speed": [ @@ -128454,33 +89129,33 @@ 5.922811935998536 ], "relative wind angle": [ - 0.05130902686786729, + 0.05130902686787162, 0.01969638434254859, - 0.024979391628656783, + 0.024979391628670116, 0.053175648378998894, 0.04893404071026304, - 0.017741386506880914, - 0.02259512330285805, - 0.0512299327460376 + 0.01774138650688091, + 0.022595123302853137, + 0.051229932746037606 ], "resistance": [ - 95741.67775823748, + 95741.67775823746, 95069.35165280447, - 95106.00556554038, + 95106.00556554031, 95877.39860380042, 97111.8253172867, 98101.41992222918, - 98013.80852558528, + 98013.80852558531, 96954.90601051286 ], "fuel": [ 50.9249437860538, 50.581683903917195, - 50.600354415669486, + 50.60035441566944, 50.99444087005611, 51.629687001359784, 52.14303530587826, - 52.09744021282754, + 52.09744021282755, 51.548620456001686 ] }, @@ -128514,19 +89189,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1319.580241574964, + -1319.5802415749786, -1377.6710087447245, - -822.3017592016386, + -822.3017592016331, 232.91720874749808, - 1185.9703204318375, + 1185.970320431823, 1324.434164314911, - 480.04446971706784, + 480.04446971707694, -608.6677559863911 ], "relative wind speed": [ - 4.704273911458448, + 4.704273911458447, 4.680520089972586, - 4.850094923422737, + 4.850094923422736, 5.10214956722257, 5.288037993837, 5.309074358648145, @@ -128534,31 +89209,31 @@ 4.90526336214303 ], "relative wind angle": [ - 0.03242798877151537, + 0.032427988771518805, 0.021075715715086214, - 0.06024528213905741, + 0.06024528213905556, 0.06164810918396771, - 0.02884710033637224, + 0.02884710033637609, 0.018580203836298437, - 0.0566821578767476, - 0.06412585665629905 + 0.05668215787674563, + 0.06412585665629907 ], "resistance": [ - 95314.91975842504, + 95314.91975842502, 95256.82899125527, - 95812.19824079836, + 95812.19824079837, 96867.4172087475, - 97820.47032043184, + 97820.47032043182, 97958.93416431491, 97114.54446971708, 96025.83224401361 ], "fuel": [ - 47.16716726397159, + 47.167167263971585, 47.13753455668588, - 47.42134804028973, + 47.42134804028974, 47.96376455113449, - 48.457225547271285, + 48.45722554727128, 48.529198972304165, 48.09139471755593, 47.530828287859265 @@ -128594,50 +89269,50 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1500.6634163610088, + -1500.6634163610433, -1598.9630534292792, - -1006.072731332526, - 194.5574631798554, + -1006.0727313325351, + 194.55746317986086, 1316.2769190097788, 1550.9773462347694, 614.3294617169668, -643.0799759178299 ], "relative wind speed": [ - 5.325878505800941, + 5.32587850580094, 5.290234109989513, 5.45440057978658, - 5.711692768051282, + 5.7116927680512815, 5.909525225675982, 5.941455487753542, 5.791112549992189, 5.537511713291802 ], "relative wind angle": [ - 0.031658958417694276, - 0.01649092492437286, - 0.05355213580853867, - 0.057045575916460575, + 0.031658958417701284, + 0.016490924924372864, + 0.05355213580854075, + 0.05704557591645863, 0.028531306520341304, 0.014683276571624184, 0.0504357356622511, - 0.05884197237186651 + 0.0588419723718665 ], "resistance": [ - 95133.83658363897, + 95133.83658363894, 95035.5369465707, - 95628.42726866747, - 96829.05746317984, + 95628.42726866745, + 96829.05746317985, 97950.77691900976, 98185.47734623475, 97248.82946171696, 95991.42002408215 ], "fuel": [ - 49.72993436135357, + 49.72993436135355, 49.67986427933643, - 49.98240554899175, - 50.59907191444104, + 49.982405548991736, + 50.59907191444105, 51.18005494288342, 51.30220791168345, 50.81594027573092, @@ -128674,54 +89349,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1261.6930672349608, + -1261.6930672349936, -1773.9451848836052, - -1571.1758446897638, + -1571.1758446897875, -513.9970915394315, 874.4990818816059, 1797.7026489356613, 1313.8203606919851, - 9.749658924758478 + 9.749658924745745 ], "relative wind speed": [ - 5.522617797456725, + 5.522617797456724, 5.371453946075651, 5.443550533301873, 5.690494688390503, 5.957379225909489, 6.094026344156384, 6.029712445007026, - 5.797235960307565 + 5.797235960307566 ], "relative wind angle": [ - 0.05313254741654139, + 0.05313254741654766, 0.009955857217125092, - 0.03999659733031812, + 0.03999659733032367, 0.06353492854513496, - 0.04925174417625926, + 0.049251744176259264, 0.008775352850472434, - 0.03610665642254608, - 0.06236356209659874 + 0.036106656422546075, + 0.06236356209660231 ], "resistance": [ - 95372.80693276504, + 95372.806932765, 94860.5548151164, - 95063.32415531024, + 95063.32415531021, 96120.50290846056, 97508.9990818816, 98432.20264893566, 97948.32036069199, - 96644.24965892476 + 96644.24965892475 ], "fuel": [ - 50.39014869630495, + 50.39014869630492, 50.12916604106282, - 50.232356386594454, + 50.23235638659443, 50.772838214883485, 51.489023805919786, 51.9691823896457, 51.717119487706995, - 51.042143862248636 + 51.04214386224863 ] }, { @@ -128754,9 +89429,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1766.8178801870836, + -1766.8178801870963, -2435.3387623913277, - -2131.6248209958867, + -2131.624820995894, -650.4611428110511, 1257.8646212645945, 2499.7165257912748, @@ -128764,9 +89439,9 @@ -33.58340327490441 ], "relative wind speed": [ - 6.195604704561075, + 6.195604704561074, 6.0164941967770345, - 6.112551898475027, + 6.112551898475026, 6.418589378544241, 6.742159058717424, 6.902465067522834, @@ -128774,17 +89449,17 @@ 6.530232524027287 ], "relative wind angle": [ - 0.05697673425957236, + 0.0569767342595743, 0.009300020931940713, 0.044789279534936256, 0.06907352624016692, 0.0523534934029023, 0.008106281979899158, 0.040155038966566484, - 0.06789078744013399 + 0.067890787440134 ], "resistance": [ - 94867.68211981293, + 94867.68211981292, 94199.16123760869, 94502.87517900413, 95984.03885718896, @@ -128794,7 +89469,7 @@ 96600.91659672512 ], "fuel": [ - 53.7293150990628, + 53.72931509906279, 53.390167411779586, 53.54403855392226, 54.299361839459394, @@ -128834,50 +89509,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2005.3639699332634, + -2005.3639699332962, -2294.4426194585903, - -1682.2234325362042, - -62.46544572739731, + -1682.2234325362078, + -62.46544572740822, 1635.635339738321, 2327.1513459588386, 1177.0913895312733, -610.0031308333782 ], "relative wind speed": [ - 6.704257006263973, + 6.704257006263971, 6.620458740607136, - 6.771424819529188, - 7.05888987111923, + 6.771424819529187, + 7.058889871119231, 7.3094965869861985, 7.385480920368083, 7.24731731571528, 6.967630597887115 ], "relative wind angle": [ - 0.03553249210622456, - 0.006902546621769891, + 0.035532492106227685, + 0.0069025466217698915, 0.04473151480901287, - 0.05421627568276262, - 0.03258924816430507, + 0.054216275682764666, + 0.032589248164305064, 0.006187539352155623, - 0.04179246435673169, - 0.05492708939447494 + 0.041792464356731694, + 0.054927089394474944 ], "resistance": [ - 94629.13603006676, + 94629.13603006671, 94340.05738054143, 94952.2765674638, - 96572.03455427261, + 96572.0345542726, 98270.13533973834, 98961.65134595885, 97811.59138953128, 96024.49686916664 ], "fuel": [ - 56.592980510920384, + 56.59298051092036, 56.44638038601355, 56.75722247473371, - 57.58634858766, + 57.586348587659984, 58.466059324036806, 58.82737754805785, 58.227450526284215, @@ -128914,17 +89589,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -2161.0349103104636, + -2161.034910310529, -2278.5948340199866, - -1404.3136556183308, - 315.3935852620343, + -1404.3136556183672, + 315.39358526203796, 1893.6006227372745, 2174.923375897306, 819.9788148277839, -967.8114193915535 ], "relative wind speed": [ - 6.899356877359734, + 6.899356877359733, 6.866344188526459, 7.051277684871899, 7.3358647353444635, @@ -128934,19 +89609,19 @@ 7.128649168980224 ], "relative wind angle": [ - 0.02604553221711521, + 0.026045532217123735, 0.015108302962406828, - 0.04630324088199752, - 0.04879843513580573, - 0.023794501647829126, + 0.04630324088200232, + 0.04879843513580572, + 0.02379450164782913, 0.013682256772352061, 0.04405860690988932, - 0.05021808468994505 + 0.05021808468994504 ], "resistance": [ - 94473.46508968958, + 94473.46508968952, 94355.90516598006, - 95230.18634438171, + 95230.18634438168, 96949.89358526208, 98528.10062273731, 98809.42337589734, @@ -128954,9 +89629,9 @@ 95666.68858060849 ], "fuel": [ - 57.79716131303775, + 57.79716131303772, 57.73757386592547, - 58.181950539263525, + 58.18195053926351, 59.064337116534276, 59.88380318275002, 60.030850116876536, @@ -128994,53 +89669,53 @@ ], "ice resistance": 43063.8509978385, "wind resistance": [ - -1449.94090170271, + -1449.9409017027428, -2160.1932439138473, - -1976.4687027377768, + -1976.4687027377513, -765.2944911067498, - 919.3331302034276, + 919.3331302034567, 2106.58681467329, - 1666.2522594555994, + 1666.2522594555267, 128.08363529608687 ], "relative wind speed": [ - 7.179276886251342, + 7.1792768862513405, 7.0253314302742895, - 7.0758369681720525, + 7.075836968172052, 7.298040035039495, 7.554209793678823, 7.6975853688787375, - 7.651185098808258, + 7.651185098808259, 7.439537207604821 ], "relative wind angle": [ - 0.040093834265239145, + 0.04009383426524192, 0.010081164069088003, - 0.026517248742510463, + 0.026517248742506275, 0.046075593245067284, - 0.03810289573264495, + 0.038102895732642035, 0.009200718797181253, - 0.02452280830236964, + 0.024522808302378695, 0.04519864990311331 ], "resistance": [ - 41613.91009613579, + 41613.910096135754, 40903.65775392465, - 41087.38229510072, + 41087.382295100746, 42298.55650673175, - 43983.184128041925, + 43983.184128041954, 45170.43781251179, - 44730.1032572941, + 44730.103257294024, 43191.93463313459 ], "fuel": [ - 37.01351854227952, + 37.01351854227951, 36.793998654939614, - 36.8506029871539, + 36.850602987153906, 37.22690114834721, - 37.75937222294379, + 37.759372222943796, 38.14097885958706, - 37.99883477538897, + 37.99883477538895, 37.507961735741596 ] }, @@ -129061,68 +89736,7 @@ "id": "2241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48100.186189929365, - "wind resistance": [ - -1482.3462784093317, - -2024.2844902342258, - -1776.1548871869527, - -555.3207069227647, - 1014.5757086934682, - 2026.6906118791958, - 1431.3310377810049, - -56.627425273065455 - ], - "relative wind speed": [ - 7.168041238951401, - 7.042321298192874, - 7.110417763867275, - 7.3285412715543705, - 7.562922575783714, - 7.680125247912688, - 7.6171236246950595, - 7.407502677807896 - ], - "relative wind angle": [ - 0.03536490559553008, - 0.005611494147013884, - 0.02778784282223301, - 0.043529442036808835, - 0.033517694112633896, - 0.0051454775089898415, - 0.02593891206257553, - 0.043065144686541434 - ], - "resistance": [ - 46617.83991152003, - 46075.90169969514, - 46324.03130274241, - 47544.8654830066, - 49114.76189862283, - 50126.87680180856, - 49531.51722771037, - 48043.5587646563 - ], - "fuel": [ - 38.6132972351876, - 38.435538193999335, - 38.516790581218366, - 38.919900880379345, - 39.44642016218501, - 39.79073013511416, - 39.58773395099283, - 39.08616109574913 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 -5.625, 8.75 -5.3125, 9.0625 -5.3125, 9.0625 -5.625, 8.75 -5.625))", @@ -129154,9 +89768,9 @@ ], "ice resistance": 63755.1377094764, "wind resistance": [ - -1042.7012426380497, + -1042.701242638108, -2132.2924496149935, - -2194.20882697004, + -2194.208826970047, -1273.0965128251846, 415.18781108683106, 1900.3281358015083, @@ -129164,9 +89778,9 @@ 681.4806924425866 ], "relative wind speed": [ - 7.253269586362808, + 7.253269586362807, 7.044496187045028, - 7.0274592800425575, + 7.027459280042557, 7.213260695703387, 7.4841703002056805, 7.681002424530574, @@ -129174,19 +89788,19 @@ 7.522738524683492 ], "relative wind angle": [ - 0.04614841259058893, + 0.04614841259059615, 0.02198824044156127, 0.016446172849477237, 0.044144682468745956, 0.04472368217311996, 0.020165869524079616, 0.015016247617157703, - 0.04232750635287011 + 0.042327506352870116 ], "resistance": [ - 62712.43646683835, + 62712.43646683829, 61622.84525986141, - 61560.92888250636, + 61560.928882506356, 62482.04119665122, 64170.32552056323, 65655.46584527791, @@ -129194,7 +89808,7 @@ 64436.61840191899 ], "fuel": [ - 44.390593810126546, + 44.39059381012653, 43.969057191561035, 43.94523588517359, 44.30109112485606, @@ -129221,68 +89835,7 @@ "id": "2243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57705.252689678375, - "wind resistance": [ - -1879.866425089207, - -2609.503222719999, - -2300.6861879974676, - -735.8298893670653, - 1299.7515932738934, - 2635.2945637435405, - 1896.941097612027, - -22.939750801368064 - ], - "relative wind speed": [ - 7.116830692269093, - 6.948293454981607, - 7.033526811990379, - 7.316169735688745, - 7.620396729922539, - 7.77437736975105, - 7.697351882878289, - 7.429225115880496 - ], - "relative wind angle": [ - 0.046682027022639586, - 0.008148367035297548, - 0.035841679050894665, - 0.056487749229949834, - 0.04359519095115349, - 0.007282527792641371, - 0.03274950951543605, - 0.055627243545132425 - ], - "resistance": [ - 55825.386264589164, - 55095.749466958376, - 55404.56650168091, - 56969.42280031131, - 59005.00428295227, - 60340.547253421915, - 59602.1937872904, - 57682.312938877 - ], - "fuel": [ - 41.80044566823496, - 41.53637653926805, - 41.64790138162254, - 42.21848189744233, - 42.97433476441992, - 43.478625674072006, - 43.1990086242829, - 42.48143817638014 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 -5.3125, 9.375 -5, 9.6875 -5, 9.6875 -5.3125, 9.375 -5.3125))", @@ -129301,68 +89854,7 @@ "id": "2244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 30479.907326692562, - "wind resistance": [ - -444.6330435469863, - -1758.1512506127183, - -2068.942637968903, - -1605.5391252985864, - -185.6559764700578, - 1372.3052234557144, - 2117.9751086355645, - 1155.8219974040876 - ], - "relative wind speed": [ - 7.347979642831964, - 7.116991008048504, - 7.031685434062702, - 7.146953427890354, - 7.388992804492439, - 7.611731635289747, - 7.690605922338268, - 7.58360575161185 - ], - "relative wind angle": [ - 0.04485205906774429, - 0.03069891998340827, - 0.0029192345622132353, - 0.034634173116862725, - 0.044602938646584656, - 0.02870301141223224, - 0.0026691179570654294, - 0.032639260721892965 - ], - "resistance": [ - 30035.274283145576, - 28721.756076079844, - 28410.96468872366, - 28874.368201393976, - 30294.251350222505, - 31852.212550148277, - 32597.882435328127, - 31635.72932409665 - ], - "fuel": [ - 33.66900402754308, - 33.32109764795186, - 33.239718792896994, - 33.361189792931185, - 33.73835594047575, - 34.16083166225584, - 34.36623249562962, - 34.101587125765434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 -5.3125, 9.6875 -5, 10 -5, 10 -5.3125, 9.6875 -5.3125))", @@ -129381,68 +89873,7 @@ "id": "2245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 21252.573611330427, - "wind resistance": [ - 857.2267196330031, - -1110.3683049760148, - -2395.7483848596676, - -2501.5219628239247, - -1502.2470367332062, - 404.15755918067225, - 2125.0453227818725, - 2377.930598869112 - ], - "relative wind speed": [ - 7.556699823745617, - 7.251135931978443, - 7.006486985338642, - 6.977296316961964, - 7.18286154889004, - 7.4912108468985945, - 7.720515033402907, - 7.746905728226532 - ], - "relative wind angle": [ - 0.0472776122567747, - 0.05310024082581148, - 0.02671258657224803, - 0.01722836291652427, - 0.049740197576582865, - 0.05139698352660842, - 0.02424157736866894, - 0.015516681680141153 - ], - "resistance": [ - 22109.80033096343, - 20142.20530635441, - 18856.82522647076, - 18751.0516485065, - 19750.32657459722, - 21656.7311705111, - 23377.6189341123, - 23630.50421019954 - ], - "fuel": [ - 31.66731184655091, - 31.2065836089749, - 30.913380925589003, - 30.889527127366755, - 31.116542336109937, - 31.559945386696572, - 31.971813508096982, - 32.03326638290883 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 -5.625, 9.375 -5.3125, 9.6875 -5.3125, 9.6875 -5.625, 9.375 -5.625))", @@ -129461,68 +89892,7 @@ "id": "2246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 21770.4872639572, - "wind resistance": [ - -1278.987959589711, - -2550.945948623801, - -2601.580605996969, - -1466.2166831575305, - 559.2157916053329, - 2314.991398192611, - 2435.950515998429, - 775.709330673646 - ], - "relative wind speed": [ - 7.226127797499919, - 6.979073806483819, - 6.965081207431824, - 7.19346048424909, - 7.517570952694378, - 7.747472154080113, - 7.76005410731622, - 7.54883581992231 - ], - "relative wind angle": [ - 0.055045473224066596, - 0.02549752193858476, - 0.02095377098907807, - 0.05345059684561091, - 0.0529094220386374, - 0.022968195068035546, - 0.01880691012714218, - 0.05093207961298349 - ], - "resistance": [ - 20491.499304367488, - 19219.541315333398, - 19168.90665796023, - 20304.270580799668, - 22329.70305556253, - 24085.47866214981, - 24206.437779955628, - 22546.196594630845 - ], - "fuel": [ - 31.287321929723472, - 30.99549592595287, - 30.984003386802826, - 31.243988084886062, - 31.719698822524627, - 32.14442752480448, - 32.17411034299795, - 31.771449411845243 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 -5.625, 9.6875 -5.3125, 10 -5.3125, 10 -5.625, 9.6875 -5.625))", @@ -129541,68 +89911,7 @@ "id": "2247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 9249.728606861281, - "wind resistance": [ - -18.2317141826461, - -2235.804370791462, - -3106.3461865079043, - -2731.3012988173396, - -856.2665593945494, - 1577.582560722858, - 3175.2120099097265, - 2281.0947306861453 - ], - "relative wind speed": [ - 7.444264233177491, - 7.069536247340803, - 6.866619480665105, - 6.9706502239685815, - 7.311197349445711, - 7.67413408166955, - 7.856221328581452, - 7.76406543706288 - ], - "relative wind angle": [ - 0.06651918922533206, - 0.05619222409646098, - 0.00971142408004057, - 0.04344420143252107, - 0.06773170470380847, - 0.051761056602288094, - 0.008488101790889995, - 0.039002227521046255 - ], - "resistance": [ - 9231.496892678635, - 7013.924236069819, - 6143.382420353377, - 6518.427308043942, - 8393.462047466732, - 10827.31116758414, - 12424.940616771008, - 11530.823337547426 - ], - "fuel": [ - 28.91317807785912, - 28.501214733513937, - 28.34449397451413, - 28.411666315346167, - 28.75534355075944, - 29.22095813874551, - 29.538580566446612, - 29.359652076888494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 -5.9375, 8.75 -5.625, 9.0625 -5.625, 9.0625 -5.9375, 8.75 -5.9375))", @@ -129634,47 +89943,47 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1214.735096662651, + -1214.7350966626946, -2316.9785276531584, - -2330.6869165797543, - -1265.5330740566678, + -2330.686916579758, + -1265.5330740566933, 568.0448632159641, 2118.6238155938554, 2151.400439779314, 626.7738990135767 ], "relative wind speed": [ - 7.0546808711488, + 7.054680871148798, 6.833436330805671, - 6.82956378898453, - 7.045621679598087, + 6.8295637889845295, + 7.045621679598088, 7.343928516133398, 7.550228881077394, 7.553731971417925, 7.352620171871215 ], "relative wind angle": [ - 0.05135837702943052, - 0.022492775576428967, + 0.05135837702943485, + 0.02249277557642897, 0.021204587920308368, - 0.050901568031566355, + 0.05090156803157071, 0.049333901831282605, - 0.020357078948922865, + 0.020357078948922868, 0.019171464514200636, - 0.04877451960464362 + 0.048774519604643615 ], "resistance": [ - 95419.76490333733, + 95419.76490333729, 94317.52147234682, 94303.81308342023, - 95368.96692594331, + 95368.9669259433, 97202.54486321595, 98753.12381559383, 98785.9004397793, 97261.27389901355 ], "fuel": [ - 58.08282864467729, + 58.08282864467727, 57.522274027577375, 57.51533098004377, 58.05689555840127, @@ -129714,51 +90023,51 @@ ], "ice resistance": 65812.10636627075, "wind resistance": [ - -1553.7100900040423, + -1553.7100900040787, -2550.5404914779647, - -2428.2794609566627, - -1101.0296679859566, - 904.5329490637487, + -2428.2794609566736, + -1101.0296679859675, + 904.5329490637123, 2437.770370853621, 2145.5414046231417, 381.1451759254378 ], "relative wind speed": [ - 7.175231039124426, + 7.175231039124425, 6.968691749010631, - 7.002447010217865, - 7.254135525648589, - 7.56474649138838, + 7.002447010217864, + 7.25413552564859, + 7.564746491388381, 7.755428115266014, 7.724963806574, 7.489115282816152 ], "relative wind angle": [ - 0.05038700342421685, + 0.050387003424221255, 0.016884545450994725, 0.027849930268643762, - 0.05426031625665972, - 0.04779050147422555, + 0.05426031625666177, + 0.047790501474230196, 0.015171582274312654, 0.025244540877823844, - 0.052556240589174956 + 0.05255624058917496 ], "resistance": [ - 64258.39627626671, + 64258.39627626666, 63261.56587479278, - 63383.82690531408, - 64711.076698284785, - 66716.6393153345, + 63383.82690531407, + 64711.07669828478, + 66716.63931533445, 68249.87673712437, 67957.64777089389, 66193.25154219619 ], "fuel": [ - 44.996269080697125, + 44.99626908069711, 44.60471299287359, 44.65253832343931, 45.175303263583444, - 45.97767186462905, + 45.97767186462904, 46.6011714469748, 46.481660166705666, 45.76683598702668 @@ -129794,53 +90103,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1968.1239930002703, + -1968.1239930003067, -2346.405177107521, - -1847.5782041015627, + -1847.5782041015846, -242.5774434773739, - 1548.2033481568324, + 1548.2033481568506, 2452.579734054678, - 1377.116598774759, + 1377.1165987747227, -446.70139455284516 ], "relative wind speed": [ - 6.573521703746743, + 6.573521703746742, 6.461561233970227, - 6.5991573269329535, + 6.599157326932953, 6.895634855897142, 7.170132983158295, 7.271191168265149, - 7.146545820198108, + 7.146545820198109, 6.860919364045924 ], "relative wind angle": [ - 0.04168733486685303, + 0.04168733486685836, 0.002690976211436206, - 0.04525507354620657, + 0.04525507354620903, 0.05873993720221872, - 0.03821685524709151, + 0.0382168552470886, 0.0023913417696660565, - 0.041786665826060006, + 0.04178666582606532, 0.059037499694815684 ], "resistance": [ - 94666.37600699975, + 94666.37600699971, 94288.0948228925, - 94786.92179589845, + 94786.92179589844, 96391.92255652264, - 98182.70334815685, + 98182.70334815687, 99087.07973405469, - 98011.61659877477, + 98011.61659877474, 96187.79860544717 ], "fuel": [ - 55.83882237481519, + 55.838822374815166, 55.646995432337356, - 55.90006319697247, + 55.900063196972454, 56.72060372814779, 57.64743646662908, 58.12003851420047, - 57.55837360227544, + 57.55837360227543, 56.61571538533662 ] }, @@ -129874,54 +90183,54 @@ ], "ice resistance": 56513.67234250382, "wind resistance": [ - -2275.2082344913797, + -2275.2082344914197, -2875.527782305926, - -2401.7373924394196, + -2401.737392439438, -524.9023032595796, - 1713.287923583419, + 1713.2879235834007, 3024.5082077339066, - 1892.8989505774807, - -310.7755818107835 + 1892.898950577459, + -310.7755818107762 ], "relative wind speed": [ - 7.053113121003811, + 7.05311312100381, 6.89691223811739, 7.027938155187299, 7.3587483090965184, 7.68487301127648, 7.8253613000824656, 7.707902644947216, - 7.3927330007576275 + 7.392733000757627 ], "relative wind angle": [ - 0.04826643595636315, + 0.04826643595636775, 0.002468658389325215, - 0.04500960451321716, - 0.06312680150922957, - 0.044295823367743264, + 0.04500960451321962, + 0.06312680150922959, + 0.04429582336774577, 0.002175761059912848, - 0.041036674547440935, - 0.06283622162975043 + 0.04103667454744364, + 0.06283622162974867 ], "resistance": [ - 54238.46410801244, + 54238.4641080124, 53638.14456019789, - 54111.9349500644, + 54111.93495006439, 55988.77003924424, - 58226.96026608724, + 58226.96026608722, 59538.180550237725, - 58406.5712930813, - 56202.89676069304 + 58406.57129308128, + 56202.896760693046 ], "fuel": [ - 41.22864016189154, + 41.22864016189152, 41.01477380982321, - 41.18345208444792, + 41.18345208444791, 41.85984875520228, - 42.683610800489404, + 42.68361080048939, 43.174862147059315, - 42.750524286595486, - 41.937851362753534 + 42.75052428659548, + 41.93785136275354 ] }, { @@ -129941,68 +90250,7 @@ "id": "2252", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 12280.905328775554, - "wind resistance": [ - -1908.2474829687162, - -2775.076658328813, - -2501.6088411692726, - -898.0102963510653, - 1274.9239945494664, - 2770.1522246200584, - 2117.087912735504, - 106.69436550526734 - ], - "relative wind speed": [ - 7.1179842101437405, - 6.924624263185471, - 7.000247344421632, - 7.294379121075265, - 7.622400637186391, - 7.798478665953903, - 7.730668005195475, - 7.453772462830908 - ], - "relative wind angle": [ - 0.051360945333112376, - 0.011529685622723372, - 0.03608071866487113, - 0.05993858110174648, - 0.047959406414622284, - 0.010237684810608735, - 0.032670408870572556, - 0.05865535133985067 - ], - "resistance": [ - 10372.657845806838, - 9505.828670446741, - 9779.296487606282, - 11382.895032424489, - 13555.82932332502, - 15051.057553395613, - 14397.993241511058, - 12387.599694280821 - ], - "fuel": [ - 29.132305173702726, - 28.96541316481487, - 29.01776246315831, - 29.330335834500495, - 29.76915185951542, - 30.081312146436478, - 29.943947995376767, - 29.53104847204042 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 -5.9375, 9.6875 -5.625, 10 -5.625, 10 -5.9375, 9.6875 -5.9375))", @@ -130034,54 +90282,54 @@ ], "ice resistance": 9871.989060006601, "wind resistance": [ - -615.224349508193, + -615.2243495082294, -2490.5894836924563, - -2937.327295427298, + -2937.3272954273016, -2263.675684025351, - -231.27672836830607, + -231.27672836829151, 1997.2863277177385, 3063.750479708422, - 1675.1603847769256 + 1675.1603847769438 ], "relative wind speed": [ - 7.345782651207214, + 7.345782651207212, 7.012502442220879, - 6.8888589878399715, + 6.888858987839971, 7.0576867794992895, 7.406727489754609, 7.7230139430218365, 7.833502199649908, - 7.681744085085395 + 7.681744085085394 ], "relative wind angle": [ - 0.06434328043113598, + 0.06434328043113943, 0.04456277200264337, 0.004432546169379312, 0.050402755289003565, - 0.06381312125747224, - 0.04046067804860224, + 0.0638131212574705, + 0.04046067804860225, 0.0038980218653184456, - 0.046305026321078614 + 0.04630502632107621 ], "resistance": [ - 9256.764710498408, + 9256.764710498372, 7381.399576314145, - 6934.661764579303, + 6934.661764579299, 7608.31337598125, - 9640.712331638295, + 9640.71233163831, 11869.27538772434, 12935.739539715023, - 11547.149444783527 + 11547.149444783545 ], "fuel": [ - 28.917977574896, + 28.917977574895996, 28.568216529643365, 28.486828683637846, 28.60984067175263, 28.991198847217774, 29.427032344247728, 29.642135522569035, - 29.36289255319373 + 29.362892553193742 ] }, { @@ -130114,19 +90362,19 @@ ], "ice resistance": 21196.161990047498, "wind resistance": [ - -2500.376760602201, + -2500.3767606022593, -3028.7110503537588, - -2437.8177258773794, + -2437.817725877383, -383.9496712347973, - 1957.9451456913594, + 1957.9451456913375, 3218.891359786041, 1869.1258901442852, -489.76226696673984 ], "relative wind speed": [ - 7.01595912402651, + 7.015959124026509, 6.869648493933032, - 7.028440018703562, + 7.028440018703561, 7.385905978349389, 7.722152486901051, 7.852595178077533, @@ -130134,29 +90382,29 @@ 7.369105396175689 ], "relative wind angle": [ - 0.04870414794948114, + 0.04870414794948799, 0.0012255351189031762, 0.05031367810491121, - 0.06659130055415469, - 0.0442470820065712, + 0.0665913005541547, + 0.04424708200657371, 0.0010721289967042776, 0.04585797332444351, 0.06674334545997963 ], "resistance": [ - 18695.785229445297, + 18695.78522944524, 18167.45093969374, - 18758.34426417012, + 18758.344264170115, 20812.2123188127, - 23154.107135738857, + 23154.107135738835, 24415.05334983354, 23065.287880191783, 20706.399723080758 ], "fuel": [ - 30.877080138762523, + 30.877080138762516, 30.75866344958329, - 30.891170403990845, + 30.89117040399084, 31.36185362613151, 31.917696701192604, 32.22543157565912, @@ -130194,47 +90442,47 @@ ], "ice resistance": 18185.35508606038, "wind resistance": [ - -1771.522702301936, + -1771.5227023019725, -3051.627962828872, - -2953.7965106737793, + -2953.7965106737865, -1412.1402556378998, - 1004.1840839063116, + 1004.1840839063152, 2915.692189126141, 2682.609925437373, 588.4216862872127 ], "relative wind speed": [ - 7.154396612858195, + 7.154396612858194, 6.8918635135569675, - 6.919024193526718, + 6.919024193526717, 7.217409094003264, - 7.5948122206507, + 7.594812220650699, 7.833822877211625, 7.80984428592619, 7.534956504905718 ], "relative wind angle": [ - 0.062325226458717624, - 0.023087050034249063, + 0.0623252264587212, + 0.02308705003424906, 0.03189014391872435, 0.06531779835948441, - 0.05870676224993131, + 0.05870676224992942, 0.02031059482693239, 0.028251604197737295, 0.06256141888572742 ], "resistance": [ - 16413.832383758443, + 16413.832383758407, 15133.727123231507, - 15231.5585753866, + 15231.558575386593, 16773.21483042248, - 19189.53916996669, + 19189.539169966694, 21101.04727518652, 20867.965011497752, 18773.77677234759 ], "fuel": [ - 30.373066399823287, + 30.37306639982328, 30.09881384926483, 30.119558278735596, 30.451157507448045, @@ -130274,54 +90522,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2160.7426338681234, + -2160.742633868158, -2228.2575004689643, - -1285.0586803240913, + -1285.0586803240894, 443.46514039368776, 1973.1485010510587, 2133.8517748329687, - 729.7772466961578, - -1037.6189010918806 + 729.7772466961469, + -1037.6189010918988 ], "relative wind speed": [ 5.752290572034256, 5.729784400708722, - 5.961759424016013, + 5.961759424016012, 6.295756256922013, 6.535606367953921, 6.555346531141509, 6.345110085105718, - 6.01385488479572 + 6.0138548847957205 ], "relative wind angle": [ - 0.033395607386790885, - 0.02465771758647677, - 0.06577469050806506, + 0.03339560738679753, + 0.024657717586476773, + 0.06577469050806338, 0.06562949778856589, - 0.02939179284187607, + 0.029391792841876072, 0.02155187759223448, - 0.06179557053467352, - 0.06871064289705545 + 0.061795570534675326, + 0.06871064289705868 ], "resistance": [ - 94473.7573661319, + 94473.75736613187, 94406.24249953107, 95349.44131967594, 97077.96514039372, 98607.6485010511, 98768.35177483299, - 97364.27724669619, - 95596.88109890815 + 97364.27724669618, + 95596.88109890812 ], "fuel": [ - 51.89855446368268, + 51.89855446368267, 51.86432693047112, 52.34403043710037, 53.23173621813568, 54.026597804092894, 54.11060864152302, - 53.37984879000144, - 52.47042449538738 + 53.37984879000143, + 52.47042449538737 ] }, { @@ -130354,41 +90602,41 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2279.743961543034, + -2279.7439615430376, -2082.1234361446877, - -795.0520935863424, - 992.4874604257784, - 2255.180137919888, + -795.0520935863315, + 992.4874604257711, + 2255.1801379199605, 1783.293629647571, 148.43741216116177, - -1524.941920862675 + -1524.9419208626823 ], "relative wind speed": [ - 6.2819183759161, + 6.281918375916099, 6.342188107669372, 6.604625755064591, - 6.9040095335830785, + 6.904009533583079, 7.070153639408785, 7.016140033768912, 6.769674261148399, - 6.464071729700375 + 6.464071729700376 ], "relative wind angle": [ - 0.013160053622052411, + 0.01316005362205241, 0.03473468194693977, - 0.0597130406595767, - 0.048854792451555114, - 0.011692798269070333, + 0.05971304065957484, + 0.04885479245155739, + 0.011692798269060837, 0.031397004785819076, 0.058255532968203565, - 0.05218272212591228 + 0.05218272212591442 ], "resistance": [ 94354.756038457, 94552.37656385535, - 95839.44790641368, - 97626.98746042581, - 98889.68013791992, + 95839.4479064137, + 97626.9874604258, + 98889.68013791999, 98417.7936296476, 96782.93741216119, 95109.55807913735 @@ -130396,9 +90644,9 @@ "fuel": [ 54.626382681451474, 54.72657893410031, - 55.38269662223236, - 56.304166257298036, - 56.962245202027304, + 55.38269662223237, + 56.30416625729802, + 56.96224520202734, 56.71561729354394, 55.86758013270257, 55.0098598884467 @@ -130434,17 +90682,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2052.7559026537037, + -2052.7559026537965, -1787.295444220359, - -526.4800599990904, + -526.4800599991031, 1086.9131316845614, 2130.355994814623, 1498.9365155606902, - -36.58766049625228, + -36.58766049625956, -1497.244904689478 ], "relative wind speed": [ - 5.184900852851258, + 5.184900852851257, 5.281820317455383, 5.58208223725322, 5.895625555895553, @@ -130454,19 +90702,19 @@ 5.358226742557158 ], "relative wind angle": [ - 0.009870230279409154, - 0.050988795647189326, - 0.07744589856097923, + 0.00987023027943165, + 0.05098879564718933, + 0.07744589856098211, 0.05796860726591129, 0.008460764502248292, - 0.0451510088590239, - 0.07605277096481351, - 0.06379005691937961 + 0.04515100885902391, + 0.07605277096481497, + 0.0637900569193796 ], "resistance": [ - 94581.74409734632, + 94581.74409734624, 94847.20455577967, - 96108.01994000094, + 96108.01994000093, 97721.41313168459, 98764.85599481466, 98133.43651556072, @@ -130474,7 +90722,7 @@ 95137.25509531055 ], "fuel": [ - 49.45536202987745, + 49.45536202987739, 49.590211759573236, 50.234266409012506, 51.067053907338405, @@ -130514,54 +90762,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2046.4494009603332, + -2046.44940096139, -1661.454849564254, - -275.67915976123186, + -275.67915976123913, 1321.1988506781854, 2207.889281231355, 1303.3561573469415, - -296.8910233602037, - -1674.0151072939516 + -296.8910233602055, + -1674.0151072939625 ], "relative wind speed": [ - 5.1955985231321185, + 5.195598523132118, 5.334301990393613, 5.652045010627665, 5.951627122186437, 6.070188950632853, 5.948668774208272, - 5.647638896724607, - 5.331001079385803 + 5.647638896724608, + 5.331001079385804 ], "relative wind angle": [ - 0.000425299553445282, + 0.00042529955370632696, 0.05829309941481904, - 0.07744678300741673, - 0.051715122808651114, + 0.07744678300741815, + 0.05171512280865112, 0.00036402255889922815, 0.05226689765435075, - 0.07750732583771507, - 0.057742058680237185 + 0.07750732583771651, + 0.05774205868024103 ], "resistance": [ - 94588.05059903966, + 94588.05059903862, 94973.04515043575, 96358.82084023877, 97955.69885067819, 98842.38928123136, 97937.85615734695, 96337.60897663979, - 94960.48489270605 + 94960.48489270604 ], "fuel": [ - 49.532978783988064, + 49.53297878398753, 49.72864460509905, 50.43750304980345, 51.26320708967244, 51.725788787723864, 51.25392867869225, 50.42659880564598, - 49.7222524007108 + 49.722252400710786 ] }, { @@ -130581,68 +90829,7 @@ "id": "2260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.07264719742183, - 13.07264719742183, - 13.07264719742183, - 13.07264719742183, - 13.07264719742183, - 13.07264719742183, - 13.07264719742183, - 13.07264719742183 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -67.50134889895253, - -453.55935801521264, - -568.9330622061434, - -474.966037324476, - -103.79308079499697, - 336.7586540514276, - 592.2561769367885, - 367.13091974131476 - ], - "relative wind speed": [ - 3.6418426184826727, - 3.507077712296881, - 3.4461132277556215, - 3.4985194122071315, - 3.630182786846472, - 3.7605386108406895, - 3.8164837671868694, - 3.768501910059621 - ], - "relative wind angle": [ - 0.050871338092141026, - 0.038524118146985156, - 0.0016939358253878416, - 0.03625704881798474, - 0.051034874185834585, - 0.0359264283255964, - 0.0015295477447942066, - 0.033658507021193176 - ], - "resistance": [ - 96566.9986511011, - 96180.94064198484, - 96065.5669377939, - 96159.53396267557, - 96530.70691920504, - 96971.25865405147, - 97226.75617693683, - 97001.63091974136 - ], - "fuel": [ - 43.1405748411405, - 42.94207952453796, - 42.88286669636742, - 42.93108930959434, - 43.1218914928034, - 43.349023308257536, - 43.48107904307147, - 43.36470871107288 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 -0.3125, 5.9375 0, 6.25 0, 6.25 -0.3125, 5.9375 -0.3125))", @@ -130661,68 +90848,7 @@ "id": "2261", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.027350461185913, - 13.027350461185913, - 13.027350461185913, - 13.027350461185913, - 13.027350461185913, - 13.027350461185913, - 13.027350461185913, - 13.027350461185913 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -14.61531473944251, - -454.75776698427126, - -622.4036512825032, - -544.8365800822085, - -167.2275497701612, - 317.8021960751903, - 631.1351478907973, - 445.6305398398936 - ], - "relative wind speed": [ - 3.648892054838655, - 3.4977981856158267, - 3.418011280305821, - 3.461541828083679, - 3.599663652294197, - 3.7466517706100313, - 3.819579888576074, - 3.780174574003131 - ], - "relative wind angle": [ - 0.05505519066269294, - 0.04559043047222717, - 0.007212462416513824, - 0.03598815229909553, - 0.055808893683375466, - 0.04256040729473263, - 0.006454174552677877, - 0.03295354435750137 - ], - "resistance": [ - 96619.88468526058, - 96179.74223301574, - 96012.09634871752, - 96089.66341991781, - 96467.27245022985, - 96952.30219607521, - 97265.63514789082, - 97080.13053983991 - ], - "fuel": [ - 43.13208557711022, - 42.90573991420494, - 42.81971667619429, - 42.85950525376537, - 43.05352225976642, - 43.30351090546026, - 43.46547091234661, - 43.369540525562336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 -0.625, 5.625 -0.3125, 5.9375 -0.3125, 5.9375 -0.625, 5.625 -0.625))", @@ -130741,68 +90867,7 @@ "id": "2262", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.88269705147664, - 15.88269705147664, - 15.88269705147664, - 15.88269705147664, - 15.88269705147664, - 15.88269705147664, - 15.88269705147664, - 15.88269705147664 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -160.99253389143632, - -686.2644502652765, - -815.2270239323689, - -641.4200639744104, - -84.94667612034573, - 533.9237536226483, - 842.994529783391, - 470.3013222765003 - ], - "relative wind speed": [ - 4.407178502834505, - 4.253352043761929, - 4.194186943303932, - 4.268090866169499, - 4.42728381404372, - 4.575266190918985, - 4.629563717085976, - 4.561519997112868 - ], - "relative wind angle": [ - 0.04941428420983668, - 0.03452372480004987, - 0.002399724940786501, - 0.03774158735250162, - 0.049189701032863194, - 0.0320937815120133, - 0.0021740479011845143, - 0.035312737914251664 - ], - "resistance": [ - 96473.50746610858, - 95948.23554973473, - 95819.27297606764, - 95993.0799360256, - 96549.55332387966, - 97168.42375362266, - 97477.4945297834, - 97104.80132227651 - ], - "fuel": [ - 45.57295807104201, - 45.30320341438019, - 45.23713134999916, - 45.32619327286299, - 45.6120966818107, - 45.931411594033065, - 46.09141461012224, - 45.89851897946405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 -0.625, 5.9375 -0.3125, 6.25 -0.3125, 6.25 -0.625, 5.9375 -0.625))", @@ -130821,68 +90886,7 @@ "id": "2263", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.277530582533977, - 16.277530582533977, - 16.277530582533977, - 16.277530582533977, - 16.277530582533977, - 16.277530582533977, - 16.277530582533977, - 16.277530582533977 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 47.13045436831635, - -727.7180251616364, - -1064.4183645526546, - -961.9347466106728, - -349.3989826926136, - 484.63848549214345, - 1061.7456658122592, - 817.078954604558 - ], - "relative wind speed": [ - 4.58097478543674, - 4.3709482262948045, - 4.24907311222508, - 4.29523446354783, - 4.478548285512078, - 4.683752377476916, - 4.794590954131147, - 4.753281564732026 - ], - "relative wind angle": [ - 0.059580768443921454, - 0.05245231235086672, - 0.012075014465900029, - 0.03646780591920412, - 0.06094507919362674, - 0.048946386858573734, - 0.010701090498488329, - 0.03295226741013326 - ], - "resistance": [ - 96681.63045436837, - 95906.7819748384, - 95570.0816354474, - 95672.56525338937, - 96285.10101730743, - 97119.13848549219, - 97696.2456658123, - 97451.5789546046 - ], - "fuel": [ - 46.0703350714671, - 45.6721694956081, - 45.49984813533234, - 45.5522540219189, - 45.866294358326854, - 46.29614089253279, - 46.59508577778669, - 46.46819566479088 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 -0.9375, 5 -0.625, 5.3125 -0.625, 5.3125 -0.9375, 5 -0.9375))", @@ -130901,68 +90905,7 @@ "id": "2264", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 74543.22599124757, - "wind resistance": [ - -460.15621795783227, - -1638.2039862417223, - -1899.6830559056252, - -1439.0085028491667, - -121.92319007965489, - 1291.5646920680992, - 1919.4965566247156, - 1009.0358711520894 - ], - "relative wind speed": [ - 7.340482363640524, - 7.13226637758921, - 7.060598806262911, - 7.171263495413159, - 7.39401951722226, - 7.595063019560254, - 7.6617328620214895, - 7.558252829281109 - ], - "relative wind angle": [ - 0.04095821790645611, - 0.027146231954243084, - 0.003794429875406754, - 0.03228421658327741, - 0.040661491599264084, - 0.025491736744184573, - 0.003496720368535427, - 0.030630704567751223 - ], - "resistance": [ - 74083.06977328974, - 72905.02200500586, - 72643.54293534195, - 73104.2174883984, - 74421.30280116791, - 75834.79068331567, - 76462.72254787228, - 75552.26186239967 - ], - "fuel": [ - 49.05321840419903, - 48.547809965349884, - 48.43632999795613, - 48.63290644457116, - 49.199282003831186, - 49.81429371813581, - 50.08989321998536, - 49.69077031079356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 -0.9375, 5.3125 -0.625, 5.625 -0.625, 5.625 -0.9375, 5.3125 -0.9375))", @@ -130981,68 +90924,7 @@ "id": "2265", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78424.58291700819, - "wind resistance": [ - -623.7047142066367, - -1560.6300550355772, - -1695.2384652145192, - -1128.6883608634562, - 110.33806802461186, - 1306.2805302183988, - 1629.8208983596232, - 693.7207188423454 - ], - "relative wind speed": [ - 7.307721305225047, - 7.136323549347335, - 7.0994804404737915, - 7.220564847866939, - 7.423826591255599, - 7.5887336315688705, - 7.62321253850395, - 7.508624055685708 - ], - "relative wind angle": [ - 0.03584295059592099, - 0.020193512450305685, - 0.00818229139428527, - 0.0313390243411392, - 0.03528214850896477, - 0.018989506330286482, - 0.0076201380208463804, - 0.030136369504535944 - ], - "resistance": [ - 77800.87820280154, - 76863.9528619726, - 76729.34445179367, - 77295.89455614473, - 78534.9209850328, - 79730.86344722658, - 80054.40381536781, - 79118.30363585053 - ], - "fuel": [ - 50.68210508652004, - 50.26676160479011, - 50.207357410374044, - 50.457837598420454, - 51.009791808072315, - 51.547971224170674, - 51.69448048537296, - 51.27165171953793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5 -1.25, 5 -0.9375, 5.3125 -0.9375, 5.3125 -1.25, 5 -1.25))", @@ -131074,9 +90956,9 @@ ], "ice resistance": 41083.22658900213, "wind resistance": [ - -395.03191869163857, + -395.0319186916713, -1657.471302949125, - -1965.6319621390285, + -1965.6319621394214, -1547.8973844086795, -209.02659469606078, 1278.4603019688875, @@ -131084,7 +90966,7 @@ 1123.0382374079236 ], "relative wind speed": [ - 7.353063216537746, + 7.353063216537744, 7.132183707346584, 7.047685381431085, 7.153662547896651, @@ -131094,19 +90976,19 @@ 7.5758914723613735 ], "relative wind angle": [ - 0.04264100912731027, + 0.042641009127312876, 0.029619303972651168, - 0.0020911341766355535, + 0.0020911341766886456, 0.03244524410193212, 0.04247081295256556, 0.027809826007539895, - 0.0019203210575906313, - 0.03063638307707193 + 0.001920321057590631, + 0.030636383077071925 ], "resistance": [ - 40688.19467031049, + 40688.19467031046, 39425.755286053005, - 39117.5946268631, + 39117.59462686271, 39535.32920459345, 40874.199994306065, 42361.68689097102, @@ -131114,9 +90996,9 @@ 42206.26482641006 ], "fuel": [ - 36.7277759089177, + 36.72777590891769, 36.34323547888859, - 36.25026989004953, + 36.250269890049424, 36.376376786670896, 36.7849345952842, 37.24666472056922, @@ -131141,68 +91023,7 @@ "id": "2267", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23830.23063978575, - "wind resistance": [ - -601.3141917249013, - -1736.4121295911718, - -1942.8945073147624, - -1373.4513074380375, - 14.948487323610607, - 1421.9382976675806, - 1917.5565444736603, - 907.1241337242172 - ], - "relative wind speed": [ - 7.31861534862759, - 7.113944175558439, - 7.057311590201424, - 7.185025526292494, - 7.416166345066037, - 7.6127164761270105, - 7.6652467016832615, - 7.545665117495128 - ], - "relative wind angle": [ - 0.041546344866504104, - 0.02536465243682124, - 0.006917288267880708, - 0.03472656851662255, - 0.040999542816662925, - 0.02370248113069966, - 0.006368666431849679, - 0.03306621698774956 - ], - "resistance": [ - 23228.91644806085, - 22093.81851019458, - 21887.336132470988, - 22456.779332347713, - 23845.17912710936, - 25252.16893745333, - 25747.78718425941, - 24737.354773509967 - ], - "fuel": [ - 31.935788878417267, - 31.66351154402353, - 31.61449775151866, - 31.750053979532776, - 32.08562062277541, - 32.432997941411, - 32.55711751740978, - 32.305038874682296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 -0.9375, 5.625 -0.625, 5.9375 -0.625, 5.9375 -0.9375, 5.625 -0.9375))", @@ -131221,68 +91042,7 @@ "id": "2268", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 70413.55238936581, - "wind resistance": [ - -73.83058617352799, - -1220.6617908912194, - -1642.3917407638983, - -1433.3184063270528, - -435.2474388936207, - 833.4545496665305, - 1637.8612674160322, - 1135.028857731977 - ], - "relative wind speed": [ - 7.394223933046272, - 7.201643289922797, - 7.1030080607222645, - 7.160183719489075, - 7.33706174617272, - 7.526178084784821, - 7.619337184329087, - 7.5656322764425274 - ], - "relative wind angle": [ - 0.034921716713274174, - 0.0281602957336807, - 0.004026286186171349, - 0.02267300619812506, - 0.03519389965990983, - 0.026945700744528414, - 0.0037534410704780138, - 0.021457749041783672 - ], - "resistance": [ - 70339.72180319228, - 69192.8905984746, - 68771.16064860192, - 68980.23398303875, - 69978.30495047219, - 71247.00693903235, - 72051.41365678184, - 71548.58124709778 - ], - "fuel": [ - 47.46510593588925, - 46.98899789554835, - 46.815147068490695, - 46.901251189006125, - 47.31453526170633, - 47.845233603758246, - 48.18481977534769, - 47.97226326843257 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 -0.9375, 5.9375 -0.625, 6.25 -0.625, 6.25 -0.9375, 5.9375 -0.9375))", @@ -131301,68 +91061,7 @@ "id": "2269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 75688.79217892858, - "wind resistance": [ - 603.4740405757548, - -953.2392617160367, - -1932.2644808818332, - -1984.4480545682927, - -1148.0252546058, - 378.38254413906543, - 1715.8290426806525, - 1840.9834187655688 - ], - "relative wind speed": [ - 7.505331224661007, - 7.261905268910495, - 7.074616052376086, - 7.060286840365216, - 7.228159409024107, - 7.472684731708222, - 7.650234829441369, - 7.6634610304940525 - ], - "relative wind angle": [ - 0.038363552603892966, - 0.041546244856621964, - 0.019605411090138396, - 0.01494020126853709, - 0.0398354099487269, - 0.04037371771933328, - 0.018130093013380897, - 0.013764213393838747 - ], - "resistance": [ - 76292.26621950432, - 74735.55291721254, - 73756.52769804675, - 73704.34412436029, - 74540.76692432277, - 76067.17472306764, - 77404.62122160922, - 77529.77559769414 - ], - "fuel": [ - 50.01493479852138, - 49.33537023561213, - 48.912607338772034, - 48.890173534694455, - 49.25097349167136, - 49.916116132128565, - 50.50604386750037, - 50.56158816971498 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 -1.25, 5.625 -0.9375, 5.9375 -0.9375, 5.9375 -1.25, 5.625 -1.25))", @@ -131394,9 +91093,9 @@ ], "ice resistance": 23853.920559937604, "wind resistance": [ - -146.25733593910627, + -146.25733593916812, -1366.889303569631, - -1775.111163773643, + -1775.1111637739414, -1518.1692103142486, -403.2352931361238, 967.025502421162, @@ -131404,9 +91103,9 @@ 1181.577221715539 ], "relative wind speed": [ - 7.386818647183056, + 7.386818647183055, 7.179798959019367, - 7.079898209595487, + 7.079898209595486, 7.150238533936381, 7.346157229006257, 7.5486159438480245, @@ -131414,19 +91113,19 @@ 7.576622246586107 ], "relative wind angle": [ - 0.03808351522211705, + 0.03808351522212288, 0.029706991510258754, - 0.002873709552369694, - 0.02580422845573039, + 0.0028737095524083277, + 0.025804228455730393, 0.03829441256605363, - 0.028255144610495518, + 0.028255144610495515, 0.0026621988065944516, 0.024351768156690698 ], "resistance": [ - 23707.663223998497, + 23707.663223998436, 22487.031256367973, - 22078.80939616396, + 22078.809396163662, 22335.751349623355, 23450.68526680148, 24820.946062358766, @@ -131434,9 +91133,9 @@ 25035.497781653143 ], "fuel": [ - 32.05206393793701, + 32.05206393793699, 31.757289218109104, - 31.659943405956813, + 31.659943405956746, 31.721142237864257, 31.98954468847416, 32.325748749968895, @@ -131474,9 +91173,9 @@ ], "ice resistance": 28222.40934002861, "wind resistance": [ - 650.2781439240207, + 650.2781439239334, -860.2034988628875, - -1848.16445385911, + -1848.1644538591172, -1930.6572809225108, -1168.4484620840667, 294.09761519424865, @@ -131484,9 +91183,9 @@ 1812.2838707326446 ], "relative wind speed": [ - 7.510055418828233, + 7.510055418828232, 7.275682330364243, - 7.0893281699915205, + 7.08932816999152, 7.06669174719694, 7.2223222574409, 7.458372329927157, @@ -131494,19 +91193,19 @@ 7.656679367343011 ], "relative wind angle": [ - 0.03639268620837059, + 0.036392686208379744, 0.0405594257578367, 0.020308779436952466, 0.012936872742346525, 0.03784322910952094, 0.039565412758876484, - 0.018855345757145488, + 0.018855345757145484, 0.011939968958272967 ], "resistance": [ - 28872.68748395263, + 28872.687483952544, 27362.205841165724, - 26374.2448861695, + 26374.244886169494, 26291.7520591061, 27053.960877944544, 28516.50695522286, @@ -131514,7 +91213,7 @@ 30034.693210761256 ], "fuel": [ - 33.36074778614618, + 33.36074778614616, 32.96776040764523, 32.71531154300542, 32.69439684463551, @@ -131541,68 +91240,7 @@ "id": "2272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.333449577856683, - 16.333449577856683, - 16.333449577856683, - 16.333449577856683, - 16.333449577856683, - 16.333449577856683, - 16.333449577856683, - 16.333449577856683 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 119.52640300689927, - -555.6347149740741, - -896.4132043268119, - -848.2017938749386, - -376.599922114543, - 326.4840666716118, - 856.9482808817611, - 741.5707649371343 - ], - "relative wind speed": [ - 4.606388966244396, - 4.428320743731189, - 4.313262179976502, - 4.334814626968192, - 4.478839487680034, - 4.654975602017707, - 4.761784521744387, - 4.742172984462154 - ], - "relative wind angle": [ - 0.048708901260839974, - 0.04602532785044219, - 0.014804331196819141, - 0.02617289821217478, - 0.05009719067007042, - 0.0437828443186589, - 0.013409792656323617, - 0.02392416558796 - ], - "resistance": [ - 96754.02640300697, - 96078.865285026, - 95738.08679567325, - 95786.29820612514, - 96257.90007788553, - 96960.98406667169, - 97491.44828088183, - 97376.0707649372 - ], - "fuel": [ - 46.16374532374435, - 45.81649824118036, - 45.64187408136616, - 45.66655267557976, - 45.90841368395504, - 46.270526902085436, - 46.54495224676958, - 46.48517482918509 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 -0.3125, 6.5625 0, 6.875 0, 6.875 -0.3125, 6.5625 -0.3125))", @@ -131621,68 +91259,7 @@ "id": "2273", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.164728327857462, - 14.164728327857462, - 14.164728327857462, - 14.164728327857462, - 14.164728327857462, - 14.164728327857462, - 14.164728327857462, - 14.164728327857462 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 222.44950165396403, - -423.5978798846945, - -810.0802459343467, - -814.3337565904703, - -439.2615862528328, - 204.33197638936235, - 748.7771584065849, - 758.921132059415 - ], - "relative wind speed": [ - 4.039582183094036, - 3.8483308975280544, - 3.705586909870744, - 3.703381539239245, - 3.843202258876893, - 4.034696657710235, - 4.166179721279654, - 4.168140231737553 - ], - "relative wind angle": [ - 0.057058783977117895, - 0.060438288423132695, - 0.026546340314707498, - 0.025208129509384926, - 0.059977789074459366, - 0.05764342569476969, - 0.02361092507151898, - 0.022396856611824792 - ], - "resistance": [ - 96856.94950165394, - 96210.9021201153, - 95824.41975406563, - 95820.16624340952, - 96195.23841374715, - 96838.83197638935, - 97383.27715840656, - 97393.4211320594 - ], - "fuel": [ - 44.192229228704775, - 43.85967342750631, - 43.66147233821631, - 43.65929408781511, - 43.851629748106376, - 44.18288198461208, - 44.464306804469445, - 44.469560711861845 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 -0.625, 6.25 -0.3125, 6.5625 -0.3125, 6.5625 -0.625, 6.25 -0.625))", @@ -131701,68 +91278,7 @@ "id": "2274", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.089357832812004, - 15.089357832812004, - 15.089357832812004, - 15.089357832812004, - 15.089357832812004, - 15.089357832812004, - 15.089357832812004, - 15.089357832812004 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 211.42708444503478, - -594.5197745165196, - -1036.9876032911607, - -1007.8187870111333, - -487.6172604887988, - 335.12379064869674, - 991.3880536890529, - 921.95868335244 - ], - "relative wind speed": [ - 4.298391517730752, - 4.070484909552244, - 3.9114079396395782, - 3.925653753036332, - 4.103459886592841, - 4.329631079166407, - 4.473861934648931, - 4.461366975697915 - ], - "relative wind angle": [ - 0.06549075236532374, - 0.06588394151748303, - 0.02497702804133213, - 0.03308024372674071, - 0.06860661790382726, - 0.061935305972073335, - 0.02183638056438003, - 0.029106826535491962 - ], - "resistance": [ - 96845.92708444505, - 96039.9802254835, - 95597.51239670886, - 95626.68121298889, - 96146.88273951122, - 96969.62379064871, - 97625.88805368906, - 97556.45868335245 - ], - "fuel": [ - 45.011835350738004, - 44.5972433953488, - 44.37065858919202, - 44.38557331484982, - 44.65209672229042, - 45.0756808637102, - 45.41536111645493, - 45.37934889530324 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 -0.625, 6.5625 -0.3125, 6.875 -0.3125, 6.875 -0.625, 6.5625 -0.625))", @@ -131781,68 +91297,7 @@ "id": "2275", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.58014360851106, - 12.58014360851106, - 12.58014360851106, - 12.58014360851106, - 12.58014360851106, - 12.58014360851106, - 12.58014360851106, - 12.58014360851106 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 100.9192819383843, - -587.1469062932892, - -915.5247537352461, - -846.1807883408355, - -335.9599684069535, - 391.87604664419996, - 924.4009259330132, - 760.0867154821317 - ], - "relative wind speed": [ - 3.58106615275374, - 3.3409054094482054, - 3.189390300328775, - 3.2303744402336863, - 3.43465415312122, - 3.6686830044405623, - 3.8011410726412196, - 3.7663729127419403 - ], - "relative wind angle": [ - 0.08553791637206004, - 0.08039333450596378, - 0.02304285392565248, - 0.050905307428177414, - 0.08919371602193091, - 0.07319712117565956, - 0.01933386006047137, - 0.043655903990113605 - ], - "resistance": [ - 96735.41928193839, - 96047.35309370671, - 95718.97524626476, - 95788.31921165917, - 96298.54003159305, - 97026.3760466442, - 97558.90092593302, - 97394.58671548213 - ], - "fuel": [ - 42.84617437963901, - 42.49235415634557, - 42.32411535129263, - 42.35960913301561, - 42.62131636512068, - 42.996321339420305, - 43.27194434825613, - 43.18678640923383 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 -0.3125, 6.875 0, 7.1875 0, 7.1875 -0.3125, 6.875 -0.3125))", @@ -131874,30 +91329,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 185.07771244364176, + 185.0777124436363, -425.4867225417365, - -775.2375260973358, - -765.7049060623003, + -775.2375260973504, + -765.7049060622894, -390.52438166535285, 225.5301050367043, 731.2557801226412, 708.5591094542715 ], "relative wind speed": [ - 3.7659494891689085, + 3.7659494891689076, 3.5701709884765362, 3.428753373104108, - 3.4340728757921113, + 3.434072875792111, 3.5824930081423254, 3.777632965416396, 3.906441093218661, 3.9017656505880898 ], "relative wind angle": [ - 0.0634845995443728, - 0.06557345880600593, - 0.026812638552104782, - 0.030272501169475198, + 0.06348459954437453, + 0.06557345880600592, + 0.026812638552113063, + 0.03027250116946786, 0.06674031017476079, 0.06196751075388452, 0.023533285889803315, @@ -131906,7 +91361,7 @@ "resistance": [ 96819.57771244367, 96209.01327745829, - 95859.2624739027, + 95859.26247390268, 95868.79509393773, 96243.97561833468, 96860.03010503673, @@ -131916,7 +91371,7 @@ "fuel": [ 43.37124526362936, 43.05699906796332, - 42.877613709250056, + 42.87761370925005, 42.882496906235644, 43.0749560947435, 43.3921143574056, @@ -131954,34 +91409,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 32.37214405525947, + 32.372144055255376, -432.87481798839053, - -632.5097891535715, + -632.5097891535675, -564.9172949609879, - -189.90728579877577, + -189.9072857987744, 314.0349216831446, - 661.6335418254857, + 661.6335418254766, 501.9125571657337 ], "relative wind speed": [ 2.77677144901449, 2.563370959428899, - 2.4383158041437163, + 2.438315804143716, 2.490060475139261, - 2.680771657662095, + 2.6807716576620946, 2.8855026745686736, 2.991924531108595, 2.948999015044875 ], "relative wind angle": [ - 0.09986751618801346, + 0.0998675161880168, 0.089798891000701, - 0.019789103205474418, + 0.01978910320546881, 0.06496150534633838, - 0.10345641262890823, - 0.07975126557428655, - 0.016127086379098383, - 0.054840772483427766 + 0.10345641262890608, + 0.07975126557428654, + 0.01612708637910527, + 0.05484077248342777 ], "resistance": [ 96666.87214405525, @@ -131990,7 +91445,7 @@ 96069.58270503899, 96444.59271420121, 96948.53492168312, - 97296.13354182547, + 97296.13354182546, 97136.41255716572 ], "fuel": [ @@ -132000,7 +91455,7 @@ 40.636216688887046, 40.828868472984595, 41.088579973024395, - 41.26826899489875, + 41.26826899489874, 41.18564635925004 ] }, @@ -132036,37 +91491,37 @@ "wind resistance": [ 104.2983581660169, -370.93667556723585, - -618.377350400121, - -588.7910994482945, + -618.3773504001219, + -588.7910994482922, -263.45168547867706, 228.76557776326536, - 608.5073541585275, + 608.5073541585348, 538.3258627445971 ], "relative wind speed": [ - 3.04740702347576, + 3.0474070234757598, 2.8550649946752027, - 2.725467396178504, - 2.746028651013103, + 2.7254673961785034, + 2.7460286510131025, 2.9022400211273474, 3.091648521928542, 3.206480029460751, 3.188889047109951 ], "relative wind angle": [ - 0.07902781656548986, - 0.07769751330838591, - 0.02672233036545873, - 0.043211181051261704, + 0.07902781656548846, + 0.0776975133083859, + 0.026722330365458735, + 0.04321118105125914, 0.08298958665569695, 0.07174118600632991, - 0.022712891861688032, + 0.022712891861683147, 0.03720718723070576 ], "resistance": [ 96738.79835816601, 96263.56332443275, - 96016.12264959987, + 96016.12264959986, 96045.70890055169, 96371.04831452131, 96863.26557776325, @@ -132076,7 +91531,7 @@ "fuel": [ 41.52343773549681, 41.27886626542167, - 41.15185791011278, + 41.15185791011277, 41.16703218882772, 41.33410800985115, 41.5876315075136, @@ -132114,34 +91569,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 149.82059438753413, + 149.82059438753186, -222.1301434221091, - -454.73900608010763, + -454.7390060801122, -465.51217145340433, -261.227928533488, 104.54121564533716, 424.7946089626703, - 450.33884817045964 + 450.3388481704678 ], "relative wind speed": [ - 2.6675938593028796, + 2.667593859302879, 2.500009675174135, 2.3682786830422318, 2.3596209620030915, 2.480166883013441, 2.6490066798373215, 2.7674068810413095, - 2.77479254746416 + 2.7747925474641595 ], "relative wind angle": [ - 0.07493110265823788, + 0.07493110265823937, 0.08316527678336286, - 0.039700525249434876, - 0.03168084306773238, + 0.03970052524944047, + 0.031680843067732375, 0.08060552993598076, 0.07847761630024798, - 0.03397234243788939, - 0.026939425945766492 + 0.033972342437889394, + 0.02693942594575825 ], "resistance": [ 96784.32059438758, @@ -132194,17 +91649,17 @@ ], "ice resistance": 91912.8484243761, "wind resistance": [ - 790.8446939872483, + 790.8446939872156, -822.9665133977796, - -1932.558943694792, + -1932.5589436948285, -2065.9493906766475, - -1320.5655482413604, + -1320.5655482413822, 215.8049800604458, 1658.9410950588426, 1978.7775428024142 ], "relative wind speed": [ - 7.533630779857639, + 7.533630779857638, 7.285777687362344, 7.07950621976596, 7.042863066256069, @@ -132214,31 +91669,31 @@ 7.680293104250978 ], "relative wind angle": [ - 0.03765141868324376, + 0.0376514186832467, 0.043761524496451445, - 0.023616054267501085, + 0.023616054267505786, 0.011687926290344375, - 0.03939955279196061, + 0.03939955279196343, 0.04279482900122546, 0.021864531141917744, 0.010717841763849332 ], "resistance": [ - 92703.69311836336, + 92703.69311836333, 91089.88191097832, - 89980.28948068131, + 89980.28948068127, 89846.89903369946, - 90592.28287613475, + 90592.28287613472, 92128.65340443655, 93571.78951943494, 93891.62596717852 ], "fuel": [ - 57.727783268267, + 57.727783268266975, 56.92491300597049, - 56.37851358806961, + 56.37851358806958, 56.313136270176415, - 56.67931246947188, + 56.67931246947187, 57.44058994478947, 58.163669353660296, 58.32497161246691 @@ -132274,9 +91729,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 575.9963317271577, + 575.9963317271522, -476.62944034197426, - -1227.9516225787302, + -1227.9516225787538, -1338.929671262089, -885.0826543174499, 103.53323643744261, @@ -132284,9 +91739,9 @@ 1327.359816444059 ], "relative wind speed": [ - 5.095265836131503, + 5.095265836131502, 4.855347364932212, - 4.645962837671712, + 4.6459628376717115, 4.599872983342684, 4.748221449653147, 4.993289781460806, @@ -132296,7 +91751,7 @@ "relative wind angle": [ 0.053315366387721, 0.06489876320308637, - 0.03741479534683296, + 0.03741479534683889, 0.015025475867342755, 0.05721626386341364, 0.06310348108382288, @@ -132304,9 +91759,9 @@ 0.013216106990350144 ], "resistance": [ - 97210.49633172718, + 97210.49633172716, 96157.87055965804, - 95406.54837742128, + 95406.54837742126, 95295.57032873793, 95749.41734568257, 96738.03323643746, @@ -132314,9 +91769,9 @@ 97961.85981644408 ], "fuel": [ - 47.82476346701458, + 47.82476346701456, 47.28233106729961, - 46.89768616539325, + 46.897686165393246, 46.84104818478865, 47.07295988976442, 47.580786818221725, @@ -132354,53 +91809,53 @@ ], "ice resistance": 37620.2771587172, "wind resistance": [ - 726.4068024533117, + 726.4068024532207, -819.4837916484066, -1865.3093495427165, -1978.7605839316348, - -1243.1989858887318, + -1243.1989858887573, 236.784422938199, - 1608.8014021343079, + 1608.8014021342642, 1880.96381765962 ], "relative wind speed": [ - 7.522030486163894, + 7.522030486163892, 7.283798286471829, 7.088588706469835, 7.0574470145401405, 7.21042165124687, 7.451000305028761, - 7.636951824783036, + 7.636951824783037, 7.665739668192959 ], "relative wind angle": [ - 0.036466740092666414, + 0.036466740092675545, 0.04177140392165678, 0.021996639330276586, - 0.011856173789858586, - 0.03804344814129696, + 0.011856173789858588, + 0.03804344814129988, 0.04083351748679302, - 0.020416966286730613, - 0.010915322350547266 + 0.02041696628673605, + 0.010915322350547268 ], "resistance": [ - 38346.683961170515, + 38346.68396117042, 36800.79336706879, 35754.967809174486, 35641.516574785564, - 36377.07817282847, + 36377.07817282845, 37857.061581655405, - 39229.078560851514, + 39229.07856085147, 39501.24097637682 ], "fuel": [ - 36.01925006732563, + 36.0192500673256, 35.56265448547197, 35.25880146252064, 35.22608416260774, - 35.43905830304724, + 35.43905830304723, 35.87367256641274, - 36.28386145352304, + 36.28386145352303, 36.366061804257285 ] }, @@ -132434,53 +91889,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 335.61544876940025, + 335.6154487693784, -797.979155743169, - -1450.5310912577006, + -1450.5310912577352, -1437.9213605199584, - -750.9429664410909, + -750.9429664411073, 389.97195638154517, - 1327.906209902787, + 1327.9062099028306, 1297.67257879916 ], "relative wind speed": [ - 6.356680138927862, + 6.356680138927861, 6.144506481527803, 5.992829329196348, 5.996909217234311, 6.154108829188244, 6.365962454224455, - 6.508950337900627, + 6.508950337900626, 6.5051915967466165 ], "relative wind angle": [ - 0.040613254634661436, + 0.04061325463466418, 0.04137903559053899, - 0.01691635601228293, + 0.01691635601228949, 0.018480495494969603, - 0.041950870351613836, + 0.04195087035161649, 0.03993878235314252, - 0.01557487655306499, + 0.01557487655305786, 0.017036378517492675 ], "resistance": [ - 96970.11544876941, + 96970.11544876939, 95836.52084425684, - 95183.96890874232, + 95183.96890874227, 95196.57863948005, - 95883.55703355893, + 95883.5570335589, 97024.47195638156, - 97962.40620990281, + 97962.40620990284, 97932.17257879917 ], "fuel": [ - 53.72538483283599, + 53.72538483283597, 53.14241282528207, - 52.8089944536888, + 52.808994453688776, 52.815422323374534, - 53.16650696940694, + 53.166506969406925, 53.75345881234032, - 54.239613491387146, + 54.23961349138717, 54.22389158903075 ] }, @@ -132514,7 +91969,7 @@ ], "ice resistance": 38493.83623718266, "wind resistance": [ - 821.4300702272049, + 821.430070227143, -1195.4614194462192, -2479.2367999392372, -2558.9294454911615, @@ -132524,9 +91979,9 @@ 2415.039564218394 ], "relative wind speed": [ - 7.553682952793064, + 7.553682952793063, 7.238730964714808, - 6.9919666516037315, + 6.991966651603731, 6.969957347746666, 7.187305261064196, 7.504415839192058, @@ -132534,17 +91989,17 @@ 7.754687462279177 ], "relative wind angle": [ - 0.04920866332435428, + 0.04920866332436105, 0.05423903569016028, - 0.026236287783208558, + 0.02623628778320856, 0.019087522406288554, - 0.05171929238226748, + 0.051719292382267475, 0.05231698127309699, - 0.023715964666380082, - 0.017155773879616944 + 0.023715964666380086, + 0.017155773879616948 ], "resistance": [ - 39315.26630740987, + 39315.2663074098, 37298.37481773644, 36014.59943724342, 35934.906791691494, @@ -132554,7 +92009,7 @@ 40908.87580140105 ], "fuel": [ - 36.30986264327967, + 36.30986264327965, 35.70865008794099, 35.33385478246992, 35.310790857142905, @@ -132594,49 +92049,49 @@ ], "ice resistance": 16023.496857670263, "wind resistance": [ - 652.1076847179938, + 652.1076847179538, -1193.6473159554516, - -2313.4905448423087, + -2313.4905448423815, -2340.224178732082, - -1292.8767818676497, + -1292.8767818676533, 537.3985905808477, 2100.0953948523456, 2164.0596991040184 ], "relative wind speed": [ - 7.523420494133258, + 7.523420494133257, 7.232564177918777, - 7.01442214804716, + 7.014422148047159, 7.007053762950835, - 7.21530031132381, + 7.2153003113238094, 7.506825555880453, 7.711050281454481, 7.717746567311622 ], "relative wind angle": [ - 0.04632405158023277, - 0.049159817793840176, - 0.021989701218186674, + 0.046324051580237564, + 0.04915981779384017, + 0.02198970121819677, 0.019594436817218907, - 0.048303769404850296, + 0.0483037694048503, 0.047362397359770256, 0.02000283965371499, 0.01778987263342559 ], "resistance": [ - 16675.604542388257, + 16675.604542388217, 14829.849541714811, - 13710.006312827954, + 13710.006312827882, 13683.272678938181, - 14730.620075802613, + 14730.62007580261, 16560.89544825111, 18123.59225252261, 18187.55655677428 ], "fuel": [ - 30.4298999852004, + 30.429899985200393, 30.034605990260545, - 29.80095486272586, + 29.800954862725845, 29.795434018456085, 30.013713706555336, 30.404964006052758, @@ -132674,54 +92129,54 @@ ], "ice resistance": 38499.94595044098, "wind resistance": [ - 64.08138433487329, + 64.08138433483327, -1753.9239471628498, - -2519.8205821078445, + -2519.820582107688, -2261.5285565458944, -796.1226875296525, 1171.376843072594, - 2509.450536230219, - 1891.6608091280505 + 2509.450536230106, + 1891.6608091280796 ], "relative wind speed": [ - 7.439962256700094, + 7.439962256700093, 7.136817913441965, - 6.965262741220582, + 6.96526274122058, 7.036502542009782, 7.30358178175391, 7.600077321597684, 7.75760660059879, - 7.693047328606489 + 7.693047328606488 ], "relative wind angle": [ - 0.05327668328815053, + 0.0532766832881547, 0.046036141543706825, - 0.009804373160738839, - 0.032957048076393686, + 0.00980437316071619, + 0.03295704807639369, 0.05427249277400896, - 0.04322822243923869, - 0.00880294999586729, - 0.030143515370426106 + 0.043228222439238684, + 0.008802949995879904, + 0.03014351537042242 ], "resistance": [ - 38564.027334775856, + 38564.02733477582, 36746.022003278136, - 35980.12536833314, + 35980.12536833329, 36238.417393895084, 37703.82326291133, 39671.32279351358, - 41009.396486671205, - 40391.60675956903 + 41009.39648667109, + 40391.60675956906 ], "fuel": [ - 36.08415779728034, + 36.084157797280334, 35.54664028105066, - 35.32387470866208, + 35.32387470866213, 35.39875654039514, 35.8282941002228, 36.41757102009588, - 36.82656072638273, - 36.63690193855023 + 36.826560726382695, + 36.63690193855024 ] }, { @@ -132754,54 +92209,54 @@ ], "ice resistance": 24399.272543034658, "wind resistance": [ - 634.487715259871, + 634.4877152598056, -1206.8653201018096, - -2314.801997097853, + -2314.801997097864, -2333.68381784088, -1276.9533502431368, 553.4662910920706, 2106.9193763673575, - 2152.097758441778 + 2152.097758441825 ], "relative wind speed": [ - 7.52079441184085, + 7.520794411840849, 7.2301783736484015, - 7.01374400241347, + 7.013744002413469, 7.0085398934245084, 7.217984879221192, 7.509072844703883, 7.7116178179712325, - 7.716347767183612 + 7.716347767183611 ], "relative wind angle": [ - 0.046422812725932155, - 0.048976561774241575, + 0.04642281272593934, + 0.04897656177424158, 0.02161281059003384, - 0.01992107586559436, - 0.048371836329753455, - 0.047156147685820674, + 0.019921075865594363, + 0.04837183632975345, + 0.04715614768582068, 0.019656664088826912, - 0.018093538872866466 + 0.01809353887286033 ], "resistance": [ - 25033.76025829453, + 25033.760258294464, 23192.40722293285, - 22084.470545936805, + 22084.470545936794, 22065.58872519378, 23122.31919279152, 24952.73883412673, 26506.191919402016, - 26551.370301476436 + 26551.370301476483 ], "fuel": [ - 32.37859116734142, + 32.3785911673414, 31.926956742772322, - 31.66128914070021, + 31.661289140700205, 31.6568011313859, 31.910015284910596, 32.35845343255406, 32.748817184237424, - 32.76030433251579 + 32.7603043325158 ] }, { @@ -132834,54 +92289,54 @@ ], "ice resistance": 33720.70218825521, "wind resistance": [ - -179.23877085504137, + -179.2387708550741, -1759.2955899188637, - -2289.13672046423, + -2289.1367204640264, -1953.0152812695997, - -507.7319356668813, + -507.7319356668995, 1267.2817221809746, - 2347.493776414627, - 1542.1216594674188 + 2347.493776414918, + 1542.1216594674443 ], "relative wind speed": [ - 7.396182538710535, + 7.3961825387105335, 7.126886525973394, - 6.996269483279839, + 6.996269483279837, 7.088720360014017, 7.344128757539043, 7.605736768988094, 7.726056993743045, - 7.641321025239111 + 7.64132102523911 ], "relative wind angle": [ - 0.049355763567240044, - 0.03879902229145568, - 0.0037246862892273097, + 0.0493557635672423, + 0.03879902229145569, + 0.003724686289197503, 0.033805780257575094, - 0.049705875155429735, + 0.04970587515543197, 0.03635515827781044, - 0.003372858651670607, - 0.03136020021466592 + 0.003372858651637691, + 0.031360200214662376 ], "resistance": [ - 33541.46341740017, + 33541.46341740013, 31961.406598336343, - 31431.565467790977, + 31431.56546779118, 31767.686906985607, - 33212.970252588326, + 33212.970252588304, 34987.98391043618, - 36068.19596466984, - 35262.823847722626 + 36068.19596467013, + 35262.823847722655 ], "fuel": [ - 34.629115122297954, + 34.62911512229795, 34.190780745527334, - 34.04587379033854, + 34.0458737903386, 34.13767894468944, - 34.53722066782222, + 34.53722066782221, 35.03854965668437, - 35.34937949638578, - 35.117222724719 + 35.349379496385865, + 35.11722272471901 ] }, { @@ -132914,9 +92369,9 @@ ], "ice resistance": 32756.989798671395, "wind resistance": [ - 515.3100984664634, + 515.3100984664161, -1211.0257645512938, - -2205.1791297425443, + -2205.1791297425043, -2185.686945865149, -1138.529613992865, 599.1044208942112, @@ -132924,9 +92379,9 @@ 1981.7575290233835 ], "relative wind speed": [ - 7.499659320998215, + 7.499659320998214, 7.225132862650679, - 7.0283371894256055, + 7.028337189425605, 7.033702412207811, 7.237726685886495, 7.511792903673138, @@ -132934,19 +92389,19 @@ 7.691333297103366 ], "relative wind angle": [ - 0.04455044447617903, - 0.04553434508358658, - 0.01865430005999579, - 0.020399356789349846, + 0.04455044447618402, + 0.045534345083586586, + 0.01865430005998984, + 0.020399356789349843, 0.046163847012787106, - 0.0437955597867342, + 0.04379555978673421, 0.017035267933716708, 0.018654941907559085 ], "resistance": [ - 33272.299897137855, + 33272.29989713781, 31545.9640341201, - 30551.81066892885, + 30551.81066892889, 30571.302852806246, 31618.46018467853, 33356.09421956561, @@ -132954,9 +92409,9 @@ 34738.74732769478 ], "fuel": [ - 34.553788152052775, + 34.55378815205276, 34.0770723830221, - 33.80757571389644, + 33.807575713896455, 33.812824339241054, 34.09686862490143, 34.57720957925146, @@ -132994,54 +92449,54 @@ ], "ice resistance": 54580.98745134721, "wind resistance": [ - -306.64065320235386, + -306.6406532023648, -1648.4163852540478, - -2009.396499319304, + -2009.3964993404225, -1652.4815214681075, -313.5399564323998, 1235.7565672886667, 2098.341649511116, - 1241.5228770621216 + 1241.5228770620924 ], "relative wind speed": [ - 7.368749816501513, + 7.368749816501511, 7.136721705516986, 7.038037522419329, 7.135924095334674, 7.367657323750998, 7.592631401326915, 7.684196518272445, - 7.593381039038855 + 7.593381039038856 ], "relative wind angle": [ 0.043858606708927314, - 0.03207040600924319, - 7.768816674965173e-05, - 0.03196557574102552, + 0.032070406009243185, + 7.768816960780388e-05, + 0.031965575741025515, 0.04386511433559243, 0.030144093490321596, 7.115542418064519e-05, - 0.030039238102267884 + 0.030039238102271583 ], "resistance": [ - 54274.346798144856, + 54274.34679814485, 52932.571066093165, - 52571.59095202791, + 52571.59095200679, 52928.5059298791, 54267.44749491481, 55816.74401863587, 56679.329100858326, - 55822.510328409335 + 55822.510328409306 ], "fuel": [ 41.24146599370795, 40.76512459176977, - 40.63811727865142, + 40.638117278644, 40.763691614009716, 41.238999549515896, 41.79730628572536, 42.11201942574411, - 41.7994009247228 + 41.799400924722796 ] }, { @@ -133074,11 +92529,11 @@ ], "ice resistance": 69599.40081458876, "wind resistance": [ - 136.11317021825016, + 136.11317021819195, -1553.3127199301016, - -2311.694283012457, - -2112.2814005524597, - -811.829600497611, + -2311.6942830124644, + -2112.281400552478, + -811.8296004975928, 993.1694059592373, 2263.6935288984605, 1786.1983320390063 @@ -133086,39 +92541,39 @@ "relative wind speed": [ 7.445040731550778, 7.1660039749713045, - 7.001028700448554, - 7.055927094388528, - 7.2948387198644244, + 7.001028700448553, + 7.055927094388529, + 7.294838719864424, 7.569127457902848, 7.721975173411204, 7.671844385932058 ], "relative wind angle": [ - 0.04843937235755314, - 0.043004365825760664, + 0.04843937235756002, + 0.04300436582576067, 0.010740202270732316, - 0.02859522398008035, - 0.04943755267056063, + 0.028595223980084232, + 0.049437552670558375, 0.040712698175963145, 0.009737431851039684, - 0.026298966262699078 + 0.02629896626269908 ], "resistance": [ - 69735.51398480701, + 69735.51398480695, 68046.08809465865, 67287.7065315763, - 67487.11941403631, - 68787.57121409115, + 67487.11941403628, + 68787.57121409118, 70592.570220548, 71863.09434348723, 71385.59914662776 ], "fuel": [ - 47.21365851238253, + 47.21365851238251, 46.517795589209996, 46.208877255090265, - 46.289898500875935, - 46.82189966299932, + 46.28989850087593, + 46.82189966299934, 47.57073464323685, 48.105103541581016, 47.90356963353884 @@ -133154,19 +92609,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 4.766336325134944, + 4.7663363251335795, -310.22280446549644, - -433.7396771727549, + -433.73967717275514, -376.3020755206592, -106.18345130935268, 241.63297877846867, - 470.99565554093465, + 470.9956555409278, 335.81736016110176 ], "relative wind speed": [ - 2.1104507212369694, + 2.110450721236969, 1.9164602975993459, - 1.808968320231772, + 1.8089683202317717, 1.8674103781639328, 2.0473217279306595, 2.229957047154059, @@ -133174,13 +92629,13 @@ 2.2711906533693424 ], "relative wind angle": [ - 0.12090873330898197, + 0.12090873330898289, 0.10585236203614978, 0.017582125931160483, - 0.08444480824063702, + 0.08444480824063703, 0.12465608014112617, - 0.09092664190058658, - 0.013720774484436916, + 0.09092664190058657, + 0.013720774484445008, 0.06940513137187929 ], "resistance": [ @@ -133234,9 +92689,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 30.878385511819488, + 30.878385511816305, -495.7232165455316, - -717.0751788971406, + -717.0751788971506, -635.4931815416448, -204.12996553165794, 369.12837657201044, @@ -133244,7 +92699,7 @@ 568.1483694164513 ], "relative wind speed": [ - 2.840236571272237, + 2.8402365712722366, 2.602324004529517, 2.46439352387398, 2.525818497643315, @@ -133254,19 +92709,19 @@ 3.0330328810083524 ], "relative wind angle": [ - 0.10916147946174011, + 0.10916147946174112, 0.09782480007961109, - 0.02029683657513712, + 0.020296836575148056, 0.07268707907267632, 0.11313765446207182, - 0.08575053972778701, + 0.085750539727787, 0.016223069631059975, 0.06051525230030961 ], "resistance": [ 96665.37838551184, 96138.77678345448, - 95917.42482110288, + 95917.42482110286, 95999.00681845837, 96430.37003446836, 97003.62837657203, @@ -133276,7 +92731,7 @@ "fuel": [ 41.06489487378663, 40.79408268372925, - 40.68055739192749, + 40.68055739192748, 40.722377324182034, 40.94391106841463, 41.239388901296685, @@ -133314,17 +92769,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 34.59354855487027, + 34.59354855486822, -252.42068850881606, - -383.2383509757906, + -383.2383509757947, -347.6716069729964, - -125.54405883607296, + -125.54405883607342, 181.80266919346354, - 401.25424117181456, + 401.25424117181046, 317.4454201352287 ], "relative wind speed": [ - 2.072386007874973, + 2.0723860078749725, 1.895914975429757, 1.787084222954228, 1.824036747672575, @@ -133334,13 +92789,13 @@ 2.2100497844505784 ], "relative wind angle": [ - 0.10953160759258433, + 0.10953160759258636, 0.10218319206149105, - 0.026281475341146537, + 0.026281475341154985, 0.06967099217682751, - 0.11471949162827962, + 0.11471949162828059, 0.09012669434564256, - 0.02096629236279256, + 0.02096629236279786, 0.05748722589658322 ], "resistance": [ @@ -133394,9 +92849,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 116.60867183015534, + 116.6086718301508, -372.96474337886866, - -629.5508591040525, + -629.5508591040575, -598.8370146401166, -263.3623725516595, 243.7674816338722, @@ -133404,7 +92859,7 @@ 565.3211455426849 ], "relative wind speed": [ - 2.7162970086366407, + 2.7162970086366403, 2.490683479320055, 2.335448314251956, 2.35999490862329, @@ -133414,14 +92869,14 @@ 2.879314678105651 ], "relative wind angle": [ - 0.1040270201935372, - 0.10459129031877637, - 0.03669402306088755, - 0.0588741516240837, + 0.10402702019354042, + 0.10459129031877636, + 0.03669402306089361, + 0.058874151624083694, 0.1110160642840229, - 0.094112519960505, - 0.029555897544581617, - 0.04824631817127632 + 0.09411251996050499, + 0.02955589754458162, + 0.04824631817127633 ], "resistance": [ 96751.10867183015, @@ -133474,39 +92929,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -62.66614527192178, + -62.666145271927235, -633.8551405937337, - -818.6588155534346, - -682.9386067217374, - -145.25846107323605, + -818.6588155534778, + -682.9386067217365, + -145.2584610732374, 503.67780997928503, 894.5164170331241, 573.5309340210956 ], "relative wind speed": [ - 3.1050780486281098, + 3.1050780486281093, 2.8651429863034346, 2.749299509584251, - 2.8410057275112077, + 2.8410057275112073, 3.07355314569734, 3.298362365710353, 3.39552511904977, 3.319175362005851 ], "relative wind angle": [ - 0.10424960719660516, + 0.10424960719660836, 0.08375358079022202, - 0.005764912720148397, - 0.07655157900162603, - 0.10532282836205037, - 0.07273215053637681, + 0.005764912720186914, + 0.07655157900162457, + 0.10532282836205141, + 0.0727321505363768, 0.004667743845818165, 0.06550620681284747 ], "resistance": [ 96571.83385472809, 96000.64485940628, - 95815.84118444657, + 95815.84118444653, 95951.56139327827, 96489.24153892678, 97138.1778099793, @@ -133516,7 +92971,7 @@ "fuel": [ 41.68651658587817, 41.393020914400715, - 41.29832264889112, + 41.2983226488911, 41.36785686079935, 41.644002860368204, 41.978721330862136, @@ -133554,19 +93009,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 489.78103395678954, + 489.78103395677954, -291.99419917171326, - -877.4064259351253, + -877.4064259351271, -985.0039016780638, -680.8190232525412, 39.281634437028515, - 769.33549270413, + 769.3354927041255, 1024.0888758939027 ], "relative wind speed": [ - 3.7289516360201342, + 3.7289516360201334, 3.484457094320812, - 3.2567138636541273, + 3.256713863654127, 3.1935316375836287, 3.3402919854210715, 3.594605626418959, @@ -133574,33 +93029,33 @@ 3.855384096480907 ], "relative wind angle": [ - 0.07331522189931383, + 0.07331522189931687, 0.09512731627305832, - 0.059885830655254046, + 0.05988583065525405, 0.01732234284349651, - 0.08186391915148643, - 0.09220393445613342, - 0.05128657590548409, + 0.08186391915148644, + 0.09220393445613344, + 0.05128657590548626, 0.014348396974075101 ], "resistance": [ - 97124.28103395678, + 97124.28103395677, 96342.50580082828, 95757.09357406486, 95649.49609832192, 95953.68097674745, 96673.78163443701, - 97403.83549270412, + 97403.83549270411, 97658.58887589388 ], "fuel": [ - 43.12784699414042, + 43.12784699414041, 42.72484441387705, 42.42455542633965, 42.3695017049086, 42.52525331942111, 42.895338360786255, - 43.27250842124098, + 43.27250842124097, 43.40458925033525 ] }, @@ -133634,11 +93089,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 62.566048454058546, + 62.56604845405627, -419.6488023161669, - -642.8368646916588, + -642.836864691666, -586.6713572042113, - -218.47125449284522, + -218.47125449284613, 295.8722762582993, 666.1313718016681, 533.5933520563958 @@ -133648,20 +93103,20 @@ 2.5380096532579124, 2.4003007065560684, 2.443929971248649, - 2.636614794302974, + 2.6366147943029734, 2.8504075230825334, 2.967300551980249, 2.9314710203767036 ], "relative wind angle": [ - 0.10294700673736712, + 0.10294700673736928, 0.0963623091387373, - 0.025733429193467335, + 0.025733429193475967, 0.06422220082126179, 0.10776145705356953, 0.0857736398360787, 0.020815421430995743, - 0.053529992617165234 + 0.05352999261716524 ], "resistance": [ 96697.06604845407, @@ -133714,9 +93169,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 239.93570875025034, + 239.93570875024625, -315.96255517479904, - -668.1194604432599, + -668.1194604432635, -687.7547206598047, -385.9452868224771, 158.73161601492075, @@ -133734,19 +93189,19 @@ 3.0225224135419126 ], "relative wind angle": [ - 0.0976917756606451, - 0.111569880013334, - 0.0552413406984739, + 0.09769177566064852, + 0.11156988001333401, + 0.05524134069847793, 0.04218360601337083, 0.1078154222218714, 0.1035318408469996, 0.04495194661592181, - 0.033979806652815664 + 0.03397980665281566 ], "resistance": [ - 96874.43570875024, + 96874.43570875023, 96318.53744482518, - 95966.38053955673, + 95966.38053955672, 95946.74527934018, 96248.55471317751, 96793.2316160149, @@ -133754,9 +93209,9 @@ 97322.40216882923 ], "fuel": [ - 41.07534406925434, + 41.075344069254335, 40.78906352419635, - 40.60830214531612, + 40.60830214531611, 40.5982369909169, 40.75310479883696, 41.033453275119214, @@ -133794,9 +93249,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 524.7931294326795, + 524.7931294326713, -234.31905748220015, - -821.1331809131184, + -821.1331809131198, -944.4176987954083, -670.9345050988586, 17.735508901655066, @@ -133814,9 +93269,9 @@ 3.374041678711886 ], "relative wind angle": [ - 0.0946196032004455, + 0.09461960320045021, 0.1295494151919735, - 0.08755070197089668, + 0.08755070197089795, 0.019130484876739164, 0.11068236841862301, 0.12534322971535924, @@ -133824,7 +93279,7 @@ 0.014786360591079796 ], "resistance": [ - 97159.29312943271, + 97159.2931294327, 96400.18094251782, 95813.3668190869, 95690.08230120462, @@ -133834,7 +93289,7 @@ 97663.31104673509 ], "fuel": [ - 41.798827346085034, + 41.79882734608503, 41.407376585688866, 41.10624408423405, 41.04314165592736, @@ -133874,9 +93329,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 298.74621671690556, + 298.7462167169015, -366.4857365546454, - -792.9444636576663, + -792.94446365767, -820.896998862971, -465.6415999977012, 183.62460353215693, @@ -133884,7 +93339,7 @@ 830.7289156060078 ], "relative wind speed": [ - 3.0609783380659956, + 3.060978338065995, 2.7960367850792407, 2.5781206294703667, 2.5577851597683097, @@ -133894,9 +93349,9 @@ 3.223817946295265 ], "relative wind angle": [ - 0.10315447019333342, - 0.11947854477800561, - 0.06059440407137847, + 0.10315447019333557, + 0.11947854477800562, + 0.06059440407138214, 0.04398947555674758, 0.11484417285397229, 0.11059823621348427, @@ -133954,9 +93409,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 375.029858415543, + 375.0298584155403, -267.83645078322843, - -723.5899591201587, + -723.5899591201596, -790.8905484161291, -503.6799283218925, 100.7555935411201, @@ -133964,7 +93419,7 @@ 846.6069968907864 ], "relative wind speed": [ - 2.8298881537328495, + 2.829888153732849, 2.5557853675151208, 2.3047596506319774, 2.2500294156007437, @@ -133974,12 +93429,12 @@ 2.979235974274351 ], "relative wind angle": [ - 0.11228892920366823, + 0.1122889292036702, 0.1432216728035572, - 0.08636294075902969, + 0.08636294075903099, 0.03718595959472238, 0.13058492550074988, - 0.13444720311501956, + 0.13444720311501954, 0.06773706007029699, 0.028081433293136913 ], @@ -134034,19 +93489,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 360.57832929808546, + 360.5783292980832, -155.75636506294904, - -553.9670696695721, + -553.9670696695728, -637.8527641840419, - -450.00948757216656, + -450.00948757216725, 18.40386203439266, - 509.0471169159059, + 509.04711691590455, 705.6459065917011 ], "relative wind speed": [ - 2.5490502115898415, + 2.549050211589841, 2.3094300506109566, - 2.0713220483148107, + 2.0713220483148103, 1.9948458116235712, 2.140731351089355, 2.3972735638800473, @@ -134054,17 +93509,17 @@ 2.664766009725988 ], "relative wind angle": [ - 0.10543975654644194, + 0.10543975654644301, 0.14558071666515202, 0.09938488179032888, 0.022246093199290606, - 0.12564897606549458, + 0.12564897606549547, 0.14021026930331418, - 0.078953025013939, + 0.07895302501394041, 0.016652837980568044 ], "resistance": [ - 96995.07832929808, + 96995.07832929806, 96478.74363493704, 96080.53293033042, 95996.64723581594, @@ -134074,7 +93529,7 @@ 97340.14590659169 ], "fuel": [ - 40.38147637494914, + 40.38147637494912, 40.1153007674673, 39.91069680595263, 39.8676708820508, @@ -134114,19 +93569,19 @@ ], "ice resistance": 66301.20136287708, "wind resistance": [ - 2532.4635958038234, + 2532.4635958037434, 494.4236002797952, - -1761.200070874951, + -1761.2000708749765, -2946.9793342054836, -2821.931706958905, -1301.0015426459759, - 1026.7421453264906, + 1026.7421453265051, 2830.609617344613 ], "relative wind speed": [ - 7.787590418100791, + 7.78759041810079, 7.517689497289317, - 7.1521882952613955, + 7.152188295261395, 6.906655796923483, 6.941327255256594, 7.232768018332206, @@ -134134,19 +93589,19 @@ 7.818356239484521 ], "relative wind angle": [ - 0.028442353341715288, + 0.028442353341723098, 0.06068569462436892, - 0.05922260652011206, + 0.05922260652011394, 0.020667601294059847, - 0.03191106241907139, - 0.06307941034309564, - 0.0557705210827011, + 0.031911062419071386, + 0.06307941034309565, + 0.05577052108269911, 0.018257261729100176 ], "resistance": [ - 68833.6649586809, + 68833.66495868082, 66795.62496315688, - 64540.001292002125, + 64540.0012920021, 63354.2220286716, 63479.26965591818, 65000.19982023111, @@ -134154,7 +93609,7 @@ 69131.8109802217 ], "fuel": [ - 46.84087160713876, + 46.84087160713872, 46.009578111485084, 45.107553657587644, 44.64095256327096, @@ -134194,19 +93649,19 @@ ], "ice resistance": 47961.69951991527, "wind resistance": [ - 2712.4962630386035, + 2712.4962630386, 646.4459078219188, - -1718.9752321930537, + -1718.9752321930682, -3034.842953884425, - -2964.8849950383737, + -2964.8849950383483, -1461.9746137925977, 943.7636502299174, 2879.1724861323564 ], "relative wind speed": [ - 7.812739839000819, + 7.812739839000818, 7.543245405560862, - 7.16353849353292, + 7.163538493532919, 6.896179337650624, 6.915600931922207, 7.208598254376421, @@ -134214,11 +93669,11 @@ 7.829888286845122 ], "relative wind angle": [ - 0.02709346943696185, + 0.027093469436961847, 0.06194612623439849, - 0.06268543817739167, + 0.06268543817739344, 0.024314422958213573, - 0.030609254021601914, + 0.030609254021598288, 0.06482581702808518, 0.059189914662398854, 0.021414470935281153 @@ -134226,9 +93681,9 @@ "resistance": [ 50674.19578295387, 48608.145427737196, - 46242.724287722216, + 46242.7242877222, 44926.85656603085, - 44996.8145248769, + 44996.81452487693, 46499.724906122676, 48905.46317014519, 50840.87200604763 @@ -134236,7 +93691,7 @@ "fuel": [ 39.978509795768446, 39.27550651725638, - 38.49014059367127, + 38.49014059367126, 38.062259404500836, 38.08484549394473, 38.574461654914444, @@ -134274,51 +93729,51 @@ ], "ice resistance": 61368.366710052156, "wind resistance": [ - 2212.3448861326324, + 2212.344886132545, 328.9971105441873, - -1689.4569603700147, - -2688.0068826569877, - -2524.680914675868, + -1689.456960370033, + -2688.0068826570314, + -2524.680914675886, -1085.8120670651188, 1027.0193408759442, 2602.442365603096 ], "relative wind speed": [ - 7.738580941610449, + 7.738580941610447, 7.485125476992217, - 7.155379689971471, - 6.944830393982705, - 6.9899793990261, + 7.15537968997147, + 6.944830393982706, + 6.989979399026101, 7.260739878438544, 7.585907228605523, 7.7791244872080405 ], "relative wind angle": [ - 0.027856558649259032, + 0.027856558649267, 0.05576554715024628, - 0.05235679522920274, - 0.016181502355236115, - 0.03084079586920943, + 0.05235679522920486, + 0.016181502355242978, + 0.030840795869213032, 0.05749079587328686, 0.0493828678971946, - 0.014445943623001709 + 0.014445943623001707 ], "resistance": [ - 63580.71159618479, + 63580.7115961847, 61697.36382059634, - 59678.90974968214, - 58680.359827395165, - 58843.68579537629, + 59678.90974968212, + 58680.35982739512, + 58843.68579537627, 60282.55464298704, 62395.3860509281, 63970.809075655256 ], "fuel": [ - 44.729671392014644, + 44.72967139201461, 43.997745896261556, - 43.227966791818275, - 42.85275424461901, - 42.91387138870364, + 43.22796679181827, + 42.852754244618986, + 42.91387138870363, 43.45659026026547, 44.267478927364536, 44.882925019538305 @@ -134354,19 +93809,19 @@ ], "ice resistance": 36483.42597964195, "wind resistance": [ - 2338.4195640953694, + 2338.419564095235, 524.162987432479, - -1537.139826849525, + -1537.1398268495286, -2665.920329843986, -2591.4900910864926, -1262.1447207775927, - 842.1598012977411, + 842.1598012977229, 2516.1645003282865 ], "relative wind speed": [ - 7.752881896492942, + 7.75288189649294, 7.514104780417754, - 7.182828126321025, + 7.1828281263210245, 6.9536302452165115, 6.974210128656822, 7.230837708628956, @@ -134374,33 +93829,33 @@ 7.771345509783846 ], "relative wind angle": [ - 0.02436178166044297, + 0.024361781660456643, 0.05444905515707464, 0.054248192892332646, 0.020401119368675873, - 0.027082410564389744, - 0.05658432570736595, - 0.051539189158402006, + 0.02708241056438974, + 0.056584325707365955, + 0.051539189158404164, 0.018254223583592757 ], "resistance": [ - 38821.84554373732, + 38821.84554373719, 37007.58896707443, 34946.286152792425, 33817.50564979797, 33891.935888555454, 35221.28125886436, - 37325.58578093969, + 37325.58578093967, 38999.59047997024 ], "fuel": [ - 36.161380912859016, + 36.16138091285898, 35.62321859835077, 35.02663820981525, 34.70664714843655, 34.72760091470154, 35.105313106325795, - 35.71666063765581, + 35.7166606376558, 36.214764085374426 ] }, @@ -134434,40 +93889,40 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -916.2657921614118, + -916.2657921614355, -1349.7079414614836, - -1229.3959943231184, - -466.977174314532, + -1229.3959943230966, + -466.97717431455203, 583.7430819077908, 1316.5110033832534, 1027.8989349437288, 64.56513777156943 ], "relative wind speed": [ - 5.876547717795566, + 5.876547717795565, 5.761059360820195, 5.80146004725777, - 5.971731209983468, + 5.971731209983469, 6.166799970605927, 6.274825097012626, 6.237491184528071, 6.074673761833051 ], "relative wind angle": [ - 0.03711859783008618, + 0.03711859783008916, 0.008942599173188626, - 0.025034494176649817, - 0.04303134016171198, + 0.025034494176645383, + 0.04303134016171714, 0.03537079295367695, - 0.00821038611226022, + 0.008210386112260222, 0.0232841323817813, - 0.04230168403214711 + 0.04230168403214712 ], "resistance": [ - 95718.23420783864, + 95718.23420783863, 95284.79205853857, - 95405.10400567694, - 96167.52282568553, + 95405.10400567696, + 96167.5228256855, 97218.24308190784, 97951.01100338332, 97662.39893494379, @@ -134476,8 +93931,8 @@ "fuel": [ 51.924483006781074, 51.70303184281805, - 51.76443067058949, - 52.15476822047695, + 51.764430670589505, + 52.15476822047694, 52.696252695078606, 53.076313194323205, 52.92638194404078, @@ -134514,53 +93969,53 @@ ], "ice resistance": 64901.22658067736, "wind resistance": [ - -797.6347036722946, + -797.6347036723491, -1787.0703551181832, - -1888.3800379314125, + -1888.3800379315544, -1176.4890893982301, - 239.3789237813071, + 239.378923781318, 1543.121120423817, - 1786.2895927088139, + 1786.289592708723, 677.1292914279038 ], "relative wind speed": [ - 7.284755706338458, + 7.284755706338456, 7.099807321628132, 7.072021615265475, 7.219211210365539, - 7.448866516682969, + 7.448866516682968, 7.6253533741163055, 7.651129874574687, 7.512407575772491 ], "relative wind angle": [ - 0.03976090610262056, + 0.03976090610262615, 0.020662824349229857, - 0.01161205779804412, + 0.011612057798063243, 0.036414415668042585, - 0.038884461031640595, + 0.03888446103163775, 0.01923854211594981, - 0.010733114752928635, + 0.010733114752938979, 0.03499263140263335 ], "resistance": [ - 64103.59187700506, + 64103.591877005005, 63114.15622555917, - 63012.846542745945, + 63012.8465427458, 63724.73749127913, - 65140.60550445867, + 65140.605504458676, 66444.34770110117, - 66687.51617338618, + 66687.51617338607, 65578.35587210525 ], "fuel": [ - 44.93521922288253, + 44.93521922288251, 44.54712413736959, - 44.50759213914574, + 44.507592139145686, 44.7861874417362, 45.34588604583574, 45.867857645112984, - 45.96591343129555, + 45.965913431295505, 45.520440284603524 ] }, @@ -134594,7 +94049,7 @@ ], "ice resistance": 86364.14534508863, "wind resistance": [ - -1295.4452362991142, + -1295.4452362991688, -1963.1429350470644, -1811.9756040757056, -730.5715285002989, @@ -134604,9 +94059,9 @@ 146.4372091468722 ], "relative wind speed": [ - 7.200191973913832, + 7.20019197391383, 7.057557007538216, - 7.099037500180528, + 7.099037500180527, 7.297975405508678, 7.531512992781888, 7.665333750529312, @@ -134614,17 +94069,17 @@ 7.436800884940109 ], "relative wind angle": [ - 0.03667601460075876, + 0.03667601460076482, 0.009843774030249192, 0.023352764147595486, 0.04165399442267663, - 0.03506191246441755, + 0.035061912464417554, 0.00906324861701072, - 0.02173614442800344, + 0.021736144428003444, 0.04087598660276632 ], "resistance": [ - 85068.70010878952, + 85068.70010878946, 84401.00241004158, 84552.16974101293, 85633.57381658834, @@ -134634,7 +94089,7 @@ 86510.5825542355 ], "fuel": [ - 54.01490949274462, + 54.01490949274459, 53.70052430320847, 53.771556105065706, 54.28217543234712, @@ -134674,19 +94129,19 @@ ], "ice resistance": 51128.93979666325, "wind resistance": [ - -1428.2369677299685, + -1428.2369677300303, -2160.6063913117578, - -1990.612180746466, + -1990.6121807465279, -794.827275322401, - 891.4292471754343, + 891.4292471754597, 2096.6051680519013, - 1689.1992972742846, + 1689.1992972742446, 159.38947571635072 ], "relative wind speed": [ 7.183306247416484, 7.026097469816145, - 7.0728319208512795, + 7.072831920851279, 7.2931905077552255, 7.5504082378810695, 7.696915456692905, @@ -134694,33 +94149,33 @@ 7.44432168974609 ], "relative wind angle": [ - 0.040475832026068574, + 0.04047583202607681, 0.010766356704647973, - 0.025974714094292195, - 0.04600799926506087, - 0.03850689278602565, - 0.009827992575011893, - 0.02400208352419515, + 0.025974714094300747, + 0.04600799926506088, + 0.03850689278602277, + 0.009827992575011895, + 0.02400208352419977, 0.045073326487675015 ], "resistance": [ - 49700.70282893328, + 49700.70282893322, 48968.3334053515, - 49138.32761591679, + 49138.32761591673, 50334.11252134085, - 52020.369043838684, + 52020.36904383871, 53225.544964715154, - 52818.13909393754, + 52818.1390939375, 51288.329272379604 ], "fuel": [ - 39.64528600257687, + 39.64528600257685, 39.39692248125532, - 39.45439360852986, + 39.45439360852984, 39.861699510010375, - 40.44511077507888, + 40.445110775078895, 40.86856104533122, - 40.72481033362955, + 40.724810333629534, 40.190539932073726 ] }, @@ -134754,19 +94209,19 @@ ], "ice resistance": 79924.46157017913, "wind resistance": [ - 323.32050283492936, + 323.32050283484205, -1102.4632551744835, - -1867.2759678164803, + -1867.2759678164912, -1805.2151578251942, - -870.3777514558133, + -870.3777514557914, 591.4851040070789, 1737.1492811290009, 1588.187355195103 ], "relative wind speed": [ - 7.461042915777949, + 7.461042915777948, 7.232003406042438, - 7.077628576496957, + 7.077628576496956, 7.094649404177448, 7.272155064299366, 7.499968493619544, @@ -134774,31 +94229,31 @@ 7.630029521705655 ], "relative wind angle": [ - 0.03808961247884884, - 0.03702925643471283, + 0.03808961247885758, + 0.03702925643471284, 0.013354341578459538, 0.018898628937769044, - 0.039079454326908285, + 0.03907945432690545, 0.035705671526769414, - 0.012361873374380284, + 0.012361873374380283, 0.017572417677849752 ], "resistance": [ - 80247.78207301407, + 80247.78207301398, 78821.99831500465, 78057.18560236265, 78119.24641235394, - 79054.08381872332, + 79054.08381872335, 80515.94667418621, 81661.61085130813, 81512.64892537423 ], "fuel": [ - 51.782234225936236, + 51.7822342259362, 51.13849244300097, 50.79629639388704, 50.82398278549849, - 51.24276367609846, + 51.242763676098484, 51.90415577749971, 52.42804782447682, 52.35965392653564 @@ -134834,9 +94289,9 @@ ], "ice resistance": 52992.03952524002, "wind resistance": [ - 1275.1610060246094, + 1275.1610060245512, -490.03891158428814, - -1935.975381423883, + -1935.9753814238902, -2277.4484075871587, -1761.8088871407854, -194.69333457386892, @@ -134844,9 +94299,9 @@ 2340.531612130315 ], "relative wind speed": [ - 7.606437118107888, + 7.606437118107887, 7.346682014187176, - 7.091659665389001, + 7.091659665389, 6.997750376909964, 7.125968477600341, 7.393481977925002, @@ -134854,19 +94309,19 @@ 7.7245583717090005 ], "relative wind angle": [ - 0.03596850369909916, + 0.035968503699105335, 0.0494854960490079, 0.033905513770937944, 0.003348007983915598, 0.03839483583771563, 0.04917200455136475, - 0.03147765619763171, + 0.0314776561976317, 0.0030329910339077946 ], "resistance": [ - 54267.20053126463, + 54267.20053126457, 52502.000613655735, - 51056.06414381614, + 51056.064143816126, 50714.59111765286, 51230.23063809924, 52797.346190666154, @@ -134874,9 +94329,9 @@ 55332.57113737034 ], "fuel": [ - 41.23891126532459, + 41.23891126532457, 40.613688348425754, - 40.11018517018262, + 40.1101851701826, 39.992413201052635, 40.17042122267802, 40.71749024790567, @@ -134914,9 +94369,9 @@ ], "ice resistance": 54758.6645607362, "wind resistance": [ - 623.6832199075507, + 623.6832199074997, -950.9513267470502, - -1948.6959355713298, + -1948.6959355713698, -2007.692513926555, -1171.1018143766632, 369.276250276067, @@ -134924,7 +94379,7 @@ 1868.1061893203005 ], "relative wind speed": [ - 7.508847125779964, + 7.508847125779963, 7.262963010592869, 7.072512401034167, 7.056309178090945, @@ -134934,9 +94389,9 @@ 7.667413241689267 ], "relative wind angle": [ - 0.038635088552646246, - 0.042086563492472445, - 0.020096999029377182, + 0.03863508855265199, + 0.04208656349247244, + 0.02009699902938271, 0.014822088039400143, 0.04015477167167315, 0.0409087344585366, @@ -134944,9 +94399,9 @@ 0.0136406694679636 ], "resistance": [ - 55382.34778064375, + 55382.3477806437, 53807.713233989154, - 52809.96862516487, + 52809.96862516483, 52750.97204680965, 53587.56274635954, 55127.94081101227, @@ -134954,9 +94409,9 @@ 56626.7707500565 ], "fuel": [ - 41.63986556169828, + 41.639865561698265, 41.07504746364249, - 40.721933750175026, + 40.72193375017501, 40.70117015035901, 40.996815082343915, 41.547985413538754, @@ -134994,17 +94449,17 @@ ], "ice resistance": 33792.66572176232, "wind resistance": [ - 983.6483070781578, + 983.6483070780923, -669.0215901711126, - -1904.5884801108077, + -1904.588480110895, -2124.512284485987, - -1489.2380873006878, + -1489.238087300666, 35.76693997317125, 1572.842597833751, 2100.1271759694173 ], "relative wind speed": [ - 7.561864718457824, + 7.561864718457822, 7.312821941555362, 7.08905753521111, 7.028633278863548, @@ -135014,31 +94469,31 @@ 7.694025590168368 ], "relative wind angle": [ - 0.03634331269707041, + 0.03634331269707653, 0.045511930266034145, - 0.027617092979781308, - 0.007948628452365778, - 0.038327182630764615, - 0.04482723079995774, + 0.027617092979793367, + 0.00794862845236578, + 0.038327182630761715, + 0.04482723079995775, 0.0256304990813568, - 0.007261205002627954 + 0.007261205002627955 ], "resistance": [ - 34776.31402884048, + 34776.31402884041, 33123.64413159121, - 31888.077241651514, + 31888.077241651426, 31668.153437276334, - 32303.427634461634, + 32303.427634461656, 33828.4326617355, 35365.508319596076, 35892.792897731735 ], "fuel": [ - 34.978150644094505, + 34.978150644094484, 34.51230153443286, - 34.170663519921945, + 34.17066351992192, 34.11044946519897, - 34.28487533261434, + 34.28487533261435, 34.70972205410841, 35.14668833046218, 35.29861217853524 @@ -135074,9 +94529,9 @@ ], "ice resistance": 26898.432287710963, "wind resistance": [ - 1628.0954066991908, + 1628.0954066990525, -99.06144205280725, - -1729.862991482245, + -1729.8629914822304, -2326.90853642251, -2021.4841186192607, -593.5267066900524, @@ -135084,9 +94539,9 @@ 2359.6508697724494 ], "relative wind speed": [ - 7.653287476591551, + 7.65328747659155, 7.40953680139046, - 7.1338172625839285, + 7.133817262583928, 6.992287602896295, 7.076340029285773, 7.331177381448745, @@ -135094,19 +94549,19 @@ 7.730155980820053 ], "relative wind angle": [ - 0.03046751350247696, - 0.04981310881585353, - 0.04046885129986979, - 0.005610337930443053, - 0.032952453334511925, + 0.03046751350249154, + 0.049813108815853525, + 0.04046885129986704, + 0.005610337930443054, + 0.03295245333451193, 0.050345985036717424, 0.03798656494782816, - 0.00507480819834822 + 0.005074808198348219 ], "resistance": [ - 28526.527694410153, + 28526.527694410015, 26799.370845658155, - 25168.569296228718, + 25168.569296228732, 24571.523751288452, 24876.948169091702, 26304.90558102091, @@ -135114,7 +94569,7 @@ 29258.083157483412 ], "fuel": [ - 33.2699362951019, + 33.269936295101864, 32.82349673652249, 32.41215185406664, 32.264030929034305, @@ -135154,54 +94609,54 @@ ], "ice resistance": 23982.612992930794, "wind resistance": [ - 2201.390167111498, + 2201.390167111378, 658.2653101471442, - -1220.5248846339018, + -1220.5248846339418, -2356.7281603098563, -2380.7298432392745, -1309.5569184447886, 555.3399786224363, - 2143.977854390905 + 2143.9778543909415 ], "relative wind speed": [ - 7.723981991360034, + 7.7239819913600325, 7.525577067121537, - 7.2292994757685305, + 7.22929947576853, 7.007572217093362, 7.00095394404802, 7.213802307822832, 7.510691247760653, - 7.717978074065568 + 7.7179780740655675 ], "relative wind angle": [ - 0.018238441212816696, - 0.04722761392006519, - 0.050036839296489014, + 0.018238441212828874, + 0.0472276139200652, + 0.050036839296493454, 0.022273310191000224, - 0.020122270387638325, + 0.020122270387638322, 0.04927037251415618, - 0.048160705250959786, - 0.020222856477697542 + 0.04816070525095979, + 0.02022285647769205 ], "resistance": [ - 26184.00316004229, + 26184.00316004217, 24640.878303077938, - 22762.08810829689, + 22762.08810829685, 21625.884832620937, 21601.88314969152, 22673.056074486005, 24537.95297155323, - 26126.5908473217 + 26126.590847321735 ], "fuel": [ - 32.66711702259496, + 32.66711702259492, 32.28116899666211, - 31.823229769736557, + 31.82322976973655, 31.552663320919578, 31.54699956001359, 31.80185492643992, 32.255741747958794, - 32.6525990388439 + 32.65259903884392 ] }, { @@ -135234,19 +94689,19 @@ ], "ice resistance": 19273.90446693236, "wind resistance": [ - 1676.9565454947297, + 1676.956545494686, -6.388232814148068, - -1647.52384774432, + -1647.5238477443054, -2303.2901708331665, -2041.983819057612, -675.3111537614968, - 1117.319475944896, + 1117.319475944918, 2302.8314047745735 ], "relative wind speed": [ - 7.6582536682176725, + 7.658253668217671, 7.423046416163002, - 7.148200937707733, + 7.148200937707732, 6.998593194451354, 7.070502644955646, 7.317051236842873, @@ -135254,33 +94709,33 @@ 7.724024223011822 ], "relative wind angle": [ - 0.028595905481962502, - 0.048884170405879196, - 0.041141633448607766, - 0.007581867203661033, - 0.030973734030761202, - 0.049592885960578544, - 0.03876718090609005, + 0.028595905481966385, + 0.0488841704058792, + 0.04114163344860507, + 0.007581867203661034, + 0.030973734030761205, + 0.04959288596057855, + 0.03876718090608719, 0.006869775607978276 ], "resistance": [ - 20950.86101242709, + 20950.861012427045, 19267.51623411821, - 17626.38061918804, + 17626.380619188054, 16970.614296099193, 17231.920647874747, 18598.593313170863, - 20391.223942877255, + 20391.223942877277, 21576.735871706933 ], "fuel": [ - 31.39419321094185, + 31.394193210941843, 31.006393586449946, - 30.63846874865617, + 30.638468748656173, 30.494255416650468, 30.551529021413486, 30.85521834509626, - 31.264097105150057, + 31.26409710515007, 31.541067768580984 ] }, @@ -135314,41 +94769,41 @@ ], "ice resistance": 18702.20303162805, "wind resistance": [ - 1612.6467095224689, + 1612.6467095224616, 80.78762024378375, - -1464.5856575450125, + -1464.5856575450562, -2134.3003689925936, - -1932.995285294066, + -1932.9952852940478, -714.0281112336561, 948.1828650910102, 2095.228136032576 ], "relative wind speed": [ - 7.643625285208215, + 7.643625285208214, 7.4315923417265655, 7.175567361584267, 7.028252769830075, - 7.083571975788903, + 7.083571975788902, 7.305712470611427, 7.5573297186389095, 7.694521586182739 ], "relative wind angle": [ 0.024993286853623536, - 0.044843460500645485, - 0.03904809804167249, + 0.04484346050064549, + 0.03904809804167818, 0.008964562269918179, - 0.026969809912122653, - 0.0456166601703717, - 0.03707463513556293, + 0.026969809912118534, + 0.04561666017037169, + 0.03707463513556294, 0.008188302427606526 ], "resistance": [ - 20314.84974115052, + 20314.849741150512, 18782.990651871834, - 17237.617374083038, + 17237.617374082995, 16567.902662635457, - 16769.207746333985, + 16769.207746334003, 17988.174920394395, 19650.38589671906, 20797.431167660627 @@ -135356,9 +94811,9 @@ "fuel": [ 31.24643314085158, 30.896725545682884, - 30.55278047023458, + 30.552780470234573, 30.40648586173369, - 30.45028414873756, + 30.450284148737566, 30.71871795518787, 31.093670595805044, 31.35841016582158 @@ -135394,54 +94849,54 @@ ], "ice resistance": 41432.22668160324, "wind resistance": [ - -495.5545614149705, + -495.5545614150142, -1944.3033664006543, - -2285.106167011316, + -2285.106167011323, -1764.673571950083, -190.95168478948835, 1530.6994760945709, 2347.3245319417183, - 1275.8500675062205 + 1275.8500675062387 ], "relative wind speed": [ - 7.346004578441064, + 7.346004578441063, 7.090341957078623, - 6.996609416435223, + 6.996609416435222, 7.125730967130341, 7.394272368075157, 7.63977081144764, 7.725704096948499, - 7.606773646154889 + 7.606773646154888 ], "relative wind angle": [ - 0.04964591297400996, + 0.04964591297401444, 0.03395257727114562, - 0.003453604295036091, + 0.0034536042950360905, 0.03858265922695788, 0.04932157411318337, 0.03150997237754821, - 0.0031276776057028908, - 0.03614164214320694 + 0.0031276776057028903, + 0.036141642143203874 ], "resistance": [ - 40936.672120188276, + 40936.67212018823, 39487.923315202584, 39147.12051459192, 39667.55310965316, 41241.27499681375, 42962.92615769782, 43779.55121354496, - 42708.07674910946 + 42708.07674910948 ], "fuel": [ - 36.80416090852218, + 36.804160908522164, 36.36203309970291, 36.259161922897505, 36.41642820627915, 36.89811299121092, 37.43563161613732, 37.694447564132375, - 37.35536930970694 + 37.355369309706944 ] }, { @@ -135474,9 +94929,9 @@ ], "ice resistance": 39964.82349910175, "wind resistance": [ - 425.04619281759733, + 425.04619281752457, -1075.7629796003275, - -1929.3125075996795, + -1929.3125075996832, -1904.1788523246723, -981.8870268592073, 533.5235531773542, @@ -135484,9 +94939,9 @@ 1708.4954193132326 ], "relative wind speed": [ - 7.478222525008532, + 7.4782225250085315, 7.239306597710145, - 7.070375356870071, + 7.07037535687007, 7.0772740060542185, 7.255562449735194, 7.493960139999593, @@ -135494,17 +94949,17 @@ 7.647168838124449 ], "relative wind angle": [ - 0.039005730796078504, + 0.039005730796087046, 0.03937722858243346, 0.015758993361399336, - 0.018005389362377496, + 0.018005389362377493, 0.040203381763295666, 0.03803848711716065, - 0.014558127550672791, + 0.014558127550672793, 0.016663433055904498 ], "resistance": [ - 40389.869691919346, + 40389.86969191927, 38889.06051950142, 38035.51099150207, 38060.64464677708, @@ -135514,7 +94969,7 @@ 41673.31891841498 ], "fuel": [ - 36.636370668477504, + 36.63637066847748, 36.181554155898745, 35.926626916906415, 35.93409477691625, @@ -135554,9 +95009,9 @@ ], "ice resistance": 37005.96590965486, "wind resistance": [ - -1118.0151102526688, + -1118.015110252716, -2078.2536795024716, - -2075.456693268101, + -2075.4566932681555, -1107.593611478911, 529.7723673334913, 1894.5794327978947, @@ -135564,9 +95019,9 @@ 517.7281175418793 ], "relative wind speed": [ - 7.237318688103332, + 7.237318688103331, 7.048881713320312, - 7.049650657207785, + 7.049650657207783, 7.239126620995937, 7.4981948861998005, 7.6756090921972495, @@ -135574,19 +95029,19 @@ 7.496449433551227 ], "relative wind angle": [ - 0.04321665551084178, - 0.01827029816743581, - 0.01852052329506236, + 0.04321665551084692, + 0.018270298167435813, + 0.018520523295068352, 0.043307671445323145, 0.041712178985557416, 0.01677834901496226, - 0.01701155764480577, + 0.017011557644805768, 0.041820211418282634 ], "resistance": [ - 35887.950799402184, + 35887.95079940214, 34927.712230152385, - 34930.50921638675, + 34930.5092163867, 35898.37229817595, 37535.73827698835, 38900.54534245275, @@ -135594,9 +95049,9 @@ 37523.69402719673 ], "fuel": [ - 35.297212342547056, + 35.29721234254704, 35.021334436754664, - 35.022133032484355, + 35.02213303248435, 35.30022527451719, 35.77861957638399, 36.185002779564, @@ -135634,19 +95089,19 @@ ], "ice resistance": 37384.776750392106, "wind resistance": [ - -477.2010343159418, + -477.201034316, -1413.302885535857, - -1589.845365437941, + -1589.8453654379446, -1140.7712884163666, -13.925373973575915, 1139.0588405526505, - 1563.749410037508, + 1563.7494100373078, 752.5865148173907 ], "relative wind speed": [ - 7.328672503368387, + 7.328672503368386, 7.161228897103376, - 7.112966399464716, + 7.112966399464715, 7.214310005814222, 7.401931096597171, 7.564048208710176, @@ -135654,33 +95109,33 @@ 7.513438344753276 ], "relative wind angle": [ - 0.0338796035896609, - 0.020894608986038538, + 0.033879603589667455, + 0.02089460898603854, 0.005152601672649287, 0.027927476981208756, 0.03354416300534111, - 0.019781728592262206, - 0.004816413897006741, + 0.01978172859226221, + 0.004816413897029792, 0.0268153437770422 ], "resistance": [ - 36907.575716076164, + 36907.575716076106, 35971.47386485625, 35794.931384954165, 36244.00546197574, 37370.85137641853, 38523.83559094476, - 38948.52616042961, + 38948.526160429414, 38137.3632652095 ], "fuel": [ - 35.59390790316352, + 35.5939079031635, 35.32137083501609, 35.270337647436335, 35.400379329153765, 35.72999233748533, 36.072141631537356, - 36.199415605241256, + 36.1994156052412, 35.9569044037339 ] }, @@ -135714,50 +95169,50 @@ ], "ice resistance": 23839.265436423746, "wind resistance": [ - 1190.6352338850884, + 1190.635233885001, -427.87990662359516, - -1768.3249585387166, - -2092.865026298932, + -1768.324958538742, + -2092.8650262992596, -1639.8294559730311, -209.84836889860162, - 1372.9121106123275, + 1372.9121106123603, 2151.4888434235036 ], "relative wind speed": [ - 7.5891031299824485, + 7.589103129982448, 7.351422774101366, 7.116277235531596, - 7.0271826003047515, + 7.027182600304752, 7.141516005368104, 7.385954262575824, 7.612774492883195, 7.695092064063454 ], "relative wind angle": [ - 0.03273218730488704, - 0.04544298869696437, - 0.03147122932925637, - 0.00245952352360279, + 0.032732187304897215, + 0.04544298869696438, + 0.0314712293292599, + 0.0024595235236479296, 0.03478444661861349, 0.04523038414038268, - 0.02941809540102675, + 0.029418095401022974, 0.002246044345221238 ], "resistance": [ - 25029.900670308834, + 25029.900670308747, 23411.38552980015, - 22070.94047788503, - 21746.400410124814, + 22070.940477885004, + 21746.400410124486, 22199.435980450715, 23629.417067525144, - 25212.177547036074, + 25212.177547036106, 25990.75427984725 ], "fuel": [ - 32.3776313193378, + 32.37763131933777, 31.980005259068868, - 31.65807305174248, - 31.581134206399852, + 31.658073051742477, + 31.581134206399778, 31.688643839316086, 32.03300169040341, 32.4230225963188, @@ -135794,54 +95249,54 @@ ], "ice resistance": 12207.241860550315, "wind resistance": [ - 1647.990000022488, + 1647.990000022397, 170.28976770651934, - -1373.592456842336, - -2095.254894531983, - -1938.230028939346, + -1373.5924568423652, + -2095.254894531914, + -1938.230028939317, -787.9829001016806, 847.0483767485784, - 2024.4555795507295 + 2024.4555795508204 ], "relative wind speed": [ - 7.646364282457672, + 7.646364282457671, 7.444143375235659, - 7.190875348728174, - 7.0369315370340475, - 7.08007486484638, + 7.190875348728173, + 7.036931537034047, + 7.080074864846379, 7.292398524546568, 7.542258186440409, - 7.686087520642056 + 7.686087520642055 ], "relative wind angle": [ - 0.022996156346757727, + 0.022996156346767386, 0.04361794654057627, - 0.03939699278181964, - 0.010792720731124856, - 0.024835834480207153, + 0.03939699278182247, + 0.01079272073111457, + 0.024835834480202677, 0.04452617057934646, - 0.03756065942021946, - 0.009881151903460964 + 0.03756065942021947, + 0.009881151903449728 ], "resistance": [ - 13855.231860572803, + 13855.231860572712, 12377.531628256835, - 10833.64940370798, - 10111.986966018332, - 10269.01183161097, + 10833.64940370795, + 10111.986966018401, + 10269.011831610998, 11419.258960448635, 13054.290237298894, - 14231.697440101045 + 14231.697440101136 ], "fuel": [ - 29.830992296123462, + 29.83099229612344, 29.52901851515199, 29.22219946920856, - 29.081823814619, - 29.112202871576933, + 29.081823814619007, + 29.112202871576937, 29.337534843272667, 29.666308279105174, - 29.90922319984175 + 29.90922319984177 ] }, { @@ -135874,19 +95329,19 @@ ], "ice resistance": 34844.02002382278, "wind resistance": [ - 499.2238381092502, + 499.2238381091847, -905.4636347138294, - -1764.3114245544748, + -1764.311424554482, -1791.1332410645737, - -1005.8569147722628, + -1005.8569147722847, 383.22980839174124, 1574.877860250981, 1639.281544318972 ], "relative wind speed": [ - 7.484862421766964, + 7.484862421766962, 7.264150382784464, - 7.098751859831425, + 7.098751859831424, 7.091399927728138, 7.246793627212351, 7.46801865051749, @@ -135894,31 +95349,31 @@ 7.6322493678601795 ], "relative wind angle": [ - 0.03519354845992381, + 0.03519354845993012, 0.03723948734127534, - 0.016779874816208754, - 0.014384527885478358, - 0.03635021436038033, + 0.01677987481620875, + 0.01438452788547836, + 0.03635021436038338, 0.036222441329293344, 0.015620851027162415, 0.013365123983486911 ], "resistance": [ - 35343.24386193203, + 35343.24386193196, 33938.55638910895, 33079.7085992683, 33052.8867827582, - 33838.16310905051, + 33838.163109050496, 35227.24983221452, 36418.897884073755, 36483.301568141746 ], "fuel": [ - 35.14029614875625, + 35.140296148756235, 34.74073612141418, 34.500055818071516, 34.49258356942555, - 34.712460615598125, + 34.71246061559812, 35.10702380905314, 35.45122724687505, 35.469980535190665 @@ -135954,49 +95409,49 @@ ], "ice resistance": 25477.388457356235, "wind resistance": [ - 1062.3438785171966, + 1062.3438785170874, -642.138127236045, - -1943.0100543684675, + -1943.0100543685003, -2192.3133752650974, - -1571.1774369104933, + -1571.177436910486, -11.353329434256011, 1589.8341518227608, 2187.36081189946 ], "relative wind speed": [ - 7.574757295654532, + 7.574757295654531, 7.319230689694481, 7.08496056988616, 7.01642736413903, - 7.158073046812852, + 7.158073046812853, 7.419152238808329, 7.6431859557869295, 7.706147213448572 ], "relative wind angle": [ - 0.03687089251052671, - 0.04713550539300608, - 0.029431664433027315, - 0.00712841420497528, - 0.039018273024905924, + 0.03687089251053876, + 0.04713550539300607, + 0.029431664433031086, + 0.007128414204975279, + 0.03901827302490593, 0.046500220738883415, 0.02728154792642432, 0.006490393535572675 ], "resistance": [ - 26539.732335873432, + 26539.732335873323, 24835.25033012019, - 23534.378402987768, + 23534.378402987735, 23285.075082091138, - 23906.211020445742, + 23906.21102044575, 25466.03512792198, 27067.222609178996, 27664.749269255695 ], "fuel": [ - 32.75734451322192, + 32.757344513221895, 32.32929526048347, - 32.00987910997493, + 32.00987910997492, 31.949384186638934, 32.1005361947814, 32.48644516068146, @@ -136034,9 +95489,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -367.164498702542, + -367.16449870254473, -1067.4836891895425, - -1184.3182631047325, + -1184.3182631047302, -774.9390937971475, 122.754017262645, 1015.2626743527153, @@ -136044,9 +95499,9 @@ 597.2640167371119 ], "relative wind speed": [ - 3.0629672178308684, + 3.0629672178308676, 2.741715103022857, - 2.6618540414022887, + 2.661854041402288, 2.8878973470270886, 3.2473980897038524, 3.5228342033617137, @@ -136054,19 +95509,19 @@ 3.404028707803843 ], "relative wind angle": [ - 0.15110241475805725, - 0.0950127511939381, - 0.0350267164643784, - 0.1361364359168889, - 0.14246045494987572, - 0.07390158874546449, + 0.151102414758058, + 0.09501275119393811, + 0.03502671646437524, + 0.13613643591688887, + 0.14246045494987575, + 0.0739015887454645, 0.0260153264069059, - 0.1153944377236509 + 0.11539443772365089 ], "resistance": [ - 96267.3355012975, + 96267.33550129748, 95567.01631081049, - 95450.18173689529, + 95450.1817368953, 95859.56090620288, 96757.25401726268, 97649.76267435275, @@ -136076,7 +95531,7 @@ "fuel": [ 41.64672158756341, 41.28783632952719, - 41.22814096377863, + 41.22814096377864, 41.43753165552367, 41.89886991795736, 42.360516499862186, @@ -136114,34 +95569,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -616.3918220183818, + -616.3918220183837, -1132.8702547394275, - -1093.420647947662, + -1093.420647947661, -483.04578093774353, 468.97079822507476, 1245.7523498653732, - 1154.3623443341316, + 1154.3623443341335, 312.9518231576744 ], "relative wind speed": [ 2.5153462752134326, 2.1995068265636815, - 2.2316675862854423, + 2.231667586285442, 2.5828310636726983, 2.986550421612893, 3.2262393006356485, 3.204077104157942, - 2.9283841963775163 + 2.928384196377516 ], "relative wind angle": [ - 0.19531455000077158, + 0.1953145500007733, 0.08004979001375623, - 0.10749496485344384, + 0.10749496485344177, 0.2005371914261232, 0.1641915807852072, 0.054543168919912434, - 0.07479679329306421, - 0.1766070577143326 + 0.07479679329306273, + 0.17660705771433197 ], "resistance": [ 96018.10817798164, @@ -136194,17 +95649,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -497.56095970818933, + -497.5609597081975, -1461.889451838977, - -1633.4613695298294, + -1633.4613695298558, -1115.8473753178978, 85.26759985674653, 1294.0521817192712, - 1699.8487549205056, + 1699.848754920531, 801.8295714337946 ], "relative wind speed": [ - 4.391215930687265, + 4.391215930687264, 4.092238114402614, 4.012218331921171, 4.209170844076299, @@ -136214,33 +95669,33 @@ 4.713939082639311 ], "relative wind angle": [ - 0.09929071590887582, - 0.0619185184779963, - 0.019237151734518763, + 0.09929071590887695, + 0.06191851847799631, + 0.019237151734530306, 0.08619750035973141, - 0.09592400637603118, - 0.05260606429679951, - 0.015807363857590833, - 0.07694811511301475 + 0.0959240063760312, + 0.052606064296799517, + 0.015807363857583807, + 0.07694811511301476 ], "resistance": [ 96136.93904029179, 95172.61054816101, - 95001.03863047015, + 95001.03863047012, 95518.65262468209, 96719.76759985673, 97928.55218171925, - 98334.34875492049, + 98334.34875492052, 97436.32957143377 ], "fuel": [ 45.523060099873874, 45.02982233064024, - 44.94242878158332, + 44.9424287815833, 45.20641895515216, 45.82284476904849, 46.44862650928242, - 46.659924367568436, + 46.65992436756845, 46.1931491009808 ] }, @@ -136274,14 +95729,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -369.31782667467087, + -369.31782667467223, -1116.5112363033368, - -1244.5520305054256, + -1244.5520305054301, -808.3897826166631, - 145.29680712179515, + 145.29680712179606, 1099.4954621873362, 1397.4442285797518, - 657.7010348488379 + 657.701034848837 ], "relative wind speed": [ 2.892209830929958, @@ -136291,17 +95746,17 @@ 3.0973231500690885, 3.4043996503074836, 3.472332970969632, - 3.2743293925621426 + 3.274329392562142 ], "relative wind angle": [ - 0.1814384746775588, + 0.18143847467756002, 0.11731819082385074, - 0.042887623705870306, + 0.04288762370587549, 0.16530387085867743, - 0.16930271977052236, + 0.16930271977052172, 0.08687364484959631, - 0.029999394987339625, - 0.1356106736617897 + 0.02999939498733963, + 0.13561067366178886 ], "resistance": [ 96265.18217332535, @@ -136354,19 +95809,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -276.82382926999344, + -276.82382927001527, -2132.3424745107914, - -2706.2083824727015, + -2706.208382472705, -2261.073398537377, -494.47460586306624, 1617.7973695406545, - 2862.057957359051, + 2862.0579573587092, 1800.5898792651678 ], "relative wind speed": [ - 6.847374223390325, + 6.847374223390323, 6.500042539343183, - 6.338836593001076, + 6.3388365930010755, 6.472235093680878, 6.810021313288158, 7.142294521322839, @@ -136374,23 +95829,23 @@ 7.167502838137903 ], "relative wind angle": [ - 0.06919935551747176, + 0.06919935551747336, 0.053567097560747304, 0.002953465453310199, 0.04970124292567711, 0.06957952542989708, 0.04874620957157097, - 0.0025696108290098807, + 0.0025696108290530865, 0.04487667039489978 ], "resistance": [ - 96357.67617073003, + 96357.67617073002, 94502.15752548924, 93928.29161752733, 94373.42660146265, 96140.02539413696, 98252.29736954068, - 99496.55795735908, + 99496.55795735875, 98435.0898792652 ], "fuel": [ @@ -136400,7 +95855,7 @@ 55.38821042269353, 56.28917931517045, 57.381685915331545, - 58.033011072711595, + 58.03301107271142, 57.47701015059275 ] }, @@ -136434,53 +95889,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -779.7600137885056, + -779.7600137885129, -2573.742358958847, - -2943.0574135819297, + -2943.0574135820025, -2133.2700866560735, - -35.42252368415939, + -35.42252368417394, 2156.3263715264147, - 3035.517274327638, + 3035.51727432774, 1530.7498432841494 ], "relative wind speed": [ - 6.83686156651416, + 6.836861566514159, 6.48810280077547, - 6.3782334509763166, + 6.378233450976316, 6.582545492789996, 6.963362677869601, 7.289418214768256, - 7.385745318386797, + 7.385745318386796, 7.2042481008482655 ], "relative wind angle": [ 0.07375232535799137, 0.04801087809412095, - 0.009943328351256732, + 0.0099433283512679, 0.060966931485995635, - 0.07241012275955853, + 0.07241012275956007, 0.042729696896030726, - 0.008586892871068187, + 0.008586892871055256, 0.05569998242970107 ], "resistance": [ - 95854.7399862115, + 95854.73998621148, 94060.75764104116, - 93691.44258641807, + 93691.442586418, 94501.22991334392, - 96599.07747631584, + 96599.07747631583, 98790.82637152642, - 99670.01727432763, + 99670.01727432774, 98165.24984328415 ], "fuel": [ - 56.53102186946215, + 56.53102186946214, 55.618083130956435, - 55.43162902930846, + 55.43162902930842, 55.84112562173705, - 56.91332259720765, + 56.913322597207646, 58.05100408457602, - 58.51239318013742, + 58.51239318013749, 57.724460243108744 ] }, @@ -136514,9 +95969,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 135.78384147829456, + 135.78384147826182, -1669.5991187417203, - -2459.185951734855, + -2459.185951734891, -2216.9231285379446, -787.9710665770435, 1156.5563933081194, @@ -136524,19 +95979,19 @@ 1934.2936254917859 ], "relative wind speed": [ - 6.03401144781363, + 6.034011447813629, 5.657960404665066, - 5.43652045012022, + 5.436520450120219, 5.520701732118911, 5.8514416733325705, 6.215798248656509, - 6.410375121955317, + 6.410375121955318, 6.3380214731206355 ], "relative wind angle": [ - 0.08079470605595167, + 0.08079470605595579, 0.07237139065513547, - 0.01684852424492689, + 0.016848524244933483, 0.050664696457551554, 0.08332132779562941, 0.06586653291818448, @@ -136544,9 +95999,9 @@ 0.044126670244227326 ], "resistance": [ - 96770.28384147832, + 96770.28384147829, 94964.9008812583, - 94175.31404826518, + 94175.31404826514, 94417.57687146208, 95846.52893342299, 97791.05639330814, @@ -136554,9 +96009,9 @@ 98568.79362549182 ], "fuel": [ - 52.00501553458072, + 52.00501553458069, 51.080162891141164, - 50.679489385296684, + 50.67948938529666, 50.80217824077298, 51.53028371851626, 52.533299196901886, @@ -136594,19 +96049,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -242.46707182724822, + -242.46707182725368, -1529.2893654941518, - -1885.61224438327, + -1885.612244382436, -1523.1346726757984, -232.11717492852404, 1261.4016533543854, - 2103.7824863478527, + 2103.7824863462247, 1252.6391460882132 ], "relative wind speed": [ 4.602927947917658, 4.233671945932409, - 4.071801582464993, + 4.0718015824649925, 4.235711604077692, 4.605580933389048, 4.947155069526635, @@ -136614,33 +96069,33 @@ 4.945408844049172 ], "relative wind angle": [ - 0.10987005576450057, + 0.1098700557645026, 0.0841725121489894, - 0.0003277504701324596, + 0.0003277504697937193, 0.08457904661159402, - 0.10980651085968894, - 0.07201026666054808, - 0.0002626408607000532, - 0.0724183653646333 + 0.10980651085968895, + 0.07201026666054806, + 0.0002626408611227685, + 0.07241836536463328 ], "resistance": [ 96392.03292817276, 95105.21063450586, - 94748.88775561674, + 94748.88775561757, 95111.36532732422, 96402.38282507149, 97895.9016533544, - 98738.28248634786, + 98738.28248634624, 97887.13914608823 ], "fuel": [ 46.12069370602721, 45.462056423165286, - 45.28076816390923, + 45.28076816390964, 45.46519192921196, 46.126016096756516, 46.898230681562694, - 47.337439415694966, + 47.33743941569412, 46.89367587613052 ] }, @@ -136674,9 +96129,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -421.23770467200575, + -421.23770467201393, -1563.3060177290472, - -1816.0931246488271, + -1816.0931246488462, -1325.0641283825453, -20.763114430252244, 1366.948566728548, @@ -136684,9 +96139,9 @@ 1027.663104835061 ], "relative wind speed": [ - 4.367497906917674, + 4.367497906917673, 4.014049981641297, - 3.8939108127121322, + 3.893910812712132, 4.096510744329016, 4.47446849056076, 4.794091048868058, @@ -136694,19 +96149,19 @@ 4.72382323563745 ], "relative wind angle": [ - 0.1145421633665979, + 0.11454216336659985, 0.07853085474060124, - 0.013824477079137162, - 0.09559980600510747, + 0.013824477079145194, + 0.09559980600510748, 0.11179221028940946, 0.06573295222150484, 0.011003421833198294, - 0.08287298359711677 + 0.08287298359711678 ], "resistance": [ - 96213.26229532804, + 96213.26229532802, 95071.193982271, - 94818.40687535121, + 94818.4068753512, 95309.4358716175, 96613.73688556979, 98001.44856672859, @@ -136714,7 +96169,7 @@ 97662.16310483511 ], "fuel": [ - 45.37208090056939, + 45.37208090056937, 44.78798552827015, 44.65935700915398, 44.909430490917444, @@ -136754,8 +96209,8 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -539.1879384048052, - -1223.9113682134548, + -539.187938404807, + -1223.9113682134553, -1270.8019274360481, -698.4547193344943, 338.11287021843555, @@ -136774,12 +96229,12 @@ 3.207998682900196 ], "relative wind angle": [ - 0.19220360812603088, - 0.10312673247813149, + 0.1922036081260326, + 0.1031267324781315, 0.07514578054831138, 0.1866235314171467, 0.17037525553790475, - 0.07288914983983968, + 0.07288914983983967, 0.05198776722901088, 0.1577146286534315 ], @@ -136834,20 +96289,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 98.66111694395568, + 98.66111694395477, -1077.2939641086914, - -1580.5252458957475, - -1399.5270640042854, + -1580.5252458957411, + -1399.5270640042872, -441.4415243358526, 837.891267988708, 1722.224326060149, 1297.8861780679354 ], "relative wind speed": [ - 3.8345798725619207, + 3.8345798725619202, 3.435303381103245, 3.1974554483982054, - 3.3008133107186923, + 3.3008133107186928, 3.6637151938536054, 4.040482953869669, 4.231204376562232, @@ -136856,8 +96311,8 @@ "relative wind angle": [ 0.1352419586606105, 0.12449635736033457, - 0.026980003062386633, - 0.09240967736696211, + 0.026980003062382518, + 0.09240967736696333, 0.14159076026231163, 0.10577331576213068, 0.02038730823550735, @@ -136914,17 +96369,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -237.6629159487038, + -237.6629159487111, -1290.6138142493446, - -1567.6768603070695, + -1567.6768603070932, -1212.364155820529, -106.5901123777121, 1138.2428804917527, - 1788.5141120201706, + 1788.514112020228, 1026.4789592442467 ], "relative wind speed": [ - 3.679137898588553, + 3.679137898588552, 3.29103976371756, 3.130751550924281, 3.3243067304522387, @@ -136934,33 +96389,33 @@ 4.041327213474244 ], "relative wind angle": [ - 0.14487771047110592, - 0.10977960525215022, - 0.006786970423546537, + 0.14487771047110823, + 0.10977960525215023, + 0.006786970423562895, 0.11777424363496898, 0.1432289774505339, 0.08874048796802476, - 0.005067481981128094, + 0.005067481981106186, 0.09680581975420813 ], "resistance": [ 96396.83708405131, 95343.88618575067, - 95066.82313969295, + 95066.82313969292, 95422.13584417949, 96527.9098876223, 97772.74288049177, - 98423.01411202019, + 98423.01411202025, 97660.97895924427 ], "fuel": [ 43.140311336983515, 42.60090001429285, - 42.45965027262814, + 42.459650272628124, 42.6408442659781, 43.207746755250206, 43.85138536667771, - 44.189899694337186, + 44.189899694337214, 43.79336242685561 ] }, @@ -136981,68 +96436,7 @@ "id": "2340", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.13230635784026, - 21.13230635784026, - 21.13230635784026, - 21.13230635784026, - 21.13230635784026, - 21.13230635784026, - 21.13230635784026, - 21.13230635784026 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 647.785803645711, - -1216.4732571088352, - -2325.125160163907, - -2329.472353745019, - -1232.2810627435229, - 629.4820765254226, - 2200.3406604288357, - 2210.6560672789747 - ], - "relative wind speed": [ - 6.074591334192551, - 5.7033909222518195, - 5.424528213832963, - 5.4230033089658845, - 5.699888894563298, - 6.071303424783574, - 6.321699687990832, - 6.323007860089871 - ], - "relative wind angle": [ - 0.07395167204448724, - 0.07902223814603661, - 0.03464562836893745, - 0.034027762838028185, - 0.07882292777285892, - 0.07422450138977278, - 0.029727174683398066, - 0.029182828057165114 - ], - "resistance": [ - 97282.28580364573, - 95418.02674289119, - 94309.37483983612, - 94305.02764625501, - 95402.2189372565, - 97263.98207652546, - 98834.84066042886, - 98845.15606727901 - ], - "fuel": [ - 52.0179440476748, - 51.059583103025346, - 50.49578979585326, - 50.49358807811347, - 51.051512067713176, - 52.008471774898695, - 52.82593668569151, - 52.831335104413384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 6.5625, -9.6875 6.875, -9.375 6.875, -9.375 6.5625, -9.6875 6.5625))", @@ -137061,68 +96455,7 @@ "id": "2341", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.859994287607744, - 17.859994287607744, - 17.859994287607744, - 17.859994287607744, - 17.859994287607744, - 17.859994287607744, - 17.859994287607744, - 17.859994287607744 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 276.99055698151824, - -1122.258901897916, - -1831.645723262638, - -1726.9335690540556, - -743.0101641286565, - 716.2888468196052, - 1823.8690303906678, - 1575.7702213776556 - ], - "relative wind speed": [ - 5.0999633875870725, - 4.759500077334878, - 4.534329022881312, - 4.5779251520878805, - 4.859208688333222, - 5.193139189868779, - 5.390862263474914, - 5.3538898880517545 - ], - "relative wind angle": [ - 0.08409863496404815, - 0.08168705052073223, - 0.02665000125111399, - 0.04752502633046054, - 0.08827599068051924, - 0.0748526396121508, - 0.022414909369845068, - 0.040632882653430666 - ], - "resistance": [ - 96911.49055698149, - 95512.24109810205, - 94802.85427673733, - 94907.56643094591, - 95891.48983587131, - 97350.78884681957, - 98458.36903039063, - 98210.27022137762 - ], - "fuel": [ - 47.855885038323464, - 47.13729193448138, - 46.77576504405003, - 46.82901200453643, - 47.33133772579794, - 48.08299204831479, - 48.65877289186507, - 48.529400810944175 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 6.25, -10 6.5625, -9.6875 6.5625, -9.6875 6.25, -10 6.25))", @@ -137141,68 +96474,7 @@ "id": "2342", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.834994838995346, - 22.834994838995346, - 22.834994838995346, - 22.834994838995346, - 22.834994838995346, - 22.834994838995346, - 22.834994838995346, - 22.834994838995346 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 525.918378823033, - -1498.5824331454514, - -2603.2513413023717, - -2522.6267984328006, - -1204.4568137364113, - 866.3849784330414, - 2512.479602457155, - 2320.9227146562407 - ], - "relative wind speed": [ - 6.519920655955993, - 6.140688469560382, - 5.8762632670631865, - 5.902372133946462, - 6.200845934941981, - 6.576610128984099, - 6.813911188518087, - 6.791307595836046 - ], - "relative wind angle": [ - 0.07199155072536458, - 0.0724873697432632, - 0.02722697174328053, - 0.037026888090547196, - 0.0757029125760024, - 0.06767503218553046, - 0.023479582058602858, - 0.0321785233778441 - ], - "resistance": [ - 97160.41837882304, - 95135.91756685456, - 94031.24865869764, - 94111.87320156721, - 95430.0431862636, - 97500.88497843305, - 99146.97960245717, - 98955.42271465625 - ], - "fuel": [ - 54.299858147743606, - 53.260643246255356, - 52.70002688017786, - 52.74078999846395, - 53.41067663049019, - 54.4761242301504, - 55.334422996662155, - 55.23402393106217 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 6.25, -9.6875 6.5625, -9.375 6.5625, -9.375 6.25, -9.6875 6.25))", @@ -137221,68 +96493,7 @@ "id": "2343", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.359280588670483, - 15.359280588670483, - 15.359280588670483, - 15.359280588670483, - 15.359280588670483, - 15.359280588670483, - 15.359280588670483, - 15.359280588670483 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 731.2456863267807, - -570.5156114520942, - -1492.5259553015976, - -1625.8518610076617, - -1047.9635132147641, - 177.53522415333828, - 1363.9826748547157, - 1678.5702469726812 - ], - "relative wind speed": [ - 4.528726742742946, - 4.1873716189170205, - 3.882723178621317, - 3.8175805125565407, - 4.040181597782841, - 4.392988980021061, - 4.664428579332629, - 4.717892780007486 - ], - "relative wind angle": [ - 0.0865569871358882, - 0.10774351671820853, - 0.06321998559895489, - 0.027083294848610568, - 0.09705478658181894, - 0.10268225374664762, - 0.05261425567938808, - 0.02191408301439227 - ], - "resistance": [ - 97365.7456863268, - 96063.98438854792, - 95141.97404469842, - 95008.64813899236, - 95586.53648678525, - 96812.03522415335, - 97998.48267485473, - 98313.0702469727 - ], - "fuel": [ - 45.53206529625261, - 44.86110134726529, - 44.38968630012259, - 44.32177982555726, - 44.61659190740992, - 45.245896900828484, - 45.86047285814918, - 46.02430675927435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 6.5625, -9.375 6.875, -9.0625 6.875, -9.0625 6.5625, -9.375 6.5625))", @@ -137314,53 +96525,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -212.9201705709802, + -212.9201705709911, -1892.7389733937762, - -2424.396158047919, - -2020.5920502710778, + -2424.3961580481136, + -2020.592050271076, -428.38498970470573, 1483.1714433643938, - 2622.538356139916, + 2622.538356140085, 1664.9704199288317 ], "relative wind speed": [ - 5.646069592909494, + 5.646069592909493, 5.260103890377132, - 5.077063422494242, - 5.225908554834726, + 5.077063422494241, + 5.225908554834725, 5.600982364964945, 5.964931882516751, 6.1214812181853935, 5.994913266856385 ], "relative wind angle": [ - 0.09262383987096227, - 0.07330952732627345, - 0.004459571051927861, - 0.06764759460658441, - 0.09337161615966051, - 0.06463423379065908, - 0.0036986965796036286, - 0.05895920484687122 + 0.09262383987096348, + 0.07330952732627344, + 0.004459571051977651, + 0.06764759460658278, + 0.09337161615966053, + 0.06463423379065909, + 0.0036986965795736118, + 0.05895920484687121 ], "resistance": [ 96421.57982942906, 94741.76102660627, - 94210.10384195212, + 94210.10384195193, 94613.90794972896, 96206.11501029534, 98117.67144336444, - 99257.03835613996, + 99257.03835614012, 98299.47041992887 ], "fuel": [ 50.31695454303226, 49.45821249238967, - 49.1886109331202, + 49.18861093312012, 49.39328257538053, 50.20621950524522, 51.19466852109858, - 51.79029253431113, + 51.79029253431121, 51.28938323185753 ] }, @@ -137394,9 +96605,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -339.34770941975967, + -339.3477094197651, -1301.6535213035759, - -1517.0909733148428, + -1517.090973314862, -1099.1656420475001, 0.1491041772715107, 1172.0143953526685, @@ -137404,7 +96615,7 @@ 883.0543267889243 ], "relative wind speed": [ - 3.669134226617387, + 3.6691342266173868, 3.310258233536728, 3.186859030972042, 3.3951401428803734, @@ -137414,19 +96625,19 @@ 4.025299873414516 ], "relative wind angle": [ - 0.13743759991163823, - 0.09587503711679222, - 0.01711727576359435, - 0.11631836321471627, + 0.13743759991164067, + 0.09587503711679224, + 0.017117275763607318, + 0.11631836321471625, 0.13348055112999516, 0.0774535079120175, - 0.013012295412006462, - 0.09804467079763356 + 0.01301229541200646, + 0.09804467079763357 ], "resistance": [ 96295.1522905803, 95332.84647869648, - 95117.40902668521, + 95117.4090266852, 95535.33435795255, 96634.64910417733, 97806.51439535273, @@ -137474,17 +96685,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 582.2517962011716, + 582.251796201168, -807.9162703427264, - -1682.6273456352637, + -1682.6273456352692, -1726.7773228011065, - -966.2788088648904, + -966.278808864894, 398.63073809270463, - 1601.3376179976858, + 1601.337617997695, 1705.5609883084126 ], "relative wind speed": [ - 4.733813784263274, + 4.7338137842632735, 4.377840345667615, 4.093212358167591, 4.0728473827437774, @@ -137494,17 +96705,17 @@ 4.958316815273635 ], "relative wind angle": [ - 0.08981183703058901, - 0.10136647890941337, - 0.04935167242836102, + 0.08981183703058902, + 0.10136647890941336, + 0.04935167242836327, 0.03866607370799529, - 0.09817386814916701, - 0.09457415667266815, - 0.0408743033430465, + 0.09817386814916815, + 0.09457415667266816, + 0.04087430334304379, 0.03175840797488874 ], "resistance": [ - 97216.75179620122, + 97216.7517962012, 95826.58372965732, 94951.87265436478, 94907.72267719894, @@ -137514,7 +96725,7 @@ 98340.06098830845 ], "fuel": [ - 46.31518175610096, + 46.315181756100955, 45.59964988818034, 45.15311422912303, 45.130651362236456, @@ -137554,31 +96765,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -85.97146060385694, + -85.9714606038633, -891.8322227299545, - -1147.1319959883863, + -1147.131995988408, -943.3723852439025, - -172.35984623367858, + -172.3598462336804, 749.9721446915491, 1302.3334833080698, 823.5402149538986 ], "relative wind speed": [ - 3.243227920850488, + 3.243227920850487, 2.912257146444764, 2.7526991755037002, 2.8872731803436102, - 3.2114816661344188, + 3.211481666134419, 3.5143847472186476, 3.6407127169941504, 3.5349392385966376 ], "relative wind angle": [ - 0.13733579951531535, + 0.13733579951531777, 0.11193250385570086, - 0.005821779982708135, - 0.10500889502059466, - 0.13870212591297745, + 0.005821779982727205, + 0.10500889502059467, + 0.13870212591297906, 0.09269397008492565, 0.004401767299031447, 0.08571671460239273 @@ -137586,7 +96797,7 @@ "resistance": [ 96548.52853939615, 95742.66777727006, - 95487.36800401163, + 95487.3680040116, 95691.12761475611, 96462.14015376633, 97384.47214469156, @@ -137596,7 +96807,7 @@ "fuel": [ 41.97536538970276, 41.561709387766356, - 41.43116562538027, + 41.43116562538026, 41.535335549249076, 41.930905769748705, 42.40701668802054, @@ -137634,19 +96845,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -183.90388766921387, + -183.9038876692157, -881.8350122697204, - -1052.0099768745101, + -1052.0099768745106, -757.9330599479592, - 22.45342323819159, + 22.453423238191135, 873.2417503708234, 1267.9429357273802, 694.6211775511852 ], "relative wind speed": [ - 2.509986609732251, + 2.50998660973225, 2.1134376396363113, - 1.9627541840930378, + 1.9627541840930376, 2.1948091934890694, 2.6068777966267347, 2.937554420082997, @@ -137654,13 +96865,13 @@ 2.8772655824161446 ], "relative wind angle": [ - 0.21638100608592395, - 0.16445781505582227, + 0.21638100608592398, + 0.16445781505582224, 0.025251802344172937, 0.19073441875948366, - 0.20821798129104407, + 0.20821798129104463, 0.11806140691086658, - 0.01630101108560114, + 0.016301011085601145, 0.1451225598900048 ], "resistance": [ @@ -137714,19 +96925,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -131.8328092057186, + -131.8328092057195, -751.3774836606151, - -912.2733865847724, + -912.2733865847697, -671.9480596135832, - 0.36913496559554915, + 0.36913496559463965, 748.2581474744397, - 1121.1773340421432, + 1121.1773340421537, 633.5347893039389 ], "relative wind speed": [ - 2.3035273957585827, + 2.3035273957585822, 1.9192466300616289, - 1.7619750751987013, + 1.7619750751987011, 1.976999239500991, 2.3715949249331643, 2.6920611664626306, @@ -137734,14 +96945,14 @@ 2.649938670609484 ], "relative wind angle": [ - 0.2267403942178389, - 0.1788808807959393, - 0.0198092519598292, + 0.2267403942178394, + 0.17888088079593928, + 0.019809251959823592, 0.1990076588418057, - 0.22012381803694944, - 0.1271928886142587, - 0.01247604005091572, - 0.1480325985056531 + 0.22012381803694997, + 0.12719288861425873, + 0.012476040050906821, + 0.14803259850565306 ], "resistance": [ 96502.66719079428, @@ -137781,68 +96992,7 @@ "id": "2350", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.351448650494458, - 10.351448650494458, - 10.351448650494458, - 10.351448650494458, - 10.351448650494458, - 10.351448650494458, - 10.351448650494458, - 10.351448650494458 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 22.423618406483456, - -855.436722341045, - -1192.3066005456749, - -1013.799799976096, - -241.97413278506156, - 738.1610583610354, - 1381.2210898663852, - 965.3190393799459 - ], - "relative wind speed": [ - 2.9760794846606724, - 2.578849730068042, - 2.3561575983724956, - 2.4907547149180953, - 2.868004810269347, - 3.2298660592158046, - 3.395735864636382, - 3.2982785875149356 - ], - "relative wind angle": [ - 0.17558948178214806, - 0.1582672294041042, - 0.023308612750639727, - 0.132388863302157, - 0.1822790690757799, - 0.1261742906571398, - 0.016172101802098632, - 0.09984989140755116 - ], - "resistance": [ - 96656.92361840645, - 95779.06327765892, - 95442.19339945429, - 95620.70020002387, - 96392.5258672149, - 97372.661058361, - 98015.72108986636, - 97599.81903937992 - ], - "fuel": [ - 41.28060778738323, - 40.82975723267642, - 40.657509306140966, - 40.74873060733415, - 41.14451690573891, - 41.6503175486022, - 41.98411194649181, - 41.7680531015162 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-8.4375 6.875, -8.4375 7.1875, -8.125 7.1875, -8.125 6.875, -8.4375 6.875))", @@ -137874,19 +97024,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -51.625774843626004, + -51.62577484362828, -752.3585929225326, - -976.4153005383916, + -976.4153005383919, -788.2911911810004, -111.51321951858563, 697.4222191226736, - 1186.8348756126452, + 1186.8348756126147, 749.1312631816522 ], "relative wind speed": [ - 2.543881936700861, + 2.5438819367008607, 2.162710946984924, - 1.972853115311107, + 1.9728531153111069, 2.139104746064005, 2.5154964900695806, 2.849866533579577, @@ -137894,13 +97044,13 @@ 2.867627727720554 ], "relative wind angle": [ - 0.20016579229033743, + 0.20016579229033857, 0.17094212043283866, 0.007342345282952312, - 0.1631341532394163, + 0.16313415323941632, 0.2024557011180968, 0.12945522641164398, - 0.00485359867955953, + 0.004853598679582404, 0.12144910652107051 ], "resistance": [ @@ -137910,7 +97060,7 @@ 95846.20880881905, 96522.98678048146, 97331.92221912272, - 97821.3348756127, + 97821.33487561267, 97383.6312631817 ], "fuel": [ @@ -137920,7 +97070,7 @@ 40.0587023937665, 40.40619718401259, 40.823784902282554, - 41.07761116760878, + 41.077611167608765, 40.85056088438732 ] }, @@ -137954,34 +97104,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -68.70455514060086, + -68.70455514060268, -986.0161594784277, -1287.8235519390564, -1059.2937978836499, -191.2138889943999, 856.8323350854216, - 1496.2361152440026, - 961.7278859250691 + 1496.2361152439344, + 961.72788592507 ], "relative wind speed": [ - 3.1945818050938164, + 3.194581805093816, 2.807165731891465, 2.613728124163499, 2.77016193142932, 3.1485686007306866, 3.4983792957079296, - 3.6451697403413754, - 3.5277528281617796 + 3.645169740341376, + 3.527752828161779 ], "relative wind angle": [ - 0.16215032908752586, + 0.16215032908752589, 0.13620456093694913, 0.008921078667704, - 0.12602726391047372, + 0.12602726391047375, 0.16454145420390595, 0.1091722350535795, - 0.00639671828798558, - 0.09886189679057057 + 0.006396718288020292, + 0.09886189679056945 ], "resistance": [ 96565.79544485938, @@ -137990,7 +97140,7 @@ 95575.20620211633, 96443.28611100558, 97491.3323350854, - 98130.73611524398, + 98130.73611524393, 97596.22788592505 ], "fuel": [ @@ -138000,7 +97150,7 @@ 41.31150630356355, 41.75665954628308, 42.29783618480007, - 42.63001072458833, + 42.6300107245883, 42.35222580997364 ] }, @@ -138034,7 +97184,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -166.98865093164522, + -166.98865093164613, -989.9107990757548, -1211.7807473166204, -943.7328562556613, @@ -138054,14 +97204,14 @@ 3.4808583359754404 ], "relative wind angle": [ - 0.15379922936118984, - 0.11863143751809184, + 0.1537992293611906, + 0.11863143751809185, 0.005539469790545346, 0.1250610260615626, 0.15238711727457577, - 0.09481581730222637, + 0.09481581730222635, 0.004058544928368871, - 0.1013141410897714 + 0.10131414108977141 ], "resistance": [ 96467.51134906839, @@ -138114,11 +97264,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -73.03093779241044, + -73.0309377924118, -748.941308372908, - -950.7902594727307, + -950.7902594728171, -755.6164691152544, - -84.1541368152757, + -84.15413681527525, 704.0757771316071, 1167.9385777401567, 713.6856379839583 @@ -138126,7 +97276,7 @@ "relative wind speed": [ 2.489871666555665, 2.111983131060903, - 1.931927567583539, + 1.9319275675835392, 2.1075110741289294, 2.484506985891472, 2.8127856535780316, @@ -138134,11 +97284,11 @@ 2.81613794961897 ], "relative wind angle": [ - 0.20371417687796547, + 0.2037141768779671, 0.17038974357585907, - 0.0014178089649124856, + 0.0014178089650690967, 0.16888999494302573, - 0.20416025554660971, + 0.2041602555466097, 0.127665671046513, 0.0009318678412455612, 0.12612620551354403 @@ -138146,9 +97296,9 @@ "resistance": [ 96561.46906220762, 95885.55869162713, - 95683.7097405273, + 95683.7097405272, 95878.88353088478, - 96550.34586318475, + 96550.34586318476, 97338.57577713164, 97802.43857774019, 97348.18563798399 @@ -138156,7 +97306,7 @@ "fuel": [ 40.34687458538707, 39.999727391321045, - 39.89638751910498, + 39.896387519104934, 39.99630750967076, 40.341147958741516, 40.748096975187714, @@ -138194,9 +97344,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -209.46203347090614, + -209.46203347090932, -974.163869104018, - -1160.3514287353992, + -1160.3514287354042, -847.140873465386, 2.4809700451069148, 929.3468004293477, @@ -138204,9 +97354,9 @@ 746.9561129895915 ], "relative wind speed": [ - 2.7920680179278143, + 2.7920680179278135, 2.407936615978492, - 2.2625767531389376, + 2.262576753138937, 2.4812540613638796, 2.881421005541399, 3.2093725370141444, @@ -138214,14 +97364,14 @@ 3.1530317332490982 ], "relative wind angle": [ - 0.18934506828372952, + 0.1893450682837301, 0.14144028156239305, - 0.02009508876281927, + 0.020095088762824797, 0.16344285331807262, 0.18340562528136078, - 0.105964912374447, + 0.10596491237444698, 0.013721345669066685, - 0.12840073768677623 + 0.12840073768677626 ], "resistance": [ 96425.03796652911, @@ -138261,68 +97411,7 @@ "id": "2356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.219390351663554, - 14.219390351663554, - 14.219390351663554, - 14.219390351663554, - 14.219390351663554, - 14.219390351663554, - 14.219390351663554, - 14.219390351663554 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 51.665909151981396, - -962.3480102137519, - -1385.4899267615347, - -1226.8877020861446, - -393.4337320921077, - 711.341497157041, - 1462.3594888528723, - 1087.8555953594596 - ], - "relative wind speed": [ - 4.038042704945998, - 3.7166554209526295, - 3.5318135134186215, - 3.6154080380002642, - 3.905885851576141, - 4.212861931563115, - 4.36898460502482, - 4.3000648705889715 - ], - "relative wind angle": [ - 0.10386197059110336, - 0.09242238242949663, - 0.01881542644429351, - 0.0689377530383298, - 0.10738951930505593, - 0.08151073097089637, - 0.01520976258794452, - 0.05794800318445399 - ], - "resistance": [ - 96686.16590915198, - 95672.15198978625, - 95249.01007323846, - 95407.61229791386, - 96241.0662679079, - 97345.84149715705, - 98096.85948885288, - 97722.35559535946 - ], - "fuel": [ - 44.151389661967336, - 43.63076003119225, - 43.414635837369744, - 43.49556553408618, - 43.922389065249114, - 44.49214399276889, - 44.882052234092306, - 44.68735759041857 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.0625 5.9375, -9.0625 6.25, -8.75 6.25, -8.75 5.9375, -9.0625 5.9375))", @@ -138354,33 +97443,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -252.37627790468696, + -252.37627790468787, -956.645666997596, - -1110.8527927380774, + -1110.8527927380824, -787.8597304370032, 29.89790572142283, 895.0807971879326, - 1255.3872444371186, + 1255.3872444371277, 653.551063883579 ], "relative wind speed": [ 2.8978558545667568, 2.5596823802737045, - 2.4462962781949793, + 2.446296278194979, 2.6508943093100967, 3.01159380382019, 3.3038298844176777, - 3.3886428422518033, + 3.388642842251803, 3.2311027767501193 ], "relative wind angle": [ - 0.16335182252634883, + 0.16335182252634953, 0.114523117430103, - 0.02355071764184782, + 0.02355071764185254, 0.1415455561313051, 0.15713024839373532, 0.08865042215850384, - 0.01700075374936682, + 0.017000753749360286, 0.1160008433736137 ], "resistance": [ @@ -138421,68 +97510,7 @@ "id": "2358", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.144640844098202, - 15.144640844098202, - 15.144640844098202, - 15.144640844098202, - 15.144640844098202, - 15.144640844098202, - 15.144640844098202, - 15.144640844098202 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -369.1505449943488, - -1455.3090752012067, - -1705.1146245121327, - -1261.0169850811117, - -42.676831111795764, - 1268.8281053061055, - 1857.8199513074233, - 992.0611327580664 - ], - "relative wind speed": [ - 4.189901575361814, - 3.8399928049649397, - 3.7158680506090467, - 3.910378274802127, - 4.280975100993223, - 4.59744258086611, - 4.698334562055608, - 4.537726828985949 - ], - "relative wind angle": [ - 0.11751957362100872, - 0.08211247218985067, - 0.01233827446841486, - 0.09727783195579336, - 0.11500825668218499, - 0.0685607202786622, - 0.009758131024632292, - 0.08379488229108045 - ], - "resistance": [ - 96265.34945500565, - 95179.1909247988, - 94929.38537548787, - 95373.4830149189, - 96591.82316888821, - 97903.32810530611, - 98492.31995130742, - 97626.56113275807 - ], - "fuel": [ - 44.764061640183414, - 44.20823706743388, - 44.08102391493048, - 44.30734059737691, - 44.93198748676471, - 45.61057329715235, - 45.91740621426821, - 45.466838470021095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.0625 5.625, -9.0625 5.9375, -8.75 5.9375, -8.75 5.625, -9.0625 5.625))", @@ -138514,9 +97542,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -7.740268826134525, + -7.740268826138163, -951.301189024161, - -1295.274491527919, + -1295.274491527914, -1087.1591042956497, -234.59496955556278, 828.1797455379265, @@ -138524,9 +97552,9 @@ 1023.0086367158037 ], "relative wind speed": [ - 3.106787421264867, + 3.1067874212648663, 2.6965577733833945, - 2.4752024084448156, + 2.475202408444815, 2.624565482037907, 3.0183391713890484, 3.3898489065556765, @@ -138534,13 +97562,13 @@ 3.4458896478219168 ], "relative wind angle": [ - 0.1746379615872671, + 0.17463796158726774, 0.15394036649098203, - 0.018152112987322805, - 0.13372855546873, + 0.018152112987316688, + 0.13372855546873003, 0.17981053666649882, 0.12227792185249416, - 0.012639299387009426, + 0.012639299387009424, 0.10172654221207587 ], "resistance": [ @@ -138581,68 +97609,7 @@ "id": "2360", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.458241338995299, - 11.458241338995299, - 11.458241338995299, - 11.458241338995299, - 11.458241338995299, - 11.458241338995299, - 11.458241338995299, - 11.458241338995299 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 25.772461573568762, - -1010.1811440236115, - -1409.192110695893, - -1201.649576527374, - -294.08884119521326, - 860.668704193422, - 1619.1337028578573, - 1135.0589957366801 - ], - "relative wind speed": [ - 3.2895461605096648, - 2.8673629864739505, - 2.630885536268485, - 2.7716646625666694, - 3.1714255414492585, - 3.5577076061531225, - 3.7359731265272615, - 3.632757754841325 - ], - "relative wind angle": [ - 0.16880081104447336, - 0.15164827229095065, - 0.022786802122950648, - 0.1260310863025186, - 0.17515172557853087, - 0.12205705935641192, - 0.016045846850420067, - 0.09605049114423249 - ], - "resistance": [ - 96660.2724615736, - 95624.31885597642, - 95225.30788930414, - 95432.85042347266, - 96340.41115880481, - 97495.16870419345, - 98253.63370285789, - 97769.5589957367 - ], - "fuel": [ - 41.99881883472489, - 41.4670667160638, - 41.263320764858086, - 41.36922374601117, - 41.83420875991739, - 42.430274839147465, - 42.82448131778382, - 42.57264000469114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 5.3125, -9.6875 5.625, -9.375 5.625, -9.375 5.3125, -9.6875 5.3125))", @@ -138661,68 +97628,7 @@ "id": "2361", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.942695320253298, - 12.942695320253298, - 12.942695320253298, - 12.942695320253298, - 12.942695320253298, - 12.942695320253298, - 12.942695320253298, - 12.942695320253298 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 371.9563472070595, - -946.5216737584287, - -1653.2649355720973, - -1577.4348465356088, - -684.0368645894359, - 677.7729821627154, - 1756.8883847047073, - 1580.013623204789 - ], - "relative wind speed": [ - 3.810281111337238, - 3.3667163975267145, - 3.046410592988389, - 3.0917724479353503, - 3.4651105901091603, - 3.8974933287594897, - 4.152663729225871, - 4.119001903287717 - ], - "relative wind angle": [ - 0.14585878866355123, - 0.1535921982319541, - 0.05735313945471229, - 0.086827271042898, - 0.1605084482030489, - 0.13254206707688937, - 0.04206383129357173, - 0.06513778887512077 - ], - "resistance": [ - 97006.45634720704, - 95687.97832624156, - 94981.23506442789, - 95057.06515346438, - 95950.46313541055, - 97312.2729821627, - 98391.3883847047, - 98214.51362320478 - ], - "fuel": [ - 43.26507392915801, - 42.58729743985755, - 42.22665216023019, - 42.265258620068835, - 42.72171461273464, - 43.42320614347078, - 43.98397762735323, - 43.891766246283495 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-10 5, -10 5.3125, -9.6875 5.3125, -9.6875 5, -10 5))", @@ -138741,68 +97647,7 @@ "id": "2362", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.924330167806048, - 8.924330167806048, - 8.924330167806048, - 8.924330167806048, - 8.924330167806048, - 8.924330167806048, - 8.924330167806048, - 8.924330167806048 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 302.48034984399237, - -606.8156387601598, - -1100.8684219531185, - -1048.1749663297294, - -432.3227108077972, - 507.5489443365682, - 1266.6802149259925, - 1145.201602144111 - ], - "relative wind speed": [ - 2.715654560076814, - 2.270031929618434, - 1.9273901696936893, - 1.9755071611440862, - 2.3677888066848376, - 2.7978846583161374, - 3.044071394776432, - 3.013067370470902 - ], - "relative wind angle": [ - 0.20764946305420023, - 0.2320213691702685, - 0.09265912416979656, - 0.13699015424517827, - 0.23870924256527679, - 0.18766298430109493, - 0.05861787930284925, - 0.08965652595581468 - ], - "resistance": [ - 96936.980349844, - 96027.68436123985, - 95533.6315780469, - 95586.32503367029, - 96202.17728919222, - 97142.04894433658, - 97901.180214926, - 97779.70160214412 - ], - "fuel": [ - 40.6203075431456, - 40.152417903250075, - 39.89948680943964, - 39.92642003659653, - 40.24196687235488, - 40.72625332598448, - 41.119809555724274, - 41.05668731136484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.6875 5, -9.6875 5.3125, -9.375 5.3125, -9.375 5, -9.6875 5))", @@ -138821,68 +97666,7 @@ "id": "2363", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.945626318945015, - 8.945626318945015, - 8.945626318945015, - 8.945626318945015, - 8.945626318945015, - 8.945626318945015, - 8.945626318945015, - 8.945626318945015 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 258.92540089976, - -645.7218503787851, - -1114.0360457770205, - -1038.151491172185, - -394.2935726376586, - 554.3862337021337, - 1296.5330935281063, - 1121.535956736022 - ], - "relative wind speed": [ - 2.703437705123312, - 2.254480890849602, - 1.923552883752396, - 1.9926402618486703, - 2.394968171288658, - 2.8216597739206826, - 3.0568598709093577, - 3.0122803245760177 - ], - "relative wind angle": [ - 0.21162870241415188, - 0.22975046746161198, - 0.08235025319182611, - 0.14588064866473907, - 0.23938695104059662, - 0.18297719483841343, - 0.05178412943532804, - 0.0963077626029657 - ], - "resistance": [ - 96893.42540089975, - 95988.7781496212, - 95520.46395422297, - 95596.3485088278, - 96240.20642736233, - 97188.88623370211, - 97931.0330935281, - 97756.03595673601 - ], - "fuel": [ - 40.60884812864289, - 40.14348934659327, - 39.90378053542875, - 39.942566994424794, - 40.27252077352818, - 40.761495584586584, - 41.146352482999916, - 41.055419136842374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.375 5.3125, -9.375 5.625, -9.0625 5.625, -9.0625 5.3125, -9.375 5.3125))", @@ -138901,68 +97685,7 @@ "id": "2364", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.373882517545473, - 13.373882517545473, - 13.373882517545473, - 13.373882517545473, - 13.373882517545473, - 13.373882517545473, - 13.373882517545473, - 13.373882517545473 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 30.24294440382073, - -1230.2300837553903, - -1721.3707552730684, - -1479.8569399341977, - -387.5372092626367, - 1010.9594263973095, - 1932.9838170780858, - 1367.8500973994041 - ], - "relative wind speed": [ - 3.8247324267589224, - 3.38846561375851, - 3.144397621487324, - 3.2831698687377586, - 3.692573685405173, - 4.0965814214810985, - 4.286775263112448, - 4.181444029454468 - ], - "relative wind angle": [ - 0.14992666936988927, - 0.1335641355366549, - 0.02126366180099922, - 0.10885494310979581, - 0.1553354129208704, - 0.1103726456998563, - 0.015596590839948018, - 0.08540539096444855 - ], - "resistance": [ - 96664.74294440384, - 95404.26991624462, - 94913.12924472695, - 95154.64306006582, - 96246.96279073738, - 97645.45942639733, - 98567.4838170781, - 98002.35009739942 - ], - "fuel": [ - 43.43193349899805, - 42.7854417437431, - 42.535138174862425, - 42.65811043762238, - 43.21700065269444, - 43.93902857847023, - 44.41904003052153, - 44.12445276091629 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.0625 5.3125, -9.0625 5.625, -8.75 5.625, -8.75 5.3125, -9.0625 5.3125))", @@ -138994,13 +97717,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -147.9437032791593, + -147.94370327916204, -1173.7700508545045, -1468.3360575000224, -1171.8321861836066, -144.705267879036, 1050.5766353767622, - 1739.7154334440293, + 1739.7154334456764, 1047.8010375201357 ], "relative wind speed": [ @@ -139014,13 +97737,13 @@ 3.7275007603092516 ], "relative wind angle": [ - 0.16797214914508457, + 0.1679721491450859, 0.13525923977373566, - 0.00021217463586064463, + 0.0002121746358606446, 0.13549934944617373, 0.1679140717320174, - 0.10652163385312441, - 0.00015065968392825708, + 0.1065216338531244, + 0.00015065968319134923, 0.10676517538931546 ], "resistance": [ @@ -139030,7 +97753,7 @@ 95462.66781381641, 96489.79473212098, 97685.07663537678, - 98374.21543344404, + 98374.21543344569, 97682.30103752016 ], "fuel": [ @@ -139040,7 +97763,7 @@ 41.704083345350156, 42.230670053796125, 42.84840864639948, - 43.20698145079748, + 43.20698145079833, 42.846968019991046 ] }, @@ -139061,68 +97784,7 @@ "id": "2366", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.928593017269767, - 10.928593017269767, - 10.928593017269767, - 10.928593017269767, - 10.928593017269767, - 10.928593017269767, - 10.928593017269767, - 10.928593017269767 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -169.50287895623342, - -1169.510724756245, - -1446.1787815712523, - -1113.3854746978868, - -75.94236887506031, - 1107.7125319583633, - 1751.6428759828582, - 1026.9804733609876 - ], - "relative wind speed": [ - 3.078400656179703, - 2.624570520386894, - 2.4252820928635312, - 2.6546075317096416, - 3.114611288465714, - 3.5055646708799633, - 3.646280412727629, - 3.4828742341342327 - ], - "relative wind angle": [ - 0.19964441056734494, - 0.16019136277551985, - 0.007614788963438537, - 0.16833470971326628, - 0.1972925542795809, - 0.11970658864267208, - 0.005064863286744665, - 0.1280473615766111 - ], - "resistance": [ - 96464.99712104378, - 95464.98927524377, - 95188.32121842875, - 95521.11452530212, - 96558.55763112496, - 97742.21253195837, - 98386.14287598287, - 97661.480473361 - ], - "fuel": [ - 41.54534064129634, - 41.03269913766672, - 40.891525887461626, - 41.06137248206722, - 41.59349362468689, - 42.20550047457883, - 42.54063315045097, - 42.163592431088034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-9.0625 5, -9.0625 5.3125, -8.75 5.3125, -8.75 5, -9.0625 5))", @@ -139154,21 +97816,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1107.2230464648155, + -1107.2230464648164, -1713.4940789288703, -1541.903397750174, -518.2959757387216, - 894.9864964955377, + 894.9864964955341, 1917.4758434047217, 1518.0994219033319, 207.80878738582396 ], "relative wind speed": [ - 3.175876116765079, + 3.1758761167650786, 2.8695701891593566, 2.9767190775708117, 3.4056583751284086, - 3.8527536734438486, + 3.852753673443849, 4.086008676784943, 4.00862114828776, 3.6512177433277833 @@ -139178,10 +97840,10 @@ 0.0434523739249318, 0.11522029190130315, 0.17967442727489386, - 0.13498927069267186, + 0.1349892706926735, 0.030511375530792795, 0.08547505883583917, - 0.16747206931525815 + 0.16747206931525818 ], "resistance": [ 95527.27695353521, @@ -139234,7 +97896,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -333.4524551841191, + -333.45245518412, -926.2101180663913, -1008.062648139153, -606.318624673871, @@ -139244,7 +97906,7 @@ 519.4488497559837 ], "relative wind speed": [ - 2.3307008188393574, + 2.330700818839357, 1.9542464791209329, 1.877781749460814, 2.173652574310624, @@ -139254,13 +97916,13 @@ 2.724041267171728 ], "relative wind angle": [ - 0.22935286089853352, + 0.229352860898534, 0.14400696216313327, 0.07102519344944945, 0.21743286804120004, 0.20596483564531254, 0.09734785901299287, - 0.04540572006423663, + 0.04540572006423662, 0.17299863237452884 ], "resistance": [ @@ -139314,17 +97976,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -680.2300477387403, + -680.2300477387421, -1240.0988873672295, - -1192.949601704151, + -1192.949601704152, -520.8989806996078, 521.0237496089644, 1366.9982078718022, - 1257.7768118961285, + 1257.7768118961267, 334.5914188381248 ], "relative wind speed": [ - 2.623403680568493, + 2.6234036805684924, 2.2944419503009197, 2.3312571056274773, 2.7006253667960047, @@ -139334,13 +97996,13 @@ 3.056212258864704 ], "relative wind angle": [ - 0.1955443323699093, + 0.1955443323699099, 0.07897640828979353, - 0.10905427613711191, - 0.20125274837137608, - 0.16396443487450274, - 0.053711090106274804, - 0.0758923610124126, + 0.10905427613711294, + 0.20125274837137605, + 0.1639644348745027, + 0.0537110901062748, + 0.07589236101241408, 0.17757087041330877 ], "resistance": [ @@ -139394,34 +98056,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -219.146207879729, + -219.1462078797299, -1006.943417818178, -1192.295930100101, - -834.6566917480059, - 67.41210946150204, + -834.6566917480063, + 67.4121094615025, 1040.1387094850088, - 1468.513018053518, + 1468.5130180535098, 790.6397504972965 ], "relative wind speed": [ 2.534448430475567, 2.082279534160465, 1.9166953075096238, - 2.196546361183641, + 2.1965463611836404, 2.6673727252065507, 3.03354875410506, 3.1407937213523707, - 2.9518621555023183 + 2.951862155502318 ], "relative wind angle": [ - 0.24399986347145233, + 0.24399986347145328, 0.18576636752280692, - 0.03568639716701865, - 0.22091288914485624, - 0.2316121075038632, - 0.12712318294208916, - 0.021775017193755013, - 0.16378365272954554 + 0.035686397167018644, + 0.22091288914485574, + 0.2316121075038627, + 0.12712318294208919, + 0.02177501719376011, + 0.1637836527295449 ], "resistance": [ 96415.35379212025, @@ -139430,7 +98092,7 @@ 95799.84330825198, 96701.91210946148, 97674.63870948499, - 98103.0130180535, + 98103.01301805349, 97425.13975049728 ], "fuel": [ @@ -139474,33 +98136,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -350.08143185818676, + -350.0814318581881, -1029.5253328345266, - -1126.7222232092874, - -665.1113541220095, - 255.5768334050399, + -1126.722223209288, + -665.1113541220097, + 255.57683340503945, 1158.6554904818572, - 1381.9400950595264, + 1381.9400950595314, 627.8842628570656 ], "relative wind speed": [ - 2.2618721515008446, + 2.261872151500844, 1.8035669512250356, - 1.7061819359593633, + 1.706181935959363, 2.07144751321027, 2.5659457056584496, 2.90642206958503, - 2.9646393027699096, + 2.964639302769909, 2.7219934228680795 ], "relative wind angle": [ - 0.2826219630147479, + 0.2826219630147483, 0.1866216750917857, - 0.09246308305644098, - 0.2724558043024147, - 0.2483727161339563, + 0.09246308305644096, + 0.27245580430241473, + 0.24837271613395676, 0.11539209310438302, - 0.05316274974504283, + 0.05316274974503865, 0.2062432388964668 ], "resistance": [ @@ -139554,9 +98216,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -457.23968591031917, + -457.23968591032144, -938.9145065842977, - -953.0201611039247, + -953.0201611039251, -506.55304380970256, 267.8461275335371, 942.318255093684, @@ -139564,9 +98226,9 @@ 325.2124617778245 ], "relative wind speed": [ - 2.7648075030401396, + 2.764807503040139, 2.510547509829437, - 2.5001384816850685, + 2.500138481685068, 2.7419416312911578, 3.0599001254110845, 3.271742732435885, @@ -139574,14 +98236,14 @@ 3.0804066934335474 ], "relative wind angle": [ - 0.14164416983125017, + 0.14164416983125172, 0.06804884314536236, 0.059589178933532085, 0.13950483529202787, - 0.1279051313501068, + 0.12790513135010684, 0.05220018777949319, - 0.04541393023631697, - 0.12409234693563385 + 0.045413930236316964, + 0.12409234693563387 ], "resistance": [ 96177.26031408965, @@ -139634,39 +98296,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -248.13576045986974, + -248.13576045987202, -627.2883620518523, - -678.1463229435676, + -678.146322943569, -430.59713521671665, - 82.97459089702079, + 82.97459089701988, 574.4116525934878, 694.4907433149515, 294.53620695464633 ], "relative wind speed": [ - 2.7412590064598468, + 2.741259006459846, 2.549522489532815, - 2.5116652099987693, + 2.511665209998769, 2.6555471880851247, - 2.8800967418518133, + 2.8800967418518137, 3.051129833076438, 3.082368578837465, 2.959311966450283 ], "relative wind angle": [ - 0.10431696430988274, - 0.05984918926397987, + 0.10431696430988273, + 0.05984918926397986, 0.02778588688580913, 0.09472829654151571, - 0.09927125904720595, - 0.05000093310668061, + 0.09927125904720707, + 0.05000093310668062, 0.022640325301404838, - 0.08497988271753244 + 0.08497988271753246 ], "resistance": [ 96386.36423954015, 96007.21163794817, - 95956.35367705647, + 95956.35367705645, 96203.90286478332, 96717.47459089705, 97208.91165259352, @@ -139714,49 +98376,49 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -754.5050718918419, + -754.5050718918455, -1270.435997302041, - -1209.6596724412584, - -536.3595658934728, + -1209.659672441263, + -536.359565893471, 483.08065625993186, 1274.1185089574392, 1130.6063684010605, 230.15882613597023 ], "relative wind speed": [ - 3.6956310939841903, + 3.6956310939841894, 3.485936143698187, - 3.518635197440357, - 3.7697012546173916, + 3.5186351974403567, + 3.769701254617391, 4.070553880221485, 4.251511175648911, 4.224488658044051, 4.002055787410395 ], "relative wind angle": [ - 0.09575868288263435, + 0.09575868288263437, 0.033496871591639804, - 0.053524769272634845, - 0.10176548131051578, + 0.05352476927263693, + 0.10176548131051469, 0.08691530789156743, 0.027463363584166022, 0.04457499860109102, 0.09583837821656965 ], "resistance": [ - 95879.9949281082, + 95879.99492810818, 95364.06400269798, - 95424.84032755878, - 96098.14043410655, + 95424.84032755876, + 96098.14043410656, 97117.58065625996, 97908.61850895747, 97765.10636840109, 96864.658826136 ], "fuel": [ - 43.48176527009251, + 43.481765270092495, 43.217938162746, - 43.248965356108016, + 43.248965356108, 43.59361437487887, 44.118656286488715, 44.528728773598225, @@ -139794,13 +98456,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -408.3479139125661, + -408.34791391257113, -832.8626933687337, -849.6806008476651, -468.80487560520714, - 205.1266641467255, + 205.1266641467273, 792.9904134133694, - 832.7238703010089, + 832.7238703010153, 275.20963417190706 ], "relative wind speed": [ @@ -139814,13 +98476,13 @@ 3.369047553718572 ], "relative wind angle": [ - 0.09759284871611712, - 0.04641421829204893, - 0.03842893926005439, - 0.09517628276630341, - 0.09106366956977098, - 0.03864595006265821, - 0.03179820389318601, + 0.09759284871612052, + 0.04641421829204892, + 0.0384289392600544, + 0.0951762827663034, + 0.09106366956976976, + 0.0386459500626582, + 0.03179820389318252, 0.08750956745387088 ], "resistance": [ @@ -139874,51 +98536,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1718.396210128541, + 1718.396210128531, 1196.7639858542066, - 57.92030105933918, + 57.92030105933827, -988.2332139306968, - -1391.7130375354523, + -1391.7130375354557, -1166.1207053702265, -237.96707371460752, 939.2156335413497 ], "relative wind speed": [ - 3.3998639235959245, + 3.399863923595924, 3.2790735439786762, - 2.880956269441254, + 2.8809562694412536, 2.374536351100754, - 2.080126765980916, + 2.0801267659809164, 2.2657622899806635, 2.7542863023088993, 3.201184027640463 ], "relative wind angle": [ - 0.019163369293690117, - 0.12864394941984417, + 0.019163369293695907, + 0.1286439494198442, 0.2311671135343094, 0.21767490748462553, - 0.0313247812628519, + 0.03132478126285899, 0.18674754107353234, - 0.24200606790258264, + 0.2420060679025826, 0.16088540209563415 ], "resistance": [ - 98352.89621012853, + 98352.89621012851, 97831.2639858542, 96692.42030105932, 95646.26678606929, - 95242.78696246454, + 95242.78696246452, 95468.37929462976, 96396.53292628538, 97573.71563354133 ], "fuel": [ - 41.868063620642815, + 41.86806362064281, 41.59652667658878, 41.00721707278416, 40.47012407721563, - 40.264066607793396, + 40.26406660779338, 40.3792021297948, 40.85489609659028, 41.462832608710414 @@ -139954,33 +98616,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2044.9174890499853, + 2044.9174890499817, 1558.151631423807, - 173.08840800502094, + 173.08840800502003, -1180.116963066398, - -1774.0187307477827, + -1774.0187307477872, -1564.3490698024352, - -467.7396773992896, + -467.73967739928867, 1005.8967072788964 ], "relative wind speed": [ - 4.038061323200352, + 4.038061323200351, 3.942804429146324, - 3.553217761911797, + 3.5532177619117964, 3.0423001071083764, - 2.722199611969247, + 2.7221996119692475, 2.858426702022674, 3.330308321126831, 3.802725343174347 ], "relative wind angle": [ - 0.028124525000515526, + 0.028124525000515523, 0.09785456697411815, 0.18635017595736536, 0.18037864619246327, - 0.041726015285970766, - 0.13517279996010462, - 0.19898506030025578, + 0.04172601528597609, + 0.13517279996010464, + 0.19898506030025523, 0.1440247290393626 ], "resistance": [ @@ -140034,19 +98696,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2011.5692278292927, + 2011.5692278292809, 953.6746493675582, - -524.0459383108637, + -524.0459383108691, -1604.5623922083037, - -1793.6427220068467, + -1793.642722006843, -1173.6326217589794, 195.83786351233357, 1571.338585875803 ], "relative wind speed": [ - 4.188674046684678, + 4.188674046684677, 3.954689925904759, - 3.500593995390752, + 3.5005939953907514, 3.061352260077528, 2.946375968784242, 3.2536977746475597, @@ -140054,17 +98716,17 @@ 4.10539205905079 ], "relative wind angle": [ - 0.02875978074102727, - 0.13305682630572369, - 0.17849169188947117, + 0.028759780741031127, + 0.1330568263057237, + 0.17849169188947242, 0.1159953910314136, - 0.04089169770563835, + 0.04089169770563563, 0.16195350075463288, 0.1670491497424707, - 0.08641032902056324 + 0.08641032902056325 ], "resistance": [ - 98646.06922782931, + 98646.0692278293, 97588.17464936757, 96110.45406168915, 95029.93760779171, @@ -140074,7 +98736,7 @@ 98205.83858587581 ], "fuel": [ - 44.03357295961308, + 44.03357295961306, 43.48278474460907, 42.72038719549525, 42.168061304883494, @@ -140114,37 +98776,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2436.4094050531885, + 2436.4094050531667, 1790.9625340875746, - 112.38550990954081, + 112.38550990953718, -1502.9920522201655, - -2171.923945224443, + -2171.923945224442, -1895.570679981004, -544.1770598886924, 1229.1971946900185 ], "relative wind speed": [ - 4.733681102993644, + 4.733681102993643, 4.625059726652609, 4.222745337933904, 3.7167329621343703, - 3.419376637420761, + 3.4193766374207613, 3.5649257914119494, 4.033397474132137, 4.503972631084905 ], "relative wind angle": [ - 0.020260082963951397, + 0.02026008296395688, 0.08594218104669527, - 0.15630190621641882, - 0.14379810371581975, - 0.028049202263060048, - 0.11159384364850884, + 0.15630190621642026, + 0.14379810371581978, + 0.02804920226306005, + 0.11159384364850886, 0.16370422790139333, 0.11853278202142334 ], "resistance": [ - 99070.9094050532, + 99070.90940505319, 98425.4625340876, 96746.88550990955, 95131.50794777984, @@ -140154,7 +98816,7 @@ 97863.69719469003 ], "fuel": [ - 45.788848886477275, + 45.78884888647727, 45.451284127357674, 44.58065662917376, 43.7527086038256, @@ -140194,39 +98856,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 573.7087936901864, + 573.7087936901855, 1080.3280921526334, - 825.1858773274955, - 167.4076666262622, - -443.29053289752574, + 825.1858773274942, + 167.40766662626243, + -443.2905328975255, -719.0866570384762, -608.387041863666, -108.96623348920684 ], "relative wind speed": [ - 2.0290685459612967, + 2.0290685459612963, 2.231057829332788, - 2.1453076584704167, - 1.7919618775362336, + 2.1453076584704163, + 1.7919618775362338, 1.2723689286199462, 0.8708747423710411, 1.0647520393195489, 1.588997949710375 ], "relative wind angle": [ - 0.28007641745404216, - 0.04975623138777465, + 0.28007641745404255, + 0.04975623138777466, 0.1894339464543691, - 0.3905894977423284, - 0.45651893676971755, - 0.12776313874710327, + 0.3905894977423287, + 0.4565189367697173, + 0.1277631387471033, 0.3891486783881021, 0.4437895203566765 ], "resistance": [ 97208.20879369021, 97714.82809215266, - 97459.68587732753, + 97459.68587732752, 96801.90766662628, 96191.2094671025, 95915.41334296155, @@ -140236,7 +98898,7 @@ "fuel": [ 39.39603603291672, 39.65856925527399, - 39.52623362168571, + 39.526233621685705, 39.18617840773545, 38.87190367199043, 38.73042960488563, @@ -140274,34 +98936,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 950.2791919621623, + 950.2791919621618, 1093.3036972265472, - 493.9560157683452, + 493.95601576834474, -248.1701821152526, -747.9398422477319, -810.4284188796512, - -441.3031082955497, - 262.0631319921381 + -441.3031082955498, + 262.0631319921383 ], "relative wind speed": [ - 2.360470045582308, + 2.3604700455823076, 2.4053417030108735, 2.1646068308705724, 1.7075805984673098, - 1.2301447617094854, + 1.2301447617094852, 1.1399150242932041, 1.5490488173718358, 2.041872540241102 ], "relative wind angle": [ 0.1378137724751171, - 0.07398748270271095, - 0.2692135028479205, + 0.07398748270271097, + 0.2692135028479209, 0.38190675224337334, - 0.26676103889203207, + 0.2667610388920317, 0.15661855016534146, - 0.3808022007486083, - 0.3169545532847529 + 0.38080220074860865, + 0.31695455328475286 ], "resistance": [ 97584.77919196221, @@ -140354,9 +99016,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1053.6539510544678, + 1053.6539510544665, 969.7485037273862, - 321.5410013924961, + 321.5410013924952, -355.8087641879107, -732.0272675003193, -695.4870091622844, @@ -140366,7 +99028,7 @@ "relative wind speed": [ 2.26392948516258, 2.236529287860654, - 1.9262040348165594, + 1.9262040348165592, 1.4165777647992377, 0.9430179516860537, 1.006278448309503, @@ -140374,13 +99036,13 @@ 2.0019907610343908 ], "relative wind angle": [ - 0.09811641401863677, + 0.09811641401863906, 0.14162796212150272, - 0.35428348186335584, + 0.3542834818633562, 0.460349624144504, 0.23739661554825855, 0.31911618293643734, - 0.4558224453012757, + 0.45582244530127564, 0.31977448188018265 ], "resistance": [ @@ -140434,23 +99096,23 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1165.6071676939605, + 1165.6071676939596, 427.49931049366864, - -400.4794085698047, + -400.4794085698052, -897.8568142358729, - -897.3361731115, + -897.3361731114999, -398.8690233874697, - 429.4316189484441, + 429.4316189484439, 1166.7975876828723 ], "relative wind speed": [ - 2.5551574024392623, + 2.555157402439262, 2.2568277526467178, - 1.7506764306241938, + 1.7506764306241935, 1.277431021270882, 1.2781282601097101, 1.7519045908424338, - 2.2577805995685596, + 2.257780599568559, 2.555506052903429 ], "relative wind angle": [ @@ -140458,9 +99120,9 @@ 0.29037259456384845, 0.377736812711179, 0.2105494839052031, - 0.21134087512507316, + 0.21134087512507263, 0.377747302685121, - 0.29002921528942016, + 0.29002921528941933, 0.10466328839435926 ], "resistance": [ @@ -140514,17 +99176,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1210.2313946492102, + 1210.231394649207, 1045.4523471394075, - 292.21267294929703, + 292.2126729492966, -469.6702817714263, -866.9916142377949, -795.0757056604546, - -250.16499967326126, + -250.1649996732615, 557.2009020150783 ], "relative wind speed": [ - 2.470021006352084, + 2.4700210063520838, 2.420001029256096, 2.0784475471198243, 1.5464990558100609, @@ -140534,14 +99196,14 @@ 2.2159553070442506 ], "relative wind angle": [ - 0.0765213777804874, + 0.0765213777804903, 0.14744508835356454, - 0.3392238667831306, + 0.33922386678313166, 0.41431599872959907, - 0.17315694959439148, + 0.1731569495943915, 0.3001731395639074, - 0.412057518988023, - 0.2847800929603028 + 0.4120575189880233, + 0.2847800929603029 ], "resistance": [ 97844.7313946492, @@ -140594,7 +99256,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1769.4312573731327, + 1769.4312573730908, 1038.0222094110304, -106.51610839473051, -1037.561226561735, @@ -140614,17 +99276,17 @@ 2.964457021069039 ], "relative wind angle": [ - 0.011536582997327283, - 0.19246216579460643, - 0.3139117684795437, + 0.011536582997356154, + 0.19246216579460645, + 0.31391176847954366, 0.27496474032111773, - 0.022376996216761705, + 0.02237699621676171, 0.29311595658018624, - 0.30507760697439795, - 0.17234562401772843 + 0.30507760697439756, + 0.1723456240177284 ], "resistance": [ - 98403.93125737314, + 98403.9312573731, 97672.52220941105, 96527.98389160528, 95596.93877343828, @@ -140634,7 +99296,7 @@ 97795.68225924468 ], "fuel": [ - 41.16858007928154, + 41.168580079281526, 40.78798985872273, 40.19642168111008, 39.71879538176342, @@ -140674,34 +99336,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1345.6765062399058, + 1345.6765062399018, 409.8328096623459, - -607.0048755268413, + -607.0048755268422, -1179.4555728665657, -1136.8499283800402, -470.7317489808497, 571.4706273229422, - 1443.302580887177 + 1443.302580887178 ], "relative wind speed": [ - 2.977805811573616, + 2.9778058115736155, 2.6450454204049567, - 2.121032374791967, + 2.1210323747919664, 1.6845950867830004, 1.7281363284964675, 2.203977619057329, 2.7120111147256014, - 3.0026524965266006 + 3.0026524965266 ], "relative wind angle": [ - 0.10303597379177597, + 0.10303597379177812, 0.25315816354750165, - 0.301880403286079, + 0.3018804032860794, 0.13656481471591306, - 0.17817171785750147, + 0.17817171785750144, 0.30530720444592985, - 0.2346755770534565, - 0.07645425906358835 + 0.23467557705345654, + 0.0764542590635869 ], "resistance": [ 97980.17650623995, @@ -140754,37 +99416,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1532.4670906696783, + 1532.4670906696765, 428.9800232362113, - -737.3913973524866, + -737.3913973524875, -1368.674184937588, - -1291.5673554533269, + -1291.5673554533273, -491.88455485695795, 720.6121621519765, 1709.0977172166367 ], "relative wind speed": [ - 3.1686737987573173, + 3.168673798757317, 2.7943396341847464, - 2.2180637751879133, + 2.218063775187913, 1.751277359588744, - 1.8262518344214498, + 1.8262518344214496, 2.359524404299115, 2.9079000145909384, 3.210719080743551 ], "relative wind angle": [ - 0.11320979518902939, + 0.11320979518903038, 0.2654534847876868, 0.3110141982056467, 0.12990228758972747, - 0.19728482058177563, + 0.19728482058177507, 0.3159214095102405, 0.23560024995029005, 0.07071463822748732 ], "resistance": [ - 98166.96709066968, + 98166.96709066967, 97063.48002323622, 95897.10860264751, 95265.82581506242, @@ -140794,7 +99456,7 @@ 98343.59771721663 ], "fuel": [ - 41.24070255702671, + 41.240702557026694, 40.66823766952837, 40.068075491583684, 39.74535718842944, @@ -140821,68 +99483,7 @@ "id": "2388", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.062639019211346, - 6.062639019211346, - 6.062639019211346, - 6.062639019211346, - 6.062639019211346, - 6.062639019211346, - 6.062639019211346, - 6.062639019211346 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1132.4991461017974, - 954.5312268823102, - 252.6640106861505, - -444.9352723261742, - -799.144565467497, - -721.5418917379851, - -208.72028962921638, - 538.2409345712463 - ], - "relative wind speed": [ - 2.3658219089138357, - 2.3094288104687184, - 1.9725863639403705, - 1.4542824504089888, - 1.0224641970300343, - 1.144152484716095, - 1.6587493408292537, - 2.12781787127973 - ], - "relative wind angle": [ - 0.07157145037290273, - 0.1557150345694337, - 0.34962322245150995, - 0.42333120097572857, - 0.16622824571667305, - 0.3183883517895639, - 0.4195543396201131, - 0.2845921804655027 - ], - "resistance": [ - 97766.99914610179, - 97589.0312268823, - 96887.16401068615, - 96189.56472767383, - 95835.35543453251, - 95912.95810826201, - 96425.77971037079, - 97172.74093457125 - ], - "fuel": [ - 39.84068910977666, - 39.74832167439024, - 39.38519328955153, - 39.02608939313059, - 38.84444587039008, - 38.88420167939581, - 39.14748325056106, - 39.53272239850054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 5.3125, 5.3125 5.625, 5.625 5.625, 5.625 5.3125, 5.3125 5.3125))", @@ -140914,17 +99515,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 1291.0100668093621, + 1291.010066809359, 675.2990463070871, - -168.25825469799884, + -168.25825469799906, -791.645903546983, -926.1635308103681, -585.8528106935845, - 174.30323930524605, + 174.30323930524582, 982.2977123059679 ], "relative wind speed": [ - 2.564269517777284, + 2.5642695177772836, 2.3489652234435607, 1.8867334820029857, 1.3596879262722688, @@ -140934,13 +99535,13 @@ 2.4725727912119537 ], "relative wind angle": [ - 0.04402656911047992, - 0.24558139036285911, - 0.3771155512533233, + 0.04402656911048244, + 0.24558139036285914, + 0.37711555125332363, 0.3074441576203763, - 0.09598078929592188, + 0.0959807892959219, 0.3738942698901157, - 0.3374915548419673, + 0.33749155484196763, 0.1671930501199532 ], "resistance": [ @@ -140981,68 +99582,7 @@ "id": "2390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.105685843167264, - 6.105685843167264, - 6.105685843167264, - 6.105685843167264, - 6.105685843167264, - 6.105685843167264, - 6.105685843167264, - 6.105685843167264 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1214.5788658334668, - 976.4997784567909, - 229.3913789254068, - -489.3880321143098, - -835.1625128373103, - -731.5496618579613, - -175.10759405358704, - 610.1827477785532 - ], - "relative wind speed": [ - 2.4108603796283656, - 2.336796022714595, - 1.975743814604841, - 1.4328962418550835, - 0.996705834107798, - 1.1597649063631805, - 1.70355706357523, - 2.1800180388895702 - ], - "relative wind angle": [ - 0.061268843330752214, - 0.1711028008528542, - 0.36774918920708394, - 0.43716399907841674, - 0.1486529931686783, - 0.35018673173287285, - 0.430095814522045, - 0.2819993537090471 - ], - "resistance": [ - 97849.07886583346, - 97610.9997784568, - 96863.8913789254, - 96145.11196788569, - 95799.33748716269, - 95902.95033814204, - 96459.39240594642, - 97244.68274777856 - ], - "fuel": [ - 39.897524858344006, - 39.77391293397508, - 39.38737971530564, - 39.017463472294686, - 38.84019720890477, - 38.89326914548984, - 39.17896981289226, - 39.58413111060737 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.3125 5, 5.3125 5.3125, 5.625 5.3125, 5.625 5, 5.3125 5))", @@ -141061,68 +99601,7 @@ "id": "2391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.926210979719288, - 6.926210979719288, - 6.926210979719288, - 6.926210979719288, - 6.926210979719288, - 6.926210979719288, - 6.926210979719288, - 6.926210979719288 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1345.4069897110314, - 824.0933887942167, - -19.824296725007343, - -722.4285702130417, - -940.1749563608405, - -709.8774389128231, - 1.051506383771084, - 842.7385582429922 - ], - "relative wind speed": [ - 2.6121465943329816, - 2.4555206337392113, - 2.0370563113860776, - 1.5114989155056062, - 1.2357779157925006, - 1.523441926929554, - 2.04959958813618, - 2.4628901550558906 - ], - "relative wind angle": [ - 0.0025499311002795985, - 0.20145306984036807, - 0.34461578121446845, - 0.3244962537015015, - 0.005389980503483497, - 0.3283853850093559, - 0.34241998730567735, - 0.19694042513389082 - ], - "resistance": [ - 97979.90698971106, - 97458.59338879425, - 96614.67570327502, - 95912.07142978699, - 95694.32504363918, - 95924.6225610872, - 96635.5515063838, - 97477.23855824301 - ], - "fuel": [ - 40.25946891963748, - 39.98882106335008, - 39.552831996513106, - 39.19187061849837, - 39.08037675297331, - 39.19830262030503, - 39.56358499369878, - 39.99848354817564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.625 5.3125, 5.625 5.625, 5.9375 5.625, 5.9375 5.3125, 5.625 5.3125))", @@ -141154,17 +99633,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1601.5198819798793, + 1601.5198819798657, 664.25234147937, - -519.8892860301335, + -519.8892860301344, -1311.9728487159437, -1394.512469432772, -794.5308253598128, - 341.83334294642236, + 341.83334294642145, 1411.0135616227194 ], "relative wind speed": [ - 3.450992790045517, + 3.450992790045516, 3.1857977643466344, 2.7138787438358953, 2.277667958129296, @@ -141174,17 +99653,17 @@ 3.4079700041342766 ], "relative wind angle": [ - 0.0531478661454916, - 0.17946353629238285, - 0.2308294677127098, + 0.05314786614549787, + 0.17946353629238282, + 0.2308294677127103, 0.13626532562093852, - 0.08297561514788698, + 0.08297561514788697, 0.2223022582453185, - 0.20351941408642, + 0.20351941408642055, 0.09091459309601273 ], "resistance": [ - 98236.01988197988, + 98236.01988197987, 97298.75234147937, 96114.61071396987, 95322.52715128406, @@ -141234,19 +99713,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1850.687605283836, + 1850.6876052838234, 1011.6352184257157, - -254.92942471414062, + -254.929424714142, -1253.1507504175402, - -1495.856334447497, + -1495.8563344474967, -1061.2280069383178, 64.27660138408964, 1289.6044199538055 ], "relative wind speed": [ - 3.5178192345995125, + 3.517819234599512, 3.311043645358935, - 2.8458281696821013, + 2.845828169682101, 2.3366830631480617, 2.1430690238034686, 2.4504666875173933, @@ -141254,17 +99733,17 @@ 3.3923014710519523 ], "relative wind angle": [ - 0.019348363690731476, - 0.16208463460816258, + 0.01934836369073721, + 0.16208463460816255, 0.24402677849951684, - 0.18859171507898015, - 0.0317634403394944, - 0.21981522439612367, + 0.18859171507898012, + 0.031763440339494395, + 0.21981522439612364, 0.23298321309314468, 0.12949858756690957 ], "resistance": [ - 98485.18760528383, + 98485.18760528382, 97646.13521842571, 96379.57057528586, 95381.34924958246, @@ -141274,7 +99753,7 @@ 97924.1044199538 ], "fuel": [ - 42.12887612050546, + 42.12887612050545, 41.6921878092094, 41.037960793187885, 40.52654911958589, @@ -141301,68 +99780,7 @@ "id": "2394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.614428329627046, - 8.614428329627046, - 8.614428329627046, - 8.614428329627046, - 8.614428329627046, - 8.614428329627046, - 8.614428329627046, - 8.614428329627046 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1451.113411443841, - 930.3165012814566, - -21.04448567878262, - -851.663770931965, - -1128.7322235316772, - -903.5512057072176, - -107.28761388085013, - 854.9149190574203 - ], - "relative wind speed": [ - 3.0181476002299523, - 2.882133537700125, - 2.4943219685016227, - 2.0187756124288496, - 1.7678630327842468, - 1.9818831727231285, - 2.452124090846367, - 2.8564137771200895 - ], - "relative wind angle": [ - 0.007225416559381577, - 0.14857596338383977, - 0.2533385203648005, - 0.22859944110903768, - 0.012335648501648686, - 0.2169693630009443, - 0.2577964611352278, - 0.16085232671660635 - ], - "resistance": [ - 98085.61341144383, - 97564.81650128144, - 96613.4555143212, - 95782.83622906802, - 95505.7677764683, - 95730.94879429277, - 96527.21238611914, - 97489.41491905741 - ], - "fuel": [ - 41.05873050329505, - 40.78814554467057, - 40.29646271216079, - 39.86993551148738, - 39.728230465471285, - 39.84337624676284, - 40.25205698933644, - 40.74905357828616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((5.9375 5, 5.9375 5.3125, 6.25 5.3125, 6.25 5, 5.9375 5))", @@ -141381,68 +99799,7 @@ "id": "2395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.672219581525932, - 9.672219581525932, - 9.672219581525932, - 9.672219581525932, - 9.672219581525932, - 9.672219581525932, - 9.672219581525932, - 9.672219581525932 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1697.6908647040336, - 1029.7913728944995, - -94.29305616057081, - -1048.7306378551248, - -1331.845598442736, - -1040.8384996906034, - -81.16716895645823, - 1041.2212670496383 - ], - "relative wind speed": [ - 3.3396801361028254, - 3.180349111839072, - 2.7620699022399426, - 2.269959808092726, - 2.033782922183656, - 2.274888109967192, - 2.7677980853353286, - 3.183868536181937 - ], - "relative wind angle": [ - 0.000882557179652859, - 0.14635142549463803, - 0.23865755319489346, - 0.20388929124638697, - 0.0014492497206882338, - 0.20531265482416527, - 0.23815406662461025, - 0.14486529533010917 - ], - "resistance": [ - 98332.19086470404, - 97664.2913728945, - 96540.20694383942, - 95585.76936214487, - 95302.65440155726, - 95593.66150030939, - 96553.33283104355, - 97675.72126704964 - ], - "fuel": [ - 41.74920568381654, - 41.4017621686699, - 40.82075747631087, - 40.33112896830542, - 40.186542262773244, - 40.335163753349015, - 40.82751471323481, - 41.4076940770379 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 5.9375, 6.875 6.25, 7.1875 6.25, 7.1875 5.9375, 6.875 5.9375))", @@ -141474,17 +99831,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1922.057857849938, + 1922.0578578499226, 979.4766818356657, - -401.7786643690988, + -401.7786643690997, -1456.076950503696, - -1676.0644667362635, + -1676.0644667362671, -1155.9904391591258, - 99.20214044903605, + 99.20214044903696, 1409.996400264913 ], "relative wind speed": [ - 4.010273375877658, + 4.010273375877657, 3.7991213074104677, 3.361358491125021, 2.9179990587771965, @@ -141494,17 +99851,17 @@ 3.908925205166977 ], "relative wind angle": [ - 0.021996825860506528, - 0.1316010658383937, - 0.1845480058165649, + 0.021996825860511576, + 0.13160106583839373, + 0.18454800581656491, 0.12844897485503745, - 0.03176764859593834, - 0.16366871777737657, - 0.17539009567323702, + 0.03176764859594185, + 0.16366871777737654, + 0.1753900956732364, 0.09576958500649692 ], "resistance": [ - 98556.55785784998, + 98556.55785784997, 97613.97668183572, 96232.72133563095, 95178.42304949634, @@ -141514,7 +99871,7 @@ 98044.49640026495 ], "fuel": [ - 43.51735479572518, + 43.517354795725176, 43.02671572930811, 42.313706790123135, 41.77425170481036, @@ -141541,68 +99898,7 @@ "id": "2397", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.499462570943018, - 15.499462570943018, - 15.499462570943018, - 15.499462570943018, - 15.499462570943018, - 15.499462570943018, - 15.499462570943018, - 15.499462570943018 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2308.6353694260115, - 2079.31875497477, - 482.832883245791, - -1265.4207568579468, - -2202.6043590680147, - -2104.5274980237955, - -923.3153666061462, - 880.9410756981242 - ], - "relative wind speed": [ - 4.920605529826045, - 4.883675486175277, - 4.540534562840583, - 4.050332995489585, - 3.6991097730537743, - 3.747730731921287, - 4.156839878670655, - 4.635792760564794 - ], - "relative wind angle": [ - 0.039390658250036036, - 0.060501602138258496, - 0.1350593184334387, - 0.1410308682191185, - 0.052408421577353495, - 0.07887342404500562, - 0.14761328596391057, - 0.12312268849239268 - ], - "resistance": [ - 98943.13536942603, - 98713.81875497478, - 97117.3328832458, - 95369.07924314207, - 94431.895640932, - 94529.97250197621, - 95711.18463339387, - 97515.44107569814 - ], - "fuel": [ - 46.48607660644362, - 46.36607690979156, - 45.536070783244185, - 44.63804057229739, - 44.16131738636526, - 44.21105365606027, - 44.812875773718005, - 45.7421578913229 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 5.625, 6.875 5.9375, 7.1875 5.9375, 7.1875 5.625, 6.875 5.625))", @@ -141634,17 +99930,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1541.0236000405803, + 1541.0236000405712, 422.0872727556307, - -818.6477618786898, + -818.6477618786903, -1511.593338547189, - -1462.5702429968014, + -1462.5702429968023, -652.6556411402944, 616.2371195446494, 1654.6426177302474 ], "relative wind speed": [ - 3.7194600561611497, + 3.7194600561611493, 3.404275383339282, 2.931052254536523, 2.568367955361721, @@ -141654,17 +99950,17 @@ 3.7432181684930366 ], "relative wind angle": [ - 0.07319427025120087, + 0.0731942702512039, 0.17380369767419804, - 0.19243043909309018, + 0.19243043909309077, 0.07952529203839209, - 0.1046999031064017, - 0.19730344485660697, + 0.10469990310640277, + 0.19730344485660695, 0.16241434642379243, 0.054534935465749695 ], "resistance": [ - 98175.5236000406, + 98175.52360004059, 97056.58727275564, 95815.85223812133, 95122.90666145283, @@ -141674,7 +99970,7 @@ 98289.14261773026 ], "fuel": [ - 42.70083503904649, + 42.70083503904648, 42.12035195076437, 41.48212909265602, 41.128177149103166, @@ -141701,68 +99997,7 @@ "id": "2399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.155295582089387, - 16.155295582089387, - 16.155295582089387, - 16.155295582089387, - 16.155295582089387, - 16.155295582089387, - 16.155295582089387, - 16.155295582089387 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2541.6343184381967, - 1303.8706510212614, - -557.7021484706747, - -1998.2681873509318, - -2304.3434814963775, - -1634.1354179318014, - 52.589004233055675, - 1823.6929790838058 - ], - "relative wind speed": [ - 5.115359896395839, - 4.899635275943121, - 4.451328415976815, - 4.005780744034139, - 3.8612899109164203, - 4.131590590624095, - 4.611089023096076, - 5.003017816930605 - ], - "relative wind angle": [ - 0.015768225483095078, - 0.10232622399970502, - 0.14135819563863458, - 0.09661602073581094, - 0.020890084489656298, - 0.12143480263439461, - 0.13642937585504933, - 0.07731453551596296 - ], - "resistance": [ - 99176.13431843818, - 97938.37065102125, - 96076.7978515293, - 94636.23181264906, - 94330.1565185036, - 95000.36458206818, - 96687.08900423304, - 98458.19297908379 - ], - "fuel": [ - 47.24543890965677, - 46.598975491953155, - 45.63744147165208, - 44.90221502156996, - 44.74699700509788, - 45.087329407043015, - 45.951246452744314, - 46.86977571428259 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 5.3125, 6.25 5.625, 6.5625 5.625, 6.5625 5.3125, 6.25 5.3125))", @@ -141781,68 +100016,7 @@ "id": "2400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.27573442709233, - 9.27573442709233, - 9.27573442709233, - 9.27573442709233, - 9.27573442709233, - 9.27573442709233, - 9.27573442709233, - 9.27573442709233 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1539.2985330642373, - 565.1988160959509, - -578.540521350852, - -1288.1761072557485, - -1311.4624723206307, - -654.2025038750257, - 475.8588488717123, - 1485.8219947755656 - ], - "relative wind speed": [ - 3.2373351754487207, - 2.9319488777739937, - 2.418663167351683, - 1.9621316272675557, - 1.9411252208178282, - 2.3773897322930626, - 2.897994935121348, - 3.224646591235857 - ], - "relative wind angle": [ - 0.07645472263863204, - 0.21843939643122828, - 0.2726391430656694, - 0.14611691375774022, - 0.12773115215480071, - 0.27054446498687323, - 0.22667188421511764, - 0.08870942826989571 - ], - "resistance": [ - 98173.79853306423, - 97199.69881609593, - 96055.95947864914, - 95346.32389274424, - 95323.03752767935, - 95980.29749612496, - 97110.35884887169, - 98120.32199477556 - ], - "fuel": [ - 41.44736752264613, - 40.941766699655524, - 40.35262207722512, - 39.98953300064682, - 39.977650153470634, - 40.31381994924706, - 40.89557207050187, - 41.419519237988894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 5.3125, 6.5625 5.625, 6.875 5.625, 6.875 5.3125, 6.5625 5.3125))", @@ -141861,68 +100035,7 @@ "id": "2401", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.364746521618065, - 7.364746521618065, - 7.364746521618065, - 7.364746521618065, - 7.364746521618065, - 7.364746521618065, - 7.364746521618065, - 7.364746521618065 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 843.1881347688645, - 53.880076400613234, - -658.0623983194703, - -930.1897292197563, - -764.6798563277241, - -123.23665955309662, - 687.0211314887888, - 1224.3780307968918 - ], - "relative wind speed": [ - 2.547050397376831, - 2.186011920022779, - 1.7156733654966765, - 1.4342632225871628, - 1.6243863509614487, - 2.0850536274843496, - 2.4864757483017264, - 2.658756429668052 - ], - "relative wind angle": [ - 0.15603609527926046, - 0.2839781945273541, - 0.277699661669788, - 0.03674781140685781, - 0.24615244334934766, - 0.29814010736549684, - 0.19030666987885742, - 0.019820402701473443 - ], - "resistance": [ - 97477.6881347689, - 96688.38007640066, - 95976.43760168058, - 95704.31027078029, - 95869.82014367232, - 96511.26334044695, - 97321.52113148883, - 97858.87803079694 - ], - "fuel": [ - 40.173995455041364, - 39.76608281487427, - 39.40014107052712, - 39.26076459024303, - 39.34550157413668, - 39.67486774749406, - 40.093104736184955, - 40.37182367334822 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.25 5, 6.25 5.3125, 6.5625 5.3125, 6.5625 5, 6.25 5))", @@ -141941,68 +100054,7 @@ "id": "2402", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.653150140903286, - 8.653150140903286, - 8.653150140903286, - 8.653150140903286, - 8.653150140903286, - 8.653150140903286, - 8.653150140903286, - 8.653150140903286 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1495.8296151508812, - 838.8681893217558, - -165.24593478011593, - -965.951229687241, - -1171.775086165315, - -840.9270417056525, - 42.524669545910456, - 1020.8073467946156 - ], - "relative wind speed": [ - 3.049060949868671, - 2.8654270343250876, - 2.4381468577641288, - 1.9559893604709124, - 1.7594773569040316, - 2.044959940055299, - 2.5392859518862667, - 2.926882106815481 - ], - "relative wind angle": [ - 0.01717305770861945, - 0.17293865502855016, - 0.2677138184922108, - 0.21590246684179273, - 0.029762734207145845, - 0.243517694549725, - 0.25680469070060036, - 0.1436595301523765 - ], - "resistance": [ - 98130.32961515087, - 97473.36818932174, - 96469.25406521987, - 95668.54877031274, - 95462.72491383467, - 95793.57295829433, - 96677.02466954589, - 97655.3073467946 - ], - "fuel": [ - 41.10128364133432, - 40.760010241502066, - 40.241503743567456, - 39.83072260708302, - 39.72551544281354, - 39.89470586173273, - 40.34848491545812, - 40.854361835984335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.5625 5, 6.5625 5.3125, 6.875 5.3125, 6.875 5, 6.5625 5))", @@ -142021,68 +100073,7 @@ "id": "2403", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.353714788471718, - 10.353714788471718, - 10.353714788471718, - 10.353714788471718, - 10.353714788471718, - 10.353714788471718, - 10.353714788471718, - 10.353714788471718 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1498.14876699771, - 681.7212464830104, - -416.23154970368523, - -1194.995724070253, - -1314.2832327143578, - -819.5567764276007, - 209.79968581909907, - 1221.6631134885806 - ], - "relative wind speed": [ - 3.4491115773837477, - 3.2256410568598652, - 2.8043262251273697, - 2.4006302813976275, - 2.309105198786757, - 2.6121977843583366, - 3.0600803772727123, - 3.3860466246558656 - ], - "relative wind angle": [ - 0.03780845772428172, - 0.1542776831215007, - 0.20490666717853856, - 0.13003847628660398, - 0.056491099459238976, - 0.19091068218480906, - 0.18756765395225736, - 0.09206471664909573 - ], - "resistance": [ - 98132.64876699772, - 97316.22124648302, - 96218.26845029632, - 95439.50427592976, - 95320.21676728566, - 95814.94322357241, - 96844.29968581912, - 97856.1631134886 - ], - "fuel": [ - 42.04635569592804, - 41.62247922461101, - 41.05634984169748, - 40.65752054948301, - 40.596629026916716, - 40.84951275336554, - 41.378596087608955, - 41.90253089415178 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 5.3125, 6.875 5.625, 7.1875 5.625, 7.1875 5.3125, 6.875 5.3125))", @@ -142114,9 +100105,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1465.7039114885365, + 1465.7039114885283, 383.1930099091396, - -823.7484936567198, + -823.7484936567207, -1494.1098311090645, -1446.4722352800268, -659.0789107711862, @@ -142124,9 +100115,9 @@ 1576.7673404739044 ], "relative wind speed": [ - 3.9170526069212372, + 3.9170526069212364, 3.6288638093360004, - 3.2043695525438745, + 3.204369552543874, 2.8879868998114966, 2.9180845651572374, 3.2695360692441935, @@ -142134,17 +100125,17 @@ 3.9392956630995015 ], "relative wind angle": [ - 0.06225104110738689, + 0.062251041107388674, 0.14557825884364115, 0.15692571100833988, 0.06299195446331403, 0.08360527456916687, 0.16171133513086383, - 0.13626342847418416, + 0.13626342847418418, 0.046166692132532536 ], "resistance": [ - 98100.20391148853, + 98100.20391148851, 97017.69300990913, 95810.75150634327, 95140.39016889092, @@ -142154,7 +100145,7 @@ 98211.26734047389 ], "fuel": [ - 43.32226827967601, + 43.322268279675995, 42.76091204721108, 42.14017106790312, 41.79773955787833, @@ -142181,68 +100172,7 @@ "id": "2405", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.3337240755053, - 16.3337240755053, - 16.3337240755053, - 16.3337240755053, - 16.3337240755053, - 16.3337240755053, - 16.3337240755053, - 16.3337240755053 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2493.883674232682, - 1541.4741912820373, - -207.0463879667459, - -1738.549978737963, - -2200.5369303889265, - -1795.8404984665822, - -303.14390389979235, - 1459.7529056752246 - ], - "relative wind speed": [ - 5.136474033000186, - 4.98708501205258, - 4.588996780320389, - 4.144886064323129, - 3.937859683039173, - 4.125419670476093, - 4.564122360892582, - 4.970917811508302 - ], - "relative wind angle": [ - 0.002442386273255131, - 0.08329216734223178, - 0.13097117764687313, - 0.10457130825388938, - 0.0031858073750237756, - 0.10074311950790966, - 0.1316891127414913, - 0.08714582662389496 - ], - "resistance": [ - 99128.38367423271, - 98175.97419128206, - 96427.45361203328, - 94895.95002126206, - 94433.9630696111, - 94838.65950153345, - 96331.35609610024, - 98094.25290567525 - ], - "fuel": [ - 47.398665743785415, - 46.90090166439964, - 45.995847335224084, - 45.212469587507975, - 44.97787262096168, - 45.183334325779484, - 45.94643595994221, - 46.85834836113664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((6.875 5, 6.875 5.3125, 7.1875 5.3125, 7.1875 5, 6.875 5))", @@ -142261,68 +100191,7 @@ "id": "2406", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.357053716253866, - 13.357053716253866, - 13.357053716253866, - 13.357053716253866, - 13.357053716253866, - 13.357053716253866, - 13.357053716253866, - 13.357053716253866 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1890.461101100631, - 810.1235277380911, - -625.0688422275107, - -1620.2608097372513, - -1750.7570402039637, - -1077.7945066979055, - 282.8347485688182, - 1585.822935074173 - ], - "relative wind speed": [ - 4.284811918489191, - 4.043876503486466, - 3.61041957590407, - 3.2170975930769377, - 3.1416202314154558, - 3.4462231036042903, - 3.897981700982522, - 4.228436345965786 - ], - "relative wind angle": [ - 0.033959584180122425, - 0.12579754337366236, - 0.15911354534445618, - 0.09389502291979078, - 0.046324666949551854, - 0.14776177955247777, - 0.14728628754919507, - 0.07139333610891944 - ], - "resistance": [ - 98524.96110110065, - 97444.6235277381, - 96009.4311577725, - 95014.23919026276, - 94883.74295979604, - 95556.70549330211, - 96917.33474856883, - 98220.32293507419 - ], - "fuel": [ - 44.383210703108794, - 43.82126960373003, - 43.081466620269325, - 42.5729720313673, - 42.50656812541864, - 42.84968894890218, - 43.5485757666785, - 44.22431251516137 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.1875 5, 7.1875 5.3125, 7.5 5.3125, 7.5 5, 7.1875 5))", @@ -142341,68 +100210,7 @@ "id": "2407", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.26024161095499, - 16.26024161095499, - 16.26024161095499, - 16.26024161095499, - 16.26024161095499, - 16.26024161095499, - 16.26024161095499, - 16.26024161095499 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2034.0778861164636, - 1155.3121316867418, - -312.54408227022395, - -1534.775083609914, - -1848.207412108799, - -1437.6959540020744, - -149.29265458665213, - 1293.5249652248422 - ], - "relative wind speed": [ - 5.014819870441515, - 4.867694717586102, - 4.522913073479619, - 4.1631594837741375, - 4.018756871742749, - 4.195756578203621, - 4.565312963741013, - 4.895602949567709 - ], - "relative wind angle": [ - 0.004253094097831156, - 0.0755175134308978, - 0.11033798477461633, - 0.08105703082232706, - 0.005307247315190415, - 0.08764032146353057, - 0.109309111207823, - 0.06890895052979269 - ], - "resistance": [ - 98668.57788611649, - 97789.81213168678, - 96321.9559177298, - 95099.72491639011, - 94786.29258789124, - 95196.80404599795, - 96485.20734541338, - 97928.02496522487 - ], - "fuel": [ - 47.08426098294731, - 46.626368940767655, - 45.86793242331938, - 45.24252688247587, - 45.08304165983688, - 45.29199825115363, - 45.951887651753864, - 46.69819605882451 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 6.5625, 7.5 6.875, 7.8125 6.875, 7.8125 6.5625, 7.5 6.5625))", @@ -142434,51 +100242,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2407.623097135277, + 2407.6230971352497, 1698.5591341915906, - 37.11210032901727, + 37.11210032901363, -1524.2410243461736, - -2130.257147473503, + -2130.2571474735105, -1826.9527963000564, - -469.24429347149726, + -469.24429347149544, 1265.5022145558787 ], "relative wind speed": [ - 4.716265557381396, + 4.716265557381395, 4.596240338477312, 4.192224547329779, 3.697440248460291, - 3.4206874430992666, + 3.420687443099267, 3.58034050644251, 4.045925942956034, 4.502576928846962 ], "relative wind angle": [ - 0.0157062161060152, + 0.01570621610602227, 0.08839535185387638, - 0.15516977602928086, + 0.1551697760292823, 0.13851383152444333, - 0.021655714438970203, + 0.02165571443897533, 0.11357327694960416, - 0.1608286403522772, + 0.1608286403522765, 0.11362619582749946 ], "resistance": [ - 99042.12309713528, + 99042.12309713525, 98333.05913419159, 96671.61210032902, 95110.25897565382, - 94504.2428525265, + 94504.24285252648, 94807.54720369994, 96165.25570652851, 97900.00221455588 ], "fuel": [ - 45.74933008776689, + 45.74933008776688, 45.378653856428585, 44.51742948593401, 43.717451617531836, - 43.40939576416546, + 43.40939576416545, 43.56340348184861, 44.2569978573094, 45.15318560592548 @@ -142514,9 +100322,9 @@ ], "ice resistance": 82688.71885481816, "wind resistance": [ - 3747.1829987820856, + 3747.1829987819838, 1458.0327969648315, - -1554.114466560619, + -1554.1144665606407, -3578.647595155824, -3789.055694474224, -2318.9461810869143, @@ -142524,7 +100332,7 @@ 3247.9601907541037 ], "relative wind speed": [ - 7.958020210910248, + 7.958020210910247, 7.681037758087085, 7.216087511084067, 6.827021573761497, @@ -142534,19 +100342,19 @@ 7.90757077848972 ], "relative wind angle": [ - 0.021314639887789845, - 0.07045607266377255, - 0.08256166072821812, + 0.021314639887800264, + 0.07045607266377256, + 0.08256166072822081, 0.04408387350565479, 0.025062583564807287, - 0.07643842162690054, + 0.07643842162690055, 0.07885845858892519, 0.038056784989273694 ], "resistance": [ - 86435.90185360024, + 86435.90185360014, 84146.751651783, - 81134.60438825755, + 81134.60438825752, 79110.07125966233, 78899.66316034393, 80369.77267373125, @@ -142554,9 +100362,9 @@ 85936.67904557227 ], "fuel": [ - 54.663832073899414, + 54.66383207389937, 53.58124655530257, - 52.18645045347873, + 52.18645045347872, 51.26794768669869, 51.17336334382678, 51.83766431053613, @@ -142581,68 +100389,7 @@ "id": "2410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.550824402704663, - 15.550824402704663, - 15.550824402704663, - 15.550824402704663, - 15.550824402704663, - 15.550824402704663, - 15.550824402704663, - 15.550824402704663 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2645.8374752306163, - 1503.72420052289, - -364.03114653437024, - -1906.4115368359398, - -2306.134882342195, - -1762.6160709398164, - -123.37735808496109, - 1709.303778572029 - ], - "relative wind speed": [ - 4.984366804143228, - 4.791651359646348, - 4.337768099839596, - 3.8522925950576843, - 3.6552470967929906, - 3.9044616817761013, - 4.403238772639129, - 4.8336927435370045 - ], - "relative wind angle": [ - 0.006644926955000088, - 0.10314283257692529, - 0.15381357497806294, - 0.11616850082222017, - 0.009061210349504693, - 0.1266937659644118, - 0.15150876035877525, - 0.09250622163239328 - ], - "resistance": [ - 99280.33747523061, - 98138.22420052289, - 96270.46885346563, - 94728.08846316407, - 94328.3651176578, - 94871.88392906019, - 96511.12264191503, - 98343.80377857202 - ], - "fuel": [ - 46.711770088267, - 46.1146171841315, - 45.148522273856145, - 44.36051313657036, - 44.157736998609394, - 44.433604722095225, - 45.27227172532001, - 46.221746071925864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 6.25, 7.8125 6.5625, 8.125 6.5625, 8.125 6.25, 7.8125 6.25))", @@ -142661,68 +100408,7 @@ "id": "2411", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 69620.62672223747, - "wind resistance": [ - 3942.3811994246207, - 1478.8532151772015, - -1704.6883690866634, - -3804.406755125514, - -3991.7715379781075, - -2383.49006695197, - 692.595434415256, - 3498.4068780153175 - ], - "relative wind speed": [ - 7.990245731547495, - 7.690845871157109, - 7.197118484105805, - 6.7895595530461055, - 6.736997696781545, - 7.076867569981682, - 7.578433237991567, - 7.945630616420144 - ], - "relative wind angle": [ - 0.023949970763325307, - 0.07529617360358723, - 0.08720607375817023, - 0.0453701245137807, - 0.028406361759924767, - 0.0818427923949192, - 0.08280790687608017, - 0.038765284360764825 - ], - "resistance": [ - 73563.0079216621, - 71099.47993741467, - 67915.9383531508, - 65816.21996711196, - 65628.85518425936, - 67237.1366552855, - 70313.22215665273, - 73119.03360025279 - ], - "fuel": [ - 48.82946375673972, - 47.78321528679317, - 46.46462840857593, - 45.61558828220727, - 45.54062290652726, - 46.188354287181824, - 47.45404934705173, - 48.63924179948944 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 6.5625, 8.125 6.875, 8.4375 6.875, 8.4375 6.5625, 8.125 6.5625))", @@ -142754,9 +100440,9 @@ ], "ice resistance": 76703.6870577887, "wind resistance": [ - 2678.462808251239, + 2678.4628082511517, 188.56360804450014, - -2321.3218618957435, + -2321.3218618957508, -3424.305686266969, -3096.1986606145, -1120.784978280928, @@ -142764,9 +100450,9 @@ 3459.000745176363 ], "relative wind speed": [ - 7.824762941186641, + 7.82476294118664, 7.485121115618725, - 7.065948909226233, + 7.065948909226232, 6.819211898622451, 6.9105704051604, 7.2770777304468375, @@ -142774,7 +100460,7 @@ 7.9045080487107215 ], "relative wind angle": [ - 0.039627513056944695, + 0.039627513056953105, 0.07256789185674785, 0.06479288884978703, 0.015296215753934837, @@ -142784,7 +100470,7 @@ 0.013195899792755907 ], "resistance": [ - 79382.14986603994, + 79382.14986603985, 76892.2506658332, 74382.36519589295, 73279.38137152174, @@ -142794,7 +100480,7 @@ 80162.68780296507 ], "fuel": [ - 51.39049889139014, + 51.390498891390095, 50.279258318405766, 49.18244538536453, 48.70785860622644, @@ -142834,53 +100520,53 @@ ], "ice resistance": 85496.10685530354, "wind resistance": [ - 1997.3219179312982, + 1997.3219179312218, -271.0178162330558, - -2318.7154316805318, + -2318.7154316805572, -2974.5796393943674, -2504.7590038634444, -585.7665850469457, - 1733.2033776080389, + 1733.203377608057, 3118.730705261809 ], "relative wind speed": [ - 7.724582158973383, + 7.724582158973382, 7.401702397523055, - 7.048781081822216, + 7.048781081822215, 6.881639432256177, 7.011708484458067, 7.351736326899421, - 7.690767885087702, + 7.690767885087701, 7.840680080590459 ], "relative wind angle": [ - 0.04161567566150154, + 0.04161567566150954, 0.06483092108238686, - 0.05063707762157288, - 0.003638092919719677, - 0.04584953154941819, + 0.05063707762157507, + 0.0036380929197196766, + 0.045849531549418183, 0.06527216908501893, - 0.04640697220044109, + 0.0464069722004387, 0.003193094317462867 ], "resistance": [ - 87493.42877323485, + 87493.42877323477, 85225.08903907049, - 83177.39142362302, + 83177.39142362299, 82521.52721590918, 82991.3478514401, 84910.3402702566, - 87229.31023291158, + 87229.31023291161, 88614.83756056536 ], "fuel": [ - 55.1705427516538, + 55.170542751653755, 54.08878493749124, - 53.1286932408793, + 53.128693240879294, 52.82448114802895, 53.042237291022516, 53.94019575991822, - 55.04360130875904, + 55.04360130875905, 55.71240837210429 ] }, @@ -142914,9 +100600,9 @@ ], "ice resistance": 95480.26835825706, "wind resistance": [ - 2932.319222202739, + 2932.3192222026264, 668.4968139843841, - -1893.6572860255947, + -1893.6572860256274, -3296.6571072419138, -3200.204283251791, -1540.6803887847782, @@ -142924,9 +100610,9 @@ 3161.767699523123 ], "relative wind speed": [ - 7.849688013134033, + 7.849688013134032, 7.554206729160545, - 7.141283388037399, + 7.141283388037398, 6.85331206952919, 6.880164024053882, 7.203347804634381, @@ -142934,19 +100620,19 @@ 7.873142484362324 ], "relative wind angle": [ - 0.030110574187152708, - 0.06757158817459498, - 0.0679690825316037, - 0.0256619924060051, + 0.03011057418716377, + 0.06757158817459497, + 0.06796908253160698, + 0.025661992406005096, 0.03435519744648823, - 0.07086824085400684, + 0.07086824085400685, 0.06375247079972969, 0.0223373278104494 ], "resistance": [ - 98412.5875804598, + 98412.58758045969, 96148.76517224144, - 93586.61107223146, + 93586.61107223143, 92183.61125101514, 92280.06407500527, 93939.58796947228, @@ -142954,9 +100640,9 @@ 98642.03605778018 ], "fuel": [ - 60.645733745969494, + 60.64573374596944, 59.47413048887381, - 58.17113585662854, + 58.17113585662853, 57.467984481970255, 57.516089964638454, 58.34919298087537, @@ -142994,9 +100680,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2085.61084384648, + 2085.6108438464435, -82.06171770174114, - -2118.588322148302, + -2118.5883221483273, -2870.38040726239, -2476.496236706227, -685.821890393785, @@ -143004,7 +100690,7 @@ 3020.6050694659243 ], "relative wind speed": [ - 6.738487984443295, + 6.738487984443294, 6.386256324867979, 5.978767596985069, 5.765669507151851, @@ -143014,19 +100700,19 @@ 6.8488284911052135 ], "relative wind angle": [ - 0.050952339592315835, + 0.05095233959232019, 0.08490929586260507, - 0.07076702942833793, + 0.07076702942834263, 0.009756651170247705, - 0.05825803626638746, + 0.05825803626638747, 0.08643002278622496, 0.06348367977275793, 0.008213574954643988 ], "resistance": [ - 98720.11084384649, + 98720.11084384646, 96552.43828229827, - 94515.91167785172, + 94515.91167785169, 93764.11959273762, 94158.00376329379, 95948.67810960623, @@ -143034,9 +100720,9 @@ 99655.10506946594 ], "fuel": [ - 54.92535459240921, + 54.92535459240919, 53.80064381396936, - 52.759908689808356, + 52.759908689808334, 52.37961717917835, 52.57859988290495, 53.490492163489805, @@ -143074,11 +100760,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 228.53581738664434, + 228.53581738660432, -1444.3701048222974, - -2245.2268069748206, + -2245.2268069748534, -2086.549410147123, - -858.817500339821, + -858.8175003398064, 905.7150901803361, 2195.9379621314256, 1817.1817040028545 @@ -143086,7 +100772,7 @@ "relative wind speed": [ 6.691476330432551, 6.384180091314928, - 6.19259470339566, + 6.1925947033956605, 6.241694037834337, 6.4985898284973205, 6.800718329812375, @@ -143094,31 +100780,31 @@ 6.931722785704228 ], "relative wind angle": [ - 0.05854904223179364, + 0.05854904223179933, 0.05409564533433892, - 0.015602125074463381, - 0.03341950505590977, - 0.06028893114604177, - 0.05077938879445436, - 0.013850637629684569, + 0.015602125074470497, + 0.033419505055909765, + 0.06028893114603993, + 0.050779388794454365, + 0.013850637629684567, 0.03009165017080102 ], "resistance": [ - 96863.03581738663, + 96863.03581738658, 95190.12989517768, - 94389.27319302516, + 94389.27319302513, 94547.95058985286, - 95775.68249966016, + 95775.68249966018, 97540.21509018033, 98830.43796213141, 98451.68170400284 ], "fuel": [ - 55.41101543341677, + 55.41101543341675, 54.55303776125707, - 54.145990997615314, + 54.1459909976153, 54.22645144621411, - 54.852163569372294, + 54.85216356937231, 55.76127899623397, 56.43335537649815, 56.23541915434133 @@ -143154,9 +100840,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 399.66608190516854, + 399.66608190515035, -1485.566000662653, - -2467.252827572531, + -2467.2528275725344, -2353.9982028353406, -1069.6044789410735, 880.8913648940688, @@ -143164,9 +100850,9 @@ 2113.8185606592197 ], "relative wind speed": [ - 6.726483635363967, + 6.726483635363964, 6.384061631422089, - 6.1553894344394395, + 6.155389434439439, 6.190558021002246, 6.4656375668555, 6.803955344426995, @@ -143177,14 +100863,14 @@ 0.063693488283818, 0.06193768254492662, 0.021234819662945534, - 0.033981707958581506, + 0.0339817079585815, 0.06626679729440299, 0.058110860626888874, 0.018641688525055038, - 0.030135064232274744 + 0.030135064232274748 ], "resistance": [ - 97034.16608190516, + 97034.16608190513, 95148.93399933733, 94167.24717242745, 94280.50179716464, @@ -143194,7 +100880,7 @@ 98748.3185606592 ], "fuel": [ - 55.492656152689804, + 55.49265615268978, 54.52532772467458, 54.02685225059581, 54.084177063833394, @@ -143234,51 +100920,51 @@ ], "ice resistance": 44587.85524488168, "wind resistance": [ - 465.48368060487337, + 465.48368060483335, -1449.620407595492, - -2487.9779383663554, + -2487.9779383663226, -2410.898465348153, - -1164.0537790646194, + -1164.0537790645867, 795.640640386584, 2343.892238121294, 2159.611175152495 ], "relative wind speed": [ - 7.500128139797361, + 7.5001281397973605, 7.1920851279668465, - 6.981129942078975, + 6.981129942078973, 7.002401949901813, - 7.241837829061474, + 7.241837829061473, 7.547850605827073, 7.743381818534743, 7.724150709807343 ], "relative wind angle": [ - 0.05084569117499267, - 0.050212416446183336, - 0.018525030242094963, + 0.050845691174997036, + 0.05021241644618334, + 0.018525030242088972, 0.02543639018718274, - 0.05266082335438609, + 0.052660823354381874, 0.047843818231440224, 0.01670126329370783, 0.023059157243519007 ], "resistance": [ - 45053.33892548655, + 45053.33892548651, 43138.23483728619, - 42099.87730651532, + 42099.87730651535, 42176.956779533524, - 43423.80146581706, + 43423.80146581709, 45383.49588526826, 46931.74748300297, 46747.46642003417 ], "fuel": [ - 38.10310782943671, + 38.103107829436695, 37.49098365777901, - 37.16479949655518, + 37.16479949655519, 37.188874980762776, - 37.581393458644726, + 37.58139345864474, 38.21001498889254, 38.71676067627563, 38.65597748455359 @@ -143314,49 +101000,49 @@ ], "ice resistance": 73325.9383572931, "wind resistance": [ - 460.7334309780781, + 460.73343097803445, -1724.1098813637473, - -2863.2737317448737, + -2863.2737317449173, -2734.6745704912137, -1250.2183103976422, 1008.835673658421, 2750.0058242499326, - 2443.2275090994735 + 2443.2275090994954 ], "relative wind speed": [ - 7.510164602664762, + 7.51016460266476, 7.1558065680171286, 6.919553745471707, 6.955176686083589, 7.238702486724947, 7.589190893076785, 7.805200959230016, - 7.773474340074456 + 7.773474340074455 ], "relative wind angle": [ - 0.05900756845576485, + 0.05900756845576862, 0.05723334115164771, - 0.019652330015370447, - 0.031208760781038927, - 0.061223158808261846, - 0.05396173167791192, + 0.0196523300153761, + 0.03120876078103893, + 0.06122315880826185, + 0.05396173167791191, 0.017422162544481676, - 0.02792257435829334 + 0.027922574358289366 ], "resistance": [ - 73786.67178827117, + 73786.67178827114, 71601.82847592935, - 70462.66462554822, + 70462.66462554818, 70591.26378680188, 72075.72004689545, 74334.77403095152, 76075.94418154303, - 75769.16586639258 + 75769.16586639259 ], "fuel": [ - 48.92557094994086, + 48.92557094994085, 47.99472731192097, - 47.51643620844009, + 47.51643620844007, 47.570188262509916, 48.1951183720495, 49.1618746298002, @@ -143394,51 +101080,51 @@ ], "ice resistance": 76261.85942717429, "wind resistance": [ - 1235.4462985680148, + 1235.4462985679638, -991.2907017502985, - -2593.019970555153, + -2593.019970555182, -2838.0018728533105, - -1895.222012787719, + -1895.2220127876935, 190.05786725723374, 2225.891319419392, 2810.635920175584 ], "relative wind speed": [ - 7.6191071408247515, + 7.619107140824751, 7.280851989987302, - 6.984307423283903, + 6.984307423283902, 6.916505865068515, - 7.122879834704587, + 7.1228798347045865, 7.46829331660895, 7.746332072669576, 7.8069300868831135 ], "relative wind angle": [ - 0.050056930117455226, + 0.050056930117459666, 0.061191526194221614, - 0.03557961597134321, + 0.03557961597134633, 0.013575476484672309, - 0.05354745757013534, + 0.053547457570131185, 0.0596538761169585, 0.03207830000474472, 0.012027037681156053 ], "resistance": [ - 77497.3057257423, + 77497.30572574225, 75270.56872542399, - 73668.83945661914, + 73668.83945661911, 73423.85755432097, - 74366.63741438657, + 74366.6374143866, 76451.91729443152, 78487.75074659368, 79072.49534734988 ], "fuel": [ - 50.547172236397984, + 50.54717223639798, 49.56790797670146, - 48.87491581213621, + 48.874915812136194, 48.76976550187321, - 49.17564629308451, + 49.175646293084526, 50.08513838433569, 50.988674088652985, 51.25104417721067 @@ -143474,49 +101160,49 @@ ], "ice resistance": 42707.9224931437, "wind resistance": [ - 697.3466351714233, + 697.346635171365, -1342.9371366187697, - -2564.0708541677304, + -2564.070854167767, -2578.790672063962, - -1397.3697289538832, + -1397.3697289538977, 634.4062938749594, - 2352.9152153696705, + 2352.915215369667, 2388.0798012530104 ], "relative wind speed": [ - 7.537384249809036, + 7.537384249809035, 7.214818926132507, 6.974861975965123, 6.970794450049647, 7.205322166067525, 7.528294409042031, - 7.7511372883164205, + 7.75113728831642, 7.754795521562794 ], "relative wind angle": [ - 0.051530980454943, - 0.054371863405489294, - 0.02383956429218783, + 0.051530980454949464, + 0.05437186340548929, + 0.02383956429219249, 0.022518709619841294, - 0.053908072376947155, + 0.053908072376949216, 0.05210574260620888, 0.021451648583328976, 0.020241765022520293 ], "resistance": [ - 43405.26912831512, + 43405.26912831506, 41364.98535652493, - 40143.85163897597, + 40143.85163897593, 40129.13182107973, - 41310.552764189815, + 41310.5527641898, 43342.32878701866, 45060.83770851337, 45096.002294396705 ], "fuel": [ - 37.575516951819786, + 37.575516951819765, 36.936368948573, - 36.56124115921492, + 36.561241159214916, 36.55675313105277, 36.91952930082442, 37.55556844099137, @@ -143554,34 +101240,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1656.186719689489, + 1656.1867196894818, -641.5198927302554, - -2500.222499936295, + -2500.222499936299, -2932.053789208756, -2224.19228576955, -175.16291509973234, - 2048.2437752967016, + 2048.2437752966944, 3076.3370851649925 ], "relative wind speed": [ - 7.172558021110892, + 7.172558021110891, 6.808885065911856, - 6.4495490715422905, + 6.449549071542291, 6.320103921124874, 6.509246814167399, 6.888756550579584, - 7.226285313196441, + 7.22628531319644, 7.3397662823916 ], "relative wind angle": [ - 0.05423719456939105, + 0.054237194569391044, 0.07494878006550565, - 0.051529333570797024, - 0.006336467071822255, - 0.05977040782786976, + 0.05152933357079918, + 0.006336467071822254, + 0.05977040782786977, 0.07407818619322246, - 0.045986424300780517, - 0.005456176608069171 + 0.04598642430078052, + 0.0054561766080691715 ], "resistance": [ 98290.68671968952, @@ -143621,68 +101307,7 @@ "id": "2423", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 60558.52315850553, - "wind resistance": [ - 1303.597722176899, - -939.5326109856178, - -2586.364608903492, - -2861.621771459708, - -1955.0439798904845, - 129.15507770296244, - 2199.711331442166, - 2856.6942603320786 - ], - "relative wind speed": [ - 7.62911014887281, - 7.290110282088928, - 6.987181008136922, - 6.91099306240736, - 7.112619880640863, - 7.459690027414212, - 7.744158107222014, - 7.812224914931667 - ], - "relative wind angle": [ - 0.049662194292922936, - 0.0618555171895769, - 0.03701724376303176, - 0.01229212271281931, - 0.053271765342470336, - 0.06044763203545242, - 0.03339745790078391, - 0.010874022519838144 - ], - "resistance": [ - 61862.12088068243, - 59618.99054751991, - 57972.15854960204, - 57696.90138704582, - 58603.479178615045, - 60687.67823620849, - 62758.234489947696, - 63415.21741883761 - ], - "fuel": [ - 44.061248629693864, - 43.20534706714869, - 42.58889121473876, - 42.48683900897984, - 42.82401959774815, - 43.6107864510719, - 44.408408707796085, - 44.664826448369624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 6.5625, 9.375 6.875, 9.6875 6.875, 9.6875 6.5625, 9.375 6.5625))", @@ -143714,54 +101339,54 @@ ], "ice resistance": 46501.50242538256, "wind resistance": [ - 350.71797753820647, + 350.7179775381701, -1836.9416442054426, - -2912.968352634627, - -2729.0109331545063, + -2912.9683526346853, + -2729.0109331545245, -1159.280495074967, 1134.521092835752, 2839.575330673957, - 2400.7912033442844 + 2400.791203344259 ], "relative wind speed": [ - 7.494899467192044, + 7.4948994671920435, 7.136709946824995, - 6.9084423784956, - 6.959412471526889, + 6.908442378495599, + 6.95941247152689, 7.2552812286743515, 7.607890303189128, 7.8157563698899954, - 7.77040550947156 + 7.770405509471561 ], "relative wind angle": [ - 0.06057387721648143, - 0.056878343652008195, - 0.017376216345684162, - 0.03390994805564121, + 0.0605738772164851, + 0.05687834365200819, + 0.017376216345690552, + 0.033909948055644484, 0.06257700793083777, - 0.05335223355270898, + 0.05335223355270899, 0.015358880505033676, - 0.030369633069898948 + 0.030369633069902605 ], "resistance": [ - 46852.220402920764, + 46852.220402920735, 44664.56078117712, - 43588.534072747934, - 43772.49149222806, + 43588.534072747876, + 43772.49149222804, 45342.2219303076, 47636.02351821831, 49341.07775605652, - 48902.293628726846 + 48902.293628726824 ], "fuel": [ - 38.69051399654403, + 38.69051399654402, 37.9777387436753, - 37.63368547122093, - 37.69219946752682, + 37.63368547122091, + 37.69219946752681, 38.19662800659732, 38.950223096681725, 39.52307936831241, - 39.374624954968134 + 39.37462495496812 ] }, { @@ -143781,68 +101406,7 @@ "id": "2425", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 41237.09917533165, - "wind resistance": [ - 367.1057397892, - -1921.0414195026497, - -3044.9087731144828, - -2850.1189224636364, - -1204.871069841105, - 1195.5750866288217, - 2978.8112476119604, - 2514.5548057525557 - ], - "relative wind speed": [ - 7.501208165304889, - 7.1261827336321275, - 6.8870902949729444, - 6.941136763232487, - 7.251674530874052, - 7.620526693598512, - 7.837275975098339, - 7.789449779995155 - ], - "relative wind angle": [ - 0.06338712141137492, - 0.05958988695126455, - 0.018154753209060907, - 0.03567649448836733, - 0.06557138210188061, - 0.05572014292523671, - 0.015953484398951466, - 0.031789742690810134 - ], - "resistance": [ - 41604.20491512085, - 39316.057755828995, - 38192.190402217166, - 38386.980252868016, - 40032.22810549055, - 42432.67426196047, - 44215.910422943605, - 43751.65398108421 - ], - "fuel": [ - 37.01050628239416, - 36.3101015361626, - 35.97321877458126, - 36.031270934790875, - 36.52722760469216, - 37.26890571126944, - 37.83376171842983, - 37.68556505511806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 6.25, 9.375 6.5625, 9.6875 6.5625, 9.6875 6.25, 9.375 6.25))", @@ -143874,53 +101438,53 @@ ], "ice resistance": 54430.879517850684, "wind resistance": [ - 276.019409897428, + 276.0194098974134, -1765.457197383228, - -2741.851496923129, + -2741.851496923133, -2547.9326351887976, - -1049.1646592404504, + -1049.164659240465, 1104.337598714621, - 2677.9224071774697, + 2677.9224071774042, 2214.8631375019577 ], "relative wind speed": [ - 7.478614846756419, + 7.478614846756417, 7.143332416429678, - 6.934593353352161, + 6.93459335335216, 6.988221560728927, 7.268410011879379, 7.5981751832462265, - 7.789151375506701, + 7.789151375506702, 7.741073797935094 ], "relative wind angle": [ - 0.05717044336619241, + 0.05717044336619242, 0.05274587965270669, 0.015182353070811727, 0.03259190196250346, - 0.05882571446711507, + 0.05882571446711696, 0.04958572715041761, - 0.01351656948779695, + 0.013516569487805163, 0.029421237130824243 ], "resistance": [ - 54706.898927748116, + 54706.8989277481, 52665.422320467456, 51689.02802092755, 51882.94688266188, - 53381.714858610234, + 53381.71485861022, 55535.217116565305, - 57108.80192502815, + 57108.80192502809, 56645.742655352646 ], "fuel": [ - 41.396453483285896, + 41.39645348328589, 40.67108428784296, 40.32963810032763, 40.39716943513437, 40.923828404637035, 41.69519080227016, - 42.26974448574714, + 42.26974448574711, 42.09971364832055 ] }, @@ -143941,68 +101505,7 @@ "id": "2427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 56836.9882968985, - "wind resistance": [ - 42.1241210452863, - -1821.504927235601, - -2592.095271210601, - -2314.502350291059, - -793.1159094599425, - 1231.1042647642935, - 2594.402031824189, - 1930.7064906411506 - ], - "relative wind speed": [ - 7.438671513240863, - 7.127039072779612, - 6.952877427681808, - 7.02949103698025, - 7.306222511839609, - 7.610521357271506, - 7.769956032697084, - 7.700712761519373 - ], - "relative wind angle": [ - 0.05495089032524849, - 0.04713274321307333, - 0.009539566628712814, - 0.03443216962011487, - 0.055948084999370415, - 0.044136475620274646, - 0.008536372244905506, - 0.031429902413582116 - ], - "resistance": [ - 56879.11241794378, - 55015.48336966289, - 54244.893025687896, - 54522.48594660744, - 56043.872387438554, - 58068.092561662794, - 59431.390328722686, - 58767.69478753964 - ], - "fuel": [ - 42.185305015080424, - 41.507447694079524, - 41.230937748138615, - 41.330291442847695, - 41.87990527076754, - 42.62452521624927, - 43.13461367028342, - 42.885422942139826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 5.9375, 7.5 6.25, 7.8125 6.25, 7.8125 5.9375, 7.5 5.9375))", @@ -144021,68 +101524,7 @@ "id": "2428", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.671496153716408, - 18.671496153716408, - 18.671496153716408, - 18.671496153716408, - 18.671496153716408, - 18.671496153716408, - 18.671496153716408, - 18.671496153716408 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 2915.9343565241325, - 2151.292906181161, - 101.34722727765984, - -1889.584771922815, - -2712.5511638677435, - -2387.655695950796, - -735.1176401500779, - 1441.4886988565504 - ], - "relative wind speed": [ - 5.81760200355314, - 5.712175740391109, - 5.319357730310539, - 4.835574027016303, - 4.557238884851382, - 4.688706392624115, - 5.130044118946003, - 5.588393611279747 - ], - "relative wind angle": [ - 0.01639123792531929, - 0.06626792230507651, - 0.1187688318918334, - 0.1063110478317988, - 0.020925035958330278, - 0.0807618358359311, - 0.12317364604408795, - 0.0919460696251005 - ], - "resistance": [ - 99550.4343565241, - 98785.79290618113, - 96735.84722727763, - 94744.91522807715, - 93921.94883613223, - 94246.84430404917, - 95899.3823598499, - 98075.98869885653 - ], - "fuel": [ - 50.14980372257623, - 49.74870612239428, - 48.68412866407208, - 47.66516630255967, - 47.24827920856126, - 47.41255925310508, - 48.25422787736857, - 49.37832091540429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 5.9375, 7.8125 6.25, 8.125 6.25, 8.125 5.9375, 7.8125 5.9375))", @@ -144101,68 +101543,7 @@ "id": "2429", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.342472706050295, - 21.342472706050295, - 21.342472706050295, - 21.342472706050295, - 21.342472706050295, - 21.342472706050295, - 21.342472706050295, - 21.342472706050295 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 3181.883033557957, - 1394.6635437411041, - -1072.0397254301079, - -2825.8352280083964, - -3084.2187128794685, - -1998.5721937112085, - 320.297591583163, - 2571.9159756715544 - ], - "relative wind speed": [ - 6.544337438304934, - 6.2876082282348795, - 5.822545413599117, - 5.406620464298304, - 5.315868351550469, - 5.617187161351178, - 6.097931923528776, - 6.469564436068803 - ], - "relative wind angle": [ - 0.02115438693383409, - 0.0847655695327929, - 0.10571832500710157, - 0.06229052909585725, - 0.026044055753673464, - 0.09491133561300061, - 0.10092735092949416, - 0.05204608416560923 - ], - "resistance": [ - 99816.38303355794, - 98029.16354374109, - 95562.46027456988, - 93808.66477199159, - 93550.28128712051, - 94635.92780628878, - 96954.79759158315, - 99206.41597567154 - ], - "fuel": [ - 53.62049693232838, - 52.68463102576763, - 51.41248062221511, - 50.521768820781716, - 50.39150919153941, - 50.940490341806836, - 52.12776623084383, - 53.29975561991888 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.5 5.625, 7.5 5.9375, 7.8125 5.9375, 7.8125 5.625, 7.5 5.625))", @@ -144181,68 +101562,7 @@ "id": "2430", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.280858173688156, - 24.280858173688156, - 24.280858173688156, - 24.280858173688156, - 24.280858173688156, - 24.280858173688156, - 24.280858173688156, - 24.280858173688156 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3918.5332855541383, - 2143.2184030145218, - -737.5846495642581, - -3082.3642509703313, - -3644.279079769689, - -2770.0632634262656, - -211.48965075566957, - 2587.386179969377 - ], - "relative wind speed": [ - 7.394776617324879, - 7.1886596005995305, - 6.7302259822154245, - 6.26720846279918, - 6.094915373918464, - 6.336709539032904, - 6.82164004207748, - 7.249331880882592 - ], - "relative wind angle": [ - 0.006209661951776032, - 0.06850172829010986, - 0.09672191122286308, - 0.06820308279173734, - 0.0075340180274543365, - 0.07772904815243552, - 0.09542180434207781, - 0.05895151779111578 - ], - "resistance": [ - 100553.03328555415, - 98777.71840301453, - 95896.91535043575, - 93552.13574902968, - 92990.22092023032, - 93864.43673657376, - 96423.01034924434, - 99221.88617996938 - ], - "fuel": [ - 58.21675292334216, - 57.28221513206951, - 55.79069674348078, - 54.59949795827399, - 54.31707188440633, - 54.75697266081168, - 56.06077443607889, - 57.51492802190714 - ] + "inaccessible": true }, { "geometry": "POLYGON ((7.8125 5.625, 7.8125 5.9375, 8.125 5.9375, 8.125 5.625, 7.8125 5.625))", @@ -144261,68 +101581,7 @@ "id": "2431", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.328184681154198, - 20.328184681154198, - 20.328184681154198, - 20.328184681154198, - 20.328184681154198, - 20.328184681154198, - 20.328184681154198, - 20.328184681154198 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2877.2560281153437, - 1125.1982735220809, - -1157.296056365969, - -2685.734789574697, - -2840.5620512640126, - -1711.2596988749337, - 482.6941120971951, - 2512.078331750772 - ], - "relative wind speed": [ - 6.2384007209559185, - 5.966661161056502, - 5.50713500183996, - 5.117487631166936, - 5.0602913206135804, - 5.378024395058125, - 5.8477051803429365, - 6.191567826451863 - ], - "relative wind angle": [ - 0.027448111767774157, - 0.09025369669926428, - 0.10721709249592128, - 0.05780541193303048, - 0.03384064111203181, - 0.1001636812978707, - 0.1009508065252913, - 0.047769198959341425 - ], - "resistance": [ - 99511.75602811534, - 97759.69827352208, - 95477.20394363403, - 93948.7652104253, - 93793.93794873598, - 94923.24030112507, - 97117.19411209719, - 99146.57833175077 - ], - "fuel": [ - 52.13998493236706, - 51.2244026349837, - 50.04876049600975, - 49.27234617782746, - 49.19418210819718, - 49.766354411082304, - 50.8915082055194, - 51.94820977194574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.125 5.9375, 8.125 6.25, 8.4375 6.25, 8.4375 5.9375, 8.125 5.9375))", @@ -144341,68 +101600,7 @@ "id": "2432", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.657956646645456, - 17.657956646645456, - 17.657956646645456, - 17.657956646645456, - 17.657956646645456, - 17.657956646645456, - 17.657956646645456, - 17.657956646645456 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2522.3055844380997, - 1106.3074513291358, - -833.2318360875706, - -2207.545330952623, - -2407.9426111995062, - -1544.6012723898002, - 280.4496930410787, - 2050.926227585511 - ], - "relative wind speed": [ - 5.491328852511868, - 5.248225239815261, - 4.80649919765118, - 4.408188205889327, - 4.322378153424036, - 4.614518100494648, - 5.072988362947942, - 5.422685885157366 - ], - "relative wind angle": [ - 0.024438889651860127, - 0.09700940347508495, - 0.12194924111470179, - 0.072328030992725, - 0.03105007962592454, - 0.1103826569532388, - 0.1155136722359271, - 0.058779205117807404 - ], - "resistance": [ - 99156.80558443809, - 97740.80745132912, - 95801.26816391242, - 94426.95466904737, - 94226.55738880047, - 95089.89872761018, - 96914.94969304107, - 98685.4262275855 - ], - "fuel": [ - 48.80218749340879, - 48.06320657417138, - 47.06310871991952, - 46.36293542298126, - 46.261425879308106, - 46.699808981642676, - 47.63565271009343, - 48.555355654320266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 5.9375, 8.4375 6.25, 8.75 6.25, 8.75 5.9375, 8.4375 5.9375))", @@ -144434,17 +101632,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1645.9617482765752, + 1645.9617482765589, 3.6193644794529973, - -1547.1164147788877, + -1547.1164147788904, -2143.059163419778, -1849.0106813025623, -503.1837047675981, - 1215.606922810508, + 1215.6069228105134, 2337.8807685949923 ], "relative wind speed": [ - 5.02524209743986, + 5.025242097439859, 4.6637646450629315, 4.230494764291322, 3.993696186687495, @@ -144454,33 +101652,33 @@ 5.133471034604093 ], "relative wind angle": [ - 0.0710121768239089, + 0.07101217682391203, 0.12251384107807743, - 0.10644707880618504, + 0.10644707880618608, 0.016452816952872165, 0.08646006231576855, 0.1260562909917006, - 0.09110990953787529, + 0.09110990953787405, 0.012799601198666983 ], "resistance": [ - 98280.46174827659, + 98280.46174827658, 96638.11936447947, - 95087.38358522113, + 95087.38358522112, 94491.44083658024, 94785.48931869745, 96131.31629523242, - 97850.10692281052, + 97850.10692281053, 98972.380768595 ], "fuel": [ - 47.04953449350436, + 47.049534493504346, 46.19847622973407, - 45.404100916925756, + 45.40410091692575, 45.10120521453095, 45.25049404285089, 45.93787844792794, - 46.8255551350258, + 46.82555513502581, 47.41109039887755 ] }, @@ -144501,68 +101699,7 @@ "id": "2434", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.622213560320894, - 13.622213560320894, - 13.622213560320894, - 13.622213560320894, - 13.622213560320894, - 13.622213560320894, - 13.622213560320894, - 13.622213560320894 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1754.6571294790028, - 408.8403655663478, - -1056.5677915245114, - -1839.226102989006, - -1752.1681811468907, - -755.333195405803, - 759.8256648969955, - 1957.6982784628535 - ], - "relative wind speed": [ - 4.336912837343909, - 4.009910339889919, - 3.541039816582721, - 3.203355728629549, - 3.2528556315653088, - 3.6483560386245806, - 4.104987178530566, - 4.373602038866909 - ], - "relative wind angle": [ - 0.06573565614982761, - 0.1466186055683155, - 0.15412216635102113, - 0.05713860727258716, - 0.0876921751425859, - 0.16126999325857713, - 0.13281310461352375, - 0.04183944650930779 - ], - "resistance": [ - 98389.15712947899, - 97043.34036556633, - 95577.93220847547, - 94795.27389701098, - 94882.3318188531, - 95879.16680459418, - 97394.32566489698, - 98592.19827846283 - ], - "fuel": [ - 44.52913720645453, - 43.830451068731094, - 43.07734318064154, - 42.67839010720019, - 42.72265443542689, - 43.231502293695236, - 44.01201684468393, - 44.6351319293058 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.4375 5.625, 8.4375 5.9375, 8.75 5.9375, 8.75 5.625, 8.4375 5.625))", @@ -144581,68 +101718,7 @@ "id": "2435", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.312664381320724, - 12.312664381320724, - 12.312664381320724, - 12.312664381320724, - 12.312664381320724, - 12.312664381320724, - 12.312664381320724, - 12.312664381320724 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1587.9658134320007, - 400.59693216818687, - -904.5254376139846, - -1616.9823532396267, - -1552.0649652573043, - -681.8734221478826, - 660.4037338780417, - 1738.9668239250777 - ], - "relative wind speed": [ - 3.9684389307767227, - 3.6540745982510483, - 3.193792027520189, - 2.852896473158743, - 2.894109320359136, - 3.2820900560329465, - 3.7314968565499815, - 3.9981693334490367 - ], - "relative wind angle": [ - 0.06864254152288195, - 0.15760838501825897, - 0.16954662582570018, - 0.0661553887702947, - 0.09418881928231279, - 0.1756475854458358, - 0.1449276952739393, - 0.04718830876512949 - ], - "resistance": [ - 98222.465813432, - 97035.09693216819, - 95729.97456238602, - 95017.51764676037, - 95082.4350347427, - 95952.62657785212, - 97294.90373387805, - 98373.46682392508 - ], - "fuel": [ - 43.41654987140389, - 42.800509036795965, - 42.12942662917308, - 41.76576195701706, - 41.798820011219384, - 42.24346391847209, - 42.93485585228254, - 43.49526950449799 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 5.9375, 8.75 6.25, 9.0625 6.25, 9.0625 5.9375, 8.75 5.9375))", @@ -144674,51 +101750,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1309.706603083885, + 1309.706603083876, -562.252059772607, - -2022.4715503565385, + -2022.4715503565467, -2336.999886764974, - -1681.0753795127566, + -1681.0753795127603, 11.093369893313138, - 1796.2220874851992, + 1796.2220874851882, 2536.8114277578316 ], "relative wind speed": [ - 5.2118818017479835, + 5.211881801747983, 4.792137067374468, 4.377508953926245, 4.240859438414181, 4.485684824205041, 4.931582158394083, - 5.30306473803505, + 5.303064738035051, 5.41296512838468 ], "relative wind angle": [ - 0.08916656742675783, - 0.122614826171588, - 0.08342790733677388, + 0.08916656742675906, + 0.12261482617158802, + 0.08342790733677655, 0.01656223288725191, - 0.10365019368926653, + 0.10365019368926762, 0.11913103810992903, - 0.06884154936777596, + 0.0688415493677792, 0.012975672265228031 ], "resistance": [ - 97944.20660308392, + 97944.2066030839, 96072.24794022742, - 94612.02844964349, + 94612.02844964348, 94297.50011323506, - 94953.42462048728, + 94953.42462048726, 96645.59336989334, 98430.72208748522, 99171.31142775786 ], "fuel": [ - 47.86248216171749, + 47.86248216171747, 46.89557918724994, 46.15040025618596, 45.990928775794785, - 46.32391083545417, + 46.323910835454164, 47.190337967123824, 48.11591167860252, 48.50338095566124 @@ -144741,68 +101817,7 @@ "id": "2437", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.917220695786717, - 22.917220695786717, - 22.917220695786717, - 22.917220695786717, - 22.917220695786717, - 22.917220695786717, - 22.917220695786717, - 22.917220695786717 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 937.24709040179, - -1277.9491026895703, - -2690.8098229242823, - -2779.216903619641, - -1599.4403215225466, - 564.9960536963117, - 2487.822943121315, - 2697.6092640434945 - ], - "relative wind speed": [ - 6.616594566966801, - 6.216167607543344, - 5.896552813896547, - 5.867957573220962, - 6.15049400783401, - 6.554934056033325, - 6.843870623919286, - 6.868404044819685 - ], - "relative wind angle": [ - 0.0716964070297834, - 0.0805873572120512, - 0.039643069851818695, - 0.028958943001320743, - 0.07714016874323532, - 0.07641416263207455, - 0.0341534321545628, - 0.024739871311023027 - ], - "resistance": [ - 97571.7470904018, - 95356.55089731043, - 93943.69017707571, - 93855.28309638036, - 95035.05967847745, - 97199.49605369632, - 99122.32294312131, - 99332.1092640435 - ], - "fuel": [ - 54.630941680440124, - 53.49123461660451, - 52.773861963477515, - 52.729220663617994, - 53.32734633503559, - 54.43814404361646, - 55.439568804516746, - 55.54965970789099 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 5.625, 8.75 5.9375, 9.0625 5.9375, 9.0625 5.625, 8.75 5.625))", @@ -144821,68 +101836,7 @@ "id": "2438", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.01778365057387, - 15.01778365057387, - 15.01778365057387, - 15.01778365057387, - 15.01778365057387, - 15.01778365057387, - 15.01778365057387, - 15.01778365057387 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1129.6156323247924, - -536.8309926902539, - -1802.9640441981173, - -2056.2149023351303, - -1424.3566573865792, - 97.42552909499318, - 1670.360805533206, - 2263.670063657348 - ], - "relative wind speed": [ - 4.559655451698327, - 4.125494012284268, - 3.6999985922491834, - 3.5709695810649285, - 3.8411935860858657, - 4.304128850138681, - 4.674958440600679, - 4.7742436317283214 - ], - "relative wind angle": [ - 0.10752533303234132, - 0.14639108695310518, - 0.09791649527242315, - 0.02527380958686262, - 0.12773830644295306, - 0.14027434148819284, - 0.07744969928768862, - 0.018903051190968714 - ], - "resistance": [ - 97764.11563232477, - 96097.66900730973, - 94831.53595580187, - 94578.28509766486, - 95210.1433426134, - 96731.92552909498, - 98304.86080553319, - 98898.17006365734 - ], - "fuel": [ - 45.421215730357005, - 44.56094325973055, - 43.91423351211886, - 43.785595079499046, - 44.106991710796265, - 44.88714850763935, - 45.70258608440638, - 46.012559382234116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 5.625, 9.0625 5.9375, 9.375 5.9375, 9.375 5.625, 9.0625 5.625))", @@ -144901,68 +101855,7 @@ "id": "2439", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.222464017377973, - 16.222464017377973, - 16.222464017377973, - 16.222464017377973, - 16.222464017377973, - 16.222464017377973, - 16.222464017377973, - 16.222464017377973 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 475.5590033857352, - -1161.0005869456136, - -2061.7869807727084, - -1995.4297686344526, - -926.2571340539735, - 748.1950247429595, - 2093.1692332190105, - 1937.2924613691466 - ], - "relative wind speed": [ - 4.7208102684585285, - 4.2865693335728885, - 3.972894116883159, - 4.003914544512998, - 4.355692752065385, - 4.783663061885827, - 5.047199349858651, - 5.022626530154882 - ], - "relative wind angle": [ - 0.11412761031794112, - 0.11929406481874542, - 0.046294000632063854, - 0.06251441222333595, - 0.12374159755627931, - 0.10684745899634486, - 0.03643528770492091, - 0.049823111639933755 - ], - "resistance": [ - 97110.05900338579, - 95473.49941305445, - 94572.71301922735, - 94639.07023136561, - 95708.24286594609, - 97382.69502474302, - 98727.66923321907, - 98571.7924613692 - ], - "fuel": [ - 46.23640941803242, - 45.39545759733817, - 44.936837810495774, - 44.970519417531065, - 45.515469097414545, - 46.37747281442205, - 47.077417800291826, - 46.995952310025075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 5.9375, 9.375 6.25, 9.6875 6.25, 9.6875 5.9375, 9.375 5.9375))", @@ -144981,68 +101874,7 @@ "id": "2440", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 75566.61604187629, - "wind resistance": [ - -76.99968405329128, - -2317.433767156672, - -3161.8907231675075, - -2752.6156151677897, - -812.86900329946, - 1663.5274535600038, - 3256.9597681701816, - 2281.4461479778765 - ], - "relative wind speed": [ - 7.436888444143903, - 7.056343979354964, - 6.8558272266495885, - 6.969401918428914, - 7.320025899487772, - 7.687528767089838, - 7.866874979186022, - 7.766435849166092 - ], - "relative wind angle": [ - 0.06802981006976941, - 0.05655874375588769, - 0.008543043181791153, - 0.045364679254745924, - 0.06911760959233301, - 0.051910623267650176, - 0.007445072768901371, - 0.04070638829231712 - ], - "resistance": [ - 75489.61635782299, - 73249.18227471961, - 72404.72531870878, - 72814.0004267085, - 74753.74703857682, - 77230.14349543629, - 78823.57581004647, - 77848.06218985416 - ], - "fuel": [ - 49.663421526815526, - 48.69492834767834, - 48.33473389418735, - 48.50897461762722, - 49.34326058177833, - 50.428706817687655, - 51.139200502474736, - 50.70310836543118 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 5.9375, 9.6875 6.25, 10 6.25, 10 5.9375, 9.6875 5.9375))", @@ -145061,68 +101893,7 @@ "id": "2441", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 81680.33044981642, - "wind resistance": [ - -466.299018741036, - -2451.926917337707, - -2978.8787630940715, - -2410.7241563232965, - -396.5977216802203, - 1910.646819089161, - 3168.681108136101, - 1852.1514883240088 - ], - "relative wind speed": [ - 7.371450600922507, - 7.023398421199397, - 6.87754812779557, - 7.031612151903508, - 7.382516273873324, - 7.714383002738395, - 7.844690066898813, - 7.70689697874885 - ], - "relative wind angle": [ - 0.06564767814030371, - 0.048145679966344924, - 0.0008062121359825487, - 0.049205892774140364, - 0.06554913738407023, - 0.04383032592959023, - 0.0007068172968935222, - 0.044891392788536766 - ], - "resistance": [ - 81214.03143107539, - 79228.40353247871, - 78701.45168672234, - 79269.60629349313, - 81283.73272813621, - 83590.97726890558, - 84849.01155795253, - 83532.48193814044 - ], - "fuel": [ - 52.222796322275066, - 51.321213738184866, - 51.08441241589053, - 51.33977296561626, - 52.25471102229922, - 53.321351328497165, - 53.911286110700644, - 53.29406417205156 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 5.625, 9.375 5.9375, 9.6875 5.9375, 9.6875 5.625, 9.375 5.625))", @@ -145141,68 +101912,7 @@ "id": "2442", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.63816362220385, - 16.63816362220385, - 16.63816362220385, - 16.63816362220385, - 16.63816362220385, - 16.63816362220385, - 16.63816362220385, - 16.63816362220385 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -280.9448425595183, - -1585.2041343737192, - -1935.6443401302686, - -1539.5000667457907, - -204.09188845112658, - 1320.2117469943732, - 2148.4070166340916, - 1255.1399485726743 - ], - "relative wind speed": [ - 4.640212625550148, - 4.267672947701344, - 4.1099372434759385, - 4.28267614226571, - 4.659720177622353, - 5.0031523018507045, - 5.133515481494654, - 4.990315661811785 - ], - "relative wind angle": [ - 0.11051943001476601, - 0.08326827795286545, - 0.002387726496066802, - 0.08622808379250758, - 0.11005486800880354, - 0.07100517412169739, - 0.0019116339944465284, - 0.07397650699750295 - ], - "resistance": [ - 96353.55515744048, - 95049.29586562628, - 94698.85565986973, - 95094.9999332542, - 96430.40811154887, - 97954.71174699438, - 98782.9070166341, - 97889.63994857267 - ], - "fuel": [ - 46.26686182645701, - 45.599528777228805, - 45.42130255402222, - 45.62280655183821, - 46.30638163866945, - 47.09475958119462, - 47.52673148797828, - 47.06092743544549 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 5.625, 9.6875 5.9375, 10 5.9375, 10 5.625, 9.6875 5.625))", @@ -145221,68 +101931,7 @@ "id": "2443", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.58469220725638, - 17.58469220725638, - 17.58469220725638, - 17.58469220725638, - 17.58469220725638, - 17.58469220725638, - 17.58469220725638, - 17.58469220725638 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -280.0470729759327, - -1767.941916617443, - -2179.897867076087, - -1759.153972777447, - -265.2721302880582, - 1462.256604826529, - 2435.81143248847, - 1449.7433750828168 - ], - "relative wind speed": [ - 4.913411102669302, - 4.513013750068155, - 4.337526724795932, - 4.515745868637603, - 4.916959830773297, - 5.286852516665079, - 5.431755200020818, - 5.284519078511737 - ], - "relative wind angle": [ - 0.11158261309117705, - 0.0855473657723168, - 0.0004116308071280964, - 0.08605670396819302, - 0.11150174479344957, - 0.07300154706294214, - 0.0003287076722904867, - 0.07351293944929248 - ], - "resistance": [ - 96354.45292702407, - 94866.55808338255, - 94454.60213292392, - 94875.34602722255, - 96369.22786971195, - 98096.75660482653, - 99070.31143248847, - 98084.24337508282 - ], - "fuel": [ - 47.267078869472215, - 46.506290834665435, - 46.297106318385964, - 46.51076008853084, - 47.27467487685071, - 48.168421828757474, - 48.676988563719945, - 48.16190810964957 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 5.3125, 8.75 5.625, 9.0625 5.625, 9.0625 5.3125, 8.75 5.3125))", @@ -145301,68 +101950,7 @@ "id": "2444", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.750789679103962, - 11.750789679103962, - 11.750789679103962, - 11.750789679103962, - 11.750789679103962, - 11.750789679103962, - 11.750789679103962, - 11.750789679103962 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1213.9422572836966, - -123.90440764437153, - -1279.4353506753996, - -1628.3419006139693, - -1301.8927193388681, - -161.35451495691177, - 1181.6636789577624, - 1974.657338167066 - ], - "relative wind speed": [ - 3.7477940833221, - 3.332867961036749, - 2.853732459420579, - 2.6248239211034976, - 2.8425994764286173, - 3.3193860017586276, - 3.7393239127448905, - 3.903412821823903 - ], - "relative wind angle": [ - 0.11960671798247814, - 0.19301172064516095, - 0.16080085866910626, - 0.002616961064559872, - 0.157974694322815, - 0.19380559733435768, - 0.12249602382356067, - 0.0017597569156090215 - ], - "resistance": [ - 97848.44225728372, - 96510.59559235566, - 95355.06464932463, - 95006.15809938606, - 95332.60728066116, - 96473.14548504312, - 97816.16367895779, - 98609.15733816709 - ], - "fuel": [ - 42.816486374534534, - 42.124609888859595, - 41.53237971066334, - 41.35453549676116, - 41.52091912870952, - 42.10533813789788, - 42.79971488264091, - 43.212865497258804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 5.3125, 9.0625 5.625, 9.375 5.625, 9.375 5.3125, 9.0625 5.3125))", @@ -145381,68 +101969,7 @@ "id": "2445", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.523503891375993, - 13.523503891375993, - 13.523503891375993, - 13.523503891375993, - 13.523503891375993, - 13.523503891375993, - 13.523503891375993, - 13.523503891375993 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 712.3283355970389, - -825.796682609357, - -1802.612399261432, - -1857.624218414854, - -1015.432539229033, - 491.23942784678275, - 1838.6869345055065, - 1966.8346968941487 - ], - "relative wind speed": [ - 4.069722283499302, - 3.5975035568289195, - 3.1999149389503083, - 3.1682871223044007, - 3.5292746378744853, - 4.009537017282434, - 4.333470124258097, - 4.356647294077745 - ], - "relative wind angle": [ - 0.14010146456727324, - 0.16618945963417112, - 0.08551727862477235, - 0.06588565527575939, - 0.16173174888630779, - 0.14897628908792312, - 0.06311249854525043, - 0.047897717716332264 - ], - "resistance": [ - 97346.82833559705, - 95808.70331739065, - 94831.88760073858, - 94776.87578158516, - 95619.06746077098, - 97125.7394278468, - 98473.18693450552, - 98601.33469689416 - ], - "fuel": [ - 43.90616980670792, - 43.11416210617688, - 42.61575309002404, - 42.58778954860382, - 43.0171248509371, - 43.791785477524485, - 44.49173545201248, - 44.558655368262905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((8.75 5, 8.75 5.3125, 9.0625 5.3125, 9.0625 5, 8.75 5))", @@ -145461,68 +101988,7 @@ "id": "2446", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.915444889108391, - 8.915444889108391, - 8.915444889108391, - 8.915444889108391, - 8.915444889108391, - 8.915444889108391, - 8.915444889108391, - 8.915444889108391 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 556.1239563169329, - -426.66744725866647, - -1080.525644058684, - -1146.1308663233485, - -642.6154448798893, - 301.9664865030509, - 1190.0645410809652, - 1341.1317998571294 - ], - "relative wind speed": [ - 2.8199147897648005, - 2.3733386955138682, - 1.9565606091186887, - 1.8961045260676979, - 2.251760439875091, - 2.718383331411751, - 3.0321964123331173, - 3.0703635169709647 - ], - "relative wind angle": [ - 0.19329857662615307, - 0.25067374180420743, - 0.14922328200450793, - 0.09367250661514434, - 0.24294911166176342, - 0.21830057177149553, - 0.09607888685638927, - 0.05779511279873361 - ], - "resistance": [ - 97190.62395631692, - 96207.83255274133, - 95553.9743559413, - 95488.36913367664, - 95991.8845551201, - 96936.46648650304, - 97824.56454108095, - 97975.63179985712 - ], - "fuel": [ - 40.746781821499965, - 40.2402810041213, - 39.90529337828315, - 39.87177002811484, - 40.129469595047574, - 40.61545224049732, - 41.0754024032449, - 41.15393291981124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.0625 5, 9.0625 5.3125, 9.375 5.3125, 9.375 5, 9.0625 5))", @@ -145541,68 +102007,7 @@ "id": "2447", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.611111487728301, - 10.611111487728301, - 10.611111487728301, - 10.611111487728301, - 10.611111487728301, - 10.611111487728301, - 10.611111487728301, - 10.611111487728301 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 549.285048623166, - -625.0076807491437, - -1358.7960319900608, - -1388.5028218669245, - -724.8673214732307, - 432.31681099261596, - 1461.0961094201389, - 1529.8144730944873 - ], - "relative wind speed": [ - 3.255064666604883, - 2.7937082676722143, - 2.3991507145316455, - 2.3767641688411296, - 2.747123451186495, - 3.2151714347726887, - 3.5194046497668676, - 3.534561546437024 - ], - "relative wind angle": [ - 0.1736354231719822, - 0.2093116979078562, - 0.1079919244390272, - 0.09049848332247665, - 0.2061656143304843, - 0.18154439013997836, - 0.07354051506111696, - 0.06080881697172479 - ], - "resistance": [ - 97183.78504862319, - 96009.49231925089, - 95275.70396800997, - 95245.99717813311, - 95909.6326785268, - 97066.81681099265, - 98095.59610942016, - 98164.31447309452 - ], - "fuel": [ - 41.71341761359153, - 41.108671108853564, - 40.73338398362657, - 40.71823300586385, - 41.057481332073934, - 41.65295029345566, - 42.18652820689409, - 42.22230940585625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 5.3125, 9.375 5.625, 9.6875 5.625, 9.6875 5.3125, 9.375 5.3125))", @@ -145621,68 +102026,7 @@ "id": "2448", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.998875720523234, - 11.998875720523234, - 11.998875720523234, - 11.998875720523234, - 11.998875720523234, - 11.998875720523234, - 11.998875720523234, - 11.998875720523234 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 321.8870853235758, - -867.4171916022688, - -1494.3850183692061, - -1414.8750446985664, - -593.628127564144, - 641.1500623805277, - 1610.0433154895072, - 1424.8720271912662 - ], - "relative wind speed": [ - 3.538620937728395, - 3.104676555407473, - 2.7939663040090985, - 2.8455478968685712, - 3.2157890899046744, - 3.6364984666548263, - 3.880320850618084, - 3.8426546524904586 - ], - "relative wind angle": [ - 0.15430100198797925, - 0.16182043824662942, - 0.05857234177929535, - 0.09464247159257522, - 0.16993498256794384, - 0.1379902513319205, - 0.042162508583880674, - 0.0700369439386747 - ], - "resistance": [ - 96956.38708532357, - 95767.08280839772, - 95140.11498163079, - 95219.62495530143, - 96040.87187243586, - 97275.65006238053, - 98244.54331548951, - 98059.37202719126 - ], - "fuel": [ - 42.53086641846909, - 41.9194287054019, - 41.599214568758676, - 41.63974207457295, - 42.05972107981382, - 42.69589999664544, - 43.19906287610752, - 43.10263024664659 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 5.3125, 9.6875 5.625, 10 5.625, 10 5.3125, 9.6875 5.3125))", @@ -145701,68 +102045,7 @@ "id": "2449", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.412132563344356, - 14.412132563344356, - 14.412132563344356, - 14.412132563344356, - 14.412132563344356, - 14.412132563344356, - 14.412132563344356, - 14.412132563344356 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -266.53127902081997, - -1521.3125119397673, - -1856.8373751504714, - -1448.1222323265083, - -143.91790268366913, - 1333.9915891962255, - 2121.771312740134, - 1229.4674683650483 - ], - "relative wind speed": [ - 4.0265819194120995, - 3.604980465146232, - 3.4275964355496282, - 3.633415833114688, - 4.062566249076455, - 4.44093710018343, - 4.579234560150751, - 4.417702555123313 - ], - "relative wind angle": [ - 0.14349790737170903, - 0.10960033872856367, - 0.0053032545633632105, - 0.11585910938234105, - 0.14221819063669758, - 0.08890837634146155, - 0.003969523450138532, - 0.09522111543155526 - ], - "resistance": [ - 96367.96872097916, - 95113.18748806021, - 94777.66262484952, - 95186.37776767348, - 96490.58209731632, - 97968.49158919622, - 98756.27131274012, - 97863.96746836504 - ], - "fuel": [ - 44.1556869938338, - 43.513486919230644, - 43.34275723311904, - 43.55078498174143, - 44.21875503512359, - 44.98334102976406, - 45.394214064680106, - 44.92899913541349 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.375 5, 9.375 5.3125, 9.6875 5.3125, 9.6875 5, 9.375 5))", @@ -145781,68 +102064,7 @@ "id": "2450", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.535641431063283, - 12.535641431063283, - 12.535641431063283, - 12.535641431063283, - 12.535641431063283, - 12.535641431063283, - 12.535641431063283, - 12.535641431063283 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 544.4631224935792, - -840.6880931807245, - -1662.6651470804727, - -1656.600901150534, - -819.9153674108229, - 568.7072710032953, - 1751.3457526951888, - 1737.2462591503254 - ], - "relative wind speed": [ - 3.759616945034517, - 3.2910145153049344, - 2.9172190607233546, - 2.921005420323026, - 3.2991126414627656, - 3.7667077474237796, - 4.063089556753881, - 4.060368348917817 - ], - "relative wind angle": [ - 0.15334355170333616, - 0.17441057699656187, - 0.08008499040896297, - 0.0826130947317858, - 0.1749550393038303, - 0.15220000756943905, - 0.05746964732743826, - 0.05939872377173819 - ], - "resistance": [ - 97178.96312249359, - 95793.81190681929, - 94971.83485291954, - 94977.89909884948, - 95814.58463258919, - 97203.20727100331, - 98385.8457526952, - 98371.74625915034 - ], - "fuel": [ - 43.04153422145833, - 42.32876641321866, - 41.90917079999849, - 41.91225721721923, - 42.339402862190774, - 43.05407329089377, - 43.668389246267026, - 43.6610346775258 - ] + "inaccessible": true }, { "geometry": "POLYGON ((9.6875 5, 9.6875 5.3125, 10 5.3125, 10 5, 9.6875 5))", @@ -145861,68 +102083,7 @@ "id": "2451", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.722807076417313, - 9.722807076417313, - 9.722807076417313, - 9.722807076417313, - 9.722807076417313, - 9.722807076417313, - 9.722807076417313, - 9.722807076417313 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 158.111685162331, - -905.4024557656498, - -1371.4427545974888, - -1196.1960910765692, - -325.5620235169431, - 839.8950402855849, - 1665.5164104551736, - 1261.0847445276172 - ], - "relative wind speed": [ - 2.884305253202247, - 2.375805515096354, - 2.0480899364713587, - 2.1952538724375845, - 2.6743315001157164, - 3.134774939385442, - 3.358063933025398, - 3.2637595195891875 - ], - "relative wind angle": [ - 0.22928320340368707, - 0.2292672106263639, - 0.05277599152795303, - 0.1772820062454094, - 0.24764788136141627, - 0.1731036435476802, - 0.03217879608171864, - 0.11889886759238906 - ], - "resistance": [ - 96792.61168516237, - 95729.09754423438, - 95263.05724540254, - 95438.30390892347, - 96308.93797648308, - 97474.39504028561, - 98300.01641045521, - 97895.58474452764 - ], - "fuel": [ - 40.97953276382497, - 40.43316471505807, - 40.195068164030495, - 40.28450557832709, - 40.730529218096194, - 41.33200491559793, - 41.76115475098704, - 41.55061823854956 - ] + "inaccessible": true } ], "neighbour_graph": { diff --git a/tests/regression_tests/example_meshes/vessel_meshes/grf_reprojection.json b/tests/regression_tests/example_meshes/vessel_meshes/grf_reprojection.json index 72bcef5d..7925d724 100644 --- a/tests/regression_tests/example_meshes/vessel_meshes/grf_reprojection.json +++ b/tests/regression_tests/example_meshes/vessel_meshes/grf_reprojection.json @@ -208,7 +208,7 @@ "HullType": "slender", "ForceLimit": 96634.5, "MaxIceConc": 80, - "MinDepth": -10 + "MinDepth": 10 } }, "cellboxes": [ @@ -242,9 +242,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 752.6648943702671, + 752.6648943702626, 93.64243008760968, - -564.3615218002838, + -564.3615218002847, -863.0718560451255, -773.7310894099371, -256.3082346932247, @@ -252,7 +252,7 @@ 960.8907044930315 ], "relative wind speed": [ - 2.881361245695542, + 2.8813612456955418, 2.6310557974092825, 2.3018123350455872, 2.0931514933979445, @@ -262,9 +262,9 @@ 2.937591355977847 ], "relative wind angle": [ - 0.08341278704791755, + 0.08341278704792021, 0.16126341135926062, - 0.1558908277765329, + 0.15589082777653432, 0.03964199622262255, 0.11086029478984102, 0.17205997847604973, @@ -322,43 +322,43 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1152.1759713113152, + 1152.1759713113024, 1161.7683085346707, - 357.4522501846204, + 357.4522501846159, -597.7146141585408, - -1170.2158077446702, + -1170.215807744673, -1174.2944885946063, - -612.1931436019313, + -612.1931436019295, 340.64399131245864 ], "relative wind speed": [ 3.887779728137352, 3.889740143514332, - 3.6808051319812236, - 3.360973693684033, - 3.113330925427212, + 3.6808051319812227, + 3.3609736936840333, + 3.1133309254272126, 3.1108812709054496, - 3.355493144996409, + 3.3554931449964087, 3.6758014766988043 ], "relative wind angle": [ - 0.04210707722699932, - 0.0407314929135599, + 0.0421070772270046, + 0.04073149291355991, 0.10551326521092746, - 0.11625000226846598, - 0.05259001895306345, - 0.050937216360400904, - 0.11578658037279607, + 0.11625000226846695, + 0.05259001895306556, + 0.05093721636040091, + 0.11578658037279416, 0.10625390776634547 ], "resistance": [ - 97786.67597131133, + 97786.67597131131, 97796.26830853468, 96991.95225018464, 96036.78538584147, 95464.28419225535, 95460.20551140541, - 96022.30685639808, + 96022.30685639809, 96975.14399131248 ], "fuel": [ @@ -368,7 +368,7 @@ 42.4929179206642, 42.199889212189106, 42.197805957703665, - 42.485492205985786, + 42.4854922059858, 42.97584461054563 ] }, @@ -389,68 +389,7 @@ "id": "55", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.281741493152359, - 6.281741493152359, - 6.281741493152359, - 6.281741493152359, - 6.281741493152359, - 6.281741493152359, - 6.281741493152359, - 6.281741493152359 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 195.39317432083658, - 559.6754595314242, - 544.7643755153956, - 170.09394615383985, - -255.85594528932984, - -504.8882990710539, - -498.4327003998392, - -234.28423305083265 - ], - "relative wind speed": [ - 1.9321378198148558, - 2.107633608611389, - 2.1021363010465635, - 1.917625056908718, - 1.6283484111661695, - 1.393755959541707, - 1.402033549787081, - 1.6454146115864312 - ], - "relative wind angle": [ - 0.18293462911840527, - 0.06597928054601136, - 0.07378657016279118, - 0.18785378141174602, - 0.2175671779233376, - 0.09986721783996508, - 0.11075770100378433, - 0.21940214664748137 - ], - "resistance": [ - 96829.89317432087, - 97194.17545953146, - 97179.26437551543, - 96804.59394615387, - 96378.6440547107, - 96129.61170092897, - 96136.0672996002, - 96400.2157669492 - ], - "fuel": [ - 39.42916848133409, - 39.61733251098736, - 39.60962074310817, - 39.41611891819245, - 39.19676784940454, - 39.06883660085372, - 39.07215001463328, - 39.207860386903356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -63.75, -53.75 -62.5, -52.5 -62.5, -52.5 -63.75, -53.75 -63.75))", @@ -469,68 +408,7 @@ "id": "57", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.437804364767454, - 7.437804364767454, - 7.437804364767454, - 7.437804364767454, - 7.437804364767454, - 7.437804364767454, - 7.437804364767454, - 7.437804364767454 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 210.86025138833156, - 453.6123288886711, - 352.6746655512693, - 33.973352990108424, - -285.56995666297166, - -427.991139167395, - -385.09197673242033, - -133.1953485739923 - ], - "relative wind speed": [ - 2.217518441131593, - 2.3145884982116827, - 2.2796647700265114, - 2.128386996536205, - 1.935826728932932, - 1.8186514908459106, - 1.8622410417316655, - 2.033416325838233 - ], - "relative wind angle": [ - 0.09448304379682654, - 0.020664532633243308, - 0.06214097440013175, - 0.11680243658320427, - 0.10828225700056751, - 0.026300805894208204, - 0.07609442037883009, - 0.12228442719070284 - ], - "resistance": [ - 96845.36025138838, - 97088.11232888872, - 96987.17466555131, - 96668.47335299016, - 96348.93004333707, - 96206.50886083265, - 96249.40802326762, - 96501.30465142605 - ], - "fuel": [ - 39.87745686819773, - 40.0028055483279, - 39.95065823798018, - 39.78625676639277, - 39.62180040003011, - 39.54862423256858, - 39.57065792825314, - 39.70017422260297 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -66.25, -51.25 -65, -50 -65, -50 -66.25, -51.25 -66.25))", @@ -562,7 +440,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 305.13866631125893, + 305.1386663112562, 818.7355779730478, 730.0239850386979, 148.17668664312896, @@ -572,9 +450,9 @@ -355.93360215818575 ], "relative wind speed": [ - 3.4583644833413087, + 3.458364483341308, 3.597272598471752, - 3.577484663863347, + 3.5774846638633466, 3.4084498298397174, 3.1763983951766575, 3.0181818230189057, @@ -582,17 +460,17 @@ 3.2299011474011143 ], "relative wind angle": [ - 0.0776243242197755, + 0.07762432421977548, 0.024914917328384086, 0.03954838282415583, 0.08508334304158535, 0.08453075041100298, 0.029696570864387026, - 0.04652071027585558, + 0.04652071027585559, 0.08979909194209684 ], "resistance": [ - 96939.63866631128, + 96939.63866631126, 97453.23557797306, 97364.52398503872, 96782.67668664314, @@ -602,7 +480,7 @@ 96278.56639784183 ], "fuel": [ - 42.453834288123176, + 42.45383428812316, 42.71947675057858, 42.6735232359864, 42.37284627769946, @@ -642,19 +520,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 310.84093504135853, + 310.8409350413581, 255.93790321216147, - 35.93191106321751, + 35.9319110632166, -193.33803543951467, - -303.22046183803764, + -303.22046183803945, -279.9685341273105, -109.90382043041359, 132.67107922974765 ], "relative wind speed": [ - 2.0624293040565895, + 2.062429304056589, 2.041079158646338, - 1.9265076764445612, + 1.926507676444561, 1.7765641029029384, 1.6809246467114327, 1.706785918120037, @@ -663,10 +541,10 @@ ], "relative wind angle": [ 0.02227049574373123, - 0.05021398494217739, - 0.09920736070090318, - 0.09436624841608582, - 0.02732617595608705, + 0.05021398494217738, + 0.09920736070090432, + 0.0943662484160858, + 0.027326175956091117, 0.06005982875521257, 0.10416494391046871, 0.08461848769339711 @@ -722,41 +600,41 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 265.51219830813193, + 265.5121983081176, 204.72433705250592, - 14.969511056294778, + 14.969511056292959, -175.3769500762487, - -258.74469648420245, + -258.7446964841997, -233.10381704552856, - -82.38937273586862, + -82.38937273586748, 122.66828933141528 ], "relative wind speed": [ - 2.0276059491532012, + 2.027605949153201, 2.0034501562968026, - 1.9018064877319079, + 1.9018064877319076, 1.7756342019888838, 1.7010699363474666, 1.729454331464391, - 1.8406403496086496, + 1.8406403496086494, 1.9626380191247512 ], "relative wind angle": [ - 0.015141693667552388, + 0.015141693667574386, 0.04681404959346688, - 0.08596648431897275, + 0.08596648431897534, 0.07732945680656676, - 0.01804857119404799, + 0.018048571194041834, 0.05423753731841883, - 0.08883064368899468, - 0.06994868326826707 + 0.08883064368899218, + 0.06994868326826709 ], "resistance": [ - 96900.01219830816, + 96900.01219830815, 96839.22433705254, 96649.46951105632, 96459.12304992379, - 96375.75530351582, + 96375.75530351583, 96401.3961829545, 96552.11062726416, 96757.16828933144 @@ -802,34 +680,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 307.19359446018325, + 307.19359446018234, 454.3392425722677, 244.41420028353286, -88.73662126859745, - -356.1715922449946, + -356.1715922449953, -418.49776364809327, -312.079066838603, - -14.595729719563906 + -14.595729719562769 ], "relative wind speed": [ - 2.3224098709787935, + 2.322409870978793, 2.3723860603965345, - 2.295610151068818, + 2.2956101510688174, 2.1279939957208316, - 1.9591208939326474, + 1.9591208939326477, 1.8982957267768896, 1.9904563095363308, - 2.1687286229584557 + 2.1687286229584553 ], "relative wind angle": [ - 0.06598528818819419, - 0.008638018756105962, - 0.0794150452693925, + 0.0659852881881942, + 0.00863801875610596, + 0.0794150452693911, 0.11163061484575794, - 0.07824431183003093, + 0.07824431183003235, 0.010795398310451699, 0.09162193747738996, - 0.10952538185784655 + 0.10952538185784452 ], "resistance": [ 96941.69359446022, @@ -839,7 +717,7 @@ 96278.32840775503, 96216.00223635194, 96322.42093316143, - 96619.90427028046 + 96619.90427028047 ], "fuel": [ 40.033559847469625, @@ -849,7 +727,7 @@ 39.69190181832688, 39.65988564581027, 39.714560325670114, - 39.86762173841832 + 39.86762173841833 ] }, { @@ -882,37 +760,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 447.75148316126024, + 447.7514831612566, 751.1264402007996, - 449.54151762483934, + 449.54151762483616, -83.95887541691081, - -544.7230115630546, + -544.7230115630532, -673.5258894238541, - -545.9803950633245, - -86.07353823978156 + -545.9803950633259, + -86.07353823978065 ], "relative wind speed": [ 2.964890116844374, 3.0455728501769954, - 2.965485190430389, - 2.761945521003813, + 2.9654851904303885, + 2.7619455210038124, 2.541873707256989, 2.4446229490190516, 2.5411794375730086, - 2.7610418844365276 + 2.761041884436527 ], "relative wind angle": [ - 0.07183145481365272, - 0.00014923855530914187, - 0.071599702256502, - 0.10900680088142232, - 0.0838116358421909, + 0.07183145481365581, + 0.0001492385553091419, + 0.07159970225650356, + 0.10900680088142131, + 0.08381163584218958, 0.00018592515157475335, - 0.0835807517257951, - 0.1090426187879375 + 0.08358075172579642, + 0.10904261878793547 ], "resistance": [ - 97082.25148316128, + 97082.25148316126, 97385.62644020081, 97084.04151762485, 96550.5411245831, @@ -962,20 +840,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 64.12128545619635, + 64.12128545619453, 1124.554090793923, - 1471.962603122147, - 682.7008299761001, + 1471.9626031220741, + 682.7008299760946, -461.62609672565304, -1307.2819359562563, -1453.28069728244, - -996.1713318798902 + -996.171331879892 ], "relative wind speed": [ - 4.896604931767851, + 4.89660493176785, 5.118276601054884, 5.1725396854040575, - 5.032381574438868, + 5.032381574438869, 4.769035510888625, 4.530307296091959, 4.468251645201964, @@ -984,18 +862,18 @@ "relative wind angle": [ 0.07198447109360276, 0.03982912918588978, - 0.012364603894477666, - 0.05850435530029775, - 0.07391348947827606, + 0.012364603894495625, + 0.05850435530029965, + 0.07391348947827607, 0.04500167369922891, 0.014313642937377873, - 0.0636568800720306 + 0.06365688007203062 ], "resistance": [ 96698.6212854562, 97759.05409079394, - 98106.46260312216, - 97317.20082997612, + 98106.46260312208, + 97317.20082997611, 96172.87390327436, 95327.21806404376, 95181.21930271757, @@ -1004,7 +882,7 @@ "fuel": [ 47.1928487806488, 47.74145341334172, - 47.922091814413136, + 47.92209181441309, 47.51235639099514, 46.92241001535113, 46.48957151549214, @@ -1042,31 +920,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 783.0091300805896, + 783.0091300805882, 467.12024532398505, - -35.22370852537324, + -35.22370852537358, -448.3685869211415, - -569.4825577423428, + -569.482557742345, -423.5383788753061, 6.034507186458768, 503.7119550141497 ], "relative wind speed": [ - 2.05707068004218, + 2.0570706800421794, 1.9329679301885765, - 1.616234998540641, + 1.6162349985406408, 1.2319102798795, - 1.045818509781993, + 1.0458185097819932, 1.260520177924302, 1.6471370822078406, 1.9513260107985633 ], "relative wind angle": [ - 0.007900235886067265, + 0.007900235886067267, 0.192100703151372, - 0.3182039080765189, + 0.3182039080765188, 0.2847475271755257, - 0.015539817371853457, + 0.015539817371867744, 0.2971244886445583, 0.31203029526505627, 0.17829029643417033 @@ -1122,19 +1000,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 861.6468598751449, + 861.646859875144, 448.60844942116, - -111.90339306372778, + -111.90339306372823, -523.2260002116354, -610.4842841837788, -381.13344519619125, - 124.80668058706419, + 124.80668058706397, 661.3545297657377 ], "relative wind speed": [ - 2.074629795104772, + 2.0746297951047716, 1.8954912109461493, - 1.5127603524128328, + 1.5127603524128326, 1.0746556152861457, 0.9253285658678433, 1.251972368214813, @@ -1144,11 +1022,11 @@ "relative wind angle": [ 0.047005027891365105, 0.2539920560840642, - 0.39067583330978034, + 0.3906758333097807, 0.3203614375922472, - 0.10554450589730263, + 0.10554450589730262, 0.3902543864449556, - 0.3468506979955892, + 0.34685069799558954, 0.16991118905636798 ], "resistance": [ @@ -1202,9 +1080,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 834.3822017989319, + 834.3822017989296, 997.9387056807664, - 446.99312447069406, + 446.9931244706927, -274.95497281107214, -777.7772221517689, -848.6904582796424, @@ -1212,9 +1090,9 @@ 170.92400386907866 ], "relative wind speed": [ - 2.613661775032188, + 2.6136617750321878, 2.661586026373622, - 2.464090542628525, + 2.4640905426285244, 2.0945940841698425, 1.7370940729778686, 1.662733748034218, @@ -1222,13 +1100,13 @@ 2.3369636957385422 ], "relative wind angle": [ - 0.10187146735869154, - 0.04675902603647381, - 0.18024396450871602, - 0.24118539983189582, - 0.15361605138663806, - 0.07489124160894145, - 0.22929960070139507, + 0.10187146735869264, + 0.046759026036473805, + 0.18024396450871663, + 0.24118539983189585, + 0.15361605138663803, + 0.07489124160894146, + 0.22929960070139505, 0.21575197454431813 ], "resistance": [ @@ -1282,9 +1160,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 624.6818111894104, + 624.6818111894081, 868.4193753067698, - 452.2068384569243, + 452.20683845692383, -166.81186023245073, -645.4034206190493, -750.1582212250491, @@ -1294,7 +1172,7 @@ "relative wind speed": [ 2.5929403371638613, 2.665526278288988, - 2.5267247649880966, + 2.526724764988096, 2.232360737361613, 1.9294947335485864, 1.827911151734138, @@ -1302,8 +1180,8 @@ 2.3372751351027294 ], "relative wind angle": [ - 0.0998578579245458, - 0.020020779602950838, + 0.09985785792454802, + 0.02002077960295084, 0.13255942949495342, 0.18878164236982753, 0.13437451987905655, @@ -1362,17 +1240,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 529.4050084280889, + 529.4050084280866, 1038.209035658897, - 758.8036483091942, + 758.8036483091928, 47.770946413466845, - -632.6757046581797, + -632.6757046581802, -912.6158532150373, -792.7500822696697, -219.6533266973438 ], "relative wind speed": [ - 2.8496779192173984, + 2.849677919217398, 3.0017746192262513, 2.9277675921848285, 2.6572994259624334, @@ -1382,14 +1260,14 @@ 2.534404328878917 ], "relative wind angle": [ - 0.12584405327038375, - 0.020777484973284844, - 0.09217054804061244, - 0.16766661651276202, - 0.15505567714538737, + 0.12584405327038464, + 0.020777484973284847, + 0.09217054804061363, + 0.16766661651276205, + 0.1550556771453881, 0.029489318268108067, - 0.12188008188343331, - 0.17587974572648127 + 0.12188008188343333, + 0.17587974572648124 ], "resistance": [ 97163.90500842809, @@ -1429,52 +1307,7 @@ "id": "119", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.7021590885581, - 38.7021590885581, - 38.7021590885581, - 38.7021590885581, - 38.7021590885581, - 38.7021590885581, - 38.7021590885581, - 38.7021590885581 - ], - "relative wind speed": [ - 0.41895106619565564, - 0.41895106619565564, - 0.41895106619565564, - 0.41895106619565564, - 0.41895106619565564, - 0.41895106619565564, - 0.41895106619565564, - 0.41895106619565564 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -63.125, -57.5 -62.5, -56.875 -62.5, -56.875 -63.125, -57.5 -63.125))", @@ -1493,52 +1326,7 @@ "id": "132", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.976499577455275, - 19.976499577455275, - 19.976499577455275, - 19.976499577455275, - 19.976499577455275, - 19.976499577455275, - 19.976499577455275, - 19.976499577455275 - ], - "relative wind speed": [ - 0.3009923088149987, - 0.3009923088149987, - 0.3009923088149987, - 0.3009923088149987, - 0.3009923088149987, - 0.3009923088149987, - 0.3009923088149987, - 0.3009923088149987 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -63.125, -56.875 -62.5, -56.25 -62.5, -56.25 -63.125, -56.875 -63.125))", @@ -1557,52 +1345,7 @@ "id": "133", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.629661229003602, - 23.629661229003602, - 23.629661229003602, - 23.629661229003602, - 23.629661229003602, - 23.629661229003602, - 23.629661229003602, - 23.629661229003602 - ], - "relative wind speed": [ - 0.3273591246680283, - 0.3273591246680283, - 0.3273591246680283, - 0.3273591246680283, - 0.3273591246680283, - 0.3273591246680283, - 0.3273591246680283, - 0.3273591246680283 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -63.75, -56.875 -63.125, -56.25 -63.125, -56.25 -63.75, -56.875 -63.75))", @@ -1621,52 +1364,7 @@ "id": "135", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.666760357105463, - 19.666760357105463, - 19.666760357105463, - 19.666760357105463, - 19.666760357105463, - 19.666760357105463, - 19.666760357105463, - 19.666760357105463 - ], - "relative wind speed": [ - 0.2986497228331613, - 0.2986497228331613, - 0.2986497228331613, - 0.2986497228331613, - 0.2986497228331613, - 0.2986497228331613, - 0.2986497228331613, - 0.2986497228331613 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -63.125, -56.25 -62.5, -55.625 -62.5, -55.625 -63.125, -56.25 -63.125))", @@ -1685,52 +1383,7 @@ "id": "136", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 30.177455827831494, - 30.177455827831494, - 30.177455827831494, - 30.177455827831494, - 30.177455827831494, - 30.177455827831494, - 30.177455827831494, - 30.177455827831494 - ], - "relative wind speed": [ - 0.36994487441177526, - 0.36994487441177526, - 0.36994487441177526, - 0.36994487441177526, - 0.36994487441177526, - 0.36994487441177526, - 0.36994487441177526, - 0.36994487441177526 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -63.75, -56.25 -63.125, -55.625 -63.125, -55.625 -63.75, -56.25 -63.75))", @@ -1749,52 +1402,7 @@ "id": "138", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 18.48041209515392, - 18.48041209515392, - 18.48041209515392, - 18.48041209515392, - 18.48041209515392, - 18.48041209515392, - 18.48041209515392, - 18.48041209515392 - ], - "relative wind speed": [ - 0.28950197360602997, - 0.28950197360602997, - 0.28950197360602997, - 0.28950197360602997, - 0.28950197360602997, - 0.28950197360602997, - 0.28950197360602997, - 0.28950197360602997 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -64.375, -56.875 -63.75, -56.25 -63.75, -56.25 -64.375, -56.875 -64.375))", @@ -1813,52 +1421,7 @@ "id": "141", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 13.764058513197309, - 13.764058513197309, - 13.764058513197309, - 13.764058513197309, - 13.764058513197309, - 13.764058513197309, - 13.764058513197309, - 13.764058513197309 - ], - "relative wind speed": [ - 0.24984401948707355, - 0.24984401948707355, - 0.24984401948707355, - 0.24984401948707355, - 0.24984401948707355, - 0.24984401948707355, - 0.24984401948707355, - 0.24984401948707355 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -63.125, -54.375 -62.5, -53.75 -62.5, -53.75 -63.125, -54.375 -63.125))", @@ -1877,68 +1440,7 @@ "id": "157", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.88215738342727, - 6.88215738342727, - 6.88215738342727, - 6.88215738342727, - 6.88215738342727, - 6.88215738342727, - 6.88215738342727, - 6.88215738342727 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 385.08201380626815, - 644.9753668052006, - 396.5113498819826, - -42.45315313451897, - -422.1870918838001, - -536.6526169319184, - -430.1484544441985, - -55.73812951413311 - ], - "relative wind speed": [ - 2.177021262883264, - 2.2697018025058697, - 2.1821746060069893, - 1.9490250105493978, - 1.6811323267261955, - 1.5537313817746226, - 1.6744376572174648, - 1.9408577967647684 - ], - "relative wind angle": [ - 0.11789793937816141, - 0.0018304566287903094, - 0.11490743592272332, - 0.18472319484857336, - 0.15291647600636532, - 0.002673945695758087, - 0.14998297649296244, - 0.18550953972683312 - ], - "resistance": [ - 97019.58201380633, - 97279.47536680526, - 97031.01134988204, - 96592.04684686555, - 96212.31290811626, - 96097.84738306815, - 96204.35154555587, - 96578.76187048592 - ], - "fuel": [ - 39.744778476026845, - 39.879155085178496, - 39.750682675841304, - 39.52427028028977, - 39.328986682014566, - 39.27022639948342, - 39.32489818033876, - 39.517429234034935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -63.75, -54.375 -63.125, -53.75 -63.125, -53.75 -63.75, -54.375 -63.75))", @@ -1957,68 +1459,7 @@ "id": "159", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.262461722212843, - 6.262461722212843, - 6.262461722212843, - 6.262461722212843, - 6.262461722212843, - 6.262461722212843, - 6.262461722212843, - 6.262461722212843 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 315.5774936376167, - 608.324713759336, - 443.75365305204195, - 35.59073444105343, - -351.5007083866153, - -511.4418487764724, - -440.4090789479691, - -112.48948241580956 - ], - "relative wind speed": [ - 1.991170424046207, - 2.1147665504665554, - 2.053367674818704, - 1.8294581515994153, - 1.5405571190593579, - 1.3659569289361226, - 1.456625238930881, - 1.7294966800278253 - ], - "relative wind angle": [ - 0.15175747070128584, - 0.0241786516553867, - 0.11161528503894212, - 0.20620425625694777, - 0.19665973341784357, - 0.0374383454570631, - 0.1576671775880135, - 0.21830991988219786 - ], - "resistance": [ - 96950.07749363761, - 97242.82471375934, - 97078.25365305204, - 96670.09073444105, - 96282.99929161338, - 96123.05815122352, - 96194.09092105203, - 96522.01051758419 - ], - "fuel": [ - 39.484596472523705, - 39.635902196971614, - 39.550804778372424, - 39.340184312546164, - 39.14100989831189, - 39.0588764084072, - 39.09534163534331, - 39.263925121952894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -64.375, -54.375 -63.75, -53.75 -63.75, -53.75 -64.375, -54.375 -64.375))", @@ -2037,68 +1478,7 @@ "id": "161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.60717824770198, - 6.60717824770198, - 6.60717824770198, - 6.60717824770198, - 6.60717824770198, - 6.60717824770198, - 6.60717824770198, - 6.60717824770198 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 312.52838936186527, - 544.7686526993502, - 350.52077023496213, - -22.89269896476185, - -354.98567988899254, - -464.6652263741464, - -381.49710086795153, - -67.1808397219877 - ], - "relative wind speed": [ - 2.0641123827858325, - 2.1542349142065644, - 2.0821337057522533, - 1.8770042413021155, - 1.6370884795394565, - 1.5165390047816283, - 1.6141058980070062, - 1.84864104053342 - ], - "relative wind angle": [ - 0.11441223882716242, - 0.006681793543457132, - 0.10358318675954786, - 0.17070388929476585, - 0.14444316151800224, - 0.009491521097917266, - 0.1337781318035053, - 0.17334929902358137 - ], - "resistance": [ - 96947.0283893619, - 97179.2686526994, - 96985.020770235, - 96611.60730103528, - 96279.51432011105, - 96169.8347736259, - 96253.00289913209, - 96567.31916027806 - ], - "fuel": [ - 39.60466382188369, - 39.724667886168305, - 39.62428165758611, - 39.43169802687398, - 39.26086086390137, - 39.20452903553782, - 39.247240395909415, - 39.40889135435477 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.75 -65.625, -58.75 -65, -58.125 -65, -58.125 -65.625, -58.75 -65.625))", @@ -2130,34 +1510,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 616.295783826976, + 616.2957838269751, 300.4651377849823, - -145.58254932347586, + -145.5825493234761, -476.0215628463259, - -537.8590512565968, + -537.8590512565959, -356.1467927666963, 54.40983009068077, - 472.65771789357063 + 472.6577178935697 ], "relative wind speed": [ - 2.236665115413098, + 2.2366651154130976, 2.107073095150464, - 1.8490892533262586, + 1.8490892533262584, 1.5933178590743353, 1.5212219375670888, 1.6961810025861912, 1.9742481999674186, - 2.1858923170632236 + 2.185892317063224 ], "relative wind angle": [ - 0.028487069782772878, - 0.14197432633657878, + 0.028487069782772875, + 0.14197432633657875, 0.19480349627446422, 0.13095078472849325, - 0.04189135936763435, - 0.1766930295057174, + 0.04189135936763169, + 0.17669302950571744, 0.18231022953061418, - 0.09532300711218286 + 0.09532300711218519 ], "resistance": [ 97250.795783827, @@ -2210,19 +1590,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 335.2600414127021, + 335.2600414127012, -0.5805964782382489, - -301.62656543850517, + -301.6265654385055, -408.54648526280414, -335.5886388091343, -57.097336938548096, - 286.17972932089765, + 286.1797293208974, 504.3133713193872 ], "relative wind speed": [ - 1.7940685854496556, + 1.7940685854496552, 1.5777457250191502, - 1.3114929736982976, + 1.3114929736982974, 1.1668356557360744, 1.2742706924160105, 1.534003361805802, @@ -2230,13 +1610,13 @@ 1.865728393778331 ], "relative wind angle": [ - 0.12925859570365397, - 0.22336289527237219, + 0.129258595703654, + 0.2233628952723722, 0.20190022302086805, - 0.019236860047818983, - 0.18249037787996655, + 0.019236860047818986, + 0.18249037787996653, 0.22984502312469265, - 0.14938882007690008, + 0.14938882007690082, 0.012030374478422274 ], "resistance": [ @@ -2290,19 +1670,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 126.61840134843578, + 126.61840134843533, -120.3298027713671, -283.2214012887283, -297.8505092170964, -170.51314404288507, 68.06211660152064, - 288.07941553580827, + 288.07941553580736, 322.1104732903764 ], "relative wind speed": [ - 1.6025837717694347, + 1.6025837717694342, 1.410774500324954, - 1.2425126937749689, + 1.2425126937749686, 1.2208425750061032, 1.364335395255556, 1.5618582283673368, @@ -2312,11 +1692,11 @@ "relative wind angle": [ 0.14333636579936068, 0.17608501748404048, - 0.09719681248043417, + 0.09719681248043303, 0.06279396311139895, 0.1685881508552366, 0.1588989040548102, - 0.07103909891603741, + 0.07103909891603898, 0.04470128714132857 ], "resistance": [ @@ -2370,19 +1750,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 135.02904040597696, + 135.029040405974, -8.246331317408021, - -141.29257321125226, + -141.29257321125306, -188.7183638998298, -161.54434552553016, -42.40954658838609, - 106.24598579707799, + 106.2459857970789, 199.54499846934118 ], "relative wind speed": [ 1.728850249901718, 1.6377928061276803, - 1.5337170492897438, + 1.5337170492897436, 1.4805560171790817, 1.515093128016827, 1.6130917820587467, @@ -2390,14 +1770,14 @@ 1.758517629466324 ], "relative wind angle": [ - 0.05179857384853181, + 0.05179857384853824, 0.08496328986061955, - 0.06984958327305024, - 0.008372569060775567, + 0.06984958327305182, + 0.008372569060775568, 0.059114578521154953, 0.08626753201077875, - 0.06255277582603098, - 0.007049127701477736 + 0.0625527758260292, + 0.007049127701477735 ], "resistance": [ 96769.52904040598, @@ -2437,52 +1817,7 @@ "id": "172", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.57563008414143, - 15.57563008414143, - 15.57563008414143, - 15.57563008414143, - 15.57563008414143, - 15.57563008414143, - 15.57563008414143, - 15.57563008414143 - ], - "relative wind speed": [ - 0.2657776855933763, - 0.2657776855933763, - 0.2657776855933763, - 0.2657776855933763, - 0.2657776855933763, - 0.2657776855933763, - 0.2657776855933763, - 0.2657776855933763 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -65.625, -56.875 -65, -56.25 -65, -56.25 -65.625, -56.875 -65.625))", @@ -2501,52 +1836,7 @@ "id": "173", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.077658219623785, - 16.077658219623785, - 16.077658219623785, - 16.077658219623785, - 16.077658219623785, - 16.077658219623785, - 16.077658219623785, - 16.077658219623785 - ], - "relative wind speed": [ - 0.2700269426351021, - 0.2700269426351021, - 0.2700269426351021, - 0.2700269426351021, - 0.2700269426351021, - 0.2700269426351021, - 0.2700269426351021, - 0.2700269426351021 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -67.5, -56.25 -66.875, -55.625 -66.875, -55.625 -67.5, -56.25 -67.5))", @@ -2578,17 +1868,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 458.07301477792794, + 458.0730147779275, 332.3004839731077, - 10.977942431015663, + 10.977942431014526, -297.72129287316557, - -422.19170554997413, + -422.19170554997663, -368.70563426287345, -108.16529518450943, 231.0952617349776 ], "relative wind speed": [ - 2.2646216366426075, + 2.264621636642607, 2.2200852328166114, 2.060866094944158, 1.8662691522086692, @@ -2598,14 +1888,14 @@ 2.17471066892597 ], "relative wind angle": [ - 0.015488995862648604, + 0.015488995862648602, 0.0698841682251646, - 0.12371507008747346, + 0.12371507008747526, 0.10986559660182903, - 0.019974973467068533, + 0.01997497346707409, 0.08565532223938502, 0.12806234258187613, - 0.09423308471726298 + 0.094233084717263 ], "resistance": [ 97092.57301477792, @@ -2658,9 +1948,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 431.61499909116037, + 431.61499909115764, 396.0536578253923, - 95.73920938447759, + 95.73920938447782, -238.06631548054997, -420.3199427507677, -405.15437079963885, @@ -2668,9 +1958,9 @@ 157.76568217260706 ], "relative wind speed": [ - 2.2267167817529163, + 2.226716781752916, 2.214029903473742, - 2.072789134400689, + 2.0727891344006886, 1.8698997316490142, 1.7235797246654074, 1.7398466254074803, @@ -2678,17 +1968,17 @@ 2.1053431280902144 ], "relative wind angle": [ - 0.037782590954874844, - 0.0535815778976712, - 0.12177996274456146, - 0.1273699250120388, - 0.04881963593034436, + 0.037782590954877786, + 0.053581577897671206, + 0.12177996274456056, + 0.12736992501203884, + 0.04881963593034435, 0.06820511695118292, 0.13250227265160353, 0.1130610637985684 ], "resistance": [ - 97066.11499909117, + 97066.11499909115, 97030.5536578254, 96730.23920938448, 96396.43368451945, @@ -2698,7 +1988,7 @@ 96792.26568217261 ], "fuel": [ - 39.855249534691794, + 39.85524953469178, 39.836876104681465, 39.68190071344955, 39.5100362840275, @@ -2738,9 +2028,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 160.1303841747565, + 160.1303841747548, -10.380619434312848, - -164.84754248507363, + -164.8475424850742, -217.53849358219895, -181.9732464108206, -39.09836425434992, @@ -2748,9 +2038,9 @@ 243.72430442183054 ], "relative wind speed": [ - 1.5564215384626952, + 1.556421538462695, 1.4332446399537404, - 1.2907342455688766, + 1.2907342455688764, 1.2187131059251273, 1.2719518524713849, 1.4092974570472492, @@ -2758,10 +2048,10 @@ 1.5984517152051543 ], "relative wind angle": [ - 0.08086294017351812, + 0.08086294017352226, 0.1328707368345096, - 0.11086640526094793, - 0.009913819072367406, + 0.11086640526094894, + 0.009913819072367405, 0.09900163458583203, 0.13514224217743098, 0.09281139488552638, @@ -2818,31 +2108,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 277.72097739156743, + 277.7209773915665, 120.897966463898, - -95.72222880441132, - -249.49043578758165, - -271.87485016507776, + -95.72222880441291, + -249.49043578758324, + -271.87485016507594, -176.45437411206535, 27.342565427971294, 224.76582012982067 ], "relative wind speed": [ - 2.010919305631741, + 2.0109193056317407, 1.9375976780019948, - 1.8056006940425706, - 1.688477276385315, + 1.8056006940425704, + 1.6884772763853153, 1.6632185600932121, 1.7480868601423263, 1.8841174501803137, 1.9897580052688335 ], "relative wind angle": [ - 0.019611204852686682, + 0.019611204852686685, 0.07792960294053808, - 0.09645584127017132, - 0.0563381071825284, - 0.02371168712362295, + 0.09645584127017363, + 0.05633810718253234, + 0.02371168712361827, 0.0863980286057095, 0.0924245035779833, 0.04780054465092463 @@ -2852,7 +2142,7 @@ 96755.3979664639, 96538.77777119559, 96385.00956421242, - 96362.62514983492, + 96362.62514983493, 96458.04562588793, 96661.84256542797, 96859.26582012982 @@ -2898,33 +2188,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 195.02197776122193, + 195.02197776121739, -42.2647195794284, - -246.80441029913413, + -246.80441029913504, -302.59319075246253, -245.83443338204415, -40.62817174104134, - 196.40045344384816, + 196.4004534438518, 329.0160341595315 ], "relative wind speed": [ - 2.206959651449056, + 2.2069596514490555, 2.086371893157726, 1.9586604797138778, 1.9035482389535499, 1.9593545633249247, 2.0872933505829474, - 2.2075756687265207, + 2.2075756687265202, 2.2552705624654394 ], "relative wind angle": [ - 0.056523908847690464, - 0.08439055405871304, - 0.06336407450739524, + 0.05652390884769439, + 0.08439055405871305, + 0.063364074507397, 0.0002429008418372615, - 0.06367600215472707, + 0.06367600215472709, 0.08435321033385491, - 0.05621144320621595, + 0.05621144320621002, 0.00020501906750391543 ], "resistance": [ @@ -2934,7 +2224,7 @@ 96331.90680924754, 96388.66556661796, 96593.87182825895, - 96830.90045344384, + 96830.90045344386, 96963.51603415953 ], "fuel": [ @@ -2944,7 +2234,7 @@ 39.63326205735542, 39.66244221046856, 39.76804048624203, - 39.890209440344286, + 39.89020944034429, 39.95865317673999 ] }, @@ -2978,34 +2268,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 244.700362128169, + 244.7003621281683, 213.8182982842227, - 38.555659406953055, + 38.555659406952145, -152.0553348643291, -249.7820808030424, -236.78834362035082, - -104.61592836275804, - 93.46573280637813 + -104.61592836275872, + 93.46573280637654 ], "relative wind speed": [ - 2.1150540246380074, + 2.115054024638007, 2.103297911260987, 2.016596142628468, 1.9002871809998585, 1.82319009790149, 1.8367399262575645, 1.9315319458293874, - 2.046065563453695 + 2.0460655634536953 ], "relative wind angle": [ - 0.020165817512384818, - 0.03474124892871562, - 0.07244591540924329, + 0.020165817512384814, + 0.03474124892871563, + 0.07244591540924483, 0.07024248500240914, - 0.02339459466630913, + 0.023394594666309134, 0.03978558652235299, - 0.0756423855175645, - 0.06523045348762506 + 0.07564238551756597, + 0.06523045348762846 ], "resistance": [ 96879.20036212818, @@ -3058,37 +2348,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 290.34592054091763, + 290.34592054090444, 237.39892124898915, - 27.99698583470945, + 27.996985834710358, -190.60287289968642, -293.78923640186053, -271.5682239332052, -108.96048479423052, - 122.44659151543237 + 122.44659151543101 ], "relative wind speed": [ 2.41263946272548, 2.394914582830456, - 2.302831435378494, + 2.3028314353784936, 2.1855161527564357, 2.1129144433101414, 2.1329840043457717, 2.2320851242910793, - 2.347073873547572 + 2.3470738735475725 ], "relative wind angle": [ - 0.014694273015227348, - 0.0337923651199764, - 0.06513156161407654, + 0.014694273015242459, + 0.03379236511997641, + 0.06513156161407484, 0.059998621363406904, 0.016778895491450913, 0.03794395334280947, 0.06719898225260085, - 0.05586423453602147 + 0.055864234536023454 ], "resistance": [ - 96924.84592054092, + 96924.8459205409, 96871.89892124898, 96662.4969858347, 96443.89712710031, @@ -3138,33 +2428,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 550.9813881963833, + 550.9813881963787, 575.446832915808, - 189.61390822954445, + 189.61390822954309, -280.81428322241936, -571.8161970856959, -582.1945308336021, - -317.89829986121595, + -317.8982998612155, 146.59653858661432 ], "relative wind speed": [ - 2.816370452790696, + 2.8163704527906956, 2.8232827503046063, - 2.6869021372655184, - 2.473399187852026, + 2.686902137265518, + 2.4733991878520265, 2.304580421173321, 2.296107130958904, - 2.4543003788790525, + 2.454300378879052, 2.669331358700303 ], "relative wind angle": [ - 0.041513526743513524, + 0.041513526743516195, 0.034890743204790416, 0.09548335164309629, - 0.10685208368312407, - 0.05073984769125309, - 0.042905956382056916, - 0.10456428418322541, + 0.10685208368312511, + 0.050739847691253094, + 0.04290595638205691, + 0.10456428418322436, 0.09898226493480679 ], "resistance": [ @@ -3218,9 +2508,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 510.245717988621, + 510.24571798859506, 276.925865711225, - -95.87569527888081, + -95.87569527888172, -396.76333429250053, -468.0484488915272, -351.0628347955544, @@ -3228,7 +2518,7 @@ 342.00520162734756 ], "relative wind speed": [ - 2.493582203665884, + 2.4935822036658837, 2.4127799434405457, 2.234433203170038, 2.0535371995053535, @@ -3238,9 +2528,9 @@ 2.439220162190802 ], "relative wind angle": [ - 0.0081193010332267, + 0.008119301033254048, 0.08022845343977993, - 0.11356797189885114, + 0.11356797189885212, 0.08030589803281041, 0.01018847834677131, 0.09289555119406628, @@ -3248,7 +2538,7 @@ 0.0675869443082334 ], "resistance": [ - 97144.74571798861, + 97144.74571798858, 96911.42586571121, 96538.6243047211, 96237.73666570749, @@ -3258,7 +2548,7 @@ 96976.50520162733 ], "fuel": [ - 40.30781048546382, + 40.3078104854638, 40.1872790131707, 39.99511263429111, 39.84039254505623, @@ -3298,37 +2588,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 590.8411533191506, + 590.8411533189569, 352.78852649356713, - -60.935050885525015, - -415.87217326880364, + -60.93505088552661, + -415.87217326880386, -515.4279885270735, -413.11721825199106, -56.31683208222148, - 356.7204853722915 + 356.72048537229284 ], "relative wind speed": [ - 2.4531199530465106, + 2.45311995304651, 2.374595245113506, 2.1751392924240034, - 1.956263574092202, + 1.9562635740922023, 1.8589289174987123, 1.9582419784674656, 2.1776554555073795, - 2.3762253792575843 + 2.376225379257584 ], "relative wind angle": [ - 0.0005176957694653329, + 0.0005176957696797876, 0.08896457469223215, - 0.13701521656877153, - 0.10713329912149896, + 0.13701521656877397, + 0.1071332991215, 0.0006831729029385968, - 0.10794712457236558, + 0.10794712457236556, 0.13685590646715665, - 0.08814458665499997 + 0.08814458665499744 ], "resistance": [ - 97225.34115331918, + 97225.34115331898, 96987.28852649359, 96573.5649491145, 96218.62782673123, @@ -3338,7 +2628,7 @@ 96991.22048537232 ], "fuel": [ - 40.212905593829, + 40.21290559382889, 40.08985990622928, 39.87651434576415, 39.6939908989464, @@ -3378,9 +2668,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 432.7661806786223, + 432.7661806786198, 141.2982775677683, - -206.37886328563195, + -206.37886328563263, -418.1968529522526, -422.35044561895506, -220.8619748473875, @@ -3388,7 +2678,7 @@ 423.05628902405124 ], "relative wind speed": [ - 2.1643983405105165, + 2.164398340510516, 2.028409119615584, 1.8145970069341937, 1.6434433781129343, @@ -3398,11 +2688,11 @@ 2.1608540964629444 ], "relative wind angle": [ - 0.04775233869035138, - 0.12812143267248743, - 0.14556452603032033, + 0.0477523386903537, + 0.1281214326724874, + 0.14556452603032186, 0.06884996800061458, - 0.06308645611076827, + 0.06308645611076825, 0.1441343742862943, 0.13072090062661418, 0.052346570337607694 @@ -3458,32 +2748,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 352.28148312055964, + 352.28148312055464, 250.67015727167563, - 4.2678674771009355, - -229.52715124521433, - -321.0758637232825, + 4.267867477100481, + -229.52715124521455, + -321.0758637232806, -277.81949332825457, -76.73094338459805, 181.7773667988879 ], "relative wind speed": [ - 1.9436807097604634, + 1.943680709760463, 1.9017735146388728, - 1.7584002999761434, - 1.5846090089713447, + 1.7584002999761432, + 1.584609008971345, 1.4879914155865508, 1.5411913097900318, 1.7029508329361753, 1.8657511739353287 ], "relative wind angle": [ - 0.014389842932730717, + 0.014389842932738433, 0.07439697598814143, 0.12995798838032366, - 0.11441571513565137, - 0.018797112448511174, - 0.09184755722442037, + 0.11441571513565234, + 0.018797112448505265, + 0.09184755722442038, 0.13421470762453092, 0.09711559892427622 ], @@ -3538,9 +2828,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 584.7245611057515, + 584.7245611057119, 337.1854753871662, - -74.79331628944738, + -74.79331628944783, -418.8535938034254, -510.19908623098354, -395.5740184419119, @@ -3550,7 +2840,7 @@ "relative wind speed": [ 2.3745958912320795, 2.2878543718636717, - 2.079276150553465, + 2.0792761505534645, 1.8546230665352847, 1.7608764842927236, 1.8721949718807758, @@ -3558,17 +2848,17 @@ 2.3021218301094826 ], "relative wind angle": [ - 0.004715582325653519, + 0.0047155823257006065, 0.09846234826735256, 0.14812333151665316, 0.11296813168824166, 0.006359126539948135, - 0.12041917245336861, + 0.1204191724533686, 0.14655053274253063, 0.09094063011828442 ], "resistance": [ - 97219.22456110577, + 97219.22456110574, 96971.68547538719, 96559.70668371058, 96215.64640619661, @@ -3578,7 +2868,7 @@ 97004.9475359358 ], "fuel": [ - 40.07308335294681, + 40.07308335294678, 39.94514426582929, 39.73272102404719, 39.55580168336603, @@ -3618,19 +2908,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 605.4300648232042, + 605.430064823197, 791.59778519561, - 375.06229803505084, + 375.0622980350504, -223.04061212156284, - -666.0001895917776, + -666.0001895917762, -745.0838514024549, - -504.31168282514955, + -504.3116828251509, 48.595378020452245 ], "relative wind speed": [ 3.0213838760608334, 3.069988537174711, - 2.9452903969668935, + 2.945290396966893, 2.7051567768056284, 2.4797326803640565, 2.419298467366474, @@ -3638,14 +2928,14 @@ 2.821340373916 ], "relative wind angle": [ - 0.0625092981455041, - 0.019056293899882035, - 0.0923024925067096, - 0.12058821881988561, - 0.07618737768417044, + 0.06250929814550943, + 0.019056293899882032, + 0.09230249250670962, + 0.12058821881988563, + 0.07618737768416899, 0.024182533052358093, - 0.10584295801518166, - 0.1155996376467955 + 0.10584295801518272, + 0.11559963764679551 ], "resistance": [ 97239.93006482323, @@ -3698,7 +2988,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 574.0561378317393, + 574.0561378317348, 602.2843081010492, 197.05495804534257, -300.29684440626124, @@ -3708,7 +2998,7 @@ 147.11761190996003 ], "relative wind speed": [ - 3.115624304835944, + 3.1156243048359435, 3.1228650357846, 2.9939010761210185, 2.7933279150566523, @@ -3718,14 +3008,14 @@ 2.9756328192143733 ], "relative wind angle": [ - 0.03546239702445094, + 0.03546239702445407, 0.029301259094766656, 0.08019943344955252, 0.08879615879886021, 0.04191391783750419, 0.03482491323382521, 0.08658052735302514, - 0.0833429331253424 + 0.08334293312534238 ], "resistance": [ 97208.55613783174, @@ -3778,11 +3068,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 958.9257543747194, + 958.9257543747162, 396.6353066216068, - -288.99260567530587, + -288.9926056753061, -737.4623226301454, - -776.703048307297, + -776.7030483072966, -414.4285797412447, 247.8183856680855, 869.0031422006714 @@ -3792,15 +3082,15 @@ 2.2020137993694266, 1.7927372323724537, 1.4003829899798317, - 1.3506499535155456, + 1.3506499535155458, 1.6981168370157143, 2.1256901891938975, 2.4023723787424753 ], "relative wind angle": [ - 0.0713605365992913, - 0.23193426906997233, - 0.3074326145824364, + 0.07136053659929442, + 0.2319342690699723, + 0.30743261458243676, 0.18751888082528625, 0.1286689082038986, 0.30266896497547024, @@ -3858,13 +3148,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 831.9858508775146, + 831.9858508775101, 452.89758053808737, - -72.66551751641293, + -72.66551751641305, -465.8143297892652, -559.6866827083356, -358.38408401399215, - 106.9004522090479, + 106.90045220904767, 615.7579526311524 ], "relative wind speed": [ @@ -3874,21 +3164,21 @@ 0.9760048192248937, 0.795714665101351, 1.1257323825340384, - 1.5759016963863701, + 1.57590169638637, 1.8892619942490467 ], "relative wind angle": [ - 0.04086612773267305, + 0.040866127732681196, 0.26569365379913046, - 0.42551706265771155, + 0.4255170626577118, 0.3775194491673686, - 0.10142247409396773, - 0.43432579147961564, - 0.38329808682510996, + 0.10142247409396775, + 0.4343257914796156, + 0.3832980868251097, 0.19159937124596002 ], "resistance": [ - 97466.48585087752, + 97466.4858508775, 97087.39758053809, 96561.83448248358, 96168.68567021073, @@ -3898,7 +3188,7 @@ 97250.25795263115 ], "fuel": [ - 39.36573238687072, + 39.36573238687071, 39.16954688904718, 38.89844242884822, 38.69631405129283, @@ -3938,7 +3228,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 732.1335388007644, + 732.1335388007612, 406.12061268583534, -54.024922262292534, -403.01934330350826, @@ -3948,7 +3238,7 @@ 530.2226117894163 ], "relative wind speed": [ - 1.8469304086283242, + 1.846930408628324, 1.69496410526562, 1.3465763873218923, 0.9235615291727486, @@ -3958,14 +3248,14 @@ 1.764288830094493 ], "relative wind angle": [ - 0.035490177676764996, + 0.035490177676771255, 0.260559612311364, - 0.4223713939289081, - 0.38164655697289257, + 0.4223713939289084, + 0.3816465569728926, 0.08811859656120674, 0.43092505245192275, - 0.38574148602351627, - 0.19622468728829162 + 0.38574148602351654, + 0.1962246872882916 ], "resistance": [ 97366.63353880074, @@ -4018,9 +3308,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 961.7852478729922, + 961.7852478729881, 767.2848253546338, - 152.39151121301325, + 152.39151121301302, -449.1151697539932, -734.3253918829153, -649.4940732905854, @@ -4028,9 +3318,9 @@ 472.11685696400673 ], "relative wind speed": [ - 2.323665288436778, + 2.3236652884367777, 2.2594646203759536, - 1.9543848549808711, + 1.954384854980871, 1.5151909054706767, 1.1943037603670577, 1.3117169946227785, @@ -4038,10 +3328,10 @@ 2.1283745827959466 ], "relative wind angle": [ - 0.049896969999989035, + 0.04989696999999348, 0.1413483905022328, 0.2938426843749963, - 0.32388371126254145, + 0.3238837112625415, 0.09719338288744223, 0.24511317784153971, 0.33257263734218206, @@ -4098,17 +3388,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 860.3489582047232, + 860.3489582047214, 1068.0121620065393, 505.02390798693796, -250.67005707155317, -791.3854589810355, -881.5668175304145, - -546.5306603316453, + -546.5306603316455, 156.46642315668714 ], "relative wind speed": [ - 2.6027028484144177, + 2.602702848414417, 2.663386083213371, 2.46541578196957, 2.0791318595849018, @@ -4124,7 +3414,7 @@ 0.260898283024443, 0.17688803194100763, 0.07277397928605125, - 0.24719266588909863, + 0.24719266588909908, 0.2349649235238579 ], "resistance": [ @@ -4178,11 +3468,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 861.4960613960864, + 861.4960613960827, 739.8825821950566, - 183.6661767881974, + 183.66617678819694, -388.4386023640594, - -683.967536963886, + -683.9675369638857, -630.9068078251902, -219.21057259699842, 384.6045661457954 @@ -4190,20 +3480,20 @@ "relative wind speed": [ 2.2681758894393944, 2.2270700459105637, - 1.9545572909425022, + 1.954557290942502, 1.5470981094163108, - 1.2309692909694623, + 1.230969290969462, 1.3038658946962165, 1.685115146560482, 2.065525284421501 ], "relative wind angle": [ - 0.06204152282963791, - 0.12088922822501377, - 0.26952716210352234, + 0.06204152282964328, + 0.12088922822501379, + 0.2695271621035228, 0.30694715035493314, - 0.11449396088157944, - 0.20746758557528538, + 0.1144939608815775, + 0.20746758557528536, 0.3139857390881265, 0.22829094691167148 ], @@ -4258,33 +3548,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 698.6554937522021, + 698.6554937521969, 484.3785944401243, - 25.235060509995947, + 25.235060509995492, -393.9849215678055, - -554.9463103615795, + -554.9463103615801, -462.1372819618714, -88.0535945759807, 385.3883465576048 ], "relative wind speed": [ - 2.113553100135979, + 2.1135531001359786, 2.033976771227694, 1.7738283589897526, 1.440694322192795, - 1.245696620768877, + 1.2456966207688773, 1.3717890771527408, 1.6948155448110351, 1.9857660104077843 ], "relative wind angle": [ - 0.01930794996768075, + 0.0193079499676865, 0.13714523508271767, - 0.24721593047214216, - 0.23523496453823636, - 0.03276330902098598, + 0.2472159304721431, + 0.23523496453823634, + 0.032763309020989374, 0.2041255009375506, - 0.2589996841216916, + 0.25899968412169166, 0.16991222334420325 ], "resistance": [ @@ -4338,13 +3628,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 639.7333470100516, + 639.733347010047, 624.6943393209674, - 198.54166224710707, + 198.5416622471064, -285.8064309480603, -570.0759752869471, -563.5546092513912, - -264.1638475467839, + -264.16384754678415, 223.96272375682884 ], "relative wind speed": [ @@ -4354,21 +3644,21 @@ 1.689081148091624, 1.42953603338867, 1.437653200158321, - 1.7056324959152278, + 1.7056324959152276, 2.0191956388658 ], "relative wind angle": [ - 0.06939759249346013, + 0.06939759249346653, 0.07660806927609955, - 0.19674126519556467, + 0.19674126519556578, 0.23029312816345096, - 0.10743321892003886, - 0.11766943890557457, - 0.23188290227414457, + 0.10743321892003888, + 0.11766943890557459, + 0.23188290227414413, 0.1921244107482403 ], "resistance": [ - 97274.23334701003, + 97274.23334701001, 97259.19433932094, 96833.04166224708, 96348.69356905192, @@ -4378,7 +3668,7 @@ 96858.4627237568 ], "fuel": [ - 39.74507523917597, + 39.74507523917596, 39.73729283474427, 39.517116622974235, 39.2676936339853, @@ -4418,33 +3708,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 753.2624664850589, + 753.2624664850562, 354.50990924075336, - -174.92064249752707, + -174.92064249752775, -550.9531525462193, -612.0650889180204, - -373.54751278538026, + -373.54751278538015, 119.93177175691676, 612.772850506994 ], "relative wind speed": [ - 2.1898496913173213, + 2.189849691317321, 2.018653722200914, - 1.68545556234452, + 1.6854555623445198, 1.3475212442712616, 1.2651173959229782, 1.523483129500914, - 1.8855246599796625, + 1.8855246599796627, 2.140128545734376 ], "relative wind angle": [ - 0.04732432356858091, + 0.04732432356858326, 0.19989147472852997, - 0.2784442458541479, + 0.27844424585414834, 0.18987439324769587, - 0.08197705471190661, - 0.266235002604005, - 0.2482369250302753, + 0.08197705471190662, + 0.26623500260400496, + 0.24823692503027575, 0.11911788970262999 ], "resistance": [ @@ -4498,31 +3788,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 705.615530691141, + 705.6155306911369, 596.2940262971972, 134.0237493153254, -340.16631732940755, - -579.9862678901455, + -579.9862678901454, -532.4161668312255, -185.54391408629067, 316.6123312409254 ], "relative wind speed": [ - 2.1363227489118577, + 2.1363227489118572, 2.096736135950438, 1.8559515754157092, 1.5053758226729208, - 1.2455494549980897, + 1.2455494549980894, 1.3110934019222196, 1.6342313428876278, 1.9619153816809174 ], "relative wind angle": [ - 0.05371367950851232, - 0.11213077424450985, - 0.24295629126622684, + 0.05371367950851646, + 0.11213077424450986, + 0.2429562912662273, 0.26675357334543287, - 0.09221415960540359, + 0.0922141596054024, 0.17991610426608587, 0.27673080339455824, 0.20366606093088196 @@ -4578,11 +3868,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 690.5425685073981, + 690.5425685073967, 670.4842133218315, - 212.68873359989698, + 212.68873359989652, -304.3563425601376, - -606.3825579029833, + -606.382557902983, -597.6719120557915, -275.643754593357, 246.467923586119 @@ -4598,14 +3888,14 @@ 2.0513573415920665 ], "relative wind angle": [ - 0.0714135713171518, + 0.07141357131715335, 0.08075777123718855, - 0.20645954196068406, - 0.24285188404126457, - 0.1132639833165448, - 0.12676432545080066, - 0.24477088145820763, - 0.20038191605789743 + 0.20645954196068514, + 0.24285188404126454, + 0.11326398331654382, + 0.12676432545080063, + 0.24477088145820766, + 0.20038191605789746 ], "resistance": [ 97325.04256850742, @@ -4658,13 +3948,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 714.0792062275509, + 714.0792062275486, 336.4111155588141, -153.04363227732108, -495.6642559872764, -549.393987317698, -322.8237900402896, - 134.1780087350221, + 134.17800873502233, 590.9720431635651 ], "relative wind speed": [ @@ -4678,17 +3968,17 @@ 1.9631920980223774 ], "relative wind angle": [ - 0.057487012353293905, + 0.05748701235329777, 0.23504521388530833, 0.3347276161520504, - 0.2367426445255455, + 0.23674264452554553, 0.11159073401468012, 0.3277290733304689, - 0.2902221962066614, + 0.290222196206661, 0.13459611317787204 ], "resistance": [ - 97348.57920622759, + 97348.57920622757, 96970.91111555885, 96481.45636772271, 96138.83574401276, @@ -4698,7 +3988,7 @@ 97225.4720431636 ], "fuel": [ - 39.43987770034016, + 39.43987770034015, 39.24459187166893, 38.99229267804683, 38.816212466393594, @@ -4738,34 +4028,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 708.4438485293706, + 708.4438485293697, 780.2359863670165, - 306.3849521476375, + 306.384952147637, -281.2224606754685, -664.6513224379526, -695.6997649940006, - -385.37706438175405, + -385.3770643817538, 184.3307233916612 ], "relative wind speed": [ - 2.4598967745458373, + 2.4598967745458364, 2.4824760516749254, 2.2938385958468652, - 1.968731930364129, + 1.9687319303641293, 1.6784201252575366, 1.6448400868020605, 1.8990762898034974, 2.2343412551925157 ], "relative wind angle": [ - 0.08179013085327126, + 0.0817901308532699, 0.054628965891998844, - 0.17202946934952357, - 0.21486468145478443, + 0.1720294693495242, + 0.21486468145478496, 0.12002619859727161, 0.08250136084034396, - 0.20826834786694562, - 0.18899213550749117 + 0.2082683478669451, + 0.1889921355074912 ], "resistance": [ 97342.94384852938, @@ -4818,9 +4108,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 514.8539428216955, + 514.8539428216943, 778.3311570621509, - 445.3219520669343, + 445.3219520669347, -79.47813546185762, -506.2642719736982, -620.1248601029097, @@ -4838,14 +4128,14 @@ 1.8986199762287963 ], "relative wind angle": [ - 0.13698267995074345, + 0.1369826799507451, 0.011689682537856579, - 0.1566908059652348, + 0.15669080596523408, 0.24399010273361743, - 0.1973135857259669, + 0.19731358572596694, 0.019288213278118804, 0.21616797280098804, - 0.23725138669111454 + 0.2372513866911145 ], "resistance": [ 97149.35394282169, @@ -4885,52 +4175,7 @@ "id": "283", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 45.03579208596388, - 45.03579208596388, - 45.03579208596388, - 45.03579208596388, - 45.03579208596388, - 45.03579208596388, - 45.03579208596388, - 45.03579208596388 - ], - "relative wind speed": [ - 0.4519335737012519, - 0.4519335737012519, - 0.4519335737012519, - 0.4519335737012519, - 0.4519335737012519, - 0.4519335737012519, - 0.4519335737012519, - 0.4519335737012519 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -62.5, -57.5 -62.1875, -57.1875 -62.1875, -57.1875 -62.5, -57.5 -62.5))", @@ -4949,52 +4194,7 @@ "id": "286", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 28.153028612872344, - 28.153028612872344, - 28.153028612872344, - 28.153028612872344, - 28.153028612872344, - 28.153028612872344, - 28.153028612872344, - 28.153028612872344 - ], - "relative wind speed": [ - 0.35732077227435405, - 0.35732077227435405, - 0.35732077227435405, - 0.35732077227435405, - 0.35732077227435405, - 0.35732077227435405, - 0.35732077227435405, - 0.35732077227435405 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -62.5, -57.1875 -62.1875, -56.875 -62.1875, -56.875 -62.5, -57.1875 -62.5))", @@ -5013,52 +4213,7 @@ "id": "287", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 21.248548775223046, - 21.248548775223046, - 21.248548775223046, - 21.248548775223046, - 21.248548775223046, - 21.248548775223046, - 21.248548775223046, - 21.248548775223046 - ], - "relative wind speed": [ - 0.3104276092229958, - 0.3104276092229958, - 0.3104276092229958, - 0.3104276092229958, - 0.3104276092229958, - 0.3104276092229958, - 0.3104276092229958, - 0.3104276092229958 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -61.5625, -55.3125 -61.25, -55 -61.25, -55 -61.5625, -55.3125 -61.5625))", @@ -5090,40 +4245,40 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -200.08507689731368, + -200.0850768973139, 290.55851297814024, - 665.1529022764353, - 560.901371177817, + 665.1529022764344, + 560.9013711778166, 113.01564022244247, -351.69288312571234, -584.5566372187985, - -539.5216925391429 + -539.521692539143 ], "relative wind speed": [ 1.8366824782983011, 2.1250573147319587, - 2.282318894483693, - 2.2464906788746926, + 2.2823188944836925, + 2.246490678874692, 2.0307979495976722, 1.7267525147751472, 1.512799822204125, - 1.5655102899397437 + 1.565510289939744 ], "relative wind angle": [ - 0.21135449326173966, + 0.2113544932617402, 0.1618742940007346, 0.0434121187249817, - 0.09022518109303092, - 0.19088920981196586, - 0.19966855466026115, + 0.09022518109302968, + 0.1908892098119659, + 0.19966855466026112, 0.06552095266895185, - 0.12965957958915933 + 0.1296595795891602 ], "resistance": [ 96434.41492310273, 96925.05851297818, 97299.65290227647, - 97195.40137117787, + 97195.40137117785, 96747.51564022248, 96282.80711687433, 96049.94336278124, @@ -5133,7 +4288,7 @@ 39.42006789369908, 39.67289510091551, 39.86652551484188, - 39.81258474567284, + 39.81258474567282, 39.58130435344424, 39.34212599424285, 39.222576808852075, @@ -5170,9 +4325,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 647.2443974608418, + 647.24439746084, 1014.1385847388997, - 585.3253812805074, + 585.325381280506, -120.92041576602696, -708.2946149391694, -865.3094301326907, @@ -5180,7 +4335,7 @@ -48.707589069113055 ], "relative wind speed": [ - 2.852737084753493, + 2.8527370847534925, 2.9521796598424026, 2.8313104582817004, 2.539776160300951, @@ -5190,14 +4345,14 @@ 2.5734606977084273 ], "relative wind angle": [ - 0.10310913750534008, + 0.10310913750534116, 0.005788427158352947, - 0.1124779601607944, - 0.17105786939520876, - 0.13256101478265478, + 0.11247796016079539, + 0.17105786939520878, + 0.1325610147826548, 0.008186009147179773, - 0.1417931582747889, - 0.1687972014397834 + 0.14179315827478886, + 0.16879720143978344 ], "resistance": [ 97281.74439746088, @@ -5250,9 +4405,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 478.59251160930944, + 478.5925116093076, 677.7150324007362, - 362.0524876044126, + 362.052487604411, -112.38724342607247, -483.4969259341458, -569.3212706974857, @@ -5267,17 +4422,17 @@ 1.5750246175880134, 1.4732508937841475, 1.6460572909697755, - 1.9447497411019674 + 1.9447497411019672 ], "relative wind angle": [ - 0.11233820109476676, + 0.11233820109476973, 0.019296155335480115, - 0.14426218566290822, + 0.14426218566291052, 0.210908666789509, 0.15591315615423357, - 0.02949420107764992, + 0.029494201077649915, 0.18699597971897816, - 0.2015547634190773 + 0.20155476341907674 ], "resistance": [ 97113.09251160936, @@ -5330,11 +4485,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 866.6428490637263, - 789.8148601249623, - 204.41345853891107, + 866.6428490637218, + 789.8148601249627, + 204.4134585389097, -435.104443073986, - -784.3808480091643, + -784.380848009165, -751.2177052912718, -323.01465084745837, 335.5645641963988 @@ -5350,17 +4505,17 @@ 2.485256844140136 ], "relative wind angle": [ - 0.05238349403771797, - 0.07707643350571396, - 0.17812227227428934, + 0.05238349403772221, + 0.07707643350571394, + 0.17812227227429062, 0.19489251010733205, - 0.07708002580616581, + 0.07708002580616725, 0.11054887122717905, 0.20125607226385495, 0.16298125043717093 ], "resistance": [ - 97501.14284906376, + 97501.14284906375, 97424.31486012498, 96838.91345853894, 96199.39555692604, @@ -5370,7 +4525,7 @@ 96970.06456419642 ], "fuel": [ - 40.504453721144785, + 40.50445372114477, 40.464640640846355, 40.16200068286087, 39.83284111180119, @@ -5397,52 +4552,7 @@ "id": "309", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 21.11426303943553, - 21.11426303943553, - 21.11426303943553, - 21.11426303943553, - 21.11426303943553, - 21.11426303943553, - 21.11426303943553, - 21.11426303943553 - ], - "relative wind speed": [ - 0.3094451404747317, - 0.3094451404747317, - 0.3094451404747317, - 0.3094451404747317, - 0.3094451404747317, - 0.3094451404747317, - 0.3094451404747317, - 0.3094451404747317 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -63.125, -57.8125 -62.8125, -57.5 -62.8125, -57.5 -63.125, -57.8125 -63.125))", @@ -5461,52 +4571,7 @@ "id": "311", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 21.047795212846637, - 21.047795212846637, - 21.047795212846637, - 21.047795212846637, - 21.047795212846637, - 21.047795212846637, - 21.047795212846637, - 21.047795212846637 - ], - "relative wind speed": [ - 0.30895768896889525, - 0.30895768896889525, - 0.30895768896889525, - 0.30895768896889525, - 0.30895768896889525, - 0.30895768896889525, - 0.30895768896889525, - 0.30895768896889525 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -63.4375, -58.125 -63.125, -57.8125 -63.125, -57.8125 -63.4375, -58.125 -63.4375))", @@ -5538,9 +4603,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 537.8390066590102, + 537.8390066590059, 269.576303693108, - -110.7077673542243, + -110.70776735422487, -395.00098157815694, -451.58086624399687, -299.8272339070787, @@ -5548,9 +4613,9 @@ 406.9896748254921 ], "relative wind speed": [ - 1.9638025595832351, + 1.963802559583235, 1.8395734811741156, - 1.5852088514311464, + 1.5852088514311462, 1.3241578700195498, 1.2451715544303, 1.422301691044829, @@ -5558,12 +4623,12 @@ 1.9114336578216162 ], "relative wind angle": [ - 0.030271745045309578, + 0.030271745045316916, 0.1617678607594557, - 0.22882319104639348, + 0.22882319104639445, 0.1609687205975666, 0.04775345835695888, - 0.20985248243882335, + 0.20985248243882337, 0.21297189057273927, 0.11126057418353826 ], @@ -5605,52 +4670,7 @@ "id": "324", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.28851936700987, - 19.28851936700987, - 19.28851936700987, - 19.28851936700987, - 19.28851936700987, - 19.28851936700987, - 19.28851936700987, - 19.28851936700987 - ], - "relative wind speed": [ - 0.29576388945987775, - 0.29576388945987775, - 0.29576388945987775, - 0.29576388945987775, - 0.29576388945987775, - 0.29576388945987775, - 0.29576388945987775, - 0.29576388945987775 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -63.4375, -57.1875 -63.125, -56.875 -63.125, -56.875 -63.4375, -57.1875 -63.4375))", @@ -5669,52 +4689,7 @@ "id": "325", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 17.046164694225922, - 17.046164694225922, - 17.046164694225922, - 17.046164694225922, - 17.046164694225922, - 17.046164694225922, - 17.046164694225922, - 17.046164694225922 - ], - "relative wind speed": [ - 0.2780411289028456, - 0.2780411289028456, - 0.2780411289028456, - 0.2780411289028456, - 0.2780411289028456, - 0.2780411289028456, - 0.2780411289028456, - 0.2780411289028456 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -63.75, -57.1875 -63.4375, -56.875 -63.4375, -56.875 -63.75, -57.1875 -63.75))", @@ -5733,52 +4708,7 @@ "id": "327", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 18.794499971788767, - 18.794499971788767, - 18.794499971788767, - 18.794499971788767, - 18.794499971788767, - 18.794499971788767, - 18.794499971788767, - 18.794499971788767 - ], - "relative wind speed": [ - 0.29195175549473407, - 0.29195175549473407, - 0.29195175549473407, - 0.29195175549473407, - 0.29195175549473407, - 0.29195175549473407, - 0.29195175549473407, - 0.29195175549473407 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -64.0625, -57.1875 -63.75, -56.875 -63.75, -56.875 -64.0625, -57.1875 -64.0625))", @@ -5797,52 +4727,7 @@ "id": "337", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.659885750646989, - 14.659885750646989, - 14.659885750646989, - 14.659885750646989, - 14.659885750646989, - 14.659885750646989, - 14.659885750646989, - 14.659885750646989 - ], - "relative wind speed": [ - 0.25784635470240735, - 0.25784635470240735, - 0.25784635470240735, - 0.25784635470240735, - 0.25784635470240735, - 0.25784635470240735, - 0.25784635470240735, - 0.25784635470240735 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -64.375, -57.1875 -64.0625, -56.875 -64.0625, -56.875 -64.375, -57.1875 -64.375))", @@ -5861,52 +4746,7 @@ "id": "339", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.11580994457332, - 20.11580994457332, - 20.11580994457332, - 20.11580994457332, - 20.11580994457332, - 20.11580994457332, - 20.11580994457332, - 20.11580994457332 - ], - "relative wind speed": [ - 0.3020400023406469, - 0.3020400023406469, - 0.3020400023406469, - 0.3020400023406469, - 0.3020400023406469, - 0.3020400023406469, - 0.3020400023406469, - 0.3020400023406469 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -64.6875, -57.1875 -64.375, -56.875 -64.375, -56.875 -64.6875, -57.1875 -64.6875))", @@ -5925,52 +4765,7 @@ "id": "341", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 22.612138196197947, - 22.612138196197947, - 22.612138196197947, - 22.612138196197947, - 22.612138196197947, - 22.612138196197947, - 22.612138196197947, - 22.612138196197947 - ], - "relative wind speed": [ - 0.3202333205251975, - 0.3202333205251975, - 0.3202333205251975, - 0.3202333205251975, - 0.3202333205251975, - 0.3202333205251975, - 0.3202333205251975, - 0.3202333205251975 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -65, -57.5 -64.6875, -57.1875 -64.6875, -57.1875 -65, -57.5 -65))", @@ -5989,52 +4784,7 @@ "id": "342", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 17.31875082011904, - 17.31875082011904, - 17.31875082011904, - 17.31875082011904, - 17.31875082011904, - 17.31875082011904, - 17.31875082011904, - 17.31875082011904 - ], - "relative wind speed": [ - 0.28025539712838266, - 0.28025539712838266, - 0.28025539712838266, - 0.28025539712838266, - 0.28025539712838266, - 0.28025539712838266, - 0.28025539712838266, - 0.28025539712838266 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -65, -57.1875 -64.6875, -56.875 -64.6875, -56.875 -65, -57.1875 -65))", @@ -6053,52 +4803,7 @@ "id": "343", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.490344932063387, - 16.490344932063387, - 16.490344932063387, - 16.490344932063387, - 16.490344932063387, - 16.490344932063387, - 16.490344932063387, - 16.490344932063387 - ], - "relative wind speed": [ - 0.2734705556666275, - 0.2734705556666275, - 0.2734705556666275, - 0.2734705556666275, - 0.2734705556666275, - 0.2734705556666275, - 0.2734705556666275, - 0.2734705556666275 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -64.6875, -56.875 -64.375, -56.5625 -64.375, -56.5625 -64.6875, -56.875 -64.6875))", @@ -6117,52 +4822,7 @@ "id": "344", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 22.200283840055945, - 22.200283840055945, - 22.200283840055945, - 22.200283840055945, - 22.200283840055945, - 22.200283840055945, - 22.200283840055945, - 22.200283840055945 - ], - "relative wind speed": [ - 0.3173035760361567, - 0.3173035760361567, - 0.3173035760361567, - 0.3173035760361567, - 0.3173035760361567, - 0.3173035760361567, - 0.3173035760361567, - 0.3173035760361567 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -65, -56.875 -64.6875, -56.5625 -64.6875, -56.5625 -65, -56.875 -65))", @@ -6181,52 +4841,7 @@ "id": "346", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.085753606371156, - 23.085753606371156, - 23.085753606371156, - 23.085753606371156, - 23.085753606371156, - 23.085753606371156, - 23.085753606371156, - 23.085753606371156 - ], - "relative wind speed": [ - 0.32356961425169295, - 0.32356961425169295, - 0.32356961425169295, - 0.32356961425169295, - 0.32356961425169295, - 0.32356961425169295, - 0.32356961425169295, - 0.32356961425169295 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -64.0625, -56.25 -63.75, -55.9375 -63.75, -55.9375 -64.0625, -56.25 -64.0625))", @@ -6245,52 +4860,7 @@ "id": "348", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 9.821277613834878, - 9.821277613834878, - 9.821277613834878, - 9.821277613834878, - 9.821277613834878, - 9.821277613834878, - 9.821277613834878, - 9.821277613834878 - ], - "relative wind speed": [ - 0.2110472495896164, - 0.2110472495896164, - 0.2110472495896164, - 0.2110472495896164, - 0.2110472495896164, - 0.2110472495896164, - 0.2110472495896164, - 0.2110472495896164 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -64.0625, -55.9375 -63.75, -55.625 -63.75, -55.625 -64.0625, -55.9375 -64.0625))", @@ -6309,68 +4879,7 @@ "id": "349", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.024043878779064, - 4.024043878779064, - 4.024043878779064, - 4.024043878779064, - 4.024043878779064, - 4.024043878779064, - 4.024043878779064, - 4.024043878779064 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 228.37386421957103, - 72.13976254175611, - -105.7732434027186, - -210.1830255382141, - -207.84568924678342, - -97.98057908524578, - 81.28348563422765, - 233.76970906823317 - ], - "relative wind speed": [ - 1.3509983820881948, - 1.2313872687025438, - 1.0430033575212292, - 0.8892727709830557, - 0.8939645437169105, - 1.0526417378696287, - 1.239561708842019, - 1.3540912718927114 - ], - "relative wind angle": [ - 0.07434288557333601, - 0.19054571209240803, - 0.22182932085208953, - 0.10286019866911464, - 0.11248381567688041, - 0.2234090598304035, - 0.18620069042934315, - 0.06748356299525828 - ], - "resistance": [ - 96862.87386421955, - 96706.63976254174, - 96528.72675659727, - 96424.31697446178, - 96426.6543107532, - 96536.51942091474, - 96715.78348563421, - 96868.26970906822 - ], - "fuel": [ - 38.84016638346256, - 38.75959835379554, - 38.66796138284989, - 38.614238279171616, - 38.61544049042045, - 38.67197265415175, - 38.76431115847806, - 38.84295057776807 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -61.25, -53.75 -60.9375, -53.4375 -60.9375, -53.4375 -61.25, -53.75 -61.25))", @@ -6389,68 +4898,7 @@ "id": "374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.193801520669207, - 5.193801520669207, - 5.193801520669207, - 5.193801520669207, - 5.193801520669207, - 5.193801520669207, - 5.193801520669207, - 5.193801520669207 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 240.79011667318798, - 652.8362184604888, - 648.6330900635181, - 233.94470386829437, - -230.66970822738938, - -508.5052602772899, - -506.666964582209, - -224.95277856908774 - ], - "relative wind speed": [ - 1.7097392830298805, - 1.929544236360429, - 1.92790856783804, - 1.7052788339021545, - 1.3305603835697213, - 0.9851184650533064, - 0.9883156906158129, - 1.3362722211084246 - ], - "relative wind angle": [ - 0.2814068825276409, - 0.10096467242137304, - 0.10380329581615164, - 0.2834984462924949, - 0.3648912048949115, - 0.1987284216863331, - 0.2035280026907962, - 0.3650100989072207 - ], - "resistance": [ - 96875.2901166732, - 97287.3362184605, - 97283.13309006354, - 96868.44470386831, - 96403.83029177263, - 96125.99473972272, - 96127.8330354178, - 96409.54722143093 - ], - "fuel": [ - 39.11864336579286, - 39.33158523150378, - 39.32940990171924, - 39.11511105061748, - 38.87577197920842, - 38.73303299315978, - 38.73397648003519, - 38.878712087805155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -61.5625, -54.0625 -61.25, -53.75 -61.25, -53.75 -61.5625, -54.0625 -61.5625))", @@ -6469,68 +4917,7 @@ "id": "381", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.897474869857936, - 4.897474869857936, - 4.897474869857936, - 4.897474869857936, - 4.897474869857936, - 4.897474869857936, - 4.897474869857936, - 4.897474869857936 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 193.55795224177746, - 560.6615072705398, - 576.9523558936488, - 220.12968437190318, - -189.84740131728438, - -442.67875880959156, - -449.80321893203933, - -212.05915642265848 - ], - "relative wind speed": [ - 1.5964200258186723, - 1.8084572514506208, - 1.8152145800830488, - 1.6148288319163007, - 1.2693115613736194, - 0.9429693040323693, - 0.92989503005745, - 1.2458076024344453 - ], - "relative wind angle": [ - 0.2835420412079264, - 0.10747615874642917, - 0.09504369608802703, - 0.2744272880316943, - 0.3595501230208884, - 0.20720417524783943, - 0.18632847142581432, - 0.3589244843527219 - ], - "resistance": [ - 96828.05795224177, - 97195.16150727053, - 97211.45235589363, - 96854.62968437189, - 96444.6525986827, - 96191.8212411904, - 96184.69678106795, - 96422.44084357732 - ], - "fuel": [ - 39.01682751291931, - 39.2064482431565, - 39.21487460812935, - 39.03053582763882, - 38.81932174628942, - 38.68937858513536, - 38.68572040096279, - 38.807896441678054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -62.8125, -54.6875 -62.5, -54.375 -62.5, -54.375 -62.8125, -54.6875 -62.8125))", @@ -6549,68 +4936,7 @@ "id": "389", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.47934360334446, - 5.47934360334446, - 5.47934360334446, - 5.47934360334446, - 5.47934360334446, - 5.47934360334446, - 5.47934360334446, - 5.47934360334446 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 148.57701945368422, - 493.0313362759489, - 523.0678410865323, - 198.8956137762366, - -188.81209546772266, - -434.305490502049, - -447.37262334863306, - -231.48256141856837 - ], - "relative wind speed": [ - 1.6977312225811372, - 1.8893752291632437, - 1.9015503963801808, - 1.7302368917098068, - 1.4379420517390906, - 1.174831856782411, - 1.1550215315364663, - 1.398659696585575 - ], - "relative wind angle": [ - 0.22259650901152161, - 0.09031540782160433, - 0.07042334850479744, - 0.20937875982549822, - 0.26369276474663933, - 0.14556217079077824, - 0.11610517520642483, - 0.26004842602886297 - ], - "resistance": [ - 96783.07701945366, - 97127.53133627592, - 97157.56784108651, - 96833.39561377621, - 96445.68790453224, - 96200.19450949792, - 96187.12737665133, - 96403.0174385814 - ], - "fuel": [ - 39.1511761586455, - 39.32902566421437, - 39.34455511463979, - 39.17712924315866, - 38.977402582657476, - 38.851226484053, - 38.84451666337155, - 38.95545516589944 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -63.125, -54.6875 -62.8125, -54.375 -62.8125, -54.375 -63.125, -54.6875 -63.125))", @@ -6629,68 +4955,7 @@ "id": "391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.475995331612766, - 5.475995331612766, - 5.475995331612766, - 5.475995331612766, - 5.475995331612766, - 5.475995331612766, - 5.475995331612766, - 5.475995331612766 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 312.8646311033698, - 636.2020729770574, - 500.89704696712363, - 88.0706698688665, - -315.5780364775603, - -503.1427151964218, - -444.240885879522, - -125.69932322725322 - ], - "relative wind speed": [ - 1.8086190733698657, - 1.9608558569384116, - 1.9074739870886714, - 1.6651039120841578, - 1.324583719997439, - 1.0865860721313574, - 1.1777809526476353, - 1.5010176367390082 - ], - "relative wind angle": [ - 0.20603464614836534, - 0.043558268241681054, - 0.1310478291603656, - 0.2661070784935419, - 0.283105209633008, - 0.07866159869008864, - 0.2132438919983587, - 0.2960301800002434 - ], - "resistance": [ - 96947.36463110338, - 97270.70207297707, - 97135.39704696713, - 96722.57066986889, - 96318.92196352246, - 96131.3572848036, - 96190.25911412049, - 96508.80067677276 - ], - "fuel": [ - 39.23497608371167, - 39.40210743198712, - 39.33212167205394, - 39.119010566931735, - 38.91125037175658, - 38.81491612140041, - 38.84515432488651, - 39.00890646384589 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -63.4375, -54.6875 -63.125, -54.375 -63.125, -54.375 -63.4375, -54.6875 -63.4375))", @@ -6709,68 +4974,7 @@ "id": "393", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.95141164457187, - 4.95141164457187, - 4.95141164457187, - 4.95141164457187, - 4.95141164457187, - 4.95141164457187, - 4.95141164457187, - 4.95141164457187 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 171.7885483571962, - 499.494091415035, - 507.1690042851476, - 184.45894480373556, - -186.1428915458614, - -412.16191347981527, - -415.5138690313451, - -196.8082759521244 - ], - "relative wind speed": [ - 1.5838565494484853, - 1.7753386171686256, - 1.7786177788945075, - 1.5927136618833764, - 1.280129832441086, - 0.9977508464172293, - 0.9918935193542068, - 1.2690930416587078 - ], - "relative wind angle": [ - 0.25282283015328316, - 0.09496451851413505, - 0.08901395877294821, - 0.248641052749128, - 0.3146528735316402, - 0.16953127764222206, - 0.16008794682336866, - 0.31397273749360105 - ], - "resistance": [ - 96806.28854835725, - 97133.99409141508, - 97141.66900428518, - 96818.95894480377, - 96448.35710845418, - 96222.33808652023, - 96218.9861309687, - 96437.69172404792 - ], - "fuel": [ - 39.019264782989936, - 39.18848461275351, - 39.19245255551295, - 39.02580006647433, - 38.83489356760365, - 38.71871626719045, - 38.716994740234796, - 38.82940712046373 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -63.75, -55 -63.4375, -54.6875 -63.4375, -54.6875 -63.75, -55 -63.75))", @@ -6789,68 +4993,7 @@ "id": "394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.719481294634061, - 4.719481294634061, - 4.719481294634061, - 4.719481294634061, - 4.719481294634061, - 4.719481294634061, - 4.719481294634061, - 4.719481294634061 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 368.8599418666299, - 308.22834531074, - 63.03937081348113, - -188.4423695325454, - -313.52692039297693, - -287.2379050206401, - -101.37568262075285, - 165.36911275927173 - ], - "relative wind speed": [ - 1.617113051277428, - 1.5878738115898061, - 1.4195179044389619, - 1.1801308977881348, - 1.0094179900549405, - 1.0548156510621225, - 1.2723789601512465, - 1.4970872931609966 - ], - "relative wind angle": [ - 0.04672524672633011, - 0.10208685039050779, - 0.21610302023286282, - 0.22964790595873383, - 0.07489779336368137, - 0.1540185422723006, - 0.2415636796342947, - 0.18041812198940807 - ], - "resistance": [ - 97003.35994186661, - 96942.72834531072, - 96697.53937081347, - 96446.05763046745, - 96320.973079607, - 96347.26209497935, - 96533.12431737923, - 96799.86911275926 - ], - "fuel": [ - 39.06357510899371, - 39.03226565059708, - 38.90579239627244, - 38.77630559673989, - 38.711987768337565, - 38.725500611703964, - 38.82110920264497, - 38.958548874110456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -63.75, -54.6875 -63.4375, -54.375 -63.4375, -54.375 -63.75, -54.6875 -63.75))", @@ -6869,68 +5012,7 @@ "id": "395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.386079921348907, - 5.386079921348907, - 5.386079921348907, - 5.386079921348907, - 5.386079921348907, - 5.386079921348907, - 5.386079921348907, - 5.386079921348907 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 396.51350456956527, - 510.44788492474925, - 250.52558158097952, - -109.03714869287887, - -373.0043608621246, - -422.4011935852508, - -272.22526351140186, - 58.58748780841336 - ], - "relative wind speed": [ - 1.8133271784509806, - 1.8611790305178884, - 1.732659920220524, - 1.4741389947962498, - 1.209357223845018, - 1.1343337107463642, - 1.3223426000233565, - 1.605495118334598 - ], - "relative wind angle": [ - 0.11576976971778719, - 0.03632671989356506, - 0.17698391886956472, - 0.2493760954511721, - 0.1740771636670817, - 0.05962595435072647, - 0.23278934339180962, - 0.22859276277521182 - ], - "resistance": [ - 97031.01350456955, - 97144.94788492474, - 96885.02558158097, - 96525.46285130711, - 96261.49563913787, - 96212.09880641474, - 96362.27473648859, - 96693.0874878084 - ], - "fuel": [ - 39.25239349157527, - 39.311276621789304, - 39.17701517071794, - 38.99169941941735, - 38.855959058786226, - 38.83058643112085, - 38.90775228725645, - 39.078031954841066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -64.0625, -55 -63.75, -54.6875 -63.75, -54.6875 -64.0625, -55 -64.0625))", @@ -6949,68 +5031,7 @@ "id": "396", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.620676140851512, - 5.620676140851512, - 5.620676140851512, - 5.620676140851512, - 5.620676140851512, - 5.620676140851512, - 5.620676140851512, - 5.620676140851512 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 515.1801723461183, - 273.467219741613, - -85.14423396653206, - -363.4264996297718, - -426.88921824721797, - -297.77396759369765, - 24.143475267747363, - 368.25933945931115 - ], - "relative wind speed": [ - 1.9127318639095081, - 1.8012716246024023, - 1.5592072380148065, - 1.3018047925897132, - 1.2110642292107492, - 1.371364388078817, - 1.6413691051712909, - 1.8521673878132667 - ], - "relative wind angle": [ - 0.02201572956104011, - 0.15492440755616876, - 0.22703949008931368, - 0.16856263746483538, - 0.034775425439801104, - 0.20409233374105723, - 0.21549035753454013, - 0.11818978437137245 - ], - "resistance": [ - 97149.68017234612, - 96907.96721974161, - 96549.35576603346, - 96271.07350037023, - 96207.61078175278, - 96336.7260324063, - 96658.64347526775, - 97002.75933945931 - ], - "fuel": [ - 39.382111053969254, - 39.25724309859661, - 39.07238637936712, - 38.92926743208328, - 38.896669276944706, - 38.96300617434349, - 39.12867121677099, - 39.30618642135676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -64.0625, -54.6875 -63.75, -54.375 -63.75, -54.375 -64.0625, -54.6875 -64.0625))", @@ -7029,68 +5050,7 @@ "id": "397", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.436104836187723, - 6.436104836187723, - 6.436104836187723, - 6.436104836187723, - 6.436104836187723, - 6.436104836187723, - 6.436104836187723, - 6.436104836187723 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 552.1737636459468, - 481.5439689910195, - 108.04752494447735, - -288.67213558544927, - -495.0969100703559, - -464.62631860401234, - -185.5107026842354, - 228.7154727514901 - ], - "relative wind speed": [ - 2.1324574371275427, - 2.1064607054033937, - 1.9168695901343469, - 1.6449444866438978, - 1.44875747368734, - 1.486302874691739, - 1.7239152859533653, - 1.9850517813360273 - ], - "relative wind angle": [ - 0.046083122255183066, - 0.08204936241807381, - 0.1795805147346433, - 0.19055935749582412, - 0.06785880558493147, - 0.11641670189147064, - 0.1999385115124968, - 0.1576077498721925 - ], - "resistance": [ - 97186.67376364594, - 97116.04396899101, - 96742.54752494447, - 96345.82786441455, - 96139.40308992965, - 96169.87368139598, - 96448.98929731577, - 96863.21547275149 - ], - "fuel": [ - 39.66715169370188, - 39.6306324168129, - 39.437823954684035, - 39.2335955728016, - 39.12756125006529, - 39.14320311978431, - 39.28664598063327, - 39.500059088732705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -64.375, -54.6875 -64.0625, -54.375 -64.0625, -54.375 -64.375, -54.6875 -64.375))", @@ -7109,68 +5069,7 @@ "id": "399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.31193458916007, - 5.31193458916007, - 5.31193458916007, - 5.31193458916007, - 5.31193458916007, - 5.31193458916007, - 5.31193458916007, - 5.31193458916007 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 409.70751031387783, - 495.45624961641954, - 226.3127014015223, - -128.38285480305603, - -377.43533627120564, - -414.66013346898217, - -250.87985091194344, - 82.1158645646068 - ], - "relative wind speed": [ - 1.8019790683296022, - 1.8382823864074498, - 1.6993665462193175, - 1.4355132799454335, - 1.1757421200508273, - 1.1181305663399812, - 1.3197164230054366, - 1.6027475530038844 - ], - "relative wind angle": [ - 0.10797981427798264, - 0.046847500845564716, - 0.18700766317909576, - 0.2540105084377064, - 0.16593222391989443, - 0.07706856461312932, - 0.24175203252688812, - 0.2270126816946186 - ], - "resistance": [ - 97044.20751031386, - 97129.9562496164, - 96860.8127014015, - 96506.11714519693, - 96257.06466372879, - 96219.83986653101, - 96383.62014908805, - 96716.61586456459 - ], - "fuel": [ - 39.2383496613746, - 39.28266570970983, - 39.143660706370234, - 38.96088220276067, - 38.83282248976619, - 38.81370178523306, - 38.89786691573366, - 39.06929802462531 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -65, -54.6875 -64.6875, -54.375 -64.6875, -54.375 -65, -54.6875 -65))", @@ -7189,68 +5088,7 @@ "id": "403", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.017101162663643, - 7.017101162663643, - 7.017101162663643, - 7.017101162663643, - 7.017101162663643, - 7.017101162663643, - 7.017101162663643, - 7.017101162663643 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 621.5944182977628, - 647.682477540001, - 229.51446123664255, - -270.1776036890533, - -580.9938691182417, - -592.2622124379529, - -308.1817192315814, - 185.02925578280087 - ], - "relative wind speed": [ - 2.3175338721751615, - 2.326286359417436, - 2.144926603055967, - 1.8475069887862932, - 1.5952753059938916, - 1.5824848576152228, - 1.8207571002459093, - 2.1219294231851595 - ], - "relative wind angle": [ - 0.07120584131832108, - 0.06009400342291374, - 0.16980182180177872, - 0.2032307195065484, - 0.10354169977809632, - 0.088401396384881, - 0.200412561172213, - 0.17664926577357432 - ], - "resistance": [ - 97256.09441829771, - 97282.18247753994, - 96864.01446123658, - 96364.32239631089, - 96053.5061308817, - 96042.23778756199, - 96326.31828076836, - 96819.52925578275 - ], - "fuel": [ - 39.91925058187647, - 39.932750898636975, - 39.71665806265065, - 39.459290118919185, - 39.29967194153794, - 39.29389189128736, - 39.43975400083354, - 39.69370814442722 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -65.3125, -57.8125 -65, -57.5 -65, -57.5 -65.3125, -57.8125 -65.3125))", @@ -7269,52 +5107,7 @@ "id": "405", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.671989594791174, - 14.671989594791174, - 14.671989594791174, - 14.671989594791174, - 14.671989594791174, - 14.671989594791174, - 14.671989594791174, - 14.671989594791174 - ], - "relative wind speed": [ - 0.2579527773654063, - 0.2579527773654063, - 0.2579527773654063, - 0.2579527773654063, - 0.2579527773654063, - 0.2579527773654063, - 0.2579527773654063, - 0.2579527773654063 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.75 -65.9375, -58.75 -65.625, -58.4375 -65.625, -58.4375 -65.9375, -58.75 -65.9375))", @@ -7346,34 +5139,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 789.3765806709891, + 789.3765806709841, 419.43991263540056, - -125.82914706988117, + -125.8291470698814, -547.6509349137834, -644.0271886209836, -445.95866418856895, - 43.325529197289825, - 566.6622675408701 + 43.32552919728937, + 566.6622675408705 ], "relative wind speed": [ - 2.3110159743105814, + 2.311015974310581, 2.1697740377283257, - 1.8624053028352192, + 1.862405302835219, 1.5325472126085935, 1.4157528573576872, 1.6239555449073282, - 1.9689076856486682, + 1.968907685648668, 2.235274038627203 ], "relative wind angle": [ - 0.023701804710313308, - 0.1645357853488342, + 0.023701804710317992, + 0.16453578534883417, 0.24284135272852223, 0.18236750624405498, 0.03869587231601868, - 0.2206320669122707, - 0.2294628661521961, - 0.12466544702933757 + 0.22063206691227066, + 0.22946286615219608, + 0.12466544702933756 ], "resistance": [ 97423.87658067101, @@ -7426,34 +5219,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 635.1136645881099, - 260.7729000088775, + 635.1136645881068, + 260.7729000088773, -202.26624317392805, - -507.3484029369205, + -507.34840293692037, -535.4362363222243, -293.9239023065013, - 152.6624649036919, + 152.66246490369167, 570.5466184988591 ], "relative wind speed": [ 2.0718186330668074, 1.893874662826722, 1.5778522313061059, - 1.2820661256384778, + 1.2820661256384775, 1.2427870981636948, 1.5000636590451488, - 1.829572233022597, + 1.8295722330225972, 2.047744776376024 ], "relative wind angle": [ - 0.06269621297788332, - 0.20517802259689163, + 0.06269621297788862, + 0.20517802259689166, 0.26672443984161004, - 0.1584398565343618, + 0.15843985653436038, 0.10464165901741676, - 0.26015423367693713, - 0.22931412644248328, - 0.0989439708702283 + 0.2601542336769372, + 0.22931412644248422, + 0.09894397087022831 ], "resistance": [ 97269.61366458815, @@ -7506,9 +5299,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 382.294033549716, + 382.2940335497135, 115.49634649684481, - -196.78559707156182, + -196.78559707156228, -381.513775406436, -380.27283418949446, -192.43261060526083, @@ -7516,7 +5309,7 @@ 385.2006622735578 ], "relative wind speed": [ - 2.1050687970299666, + 2.105068797029966, 1.9760079735194855, 1.778856542476465, 1.626077512812388, @@ -7526,9 +5319,9 @@ 2.10616098446889 ], "relative wind angle": [ - 0.04790360977842305, + 0.047903609778425366, 0.12195024414772386, - 0.13484504947490708, + 0.1348450494749079, 0.06019491151558767, 0.06197661365566534, 0.13530653035100734, @@ -7586,34 +5379,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 207.57018569920524, + 207.57018569920342, -82.80985981859067, - -310.2859849490085, + -310.2859849490087, -360.4134009096931, - -259.6571744962275, + -259.65717449622775, 2.083932662960933, - 279.8139195409308, + 279.8139195409317, 397.521944941559 ], "relative wind speed": [ - 1.9649920601361845, + 1.964992060136184, 1.7915040376759668, - 1.6176290168120928, + 1.6176290168120926, 1.5588897097068513, - 1.6610319191452927, + 1.661031919145293, 1.8468172935643763, 2.0008741081800427, 2.0469693954204176 ], "relative wind angle": [ - 0.09802905408376723, + 0.0980290540837695, 0.13666227794587577, - 0.09463047414479611, + 0.09463047414479613, 0.017904094076192333, - 0.11604247066622107, + 0.11604247066622203, 0.13254464352350948, - 0.07646542509826096, - 0.013634733237651563 + 0.07646542509825952, + 0.013634733237651565 ], "resistance": [ 96842.07018569921, @@ -7666,11 +5459,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 132.0444714819712, + 132.0444714819689, -121.2134844144964, - -295.3762209531146, + -295.37622095311485, -316.60905655967304, - -197.53026184065448, + -197.53026184065516, 43.57420449072242, 271.23676547347236, 321.40177173825737 @@ -7678,7 +5471,7 @@ "relative wind speed": [ 2.0468886675109776, 1.8995229141403793, - 1.7720943436672387, + 1.7720943436672385, 1.7493477871700052, 1.8479196810427745, 1.999093060221493, @@ -7686,14 +5479,14 @@ 2.131746393052771 ], "relative wind angle": [ - 0.0834515709430231, + 0.0834515709430271, 0.10086120239087415, 0.0563866642220933, 0.028601200074484544, - 0.09246139226081693, + 0.09246139226081815, 0.0958217009671059, 0.047284746457045966, - 0.023469591860457346 + 0.023469591860457342 ], "resistance": [ 96766.544471482, @@ -7733,52 +5526,7 @@ "id": "421", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.349770991518293, - 15.349770991518293, - 15.349770991518293, - 15.349770991518293, - 15.349770991518293, - 15.349770991518293, - 15.349770991518293, - 15.349770991518293 - ], - "relative wind speed": [ - 0.26384365424325956, - 0.26384365424325956, - 0.26384365424325956, - 0.26384365424325956, - 0.26384365424325956, - 0.26384365424325956, - 0.26384365424325956, - 0.26384365424325956 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -66.25, -57.1875 -65.9375, -56.875 -65.9375, -56.875 -66.25, -57.1875 -66.25))", @@ -7797,52 +5545,7 @@ "id": "423", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 11.904332714693439, - 11.904332714693439, - 11.904332714693439, - 11.904332714693439, - 11.904332714693439, - 11.904332714693439, - 11.904332714693439, - 11.904332714693439 - ], - "relative wind speed": [ - 0.2323529717218987, - 0.2323529717218987, - 0.2323529717218987, - 0.2323529717218987, - 0.2323529717218987, - 0.2323529717218987, - 0.2323529717218987, - 0.2323529717218987 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -65.9375, -56.875 -65.625, -56.5625 -65.625, -56.5625 -65.9375, -56.875 -65.9375))", @@ -7861,52 +5564,7 @@ "id": "424", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 18.603638643096154, - 18.603638643096154, - 18.603638643096154, - 18.603638643096154, - 18.603638643096154, - 18.603638643096154, - 18.603638643096154, - 18.603638643096154 - ], - "relative wind speed": [ - 0.2904655629835448, - 0.2904655629835448, - 0.2904655629835448, - 0.2904655629835448, - 0.2904655629835448, - 0.2904655629835448, - 0.2904655629835448, - 0.2904655629835448 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -65.9375, -56.5625 -65.625, -56.25 -65.625, -56.25 -65.9375, -56.5625 -65.9375))", @@ -7925,52 +5583,7 @@ "id": "425", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.950995908577735, - 23.950995908577735, - 23.950995908577735, - 23.950995908577735, - 23.950995908577735, - 23.950995908577735, - 23.950995908577735, - 23.950995908577735 - ], - "relative wind speed": [ - 0.3295774516521735, - 0.3295774516521735, - 0.3295774516521735, - 0.3295774516521735, - 0.3295774516521735, - 0.3295774516521735, - 0.3295774516521735, - 0.3295774516521735 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -66.25, -56.875 -65.9375, -56.5625 -65.9375, -56.5625 -66.25, -56.875 -66.25))", @@ -7989,52 +5602,7 @@ "id": "426", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.408669209742413, - 14.408669209742413, - 14.408669209742413, - 14.408669209742413, - 14.408669209742413, - 14.408669209742413, - 14.408669209742413, - 14.408669209742413 - ], - "relative wind speed": [ - 0.2556275387999816, - 0.2556275387999816, - 0.2556275387999816, - 0.2556275387999816, - 0.2556275387999816, - 0.2556275387999816, - 0.2556275387999816, - 0.2556275387999816 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -65.9375, -56.25 -65.625, -55.9375 -65.625, -55.9375 -65.9375, -56.25 -65.9375))", @@ -8053,52 +5621,7 @@ "id": "436", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 21.062916470559284, - 21.062916470559284, - 21.062916470559284, - 21.062916470559284, - 21.062916470559284, - 21.062916470559284, - 21.062916470559284, - 21.062916470559284 - ], - "relative wind speed": [ - 0.30906865047345755, - 0.30906865047345755, - 0.30906865047345755, - 0.30906865047345755, - 0.30906865047345755, - 0.30906865047345755, - 0.30906865047345755, - 0.30906865047345755 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -66.875, -57.5 -66.5625, -57.1875 -66.5625, -57.1875 -66.875, -57.5 -66.875))", @@ -8130,40 +5653,40 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 140.2939403621981, + 140.29394036219674, -53.152741202813786, - -206.98875764476634, - -242.06890586142708, + -206.98875764476713, + -242.06890586143163, -178.23478687259, -4.847801284079878, 181.2605055466247, 263.93429282848433 ], "relative wind speed": [ - 1.6977715241659361, + 1.697771524165936, 1.5654329426552562, 1.4325419455183603, - 1.3858557343773346, + 1.3858557343773348, 1.4604510710830974, 1.6014884268536556, 1.72138579453502, 1.759189973479257 ], "relative wind angle": [ - 0.08541541062154392, + 0.08541541062154653, 0.11953565437705477, - 0.08328083995177633, - 0.013100124149091487, + 0.08328083995177901, + 0.013100124149108437, 0.09933785004913483, 0.1168320045144083, - 0.06928186660865937, + 0.06928186660865938, 0.010319911679347503 ], "resistance": [ 96774.79394036221, 96581.3472587972, 96427.51124235525, - 96392.43109413859, + 96392.43109413858, 96456.26521312742, 96629.65219871594, 96815.76050554664, @@ -8173,7 +5696,7 @@ 39.20056720244217, 39.10088589238406, 39.02171499437354, - 39.003673510388325, + 39.00367351038832, 39.03650638286394, 39.12576394295512, 39.22169476651922, @@ -8210,17 +5733,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 391.6678906900863, + 391.66789069008314, 381.75323589247387, - 106.8682695193645, + 106.86826951936291, -212.62039984067155, - -397.72169057617293, + -397.7216905761743, -393.51448111031254, -197.60057333599957, 124.29302647807413 ], "relative wind speed": [ - 2.3256278279842753, + 2.325627827984275, 2.3222299765101106, 2.20159290401253, 2.022624551663758, @@ -8230,19 +5753,19 @@ 2.210234905873294 ], "relative wind angle": [ - 0.036660234613461753, + 0.036660234613464786, 0.040615766573456585, - 0.0994509291290836, - 0.10641884395145723, - 0.045143725365341676, - 0.04983251507019963, - 0.10778076125374356, + 0.09945092912908583, + 0.10641884395145722, + 0.04514372536534413, + 0.04983251507019964, + 0.10778076125374357, 0.09735575012757088 ], "resistance": [ - 97026.16789069006, + 97026.16789069005, 97016.25323589245, - 96741.36826951934, + 96741.36826951933, 96421.8796001593, 96236.7783094238, 96240.98551888966, @@ -8250,9 +5773,9 @@ 96758.79302647804 ], "fuel": [ - 40.0309115283717, + 40.030911528371696, 40.02578993778495, - 39.88393889352204, + 39.883938893522036, 39.71942395604768, 39.6242831527523, 39.62644421380689, @@ -8290,17 +5813,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 488.3726423535941, + 488.372642353585, 253.67586936251018, - -106.54348779375823, + -106.5434877937596, -388.7667826698337, - -450.3022010014181, + -450.30220100142196, -325.7946173910191, -0.7572157195431828, 343.3967288026438 ], "relative wind speed": [ - 2.39429734534488, + 2.3942973453448797, 2.3076280123344532, 2.1255946890132265, 1.9453542832652615, @@ -8310,19 +5833,19 @@ 2.345629031349208 ], "relative wind angle": [ - 0.012204649318237113, - 0.08708103103527326, - 0.12006994333211073, - 0.0820164573436563, - 0.015501311892352036, - 0.10100990980874394, + 0.012204649318246209, + 0.08708103103527327, + 0.12006994333211259, + 0.08201645734365631, + 0.015501311892359199, + 0.10100990980874396, 0.1168641522959845, 0.06799674060046236 ], "resistance": [ - 97122.87264235363, + 97122.87264235361, 96888.17586936255, - 96527.95651220628, + 96527.95651220626, 96245.7332173302, 96184.1977989986, 96308.70538260901, @@ -8330,7 +5853,7 @@ 96977.89672880268 ], "fuel": [ - 40.13385937097389, + 40.13385937097388, 40.01263629405693, 39.82697833996498, 39.68185708646826, @@ -8370,19 +5893,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 437.2631763512568, + 437.2631763512559, 284.90510118740644, -23.367721315240487, -301.96568677729397, - -395.2520343156518, + -395.2520343156457, -330.6139367637113, - -71.48345839474678, + -71.48345839474746, 244.08239948095024 ], "relative wind speed": [ - 2.240636635384966, + 2.2406366353849654, 2.185861118109219, - 2.02785038149263, + 2.0278503814926294, 1.8474417439366935, 1.7578750803498435, 1.8255378665704367, @@ -8391,12 +5914,12 @@ ], "relative wind angle": [ 0.006349927876330003, - 0.0735502904808335, - 0.11931881454898549, - 0.09799309462259735, - 0.008093829260654536, - 0.08810213935960248, - 0.12101277128947621, + 0.07355029048083352, + 0.11931881454898456, + 0.09799309462259737, + 0.008093829260640818, + 0.0881021393596025, + 0.12101277128947713, 0.08349116960448182 ], "resistance": [ @@ -8450,9 +5973,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 77.96987801619048, + 77.96987801619014, -89.99357512784059, - -198.94477969530692, + -198.9447796953075, -207.15596027554625, -119.06944937258208, 44.20467698516927, @@ -8462,7 +5985,7 @@ "relative wind speed": [ 1.523234451479161, 1.38890427116805, - 1.2770187828142265, + 1.2770187828142263, 1.2649648821266803, 1.3620138011525826, 1.4987560556122117, @@ -8470,14 +5993,14 @@ 1.6047394292187627 ], "relative wind angle": [ - 0.10479150002949487, - 0.1227175422540611, - 0.06355641097971863, + 0.10479150002949594, + 0.12271754225406112, + 0.06355641097972037, 0.043739479670189804, - 0.11724968759619764, + 0.11724968759619765, 0.11368240822483877, 0.05086818360741976, - 0.03447427161583011 + 0.03447427161583012 ], "resistance": [ 96712.46987801616, @@ -8530,9 +6053,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 15.623145200630006, + 15.623145200629324, -104.83827366303478, - -160.5430418300259, + -160.54304183002523, -146.43707472366748, -54.35945533483505, 74.16977256474911, @@ -8540,9 +6063,9 @@ 133.38362220126646 ], "relative wind speed": [ - 1.3706264641925194, + 1.370626464192519, 1.2591490713598035, - 1.1898187969460763, + 1.189818796946076, 1.21190484077017, 1.309013870323302, 1.4165725654329968, @@ -8550,13 +6073,13 @@ 1.4571962372863534 ], "relative wind angle": [ - 0.10435486560820477, + 0.10435486560820584, 0.09773192480436048, - 0.02604287633775689, - 0.06527172068665557, + 0.02604287633775263, + 0.06527172068665556, 0.1092858356653976, 0.086841877091838, - 0.021002777057743165, + 0.02100277705774316, 0.05427256447034076 ], "resistance": [ @@ -8610,17 +6133,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -183.3281273033415, + -183.32812730334217, 320.5907706319065, - 686.4361807050448, + 686.4361807050389, 544.7923461215898, 77.49607040172373, -391.4898470243545, - -608.6685260635375, + -608.6685260635384, -547.7309517489716 ], "relative wind speed": [ - 1.9896666163706602, + 1.98966661637066, 2.2621652190490695, 2.4041340956093724, 2.3575655969579987, @@ -8630,13 +6153,13 @@ 1.7270520824790399 ], "relative wind angle": [ - 0.1878340456566264, + 0.18783404565662756, 0.14057312891844126, - 0.031911434709430274, + 0.03191143470943724, 0.0885433906724284, 0.17445078827728808, 0.1721518553686492, - 0.04618014923082784, + 0.04618014923083025, 0.12100609705779221 ], "resistance": [ @@ -8677,52 +6200,7 @@ "id": "483", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.975460762926875, - 15.975460762926875, - 15.975460762926875, - 15.975460762926875, - 15.975460762926875, - 15.975460762926875, - 15.975460762926875, - 15.975460762926875 - ], - "relative wind speed": [ - 0.26916736284256865, - 0.26916736284256865, - 0.26916736284256865, - 0.26916736284256865, - 0.26916736284256865, - 0.26916736284256865, - 0.26916736284256865, - 0.26916736284256865 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -65.9375, -53.4375 -65.625, -53.125 -65.625, -53.125 -65.9375, -53.4375 -65.9375))", @@ -8741,52 +6219,7 @@ "id": "497", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 53.461954600858164, - 53.461954600858164, - 53.461954600858164, - 53.461954600858164, - 53.461954600858164, - 53.461954600858164, - 53.461954600858164, - 53.461954600858164 - ], - "relative wind speed": [ - 0.4924000852912412, - 0.4924000852912412, - 0.4924000852912412, - 0.4924000852912412, - 0.4924000852912412, - 0.4924000852912412, - 0.4924000852912412, - 0.4924000852912412 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -66.875, -52.8125 -66.5625, -52.5 -66.5625, -52.5 -66.875, -52.8125 -66.875))", @@ -8818,11 +6251,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 447.6105169990699, + 447.6105169990651, 370.7913998162094, - 61.1010585539284, - -260.19346459899407, - -416.5010372930042, + 61.10105855392749, + -260.1934645989943, + -416.5010372930026, -383.6447713280377, -145.65713443029358, 194.4030879073698 @@ -8831,24 +6264,24 @@ 2.1229439565983155, 2.094192542083181, 1.935368571948259, - 1.720992837489606, - 1.5790177082972219, + 1.7209928374896062, + 1.5790177082972217, 1.6169556464716976, 1.8040333856912065, 2.009570008554814 ], "relative wind angle": [ - 0.031270813119843005, + 0.031270813119850104, 0.06953339219640478, - 0.14108264884897592, - 0.13953951690572078, - 0.04204824792228131, + 0.1410826488489775, + 0.1395395169057216, + 0.04204824792227603, 0.09010517376918736, - 0.15143006752881705, + 0.15143006752881707, 0.11939749099203605 ], "resistance": [ - 97082.11051699909, + 97082.11051699908, 97005.29139981623, 96695.60105855395, 96374.30653540102, @@ -8858,7 +6291,7 @@ 96828.90308790738 ], "fuel": [ - 39.69345638446943, + 39.69345638446942, 39.65376767971303, 39.49398843146994, 39.328599398683174, @@ -8898,9 +6331,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 13.949151996177989, + 13.949151996175715, 505.2487489955138, - 707.0945428787518, + 707.0945428787436, 365.1053225880455, -150.38668648883822, -550.4403103861305, @@ -8908,9 +6341,9 @@ -452.3294566797449 ], "relative wind speed": [ - 2.3816790829360115, + 2.381679082936011, 2.592078132556789, - 2.6529291009936657, + 2.6529291009936653, 2.538291700204995, 2.29829308330963, 2.058076117543934, @@ -8918,11 +6351,11 @@ 2.1240578136091868 ], "relative wind angle": [ - 0.14197852286438836, + 0.14197852286438994, 0.0805288824831701, - 0.015882133388502768, + 0.01588213338850976, 0.1058179492892802, - 0.14716658720008008, + 0.1471665872000801, 0.10148798142054902, 0.02129115498456199, 0.12655627062854044 @@ -8930,7 +6363,7 @@ "resistance": [ 96648.44915199623, 97139.74874899557, - 97341.59454287881, + 97341.5945428788, 96999.6053225881, 96484.11331351122, 96084.05968961393, @@ -8940,7 +6373,7 @@ "fuel": [ 40.1788550307747, 40.43241216264834, - 40.53684401577374, + 40.53684401577373, 40.359993318602655, 40.094242631913296, 39.88868514148709, @@ -8978,9 +6411,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 174.49840544948347, + 174.49840544947983, 544.512311589172, - 530.2781772315029, + 530.2781772315025, 149.55094019850458, -292.0208985263034, -547.8900689597858, @@ -8988,9 +6421,9 @@ -270.5301706729397 ], "relative wind speed": [ - 2.5189718283905598, + 2.5189718283905593, 2.6587858266621875, - 2.6545269077706592, + 2.654526907770659, 2.508104445756272, 2.2900168598421713, 2.126088948874657, @@ -8998,8 +6431,8 @@ 2.3019140687185304 ], "relative wind angle": [ - 0.10414667590783983, - 0.03902610792884839, + 0.10414667590784198, + 0.0390261079288484, 0.043397652239144345, 0.10649753864683484, 0.11460293407368946, @@ -9058,19 +6491,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 595.5247284914738, + 595.5247284914669, 410.85614213383724, - 3.2975916217142185, + 3.297591621713309, -373.65199034525995, -515.0774756815088, -435.89236751826047, - -100.65750286685147, + -100.65750286685193, 321.63365327830365 ], "relative wind speed": [ - 2.2510736836878307, + 2.2510736836878302, 2.185704034197625, - 1.9752595277820126, + 1.9752595277820124, 1.7185231976709083, 1.5772873143472503, 1.6666930960092459, @@ -9078,17 +6511,17 @@ 2.1451913715236723 ], "relative wind angle": [ - 0.014398927903700044, + 0.014398927903707755, 0.09868028267972391, - 0.1714199438280221, + 0.1714199438280234, 0.15256667001348173, 0.02055060538801126, 0.12956172968795152, - 0.17720508530305087, + 0.17720508530305148, 0.12205109445122315 ], "resistance": [ - 97230.0247284915, + 97230.02472849148, 97045.35614213385, 96637.79759162173, 96260.84800965476, @@ -9098,7 +6531,7 @@ 96956.13365327832 ], "fuel": [ - 39.85657759058, + 39.85657759057999, 39.76110372028062, 39.550844553098784, 39.356926725152974, @@ -9138,37 +6571,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 577.1185415435496, + 577.1185415434004, 356.3246316048501, - -43.60307156475142, - -392.42869018954116, + -43.603071564751644, + -392.42869018954093, -497.8510575164762, -403.6795235870188, - -62.43275431610368, + -62.43275431610323, 340.24028545037913 ], "relative wind speed": [ 2.3228332909101166, 2.246473138968305, - 2.0427017290557647, - 1.812596143652583, + 2.0427017290557643, + 1.8125961436525828, 1.7043858049341418, 1.8038414302025592, 2.0317123604324294, 2.239415256141011 ], "relative wind angle": [ - 0.0023932425800813045, + 0.0023932425802668644, 0.09572893911875058, - 0.1519645904978007, - 0.12311026300180433, - 0.003261648901527365, + 0.15196459049779998, + 0.12311026300180342, + 0.0032616489015273647, 0.11932010312342478, - 0.15279299364884424, - 0.09955905778157757 + 0.15279299364884352, + 0.09955905778157759 ], "resistance": [ - 97211.61854154358, + 97211.61854154343, 96990.82463160488, 96590.89692843528, 96242.07130981049, @@ -9178,7 +6611,7 @@ 96974.7402854504 ], "fuel": [ - 39.988722556869504, + 39.988722556869426, 39.87460181521604, 39.668354869905336, 39.488947749578394, @@ -9218,9 +6651,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 562.3249241432131, + 562.3249241432086, 174.16903747337756, - -279.8050081035458, + -279.80500810354647, -549.7114484428598, -548.7415982559476, -276.4378084760101, @@ -9228,9 +6661,9 @@ 564.5890363612612 ], "relative wind speed": [ - 2.434996010554941, + 2.4349960105549404, 2.272471184822032, - 2.021313174400898, + 2.0213131744008974, 1.8236428917712915, 1.8246210499795255, 2.0234431698469844, @@ -9238,14 +6671,14 @@ 2.4357286693593156 ], "relative wind angle": [ - 0.05252234155020962, + 0.05252234155021385, 0.13532731580707283, - 0.15184606295349246, + 0.15184606295349248, 0.06904126757426965, 0.07011741286316049, 0.15210460987100644, 0.1348414586335362, - 0.051673497286957214 + 0.05167349728695722 ], "resistance": [ 97196.82492414323, @@ -9298,9 +6731,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 673.252684842209, + 673.252684842203, 285.28037270579034, - -235.3196762631792, + -235.31967626318055, -597.0062298339767, -644.3390018662594, -402.842593487439, @@ -9308,9 +6741,9 @@ 562.0341751476803 ], "relative wind speed": [ - 2.807092790240354, + 2.8070927902403535, 2.675414915160696, - 2.441376697333436, + 2.4413766973334354, 2.2335374059477493, 2.193654628686687, 2.3524552269307026, @@ -9318,9 +6751,9 @@ 2.7754641448251673 ], "relative wind angle": [ - 0.027487693807063295, + 0.027487693807067337, 0.10167031162244788, - 0.12602777287301825, + 0.12602777287301828, 0.07278934281672865, 0.03517723509278985, 0.11568701872772531, @@ -9328,7 +6761,7 @@ 0.05855851725707506 ], "resistance": [ - 97307.75268484223, + 97307.75268484221, 96919.7803727058, 96399.18032373683, 96037.49377016604, @@ -9338,7 +6771,7 @@ 97196.5341751477 ], "fuel": [ - 40.84970463684492, + 40.84970463684491, 40.6491570459238, 40.38093260311089, 40.19517755565015, @@ -9378,19 +6811,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 473.3370751246523, + 473.3370751246482, 90.61474325500149, - -308.8282905909816, + -308.8282905909821, -508.37356877307207, -470.6602930126521, -179.71878081668115, - 241.3241136694039, + 241.32411366940346, 561.0304266119674 ], "relative wind speed": [ - 2.187488624349605, + 2.1874886243496046, 1.9992751805518365, - 1.7378502166178704, + 1.7378502166178702, 1.5577141112936481, 1.601219244707072, 1.8308217564002873, @@ -9398,13 +6831,13 @@ 2.2186789535117177 ], "relative wind angle": [ - 0.07938238770265499, - 0.16624094018944346, - 0.17022692721795316, - 0.05492537620413882, - 0.10854657192002473, + 0.07938238770265918, + 0.1662409401894435, + 0.17022692721795382, + 0.05492537620413883, + 0.10854657192002475, 0.18169986962518817, - 0.14197538122093642, + 0.14197538122093722, 0.0385527652806439 ], "resistance": [ @@ -9458,9 +6891,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 397.89647373412004, + 397.896473734118, 161.73852605880938, - -143.10603191562427, + -143.10603191562473, -348.381941355894, -370.37184007382996, -219.14499115116269, @@ -9468,7 +6901,7 @@ 346.61791698758 ], "relative wind speed": [ - 1.9548053097861264, + 1.954805309786126, 1.8375945394564792, 1.6332281064423035, 1.4521758485554388, @@ -9478,14 +6911,14 @@ 1.9340569739181426 ], "relative wind angle": [ - 0.03899922250116125, + 0.038999222501164096, 0.1319204217523975, - 0.16335951802299614, + 0.16335951802299684, 0.09235645619408824, 0.053543813241782326, 0.15432860500785714, - 0.1494613586584641, - 0.06930224818293615 + 0.14946135865846413, + 0.06930224818293616 ], "resistance": [ 97032.39647373413, @@ -9538,19 +6971,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 376.9906683117456, + 376.9906683117438, 94.99331983413458, - -215.60294058742465, + -215.60294058742534, -385.3715981953278, -370.27381380565964, -163.6722259376727, - 155.55996905325696, + 155.5599690532565, 412.13831064976785 ], "relative wind speed": [ 1.954293582177352, 1.8028834731727932, - 1.5814777604910535, + 1.5814777604910533, 1.4178336843582238, 1.4371658229031572, 1.6230588991225492, @@ -9558,14 +6991,14 @@ 1.9683639529720307 ], "relative wind angle": [ - 0.06683205911432631, - 0.1535102627126552, - 0.1647373263000929, + 0.06683205911432964, + 0.15351026271265517, + 0.16473732630009358, 0.0642995021939357, 0.0909375317728054, 0.1706767326752599, - 0.1414642118450925, - 0.046300254126960795 + 0.1414642118450933, + 0.04630025412696079 ], "resistance": [ 97011.49066831174, @@ -9618,17 +7051,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 464.77675581195876, + 464.7767558119547, 231.35268242417783, - -108.82350986692222, + -108.82350986692245, -366.1228945163357, - -417.18535597402297, + -417.1853559740242, -286.3524090484382, - 24.639516446721927, + 24.639516446721473, 345.4476467237164 ], "relative wind speed": [ - 2.090459595911783, + 2.0904595959117827, 1.9893148757171983, 1.7848532456024213, 1.5833631758367965, @@ -9638,13 +7071,13 @@ 2.0449744876520097 ], "relative wind angle": [ - 0.02102879571250408, + 0.021028795712509363, 0.11680746468888978, - 0.1597465110737512, - 0.10736714720113259, - 0.028869542743326402, + 0.15974651107375193, + 0.10736714720113258, + 0.028869542743330253, 0.14073862800189296, - 0.15227506268659707, + 0.1522750626865978, 0.0830670714547784 ], "resistance": [ @@ -9698,9 +7131,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 389.9791229086352, + 389.9791229086338, 40.33819923011106, - -297.5887939305825, + -297.58879393058305, -443.209247238775, -387.4917945664745, -109.4778444337951, @@ -9708,7 +7141,7 @@ 519.1394603313861 ], "relative wind speed": [ - 1.9353442664820015, + 1.9353442664820013, 1.7337006554620609, 1.469898426785233, 1.3058581569887309, @@ -9718,13 +7151,13 @@ 1.9866383315563987 ], "relative wind angle": [ - 0.10467444991314769, + 0.10467444991314982, 0.1977363206887932, - 0.19127940575372232, - 0.041835970258245966, + 0.1912794057537241, + 0.04183597025824596, 0.14698018985307254, 0.21092789179258753, - 0.15011941310736807, + 0.1501194131073681, 0.027495085049674226 ], "resistance": [ @@ -9778,9 +7211,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 486.70799897450274, + 486.70799897449956, 131.0331667801322, - -271.91817171443563, + -271.91817171443677, -499.580114287176, -487.943378238346, -231.22467749110888, @@ -9790,7 +7223,7 @@ "relative wind speed": [ 2.3646007641284945, 2.2091100138789175, - 1.979256766079618, + 1.9792567660796179, 1.8075259172716969, 1.8193916834628414, 2.0053318473885313, @@ -9798,11 +7231,11 @@ 2.373683409800457 ], "relative wind angle": [ - 0.05403340435147415, - 0.1286543438678707, - 0.13843431630554914, - 0.05691825851549836, - 0.07024895404639378, + 0.05403340435147826, + 0.12865434386787072, + 0.13843431630555075, + 0.056918258515498366, + 0.0702489540463938, 0.14181215397795563, 0.12264654941201333, 0.04333259948750144 @@ -9858,9 +7291,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 869.0231007556833, + 869.0231007556806, 115.94567165026842, - -585.0304158756173, + -585.0304158756178, -882.851820000994, -746.5386676861059, -152.44845309614766, @@ -9870,7 +7303,7 @@ "relative wind speed": [ 2.450601918352166, 2.097066165210485, - 1.6117398001352576, + 1.6117398001352572, 1.2883751210207115, 1.4607017982019417, 1.9342732496291961, @@ -9878,13 +7311,13 @@ 2.5454251222608315 ], "relative wind angle": [ - 0.15748646966591703, + 0.15748646966591986, 0.30474769495149956, - 0.31903461630493646, + 0.3190346163049361, 0.06655651568480396, 0.26625717352090655, 0.33133490808995253, - 0.21643462253436624, + 0.2164346225343662, 0.033669289690639925 ], "resistance": [ @@ -9938,7 +7371,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 726.4183238793757, + 726.4183238793753, 136.514198380969, -429.33430452574896, -690.1373755441216, @@ -9958,12 +7391,12 @@ 2.2305916259553333 ], "relative wind angle": [ - 0.15415428756172683, - 0.3156048497175498, + 0.15415428756172753, + 0.3156048497175499, 0.3486872367184797, 0.09729001510995071, 0.27552385654379985, - 0.35521318211830794, + 0.355213182118308, 0.23751502931960838, 0.04724433373637845 ], @@ -10018,19 +7451,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 815.1890824504394, + 815.1890824504374, 212.2229627624547, - -400.060785473961, + -400.06078547396123, -715.8903996142185, -655.8912376218775, -213.21317645161002, - 435.9210519797482, + 435.9210519797484, 952.5292016764517 ], "relative wind speed": [ 2.2247553994343527, 1.9272464864843102, - 1.4742882989205504, + 1.4742882989205501, 1.1089768810948983, 1.198329961513163, 1.6343966055723216, @@ -10038,13 +7471,13 @@ 2.2706170001058035 ], "relative wind angle": [ - 0.13663680261944494, - 0.3076544105273643, - 0.36215059392012433, + 0.1366368026194474, + 0.30765441052736425, + 0.36215059392012466, 0.14027803927403987, - 0.2556599857911617, + 0.25565998579116217, 0.36514397521708625, - 0.25733328219068635, + 0.2573332821906859, 0.06834096970263426 ], "resistance": [ @@ -10098,9 +7531,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 705.1478494125581, + 705.1478494125568, 152.41336551180825, - -383.8377678739296, + -383.8377678739299, -639.911325196595, -563.1296619363707, -145.99807712242853, @@ -10108,9 +7541,9 @@ 881.1468292557026 ], "relative wind speed": [ - 2.069692688245711, + 2.0696926882457105, 1.7689705506287352, - 1.3266277476942692, + 1.326627747694269, 0.9888414753617981, 1.1140103143495246, 1.5477047506753838, @@ -10119,13 +7552,13 @@ ], "relative wind angle": [ 0.15632155130551603, - 0.3302511452538029, - 0.37753254441680056, + 0.33025114525380295, + 0.3775325444168003, 0.11956857527618393, 0.2934376397895192, 0.37969909281432157, 0.254789113047521, - 0.0553446106423191 + 0.05534461064231911 ], "resistance": [ 97339.64784941259, @@ -10178,9 +7611,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 764.8656697923385, + 764.8656697923371, 350.38609997708943, - -154.61523117818012, + -154.6152311781807, -491.4733328440651, -533.2480626970548, -280.72985053029845, @@ -10190,22 +7623,22 @@ "relative wind speed": [ 1.9299990351527987, 1.7226936055029733, - 1.3249267361892292, - 0.8934675301788283, + 1.3249267361892287, + 0.8934675301788284, 0.8105040937885195, 1.1891761447732834, 1.6206117071864066, 1.8930211129976409 ], "relative wind angle": [ - 0.0831155578999447, + 0.08311555789994737, 0.3020110816054795, - 0.4400628948268535, - 0.3256028638131156, + 0.44006289482685373, + 0.325602863813116, 0.1990005522390958, - 0.4454744856186837, - 0.355727257406143, - 0.15155640635862824 + 0.44547448561868375, + 0.3557272574061431, + 0.15155640635862822 ], "resistance": [ 97399.36566979239, @@ -10258,34 +7691,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 678.7800703670102, + 678.7800703670089, 353.9821878562559, -79.03291251165342, -392.8890282310658, - -458.88350056702, + -458.88350056702006, -278.94120010800475, 111.48685794508526, 526.9019332107682 ], "relative wind speed": [ - 1.784445604824579, + 1.7844456048245787, 1.620589571694912, 1.2701690722124381, - 0.8594727661696365, - 0.7174624583274277, + 0.8594727661696366, + 0.7174624583274278, 1.0357064911453888, 1.4441845531932498, 1.7205537073569386 ], "relative wind angle": [ - 0.05311089634493901, - 0.27851782163381034, - 0.43509691032313247, - 0.3709792617228903, - 0.1324199875350184, + 0.05311089634494111, + 0.2785178216338103, + 0.43509691032313275, + 0.3709792617228909, + 0.13241998753501927, 0.44470276411572546, - 0.3797736936226516, - 0.1820994425559624 + 0.3797736936226517, + 0.18209944255596242 ], "resistance": [ 97313.28007036704, @@ -10338,9 +7771,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 646.1467226851764, + 646.1467226851751, 234.65607267506994, - -256.0457136138616, + -256.0457136138623, -562.7178762434506, -575.0806657377183, -297.1693333349083, @@ -10350,21 +7783,21 @@ "relative wind speed": [ 2.2266488090502574, 2.0401854366208747, - 1.7300316065836805, - 1.4611334347807894, + 1.7300316065836803, + 1.4611334347807892, 1.4459335084006533, 1.6989208379912357, 2.0138717113516043, 2.2167042462463153 ], "relative wind angle": [ - 0.06523479972015156, + 0.06523479972015325, 0.18713736726992472, - 0.2283578390351107, - 0.11957190482335095, + 0.22835783903511073, + 0.11957190482335002, 0.1005557249398392, - 0.22532025098963593, - 0.19571912161091284, + 0.2253202509896359, + 0.19571912161091282, 0.07870900201536407 ], "resistance": [ @@ -10418,34 +7851,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 574.0766297803348, + 574.0766297803341, 186.03246989847526, - -257.7031589393421, + -257.7031589393423, -520.3807141300636, -516.681123666742, -245.42551595918212, - 200.45365853700173, - 582.6082133019654 + 200.4536585370015, + 582.6082133019663 ], "relative wind speed": [ - 2.1101276682233987, + 2.1101276682233983, 1.920360276478263, - 1.618430693695755, + 1.6184306936957547, 1.3686250172231278, 1.3734399630421028, 1.6282482970380583, 1.9286415421188265, - 2.113253811191169 + 2.1132538111911687 ], "relative wind angle": [ 0.07524336013532287, - 0.19588068253958416, - 0.23062711900646013, + 0.19588068253958418, + 0.23062711900645963, 0.10940312040934867, 0.11575176070222638, 0.23161290779739968, - 0.1930172783661715, - 0.07077150380926876 + 0.19301727836617208, + 0.07077150380926561 ], "resistance": [ 97208.57662978035, @@ -10498,7 +7931,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 582.7978145618085, + 582.7978145618079, 238.41562121693323, -188.72153765564678, -470.35835808481784, @@ -10508,7 +7941,7 @@ 523.0244126485898 ], "relative wind speed": [ - 2.010815207196743, + 2.0108152071967424, 1.8422274858488301, 1.543741552885592, 1.2662617240728593, @@ -10520,12 +7953,12 @@ "relative wind angle": [ 0.06073016919978498, 0.19856876548073088, - 0.25667058065177045, + 0.2566705806517704, 0.15126864844652552, 0.09943443280340733, - 0.2498034163863397, - 0.2218702890542636, - 0.09614157675678014 + 0.24980341638633968, + 0.22187028905426356, + 0.09614157675678013 ], "resistance": [ 97217.2978145618, @@ -10578,19 +8011,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 536.063264066606, + 536.0632640666051, 161.38769837057225, - -252.10929987279246, + -252.1092998727928, -486.98058074007497, -472.77603962059663, -205.69773285353665, - 216.10973025456542, + 216.10973025456565, 568.7177426181363 ], "relative wind speed": [ - 1.9729981511445305, + 1.9729981511445303, 1.7733952831106448, - 1.4620484880837128, + 1.4620484880837126, 1.2086255110565012, 1.2292138030154156, 1.5029163142983948, @@ -10598,14 +8031,14 @@ 1.9856768750143532 ], "relative wind angle": [ - 0.09001712326770778, - 0.2217909250993369, - 0.25891404993992356, + 0.09001712326770901, + 0.22179092509933687, + 0.25891404993992445, 0.1154914845716361, - 0.14479591909783082, + 0.14479591909783085, 0.26257294752406674, - 0.2086386358116961, - 0.0701978800049487 + 0.20863863581169553, + 0.07019788000494871 ], "resistance": [ 97170.56326406662, @@ -10658,7 +8091,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 458.4640510007889, + 458.46405100078755, 555.4484534366661, 258.6617234665032, -129.75067593716676, @@ -10668,7 +8101,7 @@ 97.55695673968387 ], "relative wind speed": [ - 1.8054812117893055, + 1.8054812117893058, 1.8460137905869665, 1.6939168009589045, 1.3999710550157383, @@ -10678,9 +8111,9 @@ 1.5849415244293774 ], "relative wind angle": [ - 0.12251248647381856, + 0.1225124864738222, 0.05211842478401096, - 0.2121306990714762, + 0.21213069907147622, 0.29587657542522355, 0.20176722230006935, 0.09335782103613133, @@ -10725,68 +8158,7 @@ "id": "575", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.014331372784212, - 5.014331372784212, - 5.014331372784212, - 5.014331372784212, - 5.014331372784212, - 5.014331372784212, - 5.014331372784212, - 5.014331372784212 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 563.4772131672725, - 215.71490310240222, - -188.51860850199887, - -440.06224494687234, - -449.39072665465756, - -217.91836396282508, - 180.6785761219562, - 542.1350873914233 - ], - "relative wind speed": [ - 1.8295395232015346, - 1.63662857179859, - 1.3040963121505331, - 0.993171428941095, - 0.9767979123079777, - 1.2738900841195946, - 1.6126629645034638, - 1.8207030348689004 - ], - "relative wind angle": [ - 0.08841029255921988, - 0.258229420037678, - 0.3356304590806733, - 0.1919728329427027, - 0.16613982851599665, - 0.33427573546191675, - 0.26959798728630224, - 0.1042656411929074 - ], - "resistance": [ - 97197.97721316725, - 96850.21490310239, - 96445.98139149799, - 96194.4377550531, - 96185.10927334533, - 96416.58163603715, - 96815.17857612194, - 97176.6350873914 - ], - "fuel": [ - 39.23775503481181, - 39.05810851853891, - 38.849855761843855, - 38.72057258097729, - 38.71578264909599, - 38.8347333342925, - 39.04003446001475, - 39.22671719114793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -60.46875, -58.125 -60.3125, -57.96875 -60.3125, -57.96875 -60.46875, -58.125 -60.46875))", @@ -10818,53 +8190,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 887.955907480645, + 887.955907480638, 495.0240684848229, - -70.53667777734665, - -505.40377225660006, - -616.1749485658611, + -70.53667777734722, + -505.4037722566001, + -616.1749485658613, -413.3280281800651, - 82.90862405545386, + 82.9086240554534, 633.1126381042536 ], "relative wind speed": [ 2.0838606695857025, 1.9221809915262402, - 1.5487981461008549, + 1.5487981461008546, 1.1016554339902276, 0.9130281625805468, 1.217093238715334, - 1.6665293332389732, + 1.666529333238973, 1.9905906210648097 ], "relative wind angle": [ - 0.03034386668673762, + 0.030343866686748596, 0.2411705462299083, - 0.3880442569465229, - 0.3422100319198878, - 0.0693005137822419, + 0.3880442569465232, + 0.34221003191988786, + 0.06930051378224351, 0.38677562419991646, - 0.359331396407573, + 0.3593313964075727, 0.18679934303841786 ], "resistance": [ - 97522.45590748065, + 97522.45590748063, 97129.52406848482, 96563.96332222265, 96129.0962277434, 96018.32505143413, 96221.17197181993, - 96717.40862405546, + 96717.40862405545, 97267.61263810426 ], "fuel": [ - 39.507474642396616, + 39.50747464239661, 39.30405311619819, 39.01226985480076, 38.78872329505383, 38.73189302652432, 38.835996770708036, - 39.09131747307401, + 39.091317473074, 39.375476345733475 ] }, @@ -10898,37 +8270,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 861.6921332332059, + 861.6921332332039, 459.52669813196087, - -86.06754042240891, - -487.3074304824773, + -86.06754042240925, + -487.30743048247723, -577.5413370988986, -359.43684778518775, 127.82395691519969, 653.8388527190826 ], "relative wind speed": [ - 2.0009867221373896, + 2.000986722137389, 1.822757645585045, - 1.4325985915673318, - 0.9683176221055216, + 1.4325985915673316, + 0.9683176221055217, 0.7945579168623067, 1.1457856304213128, 1.6071500928220734, 1.9229225486583204 ], "relative wind angle": [ - 0.04758025518290978, - 0.275051870001365, + 0.04758025518291211, + 0.27505187000136505, 0.4359472357905734, - 0.3814388908654386, - 0.1200675140349947, + 0.3814388908654389, + 0.12006751403499472, 0.446782617030012, - 0.3859148401460382, + 0.38591484014603816, 0.18857106088778183 ], "resistance": [ - 97496.19213323323, + 97496.19213323321, 97094.02669813197, 96548.43245957761, 96147.19256951753, @@ -10938,7 +8310,7 @@ 97288.3388527191 ], "fuel": [ - 39.393013626891914, + 39.3930136268919, 39.18485806328471, 38.90342769122908, 38.6971655227639, @@ -10978,7 +8350,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 779.3452560255155, + 779.3452560255098, 507.72419774320474, 36.00808849070677, -364.01386963798194, @@ -10994,17 +8366,17 @@ 1.0076004852005327, 0.7369192837300348, 0.9718511262689308, - 1.4086985800798812, + 1.4086985800798815, 1.7474782482729734 ], "relative wind angle": [ - 0.010193294559658199, - 0.22238547991875948, - 0.406210658418294, + 0.01019329455966909, + 0.22238547991875945, + 0.4062106584182943, 0.4266042154219455, - 0.025975881065622042, + 0.025975881065622045, 0.4127726208421857, - 0.4169481526745155, + 0.41694815267451607, 0.24091122055314473 ], "resistance": [ @@ -11058,19 +8430,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 716.4971264033867, + 716.4971264033849, 345.71864857214587, - -110.02584225880241, + -110.02584225880253, -418.01821046679726, -464.2857900468195, - -247.02257336572796, - 177.50791159059145, + -247.0225733657279, + 177.50791159059156, 609.482247915737 ], "relative wind speed": [ - 1.7932720727232974, + 1.7932720727232971, 1.5979263851890397, - 1.2087157043440477, + 1.2087157043440475, 0.7606562935797777, 0.6504438254440743, 1.0418892284616057, @@ -11078,13 +8450,13 @@ 1.7493724303032523 ], "relative wind angle": [ - 0.08267603702262512, + 0.0826760370226278, 0.3265917388821705, - 0.4975540828455498, + 0.49755408284555, 0.4100050383190634, 0.22969244202444242, - 0.5144209540090521, - 0.40161874302248873, + 0.514420954009052, + 0.40161874302248846, 0.17420374549327 ], "resistance": [ @@ -11138,12 +8510,12 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 722.7849436700919, + 722.7849436700903, 409.08406721165784, -34.98192803208701, -372.67170916034036, -461.6088478316017, - -302.5953570927302, + -302.59535709273024, 82.70277653419657, 516.784096294464 ], @@ -11158,13 +8530,13 @@ 1.6986121931258267 ], "relative wind angle": [ - 0.03380509258537527, - 0.2755552883322296, - 0.45816529813139695, - 0.4374784973690128, + 0.03380509258537855, + 0.27555528833222964, + 0.45816529813139717, + 0.43747849736901273, 0.09320708357999627, - 0.4801755312713566, - 0.4199354872580367, + 0.48017553127135665, + 0.41993548725803675, 0.21350913150875028 ], "resistance": [ @@ -11218,34 +8590,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 607.9555913159559, + 607.955591315955, 327.260374951814, - -49.15200572697563, + -49.15200572697603, -323.6645965481322, -386.3581538432053, -236.00724937036892, 98.34340494532933, - 462.6685923697954 + 462.6685923697953 ], "relative wind speed": [ 1.6320691798535998, 1.4804872640863518, - 1.1458806036094071, + 1.1458806036094067, 0.7362326339490506, 0.5748691573987178, 0.8957018571122993, 1.2965654623766802, - 1.5659137475176457 + 1.5659137475176454 ], "relative wind angle": [ - 0.05130473122784566, + 0.05130473122784782, 0.29777450173692344, - 0.4814223772635858, - 0.4436217358475137, - 0.14611095602623514, + 0.48142237726358555, + 0.44362173584751363, + 0.14611095602623517, 0.5062990266041111, 0.4216061747364141, - 0.20319508653300636 + 0.20319508653300525 ], "resistance": [ 97242.455591316, @@ -11298,13 +8670,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 645.815775378068, + 645.815775378065, 351.2241277986478, - -49.5933069854666, + -49.59330698546671, -345.2790863999006, -415.12683695484986, - -258.8205294961223, - 95.63912199643914, + -258.82052949612233, + 95.63912199643892, 484.19577843657896 ], "relative wind speed": [ @@ -11314,17 +8686,17 @@ 0.78309906735978, 0.6140734756588098, 0.9322695725446043, - 1.3420635487321724, + 1.3420635487321722, 1.6208493509871003 ], "relative wind angle": [ - 0.04652110249486576, + 0.04652110249487292, 0.28837489148220047, - 0.4674969470968078, + 0.467496947096808, 0.43028039117661154, - 0.12849998520266998, - 0.48901193690828626, - 0.41462451054056604, + 0.12849998520267, + 0.4890119369082863, + 0.41462451054056576, 0.20292031177604145 ], "resistance": [ @@ -11378,34 +8750,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 644.4209194367744, + 644.4209194367714, 365.98723268092147, -28.148228799089566, - -327.85619713363366, + -327.8561971336336, -407.4258188121035, -266.9528164124359, - 74.25267578620594, + 74.25267578620583, 459.8787728175978 ], "relative wind speed": [ - 1.6766238948596515, + 1.6766238948596512, 1.5365459611348378, 1.2062036349764587, - 0.7897331596930376, + 0.7897331596930377, 0.5951146910973371, 0.8968030384061171, 1.307785139594346, 1.594224173965342 ], "relative wind angle": [ - 0.03358358778995458, + 0.03358358778996119, 0.27875081523037176, - 0.46567448083382595, - 0.449530677241358, + 0.465674480833826, + 0.44953067724135826, 0.0947393271906982, 0.49092205099898206, - 0.42700627683662523, - 0.21695821172672042 + 0.4270062768366255, + 0.2169582117267204 ], "resistance": [ 97278.92091943679, @@ -11458,7 +8830,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 778.5955671500564, + 778.5955671500552, 655.1999026868735, 171.25715378697862, -310.0988131045706, @@ -11468,7 +8840,7 @@ 369.69761525637875 ], "relative wind speed": [ - 1.9726531752955634, + 1.9726531752955632, 1.9256677148528394, 1.6471023757745158, 1.2200879948263832, @@ -11478,13 +8850,13 @@ 1.776272563453918 ], "relative wind angle": [ - 0.07025575225042859, + 0.07025575225043015, 0.15382971100753026, - 0.3441657789826613, + 0.3441657789826614, 0.41407391708750196, 0.1603295581603366, 0.309990853481242, - 0.4114670077929346, + 0.41146700779293455, 0.2800058779686785 ], "resistance": [ @@ -11538,11 +8910,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 725.0198326318667, + 725.0198326318647, 567.8628687917436, - 125.05649479378735, + 125.05649479378724, -292.7710074748984, - -487.5401958707401, + -487.54019587074004, -419.27902212358254, -86.59585553800048, 375.5039081613312 @@ -11558,13 +8930,13 @@ 1.666150889908927 ], "relative wind angle": [ - 0.05589465660418191, + 0.05589465660418589, 0.18199872137849632, - 0.38320927999705956, + 0.3832092799970599, 0.453270275929609, - 0.14134399276576512, - 0.37651673174178407, - 0.4422697132563555, + 0.14134399276576431, + 0.3765167317417841, + 0.44226971325635556, 0.28367048906514925 ], "resistance": [ @@ -11618,7 +8990,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 766.0636615731739, + 766.0636615731705, 622.4797315449912, 131.47921154425148, -354.80147277169715, @@ -11628,9 +9000,9 @@ 367.7952362210167 ], "relative wind speed": [ - 2.0890570001173363, + 2.089057000117336, 2.0363489417908855, - 1.7678395706115526, + 1.7678395706115524, 1.3777285377736115, 1.0882027741504856, 1.183903465099751, @@ -11638,17 +9010,17 @@ 1.9105518845643117 ], "relative wind angle": [ - 0.05306266170806627, + 0.05306266170807045, 0.1361874246376713, - 0.28779707468771853, + 0.2877970746877186, 0.319827692149894, - 0.1019950098261475, - 0.2356992615338496, + 0.10199500982614751, + 0.23569926153384962, 0.3282149692156954, - 0.22870955031406076 + 0.2287095503140608 ], "resistance": [ - 97400.56366157316, + 97400.56366157315, 97256.97973154498, 96765.97921154424, 96279.69852722829, @@ -11658,7 +9030,7 @@ 97002.295236221 ], "fuel": [ - 39.53698419853387, + 39.536984198533865, 39.46264905114266, 39.20903181287755, 38.95873670062322, @@ -11698,19 +9070,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 717.9848626236272, + 717.9848626236247, 500.0268411875069, - 63.761520006838055, + 63.76152000683794, -320.5172482707785, - -472.606681801113, + -472.60668180111287, -378.23689120821746, -32.80184203690328, 412.2785801614501 ], "relative wind speed": [ - 1.811987333631947, + 1.8119873336319468, 1.7209274246499562, - 1.4196803276197525, + 1.4196803276197523, 0.999606490910043, 0.7127947981620844, 0.9109244318916954, @@ -11718,17 +9090,17 @@ 1.670976177226967 ], "relative wind angle": [ - 0.026213512941420016, + 0.026213512941424252, 0.20800182362336553, 0.39788062476701463, - 0.4364359874129789, - 0.06667883261792219, + 0.43643598741297895, + 0.06667883261792051, 0.40077459437629015, 0.4255017710483515, - 0.25564931171081945 + 0.2556493117108194 ], "resistance": [ - 97352.48486262365, + 97352.48486262363, 97134.52684118751, 96698.26152000685, 96313.98275172923, @@ -11738,7 +9110,7 @@ 97046.77858016147 ], "fuel": [ - 39.20227848410215, + 39.202278484102145, 39.089508118104376, 38.86431769256821, 38.66654822177823, @@ -11778,37 +9150,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 728.4576289940129, + 728.457628993994, 476.5710000865978, - 49.21573581552161, + 49.215735815521384, -307.5417496685984, -435.4520446877748, -327.7998228137474, - 14.977822272922026, + 14.97782227292214, 444.94931240241283 ], "relative wind speed": [ - 1.7368567095213763, + 1.736856709521376, 1.6282307740783757, - 1.3069192219036334, + 1.3069192219036332, 0.8601349953660905, 0.5600716568279477, 0.824145640366772, - 1.273700764548026, + 1.2737007645480258, 1.6095090182841472 ], "relative wind angle": [ - 0.010746034270282223, + 0.010746034270323552, 0.2500651080954247, - 0.4670946128521924, + 0.46709461285219267, 0.5226066909208752, 0.03333041122776271, 0.5108403634179646, - 0.48029161330356485, + 0.4802916133035641, 0.2700139445450231 ], "resistance": [ - 97362.95762899403, + 97362.957628994, 97111.07100008661, 96683.71573581554, 96326.95825033142, @@ -11818,7 +9190,7 @@ 97079.44931240243 ], "fuel": [ - 39.120345144712616, + 39.120345144712594, 38.990026375067984, 38.76946533738734, 38.58586076591338, @@ -11858,19 +9230,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 596.182442271818, + 596.1824422718166, 303.98519926379555, - -65.4037318899372, + -65.40373188993749, -318.77659882007435, - -365.95095685804375, + -365.9509568580438, -207.19659840685136, 132.66578722490163, 486.1351660187045 ], "relative wind speed": [ - 1.5926490095517838, + 1.5926490095517836, 1.4246075797572557, - 1.07426824798936, + 1.0742682479893597, 0.6503820187153008, 0.5143759882514908, 0.8784115030065062, @@ -11878,14 +9250,14 @@ 1.5421143779395174 ], "relative wind angle": [ - 0.07416165498665131, + 0.0741616549866543, 0.33470640729159307, - 0.530786388704325, - 0.4813083920296823, - 0.23147596893997008, + 0.5307863887043254, + 0.48130839202968223, + 0.23147596893997055, 0.5618445098189353, 0.4375602128541627, - 0.1965054570654827 + 0.19650545706548267 ], "resistance": [ 97230.68244227179, @@ -11938,34 +9310,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 726.2035709701953, + 726.2035709701901, 427.5543057858696, - -13.907122695549674, + -13.907122695549901, -360.19663001608393, - -460.4320142598698, + -460.4320142598697, -317.10439243346605, 58.435668937879655, - 493.7181962793287 + 493.7181962793285 ], "relative wind speed": [ - 1.7849731959152773, + 1.784973195915277, 1.6485951174542137, - 1.3094957672867342, + 1.309495767286734, 0.87433620684568, - 0.6508468529273427, + 0.6508468529273426, 0.9443860835524588, 1.376572472323761, - 1.6867919650923562 + 1.686791965092356 ], "relative wind angle": [ - 0.020733335924514314, - 0.26223275632623466, + 0.020733335924525028, + 0.2622327563262347, 0.4481454552900284, - 0.4433266213250413, - 0.05688859864230888, - 0.46961805099422066, - 0.42484719365115536, - 0.2242153836046754 + 0.44332662132504136, + 0.05688859864230693, + 0.4696180509942207, + 0.42484719365115564, + 0.2242153836046749 ], "resistance": [ 97360.7035709702, @@ -12018,14 +9390,14 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 549.6816909210218, + 549.6816909210193, 273.79486449377146, - -77.28198019300072, + -77.28198019300089, -321.937768641009, -365.15970954196297, -206.65331668875916, 115.9477591184368, - 450.05798481803595 + 450.0579848180357 ], "relative wind speed": [ 1.5895536870676028, @@ -12035,17 +9407,17 @@ 0.6090322253921312, 0.9254509393130291, 1.299609187715651, - 1.5429881500576412 + 1.5429881500576414 ], "relative wind angle": [ - 0.06921622275318713, + 0.06921622275319356, 0.3032169120154166, - 0.46538332305092456, + 0.46538332305092533, 0.38671190664867544, 0.1815027154861911, 0.4790742540352912, 0.38938728319643723, - 0.17662941386673509 + 0.17662941386673636 ], "resistance": [ 97184.18169092106, @@ -12098,9 +9470,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 534.4723965923274, + 534.4723965923265, 198.24647041410526, - -164.07625446663621, + -164.07625446663633, -375.2016698068669, -368.3970089391983, -143.84633294271674, @@ -12108,9 +9480,9 @@ 550.138893345834 ], "relative wind speed": [ - 1.6172019711783752, + 1.617201971178375, 1.3999367360536508, - 1.0274515455201603, + 1.02745154552016, 0.6576411980320398, 0.6748111697713184, 1.0539874123910626, @@ -12118,13 +9490,13 @@ 1.6242599499717831 ], "relative wind angle": [ - 0.132630994598436, - 0.35887414908130044, + 0.13263099459843766, + 0.3588741490813005, 0.48773040886801045, 0.2918803005188383, 0.3224829020680886, 0.48533088248101997, - 0.34605372082877517, + 0.3460537208287752, 0.1167727599515902 ], "resistance": [ @@ -12178,31 +9550,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 620.9463447787379, + 620.9463447787365, 252.6782626995057, - -165.22714748992075, + -165.2271474899211, -423.7673312723521, - -434.1315946518281, + -434.13159465182815, -196.29064185339456, 214.85658424188284, 597.1490313831333 ], "relative wind speed": [ - 1.747938341185311, + 1.7479383411853107, 1.534629215372053, - 1.1532131774621124, + 1.1532131774621122, 0.7617545708703809, - 0.7384568043286911, + 0.738456804328691, 1.11602870382959, 1.5068862809690509, 1.737911640505086 ], "relative wind angle": [ - 0.11004688881999658, + 0.11004688881999761, 0.3304124646118285, - 0.4601754569711568, + 0.4601754569711571, 0.30177070742596085, - 0.2629778803301951, + 0.2629778803301947, 0.462427264440415, 0.3467805465108696, 0.13064382894710452 @@ -12258,13 +9630,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 508.4026266293273, + 508.4026266293264, 181.76059344414978, -166.5017101557275, -366.219662516631, -355.44863003573084, -134.3752214832079, - 220.98534978192072, + 220.98534978192083, 533.1735719048489 ], "relative wind speed": [ @@ -12278,14 +9650,14 @@ 1.6030979632072533 ], "relative wind angle": [ - 0.13582014795982866, + 0.13582014795983113, 0.3572500289383865, - 0.47803881817162636, - 0.27210857291532226, - 0.3212271382201981, + 0.4780388181716266, + 0.2721085729153222, + 0.3212271382201977, 0.47459019057146373, - 0.336616941406631, - 0.11012444230343836 + 0.3366169414066307, + 0.11012444230343837 ], "resistance": [ 97142.90262662932, @@ -12338,9 +9710,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 500.0059349231907, + 500.00593492319047, 149.78589465003188, - -203.3002165348165, + -203.30021653481663, -389.45633441152734, -358.0184857304722, -109.1273837787715, @@ -12348,9 +9720,9 @@ 572.3060527101596 ], "relative wind speed": [ - 1.6134585404806296, + 1.6134585404806294, 1.3758519299285312, - 0.9972627520912211, + 0.9972627520912208, 0.6589637357279445, 0.735040935568476, 1.1182866831556206, @@ -12358,14 +9730,14 @@ 1.645995271501937 ], "relative wind angle": [ - 0.15730301434778618, + 0.15730301434778687, 0.3704433910189539, 0.470015548191777, - 0.21509026897698003, - 0.3510321934824278, + 0.21509026897698, + 0.35103219348242787, 0.4616340665504941, - 0.31319678951257146, - 0.08555191465105895 + 0.3131967895125718, + 0.08555191465105894 ], "resistance": [ 97134.50593492317, @@ -12418,9 +9790,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 689.347180152089, + 689.347180152086, 380.03249246438725, - -54.5226696180282, + -54.52266961802843, -382.91867083089795, -464.0654468566901, -302.1121137277661, @@ -12438,17 +9810,17 @@ 1.7181842498311208 ], "relative wind angle": [ - 0.036904523463406703, + 0.036904523463412726, 0.2606244188793156, - 0.42038047000680506, + 0.4203804700068056, 0.3765732133187837, - 0.09092254726863334, + 0.09092254726863336, 0.42813034974551245, - 0.3825606204232184, - 0.19378846115602621 + 0.38256062042321876, + 0.19378846115602624 ], "resistance": [ - 97323.84718015211, + 97323.8471801521, 97014.53249246441, 96579.97733038198, 96251.58132916912, @@ -12458,7 +9830,7 @@ 97136.90238406541 ], "fuel": [ - 39.187528025734274, + 39.18752802573427, 39.027575723515774, 38.803460692184906, 38.6345617428605, @@ -12498,9 +9870,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 507.4102629384565, + 507.4102629384556, 222.31885342082296, - -114.17648896286869, + -114.17648896286875, -331.6651570948557, -351.48283300196715, -173.6542618713209, @@ -12508,7 +9880,7 @@ 461.89640987858 ], "relative wind speed": [ - 1.5677186523240212, + 1.567718652324021, 1.3886097869992011, 1.054761435252864, 0.6988779991778398, @@ -12518,13 +9890,13 @@ 1.546240262676494 ], "relative wind angle": [ - 0.09531524425963445, + 0.09531524425963678, 0.31775530614752234, - 0.455873897211835, + 0.4558738972118355, 0.3245318222589661, 0.23187182196806444, 0.4610343917591034, - 0.35687756568572154, + 0.3568775656857216, 0.1446260122719831 ], "resistance": [ @@ -12578,9 +9950,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 760.0692082616109, + 760.0692082616091, 586.5583311079396, - 108.33178224792039, + 108.33178224791948, -346.5762666308167, -553.9001322551976, -478.2531660925591, @@ -12588,9 +9960,9 @@ 390.763185979759 ], "relative wind speed": [ - 1.9899259043274895, + 1.9899259043274893, 1.9234158390993217, - 1.6403355677830758, + 1.6403355677830753, 1.2346171684643676, 0.9399673163790029, 1.069492950176004, @@ -12598,13 +9970,13 @@ 1.8218298789698637 ], "relative wind angle": [ - 0.046264877160791376, + 0.04626487716079378, 0.16028940029111585, - 0.3265438093229454, - 0.36191516052018197, + 0.32654380932294536, + 0.361915160520182, 0.09806565661097084, 0.2911328498019108, - 0.36679607200529357, + 0.3667960720052935, 0.2423074799993577 ], "resistance": [ @@ -12658,37 +10030,37 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 660.2683802169998, + 660.2683802169973, 373.01406539631864, - -45.961521810145314, - -371.2863242172003, + -45.96152181014577, + -371.2863242172002, -456.82533019225787, -311.02548969803973, 54.46117252533759, 463.37948790359826 ], "relative wind speed": [ - 1.7951409075920226, + 1.7951409075920224, 1.6594096056622891, - 1.3404516883769393, - 0.9552696462269011, + 1.340451688376939, + 0.9552696462269012, 0.7866524563587206, 1.0429346699775803, 1.4298749023368904, 1.7113774768305938 ], "relative wind angle": [ - 0.026750871802447868, + 0.026750871802452017, 0.23773758876562087, - 0.3859963912907364, - 0.3448049600664281, + 0.385996391290737, + 0.34480496006642847, 0.061076173986502336, 0.38408427888210367, 0.360708791634758, 0.18981245964755075 ], "resistance": [ - 97294.76838021708, + 97294.76838021706, 97007.51406539639, 96588.53847818993, 96263.21367578287, @@ -12698,7 +10070,7 @@ 97097.87948790367 ], "fuel": [ - 39.19619355684051, + 39.1961935568405, 39.04766837025761, 38.83158705853711, 38.664255449845186, @@ -12738,34 +10110,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 537.6360981038499, + 537.636098103849, 237.36039851133864, - -117.2201547909662, + -117.22015479096643, -346.74138498250784, -368.3944674504142, -182.00156017494783, 158.38483827765117, - 487.85768733686484 + 487.8576873368652 ], "relative wind speed": [ 1.6036398158466056, 1.419637380009479, - 1.075020241332176, + 1.0750202413321759, 0.7043841159102973, - 0.6505141003043615, - 0.9896761909549758, + 0.6505141003043614, + 0.9896761909549757, 1.3561566039323916, - 1.5807189095207903 + 1.5807189095207905 ], "relative wind angle": [ - 0.0957754343761933, - 0.32202825226335563, + 0.09577543437619564, + 0.3220282522633557, 0.46499151073261635, 0.33627324197458214, - 0.2379837596642643, - 0.47123793533741937, - 0.3634030103027907, - 0.1475735916894741 + 0.23798375966426383, + 0.4712379353374191, + 0.36340301030279076, + 0.14757359168947484 ], "resistance": [ 97172.13609810386, @@ -12818,19 +10190,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 567.5549814955976, + 567.554981495597, 212.8509665634474, - -183.6999586404728, + -183.69995864047303, -422.4108051970302, - -423.0503421849782, + -423.05034218497815, -185.65420319127594, 210.4941269690579, 566.0917646334486 ], "relative wind speed": [ - 1.7419611486853932, + 1.741961148685393, 1.5319984673587186, - 1.1716229629314698, + 1.1716229629314696, 0.8259628638263389, 0.8246449700193879, 1.1693796073637284, @@ -12838,14 +10210,14 @@ 1.7413366468570641 ], "relative wind angle": [ - 0.11000811035033337, + 0.11000811035033438, 0.30755149709854185, 0.4077809287480906, - 0.23624105813230714, - 0.23404095865785482, - 0.4078098641923833, + 0.23624105813230717, + 0.2340409586578548, + 0.40780986419238324, 0.3084962920942958, - 0.11124541217725933 + 0.11124541217725932 ], "resistance": [ 97202.05498149562, @@ -12898,9 +10270,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 521.1085174261658, + 521.108517426164, 220.0227162740017, - -132.99380623499331, + -132.99380623499354, -358.57857624301863, -375.1946231828149, -183.44036743081062, @@ -12908,9 +10280,9 @@ 483.04827976052127 ], "relative wind speed": [ - 1.6274720753272462, + 1.627472075327246, 1.4432543457957663, - 1.1075355520350048, + 1.1075355520350045, 0.7624028727650992, 0.7245036519809878, 1.044312113807647, @@ -12918,9 +10290,9 @@ 1.6100660723409104 ], "relative wind angle": [ - 0.09520581040376566, + 0.09520581040376916, 0.3039452409808883, - 0.42449934676890677, + 0.42449934676890705, 0.28335720055031, 0.21519756671023352, 0.42642526806564635, @@ -12978,7 +10350,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 599.7566374641879, + 599.7566374641858, 316.90006516032895, -80.96996562790173, -380.4259570389832, @@ -12988,7 +10360,7 @@ 446.03653027913515 ], "relative wind speed": [ - 1.8087698384635857, + 1.8087698384635853, 1.6696660352147592, 1.3678970770334975, 1.0289208729323587, @@ -12998,10 +10370,10 @@ 1.7433567111137893 ], "relative wind angle": [ - 0.036232644967604775, + 0.036232644967607835, 0.2202979390943515, - 0.33557272129280574, - 0.26772988438025347, + 0.3355727212928061, + 0.2677298843802534, 0.07214235598907523, 0.32441416247917537, 0.3066499162033746, @@ -13058,19 +10430,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 754.4069694293635, + 754.4069694293598, 580.2853608854925, - 94.48735035799882, - -372.2354337862888, + 94.48735035799814, + -372.2354337862889, -582.9304674167081, -507.0970018742149, - -129.56749225601948, + -129.5674922560196, 382.45096914220926 ], "relative wind speed": [ 2.090172906903397, 2.0258553982627228, - 1.7546859411165396, + 1.7546859411165394, 1.3761721833625256, 1.1149309801975766, 1.227926616979659, @@ -13078,13 +10450,13 @@ 1.9282230143571426 ], "relative wind angle": [ - 0.040822517495158195, + 0.040822517495163635, 0.14116046391874087, - 0.28205647215543295, - 0.29921746221968065, + 0.28205647215543334, + 0.2992174622196807, 0.07658399154560859, 0.23425295114044017, - 0.31189675773753495, + 0.311896757737535, 0.21196268655664938 ], "resistance": [ @@ -13138,33 +10510,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 627.7072264291869, + 627.7072264291864, 344.6188977491313, - -61.103196468486544, + -61.10319646848666, -371.7307347720153, -448.02027881812324, -299.3815997206926, - 59.29237383747045, + 59.29237383747079, 452.3890150013374 ], "relative wind speed": [ - 1.7880595643748007, + 1.7880595643748005, 1.6507345095284427, 1.339468128018662, 0.9747455088227933, 0.8289855113476766, 1.0767773970642502, - 1.4457520941706261, + 1.4457520941706263, 1.7129638574139163 ], "relative wind angle": [ 0.031669921730430615, 0.23196406045299206, - 0.366546436182128, - 0.31222164863707513, + 0.3665464361821283, + 0.3122216486370752, 0.06835143684872313, 0.3601642028512528, - 0.3384720915130803, + 0.3384720915130806, 0.17569672959177604 ], "resistance": [ @@ -13218,19 +10590,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 815.2912832524546, + 815.2912832524353, 513.4610840143873, - -11.150857347934789, - -461.24273750953193, + -11.150857347935016, + -461.24273750953205, -607.1409765510793, -476.4328967983422, -36.384773582789194, 491.21599206294354 ], "relative wind speed": [ - 2.1574220749931623, + 2.157422074993162, 2.047758376664827, - 1.742570123621675, + 1.7425701236216748, 1.3644762056856274, 1.1649910486923016, 1.3484657148033181, @@ -13238,17 +10610,17 @@ 2.037125140318764 ], "relative wind angle": [ - 0.004284992904117466, + 0.004284992904143376, 0.16896051898539022, 0.2887618491315309, - 0.2650388893914237, + 0.2650388893914238, 0.007935345961990489, 0.25822176241254363, 0.29181430590991003, - 0.17636611555543344 + 0.17636611555543347 ], "resistance": [ - 97449.79128325249, + 97449.79128325246, 97147.96108401442, 96623.34914265209, 96173.2572624905, @@ -13258,7 +10630,7 @@ 97125.71599206298 ], "fuel": [ - 39.64930324294272, + 39.64930324294271, 39.493075653167665, 39.22234267925509, 38.990882998034564, @@ -13298,9 +10670,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 625.8151052565609, + 625.8151052565593, 278.0848523326895, - -157.0642267107595, + -157.06422671075995, -451.2310422456612, -487.37892146119015, -271.18495092123317, @@ -13308,9 +10680,9 @@ 543.0459750140658 ], "relative wind speed": [ - 1.8962887187461908, + 1.8962887187461903, 1.7188184491199805, - 1.3863161089158726, + 1.3863161089158722, 1.05039092194462, 0.989029471618075, 1.2726953050663703, @@ -13318,13 +10690,13 @@ 1.8630000299703509 ], "relative wind angle": [ - 0.06708209088093085, - 0.24207919703500136, - 0.3348627124552005, + 0.0670820908809325, + 0.24207919703500133, + 0.33486271245520016, 0.2229751227633384, 0.12887804944183803, 0.329692766513218, - 0.28353863634850507, + 0.283538636348505, 0.12500329161436075 ], "resistance": [ @@ -13378,7 +10750,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 509.3974730312482, + 509.3974730312466, 241.27420181135813, -100.24610309708953, -336.81281200963053, @@ -13388,7 +10760,7 @@ 425.92801241705 ], "relative wind speed": [ - 1.6293715684494745, + 1.6293715684494743, 1.4736232547139476, 1.1676212336566592, 0.8388212989308966, @@ -13398,11 +10770,11 @@ 1.5906273828159865 ], "relative wind angle": [ - 0.06544347777993693, + 0.06544347777994032, 0.26351231571587214, - 0.38293499560555283, + 0.3829349956055531, 0.2816551190253183, - 0.14051345036355017, + 0.1405134503635502, 0.38163685943203773, 0.3246782645224455, 0.14710546342738853 @@ -13458,33 +10830,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 464.31615568853283, + 464.31615568853215, 190.33201230389034, - -131.87438773777745, - -337.0586150175362, + -131.87438773777757, + -337.0586150175363, -350.4431129706285, -173.2143036406066, - 140.6956121629629, + 140.6956121629628, 433.70488835841184 ], "relative wind speed": [ - 1.587662127847915, + 1.5876621278479148, 1.414926665749396, 1.1057821226845883, - 0.7996016782727802, + 0.7996016782727801, 0.770445572325793, 1.054627869283893, 1.3753193481043422, 1.573179763479794 ], "relative wind angle": [ - 0.09019242037784421, + 0.09019242037784544, 0.28108510432864997, - 0.3818686109542504, - 0.24025350010330296, - 0.18669079745208317, - 0.381343261751927, - 0.3042960086972912, + 0.381868610954251, + 0.2402535001033025, + 0.1866907974520832, + 0.38134326175192707, + 0.3042960086972916, 0.12123930277024858 ], "resistance": [ @@ -13538,10 +10910,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 545.0093859086892, + 545.0093859086871, 227.58238712821242, - -156.66866927596845, - -407.34607621777644, + -156.6686692759688, + -407.34607621777656, -429.13912621919513, -225.41340308492215, 145.6750981605685, @@ -13550,21 +10922,21 @@ "relative wind speed": [ 1.7827328734834091, 1.6066060677094907, - 1.2890163815725295, - 0.978763426393659, + 1.2890163815725293, + 0.9787634263936589, 0.9394560516260564, 1.2163597799723067, 1.5489192810385228, 1.761458579214787 ], "relative wind angle": [ - 0.07649366790222543, + 0.07649366790222979, 0.24914127119761528, - 0.33517108872458723, - 0.20942102924803316, + 0.3351710887245876, + 0.2094210292480326, 0.14552771129494332, 0.3317306359430775, - 0.27727670199662274, + 0.2772767019966228, 0.11577561401769419 ], "resistance": [ @@ -13618,17 +10990,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 508.2226807448378, + 508.2226807448328, 301.673175342072, - -22.62553819845334, + -22.625538198453455, -287.26092498091685, -364.29779618010787, -267.67411586985315, - 9.933677777411958, + 9.933677777411845, 330.65417207389044 ], "relative wind speed": [ - 1.6327178273744727, + 1.6327178273744722, 1.5300207855514412, 1.2701278003991112, 0.9533363524072157, @@ -13638,13 +11010,13 @@ 1.5483444735876752 ], "relative wind angle": [ - 0.010041915881413703, + 0.01004191588142476, 0.20131085246161937, - 0.3339008043926791, + 0.33390080439267983, 0.3011167685237843, - 0.02048835372528566, + 0.020488353725285662, 0.31665614860760083, - 0.32564147621402767, + 0.325641476214028, 0.18364299899218017 ], "resistance": [ @@ -13698,17 +11070,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 546.7275625145767, + 546.7275625145746, 414.96995728305865, 60.21135759916547, -279.19259383936753, - -429.3363716884498, + -429.3363716884501, -372.0250396990462, -94.02267405720443, 279.3180065632189 ], "relative wind speed": [ - 1.8133437325000683, + 1.8133437325000679, 1.7569818619510988, 1.528441983882278, 1.214702579804969, @@ -13718,12 +11090,12 @@ 1.6798653654498463 ], "relative wind angle": [ - 0.03672873447723516, - 0.13656459868287776, + 0.036728734477238185, + 0.1365645986828778, 0.2680848579604558, 0.278008535627153, - 0.06633013972042037, - 0.21915973014825801, + 0.06633013972042204, + 0.219159730148258, 0.293276029976024, 0.19977326444920412 ], @@ -13778,17 +11150,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 441.6055565647333, + 441.60555656473036, 334.99846503105425, - 45.90053331994204, + 45.9005333199417, -231.73474542986798, - -354.14685072207755, + -354.1468507220773, -307.841877307202, -80.58578439480891, 224.238006750208 ], "relative wind speed": [ - 1.670037416645833, + 1.6700374166458327, 1.6203154290118862, 1.4190697963691628, 1.1455740293386298, @@ -13798,17 +11170,17 @@ 1.5520088231591278 ], "relative wind angle": [ - 0.03485674948656055, + 0.03485674948656692, 0.12886608979942699, - 0.25115892205043067, + 0.25115892205043155, 0.25641486125591223, - 0.06032117716973215, + 0.0603211771697303, 0.2002657440989238, 0.273300429440942, - 0.18830957718487218 + 0.18830957718487215 ], "resistance": [ - 97076.10555656477, + 97076.10555656475, 96969.49846503108, 96680.40053331997, 96402.76525457016, @@ -13818,7 +11190,7 @@ 96858.73800675024 ], "fuel": [ - 39.10581474446597, + 39.10581474446596, 39.05074433133913, 38.9016168002303, 38.75869487878424, @@ -13858,9 +11230,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 463.4606171627779, + 463.4606171627763, 400.30339769412126, - 98.55374840750278, + 98.55374840750255, -214.27217646056874, -376.6667076404818, -349.14390092502293, @@ -13868,22 +11240,22 @@ 203.53439035012923 ], "relative wind speed": [ - 1.704112717232781, + 1.7041127172327808, 1.6755786258686396, - 1.4799133035301584, - 1.188871557922795, + 1.4799133035301582, + 1.1888715579227949, 0.9655966709873075, 1.0143043688106756, 1.2830563892872033, 1.5565864906321423 ], "relative wind angle": [ - 0.06000375051459038, + 0.060003750514594084, 0.11344424746972501, 0.2529996786331787, - 0.28494586852440174, + 0.28494586852440096, 0.10603137400854351, - 0.18810977420595912, + 0.18810977420595915, 0.292883099290218, 0.21638414188545363 ], @@ -13945,27 +11317,27 @@ -299.81210896372943, -290.0638752771134, -123.47882851299141, - 138.3176662516239 + 138.3176662516238 ], "relative wind speed": [ - 1.5376592099991757, + 1.5376592099991753, 1.5264804685717206, - 1.3650135930058989, + 1.3650135930058986, 1.1123158644932238, 0.9048797965175724, 0.9236128362631345, 1.148886932274059, - 1.3949755230245668 + 1.3949755230245666 ], "relative wind angle": [ - 0.07272199248531505, + 0.07272199248531351, 0.09561497042381423, 0.23498913115684908, - 0.2765757163886718, - 0.12378321016062868, - 0.15844697957031034, - 0.28028803468867175, - 0.2194913033166458 + 0.27657571638867173, + 0.1237832101606287, + 0.15844697957031037, + 0.2802880346886717, + 0.2194913033166453 ], "resistance": [ 96991.5640740031, @@ -14018,11 +11390,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 486.5223884794709, + 486.52238847946956, 456.1127389165531, - 138.80244127368235, + 138.8024412736819, -208.30113573762958, - -404.6583307897205, + -404.65833078972037, -391.4005292275388, -165.56812216973844, 189.37405465286724 @@ -14038,12 +11410,12 @@ 1.6078228773767016 ], "relative wind angle": [ - 0.07452608069712674, + 0.07452608069712972, 0.09797863766009197, - 0.24147198371606624, + 0.24147198371606715, 0.2859725905213149, - 0.1290685546384435, - 0.16502081379628722, + 0.1290685546384426, + 0.16502081379628725, 0.28949157264896114, 0.22543446345852794 ], @@ -14098,33 +11470,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 427.6949883770054, + 427.69498837700337, 363.7426598138137, - 84.36459936770405, + 84.36459936770393, -202.94554850992574, - -349.4138369293499, + -349.41383692934966, -321.56712576349213, -112.7866142310279, 190.94404106191598 ], "relative wind speed": [ - 1.6498956583750235, + 1.6498956583750233, 1.6199690027867044, - 1.4318271840560528, + 1.4318271840560524, 1.1558483947095792, - 0.948791056812388, + 0.9487910568123878, 0.9990298208873297, 1.2538863856067801, 1.5120762684002444 ], "relative wind angle": [ - 0.05591187705396807, + 0.05591187705397205, 0.11342935596663989, - 0.2480317504768742, + 0.2480317504768733, 0.27489452038023077, - 0.0973306407372111, + 0.0973306407372088, 0.18458268640458317, - 0.28414325780955535, + 0.2841432578095553, 0.20901453468178963 ], "resistance": [ @@ -14178,37 +11550,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 537.3086841303235, + 537.3086841303212, 534.2301126567987, - 181.69092792859453, + 181.69092792859385, -220.78073162917792, - -461.45572394422425, + -461.45572394422413, -460.1151785771325, - -216.42393996409157, + -216.4239399640917, 186.834941527777 ], "relative wind speed": [ 1.9249456644946903, 1.9237190377011826, - 1.7347134780532658, + 1.7347134780532656, 1.4269105925658454, - 1.162448312785194, + 1.1624483127851941, 1.1644771166236307, 1.4308986827215933, 1.737995411955232 ], "relative wind angle": [ - 0.08145198209484875, + 0.08145198209485284, 0.08344018139255639, - 0.222831122166567, + 0.222831122166568, 0.2708855766153293, - 0.1351415519073378, + 0.13514155190733862, 0.1381222469022935, - 0.2712267679776294, + 0.2712267679776298, 0.22149634757307204 ], "resistance": [ - 97171.80868413032, + 97171.8086841303, 97168.73011265679, 96816.19092792858, 96413.71926837081, @@ -14218,7 +11590,7 @@ 96821.33494152776 ], "fuel": [ - 39.36573444276418, + 39.36573444276417, 39.364142444583656, 39.1820697977572, 38.9747743464125, @@ -14258,9 +11630,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 475.00423856874136, + 475.0042385687407, 456.47874525387283, - 148.58520718162993, + 148.58520718163015, -192.65977005034608, -390.51213316844496, -382.42566027984367, @@ -14268,9 +11640,9 @@ 179.24518038332133 ], "relative wind speed": [ - 1.7295806271757415, + 1.729580627175741, 1.7214124999734306, - 1.5341635894958046, + 1.5341635894958048, 1.232776189261299, 0.9746784712361213, 0.9890329990086458, @@ -14278,14 +11650,14 @@ 1.5561844798683742 ], "relative wind angle": [ - 0.08246325060525132, - 0.09762326335773433, + 0.08246325060525131, + 0.09762326335773434, 0.25012664050371536, 0.30420504720615205, - 0.14669193750406992, + 0.14669193750406995, 0.17046800251145544, - 0.30612708730034865, - 0.239570176190259 + 0.306127087300349, + 0.23957017619025897 ], "resistance": [ 97109.50423856876, @@ -14338,9 +11710,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 652.3619434562818, + 652.361943456279, 624.1891046634671, - 188.78501943005313, + 188.78501943005244, -299.7656843848324, -580.828402334545, -568.618647430969, @@ -14348,9 +11720,9 @@ 236.46757040497732 ], "relative wind speed": [ - 2.2381301943108776, + 2.238130194310877, 2.2283592678655464, - 2.0247135447571374, + 2.024713544757137, 1.7082821496243914, 1.4539004625368834, 1.468832289599032, @@ -14358,7 +11730,7 @@ 2.0505670969089693 ], "relative wind angle": [ - 0.06536153812384574, + 0.06536153812384912, 0.07853077302426381, 0.19554749803916555, 0.2252528429438898, @@ -14418,17 +11790,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 571.5264816627257, + 571.5264816627252, 640.481196792804, 261.29550009925924, -212.94753285620732, - -526.9871619878272, + -526.9871619878276, -556.8820397497328, - -312.15551840350577, + -312.155518403506, 144.76002999298385 ], "relative wind speed": [ - 2.1469871139090198, + 2.1469871139090193, 2.1716919989177446, 2.000273864512395, 1.6979479901606722, @@ -14442,10 +11814,10 @@ 0.05591340173389675, 0.1838361612828654, 0.23523948456408927, - 0.1370431376497476, + 0.13704313764974843, 0.08792186875454457, - 0.22762848530304966, - 0.20599545895543872 + 0.22762848530305016, + 0.2059954589554387 ], "resistance": [ 97206.02648166275, @@ -14498,34 +11870,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 529.518556647452, + 529.5185566474522, 482.19680137283945, 130.21043041903545, - -251.21556846787723, + -251.21556846787746, -460.07208991088237, -439.5397028139271, - -183.30378490749763, + -183.30378490749774, 210.04382110723577 ], "relative wind speed": [ - 1.9646330898104067, + 1.9646330898104065, 1.9459352140904995, 1.7539974019593763, - 1.4646885627714987, + 1.464688562771499, 1.2403878219213147, 1.2695200939375673, 1.5237579336195253, 1.8036165170110439 ], "relative wind angle": [ - 0.06013425554678134, - 0.08917902410260811, - 0.2085575127650948, - 0.23446733152520996, + 0.0601342555467795, + 0.0891790241026081, + 0.20855751276509477, + 0.23446733152521093, 0.09533275833002598, 0.13694113993260668, - 0.24064997830118032, - 0.189805011454314 + 0.24064997830118076, + 0.18980501145431397 ], "resistance": [ 97164.01855664745, @@ -14578,7 +11950,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 452.1079772863902, + 452.10797728638886, 515.4626878131114, 215.72660454186962, -163.84200437270056, @@ -14598,14 +11970,14 @@ 1.72448386628126 ], "relative wind angle": [ - 0.09309359401110952, - 0.0533042302610394, - 0.18212260627114465, + 0.0930935940111119, + 0.05330423026103939, + 0.18212260627114468, 0.2356407249594195, 0.14054499563111283, 0.08403289399091463, 0.22687430359036256, - 0.20761860423309228 + 0.2076186042330923 ], "resistance": [ 97086.60797728643, @@ -14658,17 +12030,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 539.9956019660091, + 539.9956019660068, 524.4559619404077, - 170.56066141775784, + 170.5606614177574, -226.8230912414616, - -459.3345457539782, + -459.33454575397843, -452.5659645593129, -204.8648203465276, 196.4993314833656 ], "relative wind speed": [ - 1.9125679920722962, + 1.9125679920722958, 1.9063332790061351, 1.7131219799109787, 1.4034277090671223, @@ -14678,14 +12050,14 @@ 1.7298175476738458 ], "relative wind angle": [ - 0.07816805570017511, + 0.07816805570017796, 0.08838147863266846, - 0.22805756871134034, - 0.2738014947982526, - 0.1311648293462096, - 0.14655092243231743, + 0.2280575687113418, + 0.27380149479825255, + 0.13116482934621043, + 0.14655092243231746, 0.27550726941082465, - 0.2211730396754202 + 0.22117303967542018 ], "resistance": [ 97174.49560196602, @@ -14738,39 +12110,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 434.2521955017371, - 473.12318139432523, - 193.37186813580809, + 434.25219550173574, + 473.12318139432546, + 193.37186813580752, -143.73271939415702, -361.9291664095162, -378.9054903720287, -197.6285377510161, - 129.29400592528646 + 129.29400592528623 ], "relative wind speed": [ - 1.6690924518791885, + 1.669092451879188, 1.686659586976906, - 1.5217900858189604, + 1.5217900858189601, 1.2283361892384563, 0.9468183904860727, 0.9151579727793502, 1.1689694658911494, - 1.4742879242840812 + 1.474287924284081 ], "relative wind angle": [ - 0.11011715472850651, - 0.07621792803821358, - 0.24224488130818422, + 0.11011715472850854, + 0.07621792803821356, + 0.24224488130818425, 0.3212328497420237, 0.19495992316357785, - 0.14080039051612264, + 0.14080039051612267, 0.31759672696550084, - 0.2661957062920344 + 0.26619570629203393 ], "resistance": [ - 97068.75219550173, + 97068.75219550171, 97107.62318139432, - 96827.8718681358, + 96827.87186813579, 96490.76728060583, 96272.57083359046, 96255.59450962796, @@ -14778,9 +12150,9 @@ 96763.79400592527 ], "fuel": [ - 39.08277114570365, + 39.082771145703646, 39.10286032974003, - 38.95840548602133, + 38.95840548602132, 38.7847220886636, 38.67252810440868, 38.66380651105267, @@ -14818,17 +12190,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 373.73822031725183, + 373.73822031725047, 443.6849862641685, - 199.7492444437894, + 199.74924444378905, -116.01161661792446, - -334.65985175864273, + -334.65985175864284, -365.0906176476015, -215.02459836478545, 82.85932733151515 ], "relative wind speed": [ - 1.6651750896390491, + 1.665175089639049, 1.6970777865919067, 1.559604619423379, 1.3007494409437623, @@ -14838,11 +12210,11 @@ 1.474247641705512 ], "relative wind angle": [ - 0.11206944582246027, + 0.11206944582246225, 0.052889097421353864, - 0.2021303223436625, + 0.20213032234366304, 0.27488998234196926, - 0.17911928681351066, + 0.17911928681351127, 0.09050616584814972, 0.26463308448027517, 0.2418469778512946 @@ -14885,52 +12257,7 @@ "id": "627", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 30.022666755586172, - 30.022666755586172, - 30.022666755586172, - 30.022666755586172, - 30.022666755586172, - 30.022666755586172, - 30.022666755586172, - 30.022666755586172 - ], - "relative wind speed": [ - 0.36899487644979, - 0.36899487644979, - 0.36899487644979, - 0.36899487644979, - 0.36899487644979, - 0.36899487644979, - 0.36899487644979, - 0.36899487644979 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -60.15625, -57.5 -60, -57.34375 -60, -57.34375 -60.15625, -57.5 -60.15625))", @@ -14962,17 +12289,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 680.8246504891717, + 680.8246504891574, 419.8484757151082, 7.401196125673891, -330.844659545866, - -438.4219409190638, + -438.4219409190646, -323.2327097823922, 20.136460508457503, 431.42222145777146 ], "relative wind speed": [ - 1.7507487796194057, + 1.7507487796194052, 1.6352408089144048, 1.323684264087764, 0.9162555671355168, @@ -14982,17 +12309,17 @@ 1.6420597330792823 ], "relative wind angle": [ - 0.0037039867822558897, + 0.0037039867822858635, 0.23515098789628566, - 0.4138665119057124, + 0.41386651190571266, 0.417862512301125, - 0.009451429669724397, - 0.422882240355782, + 0.009451429669736144, + 0.42288224035578204, 0.4099612719998409, - 0.2284184680964205 + 0.22841846809642047 ], "resistance": [ - 97315.32465048919, + 97315.32465048917, 97054.34847571512, 96641.90119612569, 96303.65534045415, @@ -15002,7 +12329,7 @@ 97065.92222145779 ], "fuel": [ - 39.14861978078995, + 39.14861978078994, 39.013649016202905, 38.8008577077544, 38.62682109122872, @@ -15042,7 +12369,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 685.7920244670411, + 685.7920244670381, 380.30298563949145, -47.888809415949254, -371.03660953544164, @@ -15062,12 +12389,12 @@ 1.6897002298680395 ], "relative wind angle": [ - 0.03736644342209853, - 0.2688354393257841, - 0.4377798718275841, + 0.037366443422104476, + 0.26883543932578413, + 0.4377798718275843, 0.40091859792783197, 0.09650591667454393, - 0.4511639891719424, + 0.45116398917194245, 0.39776518327251, 0.20075980026600407 ], @@ -15122,13 +12449,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 649.6503162622987, + 649.6503162622939, 381.31049134652324, - -16.262676858410146, + -16.26267685841026, -328.6609892074388, -418.43022662521173, -289.06691524126336, - 50.09015441055226, + 50.090154410552145, 441.80736490151276 ], "relative wind speed": [ @@ -15142,14 +12469,14 @@ 1.6110733576571188 ], "relative wind angle": [ - 0.02064065863608086, - 0.2565605844158983, - 0.43577068143047165, + 0.02064065863609162, + 0.25656058441589824, + 0.43577068143047193, 0.4246748981940034, 0.054598376257525276, - 0.4517962423724777, - 0.4132735595442652, - 0.21887117501062806 + 0.4517962423724776, + 0.4132735595442655, + 0.21887117501062803 ], "resistance": [ 97284.1503162623, @@ -15202,9 +12529,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 587.6419008597163, + 587.6419008597154, 457.0349213362174, - 102.99661966075291, + 102.9966196607528, -227.01714587119199, -379.5463710975971, -323.0667491243561, @@ -15212,7 +12539,7 @@ 309.25695824956006 ], "relative wind speed": [ - 1.618164486676581, + 1.6181644866765807, 1.5581523838448343, 1.2974319404807517, 0.9061192367386792, @@ -15222,11 +12549,11 @@ 1.4640768027821223 ], "relative wind angle": [ - 0.05658768635459085, + 0.05658768635459281, 0.19440527232045274, - 0.4100347288727891, + 0.41003472887278936, 0.49500146941827117, - 0.15619564118124815, + 0.15619564118124818, 0.4234028397104823, 0.4745422549051093, 0.298407617718439 @@ -15282,19 +12609,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 788.7388445505144, + 788.7388445505155, 411.695056363282, - -108.90165696297481, + -108.90165696297538, -495.4527750337485, -578.780101641794, - -370.14882335090965, + -370.14882335090977, 99.4683726074295, 597.5370843854339 ], "relative wind speed": [ - 2.0413766610773623, + 2.041376661077362, 1.8756881190328563, - 1.5207776361036784, + 1.520777636103678, 1.121171679042812, 0.9845949772535803, 1.2721792412012243, @@ -15302,12 +12629,12 @@ 1.969675102075634 ], "relative wind angle": [ - 0.04145735643968284, - 0.2335643442735997, + 0.04145735643968016, + 0.23356434427359973, 0.3555099409670885, 0.2842984073925625, - 0.08603568881453035, - 0.34823835707402173, + 0.08603568881453036, + 0.3482383570740218, 0.32045407120038166, 0.16034236387094786 ], @@ -15362,11 +12689,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 821.9786177564513, + 821.9786177564463, 395.3670581988697, - -174.5179793984655, + -174.51797939846597, -582.7505386047688, - -653.2222594466859, + -653.2222594466856, -401.54161800338215, 126.56458713189886, 660.1513374060826 @@ -15374,19 +12701,19 @@ "relative wind speed": [ 2.2345853991206956, 2.056480624938456, - 1.7033338714996202, + 1.70333387149962, 1.3371090224829438, - 1.2413380628301676, + 1.2413380628301673, 1.5182817694509432, 1.9060288073364646, 2.1786306603435697 ], "relative wind angle": [ - 0.047207404783575366, + 0.04720740478358242, 0.2088778385585951, - 0.29647012469275047, + 0.29647012469275086, 0.20890993466358498, - 0.08505099686676298, + 0.08505099686676038, 0.284698193841917, 0.2641389014168165, 0.12763166064532433 @@ -15442,34 +12769,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 748.6815314556682, + 748.6815314556686, 557.3221613181006, - 94.51351256735256, + 94.513512567352, -332.5889650603989, -518.5647428636755, -435.3242742568294, - -76.81915957315687, + -76.81915957315698, 402.8063106324389 ], "relative wind speed": [ - 1.906176336453669, + 1.9061763364536686, 1.830047341316178, - 1.537250672164655, + 1.5372506721646548, 1.1194882110158946, 0.8182737818450116, 0.9767327865145384, 1.3928174965300317, - 1.746375203988908 + 1.7463752039889078 ], "relative wind angle": [ - 0.040835585072863285, + 0.040835585072860565, 0.18151239045896886, - 0.36241803889932545, + 0.3624180388993255, 0.404327002977188, - 0.0952443730394892, + 0.09524437303948918, 0.34502988089284675, - 0.40204504194382257, - 0.25493589471250433 + 0.4020450419438226, + 0.2549358947125039 ], "resistance": [ 97383.18153145569, @@ -15522,11 +12849,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 895.5946988419078, + 895.5946988418536, 541.1208786860836, - -32.64063411832217, + -32.640634118322396, -509.82675043341567, - -652.9208127518085, + -652.9208127518037, -493.3447323945619, -5.256940166994127, 565.37217653056 @@ -15534,25 +12861,25 @@ "relative wind speed": [ 2.2116007093654795, 2.083704974050628, - 1.7501022399977229, + 1.7501022399977226, 1.3429350073228754, - 1.1407917839887853, + 1.1407917839887851, 1.3604253648028173, 1.7691030896013833, 2.0950200853903325 ], "relative wind angle": [ - 0.004509579883889436, + 0.0045095798839632955, 0.18615116852562838, 0.310918855902655, 0.2803220940588883, - 0.008742597428131259, + 0.008742597428105861, 0.28741676978014247, 0.30746943511423425, 0.1782890108740065 ], "resistance": [ - 97530.0946988419, + 97530.09469884186, 97175.62087868608, 96601.85936588168, 96124.67324956658, @@ -15562,7 +12889,7 @@ 97199.87217653057 ], "fuel": [ - 39.708441788956165, + 39.70844178895614, 39.5248946099095, 39.22879075909362, 38.9834600836685, @@ -15602,37 +12929,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 563.3562159728863, + 563.3562159728813, 343.1097441256848, - 16.269138916660836, - -241.57691987159785, + 16.26913891666061, + -241.57691987159782, -316.39528497367064, -223.1391380353767, - 51.843265216637235, + 51.84326521663746, 375.17691249949536 ], "relative wind speed": [ - 1.4864424880232194, + 1.4864424880232192, 1.3708957337001793, - 1.069286740521285, - 0.6577963275304434, + 1.0692867405212847, + 0.6577963275304435, 0.4045075338733081, 0.7026965934765663, - 1.1089470148326699, + 1.10894701483267, 1.3929973462459952 ], "relative wind angle": [ - 0.015374744935221523, - 0.2952084453742613, - 0.5306966223700693, - 0.5910184493275267, + 0.015374744935235964, + 0.29520844537426133, + 0.5306966223700695, + 0.591018449327527, 0.05652539430978789, 0.6035823681191603, - 0.5098346500014523, + 0.5098346500014527, 0.2662571638269084 ], "resistance": [ - 97197.8562159729, + 97197.85621597289, 96977.6097441257, 96650.76913891667, 96392.92308012841, @@ -15642,7 +12969,7 @@ 97009.6769124995 ], "fuel": [ - 38.905288041876716, + 38.90528804187671, 38.791461306608056, 38.62287777846021, 38.490161947618724, @@ -15682,13 +13009,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 610.1636006653971, + 610.1636006653948, 463.502731277556, 106.94319846968767, -222.0095118776225, - -358.8357880209458, + -358.83578802094576, -297.5724101627575, - -35.443976319672515, + -35.4439763196724, 334.1218142823832 ], "relative wind speed": [ @@ -15696,19 +13023,19 @@ 1.5106228636438563, 1.236145360541027, 0.8196666746333034, - 0.46360242601633955, + 0.4636024260163396, 0.6518725390972143, 1.0857549866362612, 1.4265573195242442 ], "relative wind angle": [ - 0.054461171660982306, + 0.05446117166098842, 0.22393672770578285, - 0.47046655925414027, + 0.4704665592541405, 0.591405261617663, 0.18643119503445035, - 0.5405590636940365, - 0.5422798689495064, + 0.5405590636940364, + 0.5422798689495062, 0.3260912527039204 ], "resistance": [ @@ -15762,19 +13089,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 606.2689481738774, + 606.2689481738743, 399.2794457811631, - 50.975119975227415, + 50.97511997522702, -243.0453937306582, -341.68271910778293, - -258.8760978788772, - 21.471761683928037, + -258.87609787887715, + 21.47176168392798, 371.859749553621 ], "relative wind speed": [ 1.5441982551698117, 1.445035558535733, - 1.149017759327554, + 1.1490177593275537, 0.7284967853917648, 0.4266421022112226, 0.6916964429690411, @@ -15782,13 +13109,13 @@ 1.4268371204599941 ], "relative wind angle": [ - 0.012146649195033289, + 0.012146649195042429, 0.267503637277919, - 0.5080097182547004, + 0.5080097182547008, 0.5952573760812141, 0.04397695456726329, - 0.5850073216189073, - 0.524355674151511, + 0.5850073216189072, + 0.5243556741515111, 0.2903487736748034 ], "resistance": [ @@ -15842,17 +13169,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 659.912400526777, + 659.9124005267747, 465.3791468114406, 78.24514525369341, -261.13589274338153, - -394.19090932708997, + -394.19090932709, -311.0663838671702, -11.633847852064491, 382.10387757766046 ], "relative wind speed": [ - 1.650811210764661, + 1.6508112107646606, 1.5634489326890086, 1.267704865504595, 0.8389064473896046, @@ -15862,11 +13189,11 @@ 1.5116213411325121 ], "relative wind angle": [ - 0.03159905306055022, + 0.03159905306055374, 0.2362259130318201, - 0.4660159953979214, + 0.4660159953979216, 0.5516437381350263, - 0.10176262634538377, + 0.10176262634538487, 0.518890886469662, 0.5059006208319885, 0.29511900297316285 @@ -15922,9 +13249,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 744.6490472123302, + 744.6490472123277, 524.4795544278678, - 76.78571306342928, + 76.78571306342906, -317.5969588070495, -476.719667019943, -381.64984540637533, @@ -15932,9 +13259,9 @@ 426.20326421116295 ], "relative wind speed": [ - 1.8150329973975925, + 1.815032997397592, 1.723839467751778, - 1.4153575606648994, + 1.4153575606648992, 0.97798538211013, 0.6666844337400564, 0.8758940605202515, @@ -15942,14 +13269,14 @@ 1.6680400199672343 ], "relative wind angle": [ - 0.029751346819884575, - 0.21531955470229555, - 0.41825251620175496, + 0.029751346819888305, + 0.21531955470229552, + 0.41825251620175524, 0.47201323031702336, 0.08107419509177752, 0.4339981320676969, - 0.4515504433984692, - 0.2698457211088172 + 0.4515504433984693, + 0.26984572110881716 ], "resistance": [ 97379.14904721234, @@ -16002,7 +13329,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 747.6060511479286, + 747.606051147927, 334.63711036575705, -173.2494235867107, -513.0500028091874, @@ -16012,24 +13339,24 @@ 655.2959399507531 ], "relative wind speed": [ - 1.9865662717224122, + 1.986566271722412, 1.78489951820141, 1.4043970537493982, 1.008321575897441, - 0.9374426394826347, + 0.9374426394826346, 1.2803819602718662, 1.6890568876403371, 1.9515460163278122 ], "relative wind angle": [ - 0.07634464473730442, + 0.07634464473730586, 0.27249040673612207, 0.3853051944023686, 0.26706207027024503, - 0.16233950690494564, + 0.16233950690494495, 0.3845890230807588, - 0.3178243783543926, - 0.13677686528046917 + 0.31782437835439253, + 0.13677686528046915 ], "resistance": [ 97382.10605114796, @@ -16082,9 +13409,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 774.7128458057792, + 774.7128458057626, 477.20359610470166, - 5.4897428109675275, + 5.4897428109673, -382.2085445593116, -505.04280095745395, -373.60525021134293, @@ -16102,17 +13429,17 @@ 1.7666112218514352 ], "relative wind angle": [ - 0.003582818555388575, + 0.0035828185554195625, 0.23040357635282777, - 0.4038486932819991, + 0.40384869328199974, 0.40347885233303754, 0.008882329591092955, 0.40844773003767526, 0.40017152484020335, - 0.22391492955534623 + 0.22391492955534625 ], "resistance": [ - 97409.21284580579, + 97409.21284580576, 97111.70359610471, 96639.98974281097, 96252.29145544069, @@ -16122,7 +13449,7 @@ 97124.73594503048 ], "fuel": [ - 39.281948131019206, + 39.28194813101918, 39.127999599164596, 38.88458260403405, 38.6851398061426, @@ -16162,11 +13489,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 802.6760017368487, + 802.6760017368464, 396.94173998408985, - -130.68424734645987, + -130.68424734646032, -504.0290995686596, - -570.818275348641, + -570.8182753486411, -335.58568644125535, 150.02202373274065, 649.5099623915627 @@ -16174,22 +13501,22 @@ "relative wind speed": [ 2.0035352837218934, 1.8157109806306573, - 1.4333481707124878, + 1.4333481707124873, 1.0074370059479887, 0.8871821512528674, 1.2265559251161315, 1.6573348557655447, - 1.9458459552767238 + 1.945845955276724 ], "relative wind angle": [ - 0.060045542833047715, - 0.268295508658034, + 0.06004554283305142, + 0.2682955086580339, 0.40173630649348385, 0.3141343942208364, - 0.13593846749299687, - 0.4032599977007446, - 0.3449733013211264, - 0.1606677314906366 + 0.13593846749299765, + 0.40325999770074467, + 0.34497330132112636, + 0.1606677314906373 ], "resistance": [ 97437.17600173682, @@ -16242,19 +13569,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 801.354564040216, - 385.6236967263501, - -158.1914188883096, + 801.3545640402135, + 385.62369672634986, + -158.19141888830995, -542.7519589833176, -607.3940790665404, -361.5341249160733, - 143.0148037724473, + 143.01480377244752, 653.2429445025166 ], "relative wind speed": [ - 2.1033959087052936, + 2.103395908705293, 1.9182770938285338, - 1.5503303016503562, + 1.550330301650356, 1.1589232031188184, 1.0581607248193936, 1.365353968610787, @@ -16262,13 +13589,13 @@ 2.049603736721147 ], "relative wind angle": [ - 0.05560794135312955, - 0.23858990848739947, + 0.055607941353131546, + 0.2385899084873995, 0.3449412114604744, 0.2511583051105989, - 0.1107056586489194, + 0.11070565864891942, 0.3384650678539955, - 0.3003129261530227, + 0.30031292615302235, 0.14099268460810163 ], "resistance": [ @@ -16322,54 +13649,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 814.0025701730895, + 814.0025701730776, 545.2029471637766, - 17.45602891202634, + 17.456028912026113, -452.4017418606559, -623.2317835813814, -506.68751628477105, -72.73115421515581, - 465.91914445421594 + 465.91914445421526 ], "relative wind speed": [ - 2.1972271729493307, + 2.1972271729493302, 2.101490704130626, 1.8076967818406053, 1.433559827159401, 1.2200858407842499, 1.378460564862731, 1.7460381019188083, - 2.0642972001104454 + 2.064297200110445 ], "relative wind angle": [ - 0.014594467547187845, - 0.15424645254977246, - 0.2737298715878006, - 0.2597631032750217, + 0.01459446754720306, + 0.15424645254977243, + 0.273729871587801, + 0.2597631032750218, 0.02628496614461115, 0.23641664280440214, 0.28365911882813266, - 0.17933133866375514 + 0.17933133866375453 ], "resistance": [ - 97448.50257017308, + 97448.50257017306, 97179.70294716377, 96651.95602891201, 96182.09825813933, 96011.2682164186, 96127.81248371521, 96561.76884578483, - 97100.41914445421 + 97100.4191444542 ], "fuel": [ - 39.704398659645825, + 39.70439865964582, 39.56525249675509, 39.29284242072957, 39.05118539701026, 38.963527803677565, 39.02331810197797, 39.24639368490827, - 39.52426198072551 + 39.5242619807255 ] }, { @@ -16402,34 +13729,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 725.6241216177939, + 725.6241216177891, 396.0349979793393, - -77.37531063821598, - -440.0662831272455, + -77.37531063821643, + -440.0662831272456, -527.9438356518131, -353.9433424313388, 65.82977822399744, 523.7223337066232 ], "relative wind speed": [ - 1.9525557512739746, + 1.9525557512739744, 1.8055620147913822, - 1.4747039041943533, + 1.474703904194353, 1.0919348624122358, 0.942474771035913, 1.2002826611322666, 1.5893335240993953, - 1.8730752553277306 + 1.8730752553277303 ], "relative wind angle": [ - 0.031103552626576218, + 0.031103552626583354, 0.22362540299160544, - 0.34990948673609673, - 0.292197022847807, + 0.34990948673609706, + 0.2921970228478071, 0.06447251221431546, 0.34011829575063407, - 0.32371167314977456, - 0.16872608908554665 + 0.32371167314977484, + 0.16872608908554598 ], "resistance": [ 97360.1241216178, @@ -16482,34 +13809,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 813.9727960539299, + 813.972796053928, 582.5431113055083, - 55.37106881665932, + 55.37106881665909, -431.6386618458333, -629.3949673364522, -528.8522802917404, - -106.13186060884436, + -106.13186060884482, 440.41354758426087 ], "relative wind speed": [ - 2.1955952508834398, + 2.195595250883439, 2.1135450606626134, 1.8264264490690523, 1.4455399020672777, 1.2076274190851086, 1.346079405375754, - 1.7155666455049436, + 1.7155666455049434, 2.0468065078456728 ], "relative wind angle": [ 0.0262949489242135, - 0.14658245571745093, - 0.27405243837211846, + 0.1465824557174509, + 0.2740524383721189, 0.27342325882101326, 0.0478197314134677, 0.23139231965525042, 0.2922664124547535, - 0.19188107844725674 + 0.19188107844725677 ], "resistance": [ 97448.47279605392, @@ -16562,9 +13889,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 671.3895196477185, + 671.3895196477072, 434.76888474035945, - 32.78918243979706, + 32.789182439796605, -304.97568972987983, -423.377983506512, -321.4946329391297, @@ -16574,7 +13901,7 @@ "relative wind speed": [ 1.7149200379009133, 1.6103574964465224, - 1.3057767665894526, + 1.3057767665894522, 0.8925527150561058, 0.6325925648530045, 0.8647964056006833, @@ -16582,17 +13909,17 @@ 1.5951406647525939 ], "relative wind angle": [ - 0.008568434930891723, + 0.008568434930917638, 0.23330693410079975, - 0.4273707024883374, - 0.4560549487907545, + 0.4273707024883377, + 0.45605494879075453, 0.023230311973783113, 0.4450640308745935, - 0.43689380607330375, + 0.4368938060733038, 0.248993852197326 ], "resistance": [ - 97305.88951964774, + 97305.88951964772, 97069.26888474038, 96667.28918243981, 96329.52431027014, @@ -16602,7 +13929,7 @@ 97043.95022636435 ], "fuel": [ - 39.10946548203882, + 39.109465482038814, 38.98708841734655, 38.7796674332878, 38.60584608487576, @@ -16642,11 +13969,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 767.2733370580598, + 767.2733370580512, 457.22004410552756, - -16.438306915873, + -16.438306915873227, -396.478790458694, - -509.07192410582434, + -509.0719241058246, -363.46148993882196, 38.70157997061392, 507.1292195460338 @@ -16662,14 +13989,14 @@ 1.7832885862181926 ], "relative wind angle": [ - 0.013574420420116185, - 0.2367681636060652, - 0.40312258196515255, + 0.013574420420132542, + 0.23676816360606517, + 0.40312258196515316, 0.38784354444750524, - 0.03308449555951855, + 0.0330844955595219, 0.4069169482992936, - 0.3894111838308203, - 0.2122362430505895 + 0.38941118383082035, + 0.21223624305058947 ], "resistance": [ 97401.77333705805, @@ -16722,33 +14049,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 653.1684183380198, + 653.1684183380187, 331.86335450589604, -95.76314084586352, -404.43291933935353, -465.15723921100596, -282.8545266475978, - 106.76633204461837, + 106.76633204461848, 513.8641328025453 ], "relative wind speed": [ - 1.8109344075776008, + 1.8109344075776006, 1.6489133176719328, 1.3109218891790615, 0.9296810016143658, 0.8103524706425369, 1.1032857408799583, - 1.489173715755183, + 1.4891737157551832, 1.7526687623342319 ], "relative wind angle": [ - 0.052761408525443414, - 0.25905388749337943, - 0.3928531234263022, + 0.052761408525445516, + 0.2590538874933795, + 0.39285312342630246, 0.31421206896430065, 0.1181283514251432, - 0.39288211376863635, - 0.34373089868665774, + 0.3928821137686364, + 0.3437308986866581, 0.16468418636465265 ], "resistance": [ @@ -16802,19 +14129,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 689.9092420608922, + 689.9092420608879, 346.1617145722605, - -119.62886716779144, + -119.62886716779212, -459.12093694034866, - -524.9097238695228, + -524.9097238695226, -328.1924602061317, - 97.93319845524616, + 97.93319845524638, 539.00039402836 ], "relative wind speed": [ - 1.9655806327089589, + 1.9655806327089587, 1.8053477606073451, - 1.4752501574283938, + 1.4752501574283934, 1.1176372778057675, 1.0102975553949065, 1.2747265735786315, @@ -16822,13 +14149,13 @@ 1.9065925861012856 ], "relative wind angle": [ - 0.045538697781531155, + 0.045538697781538476, 0.2243826525396248, - 0.3304036163912938, + 0.3304036163912941, 0.24875140368806825, - 0.08868322353111244, + 0.08868322353111119, 0.32058823686953847, - 0.29511426570302235, + 0.29511426570302196, 0.14482369497024378 ], "resistance": [ @@ -16882,33 +14209,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 571.2635396026286, + 571.2635396026266, 278.0057566211043, - -111.50294022886078, + -111.50294022886112, -390.2361994935891, - -439.40289231664946, + -439.4028923166494, -267.5195569156343, - 92.40308784920535, + 92.40308784920501, 458.52793434372654 ], "relative wind speed": [ - 1.8022457532270597, + 1.8022457532270595, 1.6508741049555031, - 1.34736846946681, + 1.3473684694668098, 1.0252781108443216, - 0.9383109300017055, + 0.9383109300017056, 1.1845386637729487, - 1.5208929495110113, + 1.520892949511011, 1.754229731765237 ], "relative wind angle": [ - 0.0505299340302733, + 0.050529934030277696, 0.22639529288046353, - 0.32719657600709307, + 0.32719657600709345, 0.23811303372388842, - 0.09716609170550418, - 0.3181767385232422, - 0.2887154056128261, + 0.09716609170550419, + 0.31817673852324213, + 0.2887154056128257, 0.13829674109111065 ], "resistance": [ @@ -16962,9 +14289,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 552.4634636764843, + 552.4634636764777, 325.6656900770206, - -36.85154305801916, + -36.851543058019615, -335.38567780768767, -420.2757595341712, -314.3009693272875, @@ -16974,21 +14301,21 @@ "relative wind speed": [ 1.8100292749112985, 1.7075176096162274, - 1.4509432485811657, + 1.4509432485811653, 1.1488147825306816, 1.009626671135653, 1.174706603350328, - 1.4799715134086584, + 1.4799715134086582, 1.725043937568943 ], "relative wind angle": [ - 0.008335749057318867, - 0.1728466794413574, - 0.27946209539141154, - 0.2393348636999906, + 0.008335749057332186, + 0.17284667944135743, + 0.27946209539141115, + 0.23933486369999057, 0.014944471207691034, - 0.25267559438260423, - 0.27383791485412406, + 0.2526755943826043, + 0.2738379148541236, 0.15853400867469772 ], "resistance": [ @@ -17042,19 +14369,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 583.2296428550616, + 583.2296428550538, 339.57998726390736, - -37.12595023453707, + -37.12595023453741, -341.19241689655786, -426.19533130831934, -308.7527103161835, - 16.77949223152234, + 16.779492231522454, 387.4164268065032 ], "relative wind speed": [ - 1.7749265886867636, + 1.7749265886867633, 1.6614234990256278, - 1.3827144011453145, + 1.3827144011453143, 1.0497979665575914, 0.8973525180132972, 1.0932876536838214, @@ -17062,17 +14389,17 @@ 1.6892395230468598 ], "relative wind angle": [ - 0.013897783761793204, + 0.01389778376180918, 0.1985856671369375, - 0.32298441149168783, + 0.32298441149168816, 0.2827455690913383, 0.02749182602918499, 0.30448584250570815, - 0.3120310953808373, + 0.3120310953808369, 0.1742643411222254 ], "resistance": [ - 97217.72964285505, + 97217.72964285503, 96974.07998726389, 96597.37404976545, 96293.30758310342, @@ -17082,7 +14409,7 @@ 97021.91642680649 ], "fuel": [ - 39.19616382366343, + 39.196163823663426, 39.07023455730614, 38.87597051829803, 38.71955116335309, @@ -17122,17 +14449,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 497.4618847906935, + 497.46188479069076, 382.3776372395488, - 64.17481149942614, + 64.17481149942603, -240.39581022957935, - -377.9866417806004, + -377.9866417806005, -327.83645610892796, - -81.11807893720834, + -81.11807893720822, 253.64532073551686 ], "relative wind speed": [ - 1.6697996293634951, + 1.669799629363495, 1.6167607634155015, 1.3936147383810478, 1.0800346334260682, @@ -17142,14 +14469,14 @@ 1.537204192357908 ], "relative wind angle": [ - 0.04207057652917999, - 0.14699645073964876, - 0.29495468462866326, + 0.04207057652918527, + 0.14699645073964873, + 0.2949546846286636, 0.31646984548627344, - 0.08166159585836416, + 0.08166159585836552, 0.25008132836700336, - 0.32736846869843655, - 0.2204386695999275 + 0.3273684686984362, + 0.22043866959992753 ], "resistance": [ 97131.96188479073, @@ -17202,9 +14529,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 659.0965402969682, + 659.0965402969616, 456.9376433913435, - 33.32878692813722, + 33.32878692813688, -349.6658902652292, -497.8430033704662, -410.0256230938244, @@ -17212,7 +14539,7 @@ 368.38928394265804 ], "relative wind speed": [ - 1.9368766465160283, + 1.936876646516028, 1.8557019385820208, 1.5898388180559955, 1.240955115514821, @@ -17222,17 +14549,17 @@ 1.8085438277675128 ], "relative wind angle": [ - 0.021279210784219432, + 0.021279210784229865, 0.15795381907926678, - 0.28960624517037814, + 0.2896062451703793, 0.2860723131730785, 0.04005248323650299, - 0.2523116756847158, + 0.25231167568471585, 0.30518450982931716, 0.19485646132626808 ], "resistance": [ - 97293.596540297, + 97293.59654029699, 97091.43764339137, 96667.82878692816, 96284.8341097348, @@ -17242,7 +14569,7 @@ 97002.88928394268 ], "fuel": [ - 39.374242593598936, + 39.37424259359892, 39.269684969789516, 39.05108547412411, 38.85401931809522, @@ -17282,7 +14609,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 622.8644955065644, + 622.8644955065621, 433.4812409130217, 41.66366818567303, -309.7179137184621, @@ -17292,7 +14619,7 @@ 351.2632054019599 ], "relative wind speed": [ - 1.796403186032849, + 1.7964031860328489, 1.7152208229878418, 1.44702103260271, 1.0860660470937709, @@ -17302,12 +14629,12 @@ 1.6679683879164562 ], "relative wind angle": [ - 0.02373076992622091, - 0.1770847042341045, - 0.33075962956758453, + 0.02373076992622559, + 0.17708470423410452, + 0.33075962956758487, 0.34024189797143206, 0.04975428740664698, - 0.3038803366330076, + 0.3038803366330077, 0.3510194421662662, 0.21903962256787718 ], @@ -17362,9 +14689,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 414.12476289279107, + 414.12476289279016, 381.1810000141679, - 116.0661460971055, + 116.06614609710539, -167.59503743166852, -325.41215615857925, -311.0142079069056, @@ -17372,7 +14699,7 @@ 170.09030333763292 ], "relative wind speed": [ - 1.5501897397026811, + 1.550189739702681, 1.5340615231478099, 1.34977160847909, 1.0583132814408773, @@ -17382,11 +14709,11 @@ 1.3935475451044437 ], "relative wind angle": [ - 0.08002025059352463, - 0.1143726719959358, - 0.2788338755493063, + 0.08002025059352601, + 0.11437267199593582, + 0.27883387554930666, 0.33737506207465706, - 0.15325276059232085, + 0.15325276059232087, 0.2094986598198864, 0.3401246090450524, 0.2541084784416324 @@ -17442,17 +14769,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 444.2057772802119, + 444.20577728021135, 408.6738546852565, - 129.45396231163443, + 129.4539623116342, -166.08560584871458, -330.48489255232687, -314.9534873889013, - -118.31350162936275, + -118.31350162936269, 186.91360738564072 ], "relative wind speed": [ - 1.5364732354579793, + 1.5364732354579789, 1.5191252217029632, 1.3225928059070928, 1.0061990724607752, @@ -17463,13 +14790,13 @@ ], "relative wind angle": [ 0.08836908202591956, - 0.12712853954230155, - 0.31358705248262086, + 0.12712853954230158, + 0.31358705248262153, 0.3919635612156356, 0.18755004307238005, 0.25524678667485934, - 0.39200605803621025, - 0.28435568005630935 + 0.3920060580362099, + 0.2843556800563093 ], "resistance": [ 97078.70577728024, @@ -17522,37 +14849,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 590.4302284733498, + 590.4302284733448, 347.0362775034222, - -34.24768975259758, + -34.247689752597694, -344.66924182618055, -433.0227457438171, -317.6700563202852, 10.611586065143683, - 386.78773118860965 + 386.7877311886099 ], "relative wind speed": [ - 1.7956624178252514, + 1.7956624178252512, 1.6845383337630362, - 1.4076569754343828, + 1.4076569754343826, 1.0758360961026627, 0.9209650954407596, 1.1112654173927519, 1.4460574211701138, - 1.7073830619204395 + 1.7073830619204398 ], "relative wind angle": [ - 0.011233744920742835, + 0.01123374492075272, 0.19327367480214622, 0.31596186931215303, 0.2777891636953293, 0.02190441586775526, 0.2954369712098769, 0.30729276129287125, - 0.17366637437048524 + 0.17366637437048588 ], "resistance": [ - 97224.93022847337, + 97224.93022847336, 96981.53627750343, 96600.25231024742, 96289.83075817383, @@ -17562,7 +14889,7 @@ 97021.28773118863 ], "fuel": [ - 39.219798178959685, + 39.21979817895968, 39.09399443520283, 38.89736221409068, 38.73767399080858, @@ -17602,37 +14929,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 769.3378117931964, + 769.3378117931804, 523.7672718957035, - 18.28622751473722, + 18.28622751473631, -438.46545794756094, -608.528812354968, -502.2114154198472, - -87.6768368266853, + -87.67683682668553, 431.17744292577163 ], "relative wind speed": [ - 2.2148458127517063, + 2.214845812751706, 2.1277226373540015, - 1.8527138012220001, + 1.852713801222, 1.5042641267287247, 1.3050695768137777, 1.442756026873563, - 1.7821897052082265, + 1.7821897052082263, 2.084691346848671 ], "relative wind angle": [ - 0.016445381658224154, + 0.01644538165824441, 0.13955613133332762, - 0.24811968828215492, + 0.2481196882821554, 0.2331038414099035, - 0.02791197749156717, - 0.20661160127381492, - 0.2581576879693639, - 0.1674647362825148 + 0.027911977491567173, + 0.2066116012738149, + 0.25815768796936345, + 0.16746473628251482 ], "resistance": [ - 97403.83781179322, + 97403.8378117932, 97158.26727189572, 96652.78622751475, 96196.03454205245, @@ -17642,7 +14969,7 @@ 97065.6774429258 ], "fuel": [ - 39.74399219672783, + 39.74399219672782, 39.6169009454463, 39.356003348580785, 39.121074491866764, @@ -17682,19 +15009,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 629.0551257243828, + 629.055125724374, 367.58469707066115, - -39.57380812241706, - -369.7097867165563, + -39.57380812241752, + -369.7097867165564, -462.5781227704188, -337.4637001504709, 14.002498731793139, 415.0507886974499 ], "relative wind speed": [ - 1.8562215000285005, + 1.8562215000285003, 1.740117515280105, - 1.4534399336490371, + 1.453439933649037, 1.1114379220955362, 0.9540842717233358, 1.1523133635141516, @@ -17702,13 +15029,13 @@ 1.7665052505005074 ], "relative wind angle": [ - 0.012545000459323555, + 0.012545000459341257, 0.19399926752238908, - 0.3156064984370557, - 0.2756820329072174, + 0.31560649843705607, + 0.27568203290721743, 0.02440874653965941, - 0.2954032492629575, - 0.3059551148519149, + 0.29540324926295747, + 0.30595511485191484, 0.17211150052951596 ], "resistance": [ @@ -17768,11 +15095,11 @@ -337.53781277803625, -559.078801202372, -507.8189006949667, - -169.84928791331527, + -169.84928791331504, 310.95965603984405 ], "relative wind speed": [ - 2.114462147127893, + 2.1144621471278926, 2.0711461518608547, 1.8351782076099534, 1.4985349463330147, @@ -17782,13 +15109,13 @@ 1.9507908961876306 ], "relative wind angle": [ - 0.048125145473002874, - 0.1121521417423654, + 0.04812514547300056, + 0.11215214174236542, 0.23624483918971725, 0.25338070685642994, 0.0810060773698931, - 0.1755470068082599, - 0.2653168336442915, + 0.17554700680825994, + 0.2653168336442911, 0.19377326771160489 ], "resistance": [ @@ -17842,37 +15169,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 642.0364500186266, + 642.0364500186187, 438.28861041185144, 39.157806347004225, - -312.8804677417215, - -447.00323662329987, + -312.88046774172153, + -447.0032366232994, -358.5242221337177, -36.848837897504836, - 370.06697590485044 + 370.0669759048502 ], "relative wind speed": [ - 1.7823869800612, + 1.7823869800611998, 1.6946838683279575, - 1.415401439187754, + 1.4154014391877539, 1.0391998492746033, - 0.8016286412548754, + 0.8016286412548753, 0.973426120258138, 1.347646315290869, 1.6551663053722014 ], "relative wind angle": [ - 0.02033447991419696, - 0.1907375139168822, - 0.3539640264844312, - 0.3666434296864592, - 0.045225145162552334, + 0.02033447991421334, + 0.19073751391688223, + 0.3539640264844306, + 0.36664342968645924, + 0.045225145162547414, 0.3363610106986442, - 0.37260791445571795, - 0.2270199734905401 + 0.372607914455718, + 0.22701997349054012 ], "resistance": [ - 97276.53645001863, + 97276.53645001861, 97072.78861041185, 96673.65780634701, 96321.61953225828, @@ -17922,34 +15249,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 568.5687864550907, + 568.5687864550896, 607.5695037215812, - 235.6682012341871, + 235.66820123418688, -210.1411651433582, - -494.1997709440085, + -494.1997709440086, -511.18756262832505, -265.21702183201944, - 170.59583489946908 + 170.59583489946885 ], "relative wind speed": [ - 1.995981729840906, + 1.9959817298409053, 2.0108901067664116, 1.82552935396758, 1.5057037080207045, 1.2130715800961582, 1.188194724279086, 1.4570272139182554, - 1.78559291775824 + 1.7855929177582401 ], "relative wind angle": [ 0.09528124489458834, - 0.07197709703683887, - 0.21776719795111527, + 0.07197709703683888, + 0.2177671979511158, 0.27796281681502827, - 0.15718462391029756, + 0.15718462391029828, 0.12201073762937435, - 0.2741119242232746, - 0.2335019459439092 + 0.2741119242232745, + 0.23350194594390966 ], "resistance": [ 97203.06878645507, @@ -18002,33 +15329,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 479.51533798961134, + 479.5153379896102, 462.7824040954707, - 157.72338757446744, - -177.76972607306988, - -373.1650132149651, - -365.8473492466776, - -154.95726997280144, + 157.7233875744672, + -177.76972607307, + -373.16501321496514, + -365.84734924667754, + -154.95726997280156, 185.01464016086436 ], "relative wind speed": [ - 1.6524812859877709, + 1.6524812859877704, 1.644854049375363, 1.4505781579391326, - 1.1308686827295573, - 0.8444305598607575, - 0.8591929511000537, + 1.130868682729557, + 0.8444305598607577, + 0.8591929511000536, 1.157402427281221, 1.4713576701088231 ], "relative wind angle": [ - 0.09359404208227251, - 0.10901832809720978, - 0.2847769628131924, - 0.3590504354818291, - 0.18392377991134928, - 0.20982979536154672, - 0.35982212056267987, + 0.0935940420822737, + 0.1090183280972098, + 0.2847769628131928, + 0.3590504354818288, + 0.1839237799113499, + 0.20982979536154617, + 0.3598221205626802, 0.27346654828537836 ], "resistance": [ @@ -18082,9 +15409,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 410.10207210937017, + 410.1020721093697, 630.4618739868769, - 370.111835973525, + 370.11183597352453, -42.40582675316966, -380.3258161959127, -475.8238350742208, @@ -18094,7 +15421,7 @@ "relative wind speed": [ 1.8232184359118917, 1.9133944224596617, - 1.8016692612594913, + 1.8016692612594911, 1.5238330892414682, 1.1960259381814178, 1.0457175976103696, @@ -18102,11 +15429,11 @@ 1.5596590095224498 ], "relative wind angle": [ - 0.16173641074069844, + 0.16173641074069914, 0.009756386629211834, - 0.17855857468880745, - 0.28872147307086843, - 0.24801172819824274, + 0.1785585746888081, + 0.2887214730708685, + 0.24801172819824277, 0.01785234489750352, 0.2635723570824965, 0.28190564320511385 @@ -18162,33 +15489,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 400.28960615858045, + 400.2896061585791, 773.3059422392694, - 573.8357535726234, + 573.835753572622, 65.54450718667636, -417.1695734815314, -623.1639110912552, - -536.6306538950427, + -536.6306538950425, -133.03763039977548 ], "relative wind speed": [ 2.082980805037765, 2.232805457619907, - 2.1629921417296627, + 2.1629921417296623, 1.8968190759242707, 1.5416196365205534, 1.3152870128927368, - 1.42718784071238, + 1.4271878407123801, 1.7656379954768007 ], "relative wind angle": [ - 0.17982550817777426, + 0.17982550817777612, 0.03035109671259676, - 0.1282918676793218, + 0.12829186767932266, 0.24447443875061792, 0.24408272028032366, - 0.05153832987234207, - 0.1951374747313153, + 0.05153832987234206, + 0.19513747473131643, 0.2630529358595994 ], "resistance": [ @@ -18242,10 +15569,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 379.4998742615005, + 379.4998742615003, 721.6895764000903, - 530.1840231831693, - 59.81617343920948, + 530.1840231831679, + 59.81617343920925, -382.5924696012885, -569.1217048395328, -485.940943006176, @@ -18255,17 +15582,17 @@ 1.9599623737553373, 2.1046271552563374, 2.033734698972332, - 1.7700773493186948, + 1.7700773493186945, 1.4171215298952318, 1.1917342297621873, 1.309048933854337, 1.6481844904191285 ], "relative wind angle": [ - 0.1887442734677168, + 0.1887442734677174, 0.030057696052363893, - 0.13726715967005423, - 0.26102816018411235, + 0.13726715967005668, + 0.26102816018411196, 0.26250159131370876, 0.053099465908185726, 0.21422354806437405, @@ -18322,37 +15649,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 355.11769476289237, + 355.11769476289123, 647.2985704754196, - 454.65332830670195, + 454.6533283067015, 33.458096484229145, - -352.3179279491318, + -352.3179279491319, -504.1532895214648, -420.55398655418526, -79.91593024563554 ], "relative wind speed": [ - 1.852821382186748, + 1.8528213821867476, 1.9805801883809406, 1.9046097576449594, - 1.649354078633316, + 1.6493540786333163, 1.316281538162035, 1.1148301571932564, 1.240163631573766, 1.5637056261618643 ], "relative wind angle": [ - 0.18327190948374222, - 0.02245581200341106, - 0.14477610915313566, - 0.265683516665972, - 0.2594355726817234, + 0.18327190948374344, + 0.022455812003411065, + 0.1447761091531364, + 0.2656835166659724, + 0.25943557268172385, 0.039901684925410616, 0.22342144856134824, - 0.2806189924456778 + 0.28061899244567773 ], "resistance": [ - 96989.61769476294, + 96989.61769476293, 97281.79857047547, 97089.15332830674, 96667.95809648428, @@ -18362,7 +15689,7 @@ 96554.5840697544 ], "fuel": [ - 39.28409394196873, + 39.28409394196872, 39.43514963359869, 39.33551756845852, 39.11816529058218, @@ -18402,20 +15729,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 342.35991381598535, + 342.3599138159849, 629.0191890266061, - 445.23809601354776, + 445.2380960135471, 35.2357772893771, -342.2315409386249, -492.5583217167857, -412.8089322261477, - -82.03531477684271 + -82.03531477684282 ], "relative wind speed": [ - 1.8347330986099144, + 1.8347330986099142, 1.9619366162772989, - 1.8887606484237927, - 1.6388935501268316, + 1.8887606484237924, + 1.6388935501268318, 1.311944927456082, 1.1127667093882994, 1.2328942569329358, @@ -18424,12 +15751,12 @@ "relative wind angle": [ 0.18256714732487847, 0.023594796391649214, - 0.1421822556227933, - 0.262188908003699, - 0.2567114577055265, - 0.04160850441777942, - 0.21882850240251447, - 0.27767338304549133 + 0.1421822556227941, + 0.26218890800369943, + 0.25671145770552645, + 0.04160850441777941, + 0.21882850240251445, + 0.2776733830454914 ], "resistance": [ 96976.859913816, @@ -18482,9 +15809,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 349.31280185622177, + 349.3128018562211, 735.8038404773217, - 587.620228984699, + 587.6202289846974, 99.40021914579506, -387.12608016261015, -616.0287981098434, @@ -18492,7 +15819,7 @@ -174.5498858364981 ], "relative wind speed": [ - 2.097678027363556, + 2.0976780273635556, 2.2574806648473635, 2.2062017182046882, 1.9615444651434684, @@ -18504,7 +15831,7 @@ "relative wind angle": [ 0.17748307999003224, 0.04014775423073734, - 0.11000824479840789, + 0.1100082447984099, 0.2226543534694435, 0.230199887687963, 0.06512335074727664, @@ -18562,9 +15889,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 422.6547199974193, + 422.6547199974184, 867.9978475430039, - 670.3549620332005, + 670.3549620331992, 85.84841423320904, -488.5286826110514, -745.8604134275456, @@ -18574,7 +15901,7 @@ "relative wind speed": [ 2.4162416705196565, 2.5753286582419395, - 2.514869318670352, + 2.5148693186703515, 2.257265949614129, 1.9142834726507416, 1.6942217464243494, @@ -18582,14 +15909,14 @@ 2.0993940689475203 ], "relative wind angle": [ - 0.15321089326092494, + 0.15321089326092638, 0.031304603903468765, - 0.10147282172540917, + 0.10147282172541028, 0.19658041885855457, 0.19384138555208885, - 0.047595256012587135, + 0.04759525601258713, 0.14339121691899298, - 0.21157940003647058 + 0.21157940003647055 ], "resistance": [ 97057.15471999742, @@ -18642,33 +15969,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 276.2306854690862, + 276.230685469086, 661.3585889049657, - 590.892181777152, + 590.8921817771513, 158.86481008801775, -299.5368929345941, -546.3051573194767, - -515.6043360757459, + -515.604336075746, -200.28510239616958 ], "relative wind speed": [ - 1.8816704593061848, + 1.8816704593061844, 2.0649057981809187, 2.0386418610926174, - 1.8112126004636462, + 1.811212600463646, 1.4662960355832837, 1.1945174029839938, - 1.2388087598954214, + 1.2388087598954212, 1.5524872615627217 ], "relative wind angle": [ - 0.2161703498389135, + 0.216170349838914, 0.06493482558611866, - 0.10521994015911507, - 0.24355844198974547, - 0.27885172670131364, + 0.10521994015911612, + 0.24355844198974455, + 0.2788517267013136, 0.11240746769096999, - 0.17370781561472085, + 0.17370781561471957, 0.2851975118697256 ], "resistance": [ @@ -18722,17 +16049,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 210.93306150768194, + 210.93306150768126, 697.9765260149386, - 730.1494113764113, + 730.1494113764095, 265.3617646539378, -288.7136527026696, -634.9844580358795, - -648.9303202937815, + -648.9303202937812, -335.06849426294275 ], "relative wind speed": [ - 2.1354099942219937, + 2.1354099942219933, 2.351389892101099, 2.3619600996311894, 2.163389606321027, @@ -18742,14 +16069,14 @@ 1.7998169747663395 ], "relative wind angle": [ - 0.19672849581624896, + 0.19672849581624893, 0.07907098566045491, - 0.0655540988005635, - 0.1881044586465112, + 0.06555409880056519, + 0.18810445864651124, 0.229734077167513, - 0.12041741216631659, - 0.10130427808203993, - 0.22670857503080108 + 0.1204174121663166, + 0.10130427808203885, + 0.22670857503080105 ], "resistance": [ 96845.4330615077, @@ -18802,9 +16129,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 508.0745623460756, + 508.0745623460708, 288.5654689997572, - -40.35697306773045, + -40.35697306773068, -300.25253751142685, -369.29239735693704, -259.24585524658335, @@ -18812,7 +16139,7 @@ 349.2215219103472 ], "relative wind speed": [ - 1.6411980350220876, + 1.6411980350220874, 1.5282362090594885, 1.2606437968147273, 0.9443749999919921, @@ -18822,17 +16149,17 @@ 1.5663881335727095 ], "relative wind angle": [ - 0.02078519139501904, - 0.21031269239380804, - 0.33720519481896666, + 0.020785191395029726, + 0.210312692393808, + 0.33720519481896766, 0.29083788143151096, 0.0422598106908129, 0.3230646071707756, 0.32017259184952596, - 0.17375754682560401 + 0.173757546825604 ], "resistance": [ - 97142.57456234608, + 97142.57456234607, 96923.06546899976, 96594.14302693227, 96334.24746248858, @@ -18842,7 +16169,7 @@ 96983.72152191035 ], "fuel": [ - 39.0634540014056, + 39.06345400140559, 38.950053207703725, 38.78046390627344, 38.6467489284931, @@ -18882,11 +16209,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 469.75593925177054, + 469.75593925176986, 370.5777995972927, - 70.89092090128952, + 70.8909209012894, -219.99838428713105, - -356.0379936716745, + -356.03799367167454, -312.7861824860596, -83.30975753750147, 233.73986980660572 @@ -18894,7 +16221,7 @@ "relative wind speed": [ 1.6147102221657446, 1.5676086821798112, - 1.3523896506390762, + 1.352389650639076, 1.0440798004535545, 0.8207575080421227, 0.9074882964140852, @@ -18902,14 +16229,14 @@ 1.480145046560954 ], "relative wind angle": [ - 0.04805862252611838, + 0.04805862252612069, 0.14499095135295653, 0.2986246315654878, - 0.3278429104817299, - 0.09465259731023086, - 0.2522494894695825, + 0.32784291048172987, + 0.09465259731023204, + 0.25224948946958253, 0.33651289370950044, - 0.22913657975192261 + 0.2291365797519226 ], "resistance": [ 97104.25593925182, @@ -18962,34 +16289,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 475.8714580262339, + 475.87145802622956, 282.0965768018326, -23.334573928910345, -273.1062612755512, - -345.48340676002033, - -254.85100092616972, + -345.4834067600209, + -254.85100092616966, 7.001040719849698, - 309.02377451585767 + 309.02377451585744 ], "relative wind speed": [ - 1.5987187915311705, + 1.5987187915311702, 1.5001652885239256, 1.251255483265853, 0.9500074084516165, 0.8059575716336035, 0.9772274498684262, 1.2805581194407216, - 1.517549111414673 + 1.5175491114146733 ], "relative wind angle": [ - 0.009649983416187396, + 0.0096499834161989, 0.1953643969202905, - 0.32237022261798043, + 0.3223702226179805, 0.28752247006116194, - 0.019142834796228966, - 0.30260141069003943, + 0.019142834796234767, + 0.3026014106900394, 0.31473655320208926, - 0.17846932635745272 + 0.17846932635745336 ], "resistance": [ 97110.37145802622, @@ -19042,30 +16369,30 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 434.89909416892885, - 338.75496141461633, + 434.8990941689275, + 338.7549614146162, 57.35189930665695, - -215.66364350130544, + -215.66364350130527, -340.8459566809111, -298.9850862550956, -81.07743132754445, 216.81936398825098 ], "relative wind speed": [ - 1.607873867610261, + 1.6078738676102609, 1.5616425999046666, 1.3589891198649595, - 1.075333840485559, + 1.0753338404855592, 0.8784602898000387, 0.9582396595124517, 1.2288610283462524, 1.4834446354367676 ], "relative wind angle": [ - 0.04219940741455371, - 0.1351046769423177, - 0.27215167511457955, - 0.2888139347626911, + 0.04219940741455634, + 0.13510467694231773, + 0.27215167511457994, + 0.2888139347626919, 0.07729293563551434, 0.22131299997386317, 0.30183120436891514, @@ -19122,34 +16449,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 372.06798416726724, + 372.0679841672669, 401.8788851418402, - 162.12653934946366, - -125.02423875777185, + 162.12653934946354, + -125.02423875777163, -309.58446008456866, -322.60452945386317, -166.36080275570538, 112.98171153249757 ], "relative wind speed": [ - 1.5426070174618403, + 1.54260701746184, 1.5571926544682513, 1.4035540868114658, - 1.132010222183344, + 1.1320102221833441, 0.8732823422199654, 0.8470002930494321, 1.0827254430143103, 1.364115580304 ], "relative wind angle": [ - 0.10835575012787156, + 0.10835575012787259, 0.07789014578864466, - 0.24333988193464906, - 0.3209296339561359, + 0.24333988193464953, + 0.32092963395613655, 0.1922117395911268, 0.14354715880650484, - 0.3176567356628645, - 0.26486086651204693 + 0.31765673566286445, + 0.2648608665120469 ], "resistance": [ 97006.56798416727, @@ -19202,31 +16529,31 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 357.57300893129445, + 357.57300893129343, 422.13722837086505, - 193.11244820232412, - -98.82626492489396, + 193.11244820232366, + -98.82626492489419, -299.79729237484446, -327.98256060356135, -187.99856950365233, 86.94957098364762 ], "relative wind speed": [ - 1.5250055373385103, + 1.52500553733851, 1.5567097160864731, - 1.4159946562698504, - 1.147068454127275, - 0.8713716209988608, + 1.4159946562698502, + 1.1470684541272749, + 0.8713716209988609, 0.8133789096339248, 1.039177330492986, 1.3300993768667677 ], "relative wind angle": [ - 0.12880594681576243, + 0.12880594681576502, 0.06170792095510016, - 0.23641459281372315, - 0.3312230872029986, - 0.22674099544578813, + 0.23641459281372362, + 0.3312230872029983, + 0.22674099544578866, 0.11830238042603174, 0.32483107478062045, 0.2842630096353756 @@ -19282,41 +16609,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 450.83455468338366, + 450.83455468338207, 377.16050184003575, - 84.11423108837039, + 84.11423108837016, -213.4495254619677, - -362.421237624243, + -362.4212376242431, -330.32142622960066, -110.08761924621967, - 206.49803347311035 + 206.49803347311024 ], "relative wind speed": [ 1.667064577716903, 1.6329944529011873, 1.4358778191984791, 1.1483398035415648, - 0.9342180712398022, + 0.9342180712398023, 0.9925708174752088, 1.2610006341169189, - 1.5274761557914978 + 1.527476155791498 ], "relative wind angle": [ - 0.05455009158090346, + 0.05455009158090754, 0.12001846156660637, - 0.258748578336119, + 0.2587485783361194, 0.2860870266895722, - 0.09744774613272095, - 0.19827938658258196, + 0.09744774613272209, + 0.19827938658258198, 0.2956435151117501, - 0.2137798475256162 + 0.21377984752561674 ], "resistance": [ 97085.33455468339, 97011.66050184003, 96718.61423108837, 96421.05047453803, - 96272.07876237576, + 96272.07876237575, 96304.1785737704, 96524.41238075378, 96840.99803347311 @@ -19326,7 +16653,7 @@ 39.056041765066325, 38.9048337105164, 38.75162166832162, - 38.67504166818907, + 38.67504166818905, 38.69153583155032, 38.80480413911943, 38.96794329723603 @@ -19362,7 +16689,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 392.12495029990987, + 392.1249502999076, 356.7598050030829, 99.74334218336537, -176.65605844384402, @@ -19372,7 +16699,7 @@ 158.78524695690248 ], "relative wind speed": [ - 1.6111384626233054, + 1.6111384626233052, 1.5942314802837378, 1.4224447388334396, 1.1595953502139713, @@ -19382,9 +16709,9 @@ 1.4677134705898411 ], "relative wind angle": [ - 0.06667769582877844, + 0.06667769582878344, 0.09966048738853017, - 0.23533419535028718, + 0.23533419535028766, 0.2710118301111844, 0.11320279705719653, 0.162839214426014, @@ -19442,13 +16769,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 435.79270329119913, + 435.7927032911898, 281.01718308473096, 4.017954692040121, -235.38947017893287, - -317.1024423593904, + -317.102442359391, -249.98050195269394, - -20.226753317269754, + -20.226753317269868, 259.514252113303 ], "relative wind speed": [ @@ -19456,23 +16783,23 @@ 1.456245444417011, 1.2295140402416764, 0.9409578734892873, - 0.7801419510025628, + 0.7801419510025629, 0.9184215412313812, 1.2051739072149346, 1.441786115240968 ], "relative wind angle": [ - 0.008340496981446706, + 0.008340496981473329, 0.17794703829936206, 0.3119370097286994, 0.2975534423825152, - 0.016408800574888673, + 0.016408800574895438, 0.2844872920590778, - 0.3184565219067503, + 0.31845652190675067, 0.19252760812964295 ], "resistance": [ - 97070.29270329123, + 97070.29270329121, 96915.51718308475, 96638.51795469207, 96399.11052982109, @@ -19522,9 +16849,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 452.8292085928508, + 452.8292085928499, 360.4005501636308, - 71.59480972786764, + 71.5948097278673, -210.17207935287007, -343.44150802258685, -303.1247893663922, @@ -19532,9 +16859,9 @@ 223.28773242635953 ], "relative wind speed": [ - 1.58507989874148, + 1.5850798987414798, 1.540403298757745, - 1.329906160054594, + 1.3299061600545936, 1.0265621938695513, 0.8044333916937951, 0.8869887509109347, @@ -19542,13 +16869,13 @@ 1.4511241949550757 ], "relative wind angle": [ - 0.05000581898314967, + 0.050005818983151894, 0.143741594787471, 0.29864181148750124, 0.3300580907564355, - 0.09865185774298069, + 0.0986518577429807, 0.2514126141383109, - 0.3381835044087063, + 0.33818350440870626, 0.2313329445217463 ], "resistance": [ @@ -19602,9 +16929,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 372.9551219877653, + 372.95512198776464, 312.2436348078021, - 66.95742450673731, + 66.95742450673686, -183.66563270108173, -308.92917124297816, -282.5364466915765, @@ -19614,22 +16941,22 @@ "relative wind speed": [ 1.5701955501663976, 1.5402068230105355, - 1.3659984603111448, + 1.3659984603111446, 1.1150037286040542, - 0.9321274916328612, + 0.9321274916328613, 0.9808866747855834, 1.2117854318515748, - 1.4460782868223914 + 1.4460782868223911 ], "relative wind angle": [ - 0.050718821187014256, - 0.11046455848846964, - 0.23625275029879997, + 0.05071882118701645, + 0.11046455848846966, + 0.23625275029880044, 0.2560339339121171, - 0.08550483758166692, + 0.08550483758166823, 0.1739773305665551, 0.26700937705286415, - 0.1965287053467221 + 0.1965287053467215 ], "resistance": [ 97007.45512198775, @@ -19682,31 +17009,31 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 400.5443287312329, + 400.544328731232, 337.14138872852686, - 76.73454380329383, - -188.71418372551818, + 76.73454380329349, + -188.71418372551824, -322.5544968134978, -294.92800877822754, -99.75978631300211, 182.05873516326199 ], "relative wind speed": [ - 1.5731528410845264, + 1.5731528410845261, 1.5420923711598338, - 1.3569802503998838, - 1.0859160873523683, + 1.3569802503998836, + 1.085916087352368, 0.8828368807976197, 0.9360352227984953, 1.1886191229882919, 1.4404850123267894 ], "relative wind angle": [ - 0.055645409913692497, - 0.11886664706276509, - 0.2579114633893143, - 0.2862411529047744, - 0.09926797177987455, + 0.05564540991369449, + 0.1188666470627651, + 0.25791146338931437, + 0.2862411529047736, + 0.09926797177987456, 0.19663339416002915, 0.2954701743088663, 0.21449041527667562 @@ -19762,9 +17089,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 516.8237390848077, + 516.8237390848041, 347.62255551002625, - 14.114405390145635, + 14.114405390145407, -282.8976912048277, -391.87836877398763, -318.4712135944376, @@ -19772,7 +17099,7 @@ 295.55427578094566 ], "relative wind speed": [ - 1.7307134936080684, + 1.7307134936080681, 1.6543739488905498, 1.4182377081198703, 1.1152239944106022, @@ -19782,14 +17109,14 @@ 1.6233513763839478 ], "relative wind angle": [ - 0.015559479067361144, + 0.01555947906736828, 0.15816603462185863, - 0.28256896870750786, + 0.2825689687075083, 0.27110980755730024, 0.028650230096228906, - 0.2463169411836446, - 0.293557245398971, - 0.18503014469528611 + 0.24631694118364458, + 0.29355724539897093, + 0.18503014469528614 ], "resistance": [ 97151.32373908484, @@ -19842,37 +17169,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 408.47680080893883, + 408.47680080893633, 380.39641745643485, - 112.21744291792936, + 112.2174429179289, -180.86738526536624, -345.4261116448545, -333.20161321729694, - -141.1097344301835, + -141.10973443018338, 159.1515529811494 ], "relative wind speed": [ 1.6597422864519238, 1.6467161745952095, - 1.4746639567032966, + 1.4746639567032962, 1.2075654441231856, 0.991001779311674, 1.0124992959810308, - 1.2498780735878765, + 1.2498780735878767, 1.5095080927888849 ], "relative wind angle": [ - 0.06994601520839766, + 0.06994601520840402, 0.09450191743132039, - 0.22969141844159255, - 0.26771186925026635, + 0.22969141844159202, + 0.2677118692502663, 0.11731991624949548, 0.15407697007970042, - 0.2719641607138761, - 0.21322526102949488 + 0.27196416071387647, + 0.21322526102949485 ], "resistance": [ - 97042.97680080894, + 97042.97680080893, 97014.89641745643, 96746.71744291793, 96453.63261473464, @@ -19922,9 +17249,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 421.21097617112525, + 421.2109761711225, 323.4551805643581, - 47.77179839131304, + 47.771798391312814, -218.87833153276728, -338.45454550836575, -295.98127589356176, @@ -19932,9 +17259,9 @@ 211.23118691865682 ], "relative wind speed": [ - 1.6313323941471396, + 1.6313323941471394, 1.584700722406922, - 1.389127778157196, + 1.3891277781571958, 1.121221573721139, 0.942138851978938, 1.0186238839753403, @@ -19942,11 +17269,11 @@ 1.5138471452641185 ], "relative wind angle": [ - 0.03703041053160843, + 0.03703041053161442, 0.1273398571443853, - 0.2509888541071175, + 0.2509888541071179, 0.25854020533021244, - 0.06414823457443675, + 0.06414823457443676, 0.19887955653993397, 0.2745668804119361, 0.1905103918301964 @@ -20002,33 +17329,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 418.3214693089203, + 418.3214693089192, 437.78359177588254, - 164.651651891165, + 164.65165189116453, -157.61250932517044, - -359.3550201054942, + -359.35502010549413, -367.8372531573053, - -185.02141744089374, + -185.02141744089363, 132.23862107062394 ], "relative wind speed": [ 1.6918068716999608, 1.7005810901959566, - 1.5381855083119127, + 1.5381855083119125, 1.2619141725637937, - 1.012112218846249, + 1.0121122188462488, 0.9972991478673868, 1.2331127185656254, 1.5146465778364668 ], "relative wind angle": [ - 0.09322079345486074, + 0.09322079345486313, 0.07693907748603497, 0.22443921277698228, 0.28386929224622465, - 0.15623341697994964, + 0.15623341697994822, 0.13144426013327612, - 0.28131694479346286, + 0.2813169447934625, 0.2355106950418562 ], "resistance": [ @@ -20082,19 +17409,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 337.41714541951126, + 337.41714541951103, 469.12372383012575, - 253.94489426720554, + 253.94489426720497, -58.52558298972008, -299.19055335085017, -356.46462407339897, - -242.31833106803657, + -242.31833106803663, 35.95685020101405 ], "relative wind speed": [ 1.572617857116679, 1.6350782374268058, - 1.5199544664262257, + 1.5199544664262254, 1.2634231495762267, 0.974512988266004, 0.8656336675029698, @@ -20102,14 +17429,14 @@ 1.3515045075530747 ], "relative wind angle": [ - 0.15298904165409175, - 0.028190005787277213, + 0.15298904165409247, + 0.02819000578727721, 0.2019229944390309, - 0.30966190286580425, + 0.3096619028658042, 0.2484725613617277, 0.053265674020180336, - 0.29318575381569006, - 0.28887716173303685 + 0.29318575381569045, + 0.2888771617330369 ], "resistance": [ 96971.91714541953, @@ -20162,9 +17489,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 362.969378371484, + 362.9693783714831, 596.7149113900739, - 369.9259996184519, + 369.9259996184512, -15.631967178623654, -344.19632032259517, -447.08368839191576, @@ -20172,9 +17499,9 @@ -23.539723319140194 ], "relative wind speed": [ - 1.7642741268586815, + 1.7642741268586812, 1.8637590993588313, - 1.768122008568137, + 1.7681220085681368, 1.508013300994372, 1.1900935692585508, 1.0273207473085884, @@ -20182,12 +17509,12 @@ 1.5016263790695663 ], "relative wind angle": [ - 0.1697660300838952, + 0.16976603008389654, 0.0017837243308316032, - 0.1666959953777748, + 0.16669599537777616, 0.28101609084444984, - 0.25316089119844076, - 0.003236025847158659, + 0.2531608911984407, + 0.0032360258471586596, 0.2503120736988782, 0.2822440545255073 ], @@ -20242,10 +17569,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 316.67486720419083, + 316.6748672041904, 459.2609886490593, - 256.41433453449133, - -49.99021661776533, + 256.4143345344912, + -49.99021661776521, -292.58594431624834, -354.4507666138819, -251.31481857629615, @@ -20254,18 +17581,18 @@ "relative wind speed": [ 1.5892392283109864, 1.6564900017416246, - 1.5517437190674968, - 1.3093446889075744, + 1.5517437190674965, + 1.3093446889075742, 1.0342347564897154, 0.9226937360055459, 1.0896854072017361, 1.3714734200717735 ], "relative wind angle": [ - 0.14948621502774145, - 0.019499996668826524, - 0.18298503640851363, - 0.2841178455384277, + 0.14948621502774292, + 0.01949999666882652, + 0.18298503640851302, + 0.28411784553842695, 0.2308970896746322, 0.03501281241959116, 0.2621154039424294, @@ -20322,37 +17649,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 345.06992724297083, + 345.06992724297015, 533.3025039520587, - 316.5433275896976, + 316.5433275896969, -26.606271943020033, - -307.95604113280064, - -389.59282693491264, + -307.9560411328007, + -389.5928269349126, -288.5851806588334, 5.578953481344342 ], "relative wind speed": [ - 1.6172771855483261, + 1.617277185548326, 1.7033557199400646, 1.599994484250308, 1.3383872301512352, 1.022550723881808, 0.8716506003862943, 1.0493870249697745, - 1.367448390241631 + 1.3674483902416308 ], "relative wind angle": [ - 0.176065413065214, - 0.008964800541642575, - 0.19171847113907067, + 0.17606541306521464, + 0.008964800541642573, + 0.19171847113907242, 0.31596736458377395, - 0.28070224002557576, - 0.017519429119568775, - 0.29477510043498373, - 0.3090274455203457 + 0.2807022400255762, + 0.01751942911956877, + 0.2947751004349838, + 0.30902744552034533 ], "resistance": [ - 96979.569927243, + 96979.56992724299, 97167.80250395209, 96951.04332758972, 96607.89372805701, @@ -20402,9 +17729,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 405.64239254757445, + 405.64239254757354, 667.3213156001309, - 414.33784436166525, + 414.33784436166457, -16.429255264718222, -383.6785011976027, -499.1015853038852, @@ -20412,9 +17739,9 @@ -26.309125629331106 ], "relative wind speed": [ - 1.860823932841962, + 1.8608239328419618, 1.9664490052435732, - 1.8653828067829588, + 1.8653828067829583, 1.5898793737457635, 1.2524948931698472, 1.0791142090763763, @@ -20422,14 +17749,14 @@ 1.582306147176251 ], "relative wind angle": [ - 0.1709224740837263, + 0.1709224740837276, 0.002005677529293141, - 0.16746730929109505, - 0.2828133046425282, - 0.25547376210996164, + 0.1674673092910944, + 0.28281330464252824, + 0.2554737621099616, 0.0036549131554988092, 0.25227297883379146, - 0.28420446777631536 + 0.2842044677763153 ], "resistance": [ 97040.14239254758, @@ -20482,11 +17809,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 389.3801866043801, + 389.3801866043797, 620.5257932927765, 374.84246756042205, -26.449525366934836, - -361.84234240138255, + -361.84234240138244, -461.9274089564885, -351.9141534142915, -9.956797037730325 @@ -20502,14 +17829,14 @@ 1.5199292975676875 ], "relative wind angle": [ - 0.1692631764927901, + 0.16926317649279074, 0.0036760253184812434, - 0.17561499731220792, - 0.29115808615107586, - 0.2582086125362988, - 0.006800552579123686, + 0.17561499731220856, + 0.2911580861510759, + 0.2582086125362983, + 0.006800552579123685, 0.264058108652328, - 0.2885438834043015 + 0.2885438834043014 ], "resistance": [ 97023.88018660441, @@ -20562,34 +17889,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 408.759494993824, + 408.7594949938233, 572.2400272353542, - 314.0069089452421, + 314.0069089452419, -61.129986027262134, - -350.748501145409, + -350.74850114540914, -421.87678246549984, -286.6046715298332, - 45.47884991991589 + 45.478849919915774 ], "relative wind speed": [ - 1.6841557373111984, + 1.684155737311198, 1.7559858377118436, 1.6284578041534046, 1.339544082796153, 1.0066313398220146, 0.8753290464651132, 1.0944461530481802, - 1.4336348391678764 + 1.4336348391678762 ], "relative wind angle": [ - 0.16493661701975745, + 0.16493661701975743, 0.02826227049412647, - 0.2145407913345239, + 0.21454079133452444, 0.33522196050386394, - 0.2782772507563148, + 0.27827725075631526, 0.05671942062151045, 0.3223308004229253, - 0.3124465020988713 + 0.312446502098871 ], "resistance": [ 97043.25949499382, @@ -20642,9 +17969,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 345.6357644549405, + 345.6357644549403, 583.2161647158325, - 380.4772694597416, + 380.47726945974136, 12.766834411954846, -305.8456438301804, -417.34457870896165, @@ -20654,7 +17981,7 @@ "relative wind speed": [ 1.635157450745814, 1.745797849181896, - 1.6557601989389306, + 1.6557601989389303, 1.3908065358164068, 1.0483602994546257, 0.8514629034749588, @@ -20662,14 +17989,14 @@ 1.3558968936215274 ], "relative wind angle": [ - 0.2027650101556155, - 0.010574882571159695, - 0.18414352815251359, + 0.2027650101556166, + 0.010574882571159693, + 0.18414352815251298, 0.32736969079466793, 0.3195040292616179, 0.021683516494421587, 0.3031701993407528, - 0.33612605001393653 + 0.3361260500139366 ], "resistance": [ 96980.13576445494, @@ -20722,9 +18049,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 334.3111885014433, + 334.3111885014424, 454.53175484446353, - 242.2170255133725, + 242.21702551337228, -59.50633059566837, -288.3378284646409, -340.67624123584176, @@ -20732,7 +18059,7 @@ 44.3343607929711 ], "relative wind speed": [ - 1.5249653514740904, + 1.5249653514740902, 1.583529881329233, 1.4649449271047954, 1.205310451625184, @@ -20742,13 +18069,13 @@ 1.3063544490665737 ], "relative wind angle": [ - 0.1561543963035548, + 0.1561543963035562, 0.033560239858763115, - 0.21483481134826088, + 0.2148348113482614, 0.32821237440325407, - 0.26273675355065323, + 0.2627367535506533, 0.06586234498502383, - 0.31546000830603677, + 0.3154600083060368, 0.30198722175164505 ], "resistance": [ @@ -20802,39 +18129,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 311.4958315542732, + 311.4958315542725, 499.06511805455204, - 308.49061566248577, + 308.49061566248554, 0.8181458079678805, -254.9668951394774, -336.10348942067424, -252.96282389925153, - 4.157836372821862 + 4.157836372821748 ], "relative wind speed": [ - 1.4530733392582738, + 1.4530733392582735, 1.546555261376306, 1.4510672670659177, 1.191799048195437, 0.8588287968568196, 0.6761478056482829, 0.8622139050279641, - 1.1952506265608784 + 1.1952506265608782 ], "relative wind angle": [ - 0.2124760727472741, + 0.21247607274727462, 0.0011984036553768435, - 0.21462269793654168, + 0.2146226979365422, 0.37381106700638184, 0.3648343839124431, 0.0027411156854668674, - 0.36658962439698495, - 0.3726785887868058 + 0.3665896243969849, + 0.3726785887868055 ], "resistance": [ 96945.9958315543, 97133.56511805458, - 96942.99061566252, + 96942.99061566251, 96635.31814580799, 96379.53310486056, 96298.39651057936, @@ -20844,7 +18171,7 @@ "fuel": [ 38.878586309062456, 38.97549150798622, - 38.87703476944775, + 38.87703476944773, 38.718366777047834, 38.5867254970344, 38.545018930749755, @@ -20882,9 +18209,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 319.0280110017226, + 319.0280110017221, 480.13614805204054, - 281.0824352638623, + 281.08243526386195, -25.190340905720404, -271.83716043312575, -341.77799590132616, @@ -20892,21 +18219,21 @@ 17.334636468167673 ], "relative wind speed": [ - 1.494127786036621, + 1.4941277860366209, 1.5732776084066642, - 1.469226934202282, - 1.2116678711843247, + 1.4692269342022817, + 1.211667871184325, 0.8990078521564299, 0.7519511461071245, 0.9391513057330939, 1.2539911998037538 ], "relative wind angle": [ - 0.18481910650596067, + 0.18481910650596128, 0.014266551989253463, 0.21002808211674162, - 0.34584962127819563, - 0.31037828000554585, + 0.3458496212781963, + 0.3103782800055458, 0.029852763141326136, 0.3322404456872119, 0.3337143207147659 @@ -20949,52 +18276,7 @@ "id": "703", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.68811254795163, - 44.68811254795163, - 44.68811254795163, - 44.68811254795163, - 44.68811254795163, - 44.68811254795163, - 44.68811254795163, - 44.68811254795163 - ], - "relative wind speed": [ - 0.45018571399836316, - 0.45018571399836316, - 0.45018571399836316, - 0.45018571399836316, - 0.45018571399836316, - 0.45018571399836316, - 0.45018571399836316, - 0.45018571399836316 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -62.03125, -57.5 -61.875, -57.34375 -61.875, -57.34375 -62.03125, -57.5 -62.03125))", @@ -21026,9 +18308,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 423.77284869308176, + 423.7728486930804, 326.2408259349078, - 48.48296425298577, + 48.48296425298565, -220.7529630504742, -341.8527458018027, -299.4857046918279, @@ -21036,9 +18318,9 @@ 211.71625774250163 ], "relative wind speed": [ - 1.64340482867619, + 1.6434048286761898, 1.597198851728707, - 1.4019492943688796, + 1.4019492943688794, 1.1344860442207054, 0.955632706915068, 1.0310039425135753, @@ -21046,9 +18328,9 @@ 1.5254359104565791 ], "relative wind angle": [ - 0.03715053533209255, + 0.03715053533209554, 0.1257329679881606, - 0.248120963123684, + 0.24812096312368354, 0.2554059203800823, 0.06391671895368091, 0.19551194466694044, @@ -21106,9 +18388,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 373.5998453315475, + 373.59984533154613, 317.4859988887308, - 73.13898992924919, + 73.13898992924908, -178.1773677026972, -306.14791215432547, -281.7204744559507, @@ -21116,7 +18398,7 @@ 166.74021404326425 ], "relative wind speed": [ - 1.5476433435180068, + 1.5476433435180064, 1.5196298150026601, 1.3442386984104153, 1.087449978807663, @@ -21126,10 +18408,10 @@ 1.4193024084093055 ], "relative wind angle": [ - 0.05531741666956216, + 0.05531741666956416, 0.11257017982405937, - 0.24571029045014964, - 0.27158255504594997, + 0.2457102904501501, + 0.27158255504595, 0.0957084851571759, 0.1821870820379163, 0.28102619807395246, @@ -21186,19 +18468,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 468.43557487424755, + 468.43557487424596, 359.2989950254246, - 58.704031390009845, + 58.704031390009504, -229.11057368041776, - -358.65790325057554, + -358.6579032505754, -311.11391308800995, -77.54097968182339, 238.7841958199109 ], "relative wind speed": [ - 1.6326543906304956, + 1.6326543906304953, 1.5811214443771646, - 1.365680091442539, + 1.3656800914425389, 1.0643616454867018, 0.8556975277106065, 0.9475408151133893, @@ -21206,14 +18488,14 @@ 1.5049627589385455 ], "relative wind angle": [ - 0.04098497384441676, + 0.040984973844419466, 0.14460021592497294, - 0.28891743503508865, - 0.30777757678319595, - 0.07825649983019631, - 0.24282768416313494, - 0.3197126145116018, - 0.2159245693874448 + 0.288917435035089, + 0.307777576783196, + 0.07825649983019489, + 0.24282768416313497, + 0.3197126145116019, + 0.21592456938744484 ], "resistance": [ 97102.9355748743, @@ -21266,34 +18548,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 363.8613833578463, + 363.8613833578445, 290.7620541728826, - 52.332442668243175, - -183.99577350768806, + 52.332442668242834, + -183.9957735076879, -295.65021173246095, -263.8719550683597, - -80.43124823196149, + -80.4312482319616, 174.5587825040028 ], "relative wind speed": [ 1.5263465251557373, 1.4891572152741124, - 1.3112931752739252, - 1.0617039789873899, + 1.311293175273925, + 1.06170397898739, 0.8875315182439848, 0.9486077687477144, - 1.1823519438862076, + 1.1823519438862073, 1.4107553195837363 ], "relative wind angle": [ - 0.04372009277629441, + 0.0437200927762995, 0.12053116881548363, - 0.24647112784216255, - 0.2604438641817249, + 0.24647112784216257, + 0.2604438641817257, 0.07523533446722408, - 0.18989540254033846, - 0.27400669254507953, - 0.19503010198523363 + 0.1898954025403385, + 0.27400669254507876, + 0.19503010198523366 ], "resistance": [ 96998.36138335784, @@ -21346,17 +18628,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 368.76184067968325, + 368.7618406796819, 305.4529555133802, - 60.82547492365359, + 60.82547492365336, -188.4778514509544, - -311.24138689520254, + -311.24138689520237, -283.77997168115724, -97.73918920691165, 167.53129217519484 ], "relative wind speed": [ - 1.6038201216196215, + 1.603820121619621, 1.5730519820398992, 1.4029232074869584, 1.161862746152985, @@ -21366,12 +18648,12 @@ 1.4846461927469614 ], "relative wind angle": [ - 0.046027234600139445, - 0.10501878998480807, - 0.22060834550392736, + 0.04602723460014186, + 0.10501878998480808, + 0.22060834550392835, 0.23387129801976694, - 0.07454089038125616, - 0.15937447522996873, + 0.07454089038125468, + 0.1593744752299687, 0.24625611452732402, 0.18236964231301558 ], @@ -21426,17 +18708,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 301.9457213694567, + 301.945721369456, 339.58943842302483, - 140.40110313293462, + 140.40110313293405, -108.60996561696697, -274.01298004089955, -290.36107422352103, - -162.42025675189143, - 77.06941219365001 + -162.42025675189154, + 77.0694121936499 ], "relative wind speed": [ - 1.5266298337549509, + 1.5266298337549506, 1.5455218388159935, 1.4191645640421575, 1.1942406978642606, @@ -21446,14 +18728,14 @@ 1.3689080559055555 ], "relative wind angle": [ - 0.0957639252630724, + 0.09576392526307355, 0.05812104764474472, - 0.1935275504434364, + 0.1935275504434381, 0.2506512409732727, 0.1487978849377802, 0.09417422211344285, - 0.24305793646806226, - 0.21811186679835579 + 0.24305793646806273, + 0.2181118667983558 ], "resistance": [ 96936.44572136943, @@ -21506,9 +18788,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 303.4391690741221, + 303.439169074122, 323.79069525538785, - 124.09190610187784, + 124.0919061018775, -115.85684657880194, -268.5289699136395, -277.37999776046337, @@ -21516,7 +18798,7 @@ 89.96842909662644 ], "relative wind speed": [ - 1.4898628939764775, + 1.4898628939764773, 1.5003285984449564, 1.3668991465134126, 1.138454838447019, @@ -21526,13 +18808,13 @@ 1.3389778810197497 ], "relative wind angle": [ - 0.09048128134219657, + 0.09048128134219656, 0.06885525911532746, - 0.20675310277345352, + 0.2067531027734546, 0.2608471530845133, 0.14489745838843848, 0.11300419712407782, - 0.2568030087149178, + 0.25680300871491774, 0.2210729687330269 ], "resistance": [ @@ -21586,9 +18868,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 347.7482521716382, + 347.748252171638, 370.483705778394, - 142.50872354355727, + 142.50872354355715, -130.52369731084354, -304.04150851275915, -313.93944134998435, @@ -21596,22 +18878,22 @@ 104.5081044499799 ], "relative wind speed": [ - 1.5719889570550378, + 1.5719889570550376, 1.583041878500774, - 1.4385439425328774, + 1.4385439425328772, 1.1904085271182545, - 0.9649573337946157, + 0.9649573337946158, 0.9467155581586997, 1.154505635563969, 1.4089781672230222 ], "relative wind angle": [ - 0.0931341614156154, - 0.07129828410878226, - 0.214124301503513, + 0.09313416141561541, + 0.07129828410878228, + 0.2141243015035125, 0.2717464370428175, - 0.15208904738161033, - 0.11940332246850882, + 0.15208904738161105, + 0.11940332246850884, 0.26796571566136357, 0.22876624038361482 ], @@ -21666,9 +18948,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 355.7151652626816, + 355.7151652626809, 572.1512493855961, - 349.6273067226979, + 349.6273067226974, -15.409318368577715, -321.5819166206538, -415.32254509941856, @@ -21676,7 +18958,7 @@ -8.536022633740345 ], "relative wind speed": [ - 1.6688245656127976, + 1.6688245656127971, 1.7646735054852998, 1.6652646737260008, 1.400646398426347, @@ -21686,13 +18968,13 @@ 1.4066256183801515 ], "relative wind angle": [ - 0.18093101775078332, - 0.0017787838412960325, - 0.1840329455322212, + 0.1809310177507833, + 0.0017787838412960323, + 0.18403294553222238, 0.31040814338513184, - 0.283137867286776, - 0.0034531108970598987, - 0.2859351730448637, + 0.2831378672867759, + 0.003453110897059899, + 0.28593517304486366, 0.3090448943173836 ], "resistance": [ @@ -21746,9 +19028,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 330.09674170896494, + 330.09674170896426, 594.436243299988, - 418.0554638489174, + 418.05546384891716, 39.72916880960486, -303.50570505320144, -439.8471187762207, @@ -21756,7 +19038,7 @@ -59.381252469988226 ], "relative wind speed": [ - 1.6728083085076362, + 1.672808308507636, 1.7990980387421276, 1.7232678704164839, 1.4674628895659034, @@ -21766,11 +19048,11 @@ 1.3824258784242218 ], "relative wind angle": [ - 0.20849111314633414, - 0.02488078033960252, - 0.1649387052317703, - 0.30802782978501697, - 0.31277010241579317, + 0.20849111314633523, + 0.024880780339602525, + 0.16493870523177098, + 0.3080278297850169, + 0.3127701024157932, 0.049213921544931816, 0.27381573884372284, 0.3276610002236147 @@ -21826,9 +19108,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 323.17662663965154, + 323.17662663965086, 576.148528732136, - 404.2619136421871, + 404.2619136421873, 42.72712069937086, -282.5722829678647, -411.8516071880008, @@ -21836,9 +19118,9 @@ -47.992918660665055 ], "relative wind speed": [ - 1.5937761306793972, + 1.593776130679397, 1.7193074694239463, - 1.6424687279776489, + 1.642468727977649, 1.384375533743263, 1.0344155149888006, 0.8087766304462323, @@ -21846,12 +19128,12 @@ 1.3014000898824276 ], "relative wind angle": [ - 0.22355398393827067, - 0.025656414544193727, - 0.17808707511013697, + 0.22355398393827117, + 0.025656414544193724, + 0.17808707511013758, 0.3353398398898529, 0.34859650825395627, - 0.05456181095517284, + 0.05456181095517283, 0.30951901350006855, 0.3576484169696994 ], @@ -21906,34 +19188,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 246.94003429536076, + 246.94003429535985, 538.7751308374342, - 455.09359266654667, + 455.09359266654644, 109.18690702203116, - -241.91248198864287, + -241.91248198864298, -420.05624948352033, -383.531918247988, - -126.132006675605 + -126.13200667560488 ], "relative wind speed": [ - 1.6068101216386868, + 1.6068101216386865, 1.7647884571816865, 1.7285038429838495, 1.508585604648216, 1.181444756945322, 0.9290706012528884, 0.9949497200885002, - 1.3045382149106624 + 1.3045382149106626 ], "relative wind angle": [ - 0.23370259451098718, + 0.23370259451098863, 0.060618987824687345, - 0.1281530891552321, - 0.2816682460317997, - 0.32041355058897236, - 0.11533200006502446, + 0.12815308915523296, + 0.28166824603179974, + 0.32041355058897275, + 0.11533200006502448, 0.22389449380350174, - 0.3272445283470774 + 0.32724452834707807 ], "resistance": [ 96881.44003429537, @@ -21986,9 +19268,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 363.0148523875123, + 363.01485238751116, 689.9555131492207, - 509.98526764137887, + 509.9852676413782, 64.471183825244, -354.24475977462475, -532.8801785887333, @@ -21996,9 +19278,9 @@ -102.24832265654004 ], "relative wind speed": [ - 1.863815320906667, + 1.8638153209066668, 2.0087452742967193, - 1.9392679004309017, + 1.9392679004309012, 1.676781021748826, 1.3204429590412765, 1.0873451988760057, @@ -22006,14 +19288,14 @@ 1.551058530046841 ], "relative wind angle": [ - 0.20119875788837455, + 0.2011987578883751, 0.032663444691776906, - 0.1447338272024891, - 0.2786144329875573, + 0.14473382720248906, + 0.27861443298755734, 0.28596292522771977, 0.06036789004674739, 0.23387522269228178, - 0.301880386553743 + 0.30188038655374294 ], "resistance": [ 96997.51485238751, @@ -22066,9 +19348,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 264.45631137760984, + 264.4563113776096, 716.6829300424074, - 693.0132847110417, + 693.0132847110399, 225.06064681593512, -297.8094893786906, -602.5818619749506, @@ -22086,9 +19368,9 @@ 1.6074796164017007 ], "relative wind angle": [ - 0.2273371307508671, - 0.0795240898044397, - 0.09162682681162279, + 0.2273371307508676, + 0.07952408980443969, + 0.09162682681162522, 0.23558681220462083, 0.2839268132534911, 0.1360835579463734, @@ -22146,33 +19428,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 310.4460522869001, + 310.44605228689943, 610.876017628269, - 473.66927441917596, + 473.6692744191753, 85.72751311185812, - -286.13417183926975, + -286.13417183926964, -456.3589229396396, -396.5343609220376, -97.78617748678516 ], "relative wind speed": [ - 1.6703048252762558, + 1.6703048252762556, 1.8205922878929253, - 1.7628508029899899, + 1.7628508029899896, 1.5134018810514143, - 1.158240758807472, + 1.1582407588074721, 0.903816123981452, 1.0118284988581805, 1.356854675760854 ], "relative wind angle": [ - 0.2315034115506124, + 0.2315034115506129, 0.04540501985878264, - 0.15168403718019172, + 0.15168403718019247, 0.30838127698740186, - 0.3372339841054352, - 0.09155755462567132, - 0.2663979664761092, + 0.33723398410543554, + 0.09155755462567133, + 0.26639796647610925, 0.3453594564871312 ], "resistance": [ @@ -22226,14 +19508,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 250.3107404896133, + 250.31074048961284, 582.9929272399035, - 516.3512640211189, + 516.3512640211178, 140.3476473429247, - -253.74984506243436, + -253.74984506243425, -464.32267731493596, -435.2307121064384, - -161.20922542189157 + -161.2092254218917 ], "relative wind speed": [ 1.6926030868972886, @@ -22243,17 +19525,17 @@ 1.2815282580510403, 1.0109408751897648, 1.0597866671625262, - 1.373500458698886 + 1.3735004586988857 ], "relative wind angle": [ - 0.23526119222389885, + 0.23526119222389977, 0.0686837934208594, - 0.11623726978593955, - 0.26874399570192026, - 0.3129506761400383, + 0.11623726978594145, + 0.2687439957019203, + 0.31295067614003785, 0.12707833887623318, 0.2026965352155142, - 0.31830101212913076 + 0.3183010121291304 ], "resistance": [ 96884.81074048961, @@ -22306,9 +19588,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 180.6282671236246, + 180.62826712362448, 495.28675021895856, - 505.02853608775695, + 505.0285360877565, 196.25285033502337, -151.84838938381574, -364.271778436521, @@ -22318,7 +19600,7 @@ "relative wind speed": [ 1.4118087349209694, 1.6147180408452206, - 1.6191794213418655, + 1.6191794213418653, 1.4240910522922678, 1.0835034142685827, 0.7482440786934408, @@ -22326,12 +19608,12 @@ 1.0673088716542765 ], "relative wind angle": [ - 0.32153482154974466, - 0.11856936011457865, + 0.3215348215497451, + 0.11856936011457866, 0.1089360503427393, 0.3140819507634036, - 0.42440561265496285, - 0.25813182451279526, + 0.4244056126549629, + 0.2581318245127952, 0.24067671801588883, 0.42488686869529524 ], @@ -22386,9 +19668,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 157.50020872839866, + 157.50020872839843, 495.55825467282443, - 538.7221154838035, + 538.7221154838039, 227.2111256656458, -142.01672171893728, -379.8455711714679, @@ -22396,9 +19678,9 @@ -199.92498688113278 ], "relative wind speed": [ - 1.449555282679052, + 1.4495552826790519, 1.6665091063819952, - 1.6856966730256824, + 1.6856966730256822, 1.5021632253962827, 1.168223926926438, 0.8298825575538126, @@ -22406,14 +19688,14 @@ 1.0997560207851607 ], "relative wind angle": [ - 0.31681651991825943, + 0.3168165199182598, 0.12832007458414219, - 0.08910391436617442, + 0.08910391436617318, 0.2871183399610611, - 0.3969082776966337, + 0.39690827769663367, 0.2598921724786699, - 0.19099367638351097, - 0.39717033282098896 + 0.19099367638351095, + 0.397170332820989 ], "resistance": [ 96792.00020872841, @@ -22453,52 +19735,7 @@ "id": "722", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 51.591762319081155, - 51.591762319081155, - 51.591762319081155, - 51.591762319081155, - 51.591762319081155, - 51.591762319081155, - 51.591762319081155, - 51.591762319081155 - ], - "relative wind speed": [ - 0.4837109119557251, - 0.4837109119557251, - 0.4837109119557251, - 0.4837109119557251, - 0.4837109119557251, - 0.4837109119557251, - 0.4837109119557251, - 0.4837109119557251 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -61.875, -56.09375 -61.71875, -55.9375 -61.71875, -55.9375 -61.875, -56.09375 -61.875))", @@ -22517,52 +19754,7 @@ "id": "723", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 46.65781930034803, - 46.65781930034803, - 46.65781930034803, - 46.65781930034803, - 46.65781930034803, - 46.65781930034803, - 46.65781930034803, - 46.65781930034803 - ], - "relative wind speed": [ - 0.4600000951412108, - 0.4600000951412108, - 0.4600000951412108, - 0.4600000951412108, - 0.4600000951412108, - 0.4600000951412108, - 0.4600000951412108, - 0.4600000951412108 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -61.71875, -55.9375 -61.5625, -55.78125 -61.5625, -55.78125 -61.71875, -55.9375 -61.71875))", @@ -22594,32 +19786,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 220.7562712429152, + 220.75627124291475, 558.1951934994901, 519.8675232932761, 157.19969680133465, - -237.00001882819356, + -237.00001882819333, -458.63590898718155, -441.91486056349606, -183.37352491897457 ], "relative wind speed": [ - 1.6983597217658035, + 1.6983597217658033, 1.8781158943288936, 1.8625003489066692, 1.6563234208432014, - 1.3325939773734425, + 1.3325939773734428, 1.0643839253378304, 1.0914783109942785, 1.384494557091021 ], "relative wind angle": [ - 0.23107180610104333, + 0.23107180610104386, 0.075232267868474, 0.10182807934172362, - 0.2494578386171121, - 0.2961937776147742, - 0.13301477797655703, + 0.24945783861711213, + 0.2961937776147746, + 0.13301477797655706, 0.17434130966414052, 0.29982211780359236 ], @@ -22674,32 +19866,32 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 146.5548398909989, + 146.55483989099855, 439.6311993280776, - 452.0659222110012, - 167.13688678859728, + 452.06592221100027, + 167.13688678859762, -163.54868781743517, -367.46801474458863, -372.89585679485384, -180.8981278145361 ], "relative wind speed": [ - 1.5050922554030797, + 1.5050922554030794, 1.686212819991651, - 1.6918144224371943, - 1.5201925302699126, + 1.6918144224371945, + 1.5201925302699129, 1.22982792773403, 0.9666776892039616, 0.9568403153830892, 1.2111127528105992 ], "relative wind angle": [ - 0.24826401796814998, + 0.24826401796815045, 0.0952564623849536, - 0.0846388076722781, - 0.24087378990094463, + 0.08463880767228074, + 0.24087378990094513, 0.3054473226538077, - 0.16667902246080382, + 0.16667902246080385, 0.15003574785064877, 0.304095519820056 ], @@ -22707,7 +19899,7 @@ 96781.05483989105, 97074.13119932813, 97086.56592221104, - 96801.63688678863, + 96801.63688678865, 96470.9513121826, 96267.03198525545, 96261.60414320519, @@ -22717,7 +19909,7 @@ 38.95313674883111, 39.104428439824275, 39.11085455255326, - 38.963751165199184, + 38.96375116519919, 38.793403311528934, 38.688560069949084, 38.68577150912885, @@ -22741,68 +19933,7 @@ "id": "726", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.221872906619711, - 5.221872906619711, - 5.221872906619711, - 5.221872906619711, - 5.221872906619711, - 5.221872906619711, - 5.221872906619711, - 5.221872906619711 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 54.98325426640531, - 436.42301070184635, - 588.6312109435919, - 308.04187434970527, - -90.90340761147138, - -392.56037620439815, - -458.74182520281755, - -304.7487980123582 - ], - "relative wind speed": [ - 1.5692089861414604, - 1.80950490225026, - 1.8726243405992835, - 1.738825380376946, - 1.4518058268858578, - 1.1383536400869085, - 1.0312298871551082, - 1.2436411450751406 - ], - "relative wind angle": [ - 0.27168488733941776, - 0.1411371301223612, - 0.03264938461760741, - 0.1973834111064512, - 0.29428530523479923, - 0.22551131917218808, - 0.05931269842306971, - 0.2777448407040815 - ], - "resistance": [ - 96689.4832542664, - 97070.92301070184, - 97223.13121094358, - 96942.54187434968, - 96543.59659238851, - 96241.93962379558, - 96175.75817479717, - 96329.75120198763 - ], - "fuel": [ - 39.03046326877115, - 39.22730259300849, - 39.30599969461969, - 39.16099195896241, - 38.9553226049329, - 38.8002017675426, - 38.76621462324752, - 38.84532211263267 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -61.875, -55.78125 -61.71875, -55.625 -61.71875, -55.625 -61.875, -55.78125 -61.875))", @@ -22821,68 +19952,7 @@ "id": "727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.14629747029757, - 5.14629747029757, - 5.14629747029757, - 5.14629747029757, - 5.14629747029757, - 5.14629747029757, - 5.14629747029757, - 5.14629747029757 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 68.39183522890994, - 442.17423745805525, - 577.6430633068113, - 293.19874021135786, - -100.74949281826082, - -392.34242700696694, - -451.30165001311155, - -290.5337975049757 - ], - "relative wind speed": [ - 1.559218035190711, - 1.7946433037653564, - 1.8512943161812976, - 1.7116679509280504, - 1.421166156812238, - 1.10911204969679, - 1.0117230260339385, - 1.2333154309819596 - ], - "relative wind angle": [ - 0.2729789781666045, - 0.13771258529096916, - 0.03887727234654362, - 0.2048120920966225, - 0.30028276801877185, - 0.2239961718811477, - 0.071181481457236, - 0.28615657739750855 - ], - "resistance": [ - 96702.89183522893, - 97076.67423745808, - 97212.14306330684, - 96927.69874021139, - 96533.75050718177, - 96242.15757299306, - 96183.19834998692, - 96343.96620249505 - ], - "fuel": [ - 39.0169320244223, - 39.20983314878629, - 39.279874073204425, - 39.13288776228613, - 38.92981264654381, - 38.779872253453064, - 38.749593206281546, - 38.832187456694506 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -61.40625, -55.625 -61.25, -55.46875 -61.25, -55.46875 -61.40625, -55.625 -61.40625))", @@ -22914,19 +19984,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 120.921660861379, + 120.92166086137831, 629.4378233160126, - 782.283265631643, + 782.2832656316423, 375.0363780203545, -168.55850839377536, -557.4955351036638, -624.044181186793, - -383.27575123309975 + -383.27575123309987 ], "relative wind speed": [ - 1.8696529717407693, + 1.8696529717407688, 2.1345354179820695, - 2.1885269356043553, + 2.188526935604355, 2.0147209923972045, 1.6710891689459548, 1.3160166392138366, @@ -22934,14 +20004,14 @@ 1.4929971761867453 ], "relative wind angle": [ - 0.26138923221145893, - 0.12619972984082686, + 0.2613892322114593, + 0.1261997298408269, 0.047178773119071524, 0.207281128482584, 0.29331728824140024, 0.20559420121594, 0.0844162896490734, - 0.28141601676522127 + 0.2814160167652213 ], "resistance": [ 96755.42166086138, @@ -22994,9 +20064,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -22.908693835819804, + -22.90869383582026, 504.7193220176971, - 808.893048284152, + 808.8930482841247, 487.58645335476103, -42.465399238616556, -487.6461225705601, @@ -23004,29 +20074,29 @@ -475.8772803655536 ], "relative wind speed": [ - 1.8183909045184412, + 1.818390904518441, 2.11414755275919, - 2.222048118498683, + 2.2220481184986824, 2.106205785979952, - 1.8053102775051653, + 1.805310277505165, 1.4477813387606222, 1.2760065982500381, 1.4593107505962333 ], "relative wind angle": [ - 0.26316057356064826, + 0.26316057356064865, 0.15658279358736896, - 0.003049123919976884, - 0.16178586526062153, - 0.26511312617470306, + 0.0030491239200132955, + 0.16178586526062155, + 0.2651131261747022, 0.2297350055087889, - 0.005309785558522795, + 0.005309785558522796, 0.23463324343066722 ], "resistance": [ 96611.59130616422, 97139.21932201774, - 97443.3930482842, + 97443.39304828417, 97122.0864533548, 96592.03460076143, 96146.85387742949, @@ -23036,7 +20106,7 @@ "fuel": [ 39.321691323950105, 39.593960659516156, - 39.75139269298117, + 39.751392692981156, 39.58510339548671, 39.31161948146341, 39.082733167883205, @@ -23074,34 +20144,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 38.932614939183054, + 38.932614939182486, 456.4583928509861, - 645.6016055015522, - 353.4520800599515, + 645.6016055015497, + 353.4520800599513, -78.0438031073412, -414.2790645645848, - -496.43753478331644, - -343.8657403838474 + -496.4375347833166, + -343.86574038384754 ], "relative wind speed": [ - 1.6140420464517105, + 1.6140420464517102, 1.8717960999188505, 1.947421609572427, - 1.8172588480499063, + 1.8172588480499061, 1.5233531441008428, 1.1925250058948569, - 1.0645588776231611, - 1.2740905809793412 + 1.0645588776231614, + 1.274090580979341 ], "relative wind angle": [ - 0.27717730782593986, - 0.14955330038964787, - 0.024269338864958433, - 0.1914113801674064, + 0.27717730782594024, + 0.1495533003896479, + 0.02426933886496301, + 0.1914113801674058, 0.2941561465911054, - 0.23605196599655984, - 0.04440668506108617, - 0.2747948606393525 + 0.23605196599655986, + 0.04440668506108867, + 0.27479486063935205 ], "resistance": [ 96673.43261493921, @@ -23154,19 +20224,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -65.17880358093885, + -65.1788035809393, 415.3372599670431, - 717.1994735528945, + 717.199473552894, 468.28282663072787, - -4.481179255877805, + -4.481179255878033, -422.3446438309852, - -566.4371069480975, + -566.4371069480992, -458.850600748209 ], "relative wind speed": [ - 1.7559805542906435, + 1.7559805542906433, 2.039163845020928, - 2.1555299076244063, + 2.155529907624406, 2.064435424281332, 1.7972556647156548, 1.4681302546296255, @@ -23174,13 +20244,13 @@ 1.432376350814178 ], "relative wind angle": [ - 0.24867561814909864, + 0.24867561814909908, 0.15789837766156997, 0.009870952336144316, 0.14121166964833803, - 0.24284819581609246, - 0.22017790419114788, - 0.016478610942429, + 0.24284819581609296, + 0.22017790419114786, + 0.01647861094243574, 0.20426537218398078 ], "resistance": [ @@ -23234,34 +20304,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 22.498078655322047, + 22.498078655321706, 340.9548468146493, - 489.5832250543863, + 489.58322505438355, 270.6702480143583, - -57.549457734516636, + -57.54945773451652, -315.9014231090713, -380.3876293065483, - -267.722929227934 + -267.72292922793423 ], "relative wind speed": [ - 1.4299199090030266, + 1.4299199090030263, 1.6528286133483847, - 1.7203384708360419, + 1.7203384708360416, 1.6107267171537498, - 1.360277678011158, + 1.3602776780111583, 1.078510028861812, 0.9671927694209467, - 1.1404322645846858 + 1.1404322645846856 ], "relative wind angle": [ - 0.26660300875324094, + 0.2666030087532418, 0.14621554358450178, - 0.021023885459641362, - 0.1822640588648797, - 0.2806124103461149, + 0.02102388545964664, + 0.18226405886487973, + 0.28061241034611534, 0.22517749191876235, 0.037400990500824294, - 0.2588858223920768 + 0.25888582239207636 ], "resistance": [ 96656.99807865535, @@ -23301,68 +20371,7 @@ "id": "733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.3104931268930216, - 5.3104931268930216, - 5.3104931268930216, - 5.3104931268930216, - 5.3104931268930216, - 5.3104931268930216, - 5.3104931268930216, - 5.3104931268930216 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3.734836624904233, - 382.9200158708396, - 581.9755659496158, - 337.03071066387236, - -48.593635790308326, - -362.73703631705905, - -448.9440947558949, - -331.24416677154124 - ], - "relative wind speed": [ - 1.5506424991178545, - 1.7978091621705894, - 1.8808927655397198, - 1.7726736696585155, - 1.5091628042178438, - 1.2041373452063573, - 1.0697228305713, - 1.240843499642297 - ], - "relative wind angle": [ - 0.26466855575083315, - 0.1516619141289717, - 0.011436209113872116, - 0.1712189914918405, - 0.2721253934823659, - 0.22752625592349662, - 0.02010919394789584, - 0.24588078156522525 - ], - "resistance": [ - 96638.2348366249, - 97017.42001587084, - 97216.47556594961, - 96971.53071066388, - 96585.90636420969, - 96271.76296368294, - 96185.55590524411, - 96303.25583322845 - ], - "fuel": [ - 39.028507228571996, - 39.22410919364625, - 39.32700577666445, - 39.20040882525577, - 39.00155569546976, - 38.839971809795344, - 38.795694261465805, - 38.856154029657276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -61.875, -55.625 -61.71875, -55.46875 -61.71875, -55.46875 -61.875, -55.625 -61.875))", @@ -23394,19 +20403,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -6.861819009749183, + -6.861819009749411, 342.71109161166055, - 546.084858637583, + 546.0848586375828, 330.64733554058535, - -20.51461754378454, - -313.7591394651384, + -20.514617543784652, + -313.75913946513845, -401.8498939332598, -305.5407499632915 ], "relative wind speed": [ 1.400975839207054, 1.6536697516813001, - 1.7448785916589844, + 1.7448785916589842, 1.6465374437111628, 1.389044783352069, 1.0758973299408323, @@ -23414,14 +20423,14 @@ 1.0867810996960772 ], "relative wind angle": [ - 0.2985865269537453, + 0.29858652695374605, 0.1744370819803388, 0.0035786202640160155, - 0.18064972576262883, - 0.30123132127176744, - 0.2700241213697779, - 0.006782558474312413, - 0.27568774020495945 + 0.18064972576262886, + 0.3012313212717678, + 0.27002412136977794, + 0.006782558474312412, + 0.2756877402049594 ], "resistance": [ 96627.63818099025, @@ -23461,68 +20470,7 @@ "id": "735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.63623826741381, - 4.63623826741381, - 4.63623826741381, - 4.63623826741381, - 4.63623826741381, - 4.63623826741381, - 4.63623826741381, - 4.63623826741381 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -20.402128794561804, - 323.37222580045636, - 537.0653812148557, - 341.0916137789711, - -0.4147174298562959, - -293.2098125325634, - -390.1827823014258, - -305.2391616075815 - ], - "relative wind speed": [ - 1.3447746195738592, - 1.604910290177519, - 1.7052494756429146, - 1.615633812242817, - 1.3628130675380068, - 1.0440024880165186, - 0.8705185008498868, - 1.0273293625902604 - ], - "relative wind angle": [ - 0.3155825624713021, - 0.18919643392885957, - 0.005559969715066165, - 0.17948448191942432, - 0.3112640582435787, - 0.2933004906917167, - 0.010891525034024909, - 0.284579548914976 - ], - "resistance": [ - 96614.0978712054, - 96957.87222580043, - 97171.56538121482, - 96975.59161377895, - 96634.08528257011, - 96341.29018746741, - 96244.31721769854, - 96329.2608383924 - ], - "fuel": [ - 38.84306338710978, - 39.02034521976323, - 39.13076680115931, - 39.02949489151369, - 38.85335870318522, - 38.70269148502345, - 38.65286121854876, - 38.69650821531444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -62.03125, -56.25 -61.875, -56.09375 -61.875, -56.09375 -62.03125, -56.25 -62.03125))", @@ -23541,52 +20489,7 @@ "id": "736", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 47.56968725233331, - 47.56968725233331, - 47.56968725233331, - 47.56968725233331, - 47.56968725233331, - 47.56968725233331, - 47.56968725233331, - 47.56968725233331 - ], - "relative wind speed": [ - 0.46447340407657584, - 0.46447340407657584, - 0.46447340407657584, - 0.46447340407657584, - 0.46447340407657584, - 0.46447340407657584, - 0.46447340407657584, - 0.46447340407657584 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -62.03125, -56.09375 -61.875, -55.9375 -61.875, -55.9375 -62.03125, -56.09375 -62.03125))", @@ -23605,68 +20508,7 @@ "id": "737", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.08461215668866, - 4.08461215668866, - 4.08461215668866, - 4.08461215668866, - 4.08461215668866, - 4.08461215668866, - 4.08461215668866, - 4.08461215668866 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 96.94106008628523, - 420.4011537246538, - 523.1222697560394, - 261.8445832685436, - -78.66277075974062, - -320.36698012725117, - -365.1147351099289, - -215.1164351940447 - ], - "relative wind speed": [ - 1.3133908919061212, - 1.5489922956754536, - 1.5973730710605745, - 1.4465461987540507, - 1.136221827715371, - 0.785250625378231, - 0.6814652952053565, - 0.9609889549776425 - ], - "relative wind angle": [ - 0.35773853076813167, - 0.16706181837257206, - 0.05990044394712529, - 0.2750043247729693, - 0.41671216552544926, - 0.33420348080547346, - 0.14078895711151468, - 0.4210919510066578 - ], - "resistance": [ - 96731.44106008625, - 97054.90115372461, - 97157.622269756, - 96896.3445832685, - 96555.83722924022, - 96314.13301987271, - 96269.38526489002, - 96419.38356480592 - ], - "fuel": [ - 38.78425648199848, - 38.951191414277424, - 39.00428633571332, - 38.86931310535171, - 38.69379192867362, - 38.569462584149086, - 38.54646879841771, - 38.623575306624375 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -62.1875, -56.25 -62.03125, -56.09375 -62.03125, -56.09375 -62.1875, -56.25 -62.1875))", @@ -23685,52 +20527,7 @@ "id": "738", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 48.67574357097908, - 48.67574357097908, - 48.67574357097908, - 48.67574357097908, - 48.67574357097908, - 48.67574357097908, - 48.67574357097908, - 48.67574357097908 - ], - "relative wind speed": [ - 0.4698421772507388, - 0.4698421772507388, - 0.4698421772507388, - 0.4698421772507388, - 0.4698421772507388, - 0.4698421772507388, - 0.4698421772507388, - 0.4698421772507388 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -62.1875, -56.09375 -62.03125, -55.9375 -62.03125, -55.9375 -62.1875, -56.09375 -62.1875))", @@ -23749,68 +20546,7 @@ "id": "739", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.954108526785761, - 3.954108526785761, - 3.954108526785761, - 3.954108526785761, - 3.954108526785761, - 3.954108526785761, - 3.954108526785761, - 3.954108526785761 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 158.25074440488834, - 459.75101290543853, - 488.08893760346166, - 203.43308399990622, - -125.13723285796135, - -332.07384986692426, - -344.42801058858186, - -162.33442043450486 - ], - "relative wind speed": [ - 1.335899144898666, - 1.543010493564721, - 1.55647814151594, - 1.373099636508712, - 1.0411117744312879, - 0.698325761338938, - 0.6677694566117386, - 0.9915329749534779 - ], - "relative wind angle": [ - 0.34350834035465233, - 0.1334902017967372, - 0.10264872161448135, - 0.31922318045324405, - 0.44688023112516223, - 0.29849573164063187, - 0.2411711107150802, - 0.44959226302649263 - ], - "resistance": [ - 96792.75074440488, - 97094.25101290544, - 97122.58893760346, - 96837.9330839999, - 96509.36276714204, - 96302.42615013308, - 96290.07198941142, - 96472.1655795655 - ], - "fuel": [ - 38.79058324996577, - 38.946241372888124, - 38.96088902588387, - 38.81388837615328, - 38.644584496933064, - 38.53816152754433, - 38.5318130937348, - 38.62544305110075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -62.03125, -55.9375 -61.875, -55.78125 -61.875, -55.78125 -62.03125, -55.9375 -62.03125))", @@ -23829,68 +20565,7 @@ "id": "740", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.857805657403749, - 4.857805657403749, - 4.857805657403749, - 4.857805657403749, - 4.857805657403749, - 4.857805657403749, - 4.857805657403749, - 4.857805657403749 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 63.06267924418421, - 430.7001494937855, - 575.67757707452, - 301.709129515246, - -82.43245818591367, - -370.60002299731315, - -433.74107674351797, - -283.03992073688255 - ], - "relative wind speed": [ - 1.4811181576077237, - 1.724859373012054, - 1.7873706348999858, - 1.6503820987504227, - 1.35580518882693, - 1.027997495219608, - 0.9149999564713355, - 1.1437471901471385 - ], - "relative wind angle": [ - 0.29933914675079215, - 0.15264330528523254, - 0.03685779610136606, - 0.21705173999335883, - 0.32799386019359644, - 0.2579761041043399, - 0.07204441696938536, - 0.3159753612763046 - ], - "resistance": [ - 96697.56267924418, - 97065.20014949377, - 97210.1775770745, - 96936.20912951523, - 96552.06754181407, - 96263.89997700267, - 96200.75892325646, - 96351.46007926311 - ], - "fuel": [ - 38.93961455349646, - 39.12933291615924, - 39.204286411139506, - 39.06271016201283, - 38.864671068852104, - 38.71647056196485, - 38.68403928030997, - 38.761468804879215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -62.03125, -55.78125 -61.875, -55.625 -61.875, -55.625 -62.03125, -55.78125 -62.03125))", @@ -23922,34 +20597,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 63.146434189622596, + 63.146434189621345, 432.0591935857127, - 568.828152416785, + 568.8281524167829, 290.50529760718257, - -97.75688606236201, + -97.7568860623619, -386.71377764879924, - -446.21012628349905, + -446.2101262834993, -289.86624073069163 ], "relative wind speed": [ - 1.5565217255000312, + 1.5565217255000308, 1.7898184531166028, - 1.847233914188217, + 1.8472339141882168, 1.7108194802207528, - 1.4253643902686768, + 1.4253643902686766, 1.118469236001992, 1.0208576753262275, 1.235928894838527 ], "relative wind angle": [ - 0.2690178473508788, + 0.2690178473508801, 0.13689872588467866, - 0.03696366572761877, + 0.036963665727621775, 0.20054463738060718, - 0.2944790598077127, + 0.2944790598077123, 0.22016135730675918, - 0.0669201686624725, - 0.27936407544724007 + 0.06692016866247416, + 0.27936407544724 ], "resistance": [ 96697.64643418968, @@ -23989,68 +20664,7 @@ "id": "742", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.44208231510375, - 4.44208231510375, - 4.44208231510375, - 4.44208231510375, - 4.44208231510375, - 4.44208231510375, - 4.44208231510375, - 4.44208231510375 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 151.51904570036243, - 470.4738882068947, - 503.90184560271484, - 205.8502933625432, - -145.37823317154619, - -369.2159075237294, - -383.832918789855, - -190.6958943016583 - ], - "relative wind speed": [ - 1.4452976472901213, - 1.6505517367122908, - 1.6656566056987132, - 1.4865447862048997, - 1.1667323786971788, - 0.8519558070691087, - 0.8220327272408183, - 1.1137029816651138 - ], - "relative wind angle": [ - 0.298618794145999, - 0.11928785043716263, - 0.08862247149065765, - 0.27586884406568446, - 0.37303433009480874, - 0.23264980035316407, - 0.18031319072616953, - 0.37209785588730765 - ], - "resistance": [ - 96786.01904570038, - 97104.9738882069, - 97138.40184560273, - 96840.35029336256, - 96489.12176682847, - 96265.28409247629, - 96250.66708121017, - 96443.80410569835 - ], - "fuel": [ - 38.887401067217986, - 39.052072980840556, - 39.06935328252453, - 38.91542477933082, - 38.73445735157152, - 38.619366436069456, - 38.611857272740906, - 38.711141257478786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -62.1875, -55.78125 -62.03125, -55.625 -62.03125, -55.625 -62.1875, -55.78125 -62.1875))", @@ -24069,68 +20683,7 @@ "id": "743", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.655502949657901, - 4.655502949657901, - 4.655502949657901, - 4.655502949657901, - 4.655502949657901, - 4.655502949657901, - 4.655502949657901, - 4.655502949657901 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 193.13057447003962, - 502.44618197793613, - 483.916828037149, - 162.79988259045138, - -190.80873798706943, - -396.36632489450466, - -388.26487965853426, - -165.4005321695348 - ], - "relative wind speed": [ - 1.5274603743240232, - 1.7110205473597382, - 1.7028375239590172, - 1.5052217432759418, - 1.181976696525781, - 0.8958865959332486, - 0.9113443220085402, - 1.2101700747537172 - ], - "relative wind angle": [ - 0.2649610852757307, - 0.09064540850180623, - 0.10647062013967684, - 0.2764232046612213, - 0.3452320195230772, - 0.17375632267982252, - 0.19989213319749286, - 0.3463386638946777 - ], - "resistance": [ - 96827.63057447007, - 97136.94618197797, - 97118.41682803718, - 96797.29988259048, - 96443.69126201296, - 96238.13367510552, - 96246.2351203415, - 96469.0994678305 - ], - "fuel": [ - 38.95765644551502, - 39.11739410392448, - 39.107815096852136, - 38.9420121486798, - 38.7598766096181, - 38.65421254924584, - 38.658374009896015, - 38.77294826794378 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -62.34375, -56.25 -62.1875, -56.09375 -62.1875, -56.09375 -62.34375, -56.25 -62.34375))", @@ -24149,52 +20702,7 @@ "id": "744", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 43.09849771643196, - 43.09849771643196, - 43.09849771643196, - 43.09849771643196, - 43.09849771643196, - 43.09849771643196, - 43.09849771643196, - 43.09849771643196 - ], - "relative wind speed": [ - 0.44210636676065146, - 0.44210636676065146, - 0.44210636676065146, - 0.44210636676065146, - 0.44210636676065146, - 0.44210636676065146, - 0.44210636676065146, - 0.44210636676065146 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -62.34375, -56.09375 -62.1875, -55.9375 -62.1875, -55.9375 -62.34375, -56.09375 -62.34375))", @@ -24213,68 +20721,7 @@ "id": "745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9791096022265187, - 3.9791096022265187, - 3.9791096022265187, - 3.9791096022265187, - 3.9791096022265187, - 3.9791096022265187, - 3.9791096022265187, - 3.9791096022265187 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 253.44854729777626, - 483.865820474432, - 370.07180714235733, - 69.94215660179486, - -211.87917884544618, - -339.1107977941856, - -289.56048535631294, - -59.54900158764741 - ], - "relative wind speed": [ - 1.4090847126803254, - 1.5429810036671696, - 1.487108368409919, - 1.2557052188397833, - 0.9211402738250131, - 0.6732226629385474, - 0.7890043296313428, - 1.1212597981513237 - ], - "relative wind angle": [ - 0.25790411490621173, - 0.046862284275523615, - 0.17380837617509273, - 0.35458124886268155, - 0.4008069770472317, - 0.10757324517784903, - 0.3320117625452073, - 0.39935987730665684 - ], - "resistance": [ - 96887.9485472978, - 97118.36582047444, - 97004.57180714238, - 96704.44215660181, - 96422.62082115457, - 96295.38920220583, - 96344.9395146437, - 96574.95099841237 - ], - "fuel": [ - 38.84445230119941, - 38.963462946950244, - 38.90466358668631, - 38.74981247250608, - 38.604712623394825, - 38.5393023877495, - 38.56476922125164, - 38.68310535037457 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -62.5, -56.25 -62.34375, -56.09375 -62.34375, -56.09375 -62.5, -56.25 -62.5))", @@ -24293,52 +20740,7 @@ "id": "746", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 38.42475357220074, - 38.42475357220074, - 38.42475357220074, - 38.42475357220074, - 38.42475357220074, - 38.42475357220074, - 38.42475357220074, - 38.42475357220074 - ], - "relative wind speed": [ - 0.41744690795640305, - 0.41744690795640305, - 0.41744690795640305, - 0.41744690795640305, - 0.41744690795640305, - 0.41744690795640305, - 0.41744690795640305, - 0.41744690795640305 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -62.5, -56.09375 -62.34375, -55.9375 -62.34375, -55.9375 -62.5, -56.09375 -62.5))", @@ -24357,52 +20759,7 @@ "id": "747", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.32127669006067, - 35.32127669006067, - 35.32127669006067, - 35.32127669006067, - 35.32127669006067, - 35.32127669006067, - 35.32127669006067, - 35.32127669006067 - ], - "relative wind speed": [ - 0.40023392643963984, - 0.40023392643963984, - 0.40023392643963984, - 0.40023392643963984, - 0.40023392643963984, - 0.40023392643963984, - 0.40023392643963984, - 0.40023392643963984 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -62.34375, -55.9375 -62.1875, -55.78125 -62.1875, -55.78125 -62.34375, -55.9375 -62.34375))", @@ -24421,68 +20778,7 @@ "id": "748", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.495326721638565, - 4.495326721638565, - 4.495326721638565, - 4.495326721638565, - 4.495326721638565, - 4.495326721638565, - 4.495326721638565, - 4.495326721638565 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 260.12243940617464, - 512.4480177009137, - 397.5937294691265, - 71.9241057903007, - -240.4763872558222, - -383.5760559177315, - -333.4980007246506, - -82.69468230740654 - ], - "relative wind speed": [ - 1.5325861495365103, - 1.670247539709479, - 1.6175450855048243, - 1.3894236494990615, - 1.064747543564003, - 0.8323345441414509, - 0.9306210472775238, - 1.2457967568947326 - ], - "relative wind angle": [ - 0.23070221352597478, - 0.0453839053761119, - 0.15097302917649552, - 0.30695520256736, - 0.3353846927243125, - 0.09116695660105553, - 0.2644887203701511, - 0.3437213163579985 - ], - "resistance": [ - 96894.62243940622, - 97146.94801770095, - 97032.09372946917, - 96706.42410579034, - 96394.02361274422, - 96250.92394408231, - 96301.0019992754, - 96551.80531769263 - ], - "fuel": [ - 38.95532108064039, - 39.08566392903213, - 39.02630471731262, - 38.85825844341454, - 38.69742993593867, - 38.62388133069682, - 38.6496111657747, - 38.77861295907288 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -62.34375, -55.78125 -62.1875, -55.625 -62.1875, -55.625 -62.34375, -55.78125 -62.34375))", @@ -24501,68 +20797,7 @@ "id": "749", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.440527024053712, - 4.440527024053712, - 4.440527024053712, - 4.440527024053712, - 4.440527024053712, - 4.440527024053712, - 4.440527024053712, - 4.440527024053712 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 265.243421937124, - 521.3739081223903, - 405.21537878467575, - 75.59947132197055, - -240.04533889643227, - -385.110724793253, - -334.4570673023589, - -81.39302018817716 - ], - "relative wind speed": [ - 1.5254036186886297, - 1.6654687499572547, - 1.612168656804117, - 1.380252514489395, - 1.0480191876978417, - 0.8071023854549244, - 0.9089073878617221, - 1.232924739769996 - ], - "relative wind angle": [ - 0.2378081220765676, - 0.04686878202880456, - 0.15506666569174193, - 0.3169316286515737, - 0.34998012096839476, - 0.09683032511684418, - 0.2774952096718424, - 0.35638988203757127 - ], - "resistance": [ - 96899.74342193714, - 97155.8739081224, - 97039.71537878469, - 96710.09947132198, - 96394.45466110358, - 96249.38927520676, - 96300.04293269766, - 96553.10697981184 - ], - "fuel": [ - 38.94572737828845, - 39.07804240709015, - 39.0180055588184, - 38.84791606543622, - 38.68541492276884, - 38.61085630025744, - 38.63688164168077, - 38.76704641206272 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -62.5, -55.9375 -62.34375, -55.78125 -62.34375, -55.78125 -62.5, -55.9375 -62.5))", @@ -24581,52 +20816,7 @@ "id": "750", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.104949064489944, - 35.104949064489944, - 35.104949064489944, - 35.104949064489944, - 35.104949064489944, - 35.104949064489944, - 35.104949064489944, - 35.104949064489944 - ], - "relative wind speed": [ - 0.3990064137408114, - 0.3990064137408114, - 0.3990064137408114, - 0.3990064137408114, - 0.3990064137408114, - 0.3990064137408114, - 0.3990064137408114, - 0.3990064137408114 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -62.5, -55.78125 -62.34375, -55.625 -62.34375, -55.625 -62.5, -55.78125 -62.5))", @@ -24645,68 +20835,7 @@ "id": "751", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.168048294429672, - 4.168048294429672, - 4.168048294429672, - 4.168048294429672, - 4.168048294429672, - 4.168048294429672, - 4.168048294429672, - 4.168048294429672 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 204.8891177839987, - 427.0106234323292, - 348.57963260275983, - 76.28561669152396, - -193.4236894176173, - -325.0398370799129, - -290.81086085896396, - -85.57030057523195 - ], - "relative wind speed": [ - 1.405920019711282, - 1.541062979893117, - 1.5021560442234108, - 1.3002932740914914, - 1.0045545843376755, - 0.7815791109937349, - 0.8539720332317007, - 1.1379711842095301 - ], - "relative wind angle": [ - 0.23676150447086394, - 0.055484326468402526, - 0.13952334070817296, - 0.29729342611530174, - 0.33447301159187204, - 0.10956305684452815, - 0.24713725838413436, - 0.341305897373263 - ], - "resistance": [ - 96839.38911778398, - 97061.51062343232, - 96983.07963260275, - 96710.78561669152, - 96441.07631058237, - 96309.46016292008, - 96343.68913914102, - 96548.92969942476 - ], - "fuel": [ - 38.856677749675484, - 38.971360063135954, - 38.93084482879032, - 38.79036311252885, - 38.65148687528981, - 38.58381457265602, - 38.60140768259852, - 38.706989272466345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -62.03125, -55.625 -61.875, -55.46875 -61.875, -55.46875 -62.03125, -55.625 -62.03125))", @@ -24738,10 +20867,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 120.08950844519632, + 120.08950844519597, 399.3419968842784, - 430.44820210299713, - 171.61420085887073, + 430.4482021029969, + 171.61420085887084, -138.98179413768116, -338.3170567457948, -351.89069793124105, @@ -24750,22 +20879,22 @@ "relative wind speed": [ 1.4444637124776063, 1.6265599869705227, - 1.6410547033693923, + 1.641054703369392, 1.4835161514104462, 1.2071967606603, 0.9476824596877182, 0.9223550813881314, - 1.1588698219030678 + 1.158869821903068 ], "relative wind angle": [ - 0.25271958551691853, + 0.25271958551691986, 0.10357639919588353, 0.0752296727992106, - 0.23304192780810024, + 0.2330419278081002, 0.3038347463272002, - 0.17840105104461573, - 0.13412423315383318, - 0.3001185355798603 + 0.1784010510446157, + 0.13412423315383315, + 0.300118535579861 ], "resistance": [ 96754.5895084452, @@ -24805,68 +20934,7 @@ "id": "753", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.064925475067492, - 4.064925475067492, - 4.064925475067492, - 4.064925475067492, - 4.064925475067492, - 4.064925475067492, - 4.064925475067492, - 4.064925475067492 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 13.303332528360897, - 292.34983219072967, - 442.7332474356356, - 260.02803347010695, - -22.97771474583294, - -251.86624315605297, - -317.14100708783997, - -230.04334720135552 - ], - "relative wind speed": [ - 1.2134862280504863, - 1.4434549301970414, - 1.5200665277087575, - 1.4215034808394407, - 1.1762690804489004, - 0.8789741974473158, - 0.7386173072896001, - 0.9140490300031241 - ], - "relative wind angle": [ - 0.3278843638837801, - 0.18280777948897717, - 0.012954947170130812, - 0.20563561213539833, - 0.33866709442812104, - 0.3031608125148418, - 0.026663556400178482, - 0.3231442946372311 - ], - "resistance": [ - 96647.80333252835, - 96926.84983219071, - 97077.23324743562, - 96894.5280334701, - 96611.52228525415, - 96382.63375684393, - 96317.35899291215, - 96404.45665279863 - ], - "fuel": [ - 38.73726902721428, - 38.88117258797618, - 38.95884507868452, - 38.864489482764625, - 38.718580269792575, - 38.600790251705995, - 38.56723444750655, - 38.61201228627771 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -62.1875, -55.625 -62.03125, -55.46875 -62.03125, -55.46875 -62.1875, -55.625 -62.1875))", @@ -24898,34 +20966,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 182.83321440263205, + 182.8332144026316, 428.2838694367714, - 378.290233612615, + 378.29023361261386, 99.84771352081441, -192.71525156402947, -348.40386262792947, - -326.6060513585716, + -326.6060513585715, -122.65713543237393 ], "relative wind speed": [ - 1.4891514728579611, + 1.489151472857961, 1.6357795664806203, - 1.6123035973037172, + 1.612303597303717, 1.4260027129729107, 1.1442182446467428, 0.9225143415589707, - 0.9629561831251724, + 0.9629561831251725, 1.222016269569029 ], "relative wind angle": [ - 0.22211537068313794, + 0.22211537068313844, 0.06482526052891241, - 0.11074665078208541, + 0.11074665078208744, 0.2537429525256839, 0.2907832296052887, - 0.11512016143497783, - 0.18612000404910448, - 0.297292003315206 + 0.11512016143497784, + 0.18612000404910506, + 0.29729200331520594 ], "resistance": [ 96817.33321440265, @@ -24978,39 +21046,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 49.071604230184676, + 49.071604230184334, 304.49965207088746, - 389.81481088608496, + 389.8148108860838, 191.78617922818705, - -79.70031326185608, + -79.7003132618562, -278.1288909100465, - -315.20191820467943, + -315.20191820467926, -200.65217201490486 ], "relative wind speed": [ - 1.348437244122078, + 1.3484372441220778, 1.5345701629473363, 1.576652779472803, 1.4609490494779687, - 1.2273555277408825, + 1.2273555277408823, 0.9847735819991466, - 0.9158878783957831, + 0.915887878395783, 1.0910144213717177 ], "relative wind angle": [ - 0.24787563266573645, + 0.24787563266573642, 0.12389196516489771, - 0.039745379300955064, + 0.03974537930095786, 0.19161706981549126, - 0.27292465247483483, + 0.27292465247483444, 0.19377746402040125, - 0.06845501827518821, - 0.2578705729561132 + 0.06845501827518659, + 0.25787057295611315 ], "resistance": [ 96683.57160423018, 96938.99965207088, - 97024.31481088609, + 97024.31481088608, 96826.28617922819, 96554.79968673814, 96356.37110908996, @@ -25020,7 +21088,7 @@ "fuel": [ 38.843143641678, 38.97488999981189, - 39.01894849989783, + 39.018948499897824, 38.91672397550495, 38.77681686316348, 38.67473270215096, @@ -25045,68 +21113,7 @@ "id": "756", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.562744237467005, - 4.562744237467005, - 4.562744237467005, - 4.562744237467005, - 4.562744237467005, - 4.562744237467005, - 4.562744237467005, - 4.562744237467005 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -17.138787173649916, - 295.36446255717306, - 485.6723964071448, - 302.545940267678, - -9.002711720021352, - -274.37359467753305, - -358.5625213212712, - -279.27127479410586 - ], - "relative wind speed": [ - 1.3211210423811883, - 1.5620061167795452, - 1.6532819961547978, - 1.5664865080555652, - 1.3286021442788125, - 1.0347373374668092, - 0.8815912361151409, - 1.0279418692146443 - ], - "relative wind angle": [ - 0.296380668865557, - 0.17736838419857268, - 0.0023650241587814444, - 0.1732709608418717, - 0.2946616115934366, - 0.2696020881099445, - 0.004435231291299835, - 0.2658498372581096 - ], - "resistance": [ - 96617.36121282635, - 96929.86446255718, - 97120.17239640714, - 96937.04594026768, - 96625.49728827998, - 96360.12640532247, - 96275.93747867872, - 96355.22872520589 - ], - "fuel": [ - 38.82769612376632, - 38.98883729743707, - 39.0871469287414, - 38.992544671924676, - 38.8318868544153, - 38.695326594758086, - 38.652057598635366, - 38.692808703881624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -62.03125, -55.15625 -61.875, -55 -61.875, -55 -62.03125, -55.15625 -62.03125))", @@ -25138,19 +21145,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 52.68553283177607, + 52.685532831774935, 403.0989614922214, - 528.1767055308717, + 528.1767055308712, 263.762886966374, -107.46030467907394, -383.322489746868, - -437.5060578706152, + -437.50605787061477, -287.05647385343 ], "relative wind speed": [ - 1.6401164715119743, + 1.6401164715119738, 1.8519489012541404, - 1.9034192625664483, + 1.9034192625664481, 1.7766895499279238, 1.5178194578025321, 1.250617133159642, @@ -25158,13 +21165,13 @@ 1.3554084955413888 ], "relative wind angle": [ - 0.22544956535757232, - 0.1162461846712326, + 0.22544956535757285, + 0.11624618467123261, 0.03303585706221633, - 0.17178435433398867, + 0.17178435433398864, 0.24396951823829452, - 0.17260901494800202, - 0.053724250469903624, + 0.172609014948002, + 0.053724250469901556, 0.22599032804566935 ], "resistance": [ @@ -25205,68 +21212,7 @@ "id": "758", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.681668086677741, - 4.681668086677741, - 4.681668086677741, - 4.681668086677741, - 4.681668086677741, - 4.681668086677741, - 4.681668086677741, - 4.681668086677741 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 20.129649602617974, - 279.26154143131646, - 391.53337124444556, - 209.55001874667073, - -59.90450956239124, - -269.18774165989646, - -317.7825473858905, - -221.06563525201307 - ], - "relative wind speed": [ - 1.3747295207279118, - 1.5637237673203719, - 1.618235674608583, - 1.519420248473295, - 1.3025774392993033, - 1.0683432126660921, - 0.983820380941779, - 1.1304651029826944 - ], - "relative wind angle": [ - 0.23294282828002033, - 0.12705071919033226, - 0.022950118190531797, - 0.16572549523641333, - 0.2461054418598594, - 0.18654304664358654, - 0.03775512736594168, - 0.22358608530514396 - ], - "resistance": [ - 96654.6296496026, - 96913.7615414313, - 97026.03337124443, - 96844.05001874665, - 96574.5954904376, - 96365.31225834008, - 96316.71745261409, - 96413.43436474797 - ], - "fuel": [ - 38.874658560451365, - 39.008289190245115, - 39.06626375596277, - 38.97231538201403, - 38.833436586934624, - 38.725756918356964, - 38.70077740595391, - 38.75050210526295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -62.1875, -55.15625 -62.03125, -55 -62.03125, -55 -62.1875, -55.15625 -62.1875))", @@ -25285,68 +21231,7 @@ "id": "759", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.058238997936105, - 5.058238997936105, - 5.058238997936105, - 5.058238997936105, - 5.058238997936105, - 5.058238997936105, - 5.058238997936105, - 5.058238997936105 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 42.661533756599056, - 343.67450669423613, - 454.9438812880313, - 230.13436334945948, - -87.66674766792266, - -325.4326137790325, - -373.6549273158386, - -247.07058385312018 - ], - "relative wind speed": [ - 1.5009445906322363, - 1.6999665128015276, - 1.7497480130611387, - 1.6332275720466898, - 1.3922059556716537, - 1.1406953767370176, - 1.0627577230697456, - 1.2343580457315728 - ], - "relative wind angle": [ - 0.2310972230986724, - 0.1200031269957365, - 0.03199604662499177, - 0.17395244196616907, - 0.24951643159325287, - 0.1793707862191688, - 0.052694399457435544, - 0.23105466492502816 - ], - "resistance": [ - 96677.16153375663, - 96978.17450669427, - 97089.44388128805, - 96864.63436334948, - 96546.8332523321, - 96309.067386221, - 96260.84507268418, - 96387.42941614692 - ], - "fuel": [ - 38.98032907361549, - 39.13560587381574, - 39.19308925686378, - 39.07699686817452, - 38.91320414198536, - 38.79090685140862, - 38.766128872672425, - 38.83118991801222 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -62.34375, -55.625 -62.1875, -55.46875 -62.1875, -55.46875 -62.34375, -55.625 -62.34375))", @@ -25365,68 +21250,7 @@ "id": "760", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.113075912317476, - 4.113075912317476, - 4.113075912317476, - 4.113075912317476, - 4.113075912317476, - 4.113075912317476, - 4.113075912317476, - 4.113075912317476 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 161.79594299054747, - 404.4228064391548, - 380.4357567075575, - 122.59593839980255, - -156.562529349442, - -315.25193322400867, - -304.7640905704579, - -123.75623245585047 - ], - "relative wind speed": [ - 1.3599044551585615, - 1.520260810392361, - 1.5083367563575876, - 1.3274619557667218, - 1.0358009379666369, - 0.7816845774593674, - 0.8044525714256499, - 1.07706474561405 - ], - "relative wind angle": [ - 0.26503340552854476, - 0.08676838470775594, - 0.11287998890133687, - 0.284053242747871, - 0.35107066060077385, - 0.16934828985339234, - 0.2128016115915475, - 0.35266637126875194 - ], - "resistance": [ - 96796.29594299056, - 97038.92280643916, - 97014.93575670758, - 96757.09593839981, - 96477.93747065058, - 96319.24806677601, - 96329.73590942955, - 96510.74376754416 - ], - "fuel": [ - 38.82336013581727, - 38.948599806734016, - 38.93620836079795, - 38.803146345109084, - 38.65936143471618, - 38.577755261816186, - 38.5831457527741, - 38.67624379157675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -62.34375, -55.46875 -62.1875, -55.3125 -62.1875, -55.3125 -62.34375, -55.46875 -62.34375))", @@ -25458,9 +21282,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 132.63844483992136, - 338.5480105975736, - 318.22861128441536, + 132.63844483992102, + 338.54801059757347, + 318.2286112844155, 99.03569736504335, -140.21411214785934, -276.00952608568974, @@ -25470,7 +21294,7 @@ "relative wind speed": [ 1.3072408791437784, 1.4499026905347328, - 1.4392081535790064, + 1.4392081535790062, 1.2783915922832298, 1.023289732418906, 0.8085683524345343, @@ -25478,12 +21302,12 @@ 1.0591107257308383 ], "relative wind angle": [ - 0.23840376363555593, - 0.07878556642831673, - 0.10254620535631827, + 0.23840376363555688, + 0.07878556642831674, + 0.10254620535631717, 0.2549971130499037, 0.30645558518649274, - 0.1416027643984043, + 0.14160276439840427, 0.17900269400738164, 0.3093793805246623 ], @@ -25525,52 +21349,7 @@ "id": "762", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 31.582590185399823, - 31.582590185399823, - 31.582590185399823, - 31.582590185399823, - 31.582590185399823, - 31.582590185399823, - 31.582590185399823, - 31.582590185399823 - ], - "relative wind speed": [ - 0.37845964318681014, - 0.37845964318681014, - 0.37845964318681014, - 0.37845964318681014, - 0.37845964318681014, - 0.37845964318681014, - 0.37845964318681014, - 0.37845964318681014 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -62.5, -55.46875 -62.34375, -55.3125 -62.34375, -55.3125 -62.5, -55.46875 -62.5))", @@ -25589,52 +21368,7 @@ "id": "763", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 31.177744131980695, - 31.177744131980695, - 31.177744131980695, - 31.177744131980695, - 31.177744131980695, - 31.177744131980695, - 31.177744131980695, - 31.177744131980695 - ], - "relative wind speed": [ - 0.3760261493535321, - 0.3760261493535321, - 0.3760261493535321, - 0.3760261493535321, - 0.3760261493535321, - 0.3760261493535321, - 0.3760261493535321, - 0.3760261493535321 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -62.34375, -55.3125 -62.1875, -55.15625 -62.1875, -55.15625 -62.34375, -55.3125 -62.34375))", @@ -25666,19 +21400,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 110.56706455435585, + 110.56706455435562, 359.2985238707723, - 382.58011756890255, + 382.58011756890187, 149.19108715025789, -128.77795798568565, -305.37620895786324, - -315.53249221470594, + -315.5324922147059, -161.37493489424122 ], "relative wind speed": [ 1.3790827865139492, 1.5486048681912352, - 1.560022979121374, + 1.5600229791213738, 1.409808857906463, 1.1494218480975325, 0.9082196205529985, @@ -25686,13 +21420,13 @@ 1.1115209854570902 ], "relative wind angle": [ - 0.24725047705440337, - 0.09985230122882348, - 0.07648123254410126, - 0.23112136379991483, + 0.24725047705440428, + 0.09985230122882349, + 0.07648123254410272, + 0.2311213637999148, 0.2980316542103903, - 0.17080463397102358, - 0.1345656041222933, + 0.17080463397102355, + 0.1345656041222925, 0.2947934843602497 ], "resistance": [ @@ -25733,68 +21467,7 @@ "id": "765", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.485135888340892, - 4.485135888340892, - 4.485135888340892, - 4.485135888340892, - 4.485135888340892, - 4.485135888340892, - 4.485135888340892, - 4.485135888340892 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 80.87317903570772, - 334.957052382233, - 388.4164827070633, - 170.04008234785158, - -107.4418176470823, - -296.1946315148954, - -319.47022064824955, - -182.90109288515174 - ], - "relative wind speed": [ - 1.3782882864888777, - 1.5555972346559424, - 1.5816887377978044, - 1.4482049887964288, - 1.201446804503397, - 0.9608695375828372, - 0.9172860848434686, - 1.1161788992580919 - ], - "relative wind angle": [ - 0.2441421221143085, - 0.11005294500802311, - 0.05790919807242873, - 0.20888572798551797, - 0.28098633265080253, - 0.1787610376439266, - 0.09996421393916662, - 0.2724123882841239 - ], - "resistance": [ - 96715.37317903574, - 96969.45705238226, - 97022.91648270709, - 96804.54008234788, - 96527.05818235295, - 96338.30536848513, - 96315.02977935178, - 96451.59890711488 - ], - "fuel": [ - 38.860580343519, - 38.99166282611952, - 39.019273264097166, - 38.90655440457751, - 38.763583183751194, - 38.66649293173001, - 38.65452966787334, - 38.724752704105114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -62.5, -55.3125 -62.34375, -55.15625 -62.34375, -55.15625 -62.5, -55.3125 -62.5))", @@ -25813,68 +21486,7 @@ "id": "766", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.108345925985038, - 4.108345925985038, - 4.108345925985038, - 4.108345925985038, - 4.108345925985038, - 4.108345925985038, - 4.108345925985038, - 4.108345925985038 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 160.79491072867313, - 386.6459052196295, - 352.24045283050737, - 104.29132360960932, - -159.49700576482502, - -304.7249207581678, - -289.69169457203316, - -112.0720554952859 - ], - "relative wind speed": [ - 1.353736979389751, - 1.50260622967384, - 1.485197365697681, - 1.3065336819376252, - 1.026480267699918, - 0.7927421194120752, - 0.8248965597390081, - 1.0859260045265948 - ], - "relative wind angle": [ - 0.24941610825973715, - 0.07702376235016459, - 0.11514797221423635, - 0.2767164994382763, - 0.33157616865710887, - 0.1463727987803943, - 0.20836654246606928, - 0.3349259938003907 - ], - "resistance": [ - 96795.29491072868, - 97021.14590521964, - 96986.74045283052, - 96738.79132360962, - 96475.00299423518, - 96329.77507924185, - 96344.80830542799, - 96522.42794450473 - ], - "fuel": [ - 38.821898987299974, - 38.938471362571704, - 38.92070082724764, - 38.7927644976843, - 38.656906639918624, - 38.58222099863909, - 38.58994841998507, - 38.68131263321471 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -62.5, -55.15625 -62.34375, -55 -62.34375, -55 -62.5, -55.15625 -62.5))", @@ -25893,68 +21505,7 @@ "id": "767", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.289133666672301, - 4.289133666672301, - 4.289133666672301, - 4.289133666672301, - 4.289133666672301, - 4.289133666672301, - 4.289133666672301, - 4.289133666672301 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 123.6855129529032, - 375.00522887079126, - 389.4521036055096, - 147.51274684021905, - -134.49458310560647, - -309.89036686992046, - -316.2007183408049, - -154.54084016235612 - ], - "relative wind speed": [ - 1.3685764919041739, - 1.539465020630464, - 1.5465677784865783, - 1.3877750505940358, - 1.1158154784137786, - 0.8649238384480735, - 0.8521583788284868, - 1.0918453210089902 - ], - "relative wind angle": [ - 0.2582485520579713, - 0.10018513753717696, - 0.0853022811794568, - 0.24775290148845971, - 0.31860224617161875, - 0.17897382274077692, - 0.15524886994685594, - 0.31697245589719264 - ], - "resistance": [ - 96758.1855129529, - 97009.5052288708, - 97023.95210360551, - 96782.01274684022, - 96500.00541689439, - 96324.60963313008, - 96318.2992816592, - 96479.95915983764 - ], - "fuel": [ - 38.83992677555992, - 38.96962196711836, - 38.97708451527221, - 38.85221289124695, - 38.70693597805091, - 38.61672958280335, - 38.61348629000926, - 38.696620354770424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.4375 -62.96875, -58.4375 -62.8125, -58.28125 -62.8125, -58.28125 -62.96875, -58.4375 -62.96875))", @@ -25986,9 +21537,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 578.7598137818666, + 578.7598137818648, 689.1402556116752, - 308.955243721668, + 308.95524372166756, -186.10399416304153, -529.7463814958571, -577.6835262821562, @@ -25996,7 +21547,7 @@ 123.47912220839066 ], "relative wind speed": [ - 2.126709821928656, + 2.1267098219286558, 2.166312278896031, 1.9985958522786949, 1.6841940914704603, @@ -26006,9 +21557,9 @@ 1.8931282940581724 ], "relative wind angle": [ - 0.10635040175187865, + 0.10635040175187971, 0.04968407590762755, - 0.1902285981017392, + 0.19022859810173978, 0.2562371480589087, 0.16462478852904558, 0.08194684980307067, @@ -26066,17 +21617,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 570.3394346533198, + 570.3394346533196, 570.0134739814673, 199.3160217244108, -223.20983826897032, - -477.23370499132704, + -477.2337049913269, -477.0914825725452, - -222.7536134705025, + -222.7536134705024, 199.85666794694498 ], "relative wind speed": [ - 1.9255072165519354, + 1.925507216551935, 1.9253781896980977, 1.7269540143666584, 1.3992751346341437, @@ -26086,13 +21637,13 @@ 1.7273012801200724 ], "relative wind angle": [ - 0.08821489190725226, + 0.088214891907251, 0.088428209845982, 0.23976383169095167, - 0.2973278846403204, - 0.15331169750463838, + 0.29732788464032034, + 0.1533116975046377, 0.15364284402526046, - 0.29735717446841403, + 0.2973571744684137, 0.23961649482464187 ], "resistance": [ @@ -26146,9 +21697,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 682.4905526134689, + 682.4905526134612, 533.2542314952689, - 76.23419532293633, + 76.2341953229361, -374.9834777391902, -580.7106399624965, -516.1907845236283, @@ -26158,7 +21709,7 @@ "relative wind speed": [ 2.2393660919229323, 2.187023915212838, - 1.955519962324364, + 1.9555199623243638, 1.6430133267031488, 1.4381002218937775, 1.5165154585932275, @@ -26166,13 +21717,13 @@ 2.093657075583528 ], "relative wind angle": [ - 0.03435591498963028, + 0.03435591498963998, 0.10497434871983337, - 0.2065263599816419, - 0.207162740138288, + 0.20652635998164132, + 0.20716274013828803, 0.05351300296048159, - 0.15169063243625486, - 0.2240025149268621, + 0.15169063243625483, + 0.22400251492686213, 0.16212144192134437 ], "resistance": [ @@ -26226,17 +21777,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 636.9822186509039, + 636.982218650895, 413.5774473141405, - -9.702005995842228, + -9.702005995842455, -383.8411523750573, - -511.09271959889406, + -511.09271959889213, -414.69101081161557, -61.02980702042919, 368.9654630845225 ], "relative wind speed": [ - 2.0806252742494595, + 2.080625274249459, 1.9956549571097078, 1.7489935549574274, 1.4488231165690937, @@ -26246,14 +21797,14 @@ 1.9736190824237603 ], "relative wind angle": [ - 0.008818546686075946, + 0.008818546686088537, 0.1338962772266979, - 0.22787571540130375, + 0.22787571540130425, 0.20318715802903856, - 0.014218670022195767, + 0.014218670022187957, 0.18895999399784516, 0.2327143731764485, - 0.14868156912524205 + 0.14868156912524208 ], "resistance": [ 97271.4822186509, @@ -26306,34 +21857,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 483.1142229528524, + 483.1142229528506, 437.17357408712735, 121.06779059607265, -217.38568787677684, - -401.9998865350987, + -401.9998865350989, -381.98884018632134, -152.57218413643557, 197.6689831343682 ], "relative wind speed": [ - 1.77707569628701, + 1.7770756962870098, 1.757176904588362, - 1.565043568453318, - 1.27160648566153, + 1.5650435684533177, + 1.2716064856615297, 1.0383311863859512, 1.0716617978340366, 1.3367005318314653, 1.6183777768429566 ], "relative wind angle": [ - 0.066518008159099, + 0.06651800815910236, 0.10184792297686489, - 0.23918607464776587, - 0.2753286410242389, - 0.11400664116696588, + 0.23918607464776584, + 0.27532864102423804, + 0.11400664116696685, 0.16749092944385824, - 0.28106877472729064, - 0.21526962134295094 + 0.2810687747272906, + 0.2152696213429509 ], "resistance": [ 97117.61422295286, @@ -26386,17 +21937,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 396.0032505923107, + 396.00325059230954, 424.2645803234461, 162.88959715698945, -152.57093652376602, - -353.9393252130609, + -353.9393252130608, -366.2198380490342, - -192.91275254882532, + -192.91275254882544, 115.3885785527109 ], "relative wind speed": [ - 1.7228436401824658, + 1.7228436401824656, 1.7354340070769676, 1.5847376891799958, 1.3267510201773522, @@ -26406,14 +21957,14 @@ 1.5512176857053441 ], "relative wind angle": [ - 0.08886553079455024, + 0.08886553079455274, 0.0665213144679168, 0.2007742179219162, 0.2526052972031881, - 0.1401319330791972, - 0.1075549303005744, - 0.24819488511399776, - 0.21542440521556788 + 0.14013193307919639, + 0.10755493030057442, + 0.2481948851139982, + 0.2154244052155679 ], "resistance": [ 97030.50325059236, @@ -26466,9 +22017,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 432.6610496840567, + 432.66104968405625, 567.3285930758159, - 290.8696241442635, + 290.8696241442633, -91.66689362113596, -375.2161395050892, -433.87464298735216, @@ -26476,7 +22027,7 @@ 68.63206483980969 ], "relative wind speed": [ - 1.7380957725733674, + 1.7380957725733672, 1.7959278899716955, 1.656637687663911, 1.3638038539907764, @@ -26486,11 +22037,11 @@ 1.5003437233110108 ], "relative wind angle": [ - 0.14555686227119213, + 0.1455568622711929, 0.03985047756078488, - 0.21490512924585672, + 0.21490512924585725, 0.3192777595190774, - 0.2438759623946131, + 0.24387596239461307, 0.07610256845397867, 0.3070143134910606, 0.2893360572864164 @@ -26546,9 +22097,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 354.13984458969753, + 354.13984458969685, 424.1787177961396, - 194.46558169183209, + 194.46558169183152, -103.86060515985707, -311.72547968142857, -342.2324298390579, @@ -26556,9 +22107,9 @@ 77.98531935254653 ], "relative wind speed": [ - 1.5906511879254122, + 1.590651187925412, 1.6239328801871424, - 1.4893207795623509, + 1.4893207795623506, 1.232241325055855, 0.9736708314159899, 0.9170867408516609, @@ -26566,12 +22117,12 @@ 1.3999240716636812 ], "relative wind angle": [ - 0.11908691954367032, + 0.11908691954367126, 0.05364292770171093, - 0.2111338037516876, + 0.21113380375168816, 0.29166398211984607, 0.19532822335956027, - 0.0950859740660633, + 0.09508597406606328, 0.28175283704003584, 0.2558874504883276 ], @@ -26626,19 +22177,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 475.47665702883467, + 475.4766570288342, 568.015441254462, - 261.8643939973864, + 261.8643939973862, -133.2014738078317, -407.74080557170953, -448.1025804941959, - -262.0027221082771, + -262.002722108277, 108.94321212634566 ], "relative wind speed": [ 1.7957758637838812, 1.8345105298005673, - 1.675679913985985, + 1.6756799139859848, 1.3707023101119797, 1.0594504839772398, 0.9908669925873973, @@ -26646,13 +22197,13 @@ 1.571121083176607 ], "relative wind angle": [ - 0.12572170002485375, + 0.12572170002485464, 0.05707912405708365, 0.2245861455732472, 0.3137978473405941, 0.21417179475877055, - 0.10581740076124121, - 0.30551064292948943, + 0.10581740076124123, + 0.3055106429294891, 0.27266360843822696 ], "resistance": [ @@ -26706,10 +22257,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 371.92891936292085, + 371.92891936292017, 441.21268368172764, - 202.05085434122554, - -104.66815881550463, + 202.05085434122543, + -104.66815881550474, -316.6801635695729, -346.9088672973494, -200.889944415238, @@ -26718,22 +22269,22 @@ "relative wind speed": [ 1.5773994837411827, 1.6103869743392019, - 1.4685849659505479, + 1.4685849659505477, 1.197552861293607, - 0.9213109615601351, + 0.921310961560135, 0.8623553861816142, 1.0863982773282725, 1.3794456000891462 ], "relative wind angle": [ - 0.12591594625862967, + 0.12591594625863142, 0.05908300447103913, - 0.22844085489506036, - 0.31870726286795675, - 0.21670679031192677, + 0.22844085489505989, + 0.3187072628679568, + 0.21670679031192625, 0.11049379923853654, 0.3111207555125353, - 0.2754941630550556 + 0.27549416305505564 ], "resistance": [ 97006.42891936294, @@ -26786,9 +22337,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 663.4635123566443, + 663.4635123566379, 436.3944013534299, - 5.240516745877585, + 5.24051674587713, -375.1609506024688, -508.8696037579049, -410.498856899608, @@ -26796,9 +22347,9 @@ 384.8453433750583 ], "relative wind speed": [ - 1.994753404967468, + 1.9947534049674676, 1.9054737567971436, - 1.6399378237317352, + 1.6399378237317348, 1.3062227988270385, 1.1212619755486648, 1.2670593224462618, @@ -26806,12 +22357,12 @@ 1.8788431452000078 ], "relative wind angle": [ - 0.01146634869919424, + 0.011466348699203923, 0.15421485886593828, - 0.26960384199273446, + 0.269603841992734, 0.2514780265738657, 0.020399892152249598, - 0.23310397959408966, + 0.23310397959408968, 0.2772384621779937, 0.17387213189817063 ], @@ -26866,9 +22417,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 461.98104638272787, + 461.9810463827258, 337.29343498463015, - 36.01734456593272, + 36.01734456593249, -246.40688419892984, -364.3685070354069, -310.2233816467081, @@ -26876,7 +22427,7 @@ 244.27487177999262 ], "relative wind speed": [ - 1.6860337061155442, + 1.6860337061155437, 1.62837656409705, 1.417167459844622, 1.1356825839595288, @@ -26886,9 +22437,9 @@ 1.5715337825186437 ], "relative wind angle": [ - 0.02888208192554446, - 0.13758900266429655, - 0.2601565079915162, + 0.028882081925548305, + 0.13758900266429658, + 0.26015650799151663, 0.26021483467631584, 0.05087310809590689, 0.21381322921591056, @@ -26946,9 +22497,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 387.95459522840315, + 387.95459522839906, 225.1642697551506, - -33.59756826888565, + -33.59756826888611, -245.52556050303616, -303.77163623310685, -226.1671907008959, @@ -26957,8 +22508,8 @@ ], "relative wind speed": [ 1.5672976307769224, - 1.4811456840657014, - 1.2707472098146164, + 1.4811456840657011, + 1.2707472098146162, 1.0288860657750953, 0.922510934837693, 1.0552988917399724, @@ -26966,17 +22517,17 @@ 1.4996138676299027 ], "relative wind angle": [ - 0.009976141895634628, - 0.16209864002906776, - 0.25652956123568854, + 0.009976141895645758, + 0.16209864002906707, + 0.256529561235689, 0.21243381496745803, 0.016949471570939352, - 0.22849878096153373, + 0.2284987809615337, 0.25043110873501034, 0.14516652685520065 ], "resistance": [ - 97022.45459522841, + 97022.4545952284, 96859.66426975516, 96600.90243173111, 96388.97443949696, @@ -26986,7 +22537,7 @@ 96887.78350755827 ], "fuel": [ - 39.01816818690921, + 39.0181681869092, 38.93412451182997, 38.80073662373332, 38.69167647984481, @@ -27026,9 +22577,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 314.89764838649523, - 210.00704500463712, - 3.21208717156253, + 314.89764838649, + 210.007045004637, + 3.212087171562416, -181.4563858192319, -247.76936487051626, -202.37908081101307, @@ -27036,7 +22587,7 @@ 179.61473056079 ], "relative wind speed": [ - 1.413982014291338, + 1.4139820142913377, 1.3556245803111457, 1.1781413620008327, 0.9558614141906395, @@ -27046,9 +22597,9 @@ 1.333498964302895 ], "relative wind angle": [ - 0.0132489391199343, - 0.14246597938084235, - 0.24952784570298187, + 0.013248939119951059, + 0.14246597938084238, + 0.2495278457029823, 0.23113434065505964, 0.02251255809672506, 0.20979651165057137, @@ -27106,19 +22657,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 426.47771668653434, + 426.4777166864591, 253.41911079891736, - -37.041443955550676, + -37.04144395555113, -282.3395443470554, -351.7512046971991, -274.4215800976201, - -23.839321467443597, + -23.83932146744337, 264.8032071564854 ], "relative wind speed": [ - 1.8079563852540417, + 1.8079563852540415, 1.7301544471098544, - 1.5333731197718223, + 1.5333731197718221, 1.3108376083801343, 1.210531773785328, 1.3193403865078588, @@ -27126,17 +22677,17 @@ 1.7366053756628077 ], "relative wind angle": [ - 0.0028977231730126056, + 0.00289772317316586, 0.12454609182319698, - 0.19606224663979555, + 0.1960622466397961, 0.15897854174456877, 0.0043278220774634404, 0.163634405636487, - 0.1947399373328791, - 0.11978276804691648 + 0.19473993733287853, + 0.11978276804691647 ], "resistance": [ - 97060.97771668654, + 97060.97771668647, 96887.91911079892, 96597.45855604445, 96352.16045565295, @@ -27146,7 +22697,7 @@ 96899.30320715648 ], "fuel": [ - 39.281331449723275, + 39.28133144972324, 39.19196507381173, 39.0422235595113, 38.91600921618895, @@ -27186,9 +22737,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 356.5392627115791, + 356.53926271139653, 216.37053809448673, - -21.97077872294028, + -21.970778722940395, -225.3380663832899, -285.3716673124648, -224.87446617638784, @@ -27196,9 +22747,9 @@ 217.03956721299267 ], "relative wind speed": [ - 1.5807645967122432, + 1.580764596712243, 1.5101158048199772, - 1.3246047980644788, + 1.3246047980644786, 1.108715338833632, 1.0060791991194302, 1.1093071356267958, @@ -27206,17 +22757,17 @@ 1.510550350883624 ], "relative wind angle": [ - 0.00022697925538951548, - 0.13512612828789974, + 0.00022697925587864524, + 0.13512612828789977, 0.21866553161795535, - 0.18406772855379241, - 0.00035663273439790155, - 0.18443370106951346, + 0.1840677285537924, + 0.0003566327343979015, + 0.18443370106951348, 0.21854807397547638, - 0.13474801920373922 + 0.1347480192037392 ], "resistance": [ - 96991.03926271161, + 96991.03926271142, 96850.87053809452, 96612.52922127709, 96409.16193361674, @@ -27226,7 +22777,7 @@ 96851.53956721303 ], "fuel": [ - 39.04219143897416, + 39.04219143897406, 38.96983709179332, 38.84697442309695, 38.742307660974774, @@ -27253,68 +22804,7 @@ "id": "784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.833031005976671, - 5.833031005976671, - 5.833031005976671, - 5.833031005976671, - 5.833031005976671, - 5.833031005976671, - 5.833031005976671, - 5.833031005976671 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 354.51991143064174, - 217.36608215389128, - -29.316195223985005, - -243.92342205485033, - -307.71364316446943, - -249.29508057169096, - -38.313068943291, - 209.69293056437323 - ], - "relative wind speed": [ - 1.8570005450922802, - 1.7975911119338315, - 1.6407492103516548, - 1.465102041198005, - 1.3835816824810905, - 1.4599368105732249, - 1.6342249922518783, - 1.7933837585546681 - ], - "relative wind angle": [ - 0.0017753027590157362, - 0.09194573506732204, - 0.14477462582283418, - 0.11609578778392393, - 0.0023827574626853953, - 0.11329371222895565, - 0.14535669778481985, - 0.09477317027717887 - ], - "resistance": [ - 96989.01991143066, - 96851.86608215391, - 96605.18380477602, - 96390.57657794516, - 96326.78635683554, - 96385.20491942832, - 96596.18693105673, - 96844.19293056439 - ], - "fuel": [ - 39.364120749813964, - 39.29332293676204, - 39.16616349701769, - 39.055722244553735, - 39.022927537876896, - 39.05296007810099, - 39.16153008076175, - 39.289364179061764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -63.90625, -57.65625 -63.75, -57.5 -63.75, -57.5 -63.90625, -57.65625 -63.90625))", @@ -27333,68 +22823,7 @@ "id": "785", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.125872761656368, - 5.125872761656368, - 5.125872761656368, - 5.125872761656368, - 5.125872761656368, - 5.125872761656368, - 5.125872761656368, - 5.125872761656368 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 316.4523519761243, - 183.84424144413413, - -36.47724471789718, - -220.71114153162512, - -270.4814019598988, - -209.38093733938524, - -17.539926322926135, - 200.06899302107138 - ], - "relative wind speed": [ - 1.6627569284162484, - 1.596732576969218, - 1.4359389450418887, - 1.2599632290610434, - 1.1849978322267485, - 1.2725665181135206, - 1.4515714972023654, - 1.6066963393225235 - ], - "relative wind angle": [ - 0.004766511758117882, - 0.10951713984164493, - 0.16713746114668288, - 0.1299820693563213, - 0.006688265001548783, - 0.1375739165919989, - 0.1653208184804318, - 0.10182034735374369 - ], - "resistance": [ - 96950.95235197614, - 96818.34424144415, - 96598.02275528212, - 96413.78885846838, - 96364.01859804011, - 96425.11906266063, - 96616.9600736771, - 96834.56899302108 - ], - "fuel": [ - 39.139432901053155, - 39.070999217659725, - 38.95744487863355, - 38.86262885887763, - 38.83703625074762, - 38.86845630638859, - 38.967198132544596, - 39.07936864263634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -64.0625, -57.8125 -63.90625, -57.65625 -63.90625, -57.65625 -64.0625, -57.8125 -64.0625))", @@ -27413,68 +22842,7 @@ "id": "786", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.507677902272915, - 5.507677902272915, - 5.507677902272915, - 5.507677902272915, - 5.507677902272915, - 5.507677902272915, - 5.507677902272915, - 5.507677902272915 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 299.89669324689453, - 142.93869489696613, - -80.55749158986464, - -245.7343765523484, - -275.4005202686251, - -184.4809682485086, - 22.07152963050862, - 230.41378081268044 - ], - "relative wind speed": [ - 1.749053154644767, - 1.6664547508308467, - 1.506066953089264, - 1.353053417550214, - 1.311827484590317, - 1.415276245307844, - 1.584878739813172, - 1.717359815634177 - ], - "relative wind angle": [ - 0.022760964796522724, - 0.10990524052449502, - 0.1457201058283835, - 0.09362039848220387, - 0.03034912130660524, - 0.12951224109133708, - 0.13842594427003918, - 0.0737195998420851 - ], - "resistance": [ - 96934.39669324692, - 96777.43869489699, - 96553.94250841017, - 96388.76562344767, - 96359.0994797314, - 96450.01903175152, - 96656.57152963054, - 96864.91378081271 - ], - "fuel": [ - 39.23749290917053, - 39.15651001339806, - 39.04135476331673, - 38.956367675910954, - 38.94111455625166, - 38.98787203863361, - 39.09421075500197, - 39.201631707804594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -64.0625, -57.65625 -63.90625, -57.5 -63.90625, -57.5 -64.0625, -57.65625 -64.0625))", @@ -27493,68 +22861,7 @@ "id": "787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.5318732346489465, - 4.5318732346489465, - 4.5318732346489465, - 4.5318732346489465, - 4.5318732346489465, - 4.5318732346489465, - 4.5318732346489465, - 4.5318732346489465 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 253.93859398088682, - 95.28931035240214, - -99.8962077059366, - -225.21652546210078, - -233.48023399577875, - -128.0076721931207, - 62.43832856223048, - 234.76170480471808 - ], - "relative wind speed": [ - 1.4874031291107654, - 1.3813828425742558, - 1.203372272064785, - 1.0495500250343894, - 1.0351685300128552, - 1.172912356597431, - 1.3549306730763415, - 1.477290323182205 - ], - "relative wind angle": [ - 0.05179190428358554, - 0.15601689618628486, - 0.1893961914587936, - 0.10092866112629427, - 0.07445376252214385, - 0.18403957647586608, - 0.16799617188600438, - 0.07164498967781274 - ], - "resistance": [ - 96888.43859398089, - 96729.7893103524, - 96534.60379229406, - 96409.2834745379, - 96401.01976600422, - 96506.49232780687, - 96696.93832856223, - 96869.26170480473 - ], - "fuel": [ - 38.960400423885915, - 38.87857253517609, - 38.77802853660821, - 38.71354824196432, - 38.70929842051571, - 38.7635594329405, - 38.86164040973745, - 38.95050442060854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -64.21875, -58.125 -64.0625, -57.96875 -64.0625, -57.96875 -64.21875, -58.125 -64.21875))", @@ -27573,68 +22880,7 @@ "id": "788", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.668847424336872, - 4.668847424336872, - 4.668847424336872, - 4.668847424336872, - 4.668847424336872, - 4.668847424336872, - 4.668847424336872, - 4.668847424336872 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 281.5026884329334, - 69.89308189594601, - -157.53286544271737, - -279.22722968244153, - -264.6192162812378, - -108.58266897311194, - 127.26961519942643, - 315.2728988908916 - ], - "relative wind speed": [ - 1.5505846242564085, - 1.4053003288351287, - 1.1916422509631583, - 1.031875742391807, - 1.05699330174706, - 1.2436552989853809, - 1.4496676386806722, - 1.5674118696698374 - ], - "relative wind angle": [ - 0.08482810766512884, - 0.19212394227315324, - 0.20973950146967812, - 0.08007673412642353, - 0.12461393906910687, - 0.21747245271846066, - 0.17199355148822157, - 0.05268504069943983 - ], - "resistance": [ - 96916.00268843296, - 96704.39308189598, - 96476.96713455732, - 96355.27277031759, - 96369.88078371879, - 96525.91733102691, - 96761.76961519946, - 96949.77289889092 - ], - "fuel": [ - 39.00640806397195, - 38.89726352612969, - 38.78014696574844, - 38.71755758939764, - 38.72506781609209, - 38.805338383232126, - 38.9268408750923, - 39.02384156577966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.96875 -64.21875, -57.96875 -64.0625, -57.8125 -64.0625, -57.8125 -64.21875, -57.96875 -64.21875))", @@ -27653,68 +22899,7 @@ "id": "789", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.644350351546324, - 4.644350351546324, - 4.644350351546324, - 4.644350351546324, - 4.644350351546324, - 4.644350351546324, - 4.644350351546324, - 4.644350351546324 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 217.95014576277867, - 64.2853651924703, - -112.13316933314843, - -214.64822648486427, - -211.9335303697144, - -102.76254088148119, - 75.2077207535732, - 224.2762947525365 - ], - "relative wind speed": [ - 1.4877687396692905, - 1.3814938803533836, - 1.2195232314330775, - 1.0937895513721172, - 1.0983278087409707, - 1.2293308979835502, - 1.390159302449153, - 1.4911083848936244 - ], - "relative wind angle": [ - 0.058034211713852764, - 0.14456546659314617, - 0.16072553701525474, - 0.07044162694120332, - 0.07864870072154038, - 0.1626097427945581, - 0.14085621028808687, - 0.051652083253527735 - ], - "resistance": [ - 96852.45014576276, - 96698.78536519245, - 96522.36683066684, - 96419.85177351513, - 96422.56646963027, - 96531.7374591185, - 96709.70772075356, - 96858.77629475252 - ], - "fuel": [ - 38.96783662953415, - 38.88859879323023, - 38.7977362395371, - 38.74499011405936, - 38.74638637750994, - 38.80255957308857, - 38.894228047256846, - 38.97110061572601 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -64.375, -58.125 -64.21875, -57.96875 -64.21875, -57.96875 -64.375, -58.125 -64.375))", @@ -27733,68 +22918,7 @@ "id": "790", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.637604871575745, - 4.637604871575745, - 4.637604871575745, - 4.637604871575745, - 4.637604871575745, - 4.637604871575745, - 4.637604871575745, - 4.637604871575745 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 255.45510835351183, - 14.899870598489542, - -208.52431511881946, - -296.7437326723591, - -251.07444396920897, - -55.90961387576817, - 193.96082840528743, - 361.13631963718956 - ], - "relative wind speed": [ - 1.5330231485683943, - 1.3542841333761133, - 1.1260823688429975, - 0.9917949014043795, - 1.071201481827723, - 1.2897856701026618, - 1.4931748348058258, - 1.5855521001420103 - ], - "relative wind angle": [ - 0.12202015017740696, - 0.22108751711924635, - 0.20878087483094268, - 0.03337562928493318, - 0.17508624987324525, - 0.2323416678614347, - 0.1569549802101927, - 0.02087477131537457 - ], - "resistance": [ - 96889.95510835353, - 96649.3998705985, - 96425.9756848812, - 96337.75626732766, - 96383.42555603081, - 96578.59038612424, - 96828.4608284053, - 96995.63631963721 - ], - "fuel": [ - 38.98560639346194, - 38.8615684752824, - 38.746556741181536, - 38.70119531488843, - 38.724674330953306, - 38.825097876931935, - 38.95387750364272, - 39.04016705920086 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.96875 -64.375, -57.96875 -64.21875, -57.8125 -64.21875, -57.8125 -64.375, -57.96875 -64.375))", @@ -27813,68 +22937,7 @@ "id": "791", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.825044509704623, - 4.825044509704623, - 4.825044509704623, - 4.825044509704623, - 4.825044509704623, - 4.825044509704623, - 4.825044509704623, - 4.825044509704623 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 148.30780891474876, - -49.31143967086234, - -205.6156257853986, - -241.90850826968153, - -175.0060436985783, - 1.8504768964739924, - 192.1412495233003, - 276.886559826773 - ], - "relative wind speed": [ - 1.4934253246829368, - 1.3365777622131103, - 1.1740012255746124, - 1.1157646736235733, - 1.2101691590580448, - 1.3814443454214809, - 1.5220215886408768, - 1.5652149331747607 - ], - "relative wind angle": [ - 0.1174585484602096, - 0.16896241866384012, - 0.1219749484846372, - 0.020387984783956113, - 0.14512711345235732, - 0.16342461702409036, - 0.09398976617745945, - 0.014533095438947206 - ], - "resistance": [ - 96782.80780891479, - 96585.18856032919, - 96428.88437421464, - 96392.59149173036, - 96459.49395630146, - 96636.35047689652, - 96826.64124952334, - 96911.38655982682 - ], - "fuel": [ - 38.975438683748585, - 38.87360292912109, - 38.79316028415285, - 38.774494995551095, - 38.808906483503556, - 38.89995338543702, - 38.998046313824695, - 39.04177501134289 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -64.21875, -57.8125 -64.0625, -57.65625 -64.0625, -57.65625 -64.21875, -57.8125 -64.21875))", @@ -27893,68 +22956,7 @@ "id": "792", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.924226134815804, - 4.924226134815804, - 4.924226134815804, - 4.924226134815804, - 4.924226134815804, - 4.924226134815804, - 4.924226134815804, - 4.924226134815804 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 245.58995554261196, - 55.44551865204869, - -149.1769835812047, - -256.87090699447174, - -242.9309421738775, - -101.28588252121165, - 111.31288389482631, - 278.03291211922783 - ], - "relative wind speed": [ - 1.5816545823659436, - 1.4541566897542804, - 1.2720481059609086, - 1.1415156462974565, - 1.1636053998491318, - 1.3194836361698912, - 1.49582831922601, - 1.5976704208738874 - ], - "relative wind angle": [ - 0.07163618029548786, - 0.1576987649917544, - 0.16565309615826979, - 0.059842868062498146, - 0.0974438278123062, - 0.1739507665607227, - 0.1406912101581957, - 0.04274448472189507 - ], - "resistance": [ - 96880.08995554261, - 96689.94551865205, - 96485.3230164188, - 96377.62909300553, - 96391.56905782613, - 96533.21411747878, - 96745.81288389483, - 96912.53291211923 - ], - "fuel": [ - 39.05042729486712, - 38.95237193236462, - 38.84700068300876, - 38.791605805704776, - 38.798773719652544, - 38.87164844906554, - 38.98116815157171, - 39.06717120081154 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -64.21875, -57.65625 -64.0625, -57.5 -64.0625, -57.5 -64.21875, -57.65625 -64.21875))", @@ -27973,68 +22975,7 @@ "id": "793", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.343902624176044, - 4.343902624176044, - 4.343902624176044, - 4.343902624176044, - 4.343902624176044, - 4.343902624176044, - 4.343902624176044, - 4.343902624176044 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 182.7547874200676, - -2.410762742215411, - -169.68005603247263, - -229.1442950185325, - -189.94426095772656, - -36.192720527602205, - 153.60828881338261, - 273.90393731933955 - ], - "relative wind speed": [ - 1.3986764947942492, - 1.2471097906693986, - 1.0632761440168634, - 0.9648393888813398, - 1.0360050914682517, - 1.2142156549207377, - 1.3780588986696822, - 1.4486847277103287 - ], - "relative wind angle": [ - 0.1140842265067271, - 0.19524429503314963, - 0.17291708795225652, - 0.017386671905729446, - 0.15429902127548212, - 0.2006047474661675, - 0.13314772869247957, - 0.011579383192489752 - ], - "resistance": [ - 96817.25478742008, - 96632.0892372578, - 96464.81994396754, - 96405.35570498148, - 96444.55573904229, - 96598.30727947241, - 96788.1082888134, - 96908.40393731935 - ], - "fuel": [ - 38.88207224584772, - 38.78662601841843, - 38.700514352903554, - 38.669926737703555, - 38.6900892369582, - 38.76922638710978, - 38.867039806298564, - 38.92910323585586 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -64.375, -57.8125 -64.21875, -57.65625 -64.21875, -57.65625 -64.375, -57.8125 -64.375))", @@ -28053,68 +22994,7 @@ "id": "794", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.9759224493847904, - 4.9759224493847904, - 4.9759224493847904, - 4.9759224493847904, - 4.9759224493847904, - 4.9759224493847904, - 4.9759224493847904, - 4.9759224493847904 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 145.6663097443652, - -59.61587811697359, - -217.78896769051528, - -251.43893953346355, - -176.33123596797998, - 9.709876828251709, - 205.00033199930692, - 283.5919878202409 - ], - "relative wind speed": [ - 1.5307857833280056, - 1.3709196547228248, - 1.2099151315347751, - 1.157642617828801, - 1.257235851825348, - 1.4298693653088712, - 1.568455442796298, - 1.607423612785573 - ], - "relative wind angle": [ - 0.11797505676975205, - 0.1648281895453513, - 0.11425935789380486, - 0.025799084970976, - 0.14380629033707287, - 0.15797439848861933, - 0.08806241538040864, - 0.018579125701342947 - ], - "resistance": [ - 96780.16630974438, - 96574.88412188303, - 96416.7110323095, - 96383.06106046656, - 96458.16876403203, - 96644.20987682826, - 96839.50033199933, - 96918.09198782025 - ], - "fuel": [ - 39.01206674636215, - 38.906287124492735, - 38.82488925491077, - 38.80758456379296, - 38.846214924640066, - 38.94199237685749, - 39.0426701178764, - 39.08322638191133 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -64.375, -57.65625 -64.21875, -57.5 -64.21875, -57.5 -64.375, -57.65625 -64.375))", @@ -28133,68 +23013,7 @@ "id": "795", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.594110617170946, - 4.594110617170946, - 4.594110617170946, - 4.594110617170946, - 4.594110617170946, - 4.594110617170946, - 4.594110617170946, - 4.594110617170946 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 140.44721929039736, - -73.8364916377368, - -229.9121074627157, - -257.1721555079527, - -166.18404046976764, - 32.430170981712195, - 232.08470734928767, - 295.31192858055977 - ], - "relative wind speed": [ - 1.4353156128168885, - 1.2519684450135686, - 1.0720446764744735, - 1.0250068770714444, - 1.1529463538920577, - 1.3498115483426627, - 1.496708527065858, - 1.5293060862054901 - ], - "relative wind angle": [ - 0.1494440882033569, - 0.2029528959472207, - 0.13395318445418625, - 0.0486727869294736, - 0.1864309307929286, - 0.18805845721049966, - 0.09580622212592207, - 0.032615503474082146 - ], - "resistance": [ - 96774.94721929045, - 96560.66350836233, - 96404.58789253734, - 96377.3278444921, - 96468.31595953029, - 96666.93017098177, - 96866.58470734935, - 96929.81192858062 - ], - "fuel": [ - 38.916141750102085, - 38.80573149401075, - 38.7254206606719, - 38.711402930173094, - 38.75820185587658, - 38.86046432037131, - 38.96341036894894, - 38.99604256895593 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -64.53125, -57.8125 -64.375, -57.65625 -64.375, -57.65625 -64.53125, -57.8125 -64.53125))", @@ -28213,68 +23032,7 @@ "id": "796", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7965924397216595, - 4.7965924397216595, - 4.7965924397216595, - 4.7965924397216595, - 4.7965924397216595, - 4.7965924397216595, - 4.7965924397216595, - 4.7965924397216595 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 52.35443615430222, - -138.86496901557234, - -239.95852416747198, - -227.42554019628426, - -95.73465487368105, - 102.65347358620795, - 258.62987670092036, - 229.44718031753018 - ], - "relative wind speed": [ - 1.4155461626845902, - 1.241110882269611, - 1.1158323370435665, - 1.1361845954191148, - 1.2849157148992383, - 1.4541056051738592, - 1.5523200471210765, - 1.5374862270012017 - ], - "relative wind angle": [ - 0.15499159569655016, - 0.162929903284374, - 0.05935371264769001, - 0.09494577568454611, - 0.17089658683393932, - 0.13889594395440116, - 0.04265227796675038, - 0.07011590038277281 - ], - "resistance": [ - 96686.85443615429, - 96495.63503098441, - 96394.54147583252, - 96407.0744598037, - 96538.7653451263, - 96737.1534735862, - 96893.1298767009, - 96863.94718031751 - ], - "fuel": [ - 38.91897851471112, - 38.82050667962621, - 38.76850173488202, - 38.77494693680326, - 38.84270551891264, - 38.94490350092538, - 39.02535627381074, - 39.01029692776803 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -64.53125, -57.65625 -64.375, -57.5 -64.375, -57.5 -64.53125, -57.65625 -64.53125))", @@ -28293,68 +23051,7 @@ "id": "797", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.387488356592254, - 4.387488356592254, - 4.387488356592254, - 4.387488356592254, - 4.387488356592254, - 4.387488356592254, - 4.387488356592254, - 4.387488356592254 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 110.60477450253916, - -104.73278270527999, - -243.63778445973026, - -253.43340071007907, - -137.390652669502, - 72.28377297593738, - 263.78987664308795, - 286.4055808198847 - ], - "relative wind speed": [ - 1.362928984561195, - 1.1609507163024553, - 0.981097050890362, - 0.9630613828613933, - 1.1239012892101679, - 1.331511531742066, - 1.4690738924844866, - 1.4809599244025435 - ], - "relative wind angle": [ - 0.18093423270770606, - 0.22555412444278197, - 0.12460428937491347, - 0.09067244435434695, - 0.21998965590206654, - 0.19625576432493402, - 0.08309536850825777, - 0.05891718882983334 - ], - "resistance": [ - 96745.10477450256, - 96529.76721729474, - 96390.86221554028, - 96381.06659928993, - 96497.10934733051, - 96706.78377297595, - 96898.2898766431, - 96920.9055808199 - ], - "fuel": [ - 38.85430539182657, - 38.74337647302089, - 38.67191254488169, - 38.66687560045667, - 38.72656817695183, - 38.83455210285878, - 38.93332214586942, - 38.944995295850575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -64.6875, -57.8125 -64.53125, -57.65625 -64.53125, -57.65625 -64.6875, -57.8125 -64.6875))", @@ -28373,68 +23070,7 @@ "id": "798", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.990368032198191, - 4.990368032198191, - 4.990368032198191, - 4.990368032198191, - 4.990368032198191, - 4.990368032198191, - 4.990368032198191, - 4.990368032198191 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 86.37761973439217, - -114.79304404220363, - -239.17371884306044, - -243.19307580174632, - -128.69925117267417, - 70.1746957941516, - 244.32839205088862, - 253.70150812313614 - ], - "relative wind speed": [ - 1.4923990307611148, - 1.323623043748959, - 1.1855270029919103, - 1.1792883303750004, - 1.3100993565665047, - 1.4804179238138888, - 1.5931543918496105, - 1.597777902254887 - ], - "relative wind angle": [ - 0.13730685990390895, - 0.15901863435302552, - 0.07779784789830292, - 0.06728737480289344, - 0.15656082520636055, - 0.1420554081586772, - 0.05786625615541421, - 0.049646407567791706 - ], - "resistance": [ - 96720.8776197344, - 96519.7069559578, - 96395.32628115694, - 96391.30692419826, - 96505.80074882733, - 96704.67469579415, - 96878.82839205088, - 96888.20150812314 - ], - "fuel": [ - 38.98521582359727, - 38.88159766683041, - 38.81760751811741, - 38.8155406389907, - 38.87444047959552, - 38.97686451225955, - 39.06667799214424, - 39.07151503878721 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -64.6875, -57.65625 -64.53125, -57.5 -64.53125, -57.5 -64.6875, -57.65625 -64.6875))", @@ -28453,68 +23089,7 @@ "id": "799", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.218728291295029, - 4.218728291295029, - 4.218728291295029, - 4.218728291295029, - 4.218728291295029, - 4.218728291295029, - 4.218728291295029, - 4.218728291295029 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 83.57576958524862, - -129.65635258804144, - -251.83661948075604, - -245.78087898751915, - -109.71758456586696, - 107.03951359044845, - 288.94055140335786, - 274.998590586559 - ], - "relative wind speed": [ - 1.2997855079140719, - 1.0825640263412537, - 0.9062135407753038, - 0.9180004487932264, - 1.1062797615918962, - 1.319603124565518, - 1.4464004618385433, - 1.4389483845874038 - ], - "relative wind angle": [ - 0.21012819920871542, - 0.2443899114869271, - 0.10982589172882683, - 0.13271394016410937, - 0.24759202802449, - 0.19982780483889356, - 0.06872507955948916, - 0.08451927991153671 - ], - "resistance": [ - 96718.07576958524, - 96504.84364741194, - 96382.66338051923, - 96388.71912101247, - 96524.78241543412, - 96741.53951359044, - 96923.44055140334, - 96909.49859058655 - ], - "fuel": [ - 38.8045207907595, - 38.694697075871204, - 38.63184522865855, - 38.63495910809635, - 38.704959228532644, - 38.81661596111449, - 38.91045242698768, - 38.90325589395373 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -64.84375, -57.8125 -64.6875, -57.65625 -64.6875, -57.65625 -64.84375, -57.8125 -64.84375))", @@ -28533,68 +23108,7 @@ "id": "800", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.397089687506503, - 4.397089687506503, - 4.397089687506503, - 4.397089687506503, - 4.397089687506503, - 4.397089687506503, - 4.397089687506503, - 4.397089687506503 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 55.65624877293271, - -160.68403342472874, - -269.2459987115312, - -247.66974783763465, - -89.1274934803871, - 139.72891679314887, - 315.22185921230084, - 265.44742084058373 - ], - "relative wind speed": [ - 1.3227148227182215, - 1.1023214728626145, - 0.9442580991019749, - 0.9841759573075058, - 1.1836199863460533, - 1.391193065243758, - 1.5029662060727287, - 1.4771352204094863 - ], - "relative wind angle": [ - 0.21318866203461312, - 0.22724292032726642, - 0.07563980830580688, - 0.1503691316619775, - 0.23870163806619946, - 0.17947377431490216, - 0.04749424646436299, - 0.09997629697359428 - ], - "resistance": [ - 96690.15624877295, - 96473.81596657529, - 96365.25400128849, - 96386.83025216238, - 96545.37250651963, - 96774.22891679316, - 96949.72185921231, - 96899.9474208406 - ], - "fuel": [ - 38.82807894640072, - 38.716678122019985, - 38.66084157092998, - 38.671935367416545, - 38.753505694788146, - 38.87141775660953, - 38.96196776174155, - 38.93627374385897 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -64.84375, -57.65625 -64.6875, -57.5 -64.6875, -57.5 -64.84375, -57.65625 -64.84375))", @@ -28613,68 +23127,7 @@ "id": "801", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.365753723947719, - 4.365753723947719, - 4.365753723947719, - 4.365753723947719, - 4.365753723947719, - 4.365753723947719, - 4.365753723947719, - 4.365753723947719 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 70.6172268709048, - -155.74708216380736, - -275.4323025590469, - -258.7025632564692, - -100.68211028051303, - 135.42679360686054, - 323.0107710719385, - 284.48672705623505 - ], - "relative wind speed": [ - 1.329696954374147, - 1.100736343486131, - 0.9274330678942978, - 0.9589191427156637, - 1.1640489165649948, - 1.382564057379188, - 1.5043177108590429, - 1.4844453335712557 - ], - "relative wind angle": [ - 0.21924166251030888, - 0.242862203857528, - 0.0919498428579023, - 0.15103104388967487, - 0.2510683764894215, - 0.1926504525313664, - 0.056638804022524, - 0.09734593160563666 - ], - "resistance": [ - 96705.11722687092, - 96478.7529178362, - 96359.06769744097, - 96375.79743674354, - 96533.8178897195, - 96769.92679360688, - 96957.51077107195, - 96918.98672705625 - ], - "fuel": [ - 38.82897060578429, - 38.71239969563533, - 38.650842411705625, - 38.659443755845324, - 38.74073897457261, - 38.86238072148945, - 38.959170617687995, - 38.93928223280647 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -65, -57.8125 -64.84375, -57.65625 -64.84375, -57.65625 -65, -57.8125 -65))", @@ -28693,68 +23146,7 @@ "id": "802", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.212821404939724, - 4.212821404939724, - 4.212821404939724, - 4.212821404939724, - 4.212821404939724, - 4.212821404939724, - 4.212821404939724, - 4.212821404939724 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 133.1218874757427, - -93.49921977979886, - -246.24443028403243, - -263.49766300692437, - -150.05615197073485, - 66.48782094206422, - 272.5811015300112, - 312.28106254888576 - ], - "relative wind speed": [ - 1.3416560083404836, - 1.1252775805344135, - 0.9195659790814207, - 0.8857237907090331, - 1.0577113787724572, - 1.285513349696326, - 1.4398585401409683, - 1.4609201114615655 - ], - "relative wind angle": [ - 0.19673737225965496, - 0.2591460713803108, - 0.15894497581364653, - 0.09330828295852861, - 0.25055860913671446, - 0.22623874035470223, - 0.10125630529944597, - 0.05651879648054076 - ], - "resistance": [ - 96767.62188747579, - 96541.00078022025, - 96388.25556971601, - 96371.00233699312, - 96484.4438480293, - 96700.98782094211, - 96907.08110153006, - 96946.78106254894 - ], - "fuel": [ - 38.82884252070274, - 38.7120867671852, - 38.63349986854506, - 38.624628595118345, - 38.6829782937514, - 38.794492650968486, - 38.900787237642604, - 38.92128102836652 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -65, -57.65625 -64.84375, -57.5 -64.84375, -57.5 -65, -57.65625 -65))", @@ -28786,34 +23178,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 109.76645458769008, + 109.76645458768996, -97.66627592461373, - -231.28444389618966, + -231.28444389618994, -240.62196972925176, -128.2919613003108, 73.691343540513, - 258.95712877616506, + 258.9571287761654, 280.4397640750476 ], "relative wind speed": [ - 1.2809138588398692, + 1.280913858839869, 1.071231503385564, - 0.8805696031749304, + 0.8805696031749303, 0.8615852271664308, 1.0332908132543441, 1.2493571485680832, - 1.390333554399164, + 1.3903335543991637, 1.402177276542605 ], "relative wind angle": [ - 0.20167383138415615, + 0.20167383138415612, 0.25599099022150634, - 0.14474395784141542, + 0.14474395784141697, 0.10653738023873414, 0.250938016014262, 0.2188466536115421, - 0.0914815526111752, - 0.06538602987312532 + 0.09148155261117276, + 0.0653860298731253 ], "resistance": [ 96744.26645458769, @@ -28853,68 +23245,7 @@ "id": "804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.361746671089526, - 4.361746671089526, - 4.361746671089526, - 4.361746671089526, - 4.361746671089526, - 4.361746671089526, - 4.361746671089526, - 4.361746671089526 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 348.91005358732195, - 241.13417604102233, - 10.791224437135043, - -199.5425770786951, - -279.74441267658005, - -233.1065941324773, - -45.0195096727623, - 192.47032725134954 - ], - "relative wind speed": [ - 1.5134473285031786, - 1.4574406663163417, - 1.275581019462717, - 1.0443155846382435, - 0.9104279202515961, - 0.9976314541424761, - 1.2215952181117562, - 1.424361883022969 - ], - "relative wind angle": [ - 0.01838093561910936, - 0.13322235872980917, - 0.23869711697191723, - 0.22493673289050103, - 0.03055853263507507, - 0.19528840428177777, - 0.24946515953775555, - 0.16427000716396484 - ], - "resistance": [ - 96983.41005358729, - 96875.634176041, - 96645.29122443711, - 96434.95742292127, - 96354.7555873234, - 96401.3934058675, - 96589.4804903272, - 96826.97032725131 - ], - "fuel": [ - 38.971677192790814, - 38.91604042450986, - 38.79727618346098, - 38.68900105987569, - 38.647758306678114, - 38.67173828728204, - 38.76853002404151, - 38.89093301835274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -63.59375, -57.34375 -63.4375, -57.1875 -63.4375, -57.1875 -63.59375, -57.34375 -63.59375))", @@ -28933,52 +23264,7 @@ "id": "805", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.056656878671177, - 23.056656878671177, - 23.056656878671177, - 23.056656878671177, - 23.056656878671177, - 23.056656878671177, - 23.056656878671177, - 23.056656878671177 - ], - "relative wind speed": [ - 0.3233656402870234, - 0.3233656402870234, - 0.3233656402870234, - 0.3233656402870234, - 0.3233656402870234, - 0.3233656402870234, - 0.3233656402870234, - 0.3233656402870234 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -63.75, -57.5 -63.59375, -57.34375 -63.59375, -57.34375 -63.75, -57.5 -63.75))", @@ -29010,9 +23296,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 381.6109791418403, + 381.6109791418369, 300.3368155514124, - 42.19149500827518, + 42.191495008274615, -214.89356490566092, -332.87141595307435, -297.8361950206506, @@ -29020,9 +23306,9 @@ 181.09110902815496 ], "relative wind speed": [ - 1.7427992356607303, + 1.74279923566073, 1.7060239826344823, - 1.5395026512616485, + 1.539502651261648, 1.3162784149779756, 1.171113171304413, 1.2240659322513159, @@ -29030,13 +23316,13 @@ 1.6359298182028998 ], "relative wind angle": [ - 0.03264865087553112, + 0.03264865087553792, 0.09513315326820318, - 0.18690604435800412, + 0.18690604435800415, 0.1852971201216571, 0.04859678432897067, - 0.13278035622005674, - 0.20171373042126953, + 0.13278035622005677, + 0.2017137304212695, 0.148787768340458 ], "resistance": [ @@ -29077,52 +23363,7 @@ "id": "807", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.352139341638388, - 19.352139341638388, - 19.352139341638388, - 19.352139341638388, - 19.352139341638388, - 19.352139341638388, - 19.352139341638388, - 19.352139341638388 - ], - "relative wind speed": [ - 0.2962512519306355, - 0.2962512519306355, - 0.2962512519306355, - 0.2962512519306355, - 0.2962512519306355, - 0.2962512519306355, - 0.2962512519306355, - 0.2962512519306355 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -62.65625, -55.625 -62.5, -55.46875 -62.5, -55.46875 -62.65625, -55.625 -62.65625))", @@ -29141,52 +23382,7 @@ "id": "808", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.0288807282988, - 36.0288807282988, - 36.0288807282988, - 36.0288807282988, - 36.0288807282988, - 36.0288807282988, - 36.0288807282988, - 36.0288807282988 - ], - "relative wind speed": [ - 0.4042230627785613, - 0.4042230627785613, - 0.4042230627785613, - 0.4042230627785613, - 0.4042230627785613, - 0.4042230627785613, - 0.4042230627785613, - 0.4042230627785613 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -62.65625, -55.46875 -62.5, -55.3125 -62.5, -55.3125 -62.65625, -55.46875 -62.65625))", @@ -29205,68 +23401,7 @@ "id": "809", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8507533201679407, - 3.8507533201679407, - 3.8507533201679407, - 3.8507533201679407, - 3.8507533201679407, - 3.8507533201679407, - 3.8507533201679407, - 3.8507533201679407 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 239.99479868286807, - 474.4946132529, - 378.1609946811131, - 85.58921938272277, - -194.83830646068992, - -328.30949784811935, - -286.36974500994415, - -67.2091057318608 - ], - "relative wind speed": [ - 1.3709050793420536, - 1.5130090986107696, - 1.465143205781423, - 1.2390439702842118, - 0.901726668459506, - 0.635055264286462, - 0.7388146639918949, - 1.0757610147608339 - ], - "relative wind angle": [ - 0.2764205001328205, - 0.05841942020147507, - 0.17092286564557718, - 0.3637022499661525, - 0.4278481332364758, - 0.13955675006177962, - 0.3440569978213752, - 0.42215998915449005 - ], - "resistance": [ - 96874.49479868285, - 97108.99461325289, - 97012.6609946811, - 96720.0892193827, - 96439.6616935393, - 96306.19050215186, - 96348.13025499004, - 96567.29089426812 - ], - "fuel": [ - 38.81352390070347, - 38.93463322292799, - 38.884856184305725, - 38.7338916157273, - 38.58949233526904, - 38.52086739891347, - 38.542423807924976, - 38.655175580622 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -62.8125, -55.625 -62.65625, -55.46875 -62.65625, -55.46875 -62.8125, -55.625 -62.8125))", @@ -29285,52 +23420,7 @@ "id": "810", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 30.729513158141934, - 30.729513158141934, - 30.729513158141934, - 30.729513158141934, - 30.729513158141934, - 30.729513158141934, - 30.729513158141934, - 30.729513158141934 - ], - "relative wind speed": [ - 0.3733133689884362, - 0.3733133689884362, - 0.3733133689884362, - 0.3733133689884362, - 0.3733133689884362, - 0.3733133689884362, - 0.3733133689884362, - 0.3733133689884362 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -62.8125, -55.46875 -62.65625, -55.3125 -62.65625, -55.3125 -62.8125, -55.46875 -62.8125))", @@ -29349,68 +23439,7 @@ "id": "811", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.159873718395052, - 4.159873718395052, - 4.159873718395052, - 4.159873718395052, - 4.159873718395052, - 4.159873718395052, - 4.159873718395052, - 4.159873718395052 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 325.9176213879931, - 529.2215177880859, - 331.50267768561116, - 4.607062502933331, - -269.80547479598346, - -359.1035460064386, - -273.53661970692417, - -1.6081088064998994 - ], - "relative wind speed": [ - 1.5019348487024697, - 1.6008260808228976, - 1.5055368373599396, - 1.2414483071348899, - 0.9006994529631498, - 0.7102278882670195, - 0.8946656502108811, - 1.2352626826011317 - ], - "relative wind angle": [ - 0.21280971969210574, - 0.0020705087025629978, - 0.20910889155932333, - 0.3668694393539694, - 0.35991226754238226, - 0.004666859820171308, - 0.3568538836703125, - 0.3687943789892263 - ], - "resistance": [ - 96960.41762138803, - 97163.72151778812, - 96966.00267768564, - 96639.10706250297, - 96364.69452520405, - 96275.39645399358, - 96360.9633802931, - 96632.89189119353 - ], - "fuel": [ - 38.91748086286176, - 39.022532002318485, - 38.92036471725926, - 38.751766967334326, - 38.61054457787012, - 38.564649061927796, - 38.608626329680845, - 38.74856531924061 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -62.65625, -55.3125 -62.5, -55.15625 -62.5, -55.15625 -62.65625, -55.3125 -62.65625))", @@ -29429,68 +23458,7 @@ "id": "812", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.938599114982571, - 3.938599114982571, - 3.938599114982571, - 3.938599114982571, - 3.938599114982571, - 3.938599114982571, - 3.938599114982571, - 3.938599114982571 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 253.18037787728713, - 452.2815773726712, - 319.4584691605263, - 37.383476563033696, - -216.56116011745524, - -318.70966138308484, - -260.9581516845238, - -36.52862122594178 - ], - "relative wind speed": [ - 1.3922834473516272, - 1.5053173425735245, - 1.4377421933620769, - 1.2076092032967132, - 0.8923278702184155, - 0.6846326926792551, - 0.8170676906868053, - 1.1297708784753404 - ], - "relative wind angle": [ - 0.2317615841486164, - 0.027621697432427723, - 0.18254832604421894, - 0.3470047926203176, - 0.3665373499553158, - 0.06076210909121626, - 0.3251359738698657, - 0.3720366262243642 - ], - "resistance": [ - 96887.6803778773, - 97086.78157737269, - 96953.95846916054, - 96671.88347656305, - 96417.93883988255, - 96315.79033861693, - 96373.5418483155, - 96597.97137877408 - ], - "fuel": [ - 38.836626586986156, - 38.93945066463832, - 38.87083895038603, - 38.7253467393818, - 38.59461721270036, - 38.54209931118983, - 38.57178648990225, - 38.687272375428236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -62.65625, -55.15625 -62.5, -55 -62.5, -55 -62.65625, -55.15625 -62.65625))", @@ -29509,68 +23477,7 @@ "id": "813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.059174456019682, - 4.059174456019682, - 4.059174456019682, - 4.059174456019682, - 4.059174456019682, - 4.059174456019682, - 4.059174456019682, - 4.059174456019682 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 175.80345091225604, - 385.84244415895967, - 328.0027844833528, - 80.72865119803771, - -171.01041278807617, - -299.7061930091983, - -274.4543508740648, - -91.16654887827951 - ], - "relative wind speed": [ - 1.3522403052860232, - 1.4875270284153743, - 1.4578179165164764, - 1.2717316963463614, - 0.9932176874547467, - 0.7760789635383232, - 0.8305432801465266, - 1.0944102112192655 - ], - "relative wind angle": [ - 0.23758907695524084, - 0.06257851004217978, - 0.1284236662458283, - 0.2845978254513475, - 0.3261905007860103, - 0.12015620593632735, - 0.22673530123293048, - 0.33234794776134624 - ], - "resistance": [ - 96810.30345091224, - 97020.34244415894, - 96962.50278448334, - 96715.22865119802, - 96463.48958721191, - 96334.79380699078, - 96360.04564912592, - 96543.33345112171 - ], - "fuel": [ - 38.819904265391976, - 38.928320870412016, - 38.89844918058624, - 38.7708831251622, - 38.64124738125253, - 38.575065194219995, - 38.58804616903531, - 38.682338304152424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -62.8125, -55.3125 -62.65625, -55.15625 -62.65625, -55.15625 -62.8125, -55.3125 -62.8125))", @@ -29589,68 +23496,7 @@ "id": "814", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.869049183703875, - 3.869049183703875, - 3.869049183703875, - 3.869049183703875, - 3.869049183703875, - 3.869049183703875, - 3.869049183703875, - 3.869049183703875 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 336.3601065599108, - 452.85840027128376, - 243.4320443460096, - -48.13239378104862, - -266.63638391112045, - -317.3375187164812, - -204.64798339937357, - 55.162607114046466 - ], - "relative wind speed": [ - 1.435535527110561, - 1.4947917954918508, - 1.3713561040277615, - 1.098476140121776, - 0.7792948535185942, - 0.6585288197546191, - 0.8873810648548696, - 1.2088891131531987 - ], - "relative wind angle": [ - 0.17807806843289548, - 0.03965587089750143, - 0.24911070189445111, - 0.39123256488485075, - 0.33239278979127596, - 0.09011301234473741, - 0.39088370147445345, - 0.35383718328044655 - ], - "resistance": [ - 96970.8601065599, - 97087.35840027129, - 96877.93204434602, - 96586.36760621895, - 96367.86361608889, - 96317.16248128352, - 96429.85201660062, - 96689.66260711405 - ], - "fuel": [ - 38.8666203525126, - 38.92680303409639, - 38.81865019308786, - 38.66835102636499, - 38.55592130301994, - 38.529858777567405, - 38.58779895652506, - 38.72156260193937 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -62.8125, -55.15625 -62.65625, -55 -62.65625, -55 -62.8125, -55.15625 -62.8125))", @@ -29669,68 +23515,7 @@ "id": "815", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.176371690495762, - 4.176371690495762, - 4.176371690495762, - 4.176371690495762, - 4.176371690495762, - 4.176371690495762, - 4.176371690495762, - 4.176371690495762 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 272.97804490494275, - 478.8455055606139, - 329.0264457484909, - 28.03305284812143, - -239.89338352779492, - -342.7555035085627, - -277.64511129085975, - -34.75260337441614 - ], - "relative wind speed": [ - 1.462289154250499, - 1.5725143948553855, - 1.4990878045216223, - 1.262455709807259, - 0.9461425920193711, - 0.748781578996421, - 0.886685473776533, - 1.1998670575721386 - ], - "relative wind angle": [ - 0.21701513496570923, - 0.021121329927040383, - 0.17966451335850703, - 0.3324873826025108, - 0.33924618187322386, - 0.044368111514098564, - 0.3069167683981641, - 0.35055695404537407 - ], - "resistance": [ - 96907.47804490493, - 97113.3455055606, - 96963.52644574847, - 96662.53305284811, - 96394.60661647219, - 96291.74449649142, - 96356.85488870913, - 96599.74739662556 - ], - "fuel": [ - 38.893509298012745, - 38.99984550969403, - 38.92244421721955, - 38.76719391235243, - 38.629282911491, - 38.57640718223786, - 38.60987226209184, - 38.734852000807464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -62.96875, -55.625 -62.8125, -55.46875 -62.8125, -55.46875 -62.96875, -55.625 -62.96875))", @@ -29749,68 +23534,7 @@ "id": "816", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.731901890530119, - 3.731901890530119, - 3.731901890530119, - 3.731901890530119, - 3.731901890530119, - 3.731901890530119, - 3.731901890530119, - 3.731901890530119 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 274.45803519961567, - 381.5387462639641, - 209.2340796343634, - -38.61052687016934, - -228.7761124734735, - -275.3768093664256, - -184.86242612620464, - 34.42896318049986 - ], - "relative wind speed": [ - 1.3484096260251592, - 1.406845671063226, - 1.3005437344207178, - 1.059903805500388, - 0.7796782388865126, - 0.6684997633216815, - 0.8571421530933456, - 1.1413634823474417 - ], - "relative wind angle": [ - 0.17195624147663602, - 0.03074322066289327, - 0.2263595738828835, - 0.3561355532766418, - 0.3004239837225842, - 0.06473356201139219, - 0.34748091670423503, - 0.32971269933407454 - ], - "resistance": [ - 96908.95803519963, - 97016.03874626398, - 96843.73407963438, - 96595.88947312985, - 96405.72388752655, - 96359.12319063359, - 96449.63757387381, - 96668.92896318051 - ], - "fuel": [ - 38.810068192763474, - 38.86535923713307, - 38.77641076181014, - 38.64866020189666, - 38.55079504528313, - 38.52683339754974, - 38.57338245226994, - 38.68628437472307 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -62.96875, -55.46875 -62.8125, -55.3125 -62.8125, -55.3125 -62.96875, -55.46875 -62.96875))", @@ -29829,68 +23553,7 @@ "id": "817", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.03109053413112, - 4.03109053413112, - 4.03109053413112, - 4.03109053413112, - 4.03109053413112, - 4.03109053413112, - 4.03109053413112, - 4.03109053413112 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 308.41635766886577, - 430.5368691524583, - 236.33456848227297, - -44.53016433883323, - -260.7888921147113, - -313.9303714983471, - -212.12653778862392, - 36.3749977874694 - ], - "relative wind speed": [ - 1.445632728240962, - 1.5079618114147662, - 1.396285184727296, - 1.1431694491848265, - 0.8497943650394141, - 0.7335227488829812, - 0.9286507043690911, - 1.2268529081616133 - ], - "relative wind angle": [ - 0.16871019747430344, - 0.02936863524420666, - 0.22047616923281957, - 0.3458805574586049, - 0.2896770992927346, - 0.060403515321784555, - 0.3350545904483376, - 0.3214054539229845 - ], - "resistance": [ - 96942.91635766889, - 97065.0368691525, - 96870.8345684823, - 96589.96983566119, - 96373.71110788532, - 96320.56962850169, - 96422.3734622114, - 96670.8749977875 - ], - "fuel": [ - 38.88284759227859, - 38.94592327462377, - 38.84564313398256, - 38.70086140735913, - 38.589583166158334, - 38.562265285470886, - 38.614607727256484, - 38.742536754669715 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -63.125, -55.625 -62.96875, -55.46875 -62.96875, -55.46875 -63.125, -55.625 -63.125))", @@ -29909,52 +23572,7 @@ "id": "818", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 36.076230848422334, - 36.076230848422334, - 36.076230848422334, - 36.076230848422334, - 36.076230848422334, - 36.076230848422334, - 36.076230848422334, - 36.076230848422334 - ], - "relative wind speed": [ - 0.40448859595281994, - 0.40448859595281994, - 0.40448859595281994, - 0.40448859595281994, - 0.40448859595281994, - 0.40448859595281994, - 0.40448859595281994, - 0.40448859595281994 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -63.125, -55.46875 -62.96875, -55.3125 -62.96875, -55.3125 -63.125, -55.46875 -63.125))", @@ -29973,52 +23591,7 @@ "id": "819", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.970478648432774, - 42.970478648432774, - 42.970478648432774, - 42.970478648432774, - 42.970478648432774, - 42.970478648432774, - 42.970478648432774, - 42.970478648432774 - ], - "relative wind speed": [ - 0.44144926570094517, - 0.44144926570094517, - 0.44144926570094517, - 0.44144926570094517, - 0.44144926570094517, - 0.44144926570094517, - 0.44144926570094517, - 0.44144926570094517 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -62.96875, -55.3125 -62.8125, -55.15625 -62.8125, -55.15625 -62.96875, -55.3125 -62.96875))", @@ -30037,68 +23610,7 @@ "id": "820", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9695730135662397, - 3.9695730135662397, - 3.9695730135662397, - 3.9695730135662397, - 3.9695730135662397, - 3.9695730135662397, - 3.9695730135662397, - 3.9695730135662397 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 364.07173166132384, - 446.00996367559003, - 217.27610352977592, - -79.21133672474758, - -288.05408644931987, - -323.81156964870434, - -189.67007581815955, - 84.56894628082034 - ], - "relative wind speed": [ - 1.4745166434820856, - 1.5154493643125229, - 1.3745087636587257, - 1.0912653795499434, - 0.7813230517339851, - 0.6986259852606068, - 0.9462508661565097, - 1.262459866479842 - ], - "relative wind angle": [ - 0.1534226013595367, - 0.060320631434096515, - 0.2608863290687456, - 0.38519619748759354, - 0.2925609745635025, - 0.13114289094035805, - 0.384046341258345, - 0.33078864929534707 - ], - "resistance": [ - 96998.57173166133, - 97080.50996367559, - 96851.77610352977, - 96555.28866327525, - 96346.44591355068, - 96310.68843035129, - 96444.82992418185, - 96719.06894628082 - ], - "fuel": [ - 38.899745175343384, - 38.94207740956407, - 38.823967751386036, - 38.67116238793518, - 38.563724187238776, - 38.54534518566527, - 38.61431717407077, - 38.75553195262625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -62.96875, -55.15625 -62.8125, -55 -62.8125, -55 -62.96875, -55.15625 -62.96875))", @@ -30117,68 +23629,7 @@ "id": "821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.023602175505793, - 4.023602175505793, - 4.023602175505793, - 4.023602175505793, - 4.023602175505793, - 4.023602175505793, - 4.023602175505793, - 4.023602175505793 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 304.20433856811144, - 479.43557245633554, - 291.9773313891867, - -7.101137885362846, - -253.8828186009714, - -329.78827384406077, - -245.69174269913873, - 6.534967061431757 - ], - "relative wind speed": [ - 1.449331184051802, - 1.5373533936213002, - 1.4411196116297686, - 1.1868342425054328, - 0.866115882972982, - 0.6980416512817396, - 0.8797112417032824, - 1.200892203580164 - ], - "relative wind angle": [ - 0.20246645395201543, - 0.004883846993001694, - 0.2111656513196035, - 0.36141902906277473, - 0.34318814900175787, - 0.010756254541667731, - 0.3504929525239683, - 0.3569974635731048 - ], - "resistance": [ - 96938.70433856813, - 97113.93557245635, - 96926.47733138921, - 96627.39886211466, - 96380.61718139904, - 96304.71172615595, - 96388.80825730087, - 96641.03496706145 - ], - "fuel": [ - 38.87921827058368, - 38.96974040044566, - 38.87290622536386, - 38.718683790687166, - 38.59167928145983, - 38.55266062763603, - 38.59589112677256, - 38.725708125992426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -63.125, -55.3125 -62.96875, -55.15625 -62.96875, -55.15625 -63.125, -55.3125 -63.125))", @@ -30197,68 +23648,7 @@ "id": "822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.7443160203980166, - 3.7443160203980166, - 3.7443160203980166, - 3.7443160203980166, - 3.7443160203980166, - 3.7443160203980166, - 3.7443160203980166, - 3.7443160203980166 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 427.29628048538876, - 406.78187133515604, - 142.12276329193986, - -141.70992363326053, - -304.57966920118224, - -295.63057125329146, - -114.69674751115019, - 174.89132588620208 - ], - "relative wind speed": [ - 1.4658321700588748, - 1.4554705253041735, - 1.2636299690246093, - 0.943042243766911, - 0.6407046594213271, - 0.6639065908352632, - 0.9810227891168345, - 1.2922220156980682 - ], - "relative wind angle": [ - 0.10420872765784203, - 0.12925703716881382, - 0.33696911565263693, - 0.4418307642302744, - 0.24028764500462022, - 0.28648213485869345, - 0.4399271746342708, - 0.3173519686203778 - ], - "resistance": [ - 97061.79628048537, - 97041.28187133514, - 96776.62276329192, - 96492.79007636673, - 96329.9203307988, - 96338.8694287467, - 96519.80325248884, - 96809.39132588619 - ], - "fuel": [ - 38.89117430635454, - 38.88057490973885, - 38.7439711116339, - 38.597760516958154, - 38.51399686484821, - 38.518596808964645, - 38.61166289390036, - 38.76087046755576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -63.125, -55.15625 -62.96875, -55 -62.96875, -55 -63.125, -55.15625 -63.125))", @@ -30277,68 +23667,7 @@ "id": "823", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.870549617345044, - 3.870549617345044, - 3.870549617345044, - 3.870549617345044, - 3.870549617345044, - 3.870549617345044, - 3.870549617345044, - 3.870549617345044 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 368.6380862865891, - 412.9011403530641, - 180.90469132212706, - -100.31367037834372, - -285.78048409672317, - -305.12259338984336, - -159.83820873365357, - 109.3169357235688 - ], - "relative wind speed": [ - 1.4516216065052556, - 1.4741929862572838, - 1.3201482620827432, - 1.033440151136049, - 0.7376657908356007, - 0.6914558168905963, - 0.953186589058996, - 1.2583153664570383 - ], - "relative wind angle": [ - 0.13402976983058698, - 0.08137753005369662, - 0.27891145039252324, - 0.3913174197775983, - 0.2660915999177523, - 0.17418603364832344, - 0.3912010906435662, - 0.3186079790181729 - ], - "resistance": [ - 97003.1380862866, - 97047.40114035307, - 96815.40469132214, - 96534.18632962168, - 96348.71951590329, - 96329.37740661018, - 96474.66179126636, - 96743.81693572359 - ], - "fuel": [ - 38.88356592708212, - 38.906431460383416, - 38.78666711274195, - 38.641761283854876, - 38.546355224033476, - 38.53641281199399, - 38.61112729392585, - 38.749751547001765 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -63.28125, -55.625 -63.125, -55.46875 -63.125, -55.46875 -63.28125, -55.625 -63.28125))", @@ -30357,52 +23686,7 @@ "id": "824", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.973423901838075, - 34.973423901838075, - 34.973423901838075, - 34.973423901838075, - 34.973423901838075, - 34.973423901838075, - 34.973423901838075, - 34.973423901838075 - ], - "relative wind speed": [ - 0.3982582481354058, - 0.3982582481354058, - 0.3982582481354058, - 0.3982582481354058, - 0.3982582481354058, - 0.3982582481354058, - 0.3982582481354058, - 0.3982582481354058 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -63.28125, -55.46875 -63.125, -55.3125 -63.125, -55.3125 -63.28125, -55.46875 -63.28125))", @@ -30421,52 +23705,7 @@ "id": "825", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 41.755419826645266, - 41.755419826645266, - 41.755419826645266, - 41.755419826645266, - 41.755419826645266, - 41.755419826645266, - 41.755419826645266, - 41.755419826645266 - ], - "relative wind speed": [ - 0.4351631686399882, - 0.4351631686399882, - 0.4351631686399882, - 0.4351631686399882, - 0.4351631686399882, - 0.4351631686399882, - 0.4351631686399882, - 0.4351631686399882 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -63.4375, -55.625 -63.28125, -55.46875 -63.28125, -55.46875 -63.4375, -55.625 -63.4375))", @@ -30485,52 +23724,7 @@ "id": "826", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 25.981875889461428, - 25.981875889461428, - 25.981875889461428, - 25.981875889461428, - 25.981875889461428, - 25.981875889461428, - 25.981875889461428, - 25.981875889461428 - ], - "relative wind speed": [ - 0.34326613099299486, - 0.34326613099299486, - 0.34326613099299486, - 0.34326613099299486, - 0.34326613099299486, - 0.34326613099299486, - 0.34326613099299486, - 0.34326613099299486 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -63.4375, -55.46875 -63.28125, -55.3125 -63.28125, -55.3125 -63.4375, -55.46875 -63.4375))", @@ -30549,68 +23743,7 @@ "id": "827", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.636242420827198, - 3.636242420827198, - 3.636242420827198, - 3.636242420827198, - 3.636242420827198, - 3.636242420827198, - 3.636242420827198, - 3.636242420827198 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 334.422471917497, - 122.31987759291064, - -114.95111785048277, - -257.1021018217507, - -256.52739671093946, - -113.17649225491868, - 124.45068447208905, - 335.73655468913967 - ], - "relative wind speed": [ - 1.365022325829587, - 1.2043434991884117, - 0.9319660290633669, - 0.6771241557494755, - 0.6785736977099434, - 0.9345078647071803, - 1.2063115409830165, - 1.3657419562045832 - ], - "relative wind angle": [ - 0.1065697347732245, - 0.2932928295096768, - 0.38176250472964374, - 0.21255736393151467, - 0.21563797599339293, - 0.38179225309889797, - 0.2919580175633836, - 0.10478415568004913 - ], - "resistance": [ - 96968.92247191751, - 96756.81987759292, - 96519.54888214954, - 96377.39789817826, - 96377.97260328908, - 96521.3235077451, - 96758.9506844721, - 96970.23655468915 - ], - "fuel": [ - 38.82460472198134, - 38.715164337585634, - 38.59293597383376, - 38.51980831430368, - 38.52010381222831, - 38.59384938127859, - 38.716262955766894, - 38.82528328225407 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -63.28125, -55.3125 -63.125, -55.15625 -63.125, -55.15625 -63.28125, -55.3125 -63.28125))", @@ -30629,68 +23762,7 @@ "id": "828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.5615077733351064, - 3.5615077733351064, - 3.5615077733351064, - 3.5615077733351064, - 3.5615077733351064, - 3.5615077733351064, - 3.5615077733351064, - 3.5615077733351064 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 454.65538760404723, - 289.81861700241524, - 15.660654335214872, - -213.71006915428308, - -291.5977358593949, - -220.51548486999553, - 4.26856730820856, - 279.4541126765284 - ], - "relative wind speed": [ - 1.4265881778108866, - 1.3385634341220605, - 1.0881749951358441, - 0.7537983073619334, - 0.5520930300574969, - 0.7404110181103531, - 1.075098006169186, - 1.3310704920199146 - ], - "relative wind angle": [ - 0.005011070926239407, - 0.22921245085078207, - 0.4135148151517699, - 0.4300133513854566, - 0.012948731478268496, - 0.4232943299215749, - 0.4188586633856951, - 0.23833488372921816 - ], - "resistance": [ - 97089.15538760406, - 96924.31861700243, - 96650.16065433522, - 96420.78993084573, - 96342.90226414062, - 96413.98451513003, - 96638.76856730822, - 96913.95411267654 - ], - "fuel": [ - 38.87430725464196, - 38.78916677807087, - 38.64778431193851, - 38.529713375832245, - 38.489664424681735, - 38.52621320856105, - 38.641915498006114, - 38.78381674641687 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -63.28125, -55.15625 -63.125, -55 -63.125, -55 -63.28125, -55.15625 -63.28125))", @@ -30709,68 +23781,7 @@ "id": "829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.169869282593809, - 4.169869282593809, - 4.169869282593809, - 4.169869282593809, - 4.169869282593809, - 4.169869282593809, - 4.169869282593809, - 4.169869282593809 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 466.29283103309456, - 300.8839733745142, - 7.141541873614415, - -245.77382405728088, - -332.485056910804, - -260.74465103626915, - -17.747048367201728, - 278.715191247329 - ], - "relative wind speed": [ - 1.5583940246014345, - 1.476051235485708, - 1.2378864385921517, - 0.9317350477242243, - 0.7583718165377358, - 0.9082909766442228, - 1.2129950177893725, - 1.4613656451670602 - ], - "relative wind angle": [ - 0.008449278143735334, - 0.18641053638342855, - 0.32907108211619884, - 0.318970370955959, - 0.017363263309857102, - 0.3059317851749736, - 0.3360870784843311, - 0.20129420196408573 - ], - "resistance": [ - 97100.79283103312, - 96935.38397337454, - 96641.64154187364, - 96388.72617594275, - 96302.01494308922, - 96373.75534896376, - 96616.75295163282, - 96913.21519124736 - ], - "fuel": [ - 38.992031502992496, - 38.90658854880714, - 38.7551050373436, - 38.62493335115214, - 38.58035919185333, - 38.617235556145054, - 38.7422847001093, - 38.8951448659425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -63.4375, -55.3125 -63.28125, -55.15625 -63.28125, -55.15625 -63.4375, -55.3125 -63.4375))", @@ -30789,68 +23800,7 @@ "id": "830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.963167007039568, - 3.963167007039568, - 3.963167007039568, - 3.963167007039568, - 3.963167007039568, - 3.963167007039568, - 3.963167007039568, - 3.963167007039568 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 431.158854937427, - 220.1857162377205, - -64.73261905891621, - -272.5780230043498, - -314.50024773544027, - -195.35815880910036, - 63.73314952391263, - 335.017097415442 - ], - "relative wind speed": [ - 1.499181394284304, - 1.3712143140140511, - 1.102986091327161, - 0.803337482896541, - 0.7079295349601665, - 0.9319229498623379, - 1.2377926974158389, - 1.450295820862281 - ], - "relative wind angle": [ - 0.04781703746223177, - 0.24387514099506863, - 0.36779390660141603, - 0.29005550063275687, - 0.10139715073454943, - 0.36322110782147743, - 0.3261503700286603, - 0.15909233439590112 - ], - "resistance": [ - 97065.65885493741, - 96854.68571623771, - 96569.76738094106, - 96361.92197699564, - 96319.99975226454, - 96439.14184119088, - 96698.2331495239, - 96969.51709741543 - ], - "fuel": [ - 38.93318415621692, - 38.82425016130879, - 38.677398130691714, - 38.57046142643317, - 38.548911873806915, - 38.61017237029678, - 38.74357430233909, - 38.88352172406561 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -63.4375, -55.15625 -63.28125, -55 -63.28125, -55 -63.4375, -55.15625 -63.4375))", @@ -30869,68 +23819,7 @@ "id": "831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.234677186257269, - 4.234677186257269, - 4.234677186257269, - 4.234677186257269, - 4.234677186257269, - 4.234677186257269, - 4.234677186257269, - 4.234677186257269 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 472.0585704762925, - 342.30675057815154, - 43.75124288866891, - -230.98734049848042, - -345.60111218067186, - -289.1196904888034, - -52.89455441908194, - 256.2272849986026 - ], - "relative wind speed": [ - 1.582531698400044, - 1.5194689945446958, - 1.2919074030291182, - 0.9797378219523301, - 0.7725115848763408, - 0.8901655463038404, - 1.1967271983236791, - 1.4633162766282577 - ], - "relative wind angle": [ - 0.031816359006826535, - 0.16600708090308433, - 0.3192170744681886, - 0.335186170423977, - 0.06521274569095493, - 0.2859471131515617, - 0.34562292070772077, - 0.222059851263867 - ], - "resistance": [ - 97106.55857047628, - 96976.80675057814, - 96678.25124288865, - 96403.5126595015, - 96288.89888781932, - 96345.38030951118, - 96581.6054455809, - 96890.72728499859 - ], - "fuel": [ - 39.00834895930756, - 38.941313473828764, - 38.78730450546665, - 38.64587447013126, - 38.58695657407978, - 38.61598507847464, - 38.7375211209728, - 38.89687560954479 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -63.59375, -55.625 -63.4375, -55.46875 -63.4375, -55.46875 -63.59375, -55.625 -63.59375))", @@ -30949,52 +23838,7 @@ "id": "832", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 21.272598535220464, - 21.272598535220464, - 21.272598535220464, - 21.272598535220464, - 21.272598535220464, - 21.272598535220464, - 21.272598535220464, - 21.272598535220464 - ], - "relative wind speed": [ - 0.3106032352926197, - 0.3106032352926197, - 0.3106032352926197, - 0.3106032352926197, - 0.3106032352926197, - 0.3106032352926197, - 0.3106032352926197, - 0.3106032352926197 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -63.59375, -55.46875 -63.4375, -55.3125 -63.4375, -55.3125 -63.59375, -55.46875 -63.59375))", @@ -31013,68 +23857,7 @@ "id": "833", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.9856989428813643, - 3.9856989428813643, - 3.9856989428813643, - 3.9856989428813643, - 3.9856989428813643, - 3.9856989428813643, - 3.9856989428813643, - 3.9856989428813643 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 305.73510507721085, - 100.34171984001443, - -128.36477455224184, - -261.66397895218677, - -257.0295653799841, - -113.52173652129022, - 117.9397792707988, - 316.3549333311555 - ], - "relative wind speed": [ - 1.4141201723041201, - 1.2624310430408063, - 1.017709128420434, - 0.807839121377573, - 0.8177895508674284, - 1.0367176437161112, - 1.2778042655880848, - 1.419828005498305 - ], - "relative wind angle": [ - 0.09548244259228789, - 0.2463343423753407, - 0.29977967581094844, - 0.14557007446894538, - 0.16561332778646456, - 0.3014881648533861, - 0.23742419876485715, - 0.08262673883399814 - ], - "resistance": [ - 96940.2351050772, - 96734.84171984, - 96506.13522544774, - 96372.8360210478, - 96377.47043462, - 96520.9782634787, - 96752.43977927079, - 96950.85493333114 - ], - "fuel": [ - 38.8727016321234, - 38.766742416841744, - 38.64894105091773, - 38.58037152823799, - 38.5827543754974, - 38.65658044662044, - 38.775814830050706, - 38.87818450248567 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -63.75, -55.625 -63.59375, -55.46875 -63.59375, -55.46875 -63.75, -55.625 -63.75))", @@ -31093,68 +23876,7 @@ "id": "834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.025754189008419, - 4.025754189008419, - 4.025754189008419, - 4.025754189008419, - 4.025754189008419, - 4.025754189008419, - 4.025754189008419, - 4.025754189008419 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 282.4177536347196, - 92.13388754741095, - -121.91921960723079, - -247.41105361868358, - -244.0401080640474, - -110.97343287379664, - 105.06063386742369, - 290.15809516203547 - ], - "relative wind speed": [ - 1.4014093093126825, - 1.2602236271626148, - 1.0337256433572384, - 0.8423676862616325, - 0.84938090189061, - 1.0474886053155221, - 1.271537362011207, - 1.4056360303673847 - ], - "relative wind angle": [ - 0.08756666449471455, - 0.2265590181082703, - 0.27205495983855954, - 0.13066230549691812, - 0.1447987557620437, - 0.27364768654847604, - 0.2202310720542325, - 0.07816007114755677 - ], - "resistance": [ - 96916.9177536347, - 96726.6338875474, - 96512.58078039276, - 96387.08894638131, - 96390.45989193594, - 96523.52656712619, - 96739.56063386741, - 96924.65809516203 - ], - "fuel": [ - 38.86838929661849, - 38.770236005282165, - 38.65998295821687, - 38.59542473830021, - 38.59715812701746, - 38.665616704798644, - 38.77689968656021, - 38.87238481477411 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -63.75, -55.46875 -63.59375, -55.3125 -63.59375, -55.3125 -63.75, -55.46875 -63.75))", @@ -31173,68 +23895,7 @@ "id": "835", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.123749480880972, - 4.123749480880972, - 4.123749480880972, - 4.123749480880972, - 4.123749480880972, - 4.123749480880972, - 4.123749480880972, - 4.123749480880972 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 315.25977738641836, - 144.21298370047657, - -80.06657383126299, - -237.14555485988694, - -260.4930832318353, - -156.36212569665054, - 54.242610234594736, - 261.548164746928 - ], - "relative wind speed": [ - 1.4413651031775092, - 1.328654223444432, - 1.1141212395878364, - 0.9013048750374735, - 0.8542997395796732, - 1.0208032916419705, - 1.251437281370134, - 1.4124485576251948 - ], - "relative wind angle": [ - 0.04920464655144415, - 0.19550968282647968, - 0.26717231761675597, - 0.17604832929532918, - 0.08307958162103184, - 0.2556278200405892, - 0.23725635892459757, - 0.1119936914676166 - ], - "resistance": [ - 96949.75977738641, - 96778.71298370046, - 96554.43342616872, - 96397.3544451401, - 96374.00691676815, - 96478.13787430334, - 96688.74261023458, - 96896.04816474691 - ], - "fuel": [ - 38.9046876034929, - 38.816430261757965, - 38.700870647230815, - 38.62004745336919, - 38.60804208704923, - 38.66160217609602, - 38.77005071603523, - 38.8769615663072 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -63.59375, -55.3125 -63.4375, -55.15625 -63.4375, -55.15625 -63.59375, -55.3125 -63.59375))", @@ -31253,68 +23914,7 @@ "id": "836", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.847971986419584, - 4.847971986419584, - 4.847971986419584, - 4.847971986419584, - 4.847971986419584, - 4.847971986419584, - 4.847971986419584, - 4.847971986419584 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 441.92306592042235, - 208.4295799218812, - -103.41751745086322, - -325.7774114035321, - -362.3977481789862, - -223.07871548011371, - 67.31032942482727, - 357.65931629772797 - ], - "relative wind speed": [ - 1.6976122352003669, - 1.5685534236622012, - 1.3171144458910469, - 1.0631123483127785, - 1.000384093313341, - 1.1926004328248114, - 1.4655596786488978, - 1.659050261481318 - ], - "relative wind angle": [ - 0.04518767306316082, - 0.19319812441989226, - 0.2683488359873277, - 0.1822781648565806, - 0.07673087164821174, - 0.25528762232804736, - 0.24059853461027136, - 0.11642015088105469 - ], - "resistance": [ - 97076.4230659204, - 96842.92957992187, - 96531.08248254913, - 96308.72258859646, - 96272.102251821, - 96411.42128451988, - 96701.81032942481, - 96992.15931629771 - ], - "fuel": [ - 39.132687153777766, - 39.012125420370936, - 38.851423087643624, - 38.73705667430778, - 38.71823937351176, - 38.78985485318367, - 38.93935844045526, - 39.08915511964493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -63.59375, -55.15625 -63.4375, -55 -63.4375, -55 -63.59375, -55.15625 -63.59375))", @@ -31333,68 +23933,7 @@ "id": "837", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.896545074556114, - 4.896545074556114, - 4.896545074556114, - 4.896545074556114, - 4.896545074556114, - 4.896545074556114, - 4.896545074556114, - 4.896545074556114 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 509.5221716342961, - 312.53228435378867, - -18.141287762368165, - -298.8386055039239, - -384.593222412974, - -299.4245088848984, - -19.11473744067564, - 311.67771640899525 - ], - "relative wind speed": [ - 1.7407577508778311, - 1.6516120480721643, - 1.4128187199043083, - 1.1240992207407265, - 0.979547395012034, - 1.1233558158388535, - 1.411982262992017, - 1.651106171100513 - ], - "relative wind angle": [ - 0.0002494856106275535, - 0.16349040926584968, - 0.27276394204369403, - 0.2420467752647246, - 0.0004433619262653122, - 0.24164702068924804, - 0.2729296612587179, - 0.16391797777295 - ], - "resistance": [ - 97144.02217163434, - 96947.03228435383, - 96616.35871223768, - 96335.66139449611, - 96249.90677758706, - 96335.07549111515, - 96615.38526255937, - 96946.17771640905 - ], - "fuel": [ - 39.1797691731002, - 39.07799273256623, - 38.90747215236353, - 38.76304243534602, - 38.71897680741705, - 38.76274127182981, - 38.90697076792485, - 39.07755152759188 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -63.75, -55.3125 -63.59375, -55.15625 -63.59375, -55.15625 -63.75, -55.3125 -63.75))", @@ -31413,68 +23952,7 @@ "id": "838", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.269129834739042, - 4.269129834739042, - 4.269129834739042, - 4.269129834739042, - 4.269129834739042, - 4.269129834739042, - 4.269129834739042, - 4.269129834739042 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 337.0708126345294, - 176.05002531040645, - -56.554923042268456, - -233.91150289315, - -272.80941581418153, - -184.78419984670552, - 25.126231481152445, - 247.33212059033087 - ], - "relative wind speed": [ - 1.486017595733625, - 1.3893714760170763, - 1.1828145988358962, - 0.962065514855477, - 0.8872826423839018, - 1.0320686430348673, - 1.263514308223844, - 1.4387316384342035 - ], - "relative wind angle": [ - 0.028010602946385913, - 0.1745264072369221, - 0.2560527482962028, - 0.19074140762331082, - 0.04692313424367299, - 0.23593959078431184, - 0.23936748678701253, - 0.12711694174654586 - ], - "resistance": [ - 96971.57081263456, - 96810.55002531044, - 96577.94507695777, - 96400.58849710687, - 96361.69058418585, - 96449.71580015332, - 96659.62623148118, - 96881.83212059036 - ], - "fuel": [ - 38.94581258120012, - 38.862712422350434, - 38.74283921298384, - 38.65157358703171, - 38.63157282548708, - 38.67684220330655, - 38.78491074764136, - 38.899488028645074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -63.75, -55.15625 -63.59375, -55 -63.59375, -55 -63.75, -55.15625 -63.75))", @@ -31493,68 +23971,7 @@ "id": "839", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.719453396442706, - 4.719453396442706, - 4.719453396442706, - 4.719453396442706, - 4.719453396442706, - 4.719453396442706, - 4.719453396442706, - 4.719453396442706 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 410.8233107188162, - 223.27327973766683, - -57.342268081279485, - -277.22186347064064, - -330.03801153049045, - -232.01689759940797, - 17.82082802509342, - 288.8378285588444 - ], - "relative wind speed": [ - 1.6400089724510918, - 1.5404580320199412, - 1.3179696215749896, - 1.0743692161888194, - 0.9828877545447016, - 1.132557645040313, - 1.385154808806398, - 1.5815905143430242 - ], - "relative wind angle": [ - 0.021119133222696176, - 0.16755351316369843, - 0.2520459761108473, - 0.19476082289558505, - 0.03524325515710264, - 0.22882622499657748, - 0.239574877586335, - 0.13184723768384113 - ], - "resistance": [ - 97045.32331071881, - 96857.77327973767, - 96577.15773191872, - 96357.27813652936, - 96304.46198846951, - 96402.4831024006, - 96652.3208280251, - 96923.33782855884 - ], - "fuel": [ - 39.08524582759839, - 38.98841215248124, - 38.843772385426846, - 38.73064295197376, - 38.70349550855963, - 38.75388649996886, - 38.882485530236295, - 39.02224880599262 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -63.90625, -57.5 -63.75, -57.34375 -63.75, -57.34375 -63.90625, -57.5 -63.90625))", @@ -31573,68 +23990,7 @@ "id": "840", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.931307935901022, - 4.931307935901022, - 4.931307935901022, - 4.931307935901022, - 4.931307935901022, - 4.931307935901022, - 4.931307935901022, - 4.931307935901022 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 338.30743049167177, - 181.6418960563002, - -56.584856707362405, - -244.20544896398337, - -288.0385488947336, - -206.11392012652652, - 6.9469818185274335, - 236.37925529064705 - ], - "relative wind speed": [ - 1.6357014188961239, - 1.5519591662068741, - 1.3680905452594232, - 1.1744422332600322, - 1.104500733473148, - 1.2193702261610204, - 1.4225924440939817, - 1.5862302615814334 - ], - "relative wind angle": [ - 0.016971451821345167, - 0.1340881949340522, - 0.19542235007399966, - 0.14372774518541048, - 0.025135174194834038, - 0.1709823256771452, - 0.18784421643582946, - 0.10624957211350126 - ], - "resistance": [ - 96972.80743049167, - 96816.1418960563, - 96577.91514329264, - 96390.29455103602, - 96346.46145110526, - 96428.38607987347, - 96641.44698181853, - 96870.87925529065 - ], - "fuel": [ - 39.10008534239758, - 39.0192308669927, - 38.89645798950131, - 38.79991422634584, - 38.777377942294706, - 38.81950435368728, - 38.929179198620645, - 39.047470225662124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -63.90625, -57.34375 -63.75, -57.1875 -63.75, -57.1875 -63.90625, -57.34375 -63.90625))", @@ -31666,10 +24022,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 296.4092174602123, + 296.40921746021, 154.43523872170533, - -50.49454715712386, - -206.59781933063545, + -50.49454715712403, + -206.5978193306354, -240.64343741982395, -162.8728802621157, 22.211049696240252, @@ -31678,7 +24034,7 @@ "relative wind speed": [ 1.3987877825109396, 1.3081501745051487, - 1.1149590226176103, + 1.11495902261761, 0.9090972141259671, 0.839828747282269, 0.9750193363240165, @@ -31686,12 +24042,12 @@ 1.3547921761406736 ], "relative wind angle": [ - 0.028069491094281716, - 0.17325493827369354, + 0.028069491094289627, + 0.1732549382736935, 0.2535356003908053, - 0.18809706366523346, - 0.04676241085592467, - 0.23340246433943176, + 0.18809706366523343, + 0.046762410855924676, + 0.2334024643394318, 0.23700087991280477, 0.12580616529253974 ], @@ -31733,68 +24089,7 @@ "id": "842", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.247995130050066, - 4.247995130050066, - 4.247995130050066, - 4.247995130050066, - 4.247995130050066, - 4.247995130050066, - 4.247995130050066, - 4.247995130050066 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 212.272358853245, - 27.84718811837081, - -153.20935744254047, - -234.46424245966256, - -207.49269476759065, - -62.57824656424236, - 134.03534546971252, - 274.71276123997393 - ], - "relative wind speed": [ - 1.3979541325776466, - 1.2515426423508607, - 1.0558576929652286, - 0.9296244168041276, - 0.9804464275767181, - 1.1615472304285752, - 1.3419074060251002, - 1.4322532589666026 - ], - "relative wind angle": [ - 0.10413544881965067, - 0.20234144525434564, - 0.20059435321514393, - 0.04951331007052346, - 0.14875973676718307, - 0.21826282848435447, - 0.1574274504055991, - 0.032129718690474665 - ], - "resistance": [ - 96846.77235885321, - 96662.34718811834, - 96481.29064255743, - 96400.0357575403, - 96427.00730523239, - 96571.92175343573, - 96768.53534546969, - 96909.21276123995 - ], - "fuel": [ - 38.87696991947197, - 38.78188482057409, - 38.68865961843547, - 38.64686149843536, - 38.66073314010005, - 38.73530992272305, - 38.83661737554155, - 38.90919133973901 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -64.0625, -57.34375 -63.90625, -57.1875 -63.90625, -57.1875 -64.0625, -57.34375 -64.0625))", @@ -31813,52 +24108,7 @@ "id": "843", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.985708835918128, - 15.985708835918128, - 15.985708835918128, - 15.985708835918128, - 15.985708835918128, - 15.985708835918128, - 15.985708835918128, - 15.985708835918128 - ], - "relative wind speed": [ - 0.26925368287383794, - 0.26925368287383794, - 0.26925368287383794, - 0.26925368287383794, - 0.26925368287383794, - 0.26925368287383794, - 0.26925368287383794, - 0.26925368287383794 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -64.21875, -57.5 -64.0625, -57.34375 -64.0625, -57.34375 -64.21875, -57.5 -64.21875))", @@ -31877,52 +24127,7 @@ "id": "844", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.548008525199664, - 14.548008525199664, - 14.548008525199664, - 14.548008525199664, - 14.548008525199664, - 14.548008525199664, - 14.548008525199664, - 14.548008525199664 - ], - "relative wind speed": [ - 0.2568605904495191, - 0.2568605904495191, - 0.2568605904495191, - 0.2568605904495191, - 0.2568605904495191, - 0.2568605904495191, - 0.2568605904495191, - 0.2568605904495191 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -64.21875, -57.34375 -64.0625, -57.1875 -64.0625, -57.1875 -64.21875, -57.34375 -64.21875))", @@ -31941,52 +24146,7 @@ "id": "845", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.468098547801654, - 15.468098547801654, - 15.468098547801654, - 15.468098547801654, - 15.468098547801654, - 15.468098547801654, - 15.468098547801654, - 15.468098547801654 - ], - "relative wind speed": [ - 0.2648586543663455, - 0.2648586543663455, - 0.2648586543663455, - 0.2648586543663455, - 0.2648586543663455, - 0.2648586543663455, - 0.2648586543663455, - 0.2648586543663455 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -64.375, -57.5 -64.21875, -57.34375 -64.21875, -57.34375 -64.375, -57.5 -64.375))", @@ -32018,34 +24178,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 134.7018513629382, + 134.70185136293787, -82.00291052299508, -233.13664203391528, -254.64490513723086, - -153.2119886169009, + -153.211988616901, 51.00273750051281, 250.28733006213054, - 299.8897088790259 + 299.88970887902633 ], "relative wind speed": [ 1.348260787122159, 1.1455556780209857, - 0.9490241600466248, + 0.9490241600466247, 0.9077410596308225, 1.061716082040762, 1.2777912104522904, 1.4298256301392307, - 1.4563840007414122 + 1.456384000741412 ], "relative wind angle": [ - 0.18071049110079393, + 0.1807104911007952, 0.24224687388373825, - 0.15478242023029817, - 0.07486272914614336, - 0.2302646159884361, + 0.15478242023029748, + 0.07486272914614338, + 0.23026461598843656, 0.21675268331954026, 0.10250407319099691, - 0.04663408099443048 + 0.04663408099442809 ], "resistance": [ 96769.20185136292, @@ -32085,52 +24245,7 @@ "id": "847", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 17.766217176488833, - 17.766217176488833, - 17.766217176488833, - 17.766217176488833, - 17.766217176488833, - 17.766217176488833, - 17.766217176488833, - 17.766217176488833 - ], - "relative wind speed": [ - 0.28385280252062967, - 0.28385280252062967, - 0.28385280252062967, - 0.28385280252062967, - 0.28385280252062967, - 0.28385280252062967, - 0.28385280252062967, - 0.28385280252062967 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -64.53125, -57.5 -64.375, -57.34375 -64.375, -57.34375 -64.53125, -57.5 -64.53125))", @@ -32149,52 +24264,7 @@ "id": "848", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 18.777992357470307, - 18.777992357470307, - 18.777992357470307, - 18.777992357470307, - 18.777992357470307, - 18.777992357470307, - 18.777992357470307, - 18.777992357470307 - ], - "relative wind speed": [ - 0.2918235135701503, - 0.2918235135701503, - 0.2918235135701503, - 0.2918235135701503, - 0.2918235135701503, - 0.2918235135701503, - 0.2918235135701503, - 0.2918235135701503 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -64.53125, -57.34375 -64.375, -57.1875 -64.375, -57.1875 -64.53125, -57.34375 -64.53125))", @@ -32213,52 +24283,7 @@ "id": "849", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.117458915519524, - 20.117458915519524, - 20.117458915519524, - 20.117458915519524, - 20.117458915519524, - 20.117458915519524, - 20.117458915519524, - 20.117458915519524 - ], - "relative wind speed": [ - 0.30205238178207533, - 0.30205238178207533, - 0.30205238178207533, - 0.30205238178207533, - 0.30205238178207533, - 0.30205238178207533, - 0.30205238178207533, - 0.30205238178207533 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -64.6875, -57.5 -64.53125, -57.34375 -64.53125, -57.34375 -64.6875, -57.5 -64.6875))", @@ -32277,68 +24302,7 @@ "id": "850", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.066391612998452, - 4.066391612998452, - 4.066391612998452, - 4.066391612998452, - 4.066391612998452, - 4.066391612998452, - 4.066391612998452, - 4.066391612998452 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 91.80344711816667, - -119.4051016240777, - -244.32720350809996, - -242.22449151561085, - -112.54115852390697, - 99.89825117015903, - 282.7768331631055, - 277.94413175690534 - ], - "relative wind speed": [ - 1.2687982932350146, - 1.0482270641454774, - 0.8617714350860843, - 0.8660688779344323, - 1.0567432166291306, - 1.2758429984918676, - 1.4085117423995577, - 1.4058734059228661 - ], - "relative wind angle": [ - 0.2182502724398215, - 0.26193218362338705, - 0.12699353182095632, - 0.1356013996686306, - 0.262991991147986, - 0.21438852096013292, - 0.07756768906764865, - 0.08337616448456243 - ], - "resistance": [ - 96726.3034471182, - 96515.09489837596, - 96390.17279649194, - 96392.27550848444, - 96521.95884147614, - 96734.3982511702, - 96917.27683316315, - 96912.44413175694 - ], - "fuel": [ - 38.778010575977206, - 38.669221826995994, - 38.60495539990406, - 38.60603666383926, - 38.672754679335426, - 38.78218332939168, - 38.87651954954221, - 38.874025044475914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -64.6875, -57.34375 -64.53125, -57.1875 -64.53125, -57.1875 -64.6875, -57.34375 -64.6875))", @@ -32357,52 +24321,7 @@ "id": "851", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 18.69355235288146, - 18.69355235288146, - 18.69355235288146, - 18.69355235288146, - 18.69355235288146, - 18.69355235288146, - 18.69355235288146, - 18.69355235288146 - ], - "relative wind speed": [ - 0.2911666450777142, - 0.2911666450777142, - 0.2911666450777142, - 0.2911666450777142, - 0.2911666450777142, - 0.2911666450777142, - 0.2911666450777142, - 0.2911666450777142 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -64.53125, -56.5625 -64.375, -56.40625 -64.375, -56.40625 -64.53125, -56.5625 -64.53125))", @@ -32421,52 +24340,7 @@ "id": "852", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.961715115191005, - 16.961715115191005, - 16.961715115191005, - 16.961715115191005, - 16.961715115191005, - 16.961715115191005, - 16.961715115191005, - 16.961715115191005 - ], - "relative wind speed": [ - 0.27735154240319015, - 0.27735154240319015, - 0.27735154240319015, - 0.27735154240319015, - 0.27735154240319015, - 0.27735154240319015, - 0.27735154240319015, - 0.27735154240319015 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -64.53125, -56.40625 -64.375, -56.25 -64.375, -56.25 -64.53125, -56.40625 -64.53125))", @@ -32498,9 +24372,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 281.1159364336718, + 281.1159364336713, -2.6101488651817135, - -255.40111685157672, + -255.40111685157683, -343.6979738952213, -280.77494191918026, -44.82728879233241, @@ -32508,7 +24382,7 @@ 426.8909728995295 ], "relative wind speed": [ - 1.6376428471207334, + 1.6376428471207332, 1.4367971050476043, 1.190419794245795, 1.0579158392207004, @@ -32518,13 +24392,13 @@ 1.7052412175317357 ], "relative wind angle": [ - 0.13220021621736353, + 0.13220021621736436, 0.22723859441298622, - 0.20463461124319457, + 0.2046346112431951, 0.017404460433991954, 0.18721413257022396, 0.23316019523215883, - 0.15030228264402468, + 0.1503022826440247, 0.01079723054047089 ], "resistance": [ @@ -32565,52 +24439,7 @@ "id": "854", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.73963590431598, - 20.73963590431598, - 20.73963590431598, - 20.73963590431598, - 20.73963590431598, - 20.73963590431598, - 20.73963590431598, - 20.73963590431598 - ], - "relative wind speed": [ - 0.3066876353694551, - 0.3066876353694551, - 0.3066876353694551, - 0.3066876353694551, - 0.3066876353694551, - 0.3066876353694551, - 0.3066876353694551, - 0.3066876353694551 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -64.6875, -56.40625 -64.53125, -56.25 -64.53125, -56.25 -64.6875, -56.40625 -64.6875))", @@ -32629,68 +24458,7 @@ "id": "855", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.475128709534293, - 5.475128709534293, - 5.475128709534293, - 5.475128709534293, - 5.475128709534293, - 5.475128709534293, - 5.475128709534293, - 5.475128709534293 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 349.94566854033815, - 52.66213749893586, - -243.9057685267651, - -381.38430961874053, - -341.7161191415298, - -110.33005554929139, - 209.09159076470314, - 441.8103696493729 - ], - "relative wind speed": [ - 1.7983465992725778, - 1.6162826886440556, - 1.3697235212840853, - 1.2069137451261862, - 1.2647541056305915, - 1.4903971649242442, - 1.7197415253653114, - 1.837664999571512 - ], - "relative wind angle": [ - 0.09900515932168351, - 0.19656956645925905, - 0.19742898524501243, - 0.05329045938552745, - 0.14101185740145783, - 0.21341896847026384, - 0.15686941917446404, - 0.034989875571672824 - ], - "resistance": [ - 96984.44566854037, - 96687.16213749896, - 96390.59423147327, - 96253.1156903813, - 96292.7838808585, - 96524.16994445074, - 96843.59159076473, - 97076.3103696494 - ], - "fuel": [ - 39.25387227662226, - 39.100510299869526, - 38.94784516853758, - 38.87718595777753, - 38.897566815655594, - 39.01656582337049, - 39.18116778927128, - 39.30132974922115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -64.84375, -56.5625 -64.6875, -56.40625 -64.6875, -56.40625 -64.84375, -56.5625 -64.84375))", @@ -32722,19 +24490,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 295.65057661602714, + 295.650576616026, 26.419867546957676, - -226.61036806135553, + -226.61036806135587, -330.9124750729238, -282.55745535693694, -66.61926984217132, - 214.56192204480055, + 214.56192204480033, 407.29591069908565 ], "relative wind speed": [ - 1.5927551584684763, + 1.592755158468476, 1.400702509121398, - 1.1494627554280326, + 1.1494627554280323, 0.9950253168808392, 1.0781493182077375, 1.3180695839449332, @@ -32742,13 +24510,13 @@ 1.645964630830789 ], "relative wind angle": [ - 0.1260128941763408, + 0.12601289417634257, 0.2346373830711103, - 0.2284900070159635, + 0.228490007015964, 0.04278266412862295, 0.1867507895041074, 0.24965089559293308, - 0.1696504403520181, + 0.16965044035201876, 0.02585814477800355 ], "resistance": [ @@ -32789,68 +24557,7 @@ "id": "857", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.899709475096215, - 4.899709475096215, - 4.899709475096215, - 4.899709475096215, - 4.899709475096215, - 4.899709475096215, - 4.899709475096215, - 4.899709475096215 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 367.6838467396542, - 100.39908001084473, - -188.51185548933404, - -346.7759687719155, - -331.02578910918896, - -136.7357516681891, - 161.35425238976052, - 403.93799406545554 - ], - "relative wind speed": [ - 1.6713039784601862, - 1.501354890883281, - 1.2439474351387059, - 1.0427011678132831, - 1.0691561756544132, - 1.2970294553238437, - 1.545621782639159, - 1.6879354818824182 - ], - "relative wind angle": [ - 0.09262176246834267, - 0.21726612197969977, - 0.24614484579739837, - 0.1008971475987257, - 0.14508782240315476, - 0.2521833595765449, - 0.19738721296144424, - 0.06226248084581762 - ], - "resistance": [ - 97002.18384673963, - 96734.89908001081, - 96445.98814451064, - 96287.72403122805, - 96303.47421089078, - 96497.76424833178, - 96795.85425238973, - 97038.43799406543 - ], - "fuel": [ - 39.107268972491184, - 38.96935013245743, - 38.820571166836814, - 38.739202390010576, - 38.747295898322434, - 38.84721119505771, - 39.0007795791535, - 39.12599657321698 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -65, -56.5625 -64.84375, -56.40625 -64.84375, -56.40625 -65, -56.5625 -65))", @@ -32882,13 +24589,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 233.4974449406593, + 233.49744494065908, -32.32556392270669, -254.55043977151024, -317.3040195560773, -243.54071554037068, -14.00107375801224, - 249.3986324075987, + 249.39863240759894, 395.026450906645 ], "relative wind speed": [ @@ -32902,13 +24609,13 @@ 1.654604387545098 ], "relative wind angle": [ - 0.1416091489089169, - 0.22458719610058028, - 0.18496829479676621, + 0.14160914890891768, + 0.2245871961005803, + 0.18496829479676682, 0.007846071287348247, - 0.19293997160465623, + 0.19293997160465626, 0.22196808394532902, - 0.13335445801773244, + 0.1333544580177316, 0.00494244310178187 ], "resistance": [ @@ -32949,68 +24656,7 @@ "id": "859", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.609438286189311, - 4.609438286189311, - 4.609438286189311, - 4.609438286189311, - 4.609438286189311, - 4.609438286189311, - 4.609438286189311, - 4.609438286189311 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 308.1826499994803, - 76.11582023599249, - -170.00144520083677, - -300.2091573813884, - -282.26203583370045, - -110.71850646489713, - 145.82954944854532, - 349.53988975105165 - ], - "relative wind speed": [ - 1.5598156175545672, - 1.4002095042380882, - 1.1646113258272561, - 0.9870131180477011, - 1.018850408631956, - 1.2290216679041774, - 1.4542219141834989, - 1.5801537965458914 - ], - "relative wind angle": [ - 0.09508187744600086, - 0.21395950995341953, - 0.23605787235378872, - 0.08915555492735042, - 0.1458636681470367, - 0.24432959476885416, - 0.1884084451188075, - 0.05564429106416212 - ], - "resistance": [ - 96942.68264999948, - 96710.615820236, - 96464.49855479917, - 96334.29084261862, - 96352.2379641663, - 96523.7814935351, - 96780.32954944855, - 96984.03988975105 - ], - "fuel": [ - 39.006244894313056, - 38.886534671894715, - 38.75979558396652, - 38.69283575885387, - 38.70206138778633, - 38.79030296732179, - 38.922475005155334, - 39.02759980664666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -64.21875, -56.25 -64.0625, -56.09375 -64.0625, -56.09375 -64.21875, -56.25 -64.21875))", @@ -33029,52 +24675,7 @@ "id": "860", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.049509015399671, - 14.049509015399671, - 14.049509015399671, - 14.049509015399671, - 14.049509015399671, - 14.049509015399671, - 14.049509015399671, - 14.049509015399671 - ], - "relative wind speed": [ - 0.2524214613976953, - 0.2524214613976953, - 0.2524214613976953, - 0.2524214613976953, - 0.2524214613976953, - 0.2524214613976953, - 0.2524214613976953, - 0.2524214613976953 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -64.21875, -56.09375 -64.0625, -55.9375 -64.0625, -55.9375 -64.21875, -56.09375 -64.21875))", @@ -33093,68 +24694,7 @@ "id": "861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.529752035891473, - 4.529752035891473, - 4.529752035891473, - 4.529752035891473, - 4.529752035891473, - 4.529752035891473, - 4.529752035891473, - 4.529752035891473 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 227.8670920890595, - 15.890190033457202, - -184.0016509515346, - -265.26885317598357, - -227.40666998245803, - -56.410374702002855, - 165.31085852691797, - 315.62588536142357 - ], - "relative wind speed": [ - 1.481828239882149, - 1.3203659489145387, - 1.1135787959085288, - 0.9903134429252645, - 1.0570105436799715, - 1.2528846646478937, - 1.4398015444031744, - 1.5272084031737005 - ], - "relative wind angle": [ - 0.1119197320175152, - 0.20482211412062426, - 0.1936431217928211, - 0.0348456343131807, - 0.15722036820062446, - 0.21602415453565973, - 0.1493892662936692, - 0.022592890622010083 - ], - "resistance": [ - 96862.3670920891, - 96650.3901900335, - 96450.4983490485, - 96369.23114682407, - 96407.09333001758, - 96578.08962529805, - 96799.81085852697, - 96950.12588536147 - ], - "fuel": [ - 38.94646442538762, - 38.837172894266, - 38.73426538171845, - 38.69247023907904, - 38.711939432323504, - 38.79993424552229, - 38.914194150171596, - 38.99176024276471 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -64.375, -56.25 -64.21875, -56.09375 -64.21875, -56.09375 -64.375, -56.25 -64.375))", @@ -33173,68 +24713,7 @@ "id": "862", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.811984661949053, - 4.811984661949053, - 4.811984661949053, - 4.811984661949053, - 4.811984661949053, - 4.811984661949053, - 4.811984661949053, - 4.811984661949053 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 250.58061373675832, - 23.98588375942859, - -194.3266037102842, - -287.4454384977012, - -250.7144248061769, - -70.00397613004532, - 169.43946337569582, - 335.7844266082534 - ], - "relative wind speed": [ - 1.5667994306464301, - 1.4052726699986369, - 1.1952896759789955, - 1.0660776326299293, - 1.1266623251124648, - 1.3226629100631442, - 1.5150944000951987, - 1.6086351145949687 - ], - "relative wind angle": [ - 0.10365690667028747, - 0.1943650298310334, - 0.18658051334276743, - 0.03954647450162557, - 0.14439430692524455, - 0.2066749551653961, - 0.14687218237982091, - 0.02620448070719565 - ], - "resistance": [ - 96885.08061373679, - 96658.48588375945, - 96440.17339628974, - 96347.05456150233, - 96383.78557519385, - 96564.49602386999, - 96803.93946337572, - 96970.28442660828 - ], - "fuel": [ - 39.024980373148225, - 38.9081391605105, - 38.795749310396026, - 38.74786458852064, - 38.76674901235404, - 38.85973032885872, - 38.98311882560695, - 39.06896425935955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -64.375, -56.09375 -64.21875, -55.9375 -64.21875, -55.9375 -64.375, -56.09375 -64.375))", @@ -33253,68 +24732,7 @@ "id": "863", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.129991337493222, - 5.129991337493222, - 5.129991337493222, - 5.129991337493222, - 5.129991337493222, - 5.129991337493222, - 5.129991337493222, - 5.129991337493222 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 277.4532077637215, - 31.918456927359784, - -208.6695304597639, - -314.94598187114195, - -278.34417583056415, - -84.29128453848728, - 177.31824129098743, - 362.42839536712756 - ], - "relative wind speed": [ - 1.6631062932602152, - 1.4995862619839941, - 1.2845641021822676, - 1.1491927068714223, - 1.2055578002160805, - 1.4037568148409603, - 1.6028684349403826, - 1.702541710154879 - ], - "relative wind angle": [ - 0.0971052384331726, - 0.18567808219502702, - 0.18023555128713603, - 0.04248745140625712, - 0.13415143088873904, - 0.1985172006780771, - 0.14416167441633015, - 0.028673758528216034 - ], - "resistance": [ - 96911.95320776373, - 96666.41845692736, - 96425.83046954023, - 96319.55401812885, - 96356.15582416943, - 96550.20871546151, - 96811.81824129098, - 96996.92839536713 - ], - "fuel": [ - 39.12039897461524, - 38.993775637664726, - 38.869920966183074, - 38.81527844523907, - 38.83409268557562, - 38.93392398261492, - 39.06873184920309, - 39.16427330084058 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -64.21875, -55.9375 -64.0625, -55.78125 -64.0625, -55.78125 -64.21875, -55.9375 -64.21875))", @@ -33333,52 +24751,7 @@ "id": "864", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 22.27331104195835, - 22.27331104195835, - 22.27331104195835, - 22.27331104195835, - 22.27331104195835, - 22.27331104195835, - 22.27331104195835, - 22.27331104195835 - ], - "relative wind speed": [ - 0.31782502810446983, - 0.31782502810446983, - 0.31782502810446983, - 0.31782502810446983, - 0.31782502810446983, - 0.31782502810446983, - 0.31782502810446983, - 0.31782502810446983 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -64.21875, -55.78125 -64.0625, -55.625 -64.0625, -55.625 -64.21875, -55.78125 -64.21875))", @@ -33397,68 +24770,7 @@ "id": "865", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.159157892491489, - 4.159157892491489, - 4.159157892491489, - 4.159157892491489, - 4.159157892491489, - 4.159157892491489, - 4.159157892491489, - 4.159157892491489 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 283.0795144589774, - 100.17174016313959, - -113.50004689232782, - -244.47035443333738, - -247.17220664033488, - -122.37192938837086, - 89.72455046531059, - 276.8627592344112 - ], - "relative wind speed": [ - 1.4292267858452148, - 1.2987873303072233, - 1.0835299528656088, - 0.8970245478873877, - 0.8916705551724532, - 1.0728080233538662, - 1.2898559708673076, - 1.4258725556046097 - ], - "relative wind angle": [ - 0.07420901170506004, - 0.2061291422881222, - 0.25181122920619736, - 0.1296459578932488, - 0.1191193288879891, - 0.25039362443255997, - 0.21086207513538904, - 0.08142265951409904 - ], - "resistance": [ - 96917.579514459, - 96734.67174016316, - 96520.99995310769, - 96390.02964556668, - 96387.32779335968, - 96512.12807061164, - 96724.22455046533, - 96911.36275923443 - ], - "fuel": [ - 38.89521988589397, - 38.800868411091585, - 38.69080522949119, - 38.62342588678658, - 38.622036556460095, - 38.686238961153066, - 38.795483072281755, - 38.892010980030854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -64.375, -55.9375 -64.21875, -55.78125 -64.21875, -55.78125 -64.375, -55.9375 -64.375))", @@ -33477,68 +24789,7 @@ "id": "866", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.844441449703, - 4.844441449703, - 4.844441449703, - 4.844441449703, - 4.844441449703, - 4.844441449703, - 4.844441449703, - 4.844441449703 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 290.8531817828415, - 62.561580500535, - -176.4885349563557, - -298.5329746637321, - -277.471127928863, - -105.74418154929754, - 145.4453498834415, - 339.57893834359186 - ], - "relative wind speed": [ - 1.6011213438126002, - 1.4474747890485888, - 1.2282210215970855, - 1.07110958896449, - 1.1059140546822772, - 1.3005584143070255, - 1.50934044405597, - 1.6246106310080526 - ], - "relative wind angle": [ - 0.08941446503110172, - 0.19269556053350398, - 0.20418547238406415, - 0.07008293728122354, - 0.12964299031453025, - 0.21478612362836796, - 0.16576119329392663, - 0.04618444636013846 - ], - "resistance": [ - 96925.35318178285, - 96697.06158050054, - 96458.01146504364, - 96335.96702533627, - 96357.02887207114, - 96528.7558184507, - 96779.94534988345, - 96974.07893834359 - ], - "fuel": [ - 39.053784407440546, - 38.936034730623284, - 38.81294381390127, - 38.7501830759732, - 38.761010067379516, - 38.84934911619664, - 38.97876261914578, - 39.07894159750374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -64.375, -55.78125 -64.21875, -55.625 -64.21875, -55.625 -64.375, -55.78125 -64.375))", @@ -33557,68 +24808,7 @@ "id": "867", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.626330576319754, - 4.626330576319754, - 4.626330576319754, - 4.626330576319754, - 4.626330576319754, - 4.626330576319754, - 4.626330576319754, - 4.626330576319754 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 353.6913358286803, - 172.6236024103507, - -78.46858986947291, - -262.7931785114015, - -296.92399859804823, - -192.05823721776244, - 39.25470159543761, - 274.85039346020824 - ], - "relative wind speed": [ - 1.581353254391923, - 1.47585603453115, - 1.2648954755434902, - 1.051096018159365, - 0.991329682938138, - 1.1424804684493048, - 1.3723891909366535, - 1.5422742350372332 - ], - "relative wind angle": [ - 0.034882271930122784, - 0.16870469979595246, - 0.23563118832419988, - 0.16226687745774301, - 0.055661095353804285, - 0.21863814768329573, - 0.21686697917433304, - 0.11032769220512803 - ], - "resistance": [ - 96988.19133582865, - 96807.12360241033, - 96556.0314101305, - 96371.70682148857, - 96337.57600140192, - 96442.44176278221, - 96673.7547015954, - 96909.35039346018 - ], - "fuel": [ - 39.03368266404767, - 38.94023216382868, - 38.81084337144662, - 38.71600950926616, - 38.69846328535668, - 38.75238725073724, - 38.871477434293425, - 38.99297723019461 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -63.90625, -55.625 -63.75, -55.46875 -63.75, -55.46875 -63.90625, -55.625 -63.90625))", @@ -33637,68 +24827,7 @@ "id": "868", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.2467634169038755, - 4.2467634169038755, - 4.2467634169038755, - 4.2467634169038755, - 4.2467634169038755, - 4.2467634169038755, - 4.2467634169038755, - 4.2467634169038755 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 293.0125480663669, - 151.41986517699524, - -54.051403521319, - -210.69820362212135, - -244.29492469895172, - -166.47304372244662, - 19.568455034600788, - 215.27583073339918 - ], - "relative wind speed": [ - 1.4453023265164842, - 1.3575856766195327, - 1.172492447213586, - 0.9789391225508961, - 0.9152704216153712, - 1.0409514351570037, - 1.2457448458432554, - 1.4029600685897021 - ], - "relative wind angle": [ - 0.025977359442731798, - 0.1583227767353487, - 0.22812177686482515, - 0.16516156952247144, - 0.04102771003711108, - 0.20709669898168623, - 0.2144912499114871, - 0.11497418906429514 - ], - "resistance": [ - 96927.51254806637, - 96785.919865177, - 96580.44859647869, - 96423.80179637788, - 96390.20507530106, - 96468.02695627755, - 96654.0684550346, - 96849.7758307334 - ], - "fuel": [ - 38.918380272152305, - 38.84532473095231, - 38.73944335113297, - 38.65882724108337, - 38.641549044697264, - 38.68157785794614, - 38.777362333519974, - 38.87826234002081 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -63.90625, -55.46875 -63.75, -55.3125 -63.75, -55.3125 -63.90625, -55.46875 -63.90625))", @@ -33717,68 +24846,7 @@ "id": "869", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.3225551784631095, - 4.3225551784631095, - 4.3225551784631095, - 4.3225551784631095, - 4.3225551784631095, - 4.3225551784631095, - 4.3225551784631095, - 4.3225551784631095 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 344.1768133061487, - 216.57929689553646, - -10.592313453385032, - -207.4400734490531, - -270.5186983579409, - -215.43598852339574, - -23.888688084629052, - 204.9906142786872 - ], - "relative wind speed": [ - 1.4974029005741762, - 1.429998784617411, - 1.2433111032247113, - 1.018500941490688, - 0.9040582059377021, - 1.0072934837295338, - 1.2303309257957409, - 1.42203815650419 - ], - "relative wind angle": [ - 0.004464592949950331, - 0.1438914553887543, - 0.2409431853151882, - 0.21220213756560177, - 0.007394803906493277, - 0.20500346434059222, - 0.2435363617302715, - 0.15142466768767326 - ], - "resistance": [ - 96978.67681330614, - 96851.07929689554, - 96623.90768654662, - 96427.05992655095, - 96363.98130164205, - 96419.0640114766, - 96610.61131191537, - 96839.4906142787 - ], - "fuel": [ - 38.96080621009672, - 38.89494393872913, - 38.77783424942616, - 38.676512161429415, - 38.64407464124645, - 38.67239952666119, - 38.77098575760766, - 38.88896518568508 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -64.0625, -55.625 -63.90625, -55.46875 -63.90625, -55.46875 -64.0625, -55.625 -64.0625))", @@ -33797,68 +24865,7 @@ "id": "870", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.1483600466658235, - 4.1483600466658235, - 4.1483600466658235, - 4.1483600466658235, - 4.1483600466658235, - 4.1483600466658235, - 4.1483600466658235, - 4.1483600466658235 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 334.0894891588423, - 183.38040498196563, - -42.949728565776695, - -221.00776453197767, - -264.7269807893226, - -186.73431911464166, - 14.016533909944428, - 233.19823796446622 - ], - "relative wind speed": [ - 1.4548450007740457, - 1.3652186202882026, - 1.1623812222370487, - 0.9374574864260323, - 0.8506351769626675, - 0.9880952886143708, - 1.2202557415370952, - 1.4004740774849518 - ], - "relative wind angle": [ - 0.020564818306213338, - 0.17288506555011046, - 0.26301783841583226, - 0.20686127130616902, - 0.03517687237912224, - 0.23997817049909678, - 0.2502690709516479, - 0.137921402015455 - ], - "resistance": [ - 96968.58948915884, - 96817.88040498196, - 96591.55027143423, - 96413.49223546802, - 96369.77301921068, - 96447.76568088536, - 96648.51653390995, - 96867.69823796446 - ], - "fuel": [ - 38.9193675057204, - 38.84158782644626, - 38.724939533798235, - 38.63330416480567, - 38.61082264964291, - 38.650933401526025, - 38.7542814267223, - 38.86728903591091 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -64.0625, -55.46875 -63.90625, -55.3125 -63.90625, -55.3125 -64.0625, -55.46875 -64.0625))", @@ -33877,68 +24884,7 @@ "id": "871", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.29527633819217, - 4.29527633819217, - 4.29527633819217, - 4.29527633819217, - 4.29527633819217, - 4.29527633819217, - 4.29527633819217, - 4.29527633819217 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 371.6646298312911, - 197.78562577262733, - -55.05638354733378, - -249.31572999854774, - -293.7921362262465, - -200.286503315834, - 26.41770431676514, - 269.19546071062007 - ], - "relative wind speed": [ - 1.5185474913248729, - 1.417429181276309, - 1.1966804321910767, - 0.955425015202231, - 0.8692690425861378, - 1.0259189382568477, - 1.276546550274867, - 1.465871137628919 - ], - "relative wind angle": [ - 0.02725856626346759, - 0.18373580921967236, - 0.2749089951500805, - 0.2113592555720646, - 0.047630771571159275, - 0.25518767669959097, - 0.2573055294053995, - 0.13716598615528755 - ], - "resistance": [ - 97006.16462983127, - 96832.28562577261, - 96579.44361645266, - 96385.18427000144, - 96340.70786377374, - 96434.21349668415, - 96660.91770431674, - 96903.6954607106 - ], - "fuel": [ - 38.9691970257594, - 38.87944273151904, - 38.749129401329206, - 38.64917083481796, - 38.62630470121381, - 38.67438618624436, - 38.79109470502826, - 38.91629003334745 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -63.90625, -55.3125 -63.75, -55.15625 -63.75, -55.15625 -63.90625, -55.3125 -63.90625))", @@ -33957,68 +24903,7 @@ "id": "872", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.241530870629896, - 4.241530870629896, - 4.241530870629896, - 4.241530870629896, - 4.241530870629896, - 4.241530870629896, - 4.241530870629896, - 4.241530870629896 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 380.827465357278, - 244.10707325292333, - -3.2424167241134683, - -218.35057028439905, - -290.33533217698704, - -231.1478187061404, - -24.504312422643807, - 225.43943322952362 - ], - "relative wind speed": [ - 1.508575124477853, - 1.4373795466968917, - 1.2341838144748674, - 0.9824675129142224, - 0.8479432770297792, - 0.9637150751082022, - 1.2130939861946541, - 1.4246277736031654 - ], - "relative wind angle": [ - 0.007259600411869787, - 0.1577699371765344, - 0.27095499512717025, - 0.24816955496440038, - 0.012915794237937645, - 0.23653818822852776, - 0.2757876202262712, - 0.17021482378603686 - ], - "resistance": [ - 97015.3274653573, - 96878.60707325295, - 96631.25758327592, - 96416.14942971563, - 96344.16466782305, - 96403.35218129389, - 96609.99568757738, - 96859.93943322955 - ], - "fuel": [ - 38.962635075291125, - 38.89204750532849, - 38.764519826420496, - 38.6538001171588, - 38.6167868248606, - 38.64721858897036, - 38.75356831032097, - 38.88241495920009 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -63.90625, -55.15625 -63.75, -55 -63.75, -55 -63.90625, -55.15625 -63.90625))", @@ -34037,68 +24922,7 @@ "id": "873", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.816860459481119, - 4.816860459481119, - 4.816860459481119, - 4.816860459481119, - 4.816860459481119, - 4.816860459481119, - 4.816860459481119, - 4.816860459481119 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 448.07125624351625, - 264.89415621607486, - -32.29192129973296, - -279.02564933701524, - -349.2028564710028, - -264.6955738703872, - -8.471498728884058, - 285.7060173000664 - ], - "relative wind speed": [ - 1.6835096614737055, - 1.5946989953336412, - 1.3714725124847011, - 1.1116142777309677, - 0.9926188879267601, - 1.1297929683026633, - 1.3923218681192826, - 1.6074236325527032 - ], - "relative wind angle": [ - 0.006395342543069557, - 0.1586178281009615, - 0.2546305905628406, - 0.21454156200891197, - 0.010846820286103365, - 0.22484050977846037, - 0.2507349824076761, - 0.14776790042585872 - ], - "resistance": [ - 97082.57125624357, - 96899.39415621612, - 96602.2080787003, - 96355.47435066303, - 96285.29714352904, - 96369.80442612966, - 96626.02850127115, - 96920.20601730011 - ], - "fuel": [ - 39.12817024523943, - 39.03356747262801, - 38.88034976975919, - 38.75339304489421, - 38.71732477354756, - 38.760760382335505, - 38.892618547643586, - 39.044309580339174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -64.0625, -55.3125 -63.90625, -55.15625 -63.90625, -55.15625 -64.0625, -55.3125 -64.0625))", @@ -34117,68 +24941,7 @@ "id": "874", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.349883582002404, - 4.349883582002404, - 4.349883582002404, - 4.349883582002404, - 4.349883582002404, - 4.349883582002404, - 4.349883582002404, - 4.349883582002404 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 436.8788154184838, - 253.00003709312125, - -32.72546084594535, - -263.8511762377112, - -327.55302387644355, - -238.58830054518944, - 9.241844267252418, - 290.0408725355601 - ], - "relative wind speed": [ - 1.5758302054629074, - 1.4788690564172753, - 1.2426954216028105, - 0.9651303753860432, - 0.8411817588741032, - 1.001885174001131, - 1.2831740634221107, - 1.503113750325967 - ], - "relative wind angle": [ - 0.013424712409921545, - 0.18686249408728473, - 0.3001218341171793, - 0.2564705963490029, - 0.02515111880621403, - 0.2777814182642521, - 0.2903739386786301, - 0.1636060321783639 - ], - "resistance": [ - 97071.37881541852, - 96887.50003709315, - 96601.77453915408, - 96370.64882376231, - 96306.94697612358, - 96395.91169945484, - 96643.74184426728, - 96924.5408725356 - ], - "fuel": [ - 39.01455965102902, - 38.9196023911477, - 38.77229987536221, - 38.653367907315385, - 38.6206233468061, - 38.66635792509311, - 38.793916607075076, - 38.938720614189066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -64.0625, -55.15625 -63.90625, -55 -63.90625, -55 -64.0625, -55.15625 -64.0625))", @@ -34197,68 +24960,7 @@ "id": "875", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.032368553104979, - 5.032368553104979, - 5.032368553104979, - 5.032368553104979, - 5.032368553104979, - 5.032368553104979, - 5.032368553104979, - 5.032368553104979 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 526.8612069674242, - 282.75063784918063, - -73.56446303669281, - -348.3618677609889, - -412.51231029762937, - -282.297342206861, - 36.20284649892267, - 379.1222470000806 - ], - "relative wind speed": [ - 1.7898742819166853, - 1.670024358024631, - 1.405803778624528, - 1.1142825505643121, - 1.0076499650575261, - 1.195837380562935, - 1.49757274719868, - 1.7255094304741119 - ], - "relative wind angle": [ - 0.026625496827388562, - 0.18696880019956005, - 0.282115137152599, - 0.21987931381298603, - 0.04730654568370458, - 0.26259676560341105, - 0.26439839318075503, - 0.1413200494429969 - ], - "resistance": [ - 97161.36120696741, - 96917.25063784917, - 96560.9355369633, - 96286.138132239, - 96221.98768970235, - 96352.20265779312, - 96670.70284649891, - 97013.62224700006 - ], - "fuel": [ - 39.22350645679451, - 39.09739038071466, - 38.91370355254468, - 38.772363226524895, - 38.73940830230653, - 38.806317445631194, - 38.97024021911595, - 39.147152841985935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -64.21875, -55.625 -64.0625, -55.46875 -64.0625, -55.46875 -64.21875, -55.625 -64.21875))", @@ -34277,68 +24979,7 @@ "id": "876", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4791351698663675, - 4.4791351698663675, - 4.4791351698663675, - 4.4791351698663675, - 4.4791351698663675, - 4.4791351698663675, - 4.4791351698663675, - 4.4791351698663675 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 360.1289512011558, - 180.86958419867278, - -70.88590602554268, - -258.25861195144927, - -295.5366094197938, - -193.90954207574134, - 36.12761665282642, - 274.1464675518214 - ], - "relative wind speed": [ - 1.5523809284157069, - 1.4472547483338307, - 1.2312487803731977, - 1.0065229124594268, - 0.9383357983919168, - 1.0935329491504986, - 1.332061206657607, - 1.5090633665114264 - ], - "relative wind angle": [ - 0.03345383433761061, - 0.17642846074714916, - 0.25225661113465025, - 0.18038999843443812, - 0.055363914760515165, - 0.2344291429551953, - 0.23279748996410377, - 0.11995344309367675 - ], - "resistance": [ - 96994.62895120117, - 96815.36958419869, - 96563.61409397447, - 96376.24138804857, - 96338.96339058022, - 96440.59045792428, - 96670.62761665284, - 96908.64646755184 - ], - "fuel": [ - 39.00331658123264, - 38.91079449611365, - 38.78105648959688, - 38.68465016569276, - 38.66548560687892, - 38.71774408658239, - 38.83617531113929, - 38.95892306549038 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -64.21875, -55.46875 -64.0625, -55.3125 -64.0625, -55.3125 -64.21875, -55.46875 -64.21875))", @@ -34357,68 +24998,7 @@ "id": "877", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.580291248276764, - 4.580291248276764, - 4.580291248276764, - 4.580291248276764, - 4.580291248276764, - 4.580291248276764, - 4.580291248276764, - 4.580291248276764 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 418.9001286849036, - 330.7082493951275, - 57.08723331048736, - -211.7360634803291, - -336.88101572333807, - -298.52767173664336, - -87.14573076996498, - 204.26303816872985 - ], - "relative wind speed": [ - 1.6209065701253051, - 1.5786870543341511, - 1.38522382180101, - 1.1149032568583845, - 0.9277073608289382, - 0.9978608324257121, - 1.252650797280143, - 1.4983223232195872 - ], - "relative wind angle": [ - 0.04240631854414073, - 0.12503622318856086, - 0.25330603840300103, - 0.2669102292780448, - 0.0741387578674113, - 0.19860422641014072, - 0.280804241697303, - 0.19754064273977093 - ], - "resistance": [ - 97053.40012868491, - 96965.20824939513, - 96691.58723331049, - 96422.76393651967, - 96297.61898427666, - 96335.97232826335, - 96547.35426923004, - 96838.76303816873 - ], - "fuel": [ - 39.05667620162571, - 39.01112303121334, - 38.86997556147382, - 38.73157430109436, - 38.66723627585844, - 38.68694784487885, - 38.79568508142593, - 38.94586161356308 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -64.375, -55.625 -64.21875, -55.46875 -64.21875, -55.46875 -64.375, -55.625 -64.375))", @@ -34437,68 +25017,7 @@ "id": "878", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.992756083115679, - 4.992756083115679, - 4.992756083115679, - 4.992756083115679, - 4.992756083115679, - 4.992756083115679, - 4.992756083115679, - 4.992756083115679 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 405.6700807459483, - 241.47520648202521, - -31.681664470663918, - -261.5277870853265, - -327.14084526296966, - -253.35428724790847, - -18.07315173498216, - 253.26782858658635 - ], - "relative wind speed": [ - 1.6930263657905518, - 1.6143289232592901, - 1.4145048629023185, - 1.1854005522413047, - 1.0807556058624004, - 1.1951205304878114, - 1.4260248762523957, - 1.6214797209989944 - ], - "relative wind angle": [ - 0.0034841054632437944, - 0.1371072884411517, - 0.21815413913242832, - 0.1800683531225254, - 0.005457940473042979, - 0.18568545630239866, - 0.21636365502827898, - 0.13130770098796604 - ], - "resistance": [ - 97040.1700807459, - 96875.97520648198, - 96602.81833552929, - 96372.97221291462, - 96307.35915473699, - 96381.14571275204, - 96616.42684826498, - 96887.76782858654 - ], - "fuel": [ - 39.1506004772443, - 39.065821281826345, - 38.92500370469239, - 38.80672874568359, - 38.773001434684744, - 38.81093132061549, - 38.93201258108023, - 39.07190685537284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -64.375, -55.46875 -64.21875, -55.3125 -64.21875, -55.3125 -64.375, -55.46875 -64.375))", @@ -34517,68 +25036,7 @@ "id": "879", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.130659390010886, - 5.130659390010886, - 5.130659390010886, - 5.130659390010886, - 5.130659390010886, - 5.130659390010886, - 5.130659390010886, - 5.130659390010886 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 479.413160779249, - 409.68264475531964, - 94.13562502296622, - -232.5617673406482, - -399.75955118541606, - -369.44318101202816, - -133.47203541373756, - 210.97216841739782 - ], - "relative wind speed": [ - 1.789149468895373, - 1.7589471723417711, - 1.5640147185475248, - 1.2795473676767783, - 1.0681930628120548, - 1.1172274103329547, - 1.3769350753231249, - 1.6446430540879746 - ], - "relative wind angle": [ - 0.053969369681948084, - 0.10667250348447863, - 0.23315318092357845, - 0.255811650407818, - 0.09047446541220366, - 0.16842046125923316, - 0.26554796350714355, - 0.19815444483723704 - ], - "resistance": [ - 97113.9131607793, - 97044.18264475536, - 96728.63562502302, - 96401.93823265939, - 96234.74044881463, - 96265.05681898801, - 96501.0279645863, - 96845.47216841744 - ], - "fuel": [ - 39.22489707315677, - 39.1888615326515, - 39.026018408450724, - 38.857811329054655, - 38.77187964361441, - 38.78745309106715, - 38.90878781705628, - 39.086270594235536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -64.21875, -55.3125 -64.0625, -55.15625 -64.0625, -55.15625 -64.21875, -55.3125 -64.21875))", @@ -34597,68 +25055,7 @@ "id": "880", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.596681059122461, - 4.596681059122461, - 4.596681059122461, - 4.596681059122461, - 4.596681059122461, - 4.596681059122461, - 4.596681059122461, - 4.596681059122461 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 486.6436037049367, - 344.4553804724404, - 31.483004406736313, - -254.9043804372866, - -369.45813044707353, - -307.6582356185471, - -56.15569021934664, - 267.07210504561215 - ], - "relative wind speed": [ - 1.6677626062810254, - 1.601545211641362, - 1.3752426505432702, - 1.0747491598652272, - 0.8874610569742363, - 1.002034018196853, - 1.2952709719135325, - 1.5536838423321828 - ], - "relative wind angle": [ - 0.025074950250970826, - 0.15451164309911003, - 0.28782116490718435, - 0.2883321553394523, - 0.0471346534074007, - 0.24852404108039997, - 0.3061498929779348, - 0.19799050379862346 - ], - "resistance": [ - 97121.14360370494, - 96978.95538047244, - 96665.98300440673, - 96379.59561956271, - 96265.04186955292, - 96326.84176438145, - 96578.34430978066, - 96901.5721050456 - ], - "fuel": [ - 39.09547693373034, - 39.022011829606825, - 38.86057185525549, - 38.71316452597317, - 38.654287666505034, - 38.686044714005, - 38.815430667190896, - 38.98206143611931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -64.21875, -55.15625 -64.0625, -55 -64.0625, -55 -64.21875, -55.15625 -64.21875))", @@ -34677,68 +25074,7 @@ "id": "881", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.172774529407601, - 5.172774529407601, - 5.172774529407601, - 5.172774529407601, - 5.172774529407601, - 5.172774529407601, - 5.172774529407601, - 5.172774529407601 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 593.6903607438336, - 296.7167061571914, - -108.80036497972878, - -405.5175495963875, - -462.8330092224329, - -292.63771372838505, - 78.73477222588735, - 462.0830473382515 - ], - "relative wind speed": [ - 1.8683652386013865, - 1.722677315834554, - 1.4238655978699082, - 1.1049377308210155, - 1.0102176839319115, - 1.2424617898558592, - 1.5760505045668236, - 1.813957288568525 - ], - "relative wind angle": [ - 0.04252736192204031, - 0.21057445144455292, - 0.3066319540429929, - 0.22613608379954755, - 0.07871053512182347, - 0.29402754192307334, - 0.27620093249887534, - 0.13700369995736175 - ], - "resistance": [ - 97228.19036074384, - 96931.21670615721, - 96525.69963502028, - 96228.98245040362, - 96171.66699077758, - 96341.86228627163, - 96713.2347722259, - 97096.58304733827 - ], - "fuel": [ - 39.29529410196799, - 39.14182246158312, - 38.93278718241456, - 38.78022355944685, - 38.750791316583275, - 38.83822458447716, - 39.02938143256123, - 39.22724087627235 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -64.375, -55.3125 -64.21875, -55.15625 -64.21875, -55.15625 -64.375, -55.3125 -64.375))", @@ -34757,68 +25093,7 @@ "id": "882", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.174973867364521, - 5.174973867364521, - 5.174973867364521, - 5.174973867364521, - 5.174973867364521, - 5.174973867364521, - 5.174973867364521, - 5.174973867364521 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 577.5268539570584, - 387.6276753918355, - 13.284743973589798, - -320.3510456009142, - -442.116780448518, - -359.7742681030775, - -52.21032366448617, - 330.04325968594003 - ], - "relative wind speed": [ - 1.849735179343557, - 1.7694139474114254, - 1.5220043991664158, - 1.2064649784950907, - 1.0258330983807007, - 1.1588908758551884, - 1.4687941953699863, - 1.7373243897152102 - ], - "relative wind angle": [ - 0.014963140058888531, - 0.15421033780405943, - 0.2741389624524062, - 0.2606553105432352, - 0.026983115094215693, - 0.236723560050705, - 0.28434154343818613, - 0.1799357667384498 - ], - "resistance": [ - 97212.02685395704, - 97022.12767539182, - 96647.78474397358, - 96314.14895439908, - 96192.38321955147, - 96274.7257318969, - 96582.2896763355, - 96964.54325968593 - ], - "fuel": [ - 39.28752598575993, - 39.18936245906582, - 38.99624842844854, - 38.82457364936619, - 38.76202135440314, - 38.80431549983611, - 38.96251477953552, - 39.159622181867384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -64.375, -55.15625 -64.21875, -55 -64.21875, -55 -64.375, -55.15625 -64.375))", @@ -34837,68 +25112,7 @@ "id": "883", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.335096429034942, - 5.335096429034942, - 5.335096429034942, - 5.335096429034942, - 5.335096429034942, - 5.335096429034942, - 5.335096429034942, - 5.335096429034942 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 630.4779677264088, - 427.9464915156765, - 20.58514373335902, - -344.247679277628, - -480.19768977710174, - -392.3175689855625, - -59.27097734101528, - 357.6219564706947 - ], - "relative wind speed": [ - 1.9178173810309525, - 1.835369049465771, - 1.5761214686483163, - 1.2421123723676426, - 1.04692040086546, - 1.1855320683118726, - 1.5132438497474854, - 1.7975602040387806 - ], - "relative wind angle": [ - 0.01708752357862186, - 0.15581357095804918, - 0.279996643528562, - 0.26987622896083896, - 0.03130563517753741, - 0.24261954912557118, - 0.2919657013908055, - 0.1852871109339908 - ], - "resistance": [ - 97264.97796772642, - 97062.44649151567, - 96655.08514373336, - 96290.25232072237, - 96154.3023102229, - 96242.18243101444, - 96575.22902265898, - 96992.1219564707 - ], - "fuel": [ - 39.358979638257736, - 39.25425102269579, - 39.04406753706481, - 38.856351357392725, - 38.78652813242323, - 38.83165505012468, - 39.00293710111039, - 39.217922048866285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -64.53125, -56.25 -64.375, -56.09375 -64.375, -56.09375 -64.53125, -56.25 -64.53125))", @@ -34917,68 +25131,7 @@ "id": "884", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8952763034594335, - 5.8952763034594335, - 5.8952763034594335, - 5.8952763034594335, - 5.8952763034594335, - 5.8952763034594335, - 5.8952763034594335, - 5.8952763034594335 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 343.4552441097692, - 28.239037204901933, - -274.99737522131375, - -402.6152299447283, - -350.91745695543034, - -98.44550887803462, - 234.4450757338543, - 463.65799051738236 - ], - "relative wind speed": [ - 1.8969430138684849, - 1.7117283733517608, - 1.4740735369339544, - 1.3306165682025788, - 1.3995176120126969, - 1.6208110068915211, - 1.8396058142735887, - 1.9458935974566964 - ], - "relative wind angle": [ - 0.09763603913289041, - 0.18078131664499464, - 0.17064933974825727, - 0.034769201301741055, - 0.13251579748603803, - 0.19104375934493115, - 0.1365018693047834, - 0.023772888496027943 - ], - "resistance": [ - 96977.95524410976, - 96662.7390372049, - 96359.50262477869, - 96231.88477005527, - 96283.58254304457, - 96536.05449112196, - 96868.94507573385, - 97098.15799051739 - ], - "fuel": [ - 39.37803132541288, - 39.21543640888804, - 39.0593698311507, - 38.99379109507088, - 39.020349625659236, - 39.15019410490686, - 39.32175984642764, - 39.44013171852299 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -64.53125, -56.09375 -64.375, -55.9375 -64.375, -55.9375 -64.53125, -56.09375 -64.53125))", @@ -34997,68 +25150,7 @@ "id": "885", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.381136750156437, - 5.381136750156437, - 5.381136750156437, - 5.381136750156437, - 5.381136750156437, - 5.381136750156437, - 5.381136750156437, - 5.381136750156437 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 366.441633478296, - 127.91928230626979, - -156.44373984277263, - -332.4241592973983, - -337.9906991641466, - -175.29091757726167, - 105.87496066039864, - 353.5410462403771 - ], - "relative wind speed": [ - 1.7740415931408933, - 1.6382021674499125, - 1.417061344864009, - 1.2312903419451642, - 1.2230882130064165, - 1.3998078473674576, - 1.623300802649131, - 1.7683586866983934 - ], - "relative wind angle": [ - 0.059149991413659626, - 0.16522602352381133, - 0.1961500250568888, - 0.09853619349815716, - 0.0858501453651254, - 0.1936951480906105, - 0.17096502252096493, - 0.06855246696583268 - ], - "resistance": [ - 97000.94163347832, - 96762.41928230629, - 96478.05626015725, - 96302.07584070262, - 96296.50930083587, - 96459.20908242275, - 96740.37496066041, - 96988.0410462404 - ], - "fuel": [ - 39.23545792744094, - 39.112368821563535, - 38.96590034524627, - 38.87540783513489, - 38.87254729369395, - 38.95620325465736, - 39.10100356892032, - 39.22879518317389 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -64.6875, -56.25 -64.53125, -56.09375 -64.53125, -56.09375 -64.6875, -56.25 -64.6875))", @@ -35077,68 +25169,7 @@ "id": "886", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.932233623211837, - 5.932233623211837, - 5.932233623211837, - 5.932233623211837, - 5.932233623211837, - 5.932233623211837, - 5.932233623211837, - 5.932233623211837 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 386.97349672444034, - 47.617078039274475, - -285.6290784686704, - -434.185032367653, - -384.34070620578075, - -116.94579216026409, - 244.96767074215222, - 502.5673921820064 - ], - "relative wind speed": [ - 1.9338896013307239, - 1.7395041418660238, - 1.481990202677381, - 1.3180085092191598, - 1.3846992634484065, - 1.6221733510203564, - 1.8603833152062832, - 1.979943082504028 - ], - "relative wind angle": [ - 0.09938150653271924, - 0.19156549643638587, - 0.18767541315921993, - 0.04541748308972698, - 0.13901651416128522, - 0.2056129229026036, - 0.1491797440149324, - 0.030227720196592988 - ], - "resistance": [ - 97021.47349672443, - 96682.11707803926, - 96348.87092153131, - 96200.31496763234, - 96250.1592937942, - 96517.55420783973, - 96879.46767074213, - 97137.067392182 - ], - "fuel": [ - 39.41228062181802, - 39.23719398265331, - 39.065676877646325, - 38.989350385865166, - 39.01495072394687, - 39.15244414394386, - 39.33896237632843, - 39.47201766973019 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -64.6875, -56.09375 -64.53125, -55.9375 -64.53125, -55.9375 -64.6875, -56.09375 -64.6875))", @@ -35157,68 +25188,7 @@ "id": "887", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.735953597475306, - 5.735953597475306, - 5.735953597475306, - 5.735953597475306, - 5.735953597475306, - 5.735953597475306, - 5.735953597475306, - 5.735953597475306 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 428.8988563201224, - 131.8077627088303, - -206.1124624122764, - -403.03745152642443, - -397.47702030862104, - -187.4136353166964, - 153.7083283052243, - 441.762431802686 - ], - "relative wind speed": [ - 1.9028386777438062, - 1.741254905786306, - 1.4897180365311746, - 1.2879217295680114, - 1.295669643365054, - 1.5058506603679676, - 1.7550769299062716, - 1.9080913177209482 - ], - "relative wind angle": [ - 0.07105931561516743, - 0.1795682941347407, - 0.20599918801872064, - 0.09325829291528596, - 0.10446078482172053, - 0.20802254250117072, - 0.17450338841821197, - 0.06289765691393703 - ], - "resistance": [ - 97063.39885632013, - 96766.30776270884, - 96428.38753758773, - 96231.46254847357, - 96237.02297969138, - 96447.0863646833, - 96788.20832830522, - 97076.26243180268 - ], - "fuel": [ - 39.37244682849743, - 39.21909673761635, - 39.04507103111824, - 38.94385249055635, - 38.94670854695476, - 39.054689643890214, - 39.23038998234009, - 39.3790940635554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -64.53125, -55.9375 -64.375, -55.78125 -64.375, -55.78125 -64.53125, -55.9375 -64.53125))", @@ -35250,9 +25220,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 392.76360521615254, + 392.7636052161507, 172.05094375563556, - -116.37939292962642, + -116.37939292962687, -315.8171009953378, -342.3152789046992, -205.17319810281867, @@ -35260,9 +25230,9 @@ 331.49207245306627 ], "relative wind speed": [ - 1.7294148688525588, + 1.7294148688525584, 1.6070918684861522, - 1.3821646463188924, + 1.3821646463188921, 1.16946256471937, 1.1280348618717093, 1.2963773233329587, @@ -35270,12 +25240,12 @@ 1.701674395390091 ], "relative wind angle": [ - 0.04486427851735556, + 0.04486427851735804, 0.16741350435301386, - 0.21964824030467706, - 0.13560839023912077, - 0.06881362892939577, - 0.20806898533536047, + 0.21964824030467756, + 0.1356083902391208, + 0.06881362892939578, + 0.20806898533536045, 0.19761176703988687, 0.09304463469779457 ], @@ -35330,9 +25300,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 430.1802729136813, + 430.18027291367514, 219.63609927105347, - -83.72948885441338, + -83.7294888544136, -313.48483122569735, -361.39398979671967, -244.41712682969387, @@ -35340,9 +25310,9 @@ 319.2803576166606 ], "relative wind speed": [ - 1.767252411379635, + 1.7672524113796348, 1.6599492685584147, - 1.4363561424685525, + 1.436356142468552, 1.2049027356116202, 1.1311738781444323, 1.2834733553665356, @@ -35350,17 +25320,17 @@ 1.7178314311477374 ], "relative wind angle": [ - 0.027008516210167886, - 0.15652424440489326, - 0.2234007656027994, + 0.02700851621018022, + 0.15652424440489324, + 0.2234007656027989, 0.15941684407332493, 0.04220326673868374, - 0.20300267457519477, + 0.2030026745751948, 0.20957515953078837, - 0.11157478096147087 + 0.11157478096147086 ], "resistance": [ - 97064.68027291367, + 97064.68027291365, 96854.13609927104, 96550.77051114557, 96321.01516877429, @@ -35397,68 +25367,7 @@ "id": "890", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.182665169650361, - 5.182665169650361, - 5.182665169650361, - 5.182665169650361, - 5.182665169650361, - 5.182665169650361, - 5.182665169650361, - 5.182665169650361 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 414.80106626951294, - 170.5761870864552, - -136.688487155855, - -341.27516630946513, - -361.7349657660101, - -204.76213647928193, - 90.65960815836229, - 367.58038053108714 - ], - "relative wind speed": [ - 1.7580679528854628, - 1.622092419894282, - 1.381318478705659, - 1.1597332011926136, - 1.1277577733473223, - 1.3158482829071532, - 1.5667162419195364, - 1.7371411642004586 - ], - "relative wind angle": [ - 0.054013414153818017, - 0.18004235266697322, - 0.2307168994140328, - 0.13513390347351642, - 0.08426055017648218, - 0.22258072091835396, - 0.20300661803777154, - 0.09006415943755439 - ], - "resistance": [ - 97049.30106626955, - 96805.07618708648, - 96497.81151284417, - 96293.22483369056, - 96272.76503423402, - 96429.73786352074, - 96725.15960815838, - 97002.08038053112 - ], - "fuel": [ - 39.20547847949321, - 39.079405235921826, - 38.92110499627758, - 38.81589844767912, - 38.805385777541936, - 38.886081548148596, - 39.03819906638817, - 39.181085010488204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -64.6875, -55.78125 -64.53125, -55.625 -64.53125, -55.625 -64.6875, -55.78125 -64.6875))", @@ -35477,68 +25386,7 @@ "id": "891", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.4056955508147855, - 5.4056955508147855, - 5.4056955508147855, - 5.4056955508147855, - 5.4056955508147855, - 5.4056955508147855, - 5.4056955508147855, - 5.4056955508147855 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 396.3718631738798, - 152.19756666334024, - -148.77508703243439, - -343.36229592814163, - -357.44254049534743, - -196.2208511047587, - 96.6497812823277, - 363.7788370078731 - ], - "relative wind speed": [ - 1.798188968358168, - 1.6634712109051928, - 1.4341769249757639, - 1.232368781811965, - 1.2115998454647179, - 1.390798792760747, - 1.626220864250057, - 1.7840193208231891 - ], - "relative wind angle": [ - 0.05444378466238455, - 0.16732272689081426, - 0.20641742267924792, - 0.11275066050169787, - 0.08085057430162478, - 0.2005359721430788, - 0.18175013187985334, - 0.0777996900269887 - ], - "resistance": [ - 97030.8718631739, - 96786.69756666337, - 96485.72491296759, - 96291.1377040719, - 96277.05745950468, - 96438.27914889526, - 96731.14978128235, - 96998.2788370079 - ], - "fuel": [ - 39.257899610490796, - 39.131869200099715, - 38.976827617336816, - 38.87676832255101, - 38.869533542518596, - 38.95241739445052, - 39.10322922109327, - 39.24106391011668 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -64.84375, -56.25 -64.6875, -56.09375 -64.6875, -56.09375 -64.84375, -56.25 -64.84375))", @@ -35557,68 +25405,7 @@ "id": "892", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.399543161209257, - 5.399543161209257, - 5.399543161209257, - 5.399543161209257, - 5.399543161209257, - 5.399543161209257, - 5.399543161209257, - 5.399543161209257 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 402.54917696922814, - 94.26152476552227, - -230.54465290974144, - -399.7608303515541, - -373.73937556362864, - -144.1452203101045, - 195.7416695949545, - 462.5829983301329 - ], - "relative wind speed": [ - 1.8134865549552135, - 1.630595599211641, - 1.364164361144875, - 1.167235309678761, - 1.2063754529886297, - 1.4440336597214338, - 1.697978449321146, - 1.8389227690188554 - ], - "relative wind angle": [ - 0.09408965767503642, - 0.20789830292408423, - 0.2259304433126082, - 0.08200293094154354, - 0.14170566249562108, - 0.23523371645494084, - 0.18095937713520333, - 0.05201556442705381 - ], - "resistance": [ - 97037.04917696923, - 96728.76152476552, - 96403.95534709026, - 96234.73916964844, - 96260.76062443637, - 96490.3547796899, - 96830.24166959495, - 97097.08299833014 - ], - "fuel": [ - 39.25933824624711, - 39.10024545501171, - 38.933010812553235, - 38.846041134436135, - 38.85940808598629, - 38.97745741338105, - 39.15257554937031, - 39.29036002385392 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -64.84375, -56.09375 -64.6875, -55.9375 -64.6875, -55.9375 -64.84375, -56.09375 -64.84375))", @@ -35637,68 +25424,7 @@ "id": "893", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.1731661658386425, - 5.1731661658386425, - 5.1731661658386425, - 5.1731661658386425, - 5.1731661658386425, - 5.1731661658386425, - 5.1731661658386425, - 5.1731661658386425 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 395.6956585561859, - 97.41710737319136, - -218.01560607441672, - -384.4135325288822, - -360.7726415809053, - -140.12135592505183, - 189.07269322123375, - 450.14619956373576 - ], - "relative wind speed": [ - 1.7563327693625934, - 1.5738513868422468, - 1.3044468541153056, - 1.101208154767735, - 1.138703470420366, - 1.379979058688572, - 1.63699993740774, - 1.7800817369315662 - ], - "relative wind angle": [ - 0.09704715924918494, - 0.2179422429489539, - 0.24079432644833798, - 0.09059661306546946, - 0.15001240095285007, - 0.2491680072199976, - 0.19119127558381258, - 0.055998214231178185 - ], - "resistance": [ - 97030.1956585562, - 96731.9171073732, - 96416.4843939256, - 96250.08646747113, - 96273.72735841911, - 96494.37864407497, - 96823.57269322124, - 97084.64619956375 - ], - "fuel": [ - 39.193042517145976, - 39.039117005466395, - 38.876699322344784, - 38.7911694712109, - 38.80331479717342, - 38.91677298722828, - 39.08638028700979, - 39.221177245457966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -65, -56.25 -64.84375, -56.09375 -64.84375, -56.09375 -65, -56.25 -65))", @@ -35717,68 +25443,7 @@ "id": "894", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.912706581799518, - 4.912706581799518, - 4.912706581799518, - 4.912706581799518, - 4.912706581799518, - 4.912706581799518, - 4.912706581799518, - 4.912706581799518 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 347.5405473574467, - 73.25189818612989, - -208.39193079050335, - -349.33468400578556, - -320.45465714088596, - -113.1791498124735, - 185.2771991552038, - 414.0838937231663 - ], - "relative wind speed": [ - 1.6633589254457701, - 1.4835723058097867, - 1.2261747379277852, - 1.0406208195034163, - 1.0888239826763837, - 1.323372129654241, - 1.5648629627475679, - 1.6939329650630826 - ], - "relative wind angle": [ - 0.1043010972731115, - 0.2224370360155219, - 0.2384996855985769, - 0.07924653610930868, - 0.15972676574309883, - 0.24990589306452202, - 0.18618764892328402, - 0.04865116666775562 - ], - "resistance": [ - 96982.04054735748, - 96707.75189818616, - 96426.10806920953, - 96285.16531599425, - 96314.04534285914, - 96521.32085018755, - 96819.77719915523, - 97048.58389372319 - ], - "fuel": [ - 39.10014327552699, - 38.95863456806537, - 38.81362254910813, - 38.741165136257955, - 38.75600607923745, - 38.86261242485813, - 39.0163959052138, - 39.13451595950026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -65, -56.09375 -64.84375, -55.9375 -64.84375, -55.9375 -65, -56.09375 -65))", @@ -35797,68 +25462,7 @@ "id": "895", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.052765444032282, - 5.052765444032282, - 5.052765444032282, - 5.052765444032282, - 5.052765444032282, - 5.052765444032282, - 5.052765444032282, - 5.052765444032282 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 320.7728333425108, - 60.002804841837246, - -206.14735870306788, - -336.07587688910303, - -306.4957996576736, - -107.14702512512451, - 176.08489856782137, - 389.15951763482565 - ], - "relative wind speed": [ - 1.675463645167003, - 1.5056306679676104, - 1.2684860981441106, - 1.1040596231099036, - 1.1511370350680308, - 1.365785924461416, - 1.5884703077478806, - 1.706853024838382 - ], - "relative wind angle": [ - 0.09734109720003664, - 0.20181927123646115, - 0.20964260732345455, - 0.0648286677733129, - 0.14193099242537133, - 0.2228156819954736, - 0.16696288292943087, - 0.04191663719980204 - ], - "resistance": [ - 96955.27283334246, - 96694.50280484179, - 96428.3526412969, - 96298.42412311085, - 96328.00420034229, - 96527.35297487483, - 96810.58489856777, - 97023.65951763478 - ], - "fuel": [ - 39.12234614361031, - 38.98783126484705, - 38.8508020319789, - 38.78400319144905, - 38.79920537603216, - 38.90174224340582, - 39.04767947713871, - 39.15766441894384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -64.84375, -55.9375 -64.6875, -55.78125 -64.6875, -55.78125 -64.84375, -55.9375 -64.84375))", @@ -35877,68 +25481,7 @@ "id": "896", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.370277251551139, - 5.370277251551139, - 5.370277251551139, - 5.370277251551139, - 5.370277251551139, - 5.370277251551139, - 5.370277251551139, - 5.370277251551139 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 420.6150278521193, - 139.49694000407658, - -184.91671145492342, - -379.17303345894175, - -378.7513193600108, - -183.5145218927222, - 141.1432243279985, - 421.58795438442644 - ], - "relative wind speed": [ - 1.8114988657027953, - 1.6521211724737692, - 1.3965427744536358, - 1.1834014395114458, - 1.1840379319779917, - 1.3978446252245387, - 1.653221776993811, - 1.8119147324770752 - ], - "relative wind angle": [ - 0.07248437620802943, - 0.19214824413387496, - 0.22751273438459868, - 0.11005039865284809, - 0.11102713173269875, - 0.22766798963979934, - 0.1917075141359968, - 0.07179300192017522 - ], - "resistance": [ - 97055.11502785214, - 96773.99694000409, - 96449.5832885451, - 96255.32696654108, - 96255.74868064, - 96450.9854781073, - 96775.64322432801, - 97056.08795438443 - ], - "fuel": [ - 39.26036918874311, - 39.11526422650758, - 38.94817684282139, - 38.84831369932785, - 38.84853034170935, - 38.94889818980915, - 39.116113134477295, - 39.26087189568571 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -64.84375, -55.78125 -64.6875, -55.625 -64.6875, -55.625 -64.84375, -55.78125 -64.84375))", @@ -35957,68 +25500,7 @@ "id": "897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.169902886744105, - 5.169902886744105, - 5.169902886744105, - 5.169902886744105, - 5.169902886744105, - 5.169902886744105, - 5.169902886744105, - 5.169902886744105 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 398.1400373053589, - 167.22304702731458, - -127.58273059634655, - -326.60610754521633, - -348.8939470490627, - -202.12836332833854, - 79.8082653325564, - 346.63415010443896 - ], - "relative wind speed": [ - 1.7425728040574047, - 1.6138420374087368, - 1.3832883842614818, - 1.169760630389247, - 1.1350706019706938, - 1.3116627337814457, - 1.5528871481424071, - 1.7194782105307267 - ], - "relative wind angle": [ - 0.04976830392516722, - 0.17217483070643072, - 0.22181924702803824, - 0.13194385036446638, - 0.07644774913264163, - 0.21238834247548538, - 0.197253490939232, - 0.0896210759440779 - ], - "resistance": [ - 97032.64003730535, - 96801.7230470273, - 96506.91726940364, - 96307.89389245477, - 96285.60605295093, - 96432.37163667164, - 96714.30826533254, - 96981.13415010442 - ], - "fuel": [ - 39.19342535116234, - 39.07423047609025, - 38.92234580251172, - 38.81999132005433, - 38.808538224190414, - 38.88399093297285, - 39.02916043253949, - 39.1668218178113 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65, -55.9375 -64.84375, -55.78125 -64.84375, -55.78125 -65, -55.9375 -65))", @@ -36050,34 +25532,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 434.25253826671826, + 434.252538266716, 180.3339235642278, - -140.41392988988719, + -140.4139298898874, -355.0122176327268, -377.4369370546066, -214.96096202232707, - 92.80020784942246, + 92.80020784942224, 382.50563823088885 ], "relative wind speed": [ - 1.7922146523755986, + 1.7922146523755984, 1.6538854221509771, 1.4075023480084332, 1.1794297460667327, 1.144958893746806, 1.3370217795369606, 1.5943341459400677, - 1.7697202328765582 + 1.7697202328765584 ], "relative wind angle": [ - 0.053415342609070014, + 0.05341534260907417, 0.18056408887732683, - 0.23253539614216998, + 0.23253539614217092, 0.13752599902190155, - 0.08366935899173263, - 0.22401351974073885, - 0.20487084524227486, - 0.09149313086744074 + 0.08366935899173261, + 0.22401351974073883, + 0.20487084524227542, + 0.09149313086744196 ], "resistance": [ 97068.75253826674, @@ -36130,9 +25612,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 458.8972805291652, + 458.8972805291604, 263.57696655688517, - -46.29698002018142, + -46.29698002018131, -299.33196934225373, -367.2777741404233, -273.09025283238475, @@ -36150,17 +25632,17 @@ 1.68280076462726 ], "relative wind angle": [ - 0.010609083745429765, + 0.01060908374544023, 0.15281809962677198, - 0.23811887068723495, - 0.19248582110075857, + 0.23811887068723447, + 0.1924858211007586, 0.01729129511033018, 0.20960141911965777, 0.2321597562195076, - 0.1349840643832069 + 0.13498406438320693 ], "resistance": [ - 97093.39728052917, + 97093.39728052916, 96898.07696655688, 96588.20301997982, 96335.16803065775, @@ -36170,7 +25652,7 @@ 96936.05900856589 ], "fuel": [ - 39.20428300281065, + 39.20428300281064, 39.10340534827111, 38.943655102172784, 38.81347221927573, @@ -36197,68 +25679,7 @@ "id": "900", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.176339591645527, - 5.176339591645527, - 5.176339591645527, - 5.176339591645527, - 5.176339591645527, - 5.176339591645527, - 5.176339591645527, - 5.176339591645527 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 457.6652007642258, - 270.217227751456, - -37.303174335167796, - -293.9498555575691, - -366.34329347022685, - -280.4385315911409, - -14.819510086341552, - 289.7444049478456 - ], - "relative wind speed": [ - 1.7700582664709514, - 1.6835040820148388, - 1.4665678822196695, - 1.2179154660107077, - 1.105753383373627, - 1.2335359003222184, - 1.4849159768775086, - 1.6948388505094791 - ], - "relative wind angle": [ - 0.005319432124936658, - 0.1439656703255638, - 0.22847042085056976, - 0.18849563012297807, - 0.00851525695595492, - 0.197076573082864, - 0.22559815513434525, - 0.13506299703578997 - ], - "resistance": [ - 97092.16520076423, - 96904.71722775146, - 96597.19682566483, - 96340.55014444243, - 96268.15670652977, - 96354.06146840887, - 96619.68048991366, - 96924.24440494785 - ], - "fuel": [ - 39.22591958854973, - 39.129105898888426, - 38.97056003763262, - 38.83851212644866, - 38.80130912009874, - 38.84545775879342, - 38.98213983908388, - 39.139185253069904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -64.53125, -55.46875 -64.375, -55.3125 -64.375, -55.3125 -64.53125, -55.46875 -64.53125))", @@ -36277,68 +25698,7 @@ "id": "901", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.061915403986292, - 5.061915403986292, - 5.061915403986292, - 5.061915403986292, - 5.061915403986292, - 5.061915403986292, - 5.061915403986292, - 5.061915403986292 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 486.76349779849636, - 413.4199468691696, - 94.3326449163826, - -234.10939550294427, - -401.1645270282935, - -369.25163619025, - -130.31820041501942, - 216.87538389256827 - ], - "relative wind speed": [ - 1.7787015844492637, - 1.7468033915001417, - 1.547661337620361, - 1.2569386423264732, - 1.040608874217587, - 1.0933087702320496, - 1.3606581273993368, - 1.63301910737419 - ], - "relative wind angle": [ - 0.05439130983783172, - 0.11085246135867884, - 0.2413966734525927, - 0.26565061458219114, - 0.09305890452113462, - 0.17768235936746593, - 0.27538174547251376, - 0.20347661222307045 - ], - "resistance": [ - 97121.26349779847, - 97047.91994686914, - 96728.83264491636, - 96400.39060449702, - 96233.33547297168, - 96265.24836380972, - 96504.18179958496, - 96851.37538389253 - ], - "fuel": [ - 39.21050055768927, - 39.17259634942247, - 39.00792386984753, - 38.838819346730176, - 38.75296189547642, - 38.769355399760805, - 38.8922148019672, - 39.07112011101381 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -64.6875, -55.625 -64.53125, -55.46875 -64.53125, -55.46875 -64.6875, -55.625 -64.6875))", @@ -36357,68 +25717,7 @@ "id": "902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.393810903014787, - 5.393810903014787, - 5.393810903014787, - 5.393810903014787, - 5.393810903014787, - 5.393810903014787, - 5.393810903014787, - 5.393810903014787 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 430.3367930322787, - 210.0451194775743, - -98.75599660278283, - -326.7292404269243, - -369.2832909401825, - -242.2177380941448, - 42.07236969729706, - 331.743475599878 - ], - "relative wind speed": [ - 1.8101627440304089, - 1.6983116844658093, - 1.4750583409838351, - 1.2515199630305347, - 1.1886175770518546, - 1.3435915773624163, - 1.5854664282306126, - 1.767257391125687 - ], - "relative wind angle": [ - 0.03115271173600793, - 0.1535667171897253, - 0.21243498482950407, - 0.14436083038999134, - 0.04745304480529052, - 0.19457304451015622, - 0.1974385837555182, - 0.10205445712335025 - ], - "resistance": [ - 97064.83679303233, - 96844.54511947763, - 96535.74400339727, - 96307.77075957312, - 96265.21670905987, - 96392.2822619059, - 96676.57236969734, - 96966.24347559993 - ], - "fuel": [ - 39.27206477642048, - 39.15832373685933, - 38.999187465407005, - 38.881932363128456, - 38.86006665363653, - 38.92537720877269, - 39.07171735349329, - 39.22113673190398 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -64.6875, -55.46875 -64.53125, -55.3125 -64.53125, -55.3125 -64.6875, -55.46875 -64.6875))", @@ -36450,34 +25749,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 478.9233121343409, + 478.9233121343382, 410.52610783838554, 88.76822722136103, -248.22232608098102, - -420.4550164456517, + -420.4550164456514, -390.8837961095645, - -148.98175449361202, + -148.98175449361213, 205.0590607036945 ], "relative wind speed": [ 1.92456413683433, 1.8967407489197405, 1.7139361371271422, - 1.4527385691751586, + 1.4527385691751589, 1.2652124251411283, 1.3065542961958168, 1.5385488342493567, - 1.7872493522592972 + 1.787249352259297 ], "relative wind angle": [ - 0.046554788668735796, - 0.08983721609868776, - 0.19388017972875457, - 0.20577584762446144, - 0.07084999290394839, + 0.04655478866874056, + 0.08983721609868775, + 0.19388017972875515, + 0.20577584762446252, + 0.07084999290394682, 0.13061347982375784, - 0.2163140484504716, - 0.16685703918844608 + 0.21631404845047214, + 0.1668570391884454 ], "resistance": [ 97113.42331213437, @@ -36517,68 +25816,7 @@ "id": "904", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.208469951293711, - 5.208469951293711, - 5.208469951293711, - 5.208469951293711, - 5.208469951293711, - 5.208469951293711, - 5.208469951293711, - 5.208469951293711 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 524.622912199368, - 466.6767740163813, - 123.88992309675689, - -238.84660921215254, - -433.19789585068304, - -407.95417794393654, - -157.20281060778814, - 220.42361899135233 - ], - "relative wind speed": [ - 1.8392868851153015, - 1.8150302183937497, - 1.6120568613457642, - 1.3052323549065046, - 1.0646042532124764, - 1.1054518388572068, - 1.3847855926111037, - 1.6771186485816867 - ], - "relative wind angle": [ - 0.06403063022963167, - 0.10578579996579007, - 0.2435326413168967, - 0.2779098390244103, - 0.11077476121922371, - 0.17424525527858364, - 0.28453089625691286, - 0.21516887533150758 - ], - "resistance": [ - 97159.12291219938, - 97101.17677401639, - 96758.38992309677, - 96395.65339078786, - 96201.30210414933, - 96226.54582205608, - 96477.29718939222, - 96854.92361899136 - ], - "fuel": [ - 39.269241955331246, - 39.239285361539174, - 39.06232935857615, - 38.875550924780356, - 38.77567799785799, - 38.78864225666166, - 38.9175478325469, - 39.11211848030613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -64.53125, -55.15625 -64.375, -55 -64.375, -55 -64.53125, -55.15625 -64.53125))", @@ -36597,68 +25835,7 @@ "id": "905", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.82714611508037, - 4.82714611508037, - 4.82714611508037, - 4.82714611508037, - 4.82714611508037, - 4.82714611508037, - 4.82714611508037, - 4.82714611508037 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 522.6435367159839, - 406.7843923917486, - 69.73283753169324, - -256.5886811461012, - -406.1834041336308, - -355.7189513231854, - -94.95943901535202, - 261.46755316274255 - ], - "relative wind speed": [ - 1.7474108131476516, - 1.696229553460666, - 1.4724348139647698, - 1.1582108100508053, - 0.9389232102489662, - 1.0285069988173103, - 1.329269371976235, - 1.6104561664730332 - ], - "relative wind angle": [ - 0.04281045479352093, - 0.13806786621818426, - 0.2786004533942294, - 0.2972339753718726, - 0.07973378607126984, - 0.22897653853407027, - 0.3095495190798068, - 0.21222093315909862 - ], - "resistance": [ - 97157.143536716, - 97041.28439239177, - 96704.2328375317, - 96377.91131885392, - 96228.31659586639, - 96278.78104867683, - 96539.54056098466, - 96895.96755316276 - ], - "fuel": [ - 39.169255942996365, - 39.10937322078003, - 38.935449454980485, - 38.76746530519223, - 38.69058922854874, - 38.71651338369887, - 38.85061945853399, - 39.034335667107854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -64.6875, -55.3125 -64.53125, -55.15625 -64.53125, -55.15625 -64.6875, -55.3125 -64.6875))", @@ -36690,19 +25867,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 465.7000452173744, + 465.70004521737326, 435.45584935455383, - 125.68086202151164, + 125.68086202151073, -216.02737119675965, -408.27558501780834, -395.15454233586195, - -172.58948541172288, + -172.589485411723, 176.73224763523547 ], "relative wind speed": [ - 1.856923028013751, + 1.8569230280137508, 1.844291337229161, - 1.6676799509735971, + 1.6676799509735967, 1.3966879497226723, 1.1817788565027243, 1.201396629371881, @@ -36710,17 +25887,17 @@ 1.7011840490505785 ], "relative wind angle": [ - 0.06383037326327068, - 0.08452946126991877, - 0.2044928330263459, - 0.23353710527786842, + 0.06383037326327241, + 0.08452946126991875, + 0.20449283302634644, + 0.23353710527786845, 0.10039681764551729, 0.12997426611355378, - 0.23798713743519345, + 0.2379871374351939, 0.19116012695952872 ], "resistance": [ - 97100.20004521738, + 97100.20004521737, 97069.95584935455, 96760.18086202152, 96418.47262880324, @@ -36730,7 +25907,7 @@ 96811.23224763524 ], "fuel": [ - 39.30703522711077, + 39.30703522711076, 39.291404864281795, 39.131507455288435, 38.95554115927787, @@ -36757,68 +25934,7 @@ "id": "907", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.803968414423562, - 4.803968414423562, - 4.803968414423562, - 4.803968414423562, - 4.803968414423562, - 4.803968414423562, - 4.803968414423562, - 4.803968414423562 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 467.8079067067997, - 401.36281557791904, - 96.8407115379838, - -217.50424106908497, - -379.4709413500139, - -350.5169823434098, - -124.20120371994119, - 207.28270783551432 - ], - "relative wind speed": [ - 1.7098153850015982, - 1.6798854818653393, - 1.4824812270245593, - 1.1901094409563797, - 0.967250039180064, - 1.0183447632801252, - 1.2889106643215253, - 1.5629078052234853 - ], - "relative wind angle": [ - 0.05881396492924293, - 0.11470916326512144, - 0.2539358500165826, - 0.28482540717130783, - 0.10409385742983449, - 0.18995247691239792, - 0.2931230370135285, - 0.21563292941397919 - ], - "resistance": [ - 97102.30790670683, - 97035.86281557794, - 96731.34071153801, - 96416.99575893095, - 96255.02905865002, - 96283.98301765662, - 96510.29879628008, - 96841.78270783555 - ], - "fuel": [ - 39.135201144624226, - 39.10086591882019, - 38.94371556116394, - 38.78185800888749, - 38.69860419956638, - 38.71347989211725, - 38.82986176819981, - 39.00066989970915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -64.84375, -55.625 -64.6875, -55.46875 -64.6875, -55.46875 -64.84375, -55.625 -64.84375))", @@ -36837,68 +25953,7 @@ "id": "908", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.350290669372268, - 5.350290669372268, - 5.350290669372268, - 5.350290669372268, - 5.350290669372268, - 5.350290669372268, - 5.350290669372268, - 5.350290669372268 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 425.35902027361215, - 225.355113489764, - -73.49991701269414, - -306.1189371970513, - -358.9594906608347, - -252.3678719193382, - 16.073039346846826, - 302.738043403309 - ], - "relative wind speed": [ - 1.7933813512205092, - 1.6950295927789283, - 1.4821522759724743, - 1.2583177046141867, - 1.1799228515214932, - 1.3173113853800134, - 1.552951782019559, - 1.739273170235945 - ], - "relative wind angle": [ - 0.020156975059916944, - 0.143568009487287, - 0.2085202828936539, - 0.15269878310570661, - 0.03063958930008755, - 0.18515603531751443, - 0.1988832389898809, - 0.11026799912403279 - ], - "resistance": [ - 97059.85902027364, - 96859.85511348979, - 96561.00008298733, - 96328.38106280298, - 96275.54050933919, - 96382.13212808069, - 96650.57303934687, - 96937.23804340334 - ], - "fuel": [ - 39.25718249965019, - 39.15391259901455, - 38.99987934574491, - 38.88021489756277, - 38.85306059400264, - 38.907847764980076, - 39.046011380272745, - 39.19385080185378 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -64.84375, -55.46875 -64.6875, -55.3125 -64.6875, -55.3125 -64.84375, -55.46875 -64.84375))", @@ -36930,19 +25985,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 485.75138116651533, + 485.7513811665126, 467.9132192119944, - 142.99013329802165, + 142.99013329802096, -223.6561629590127, -435.89890583771364, -428.1737282618817, - -197.8758829609351, + -197.87588296093486, 173.23384619109697 ], "relative wind speed": [ - 1.9518224656033336, + 1.9518224656033332, 1.9447213316690877, - 1.7710906340119255, + 1.7710906340119252, 1.5006701794269415, 1.28295092741417, 1.2936896697191196, @@ -36950,13 +26005,13 @@ 1.7898500026442064 ], "relative wind angle": [ - 0.06503075281418841, + 0.06503075281419182, 0.07594845196301592, - 0.19059190789583624, + 0.19059190789583683, 0.21961997291123914, 0.09902684386381122, - 0.1143075129404482, - 0.22215606855305373, + 0.11430751294044822, + 0.22215606855305323, 0.18369135624387134 ], "resistance": [ @@ -36997,68 +26052,7 @@ "id": "910", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.336576138165813, - 5.336576138165813, - 5.336576138165813, - 5.336576138165813, - 5.336576138165813, - 5.336576138165813, - 5.336576138165813, - 5.336576138165813 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 489.09217816650096, - 365.93187554190547, - 41.13723066558828, - -270.1979714613052, - -404.2083276362729, - -350.8873354745199, - -93.10513158212643, - 249.18352721779308 - ], - "relative wind speed": [ - 1.8343108172206108, - 1.7816357176606388, - 1.5765600696118516, - 1.3046323210097739, - 1.1325842392530068, - 1.213761674602027, - 1.47034063403088, - 1.7162102843630516 - ], - "relative wind angle": [ - 0.029759999751536786, - 0.11796371836985436, - 0.2245930511762743, - 0.22169771518033113, - 0.04821026015381428, - 0.1736242713511121, - 0.24112837138218815, - 0.16794181654166396 - ], - "resistance": [ - 97123.59217816651, - 97000.43187554192, - 96675.6372306656, - 96364.3020285387, - 96230.29167236375, - 96283.6126645255, - 96541.39486841789, - 96883.68352721781 - ], - "fuel": [ - 39.286268269911176, - 39.22262893493373, - 39.055071889132115, - 38.89482685887657, - 38.82596242121855, - 38.8533546879149, - 38.98593276869491, - 39.16235489332832 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65, -55.46875 -64.84375, -55.3125 -64.84375, -55.3125 -65, -55.46875 -65))", @@ -37090,33 +26084,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 559.3716665790591, + 559.3716665790555, 488.44231750342715, 116.54120003096227, - -275.7016752714793, + -275.7016752714792, -480.94535230633994, -450.1796021716742, -173.87408314665356, 236.2303171597507 ], "relative wind speed": [ - 2.005829116838309, + 2.0058291168383087, 1.9783161917291345, 1.7761192972266733, - 1.4800797137139439, + 1.480079713713944, 1.259571545087649, 1.3023578497068966, 1.5669304914927995, 1.8491173473317717 ], "relative wind angle": [ - 0.05353291434236893, + 0.05353291434237308, 0.09545534784857057, - 0.2121494057430107, - 0.23202117866320926, + 0.21214940574301072, + 0.23202117866320973, 0.08531226380429989, 0.14528972899916937, - 0.24099815898555776, + 0.2409981589855578, 0.1851090585100662 ], "resistance": [ @@ -37170,19 +26164,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 547.9214262710975, + 547.9214262710939, 462.22801606675876, - 102.3590340539663, + 102.35903405396584, -266.8441131388157, - -453.0872972337794, + -453.0872972337793, -415.8193759280409, -145.31335490527488, 245.74605208234516 ], "relative wind speed": [ - 1.8968360468797227, + 1.8968360468797225, 1.86183773709014, - 1.6508043108904817, + 1.6508043108904815, 1.344755354113614, 1.1194275108533618, 1.1767179702650556, @@ -37190,17 +26184,17 @@ 1.7443445698543665 ], "relative wind angle": [ - 0.052512446269764985, + 0.052512446269771335, 0.11038328817452227, - 0.23826324146689756, + 0.23826324146689803, 0.2601460321186651, - 0.08905753825471957, + 0.08905753825471956, 0.1751920223522353, 0.270500734209102, 0.199621238117567 ], "resistance": [ - 97182.42142627107, + 97182.42142627106, 97096.72801606673, 96736.85903405394, 96367.65588686116, @@ -37237,68 +26231,7 @@ "id": "913", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.838603454666755, - 4.838603454666755, - 4.838603454666755, - 4.838603454666755, - 4.838603454666755, - 4.838603454666755, - 4.838603454666755, - 4.838603454666755 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 523.1045095575489, - 367.2142008614867, - 29.55807832172127, - -278.4903412376388, - -399.94915607983717, - -332.23406121086646, - -59.7238927947609, - 288.52670546983654 - ], - "relative wind speed": [ - 1.744207110695138, - 1.6746350306856814, - 1.4410124248981495, - 1.1335726580293652, - 0.9452409305842688, - 1.0636429738646616, - 1.3635329307136113, - 1.6281129846603197 - ], - "relative wind angle": [ - 0.02317459736202814, - 0.15228524201868487, - 0.2810466244458595, - 0.2780982990836123, - 0.04277217008638447, - 0.24116835413863572, - 0.29749038984962145, - 0.19232303027651151 - ], - "resistance": [ - 97157.60450955755, - 97001.71420086149, - 96664.05807832172, - 96356.00965876236, - 96234.55084392017, - 96302.26593878913, - 96574.77610720524, - 96923.02670546983 - ], - "fuel": [ - 39.172328163562824, - 39.09176635811064, - 38.917580723275805, - 38.759038797464136, - 38.69662518195656, - 38.73141492950528, - 38.871594024153495, - 39.05113616669209 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65, -55.3125 -64.84375, -55.15625 -64.84375, -55.15625 -65, -55.3125 -65))", @@ -37317,68 +26250,7 @@ "id": "914", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.504486796497872, - 5.504486796497872, - 5.504486796497872, - 5.504486796497872, - 5.504486796497872, - 5.504486796497872, - 5.504486796497872, - 5.504486796497872 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 584.4576863651276, - 408.36223407416867, - 24.65442290268959, - -327.0917591308404, - -463.93477341914, - -387.63467033326833, - -75.97876572661107, - 320.3855459801215 - ], - "relative wind speed": [ - 1.928195718138789, - 1.8565778062175597, - 1.6187286166759984, - 1.312384339663319, - 1.130967347162871, - 1.2450480782916673, - 1.5416690738779153, - 1.809605816967843 - ], - "relative wind angle": [ - 0.020652529481874755, - 0.13713733551519702, - 0.24890306324880768, - 0.2385604691425309, - 0.03521544593263237, - 0.20529364376050743, - 0.2616287346387125, - 0.17222549311433819 - ], - "resistance": [ - 97218.95768636515, - 97042.86223407419, - 96659.1544229027, - 96307.40824086918, - 96170.56522658087, - 96246.86532966675, - 96558.5212342734, - 96954.88554598014 - ], - "fuel": [ - 39.38361584835447, - 39.29257874114091, - 39.09461068727798, - 38.91361404160013, - 38.843323666061046, - 38.88250715541969, - 39.042781248288094, - 39.24714013653837 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65, -55.15625 -64.84375, -55 -64.84375, -55 -65, -55.15625 -65))", @@ -37397,68 +26269,7 @@ "id": "915", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.131126007131703, - 5.131126007131703, - 5.131126007131703, - 5.131126007131703, - 5.131126007131703, - 5.131126007131703, - 5.131126007131703, - 5.131126007131703 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 536.2141891106662, - 293.9440923792097, - -67.51403666243004, - -350.81290545066634, - -420.2069299983572, - -294.3298479739133, - 26.34195040975044, - 376.23381849770203 - ], - "relative wind speed": [ - 1.8161332196358524, - 1.700567441540794, - 1.4393431103552947, - 1.1481076287859813, - 1.0357031323301047, - 1.2161789451206078, - 1.51634833084487, - 1.747246325652656 - ], - "relative wind angle": [ - 0.021983458780105557, - 0.17989104298769681, - 0.27466163988040043, - 0.21755581098890417, - 0.038555030958326304, - 0.2528711888468984, - 0.26037999335564527, - 0.14230977108286652 - ], - "resistance": [ - 97170.71418911067, - 96928.44409237921, - 96566.98596333757, - 96283.68709454933, - 96214.29307000164, - 96340.17015202608, - 96660.84195040975, - 97010.7338184977 - ], - "fuel": [ - 39.2543888212856, - 39.12921433645862, - 38.942864588454775, - 38.7971496903968, - 38.76150237918242, - 38.82617794027715, - 38.99120531604748, - 39.171706745614294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -60.46875, -53.75 -60.3125, -53.59375 -60.3125, -53.59375 -60.46875, -53.75 -60.46875))", @@ -37490,17 +26301,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 590.0247081454226, + 590.0247081454216, 806.9762002904994, - 437.4711443330847, + 437.4711443330842, -85.81532955233274, -482.79733914150506, -577.2411246801487, - -380.40420131469193, + -380.40420131469205, 84.5832608781119 ], "relative wind speed": [ - 1.9466994905127635, + 1.946699490512763, 2.0285065796670425, 1.8690526296801362, 1.5130269453751333, @@ -37510,17 +26321,17 @@ 1.6456777909917426 ], "relative wind angle": [ - 0.17323305827933766, + 0.17323305827933833, 0.03485020625148007, - 0.23516985177230285, - 0.36864136021368676, + 0.2351698517723038, + 0.3686413602136868, 0.3102674593183163, 0.07530189931565404, - 0.36301813729694316, + 0.3630181372969435, 0.33768349401150494 ], "resistance": [ - 97224.52470814544, + 97224.52470814543, 97441.47620029052, 97071.9711443331, 96548.68467044768, @@ -37530,7 +26341,7 @@ 96719.08326087812 ], "fuel": [ - 39.338135559377704, + 39.33813555937769, 39.450457400073105, 39.259259199400034, 38.9893569257724, @@ -37570,9 +26381,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 364.9042062466457, + 364.90420624664546, 735.9899568997517, - 589.8446030484812, + 589.8446030484805, 127.70853893069864, -321.278045540799, -536.0363584413542, @@ -37580,9 +26391,9 @@ -123.5765880268882 ], "relative wind speed": [ - 1.77720927595314, + 1.7772092759531397, 1.9529426299757093, - 1.8961271424435078, + 1.8961271424435073, 1.6218866269905212, 1.2185217869733087, 0.9106498997342878, @@ -37590,9 +26401,9 @@ 1.4187148850462585 ], "relative wind angle": [ - 0.25381328534583475, + 0.25381328534583514, 0.05544352922784247, - 0.15525494680390617, + 0.1552549468039062, 0.3282484216091033, 0.37494767174145616, 0.11912255214007346, @@ -37637,68 +26448,7 @@ "id": "918", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.324874702586333, - 4.324874702586333, - 4.324874702586333, - 4.324874702586333, - 4.324874702586333, - 4.324874702586333, - 4.324874702586333, - 4.324874702586333 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 557.1779631084141, - 689.508025118522, - 349.32959406613804, - -86.89746780219514, - -393.1481959974444, - -450.4492572575414, - -257.8129518291298, - 140.3070549694786 - ], - "relative wind speed": [ - 1.7083995314191096, - 1.7640343549525666, - 1.5870047577960915, - 1.2191954532312448, - 0.7873976191880702, - 0.6533044957775481, - 1.0099702314368688, - 1.4325454326046112 - ], - "relative wind angle": [ - 0.1835652682826654, - 0.06678950388685657, - 0.3061729452861568, - 0.4760713690021625, - 0.40720519951234835, - 0.18119900951668086, - 0.4933962912663401, - 0.4006721642980215 - ], - "resistance": [ - 97191.67796310844, - 97324.00802511854, - 96983.82959406615, - 96547.60253219782, - 96241.35180400257, - 96184.05074274247, - 96376.68704817089, - 96774.8070549695 - ], - "fuel": [ - 39.07138233587172, - 39.13985629312947, - 38.96396311310991, - 38.739037020138674, - 38.581551989583744, - 38.55212450154254, - 38.65110315609162, - 38.85609917876745 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -60.625, -53.59375 -60.46875, -53.4375 -60.46875, -53.4375 -60.625, -53.59375 -60.625))", @@ -37730,17 +26480,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 325.69203960513516, + 325.6920396051345, 711.9720392443675, - 618.6643880208732, + 618.6643880208734, 175.71685230114463, -273.8341068961664, -509.74474837875766, - -469.0217361557745, + -469.0217361557744, -149.6455170940245 ], "relative wind speed": [ - 1.6971431629941163, + 1.6971431629941158, 1.8937469284364747, 1.8568343009273935, 1.5956384293224168, @@ -37750,13 +26500,13 @@ 1.320394283075374 ], "relative wind angle": [ - 0.2868883273065514, - 0.0781783950061337, - 0.14651285883866444, + 0.2868883273065518, + 0.07817839500613372, + 0.1465128588386637, 0.33942601538200995, - 0.41648439226786516, + 0.4164843922678651, 0.1772949996074584, - 0.2999544584007155, + 0.2999544584007151, 0.4140828830591406 ], "resistance": [ @@ -37810,33 +26560,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 64.85874753817143, + 64.85874753817109, 462.5257013935269, - 642.8802840969846, - 356.0567430270636, - -53.321703985796375, + 642.8802840969828, + 356.05674302706404, + -53.32170398579615, -366.1708664348028, - -444.5673878930791, + -444.567387893079, -295.2812194899216 ], "relative wind speed": [ - 1.4147737469933235, + 1.4147737469933233, 1.6900518560546989, - 1.7677249441347425, - 1.6278774721979037, - 1.3076109283960504, + 1.7677249441347422, + 1.6278774721979035, + 1.3076109283960506, 0.9247463539200232, 0.7658848589221041, 1.0302650293749045 ], "relative wind angle": [ - 0.3623784409658069, - 0.18680600194522715, - 0.032615200868980954, - 0.24534730256957712, - 0.3936388898288713, + 0.36237844096580724, + 0.18680600194522717, + 0.03261520086898436, + 0.24534730256957624, + 0.3936388898288715, 0.3463018550274147, - 0.0753364504788939, + 0.07533645047889242, 0.3938918849649177 ], "resistance": [ @@ -37890,13 +26640,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 39.89749600901996, + 39.89749600901985, 393.93429214310004, - 574.7881884181638, + 574.7881884181595, 331.8602453984224, -28.927932081295012, -312.80523128738986, - -391.2726975023953, + -391.27269750239554, -271.5364698526895 ], "relative wind speed": [ @@ -37906,23 +26656,23 @@ 1.5367704294027194, 1.2416191627449598, 0.878277836637135, - 0.708607480727902, - 0.9442443692326896 + 0.7086074807279021, + 0.9442443692326895 ], "relative wind angle": [ - 0.3717913783313647, + 0.37179137833136566, 0.19850149744883194, - 0.021664652105576113, - 0.23744849564680684, - 0.3928192276488785, - 0.36155184398859785, - 0.05072877156165417, - 0.3928570657112962 + 0.021664652105586366, + 0.2374484956468068, + 0.39281922764887856, + 0.3615518439885979, + 0.05072877156165855, + 0.39285706571129586 ], "resistance": [ 96674.39749600901, 97028.4342921431, - 97209.28818841817, + 97209.28818841816, 96966.36024539842, 96605.5720679187, 96321.69476871261, @@ -37932,7 +26682,7 @@ "fuel": [ 38.79033861341911, 38.972998907286104, - 39.06648790704496, + 39.066487907044944, 38.940938959123145, 38.75488325214734, 38.608830384346405, @@ -37970,17 +26720,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 87.60770608562393, + 87.60770608562325, 502.5127755020151, 670.105157953546, 357.8027653115546, - -72.96939787375334, + -72.96939787375322, -393.54442812112245, -466.473768521118, -297.2342873645714 ], "relative wind speed": [ - 1.463200692109629, + 1.4632006921096286, 1.7387018715246068, 1.8089653021574803, 1.6561250971355084, @@ -37990,13 +26740,13 @@ 1.0689762605645234 ], "relative wind angle": [ - 0.3589758445045648, - 0.17884027305695718, + 0.3589758445045649, + 0.1788402730569572, 0.04237720930688739, 0.2549529912057462, - 0.3997555712755947, + 0.3997555712755944, 0.3395486367902794, - 0.09803043744449538, + 0.0980304374444954, 0.4014179188527746 ], "resistance": [ @@ -38037,68 +26787,7 @@ "id": "923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.404076344822495, - 4.404076344822495, - 4.404076344822495, - 4.404076344822495, - 4.404076344822495, - 4.404076344822495, - 4.404076344822495, - 4.404076344822495 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 28.120749623039387, - 414.2671464742841, - 629.9097365154228, - 376.0200461731247, - -14.2283808082517, - -328.61752540612144, - -422.0001226059592, - -303.2369980274427 - ], - "relative wind speed": [ - 1.3411698460594401, - 1.627046227643486, - 1.722814382517229, - 1.6041322688045372, - 1.3015488731675342, - 0.9195034520510953, - 0.7243456554812475, - 0.9589190212957438 - ], - "relative wind angle": [ - 0.3814927253402014, - 0.20922872111248403, - 0.012420414142230315, - 0.23160157519025318, - 0.3937344933089736, - 0.37635332257154996, - 0.029544777514192936, - 0.3941044548193687 - ], - "resistance": [ - 96662.620749623, - 97048.76714647426, - 97264.40973651539, - 97010.5200461731, - 96620.27161919171, - 96305.88247459385, - 96212.49987739402, - 96331.26300197253 - ], - "fuel": [ - 38.815419438768025, - 39.01465237545718, - 39.12615500514459, - 38.994893958016235, - 38.79360308962762, - 38.63185274349639, - 38.58387909582032, - 38.64489714594197 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -60.15625, -53.125 -60, -52.96875 -60, -52.96875 -60.15625, -53.125 -60.15625))", @@ -38130,9 +26819,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -18.785040628477304, + -18.785040628477645, 440.7231826916402, - 733.7074360179993, + 733.7074360179922, 474.52689438660286, 18.901070451301962, -371.16320257253705, @@ -38140,9 +26829,9 @@ -393.7987664860214 ], "relative wind speed": [ - 1.4604298886190181, + 1.460429888619018, 1.7786872411828265, - 1.9020795998807076, + 1.9020795998807074, 1.7970362711000285, 1.4918590775325618, 1.0930556549606651, @@ -38150,13 +26839,13 @@ 1.062619220200241 ], "relative wind angle": [ - 0.3646312686255982, + 0.3646312686255986, 0.21537748340020804, - 0.008829773630484499, + 0.008829773630497074, 0.19964059198401143, 0.3566021717987878, 0.3551938537803762, - 0.01951689068848948, + 0.019516890688489476, 0.3420103022229157 ], "resistance": [ @@ -38210,9 +26899,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 20.77637642851073, + 20.77637642851016, 433.9578225482518, - 657.3006931834301, + 657.3006931834258, 386.6066666601911, -32.3061516335664, -370.97062500547634, @@ -38220,7 +26909,7 @@ -339.0485880243291 ], "relative wind speed": [ - 1.4670463872867245, + 1.4670463872867243, 1.7484948574856367, 1.8422692418912527, 1.7219591111150137, @@ -38230,12 +26919,12 @@ 1.099577446716921 ], "relative wind angle": [ - 0.33300727542104924, + 0.3330072754210499, 0.18533296160572196, - 0.01297111048237146, + 0.012971110482380019, 0.20824028978212672, 0.34399390633289584, - 0.3097950526302294, + 0.30979505263022933, 0.027055278654877474, 0.3296970918042748 ], @@ -38290,39 +26979,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 6.3476149055848055, - 397.8239719204921, - 650.4120336911825, + 6.347614905584464, + 397.8239719204922, + 650.4120336911764, 419.3833987711869, - 29.950708630980557, + 29.95070863098067, -296.5433486374883, -410.0799102362082, -310.6133309404995 ], "relative wind speed": [ - 1.2610225148975214, + 1.261022514897521, 1.5712181566970025, 1.688146623642386, 1.5843815242882464, 1.2841035147372777, 0.877709019951813, 0.6239075225735863, - 0.8537182234983337 + 0.8537182234983338 ], "relative wind angle": [ - 0.43565796873616386, - 0.24773594081061676, - 0.007525981247914119, + 0.4356579687361638, + 0.24773594081061673, + 0.007525981247928871, 0.2339606764076825, - 0.42730724988489815, + 0.4273072498848979, 0.45443922863227454, 0.020364745808260972, - 0.4447674121152199 + 0.4447674121152202 ], "resistance": [ 96640.84761490562, 97032.32397192053, - 97284.91203369123, + 97284.91203369122, 97053.88339877123, 96664.45070863102, 96337.95665136256, @@ -38332,7 +27021,7 @@ "fuel": [ 38.752968495224295, 38.95492359967906, - 39.08553158608266, + 39.08553158608265, 38.96606225991825, 38.76512872135328, 38.59710418806944, @@ -38370,9 +27059,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 68.2813329052467, + 68.28133290524602, 453.2087755241223, - 616.2066843739528, + 616.2066843739512, 332.8720659403273, -65.93046586414175, -367.14620073067243, @@ -38380,9 +27069,9 @@ -286.5274852063663 ], "relative wind speed": [ - 1.4295563585509412, + 1.4295563585509408, 1.6929351840417248, - 1.7634983078650632, + 1.763498307865063, 1.6224827304496532, 1.3089309876692636, 0.9438761440930007, @@ -38390,11 +27079,11 @@ 1.0604157213786005 ], "relative wind angle": [ - 0.3426208885870715, + 0.34262088858707185, 0.17458004049968492, - 0.0365346736714188, - 0.23967076914294985, - 0.3756928165223373, + 0.03653467367142184, + 0.23967076914294988, + 0.37569281652233705, 0.31681157067479615, 0.08016687960260573, 0.37170675861247354 @@ -38402,7 +27091,7 @@ "resistance": [ 96702.78133290527, 97087.70877552415, - 97250.70668437399, + 97250.70668437397, 96967.37206594036, 96568.56953413588, 96267.35379926936, @@ -38412,7 +27101,7 @@ "fuel": [ 38.8838812099891, 39.08254187538475, - 39.166831096595665, + 39.16683109659565, 39.02037698175279, 38.81474426709737, 38.65982208709883, @@ -38450,34 +27139,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 42.31751396965285, + 42.31751396965251, 393.35144894808764, - 583.7207727770156, + 583.7207727770151, 345.37057868727015, -10.250644486486408, -291.02409759429884, - -373.1695892398517, + -373.169589239852, -259.6743995750002 ], "relative wind speed": [ - 1.2405678469351722, + 1.240567846935172, 1.518871713314992, - 1.6083434450586727, + 1.6083434450586724, 1.4881193345389634, 1.1866900377702663, 0.800169074061317, - 0.6003941966153282, + 0.6003941966153283, 0.856003898801797 ], "relative wind angle": [ - 0.4185431654076699, + 0.4185431654076702, 0.22278061415783185, 0.01841598155608691, - 0.2564567969077676, - 0.43883200253645444, + 0.2564567969077677, + 0.4388320025364544, 0.4327735529562928, - 0.04935020122761809, - 0.4566747366509194 + 0.049350201227624846, + 0.45667473665091946 ], "resistance": [ 96676.81751396968, @@ -38530,13 +27219,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 89.51366586294444, + 89.51366586294432, 468.2865290656903, - 614.5553829242433, + 614.5553829242422, 324.41252576300906, -69.68815334482304, -359.52370643122515, - -423.1517034382961, + -423.1517034382962, -264.13513942200956 ], "relative wind speed": [ @@ -38546,18 +27235,18 @@ 1.5678183634040244, 1.2413438606744733, 0.8597266481909563, - 0.7227217375644316, + 0.7227217375644315, 1.008724618241033 ], "relative wind angle": [ - 0.3670953267843002, + 0.36709532678430057, 0.17979599984069794, - 0.047064828711132496, + 0.047064828711134855, 0.26469422523525454, 0.4138648760958035, 0.3512685280504331, 0.11210510821594259, - 0.41874686308190306 + 0.4187468630819031 ], "resistance": [ 96724.01366586293, @@ -38610,30 +27299,30 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 37.10596147552485, - 396.2400513214902, - 599.4452146046598, - 360.25272980586624, + 37.10596147552451, + 396.2400513214901, + 599.445214604663, + 360.2527298058661, -2.2705938801926777, -291.51762515394717, -379.06927435752596, -268.0524815817029 ], "relative wind speed": [ - 1.241247824091952, + 1.2412478240919518, 1.5265268113859296, 1.621304859301793, - 1.5036507337550369, + 1.5036507337550367, 1.2011098573558514, 0.8081317617630831, 0.5955934884254457, 0.8499385396182115 ], "relative wind angle": [ - 0.42605555403418277, - 0.2293835735916746, - 0.013641045995379257, - 0.2543710075523785, + 0.42605555403418305, + 0.22938357359167463, + 0.013641045995371118, + 0.25437100755237807, 0.44127537779649423, 0.4439457939890612, 0.03714058999043216, @@ -38642,7 +27331,7 @@ "resistance": [ 96671.6059614755, 97030.74005132148, - 97233.94521460464, + 97233.94521460465, 96994.75272980586, 96632.22940611979, 96342.98237484603, @@ -38652,7 +27341,7 @@ "fuel": [ 38.73486157490652, 38.920151421019995, - 39.02520467911887, + 39.02520467911888, 38.90156266597054, 38.71457502717031, 38.565733668485215, @@ -38690,33 +27379,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 63.3784916267158, + 63.378491626715686, 430.9781093584003, - 597.4539716832631, + 597.4539716832616, 331.19492000318075, -47.06097991936622, -335.23245571085187, - -407.54660799376643, + -407.54660799376654, -269.05472307254945 ], "relative wind speed": [ 1.3463181920434266, 1.6131505156463226, - 1.6880050217178126, + 1.6880050217178124, 1.5521405275635343, 1.240752882223508, 0.8659017281672475, - 0.7089988967752135, + 0.7089988967752137, 0.9710304689698547 ], "relative wind angle": [ - 0.37264702258148985, + 0.37264702258149046, 0.1910148946273672, - 0.033801143087016046, + 0.03380114308701933, 0.251951683953915, 0.40613181077597754, 0.3615188489427953, - 0.08054647902599885, + 0.08054647902600022, 0.40986333658916685 ], "resistance": [ @@ -38757,68 +27446,7 @@ "id": "932", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.463098034996779, - 4.463098034996779, - 4.463098034996779, - 4.463098034996779, - 4.463098034996779, - 4.463098034996779, - 4.463098034996779, - 4.463098034996779 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 409.0810467062414, - 714.5802859088443, - 501.03912089792937, - 68.70972027609594, - -312.58295322160467, - -465.21715100738754, - -372.8462306160577, - -32.23496072929697 - ], - "relative wind speed": [ - 1.652740049949912, - 1.7953247725919685, - 1.705555397590573, - 1.4045748007589778, - 0.9814645474724768, - 0.6867541711350481, - 0.8865117689029586, - 1.3122469126375067 - ], - "relative wind angle": [ - 0.2620205115110648, - 0.028178263599595275, - 0.21062310166606182, - 0.40611014247331784, - 0.4513700014452222, - 0.07372112031292695, - 0.4139483099932797, - 0.43656953095000955 - ], - "resistance": [ - 97043.58104670627, - 97349.08028590887, - 97135.53912089796, - 96703.20972027612, - 96321.91704677843, - 96169.28284899265, - 96261.65376938398, - 96602.26503927073 - ], - "fuel": [ - 39.02501883675487, - 39.18302895360647, - 39.07254479699801, - 38.84938121147621, - 38.65313939859987, - 38.574734014697675, - 38.62217290314163, - 38.797374854006804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -60.78125, -53.59375 -60.625, -53.4375 -60.625, -53.4375 -60.78125, -53.59375 -60.78125))", @@ -38837,68 +27465,7 @@ "id": "933", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.4125004400399686, - 4.4125004400399686, - 4.4125004400399686, - 4.4125004400399686, - 4.4125004400399686, - 4.4125004400399686, - 4.4125004400399686, - 4.4125004400399686 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 320.3207063798734, - 682.9437967587378, - 591.3453779874378, - 175.37902915776806, - -240.4861755886369, - -457.60782015398513, - -417.84134192541063, - -121.82533495275118 - ], - "relative wind speed": [ - 1.5876197011432558, - 1.7823453628742356, - 1.7443587368390516, - 1.4822651393427735, - 1.0654149428740896, - 0.692019019535091, - 0.7828524210672583, - 1.207698378175092 - ], - "relative wind angle": [ - 0.3174864852171128, - 0.08462103333495548, - 0.16271343286345558, - 0.3803412471891604, - 0.48385155810805713, - 0.21944463940217082, - 0.36929902275288207, - 0.47308779134359613 - ], - "resistance": [ - 96954.82070637986, - 97317.44379675873, - 97225.84537798743, - 96809.87902915776, - 96394.01382441135, - 96176.892179846, - 96216.65865807458, - 96512.67466504723 - ], - "fuel": [ - 38.967977452892086, - 39.15545190272995, - 39.10804975828328, - 38.89318015410166, - 38.67900640699298, - 38.56744280807425, - 38.587862892822315, - 38.74005202928706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -60.9375, -53.75 -60.78125, -53.59375 -60.78125, -53.59375 -60.9375, -53.75 -60.9375))", @@ -38917,68 +27484,7 @@ "id": "934", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.565633000313085, - 4.565633000313085, - 4.565633000313085, - 4.565633000313085, - 4.565633000313085, - 4.565633000313085, - 4.565633000313085, - 4.565633000313085 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 319.33198605726636, - 638.6661966138522, - 512.5615318475022, - 116.43566248538957, - -266.09740486333664, - -449.62907190638435, - -394.67033963490275, - -97.94723464967672 - ], - "relative wind speed": [ - 1.6093331646849984, - 1.7752351806604842, - 1.7216874766219512, - 1.4621513203589842, - 1.0754273090639759, - 0.7713865343528845, - 0.8844712346248204, - 1.268310154657801 - ], - "relative wind angle": [ - 0.2705483102229901, - 0.058805462068168377, - 0.16486414907064775, - 0.3518686510958715, - 0.4114551651782865, - 0.13567014632044258, - 0.3251682599550522, - 0.40860250399617243 - ], - "resistance": [ - 96953.83198605727, - 97273.16619661385, - 97147.0615318475, - 96750.93566248538, - 96368.40259513666, - 96184.87092809362, - 96239.8296603651, - 96536.55276535032 - ], - "fuel": [ - 39.00187444328983, - 39.16694184972805, - 39.101711609781745, - 38.89719221473635, - 38.70024495070428, - 38.605946908380844, - 38.63417140000867, - 38.78675004696062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -60.9375, -53.59375 -60.78125, -53.4375 -60.78125, -53.4375 -60.9375, -53.59375 -60.9375))", @@ -38997,68 +27503,7 @@ "id": "935", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.862730143891902, - 4.862730143891902, - 4.862730143891902, - 4.862730143891902, - 4.862730143891902, - 4.862730143891902, - 4.862730143891902, - 4.862730143891902 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 242.1466935260164, - 633.8307152050236, - 623.2411815738692, - 225.05019018308485, - -215.0390823387288, - -475.54864274926643, - -470.9189381955138, - -200.8408433304038 - ], - "relative wind speed": [ - 1.631172202103034, - 1.848302727236768, - 1.8440301888781605, - 1.6194557738064803, - 1.240331695064783, - 0.8848290768193952, - 0.8936991267769668, - 1.2555908821669548 - ], - "relative wind angle": [ - 0.2996728506360413, - 0.10494734298425065, - 0.11288225126103857, - 0.30568793278848605, - 0.3987106384526071, - 0.22060533136223434, - 0.23456846122145067, - 0.3986375791818204 - ], - "resistance": [ - 96876.64669352601, - 97268.33071520503, - 97257.74118157387, - 96859.55019018309, - 96419.46091766127, - 96158.95135725073, - 96163.58106180449, - 96433.6591566696 - ], - "fuel": [ - 39.0331944817227, - 39.23560053891065, - 39.2301207987811, - 39.02437272055208, - 38.797661887518586, - 38.66380064076939, - 38.66617738211603, - 38.804964822652806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -60.78125, -53.4375 -60.625, -53.28125 -60.625, -53.28125 -60.78125, -53.4375 -60.78125))", @@ -39077,68 +27522,7 @@ "id": "936", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.415429783043575, - 4.415429783043575, - 4.415429783043575, - 4.415429783043575, - 4.415429783043575, - 4.415429783043575, - 4.415429783043575, - 4.415429783043575 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 125.05618151255464, - 540.6402086562588, - 682.5230116235226, - 350.5441043392543, - -83.69267116293929, - -393.59243456628417, - -455.1738096660128, - -268.941017705968 - ], - "relative wind speed": [ - 1.4393997194845787, - 1.715059938235768, - 1.7747532457083317, - 1.6046173623982065, - 1.2463439270418684, - 0.8269305564466418, - 0.6895619288897638, - 1.0249135852434839 - ], - "relative wind angle": [ - 0.3883865853668283, - 0.1821709221639167, - 0.05958481664561397, - 0.2908632624278323, - 0.4526550620100041, - 0.38519247184039024, - 0.15387157929351253, - 0.4656293804656688 - ], - "resistance": [ - 96759.55618151258, - 97175.14020865629, - 97317.02301162355, - 96985.04410433928, - 96550.8073288371, - 96240.90756543375, - 96179.32619033402, - 96365.55898229407 - ], - "fuel": [ - 38.867872983192825, - 39.082466981840824, - 39.15587777860969, - 38.98422782107249, - 38.760324383212364, - 38.600961297133935, - 38.569336206684156, - 38.66501917273225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -60.78125, -53.28125 -60.625, -53.125 -60.625, -53.125 -60.78125, -53.28125 -60.78125))", @@ -39170,34 +27554,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -64.40371148018698, + -64.40371148018721, 326.67586330086044, - 619.8896181554254, - 478.5816966178087, + 619.889618155425, + 478.5816966178089, 102.228952807106, -248.73277327339667, - -409.4446789029699, + -409.44467890296994, -348.1782264917672 ], "relative wind speed": [ - 1.1896724827400864, + 1.1896724827400862, 1.5264584606002292, - 1.6823452834258397, - 1.6195477501778324, + 1.6823452834258394, + 1.6195477501778321, 1.3525851060671938, 0.9564160461879243, 0.6438333889125313, 0.7885887205874078 ], "relative wind angle": [ - 0.45347311598971884, + 0.45347311598971934, 0.2867342778337437, - 0.05313736595196969, - 0.1896757802462216, - 0.3955592504387157, - 0.4683205766721705, - 0.13923273713967338, - 0.3976048478863267 + 0.053137365951969696, + 0.18967578024622042, + 0.39555925043871576, + 0.46832057667217053, + 0.13923273713967418, + 0.3976048478863268 ], "resistance": [ 96570.09628851982, @@ -39237,68 +27621,7 @@ "id": "938", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.606871878979567, - 4.606871878979567, - 4.606871878979567, - 4.606871878979567, - 4.606871878979567, - 4.606871878979567, - 4.606871878979567, - 4.606871878979567 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 110.35682965759815, - 532.434924965813, - 685.5725281984019, - 355.86308072438305, - -84.83586468060992, - -404.71992925298474, - -471.34505372909575, - -287.81136825539755 - ], - "relative wind speed": [ - 1.472763925255483, - 1.7486312539550102, - 1.8122781939489818, - 1.6480877802084055, - 1.298481532278848, - 0.8929594654265621, - 0.7554704606668474, - 1.0671900195986153 - ], - "relative wind angle": [ - 0.3682224781144859, - 0.17714361078247629, - 0.05208780695485873, - 0.27124837167933313, - 0.42055942961648235, - 0.35232271935172077, - 0.1252225803997472, - 0.4265996955273787 - ], - "resistance": [ - 96744.85682965763, - 97166.93492496584, - 97320.07252819843, - 96990.36308072442, - 96549.66413531941, - 96229.78007074705, - 96163.15494627094, - 96346.68863174463 - ], - "fuel": [ - 38.903588297040095, - 39.12151763338376, - 39.20075024518124, - 39.030268580137246, - 38.803029660572506, - 38.63853954291748, - 38.60432762088779, - 38.69861187030563 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -60.9375, -53.28125 -60.78125, -53.125 -60.78125, -53.125 -60.9375, -53.28125 -60.9375))", @@ -39330,17 +27653,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 26.096879667065537, + 26.096879667065195, 397.8095344955923, - 605.797072534056, + 605.7970725340522, 361.86720374457195, -13.720647303986425, -316.6425118372972, - -406.71875855145095, - -292.7746604192408 + -406.71875855145123, + -292.77466041924083 ], "relative wind speed": [ - 1.317924372064722, + 1.3179243720647216, 1.5981124610164892, 1.6922074840579358, 1.5761889996824647, @@ -39350,14 +27673,14 @@ 0.943959769882009 ], "relative wind angle": [ - 0.3796887187019374, + 0.37968871870193743, 0.20859219582504984, - 0.012080360520019458, + 0.012080360520028649, 0.23033577718423268, 0.39152679385473266, 0.3737800835131242, - 0.028576172798666016, - 0.39110941882680317 + 0.0285761727986699, + 0.3911094188268032 ], "resistance": [ 96660.59687966706, @@ -39410,33 +27733,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 26.62469619267131, + 26.624696192671195, 415.8600834019346, - 645.8402581997402, + 645.8402581997334, 394.31241753090194, 2.954930724281894, -314.79056074571076, - -413.97895788862206, + -413.9789578886224, -300.6550079602896 ], "relative wind speed": [ 1.298117742469654, 1.5955686957322417, - 1.6985711724725878, + 1.6985711724725876, 1.582486447425355, 1.2752694537270335, 0.8749756511601166, - 0.6528995519747699, + 0.65289955197477, 0.8984200001329199 ], "relative wind angle": [ - 0.4145662307636844, + 0.41456623076368465, 0.2281542649845392, - 0.007361054422613311, - 0.24156600750947815, + 0.007361054422628393, + 0.24156600750947813, 0.42246454235438513, 0.42514438746627803, - 0.019151378232206365, + 0.019151378232212163, 0.43495623929901184 ], "resistance": [ @@ -39490,10 +27813,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 62.2853190241334, + 62.28531902413329, 424.0446714570288, - 588.1139005752706, - 326.19208599344176, + 588.1139005752678, + 326.1920859934414, -46.003593375550736, -329.6215610848396, -400.8865982077674, @@ -39503,18 +27826,18 @@ 1.3347371462198083, 1.5996118270753612, 1.6739952789328916, - 1.5392821557227572, + 1.539282155722757, 1.2303315935070205, 0.8581847599212813, 0.7021245513375189, 0.9622107485130394 ], "relative wind angle": [ - 0.3731631103560323, - 0.19131894626512191, - 0.03371644438634798, - 0.2521144753545537, - 0.40661146143668425, + 0.3731631103560326, + 0.19131894626512194, + 0.03371644438635457, + 0.2521144753545533, + 0.4066114614366843, 0.3623119875313339, 0.08045781183785962, 0.4104885223245316 @@ -39522,7 +27845,7 @@ "resistance": [ 96696.78531902414, 97058.54467145704, - 97222.61390057529, + 97222.61390057528, 96960.69208599346, 96588.49640662446, 96304.87843891517, @@ -39532,7 +27855,7 @@ "fuel": [ 38.80449617387485, 38.99117614632982, - 39.07600188905323, + 39.076001889053224, 38.940632880600134, 38.74871016165967, 38.60280860214007, @@ -39570,34 +27893,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 44.065806697622634, + 44.06580669762218, 444.8264815704812, 658.6297768634951, 386.8789486834595, - -19.806149817878804, + -19.806149817878918, -341.59444404215975, -434.12580733627817, - -303.38703095126783 + -303.387030951268 ], "relative wind speed": [ - 1.354562150569134, + 1.3545621505691336, 1.6463610058711329, 1.739781298955965, 1.6119979634844435, - 1.294794651549339, + 1.2947946515493387, 0.8948895170814335, 0.696055199850088, - 0.9554027293017626 + 0.9554027293017625 ], "relative wind angle": [ - 0.3956755343329894, - 0.21185141818241224, + 0.39567553433298963, + 0.2118514181824122, 0.0186916551850111, - 0.2457464188344373, - 0.4150362183737145, + 0.24574641883443726, + 0.41503621837371446, 0.3972044398362259, - 0.04673384848722067, - 0.4229732448737814 + 0.046733848487220675, + 0.4229732448737812 ], "resistance": [ 96678.56580669768, @@ -39650,7 +27973,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 133.5692931211255, + 133.56929312112538, 441.14461368520506, 491.0437723441553, 214.0954944724707, @@ -39670,13 +27993,13 @@ 1.030176862270209 ], "relative wind angle": [ - 0.3230213718333998, + 0.3230213718334002, 0.1346248956755337, 0.0840180513725373, - 0.28460074355866094, + 0.284600743558661, 0.3995930969450956, 0.2717801740557519, - 0.18256025328616876, + 0.1825602532861688, 0.4001530248191923 ], "resistance": [ @@ -39730,17 +28053,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 93.86492789105296, + 93.86492789105273, 435.31788111371816, - 532.8044184118658, + 532.8044184118639, 254.2734348015158, -110.61266827691429, -368.46442127803704, - -410.9958842231726, + -410.9958842231724, -245.40676646555727 ], "relative wind speed": [ - 1.4761233859232807, + 1.4761233859232805, 1.6994769112645483, 1.7423620834889602, 1.5922586116751003, @@ -39750,13 +28073,13 @@ 1.1504210365560616 ], "relative wind angle": [ - 0.287658735328599, + 0.28765873532859937, 0.13535763077284285, - 0.05423962827720807, + 0.05423962827721216, 0.22994905849636588, 0.3290240819197686, - 0.23494621993733883, - 0.10431542292297322, + 0.2349462199373388, + 0.10431542292297215, 0.3209490417703963 ], "resistance": [ @@ -39810,9 +28133,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 136.8562192322795, + 136.8562192322787, 439.5827309711568, - 461.3270829216002, + 461.3270829215995, 173.18599457894823, -168.2021447875792, -382.40143970614093, @@ -39820,7 +28143,7 @@ -198.97102490512077 ], "relative wind speed": [ - 1.5787243018710766, + 1.5787243018710764, 1.7590612818472318, 1.7685130256030077, 1.6040151103700306, @@ -39830,17 +28153,17 @@ 1.2940092711400595 ], "relative wind angle": [ - 0.22798940803078407, - 0.09088404723504157, - 0.07416541128898481, - 0.21676150282528195, + 0.22798940803078507, + 0.09088404723504158, + 0.07416541128898631, + 0.21676150282528198, 0.27271943538164944, 0.14923265676049738, 0.12415942608637717, - 0.26985522142369983 + 0.2698552214236999 ], "resistance": [ - 96771.35621923227, + 96771.35621923226, 97074.08273097115, 97095.82708292159, 96807.68599457893, @@ -39850,7 +28173,7 @@ 96435.52897509486 ], "fuel": [ - 39.03054691329324, + 39.030546913293236, 39.18681470988995, 39.19805229778663, 39.04928238148262, @@ -39890,9 +28213,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 113.74284252179314, + 113.74284252179291, 402.6358899543734, - 451.09416844119846, + 451.09416844119755, 193.27319648904086, -122.66036094738297, -331.63996042498064, @@ -39902,7 +28225,7 @@ "relative wind speed": [ 1.3947695273568406, 1.590653646684543, - 1.6135045920174118, + 1.6135045920174116, 1.4567587415526895, 1.1697590531316302, 0.8851775263277968, @@ -39910,9 +28233,9 @@ 1.0915916112431683 ], "relative wind angle": [ - 0.2814101306494499, - 0.11998989961545858, - 0.07324117285951111, + 0.2814101306494507, + 0.1199898996154586, + 0.07324117285951263, 0.24785537399623794, 0.33750083790577234, 0.21679772198086608, @@ -39970,34 +28293,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 105.74898551176796, + 105.7489855117675, 396.52543945151183, - 443.87862243396876, + 443.87862243396717, 184.78266325743016, -136.28855898664813, -348.78110643428766, - -369.3999897595741, - -203.19243187569123 + -369.39998975957434, + -203.19243187569134 ], "relative wind speed": [ - 1.4999096366693239, + 1.4999096366693236, 1.6849794150671802, 1.7063710213245422, 1.5571998911974734, 1.2899002618817534, 1.0365403873347054, 1.000934334189789, - 1.220122986682365 + 1.2201229866823649 ], "relative wind angle": [ - 0.23822280645952154, + 0.23822280645952199, 0.1031499029705031, - 0.06367529750285736, + 0.06367529750286086, 0.21160197737507364, 0.2779608912336116, 0.16817283287611456, - 0.10869281029838834, - 0.2713676608539238 + 0.10869281029838938, + 0.2713676608539234 ], "resistance": [ 96740.24898551177, @@ -40037,68 +28360,7 @@ "id": "948", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.380876405806069, - 4.380876405806069, - 4.380876405806069, - 4.380876405806069, - 4.380876405806069, - 4.380876405806069, - 4.380876405806069, - 4.380876405806069 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 30.902545472034262, - 379.28743999951473, - 558.9029709635117, - 323.19629442075154, - -31.68205305930644, - -313.4017212478617, - -391.4023196992217, - -275.80352541942955 - ], - "relative wind speed": [ - 1.3285831846065919, - 1.5887619280721974, - 1.6713639186206914, - 1.5541119046352865, - 1.269300791563079, - 0.9230890064291557, - 0.7634136686063062, - 0.980302996911125 - ], - "relative wind angle": [ - 0.34886651204469477, - 0.18917370086148774, - 0.018931348841640785, - 0.22287171981424167, - 0.36590875937198136, - 0.3295900747214812, - 0.041456354826028934, - 0.3580080415823747 - ], - "resistance": [ - 96665.40254547204, - 97013.78743999952, - 97193.4029709635, - 96957.69629442075, - 96602.81794694069, - 96321.09827875214, - 96243.09768030078, - 96358.69647458057 - ], - "fuel": [ - 38.81178753982839, - 38.99151649063605, - 39.0843551377037, - 38.96254901860782, - 38.77954850470722, - 38.634607479053244, - 38.594529410969045, - 38.65393417431751 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -61.71875, -53.90625 -61.5625, -53.75 -61.5625, -53.75 -61.71875, -53.90625 -61.71875))", @@ -40117,68 +28379,7 @@ "id": "949", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.873066567685255, - 4.873066567685255, - 4.873066567685255, - 4.873066567685255, - 4.873066567685255, - 4.873066567685255, - 4.873066567685255, - 4.873066567685255 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 216.89026931502656, - 535.8145977371781, - 496.8798767226418, - 152.91350839337986, - -217.46907723599884, - -425.0343732784311, - -408.02117195772297, - -163.75549299771308 - ], - "relative wind speed": [ - 1.5987503201450568, - 1.777870096180058, - 1.7612305163674011, - 1.5536510575223752, - 1.2245809618111125, - 0.9459276078553057, - 0.9765593614370646, - 1.2813155386764634 - ], - "relative wind angle": [ - 0.2507893389471006, - 0.08028949613869513, - 0.1110058739005344, - 0.2727421793076863, - 0.3299506584624859, - 0.15131876347442338, - 0.2011424132701169, - 0.3327324697728506 - ], - "resistance": [ - 96851.39026931503, - 97170.31459773718, - 97131.37987672264, - 96787.41350839338, - 96417.030922764, - 96209.46562672158, - 96226.47882804228, - 96470.74450700228 - ], - "fuel": [ - 39.022743066089255, - 39.187476785767224, - 39.167345584353924, - 38.98974277948751, - 38.798992547462746, - 38.69231781844976, - 38.70105543845309, - 38.82662386103628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -61.875, -54.0625 -61.71875, -53.90625 -61.71875, -53.90625 -61.875, -54.0625 -61.875))", @@ -40197,68 +28398,7 @@ "id": "950", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.649562502393891, - 4.649562502393891, - 4.649562502393891, - 4.649562502393891, - 4.649562502393891, - 4.649562502393891, - 4.649562502393891, - 4.649562502393891 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 91.26874322648177, - 409.39238332938237, - 494.85540221598205, - 232.15772981710222, - -109.2357760052314, - -348.4228629750517, - -385.70663709065377, - -227.74903303071721 - ], - "relative wind speed": [ - 1.4426699759715753, - 1.6552580630699334, - 1.693955110259616, - 1.5473170289283307, - 1.2619105393496342, - 0.9663517028150173, - 0.8967892468784637, - 1.1311608554400712 - ], - "relative wind angle": [ - 0.28077447223817764, - 0.13072129642536462, - 0.055892716070180086, - 0.2279003416153956, - 0.3223457929948265, - 0.22517256093477692, - 0.10571822090649453, - 0.3141978582154409 - ], - "resistance": [ - 96725.7687432265, - 97043.8923833294, - 97129.355402216, - 96866.65772981712, - 96525.26422399479, - 96286.07713702496, - 96248.79336290936, - 96406.7509669693 - ], - "fuel": [ - 38.90373185333075, - 39.067902815353904, - 39.11207105406797, - 38.976392599508095, - 38.80045291384841, - 38.67744443334145, - 38.6582894140722, - 38.739477632175806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -61.875, -53.90625 -61.71875, -53.75 -61.71875, -53.75 -61.875, -53.90625 -61.875))", @@ -40277,68 +28417,7 @@ "id": "951", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.189806410091012, - 5.189806410091012, - 5.189806410091012, - 5.189806410091012, - 5.189806410091012, - 5.189806410091012, - 5.189806410091012, - 5.189806410091012 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 191.42997044020206, - 465.21359034240106, - 415.8740540672103, - 108.57467894718161, - -219.43182967544624, - -395.763969069527, - -374.3218574546006, - -149.0914222272196 - ], - "relative wind speed": [ - 1.6452536988687034, - 1.7951327844804135, - 1.773849197429215, - 1.588544707609158, - 1.3108339587997977, - 1.0966511237706802, - 1.130753919278474, - 1.3790109184161066 - ], - "relative wind angle": [ - 0.1981832353303847, - 0.060104761690014955, - 0.09679700763415601, - 0.2223290424458985, - 0.2497054990298354, - 0.09848673984828722, - 0.15219840591639178, - 0.2568199599746163 - ], - "resistance": [ - 96825.92997044022, - 97099.71359034242, - 97050.37405406723, - 96743.0746789472, - 96415.06817032456, - 96238.7360309305, - 96260.17814254541, - 96485.40857777279 - ], - "fuel": [ - 39.09209422250887, - 39.23346251754268, - 39.20796542246195, - 39.04936683294983, - 38.88046890293152, - 38.78983697608316, - 38.800851702732885, - 38.916655040321615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -62.34375, -55 -62.1875, -54.84375 -62.1875, -54.84375 -62.34375, -55 -62.34375))", @@ -40370,14 +28449,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 138.9368156704703, + 138.93681567046997, 377.3277124169998, - 363.18156381595657, + 363.1815638159561, 115.2796871174728, -161.7636259320891, -322.4316587935086, -316.27369381520384, - -141.71869031963718 + -141.71869031963695 ], "relative wind speed": [ 1.458877449402122, @@ -40387,17 +28466,17 @@ 1.1843311790767201, 0.9705210879944719, 0.9816407521075815, - 1.206253125378065 + 1.2062531253780653 ], "relative wind angle": [ - 0.21575045343584512, + 0.21575045343584615, 0.07521524336945913, - 0.08831515362161124, + 0.0883151536216125, 0.2245154788456151, - 0.2668639765251358, + 0.2668639765251359, 0.12490840444102047, - 0.14446805655255415, - 0.2691626670131615 + 0.14446805655255418, + 0.2691626670131619 ], "resistance": [ 96773.43681567047, @@ -40450,9 +28529,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 136.8192363831305, + 136.81923638312958, 410.9485920086689, - 415.049269234357, + 415.0492692343563, 143.70624115247358, -170.4883747590195, -360.9701819820425, @@ -40460,7 +28539,7 @@ -176.33531967124316 ], "relative wind speed": [ - 1.5643634512793607, + 1.5643634512793603, 1.7280484666412126, 1.7298743984553846, 1.5692278949995835, @@ -40470,13 +28549,13 @@ 1.3005387706307854 ], "relative wind angle": [ - 0.2110025259241111, - 0.07992821612481923, - 0.07668052278264934, + 0.21100252592411162, + 0.07992821612481922, + 0.07668052278265078, 0.20886645631334247, 0.2535059047850577, - 0.12802954456113744, - 0.12327681107369824, + 0.1280295445611374, + 0.12327681107369826, 0.2528759949100866 ], "resistance": [ @@ -40517,68 +28596,7 @@ "id": "954", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.446388342090284, - 4.446388342090284, - 4.446388342090284, - 4.446388342090284, - 4.446388342090284, - 4.446388342090284, - 4.446388342090284, - 4.446388342090284 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 83.58195689216313, - 345.1531287588426, - 401.9627040773287, - 177.98385095380627, - -106.77759863484107, - -301.069906626126, - -325.82684657716567, - -186.519242309846 - ], - "relative wind speed": [ - 1.3728585312920683, - 1.5559006854449482, - 1.583524520811517, - 1.4471034190126564, - 1.1927659529416528, - 0.9415966346956447, - 0.894360809420269, - 1.1015093554392097 - ], - "relative wind angle": [ - 0.25451389362460247, - 0.11483597899974149, - 0.059095129889615766, - 0.2162791807659332, - 0.29400723988366473, - 0.1904888924434628, - 0.1047624432302169, - 0.2858008542169716 - ], - "resistance": [ - 96718.08195689216, - 96979.65312875884, - 97036.46270407733, - 96812.48385095381, - 96527.72240136516, - 96333.43009337387, - 96308.67315342283, - 96447.98075769015 - ], - "fuel": [ - 38.8533298106184, - 38.98828128883775, - 39.0176245010716, - 38.90200488073944, - 38.75527834626961, - 38.65534022383376, - 38.642616087762775, - 38.71424464707266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -62.5, -54.84375 -62.34375, -54.6875 -62.34375, -54.6875 -62.5, -54.84375 -62.5))", @@ -40597,68 +28615,7 @@ "id": "955", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.055475837682637, - 5.055475837682637, - 5.055475837682637, - 5.055475837682637, - 5.055475837682637, - 5.055475837682637, - 5.055475837682637, - 5.055475837682637 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 94.73340283511698, - 390.9646854753938, - 448.7406933179735, - 191.72750254622372, - -133.85794934194723, - -353.6240191730224, - -378.73080754550756, - -216.1914715282752 - ], - "relative wind speed": [ - 1.5417177289935862, - 1.7267984755560972, - 1.7523584840511384, - 1.6098394344834972, - 1.3509244076141573, - 1.1045620561099954, - 1.063545981307248, - 1.2689788438593672 - ], - "relative wind angle": [ - 0.2258883582978491, - 0.10133817772783289, - 0.0560974150471175, - 0.19608061840218297, - 0.2584726282308149, - 0.1588211621669233, - 0.09251270885531113, - 0.24974713794863787 - ], - "resistance": [ - 96729.23340283512, - 97025.4646854754, - 97083.24069331797, - 96826.22750254623, - 96500.64205065805, - 96280.87598082698, - 96255.76919245449, - 96418.30852847172 - ], - "fuel": [ - 39.00644188780808, - 39.15930682777932, - 39.18915917334252, - 39.05645803163987, - 38.888704550406125, - 38.77569605160601, - 38.76279703273716, - 38.8463458079844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -62.65625, -55 -62.5, -54.84375 -62.5, -54.84375 -62.65625, -55 -62.65625))", @@ -40677,68 +28634,7 @@ "id": "956", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.432916298450789, - 4.432916298450789, - 4.432916298450789, - 4.432916298450789, - 4.432916298450789, - 4.432916298450789, - 4.432916298450789, - 4.432916298450789 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 144.77278023093197, - 384.4969417047604, - 368.6671481166959, - 118.49752387067565, - -158.92281716222988, - -319.37664768689444, - -312.4714634186549, - -136.7417860614746 - ], - "relative wind speed": [ - 1.418893379320661, - 1.5732269718260146, - 1.5655346894898206, - 1.3982020841361118, - 1.130381645994726, - 0.903314996333449, - 0.9165818149438497, - 1.1558771644942138 - ], - "relative wind angle": [ - 0.23257363222758137, - 0.07995700934680562, - 0.09552803429891814, - 0.24329838000756754, - 0.29350552359790655, - 0.13955857813718198, - 0.16364459573187387, - 0.295700431107921 - ], - "resistance": [ - 96779.27278023095, - 97018.99694170477, - 97003.16714811671, - 96752.9975238707, - 96475.57718283779, - 96315.12335231312, - 96322.02853658136, - 96497.75821393853 - ], - "fuel": [ - 38.881893771588, - 39.00561863965352, - 38.99744207593442, - 38.86834576151271, - 38.72545943395753, - 38.64294783897442, - 38.6464967803854, - 38.73687331915323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -62.65625, -54.84375 -62.5, -54.6875 -62.5, -54.6875 -62.65625, -54.84375 -62.65625))", @@ -40757,68 +28653,7 @@ "id": "957", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.970849501049918, - 4.970849501049918, - 4.970849501049918, - 4.970849501049918, - 4.970849501049918, - 4.970849501049918, - 4.970849501049918, - 4.970849501049918 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 92.82396566757916, - 377.03638553453266, - 430.27903295080705, - 182.24202058431058, - -130.75000286005775, - -341.0721296877449, - -364.20680472284596, - -206.66566042000625 - ], - "relative wind speed": [ - 1.5164686276847974, - 1.6968103612504875, - 1.720796449672331, - 1.5803741018439212, - 1.3266638998558729, - 1.0865306253787768, - 1.0481287042763914, - 1.2498527513887485 - ], - "relative wind angle": [ - 0.22425187930594254, - 0.09998222884136178, - 0.056809347519434915, - 0.19585154352359002, - 0.25701252003666647, - 0.15651826078918085, - 0.09335381145251824, - 0.24861728116415255 - ], - "resistance": [ - 96727.32396566759, - 97011.53638553455, - 97064.77903295083, - 96816.74202058432, - 96503.74999713995, - 96293.42787031227, - 96270.29319527716, - 96427.83433958 - ], - "fuel": [ - 38.98352098491624, - 39.130175427534994, - 39.15768221786242, - 39.029628556785184, - 38.868367382308364, - 38.76020903681554, - 38.7483220576745, - 38.8293087022322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -62.8125, -55 -62.65625, -54.84375 -62.65625, -54.84375 -62.8125, -55 -62.8125))", @@ -40837,68 +28672,7 @@ "id": "958", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.418598330838425, - 4.418598330838425, - 4.418598330838425, - 4.418598330838425, - 4.418598330838425, - 4.418598330838425, - 4.418598330838425, - 4.418598330838425 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 196.43112184440258, - 429.18305755564165, - 361.29617239219704, - 84.2252904773344, - -197.2247199472829, - -339.34255654736296, - -309.7318645585683, - -102.70735103596041 - ], - "relative wind speed": [ - 1.458286542508482, - 1.5973620317087713, - 1.5647332212290475, - 1.3702234028937754, - 1.0832102014480007, - 0.8650887354702907, - 0.9227967961390684, - 1.192657455745179 - ], - "relative wind angle": [ - 0.22492789893286588, - 0.058061254706604254, - 0.12440774692440795, - 0.2713627504454506, - 0.30497084847721784, - 0.10735433975300987, - 0.21199156022794, - 0.31303939513500806 - ], - "resistance": [ - 96830.93112184439, - 97063.68305755562, - 96995.79617239218, - 96718.72529047732, - 96437.27528005271, - 96295.15744345263, - 96324.76813544142, - 96531.79264896402 - ], - "fuel": [ - 38.90537986215061, - 39.02554799165584, - 38.99047766389353, - 38.84752082243557, - 38.702597002451625, - 38.62952989489313, - 38.64474745517207, - 38.75123287277158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -62.8125, -54.84375 -62.65625, -54.6875 -62.65625, -54.6875 -62.8125, -54.84375 -62.8125))", @@ -40917,68 +28691,7 @@ "id": "959", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.742609763139376, - 4.742609763139376, - 4.742609763139376, - 4.742609763139376, - 4.742609763139376, - 4.742609763139376, - 4.742609763139376, - 4.742609763139376 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 136.54116733119008, - 415.04031125017434, - 427.04876997209624, - 156.50930831627466, - -158.62698715369595, - -353.0388789055436, - -358.27495546953224, - -175.49906258344743 - ], - "relative wind speed": [ - 1.494941573973193, - 1.668740702167082, - 1.674227627765647, - 1.5096798693620206, - 1.2328330613042227, - 0.9849020944079176, - 0.9755457534449133, - 1.2147404491006548 - ], - "relative wind angle": [ - 0.2372302026323844, - 0.0915058998087775, - 0.08112905167276845, - 0.2301315632175015, - 0.28898167864000013, - 0.15544943238026596, - 0.13953299070210876, - 0.2874311998274577 - ], - "resistance": [ - 96771.04116733118, - 97049.54031125017, - 97061.54876997208, - 96791.00930831626, - 96475.87301284629, - 96281.46112109444, - 96276.22504453045, - 96459.00093741654 - ], - "fuel": [ - 38.94924802887076, - 39.09299674848428, - 39.0992014647635, - 38.95954507951308, - 38.79721055580462, - 38.69724847500039, - 38.69455815094395, - 38.788529753227635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -62.96875, -55 -62.8125, -54.84375 -62.8125, -54.84375 -62.96875, -55 -62.96875))", @@ -40997,68 +28710,7 @@ "id": "960", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.146539444447068, - 4.146539444447068, - 4.146539444447068, - 4.146539444447068, - 4.146539444447068, - 4.146539444447068, - 4.146539444447068, - 4.146539444447068 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 237.18811318103985, - 450.00959322118285, - 336.81355974552196, - 51.951471058413404, - -215.09836108376356, - -331.6980124373805, - -282.3819611617153, - -59.90931901180875 - ], - "relative wind speed": [ - 1.4269756888657912, - 1.5494113965694303, - 1.4933538168697913, - 1.2745458329212749, - 0.9687801058458673, - 0.7577062981640683, - 0.8629535837674902, - 1.1620358987052601 - ], - "relative wind angle": [ - 0.22790519710686002, - 0.03841211976491969, - 0.16023118020739452, - 0.3163005697736699, - 0.33926814697119856, - 0.07860943838610457, - 0.27973133191603416, - 0.34816060390632686 - ], - "resistance": [ - 96871.68811318107, - 97084.50959322121, - 96971.31355974555, - 96686.45147105845, - 96419.40163891627, - 96302.80198756265, - 96352.1180388383, - 96574.59068098821 - ], - "fuel": [ - 38.8689797275521, - 38.978882292504075, - 38.920406053477805, - 38.773459359765, - 38.63597537401705, - 38.5760301616353, - 38.60137793328995, - 38.71583830720748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -62.96875, -54.84375 -62.8125, -54.6875 -62.8125, -54.6875 -62.96875, -54.84375 -62.96875))", @@ -41077,68 +28729,7 @@ "id": "961", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.129581906220339, - 4.129581906220339, - 4.129581906220339, - 4.129581906220339, - 4.129581906220339, - 4.129581906220339, - 4.129581906220339, - 4.129581906220339 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 182.08755040291396, - 414.9477524210429, - 365.1259255815746, - 100.5670614680838, - -173.86100069102025, - -319.6565518867016, - -297.88684351874144, - -105.58368234948352 - ], - "relative wind speed": [ - 1.3796076122246521, - 1.5280143534578703, - 1.5032444093907094, - 1.3122682984078073, - 1.018192364834668, - 0.7779492214422135, - 0.82479639981719, - 1.1036234722538742 - ], - "relative wind angle": [ - 0.25217404103014884, - 0.07195625919120456, - 0.12597232626312607, - 0.2913579308404188, - 0.3448709937033275, - 0.14168502342575215, - 0.23103577584670737, - 0.3485758549305757 - ], - "resistance": [ - 96816.58755040291, - 97049.44775242104, - 96999.62592558157, - 96735.06706146809, - 96460.63899930898, - 96314.8434481133, - 96336.61315648125, - 96528.91631765051 - ], - "fuel": [ - 38.83713477977251, - 38.957346424816585, - 38.9316094608478, - 38.79509836191919, - 38.65377000024785, - 38.57880039012343, - 38.589989580344685, - 38.68890611146851 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -63.125, -55 -62.96875, -54.84375 -62.96875, -54.84375 -63.125, -55 -63.125))", @@ -41157,68 +28748,7 @@ "id": "962", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.8641415989151993, - 3.8641415989151993, - 3.8641415989151993, - 3.8641415989151993, - 3.8641415989151993, - 3.8641415989151993, - 3.8641415989151993, - 3.8641415989151993 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 316.1536659958901, - 434.19909424053986, - 236.7510250726811, - -43.3901681724339, - -256.31244950633425, - -307.6842563499371, - -203.13449878018486, - 45.14468647387088 - ], - "relative wind speed": [ - 1.416669836537234, - 1.4776912287061608, - 1.3611914927825257, - 1.0993192336853905, - 0.7924633756536313, - 0.6718483907189617, - 0.8843694632240878, - 1.1943403409230335 - ], - "relative wind angle": [ - 0.17695816672419393, - 0.03435895405150935, - 0.23819610282169817, - 0.3757774178440066, - 0.320136263406337, - 0.07562771330748727, - 0.3716639878789366, - 0.34457619278342344 - ], - "resistance": [ - 96950.65366599584, - 97068.69909424048, - 96871.25102507262, - 96591.1098318275, - 96378.1875504936, - 96326.81574365, - 96431.36550121976, - 96679.64468647381 - ], - "fuel": [ - 38.855285461566496, - 38.91625885243495, - 38.81430119767717, - 38.66989163405188, - 38.560327972115104, - 38.53391878350878, - 38.587676006149984, - 38.71549877188877 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -63.125, -54.84375 -62.96875, -54.6875 -62.96875, -54.6875 -63.125, -54.84375 -63.125))", @@ -41237,68 +28767,7 @@ "id": "963", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 3.883714242515644, - 3.883714242515644, - 3.883714242515644, - 3.883714242515644, - 3.883714242515644, - 3.883714242515644, - 3.883714242515644, - 3.883714242515644 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 311.65140286543584, - 437.6645433350481, - 243.23524294300324, - -37.83635053020873, - -254.50980152727968, - -309.31576136834997, - -208.66623446583822, - 38.47924159206724 - ], - "relative wind speed": [ - 1.418090484778725, - 1.4831332730606217, - 1.3704633014029084, - 1.111204574394544, - 0.8039861029454433, - 0.6765278790189265, - 0.8827256744069478, - 1.1927274083351989 - ], - "relative wind angle": [ - 0.180566582063985, - 0.029351209140826954, - 0.23284131215155446, - 0.3717915071572402, - 0.32231155133254435, - 0.06438106834059142, - 0.36637880686438834, - 0.3452740959538052 - ], - "resistance": [ - 96946.1514028654, - 97072.16454333502, - 96877.73524294297, - 96596.66364946976, - 96379.99019847269, - 96325.18423863163, - 96425.83376553413, - 96672.97924159204 - ], - "fuel": [ - 38.856565580718254, - 38.92165424944528, - 38.821251818457036, - 38.67635634903894, - 38.564859477853304, - 38.536684844418815, - 38.58843531146667, - 38.71566879574585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -63.28125, -55 -63.125, -54.84375 -63.125, -54.84375 -63.28125, -55 -63.28125))", @@ -41317,68 +28786,7 @@ "id": "964", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.241682379299956, - 4.241682379299956, - 4.241682379299956, - 4.241682379299956, - 4.241682379299956, - 4.241682379299956, - 4.241682379299956, - 4.241682379299956 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 383.5945267117843, - 339.54175564139325, - 91.39806091886578, - -169.00146698992813, - -307.9934474904298, - -288.77035845285684, - -107.61801472546927, - 164.25029303039912 - ], - "relative wind speed": [ - 1.5266944709469281, - 1.5045965031014201, - 1.3265894059408312, - 1.0555102734164141, - 0.8395608206099229, - 0.8785486565797627, - 1.1295215478992333, - 1.3862021648502552 - ], - "relative wind angle": [ - 0.06731994418408295, - 0.11411560330668682, - 0.2630823246301317, - 0.3046045554699483, - 0.1226322546917079, - 0.1962673608270348, - 0.3103904333511769, - 0.2304011739049967 - ], - "resistance": [ - 97018.09452671181, - 96974.04175564142, - 96725.8980609189, - 96465.4985330101, - 96326.5065525096, - 96345.72964154718, - 96526.88198527457, - 96798.75029303043 - ], - "fuel": [ - 38.96409597619674, - 38.94134385825524, - 38.813318952371574, - 38.6792172668309, - 38.60774185179601, - 38.61762287432082, - 38.71080605631697, - 38.85088188291135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -63.28125, -54.84375 -63.125, -54.6875 -63.125, -54.6875 -63.28125, -54.84375 -63.28125))", @@ -41397,68 +28805,7 @@ "id": "965", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.39031567522944, - 4.39031567522944, - 4.39031567522944, - 4.39031567522944, - 4.39031567522944, - 4.39031567522944, - 4.39031567522944, - 4.39031567522944 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 335.3330563007471, - 457.250318407131, - 243.60347922172184, - -61.34828724877843, - -293.22604579568747, - -346.28339605394996, - -230.83023142982427, - 42.318018908804675 - ], - "relative wind speed": [ - 1.5459082748557935, - 1.6046552347472416, - 1.4869264938870659, - 1.2292826583116998, - 0.9409658116288869, - 0.8368575927362433, - 1.0316485131568518, - 1.3281992316275997 - ], - "relative wind angle": [ - 0.15264482372668547, - 0.032323764669809914, - 0.20892424217225136, - 0.3179376692629186, - 0.2524806344522853, - 0.06200901570224065, - 0.3035805798354831, - 0.2935236995333501 - ], - "resistance": [ - 96969.83305630076, - 97091.75031840714, - 96878.10347922174, - 96573.15171275123, - 96341.27395420433, - 96288.21660394607, - 96403.6697685702, - 96676.81801890882 - ], - "fuel": [ - 38.970872458343024, - 39.03385532657921, - 38.923521111915264, - 38.766328284123006, - 38.647034353016295, - 38.61976611542944, - 38.679115393642725, - 38.81972610818978 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -63.4375, -55 -63.28125, -54.84375 -63.28125, -54.84375 -63.4375, -55 -63.4375))", @@ -41477,68 +28824,7 @@ "id": "966", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.266650053569872, - 4.266650053569872, - 4.266650053569872, - 4.266650053569872, - 4.266650053569872, - 4.266650053569872, - 4.266650053569872, - 4.266650053569872 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 401.31155257090336, - 358.79021544457396, - 100.198916549905, - -172.32760007596073, - -319.41266032097553, - -300.8461864805816, - -113.35736625371965, - 170.3036861220237 - ], - "relative wind speed": [ - 1.5468303583907426, - 1.5258410619745977, - 1.3434012248078153, - 1.0625111945970922, - 0.8346694657503891, - 0.8724484674108288, - 1.1334153801145164, - 1.4001525759898927 - ], - "relative wind angle": [ - 0.07098410303269893, - 0.1152040408407765, - 0.2695567666886547, - 0.3163483130097073, - 0.13182050616915106, - 0.20241648941718934, - 0.3211331088667867, - 0.23832781857722568 - ], - "resistance": [ - 97035.81155257093, - 96993.2902154446, - 96734.69891654994, - 96462.17239992406, - 96315.08733967906, - 96333.65381351944, - 96521.1426337463, - 96804.80368612205 - ], - "fuel": [ - 38.978472033912695, - 38.95650793761958, - 38.82307929891188, - 38.68272962787231, - 38.60709645222904, - 38.61663915082703, - 38.71307554651919, - 38.85922756317406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -63.4375, -54.84375 -63.28125, -54.6875 -63.28125, -54.6875 -63.4375, -54.84375 -63.4375))", @@ -41557,68 +28843,7 @@ "id": "967", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.6405834171415785, - 4.6405834171415785, - 4.6405834171415785, - 4.6405834171415785, - 4.6405834171415785, - 4.6405834171415785, - 4.6405834171415785, - 4.6405834171415785 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 354.7602712111765, - 447.0204360136273, - 217.51763221382214, - -92.18416235930135, - -315.9379404847209, - -356.09370356331493, - -221.925450111955, - 64.0250821324139 - ], - "relative wind speed": [ - 1.611823335603667, - 1.654974355249491, - 1.5263530400426597, - 1.2689014281320776, - 1.0007840849454857, - 0.9276869802596324, - 1.1268494340546278, - 1.4104724086493425 - ], - "relative wind angle": [ - 0.12788738588295642, - 0.044466094679636685, - 0.20425937038525765, - 0.29118558869435196, - 0.20688199518132774, - 0.07938380354000359, - 0.2783357731996341, - 0.261233806448381 - ], - "resistance": [ - 96989.26027121115, - 97081.52043601361, - 96852.01763221381, - 96542.31583764068, - 96318.56205951526, - 96278.40629643667, - 96412.57454988803, - 96698.5250821324 - ], - "fuel": [ - 39.03757277149166, - 39.08523626211447, - 38.96672901543385, - 38.80712049964809, - 38.6920283969576, - 38.67139321698237, - 38.74036285441349, - 38.88758018829172 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -64.21875, -55 -64.0625, -54.84375 -64.0625, -54.84375 -64.21875, -55 -64.21875))", @@ -41637,68 +28862,7 @@ "id": "968", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.917790838954858, - 4.917790838954858, - 4.917790838954858, - 4.917790838954858, - 4.917790838954858, - 4.917790838954858, - 4.917790838954858, - 4.917790838954858 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 599.4503103267008, - 391.2852663441505, - 9.557532256932518, - -322.8370647612863, - -438.8721440875855, - -348.5653941235899, - -33.190786993160486, - 353.39724770865917 - ], - "relative wind speed": [ - 1.8072781569515026, - 1.7176105389013785, - 1.4537120944117028, - 1.1161459767485358, - 0.9251285919219908, - 1.082557751272652, - 1.4173349620843778, - 1.695976240038062 - ], - "relative wind angle": [ - 0.010576061692685986, - 0.17461912314986958, - 0.3083070040527038, - 0.29586931166883984, - 0.02066187248435731, - 0.2792645848247088, - 0.31649135985257965, - 0.19308485488236515 - ], - "resistance": [ - 97233.95031032673, - 97025.78526634417, - 96644.05753225696, - 96311.66293523874, - 96195.62785591245, - 96285.93460587643, - 96601.30921300687, - 96987.8972477087 - ], - "fuel": [ - 39.23163820883909, - 39.12402270244097, - 38.927099088739794, - 38.75606681696256, - 38.69645825418152, - 38.74284555367282, - 38.90508008021769, - 39.104453001008565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -64.21875, -54.84375 -64.0625, -54.6875 -64.0625, -54.6875 -64.21875, -54.84375 -64.21875))", @@ -41717,68 +28881,7 @@ "id": "969", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.255825786391666, - 5.255825786391666, - 5.255825786391666, - 5.255825786391666, - 5.255825786391666, - 5.255825786391666, - 5.255825786391666, - 5.255825786391666 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 555.714867233128, - 411.791843161986, - 48.801599277836885, - -294.6765696234828, - -441.2403999817905, - -378.7363119477792, - -90.88508221892107, - 289.3467870123545 - ], - "relative wind speed": [ - 1.8589354176937865, - 1.7985932908791868, - 1.56927724484001, - 1.261399003230303, - 1.0634575463450433, - 1.162602689674752, - 1.4573783890472438, - 1.7307383957964846 - ], - "relative wind angle": [ - 0.031202976988467, - 0.13410323488416953, - 0.25647195572398185, - 0.25853263215945943, - 0.054561361551242304, - 0.2083458970059841, - 0.2766623720733446, - 0.1874275085042071 - ], - "resistance": [ - 97190.21486723317, - 97046.29184316203, - 96683.30159927788, - 96339.82343037656, - 96193.25960001825, - 96255.76368805226, - 96543.61491778112, - 96923.8467870124 - ], - "fuel": [ - 39.29827944843472, - 39.22388148984538, - 39.03658371729984, - 38.859805364394745, - 38.78450679582068, - 38.81660909307156, - 38.964638029036614, - 39.1606467936316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -64.375, -55 -64.21875, -54.84375 -64.21875, -54.84375 -64.375, -55 -64.375))", @@ -41797,68 +28900,7 @@ "id": "970", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.809356217656413, - 4.809356217656413, - 4.809356217656413, - 4.809356217656413, - 4.809356217656413, - 4.809356217656413, - 4.809356217656413, - 4.809356217656413 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 575.9123796396809, - 428.27655415375784, - 61.418456053154614, - -282.31182781517475, - -430.79781443725335, - -366.50032572751365, - -78.48907422734965, - 304.08542005253025 - ], - "relative wind speed": [ - 1.777001100959256, - 1.713018121376388, - 1.4674495055558303, - 1.1279080257183893, - 0.8983039331132495, - 1.0150131944429346, - 1.345836103580629, - 1.6408858444685253 - ], - "relative wind angle": [ - 0.0360376771244182, - 0.15579038911514465, - 0.30446343502157946, - 0.32143554908658434, - 0.07133383272597593, - 0.2649511846684977, - 0.3329901516448595, - 0.2189065804440252 - ], - "resistance": [ - 97210.41237963969, - 97062.77655415377, - 96695.91845605317, - 96352.18817218483, - 96203.70218556277, - 96267.9996742725, - 96556.01092577266, - 96938.58542005255 - ], - "fuel": [ - 39.192422108553714, - 39.11609482004983, - 38.92678142684447, - 38.74985734141378, - 38.67356494589822, - 38.70659105237629, - 38.85471547943527, - 39.05195117667172 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -64.375, -54.84375 -64.21875, -54.6875 -64.21875, -54.6875 -64.375, -54.84375 -64.375))", @@ -41877,68 +28919,7 @@ "id": "971", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.632936224875616, - 4.632936224875616, - 4.632936224875616, - 4.632936224875616, - 4.632936224875616, - 4.632936224875616, - 4.632936224875616, - 4.632936224875616 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 464.5303225241727, - 443.1008215827104, - 143.89821675432518, - -184.91956011222862, - -374.2873995827169, - -364.925166239375, - -155.2496431187392, - 179.19183812767574 - ], - "relative wind speed": [ - 1.6775022665721375, - 1.667794550162146, - 1.479261795174645, - 1.1754169179800151, - 0.913350199151805, - 0.9309585270541035, - 1.2083074865207064, - 1.505528979984 - ], - "relative wind angle": [ - 0.08442956357661509, - 0.10326779663918324, - 0.26301595762591756, - 0.3220037684702825, - 0.15550920009341515, - 0.185739797505345, - 0.3239312025064395, - 0.24966272176183987 - ], - "resistance": [ - 97099.03032252418, - 97077.60082158273, - 96778.39821675434, - 96449.58043988778, - 96260.2126004173, - 96269.57483376063, - 96479.25035688127, - 96813.69183812769 - ], - "fuel": [ - 39.09249314426933, - 39.0814180049406, - 38.92696337489111, - 38.75760498092562, - 38.66025318452648, - 38.66506306397771, - 38.772870030242466, - 38.945165349466976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -64.53125, -55 -64.375, -54.84375 -64.375, -54.84375 -64.53125, -55 -64.53125))", @@ -41957,68 +28938,7 @@ "id": "972", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.323666602973249, - 4.323666602973249, - 4.323666602973249, - 4.323666602973249, - 4.323666602973249, - 4.323666602973249, - 4.323666602973249, - 4.323666602973249 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 469.5650380099945, - 419.86208666088294, - 121.697198391484, - -190.02758344283427, - -358.49734483540146, - -336.7723466214347, - -122.2839961515848, - 202.74699449326238 - ], - "relative wind speed": [ - 1.612200948351366, - 1.58886864025012, - 1.3862752108596517, - 1.069596989625315, - 0.8043123712513669, - 0.8494743859839297, - 1.1508046437901909, - 1.4498526022315177 - ], - "relative wind angle": [ - 0.07720992709797661, - 0.12584332071378201, - 0.2975137668286028, - 0.3584952014839865, - 0.15523211853695562, - 0.2369699264243344, - 0.36090967600117974, - 0.2618245335418087 - ], - "resistance": [ - 97104.06503801003, - 97054.36208666091, - 96756.19719839151, - 96444.4724165572, - 96276.00265516463, - 96297.72765337859, - 96512.21600384844, - 96837.2469944933 - ], - "fuel": [ - 39.02582470110664, - 39.00013903355217, - 38.84624530182817, - 38.68570653489712, - 38.59909484836581, - 38.610257916784356, - 38.72056384090821, - 38.88804530640353 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -64.53125, -54.84375 -64.375, -54.6875 -64.375, -54.6875 -64.53125, -54.84375 -64.53125))", @@ -42037,68 +28957,7 @@ "id": "973", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.246565468167774, - 4.246565468167774, - 4.246565468167774, - 4.246565468167774, - 4.246565468167774, - 4.246565468167774, - 4.246565468167774, - 4.246565468167774 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 342.2660388146288, - 446.94813327135523, - 229.3520074348919, - -69.79601228206616, - -290.69558342608445, - -336.31870055559415, - -214.1531520572966, - 57.407555970216436 - ], - "relative wind speed": [ - 1.5178950749604367, - 1.5691570110909008, - 1.4436260021730196, - 1.1793877492075275, - 0.8882347248618297, - 0.7941741997721851, - 1.0044452951203786, - 1.3046114065340384 - ], - "relative wind angle": [ - 0.15068662151496967, - 0.04202460150201358, - 0.2242965794056466, - 0.33537962013672984, - 0.2594338545781792, - 0.08310485766695061, - 0.32538240948847963, - 0.30211094603062805 - ], - "resistance": [ - 96976.76603881465, - 97081.44813327138, - 96863.8520074349, - 96564.70398771795, - 96343.80441657393, - 96298.18129944442, - 96420.34684794272, - 96691.90755597023 - ], - "fuel": [ - 38.94376906017686, - 38.997847526557386, - 38.88548371148259, - 38.73129516221879, - 38.617651600730085, - 38.594203044305004, - 38.657008912567306, - 38.79681844515991 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -64.6875, -55 -64.53125, -54.84375 -64.53125, -54.84375 -64.6875, -55 -64.6875))", @@ -42117,68 +28976,7 @@ "id": "974", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.456046005114747, - 4.456046005114747, - 4.456046005114747, - 4.456046005114747, - 4.456046005114747, - 4.456046005114747, - 4.456046005114747, - 4.456046005114747 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 493.3195067417546, - 376.75151521286807, - 62.42930644383591, - -236.70027659337984, - -370.78343346424026, - -319.9827692655569, - -75.97682611785763, - 253.8777303668354 - ], - "relative wind speed": [ - 1.6472627775608137, - 1.5928823204085456, - 1.3684105593620755, - 1.0529399880724362, - 0.8325510368351119, - 0.9323850066375334, - 1.2385751605368798, - 1.515893554571232 - ], - "relative wind angle": [ - 0.04151319186997945, - 0.15137075464668123, - 0.30280017812409626, - 0.32566518717331966, - 0.08220583684309547, - 0.2605527483209918, - 0.3357239426611241, - 0.22410081700079812 - ], - "resistance": [ - 97127.81950674177, - 97011.25151521288, - 96696.92930644385, - 96397.79972340663, - 96263.71656653578, - 96314.51723073446, - 96558.52317388216, - 96888.37773036685 - ], - "fuel": [ - 39.06698309630116, - 39.006746873934894, - 38.844573633399605, - 38.69058037414969, - 38.62166183127119, - 38.647765425473565, - 38.77328014420715, - 38.94330688709514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -64.6875, -54.84375 -64.53125, -54.6875 -64.53125, -54.6875 -64.6875, -54.84375 -64.6875))", @@ -42197,68 +28995,7 @@ "id": "975", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.681037588981591, - 4.681037588981591, - 4.681037588981591, - 4.681037588981591, - 4.681037588981591, - 4.681037588981591, - 4.681037588981591, - 4.681037588981591 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 440.9637316959062, - 397.18806086408006, - 110.35973683043153, - -194.89347350508285, - -360.7365726832564, - -341.64761980314967, - -133.53694017513897, - 183.0337051209426 - ], - "relative wind speed": [ - 1.666584319285389, - 1.6464285905699836, - 1.4597894830482183, - 1.1738325484608885, - 0.9447628673641468, - 0.9794657038364357, - 1.2406026092266143, - 1.5140004349444167 - ], - "relative wind angle": [ - 0.06833641334651702, - 0.10697476884885138, - 0.25088210370013975, - 0.29094939613389564, - 0.12074646240152817, - 0.18045378001009438, - 0.2964430961043041, - 0.22428497089198687 - ], - "resistance": [ - 97075.46373169594, - 97031.68806086411, - 96744.85973683046, - 96439.60652649494, - 96273.76342731678, - 96292.85238019688, - 96500.96305982489, - 96817.53370512096 - ], - "fuel": [ - 39.09165366346532, - 39.06903529312155, - 38.92101092433816, - 38.76381422958086, - 38.67855512396394, - 38.68836344687302, - 38.79538325171248, - 38.95848704484468 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -64.53125, -54.6875 -64.375, -54.53125 -64.375, -54.53125 -64.53125, -54.6875 -64.53125))", @@ -42277,68 +29014,7 @@ "id": "976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.646741032210592, - 4.646741032210592, - 4.646741032210592, - 4.646741032210592, - 4.646741032210592, - 4.646741032210592, - 4.646741032210592, - 4.646741032210592 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 314.90265585530597, - 445.60169398867697, - 242.94787825605943, - -57.42191914610066, - -291.75476440794796, - -348.47119300890057, - -242.40087100091773, - 24.582967696210744 - ], - "relative wind speed": [ - 1.5873257027146799, - 1.6492288106346042, - 1.5423710955672216, - 1.3023987164161825, - 1.0353036847679262, - 0.9335421449326571, - 1.1011575771666224, - 1.3766677847869389 - ], - "relative wind angle": [ - 0.1428030747275538, - 0.02336919647764985, - 0.18281846030325355, - 0.2784750372258104, - 0.21997171617432962, - 0.041292831103128855, - 0.2574820338447326, - 0.26308421905828433 - ], - "resistance": [ - 96949.40265585532, - 97080.10169398869, - 96877.44787825608, - 96577.07808085391, - 96342.74523559207, - 96286.02880699112, - 96392.09912899909, - 96659.08296769623 - ], - "fuel": [ - 39.01843758062884, - 39.08594934332554, - 38.98129692469064, - 38.82646412673615, - 38.705904776212556, - 38.676756071441915, - 38.731279337181135, - 38.86870219112171 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -64.53125, -54.53125 -64.375, -54.375 -64.375, -54.375 -64.53125, -54.53125 -64.53125))", @@ -42357,68 +29033,7 @@ "id": "977", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.379393816376313, - 5.379393816376313, - 5.379393816376313, - 5.379393816376313, - 5.379393816376313, - 5.379393816376313, - 5.379393816376313, - 5.379393816376313 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 262.5300700843111, - 508.84383832336493, - 376.62615402456504, - 39.46212841881322, - -281.37545210172686, - -417.4253929055848, - -360.1663263133438, - -91.59384181644009 - ], - "relative wind speed": [ - 1.7370412115963267, - 1.8561183843022682, - 1.8002499656265, - 1.588756572050746, - 1.309496798722055, - 1.1344243386416217, - 1.2211445851778278, - 1.4859160781864187 - ], - "relative wind angle": [ - 0.16933284081242858, - 0.028505259860314738, - 0.1213473272104265, - 0.22928011121893757, - 0.2254523598966169, - 0.046650237444522305, - 0.1794163772676763, - 0.24546393454391527 - ], - "resistance": [ - 96897.0300700843, - 97143.34383832336, - 97011.12615402456, - 96673.96212841882, - 96353.12454789827, - 96217.07460709442, - 96274.33367368666, - 96542.90615818356 - ], - "fuel": [ - 39.18131454438873, - 39.3085513469585, - 39.24022439636237, - 39.06628050111267, - 38.90115224426788, - 38.83124589194814, - 38.86065884495341, - 38.99878251466208 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -64.6875, -54.6875 -64.53125, -54.53125 -64.53125, -54.53125 -64.6875, -54.6875 -64.6875))", @@ -42437,68 +29052,7 @@ "id": "978", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.486128762787787, - 5.486128762787787, - 5.486128762787787, - 5.486128762787787, - 5.486128762787787, - 5.486128762787787, - 5.486128762787787, - 5.486128762787787 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 505.4990368895775, - 487.82218693257016, - 154.19431901655105, - -220.19785171174522, - -437.7464809698895, - -430.06046669836064, - -195.0207276214162, - 183.85999818539779 - ], - "relative wind speed": [ - 1.8929893153189705, - 1.8857908712428342, - 1.701479122874184, - 1.409676725623919, - 1.1681099978941982, - 1.1796958527643302, - 1.43277992361544, - 1.7206687782157244 - ], - "relative wind angle": [ - 0.07304921915315916, - 0.0847900142985604, - 0.2156069183140635, - 0.2546377046582336, - 0.11855270782035132, - 0.13579483388251135, - 0.2568778143594497, - 0.20786116853374156 - ], - "resistance": [ - 97139.9990368896, - 97122.32218693258, - 96788.69431901656, - 96414.30214828828, - 96196.75351903013, - 96204.43953330166, - 96439.4792723786, - 96818.3599981854 - ], - "fuel": [ - 39.337440027640355, - 39.32830150550886, - 39.15604168549245, - 38.9632274910971, - 38.85142824391318, - 38.855375121173154, - 38.97617750157659, - 39.171341988129576 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -64.6875, -54.53125 -64.53125, -54.375 -64.53125, -54.375 -64.6875, -54.53125 -64.6875))", @@ -42517,68 +29071,7 @@ "id": "979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.757059560790325, - 5.757059560790325, - 5.757059560790325, - 5.757059560790325, - 5.757059560790325, - 5.757059560790325, - 5.757059560790325, - 5.757059560790325 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 287.85548117403255, - 564.5055604445984, - 421.7340086310828, - 46.54022520474109, - -312.9224674732101, - -467.2777969341166, - -405.4804489703047, - -107.4603730160884 - ], - "relative wind speed": [ - 1.849577237676379, - 1.9759278234495552, - 1.9192160989153213, - 1.6993043834383457, - 1.4082500265436202, - 1.2246686620913405, - 1.311759757369827, - 1.5863381442233289 - ], - "relative wind angle": [ - 0.16665949620611675, - 0.02936985367218535, - 0.11738270540351517, - 0.22304783234176795, - 0.2196382031959726, - 0.047397391025346416, - 0.17219648307430396, - 0.23923066610015511 - ], - "resistance": [ - 96922.35548117405, - 97199.00556044461, - 97056.2340086311, - 96681.04022520475, - 96321.5775325268, - 96167.2222030659, - 96229.0195510297, - 96527.03962698393 - ], - "fuel": [ - 39.30609394404614, - 39.449043075190694, - 39.37523536978706, - 39.18163538380429, - 38.99664397043219, - 38.91735516208344, - 38.94908840682021, - 39.1023227033951 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -64.84375, -55 -64.6875, -54.84375 -64.6875, -54.84375 -64.84375, -55 -64.84375))", @@ -42597,68 +29090,7 @@ "id": "980", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.844861481439897, - 4.844861481439897, - 4.844861481439897, - 4.844861481439897, - 4.844861481439897, - 4.844861481439897, - 4.844861481439897, - 4.844861481439897 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 550.2152304634511, - 356.1940552955697, - 3.3042123195232307, - -303.5833451637336, - -408.77399199701915, - -324.6574777931486, - -31.704893933551716, - 325.273525213939 - ], - "relative wind speed": [ - 1.7592607569594048, - 1.673101761065879, - 1.4230172216918449, - 1.1071103808716956, - 0.9325372584504756, - 1.079515931560975, - 1.3927117922040186, - 1.6549715266257106 - ], - "relative wind angle": [ - 0.009010476490202974, - 0.16881469232036111, - 0.29475440235894185, - 0.2777129779125187, - 0.016999134903681035, - 0.26343511614213927, - 0.3013673852104533, - 0.1844441627722357 - ], - "resistance": [ - 97184.71523046344, - 96990.69405529555, - 96637.8042123195, - 96330.91665483626, - 96225.72600800297, - 96309.84252220683, - 96602.79510606643, - 96959.77352521392 - ], - "fuel": [ - 39.18789932847318, - 39.08762624690577, - 38.90560651175939, - 38.747691359330894, - 38.69364404835289, - 38.736860100419, - 38.88757416457182, - 39.0716589892328 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -64.84375, -54.84375 -64.6875, -54.6875 -64.6875, -54.6875 -64.84375, -54.84375 -64.84375))", @@ -42677,68 +29109,7 @@ "id": "981", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.77940146125674, - 5.77940146125674, - 5.77940146125674, - 5.77940146125674, - 5.77940146125674, - 5.77940146125674, - 5.77940146125674, - 5.77940146125674 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 569.1989416150284, - 355.8141566892382, - -23.07760152507194, - -351.261185175411, - -454.6497162007413, - -362.6902949025947, - -42.09709954942673, - 339.2986621148459 - ], - "relative wind speed": [ - 1.9749194357717867, - 1.88918030928947, - 1.6543197744516267, - 1.375183576439203, - 1.2358951869943158, - 1.3633566848106216, - 1.6404175611359397, - 1.8805886903086353 - ], - "relative wind angle": [ - 0.0036117327254608102, - 0.13605680590827204, - 0.22526461385084007, - 0.19490096850921065, - 0.005771448358125912, - 0.1890750282889709, - 0.22720708090370584, - 0.142098781290254 - ], - "resistance": [ - 97203.69894161508, - 96990.31415668929, - 96611.42239847497, - 96283.23881482464, - 96179.8502837993, - 96271.80970509745, - 96592.40290045062, - 96973.79866211489 - ], - "fuel": [ - 39.458373431144274, - 39.34808555696118, - 39.15267296158342, - 38.98384473177454, - 38.930741349673184, - 38.97797245034587, - 39.14287777766474, - 39.33955659186125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -65, -55 -64.84375, -54.84375 -64.84375, -54.84375 -65, -55 -65))", @@ -42757,68 +29128,7 @@ "id": "982", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.018684958383566, - 5.018684958383566, - 5.018684958383566, - 5.018684958383566, - 5.018684958383566, - 5.018684958383566, - 5.018684958383566, - 5.018684958383566 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 547.5670035060622, - 335.3775548995201, - -19.050971647814208, - -319.2856212895633, - -410.8415315433986, - -318.95375873604974, - -18.499638507497366, - 335.862166511149 - ], - "relative wind speed": [ - 1.7921146918217974, - 1.6988682584973724, - 1.4495590850037674, - 1.147467657987433, - 0.9960458939761588, - 1.147880277651117, - 1.4500210173074533, - 1.6991469817008582 - ], - "relative wind angle": [ - 0.00013402933667907565, - 0.16653952709724903, - 0.27816326951748954, - 0.24765758912376415, - 0.00024114947825576514, - 0.24787194524889222, - 0.278072297869322, - 0.16630923569399375 - ], - "resistance": [ - 97182.06700350608, - 96969.87755489953, - 96615.4490283522, - 96315.21437871046, - 96223.65846845662, - 96315.54624126396, - 96616.00036149252, - 96970.36216651116 - ], - "fuel": [ - 39.2306558253059, - 39.12100236837335, - 38.93821745231546, - 38.78374694580724, - 38.736708235655314, - 38.78391750367562, - 38.93850142134755, - 39.1212526109569 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -65, -54.84375 -64.84375, -54.6875 -64.84375, -54.6875 -65, -54.84375 -65))", @@ -42837,68 +29147,7 @@ "id": "983", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.661314646966939, - 5.661314646966939, - 5.661314646966939, - 5.661314646966939, - 5.661314646966939, - 5.661314646966939, - 5.661314646966939, - 5.661314646966939 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 602.303165743398, - 364.19570060704814, - -33.57821670078056, - -369.9282194652968, - -469.3599054312625, - -364.5912199859489, - -24.704617807598424, - 371.9362406038465 - ], - "relative wind speed": [ - 1.9672765245541883, - 1.870564638736443, - 1.6180550651402181, - 1.3204061342435756, - 1.1779086803477736, - 1.3261348783624682, - 1.6246672242261562, - 1.8746128730894214 - ], - "relative wind angle": [ - 0.0017326575186131339, - 0.15106030785678012, - 0.2464115838302032, - 0.2111015655592221, - 0.0028937892813914227, - 0.21389421237232115, - 0.24538805330617272, - 0.14813114693265073 - ], - "resistance": [ - 97236.80316574343, - 96998.69570060707, - 96600.92178329924, - 96264.57178053474, - 96165.14009456876, - 96269.90878001408, - 96609.79538219243, - 97006.43624060387 - ], - "fuel": [ - 39.43938680145339, - 39.316302637632646, - 39.111153178268225, - 38.93814213157931, - 38.887077275781145, - 38.94088407994508, - 39.11572326193374, - 39.32030061368314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -65.15625, -58.125 -65, -57.96875 -65, -57.96875 -65.15625, -58.125 -65.15625))", @@ -42930,19 +29179,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 296.9560883780696, + 296.95608837806685, 53.4602696798529, - -199.0464166638693, + -199.04641666386965, -323.34529168107747, - -297.9341937008687, + -297.93419370086895, -111.78678441104603, 155.26438205949398, 356.0974180185874 ], "relative wind speed": [ - 1.7571815272793168, + 1.7571815272793163, 1.6077889378503494, - 1.4024453883629766, + 1.4024453883629764, 1.263085023271633, 1.2992994526074557, 1.4801623960511059, @@ -42950,14 +29199,14 @@ 1.7833906502347163 ], "relative wind angle": [ - 0.07881418125730513, - 0.16267511315716568, - 0.1646761847140907, + 0.07881418125730937, + 0.16267511315716565, + 0.1646761847140914, 0.051279758586613204, - 0.10668076323511197, - 0.1768437255066011, + 0.10668076323511302, + 0.17684372550660113, 0.1376089691523995, - 0.03631091198584114 + 0.036310911985841146 ], "resistance": [ 96931.45608837808, @@ -43010,9 +29259,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 238.9709341363996, + 238.9709341363989, 32.13615984819785, - -172.20082832601508, + -172.2008283260153, -264.75159737711397, -235.44170882933378, -73.26772491950351, @@ -43030,17 +29279,17 @@ 1.5378279335106921 ], "relative wind angle": [ - 0.09971829946741072, + 0.09971829946741295, 0.19453509014388307, - 0.19263504391540873, - 0.048773426709212676, + 0.1926350439154099, + 0.04877342670921268, 0.14073245913429502, 0.20980865676743374, 0.15290268411902222, 0.032214521658954574 ], "resistance": [ - 96873.47093413642, + 96873.4709341364, 96666.63615984822, 96462.29917167399, 96369.7484026229, @@ -43050,7 +29299,7 @@ 96941.39472872092 ], "fuel": [ - 38.966750395611896, + 38.96675039561189, 38.86009952958591, 38.75489292160893, 38.70729259992095, @@ -43090,34 +29339,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 292.1679434875257, + 292.16794348752455, 66.6390737848792, - -174.87989745228003, + -174.8798974522805, -301.73662874967226, -284.6393910305377, -116.63496187026112, 134.68726379284828, - 331.864007541245 + 331.8640075412468 ], "relative wind speed": [ - 1.673206135941077, + 1.6732061359410766, 1.5297518951457085, - 1.3237951660220526, + 1.3237951660220524, 1.1750608640620828, 1.2011913714354034, 1.3792529222226961, 1.5779879095159064, - 1.6916593776264197 + 1.6916593776264195 ], "relative wind angle": [ - 0.07707850575918804, + 0.0770785057591895, 0.169915809135587, - 0.17999219451981935, + 0.17999219451982, 0.06512521654899489, 0.10746738946777423, - 0.18866817351860768, + 0.18866817351860765, 0.15075424110885868, - 0.04522073421799398 + 0.04522073421798907 ], "resistance": [ 96926.66794348753, @@ -43170,9 +29419,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 279.0374258168206, + 279.0374258168197, 71.95599985354715, - -153.8834557428803, + -153.88345574288041, -276.9821743760914, -264.99188537139423, -113.40019895034777, @@ -43180,7 +29429,7 @@ 306.80732974081707 ], "relative wind speed": [ - 1.5754270106702302, + 1.57542701067023, 1.4365729060659447, 1.2310804985782795, 1.0763552342938072, @@ -43190,14 +29439,14 @@ 1.5891042241459787 ], "relative wind angle": [ - 0.07795089616596887, + 0.0779508961659703, 0.17979369332024456, - 0.19672584335938834, + 0.19672584335938892, 0.07756093012921918, - 0.11214243241595478, - 0.20323061802187822, + 0.1121424324159548, + 0.20323061802187825, 0.16415044190561928, - 0.052506165699770076 + 0.05250616569977008 ], "resistance": [ 96913.53742581684, @@ -43250,9 +29499,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 341.0677661623075, + 341.0677661623025, 166.13658959582597, - -84.53555356221364, + -84.5355535622142, -271.5029326397241, -306.7333507353975, -206.73708221494758, @@ -43260,7 +29509,7 @@ 258.80144276847284 ], "relative wind speed": [ - 1.7809230568187786, + 1.7809230568187782, 1.6910860841966904, 1.5129744970808885, 1.3393814905469605, @@ -43270,12 +29519,12 @@ 1.7441676368658185 ], "relative wind angle": [ - 0.023586595385373364, + 0.02358659538538278, 0.12050780141207329, - 0.16298523694682718, - 0.10764268734302447, + 0.16298523694682854, + 0.10764268734302448, 0.03256275169565122, - 0.14512063827932173, + 0.14512063827932176, 0.15444407130945162, 0.08259532939941837 ], @@ -43330,34 +29579,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 306.8397121043988, + 306.8397121043963, 164.15761535897298, - -52.06907823589165, + -52.069078235891766, -221.9335159012187, -261.3244779336782, -186.37779739056919, 7.23081556108275, - 215.2555274427259 + 215.25552744272522 ], "relative wind speed": [ - 1.5563545839833888, + 1.5563545839833886, 1.4760264845691906, 1.3003777032988322, 1.1157487198899751, 1.0496213514992219, 1.1598665395033498, 1.3538694181391402, - 1.5096520680849084 + 1.5096520680849086 ], "relative wind angle": [ - 0.01750813273174594, - 0.13486735081859727, - 0.1961402812535252, - 0.14383516248577372, + 0.017508132731752283, + 0.1348673508185973, + 0.19614028125352578, + 0.14383516248577374, 0.02596224982510475, 0.17195624987217467, - 0.18829583209540865, - 0.10613821885568864 + 0.18829583209540862, + 0.10613821885569072 ], "resistance": [ 96941.33971210443, @@ -43410,19 +29659,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 296.75823169330056, + 296.75823169207536, 179.69375506531787, - -21.34427669693332, + -21.344276696933548, -193.55145792489583, - -243.83248854894646, + -243.83248854857396, -193.6105768728449, - -21.442863853195036, + -21.44286385319515, 179.60878167419128 ], "relative wind speed": [ - 1.5116713279774756, + 1.5116713279774754, 1.4497911640097318, - 1.2881416354682027, + 1.2881416354682023, 1.103020478345278, 1.016479928667268, 1.1029447991499415, @@ -43430,31 +29679,31 @@ 1.4497335870992134 ], "relative wind angle": [ - 3.088870542314488e-05, + 3.088870901741322e-05, 0.12103238109006706, - 0.19341522205495074, + 0.19341522205495013, 0.159429165240851, - 4.5936543647439656e-05, + 4.593654123057725e-05, 0.15937955811008112, - 0.19342915791845003, - 0.12108309692427446 + 0.1934291579184506, + 0.12108309692427448 ], "resistance": [ - 96931.25823169328, + 96931.25823169206, 96814.19375506531, 96613.15572330305, 96440.94854207509, - 96390.66751145104, + 96390.66751145141, 96440.88942312714, 96613.05713614679, 96814.10878167418 ], "fuel": [ - 38.986789713232696, + 38.986789713232056, 38.92638266412288, 38.82276296610894, 38.734122948074685, - 38.7082626605706, + 38.70826266057078, 38.73409253678985, 38.82271218887875, 38.926338835082355 @@ -43490,9 +29739,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 274.69745568954886, - 149.83698249862266, - -40.044366266901534, + 274.6974556895485, + 149.83698249862277, + -40.04436626690165, -190.18040212978036, -226.48064244029354, -161.9448675599453, @@ -43500,22 +29749,22 @@ 190.5925396374205 ], "relative wind speed": [ - 1.397638740269717, + 1.3976387402697168, 1.3201542306888878, - 1.1464555911051308, + 1.1464555911051306, 0.9586615901227806, 0.8879189495942045, - 0.999493329915426, + 0.9994933299154259, 1.1947525630752927, 1.3500970576126954 ], "relative wind angle": [ - 0.017704051137200784, - 0.15036151865266748, - 0.22423164810430415, + 0.017704051137200787, + 0.15036151865266745, + 0.22423164810430363, 0.1706068694871789, - 0.02786941128078209, - 0.19916766425508625, + 0.027869411280782085, + 0.19916766425508572, 0.21502175738971976, 0.12084971326294915 ], @@ -43570,34 +29819,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 258.8517001485999, + 258.85170014860023, 106.83429205044024, - -85.63234486682501, + -85.63234486682512, -214.36976548670378, - -227.71431591413977, + -227.7143159141395, -130.27877953069094, 54.484247897398404, 228.01247259962463 ], "relative wind speed": [ - 1.409676755001919, + 1.4096767550019187, 1.3044020723313954, 1.1178147607106457, 0.9466112397134385, - 0.9209735974448566, + 0.9209735974448565, 1.0648549922317223, 1.2593137343492533, 1.3925904213484477 ], "relative wind angle": [ - 0.0513152313905622, + 0.051315231390560045, 0.17278383600535072, - 0.22082957098773506, - 0.1292440099513571, - 0.07859143205724967, + 0.22082957098773606, + 0.12924400995135707, + 0.07859143205724685, 0.21219001205396787, - 0.1956737342360537, - 0.08772150145765226 + 0.19567373423605372, + 0.08772150145765227 ], "resistance": [ 96893.35170014862, @@ -43650,19 +29899,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 210.87359519926213, + 210.87359519926156, 25.10872475060455, - -154.4275820143135, + -154.4275820143136, -232.85835599603968, - -203.51040638014285, + -203.51040638014297, -56.58148270092545, - 139.9523677536498, + 139.95236775364992, 278.7077222664474 ], "relative wind speed": [ - 1.365172776966804, + 1.3651727769668038, 1.2128076721546244, - 1.0101973632513852, + 1.010197363251385, 0.8810935822956295, 0.9388381838456155, 1.1288097256759746, @@ -43670,14 +29919,14 @@ 1.4031350418456674 ], "relative wind angle": [ - 0.11322490490720674, + 0.11322490490720871, 0.2170829961806365, - 0.21464744009543013, - 0.048920691762577975, - 0.16503794966342517, - 0.2335259417270529, - 0.16459189560022577, - 0.03071214790674121 + 0.2146474400954301, + 0.04892069176257797, + 0.16503794966342583, + 0.23352594172705288, + 0.16459189560022508, + 0.030712147906741212 ], "resistance": [ 96845.37359519926, @@ -43717,52 +29966,7 @@ "id": "994", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.55879804197488, - 16.55879804197488, - 16.55879804197488, - 16.55879804197488, - 16.55879804197488, - 16.55879804197488, - 16.55879804197488, - 16.55879804197488 - ], - "relative wind speed": [ - 0.2740375699781387, - 0.2740375699781387, - 0.2740375699781387, - 0.2740375699781387, - 0.2740375699781387, - 0.2740375699781387, - 0.2740375699781387, - 0.2740375699781387 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -65.625, -57.65625 -65.46875, -57.5 -65.46875, -57.5 -65.625, -57.65625 -65.625))", @@ -43781,52 +29985,7 @@ "id": "995", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.225327683597675, - 15.225327683597675, - 15.225327683597675, - 15.225327683597675, - 15.225327683597675, - 15.225327683597675, - 15.225327683597675, - 15.225327683597675 - ], - "relative wind speed": [ - 0.26277196414578274, - 0.26277196414578274, - 0.26277196414578274, - 0.26277196414578274, - 0.26277196414578274, - 0.26277196414578274, - 0.26277196414578274, - 0.26277196414578274 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.4375 -65.78125, -58.4375 -65.625, -58.28125 -65.625, -58.28125 -65.78125, -58.4375 -65.78125))", @@ -43858,37 +30017,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 635.1341751736159, + 635.1341751736027, 424.4232765149859, - -2.586987894930189, + -2.5869878949304166, -387.8759618387147, -525.5108262316216, -434.76249882061666, -80.69448444431396, - 356.87404645242646 + 356.8740464524262 ], "relative wind speed": [ - 2.1625510181058174, + 2.162551018105817, 2.085258013480061, 1.8501478420970197, 1.5629671406815326, 1.4078122428255513, 1.5199543526623438, 1.7987537850811477, - 2.0532159979188283 + 2.053215997918828 ], "relative wind angle": [ - 0.01214580161651526, + 0.012145801616533542, 0.11935638712184028, - 0.20543217450782797, + 0.20543217450782852, 0.1836597067952199, 0.018657881371864807, - 0.16409451553526805, + 0.16409451553526808, 0.2113895113308721, - 0.13947417242654947 + 0.13947417242654786 ], "resistance": [ - 97269.63417517363, + 97269.63417517362, 97058.923276515, 96631.91301210508, 96246.6240381613, @@ -43938,9 +30097,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 373.55211028592714, + 373.55211028592237, 247.13046642161214, - -3.7485307982608447, + -3.7485307982611857, -228.7468334418911, -307.69704713157097, -253.24763352897287, @@ -43948,7 +30107,7 @@ 211.82117762972757 ], "relative wind speed": [ - 1.6513821430287146, + 1.6513821430287141, 1.5906433268671418, 1.4090561270632518, 1.1882861175786574, @@ -43958,11 +30117,11 @@ 1.5687059481924865 ], "relative wind angle": [ - 0.010904648292121974, + 0.010904648292132155, 0.1214358872799106, - 0.20766109372146282, + 0.2076610937214639, 0.1846335441962664, - 0.016823519522179687, + 0.016823519522179683, 0.16706363892573634, 0.21306586600692415, 0.139517809130042 @@ -44018,9 +30177,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 590.0060119528384, + 590.0060119528291, 404.66846833627346, - 10.307560690959917, + 10.30756069095969, -350.0249787073956, -485.0552213928926, -405.0794295209839, @@ -44028,9 +30187,9 @@ 325.2000873657207 ], "relative wind speed": [ - 2.045988091929739, + 2.0459880919297384, 1.9743789755001173, - 1.7456320466461794, + 1.7456320466461792, 1.4600389501929867, 1.2991988142100954, 1.4056359743071167, @@ -44038,13 +30197,13 @@ 1.9344950491233033 ], "relative wind angle": [ - 0.016110857369988678, + 0.016110857370002462, 0.12225495061050165, 0.21561270541323888, 0.1981316313824602, - 0.025373124577427675, - 0.1721427601157132, - 0.22400147420564334, + 0.025373124577427672, + 0.17214276011571322, + 0.22400147420564331, 0.14911318672275126 ], "resistance": [ @@ -44098,9 +30257,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 366.2316675305407, + 366.23166753053545, 212.9634530732393, - -33.32314958045515, + -33.323149580455606, -236.20358324443208, -291.9662688135933, -219.55326131630994, @@ -44108,9 +30267,9 @@ 237.06442720778216 ], "relative wind speed": [ - 1.5641493498036014, + 1.5641493498036012, 1.48300886867603, - 1.2843844969916267, + 1.2843844969916265, 1.0580822984167735, 0.9589200657355529, 1.0801738639633651, @@ -44118,13 +30277,13 @@ 1.49885046977288 ], "relative wind angle": [ - 0.008464364840137208, - 0.15118463715120017, - 0.2378610074009131, + 0.008464364840150325, + 0.1511846371512002, + 0.237861007400914, 0.19462505228613342, - 0.01380698328799347, + 0.013806983287993468, 0.2082795262937295, - 0.2330988465283017, + 0.2330988465283012, 0.13695349463546466 ], "resistance": [ @@ -44178,9 +30337,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 514.0440651617549, + 514.0440651617456, 303.98233911190744, - -37.20133988486987, + -37.20133988487021, -320.635541886185, -401.263134831127, -304.45693162578675, @@ -44188,9 +30347,9 @@ 327.4711089026422 ], "relative wind speed": [ - 1.8074109369552587, + 1.8074109369552582, 1.712569902291086, - 1.4740860467368195, + 1.4740860467368193, 1.1966679063161672, 1.0696575114414402, 1.2157326254465988, @@ -44198,17 +30357,17 @@ 1.725945366690806 ], "relative wind angle": [ - 0.006254245325664014, + 0.006254245325681765, 0.15763063140669356, - 0.2529376711036777, - 0.21290038759057267, - 0.010567988351744138, + 0.2529376711036782, + 0.2129003875905727, + 0.010567988351744136, 0.22297466125475726, 0.2491558109257108, 0.14702902988939923 ], "resistance": [ - 97148.54406516177, + 97148.54406516175, 96938.48233911193, 96597.29866011515, 96313.86445811384, @@ -44218,7 +30377,7 @@ 96961.97110890265 ], "fuel": [ - 39.255660226795264, + 39.25566022679526, 39.147131687837664, 38.97120881910772, 38.8253924137637, @@ -44258,34 +30417,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 376.69801422546584, + 376.6980142254613, 242.91886875737328, - -1.6934005135159396, + -1.6934005135162806, -215.10385557130672, -287.3723555593561, -229.4459681832534, - -25.521770430417064, + -25.521770430417178, 221.99445003359426 ], "relative wind speed": [ - 1.4996483322143668, + 1.4996483322143666, 1.429605268943702, - 1.2278159369685697, - 0.9769079027654115, + 1.2278159369685693, + 0.9769079027654114, 0.8415874915757985, 0.9557423299710971, 1.2040276787583288, 1.4152263337730335 ], "relative wind angle": [ - 0.008238817471322255, + 0.00823881747133573, 0.15729049928391597, 0.2713128122814989, - 0.24970342319921396, + 0.2497034231992135, 0.014681341016584127, 0.23650583205293607, - 0.27681295759460506, - 0.17141887075970666 + 0.27681295759460545, + 0.1714188707597067 ], "resistance": [ 97011.19801422548, @@ -44338,11 +30497,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 480.5153002123026, + 480.5153002122926, 272.9715011350471, - -48.41886947849082, + -48.418869478491274, -307.0959791574162, - -375.3586000304293, + -375.35860003042995, -272.7796431559012, 8.610121648832319, 322.90250945362425 @@ -44350,22 +30509,22 @@ "relative wind speed": [ 1.7277720225834525, 1.6263913346526218, - 1.3863251797192722, + 1.386325179719272, 1.1131545886213674, 0.9983794356112445, 1.1562045173931834, 1.4352909654665387, - 1.6561535319241194 + 1.6561535319241196 ], "relative wind angle": [ - 0.014669682162156816, + 0.01466968216217952, 0.17043180700964894, - 0.26625050493056307, + 0.2662505049305635, 0.21731500887878172, - 0.025388824650914237, - 0.24090476170567507, + 0.02538882465091861, + 0.2409047617056751, 0.25695795337473587, - 0.14542961162817614 + 0.1454296116281769 ], "resistance": [ 97115.0153002123, @@ -44418,9 +30577,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 370.3751321751754, + 370.37513217517244, 249.92966296642646, - 3.5740081710843015, + 3.5740081710839604, -219.0260023484479, -300.2679137603898, -248.25640649671152, @@ -44430,7 +30589,7 @@ "relative wind speed": [ 1.5940111887059265, 1.5343297963031377, - 1.3492820730718404, + 1.3492820730718402, 1.1192110094059162, 0.9914970711287461, 1.0815591467658778, @@ -44438,14 +30597,14 @@ 1.507084877570322 ], "relative wind angle": [ - 0.014219819866648463, + 0.014219819866656271, 0.1287689031956521, 0.22520727730602433, 0.20613911454561765, 0.022862158011006415, 0.1831936619608817, 0.23296358433553466, - 0.1525953460398792 + 0.15259534603987923 ], "resistance": [ 97004.8751321752, @@ -44498,34 +30657,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 301.41079873672936, + 301.4107987367279, 234.70801633809583, - 34.04523717671157, + 34.04523717671134, -163.16950020026286, - -252.84056443637036, + -252.84056443637047, -223.9594863678891, -67.12133434363182, - 146.83658616548587 + 146.83658616548576 ], "relative wind speed": [ - 1.457416467434475, + 1.4574164674344745, 1.421555245165301, 1.264622529873192, 1.0518331765607414, - 0.9114889679786257, + 0.9114889679786258, 0.9664655106308468, 1.1643044083198566, 1.3596035697886586 ], "relative wind angle": [ - 0.035331047999889134, - 0.11052985721986167, - 0.21777907528989812, + 0.03533104799989228, + 0.11052985721986165, + 0.21777907528989915, 0.22006723658282526, - 0.056510557490569324, + 0.056510557490571295, 0.16296576155435208, 0.236887174593056, - 0.16969347813771943 + 0.16969347813771946 ], "resistance": [ 96935.91079873669, @@ -44578,32 +30737,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 309.4208321218957, + 309.42083212189084, 179.78406208573915, - -28.923787711716386, + -28.9237877117165, -200.97918640973012, - -248.14500838985947, - -186.9275514407513, + -248.14500838985856, + -186.92755144075136, -5.544324014707399, 200.10265044981156 ], "relative wind speed": [ - 1.4506684155747944, + 1.4506684155747942, 1.3766232207724673, 1.1956253374929988, 0.9901766081900311, - 0.9005220967958075, + 0.9005220967958074, 1.0100927713798569, 1.2189581416556328, 1.3910173195748092 ], "relative wind angle": [ - 0.008259466406147106, - 0.14799397738016357, - 0.23215885385843074, + 0.008259466406160546, + 0.1479939773801636, + 0.23215885385843124, 0.18901367271689912, - 0.01330557506511651, - 0.20233864312462319, + 0.013305575065108165, + 0.2023386431246232, 0.22763576767610175, 0.13414907654911382 ], @@ -44658,7 +30817,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 343.84774155317257, + 343.84774155315233, 206.06580539446406, -21.304654285009633, -212.1246809556796, @@ -44668,7 +30827,7 @@ 215.15285417351902 ], "relative wind speed": [ - 1.47964179981706, + 1.4796417998170597, 1.404590683288016, 1.211642303686333, 0.9852156524918436, @@ -44678,17 +30837,17 @@ 1.410910873384697 ], "relative wind angle": [ - 0.003606013359843009, + 0.0036060133599045852, 0.15458662425271724, - 0.2506365745501326, - 0.21347123488722594, + 0.25063657455013305, + 0.21347123488722597, 0.006072713074970651, 0.2192807499364505, - 0.24847068606096556, - 0.1484788208451015 + 0.24847068606096553, + 0.14847882084510153 ], "resistance": [ - 96978.34774155318, + 96978.34774155317, 96840.56580539448, 96613.19534571501, 96422.37531904434, @@ -44698,7 +30857,7 @@ 96849.65285417353 ], "fuel": [ - 38.9442233099755, + 38.94422330997549, 38.87310690526231, 38.755903685868695, 38.65768967772067, @@ -44738,9 +30897,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 341.8900838720501, + 341.89008387205, 186.04579244135607, - -48.76499200093599, + -48.76499200093622, -233.46632312775216, -277.9350201294948, -196.84151632639293, @@ -44748,9 +30907,9 @@ 239.04647061712797 ], "relative wind speed": [ - 1.5231678404019728, + 1.5231678404019726, 1.4342251318003667, - 1.2352562107259215, + 1.2352562107259213, 1.018698017109064, 0.9373337186461015, 1.0684722932570405, @@ -44760,10 +30919,10 @@ "relative wind angle": [ 0.019608301180720294, 0.15986426483654959, - 0.23948743157207145, - 0.18368667172922845, - 0.03186685224222451, - 0.2153354647932361, + 0.23948743157207192, + 0.18368667172922842, + 0.03186685224222452, + 0.21533546479323612, 0.22853267078072986, 0.12691953595488514 ], @@ -44805,52 +30964,7 @@ "id": "1008", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 16.849146689746135, - 16.849146689746135, - 16.849146689746135, - 16.849146689746135, - 16.849146689746135, - 16.849146689746135, - 16.849146689746135, - 16.849146689746135 - ], - "relative wind speed": [ - 0.27642967219949105, - 0.27642967219949105, - 0.27642967219949105, - 0.27642967219949105, - 0.27642967219949105, - 0.27642967219949105, - 0.27642967219949105, - 0.27642967219949105 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.65625 -65.78125, -57.65625 -65.625, -57.5 -65.625, -57.5 -65.78125, -57.65625 -65.78125))", @@ -44882,13 +30996,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 276.1535942212587, + 276.15359422125846, 47.95655338264646, - -182.97293387416676, + -182.9729338741671, -293.6074229345669, -265.9985532344321, -90.36002746647262, - 156.49833609028417, + 156.4983360902844, 340.02258905633096 ], "relative wind speed": [ @@ -44902,13 +31016,13 @@ 1.601493099703009 ], "relative wind angle": [ - 0.09801342835312453, - 0.19990479045689677, - 0.20507569826061353, - 0.06041733631025898, + 0.09801342835312567, + 0.19990479045689674, + 0.20507569826061517, + 0.06041733631025899, 0.1416551388669875, - 0.21930158813880227, - 0.16316258761963015, + 0.2193015881388023, + 0.16316258761962948, 0.039287017628255455 ], "resistance": [ @@ -44962,11 +31076,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 274.58045296133866, + 274.58045296133696, 116.45656343907092, - -88.846648857442, + -88.84664885744212, -229.10637410902132, - -246.0628698095353, + -246.06286980953502, -146.3977809403599, 49.17059603917676, 235.24758554076993 @@ -44982,14 +31096,14 @@ 1.490260391380515 ], "relative wind angle": [ - 0.043034428173834634, - 0.15332092937989958, - 0.1962127538192617, + 0.043034428173839796, + 0.1533209293798996, + 0.1962127538192623, 0.1164752116834212, - 0.06299512908384797, - 0.18563471694660685, - 0.1775251624357438, - 0.08289012858975854 + 0.0629951290838462, + 0.18563471694660688, + 0.17752516243574376, + 0.08289012858975855 ], "resistance": [ 96909.08045296134, @@ -45042,9 +31156,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 253.62353703366148, + 253.62353703366102, 32.0919297582534, - -189.38553832431364, + -189.38553832431353, -290.2368707803852, -260.43961477258847, -86.66844984752231, @@ -45052,7 +31166,7 @@ 323.0660284255782 ], "relative wind speed": [ - 1.670090905667923, + 1.6700909056679227, 1.524993189071454, 1.3338235829626026, 1.212349104039748, @@ -45062,14 +31176,14 @@ 1.7024433397620733 ], "relative wind angle": [ - 0.08333408685675135, - 0.16148022023564626, - 0.156378978942329, + 0.08333408685675134, + 0.1614802202356463, + 0.15637897894232827, 0.040090989899031794, 0.11085942552761967, 0.17241338919924337, 0.129464762645448, - 0.02854594647416408 + 0.028545946474164082 ], "resistance": [ 96888.12353703368, @@ -45122,11 +31236,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 306.638991087819, + 306.63899108781334, 163.35556899675328, - -47.619773105339846, + -47.61977310533996, -210.83897487546568, - -248.34158352298527, + -248.3415835229847, -171.7375543613881, 17.403430872745616, 220.03387274416696 @@ -45134,21 +31248,21 @@ "relative wind speed": [ 1.425766744052297, 1.3371962660759507, - 1.1438219847558968, + 1.1438219847558966, 0.9351766389828261, - 0.8607393686892455, + 0.8607393686892454, 0.9927684600396933, 1.2105182098779557, 1.3780884308192396 ], "relative wind angle": [ - 0.024097423052590796, + 0.02409742305260923, 0.16842606734300392, 0.24969643001417063, 0.18886233929259574, - 0.03992277806726013, - 0.22775205901556328, - 0.23567023233972537, + 0.03992277806725456, + 0.2277520590155633, + 0.23567023233972534, 0.1277494272752639 ], "resistance": [ @@ -45202,11 +31316,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 320.03244304107784, + 320.0324430410727, 180.79133450002178, - -36.11503773796528, + -36.115037737965395, -211.03586630481647, - -256.5369403222804, + -256.5369403222798, -187.58678134998485, 2.8855444319331127, 214.75068076433877 @@ -45216,23 +31330,23 @@ 1.378909049731305, 1.1891753197397466, 0.9769599796101505, - 0.8897231261691755, + 0.8897231261691754, 1.0104448568460076, 1.2281087228251866, 1.4028321975195657 ], "relative wind angle": [ - 0.01372354845760723, + 0.013723548457623412, 0.15708783781921856, - 0.24205425373888406, - 0.19300604631439167, - 0.022516666214650264, + 0.24205425373888453, + 0.19300604631439164, + 0.022516666214645337, 0.21514613840825053, - 0.234234674639202, + 0.23423467463920197, 0.13398073892753942 ], "resistance": [ - 96954.53244304108, + 96954.53244304107, 96815.29133450003, 96598.38496226203, 96423.46413369519, @@ -45242,7 +31356,7 @@ 96849.25068076434 ], "fuel": [ - 38.92849559100627, + 38.928495591006254, 38.856638748994754, 38.74484565554116, 38.65481934197945, @@ -45282,37 +31396,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 350.5052311077626, + 350.5052311077509, 209.19059803989626, - -25.040561961610592, + -25.040561961610706, -221.89486698696783, - -278.54893471525133, + -278.54893471525145, -215.03924369115464, -13.634585089377879, 219.10544570308718 ], "relative wind speed": [ - 1.5379812713026293, + 1.5379812713026288, 1.4636132645797273, 1.2738505724897142, 1.0541719383089982, - 0.9526250051073448, + 0.9526250051073447, 1.0633517776256791, 1.2845954655848069, 1.4702388634896264 ], "relative wind angle": [ - 0.003588373871868117, - 0.14457068004371576, - 0.23183210113822408, - 0.19383129166465288, + 0.0035883738718990566, + 0.1445706800437158, + 0.23183210113822456, + 0.1938312916646529, 0.005793329806841638, - 0.19961990524333464, - 0.2298579154577448, + 0.19961990524333462, + 0.22985791545774437, 0.13855269727755984 ], "resistance": [ - 96985.00523110776, + 96985.00523110775, 96843.6905980399, 96609.4594380384, 96412.60513301303, @@ -45322,7 +31436,7 @@ 96853.60544570308 ], "fuel": [ - 38.99922197887537, + 38.999221978875354, 38.92627959407815, 38.80554013865368, 38.70422526757844, @@ -45362,9 +31476,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 336.9916044758313, + 336.9916044758288, 158.58998880573586, - -83.90649199329255, + -83.90649199329266, -258.41285187337, -287.64428796930275, -181.60276931650435, @@ -45372,7 +31486,7 @@ 269.4198477102217 ], "relative wind speed": [ - 1.571805261651408, + 1.5718052616514078, 1.4657081194152017, 1.2600446667263194, 1.0569736429460979, @@ -45382,9 +31496,9 @@ 1.538097773947978 ], "relative wind angle": [ - 0.03799719372254673, + 0.03799719372255257, 0.16616583892456918, - 0.2266415817559275, + 0.226641581755928, 0.15003519294696246, 0.059378901538860974, 0.21142063296062583, @@ -45442,37 +31556,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 374.0732915166967, + 374.0732915166881, 209.938458269257, - -49.362295279210684, + -49.36229527921091, -259.5750051093936, - -313.23626296565965, + -313.23626296565874, -232.22070872795769, -3.7569113547024244, 249.27602854255304 ], "relative wind speed": [ - 1.696625410033004, + 1.6966254100330038, 1.6143897455070007, - 1.4234378131974377, + 1.4234378131974375, 1.2157726311530976, - 1.132736117311675, + 1.1327361173116748, 1.2471466004579526, 1.4613191593186219, 1.6381470638410525 ], "relative wind angle": [ - 0.011383655879148427, - 0.13234980819757308, - 0.19941122622146895, + 0.011383655879167932, + 0.1323498081975731, + 0.19941122622146892, 0.15336567081297398, - 0.017051030932364285, - 0.17166457809887087, + 0.017051030932357776, + 0.1716645780988709, 0.1941750681083715, - 0.1136210053535705 + 0.11362100535357052 ], "resistance": [ - 97008.5732915167, + 97008.57329151669, 96844.43845826926, 96585.1377047208, 96374.9249948906, @@ -45482,7 +31596,7 @@ 96883.77602854255 ], "fuel": [ - 39.16028818560343, + 39.16028818560342, 39.0755592708438, 38.941908530716496, 38.83374274782592, @@ -45509,68 +31623,7 @@ "id": "1017", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.644478590740761, - 5.644478590740761, - 5.644478590740761, - 5.644478590740761, - 5.644478590740761, - 5.644478590740761, - 5.644478590740761, - 5.644478590740761 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 345.1422590916718, - 138.5500015205307, - -126.40116827069562, - -303.5999718093419, - -321.5682636546454, - -188.48024454858887, - 66.19989829628139, - 303.25344498521736 - ], - "relative wind speed": [ - 1.8175610780142146, - 1.70690749837019, - 1.5152906875209418, - 1.3464497070327792, - 1.3217548117875764, - 1.4618586959085418, - 1.6596560448201654, - 1.7993435584198887 - ], - "relative wind angle": [ - 0.04022035031467377, - 0.13348282859990793, - 0.16452444958207796, - 0.09208415687907685, - 0.055320794181508925, - 0.1560282030875699, - 0.15009950552920176, - 0.06886369564362957 - ], - "resistance": [ - 96979.64225909165, - 96773.0500015205, - 96508.09883172928, - 96330.90002819063, - 96312.93173634533, - 96446.01975545139, - 96700.69989829625, - 96937.7534449852 - ], - "fuel": [ - 39.301388764126294, - 39.194781236445884, - 39.05829128332151, - 38.967152849380035, - 38.95791776534149, - 39.026348935153415, - 39.15748405715756, - 39.27976009895695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -66.25, -57.8125 -66.09375, -57.65625 -66.09375, -57.65625 -66.25, -57.8125 -66.25))", @@ -45602,9 +31655,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 374.7508131074537, + 374.7508131074435, 203.2253668785479, - -64.9576251881208, + -64.95762518812148, -279.4150206478697, -330.38894750197994, -242.90081500605447, @@ -45612,7 +31665,7 @@ 255.43583794562073 ], "relative wind speed": [ - 1.8769358941231347, + 1.8769358941231342, 1.797718574616263, 1.622278989513526, 1.4402614631911053, @@ -45622,17 +31675,17 @@ 1.8260771341908073 ], "relative wind angle": [ - 0.011912901853889817, - 0.10805844954050303, - 0.1558623569724209, - 0.11289988596459606, + 0.011912901853908454, + 0.10805844954050305, + 0.15586235697242304, + 0.11289988596459608, 0.01628180289123436, 0.13178063689601666, 0.15169681080939804, - 0.08897456713018985 + 0.08897456713018986 ], "resistance": [ - 97009.25081310749, + 97009.25081310747, 96837.72536687857, 96569.5423748119, 96355.08497935216, @@ -45642,7 +31695,7 @@ 96889.93583794565 ], "fuel": [ - 39.37986236486062, + 39.3798623648606, 39.29132022860182, 39.153102469474774, 39.04276670558329, @@ -45682,19 +31735,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 357.56455210273634, + 357.564552102727, 164.5200274999877, - -107.12302305796015, + -107.12302305796038, -304.75735404002035, - -337.5291735177302, + -337.5291735177316, -223.38460923195248, - 29.535374724229996, + 29.53537472422954, 280.4892331255685 ], "relative wind speed": [ 2.044979875047962, 1.9572797423679233, - 1.7922316319634217, + 1.7922316319634215, 1.6394838175864628, 1.6017005157070814, 1.707759714211477, @@ -45702,19 +31755,19 @@ 2.014815138726039 ], "relative wind angle": [ - 0.02167790486609513, + 0.021677904866110494, 0.09625858435908417, 0.12402167534447063, 0.07657801177053308, - 0.027678749694969324, - 0.11037657598972643, - 0.11818889312461314, - 0.06229201355842227 + 0.027678749694973335, + 0.11037657598972644, + 0.11818889312461407, + 0.062292013558422274 ], "resistance": [ 96992.06455210273, 96799.02002749998, - 96527.37697694205, + 96527.37697694203, 96329.74264595998, 96296.97082648227, 96411.11539076804, @@ -45724,7 +31777,7 @@ "fuel": [ 39.611549560327106, 39.51191926212206, - 39.371959109229124, + 39.37195910922911, 39.27030343353481, 39.25346088916904, 39.312140915155744, @@ -45762,19 +31815,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 360.4840219336951, + 360.4840219336928, 157.9852005005847, - -109.44582599499358, + -109.44582599499404, -295.44565126933924, -320.7692764841057, -195.37835739127308, - 57.511376434203726, + 57.51137643420395, 301.74041156440956 ], "relative wind speed": [ 1.7215253826730825, 1.6091768624831313, - 1.403040516774498, + 1.4030405167744977, 1.2102058057957958, 1.1716947437953105, 1.3217670146717257, @@ -45782,14 +31835,14 @@ 1.6946740463709857 ], "relative wind angle": [ - 0.04016003082037793, - 0.15190240231118393, - 0.19745559673567903, + 0.04016003082038346, + 0.1519024023111839, + 0.19745559673567958, 0.12072824754816693, 0.05902397267098653, 0.18528049596558427, - 0.17983192340644627, - 0.08611192713604301 + 0.17983192340644566, + 0.08611192713604303 ], "resistance": [ 96994.98402193368, @@ -45842,7 +31895,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 437.3081034271495, + 437.3081034271472, 220.7260240120172, -92.66491149404453, -329.8101437531549, @@ -45859,17 +31912,17 @@ 1.2676603585069937, 1.4097581675776236, 1.6434514135716753, - 1.824702459390127 + 1.8247024593901269 ], "relative wind angle": [ - 0.02467164130691939, - 0.1398953837456353, + 0.024671641306923894, + 0.13989538374563532, 0.1959964506546284, - 0.13611530373028818, - 0.0364411214942325, + 0.1361153037302882, + 0.03644112149423251, 0.17574098315783443, 0.18505072867923303, - 0.09944789886544204 + 0.09944789886544092 ], "resistance": [ 97071.80810342716, @@ -45922,17 +31975,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 396.48551863161856, + 396.4855186316165, 149.44561376208958, - -156.24220449807467, + -156.24220449807535, -353.39104900732536, -367.18759138828875, -203.40617146514126, 94.37937317041701, - 364.42471578632967 + 364.4247157863299 ], "relative wind speed": [ - 1.8887914407059228, + 1.8887914407059223, 1.759136408414601, 1.5412508510115746, 1.3533129408607942, @@ -45942,14 +31995,14 @@ 1.8754493043084246 ], "relative wind angle": [ - 0.0492024658603942, + 0.049202465860396456, 0.14946397566008615, - 0.18107346523958073, + 0.1810734652395826, 0.09663600567566193, 0.06966049810087169, 0.17536764215490563, 0.1616685557223253, - 0.06967985129296105 + 0.06967985129296103 ], "resistance": [ 97030.98551863161, @@ -46002,19 +32055,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 397.8939765124951, + 397.8939765124917, 160.03620695291374, - -144.65684852481968, + -144.6568485248199, -348.411246034951, - -369.07783689889845, + -369.0778368988979, -215.87377898933528, - 77.00083147911687, + 77.00083147911664, 349.75219200782794 ], "relative wind speed": [ - 1.9317985693752744, + 1.9317985693752742, 1.8118881833433906, - 1.603882424723063, + 1.6038824247230627, 1.4200517882604746, 1.3931609327277843, 1.5458991908206348, @@ -46022,14 +32075,14 @@ 1.9121182013090965 ], "relative wind angle": [ - 0.04115075729378437, + 0.041150757293789766, 0.13666778534076549, - 0.1689163287235378, + 0.16891632872353782, 0.0948326071796743, - 0.05707575012487795, + 0.057075750124876, 0.160371345060654, - 0.15374002532373515, - 0.07038086411503756 + 0.15374002532373587, + 0.07038086411503755 ], "resistance": [ 97032.3939765125, @@ -46082,9 +32135,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 134.05464822225372, + 134.05464822225247, -86.0305629568328, - -243.2798735926849, + -243.27987359268514, -267.795508874156, -170.6304448830689, 35.43403861045681, @@ -46102,14 +32155,14 @@ 1.6433677325492455 ], "relative wind angle": [ - 0.1298079954784637, - 0.16959677187421457, - 0.10565226576125263, + 0.12980799547846714, + 0.16959677187421454, + 0.10565226576125368, 0.04355914815818682, 0.15539854627831176, 0.15788970123799964, 0.07943979357132251, - 0.031229500612658327 + 0.031229500612658324 ], "resistance": [ 96768.55464822226, @@ -46149,52 +32202,7 @@ "id": "1025", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 12.598901156560851, - 12.598901156560851, - 12.598901156560851, - 12.598901156560851, - 12.598901156560851, - 12.598901156560851, - 12.598901156560851, - 12.598901156560851 - ], - "relative wind speed": [ - 0.23903529807519966, - 0.23903529807519966, - 0.23903529807519966, - 0.23903529807519966, - 0.23903529807519966, - 0.23903529807519966, - 0.23903529807519966, - 0.23903529807519966 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -65.9375, -57.5 -65.78125, -57.34375 -65.78125, -57.34375 -65.9375, -57.5 -65.9375))", @@ -46213,68 +32221,7 @@ "id": "1026", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.238079486576742, - 5.238079486576742, - 5.238079486576742, - 5.238079486576742, - 5.238079486576742, - 5.238079486576742, - 5.238079486576742, - 5.238079486576742 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 163.61443726844993, - -65.89116591639868, - -243.0144288535438, - -280.9431216610733, - -197.33979795609775, - 10.475274468046564, - 228.99556016851295, - 317.56017225285393 - ], - "relative wind speed": [ - 1.6133026273372537, - 1.4436915582627283, - 1.2724105606314577, - 1.2163934181194944, - 1.3219932195911295, - 1.5053790634319122, - 1.6526895671031947, - 1.6943430857927737 - ], - "relative wind angle": [ - 0.11874584923749691, - 0.16633560030297062, - 0.11572280835356105, - 0.0256995904589276, - 0.14508032992053593, - 0.1594598401360019, - 0.08901411059417479, - 0.018449123542635993 - ], - "resistance": [ - 96798.11443726844, - 96568.60883408358, - 96391.48557114645, - 96353.55687833892, - 96437.16020204389, - 96644.97527446803, - 96863.49556016849, - 96952.06017225284 - ], - "fuel": [ - 39.09089900925484, - 38.9726323473262, - 38.88149286001557, - 38.8619916742079, - 38.904983754703366, - 39.011963022575905, - 39.12462646354541, - 39.170338700857556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -65.9375, -57.34375 -65.78125, -57.1875 -65.78125, -57.1875 -65.9375, -57.34375 -65.9375))", @@ -46293,52 +32240,7 @@ "id": "1027", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 10.778175911779657, - 10.778175911779657, - 10.778175911779657, - 10.778175911779657, - 10.778175911779657, - 10.778175911779657, - 10.778175911779657, - 10.778175911779657 - ], - "relative wind speed": [ - 0.22108961165091653, - 0.22108961165091653, - 0.22108961165091653, - 0.22108961165091653, - 0.22108961165091653, - 0.22108961165091653, - 0.22108961165091653, - 0.22108961165091653 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -66.09375, -57.5 -65.9375, -57.34375 -65.9375, -57.34375 -66.09375, -57.5 -66.09375))", @@ -46357,68 +32259,7 @@ "id": "1028", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.336532693804165, - 5.336532693804165, - 5.336532693804165, - 5.336532693804165, - 5.336532693804165, - 5.336532693804165, - 5.336532693804165, - 5.336532693804165 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 190.71634216670395, - 8.233867853320476, - -167.67474434320854, - -239.49410290295782, - -209.58359591860528, - -62.06268156554836, - 130.93256253000936, - 260.9626539287631 - ], - "relative wind speed": [ - 1.645192175211957, - 1.5231371542689813, - 1.3727539310915098, - 1.2865780719963702, - 1.3291655041920405, - 1.4674438456711454, - 1.6090012043455832, - 1.6787063756270286 - ], - "relative wind angle": [ - 0.0722741998956645, - 0.12910578090115665, - 0.11573833837422358, - 0.021834333484813416, - 0.08949992300424309, - 0.1340346849648668, - 0.098684440136663, - 0.016733512192982327 - ], - "resistance": [ - 96825.21634216672, - 96642.73386785334, - 96466.8252556568, - 96395.00589709706, - 96424.9164040814, - 96572.43731843447, - 96765.43256253003, - 96895.46265392877 - ], - "fuel": [ - 39.13217672626526, - 39.03810721156195, - 38.94754381054382, - 38.910602000843284, - 38.92598477204204, - 39.00190247825324, - 39.10134460597949, - 39.16842165304815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.34375 -66.09375, -57.34375 -65.9375, -57.1875 -65.9375, -57.1875 -66.09375, -57.34375 -66.09375))", @@ -46437,68 +32278,7 @@ "id": "1029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.168641736487714, - 5.168641736487714, - 5.168641736487714, - 5.168641736487714, - 5.168641736487714, - 5.168641736487714, - 5.168641736487714, - 5.168641736487714 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 144.23035857932769, - -58.614411524070306, - -216.08427114059702, - -250.1081731636409, - -177.6284646409141, - 5.776248967001834, - 199.18201669943528, - 278.8549448572587 - ], - "relative wind speed": [ - 1.5774129710274072, - 1.4252496780246404, - 1.272498963878474, - 1.2220373305927736, - 1.3143208751526487, - 1.4779493899718599, - 1.6113402592114878, - 1.6499381220716198 - ], - "relative wind angle": [ - 0.10807705570724857, - 0.15071063941691953, - 0.10429464966089678, - 0.02180222025322269, - 0.12982320535111924, - 0.14529783996553, - 0.08230667358022853, - 0.01614737773805547 - ], - "resistance": [ - 96778.73035857934, - 96575.88558847594, - 96418.41572885941, - 96384.39182683638, - 96456.8715353591, - 96640.27624896701, - 96833.68201669944, - 96913.35494485727 - ], - "fuel": [ - 39.06203307550094, - 38.957509591790796, - 38.87647282038439, - 38.85897564137399, - 38.89625434250702, - 38.99067274208397, - 39.09037536443943, - 39.131488041200434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -66.25, -57.5 -66.09375, -57.34375 -66.09375, -57.34375 -66.25, -57.5 -66.25))", @@ -46530,9 +32310,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 210.57012385058988, + 210.57012385058738, 3.9948645506083267, - -193.24543922146574, + -193.24543922146586, -271.24997711147364, -235.9332284813787, -67.69194489235474, @@ -46542,7 +32322,7 @@ "relative wind speed": [ 1.8041736993894932, 1.6781068408846367, - 1.525576271947808, + 1.5255762719478083, 1.4405950453920133, 1.4857639343411984, 1.626805039558825, @@ -46550,14 +32330,14 @@ 1.840441012733032 ], "relative wind angle": [ - 0.06829067035476152, - 0.11943478048095768, - 0.10484549558784986, + 0.06829067035476641, + 0.1194347804809577, + 0.10484549558785093, 0.01793855976472919, 0.082956520834621, 0.1232200737566472, - 0.09029185003112838, - 0.014041016962671338 + 0.0902918500311284, + 0.014041016962671337 ], "resistance": [ 96845.07012385057, @@ -46610,34 +32390,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 103.02912338788565, + 103.02912338788451, -78.00072294213521, -206.28240583563615, - -224.97453731147266, - -144.44979238308156, + -224.97453731147107, + -144.4497923830819, 25.89949895933512, 191.11624835189218, - 235.10642947578344 + 235.10642947578367 ], "relative wind speed": [ - 1.6164027496418267, + 1.6164027496418265, 1.4826833624305311, 1.362297933530949, - 1.3363769979256352, + 1.336376997925635, 1.424594838430974, 1.5632908716887985, 1.6692431347862824, 1.690066514119813 ], "relative wind angle": [ - 0.09528574058901416, - 0.11960189090593135, + 0.0952857405890165, + 0.11960189090593136, 0.07082219999323415, - 0.03036933622693626, - 0.10816229165457872, + 0.03036933622692895, + 0.10816229165457975, 0.1134075848192315, - 0.0577830551412596, - 0.024012394548792452 + 0.057783055141259594, + 0.02401239454879245 ], "resistance": [ 96737.52912338793, @@ -46677,52 +32457,7 @@ "id": "1032", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 25.97908785230621, - 25.97908785230621, - 25.97908785230621, - 25.97908785230621, - 25.97908785230621, - 25.97908785230621, - 25.97908785230621, - 25.97908785230621 - ], - "relative wind speed": [ - 0.34324771306953494, - 0.34324771306953494, - 0.34324771306953494, - 0.34324771306953494, - 0.34324771306953494, - 0.34324771306953494, - 0.34324771306953494, - 0.34324771306953494 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -66.09375, -56.40625 -65.9375, -56.25 -65.9375, -56.25 -66.09375, -56.40625 -66.09375))", @@ -46741,52 +32476,7 @@ "id": "1033", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 20.309898516954682, - 20.309898516954682, - 20.309898516954682, - 20.309898516954682, - 20.309898516954682, - 20.309898516954682, - 20.309898516954682, - 20.309898516954682 - ], - "relative wind speed": [ - 0.3034936297467323, - 0.3034936297467323, - 0.3034936297467323, - 0.3034936297467323, - 0.3034936297467323, - 0.3034936297467323, - 0.3034936297467323, - 0.3034936297467323 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -66.25, -56.5625 -66.09375, -56.40625 -66.09375, -56.40625 -66.25, -56.5625 -66.25))", @@ -46818,9 +32508,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 247.39002532225481, + 247.39002532225413, 23.694069298047225, - -189.62029623892562, + -189.62029623892585, -279.5619709316176, -241.72391829084114, -63.04079021029008, @@ -46830,7 +32520,7 @@ "relative wind speed": [ 1.501129697438816, 1.333403639594948, - 1.1141873103783464, + 1.1141873103783462, 0.9787949153125328, 1.0458681611651148, 1.2527032022736253, @@ -46838,10 +32528,10 @@ 1.5457008419581006 ], "relative wind angle": [ - 0.11436327856356816, + 0.11436327856357009, 0.21433612724765805, 0.20773051606092743, - 0.04226695732063999, + 0.04226695732063998, 0.16452879431461126, 0.22838121587590854, 0.1590201401941603, @@ -46898,9 +32588,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 301.398158679615, + 301.3981586796127, 126.42219334125059, - -101.04006107854775, + -101.0400610785482, -256.0832130190928, -274.39954481921814, -163.73262184998293, @@ -46908,9 +32598,9 @@ 258.81255128658825 ], "relative wind speed": [ - 1.630982937400417, + 1.6309829374004168, 1.5274283558939492, - 1.343040434090154, + 1.3430404340901538, 1.175717198780706, 1.1469852227251038, 1.281656373936538, @@ -46918,12 +32608,12 @@ 1.610394210040603 ], "relative wind angle": [ - 0.04068810604064963, + 0.040688106040655085, 0.1433663907077998, - 0.18139278737261338, + 0.18139278737261397, 0.10601380729562668, 0.05787375948648993, - 0.17110752308845478, + 0.1711075230884548, 0.16515003119738986, 0.07733075196136059 ], @@ -46965,68 +32655,7 @@ "id": "1036", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.675058600593724, - 4.675058600593724, - 4.675058600593724, - 4.675058600593724, - 4.675058600593724, - 4.675058600593724, - 4.675058600593724, - 4.675058600593724 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 326.78950778994624, - 87.84718154643815, - -170.04821656420893, - -310.70912191781196, - -296.12723975477263, - -121.98093712063678, - 144.39829231919646, - 360.37355742975603 - ], - "relative wind speed": [ - 1.5884453974610049, - 1.4284829179084422, - 1.1873864390235098, - 1.0002849976655235, - 1.025858689975371, - 1.2389436572164274, - 1.4716175715640603, - 1.6046727878163562 - ], - "relative wind angle": [ - 0.09172391738153936, - 0.2138012051446966, - 0.2407758655837601, - 0.09745647357745231, - 0.14230659204214427, - 0.2471440072698406, - 0.1936075453062048, - 0.06069136709732094 - ], - "resistance": [ - 96961.28950778994, - 96722.34718154644, - 96464.4517834358, - 96323.79087808219, - 96338.37276024523, - 96512.51906287936, - 96778.8982923192, - 96994.87355742976 - ], - "fuel": [ - 39.0312582880309, - 38.90798789667037, - 38.77517800486035, - 38.7028453443973, - 38.71034042766797, - 38.79991272608362, - 38.93714343519487, - 39.04860133411599 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -65.15625, -56.09375 -65, -55.9375 -65, -55.9375 -65.15625, -56.09375 -65.15625))", @@ -47045,68 +32674,7 @@ "id": "1037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.547990712382256, - 4.547990712382256, - 4.547990712382256, - 4.547990712382256, - 4.547990712382256, - 4.547990712382256, - 4.547990712382256, - 4.547990712382256 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 327.1024481391421, - 144.77660412491377, - -93.51688503537798, - -258.7380931813283, - -281.2507025452641, - -168.45292788645713, - 56.807059077378995, - 275.12595260789715 - ], - "relative wind speed": [ - 1.5465296077360613, - 1.433722193191892, - 1.2245805182423801, - 1.0244721142627156, - 0.9843942570457173, - 1.1424651214185386, - 1.3642538016256611, - 1.5202772010416146 - ], - "relative wind angle": [ - 0.04628465464721108, - 0.17503847659072552, - 0.2319837705468312, - 0.14544832168946803, - 0.07275357102688748, - 0.22032047146269454, - 0.2078640455974486, - 0.09782427040315496 - ], - "resistance": [ - 96961.60244813912, - 96779.2766041249, - 96540.9831149646, - 96375.76190681866, - 96353.24929745472, - 96466.04707211354, - 96691.30705907737, - 96909.62595260788 - ], - "fuel": [ - 39.001843779901144, - 38.90776242460234, - 38.78498787183798, - 38.69998596020074, - 38.688411685485505, - 38.746422685806344, - 38.862413789917014, - 38.97501095523845 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -65.3125, -56.25 -65.15625, -56.09375 -65.15625, -56.09375 -65.3125, -56.25 -65.3125))", @@ -47125,68 +32693,7 @@ "id": "1038", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.493420234318037, - 4.493420234318037, - 4.493420234318037, - 4.493420234318037, - 4.493420234318037, - 4.493420234318037, - 4.493420234318037, - 4.493420234318037 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 309.1042571494439, - 87.47253759224941, - -154.46981563208897, - -288.9902192005833, - -277.87452485032054, - -117.89527828837231, - 130.52089780471965, - 334.6940713975134 - ], - "relative wind speed": [ - 1.5318302602137939, - 1.3788646735578345, - 1.1450156904621447, - 0.9600096605465012, - 0.9803421367231099, - 1.1858780979323877, - 1.4129804385542601, - 1.5446540398415702 - ], - "relative wind angle": [ - 0.08974601590317244, - 0.2143459788731031, - 0.24478518260416515, - 0.10345115884074707, - 0.14050601411249042, - 0.2499174854712002, - 0.1976726467281183, - 0.06422489782284668 - ], - "resistance": [ - 96943.60425714949, - 96721.97253759229, - 96480.03018436795, - 96345.50978079946, - 96356.62547514972, - 96516.60472171167, - 96765.02089780476, - 96969.19407139756 - ], - "fuel": [ - 38.980175860990656, - 38.86584346191443, - 38.74124215852254, - 38.672057819911636, - 38.67777211028915, - 38.76006422031106, - 38.88803636945255, - 38.993388561497184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -65.3125, -56.09375 -65.15625, -55.9375 -65.15625, -55.9375 -65.3125, -56.09375 -65.3125))", @@ -47205,68 +32712,7 @@ "id": "1039", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.883543971688954, - 4.883543971688954, - 4.883543971688954, - 4.883543971688954, - 4.883543971688954, - 4.883543971688954, - 4.883543971688954, - 4.883543971688954 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 364.90185739017534, - 195.77092569630395, - -59.04969338338958, - -258.8175539731002, - -305.44015674181236, - -216.48691484200185, - 11.467871099273111, - 256.7613077045862 - ], - "relative wind speed": [ - 1.644071545888056, - 1.5539818978733526, - 1.3561055805609619, - 1.145764724277065, - 1.0697619425488474, - 1.1968718071734155, - 1.417158959360608, - 1.5920380203773168 - ], - "relative wind angle": [ - 0.01898075249572359, - 0.14541047999185716, - 0.21342479948451978, - 0.1586737769518159, - 0.02917309608282058, - 0.18925975088931632, - 0.20409722726587642, - 0.11396295949286257 - ], - "resistance": [ - 96999.40185739018, - 96830.27092569631, - 96575.45030661662, - 96375.68244602691, - 96329.0598432582, - 96418.01308515802, - 96645.96787109929, - 96891.2613077046 - ], - "fuel": [ - 39.10177114691106, - 39.014470513736256, - 38.8831402677522, - 38.78035224244859, - 38.75638454455319, - 38.802120537959944, - 38.919459649742144, - 39.04593976352558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65.15625, -55.9375 -65, -55.78125 -65, -55.78125 -65.15625, -55.9375 -65.15625))", @@ -47285,68 +32731,7 @@ "id": "1040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7533166173534465, - 4.7533166173534465, - 4.7533166173534465, - 4.7533166173534465, - 4.7533166173534465, - 4.7533166173534465, - 4.7533166173534465, - 4.7533166173534465 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 351.298199082431, - 151.786958910654, - -105.81264392883236, - -282.1114483686727, - -304.08308295804073, - -179.015629918807, - 65.87160521468707, - 300.5647378905096 - ], - "relative wind speed": [ - 1.6125942863085592, - 1.4933066932042875, - 1.2756894563216685, - 1.070373956649854, - 1.032995067494685, - 1.198988849712388, - 1.4283401390190942, - 1.5880298280035852 - ], - "relative wind angle": [ - 0.04848424728663973, - 0.17538288377143843, - 0.22960066993161524, - 0.14063119632961651, - 0.07573080372084999, - 0.2190642497876223, - 0.20469205649455105, - 0.0946181149070298 - ], - "resistance": [ - 96985.79819908245, - 96786.28695891067, - 96528.68735607118, - 96352.38855163135, - 96330.41691704198, - 96455.4843700812, - 96700.3716052147, - 96935.06473789053 - ], - "fuel": [ - 39.062658816489446, - 38.95969809823828, - 38.82697910321903, - 38.736289763050586, - 38.72499550532943, - 38.78930893313314, - 38.91540583746549, - 39.03646302227643 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -65.15625, -55.78125 -65, -55.625 -65, -55.625 -65.15625, -55.78125 -65.15625))", @@ -47365,68 +32750,7 @@ "id": "1041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.952976518280273, - 4.952976518280273, - 4.952976518280273, - 4.952976518280273, - 4.952976518280273, - 4.952976518280273, - 4.952976518280273, - 4.952976518280273 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 435.42366925647946, - 234.16725200728467, - -65.30440569420819, - -298.7507743370304, - -353.5405242549144, - -247.21416584010296, - 20.413825769652362, - 308.80369593071157 - ], - "relative wind speed": [ - 1.7098138691442324, - 1.6067028835092163, - 1.3791901925449952, - 1.1328809396139383, - 1.0429325445821678, - 1.19569126608409, - 1.4522417747931313, - 1.6515909107058095 - ], - "relative wind angle": [ - 0.021983548537075594, - 0.1640809720230211, - 0.24428370879566633, - 0.18581336135929957, - 0.036045369297732804, - 0.22129662703681793, - 0.23176439400154383, - 0.12706501887487237 - ], - "resistance": [ - 97069.92366925643, - 96868.66725200725, - 96569.19559430575, - 96335.74922566292, - 96280.95947574504, - 96387.28583415985, - 96654.9138257696, - 96943.30369593066 - ], - "fuel": [ - 39.155768007323886, - 39.05184431789664, - 38.89748377179225, - 38.77738695717307, - 38.74922967491855, - 38.80388259589482, - 38.9416325378638, - 39.09036709431469 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65.3125, -55.9375 -65.15625, -55.78125 -65.15625, -55.78125 -65.3125, -55.9375 -65.3125))", @@ -47445,68 +32769,7 @@ "id": "1042", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.04621490252158, - 5.04621490252158, - 5.04621490252158, - 5.04621490252158, - 5.04621490252158, - 5.04621490252158, - 5.04621490252158, - 5.04621490252158 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 360.52310379408857, - 188.32015028334274, - -67.04291631015246, - -264.3623968260807, - -307.8265851737124, - -214.81407444416573, - 15.575279171379407, - 259.56180682889374 - ], - "relative wind speed": [ - 1.6793519707757238, - 1.5882670931899567, - 1.3942728811964493, - 1.1930506936691458, - 1.1250279166654982, - 1.2503273554213483, - 1.4635279251811937, - 1.6317294191625604 - ], - "relative wind angle": [ - 0.021020838726507823, - 0.1396033006866374, - 0.20018603518499714, - 0.14389973783924187, - 0.03138107142029382, - 0.1776936029969183, - 0.19059369362495007, - 0.10504366409423282 - ], - "resistance": [ - 96995.02310379411, - 96822.82015028337, - 96567.45708368988, - 96370.13760317395, - 96326.67341482632, - 96419.68592555587, - 96650.0752791714, - 96894.06180682892 - ], - "fuel": [ - 39.141159344779425, - 39.052276810323264, - 38.920674333629414, - 38.819151061378705, - 38.79680767917093, - 38.84463065337599, - 38.96322542998162, - 39.089034800980414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -65.3125, -55.78125 -65.15625, -55.625 -65.15625, -55.625 -65.3125, -55.78125 -65.3125))", @@ -47525,68 +32788,7 @@ "id": "1043", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.108165708718922, - 5.108165708718922, - 5.108165708718922, - 5.108165708718922, - 5.108165708718922, - 5.108165708718922, - 5.108165708718922, - 5.108165708718922 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 390.4159189679193, - 223.8443209806536, - -44.1939957282749, - -264.4659236487789, - -323.05813432727314, - -243.37704174607723, - -9.049283381534224, - 254.199311749171 - ], - "relative wind speed": [ - 1.710639725631064, - 1.6291333649020139, - 1.4340516404150245, - 1.2180407466618368, - 1.1273947004272875, - 1.2422687152229566, - 1.4631483089836217, - 1.6473262642628292 - ], - "relative wind angle": [ - 0.008682520635233903, - 0.133424741266907, - 0.20479585748014606, - 0.16138204127521297, - 0.013174541055233928, - 0.17535417447007665, - 0.20066706650168362, - 0.11909065263928298 - ], - "resistance": [ - 97024.91591896792, - 96858.34432098066, - 96590.30600427173, - 96370.03407635122, - 96311.44186567272, - 96391.12295825392, - 96625.45071661846, - 96888.69931174917 - ], - "fuel": [ - 39.172919804621436, - 39.086923620260904, - 38.94875978763986, - 38.83541788054085, - 38.80529939569561, - 38.84626144396168, - 38.966860357862224, - 39.10258734672887 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -65.46875, -56.25 -65.3125, -56.09375 -65.3125, -56.09375 -65.46875, -56.25 -65.46875))", @@ -47605,68 +32807,7 @@ "id": "1044", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.983126352692316, - 4.983126352692316, - 4.983126352692316, - 4.983126352692316, - 4.983126352692316, - 4.983126352692316, - 4.983126352692316, - 4.983126352692316 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 436.0620281408718, - 219.05137728523016, - -86.4782581520152, - -314.1873381591313, - -359.57086776112305, - -236.66292939956372, - 42.47073671090402, - 331.3271075148858 - ], - "relative wind speed": [ - 1.7202482874875322, - 1.6054633131444185, - 1.3696407213154256, - 1.1249221284318522, - 1.0505795398152067, - 1.2187941131419469, - 1.478869782839814, - 1.6725793688332011 - ], - "relative wind angle": [ - 0.03267250450564635, - 0.17321799635286247, - 0.2471923800358966, - 0.17624317673691658, - 0.05351489324217796, - 0.22903008839781458, - 0.22859616509077849, - 0.1181977177162995 - ], - "resistance": [ - 97070.56202814089, - 96853.55137728524, - 96548.021741848, - 96320.31266184089, - 96274.92913223889, - 96397.83707060045, - 96676.97073671092, - 96965.8271075149 - ], - "fuel": [ - 39.163823644041784, - 39.05177071486517, - 38.894308255737066, - 38.77717850767368, - 38.75385703709746, - 38.81703410686341, - 38.960723032058766, - 39.109722140681185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -65.46875, -56.09375 -65.3125, -55.9375 -65.3125, -55.9375 -65.46875, -56.09375 -65.46875))", @@ -47685,52 +32826,7 @@ "id": "1045", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 23.839736792580947, - 23.839736792580947, - 23.839736792580947, - 23.839736792580947, - 23.839736792580947, - 23.839736792580947, - 23.839736792580947, - 23.839736792580947 - ], - "relative wind speed": [ - 0.32881107059793374, - 0.32881107059793374, - 0.32881107059793374, - 0.32881107059793374, - 0.32881107059793374, - 0.32881107059793374, - 0.32881107059793374, - 0.32881107059793374 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -65.625, -56.25 -65.46875, -56.09375 -65.46875, -56.09375 -65.625, -56.25 -65.625))", @@ -47749,52 +32845,7 @@ "id": "1046", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 32.174136557028135, - 32.174136557028135, - 32.174136557028135, - 32.174136557028135, - 32.174136557028135, - 32.174136557028135, - 32.174136557028135, - 32.174136557028135 - ], - "relative wind speed": [ - 0.38198750176647994, - 0.38198750176647994, - 0.38198750176647994, - 0.38198750176647994, - 0.38198750176647994, - 0.38198750176647994, - 0.38198750176647994, - 0.38198750176647994 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -65.625, -56.09375 -65.46875, -55.9375 -65.46875, -55.9375 -65.625, -56.09375 -65.625))", @@ -47813,52 +32864,7 @@ "id": "1047", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.723557935375027, - 29.723557935375027, - 29.723557935375027, - 29.723557935375027, - 29.723557935375027, - 29.723557935375027, - 29.723557935375027, - 29.723557935375027 - ], - "relative wind speed": [ - 0.36715217044190845, - 0.36715217044190845, - 0.36715217044190845, - 0.36715217044190845, - 0.36715217044190845, - 0.36715217044190845, - 0.36715217044190845, - 0.36715217044190845 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65.46875, -55.9375 -65.3125, -55.78125 -65.3125, -55.78125 -65.46875, -55.9375 -65.46875))", @@ -47877,68 +32883,7 @@ "id": "1048", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.888090571178153, - 4.888090571178153, - 4.888090571178153, - 4.888090571178153, - 4.888090571178153, - 4.888090571178153, - 4.888090571178153, - 4.888090571178153 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 427.3006066191448, - 259.2565399543581, - -24.067454838377785, - -264.8471222980603, - -336.2388537294148, - -263.15183385035573, - -21.247539296812306, - 261.71036535763517 - ], - "relative wind speed": [ - 1.6834224673135214, - 1.6039062897158358, - 1.3950840711864385, - 1.1497808087027044, - 1.0321868035749264, - 1.151870398413011, - 1.3975196725814059, - 1.6054048999766763 - ], - "relative wind angle": [ - 0.0007439185164501366, - 0.14460928878088505, - 0.2355767450902286, - 0.20082977834346669, - 0.0012132778019233157, - 0.2020297132969596, - 0.23515843482507057, - 0.14335864134194432 - ], - "resistance": [ - 97061.80060661917, - 96893.75653995438, - 96610.43254516165, - 96369.65287770197, - 96298.26114627061, - 96371.34816614968, - 96613.25246070321, - 96896.21036535766 - ], - "fuel": [ - 39.135146922102166, - 39.04836794036608, - 38.902295630188526, - 38.77839252841187, - 38.741696435028, - 38.77926415485319, - 38.90374801200498, - 39.04963435479634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -65.46875, -55.78125 -65.3125, -55.625 -65.3125, -55.625 -65.46875, -55.78125 -65.46875))", @@ -47957,68 +32902,7 @@ "id": "1049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.081306664489113, - 5.081306664489113, - 5.081306664489113, - 5.081306664489113, - 5.081306664489113, - 5.081306664489113, - 5.081306664489113, - 5.081306664489113 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 425.9220564048446, - 261.5136458107713, - -22.988151865420036, - -267.32299879223683, - -341.2983486655553, - -270.5254545541892, - -28.319424827700914, - 256.8914792491355 - ], - "relative wind speed": [ - 1.7262605206562005, - 1.6505268680218959, - 1.4483674978326422, - 1.2114213665337268, - 1.0966937312920149, - 1.2076727964847305, - 1.4439335568693699, - 1.6477775329628015 - ], - "relative wind angle": [ - 0.0013158123100565904, - 0.13428753785626624, - 0.2190854080079705, - 0.186138195633465, - 0.0020711669514513922, - 0.18401649264081188, - 0.21976918835480447, - 0.1364804620128627 - ], - "resistance": [ - 97060.42205640487, - 96896.0136458108, - 96611.51184813461, - 96367.17700120779, - 96293.20165133447, - 96363.97454544585, - 96606.18057517233, - 96891.39147924917 - ], - "fuel": [ - 39.18415728967983, - 39.09925551419241, - 38.95257420247751, - 38.82684227144649, - 38.7888192083942, - 38.825195799051876, - 38.94982841942883, - 39.09687004521567 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65.625, -55.9375 -65.46875, -55.78125 -65.46875, -55.78125 -65.625, -55.9375 -65.625))", @@ -48037,68 +32921,7 @@ "id": "1050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.2465530403077745, - 5.2465530403077745, - 5.2465530403077745, - 5.2465530403077745, - 5.2465530403077745, - 5.2465530403077745, - 5.2465530403077745, - 5.2465530403077745 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 445.9826048896591, - 355.12988862446764, - 57.66861485320419, - -238.91717935431018, - -377.72465848445665, - -338.39269032522077, - -107.91884965199029, - 211.44397158274887 - ], - "relative wind speed": [ - 1.7885769396997913, - 1.748792931285914, - 1.5609988096214282, - 1.3032383728833132, - 1.1295548516142753, - 1.1902205323030002, - 1.427649939022764, - 1.6662746998846474 - ], - "relative wind angle": [ - 0.038232305890511215, - 0.10594434257882213, - 0.21294009379523704, - 0.21780328482606057, - 0.0605606445068821, - 0.156005183720414, - 0.23318149757703363, - 0.16982123960003165 - ], - "resistance": [ - 97080.48260488971, - 96989.6298886245, - 96692.16861485325, - 96395.58282064574, - 96256.77534151559, - 96296.10730967483, - 96526.58115034805, - 96845.94397158279 - ], - "fuel": [ - 39.23899963646124, - 39.192063375527866, - 39.038604065369356, - 38.88592421035911, - 38.81457973800606, - 38.8347883614458, - 38.9533206831518, - 39.117895166192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -65.625, -55.78125 -65.46875, -55.625 -65.46875, -55.625 -65.625, -55.78125 -65.625))", @@ -48117,68 +32940,7 @@ "id": "1051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.296806286686399, - 5.296806286686399, - 5.296806286686399, - 5.296806286686399, - 5.296806286686399, - 5.296806286686399, - 5.296806286686399, - 5.296806286686399 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 415.2029357908118, - 243.30020041113153, - -40.13090659492889, - -276.8411410565625, - -342.2942271904941, - -263.21838157939067, - -17.424453752299428, - 262.9004451492865 - ], - "relative wind speed": [ - 1.7697513791990283, - 1.6898499254528012, - 1.4922242588324532, - 1.2703616545790268, - 1.1729817813877363, - 1.2854234450528634, - 1.510355244634965, - 1.7012017723420252 - ], - "relative wind angle": [ - 0.005226774012443494, - 0.12908860778411574, - 0.20132105327563624, - 0.16164418023365495, - 0.007886008480938159, - 0.17005057832632514, - 0.1988717256772922, - 0.12047300769405345 - ], - "resistance": [ - 97049.70293579088, - 96877.80020041119, - 96594.36909340513, - 96357.6588589435, - 96292.20577280957, - 96371.28161842066, - 96617.07554624775, - 96897.40044514934 - ], - "fuel": [ - 39.236977199266164, - 39.148214549942, - 39.00210390131972, - 38.8803072506663, - 38.84666588080766, - 38.88731103764022, - 39.013798216467094, - 39.158329658951374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -65.15625, -55.625 -65, -55.46875 -65, -55.46875 -65.15625, -55.625 -65.15625))", @@ -48197,68 +32959,7 @@ "id": "1052", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.908070371745619, - 4.908070371745619, - 4.908070371745619, - 4.908070371745619, - 4.908070371745619, - 4.908070371745619, - 4.908070371745619, - 4.908070371745619 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 409.46684296311344, - 327.8714741539155, - 56.05246160099432, - -215.3205457523934, - -343.4140407972455, - -308.0436045310618, - -98.21980199986103, - 193.70363479884213 - ], - "relative wind speed": [ - 1.6872284462255893, - 1.6494465294314171, - 1.4674275041766414, - 1.2153530959558878, - 1.0430901149214362, - 1.101863405393919, - 1.334703464289182, - 1.567703310499174 - ], - "relative wind angle": [ - 0.040430940272464314, - 0.10923295626109707, - 0.22157806910223055, - 0.22931444488352293, - 0.06542706900210343, - 0.1639256627920293, - 0.24403851212118455, - 0.17714580159291546 - ], - "resistance": [ - 97043.9668429631, - 96962.3714741539, - 96690.55246160098, - 96419.1794542476, - 96291.08595920274, - 96326.45639546892, - 96536.28019800012, - 96828.20363479883 - ], - "fuel": [ - 39.13096011255574, - 39.08881605696422, - 38.94860010913905, - 38.808888485414656, - 38.743037001852905, - 38.76121445958372, - 38.8691421343086, - 39.01957214900319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65.15625, -55.46875 -65, -55.3125 -65, -55.3125 -65.15625, -55.46875 -65.15625))", @@ -48277,68 +32978,7 @@ "id": "1053", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.674452881941362, - 5.674452881941362, - 5.674452881941362, - 5.674452881941362, - 5.674452881941362, - 5.674452881941362, - 5.674452881941362, - 5.674452881941362 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 493.84326607838943, - 384.9002085253678, - 53.658228086931786, - -273.1144532330393, - -421.5301396280929, - -374.4538676098274, - -115.13747172067156, - 238.802343579521 - ], - "relative wind speed": [ - 1.9159193036054218, - 1.8712205154664368, - 1.6751299066033498, - 1.411342675882446, - 1.2393066608637346, - 1.3058183488091388, - 1.549376511243202, - 1.7929695002487018 - ], - "relative wind angle": [ - 0.03357418774682774, - 0.10383591913374532, - 0.20353683012022664, - 0.20326396289392373, - 0.051917942349733286, - 0.14907986578394047, - 0.2203184854566, - 0.15957690281034612 - ], - "resistance": [ - 97128.34326607842, - 97019.4002085254, - 96688.15822808696, - 96361.385546767, - 96212.96986037193, - 96260.0461323902, - 96519.36252827935, - 96873.30234357955 - ], - "fuel": [ - 39.387267135682016, - 39.33096932132855, - 39.16006677831004, - 38.991870198519685, - 38.91560882463017, - 38.93978944823036, - 39.07313456825343, - 39.255540577159195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -65.3125, -55.625 -65.15625, -55.46875 -65.15625, -55.46875 -65.3125, -55.625 -65.3125))", @@ -48357,68 +32997,7 @@ "id": "1054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.718954587513447, - 4.718954587513447, - 4.718954587513447, - 4.718954587513447, - 4.718954587513447, - 4.718954587513447, - 4.718954587513447, - 4.718954587513447 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 391.6619847183233, - 268.21196775997475, - 8.4787056394606, - -227.892705986063, - -316.4913519164136, - -263.13046894892847, - -50.13713163419891, - 217.20851280300826 - ], - "relative wind speed": [ - 1.6249326103678472, - 1.565045482549216, - 1.3741152864869628, - 1.1338477844693993, - 0.9972991888013093, - 1.0888729484071622, - 1.321672743028117, - 1.532775541909007 - ], - "relative wind angle": [ - 0.016593974876434252, - 0.13000178528656495, - 0.23046322377947762, - 0.21420008596000445, - 0.027039166920516524, - 0.1874220341742276, - 0.23978349467905125, - 0.1578977101948287 - ], - "resistance": [ - 97026.16198471832, - 96902.71196775997, - 96642.97870563946, - 96406.60729401394, - 96318.00864808359, - 96371.36953105107, - 96584.3628683658, - 96851.708512803 - ], - "fuel": [ - 39.075227028743406, - 39.011482815110355, - 38.87755303700838, - 38.75588782037214, - 38.71033784701686, - 38.73776802747229, - 38.84736287724671, - 38.98516340614318 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65.3125, -55.46875 -65.15625, -55.3125 -65.15625, -55.3125 -65.3125, -55.46875 -65.3125))", @@ -48437,68 +33016,7 @@ "id": "1055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.438563511931514, - 5.438563511931514, - 5.438563511931514, - 5.438563511931514, - 5.438563511931514, - 5.438563511931514, - 5.438563511931514, - 5.438563511931514 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 448.62335603282054, - 346.2868974015919, - 45.000248346703074, - -250.6382395714205, - -383.10791473109475, - -338.90819766675384, - -102.04676677736973, - 219.080893586947 - ], - "relative wind speed": [ - 1.8325332203703015, - 1.788588483041078, - 1.601621701489031, - 1.3520031780424557, - 1.1912592659825156, - 1.2562754000945668, - 1.4873078255254797, - 1.7173712612924 - ], - "relative wind angle": [ - 0.031892361325461464, - 0.1039466202302854, - 0.20171715259092765, - 0.19971289441618062, - 0.049071906449949326, - 0.14826749461564842, - 0.21746080812460028, - 0.15682322822100112 - ], - "resistance": [ - 97083.12335603284, - 96980.7868974016, - 96679.50024834671, - 96383.8617604286, - 96251.39208526892, - 96295.59180233326, - 96532.45323322265, - 96853.58089358696 - ], - "fuel": [ - 39.29430348833716, - 39.24143568609042, - 39.086014935392924, - 38.93383616085613, - 38.86575341789321, - 38.88846258808851, - 39.01028239763135, - 39.17577441113585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65.15625, -55.3125 -65, -55.15625 -65, -55.15625 -65.15625, -55.3125 -65.15625))", @@ -48517,68 +33035,7 @@ "id": "1056", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.888886090792353, - 5.888886090792353, - 5.888886090792353, - 5.888886090792353, - 5.888886090792353, - 5.888886090792353, - 5.888886090792353, - 5.888886090792353 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 539.5226393007556, - 267.0731830243617, - -116.93714405306264, - -402.2668034466368, - -457.36632560742385, - -301.7706720898334, - 50.429461944323975, - 412.0037557929545 - ], - "relative wind speed": [ - 1.9918801048079853, - 1.8668392406835188, - 1.6138901676290294, - 1.3572024881754876, - 1.282148964901991, - 1.4582193146345646, - 1.7340273489652518, - 1.9415184073861833 - ], - "relative wind angle": [ - 0.030865048211996822, - 0.15845806476298005, - 0.2218605591217709, - 0.1536003723019331, - 0.04796110956063687, - 0.20341292621628868, - 0.20625913326623518, - 0.10715631793296544 - ], - "resistance": [ - 97174.02263930075, - 96901.57318302435, - 96517.56285594692, - 96232.23319655335, - 96177.13367439256, - 96332.72932791016, - 96684.92946194431, - 97046.50375579295 - ], - "fuel": [ - 39.477326916416615, - 39.33657150677084, - 39.13864948151723, - 38.991943597242724, - 38.96364837377388, - 39.04358040586246, - 39.224844121930374, - 39.41141252216463 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65.15625, -55.15625 -65, -55 -65, -55 -65.15625, -55.15625 -65.15625))", @@ -48597,68 +33054,7 @@ "id": "1057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.398868906733333, - 5.398868906733333, - 5.398868906733333, - 5.398868906733333, - 5.398868906733333, - 5.398868906733333, - 5.398868906733333, - 5.398868906733333 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 522.4690687541919, - 276.01698106268157, - -84.65721068605558, - -362.2756636072644, - -424.8593927635966, - -291.9348008435758, - 32.325387146929984, - 377.9384850022724 - ], - "relative wind speed": [ - 1.8679890716062513, - 1.7511444444062856, - 1.4984272481488945, - 1.2275081747551264, - 1.1329567863428514, - 1.3063182560868185, - 1.5898710744477478, - 1.8072625521130137 - ], - "relative wind angle": [ - 0.02520488200952865, - 0.16828254400840448, - 0.24792863628113757, - 0.1857664314013691, - 0.04156470734966482, - 0.22645322974693388, - 0.23339532134437033, - 0.12578110439371679 - ], - "resistance": [ - 97156.9690687542, - 96910.5169810627, - 96549.84278931396, - 96272.22433639276, - 96209.64060723642, - 96342.56519915644, - 96666.82538714695, - 97012.43848500229 - ], - "fuel": [ - 39.32112688808211, - 39.193806202947144, - 39.00788414749984, - 38.86510574926021, - 38.83295872404375, - 38.90125473275954, - 39.068133856699134, - 39.24643290752104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65.3125, -55.3125 -65.15625, -55.15625 -65.15625, -55.15625 -65.3125, -55.3125 -65.3125))", @@ -48677,68 +33073,7 @@ "id": "1058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.623773403905816, - 6.623773403905816, - 6.623773403905816, - 6.623773403905816, - 6.623773403905816, - 6.623773403905816, - 6.623773403905816, - 6.623773403905816 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 527.8761800025118, - 380.4786399838224, - 18.32799257643819, - -325.61284833884156, - -464.02994355765645, - -400.8418895763225, - -107.38480316028927, - 272.7127378425396 - ], - "relative wind speed": [ - 2.153634323609292, - 2.099151772929146, - 1.9065897813561823, - 1.6661118048683095, - 1.527171235452569, - 1.6012353407385813, - 1.826282614452091, - 2.0480391197192116 - ], - "relative wind angle": [ - 0.01891420427012707, - 0.0919486283653213, - 0.16507910022561254, - 0.15082872941528963, - 0.026674599814443284, - 0.12066357073154227, - 0.1724093342745967, - 0.12254329883184581 - ], - "resistance": [ - 97162.37618000252, - 97014.97863998383, - 96652.82799257645, - 96308.88715166117, - 96170.47005644235, - 96233.6581104237, - 96527.11519683973, - 96907.21273784255 - ], - "fuel": [ - 39.721985884281004, - 39.64580806988647, - 39.45898514843536, - 39.282007968330646, - 39.21090869871218, - 39.243357005037126, - 39.39424770299904, - 39.5901637901075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65.3125, -55.15625 -65.15625, -55 -65.15625, -55 -65.3125, -55.15625 -65.3125))", @@ -48757,68 +33092,7 @@ "id": "1059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.1358774519504, - 6.1358774519504, - 6.1358774519504, - 6.1358774519504, - 6.1358774519504, - 6.1358774519504, - 6.1358774519504, - 6.1358774519504 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 514.7491999339013, - 416.6569064569551, - 68.26579779324493, - -284.8307726614561, - -452.85515733727516, - -410.5653546266767, - -141.45249650928872, - 235.94034157303963 - ], - "relative wind speed": [ - 2.0368876186738065, - 1.998952147532811, - 1.8086322327324476, - 1.5490091218778526, - 1.3752411855613307, - 1.4298215977683186, - 1.664045953780131, - 1.9080802472406628 - ], - "relative wind angle": [ - 0.03616468681956317, - 0.0912129603513322, - 0.1841295198046872, - 0.18585115167451433, - 0.05357794293463989, - 0.12768960169985968, - 0.2003366980740895, - 0.15057816525395135 - ], - "resistance": [ - 97149.24919993388, - 97051.15690645693, - 96702.76579779322, - 96349.66922733853, - 96181.6448426627, - 96223.93464537332, - 96493.0475034907, - 96870.44034157302 - ], - "fuel": [ - 39.544800033915635, - 39.494099889149666, - 39.314319291526644, - 39.13257136842802, - 39.04624778797294, - 39.06796454615525, - 39.206315925558215, - 39.4007881702323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -65.46875, -55.625 -65.3125, -55.46875 -65.3125, -55.46875 -65.46875, -55.625 -65.46875))", @@ -48837,68 +33111,7 @@ "id": "1060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.449948205984606, - 5.449948205984606, - 5.449948205984606, - 5.449948205984606, - 5.449948205984606, - 5.449948205984606, - 5.449948205984606, - 5.449948205984606 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 431.70132848604237, - 266.6922813685252, - -25.329099043902033, - -278.09358262739863, - -355.2717706571632, - -284.4267430667627, - -35.888051348772706, - 257.5854640156073 - ], - "relative wind speed": [ - 1.8149879706929308, - 1.742441253483123, - 1.5476280100283462, - 1.3216631226064004, - 1.2127754596108935, - 1.3148779895315834, - 1.5394327499992189, - 1.7373002732794223 - ], - "relative wind angle": [ - 0.0023018887742931133, - 0.1207916461693348, - 0.19580947995711895, - 0.16406665343075397, - 0.0034449122266790233, - 0.16036739638513217, - 0.19686552386635583, - 0.12457761124435876 - ], - "resistance": [ - 97066.20132848604, - 96901.19228136852, - 96609.1709009561, - 96356.40641737261, - 96279.22822934284, - 96350.07325693323, - 96598.61194865123, - 96892.0854640156 - ], - "fuel": [ - 39.28883318485606, - 39.20361787190693, - 39.05305812814152, - 38.922994568055245, - 38.88332881077855, - 38.91973880322104, - 39.04762011088221, - 39.19891780541225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65.46875, -55.46875 -65.3125, -55.3125 -65.3125, -55.3125 -65.46875, -55.46875 -65.46875))", @@ -48917,68 +33130,7 @@ "id": "1061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.035501048611542, - 6.035501048611542, - 6.035501048611542, - 6.035501048611542, - 6.035501048611542, - 6.035501048611542, - 6.035501048611542, - 6.035501048611542 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 509.92376712708074, - 341.3401020373917, - -4.513087164845047, - -317.89002863818916, - -429.81159984272574, - -357.36886354987155, - -70.35764270433174, - 284.60967530817857 - ], - "relative wind speed": [ - 2.0019733089951495, - 1.9349809024172067, - 1.7308800527279598, - 1.4837687356290579, - 1.3514279662218691, - 1.445719054690868, - 1.684728144504038, - 1.9059603922918522 - ], - "relative wind angle": [ - 0.011741896240371455, - 0.11051243739502335, - 0.18906687625074173, - 0.16700569716057823, - 0.01739464384945124, - 0.14815266565462823, - 0.1943114917474149, - 0.12977248171334496 - ], - "resistance": [ - 97144.4237671271, - 96975.8401020374, - 96629.98691283517, - 96316.60997136183, - 96204.68840015729, - 96277.13113645015, - 96564.14235729568, - 96919.1096753082 - ], - "fuel": [ - 39.50919354528038, - 39.42208425071947, - 39.24370859294943, - 39.08246709701864, - 39.02496877411656, - 39.06218001286401, - 39.20979934155517, - 39.39279470908906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -65.625, -55.625 -65.46875, -55.46875 -65.46875, -55.46875 -65.625, -55.625 -65.625))", @@ -48997,68 +33149,7 @@ "id": "1062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.6774823533285685, - 5.6774823533285685, - 5.6774823533285685, - 5.6774823533285685, - 5.6774823533285685, - 5.6774823533285685, - 5.6774823533285685, - 5.6774823533285685 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 383.02430259510743, - 230.11726439859171, - -33.97524916526777, - -260.34466017178386, - -324.9939162878269, - -259.25785723031777, - -32.15828376775971, - 231.67299597914962 - ], - "relative wind speed": [ - 1.8370168963877451, - 1.7700176439010937, - 1.5976807312872146, - 1.4048034918654093, - 1.3171427968092877, - 1.4058925154788595, - 1.5990348669351164, - 1.7708820892547894 - ], - "relative wind angle": [ - 0.00037354196531813675, - 0.10430578452581063, - 0.16342296133890247, - 0.13086695320566571, - 0.0005209783773067929, - 0.13146124002821558, - 0.16328332359157674, - 0.10370371054053056 - ], - "resistance": [ - 97017.52430259512, - 96864.6172643986, - 96600.52475083475, - 96374.15533982823, - 96309.50608371219, - 96375.2421427697, - 96602.34171623226, - 96866.17299597917 - ], - "fuel": [ - 39.33091788094782, - 39.25197663889597, - 39.11583861857091, - 38.99935318472019, - 38.96612089973989, - 38.99991197751076, - 39.11677436611646, - 39.25277937759786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65.625, -55.46875 -65.46875, -55.3125 -65.46875, -55.3125 -65.625, -55.46875 -65.625))", @@ -49077,68 +33168,7 @@ "id": "1063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.335551656425767, - 6.335551656425767, - 6.335551656425767, - 6.335551656425767, - 6.335551656425767, - 6.335551656425767, - 6.335551656425767, - 6.335551656425767 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 475.0557850944449, - 311.4030401990026, - -15.55366220926453, - -309.7978913445338, - -410.35290484074153, - -340.35057906971474, - -66.62874669232224, - 267.6620700199869 - ], - "relative wind speed": [ - 2.051721751459255, - 1.9879132696534858, - 1.8009574246112763, - 1.5809649879426977, - 1.4682066168307726, - 1.5535101053589193, - 1.766846108141344, - 1.9661491606732282 - ], - "relative wind angle": [ - 0.008426433822563433, - 0.09779041801499624, - 0.1627266214432007, - 0.13867531833166113, - 0.01177551736824405, - 0.12526322228223832, - 0.1658971331905095, - 0.11138082190995616 - ], - "resistance": [ - 97109.55578509446, - 96945.90304019902, - 96618.94633779075, - 96324.70210865547, - 96224.14709515928, - 96294.1494209303, - 96567.87125330769, - 96902.16207002 - ], - "fuel": [ - 39.59212052480445, - 39.50757883039087, - 39.33897406528751, - 39.18757851708744, - 39.135914468273654, - 39.171876906348714, - 39.31267163046104, - 39.48499947422458 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65.46875, -55.3125 -65.3125, -55.15625 -65.3125, -55.15625 -65.46875, -55.3125 -65.46875))", @@ -49157,68 +33187,7 @@ "id": "1064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.115206523395008, - 7.115206523395008, - 7.115206523395008, - 7.115206523395008, - 7.115206523395008, - 7.115206523395008, - 7.115206523395008, - 7.115206523395008 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 452.7737730087392, - 419.95199654994667, - 105.92672644320419, - -245.18183847892897, - -439.2340724765502, - -425.2179030726909, - -196.05651139704673, - 163.0536779500635 - ], - "relative wind speed": [ - 2.24164948869514, - 2.2300387441173855, - 2.0836775444055102, - 1.8710299000045771, - 1.7154642637687996, - 1.7305309214718951, - 1.9042315934190448, - 2.1135413844360547 - ], - "relative wind angle": [ - 0.04039093967171876, - 0.05483701886374008, - 0.12673733750087623, - 0.1341458328139926, - 0.05279023910681064, - 0.07068885509822874, - 0.13875432407404562, - 0.11867623585741421 - ], - "resistance": [ - 97087.27377300874, - 97054.45199654995, - 96740.4267264432, - 96389.31816152108, - 96195.26592752345, - 96209.28209692732, - 96438.44348860295, - 96797.55367795007 - ], - "fuel": [ - 39.870647954666694, - 39.8536872204497, - 39.69161653081298, - 39.510841383158066, - 39.41112659948346, - 39.41832418860824, - 39.53610692272439, - 39.72107285468405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65.46875, -55.15625 -65.3125, -55 -65.3125, -55 -65.46875, -55.15625 -65.46875))", @@ -49237,68 +33206,7 @@ "id": "1065", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5763059454747, - 6.5763059454747, - 6.5763059454747, - 6.5763059454747, - 6.5763059454747, - 6.5763059454747, - 6.5763059454747, - 6.5763059454747 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 419.82428111696663, - 419.8468256472786, - 131.42016093413986, - -206.76693567150824, - -408.6382329638343, - -408.64789255174105, - -206.8004453185224, - 131.3811335317098 - ], - "relative wind speed": [ - 2.0949540061186145, - 2.094962484172907, - 1.954753359652164, - 1.737246284982772, - 1.565301027116408, - 1.5652896802675846, - 1.7372216024942504, - 1.9547314236379565 - ], - "relative wind angle": [ - 0.05248878405780594, - 0.05247735153253498, - 0.1361486986107317, - 0.15332763667713897, - 0.0702750596541395, - 0.0702605369182862, - 0.15332416919844896, - 0.13615525643202064 - ], - "resistance": [ - 97054.32428111696, - 97054.34682564728, - 96765.92016093414, - 96427.7330643285, - 96225.86176703617, - 96225.85210744826, - 96427.69955468147, - 96765.88113353172 - ], - "fuel": [ - 39.6488680242823, - 39.648879672837666, - 39.50000698270725, - 39.32584449560815, - 39.22208592473325, - 39.22208096349, - 39.3258272596097, - 39.49998685948792 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65.625, -55.3125 -65.46875, -55.15625 -65.46875, -55.15625 -65.625, -55.3125 -65.625))", @@ -49317,68 +33225,7 @@ "id": "1066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.968948412631107, - 6.968948412631107, - 6.968948412631107, - 6.968948412631107, - 6.968948412631107, - 6.968948412631107, - 6.968948412631107, - 6.968948412631107 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 456.4313210366761, - 330.37203943077293, - 11.6382523598636, - -293.7088951420467, - -416.6053804066207, - -362.9039925556019, - -104.38891277020343, - 231.63525954939678 - ], - "relative wind speed": [ - 2.198040641523522, - 2.1521153588416686, - 1.988666813061786, - 1.7881362575793682, - 1.6742643366218863, - 1.7329002316668016, - 1.918266935882423, - 2.1064454550268112 - ], - "relative wind angle": [ - 0.01616091875843639, - 0.0744596091925989, - 0.13209672902233274, - 0.11789913302694824, - 0.021217363628915877, - 0.09251903925416649, - 0.1369746394978371, - 0.10001813086959532 - ], - "resistance": [ - 97090.93132103667, - 96964.87203943076, - 96646.13825235984, - 96340.79110485794, - 96217.89461959337, - 96271.59600744439, - 96530.11108722979, - 96866.13525954938 - ], - "fuel": [ - 39.81507643311052, - 39.74995513927305, - 39.585563386467044, - 39.428430538568094, - 39.36528544062503, - 39.392870686429106, - 39.52581448036065, - 39.698989743541006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65.625, -55.15625 -65.46875, -55 -65.46875, -55 -65.625, -55.15625 -65.625))", @@ -49397,68 +33244,7 @@ "id": "1067", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.542808483294662, - 7.542808483294662, - 7.542808483294662, - 7.542808483294662, - 7.542808483294662, - 7.542808483294662, - 7.542808483294662, - 7.542808483294662 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 501.38258218178885, - 464.55683348587104, - 116.49244923948436, - -272.55458402928366, - -487.28829322866954, - -471.5687600506201, - -217.39050393297407, - 180.6304945274262 - ], - "relative wind speed": [ - 2.3724335126555576, - 2.360118589483678, - 2.206845073325725, - 1.9845665436892073, - 1.8223423361647515, - 1.8382634755995029, - 2.0197047270548154, - 2.2384968161288645 - ], - "relative wind angle": [ - 0.039790835671167035, - 0.05424132754146704, - 0.12508747424275804, - 0.13211111820842333, - 0.051811582744946294, - 0.06966180297552933, - 0.13674738236398915, - 0.11705141527382891 - ], - "resistance": [ - 97135.88258218182, - 97099.0568334859, - 96750.99244923951, - 96361.94541597074, - 96147.21170677136, - 96162.93123994941, - 96417.10949606706, - 96815.13049452746 - ], - "fuel": [ - 40.07185285765937, - 40.052816674329925, - 39.873142426778074, - 39.67284607824928, - 39.56253414172337, - 39.57060368189581, - 39.701212396704655, - 39.906217233532516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65.78125, -55.9375 -65.625, -55.78125 -65.625, -55.78125 -65.78125, -55.9375 -65.78125))", @@ -49477,68 +33263,7 @@ "id": "1068", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.068499074990781, - 5.068499074990781, - 5.068499074990781, - 5.068499074990781, - 5.068499074990781, - 5.068499074990781, - 5.068499074990781, - 5.068499074990781 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 430.8847370200525, - 277.3444150524209, - -9.926572956610585, - -262.94300882761627, - -347.457003231501, - -281.2608718097259, - -40.41372515823025, - 250.8852327777389 - ], - "relative wind speed": [ - 1.7285438819866985, - 1.6581373298559996, - 1.456663094339773, - 1.213597676238445, - 1.0874184098932071, - 1.1920248929725974, - 1.4312495868005672, - 1.642413903483821 - ], - "relative wind angle": [ - 0.007539371841419107, - 0.131530486767422, - 0.22189282470155636, - 0.19562387058621572, - 0.011984644975228116, - 0.18346265199971756, - 0.22590057617246784, - 0.14412690443768128 - ], - "resistance": [ - 97065.38473702007, - 96911.84441505243, - 96624.5734270434, - 96371.5569911724, - 96287.04299676852, - 96353.23912819028, - 96594.08627484179, - 96885.38523277776 - ], - "fuel": [ - 39.18334957535402, - 39.10405422496571, - 38.95592975256172, - 38.82572216418276, - 38.78228255552576, - 38.816304653271075, - 38.940227799423006, - 39.09039833587266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -65.78125, -55.78125 -65.625, -55.625 -65.625, -55.625 -65.78125, -55.78125 -65.78125))", @@ -49557,68 +33282,7 @@ "id": "1069", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.784022381977641, - 5.784022381977641, - 5.784022381977641, - 5.784022381977641, - 5.784022381977641, - 5.784022381977641, - 5.784022381977641, - 5.784022381977641 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 457.25696699531, - 267.10796842056607, - -47.49215686305547, - -310.4468086040814, - -382.5184199383799, - -295.0350735816244, - -21.777380937414364, - 289.2370129473734 - ], - "relative wind speed": [ - 1.909617574193115, - 1.827510661097075, - 1.6255768662276124, - 1.4011495525239657, - 1.3037898741369223, - 1.4165846600700214, - 1.644386562689802, - 1.83937142715414 - ], - "relative wind angle": [ - 0.005011783422338183, - 0.12120626150889469, - 0.1874414782096744, - 0.1485881589504471, - 0.0073406273337442655, - 0.1566230233358601, - 0.18527236156687485, - 0.11301207058565478 - ], - "resistance": [ - 97091.75696699531, - 96901.60796842056, - 96587.00784313695, - 96324.05319139591, - 96251.98158006162, - 96339.46492641838, - 96612.72261906258, - 96923.73701294737 - ], - "fuel": [ - 39.401926906377376, - 39.30371942736357, - 39.14153131295859, - 39.006250928096264, - 38.9692176895374, - 39.01417259433808, - 39.154774419228005, - 39.31514163998436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -65.9375, -55.9375 -65.78125, -55.78125 -65.78125, -55.78125 -65.9375, -55.9375 -65.9375))", @@ -49637,68 +33301,7 @@ "id": "1070", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.947347264904817, - 4.947347264904817, - 4.947347264904817, - 4.947347264904817, - 4.947347264904817, - 4.947347264904817, - 4.947347264904817, - 4.947347264904817 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 374.68335021933706, - 244.07873473661164, - -8.005149885208652, - -232.2773959183702, - -308.6768388954614, - -252.467922356371, - -41.643347634571, - 214.99765017723723 - ], - "relative wind speed": [ - 1.6627498879056937, - 1.6003431003169037, - 1.4185823422593968, - 1.2000019450544313, - 1.0859427887070494, - 1.1759723174221914, - 1.3898320288096264, - 1.5824045822547472 - ], - "relative wind angle": [ - 0.008833895520654835, - 0.1212446795346411, - 0.20474368685891264, - 0.17957201771145806, - 0.013526325518388359, - 0.16534643346380118, - 0.20904117367382685, - 0.13586370121544716 - ], - "resistance": [ - 97009.18335021933, - 96878.57873473661, - 96626.49485011479, - 96402.22260408163, - 96325.82316110453, - 96382.03207764363, - 96592.85665236543, - 96849.49765017723 - ], - "fuel": [ - 39.1229515360596, - 39.055522989161105, - 38.925556612873095, - 38.81012779276839, - 38.77084913619868, - 38.79974528159678, - 38.90823171741506, - 39.040517647673305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -65.9375, -55.78125 -65.78125, -55.625 -65.78125, -55.625 -65.9375, -55.78125 -65.9375))", @@ -49717,68 +33320,7 @@ "id": "1071", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.402366647189268, - 5.402366647189268, - 5.402366647189268, - 5.402366647189268, - 5.402366647189268, - 5.402366647189268, - 5.402366647189268, - 5.402366647189268 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 360.4210744632836, - 252.98228172969164, - 6.087632748704095, - -224.64259029630955, - -313.69852453840326, - -267.632400490501, - -65.72833269738203, - 191.3723159856978 - ], - "relative wind speed": [ - 1.7618226536618438, - 1.713250065137483, - 1.5513076305780853, - 1.3519229869127904, - 1.24005446794945, - 1.3063415942026282, - 1.4950581198561013, - 1.6775155390917404 - ], - "relative wind angle": [ - 0.0162037567464692, - 0.09605988669316336, - 0.16900521163869786, - 0.15199334348475624, - 0.023022713278882036, - 0.126121734086545, - 0.17542860457038445, - 0.12232638893300708 - ], - "resistance": [ - 96994.92107446326, - 96887.48228172967, - 96640.58763274868, - 96409.85740970366, - 96320.80147546157, - 96366.86759950947, - 96568.77166730259, - 96825.87231598567 - ], - "fuel": [ - 39.238381076913974, - 39.18291365144715, - 39.05561211539605, - 38.93685016552777, - 38.891064091717325, - 38.914744252329676, - 39.01862561593762, - 39.15112565198332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -66.09375, -56.25 -65.9375, -56.09375 -65.9375, -56.09375 -66.09375, -56.25 -66.09375))", @@ -49797,52 +33339,7 @@ "id": "1072", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 14.350878359718193, - 14.350878359718193, - 14.350878359718193, - 14.350878359718193, - 14.350878359718193, - 14.350878359718193, - 14.350878359718193, - 14.350878359718193 - ], - "relative wind speed": [ - 0.25511438330707764, - 0.25511438330707764, - 0.25511438330707764, - 0.25511438330707764, - 0.25511438330707764, - 0.25511438330707764, - 0.25511438330707764, - 0.25511438330707764 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -66.09375, -56.09375 -65.9375, -55.9375 -65.9375, -55.9375 -66.09375, -56.09375 -66.09375))", @@ -49861,68 +33358,7 @@ "id": "1073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.030083910940241, - 5.030083910940241, - 5.030083910940241, - 5.030083910940241, - 5.030083910940241, - 5.030083910940241, - 5.030083910940241, - 5.030083910940241 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 323.5378683235807, - 164.05005606436953, - -68.90065433722748, - -246.19219855885808, - -282.7691771719517, - -194.3680590053449, - 17.62588898061972, - 238.3881509870406 - ], - "relative wind speed": [ - 1.6500400356909675, - 1.5630057948876694, - 1.383479698346047, - 1.2023240256456498, - 1.14546487575354, - 1.2616397212024062, - 1.4562643390650105, - 1.609080121784916 - ], - "relative wind angle": [ - 0.0224144328877373, - 0.13128404831575943, - 0.18345053007453654, - 0.1270200186707437, - 0.032290856903979516, - 0.16289633555015542, - 0.1741851735896204, - 0.09479779674606907 - ], - "resistance": [ - 96958.0378683236, - 96798.5500560644, - 96565.5993456628, - 96388.30780144117, - 96351.73082282807, - 96440.13194099469, - 96652.12588898065, - 96872.88815098707 - ], - "fuel": [ - 39.11785212621099, - 39.0355506867808, - 38.9155098402492, - 38.82428580402552, - 38.80547994788165, - 38.850939429315275, - 38.96007389572788, - 39.073900036884716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -66.25, -56.25 -66.09375, -56.09375 -66.09375, -56.09375 -66.25, -56.25 -66.25))", @@ -49954,7 +33390,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 288.080231079147, + 288.0802310791431, 146.19833504414908, -62.34857310702489, -221.57719995982166, @@ -49966,7 +33402,7 @@ "relative wind speed": [ 1.5970483356044458, 1.5171816210572466, - 1.3524851162091365, + 1.3524851162091363, 1.1872438327052275, 1.1351967767384425, 1.2399173508344756, @@ -49974,14 +33410,14 @@ 1.5587453896893106 ], "relative wind angle": [ - 0.020725287494112097, - 0.12339745596112371, - 0.17163487769034247, - 0.11814045962258211, - 0.029159356101065848, + 0.02072528749412281, + 0.12339745596112373, + 0.1716348776903425, + 0.11814045962258213, + 0.029159356101065844, 0.15118335680264747, - 0.1636605660409515, - 0.08989546152829714 + 0.16366056604095153, + 0.08989546152829715 ], "resistance": [ 96922.58023107913, @@ -50034,34 +33470,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 302.75694632534976, + 302.7569463253452, 161.00153771147677, - -57.896202794907936, + -57.89620279490873, -231.0371048270231, - -270.6199610969081, - -196.75383722672245, + -270.61996109690654, + -196.75383722672257, -0.47273757876610034, 209.97247641686624 ], "relative wind speed": [ - 1.7318844701100755, + 1.731884470110075, 1.6601963449304582, 1.5051935230328373, 1.3471835602136524, 1.2915712143977824, 1.3825079080963572, 1.5498298222351428, - 1.6889868190011095 + 1.6889868190011097 ], "relative wind angle": [ - 0.01302302441057873, + 0.013023024410587256, 0.10357033434126388, - 0.14680808115127997, - 0.10391744811940287, - 0.017463135076734193, - 0.12447224481138211, + 0.14680808115128224, + 0.10391744811940289, + 0.017463135076727837, + 0.12447224481138212, 0.14255058170122423, - 0.08283308046616579 + 0.08283308046616714 ], "resistance": [ 96937.25694632536, @@ -50101,68 +33537,7 @@ "id": "1076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.879834000474167, - 5.879834000474167, - 5.879834000474167, - 5.879834000474167, - 5.879834000474167, - 5.879834000474167, - 5.879834000474167, - 5.879834000474167 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 340.69933865680787, - 228.11615201687005, - -9.506668045868764, - -226.90277926082797, - -303.765326443464, - -255.80736098750424, - -57.948633350126784, - 186.85240724884193 - ], - "relative wind speed": [ - 1.8622419574125724, - 1.8137267605068828, - 1.6666693117562366, - 1.494090608911648, - 1.4045283610093928, - 1.4666425137192594, - 1.6318267157016189, - 1.7911834850705721 - ], - "relative wind angle": [ - 0.00944656506141043, - 0.08246343304534488, - 0.137757276510992, - 0.11690889354969072, - 0.01252519253322848, - 0.10204003381993551, - 0.14071801624124944, - 0.09745009285990971 - ], - "resistance": [ - 96975.19933865684, - 96862.6161520169, - 96624.99333195416, - 96407.5972207392, - 96330.73467355657, - 96378.69263901253, - 96576.5513666499, - 96821.35240724887 - ], - "fuel": [ - 39.371715721517404, - 39.31360173934966, - 39.191098745667986, - 39.07920737974358, - 39.03968916001562, - 39.06434375776698, - 39.16615097630127, - 39.29231374013082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -66.09375, -55.78125 -65.9375, -55.625 -65.9375, -55.625 -66.09375, -55.78125 -66.09375))", @@ -50181,68 +33556,7 @@ "id": "1077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.98016032353704, - 5.98016032353704, - 5.98016032353704, - 5.98016032353704, - 5.98016032353704, - 5.98016032353704, - 5.98016032353704, - 5.98016032353704 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 292.1691437619063, - 247.68631302903486, - 43.08034092324783, - -173.3461770457177, - -281.2170656355115, - -262.2904282818006, - -106.30883432106498, - 120.92769360229613 - ], - "relative wind speed": [ - 1.862865258697837, - 1.8438072729076065, - 1.726060083134357, - 1.566994569002957, - 1.4611750743988008, - 1.4851512752850178, - 1.6204987378945765, - 1.7747753634820764 - ], - "relative wind angle": [ - 0.02854369846588712, - 0.056705937632288664, - 0.11668550246291623, - 0.11492240763511585, - 0.03639371027546835, - 0.0704205803543355, - 0.12432472507897907, - 0.10141850130893362 - ], - "resistance": [ - 96926.66914376194, - 96882.18631302907, - 96677.58034092329, - 96461.15382295432, - 96353.28293436453, - 96372.20957171824, - 96528.19116567897, - 96755.42769360234 - ], - "fuel": [ - 39.37872530615966, - 39.35576624208512, - 39.25025713645919, - 39.138822068926224, - 39.08334590231629, - 39.09307641854342, - 39.173320051506664, - 39.29038230018712 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -66.25, -55.9375 -66.09375, -55.78125 -66.09375, -55.78125 -66.25, -55.9375 -66.25))", @@ -50261,68 +33575,7 @@ "id": "1078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.514918648192146, - 6.514918648192146, - 6.514918648192146, - 6.514918648192146, - 6.514918648192146, - 6.514918648192146, - 6.514918648192146, - 6.514918648192146 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 316.2441352414239, - 208.73241164165165, - -15.788747515081695, - -220.62812004152966, - -290.72076101557514, - -245.22772108046092, - -57.17068969717798, - 173.71728702448308 - ], - "relative wind speed": [ - 2.004175363128261, - 1.9608984695141705, - 1.8335260715366044, - 1.6881698713419708, - 1.6153284691139749, - 1.6675977157448298, - 1.8067061449765254, - 1.9432157458176444 - ], - "relative wind angle": [ - 0.006729571271695069, - 0.06529461531640116, - 0.10624072970033092, - 0.0871981699657257, - 0.008349568596578705, - 0.07679970556064407, - 0.10782393138707282, - 0.07572986583883999 - ], - "resistance": [ - 96950.74413524143, - 96843.23241164167, - 96618.71125248494, - 96413.87187995849, - 96343.77923898444, - 96389.27227891955, - 96577.32931030284, - 96808.2172870245 - ], - "fuel": [ - 39.57325900931105, - 39.51777161967282, - 39.40203371828839, - 39.296605169248515, - 39.26056511936147, - 39.28395452891828, - 39.38072230752018, - 39.49970940712028 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -66.25, -55.78125 -66.09375, -55.625 -66.09375, -55.625 -66.25, -55.78125 -66.25))", @@ -50354,10 +33607,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 274.7684678389428, + 274.76846783893666, 275.28627787996993, - 81.56696676045703, - -148.38046073987675, + 81.56696676045567, + -148.38046073987744, -285.0334379653277, -285.25253539744085, -149.1688110483699, @@ -50366,25 +33619,25 @@ "relative wind speed": [ 2.061796738920907, 2.061997327239128, - 1.9672206605064009, - 1.824575549382053, + 1.9672206605064007, + 1.8245755493820532, 1.7164003812797741, 1.716159399339388, 1.8240282164371797, - 1.9667130258579715 + 1.9667130258579713 ], "relative wind angle": [ - 0.03487766523213283, + 0.03487766523214238, 0.034617595038152586, - 0.08796549016389255, - 0.09498319176194403, + 0.08796549016389381, + 0.09498319176194638, 0.04189996692603198, 0.041597370316341566, 0.09489111891993152, - 0.08810008953596159 + 0.08810008953596032 ], "resistance": [ - 96909.26846783893, + 96909.26846783892, 96909.78627787996, 96716.06696676044, 96486.11953926011, @@ -50394,7 +33647,7 @@ 96715.15318695077 ], "fuel": [ - 39.65503751789441, + 39.65503751789439, 39.6553047866541, 39.555385783632374, 39.43696183751665, @@ -50421,68 +33674,7 @@ "id": "1080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.073525343830453, - 6.073525343830453, - 6.073525343830453, - 6.073525343830453, - 6.073525343830453, - 6.073525343830453, - 6.073525343830453, - 6.073525343830453 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 371.34726540586894, - 215.07176455362264, - -47.05059901437198, - -266.91720733387524, - -325.6311901306699, - -254.0494539724566, - -25.489270430068018, - 233.44467256572966 - ], - "relative wind speed": [ - 1.9264727629891363, - 1.8592058953004236, - 1.6964809025645482, - 1.5213268853125201, - 1.4477454615578127, - 1.533172419162434, - 1.7114954791742851, - 1.868911109717513 - ], - "relative wind angle": [ - 0.003935946880495917, - 0.09405992883283931, - 0.1415680744971063, - 0.10794161960701446, - 0.0052374604180402224, - 0.11414160894674398, - 0.14031787582239796, - 0.08780866595145424 - ], - "resistance": [ - 97005.8472654059, - 96849.57176455365, - 96587.44940098566, - 96367.58279266616, - 96308.86880986935, - 96380.45054602757, - 96609.01072956996, - 96867.94467256576 - ], - "fuel": [ - 39.45004672434305, - 39.36937421740991, - 39.23426551105867, - 39.12113433425728, - 39.09095380305516, - 39.12775041159886, - 39.245369461294985, - 39.37885396225205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65.78125, -55.46875 -65.625, -55.3125 -65.625, -55.3125 -65.78125, -55.46875 -65.78125))", @@ -50501,68 +33693,7 @@ "id": "1081", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.497584518775191, - 6.497584518775191, - 6.497584518775191, - 6.497584518775191, - 6.497584518775191, - 6.497584518775191, - 6.497584518775191, - 6.497584518775191 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 387.3258634046813, - 246.7542836609523, - -24.99202840487601, - -267.1160683287346, - -344.8475495453479, - -285.1148736713178, - -55.18891431231714, - 221.08455778032385 - ], - "relative wind speed": [ - 2.0399928730819377, - 1.9845175052171418, - 1.8299552757675783, - 1.6547552031636985, - 1.5698345050649556, - 1.6394028080384522, - 1.810307980485099, - 1.9717343921330523 - ], - "relative wind angle": [ - 0.004856225507348963, - 0.08031922854027565, - 0.12881966610434184, - 0.10488057443080495, - 0.006310660270073978, - 0.09727626402435428, - 0.13022566123096657, - 0.08797195100623985 - ], - "resistance": [ - 97021.82586340472, - 96881.254283661, - 96609.50797159517, - 96367.38393167131, - 96289.6524504547, - 96349.38512632872, - 96579.31108568773, - 96855.58455778037 - ], - "fuel": [ - 39.60376995806535, - 39.53119166092602, - 39.39109520253612, - 39.26650173710759, - 39.22654851945421, - 39.25724852771494, - 39.37554442323167, - 39.51794610359423 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -65.9375, -55.625 -65.78125, -55.46875 -65.78125, -55.46875 -65.9375, -55.625 -65.9375))", @@ -50581,68 +33712,7 @@ "id": "1082", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.135624171778636, - 6.135624171778636, - 6.135624171778636, - 6.135624171778636, - 6.135624171778636, - 6.135624171778636, - 6.135624171778636, - 6.135624171778636 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 328.7830509179132, - 247.9110802086136, - 17.535720369409773, - -208.9336393396095, - -305.70937725384886, - -271.29969286237576, - -87.13823169954344, - 158.98847659303078 - ], - "relative wind speed": [ - 1.921015166689256, - 1.8873057940308882, - 1.7540778510000306, - 1.587161636626322, - 1.4884553216246157, - 1.530972029444113, - 1.681965935372623, - 1.8403033593254245 - ], - "relative wind angle": [ - 0.01892100734260236, - 0.06748505324503681, - 0.12364450733615648, - 0.11281013712929601, - 0.02442060947170947, - 0.08322511081802438, - 0.12897456214400468, - 0.09723955371395844 - ], - "resistance": [ - 96963.28305091795, - 96882.41108020864, - 96652.03572036944, - 96425.56636066042, - 96328.79062274618, - 96363.20030713765, - 96547.36176830048, - 96793.48847659306 - ], - "fuel": [ - 39.44862728108258, - 39.40688103223258, - 39.28809428605358, - 39.17151405413893, - 39.12175475272848, - 39.13944323023056, - 39.234187279148436, - 39.361007124238284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -65.9375, -55.46875 -65.78125, -55.3125 -65.78125, -55.3125 -65.9375, -55.46875 -65.9375))", @@ -50661,68 +33731,7 @@ "id": "1083", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.53436803991363, - 6.53436803991363, - 6.53436803991363, - 6.53436803991363, - 6.53436803991363, - 6.53436803991363, - 6.53436803991363, - 6.53436803991363 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 370.82242696753633, - 306.9465858561814, - 47.91904996596713, - -221.65603169606334, - -352.2773307396237, - -325.06600280006523, - -125.6309461436947, - 159.48311194002872 - ], - "relative wind speed": [ - 2.0477772847344964, - 2.0228933564271903, - 1.8860055017429798, - 1.7034061566624379, - 1.5842233097498872, - 1.615876781054858, - 1.773735761161928, - 1.94975966941415 - ], - "relative wind angle": [ - 0.027639122231693028, - 0.06131488025535994, - 0.12326568750817217, - 0.12004127528164732, - 0.03572956100541871, - 0.0767865824430775, - 0.13111152008263394, - 0.10481409509050742 - ], - "resistance": [ - 97005.32242696757, - 96941.4465858562, - 96682.419049966, - 96412.84396830396, - 96282.2226692604, - 96309.43399719996, - 96508.86905385634, - 96793.98311194006 - ], - "fuel": [ - 39.60842190449828, - 39.57543707466576, - 39.44183352512029, - 39.3030547887286, - 39.23590748207583, - 39.24989052729272, - 39.35245802559929, - 39.49934643065304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65.78125, -55.3125 -65.625, -55.15625 -65.625, -55.15625 -65.78125, -55.3125 -65.78125))", @@ -50741,68 +33750,7 @@ "id": "1084", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.369220699918729, - 7.369220699918729, - 7.369220699918729, - 7.369220699918729, - 7.369220699918729, - 7.369220699918729, - 7.369220699918729, - 7.369220699918729 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 456.211241008368, - 336.2241399025395, - 15.573809185304299, - -295.62369286131275, - -424.0663227844582, - -373.0792627748365, - -114.49841420871485, - 225.8369587546092 - ], - "relative wind speed": [ - 2.297075063937046, - 2.255178920110515, - 2.099488615939933, - 1.9078172117536423, - 1.797639697039093, - 1.8499271250569183, - 2.024897498954159, - 2.2064214956052117 - ], - "relative wind angle": [ - 0.01635728440910724, - 0.0665803431950911, - 0.1192448798343725, - 0.10669830403886883, - 0.020902392593274373, - 0.08119490763576297, - 0.12365962266136149, - 0.0922140549971767 - ], - "resistance": [ - 97090.71124100838, - 96970.72413990255, - 96650.07380918531, - 96338.87630713871, - 96210.43367721555, - 96261.42073722518, - 96520.0015857913, - 96860.33695875462 - ], - "fuel": [ - 39.975570571040386, - 39.913584863516064, - 39.74819878535306, - 39.58805415190284, - 39.522061645474665, - 39.54825092653631, - 39.681218783759505, - 39.85660581813221 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65.78125, -55.15625 -65.625, -55 -65.625, -55 -65.78125, -55.15625 -65.78125))", @@ -50821,68 +33769,7 @@ "id": "1085", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.023742705799794, - 8.023742705799794, - 8.023742705799794, - 8.023742705799794, - 8.023742705799794, - 8.023742705799794, - 8.023742705799794, - 8.023742705799794 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 520.8745947013008, - 403.2491817154023, - 36.95185794152667, - -329.46314346759686, - -491.7690765938951, - -441.7968512299244, - -151.77135832270528, - 243.20097951991784 - ], - "relative wind speed": [ - 2.4933876952235656, - 2.4555918269113817, - 2.2941045462497773, - 2.0893163600242484, - 1.9653898675223478, - 2.0124135533378364, - 2.19472637495609, - 2.3905013444436336 - ], - "relative wind angle": [ - 0.020069139800069857, - 0.06167057120751477, - 0.11536222674338023, - 0.10650610343183377, - 0.02546171367086485, - 0.07527518203652839, - 0.12061079595429737, - 0.0930454526726715 - ], - "resistance": [ - 97155.37459470135, - 97037.74918171547, - 96671.45185794159, - 96305.03685653246, - 96142.73092340617, - 96192.70314877013, - 96482.72864167736, - 96877.70097951997 - ], - "fuel": [ - 40.294363602643976, - 40.2335691311781, - 40.04457885024474, - 39.856027361206756, - 39.77266689987598, - 39.79832223193281, - 39.94740241200981, - 40.150931205455116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -65.9375, -55.3125 -65.78125, -55.15625 -65.78125, -55.15625 -65.9375, -55.3125 -65.9375))", @@ -50901,68 +33788,7 @@ "id": "1086", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.187237395558815, - 7.187237395558815, - 7.187237395558815, - 7.187237395558815, - 7.187237395558815, - 7.187237395558815, - 7.187237395558815, - 7.187237395558815 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 389.59421110565927, - 373.7280904197132, - 101.43268407989467, - -211.05629895867241, - -389.45624440847246, - -382.7079820185659, - -187.12152842739442, - 129.2217420908321 - ], - "relative wind speed": [ - 2.2256893016083095, - 2.220018358043331, - 2.0942045902670974, - 1.9087391548024302, - 1.770918055773039, - 1.7780219676672269, - 1.9246170428583613, - 2.108686431520995 - ], - "relative wind angle": [ - 0.038354366028623126, - 0.04532477416332512, - 0.10889405991581669, - 0.11619224189327931, - 0.048210612135040465, - 0.05660285195563967, - 0.11853258987540792, - 0.1051318672964997 - ], - "resistance": [ - 97024.09421110571, - 97008.22809041975, - 96735.93268407993, - 96423.44370104137, - 96245.04375559157, - 96251.79201798148, - 96447.37847157265, - 96763.72174209087 - ], - "fuel": [ - 39.86682070513193, - 39.858625077512734, - 39.718117163583955, - 39.55720883939685, - 39.46550921935969, - 39.468975748561185, - 39.56952059643601, - 39.73244403158697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -65.9375, -55.15625 -65.78125, -55 -65.78125, -55 -65.9375, -55.15625 -65.9375))", @@ -50981,68 +33807,7 @@ "id": "1087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.660032567361043, - 8.660032567361043, - 8.660032567361043, - 8.660032567361043, - 8.660032567361043, - 8.660032567361043, - 8.660032567361043, - 8.660032567361043 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 482.6905516919437, - 383.1023727551724, - 39.907911355286615, - -310.0497953338795, - -469.7643528636263, - -427.66540952942705, - -158.24782985770844, - 215.8261411024173 - ], - "relative wind speed": [ - 2.636043201855024, - 2.6056721006878303, - 2.464810525326493, - 2.2856957611161968, - 2.1760760615429846, - 2.21235252420666, - 2.3682778261653024, - 2.541579366315749 - ], - "relative wind angle": [ - 0.01839474574407211, - 0.049285960588217055, - 0.09346192903472915, - 0.08626956882343384, - 0.022283514710822013, - 0.05805729837025126, - 0.0972833291388509, - 0.07756559161967373 - ], - "resistance": [ - 97117.19055169197, - 97017.60237275518, - 96674.4079113553, - 96324.45020466614, - 96164.73564713639, - 96206.8345904706, - 96476.25217014231, - 96850.32614110243 - ], - "fuel": [ - 40.57909312652575, - 40.527631973145674, - 40.35057253879494, - 40.17047515410475, - 40.08843331792882, - 40.11004940174752, - 40.24854044869453, - 40.44127677800065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -66.09375, -55.625 -65.9375, -55.46875 -65.9375, -55.46875 -66.09375, -55.625 -66.09375))", @@ -51061,68 +33826,7 @@ "id": "1088", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.338319424077165, - 6.338319424077165, - 6.338319424077165, - 6.338319424077165, - 6.338319424077165, - 6.338319424077165, - 6.338319424077165, - 6.338319424077165 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 331.3002091742185, - 267.2252966649821, - 34.85789125194242, - -203.39153185505302, - -314.96677554270445, - -287.71662512012927, - -106.7657853022713, - 147.0504922228033 - ], - "relative wind speed": [ - 1.9747265511749315, - 1.9487824712381145, - 1.820763866185637, - 1.6536362752045992, - 1.547868294080084, - 1.5804075700681437, - 1.7263429993272947, - 1.8870422033068277 - ], - "relative wind angle": [ - 0.02408492616858452, - 0.06025121982343428, - 0.11753336061786883, - 0.11186630762217512, - 0.030728732113955517, - 0.07431854039398962, - 0.12399402262259086, - 0.09798207517308384 - ], - "resistance": [ - 96965.80020917427, - 96901.72529666503, - 96669.35789125199, - 96431.10846814499, - 96319.53322445734, - 96346.78337487992, - 96527.73421469778, - 96781.55049222284 - ], - "fuel": [ - 39.51881105255446, - 39.48573287113927, - 39.36590314237826, - 39.243248721019945, - 39.18588071058829, - 39.199887490682556, - 39.2929676624969, - 39.42373474746158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -66.09375, -55.46875 -65.9375, -55.3125 -65.9375, -55.3125 -66.09375, -55.46875 -66.09375))", @@ -51141,68 +33845,7 @@ "id": "1089", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.768396784659055, - 6.768396784659055, - 6.768396784659055, - 6.768396784659055, - 6.768396784659055, - 6.768396784659055, - 6.768396784659055, - 6.768396784659055 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 384.7514392938351, - 278.98213309394055, - 8.41731043779373, - -251.65920225091713, - -356.3544215074046, - -311.41968011678364, - -91.94220447214275, - 193.81602726864526 - ], - "relative wind speed": [ - 2.109224813509882, - 2.0689792231357904, - 1.925325625837035, - 1.7503035737723778, - 1.651536380157001, - 1.7016834908819871, - 1.8626655532873084, - 2.0280135918054216 - ], - "relative wind angle": [ - 0.014964063425402208, - 0.0674869646108511, - 0.11915879033650485, - 0.10540982600120587, - 0.01911148777862218, - 0.08208339740372642, - 0.1231873550591748, - 0.09093220657750026 - ], - "resistance": [ - 97019.25143929382, - 96913.48213309393, - 96642.91731043778, - 96382.84079774907, - 96278.14557849258, - 96323.0803198832, - 96542.55779552784, - 96828.31602726864 - ], - "fuel": [ - 39.701538289754424, - 39.64692286580278, - 39.507402472797075, - 39.373547283945896, - 39.319734200440685, - 39.34282555016678, - 39.455719997401594, - 39.60297643978686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -66.25, -55.625 -66.09375, -55.46875 -66.09375, -55.46875 -66.25, -55.625 -66.25))", @@ -51221,68 +33864,7 @@ "id": "1090", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.112340917932356, - 7.112340917932356, - 7.112340917932356, - 7.112340917932356, - 7.112340917932356, - 7.112340917932356, - 7.112340917932356, - 7.112340917932356 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 383.97167085451724, - 302.4041150757537, - 31.591629485149724, - -242.48172779012611, - -366.6259543184301, - -332.0178552355535, - -118.95185928155092, - 174.9078045121346 - ], - "relative wind speed": [ - 2.1969391056200154, - 2.1671737194298277, - 2.0326597329419696, - 1.8608235970291975, - 1.755401309887621, - 1.7920193253339465, - 1.9432626180302874, - 2.108390555209581 - ], - "relative wind angle": [ - 0.020474029107208573, - 0.057407899553812806, - 0.10885419145924188, - 0.1011771228199468, - 0.025624895645070683, - 0.06944376119930613, - 0.11388315474018373, - 0.08926313578629907 - ], - "resistance": [ - 97018.47167085452, - 96936.90411507575, - 96666.09162948515, - 96392.01827220987, - 96267.87404568157, - 96302.48214476445, - 96515.54814071846, - 96809.40780451213 - ], - "fuel": [ - 39.83395953119823, - 39.79183757504356, - 39.65216599362442, - 39.51109046529393, - 39.4472808928989, - 39.465063534544775, - 39.57464118343478, - 39.72604733709322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -66.25, -55.46875 -66.09375, -55.3125 -66.09375, -55.3125 -66.25, -55.46875 -66.25))", @@ -51301,68 +33883,7 @@ "id": "1091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.426115116647231, - 7.426115116647231, - 7.426115116647231, - 7.426115116647231, - 7.426115116647231, - 7.426115116647231, - 7.426115116647231, - 7.426115116647231 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 455.1530694945998, - 328.9612305811909, - 8.524660614260938, - -299.0061562880476, - -422.1321956079396, - -368.5460159966508, - -108.28559785534935, - 229.87612414555338 - ], - "relative wind speed": [ - 2.3099672234127047, - 2.2661037474835926, - 2.1107724765969538, - 1.9221361730349262, - 1.8162064948061023, - 1.8706491949742174, - 2.044307745193377, - 2.2225991850370854 - ], - "relative wind angle": [ - 0.014489737950469535, - 0.06665152943819888, - 0.11724614945005545, - 0.10332980331812901, - 0.01842937095842646, - 0.08076966146581488, - 0.12107650466989894, - 0.08932090915249384 - ], - "resistance": [ - 97089.6530694946, - 96963.46123058119, - 96643.02466061426, - 96335.49384371196, - 96212.36780439207, - 96265.95398400335, - 96526.21440214464, - 96864.37612414555 - ], - "fuel": [ - 39.998709129967395, - 39.93351998934929, - 39.76825269796639, - 39.61000093759466, - 39.5467403726947, - 39.57426532499367, - 39.70810205663392, - 39.8823753807553 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -66.09375, -55.3125 -65.9375, -55.15625 -65.9375, -55.15625 -66.09375, -55.3125 -66.09375))", @@ -51381,68 +33902,7 @@ "id": "1092", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.014919498762297, - 7.014919498762297, - 7.014919498762297, - 7.014919498762297, - 7.014919498762297, - 7.014919498762297, - 7.014919498762297, - 7.014919498762297 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 388.4285606291121, - 371.87393362362286, - 101.02341555905468, - -209.0908132400309, - -385.89224147890127, - -378.8430730037619, - -184.17115541551652, - 129.96814789260156 - ], - "relative wind speed": [ - 2.182142309721767, - 2.1761140114075217, - 2.048249300600262, - 1.859493173726552, - 1.7189308647801227, - 1.7265561639076359, - 1.8764709377877735, - 2.063674759897 - ], - "relative wind angle": [ - 0.03964855429541999, - 0.04724467557798645, - 0.11343099662329298, - 0.12134970468087868, - 0.05034098081309939, - 0.05955922319589323, - 0.12386600260938017, - 0.10929255859290873 - ], - "resistance": [ - 97022.92856062912, - 97006.37393362363, - 96735.52341555907, - 96425.40918675998, - 96248.60775852112, - 96255.65692699625, - 96450.3288445845, - 96764.46814789262 - ], - "fuel": [ - 39.79784860229495, - 39.78929742048592, - 39.649536227989636, - 39.48984982573407, - 39.39897004300683, - 39.40259124272389, - 39.50266842482504, - 39.664458931159004 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -66.09375, -55.15625 -65.9375, -55 -65.9375, -55 -66.09375, -55.15625 -66.09375))", @@ -51461,68 +33921,7 @@ "id": "1093", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.265007835943962, - 7.265007835943962, - 7.265007835943962, - 7.265007835943962, - 7.265007835943962, - 7.265007835943962, - 7.265007835943962, - 7.265007835943962 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 410.260861210493, - 370.8542524942393, - 83.63756138797316, - -233.19700551790402, - -403.11884870729523, - -386.3585298373082, - -173.75421193606257, - 152.65338797358072 - ], - "relative wind speed": [ - 2.254179761295354, - 2.2402481452884184, - 2.1065358658748043, - 1.917848027471039, - 1.7847893815908447, - 1.8022452054048608, - 1.9568613079766524, - 2.142115420886198 - ], - "relative wind angle": [ - 0.03342994651286689, - 0.050371151098138785, - 0.1117238275235009, - 0.11462243318157914, - 0.04222653355931481, - 0.0626274011299024, - 0.12030922792884587, - 0.10257733933316227 - ], - "resistance": [ - 97044.76086121048, - 97005.35425249423, - 96718.13756138796, - 96401.30299448209, - 96231.38115129269, - 96248.14147016268, - 96460.74578806393, - 96787.15338797357 - ], - "fuel": [ - 39.90899479706924, - 39.88863805109787, - 39.74044160824232, - 39.577319176492516, - 39.48998871733568, - 39.498597821162846, - 39.607894861672726, - 39.77602398566076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -66.25, -55.3125 -66.09375, -55.15625 -66.09375, -55.15625 -66.25, -55.3125 -66.25))", @@ -51541,68 +33940,7 @@ "id": "1094", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.336111273905884, - 7.336111273905884, - 7.336111273905884, - 7.336111273905884, - 7.336111273905884, - 7.336111273905884, - 7.336111273905884, - 7.336111273905884 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 434.12336248505653, - 339.50052298493983, - 34.26981016966829, - -272.95525932146893, - -410.9470071170599, - -370.744561497158, - -130.02240826016555, - 200.1760778598084 - ], - "relative wind speed": [ - 2.2793710712457944, - 2.246122518444268, - 2.099337375785746, - 1.9119698986674227, - 1.7973789694976985, - 1.8387597103924114, - 2.004715995609809, - 2.1841416499427164 - ], - "relative wind angle": [ - 0.02090235037032436, - 0.06092932648958475, - 0.11508191101681177, - 0.10697560752437099, - 0.02650877994356901, - 0.07445045840996678, - 0.12053956309656158, - 0.09360320840155911 - ], - "resistance": [ - 97068.62336248506, - 96974.00052298493, - 96668.76981016967, - 96361.54474067852, - 96223.55299288293, - 96263.75543850285, - 96504.47759173984, - 96834.67607785981 - ], - "fuel": [ - 39.95047040992943, - 39.90159127012325, - 39.74414589512871, - 39.586021862203296, - 39.51511392887619, - 39.5357648957027, - 39.65954351899261, - 39.82968135009911 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -66.25, -55.15625 -66.09375, -55 -66.09375, -55 -66.25, -55.15625 -66.25))", @@ -51621,68 +33959,7 @@ "id": "1095", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.596791662219707, - 6.596791662219707, - 6.596791662219707, - 6.596791662219707, - 6.596791662219707, - 6.596791662219707, - 6.596791662219707, - 6.596791662219707 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 407.2151312313845, - 332.2609777057453, - 48.9542969537315, - -242.7777026346614, - -381.79780511245235, - -349.81171419042676, - -130.49940993202586, - 179.4970607379687 - ], - "relative wind speed": [ - 2.08390903923279, - 2.0552511868431838, - 1.9070405181001877, - 1.7102399088389146, - 1.582851814660978, - 1.6198886720856358, - 1.7920081510126697, - 1.9807009378465847 - ], - "relative wind angle": [ - 0.027861014374961676, - 0.06631390726498237, - 0.13181895088641113, - 0.1279863250394509, - 0.03668399685804077, - 0.08417419622635437, - 0.14033492136915282, - 0.1104329017086759 - ], - "resistance": [ - 97041.71513123138, - 96966.76097770575, - 96683.45429695373, - 96391.72229736534, - 96252.70219488755, - 96284.68828580958, - 96504.00059006797, - 96813.99706073797 - ], - "fuel": [ - 39.649786937679266, - 39.61107277553255, - 39.46493242166592, - 39.314758084318115, - 39.24330637954921, - 39.25973979579531, - 39.372517884417306, - 39.53223423792304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -66.40625, -57.5 -66.25, -57.34375 -66.25, -57.34375 -66.40625, -57.5 -66.40625))", @@ -51714,40 +33991,40 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 198.23961549026603, + 198.239615490264, -43.02594766469997, - -246.79008743718134, - -301.57096909430675, + -246.79008743718225, + -301.57096909432676, -237.6807882766417, -27.740537720833572, 211.2293207194, 340.2243438291698 ], "relative wind speed": [ - 1.8571723905294926, + 1.8571723905294923, 1.7082225129125597, - 1.5484056345531818, - 1.4807355239040914, + 1.5484056345531816, + 1.4807355239040916, 1.5566480215492573, 1.7187839298518433, 1.8640499837778506, 1.918245203144458 ], "relative wind angle": [ - 0.08542098320633157, + 0.08542098320633418, 0.12841319003921248, - 0.09762231974915228, - 0.003595704706359334, + 0.09762231974915343, + 0.003595704706421087, 0.10196494424812734, 0.12761980367719208, - 0.08105165584621835, + 0.08105165584621833, 0.0027756008704205065 ], "resistance": [ 96832.73961549025, 96591.47405233528, 96387.7099125628, - 96332.92903090568, + 96332.92903090565, 96396.81921172334, 96606.75946227915, 96845.72932071939, @@ -51757,7 +34034,7 @@ 39.37543422143935, 39.25108172159493, 39.14622682695787, - 39.118063509549714, + 39.11806350954969, 39.1509110779853, 39.258953663163744, 39.38213548793461, @@ -51794,9 +34071,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 128.705179003877, + 128.70517900387608, -61.88667224894425, - -208.54520372884826, + -208.5452037288477, -238.5952077648236, -169.27367254825083, 4.131799584874898, @@ -51804,9 +34081,9 @@ 255.4963774809089 ], "relative wind speed": [ - 1.708733433905505, + 1.7087334339055045, 1.5783904117308871, - 1.4520765995945482, + 1.4520765995945477, 1.4126689361133806, 1.4895531725645474, 1.6270286752849827, @@ -51814,13 +34091,13 @@ 1.7728240406153948 ], "relative wind angle": [ - 0.08475780257830565, + 0.08475780257830566, 0.11435206207770149, - 0.07585621478494332, - 0.017325648816109672, + 0.07585621478494038, + 0.01732564881610967, 0.09726641112367815, - 0.11091932213997428, - 0.06326035619617594, + 0.1109193221399743, + 0.06326035619617593, 0.013805633443308025 ], "resistance": [ @@ -51874,13 +34151,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 142.98068580082213, + 142.9806858008203, -72.68404184623432, -236.56502413207454, -268.87011538370996, -187.53176649369766, 9.669955091706925, - 212.85368279537738, + 212.85368279537806, 288.89678088194796 ], "relative wind speed": [ @@ -51894,13 +34171,13 @@ 1.8357406553149378 ], "relative wind angle": [ - 0.09133769092083033, + 0.09133769092083398, 0.12239724366089916, 0.08030101525860268, 0.020642704429620382, - 0.10553261323943895, + 0.10553261323943894, 0.11807412415261004, - 0.06598107831602351, + 0.06598107831602182, 0.016194524266581568 ], "resistance": [ @@ -51954,9 +34231,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 153.3481668700997, + 153.34816687009902, -15.587449593226097, - -167.37275703213163, + -167.37275703213254, -216.85565051091976, -180.83813557394683, -38.22703234716744, @@ -51966,7 +34243,7 @@ "relative wind speed": [ 1.667735996616184, 1.5543647788066084, - 1.4265694580966726, + 1.4265694580966723, 1.3644229671613275, 1.4132599168679474, 1.5370741951644549, @@ -51974,14 +34251,14 @@ 1.70792181135954 ], "relative wind angle": [ - 0.06918838202167533, + 0.06918838202167694, 0.11072281727016954, - 0.08956391243208034, + 0.08956391243208284, 0.006375751144738361, - 0.08167230414500316, - 0.11197354305455774, + 0.08167230414500315, + 0.11197354305455776, 0.07711156437002162, - 0.005093441581217285 + 0.005093441581217284 ], "resistance": [ 96787.84816687013, @@ -52034,19 +34311,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 118.58744260922845, + 118.58744260922685, -28.586052960242455, - -152.58105241741782, + -152.58105241741828, -185.31970751023266, -146.07319028499842, -17.643922104095736, - 127.85370267829035, + 127.8537026782908, 205.20164866561856 ], "relative wind speed": [ - 1.5376088176856042, + 1.537608817685604, 1.4284733479297305, - 1.3131632796948758, + 1.3131632796948756, 1.2653124076010926, 1.3201003215054912, 1.4374872623149912, @@ -52054,17 +34331,17 @@ 1.5830003936304464 ], "relative wind angle": [ - 0.07520500225439616, + 0.07520500225440059, 0.11142945172934314, - 0.0831880783421916, - 0.0035840277295568134, + 0.08318807834219293, + 0.003584027729556814, 0.0876258231362388, 0.11072784279969358, - 0.07074960096766982, + 0.07074960096766825, 0.002864756867963684 ], "resistance": [ - 96753.08744260926, + 96753.08744260925, 96605.9139470398, 96481.91894758261, 96449.1802924898, @@ -52074,7 +34351,7 @@ 96839.70164866565 ], "fuel": [ - 39.037629486433104, + 39.03762948643309, 38.96179154375846, 38.897959949385495, 38.88111590886265, @@ -52101,52 +34378,7 @@ "id": "1101", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 10.384759789126447, - 10.384759789126447, - 10.384759789126447, - 10.384759789126447, - 10.384759789126447, - 10.384759789126447, - 10.384759789126447, - 10.384759789126447 - ], - "relative wind speed": [ - 0.2170170875235806, - 0.2170170875235806, - 0.2170170875235806, - 0.2170170875235806, - 0.2170170875235806, - 0.2170170875235806, - 0.2170170875235806, - 0.2170170875235806 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -66.5625, -57.1875 -66.40625, -57.03125 -66.40625, -57.03125 -66.5625, -57.1875 -66.5625))", @@ -52178,9 +34410,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 165.13371428816697, + 165.13371428816504, 21.245207229790708, - -126.1498438282465, + -126.14984382824696, -195.01862111064042, -178.0358474324794, -65.90363428687442, @@ -52198,13 +34430,13 @@ 1.5569640448529387 ], "relative wind angle": [ - 0.06007079309178106, + 0.0600707930917866, 0.11694578815131379, - 0.11112297308287457, - 0.030356706502352965, + 0.11112297308287657, + 0.030356706502352962, 0.07399547697661014, 0.12329964458323095, - 0.0973765198853854, + 0.09737651988538541, 0.023824565929406287 ], "resistance": [ @@ -52245,52 +34477,7 @@ "id": "1103", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 9.158310034221094, - 9.158310034221094, - 9.158310034221094, - 9.158310034221094, - 9.158310034221094, - 9.158310034221094, - 9.158310034221094, - 9.158310034221094 - ], - "relative wind speed": [ - 0.20379962185804815, - 0.20379962185804815, - 0.20379962185804815, - 0.20379962185804815, - 0.20379962185804815, - 0.20379962185804815, - 0.20379962185804815, - 0.20379962185804815 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -66.71875, -57.1875 -66.5625, -57.03125 -66.5625, -57.03125 -66.71875, -57.1875 -66.71875))", @@ -52322,7 +34509,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 179.96701422111016, + 179.96701422110834, 15.966029679665894, -146.7859120558535, -218.09335101549732, @@ -52342,13 +34529,13 @@ 1.6024858959107628 ], "relative wind angle": [ - 0.0683613769221139, + 0.06836137692211877, 0.12747640432530533, 0.11805926206190472, 0.02736288312247118, 0.08511743398767556, 0.13361444029640313, - 0.10151099658874095, + 0.10151099658874096, 0.021016956467640346 ], "resistance": [ @@ -52402,9 +34589,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 247.1395605751012, + 247.13956057509847, 108.98935197735295, - -76.93045951135935, + -76.93045951135957, -207.73200102817043, -226.4609045418497, -141.71300066209085, @@ -52412,9 +34599,9 @@ 203.45502869128654 ], "relative wind speed": [ - 1.5243626322669745, + 1.5243626322669743, 1.4384219750873637, - 1.2807131678229946, + 1.2807131678229944, 1.13507289021194, 1.1043781661493473, 1.2141971792526374, @@ -52422,14 +34609,14 @@ 1.5016464638606541 ], "relative wind angle": [ - 0.03283166831175363, + 0.0328316683117604, 0.12825535610930822, 0.1648325480198497, - 0.09990862594400757, + 0.09990862594400755, 0.04532461413169828, - 0.15210984783294396, + 0.15210984783294398, 0.1529287234432202, - 0.07546552479041056 + 0.07546552479041058 ], "resistance": [ 96881.63956057513, @@ -52482,39 +34669,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 198.85476423159878, + 198.85476423159764, 47.23408601058793, - -120.51340850126132, + -120.51340850126178, -211.49885139938078, -203.2857594425367, -91.65163230858195, 80.78465617674522, - 218.10448706022578 + 218.1044870602267 ], "relative wind speed": [ - 1.5600855900922792, + 1.560085590092279, 1.4586590126299748, 1.3134540370526813, 1.2091677639482687, 1.221706716888061, 1.3411742002351246, 1.483668710680721, - 1.569824088594427 + 1.5698240885944268 ], "relative wind angle": [ - 0.054987442855791525, + 0.054987442855793545, 0.12405839768160053, - 0.1294227763934897, + 0.12942277639349142, 0.049010118519471416, - 0.07023980146947163, + 0.07023980146947165, 0.1349894880962352, - 0.11450514587262818, - 0.03774423011013677 + 0.1145051458726282, + 0.03774423011013382 ], "resistance": [ 96833.3547642316, 96681.73408601059, - 96513.98659149875, + 96513.98659149873, 96423.00114860063, 96431.21424055747, 96542.84836769142, @@ -52524,7 +34711,7 @@ "fuel": [ 39.04506971280893, 38.96689612250995, - 38.880507436020636, + 38.88050743602063, 38.83369442195536, 38.83791888355336, 38.89536357381469, @@ -52562,33 +34749,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 263.6844569436382, + 263.6844569436362, 93.89019417272925, - -116.88756926823635, + -116.88756926823737, -251.12557194666135, - -259.1493868157378, + -259.14938681573676, -145.21932429954722, 60.97707988438651, 244.84823133218288 ], "relative wind speed": [ - 1.7750962277104394, + 1.7750962277104392, 1.6803637426909062, - 1.5266981675621698, + 1.5266981675621696, 1.4004306229575938, - 1.3897214394997186, + 1.3897214394997184, 1.5028872177534849, 1.6587600797581652, 1.7666596636929273 ], "relative wind angle": [ - 0.03748353032644556, + 0.03748353032644853, 0.10936723537032533, - 0.12666362047678617, + 0.12666362047678795, 0.06383463386045778, - 0.04788493597395679, - 0.12234380449091892, - 0.11653140229458364, + 0.04788493597395215, + 0.12234380449091893, + 0.11653140229458366, 0.05058891307787038 ], "resistance": [ @@ -52642,11 +34829,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 177.85276454975735, + 177.85276454975656, -18.339626817404792, - -187.47707677708343, + -187.4770767770836, -238.30090930194308, - -190.15001996975855, + -190.15001996975866, -22.796138050134232, 174.0092790827789, 290.0220436429505 @@ -52654,7 +34841,7 @@ "relative wind speed": [ 1.4271906179403735, 1.2671757232670737, - 1.0823438432949153, + 1.082343843294915, 0.9942142158153229, 1.0788503374850809, 1.262955579975506, @@ -52662,13 +34849,13 @@ 1.4873900644079279 ], "relative wind angle": [ - 0.12140520396032277, + 0.12140520396032553, 0.19584635069964604, - 0.16322812635875714, + 0.16322812635875647, 0.0021638581217942243, - 0.16090380007632102, - 0.1965093086810082, - 0.12378387639289028, + 0.1609038000763217, + 0.19650930868100816, + 0.12378387639289029, 0.0014463842594819385 ], "resistance": [ @@ -52722,14 +34909,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 231.33191727797885, + 231.33191727797782, 48.521012315654275, - -145.1699506328306, + -145.16995063283082, -244.5921097654939, -228.8740602471222, -91.3322154668881, 111.35908458600863, - 267.88335742534 + 267.8833574253415 ], "relative wind speed": [ 1.5247932571649752, @@ -52739,17 +34926,17 @@ 1.1148213886970977, 1.2716458292364565, 1.4453597410876216, - 1.5434672877288205 + 1.5434672877288202 ], "relative wind angle": [ - 0.0761931979233221, - 0.16368416403476366, - 0.17005881288021119, + 0.07619319792332503, + 0.16368416403476363, + 0.17005881288021185, 0.05831026769488896, - 0.10430119805350957, - 0.17994727989895748, + 0.10430119805350958, + 0.1799472798989575, 0.1428745082019338, - 0.04112256012951744 + 0.041122560129512035 ], "resistance": [ 96865.83191727796, @@ -52802,34 +34989,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 202.56629962201248, + 202.56629962201214, 39.50211340905469, - -131.2885151901529, - -217.1099649182812, + -131.28851519015302, + -217.10996491828166, -201.49951993088752, -77.80009729539483, 101.92916145372419, - 238.8731684293566 + 238.8731684293574 ], "relative wind speed": [ - 1.4342145983321581, + 1.434214598332158, 1.3121173537429698, 1.1420849188110107, - 1.024468012295483, + 1.0244680122954832, 1.0518812648029874, 1.2007388389317435, 1.3634763465264266, - 1.4539226255533502 + 1.45392262555335 ], "relative wind angle": [ 0.07819174088108863, 0.1645670828161051, - 0.16888640889763112, - 0.05520238094183904, - 0.10670632064767313, - 0.17999172830985388, + 0.1688864088976318, + 0.05520238094184307, + 0.10670632064767314, + 0.1799917283098539, 0.14126166801010084, - 0.03888694140266568 + 0.03888694140266282 ], "resistance": [ 96837.06629962196, @@ -52882,39 +35069,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 217.4065334008086, + 217.40653340080576, 89.35496679624043, - -78.8459680512675, + -78.84596805126785, -193.4884905949449, - -206.81074600525812, + -206.81074600525733, -125.62686204291754, 34.967766430122424, 186.18723993052913 ], "relative wind speed": [ - 1.5409575706031757, + 1.5409575706031755, 1.4609581801404161, - 1.3211195421595283, + 1.321119542159528, 1.198048354441002, - 1.1772439466231006, + 1.1772439466231004, 1.275168514409283, 1.4195410172249947, 1.5248389045014494 ], "relative wind angle": [ - 0.03222650927005822, + 0.032226509270065117, 0.11234635605784027, - 0.1381865632955448, + 0.1381865632955456, 0.0781825064902431, - 0.042188214231410844, - 0.12880024024909745, + 0.04218821423140558, + 0.12880024024909748, 0.12855048550663165, - 0.06140311242180754 + 0.06140311242180755 ], "resistance": [ 96851.90653340079, 96723.85496679622, - 96555.65403194872, + 96555.65403194871, 96441.01150940504, 96427.68925399473, 96508.87313795707, @@ -52924,7 +35111,7 @@ "fuel": [ 39.027109694137195, 38.961073567180094, - 38.87442514149029, + 38.874425141490285, 38.815427569993446, 38.80857481520843, 38.85034475483011, @@ -52962,9 +35149,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 255.708887375372, + 255.70888737537177, 85.26365881828156, - -118.88234695900019, + -118.88234695900042, -244.18546526836064, -247.44723316238446, -130.21471673167844, @@ -52972,7 +35159,7 @@ 248.09257805318055 ], "relative wind speed": [ - 1.63498699625177, + 1.6349869962517698, 1.5299018654786516, 1.3631760802863866, 1.2282853476093594, @@ -52984,10 +35171,10 @@ "relative wind angle": [ 0.04860023744949785, 0.13236690958724232, - 0.15179163336563092, + 0.15179163336563167, 0.07300169848937951, 0.06497154982831106, - 0.14985213777285417, + 0.1498521377728542, 0.1359918460470813, 0.054945010489554226 ], @@ -53042,9 +35229,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 382.3331758240681, + 382.3331758240638, 205.69588214999658, - -66.28732358393654, + -66.28732358393734, -281.84675708857196, -332.3569214219493, -240.8295508992244, @@ -53052,9 +35239,9 @@ 264.46300528423035 ], "relative wind speed": [ - 1.8213922152824036, + 1.8213922152824031, 1.7368312523484344, - 1.551053017103425, + 1.5510530171034245, 1.3575073119968368, 1.2874497901100703, 1.3994333727661252, @@ -53062,14 +35249,14 @@ 1.7697939037698507 ], "relative wind angle": [ - 0.014436884342717568, - 0.11969726769733642, - 0.17300974603119598, + 0.014436884342725258, + 0.11969726769733643, + 0.17300974603119662, 0.12571666230706174, - 0.020424985793396404, - 0.14874926435721264, - 0.1673617496248545, - 0.096325118290134 + 0.0204249857933964, + 0.1487492643572126, + 0.16736174962485453, + 0.09632511829013402 ], "resistance": [ 97016.83317582413, @@ -53122,7 +35309,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 311.0458671143542, + 311.04586711435104, 150.67272514446927, -80.65520912260831, -253.44653873329833, @@ -53132,7 +35319,7 @@ 235.2933571377646 ], "relative wind speed": [ - 1.7995098077162341, + 1.7995098077162337, 1.718044063605608, 1.5577277263701244, 1.403705023659196, @@ -53142,13 +35329,13 @@ 1.765880249212861 ], "relative wind angle": [ - 0.020732238629756802, + 0.020732238629762156, 0.10595680759385062, 0.14148117492812434, 0.09198695046366724, 0.02742716605705258, 0.12461431746045895, - 0.13503309570805408, + 0.1350330957080541, 0.07308274519966479 ], "resistance": [ @@ -53202,37 +35389,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 339.4637597962537, + 339.46375979624645, 190.4639280652782, -50.48495150043675, -247.82277505963236, - -297.7739810570347, - -225.4818964410498, + -297.7739810570296, + -225.48189644104968, -13.08457731163685, 222.39348916274275 ], "relative wind speed": [ - 1.8011626698228174, + 1.8011626698228171, 1.7309834411605813, 1.5686675947995032, 1.3968424469771032, - 1.3289631601757619, - 1.4191639689251834, + 1.3289631601757617, + 1.4191639689251832, 1.596750456800795, 1.7490458034570233 ], "relative wind angle": [ - 0.007884070592110624, - 0.10243068465793538, + 0.007884070592124705, + 0.1024306846579354, 0.15109028122714022, 0.11257211863065078, - 0.010685485635967846, - 0.12504406122911862, + 0.010685485635947066, + 0.12504406122911774, 0.14841311515448316, 0.08983461897519306 ], "resistance": [ - 96973.96375979624, + 96973.96375979623, 96824.96392806526, 96584.01504849955, 96386.67722494036, @@ -53242,7 +35429,7 @@ 96856.89348916273 ], "fuel": [ - 39.2953033450866, + 39.295303345086595, 39.218402342972325, 39.09421989697648, 38.99267503517234, @@ -53282,19 +35469,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 235.4590044165368, + 235.45900441653635, 101.79218231627647, - -76.56536083516733, + -76.56536083516778, -200.82085100698714, -217.58777022576794, -134.7203414211042, - 34.05643132366208, + 34.05643132366231, 196.31956893507322 ], "relative wind speed": [ - 1.5087583879856281, + 1.508758387985628, 1.4243075046724802, - 1.2714935189912198, + 1.2714935189912195, 1.1321668922633454, 1.104602408116042, 1.2115471453750373, @@ -53302,14 +35489,14 @@ 1.4881856340509094 ], "relative wind angle": [ - 0.03339601899012029, - 0.1257405652843236, - 0.1597291173028943, + 0.0333960189901203, + 0.12574056528432362, + 0.159729117302895, 0.09498533008839412, 0.045622423136428704, 0.14797210702783767, - 0.1480407667793737, - 0.07221612568608253 + 0.14804076677937292, + 0.07221612568608254 ], "resistance": [ 96869.95900441652, @@ -53362,9 +35549,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 246.48647534412282, + 246.48647534411873, 119.85075678602061, - -63.21944764132036, + -63.219447641320926, -200.25283637799555, -226.10174176651105, -153.99200018380145, @@ -53372,9 +35559,9 @@ 185.89323679756114 ], "relative wind speed": [ - 1.5979503384140012, + 1.597950338414001, 1.5256103917765202, - 1.382765564985323, + 1.3827655649853228, 1.2451782227371961, 1.2060578431208961, 1.2963540170394585, @@ -53382,19 +35569,19 @@ 1.5676581255528534 ], "relative wind angle": [ - 0.02053309884770492, + 0.020533098847715734, 0.10625098855705259, - 0.1422246395926174, + 0.1422246395926182, 0.09280622120502369, 0.02720650152205454, 0.12513232399322283, - 0.13580018347466086, + 0.13580018347466088, 0.07367609769866443 ], "resistance": [ 96880.98647534414, 96754.35075678604, - 96571.2805523587, + 96571.28055235869, 96434.24716362201, 96408.3982582335, 96480.50799981621, @@ -53442,37 +35629,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 242.79250669659098, + 242.7925066965871, 83.92705625709925, - -110.56213327437706, + -110.56213327437752, -232.55129398656607, -238.20686317560114, -130.45168364236258, 60.808857425488895, - 229.53404274998468 + 229.53404274998445 ], "relative wind speed": [ - 1.6754868101477138, + 1.6754868101477136, 1.5809466493121362, - 1.429337898107711, + 1.4293378981077105, 1.3059265037008039, 1.2978611762389394, 1.4114911887064734, 1.5648299769624543, - 1.669208090891929 + 1.6692080908919291 ], "relative wind angle": [ - 0.0407718008350716, + 0.04077180083507977, 0.1153417926963687, - 0.13262848202032768, + 0.1326284820203277, 0.06541272621668169, - 0.05264449421208502, + 0.05264449421208503, 0.1292624709080301, 0.12108555681756648, - 0.051162320286499315 + 0.05116232028650148 ], "resistance": [ - 96877.29250669661, + 96877.2925066966, 96718.42705625712, 96523.93786672564, 96401.94870601344, @@ -53482,7 +35669,7 @@ 96864.03404275 ], "fuel": [ - 39.161781893331046, + 39.16178189333104, 39.07984916328509, 38.97967182852604, 38.91690957919409, @@ -53522,9 +35709,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 210.94541221910754, + 210.94541221910913, 100.61882899434067, - -57.9946371902372, + -57.99463719023754, -175.76227460919608, -197.0819603641704, -133.5300410078188, @@ -53532,9 +35719,9 @@ 160.82337349933005 ], "relative wind speed": [ - 1.5502969946052616, + 1.5502969946052612, 1.4849901186872974, - 1.3584066034356486, + 1.3584066034356483, 1.2387411992960113, 1.2061862451626668, 1.2857334003994783, @@ -53542,9 +35729,9 @@ 1.524410138600632 ], "relative wind angle": [ - 0.01963573060022565, + 0.01963573060022, 0.0965921744377584, - 0.1270324764432355, + 0.12703247644323637, 0.08095101226299989, 0.02523863122339423, 0.1116197960954879, @@ -53602,9 +35789,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 307.90832287524734, + 307.90832287524256, 171.5830424090949, - -46.075132849165584, + -46.07513284916581, -223.03948066971498, -267.3709432637844, -200.21662364991812, @@ -53622,14 +35809,14 @@ 1.612693332117369 ], "relative wind angle": [ - 0.009565094694725476, + 0.009565094694737084, 0.11097051774540125, - 0.1637836686996514, - 0.1222407358798277, + 0.1637836686996521, + 0.12224073587982769, 0.013301797256494047, - 0.13745183276859427, + 0.1374518327685943, 0.1602404916718721, - 0.09556616354519133 + 0.09556616354519135 ], "resistance": [ 96942.40832287527, @@ -53682,9 +35869,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 390.7392334866943, + 390.7392334866829, 217.6427075814795, - -57.63802733441412, + -57.63802733441503, -281.04121321371224, -337.0206779553315, -251.47216890198297, @@ -53692,9 +35879,9 @@ 260.000531648559 ], "relative wind speed": [ - 1.8416624926532386, + 1.8416624926532381, 1.7614590938605006, - 1.5774632114534304, + 1.5774632114534302, 1.3815040969192538, 1.3049477854024523, 1.4113367139448498, @@ -53702,12 +35889,12 @@ 1.7849526295304925 ], "relative wind angle": [ - 0.01016737170625308, + 0.010167371706274918, 0.1155085245260784, - 0.17096359458754973, - 0.1281319861762426, + 0.17096359458755037, + 0.12813198617624263, 0.01434937651141943, - 0.14434406736812508, + 0.1443440673681251, 0.16701699695510006, 0.0990614229607968 ], @@ -53762,9 +35949,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 272.545450226884, + 272.54545022686216, 172.1623226945494, - -18.311524884975483, + -18.311524884975938, -187.01450755690928, -240.33031829469348, -197.62102550424083, @@ -53772,9 +35959,9 @@ 157.02462709768406 ], "relative wind speed": [ - 1.6718519536917678, + 1.6718519536917673, 1.6235489989034988, - 1.4905726747618546, + 1.4905726747618544, 1.339907596875519, 1.2674222028882418, 1.328734978690826, @@ -53782,17 +35969,17 @@ 1.614340616868799 ], "relative wind angle": [ - 0.0042904126246652375, - 0.08505049348217131, - 0.1360838167979972, - 0.11072722166122938, - 0.005659480319568832, - 0.10398317563373032, + 0.004290412624716991, + 0.0850504934821713, + 0.13608381679799803, + 0.11072722166122939, + 0.005659480319568833, + 0.10398317563373033, 0.137402068653929, - 0.09184531920443473 + 0.09184531920443474 ], "resistance": [ - 96907.04545022687, + 96907.04545022684, 96806.66232269454, 96616.188475115, 96447.48549244307, @@ -53802,7 +35989,7 @@ 96791.52462709766 ], "fuel": [ - 39.161591148269686, + 39.161591148269665, 39.10979785753359, 39.01162478108438, 38.92478547172263, @@ -53842,9 +36029,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 380.24725965217067, + 380.2472596521236, 234.78183965567064, - -27.474838738871085, + -27.47483873887154, -255.88306520624428, -325.0392632829579, -262.90818002334356, @@ -53852,7 +36039,7 @@ 224.72851509259863 ], "relative wind speed": [ - 1.8438512623222938, + 1.8438512623222936, 1.7805532761539695, 1.6114357064179976, 1.4194668363857474, @@ -53862,9 +36049,9 @@ 1.7749895481413203 ], "relative wind angle": [ - 0.002391177977782111, + 0.0023911779778749706, 0.10069178324560313, - 0.1605028439801538, + 0.16050284398015519, 0.13085841354766603, 0.003318038109362881, 0.12705777881491223, @@ -53872,7 +36059,7 @@ 0.10453994051628845 ], "resistance": [ - 97014.74725965218, + 97014.74725965214, 96869.28183965568, 96607.02516126115, 96378.61693479377, @@ -53882,7 +36069,7 @@ 96859.22851509262 ], "fuel": [ - 39.33959310583536, + 39.33959310583535, 39.26449323353783, 39.12929612684623, 39.011756898571136, @@ -53922,9 +36109,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 190.8462534614314, + 190.84625346143048, -14.272604668836948, - -199.31225676951317, + -199.31225676951362, -261.4508954094921, -218.08592901738882, -45.76115354282945, @@ -53932,9 +36119,9 @@ 292.82435672658767 ], "relative wind speed": [ - 1.7163297602368306, + 1.7163297602368304, 1.5818623101138007, - 1.4272125771117388, + 1.4272125771117385, 1.3499360060129677, 1.4086083801855709, 1.5581004609604163, @@ -53942,13 +36129,13 @@ 1.7628494530938794 ], "relative wind angle": [ - 0.08020849632400512, + 0.08020849632400649, 0.13089235535034008, 0.10844158963037014, 0.008878327897213257, 0.09778165009664247, - 0.132900277854703, - 0.09094008368649488, + 0.13290027785470301, + 0.0909400836864949, 0.0067987140686723724 ], "resistance": [ @@ -54002,19 +36189,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 188.37422147016855, + 188.3742214701674, 4.711437106685821, - -168.9371365239889, + -168.93713652398912, -237.06529130801175, -204.35245198327073, -54.58045129720688, - 137.7602384420586, + 137.76023844205827, 264.9637313365672 ], "relative wind speed": [ - 1.5639674354237885, + 1.5639674354237882, 1.4332804748568453, - 1.2733102766045996, + 1.2733102766045994, 1.183512896539907, 1.233563169900914, 1.3832495485617151, @@ -54022,13 +36209,13 @@ 1.6021764749632832 ], "relative wind angle": [ - 0.08331898011349625, - 0.14660001785728707, - 0.13068742424076485, + 0.08331898011349892, + 0.14660001785728705, + 0.13068742424076488, 0.021375861172311904, 0.10571017874138341, 0.15194286022994494, - 0.10853941360860571, + 0.10853941360860674, 0.015789603931468436 ], "resistance": [ @@ -54082,9 +36269,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 173.75943793740817, + 173.75943793740703, 1.3122586208976372, - -162.85968882583052, + -162.85968882583074, -226.9413124654161, -197.10179448065492, -56.24516217975395, @@ -54092,9 +36279,9 @@ 244.12644312456405 ], "relative wind speed": [ - 1.6927107539939454, + 1.6927107539939452, 1.580676533355509, - 1.4463711331695492, + 1.446371133169549, 1.3725064493515358, 1.4127496649563176, 1.537072870562794, @@ -54102,11 +36289,11 @@ 1.7255020599841016 ], "relative wind angle": [ - 0.06461561364793872, + 0.06461561364794043, 0.11190442277638685, - 0.09717604370326943, - 0.0159882097545948, - 0.07744385551207962, + 0.09717604370326945, + 0.015988209754594803, + 0.07744385551207963, 0.1150928202718478, 0.08443037559957924, 0.012717213211883155 @@ -54162,9 +36349,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 189.11756045139975, + 189.1175604513984, 32.028766408480465, - -132.3300815330075, + -132.33008153300796, -213.184595377013, -197.46385974614373, -77.17901596297077, @@ -54172,29 +36359,29 @@ 225.94752560644974 ], "relative wind speed": [ - 1.5374488754574112, + 1.537448875457411, 1.4282738064468974, 1.2807585933395216, 1.182781717381939, - 1.2071650171420418, + 1.2071650171420416, 1.33455249318807, 1.476703710581027, 1.5562852670008267 ], "relative wind angle": [ - 0.06423525432817895, - 0.13120915948256526, - 0.12964326712770782, - 0.03999765653153631, - 0.08184530278521666, - 0.14048260698478152, - 0.11236236543375447, + 0.0642352543281824, + 0.13120915948256523, + 0.12964326712770954, + 0.039997656531536314, + 0.08184530278521532, + 0.1404826069847815, + 0.11236236543375445, 0.030394920489637923 ], "resistance": [ 96823.61756045138, 96666.52876640846, - 96502.16991846699, + 96502.16991846697, 96421.31540462298, 96437.03614025384, 96557.32098403701, @@ -54204,7 +36391,7 @@ "fuel": [ 39.02207522703182, 38.94108963936286, - 38.85645434328809, + 38.856454343288085, 38.81485583517119, 38.82294202706018, 38.88484274494816, @@ -54242,13 +36429,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 245.08639178201872, + 245.08639178201815, 69.38296681688644, - -128.98010743004704, + -128.98010743004716, -241.94849217859655, - -236.5372787335317, + -236.53727873353193, -110.43791707558205, - 91.0226134608397, + 91.02261346084003, 257.66911476160874 ], "relative wind speed": [ @@ -54262,14 +36449,14 @@ 1.5468723182323025 ], "relative wind angle": [ - 0.06425229102743, - 0.1558951779853799, - 0.17243101980945666, - 0.0732251502952932, - 0.08882714788835805, + 0.06425229102743174, + 0.15589517798537988, + 0.17243101980945735, + 0.07322515029529321, + 0.0888271478883593, 0.1758007371006979, - 0.14883781230193024, - 0.05233761953624854 + 0.14883781230192952, + 0.05233761953624855 ], "resistance": [ 96879.58639178204, @@ -54322,34 +36509,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 284.60412586587177, + 284.6041258658711, 102.74459536100221, - -121.68399889169177, + -121.68399889169189, -264.63134758018714, - -273.10372732808275, + -273.10372732808355, -151.17747637254297, 68.41286707119025, 264.8080297943841 ], "relative wind speed": [ - 1.7242403992919708, + 1.7242403992919706, 1.6194693771658548, - 1.4477621510629557, + 1.4477621510629555, 1.304423702267506, - 1.2923962919114504, + 1.2923962919114507, 1.4214823482263292, 1.5960193870522266, 1.7151594488151047 ], "relative wind angle": [ 0.04344726462637684, - 0.1274404200745757, + 0.12744042007457573, 0.1498906261058904, - 0.07667387800651657, - 0.057979071486003085, + 0.07667387800651658, + 0.057979071486006915, 0.1453087155252259, 0.1358761558309045, - 0.058288375192310164 + 0.05828837519231017 ], "resistance": [ 96919.10412586584, @@ -54389,68 +36576,7 @@ "id": "1130", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.66518182354268, - 5.66518182354268, - 5.66518182354268, - 5.66518182354268, - 5.66518182354268, - 5.66518182354268, - 5.66518182354268, - 5.66518182354268 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 275.38004049302685, - 120.41288335507511, - -90.73937938265931, - -239.8498241320333, - -261.27524264914143, - -166.45239533593463, - 32.463746548299696, - 225.06111920426497 - ], - "relative wind speed": [ - 1.7727135364979083, - 1.6901136738108458, - 1.540175759389737, - 1.4047085746183843, - 1.3759976321566736, - 1.4762786104869563, - 1.63209723863866, - 1.750050452580519 - ], - "relative wind angle": [ - 0.026135255442289874, - 0.10258641414634136, - 0.12920504824159018, - 0.07664980557797356, - 0.033672879516250684, - 0.11751015049677008, - 0.12189072468884747, - 0.061502845039136424 - ], - "resistance": [ - 96909.88004049305, - 96754.91288335511, - 96543.76062061737, - 96394.650175868, - 96373.2247573509, - 96468.0476046641, - 96666.96374654832, - 96859.5611192043 - ], - "fuel": [ - 39.27161351041791, - 39.19167135773792, - 39.08288909964309, - 39.00616973613758, - 38.9951528632176, - 39.043923378065124, - 39.14634121358056, - 39.2456459364203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.03125 -67.1875, -57.03125 -67.03125, -56.875 -67.03125, -56.875 -67.1875, -57.03125 -67.1875))", @@ -54482,34 +36608,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 219.95790880189156, + 219.9579088018902, 65.70343556365674, - -115.5595161631195, + -115.5595161631204, -222.78581041332268, -222.2294617271266, -113.58982920921335, 67.99082909834783, - 221.26512799157354 + 221.26512799157422 ], "relative wind speed": [ - 1.6731329038329226, + 1.6731329038329223, 1.5795104009602026, - 1.4374532045142179, + 1.4374532045142177, 1.328415110487484, 1.329196180722576, 1.439195293903649, - 1.5810959760772516, - 1.6737531164913169 + 1.5810959760772514, + 1.6737531164913166 ], "relative wind angle": [ - 0.04322245923793535, - 0.10966052978097235, - 0.12006313585401109, - 0.05318863436345554, + 0.043222459237937924, + 0.10966052978097236, + 0.120063135854012, + 0.05318863436345555, 0.05441641830105061, - 0.120401562322043, - 0.10910968649131358, - 0.042207089880370696 + 0.12040156232204301, + 0.10910968649131256, + 0.042207089880368066 ], "resistance": [ 96854.4579088019, @@ -54562,17 +36688,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 209.640527731588, + 209.64052773158505, 66.82652118489295, -105.46884457976444, -210.57253448282074, - -213.05111753040194, + -213.05111753040126, -114.32564317288632, 56.55270029488179, 203.79757309661068 ], "relative wind speed": [ - 1.7101240585920308, + 1.7101240585920305, 1.6263913029786543, 1.496910698114549, 1.3957791206843428, @@ -54582,17 +36708,17 @@ 1.7073997955652132 ], "relative wind angle": [ - 0.03602847100835817, + 0.036028471008364336, 0.09604427680862372, 0.10639851936512514, 0.04934747536489785, - 0.04425320817760174, + 0.044253208177599236, 0.10491048549095051, - 0.09831951028039386, + 0.09831951028039387, 0.04033554251962989 ], "resistance": [ - 96844.14052773156, + 96844.14052773155, 96701.32652118486, 96529.0311554202, 96423.92746551715, @@ -54602,7 +36728,7 @@ 96838.29757309658 ], "fuel": [ - 39.21223662282213, + 39.21223662282212, 39.13859556269219, 39.049853653802955, 38.99577352283783, @@ -54642,34 +36768,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 199.0254235109744, + 199.02542351097009, 71.07216395062642, - -89.15222018454642, + -89.15222018454665, -191.7643700956737, -198.42673311250587, -112.90954507410447, 43.507065982691756, - 183.33116668371554 + 183.33116668371372 ], "relative wind speed": [ - 1.6261101586655533, + 1.626110158665553, 1.5485264432554178, - 1.4228933185419588, + 1.4228933185419586, 1.3202224062997507, 1.3107247606470247, 1.4015346948353564, 1.5289238863779855, - 1.6184086147177437 + 1.6184086147177439 ], "relative wind angle": [ - 0.03279659625723921, - 0.09655378899629197, + 0.03279659625724937, + 0.09655378899629198, 0.11112796403065317, - 0.05598660210224201, + 0.05598660210224202, 0.040692018622162734, 0.10671703034161706, 0.10339264113363082, - 0.04566327532901804 + 0.045663275329022895 ], "resistance": [ 96833.52542351098, @@ -54722,19 +36848,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 278.6320179825084, - 118.07409513029461, - -96.80685334544182, + 278.63201798250566, + 118.07409513029484, + -96.80685334544205, -245.90480857576472, -265.30837616806275, -165.25017164422684, - 38.55084548418381, + 38.55084548418404, 233.09150736183278 ], "relative wind speed": [ - 1.775162885165045, - 1.6889018564908955, - 1.5354463859231997, + 1.7751628851650445, + 1.6889018564908953, + 1.5354463859231995, 1.3988084861354324, 1.3727555556971023, 1.4775897954799064, @@ -54742,13 +36868,13 @@ 1.7547067856711118 ], "relative wind angle": [ - 0.028693689067465507, - 0.1058046666220352, + 0.02869368906746938, + 0.10580466662203417, 0.13148754758588818, 0.07609241046506457, - 0.037108334960899894, + 0.0371083349608999, 0.12100550303873131, - 0.12332695480724944, + 0.12332695480724855, 0.06063760541308095 ], "resistance": [ @@ -54789,68 +36915,7 @@ "id": "1135", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.162384664700314, - 6.162384664700314, - 6.162384664700314, - 6.162384664700314, - 6.162384664700314, - 6.162384664700314, - 6.162384664700314, - 6.162384664700314 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 305.07614532275807, - 110.56277170231351, - -132.78157720548916, - -289.1256260413809, - -299.64502689502376, - -169.9766398480083, - 67.36088643165408, - 280.36950309880626 - ], - "relative wind speed": [ - 1.918982747701768, - 1.8189710098842073, - 1.6555223205009513, - 1.5203485026733543, - 1.507397335682239, - 1.6266794333241463, - 1.792759705014056, - 1.9087383120841444 - ], - "relative wind angle": [ - 0.036023958626123474, - 0.1071383753201376, - 0.1247327671548197, - 0.06369060033543811, - 0.04586623670086159, - 0.1198610510483757, - 0.1151401531189081, - 0.05071829583915221 - ], - "resistance": [ - 96939.57614532279, - 96745.06277170235, - 96501.71842279454, - 96345.37437395865, - 96334.854973105, - 96464.52336015202, - 96701.86088643168, - 96914.86950309883 - ], - "fuel": [ - 39.44532642773893, - 39.34497657874778, - 39.21963296847363, - 39.13921837946097, - 39.13381105684933, - 39.20049367398468, - 39.32270774450535, - 39.432572414711345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -67.03125, -56.875 -66.875, -56.71875 -66.875, -56.71875 -67.03125, -56.875 -67.03125))", @@ -54882,11 +36947,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 214.0129564258849, + 214.01295642587922, 91.01624127956018, - -75.4707002264505, + -75.47070022645119, -191.74877187863217, - -207.3582622582801, + -207.35826225827907, -131.19970343635816, 26.36330972224073, 177.22280339631027 @@ -54902,11 +36967,11 @@ 1.6422140507340057 ], "relative wind angle": [ - 0.024204610516468758, + 0.02420461051648252, 0.09089162709248487, - 0.11212402688511502, + 0.11212402688511702, 0.06463905781420208, - 0.03015835514783064, + 0.03015835514782696, 0.1021095105263489, 0.10630314864772433, 0.05328833261355811 @@ -54962,13 +37027,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 195.6256003417576, + 195.62560034175056, 98.988781111241, -47.45389620377523, -160.67670054227983, - -184.1072605148488, + -184.10726051485062, -131.6789284710219, - 1.3489049760584066, + 1.3489049760588614, 140.25358068784897 ], "relative wind speed": [ @@ -54982,13 +37047,13 @@ 1.5803706436334084 ], "relative wind angle": [ - 0.01228065059559166, + 0.012280650595609741, 0.07787801917449028, 0.10488953551889935, 0.06951418041128173, - 0.01512649466071753, + 0.015126494660724871, 0.08844863120336506, - 0.10210339451857572, + 0.10210339451857463, 0.05888387778807111 ], "resistance": [ @@ -55042,17 +37107,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 216.88104305997126, + 216.8810430599642, 104.11851836604797, - -61.04461095261286, + -61.044610952613766, -184.920502302841, -207.86415028469878, -143.8074616643205, - 8.210290849682224, + 8.210290849682679, 162.59446666956592 ], "relative wind speed": [ - 1.7506407533674224, + 1.7506407533674222, 1.691931540915851, 1.5779788491515303, 1.4714518822081248, @@ -55062,13 +37127,13 @@ 1.7256754217461798 ], "relative wind angle": [ - 0.014593951775936633, - 0.07532272556340842, - 0.09807379852471301, - 0.06201274205263933, + 0.014593951775951847, + 0.07532272556340841, + 0.09807379852471529, + 0.06201274205263934, 0.017722069721186312, 0.08441108321150238, - 0.09500220164744644, + 0.09500220164744527, 0.052867871645466843 ], "resistance": [ @@ -55122,9 +37187,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 205.36000089024446, + 205.36000089024424, 136.6705103557431, - -10.289635937494722, + -10.289635937495177, -145.31721975295295, -192.09312009208475, -163.11989911896978, @@ -55132,7 +37197,7 @@ 111.35725923974746 ], "relative wind speed": [ - 1.7234492808643773, + 1.723449280864377, 1.6912368297215077, 1.5952435698689926, 1.4861498607906727, @@ -55142,11 +37207,11 @@ 1.6764111836406024 ], "relative wind angle": [ - 0.006493387096404326, - 0.056419191472939584, - 0.0916887899206987, + 0.006493387096404325, + 0.05641919147293959, + 0.09168878992069991, 0.07489015555407665, - 0.007818618724858187, + 0.007818618724858188, 0.06495442609165848, 0.09299161938597396, 0.0663773199205417 @@ -55202,51 +37267,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 244.6993258453374, + 244.69932584531307, 162.2784055755087, - -10.218969274825213, + -10.218969274826009, -167.69032436213536, - -222.18959984681965, + -222.18959984681703, -187.21802875108585, -43.01777301933953, - 134.45289556104103 + 134.45289556104035 ], "relative wind speed": [ - 1.6800520569916797, + 1.6800520569916795, 1.6405533883973153, - 1.523131625205193, + 1.5231316252051927, 1.387706614638726, - 1.318988897264695, + 1.3189888972646948, 1.3678052511697696, 1.4974567364733105, - 1.6237539767456877 + 1.6237539767456879 ], "relative wind angle": [ - 0.007696364991187711, + 0.007696364991245413, 0.07230501851262076, - 0.1188103719307424, - 0.09874240441228861, - 0.009803246500507021, + 0.11881037193074333, + 0.09874240441228863, + 0.009803246500495697, 0.08675629461797035, - 0.12085734558310796, - 0.08435101176356712 + 0.12085734558310797, + 0.08435101176356975 ], "resistance": [ - 96879.19932584534, + 96879.19932584531, 96796.7784055755, 96624.28103072518, 96466.80967563787, - 96412.31040015318, + 96412.31040015319, 96447.28197124891, 96591.48222698066, 96768.95289556104 ], "fuel": [ - 39.177414659273424, + 39.17741465927341, 39.134894865368224, 39.0459877073616, 38.964921809084004, - 38.936887198263925, + 38.93688719826393, 38.95487542161379, 39.02909534931497, 39.12054578344627 @@ -55282,17 +37347,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 335.8716925111039, + 335.8716925110987, 235.86891040171895, - 1.3708819149765077, + 1.3708819149758256, -219.2750737343698, - -303.91052958437285, + -303.9105295843748, -261.31289011527804, -69.1070678178296, 175.87573692780074 ], "relative wind speed": [ - 1.8733746164937517, + 1.8733746164937513, 1.8305899408375552, 1.6882847294265229, 1.5167744932252136, @@ -55302,17 +37367,17 @@ 1.7980246955270756 ], "relative wind angle": [ - 0.013534096654028131, + 0.013534096654036334, 0.07734326812734857, - 0.1338984574158589, + 0.1338984574158606, 0.11715943341343413, - 0.017822232939771677, - 0.09589043785180353, + 0.01782223293977791, + 0.09589043785180354, 0.13803105429411056, 0.09876770250409093 ], "resistance": [ - 96970.37169251112, + 96970.37169251111, 96870.36891040174, 96635.87088191499, 96415.22492626564, @@ -55322,7 +37387,7 @@ 96810.37573692782 ], "fuel": [ - 39.38585936315211, + 39.38585936315209, 39.33423867855559, 39.21333849758598, 39.09976687607359, @@ -55362,11 +37427,11 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 262.5312226300632, + 262.5312226300607, 288.82126042214327, - 105.85376106427498, + 105.85376106427475, -125.36903609964179, - -275.1773085990508, + -275.17730859905055, -286.34178600810833, -165.13854025368346, 59.70424973603326 @@ -55374,21 +37439,21 @@ "relative wind speed": [ 1.9303247554877399, 1.9411324148901847, - 1.8485916077475788, + 1.8485916077475786, 1.6969027724061772, - 1.5714968142505485, + 1.5714968142505488, 1.5581273525328487, 1.6668728105688349, 1.8210647654184775 ], "relative wind angle": [ - 0.04733565739701071, - 0.03217913247073175, + 0.0473356573970154, + 0.032179132470731744, 0.09734180547050172, - 0.11316840081259602, + 0.11316840081259603, 0.05815511484611752, 0.040092943738100885, - 0.10799318028872457, + 0.10799318028872458, 0.10542269031332187 ], "resistance": [ @@ -55442,34 +37507,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 343.07900379265357, + 343.07900379265266, 395.67346717322243, - 156.63906721726516, + 156.63906721726403, -156.24920064190428, - -366.9719011469151, + -366.97190114691557, -389.27781092234204, -235.98768557596668, 64.14642223749479 ], "relative wind speed": [ - 2.278956428549687, + 2.2789564285496864, 2.297271330303649, - 2.1968298374056023, + 2.196829837405602, 2.0258036257077388, - 1.879882014722732, + 1.8798820147227318, 1.8574561172396082, 1.9752309885151194, 2.150283344718858 ], "relative wind angle": [ - 0.04886319404743578, - 0.027248116739795533, + 0.04886319404743579, + 0.027248116739795537, 0.09108715486978368, 0.10881776228146338, 0.05924729895300954, 0.03370223459530379, 0.10133945180236723, - 0.10249546970977749 + 0.1024954697097775 ], "resistance": [ 96977.57900379262, @@ -55522,17 +37587,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 360.97193605023904, + 360.97193605022244, 199.57013939376907, - -56.78413227325666, + -56.78413227325689, -264.2919206812195, - -315.48077046149467, + -315.4807704614926, -235.19064097183184, -8.103978431202222, 241.199298147244 ], "relative wind speed": [ - 1.8215013779576932, + 1.821501377957693, 1.745572721504, 1.5732376157716148, 1.3917843888664205, @@ -55542,17 +37607,17 @@ 1.7688837686009882 ], "relative wind angle": [ - 0.010117557356543322, + 0.01011755735657624, 0.10882209963779804, - 0.15937901942299182, + 0.15937901942299254, 0.11776137525884517, - 0.013938721632524576, + 0.01393872163251661, 0.13382200631345817, 0.1557449664498155, 0.09257458767655048 ], "resistance": [ - 96995.47193605026, + 96995.47193605025, 96834.07013939379, 96577.71586772677, 96370.2080793188, @@ -55562,7 +37627,7 @@ 96875.69929814727 ], "fuel": [ - 39.313701711062805, + 39.31370171106279, 39.23039067940182, 39.09826712214699, 38.991497853739844, @@ -55602,17 +37667,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 356.84131115090236, + 356.8413111508928, 231.41562039146083, - -17.77696729225204, + -17.776967292252493, -241.72781814335235, - -316.30662910834974, + -316.30662910835383, -262.9158212356489, -53.29247722293144, 201.17307522171404 ], "relative wind speed": [ - 1.9109866379081444, + 1.910986637908144, 1.8582419353698323, 1.7069083973302819, 1.5327547030986506, @@ -55622,11 +37687,11 @@ 1.8421450665045838 ], "relative wind angle": [ - 0.00656567783843463, - 0.08379233271372002, - 0.13663083540917134, - 0.11328580571243094, - 0.008676930437019066, + 0.006565677838451539, + 0.08379233271372001, + 0.13663083540917298, + 0.11328580571243095, + 0.00867693043703186, 0.10296026281654534, 0.13866282560148974, 0.0941970806996665 @@ -55682,37 +37747,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 329.25309753721785, + 329.2530975371385, 194.21082520010896, -38.58596540526901, - -236.99398532025657, + -236.99398532025623, -291.3819534703922, -232.1564526878666, -30.466646273102924, - 201.1077075427745 + 201.10770754277496 ], "relative wind speed": [ 1.8982740105197649, 1.8401367432524725, 1.6955781605644984, - 1.5393168509695296, + 1.5393168509695294, 1.4716470369108903, 1.5437247119857798, 1.7012359982319052, - 1.8438256025407191 + 1.843825602540719 ], "relative wind angle": [ - 0.001502153941101654, + 0.0015021539412494718, 0.08316135851690126, - 0.12614017977840097, - 0.09683005124334003, + 0.126140179778401, + 0.09683005124333888, 0.0019376252774892385, 0.09917753681396634, 0.12571844466910526, - 0.08080014376685318 + 0.08080014376685182 ], "resistance": [ - 96963.75309753724, + 96963.75309753715, 96828.71082520012, 96595.91403459475, 96397.50601467976, @@ -55722,7 +37787,7 @@ 96835.60770754279 ], "fuel": [ - 39.425782229594176, + 39.425782229594134, 39.35608655295042, 39.236098828810796, 39.1339948822709, @@ -55762,9 +37827,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 344.60092686264784, + 344.60092686264716, 257.63667290994704, - 16.36859768169802, + 16.368597681697565, -219.52149661409953, -319.1126938655058, -282.09957457738415, @@ -55772,9 +37837,9 @@ 168.3959380675958 ], "relative wind speed": [ - 1.9531282992050831, + 1.9531282992050827, 1.9174765958667637, - 1.7798169249093732, + 1.779816924909373, 1.6080896116065801, 1.5073607701389795, 1.5524593871702166, @@ -55784,11 +37849,11 @@ "relative wind angle": [ 0.0183996625666497, 0.06901384171889785, - 0.12558580950523887, - 0.11407610689212244, + 0.12558580950523976, + 0.11407610689212243, 0.02384185613440999, 0.08527617581497433, - 0.13085473593655472, + 0.13085473593655475, 0.09798695920269143 ], "resistance": [ @@ -55842,17 +37907,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 406.85668451581773, - 301.31403909247524, - 16.967986923821627, + 406.8566845158166, + 301.314039092475, + 16.967986923820717, -259.28295494059284, - -374.3698271209089, + -374.3698271209107, -329.41868619546426, -100.66927986098608, 201.25862451358807 ], "relative wind speed": [ - 2.0946584586389845, + 2.094658458638984, 2.05432739878987, 1.9024145604457456, 1.71360987619127, @@ -55862,14 +37927,14 @@ 2.005781331654757 ], "relative wind angle": [ - 0.017995485809397242, - 0.07159087459035415, - 0.1294098908485326, + 0.01799548580939724, + 0.07159087459035417, + 0.1294098908485343, 0.11712650846654189, - 0.023504763127020475, + 0.0235047631270252, 0.08890050300294411, 0.1347326695287566, - 0.10000327907916558 + 0.10000327907916559 ], "resistance": [ 97041.35668451585, @@ -55909,68 +37974,7 @@ "id": "1149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.485543758704108, - 6.485543758704108, - 6.485543758704108, - 6.485543758704108, - 6.485543758704108, - 6.485543758704108, - 6.485543758704108, - 6.485543758704108 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 361.36847999153565, - 390.11434964304635, - 141.33587560696674, - -167.01870103178044, - -364.0861607914155, - -376.37368632622565, - -209.9575161904536, - 91.381698428959 - ], - "relative wind speed": [ - 2.04055037952381, - 2.0516496244682916, - 1.931455481172204, - 1.7343733717362053, - 1.5700544703200334, - 1.5555226483615727, - 1.7024678015740955, - 1.9028572985274201 - ], - "relative wind angle": [ - 0.05661980714774615, - 0.0414616260917909, - 0.12235763818351217, - 0.14368395279884133, - 0.0736141383879781, - 0.054697228854516805, - 0.13891539312730128, - 0.1308850241541597 - ], - "resistance": [ - 96995.86847999155, - 97024.61434964306, - 96775.83587560698, - 96467.48129896824, - 96270.4138392086, - 96258.12631367378, - 96424.54248380956, - 96725.88169842897 - ], - "fuel": [ - 39.58606852043561, - 39.600916535362586, - 39.472517605386734, - 39.31369003263694, - 39.212369647703014, - 39.20605691788197, - 39.29160113067499, - 39.44676314365135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -66.5625, -55.9375 -66.40625, -55.78125 -66.40625, -55.78125 -66.5625, -55.9375 -66.5625))", @@ -56002,17 +38006,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 403.2927981840703, + 403.29279818406985, 338.3262859606134, - 56.48026091820634, + 56.48026091820566, -239.41855173553995, -385.14571345235186, -357.47702048923634, - -141.69713240182932, + -141.6971324018291, 170.00205114411415 ], "relative wind speed": [ - 2.1509591232135095, + 2.150959123213509, 2.126867793993598, 1.98572558580241, 1.795903536278184, @@ -56023,12 +38027,12 @@ ], "relative wind angle": [ 0.028549458688893446, - 0.059532061050469764, - 0.12134037545441108, + 0.05953206105046977, + 0.121340375454412, 0.11909354678113003, - 0.03676406447601761, + 0.03676406447601762, 0.07445877775957244, - 0.12931527352945105, + 0.1293152735294502, 0.10440646408605751 ], "resistance": [ @@ -56082,9 +38086,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 423.3401161155348, + 423.3401161155334, 414.7361382075976, - 123.28659132433222, + 123.286591324332, -213.90478440804077, -411.174030185937, -407.48989695338264, @@ -56092,9 +38096,9 @@ 138.19731682049064 ], "relative wind speed": [ - 2.112943146887771, + 2.1129431468877704, 2.109730102698113, - 1.9681810119641892, + 1.968181011964189, 1.7524226827677862, 1.5852281170831464, 1.589501751789025, @@ -56103,12 +38107,12 @@ ], "relative wind angle": [ 0.049370351538477054, - 0.053656257376232294, - 0.13468659543744874, - 0.1492690454669752, + 0.05365625737623229, + 0.1346865954374487, + 0.14926904546697523, 0.06582630969480179, - 0.07124350965171722, - 0.150582809690403, + 0.07124350965171723, + 0.15058280969040302, 0.1322414946739662 ], "resistance": [ @@ -56162,17 +38166,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 355.3754120970052, + 355.3754120969993, 144.75394605732072, - -129.43603399004542, + -129.4360339900461, -315.0000176276235, -335.5558550336515, -201.19038518649154, - 61.26158017742864, + 61.261580177429096, 307.29875870844444 ], "relative wind speed": [ - 1.9203366013871512, + 1.920336601387151, 1.8143050433839725, 1.6296506538102278, 1.4671039428625992, @@ -56182,17 +38186,17 @@ 1.9004645151752113 ], "relative wind angle": [ - 0.035097564526364367, + 0.03509756452637386, 0.12003675268295548, - 0.14772634957643965, - 0.0832281689176676, + 0.14772634957644118, + 0.08322816891766761, 0.046780095152884775, - 0.13861441883142187, - 0.13647477704347913, - 0.06421973576931728 + 0.1386144188314219, + 0.13647477704347832, + 0.06421973576931726 ], "resistance": [ - 96989.875412097, + 96989.87541209698, 96779.2539460573, 96505.06396600994, 96319.49998237236, @@ -56202,7 +38206,7 @@ 96941.79875870844 ], "fuel": [ - 39.43257676961314, + 39.43257676961313, 39.32388361370678, 39.18263265833116, 39.0871967556086, @@ -56242,17 +38246,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 422.4894324666559, + 422.48943246639715, 253.78150456153844, - -38.531732106585196, + -38.53173210658497, -289.40566346307355, -360.8849927171973, -288.5809847258996, - -37.152106399804325, + -37.15210639980478, 254.96105313271482 ], "relative wind speed": [ - 1.9624625574982792, + 1.962462557498279, 1.8932534790258797, 1.71537050147277, 1.5170842935768343, @@ -56262,17 +38266,17 @@ 1.8938664639532057 ], "relative wind angle": [ - 0.0002467634518038432, + 0.00024676345225375706, 0.10029834846570075, - 0.15664756147121164, + 0.15664756147121095, 0.12483062750398806, - 0.0003393009203448216, - 0.1252221387505808, - 0.15655952590547445, + 0.00033930092034482163, + 0.12522213875058077, + 0.15655952590547514, 0.09990234090928331 ], "resistance": [ - 97056.98943246665, + 97056.98943246639, 96888.28150456154, 96595.96826789342, 96345.09433653693, @@ -56282,7 +38286,7 @@ 96889.46105313272 ], "fuel": [ - 39.48568545989779, + 39.48568545989765, 39.39856688485288, 39.24787086840471, 39.11879156126737, @@ -56322,31 +38326,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 391.6515216158905, + 391.65152161588503, 212.06696595397057, - -69.05622982848172, + -69.05622982848195, -293.88176367811536, - -347.1365671616719, + -347.1365671616701, -255.52331461618064, -4.8339395212926775, 266.8829246188873 ], "relative wind speed": [ - 1.9453223588528035, + 1.9453223588528032, 1.8652579506089746, - 1.688356238049399, + 1.6883562380493986, 1.5055254278854415, - 1.4385518485499145, + 1.4385518485499142, 1.5409488241044926, 1.7329638525539681, 1.893965070113324 ], "relative wind angle": [ - 0.011593541527929766, + 0.011593541527939342, 0.10480671628075926, - 0.15066103899038305, + 0.1506610389903823, 0.10864056065043946, - 0.015677984968347675, + 0.015677984968340598, 0.12697318598146914, 0.14675446287246086, 0.08629639411972623 @@ -56402,33 +38406,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 536.6159046119305, + 536.6159046119224, 361.43082907406733, - -9.289317760692711, + -9.289317760692938, -348.55242451316144, -470.21520785749044, -395.3442996348963, - -87.56739386856884, + -87.56739386856952, 294.50073715474105 ], "relative wind speed": [ - 2.226043837097037, + 2.2260438370970363, 2.1630825475282967, - 1.9697839537208364, + 1.9697839537208361, 1.7397157219445702, 1.6181917185433181, 1.7014374790800775, - 1.9219174743739087, + 1.9219174743739085, 2.132417597343156 ], "relative wind angle": [ - 0.01088532181461325, + 0.010885321814623448, 0.09156777574788161, 0.15492569495766095, 0.133788026635817, - 0.014974511566860683, - 0.11651336744595368, - 0.15881657198771296, + 0.014974511566860681, + 0.1165133674459537, + 0.15881657198771293, 0.10904050915990303 ], "resistance": [ @@ -56482,9 +38486,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 446.44600908798793, + 446.4460090879827, 314.41449716280226, - 5.915168785511241, + 5.915168785510787, -283.8373419372979, -395.92566789354646, -339.4758654364855, @@ -56492,7 +38496,7 @@ 234.84238294147463 ], "relative wind speed": [ - 2.044096828998061, + 2.0440968289980606, 1.9925044140585553, 1.8195288172502682, 1.6082371242454445, @@ -56502,14 +38506,14 @@ 1.9528093660240151 ], "relative wind angle": [ - 0.015330270584136925, + 0.015330270584144167, 0.0872390749495629, - 0.15274708763873657, + 0.15274708763873732, 0.1359197047781255, 0.02102506385578686, - 0.11160263052718696, + 0.11160263052718697, 0.15817241300546578, - 0.11182531743089891 + 0.11182531743089892 ], "resistance": [ 97080.94600908797, @@ -56562,33 +38566,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 398.46675007391923, + 398.4667500739167, 319.48128172647716, - 42.60174624906335, + 42.601746249063126, -239.26379738283663, -370.6545177576003, -336.9310594687445, - -121.08553076498424, + -121.08553076498401, 180.0380362696444 ], "relative wind speed": [ 2.037527268672058, 2.006639647488188, - 1.857530940148948, + 1.8575309401489475, 1.6614729080349058, 1.5365437838496034, 1.5766678456154146, - 1.749875131733244, + 1.7498751317332442, 1.937005923102742 ], "relative wind angle": [ - 0.02668040653783844, - 0.06921207111812411, + 0.026680406537842604, + 0.0692120711181241, 0.1353283501973149, 0.1301576084750955, - 0.03538262321957413, + 0.035382623219574125, 0.08813056887042275, - 0.14371010111519897, + 0.143710101115199, 0.11155939772342376 ], "resistance": [ @@ -56642,9 +38646,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 564.977688757416, + 564.9776887573996, 361.7432387111919, - -30.421303640059477, + -30.421303640059932, -379.66327900149804, -493.3582640938382, -406.6830938433525, @@ -56652,7 +38656,7 @@ 323.1302278468486 ], "relative wind speed": [ - 2.325424582010707, + 2.3254245820107067, 2.255276487228306, 2.0577904317852043, 1.8306401661663594, @@ -56662,17 +38666,17 @@ 2.2383597913647657 ], "relative wind angle": [ - 0.005715899899957568, - 0.09107645844288073, - 0.1479661748206015, - 0.1226228721169819, + 0.005715899899976991, + 0.09107645844288074, + 0.1479661748206023, + 0.12262287211698192, 0.0077337664877107255, 0.11358447116311952, 0.14989536157617822, 0.10020345043506335 ], "resistance": [ - 97199.47768875737, + 97199.47768875735, 96996.24323871115, 96604.0786963599, 96254.83672099846, @@ -56682,7 +38686,7 @@ 96957.6302278468 ], "fuel": [ - 39.99478231179527, + 39.99478231179526, 39.88973998995699, 39.68748301734939, 39.50784489769126, @@ -56722,19 +38726,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 529.1855675044626, + 529.1855675044535, 254.85113866506117, - -137.85891697474972, + -137.85891697475017, -429.67874339811715, - -483.37962592688837, + -483.3796259268868, -325.64047420936026, - 36.395323872918425, + 36.39532387291888, 403.4782881795072 ], "relative wind speed": [ - 2.30045627909933, + 2.3004562790993295, 2.191083254828955, - 1.9767373725407726, + 1.9767373725407724, 1.7706916381225306, 1.7136892116277853, 1.8514815625614924, @@ -56742,19 +38746,19 @@ 2.256874149964934 ], "relative wind angle": [ - 0.022417502047019987, + 0.022417502047029893, 0.11158559723416914, 0.14901906865478312, - 0.09675761900844797, - 0.03009527553186392, + 0.09675761900844798, + 0.030095275531860227, 0.1321633532950667, - 0.14165321897249403, + 0.14165321897249322, 0.07586817201876743 ], "resistance": [ - 97163.68556750445, + 97163.68556750444, 96889.35113866505, - 96496.64108302524, + 96496.64108302523, 96204.82125660186, 96151.1203740731, 96308.85952579063, @@ -56762,9 +38766,9 @@ 97037.9782881795 ], "fuel": [ - 39.953408998329635, + 39.95340899832963, 39.811691270668014, - 39.609309551431075, + 39.60930955143107, 39.459292907178366, 39.431721264062816, 39.51273980667097, @@ -56802,34 +38806,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 419.4432192052409, + 419.4432192052377, 332.7418837792859, - 40.58243048643476, + 40.58243048643385, -255.13123887953134, - -390.957583985122, + -390.9575839851211, -353.97636899546114, - -125.15312026506808, - 191.678896730607 + -125.15312026506786, + 191.67889673060654 ], "relative wind speed": [ - 2.1155239470976515, + 2.115523947097651, 2.082827554541806, 1.9310420449758388, 1.7333749205165885, - 1.6091835849502596, + 1.6091835849502594, 1.6512851839880343, 1.8264692719431457, - 2.015024755614954 + 2.0150247556149545 ], "relative wind angle": [ - 0.024946035648159476, + 0.024946035648163927, 0.06812296717898485, - 0.1315381157376975, + 0.13153811573769922, 0.12517239662318513, - 0.03279795085351466, + 0.03279795085351128, 0.08596543562066361, - 0.13911681607343918, - 0.10760300427290545 + 0.1391168160734384, + 0.10760300427290753 ], "resistance": [ 97053.94321920525, @@ -56869,68 +38873,7 @@ "id": "1161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.656472589518243, - 7.656472589518243, - 7.656472589518243, - 7.656472589518243, - 7.656472589518243, - 7.656472589518243, - 7.656472589518243, - 7.656472589518243 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 473.4885341670556, - 302.16983423159036, - -32.699655550813986, - -332.071418812058, - -428.23433466353254, - -355.64466679776115, - -72.31607792285581, - 268.5938909330771 - ], - "relative wind speed": [ - 2.3725106137039917, - 2.31426234584112, - 2.1518728440883974, - 1.96923585507772, - 1.881146354112275, - 1.95235960118774, - 2.1300144320175174, - 2.299919208321091 - ], - "relative wind angle": [ - 0.004637251617818502, - 0.07176752649635063, - 0.11442236811122386, - 0.0923014612671463, - 0.0058485358927907885, - 0.08510051864249728, - 0.11560181305210625, - 0.07900029725360085 - ], - "resistance": [ - 97107.98853416706, - 96936.6698342316, - 96601.80034444919, - 96302.42858118794, - 96206.26566533647, - 96278.85533320224, - 96562.18392207715, - 96903.09389093307 - ], - "fuel": [ - 40.1062645857235, - 40.01776616303345, - 39.845097373304526, - 39.69108554489992, - 39.6416852913208, - 39.67897244943245, - 39.82469755567189, - 40.00043457445288 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -66.5625, -55.625 -66.40625, -55.46875 -66.40625, -55.46875 -66.5625, -55.625 -66.5625))", @@ -56962,13 +38905,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 376.8720870309271, + 376.8720870309246, 316.4071188862081, - 53.003538319186646, + 53.003538319185964, -223.67958981418928, - -360.06784487799905, + -360.06784487799814, -334.3173510941924, - -132.7219029458479, + -132.72190294584811, 158.6662700545328 ], "relative wind speed": [ @@ -56976,23 +38919,23 @@ 2.0577863875630875, 1.9214847724964987, 1.7380975608275524, - 1.6168662165984162, + 1.616866216598416, 1.6462619627678192, 1.8034853855687802, 1.9808281439694375 ], "relative wind angle": [ - 0.02857911674437353, + 0.02857911674437742, 0.05938112981850298, - 0.12112460540247856, - 0.11892517558070075, - 0.03678560463083876, - 0.0742495217470227, - 0.1290925429070874, - 0.10429526144789174 + 0.12112460540247948, + 0.11892517558070076, + 0.03678560463083575, + 0.07424952174702272, + 0.12909254290708827, + 0.10429526144789172 ], "resistance": [ - 97011.37208703093, + 97011.37208703092, 96950.90711888621, 96687.50353831919, 96410.82041018581, @@ -57002,7 +38945,7 @@ 96793.16627005453 ], "fuel": [ - 39.65449938079121, + 39.6544993807912, 39.62327414596595, 39.48740635272496, 39.344966779179146, @@ -57042,9 +38985,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 403.5417143271311, + 403.5417143271238, 284.13026844145656, - -0.6154389911332601, + -0.6154389911339422, -269.8691939423197, -373.18571495089805, -322.5273409024587, @@ -57052,7 +38995,7 @@ 209.12068025659005 ], "relative wind speed": [ - 2.196482025007308, + 2.1964820250073074, 2.1527698847288086, 2.006886481429855, 1.832901677191123, @@ -57062,17 +39005,17 @@ 2.118152927745741 ], "relative wind angle": [ - 0.012097672881440992, + 0.012097672881450168, 0.06658205555816939, - 0.11442110072886742, + 0.11442110072886841, 0.09880645326149283, 0.015286909374796038, 0.0800075604474744, - 0.1175260953805473, + 0.11752609538054731, 0.08546516170577839 ], "resistance": [ - 97038.04171432715, + 97038.04171432713, 96918.63026844147, 96633.88456100888, 96364.6308060577, @@ -57082,7 +39025,7 @@ 96843.6206802566 ], "fuel": [ - 39.83199339031444, + 39.83199339031442, 39.770328343112624, 39.62349744395199, 39.484932594343846, @@ -57122,17 +39065,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 25.96257048171219, + 25.962570481711396, -170.49854006634428, - -258.67328554832943, + -258.6732855483307, -231.1520950379247, -75.43843445458288, 136.76276965358704, - 287.78257169848814, + 287.78257169848655, 223.6044213507147 ], "relative wind speed": [ - 1.4477742189433662, + 1.447774218943366, 1.2691751974439562, 1.1571707241420184, 1.1999831898148674, @@ -57142,13 +39085,13 @@ 1.5844645642088322 ], "relative wind angle": [ - 0.1592112158399918, - 0.1527558409119425, - 0.03767384010649741, + 0.15921121583999318, + 0.15275584091194253, + 0.0376738401065033, 0.10979086247891622, 0.1693597493489308, 0.12659346681530623, - 0.026974098372609487, + 0.0269740983726136, 0.08307793086556284 ], "resistance": [ @@ -57158,7 +39101,7 @@ 96403.34790496211, 96559.06156554545, 96771.26276965362, - 96922.28257169852, + 96922.28257169851, 96858.10442135074 ], "fuel": [ @@ -57168,7 +39111,7 @@ 38.82142144559693, 38.90154520660495, 39.01088035838252, - 39.08879428695052, + 39.0887942869505, 39.05567321456524 ] }, @@ -57202,34 +39145,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 95.25283612710098, + 95.25283612710052, -74.10882195713964, - -190.85769208834643, + -190.85769208834682, -205.6666832993497, - -125.19648163602346, + -125.19648163602324, 35.69700649089623, - 189.24092486484415, + 189.24092486484483, 223.75222491757813 ], "relative wind speed": [ - 1.357826626131189, + 1.3578266261311889, 1.2046598117446616, - 1.0655108340832213, + 1.0655108340832211, 1.039741592078286, 1.149013639292119, 1.3087093748718406, - 1.4242935625640543, + 1.424293562564054, 1.4432127049096535 ], "relative wind angle": [ - 0.13299558360417293, - 0.16841292135113964, - 0.09918416286182245, + 0.13299558360417377, + 0.16841292135113967, + 0.09918416286182358, 0.050717878050585016, - 0.15735079093632862, + 0.1573507909363279, 0.15491021711781222, - 0.074145773024892, - 0.03653141927237622 + 0.07414577302488899, + 0.036531419272376214 ], "resistance": [ 96729.75283612713, @@ -57282,9 +39225,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -28.06087419776327, + -28.060874197764406, -205.4937725595937, - -256.2319817079292, + -256.2319817079293, -206.4767035785627, -29.708181911339693, 176.17285175915708, @@ -57292,9 +39235,9 @@ 177.57605343300452 ], "relative wind speed": [ - 1.5238546893197815, + 1.5238546893197813, 1.3676901694309627, - 1.2970700786709033, + 1.297070078670903, 1.3666795018836198, 1.522571798066491, 1.6642660829540508, @@ -57302,9 +39245,9 @@ 1.6650961334290748 ], "relative wind angle": [ - 0.13917738187284603, + 0.13917738187284845, 0.10985224658125142, - 0.0004993670494711876, + 0.0004993670494711877, 0.1092595241768937, 0.1392954142638277, 0.09021720519787034, @@ -57362,33 +39305,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 4.276973177621812, + 4.276973177621244, -141.13795794780663, - -198.23024031352014, + -198.23024031352037, -170.73467565931583, -45.25333206446612, 115.87548266025863, - 222.51967665956113, + 222.51967665955715, 158.19321540953968 ], "relative wind speed": [ - 1.2958382681652305, + 1.2958382681652303, 1.1473183451010762, - 1.0637373306014506, + 1.0637373306014504, 1.1104254387310226, 1.2495600347188716, 1.3871761649490013, - 1.4522603034900428, + 1.452260303490043, 1.4168812380108315 ], "relative wind angle": [ - 0.15050600512805612, + 0.15050600512805762, 0.13458309939600988, 0.022012534184452332, - 0.10903188030333144, + 0.10903188030333145, 0.15612498534327343, 0.11120556421362089, - 0.016122920771997007, + 0.016122920772010777, 0.08538399320284482 ], "resistance": [ @@ -57429,68 +39372,7 @@ "id": "1168", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.639759056998449, - 5.639759056998449, - 5.639759056998449, - 5.639759056998449, - 5.639759056998449, - 5.639759056998449, - 5.639759056998449, - 5.639759056998449 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 542.6010126954627, - 257.9584844219846, - -128.30814733370346, - -406.7393801157408, - -454.37036423019777, - -285.97362717604346, - 72.614890152116, - 432.72213703031093 - ], - "relative wind speed": [ - 1.9397453587552518, - 1.8028655610975843, - 1.5349565653814623, - 1.2663900067780376, - 1.197495497290902, - 1.3950925745099554, - 1.6853830025358831, - 1.895485128819861 - ], - "relative wind angle": [ - 0.03986371396117968, - 0.17699014720136158, - 0.24452317480508445, - 0.16507433056623258, - 0.06460046884112856, - 0.22954090906527444, - 0.22231268936673668, - 0.11000914333707765 - ], - "resistance": [ - 97177.10101269545, - 96892.45848442196, - 96506.19185266628, - 96227.76061988424, - 96180.12963576979, - 96348.52637282394, - 96707.11489015211, - 97067.2221370303 - ], - "fuel": [ - 39.40201264232749, - 39.25496112948308, - 39.05589090878561, - 38.91274014597161, - 38.888280367072824, - 38.97479441310853, - 39.15937132216709, - 39.345211487171255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -65.15625, -54.84375 -65, -54.6875 -65, -54.6875 -65.15625, -54.84375 -65.15625))", @@ -57509,68 +39391,7 @@ "id": "1169", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.335902956098997, - 6.335902956098997, - 6.335902956098997, - 6.335902956098997, - 6.335902956098997, - 6.335902956098997, - 6.335902956098997, - 6.335902956098997 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 619.5020327533855, - 284.9566474503674, - -163.79403055041166, - -482.5516108336087, - -532.3861428295821, - -330.47533213161546, - 89.48488012746225, - 504.297464732987 - ], - "relative wind speed": [ - 2.1438764624906534, - 1.9967509915726622, - 1.7165934552619793, - 1.4438310762649393, - 1.3805267110531116, - 1.5858895812780125, - 1.8855681360545682, - 2.101764047071932 - ], - "relative wind angle": [ - 0.04034005729123584, - 0.1667225588945701, - 0.2245069615753405, - 0.14532677549017298, - 0.06266975200583855, - 0.2104957810520996, - 0.20408902937581225, - 0.09964769333438271 - ], - "resistance": [ - 97254.0020327534, - 96919.45664745038, - 96470.7059694496, - 96151.94838916641, - 96102.11385717044, - 96304.0246678684, - 96723.98488012748, - 97138.797464733 - ], - "fuel": [ - 39.66694476848133, - 39.49404786114367, - 39.262782326179, - 39.09896445209096, - 39.073387355343165, - 39.17707327607243, - 39.39321855753291, - 39.60735870748352 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -65.3125, -55 -65.15625, -54.84375 -65.15625, -54.84375 -65.3125, -55 -65.3125))", @@ -57589,68 +39410,7 @@ "id": "1170", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.43767078797876, - 6.43767078797876, - 6.43767078797876, - 6.43767078797876, - 6.43767078797876, - 6.43767078797876, - 6.43767078797876, - 6.43767078797876 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 598.2208401306766, - 444.20963910003684, - 40.30734795421199, - -347.76067323734446, - -512.0579955188094, - -445.6793135995546, - -122.9184210120502, - 303.32755437850005 - ], - "relative wind speed": [ - 2.1503068656687248, - 2.0937096350322095, - 1.8780415983985062, - 1.5987035588358778, - 1.427923941688415, - 1.5096908173405328, - 1.7708038159191493, - 2.026557013941264 - ], - "relative wind angle": [ - 0.0254426944528211, - 0.10375539964765348, - 0.19362483931570892, - 0.1850832778486075, - 0.038319329531861734, - 0.1441333235054388, - 0.20551343279814258, - 0.14569055572778025 - ], - "resistance": [ - 97232.7208401307, - 97078.70963910007, - 96674.80734795424, - 96286.73932676269, - 96122.44200448121, - 96188.82068640048, - 96511.58157898799, - 96937.82755437853 - ], - "fuel": [ - 39.691523220217526, - 39.61188892347812, - 39.403463142053695, - 39.203780132438666, - 39.11940868706172, - 39.15348397467285, - 39.31940594381739, - 39.53912057125804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -65.3125, -54.84375 -65.15625, -54.6875 -65.15625, -54.6875 -65.3125, -54.84375 -65.3125))", @@ -57669,68 +39429,7 @@ "id": "1171", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.564087881296343, - 6.564087881296343, - 6.564087881296343, - 6.564087881296343, - 6.564087881296343, - 6.564087881296343, - 6.564087881296343, - 6.564087881296343 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 614.0233823196372, - 351.4209245200841, - -72.18598720218574, - -420.54736362431424, - -512.7498095208116, - -387.1589914532226, - -16.509797672480317, - 399.4162321463548 - ], - "relative wind speed": [ - 2.1818306478205898, - 2.0809704251197902, - 1.8403112791088183, - 1.5754714251342232, - 1.465078454009882, - 1.6051174231033567, - 1.8761914209797639, - 2.103504133763169 - ], - "relative wind angle": [ - 0.008379930647687632, - 0.1283460730883762, - 0.19599935895850365, - 0.15324876607802748, - 0.012479775451215048, - 0.16671022395014815, - 0.19220375641467283, - 0.1145812657230904 - ], - "resistance": [ - 97248.52338231968, - 96985.92092452013, - 96562.31401279785, - 96213.95263637573, - 96121.75019047923, - 96247.34100854682, - 96617.99020232756, - 97033.9162321464 - ], - "fuel": [ - 39.744858699166954, - 39.60911292892913, - 39.390680757221105, - 39.21154915504368, - 39.16421312682819, - 39.22869829079687, - 39.41935197530998, - 39.633903738715695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -65.46875, -54.0625 -65.3125, -53.90625 -65.3125, -53.90625 -65.46875, -54.0625 -65.46875))", @@ -57762,19 +39461,19 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - -77.67750071931482, + -77.67750071931619, 374.7077277345661, - 646.0326025002132, + 646.0326025002128, 407.67360353807226, -39.11331173444137, -433.3121516732533, - -558.1168666632507, + -558.1168666632593, -456.36226592728326 ], "relative wind speed": [ - 2.1227523555248697, + 2.122752355524869, 2.346553138395046, - 2.4387490630594657, + 2.4387490630594653, 2.3603375278898238, 2.14425605320638, 1.8967340228105107, @@ -57784,12 +39483,12 @@ "relative wind angle": [ 0.15659905152789486, 0.10322521868983117, - 0.004462829187984166, + 0.004462829187984165, 0.09606688866534877, 0.155015828521338, 0.12782670046238634, - 0.0061260654710177396, - 0.12074828698696499 + 0.006126065471035863, + 0.120748286986965 ], "resistance": [ 96556.82249928062, @@ -57798,7 +39497,7 @@ 97042.17360353802, 96595.3866882655, 96201.18784832669, - 96076.3831333367, + 96076.38313333668, 96178.13773407266 ], "fuel": [ @@ -57808,7 +39507,7 @@ 40.04255180074917, 39.81209264790263, 39.60937597752631, - 39.545315692866765, + 39.54531569286675, 39.59754035496724 ] }, @@ -57842,9 +39541,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -80.11918292330643, + -80.11918292330665, 353.8653483391597, - 625.7328497257402, + 625.732849725732, 412.4069853428657, -12.161373676434323, -393.5444519896148, @@ -57852,11 +39551,11 @@ -434.2882337160345 ], "relative wind speed": [ - 1.8721000480635994, + 1.8721000480635992, 2.115050240987358, 2.21863115719875, 2.1420707094830607, - 1.915054759290624, + 1.9150547592906237, 1.6427890306246629, 1.4999563691482287, 1.6073973984724925 @@ -57864,17 +39563,17 @@ "relative wind angle": [ 0.19315612691366182, 0.12780375932399207, - 0.009859820605721669, + 0.00985982060573293, 0.1116380848938081, - 0.1887708011472381, - 0.1648421327841432, + 0.1887708011472375, + 0.16484213278414322, 0.014584241715324837, 0.14901462927837075 ], "resistance": [ 96554.38081707669, 96988.36534833914, - 97260.23284972573, + 97260.23284972571, 97046.90698534285, 96622.33862632354, 96240.95554801037, @@ -57922,39 +39621,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 50.46269027385301, + 50.46269027385188, 467.3506239210235, - 616.8558418683078, - 305.8940186800162, - -136.69799129999615, + 616.8558418682996, + 305.89401868001596, + -136.69799129999592, -467.3408226550674, -531.777326934838, - -355.08371619989407 + -355.0837161998943 ], "relative wind speed": [ - 1.926721007812084, + 1.9267210078120836, 2.1430114113068632, - 2.196758343737412, - 2.0676961802640172, - 1.8065889703666855, + 2.1967583437374123, + 2.0676961802640177, + 1.8065889703666858, 1.5438651627663407, 1.4663800083931295, - 1.6433654663271238 + 1.6433654663271235 ], "relative wind angle": [ - 0.19080534455370537, - 0.10052628137268686, - 0.027886669849245732, - 0.1464291600156869, - 0.20366583077037456, + 0.19080534455370654, + 0.10052628137268685, + 0.027886669849257674, + 0.14642916001568843, + 0.2036658307703751, 0.13975834457516512, - 0.04178327655090937, - 0.1846278373228031 + 0.041783276550909375, + 0.18462783732280252 ], "resistance": [ 96684.96269027387, 97101.85062392104, - 97251.35584186832, + 97251.35584186831, 96940.39401868003, 96497.80200870002, 96167.15917734495, @@ -58002,19 +39701,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -11.714040288530668, + -11.714040288531464, 369.3443386556064, - 578.0995268250795, + 578.0995268250792, 340.5660223610678, - -44.71014353978296, + -44.710143539783076, -364.3390841590532, -454.51454722209894, -344.4942480978083 ], "relative wind speed": [ - 1.606965711848235, + 1.6069657118482346, 1.8486079704387197, - 1.9338758134558018, + 1.9338758134558016, 1.8332978966237454, 1.5819668852844653, 1.2913584308095771, @@ -58022,11 +39721,11 @@ 1.3130029883543624 ], "relative wind angle": [ - 0.24325827855339227, + 0.24325827855339271, 0.14361954987310746, 0.006662759234120814, - 0.15487947894620574, - 0.24718191860518818, + 0.15487947894620577, + 0.24718191860518865, 0.20634977381745293, 0.011109998074021354, 0.21709016733625516 @@ -58069,68 +39768,7 @@ "id": "1176", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.65449482104739, - 7.65449482104739, - 7.65449482104739, - 7.65449482104739, - 7.65449482104739, - 7.65449482104739, - 7.65449482104739, - 7.65449482104739 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 626.3255578332485, - 364.96587577040214, - -74.49536950622974, - -444.1017658427659, - -544.0288348989889, - -425.22544329495213, - -42.8922503562635, - 391.9410977480595 - ], - "relative wind speed": [ - 2.445169798969204, - 2.356925676538458, - 2.1413000271859257, - 1.9071524147211283, - 1.8073682437370557, - 1.9210249008105014, - 2.1587657371363433, - 2.368164897401284 - ], - "relative wind angle": [ - 0.003611427416606873, - 0.09848340184149061, - 0.14948601207797732, - 0.11521922967543727, - 0.0048858716086884, - 0.12092962533612896, - 0.1482676021093169, - 0.09271702837860736 - ], - "resistance": [ - 97260.82555783326, - 96999.46587577042, - 96560.00463049379, - 96190.39823415726, - 96090.47116510103, - 96209.27455670506, - 96591.60774964375, - 97026.44109774807 - ], - "fuel": [ - 40.18445112310592, - 40.04933520611547, - 39.82271858820265, - 39.632680327244984, - 39.58138873122197, - 39.64237353301031, - 39.83899136120573, - 40.06326890611636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -65.78125, -54.84375 -65.625, -54.6875 -65.625, -54.6875 -65.78125, -54.84375 -65.78125))", @@ -58162,19 +39800,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 576.6745158858284, + 576.6745158858275, 337.01183977299775, - -59.04078308768749, + -59.040783087687714, -389.9381998560066, - -480.77348029963036, + -480.7734802996349, -370.4468661949095, -26.527532834404155, 365.0119120722263 ], "relative wind speed": [ - 2.12981213039578, + 2.1298121303957798, 2.037052765355018, - 1.8087216841161278, + 1.8087216841161275, 1.5543986071879663, 1.4438355155980127, 1.5719976902154353, @@ -58186,9 +39824,9 @@ 0.1231514853542398, 0.19078925103214434, 0.15165882638283346, - 0.007540534055251882, + 0.007540534055266606, 0.1598611952192087, - 0.18853300809268314, + 0.1885330080926831, 0.1147771191663531 ], "resistance": [ @@ -58196,7 +39834,7 @@ 96971.511839773, 96575.4592169123, 96244.56180014399, - 96153.72651970037, + 96153.72651970036, 96264.0531338051, 96607.9724671656, 96999.51191207222 @@ -58229,68 +39867,7 @@ "id": "1178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.801994618791574, - 7.801994618791574, - 7.801994618791574, - 7.801994618791574, - 7.801994618791574, - 7.801994618791574, - 7.801994618791574, - 7.801994618791574 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 436.55071441695713, - 276.92651439477345, - -33.966740003399536, - -311.5153609071531, - -399.3833394302926, - -331.9266020308562, - -68.32136810398993, - 247.88276393261435 - ], - "relative wind speed": [ - 2.3907197433409237, - 2.3367632352888146, - 2.1880080003205733, - 2.0225166991152412, - 1.9437658877613933, - 2.0083088158516555, - 2.169421053681856, - 2.3244769130763414 - ], - "relative wind angle": [ - 0.003907934984387695, - 0.0648432712387981, - 0.10231654773183226, - 0.08148867318371349, - 0.0048065405281162606, - 0.07546699596223806, - 0.10319627683429801, - 0.07088382067813549 - ], - "resistance": [ - 97071.05071441698, - 96911.4265143948, - 96600.53325999664, - 96322.98463909287, - 96235.11666056974, - 96302.57339796917, - 96566.17863189604, - 96882.38276393265 - ], - "fuel": [ - 40.1509345529723, - 40.06849564691406, - 39.90820506018227, - 39.76541018861958, - 39.72026308489096, - 39.75492020662615, - 39.890514541630026, - 40.05350601719991 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -65.9375, -54.84375 -65.78125, -54.6875 -65.78125, -54.6875 -65.9375, -54.84375 -65.9375))", @@ -58309,68 +39886,7 @@ "id": "1179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.056168379505543, - 6.056168379505543, - 6.056168379505543, - 6.056168379505543, - 6.056168379505543, - 6.056168379505543, - 6.056168379505543, - 6.056168379505543 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 471.23036629341277, - 291.4944035642734, - -30.86656619648238, - -311.15903638503426, - -396.62024321714125, - -319.67166572821134, - -45.08244383472379, - 279.2892996972316 - ], - "relative wind speed": [ - 1.9811031321329653, - 1.9084786696287455, - 1.7135713308197433, - 1.4901078655959132, - 1.3834531640664107, - 1.4820328757772214, - 1.703638920518389, - 1.9021805451117408 - ], - "relative wind angle": [ - 0.002546032584223328, - 0.10906485881152998, - 0.17528426587335488, - 0.14470122597001273, - 0.0036459194886391487, - 0.14063242315698063, - 0.17631688419323377, - 0.11320079662322519 - ], - "resistance": [ - 97105.73036629343, - 96925.99440356428, - 96603.63343380354, - 96323.34096361497, - 96237.87975678287, - 96314.8283342718, - 96589.4175561653, - 96913.78929969725 - ], - "fuel": [ - 39.49595418160253, - 39.40311196269148, - 39.23689824572234, - 39.09268989966575, - 39.0487789139274, - 39.08831479063367, - 39.22957724724604, - 39.39681180152674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -65.78125, -54.6875 -65.625, -54.53125 -65.625, -54.53125 -65.78125, -54.6875 -65.78125))", @@ -58389,68 +39905,7 @@ "id": "1180", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.880220956046899, - 5.880220956046899, - 5.880220956046899, - 5.880220956046899, - 5.880220956046899, - 5.880220956046899, - 5.880220956046899, - 5.880220956046899 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 567.6208224033894, - 343.45057524673825, - -36.42657811316303, - -359.86620290366307, - -454.86208476670924, - -357.4804991104812, - -32.454749582665045, - 346.8932880913503 - ], - "relative wind speed": [ - 1.9958702541674491, - 1.9061212534692067, - 1.6717044119111766, - 1.3995323857517066, - 1.2709231557624188, - 1.4019434747508623, - 1.6745590758525808, - 1.9078922507719556 - ], - "relative wind angle": [ - 0.0007325400497659618, - 0.1354214428186279, - 0.21856483415722763, - 0.18342617858425064, - 0.0011503882675018512, - 0.18460727666076537, - 0.21818620837132666, - 0.1342013120728369 - ], - "resistance": [ - 97202.12082240335, - 96977.9505752467, - 96598.07342188679, - 96274.63379709629, - 96179.63791523325, - 96277.01950088948, - 96602.04525041729, - 96981.3932880913 - ], - "fuel": [ - 39.48911539140985, - 39.373258868417736, - 39.17735623052485, - 39.01098165748802, - 38.962190544570745, - 39.01220741803929, - 39.17940172457211, - 39.375036730599255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -65.78125, -54.53125 -65.625, -54.375 -65.625, -54.375 -65.78125, -54.53125 -65.78125))", @@ -58469,68 +39924,7 @@ "id": "1181", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.715938574884158, - 5.715938574884158, - 5.715938574884158, - 5.715938574884158, - 5.715938574884158, - 5.715938574884158, - 5.715938574884158, - 5.715938574884158 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 549.0154678615388, - 412.03980053874193, - 46.68269570416055, - -304.4923143240668, - -456.2215720552837, - -396.94571531641384, - -107.16394520089341, - 278.37439258014 - ], - "relative wind speed": [ - 1.9575168413351143, - 1.9025811241159511, - 1.686945842471985, - 1.4011429974540865, - 1.220273444861756, - 1.3042716475117684, - 1.573261958134075, - 1.8324130989028529 - ], - "relative wind angle": [ - 0.029816567099196778, - 0.11566714182901945, - 0.22045147631766207, - 0.21732062455460097, - 0.04784177881815205, - 0.169156790603584, - 0.23667467149606672, - 0.16562408413590823 - ], - "resistance": [ - 97183.51546786154, - 97046.53980053874, - 96681.18269570416, - 96330.00768567593, - 96178.27842794472, - 96237.55428468359, - 96527.3360547991, - 96912.87439258014 - ], - "fuel": [ - 39.42841279911633, - 39.35760777356019, - 39.16909000641292, - 38.988358108076014, - 38.9104127518897, - 38.940853358946, - 39.08985649076482, - 39.288581181821215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -65.9375, -54.6875 -65.78125, -54.53125 -65.78125, -54.53125 -65.9375, -54.6875 -65.9375))", @@ -58562,32 +39956,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 448.5198081412972, + 448.51980814129263, 301.07676418530434, - 1.5216969183700257, + 1.52169691836923, -268.7753161371446, - -366.36118864125217, + -366.36118864125046, -302.7558597572721, -55.0425598279752, 252.01663122213006 ], "relative wind speed": [ - 1.777059403189476, + 1.7770594031894758, 1.7114100206083278, - 1.5098979124019047, + 1.5098979124019043, 1.2612674220029267, - 1.1249623538872786, + 1.1249623538872784, 1.2225204135265573, 1.4641341175767035, 1.683058201703623 ], "relative wind angle": [ - 0.013197978881952743, + 0.013197978881961154, 0.12537075345662885, - 0.21768566603570844, - 0.1972432848853741, - 0.020849240625845856, - 0.17595400602912595, + 0.21768566603570896, + 0.19724328488537413, + 0.0208492406258352, + 0.17595400602912598, 0.22460467313609458, 0.14738867399468678 ], @@ -58629,52 +40023,7 @@ "id": "1183", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 22.587065853064676, - 22.587065853064676, - 22.587065853064676, - 22.587065853064676, - 22.587065853064676, - 22.587065853064676, - 22.587065853064676, - 22.587065853064676 - ], - "relative wind speed": [ - 0.32005573390116665, - 0.32005573390116665, - 0.32005573390116665, - 0.32005573390116665, - 0.32005573390116665, - 0.32005573390116665, - 0.32005573390116665, - 0.32005573390116665 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -66.09375, -55 -65.9375, -54.84375 -65.9375, -54.84375 -66.09375, -55 -66.09375))", @@ -58693,68 +40042,7 @@ "id": "1184", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.666544708687233, - 6.666544708687233, - 6.666544708687233, - 6.666544708687233, - 6.666544708687233, - 6.666544708687233, - 6.666544708687233, - 6.666544708687233 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 365.86309070195944, - 310.1183354105881, - 54.014103334724496, - -216.81905293562795, - -351.80368724927234, - -328.0807557176074, - -132.84029229642283, - 151.54171390717102 - ], - "relative wind speed": [ - 2.0783026593003773, - 2.056899161807326, - 1.9247510489954254, - 1.7461560873076194, - 1.6272868294864058, - 1.6542582045228784, - 1.8063050042741804, - 1.9794805601049692 - ], - "relative wind angle": [ - 0.028710752555809647, - 0.057085401009296544, - 0.11749397021490948, - 0.11578610567730481, - 0.03667135323342272, - 0.07100089268534644, - 0.12523774734825466, - 0.10208738161181004 - ], - "resistance": [ - 97000.36309070195, - 96944.61833541059, - 96688.51410333472, - 96417.68094706438, - 96282.69631275073, - 96306.4192442824, - 96501.65970770358, - 96786.04171390717 - ], - "fuel": [ - 39.653944453391404, - 39.62515861835797, - 39.49305846119644, - 39.35362655251119, - 39.28423489194444, - 39.29642524785344, - 39.39683179400148, - 39.54333503572978 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -66.09375, -54.84375 -65.9375, -54.6875 -65.9375, -54.6875 -66.09375, -54.84375 -66.09375))", @@ -58773,52 +40061,7 @@ "id": "1185", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 15.645347318251686, - 15.645347318251686, - 15.645347318251686, - 15.645347318251686, - 15.645347318251686, - 15.645347318251686, - 15.645347318251686, - 15.645347318251686 - ], - "relative wind speed": [ - 0.2663718380231746, - 0.2663718380231746, - 0.2663718380231746, - 0.2663718380231746, - 0.2663718380231746, - 0.2663718380231746, - 0.2663718380231746, - 0.2663718380231746 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -66.25, -55 -66.09375, -54.84375 -66.09375, -54.84375 -66.25, -55 -66.25))", @@ -58850,7 +40093,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 290.29188738987614, + 290.2918873898759, 291.40522849994045, 90.95972973516177, -145.21937982134887, @@ -58860,7 +40103,7 @@ 89.02490358508703 ], "relative wind speed": [ - 1.8006350083472593, + 1.800635008347259, 1.8011234390326192, 1.6881046682099747, 1.5133557041247323, @@ -58870,10 +40113,10 @@ 1.6868462478150865 ], "relative wind angle": [ - 0.04937332104187869, - 0.04861553989644345, - 0.1263056171330798, - 0.14135273904417894, + 0.049373321041878686, + 0.048615539896443453, + 0.12630561713307983, + 0.14135273904417892, 0.06462814356966594, 0.06368258495432841, 0.1411143126350316, @@ -58930,17 +40173,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 264.27932404236446, + 264.27932404236356, 278.1064565982907, - 97.9280230033952, + 97.92802300339497, -120.31576433679845, - -256.9708703476954, + -256.97087034769515, -262.9103905927889, - -140.74828879643235, + -140.74828879643212, 74.098394544406 ], "relative wind speed": [ - 1.6240701785580443, + 1.624070178558044, 1.6307418349331106, 1.5199719372032972, 1.3397884794839134, @@ -58950,13 +40193,13 @@ 1.5026277226885456 ], "relative wind angle": [ - 0.062321622512531455, - 0.050592437488617185, - 0.1437714876924689, - 0.1691261343595059, - 0.08512552354293303, + 0.06232162251253324, + 0.05059243748861719, + 0.14377148769246967, + 0.16912613435950594, + 0.08512552354293171, 0.06991488699507568, - 0.16573000053940248, + 0.16573000053940182, 0.1506493162128639 ], "resistance": [ @@ -58997,68 +40240,7 @@ "id": "1188", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.277116986522741, - 6.277116986522741, - 6.277116986522741, - 6.277116986522741, - 6.277116986522741, - 6.277116986522741, - 6.277116986522741, - 6.277116986522741 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 412.63534942163574, - 565.404483209403, - 291.65384740415425, - -109.66319556837652, - -417.03577615226163, - -482.84504353705336, - -332.9286814044268, - 30.552784720054433 - ], - "relative wind speed": [ - 2.0362032562940646, - 2.0939253333280394, - 1.9769927405720569, - 1.7311564070291303, - 1.4777454286419345, - 1.3947515733139515, - 1.55607035719471, - 1.8256376275747268 - ], - "relative wind angle": [ - 0.1049086132455979, - 0.023012473034067626, - 0.14280379740446242, - 0.20341865003506973, - 0.1447952572356399, - 0.034552200316210056, - 0.18181676210939163, - 0.1927551124831518 - ], - "resistance": [ - 97047.13534942163, - 97199.90448320941, - 96926.15384740416, - 96524.83680443163, - 96217.46422384774, - 96151.65495646295, - 96301.57131859557, - 96665.05278472006 - ], - "fuel": [ - 39.53973739781013, - 39.61871115926689, - 39.47725782043079, - 39.270391989412076, - 39.112356742219234, - 39.078566677837614, - 39.15556536777078, - 39.342600633851355 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -65.78125, -54.21875 -65.625, -54.0625 -65.625, -54.0625 -65.78125, -54.21875 -65.78125))", @@ -59090,9 +40272,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 240.93025165423, + 240.93025165422887, 546.5937703788713, - 455.13632596979096, + 455.13632596979005, 84.37135614301292, -298.4723236671757, -487.03803622882003, @@ -59100,24 +40282,24 @@ -164.53168597939157 ], "relative wind speed": [ - 1.9921150582187357, + 1.9921150582187352, 2.128938109909383, 2.0951071126082916, - 1.903555211967013, + 1.9035552119670132, 1.6380498448973846, 1.45579951357515, 1.504079747303423, 1.7401744896829747 ], "relative wind angle": [ - 0.1496640365197715, + 0.14966403651977297, 0.03905635454763239, - 0.08576959258928214, - 0.1779459646905839, - 0.18234403935431984, - 0.0571319489521912, + 0.08576959258928345, + 0.17794596469058457, + 0.1823440393543198, + 0.05713194895219121, 0.1196112882907062, - 0.19485800369259712 + 0.1948580036925971 ], "resistance": [ 96875.43025165425, @@ -59157,68 +40339,7 @@ "id": "1190", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.621729557878164, - 5.621729557878164, - 5.621729557878164, - 5.621729557878164, - 5.621729557878164, - 5.621729557878164, - 5.621729557878164, - 5.621729557878164 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 317.03293372814164, - 438.93010012050127, - 228.2732215994979, - -83.51035803735863, - -323.92676922468604, - -376.38147245781647, - -262.1648801601625, - 19.498131483702764 - ], - "relative wind speed": [ - 1.8138286371990489, - 1.865609595883935, - 1.7651016166867277, - 1.5520922987368657, - 1.3321532364207775, - 1.2586132869851208, - 1.3960740858563379, - 1.6296061078160642 - ], - "relative wind angle": [ - 0.10314631627893428, - 0.021165179711660258, - 0.137876433084469, - 0.1968756042706855, - 0.14065604417485594, - 0.03137539821219417, - 0.1746564775346257, - 0.18739694558941353 - ], - "resistance": [ - 96951.53293372817, - 97073.43010012053, - 96862.77322159952, - 96550.98964196267, - 96310.57323077535, - 96258.11852754222, - 96372.33511983986, - 96653.99813148374 - ], - "fuel": [ - 39.28004817400809, - 39.34301235550995, - 39.23423544301568, - 39.07354278383688, - 38.94987962573266, - 38.922927045460746, - 38.98162760285079, - 39.126593150154 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -65.9375, -54.21875 -65.78125, -54.0625 -65.78125, -54.0625 -65.9375, -54.21875 -65.9375))", @@ -59237,68 +40358,7 @@ "id": "1191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.434635497164518, - 6.434635497164518, - 6.434635497164518, - 6.434635497164518, - 6.434635497164518, - 6.434635497164518, - 6.434635497164518, - 6.434635497164518 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 191.74395682978047, - 444.6039882569562, - 371.5221189117192, - 65.31876816373574, - -253.54776559387142, - -410.5603149695718, - -379.2451338609559, - -145.01794255138043 - ], - "relative wind speed": [ - 1.9507704327509616, - 2.067464285358676, - 2.0394409413495116, - 1.878205348294628, - 1.6581425512631236, - 1.5101435131705512, - 1.5477799095324152, - 1.7399099606710142 - ], - "relative wind angle": [ - 0.12679445310559206, - 0.03385737407074103, - 0.07249025316237641, - 0.14903283384035942, - 0.14932600754397393, - 0.04636023943563113, - 0.09557901716727406, - 0.16097807598941802 - ], - "resistance": [ - 96826.24395682981, - 97079.10398825699, - 97006.02211891174, - 96699.81876816376, - 96380.95223440616, - 96223.93968503046, - 96255.25486613908, - 96489.48205744865 - ], - "fuel": [ - 39.48046653094352, - 39.6110213735617, - 39.573263832591245, - 39.415280816251126, - 39.25113516642347, - 39.17044749138283, - 39.186532825275435, - 39.30696151898626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -65.78125, -54.0625 -65.625, -53.90625 -65.625, -53.90625 -65.78125, -54.0625 -65.78125))", @@ -59330,9 +40390,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 115.58663855475606, + 115.58663855475515, 472.8177673165669, - 532.2959215449087, + 532.2959215449075, 216.63215737208748, -180.8279934896873, -444.88926327992147, @@ -59340,24 +40400,24 @@ -267.03086365515264 ], "relative wind speed": [ - 1.8212737033049349, + 1.8212737033049344, 2.010726781933253, 2.0335741735515422, 1.881519440950875, 1.6142553411788194, 1.371071120434954, 1.3369496211669976, - 1.5436135533864437 + 1.543613553386444 ], "relative wind angle": [ - 0.19283380565038405, + 0.1928338056503846, 0.08566803803452364, - 0.0520122506388119, + 0.05201225063881403, 0.17174721488769723, 0.21793888013530363, - 0.125813400874101, - 0.0791604875937597, - 0.20985288347565376 + 0.12581340087410098, + 0.07916048759375971, + 0.2098528834756543 ], "resistance": [ 96750.08663855479, @@ -59410,9 +40470,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 107.5909383747196, + 107.59093837471914, 505.180601833011, - 599.3891873602659, + 599.3891873602647, 266.3407845718093, -167.0207338380933, -467.0442909662107, @@ -59420,7 +40480,7 @@ -302.00105946025815 ], "relative wind speed": [ - 1.7981011316488438, + 1.7981011316488433, 2.013052419712214, 2.048855682002392, 1.893215703127786, @@ -59430,13 +40490,13 @@ 1.4899852361466288 ], "relative wind angle": [ - 0.2194542304548644, + 0.21945423045486437, 0.10255025871306038, - 0.04882895219900267, + 0.048828952199004946, 0.1845988986088914, 0.246611613016139, - 0.15632949848720784, - 0.07898157732688672, + 0.15632949848720787, + 0.07898157732688674, 0.23539436004436376 ], "resistance": [ @@ -59490,9 +40550,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 123.19188701423741, + 123.1918870142365, 416.18723057171746, - 435.33231352842563, + 435.3323135284254, 155.79994394663095, -178.8767228134883, -387.8052074790984, @@ -59500,9 +40560,9 @@ -206.72192347273165 ], "relative wind speed": [ - 1.7231379388645642, + 1.723137938864564, 1.8848325595971729, - 1.8927216269557763, + 1.892721626955776, 1.7438896899598053, 1.4986378476268871, 1.289389769222843, @@ -59510,12 +40570,12 @@ 1.474438368988701 ], "relative wind angle": [ - 0.17988953586809717, - 0.07281847821833848, + 0.17988953586809844, + 0.07281847821833849, 0.06046577565441967, 0.17223747366264208, 0.20720320599284608, - 0.1065536655783324, + 0.10655366557833242, 0.0896307203388967, 0.20412242063461963 ], @@ -59570,33 +40630,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 129.8486900703133, + 129.8486900703126, 475.9013044401813, 521.1384738792888, - 206.10602214385813, - -180.79759192505423, + 206.1060221438579, + -180.79759192505446, -432.2665275850834, -451.90055582908246, -245.6456394158513 ], "relative wind speed": [ - 1.7338635593010503, + 1.73386355930105, 1.924543199977212, 1.9426071033280474, - 1.781833250568707, + 1.7818332505687067, 1.50274856582515, 1.2492676117562342, 1.2209888355185992, 1.4455470803572632 ], "relative wind angle": [ - 0.21026104717597507, + 0.2102610471759756, 0.08951423641169691, 0.061077934530426314, - 0.19184155433785086, - 0.24320499028170917, - 0.13815499226550557, - 0.09726858621066818, + 0.1918415543378503, + 0.24320499028170964, + 0.13815499226550554, + 0.0972685862106682, 0.23724220756071385 ], "resistance": [ @@ -59637,68 +40697,7 @@ "id": "1196", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.947973181710248, - 4.947973181710248, - 4.947973181710248, - 4.947973181710248, - 4.947973181710248, - 4.947973181710248, - 4.947973181710248, - 4.947973181710248 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 247.1157900449541, - 393.7530576680356, - 233.3083258887948, - -32.50771377893807, - -255.53642787017816, - -318.65954052101404, - -245.96303830949728, - -16.56644633204462 - ], - "relative wind speed": [ - 1.6052098232333378, - 1.6748054131189354, - 1.5967477342330447, - 1.4000647246832196, - 1.1755774580095673, - 1.0741078924263385, - 1.1870457487420933, - 1.4136830277975114 - ], - "relative wind angle": [ - 0.1295998574668156, - 0.0041615956428434995, - 0.13651901217110318, - 0.216208355991664, - 0.1773980870321671, - 0.006489005205443741, - 0.18410615674879627, - 0.21409299324249997 - ], - "resistance": [ - 96881.61579004498, - 97028.25305766806, - 96867.80832588882, - 96601.9922862211, - 96378.96357212985, - 96315.84045947902, - 96388.53696169054, - 96617.93355366799 - ], - "fuel": [ - 39.05724978681355, - 39.132961702083605, - 39.05012482341984, - 38.913096032347966, - 38.79832705405636, - 38.765877958812396, - 38.8032496497686, - 38.92130638199416 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -66.09375, -54.21875 -65.9375, -54.0625 -65.9375, -54.0625 -66.09375, -54.21875 -66.09375))", @@ -59730,7 +40729,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 230.7326349796781, + 230.7326349796772, 443.79525787792045, 319.1451493390439, 16.350278480688303, @@ -59740,9 +40739,9 @@ -86.54330209068894 ], "relative wind speed": [ - 1.827933454967218, + 1.8279334549672177, 1.9262913689250558, - 1.8748757594074277, + 1.8748757594074272, 1.693962351198999, 1.4669218942200821, 1.3351412365496984, @@ -59750,14 +40749,14 @@ 1.619781501391772 ], "relative wind angle": [ - 0.12931216003211884, + 0.1293121600321197, 0.019570327304771856, - 0.09744377132614504, - 0.17543412083377916, + 0.0974437713261439, + 0.17543412083377918, 0.16138702830416976, - 0.028237279384700078, + 0.02823727938470008, 0.13006081572138706, - 0.18355783687868626 + 0.1835578368786863 ], "resistance": [ 96865.2326349797, @@ -59810,9 +40809,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 177.47189044282106, + 177.4718904428206, 355.52792606254854, - 269.9463682644516, + 269.94636826445105, 32.32535588088365, -198.0800977583475, -299.1445793239586, @@ -59822,22 +40821,22 @@ "relative wind speed": [ 1.499102475482235, 1.6004644425575096, - 1.5584343544878707, - 1.3880835736043275, + 1.5584343544878705, + 1.3880835736043273, 1.1617625150499862, 1.0176020545779738, 1.080871285641453, 1.292371605252171 ], "relative wind angle": [ - 0.16139359442782145, + 0.16139359442782283, 0.03064127796452762, - 0.11030451829888574, - 0.21168475463951203, + 0.11030451829888674, + 0.21168475463951097, 0.20886977986544178, 0.048203121709197036, 0.15939228472840544, - 0.22762838315417672 + 0.22762838315417674 ], "resistance": [ 96811.97189044284, @@ -59877,68 +40876,7 @@ "id": "1199", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.992551018915885, - 4.992551018915885, - 4.992551018915885, - 4.992551018915885, - 4.992551018915885, - 4.992551018915885, - 4.992551018915885, - 4.992551018915885 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 193.23746997469163, - 399.7790173578628, - 312.7110085209547, - 45.69700028438979, - -217.81357207146812, - -338.2336348811332, - -300.56400914194035, - -92.06637796430334 - ], - "relative wind speed": [ - 1.5858112303278897, - 1.6982761317504067, - 1.658057248475953, - 1.4794956725437132, - 1.237573180321157, - 1.0780736594552125, - 1.138960401269785, - 1.36289294877063 - ], - "relative wind angle": [ - 0.16580725394114668, - 0.03518788163884853, - 0.10710184833896294, - 0.2113744257653945, - 0.21310044916971713, - 0.055448005360900714, - 0.15625211227646238, - 0.22977020435029188 - ], - "resistance": [ - 96827.7374699747, - 97034.27901735788, - 96947.21100852097, - 96680.1970002844, - 96416.68642792855, - 96296.26636511888, - 96333.93599085808, - 96542.4336220357 - ], - "fuel": [ - 39.04088074348582, - 39.147504113869545, - 39.10253746173764, - 38.96481281793464, - 38.829155329892004, - 38.76724807294704, - 38.78660800981367, - 38.89385882640252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -66.09375, -54.0625 -65.9375, -53.90625 -65.9375, -53.90625 -66.09375, -54.0625 -66.09375))", @@ -59970,19 +40908,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 168.21157414708978, + 168.21157414708864, 445.08548457429947, - 412.4214840305881, + 412.42148403058764, 112.55125017883051, - -218.26646860331414, + -218.26646860331402, -402.2112365217846, -388.0989354386595, -170.72734123478324 ], "relative wind speed": [ - 1.7628172452991457, + 1.7628172452991453, 1.9073707747532875, - 1.8939904619840175, + 1.8939904619840173, 1.727636977108142, 1.4776911698843853, 1.2857031389459208, @@ -59990,14 +40928,14 @@ 1.5186725483813133 ], "relative wind angle": [ - 0.16847555270310638, + 0.16847555270310705, 0.05584962814601676, 0.07664165569107174, 0.18132788463017502, - 0.2013927310987823, - 0.08290610981231322, + 0.20139273109878175, + 0.08290610981231321, 0.11132515343694392, - 0.20661642818197584 + 0.20661642818197587 ], "resistance": [ 96802.71157414709, @@ -60050,19 +40988,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 44.44025164234972, + 44.44025164234927, 390.50149227995644, - 522.0669368285214, + 522.0669368285176, 266.4198821388727, - -98.11188960336096, + -98.11188960336085, -372.6691318179668, -429.6527268016541, -286.97043324309027 ], "relative wind speed": [ - 1.616183772423156, + 1.6161837724231558, 1.8292005765235932, - 1.8839462570744723, + 1.883946257074472, 1.7614790099173327, 1.5060414002612297, 1.2386427799775455, @@ -60070,12 +41008,12 @@ 1.3331925529215207 ], "relative wind angle": [ - 0.22806467130439223, + 0.22806467130439323, 0.1196415272434937, - 0.030072766901846296, - 0.17024557579587796, - 0.24507360409254533, - 0.17718848818878857, + 0.03007276690185368, + 0.17024557579587798, + 0.2450736040925449, + 0.1771884881887886, 0.049121210142558026, 0.2257647308515555 ], @@ -60130,11 +41068,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 140.43362322831342, + 140.4336232283132, 426.19983718009905, - 427.654507722698, + 427.6545077226973, 142.89904022577196, - -187.34412587259988, + -187.34412587259976, -386.0838737717736, -386.7139663663205, -189.44537781636689 @@ -60142,7 +41080,7 @@ "relative wind speed": [ 1.6800473178120925, 1.8395799039775782, - 1.840192929707298, + 1.8401929297072979, 1.6816673160885232, 1.426950098520374, 1.2143687045690674, @@ -60150,13 +41088,13 @@ 1.4250405649505327 ], "relative wind angle": [ - 0.1883418702964381, + 0.18834187029643867, 0.07129120161140055, - 0.07029216385879627, + 0.07029216385879629, 0.18770942485951803, - 0.22226479733843008, + 0.22226479733842958, 0.10811413234558763, - 0.10671341274955812, + 0.1067134127495581, 0.22203417599513886 ], "resistance": [ @@ -60210,34 +41148,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 60.668342890736426, + 60.668342890735744, 381.09825004712934, - 484.03414805382977, + 484.0341480538293, 234.03577561626798, -108.19333985915625, -357.0967266013315, - -401.73590283516637, - -255.575573823304 + -401.73590283516603, + -255.5755738233039 ], "relative wind speed": [ - 1.5691038693346753, + 1.5691038693346748, 1.770221632228213, - 1.814528685548516, + 1.8145286855485159, 1.6868716090057307, 1.4333816690181174, 1.1760039687983599, 1.1064156593070198, - 1.2927235344684607 + 1.2927235344684609 ], "relative wind angle": [ - 0.22788442078609994, + 0.22788442078610044, 0.11394735944348067, - 0.03849907440932914, - 0.178822278034821, + 0.03849907440932915, + 0.17882227803482098, 0.24990147790732647, 0.17199917253968344, - 0.06316512443428998, - 0.23423926254948876 + 0.06316512443428822, + 0.2342392625494897 ], "resistance": [ 96695.16834289076, @@ -60290,7 +41228,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -51.96002301183944, + -51.960023011839894, 376.8572941790203, 639.9549648653565, 407.5559522468566, @@ -60310,8 +41248,8 @@ 1.4056952685985822 ], "relative wind angle": [ - 0.23615476099262883, - 0.14866935795036657, + 0.23615476099262978, + 0.1486693579503666, 0.0061581049277542555, 0.13832166330471163, 0.23270750989615976, @@ -60357,68 +41295,7 @@ "id": "1205", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.292679083788672, - 5.292679083788672, - 5.292679083788672, - 5.292679083788672, - 5.292679083788672, - 5.292679083788672, - 5.292679083788672, - 5.292679083788672 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 28.475601437661226, - 445.26763626894217, - 648.552115718124, - 365.4986288121818, - -61.86138992769793, - -400.6640427394143, - -488.94551844205785, - -346.285266573719 - ], - "relative wind speed": [ - 1.5733285322728727, - 1.8380909700395271, - 1.9204744032455423, - 1.7952460150222251, - 1.501736268249796, - 1.1627536607983153, - 1.0209566867989126, - 1.227870610197815 - ], - "relative wind angle": [ - 0.2900151865726524, - 0.15935461138194085, - 0.019494224056607726, - 0.19315716128489674, - 0.30427302178662624, - 0.25355237558558613, - 0.0366755822156658, - 0.28448014874634847 - ], - "resistance": [ - 96662.97560143768, - 97079.76763626895, - 97283.05211571814, - 96999.9986288122, - 96572.63861007232, - 96233.8359572606, - 96145.55448155796, - 96288.2147334263 - ], - "fuel": [ - 39.03629719483747, - 39.251366118797435, - 39.35649749785777, - 39.21015448231228, - 38.98976762486165, - 38.815532191555064, - 38.770201983669594, - 38.843468691339574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -65.3125, -53.4375 -65.15625, -53.28125 -65.15625, -53.28125 -65.3125, -53.4375 -65.3125))", @@ -60450,19 +41327,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -53.1895441519473, + -53.18954415194787, 324.6755265316556, - 565.6619424655032, + 565.6619424655028, 374.9091895429267, - 4.239520479048565, + 4.239520479048224, -325.33028072162244, -442.44448293731614, -359.8837771596661 ], "relative wind speed": [ - 1.5189265151134026, + 1.5189265151134022, 1.7762709179207015, - 1.8833786775079424, + 1.8833786775079422, 1.803733248484703, 1.5640257444612977, 1.2641898250663977, @@ -60474,9 +41351,9 @@ 0.16633922119595557, 0.012381688091712549, 0.14527976106530924, - 0.25373631965036697, - 0.23479271989557773, - 0.02123388974795865, + 0.2537363196503674, + 0.2347927198955777, + 0.021233889747958652, 0.2148671773991077 ], "resistance": [ @@ -60517,68 +41394,7 @@ "id": "1207", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.879090041412497, - 4.879090041412497, - 4.879090041412497, - 4.879090041412497, - 4.879090041412497, - 4.879090041412497, - 4.879090041412497, - 4.879090041412497 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -22.428246959714784, - 363.2618819818366, - 603.5742429800024, - 384.02665797170323, - 0.9723194128963542, - -327.4766624268084, - -436.7310196658609, - -341.5590426073516 - ], - "relative wind speed": [ - 1.416464103140761, - 1.693417648039326, - 1.8003279882307486, - 1.7053215688247438, - 1.436519148409236, - 1.0964919008099028, - 0.9103718767766176, - 1.0778850430977647 - ], - "relative wind angle": [ - 0.319569358899061, - 0.1913854814835677, - 0.005862421661167321, - 0.18112764793876418, - 0.31495305813187147, - 0.29817252153908874, - 0.011593567471907495, - 0.28900400358998024 - ], - "resistance": [ - 96612.07175304029, - 96997.76188198183, - 97238.07424298, - 97018.5266579717, - 96635.47231941289, - 96307.02333757319, - 96197.76898033413, - 96292.94095739265 - ], - "fuel": [ - 38.90088362521339, - 39.09980827576847, - 39.22403236045511, - 39.1105336790916, - 38.912936995538686, - 38.743943005322606, - 38.68781828579648, - 38.73670629558858 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -65.46875, -53.75 -65.3125, -53.59375 -65.3125, -53.59375 -65.46875, -53.75 -65.46875))", @@ -60610,17 +41426,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -24.870752119854842, + -24.87075211985507, 427.71536136132704, 669.5102218274608, 389.2940529545417, - -69.40353777174096, + -69.40353777174141, -450.5628204605639, -554.4630791816015, -423.84964802841 ], "relative wind speed": [ - 1.9327616028606016, + 1.9327616028606014, 2.173336467556772, 2.2586061194361395, 2.1559042992245003, @@ -60630,13 +41446,13 @@ 1.64817582022174 ], "relative wind angle": [ - 0.19638651894690964, + 0.1963865189469102, 0.11836439503472272, 0.006279033660027646, 0.12870089395396545, - 0.19929183671462083, - 0.15858787143390304, - 0.009427238878830773, + 0.1992918367146214, + 0.15858787143390307, + 0.009427238878830775, 0.16868225927251024 ], "resistance": [ @@ -60690,17 +41506,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -16.33581026135539, + -16.335810261356073, 401.25276240965127, - 633.0334499375649, + 633.0334499375278, 375.06119050600387, -46.37783265273811, -397.611789051555, - -497.6990144984403, + -497.69901449844303, -379.54478101107964 ], "relative wind speed": [ - 1.6843942897727193, + 1.6843942897727189, 1.9373858021204544, 2.027744143004999, 1.9240984243895218, @@ -60710,19 +41526,19 @@ 1.3782784976582647 ], "relative wind angle": [ - 0.24193015731415202, + 0.241930157314152, 0.14370234847070312, - 0.005508150298124369, + 0.005508150298184837, 0.15300276969182697, 0.24514881464527602, - 0.2055202561475712, - 0.009149996240381297, + 0.20552025614757122, + 0.00914999624039343, 0.2144006872661189 ], "resistance": [ 96618.16418973864, 97035.75276240965, - 97267.53344993756, + 97267.53344993753, 97009.561190506, 96588.12216734726, 96236.88821094844, @@ -60732,7 +41548,7 @@ "fuel": [ 39.17723457195039, 39.39264550541871, - 39.512488419608374, + 39.512488419608346, 39.379115643966465, 39.16176256787739, 38.981121997580786, @@ -60770,9 +41586,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 64.07543664101013, + 64.07543664100967, 445.8215710049808, - 578.2130024456712, + 578.2130024456692, 286.72804372850396, -118.35506727450831, -417.2242770995067, @@ -60780,9 +41596,9 @@ -307.51759948072913 ], "relative wind speed": [ - 1.6861725255285578, + 1.6861725255285576, 1.9098132098295502, - 1.9625052800741773, + 1.9625052800741771, 1.8264104343814165, 1.549997641030131, 1.2642325642882628, @@ -60790,12 +41606,12 @@ 1.3819896519978039 ], "relative wind angle": [ - 0.23418583386430425, + 0.23418583386430472, 0.11917043108514944, - 0.035764998756231035, + 0.03576499875623414, 0.179618546240602, - 0.2551989783197667, - 0.18057884322748385, + 0.25519897831976673, + 0.18057884322748388, 0.05946523313942252, 0.2383565704808596 ], @@ -60837,68 +41653,7 @@ "id": "1211", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.1216898678933, - 5.1216898678933, - 5.1216898678933, - 5.1216898678933, - 5.1216898678933, - 5.1216898678933, - 5.1216898678933, - 5.1216898678933 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 110.91681022681882, - 457.0401243791971, - 531.7432628151907, - 235.0767779335372, - -141.8776087372804, - -398.88584764939367, - -431.43940929844206, - -246.76617193568666 - ], - "relative wind speed": [ - 1.5811890897038166, - 1.7914644795324588, - 1.823019870109922, - 1.6659878760114286, - 1.373547067521122, - 1.0851016093747874, - 1.0312075626558697, - 1.2693600281548125 - ], - "relative wind angle": [ - 0.25388172503687195, - 0.11444899660129443, - 0.05917318052470287, - 0.21599386521002412, - 0.29331998797403563, - 0.18967428105465037, - 0.10473964701734802, - 0.2851327183094326 - ], - "resistance": [ - 96745.41681022684, - 97091.54012437923, - 97166.24326281522, - 96869.57677793357, - 96492.62239126275, - 96235.61415235064, - 96203.06059070159, - 96387.73382806435 - ], - "fuel": [ - 39.032277445365224, - 39.21094126241709, - 39.24956042458442, - 39.09631573948721, - 38.9020703346085, - 38.76993657907386, - 38.753217593654135, - 38.848115063286436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -65.46875, -53.4375 -65.3125, -53.28125 -65.3125, -53.28125 -65.46875, -53.4375 -65.46875))", @@ -60930,19 +41685,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 85.42930230936099, + 85.42930230936042, 451.7301549649087, - 574.8086239950296, + 574.8086239950294, 287.3932492698516, - -99.65564609289697, + -99.65564609289709, -380.4811551774137, -434.1545804830194, - -269.11492194101817 + -269.1149219410183 ], "relative wind speed": [ - 1.4892333451243314, + 1.4892333451243311, 1.7282144289871815, - 1.781189860143552, + 1.7811898601435519, 1.6329873617763675, 1.3285925530147793, 0.9981227457567753, @@ -60950,14 +41705,14 @@ 1.1473126881697042 ], "relative wind angle": [ - 0.30097696856342915, - 0.14654775082560137, + 0.30097696856342954, + 0.1465477508256014, 0.04751242890343538, 0.2298200850583626, - 0.3387386975519261, - 0.25560935535786056, - 0.09411581119794157, - 0.33020239079420505 + 0.3387386975519264, + 0.2556093553578605, + 0.09411581119794156, + 0.3302023907942051 ], "resistance": [ 96719.92930230935, @@ -60997,68 +41752,7 @@ "id": "1213", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.889081981184411, - 4.889081981184411, - 4.889081981184411, - 4.889081981184411, - 4.889081981184411, - 4.889081981184411, - 4.889081981184411, - 4.889081981184411 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 26.560237022475803, - 441.3374091271545, - 660.7888370440729, - 385.5058841986332, - -35.97130206994689, - -374.28300579953606, - -469.56558678963216, - -336.68510817827365 - ], - "relative wind speed": [ - 1.4682689920687564, - 1.7499043610793994, - 1.8419083489203352, - 1.7186091717958873, - 1.4150279431024075, - 1.0468775668178827, - 0.874923737824501, - 1.097497347354555 - ], - "relative wind angle": [ - 0.3356423195380222, - 0.18505507639930716, - 0.015342630938288577, - 0.21219356199336356, - 0.3487981994046608, - 0.31263360439311283, - 0.032303988989785475, - 0.3360846308140469 - ], - "resistance": [ - 96661.06023702251, - 97075.83740912718, - 97295.2888370441, - 97020.00588419866, - 96598.52869793009, - 96260.2169942005, - 96164.9344132104, - 96297.81489182175 - ], - "fuel": [ - 38.92862449896201, - 39.142649222228066, - 39.256144953701366, - 39.1138029096238, - 38.89641380041377, - 38.72239794523644, - 38.67346474225782, - 38.7417159696836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -65.625, -53.4375 -65.46875, -53.28125 -65.46875, -53.28125 -65.625, -53.4375 -65.625))", @@ -61077,68 +41771,7 @@ "id": "1214", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.496693096565951, - 4.496693096565951, - 4.496693096565951, - 4.496693096565951, - 4.496693096565951, - 4.496693096565951, - 4.496693096565951, - 4.496693096565951 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 165.82444975415865, - 491.1226977846758, - 514.078894158237, - 203.11316876960143, - -157.32340613951874, - -382.71146450973197, - -392.7506928260579, - -188.41374434517633 - ], - "relative wind speed": [ - 1.4716784361291237, - 1.675942019019953, - 1.6861682046269881, - 1.499613902138867, - 1.1721616638830994, - 0.8549963359734255, - 0.8346479325737642, - 1.1362035601759481 - ], - "relative wind angle": [ - 0.2962394959155294, - 0.11464478602338864, - 0.0941338745428978, - 0.2809931108351677, - 0.3752658622341681, - 0.2261547294209483, - 0.19105003121668415, - 0.374714084282012 - ], - "resistance": [ - 96800.32444975416, - 97125.62269778468, - 97148.57889415824, - 96837.6131687696, - 96477.17659386048, - 96251.78853549027, - 96241.74930717394, - 96446.08625565482 - ], - "fuel": [ - 38.90697838255334, - 39.074946462683656, - 39.08681479208956, - 38.92621246931169, - 38.740510521086435, - 38.62463311087724, - 38.61947610001744, - 38.72451499301738 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -65.625, -53.28125 -65.46875, -53.125 -65.46875, -53.125 -65.625, -53.28125 -65.625))", @@ -61157,68 +41790,7 @@ "id": "1215", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.297335909622008, - 4.297335909622008, - 4.297335909622008, - 4.297335909622008, - 4.297335909622008, - 4.297335909622008, - 4.297335909622008, - 4.297335909622008 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 177.37308340706068, - 515.125468937765, - 542.8440147138941, - 221.81070047740718, - -148.37755927180103, - -380.5165289937239, - -392.61934630879875, - -185.10550106153403 - ], - "relative wind speed": [ - 1.4390875866177446, - 1.6547097135944875, - 1.6670629762289018, - 1.473105456081165, - 1.1259063271097194, - 0.7749670335691908, - 0.7480235107734374, - 1.0810173239346745 - ], - "relative wind angle": [ - 0.32891337585672714, - 0.12709143358305558, - 0.10109109858620094, - 0.30877074033207214, - 0.4255967951868531, - 0.274053322242364, - 0.22685117421330614, - 0.42696338958279145 - ], - "resistance": [ - 96811.87308340706, - 97149.62546893777, - 97177.34401471389, - 96856.3107004774, - 96486.1224407282, - 96253.98347100627, - 96241.8806536912, - 96449.39449893846 - ], - "fuel": [ - 38.869350009133996, - 39.04377113615848, - 39.05810431649533, - 38.892274106592765, - 38.70152891517881, - 38.58217588771487, - 38.575958787730826, - 38.682632084472935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -65.46875, -53.125 -65.3125, -52.96875 -65.3125, -52.96875 -65.46875, -53.125 -65.46875))", @@ -61237,68 +41809,7 @@ "id": "1216", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.29846400100903, - 5.29846400100903, - 5.29846400100903, - 5.29846400100903, - 5.29846400100903, - 5.29846400100903, - 5.29846400100903, - 5.29846400100903 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 72.51903856712511, - 522.5118826359266, - 707.4958581470659, - 376.3469949825359, - -92.02665092406687, - -446.1231765358294, - -526.6768570067068, - -347.11566856003265 - ], - "relative wind speed": [ - 1.6160641602574108, - 1.8898060087192543, - 1.962390797101861, - 1.8129268525767788, - 1.4863004831331452, - 1.1177592520927355, - 0.9847714738355452, - 1.2385672058618233 - ], - "relative wind angle": [ - 0.30766691193100026, - 0.15819190532596306, - 0.03485303403350456, - 0.2193095312276225, - 0.3355361540180635, - 0.2695963871472346, - 0.06949480319216161, - 0.3240861820155126 - ], - "resistance": [ - 96707.0190385671, - 97157.0118826359, - 97341.99585814704, - 97010.84699498251, - 96542.47334907591, - 96188.37682346415, - 96107.82314299326, - 96287.38433143994 - ], - "fuel": [ - 39.060600689943456, - 39.292903113496365, - 39.38861700535052, - 39.21736493933047, - 38.97584444700564, - 38.7937936828585, - 38.7524439618004, - 38.84464917728489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -65.46875, -52.96875 -65.3125, -52.8125 -65.3125, -52.8125 -65.46875, -52.96875 -65.46875))", @@ -61317,68 +41828,7 @@ "id": "1217", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.240917303320261, - 5.240917303320261, - 5.240917303320261, - 5.240917303320261, - 5.240917303320261, - 5.240917303320261, - 5.240917303320261, - 5.240917303320261 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 155.88113117597743, - 553.3427491412627, - 618.2515290672733, - 262.7098929683058, - -172.99153865598544, - -460.67738707363833, - -489.02679395676836, - -262.7661328257317 - ], - "relative wind speed": [ - 1.6551432118005567, - 1.8824605514660737, - 1.9083929445405976, - 1.7253493836681137, - 1.3920791257713734, - 1.0647655216769079, - 1.0175557543474067, - 1.3040524714343023 - ], - "relative wind angle": [ - 0.27384576184822196, - 0.11669176559758142, - 0.07219549424291741, - 0.2422243586773621, - 0.3273561665523875, - 0.20732020267092666, - 0.1356988058827074, - 0.32293842257400546 - ], - "resistance": [ - 96790.38113117602, - 97187.8427491413, - 97252.75152906732, - 96897.20989296836, - 96461.50846134406, - 96173.82261292641, - 96145.47320604327, - 96371.7338671743 - ], - "fuel": [ - 39.08768868968999, - 39.29295705698946, - 39.32653492231336, - 39.1428024540836, - 38.918287392456655, - 38.77043131049612, - 38.755877807922516, - 38.872114701782486 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -65.625, -53.125 -65.46875, -52.96875 -65.46875, -52.96875 -65.625, -53.125 -65.625))", @@ -61397,68 +41847,7 @@ "id": "1218", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.518359995636105, - 4.518359995636105, - 4.518359995636105, - 4.518359995636105, - 4.518359995636105, - 4.518359995636105, - 4.518359995636105, - 4.518359995636105 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 239.06352365869407, - 587.1762804493289, - 557.1859783335196, - 190.88395406283485, - -202.86789978807548, - -428.35001867291163, - -415.249686737704, - -162.9895290320194 - ], - "relative wind speed": [ - 1.542360615904242, - 1.7435087232288655, - 1.7307055763759847, - 1.5071462887476803, - 1.1367892060861096, - 0.7945711425613504, - 0.8220852610693556, - 1.1830790476043829 - ], - "relative wind angle": [ - 0.30422367636060715, - 0.0997657966283382, - 0.12538367584983334, - 0.32394512234872325, - 0.4185365294068913, - 0.22032908725232958, - 0.2664148886931651, - 0.4175253863653093 - ], - "resistance": [ - 96873.5635236587, - 97221.67628044933, - 97191.68597833352, - 96825.38395406284, - 96431.63210021192, - 96206.1499813271, - 96219.2503132623, - 96471.51047096799 - ], - "fuel": [ - 38.949655809519996, - 39.12951383049098, - 39.114001110966434, - 38.92479858799387, - 38.72197446774141, - 38.606086951403114, - 38.61281474753352, - 38.74248981827803 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -65.625, -52.96875 -65.46875, -52.8125 -65.46875, -52.8125 -65.625, -52.96875 -65.625))", @@ -61477,68 +41866,7 @@ "id": "1219", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.421003311521984, - 4.421003311521984, - 4.421003311521984, - 4.421003311521984, - 4.421003311521984, - 4.421003311521984, - 4.421003311521984, - 4.421003311521984 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 262.1768071647971, - 600.2785624140524, - 543.9780466188422, - 172.103378091649, - -214.35071620267536, - -425.9787839278491, - -401.41866447965776, - -140.01045445268664 - ], - "relative wind speed": [ - 1.537452393793276, - 1.729790577560739, - 1.7055750098629159, - 1.4706879544626124, - 1.091338580263424, - 0.7500695419320427, - 0.8036128705310623, - 1.1797697659080082 - ], - "relative wind angle": [ - 0.3043451955126678, - 0.09086934416440735, - 0.14043673491447467, - 0.34298819994659263, - 0.43583340801163084, - 0.21083062356964982, - 0.3016350986368989, - 0.432598431687898 - ], - "resistance": [ - 96896.67680716483, - 97234.77856241408, - 97178.47804661887, - 96806.60337809168, - 96420.14928379735, - 96208.52121607219, - 96233.08133552037, - 96494.48954554735 - ], - "fuel": [ - 38.93983285518124, - 39.11454131343058, - 39.08541944012122, - 38.893360664133496, - 38.6943174265011, - 38.5855538476368, - 38.59816766355577, - 38.732563220128135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65.46875, -52.8125 -65.3125, -52.65625 -65.3125, -52.65625 -65.46875, -52.8125 -65.46875))", @@ -61557,68 +41885,7 @@ "id": "1220", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.0184772626331355, - 5.0184772626331355, - 5.0184772626331355, - 5.0184772626331355, - 5.0184772626331355, - 5.0184772626331355, - 5.0184772626331355, - 5.0184772626331355 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 339.60414043646995, - 614.8788549543193, - 434.21499454694174, - 41.62393267465052, - -315.9269256777668, - -458.7458210262731, - -380.18659455054734, - -65.14621211008875 - ], - "relative wind speed": [ - 1.7142296552487122, - 1.8431024554663502, - 1.7672019147883649, - 1.5089833412070175, - 1.1639028596036254, - 0.9466924084313368, - 1.0817812024138485, - 1.4199374822460742 - ], - "relative wind angle": [ - 0.2057389272279812, - 0.02537982994800079, - 0.16143717232864765, - 0.30177022797601194, - 0.305620542106505, - 0.04942646023590572, - 0.26569541611958464, - 0.3213516771013541 - ], - "resistance": [ - 96974.10414043651, - 97249.37885495437, - 97068.71499454699, - 96676.12393267469, - 96318.57307432228, - 96175.75417897377, - 96254.3134054495, - 96569.35378788995 - ], - "fuel": [ - 39.1231309993976, - 39.26542176179403, - 39.17200398230284, - 38.96942147549171, - 38.7854192245525, - 38.71205495023533, - 38.75240044676565, - 38.9144257771449 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65.46875, -52.65625 -65.3125, -52.5 -65.3125, -52.5 -65.46875, -52.65625 -65.46875))", @@ -61637,68 +41904,7 @@ "id": "1221", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.828936058304053, - 5.828936058304053, - 5.828936058304053, - 5.828936058304053, - 5.828936058304053, - 5.828936058304053, - 5.828936058304053, - 5.828936058304053 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 263.64654888135465, - 650.8665497530924, - 593.6728350257295, - 168.38435260196593, - -289.0021357168447, - -540.6082793833449, - -515.6870176647351, - -208.4421107999991 - ], - "relative wind speed": [ - 1.8698068814275115, - 2.0564847468089784, - 2.035104730630595, - 1.8124531988845798, - 1.4700197473560146, - 1.1949921830674572, - 1.2310501885850507, - 1.5401783121779666 - ], - "relative wind angle": [ - 0.21859623450453008, - 0.06859008964064037, - 0.10147625999334935, - 0.240951024252757, - 0.27946002661965985, - 0.11822064158717158, - 0.16826005891743923, - 0.2846389787892185 - ], - "resistance": [ - 96898.14654888137, - 97285.3665497531, - 97228.17283502575, - 96802.88435260198, - 96345.49786428317, - 96093.89172061667, - 96118.81298233528, - 96426.05788920002 - ], - "fuel": [ - 39.315922648493405, - 39.516049647217415, - 39.48645508879849, - 39.26677378048402, - 39.03126349451692, - 38.90204229327763, - 38.914830974808396, - 39.07268772044446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65.625, -52.8125 -65.46875, -52.65625 -65.46875, -52.65625 -65.625, -52.8125 -65.625))", @@ -61717,68 +41923,7 @@ "id": "1222", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.383725683337711, - 4.383725683337711, - 4.383725683337711, - 4.383725683337711, - 4.383725683337711, - 4.383725683337711, - 4.383725683337711, - 4.383725683337711 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 301.7335474232543, - 560.4981330098384, - 414.15968491732326, - 64.40485687475882, - -258.6542718850513, - -397.61984554319906, - -333.9122375360758, - -60.903709369948956 - ], - "relative wind speed": [ - 1.5429134368036301, - 1.6785548822644638, - 1.6120646301797268, - 1.361016583084594, - 1.0077751374369297, - 0.7606879178292134, - 0.8929950891403113, - 1.2425081334437809 - ], - "relative wind angle": [ - 0.24204442262876558, - 0.037746562176818384, - 0.1747236861967616, - 0.34450456460128537, - 0.37574382696805725, - 0.08336936670351452, - 0.3192079649881609, - 0.37894721676475246 - ], - "resistance": [ - 96936.23354742327, - 97194.99813300985, - 97048.65968491734, - 96698.90485687477, - 96375.84572811496, - 96236.88015445681, - 96300.58776246394, - 96573.59629063007 - ], - "fuel": [ - 38.952088151956005, - 39.08580033973525, - 39.01015183185923, - 38.829671650247235, - 38.66337136109777, - 38.59195587796229, - 38.62468679017539, - 38.7651207891448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65.625, -52.65625 -65.46875, -52.5 -65.46875, -52.5 -65.625, -52.65625 -65.625))", @@ -61797,68 +41942,7 @@ "id": "1223", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.968279600416357, - 4.968279600416357, - 4.968279600416357, - 4.968279600416357, - 4.968279600416357, - 4.968279600416357, - 4.968279600416357, - 4.968279600416357 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 220.46192301797873, - 524.5252104732647, - 470.6137477447253, - 131.3280438741998, - -227.78999995508298, - -422.24332055151814, - -398.7144713444713, - -152.69860820127678 - ], - "relative wind speed": [ - 1.6205806430996212, - 1.7879195922692603, - 1.764850243324788, - 1.55833644218557, - 1.2408950539149073, - 0.9846043302765751, - 1.0253807947568054, - 1.3182145836608246 - ], - "relative wind angle": [ - 0.2327305934111759, - 0.07004014992053997, - 0.11174979606098474, - 0.26188577690440246, - 0.30595558238527915, - 0.12742483696336107, - 0.19313835803499105, - 0.3110551906275815 - ], - "resistance": [ - 96854.961923018, - 97159.02521047328, - 97105.11374774473, - 96765.82804387421, - 96406.71000004493, - 96212.2566794485, - 96235.78552865554, - 96481.80139179874 - ], - "fuel": [ - 39.048686581069006, - 39.20573977349072, - 39.1778686132207, - 39.002712818167794, - 38.817785240681694, - 38.71785191739663, - 38.729936365799354, - 38.856413817502954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -65.78125, -53.75 -65.625, -53.59375 -65.625, -53.59375 -65.78125, -53.75 -65.78125))", @@ -61877,68 +41961,7 @@ "id": "1224", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.222525993031358, - 5.222525993031358, - 5.222525993031358, - 5.222525993031358, - 5.222525993031358, - 5.222525993031358, - 5.222525993031358, - 5.222525993031358 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 152.48022720440213, - 470.332158090024, - 484.24649316161185, - 175.73382649088853, - -185.03891000543433, - -407.6612101685035, - -413.7196578179897, - -204.73551358335897 - ], - "relative wind speed": [ - 1.6324460414090236, - 1.8146882237543183, - 1.8205585347984092, - 1.6481503165716829, - 1.3598940277998461, - 1.105033255393283, - 1.095334864929602, - 1.3408178022916986 - ], - "relative wind angle": [ - 0.2251340981640154, - 0.08734573195617179, - 0.07727688030933595, - 0.21837895402432628, - 0.27129426760583336, - 0.14375162928687432, - 0.12866901843169054, - 0.2695582829721782 - ], - "resistance": [ - 96786.98022720442, - 97104.83215809004, - 97118.74649316163, - 96810.2338264909, - 96449.46108999458, - 96226.83878983151, - 96220.78034218203, - 96429.76448641665 - ], - "fuel": [ - 39.080902680434676, - 39.24500566084937, - 39.25219804693799, - 39.092895477732654, - 38.907057315475484, - 38.79262366157282, - 38.78951203953085, - 38.89692531240613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -65.78125, -53.59375 -65.625, -53.4375 -65.625, -53.4375 -65.78125, -53.59375 -65.78125))", @@ -61957,68 +41980,7 @@ "id": "1225", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.561135449535476, - 4.561135449535476, - 4.561135449535476, - 4.561135449535476, - 4.561135449535476, - 4.561135449535476, - 4.561135449535476, - 4.561135449535476 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 104.7705458978204, - 450.11945699403225, - 545.9329842102683, - 260.93526603960663, - -107.3909248274615, - -365.470262795306, - -407.3024384129493, - -237.88996120002946 - ], - "relative wind speed": [ - 1.4391154493128604, - 1.6692389336966302, - 1.7118011971827851, - 1.555143081956116, - 1.245303260790038, - 0.9140431445050027, - 0.8316069679294662, - 1.0969792534178984 - ], - "relative wind angle": [ - 0.311987033404243, - 0.1441351225257796, - 0.06000782494195816, - 0.2501314921466307, - 0.36261717040850056, - 0.26541650263440036, - 0.12376324520031885, - 0.3585482679645899 - ], - "resistance": [ - 96739.2705458978, - 97084.61945699401, - 97180.43298421026, - 96895.4352660396, - 96527.10907517253, - 96269.02973720468, - 96227.19756158703, - 96396.61003879996 - ], - "fuel": [ - 38.89014579873741, - 39.06840148430972, - 39.117935346254725, - 38.970696990657444, - 38.780856360289405, - 38.64813932433823, - 38.62665051279214, - 38.71371638806892 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -65.9375, -53.75 -65.78125, -53.59375 -65.78125, -53.59375 -65.9375, -53.75 -65.9375))", @@ -62037,68 +41999,7 @@ "id": "1226", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.041635462729579, - 5.041635462729579, - 5.041635462729579, - 5.041635462729579, - 5.041635462729579, - 5.041635462729579, - 5.041635462729579, - 5.041635462729579 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 192.56720543977076, - 507.85629210465936, - 485.8184836162952, - 156.04354439788096, - -208.69278544129702, - -419.2135417308892, - -409.59696511570655, - -177.88476279886186 - ], - "relative wind speed": [ - 1.618843819872186, - 1.7964512731195954, - 1.787083212842532, - 1.593614856852209, - 1.283822903200489, - 1.0205975618369303, - 1.036913762227561, - 1.3150088394913608 - ], - "relative wind angle": [ - 0.2357876281227654, - 0.08061275849163327, - 0.09729273725669166, - 0.24734257126874132, - 0.29900601140376687, - 0.14221953312793018, - 0.1682081761058249, - 0.3012342715465104 - ], - "resistance": [ - 96827.06720543979, - 97142.35629210467, - 97120.31848361631, - 96790.5435443979, - 96425.80721455872, - 96215.28645826913, - 96224.90303488431, - 96456.61523720116 - ], - "fuel": [ - 39.053271248449924, - 39.2160965913111, - 39.20470354009787, - 39.03443317147101, - 38.84658273032602, - 38.73838337432777, - 38.743322320431645, - 38.86243067019958 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -65.9375, -53.59375 -65.78125, -53.4375 -65.78125, -53.4375 -65.9375, -53.59375 -65.9375))", @@ -62117,68 +42018,7 @@ "id": "1227", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.642752602628308, - 4.642752602628308, - 4.642752602628308, - 4.642752602628308, - 4.642752602628308, - 4.642752602628308, - 4.642752602628308, - 4.642752602628308 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 86.1624391772882, - 433.02367874753986, - 545.7503210586456, - 270.74075760872563, - -96.33925887289331, - -360.80820448638764, - -409.9830926735698, - -251.0154445933057 - ], - "relative wind speed": [ - 1.4430891685017437, - 1.6759330384745872, - 1.7258962028306852, - 1.5788733138407216, - 1.2789610164123757, - 0.9536750391506366, - 0.8599592588048884, - 1.1069808889909745 - ], - "relative wind angle": [ - 0.3055213237238248, - 0.14713074174847598, - 0.05020114057053757, - 0.23535286102769012, - 0.3462689835563709, - 0.2605656598110213, - 0.10087994097259886, - 0.3390491596939178 - ], - "resistance": [ - 96720.66243917732, - 97067.52367874757, - 97180.25032105867, - 96905.24075760876, - 96538.16074112714, - 96273.69179551365, - 96224.51690732646, - 96383.48455540673 - ], - "fuel": [ - 38.89949916638332, - 39.078512415864544, - 39.136786428827435, - 38.99470332942525, - 38.805490750680356, - 38.6694801335743, - 38.644219255486576, - 38.72591256206522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -66.09375, -53.75 -65.9375, -53.59375 -65.9375, -53.59375 -66.09375, -53.75 -66.09375))", @@ -62210,17 +42050,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 71.30402564944268, + 71.30402564944211, 395.7617611385464, 498.3544629199324, 242.1058428788523, -103.67867612169186, -353.4084497191668, - -398.05455458745297, + -398.0545545874528, -248.10079342726215 ], "relative wind speed": [ - 1.495171055063728, + 1.4951710550637278, 1.7072002982220258, 1.7525338448997763, 1.6168446474450047, @@ -62230,13 +42070,13 @@ 1.1967174360573578 ], "relative wind angle": [ - 0.2592108199954406, + 0.25921081999544104, 0.12691370851038433, - 0.044320247862880434, - 0.20295326119210447, - 0.28879539775470797, + 0.04432024786288044, + 0.2029532611921045, + 0.2887953977547079, 0.20453928470389704, - 0.07872000718283684, + 0.07872000718283542, 0.2758083099294566 ], "resistance": [ @@ -62277,68 +42117,7 @@ "id": "1229", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.879160885055776, - 4.879160885055776, - 4.879160885055776, - 4.879160885055776, - 4.879160885055776, - 4.879160885055776, - 4.879160885055776, - 4.879160885055776 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 113.35775218096285, - 457.49301858491253, - 534.5199813631732, - 240.37539084224773, - -132.4718772420008, - -387.27936735892723, - -420.896435025424, - -239.32995597680895 - ], - "relative wind speed": [ - 1.5231398393759505, - 1.7394278258560796, - 1.7726962573482712, - 1.6130835645603985, - 1.3118443956334753, - 1.0076117939398814, - 0.9478600465430467, - 1.199521613975452 - ], - "relative wind angle": [ - 0.27521953425093715, - 0.12366519080680649, - 0.06237134269315506, - 0.2319575394800596, - 0.32101473514831896, - 0.21458092084798244, - 0.1168374656333734, - 0.3142890419747128 - ], - "resistance": [ - 96747.85775218096, - 97091.99301858491, - 97169.01998136318, - 96874.87539084225, - 96502.028122758, - 96247.22063264107, - 96213.60356497458, - 96395.1700440232 - ], - "fuel": [ - 38.970871607101984, - 39.148511075683174, - 39.18833204444667, - 39.03638563825774, - 38.84424644013224, - 38.71323417801701, - 38.695967607675044, - 38.78927469047591 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -66.25, -53.75 -66.09375, -53.59375 -66.09375, -53.59375 -66.25, -53.75 -66.25))", @@ -62370,10 +42149,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 94.15216871071345, + 94.15216871071323, 346.99188082127864, - 384.09757106711265, - 156.30077840822491, + 384.0975710671113, + 156.30077840822514, -124.40226874328425, -308.51322187938166, -324.6537872621634, @@ -62383,18 +42162,18 @@ 1.4284518372497421, 1.597335936874964, 1.6150820249452353, - 1.475840025534224, + 1.4758400255342239, 1.229812170786627, 1.0007150101426774, 0.971814117748799, 1.1725224286930376 ], "relative wind angle": [ - 0.22788622668349448, - 0.09768254134593199, - 0.0634465799425871, - 0.20511802092586146, - 0.2655182599046887, + 0.22788622668349548, + 0.097682541345932, + 0.0634465799425906, + 0.20511802092586034, + 0.26551825990468864, 0.15630822192169375, 0.10556869864873587, 0.2592679119668379 @@ -62402,7 +42181,7 @@ "resistance": [ 96728.65216871073, 96981.4918808213, - 97018.59757106713, + 97018.59757106712, 96790.80077840824, 96510.09773125673, 96325.98677812063, @@ -62437,68 +42216,7 @@ "id": "1231", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7858839959417505, - 4.7858839959417505, - 4.7858839959417505, - 4.7858839959417505, - 4.7858839959417505, - 4.7858839959417505, - 4.7858839959417505, - 4.7858839959417505 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 125.36150072458486, - 427.94642264075276, - 466.04645102495385, - 188.51383084195538, - -147.1088265699177, - -364.3316410512345, - -380.9537036274057, - -200.38275522459696 - ], - "relative wind speed": [ - 1.501379575088727, - 1.6917654965038504, - 1.7088343460517423, - 1.5473435398002067, - 1.2619721450309502, - 0.992292209062786, - 0.9626003849373518, - 1.2051731382528363 - ], - "relative wind angle": [ - 0.2523648038549373, - 0.10488388700676846, - 0.07286823041263381, - 0.2301964392472347, - 0.3016162143189421, - 0.17945114291754047, - 0.12960575600935947, - 0.29731076931799244 - ], - "resistance": [ - 96759.86150072461, - 97062.44642264079, - 97100.54645102499, - 96823.01383084198, - 96487.39117343011, - 96270.1683589488, - 96253.54629637262, - 96434.11724477544 - ], - "fuel": [ - 38.95399143357575, - 39.11017311934152, - 39.12986291084434, - 38.98655989354623, - 38.81364515953709, - 38.70195414080429, - 38.69341468702074, - 38.78623666982996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -66.09375, -53.4375 -65.9375, -53.28125 -65.9375, -53.28125 -66.09375, -53.4375 -66.09375))", @@ -62517,68 +42235,7 @@ "id": "1232", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.532587040337851, - 4.532587040337851, - 4.532587040337851, - 4.532587040337851, - 4.532587040337851, - 4.532587040337851, - 4.532587040337851, - 4.532587040337851 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 142.13052459450057, - 453.5143440358605, - 487.83365795179486, - 198.2756956103335, - -145.61935317523773, - -365.7548886424062, - -380.75817094685067, - -192.63720487464298 - ], - "relative wind speed": [ - 1.4567000060045683, - 1.6564862048282776, - 1.6720233418555115, - 1.4989420237358493, - 1.1911935072629756, - 0.8927319488249462, - 0.8632814277682012, - 1.1375806295458153 - ], - "relative wind angle": [ - 0.2832627251420446, - 0.11445375503356824, - 0.08358631411161621, - 0.26086062983010855, - 0.3488163124334221, - 0.21352730544891313, - 0.16241657603694765, - 0.3467467434850424 - ], - "resistance": [ - 96776.63052459451, - 97088.01434403588, - 97122.3336579518, - 96832.77569561035, - 96488.88064682478, - 96268.74511135761, - 96253.74182905316, - 96441.86279512537 - ], - "fuel": [ - 38.90288489751553, - 39.063632733663084, - 39.081371705726916, - 38.93184244780397, - 38.75465853103385, - 38.64146983045347, - 38.6337620465603, - 38.730467873900736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -66.09375, -53.28125 -65.9375, -53.125 -65.9375, -53.125 -66.09375, -53.28125 -66.09375))", @@ -62597,68 +42254,7 @@ "id": "1233", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.248165814701392, - 4.248165814701392, - 4.248165814701392, - 4.248165814701392, - 4.248165814701392, - 4.248165814701392, - 4.248165814701392, - 4.248165814701392 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 166.72047674475834, - 462.1348763829275, - 468.5798651517981, - 177.15471800137323, - -152.45322377177047, - -352.97582703887974, - -355.79423742673106, - -161.13448367037233 - ], - "relative wind speed": [ - 1.4082560541404077, - 1.6000110647178245, - 1.6030160003930716, - 1.4164821406265016, - 1.0955624294915312, - 0.7895611082855017, - 0.783442310205606, - 1.0849057545347707 - ], - "relative wind angle": [ - 0.2986596685111961, - 0.11004218546746007, - 0.10365797939937246, - 0.29386282936516117, - 0.38787358891056645, - 0.22442508039486395, - 0.2133313603765848, - 0.38782618929730156 - ], - "resistance": [ - 96801.22047674478, - 97096.63487638296, - 97103.07986515183, - 96811.6547180014, - 96482.04677622826, - 96281.52417296114, - 96278.7057625733, - 96473.36551632965 - ], - "fuel": [ - 38.853508357214295, - 39.006030441967795, - 39.00936160121395, - 38.85889001055097, - 38.68908433613877, - 38.585977942541795, - 38.58452981491842, - 38.68461743456709 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -66.25, -53.4375 -66.09375, -53.28125 -66.09375, -53.28125 -66.25, -53.4375 -66.25))", @@ -62677,68 +42273,7 @@ "id": "1234", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7317501886873625, - 4.7317501886873625, - 4.7317501886873625, - 4.7317501886873625, - 4.7317501886873625, - 4.7317501886873625, - 4.7317501886873625, - 4.7317501886873625 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 187.10238157185756, - 458.723692241702, - 419.06613839885324, - 121.39114799299671, - -197.91233489270883, - -373.9995395935717, - -356.69718706832214, - -142.48968722880397 - ], - "relative wind speed": [ - 1.5321954407983542, - 1.6915037478521724, - 1.6735546221971025, - 1.4838479431666538, - 1.1895875050922735, - 0.9495032238370633, - 0.9807936722867029, - 1.2493744765421668 - ], - "relative wind angle": [ - 0.23029967242342478, - 0.0721261382510914, - 0.10618122905972184, - 0.25391089255991994, - 0.2984218167688675, - 0.12873386350596072, - 0.18184008784745376, - 0.30294577800622313 - ], - "resistance": [ - 96821.60238157188, - 97093.22369224174, - 97053.56613839888, - 96755.89114799302, - 96436.58766510732, - 96260.50046040646, - 96277.80281293171, - 96492.01031277122 - ], - "fuel": [ - 38.97270645860966, - 39.112952777598586, - 39.09245926485448, - 38.93881899753818, - 38.77438205322875, - 38.68386183849627, - 38.69275125551381, - 38.80289675172808 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -66.25, -53.28125 -66.09375, -53.125 -66.09375, -53.125 -66.25, -53.28125 -66.25))", @@ -62757,68 +42292,7 @@ "id": "1235", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.328150339922102, - 4.328150339922102, - 4.328150339922102, - 4.328150339922102, - 4.328150339922102, - 4.328150339922102, - 4.328150339922102, - 4.328150339922102 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 178.19380649539698, - 388.59634549584916, - 324.8824956287357, - 72.38070967259057, - -183.86552812991, - -312.063668983769, - -284.30222559140753, - -94.50960186226723 - ], - "relative wind speed": [ - 1.4165293477381775, - 1.546089973073112, - 1.514324939252489, - 1.331112164123957, - 1.063868110633669, - 0.86485637246284, - 0.9193425521451425, - 1.1689786808783273 - ], - "relative wind angle": [ - 0.21419311255282658, - 0.05454424416067118, - 0.12040641901982145, - 0.25947350376255196, - 0.28694156700072104, - 0.09761448306558689, - 0.19916659089909156, - 0.296481847641673 - ], - "resistance": [ - 96812.69380649537, - 97023.09634549583, - 96959.38249562871, - 96706.88070967256, - 96450.63447187006, - 96322.4363310162, - 96350.19777440856, - 96539.9903981377 - ], - "fuel": [ - 38.876339111994106, - 38.98494538353737, - 38.95203997124035, - 38.8217824138577, - 38.68983576082252, - 38.62391549991003, - 38.63818541469982, - 38.73581928771473 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -65.78125, -53.125 -65.625, -52.96875 -65.625, -52.96875 -65.78125, -53.125 -65.78125))", @@ -62837,52 +42311,7 @@ "id": "1236", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.848707803558284, - 55.848707803558284, - 55.848707803558284, - 55.848707803558284, - 55.848707803558284, - 55.848707803558284, - 55.848707803558284, - 55.848707803558284 - ], - "relative wind speed": [ - 0.5032714193733709, - 0.5032714193733709, - 0.5032714193733709, - 0.5032714193733709, - 0.5032714193733709, - 0.5032714193733709, - 0.5032714193733709, - 0.5032714193733709 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -65.78125, -52.96875 -65.625, -52.8125 -65.625, -52.8125 -65.78125, -52.96875 -65.78125))", @@ -62901,68 +42330,7 @@ "id": "1237", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.37946273661122, - 4.37946273661122, - 4.37946273661122, - 4.37946273661122, - 4.37946273661122, - 4.37946273661122, - 4.37946273661122, - 4.37946273661122 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 258.2580002728754, - 569.4483396253792, - 498.19970881122924, - 143.716870195585, - -217.6920665998071, - -408.71257555675027, - -377.61253990376787, - -122.83347240648664 - ], - "relative wind speed": [ - 1.5189844862968218, - 1.696438148498028, - 1.6649832912537625, - 1.4324984296366414, - 1.067419642381496, - 0.7541857668193177, - 0.8212972679840401, - 1.1809516550819579 - ], - "relative wind angle": [ - 0.2877455989607658, - 0.07972166976924026, - 0.14465841134934518, - 0.3376403459815452, - 0.41571839948661593, - 0.1801052761211846, - 0.29656670320408507, - 0.4135050771110165 - ], - "resistance": [ - 96892.7580002729, - 97203.94833962539, - 97132.69970881124, - 96778.2168701956, - 96416.80793340021, - 96225.78742444326, - 96256.88746009624, - 96511.66652759352 - ], - "fuel": [ - 38.928719688694166, - 39.0895020015185, - 39.05265825635852, - 38.86963059631084, - 38.68350820482617, - 38.585330672263645, - 38.60130569607316, - 38.73231249547884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -65.9375, -53.125 -65.78125, -52.96875 -65.78125, -52.96875 -65.9375, -53.125 -65.9375))", @@ -62981,52 +42349,7 @@ "id": "1238", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 54.365593993921955, - 54.365593993921955, - 54.365593993921955, - 54.365593993921955, - 54.365593993921955, - 54.365593993921955, - 54.365593993921955, - 54.365593993921955 - ], - "relative wind speed": [ - 0.49654403815960335, - 0.49654403815960335, - 0.49654403815960335, - 0.49654403815960335, - 0.49654403815960335, - 0.49654403815960335, - 0.49654403815960335, - 0.49654403815960335 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -65.9375, -52.96875 -65.78125, -52.8125 -65.78125, -52.8125 -65.9375, -52.96875 -65.9375))", @@ -63045,68 +42368,7 @@ "id": "1239", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.933105509392646, - 4.933105509392646, - 4.933105509392646, - 4.933105509392646, - 4.933105509392646, - 4.933105509392646, - 4.933105509392646, - 4.933105509392646 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 229.20944985490655, - 539.0755828817842, - 481.4881435286932, - 134.2989488827409, - -231.27481771158807, - -428.3875214632636, - -403.2413961599805, - -151.45425346467755 - ], - "relative wind speed": [ - 1.6202555317957816, - 1.7901769184512166, - 1.7656202692460057, - 1.5538412299325388, - 1.2278272239581625, - 0.9633557395127432, - 1.0076570572547492, - 1.3108642616111608 - ], - "relative wind angle": [ - 0.23895749344097864, - 0.07099631329284746, - 0.1157464130642556, - 0.2706014703276895, - 0.3176540024265127, - 0.13220442650602077, - 0.20376588064478057, - 0.3224158622049821 - ], - "resistance": [ - 96863.70944985493, - 97173.5755828818, - 97115.98814352871, - 96768.79894888276, - 96403.22518228843, - 96206.11247853676, - 96231.25860384003, - 96483.04574653534 - ], - "fuel": [ - 39.044227017646264, - 39.20429089731803, - 39.174516605735505, - 38.995271700619014, - 38.80702010289648, - 38.70572360243777, - 38.71863818675707, - 38.848081131877265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65.78125, -52.8125 -65.625, -52.65625 -65.625, -52.65625 -65.78125, -52.8125 -65.78125))", @@ -63125,68 +42387,7 @@ "id": "1240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.615010438632989, - 4.615010438632989, - 4.615010438632989, - 4.615010438632989, - 4.615010438632989, - 4.615010438632989, - 4.615010438632989, - 4.615010438632989 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 252.2289270967741, - 552.960847279903, - 474.50876878139366, - 124.4501764150749, - -231.62424002633793, - -415.8405610410397, - -381.5662124294972, - -124.89681949268754 - ], - "relative wind speed": [ - 1.5637301150352314, - 1.7306844079286818, - 1.6963207594895149, - 1.4700147819524494, - 1.1248724622882007, - 0.8457667581756599, - 0.9127353449972959, - 1.2448479706067364 - ], - "relative wind angle": [ - 0.25780960556144183, - 0.06893628590283746, - 0.13606697063116863, - 0.30727584307227335, - 0.36230920441008235, - 0.1414229088661898, - 0.25485096281327646, - 0.3652388847561515 - ], - "resistance": [ - 96886.72892709677, - 97187.4608472799, - 97109.0087687814, - 96758.95017641508, - 96402.87575997366, - 96218.65943895896, - 96252.93378757051, - 96509.60318050731 - ], - "fuel": [ - 38.97866040348094, - 39.13402657986704, - 39.09346368742586, - 38.91274834566646, - 38.729395178516185, - 38.634721967026515, - 38.65232682009332, - 38.78430274704547 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65.78125, -52.65625 -65.625, -52.5 -65.625, -52.5 -65.78125, -52.65625 -65.78125))", @@ -63205,68 +42406,7 @@ "id": "1241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.8468706105717505, - 4.8468706105717505, - 4.8468706105717505, - 4.8468706105717505, - 4.8468706105717505, - 4.8468706105717505, - 4.8468706105717505, - 4.8468706105717505 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 216.11539299039305, - 467.4675271800851, - 386.72693431852883, - 81.55311306210046, - -226.85317779594482, - -379.0776995196524, - -343.9316560144096, - -113.018633631684 - ], - "relative wind speed": [ - 1.5779887167509623, - 1.716744241850135, - 1.6803766815309065, - 1.4804676205192697, - 1.192356535008055, - 0.9821159324866733, - 1.043118739615458, - 1.3114793636820117 - ], - "relative wind angle": [ - 0.2056766848584957, - 0.05105373382396119, - 0.11833009901681812, - 0.2513107066758504, - 0.27368552119314693, - 0.08932218248436964, - 0.19134072158922327, - 0.284540126455968 - ], - "resistance": [ - 96850.61539299038, - 97101.96752718007, - 97021.22693431852, - 96716.05311306208, - 96407.64682220404, - 96255.42230048034, - 96290.56834398558, - 96521.4813663683 - ], - "fuel": [ - 39.01581720424378, - 39.14561558966018, - 39.10389547223991, - 38.94642578226674, - 38.78764020854289, - 38.709396591367366, - 38.727454051142445, - 38.846207672677494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65.9375, -52.8125 -65.78125, -52.65625 -65.78125, -52.65625 -65.9375, -52.8125 -65.9375))", @@ -63285,68 +42425,7 @@ "id": "1242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.328069743583188, - 5.328069743583188, - 5.328069743583188, - 5.328069743583188, - 5.328069743583188, - 5.328069743583188, - 5.328069743583188, - 5.328069743583188 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 284.68232044858473, - 529.2654477650594, - 376.66981419053946, - 27.95364346521046, - -295.5992725790551, - -425.09291064333433, - -358.98838030635227, - -77.43495631789403 - ], - "relative wind speed": [ - 1.7402191215995524, - 1.8557287235892954, - 1.7912288906217433, - 1.568589042548959, - 1.2797759505505661, - 1.105649121210688, - 1.2073475622994072, - 1.4851658124208427 - ], - "relative wind angle": [ - 0.17077371666083008, - 0.02319091437254183, - 0.13150915817520337, - 0.24154360039660958, - 0.23319615079016714, - 0.03893012632740191, - 0.19579454720188819, - 0.2554056247155624 - ], - "resistance": [ - 96919.18232044861, - 97163.7654477651, - 97011.16981419057, - 96662.45364346524, - 96338.90072742097, - 96209.4070893567, - 96275.51161969367, - 96557.06504368213 - ], - "fuel": [ - 39.1782927415568, - 39.30465493083861, - 39.22579133109067, - 39.04589508910412, - 38.87938479728132, - 38.81285253509364, - 38.84680844563924, - 38.991616093837564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65.9375, -52.65625 -65.78125, -52.5 -65.78125, -52.5 -65.9375, -52.65625 -65.9375))", @@ -63365,68 +42444,7 @@ "id": "1243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.061198136892714, - 5.061198136892714, - 5.061198136892714, - 5.061198136892714, - 5.061198136892714, - 5.061198136892714, - 5.061198136892714, - 5.061198136892714 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 238.26795075551604, - 442.41484852066924, - 312.64992892362716, - 18.79208577167651, - -253.67248861990663, - -361.19952424237334, - -305.08785397056715, - -66.74648675930814 - ], - "relative wind speed": [ - 1.635977403277985, - 1.7387068250583635, - 1.6799504883225442, - 1.4803662873146557, - 1.2248828157719538, - 1.0740849840236446, - 1.163841197584298, - 1.4089980950277505 - ], - "relative wind angle": [ - 0.16021774249358642, - 0.021091218650533854, - 0.12481273878686491, - 0.2264911805715174, - 0.21472178317376406, - 0.034146137668436195, - 0.18067534447221015, - 0.23817963657866234 - ], - "resistance": [ - 96872.76795075551, - 97076.91484852067, - 96947.14992892362, - 96653.29208577168, - 96380.82751138009, - 96273.30047575763, - 96329.41214602943, - 96567.75351324069 - ], - "fuel": [ - 39.081969937576766, - 39.18739041046285, - 39.12036247407629, - 38.96880664212222, - 38.828571374200514, - 38.77330411615983, - 38.802139292154294, - 38.92475089612323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -66.09375, -53.125 -65.9375, -52.96875 -65.9375, -52.96875 -66.09375, -53.125 -66.09375))", @@ -63445,68 +42463,7 @@ "id": "1244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.649919385114621, - 4.649919385114621, - 4.649919385114621, - 4.649919385114621, - 4.649919385114621, - 4.649919385114621, - 4.649919385114621, - 4.649919385114621 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 180.3308290050378, - 468.097940364759, - 446.9014121770782, - 145.42309944509498, - -186.07760073487555, - -377.15363327383653, - -367.89306164296835, - -156.73312185536452 - ], - "relative wind speed": [ - 1.5109757123428786, - 1.6838278392824892, - 1.6742627434876873, - 1.4850932488186983, - 1.1800052285505414, - 0.9166153775460825, - 0.9339722739277472, - 1.2124182384844793 - ], - "relative wind angle": [ - 0.24993033204805112, - 0.08464990629018, - 0.10314384961525955, - 0.263042471320903, - 0.3222588476148589, - 0.15594806684151036, - 0.18563498863870823, - 0.32414500610518926 - ], - "resistance": [ - 96814.83082900506, - 97102.5979403648, - 97081.4014121771, - 96779.92309944512, - 96448.42239926515, - 96257.3463667262, - 96266.60693835706, - 96477.76687814467 - ], - "fuel": [ - 38.949739264578994, - 39.09832354352501, - 39.087368517995756, - 38.93173613292617, - 38.76099566654176, - 38.662767138655724, - 38.667524688534726, - 38.77609313508121 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -66.09375, -52.96875 -65.9375, -52.8125 -65.9375, -52.8125 -66.09375, -52.96875 -66.09375))", @@ -63538,37 +42495,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 226.16461791465622, - 523.33687390509, + 226.16461791465485, + 523.3368739050891, 449.4278603723003, 101.41868841660948, -261.78359611836913, -448.2811919057867, - -416.2293754726604, - -155.64275818730448 + -416.2293754726602, + -155.64275818730437 ], "relative wind speed": [ - 1.7882065260736626, - 1.9364047630532975, - 1.9066786358477836, + 1.7882065260736624, + 1.9364047630532977, + 1.9066786358477834, 1.7093515894575728, 1.4237359654871906, 1.2145135952053732, 1.260667782929275, - 1.517505790082215 + 1.5175057900822153 ], "relative wind angle": [ - 0.18296716991558268, - 0.050857237356442694, + 0.1829671699155845, + 0.05085723735644488, 0.09778554692184178, 0.21320746597195203, 0.23056330293093058, - 0.081140176304682, - 0.14820064868975197, - 0.24066256206418557 + 0.08114017630468201, + 0.14820064868975122, + 0.24066256206418601 ], "resistance": [ - 96860.6646179147, + 96860.66461791469, 97157.83687390514, 97083.92786037235, 96735.91868841666, @@ -63578,7 +42535,7 @@ 96478.85724181274 ], "fuel": [ - 39.24463512573008, + 39.24463512573007, 39.39813149428582, 39.35992507231779, 39.180298881536324, @@ -63605,68 +42562,7 @@ "id": "1246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.5781143544204355, - 4.5781143544204355, - 4.5781143544204355, - 4.5781143544204355, - 4.5781143544204355, - 4.5781143544204355, - 4.5781143544204355, - 4.5781143544204355 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 234.7043545391507, - 418.1626950002668, - 285.05868713254006, - 11.536650973691167, - -235.3353918879905, - -327.6100742329299, - -269.94005924849455, - -45.971321022366624 - ], - "relative wind speed": [ - 1.5158292134530809, - 1.6127204301891027, - 1.5479856191860344, - 1.3430456056833753, - 1.0818847781939487, - 0.9313139597881208, - 1.0353518244726208, - 1.29013231054033 - ], - "relative wind angle": [ - 0.17260453844625465, - 0.016984874069523388, - 0.1436510303761261, - 0.25654790506270364, - 0.2430223578450202, - 0.02941487818784404, - 0.2157079827877962, - 0.26732244363531416 - ], - "resistance": [ - 96869.20435453914, - 97052.66269500025, - 96919.55868713252, - 96646.03665097368, - 96399.164608112, - 96306.88992576706, - 96364.5599407515, - 96588.52867897761 - ], - "fuel": [ - 38.96106561785041, - 39.05579312526796, - 38.98705327637862, - 38.84600327668426, - 38.71893518360608, - 38.671498488057594, - 38.70114185568177, - 38.81638295140393 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -66.25, -52.96875 -66.09375, -52.8125 -66.09375, -52.8125 -66.25, -52.96875 -66.25))", @@ -63698,34 +42594,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 230.00792672737407, + 230.00792672737316, 465.7565177257054, - 356.3244249979957, + 356.32442499799527, 44.03781993311054, -260.54779658901987, -395.4307601919511, - -348.15118609467163, - -101.86622614949204 + -348.15118609467197, + -101.86622614949192 ], "relative wind speed": [ - 1.7379245947187516, + 1.7379245947187514, 1.854267453351636, 1.8078366475380812, 1.615513056351376, 1.3597100892665137, 1.1961963196826537, - 1.2652747051924174, - 1.503100458565469 + 1.2652747051924171, + 1.5031004585654688 ], "relative wind angle": [ - 0.15802795798895725, + 0.15802795798895794, 0.0310171532799278, - 0.10650221740659563, + 0.10650221740659668, 0.20526284467340722, 0.20252676330171543, 0.048091644771762095, - 0.15247398853742508, - 0.2208591109230312 + 0.1524739885374251, + 0.2208591109230302 ], "resistance": [ 96864.5079267274, @@ -63778,9 +42674,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 184.45813234871116, + 184.4581323487107, 466.66783535433797, - 424.64707555511995, + 424.6470755551186, 113.39073576832038, -224.28516622387735, -408.91784948878353, @@ -63788,7 +42684,7 @@ -163.76686795482544 ], "relative wind speed": [ - 1.7179242396865357, + 1.7179242396865355, 1.8674810247472202, 1.8499812156968447, 1.6715882630760792, @@ -63798,19 +42694,19 @@ 1.4587243863392483 ], "relative wind angle": [ - 0.18409600398719395, + 0.18409600398719517, 0.058390725686792384, - 0.08678887316038085, + 0.0867888731603834, 0.20223845321937364, - 0.22592790550688485, - 0.09111483787686375, + 0.22592790550688488, + 0.09111483787686377, 0.13132261974075954, 0.2322559484228188 ], "resistance": [ 96818.95813234872, 97101.16783535435, - 97059.14707555514, + 97059.14707555513, 96747.89073576833, 96410.21483377613, 96225.58215051123, @@ -63858,34 +42754,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 200.80159177899077, + 200.80159177899054, 440.23107280612544, - 360.2762138713574, - 64.97886549083364, + 360.27621387135696, + 64.97886549083387, -235.2044753146023, -380.414558052203, - -345.84400610468106, + -345.84400610468117, -119.33315039212425 ], "relative wind speed": [ - 1.6963398006697807, + 1.6963398006697805, 1.8206494257227772, 1.7862147481316297, 1.6055281018727043, 1.3547070963837673, 1.1823855990937346, - 1.2337896538251514, + 1.2337896538251516, 1.461191140962044 ], "relative wind angle": [ - 0.16469977013527481, - 0.04054187867793824, - 0.0974365063708952, - 0.20036045240584036, + 0.16469977013527548, + 0.040541878677938244, + 0.09743650637089635, + 0.20036045240584033, 0.20677325284397752, 0.06245028433062575, - 0.14131009165052494, - 0.2204636805905085 + 0.1413100916505265, + 0.22046368059050847 ], "resistance": [ 96835.30159177895, @@ -63938,19 +42834,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 289.60049327315505, + 289.60049327315437, 505.4592740258222, 329.89139936210336, -10.151276221175749, - -312.98941619875063, + -312.98941619875075, -416.5263676384793, -340.9620071749408, -56.75421936762382 ], "relative wind speed": [ - 1.8372844210460249, + 1.8372844210460246, 1.930918060123908, - 1.858686339820687, + 1.8586863398206868, 1.6476565850476226, 1.393579880439446, 1.2606483935147696, @@ -63958,12 +42854,12 @@ 1.6133526287619988 ], "relative wind angle": [ - 0.13615541009219287, + 0.13615541009219367, 0.009076781295150377, - 0.12113303603530166, - 0.20484329677175897, - 0.1799212345827548, - 0.013903039891564805, + 0.12113303603530075, + 0.204843296771759, + 0.1799212345827554, + 0.013903039891564804, 0.16530407490630855, 0.20926278657081068 ], @@ -64018,34 +42914,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 331.40653672282406, + 331.40653672282315, 470.22649025944906, 250.39573073262022, -81.54379878147051, - -341.55145996551585, + -341.5514599655161, -401.2565307162988, - -285.17472286445684, + -285.17472286445707, 12.48734480851931 ], "relative wind speed": [ - 1.8734088563723483, + 1.873408856372348, 1.9304752621528014, 1.8304336913334258, 1.6128606743709184, - 1.3849488540176704, + 1.3849488540176706, 1.3042274853702787, 1.4412690841791815, 1.681197346074218 ], "relative wind angle": [ - 0.105273048887825, + 0.10527304888782606, 0.01802953303655207, 0.13484374508000851, 0.1954302888989273, - 0.14262212457566448, + 0.14262212457566603, 0.026688452919443023, - 0.1715756778942151, - 0.18739012292690427 + 0.17157567789421577, + 0.1873901229269043 ], "resistance": [ 96965.90653672282, @@ -64098,9 +42994,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 283.2175012708867, + 283.21750127088626, 222.01192701539048, - 23.63575558680691, + 23.63575558680668, -176.06748539719058, -266.17171393458636, -240.12554419928824, @@ -64108,9 +43004,9 @@ 130.68599654348486 ], "relative wind speed": [ - 1.7954369728592634, + 1.7954369728592632, 1.7681735860301464, - 1.6467950657664954, + 1.6467950657664951, 1.4909369963944556, 1.3949153200648496, 1.4293162153026002, @@ -64122,10 +43018,10 @@ 0.06420063233793026, 0.12194708926915808, 0.11417742642639164, - 0.028605102329113452, + 0.028605102329113456, 0.07945010938190493, 0.12813889271974654, - 0.09911843076970295 + 0.09911843076970296 ], "resistance": [ 96917.71750127092, @@ -64178,19 +43074,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 301.13910870671543, + 301.13910870671225, 278.7645344661621, - 70.35451719769662, + 70.35451719769617, -162.1538517318155, - -290.4686356284459, + -290.4686356284453, -280.9044946526627, -128.73250313321353, 109.23636409632968 ], "relative wind speed": [ - 1.8021657231222945, + 1.802165723122294, 1.7923304035437324, - 1.6712975410688602, + 1.6712975410688597, 1.4952364545473429, 1.3662049509618526, 1.3790826611056857, @@ -64198,14 +43094,14 @@ 1.6966393861461164 ], "relative wind angle": [ - 0.04140359866675885, - 0.05669591201207957, - 0.13094738750404714, - 0.13892379504212732, - 0.054627193809681535, + 0.04140359866676421, + 0.056695912012079575, + 0.1309473875040463, + 0.13892379504212735, + 0.0546271938096795, 0.07371233832724573, 0.14373414136938292, - 0.12234411122482801 + 0.122344111224828 ], "resistance": [ 96935.63910870675, @@ -64258,9 +43154,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 275.3488768927107, + 275.3488768927057, 214.01712429933264, - 21.19404948950796, + 21.194049489507506, -171.88495210102587, -258.00523926109736, -231.90292362341734, @@ -64268,9 +43164,9 @@ 128.4444070165755 ], "relative wind speed": [ - 1.7640563312379993, + 1.764056331237999, 1.7362465128580002, - 1.6158398027761687, + 1.6158398027761685, 1.4620140584378718, 1.3680405368909194, 1.40316702389491, @@ -64278,13 +43174,13 @@ 1.6869927514034222 ], "relative wind angle": [ - 0.021586301960786692, + 0.02158630196079698, 0.06520436975052497, 0.12288767547063029, - 0.11446136125570308, - 0.02783646551850128, + 0.11446136125570307, + 0.027836465518501278, 0.08071282997931824, - 0.12894808545754327, + 0.1289480854575433, 0.09914257881431755 ], "resistance": [ @@ -64338,9 +43234,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 293.16090077577314, + 293.16090077576837, 259.10833213201045, - 55.84123298463828, + 55.84123298463737, -164.23564154130656, -279.69462573227725, -265.1456692238876, @@ -64348,9 +43244,9 @@ 115.05518833634301 ], "relative wind speed": [ - 1.7714056265719593, + 1.771405626571959, 1.7561457855374762, - 1.6341331952745366, + 1.6341331952745364, 1.462608023315479, 1.3422713761673692, 1.3621755837879337, @@ -64358,17 +43254,17 @@ 1.6734240679702874 ], "relative wind angle": [ - 0.03641067069486809, + 0.036410670694877245, 0.060543215413032724, - 0.1317995470838237, - 0.13541316948586957, + 0.13179954708382455, + 0.13541316948586954, 0.04805931758326729, - 0.078085255444216, + 0.07808525544421602, 0.1430510707232299, 0.1182681179087646 ], "resistance": [ - 96927.66090077577, + 96927.66090077575, 96893.60833213199, 96690.34123298462, 96470.26435845868, @@ -64418,9 +43314,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 277.5651588751483, + 277.5651588751467, 322.08178948983993, - 135.92545443039955, + 135.9254544303991, -104.42693449913565, -267.91582329149, -287.1266185205484, @@ -64438,13 +43334,13 @@ 1.4497619580047807 ], "relative wind angle": [ - 0.08445635957268093, - 0.04496128083076404, - 0.15829707235794904, + 0.08445635957268487, + 0.04496128083076405, + 0.15829707235795049, 0.20270210227174573, - 0.12012118080289785, - 0.0666178236412469, - 0.19250256391137238, + 0.12012118080289787, + 0.06661782364124691, + 0.1925025639113724, 0.18250717754184953 ], "resistance": [ @@ -64498,7 +43394,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 233.05434643868728, + 233.05434643868637, 341.52364161467176, 187.80548247240517, -50.20864101821496, @@ -64508,7 +43404,7 @@ 2.231369228324297 ], "relative wind speed": [ - 1.5655905815382887, + 1.5655905815382885, 1.6187842905221805, 1.5369445259061418, 1.3518761657743115, @@ -64518,12 +43414,12 @@ 1.3975900522465636 ], "relative wind angle": [ - 0.11202749642435064, - 0.014402655087687531, - 0.13574574082778246, - 0.20170373385953547, - 0.15236675351311288, - 0.021644781864940073, + 0.11202749642435166, + 0.01440265508768753, + 0.13574574082778243, + 0.20170373385953544, + 0.1523667535131129, + 0.02164478186494007, 0.1755285864129402, 0.19501975520478282 ], @@ -64578,33 +43474,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 340.7147908448924, + 340.7147908448908, 258.8570028661527, - 25.565592052611123, + 25.56559205261044, -202.92162310736512, -302.42265159064414, -267.28908886683575, - -81.9768149167287, + -81.97681491672847, 166.61956298551127 ], "relative wind speed": [ - 1.7271428956194699, + 1.72714289561947, 1.6895237044933233, - 1.537133481183912, + 1.5371334811839117, 1.340122082135812, 1.2190111624853959, 1.2706378115371664, - 1.4512861389733696, + 1.4512861389733698, 1.6349567581819338 ], "relative wind angle": [ - 0.025222989069074043, + 0.025222989069078446, 0.08826471876014229, - 0.16612304969898625, - 0.15775384128182607, + 0.16612304969898692, + 0.15775384128182604, 0.03574074116939411, 0.11748030290903852, - 0.17604948642721577, + 0.1760494864272164, 0.12912870703282686 ], "resistance": [ @@ -64614,7 +43510,7 @@ 96431.57837689262, 96332.07734840934, 96367.21091113315, - 96552.52318508325, + 96552.52318508326, 96801.11956298549 ], "fuel": [ @@ -64624,7 +43520,7 @@ 38.919397155142995, 38.868234866273966, 38.88629593420674, - 38.98163519472807, + 38.98163519472808, 39.10973348455647 ] }, @@ -64645,68 +43541,7 @@ "id": "1259", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.451788579756531, - 5.451788579756531, - 5.451788579756531, - 5.451788579756531, - 5.451788579756531, - 5.451788579756531, - 5.451788579756531, - 5.451788579756531 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 285.48240348023285, - 285.2444496138854, - 88.97044048243345, - -141.09790078911544, - -278.2945179010072, - -278.1925941136212, - -140.7439719142552, - 89.3825843197518 - ], - "relative wind speed": [ - 1.734488852127842, - 1.7343807257108976, - 1.6191235288389874, - 1.4405973121595679, - 1.299744418687726, - 1.2998886992155114, - 1.4409115623193671, - 1.6194031358078453 - ], - "relative wind angle": [ - 0.051926625506814414, - 0.05210247807440099, - 0.1349038236157726, - 0.1516570387012651, - 0.06931964553427335, - 0.06954249166157432, - 0.1517106498438825, - 0.13480321702584597 - ], - "resistance": [ - 96919.98240348023, - 96919.74444961389, - 96723.47044048243, - 96493.40209921089, - 96356.20548209899, - 96356.30740588639, - 96493.75602808574, - 96723.88258431976 - ], - "fuel": [ - 39.21384663283115, - 39.2137238032824, - 39.11248076572733, - 38.99398826216134, - 38.92342139363549, - 38.923473791980946, - 38.99417039550862, - 39.11269320962794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -66.71875, -55 -66.5625, -54.84375 -66.5625, -54.84375 -66.71875, -55 -66.71875))", @@ -64738,17 +43573,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 316.234224357378, + 316.23422435737393, 228.85555461198578, - 7.550199318663999, + 7.550199318663772, -204.59030296442916, -289.8832132853254, -252.69053367226786, - -73.14137466117154, + -73.14137466117131, 160.247309766856 ], "relative wind speed": [ - 1.8532666811247969, + 1.8532666811247964, 1.8154843289082514, 1.6811238571735123, 1.5167021971025383, @@ -64758,13 +43593,13 @@ 1.7778698842592406 ], "relative wind angle": [ - 0.015740997842404104, - 0.07239155441349823, - 0.12816558022425256, + 0.01574099784241116, + 0.07239155441349825, + 0.12816558022425345, 0.1140234266257696, - 0.020492625509958614, + 0.02049262550995861, 0.0893568292791954, - 0.13275938781235788, + 0.13275938781235708, 0.09721588873115504 ], "resistance": [ @@ -64818,32 +43653,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 313.0195132192273, + 313.01951321922684, 193.5577410524795, - -27.967611603289242, + -27.967611603290152, -222.57486170235484, - -281.1367301287539, + -281.1367301287412, -230.5399164077378, -41.35400013578783, 182.21329984780027 ], "relative wind speed": [ - 1.9278808442467807, + 1.9278808442467803, 1.8778468120045295, 1.744775798512118, 1.5977841293781647, - 1.5297505713178396, + 1.5297505713178394, 1.5907711056922553, 1.735689711033437, 1.8718833393051493 ], "relative wind angle": [ - 0.0023720689895335573, - 0.07330225274765567, - 0.11434149228101496, + 0.0023720689895335577, + 0.07330225274765566, + 0.11434149228101691, 0.09024378225662005, - 0.002989421265641481, - 0.08656120192136842, + 0.0029894212656043423, + 0.08656120192136843, 0.11494269667606791, 0.07700097530554624 ], @@ -64852,7 +43687,7 @@ 96828.0577410525, 96606.53238839672, 96411.92513829767, - 96353.36326987126, + 96353.36326987128, 96403.96008359228, 96593.14599986422, 96816.71329984782 @@ -64898,11 +43733,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 355.3146839397846, + 355.3146839397766, 292.0454414940741, - 43.096625165884916, + 43.096625165884234, -215.11717927762015, - -339.01739478241393, + -339.01739478241507, -312.09929645667876, -119.76893950981275, 153.82013088228086 @@ -64910,19 +43745,19 @@ "relative wind speed": [ 2.0415299468365817, 2.016772182753113, - 1.884785502236523, + 1.8847855022365227, 1.7101568476587403, - 1.5974276752571057, + 1.597427675257106, 1.628572891945933, 1.7796638199578354, 1.9480716767906194 ], "relative wind angle": [ - 0.02594022633463936, - 0.05935678065206491, + 0.025940226334652202, + 0.059356780652064914, 0.1181377033173182, 0.11399300452567401, - 0.03315424716349366, + 0.03315424716349701, 0.07352860594958784, 0.12515151725765625, 0.10002132709203586 @@ -64978,17 +43813,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 333.188000056761, + 333.188000056751, 182.11282666149782, - -61.01262858307996, + -61.01262858308087, -258.2220147421019, -305.53476446026025, -230.57487760288063, - -14.526865411806511, + -14.526865411806966, 221.47834430158878 ], "relative wind speed": [ - 2.0260819193801196, + 2.026081919380119, 1.9619576999833095, 1.8192016407405078, 1.6738744046301002, @@ -64998,17 +43833,17 @@ 1.9816360081974977 ], "relative wind angle": [ - 0.007428911140102915, + 0.007428911140117859, 0.07872356370144958, - 0.11190412443223545, + 0.11190412443223745, 0.07954433553309442, 0.009292336851379111, - 0.09105221815062998, - 0.11008617090438827, - 0.06717022246588933 + 0.09105221815063, + 0.1100861709043893, + 0.06717022246588934 ], "resistance": [ - 96967.68800005678, + 96967.68800005676, 96816.61282666151, 96573.48737141694, 96376.27798525791, @@ -65058,11 +43893,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 169.56833478054978, + 169.56833478054943, 345.5535284905184, - 264.8220312906651, + 264.8220312906649, 31.88740825609682, - -196.04304738670123, + -196.04304738670112, -297.0469717836949, -262.2197500324554, -78.40838369797484 @@ -65078,12 +43913,12 @@ 1.33250809859112 ], "relative wind angle": [ - 0.1510237425913791, + 0.15102374259137985, 0.030006846776816705, - 0.10148671680207097, + 0.10148671680207098, 0.19505241493738829, - 0.19100805207982813, - 0.045436737573061485, + 0.19100805207982754, + 0.04543673757306149, 0.14267138535861942, 0.20927851110429896 ], @@ -65138,11 +43973,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 145.81800989017415, + 145.81800989017393, 358.76138054297417, - 321.36013097895875, + 321.3601309789583, 82.6810425117178, - -173.30193278284162, + -173.3019327828415, -311.01758302164285, -294.7948405430076, -119.57862358807313 @@ -65150,21 +43985,21 @@ "relative wind speed": [ 1.4876817339564465, 1.6171703457485194, - 1.5991939011484348, + 1.5991939011484346, 1.4400034811214202, - 1.2030031542028352, + 1.2030031542028354, 1.0223373236858977, 1.0502344486348179, 1.2596838908741435 ], "relative wind angle": [ - 0.18675962628368864, + 0.18675962628368983, 0.057201903895322564, - 0.09109411302158663, + 0.09109411302158661, 0.20858410125916704, - 0.2316812402433468, - 0.09055843939070517, - 0.13896423898894794, + 0.23168124024334727, + 0.09055843939070518, + 0.13896423898894797, 0.2389854020262496 ], "resistance": [ @@ -65218,37 +44053,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 191.97489542804465, + 191.97489542804328, 288.22617060420293, - 159.48130201334334, + 159.4813020133438, -45.78915382944649, -212.2570230841077, -253.34742849265422, -189.52601700975947, - -7.742255693589868 + -7.742255693589982 ], "relative wind speed": [ - 1.607033538528991, + 1.6070335385289907, 1.6536613180473587, 1.5870077254039876, 1.4356466384082127, 1.2767393922084005, 1.2157403155146072, 1.3015478281960084, - 1.4668125303531065 + 1.4668125303531068 ], "relative wind angle": [ - 0.08953375249038185, - 0.009532596125154839, - 0.10478120433725933, - 0.15312409651951323, + 0.08953375249038434, + 0.00953259612515484, + 0.10478120433725828, + 0.15312409651951325, 0.11278470255745109, 0.012966493137699325, - 0.127876748972016, - 0.14984576848946435 + 0.12787674897201604, + 0.14984576848946513 ], "resistance": [ - 96826.47489542808, + 96826.47489542807, 96922.72617060423, 96793.98130201337, 96588.71084617058, @@ -65298,17 +44133,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 151.40888698043, + 151.40888698042943, 303.1274724747502, - 226.2770663111769, + 226.2770663111762, 19.147147301485802, - -181.4182330548931, + -181.41823305489288, -266.6350570468437, -233.63362851899558, -68.05641780913845 ], "relative wind speed": [ - 1.524500309166314, + 1.5245003091663136, 1.6099297595275597, 1.572042136549487, 1.4258506231551078, @@ -65319,10 +44154,10 @@ ], "relative wind angle": [ 0.13049536917408866, - 0.023652138245716874, - 0.0920679333664263, - 0.17088433605358005, - 0.16087149398962713, + 0.02365213824571687, + 0.0920679333664275, + 0.17088433605358008, + 0.16087149398962644, 0.03384522189897676, 0.12304993569003997, 0.18047051863208277 @@ -65378,17 +44213,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 44.08405265389342, + 44.084052653893195, 312.9394284841135, - 400.1112604386899, + 400.1112604386883, 192.40252684213442, - -95.29846662233115, + -95.29846662233138, -305.5706786123868, -343.22160491420357, -221.9101257207043 ], "relative wind speed": [ - 1.5222661092942096, + 1.5222661092942094, 1.6974126193898096, 1.7368890152948298, 1.626222105760549, @@ -65399,12 +44234,12 @@ ], "relative wind angle": [ 0.19992605434328112, - 0.10180610203485549, - 0.03360274424457724, - 0.15747522857876964, - 0.21638724606009033, + 0.1018061020348555, + 0.03360274424458055, + 0.15747522857876967, + 0.21638724606009085, 0.14534042045233986, - 0.05153621920419968, + 0.05153621920419967, 0.19954178645913218 ], "resistance": [ @@ -65458,19 +44293,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 82.37317708663124, + 82.37317708663079, 301.43135543038557, - 328.7248490799599, + 328.7248490799583, 128.5035983108254, -117.10597128912048, -276.16315846986726, - -287.9971340290334, + -287.99713402903325, -156.3783541850155 ], "relative wind speed": [ 1.4015347812460444, 1.5509521704746219, - 1.5645083512780533, + 1.564508351278053, 1.4374494863167557, 1.2184458825911169, 1.0214976636026647, @@ -65478,13 +44313,13 @@ 1.1758609977941008 ], "relative wind angle": [ - 0.20313269503412054, + 0.2031326950341222, 0.08626520824238477, - 0.0599691941322337, + 0.059969194132237405, 0.1862873778003219, - 0.23418746530305942, + 0.2341874653030594, 0.13119111357483917, - 0.09384645270307884, + 0.09384645270307766, 0.22839554021869526 ], "resistance": [ @@ -65538,9 +44373,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 84.49712135311063, - 281.32967083459323, - 289.19880048238167, + 84.49712135310972, + 281.329670834593, + 289.198800482381, 98.0163549239279, -129.37723518891755, -268.8999190691303, @@ -65548,21 +44383,21 @@ -140.95736704387855 ], "relative wind speed": [ - 1.5064654282743204, + 1.50646542827432, 1.6308670433396606, 1.634642700318422, 1.5163126323694545, - 1.3264920378276384, + 1.3264920378276381, 1.17016746662792, 1.164887314422107, 1.3152243967942 ], "relative wind angle": [ - 0.15689817115084592, - 0.06253314665348868, - 0.05585836643319204, - 0.15292497905450542, - 0.17840015801492415, + 0.15689817115084664, + 0.06253314665348869, + 0.05585836643319402, + 0.15292497905450544, + 0.1784001580149235, 0.0872063970335606, 0.07842355906984293, 0.17653523078512828 @@ -65618,17 +44453,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 89.44182394282154, + 89.44182394282086, 259.8280769708849, - 250.93242821228, - 74.16580226015981, + 250.93242821227943, + 74.16580226015992, -127.26339188899692, -243.7808174245489, - -239.95212189239516, + -239.95212189239533, -114.18039297311111 ], "relative wind speed": [ - 1.4309801030663187, + 1.4309801030663183, 1.542471752272855, 1.5379486101103612, 1.4191780667461995, @@ -65638,13 +44473,13 @@ 1.2509747378070863 ], "relative wind angle": [ - 0.15347044676042787, - 0.05533983845362365, - 0.06382713419807647, - 0.15853318051284573, + 0.1534704467604279, + 0.055339838453623655, + 0.0638271341980782, + 0.1585331805128457, 0.17770936285540334, - 0.0779689703649923, - 0.08915975418978765, + 0.07796897036499231, + 0.0891597541897889, 0.18006833111465242 ], "resistance": [ @@ -65685,68 +44520,7 @@ "id": "1272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.31472503624068, - 6.31472503624068, - 6.31472503624068, - 6.31472503624068, - 6.31472503624068, - 6.31472503624068, - 6.31472503624068, - 6.31472503624068 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 175.54073225771413, - 199.41364301873773, - 75.32180831041342, - -86.26834491873228, - -193.45855248478483, - -203.50894295185185, - -122.908313139347, - 32.906395339277424 - ], - "relative wind speed": [ - 1.8778501367706153, - 1.8880246757091188, - 1.824439469331344, - 1.7194264150361553, - 1.632844859312849, - 1.6210694910050252, - 1.6923132374060599, - 1.7989097459377248 - ], - "relative wind angle": [ - 0.03527343305179345, - 0.021111821435413815, - 0.06724409353530805, - 0.07772753537329023, - 0.040568860547365374, - 0.02458913440618132, - 0.07250301446468035, - 0.07428673012846886 - ], - "resistance": [ - 96810.04073225774, - 96833.91364301876, - 96709.82180831044, - 96548.2316550813, - 96441.04144751525, - 96430.99105704817, - 96511.59168686069, - 96667.4063953393 - ], - "fuel": [ - 39.43027047033277, - 39.44258474698128, - 39.37859804576335, - 39.295361603429114, - 39.24020063191608, - 39.23503080974841, - 39.27650156194569, - 39.35674010636706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -66.71875, -54.21875 -66.5625, -54.0625 -66.5625, -54.0625 -66.71875, -54.21875 -66.71875))", @@ -65765,68 +44539,7 @@ "id": "1273", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.191535178655552, - 5.191535178655552, - 5.191535178655552, - 5.191535178655552, - 5.191535178655552, - 5.191535178655552, - 5.191535178655552, - 5.191535178655552 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 99.38778705256198, - 204.97324631607455, - 153.231678384284, - 8.409338220476684, - -133.60635537043527, - -193.3606940119663, - -171.42145389482812, - -55.17531523294895 - ], - "relative wind speed": [ - 1.5427691078171275, - 1.6027237698566972, - 1.576794492481242, - 1.476855595708405, - 1.3534982821109067, - 1.2819401847388852, - 1.3137021154709516, - 1.4251286500301656 - ], - "relative wind angle": [ - 0.08555711381136555, - 0.016237480885421596, - 0.060305492206415186, - 0.10883621360452231, - 0.09755701188773251, - 0.020301134891738275, - 0.07240212160067618, - 0.1128031113229586 - ], - "resistance": [ - 96733.88778705253, - 96839.47324631605, - 96787.73167838425, - 96642.90933822044, - 96500.89364462954, - 96441.139305988, - 96463.07854610514, - 96579.32468476702 - ], - "fuel": [ - 39.045099189561114, - 39.09954908497359, - 39.072861032762, - 38.99821532856127, - 38.925092042122586, - 38.89434721482117, - 38.9056338582645, - 38.965466578084346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -66.875, -54.375 -66.71875, -54.21875 -66.71875, -54.21875 -66.875, -54.375 -66.875))", @@ -65858,34 +44571,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 88.04705294972678, + 88.04705294972268, 98.13928580367087, - 34.62893166778372, + 34.628931667780535, -47.55292926699872, - -100.95662117214124, + -100.95662117213851, -105.1584766623173, - -63.29060858142179, + -63.2906085814227, 16.446343412716033 ], "relative wind speed": [ - 1.8555773753703837, + 1.8555773753703835, 1.859978226886853, 1.8269372702111932, 1.774561859862151, 1.733241446756384, 1.7285179502242496, - 1.763403958103156, + 1.7634039581031562, 1.8161011850288478 ], "relative wind angle": [ - 0.017130344162306632, - 0.011174342027092391, - 0.033492673324175014, + 0.017130344162313113, + 0.01117434202709239, + 0.03349267332418164, 0.037051172049789284, - 0.018339571992789665, + 0.01833957199278361, 0.012024232184209602, - 0.03469984995904024, - 0.0362033330913171 + 0.03469984995904344, + 0.036203333091317104 ], "resistance": [ 96722.54705294973, @@ -65938,19 +44651,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 87.99361959766156, + 87.99361959765838, 131.37689874942066, - 69.92061403977777, + 69.92061403977664, -29.288840191737336, -109.17661399805854, -127.3327009567331, - -96.44310356174503, + -96.44310356174583, -7.72967264967383 ], "relative wind speed": [ - 1.656124950502967, + 1.6561249505029665, 1.6771195987289087, - 1.645320048521432, + 1.6453200485214319, 1.5772390915334338, 1.5109811318170785, 1.4876436683376355, @@ -65958,13 +44671,13 @@ 1.593151179431651 ], "relative wind angle": [ - 0.03705572272260137, + 0.03705572272260736, 0.004752387015040591, - 0.04415564209513651, + 0.04415564209513903, 0.06010264012235129, 0.04061714298579734, 0.005357687262437762, - 0.04771276887224226, + 0.04771276887224459, 0.05950163346668163 ], "resistance": [ @@ -66018,34 +44731,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 117.84814315786377, + 117.84814315786298, 311.8068934978322, 291.4092046858017, 83.33462621420165, - -146.4732136259288, + -146.4732136259289, -275.6239837378374, -266.78335325753346, - -117.07732231218779 + -117.07732231218768 ], "relative wind speed": [ - 1.4118952392914383, + 1.411895239291438, 1.5380356591869697, 1.5277313773250052, 1.384623373483495, - 1.165913668589891, + 1.1659136685898908, 0.9936041266056959, 1.0093758903774188, - 1.1981740119622653 + 1.1981740119622655 ], "relative wind angle": [ - 0.18557738971075652, + 0.18557738971075707, 0.06206246649586323, 0.08231181408897453, 0.19848803287430683, - 0.22534469356328418, + 0.22534469356328318, 0.096155173472603, 0.1247650771220701, - 0.22989145467836186 + 0.22989145467836283 ], "resistance": [ 96752.34814315788, @@ -66085,68 +44798,7 @@ "id": "1277", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.646413024369446, - 4.646413024369446, - 4.646413024369446, - 4.646413024369446, - 4.646413024369446, - 4.646413024369446, - 4.646413024369446, - 4.646413024369446 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 113.60639536462156, - 350.0230442926619, - 358.0438307461626, - 127.07293692772737, - -142.66364407108938, - -308.08258832883894, - -311.5696175000045, - -154.09489052284562 - ], - "relative wind speed": [ - 1.4429861285615457, - 1.5965147514827334, - 1.6003768690773617, - 1.453277919094699, - 1.2101322980916358, - 0.9988842747804206, - 0.9926847551099605, - 1.1977530780496297 - ], - "relative wind angle": [ - 0.2131334720672822, - 0.08227908916877232, - 0.07484238591434735, - 0.2082359748290524, - 0.2549787926265404, - 0.13173890237000166, - 0.12083993526511828, - 0.2535461920137653 - ], - "resistance": [ - 96748.10639536462, - 96984.52304429265, - 96992.54383074616, - 96761.57293692773, - 96491.83635592891, - 96326.41741167117, - 96322.9303825, - 96480.40510947716 - ], - "fuel": [ - 38.91450650234043, - 39.03649544618605, - 39.04063775025478, - 38.921449535213114, - 38.78250829216293, - 38.697434962807, - 38.69564271395345, - 38.77662603998128 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -66.5625, -53.75 -66.40625, -53.59375 -66.40625, -53.59375 -66.5625, -53.75 -66.5625))", @@ -66178,9 +44830,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 130.50518591314426, + 130.5051859131437, 295.6559531254983, - 247.55704740336023, + 247.55704740335977, 48.63596771634809, -156.76321834549287, -258.84552772267205, @@ -66188,9 +44840,9 @@ -86.86746141741855 ], "relative wind speed": [ - 1.4108049940048337, + 1.4108049940048335, 1.5149334227971931, - 1.4900310317070322, + 1.490031031707032, 1.3452558116304467, 1.141945111888833, 0.9996929999593667, @@ -66198,13 +44850,13 @@ 1.218481091749185 ], "relative wind angle": [ - 0.16244940924338444, + 0.16244940924338513, 0.04273096105688621, - 0.09184333492721707, + 0.09184333492721705, 0.19296340258080757, 0.20116909370805847, 0.06478003449595017, - 0.13223691178452945, + 0.13223691178452948, 0.21333484214211512 ], "resistance": [ @@ -66258,11 +44910,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 203.73509538634198, + 203.73509538634153, 390.2465306467725, - 281.99728778476356, + 281.9972877847631, 19.04217829162519, - -229.37611527943022, + -229.3761152794301, -330.3973299444151, -283.7355599623098, -71.5439275879503 @@ -66270,7 +44922,7 @@ "relative wind speed": [ 1.6224524625236485, 1.7189310822804247, - 1.6691379686034178, + 1.6691379686034176, 1.4916662199657056, 1.265093928274908, 1.1305266803031833, @@ -66278,14 +44930,14 @@ 1.4169497269558688 ], "relative wind angle": [ - 0.14540676995087976, + 0.1454067699508813, 0.02219476311861151, - 0.10873453047214782, + 0.10873453047214783, 0.19860758478615284, - 0.18691064648734795, + 0.18691064648734793, 0.03375009174979412, - 0.15116654061564186, - 0.20923172981060995 + 0.1511665406156419, + 0.20923172981060997 ], "resistance": [ 96838.23509538638, @@ -66325,68 +44977,7 @@ "id": "1280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.894730929009191, - 4.894730929009191, - 4.894730929009191, - 4.894730929009191, - 4.894730929009191, - 4.894730929009191, - 4.894730929009191, - 4.894730929009191 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 252.79433574406949, - 436.7707085219331, - 284.92740732961465, - -3.6806710535328193, - -258.89241408259227, - -346.66809247658574, - -281.06810612015886, - -40.55843336426392 - ], - "relative wind speed": [ - 1.6037377059740652, - 1.6940205627654894, - 1.6232474890158959, - 1.4160444377548165, - 1.1616166846405593, - 1.0254863648659474, - 1.1341937845896837, - 1.3842492918191893 - ], - "relative wind angle": [ - 0.1552345839674543, - 0.009664198291295254, - 0.13893724980763053, - 0.23832483155469944, - 0.21511362486622973, - 0.015964903885188755, - 0.19952784523767836, - 0.2439088384546922 - ], - "resistance": [ - 96887.29433574407, - 97071.27070852193, - 96919.42740732961, - 96630.81932894647, - 96375.6075859174, - 96287.83190752342, - 96353.43189387984, - 96593.94156663574 - ], - "fuel": [ - 39.046700952722546, - 39.1417085041638, - 39.06328576899753, - 38.91446443205817, - 38.78312220330601, - 38.7380053213012, - 38.77172114473668, - 38.89547067186021 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -66.40625, -53.28125 -66.25, -53.125 -66.25, -53.125 -66.40625, -53.28125 -66.40625))", @@ -66405,68 +44996,7 @@ "id": "1281", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7568974652516856, - 4.7568974652516856, - 4.7568974652516856, - 4.7568974652516856, - 4.7568974652516856, - 4.7568974652516856, - 4.7568974652516856, - 4.7568974652516856 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 229.9759190751205, - 399.9722830910737, - 262.4778084113633, - -2.6924242125597857, - -238.26320478239347, - -320.09277941623964, - -260.71962607813504, - -40.04715485009615 - ], - "relative wind speed": [ - 1.5509024014574921, - 1.637651286468078, - 1.571306260102789, - 1.3752512931332876, - 1.1345665944944776, - 1.0053048692406008, - 1.1061357299857912, - 1.3420966794253801 - ], - "relative wind angle": [ - 0.1525286584826571, - 0.01040864055314028, - 0.13503366911184614, - 0.2319979711804534, - 0.2092153441262576, - 0.016956281778813233, - 0.1924231198881292, - 0.23783830395304184 - ], - "resistance": [ - 96864.47591907512, - 97034.47228309108, - 96896.97780841136, - 96631.80757578745, - 96396.23679521761, - 96314.40722058376, - 96373.78037392187, - 96594.4528451499 - ], - "fuel": [ - 39.00089835833, - 39.08866761393028, - 39.01767079483164, - 38.88094581834278, - 38.75970214431511, - 38.71763438536786, - 38.74815504398106, - 38.861706293089995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -66.5625, -53.4375 -66.40625, -53.28125 -66.40625, -53.28125 -66.5625, -53.4375 -66.5625))", @@ -66485,68 +45015,7 @@ "id": "1282", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.857713518769818, - 5.857713518769818, - 5.857713518769818, - 5.857713518769818, - 5.857713518769818, - 5.857713518769818, - 5.857713518769818, - 5.857713518769818 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 323.1724989820159, - 462.1694826627074, - 247.49830640956156, - -79.08486636463977, - -336.17411595757824, - -395.9000294193751, - -283.471087426557, - 8.8543858178557 - ], - "relative wind speed": [ - 1.8766560281061322, - 1.9337746895073789, - 1.8366029576527956, - 1.6239865961917281, - 1.4011279103577043, - 1.3211785342000797, - 1.453233238317729, - 1.687502534635144 - ], - "relative wind angle": [ - 0.1034418361826544, - 0.016712231079344813, - 0.13076565690287184, - 0.18978454005697726, - 0.13874669107183618, - 0.024462559439180534, - 0.16554678263056694, - 0.1825591709149663 - ], - "resistance": [ - 96957.67249898208, - 97096.66948266276, - 96881.99830640962, - 96555.41513363541, - 96298.32588404248, - 96238.59997058069, - 96351.0289125735, - 96643.35438581792 - ], - "fuel": [ - 39.355684624968845, - 39.42748906222069, - 39.31662232608079, - 39.14828761451167, - 39.0160521781733, - 38.98536699230454, - 39.043140263824796, - 39.19357616076714 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -66.5625, -53.28125 -66.40625, -53.125 -66.40625, -53.125 -66.5625, -53.28125 -66.5625))", @@ -66565,68 +45034,7 @@ "id": "1283", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.408145111678031, - 5.408145111678031, - 5.408145111678031, - 5.408145111678031, - 5.408145111678031, - 5.408145111678031, - 5.408145111678031, - 5.408145111678031 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 332.46234160549443, - 465.38583105324756, - 246.7770475395523, - -78.03551708658892, - -330.21196168861593, - -387.5937901736328, - -270.81853587130774, - 20.85989474999019 - ], - "relative wind speed": [ - 1.775685140653941, - 1.8329207122800861, - 1.7276951872301627, - 1.4995098966897547, - 1.2576842642346493, - 1.1727016200795997, - 1.3228366366503423, - 1.5767997643873928 - ], - "relative wind angle": [ - 0.1160062160359977, - 0.021589197425484246, - 0.15193388936381566, - 0.22204531403345237, - 0.16415469230940624, - 0.03374748033505834, - 0.1989816776498864, - 0.2109924275756134 - ], - "resistance": [ - 96966.96234160553, - 97099.88583105328, - 96881.27704753958, - 96556.46448291343, - 96304.28803831141, - 96246.9062098264, - 96363.68146412872, - 96655.35989475001 - ], - "fuel": [ - 39.22558982770394, - 39.2942598520779, - 39.1813585273856, - 39.01393626350033, - 38.88422446895838, - 38.854742072611344, - 38.91475331444443, - 39.06486961302786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -66.71875, -53.75 -66.5625, -53.59375 -66.5625, -53.59375 -66.71875, -53.75 -66.71875))", @@ -66658,34 +45066,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 113.05288723368278, + 113.05288723368244, 298.2484642082343, - 272.8344679123238, + 272.83446791232313, 69.35074294726746, -154.4989350864522, -276.9509606270244, - -266.02181143515395, - -117.05340858632417 + -266.02181143515406, + -117.05340858632405 ], "relative wind speed": [ 1.5389751109912901, 1.650013692557166, - 1.6378946470358462, + 1.637894647035846, 1.5073973889510135, 1.3159127755821047, 1.1736803822015245, - 1.1905343129881525, - 1.351970390568713 + 1.1905343129881527, + 1.3519703905687128 ], "relative wind angle": [ - 0.1463432238572577, + 0.14634322385725848, 0.04778861427019129, - 0.06901195279016803, + 0.06901195279016965, 0.1589207644373659, - 0.17137750316484213, - 0.06720844122233108, - 0.09501172117155492, - 0.17737453692726904 + 0.17137750316484215, + 0.06720844122233106, + 0.09501172117155608, + 0.1773745369272678 ], "resistance": [ 96747.55288723369, @@ -66738,11 +45146,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 228.68408377569517, + 228.6840837756945, 431.97562304371286, 306.9439693408251, 14.820700654927805, - -258.83025611754397, + -258.8302561175441, -367.0735987736997, -313.2468323310893, -75.90373449846243 @@ -66758,14 +45166,14 @@ 1.5210405863675522 ], "relative wind angle": [ - 0.13920959714028108, - 0.019457913614342754, - 0.10718979122172521, + 0.1392095971402827, + 0.019457913614342758, + 0.10718979122172523, 0.1925275806627957, - 0.1780802471843701, + 0.17808024718437074, 0.029151458939541002, 0.14679052230590012, - 0.2014889187589015 + 0.20148891875890151 ], "resistance": [ 96863.18408377568, @@ -66818,17 +45226,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 150.89707314312113, + 150.89707314311954, 383.537138134094, - 335.6121939943796, + 335.612193994378, 66.98067708283679, - -223.10502412127767, + -223.1050241212772, -373.12995257490184, -352.7447036684439, -150.8321464645096 ], "relative wind speed": [ - 2.055647907176902, + 2.0556479071769016, 2.1600613179982178, 2.1423648741539223, 2.01044168946208, @@ -66838,14 +45246,14 @@ 1.8780433931592355 ], "relative wind angle": [ - 0.10161902200961773, + 0.10161902200961881, 0.030865439030766918, - 0.05335945979407148, + 0.05335945979407356, 0.11377778075860479, - 0.11429800066539317, + 0.11429800066539221, 0.03913385113425748, 0.06624711362351662, - 0.12183747729492175 + 0.12183747729492177 ], "resistance": [ 96785.3970731431, @@ -66898,9 +45306,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 242.66317735303437, + 242.66317735303255, 532.8004548280735, - 425.65397278064506, + 425.6539727806455, 56.63391273048478, -317.73513542944625, -491.61858657618814, @@ -66908,9 +45316,9 @@ -157.86903501438928 ], "relative wind speed": [ - 2.1930086291446855, + 2.193008629144685, 2.3105723629801345, - 2.2736673588991394, + 2.273667358899139, 2.097819547001056, 1.866252680861472, 1.7185579046858095, @@ -66918,12 +45326,12 @@ 1.9726477294605762 ], "relative wind angle": [ - 0.11615007374413248, + 0.11615007374413346, 0.02738187439663168, - 0.07249393911124298, + 0.07249393911124145, 0.14164667449952917, 0.1366041818795763, - 0.03681818976947235, + 0.036818189769472355, 0.09332952861909773, 0.15070124835709067 ], @@ -66978,7 +45386,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 345.4896630511305, + 345.4896630511289, 505.74541733305864, 275.9626277067546, -80.96724954828778, @@ -66988,9 +45396,9 @@ -0.021359153071671244 ], "relative wind speed": [ - 1.9947681848674645, + 1.9947681848674643, 2.0568434150388253, - 1.9602033764005713, + 1.960203376400571, 1.7440998142036086, 1.5159139866844915, 1.4305560081298905, @@ -66998,9 +45406,9 @@ 1.798669276014922 ], "relative wind angle": [ - 0.10136463062234013, - 0.013478124690842072, - 0.12328762117719454, + 0.10136463062234233, + 0.01347812469084207, + 0.12328762117719363, 0.18054734744344364, 0.13355253860657829, 0.019379379617889204, @@ -67045,68 +45453,7 @@ "id": "1289", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.331529166880328, - 6.331529166880328, - 6.331529166880328, - 6.331529166880328, - 6.331529166880328, - 6.331529166880328, - 6.331529166880328, - 6.331529166880328 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 464.0532099132233, - 442.9166546060644, - 127.00237416956543, - -230.22142777366366, - -434.43820951584337, - -425.3426328453461, - -199.1226838684231, - 163.3102385434263 - ], - "relative wind speed": [ - 2.060731778835138, - 2.0526816279494438, - 1.893061163036951, - 1.6510882299423177, - 1.4639333128740162, - 1.4751997638022252, - 1.6751225751701002, - 1.914059525142639 - ], - "relative wind angle": [ - 0.05366633170963154, - 0.0649685833498562, - 0.15861234170921124, - 0.17630631110517161, - 0.07558004579174438, - 0.090460935567691, - 0.17945937279420215, - 0.1518802878891449 - ], - "resistance": [ - 97098.5532099132, - 97077.41665460603, - 96761.50237416953, - 96404.2785722263, - 96200.06179048413, - 96209.15736715462, - 96435.37731613155, - 96797.8102385434 - ], - "fuel": [ - 39.58504096353118, - 39.57411724961339, - 39.41104574283069, - 39.2270980947613, - 39.122152697183935, - 39.12682354053511, - 39.24309310994647, - 39.42976857864203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -66.875, -53.4375 -66.71875, -53.28125 -66.71875, -53.28125 -66.875, -53.4375 -66.875))", @@ -67138,9 +45485,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 345.53222188416, + 345.53222188415657, 554.9933521725691, - 324.97744819092964, + 324.97744819092736, -63.29338146859823, -390.79732113516457, -480.13309907277403, @@ -67158,13 +45505,13 @@ 2.0117886393358937 ], "relative wind angle": [ - 0.094624828937993, + 0.0946248289379977, 0.003160212256410087, - 0.09967959614003939, - 0.15207670597003484, + 0.09967959614004275, + 0.1520767059700348, 0.11795110292616325, - 0.004299279231768706, - 0.1229540445610629, + 0.004299279231768707, + 0.12295404456106292, 0.15098952075718258 ], "resistance": [ @@ -67218,9 +45565,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 394.2995761720499, + 394.299576172049, 459.73047288265275, - 189.6261915055179, + 189.62619150551723, -164.09694531051696, -405.04671909819376, -433.0228174685485, @@ -67228,9 +45575,9 @@ 76.00127654502444 ], "relative wind speed": [ - 2.1558706653619097, + 2.1558706653619093, 2.1797039112174748, - 2.060283415564961, + 2.0602834155649608, 1.8507733733135574, 1.6651993428800365, 1.6338782196722461, @@ -67239,12 +45586,12 @@ ], "relative wind angle": [ 0.0651008253968482, - 0.03431605507533743, - 0.11969178408356651, - 0.14811570954106767, - 0.08432395309908575, - 0.04578694761197322, - 0.1384871796806813, + 0.034316055075337436, + 0.1196917840835665, + 0.14811570954106765, + 0.08432395309908576, + 0.045786947611973224, + 0.13848717968068133, 0.13707274994272498 ], "resistance": [ @@ -67298,11 +45645,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 273.1794367633272, + 273.1794367633263, 412.3206972118519, - 234.7253144090305, + 234.72531440903003, -45.48785150620006, - -273.2636072203826, + -273.2636072203825, -333.315899049197, -246.66024063294537, -1.2196235534307789 @@ -67318,11 +45665,11 @@ 1.421626356401021 ], "relative wind angle": [ - 0.13026700910038455, + 0.1302670091003871, 0.011591708308280362, - 0.14967594894934036, - 0.23095307875887972, - 0.18409487812265804, + 0.14967594894934183, + 0.2309530787588797, + 0.18409487812265746, 0.018585518689739247, 0.20279720772402748, 0.22466987648300557 @@ -67378,7 +45725,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 317.18347972710694, + 317.18347972710467, 436.2346297976951, 224.55551524147018, -87.69040558186578, @@ -67388,9 +45735,9 @@ 20.037441401464093 ], "relative wind speed": [ - 1.849017285167274, + 1.8490172851672735, 1.8987802946927788, - 1.799107092836658, + 1.7991070928366577, 1.5902935011061492, 1.3772072933851225, 1.3077454806983402, @@ -67398,12 +45745,12 @@ 1.669290696715247 ], "relative wind angle": [ - 0.09784533021874837, + 0.09784533021875179, 0.021154752589833715, - 0.13235790670695544, + 0.13235790670695458, 0.1869736003442491, 0.13153508713910456, - 0.030718170596900532, + 0.030718170596900535, 0.16543094213967466, 0.17802817495922485 ], @@ -67458,37 +45805,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 337.41636164564295, + 337.41636164564227, 376.746313195743, - 152.42552487575563, + 152.4255248757554, -127.67852283557374, -312.59493686412833, -329.6358500552052, - -184.38660757760226, + -184.3866075776025, 85.85500520514438 ], "relative wind speed": [ - 1.661693334162647, + 1.6616933341626468, 1.6799261407137704, - 1.5486443545938584, + 1.5486443545938582, 1.3183149395595695, 1.1081235695702711, 1.0802827148410135, 1.2612942738402904, - 1.5004027133979005 + 1.5004027133979008 ], "relative wind angle": [ - 0.0883471346868511, + 0.08834713468685236, 0.05550540513299785, - 0.18076298540554414, + 0.18076298540554417, 0.22999670976977823, 0.1326983021019159, - 0.08637841122489472, - 0.22257105798857227, - 0.20167179574167626 + 0.0863784112248947, + 0.22257105798857277, + 0.20167179574167682 ], "resistance": [ - 96971.91636164565, + 96971.91636164564, 97011.24631319575, 96786.92552487575, 96506.82147716443, @@ -67538,11 +45885,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 416.30813045112404, + 416.30813045112177, 399.12492893816693, - 121.58445070268476, + 121.58445070268385, -190.07765532960423, - -369.76108820915556, + -369.76108820915533, -362.3114630032471, -165.3341382066061, 150.64253331323334 @@ -67550,22 +45897,22 @@ "relative wind speed": [ 1.7807942513996833, 1.7733097781248015, - 1.6102554056584448, - 1.3562058237678998, + 1.6102554056584446, + 1.3562058237679, 1.1511768166513978, 1.1626730666102016, 1.3796788603010344, 1.630074229166217 ], "relative wind angle": [ - 0.06629352872304009, - 0.07900046611934397, - 0.1974500431902585, - 0.2281791630127593, - 0.1026568079624887, + 0.06629352872304511, + 0.07900046611934398, + 0.19745004319026022, + 0.2281791630127603, + 0.10265680796248762, 0.1206588293694201, 0.23100307913464563, - 0.18932880082457512 + 0.18932880082457515 ], "resistance": [ 97050.80813045114, @@ -67618,9 +45965,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 346.8701494343203, + 346.8701494343187, 440.2828325772324, - 209.5626906312342, + 209.56269063123352, -108.5124390568933, -339.7976321700345, -380.123646945607, @@ -67628,9 +45975,9 @@ 50.418896993728936 ], "relative wind speed": [ - 1.7978965059754817, + 1.7978965059754812, 1.8378948117408254, - 1.7212892116212055, + 1.7212892116212053, 1.493480173546283, 1.2687787575174938, 1.2101132354877515, @@ -67638,13 +45985,13 @@ 1.6160904532081868 ], "relative wind angle": [ - 0.09910346906156502, + 0.09910346906156614, 0.03406649997360757, - 0.15540053989128993, + 0.15540053989129063, 0.21194264301357113, 0.14066617707352316, - 0.05175258330547913, - 0.19557808212458727, + 0.05175258330547914, + 0.19557808212458724, 0.19564556341599249 ], "resistance": [ @@ -67698,34 +46045,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 411.2820279421858, + 411.28202794218396, 385.59100012529575, - 106.64080435993924, + 106.64080435993856, -204.47357469161125, -379.2984969808159, -368.2260277883172, -166.82517191898614, - 150.640345894878 + 150.64034589487824 ], "relative wind speed": [ - 1.8953184172993263, + 1.8953184172993258, 1.8846945010987795, - 1.7301076473219796, + 1.7301076473219794, 1.497720672513257, 1.319529868672323, 1.334660112088633, 1.5297445884690766, - 1.757903229531949 + 1.7579032295319492 ], "relative wind angle": [ - 0.05373455243374544, + 0.05373455243374751, 0.07010329895042473, - 0.16753094852442368, + 0.16753094852442504, 0.1853223722653993, 0.07722168822904556, 0.09907490961561138, 0.18972492592699847, - 0.15764319373913113 + 0.15764319373913185 ], "resistance": [ 97045.7820279422, @@ -67778,34 +46125,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 412.0962223661594, + 412.09622236615826, 420.03041576899375, - 145.38097844968468, + 145.38097844968422, -176.22798267490384, -372.6190581539055, -376.0581758454523, - -187.6619644497133, + -187.66196444971308, 131.95627165068288 ], "relative wind speed": [ - 1.7986290705375783, + 1.7986290705375778, 1.8020417344077386, - 1.646734609839055, + 1.6467346098390547, 1.393544610749154, 1.1785454422615522, 1.1733207065040223, - 1.3828597244900023, + 1.3828597244900025, 1.6377024487709415 ], "relative wind angle": [ - 0.07503875163320763, - 0.06932855389464017, - 0.19023508173737963, + 0.0750387516332091, + 0.06932855389464015, + 0.19023508173737905, 0.22840023481933597, 0.11466353039865142, 0.1065945603760703, - 0.2271190696121309, - 0.19387598009641102 + 0.22711906961213094, + 0.193875980096411 ], "resistance": [ 97046.5962223662, @@ -67858,17 +46205,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 392.14514398787355, + 392.14514398787196, 336.28502885540433, 71.72982495589224, -205.93904298375003, - -347.7686808321864, + -347.7686808321861, -323.6502741602495, -124.55899398551651, 166.9852234620223 ], "relative wind speed": [ - 1.771327233167008, + 1.7713272331670078, 1.746588401182181, 1.5836479422614445, 1.351878281039968, @@ -67878,11 +46225,11 @@ 1.648650264933236 ], "relative wind angle": [ - 0.044959644002941446, + 0.044959644002943916, 0.08641895201441846, 0.1859626291608035, 0.1960476490117473, - 0.0671424081921686, + 0.06714240819216695, 0.123605337230205, 0.20658732711884803, 0.16041662599071552 @@ -67938,19 +46285,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 366.24060885961353, + 366.2406088596099, 332.44983886777914, - 84.3848203348432, + 84.38482033484252, -186.23857427416408, - -333.3250890762398, + -333.32508907624026, -318.7534258587276, -136.80674318575245, - 142.18168494411725 + 142.18168494411702 ], "relative wind speed": [ - 1.7627179461172975, + 1.762717946117297, 1.7476861112962705, - 1.5978391544706132, + 1.597839154470613, 1.3772758576630542, 1.212516790062036, 1.2340845919662256, @@ -67958,17 +46305,17 @@ 1.6372179865994707 ], "relative wind angle": [ - 0.05053079043003951, + 0.05053079043004611, 0.07556082920995276, - 0.17335760269233277, - 0.18832392332911366, - 0.07349492768244494, + 0.17335760269233405, + 0.18832392332911368, + 0.07349492768244645, 0.10711064074339417, - 0.19494736047527464, - 0.15814723642711942 + 0.1949473604752746, + 0.15814723642711945 ], "resistance": [ - 97000.74060885962, + 97000.7406088596, 96966.94983886777, 96718.88482033485, 96448.26142572584, @@ -67978,7 +46325,7 @@ 96776.68168494412 ], "fuel": [ - 39.22528776916262, + 39.22528776916261, 39.207837246483365, 39.0798594420122, 38.94050483505024, @@ -68018,9 +46365,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 448.84401313940725, + 448.84401313940543, 390.8951223628601, - 86.86154040795896, + 86.86154040795873, -235.99222312314214, -403.6602390430712, -378.6728252336188, @@ -68028,9 +46375,9 @@ 185.96449029719588 ], "relative wind speed": [ - 1.9340294408891607, + 1.9340294408891603, 1.9104941587394464, - 1.7403579046475968, + 1.7403579046475965, 1.4969635022750927, 1.3220129463624681, 1.3558024111198757, @@ -68038,12 +46385,12 @@ 1.802023413119902 ], "relative wind angle": [ - 0.04530166038537582, + 0.04530166038537828, 0.08110146834176414, - 0.17701807586478052, - 0.18722717158751395, + 0.17701807586478055, + 0.18722717158751398, 0.06629963693673385, - 0.11440622216557628, + 0.11440622216557629, 0.19668897691028486, 0.15524776214098554 ], @@ -68098,13 +46445,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 448.9760852839722, + 448.9760852839679, 379.06162014159577, 70.0089185589502, -253.8788132967145, - -415.38162285418866, + -415.3816228541874, -385.41724543584473, - -150.09421213638825, + -150.09421213638802, 190.91771481129012 ], "relative wind speed": [ @@ -68112,20 +46459,20 @@ 2.050150641244436, 1.888676679723084, 1.6666466262974853, - 1.5157060832373268, + 1.5157060832373266, 1.5515932653871989, 1.7445514358883403, 1.9577661596935148 ], "relative wind angle": [ - 0.035128496431566084, - 0.07175182806238405, + 0.03512849643157241, + 0.07175182806238403, 0.14922660235665625, 0.15064871987273093, - 0.048141822570941406, + 0.0481418225709368, 0.09486800733243325, - 0.1616591564369922, - 0.12811289544932036 + 0.16165915643699152, + 0.12811289544932034 ], "resistance": [ 97083.47608528394, @@ -68178,32 +46525,32 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 456.70853897364236, + 456.7085389736417, 349.0600509177177, - 31.935058462953066, - -281.40377377283335, - -418.3431763457015, + 31.93505846295193, + -281.4037737728336, + -418.34317634570016, -372.374084396992, - -120.46455314619175, + -120.46455314619243, 219.13040722112373 ], "relative wind speed": [ - 2.1501372921759967, + 2.1501372921759963, 2.110195287074043, - 1.945832630708975, + 1.9458326307089746, 1.7359815418482163, 1.6086092673190115, 1.660659507701995, - 1.8505268231989298, + 1.8505268231989296, 2.0486781681056745 ], "relative wind angle": [ 0.022393879771357456, 0.07469712228694207, 0.13965085145834388, - 0.13030504159306272, - 0.0299346049161774, - 0.09497188107255859, + 0.13030504159306275, + 0.029934604916173693, + 0.09497188107255858, 0.14689402155846187, 0.11032762932375124 ], @@ -68245,68 +46592,7 @@ "id": "1304", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.905504039944345, - 5.905504039944345, - 5.905504039944345, - 5.905504039944345, - 5.905504039944345, - 5.905504039944345, - 5.905504039944345, - 5.905504039944345 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -4.340700004697055, - 360.24866966360355, - 542.881640369742, - 307.0547139001949, - -65.82075906699038, - -368.7868821621222, - -447.45201781841047, - -331.8766195217818 - ], - "relative wind speed": [ - 1.6994284193845304, - 1.9181264885042126, - 1.9908957955473594, - 1.8907132306285197, - 1.655413872272365, - 1.3961528624123094, - 1.2902658533788431, - 1.4330581009330547 - ], - "relative wind angle": [ - 0.20764622576347835, - 0.12115473831624553, - 0.011303534304257738, - 0.13989905283051152, - 0.21325125460635627, - 0.16681603406381978, - 0.01744200290560844, - 0.18502906926468815 - ], - "resistance": [ - 96630.15929999528, - 96994.74866966359, - 97177.38164036973, - 96941.55471390019, - 96568.679240933, - 96265.71311783786, - 96187.04798218157, - 96302.62338047821 - ], - "fuel": [ - 39.201901213443406, - 39.389953101017895, - 39.48433947188459, - 39.362485323093644, - 39.17023909301581, - 39.01441751106782, - 38.97401430159727, - 39.03338293219575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -65.15625, -52.34375 -65, -52.1875 -65, -52.1875 -65.15625, -52.34375 -65.15625))", @@ -68338,9 +46624,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 52.470568785939804, + 52.47056878593935, 398.71872306631485, - 515.1280993339644, + 515.128099333964, 250.59793637752705, -118.82375864686219, -390.7888339331687, @@ -68348,9 +46634,9 @@ -287.97579457237555 ], "relative wind speed": [ - 1.724644047436469, + 1.7246440474364688, 1.9241487927279564, - 1.97064372668477, + 1.9706437266847698, 1.8470469642047074, 1.6009971094327364, 1.3547103964366594, @@ -68358,12 +46644,12 @@ 1.4580831069565947 ], "relative wind angle": [ - 0.1999340995258701, - 0.10283678177433966, + 0.19993409952586955, + 0.10283678177433968, 0.0320662850751305, 0.15594695099954603, 0.2156098804866138, - 0.1463274697664857, + 0.14632746976648572, 0.0491438793353063, 0.19804020692704513 ], @@ -68418,33 +46704,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 129.35359378825797, + 129.35359378825683, 456.13116496525936, - 487.5890693245028, + 487.58906932449986, 182.75267021322475, -186.99749580151024, -422.33520062172136, - -435.9507165637706, + -435.95071656377115, -232.5376439242326 ], "relative wind speed": [ - 1.7681495604060546, + 1.7681495604060542, 1.9444561510003533, - 1.956974906813327, + 1.9569749068133269, 1.801184505823062, 1.538643397537032, 1.3087653149382108, - 1.2899711573718977, + 1.289971157371898, 1.4998369073773836 ], "relative wind angle": [ - 0.19027769759966778, + 0.19027769759966837, 0.0790770306699067, - 0.059917779405126916, + 0.05991777940513063, 0.17823083850122354, 0.21909127980632656, 0.11763487726375457, - 0.09097042993590507, + 0.09097042993590751, 0.21455188378805662 ], "resistance": [ @@ -68498,19 +46784,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 105.77010534225371, + 105.77010534225337, 372.624582253468, - 400.01373916517935, + 400.01373916517844, 152.10202486196147, - -148.81506442105183, + -148.81506442105194, -341.11325478531796, - -352.9851739046761, + -352.9851739046759, -188.27296215179683 ], "relative wind speed": [ - 1.5638939463308865, + 1.5638939463308863, 1.7264936539864224, - 1.7387324823346524, + 1.7387324823346522, 1.5962931484583678, 1.354228619133475, 1.1397013165716545, @@ -68518,13 +46804,13 @@ 1.3158828262559787 ], "relative wind angle": [ - 0.19942232206723093, - 0.0830397735521753, - 0.061746689476227884, - 0.18583191921446895, - 0.23081809263939498, + 0.19942232206723148, + 0.08303977355217529, + 0.06174668947622968, + 0.18583191921446898, + 0.23081809263939548, 0.12598251969214444, - 0.09586345139120936, + 0.09586345139120821, 0.2260572497075368 ], "resistance": [ @@ -68578,9 +46864,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 5.347434133554771, + 5.347434133553975, 354.9893566663983, - 526.2113559945077, + 526.2113559945036, 295.2967022363731, -63.31808809254369, -351.66983515032905, @@ -68588,29 +46874,29 @@ -310.3981279623433 ], "relative wind speed": [ - 1.6009701194319894, + 1.600970119431989, 1.8222446072928615, 1.893635586706243, - 1.7898459948324879, + 1.7898459948324876, 1.5484200152584535, 1.2806773435019265, 1.1725417398654807, 1.325579564473279 ], "relative wind angle": [ - 0.2271916573093009, + 0.22719165730930144, 0.12982028590432437, - 0.014254840117448798, - 0.15373175781229192, + 0.014254840117456586, + 0.1537317578122912, 0.23504472911010632, - 0.18525757664065207, + 0.1852575766406521, 0.02302258598336321, - 0.20825977361095863 + 0.20825977361095865 ], "resistance": [ 96639.84743413354, 96989.48935666638, - 97160.7113559945, + 97160.71135599448, 96929.79670223636, 96571.18191190744, 96282.83016484966, @@ -68620,7 +46906,7 @@ "fuel": [ 39.08867146351846, 39.269016474558974, - 39.3574985662756, + 39.357498566275595, 39.23819485171048, 39.05330728499449, 38.90499164543661, @@ -68658,33 +46944,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -40.08815278515044, + -40.088152785151124, 333.4752000447045, - 555.0359681263899, - 341.6356265183956, - -30.659423178386533, + 555.0359681263894, + 341.63562651839584, + -30.659423178386305, -351.30787069219684, -448.7580358410869, -356.9690558052446 ], "relative wind speed": [ - 1.6785258795062685, + 1.6785258795062683, 1.9086477117000094, - 1.9978734559011992, - 1.9128389529110428, - 1.6852597025148217, + 1.997873455901199, + 1.9128389529110426, + 1.685259702514822, 1.4193707428698663, 1.290755998358341, 1.4137172748887326 ], "relative wind angle": [ - 0.21222646417893123, + 0.21222646417893282, 0.1326496074413993, 0.0017237659634267034, - 0.1297890742312157, - 0.21136558184303625, + 0.1297890742312148, + 0.21136558184303678, 0.17880436746451012, - 0.002668101986228776, + 0.0026681019862287766, 0.17602693213311715 ], "resistance": [ @@ -68738,19 +47024,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 49.97444557420965, + 49.97444557420897, 379.9930683044364, - 498.82720526188166, + 498.8272052618812, 250.1493493055017, -99.06250862076831, -358.86052123091577, - -410.3706790718627, + -410.37067907186304, -269.2496152138036 ], "relative wind speed": [ - 1.5745205453266462, + 1.574520545326646, 1.7821952547403581, - 1.8329204629736984, + 1.8329204629736982, 1.7093353647894935, 1.4557986028601178, 1.1925789675011624, @@ -68758,13 +47044,13 @@ 1.2948502347473076 ], "relative wind angle": [ - 0.2308564786718563, + 0.23085647867185777, 0.11897231751377575, 0.03335006834354308, 0.17521085687440735, 0.25006937532409224, 0.17831711613509416, - 0.05493712888242547, + 0.05493712888242749, 0.23219557371398522 ], "resistance": [ @@ -68818,19 +47104,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -9.275250961357074, + -9.275250961357187, 363.8137868723876, - 566.7164106615854, + 566.7164106615688, 332.8299432139694, -44.77931168559883, -357.1519984200181, - -444.82898489762147, + -444.82898489761976, -335.7968313286523 ], "relative wind speed": [ 1.5845586969975693, 1.8242266768355853, - 1.908159093806853, + 1.9081590938068527, 1.8075183268402233, 1.5572447223773525, 1.2680829709148174, @@ -68838,29 +47124,29 @@ 1.2917874777762293 ], "relative wind angle": [ - 0.24552918620672887, + 0.24552918620672934, 0.144335238145158, - 0.007382576266784735, + 0.007382576266814812, 0.15682802416474076, 0.24992686884606796, 0.2084219109909481, - 0.012380380306055129, + 0.012380380306046162, 0.22031942655455594 ], "resistance": [ 96625.22474903867, 96998.31378687242, - 97201.21641066161, + 97201.2164106616, 96967.329943214, 96589.72068831442, 96277.34800158002, - 96189.6710151024, + 96189.67101510242, 96298.70316867137 ], "fuel": [ 39.070768888552664, 39.26320387723713, - 39.3680761317198, + 39.36807613171979, 39.24720304979925, 39.05248329683794, 38.89180473894137, @@ -68885,68 +47171,7 @@ "id": "1312", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.633736464308669, - 5.633736464308669, - 5.633736464308669, - 5.633736464308669, - 5.633736464308669, - 5.633736464308669, - 5.633736464308669, - 5.633736464308669 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 71.22671110989722, - 447.7596510969561, - 570.0678775435965, - 276.9138732639185, - -124.72754882876052, - -417.30372145329466, - -470.36925514352674, - -299.47120522698185 - ], - "relative wind speed": [ - 1.685825442074009, - 1.905709735507932, - 1.9545402660912956, - 1.8157868773198196, - 1.5390725224652517, - 1.2565914429685836, - 1.179204816297554, - 1.3833544978438166 - ], - "relative wind angle": [ - 0.23232733088934224, - 0.11623015233962483, - 0.038691191428613665, - 0.18159225952456634, - 0.25494993812635036, - 0.17679416769997286, - 0.0641589299206468, - 0.2393277588555009 - ], - "resistance": [ - 96705.72671110985, - 97082.25965109692, - 97204.56787754355, - 96911.41387326387, - 96509.7724511712, - 96217.19627854666, - 96164.13074485643, - 96335.02879477298 - ], - "fuel": [ - 39.15684728462706, - 39.35117380167479, - 39.414409899367634, - 39.26293588341909, - 39.05592511723794, - 38.905505771679636, - 38.87825782941473, - 38.96604754954343 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -65.46875, -52.34375 -65.3125, -52.1875 -65.3125, -52.1875 -65.46875, -52.34375 -65.46875))", @@ -68978,17 +47203,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -18.54558499264931, + -18.54558499264988, 333.9448720791398, - 530.816337203513, + 530.8163372034866, 315.2650234078975, - -40.034548555995116, + -40.03454855599534, -337.5692696412061, -422.46501316359513, -324.6531936144182 ], "relative wind speed": [ - 1.5829955638306676, + 1.5829955638306674, 1.8109522043867994, 1.8933684598793417, 1.8008123928201745, @@ -68998,19 +47223,19 @@ 1.3103558451352442 ], "relative wind angle": [ - 0.2296603180103989, - 0.1378463209433923, - 0.0044610028545371844, - 0.14532796039890677, - 0.2321151033886319, + 0.2296603180103999, + 0.13784632094339228, + 0.004461002854586959, + 0.14532796039890675, + 0.2321151033886324, 0.19316230668707365, 0.007202788576064597, - 0.20035868749053906 + 0.20035868749053903 ], "resistance": [ 96615.95441500735, 96968.44487207914, - 97165.31633720352, + 97165.31633720349, 96949.7650234079, 96594.465451444, 96296.9307303588, @@ -69020,7 +47245,7 @@ "fuel": [ 39.07652063950596, 39.258305451506885, - 39.36003635106381, + 39.3600363510638, 39.24866036161223, 39.06545339868539, 38.912393740607264, @@ -69058,7 +47283,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 157.5722795385359, + 157.57227953853453, 486.3126234337449, 488.9083151384157, 161.99252341006422, @@ -69068,7 +47293,7 @@ -222.58592973556188 ], "relative wind speed": [ - 1.8517302037154721, + 1.851730203715472, 2.018837281533332, 2.0198375985091856, 1.8543619014655757, @@ -69078,14 +47303,14 @@ 1.5868939695427033 ], "relative wind angle": [ - 0.17693127032702563, + 0.1769312703270269, 0.06751437866259455, 0.06604865952948348, 0.17602261635716795, 0.2064506160280453, - 0.09946447692304931, - 0.0974547967418351, - 0.20608604945341374 + 0.09946447692304933, + 0.09745479674183509, + 0.20608604945341377 ], "resistance": [ 96792.07227953855, @@ -69138,19 +47363,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 9.191091006190618, + 9.191091006189708, 356.28201570232704, - 512.6704287058342, + 512.6704287058299, 276.9614072943241, -82.80532900887579, -367.09635517301365, - -434.3757494707686, + -434.37574947076973, -311.92459279185243 ], "relative wind speed": [ - 1.7340747638762757, + 1.7340747638762755, 1.9372164490759343, - 1.9992949516092227, + 1.9992949516092224, 1.8965714468213881, 1.669325140082963, 1.4285846630337289, @@ -69158,19 +47383,19 @@ 1.482119582600335 ], "relative wind angle": [ - 0.19120668081732536, + 0.19120668081732653, 0.10845683079800227, - 0.016506454749994407, + 0.016506454750001134, 0.13558602354508678, - 0.19872044621565477, - 0.14731578736038045, - 0.024623142376765484, + 0.19872044621565535, + 0.14731578736038048, + 0.024623142376769994, 0.17384377633734804 ], "resistance": [ 96643.69109100621, 96990.78201570235, - 97147.17042870587, + 97147.17042870585, 96911.46140729435, 96551.69467099116, 96267.40364482702, @@ -69180,7 +47405,7 @@ "fuel": [ 39.242493059823055, 39.4215255851974, - 39.50233858676581, + 39.502338586765795, 39.38057180678252, 39.19511565908224, 39.048907145274306, @@ -69218,9 +47443,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -84.55787898870824, + -84.5578789887087, 301.51654265264574, - 560.0250974311004, + 560.0250974310975, 395.9359628385987, 24.0159840834267, -320.89289214124005, @@ -69228,9 +47453,9 @@ -386.15518949105603 ], "relative wind speed": [ - 1.5840732086379157, + 1.5840732086379155, 1.839619657421298, - 1.9553176078731025, + 1.9553176078731023, 1.8892559757064555, 1.664644528472378, 1.3769999464511946, @@ -69238,19 +47463,19 @@ 1.3080677332443056 ], "relative wind angle": [ - 0.23851337825797522, + 0.2385133782579757, 0.16045403465569852, - 0.021174722785220975, + 0.02117472278522622, 0.12490303011753161, - 0.22676147398610152, - 0.2150966784054329, + 0.226761473986102, + 0.21509667840543292, 0.03430431076523841, - 0.18091535558923272 + 0.18091535558923275 ], "resistance": [ 96549.9421210113, 96936.01654265267, - 97194.52509743112, + 97194.5250974311, 97030.43596283862, 96658.51598408344, 96313.60710785877, @@ -69260,7 +47485,7 @@ "fuel": [ 39.09366965787698, 39.29270353287636, - 39.42628308921804, + 39.42628308921803, 39.34146421176227, 39.14958694631028, 38.97210497792908, @@ -69298,19 +47523,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -55.73915591530317, + -55.739155915303854, 343.15359852868187, - 592.5786584086609, + 592.5786584086534, 385.66387137816014, - -6.896294868289033, + -6.89629486828926, -353.92633293686595, -472.63558872984834, -383.2908087577488 ], "relative wind speed": [ - 1.6302371015262296, + 1.6302371015262294, 1.8838313906276611, - 1.9880786070661418, + 1.9880786070661416, 1.9058163933910341, 1.6659828330070732, 1.3727166855373933, @@ -69318,14 +47543,14 @@ 1.3420267067942073 ], "relative wind angle": [ - 0.23882012142505626, - 0.15224096558151634, - 0.009246885302714707, + 0.2388201214250572, + 0.1522409655815163, + 0.009246885302726717, 0.13668802984404935, - 0.23359953868512612, - 0.20965242974826123, - 0.0151078818229451, - 0.19473568297595692 + 0.23359953868512662, + 0.20965242974826126, + 0.015107881822945101, + 0.19473568297595695 ], "resistance": [ 96578.76084408475, @@ -69378,9 +47603,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -88.78861532812857, + -88.78861532812925, 271.6626513776414, - 511.43866665508517, + 511.4386666550779, 362.0077274245252, 15.968690386113622, -307.52394160883455, @@ -69388,9 +47613,9 @@ -370.353110589381 ], "relative wind speed": [ - 1.6599830529636783, + 1.659983052963678, 1.8894395341125532, - 1.99520520803217, + 1.9952052080321698, 1.9358338037112945, 1.7339334749097428, 1.4805699167792539, @@ -69398,9 +47623,9 @@ 1.419371873734241 ], "relative wind angle": [ - 0.20036285390822497, - 0.13818831683971128, - 0.01889486757547165, + 0.20036285390822556, + 0.1381883168397113, + 0.0188948675754834, 0.10711306158015162, 0.19170887037394657, 0.17670744352738182, @@ -69410,7 +47635,7 @@ "resistance": [ 96545.71138467184, 96906.16265137761, - 97145.93866665506, + 97145.93866665504, 96996.5077274245, 96650.46869038609, 96326.97605839114, @@ -69458,33 +47683,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 22.428926862812204, + 22.428926862811522, 380.8931934333659, - 526.1633451714158, + 526.1633451714183, 272.0263479921366, - -104.19218311081431, + -104.19218311081454, -393.8690463932611, - -456.2883098562726, + -456.2883098562737, -318.0085496972089 ], "relative wind speed": [ - 1.8329196780549384, + 1.8329196780549382, 2.0305352530597345, - 2.085826946645163, + 2.0858269466451627, 1.9771370948661755, - 1.7484134408135465, + 1.7484134408135468, 1.5144209098860606, 1.4373134852450942, 1.5835002413396162 ], "relative wind angle": [ - 0.17789858163385472, + 0.17789858163385533, 0.09814863195603095, - 0.020599644313361247, - 0.13175010128273057, - 0.18659575097864353, - 0.13176745919230842, - 0.029896508865566204, + 0.020599644313355855, + 0.13175010128273054, + 0.18659575097864414, + 0.13176745919230845, + 0.02989650886556992, 0.16477046749310367 ], "resistance": [ @@ -69538,9 +47763,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 60.99450860219304, + 60.99450860219213, 440.48576421185203, - 562.9234542665517, + 562.9234542665538, 269.77124691772997, -136.70806942931313, -433.6885453021115, @@ -69548,24 +47773,24 @@ -315.0757689895861 ], "relative wind speed": [ - 1.8346706842439957, + 1.8346706842439955, 2.0400329166645994, 2.0862583249787936, - 1.9561447802482328, + 1.956144780248233, 1.7005666762616485, 1.447829147020065, 1.38038753308359, 1.5593079037648443 ], "relative wind angle": [ - 0.1937361761214456, + 0.1937361761214473, 0.09887304408954396, - 0.03280833085677322, - 0.15301695035165663, + 0.03280833085676984, + 0.15301695035165735, 0.20923213847704963, 0.1395404907777494, - 0.04959653522960319, - 0.19239562119173179 + 0.04959653522960318, + 0.1923956211917318 ], "resistance": [ 96695.49450860219, @@ -69622,30 +47847,30 @@ 462.8416323907104, 489.5456797960628, 172.36864770766374, - -214.1586934890097, + -214.15869348900947, -457.0510733854842, -468.4949744948683, - -253.83203253263855 + -253.83203253263878 ], "relative wind speed": [ - 2.0626165599285073, + 2.062616559928507, 2.2198476275941412, 2.22930220030525, 2.0870890037132965, 1.8562768726126522, 1.6650607830804798, 1.6523808885369282, - 1.8287182373637982 + 1.8287182373637985 ], "relative wind angle": [ - 0.14052083637157475, + 0.14052083637157398, 0.05882804210895515, 0.04680887888038196, 0.13361379891197495, - 0.156262631990336, - 0.078464401728497, + 0.15626263199033527, + 0.07846440172849702, 0.06317093421021992, - 0.15263004256807863 + 0.15263004256807938 ], "resistance": [ 96760.65763825533, @@ -69698,11 +47923,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 82.45567983341016, - 481.56125573757276, - 585.9249852369139, + 82.45567983340902, + 481.56125573757254, + 585.9249852369112, 261.62551370870256, - -173.55666568507422, + -173.55666568507445, -480.3146818315854, -525.2158892068121, -326.99451929162865 @@ -69710,7 +47935,7 @@ "relative wind speed": [ 2.007108867779394, 2.203500324792563, - 2.240276303015997, + 2.2402763030159965, 2.10309938082496, 1.8485126199475592, 1.6093698244540124, @@ -69718,14 +47943,14 @@ 1.738521759310979 ], "relative wind angle": [ - 0.1710129958300562, - 0.08385222919405233, - 0.03597439764575167, + 0.17101299583005813, + 0.08385222919405234, + 0.03597439764575475, 0.14241550417169588, - 0.1858496214657578, + 0.18584962146575842, 0.11492626021359784, 0.051747810702333454, - 0.1725540640632093 + 0.17255406406320933 ], "resistance": [ 96716.9556798334, @@ -69765,68 +47990,7 @@ "id": "1323", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.59256451133651, - 7.59256451133651, - 7.59256451133651, - 7.59256451133651, - 7.59256451133651, - 7.59256451133651, - 7.59256451133651, - 7.59256451133651 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 130.75498885764046, - 521.7863712556077, - 566.9202139175477, - 208.98965422858237, - -235.9994202347507, - -522.1315497727569, - -541.4535462855579, - -303.1990278275787 - ], - "relative wind speed": [ - 2.2334619749695483, - 2.4033378590669354, - 2.4181017012609445, - 2.271608085039942, - 2.029147076892839, - 1.8247622827297771, - 1.8051521862869488, - 1.9863501607920986 - ], - "relative wind angle": [ - 0.13782334945532532, - 0.05994294444571558, - 0.04270578062816271, - 0.1280006577083215, - 0.15180333845256042, - 0.07898382091170056, - 0.05722060008244968, - 0.14650686362124074 - ], - "resistance": [ - 96765.25498885766, - 97156.28637125563, - 97201.42021391756, - 96843.4896542286, - 96398.50057976527, - 96112.36845022725, - 96093.04645371446, - 96331.30097217244 - ], - "fuel": [ - 39.901767026861684, - 40.10367327224506, - 40.12701443361061, - 39.94211740444804, - 39.712913101362744, - 39.56592181096196, - 39.556006729942595, - 39.6783640657076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -65.78125, -52.5 -65.625, -52.34375 -65.625, -52.34375 -65.78125, -52.5 -65.78125))", @@ -69858,9 +48022,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 224.25527840975542, + 224.25527840975474, 445.3706023766092, - 332.95762777982895, + 332.95762777982804, 32.31659058058381, -257.68304029796934, -381.68934924636983, @@ -69868,7 +48032,7 @@ -93.61757244794546 ], "relative wind speed": [ - 1.7473416749323885, + 1.7473416749323882, 1.8552576518547117, 1.8073975659439594, 1.6217285156611776, @@ -69878,14 +48042,14 @@ 1.5258088932488127 ], "relative wind angle": [ - 0.1466421572472583, - 0.02637830932541137, - 0.10315690930671645, - 0.19368187423384609, - 0.18605972830100367, - 0.03975109551391347, + 0.14664215724725907, + 0.026378309325411374, + 0.10315690930671861, + 0.1936818742338461, + 0.1860597283010037, + 0.039751095513913474, 0.1435987365222537, - 0.2060274692528685 + 0.20602746925286847 ], "resistance": [ 96858.75527840976, @@ -69938,9 +48102,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 202.1873266324842, + 202.18732663248284, 458.2837970479452, - 382.7259682246463, + 382.72596822464493, 73.2472879052616, -246.29673177663346, -404.4475271062237, @@ -69948,23 +48112,23 @@ -136.10790104418095 ], "relative wind speed": [ - 1.7860580558014776, + 1.7860580558014774, 1.9137412689020368, - 1.8827169311853964, + 1.8827169311853962, 1.7045970272058553, - 1.4559501134714232, + 1.455950113471423, 1.283506317597239, 1.3285974065301518, 1.5505299372962016 ], "relative wind angle": [ - 0.15664184685496502, + 0.15664184685496715, 0.04104461189629606, - 0.08912504719389931, + 0.08912504719390181, 0.18616938003216796, - 0.19256024003021022, + 0.19256024003020908, 0.06121963421561944, - 0.12646623108105323, + 0.12646623108105326, 0.20491886565644066 ], "resistance": [ @@ -70018,34 +48182,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 184.6504287440564, - 405.27600208760623, - 333.06816288251935, - 62.34478201285356, - -213.07308435510583, + 184.6504287440555, + 405.2760020876083, + 333.0681628825189, + 62.34478201285344, + -213.0730843551056, -347.15314045645493, -315.8931565253604, -108.85422249736234 ], "relative wind speed": [ - 1.5997524080184562, - 1.721124853471923, - 1.6882996630487739, - 1.512951101135975, + 1.5997524080184558, + 1.7211248534719228, + 1.6882996630487737, + 1.5129511011359753, 1.267710090060775, 1.0972811299589535, 1.1471446670547458, 1.3701370752498403 ], "relative wind angle": [ - 0.17123682343298643, - 0.04251379789720436, - 0.10035836449881, - 0.20795620744148977, - 0.21672582060543588, + 0.17123682343298646, + 0.04251379789719913, + 0.10035836449880998, + 0.2079562074414903, + 0.21672582060543535, 0.06671380911503844, - 0.1479933267128021, - 0.23000321934141402 + 0.14799332671280213, + 0.230003219341414 ], "resistance": [ 96819.15042874403, @@ -70098,17 +48262,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 254.2102077965077, + 254.21020779650678, 477.3909082270344, 339.0031247013393, - 18.650417490687346, + 18.650417490687573, -280.4401964803342, -398.95836714323696, - -339.25820917829344, + -339.2582091782933, -79.31249737954693 ], "relative wind speed": [ - 1.765135640016763, + 1.7651356400167628, 1.8701342614753294, 1.811662724365, 1.611201768077336, @@ -70118,13 +48282,13 @@ 1.536431106808644 ], "relative wind angle": [ - 0.14853868565487027, - 0.020450324318770256, + 0.14853868565487102, + 0.02045032431877026, 0.11459045283979188, - 0.20703026810037503, + 0.207030268100375, 0.1937430678826241, 0.03166353756198191, - 0.1607713891221967, + 0.16077138912219602, 0.21726306081981042 ], "resistance": [ @@ -70178,19 +48342,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 233.21106951723493, + 233.21106951723357, 420.16618346337725, - 283.25886476305357, + 283.25886476305175, -1.407328489111137, - -260.2848072555647, + -260.28480725556483, -353.9583271782816, - -295.1025479287596, + -295.10254792875946, -59.46906349219796 ], "relative wind speed": [ - 1.722163205242951, + 1.7221632052429507, 1.8105905511412097, - 1.7504774719014469, + 1.7504774719014466, 1.564941922242931, 1.3390994728841958, 1.2168793530541866, @@ -70198,14 +48362,14 @@ 1.51986521895134 ], "relative wind angle": [ - 0.1317121469551249, - 0.012685679367755364, - 0.11087854356354697, - 0.1908706868328077, - 0.16971401083368126, + 0.13171214695512656, + 0.012685679367755366, + 0.11087854356354997, + 0.19087068683280772, + 0.16971401083368193, 0.01887559274307231, - 0.14933514018864744, - 0.1966045674765824 + 0.1493351401886467, + 0.19660456747658236 ], "resistance": [ 96867.71106951726, @@ -70258,34 +48422,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 325.2098772808687, + 325.2098772808682, 410.5763867290847, 194.02917473793752, -103.39662175096942, -318.8429779910117, -355.6878361412761, -227.70383920230802, - 48.51148110292797 + 48.5114811029282 ], "relative wind speed": [ - 1.7446134432695564, + 1.7446134432695561, 1.7823111019838154, 1.669156384226876, 1.4494155276801757, 1.2337853281455402, 1.1786727442888008, 1.3340986722797965, - 1.5700627154682876 + 1.5700627154682878 ], "relative wind angle": [ - 0.0976403023976079, + 0.09764030239760792, 0.03455240030895531, 0.15467492023472307, - 0.20996252812427157, + 0.20996252812427155, 0.13828769252481427, 0.05226124927079092, 0.19396461415379598, - 0.1936149349470336 + 0.19361493494703416 ], "resistance": [ 96959.7098772809, @@ -70338,9 +48502,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 348.07083176953915, + 348.07083176953756, 397.03625990828345, - 160.6717317346861, + 160.67173173468518, -142.492935933387, -345.69440736567424, -366.726697089323, @@ -70348,7 +48512,7 @@ 76.30495719452324 ], "relative wind speed": [ - 1.8938367637440767, + 1.8938367637440763, 1.9140275240824551, 1.7938706448971555, 1.584618059089697, @@ -70358,12 +48522,12 @@ 1.7413667847821446 ], "relative wind angle": [ - 0.07188150191248599, - 0.041518694169817426, - 0.13889930496796954, + 0.07188150191248754, + 0.04151869416981742, + 0.13889930496797115, 0.17237561892686912, - 0.09738770217512821, - 0.05797574560268207, + 0.09738770217512822, + 0.05797574560268208, 0.16360025038233184, 0.15672442276303883 ], @@ -70418,9 +48582,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 388.17285287303366, + 388.17285287302775, 342.7952380095353, - 77.29793083513937, + 77.29793083513869, -208.3833399567684, -358.6940749590385, -339.19722226335375, @@ -70428,7 +48592,7 @@ 155.44496714437014 ], "relative wind speed": [ - 1.888710149271398, + 1.8887101492713978, 1.8697597082123887, 1.7191625935978463, 1.5041238775211132, @@ -70438,14 +48602,14 @@ 1.7684658795153612 ], "relative wind angle": [ - 0.0426676573188981, + 0.04266765731890851, 0.07157932326988282, - 0.15751392340315568, + 0.15751392340315706, 0.1654033613746254, 0.0597091188544593, - 0.09732277040481457, + 0.09732277040481459, 0.17371382199018753, - 0.1405008626854935 + 0.14050086268549347 ], "resistance": [ 97022.67285287303, @@ -70500,7 +48664,7 @@ "wind resistance": [ 310.83578045445256, 432.32892527582544, - 228.20266248716348, + 228.20266248716325, -73.22935714263349, -306.27513139821986, -358.7595349698853, @@ -70508,9 +48672,9 @@ 22.04268820231664 ], "relative wind speed": [ - 1.6986926631536483, + 1.698692663153648, 1.7533123725453867, - 1.6502916617798264, + 1.6502916617798262, 1.4279470577750373, 1.1923693406789926, 1.1104940939611316, @@ -70521,11 +48685,11 @@ 0.11744940372085368, 0.022838424018815254, 0.1555545489403786, - 0.22712521040134784, - 0.16772353757873823, + 0.2271252104013478, + 0.16772353757873826, 0.03606330818428835, 0.20458264759524358, - 0.21515213280618395 + 0.21515213280618392 ], "resistance": [ 96945.33578045446, @@ -70578,17 +48742,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 364.9524055366278, + 364.9524055366271, 468.0588047186088, 226.0620132163972, -109.7946709986029, - -355.793238688355, + -355.79323868835525, -400.3368512705765, - -259.42547615666865, + -259.4254761566689, 50.7376451456671 ], "relative wind speed": [ - 1.8278982892468907, + 1.8278982892468905, 1.8712277892798477, 1.7517430451759863, 1.51529662678516, @@ -70598,17 +48762,17 @@ 1.6375745625168137 ], "relative wind angle": [ - 0.10303260874322197, + 0.10303260874322304, 0.03341341429533308, 0.15845137407880944, - 0.2184463755674249, - 0.1474916867254941, - 0.051472349148935684, - 0.2014026843504017, + 0.21844637556742488, + 0.14749168672549487, + 0.05147234914893568, + 0.20140268435040226, 0.20190008076801128 ], "resistance": [ - 96999.45240553662, + 96999.4524055366, 97102.55880471859, 96860.56201321639, 96524.70532900139, @@ -70618,7 +48782,7 @@ 96685.23764514565 ], "fuel": [ - 39.28363241810577, + 39.28363241810575, 39.33690528654611, 39.21193326083697, 39.03885117568904, @@ -70658,37 +48822,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 396.81796688632596, + 396.81796688631937, 303.60642019141585, - 33.81807483802129, + 33.81807483802106, -230.8155757122165, -347.4822895045138, -307.3782740454857, - -93.95052619588148, + -93.95052619588171, 193.68537025931494 ], "relative wind speed": [ - 1.8079536495290958, + 1.8079536495290955, 1.7671582310258775, 1.5983426702782269, 1.3773393068763948, 1.2390218425049366, 1.2965428305950388, 1.4997240524235687, - 1.7049363503612551 + 1.704936350361255 ], "relative wind angle": [ - 0.027750017029753476, + 0.027750017029765484, 0.09395508451669446, - 0.1790304430930006, + 0.17903044309300184, 0.17273428369890803, - 0.0404980921077286, + 0.04049809210772861, 0.1282213605936836, - 0.19094363469158182, - 0.1393012319745265 + 0.1909436346915824, + 0.1393012319745257 ], "resistance": [ - 97031.31796688634, + 97031.31796688633, 96938.10642019143, 96668.31807483804, 96403.6844242878, @@ -70698,7 +48862,7 @@ 96828.18537025934 ], "fuel": [ - 39.27992072970614, + 39.279920729706134, 39.23178331315804, 39.092638211171945, 38.956414803208574, @@ -70738,9 +48902,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 465.9295923177026, + 465.9295923177008, 390.6985366943545, - 75.0680413719756, + 75.06804137197514, -252.1065806350365, -414.6835816612065, -382.2507340147066, @@ -70748,9 +48912,9 @@ 203.7304906213485 ], "relative wind speed": [ - 1.9567834747141208, + 1.9567834747141206, 1.9265342262005414, - 1.7494472783041974, + 1.7494472783041972, 1.5024729479636916, 1.3313829892604023, 1.3747902044617981, @@ -70758,12 +48922,12 @@ 1.828703713465778 ], "relative wind angle": [ - 0.040433442790175335, - 0.08598436603324784, + 0.04043344279017808, + 0.08598436603324786, 0.17992658059348318, 0.18563278510869435, - 0.05944535977345979, - 0.12063641398298314, + 0.059445359773459786, + 0.12063641398298312, 0.19768743104929376, 0.15222975203633102 ], @@ -70805,68 +48969,7 @@ "id": "1336", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.376279831261782, - 7.376279831261782, - 7.376279831261782, - 7.376279831261782, - 7.376279831261782, - 7.376279831261782, - 7.376279831261782, - 7.376279831261782 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -71.92478556470087, - 416.6288166177494, - 708.6919163124887, - 443.3731032125545, - -40.791007520937455, - -464.2235513304008, - -596.5219041474111, - -482.8706539860873 - ], - "relative wind speed": [ - 2.073015414910596, - 2.3190010613874934, - 2.4180678108301903, - 2.3303110463281667, - 2.090874798101691, - 1.8142172992994574, - 1.6799102339174639, - 1.7996668467120973 - ], - "relative wind angle": [ - 0.17899567206920908, - 0.11556387007334637, - 0.00375234746635716, - 0.10945918067750571, - 0.1774504404011342, - 0.14792845156776016, - 0.005401153742414511, - 0.14192711970802765 - ], - "resistance": [ - 96562.57521443527, - 97051.12881661773, - 97343.19191631245, - 97077.87310321252, - 96593.70899247903, - 96170.27644866957, - 96037.97809585257, - 96151.62934601388 - ], - "fuel": [ - 39.70606208336227, - 39.958043412876606, - 40.109105000134726, - 39.97186295604685, - 39.72209345839032, - 39.504369035851525, - 39.43647944735258, - 39.49479623510071 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -65.78125, -51.71875 -65.625, -51.5625 -65.625, -51.5625 -65.78125, -51.71875 -65.78125))", @@ -70885,68 +48988,7 @@ "id": "1337", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5263339506784686, - 7.5263339506784686, - 7.5263339506784686, - 7.5263339506784686, - 7.5263339506784686, - 7.5263339506784686, - 7.5263339506784686, - 7.5263339506784686 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 12.296944849484134, - 494.9052502483446, - 704.9667507064491, - 374.41726691275153, - -128.1130969800538, - -522.7165870216631, - -612.8021485451168, - -438.6566618043378 - ], - "relative wind speed": [ - 2.1619496815730614, - 2.389033171591785, - 2.4571126333207065, - 2.338916629899875, - 2.083009998243722, - 1.8180972425784239, - 1.724979589911995, - 1.8821333844377188 - ], - "relative wind angle": [ - 0.1701746590929104, - 0.09665929931046557, - 0.0163087927666574, - 0.12311613743585463, - 0.1766904336700485, - 0.12715786424373643, - 0.02323179317937136, - 0.1532081871053563 - ], - "resistance": [ - 96646.79694484947, - 97129.40525024832, - 97339.46675070643, - 97008.91726691274, - 96506.38690301993, - 96111.78341297832, - 96021.69785145487, - 96195.84333819564 - ], - "fuel": [ - 39.8124363410863, - 40.061497172191366, - 40.17017482916724, - 39.99923547151183, - 39.74013734739998, - 39.53734356466258, - 39.49112822225151, - 39.5804948942711 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -65.9375, -51.875 -65.78125, -51.71875 -65.78125, -51.71875 -65.9375, -51.875 -65.9375))", @@ -70978,14 +49020,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 98.09759532681801, + 98.09759532681733, 516.7440022116352, - 618.5555148125056, + 618.5555148125034, 272.1108548399236, -185.87921916317146, -504.90368143767864, -548.8078901289373, - -334.6705765240081 + -334.6705765240083 ], "relative wind speed": [ 2.003619383492524, @@ -70995,17 +49037,17 @@ 1.8261355354044146, 1.5717913258396063, 1.520405230370592, - 1.7178947403447482 + 1.717894740344748 ], "relative wind angle": [ - 0.18190653059946296, - 0.08721416703218642, - 0.04027860524364644, + 0.18190653059946418, + 0.08721416703218643, + 0.0402786052436492, 0.15328632989433028, - 0.19981427189390152, + 0.19981427189390155, 0.12271156436867818, 0.05947943724458098, - 0.18749288791520888 + 0.1874928879152083 ], "resistance": [ 96732.59759532684, @@ -71058,9 +49100,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 154.81209800456713, + 154.81209800456577, 643.9047547973603, - 718.0213685309338, + 718.0213685309325, 282.0924399983121, -266.83260052523633, -628.2207573935332, @@ -71070,7 +49112,7 @@ "relative wind speed": [ 2.2972435977266423, 2.503805459125774, - 2.5268817259973515, + 2.526881725997351, 2.3574547597857545, 2.066685162074986, 1.810931784824853, @@ -71078,11 +49120,11 @@ 1.9977294015958333 ], "relative wind angle": [ - 0.1638480312038029, + 0.16384803120380492, 0.07284052098260854, - 0.04632773354294685, - 0.14803498308658783, - 0.18232145003680456, + 0.04632773354294686, + 0.1480349830865878, + 0.18232145003680458, 0.10079128854184663, 0.06584282585852044, 0.17494489337534508 @@ -71138,34 +49180,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 339.63397042732527, + 339.6339704273237, 288.5517951323402, 54.23075731644076, -192.55224098162319, -316.4446990874418, -294.5715734765905, -116.56391394832053, - 142.71459978463963 + 142.7145997846394 ], "relative wind speed": [ - 1.8316452461409036, + 1.8316452461409034, 1.809530935085131, 1.6712076400490379, 1.4807294127996833, 1.3509136962588937, 1.3803948411307427, 1.5449780407151947, - 1.7283901551791894 + 1.7283901551791891 ], "relative wind angle": [ - 0.03485783109061096, - 0.06911532126281632, + 0.03485783109061415, + 0.06911532126281633, 0.14444797190110825, 0.1458790120947698, 0.04727025174035522, 0.09065384003152666, 0.15634317385105562, - 0.12485739636187182 + 0.12485739636187093 ], "resistance": [ 96974.13397042733, @@ -71218,47 +49260,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 383.42222009311877, + 383.42222009311104, 248.57785022249845, - -14.368877140864129, - -249.25371011535026, - -327.9613834634541, + -14.368877140864583, + -249.25371011535037, + -327.9613834634516, -270.22873369867443, - -49.41130381768778, + -49.411303817687894, 218.5231380516459 ], "relative wind speed": [ - 1.8122361757709284, + 1.8122361757709282, 1.752749081081464, - 1.581465603256197, + 1.5814656032561967, 1.3803812955426598, 1.278385612721523, 1.3588010856465729, - 1.554810688573929, + 1.5548106885739292, 1.7358044851025678 ], "relative wind angle": [ - 0.007463149411292292, + 0.0074631494113071685, 0.10241181593810236, 0.16960208046121703, - 0.14416616840017563, - 0.010579840680922051, + 0.14416616840017565, + 0.010579840680911558, 0.13225782192494118, - 0.17253860143674407, + 0.17253860143674474, 0.11450001704231542 ], "resistance": [ - 97017.92222009314, + 97017.92222009313, 96883.07785022251, 96620.13112285915, - 96385.24628988467, + 96385.24628988466, 96306.53861653656, 96364.27126630134, 96585.08869618233, 96853.02313805166 ], "fuel": [ - 39.29683806909636, + 39.29683806909635, 39.22721730077096, 39.09165130292124, 38.97077057836657, @@ -71298,9 +49340,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 393.9747394813119, + 393.974739481308, 280.4549364832469, - 11.44184063803209, + 11.441840638031636, -241.74342971897715, -341.8315002012089, -293.09977974661945, @@ -71308,7 +49350,7 @@ 206.79579065273674 ], "relative wind speed": [ - 1.8190092586241222, + 1.8190092586241218, 1.7693868722296595, 1.5987558918100329, 1.386118035650504, @@ -71318,17 +49360,17 @@ 1.7279776638790227 ], "relative wind angle": [ - 0.018264184307861153, + 0.01826418430786723, 0.09774780082601064, - 0.17440840557897486, + 0.17440840557897613, 0.15914210151850378, 0.026279282169461148, 0.1299205422941518, 0.1819274540444396, - 0.12746445835985995 + 0.12746445835985998 ], "resistance": [ - 97028.47473948129, + 97028.47473948127, 96914.95493648322, 96645.941840638, 96392.756570281, @@ -71338,7 +49380,7 @@ 96841.2957906527 ], "fuel": [ - 39.29807469388517, + 39.298074693885155, 39.239454936110654, 39.100732460984595, 38.970417934863676, @@ -71378,9 +49420,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 500.198570023146, + 500.1985700231364, 362.58248559044773, - 22.50229715653586, + 22.502297156535406, -300.483061855964, -432.0412334229238, -372.87241694170837, @@ -71390,7 +49432,7 @@ "relative wind speed": [ 2.016675210153221, 1.96254488507305, - 1.7684131072268794, + 1.768413107226879, 1.5226194652516818, 1.3779292969388133, 1.4539895545300312, @@ -71398,17 +49440,17 @@ 1.9097900446503309 ], "relative wind angle": [ - 0.021109064199521833, + 0.021109064199537616, 0.0999372663240214, - 0.18165493447186767, + 0.1816549344718671, 0.16893623894790358, 0.030896896121200286, 0.1350778425745088, 0.19078406172768866, - 0.13445288906653916 + 0.13445288906653918 ], "resistance": [ - 97134.69857002315, + 97134.69857002313, 96997.08248559045, 96657.00229715653, 96334.01693814404, @@ -71418,7 +49460,7 @@ 96893.13880783292 ], "fuel": [ - 39.52811082632078, + 39.52811082632077, 39.45699992032311, 39.28157118500067, 39.11535918610904, @@ -71458,9 +49500,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 404.6522225762483, + 404.6522225762478, 437.11174446660016, - 160.28952904325251, + 160.28952904325183, -181.96914222292844, -401.06266956657976, -414.97781810974845, @@ -71468,9 +49510,9 @@ 104.15464265954438 ], "relative wind speed": [ - 2.0747395960276838, + 2.0747395960276833, 2.087019702747874, - 1.9553969322772229, + 1.9553969322772227, 1.7378158529283965, 1.55423738976655, 1.537708364877954, @@ -71482,9 +49524,9 @@ 0.04503430748961042, 0.13383257469583928, 0.1589325585543417, - 0.0824758923683793, - 0.06113921419882358, - 0.15391100865571702, + 0.08247589236837928, + 0.06113921419882359, + 0.15391100865571705, 0.14347142798160864 ], "resistance": [ @@ -71538,11 +49580,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 544.3351528850665, + 544.3351528850615, 481.39564737699425, 104.74292760087587, -302.88370587109466, - -517.0063930920142, + -517.0063930920132, -490.09196789565385, -208.96347216518257, 214.03167783035565 @@ -71550,22 +49592,22 @@ "relative wind speed": [ 2.384540498861855, 2.3636080179426786, - 2.1955018729783875, + 2.195501872978387, 1.9585059050833715, - 1.7916167070577926, + 1.7916167070577924, 1.8191429172107492, 2.018835144698384, 2.2494840376127403 ], "relative wind angle": [ - 0.037426474461826086, + 0.037426474461832025, 0.06212081560002937, - 0.13557240451349753, + 0.1355724045134967, 0.13980445917337342, - 0.04982150076380703, + 0.0498215007638048, 0.08074924906860871, 0.14751948532907425, - 0.12162380041794961 + 0.12162380041794962 ], "resistance": [ 97178.83515288508, @@ -71618,19 +49660,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 406.2719143064369, + 406.2719143064328, 371.52373078201754, 88.73262079613846, -224.9245028600351, - -395.5348868255603, + -395.5348868255594, -380.71822971430834, - -172.76208791155523, + -172.762087911555, 149.35400847515461 ], "relative wind speed": [ 2.1632824469091707, 2.1505188626837883, - 2.0134780134672354, + 2.013478013467235, 1.8171818147107393, 1.6761199435417147, 1.692464957239834, @@ -71638,13 +49680,13 @@ 2.046220726737024 ], "relative wind angle": [ - 0.03730677485621287, + 0.037306774856218826, 0.05365880858134479, - 0.12138197219865206, + 0.12138197219865114, 0.12660305174234437, - 0.04815739321824484, + 0.04815739321824253, 0.06820133903582362, - 0.13192480477271148, + 0.13192480477271062, 0.1123682500584844 ], "resistance": [ @@ -71698,9 +49740,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 494.96263092398203, + 494.9626309239766, 392.0347861713567, - 44.303523332519035, + 44.30352333251767, -308.3878255797297, -469.5757675127659, -425.83112011887965, @@ -71708,9 +49750,9 @@ 224.69556193940844 ], "relative wind speed": [ - 2.428954767324005, + 2.4289547673240044, 2.3950359555627077, - 2.2386108035934296, + 2.238610803593429, 2.0371435017563875, 1.9122065984754066, 1.954522475828999, @@ -71718,9 +49760,9 @@ 2.3251670241534512 ], "relative wind angle": [ - 0.02212457266539761, - 0.06047785592556451, - 0.11571108304331548, + 0.022124572665402627, + 0.060477855925564504, + 0.11571108304331645, 0.10857641608931198, 0.028104848560986034, 0.07413116478849259, @@ -71778,9 +49820,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 519.1820505117137, + 519.1820505117128, 174.99401947362412, - -225.50447444177678, + -225.50447444177723, -467.5402760730449, -469.33730474687513, -231.50009859955048, @@ -71788,23 +49830,23 @@ 515.0328526536998 ], "relative wind speed": [ - 2.0285047391968742, + 2.028504739196874, 1.8549828881681734, - 1.5752872527715793, + 1.575287252771579, 1.3411035486790408, 1.3387020506907539, 1.5703480958281408, - 1.8507902984193474, + 1.8507902984193472, 2.026917839772567 ], "relative wind angle": [ 0.0694041145722626, 0.18666174677110162, - 0.22155558642026893, - 0.10856017508465864, - 0.10527642263592774, - 0.22101195179324734, - 0.18814454914785778, + 0.22155558642026943, + 0.10856017508465865, + 0.10527642263592775, + 0.22101195179324737, + 0.1881445491478572, 0.0717490243733442 ], "resistance": [ @@ -71858,33 +49900,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 466.8731003030889, + 466.87310030308845, 123.70540691106726, - -254.39209708814315, - -463.1666851696699, - -446.0032898387806, + -254.3920970881436, + -463.16668516967, + -446.0032898387809, -196.16193177692958, - 191.78762991561052, + 191.78762991561007, 506.6738916888237 ], "relative wind speed": [ - 2.0655023432270014, + 2.065502343227001, 1.8909275981860205, - 1.631250225864798, - 1.4346386526659183, + 1.6312502258647976, + 1.434638652665918, 1.4561405267337915, 1.676615036879737, 1.930198918269524, 2.0804944363659597 ], "relative wind angle": [ - 0.07353314597966783, + 0.07353314597966784, 0.1719645791042618, - 0.18861316648664883, - 0.07603030774033327, - 0.10440067763120933, - 0.19420994978919362, - 0.15912809459772062, + 0.18861316648664825, + 0.07603030774033182, + 0.1044006776312104, + 0.19420994978919365, + 0.15912809459772134, 0.052401412759392516 ], "resistance": [ @@ -71938,17 +49980,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 393.11554000103627, + 393.1155400010326, 217.94087976727565, - -51.19898252499456, + -51.19898252499502, -265.8807575369391, - -319.59683569288666, + -319.596835692886, -230.73225849842595, 7.284629667571153, 268.7607581940632 ], "relative wind speed": [ - 1.6431930952090767, + 1.6431930952090763, 1.551682621910921, 1.3422111734560804, 1.1120323535951668, @@ -71958,13 +50000,13 @@ 1.583464994901265 ], "relative wind angle": [ - 0.01609416011186256, + 0.01609416011186946, 0.15429759313940844, - 0.23368346127527015, - 0.1818163905507865, - 0.025885616549338793, + 0.2336834612752716, + 0.18181639055078652, + 0.02588561654933451, 0.20778868631347258, - 0.2248959211370563, + 0.22489592113705634, 0.12732705583165407 ], "resistance": [ @@ -71972,7 +50014,7 @@ 96852.44087976724, 96583.30101747497, 96368.61924246301, - 96314.90316430706, + 96314.90316430708, 96403.76774150154, 96641.78462966753, 96903.26075819402 @@ -71982,7 +50024,7 @@ 39.004172096056685, 38.86544692123385, 38.75498481540107, - 38.72737263196151, + 38.727372631961515, 38.77305834188981, 38.89556873283562, 39.03039689481653 @@ -72018,34 +50060,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 414.47110061712647, + 414.4711006171208, 218.6969041765633, - -73.75023006374113, + -73.75023006374147, -301.1133026973456, -352.3113096564816, -247.67098483247094, - 15.347056543133021, + 15.347056543132794, 295.56122661015297 ], "relative wind speed": [ - 1.7919769009676818, + 1.7919769009676816, 1.6954536983740658, 1.4875729875089618, 1.2703230310638645, 1.1950232014415858, 1.328419520428368, - 1.5576868338722951, + 1.557686833872295, 1.7394082506226503 ], "relative wind angle": [ - 0.019952116376243046, + 0.019952116376254176, 0.13988632827000116, - 0.20207931647058477, - 0.14681881391996537, + 0.20207931647058586, + 0.14681881391996535, 0.029921339325648617, 0.17890724068856564, 0.19286611494892184, - 0.10704408715053483 + 0.10704408715053484 ], "resistance": [ 97048.9711006171, @@ -72098,17 +50140,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 274.0326091854921, + 274.0326091854887, 140.22869947357992, - -54.3399462295057, + -54.33994622950581, -202.46129520721672, -233.5807324635228, -159.65176987681593, - 17.010485550882095, + 17.01048555088221, 201.84181842665896 ], "relative wind speed": [ - 1.4484736402849407, + 1.4484736402849405, 1.3654823664577551, 1.192364783356211, 1.0144170953452134, @@ -72118,14 +50160,14 @@ 1.409089858068645 ], "relative wind angle": [ - 0.024564702336005415, - 0.1461669390457315, - 0.20752982608924286, - 0.14698113884509112, - 0.03717167367504187, + 0.024564702336014457, + 0.14616693904573153, + 0.2075298260892434, + 0.14698113884509115, + 0.03717167367504188, 0.18653217635589683, - 0.19591292225714932, - 0.10562884831827866 + 0.19591292225714874, + 0.10562884831827865 ], "resistance": [ 96908.53260918551, @@ -72178,33 +50220,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 301.75318551749547, + 301.75318551749274, 160.30720326370897, - -51.94581262804775, + -51.94581262804809, -217.6102532173395, -255.46534110815395, -180.3942465973493, - 10.088758489127827, + 10.088758489127713, 213.85322334950342 ], "relative wind speed": [ - 1.5211952033298302, + 1.5211952033298297, 1.4393453278931383, - 1.2616915758719525, + 1.2616915758719522, 1.0749772376110505, 1.0091673661527683, 1.1228261871784035, - 1.3193134528667352, + 1.319313452866735, 1.4754245348914028 ], "relative wind angle": [ - 0.019325371640201934, - 0.1407124749952674, + 0.01932537164020768, + 0.14071247499526743, 0.2043904840904673, 0.14967219640299423, 0.029132919264896643, 0.18076683274608107, - 0.19534553063727386, + 0.1953455306372727, 0.10885760162787413 ], "resistance": [ @@ -72258,19 +50300,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 356.5639804348151, + 356.5639804348076, 207.03403724565726, - -38.14917707002405, + -38.149177070024734, -241.97241820803606, - -297.3110467910153, + -297.3110467910176, -227.61287063005489, - -14.199418231135382, + -14.199418231135155, 227.66744731297138 ], "relative wind speed": [ - 1.6696053939481148, + 1.6696053939481146, 1.5953909632984373, - 1.4145058276343476, + 1.4145058276343474, 1.2137438962510956, 1.127566639470459, 1.2303318138506487, @@ -72278,17 +50320,17 @@ 1.6080467817388127 ], "relative wind angle": [ - 0.006138656807256012, + 0.0061386568072740975, 0.1249919328825501, - 0.19279758076145795, + 0.19279758076145853, 0.1525153884274661, - 0.009089672329054103, + 0.009089672329066318, 0.16236985640879706, - 0.19005989908906087, - 0.11492472682778569 + 0.19005989908906026, + 0.1149247268277857 ], "resistance": [ - 96991.06398043483, + 96991.06398043482, 96841.53403724567, 96596.35082292999, 96392.52758179198, @@ -72298,7 +50340,7 @@ 96862.16744731298 ], "fuel": [ - 39.1361260183172, + 39.13612601831719, 39.058942050671305, 38.932564088378705, 38.82767510449159, @@ -72338,34 +50380,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 308.0872913764666, + 308.08729137646503, 125.3639714635683, -103.08358809315973, -254.22822529764818, - -268.4821495652041, + -268.4821495652044, -150.4353012828792, 69.75517077760799, - 275.20212247397035 + 275.20212247397023 ], "relative wind speed": [ - 1.510915508140878, + 1.5109155081408778, 1.3921389276974472, 1.183006119194233, 0.9913109696615464, - 0.9652937379988173, + 0.9652937379988175, 1.1298702931530407, 1.347276584562107, - 1.4939746432885066 + 1.4939746432885068 ], "relative wind angle": [ - 0.05571247036000727, - 0.18265355810676198, - 0.2332800512231618, - 0.13547267967562382, - 0.08726896226184784, + 0.05571247036001126, + 0.18265355810676195, + 0.2332800512231623, + 0.1354726796756238, + 0.08726896226185038, 0.22571401384051168, 0.20440432570057707, - 0.08973713589762182 + 0.08973713589762307 ], "resistance": [ 96942.58729137648, @@ -72418,19 +50460,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 328.3916207703969, + 328.39162077039646, 91.69902531347884, - -171.8312340592464, + -171.83123405924664, -320.034982432163, -310.5900369439714, - -139.88036473858563, - 129.07650943285603, + -139.88036473858574, + 129.07650943285626, 350.2761909868227 ], "relative wind speed": [ - 1.7093756583965523, + 1.709375658396552, 1.5645796971785815, - 1.3459685801965562, + 1.345968580196556, 1.1772228580952324, 1.1916338292638955, 1.3762436905364395, @@ -72438,14 +50480,14 @@ 1.7193320409225419 ], "relative wind angle": [ - 0.07280575489848798, + 0.07280575489848799, 0.1745233353950385, - 0.19428482847623996, - 0.08148921762962116, + 0.1942848284762394, + 0.08148921762962115, 0.10453649427725158, - 0.19870586160038806, - 0.16409709213709256, - 0.05576265083037967 + 0.19870586160038808, + 0.1640970921370919, + 0.05576265083037968 ], "resistance": [ 96962.89162077037, @@ -72498,34 +50540,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 270.7261219256882, + 270.72612192568613, -40.919373602744145, - -304.2699530256401, + -304.26995302564023, -378.54260788706495, -295.78602854199244, -26.767110368502244, - 282.91301363110506, - 456.053990962781 + 282.9130136311053, + 456.0539909627603 ], "relative wind speed": [ - 1.8131231082751578, + 1.8131231082751573, 1.612054575320899, - 1.38562052275233, + 1.3856205227523297, 1.2840194137706131, 1.3942354832269952, 1.6225252030823858, - 1.8197152951432105, - 1.8927763030825253 + 1.8197152951432107, + 1.8927763030825255 ], "relative wind angle": [ - 0.12108092834570922, - 0.1899553888611567, + 0.12108092834571198, + 0.18995538886115668, 0.1532090289989139, 0.004151485253140634, 0.15772750687032336, 0.1887147391193076, - 0.11646814460225599, - 0.0028162754292895996 + 0.11646814460225695, + 0.002816275429329021 ], "resistance": [ 96905.22612192569, @@ -72535,7 +50577,7 @@ 96338.71397145801, 96607.7328896315, 96917.4130136311, - 97090.55399096278 + 97090.55399096276 ], "fuel": [ 39.28532284679414, @@ -72545,7 +50587,7 @@ 38.99352256535575, 39.131940500845474, 39.29161321827441, - 39.381041158727946 + 39.38104115872794 ] }, { @@ -72578,9 +50620,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 324.421998410584, - 96.99544888940522, - -157.4643055580599, + 324.42199841058357, + 96.99544888940511, + -157.46430555806012, -303.1914649800841, -296.1771779447789, -134.11855597195813, @@ -72588,9 +50630,9 @@ 340.60883995851975 ], "relative wind speed": [ - 1.6103823224262308, + 1.6103823224262306, 1.4629756083339478, - 1.2347839340441604, + 1.23478393404416, 1.052200658608779, 1.0640517899692672, 1.2590630665457616, @@ -72598,9 +50640,9 @@ 1.6181505523723536 ], "relative wind angle": [ - 0.07895166302578657, - 0.1952837366905381, - 0.2241465450125475, + 0.07895166302578659, + 0.19528373669053814, + 0.224146545012547, 0.0992535097292303, 0.11965007141237022, 0.22742705070938518, @@ -72610,7 +50652,7 @@ "resistance": [ 96958.9219984106, 96731.49544888941, - 96477.03569444196, + 96477.03569444195, 96331.30853501993, 96338.32282205524, 96500.38144402805, @@ -72620,7 +50662,7 @@ "fuel": [ 39.05801247022251, 38.94068020109505, - 38.809629294036874, + 38.80962929403687, 38.73468594190749, 38.73829138089759, 38.82164269579835, @@ -72658,33 +50700,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 347.32080867656634, + 347.3208086765636, 83.25584987859759, - -200.89878356126633, + -200.8987835612669, -352.0794612128906, - -333.5074373103615, + -333.5074373103613, -138.0146121382926, 156.80901023133868, 390.3687361305 ], "relative wind speed": [ - 1.7823011308437955, + 1.782301130843795, 1.6248400698368537, - 1.3959086128408287, + 1.3959086128408285, 1.2276243148611694, - 1.2546837930790957, + 1.2546837930790955, 1.4528329184992284, 1.6739975765272814, 1.8010461635349777 ], "relative wind angle": [ - 0.07929670411054776, + 0.07929670411055197, 0.17769519942963904, - 0.19099433196033921, - 0.07137472142676934, - 0.11276322020467033, + 0.1909943319603398, + 0.07137472142676936, + 0.11276322020466836, 0.1989999301816875, - 0.1589679974532949, + 0.15896799745329493, 0.048628114988094225 ], "resistance": [ @@ -72738,9 +50780,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 251.6664751916303, + 251.66647519162916, -71.61680580978737, - -325.82935876178453, + -325.82935876178476, -386.0981247037348, -274.2951700289386, 14.192069951910184, @@ -72748,9 +50790,9 @@ 465.679759159078 ], "relative wind speed": [ - 1.7292766335692036, + 1.7292766335692034, 1.5033336030829156, - 1.2609720384274488, + 1.2609720384274485, 1.1717370351649425, 1.3175460815945799, 1.5704500725509891, @@ -72758,14 +50800,14 @@ 1.8312175384034903 ], "relative wind angle": [ - 0.14947453718307402, - 0.2211991777379698, - 0.16645736114118823, + 0.14947453718307627, + 0.22119917773796982, + 0.16645736114118825, 0.029327514311984132, - 0.1967216854286875, - 0.21159872317206635, + 0.19672168542868754, + 0.21159872317206638, 0.1182514831973614, - 0.018764141561108876 + 0.018764141561108873 ], "resistance": [ 96886.16647519161, @@ -72818,9 +50860,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 374.96980167071706, + 374.9698016707166, 84.29415623286081, - -222.58899638575235, + -222.58899638575247, -381.54664672324634, -356.7780377332617, -139.37729406892902, @@ -72828,9 +50870,9 @@ 432.27087730676976 ], "relative wind speed": [ - 1.8145079186253381, + 1.814507918625338, 1.642553299432176, - 1.395136925692671, + 1.3951369256926707, 1.2157212338591301, 1.2518362043897375, 1.4702215914274395, @@ -72838,14 +50880,14 @@ 1.8389004189784164 ], "relative wind angle": [ - 0.08747031929816522, - 0.19119011992171156, + 0.08747031929816648, + 0.19119011992171153, 0.20419583467759636, - 0.07241424544667849, + 0.0724142454466785, 0.12696545616416602, 0.21392953998358646, 0.16652169264788383, - 0.04785043798239396 + 0.04785043798239397 ], "resistance": [ 97009.46980167071, @@ -72898,9 +50940,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 315.147911235691, + 315.1479112356899, 51.416661547283184, - -212.47332011811125, + -212.47332011811147, -336.476059749952, -302.24062816228, -98.06146094065969, @@ -72908,7 +50950,7 @@ 394.28575343958596 ], "relative wind speed": [ - 1.663210871180721, + 1.6632108711807205, 1.488542128439429, 1.2489919911062815, 1.0876973205132134, @@ -72918,13 +50960,13 @@ 1.6997165358456496 ], "relative wind angle": [ - 0.10298854560297883, + 0.10298854560297992, 0.20729005391566954, - 0.21155366560775116, + 0.21155366560775166, 0.05937119974261553, 0.1501949850082595, 0.2267893275162571, - 0.16623249017148808, + 0.1662324901714881, 0.037980145713921304 ], "resistance": [ @@ -72978,7 +51020,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 339.57110503710214, + 339.57110503710123, 39.300714834093355, -249.20170282217305, -374.07026274391734, @@ -72998,7 +51040,7 @@ 1.7648492771620292 ], "relative wind angle": [ - 0.11735962913341132, + 0.11735962913341322, 0.2241833818981542, 0.22184482454513824, 0.04910394853547965, @@ -73058,33 +51100,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 696.0593277730416, - 215.74914239507234, - -269.54431112759875, + 696.0593277730409, + 215.74914239507223, + -269.54431112759903, -527.6161208318437, -487.13250102477525, - -149.02815195830533, + -149.02815195830522, 363.14057951712607, 789.3523561925849 ], "relative wind speed": [ 1.879024362993994, 1.6001764209320215, - 1.1509942879521995, - 0.7397997173788694, + 1.1509942879521993, + 0.7397997173788693, 0.8267717990882003, - 1.285970289853428, + 1.2859702898534282, 1.6998518504840159, 1.9149361719542166 ], "relative wind angle": [ - 0.15919415769850423, - 0.38023104088104903, - 0.4903148615722949, - 0.23552208047874812, + 0.15919415769850562, + 0.3802310408810491, + 0.4903148615722952, + 0.2355220804787472, 0.3685660806425379, - 0.48004138580861966, - 0.32452191829979304, + 0.48004138580862016, + 0.324521918299793, 0.09027322555979661 ], "resistance": [ @@ -73138,9 +51180,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 671.3188545995793, + 671.3188545995788, 180.9622636879451, - -300.9513898175136, + -300.9513898175137, -543.9512227210228, -487.41318738588257, -131.00434456113385, @@ -73148,7 +51190,7 @@ 801.3549192693329 ], "relative wind speed": [ - 1.8934393486687722, + 1.893439348668772, 1.605178812730751, 1.1581911922430645, 0.7765918146812898, @@ -73158,14 +51200,14 @@ 1.943237998541908 ], "relative wind angle": [ - 0.16661460790463295, - 0.37460506194343973, - 0.46234723289053337, + 0.16661460790463362, + 0.3746050619434398, + 0.4623472328905338, 0.18552981276968733, 0.3601035009581255, 0.45276689038830015, 0.3009222779639064, - 0.07378707899689577 + 0.07378707899689578 ], "resistance": [ 97305.8188545996, @@ -73218,19 +51260,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 750.5525722182483, + 750.5525722182472, 300.24933027954626, - -198.11825696288213, + -198.11825696288247, -499.11916226589483, -503.88147669133923, -212.20451079106192, - 282.9617508736354, + 282.9617508736353, 739.5632725468708 ], "relative wind speed": [ - 1.8841147252351789, + 1.8841147252351784, 1.6396473030424272, - 1.205898256691189, + 1.2058982566911889, 0.7550753310614439, 0.7444147449322813, 1.189789196432007, @@ -73238,13 +51280,13 @@ 1.879867775866983 ], "relative wind angle": [ - 0.12343491881244513, + 0.12343491881244693, 0.358311203881761, - 0.5029103903646545, - 0.3331843634009089, + 0.5029103903646548, + 0.333184363400909, 0.31689873071944635, 0.5044087839503495, - 0.36510584541239544, + 0.36510584541239577, 0.1317466019362813 ], "resistance": [ @@ -73298,11 +51340,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 697.8471295418725, + 697.8471295418716, 282.07587278108565, - -176.8348753737577, + -176.83487537375788, -447.7970384786005, - -451.2931828893104, + -451.29318288931046, -187.34437274118437, 269.41408890838295, 689.731956340168 @@ -73310,22 +51352,22 @@ "relative wind speed": [ 1.7858205614115623, 1.5476945124089145, - 1.1229644144001885, + 1.1229644144001882, 0.671334757066805, 0.6625551234562903, 1.1103044922172565, - 1.53853348782837, + 1.5385334878283699, 1.7825386428160657 ], "relative wind angle": [ - 0.12984295696649567, + 0.12984295696649742, 0.37720246002831315, 0.5374982924056211, 0.3704499410368872, - 0.35649331394483474, + 0.3564933139448351, 0.5391611619722747, 0.38299138027747665, - 0.1367746232987405 + 0.13677462329874052 ], "resistance": [ 97332.34712954184, @@ -73378,17 +51420,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 691.7137222286436, + 691.713722228643, 282.75894619380983, -173.99166530657982, - -452.97123597660084, + -452.9712359766009, -461.46925692120226, -199.10486654609224, 251.91855196797724, 672.0933966167987 ], "relative wind speed": [ - 1.8011742477347947, + 1.8011742477347945, 1.5705816279697842, 1.1570023548920723, 0.7216796131090927, @@ -73398,11 +51440,11 @@ 1.7932401880670925 ], "relative wind angle": [ - 0.120014592513382, + 0.12001459251338294, 0.3568592357146621, 0.5054957442508923, - 0.34443056047915266, - 0.3124048927155034, + 0.3444305604791527, + 0.3124048927155035, 0.5085267051989875, 0.370210456907301, 0.13631143675012167 @@ -73458,9 +51500,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 632.6308964008712, + 632.6308964008707, 260.6512339409585, - -154.76012915013064, + -154.7601291501308, -408.74774441175356, -417.2043472531111, -179.68179166957873, @@ -73470,22 +51512,22 @@ "relative wind speed": [ 1.7126423094550425, 1.4924611421753913, - 1.095931556851588, - 0.6747273261078266, + 1.0959315568515877, + 0.6747273261078265, 0.6533743394772156, 1.0642374954488847, 1.4693453407281911, 1.7043429065261988 ], "relative wind angle": [ - 0.1208332433764574, + 0.12083324337645833, 0.36153730126217404, 0.5153577274123563, - 0.3572486437352031, - 0.32146952569653026, - 0.519029894883458, + 0.3572486437352028, + 0.32146952569653064, + 0.5190298948834581, 0.3764228362599376, - 0.13888696697001326 + 0.1388869669700133 ], "resistance": [ 97267.1308964009, @@ -73538,9 +51580,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 715.7762145590917, + 715.7762145590913, 350.1909794768361, - -98.95024913157584, + -98.95024913157624, -396.95272659449734, -443.3388550401916, -238.11104497540572, @@ -73548,9 +51590,9 @@ 607.6635184507485 ], "relative wind speed": [ - 1.7552425481998524, + 1.7552425481998526, 1.5596070510794424, - 1.1660382230319635, + 1.1660382230319633, 0.7007706210575821, 0.5791986906312854, 0.991954319746324, @@ -73558,14 +51600,14 @@ 1.7103415047594084 ], "relative wind angle": [ - 0.08614335502896643, + 0.08614335502896901, 0.3449362147907606, - 0.5352895320089422, + 0.5352895320089425, 0.4642825642029847, 0.2637801980594918, 0.5605329773344147, 0.4276549799566481, - 0.18451266572181674 + 0.1845126657218167 ], "resistance": [ 97350.2762145591, @@ -73618,9 +51660,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 693.9271557834497, + 693.927155783449, 332.07849021555546, - -108.66850318131651, + -108.66850318131657, -404.0681174092971, -446.27890292216694, -233.4177707068768, @@ -73628,7 +51670,7 @@ 596.170606096626 ], "relative wind speed": [ - 1.7590726365041884, + 1.7590726365041882, 1.563779447726585, 1.1772500460335797, 0.7324650559362643, @@ -73638,11 +51680,11 @@ 1.7183056171085327 ], "relative wind angle": [ - 0.08641347837307499, + 0.08641347837307628, 0.33316224954220264, - 0.5068048911688314, - 0.4170615990023697, - 0.24405485667246143, + 0.5068048911688317, + 0.4170615990023698, + 0.244054856672461, 0.5242837781067928, 0.40500292372978025, 0.17354207591403137 @@ -73698,37 +51740,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 470.9997855834031, + 470.9997855833958, 270.43216105758074, - -42.4580730398161, + -42.45807303981621, -295.7560309864573, -364.1076584704609, -266.392950391134, 6.33137831800218, - 313.2212114259132 + 313.22121142591345 ], "relative wind speed": [ - 1.6926530176849957, + 1.6926530176849954, 1.5934831296145906, 1.3550318046244234, 1.0805996032524112, 0.9620240447582091, 1.1186491928235394, 1.3980176355923928, - 1.6195273997131996 + 1.6195273997131998 ], "relative wind angle": [ - 0.013170690489287826, - 0.17288507881328694, - 0.27301875922454855, - 0.22642782207824602, + 0.013170690489304686, + 0.1728850788132869, + 0.27301875922454893, + 0.22642782207824605, 0.023174847032850755, - 0.24756587894468848, + 0.2475658789446885, 0.2644193163622577, - 0.1503579992973539 + 0.15035799929735466 ], "resistance": [ - 97105.4997855834, + 97105.49978558338, 96904.93216105757, 96592.04192696017, 96338.74396901352, @@ -73738,7 +51780,7 @@ 96947.7212114259 ], "fuel": [ - 39.1304229618795, + 39.13042296187949, 39.02682813922157, 38.865516671900515, 38.735195001036615, @@ -73778,37 +51820,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 565.9353398753385, + 565.9353398753303, 334.44405816218, - -37.08887315324159, + -37.08887315324182, -343.82154819895584, - -431.4068739758625, + -431.4068739758637, -323.810615551458, - -3.842153780944159, + -3.8421537809439315, 363.6384602347184 ], "relative wind speed": [ - 1.8378492930866808, + 1.8378492930866803, 1.735032328531775, 1.4766658961667, 1.1723428047207602, - 1.0315561121179506, + 1.0315561121179508, 1.196436732759706, - 1.5037472751913168, + 1.503747275191317, 1.7514024051503914 ], "relative wind angle": [ - 0.007653187376186969, + 0.007653187376201476, 0.1708721970444859, - 0.27653675054799337, - 0.23689945898692125, - 0.013635422635703526, + 0.27653675054799415, + 0.23689945898692122, + 0.013635422635711669, 0.2491590445008723, - 0.27142924978652694, + 0.2714292497865273, 0.15774864239040132 ], "resistance": [ - 97200.43533987534, + 97200.43533987533, 96968.94405816217, 96597.41112684675, 96290.67845180104, @@ -73858,34 +51900,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 482.15827644583044, + 482.1582764458275, 391.76854752977977, - 79.75786920996757, - -230.75331355795322, + 79.75786920996711, + -230.75331355795333, -380.99626448214127, -341.60727174749354, - -104.42185071270637, + -104.42185071270649, 229.5295434350154 ], "relative wind speed": [ 1.6985712364777312, 1.6575557565079344, - 1.4485721429566747, - 1.1480445112572262, + 1.4485721429566742, + 1.148044511257226, 0.9292724747095413, 1.0006000658153549, - 1.284651829988262, + 1.2846518299882623, 1.5590655463496206 ], "relative wind angle": [ - 0.05032516256944348, - 0.12837277380320175, - 0.2694003104759773, - 0.29432273251280205, + 0.0503251625694501, + 0.12837277380320178, + 0.2694003104759769, + 0.2943227325128016, 0.09207811179599253, - 0.21369656177734792, - 0.30481251861122927, - 0.21527288789253554 + 0.21369656177734794, + 0.30481251861123004, + 0.21527288789253557 ], "resistance": [ 97116.65827644583, @@ -73938,37 +51980,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 561.4054007809124, + 561.4054007806038, 345.7942515274873, - -13.235394491022134, + -13.235394491022248, -316.80281121016844, -410.92494941913867, -317.5884808859161, - -14.540594141153974, - 344.64077080861114 + -14.540594141153747, + 344.64077080861136 ], "relative wind speed": [ 1.7653877325721303, 1.669710799084811, - 1.411463417132646, + 1.4114634171326457, 1.093431123556162, 0.9298824891194984, 1.0924015458185707, - 1.4103355317028199, - 1.6690367485247142 + 1.41033553170282, + 1.6690367485247144 ], "relative wind angle": [ - 0.0003344403690665862, - 0.17759638742024503, + 0.00033444036973051506, + 0.177596387420245, 0.3004722198589259, 0.27395046064020495, 0.0006349371682776957, 0.2734213991552468, - 0.3007200282154684, - 0.17817717321607462 + 0.3007200282154688, + 0.17817717321607524 ], "resistance": [ - 97195.9054007809, + 97195.90540078058, 96980.29425152748, 96621.26460550896, 96317.69718878981, @@ -73978,7 +52020,7 @@ 96979.14077080859 ], "fuel": [ - 39.19533104474273, + 39.19533104474256, 39.08389962055587, 38.898730984789054, 38.74254108518752, @@ -74018,9 +52060,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 538.9932201530535, + 538.9932201530485, 280.87509416100625, - -92.41998636886808, + -92.41998636886854, -377.0758929615896, -439.2093241446537, -297.9416074557146, @@ -74028,23 +52070,23 @@ 395.5614560539666 ], "relative wind speed": [ - 1.8963766317298705, + 1.89637663172987, 1.7748728425048161, - 1.5158983911428492, - 1.2404795633490178, + 1.515898391142849, + 1.240479563349018, 1.147781833609197, 1.3279585309313284, 1.617312441881574, 1.8370786373609183 ], "relative wind angle": [ - 0.027541848306573368, + 0.02754184830658143, 0.17084861942142116, - 0.24965473854739573, - 0.18477444763755296, + 0.24965473854739617, + 0.18477444763755355, 0.04551487779947469, 0.22923968248417706, - 0.2336982892510008, + 0.23369828925100078, 0.12437986155227461 ], "resistance": [ @@ -74098,9 +52140,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 456.2664420416859, + 456.2664420416854, 127.44834749109827, - -226.31533652831, + -226.31533652831035, -420.3430375495047, -400.69555870174435, -162.49254544781047, @@ -74108,7 +52150,7 @@ 501.39277257434264 ], "relative wind speed": [ - 1.806075418214997, + 1.8060754182149967, 1.6121175123620293, 1.3154823388263697, 1.0795068918186619, @@ -74119,10 +52161,10 @@ ], "relative wind angle": [ 0.09922071453639902, - 0.23425839761885897, - 0.26954457510990326, + 0.23425839761885894, + 0.2695445751099045, 0.1125068616961334, - 0.16172346053060135, + 0.16172346053060138, 0.27511517689102916, 0.21222115670959135, 0.06645303749740436 @@ -74178,9 +52220,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 515.1312343308372, + 515.1312343308356, 276.97069182566725, - -64.91285207664691, + -64.91285207664703, -326.1583564950571, -387.2832715770329, -259.7836059611227, @@ -74188,7 +52230,7 @@ 374.6687584682028 ], "relative wind speed": [ - 1.692978654548786, + 1.6929786545487857, 1.5693068367479217, 1.2958211614267658, 0.9871513894788561, @@ -74198,12 +52240,12 @@ 1.6288565462176559 ], "relative wind angle": [ - 0.031038527955056967, + 0.031038527955060544, 0.210212012281983, - 0.32239225523352477, + 0.3223922552335251, 0.2593543031581946, - 0.060244955965961494, - 0.3082580857952573, + 0.06024495596596149, + 0.30825808579525726, 0.29853940790421585, 0.15605540795999345 ], @@ -74260,32 +52302,32 @@ "wind resistance": [ 450.062092919464, 175.17035966451397, - -149.35781164461343, + -149.35781164461378, -354.23848438954144, - -364.8281022880226, + -364.82810228802265, -183.04188716547424, - 135.14890586547347, - 425.8137430005622 + 135.14890586547324, + 425.813743000562 ], "relative wind speed": [ - 1.6615274028230291, + 1.661527402823029, 1.494854216252789, - 1.205728623462187, + 1.2057286234621867, 0.9357547638203446, 0.9158737628174046, 1.1682931703559734, - 1.4648264560394626, - 1.6504123974742442 + 1.4648264560394624, + 1.650412397474244 ], "relative wind angle": [ - 0.08136658106566083, + 0.08136658106566085, 0.24370945407176423, 0.316334060537149, - 0.18239679901029868, - 0.14798748798266126, + 0.18239679901029865, + 0.14798748798266204, 0.3138821067992352, - 0.2589442171784766, - 0.10302546931994022 + 0.2589442171784757, + 0.10302546931993914 ], "resistance": [ 97084.56209291947, @@ -74338,11 +52380,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 590.6464617123771, + 590.6464617123737, 339.0124535860756, - -45.68893772694571, + -45.68893772694628, -353.660701321461, - -437.17307413196124, + -437.1730741319617, -313.35381265071123, 21.279221329567463, 398.32478659078504 @@ -74350,22 +52392,22 @@ "relative wind speed": [ 1.8041775501214974, 1.6874057391531545, - 1.4066466057068328, + 1.4066466057068323, 1.076043332518093, 0.9304766714059456, 1.1284969383503405, 1.4636218073828164, - 1.7213292000475833 + 1.721329200047583 ], "relative wind angle": [ - 0.01657800736586986, - 0.19691397435588434, - 0.315870888934362, + 0.01657800736587656, + 0.1969139743558843, + 0.3158708889343623, 0.27079010741698073, - 0.03214852354976504, + 0.03214852354976849, 0.2968820643860444, 0.30317485664345806, - 0.16800528952538699 + 0.16800528952538635 ], "resistance": [ 97225.14646171236, @@ -74418,33 +52460,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 590.4757347048438, + 590.4757347048413, 425.3362264155602, - 44.7363930244627, + 44.736393024461904, -307.3960429946608, -452.03386986892053, -380.23907500298344, - -76.27578635347913, + -76.27578635347902, 318.58528828515466 ], "relative wind speed": [ - 1.8481584353732992, + 1.848158435373299, 1.7787851779933874, - 1.532398360015229, + 1.5323983600152287, 1.2025377257938554, 0.9930253630904674, 1.112525174786381, - 1.4330192741917573, + 1.4330192741917576, 1.7192126081508874 ], "relative wind angle": [ - 0.028085905370327274, - 0.15002268585274042, - 0.28298471647244616, - 0.2860001324466136, - 0.05228873167186814, + 0.028085905370331225, + 0.1500226858527404, + 0.282984716472447, + 0.28600013244661354, + 0.052288731671868136, 0.24130321546645978, - 0.3032116071349041, + 0.30321160713490447, 0.1986361279430063 ], "resistance": [ @@ -74498,11 +52540,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 562.4966548686881, + 562.4966548686849, 322.88685561803356, - -43.442277450779216, + -43.44227745077944, -336.714784957923, - -416.258729592547, + -416.25872959254707, -298.36990750127137, 20.266235793218584, 379.3142451418229 @@ -74510,25 +52552,25 @@ "relative wind speed": [ 1.7603533106464295, 1.6464026428778948, - 1.3723880963980244, + 1.3723880963980242, 1.0496781622111162, - 0.9075419362372283, + 0.9075419362372282, 1.1008335395770539, 1.4279450469811745, 1.6794796515915742 ], "relative wind angle": [ - 0.016568569524019083, - 0.1969814659451553, + 0.016568569524025786, + 0.19698146594515534, 0.3160200618189383, 0.2709783189382155, 0.032142012423178386, 0.2970526995569325, - 0.30332435592209794, + 0.303324355922098, 0.16808729093922672 ], "resistance": [ - 97196.99665486872, + 97196.99665486871, 96957.38685561807, 96591.05772254925, 96297.78521504211, @@ -74538,7 +52580,7 @@ 97013.81424514185 ], "fuel": [ - 39.18341385599788, + 39.18341385599786, 39.05958925639828, 38.8706921293488, 38.719826458789186, @@ -74578,19 +52620,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 727.091595775023, + 727.0915957750208, 544.1833506028722, - 67.51467252477414, + 67.51467252477346, -386.9225701299631, - -583.4235669728764, + -583.4235669728768, -504.0211187267213, - -127.11057824395493, + -127.11057824395516, 373.87797914272437 ], "relative wind speed": [ 2.149788919773894, 2.0834144745752154, - 1.824560555400367, + 1.8245605554003668, 1.4762746593301808, 1.251060762720958, 1.358723503415257, @@ -74598,14 +52640,14 @@ 2.001838795163614 ], "relative wind angle": [ - 0.03226602982691861, + 0.03226602982692205, 0.12947297880202235, - 0.2490741101221595, + 0.24907411012216038, 0.25128434282250756, - 0.055463883712678776, + 0.05546388371268078, 0.19929128844787863, - 0.26930170546197485, - 0.1844113625887401 + 0.2693017054619753, + 0.18441136258874014 ], "resistance": [ 97361.59159577503, @@ -74658,17 +52700,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 461.6432726000843, + 461.6432726000829, 371.6408179906849, 70.73318919807468, -228.11008035660427, - -370.81688014149273, + -370.81688014149296, -331.64716422548986, -101.31707703580048, 220.65009474655858 ], "relative wind speed": [ - 1.6941898286926493, + 1.6941898286926491, 1.6530657023181177, 1.4509021729535228, 1.1641899304774048, @@ -74678,13 +52720,13 @@ 1.5612305265792046 ], "relative wind angle": [ - 0.04651530594109413, - 0.1238455569121129, - 0.2561248494005142, + 0.04651530594109651, + 0.12384555691211291, + 0.25612484940051466, 0.27453386384532047, - 0.08211194374332795, - 0.19964779979333572, - 0.28685395844596806, + 0.0821119437433293, + 0.1996477997933357, + 0.2868539584459681, 0.20355742119561035 ], "resistance": [ @@ -74738,34 +52780,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 489.31324048390115, + 489.31324048389797, 282.68065146698655, - -35.07913845126632, + -35.07913845126666, -290.531959608023, - -360.7557570824953, + -360.75575708249454, -260.04473600107417, 15.575598899050306, - 327.56548793121794 + 327.5654879312182 ], "relative wind speed": [ 1.6376957727090764, 1.5326439764545554, - 1.2776692724700132, + 1.277669272470013, 0.9757671330369769, - 0.8405750258171857, + 0.8405750258171856, 1.0196157410585167, 1.3252075490890807, - 1.5609267503830984 + 1.5609267503830986 ], "relative wind angle": [ - 0.015247557247285591, + 0.015247557247292874, 0.19670942965325972, - 0.31731209643722086, - 0.27421809909074235, - 0.029710097903302573, + 0.31731209643722125, + 0.2742180990907424, + 0.0297100979032951, 0.29818126463822797, - 0.3055537346253738, - 0.17009812418769316 + 0.30555373462537383, + 0.17009812418769382 ], "resistance": [ 97123.81324048393, @@ -74818,9 +52860,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 399.9602965700333, + 399.9602965700317, 400.86352049760194, - 139.6894447518797, + 139.68944475187936, -159.3454809610531, -339.5416924304686, -339.9354159337082, @@ -74828,7 +52870,7 @@ 138.18578374294373 ], "relative wind speed": [ - 1.6376062325236198, + 1.6376062325236194, 1.6380278166582356, 1.473982489368983, 1.2038572167799517, @@ -74838,13 +52880,13 @@ 1.4728511322741262 ], "relative wind angle": [ - 0.08579603123659954, - 0.08498495201934304, - 0.23064490528029008, + 0.08579603123660215, + 0.08498495201934306, + 0.23064490528029105, 0.28415207182753927, 0.1454962150588003, - 0.1442589277383412, - 0.28402651027595516, + 0.14425892773834123, + 0.2840265102759547, 0.23119728475651694 ], "resistance": [ @@ -74898,9 +52940,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 473.55843258571383, + 473.5584325857018, 308.4613377718507, - 9.07526329552718, + 9.075263295526952, -250.45068047227954, -340.9225697562803, -269.29362377170537, @@ -74918,17 +52960,17 @@ 1.4827028548761945 ], "relative wind angle": [ - 0.010254951250999145, + 0.010254951251031623, 0.18177304398321176, - 0.32216718760936947, - 0.31256738142365187, + 0.3221671876093702, + 0.3125673814236519, 0.02074221959183273, 0.29664799743971976, 0.33050290389904097, - 0.19978883839225803 + 0.19978883839225806 ], "resistance": [ - 97108.05843258575, + 97108.05843258573, 96942.96133777188, 96643.57526329556, 96384.04931952775, @@ -74938,7 +52980,7 @@ 96915.10785365678 ], "fuel": [ - 39.0133221199479, + 39.013322119947894, 38.92803564949128, 38.77363640316303, 38.640063677791794, @@ -74978,13 +53020,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 496.772762086855, + 496.7727620868527, 253.08072181912655, - -81.75830529897735, + -81.75830529897746, -328.60504930658925, - -378.7050046937351, - -241.11481957676455, - 63.610556504974625, + -378.70500469373525, + -241.1148195767646, + 63.61055650497474, 381.7921797361032 ], "relative wind speed": [ @@ -74998,13 +53040,13 @@ 1.6209891760586719 ], "relative wind angle": [ - 0.041770024301677845, + 0.04177002430168316, 0.21871752841084668, - 0.324278311896195, + 0.3242783118961953, 0.24695278847206106, - 0.08052924610542549, - 0.31298760406513093, - 0.29242355101633744, + 0.08052924610542686, + 0.312987604065131, + 0.292423551016337, 0.14589262968188924 ], "resistance": [ @@ -75058,19 +53100,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 513.9587005261781, + 513.9587005257977, 316.8099261103324, - -9.248524254089261, + -9.248524254089602, -284.0776720881081, - -369.6922211202732, + -369.6922211203228, -284.3237526498525, -9.65741962094512, 316.4472219020439 ], "relative wind speed": [ - 1.660246383621016, + 1.6602463836210155, 1.5675070333477832, - 1.316700959697327, + 1.3167009596973267, 1.005003370295779, 0.8426062145974508, 1.0046516747660044, @@ -75078,31 +53120,31 @@ 1.5672815678425596 ], "relative wind angle": [ - 0.0001202722827121992, + 0.00012027228363529054, 0.1853899367869854, - 0.3157065556296712, + 0.3157065556296716, 0.2919087808047687, - 0.00023698095526254696, + 0.00023698095573103313, 0.2917204776334379, 0.31580075570564714, 0.185600241601818 ], "resistance": [ - 97148.4587005262, + 97148.45870052582, 96951.30992611036, 96625.25147574594, 96350.42232791192, - 96264.80777887975, + 96264.80777887971, 96350.17624735017, 96624.84258037909, 96950.94722190207 ], "fuel": [ - 39.088655153167075, + 39.08865515316688, 38.98679342593442, 38.81864476573523, 38.677222356237365, - 38.63322397840936, + 38.63322397840935, 38.67709585330185, 38.8184341463597, 38.986606159235265 @@ -75138,33 +53180,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 512.533516999391, + 512.5335169993876, 370.4871581425367, - 41.77491369981976, - -262.24262206899994, + 41.774913699819535, + -262.2426220689998, -387.9746596337197, -326.1855453514959, - -64.45819362823829, + -64.45819362823818, 276.53786279843644 ], "relative wind speed": [ - 1.7013752320047058, + 1.7013752320047055, 1.6367196960286274, - 1.4051884562480648, - 1.0928654428431388, + 1.4051884562480645, + 1.0928654428431386, 0.8917861933082758, 1.0055391246919676, 1.3097349720769893, 1.5797485301444663 ], "relative wind angle": [ - 0.029397510493134677, + 0.029397510493142227, 0.1540295294657146, 0.29246047085693966, - 0.29891504508936523, - 0.05610676667111016, + 0.2989150450893645, + 0.05610676667111017, 0.252395452503774, - 0.31447898972206373, + 0.3144789897220634, 0.20515902699874553 ], "resistance": [ @@ -75218,34 +53260,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 577.900482941348, + 577.9004829413454, 414.66122542220046, - 41.6245705213712, + 41.62457052137108, -302.9755273816123, - -443.61310183070685, + -443.61310183070697, -372.6628729500471, - -74.14498561920664, + -74.14498561920675, 312.6113793088689 ], "relative wind speed": [ - 1.8347219723412014, + 1.834721972341201, 1.7655792254847638, 1.5221802711303056, 1.197606428402887, - 0.993010968144509, + 0.9930109681445088, 1.1113080118416778, 1.4266193328384942, - 1.70821964082344 + 1.7082196408234398 ], "relative wind angle": [ - 0.027179222752083506, - 0.14925063398809182, - 0.28032803087463015, + 0.02717922275208759, + 0.14925063398809185, + 0.2803280308746306, 0.28181131514033375, 0.05023222725677094, - 0.23849557963534224, - 0.2996684666928285, - 0.19622563132060258 + 0.23849557963534226, + 0.29966846669282887, + 0.19622563132060203 ], "resistance": [ 97212.40048294135, @@ -75285,68 +53327,7 @@ "id": "1392", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.1676491363113275, - 4.1676491363113275, - 4.1676491363113275, - 4.1676491363113275, - 4.1676491363113275, - 4.1676491363113275, - 4.1676491363113275, - 4.1676491363113275 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 501.50353749167016, - 165.8177722061846, - -186.550319960085, - -382.92767744796595, - -364.6994093386254, - -131.59643044278056, - 232.5300848261088, - 543.312609533742 - ], - "relative wind speed": [ - 1.6207694953238654, - 1.3993193668873916, - 1.036290958260135, - 0.7016098693490056, - 0.7442347604324664, - 1.1057506251692637, - 1.451509622922507, - 1.6396715301670695 - ], - "relative wind angle": [ - 0.13807114959379618, - 0.34578694428057494, - 0.4466944440302941, - 0.2283311928174455, - 0.30441200290592785, - 0.4432996353421689, - 0.31352386122482456, - 0.09700747425698143 - ], - "resistance": [ - 97136.00353749169, - 96800.3177722062, - 96447.94968003994, - 96251.57232255205, - 96269.80059066138, - 96502.90356955724, - 96867.03008482612, - 97177.81260953375 - ], - "fuel": [ - 39.00978095243888, - 38.836442788047535, - 38.65494144591945, - 38.55398989078154, - 38.56335444059401, - 38.68321724594428, - 38.87085766099514, - 39.03139928024554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -58.90625, -54.53125 -58.75, -54.375 -58.75, -54.375 -58.90625, -54.53125 -58.90625))", @@ -75365,68 +53346,7 @@ "id": "1393", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.240673440053685, - 4.240673440053685, - 4.240673440053685, - 4.240673440053685, - 4.240673440053685, - 4.240673440053685, - 4.240673440053685, - 4.240673440053685 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 442.65317447797327, - 54.69188074408248, - -284.774557743761, - -417.45869138126295, - -331.71285835967706, - -23.903201988106048, - 371.10733045629934, - 640.9112976822247 - ], - "relative wind speed": [ - 1.613718022980284, - 1.3269618743001323, - 0.9275722249404403, - 0.6559247150860917, - 0.8499097645358473, - 1.2512412436051874, - 1.5703637263589023, - 1.7018211520850262 - ], - "relative wind angle": [ - 0.21277124468758377, - 0.4054125162819363, - 0.44509705975556335, - 0.06320827166281308, - 0.4125493024543509, - 0.43153482656544306, - 0.2571360461623392, - 0.024348245852310702 - ], - "resistance": [ - 97077.15317447804, - 96689.19188074414, - 96349.7254422563, - 96217.04130861879, - 96302.78714164038, - 96610.59679801195, - 97005.60733045636, - 97275.41129768228 - ], - "fuel": [ - 38.994399348708555, - 38.79419034397717, - 38.61946673936566, - 38.55129068240233, - 38.595341309068374, - 38.7536992552412, - 38.957435705766244, - 39.0969274953421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -59.0625, -54.6875 -58.90625, -54.53125 -58.90625, -54.53125 -59.0625, -54.6875 -59.0625))", @@ -75445,68 +53365,7 @@ "id": "1394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.180778595684757, - 4.180778595684757, - 4.180778595684757, - 4.180778595684757, - 4.180778595684757, - 4.180778595684757, - 4.180778595684757, - 4.180778595684757 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 524.5766586232479, - 219.09505864222683, - -136.2346326709922, - -361.46554539347085, - -376.1353815437677, - -180.66929281012256, - 165.282330364941, - 490.9650670856689 - ], - "relative wind speed": [ - 1.6290480573846065, - 1.4414815422510523, - 1.1016737993885368, - 0.7533081298516118, - 0.7195659869339458, - 1.0458029193735838, - 1.3992453761087114, - 1.6137222946716234 - ], - "relative wind angle": [ - 0.09850192692984802, - 0.3090456462363767, - 0.4305667523967941, - 0.2850882422438718, - 0.2245228017347792, - 0.43259083792144787, - 0.3348443908312744, - 0.13166787203700275 - ], - "resistance": [ - 97159.0766586233, - 96853.59505864227, - 96498.26536732905, - 96273.03445460658, - 96258.36461845628, - 96453.83070718992, - 96799.78233036498, - 97125.46506708571 - ], - "fuel": [ - 39.02438836556618, - 38.866603341338134, - 38.68350802334728, - 38.567693665242814, - 38.5601569426805, - 38.660644651498245, - 38.83884437418537, - 39.00701056143377 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -59.0625, -54.53125 -58.90625, -54.375 -58.90625, -54.375 -59.0625, -54.53125 -59.0625))", @@ -75525,68 +53384,7 @@ "id": "1395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.171188925905013, - 4.171188925905013, - 4.171188925905013, - 4.171188925905013, - 4.171188925905013, - 4.171188925905013, - 4.171188925905013, - 4.171188925905013 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 545.506010210606, - 166.77534845478613, - -213.50644096230354, - -414.02710555032706, - -380.1397240664259, - -112.75231551123858, - 290.1043039266041, - 623.656358111108 - ], - "relative wind speed": [ - 1.661550496933183, - 1.4120219201659556, - 1.0115301545168456, - 0.646129887520454, - 0.7290363514263678, - 1.139490303833615, - 1.506336881996555, - 1.6955117882258388 - ], - "relative wind angle": [ - 0.16249879670483608, - 0.3849221344074889, - 0.4955483657257491, - 0.23434703027617831, - 0.37763601302405436, - 0.48396457636004553, - 0.32500719796904953, - 0.0886062713072669 - ], - "resistance": [ - 97180.00601021062, - 96801.2753484548, - 96420.99355903771, - 96220.47289444969, - 96254.36027593359, - 96521.74768448877, - 96924.60430392662, - 97258.15635811113 - ], - "fuel": [ - 39.03325442501903, - 38.83765747334482, - 38.641796454600204, - 38.53873661179304, - 38.5561429053429, - 38.6936366421264, - 38.90129259774881, - 39.07368191276406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -52.5, -52.5 -50, -50 -50, -50 -52.5, -52.5 -52.5))", @@ -75618,51 +53416,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 355.55088801287275, + 355.5508880128564, 1332.4419302977458, - 1364.282957064237, + 1364.2829570641952, 412.3256283085302, - -741.1885053337701, + -741.1885053337628, -1438.3793313501174, -1451.7481460108647, - -790.2612859111268 + -790.2612859111287 ], "relative wind speed": [ - 5.201998544510928, + 5.201998544510927, 5.385199727989612, 5.389954202518975, 5.213872791740779, 4.94901091981231, 4.749012721732371, 4.743615882031694, - 4.936499615421893 + 4.936499615421894 ], "relative wind angle": [ - 0.06218363400685827, + 0.062183634006861846, 0.025806959965720144, - 0.023518384749990618, - 0.06107006398505007, - 0.06536681270923027, + 0.02351838475000006, + 0.06107006398505008, + 0.06536681270922858, 0.02926503957546784, - 0.026723584347201967, - 0.06450612277393374 + 0.02672358434720197, + 0.06450612277393546 ], "resistance": [ - 96990.05088801289, + 96990.05088801288, 97966.94193029776, - 97998.78295706425, + 97998.7829570642, 97046.82562830855, - 95893.31149466624, + 95893.31149466625, 95196.12066864989, 95182.75185398915, 95844.23871408889 ], "fuel": [ - 48.31530348374294, + 48.31530348374292, 48.821596118984104, - 48.83815810387033, + 48.83815810387031, 48.344630895999956, - 47.75112839038083, + 47.75112839038084, 47.39481255767372, 47.387997783042806, 47.72598941336099 @@ -75698,9 +53496,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 347.1117634533207, + 347.11176345330705, 312.8103094394596, - 64.66924563695511, + 64.66924563695238, -210.62281479563308, -356.8408255517095, -342.40166885197823, @@ -75718,17 +53516,17 @@ 2.4246005986963954 ], "relative wind angle": [ - 0.022280176841449856, - 0.03377167159236767, - 0.07319382708727772, + 0.022280176841464803, + 0.03377167159236768, + 0.07319382708728076, 0.072529887830241, - 0.025895916967846454, - 0.03885319721720658, - 0.07677313691301464, + 0.025895916967846457, + 0.038853197217206585, + 0.07677313691301466, 0.0674847915810907 ], "resistance": [ - 96981.61176345331, + 96981.6117634533, 96947.31030943946, 96699.16924563695, 96423.87718520437, @@ -75778,9 +53576,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 112.47174153187188, + 112.47174153186552, -356.46072369222566, - -609.8562057590452, + -609.856205759057, -590.2654331553995, -283.8734748660818, 196.39272725433057, @@ -75788,9 +53586,9 @@ 528.1402095384337 ], "relative wind speed": [ - 3.716154626259647, + 3.7161546262596463, 3.563867544641937, - 3.459866853915053, + 3.4598668539150528, 3.470776113498625, 3.5893852087913802, 3.7406335703472964, @@ -75798,19 +53596,19 @@ 3.8271666482306057 ], "relative wind angle": [ - 0.050776181881933766, + 0.05077618188193596, 0.0500361500251771, - 0.018345492548809964, + 0.018345492548816015, 0.025498076023306105, 0.05257111375121945, 0.04766982259573869, - 0.0165420303834508, + 0.016542030383450805, 0.023123218338438233 ], "resistance": [ - 96746.97174153189, + 96746.97174153187, 96278.03927630778, - 96024.64379424097, + 96024.64379424095, 96044.23456684462, 96350.62652513394, 96830.89272725435, @@ -75820,7 +53618,7 @@ "fuel": [ 43.28064256620109, 43.03929484309235, - 42.90921911411568, + 42.90921911411567, 42.91926714093186, 43.07660014438261, 43.323920903673745, @@ -75858,31 +53656,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -755.5663616406218, + -755.5663616406232, -1202.8981384632511, - -1078.2283624902536, - -342.6718921941133, - 679.4977340663768, + -1078.2283624902545, + -342.67189219411375, + 679.4977340663777, 1433.961549904323, 1146.3380577517073, 194.1834414873374 ], "relative wind speed": [ - 2.2766115706658296, + 2.276611570665829, 1.9553606781972925, 2.0658859523858855, - 2.5011909123826515, + 2.501190912382651, 2.9365053830397607, 3.159523496742958, 3.088387822156681, 2.747738729960595 ], "relative wind angle": [ - 0.2285756665166392, - 0.06482585272748365, - 0.16372164233664357, - 0.2434281751853221, - 0.1765872025562549, + 0.2285756665166397, + 0.06482585272748366, + 0.16372164233664493, + 0.24342817518532164, + 0.1765872025562543, 0.040101970543267716, 0.1092453266733227, 0.22120355429330132 @@ -75938,9 +53736,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -765.0092639496486, + -765.0092639496495, -1042.0826301708425, - -841.2684186846218, + -841.2684186846222, -110.09937922155268, 789.987971829984, 1364.7030455757008, @@ -75948,9 +53746,9 @@ 16.59331741417145 ], "relative wind speed": [ - 1.851086742740136, + 1.8510867427401356, 1.5808964861909376, - 1.7913356613635971, + 1.791335661363597, 2.267105684358156, 2.6759674527789747, 2.8439567924688705, @@ -75958,13 +53756,13 @@ 2.3339999471790094 ], "relative wind angle": [ - 0.2573942401501745, + 0.25739424015017537, 0.022004538571758755, - 0.2378270590494685, + 0.23782705904946896, 0.2823358581208477, 0.1770145984663733, - 0.012231183637046894, - 0.15599726918286155, + 0.012231183637046896, + 0.15599726918286158, 0.2740317007830232 ], "resistance": [ @@ -76018,34 +53816,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -190.00344892155772, + -190.00344892156, -984.5222850308119, - -1185.2917537796711, - -869.9280300277196, + -1185.2917537796748, + -869.9280300277201, 0.9154574812291685, 961.5236628329285, - 1427.7102013447925, - 796.4658976853234 + 1427.7102013447661, + 796.465897685322 ], "relative wind speed": [ - 2.7050090817591603, + 2.70500908175916, 2.2888591664854974, 2.1242136403880525, 2.358585210722299, 2.7884309359814705, 3.1390356692993064, - 3.252712349275197, - 3.086988341555582 + 3.2527123492751975, + 3.0869883415555823 ], "relative wind angle": [ - 0.21016541764019314, + 0.21016541764019422, 0.1618779910346731, - 0.020065418271991008, - 0.1829819453002203, + 0.020065418271996545, + 0.18298194530022033, 0.2037879281103885, 0.11779232568469566, - 0.013103401154867208, - 0.1394786185824448 + 0.013103401154884155, + 0.13947861858244562 ], "resistance": [ 96444.49655107847, @@ -76054,7 +53852,7 @@ 95764.57196997231, 96635.41545748126, 97596.02366283296, - 98062.21020134482, + 98062.2102013448, 97430.96589768535 ], "fuel": [ @@ -76085,68 +53883,7 @@ "id": "1441", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.339727620531137, - 11.339727620531137, - 11.339727620531137, - 11.339727620531137, - 11.339727620531137, - 11.339727620531137, - 11.339727620531137, - 11.339727620531137 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1350.7068841856662, - 589.0760331839365, - -433.2848696829569, - -1149.4172087250327, - -1249.0704835715478, - -779.4844454157155, - 185.9425539717122, - 1117.9634276054558 - ], - "relative wind speed": [ - 3.6327223639075417, - 3.433478879303785, - 3.0709691413144906, - 2.7393677106261767, - 2.6715675708238895, - 2.9232119054366685, - 3.3019832815757857, - 3.581872360189647 - ], - "relative wind angle": [ - 0.03217077230049545, - 0.12341923813621676, - 0.15724790616533876, - 0.09411505059578039, - 0.043751321725306845, - 0.1451038457672551, - 0.14616441965192156, - 0.07193373064099744 - ], - "resistance": [ - 97985.20688418568, - 97223.57603318396, - 96201.21513031705, - 95485.08279127498, - 95385.42951642847, - 95855.0155545843, - 96820.44255397172, - 97752.46342760547 - ], - "fuel": [ - 42.60414554367194, - 42.20905886209567, - 41.682115035653275, - 41.31532344281683, - 41.264433873169395, - 41.50455884150297, - 42.000811923214556, - 42.483183703051424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -63.125, -60 -62.5, -59.375 -62.5, -59.375 -63.125, -60 -63.125))", @@ -76178,37 +53915,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 987.8531134427922, + 987.8531134427831, 1190.857205139153, 511.3279810152808, - -403.48405777170046, - -1042.4331238709806, + -403.4840577716982, + -1042.4331238709788, -1128.959908963273, -708.3425536801415, - 157.06158700325977 + 157.0615870032616 ], "relative wind speed": [ - 3.597516691377845, + 3.5975166913778445, 3.641957885989612, - 3.4645850732153964, - 3.1462663602297583, + 3.464585073215396, + 3.146266360229758, 2.860679691180485, 2.803882557624827, 3.020308744272303, - 3.3506152615245544 + 3.350615261524554 ], "relative wind angle": [ - 0.06219415627504747, - 0.028295451558032668, - 0.10680060483291791, - 0.1336525325491413, - 0.07824315620480234, + 0.06219415627505104, + 0.028295451558032664, + 0.10680060483291688, + 0.13365253254913964, + 0.07824315620480092, 0.036756281686985394, 0.12258459657333226, - 0.12545680815803012 + 0.12545680815802837 ], "resistance": [ - 97622.35311344279, + 97622.35311344278, 97825.35720513915, 97145.82798101527, 96231.0159422283, @@ -76218,7 +53955,7 @@ 96791.56158700326 ], "fuel": [ - 42.59138046504558, + 42.591380465045575, 42.69677659426199, 42.34457951680425, 41.8731499830561, @@ -76258,11 +53995,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 680.142816040584, + 680.1428160405794, 1154.2636986492216, - 715.3529423227101, + 715.3529423227083, -80.86207767805581, - -775.7738545044608, + -775.7738545044599, -987.8480815889639, -800.3790366340863, -122.0086533219046 @@ -76272,25 +54009,25 @@ 3.2156622335537586, 3.1061616021768232, 2.8120688856669265, - 2.4776045729298546, + 2.477604572929855, 2.318835132082961, 2.4635827713410525, 2.794592734612706 ], "relative wind angle": [ - 0.10466220477572917, + 0.10466220477573238, 0.002752798103043544, - 0.10023291636955153, + 0.10023291636955266, 0.1601448551664397, - 0.13087729857138922, - 0.0038174681305746983, + 0.13087729857139008, + 0.0038174681305746987, 0.12650239724050982, - 0.16115506324171427 + 0.1611550632417143 ], "resistance": [ 97314.64281604058, 97788.76369864921, - 97349.85294232272, + 97349.8529423227, 96553.63792232194, 95858.72614549554, 95646.65191841104, @@ -76300,7 +54037,7 @@ "fuel": [ 41.38738127203892, 41.63323272273489, - 41.40561043821948, + 41.40561043821946, 40.99451727172463, 40.637655782547924, 40.529106122199515, @@ -76325,68 +54062,7 @@ "id": "1456", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.489678690656312, - 6.489678690656312, - 6.489678690656312, - 6.489678690656312, - 6.489678690656312, - 6.489678690656312, - 6.489678690656312, - 6.489678690656312 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 103.46570862193471, - 348.86960817291015, - 353.7893104255811, - 112.04050872839116, - -175.29743233948648, - -348.7395474679313, - -350.8386992774399, - -182.67390555204224 - ], - "relative wind speed": [ - 1.907906281604027, - 2.0311310670554104, - 2.033047857825616, - 1.9128286748077354, - 1.7263437652792504, - 1.5795175731042037, - 1.5770496450946994, - 1.7208880370715365 - ], - "relative wind angle": [ - 0.11994602786309329, - 0.04763907285134529, - 0.04502555902547723, - 0.11849823713659394, - 0.13263184157299637, - 0.06127513951078918, - 0.05805753664391323, - 0.1317881508985165 - ], - "resistance": [ - 96737.96570862197, - 96983.36960817294, - 96988.2893104256, - 96746.54050872842, - 96459.20256766054, - 96285.7604525321, - 96283.66130072258, - 96451.82609444798 - ], - "fuel": [ - 39.4544658369907, - 39.58108696767429, - 39.58362767932963, - 39.45888640113802, - 39.31090418438545, - 39.221728267909846, - 39.22064966668421, - 39.30710926381002 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -64.375, -53.125 -63.75, -52.5 -63.75, -52.5 -64.375, -53.125 -64.375))", @@ -76405,68 +54081,7 @@ "id": "1457", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.884071774503089, - 6.884071774503089, - 6.884071774503089, - 6.884071774503089, - 6.884071774503089, - 6.884071774503089, - 6.884071774503089, - 6.884071774503089 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -66.90253447015311, - 224.33138755125492, - 403.312234527662, - 263.9535284687927, - -20.21132135490552, - -277.6263318926824, - -364.5673558165197, - -305.4296179528626 - ], - "relative wind speed": [ - 1.912030628654865, - 2.074022010969898, - 2.1450806433277934, - 2.0927616198550987, - 1.9406927703800378, - 1.766516983199438, - 1.6795173674422317, - 1.744275883104828 - ], - "relative wind angle": [ - 0.12205209364980515, - 0.08438787344102977, - 0.006730276345246218, - 0.07384416439942622, - 0.12024069881621756, - 0.09912230982654509, - 0.00859595416765283, - 0.08863286048533203 - ], - "resistance": [ - 96567.59746552988, - 96858.83138755128, - 97037.8122345277, - 96898.45352846882, - 96614.28867864513, - 96356.87366810735, - 96269.93264418351, - 96329.07038204717 - ], - "fuel": [ - 39.5124127526131, - 39.66252102069159, - 39.75492820444531, - 39.68296751988946, - 39.536457171179116, - 39.40399794148499, - 39.359315999251514, - 39.38970583025501 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -66.875, -60 -66.25, -59.375 -66.25, -59.375 -66.875, -60 -66.875))", @@ -76498,13 +54113,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1109.6295111446361, + 1109.6295111446307, 63.42761875112046, - -936.51895883507, + -936.5189588350731, -1345.2532032843915, - -1167.741724410896, + -1167.7417244108942, -323.02495423144774, - 778.4749932153018, + 778.4749932153, 1523.7696479727729 ], "relative wind speed": [ @@ -76512,19 +54127,19 @@ 3.2630388361828655, 2.8555170077525425, 2.6175043294626423, - 2.7390784674529463, + 2.739078467452946, 3.118680203520798, - 3.495656058125016, + 3.4956560581250153, 3.6772625339394085 ], "relative wind angle": [ - 0.09016153791823837, - 0.1631563529263899, - 0.14993632297354642, + 0.09016153791824084, + 0.16315635292638994, + 0.14993632297354867, 0.027967967918237045, - 0.11820801849190213, + 0.11820801849189931, 0.17078118913664656, - 0.12232581319078309, + 0.1223258131907831, 0.01990653851023864 ], "resistance": [ @@ -76578,34 +54193,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 981.4519884736433, + 981.4519884736414, 67.99455254481927, - -794.7119759315246, - -1145.9622971048957, + -794.7119759315256, + -1145.9622971048923, -983.7650264065956, -246.98976963151927, 709.1472190652089, - 1357.5789027863434 + 1357.578902786357 ], "relative wind speed": [ - 3.0960646019193403, + 3.0960646019193394, 2.7634850966149647, - 2.3380863330020936, - 2.0847744449913947, + 2.338086333002093, + 2.0847744449913943, 2.2208227783847034, 2.6231317071464963, 3.0084916705351104, - 3.189260940368652 + 3.1892609403686514 ], "relative wind angle": [ 0.11002080380125633, 0.20126923599266192, 0.18990370034122722, - 0.03440016415913904, + 0.034400164159132586, 0.1536756852731397, 0.21219857112654145, - 0.1472318740398293, - 0.022484356909881147 + 0.14723187403982932, + 0.022484356909871273 ], "resistance": [ 97615.95198847365, @@ -76658,9 +54273,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 632.9963493710163, - 118.23202703271022, - -403.5348899089943, + 632.9963493710159, + 118.23202703271045, + -403.53488990899496, -656.6220567045052, -595.9428305211604, -202.01495488198316, @@ -76668,9 +54283,9 @@ 773.0445632710278 ], "relative wind speed": [ - 2.302684170554447, + 2.3026841705544467, 2.057657357669238, - 1.7145563112188382, + 1.714556311218838, 1.4757226644494463, 1.5474021863709422, 1.8608745562603735, @@ -76679,18 +54294,18 @@ ], "relative wind angle": [ 0.10350739224935634, - 0.21421369181865985, - 0.22389350339545816, + 0.21421369181865982, + 0.22389350339545916, 0.0684580007942902, 0.1543664593421046, 0.23727913352072783, - 0.1754354900310406, - 0.042982456789705706 + 0.17543549003104056, + 0.04298245678970571 ], "resistance": [ 97267.49634937098, 96752.73202703267, - 96230.96511009098, + 96230.96511009097, 95977.87794329546, 96038.55716947881, 96432.48504511798, @@ -76700,7 +54315,7 @@ "fuel": [ 39.87016233434127, 39.60427295860453, - 39.33577278043431, + 39.335772780434304, 39.205899506096614, 39.237015711430814, 39.43935445188889, @@ -76738,17 +54353,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 359.61985355832803, + 359.6198535583253, -404.54177257162655, - -895.09789916808, + -895.0978991680836, -927.4867051159276, -516.8232426123241, 228.8346645716806, - 900.3681969311401, + 900.3681969311374, 975.9478485561644 ], "relative wind speed": [ - 2.9359914565894307, + 2.9359914565894303, 2.6129173990823014, 2.3399826721168835, 2.3144043399817678, @@ -76758,19 +54373,19 @@ 3.1310541478621428 ], "relative wind angle": [ - 0.13218821211822057, - 0.15712431727960013, - 0.08182228959446076, + 0.1321882121182214, + 0.15712431727960016, + 0.08182228959446486, 0.059834442967958694, 0.15190329584817025, 0.14211912707374832, - 0.06149444310183039, + 0.0614944431018322, 0.04421628593720086 ], "resistance": [ 96994.11985355837, 96229.95822742842, - 95739.40210083197, + 95739.40210083195, 95707.01329488412, 96117.67675738772, 96863.33466457172, @@ -76780,7 +54395,7 @@ "fuel": [ 41.12128569542845, 40.727707940994435, - 40.4761945474394, + 40.47619454743939, 40.45961997158254, 40.67006100320245, 41.05377129675478, @@ -76818,31 +54433,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 253.25399573870254, + 253.25399573870186, -138.31653393996044, - -427.677874804687, - -479.9996955506367, + -427.6778748046877, + -479.9996955506342, -320.3170908244167, 41.35603201161962, 406.7676802954545, 529.043063949093 ], "relative wind speed": [ - 2.1382773353279223, + 2.138277335327922, 1.918189895750372, - 1.7064090722419991, - 1.6489481525383378, - 1.7927597399505253, + 1.706409072241999, + 1.6489481525383376, + 1.7927597399505255, 2.026515475343263, 2.2078010612676935, 2.2510414119258124 ], "relative wind angle": [ - 0.11799076351148731, + 0.11799076351148732, 0.15765894632281946, - 0.10226659184112576, - 0.03324305580036203, - 0.14087019905691536, + 0.10226659184112684, + 0.033243055800355345, + 0.14087019905691617, 0.14916653145048347, 0.07898623249493965, 0.024349350276334565 @@ -76898,9 +54513,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 141.1819045031575, + 141.18190450315524, -587.3234562088728, - -946.5357264417676, + -946.5357264417707, -878.3507061141954, -347.1273160424862, 420.3114161223484, @@ -76918,10 +54533,10 @@ 3.2969317332698305 ], "relative wind angle": [ - 0.12506170003348774, - 0.12316954791634001, - 0.0381519184341789, - 0.07712289928129634, + 0.12506170003348951, + 0.12316954791634, + 0.038151918434181815, + 0.07712289928129636, 0.13355566871284255, 0.10753653440490753, 0.02938578558914103, @@ -76978,19 +54593,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -857.2406046920555, + -857.2406046920592, -1177.7704308772109, - -1005.0632242226297, + -1005.0632242226311, -251.15238989332875, - 701.228836232216, + 701.2288362322179, 1317.2541620437214, 912.3688890575177, -3.539369784120936 ], "relative wind speed": [ - 2.890192397361988, + 2.890192397361987, 2.701297568757805, - 2.817350641934823, + 2.8173506419348224, 3.1463327636148324, 3.4689426794365263, 3.617978282412495, @@ -76998,17 +54613,17 @@ 3.238420224058198 ], "relative wind angle": [ - 0.12384803248282797, - 0.01722441319363837, + 0.12384803248282887, + 0.017224413193638367, 0.10355609201491932, - 0.1462109898812856, - 0.10310451539397475, + 0.14621098988128559, + 0.10310451539397368, 0.012860012871731443, 0.08263457112629667, 0.14202474146322702 ], "resistance": [ - 95777.25939530795, + 95777.25939530793, 95456.72956912279, 95629.43677577737, 96383.34761010668, @@ -77018,7 +54633,7 @@ 96630.96063021588 ], "fuel": [ - 41.48755991766875, + 41.48755991766873, 41.32365937517801, 41.41192442146226, 41.7985235110742, @@ -77058,10 +54673,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 108.81007595002575, + 108.81007595002256, -223.60554241018872, - -415.7208963385592, - -411.16033418952884, + -415.7208963385608, + -411.160334189527, -207.22395665840804, 127.80152667744142, 405.33498777468867, @@ -77071,18 +54686,18 @@ 2.3375182837564172, 2.162978083962971, 2.0335164261257352, - 2.037740263725719, + 2.0377402637257185, 2.1725537502620313, 2.34638175345979, 2.459429297489558, 2.455930809746928 ], "relative wind angle": [ - 0.09129299340277108, + 0.09129299340277473, 0.0969037030138902, - 0.04075526340470159, - 0.04521256573902253, - 0.09824656829469065, + 0.04075526340470431, + 0.045212565739017614, + 0.09824656829469067, 0.0893082099395778, 0.03369449828494532, 0.03750988445390596 @@ -77138,34 +54753,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -278.2952858691792, + -278.2952858691806, -549.0183065282545, - -552.7546890272056, + -552.7546890272083, -291.5960097234047, - 154.77746744927163, + 154.77746744927254, 536.7094733647973, 545.5055214415884, - 170.21310580550653 + 170.21310580550562 ], "relative wind speed": [ - 2.3490690743268536, + 2.349069074326853, 2.1821624885945314, - 2.178953203694511, + 2.1789532036945105, 2.3418659294408153, - 2.5573226082852467, + 2.557322608285247, 2.7011462959596613, 2.703735818255013, - 2.5639205150179643 + 2.5639205150179647 ], "relative wind angle": [ - 0.11203850151904003, - 0.051190172627772396, - 0.048082789506034625, + 0.11203850151904104, + 0.05119017262777239, + 0.048082789506036935, 0.11115172408416059, 0.10288095633742739, 0.04134848890849591, 0.038744905835643585, - 0.10149037540093502 + 0.1014903754009372 ], "resistance": [ 96356.20471413086, @@ -77218,9 +54833,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -114.45722455245868, + -114.45722455246005, -581.4767862679482, - -702.8734208870992, + -702.8734208871506, -551.2961190396022, -63.681499331173654, 485.6526543391842, @@ -77228,9 +54843,9 @@ 442.6964401185114 ], "relative wind speed": [ - 2.8374997364169063, + 2.837499736416906, 2.619158511568535, - 2.5301330380756157, + 2.5301330380756153, 2.6352771231093235, 2.858527671750599, 3.059835599441252, @@ -77238,19 +54853,19 @@ 3.0459644923647025 ], "relative wind angle": [ - 0.1065841844577189, + 0.10658418445771994, 0.07872136974976607, - 0.004179052030518902, + 0.004179052030572034, 0.08393184840278041, - 0.10579717910062907, - 0.06736529384733213, + 0.10579717910062908, + 0.06736529384733214, 0.0033739805493676065, 0.07259383399528985 ], "resistance": [ 96520.04277544752, 96053.02321373204, - 95931.62657911288, + 95931.62657911284, 96083.20388096038, 96570.81850066881, 97120.15265433917, @@ -77260,7 +54875,7 @@ "fuel": [ 41.11540537871241, 40.87543487429106, - 40.8131900629016, + 40.813190062901576, 40.890918196326965, 41.14154458581087, 41.424953675908256, @@ -77298,19 +54913,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 279.9577409358567, + 279.9577409358535, 847.3121216674235, - 822.5586162388049, + 822.5586162388013, 236.94434651380288, -437.4782172950472, -828.1919734790517, - -817.6100807934349, + -817.6100807934358, -400.50619958574816 ], "relative wind speed": [ - 2.8643459025822615, + 2.864345902582261, 3.0515918509917723, - 3.0451769184376833, + 3.045176918437683, 2.8478161259117494, 2.5503670196931796, 2.3230661978813836, @@ -77318,17 +54933,17 @@ 2.568811534109782 ], "relative wind angle": [ - 0.1251318129336895, - 0.04615250549642765, - 0.052033920334732475, - 0.12844160267151797, + 0.12513181293369038, + 0.04615250549642766, + 0.05203392033473461, + 0.128441602671518, 0.1406335929936672, - 0.06064181176899224, - 0.06798421074739858, + 0.060641811768992235, + 0.06798421074740021, 0.14248235927304032 ], "resistance": [ - 96914.45774093586, + 96914.45774093585, 97481.81212166742, 97457.0586162388, 96871.4443465138, @@ -77378,19 +54993,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 695.5675975238128, + 695.5675975238, 1121.9085934811146, - 641.888613085478, + 641.8886130854726, -183.20161215882945, - -879.0478231097477, + -879.0478231097522, -1057.79951662627, - -841.2436283523239, + -841.2436283523184, -119.27982194990636 ], "relative wind speed": [ - 4.497099660267477, + 4.497099660267476, 4.572792973240277, - 4.485306371664818, + 4.485306371664817, 4.279104118088245, 4.067845790398219, 3.982566904990134, @@ -77398,29 +55013,29 @@ 4.296573364368235 ], "relative wind angle": [ - 0.04504110876200844, + 0.04504110876201091, 0.001914670157394854, 0.047923175910738754, - 0.06902101297624008, - 0.049797754739452506, + 0.0690210129762401, + 0.04979775473945473, 0.002198429343206487, - 0.052677136040085636, + 0.052677136040083526, 0.06873993975963205 ], "resistance": [ - 97330.06759752384, + 97330.06759752383, 97756.40859348114, - 97276.38861308551, + 97276.3886130855, 96451.2983878412, 95755.45217689028, 95576.70048337376, - 95793.2563716477, + 95793.25637164772, 96515.22017805012 ], "fuel": [ - 45.551580900484474, + 45.55158090048447, 45.7726430578775, - 45.52379573932109, + 45.52379573932108, 45.09806391423279, 44.740988755587914, 44.64955276020703, @@ -77458,9 +55073,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 793.1407782253646, + 793.1407782253627, -238.40060277850853, - -1025.4660710748649, + -1025.466071074865, -1200.669178799482, -811.4314100625504, 117.30657342066388, @@ -77470,7 +55085,7 @@ "relative wind speed": [ 2.872262792809915, 2.427261582199459, - 1.945691918579548, + 1.9456919185795478, 1.7792822367623058, 2.0964484179006195, 2.5987286759984785, @@ -77478,19 +55093,19 @@ 3.078821891863891 ], "relative wind angle": [ - 0.1829487047328536, - 0.271201680187212, - 0.20549637893828482, + 0.18294870473285543, + 0.2712016801872121, + 0.20549637893828485, 0.049906098024294396, 0.2519109501754086, - 0.25290101077255256, - 0.13378722118702427, - 0.028833261962908203 + 0.2529010107725526, + 0.1337872211870243, + 0.0288332619629082 ], "resistance": [ 97427.6407782254, 96396.09939722152, - 95609.03392892517, + 95609.03392892516, 95433.83082120055, 95823.06858993748, 96751.80657342069, @@ -77500,7 +55115,7 @@ "fuel": [ 40.779040410362065, 40.246599128939316, - 39.84300982773469, + 39.84300982773468, 39.75348332244451, 39.95253375172964, 40.42975398105535, @@ -77538,7 +55153,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -160.62490384138346, + -160.62490384138619, -968.9041058665807, -1187.9117415431851, -927.5348349792962, @@ -77548,7 +55163,7 @@ 800.7410878874634 ], "relative wind speed": [ - 3.1269614783039614, + 3.126961478303961, 2.7755144707471398, 2.625348749943747, 2.79640871383776, @@ -77558,14 +55173,14 @@ 3.4497128579176777 ], "relative wind angle": [ - 0.15351023130192287, + 0.1535102313019236, 0.11871286036246682, - 0.0050519201647964244, + 0.005051920164796424, 0.12457872495476505, 0.15222389801981948, 0.09496788806667425, 0.0037030856184121453, - 0.10089618385900433 + 0.10089618385900431 ], "resistance": [ 96473.87509615859, @@ -77618,9 +55233,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 654.1471268861551, + 654.1471268861519, -97.49854241182402, - -720.9776158578243, + -720.9776158578245, -894.433166697781, -679.2294729853859, -28.033005952736403, @@ -77630,7 +55245,7 @@ "relative wind speed": [ 2.621171629226609, 2.279698779185192, - 1.890114206499166, + 1.8901142064991656, 1.7171672332805687, 1.9211649995695792, 2.316115096797912, @@ -77638,9 +55253,9 @@ 2.7591216642948555 ], "relative wind angle": [ - 0.1461105043079476, + 0.14611050430795064, 0.23057505782345042, - 0.18903884802755913, + 0.18903884802755852, 0.010887354472260323, 0.19996969231161732, 0.22688566836795826, @@ -77650,7 +55265,7 @@ "resistance": [ 97288.64712688621, 96537.00145758824, - 95913.52238414224, + 95913.52238414223, 95740.06683330228, 95955.27052701467, 96606.46699404732, @@ -77698,9 +55313,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 675.1923337054602, + 675.1923337054575, -58.31681272922697, - -663.1108295086894, + -663.1108295086897, -839.1595236456485, -627.1246645920388, 1.46532093398082, @@ -77708,9 +55323,9 @@ 1134.167903617168 ], "relative wind speed": [ - 2.3712072818204204, + 2.37120728182042, 1.9957037484087141, - 1.5445822858670997, + 1.5445822858670994, 1.329242594215525, 1.5775933748165192, 2.031893544999483, @@ -77718,14 +55333,14 @@ 2.5188368258675156 ], "relative wind angle": [ - 0.18406685836228334, + 0.18406685836228456, 0.3026541303433379, - 0.2667946333818717, + 0.26679463338187165, 0.014249245675946055, - 0.2786965604074979, - 0.29709753520191035, + 0.27869656040749785, + 0.2970975352019104, 0.17101283773209588, - 0.007519439778416371 + 0.00751943977841637 ], "resistance": [ 97309.69233370548, @@ -77778,34 +55393,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 587.1182419938373, + 587.118241993835, 39.89577407266529, - -472.8129592163027, + -472.81295921630317, -679.2903567187232, -579.0311332521073, -136.9201838772342, - 433.75776291450666, - 819.2162607218734 + 433.7577629145062, + 819.2162607218656 ], "relative wind speed": [ 2.3369776630346486, 2.071475153101646, - 1.7308797223171706, + 1.7308797223171701, 1.5280385605032867, 1.6416792888621987, 1.9661043143954737, 2.2717021970040916, - 2.412814465021508 + 2.4128144650215084 ], "relative wind angle": [ - 0.1178413187918642, + 0.11784131879186704, 0.21530592832696602, - 0.20427585430449827, + 0.2042758543044977, 0.03534672894393634, 0.16815385338175595, 0.22704197686522545, - 0.15518597205420898, - 0.02238233748652018 + 0.1551859720542097, + 0.022382337486530103 ], "resistance": [ 97221.61824199389, @@ -77815,7 +55430,7 @@ 96055.46886674793, 96497.57981612282, 97068.25776291455, - 97453.71626072192 + 97453.7162607219 ], "fuel": [ 39.93039565705281, @@ -77825,7 +55440,7 @@ 39.32966104318878, 39.55681619164015, 39.851103978106224, - 40.050563307635414 + 40.05056330763541 ] }, { @@ -77858,17 +55473,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 451.9157218240666, + 451.9157218240616, -189.73138220274086, - -682.0273383610368, + -682.0273383610374, -785.3146009191976, -547.6804590249362, 34.90217046398266, - 644.2174219202698, + 644.2174219202711, 885.3835816018723 ], "relative wind speed": [ - 2.6969987930420927, + 2.696998793042092, 2.4129194786160437, 2.1277406535682437, 2.0365748340232996, @@ -77878,17 +55493,17 @@ 2.8340441069857056 ], "relative wind angle": [ - 0.11925657041311602, + 0.11925657041311882, 0.16605519813168973, - 0.11453602999577073, + 0.1145360299957717, 0.026981886733652913, - 0.14538388614157732, + 0.1453838861415773, 0.15885120307111011, - 0.08801965823508712, - 0.019388338564450477 + 0.08801965823508585, + 0.01938833856445048 ], "resistance": [ - 97086.41572182407, + 97086.41572182406, 96444.76861779726, 95952.47266163897, 95849.1853990808, @@ -77898,7 +55513,7 @@ 97519.88358160187 ], "fuel": [ - 40.61588323121533, + 40.61588323121532, 40.285039366284856, 40.03224203517743, 39.979317773670424, @@ -77925,68 +55540,7 @@ "id": "1508", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.281293514869223, - 9.281293514869223, - 9.281293514869223, - 9.281293514869223, - 9.281293514869223, - 9.281293514869223, - 9.281293514869223, - 9.281293514869223 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -149.97029094776917, - -800.4061091619369, - -968.3401580702359, - -727.3272049447678, - -27.994592034781363, - 750.4975795452474, - 1141.9773756615118, - 645.6281692159041 - ], - "relative wind speed": [ - 2.593696980980611, - 2.2447327029594333, - 2.1035305600531653, - 2.290191107833607, - 2.6493026864601235, - 2.950803932133953, - 3.0530686098669944, - 2.9156634653595805 - ], - "relative wind angle": [ - 0.18409674040066953, - 0.14112754003530997, - 0.013439932542373368, - 0.155956254956029, - 0.18018992828573357, - 0.10720763081829442, - 0.009259818674558794, - 0.12230903279118834 - ], - "resistance": [ - 96484.52970905227, - 95834.09389083809, - 95666.1598419298, - 95907.17279505526, - 96606.50540796525, - 97384.99757954528, - 97776.47737566155, - 97280.12816921594 - ], - "fuel": [ - 40.57581312443716, - 40.2419050348781, - 40.15595001491076, - 40.2793423610118, - 40.63860592639391, - 41.040676099639, - 41.243716995046924, - 40.98638245068091 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -58.125, -54.375 -57.5, -53.75 -57.5, -53.75 -58.125, -54.375 -58.125))", @@ -78005,68 +55559,7 @@ "id": "1509", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.521785649074427, - 9.521785649074427, - 9.521785649074427, - 9.521785649074427, - 9.521785649074427, - 9.521785649074427, - 9.521785649074427, - 9.521785649074427 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 569.9838036929827, - -279.3709684486912, - -909.7842394859372, - -1028.0524805654165, - -683.9632302213759, - 97.60225067831698, - 894.0150170445058, - 1169.0790495805118 - ], - "relative wind speed": [ - 2.9542098339741116, - 2.605080857194099, - 2.260394344616354, - 2.1629992749675173, - 2.3971572082089403, - 2.772593037482834, - 3.0601202314359854, - 3.1297208438625037 - ], - "relative wind angle": [ - 0.1365613854225921, - 0.18672807308411446, - 0.12497745343269975, - 0.039374991083996294, - 0.16857019938518877, - 0.17532555459516821, - 0.09220655788959115, - 0.027209001303491076 - ], - "resistance": [ - 97204.48380369299, - 96355.1290315513, - 95724.71576051407, - 95606.44751943459, - 95950.53676977863, - 96732.10225067832, - 97528.51501704451, - 97803.57904958051 - ], - "fuel": [ - 41.07911082367711, - 40.64112452390462, - 40.31777528355602, - 40.25727831584996, - 40.43343257179043, - 40.83518677962671, - 41.246911214575434, - 41.38966042076267 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -58.125, -53.75 -57.5, -53.125 -57.5, -53.125 -58.125, -53.75 -58.125))", @@ -78085,68 +55578,7 @@ "id": "1512", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.820660175144605, - 10.820660175144605, - 10.820660175144605, - 10.820660175144605, - 10.820660175144605, - 10.820660175144605, - 10.820660175144605, - 10.820660175144605 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1198.298726324832, - 126.5254836427348, - -919.0411875979321, - -1375.045255997566, - -1211.252266608251, - -360.990170528612, - 778.5757249536632, - 1578.8420221093097 - ], - "relative wind speed": [ - 3.495102453716233, - 3.1550708296893184, - 2.711376290290274, - 2.4355203147868885, - 2.5547536578540666, - 2.964462088463186, - 3.3750475591824944, - 3.5792105568899317 - ], - "relative wind angle": [ - 0.0962752860145232, - 0.18235324265840527, - 0.17541313365591352, - 0.039844892325976024, - 0.13189077480905645, - 0.19422315991818187, - 0.14066161743604602, - 0.027109121259758 - ], - "resistance": [ - 97832.79872632485, - 96761.02548364275, - 95715.45881240208, - 95259.45474400245, - 95423.24773339176, - 96273.5098294714, - 97413.07572495368, - 98213.34202210933 - ], - "fuel": [ - 42.18289688579964, - 41.628153898906206, - 41.091094130557245, - 40.85813964319904, - 40.94172597057191, - 41.37723323786518, - 41.96514175131049, - 42.3808919201729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -58.125, -53.125 -57.5, -52.5 -57.5, -52.5 -58.125, -53.125 -58.125))", @@ -78165,68 +55597,7 @@ "id": "1513", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.864296601627426, - 9.864296601627426, - 9.864296601627426, - 9.864296601627426, - 9.864296601627426, - 9.864296601627426, - 9.864296601627426, - 9.864296601627426 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1114.8414809318997, - 464.68959799025924, - -381.32237382945914, - -957.3151333319552, - -1024.5504889031827, - -612.6356536634844, - 194.91247583914264, - 958.2877217144264 - ], - "relative wind speed": [ - 3.198166265588039, - 3.001907560538285, - 2.6541984240311054, - 2.3410003396912598, - 2.287890738669416, - 2.5399335606306135, - 2.9013690251854243, - 3.159498204462226 - ], - "relative wind angle": [ - 0.039184235887684146, - 0.1372660112767284, - 0.17251713364194382, - 0.09994693141357379, - 0.054787727832239334, - 0.16243695359777408, - 0.15769126836408262, - 0.07399901853883116 - ], - "resistance": [ - 97749.34148093192, - 97099.18959799029, - 96253.17762617057, - 95677.18486666807, - 95609.94951109684, - 96021.86434633654, - 96829.41247583917, - 97592.78772171446 - ], - "fuel": [ - 41.555872842719566, - 41.21905028020686, - 40.78311397023204, - 40.48783808955008, - 40.45345114246376, - 40.66438561356554, - 41.07974925712856, - 41.47462365631255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -60.3125, -56.25 -60, -55.9375 -60, -55.9375 -60.3125, -56.25 -60.3125))", @@ -78258,37 +55629,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 518.5332055691624, + 518.5332055691606, 696.2220061586613, - 358.50633962324855, - -123.38998575406731, + 358.50633962324764, + -123.38998575406754, -487.24155999298387, -564.2988449184519, - -376.98877562777704, + -376.9887756277768, 59.91234221011632 ], "relative wind speed": [ 2.0677745085684176, 2.132922931348242, - 1.9905624452170003, - 1.6907088556626693, + 1.990562445217, + 1.690708855662669, 1.3727523102195214, 1.269165116297803, - 1.4824983896079313, + 1.4824983896079316, 1.817042621647115 ], "relative wind angle": [ - 0.12584622167659404, + 0.1258462216765967, 0.03056372364060619, - 0.17762309670930201, - 0.25851296283028813, + 0.17762309670930262, + 0.25851296283028774, 0.19020682291080274, 0.051379133569866536, - 0.23952770274175852, - 0.24017135916604213 + 0.239527702741759, + 0.24017135916604215 ], "resistance": [ - 97153.03320556918, + 97153.03320556917, 97330.72200615867, 96993.00633962326, 96511.11001424595, @@ -78298,7 +55669,7 @@ 96694.41234221013 ], "fuel": [ - 39.54112472811059, + 39.54112472811058, 39.633058928538105, 39.45842916471954, 39.20997971344711, @@ -78338,7 +55709,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 524.3117665562613, + 524.3117665562604, 784.2431609864591, 443.62460547821934, -89.27731673704534, @@ -78348,24 +55719,24 @@ 3.5179738600795645 ], "relative wind speed": [ - 2.2176621514979393, + 2.217662151497939, 2.3066633775331726, 2.1817076212363755, 1.8878609775729691, 1.5600349895818255, 1.4251451328385085, 1.609933676380847, - 1.9462054147143018 + 1.946205414714302 ], "relative wind angle": [ - 0.13137606636499666, - 0.012995622999061403, + 0.13137606636499582, + 0.012995622999061405, 0.15318639977802384, - 0.2356777270845694, + 0.23567772708456938, 0.18731385607059356, 0.021034976619761434, - 0.20828286394437368, - 0.22848481375907312 + 0.20828286394437365, + 0.22848481375907362 ], "resistance": [ 97158.81176655626, @@ -78418,39 +55789,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 162.17259909429208, + 162.1725990942914, 720.0497032764242, - 844.4569599992474, + 844.4569599992451, 371.1805765912479, -238.17217582744956, -656.3424983139988, - -710.3816806175367, + -710.3816806175369, -415.6493337091267 ], "relative wind speed": [ 2.1059349451282596, 2.362393296319933, 2.40260184201304, - 2.213031784457616, + 2.2130317844576166, 1.8623907168031641, 1.523994451646596, - 1.4597827111945518, + 1.4597827111945516, 1.7337680052784763 ], "relative wind angle": [ - 0.2262777486151676, - 0.10407400043462856, - 0.05221450429308508, - 0.19221048186161346, + 0.22627774861516858, + 0.10407400043462857, + 0.05221450429308721, + 0.19221048186161463, 0.2564932841711038, 0.1617416924544079, - 0.08600484626531626, + 0.08600484626531497, 0.2463183864226877 ], "resistance": [ 96796.67259909432, 97354.54970327645, - 97478.95695999928, + 97478.95695999927, 97005.68057659127, 96396.32782417258, 95978.15750168603, @@ -78460,7 +55831,7 @@ "fuel": [ 39.65066905195479, 39.9389632831179, - 40.0034111623622, + 40.00341116236219, 39.758542471728965, 39.44449655762498, 39.2297809494598, @@ -78498,34 +55869,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 965.1719254694799, + 965.1719254694722, 744.9850972665058, - 81.50941157911211, + 81.50941157911075, -575.57039611863, -867.720909922095, -773.3353485140449, - -249.16323507223615, + -249.1632350722357, 461.88948330508947 ], "relative wind speed": [ - 2.969699359780292, + 2.969699359780291, 2.9107947873172226, 2.660730830387174, 2.335709920964261, 2.133581423614271, 2.213268552344757, - 2.508345157050471, + 2.5083451570504707, 2.813493050245637 ], "relative wind angle": [ - 0.02600270126088361, - 0.082943482570284, - 0.15785053381457323, + 0.026002701260887877, + 0.08294348257028401, + 0.15785053381457465, 0.15056471895264797, 0.03619658742845547, - 0.10917538997005026, - 0.16752824161639782, - 0.12484839538447658 + 0.10917538997005027, + 0.16752824161639718, + 0.12484839538447659 ], "resistance": [ 97599.67192546949, @@ -78578,13 +55949,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 763.6047369147022, + 763.6047369146804, 496.5364859104634, - -17.958225959822812, + -17.958225959823267, -475.47161510549176, -630.7040096905291, -515.8092412926028, - -85.17460025969899, + -85.17460025969922, 438.4623483129458 ], "relative wind speed": [ @@ -78598,17 +55969,17 @@ 2.271812494078639 ], "relative wind angle": [ - 0.00854978835296207, + 0.008549788352988042, 0.1199703046742066, - 0.2020887214708999, + 0.20208872147090046, 0.17663168199803184, 0.013012939785030733, 0.16286982321918028, - 0.20618598422083384, - 0.13409673098529987 + 0.2061859842208344, + 0.1340967309852999 ], "resistance": [ - 97398.10473691473, + 97398.10473691471, 97131.03648591049, 96616.5417740402, 96159.02838489454, @@ -78618,7 +55989,7 @@ 97072.96234831297 ], "fuel": [ - 40.03159172271963, + 40.03159172271961, 39.89339104141399, 39.627901915361825, 39.39264363062718, @@ -78658,9 +56029,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 861.411941250069, + 861.4119412500663, 314.17746811064535, - -356.89264917627634, + -356.8926491762768, -783.8642079156705, -808.5827209830968, -441.8302158662318, @@ -78668,7 +56039,7 @@ 803.88579285478 ], "relative wind speed": [ - 2.8467533487351275, + 2.8467533487351266, 2.6552448862174143, 2.3387811188358874, 2.070872577209717, @@ -78680,11 +56051,11 @@ "relative wind angle": [ 0.04897954410267507, 0.144020837366104, - 0.1716857403743533, + 0.17168574037435397, 0.08895965136206317, 0.0680760288048476, 0.1670674433741948, - 0.1534652764325445, + 0.15346527643254448, 0.06503738106552884 ], "resistance": [ @@ -78738,11 +56109,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 701.3814732174137, + 701.3814732174096, 220.6746050494894, - -338.09965973695853, - -670.1896367992997, - -668.2124079522591, + -338.0996597369599, + -670.1896367993004, + -668.2124079522584, -331.32859387767576, 228.57758717530305, 705.9782117096397 @@ -78750,27 +56121,27 @@ "relative wind speed": [ 2.576556028579421, 2.385636040236856, - 2.0877417162001826, - 1.8497229089001097, + 2.087741716200182, + 1.84972290890011, 1.8516697809547482, 2.091904067980408, 2.3892794881611237, 2.5779540543617294 ], "relative wind angle": [ - 0.05934059892943069, + 0.059340598929434434, 0.15358736934630568, - 0.17492246706125808, - 0.08056746664897536, - 0.08261658234032883, + 0.17492246706125872, + 0.08056746664897675, + 0.08261658234032748, 0.17536274795050485, - 0.1526604709471664, + 0.15266047094716642, 0.057778056260044494 ], "resistance": [ 97335.88147321742, 96855.1746050495, - 96296.40034026306, + 96296.40034026305, 95964.31036320071, 95966.28759204775, 96303.17140612233, @@ -78818,9 +56189,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 635.4999844624067, + 635.499984462404, 261.6640106172231, - -215.57949461450698, + -215.5794946145072, -536.0970157049248, -570.1675275578399, -330.893237135705, @@ -78828,9 +56199,9 @@ 556.5331591413078 ], "relative wind speed": [ - 2.287355755583883, + 2.2873557555838824, 2.1282548599127082, - 1.8473639371327533, + 1.847363937132753, 1.5924846287911274, 1.5533242178417839, 1.7650336341255488, @@ -78838,7 +56209,7 @@ 2.2602666182113316 ], "relative wind angle": [ - 0.04672300706938844, + 0.04672300706939082, 0.15829158224699053, 0.20032709118643371, 0.11605088665307323, @@ -78898,9 +56269,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 443.33621303686823, + 443.33621303686573, 99.66075652224731, - -261.1173701805676, + -261.1173701805683, -447.12898334899774, -416.64285414345056, -159.38578910823742, @@ -78908,9 +56279,9 @@ 513.7526204024516 ], "relative wind speed": [ - 1.9345043974312952, + 1.934504397431295, 1.7431352365209902, - 1.467111584544335, + 1.4671115845443348, 1.2661211811538011, 1.3085349238882011, 1.5543649693411867, @@ -78918,11 +56289,11 @@ 1.962525940045079 ], "relative wind angle": [ - 0.0923448917160379, + 0.0923448917160415, 0.20149308802166882, - 0.21637272510084013, - 0.07635394184608302, - 0.136752204961741, + 0.21637272510084118, + 0.07635394184608303, + 0.13675220496174104, 0.22636584494270762, 0.17420951852002708, 0.04923168690031974 @@ -78965,68 +56336,7 @@ "id": "1545", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.675388780006509, - 5.675388780006509, - 5.675388780006509, - 5.675388780006509, - 5.675388780006509, - 5.675388780006509, - 5.675388780006509, - 5.675388780006509 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 187.50632045461998, - 561.0481013670465, - 569.2907131073769, - 201.27863979200788, - -224.72218122757693, - -484.2172958788799, - -487.8064996214582, - -236.38669988668244 - ], - "relative wind speed": [ - 1.778850295698985, - 1.9746122176680898, - 1.9778101264853898, - 1.7874067230679453, - 1.4725214148118273, - 1.1973029196588885, - 1.1920129173627427, - 1.4621234208914444 - ], - "relative wind angle": [ - 0.22391743610080486, - 0.08499043189890446, - 0.07994277122795602, - 0.22052836648995186, - 0.27157002595352453, - 0.1404603753904663, - 0.1328921107568686, - 0.2707043245501455 - ], - "resistance": [ - 96822.00632045465, - 97195.54810136708, - 97203.7907131074, - 96835.77863979204, - 96409.77781877245, - 96150.28270412114, - 96146.69350037858, - 96398.11330011334 - ], - "fuel": [ - 39.229359237470476, - 39.422301580236194, - 39.42656492089685, - 39.23646371720727, - 39.01703702860742, - 38.88370590878364, - 38.88186349773224, - 39.01103830675109 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -62.5, -54.375 -62.1875, -54.0625 -62.1875, -54.0625 -62.5, -54.375 -62.5))", @@ -79045,68 +56355,7 @@ "id": "1546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.405026826818858, - 6.405026826818858, - 6.405026826818858, - 6.405026826818858, - 6.405026826818858, - 6.405026826818858, - 6.405026826818858, - 6.405026826818858 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 279.1765840638627, - 581.7877035745582, - 454.074011291892, - 61.122019271843556, - -327.9796925875762, - -504.645398326275, - -449.5701385912853, - -141.5971635364417 - ], - "relative wind speed": [ - 2.0051147793107713, - 2.136154466118357, - 2.0890193057813775, - 1.8814049014757042, - 1.604081669511206, - 1.424923639201391, - 1.4931716648614222, - 1.747535086164377 - ], - "relative wind angle": [ - 0.1501408331896588, - 0.03196133778774496, - 0.09751198101029089, - 0.19030738766762317, - 0.18807980874090782, - 0.04792458117774889, - 0.1366325994574203, - 0.20508603103567855 - ], - "resistance": [ - 96913.67658406391, - 97216.2877035746, - 97088.57401129193, - 96695.62201927189, - 96306.52030741247, - 96129.85460167377, - 96184.92986140876, - 96492.9028364636 - ], - "fuel": [ - 39.51516329439295, - 39.671531717452, - 39.60549658744094, - 39.402699061760615, - 39.20245477113285, - 39.11172286345698, - 39.139995935709436, - 39.298302935233444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -62.5, -54.0625 -62.1875, -53.75 -62.1875, -53.75 -62.5, -54.0625 -62.5))", @@ -79125,68 +56374,7 @@ "id": "1547", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.943159162161741, - 6.943159162161741, - 6.943159162161741, - 6.943159162161741, - 6.943159162161741, - 6.943159162161741, - 6.943159162161741, - 6.943159162161741 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 325.4199983281467, - 630.6949858085454, - 457.456974280115, - 27.772479460950308, - -380.7765788034867, - -547.2211961686526, - -472.78313998660906, - -125.79942313193806 - ], - "relative wind speed": [ - 2.1649178241235556, - 2.2842581787702545, - 2.224054454535966, - 2.007886967552382, - 1.734731449887904, - 1.5742702948220992, - 1.6582352582479922, - 1.9143020435582674 - ], - "relative wind angle": [ - 0.13190747241192946, - 0.020830786692881485, - 0.09793010400369609, - 0.17779060776842862, - 0.16488764776878495, - 0.03022778259619495, - 0.13151453376346633, - 0.1865821082826951 - ], - "resistance": [ - 96959.91999832811, - 97265.19498580851, - 97091.95697428008, - 96662.27247946092, - 96253.72342119648, - 96087.27880383132, - 96161.71686001336, - 96508.70057686804 - ], - "fuel": [ - 39.7374122407285, - 39.89521120872903, - 39.80562060276725, - 39.58388985596598, - 39.373702814848315, - 39.28824978440533, - 39.326453702853755, - 39.50480856271692 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -64.6875, -54.0625 -64.375, -53.75 -64.375, -53.75 -64.6875, -54.0625 -64.6875))", @@ -79205,68 +56393,7 @@ "id": "1549", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.825164677984448, - 6.825164677984448, - 6.825164677984448, - 6.825164677984448, - 6.825164677984448, - 6.825164677984448, - 6.825164677984448, - 6.825164677984448 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 291.87023791162846, - 592.31721857209, - 448.19701657046244, - 44.1185095891899, - -350.1197596506604, - -521.0351083160551, - -459.10418015600976, - -137.8510611696929 - ], - "relative wind speed": [ - 2.1159254944273878, - 2.2383880196341113, - 2.187346963273172, - 1.9828726343222867, - 1.718072795935195, - 1.5551636260081592, - 1.6261697612365056, - 1.870061749289621 - ], - "relative wind angle": [ - 0.1337674027472889, - 0.025608476554363765, - 0.09208726062840723, - 0.17322788147118398, - 0.16500061323911078, - 0.03686327549209378, - 0.12400838254440225, - 0.18379355893343163 - ], - "resistance": [ - 96926.37023791164, - 97226.8172185721, - 97082.69701657048, - 96678.6185095892, - 96284.38024034936, - 96113.46489168397, - 96175.39581984401, - 96496.64893883032 - ], - "fuel": [ - 39.67496117264417, - 39.83022430044215, - 39.75570483873076, - 39.547182261689876, - 39.34432324437168, - 39.25655685511286, - 39.28834632107462, - 39.453476238495625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -66.875, -51.875 -66.5625, -51.5625 -66.5625, -51.5625 -66.875, -51.875 -66.875))", @@ -79298,53 +56425,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 696.6983098196624, + 696.6983098196561, 663.5190589350909, - 182.76459718869137, + 182.7645971886909, -363.3097367221367, -673.8252301365574, -659.6280989330182, - -313.8520063726819, + -313.8520063726828, 240.32914158262884 ], "relative wind speed": [ - 2.7197100691095217, + 2.7197100691095213, 2.7100663242525873, 2.526807105045997, 2.253860959020684, 2.0479836147872867, 2.0607280908953007, - 2.281733025650018, + 2.2817330256500186, 2.551699536359107 ], "relative wind angle": [ - 0.04551951411497933, + 0.045519514114984214, 0.05549164547572402, - 0.1334993321217629, - 0.14484846404680546, - 0.060465608722007916, + 0.13349933212176376, + 0.1448484640468055, + 0.06046560872200792, 0.07300452202845287, - 0.1479383886790683, + 0.14793838867907055, 0.12784254235258147 ], "resistance": [ - 97331.19830981971, + 97331.1983098197, 97298.01905893514, 96817.26459718874, 96271.19026327791, 95960.67476986349, 95974.87190106703, - 96320.64799362737, + 96320.64799362735, 96874.82914158267 ], "fuel": [ - 40.64511969281668, + 40.645119692816664, 40.62794413956867, 40.37953673290444, 40.09842157595743, 39.93906529366999, 39.94634342212546, - 40.1238363640936, + 40.12383636409359, 40.409235198010634 ] }, @@ -79378,9 +56505,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 815.0929895761328, + 815.0929895761265, 678.3048763229585, - 107.02665513760712, + 107.02665513760485, -490.28332077766754, -781.3032652661113, -723.1179209402708, @@ -79388,7 +56515,7 @@ 346.4953651156711 ], "relative wind speed": [ - 3.1109331971602474, + 3.110933197160247, 3.0758127736713003, 2.8778754710523415, 2.613973700121956, @@ -79398,17 +56525,17 @@ 2.9676135695763084 ], "relative wind angle": [ - 0.026782832824925124, + 0.026782832824929274, 0.057846122365590606, - 0.11659692361891856, + 0.11659692361892048, 0.11334322614576645, - 0.03412676482494822, + 0.03412676482494821, 0.07159870820873969, 0.12374301824125494, 0.09978842468499953 ], "resistance": [ - 97449.59298957617, + 97449.59298957615, 97312.80487632299, 96741.52665513764, 96144.21667922236, @@ -79418,7 +56545,7 @@ 96980.9953651157 ], "fuel": [ - 41.473715433378146, + 41.47371543337813, 41.40287187780508, 41.10775533242155, 40.80048970905089, @@ -79458,17 +56585,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 870.7459596337862, + 870.7459596337844, 656.7941046184524, - 47.33736435489436, + 47.337364354893, -551.6894817550155, -807.8962551873419, -716.8229049591664, - -229.75334996092624, + -229.75334996092533, 421.2972816427664 ], "relative wind speed": [ - 3.1047648903800367, + 3.1047648903800362, 3.049607942544835, 2.831363007439596, 2.557526330887289, @@ -79479,12 +56606,12 @@ ], "relative wind angle": [ 0.01921807780778918, - 0.06848897121272476, - 0.12564527020300922, - 0.11484694404375002, - 0.024911221436416237, + 0.06848897121272475, + 0.12564527020301008, + 0.11484694404375004, + 0.024911221436416234, 0.08476210287029257, - 0.13115708318157518, + 0.13115708318157432, 0.09875505945088525 ], "resistance": [ @@ -79538,19 +56665,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 860.033750416955, + 860.0337504169531, 71.60290954243283, - -635.9731189461309, + -635.9731189461311, -909.9620163950215, - -743.4438124175255, + -743.4438124175256, -107.01472250027882, - 701.2760353939373, + 701.2760353939368, 1243.1126366340384 ], "relative wind speed": [ - 2.4666236212647386, + 2.466623621264738, 2.091995020165424, - 1.593926900781616, + 1.5939269007816157, 1.2853488947879326, 1.4938071631869043, 1.984754081838036, @@ -79558,14 +56685,14 @@ 2.5813891896490766 ], "relative wind angle": [ - 0.17046787604491836, + 0.17046787604491903, 0.3150996922287484, - 0.3180431951992085, + 0.3180431951992082, 0.044017822347709436, - 0.2839200236874948, + 0.28392002368749486, 0.3327638345388889, - 0.20892617226530524, - 0.021912432694360835 + 0.20892617226530574, + 0.02191243269436084 ], "resistance": [ 97494.53375041694, @@ -79618,39 +56745,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1258.849561306287, + 1258.8495613062641, 711.0408159933509, - -147.0585682664746, + -147.05856826647505, -840.9357778927933, -1021.0800073465534, -750.6750580719074, - 3.145526740510377, + 3.1455267405108316, 841.4820066035404 ], "relative wind speed": [ - 2.948724597342778, + 2.9487245973427774, 2.7913696009215054, - 2.422178065233873, + 2.4221780652338727, 2.0119900877117396, 1.8440905883775254, 2.0745849223804282, - 2.4957364182575015, + 2.495736418257502, 2.8368191229027273 ], "relative wind angle": [ - 0.012800497143442422, - 0.15005446543349021, - 0.23007938240226714, - 0.18187122471600806, - 0.02046903013602304, + 0.012800497143459768, + 0.15005446543349024, + 0.2300793824022676, + 0.18187122471600803, + 0.020469030136023036, 0.20252421146500937, - 0.22318138290184925, + 0.22318138290184975, 0.12863516474966671 ], "resistance": [ - 97893.34956130628, + 97893.34956130627, 97345.54081599336, - 96487.44143173353, + 96487.44143173352, 95793.5642221072, 95613.41999265345, 95883.82494192809, @@ -79658,9 +56785,9 @@ 97475.98200660355 ], "fuel": [ - 40.96443512490471, + 40.96443512490469, 40.68023535760874, - 40.23730329045854, + 40.237303290458534, 39.88114266812502, 39.788969274785416, 39.92737127701008, @@ -79698,9 +56825,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 929.8146875966686, + 929.8146875966659, 228.89484320925612, - -493.5002337677788, + -493.50023376777926, -866.6811140153076, -800.2725159782087, -280.84133131685167, @@ -79708,7 +56835,7 @@ 1082.0884403216032 ], "relative wind speed": [ - 2.519242569915934, + 2.5192425699159338, 2.215985284416907, 1.763975169549341, 1.4154347251162462, @@ -79718,14 +56845,14 @@ 2.564839292106358 ], "relative wind angle": [ - 0.11828431069814258, - 0.26325051981837333, - 0.29817043475070926, + 0.11828431069814446, + 0.2632505198183734, + 0.2981704347507101, 0.11058685805843213, 0.2001811082646224, 0.30569309744824597, - 0.22341802754626827, - 0.06094197218957174 + 0.2234180275462683, + 0.06094197218957173 ], "resistance": [ 97564.31468759665, @@ -79765,68 +56892,7 @@ "id": "1570", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.827492646621857, - 5.827492646621857, - 5.827492646621857, - 5.827492646621857, - 5.827492646621857, - 5.827492646621857, - 5.827492646621857, - 5.827492646621857 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 702.9602651145865, - 222.67695877179426, - -300.35484031177225, - -597.8755025256228, - -578.8519979963705, - -240.14216061863385, - 294.3326558743188, - 746.5010985230015 - ], - "relative wind speed": [ - 2.100128792484163, - 1.8585594011560596, - 1.4723365990659012, - 1.142248871318096, - 1.1707578543474773, - 1.5254415265462404, - 1.9009050048827665, - 2.115769934210672 - ], - "relative wind angle": [ - 0.10651323929412426, - 0.26671298975905866, - 0.3245325490489887, - 0.15301150251426943, - 0.19187977046667615, - 0.3269091104649301, - 0.24955824225402412, - 0.08237808763541364 - ], - "resistance": [ - 97337.46026511461, - 96857.17695877183, - 96334.14515968825, - 96036.6244974744, - 96055.64800200365, - 96394.3578393814, - 96928.83265587434, - 97381.00109852303 - ], - "fuel": [ - 39.54256417184527, - 39.29432930408567, - 39.02497617760421, - 38.87221194158229, - 38.88196984693731, - 39.055932909591064, - 39.3313101398545, - 39.56511072589916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -60.78125, -56.25 -60.625, -56.09375 -60.625, -56.09375 -60.78125, -56.25 -60.78125))", @@ -79858,13 +56924,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 645.7596706903996, + 645.7596706903969, 850.8651047498215, - 424.39243293374966, + 424.3924329337483, -179.33787640605715, -629.8011259340565, -718.4428059734921, - -476.36271798789767, + -476.36271798789744, 76.16209356981312 ], "relative wind speed": [ @@ -79874,13 +56940,13 @@ 2.015898582261536, 1.6913544072592746, 1.5944348800499475, - 1.815219969402102, + 1.8152199694021023, 2.1628920443823043 ], "relative wind angle": [ - 0.10891857611149175, + 0.10891857611149482, 0.030226263558354092, - 0.15922402102172395, + 0.15922402102172534, 0.22413749629658294, 0.1565013646045693, 0.04721273580714587, @@ -79938,33 +57004,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 704.3502967064987, + 704.3502967064969, 868.0834914451698, - 403.4332428159378, + 403.4332428159364, -219.53177581085674, -663.0851038590304, -734.0359439496016, - -454.9447981906237, + -454.94479819062394, 126.85655969671416 ], "relative wind speed": [ - 2.426718854363949, + 2.4267188543639486, 2.478345128562153, 2.301950308970325, 1.9629704032826263, 1.6284691893104444, 1.5487678077720815, - 1.800527998585503, + 1.8005279985855032, 2.165092029105307 ], "relative wind angle": [ - 0.10559023905179699, - 0.04187069184898678, - 0.17574284474239277, + 0.10559023905179804, + 0.041870691848986785, + 0.17574284474239468, 0.23939087828995267, 0.15770962242679623, 0.06703227987583898, - 0.22543462578187645, + 0.22543462578187742, 0.21666673160776614 ], "resistance": [ @@ -80018,7 +57084,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 544.3010184859836, + 544.3010184859804, 836.4165319583708, 480.9259776866752, -90.4548058162286, @@ -80028,7 +57094,7 @@ -17.216300939043094 ], "relative wind speed": [ - 2.3714543859327337, + 2.3714543859327333, 2.465526015645331, 2.3450804341792764, 2.055471049768974, @@ -80038,17 +57104,17 @@ 2.0978275524965855 ], "relative wind angle": [ - 0.12350768012438362, - 0.008784607478713916, + 0.12350768012438543, + 0.008784607478713917, 0.13807898210306138, - 0.21315273491502762, + 0.21315273491502765, 0.16942405995040943, - 0.013571356238678355, + 0.013571356238678356, 0.18357837034565905, - 0.20878470864560952 + 0.20878470864560955 ], "resistance": [ - 97178.80101848602, + 97178.801018486, 97470.9165319584, 97115.42597768671, 96544.0451941838, @@ -80058,7 +57124,7 @@ 96617.28369906098 ], "fuel": [ - 39.996765384645684, + 39.99676538464567, 40.147992886543676, 39.963998193927594, 39.66924842908387, @@ -80098,9 +57164,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 492.89711589054264, + 492.8971158905408, 869.0980790475485, - 578.9817182243075, + 578.9817182243053, 1.4320084072060126, -516.4700940601783, -701.2602940277045, @@ -80118,19 +57184,19 @@ 1.9945074281102415 ], "relative wind angle": [ - 0.1519536149206662, - 0.012446140228516934, - 0.13108150306252203, + 0.1519536149206684, + 0.012446140228516932, + 0.13108150306252458, 0.22724843489360236, 0.2063997494761017, 0.020082486224244703, 0.18631766165424724, - 0.23409006413730243 + 0.2340900641373024 ], "resistance": [ 97127.39711589056, 97503.59807904756, - 97213.48171822433, + 97213.48171822431, 96635.93200840722, 96118.02990593984, 95933.23970597232, @@ -80140,7 +57206,7 @@ "fuel": [ 39.882733130440926, 40.07747836395777, - 39.92724945859116, + 39.92724945859115, 39.629113319051875, 39.36282333219192, 39.26805125149829, @@ -80178,30 +57244,30 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 581.4666886795264, + 581.4666886795242, 855.3674616912001, - 476.1662144786135, + 476.166214478613, -109.54714317120897, -578.4076271455035, -696.6690808131324, - -505.5413860064882, + -505.541386006488, 11.712409288804565 ], "relative wind speed": [ 2.345451441825145, 2.4343290310269583, - 2.3010093818748034, + 2.301009381874803, 1.9942458414037407, 1.656780965897909, 1.5231900090338728, - 1.717970156738875, + 1.7179701567388752, 2.066167747053744 ], "relative wind angle": [ - 0.12658268337562753, + 0.1265826833756302, 0.015159873387948983, 0.15194786519174502, - 0.2305201686351945, + 0.23052016863519448, 0.17968621997515946, 0.02422962148605068, 0.20414829732425857, @@ -80258,9 +57324,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 508.28802523465106, + 508.2880252346488, 919.1144897048405, - 629.0015150665361, + 629.0015150665356, 16.043293601389678, -542.8252898110945, -751.6370079677195, @@ -80268,9 +57334,9 @@ -123.03810793341995 ], "relative wind speed": [ - 2.39496235702962, + 2.3949623570296197, 2.534319863640765, - 2.443890395689584, + 2.4438903956895834, 2.1561589695169623, 1.7964897348899669, 1.593876685289596, @@ -80278,13 +57344,13 @@ 2.0770648900131765 ], "relative wind angle": [ - 0.15141361200932027, + 0.15141361200932102, 0.01600554356654699, 0.12466677002760757, 0.21989526786971308, 0.20246470166772731, 0.025451036960781742, - 0.17663919649649804, + 0.17663919649649806, 0.22841466273536928 ], "resistance": [ @@ -80338,33 +57404,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 546.1587563027254, + 546.1587563027244, 927.0634562521693, - 588.1793076957704, + 588.179307695769, -29.407824689182007, - -568.8753904326272, + -568.875390432627, -744.0362144609944, - -597.9603884219514, + -597.9603884219512, -77.81193325394656 ], "relative wind speed": [ - 2.404381789955625, + 2.4043817899556243, 2.5277808302410665, 2.4214589532230915, 2.123832037987375, 1.767406449431939, 1.5859071295727285, - 1.7439363197145576, + 1.7439363197145574, 2.096214403104372 ], "relative wind angle": [ - 0.14315632057323874, + 0.1431563205732387, 0.005604231938896177, - 0.13378691367159976, + 0.13378691367160145, 0.2236034189451459, - 0.19532515152419472, - 0.008932669536341144, - 0.18628527324736016, + 0.19532515152419413, + 0.008932669536341146, + 0.18628527324735897, 0.22660052124094573 ], "resistance": [ @@ -80418,39 +57484,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 613.5821392817509, + 613.58213928175, 952.5162270908002, - 554.4194845022364, + 554.419484502235, -89.26925330444078, - -621.2132665654967, + -621.2132665654965, -767.357680564884, - -580.2620681011954, - -21.11631099995975 + -580.2620681011952, + -21.116310999960433 ], "relative wind speed": [ - 2.460962633631397, + 2.4609626336313966, 2.565649112338198, - 2.4372740919631886, + 2.437274091963188, 2.1226887512239934, 1.7661744344698789, 1.6103272491835914, - 1.7987229407971619, - 2.1609955304285333 + 1.7987229407971617, + 2.160995530428533 ], "relative wind angle": [ - 0.1319897824728196, + 0.13198978247281962, 0.007658299423128454, 0.14479221092081587, - 0.2269808850033811, - 0.18442282117400818, - 0.012201746335750668, - 0.19677643939509876, - 0.22288868933721226 + 0.22698088500338112, + 0.18442282117400755, + 0.01220174633575067, + 0.19677643939509762, + 0.22288868933721176 ], "resistance": [ 97248.08213928175, 97587.0162270908, - 97188.91948450224, + 97188.91948450223, 96545.23074669555, 96013.2867334345, 95867.14231943512, @@ -80460,7 +57526,7 @@ "fuel": [ 40.11865939698498, 40.29424166291012, - 40.088054446651896, + 40.08805444665189, 39.755914809992, 39.48259831699606, 39.40769268755281, @@ -80485,68 +57551,7 @@ "id": "1588", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.191628273568998, - 5.191628273568998, - 5.191628273568998, - 5.191628273568998, - 5.191628273568998, - 5.191628273568998, - 5.191628273568998, - 5.191628273568998 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -53.11865680756455, - 297.7809788896443, - 523.2998081020053, - 350.19153775362474, - 6.830988736374707, - -300.27226488125643, - -411.2679650960858, - -336.3398345009176 - ], - "relative wind speed": [ - 1.4660904567947393, - 1.7141097023547751, - 1.8186198077518223, - 1.7437784260981324, - 1.5147630149834805, - 1.2270925585951842, - 1.0660910908169035, - 1.1845526665122033 - ], - "relative wind angle": [ - 0.2595923577365886, - 0.16638454392892543, - 0.013830417892514107, - 0.14288783210573613, - 0.2510680893332065, - 0.23346460418831994, - 0.023594422720649932, - 0.21119648933339893 - ], - "resistance": [ - 96581.38134319242, - 96932.28097888963, - 97157.79980810199, - 96984.6915377536, - 96641.33098873636, - 96334.22773511872, - 96223.2320349039, - 96298.16016549907 - ], - "fuel": [ - 38.96655083365238, - 39.14746905319664, - 39.26398479697521, - 39.174530423269445, - 38.99742745668447, - 38.83939740651492, - 38.7823672706873, - 38.82086068411071 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -61.71875, -55.15625 -61.5625, -55 -61.5625, -55 -61.71875, -55.15625 -61.71875))", @@ -80565,68 +57570,7 @@ "id": "1589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.341579465050734, - 5.341579465050734, - 5.341579465050734, - 5.341579465050734, - 5.341579465050734, - 5.341579465050734, - 5.341579465050734, - 5.341579465050734 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -70.48454584957415, - 291.22803691676756, - 531.3260054422584, - 370.29487030930534, - 20.120256832020686, - -300.9418201210809, - -425.15734798719984, - -355.43758811781754 - ], - "relative wind speed": [ - 1.4946375911836771, - 1.7471472630973557, - 1.8589596304513154, - 1.7909132247703217, - 1.56618253044112, - 1.2784153036825372, - 1.109566735257778, - 1.2163466072551283 - ], - "relative wind angle": [ - 0.25348243085102856, - 0.16741132253642207, - 0.01984941700722458, - 0.1338214220378325, - 0.24166633593015985, - 0.2297412685048812, - 0.03325950943422429, - 0.1977331838938586 - ], - "resistance": [ - 96564.0154541504, - 96925.72803691674, - 97165.82600544223, - 97004.79487030927, - 96654.62025683199, - 96333.55817987889, - 96209.34265201277, - 96279.06241188216 - ], - "fuel": [ - 38.99898277345012, - 39.18545987816374, - 39.309508685518196, - 39.2262867908576, - 39.0456474219927, - 38.8804268632114, - 38.81660767967591, - 38.85242107721455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -61.875, -55.3125 -61.71875, -55.15625 -61.71875, -55.15625 -61.875, -55.3125 -61.875))", @@ -80645,68 +57589,7 @@ "id": "1590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.563979013615016, - 4.563979013615016, - 4.563979013615016, - 4.563979013615016, - 4.563979013615016, - 4.563979013615016, - 4.563979013615016, - 4.563979013615016 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -18.421141571012413, - 291.94761162691077, - 481.3872489284304, - 300.796925863585, - -8.390216913321183, - -272.32639013321125, - -356.55959067572456, - -278.36474570836526 - ], - "relative wind speed": [ - 1.3197279109517819, - 1.5594205557791392, - 1.6506972034941803, - 1.5649496951773585, - 1.3289516204369127, - 1.0373050171576965, - 0.8848688664336327, - 1.0289444202537577 - ], - "relative wind angle": [ - 0.29438211799214536, - 0.1767338708026409, - 0.002918547429045445, - 0.1716826393617971, - 0.2922784597587204, - 0.26748825646063573, - 0.0054444847411426215, - 0.2628523398475182 - ], - "resistance": [ - 96616.07885842901, - 96926.44761162694, - 97115.88724892845, - 96935.29692586361, - 96626.10978308671, - 96362.17360986682, - 96277.9404093243, - 96356.13525429166 - ], - "fuel": [ - 38.82731911743508, - 38.987356932118175, - 39.08521530253163, - 38.9919252274402, - 38.832485834721254, - 38.69666257280476, - 38.65337018733211, - 38.69355822899853 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -61.875, -55.15625 -61.71875, -55 -61.71875, -55 -61.875, -55.15625 -61.875))", @@ -80725,68 +57608,7 @@ "id": "1591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.216716926956324, - 5.216716926956324, - 5.216716926956324, - 5.216716926956324, - 5.216716926956324, - 5.216716926956324, - 5.216716926956324, - 5.216716926956324 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -55.12463182412034, - 313.36947862557986, - 551.8371884777987, - 371.4469483956909, - 11.153027993676574, - -311.47792035714565, - -429.51484307345396, - -351.3628598090553 - ], - "relative wind speed": [ - 1.4748024978492602, - 1.7334160717005747, - 1.8426766669032821, - 1.7658817817232961, - 1.528302076058337, - 1.227199399330356, - 1.0560740242032518, - 1.1800047357211736 - ], - "relative wind angle": [ - 0.27000196803490917, - 0.1726330195472008, - 0.015042947752235232, - 0.14694873810166353, - 0.260326531574532, - 0.2450804094310759, - 0.02624951108642774, - 0.2209112039590798 - ], - "resistance": [ - 96579.37536817591, - 96947.86947862561, - 97186.33718847783, - 97005.94694839572, - 96645.6530279937, - 96323.02207964288, - 96204.98515692657, - 96283.13714019097 - ], - "fuel": [ - 38.97233702323672, - 39.16233598360812, - 39.2855614268311, - 39.192327355399115, - 39.00647312897158, - 38.840456926244784, - 38.77981544380429, - 38.81996023466093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -63.59375, -58.125 -63.4375, -57.96875 -63.4375, -57.96875 -63.59375, -58.125 -63.59375))", @@ -80818,19 +57640,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 562.149867398683, + 562.149867398681, 219.1041021411868, - -205.13023392124546, + -205.13023392124592, -480.9846901890238, - -502.4264886770359, + -502.426488677036, -277.10473413221985, - 134.7719034096283, + 134.77190340962875, 512.5635037176355 ], "relative wind speed": [ - 2.1131104316586073, + 2.113110431658607, 1.952414857522965, - 1.676574452727107, + 1.6765744527271067, 1.4312774352435162, 1.4040853943904092, 1.6201134883854513, @@ -80838,13 +57660,13 @@ 2.094787911576644 ], "relative wind angle": [ - 0.054973941549652065, + 0.054973941549654085, 0.17157797360362634, - 0.21355208121923266, + 0.21355208121923372, 0.11845753331331615, - 0.08278715894192609, + 0.0827871589419261, 0.20723749640820774, - 0.18770359162883032, + 0.18770359162882974, 0.08083573120259878 ], "resistance": [ @@ -80898,19 +57720,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 488.665253363009, + 488.6652533630099, 207.042554114018, - -161.8198729728856, + -161.8198729728863, -414.9348924440841, - -446.19496702174615, + -446.19496702174683, -269.1450682132331, 81.82598090336683, 415.91947412911054 ], "relative wind speed": [ - 2.096632830796575, + 2.0966328307965747, 1.9674624961096623, - 1.7361924493152507, + 1.7361924493152503, 1.5257745551291353, 1.4879011644322337, 1.654935173562636, @@ -80918,13 +57740,13 @@ 2.0692344258718838 ], "relative wind angle": [ - 0.03870358047667481, - 0.1391100677329201, + 0.03870358047667194, + 0.13911006773292012, 0.17640523664701738, - 0.10379340345717047, - 0.05455146667378203, + 0.10379340345717049, + 0.05455146667378406, 0.16560341404762013, - 0.1613877515659608, + 0.16138775156596077, 0.07647046310345988 ], "resistance": [ @@ -80978,34 +57800,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 526.7396605785382, + 526.7396605785375, 235.1372669702041, -148.1735133385008, -415.3788903990319, -452.99614542464064, -273.53992410207695, - 88.00495060979983, + 88.00495060979961, 439.86272539982383 ], "relative wind speed": [ - 1.9664841517448277, + 1.9664841517448275, 1.8250505515615125, - 1.5613452670250954, + 1.5613452670250951, 1.3081062357711324, 1.2555891224270226, 1.4535317153972434, - 1.7337141980611936, + 1.7337141980611939, 1.9319477320459042 ], "relative wind angle": [ - 0.04490543265984289, + 0.044905432659842884, 0.17299803756945628, 0.23003829780799664, 0.14523553625838145, - 0.07036460593062256, + 0.07036460593062258, 0.2178531446432888, - 0.2068163870586112, - 0.09814997350397962 + 0.20681638705861172, + 0.09814997350397964 ], "resistance": [ 97161.23966057853, @@ -81058,11 +57880,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 433.23176506360073, + 433.2317650635953, 221.0713449232303, - -90.04811735414933, + -90.04811735414955, -327.6890445121676, - -377.4228513603483, + -377.4228513603492, -260.49674893813574, 22.120180228209847, 317.4775913663393 @@ -81070,7 +57892,7 @@ "relative wind speed": [ 1.9010305843268993, 1.800830621854907, - 1.592801888939168, + 1.5928018889391677, 1.3818637846690434, 1.31458872981458, 1.4488167180466445, @@ -81078,11 +57900,11 @@ 1.8527043184820209 ], "relative wind angle": [ - 0.02193196921622161, - 0.1319271745192628, - 0.1852124190872805, + 0.021931969216231733, + 0.13192717451926284, + 0.18521241908728112, 0.1291203529267594, - 0.03171866017773086, + 0.031718660177734365, 0.16424323215941097, 0.17604425210511687, 0.0961869766259005 @@ -81138,9 +57960,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 399.68698667902913, + 399.68698667902254, 301.9029892143499, - 25.770125052736148, + 25.770125052735466, -244.62456351294918, -361.04200985905413, -319.20824610517855, @@ -81148,7 +57970,7 @@ 195.25519745746305 ], "relative wind speed": [ - 1.9529338411623716, + 1.9529338411623711, 1.9130467163290883, 1.7542972275401874, 1.5519091679296322, @@ -81158,13 +57980,13 @@ 1.8573737836548327 ], "relative wind angle": [ - 0.02247764701383612, + 0.022477647013846, 0.08057890853136657, - 0.14971271390951288, - 0.13967543812555294, + 0.14971271390951438, + 0.13967543812555297, 0.03070412972854934, 0.10403901845003881, - 0.15756496613361579, + 0.1575649661336158, 0.11658920170072531 ], "resistance": [ @@ -81205,68 +58027,7 @@ "id": "1597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.436534665602898, - 5.436534665602898, - 5.436534665602898, - 5.436534665602898, - 5.436534665602898, - 5.436534665602898, - 5.436534665602898, - 5.436534665602898 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 370.6890775277825, - 264.43450778488886, - 10.912542577764498, - -228.1287754902787, - -322.8862303577, - -277.295316845348, - -71.20237465892842, - 193.94607955296033 - ], - "relative wind speed": [ - 1.777336187057915, - 1.7297777490473103, - 1.5655183208407792, - 1.3609372065111538, - 1.2436829811497792, - 1.309022619486764, - 1.5016070280000144, - 1.6892368689324733 - ], - "relative wind angle": [ - 0.018259281237431254, - 0.09598244153616642, - 0.1713171831854602, - 0.15616371700609602, - 0.026095686696134664, - 0.12698008949344894, - 0.17868571921813375, - 0.12563310712757433 - ], - "resistance": [ - 97005.18907752783, - 96898.93450778493, - 96645.4125425778, - 96406.37122450977, - 96311.61376964234, - 96357.20468315469, - 96563.29762534112, - 96828.446079553 - ], - "fuel": [ - 39.25345586692745, - 39.19859552641004, - 39.067869197186276, - 38.9448287474698, - 38.89611360148787, - 38.919547882504375, - 39.025578653560174, - 39.162224796125514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.8125 -63.75, -57.8125 -63.59375, -57.65625 -63.59375, -57.65625 -63.75, -57.8125 -63.75))", @@ -81298,9 +58059,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 378.9745657897656, + 378.9745657897531, 255.58121230370602, - -7.427042235068257, + -7.427042235068484, -248.65999014745182, -335.2176168737859, -282.5609591523739, @@ -81308,9 +58069,9 @@ 207.13739284619987 ], "relative wind speed": [ - 1.9142856762466376, + 1.9142856762466371, 1.8626466904904782, - 1.703883390205549, + 1.7038833902055488, 1.515743922949103, 1.416710790208214, 1.4839496014960536, @@ -81318,13 +58079,13 @@ 1.8368667543995378 ], "relative wind angle": [ - 0.01057721793102595, + 0.010577217931046944, 0.08687582071703305, 0.14654702832355063, - 0.12584764364985931, - 0.014292351495400027, - 0.109125467100019, - 0.15010098946905623, + 0.12584764364985934, + 0.014292351495400028, + 0.10912546710001901, + 0.15010098946905626, 0.10375901554271187 ], "resistance": [ @@ -81365,68 +58126,7 @@ "id": "1599", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.763859634420783, - 5.763859634420783, - 5.763859634420783, - 5.763859634420783, - 5.763859634420783, - 5.763859634420783, - 5.763859634420783, - 5.763859634420783 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 375.3449069267199, - 250.73079354999095, - -8.459598421964074, - -244.5012424669868, - -327.9187749200147, - -274.6583117127683, - -58.90443946280607, - 207.58985664046236 - ], - "relative wind speed": [ - 1.8559865000428188, - 1.8022610472305418, - 1.6397417921441562, - 1.4471332934753598, - 1.346385527194603, - 1.4174960295590782, - 1.6027123045874927, - 1.7785514069307746 - ], - "relative wind angle": [ - 0.010101430435396736, - 0.09275388946427897, - 0.1560339235739539, - 0.13407284012479806, - 0.013924990427684704, - 0.11803586971759059, - 0.15966956478774263, - 0.10897854547452378 - ], - "resistance": [ - 97009.84490692674, - 96885.23079355, - 96626.04040157805, - 96389.99875753303, - 96306.58122508, - 96359.84168828724, - 96575.59556053721, - 96842.08985664048 - ], - "fuel": [ - 39.35336768731843, - 39.28903022102102, - 39.15539696850267, - 39.03391622247388, - 38.99103429317071, - 39.01841057812222, - 39.12941770306517, - 39.26677029721783 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -63.90625, -58.125 -63.75, -57.96875 -63.75, -57.96875 -63.90625, -58.125 -63.90625))", @@ -81458,9 +58158,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 448.29168586635205, + 448.2916858663443, 199.43756804250552, - -130.86093717082383, + -130.8609371708245, -362.1206495205945, -395.0371058866731, -242.11681479595086, @@ -81468,9 +58168,9 @@ 372.0107783076726 ], "relative wind speed": [ - 1.8914442947832883, + 1.8914442947832881, 1.7662591063868742, - 1.534014286310948, + 1.5340142863109478, 1.314205414127001, 1.2681557978195994, 1.4373967500022933, @@ -81478,17 +58178,17 @@ 1.8597432019746687 ], "relative wind angle": [ - 0.04016657881779135, - 0.15595273102052454, - 0.20483007412819704, + 0.04016657881780517, + 0.15595273102052457, + 0.20483007412819812, 0.1273597778180988, 0.05992788949224345, - 0.19203547309263558, + 0.19203547309263555, 0.1864707163476217, 0.08987785815026078 ], "resistance": [ - 97082.79168586637, + 97082.79168586635, 96833.93756804251, 96503.63906282918, 96272.37935047942, @@ -81498,7 +58198,7 @@ 97006.51077830768 ], "fuel": [ - 39.36553386558934, + 39.36553386558933, 39.237042057459036, 39.06685365972217, 38.94793724593847, @@ -81538,34 +58238,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 410.60449766077045, + 410.6044976607668, 215.22096308817095, - -78.04796417229682, - -306.16685988637676, + -78.04796417229727, + -306.16685988637687, -356.8243951239539, -252.22430028897566, 12.02877561468199, 292.5763322625385 ], "relative wind speed": [ - 1.8623663148413836, + 1.8623663148413834, 1.769496492858983, 1.571281670416862, - 1.367382896566468, + 1.3673828965664678, 1.297900214822162, 1.4219125922682616, 1.6383000856080319, 1.811965030697001 ], "relative wind angle": [ - 0.018278985515887823, + 0.018278985515893898, 0.12675184620505328, - 0.18064357189959337, - 0.12873678833293115, + 0.18064357189959462, + 0.12873678833293029, 0.02623019440457372, 0.15797026900410377, 0.1731775108713998, - 0.09703412017275985 + 0.09703412017275984 ], "resistance": [ 97045.10449766078, @@ -81605,68 +58305,7 @@ "id": "1602", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.3219002909983795, - 5.3219002909983795, - 5.3219002909983795, - 5.3219002909983795, - 5.3219002909983795, - 5.3219002909983795, - 5.3219002909983795, - 5.3219002909983795 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 298.90572427664847, - 73.30540151823129, - -172.9250362399655, - -305.91858789505477, - -292.2599498018485, - -126.13666419756146, - 127.91352058144594, - 330.6656331147765 - ], - "relative wind speed": [ - 1.7174077023285257, - 1.5789206517125434, - 1.3773870509714545, - 1.2292729700579612, - 1.2493612291889835, - 1.420352869048248, - 1.6165387743058044, - 1.7318431401552599 - ], - "relative wind angle": [ - 0.07056299976255752, - 0.16007502664080303, - 0.1713242276394981, - 0.06547393739454893, - 0.09706981374075432, - 0.17812726479772942, - 0.14578115089328428, - 0.04645731801375802 - ], - "resistance": [ - 96933.40572427666, - 96707.80540151824, - 96461.57496376005, - 96328.58141210496, - 96342.24005019816, - 96508.36333580245, - 96762.41352058147, - 96965.1656331148 - ], - "fuel": [ - 39.183909103525934, - 39.0675396617726, - 38.94074492214721, - 38.87235460432642, - 38.87937536042317, - 38.96482092407784, - 39.09569031755892, - 39.20030674701291 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.96875 -64.0625, -57.96875 -63.90625, -57.8125 -63.90625, -57.8125 -64.0625, -57.96875 -64.0625))", @@ -81685,68 +58324,7 @@ "id": "1603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.385222037961511, - 5.385222037961511, - 5.385222037961511, - 5.385222037961511, - 5.385222037961511, - 5.385222037961511, - 5.385222037961511, - 5.385222037961511 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 316.35472664472286, - 144.69735720895983, - -91.651483854003, - -261.5482520664401, - -288.7259178959506, - -185.8978645632826, - 34.918544478975036, - 252.90903063461428 - ], - "relative wind speed": [ - 1.732178996009664, - 1.6393768590345235, - 1.4646290740507946, - 1.3003579478469385, - 1.2613494765481406, - 1.3798152377283763, - 1.5640678539150494, - 1.7030900691615267 - ], - "relative wind angle": [ - 0.029061532836806084, - 0.12362403483376154, - 0.16152813284594345, - 0.10088900911014662, - 0.039914440249215304, - 0.1470347476864253, - 0.15117694270255813, - 0.07697702798154102 - ], - "resistance": [ - 96950.85472664476, - 96779.19735720899, - 96542.84851614603, - 96372.95174793359, - 96345.77408210408, - 96448.60213543674, - 96669.418544479, - 96887.40903063465 - ], - "fuel": [ - 39.21075165540201, - 39.122178762196356, - 39.000405353602375, - 38.91299828945934, - 38.899026116928816, - 38.95190500111883, - 39.065591853992146, - 39.17800175629306 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -64.53125, -58.125 -64.375, -57.96875 -64.375, -57.96875 -64.53125, -58.125 -64.53125))", @@ -81765,68 +58343,7 @@ "id": "1604", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.7041337623943, - 4.7041337623943, - 4.7041337623943, - 4.7041337623943, - 4.7041337623943, - 4.7041337623943, - 4.7041337623943, - 4.7041337623943 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 167.84899239707204, - -50.826229164305005, - -223.49386755289356, - -264.2122930858581, - -189.61020082504024, - 5.679799372048251, - 216.5523545318067, - 311.2200537131365 - ], - "relative wind speed": [ - 1.4827391999039148, - 1.3061152081306073, - 1.1193713823945748, - 1.0511947628860714, - 1.1613255866422278, - 1.3569287808177535, - 1.5146617976953383, - 1.5627482918251778 - ], - "relative wind angle": [ - 0.13475673241277297, - 0.19714469319419722, - 0.14576852698826773, - 0.02463095759688854, - 0.17238485973535217, - 0.18967047492251563, - 0.1075525713015854, - 0.016567287370952644 - ], - "resistance": [ - 96802.3489923971, - 96583.67377083573, - 96411.00613244713, - 96370.28770691417, - 96444.88979917498, - 96640.17979937208, - 96851.05235453184, - 96945.72005371317 - ], - "fuel": [ - 38.956154211456926, - 38.8434607075899, - 38.75460276914259, - 38.73366448502095, - 38.77203117731929, - 38.87256384104539, - 38.98127754546786, - 39.03013655616678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.96875 -64.53125, -57.96875 -64.375, -57.8125 -64.375, -57.8125 -64.53125, -57.96875 -64.53125))", @@ -81845,68 +58362,7 @@ "id": "1605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.08712715642195, - 5.08712715642195, - 5.08712715642195, - 5.08712715642195, - 5.08712715642195, - 5.08712715642195, - 5.08712715642195, - 5.08712715642195 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 72.12970530322377, - -138.9191251335311, - -258.8809378751996, - -253.09843484752594, - -118.95974239661257, - 95.39446289160969, - 272.194888858221, - 258.71968933667927 - ], - "relative wind speed": [ - 1.509586806412704, - 1.3315979996545286, - 1.1960576114999604, - 1.2048834605287346, - 1.3506706656994059, - 1.5264371394172245, - 1.6348118433780665, - 1.628317972577986 - ], - "relative wind angle": [ - 0.1460825655065729, - 0.16007237661634569, - 0.06728501482790984, - 0.08185654305265448, - 0.1634165187876825, - 0.13949664948759805, - 0.049209644376068534, - 0.060539584613716016 - ], - "resistance": [ - 96706.62970530322, - 96495.58087486647, - 96375.6190621248, - 96381.40156515247, - 96515.54025760338, - 96729.8944628916, - 96906.69488885823, - 96893.21968933668 - ], - "fuel": [ - 39.003116860713284, - 38.89442576654099, - 38.83271877383943, - 38.83569199926289, - 38.90469784207484, - 39.015108457384734, - 39.10630435480816, - 39.09934958162856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -64.6875, -58.125 -64.53125, -57.96875 -64.53125, -57.96875 -64.6875, -58.125 -64.6875))", @@ -81925,68 +58381,7 @@ "id": "1606", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.383596469085319, - 4.383596469085319, - 4.383596469085319, - 4.383596469085319, - 4.383596469085319, - 4.383596469085319, - 4.383596469085319, - 4.383596469085319 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 168.4335062426503, - -51.00619331218866, - -221.74574426260222, - -261.07376590796247, - -182.6909604001599, - 14.000590086021816, - 224.83656440852087, - 315.87555248085846 - ], - "relative wind speed": [ - 1.4067394899307795, - 1.2171508213611817, - 1.0148010731443808, - 0.9426414388992035, - 1.0679196946260578, - 1.279809495495608, - 1.4455266336688284, - 1.493584809902324 - ], - "relative wind angle": [ - 0.15528817341262463, - 0.2283883355324866, - 0.1704590453231366, - 0.034083328093189404, - 0.2051718909596631, - 0.21702279147898804, - 0.11937175496013544, - 0.021508396411291424 - ], - "resistance": [ - 96802.93350624268, - 96583.49380668784, - 96412.75425573743, - 96373.42623409207, - 96451.80903959987, - 96648.50059008606, - 96859.33656440856, - 96950.3755524809 - ], - "fuel": [ - 38.88327672749831, - 38.77018908742809, - 38.6823228800443, - 38.662099213739864, - 38.70241173463913, - 38.80367147466919, - 38.91237283369149, - 38.959361219558865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.96875 -64.6875, -57.96875 -64.53125, -57.8125 -64.53125, -57.8125 -64.6875, -57.96875 -64.6875))", @@ -82005,68 +58400,7 @@ "id": "1607", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.52080743468907, - 4.52080743468907, - 4.52080743468907, - 4.52080743468907, - 4.52080743468907, - 4.52080743468907, - 4.52080743468907, - 4.52080743468907 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 94.29300883737164, - -87.83917109153117, - -208.42943629415964, - -219.65561082121593, - -126.33351981442388, - 49.3727170316123, - 211.91278615354042, - 238.02491994689024 - ], - "relative wind speed": [ - 1.3744104822223602, - 1.209536891747694, - 1.0643198109051755, - 1.0449038313707673, - 1.16795165404199, - 1.3379595462208291, - 1.4561382420419058, - 1.4701330630282454 - ], - "relative wind angle": [ - 0.14353782404287665, - 0.176946993099763, - 0.09833883959694203, - 0.06237157045268952, - 0.1691368604023844, - 0.1598088343658266, - 0.0718237167263796, - 0.04431664782859703 - ], - "resistance": [ - 96728.79300883735, - 96546.66082890845, - 96426.07056370583, - 96414.84438917878, - 96508.16648018557, - 96683.8727170316, - 96846.41278615352, - 96872.52491994688 - ], - "fuel": [ - 38.875545403766736, - 38.78172169498948, - 38.71966865378378, - 38.71389466977983, - 38.761907488297965, - 38.8523936631869, - 38.93620174075231, - 38.94967471052403 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -64.84375, -58.125 -64.6875, -57.96875 -64.6875, -57.96875 -64.84375, -58.125 -64.84375))", @@ -82098,40 +58432,40 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 226.9048231183416, + 226.90482311834057, -9.271313009837627, - -216.62706910198597, - -285.173078149391, + -216.62706910198614, + -285.1730781493897, -230.19733751806882, -31.85581603370008, 207.30040569918765, 354.42327979859033 ], "relative wind speed": [ - 1.5002821210531954, + 1.5002821210531951, 1.3169551782337012, - 1.0963435446384189, - 0.9826061572574386, + 1.0963435446384187, + 0.9826061572574385, 1.0786657244999467, 1.2961463059725584, 1.4874128613443331, 1.5648806113191636 ], "relative wind angle": [ - 0.13258047892588193, + 0.1325804789258836, 0.22291827710880474, 0.19591575316429666, - 0.010861955860288127, - 0.18491425991477245, + 0.010861955860277904, + 0.18491425991477242, 0.22655909316170997, 0.1439806833992353, - 0.006820263159033223 + 0.006820263159033222 ], "resistance": [ 96861.40482311837, 96625.22868699019, 96417.87293089804, - 96349.32692185063, + 96349.32692185065, 96404.30266248196, 96602.64418396633, 96841.80040569922, @@ -82141,7 +58475,7 @@ 38.95870017555172, 38.836943427615, 38.73021566598427, - 38.69496964147166, + 38.69496964147167, 38.72323651194022, 38.825311228968445, 38.94858553914012, @@ -82165,68 +58499,7 @@ "id": "1609", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.568625713143348, - 4.568625713143348, - 4.568625713143348, - 4.568625713143348, - 4.568625713143348, - 4.568625713143348, - 4.568625713143348, - 4.568625713143348 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 111.09492537821075, - -107.59852693724974, - -249.01242182795932, - -259.27243675724696, - -142.0975883083347, - 70.68701911655626, - 264.9121118911055, - 288.64918492675736 - ], - "relative wind speed": [ - 1.4086531454641333, - 1.211586391898423, - 1.0376425374998972, - 1.0196900793464672, - 1.174212328451267, - 1.3766396374794325, - 1.5120767972836953, - 1.5242409319380377 - ], - "relative wind angle": [ - 0.16998651530090592, - 0.21024059616931523, - 0.11521395271007978, - 0.08262451265528253, - 0.20436458096160443, - 0.18472227013980755, - 0.07897129330683159, - 0.05523954875075291 - ], - "resistance": [ - 96745.59492537823, - 96526.90147306277, - 96385.48757817206, - 96375.22756324276, - 96492.40241169168, - 96705.18701911657, - 96899.41211189111, - 96923.14918492678 - ], - "fuel": [ - 38.89512661232406, - 38.782469905401705, - 38.70971736850205, - 38.70444184250656, - 38.76471447418403, - 38.874297671819235, - 38.974469872922825, - 38.98672196877826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.125 -65, -58.125 -64.84375, -57.96875 -64.84375, -57.96875 -65, -58.125 -65))", @@ -82258,37 +58531,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 315.2563561111824, + 315.2563561111813, 65.25710489612209, - -191.5168191456927, - -319.64755522039036, + -191.51681914569303, + -319.6475552203906, -293.1807620689922, -103.92378732431075, 168.2223428730265, 376.287853186388 ], "relative wind speed": [ - 1.6018304065692506, + 1.6018304065692501, 1.4317675007006652, - 1.1893961623017015, - 1.0159345346459712, + 1.1893961623017013, + 1.0159345346459714, 1.0613313860522289, 1.281532982941417, 1.5091791581953882, 1.6310003015766212 ], "relative wind angle": [ - 0.10212608752306052, - 0.21687539625059457, - 0.23107115434297992, - 0.07600255804722938, + 0.10212608752306161, + 0.2168753962505946, + 0.2310711543429804, + 0.0760025580472323, 0.15448124860884055, - 0.24278286392157436, + 0.2427828639215744, 0.18148741721174586, 0.0473133551513383 ], "resistance": [ - 96949.75635611117, + 96949.75635611116, 96699.75710489611, 96442.9831808543, 96314.8524447796, @@ -82298,7 +58571,7 @@ 97010.78785318637 ], "fuel": [ - 39.04467709598292, + 39.04467709598291, 38.915718306656174, 38.7835069951913, 38.71762502614263, @@ -82325,68 +58598,7 @@ "id": "1611", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.713039767019323, - 4.713039767019323, - 4.713039767019323, - 4.713039767019323, - 4.713039767019323, - 4.713039767019323, - 4.713039767019323, - 4.713039767019323 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 210.41306867380968, - -23.221806906665392, - -222.6215974600334, - -281.0775501078564, - -221.78691616488902, - -21.83141921525612, - 211.6157385856626, - 347.59169170701375 - ], - "relative wind speed": [ - 1.5181734349011557, - 1.3377538402519513, - 1.1292909260183177, - 1.0311406807906873, - 1.1303357264854157, - 1.339001156048807, - 1.5189507685970522, - 1.5872171651753906 - ], - "relative wind angle": [ - 0.13016372808406093, - 0.20936585045758782, - 0.17458023200383488, - 0.0006183127597487817, - 0.17522724146628837, - 0.20916792414641786, - 0.12949809692719727, - 0.0004016888369477541 - ], - "resistance": [ - 96844.91306867378, - 96611.27819309331, - 96411.87840253994, - 96353.42244989211, - 96412.71308383509, - 96612.66858078471, - 96846.11573858563, - 96982.09169170698 - ], - "fuel": [ - 38.98024003931954, - 38.8598066294689, - 38.75718126996283, - 38.72712370991566, - 38.757610548151746, - 38.86052274159373, - 38.98086051349541, - 39.051047107904104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -60.15625, -53.75 -60, -53.59375 -60, -53.59375 -60.15625, -53.75 -60.15625))", @@ -82405,68 +58617,7 @@ "id": "1612", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.386273712929102, - 6.386273712929102, - 6.386273712929102, - 6.386273712929102, - 6.386273712929102, - 6.386273712929102, - 6.386273712929102, - 6.386273712929102 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 574.2878989008341, - 788.815072553019, - 416.482966895127, - -123.70162030277652, - -537.5246021352725, - -630.5801174366215, - -428.97342388540403, - 56.723940817493485 - ], - "relative wind speed": [ - 2.165987298379547, - 2.2408385593083495, - 2.0934794779580024, - 1.774694356859757, - 1.4298081827570002, - 1.3093872488065872, - 1.5340130676070176, - 1.8937561500759639 - ], - "relative wind angle": [ - 0.1324309383628134, - 0.02747222142149001, - 0.17915549269905373, - 0.26571107192954957, - 0.2013896049089566, - 0.04702639571634399, - 0.24565227432000458, - 0.2486398758344529 - ], - "resistance": [ - 97208.78789890086, - 97423.31507255304, - 97050.98296689516, - 96510.79837969725, - 96096.97539786475, - 96003.91988256341, - 96205.52657611463, - 96691.22394081752 - ], - "fuel": [ - 39.66108312099563, - 39.772136294584755, - 39.579502373806825, - 39.300943510780456, - 39.08828049245449, - 39.04054715764909, - 39.14400312909786, - 39.39386342072149 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -60.15625, -53.59375 -60, -53.4375 -60, -53.4375 -60.15625, -53.59375 -60.15625))", @@ -82485,68 +58636,7 @@ "id": "1613", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.950664766925766, - 5.950664766925766, - 5.950664766925766, - 5.950664766925766, - 5.950664766925766, - 5.950664766925766, - 5.950664766925766, - 5.950664766925766 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 463.27091990775943, - 850.601662504687, - 609.4714779706164, - 65.24098192068459, - -435.01208462322893, - -639.2856845212355, - -534.4032124854145, - -99.89325644660607 - ], - "relative wind speed": [ - 2.024097813794037, - 2.178996149039577, - 2.0933302484758056, - 1.7925923819632397, - 1.3880446054939701, - 1.1294315247580993, - 1.2812526126657968, - 1.6763807260804655 - ], - "relative wind angle": [ - 0.2062270353760602, - 0.027985142724048385, - 0.15745465821240578, - 0.2973336469739611, - 0.3032261843336042, - 0.05401054557808972, - 0.2590787940896692, - 0.3186465925546221 - ], - "resistance": [ - 97097.77091990778, - 97485.1016625047, - 97243.97147797063, - 96699.7409819207, - 96199.48791537678, - 95995.21431547878, - 96100.0967875146, - 96534.6067435534 - ], - "fuel": [ - 39.45760912994362, - 39.6580811569569, - 39.53321303660174, - 39.252181079938964, - 38.99483050211264, - 38.89001159150406, - 38.94381053868466, - 39.1671263329042 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -60.3125, -53.75 -60.15625, -53.59375 -60.15625, -53.59375 -60.3125, -53.75 -60.3125))", @@ -82565,68 +58655,7 @@ "id": "1614", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.368271737806571, - 6.368271737806571, - 6.368271737806571, - 6.368271737806571, - 6.368271737806571, - 6.368271737806571, - 6.368271737806571, - 6.368271737806571 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 528.5507468923995, - 863.7751442311774, - 529.6726026948891, - -30.750141277406556, - -506.345790420135, - -651.5671239812931, - -507.11486316137166, - -32.02790759570462 - ], - "relative wind speed": [ - 2.1482301455124713, - 2.264935008193595, - 2.1487405667257273, - 1.8376007308538338, - 1.4613549838645108, - 1.2729966832687578, - 1.4606043693832287, - 1.836756570947722 - ], - "relative wind angle": [ - 0.16413237576545317, - 0.00019354009031999697, - 0.16380060411235167, - 0.27328959495445665, - 0.24256882315051206, - 0.00034434947004941473, - 0.24225876337045874, - 0.2734184224639103 - ], - "resistance": [ - 97163.05074689242, - 97498.27514423119, - 97164.1726026949, - 96603.74985872261, - 96128.15420957988, - 95982.93287601872, - 96127.38513683864, - 96602.4720924043 - ], - "fuel": [ - 39.6311445669597, - 39.80469667485738, - 39.63172467589999, - 39.3425145930821, - 39.09799685483672, - 39.023502024945714, - 39.09760213349694, - 39.34185652816144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -60.3125, -53.59375 -60.15625, -53.4375 -60.15625, -53.4375 -60.3125, -53.59375 -60.3125))", @@ -82658,9 +58687,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 350.331357735515, + 350.3313577355143, 784.9151195145926, - 680.9687121607251, + 680.968712160724, 180.0818065335643, -335.1555528589786, -604.7209775799668, @@ -82668,24 +58697,24 @@ -192.47861139352847 ], "relative wind speed": [ - 1.9034167193452531, + 1.9034167193452527, 2.103270205594732, - 2.0656628813035853, - 1.8012465034761438, + 2.065662881303585, + 1.8012465034761436, 1.398311318099806, 1.0744878743227182, 1.1451229674640322, 1.5276716870859484 ], "relative wind angle": [ - 0.24798900242238928, - 0.06849763834968332, - 0.1279680632933558, - 0.29098397500333756, + 0.2479890024223902, + 0.06849763834968331, + 0.12796806329335583, + 0.2909839750033368, 0.3406709138913491, - 0.13438084502064696, + 0.13438084502064693, 0.23229279975565897, - 0.3450800490880825 + 0.34508004908808243 ], "resistance": [ 96984.83135773551, @@ -82738,9 +58767,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 332.2801030743145, + 332.2801030743136, 790.6519055157436, - 726.3026366301218, + 726.3026366301209, 228.00557023713588, -299.71546204827723, -592.8465354215036, @@ -82748,24 +58777,24 @@ -212.90556474829293 ], "relative wind speed": [ - 1.8409235512462152, + 1.840923551246215, 2.0616883092635323, 2.0382310983460115, 1.7767436919641673, 1.3572828811689523, 0.9902816046425108, 1.0377043561547188, - 1.440277124067729 + 1.4402771240677288 ], "relative wind angle": [ - 0.2796850677898283, - 0.08680416659119275, - 0.1256438966178456, + 0.27968506778982954, + 0.08680416659119274, + 0.1256438966178474, 0.3087846218102109, 0.38377004639494633, - 0.18148722467008227, + 0.1814872246700823, 0.2486932038713302, - 0.38428458386670816 + 0.3842845838667079 ], "resistance": [ 96966.78010307433, @@ -82818,17 +58847,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 127.54931598509211, + 127.54931598509165, 549.4066963755148, - 668.7944896477408, + 668.7944896477399, 321.7637992723736, -127.3428768493875, -442.68098838526544, - -494.80099691733835, + -494.80099691733847, -289.4470845087192 ], "relative wind speed": [ - 1.5777735758892637, + 1.5777735758892635, 1.834113685002609, 1.8822821243293477, 1.709252771111277, @@ -82838,13 +58867,13 @@ 1.196455697820239 ], "relative wind angle": [ - 0.3177754236697592, + 0.3177754236697599, 0.14707610253825043, - 0.05999808309445205, + 0.059998083094453904, 0.253336303448406, 0.3694628951093658, 0.2736659149933564, - 0.12573215513150923, + 0.12573215513151012, 0.3661856514946391 ], "resistance": [ @@ -82898,11 +58927,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 168.35769783801356, + 168.3576978380131, 595.3129200455219, - 673.8553987331438, + 673.8553987331427, 296.26376733068787, - -167.26904681970018, + -167.2690468197003, -475.92262034774876, -510.24949522684767, -274.0893873615174 @@ -82910,7 +58939,7 @@ "relative wind speed": [ 1.6428889099372779, 1.8881973805618368, - 1.9191605139017134, + 1.9191605139017132, 1.7273361361882944, 1.3698826463558516, 1.0051731628039144, @@ -82918,14 +58947,14 @@ 1.2617338498272532 ], "relative wind angle": [ - 0.3028990170487805, + 0.3028990170487815, 0.1297946299156229, - 0.07533055735109459, + 0.07533055735109606, 0.2627491228059514, - 0.36584116933741523, + 0.3658411693374156, 0.24559402919846707, - 0.1534891558404018, - 0.3635384317534904 + 0.15348915584040176, + 0.36353843175349043 ], "resistance": [ 96802.85769783803, @@ -82978,14 +59007,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 114.47301170853905, - 502.1341861321989, - 621.9596234011849, + 114.4730117085387, + 502.13418613219915, + 621.9596234011831, 307.8848228813994, -101.62023964178582, -391.9607612819498, -444.2187589858402, - -262.2529933861949 + -262.25299338619493 ], "relative wind speed": [ 1.4642088649575735, @@ -82995,17 +59024,17 @@ 1.2693645773218936, 0.8965915137473102, 0.790845915925054, - 1.0865065042038025 + 1.0865065042038022 ], "relative wind angle": [ - 0.341999170299545, - 0.15981100426840847, - 0.0590683317400132, - 0.2655294054927024, + 0.341999170299546, + 0.15981100426840844, + 0.059068331740016966, + 0.26552940549270243, 0.39721294388444994, 0.3098425847054541, - 0.13244513214460674, - 0.39797262938919514 + 0.13244513214460676, + 0.39797262938919487 ], "resistance": [ 96748.97301170853, @@ -83058,9 +59087,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 82.497503760408, + 82.49750376040731, 436.18245248295534, - 548.2265935464561, + 548.226593546455, 267.8545487753422, -108.29771792373481, -379.35763219922137, @@ -83068,7 +59097,7 @@ -264.5180890635529 ], "relative wind speed": [ - 1.5192042637627516, + 1.5192042637627514, 1.7458268049915973, 1.7939658755589816, 1.649051002946503, @@ -83078,11 +59107,11 @@ 1.196647565253618 ], "relative wind angle": [ - 0.2765977028494411, + 0.2765977028494419, 0.13427354976927447, - 0.047035193077272046, + 0.047035193077274405, 0.215732786747128, - 0.31053542915428284, + 0.3105354291542829, 0.22436997734143574, 0.08743488431699117, 0.29944698726355257 @@ -83125,68 +59154,7 @@ "id": "1621", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.768025836112858, - 5.768025836112858, - 5.768025836112858, - 5.768025836112858, - 5.768025836112858, - 5.768025836112858, - 5.768025836112858, - 5.768025836112858 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 199.58054117250958, - 583.3288526719316, - 584.9457599775044, - 202.28205561170648, - -237.09948615899032, - -501.9041491065933, - -502.60823744240736, - -239.38749262481815 - ], - "relative wind speed": [ - 1.8115504532422728, - 2.0083923754015505, - 2.009009522245657, - 1.8132017729078567, - 1.4922458310780573, - 1.2144433833822972, - 1.213422187261466, - 1.4902389055906204 - ], - "relative wind angle": [ - 0.22265395052690196, - 0.08298202842042296, - 0.0820235428014471, - 0.2220102934519484, - 0.27138784154479395, - 0.13750746912701745, - 0.1360700334006231, - 0.2712236622041107 - ], - "resistance": [ - 96834.08054117253, - 97217.82885267194, - 97219.44575997752, - 96836.78205561172, - 96397.40051384103, - 96132.59585089343, - 96131.89176255761, - 96395.11250737519 - ], - "fuel": [ - 39.26392496420675, - 39.46216372747869, - 39.463000157428475, - 39.265318611812006, - 39.0390090108383, - 38.9029646052042, - 38.902603224945366, - 39.037832421284776 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -60.3125, -52.8125 -60.15625, -52.65625 -60.15625, -52.65625 -60.3125, -52.8125 -60.3125))", @@ -83218,33 +59186,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 110.1703624484287, + 110.17036244842825, 520.7875185600531, - 639.9994959887149, + 639.9994959887147, 306.50629472047194, -131.99503596554007, -442.80850794874374, - -494.8091815091004, + -494.80918150910026, -297.0643507206622 ], "relative wind speed": [ - 1.6218895725390985, + 1.6218895725390983, 1.8666641099690016, - 1.9144374239105664, - 1.7511764801168535, + 1.9144374239105661, + 1.7511764801168537, 1.4281613932522157, 1.0889149880687676, 1.0025468071954768, 1.2663142130501088 ], "relative wind angle": [ - 0.28575158813835716, + 0.2857515881383572, 0.135122334644309, - 0.05307246260278503, - 0.22756938965403803, - 0.3258509802813846, + 0.05307246260278504, + 0.22756938965403853, + 0.32585098028138454, 0.2330315633478564, - 0.10147227785663669, + 0.10147227785663561, 0.3172918415730477 ], "resistance": [ @@ -83285,68 +59253,7 @@ "id": "1623", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.941667342018043, - 5.941667342018043, - 5.941667342018043, - 5.941667342018043, - 5.941667342018043, - 5.941667342018043, - 5.941667342018043, - 5.941667342018043 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 189.81726673022968, - 617.7111861668877, - 653.6403383642119, - 249.73639022737348, - -230.96345050553055, - -534.7317570056566, - -550.3843569541212, - -281.6658872391738 - ], - "relative wind speed": [ - 1.8550349155850132, - 2.072179337622066, - 2.0854106834898825, - 1.8904924387806268, - 1.5565890588684055, - 1.253074949458531, - 1.2309290464582379, - 1.513328244348067 - ], - "relative wind angle": [ - 0.2335056149407616, - 0.09398166386785393, - 0.07402282057627557, - 0.2200047866890493, - 0.2793738835350411, - 0.15581622763685854, - 0.12562336010283925, - 0.2761197603687674 - ], - "resistance": [ - 96824.31726673021, - 97252.21118616687, - 97288.1403383642, - 96884.23639022736, - 96403.53654949446, - 96099.76824299432, - 96084.11564304586, - 96352.83411276081 - ], - "fuel": [ - 39.313527705905386, - 39.53459104376222, - 39.553184169033095, - 39.344442770832295, - 39.0968036740569, - 38.94075663315408, - 38.932725129725526, - 39.070733749205566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -60.46875, -52.8125 -60.3125, -52.65625 -60.3125, -52.65625 -60.46875, -52.8125 -60.46875))", @@ -83378,19 +59285,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 88.51766384445011, + 88.51766384445, 514.7338672460825, - 674.4504105466445, + 674.4504105466425, 349.38535570903184, -96.93200177051301, - -426.7566617593242, + -426.75666175932423, -496.3750449741013, - -315.23061627392474 + -315.23061627392485 ], "relative wind speed": [ 1.560342806799467, 1.8265720868309037, - 1.891203996548421, + 1.8912039965484209, 1.73631037897911, 1.4070785728197954, 1.038351672811109, @@ -83398,14 +59305,14 @@ 1.1831170916983873 ], "relative wind angle": [ - 0.31866434352513184, + 0.31866434352513223, 0.15848228344723725, - 0.042937676203875653, + 0.04293767620387824, 0.23428095884015146, 0.3548226397443227, - 0.28131769395243633, + 0.2813176939524364, 0.0888017680500519, - 0.34764824453419624 + 0.3476482445341963 ], "resistance": [ 96723.01766384447, @@ -83458,9 +59365,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 163.100783433954, + 163.10078343395355, 538.4514625042494, - 577.671879942554, + 577.6718799425533, 228.14116934503352, -190.2423681039977, -457.7194769412291, @@ -83478,14 +59385,14 @@ 1.3567225071107545 ], "relative wind angle": [ - 0.24921951913909052, + 0.2492195191390914, 0.1016248766553686, - 0.07535127540840245, + 0.07535127540840392, 0.23105983467465085, 0.2996176951207991, - 0.17396968357710396, + 0.173969683577104, 0.13315384988850046, - 0.29602679155130573 + 0.2960267915513057 ], "resistance": [ 96797.60078343398, @@ -83538,33 +59445,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 119.86055042086434, + 119.86055042086377, 493.6950313790619, - 584.8977216932544, + 584.8977216932535, 269.51130015372974, -132.96251766909722, -410.64467590742595, - -450.4658000043888, + -450.4658000043887, -258.51338724842753 ], "relative wind speed": [ - 1.5487432139282407, + 1.5487432139282402, 1.7798872337687404, 1.8181774428600508, 1.6526382881622288, 1.334502871274182, 1.0057359947793816, - 0.9347375259412122, + 0.9347375259412121, 1.2034492696528711 ], "relative wind angle": [ 0.2903451149468011, 0.1317865324362888, - 0.061976892014016696, + 0.06197689201401849, 0.24019246690236976, - 0.33868025950583386, + 0.3386802595058339, 0.23470168362050434, - 0.12076873916308078, + 0.12076873916307894, 0.33279100036198156 ], "resistance": [ @@ -83618,32 +59525,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 148.55264167459916, + 148.55264167459882, 450.2498630691533, - 464.0395478895058, + 464.03954788950466, 171.4281392373888, -169.2386973717497, - -379.7207598302903, + -379.72075983029026, -385.73703581699664, -188.5438193534727 ], "relative wind speed": [ - 1.5394152913575287, + 1.5394152913575283, 1.7220649981919234, 1.7281580867183641, 1.5558124177903938, 1.2645615323312578, - 1.0017022762875276, + 1.0017022762875278, 0.9911533360824079, 1.2443323627417928 ], "relative wind angle": [ - 0.2432026928268876, + 0.24320269282688758, 0.09382179804047266, - 0.08258318299621446, - 0.2354448127407399, - 0.2975231755789918, - 0.16176067312645648, + 0.08258318299621716, + 0.23544481274073992, + 0.2975231755789919, + 0.16176067312645787, 0.14432756544709527, 0.29597109182460296 ], @@ -83685,68 +59592,7 @@ "id": "1628", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.988484200554472, - 4.988484200554472, - 4.988484200554472, - 4.988484200554472, - 4.988484200554472, - 4.988484200554472, - 4.988484200554472, - 4.988484200554472 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 79.21522598181866, - 476.15705025247905, - 623.6574893961309, - 321.2931171305696, - -95.1277071782664, - -403.1732074915529, - -467.4570404295858, - -298.27268346131564 - ], - "relative wind speed": [ - 1.5333562680357797, - 1.7862578365418778, - 1.847576549114499, - 1.6997415835150307, - 1.3873214644460317, - 1.0416934442675663, - 0.9286028136934831, - 1.1775911173693145 - ], - "relative wind angle": [ - 0.3048808839573718, - 0.15233375303291954, - 0.041661679279078066, - 0.22539714048646833, - 0.3381872973630358, - 0.2632368335096286, - 0.08296250992049559, - 0.32846632601883835 - ], - "resistance": [ - 96713.71522598181, - 97110.65705025247, - 97258.15748939612, - 96955.79311713055, - 96539.37229282172, - 96231.32679250844, - 96167.0429595704, - 96336.22731653867 - ], - "fuel": [ - 38.98103868561681, - 39.185924983927244, - 39.26220852043823, - 39.105920352216806, - 38.89123479024893, - 38.73283728651365, - 38.699826964896, - 38.78673766099773 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -61.09375, -53.28125 -60.9375, -53.125 -60.9375, -53.125 -61.09375, -53.28125 -61.09375))", @@ -83765,68 +59611,7 @@ "id": "1629", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.537845924506083, - 4.537845924506083, - 4.537845924506083, - 4.537845924506083, - 4.537845924506083, - 4.537845924506083, - 4.537845924506083, - 4.537845924506083 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 71.22082980462403, - 439.90935444308843, - 589.271889512813, - 313.7691671093396, - -69.5482616002862, - -356.37866672965197, - -421.43062477387184, - -271.80879281737623 - ], - "relative wind speed": [ - 1.4093903116123574, - 1.6646423606282823, - 1.7304940197937901, - 1.589383442039701, - 1.2806435802311154, - 0.9248755815004773, - 0.7948707300636225, - 1.0489467594801838 - ], - "relative wind angle": [ - 0.33894879853086024, - 0.17070916411639203, - 0.03970364554767556, - 0.24138098050111256, - 0.3746240051654688, - 0.3107383309683007, - 0.08652306233055933, - 0.3706308985842698 - ], - "resistance": [ - 96705.72082980466, - 97074.40935444314, - 97223.77188951286, - 96948.26916710938, - 96564.95173839976, - 96278.12133327039, - 96213.06937522617, - 96362.69120718267 - ], - "fuel": [ - 38.867526739590275, - 39.05779940934538, - 39.13502634681283, - 38.99264409416886, - 38.795012095721546, - 38.647484806158296, - 38.61406881126124, - 38.69095033774361 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -61.25, -53.4375 -61.09375, -53.28125 -61.09375, -53.28125 -61.25, -53.4375 -61.25))", @@ -83845,68 +59630,7 @@ "id": "1630", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.064487284242192, - 5.064487284242192, - 5.064487284242192, - 5.064487284242192, - 5.064487284242192, - 5.064487284242192, - 5.064487284242192, - 5.064487284242192 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 147.6187486196685, - 530.8090115143119, - 598.2641152090611, - 258.3494082615879, - -160.04140834751763, - -438.0898775730303, - -467.55861246996835, - -252.95816380851045 - ], - "relative wind speed": [ - 1.6034975990907676, - 1.8298424619997429, - 1.8574880170047612, - 1.678483056462084, - 1.3491595906464473, - 1.0213288968720426, - 0.9701414422685302, - 1.2546436866667936 - ], - "relative wind angle": [ - 0.28178428089244206, - 0.12102800098295831, - 0.07190834444529651, - 0.2465524289774392, - 0.33682334863880375, - 0.2180316552617085, - 0.13799877004997033, - 0.33260917434422865 - ], - "resistance": [ - 96782.1187486197, - 97165.30901151434, - 97232.7641152091, - 96892.84940826162, - 96474.45859165251, - 96196.410122427, - 96166.94138753007, - 96381.54183619152 - ], - "fuel": [ - 39.03607221541815, - 39.23394821038018, - 39.26883797422015, - 39.09319639783274, - 38.877594734784495, - 38.734673397674676, - 38.71954285940245, - 38.82980203968654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -61.25, -53.28125 -61.09375, -53.125 -61.09375, -53.125 -61.25, -53.28125 -61.25))", @@ -83925,68 +59649,7 @@ "id": "1631", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.591362341494115, - 4.591362341494115, - 4.591362341494115, - 4.591362341494115, - 4.591362341494115, - 4.591362341494115, - 4.591362341494115, - 4.591362341494115 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 53.97995589043876, - 384.77052597395925, - 518.5027411884461, - 274.03243856404936, - -70.87193132542643, - -330.9473720927823, - -389.1818897931431, - -255.81286742745658 - ], - "relative wind speed": [ - 1.3983223932752489, - 1.6309066970959356, - 1.6918372980378216, - 1.563355186732591, - 1.284581819887836, - 0.9724193091917652, - 0.8620571468814859, - 1.0776718088721027 - ], - "relative wind angle": [ - 0.3016229938798262, - 0.1547865236883901, - 0.03536332582641382, - 0.2166312595292637, - 0.3292926705626035, - 0.26153846332687164, - 0.06944392118772995, - 0.3170974504173405 - ], - "resistance": [ - 96688.47995589043, - 97019.27052597396, - 97153.00274118845, - 96908.53243856406, - 96563.62806867457, - 96303.55262790722, - 96245.31811020686, - 96378.68713257254 - ], - "fuel": [ - 38.870932416544505, - 39.041602174977555, - 39.11071622875114, - 38.98442206893106, - 38.806621544029454, - 38.67284363875397, - 38.64292338818541, - 38.71146555914281 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -61.09375, -53.125 -60.9375, -52.96875 -60.9375, -52.96875 -61.09375, -53.125 -61.09375))", @@ -84005,68 +59668,7 @@ "id": "1632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.300954579187955, - 4.300954579187955, - 4.300954579187955, - 4.300954579187955, - 4.300954579187955, - 4.300954579187955, - 4.300954579187955, - 4.300954579187955 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 34.07037414611443, - 392.69948789449745, - 581.819213487031, - 339.77238277329434, - -24.657108326675257, - -314.1315945011839, - -396.1567041710939, - -278.9085312225426 - ], - "relative wind speed": [ - 1.3142866769578772, - 1.5844153786582111, - 1.6709987760526466, - 1.5517188322149, - 1.2579089548697526, - 0.8940426812193303, - 0.7193382364375258, - 0.9496594514456851 - ], - "relative wind angle": [ - 0.3706091379332301, - 0.20023171021846417, - 0.018160866589961897, - 0.2328417234436274, - 0.38808425590510925, - 0.3602227111351342, - 0.04219729125184405, - 0.3865863154546881 - ], - "resistance": [ - 96668.57037414612, - 97027.1994878945, - 97216.31921348703, - 96974.2723827733, - 96609.84289167332, - 96320.36840549881, - 96238.3432958289, - 96355.59146877746 - ], - "fuel": [ - 38.79624209532007, - 38.981267018734094, - 39.079030922029794, - 38.95393061727143, - 38.76598885226933, - 38.61705468544881, - 38.57490959024982, - 38.63516023403611 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -61.09375, -52.96875 -60.9375, -52.8125 -60.9375, -52.8125 -61.09375, -52.96875 -61.09375))", @@ -84085,68 +59687,7 @@ "id": "1633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.657468066044383, - 4.657468066044383, - 4.657468066044383, - 4.657468066044383, - 4.657468066044383, - 4.657468066044383, - 4.657468066044383, - 4.657468066044383 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 130.98064598583892, - 467.0899905358351, - 527.1892201143066, - 229.29995327242034, - -136.83622546330457, - -380.2985106692591, - -406.56121844704074, - -219.1742258668566 - ], - "relative wind speed": [ - 1.4825008905197585, - 1.696901602404452, - 1.7233788198810776, - 1.5544899112532042, - 1.2421661995547784, - 0.9280682676750888, - 0.8779243708278877, - 1.1508027083389414 - ], - "relative wind angle": [ - 0.29074655548172357, - 0.12468687667291369, - 0.07349070842321519, - 0.25358615186839584, - 0.3491849386715814, - 0.22939674774621488, - 0.14463732287823694, - 0.3457278538950453 - ], - "resistance": [ - 96765.48064598584, - 97101.58999053584, - 97161.6892201143, - 96863.79995327242, - 96497.66377453669, - 96254.20148933074, - 96227.93878155296, - 96415.32577413315 - ], - "fuel": [ - 38.92606697077642, - 39.09958055375323, - 39.13065057100388, - 38.97677997691632, - 38.78810971880266, - 38.66292954177585, - 38.649439313844184, - 38.74574958562002 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -61.25, -53.125 -61.09375, -52.96875 -61.09375, -52.96875 -61.25, -53.125 -61.25))", @@ -84165,68 +59706,7 @@ "id": "1634", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.65878451296484, - 4.65878451296484, - 4.65878451296484, - 4.65878451296484, - 4.65878451296484, - 4.65878451296484, - 4.65878451296484, - 4.65878451296484 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 78.27863118267396, - 399.77088835031543, - 500.23546756046323, - 244.01902425141304, - -97.90802881764318, - -343.42871619267856, - -387.22879698127025, - -237.38677826617538 - ], - "relative wind speed": [ - 1.434431624428491, - 1.6520940917810851, - 1.6976029402816997, - 1.5574398428735774, - 1.2759159956387047, - 0.9778245369130888, - 0.8964931512477909, - 1.1224690859516768 - ], - "relative wind angle": [ - 0.2836663728218078, - 0.13673161043148224, - 0.0489106770325604, - 0.22176848657231998, - 0.3200862380269432, - 0.23238310629398903, - 0.09271329285659353, - 0.310138467562789 - ], - "resistance": [ - 96712.7786311827, - 97034.27088835034, - 97134.73546756047, - 96878.51902425142, - 96536.59197118237, - 96291.07128380734, - 96247.27120301874, - 96397.11322173385 - ], - "fuel": [ - 38.899208584677055, - 39.06510443103499, - 39.11702485018341, - 38.984685610823334, - 38.80845620559795, - 38.682183042614824, - 38.659679903908426, - 38.73669370219733 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -61.25, -52.96875 -61.09375, -52.8125 -61.09375, -52.8125 -61.25, -52.96875 -61.25))", @@ -84245,68 +59725,7 @@ "id": "1635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.834419502894762, - 4.834419502894762, - 4.834419502894762, - 4.834419502894762, - 4.834419502894762, - 4.834419502894762, - 4.834419502894762, - 4.834419502894762 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 131.40026165060476, - 455.0575203610225, - 501.03957429299373, - 207.33528849828053, - -149.69080748880435, - -382.7780217136764, - -402.8524162704363, - -213.6220517130438 - ], - "relative wind speed": [ - 1.5226379274526778, - 1.7235401278479743, - 1.7436824957133412, - 1.577032112058477, - 1.278502537346948, - 0.9911631671010367, - 0.9552833874107011, - 1.2107702976437558 - ], - "relative wind angle": [ - 0.2631904988716721, - 0.1105132729360375, - 0.07307732814805058, - 0.2369106290087744, - 0.3150264495742015, - 0.19297683757128756, - 0.1336673243528961, - 0.3106718193965157 - ], - "resistance": [ - 96765.90026165062, - 97089.55752036104, - 97135.53957429301, - 96841.83528849829, - 96484.80919251121, - 96251.72197828634, - 96231.64758372957, - 96420.87794828697 - ], - "fuel": [ - 38.96903719519395, - 39.136115502104744, - 39.159883974751935, - 39.00820136669509, - 38.82424867019409, - 38.70440965805545, - 38.69409810274123, - 38.7913590628597 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -61.09375, -52.8125 -60.9375, -52.65625 -60.9375, -52.65625 -61.09375, -52.8125 -61.09375))", @@ -84325,68 +59744,7 @@ "id": "1636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.696667420940654, - 4.696667420940654, - 4.696667420940654, - 4.696667420940654, - 4.696667420940654, - 4.696667420940654, - 4.696667420940654, - 4.696667420940654 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 113.74194462165428, - 405.86377169463947, - 449.7386916319657, - 186.50221364265087, - -135.89943360431732, - -347.5115670242953, - -366.64881623116673, - -197.2946113180634 - ], - "relative wind speed": [ - 1.4676451034632827, - 1.6565092283711014, - 1.6765713414274819, - 1.5216495409310402, - 1.244123161575481, - 0.9786734732328742, - 0.9438925404898448, - 1.1774579676033765 - ], - "relative wind angle": [ - 0.2533846602656663, - 0.10767588358669615, - 0.0693347688334513, - 0.2268847684818841, - 0.3002092014791161, - 0.18291930302457474, - 0.12336863013894298, - 0.2949563319666644 - ], - "resistance": [ - 96748.24194462164, - 97040.36377169463, - 97084.23869163195, - 96821.00221364264, - 96498.60056639567, - 96286.98843297569, - 96267.85118376881, - 96437.20538868192 - ], - "fuel": [ - 38.926472200844216, - 39.07723495737406, - 39.09990603305839, - 38.96399375184312, - 38.79788504157229, - 38.68906787165915, - 38.679235152332325, - 38.766296680357534 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -61.09375, -52.65625 -60.9375, -52.5 -60.9375, -52.5 -61.09375, -52.65625 -61.09375))", @@ -84405,68 +59763,7 @@ "id": "1637", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.576949612552533, - 4.576949612552533, - 4.576949612552533, - 4.576949612552533, - 4.576949612552533, - 4.576949612552533, - 4.576949612552533, - 4.576949612552533 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 106.3300749116263, - 336.26612386938825, - 348.0679222641421, - 126.15026676666344, - -135.18872900554823, - -297.1431508047551, - -302.2733789571951, - -152.01548405482424 - ], - "relative wind speed": [ - 1.4181345711168591, - 1.5705665710173369, - 1.5763408207949285, - 1.4335181921387308, - 1.195352225216416, - 0.9865562579647849, - 0.9773035458966706, - 1.1768594635443685 - ], - "relative wind angle": [ - 0.2137344369083228, - 0.08398073655999154, - 0.07269416621588662, - 0.20630995346260492, - 0.25437723822373676, - 0.13393769617144732, - 0.11741836802921791, - 0.2521893928079853 - ], - "resistance": [ - 96740.83007491166, - 96970.76612386941, - 96982.56792226418, - 96760.6502667667, - 96499.31127099448, - 96337.35684919528, - 96332.22662104284, - 96482.48451594521 - ], - "fuel": [ - 38.894586387175636, - 39.01322239949754, - 39.01931687141085, - 38.904804910721566, - 38.770186075767015, - 38.68688896748267, - 38.684251960854674, - 38.76152712188549 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -61.25, -52.8125 -61.09375, -52.65625 -61.09375, -52.65625 -61.25, -52.8125 -61.25))", @@ -84485,68 +59782,7 @@ "id": "1638", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.999327797956, - 4.999327797956, - 4.999327797956, - 4.999327797956, - 4.999327797956, - 4.999327797956, - 4.999327797956, - 4.999327797956 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 31.83128946585407, - 373.5301231829901, - 525.6100662614544, - 285.52214827538705, - -68.36030874441337, - -343.4064952890963, - -409.43140753576375, - -283.10290947241003 - ], - "relative wind speed": [ - 1.485154866006445, - 1.7145923292084224, - 1.781196962947774, - 1.66367071223212, - 1.4008578092294557, - 1.1082692463121981, - 0.997709856064075, - 1.1833373732637877 - ], - "relative wind angle": [ - 0.2670792262063808, - 0.14408034569968634, - 0.024590820472135847, - 0.18628227001166903, - 0.28358217271182845, - 0.22400347984581304, - 0.04391132163024006, - 0.26342074380641806 - ], - "resistance": [ - 96666.33128946589, - 97008.03012318302, - 97160.11006626148, - 96920.02214827541, - 96566.13969125562, - 96291.09350471094, - 96225.06859246426, - 96351.39709052762 - ], - "fuel": [ - 38.9594171623927, - 39.135693758766315, - 39.21428891965672, - 39.09025040701283, - 38.90781239917594, - 38.766338914849285, - 38.732420063757644, - 38.79733273350904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -61.25, -52.65625 -61.09375, -52.5 -61.09375, -52.5 -61.25, -52.65625 -61.25))", @@ -84565,68 +59801,7 @@ "id": "1639", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.949548890654903, - 4.949548890654903, - 4.949548890654903, - 4.949548890654903, - 4.949548890654903, - 4.949548890654903, - 4.949548890654903, - 4.949548890654903 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 22.192661901101587, - 294.9015350857029, - 409.29996990846246, - 215.9879181540208, - -68.68451002813413, - -288.4500635742787, - -337.9022117065797, - -233.8429164932079 - ], - "relative wind speed": [ - 1.4495826695614744, - 1.6383208906160835, - 1.691567718020774, - 1.5903912963451725, - 1.3720200959260744, - 1.140014788890428, - 1.0593996955200413, - 1.2059786830734138 - ], - "relative wind angle": [ - 0.21991651075843702, - 0.11959294932216254, - 0.023527474207315262, - 0.15895857610794153, - 0.2325713684881712, - 0.1723096209920268, - 0.037572229658088756, - 0.21029237426484865 - ], - "resistance": [ - 96656.69266190114, - 96929.40153508574, - 97043.79996990849, - 96850.48791815405, - 96565.8154899719, - 96346.04993642576, - 96296.59778829345, - 96400.65708350683 - ], - "fuel": [ - 38.94167448476502, - 39.08231555285048, - 39.1413953583029, - 39.04158987103732, - 38.894868901766046, - 38.78180737213778, - 38.75639077770812, - 38.80988401958352 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -61.40625, -54.375 -61.25, -54.21875 -61.25, -54.21875 -61.40625, -54.375 -61.40625))", @@ -84658,11 +59833,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 300.5626082055875, + 300.56260820558725, 580.9648973189647, - 443.25737378421366, + 443.25737378421275, 75.30104840346121, - -273.60199429260445, + -273.6019942926043, -430.0029991465506, -369.9795940952097, -84.9295609959944 @@ -84672,20 +59847,20 @@ 1.7637264780487614, 1.7039032388980864, 1.4576769828670482, - 1.1096632800670403, + 1.1096632800670405, 0.8638633241206066, 0.9765780483932678, 1.3161188190093673 ], "relative wind angle": [ - 0.2314305030442771, - 0.042454284888675815, - 0.1566380033464824, - 0.3143862435939334, - 0.341538333008076, + 0.23143050304427756, + 0.04245428488867581, + 0.15663800334648453, + 0.31438624359393347, + 0.3415383330080764, 0.08676054045000157, 0.2756588225639816, - 0.34956920778675077 + 0.3495692077867508 ], "resistance": [ 96935.06260820558, @@ -84738,9 +59913,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 387.5946090632285, + 387.5946090632276, 696.6284664819625, - 497.2317349257371, + 497.23173492573665, 64.76850667604572, -325.9003007353436, -485.7868239696248, @@ -84748,7 +59923,7 @@ -57.178394049649 ], "relative wind speed": [ - 1.708888619926381, + 1.7088886199263806, 1.8521740505266562, 1.7699998946141362, 1.48381665101617, @@ -84758,17 +59933,17 @@ 1.3787860689709714 ], "relative wind angle": [ - 0.23937760752834034, - 0.030411642553716048, - 0.18496650181451404, + 0.2393776075283408, + 0.030411642553716044, + 0.18496650181451466, 0.35566377334369603, - 0.3818139571840175, + 0.38181395718401745, 0.06874530195312659, - 0.3368819902365509, + 0.3368819902365506, 0.38411434513925224 ], "resistance": [ - 97022.0946090633, + 97022.09460906328, 97331.12846648203, 97131.7317349258, 96699.2685066761, @@ -84805,68 +59980,7 @@ "id": "1642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.721843604054187, - 4.721843604054187, - 4.721843604054187, - 4.721843604054187, - 4.721843604054187, - 4.721843604054187, - 4.721843604054187, - 4.721843604054187 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 165.37524270369693, - 513.8001596917196, - 548.1553502771068, - 221.3912500116095, - -163.51061556817365, - -408.143756693678, - -423.16612933386426, - -210.32560272749095 - ], - "relative wind speed": [ - 1.5289371391777546, - 1.7410647136021742, - 1.755826906871269, - 1.5691637266232719, - 1.2381101162365633, - 0.9161108549371916, - 0.8874893287196438, - 1.1867142177180394 - ], - "relative wind angle": [ - 0.2901960180941626, - 0.11564268195405089, - 0.08746899241717124, - 0.2695148719729332, - 0.36115310438388765, - 0.221085556342828, - 0.17370203612661858, - 0.3597863832796126 - ], - "resistance": [ - 96799.87524270371, - 97148.30015969173, - 97182.65535027713, - 96855.89125001163, - 96470.98938443184, - 96226.35624330633, - 96211.33387066615, - 96424.17439727252 - ], - "fuel": [ - 38.959118867118825, - 39.13904283573743, - 39.15680806080783, - 38.98801463129048, - 38.789699165738824, - 38.663941788077096, - 38.656226566744984, - 38.76561598129493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -61.5625, -54.21875 -61.40625, -54.0625 -61.40625, -54.0625 -61.5625, -54.21875 -61.5625))", @@ -84885,68 +59999,7 @@ "id": "1643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.700332220517113, - 4.700332220517113, - 4.700332220517113, - 4.700332220517113, - 4.700332220517113, - 4.700332220517113, - 4.700332220517113, - 4.700332220517113 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 142.92854255826535, - 532.3774840292715, - 621.1925770618418, - 286.5638788256964, - -131.29990356012354, - -415.4542133599493, - -454.24231296959334, - -250.73281625682336 - ], - "relative wind speed": [ - 1.5146108211254394, - 1.7581145213825404, - 1.7954010911069913, - 1.6167638640867177, - 1.2725595051699516, - 0.9069106700069809, - 0.8306554976164876, - 1.1399685265181907 - ], - "relative wind angle": [ - 0.32602474321872177, - 0.143644034264972, - 0.07201094153099509, - 0.2720009100568557, - 0.39109348409950884, - 0.28119938590884364, - 0.15614563431784, - 0.39090673510763735 - ], - "resistance": [ - 96777.42854255826, - 97166.87748402928, - 97255.69257706184, - 96921.06387882569, - 96503.20009643988, - 96219.04578664005, - 96180.2576870304, - 96383.76718374317 - ], - "fuel": [ - 38.94239500504036, - 39.14350066321664, - 39.18944248978825, - 39.01650047222307, - 38.80112611588797, - 38.65503911770887, - 38.635121015191054, - 38.73968767973086 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -61.71875, -54.375 -61.5625, -54.21875 -61.5625, -54.21875 -61.71875, -54.375 -61.71875))", @@ -84965,68 +60018,7 @@ "id": "1644", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.99682829860496, - 4.99682829860496, - 4.99682829860496, - 4.99682829860496, - 4.99682829860496, - 4.99682829860496, - 4.99682829860496, - 4.99682829860496 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 178.22850846477616, - 545.6274157872429, - 574.0279147446945, - 224.7755893879796, - -184.14444553676447, - -441.195866181845, - -453.6111616264064, - -223.16607021712468 - ], - "relative wind speed": [ - 1.607863180030429, - 1.8204304598322396, - 1.8321654648321297, - 1.6397271115534928, - 1.304212376193522, - 0.9860156534400943, - 0.9640350809956981, - 1.2639180857754808 - ], - "relative wind angle": [ - 0.2753946545003153, - 0.1081762077044413, - 0.08703793843721791, - 0.2601505117780158, - 0.34185738628371587, - 0.2006750955892162, - 0.1659692519076539, - 0.34023506393600705 - ], - "resistance": [ - 96812.72850846479, - 97180.12741578725, - 97208.52791474471, - 96859.275589388, - 96450.35555446325, - 96193.30413381816, - 96180.8888383736, - 96411.3339297829 - ], - "fuel": [ - 39.03424236348731, - 39.223994897506316, - 39.23868397334056, - 39.05825500394576, - 38.8475776259194, - 38.715462118579474, - 38.70908731208401, - 38.827506036262 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -61.71875, -54.21875 -61.5625, -54.0625 -61.5625, -54.0625 -61.71875, -54.21875 -61.71875))", @@ -85045,68 +60037,7 @@ "id": "1645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.063241862929823, - 5.063241862929823, - 5.063241862929823, - 5.063241862929823, - 5.063241862929823, - 5.063241862929823, - 5.063241862929823, - 5.063241862929823 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 102.0140697640436, - 491.511348619072, - 608.1798052981741, - 293.9543584141235, - -121.04076318441093, - -416.55577092719676, - -467.4477871504407, - -282.319100098121 - ], - "relative wind speed": [ - 1.5686195113904973, - 1.808882691898584, - 1.8570614810713675, - 1.6991078203017864, - 1.384185244388147, - 1.0509421341094705, - 0.9632541813134555, - 1.2204788311503596 - ], - "relative wind angle": [ - 0.28968686020895557, - 0.13775197164207387, - 0.05215073438230029, - 0.22875009499406393, - 0.3296517594005696, - 0.23860738719382954, - 0.10066596855468571, - 0.32118144785393155 - ], - "resistance": [ - 96736.51406976403, - 97126.01134861905, - 97242.67980529816, - 96928.4543584141, - 96513.45923681557, - 96217.94422907279, - 96167.05221284955, - 96352.18089990187 - ], - "fuel": [ - 39.01223175834138, - 39.21330311336339, - 39.27364109320927, - 39.11124712299377, - 38.897337697558335, - 38.74540499897436, - 38.719272760955675, - 38.81437962281075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -61.875, -54.375 -61.71875, -54.21875 -61.71875, -54.21875 -61.875, -54.375 -61.875))", @@ -85125,68 +60056,7 @@ "id": "1646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.82613248912699, - 4.82613248912699, - 4.82613248912699, - 4.82613248912699, - 4.82613248912699, - 4.82613248912699, - 4.82613248912699, - 4.82613248912699 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 123.4454170294465, - 457.15103456285806, - 518.1979752771333, - 224.07015719139588, - -140.52580149999562, - -384.0197204462461, - -410.67293837067376, - -225.15862355171714 - ], - "relative wind speed": [ - 1.5162745779173665, - 1.7254863357010206, - 1.7521061542345846, - 1.588262982158405, - 1.2868613129441855, - 0.9888364575095242, - 0.9408637832780128, - 1.1968798326883994 - ], - "relative wind angle": [ - 0.27202999628839125, - 0.11808391592977707, - 0.06849909996398447, - 0.23698223908409632, - 0.3221294212699439, - 0.2070501301036593, - 0.12780912801687777, - 0.316814142702061 - ], - "resistance": [ - 96757.94541702942, - 97091.65103456283, - 97152.6979752771, - 96858.57015719137, - 96493.97419849997, - 96250.48027955373, - 96223.8270616293, - 96409.34137644825 - ], - "fuel": [ - 38.96288735949522, - 39.1351491897493, - 39.16670700332418, - 39.014787115941466, - 38.82691658477794, - 38.70172350001829, - 38.68803306920596, - 38.78337736628134 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -61.875, -54.21875 -61.71875, -54.0625 -61.71875, -54.0625 -61.875, -54.21875 -61.875))", @@ -85205,68 +60075,7 @@ "id": "1647", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.729421708737341, - 4.729421708737341, - 4.729421708737341, - 4.729421708737341, - 4.729421708737341, - 4.729421708737341, - 4.729421708737341, - 4.729421708737341 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 123.54045598065761, - 468.49997314591053, - 540.4279099944991, - 241.37303021412276, - -132.42172131654797, - -385.18873984643426, - -416.6094952306421, - -231.18304360403806 - ], - "relative wind speed": [ - 1.4954678613429175, - 1.714868531915237, - 1.7462194312286627, - 1.5806284007507525, - 1.2691702403671932, - 0.9520730757616022, - 0.8932720309864869, - 1.1613918727472639 - ], - "relative wind angle": [ - 0.2905544265905025, - 0.12791398655332414, - 0.06823239609816295, - 0.2474381639279978, - 0.34432830817110366, - 0.23184151146293536, - 0.13367891490607517, - 0.3398354424474562 - ], - "resistance": [ - 96758.04045598069, - 97102.99997314594, - 97174.92790999453, - 96875.87303021415, - 96502.07827868348, - 96249.3112601536, - 96217.89050476938, - 96403.316956396 - ], - "fuel": [ - 38.939366910868316, - 39.1174454497693, - 39.15463261621381, - 39.000145857398614, - 38.8075176644042, - 38.67755352794214, - 38.661414665928405, - 38.75670967966695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -62.03125, -55 -61.875, -54.84375 -61.875, -54.84375 -62.03125, -55 -62.03125))", @@ -85298,19 +60107,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 100.87100215253099, + 100.87100215253031, 496.14857643755863, - 590.3467115831309, + 590.3467115831302, 260.66005041900326, - -171.1210706394088, + -171.12107063940903, -470.6554309321442, -511.4172695558743, -307.3598701222795 ], "relative wind speed": [ - 1.859582734032994, + 1.8595827340329938, 2.0671298235396547, - 2.102187609760218, + 2.1021876097602177, 1.9521594179965363, 1.6746763351638625, 1.41051872192623, @@ -85318,14 +60127,14 @@ 1.5657785216942128 ], "relative wind angle": [ - 0.20185384787674734, + 0.20185384787674843, 0.09531947338073378, - 0.04501043582717172, + 0.04501043582717173, 0.17012308655066732, - 0.22450331975501023, - 0.1399365026454017, - 0.06972373624639017, - 0.21268181627569432 + 0.22450331975501073, + 0.13993650264540172, + 0.06972373624639018, + 0.2126818162756943 ], "resistance": [ 96735.37100215252, @@ -85378,17 +60187,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 114.79750754027054, + 114.79750754026986, 487.5474274681187, - 562.7625098038595, + 562.7625098038582, 241.38027943977363, -168.1015485826308, -445.703810166273, - -478.3592849059796, + -478.35928490597985, -275.67009178913474 ], "relative wind speed": [ - 1.7476548665397942, + 1.747654866539794, 1.9536452821501427, 1.983109868653312, 1.8260158551322252, @@ -85398,13 +60207,13 @@ 1.4463921380726703 ], "relative wind angle": [ - 0.219990992240461, + 0.219990992240462, 0.09959136014345317, - 0.05381582388105142, + 0.05381582388105348, 0.1901345232385305, 0.25022350283643674, 0.153707256380486, - 0.08739252622565369, + 0.08739252622565495, 0.24091782816967872 ], "resistance": [ @@ -85458,13 +60267,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 167.8355649409217, + 167.83556494092147, 457.2773663423617, - 439.03340279022757, + 439.0334027902271, 137.2178367516923, -200.3174692259838, -395.48224688064545, - -387.54975699415434, + -387.5497569941541, -174.33221088798507 ], "relative wind speed": [ @@ -85474,17 +60283,17 @@ 1.615029642409796, 1.3375940341318067, 1.1089515756597412, - 1.1215381475609154, + 1.1215381475609152, 1.362694008600064 ], "relative wind angle": [ - 0.20728248518697645, + 0.20728248518697698, 0.07219936581136656, - 0.08562696794187691, - 0.21614072797259676, - 0.2544313861969761, - 0.1172759349151675, - 0.1369941610093996, + 0.08562696794187821, + 0.21614072797259673, + 0.25443138619697614, + 0.11727593491516748, + 0.13699416100939718, 0.25699409182292254 ], "resistance": [ @@ -85538,9 +60347,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 232.9856438990489, + 232.98564389904777, 517.3272340813003, - 429.96049307885846, + 429.96049307885755, 85.28774172971816, -267.41083907138614, -441.60122278422295, @@ -85548,9 +60357,9 @@ -141.6544878820847 ], "relative wind speed": [ - 1.7890751919151349, + 1.7890751919151344, 1.9293205140239462, - 1.8939558996737396, + 1.8939558996737393, 1.6953959345456981, 1.4148016954540819, 1.2166249356117502, @@ -85558,10 +60367,10 @@ 1.5258068373525655 ], "relative wind angle": [ - 0.17635259893842486, + 0.1763525989384255, 0.04508981703315318, - 0.10096079808701675, - 0.2121120296856298, + 0.10096079808701786, + 0.21211202968562978, 0.22371239117911124, 0.07154009078622349, 0.15076239321675766, @@ -85618,11 +60427,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 153.9069313991222, + 153.90693139912185, 429.60400538874046, - 419.9486588556965, + 419.94865885569607, 137.76151308902945, - -180.87499146778987, + -180.87499146778976, -368.4098174029675, -364.2065026935489, -167.19546425617625 @@ -85632,20 +60441,20 @@ 1.7212713909892217, 1.7169624684085796, 1.5463926556577128, - 1.2723803732152528, + 1.2723803732152525, 1.0408043205739548, 1.0478972837256992, 1.2863586551546455 ], "relative wind angle": [ - 0.21775057451642607, + 0.2177505745164271, 0.07793864870894242, - 0.0857402421532337, + 0.085740242153235, 0.22297253915921386, - 0.2676997976378178, - 0.1291221754604157, + 0.2676997976378174, + 0.12912217546041574, 0.1407764389456637, - 0.26906511099528746 + 0.2690651109952874 ], "resistance": [ 96788.40693139913, @@ -85685,68 +60494,7 @@ "id": "1653", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.928778119227949, - 4.928778119227949, - 4.928778119227949, - 4.928778119227949, - 4.928778119227949, - 4.928778119227949, - 4.928778119227949, - 4.928778119227949 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 114.25184538163637, - 373.0711017582561, - 390.39576341158806, - 143.42477318169824, - -150.14917376055666, - -333.7729625346844, - -341.29649536255675, - -174.94547753213726 - ], - "relative wind speed": [ - 1.518185483237899, - 1.6791681680716528, - 1.6871088411063493, - 1.5392921455634287, - 1.2915993282298197, - 1.0740159447293618, - 1.0614988198103685, - 1.2663710660010952 - ], - "relative wind angle": [ - 0.20832452406543445, - 0.08336513841729938, - 0.06896210543241281, - 0.19895304110482986, - 0.24556424376255986, - 0.13055672510387026, - 0.10973921227882905, - 0.24261108057046846 - ], - "resistance": [ - 96748.75184538164, - 97007.57110175827, - 97024.89576341161, - 96777.92477318172, - 96484.35082623946, - 96300.72703746533, - 96293.20350463745, - 96459.55452246788 - ], - "fuel": [ - 38.9838372950979, - 39.117397199771176, - 39.12634623982207, - 38.99887909476537, - 38.847654387900256, - 38.753229820896706, - 38.74936368227725, - 38.83489609693483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -62.1875, -54.6875 -62.03125, -54.53125 -62.03125, -54.53125 -62.1875, -54.6875 -62.1875))", @@ -85778,19 +60526,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 187.31824839362082, + 187.31824839362048, 410.24824078892834, 339.49509798558256, 68.38261781636561, -207.26088023306158, -342.9709079879497, - -312.2517882713335, + -312.2517882713334, -106.24033778789476 ], "relative wind speed": [ 1.5433787806343136, 1.6700693320870736, - 1.6371074678181403, + 1.6371074678181399, 1.4556245804623653, 1.1975336130088865, 1.0133968821841781, @@ -85798,13 +60546,13 @@ 1.3027900427744068 ], "relative wind angle": [ - 0.1878628684986328, - 0.04713868991303361, - 0.10829765259711017, + 0.18786286849863396, + 0.04713868991303362, + 0.10829765259710811, 0.2279466185549944, 0.2430824830624497, 0.07773364922183114, - 0.16679245575374388, + 0.1667924557537432, 0.25525062267108584 ], "resistance": [ @@ -85845,68 +60593,7 @@ "id": "1655", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.652332200299795, - 4.652332200299795, - 4.652332200299795, - 4.652332200299795, - 4.652332200299795, - 4.652332200299795, - 4.652332200299795, - 4.652332200299795 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 211.31046853561838, - 406.8905631570699, - 300.69382962344923, - 32.94685509695876, - -220.8385582091641, - -328.45050489909215, - -282.3949144832359, - -69.38663504332419 - ], - "relative wind speed": [ - 1.5168199166627454, - 1.6245718198147074, - 1.5734493868049595, - 1.380594573230083, - 1.124211846254627, - 0.9619570349594325, - 1.043480695560349, - 1.2878484224518265 - ], - "relative wind angle": [ - 0.17781598373086988, - 0.02947468937440836, - 0.127830631854974, - 0.24252101986679955, - 0.24097781106736396, - 0.04979079407961235, - 0.1934334394765207, - 0.26037756043566074 - ], - "resistance": [ - 96845.81046853564, - 97041.39056315708, - 96935.19382962346, - 96667.44685509698, - 96413.66144179086, - 96306.04949510092, - 96352.10508551679, - 96565.11336495669 - ], - "fuel": [ - 38.96628823830298, - 39.06726211943288, - 39.01241732343508, - 38.87432695669532, - 38.74368351200335, - 38.688359480305635, - 38.71203169711062, - 38.82161897194925 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -62.34375, -54.6875 -62.1875, -54.53125 -62.1875, -54.53125 -62.34375, -54.6875 -62.34375))", @@ -85925,68 +60612,7 @@ "id": "1656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.507142653778339, - 4.507142653778339, - 4.507142653778339, - 4.507142653778339, - 4.507142653778339, - 4.507142653778339, - 4.507142653778339, - 4.507142653778339 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 160.68916927507144, - 390.68225564958607, - 352.70120798490257, - 97.42291063957646, - -175.29589836966613, - -323.7196172703939, - -307.17134283451196, - -121.79153174165799 - ], - "relative wind speed": [ - 1.4480667503646225, - 1.5907634145463878, - 1.5723970978175288, - 1.398800239192034, - 1.1337106167479325, - 0.9228590547744829, - 0.9538157279126551, - 1.193966066048296 - ], - "relative wind angle": [ - 0.21718948906523086, - 0.06671496533950252, - 0.10325028717694218, - 0.24201786554922144, - 0.2788352927545475, - 0.11516797967095777, - 0.17073761258616343, - 0.28460470681714195 - ], - "resistance": [ - 96795.18916927508, - 97025.1822556496, - 96987.20120798492, - 96731.9229106396, - 96459.20410163036, - 96310.78038272962, - 96327.3286571655, - 96512.70846825835 - ], - "fuel": [ - 38.906686699000275, - 39.02539868564618, - 39.005781025191695, - 38.87406604844519, - 38.73362026253474, - 38.65730073909682, - 38.665805806830654, - 38.761152326023314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -62.34375, -54.53125 -62.1875, -54.375 -62.1875, -54.375 -62.34375, -54.53125 -62.34375))", @@ -86005,68 +60631,7 @@ "id": "1657", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.131840388818924, - 5.131840388818924, - 5.131840388818924, - 5.131840388818924, - 5.131840388818924, - 5.131840388818924, - 5.131840388818924, - 5.131840388818924 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 233.22625788424057, - 453.36487324078894, - 336.0153945604459, - 34.973005438617065, - -251.97903545525458, - -373.81547513978995, - -323.01851710334176, - -83.21298493276345 - ], - "relative wind speed": [ - 1.6521105436333134, - 1.7642142083245234, - 1.7120027434497131, - 1.5137018859704354, - 1.2522683179169902, - 1.0886658879513427, - 1.169055941716933, - 1.4164574786602515 - ], - "relative wind angle": [ - 0.16682286196749324, - 0.0283290278949233, - 0.11924390517119272, - 0.2251880387888108, - 0.22086023525400403, - 0.045917994091960436, - 0.17510449053085708, - 0.24094374688674022 - ], - "resistance": [ - 96867.72625788425, - 97087.8648732408, - 96970.51539456045, - 96669.47300543863, - 96382.52096454476, - 96260.68452486022, - 96311.48148289668, - 96551.28701506725 - ], - "fuel": [ - 39.098068030271904, - 39.21174896884722, - 39.15112653225283, - 38.995843153945835, - 38.848141763784454, - 38.78552216597939, - 38.81162328233381, - 38.93497276007598 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -62.5, -54.6875 -62.34375, -54.53125 -62.34375, -54.53125 -62.5, -54.6875 -62.5))", @@ -86085,68 +60650,7 @@ "id": "1658", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.607114424744869, - 4.607114424744869, - 4.607114424744869, - 4.607114424744869, - 4.607114424744869, - 4.607114424744869, - 4.607114424744869, - 4.607114424744869 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 169.69832700280188, - 414.6634858710313, - 376.2232791799431, - 105.75438094033802, - -183.86079114713482, - -342.34353179871033, - -325.58864847504685, - -129.82013740288562 - ], - "relative wind speed": [ - 1.4827080626290943, - 1.6312460414400758, - 1.6131430504137274, - 1.4340951292939326, - 1.1592086600395346, - 0.9387354626208905, - 0.9695140099028322, - 1.2188351310293748 - ], - "relative wind angle": [ - 0.22079762485038176, - 0.06844188649725325, - 0.10368389507964057, - 0.24487281005223133, - 0.2839256973917696, - 0.11912054615813866, - 0.17307005746433507, - 0.28926653985442535 - ], - "resistance": [ - 96804.19832700276, - 97049.16348587099, - 97010.7232791799, - 96740.2543809403, - 96450.63920885282, - 96292.15646820124, - 96308.9113515249, - 96504.67986259707 - ], - "fuel": [ - 38.93424411022501, - 39.060699036587806, - 39.04084081767962, - 38.90127197495157, - 38.75212496048054, - 38.670641101776624, - 38.679251202492594, - 38.77993131607826 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -62.5, -54.53125 -62.34375, -54.375 -62.34375, -54.375 -62.5, -54.53125 -62.5))", @@ -86165,68 +60669,7 @@ "id": "1659", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.064259511328466, - 5.064259511328466, - 5.064259511328466, - 5.064259511328466, - 5.064259511328466, - 5.064259511328466, - 5.064259511328466, - 5.064259511328466 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 257.5077539326488, - 451.2100240183985, - 298.7154207926966, - -0.5613652576307686, - -267.78929063108546, - -362.12345905835787, - -296.2644157209904, - -47.929442648435156 - ], - "relative wind speed": [ - 1.648982620741942, - 1.7424281843062719, - 1.6732949093950251, - 1.4659641859044357, - 1.210259974758201, - 1.0713621761784538, - 1.1764170332851265, - 1.4264718348625847 - ], - "relative wind angle": [ - 0.15320076505454905, - 0.011650857695073395, - 0.1336250815652443, - 0.23095512991580378, - 0.20944893241896007, - 0.018949276850498974, - 0.19065144983968146, - 0.2374704034586082 - ], - "resistance": [ - 96892.00775393267, - 97085.71002401842, - 96933.21542079272, - 96633.9386347424, - 96366.71070936894, - 96272.37654094167, - 96338.23558427904, - 96586.57055735159 - ], - "fuel": [ - 39.092702218533276, - 39.19273923954681, - 39.113972116800085, - 38.95964002507265, - 38.82211665805496, - 38.77363297256163, - 38.807478185317485, - 38.935243640137074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -67.34375, -57.1875 -67.1875, -57.03125 -67.1875, -57.03125 -67.34375, -57.1875 -67.34375))", @@ -86245,68 +60688,7 @@ "id": "1660", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.75625023955955, - 5.75625023955955, - 5.75625023955955, - 5.75625023955955, - 5.75625023955955, - 5.75625023955955, - 5.75625023955955, - 5.75625023955955 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 260.3741243750512, - 145.5591728193824, - -43.021579066301, - -198.27904012796284, - -237.04846273319515, - -181.93151106553307, - -15.539355526989311, - 168.8380978013131 - ], - "relative wind speed": [ - 1.7792941186533784, - 1.7245463241121752, - 1.5990111157646667, - 1.469224621074634, - 1.4186904579545476, - 1.4847592909818643, - 1.6191768364903263, - 1.7378001004125538 - ], - "relative wind angle": [ - 0.005702722778882403, - 0.07816974268829233, - 0.11300096968250795, - 0.08198562405574916, - 0.007152266765783806, - 0.09082646071464108, - 0.11158771309988637, - 0.06929263013514271 - ], - "resistance": [ - 96894.87412437507, - 96780.0591728194, - 96591.47842093371, - 96436.22095987205, - 96397.45153726682, - 96452.56848893448, - 96618.96064447303, - 96803.33809780133 - ], - "fuel": [ - 39.2916600453311, - 39.232428849262796, - 39.135249506410325, - 39.05534162701103, - 39.03540178367664, - 39.06375114510003, - 39.14940339551684, - 39.244434109601144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.03125 -67.34375, -57.03125 -67.1875, -56.875 -67.1875, -56.875 -67.34375, -57.03125 -67.34375))", @@ -86338,51 +60720,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 283.2925703358569, + 283.2925703358269, 178.67667115657923, - -21.836310486507728, - -199.95080262730414, - -255.80777737411177, + -21.836310486507955, + -199.95080262730323, + -255.80777737411904, -211.49621802830234, -41.24171778383925, 162.23379048415222 ], "relative wind speed": [ - 1.8413273727054227, + 1.8413273727054225, 1.7954740726266047, - 1.6699468924846024, - 1.5298015156741014, - 1.463257150058501, + 1.6699468924846022, + 1.5298015156741012, + 1.4632571500585012, 1.5191711013566624, 1.6561658603390546, 1.786425286238639 ], "relative wind angle": [ - 0.003766567434826004, + 0.003766567434884955, 0.0717781020100242, 0.11344244991077283, - 0.09070688161410208, - 0.00473976381234304, + 0.09070688161409962, + 0.004739763812366464, 0.0848619140940789, - 0.11439053137639933, - 0.07764817590657995 + 0.11439053137639932, + 0.07764817590657996 ], "resistance": [ - 96917.79257033589, + 96917.79257033585, 96813.1766711566, 96612.66368951352, - 96434.54919737272, - 96378.69222262592, + 96434.54919737273, + 96378.6922226259, 96423.00378197173, 96593.2582822162, 96796.73379048418 ], "fuel": [ - 39.36385434743564, + 39.363854347435606, 39.309873772412, 39.20652526048531, 39.11484686233694, - 39.08612069276689, + 39.08612069276688, 39.108908325051175, 39.19653125470225, 39.30139314261899 @@ -86405,68 +60787,7 @@ "id": "1662", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.1525111854446655, - 6.1525111854446655, - 6.1525111854446655, - 6.1525111854446655, - 6.1525111854446655, - 6.1525111854446655, - 6.1525111854446655, - 6.1525111854446655 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 412.58953476727856, - 240.24375417717215, - -48.92134495278765, - -291.8594745757174, - -357.5049324042453, - -278.95466088765147, - -27.321798581488792, - 258.69102469896825 - ], - "relative wind speed": [ - 1.9701234143336577, - 1.897856243186403, - 1.721432957839493, - 1.529655512326081, - 1.447974899614038, - 1.5414795677583222, - 1.7362851578245913, - 1.9073991693477337 - ], - "relative wind angle": [ - 0.003813096037528856, - 0.10023920050126663, - 0.15225002100818757, - 0.1174842067406572, - 0.005188132255113856, - 0.12352092367236508, - 0.15093764759132167, - 0.09413988864455648 - ], - "resistance": [ - 97047.0895347673, - 96874.7437541772, - 96585.57865504724, - 96342.64052542431, - 96276.99506759578, - 96355.54533911237, - 96607.17820141854, - 96893.191024699 - ], - "fuel": [ - 39.49754954096029, - 39.408559941565784, - 39.259499754909356, - 39.1345093705976, - 39.100772818166185, - 39.14114330603393, - 39.270623238247, - 39.41807978516543 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.03125 -67.5, -57.03125 -67.34375, -56.875 -67.34375, -56.875 -67.5, -57.03125 -67.5))", @@ -86485,68 +60806,7 @@ "id": "1663", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.720264845069171, - 6.720264845069171, - 6.720264845069171, - 6.720264845069171, - 6.720264845069171, - 6.720264845069171, - 6.720264845069171, - 6.720264845069171 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 426.7248750157605, - 302.1269899365441, - 4.061745539187996, - -277.7911300352446, - -387.33031215745973, - -334.26253755664607, - -90.62654102261877, - 221.54425306387157 - ], - "relative wind speed": [ - 2.120131576535496, - 2.073034016666132, - 1.91362597248613, - 1.7206718136485408, - 1.613845048113944, - 1.6739126939269768, - 1.8540467573853951, - 2.034389896470248 - ], - "relative wind angle": [ - 0.014179974903702923, - 0.07617739047773057, - 0.13269112124986407, - 0.11666101003198222, - 0.018628891272678985, - 0.09438971569387503, - 0.1369815535228035, - 0.09860707074924381 - ], - "resistance": [ - 97061.22487501577, - 96936.62698993656, - 96638.5617455392, - 96356.70886996477, - 96247.16968784256, - 96300.23746244337, - 96543.8734589774, - 96856.04425306388 - ], - "fuel": [ - 39.705257443758164, - 39.64090453073265, - 39.48719275531825, - 39.34214577842515, - 39.285854548585995, - 39.31312003923752, - 39.438431346911216, - 39.59931553439522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -67.34375, -56.875 -67.1875, -56.71875 -67.1875, -56.71875 -67.34375, -56.875 -67.34375))", @@ -86578,9 +60838,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 285.01502556051673, + 285.0150255600629, 169.7664826923126, - -32.6282737164222, + -32.62827371642311, -206.8307081152003, -255.1148159496554, -206.0370747503298, @@ -86588,7 +60848,7 @@ 170.89650505623172 ], "relative wind speed": [ - 1.860936685815824, + 1.8609366858158238, 1.8107404119799118, 1.684059994309511, 1.5473390127869384, @@ -86598,17 +60858,17 @@ 1.811355434408114 ], "relative wind angle": [ - 0.00025280341633818237, + 0.0002528034172165115, 0.0731950556104688, - 0.11115006698916893, - 0.08525174003230628, + 0.11115006698917095, + 0.08525174003230629, 0.00031630364253287135, - 0.08564336038173084, - 0.11108812844236268, + 0.08564336038173086, + 0.1110881284423627, 0.07280187406641296 ], "resistance": [ - 96919.51502556055, + 96919.5150255601, 96804.26648269236, 96601.87172628361, 96427.66929188484, @@ -86618,7 +60878,7 @@ 96805.39650505627 ], "fuel": [ - 39.390195445805944, + 39.39019544580571, 39.33073009275624, 39.226419094485514, 39.136760023061356, @@ -86658,19 +60918,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 302.51994427232626, + 302.51994427232535, 306.141548019581, 95.07652087805036, -156.1534450020731, - -307.2641863844551, + -307.26418638445443, -308.8044204365367, -161.6177283935897, 88.73251366446834 ], "relative wind speed": [ - 1.987110115994868, + 1.9871101159948676, 1.9885577512464179, - 1.8814146198066561, + 1.881414619806656, 1.7168502519894462, 1.5889602204100157, 1.5871481547393018, @@ -86679,12 +60939,12 @@ ], "relative wind angle": [ 0.04270427558420399, - 0.040715343827419065, - 0.10613123384698735, + 0.04071534382741906, + 0.1061312338469863, 0.1172932061606865, - 0.05341396166209415, - 0.051020802478691486, - 0.11662473627170236, + 0.05341396166209207, + 0.05102080247869148, + 0.11662473627170238, 0.10720393479828867 ], "resistance": [ @@ -86692,7 +60952,7 @@ 96940.64154801957, 96729.57652087804, 96478.34655499792, - 96327.23581361552, + 96327.23581361554, 96325.69557956344, 96472.8822716064, 96723.23251366445 @@ -86738,37 +60998,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 355.91427246118496, + 355.91427246117314, 268.4978138766687, - 18.08419946021172, + 18.08419946021081, -228.4976444281515, -333.7864754517468, -296.65512657190675, - -96.41563467950891, - 171.3875857522005 + -96.41563467950914, + 171.38758575220072 ], "relative wind speed": [ 2.0543763452146613, 2.020256367145872, - 1.8853132553878293, + 1.8853132553878291, 1.7170031667652261, 1.6179255690647638, 1.6603341608898041, - 1.812109059596037, - 1.9723198118280092 + 1.8121090595960372, + 1.972319811828009 ], "relative wind angle": [ - 0.01794315200311287, + 0.017943152003131433, 0.0635377714579114, - 0.11603406892378551, + 0.11603406892378648, 0.10526349339395227, 0.02278423625065746, 0.0773363564776187, - 0.12074398578999791, - 0.09159603226403416 + 0.12074398578999884, + 0.09159603226403294 ], "resistance": [ - 96990.41427246119, + 96990.41427246117, 96902.99781387667, 96652.58419946021, 96406.00235557185, @@ -86818,31 +61078,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 317.7492462954983, + 317.749246295494, 336.4770498830685, - 114.38403575832717, + 114.38403575832626, -158.90048474259743, - -330.1197066784364, + -330.1197066784348, -338.0690404244576, -187.25593176928146, 81.48511754602237 ], "relative wind speed": [ - 2.1228118108786354, + 2.122811810878635, 2.1298242707596406, - 2.0261772535324045, + 2.026177253532404, 1.8618244285696404, - 1.730161598366556, + 1.7301615983665557, 1.7215219186961608, 1.8423883624621675, 2.0083323773841513 ], "relative wind angle": [ - 0.04352852646470933, + 0.04352852646471443, 0.03459486904437693, - 0.0971598875456797, + 0.09715988754567968, 0.10995379978244449, - 0.05341560867422025, + 0.053415608674216096, 0.0428044482889447, 0.10688752699679886, 0.1019036728927963 @@ -86898,11 +61158,11 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 494.2626215764126, + 494.262621576283, 307.6381423565531, - -45.58063448699477, + -45.58063448699568, -357.87149711192205, - -452.8363590109607, + -452.83635901098455, -374.07810771613913, -72.87794609573257, 284.58672415355613 @@ -86918,31 +61178,31 @@ 2.5366962276600944 ], "relative wind angle": [ - 0.002602113119094387, + 0.002602113119222386, 0.06239145525117723, - 0.09689115178051819, + 0.09689115178051934, 0.07588394314580786, - 0.0031641670188738867, + 0.003164167018908974, 0.0718893000202422, - 0.0974426350493435, + 0.09744263504934349, 0.0663966671092186 ], "resistance": [ - 97128.76262157637, + 97128.76262157624, 96942.1381423565, 96588.91936551296, 96276.62850288804, - 96181.66364098899, + 96181.66364098898, 96260.42189228382, 96561.62205390423, 96919.08672415352 ], "fuel": [ - 40.52587950173972, + 40.52587950173966, 40.42946543202409, 40.24734006890455, 40.086704483405356, - 40.03792859239516, + 40.03792859239515, 40.0783780626919, 40.23328445514175, 40.41756558465771 @@ -86978,17 +61238,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 457.25575889393645, + 457.2557588938205, 269.76837834385674, - -53.663206793919244, + -53.66320679392015, -329.4074128238958, - -404.99930868036176, + -404.99930868033493, -322.84881141128517, -42.65406948844043, 279.1181901261207 ], "relative wind speed": [ - 2.2439478232129773, + 2.243947823212977, 2.1756789024438214, 2.0058858469069185, 1.8224183441172008, @@ -86998,31 +61258,31 @@ 2.1799087466724076 ], "relative wind angle": [ - 0.0014561561553772867, + 0.0014561561555297736, 0.0825676949847077, - 0.12520654144512733, + 0.1252065414451291, 0.09607287299835537, - 0.0018747071267423336, + 0.0018747071266831123, 0.09834729007961522, 0.12480100074210156, 0.08028027411467377 ], "resistance": [ - 97091.75575889395, + 97091.75575889384, 96904.26837834387, 96580.8367932061, 96305.09258717611, - 96229.50069131966, + 96229.50069131968, 96311.65118858873, 96591.84593051157, 96913.61819012613 ], "fuel": [ - 39.89743148015868, + 39.897431480158616, 39.800597736567845, 39.6338587873019, 39.4920115458621, - 39.45317527452329, + 39.45317527452331, 39.49538211088377, 39.63952793757524, 39.80542364158691 @@ -87058,37 +61318,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 396.30642128613636, + 396.3064212861209, 197.17245583723616, - -101.86467730017921, + -101.86467730017876, -331.0040578529547, -376.8288982703525, -267.2469221794463, 5.530870665496195, - 287.85618318695833 + 287.8561831869579 ], "relative wind speed": [ - 2.359263744986298, + 2.3592637449862974, 2.2833921911182666, - 2.1312732251713093, + 2.131273225171309, 1.9861646022996764, 1.9420210814753076, 2.030687420762096, 2.189804954549418, - 2.322223389743773 + 2.3222233897437734 ], "relative wind angle": [ - 0.012463241498740667, - 0.07378302369160578, - 0.09805205172171547, + 0.012463241498758484, + 0.07378302369160576, + 0.09805205172171433, 0.0638549125976681, 0.0151411518488778, - 0.08298475938897049, + 0.08298475938897047, 0.0954231043878398, - 0.05460422153022165 + 0.05460422153022369 ], "resistance": [ - 97030.80642128612, + 97030.8064212861, 96831.67245583722, 96532.6353226998, 96303.49594214703, @@ -87138,41 +61398,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 378.8463809195796, + 378.84638091957845, 236.14729161435525, - -30.359420530159923, + -30.35942053016106, -265.118816436574, - -337.12533354602033, + -337.1253335459994, -276.55494160792, -49.55548852012362, 219.84389513567749 ], "relative wind speed": [ - 2.043952105092868, + 2.0439521050928677, 1.9876721646595004, - 1.836009689387712, + 1.8360096893877118, 1.6666481042100256, - 1.587038532338181, + 1.5870385323381808, 1.6569824612461979, 1.8235953310737911, 1.9795746027297936 ], "relative wind angle": [ - 0.0030608070244873367, + 0.003060807024487337, 0.07913007793859334, - 0.12475525563359202, - 0.09974727604606475, - 0.003942027410186616, + 0.12475525563359292, + 0.09974727604606473, + 0.003942027410130289, 0.09496598905246392, - 0.1256090224633015, - 0.0839388047850781 + 0.12560902246330152, + 0.08393880478507812 ], "resistance": [ 97013.34638091958, 96870.64729161435, 96604.14057946984, 96369.38118356343, - 96297.37466645398, + 96297.374666454, 96357.94505839208, 96584.94451147987, 96854.34389513568 @@ -87182,7 +61442,7 @@ 39.53938743015589, 39.402000122911815, 39.28119786683733, - 39.244185922373305, + 39.24418592237331, 39.2753183152862, 39.39211453058118, 39.530975250425016 @@ -87218,19 +61478,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -16.68747749514432, + -16.687477495145686, -139.70345646316855, - -178.29392317309544, + -178.29392317309578, -148.7615644070048, -31.972480308514832, 108.02262020798685, - 191.08230616790206, + 191.0823061679173, 120.89470387055212 ], "relative wind speed": [ - 1.6115496454802987, + 1.611549645480298, 1.51301586738864, - 1.4666874970287367, + 1.4666874970287365, 1.5046004881653652, 1.6003684496962904, 1.6938283324059684, @@ -87238,13 +61498,13 @@ 1.7013079690765947 ], "relative wind angle": [ - 0.08306317881341768, + 0.08306317881341901, 0.06515561170226392, 0.003825006463240214, 0.060237049433767335, - 0.08364486369196907, + 0.08364486369196908, 0.05819205956531854, - 0.0032351586471484257, + 0.003235158647114108, 0.05326533514625479 ], "resistance": [ @@ -87254,7 +61514,7 @@ 96485.738435593, 96602.52751969149, 96742.522620208, - 96825.5823061679, + 96825.58230616791, 96755.39470387055 ], "fuel": [ @@ -87264,7 +61524,7 @@ 39.08239781382572, 39.14251995700761, 39.2146552662046, - 39.25748792027721, + 39.257487920277214, 39.22129152884499 ] }, @@ -87298,19 +61558,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -32.61261523584358, + -32.61261523584403, -155.7363866499204, - -186.93112053019945, + -186.93112053020377, -144.32238123901493, - -13.427145891379837, + -13.427145891380064, 132.3901737010549, - 206.03010897031322, + 206.03010897032118, 116.13495470525231 ], "relative wind speed": [ - 1.414500854953054, + 1.4145008549530536, 1.298225754598555, - 1.252202125086738, + 1.2522021250867377, 1.3105084534859288, 1.4304290682531438, 1.5367335091236507, @@ -87320,31 +61580,31 @@ "relative wind angle": [ 0.1141625209408594, 0.08349532992662395, - 0.006401327944747953, + 0.0064013279447652964, 0.09139389334963752, - 0.11288583196473093, - 0.07051297950084942, - 0.0050910962435120185, - 0.07844507448432655 + 0.11288583196473191, + 0.07051297950084941, + 0.005091096243490211, + 0.07844507448432654 ], "resistance": [ 96601.88738476415, 96478.76361335008, - 96447.5688794698, + 96447.56887946979, 96490.17761876098, 96621.07285410861, 96766.89017370106, - 96840.53010897031, + 96840.53010897033, 96750.63495470525 ], "fuel": [ 38.94935961529568, 38.88597816706342, - 38.86992875077632, + 38.86992875077631, 38.891851477324664, 38.959240958709216, 39.034387926252485, - 39.07236834048259, + 39.0723683404826, 39.02600687944241 ] }, @@ -87365,68 +61625,7 @@ "id": "1674", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.724089924670825, - 5.724089924670825, - 5.724089924670825, - 5.724089924670825, - 5.724089924670825, - 5.724089924670825, - 5.724089924670825, - 5.724089924670825 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -28.95035715324434, - -147.00922078516442, - -177.85683266812055, - -141.4422747678592, - -19.557953102030297, - 118.57938734941149, - 191.88632542954588, - 110.66789505378483 - ], - "relative wind speed": [ - 1.592261945180345, - 1.4952201374203113, - 1.4553499929552256, - 1.5004302202422848, - 1.5991780896854493, - 1.6902619339180198, - 1.724710138720337, - 1.685638697581183 - ], - "relative wind angle": [ - 0.08468550729366982, - 0.06209057635636901, - 0.002384621334547769, - 0.06515234616333446, - 0.08431838605903362, - 0.054918170113066184, - 0.002012197654227206, - 0.05798524182205947 - ], - "resistance": [ - 96605.54964284677, - 96487.49077921484, - 96456.64316733189, - 96493.05772523215, - 96614.94204689798, - 96753.07938734943, - 96826.38632542956, - 96745.1678950538 - ], - "fuel": [ - 39.13261930288619, - 39.071842438021136, - 39.05597059127574, - 39.07470714433586, - 39.13745675255352, - 39.20864071707537, - 39.24644557250841, - 39.20456190554454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.59375 -68.75, -58.59375 -68.59375, -58.4375 -68.59375, -58.4375 -68.75, -58.59375 -68.75))", @@ -87458,9 +61657,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -26.184847349692063, + -26.18484734969286, -139.3443476469795, - -169.23190759563533, + -169.23190759563545, -133.78620981143808, -16.83339446113814, 115.80120929426164, @@ -87470,7 +61669,7 @@ "relative wind speed": [ 1.3970006889840625, 1.289745055644312, - 1.2452066139566795, + 1.2452066139566793, 1.295777550735866, 1.4048731720428744, 1.5039405726253956, @@ -87478,13 +61677,13 @@ 1.4987461738255456 ], "relative wind angle": [ - 0.10607339365523824, - 0.07900237861466547, - 0.0031788870679837827, + 0.10607339365524035, + 0.07900237861466548, + 0.0031788870679837823, 0.0829681307371763, 0.10547677005042035, 0.06773195591175259, - 0.002568669487088131, + 0.0025686694870881307, 0.07171129857112409 ], "resistance": [ @@ -87525,68 +61724,7 @@ "id": "1676", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.243546195019719, - 7.243546195019719, - 7.243546195019719, - 7.243546195019719, - 7.243546195019719, - 7.243546195019719, - 7.243546195019719, - 7.243546195019719 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 747.579405899764, - 542.3324948941108, - 36.7622262551597, - -442.6404721502106, - -638.5196809716176, - -550.1315963962261, - -142.4550614751936, - 387.7484210376856 - ], - "relative wind speed": [ - 2.413353588151918, - 2.3460285603357813, - 2.1039552926910456, - 1.7954473704440979, - 1.6123148780091765, - 1.7087963018991772, - 1.999301611476572, - 2.280395480450893 - ], - "relative wind angle": [ - 0.022109991444325516, - 0.10487373250301996, - 0.19160486127716664, - 0.1797752765999569, - 0.033098139452707655, - 0.14421812727640687, - 0.20176920245275912, - 0.1412523761929307 - ], - "resistance": [ - 97382.07940589974, - 97176.83249489409, - 96671.26222625513, - 96191.85952784977, - 95995.98031902836, - 96084.36840360374, - 96492.04493852478, - 97022.24842103766 - ], - "fuel": [ - 40.07475206451215, - 39.96853090577363, - 39.707552415029724, - 39.46096032226207, - 39.36045132638924, - 39.40578709826935, - 39.61526767998409, - 39.88863270726203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -65.15625, -54.53125 -65, -54.375 -65, -54.375 -65.15625, -54.53125 -65.15625))", @@ -87605,68 +61743,7 @@ "id": "1677", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.173841397151451, - 7.173841397151451, - 7.173841397151451, - 7.173841397151451, - 7.173841397151451, - 7.173841397151451, - 7.173841397151451, - 7.173841397151451 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 624.9629222894473, - 725.7941876284603, - 307.816248297916, - -231.3982199971524, - -598.4805960630517, - -642.0387794702192, - -378.0764282952073, - 136.05972609128116 - ], - "relative wind speed": [ - 2.363543452961942, - 2.396518677521015, - 2.2278980736991496, - 1.9245263440826583, - 1.6437910208240343, - 1.5953321918879175, - 1.8234189719832903, - 2.1411643853550384 - ], - "relative wind angle": [ - 0.08708999276966285, - 0.046124602442918064, - 0.16314056625793766, - 0.21002548736758989, - 0.12539343786339865, - 0.06931962275960374, - 0.1997722749176688, - 0.1885052324206412 - ], - "resistance": [ - 97259.46292228946, - 97360.29418762847, - 96942.31624829792, - 96403.10178000286, - 96036.01940393697, - 95992.46122052979, - 96256.42357170481, - 96770.55972609129 - ], - "fuel": [ - 39.98312497102296, - 40.03531945511644, - 39.81920320727639, - 39.5413616691159, - 39.352833762856534, - 39.33049622333891, - 39.465969831891165, - 39.73058464132211 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -65.3125, -54.6875 -65.15625, -54.53125 -65.15625, -54.53125 -65.3125, -54.6875 -65.3125))", @@ -87685,68 +61762,7 @@ "id": "1678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.061745089924054, - 7.061745089924054, - 7.061745089924054, - 7.061745089924054, - 7.061745089924054, - 7.061745089924054, - 7.061745089924054, - 7.061745089924054 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 693.6655190055087, - 494.40502933811126, - 24.13791930421121, - -417.60246868257195, - -593.0299952918558, - -507.3047232736776, - -125.47014488688751, - 365.49344940638775 - ], - "relative wind speed": [ - 2.3433353149118825, - 2.275901042251766, - 2.0431420860274816, - 1.7504917115233165, - 1.5809634703770148, - 1.6765859174694957, - 1.9535189553938235, - 2.2195595645685824 - ], - "relative wind angle": [ - 0.019482316258364014, - 0.10447174072677194, - 0.187721573258086, - 0.17332951664195953, - 0.028879261740745264, - 0.14203564000963448, - 0.19644377034382857, - 0.13643860684846038 - ], - "resistance": [ - 97328.1655190055, - 97128.90502933812, - 96658.63791930421, - 96216.89753131743, - 96041.47000470814, - 96127.19527672633, - 96509.02985511311, - 96999.9934494064 - ], - "fuel": [ - 39.97408471916096, - 39.870999460560775, - 39.62829765737247, - 39.40106786044767, - 39.311029955653, - 39.35501401103284, - 39.55125844832915, - 39.8043871591191 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -65.3125, -54.53125 -65.15625, -54.375 -65.15625, -54.375 -65.3125, -54.53125 -65.3125))", @@ -87765,68 +61781,7 @@ "id": "1679", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.678404598474781, - 7.678404598474781, - 7.678404598474781, - 7.678404598474781, - 7.678404598474781, - 7.678404598474781, - 7.678404598474781, - 7.678404598474781 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 688.8214542435251, - 603.9014749688779, - 133.31142460597744, - -370.42356382313324, - -633.4011104240308, - -596.8982273258707, - -245.1990090757222, - 279.4294050335245 - ], - "relative wind speed": [ - 2.4971348659275843, - 2.4703195128457156, - 2.2677567883327265, - 1.979551114936579, - 1.7740473320695482, - 1.8112007010566105, - 2.0591759575191944, - 2.3375850483795455 - ], - "relative wind angle": [ - 0.04237538839165175, - 0.07340541005368004, - 0.16031551970075358, - 0.16788355811417346, - 0.05966480264568395, - 0.10019624344610778, - 0.17671746588273338, - 0.14197946416263893 - ], - "resistance": [ - 97323.32145424359, - 97238.40147496894, - 96767.81142460603, - 96264.07643617693, - 96001.09888957602, - 96037.60177267418, - 96389.30099092434, - 96913.92940503359 - ], - "fuel": [ - 40.227174611529456, - 40.18322564435252, - 39.9401657186132, - 39.6808995687562, - 39.54592342167686, - 39.564643551011116, - 39.745262907121884, - 40.015547496987224 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -65.46875, -55 -65.3125, -54.84375 -65.3125, -54.84375 -65.46875, -55 -65.46875))", @@ -87845,68 +61800,7 @@ "id": "1680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.51184636798392, - 6.51184636798392, - 6.51184636798392, - 6.51184636798392, - 6.51184636798392, - 6.51184636798392, - 6.51184636798392, - 6.51184636798392 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 440.65774361221224, - 438.001104382688, - 136.484055721118, - -214.90763162300323, - -423.63496236952244, - -422.4945817461561, - -210.9752177956234, - 141.06841415747363 - ], - "relative wind speed": [ - 2.091642416602341, - 2.0906438840502606, - 1.9432903427430808, - 1.7146207937979665, - 1.5334327306338735, - 1.5347938260211298, - 1.7175583198572377, - 1.945882697334289 - ], - "relative wind angle": [ - 0.054631305360655226, - 0.055992496232869754, - 0.14441936570073632, - 0.16316112005519592, - 0.0745505061691653, - 0.07630525040803848, - 0.16356072145082998, - 0.14362618676985628 - ], - "resistance": [ - 97075.15774361223, - 97072.5011043827, - 96770.98405572113, - 96419.59236837701, - 96210.86503763049, - 96212.00541825386, - 96423.52478220439, - 96775.56841415749 - ], - "fuel": [ - 39.63642320958097, - 39.63505035535842, - 39.47940798112178, - 39.29844729233385, - 39.1911738167591, - 39.19175946436452, - 39.300469875837976, - 39.48177188327388 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -65.46875, -54.84375 -65.3125, -54.6875 -65.3125, -54.6875 -65.46875, -54.84375 -65.46875))", @@ -87925,68 +61819,7 @@ "id": "1681", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.779037751693023, - 6.779037751693023, - 6.779037751693023, - 6.779037751693023, - 6.779037751693023, - 6.779037751693023, - 6.779037751693023, - 6.779037751693023 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 491.04926598998327, - 451.89760262117875, - 115.06198981003672, - -257.8368626343715, - -462.83467589336556, - -446.0346388862047, - -199.84590834537426, - 182.6565041892934 - ], - "relative wind speed": [ - 2.1813065723269744, - 2.167148153029713, - 2.004513783509273, - 1.7663979251569868, - 1.5902123299717235, - 1.6094540999018434, - 1.8079817777268359, - 2.0412525534269497 - ], - "relative wind angle": [ - 0.04561951704944432, - 0.06415693568554293, - 0.1481933980171115, - 0.15896941063375497, - 0.06259581159314741, - 0.08643637914621984, - 0.1644417709958465, - 0.13741759118321914 - ], - "resistance": [ - 97125.54926599, - 97086.39760262119, - 96749.56198981006, - 96376.66313736564, - 96171.66532410665, - 96188.4653611138, - 96434.65409165464, - 96817.1565041893 - ], - "fuel": [ - 39.760461057352735, - 39.74022422332184, - 39.5663552075478, - 39.37436334391664, - 39.26903794350967, - 39.27766371713376, - 39.40418677058169, - 39.601212526545766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -65.625, -55 -65.46875, -54.84375 -65.46875, -54.84375 -65.625, -55 -65.625))", @@ -88018,33 +61851,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 601.4291445964213, + 601.4291445964182, 539.0940867527856, 124.88141903875294, -326.50901256351426, - -567.4912676560748, + -567.4912676560755, -540.7842256590836, - -233.8697809772907, + -233.86978097729116, 232.77813128513571 ], "relative wind speed": [ - 2.4490821699799934, + 2.449082169979993, 2.428949323703428, - 2.2493888977928167, + 2.2493888977928163, 1.9924750646202019, - 1.807982437937037, + 1.8079824379370373, 1.8349411854561788, 2.0511103231394165, 2.301488016060346 ], "relative wind angle": [ - 0.04095114537091186, + 0.040951145370914564, 0.06427898351239035, - 0.14315582888974293, - 0.15003392322557382, - 0.05548513788929051, + 0.14315582888974218, + 0.1500339232255738, + 0.05548513788929251, 0.08513162168538294, - 0.15710433579122385, + 0.15710433579122454, 0.12976651312045687 ], "resistance": [ @@ -88085,68 +61918,7 @@ "id": "1683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.931852015116162, - 6.931852015116162, - 6.931852015116162, - 6.931852015116162, - 6.931852015116162, - 6.931852015116162, - 6.931852015116162, - 6.931852015116162 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 573.3017501867848, - 474.62272495725847, - 82.6657217073946, - -321.90633214934996, - -519.3088793762047, - -476.9084856304221, - -176.33386073599058, - 252.50858293430701 - ], - "relative wind speed": [ - 2.2578397495848375, - 2.2232909986669904, - 2.0328371934081497, - 1.7722553250201607, - 1.5966333621252955, - 1.6444012780046071, - 1.874740348142463, - 2.122778719225 - ], - "relative wind angle": [ - 0.03553218894981296, - 0.07981528058227788, - 0.1635042761759203, - 0.16477118748603634, - 0.050257551795239004, - 0.10800853380230178, - 0.17743324425230983, - 0.13737342533291796 - ], - "resistance": [ - 97207.8017501868, - 97109.12272495727, - 96717.16572170741, - 96312.59366785067, - 96115.19112062381, - 96157.59151436959, - 96458.16613926402, - 96887.00858293432 - ], - "fuel": [ - 39.86115328748076, - 39.81012849142235, - 39.607813771097305, - 39.39958715571111, - 39.2982083835811, - 39.319971456793255, - 39.47444077677392, - 39.695410625521674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -65.46875, -54.6875 -65.3125, -54.53125 -65.3125, -54.53125 -65.46875, -54.6875 -65.46875))", @@ -88165,68 +61937,7 @@ "id": "1684", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.94996895550728, - 6.94996895550728, - 6.94996895550728, - 6.94996895550728, - 6.94996895550728, - 6.94996895550728, - 6.94996895550728, - 6.94996895550728 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 645.4990084344251, - 462.8428165288999, - 23.757019443409035, - -390.6701159427125, - -556.6142798093194, - -478.10399134868544, - -122.14337979151219, - 337.31148836880493 - ], - "relative wind speed": [ - 2.2929597068855174, - 2.229726845710208, - 2.0086157382332868, - 1.7306637338341977, - 1.5692331060519389, - 1.6578525121521333, - 1.9197967534745655, - 2.1736972647820587 - ], - "relative wind angle": [ - 0.019706698517770373, - 0.10062998730499352, - 0.18119658291273064, - 0.16712835561580416, - 0.028797497657904025, - 0.1355283964179453, - 0.1896792624340831, - 0.1328367047766722 - ], - "resistance": [ - 97279.99900843443, - 97097.3428165289, - 96658.25701944341, - 96243.82988405728, - 96077.88572019068, - 96156.39600865131, - 96512.35662020849, - 96971.81148836881 - ], - "fuel": [ - 39.905504916074676, - 39.81103680598877, - 39.584453571299804, - 39.37125314878567, - 39.28606300687284, - 39.32635477192158, - 39.5093227883952, - 39.7461851308356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -65.46875, -54.53125 -65.3125, -54.375 -65.3125, -54.375 -65.46875, -54.53125 -65.46875))", @@ -88258,17 +61969,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 611.6006262126887, + 611.600626212675, 426.8538854416254, - 5.714702555000258, + 5.714702554999349, -387.2689073298732, - -537.2487476411197, + -537.2487476411175, -458.1742930056232, -112.84122665497989, 325.3639731703372 ], "relative wind speed": [ - 2.3490777213766196, + 2.349077721376619, 2.2863103766599013, 2.0796897849115066, 1.8276462237132711, @@ -88278,19 +61989,19 @@ 2.242214855458199 ], "relative wind angle": [ - 0.014891725813879498, + 0.01489172581389441, 0.0915393081056192, - 0.15961610796029913, + 0.1596161079603005, 0.1418953065314535, - 0.020723425065705223, + 0.020723425065699866, 0.11820652518473619, 0.1651464678847658, 0.11552902453733586 ], "resistance": [ - 97246.10062621272, + 97246.1006262127, 97061.35388544165, - 96640.21470255504, + 96640.21470255502, 96247.23109267016, 96097.25125235891, 96176.32570699441, @@ -88298,9 +62009,9 @@ 96959.86397317037 ], "fuel": [ - 40.013407002937605, + 40.0134070029376, 39.91788170218317, - 39.700601867626446, + 39.70060186762644, 39.498443688047715, 39.421442739043854, 39.462029817331626, @@ -88338,34 +62049,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 655.2237914895043, + 655.2237914895034, 412.90129400435376, - -34.26782885856778, + -34.267828858569146, -426.7806170040533, - -551.3195295094754, - -447.47646754168363, + -551.319529509482, + -447.4764675416834, -68.81671180964395, - 383.2108363193777 + 383.210836319377 ], "relative wind speed": [ - 2.316274584689945, + 2.3162745846899444, 2.232653421390111, - 2.002007938660616, + 2.0020079386606158, 1.7341142564258778, 1.6026211974273272, 1.7172016055428687, 1.981284146119341, - 2.2195428357624682 + 2.2195428357624687 ], "relative wind angle": [ 0.004547111706372145, 0.10989814619289623, - 0.1791945394048852, + 0.17919453940488644, 0.1503633662250467, - 0.006571982710914514, - 0.1430865417230676, - 0.1810895240251797, - 0.11730457316346997 + 0.006571982710931407, + 0.14308654172306756, + 0.18108952402517972, + 0.11730457316347187 ], "resistance": [ 97289.72379148954, @@ -88405,68 +62116,7 @@ "id": "1687", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.6709497631768615, - 6.6709497631768615, - 6.6709497631768615, - 6.6709497631768615, - 6.6709497631768615, - 6.6709497631768615, - 6.6709497631768615, - 6.6709497631768615 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 585.5897987250949, - 433.39639999569295, - 34.81633951423032, - -348.58821125608983, - -509.6695340814256, - -444.2378973835714, - -124.81956529234094, - 296.1022949125238 - ], - "relative wind speed": [ - 2.197492524848798, - 2.1425834393148375, - 1.9353220195391425, - 1.6698797143903903, - 1.510074983930457, - 1.5870211275949402, - 1.8340742990800152, - 2.078653793522717 - ], - "relative wind angle": [ - 0.02343278388627158, - 0.09663571072811422, - 0.178616955244645, - 0.16819554225781416, - 0.0341033641063513, - 0.1306328599089002, - 0.18859264084196245, - 0.13489186236180165 - ], - "resistance": [ - 97220.0897987251, - 97067.89639999569, - 96669.31633951423, - 96285.9117887439, - 96124.83046591858, - 96190.26210261643, - 96509.68043470765, - 96930.60229491252 - ], - "fuel": [ - 39.76914327352792, - 39.69045554304756, - 39.48478828409708, - 39.28750940177289, - 39.20478899769158, - 39.23837858885485, - 39.40258197184579, - 39.6195450602214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -65.15625, -54.375 -65, -54.21875 -65, -54.21875 -65.15625, -54.375 -65.15625))", @@ -88485,68 +62135,7 @@ "id": "1688", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.790241151169058, - 6.790241151169058, - 6.790241151169058, - 6.790241151169058, - 6.790241151169058, - 6.790241151169058, - 6.790241151169058, - 6.790241151169058 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 353.5063190212668, - 751.2016657190904, - 602.2919134886849, - 101.60582918433965, - -399.55519774957565, - -636.2362798710906, - -571.7519361879256, - -185.01586442097528 - ], - "relative wind speed": [ - 2.156870183055509, - 2.3174432216143632, - 2.2671526842983347, - 2.023725174668058, - 1.687854928766203, - 1.4595890386365293, - 1.5365422067724406, - 1.8453941759225874 - ], - "relative wind angle": [ - 0.17161626275590178, - 0.03947295282513837, - 0.10561757414322256, - 0.21383779045439932, - 0.21999985284804233, - 0.06269745457222001, - 0.15618229029862873, - 0.23487259138191086 - ], - "resistance": [ - 96988.00631902131, - 97385.70166571913, - 97236.79191348873, - 96736.10582918438, - 96234.94480225047, - 95998.26372012895, - 96062.74806381212, - 96449.48413557907 - ], - "fuel": [ - 39.69360418845501, - 39.89928589178236, - 39.82220321199898, - 39.56362970853828, - 39.30574507070049, - 39.1842799527352, - 39.21735276400656, - 39.41602711412644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -65.15625, -54.21875 -65, -54.0625 -65, -54.0625 -65.15625, -54.21875 -65.15625))", @@ -88578,21 +62167,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 117.34392074702964, + 117.34392074702896, 548.3165808582921, - 635.7340811799481, + 635.7340811799495, 266.9255194754312, - -209.67033512418357, + -209.6703351241838, -533.5710517689756, -571.2533817952165, -337.62206109988824 ], "relative wind speed": [ - 2.0725226161273542, + 2.072522616127354, 2.275521167988702, - 2.3053301804804978, + 2.3053301804804973, 2.150584208483655, - 1.8743831818009482, + 1.874383181800948, 1.62193271149359, 1.5792767539425678, 1.7842785289293677 @@ -88600,15 +62189,15 @@ "relative wind angle": [ 0.1763188755480974, 0.08173458477877335, - 0.043738397100563625, + 0.04373839710056109, 0.153271176100326, - 0.19518580055879567, + 0.19518580055879511, 0.11479540907654155, - 0.06386965769894226, + 0.06386965769894228, 0.1850693631894144 ], "resistance": [ - 96751.84392074704, + 96751.84392074702, 97182.81658085829, 97270.23408117995, 96901.42551947544, @@ -88618,7 +62207,7 @@ 96296.87793890011 ], "fuel": [ - 39.64531430380878, + 39.645314303808775, 39.867854460411394, 39.91307830465992, 39.72247502771247, @@ -88645,68 +62234,7 @@ "id": "1690", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.761251409254616, - 8.761251409254616, - 8.761251409254616, - 8.761251409254616, - 8.761251409254616, - 8.761251409254616, - 8.761251409254616, - 8.761251409254616 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 604.2074917886848, - 896.6705590219367, - 492.9103200927857, - -143.26294755049003, - -655.6251782565757, - -780.7493402259984, - -577.8721381100406, - -13.265102031214155 - ], - "relative wind speed": [ - 2.751326028616611, - 2.8338099019943535, - 2.7112385493334, - 2.434941611952637, - 2.144241475625011, - 2.033983249904612, - 2.194709992263738, - 2.4977241176549643 - ], - "relative wind angle": [ - 0.09475483215316068, - 0.011226251269189065, - 0.11284507885096547, - 0.16500150033341446, - 0.12170046527885264, - 0.01564107813571706, - 0.13956027545239064, - 0.1608174336273002 - ], - "resistance": [ - 97238.70749178865, - 97531.1705590219, - 97127.41032009275, - 96491.23705244948, - 95978.87482174339, - 95853.75065977397, - 96056.62786188992, - 96621.23489796875 - ], - "fuel": [ - 40.692828778648106, - 40.844301591763326, - 40.635269224631934, - 40.307144237730554, - 40.04397327301275, - 39.979852603012404, - 40.08384765982904, - 40.374072006628836 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -65.3125, -54.21875 -65.15625, -54.0625 -65.15625, -54.0625 -65.3125, -54.21875 -65.3125))", @@ -88738,34 +62266,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 79.17881776952754, + 79.17881776952618, 601.6420090878764, - 757.1756802958025, + 757.175680295798, 348.54023296883406, -217.01845696488135, -625.32464800046, - -691.9128547948767, - -448.3305007759018 + -691.9128547948781, + -448.330500775902 ], "relative wind speed": [ - 2.4356917639121463, + 2.435691763912146, 2.650009279433466, 2.695863661763402, 2.554289460433297, 2.2865033285550904, 2.0342425271337463, - 1.9730714527017488, - 2.153206258722639 + 1.973071452701749, + 2.1532062587226384 ], "relative wind angle": [ - 0.1490054515525128, + 0.14900545155251427, 0.07641606658591862, - 0.028004178677772683, - 0.1212932654035557, + 0.02800417867777665, + 0.12129326540355571, 0.15880763888700142, 0.09961508082449097, - 0.03826724405265805, - 0.14403179510628478 + 0.03826724405266095, + 0.14403179510628322 ], "resistance": [ 96713.67881776951, @@ -88818,19 +62346,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 603.5622231580173, + 603.5622231580114, 737.9479537716434, - 326.11639708934035, + 326.11639708933944, -232.27692341626425, - -626.8286214995437, + -626.8286214995442, -684.3025079824963, - -432.65568435848786, + -432.6556843584883, 92.9106819677072 ], "relative wind speed": [ - 2.680848777702374, + 2.6808487777023737, 2.7201223829009678, - 2.576960392596619, + 2.5769603925966194, 2.314336460406954, 2.0731221787226115, 2.0213163925672446, @@ -88838,17 +62366,17 @@ 2.475607498140792 ], "relative wind angle": [ - 0.07077495354033599, - 0.02996993485790055, - 0.1185762298283642, + 0.0707749535403407, + 0.029969934857900553, + 0.11857622982836608, 0.1516451361135293, - 0.09157386261690514, + 0.09157386261690637, 0.040335988210288234, - 0.1389571592756059, + 0.1389571592756067, 0.14169733073117385 ], "resistance": [ - 97238.06222315805, + 97238.06222315803, 97372.44795377167, 96960.61639708937, 96402.22307658376, @@ -88858,7 +62386,7 @@ 96727.41068196774 ], "fuel": [ - 40.57692938826165, + 40.57692938826163, 40.646490756299485, 40.43352917222985, 40.14578722993073, @@ -88898,11 +62426,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 194.4904644103558, + 194.49046441035443, 659.150816521711, - 670.6098681298258, + 670.6098681298245, 214.44543106486708, - -328.6725060922672, + -328.67250609226676, -657.5862325779924, -662.4783344746588, -345.8347693143578 @@ -88910,19 +62438,19 @@ "relative wind speed": [ 2.599985396061461, 2.7712342492648467, - 2.774504053928358, + 2.7745040539283576, 2.60839072138646, - 2.3496851915113397, + 2.3496851915113393, 2.145042026311385, 2.140811017739693, 2.340350914612075 ], "relative wind angle": [ - 0.12233333352304915, + 0.12233333352305098, 0.048774709966732686, 0.045499187259651235, - 0.12051043457258177, - 0.1354412279494127, + 0.12051043457258179, + 0.13544122794941107, 0.06303003036224243, 0.05898107008076521, 0.13439178240710994 @@ -88930,7 +62458,7 @@ "resistance": [ 96828.99046441037, 97293.65081652172, - 97305.10986812985, + 97305.10986812983, 96848.94543106489, 96305.82749390775, 95976.91376742203, @@ -88965,68 +62493,7 @@ "id": "1694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.711267870376161, - 7.711267870376161, - 7.711267870376161, - 7.711267870376161, - 7.711267870376161, - 7.711267870376161, - 7.711267870376161, - 7.711267870376161 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 454.6935981439533, - 691.1840721163326, - 387.92082762649216, - -99.68247813882704, - -498.09249720470757, - -599.2125817717472, - -451.4373695714262, - -21.66970801790285 - ], - "relative wind speed": [ - 2.4155471340753287, - 2.491500004102562, - 2.3881966374395662, - 2.1489274617633822, - 1.8938628909305295, - 1.7927666708582595, - 1.9282379073925562, - 2.1917334168786273 - ], - "relative wind angle": [ - 0.09607562432357646, - 0.008704042697051767, - 0.11009039982561343, - 0.16331074539166743, - 0.12265956792738957, - 0.012096597859937159, - 0.13649940778935185, - 0.1600933679614355 - ], - "resistance": [ - 97089.19359814396, - 97325.68407211633, - 97022.4208276265, - 96534.81752186117, - 96136.4075027953, - 96035.28741822825, - 96183.06263042857, - 96612.8302919821 - ], - "fuel": [ - 40.12039502606176, - 40.24272224956159, - 40.0858937724403, - 39.83445380290667, - 39.62966445003448, - 39.57778103039593, - 39.653615425511205, - 39.874622809894284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -65.625, -54.21875 -65.46875, -54.0625 -65.46875, -54.0625 -65.625, -54.21875 -65.625))", @@ -89058,9 +62525,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 268.2452908399214, + 268.24529083992, 665.0876011717678, - 584.9081864918262, + 584.9081864918253, 130.2121303300387, -357.6396386441245, -613.1663672680036, @@ -89070,7 +62537,7 @@ "relative wind speed": [ 2.307307542610896, 2.4642134551790895, - 2.4385509860628374, + 2.438550986062837, 2.240517549426951, 1.9583944039185717, 1.7568804127780133, @@ -89078,17 +62545,17 @@ 2.034467460589763 ], "relative wind angle": [ - 0.14100672659194166, + 0.14100672659194324, 0.042408452700519364, - 0.07245179918587255, - 0.1587152489759932, - 0.16634499933683397, - 0.05949968195665834, - 0.09864786694525397, + 0.07245179918587256, + 0.15871524897599323, + 0.16634499933683394, + 0.059499681956658335, + 0.09864786694525399, 0.17494801976967503 ], "resistance": [ - 96902.74529083993, + 96902.74529083991, 97299.58760117176, 97219.40818649183, 96764.71213033004, @@ -89138,32 +62605,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -94.6911591638941, + -94.69115916389501, 313.81648423567844, - 585.8661353252116, - 413.53281934964, + 585.8661353252041, + 413.5328193496405, 20.498351478461245, -345.1281929090595, -488.6328593023105, -414.2918522283604 ], "relative wind speed": [ - 1.7005691941638186, + 1.7005691941638184, 1.9534268043406142, 2.068730834295713, - 2.002892354970095, - 1.7800840731971808, + 2.0028923549700948, + 1.7800840731971805, 1.4982518519504189, 1.334536483961157, 1.431452795656074 ], "relative wind angle": [ - 0.2176461925124049, + 0.21764619251240647, 0.1481875967915513, - 0.019662433468258727, - 0.11553720583554979, - 0.20777824802638728, - 0.19371042164454946, + 0.019662433468270023, + 0.11553720583554786, + 0.2077782480263867, + 0.19371042164454944, 0.030482464506360187, 0.1620082943002504 ], @@ -89218,34 +62685,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -143.24650983498736, + -143.24650983498782, 244.64991744356007, - 530.5901585650586, - 427.8971009735294, - 69.26980245694699, + 530.5901585650556, + 427.89710097352963, + 69.26980245694722, -293.16513930667554, -464.8963041980985, - -420.60518032320886 + -420.60518032320897 ], "relative wind speed": [ 1.6758174902896121, 1.9246062984304473, - 2.0552951575986547, - 2.0159529304442083, + 2.055295157598654, + 2.015952930444208, 1.8213786176182816, 1.5561731669449606, 1.378965606760799, - 1.4358684172691676 + 1.4358684172691678 ], "relative wind angle": [ - 0.2033864796168835, + 0.20338647961688458, 0.15220702907316702, - 0.03610309209571926, - 0.0928405531915342, - 0.18693149904849882, - 0.18863363345187315, - 0.053824565446496296, - 0.1305309112949312 + 0.03610309209572234, + 0.09284055319153181, + 0.18693149904849823, + 0.18863363345187312, + 0.0538245654464963, + 0.13053091129493205 ], "resistance": [ 96491.25349016502, @@ -89298,34 +62765,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -135.93837157473263, + -135.938371574734, 315.2508222282413, - 629.6130782275402, - 472.29976264605693, + 629.6130782275457, + 472.2997626460576, 46.21483435909499, -366.03729437804736, -543.0369271332879, -475.27184147282924 ], "relative wind speed": [ - 1.8395413382811403, + 1.83954133828114, 2.1007569638284895, - 2.228745717877207, - 2.17294611818455, + 2.2287457178772065, + 2.1729461181845497, 1.954537911795717, 1.670613947870075, 1.4956013201839395, 1.5755748003057883 ], "relative wind angle": [ - 0.2007215450569265, + 0.20072154505692816, 0.14367040323468205, - 0.026298111702815274, - 0.10044711128902191, + 0.02629811170280683, + 0.1004471112890197, 0.18876501632746648, - 0.18102834923780503, + 0.18102834923780506, 0.03919497487579936, - 0.13874299167738147 + 0.1387429916773815 ], "resistance": [ 96498.56162842523, @@ -89378,17 +62845,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -122.0465554910354, + -122.04655549103609, 284.5243020077389, 569.0089278650951, 428.41069862742097, - 44.59755512999345, + 44.597555129993, -327.0881695128355, -487.6950205339913, -427.06818842912196 ], "relative wind speed": [ - 1.7170938129814548, + 1.7170938129814544, 1.969033410870509, 2.092559474263031, 2.0395226103478175, @@ -89398,13 +62865,13 @@ 1.4617694403927286 ], "relative wind angle": [ - 0.20770580361953814, + 0.2077058036195387, 0.14834822977045706, 0.02747723626700073, 0.10301427134922325, - 0.19474695741526277, - 0.18821796178369704, - 0.04152791081915105, + 0.19474695741526332, + 0.188217961783697, + 0.041527910819151054, 0.1439726641643205 ], "resistance": [ @@ -89445,68 +62912,7 @@ "id": "1700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.295715917322402, - 6.295715917322402, - 6.295715917322402, - 6.295715917322402, - 6.295715917322402, - 6.295715917322402, - 6.295715917322402, - 6.295715917322402 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 63.62352027168299, - 532.0457278355991, - 708.2556367827506, - 360.46251562432394, - -133.29101997671705, - -504.0722452771572, - -580.4372400582565, - -385.6694262441912 - ], - "relative wind speed": [ - 1.8668523207497763, - 2.116075708406429, - 2.179380583725135, - 2.0350966971262987, - 1.7348598258158787, - 1.420246386726949, - 1.3210512760678959, - 1.5340331274338095 - ], - "relative wind angle": [ - 0.2321510555940109, - 0.12111089810138843, - 0.031188365112861667, - 0.17372133882946583, - 0.2501773744378105, - 0.18099319895250748, - 0.051466821577713394, - 0.23136539611424722 - ], - "resistance": [ - 96698.12352027168, - 97166.5457278356, - 97342.75563678275, - 96994.96251562433, - 96501.20898002328, - 96130.42775472284, - 96054.06275994175, - 96248.83057375581 - ], - "fuel": [ - 39.36602336471471, - 39.60784024209906, - 39.699017655631536, - 39.51916787728024, - 39.2646125478032, - 39.07405216270606, - 39.03486844444138, - 39.134848856339005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -65.15625, -52.96875 -65, -52.8125 -65, -52.8125 -65.15625, -52.96875 -65.15625))", @@ -89525,68 +62931,7 @@ "id": "1701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.847699611696405, - 5.847699611696405, - 5.847699611696405, - 5.847699611696405, - 5.847699611696405, - 5.847699611696405, - 5.847699611696405, - 5.847699611696405 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 111.19698781778948, - 573.3953425404297, - 710.9724579231552, - 339.92804754821054, - -154.47359717246343, - -507.6320902294931, - -567.5348227915018, - -347.74256566908684 - ], - "relative wind speed": [ - 1.7841283581766558, - 2.036310842957595, - 2.087260310576262, - 1.9210219132131294, - 1.5930781301966996, - 1.254770926589578, - 1.1680566438551798, - 1.4250216617006592 - ], - "relative wind angle": [ - 0.2610846010388387, - 0.12576854930468595, - 0.04759371844467771, - 0.20755697940751688, - 0.2932705431947052, - 0.20499924870616307, - 0.08511829665123744, - 0.2814987020164583 - ], - "resistance": [ - 96745.69698781779, - 97207.89534254043, - 97345.47245792316, - 96974.42804754821, - 96480.02640282754, - 96126.8679097705, - 96066.9651772085, - 96286.75743433091 - ], - "fuel": [ - 39.24316900735144, - 39.48184936929852, - 39.55304805031505, - 39.36118693234781, - 39.10633584255771, - 38.92484879315262, - 38.89411100136016, - 39.006958028416165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -65.3125, -53.125 -65.15625, -52.96875 -65.15625, -52.96875 -65.3125, -53.125 -65.3125))", @@ -89605,68 +62950,7 @@ "id": "1702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.881122256352586, - 5.881122256352586, - 5.881122256352586, - 5.881122256352586, - 5.881122256352586, - 5.881122256352586, - 5.881122256352586, - 5.881122256352586 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3.6579763326067223, - 472.2720743956245, - 719.9738449225154, - 418.186908545395, - -57.9889036398547, - -446.5472045326179, - -553.8266974027231, - -409.4448868461667 - ], - "relative wind speed": [ - 1.7172317800491852, - 1.9931018933532234, - 2.086294403289209, - 1.9663912572375444, - 1.6731159370326616, - 1.3325714869662224, - 1.1813456682815988, - 1.3716804834302059 - ], - "relative wind angle": [ - 0.2666678903970621, - 0.15302067303490569, - 0.010971194102344803, - 0.17179990373835202, - 0.27387796451847407, - 0.23000047373775206, - 0.019376304984745497, - 0.24759844337564244 - ], - "resistance": [ - 96638.1579763326, - 97106.77207439563, - 97354.47384492251, - 97052.6869085454, - 96576.51109636015, - 96187.95279546738, - 96080.67330259728, - 96225.05511315384 - ], - "fuel": [ - 39.1982876354207, - 39.44009917705472, - 39.56824693247894, - 39.41214874930883, - 39.16653778683242, - 38.9667449759603, - 38.91168189576989, - 38.985798357508585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -65.3125, -52.96875 -65.15625, -52.8125 -65.15625, -52.8125 -65.3125, -52.96875 -65.3125))", @@ -89685,68 +62969,7 @@ "id": "1703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8209030509561215, - 5.8209030509561215, - 5.8209030509561215, - 5.8209030509561215, - 5.8209030509561215, - 5.8209030509561215, - 5.8209030509561215, - 5.8209030509561215 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 166.41033256605988, - 626.5357404327995, - 709.9015541472663, - 304.48138670155527, - -199.60952685893824, - -536.303834905965, - -572.6699929634406, - -316.03648321364597 - ], - "relative wind speed": [ - 1.8153037102999316, - 2.05687954405798, - 2.087503815248508, - 1.8978241371532527, - 1.5510522827217, - 1.2125746515578868, - 1.1590593451967053, - 1.4489148659612145 - ], - "relative wind angle": [ - 0.2596407418192489, - 0.1131750957218036, - 0.06593509323833283, - 0.22683027519007684, - 0.3051883107556924, - 0.1927598306189687, - 0.11894551153136432, - 0.29900195672462815 - ], - "resistance": [ - 96800.9103325661, - 97261.03574043284, - 97344.4015541473, - 96938.9813867016, - 96434.8904731411, - 96098.19616509408, - 96061.83000703661, - 96318.4635167864 - ], - "fuel": [ - 39.2632437958815, - 39.50094644183992, - 39.54409785594526, - 39.33448912990115, - 39.074719052216224, - 38.90173913137056, - 38.8830809111759, - 39.01485587666649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65.15625, -52.8125 -65, -52.65625 -65, -52.65625 -65.15625, -52.8125 -65.15625))", @@ -89765,68 +62988,7 @@ "id": "1704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.481665093466866, - 5.481665093466866, - 5.481665093466866, - 5.481665093466866, - 5.481665093466866, - 5.481665093466866, - 5.481665093466866, - 5.481665093466866 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 120.96223249268849, - 543.258910749353, - 653.1603926236966, - 302.8534338355315, - -151.83273542667666, - -469.34634078079864, - -517.2638272506292, - -305.16033069207015 - ], - "relative wind speed": [ - 1.6927334344189033, - 1.9334918094095246, - 1.9762597127990944, - 1.8080463648174334, - 1.4837697699120613, - 1.152618164463318, - 1.0776440774540301, - 1.3408532927859673 - ], - "relative wind angle": [ - 0.2694246953885431, - 0.12525026268348383, - 0.05517293378031567, - 0.22061803761798263, - 0.308535283953018, - 0.21112051980509566, - 0.10130186432562882, - 0.2995398071182861 - ], - "resistance": [ - 96755.46223249265, - 97177.75891074931, - 97287.66039262366, - 96937.3534338355, - 96482.66726457328, - 96165.15365921916, - 96117.23617274933, - 96329.33966930788 - ], - "fuel": [ - 39.13761038415301, - 39.355669417186505, - 39.412527466954536, - 39.23145119565682, - 38.99710152192195, - 38.833908092214315, - 38.80931237529118, - 38.91824843597058 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65.15625, -52.65625 -65, -52.5 -65, -52.5 -65.15625, -52.65625 -65.15625))", @@ -89845,68 +63007,7 @@ "id": "1705", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.47278917902243, - 5.47278917902243, - 5.47278917902243, - 5.47278917902243, - 5.47278917902243, - 5.47278917902243, - 5.47278917902243, - 5.47278917902243 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 36.064135096549876, - 413.24365198840917, - 574.2512300025465, - 306.332758055897, - -86.23804489430904, - -389.2533654937621, - -459.0610539259483, - -315.67598763227863 - ], - "relative wind speed": [ - 1.6180242459421121, - 1.850784155057126, - 1.9165475112958754, - 1.7933570762536732, - 1.523826307170217, - 1.23070999275623, - 1.1255641749034777, - 1.312981139213902 - ], - "relative wind angle": [ - 0.2470690703800453, - 0.1329806372650555, - 0.0253972951294112, - 0.1761242946480312, - 0.2626920357090359, - 0.20073740908151247, - 0.04325392605988321, - 0.2416659746315111 - ], - "resistance": [ - 96670.56413509653, - 97047.74365198839, - 97208.75123000253, - 96940.83275805588, - 96548.26195510567, - 96245.24663450623, - 96175.43894607403, - 96318.82401236771 - ], - "fuel": [ - 39.09127998419937, - 39.285891298886575, - 39.36912674336146, - 39.23067529282544, - 39.02829003221718, - 38.87246619592794, - 38.83661642688769, - 38.91027151896253 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65.3125, -52.8125 -65.15625, -52.65625 -65.15625, -52.65625 -65.3125, -52.8125 -65.3125))", @@ -89925,68 +63026,7 @@ "id": "1706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.712314091166446, - 5.712314091166446, - 5.712314091166446, - 5.712314091166446, - 5.712314091166446, - 5.712314091166446, - 5.712314091166446, - 5.712314091166446 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 181.3637808823696, - 594.9915524678227, - 634.7005381250754, - 247.36089033755547, - -215.14276398543416, - -509.4279923887966, - -526.7426947244414, - -270.8934825524983 - ], - "relative wind speed": [ - 1.7907878134122956, - 2.008218664763566, - 2.0232577265883203, - 1.8312001119639563, - 1.4985836882693355, - 1.1915250135469901, - 1.165805401949046, - 1.448923812129578 - ], - "relative wind angle": [ - 0.24296308936173738, - 0.09853481502198853, - 0.074917707201541, - 0.22677620897707715, - 0.2916047807626187, - 0.16657306237730235, - 0.13026635578372964, - 0.2881274397892297 - ], - "resistance": [ - 96815.86378088238, - 97229.49155246784, - 97269.2005381251, - 96881.86089033757, - 96419.35723601458, - 96125.07200761122, - 96107.75730527558, - 96363.60651744752 - ], - "fuel": [ - 39.23741834560129, - 39.45108735703016, - 39.47163344614136, - 39.27146799671968, - 39.0331913446464, - 38.8819932837051, - 38.87310736239875, - 39.00452296115628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65.3125, -52.65625 -65.15625, -52.5 -65.15625, -52.5 -65.3125, -52.65625 -65.3125))", @@ -90005,68 +63045,7 @@ "id": "1707", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.025054325489803, - 6.025054325489803, - 6.025054325489803, - 6.025054325489803, - 6.025054325489803, - 6.025054325489803, - 6.025054325489803, - 6.025054325489803 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 195.69838770835713, - 567.9817935915771, - 561.4634037629403, - 184.71465858272086, - -246.14846663387038, - -502.1182238416237, - -499.2880980158276, - -236.80982288200835 - ], - "relative wind speed": [ - 1.8699692831195525, - 2.0552417934850316, - 2.0527922712162066, - 1.8634622514247483, - 1.5601170039582217, - 1.306419288039893, - 1.3102648881372183, - 1.5678834852645265 - ], - "relative wind angle": [ - 0.20082445447020916, - 0.07378194305015921, - 0.07741583833115417, - 0.20318221804065767, - 0.2414338551198798, - 0.1162290238291209, - 0.12146475124002172, - 0.24218886886273938 - ], - "resistance": [ - 96830.19838770835, - 97202.48179359158, - 97195.96340376294, - 96819.21465858271, - 96388.35153336613, - 96132.38177615838, - 96135.21190198418, - 96397.690177118 - ], - "fuel": [ - 39.34350652778369, - 39.53580936959054, - 39.53243786211874, - 39.337840719224474, - 39.11593998420787, - 38.984438956513465, - 38.985891562765886, - 39.12074219678411 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -66.71875, -54.6875 -66.5625, -54.53125 -66.5625, -54.53125 -66.71875, -54.6875 -66.71875))", @@ -90098,7 +63077,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 317.9466417053584, + 317.9466417053543, 154.32474116378557, -84.66824575913733, -264.2956426491712, @@ -90108,9 +63087,9 @@ 238.01620817574485 ], "relative wind speed": [ - 1.9541278143053489, + 1.9541278143053487, 1.877891274956896, - 1.7280457046340236, + 1.7280457046340234, 1.585602285669466, 1.544975435760266, 1.6367922810134417, @@ -90118,17 +63097,17 @@ 1.9213094501990529 ], "relative wind angle": [ - 0.017062400174191635, - 0.08972036470699297, + 0.01706240017419814, + 0.08972036470699296, 0.11868611446959015, 0.07645462409146693, 0.021581625513029952, - 0.10298001920738258, - 0.11428569332868446, + 0.10298001920738256, + 0.11428569332868448, 0.06307620281709875 ], "resistance": [ - 96952.44664170536, + 96952.44664170535, 96788.82474116379, 96549.83175424086, 96370.20435735083, @@ -90138,7 +63117,7 @@ 96872.51620817574 ], "fuel": [ - 39.49773052251495, + 39.49773052251494, 39.41330040774601, 39.290157276698686, 39.19774266471373, @@ -90178,37 +63157,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 252.10692329697076, + 252.10692329695894, 177.42979645135324, - -2.2746034231938665, + -2.2746034231943213, -172.688381918995, -237.78965481508226, -206.24108643104, - -58.78910005985381, - 129.70564936055894 + -58.78910005985358, + 129.70564936055916 ], "relative wind speed": [ - 1.8742520425499278, + 1.8742520425499274, 1.8421200694290343, 1.7352222717195553, 1.6092238089677815, 1.5414501838656731, 1.5797097955475436, 1.6964353969634438, - 1.8163942636424828 + 1.8163942636424826 ], "relative wind angle": [ - 0.010396499015887996, + 0.010396499015909354, 0.056428417250956375, - 0.09604995141504166, + 0.09604995141504281, 0.08177592949246573, 0.012641230749738913, - 0.06581449647920809, - 0.09825302742148918, - 0.07243149909672332 + 0.06581449647920808, + 0.09825302742148917, + 0.07243149909672178 ], "resistance": [ - 96886.60692329699, + 96886.60692329697, 96811.92979645137, 96632.22539657682, 96461.81161808102, @@ -90218,7 +63197,7 @@ 96764.20564936058 ], "fuel": [ - 39.4131261560537, + 39.41312615605369, 39.374598141982744, 39.2819686773235, 39.19423911452559, @@ -90258,51 +63237,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 304.79658189863585, + 304.79658189861925, 168.63562075513232, - -55.842559326448054, - -240.31947842980958, - -285.33884339226233, + -55.84255932644942, + -240.3194784298089, + -285.33884339225256, -219.73813323784248, - -21.125152291124323, + -21.125152291125005, 197.88763776820178 ], "relative wind speed": [ - 2.1636324163461227, + 2.1636324163461222, 2.1100079883069056, - 1.989112928851466, - 1.8667911479402408, + 1.9891129288514657, + 1.8667911479402406, 1.8202865703077782, 1.882183498064856, 2.0095218802945536, 2.123638208612421 ], "relative wind angle": [ - 0.004733864984379519, + 0.004733864984402971, 0.06100210258622895, - 0.08641493325603695, - 0.06118603948221311, - 0.005626784097817562, - 0.068396869185797, - 0.08553513482589202, + 0.08641493325603823, + 0.061186039482211296, + 0.005626784097797832, + 0.06839686918579702, + 0.08553513482589332, 0.05377815361623164 ], "resistance": [ - 96939.29658189863, + 96939.2965818986, 96803.13562075511, 96578.65744067353, 96394.18052157018, - 96349.16115660772, + 96349.16115660773, 96414.76186676214, 96613.37484770887, 96832.38763776819 ], "fuel": [ - 39.81648463217694, + 39.816484632176916, 39.74622427182881, 39.630542000285416, 39.53561428572865, - 39.51246754554532, + 39.51246754554533, 39.54619871174766, 39.648420963164966, 39.761312774417 @@ -90338,17 +63317,17 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 199.7530589569808, + 199.75305895697966, 128.9505473167858, - -17.030002698444378, + -17.03000269844688, -149.57429555432236, - -192.62168187715838, + -192.62168187717543, -163.02255298250088, - -39.811079288722794, + -39.81107928872393, 109.8658973815991 ], "relative wind speed": [ - 2.121168187726624, + 2.1211681877266235, 2.0940492721969495, 2.0177704885562573, 1.934463597392727, @@ -90358,13 +63337,13 @@ 2.085035162770282 ], "relative wind angle": [ - 0.003127012065543603, - 0.035992061594278764, - 0.056129987665441305, + 0.0031270120655436024, + 0.03599206159427877, + 0.05612998766544526, 0.04381594227733068, - 0.0035006407396661215, - 0.039160416848886805, - 0.056501257109015705, + 0.003500640739697836, + 0.03916041684888681, + 0.05650125710901767, 0.040649946206573875 ], "resistance": [ @@ -90372,9 +63351,9 @@ 96763.45054731674, 96617.46999730151, 96484.92570444563, - 96441.87831812279, + 96441.87831812278, 96471.47744701746, - 96594.68892071124, + 96594.68892071123, 96744.36589738156 ], "fuel": [ @@ -90382,9 +63361,9 @@ 39.74902674561369, 39.67379756999901, 39.60556127928019, - 39.58341373976624, + 39.58341373976623, 39.59864151669153, - 39.66206479173038, + 39.66206479173037, 39.739187214024994 ] }, @@ -90405,68 +63384,7 @@ "id": "1712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.61622780649638, - 5.61622780649638, - 5.61622780649638, - 5.61622780649638, - 5.61622780649638, - 5.61622780649638, - 5.61622780649638, - 5.61622780649638 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 114.01171929262046, - 254.18236109083864, - 203.16147279408756, - 24.58395221556134, - -157.57513990893722, - -241.829105241271, - -220.14582838954846, - -80.53667823458954 - ], - "relative wind speed": [ - 1.6702200262187463, - 1.7454080477407359, - 1.722015114126811, - 1.6105310766477923, - 1.4661196604322781, - 1.3757516278638673, - 1.404921969864175, - 1.5314475001905588 - ], - "relative wind angle": [ - 0.09527676821756573, - 0.022815378199708008, - 0.05960525550865777, - 0.11505384974208106, - 0.1085895092839314, - 0.02894726829829252, - 0.073080037286598, - 0.12102365284343353 - ], - "resistance": [ - 96748.51171929264, - 96888.68236109085, - 96837.6614727941, - 96659.08395221557, - 96476.92486009108, - 96392.67089475875, - 96414.35417161047, - 96553.96332176542 - ], - "fuel": [ - 39.17365756640106, - 39.2459595152459, - 39.219633775311195, - 39.1275676928173, - 39.0337773799654, - 38.99043834949642, - 39.00158939164638, - 39.07342797726339 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -66.71875, -53.90625 -66.5625, -53.75 -66.5625, -53.75 -66.71875, -53.90625 -66.71875))", @@ -90498,34 +63416,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 104.24751734507868, + 104.24751734507777, 287.73714315436587, - 265.38605616967766, + 265.38605616967834, 65.27162019220282, - -157.88432897951213, + -157.88432897951168, -280.4027822252424, - -270.8694033267767, + -270.8694033267773, -124.35097429402038 ], "relative wind speed": [ - 1.716126093829896, + 1.7161260938298957, 1.8160262287325528, - 1.806252131237639, - 1.691039544600554, - 1.5248564901553814, + 1.8062521312376387, + 1.6910395446005537, + 1.5248564901553816, 1.4043948241318274, 1.4169436558636803, - 1.5526304596039575 + 1.5526304596039573 ], "relative wind angle": [ - 0.11387874223030169, + 0.11387874223030267, 0.038428927795906065, - 0.05336083610958098, - 0.12212927513261598, - 0.12823741833567967, + 0.0533608361095789, + 0.12212927513261507, + 0.12823741833567973, 0.0497007653853126, - 0.0680420609836519, - 0.13307850756400103 + 0.06804206098365354, + 0.1330785075640002 ], "resistance": [ 96738.74751734514, @@ -90578,9 +63496,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 158.8217304197251, + 158.82173041972305, 226.99722288918178, - 117.62015403081477, + 117.62015403081409, -51.53020057415324, -184.36808717204087, -213.1864788414672, @@ -90588,7 +63506,7 @@ -2.7666359977647517 ], "relative wind speed": [ - 1.7249605340125687, + 1.7249605340125684, 1.7562577607626295, 1.7012466190095266, 1.5862857163398278, @@ -90598,17 +63516,17 @@ 1.6220991054289768 ], "relative wind angle": [ - 0.058231703221680774, + 0.05823170322168458, 0.010247199345655815, - 0.07403773007438132, - 0.10101748588497637, + 0.07403773007438282, + 0.10101748588497639, 0.06817070757951556, - 0.01252969745526857, + 0.012529697455268569, 0.08393191700007414, - 0.0987798135655869 + 0.09877981356558692 ], "resistance": [ - 96793.32173041975, + 96793.32173041973, 96861.4972228892, 96752.12015403082, 96582.96979942586, @@ -90618,7 +63536,7 @@ 96631.73336400226 ], "fuel": [ - 39.2362047620438, + 39.23620476204379, 39.27137285621747, 39.21495945451284, 39.12780444506478, @@ -90658,9 +63576,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 168.58513283320212, + 168.58513283320053, 345.78087048863677, - 257.4792827324984, + 257.4792827324968, 13.431202007476713, -225.23174083823915, -325.10988007142873, @@ -90668,9 +63586,9 @@ -91.49675634914024 ], "relative wind speed": [ - 1.985399670810261, + 1.9853996708102608, 2.0634111639899566, - 2.0290490340098, + 2.0290490340097995, 1.8979756329276092, 1.7363758683487034, 1.6429082072224295, @@ -90678,13 +63596,13 @@ 1.8315298266340756 ], "relative wind angle": [ - 0.08691193367725165, + 0.08691193367725422, 0.01620506752081262, - 0.0616698088238818, - 0.11102291078475648, + 0.06166980882388361, + 0.11102291078475647, 0.0994150973925758, - 0.02035327492160504, - 0.0742758126493409, + 0.020353274921605043, + 0.07427581264934091, 0.11506824910118789 ], "resistance": [ @@ -90738,54 +63656,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 210.15231011688866, + 210.15231011688593, 567.8067428317659, - 514.8541122870765, + 514.8541122870729, 117.41987594119382, -321.8680534449222, -558.2672791525833, -535.7442896669593, - -241.99990138247767 + -241.99990138247858 ], "relative wind speed": [ - 2.51892013296864, + 2.5189201329686397, 2.651344462260944, - 2.635430497030064, + 2.6354304970300637, 2.478274050997506, 2.2559788975439976, 2.09875486059635, 2.118703735250035, - 2.3005558351387583 + 2.3005558351387587 ], "relative wind angle": [ - 0.1029116914829544, + 0.10291169148295547, 0.03374812607083901, - 0.05020345788965004, + 0.05020345788965225, 0.1117998004817066, - 0.1149566711841237, + 0.11495667118412371, 0.04263863211552708, 0.06246186608520246, - 0.12047684792814409 + 0.12047684792814593 ], "resistance": [ 96844.6523101169, 97202.30674283177, - 97149.3541122871, + 97149.35411228708, 96751.91987594121, 96312.63194655509, 96076.23272084743, 96098.75571033306, - 96392.50009861754 + 96392.50009861753 ], "fuel": [ 40.38084872415331, 40.565604477334716, - 40.538220391721275, + 40.53822039172127, 40.33302306511595, 40.10690032066326, 39.98551139019665, 39.99706778550521, - 40.14795891299039 + 40.14795891299038 ] }, { @@ -90818,9 +63736,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 454.4903418200547, + 454.490341820052, 739.982811731807, - 435.15735679749787, + 435.1573567974956, -87.4332574569462, -531.4919977903314, -652.7675972247011, @@ -90830,7 +63748,7 @@ "relative wind speed": [ 2.72518077960668, 2.8071493610200524, - 2.718183629027403, + 2.7181836290274024, 2.4979725142725213, 2.2598645326474047, 2.1571996783747336, @@ -90838,10 +63756,10 @@ 2.5087310149544453 ], "relative wind angle": [ - 0.08300954276727171, + 0.08300954276727437, 0.0019326229282972175, - 0.08605645684316512, - 0.13046555923168907, + 0.08605645684316643, + 0.1304655592316891, 0.10015401391378231, 0.0025149102395814046, 0.10318131917672932, @@ -90898,19 +63816,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 332.10197483828006, + 332.1019748382778, 710.5251471930442, - 551.6653578367091, + 551.6653578367095, 54.428623620246526, -443.0190898416231, -664.6224347004456, - -596.9940999242317, + -596.9940999242326, -203.9737712264432 ], "relative wind speed": [ - 2.6966024723915063, + 2.6966024723915054, 2.8206937257689977, - 2.7756546942355405, + 2.77565469423554, 2.5813082799514846, 2.332993688933946, 2.1813324717064595, @@ -90920,11 +63838,11 @@ "relative wind angle": [ 0.10006004641871202, 0.02168851613613723, - 0.0659284478804346, + 0.06592844788043291, 0.12420117053156364, 0.11572011195184506, 0.028047024860931673, - 0.08178572851135321, + 0.08178572851135457, 0.13036238163044434 ], "resistance": [ @@ -90934,7 +63852,7 @@ 96688.92862362025, 96191.48091015838, 95969.87756529955, - 96037.50590007578, + 96037.50590007576, 96430.52622877355 ], "fuel": [ @@ -90944,7 +63862,7 @@ 40.53213561112008, 40.276245638891695, 40.16254806396849, - 40.19722662160922, + 40.197226621609204, 40.39909700486356 ] }, @@ -90978,33 +63896,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 596.1876822370873, + 596.1876822370828, 962.8220294438511, - 561.1894171669105, + 561.1894171669087, -123.535545012277, - -702.6221999284044, + -702.6221999284026, -858.1432053529079, -678.06578819284, -82.3022904469276 ], "relative wind speed": [ - 3.2004378087582843, + 3.2004378087582834, 3.290317605260005, - 3.1896446366429587, + 3.1896446366429583, 2.944125161285112, - 2.6815072301410607, + 2.6815072301410603, 2.5704266668287525, 2.6943367059376815, 2.960643549587863 ], "relative wind angle": [ - 0.0777667626323929, + 0.07776676263239433, 0.0025290197105509622, - 0.08173170567969201, - 0.1225660316748664, - 0.09285619582009323, + 0.08173170567969337, + 0.12256603167486642, + 0.09285619582009083, 0.003237316142642436, - 0.09680010348891536, + 0.09680010348891535, 0.1218787801701391 ], "resistance": [ @@ -91058,11 +63976,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 94.03582490740905, + 94.0358249074086, 450.0039714263178, - 525.7744429035931, + 525.7744429035897, 223.568166644568, - -168.9291384263322, + -168.92913842633266, -437.3046583028571, -469.980057333049, -279.69454210143135 @@ -91072,17 +63990,17 @@ 2.052865865080128, 2.0814736606579203, 1.941478908315505, - 1.6895537562531253, + 1.689553756253125, 1.4574410694705568, 1.4162839160909726, 1.6028263722427014 ], "relative wind angle": [ - 0.17939873942795156, - 0.08379381589883755, - 0.04328509069432441, - 0.15472205141223958, - 0.19842463656253884, + 0.1793987394279528, + 0.08379381589883754, + 0.043285090694329544, + 0.1547220514122396, + 0.19842463656253886, 0.11816376383901067, 0.06363799346047445, 0.18776698083131813 @@ -91138,34 +64056,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 32.93822012843452, + 32.93822012843316, 413.67496304873134, - 558.4935104860388, - 281.81427496523384, + 558.4935104860322, + 281.8142749652336, -120.48616709035332, -425.6025520071206, - -487.8329099924707, + -487.83290999246765, -333.698225257805 ], "relative wind speed": [ - 1.9065933570851918, + 1.9065933570851916, 2.1076496595573313, 2.160814871178751, - 2.045229800161302, + 2.0452298001613025, 1.807900093010102, 1.5688893804711599, - 1.4948177374115124, + 1.4948177374115121, 1.6494350669606472 ], "relative wind angle": [ - 0.17562583639209145, + 0.17562583639209334, 0.09507751840908739, - 0.023215885133822476, - 0.1329072475118012, + 0.023215885133832038, + 0.13290724751180286, 0.18532154773187018, 0.12788329568825083, - 0.033562715329752496, - 0.16506314879476133 + 0.033562715329742566, + 0.1650631487947613 ], "resistance": [ 96667.43822012842, @@ -91218,17 +64136,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 271.30656168855376, + 271.30656168855353, 510.97258828660733, - 361.97692954753234, + 361.97692954753074, 16.45279160639234, -306.6432121553056, -433.82916676682964, - -369.6878935032187, + -369.6878935032189, -88.65535322300639 ], "relative wind speed": [ - 1.8839707826946879, + 1.8839707826946877, 1.989997657518429, 1.9306592495176171, 1.7284935331470266, @@ -91240,12 +64158,12 @@ "relative wind angle": [ 0.13897538987693836, 0.019079692535947233, - 0.10757545406586078, + 0.10757545406586388, 0.19275725075128208, 0.17793491079911378, - 0.02859427183462, - 0.14725302419610414, - 0.20155167569505186 + 0.028594271834619996, + 0.1472530241961049, + 0.2015516756950519 ], "resistance": [ 96905.80656168857, @@ -91298,9 +64216,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 228.3877121644639, + 228.38771216446276, 518.925456536801, - 431.99564393731816, + 431.9956439373184, 79.40542403006202, -284.8754108931171, -464.1586341004405, @@ -91308,9 +64226,9 @@ -157.364974762693 ], "relative wind speed": [ - 1.9572313560802288, + 1.9572313560802286, 2.08971236175202, - 2.056927076254907, + 2.0569270762549063, 1.8715088154443607, 1.615046606426004, 1.4395250492063683, @@ -91318,13 +64236,13 @@ 1.7136466601565938 ], "relative wind angle": [ - 0.1471045471510496, + 0.1471045471510511, 0.0384203314810003, - 0.08438344901811742, + 0.0843834490181161, 0.17478158440270075, 0.17857738514389646, 0.055788777892977516, - 0.11693201611798623, + 0.11693201611798622, 0.191072703944442 ], "resistance": [ @@ -91365,68 +64283,7 @@ "id": "1724", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.36086530783787, - 8.36086530783787, - 8.36086530783787, - 8.36086530783787, - 8.36086530783787, - 8.36086530783787, - 8.36086530783787, - 8.36086530783787 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 276.554937323795, - 729.6813187573352, - 663.1299577575023, - 161.48898620664977, - -389.7668433664362, - -688.6321982025013, - -660.0993037496341, - -291.00529380203216 - ], - "relative wind speed": [ - 2.515027038497554, - 2.6815972415044236, - 2.6619913961447996, - 2.4642310237447482, - 2.177962763978015, - 1.969243265826849, - 1.9956664582288268, - 2.2352736448279518 - ], - "relative wind angle": [ - 0.13322551440245153, - 0.04320552041940842, - 0.06400932203067596, - 0.14523276909210642, - 0.15399692407128143, - 0.05885034477589452, - 0.08542670721339536, - 0.16023134616160215 - ], - "resistance": [ - 96911.0549373238, - 97364.18131875736, - 97297.62995775751, - 96795.98898620666, - 96244.73315663358, - 95945.86780179752, - 95974.40069625038, - 96343.49470619798 - ], - "fuel": [ - 40.326139164480196, - 40.56040589987434, - 40.525950922182204, - 40.26677160741832, - 39.98303800945078, - 39.829683512917654, - 39.84431002818657, - 40.03378783217855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -65.78125, -51.40625 -65.625, -51.25 -65.625, -51.25 -65.78125, -51.40625 -65.78125))", @@ -91458,10 +64315,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 441.0716574206449, + 441.07165742064126, 926.469942939465, - 707.6320354543723, - 58.17125272590056, + 707.6320354543659, + 58.17125272590147, -585.4200037606288, -865.4934932182337, -772.3976162753729, @@ -91470,28 +64327,28 @@ "relative wind speed": [ 3.1063723761173625, 3.243802814171913, - 3.1897940941122207, - 2.9682792566203866, + 3.1897940941122203, + 2.968279256620386, 2.6886831031275995, 2.5211722414224824, 2.5891658512570577, 2.8404021586504284 ], "relative wind angle": [ - 0.0970883852503235, + 0.09708838525032579, 0.019866772076679435, - 0.06587874440687275, - 0.12205927530590158, + 0.06587874440687613, + 0.12205927530590067, 0.11223046491702847, 0.02556218463318306, - 0.08119161162491574, + 0.08119161162491575, 0.12758383183229433 ], "resistance": [ 97075.57165742066, 97560.96994293948, 97342.13203545439, - 96692.67125272591, + 96692.67125272592, 96049.07999623938, 95769.00650678178, 95862.10238372465, @@ -91501,7 +64358,7 @@ 41.51061079541478, 41.761888426480326, 41.64849339949507, - 41.3130121310483, + 41.31301213104831, 40.982111109334426, 40.838593250212625, 40.8862659184143, @@ -91538,9 +64395,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 216.0127693293507, + 216.01276932934798, 778.486929130619, - 817.8756861863067, + 817.8756861863039, 284.18099950439546, -363.183755560221, -767.5527070431056, @@ -91558,14 +64415,14 @@ 2.3722976127998128 ], "relative wind angle": [ - 0.13986323408149376, + 0.13986323408149615, 0.05801128214348697, - 0.04745272716661743, + 0.04745272716661977, 0.13379844822964995, - 0.15575255541532732, + 0.15575255541532734, 0.07738875110971109, - 0.06395960857156324, - 0.15255848220639126 + 0.06395960857156323, + 0.1525584822063913 ], "resistance": [ 96850.51276932935, @@ -91618,19 +64475,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 49.37557801955063, + 49.375578019549266, 668.1968024644143, - 883.843684488078, + 883.8436844880762, 426.3784212113387, -235.19595036832243, -729.3463246690703, - -821.1297147845439, + -821.1297147845403, -559.7686638005698 ], "relative wind speed": [ - 2.861708313561709, + 2.8617083135617087, 3.080901246383713, - 3.135944952631305, + 3.135944952631304, 3.0025845770734616, 2.7414574407154695, 2.4925911981698277, @@ -91638,13 +64495,13 @@ 2.5863969588373306 ], "relative wind angle": [ - 0.12492533416512536, + 0.12492533416512537, 0.06797717677985537, 0.019331469772152932, 0.09840658219127524, 0.13043565958766393, 0.08405563797419033, - 0.025020873143833614, + 0.025020873143829173, 0.11430604576405239 ], "resistance": [ @@ -91698,14 +64555,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 410.8172131340243, + 410.8172131340232, 620.1776494375695, - 351.30097969990084, + 351.3009796998999, -74.45821315558896, -420.7543332928557, -510.92895869020447, -379.4573967844933, - -5.671627675415948 + -5.671627675415721 ], "relative wind speed": [ 2.0494381506857318, @@ -91715,17 +64572,17 @@ 1.4922607064725457, 1.3786778850886412, 1.5309031037575747, - 1.8155233992420667 + 1.815523399242067 ], "relative wind angle": [ - 0.12136263780335964, + 0.12136263780336147, 0.011075285143356896, - 0.13972881543420598, + 0.1397288154342076, 0.21323299323718795, 0.16704369779266443, - 0.017091310746003723, - 0.1848889222477826, - 0.20774004306523403 + 0.01709131074600372, + 0.18488892224778264, + 0.20774004306523458 ], "resistance": [ 97045.31721313401, @@ -91778,13 +64635,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 382.33391874552444, + 382.3339187455226, 733.0002522203836, - 525.4758678906146, + 525.4758678906128, 25.44709236484232, -446.94376220836875, -635.8416155799368, - -546.7208224903773, + -546.7208224903775, -141.1255977400665 ], "relative wind speed": [ @@ -91794,23 +64651,23 @@ 2.1732523690433996, 1.8813737650291993, 1.712541498658028, - 1.8050363571555699, + 1.80503635715557, 2.0796756036768484 ], "relative wind angle": [ - 0.12925876623625365, + 0.12925876623625626, 0.019231737683858562, - 0.09793431407206549, + 0.09793431407206776, 0.17588990431422524, 0.16150335744126518, 0.02777247517337479, - 0.13071584890375124, + 0.1307158489037521, 0.1838926345990615 ], "resistance": [ 97016.83391874554, 97367.5002522204, - 97159.97586789064, + 97159.97586789062, 96659.94709236486, 96187.55623779165, 95998.65838442008, @@ -91820,7 +64677,7 @@ "fuel": [ 40.00564446828376, 40.18701044728566, - 40.079622768311765, + 40.07962276831175, 39.82153103911132, 39.57855938065647, 39.4816332096954, @@ -91858,9 +64715,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 499.8823894906327, + 499.88238949063134, 569.7942254684501, - 236.10168795789173, + 236.1016879578915, -187.9426293729714, -472.4659165698399, -502.7015256056616, @@ -91868,9 +64725,9 @@ 117.28654287909603 ], "relative wind speed": [ - 2.077384719294986, + 2.0773847192949857, 2.103370793116626, - 1.9487670450474457, + 1.9487670450474452, 1.6742404685777905, 1.422309135738565, 1.3835902053099494, @@ -91878,10 +64735,10 @@ 1.8802684390645161 ], "relative wind angle": [ - 0.08703244601491575, - 0.050040515828768575, - 0.16982501425296118, - 0.21706803317198867, + 0.08703244601491703, + 0.05004051582876857, + 0.16982501425296054, + 0.21706803317198864, 0.12730027155883578, 0.07611465755152208, 0.20812626599048742, @@ -91938,9 +64795,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 465.44184823119053, + 465.44184823118826, 821.0065283199103, - 543.693663854843, + 543.693663854842, -7.10800528340269, -501.16834521901364, -674.91891984615, @@ -91958,11 +64815,11 @@ 2.026154547759214 ], "relative wind angle": [ - 0.1408074013674751, - 0.011094400647182985, - 0.12238947163235943, - 0.209627951037635, - 0.18681846236943767, + 0.14080740136747746, + 0.011094400647182983, + 0.12238947163236033, + 0.20962795103763504, + 0.1868184623694377, 0.01719304877035023, 0.1689381177852507, 0.21518673961842716 @@ -92018,17 +64875,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 304.2070017163842, + 304.2070017163833, 769.038894148403, - 678.8795912738801, + 678.8795912738774, 147.89666828617146, - -425.5599663377334, + -425.55996633773293, -726.3649134231412, -687.7748941731895, -291.2897406934694 ], "relative wind speed": [ - 2.634953176007045, + 2.634953176007044, 2.7969305972189864, 2.7713909056415327, 2.5689774561634398, @@ -92038,11 +64895,11 @@ 2.3572186561852324 ], "relative wind angle": [ - 0.12511352840726359, - 0.03827196888539513, - 0.06407764770872003, - 0.13980540185107543, - 0.14451278200507164, + 0.12511352840726273, + 0.03827196888539512, + 0.06407764770872176, + 0.13980540185107546, + 0.1445127820050709, 0.0514325870862005, 0.08398391934830889, 0.15245877915561185 @@ -92050,7 +64907,7 @@ "resistance": [ 96938.70700171638, 97403.5388941484, - 97313.37959127389, + 97313.37959127387, 96782.39666828616, 96208.94003366226, 95908.13508657686, @@ -92060,7 +64917,7 @@ "fuel": [ 40.54363886498072, 40.78401531179077, - 40.7373287840446, + 40.73732878404459, 40.462987438249215, 40.16787968720509, 40.013571091599104, @@ -92098,8 +64955,8 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -3.887783656407464, - 637.9884385936098, + -3.887783656409283, + 637.9884385936102, 923.0699527691972, 492.37038337467266, -174.66369060093575, @@ -92108,7 +64965,7 @@ -601.4434836239175 ], "relative wind speed": [ - 2.710803307924958, + 2.7108033079249574, 2.9536272975322326, 3.0290064436978685, 2.90468283653812, @@ -92118,8 +64975,8 @@ 2.4195509340103847 ], "relative wind angle": [ - 0.14196843677692592, - 0.08274414963059822, + 0.1419684367769267, + 0.0827441496305982, 0.012652683687128878, 0.10288279566034825, 0.1460843126658752, @@ -92178,19 +65035,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 230.36379796323536, + 230.36379796323308, 735.8186719213163, - 740.825387059359, + 740.8253870593562, 238.98473831764204, - -350.2364002847878, + -350.23640028478735, -704.7045750235213, -706.8563596399206, -357.62625854684916 ], "relative wind speed": [ - 2.473738134533368, + 2.473738134533367, 2.6675449936655786, - 2.669017426442399, + 2.6690174264423985, 2.4775694935131236, 2.176479587680157, 1.934075350290861, @@ -92200,11 +65057,11 @@ "relative wind angle": [ 0.1498483367923151, 0.05801866189320527, - 0.05643590614575869, - 0.14891626650564804, - 0.17050251977808312, + 0.05643590614576066, + 0.14891626650564807, + 0.17050251977808245, 0.08006200432028218, - 0.0780009801996109, + 0.07800098019961091, 0.1700487550903697 ], "resistance": [ @@ -92258,19 +65115,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 25.055916911651366, + 25.055916911649547, 697.4127183654064, 973.5873030654475, 503.69206218328645, -201.5435715348799, - -748.1045382793232, - -866.2255961092474, + -748.1045382793236, + -866.2255961092437, -612.6629240281577 ], "relative wind speed": [ 2.6892320351200936, 2.9435631296143194, - 3.0166276083029233, + 3.016627608302923, 2.878073380866041, 2.5870425960850696, 2.293511376612265, @@ -92278,13 +65135,13 @@ 2.3751740877302137 ], "relative wind angle": [ - 0.1531074884605664, + 0.1531074884605679, 0.08620469646894159, 0.01714708733336711, - 0.11371784729949065, + 0.11371784729949067, 0.1592059208056368, - 0.1107269051350821, - 0.02355022373940442, + 0.11072690513508211, + 0.023550223739399707, 0.137935689975136 ], "resistance": [ @@ -92338,9 +65195,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 612.2361389248409, + 612.2361389248318, 410.6095469168928, - 12.555665789338605, + 12.555665789338263, -342.5295245131862, -471.8048265864413, -384.4115641446699, @@ -92348,9 +65205,9 @@ 349.51637120999396 ], "relative wind speed": [ - 1.9193737352580171, + 1.919373735258017, 1.8370825219405478, - 1.5840278161587857, + 1.5840278161587853, 1.2625145890425336, 1.079528342314473, 1.2142918862609196, @@ -92358,17 +65215,17 @@ 1.8042820982078462 ], "relative wind angle": [ - 0.014675927245077835, + 0.014675927245092965, 0.15139813979260155, - 0.26835827245248267, - 0.2537241353961952, + 0.26835827245248184, + 0.25372413539619515, 0.026095447589595026, - 0.23020156839960093, + 0.23020156839960096, 0.27812269537233797, - 0.17655608004302537 + 0.17655608004302534 ], "resistance": [ - 97246.73613892484, + 97246.73613892483, 97045.1095469169, 96647.05566578933, 96291.97047548681, @@ -92378,7 +65235,7 @@ 96984.01637120999 ], "fuel": [ - 39.36702212829526, + 39.367022128295254, 39.262774773221444, 39.05741238443567, 38.87471579029017, @@ -92418,9 +65275,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 666.6716902025378, + 666.6716902025346, 320.3845981042432, - -146.11772209362152, + -146.11772209362186, -481.87872099700803, -540.2889844449913, -336.25274385342516, @@ -92430,7 +65287,7 @@ "relative wind speed": [ 2.0598395970437275, 1.9032411967882716, - 1.593320212724063, + 1.5933202127240629, 1.2754442055938244, 1.1919640242184395, 1.4287723217602688, @@ -92438,14 +65295,14 @@ 2.009218623992277 ], "relative wind angle": [ - 0.04385837504207956, + 0.04385837504208462, 0.19630019447402802, - 0.2763040409460565, + 0.27630404094605604, 0.1920858799477247, 0.07584028500490889, - 0.26282724368552746, - 0.2484266745756356, - 0.12148552222552196 + 0.2628272436855275, + 0.24842667457563564, + 0.12148552222552195 ], "resistance": [ 97301.17169020254, @@ -92498,19 +65355,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 752.0044324124424, + 752.0044324124315, 540.4055480208635, - 40.242620101916145, + 40.242620101915236, -428.2860581215034, -618.0534963218228, -526.550855560452, - -123.26020666831027, + -123.26020666831005, 398.3123995320759 ], "relative wind speed": [ 2.2791667249767205, 2.206109885454243, - 1.9486515537978746, + 1.9486515537978744, 1.616220885092038, 1.416298587799621, 1.5276065669357985, @@ -92518,23 +65375,23 @@ 2.1420393788715977 ], "relative wind angle": [ - 0.02340094690799445, + 0.023400946908008684, 0.12155079561823155, - 0.22335133004915592, + 0.22335133004915642, 0.2137954364861648, - 0.03766324609849371, + 0.037663246098493704, 0.17601443571432046, - 0.2361579897695222, + 0.2361579897695217, 0.16077956666334275 ], "resistance": [ - 97386.50443241245, + 97386.50443241243, 97174.90554802086, 96674.74262010191, 96206.2139418785, 96016.44650367818, 96107.94914443955, - 96511.23979333168, + 96511.2397933317, 97032.81239953208 ], "fuel": [ @@ -92544,7 +65401,7 @@ 39.23846256218473, 39.141077327089384, 39.188018107187325, - 39.39527714034988, + 39.39527714034989, 39.664221094127264 ] }, @@ -92578,19 +65435,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 771.3375292544888, + 771.3375292544779, 425.1075165554453, - -104.04696799404178, + -104.04696799404223, -524.4705455626026, -628.3944995161746, -451.3853598802964, - 17.563082953148523, + 17.563082953148296, 530.7687240310195 ], "relative wind speed": [ - 2.30480873198852, + 2.3048087319885195, 2.175343781024436, - 1.8812224241815338, + 1.8812224241815336, 1.5593877487584396, 1.434867031936218, 1.6244587174644627, @@ -92598,17 +65455,17 @@ 2.2224528205138716 ], "relative wind angle": [ - 0.017001111082789934, + 0.017001111082802996, 0.15477603144739696, - 0.23338371276663195, - 0.1804951208984505, + 0.23338371276663242, + 0.18049512089845052, 0.02731074873814589, - 0.20793213281226833, - 0.2241253073629572, + 0.2079321328122683, + 0.22412530736295772, 0.12629363939950877 ], "resistance": [ - 97405.8375292545, + 97405.83752925448, 97059.60751655545, 96530.45303200596, 96110.0294544374, @@ -92658,19 +65515,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 506.8723570453949, + 506.87235704539216, 521.7888771108842, - 189.96974569889198, + 189.96974569889176, -197.59423648747236, - -436.7436866422971, - -443.24160282716855, + -436.7436866422969, + -443.24160282716866, -218.6598660610955, 165.08083951191156 ], "relative wind speed": [ - 1.870916084598781, + 1.8709160845987807, 1.8770122193514156, - 1.6971069255220643, + 1.697106925522064, 1.395700734810059, 1.1281249089181746, 1.1179525634558671, @@ -92678,17 +65535,17 @@ 1.6807772798865213 ], "relative wind angle": [ - 0.08867879964056884, + 0.08867879964057258, 0.07849236573450809, 0.2221004913277597, 0.2768670292837618, - 0.14740815712056576, - 0.1320345790754126, - 0.2751836888979503, - 0.2289772524179481 + 0.14740815712056501, + 0.13203457907541263, + 0.27518368889795036, + 0.22897725241794809 ], "resistance": [ - 97141.37235704539, + 97141.37235704537, 97156.28887711087, 96824.46974569888, 96436.9057635125, @@ -92738,19 +65595,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 578.233387563421, + 578.2333875634197, 482.1316840262168, - 102.3864359721315, + 102.38643597213058, -284.3683987946961, -476.8017015971442, -435.01338002897467, - -148.05434797508883, + -148.05434797508906, 263.2062398488904 ], "relative wind speed": [ - 1.9454478356195657, + 1.9454478356195655, 1.9071526303518183, - 1.688955390657417, + 1.6889553906574166, 1.3749285181733337, 1.1464794704250638, 1.209111782162893, @@ -92758,13 +65615,13 @@ 1.7912995358500674 ], "relative wind angle": [ - 0.05049979491567103, - 0.11226174417016284, + 0.05049979491567323, + 0.11226174417016282, 0.23931843739172218, 0.2592952047492515, - 0.08576119361366329, + 0.0857611936136633, 0.17763335544602005, - 0.27038427256846925, + 0.2703842725684697, 0.19809476597813042 ], "resistance": [ @@ -92818,37 +65675,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 470.0577677632766, + 470.057767763275, 617.994008724389, - 312.4739124317796, + 312.4739124317789, -115.44189134386977, -433.94609633273797, -498.1827727421014, - -325.57297746119787, - 64.68859154938059 + -325.57297746119775, + 64.68859154938036 ], "relative wind speed": [ - 1.929274930451824, + 1.9292749304518237, 1.987299409414871, - 1.8476256627118597, + 1.8476256627118595, 1.5585109497753817, 1.2537654619960192, 1.1595993481816405, 1.3712435966860674, - 1.6926527140539545 + 1.6926527140539542 ], "relative wind angle": [ - 0.1267562520624313, - 0.03491153420485093, - 0.18617117075997516, + 0.12675625206243304, + 0.034911534204850936, + 0.18617117075997577, 0.26905405294318235, 0.1957769127742029, 0.05985430533490366, - 0.25206281910790845, - 0.2472655406332639 + 0.252062819107908, + 0.24726554063326345 ], "resistance": [ - 97104.55776776325, + 97104.55776776324, 97252.49400872436, 96946.97391243176, 96519.0581086561, @@ -92858,7 +65715,7 @@ 96699.18859154935 ], "fuel": [ - 39.37014873791348, + 39.37014873791347, 39.44665442265058, 39.28874333452891, 39.06815473572591, @@ -92898,7 +65755,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 585.9468823613645, + 585.9468823613631, 634.8947941271961, 245.45370365852705, -230.188630079321, @@ -92908,27 +65765,27 @@ 162.69903282421706 ], "relative wind speed": [ - 2.162846608081038, + 2.1628466080810376, 2.180290091040642, 2.002497105196245, 1.697800549980254, 1.4253829197592398, 1.3985553392479735, 1.6430542479509564, - 1.9562962992644477 + 1.9562962992644475 ], "relative wind angle": [ - 0.08499016769304123, - 0.06073857558697886, + 0.08499016769304253, + 0.06073857558697885, 0.18622606247150972, 0.2329862490352792, 0.12916599015868824, 0.09477253241443183, 0.22761658048329483, - 0.20174187018091494 + 0.20174187018091438 ], "resistance": [ - 97220.44688236137, + 97220.44688236136, 97269.39479412719, 96879.95370365852, 96404.31136992067, @@ -92938,7 +65795,7 @@ 96797.19903282421 ], "fuel": [ - 39.68013567559978, + 39.68013567559977, 39.705461332627124, 39.50421116212712, 39.259180613508676, @@ -92978,34 +65835,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 566.6816066612406, + 566.6816066612399, 111.96729441718333, -333.8440642656833, -545.49114683689, -483.2897829479832, -136.34861929139083, 346.87384827898325, - 709.3214309305941 + 709.3214309305919 ], "relative wind speed": [ - 1.9542704268645301, + 1.95427042686453, 1.6937727883442184, 1.3194880538515845, 1.047081904236913, 1.1456437153572363, 1.504262665002178, 1.8413646297237714, - 2.0088036015684567 + 2.008803601568457 ], "relative wind angle": [ - 0.1388801573441922, + 0.13888015734419223, 0.28855651308064567, - 0.3168391391963138, + 0.31683913919631373, 0.0950703871707428, - 0.2383964676735921, + 0.23839646767359213, 0.3261720610372855, 0.2251591129373567, - 0.04950070633907473 + 0.04950070633907922 ], "resistance": [ 97201.18160666125, @@ -93045,68 +65902,7 @@ "id": "1745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.529937327567186, - 4.529937327567186, - 4.529937327567186, - 4.529937327567186, - 4.529937327567186, - 4.529937327567186, - 4.529937327567186, - 4.529937327567186 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 532.0204780610201, - 184.66090468657637, - -193.8865848177452, - -413.66757389938533, - -404.596571560867, - -166.04338682448542, - 218.1759252431907, - 552.7687937836816 - ], - "relative wind speed": [ - 1.7130479412068151, - 1.500218998338125, - 1.1464875334065356, - 0.8211516732985679, - 0.8397700263813694, - 1.1785965820020121, - 1.524897793894683, - 1.7220501954125598 - ], - "relative wind angle": [ - 0.11751136598875951, - 0.30828554717198814, - 0.39664405760012766, - 0.2099966569132363, - 0.2415009338237566, - 0.396536582272805, - 0.29470419019659866, - 0.09956600482761786 - ], - "resistance": [ - 97166.52047806105, - 96819.1609046866, - 96440.61341518228, - 96220.83242610065, - 96229.90342843917, - 96468.45661317554, - 96852.67592524322, - 97187.2687937837 - ], - "fuel": [ - 39.10361471806566, - 38.924216645744494, - 38.72922244902267, - 38.61625537686493, - 38.62091430125098, - 38.74354663531966, - 38.94150631541083, - 39.11434464779663 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -59.0625, -55 -58.90625, -54.84375 -58.90625, -54.84375 -59.0625, -55 -59.0625))", @@ -93138,9 +65934,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 621.2027624600499, + 621.2027624600483, 226.53229780211234, - -223.76545749396337, + -223.76545749396348, -497.298638416941, -500.20872307165615, -232.94879410171302, @@ -93148,7 +65944,7 @@ 614.5446538034652 ], "relative wind speed": [ - 1.9362605293305761, + 1.936260529330576, 1.7269388438808089, 1.3739896616015619, 1.0520551717998048, @@ -93158,12 +65954,12 @@ 1.9336585341380015 ], "relative wind angle": [ - 0.09351786686212593, + 0.0935178668621283, 0.2604607994245761, - 0.33223359402595787, - 0.18065393686971457, + 0.33223359402595826, + 0.1806539368697146, 0.17352131820076946, - 0.33183999964393407, + 0.3318399996439341, 0.2636024985077083, 0.09791189557050112 ], @@ -93205,68 +66001,7 @@ "id": "1747", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.917297269938788, - 4.917297269938788, - 4.917297269938788, - 4.917297269938788, - 4.917297269938788, - 4.917297269938788, - 4.917297269938788, - 4.917297269938788 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 549.0572121906092, - 213.60156044728717, - -178.6010770788879, - -424.53830666761604, - -435.7243470875286, - -213.81309531649288, - 171.62115275882104, - 523.4665643595289 - ], - "relative wind speed": [ - 1.7984676329865132, - 1.6099176149664296, - 1.2823167718002377, - 0.9731506984954854, - 0.9530843402476918, - 1.245399879374609, - 1.5806705169912247, - 1.7876893758545518 - ], - "relative wind angle": [ - 0.08703871572705005, - 0.2585316829430095, - 0.3384341299181651, - 0.19702535854601316, - 0.16477920397725232, - 0.3368239237027801, - 0.27271077619428763, - 0.10676331908623479 - ], - "resistance": [ - 97183.55721219064, - 96848.10156044732, - 96455.89892292114, - 96209.96169333241, - 96198.7756529125, - 96420.68690468353, - 96806.12115275885, - 97157.96656435955 - ], - "fuel": [ - 39.205446761389105, - 39.03216791848084, - 38.830107524907454, - 38.70369416744665, - 38.697949820143656, - 38.81199451018528, - 39.01051251559849, - 39.19221321800339 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -59.21875, -55 -59.0625, -54.84375 -59.0625, -54.84375 -59.21875, -55 -59.21875))", @@ -93298,19 +66033,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 572.8130631866719, + 572.8130631866701, 178.0618368505726, - -251.04455470586652, + -251.04455470586697, -493.79103067350053, - -476.8464539197358, + -476.84645391973567, -197.18117775213, 242.07310760347752, 611.6121576493407 ], "relative wind speed": [ - 1.9151210935881435, + 1.9151210935881429, 1.6970547219610403, - 1.3508920297109588, + 1.3508920297109586, 1.058530676013066, 1.085987744314784, 1.4025203936406392, @@ -93318,11 +66053,11 @@ 1.9304328509035167 ], "relative wind angle": [ - 0.1053811868966518, + 0.10538118689665284, 0.26134966049931907, - 0.3151164007076418, + 0.31511640070764224, 0.14562800388791258, - 0.18657474401009375, + 0.18657474401009314, 0.3179777365210722, 0.24322763593379843, 0.07965570276533063 @@ -93365,68 +66100,7 @@ "id": "1749", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.743174139561038, - 4.743174139561038, - 4.743174139561038, - 4.743174139561038, - 4.743174139561038, - 4.743174139561038, - 4.743174139561038, - 4.743174139561038 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 503.8272232024897, - 169.22426476704675, - -198.84795787554083, - -412.5679714721589, - -403.8520415477866, - -171.52659429332505, - 201.84471884633342, - 523.7615844136608 - ], - "relative wind speed": [ - 1.736113734278621, - 1.5340370277209787, - 1.203649943289529, - 0.9112866632778421, - 0.9276256816419599, - 1.2334142455694084, - 1.5575002785269998, - 1.7447455175252646 - ], - "relative wind angle": [ - 0.10698758803985602, - 0.27735576723941446, - 0.346383992634789, - 0.1741070347389191, - 0.20120756477583143, - 0.3475024225453489, - 0.26547500332243734, - 0.09060187847903922 - ], - "resistance": [ - 97138.32722320249, - 96803.72426476705, - 96435.65204212446, - 96221.93202852784, - 96230.64795845222, - 96462.97340570668, - 96836.34471884633, - 97158.26158441366 - ], - "fuel": [ - 39.13902147466122, - 38.96623887233788, - 38.776654575619496, - 38.666804370597404, - 38.671280957442264, - 38.790709768540985, - 38.98306512660203, - 39.14932834876799 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -59.375, -55 -59.21875, -54.84375 -59.21875, -54.84375 -59.375, -55 -59.375))", @@ -93458,9 +66132,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 519.6496614797663, + 519.6496614797634, 151.043026811667, - -250.98024257161262, + -250.98024257161273, -475.64417062537314, -457.8762976331982, -193.05813086756552, @@ -93468,7 +66142,7 @@ 560.4809029655494 ], "relative wind speed": [ - 1.9375645787368792, + 1.9375645787368787, 1.736349602755934, 1.4255351794129258, 1.1754001175009725, @@ -93478,9 +66152,9 @@ 1.9536759208808079 ], "relative wind angle": [ - 0.0940338115499527, + 0.09403381154995626, 0.22692882459249814, - 0.2629508039203414, + 0.26295080392034187, 0.1137120469236032, 0.15196739838457315, 0.26755294852360195, @@ -93525,68 +66199,7 @@ "id": "1751", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.245223752611516, - 5.245223752611516, - 5.245223752611516, - 5.245223752611516, - 5.245223752611516, - 5.245223752611516, - 5.245223752611516, - 5.245223752611516 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 492.9051418520953, - 116.77213887992434, - -268.3731644395341, - -464.7876795674629, - -426.7711063272857, - -146.42323250949732, - 261.32112277423744, - 580.1037392548078 - ], - "relative wind speed": [ - 1.8452068204499816, - 1.622257606009716, - 1.292781535453989, - 1.0421571176674718, - 1.1040560361441563, - 1.4113852064284582, - 1.7182676865874835, - 1.8808605698659602 - ], - "relative wind angle": [ - 0.1194178050326596, - 0.2622946721408019, - 0.2943490086126999, - 0.1055201427092166, - 0.200448360295642, - 0.3026371686305212, - 0.22004823698684908, - 0.058391892292996524 - ], - "resistance": [ - 97127.40514185211, - 96751.27213887994, - 96366.12683556048, - 96169.71232043255, - 96207.72889367273, - 96488.07676749052, - 96895.82112277426, - 97214.60373925482 - ], - "fuel": [ - 39.262887794701626, - 39.06870421698312, - 38.870413432116834, - 38.76950259063203, - 38.78902295980325, - 38.933139234416544, - 39.14326723727675, - 39.3079803786615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.5 -62.5, -62.5 -60, -60 -60, -60 -62.5, -62.5 -62.5))", @@ -93618,19 +66231,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 175.35813059960128, + 175.35813059959946, -685.7076330555051, - -1115.1543287367867, + -1115.1543287367904, -1038.9942680888803, - -417.4370887870941, + -417.43708878709367, 487.114853256503, 1169.6631752836001, 991.0015233240192 ], "relative wind speed": [ - 3.339834009594643, + 3.3398340095946426, 3.0111571884331685, - 2.791279672737918, + 2.7912796727379177, 2.841544689580916, 3.1225972497031744, 3.44064487880486, @@ -93638,19 +66251,19 @@ 3.5820006382765133 ], "relative wind angle": [ - 0.12465813708454071, + 0.12465813708454161, 0.12354941007311067, - 0.0392493125421953, + 0.03924931254219813, 0.07615383250919903, - 0.1333805908754316, + 0.13338059087543158, 0.10806234436796246, - 0.03024996091551058, + 0.030249960915510576, 0.06038996070332997 ], "resistance": [ 96809.8581305996, 95948.7923669445, - 95519.34567126322, + 95519.3456712632, 95595.50573191112, 96217.06291121291, 97121.6148532565, @@ -93660,7 +66273,7 @@ "fuel": [ 42.129160587380404, 41.686418455426725, - 41.4666369977437, + 41.46663699774369, 41.50556399676519, 41.824061719367926, 42.29013969231177, @@ -93698,9 +66311,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1384.2664305260369, + 1384.2664305260168, -19.26507595790281, - -1366.7515015581175, + -1366.751501558134, -1890.0966664302177, -1656.669402342277, -509.4268461716765, @@ -93708,7 +66321,7 @@ 1940.4312446146687 ], "relative wind speed": [ - 5.962668927024116, + 5.962668927024115, 5.707931142426779, 5.410270265342894, 5.250113618776692, @@ -93718,19 +66331,19 @@ 6.037246324934834 ], "relative wind angle": [ - 0.040650007374969106, - 0.06900836461715952, - 0.05812479947042948, + 0.04065000737497184, + 0.0690083646171595, + 0.05812479947043331, 0.009694449150548127, - 0.04543853111086348, - 0.07026032092863746, - 0.05334830780953643, + 0.045438531110863475, + 0.07026032092863747, + 0.053348307809536435, 0.008430460251749063 ], "resistance": [ - 98018.76643052608, + 98018.76643052606, 96615.23492404215, - 95267.74849844193, + 95267.74849844191, 94744.40333356982, 94977.83059765777, 96125.07315382837, @@ -93738,7 +66351,7 @@ 98574.93124461471 ], "fuel": [ - 51.344127274493445, + 51.344127274493424, 50.61756341388955, 49.92690920408971, 49.6604902447025, @@ -93778,49 +66391,49 @@ ], "ice resistance": 67539.33452024922, "wind resistance": [ - 2961.0318928742636, + 2961.031892871888, 1812.9748021970554, - -347.3790400460384, - -2250.3244445427626, + -347.3790400460857, + -2250.3244445427517, -2805.2305979640296, -2324.7806418561195, -473.40857426097864, 1707.2893831725596 ], "relative wind speed": [ - 7.814749045874511, + 7.81474904587451, 7.695358701675538, 7.385080683317946, - 7.055061043268785, + 7.055061043268784, 6.907498641660996, 7.040262394761409, 7.3650813597291105, 7.681793658404021 ], "relative wind angle": [ - 0.0012820160717047643, + 0.0012820160719645638, 0.04077320553591999, - 0.06146329095511544, - 0.046486359609795046, + 0.06146329095512086, + 0.04648635960979266, 0.0014503997990787108, 0.04456955859929828, - 0.061630401236258375, + 0.06163040123625837, 0.04269127995594394 ], "resistance": [ - 70500.36641312348, + 70500.36641312111, 69352.30932244628, - 67191.95548020318, - 65289.01007570646, + 67191.95548020313, + 65289.010075706465, 64734.10392228519, 65214.5538783931, 67065.92594598825, 69246.62390342177 ], "fuel": [ - 47.53218847739718, + 47.53218847739618, 47.05488785813098, - 46.170026285560354, + 46.17002628556034, 45.40498291112057, 45.18443086426916, 45.375323123254766, @@ -93858,9 +66471,9 @@ ], "ice resistance": 90207.20501509198, "wind resistance": [ - 2888.0344168817937, + 2888.034416881692, 923.7572396642936, - -1498.0816090568514, + -1498.081609056866, -2995.5866552354164, -3052.687951018397, -1707.7728997308986, @@ -93868,9 +66481,9 @@ 2752.0101924567825 ], "relative wind speed": [ - 7.832181638115302, + 7.832181638115301, 7.583929841026364, - 7.2031104340078524, + 7.203110434007852, 6.910005016869523, 6.894148399725929, 7.166335153777273, @@ -93878,19 +66491,19 @@ 7.8181955742173725 ], "relative wind angle": [ - 0.022128572689246912, + 0.02212857268925695, 0.05993613132987793, - 0.06517732043925807, + 0.06517732043925978, 0.03027882902375768, 0.025140032194511004, 0.06343327516643207, - 0.06218691327164879, + 0.0621869132716488, 0.026760632988420456 ], "resistance": [ - 93095.23943197378, + 93095.23943197368, 91130.96225475628, - 88709.12340603513, + 88709.12340603511, 87211.61835985657, 87154.51706407359, 88499.43211536108, @@ -93898,7 +66511,7 @@ 92959.21520754877 ], "fuel": [ - 57.92403822713316, + 57.92403822713312, 56.94523025098077, 55.75818062625643, 55.03510746392375, @@ -93938,9 +66551,9 @@ ], "ice resistance": 88679.21879891022, "wind resistance": [ - 2595.5531005649573, + 2595.5531005641787, 1441.8613467915238, - -499.13935222687724, + -499.13935222691, -2108.0665760080083, -2500.8061424136795, -1957.447043250937, @@ -93948,7 +66561,7 @@ 1655.5918874246017 ], "relative wind speed": [ - 7.762164918091591, + 7.762164918091589, 7.636166416426129, 7.3517991640768825, 7.0683532003586675, @@ -93958,19 +66571,19 @@ 7.663741100278857 ], "relative wind angle": [ - 0.002610527430688595, - 0.03902075016575544, - 0.054574478251396594, + 0.0026105274307736525, + 0.03902075016575543, + 0.05457447825140066, 0.03809965464418305, - 0.0029113485705953824, + 0.002911348570595383, 0.04198016630466151, 0.05427543290365481, 0.035138462743984904 ], "resistance": [ - 91274.77189947518, + 91274.7718994744, 90121.08014570175, - 88180.07944668335, + 88180.07944668332, 86571.15222290222, 86178.41265649654, 86721.77175565928, @@ -93978,9 +66591,9 @@ 90334.81068633482 ], "fuel": [ - 57.016404144318884, + 57.016404144318514, 56.44758972058063, - 55.50177748827548, + 55.501777488275465, 54.728404781997035, 54.541086917595244, 54.800395313591295, @@ -94018,7 +66631,7 @@ ], "ice resistance": 77127.87638373762, "wind resistance": [ - 2323.3017219984467, + 2323.301721998374, 291.8674851314099, -1845.7023114783988, -2868.171929596654, @@ -94028,9 +66641,9 @@ 2809.9000083160354 ], "relative wind speed": [ - 7.759270140814491, + 7.759270140814489, 7.484660641169256, - 7.133313676188437, + 7.133313676188435, 6.914254721063218, 6.970725695223314, 7.2647880163645295, @@ -94038,17 +66651,17 @@ 7.809633249291344 ], "relative wind angle": [ - 0.03077054132504051, + 0.030770541325047727, 0.05985669291560613, - 0.055329325591415256, + 0.05532932559141324, 0.01593001662000826, 0.03425266803197353, - 0.06167055338899951, + 0.061670553388999516, 0.051859851856925966, 0.014103502952276954 ], "resistance": [ - 79451.17810573606, + 79451.17810573599, 77419.74386886903, 75282.17407225922, 74259.70445414097, @@ -94058,7 +66671,7 @@ 79937.77639205365 ], "fuel": [ - 51.4216347944931, + 51.42163479449307, 50.512752297967175, 49.5729638941223, 49.12944376597946, @@ -94098,19 +66711,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1363.6684500785486, + -1363.668450078555, -1903.4395159219403, - -1656.8927840274455, + -1656.8927840274446, -480.4371247712661, - 1037.0062106803362, + 1037.0062106803307, 2036.3978656160289, 1454.4569140297572, 12.70836558236806 ], "relative wind speed": [ - 4.27903013282352, + 4.279030132823518, 4.069301115915571, - 4.181759822977321, + 4.1817598229773205, 4.533239067391948, 4.894311867974787, 5.0700272155698345, @@ -94118,11 +66731,11 @@ 4.659842389661038 ], "relative wind angle": [ - 0.0933514163455273, + 0.09335141634552731, 0.015649574008170814, - 0.07391566143639218, + 0.07391566143639068, 0.11061276969024691, - 0.08158786795239802, + 0.08158786795239938, 0.012560465917390184, 0.06208007945940201, 0.10759571390315661 @@ -94178,9 +66791,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2421.059523489337, + -2421.0595234893754, -2135.9798981680833, - -668.5492502896595, + -668.5492502896614, 1268.1883223499608, 2580.862383283995, 1908.8799605242548, @@ -94188,9 +66801,9 @@ -1686.1200610772357 ], "relative wind speed": [ - 4.470408443777599, + 4.470408443777598, 4.5885316427422715, - 4.990081252538952, + 4.9900812525389515, 5.410204521237648, 5.621680561568346, 5.525687410093548, @@ -94198,7 +66811,7 @@ 4.724143417477198 ], "relative wind angle": [ - 0.019798151001507423, + 0.01979815100151864, 0.07515370471535998, 0.11563153513887739, 0.08692287894414327, @@ -94208,9 +66821,9 @@ 0.09958541884608571 ], "resistance": [ - 94213.44047651069, + 94213.44047651066, 94498.52010183195, - 95965.95074971038, + 95965.95074971036, 97902.68832234999, 99215.36238328402, 98543.37996052428, @@ -94218,7 +66831,7 @@ 94948.3799389228 ], "fuel": [ - 46.81472035671092, + 46.81472035671091, 46.95915602542702, 47.7074148421529, 48.707244750260244, @@ -94258,19 +66871,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -2191.119810283064, + -2191.119810283082, -3398.8955335383107, - -3138.094869182856, + -3138.0948691828635, -1243.2401104725504, - 1452.5753330881926, + 1452.5753330882071, 3417.034913682659, - 2798.2587210620695, + 2798.2587210620914, 354.97181599836404 ], "relative wind speed": [ - 6.63547090512429, + 6.635470905124289, 6.354734552068495, - 6.432314337797705, + 6.432314337797704, 6.813546349185335, 7.2507804254445185, 7.498042390084706, @@ -94278,31 +66891,31 @@ 7.0837050374972215 ], "relative wind angle": [ - 0.07544509579442876, - 0.021330462559437904, - 0.047972780461302225, + 0.07544509579443023, + 0.0213304625594379, + 0.04797278046130223, 0.0840145947411472, - 0.06903207402186852, + 0.06903207402186691, 0.018077589368251185, - 0.04151817222059515, + 0.041518172220592474, 0.0808033105922784 ], "resistance": [ - 94443.38018971692, + 94443.3801897169, 93235.60446646168, - 93496.40513081713, + 93496.40513081712, 95391.25988952743, - 98087.07533308817, + 98087.0753330882, 100051.53491368264, - 99432.75872106205, + 99432.75872106207, 96989.47181599835 ], "fuel": [ - 56.056251182322825, + 56.05625118232281, 55.44665248314237, - 55.57782648647114, + 55.57782648647113, 56.5384745910754, - 57.92821657309661, + 57.928216573096634, 58.957964230147866, 58.63205948206995, 57.35911822424809 @@ -94338,53 +66951,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -771.1196835875689, + -771.1196835875908, -1804.94720641417, - -1921.192365187213, + -1921.1923651872185, -1196.0452617856827, 257.9072735978243, 1614.5009001329763, - 1890.9159102235972, + 1890.9159102235662, 749.6975429478352 ], "relative wind speed": [ - 5.41784671421509, + 5.417846714215088, 5.155048280683302, - 5.111795749425298, + 5.111795749425297, 5.317987444817624, 5.636166495546933, 5.877492067887557, - 5.915148349823061, + 5.9151483498230615, 5.730483864475943 ], "relative wind angle": [ - 0.07422229259036589, - 0.04010577815535289, - 0.0214128088501071, - 0.06802493698451792, + 0.07422229259036889, + 0.0401057781553529, + 0.021412808850107105, + 0.06802493698451793, 0.07134226752964366, 0.035173918804938496, - 0.018504318196129337, + 0.018504318196135336, 0.06312154232748228 ], "resistance": [ - 95863.38031641241, + 95863.3803164124, 94829.55279358581, - 94713.30763481278, + 94713.30763481277, 95438.4547382143, 96892.40727359781, 98249.00090013296, - 98525.41591022359, + 98525.41591022356, 97384.19754294782 ], "fuel": [ 49.640690846766525, 49.11309153225118, - 49.05401618693145, + 49.05401618693144, 49.42335467495009, 50.16978965488066, 50.87333594177096, - 51.017528013893624, + 51.01752801389361, 50.42404690634915 ] }, @@ -94418,39 +67031,39 @@ ], "ice resistance": 84281.05649788053, "wind resistance": [ - 227.47766971276724, + 227.47766971274177, -2325.544327965934, - -3467.6115514655685, + -3467.6115514657104, -3150.6060661678493, -1166.5053414658105, 1568.8819204147403, - 3494.6698679865076, + 3494.6698679865003, 2740.7729752242776 ], "relative wind speed": [ - 7.492321908404414, + 7.492321908404413, 7.06686716986158, 6.813005580088593, 6.901322003565116, 7.27081205495948, 7.684984314963397, - 7.9109133785791474, + 7.910913378579147, 7.833986859882318 ], "relative wind angle": [ - 0.07334298418548647, - 0.06609528362189108, - 0.016302281597586232, + 0.073342984185488, + 0.06609528362189107, + 0.016302281597606664, 0.0448876812419297, 0.07558162535333962, 0.0607722784720868, - 0.01403962593275469, + 0.014039625932754691, 0.03954066271886206 ], "resistance": [ - 84508.5341675933, + 84508.53416759327, 81955.5121699146, - 80813.44494641497, + 80813.44494641482, 81130.45043171268, 83114.55115641473, 85849.93841829528, @@ -94458,9 +67071,9 @@ 87021.82947310481 ], "fuel": [ - 53.75104351765006, + 53.751043517650054, 52.56323088962373, - 52.03972703486443, + 52.03972703486437, 52.184550246098134, 53.09947645700735, 54.38486127897494, @@ -94498,53 +67111,53 @@ ], "ice resistance": 58879.36028416579, "wind resistance": [ - 2015.7063897019761, + 2015.706389701878, -20.120742453866114, - -1988.4242124242592, + -1988.4242124242555, -2762.601902318842, - -2434.4026103382603, + -2434.402610338224, -775.2506167381325, - 1382.7242129993174, + 1382.7242129992956, 2799.695999887492 ], "relative wind speed": [ - 7.7179590070786475, + 7.717959007078647, 7.4340434188120845, - 7.102507298871837, + 7.102507298871835, 6.923283225328123, - 7.014003830067549, + 7.014003830067548, 7.3142422307690484, 7.636591584772682, 7.799441668801612 ], "relative wind angle": [ - 0.0346466655580889, - 0.05896492293044954, - 0.04960990315212424, - 0.008667468913241478, - 0.03812556067780952, + 0.03464666555809852, + 0.05896492293044955, + 0.049609903152122, + 0.00866746891324148, + 0.03812556067780369, 0.059931867814988236, - 0.04613775261826266, + 0.04613775261826506, 0.0076937792926056224 ], "resistance": [ - 60895.06667386777, + 60895.06667386767, 58859.239541711926, - 56890.93607174153, + 56890.93607174154, 56116.75838184695, - 56444.957673827535, + 56444.957673827565, 58104.10966742766, - 60262.08449716511, + 60262.08449716509, 61679.05628405328 ], "fuel": [ - 43.689957977777574, + 43.68995797777753, 42.91969683100715, - 42.189646886236794, + 42.1896468862368, 41.9064521509956, - 42.02623535488696, + 42.026235354886964, 42.63791235429339, - 43.44881522077396, + 43.44881522077395, 43.9906958112822 ] }, @@ -94578,9 +67191,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1485.9560160297206, + -1485.9560160297233, -1636.7791072146365, - -1056.0025214295656, + -1056.0025214295683, 190.8714996928402, 1417.9448000033753, 1770.8049010764125, @@ -94588,29 +67201,29 @@ -529.2957922017986 ], "relative wind speed": [ - 3.237817017152884, + 3.2378170171528833, 3.150581648589788, - 3.4194753835259344, - 3.8403805285709725, + 3.419475383525934, + 3.840380528570973, 4.159723903432717, 4.226179984918244, 4.011726572289602, 3.6108502302265664 ], "relative wind angle": [ - 0.09231099323152968, - 0.0368213059391567, - 0.13566622622479602, - 0.14057128158057974, + 0.09231099323152969, + 0.03682130593915671, + 0.13566622622479685, + 0.14057128158058052, 0.07181209371134473, - 0.027447217713212166, + 0.02744721771321217, 0.11554031974959628, - 0.1495721317791631 + 0.14957213177916306 ], "resistance": [ 95148.54398397032, 94997.72089278541, - 95578.49747857048, + 95578.49747857047, 96825.37149969289, 98052.44480000342, 98405.30490107645, @@ -94658,19 +67271,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1271.7534050638378, + -1271.7534050638433, -1682.0862624251395, - -1415.801662754382, + -1415.801662754383, -322.4733551362315, 1021.0289852026972, 1853.8692237949645, - 1226.289171840518, + 1226.2891718405235, -80.53311309922174 ], "relative wind speed": [ - 3.815783483495696, + 3.8157834834956956, 3.6272578343403796, - 3.7624033516651996, + 3.762403351665199, 4.119615199103555, 4.467028025150018, 4.621422245760556, @@ -94678,33 +67291,33 @@ 4.188473896505646 ], "relative wind angle": [ - 0.09870463706131404, - 0.009560690518814679, - 0.08701735227231784, + 0.09870463706131517, + 0.00956069051881468, + 0.08701735227231785, 0.12096138073305318, 0.08427745488351959, 0.007503942484017644, - 0.07253157123207711, - 0.11896325558043704 + 0.07253157123207558, + 0.11896325558043705 ], "resistance": [ - 95362.74659493621, + 95362.7465949362, 94952.4137375749, 95218.69833724566, 96312.02664486381, 97655.52898520273, 98488.369223795, - 97860.78917184056, + 97860.78917184057, 96553.96688690082 ], "fuel": [ - 44.02903763228956, + 44.029037632289544, 43.8199184427656, 43.95555451234843, 44.51522341964886, 45.20904622031705, 45.64252087895816, - 45.315639874817066, + 45.31563987481708, 44.63967238609345 ] }, @@ -94738,19 +67351,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -245.0396323062082, + -245.03963230620866, -946.1469489221395, - -1090.6938079012712, + -1090.6938079012723, -717.7524774455278, 134.56710523929132, - 1024.2291474562157, - 1357.136663571171, + 1024.2291474562153, + 1357.136663571167, 692.0420989267109 ], "relative wind speed": [ 2.3060371590504345, 1.8529384095696748, - 1.709406922064499, + 1.7094069220644987, 2.0207421710299043, 2.4974130402723835, 2.849824296862063, @@ -94758,13 +67371,13 @@ 2.733400876356283 ], "relative wind angle": [ - 0.2699488159459077, + 0.2699488159459085, 0.19820208451544477, - 0.057943702251586446, + 0.05794370225158836, 0.25251132248366287, - 0.24880543153262596, - 0.1283800471085153, - 0.0336988304822912, + 0.2488054315326264, + 0.12838004710851533, + 0.033698830482294495, 0.18576506216205638 ], "resistance": [ @@ -94773,8 +67386,8 @@ 95543.8061920987, 95916.74752255445, 96769.06710523926, - 97658.7291474562, - 97991.63666357115, + 97658.72914745618, + 97991.63666357113, 97326.54209892669 ], "fuel": [ @@ -94784,7 +67397,7 @@ 39.813122916674104, 40.25125244376338, 40.711461020458586, - 40.88442622827486, + 40.884426228274855, 40.53928119457896 ] }, @@ -94818,9 +67431,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -507.8817169610211, + -507.88171696103564, -1607.6337790585567, - -1822.1948494236203, + -1822.1948494236021, -1283.5547015971042, 38.22639419983352, 1397.7544172810194, @@ -94828,9 +67441,9 @@ 936.9020348481044 ], "relative wind speed": [ - 4.751860954724937, + 4.751860954724936, 4.439442922638522, - 4.3469210198906625, + 4.346921019890662, 4.5406599984500495, 4.885244872717045, 5.170797475833133, @@ -94838,19 +67451,19 @@ 5.082145883179974 ], "relative wind angle": [ - 0.09505161402153398, + 0.09505161402153632, 0.061202038146462065, - 0.015410611773635502, - 0.0807513275534941, + 0.015410611773628298, + 0.08075132755349411, 0.09244885521220486, 0.05253702564493324, 0.012762472385451805, 0.07213168947758686 ], "resistance": [ - 96126.618283039, + 96126.61828303899, 95026.86622094148, - 94812.3051505764, + 94812.30515057643, 95350.94529840292, 96672.72639419987, 98032.25441728104, @@ -94858,9 +67471,9 @@ 97571.40203484813 ], "fuel": [ - 46.811767476793555, + 46.81176747679354, 46.24958216125216, - 46.14042475936647, + 46.14042475936649, 46.414781348987376, 47.09260627248001, 47.79657045961568, @@ -94898,19 +67511,19 @@ ], "ice resistance": 86648.61053258336, "wind resistance": [ - 707.8491097380902, + 707.8491097380393, -1117.4436881316178, - -2261.5855336058958, + -2261.585533605972, -2319.07155578908, -1330.9386298496647, 461.05848316760967, - 2028.1778890988899, + 2028.1778890988426, 2165.7545014657007 ], "relative wind speed": [ - 7.530370768833443, + 7.530370768833441, 7.244572679999305, - 7.024301298283481, + 7.02430129828348, 7.008462836596683, 7.207444518922862, 7.494658570852982, @@ -94918,33 +67531,33 @@ 7.715904942227809 ], "relative wind angle": [ - 0.04498980083080371, + 0.04498980083080864, 0.048852166917211205, - 0.023012719713209343, + 0.023012719713218992, 0.01786325648496097, - 0.04700700232569327, - 0.04722080724359108, - 0.020988912572081884, - 0.01622529114646852 + 0.04700700232569328, + 0.04722080724359109, + 0.020988912572087178, + 0.016225291146468524 ], "resistance": [ - 87356.45964232145, + 87356.4596423214, 85531.16684445174, - 84387.02499897746, + 84387.02499897739, 84329.53897679428, 85317.6719027337, 87109.66901575097, - 88676.78842168226, + 88676.7884216822, 88814.36503404906 ], "fuel": [ - 55.104679836214, + 55.104679836213975, 54.233634194602324, - 53.69396077206937, + 53.69396077206933, 53.66697405319249, 54.13256237825179, 54.98618441221319, - 55.74247947287147, + 55.74247947287143, 55.80931057175844 ] }, @@ -94978,9 +67591,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -377.66305994770846, + -377.6630599477148, -1236.0228283788774, - -1410.0287883594274, + -1410.0287883594692, -1010.004373362457, 3.589881748735934, 1057.0782768235895, @@ -94988,7 +67601,7 @@ 735.8346234379005 ], "relative wind speed": [ - 4.365416410940282, + 4.3654164109402815, 4.101871491431369, 4.0203880554329725, 4.178404289450913, @@ -94998,19 +67611,19 @@ 4.642290763595779 ], "relative wind angle": [ - 0.08709542474658416, + 0.08709542474658542, 0.05671175290344654, - 0.012666563669196424, - 0.07294316880534762, + 0.012666563669213956, + 0.07294316880534761, 0.08511213222111584, 0.049382521149676235, - 0.010654042965063249, + 0.01065404296506325, 0.06564316233598667 ], "resistance": [ - 96256.83694005228, + 96256.83694005226, 95398.47717162111, - 95224.47121164056, + 95224.47121164051, 95624.49562663752, 96638.08988174872, 97691.57827682358, @@ -95018,9 +67631,9 @@ 97370.33462343788 ], "fuel": [ - 45.41924260495381, + 45.4192426049538, 44.979653866239154, - 44.890875032496666, + 44.89087503249663, 45.09513798709398, 45.61537161412373, 46.16013272420843, @@ -95058,9 +67671,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 230.89569981036948, + 230.89569981036038, 771.7091230134865, - 761.4104308777605, + 761.4104308777369, 212.61642025990568, -434.01214773519496, -811.7946470082716, @@ -95068,7 +67681,7 @@ -418.22465680942787 ], "relative wind speed": [ - 3.600825918943121, + 3.60082591894312, 3.7455571838471813, 3.743351535431627, 3.5952843505310437, @@ -95078,9 +67691,9 @@ 3.3831590213039577 ], "relative wind angle": [ - 0.07297322911170352, + 0.07297322911170658, 0.02840278447815798, - 0.029951150616839277, + 0.0299511506168504, 0.07374795669451337, 0.07781332981855056, 0.0330812989875035, @@ -95088,9 +67701,9 @@ 0.07838119186249386 ], "resistance": [ - 96865.39569981034, + 96865.39569981032, 97406.20912301345, - 97395.91043087773, + 97395.9104308777, 96847.11642025987, 96200.48785226478, 95822.7053529917, @@ -95098,9 +67711,9 @@ 96216.27534319054 ], "fuel": [ - 42.87145116061127, + 42.87145116061126, 43.15104851933565, - 43.14571399090696, + 43.14571399090694, 42.86201989480398, 42.529189284190274, 42.335458302604295, @@ -95138,9 +67751,9 @@ ], "ice resistance": 63200.30506584812, "wind resistance": [ - 1426.350464796571, + 1426.3504647964583, 2461.4474642224195, - 1491.3201043807057, + 1491.3201043806985, -315.6479021179621, -1900.4455374120844, -2351.170511580076, @@ -95148,9 +67761,9 @@ -393.2736560641497 ], "relative wind speed": [ - 7.629301911503328, + 7.629301911503327, 7.739688614398361, - 7.637702494502472, + 7.637702494502471, 7.376996930788473, 7.102995454740116, 6.982550553993822, @@ -95158,19 +67771,19 @@ 7.3646933656510445 ], "relative wind angle": [ - 0.03566541532043604, + 0.03566541532044849, 0.0007958864325536495, - 0.0344848868949477, + 0.034484886894947706, 0.051340067429013675, 0.03830934339907128, - 0.0008821867111640706, + 0.0008821867111640707, 0.03712927014745146, 0.0514259125274434 ], "resistance": [ - 64626.6555306447, + 64626.65553064458, 65661.75253007055, - 64691.62517022883, + 64691.62517022882, 62884.65716373016, 61299.859528436034, 60849.13455426805, @@ -95178,7 +67791,7 @@ 62807.03140978397 ], "fuel": [ - 45.14185702251544, + 45.141857022515396, 45.55377580768881, 45.16759454537662, 44.457626164138375, @@ -95205,68 +67818,7 @@ "id": "1820", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.761327216813354, - 7.761327216813354, - 7.761327216813354, - 7.761327216813354, - 7.761327216813354, - 7.761327216813354, - 7.761327216813354, - 7.761327216813354 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -54.76168636044895, - 394.73144444122477, - 647.4472899070195, - 385.08751318796726, - -66.05944075979596, - -451.0715128419488, - -558.7799224327057, - -444.32323493160766 - ], - "relative wind speed": [ - 2.1832153096601736, - 2.3979910732763154, - 2.4799304425837354, - 2.3940290957644716, - 2.177057418809917, - 1.9379491493888508, - 1.8319260610287478, - 1.9428414196127823 - ], - "relative wind angle": [ - 0.14895636041302093, - 0.09476380545091335, - 0.001255487588867698, - 0.09676882254457819, - 0.14938084680935418, - 0.1173531542084862, - 0.0016995896501458248, - 0.11933857562805633 - ], - "resistance": [ - 96579.73831363955, - 97029.23144444122, - 97281.94728990702, - 97019.58751318797, - 96568.4405592402, - 96183.42848715805, - 96075.7200775673, - 96190.17676506839 - ], - "fuel": [ - 39.87953760353831, - 40.111368751443706, - 40.24203996408378, - 40.10638689310525, - 39.873720345087634, - 39.67575999176394, - 39.62047866178947, - 39.679224981738244 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -62.5, -52.5 -61.875, -51.875 -61.875, -51.875 -62.5, -52.5 -62.5))", @@ -95285,68 +67837,7 @@ "id": "1822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.068507119613251, - 9.068507119613251, - 9.068507119613251, - 9.068507119613251, - 9.068507119613251, - 9.068507119613251, - 9.068507119613251, - 9.068507119613251 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -157.13779455092435, - 264.2480689665649, - 553.2757489025767, - 417.0078357753773, - 23.697968143819253, - -364.6840731381858, - -529.6937259710262, - -472.06820450746864 - ], - "relative wind speed": [ - 2.4892987026069764, - 2.673625627715591, - 2.7689794566091845, - 2.7293809281047765, - 2.573447992120535, - 2.381379558527451, - 2.2698007330658547, - 2.317266136689503 - ], - "relative wind angle": [ - 0.10044802465365595, - 0.07727860196165068, - 0.015270039489420498, - 0.05374295943213368, - 0.09715291985131262, - 0.0867849009029029, - 0.01862860795247309, - 0.06331271189194682 - ], - "resistance": [ - 96477.3622054491, - 96898.7480689666, - 97187.77574890261, - 97051.50783577541, - 96658.19796814385, - 96269.81592686185, - 96104.806274029, - 96162.43179549256 - ], - "fuel": [ - 40.45862757373419, - 40.6757795203225, - 40.82510560480192, - 40.754664089637714, - 40.551736378045284, - 40.35191601786551, - 40.26718937987149, - 40.296766540050115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -64.375, -51.875 -63.75, -51.25 -63.75, -51.25 -64.375, -51.875 -64.375))", @@ -95378,9 +67869,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 510.56163552377075, + 510.56163552376347, 660.8795227499222, - 305.4381511811921, + 305.43815118118937, -203.51859588979687, -577.2191409549855, -640.7077350316904, @@ -95388,9 +67879,9 @@ 39.60129656640356 ], "relative wind speed": [ - 3.0782876919561493, + 3.078287691956149, 3.117104178497515, - 3.0118567907942784, + 3.0118567907942775, 2.81399172696557, 2.6331345388776435, 2.587066708585696, @@ -95398,17 +67889,17 @@ 2.9138811188599343 ], "relative wind angle": [ - 0.04938429134927139, - 0.016092569858401948, - 0.07407332947164691, - 0.09433347423012678, - 0.05774173093286406, - 0.019389988971934394, - 0.0823762926837731, + 0.04938429134927589, + 0.016092569858401944, + 0.07407332947164692, + 0.0943334742301268, + 0.057741730932864055, + 0.01938998897193439, + 0.08237629268377311, 0.09109053788411092 ], "resistance": [ - 97145.06163552377, + 97145.06163552376, 97295.37952274992, 96939.9381511812, 96430.9814041102, @@ -95418,7 +67909,7 @@ 96674.1012965664 ], "fuel": [ - 41.48052399070548, + 41.480523990705464, 41.5582846726843, 41.374547571242175, 41.112272809042224, @@ -95458,37 +67949,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 264.45040763219777, + 264.4504076321964, 659.2490991861264, - 567.6265863682092, + 567.6265863682065, 103.48379931350655, -393.42237133923754, -645.2523631037211, - -606.3680918141044, + -606.3680918141022, -254.6827285260547 ], "relative wind speed": [ - 2.7971007211120162, + 2.797100721112016, 2.9270048044367107, 2.901973977057989, 2.733409709159191, 2.504802773792057, 2.3516913603715417, - 2.382510528018707, + 2.3825105280187064, 2.5741563164493346 ], "relative wind angle": [ 0.0931372520855709, - 0.027369112820143322, - 0.05062854611292753, + 0.027369112820143326, + 0.050628546112929725, 0.10548190097141322, 0.10404321064209461, - 0.034066978626504, - 0.06167994801063811, + 0.034066978626504006, + 0.0616799480106345, 0.11203430113916564 ], "resistance": [ - 96898.95040763223, + 96898.95040763222, 97293.74909918616, 97202.12658636823, 96737.98379931353, @@ -95498,7 +67989,7 @@ 96379.81727147398 ], "fuel": [ - 40.90760086748297, + 40.90760086748296, 41.11165151030253, 41.06424497957727, 40.82457215032823, @@ -95538,17 +68029,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 531.8437874546253, + 531.8437874546235, 511.0085247371576, - 136.6613642014986, + 136.6613642014977, -294.6381418543433, -540.7981551303451, -531.9674372149311, - -263.0084904890732, + -263.00849048907367, 173.34169935894943 ], "relative wind speed": [ - 2.7572929873414354, + 2.7572929873414345, 2.751260921561499, 2.612159643733266, 2.4086344049765587, @@ -95560,12 +68051,12 @@ "relative wind angle": [ 0.03407159577478114, 0.039967135591223876, - 0.09561942020289535, + 0.09561942020289653, 0.10096043124464485, 0.04159365716675364, 0.048527805223942504, - 0.10301473293094535, - 0.09252650607459127 + 0.10301473293094643, + 0.09252650607459129 ], "resistance": [ 97166.34378745462, @@ -95618,51 +68109,51 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 485.46667177748077, + 485.4666717774335, 276.66251495765664, - -78.12333559359513, + -78.12333559359786, -375.73167086278863, - -451.985499622293, + -451.9854996222657, -356.3356662457122, -45.39364286059572, 304.22527517002845 ], "relative wind speed": [ - 2.7628450090640606, + 2.76284500906406, 2.6996352639346344, 2.5512394423379554, 2.3983615961257216, - 2.3369281004851565, + 2.336928100485156, 2.4096711254168945, 2.566266314864158, 2.709687647160947 ], "relative wind angle": [ - 0.002728927641469565, - 0.05778674621763278, - 0.08357015576629262, + 0.0027289276415102485, + 0.05778674621763277, + 0.08357015576629527, 0.06060081857552973, - 0.0032262900321318373, + 0.0032262900320974256, 0.06474963625473903, - 0.08307967512532376, + 0.08307967512532377, 0.053631047453349096 ], "resistance": [ - 97119.96667177754, + 97119.9666717775, 96911.16251495772, 96556.37666440646, 96258.76832913727, - 96182.51450037776, + 96182.51450037779, 96278.16433375435, 96589.10635713946, 96938.72527517009 ], "fuel": [ - 40.8488975305247, + 40.848897530524674, 40.741040430831276, 40.55814898659759, 40.40509368029657, - 40.3659305708874, + 40.36593057088743, 40.41505870195909, 40.57500147075021, 40.75526858959515 @@ -95698,17 +68189,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 200.70521585456572, + 200.70521585456527, -101.81987573116794, -337.4751019746582, -386.3180330188661, -281.4823712841171, -7.123884870601614, - 280.20548493940987, + 280.2054849394067, 396.6504020654111 ], "relative wind speed": [ - 2.704526540740384, + 2.7045265407403836, 2.5768172630150765, 2.455707155203839, 2.417235158571376, @@ -95718,13 +68209,13 @@ 2.767458797093726 ], "relative wind angle": [ - 0.051402372685199864, + 0.05140237268519986, 0.06801137612138623, 0.044277119693241176, - 0.00885249866421755, + 0.008852498664217548, 0.05589275819377643, - 0.06690109042337317, - 0.03977670708616091, + 0.06690109042337315, + 0.0397767070861637, 0.007732185487376435 ], "resistance": [ @@ -95778,40 +68269,40 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 562.0095127630611, + 562.0095127630493, 179.5934406656952, -293.6683496103078, - -586.8677218638622, + -586.8677218638741, -598.6770429797834, -337.269552565298, 129.1716505045324, 533.8161129567288 ], "relative wind speed": [ - 3.6611104291012113, + 3.661110429101211, 3.5579624345266296, 3.4000842256556614, - 3.2789721209545957, + 3.278972120954596, 3.2720336422557486, 3.383908545546763, 3.542507725972466, 3.6548974760079918 ], "relative wind angle": [ - 0.01948273640228947, + 0.01948273640229517, 0.052870119036040025, 0.05725919299230319, - 0.026583105115677158, - 0.021799771762912385, - 0.05559226957699227, - 0.054954767001023155, - 0.02384834525848278 + 0.026583105115685512, + 0.02179977176291238, + 0.05559226957699228, + 0.05495476700102316, + 0.023848345258482784 ], "resistance": [ - 97196.50951276309, + 97196.50951276308, 96814.09344066572, 96340.83165038972, - 96047.63227813617, + 96047.63227813615, 96035.82295702025, 96297.23044743473, 96763.67165050456, @@ -95821,7 +68312,7 @@ 43.00645988691114, 42.80893872831311, 42.5652484194391, - 42.414693330154066, + 42.414693330154044, 42.408636057574235, 42.542839368705145, 42.78293604913324, @@ -95858,9 +68349,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 382.91543573252557, + 382.91543573249646, 203.5334673528082, - -85.67643807414424, + -85.67643807414743, -318.3549513276357, -371.1201194327782, -280.79251804168416, @@ -95868,9 +68359,9 @@ 256.8476465673839 ], "relative wind speed": [ - 2.855644459046472, + 2.8556444590464714, 2.801095780173546, - 2.684477233517805, + 2.6844772335178044, 2.5710475796627166, 2.5311947258741165, 2.591430965136774, @@ -95878,17 +68369,17 @@ 2.8198167245206283 ], "relative wind angle": [ - 0.004837142255942984, + 0.004837142255965936, 0.0444540904774436, - 0.0604683510170263, + 0.06046835101702813, 0.040829131758271256, 0.005457175235930923, - 0.04805340300836461, - 0.05985276817025099, - 0.03722536920620543 + 0.0480534030083646, + 0.059852768170250994, + 0.03722536920620542 ], "resistance": [ - 97017.41543573256, + 97017.41543573253, 96838.03346735284, 96548.82356192588, 96316.14504867239, @@ -95898,7 +68389,7 @@ 96891.34764656742 ], "fuel": [ - 41.08041868140005, + 41.08041868140003, 40.98781814857858, 40.838774395349674, 40.71908991087768, @@ -95938,9 +68429,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 268.35583059735745, + 268.3558305973511, 90.5726631209252, - -130.09688744568416, + -130.09688744568507, -268.79515517986397, -275.76671791087074, -155.33060680691642, @@ -95948,9 +68439,9 @@ 251.84243542068953 ], "relative wind speed": [ - 2.0956484596772813, + 2.095648459677281, 2.0117591650619904, - 1.8797464591053459, + 1.8797464591053457, 1.7752444644185752, 1.7677830162336965, 1.8626927607152906, @@ -95958,13 +68449,13 @@ 2.08933155592483 ], "relative wind angle": [ - 0.02780064353316757, + 0.02780064353317556, 0.078201391736673, - 0.08736106696952266, + 0.08736106696952393, 0.04213628003525588, 0.032958467480101374, - 0.08447401487703239, - 0.08226787307405142, + 0.0844740148770324, + 0.08226787307405144, 0.035799028586095176 ], "resistance": [ @@ -96018,19 +68509,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 288.19985537584853, + 288.19985537583943, -129.5548028733965, - -462.184226244558, + -462.1842262445598, -535.5105728381004, - -400.46188331107896, + -400.46188331108215, -25.074693906247376, 375.80964774084714, 550.9376901607957 ], "relative wind speed": [ - 3.3331397962735907, + 3.3331397962735902, 3.1911668958957145, - 3.0543241023711944, + 3.054324102371194, 3.0077420484329354, 3.082500948951097, 3.2292548435090205, @@ -96038,13 +68529,13 @@ 3.4007529713102667 ], "relative wind angle": [ - 0.04575188788171261, + 0.04575188788171747, 0.06161801312195231, - 0.04108820696368953, + 0.041088206963689526, 0.006343590423025014, - 0.0494749079598665, + 0.049474907959868746, 0.06089034498385021, - 0.037359744526719085, + 0.03735974452671908, 0.005610479780813305 ], "resistance": [ @@ -96052,7 +68543,7 @@ 96504.94519712661, 96172.31577375544, 96098.9894271619, - 96234.03811668893, + 96234.03811668891, 96609.42530609375, 97010.30964774085, 97185.43769016079 @@ -96062,7 +68553,7 @@ 41.971570427275424, 41.80058965537369, 41.762953257168064, - 41.83228554589137, + 41.83228554589136, 42.02536107692724, 42.23212972328799, 42.322645174479916 @@ -96098,7 +68589,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -117.9436289181981, + -117.94362891819947, -745.9292564127545, -916.9383930841329, -707.493992529995, @@ -96108,7 +68599,7 @@ 633.7735575115566 ], "relative wind speed": [ - 2.5558122259355036, + 2.5558122259355027, 2.2161638856315404, 2.0700067413659573, 2.2404868408215064, @@ -96118,12 +68609,12 @@ 2.863192309577649 ], "relative wind angle": [ - 0.18072475701962215, + 0.18072475701962218, 0.14222046246880657, - 0.007319896298568793, - 0.15033248384047454, + 0.007319896298568792, + 0.15033248384047457, 0.17861812860631682, - 0.10920927966512177, + 0.10920927966512178, 0.005069705394964721, 0.11746455346461995 ], @@ -96178,17 +68669,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -364.22489379587705, + -364.2248937958784, -931.8511143061783, - -1001.3576844767704, + -1001.3576844767731, -602.7000960175315, - 185.80973876441476, + 185.80973876441385, 935.7158439266277, - 1097.4331426350132, + 1097.4331426350086, 464.07190833288905 ], "relative wind speed": [ - 2.5930521083343847, + 2.5930521083343843, 2.2768224636561945, 2.220417514172808, 2.4721476302096304, @@ -96198,13 +68689,13 @@ 2.940771956165234 ], "relative wind angle": [ - 0.17751014149223424, - 0.1043148299712949, - 0.05524459822977062, + 0.17751014149223487, + 0.10431482997129492, + 0.055244598229774636, 0.16680773614992672, - 0.16223526731262036, - 0.07668793658902133, - 0.03911567139279603, + 0.16223526731262103, + 0.07668793658902134, + 0.03911567139279886, 0.1400340526676863 ], "resistance": [ @@ -96258,37 +68749,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -322.25407518062775, + -322.2540751806314, -935.6159828464356, - -1036.6498401509307, - -672.8140576383862, - 117.45470853774395, + -1036.6498401509298, + -672.8140576383857, + 117.45470853774532, 901.6492644252007, 1137.5574888038132, 525.755151729214 ], "relative wind speed": [ - 2.783173563128418, + 2.7831735631284173, 2.4716547041959465, - 2.395295833381421, - 2.617030606193026, + 2.3952958333814207, + 2.6170306061930257, 2.96517301094097, 3.2294316977659885, 3.286466786367279, 3.1127892433569335 ], "relative wind angle": [ - 0.16087922385561723, + 0.1608792238556193, 0.101365122533177, - 0.038466447379768814, - 0.14586547403234737, - 0.1509264029284437, - 0.07752492994406847, + 0.03846644737976592, + 0.14586547403234665, + 0.15092640292844295, + 0.07752492994406845, 0.028032495665227627, 0.12250597628573477 ], "resistance": [ - 96312.24592481939, + 96312.24592481938, 95698.88401715358, 95597.85015984908, 95961.68594236163, @@ -96298,7 +68789,7 @@ 97160.25515172923 ], "fuel": [ - 41.02450870361246, + 41.024508703612454, 40.709983801039826, 40.658309095019426, 40.84457418718361, @@ -96338,9 +68829,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -367.5128725272034, + -367.5128725272061, -1169.3384056942587, - -1327.059864664242, + -1327.059864664261, -939.2457269609522, 20.42927694822265, 1009.7568231683863, @@ -96348,9 +68839,9 @@ 682.6473849111417 ], "relative wind speed": [ - 4.146371389679647, + 4.146371389679646, 3.8860771132283682, - 3.8082567192834835, + 3.808256719283483, 3.9682265993610377, 4.254983489397798, 4.493960932879196, @@ -96358,19 +68849,19 @@ 4.4215899688149864 ], "relative wind angle": [ - 0.09079458162022236, + 0.09079458162022237, 0.058519778437348464, - 0.014318035979368775, - 0.07678284858514967, + 0.01431803597937653, + 0.07678284858514968, 0.08847082624830319, - 0.050596701460603966, + 0.05059670146060396, 0.011957250924000238, 0.06889679707083671 ], "resistance": [ 96266.98712747279, 95465.16159430574, - 95307.44013533575, + 95307.44013533574, 95695.25427303904, 96654.92927694823, 97644.25682316838, @@ -96418,39 +68909,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -459.74747523670794, + -459.7474752367125, -1328.6727032032204, - -1476.8348808370683, + -1476.834880837083, -986.6223596330547, 114.92228365000756, 1213.795396659205, 1562.548343016546, - 726.4666004866494 + 726.4666004866476 ], "relative wind speed": [ - 3.8052130234939687, + 3.805213023493968, 3.4900172313486175, 3.4096343616945517, 3.625008966777292, 3.9796928874460886, 4.258800459923759, 4.323424007902634, - 4.144503784935094 + 4.144503784935095 ], "relative wind angle": [ - 0.12039282965164885, + 0.12039282965164978, 0.0748661730121316, - 0.025767445065945936, - 0.10648384512881208, + 0.025767445065954554, + 0.10648384512881207, 0.11509052652625464, 0.06133275212919548, - 0.020320442760548743, - 0.09309507934696555 + 0.02032044276054874, + 0.09309507934696795 ], "resistance": [ 96174.75252476333, 95305.82729679682, - 95157.66511916298, + 95157.66511916296, 95647.87764036699, 96749.42228365006, 97848.29539665925, @@ -96460,7 +68951,7 @@ "fuel": [ 43.628590972134575, 43.18387386738795, - 43.10832463438512, + 43.1083246343851, 43.358600395650264, 43.92425120306156, 44.493028869917254, @@ -96498,19 +68989,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -690.2661229003579, + -690.2661229003652, -1631.8156483406701, - -1732.2859480266607, + -1732.2859480266616, -1047.7312305676478, 291.6594192441926, 1538.3911261655403, - 1774.8882535220264, + 1774.8882535220391, 706.5327569418341 ], "relative wind speed": [ 4.1390658984422, 3.818886472199185, - 3.769307559264052, + 3.7693075592640515, 4.027853594374755, 4.410302439522272, 4.690281466197662, @@ -96518,17 +69009,17 @@ 4.5120981308018555 ], "relative wind angle": [ - 0.11640144624840007, + 0.11640144624840293, 0.06377937075865536, 0.03621745708467565, 0.10856360928217407, - 0.1092131304785975, + 0.10921313047859751, 0.05191809133582695, - 0.028857837216250605, - 0.09687360457632582 + 0.028857837216246757, + 0.09687360457632584 ], "resistance": [ - 95944.23387709969, + 95944.23387709967, 95002.68435165938, 94902.21405197338, 95586.7687694324, @@ -96578,9 +69069,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -559.9053217206329, + -559.9053217206383, -1945.1542943998174, - -2236.4043205478683, + -2236.4043205478874, -1600.0499633210675, 20.13801055471231, 1718.3563663641198, @@ -96588,7 +69079,7 @@ 1226.8447887027505 ], "relative wind speed": [ - 4.810797008931843, + 4.810797008931842, 4.41979228003145, 4.29428572342911, 4.528068621452412, @@ -96600,17 +69091,17 @@ "relative wind angle": [ 0.11573698956496088, 0.0776566955996998, - 0.01644984864953038, + 0.01644984864953713, 0.0979416068952194, - 0.11244195582085156, + 0.11244195582085158, 0.06470166719993187, - 0.013068608072275003, + 0.013068608072275004, 0.08507275850635006 ], "resistance": [ 96074.59467827938, 94689.3457056002, - 94398.09567945215, + 94398.09567945213, 95034.45003667894, 96654.63801055473, 98352.85636636414, @@ -96645,68 +69136,7 @@ "id": "1882", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.48053688631372, - 17.48053688631372, - 17.48053688631372, - 17.48053688631372, - 17.48053688631372, - 17.48053688631372, - 17.48053688631372, - 17.48053688631372 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -490.6182402200611, - -1991.5272053972703, - -2342.1728435247524, - -1739.7291093695603, - -67.71406558400486, - 1740.6962713830253, - 2566.8344345749047, - 1381.8901410143917 - ], - "relative wind speed": [ - 4.839874991186698, - 4.420875343160687, - 4.269635427662302, - 4.50014035664135, - 4.942106321103385, - 5.320212967507817, - 5.442335724140455, - 5.253336234235566 - ], - "relative wind angle": [ - 0.12145514957091727, - 0.08565993706887483, - 0.012059185256308471, - 0.1003971556745783, - 0.11893071408783995, - 0.07115284538022577, - 0.009460615318537128, - 0.08596416837040928 - ], - "resistance": [ - 96143.88175977995, - 94642.97279460274, - 94292.32715647526, - 94894.77089063046, - 96566.78593441601, - 98375.19627138304, - 99201.33443457492, - 98016.3901410144 - ], - "fuel": [ - 47.046007144411675, - 46.27977712133475, - 46.10197671148139, - 46.407737554118064, - 47.2634179336101, - 48.20061098587479, - 48.632799391803516, - 48.013695096626506 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -57.5, -54.375 -56.875, -53.75 -56.875, -53.75 -57.5, -54.375 -57.5))", @@ -96725,68 +69155,7 @@ "id": "1883", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.745348003145567, - 13.745348003145567, - 13.745348003145567, - 13.745348003145567, - 13.745348003145567, - 13.745348003145567, - 13.745348003145567, - 13.745348003145567 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -387.35878007059, - -1463.2892393400907, - -1700.782361155545, - -1221.3870254374096, - 17.932657958577693, - 1333.0874809161596, - 1889.9367226680388, - 987.6435447481463 - ], - "relative wind speed": [ - 3.794655288014771, - 3.404693257382128, - 3.272737763034847, - 3.5031682718625348, - 3.9193660234158565, - 4.262499572258249, - 4.364633583105316, - 4.181943428524678 - ], - "relative wind angle": [ - 0.14439408447806154, - 0.10048834915883154, - 0.019248048585916472, - 0.12323979094093591, - 0.13976893236407537, - 0.08021656401772626, - 0.01443239424327591, - 0.10315836142736413 - ], - "resistance": [ - 96247.14121992941, - 95171.21076065992, - 94933.71763884445, - 95413.1129745626, - 96652.43265795858, - 97967.58748091616, - 98524.43672266803, - 97622.14354474815 - ], - "fuel": [ - 43.52252814361455, - 42.971990049345436, - 42.85104859646738, - 43.09539255569328, - 43.731026847317324, - 44.41180668431997, - 44.70199489060248, - 44.23236703280992 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -56.875, -53.75 -56.25, -53.125 -56.25, -53.125 -56.875, -53.75 -56.875))", @@ -96805,68 +69174,7 @@ "id": "1884", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.772799035926457, - 9.772799035926457, - 9.772799035926457, - 9.772799035926457, - 9.772799035926457, - 9.772799035926457, - 9.772799035926457, - 9.772799035926457 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 465.8557874815888, - -470.20864431019027, - -1074.3107942076244, - -1116.9732047931457, - -614.8304418030675, - 296.73835368528944, - 1125.637873673838, - 1224.547825930379 - ], - "relative wind speed": [ - 2.990379674238852, - 2.5953643678479215, - 2.2508950581990796, - 2.2163285671316566, - 2.522523024207788, - 2.9273839519039213, - 3.1998381897736996, - 3.2238766549412836 - ], - "relative wind angle": [ - 0.15997271579845668, - 0.19574144228961735, - 0.10572323152609092, - 0.07626567061217861, - 0.18997596727494048, - 0.17330082349652723, - 0.07429985548005183, - 0.052403768724573356 - ], - "resistance": [ - 97100.3557874816, - 96164.29135568983, - 95560.18920579238, - 95517.52679520687, - 96019.66955819694, - 96931.2383536853, - 97760.13787367386, - 97859.04782593039 - ], - "fuel": [ - 41.16696970927818, - 40.68478359126308, - 40.375329164050925, - 40.35352646180108, - 40.610576699714684, - 41.079612509392916, - 41.50879605169164, - 41.56017990285041 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -57.5, -53.75 -56.875, -53.125 -56.875, -53.125 -57.5, -53.75 -57.5))", @@ -96885,68 +69193,7 @@ "id": "1886", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.281300458298139, - 12.281300458298139, - 12.281300458298139, - 12.281300458298139, - 12.281300458298139, - 12.281300458298139, - 12.281300458298139, - 12.281300458298139 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 620.2970477901226, - -603.0360610190019, - -1412.0736343646086, - -1486.3198359801786, - -860.1409765770968, - 320.7667037479987, - 1409.570219828105, - 1582.7746100064824 - ], - "relative wind speed": [ - 3.7008941163151285, - 3.2926296278405798, - 2.9376256909231424, - 2.890837906082495, - 3.191089414780494, - 3.6108529528584308, - 3.905127938151115, - 3.9398889723006945 - ], - "relative wind angle": [ - 0.13146974855197205, - 0.16016844454863155, - 0.0877621110802026, - 0.055718452399860854, - 0.15262622435329176, - 0.14594674972197, - 0.06598204601962106, - 0.04087285672615425 - ], - "resistance": [ - 97254.79704779013, - 96031.463938981, - 95222.42636563539, - 95148.18016401982, - 95774.3590234229, - 96955.266703748, - 98044.0702198281, - 98217.27461000648 - ], - "fuel": [ - 42.89092019939724, - 42.26070685993952, - 41.846981558337525, - 41.80913558028857, - 42.128964637076415, - 42.73609906917906, - 43.300478282058094, - 43.39066512841879 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -57.5, -53.125 -56.875, -52.5 -56.875, -52.5 -57.5, -53.125 -57.5))", @@ -96965,68 +69212,7 @@ "id": "1887", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.477629581898643, - 9.477629581898643, - 9.477629581898643, - 9.477629581898643, - 9.477629581898643, - 9.477629581898643, - 9.477629581898643, - 9.477629581898643 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 658.7868204373499, - -122.36253320908509, - -777.317855696564, - -956.2658218852885, - -741.9256411310103, - -63.24132372572558, - 709.5088184600618, - 1127.5838837809365 - ], - "relative wind speed": [ - 2.9663697767992816, - 2.6591359215808965, - 2.320340009733369, - 2.1740534467574606, - 2.341737042482659, - 2.685531265765074, - 2.9831366492459233, - 3.0913708349995233 - ], - "relative wind angle": [ - 0.11276619428390931, - 0.1733533613041618, - 0.13611218954030754, - 0.006162017950431887, - 0.14302996894438721, - 0.17163250219018214, - 0.1057409719432635, - 0.004333518762402721 - ], - "resistance": [ - 97293.2868204374, - 96512.13746679095, - 95857.18214430349, - 95678.23417811476, - 95892.57435886904, - 96571.25867627432, - 97344.0088184601, - 97762.08388378099 - ], - "fuel": [ - 41.100561719499765, - 40.69738962039834, - 40.361099619514626, - 40.26949555173883, - 40.37923112746973, - 40.72782423926384, - 41.12681920418065, - 41.3436106506598 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -55.625, -52.5 -55, -51.875 -55, -51.875 -55.625, -52.5 -55.625))", @@ -97058,53 +69244,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1197.5633944040364, + 1197.5633944040037, -811.7951928048697, - -2290.952387088186, + -2290.9523870882003, -2543.3006556016007, -1731.1878637504997, 133.17818280149368, - 1992.8969219124065, + 1992.8969219123956, 2592.212246319921 ], "relative wind speed": [ 6.3803409039157195, 6.013990353227733, - 5.681317742056682, + 5.681317742056681, 5.596047567848755, 5.817775941937404, 6.195739422542676, - 6.5021454670406795, + 6.50214546704068, 6.57567628302517 ], "relative wind angle": [ - 0.06443865321241135, + 0.06443865321241653, 0.08154536142920343, - 0.04964342723740539, + 0.049643427237407625, 0.016292323743576156, 0.0706796522678015, 0.07914818322269344, - 0.04337224734299158, + 0.04337224734299414, 0.01386496268668441 ], "resistance": [ - 97832.06339440403, + 97832.063394404, 95822.70480719513, - 94343.54761291182, + 94343.5476129118, 94091.1993443984, 94903.3121362495, 96767.6781828015, - 98627.39692191241, + 98627.3969219124, 99226.71224631992 ], "fuel": [ - 53.34573845135384, + 53.345738451353824, 52.309217899336815, 51.5558002884876, 51.42807812225869, 51.83996220802056, 52.7948077439287, - 53.76015865724278, + 53.76015865724277, 54.073995791576905 ] }, @@ -97125,68 +69311,7 @@ "id": "1897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.194374527807557, - 11.194374527807557, - 11.194374527807557, - 11.194374527807557, - 11.194374527807557, - 11.194374527807557, - 11.194374527807557, - 11.194374527807557 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 551.5382876556123, - -629.7937749968692, - -1374.9466040711432, - -1411.9973925623663, - -755.9007563105365, - 404.18570099900353, - 1439.5128576783654, - 1525.5036625516295 - ], - "relative wind speed": [ - 3.4019895007748477, - 2.9631289266395133, - 2.590331236587717, - 2.564243532175916, - 2.9078327442563627, - 3.353936611813638, - 3.6495490018233396, - 3.667925699853497 - ], - "relative wind angle": [ - 0.15683855032385538, - 0.18772794802288092, - 0.09692797445733639, - 0.07748116837927022, - 0.18377300254350878, - 0.1656374086656075, - 0.06874278051380588, - 0.05413927747584719 - ], - "resistance": [ - 97186.03828765563, - 96004.70622500314, - 95259.55339592887, - 95222.50260743765, - 95878.59924368947, - 97038.68570099902, - 98074.01285767838, - 98160.00366255164 - ], - "fuel": [ - 42.092079297333214, - 41.48371318833624, - 41.10264286523682, - 41.08374905377588, - 41.41907697553963, - 42.01591172928147, - 42.55278993682119, - 42.597560639315496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -57.5, -52.5 -56.875, -51.875 -56.875, -51.875 -57.5, -52.5 -57.5))", @@ -97205,68 +69330,7 @@ "id": "1898", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.520638908801425, - 8.520638908801425, - 8.520638908801425, - 8.520638908801425, - 8.520638908801425, - 8.520638908801425, - 8.520638908801425, - 8.520638908801425 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 832.0979997238178, - 159.6511279593051, - -535.6439425489052, - -880.3195867715938, - -810.1232799916293, - -298.1378955863702, - 437.50621684587804, - 994.8092629258922 - ], - "relative wind speed": [ - 2.786624284384385, - 2.525363915772475, - 2.160687688209519, - 1.9077855157281587, - 1.9731742190192434, - 2.298092359727367, - 2.643883529004784, - 2.8317919815729455 - ], - "relative wind angle": [ - 0.08811127780530002, - 0.18421275736245218, - 0.19042561863841673, - 0.060731063076347756, - 0.12459673525603135, - 0.20267231475458253, - 0.15530822803815644, - 0.04090092962251216 - ], - "resistance": [ - 97466.59799972382, - 96794.15112795931, - 96098.85605745109, - 95754.1804132284, - 95824.37672000837, - 96336.36210441362, - 97072.00621684588, - 97629.30926292589 - ], - "fuel": [ - 40.69095501398233, - 40.34331751821731, - 39.98563742819597, - 39.8089931202115, - 39.84493248081028, - 40.107615184618425, - 40.48675736633507, - 40.77532531954034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -57.5, -51.875 -56.875, -51.25 -56.875, -51.25 -57.5, -51.875 -57.5))", @@ -97285,68 +69349,7 @@ "id": "1899", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.305665602772098, - 11.305665602772098, - 11.305665602772098, - 11.305665602772098, - 11.305665602772098, - 11.305665602772098, - 11.305665602772098, - 11.305665602772098 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 986.7032778569992, - 18.01316314748965, - -891.9157543160659, - -1243.8014553749226, - -1066.626325258028, - -274.32972105534145, - 736.8654457001103, - 1401.1704669381643 - ], - "relative wind speed": [ - 3.5387703373854933, - 3.233034598171286, - 2.8597982889406013, - 2.6519452129311007, - 2.7724917259813795, - 3.1236346070598713, - 3.468596202783923, - 3.629985187160749 - ], - "relative wind angle": [ - 0.08677718225084496, - 0.15186441666438413, - 0.13503119899521443, - 0.020876607401540473, - 0.11084911554166087, - 0.15722670516048393, - 0.11122206763698753, - 0.015251231317351671 - ], - "resistance": [ - 97621.203277857, - 96652.5131631475, - 95742.58424568393, - 95390.69854462508, - 95567.87367474198, - 96360.17027894466, - 97371.36544570011, - 98035.67046693816 - ], - "fuel": [ - 42.39206604708237, - 41.8912551499176, - 41.42400407423935, - 41.2441358698521, - 41.33464226682612, - 41.740800339339245, - 42.26256623234087, - 42.60741136281584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -57.5, -51.25 -56.875, -50.625 -56.875, -50.625 -57.5, -51.25 -57.5))", @@ -97365,68 +69368,7 @@ "id": "1902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.33874296177019, - 11.33874296177019, - 11.33874296177019, - 11.33874296177019, - 11.33874296177019, - 11.33874296177019, - 11.33874296177019, - 11.33874296177019 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 597.107100474027, - -393.88639104514823, - -1103.9472864930058, - -1215.1786618852966, - -781.6556046218452, - 145.80217200758216, - 1057.6635321518252, - 1317.7518844110673 - ], - "relative wind speed": [ - 3.4324988940552155, - 3.0836274619971946, - 2.7588101650588146, - 2.6833813955138606, - 2.9185148512236383, - 3.284968686322588, - 3.5621263407789687, - 3.619287482462991 - ], - "relative wind angle": [ - 0.11768952361811852, - 0.1524246104921416, - 0.09405646481123038, - 0.03793808866237041, - 0.13853943821780082, - 0.14301588179113148, - 0.07280217049622907, - 0.028124696317172775 - ], - "resistance": [ - 97231.60710047405, - 96240.61360895488, - 95530.55271350703, - 95419.32133811474, - 95852.84439537818, - 96780.3021720076, - 97692.16353215186, - 97952.25188441109 - ], - "fuel": [ - 42.21254801979747, - 41.70168409161175, - 41.33789007723079, - 41.281071537956706, - 41.50278112131996, - 41.97944408323199, - 42.451211811286456, - 42.58634026332779 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -57.5, -50.625 -56.875, -50 -56.875, -50 -57.5, -50.625 -57.5))", @@ -97445,68 +69387,7 @@ "id": "1903", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.118358773941987, - 9.118358773941987, - 9.118358773941987, - 9.118358773941987, - 9.118358773941987, - 9.118358773941987, - 9.118358773941987, - 9.118358773941987 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 166.0834383273468, - -646.932720297712, - -1037.0397908208117, - -941.6964060879452, - -325.29065648792175, - 542.6008332270876, - 1187.630632950048, - 966.7664827767667 - ], - "relative wind speed": [ - 2.698281025932155, - 2.2961243719573767, - 2.0236590737914866, - 2.106943913770188, - 2.47036772449504, - 2.848025642025651, - 3.0476615859037994, - 2.990689641764762 - ], - "relative wind angle": [ - 0.1911206202028898, - 0.1948850859608407, - 0.057487585206218786, - 0.13339399020859669, - 0.20900295063313373, - 0.15676816669303778, - 0.038160217825388934, - 0.09383539317544722 - ], - "resistance": [ - 96800.58343832736, - 95987.5672797023, - 95597.4602091792, - 95692.80359391207, - 96309.20934351209, - 97177.1008332271, - 97822.13063295007, - 97601.26648277679 - ], - "fuel": [ - 40.6514561662587, - 40.23337552016687, - 40.03364238634334, - 40.082405499469985, - 40.398480793310995, - 40.845907547661284, - 41.180257379818535, - 41.065598615395174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -58.125, -52.5 -57.5, -51.875 -57.5, -51.875 -58.125, -52.5 -58.125))", @@ -97525,68 +69406,7 @@ "id": "1904", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.336917963490151, - 10.336917963490151, - 10.336917963490151, - 10.336917963490151, - 10.336917963490151, - 10.336917963490151, - 10.336917963490151, - 10.336917963490151 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 923.7313208138503, - 963.0063059588911, - 325.67890518210015, - -445.37539310912143, - -923.1161274475844, - -939.899619917488, - -504.080689276308, - 257.39197581739927 - ], - "relative wind speed": [ - 3.252118029655569, - 3.2616486974446697, - 3.0656771074705986, - 2.7536711069663244, - 2.500986468560042, - 2.4885443072585103, - 2.7263214901148314, - 3.0411347272671274 - ], - "relative wind angle": [ - 0.05264642928848998, - 0.04448144780387213, - 0.12303799868741995, - 0.14102630050049608, - 0.0684798389718305, - 0.058314111268900654, - 0.13844604767731566, - 0.12761904751662775 - ], - "resistance": [ - 97558.23132081387, - 97597.5063059589, - 96960.17890518211, - 96189.1246068909, - 95711.38387255243, - 95694.60038008253, - 96130.41931072371, - 96891.89197581742 - ], - "fuel": [ - 41.73761412132924, - 41.75798366301893, - 41.428149922135376, - 41.03112939915814, - 40.786247793644606, - 40.77766030886785, - 41.000992315494024, - 41.39289928287312 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -58.125, -51.875 -57.5, -51.25 -57.5, -51.25 -58.125, -51.875 -58.125))", @@ -97605,68 +69425,7 @@ "id": "1905", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.004241566514175, - 12.004241566514175, - 12.004241566514175, - 12.004241566514175, - 12.004241566514175, - 12.004241566514175, - 12.004241566514175, - 12.004241566514175 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1029.6926665973097, - 1073.0378294452094, - 355.1923152448544, - -516.9948038925932, - -1055.998490223943, - -1074.4283951100351, - -582.421691452816, - 279.238175704847 - ], - "relative wind speed": [ - 3.703493579395912, - 3.712783842334828, - 3.5194265125131836, - 3.2155600313852446, - 2.973884210207709, - 2.9622775238736327, - 3.1895907278785405, - 3.4957153306451016 - ], - "relative wind angle": [ - 0.044812366922458144, - 0.03797659881542496, - 0.10397157606367038, - 0.1170719751024812, - 0.055816884572356916, - 0.04760467866863643, - 0.11476848586609836, - 0.10765151477200932 - ], - "resistance": [ - 97664.19266659733, - 97707.53782944522, - 96989.69231524487, - 96117.50519610742, - 95578.50150977608, - 95560.07160488998, - 96052.07830854719, - 96913.73817570486 - ], - "fuel": [ - 42.90111858079294, - 42.923616494332926, - 42.5519261340784, - 42.10290003625505, - 41.82682118557347, - 41.81740046253339, - 42.069330595647116, - 42.512710319060474 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -58.75, -51.875 -58.125, -51.25 -58.125, -51.25 -58.75, -51.875 -58.75))", @@ -97685,68 +69444,7 @@ "id": "1907", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.666559307146468, - 10.666559307146468, - 10.666559307146468, - 10.666559307146468, - 10.666559307146468, - 10.666559307146468, - 10.666559307146468, - 10.666559307146468 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1092.7981687436732, - 955.4134323179242, - 198.61434026926418, - -614.5690450067768, - -1036.1338621032683, - -977.4028770285431, - -409.4384171899951, - 437.2803512986002 - ], - "relative wind speed": [ - 3.3840872925561416, - 3.351868787551345, - 3.1130039028446452, - 2.779198303721155, - 2.5468859833204003, - 2.5891409090107382, - 2.871912553778037, - 3.196049405792616 - ], - "relative wind angle": [ - 0.035984021737810644, - 0.06274117326885026, - 0.1349938119613498, - 0.1380090809633895, - 0.047820439386600376, - 0.08126004366876932, - 0.1464047079846589, - 0.11991556195470038 - ], - "resistance": [ - 97727.29816874371, - 97589.91343231796, - 96833.11434026931, - 96019.93095499327, - 95598.36613789678, - 95657.0971229715, - 96225.06158281004, - 97071.78035129864 - ], - "fuel": [ - 42.029979983576666, - 41.95868561795847, - 41.56721172890884, - 41.14894690711831, - 40.933081448637225, - 40.9631154475136, - 41.25422477777044, - 41.69043781743163 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -63.4375, -60 -63.125, -59.6875 -63.125, -59.6875 -63.4375, -60 -63.4375))", @@ -97778,19 +69476,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1279.4442655612393, + 1279.4442655612293, 1839.5236108791814, 975.4385503537742, -355.8209422759237, -1406.8969501559195, -1645.830280780876, - -1194.064787534191, + -1194.064787534192, 0.6765263668894477 ], "relative wind speed": [ - 4.168019314447861, + 4.16801931444786, 4.272965642662285, - 4.095581403772437, + 4.095581403772436, 3.713301720861155, 3.3243615482135027, 3.188342723967825, @@ -97798,17 +69496,17 @@ 3.8255921160913737 ], "relative wind angle": [ - 0.0824825586025902, + 0.0824825586025929, 0.013278222053254263, - 0.10362258328155742, - 0.14658728873832091, - 0.10348238558543554, - 0.017795675997303483, - 0.12443751646739964, + 0.10362258328155637, + 0.14658728873832094, + 0.10348238558543556, + 0.01779567599730348, + 0.12443751646740053, 0.1422548831034114 ], "resistance": [ - 97913.94426556125, + 97913.94426556124, 98474.0236108792, 97609.93855035379, 96278.67905772409, @@ -97818,7 +69516,7 @@ 96635.17652636691 ], "fuel": [ - 44.12302547113226, + 44.12302547113225, 44.41478853503363, 43.965148003810405, 43.27784327455997, @@ -97858,34 +69556,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1034.4965340849867, + 1034.496534084983, 1146.5140540185294, 446.39172611503045, -431.06653747268865, - -1005.8710264903912, + -1005.8710264903921, -1054.0890491876671, -595.7107627092587, - 254.1200172830131 + 254.12001728301357 ], "relative wind speed": [ - 3.1586426890630803, + 3.15864268906308, 3.1862850609335087, 2.969962063080465, 2.600369992572984, 2.276433388261482, 2.2375790754373894, 2.517637375045525, - 2.897800633254344 + 2.8978006332543442 ], "relative wind angle": [ - 0.07262243359178783, - 0.047406595320533214, + 0.07262243359178937, + 0.04740659532053322, 0.14962523147588494, 0.18374204939376468, - 0.10084885065638632, - 0.06753244562163516, - 0.17676853989221375, - 0.16470013819094528 + 0.10084885065638743, + 0.06753244562163517, + 0.17676853989221378, + 0.16470013819094598 ], "resistance": [ 97668.99653408497, @@ -97938,11 +69636,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1142.3361518301735, + 1142.3361518301635, 986.9272746045244, - 202.0033673640437, + 202.0033673640428, -632.2631730527305, - -1059.8891717230858, + -1059.889171723084, -993.2360876743796, -401.89671897155586, 470.4697452150599 @@ -97950,7 +69648,7 @@ "relative wind speed": [ 3.299889932894787, 3.2626348884345755, - 3.0063694658181572, + 3.006369465818157, 2.647785744318559, 2.397915208381712, 2.448363637325586, @@ -97958,11 +69656,11 @@ 3.1029826889610717 ], "relative wind angle": [ - 0.038268133347273456, - 0.07053703792655341, - 0.15073207403799424, - 0.15489471726778337, - 0.0526741763936141, + 0.03826813334727926, + 0.0705370379265534, + 0.15073207403799427, + 0.15489471726778334, + 0.052674176393612, 0.09405678064648325, 0.16448510904224137, 0.1320275388650015 @@ -98018,31 +69716,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 767.067424458483, + 767.0674244584816, 861.6899764008945, - 345.1413598474028, + 345.1413598474019, -307.11530209456805, - -739.3730056858224, + -739.373005685823, -780.1735980394506, -445.5464050724256, 183.28778717227124 ], "relative wind speed": [ - 2.666815527335601, + 2.6668155273356007, 2.694377997493053, - 2.5065392875634926, + 2.506539287563492, 2.180224466979254, - 1.888774734066672, + 1.8887747340666723, 1.8492436993301375, 2.0968156458753318, 2.434336937745454 ], "relative wind angle": [ - 0.07803882013192086, - 0.04799123070662111, - 0.15651079295649628, + 0.07803882013192087, + 0.047991230706621105, + 0.1565107929564963, 0.1953847675378516, - 0.11029695484494569, + 0.11029695484494773, 0.06995420247686865, 0.1874259519882753, 0.17476623594996582 @@ -98098,17 +69796,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 865.5705965157226, + 865.5705965157181, 886.0153546256265, - 299.03389232137124, + 299.0338923213708, -396.3405680109463, -821.5228291574231, -830.3282573489626, - -426.3579576289503, + -426.35795762894986, 263.9697611582692 ], "relative wind speed": [ - 2.8253269987710885, + 2.825326998771088, 2.8309829899727355, 2.620785709140241, 2.283837114675755, @@ -98118,13 +69816,13 @@ 2.606008848318077 ], "relative wind angle": [ - 0.06358533496823256, + 0.06358533496823605, 0.05778482241021642, - 0.15737577385276824, + 0.15737577385276896, 0.18379040149206677, 0.08960792845549904, - 0.0819143856695645, - 0.1822028550899954, + 0.08191438566956451, + 0.1822028550899948, 0.16085657228495723 ], "resistance": [ @@ -98178,9 +69876,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 841.1191223127962, + 841.1191223127853, 458.73575829854553, - -137.05317873982221, + -137.05317873982176, -613.5047045863362, -728.2048426774209, -533.4641814044282, @@ -98188,7 +69886,7 @@ 573.421869319814 ], "relative wind speed": [ - 2.694918813935401, + 2.6949188139354003, 2.5721947292666645, 2.2980865203290732, 2.009888247021296, @@ -98198,17 +69896,17 @@ 2.615674555039427 ], "relative wind angle": [ - 0.012876036288939182, + 0.012876036288947804, 0.11877522736839623, - 0.17333474623710265, + 0.17333474623710202, 0.1275785009724422, 0.018241337066516147, - 0.14812445041317138, - 0.1682770285754894, + 0.14812445041317135, + 0.16827702857548943, 0.09792221342533296 ], "resistance": [ - 97475.61912231283, + 97475.61912231281, 97093.23575829857, 96497.44682126021, 96020.9952954137, @@ -98218,7 +69916,7 @@ 97207.92186931985 ], "fuel": [ - 40.576733845528594, + 40.57673384552858, 40.378832421932565, 40.07156783419775, 39.82679928771977, @@ -98258,19 +69956,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1051.5838311537946, + 1051.5838311537814, 532.5699448851801, - -221.6749829632913, + -221.67498296329222, -794.1279345984829, -911.7618992758307, - -623.1446124272406, + -623.1446124272404, 63.61124784623826, 778.11747112291 ], "relative wind speed": [ - 2.923133854828635, + 2.9231338548286345, 2.7630259391382483, - 2.432894066326791, + 2.4328940663267904, 2.0984559400826597, 1.9939100821878735, 2.2104471513123687, @@ -98278,17 +69976,17 @@ 2.849012393203576 ], "relative wind angle": [ - 0.02375217368979191, - 0.1371479501233823, + 0.02375217368980126, + 0.13714795012338232, 0.19223161362871682, 0.13362660135904153, 0.03482518609982895, - 0.171738940654957, + 0.17173894065495698, 0.18190692009804818, 0.09828894992097123 ], "resistance": [ - 97686.08383115378, + 97686.08383115377, 97167.06994488517, 96412.8250170367, 95840.3720654015, @@ -98298,7 +69996,7 @@ 97412.6174711229 ], "fuel": [ - 40.968312049198374, + 40.96831204919836, 40.69942335730951, 40.310453835973135, 40.016648757026694, @@ -98338,10 +70036,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 707.7305420953353, + 707.7305420953312, 171.1325120428737, - -408.23850981995724, - -717.7895422344191, + -408.23850981995815, + -717.7895422344181, -681.3981086186718, -284.7806185228312, 315.4821499056825, @@ -98350,22 +70048,22 @@ "relative wind speed": [ 2.558710511098242, 2.336234170622632, - 2.0123834633402, - 1.7739942297094005, + 2.0123834633401994, + 1.7739942297094002, 1.8107579807341365, 2.0899411102737258, 2.403363630596064, 2.584335198335298 ], "relative wind angle": [ - 0.07761910393495672, + 0.077619103934961, 0.17461249462221237, 0.1877330000664083, - 0.07067810649708871, - 0.10979082499721662, + 0.07067810649708714, + 0.10979082499721661, 0.1954415217018901, 0.1569139347447852, - 0.04849498920176454 + 0.048494989201764545 ], "resistance": [ 97342.23054209535, @@ -98418,9 +70116,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 819.9343133553725, + 819.9343133553662, 246.93329869193394, - -408.8081799191084, + -408.80817991910953, -790.7849401376445, -780.8002141218969, -374.7318190090268, @@ -98430,7 +70128,7 @@ "relative wind speed": [ 2.763631146136077, 2.5498066276215994, - 2.2206011703236275, + 2.220601170323627, 1.96119076855579, 1.9704248720555475, 2.240249416927832, @@ -98438,17 +70136,17 @@ 2.770191700521839 ], "relative wind angle": [ - 0.06359039810272021, - 0.15967877003940575, + 0.06359039810272546, + 0.15967877003940578, 0.180081476798737, 0.08016728650015087, - 0.08924742469484248, + 0.0892474246948425, 0.1819744844582964, 0.1555707339877668, 0.0567250445907457 ], "resistance": [ - 97454.43431335542, + 97454.4343133554, 96881.43329869198, 96225.69182008093, 95843.7150598624, @@ -98458,7 +70156,7 @@ 97477.6246988374 ], "fuel": [ - 40.673140852507245, + 40.67314085250724, 40.37683418892759, 40.039240393022006, 39.84332570574065, @@ -98498,33 +70196,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 532.7040915232421, + 532.7040915232399, 109.14085012322653, - -332.97609934099296, - -556.257047094063, - -515.5197525697549, + -332.9760993409934, + -556.2570470940634, + -515.5197525697547, -195.29968886933443, 270.24061592391695, 627.0972227032664 ], "relative wind speed": [ - 2.2142135150500546, + 2.214213515050054, 2.0079609921732797, 1.7168339357381892, - 1.511554122688691, + 1.5115541226886913, 1.5594719426304093, 1.8173571151516357, 2.094558537539473, 2.2471978916563176 ], "relative wind angle": [ - 0.08671898617702777, + 0.08671898617703032, 0.1844813468190353, - 0.19290094724954174, - 0.064299139610532, - 0.12328560795559329, + 0.1929009472495429, + 0.06429913961053373, + 0.12328560795559239, 0.2040893495317851, - 0.15778910936780377, + 0.15778910936780374, 0.043233814056861594 ], "resistance": [ @@ -98578,19 +70276,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 725.5143281822168, + 725.5143281822095, 302.01163077806063, - -246.17208267474393, + -246.17208267474416, -618.2093655269744, - -660.8105360021641, + -660.8105360021632, -391.89109162749037, - 131.8905870981332, + 131.89058709813276, 626.4861537711124 ], "relative wind speed": [ 2.527419768950371, 2.3653078148838085, - 2.0779369066714595, + 2.077936906671459, 1.8180318256529937, 1.7748497669115697, 1.9857646699538147, @@ -98598,17 +70296,17 @@ 2.496538135999537 ], "relative wind angle": [ - 0.04155322132001398, + 0.041553221320022, 0.14451843387480487, - 0.18231713823167553, + 0.1823171382316749, 0.10589480912632994, - 0.05919010477966831, - 0.17239460250365266, - 0.16565288788267613, + 0.059190104779666436, + 0.17239460250365268, + 0.1656528878826768, 0.07704700020015691 ], "resistance": [ - 97360.01432818224, + 97360.01432818222, 96936.51163077807, 96388.32791732527, 96016.29063447304, @@ -98658,11 +70356,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 685.460087521762, + 685.4600875217607, 1043.044896875775, - 597.0557079409182, + 597.0557079409177, -112.10773242209552, - -691.4170131759704, + -691.4170131759702, -845.6454827199973, -630.2093740739856, -10.23442018519927 @@ -98670,7 +70368,7 @@ "relative wind speed": [ 2.5903435230353464, 2.6953901212652034, - 2.556654573432068, + 2.5566545734320676, 2.2250335293720083, 1.8538848880389271, 1.697539643017572, @@ -98678,13 +70376,13 @@ 2.2794724254968775 ], "relative wind angle": [ - 0.12894455055925358, - 0.01035607844332388, + 0.12894455055925533, + 0.010356078443323882, 0.14624281738114672, 0.22617519180053117, - 0.1806500884027491, + 0.18065008840274907, 0.016444052263914665, - 0.1973556451129985, + 0.19735564511299852, 0.22068303495204453 ], "resistance": [ @@ -98738,17 +70436,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 324.06872352958635, + 324.0687235295841, 960.85724240129, - 938.9703207655361, + 938.9703207655339, 286.53002990429286, - -462.3030070675122, + -462.3030070675113, -900.6350027445958, -891.2085937849047, -430.1668778322478 ], "relative wind speed": [ - 2.729972268791955, + 2.729972268791954, 2.9489076683824003, 2.943094783183358, 2.7147859766956457, @@ -98758,17 +70456,17 @@ 2.3791166918205784 ], "relative wind angle": [ - 0.15732397897659975, - 0.057797130456008185, - 0.0635195809867788, + 0.15732397897659972, + 0.05779713045600818, + 0.06351958098678054, 0.16075743796733033, - 0.18211394806240722, + 0.1821139480624066, 0.08191374964217316, 0.08950266881164083, 0.18368072038609362 ], "resistance": [ - 96958.56872352964, + 96958.56872352962, 97595.35724240134, 97573.47032076558, 96921.03002990433, @@ -98778,7 +70476,7 @@ 96204.3331221678 ], "fuel": [ - 40.68852150592943, + 40.68852150592942, 41.01807190740918, 41.006719961734476, 40.669141600469686, @@ -98805,68 +70503,7 @@ "id": "1944", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.319267446644722, - 6.319267446644722, - 6.319267446644722, - 6.319267446644722, - 6.319267446644722, - 6.319267446644722, - 6.319267446644722, - 6.319267446644722 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 685.8253777874222, - 745.0817855485541, - 296.73838419969616, - -246.96509286605146, - -598.1921345448261, - -624.0016395733062, - -330.63385946848314, - 197.87916838308388 - ], - "relative wind speed": [ - 2.1985462780777163, - 2.2190896698820186, - 2.018002577344917, - 1.6663242441600878, - 1.3402490375487743, - 1.3059533898737385, - 1.5992306954686266, - 1.9629663096508063 - ], - "relative wind angle": [ - 0.09828637086847443, - 0.06915144046120493, - 0.21603812872771938, - 0.2787104148248489, - 0.16167301858008323, - 0.11768065901688408, - 0.2739060148155591, - 0.2357175102362784 - ], - "resistance": [ - 97320.32537778743, - 97379.58178554857, - 96931.2383841997, - 96387.53490713396, - 96036.3078654552, - 96010.4983604267, - 96303.86614053154, - 96832.3791683831 - ], - "fuel": [ - 39.69551818033149, - 39.72620061405064, - 39.49437700109648, - 39.21424936033273, - 39.03387449576998, - 39.02063796651734, - 39.17123908685432, - 39.44336080206176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -64.6875, -53.4375 -64.375, -53.125 -64.375, -53.125 -64.6875, -53.4375 -64.6875))", @@ -98885,68 +70522,7 @@ "id": "1957", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.110231653297433, - 6.110231653297433, - 6.110231653297433, - 6.110231653297433, - 6.110231653297433, - 6.110231653297433, - 6.110231653297433, - 6.110231653297433 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 119.04440748044021, - 435.0628237644837, - 466.2634347017781, - 172.44929534377957, - -186.49033276529622, - -415.16248182551124, - -428.6132927571805, - -232.17730025021774 - ], - "relative wind speed": [ - 1.831006583504918, - 1.9966114889997288, - 2.0087824974171715, - 1.8628680191921063, - 1.619443143840212, - 1.4102211766115649, - 1.392829524040847, - 1.5826888348758574 - ], - "relative wind angle": [ - 0.16935771190644974, - 0.07127775459762832, - 0.05355197511932646, - 0.15862174467334045, - 0.19174122655150688, - 0.1010022850057929, - 0.07727431258066604, - 0.1870082903047468 - ], - "resistance": [ - 96753.54440748045, - 97069.5628237645, - 97100.76343470179, - 96806.94929534379, - 96448.00966723471, - 96219.3375181745, - 96205.88670724284, - 96402.3226997498 - ], - "fuel": [ - 39.33197149694423, - 39.49508746081572, - 39.51121211398052, - 39.359510853089745, - 39.1746201086699, - 39.05708048396784, - 39.05017270052683, - 39.15112102576151 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -64.6875, -53.125 -64.375, -52.8125 -64.375, -52.8125 -64.6875, -53.125 -64.6875))", @@ -98965,68 +70541,7 @@ "id": "1960", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.911340969967826, - 5.911340969967826, - 5.911340969967826, - 5.911340969967826, - 5.911340969967826, - 5.911340969967826, - 5.911340969967826, - 5.911340969967826 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 55.76599525241227, - 393.9839513325396, - 501.34981397779256, - 238.92202488244084, - -123.87183200711388, - -388.13805812809153, - -434.45927389386316, - -280.3752708310369 - ], - "relative wind speed": [ - 1.7396282123760611, - 1.9325530812680067, - 1.975367556802888, - 1.85209120772802, - 1.611102296921327, - 1.3737523490503802, - 1.3114419331295208, - 1.480444219380274 - ], - "relative wind angle": [ - 0.1921630165999148, - 0.09772859354146919, - 0.03319848147882204, - 0.1524676312658061, - 0.20770850605001795, - 0.13769760320011007, - 0.05001708602201642, - 0.19116679827360256 - ], - "resistance": [ - 96690.26599525241, - 97028.48395133254, - 97135.8498139778, - 96873.42202488244, - 96510.62816799288, - 96246.3619418719, - 96200.04072610613, - 96354.12472916897 - ], - "fuel": [ - 39.234726938596346, - 39.40923574164664, - 39.464721832991785, - 39.329176294526356, - 39.142213091903656, - 39.00633370342078, - 38.9825432063863, - 39.061711379403285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -65, -53.125 -64.6875, -52.8125 -64.6875, -52.8125 -65, -53.125 -65))", @@ -99045,68 +70560,7 @@ "id": "1962", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.363390466313039, - 6.363390466313039, - 6.363390466313039, - 6.363390466313039, - 6.363390466313039, - 6.363390466313039, - 6.363390466313039, - 6.363390466313039 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 44.99423397823011, - 484.7438480247829, - 658.4710846611158, - 339.6251367029579, - -122.30498156254635, - -474.00907547290103, - -549.0965994040072, - -373.5073904150522 - ], - "relative wind speed": [ - 1.8673938991235197, - 2.102961669095828, - 2.1660904946220607, - 2.034156122616735, - 1.7563014202342409, - 1.4660514559572049, - 1.3710604006784342, - 1.5601165091176377 - ], - "relative wind angle": [ - 0.21463195217464873, - 0.114842580403218, - 0.026288351201396856, - 0.15871594743326303, - 0.22844181860165963, - 0.16512215720222248, - 0.041539210454471856, - 0.2075609992877343 - ], - "resistance": [ - 96679.49423397824, - 97119.2438480248, - 97292.97108466113, - 96974.12513670298, - 96512.19501843747, - 96160.49092452711, - 96085.40340059601, - 96260.99260958497 - ], - "fuel": [ - 39.379834415311606, - 39.606795496357904, - 39.696656904342916, - 39.53181809929904, - 39.293677843928094, - 39.112895154711865, - 39.07435834254089, - 39.16450798839999 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -65.3125, -59.0625 -65, -58.75 -65, -58.75 -65.3125, -59.0625 -65.3125))", @@ -99138,13 +70592,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 881.0031849592165, + 881.0031849591896, 482.84433830533, - -136.95653108547276, + -136.95653108547322, -633.0495955210722, - -753.7615342431277, + -753.7615342431247, -551.5786739139085, - -0.9655079179601671, + -0.9655079179592576, 599.7472726687074 ], "relative wind speed": [ @@ -99154,21 +70608,21 @@ 1.9725074571390475, 1.8573537256303956, 2.0299253837994975, - 2.3474076544711546, + 2.347407654471154, 2.6086121467199277 ], "relative wind angle": [ - 0.013272322336967478, - 0.12525069029815966, - 0.18429186315690757, + 0.013272322336992574, + 0.1252506902981597, + 0.18429186315690815, 0.13721201163184452, - 0.019235873162620893, + 0.01923587316261512, 0.15846467392290134, - 0.17871399189824566, - 0.10361318331628458 + 0.1787139918982438, + 0.10361318331628457 ], "resistance": [ - 97515.50318495919, + 97515.50318495916, 97117.3443383053, 96497.5434689145, 96001.45040447889, @@ -99178,7 +70632,7 @@ 97234.24727266868 ], "fuel": [ - 40.55660536064171, + 40.5566053606417, 40.35049197610569, 40.03081586826704, 39.77597477924321, @@ -99218,7 +70672,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1358.1893702659563, + 1358.1893702659463, 1005.333694991099, 75.17690103960149, -821.7158844653522, @@ -99228,7 +70682,7 @@ 683.3663932574809 ], "relative wind speed": [ - 3.4387923377066087, + 3.4387923377066083, 3.357251851464632, 3.0496027880434755, 2.658331455450103, @@ -99238,17 +70692,17 @@ 3.2615824754224825 ], "relative wind angle": [ - 0.022215806605431678, - 0.09086364741153462, - 0.16709478403971753, - 0.15586426870201808, + 0.022215806605436678, + 0.09086364741153463, + 0.16709478403971756, + 0.15586426870201806, 0.031509345858082224, - 0.12039324171149154, + 0.12039324171149156, 0.17585974898654308, 0.1268624295879969 ], "resistance": [ - 97992.68937026594, + 97992.68937026593, 97639.83369499109, 96709.67690103958, 95812.78411553464, @@ -99298,19 +70752,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 913.8219689388002, + 913.8219689387897, 610.938386432505, - -2.5236905970175485, + -2.5236905970186854, -555.8833924376049, -753.8345274879146, -623.3411918126253, - -114.88012742917999, + -114.88012742918022, 513.70709870356 ], "relative wind speed": [ - 2.5805373794148387, + 2.5805373794148383, 2.487479799414526, - 2.2041160145171026, + 2.204116014517102, 1.85732313314591, 1.669487531277783, 1.805216339155464, @@ -99318,17 +70772,17 @@ 2.448818605517822 ], "relative wind angle": [ - 0.01230613954194513, + 0.012306139541954152, 0.1207718777247403, - 0.20819510036522912, + 0.2081951003652291, 0.18661555132383825, 0.01902234438169332, 0.16678430715616635, - 0.2143236749207918, - 0.14118834551523976 + 0.21432367492079232, + 0.1411883455152398 ], "resistance": [ - 97548.3219689388, + 97548.32196893879, 97245.4383864325, 96631.97630940298, 96078.61660756239, @@ -99338,7 +70792,7 @@ 97148.20709870355 ], "fuel": [ - 40.33105514940448, + 40.33105514940446, 40.17417187265177, 39.85746550033428, 39.57298891167544, @@ -99378,49 +70832,49 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2017.6154233844736, + 2017.6154233844481, 744.2197404296949, - -864.1524799244698, - -1907.617108318018, + -864.1524799244735, + -1907.6171083180125, -1986.4503935173234, -1143.8565628167735, - 419.4867188290318, + 419.48671882903, 1832.2388076019015 ], "relative wind speed": [ 5.014876010311012, 4.765495969697377, - 4.355002496715875, - 4.013775647983427, + 4.3550024967158745, + 4.013775647983426, 3.976908164211885, 4.272566922608244, 4.690280716435481, 4.985417233594722 ], "relative wind angle": [ - 0.03365764680893923, + 0.033657646808945826, 0.10228064664834045, - 0.11953927417867967, - 0.06180414903740739, - 0.04244698113995077, - 0.11412964053441756, - 0.11095755614453184, + 0.11953927417867968, + 0.0618041490374038, + 0.04244698113995076, + 0.11412964053441754, + 0.11095755614453284, 0.04974756685611812 ], "resistance": [ - 98652.11542338446, + 98652.11542338443, 97378.71974042967, - 95770.34752007552, - 94726.88289168196, + 95770.3475200755, + 94726.88289168198, 94648.04960648266, 95490.64343718321, 97053.98671882902, 98466.73880760188 ], "fuel": [ - 46.98928652402387, + 46.98928652402385, 46.326780507880514, - 45.49862062812154, + 45.498620628121536, 44.96648308789935, 44.92644494390526, 45.3555819740676, @@ -99458,9 +70912,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1794.0562374583105, + 1794.0562374582678, 1268.6459968958034, - 17.274316604978594, + 17.274316604975866, -1164.6164629495752, -1623.2678459389708, -1399.3729084588804, @@ -99478,17 +70932,17 @@ 4.1341545719428145 ], "relative wind angle": [ - 0.01429536654764046, + 0.014295366547655992, 0.07767768994398268, - 0.13533852796983645, - 0.11913114344332244, + 0.13533852796983808, + 0.11913114344332246, 0.018886479063668422, - 0.09664698859381028, - 0.13975944061817763, + 0.0966469885938103, + 0.13975944061817766, 0.10033193019074409 ], "resistance": [ - 98428.55623745828, + 98428.55623745824, 97903.14599689578, 96651.77431660495, 95469.8835370504, @@ -99498,7 +70952,7 @@ 97568.0646379889 ], "fuel": [ - 44.557039599885805, + 44.55703959988578, 44.283391772138344, 43.635780357023634, 43.029477371077846, @@ -99538,39 +70992,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1763.2014848635527, + 1763.2014848635508, 472.58828410687147, - -983.125801732378, + -983.1258017323798, -1802.335923048453, - -1756.4200267208398, + -1756.4200267208435, -823.2467213014179, 658.687296579491, 1870.493333409585 ], "relative wind speed": [ - 4.418277779345625, + 4.418277779345624, 4.115542333652723, - 3.667884706348133, + 3.6678847063481324, 3.3330629932015396, - 3.3583634108089, + 3.3583634108089004, 3.7231834005903592, 4.164901573321603, 4.437395003588219 ], "relative wind angle": [ 0.056802663464296736, - 0.1347519535758778, + 0.13475195357587783, 0.1453038796528984, 0.059489789100705376, - 0.07475927381882472, + 0.0747592738188277, 0.14905340366468275, - 0.12786239994653112, + 0.12786239994653115, 0.0446731039616955 ], "resistance": [ - 98397.7014848636, + 98397.70148486359, 97107.08828410691, - 95651.37419826767, + 95651.37419826766, 94832.1640769516, 94878.07997327921, 95811.25327869863, @@ -99578,7 +71032,7 @@ 98504.99333340963 ], "fuel": [ - 44.823476853723314, + 44.82347685372331, 44.153276276476134, 43.404778836892646, 42.98702564147675, @@ -99618,14 +71072,14 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1097.409368905492, - 971.3193097113858, - 234.49222883427456, + 1097.409368905487, + 971.3193097113854, + 234.49222883427274, -553.0446516269021, -970.4071280913877, -915.8721505027004, - -370.21536747056234, - 448.77366766425575 + -370.2153674705619, + 448.7736676642553 ], "relative wind speed": [ 2.9232973073705795, @@ -99638,14 +71092,14 @@ 2.706269800115841 ], "relative wind angle": [ - 0.051305902942703874, - 0.08581990780273917, - 0.19228305622189298, - 0.2086067826696245, + 0.051305902942708204, + 0.08581990780273918, + 0.19228305622189473, + 0.20860678266962454, 0.0779609813158416, - 0.12572857640054674, - 0.21694252931301902, - 0.17069030127532214 + 0.12572857640054677, + 0.21694252931301855, + 0.17069030127532217 ], "resistance": [ 97731.90936890553, @@ -99698,10 +71152,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 810.4040595301651, + 810.4040595301578, 580.2296911261617, - 46.92504627310791, - -449.3599449294701, + 46.925046273107, + -449.35994492946986, -649.9508960618307, -550.2020653984505, -120.71774730943457, @@ -99710,22 +71164,22 @@ "relative wind speed": [ 2.2888514567167344, 2.210040633708252, - 1.9343279990415374, - 1.574874054736034, + 1.934327999041537, + 1.5748740547360343, 1.356096979387658, 1.4810673197991626, 1.8265309196787798, 2.1442042160526436 ], "relative wind angle": [ - 0.02431165547541663, + 0.024311655475425763, 0.13187244521339642, - 0.24362885652618574, - 0.23669032182539593, + 0.24362885652618577, + 0.2366903218253964, 0.041041245890658246, - 0.19749077556485187, + 0.1974907755648519, 0.2583259648619832, - 0.17308852381827475 + 0.17308852381827472 ], "resistance": [ 97444.90405953015, @@ -99778,9 +71232,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 709.4308565701647, + 709.4308565701642, 369.66253713401807, - -118.74421595861213, + -118.74421595861281, -489.96617483706586, -570.8643225991616, -384.46781159382886, @@ -99788,9 +71242,9 @@ 522.9231688163575 ], "relative wind speed": [ - 2.1375622731997734, + 2.137562273199773, 1.9955406604040007, - 1.6926550572389907, + 1.6926550572389902, 1.3683022906987823, 1.2590785974929357, 1.4738618860483919, @@ -99800,12 +71254,12 @@ "relative wind angle": [ 0.029244273337420603, 0.17885497917228915, - 0.26269836860853724, + 0.2626983686085373, 0.1961096512603569, 0.0496619073376791, 0.243264539663166, 0.24479869114653177, - 0.12920197952580323 + 0.12920197952580326 ], "resistance": [ 97343.93085657018, @@ -99858,9 +71312,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 618.551866819183, + 618.5518668191805, 177.25217142706174, - -305.47988176878675, + -305.4798817687871, -575.007179046322, -553.897490085513, -236.12277195900742, @@ -99870,7 +71324,7 @@ "relative wind speed": [ 2.1569149750100816, 1.9408368611416211, - 1.609194689762448, + 1.6091946897624478, 1.3453369833012907, 1.3728746803520013, 1.6643976014787718, @@ -99878,14 +71332,14 @@ 2.174197667815908 ], "relative wind angle": [ - 0.08987882006509233, + 0.08987882006509604, 0.2159471867049872, - 0.247695275147452, - 0.10580394263966535, + 0.24769527514745243, + 0.10580394263966536, 0.1414896361915946, 0.2525369025775283, 0.19989787567229503, - 0.06539324557631852 + 0.06539324557631851 ], "resistance": [ 97253.05186681917, @@ -99938,19 +71392,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 694.5844534239836, + 694.5844534239804, 169.30416407760868, - -386.49612931405863, + -386.49612931405886, -679.2594201800306, -637.4843173363128, - -248.42464369247864, + -248.4246436924784, 331.64758513786524, 790.8641713723059 ], "relative wind speed": [ 2.3472331619506486, 2.1068921921986163, - 1.753217393356419, + 1.7532173933564188, 1.4878045814641911, 1.5369668392531899, 1.8527751811747932, @@ -99958,19 +71412,19 @@ 2.378698826858697 ], "relative wind angle": [ - 0.09536637610457342, + 0.09536637610457692, 0.21355343579316483, - 0.23485050051613496, - 0.08778144625506326, + 0.2348505005161354, + 0.08778144625506328, 0.14593895253083874, - 0.24339784596865777, - 0.18734453247570984, - 0.05486168623370647 + 0.24339784596865774, + 0.18734453247570987, + 0.054861686233706464 ], "resistance": [ 97329.084453424, 96803.80416407762, - 96248.00387068596, + 96248.00387068595, 95955.24057981999, 95997.0156826637, 96386.07535630754, @@ -99980,7 +71434,7 @@ "fuel": [ 39.92819822117218, 39.65676696813222, - 39.370682852620995, + 39.37068285262099, 39.22045257473809, 39.24186978914598, 39.44164434235859, @@ -100018,9 +71472,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 532.6544344673523, + 532.6544344673507, 119.65822085158493, - -303.5760675836773, + -303.5760675836776, -517.4282688258074, -474.67173183051625, -164.7327457680832, @@ -100028,9 +71482,9 @@ 630.8995105404463 ], "relative wind speed": [ - 1.9773233826864272, + 1.977323382686427, 1.749086424263121, - 1.4166989208568181, + 1.416698920856818, 1.170217638267766, 1.2328571482069937, 1.5396237163872297, @@ -100038,14 +71492,14 @@ 2.01502734142507 ], "relative wind angle": [ - 0.11290697596170107, - 0.2445343269886704, - 0.26868751566563964, - 0.0927686484090257, + 0.11290697596170306, + 0.24453432698867042, + 0.2686875156656397, + 0.09276864840902571, 0.18170000140293102, 0.2786337676328275, 0.20471019549507377, - 0.05382369807414535 + 0.053823698074145346 ], "resistance": [ 97167.15443446733, @@ -100098,17 +71552,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 73.6265090404736, + 73.62650904047268, -343.3504805998955, - -549.7399005351435, + -549.7399005351517, -514.251471788109, - -214.69276644202318, + -214.69276644202182, 222.64182485823676, 549.6603628832845, 465.543899597566 ], "relative wind speed": [ - 2.806254658661647, + 2.8062546586616466, 2.6214766725008167, 2.5016467191609917, 2.5284324635789965, @@ -100118,14 +71572,14 @@ 2.9461011665932038 ], "relative wind angle": [ - 0.08336654552131786, + 0.08336654552131785, 0.07982658207776674, - 0.024767117543450564, + 0.02476711754345953, 0.04804335043929066, - 0.08721236054482376, + 0.0872123605448225, 0.07306386752197702, - 0.020868727615558014, - 0.041228064249019314 + 0.02086872761555801, + 0.04122806424901932 ], "resistance": [ 96708.12650904052, @@ -100178,20 +71632,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 16.61298160312913, + 16.612981603128446, -220.31274585822962, - -320.91874826054527, + -320.9187482605455, -284.6493975642984, -91.4429738006072, 166.20920166072847, - 343.24582822660636, + 343.2458282266027, 257.8913098107548 ], "relative wind speed": [ - 1.8350928382774656, + 1.8350928382774652, 1.6686715143680595, - 1.571017451457214, - 1.6136244610732329, + 1.5710174514572137, + 1.6136244610732327, 1.764098806276854, 1.9222761769686663, 2.0028765540146365, @@ -100200,11 +71654,11 @@ "relative wind angle": [ 0.117964137345374, 0.10687458439280854, - 0.02276144806045027, - 0.07905564679837987, - 0.12273497262263533, - 0.09273101758994678, - 0.017853044384560163, + 0.022761448060450273, + 0.07905564679837848, + 0.12273497262263532, + 0.09273101758994677, + 0.017853044384566384, 0.06477456072620194 ], "resistance": [ @@ -100258,9 +71712,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -7.289872282995475, + -7.2898722829982034, -345.66207376246757, - -474.11050889058515, + -474.1105088905947, -411.52673398755724, -118.36737900793241, 255.93105592286065, @@ -100268,9 +71722,9 @@ 349.55479523932354 ], "relative wind speed": [ - 2.5675945399907008, + 2.5675945399907003, 2.399362399925948, - 2.309615557625892, + 2.3096155576258917, 2.3605627886465856, 2.5162194199014936, 2.677118220157836, @@ -100278,14 +71732,14 @@ 2.7113917481132304 ], "relative wind angle": [ - 0.08682964333885235, + 0.08682964333885364, 0.07328530977685843, - 0.011165161239631727, + 0.011165161239641673, 0.05900863696706592, 0.08860710215798645, - 0.06567024103237865, - 0.009360374043685952, - 0.05136624285127276 + 0.06567024103237863, + 0.009360374043685954, + 0.05136624285127275 ], "resistance": [ 96627.210127717, @@ -100338,9 +71792,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -124.20812877288427, + -124.208128772887, -456.43280437326894, - -531.1770293230793, + -531.1770293231057, -400.3096491427127, -29.21252308734074, 369.7366472193835, @@ -100348,9 +71802,9 @@ 290.07285055881584 ], "relative wind speed": [ - 3.1702429944322263, + 3.1702429944322255, 3.032882254737607, - 2.985056981102854, + 2.9850569811028533, 3.0586936470602426, 3.2051209570036794, 3.335395961751545, @@ -100360,17 +71814,17 @@ "relative wind angle": [ 0.06205623177820911, 0.04177686578159328, - 0.005853270690069802, + 0.00585327069008877, 0.04951094526107722, 0.06138008500240656, 0.037985873446196694, - 0.00517198135395967, + 0.005171981353959669, 0.045725095343106786 ], "resistance": [ 96510.29187122709, 96178.0671956267, - 96103.32297067689, + 96103.32297067686, 96234.19035085726, 96605.28747691264, 97004.23664721935, @@ -100380,7 +71834,7 @@ "fuel": [ 41.9185488316578, 41.74776925149895, - 41.70940369285634, + 41.70940369285633, 41.77659044246362, 41.96745668327579, 42.17321962541657, @@ -100418,9 +71872,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -719.0662821587866, + -719.0662821587898, -786.8637775923362, - -516.4945716568436, + -516.4945716568473, 70.19323191340482, 642.2562068513662, 802.8112949960787, @@ -100428,7 +71882,7 @@ -271.30805920849616 ], "relative wind speed": [ - 2.9435110232822246, + 2.9435110232822232, 2.8995386494125057, 3.0384765160327443, 3.2643559748157394, @@ -100440,12 +71894,12 @@ "relative wind angle": [ 0.05447268807254904, 0.021726338749173346, - 0.08215488219981316, + 0.08215488219981587, 0.0888435615071728, - 0.04658331092962178, - 0.018108752932785716, + 0.046583310929621785, + 0.01810875293278572, 0.07432193272227276, - 0.09240471413737758 + 0.0924047141373776 ], "resistance": [ 95915.43371784121, @@ -100498,17 +71952,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -268.6807828236638, + -268.6807828236715, -539.7046688569212, - -549.9137484309704, + -549.9137484309831, -305.92093762640525, 126.39285858038829, 501.5561949076923, - 525.811026157879, + 525.8110261578854, 169.50071112055457 ], "relative wind speed": [ - 2.850756808712158, + 2.8507568087121578, 2.716174030781236, 2.7089967875041125, 2.8342212842518757, @@ -100518,17 +71972,17 @@ 3.024470833266947 ], "relative wind angle": [ - 0.0751893639460644, + 0.07518936394606884, 0.035117094878314804, - 0.02926920436505349, + 0.02926920436506487, 0.07327146455125899, - 0.07123087603770531, + 0.0712308760377053, 0.03046370469384909, - 0.02527385144716142, + 0.025273851447157027, 0.06865493895850779 ], "resistance": [ - 96365.81921717632, + 96365.81921717631, 96094.79533114306, 96084.58625156901, 96328.57906237358, @@ -100578,34 +72032,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -932.7638369787128, + -932.7638369787182, -1492.0848637248782, - -1370.9151680177492, + -1370.9151680177506, -512.5340205835546, 710.1469643998853, 1619.619699204275, 1336.7706952211001, - 220.67641669016393 + 220.67641669016484 ], "relative wind speed": [ - 3.163114879122418, + 3.1631148791224177, 2.885566047248432, 2.961761529436843, 3.3288022342035277, 3.7283578294391084, 3.947082014581479, 3.890233474434852, - 3.5812042008837097 + 3.58120420088371 ], "relative wind angle": [ - 0.1478243272018049, + 0.1478243272018064, 0.044276600876293, - 0.09646350686816371, + 0.09646350686816486, 0.1602433475551917, - 0.12528444567706135, + 0.12528444567706137, 0.032364063954207566, 0.07339283834753602, - 0.14886200606482833 + 0.14886200606482908 ], "resistance": [ 95701.73616302133, @@ -100658,31 +72112,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1062.5918675137773, + -1062.5918675137827, -1376.3933431950427, - -1145.9004471608823, + -1145.9004471608841, -238.22601007875255, - 858.0175575275753, + 858.0175575275798, 1520.5602275969413, 976.6824504595243, -98.23106173510132 ], "relative wind speed": [ - 3.5200549756234762, + 3.520054975623476, 3.3601164518967797, - 3.486673257060092, + 3.4866732570600916, 3.805617162744368, - 4.111622153548952, + 4.111622153548951, 4.243329022672965, 4.139967797395056, 3.848831222019434 ], "relative wind angle": [ - 0.09321564059491988, + 0.09321564059492227, 0.0064737278989168215, 0.08525223654903193, - 0.11630460128093316, - 0.0797731303768754, + 0.11630460128093317, + 0.07977313037687263, 0.005126263562094941, 0.07177394411254527, 0.11499293200613127 @@ -100738,9 +72192,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1471.6268877658858, + -1471.6268877658904, -1843.2166128701629, - -1495.6415111458455, + -1495.641511145851, -236.42281232044297, 1237.8476968712093, 2090.6415380237977, @@ -100748,7 +72202,7 @@ -196.1291919626492 ], "relative wind speed": [ - 3.8361762416835976, + 3.836176241683597, 3.653499036174864, 3.8273718492365276, 4.22569097060181, @@ -100758,13 +72212,13 @@ 4.236966514852971 ], "relative wind angle": [ - 0.10128515005660516, + 0.10128515005660627, 0.001555975306076383, - 0.09940778608752661, - 0.1288239196021473, - 0.08455889004316154, - 0.0011995100907409657, - 0.08266979903603228, + 0.09940778608752884, + 0.12882391960214729, + 0.08455889004316153, + 0.0011995100907409655, + 0.08266979903603226, 0.12847918799139785 ], "resistance": [ @@ -100818,37 +72272,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -514.4141821748835, + -514.4141821748935, -854.9804980890622, - -813.8144232025634, - -364.44845449071545, + -813.8144232025679, + -364.44845449071727, 314.85007451457204, 837.9368879912354, - 740.182484629524, + 740.1824846295176, 141.23426756359913 ], "relative wind speed": [ - 3.4455885466767415, + 3.445588546676741, 3.2978814602916118, 3.3215774714989452, - 3.500108763077518, + 3.5001087630775185, 3.7170223691652264, 3.848676863511598, 3.8282448754873664, 3.6657297189635476 ], "relative wind angle": [ - 0.0736442001910356, + 0.07364420019104014, 0.025187455470586182, - 0.04097354831718073, - 0.07878548364833696, + 0.040973548317183445, + 0.07878548364833837, 0.06825766782866292, 0.021582198495180265, - 0.0355482478252419, + 0.03554824782524503, 0.07521899607147417 ], "resistance": [ - 96120.08581782514, + 96120.08581782512, 95779.51950191095, 95820.68557679745, 96270.0515455093, @@ -100858,7 +72312,7 @@ 96775.73426756362 ], "fuel": [ - 42.74453585874108, + 42.744535858741074, 42.569968050652875, 42.591046065508, 42.821542300624834, @@ -100900,31 +72354,31 @@ "wind resistance": [ 39.83371894424954, -106.83565686030431, - -186.42905731145765, + -186.4290573114589, -179.63106866132455, -82.6117696957914, 67.94252483381933, - 187.59540368283967, + 187.59540368284195, 171.5856195678183 ], "relative wind speed": [ - 1.4740338712073657, + 1.4740338712073653, 1.3499270022962757, 1.2619431954829083, 1.2720000257145678, 1.3725251801873548, 1.4947569408389756, - 1.5697453918038073, + 1.5697453918038071, 1.561607235606009 ], "relative wind angle": [ - 0.10466788342575924, + 0.10466788342575817, 0.10761871898352089, - 0.04046807984434403, - 0.05726022245620335, - 0.11244051502846693, + 0.04046807984434951, + 0.05726022245620336, + 0.11244051502846691, 0.09715660810018416, - 0.03252978851326437, + 0.032529788513257545, 0.0466324682416774 ], "resistance": [ @@ -100934,7 +72388,7 @@ 96454.86893133867, 96551.8882303042, 96702.44252483382, - 96822.09540368283, + 96822.09540368285, 96806.08561956782 ], "fuel": [ @@ -100978,10 +72432,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 16.27271081943809, + 16.27271081943627, -254.3527554636953, - -369.82783855202365, - -330.6213940986145, + -369.82783855202047, + -330.6213940986129, -112.31992319320398, 180.79345014017872, 382.133455568513, @@ -100990,18 +72444,18 @@ "relative wind speed": [ 2.2479598136880368, 2.095636052672931, - 2.0072478616316487, - 2.0439709528562258, + 2.0072478616316483, + 2.0439709528562253, 2.1796469739291795, 2.3264766901158485, 2.4031521543360825, 2.3719964162694245 ], "relative wind angle": [ - 0.08818356199328259, + 0.08818356199328511, 0.078452740239233, - 0.01708584581222411, - 0.056655841242429075, + 0.017085845812217615, + 0.056655841242425155, 0.0909548736590951, 0.0706547037295583, 0.01427084958632487, @@ -101058,9 +72512,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 502.2137250560618, + 502.2137250560604, 940.0557666724822, - 654.5978531278192, + 654.5978531278179, 9.213844019553108, -591.5958651587509, -820.2779602269679, @@ -101068,9 +72522,9 @@ -168.57288898637898 ], "relative wind speed": [ - 2.737942017889901, + 2.7379420178899005, 2.8714153317900175, - 2.7921452547555585, + 2.792145254755558, 2.532284182387818, 2.214653762804677, 2.0386249715906946, @@ -101079,13 +72533,13 @@ ], "relative wind angle": [ 0.11898712228046147, - 0.015036496646348855, - 0.09467579557055894, + 0.015036496646348856, + 0.09467579557055893, 0.165211347576314, 0.14728701549843806, 0.021179779846928468, 0.12331534367556893, - 0.17101444882368635 + 0.17101444882368638 ], "resistance": [ 97136.71372505605, @@ -101138,39 +72592,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 648.0940865401526, + 648.0940865401462, 1205.822602258695, - 826.964427674633, + 826.9644276746285, -11.330648399718484, -788.160695041815, -1074.9845172587452, - -913.3835794737797, - -221.07487716776086 + -913.3835794737788, + -221.07487716776268 ], "relative wind speed": [ - 3.3131369832221003, + 3.3131369832220994, 3.453741895024596, 3.36586927037917, 3.0870928029088796, 2.7541463805710342, 2.575629219774941, 2.6894465991954095, - 3.0053380810542363 + 3.0053380810542367 ], "relative wind angle": [ - 0.10271150454610205, + 0.10271150454610423, 0.011960892313618153, - 0.08366580260779917, + 0.08366580260780183, 0.1427209088889586, - 0.12365592631440675, - 0.016039040389287006, - 0.104778082150194, - 0.14663105599091383 + 0.12365592631440676, + 0.01603904038928701, + 0.10477808215019294, + 0.14663105599091536 ], "resistance": [ 97282.59408654014, 97840.32260225868, - 97461.46442767463, + 97461.46442767461, 96623.16935160027, 95846.33930495816, 95559.51548274123, @@ -101180,7 +72634,7 @@ "fuel": [ 41.91761006556071, 42.20683580591981, - 42.01024220885271, + 42.010242208852695, 41.577140198100196, 41.178128222103126, 41.031371279126056, @@ -101218,40 +72672,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 599.0264475059421, + 599.0264475059339, 1128.0289717038368, 769.4183072963806, - -34.65551516422056, + -34.65551516421601, -783.2298161253184, -1054.5191127542857, -903.013745839753, - -236.37777223382182 + -236.37777223382272 ], "relative wind speed": [ - 3.8153706156131086, + 3.815370615613108, 3.932740794544258, 3.859154878420747, - 3.629436068459803, + 3.6294360684598024, 3.3635324448908914, 3.2255159719407747, 3.313204953919844, - 3.563368808765196 + 3.5633688087651962 ], "relative wind angle": [ - 0.07175174300651116, - 0.008440652123844662, - 0.05874625980566903, - 0.09758807694448471, + 0.07175174300651425, + 0.00844065212384466, + 0.058746259805669034, + 0.09758807694448242, 0.08141054964633415, 0.01029140423818185, 0.06844053542805624, - 0.0994033536713118 + 0.09940335367131291 ], "resistance": [ 97233.52644750594, 97762.52897170384, 97403.91830729638, - 96599.84448483578, + 96599.84448483579, 95851.27018387469, 95579.9808872457, 95731.48625416025, @@ -101298,31 +72752,31 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 783.539558229937, + 783.5395582299407, 1523.7196975562329, - 1062.6769474087596, + 1062.676947408756, -37.66542631919583, - -1079.43648195913, + -1079.4364819591374, -1469.648636636215, -1275.9719445435276, -369.7503434318878 ], "relative wind speed": [ - 5.0786138515110535, + 5.078613851511053, 5.204263585536118, - 5.132555192501663, + 5.132555192501662, 4.899266786614113, - 4.6297253416458926, + 4.629725341645893, 4.4880191537136795, 4.569852578340174, 4.819114062295883 ], "relative wind angle": [ - 0.05548749067337056, - 0.007721757837426266, + 0.055487490673368556, + 0.007721757837426265, 0.043817513300322075, 0.07316489055987423, - 0.06087380196712044, + 0.06087380196712408, 0.008954106342842166, 0.04921704457856458, 0.07438401835150471 @@ -101330,9 +72784,9 @@ "resistance": [ 97418.03955822998, 98158.21969755628, - 97697.1769474088, + 97697.17694740879, 96596.83457368086, - 95555.06351804092, + 95555.0635180409, 95164.85136336382, 95358.52805545651, 96264.74965656815 @@ -101340,9 +72794,9 @@ "fuel": [ 47.665229392331646, 48.04969483976796, - 47.8099799033794, + 47.809979903379386, 47.24106349710665, - 46.70658248871224, + 46.706582488712236, 46.50742362308641, 46.60620269791623, 47.07024873209705 @@ -101378,37 +72832,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -955.2462887823415, + -955.2462887823426, -1070.4581024002305, - -658.1942648913778, + -658.1942648913782, 206.78206087102762, - 1080.3837191012226, + 1080.3837191012217, 1344.9723415604303, 646.453548364093, -286.7830281956449 ], "relative wind speed": [ - 1.7170557421729375, + 1.717055742172937, 1.5951168664036124, - 1.9483699042453175, + 1.9483699042453173, 2.443412804152657, - 2.7916285308595215, + 2.791628530859522, 2.863052996113182, 2.635398450380708, 2.18430861934407 ], "relative wind angle": [ - 0.20759440094534282, + 0.2075944009453439, 0.08457572853551289, 0.28321378656316554, 0.26299897672513295, - 0.1271126331311415, - 0.04708162558526704, - 0.20809277475100724, + 0.12711263313114324, + 0.047081625585267045, + 0.20809277475100726, 0.29507989225921005 ], "resistance": [ - 95679.25371121767, + 95679.25371121765, 95564.04189759977, 95976.30573510862, 96841.28206087103, @@ -101418,7 +72872,7 @@ 96347.71697180436 ], "fuel": [ - 39.52830065017938, + 39.528300650179375, 39.46938595132222, 39.680428983428556, 40.125276693516625, @@ -101458,19 +72912,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1201.5473183964566, + -1201.547318396458, -1305.22021178551, - -773.8685010295922, + -773.8685010295926, 279.94826617165063, 1301.4417219152874, 1540.3680167594703, - 682.4754378882794, + 682.4754378882785, -431.6431259837632 ], "relative wind speed": [ - 2.1176410622155233, + 2.117641062215523, 2.028702617995768, - 2.3869451358810325, + 2.386945135881032, 2.881559015935616, 3.2259531547394356, 3.282612239161324, @@ -101478,17 +72932,17 @@ 2.566670033844391 ], "relative wind angle": [ - 0.15636307861995316, - 0.07985088954666544, + 0.15636307861995388, + 0.07985088954666543, 0.23622366705248685, 0.21976881388904335, 0.10240393898696053, 0.04931658560142512, - 0.185294624331834, + 0.1852946243318346, 0.24726140438769148 ], "resistance": [ - 95432.95268160358, + 95432.95268160356, 95329.27978821452, 95860.63149897044, 96914.44826617168, @@ -101498,7 +72952,7 @@ 96202.85687401626 ], "fuel": [ - 40.17962660092002, + 40.17962660092, 40.126705233174405, 40.398364403371396, 40.940247310108376, @@ -101538,9 +72992,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -967.5371998215453, + -967.5371998215462, -936.3051134628688, - -406.64016533876224, + -406.6401653387625, 424.770862489549, 1113.9661555164053, 1042.0500476687762, @@ -101550,7 +73004,7 @@ "relative wind speed": [ 1.773770179323125, 1.8047707812323415, - 2.176000404118514, + 2.1760004041185135, 2.5911267078519984, 2.8345774464574602, 2.8149409187816516, @@ -101558,12 +73012,12 @@ 2.113563893729581 ], "relative wind angle": [ - 0.105224786069678, + 0.10522478606968012, 0.1359589681617417, - 0.24710471898175906, + 0.24710471898175862, 0.19736653126836892, - 0.06577161492682115, - 0.08701015714848455, + 0.06577161492682117, + 0.08701015714848453, 0.21120092614687977, 0.24277169491088066 ], @@ -101618,33 +73072,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -918.7108367442077, + -918.7108367442088, -845.0737233162779, - -307.2044140454507, + -307.20441404545113, 467.14847550302284, - 1057.238362078071, + 1057.2383620780665, 886.9894451148893, - 178.0518117326019, + 178.05181173260235, -553.7949972696417 ], "relative wind speed": [ - 1.8386290231761222, + 1.838629023176122, 1.9091737621309428, 2.2599186336257895, 2.628846071420939, - 2.828289001318048, + 2.8282890013180486, 2.781156397226342, 2.5045045676207436, 2.11398762830271 ], "relative wind angle": [ - 0.06805762066888346, - 0.13767237655895445, - 0.2210858178617782, + 0.06805762066888509, + 0.13767237655895448, + 0.2210858178617787, 0.1677172784323398, - 0.044223523499367215, - 0.09434928160522252, - 0.19918826618740937, + 0.04422352349937223, + 0.09434928160522253, + 0.1991882661874088, 0.20910875308051832 ], "resistance": [ @@ -101652,7 +73106,7 @@ 95789.42627668373, 96327.29558595456, 97101.64847550304, - 97691.73836207809, + 97691.73836207807, 97521.4894451149, 96812.55181173261, 96080.70500273038 @@ -101662,7 +73116,7 @@ 39.76249167753115, 40.038410515300754, 40.43753238152837, - 40.743178234014394, + 40.74317823401438, 40.65486228426245, 40.28826334442639, 39.91177963274862 @@ -101698,17 +73152,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -772.400487519079, + -772.4004875190803, -932.6391569417774, - -698.3123931688197, + -698.3123931688201, -23.82165992466662, - 725.1785506845126, + 725.178550684514, 1098.6944642262456, 618.8616311666956, -147.48245080567813 ], "relative wind speed": [ - 2.201706741880838, + 2.2017067418808374, 2.0643933899068325, 2.2486682479704596, 2.6012117423349204, @@ -101718,17 +73172,17 @@ 2.543764358048963 ], "relative wind angle": [ - 0.14067391561006176, - 0.014148203627674397, - 0.15628597310623352, + 0.14067391561006257, + 0.014148203627674398, + 0.15628597310623424, 0.18003262149898996, - 0.10678164760554218, + 0.10678164760554114, 0.009749025170994071, 0.12268039933457309, 0.1841444618045377 ], "resistance": [ - 95862.09951248094, + 95862.09951248093, 95701.86084305824, 95936.1876068312, 96610.67834007535, @@ -101778,19 +73232,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -955.4606131720252, + -955.4606131720288, -1667.54457128155, - -1576.2653710565878, + -1576.26537105659, -646.6504439833802, - 750.354811724962, + 750.3548117249629, 1853.9657832743178, 1642.4344478197108, 389.09162405243114 ], "relative wind speed": [ - 3.023181552426812, + 3.0231815524268115, 2.656502155809595, - 2.717894692130498, + 2.7178946921304976, 3.152172470247834, 3.6347507233477483, 3.910758982088993, @@ -101798,17 +73252,17 @@ 3.523471049635917 ], "relative wind angle": [ - 0.19233389260453204, + 0.19233389260453324, 0.07122090851245864, - 0.11450801152896528, + 0.11450801152896627, 0.20063769863088154, - 0.1596655928726971, + 0.15966559287269708, 0.04835692610046082, 0.08036398166591788, 0.17925129842997883 ], "resistance": [ - 95679.03938682801, + 95679.039386828, 94966.95542871847, 95058.23462894344, 95987.84955601665, @@ -101818,7 +73272,7 @@ 97023.59162405247 ], "fuel": [ - 41.73310117278604, + 41.733101172786036, 41.36976134082684, 41.41623099409583, 41.89125767792695, @@ -101858,17 +73312,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -616.6305191866254, + -616.6305191866268, -1440.3578318869527, - -1499.9391282841716, + -1499.9391282841734, -815.2287499824452, - 424.8513925728207, + 424.8513925728198, 1559.267642111599, 1696.8205557299648, 657.8992052943163 ], "relative wind speed": [ - 2.8227576725493684, + 2.822757672549368, 2.384194144655135, 2.3390456317080504, 2.7300433090974194, @@ -101878,11 +73332,11 @@ 3.3142393158135905 ], "relative wind angle": [ - 0.22602054256761528, - 0.12532629716329058, - 0.0903812521631356, + 0.22602054256761628, + 0.1253262971632906, + 0.09038125216313805, 0.22030422282667306, - 0.19677218874596317, + 0.19677218874596375, 0.08355003305158772, 0.058663591016672643, 0.18099373360044801 @@ -101938,39 +73392,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -238.5089600237684, + -238.50896002377021, -1402.1552631940635, - -1706.9090698602095, + -1706.909069860219, -1259.422195708944, - -0.9955297356545998, + -0.9955297356564188, 1402.6701421419084, 2108.750167682224, - 1196.3674335170344 + 1196.3674335170363 ], "relative wind speed": [ - 3.1303137213280867, + 3.1303137213280863, 2.5981595232463954, 2.3780873428739406, 2.6748790347787263, 3.2204001208165542, 3.6632510184062235, 3.8097954698058176, - 3.6076118252094966 + 3.607611825209497 ], "relative wind angle": [ - 0.2307538220018721, - 0.18328919843902253, - 0.019442875649510315, + 0.23075382200187355, + 0.18328919843902255, + 0.019442875649521737, 0.20286970136705465, - 0.2241867452925223, + 0.2241867452925228, 0.1296339217530245, 0.01213584264388604, - 0.1499502534962344 + 0.14995025349623514 ], "resistance": [ 96395.99103997623, 95232.34473680594, - 94927.59093013979, + 94927.59093013978, 95375.07780429105, 96633.50447026435, 98037.17014214191, @@ -101980,7 +73434,7 @@ "fuel": [ 41.646426910274045, 41.050551270978076, - 40.89532666872518, + 40.89532666872517, 41.12337037349606, 41.76867106937951, 42.495400157325314, @@ -102018,34 +73472,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 52.522500225964905, + 52.52250022596172, -1061.813369100846, - -1476.1814509828268, + -1476.181450982827, -1211.5363458440665, - -196.25296833198763, + -196.2529683319881, 1073.7040753175456, 1902.4493823782336, - 1291.9350720032612 + 1291.9350720032603 ], "relative wind speed": [ - 2.819990182639628, + 2.8199901826396276, 2.2555429969603984, - 1.9297771761108093, + 1.9297771761108091, 2.158870803032519, 2.710872089115389, 3.1958876548764374, 3.402518503151821, - 3.2619701055562174 + 3.261970105556218 ], "relative wind angle": [ - 0.26425374964233733, + 0.2642537496423391, 0.25128828315016016, 0.029336379600171304, - 0.2245897023175473, - 0.27516151637380537, - 0.17640312810918865, + 0.22458970231754732, + 0.27516151637380576, + 0.17640312810918868, 0.01663684327100128, - 0.1479328186681593 + 0.14793281866816005 ], "resistance": [ 96687.02250022597, @@ -102098,53 +73552,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -47.048129259680536, + -47.04812925968372, -1216.012572711733, - -1597.5356323886374, + -1597.5356323886463, -1274.4760870147102, -144.2394371135215, 1213.089744096817, - 2045.6644256627246, + 2045.664425662761, 1297.9482512997906 ], "relative wind speed": [ - 2.9890722698952663, + 2.9890722698952654, 2.4317790686011094, - 2.1432170214660284, + 2.143217021466028, 2.3973694214536954, 2.9495006633697294, 3.4235300143841045, - 3.6111948156771594, + 3.611194815677159, 3.4477133081151163 ], "relative wind angle": [ - 0.24810150827529526, - 0.22116951574280608, - 0.009527675561000329, + 0.24810150827529615, + 0.2211695157428061, + 0.009527675561011981, 0.2120596937554161, - 0.25150162359676614, + 0.2515016235967662, 0.15645957194800525, - 0.005654548523672915, + 0.005654548523653281, 0.14688071035416544 ], "resistance": [ 96587.45187074033, 95418.48742728829, - 95036.96436761138, + 95036.96436761136, 95360.0239129853, 96490.2605628865, 97847.58974409683, - 98680.16442566273, + 98680.16442566278, 97932.44825129981 ], "fuel": [ 41.24861617191992, 40.64919599467378, - 40.454659647025366, + 40.45465964702536, 40.61935065504532, 41.19858472509031, 41.900483220518524, - 42.33441426511379, + 42.33441426511382, 41.94459272292994 ] }, @@ -102178,9 +73632,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -658.386490381155, + -658.3864903811561, -629.6307115744492, - -270.99269891827066, + -270.9926989182711, 278.82467877807903, 719.8085997168873, 653.0745208856597, @@ -102188,9 +73642,9 @@ -368.8172812802745 ], "relative wind speed": [ - 1.732023969718826, + 1.7320239697188258, 1.7618849701046744, - 2.022813694441111, + 2.0228136944411106, 2.3203515405113357, 2.494798725243474, 2.4738005302118182, @@ -102198,17 +73652,17 @@ 1.9595653700766642 ], "relative wind angle": [ - 0.07124027423271612, - 0.10404296372977327, - 0.1900169348854585, - 0.1546149095965179, + 0.07124027423271766, + 0.10404296372977329, + 0.19001693488545793, + 0.15461490959651789, 0.049437155073877595, - 0.07403525655537933, + 0.07403525655537935, 0.16945809689704253, 0.1833793686006918 ], "resistance": [ - 95976.11350961887, + 95976.11350961885, 96004.86928842557, 96363.50730108174, 96913.3246787781, @@ -102218,7 +73672,7 @@ 96265.68271871973 ], "fuel": [ - 39.49702623204692, + 39.497026232046906, 39.51177025042381, 39.69591405585768, 39.97914880498283, @@ -102258,9 +73712,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -770.9033475382189, + -770.9033475382212, -847.3349866977337, - -541.6090646452108, + -541.6090646452112, 107.65392462516547, 744.6990745126964, 923.2168967284074, @@ -102268,7 +73722,7 @@ -276.10008989553126 ], "relative wind speed": [ - 2.2527802252400106, + 2.25278022524001, 2.189440965274785, 2.3917230397374185, 2.7041153695674716, @@ -102278,9 +73732,9 @@ 2.529746851563744 ], "relative wind angle": [ - 0.09760581394018869, + 0.09760581394019098, 0.040302101248398156, - 0.14445270945061248, + 0.14445270945061325, 0.14797591836597962, 0.07477079709703557, 0.029543895144023835, @@ -102338,9 +73792,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -474.25757638282766, + -474.2575763828295, -970.7078295198526, - -981.9191802782607, + -981.9191802782616, -513.1209402216605, 292.153836442536, 991.4104694982343, @@ -102348,9 +73802,9 @@ 337.42194151089825 ], "relative wind speed": [ - 2.6842362409616523, + 2.684236240961652, 2.4121059877934083, - 2.403549104102042, + 2.4035491041020416, 2.665640954399907, 3.004290849135981, 3.226861076517754, @@ -102358,17 +73812,17 @@ 3.0208022122807194 ], "relative wind angle": [ - 0.15543476345094553, - 0.07446326463232258, - 0.0673550395755636, - 0.15374750862137693, + 0.15543476345094623, + 0.07446326463232257, + 0.06735503957556362, + 0.1537475086213769, 0.13876226067613676, 0.05563919927327213, 0.05005392255393451, - 0.13555198951755323 + 0.1355519895175532 ], "resistance": [ - 96160.24242361721, + 96160.2424236172, 95663.79217048017, 95652.58081972177, 96121.37905977837, @@ -102378,7 +73832,7 @@ 96971.92194151093 ], "fuel": [ - 40.89097477086369, + 40.89097477086368, 40.63657362653539, 40.6308390672691, 40.87102652850041, @@ -102418,9 +73872,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 535.8786670746094, + 535.8786670746076, -360.5884610648923, - -987.552059123989, + -987.5520591239904, -1075.814432485221, -660.1867740287526, 185.60129078515365, @@ -102428,9 +73882,9 @@ 1210.9269748388515 ], "relative wind speed": [ - 2.9498371923017443, + 2.949837192301744, 2.5734554906563747, - 2.2195886525522455, + 2.219588652552245, 2.14634418134073, 2.4188127010792684, 2.815940550082615, @@ -102438,14 +73892,14 @@ 3.153632984228478 ], "relative wind angle": [ - 0.15102513819048438, + 0.15102513819048516, 0.19720377681533244, - 0.12160835790136598, - 0.057537461118553145, + 0.12160835790136691, + 0.05753746111855315, 0.18452715875623574, 0.18002726616566767, 0.08689549743260944, - 0.03914805543075278 + 0.03914805543075279 ], "resistance": [ 97170.37866707463, @@ -102498,37 +73952,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 993.104333719074, + 993.1043337190704, 389.04479245913035, - -352.6795577615833, + -352.6795577615835, -833.5619819179126, -869.8482650612698, -473.1077191216541, 247.58858633891123, - 909.4132612402318 + 909.4132612402304 ], "relative wind speed": [ - 2.7190735307504834, + 2.719073530750483, 2.498633163811655, 2.1182640597867883, 1.7758659656044065, 1.7390208910815748, 2.043131625213268, 2.435264235819523, - 2.6951539097895654 + 2.695153909789566 ], "relative wind angle": [ - 0.0597420048680881, + 0.05974200486808997, 0.1860799974965511, - 0.23411428588212846, + 0.23411428588212896, 0.13139824737096786, - 0.09349113324206447, - 0.2282304333671536, + 0.09349113324206448, + 0.22823043336715362, 0.20317936946604903, - 0.08643839492323298 + 0.08643839492323555 ], "resistance": [ - 97627.6043337191, + 97627.60433371908, 97023.54479245914, 96281.82044223843, 95800.9380180821, @@ -102538,7 +73992,7 @@ 97543.91326124025 ], "fuel": [ - 40.52909390778021, + 40.5290939077802, 40.21637212069885, 39.834238400923034, 39.587583361954785, @@ -102578,11 +74032,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -273.5662754789255, + -273.5662754789273, -1271.1701988520783, - -1504.4571846426343, + -1504.4571846426347, -1039.9559049636227, - 110.74567236353096, + 110.74567236353141, 1349.7159704265537, 1887.7880934985492, 1013.6527684457938 @@ -102590,7 +74044,7 @@ "relative wind speed": [ 2.7565908462471245, 2.223218683798563, - 2.028538048396264, + 2.0285380483962636, 2.3665301074603056, 2.92044706545722, 3.34441367652988, @@ -102598,14 +74052,14 @@ 3.2445861687178286 ], "relative wind angle": [ - 0.26390942407894885, + 0.26390942407895057, 0.20316326094102444, - 0.04176302387619644, + 0.041763023876196445, 0.24253244206013408, - 0.2487791112359358, + 0.24877911123593538, 0.1345322716574721, 0.024438203049754414, - 0.17607711387623726 + 0.17607711387623723 ], "resistance": [ 96360.9337245211, @@ -102658,9 +74112,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 398.4440813707565, + 398.44408137075425, -436.0574829903437, - -929.8706869813625, + -929.8706869813626, -920.5971321519289, -406.9042153282719, 433.2161045732628, @@ -102668,7 +74122,7 @@ 1145.723413631505 ], "relative wind speed": [ - 2.32731427671292, + 2.3273142767129196, 1.837146885426733, 1.3979787949662805, 1.409384299410286, @@ -102678,17 +74132,17 @@ 2.6234401020085856 ], "relative wind angle": [ - 0.27006479324105537, - 0.34013394320403145, - 0.17678305050984436, - 0.18930090161014704, + 0.27006479324105664, + 0.3401339432040314, + 0.17678305050984497, + 0.18930090161014707, 0.34072629457289705, 0.26456560956296926, 0.09363376020501282, 0.10126434050210863 ], "resistance": [ - 97032.9440813708, + 97032.94408137079, 96198.4425170097, 95704.62931301868, 95713.90286784811, @@ -102698,7 +74152,7 @@ 97780.22341363155 ], "fuel": [ - 39.87233065832678, + 39.87233065832677, 39.44251331119115, 39.189390881715255, 39.19413602904714, @@ -102738,9 +74192,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 413.64487286684925, + 413.6448728668447, -667.3225272390337, - -1290.6421204061498, + -1290.6421204061517, -1265.8282004414336, -584.2208254805141, 511.0600510028871, @@ -102748,7 +74202,7 @@ 1372.671936987139 ], "relative wind speed": [ - 3.072736746355642, + 3.0727367463556416, 2.6142488505073507, 2.248014652696606, 2.2677423616706083, @@ -102758,13 +74212,13 @@ 3.3687422378647347 ], "relative wind angle": [ - 0.18614045754005193, + 0.18614045754005373, 0.21306199860766614, - 0.09493871329292711, + 0.09493871329292945, 0.11109595954522501, 0.21585291773951445, 0.17883948007576747, - 0.06305389951149527, + 0.06305389951149529, 0.07470238411155117 ], "resistance": [ @@ -102818,9 +74272,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 723.4649636117028, + 723.464963611701, -252.40076930121813, - -1032.3940726550227, + -1032.394072655024, -1214.5420801462296, -896.905956467815, -25.130064488769676, @@ -102828,9 +74282,9 @@ 1344.903885773264 ], "relative wind speed": [ - 3.6558930375783594, + 3.6558930375783585, 3.344664118250005, - 3.027492040709918, + 3.0274920407099173, 2.9131184802494485, 3.0897319645116763, 3.424210777804137, @@ -102838,17 +74292,17 @@ 3.798122988367839 ], "relative wind angle": [ - 0.09348860256936016, + 0.09348860256936017, 0.13269969084150843, - 0.09412812847314181, + 0.09412812847314064, 0.013771864551730998, 0.11068420415491868, - 0.1295994036279229, - 0.07682374303137145, + 0.12959940362792294, + 0.07682374303137146, 0.010562730876428332 ], "resistance": [ - 97357.96496361174, + 97357.96496361172, 96382.0992306988, 95602.10592734501, 95419.9579198538, @@ -102885,68 +74339,7 @@ "id": "2077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.422324000640135, - 15.422324000640135, - 15.422324000640135, - 15.422324000640135, - 15.422324000640135, - 15.422324000640135, - 15.422324000640135, - 15.422324000640135 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -427.469253715828, - -1678.0650516239411, - -1963.1266382818476, - -1436.6184413900073, - -22.398430145277416, - 1494.0099564508682, - 2164.1839729664143, - 1149.6476376767287 - ], - "relative wind speed": [ - 4.264791147361681, - 3.8654891463400247, - 3.7253596727275196, - 3.9522703073783716, - 4.375830713931692, - 4.7322649574099245, - 4.843349386160161, - 4.660031908154467 - ], - "relative wind angle": [ - 0.13146175451948958, - 0.0921528976630133, - 0.01503014738878078, - 0.11025996020399509, - 0.128107213007954, - 0.07523836771812603, - 0.011560562643762168, - 0.09346041079468763 - ], - "resistance": [ - 96207.03074628416, - 94956.43494837605, - 94671.37336171814, - 95197.88155860998, - 96612.10156985471, - 98128.50995645086, - 98798.6839729664, - 97784.14763767671 - ], - "fuel": [ - 44.99396549998243, - 44.35464673170054, - 44.2097344697791, - 44.47762365258737, - 45.20229008618209, - 45.98758751752425, - 46.337374728674426, - 45.80850281121931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -58.4375, -55.625 -58.125, -55.3125 -58.125, -55.3125 -58.4375, -55.625 -58.4375))", @@ -102978,9 +74371,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 343.581660691455, + 343.58166069144863, -496.5618250515445, - -1013.7555447101677, + -1013.755544710169, -1029.308735860824, -551.3742547026641, 279.8898160016024, @@ -102988,9 +74381,9 @@ 1039.250154333925 ], "relative wind speed": [ - 3.3201043626919624, + 3.3201043626919615, 3.0077608086238743, - 2.7582880112721924, + 2.758288011272192, 2.747783392838908, 2.984457899035134, 3.299008464430738, @@ -102998,17 +74391,17 @@ 3.518489499247951 ], "relative wind angle": [ - 0.11365734104699503, - 0.12861678449071, + 0.113657341046997, + 0.12861678449071004, 0.06132173423256942, 0.053424234226775544, 0.12650489240434196, - 0.11720720086903508, - 0.0481737506253115, + 0.11720720086903509, + 0.04817375062531149, 0.04171419713198364 ], "resistance": [ - 96978.08166069143, + 96978.08166069142, 96137.93817494843, 95620.74445528981, 95605.19126413915, @@ -103018,7 +74411,7 @@ 97673.7501543339 ], "fuel": [ - 42.03299131775753, + 42.03299131775751, 41.60044838012112, 41.335480331430475, 41.327527555858985, @@ -103045,68 +74438,7 @@ "id": "2084", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.749777473395759, - 6.749777473395759, - 6.749777473395759, - 6.749777473395759, - 6.749777473395759, - 6.749777473395759, - 6.749777473395759, - 6.749777473395759 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 330.83762219157256, - -222.6355461818714, - -601.0976046185186, - -648.4319292367028, - -378.98328243444985, - 146.97179733609983, - 652.1790399223282, - 761.271198592292 - ], - "relative wind speed": [ - 2.1389731930118074, - 1.8104721699309847, - 1.4971010133038312, - 1.4397495300309118, - 1.694454745741531, - 2.0417085315231733, - 2.2814626365018045, - 2.3180820728707796 - ], - "relative wind angle": [ - 0.18582007302309217, - 0.24554439805483738, - 0.15235621238721586, - 0.08258903064819414, - 0.23538769896516074, - 0.21725870706856226, - 0.09975552689754973, - 0.05125979715153012 - ], - "resistance": [ - 96965.33762219157, - 96411.86445381813, - 96033.40239538148, - 95986.0680707633, - 96255.51671756555, - 96781.4717973361, - 97286.67903992232, - 97395.7711985923 - ], - "fuel": [ - 39.66672592700956, - 39.38150456564206, - 39.18712790078976, - 39.16285467126487, - 39.30114035610298, - 39.57184790259413, - 39.83284583879954, - 39.88932923184408 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -58.4375, -54.6875 -58.125, -54.375 -58.125, -54.375 -58.4375, -54.6875 -58.4375))", @@ -103125,68 +74457,7 @@ "id": "2085", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.452723552212339, - 6.452723552212339, - 6.452723552212339, - 6.452723552212339, - 6.452723552212339, - 6.452723552212339, - 6.452723552212339, - 6.452723552212339 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 467.30977383717527, - -69.79616838104835, - -509.6003521280435, - -630.4374197621189, - -469.23739746442266, - -2.704108095653055, - 525.9426199520667, - 805.3223323449861 - ], - "relative wind speed": [ - 2.1330810660898365, - 1.829792700673838, - 1.4811457934179482, - 1.3278520670605845, - 1.5194001264138586, - 1.8736248960819628, - 2.1598191399507782, - 2.257303804688313 - ], - "relative wind angle": [ - 0.16228448038982066, - 0.2568126758473446, - 0.21267218024790968, - 0.017051648199657994, - 0.22882360941733623, - 0.25067396489922517, - 0.14525820756471247, - 0.010030262071604616 - ], - "resistance": [ - 97101.80977383722, - 96564.703831619, - 96124.89964787201, - 96004.06258023792, - 96165.26260253561, - 96631.79589190439, - 97160.44261995211, - 97439.82233234504 - ], - "fuel": [ - 39.62914966640093, - 39.35207372016062, - 39.12599204212754, - 39.06400169830412, - 39.14671065340444, - 39.386625719232, - 39.6594614827273, - 39.80406998580803 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -58.75, -54.6875 -58.4375, -54.375 -58.4375, -54.375 -58.75, -54.6875 -58.75))", @@ -103205,68 +74476,7 @@ "id": "2087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.472125358275528, - 4.472125358275528, - 4.472125358275528, - 4.472125358275528, - 4.472125358275528, - 4.472125358275528, - 4.472125358275528, - 4.472125358275528 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 447.3284525373217, - 66.65696499329715, - -280.60474828194623, - -427.0036053323105, - -354.27760269532524, - -56.14389265839873, - 336.7507254099495, - 614.5615131232305 - ], - "relative wind speed": [ - 1.6594635244668494, - 1.3921649905780282, - 1.0166937675002248, - 0.7551599069883572, - 0.9051946993865319, - 1.2786998364910698, - 1.5935904166251784, - 1.7328964619130438 - ], - "relative wind angle": [ - 0.18364973203835747, - 0.3593408194571292, - 0.39294144609903336, - 0.08084942306557716, - 0.34138196960271344, - 0.3928917855431599, - 0.24678828252461335, - 0.03520138002459787 - ], - "resistance": [ - 97081.82845253735, - 96701.15696499332, - 96353.89525171809, - 96207.49639466772, - 96280.22239730471, - 96578.35610734163, - 96971.25072540998, - 97249.06151312326 - ], - "fuel": [ - 39.04679771480724, - 38.85033885872322, - 38.67159259635519, - 38.596371073735455, - 38.633728614476425, - 38.78707820470207, - 38.989674638123574, - 39.133274669505326 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -58.4375, -54.375 -58.125, -54.0625 -58.125, -54.0625 -58.4375, -54.375 -58.4375))", @@ -103285,68 +74495,7 @@ "id": "2088", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.387238006681159, - 6.387238006681159, - 6.387238006681159, - 6.387238006681159, - 6.387238006681159, - 6.387238006681159, - 6.387238006681159, - 6.387238006681159 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 442.5206273105341, - -143.38797378340337, - -582.6072830735563, - -675.3482928049381, - -443.72107774571884, - 87.36710412327193, - 645.3192535469159, - 858.6226969360823 - ], - "relative wind speed": [ - 2.1156810053484625, - 1.7687128761101056, - 1.39454220977372, - 1.2722615890613838, - 1.5300568618896802, - 1.9206339783754462, - 2.2073586346960945, - 2.2800286327164794 - ], - "relative wind angle": [ - 0.1962430248816677, - 0.28920878196544114, - 0.21743492953538507, - 0.06211543744919136, - 0.2729942771047921, - 0.2657523374277239, - 0.13671441432504305, - 0.034645212954304 - ], - "resistance": [ - 97077.02062731053, - 96491.1120262166, - 96051.89271692645, - 95959.15170719507, - 96190.77892225428, - 96721.86710412327, - 97279.81925354691, - 97493.12269693609 - ], - "fuel": [ - 39.59329395563829, - 39.2911495079524, - 39.06548828233041, - 39.01793177835613, - 39.1367673550559, - 39.4099940311597, - 39.69817181271748, - 39.8086473969914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -58.4375, -54.0625 -58.125, -53.75 -58.125, -53.75 -58.4375, -54.0625 -58.4375))", @@ -103365,68 +74514,7 @@ "id": "2089", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.689365784142274, - 7.689365784142274, - 7.689365784142274, - 7.689365784142274, - 7.689365784142274, - 7.689365784142274, - 7.689365784142274, - 7.689365784142274 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 676.4265795315457, - -4.386856792521712, - -611.6534101157017, - -824.7170051248138, - -674.3180654825985, - -108.64416463111661, - 585.7934677322885, - 1024.8071613175791 - ], - "relative wind speed": [ - 2.53424409521663, - 2.222893698528788, - 1.8402498737997115, - 1.6336849368985966, - 1.791321674180706, - 2.1656338747745254, - 2.498941151069802, - 2.638617062303765 - ], - "relative wind angle": [ - 0.1323924820084351, - 0.22803528812284357, - 0.20584127408995395, - 0.018004275010524234, - 0.1878564594389286, - 0.23417573232054179, - 0.15108996311677966, - 0.011146874378769095 - ], - "resistance": [ - 97310.92657953154, - 96630.11314320748, - 96022.8465898843, - 95809.78299487519, - 95960.1819345174, - 96525.85583536889, - 97220.29346773229, - 97659.30716131759 - ], - "fuel": [ - 40.225528050638715, - 39.87397022533746, - 39.56184578910396, - 39.452659997541744, - 39.529715353860205, - 39.820286213865245, - 40.1786274873145, - 40.40609159276091 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -58.4375, -53.75 -58.125, -53.4375 -58.125, -53.4375 -58.4375, -53.75 -58.4375))", @@ -103445,68 +74533,7 @@ "id": "2092", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.984493897692312, - 8.984493897692312, - 8.984493897692312, - 8.984493897692312, - 8.984493897692312, - 8.984493897692312, - 8.984493897692312, - 8.984493897692312 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1003.2880603222143, - 222.8933984103419, - -599.1849368734684, - -1023.3421747050047, - -955.3470625046193, - -370.75771476941145, - 490.5057520573364, - 1160.5927384020256 - ], - "relative wind speed": [ - 2.9698406935828863, - 2.6874806612641073, - 2.2821313669663996, - 1.9891436821650603, - 2.04971477078166, - 2.4080556642554645, - 2.7952031787921, - 3.0107460534764825 - ], - "relative wind angle": [ - 0.08798117538387142, - 0.19156001470055284, - 0.2041461592394301, - 0.07176462027633407, - 0.1276583660128976, - 0.21411536179958132, - 0.16628418218213642, - 0.047390593612003956 - ], - "resistance": [ - 97637.78806032224, - 96857.39339841036, - 96035.31506312656, - 95611.15782529503, - 95679.15293749541, - 96263.74228523062, - 97125.00575205736, - 97795.09273840206 - ], - "fuel": [ - 41.01423292833321, - 40.6104488579504, - 40.187548210782374, - 39.970333048565436, - 40.00510896850978, - 40.30480541967596, - 40.74865887544056, - 41.09589839119246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -58.4375, -53.4375 -58.125, -53.125 -58.125, -53.125 -58.4375, -53.4375 -58.4375))", @@ -103525,68 +74552,7 @@ "id": "2093", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.786411315389378, - 8.786411315389378, - 8.786411315389378, - 8.786411315389378, - 8.786411315389378, - 8.786411315389378, - 8.786411315389378, - 8.786411315389378 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1142.5914841974013, - 394.1156727042717, - -480.89791663678716, - -1014.2236444355633, - -1022.5472569428855, - -508.5572676637971, - 361.6369538087911, - 1123.3907942822925 - ], - "relative wind speed": [ - 2.969116965491711, - 2.712019467294954, - 2.2934059007476852, - 1.9383136502452756, - 1.9306293286363574, - 2.2777040124596457, - 2.6987542559072093, - 2.964106164197634 - ], - "relative wind angle": [ - 0.06986724809569607, - 0.19109721166858856, - 0.2292640087259521, - 0.11477366564085213, - 0.10756884906491673, - 0.2281270838617498, - 0.19434779922160375, - 0.07495928324461597 - ], - "resistance": [ - 97777.09148419743, - 97028.6156727043, - 96153.60208336324, - 95620.27635556446, - 95611.95274305715, - 96125.94273233623, - 96996.13695380882, - 97757.89079428233 - ], - "fuel": [ - 40.98467076867288, - 40.59696940876789, - 40.14636603404299, - 39.873118176563885, - 39.8688619864738, - 40.1321688254079, - 40.580193018781486, - 40.974698992866564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -58.4375, -53.125 -58.125, -52.8125 -58.125, -52.8125 -58.4375, -53.125 -58.4375))", @@ -103605,68 +74571,7 @@ "id": "2096", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.352702086365937, - 9.352702086365937, - 9.352702086365937, - 9.352702086365937, - 9.352702086365937, - 9.352702086365937, - 9.352702086365937, - 9.352702086365937 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1343.0542566962345, - 803.1885623593653, - -104.70323879256512, - -873.1857571160585, - -1093.6821430839968, - -854.4830410770182, - -73.54245104567099, - 830.123292760949 - ], - "relative wind speed": [ - 3.1412662490231233, - 3.0023844616659834, - 2.647128321926975, - 2.241019597863404, - 2.0547043583533777, - 2.252787427129961, - 2.6612168823191102, - 3.0111783091474864 - ], - "relative wind angle": [ - 0.002291007275528105, - 0.13001224424060034, - 0.20670371369368987, - 0.16996804332598653, - 0.003502534182354411, - 0.1736565495260445, - 0.2055936909621867, - 0.1262226209379705 - ], - "resistance": [ - 97977.55425669625, - 97437.68856235938, - 96529.79676120744, - 95761.31424288395, - 95540.81785691602, - 95780.01695892299, - 96560.95754895435, - 97464.62329276097 - ], - "fuel": [ - 41.38698400722559, - 41.106727911144475, - 40.63786689489372, - 40.24339762336399, - 40.130620481517106, - 40.252971812638336, - 40.653908378611334, - 41.12068461476541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -58.4375, -52.8125 -58.125, -52.5 -58.125, -52.5 -58.4375, -52.8125 -58.4375))", @@ -103685,68 +74590,7 @@ "id": "2097", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.114681101028879, - 8.114681101028879, - 8.114681101028879, - 8.114681101028879, - 8.114681101028879, - 8.114681101028879, - 8.114681101028879, - 8.114681101028879 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 771.7971699440222, - 891.7189718502254, - 373.9549822802128, - -292.4562344786975, - -744.2199299274162, - -795.9715899187706, - -467.44444900523945, - 169.21890150483068 - ], - "relative wind speed": [ - 2.6595228366954933, - 2.6944507840258862, - 2.5082856347058313, - 2.1759437559162103, - 1.8712830922571326, - 1.8206309628078239, - 2.0696051084689135, - 2.416615588247645 - ], - "relative wind angle": [ - 0.08384743012825754, - 0.0455124728706935, - 0.15858031779069326, - 0.2024800131774469, - 0.11930972089330054, - 0.06738411557175672, - 0.19257712690489087, - 0.18207608186415566 - ], - "resistance": [ - 97406.29716994402, - 97526.21897185022, - 97008.45498228021, - 96342.0437655213, - 95890.28007007258, - 95838.52841008123, - 96167.05555099476, - 96803.71890150484 - ], - "fuel": [ - 40.466105798404804, - 40.52825212538805, - 40.26031777058813, - 39.91692914666581, - 39.68508402379605, - 39.65857355360369, - 39.82703508744089, - 40.15464542582815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -59.6875, -53.4375 -59.375, -53.125 -59.375, -53.125 -59.6875, -53.4375 -59.6875))", @@ -103778,33 +74622,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 533.038791486096, + 533.0387914860939, 706.67815370073, - 361.809676265151, - -123.29141432536426, + 361.80967626515053, + -123.29141432536403, -486.2212116450147, -561.6751292778928, -368.73490837330905, 71.93502191848415 ], "relative wind speed": [ - 2.0276532802148504, + 2.02765328021485, 2.0922253397323765, 1.943333377093351, - 1.631186075567401, + 1.6311860755674013, 1.2975684446454652, 1.190653106949054, 1.4207452547098811, 1.770393651191936 ], "relative wind angle": [ - 0.13257911305055337, + 0.1325791130505551, 0.03451369005033044, - 0.19163648784373896, - 0.2803004946512002, + 0.19163648784373954, + 0.28030049465120055, 0.20806719443301921, 0.06067291554244978, - 0.26356496030752663, + 0.2635649603075266, 0.2577356388378756 ], "resistance": [ @@ -103858,17 +74702,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 423.81555291130553, + 423.81555291130394, 750.9651512811777, - 504.76353641079027, + 504.7635364107898, 7.992163738012323, - -438.9043488329439, + -438.9043488329436, -601.2077899014457, - -494.7834274347192, + -494.78342743471944, -84.94016362697107 ], "relative wind speed": [ - 2.1067762053009687, + 2.106776205300968, 2.2310938101960502, 2.144089465784017, 1.8760361294444905, @@ -103878,14 +74722,14 @@ 1.8152680167319244 ], "relative wind angle": [ - 0.1581476589710047, + 0.15814765897100538, 0.014019423770036819, - 0.13452354535669847, + 0.13452354535669933, 0.23561883280184734, - 0.21693987906947784, - 0.023079480442881842, - 0.194324101494461, - 0.24366356944435327 + 0.21693987906947731, + 0.02307948044288184, + 0.19432410149446158, + 0.24366356944435325 ], "resistance": [ 97058.31555291131, @@ -103938,17 +74782,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 517.937313578934, + 517.9373135789317, 730.3568496143273, - 388.815433256538, + 388.8154332565373, -122.61808388690383, -521.5958396001288, -613.1762908534828, - -431.9627186030616, + -431.96271860306183, 26.7106426591929 ], "relative wind speed": [ - 2.2599319719485345, + 2.259931971948534, 2.3319756423138918, 2.203136177585422, 1.9226711115716009, @@ -103958,14 +74802,14 @@ 2.013738813255366 ], "relative wind angle": [ - 0.11257599606410462, - 0.01995567100249441, - 0.14561847493326255, + 0.11257599606410561, + 0.019955671002494412, + 0.14561847493326333, 0.21253712453274168, 0.1567582830855016, - 0.030596797048516228, - 0.18891175903426757, - 0.20278822809490604 + 0.03059679704851623, + 0.18891175903426816, + 0.20278822809490607 ], "resistance": [ 97152.43731357898, @@ -104018,7 +74862,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 436.80348555131195, + 436.80348555131013, 811.0454177462925, 567.3851120460818, 20.868943001317348, @@ -104030,21 +74874,21 @@ "relative wind speed": [ 2.339353815821754, 2.4716078918425843, - 2.3935281961791897, + 2.393528196179189, 2.13436008323572, 1.8099182171837194, 1.6246644753532193, - 1.737642944505139, + 1.7376429445051391, 2.0476540878730725 ], "relative wind angle": [ - 0.14188959996442094, + 0.1418895999644233, 0.017912882411101824, - 0.11229147213179477, + 0.11229147213179379, 0.19978163236440896, 0.18381361324637266, 0.027252848327939002, - 0.15497135836415357, + 0.1549713583641543, 0.20836313385526453 ], "resistance": [ @@ -104098,17 +74942,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 387.16947392052066, + 387.1694739205193, 851.9355097924965, - 695.4683057005434, + 695.468305700542, 120.12264241204343, - -465.54194497902836, + -465.5419449790288, -747.4156552783581, -679.9062353570203, -237.31824813598791 ], "relative wind speed": [ - 2.4314751900543636, + 2.431475190054363, 2.600298697411677, 2.5529639401595086, 2.307200958173239, @@ -104120,15 +74964,15 @@ "relative wind angle": [ 0.1545280791564182, 0.03798778828422355, - 0.09201348751607467, + 0.09201348751607588, 0.1876880377276953, - 0.1912047488936842, + 0.1912047488936848, 0.05677907178591262, 0.1300403953681436, - 0.2051261952701461 + 0.20512619527014608 ], "resistance": [ - 97021.66947392053, + 97021.66947392051, 97486.4355097925, 97329.96830570055, 96754.62264241204, @@ -104178,17 +75022,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 509.12277531082145, + 509.1227753108192, 851.9183494221106, - 527.7667887507005, + 527.7667887506996, -44.23811985668294, - -538.8099181354455, + -538.8099181354457, -691.1642662116249, -551.7476340785827, -65.78831423008523 ], "relative wind speed": [ - 2.3725480892917514, + 2.372548089291751, 2.484127434383578, 2.38024815718071, 2.099776998300008, @@ -104198,11 +75042,11 @@ 2.087416507470872 ], "relative wind angle": [ - 0.1323748840008957, + 0.1323748840008974, 0.002543810738475691, - 0.1281576786405273, + 0.12815767864052816, 0.2094262299380523, - 0.17772816738195407, + 0.1777281673819547, 0.003922385740064838, 0.17363031810962176, 0.21068495526563896 @@ -104258,9 +75102,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 399.32455492427334, + 399.324554924272, 933.7840689627078, - 791.6393943657486, + 791.6393943657449, 155.1789007988118, -510.8952268415537, -845.6340847072074, @@ -104268,9 +75112,9 @@ -301.78190915716596 ], "relative wind speed": [ - 2.6738343993832343, + 2.673834399383234, 2.8536695362588294, - 2.814385070010516, + 2.8143850700105157, 2.5713471005377997, 2.232347502650641, 1.9973322071563286, @@ -104278,14 +75122,14 @@ 2.3496680311208866 ], "relative wind angle": [ - 0.14361844059096956, + 0.14361844059097037, 0.03945574723795687, - 0.07949821383748815, + 0.07949821383749095, 0.16748261575710266, - 0.1722818075906556, + 0.17228180759065562, 0.05638727733954093, 0.10911921451593132, - 0.18345540254804132 + 0.1834554025480413 ], "resistance": [ 97033.82455492426, @@ -104338,14 +75182,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 659.5269880483067, + 659.526988048304, 875.2200668772846, - 440.25534604815607, + 440.2553460481547, -178.66143167487007, - -642.6676319099888, + -642.667631909989, -735.9017598400094, -490.7421097098504, - 74.28322712025283 + 74.28322712025306 ], "relative wind speed": [ 2.446038444735954, @@ -104355,17 +75199,17 @@ 1.7024052687615736, 1.6010793824410978, 1.8243788965995391, - 2.178261532683215 + 2.1782615326832144 ], "relative wind angle": [ - 0.1108177122512903, + 0.11081771225129333, 0.029435769852420635, - 0.15987162675688293, - 0.22640012327009995, - 0.159575042913009, + 0.15987162675688432, + 0.22640012327009992, + 0.1595750429130097, 0.04622091286261642, 0.20709743465020997, - 0.21115279569633746 + 0.2111527956963364 ], "resistance": [ 97294.0269880483, @@ -104418,10 +75262,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 495.71414924820647, + 495.7141492482051, 974.0533916827676, - 716.5861335940062, - 53.72460304314973, + 716.5861335940053, + 53.72460304314882, -581.5787683811063, -846.1345354109155, -735.4449106022817, @@ -104430,28 +75274,28 @@ "relative wind speed": [ 2.6778327911558617, 2.8298494477881913, - 2.7577018715901596, - 2.4894880368043117, + 2.757701871590159, + 2.4894880368043113, 2.1471745960416233, 1.9424467318639569, 2.0435820489288488, 2.3629635032907963 ], "relative wind angle": [ - 0.13460573063730738, - 0.02274135381231499, + 0.13460573063730905, + 0.022741353812314992, 0.09746745989825642, - 0.17925558166608377, - 0.16815742985462037, - 0.03313390036077321, - 0.1316992238904757, + 0.17925558166608316, + 0.1681574298546204, + 0.03313390036077322, + 0.13169922389047573, 0.18896663586819387 ], "resistance": [ 97130.2141492482, 97608.55339168277, - 97351.08613359401, - 96688.22460304316, + 97351.086133594, + 96688.22460304314, 96052.9212316189, 95788.36546458908, 95899.05508939772, @@ -104460,8 +75304,8 @@ "fuel": [ 40.54946953228328, 40.79718386384003, - 40.66374522075579, - 40.321336189641805, + 40.663745220755786, + 40.3213361896418, 39.994697081308246, 39.85911953824044, 39.915813234569015, @@ -104498,19 +75342,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 455.47486342001866, + 455.47486342001685, 971.3662444237957, - 780.8635274763392, + 780.8635274763369, 133.1150428304054, - -516.436519982504, + -516.4365199825036, -824.1847151901723, - -741.6967298556019, + -741.6967298556015, -241.85381471078836 ], "relative wind speed": [ - 2.457620034360171, + 2.4576200343601706, 2.6406605030656927, - 2.5841933000063535, + 2.584193300006353, 2.3081646066667285, 1.9268779593254597, 1.667233340289109, @@ -104518,14 +75362,14 @@ 2.103599546480689 ], "relative wind angle": [ - 0.17122405948627745, + 0.1712240594862781, 0.039727727517324424, - 0.10483892516659009, + 0.10483892516659114, 0.2127308902607515, - 0.21906875697047487, + 0.21906875697047434, 0.06294808324578977, - 0.15484142109426607, - 0.23378520143096385 + 0.15484142109426538, + 0.23378520143096382 ], "resistance": [ 97089.97486342001, @@ -104578,34 +75422,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 364.96083231930606, + 364.9608323193047, 986.2642029319859, - 931.3737642776696, + 931.3737642776682, 271.94357479685095, -462.12519932889063, -878.8548565221492, - -855.0791999730875, - -382.8515123971374 + -855.0791999730882, + -382.85151239713787 ], "relative wind speed": [ - 2.537126144520363, + 2.5371261445203626, 2.762914829570058, 2.7474693265984627, 2.4963040231402798, 2.1104617760537643, 1.8048156764430607, 1.8282424020882346, - 2.158593107893755 + 2.1585931078937555 ], "relative wind angle": [ - 0.183036630240566, + 0.1830366302405672, 0.06250885299330272, - 0.07932456000201585, - 0.19368824912197952, + 0.07932456000201725, + 0.19368824912197954, 0.2205987348893869, 0.09577617407373601, - 0.11936665317697262, - 0.22447319605951066 + 0.11936665317697356, + 0.22447319605951166 ], "resistance": [ 96999.46083231931, @@ -104658,37 +75502,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 545.344686759674, + 545.3446867596713, 945.5628831687327, - 611.9685058066061, - -24.46863516330177, + 611.9685058066034, + -24.468635163302224, -588.7198211163145, -778.5183233371367, -634.982051462784, -101.54756215215343 ], "relative wind speed": [ - 2.518375816508684, + 2.5183758165086836, 2.6444865910333846, - 2.544213631640007, - 2.2552459836702523, + 2.5442136316400066, + 2.255245983670252, 1.9092051140208255, 1.7303096804975922, 1.874635409127924, 2.2138533089882557 ], "relative wind angle": [ - 0.1346905904557276, + 0.1346905904557301, 0.007995398954147448, - 0.1214657339652878, - 0.20410188928615428, - 0.17806922261330901, - 0.012219793081975027, + 0.12146573396528963, + 0.20410188928615317, + 0.178069222613309, + 0.012219793081975025, 0.16519586796167715, 0.2079734553221057 ], "resistance": [ - 97179.8446867597, + 97179.84468675968, 97580.06288316875, 97246.46850580662, 96610.03136483672, @@ -104738,33 +75582,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 151.85107050411125, + 151.85107050411034, 767.0391856578785, - 917.6959925692813, + 917.6959925692786, 407.63197615741774, - -263.4832389721837, + -263.48323897218347, -730.9617203820862, - -796.1281664228957, + -796.1281664228959, -481.64114251463366 ], "relative wind speed": [ - 2.327230931723987, + 2.3272309317239865, 2.585753016953671, 2.6305983124106067, 2.4455588177699106, 2.102016435205394, 1.7743613608173152, - 1.7071700038921003, + 1.7071700038921005, 1.9630891401753314 ], "relative wind angle": [ - 0.2000210421168581, + 0.20002104211685864, 0.09510188109157167, - 0.04378812883030202, + 0.04378812883030455, 0.1677782289621891, - 0.22179193462117786, + 0.22179193462117738, 0.1388273877658947, - 0.06750333554601237, + 0.06750333554601402, 0.20956452001534634 ], "resistance": [ @@ -104818,9 +75662,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 441.960138641135, + 441.9601386411332, 871.4042193315408, - 644.2756903689628, + 644.2756903689615, 52.65958030905358, -515.5344420687056, -754.1060178533112, @@ -104828,7 +75672,7 @@ -182.3159548265653 ], "relative wind speed": [ - 2.5061105088475757, + 2.5061105088475752, 2.6520494690035226, 2.584212943796239, 2.3287416026814376, @@ -104838,13 +75682,13 @@ 2.204720684062554 ], "relative wind angle": [ - 0.13809510121788204, - 0.023806317405721433, - 0.09911066797152907, - 0.18342122153726934, + 0.13809510121788285, + 0.02380631740572143, + 0.09911066797153019, + 0.1834212215372693, 0.17328745282997535, - 0.03502264162100781, - 0.13507208434307205, + 0.0350226416210078, + 0.13507208434307202, 0.19386671093067057 ], "resistance": [ @@ -104898,34 +75742,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 206.44578092953725, + 206.44578092953589, 803.6909818904714, 881.8430631980968, 340.1151268743888, -332.4863299909159, -769.6751118400243, - -803.377777095124, - -446.80803346127936 + -803.3777770951235, + -446.80803346127914 ], "relative wind speed": [ - 2.4824078748298124, + 2.482407874829812, 2.7144099920754505, 2.7367976149796682, 2.5410585327524027, 2.2077000011460455, 1.9152719250796388, - 1.8831428428876325, - 2.139932168365044 + 1.8831428428876322, + 2.1399321683650436 ], "relative wind angle": [ - 0.1731310396335519, - 0.07507740396802332, - 0.05106903927757573, + 0.17313103963355253, + 0.0750774039680233, + 0.05106903927757572, 0.15853924222078, 0.19493518539459403, 0.10650439731641796, - 0.07425530608891592, - 0.18858532783558835 + 0.07425530608891444, + 0.18858532783558773 ], "resistance": [ 96840.94578092959, @@ -104978,19 +75822,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 151.41070579232996, + 151.4107057923286, 689.6151024929648, - 806.4008935737049, + 806.4008935737058, 349.0450857030594, -241.40416874065022, -645.66049216273, - -696.252370248463, + -696.2523702484634, -409.7477152577003 ], "relative wind speed": [ - 2.1539144817149602, + 2.15391448171496, 2.39668346702609, - 2.434127392977991, + 2.4341273929779907, 2.2530072050303316, 1.922129542052575, 1.6092973404117925, @@ -104998,13 +75842,13 @@ 1.8049620785640013 ], "relative wind angle": [ - 0.2066042435348193, - 0.09547767012388446, - 0.04879497173054963, - 0.17685704171768815, + 0.20660424353481982, + 0.09547767012388447, + 0.04879497173054736, + 0.17685704171768818, 0.2319488191226265, - 0.14245775649157882, - 0.07656958194494709, + 0.14245775649157885, + 0.07656958194494855, 0.2214138489825769 ], "resistance": [ @@ -105058,9 +75902,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 144.33709484846804, + 144.33709484846713, 754.08857682968, - 917.0443247203896, + 917.0443247203905, 419.46130925865305, -240.7910278255456, -706.3397529151393, @@ -105070,7 +75914,7 @@ "relative wind speed": [ 2.229521783316854, 2.497003534022005, - 2.5469505521971083, + 2.546950552197108, 2.361986733893217, 2.0107160904206802, 1.6669492882636259, @@ -105078,14 +75922,14 @@ 1.8533119671208753 ], "relative wind angle": [ - 0.21672943163468206, + 0.21672943163468364, 0.10414670984689577, - 0.04411435920659272, + 0.0441143592065902, 0.17809173380048365, 0.24075608470383994, 0.15636085716611006, - 0.07071916895267678, - 0.22773779674331618 + 0.07071916895267677, + 0.2277377967433162 ], "resistance": [ 96778.83709484848, @@ -105125,68 +75969,7 @@ "id": "2132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.640041472863216, - 7.640041472863216, - 7.640041472863216, - 7.640041472863216, - 7.640041472863216, - 7.640041472863216, - 7.640041472863216, - 7.640041472863216 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 155.96716899312173, - 826.470274344799, - 1012.527172078889, - 469.23220310399734, - -254.3480631819316, - -767.2792918668945, - -848.0043661759569, - -520.6175380373522 - ], - "relative wind speed": [ - 2.29674116532465, - 2.5822373434302004, - 2.637228329942419, - 2.4429400662582905, - 2.0700433899136264, - 1.7006322115073755, - 1.6140403812702597, - 1.8952950823794867 - ], - "relative wind angle": [ - 0.22499810767571024, - 0.10859665538324606, - 0.044233302873339014, - 0.18309301953222798, - 0.2501378098260171, - 0.16532112138767888, - 0.07231354387017151, - 0.23689074420602274 - ], - "resistance": [ - 96790.46716899317, - 97460.97027434484, - 97647.02717207893, - 97103.73220310404, - 96380.15193681812, - 95867.22070813314, - 95786.49563382409, - 96113.8824619627 - ], - "fuel": [ - 39.93521673429959, - 40.28183773731726, - 40.37831758744909, - 40.09695294844612, - 39.72392666654465, - 39.46067600499112, - 39.41933479944743, - 39.58714752378694 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -61.09375, -55.15625 -60.9375, -55 -60.9375, -55 -61.09375, -55.15625 -61.09375))", @@ -105218,33 +76001,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 65.03783342158499, + 65.03783342158408, 578.0609628729464, - 780.8198544474246, - 405.2302593596662, + 780.8198544474219, + 405.23025935966643, -132.68834305041037, -540.3664771576571, - -628.3286359507205, + -628.3286359507202, -421.41714604468666 ], "relative wind speed": [ - 1.9019051560297202, + 1.9019051560297198, 2.1699133328367997, 2.240628363062985, 2.0905061893009838, 1.7716669613616367, 1.4309168992257724, - 1.3174337111029517, + 1.3174337111029515, 1.5446135170349526 ], "relative wind angle": [ - 0.24534287770508192, + 0.2453428777050824, 0.12896681320039308, - 0.03003393336498502, - 0.1799826396085079, + 0.03003393336498872, + 0.17998263960850788, 0.2637929066960797, 0.19628801866289025, - 0.051094830197032454, + 0.051094830197030275, 0.2447136866061372 ], "resistance": [ @@ -105298,9 +76081,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 81.52964209068091, + 81.52964209068, 648.9835549568113, - 854.8956470249075, + 854.8956470249047, 429.1674212295609, -171.17347515382403, -618.9138334988068, @@ -105308,7 +76091,7 @@ -467.0165032253685 ], "relative wind speed": [ - 2.0880939913662777, + 2.0880939913662773, 2.357851246834161, 2.424412241956529, 2.2646435012005592, @@ -105319,13 +76102,13 @@ ], "relative wind angle": [ 0.22477230291047598, - 0.11650117580622862, - 0.03209904769412698, + 0.11650117580622864, + 0.03209904769413043, 0.17043498628079093, 0.24268223113844284, 0.17243321804664166, 0.052090494680985554, - 0.22429655620342673 + 0.2242965562034267 ], "resistance": [ 96716.0296420907, @@ -105378,9 +76161,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -16.580133268061445, + -16.580133268062127, 489.1157819836915, - 765.3311137957214, + 765.3311137957328, 450.20637629105454, -61.23965653572782, -485.5555331881759, @@ -105388,9 +76171,9 @@ -458.7008535057946 ], "relative wind speed": [ - 1.867173439265194, + 1.8671734392651935, 2.1433615075239754, - 2.2408098341942773, + 2.240809834194277, 2.1255026467748483, 1.8380754014841625, 1.506937053065963, @@ -105398,19 +76181,19 @@ 1.5320236069955615 ], "relative wind angle": [ - 0.23872523024023734, + 0.23872523024023778, 0.1411861510261946, - 0.006685443274868153, + 0.006685443274851547, 0.15245728923354945, - 0.24257970427534886, - 0.2015077344146285, + 0.2425797042753489, + 0.20150773441462852, 0.011033263913888708, - 0.2122890664401975 + 0.21228906644019752 ], "resistance": [ 96617.91986673194, 97123.6157819837, - 97399.83111379572, + 97399.83111379574, 97084.70637629105, 96573.26034346427, 96148.94446681182, @@ -105420,7 +76203,7 @@ "fuel": [ 39.38818501345935, 39.649128106676216, - 39.792059231459376, + 39.79205923145938, 39.62901675394909, 39.36518607520503, 39.147040436203895, @@ -105458,9 +76241,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 706.3820347006049, + 706.3820347006026, 174.7625732444576, - -395.8223448965482, + -395.82234489654843, -700.6135886893455, -663.3698295214585, -271.10890458526524, @@ -105468,27 +76251,27 @@ 792.4665743029955 ], "relative wind speed": [ - 2.451820530607474, + 2.4518205306074736, 2.2208257471132646, - 1.8813112138458283, + 1.8813112138458281, 1.6275945162091883, 1.6681636555527308, 1.965229476924813, - 2.292348580097124, + 2.2923485800971237, 2.478937269642204 ], "relative wind angle": [ - 0.08547770385434751, + 0.08547770385434882, 0.1932799083273734, 0.21096050915971787, 0.08029605688182208, 0.12581145794610366, 0.21880203538989898, - 0.1727095061316337, + 0.1727095061316324, 0.05268767913374255 ], "resistance": [ - 97340.88203470061, + 97340.8820347006, 96809.26257324446, 96238.67765510346, 95933.88641131065, @@ -105498,7 +76281,7 @@ 97426.96657430299 ], "fuel": [ - 40.10784272009141, + 40.1078427200914, 39.8331187206642, 39.53942870025836, 39.383043725795964, @@ -105538,19 +76321,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 760.5721428354664, + 760.5721428354614, 312.1393286216696, - -254.4232035118448, + -254.4232035118457, -632.3821018671749, - -670.6321457531155, + -670.632145753116, -382.4900186427585, 161.99929282946823, 672.1617664075975 ], "relative wind speed": [ - 2.4233596906202277, + 2.4233596906202273, 2.242470228862909, - 1.9229583558496857, + 1.9229583558496854, 1.6308237093792766, 1.5881679914220377, 1.834741679845968, @@ -105558,17 +76341,17 @@ 2.3948619559437843 ], "relative wind angle": [ - 0.05152999928198217, + 0.051529999281986476, 0.17215387217764672, - 0.21935918324161838, + 0.21935918324161888, 0.12765823128616408, - 0.0786751326322796, + 0.078675132632281, 0.2109339804280603, 0.19429174681315717, 0.08680418430414027 ], "resistance": [ - 97395.07214283547, + 97395.07214283546, 96946.63932862166, 96380.07679648815, 96002.11789813283, @@ -105578,7 +76361,7 @@ 97306.6617664076 ], "fuel": [ - 40.06632330877106, + 40.066323308771054, 39.834427690141894, 39.54251420354659, 39.348440312217704, @@ -105618,9 +76401,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 546.610143793167, + 546.6101437931652, -18.49197390823474, - -529.2777697764575, + -529.2777697764582, -707.6361772120315, -588.3262326507308, -117.12358084049265, @@ -105638,11 +76421,11 @@ 2.648460830178319 ], "relative wind angle": [ - 0.10175345736119464, - 0.17133878344044154, - 0.1481163593055347, + 0.10175345736119683, + 0.1713387834404415, + 0.14811635930553624, 0.01404168608779563, - 0.13237287099858888, + 0.1323728709985889, 0.17527424417510024, 0.117744145836013, 0.009858572843607147 @@ -105698,9 +76481,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 569.9317882297446, + 569.931788229741, 143.64352861465204, - -320.8125206708039, + -320.8125206708046, -572.6592268894799, -547.1026463312721, -234.08715897058664, @@ -105710,7 +76493,7 @@ "relative wind speed": [ 2.291926150758648, 2.0954559760105633, - 1.8067834424150793, + 1.806783442415079, 1.5916620003128632, 1.6204802235293891, 1.8676043178314907, @@ -105718,14 +76501,14 @@ 2.3120323769664783 ], "relative wind angle": [ - 0.07565175324465466, + 0.07565175324465906, 0.17306579425952995, - 0.18766752179233256, - 0.07286254632583992, + 0.18766752179233318, + 0.07286254632583994, 0.10710065543085522, 0.1944350855761414, - 0.15757355961139297, - 0.0501370645363558 + 0.157573559611393, + 0.050137064536355795 ], "resistance": [ 97204.43178822975, @@ -105778,34 +76561,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 575.0576885143439, + 575.0576885143407, 166.6411459599749, - -293.8189426009001, + -293.81894260090075, -557.1160018592332, -545.0578357353927, -252.88481708030577, - 214.49501724096535, - 603.0229166775141 + 214.49501724096513, + 603.0229166775159 ], "relative wind speed": [ - 2.2808977406823283, + 2.280897740682328, 2.0948332639775082, 1.8112438982542656, 1.5900368425686788, 1.6037153065006127, 1.8401279531291952, 2.119856794406356, - 2.290454131177555 + 2.2904541311775546 ], "relative wind angle": [ - 0.06874629813475192, + 0.06874629813475515, 0.16835747224746747, - 0.1886867234998555, + 0.18868672349985668, 0.0814961080285977, 0.097854101716606, - 0.19193315336597402, - 0.16095649818328103, - 0.056542244953292624 + 0.191933153365974, + 0.16095649818328106, + 0.056542244953288696 ], "resistance": [ 97209.55768851431, @@ -105858,10 +76641,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 508.261603483435, + 508.2616034834318, 113.6841865492529, - -307.4060505501327, - -527.2136538093547, + -307.40605055013316, + -527.2136538093548, -496.10481038546277, -201.40110903726077, 237.52548261564698, @@ -105870,7 +76653,7 @@ "relative wind speed": [ 2.2113717486180864, 2.0211748626678125, - 1.7491943109490584, + 1.7491943109490582, 1.5538559968388805, 1.5898011171239985, 1.8255094568680479, @@ -105878,19 +76661,19 @@ 2.2367753896363345 ], "relative wind angle": [ - 0.07762772445933774, + 0.07762772445934206, 0.1699996070177454, 0.17938189618117603, - 0.06402705723592816, + 0.06402705723592818, 0.10808001481113513, - 0.18842862053540335, + 0.18842862053540338, 0.15006349115613082, - 0.04446294968279661 + 0.044462949682796606 ], "resistance": [ 97142.76160348344, 96748.18418654925, - 96327.09394944987, + 96327.09394944986, 96107.28634619064, 96138.39518961453, 96433.09889096273, @@ -105938,19 +76721,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 528.8495032416881, + 528.8495032416865, 229.19647934762588, - -164.3530702230844, + -164.35307022308484, -436.4467236160815, -472.10345749747955, -285.41446212113055, - 87.66485552522454, + 87.664855525225, 446.12679641857085 ], "relative wind speed": [ 2.0922740296562514, 1.9550254779090532, - 1.7050936144825681, + 1.705093614482568, 1.4727984936216003, 1.428261477041426, 1.611029746063381, @@ -105958,13 +76741,13 @@ 2.0611661891173423 ], "relative wind angle": [ - 0.04098363035540244, - 0.15181832609691012, - 0.19621083553569546, - 0.11871740516493377, + 0.04098363035540515, + 0.15181832609691015, + 0.19621083553569602, + 0.11871740516493379, 0.06005660572604823, - 0.1845746980015489, - 0.17836949606970384, + 0.18457469800154894, + 0.1783694960697032, 0.08473130177333942 ], "resistance": [ @@ -106005,68 +76788,7 @@ "id": "2143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.845826095648705, - 5.845826095648705, - 5.845826095648705, - 5.845826095648705, - 5.845826095648705, - 5.845826095648705, - 5.845826095648705, - 5.845826095648705 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 379.04683544843033, - 95.09212671404975, - -215.1327500206702, - -383.5413024125237, - -366.8971098968691, - -158.3904231450989, - 161.37502826775426, - 417.69600053723434 - ], - "relative wind speed": [ - 1.8987726981298623, - 1.7410891276574743, - 1.5100278958887121, - 1.3385676599747938, - 1.3609699010365117, - 1.5576217384986715, - 1.7825242170384663, - 1.9146314137087308 - ], - "relative wind angle": [ - 0.07281157036463776, - 0.16648091605786447, - 0.17970396876569972, - 0.06966432143960932, - 0.10166922171591779, - 0.18630770160004076, - 0.151999019937648, - 0.04868394813398825 - ], - "resistance": [ - 97013.54683544845, - 96729.59212671407, - 96419.36724997935, - 96250.95869758748, - 96267.60289010314, - 96476.10957685491, - 96795.87502826776, - 97052.19600053725 - ], - "fuel": [ - 39.380801937667144, - 39.234278214339824, - 39.07454174711369, - 38.98797724176114, - 38.996527905052275, - 39.103731917911475, - 39.26845407019416, - 39.4007685256243 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.75 -64.21875, -58.75 -64.0625, -58.59375 -64.0625, -58.59375 -64.21875, -58.75 -64.21875))", @@ -106098,17 +76820,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 670.4289782264741, + 670.4289782264709, 247.75538734216457, - -266.0327733024201, + -266.03277330242054, -592.3176919371572, -610.5277806227855, -327.5285464749186, - 175.79047190433084, + 175.7904719043304, 628.2541022885612 ], "relative wind speed": [ - 2.365078364509336, + 2.3650783645093356, 2.1863914541086262, 1.88796264257147, 1.6303809897157244, @@ -106118,13 +76840,13 @@ 2.3511388839886425 ], "relative wind angle": [ - 0.05638550808325516, + 0.0563855080832591, 0.1662425984249421, - 0.20178164062905835, + 0.2017816406290589, 0.10649867138776543, 0.08287606020959037, - 0.19732750458155754, - 0.17692787168577914, + 0.19732750458155757, + 0.17692787168577978, 0.07377815724542809 ], "resistance": [ @@ -106178,9 +76900,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 631.9218127649272, + 631.9218127649231, 262.3257440613522, - -213.64398648896508, + -213.64398648896554, -535.5411146295696, -571.5567091818045, -336.2634422901674, @@ -106190,7 +76912,7 @@ "relative wind speed": [ 2.322420034594163, 2.168120189607409, - 1.894757079203905, + 1.8947570792039048, 1.646909473385547, 1.6067246189829256, 1.8095451532766211, @@ -106198,14 +76920,14 @@ 2.2940985168041754 ], "relative wind angle": [ - 0.04363438185416873, + 0.043634381854173815, 0.1504753587786326, - 0.19026826635583216, - 0.11058447813905482, - 0.06309261041408057, + 0.19026826635583274, + 0.11058447813905484, + 0.06309261041408055, 0.18059361460339726, 0.17196876154722493, - 0.0793088567142225 + 0.07930885671422251 ], "resistance": [ 97266.42181276498, @@ -106258,9 +76980,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 530.6204526275123, + 530.6204526275101, 205.62708341522284, - -196.96038960669603, + -196.96038960669648, -458.6127870326644, -478.79240234332974, -265.04671746390386, @@ -106268,9 +76990,9 @@ 483.89241634432824 ], "relative wind speed": [ - 2.086370537399797, + 2.0863705373997967, 1.9322294936314985, - 1.668739981856396, + 1.6687399818563957, 1.4360687609910545, 1.4104906259536885, 1.6152136110043487, @@ -106278,13 +77000,13 @@ 2.068848070530739 ], "relative wind angle": [ - 0.05311454475177554, + 0.053114544751777626, 0.1652143528716526, - 0.20435496421496716, - 0.11244385969980121, + 0.20435496421496713, + 0.11244385969980122, 0.07861001172119636, - 0.19803473683735165, - 0.18051841610407962, + 0.19803473683735162, + 0.1805184161040796, 0.0779662960058151 ], "resistance": [ @@ -106338,37 +77060,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 590.5709791664065, + 590.5709791664017, 243.60909914122067, -198.4243840240963, -495.09804748187616, - -526.5467670493243, + -526.546767049324, -304.48277256763913, - 119.45677681218831, + 119.45677681218899, 517.7488262248612 ], "relative wind speed": [ 2.1800233314981647, 2.024998346424906, - 1.7507936638201338, + 1.7507936638201336, 1.5009897464481456, 1.4627141712843803, 1.6707531743883965, - 1.9562096052007771, + 1.9562096052007774, 2.1538487072703223 ], "relative wind angle": [ - 0.04804554063360929, + 0.04804554063361622, 0.16273140993343282, - 0.20667381847105407, + 0.2066738184710535, 0.12021691422168428, - 0.07164060025995901, - 0.1976499096511949, + 0.07164060025995747, + 0.19764990965119486, 0.1847060486341863, 0.08367359181289895 ], "resistance": [ - 97225.07097916643, + 97225.07097916641, 96878.10909914123, 96436.07561597592, 96139.40195251814, @@ -106418,33 +77140,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 475.5434047427125, + 475.5434047427095, 198.669070140166, - -158.5370562371104, - -400.7603647981017, + -158.53705623711085, + -400.76036479810205, -428.4531951720079, -252.66700739631574, - 88.64871254853006, + 88.64871254852983, 411.2826415221923 ], "relative wind speed": [ 2.0020458097607303, 1.8681283771177477, - 1.6298827504927444, - 1.4128750812737707, + 1.6298827504927442, + 1.412875081273771, 1.3768783928215345, 1.553730317528341, - 1.8020720719897736, + 1.8020720719897738, 1.9768069045091239 ], "relative wind angle": [ - 0.043753101727255356, - 0.15221367556100182, - 0.19325088334167528, - 0.11307341711273575, + 0.043753101727260435, + 0.1522136755610018, + 0.19325088334167587, + 0.11307341711273772, 0.06364171978301154, 0.18333357890947294, - 0.17458526978946146, + 0.1745852697894621, 0.08073206347016175 ], "resistance": [ @@ -106485,68 +77207,7 @@ "id": "2149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.320815753904038, - 5.320815753904038, - 5.320815753904038, - 5.320815753904038, - 5.320815753904038, - 5.320815753904038, - 5.320815753904038, - 5.320815753904038 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 321.544827457809, - 73.11203987423858, - -192.03067624038033, - -330.84511966947036, - -311.4587271853427, - -126.21428450481051, - 150.05604580222086, - 366.5140479573255 - ], - "relative wind speed": [ - 1.7354945799301291, - 1.5828288297779631, - 1.3635089659964177, - 1.204948048547153, - 1.2337511789031361, - 1.4243371454945126, - 1.6355203172260238, - 1.7556148805231007 - ], - "relative wind angle": [ - 0.07959156422062676, - 0.17511164125112624, - 0.18588211831122664, - 0.06695515758957919, - 0.11207627234153855, - 0.19483434162002666, - 0.154692511471484, - 0.04593580296759261 - ], - "resistance": [ - 96956.04482745784, - 96707.61203987426, - 96442.46932375965, - 96303.65488033056, - 96323.04127281469, - 96508.28571549522, - 96784.55604580225, - 97001.01404795736 - ], - "fuel": [ - 39.19529413924789, - 39.06713685205955, - 38.93061287973263, - 38.859240611132876, - 38.869203932066455, - 38.964477825172054, - 39.106804869383225, - 39.21851664484188 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.4375 -64.375, -58.4375 -64.21875, -58.28125 -64.21875, -58.28125 -64.375, -58.4375 -64.375))", @@ -106565,68 +77226,7 @@ "id": "2150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.890939791114485, - 5.890939791114485, - 5.890939791114485, - 5.890939791114485, - 5.890939791114485, - 5.890939791114485, - 5.890939791114485, - 5.890939791114485 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 444.79370865779197, - 139.87541628855274, - -210.067044823659, - -416.2940884859495, - -412.8855053552477, - -198.57552585402675, - 153.32764707237334, - 452.68421298916815 - ], - "relative wind speed": [ - 1.9486458632785044, - 1.7874409910034808, - 1.534760827712269, - 1.330638292816824, - 1.3352489704575001, - 1.5443980112848938, - 1.7957226164695346, - 1.9517971839486215 - ], - "relative wind angle": [ - 0.06819389832613579, - 0.1751652463330499, - 0.20188395398433331, - 0.09310914456730103, - 0.09960885234294799, - 0.20308918263236678, - 0.172225816447358, - 0.06342802978939266 - ], - "resistance": [ - 97079.2937086578, - 96774.37541628857, - 96424.43295517635, - 96218.20591151406, - 96221.61449464476, - 96435.92447414598, - 96787.8276470724, - 97087.18421298919 - ], - "fuel": [ - 39.42900681464161, - 39.271602949154314, - 39.091383227380646, - 38.98539007725313, - 38.987140677964554, - 39.097294102283115, - 39.278539918299046, - 39.4330846156566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.28125 -64.375, -58.28125 -64.21875, -58.125 -64.21875, -58.125 -64.375, -58.28125 -64.375))", @@ -106645,68 +77245,7 @@ "id": "2151", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.275294415518677, - 5.275294415518677, - 5.275294415518677, - 5.275294415518677, - 5.275294415518677, - 5.275294415518677, - 5.275294415518677, - 5.275294415518677 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 284.997302677328, - 2.2529576417789485, - -255.31089760803502, - -349.85523916212765, - -291.7825501140112, - -58.51739814796929, - 232.4789391428451, - 419.85169072349504 - ], - "relative wind speed": [ - 1.710130688908113, - 1.5211312032264466, - 1.2885734061427647, - 1.1606268353378977, - 1.2479206009195862, - 1.4724172852543198, - 1.6797116944066535, - 1.7705361189307534 - ], - "relative wind angle": [ - 0.1160854940623025, - 0.20187750092440426, - 0.1820255439965366, - 0.021437565989974008, - 0.15939881898501854, - 0.2086534669515469, - 0.13931942683451937, - 0.014052199895948777 - ], - "resistance": [ - 96919.49730267732, - 96636.75295764177, - 96379.18910239196, - 96284.64476083787, - 96342.71744988598, - 96575.98260185203, - 96866.97893914285, - 97054.35169072349 - ], - "fuel": [ - 39.16377192771652, - 39.01797107851967, - 38.88541379851377, - 38.83681774013859, - 38.86666332559602, - 38.986672882745765, - 39.136667645400024, - 39.23341614625045 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.75 -64.53125, -58.75 -64.375, -58.59375 -64.375, -58.59375 -64.53125, -58.75 -64.53125))", @@ -106738,9 +77277,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 435.4681651592348, + 435.4681651592332, 180.18693051061518, - -149.41919354421725, + -149.41919354421816, -372.45250245569673, -397.4191533647994, -234.8628680363397, @@ -106748,9 +77287,9 @@ 377.42423405140835 ], "relative wind speed": [ - 1.9632893715205642, + 1.963289371520564, 1.837307139921695, - 1.6148077039862017, + 1.6148077039862012, 1.4142712457746465, 1.381740132973346, 1.5453198455295822, @@ -106758,14 +77297,14 @@ 1.9399865449971143 ], "relative wind angle": [ - 0.04182457945258517, - 0.14413860823300317, - 0.18128303506036203, + 0.04182457945258783, + 0.14413860823300315, + 0.18128303506036206, 0.10471030848575728, 0.059445462889713606, 0.17162197911643814, - 0.16462056763528987, - 0.0762694573007048 + 0.16462056763528984, + 0.07626945730070478 ], "resistance": [ 97069.96816515927, @@ -106818,33 +77357,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 419.4858517342791, + 419.4858517342768, 136.8807679515976, - -196.29688506566958, + -196.29688506567004, -397.78778104483195, -400.026467101687, -203.98952517375142, - 127.90747129517217, + 127.9074712951724, 414.276064630433 ], "relative wind speed": [ - 2.010322557634157, + 2.0103225576341566, 1.8674763879139837, - 1.6419245670104754, + 1.6419245670104752, 1.4595964351850377, 1.4567921935835473, 1.6359010427291865, - 1.8621825896689517, + 1.8621825896689514, 2.0082874613495525 ], "relative wind angle": [ - 0.05551275710776713, + 0.05551275710776914, 0.1477902421275937, - 0.16973450602109302, + 0.16973450602109366, 0.08041572410072795, 0.07664134303736474, - 0.168899572201222, - 0.14949706238157073, + 0.16889957220122198, + 0.14949706238156998, 0.05841531740677324 ], "resistance": [ @@ -106898,9 +77437,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 481.6283814653684, + 481.6283814653657, 213.62731881900254, - -147.4764731296989, + -147.47647312969912, -402.0852036636709, -439.07301472272536, -275.1003171388188, @@ -106908,9 +77447,9 @@ 395.41848074852146 ], "relative wind speed": [ - 2.105885324723658, + 2.1058853247236575, 1.9853406060441015, - 1.7631223377371386, + 1.7631223377371383, 1.5568457743473765, 1.5126954599741815, 1.6677599448078266, @@ -106918,13 +77457,13 @@ 2.0734588952785353 ], "relative wind angle": [ - 0.033219208840106935, - 0.1310031925564284, + 0.03321920884011028, + 0.13100319255642842, 0.16915628448293515, - 0.10323029570805622, - 0.04625380749711913, - 0.15613723144707764, - 0.15676882836281522, + 0.10323029570805624, + 0.04625380749711914, + 0.1561372314470776, + 0.15676882836281525, 0.07744974398859511 ], "resistance": [ @@ -106978,7 +77517,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 441.3734838801945, + 441.37348388019313, 94.31525005009485, -275.72546791160585, -467.2357640072353, @@ -106988,9 +77527,9 @@ 507.09777292603167 ], "relative wind speed": [ - 2.1339247418866445, + 2.133924741886644, 1.960751382610702, - 1.7160798620561044, + 1.7160798620561042, 1.5432983891517147, 1.5763746547523207, 1.7871893777022339, @@ -106998,14 +77537,14 @@ 2.157967084601431 ], "relative wind angle": [ - 0.07287003413961546, + 0.07287003413961697, 0.1575769309870784, 0.16376586573246263, 0.0570371782159373, 0.09871651132408829, - 0.17302744702081252, - 0.13872533908039067, - 0.0407800726550071 + 0.17302744702081255, + 0.1387253390803907, + 0.040780072655007105 ], "resistance": [ 97075.87348388016, @@ -107045,68 +77584,7 @@ "id": "2156", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.767720735217797, - 5.767720735217797, - 5.767720735217797, - 5.767720735217797, - 5.767720735217797, - 5.767720735217797, - 5.767720735217797, - 5.767720735217797 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 370.4629430046846, - 2.5604922539164363, - -329.504231222361, - -449.6537617407986, - -371.62679160620996, - -67.55099305664703, - 309.6310578415166, - 551.2997976330985 - ], - "relative wind speed": [ - 1.8922689341655727, - 1.6683868791287204, - 1.3917340452009634, - 1.2396894535850913, - 1.3481851187985483, - 1.61702506329033, - 1.860473375565082, - 1.9650584959303032 - ], - "relative wind angle": [ - 0.12604198338079317, - 0.2191676756452157, - 0.1989862992991798, - 0.02124163254915432, - 0.1773689376878974, - 0.22624842267337067, - 0.1484163418600093, - 0.01340002635708517 - ], - "resistance": [ - 97004.96294300472, - 96637.06049225395, - 96304.99576877766, - 96184.84623825923, - 96262.87320839382, - 96566.94900694338, - 96944.13105784154, - 97185.79979763312 - ], - "fuel": [ - 39.35203837938233, - 39.162265919272016, - 38.9914118245097, - 38.92969352106623, - 38.96976823036701, - 39.12615795524754, - 39.32062515407071, - 39.445502770121614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.28125 -64.53125, -58.28125 -64.375, -58.125 -64.375, -58.125 -64.53125, -58.28125 -64.53125))", @@ -107125,68 +77603,7 @@ "id": "2157", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.130981855081818, - 5.130981855081818, - 5.130981855081818, - 5.130981855081818, - 5.130981855081818, - 5.130981855081818, - 5.130981855081818, - 5.130981855081818 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 242.7035493000759, - -78.29065371072454, - -324.2870093576853, - -378.7317399017166, - -258.92572316695725, - 30.428132986841206, - 337.34412522814694, - 463.10992232151045 - ], - "relative wind speed": [ - 1.6589671094476592, - 1.4214878263035853, - 1.1687202062008293, - 1.0823752715975883, - 1.2455421630835661, - 1.5109333241141771, - 1.7139545588684375, - 1.7697488301117918 - ], - "relative wind angle": [ - 0.16695608570853981, - 0.24433725559285108, - 0.18120909258382048, - 0.042518654581079805, - 0.22318948889482784, - 0.22960440794128087, - 0.12320008891335128, - 0.025999428841210592 - ], - "resistance": [ - 96877.20354930007, - 96556.20934628928, - 96310.21299064232, - 96255.76826009828, - 96375.57427683304, - 96664.92813298684, - 96971.84412522815, - 97097.60992232151 - ], - "fuel": [ - 39.10272921246121, - 38.937277680315475, - 38.81074213817509, - 38.782767305074984, - 38.84434069340557, - 38.99327217145646, - 39.15158342924203, - 39.216556305275425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.4375 -64.6875, -58.4375 -64.53125, -58.28125 -64.53125, -58.28125 -64.6875, -58.4375 -64.6875))", @@ -107218,9 +77635,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 409.3665675993234, + 409.36656759932225, 44.08331350614958, - -306.8303593606696, + -306.83035936067006, -457.6048851397569, -398.0188748736598, -107.70898878317132, @@ -107228,7 +77645,7 @@ 547.1748667309575 ], "relative wind speed": [ - 1.9198613118615724, + 1.9198613118615722, 1.7063571708444079, 1.4249390615178719, 1.248380590716133, @@ -107238,12 +77655,12 @@ 1.9747318902834972 ], "relative wind angle": [ - 0.1132058992359143, - 0.21461960469180993, - 0.21001784751774158, + 0.11320589923591529, + 0.21461960469180996, + 0.2100178475177432, 0.04543782603588015, 0.16364412553346472, - 0.22975631616648984, + 0.2297563161664898, 0.1611549154724382, 0.028718824678807757 ], @@ -107285,68 +77702,7 @@ "id": "2159", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.058956563338901, - 5.058956563338901, - 5.058956563338901, - 5.058956563338901, - 5.058956563338901, - 5.058956563338901, - 5.058956563338901, - 5.058956563338901 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 260.1917676226791, - -61.672893058326736, - -316.0168348145115, - -378.7465742549363, - -269.28219423520864, - 16.03323470309556, - 327.9739425611591, - 472.9014294519958 - ], - "relative wind speed": [ - 1.6534234508020258, - 1.4163826161924573, - 1.1547563636054647, - 1.0534809300059529, - 1.2108775896465942, - 1.481179911191829, - 1.6930952086291862, - 1.7578997624677626 - ], - "relative wind angle": [ - 0.1657141973427153, - 0.2513824681642417, - 0.19654753484581527, - 0.03171151696090843, - 0.2271938944582012, - 0.24016348653045855, - 0.13358856165321828, - 0.019002158364885977 - ], - "resistance": [ - 96894.69176762267, - 96572.82710694167, - 96318.48316518549, - 96255.75342574506, - 96365.2178057648, - 96650.53323470309, - 96962.47394256116, - 97107.401429452 - ], - "fuel": [ - 39.09269587482842, - 38.92677525472945, - 38.795934106101136, - 38.763701299909506, - 38.81995757071306, - 38.96679731672517, - 39.12768659551941, - 39.20255885924303 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -61.40625, -55 -61.25, -54.84375 -61.25, -54.84375 -61.40625, -55 -61.40625))", @@ -107378,33 +77734,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -196.3894767038655, + -196.38947670386688, 270.68816132461666, - 634.0867541358571, + 634.086754135858, 546.4700876602803, - 122.13847935802937, + 122.13847935802983, -323.0187283561718, -552.1755146698936, -514.2473338015385 ], "relative wind speed": [ - 1.7305026896346476, + 1.7305026896346474, 2.0218912026939226, - 2.182910831654092, + 2.1829108316540915, 2.1515567675399336, - 1.9390576957023065, + 1.9390576957023067, 1.6329544606522286, 1.4104909099821696, 1.457870975823375 ], "relative wind angle": [ - 0.22549783587383485, + 0.22549783587383682, 0.1734973843313249, - 0.048892277412385936, - 0.09223158617000146, + 0.04889227741238367, + 0.09223158617000148, 0.20089178949133443, 0.21540679701131857, - 0.07570906734064205, + 0.07570906734064203, 0.13634648282538964 ], "resistance": [ @@ -107445,68 +77801,7 @@ "id": "2161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.9390432104686806, - 5.9390432104686806, - 5.9390432104686806, - 5.9390432104686806, - 5.9390432104686806, - 5.9390432104686806, - 5.9390432104686806, - 5.9390432104686806 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -115.7844603504816, - 350.56791614001486, - 677.0502010944572, - 502.6840437339281, - 58.17869303883117, - -363.87732315958476, - -544.1962808331747, - -468.53590582097 - ], - "relative wind speed": [ - 1.643572828159867, - 1.941552124991457, - 2.082174087336942, - 2.016767780957442, - 1.7670263414076663, - 1.4332093631549938, - 1.2199445900189723, - 1.3252778766681275 - ], - "relative wind angle": [ - 0.26562653842079903, - 0.18136705824630717, - 0.03064860900838584, - 0.12926461218758875, - 0.2466671169381588, - 0.2468504302202819, - 0.05232604487507387, - 0.19744398068152128 - ], - "resistance": [ - 96518.71553964955, - 96985.06791614005, - 97311.55020109449, - 97137.18404373396, - 96692.67869303886, - 96270.62267684044, - 96090.30371916686, - 96165.96409417906 - ], - "fuel": [ - 39.15522086890291, - 39.39565609686596, - 39.56446071158986, - 39.47425697088546, - 39.24481564548093, - 39.02764250663902, - 38.93505967523514, - 38.97389194929158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -61.5625, -55 -61.40625, -54.84375 -61.40625, -54.84375 -61.5625, -55 -61.5625))", @@ -107538,19 +77833,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -204.9866505100133, + -204.98665051001342, 199.22495155640354, - 535.9320828948864, + 535.9320828948855, 506.5977931213722, - 149.6603893030699, + 149.66038930306945, -247.1770138367159, -472.83616336179466, -460.11453382828563 ], "relative wind speed": [ - 1.553852198026444, + 1.5538521980264437, 1.8375695479101721, - 2.0062288756957263, + 2.006228875695726, 1.9948867382505002, 1.8075126353909319, 1.518188636830973, @@ -107558,13 +77853,13 @@ 1.304601656430714 ], "relative wind angle": [ - 0.23430239659156646, - 0.18993513374486967, + 0.2343023965915665, + 0.1899351337448697, 0.06478155209535064, 0.08192697935727486, - 0.2009326360955696, + 0.20093263609557013, 0.23054895395019417, - 0.10107841015934772, + 0.10107841015934774, 0.12546463160781257 ], "resistance": [ @@ -107618,9 +77913,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -87.32150751764061, + -87.32150751764095, 295.1481429574824, - 566.3848945907473, + 566.3848945907457, 423.1774733117604, 57.82748932381878, -287.53375493206113, @@ -107628,7 +77923,7 @@ -374.90381642398205 ], "relative wind speed": [ - 1.396669753927585, + 1.3966697539275847, 1.6824516079657632, 1.8162199179020322, 1.7551540716771672, @@ -107638,14 +77933,14 @@ 1.0836284595971246 ], "relative wind angle": [ - 0.305192222779502, + 0.3051922227795024, 0.20441216757106, - 0.0348711054569136, - 0.14406036408051096, + 0.03487110545691679, + 0.14406036408051098, 0.28012081784228987, 0.2902377024616553, - 0.06480141036625583, - 0.23467660608895466 + 0.06480141036625585, + 0.23467660608895463 ], "resistance": [ 96547.1784924824, @@ -107685,68 +77980,7 @@ "id": "2164", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.072247175394905, - 5.072247175394905, - 5.072247175394905, - 5.072247175394905, - 5.072247175394905, - 5.072247175394905, - 5.072247175394905, - 5.072247175394905 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 247.46822557473467, - 598.0088439473394, - 547.5810153316501, - 164.76926009268573, - -243.43482726694663, - -469.3609535631333, - -447.3225611013231, - -174.0805498910504 - ], - "relative wind speed": [ - 1.6743657165370815, - 1.8613149365638149, - 1.840746514575865, - 1.618539126450757, - 1.2683605337801958, - 0.9735223178183225, - 1.0118751234429675, - 1.338868960172704 - ], - "relative wind angle": [ - 0.2532652264004237, - 0.0789278540165179, - 0.11542342448813725, - 0.27953022331788024, - 0.33712280944450745, - 0.15132546540099492, - 0.21106962649132163, - 0.34005238737048044 - ], - "resistance": [ - 96881.96822557475, - 97232.50884394735, - 97182.08101533167, - 96799.2692600927, - 96391.06517273307, - 96165.13904643687, - 96187.1774388987, - 96460.41945010897 - ], - "fuel": [ - 39.08962066871916, - 39.27074562952484, - 39.244661323581774, - 39.04695662591482, - 38.836738709856206, - 38.7206572844882, - 38.73197230727734, - 38.87241121772092 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -61.40625, -54.53125 -61.25, -54.375 -61.25, -54.375 -61.40625, -54.53125 -61.40625))", @@ -107765,68 +77999,7 @@ "id": "2165", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.75504779089186, - 4.75504779089186, - 4.75504779089186, - 4.75504779089186, - 4.75504779089186, - 4.75504779089186, - 4.75504779089186, - 4.75504779089186 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 155.36542046376712, - 477.4968903731568, - 501.3866811361962, - 194.6349613955615, - -164.80417836215736, - -390.43299887502627, - -400.8729590389104, - -197.78059232867474 - ], - "relative wind speed": [ - 1.5228500890698855, - 1.719875576640977, - 1.7303516925644922, - 1.551236312340235, - 1.2405396368848935, - 0.9487038449044713, - 0.9294589848411053, - 1.2048555464202875 - ], - "relative wind angle": [ - 0.26795681180802156, - 0.10525430929996295, - 0.08543788394034377, - 0.2538128147022226, - 0.3310262361860182, - 0.1916308328228208, - 0.15954017428265854, - 0.3291972538421777 - ], - "resistance": [ - 96789.86542046377, - 97111.99689037315, - 97135.8866811362, - 96829.13496139557, - 96469.69582163784, - 96244.06700112497, - 96233.62704096109, - 96436.71940767132 - ], - "fuel": [ - 38.96196272616078, - 39.128281202355524, - 39.14063102930916, - 38.98221716731246, - 38.79703978407041, - 38.68104497400739, - 38.67568242056151, - 38.780074931036964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -61.5625, -54.6875 -61.40625, -54.53125 -61.40625, -54.53125 -61.5625, -54.6875 -61.5625))", @@ -107858,30 +78031,30 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 51.94064959781599, + 51.94064959781531, 419.96610627771895, - 579.4869126295599, - 313.880906944455, + 579.4869126295608, + 313.88090694445475, -67.4205601401909, -359.1341114727611, -428.5672692726293, -287.3178794343005 ], "relative wind speed": [ - 1.449286498116983, + 1.4492864981169828, 1.6996995636114103, - 1.7691921626806233, - 1.6378056149519342, + 1.769192162680623, + 1.637805614951934, 1.344728714154293, 1.0098257581159369, 0.882431730959798, 1.107393081036342 ], "relative wind angle": [ - 0.31122856188031284, - 0.16240812744621574, - 0.03117180533834021, - 0.21711986703645839, + 0.31122856188031395, + 0.16240812744621577, + 0.031171805338336647, + 0.2171198670364579, 0.33634471259764914, 0.2756359564240651, 0.06252713609916034, @@ -107925,68 +78098,7 @@ "id": "2167", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.661980531513229, - 4.661980531513229, - 4.661980531513229, - 4.661980531513229, - 4.661980531513229, - 4.661980531513229, - 4.661980531513229, - 4.661980531513229 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 102.6317914243939, - 454.63290200279766, - 554.5118396142586, - 265.8570527823683, - -109.4833310769344, - -373.69340393874387, - -417.29406158069105, - -246.1031186623428 - ], - "relative wind speed": [ - 1.4631198888514494, - 1.6944195143431826, - 1.7382205602648206, - 1.5823098955004855, - 1.2732652421010315, - 0.943857349024888, - 0.8605309231909846, - 1.1217038737993723 - ], - "relative wind angle": [ - 0.3056909811813045, - 0.14238284437865423, - 0.0577306625646929, - 0.24400878085980263, - 0.35311972477212, - 0.2575828939536226, - 0.11681316972411239, - 0.34776849027276396 - ], - "resistance": [ - 96737.13179142438, - 97089.13290200278, - 97189.01183961425, - 96900.35705278235, - 96525.01666892305, - 96260.80659606124, - 96217.2059384193, - 96388.39688133764 - ], - "fuel": [ - 38.912515981123335, - 39.09420682872386, - 39.14584486727408, - 38.996709909986706, - 38.8032520875592, - 38.66738739825483, - 38.64499161101634, - 38.73296569193286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -61.71875, -55 -61.5625, -54.84375 -61.5625, -54.84375 -61.71875, -55 -61.71875))", @@ -108018,9 +78130,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -59.9403117142698, + -59.94031171426991, 293.9358803889097, - 520.9665583653257, + 520.9665583653209, 349.6430095707324, 4.091708930747927, -306.8367201392698, @@ -108030,7 +78142,7 @@ "relative wind speed": [ 1.5299285278742416, 1.770717696574567, - 1.8734646830199817, + 1.8734646830199815, 1.8012862862547092, 1.5795888290874818, 1.303971245242419, @@ -108038,14 +78150,14 @@ 1.2614078976810488 ], "relative wind angle": [ - 0.23823569142650267, + 0.23823569142650314, 0.1549916286497842, - 0.013626617431873645, - 0.1320933571132436, - 0.23060785873412207, - 0.211194525546376, - 0.022171665828341233, - 0.18920770631829964 + 0.013626617431881791, + 0.13209335711324363, + 0.2306078587341221, + 0.21119452554637597, + 0.022171665828341236, + 0.18920770631829967 ], "resistance": [ 96574.55968828576, @@ -108098,34 +78210,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -46.871665912450226, + -46.87166591245068, 310.34903247842453, - 546.7464227384016, - 373.7847820052309, + 546.7464227384014, + 373.78478200523114, 24.74125675098469, -287.40405851950146, -405.6432403765538, - -330.50592190393496 + -330.5059219039349 ], "relative wind speed": [ - 1.3490896681671738, + 1.3490896681671734, 1.6213755104634087, - 1.7364060417150955, - 1.6590740291092474, + 1.7364060417150953, + 1.6590740291092476, 1.4124220404070842, 1.089091551272273, 0.894356199329126, 1.0307532774230375 ], "relative wind angle": [ - 0.3174993992039269, + 0.31749939920392717, 0.19950327736443763, 0.019150979038634115, - 0.166097686120796, + 0.16609768612079667, 0.30279935865813495, - 0.29949993486548154, - 0.03718821276534332, - 0.269364585986175 + 0.2994999348654816, + 0.03718821276534333, + 0.26936458598617496 ], "resistance": [ 96587.62833408755, @@ -108178,20 +78290,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 114.2452214086968, + 114.24522140869567, 467.32920315425486, - 531.8174542656641, + 531.817454265663, 222.951163927082, -166.97157129910363, -428.3864207061598, - -456.3706197192265, + -456.37061971922685, -259.4132342240995 ], "relative wind speed": [ - 1.7250243276818769, + 1.7250243276818762, 1.922282640476066, 1.9480118527072887, - 1.7933531220994132, + 1.793353122099413, 1.5159890072387419, 1.2564875850112405, 1.216216026401121, @@ -108199,12 +78311,12 @@ ], "relative wind angle": [ 0.2142650094132818, - 0.09559293976385559, - 0.05511749488058544, - 0.18804293560415536, + 0.0955929397638556, + 0.05511749488058745, + 0.18804293560415478, 0.2443731422956839, - 0.14654764419921254, - 0.08835183941580152, + 0.14654764419921257, + 0.08835183941580278, 0.23588042029111234 ], "resistance": [ @@ -108258,19 +78370,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 69.21689009172178, + 69.21689009172155, 391.05045193239755, - 499.66604162535566, + 499.66604162535407, 248.78347612749224, -91.91224790479271, - -340.1865921420511, + -340.18659214205104, -387.508319429142, -243.20229238325413 ], "relative wind speed": [ - 1.4358065205760417, + 1.4358065205760415, 1.6546071877000317, - 1.7037661686613537, + 1.7037661686613532, 1.5684747527244656, 1.2918737773551767, 0.9963700495087173, @@ -108278,14 +78390,14 @@ 1.1271047738398317 ], "relative wind angle": [ - 0.2806801092448831, + 0.28068010924488357, 0.13825568463509277, - 0.0441797126076654, + 0.04417971260766791, 0.21488033854279315, 0.31295547025005604, - 0.23090800986367493, + 0.2309080098636749, 0.08280609017262723, - 0.3012674267360876 + 0.30126742673608764 ], "resistance": [ 96703.71689009175, @@ -108338,10 +78450,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -13.554495516468023, + -13.554495516468137, 361.222080684508, - 597.7510612115177, - 382.6956117936252, + 597.7510612115032, + 382.6956117936247, 10.424553917585627, -307.0063403547563, -414.6212646369357, @@ -108351,26 +78463,26 @@ 1.3325980395084287, 1.6169978038588286, 1.72610121694608, - 1.6298424070690836, - 1.3545465759805526, + 1.6298424070690838, + 1.3545465759805524, 0.9979639591278194, 0.7944737568098822, 0.976845785946585 ], "relative wind angle": [ - 0.35711265760630584, + 0.35711265760630617, 0.21037339521040674, - 0.006778377247814948, - 0.1983247538009121, - 0.3510736975865179, - 0.34517207036331593, + 0.006778377247847706, + 0.19832475380091322, + 0.3510736975865176, + 0.345172070363316, 0.014727356918123866, - 0.33496369594309977 + 0.3349636959430998 ], "resistance": [ 96620.94550448358, 96995.72208068456, - 97232.25106121156, + 97232.25106121154, 97017.19561179366, 96644.92455391763, 96327.49365964529, @@ -108405,68 +78517,7 @@ "id": "2173", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.727381958253819, - 4.727381958253819, - 4.727381958253819, - 4.727381958253819, - 4.727381958253819, - 4.727381958253819, - 4.727381958253819, - 4.727381958253819 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 58.10042028076475, - 444.4780385458116, - 614.4262982671767, - 335.389696998079, - -64.02232912198417, - -369.3626276435117, - -443.33376387590164, - -295.94301979673713 - ], - "relative wind speed": [ - 1.4485764013157127, - 1.710864814440594, - 1.7839507645551052, - 1.6477307567550605, - 1.3410821184500612, - 0.9847925799803916, - 0.8452186158140028, - 1.0871330149152307 - ], - "relative wind angle": [ - 0.3303453559938153, - 0.17144406112570812, - 0.032007309699315034, - 0.22811445435346173, - 0.3579656339256056, - 0.3009107262991812, - 0.067595783415749, - 0.34984756717942506 - ], - "resistance": [ - 96692.60042028077, - 97078.97803854581, - 97248.92629826718, - 96969.88969699809, - 96570.47767087801, - 96265.13737235649, - 96191.1662361241, - 96338.55698020327 - ], - "fuel": [ - 38.90514427780871, - 39.10453978247749, - 39.192419834613844, - 39.04818695859564, - 38.842236684333756, - 38.68519332152547, - 38.6472005101069, - 38.722922992166446 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -61.875, -54.6875 -61.71875, -54.53125 -61.71875, -54.53125 -61.875, -54.6875 -61.875))", @@ -108498,13 +78549,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 66.66491174237422, + 66.66491174237376, 406.4946399343587, - 532.8192013302994, + 532.8192013302983, 274.2852067134114, - -82.33589918324981, + -82.33589918324992, -346.36851502945456, - -401.41687854421787, + -401.4168785442177, -256.7063208303208 ], "relative wind speed": [ @@ -108512,20 +78563,20 @@ 1.6592008380796899, 1.7158118713504942, 1.579675670693176, - 1.292225347786017, + 1.2922253477860173, 0.9751960681954193, 0.8717479077352951, 1.099354159462825 ], "relative wind angle": [ - 0.30092338118909456, + 0.30092338118909573, 0.15068084558946013, - 0.04110260576260011, + 0.04110260576260281, 0.22262217671749226, - 0.333272739791939, + 0.33327273979193967, 0.2582611002374201, - 0.08096557785566867, - 0.3228312324199087 + 0.0809655778556673, + 0.32283123241990874 ], "resistance": [ 96701.16491174238, @@ -108565,68 +78616,7 @@ "id": "2175", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.889029877635954, - 4.889029877635954, - 4.889029877635954, - 4.889029877635954, - 4.889029877635954, - 4.889029877635954, - 4.889029877635954, - 4.889029877635954 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 89.97053589602945, - 431.58688553795196, - 529.2733841205929, - 251.52562632257832, - -114.16579273649097, - -373.1661398306695, - -415.75193256828027, - -250.29985749310663 - ], - "relative wind speed": [ - 1.5057771152001993, - 1.7255170377176627, - 1.768033372344838, - 1.6204798681187547, - 1.330538854905085, - 1.0297035095690559, - 0.9548593400850764, - 1.1881680698009824 - ], - "relative wind angle": [ - 0.2741101050836674, - 0.1299022648219917, - 0.05177338886559128, - 0.21954293046421722, - 0.31134744326723507, - 0.21881284856737798, - 0.09596888791190476, - 0.30157397204473607 - ], - "resistance": [ - 96724.47053589603, - 97066.08688553795, - 97163.77338412059, - 96886.02562632257, - 96520.33420726351, - 96261.33386016932, - 96218.74806743172, - 96384.20014250689 - ], - "fuel": [ - 38.96128963455266, - 39.1375975312736, - 39.1880932894569, - 39.04461395193461, - 38.85614233252744, - 38.72295864168227, - 38.701083983042665, - 38.78610807428035 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -62.03125, -54.375 -61.875, -54.21875 -61.875, -54.21875 -62.03125, -54.375 -62.03125))", @@ -108645,68 +78635,7 @@ "id": "2176", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.206586439247453, - 5.206586439247453, - 5.206586439247453, - 5.206586439247453, - 5.206586439247453, - 5.206586439247453, - 5.206586439247453, - 5.206586439247453 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 74.7896308342016, - 418.95953760367854, - 525.3275717877342, - 252.62706124905947, - -115.22887324482065, - -380.2319784647375, - -426.4730484472396, - -265.90743542514633 - ], - "relative wind speed": [ - 1.57356849763914, - 1.7875901534807082, - 1.8326619048609627, - 1.6941215130791307, - 1.4198200896433801, - 1.1386519867352154, - 1.0645925258936504, - 1.2735616210610743 - ], - "relative wind angle": [ - 0.2469527178305365, - 0.1209835955598517, - 0.043422711653485845, - 0.1949905982200059, - 0.27434980105365386, - 0.19062367266998645, - 0.07479704116746781, - 0.2606829791570859 - ], - "resistance": [ - 96709.28963083425, - 97053.45953760372, - 97159.82757178778, - 96887.1270612491, - 96519.27112675522, - 96254.2680215353, - 96208.0269515528, - 96368.5925645749 - ], - "fuel": [ - 39.03650587984589, - 39.21411385851569, - 39.26909396544116, - 39.12822338533108, - 38.93863618238176, - 38.802369748834, - 38.77861904728008, - 38.86112417143501 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -62.03125, -54.21875 -61.875, -54.0625 -61.875, -54.0625 -62.03125, -54.21875 -62.03125))", @@ -108725,68 +78654,7 @@ "id": "2177", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.545934642939911, - 5.545934642939911, - 5.545934642939911, - 5.545934642939911, - 5.545934642939911, - 5.545934642939911, - 5.545934642939911, - 5.545934642939911 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 51.82643075499482, - 483.4536473853286, - 666.2751241621252, - 355.91906004927364, - -93.09643851760052, - -437.36538264817875, - -516.8170591557275, - -350.13261860224907 - ], - "relative wind speed": [ - 1.659200068130245, - 1.9173586044467934, - 1.9888480514987399, - 1.851248273205461, - 1.549387703528668, - 1.215435355698975, - 1.0945458190404433, - 1.3139356730384664 - ], - "relative wind angle": [ - 0.27308213832956957, - 0.14444459756132225, - 0.028753507040280114, - 0.1939774218888864, - 0.2929894738440565, - 0.2290689829265948, - 0.05226324392611881, - 0.27504539166306086 - ], - "resistance": [ - 96686.32643075501, - 97117.95364738534, - 97300.77512416214, - 96990.41906004929, - 96541.40356148241, - 96197.13461735184, - 96117.68294084429, - 96284.36738139777 - ], - "fuel": [ - 39.12075380450289, - 39.34352725029636, - 39.43809492171256, - 39.27763135070175, - 39.04611099602642, - 38.86910793752584, - 38.82832114376903, - 38.91391623221788 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -62.1875, -54.375 -62.03125, -54.21875 -62.03125, -54.21875 -62.1875, -54.375 -62.1875))", @@ -108805,68 +78673,7 @@ "id": "2178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.185124682193205, - 5.185124682193205, - 5.185124682193205, - 5.185124682193205, - 5.185124682193205, - 5.185124682193205, - 5.185124682193205, - 5.185124682193205 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 205.99114170758435, - 467.9450433610052, - 398.27427864382435, - 88.86812374449698, - -231.36044725091767, - -394.3231099394853, - -364.06704136575183, - -131.87835367216042 - ], - "relative wind speed": [ - 1.652701750370636, - 1.793175164548272, - 1.7629881070275082, - 1.5723412465823687, - 1.2962835431707185, - 1.093753596209252, - 1.1417736353817942, - 1.3926654674648888 - ], - "relative wind angle": [ - 0.19066682112685915, - 0.05159030885737917, - 0.10366788503059, - 0.2247889230415604, - 0.24403620282858998, - 0.08464423812559166, - 0.16047263784892618, - 0.2543933079731471 - ], - "resistance": [ - 96840.4911417076, - 97102.44504336102, - 97032.77427864383, - 96723.36812374451, - 96403.1395527491, - 96240.17689006052, - 96270.43295863426, - 96502.62164632785 - ], - "fuel": [ - 39.098338521700754, - 39.23360696433754, - 39.19760526763143, - 39.03794083526802, - 38.87306678831281, - 38.78930974058659, - 38.80485281991381, - 38.924245643200436 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -62.1875, -54.21875 -62.03125, -54.0625 -62.03125, -54.0625 -62.1875, -54.21875 -62.1875))", @@ -108885,68 +78692,7 @@ "id": "2179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.056886106711357, - 6.056886106711357, - 6.056886106711357, - 6.056886106711357, - 6.056886106711357, - 6.056886106711357, - 6.056886106711357, - 6.056886106711357 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 194.61290201135648, - 589.9007681552334, - 598.0194860714448, - 208.25597395417776, - -244.39352138094023, - -519.7253657081294, - -523.2538860490527, - -255.97924958581063 - ], - "relative wind speed": [ - 1.8809667656044218, - 2.0775360355246777, - 2.080543749484496, - 1.8889756186007762, - 1.5748991514433497, - 1.3046790147855323, - 1.2998773084435078, - 1.565284134864069 - ], - "relative wind angle": [ - 0.21001247435271359, - 0.08005610412982252, - 0.07561432710328332, - 0.20709789043450724, - 0.25163396248437686, - 0.12768978563151992, - 0.12120723938652156, - 0.2507615986944171 - ], - "resistance": [ - 96829.11290201134, - 97224.40076815522, - 97232.51948607143, - 96842.75597395416, - 96390.10647861904, - 96114.77463429185, - 96111.24611395094, - 96378.52075041417 - ], - "fuel": [ - 39.35335327580482, - 39.557554384028904, - 39.5617545126391, - 39.36039144049844, - 39.127249106452716, - 38.98580918680511, - 38.983998391589274, - 39.12129175058338 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -64.53125, -54.375 -64.375, -54.21875 -64.375, -54.21875 -64.53125, -54.375 -64.53125))", @@ -108965,68 +78711,7 @@ "id": "2180", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.62152075661913, - 6.62152075661913, - 6.62152075661913, - 6.62152075661913, - 6.62152075661913, - 6.62152075661913, - 6.62152075661913, - 6.62152075661913 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 319.51000480896596, - 635.6503779086529, - 476.1208265917462, - 47.194881308190816, - -366.96018324327974, - -544.5708105874216, - -475.7933687395566, - -134.21315039010597 - ], - "relative wind speed": [ - 2.0842394537161435, - 2.213669211214786, - 2.156759971213502, - 1.9348375142666958, - 1.6456559588337043, - 1.466937714625795, - 1.549394740485128, - 1.8189671323743366 - ], - "relative wind angle": [ - 0.14732705017030545, - 0.026709603279903498, - 0.1032770578380835, - 0.19429415031215166, - 0.18700493756021452, - 0.040312012574905236, - 0.1440035880988067, - 0.20684487768097348 - ], - "resistance": [ - 96954.01000480897, - 97270.15037790865, - 97110.62082659175, - 96681.69488130818, - 96267.53981675672, - 96089.92918941258, - 96158.70663126044, - 96500.2868496099 - ], - "fuel": [ - 39.613499195922074, - 39.776914003087285, - 39.69440576190142, - 39.4730360567231, - 39.25993927047741, - 39.1687481446721, - 39.204046814285746, - 39.37961693435054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -64.53125, -54.21875 -64.375, -54.0625 -64.375, -54.0625 -64.53125, -54.21875 -64.53125))", @@ -109045,68 +78730,7 @@ "id": "2181", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.441326699484383, - 7.441326699484383, - 7.441326699484383, - 7.441326699484383, - 7.441326699484383, - 7.441326699484383, - 7.441326699484383, - 7.441326699484383 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 404.9144091797325, - 678.7516806795556, - 415.15493292016936, - -51.10340415108044, - -454.5571388742071, - -574.407277500409, - -461.70657884969387, - -63.05075949776506 - ], - "relative wind speed": [ - 2.326411424978387, - 2.4181368378079884, - 2.3307367986365, - 2.10003966010633, - 1.8383838675188213, - 1.7159427718485862, - 1.8328969796759187, - 2.0932459933328227 - ], - "relative wind angle": [ - 0.10797210836107458, - 0.0014248519898105946, - 0.10566838552615122, - 0.16797494994363285, - 0.13679590269965647, - 0.0020079272402952117, - 0.13452482345931177, - 0.1685253272423939 - ], - "resistance": [ - 97039.41440917974, - 97313.25168067956, - 97049.65493292017, - 96583.39659584891, - 96179.94286112579, - 96060.0927224996, - 96172.7934211503, - 96571.44924050223 - ], - "fuel": [ - 39.97911815311118, - 40.12073171091435, - 39.98440896584968, - 39.74391008330389, - 39.53645903265567, - 39.47495022341098, - 39.53278833845894, - 39.73775819455914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -64.6875, -54.375 -64.53125, -54.21875 -64.53125, -54.21875 -64.6875, -54.375 -64.6875))", @@ -109125,68 +78749,7 @@ "id": "2182", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.089158968511195, - 6.089158968511195, - 6.089158968511195, - 6.089158968511195, - 6.089158968511195, - 6.089158968511195, - 6.089158968511195, - 6.089158968511195 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 205.1641873640799, - 574.7929843848347, - 556.7816455283871, - 174.7751619776459, - -256.52570294687325, - -507.8059703185346, - -499.9899774328911, - -230.6737713636354 - ], - "relative wind speed": [ - 1.8915436839229092, - 2.07251778540754, - 2.065792090598684, - 1.8736975956045994, - 1.5711026447407963, - 1.3232426299320925, - 1.3337181362342239, - 1.5923436653956697 - ], - "relative wind angle": [ - 0.19571124801224568, - 0.06960236724585943, - 0.0794715622306121, - 0.20208012113781787, - 0.23632056717343522, - 0.1091426895399984, - 0.12327573663759638, - 0.23842339853610847 - ], - "resistance": [ - 96839.66418736409, - 97209.29298438485, - 97191.2816455284, - 96809.27516197765, - 96377.97429705314, - 96126.69402968149, - 96134.51002256712, - 96403.82622863638 - ], - "fuel": [ - 39.369415443088904, - 39.56035824150511, - 39.551042163413754, - 39.353739700907134, - 39.13162982668594, - 39.00254547204894, - 39.00655705947184, - 39.14492346645302 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -64.6875, -54.21875 -64.53125, -54.0625 -64.53125, -54.0625 -64.6875, -54.21875 -64.6875))", @@ -109205,68 +78768,7 @@ "id": "2183", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.468725308505798, - 6.468725308505798, - 6.468725308505798, - 6.468725308505798, - 6.468725308505798, - 6.468725308505798, - 6.468725308505798, - 6.468725308505798 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 268.41945528098813, - 613.2122247179746, - 517.2299872765648, - 105.20661106804982, - -321.95353301015325, - -536.1895667200607, - -494.69853972714884, - -182.66286717341018 - ], - "relative wind speed": [ - 2.020721585702597, - 2.1727815192759365, - 2.1381683667322524, - 1.9295277877604333, - 1.6346464811897783, - 1.4263258095132034, - 1.477707982280692, - 1.7413521647417765 - ], - "relative wind angle": [ - 0.1651786819349787, - 0.04424688047668026, - 0.09195952985535517, - 0.19495111003934482, - 0.20469012003704384, - 0.06743221673508318, - 0.13326743324064896, - 0.2163358878363256 - ], - "resistance": [ - 96902.919455281, - 97247.71222471798, - 97151.72998727656, - 96739.70661106805, - 96312.54646698985, - 96098.31043327994, - 96139.80146027285, - 96451.8371328266 - ], - "fuel": [ - 39.53209721216449, - 39.7102754422102, - 39.66063036117612, - 39.447908128266626, - 39.22803791582399, - 39.11802082428714, - 39.13931446563176, - 39.29965976898405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -64.84375, -54.375 -64.6875, -54.21875 -64.6875, -54.21875 -64.84375, -54.375 -64.84375))", @@ -109285,68 +78787,7 @@ "id": "2184", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.069226009897421, - 6.069226009897421, - 6.069226009897421, - 6.069226009897421, - 6.069226009897421, - 6.069226009897421, - 6.069226009897421, - 6.069226009897421 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 185.17501403462302, - 540.0227976611591, - 532.197754623593, - 171.93152903083023, - -240.42151284632325, - -484.4993819541804, - -481.1079369203911, - -229.14066812144154 - ], - "relative wind speed": [ - 1.8710624342393125, - 2.047910810499837, - 2.0449492391058515, - 1.8632260283243003, - 1.5745949794446887, - 1.3365198443539332, - 1.3410468267716678, - 1.5838600788860153 - ], - "relative wind angle": [ - 0.19003632944432827, - 0.06978723543573412, - 0.0741435571461708, - 0.1928108673998418, - 0.22638882566990984, - 0.10705053685251398, - 0.11319882839884539, - 0.22737067917716006 - ], - "resistance": [ - 96819.67501403463, - 97174.52279766116, - 97166.69775462359, - 96806.43152903083, - 96394.07848715367, - 96150.00061804581, - 96153.3920630796, - 96405.35933187856 - ], - "fuel": [ - 39.35253709399086, - 39.53580816605276, - 39.53176165131638, - 39.345706195101585, - 39.13334383390216, - 39.00794150251098, - 39.00968244049474, - 39.13914506602029 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -64.84375, -54.21875 -64.6875, -54.0625 -64.6875, -54.0625 -64.84375, -54.21875 -64.84375))", @@ -109365,68 +78806,7 @@ "id": "2185", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.964083183497677, - 5.964083183497677, - 5.964083183497677, - 5.964083183497677, - 5.964083183497677, - 5.964083183497677, - 5.964083183497677, - 5.964083183497677 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 190.60430976678686, - 549.1350399165453, - 540.0369514787126, - 175.25727215740062, - -240.75633599339267, - -486.6619491953735, - -482.71343566282576, - -227.70186935434936 - ], - "relative wind speed": [ - 1.8492159897742395, - 2.0295142111449898, - 2.02604813249216, - 1.8400172343987726, - 1.5435696166632278, - 1.2974124267491478, - 1.3028184459653664, - 1.5545235654174163 - ], - "relative wind angle": [ - 0.197750548369963, - 0.07212078476999632, - 0.07731381820463314, - 0.20110487556481518, - 0.23759577436903667, - 0.1129592784500168, - 0.12040376708408174, - 0.2386974644316273 - ], - "resistance": [ - 96825.10430976679, - 97183.63503991654, - 97174.53695147872, - 96809.7572721574, - 96393.7436640066, - 96147.83805080462, - 96151.78656433718, - 96406.79813064565 - ], - "fuel": [ - 39.32113196622565, - 39.50631489913016, - 39.501609775582374, - 39.313215819317804, - 39.09896594667113, - 38.97262569947989, - 38.97465257098745, - 39.105679299746875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -65, -54.375 -64.84375, -54.21875 -64.84375, -54.21875 -65, -54.375 -65))", @@ -109445,68 +78825,7 @@ "id": "2186", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.082121920029894, - 6.082121920029894, - 6.082121920029894, - 6.082121920029894, - 6.082121920029894, - 6.082121920029894, - 6.082121920029894, - 6.082121920029894 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 231.18502404690935, - 601.0767294221, - 559.08023642934, - 160.4569857506815, - -277.06844753083226, - -522.0399977860657, - -503.80470677966616, - -216.94717301743935 - ], - "relative wind speed": [ - 1.9067387358240524, - 2.084038777185466, - 2.068432620311223, - 1.8652618103583387, - 1.5536246188345955, - 1.306209951779634, - 1.330784940617114, - 1.603184469036417 - ], - "relative wind angle": [ - 0.19584093892207646, - 0.06458738168681116, - 0.0875260028871922, - 0.21075735577721005, - 0.2411494844512758, - 0.10315945921884422, - 0.13628914422375288, - 0.24586891058739935 - ], - "resistance": [ - 96865.68502404692, - 97235.57672942212, - 97193.58023642935, - 96794.9569857507, - 96357.43155246918, - 96112.46000221395, - 96130.69529322034, - 96417.55282698257 - ], - "fuel": [ - 39.38051933179909, - 39.571633938988796, - 39.549909688725116, - 39.34403374934458, - 39.11874674547818, - 38.99291907143052, - 39.00227779002856, - 39.14966168321713 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -65, -54.21875 -64.84375, -54.0625 -64.84375, -54.0625 -65, -54.21875 -65))", @@ -109525,68 +78844,7 @@ "id": "2187", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.39397443223311, - 6.39397443223311, - 6.39397443223311, - 6.39397443223311, - 6.39397443223311, - 6.39397443223311, - 6.39397443223311, - 6.39397443223311 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 170.17477207468687, - 545.6893745607399, - 559.3688931025715, - 193.43456269642638, - -238.12648063098163, - -502.7991550292363, - -508.71583689566194, - -257.9760278527501 - ], - "relative wind speed": [ - 1.9460602451181719, - 2.1284309497354243, - 2.1334208513584887, - 1.9592069000792216, - 1.675977713264404, - 1.4373007566952505, - 1.4298836470067071, - 1.6605902853113246 - ], - "relative wind angle": [ - 0.18233247443109538, - 0.07154519559061846, - 0.06458716324406043, - 0.17798976145275255, - 0.21213148083120617, - 0.10605625219482089, - 0.09644808028483635, - 0.21043961119214818 - ], - "resistance": [ - 96804.67477207471, - 97180.18937456075, - 97193.86889310258, - 96827.93456269644, - 96396.37351936904, - 96131.70084497078, - 96125.78416310436, - 96376.52397214726 - ], - "fuel": [ - 39.45504780965631, - 39.64898631789955, - 39.6560611560721, - 39.46704533181438, - 39.244771716328756, - 39.10879606676552, - 39.1057593487281, - 39.23456496525882 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -64.84375, -54.0625 -64.6875, -53.90625 -64.6875, -53.90625 -64.84375, -54.0625 -64.84375))", @@ -109605,68 +78863,7 @@ "id": "2188", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.1951661583156605, - 6.1951661583156605, - 6.1951661583156605, - 6.1951661583156605, - 6.1951661583156605, - 6.1951661583156605, - 6.1951661583156605, - 6.1951661583156605 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 310.40091665109026, - 635.5975034841188, - 493.7197793820749, - 70.42806200881319, - -345.03322552415284, - -533.2924717709792, - -471.8698828864142, - -140.66006747878737 - ], - "relative wind speed": [ - 1.976941148968935, - 2.1183500735519876, - 2.0658561174019567, - 1.8379404434885225, - 1.5295075326288878, - 1.3267564074604683, - 1.4070991795349872, - 1.6940084194136502 - ], - "relative wind angle": [ - 0.16892239934711809, - 0.034869950032654556, - 0.11055292683726166, - 0.21726250757951468, - 0.21904867287898674, - 0.05569220015032208, - 0.16269651781777356, - 0.23605843567503126 - ], - "resistance": [ - 96944.9009166511, - 97270.09750348412, - 97128.21977938208, - 96704.92806200881, - 96289.46677447585, - 96101.20752822902, - 96162.63011711359, - 96493.83993252121 - ], - "fuel": [ - 39.459090260504354, - 39.62718073417878, - 39.553797337454725, - 39.33530331365097, - 39.121499523826145, - 39.02482941704285, - 39.05635509023309, - 39.22659333231322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -64.84375, -53.90625 -64.6875, -53.75 -64.6875, -53.75 -64.84375, -53.90625 -64.84375))", @@ -109685,68 +78882,7 @@ "id": "2189", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.224929405672531, - 6.224929405672531, - 6.224929405672531, - 6.224929405672531, - 6.224929405672531, - 6.224929405672531, - 6.224929405672531, - 6.224929405672531 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 124.78261794431887, - 470.6615225857947, - 512.1899692848863, - 195.66437773785037, - -194.51707043924398, - -446.46275947844606, - -464.39041372984855, - -255.09365018157018 - ], - "relative wind speed": [ - 1.8690902684044102, - 2.046970764496499, - 2.062725581383309, - 1.910448312935863, - 1.6520992709021134, - 1.4257773745069677, - 1.4028875964475034, - 1.6040940358843925 - ], - "relative wind angle": [ - 0.1778222321896914, - 0.07612167248408663, - 0.0535803091260574, - 0.16399133134460636, - 0.20147968990548842, - 0.10939951037793959, - 0.07882533254950196, - 0.19568305676757822 - ], - "resistance": [ - 96759.28261794435, - 97105.16152258583, - 97146.68996928491, - 96830.16437773788, - 96439.98292956079, - 96188.03724052159, - 96170.10958627018, - 96379.40634981846 - ], - "fuel": [ - 39.37338460925247, - 39.55193995412545, - 39.573408390563685, - 39.4099401010817, - 39.2089455873012, - 39.07946157981286, - 39.07025691107086, - 39.177791522616516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -65, -54.0625 -64.84375, -53.90625 -64.84375, -53.90625 -65, -54.0625 -65))", @@ -109765,68 +78901,7 @@ "id": "2190", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.8250921039418895, - 5.8250921039418895, - 5.8250921039418895, - 5.8250921039418895, - 5.8250921039418895, - 5.8250921039418895, - 5.8250921039418895, - 5.8250921039418895 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 94.28740421711586, - 485.96200183006636, - 591.8801209782453, - 272.5222449135631, - -150.78822755388546, - -449.5819206355054, - -495.5486081559617, - -302.246812497409 - ], - "relative wind speed": [ - 1.7540299507712145, - 1.9720826146764157, - 2.0130659345426154, - 1.8630409483798307, - 1.5764560107897594, - 1.2933386188653997, - 1.2285764792399765, - 1.4459989788439027 - ], - "relative wind angle": [ - 0.22592031260966774, - 0.10832926286864623, - 0.04540643947449694, - 0.18485810261564656, - 0.2518906588377561, - 0.16561360216088802, - 0.07444323020791573, - 0.2390904285924628 - ], - "resistance": [ - 96728.78740421712, - 97120.46200183006, - 97226.38012097824, - 96907.02224491356, - 96483.71177244611, - 96184.91807936449, - 96138.95139184404, - 96332.25318750259 - ], - "fuel": [ - 39.227365585153805, - 39.42955126951159, - 39.48432514059975, - 39.31930111329254, - 39.101145844412216, - 38.947562376782685, - 38.923964444144744, - 39.02325283494753 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -65, -53.90625 -64.84375, -53.75 -64.84375, -53.75 -65, -53.90625 -65))", @@ -109845,68 +78920,7 @@ "id": "2191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.7581523983741585, - 5.7581523983741585, - 5.7581523983741585, - 5.7581523983741585, - 5.7581523983741585, - 5.7581523983741585, - 5.7581523983741585, - 5.7581523983741585 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -51.05325943393859, - 358.1146104597972, - 612.0252925818377, - 394.1525943099698, - -9.71545091887424, - -364.1254530465774, - -483.1019885933713, - -388.98540084271906 - ], - "relative wind speed": [ - 1.6328945766582028, - 1.891859507663001, - 1.996613230331193, - 1.9104269482791545, - 1.6631856111300867, - 1.361395856764313, - 1.2025251282265867, - 1.3352153200284687 - ], - "relative wind angle": [ - 0.24562833097122347, - 0.1548587113652161, - 0.007815942544691376, - 0.141662833821857, - 0.24106518630673388, - 0.21601590579797647, - 0.012977436456167588, - 0.2034138918047503 - ], - "resistance": [ - 96583.44674056604, - 96992.61461045979, - 97246.52529258182, - 97028.65259430996, - 96624.78454908112, - 96270.3745469534, - 96151.3980114066, - 96245.51459915726 - ], - "fuel": [ - 39.13169987224191, - 39.342707760309196, - 39.47396275281071, - 39.361322400966614, - 39.15298949206874, - 38.970669217659314, - 38.90956852498606, - 38.95789797715013 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -66.40625, -51.875 -66.25, -51.71875 -66.25, -51.71875 -66.40625, -51.875 -66.40625))", @@ -109938,9 +78952,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 574.6586568895138, + 574.658656889512, 641.476477284147, - 260.2811817279801, + 260.2811817279794, -215.05150379512247, -528.8265229071859, -557.7987529069763, @@ -109948,9 +78962,9 @@ 147.3885188182403 ], "relative wind speed": [ - 2.1479862741039497, + 2.1479862741039493, 2.171913643138098, - 1.9993196682001242, + 1.999319668200124, 1.6958127541905244, 1.4176292237334416, 1.3806914124715342, @@ -109958,19 +78972,19 @@ 1.9359072169003335 ], "relative wind angle": [ - 0.09018408787082462, + 0.09018408787082587, 0.056676982587179583, - 0.18483552366320466, + 0.1848355236632053, 0.23606461305127435, 0.1368885387333716, 0.08922705032537638, - 0.22872745206940756, - 0.20633317400619122 + 0.22872745206940806, + 0.20633317400619125 ], "resistance": [ 97209.15865688951, 97275.97647728414, - 96894.78118172799, + 96894.78118172797, 96419.44849620487, 96105.67347709282, 96076.70124709302, @@ -109980,7 +78994,7 @@ "fuel": [ 39.65856560360416, 39.693136568987605, - 39.496132366494116, + 39.49613236649411, 39.25123483563918, 39.09003456833858, 39.075168712696886, @@ -110018,9 +79032,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 649.2995855770969, + 649.2995855770955, 888.6125322947687, - 460.9682630931493, + 460.96826309314883, -162.9239741218439, -640.3039137420815, -743.661431916639, @@ -110028,7 +79042,7 @@ 54.428859222393385 ], "relative wind speed": [ - 2.4613680164135974, + 2.461368016413597, 2.535754889692325, 2.3851223109999364, 2.0661099136276233, @@ -110038,14 +79052,14 @@ 2.1889257940764817 ], "relative wind angle": [ - 0.11352807249425906, - 0.024799247488447335, - 0.15480587001202528, - 0.22313728311024197, + 0.11352807249426004, + 0.024799247488447338, + 0.15480587001202603, + 0.223137283110242, 0.16163784878948165, 0.03878105158625723, - 0.20165286797439125, - 0.2104235199476723 + 0.20165286797439122, + 0.21042351994767228 ], "resistance": [ 97283.79958557714, @@ -110098,43 +79112,43 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 627.7516590727996, + 627.7516590727973, 600.6012510262153, - 177.77691978963458, + 177.77691978963367, -298.7437693782683, -572.4125709728411, -560.6821596315447, - -259.2236504515531, + -259.22365045155334, 224.04670284137637 ], "relative wind speed": [ - 2.2809519972608103, + 2.28095199726081, 2.2716647343356757, 2.07814876204518, 1.780605935397825, 1.5455076724953505, 1.5591264587344078, - 1.80904220579846, + 1.8090422057984599, 2.102564739164078 ], "relative wind angle": [ - 0.060122763840047354, - 0.07216936147772347, - 0.17836464630684432, + 0.060122763840049206, + 0.07216936147772349, + 0.17836464630684556, 0.2022209353462945, 0.0887959394772675, - 0.10525455036861214, - 0.20525091827693587, + 0.10525455036861216, + 0.2052509182769353, 0.1709217035107154 ], "resistance": [ - 97262.25165907283, + 97262.25165907282, 97235.10125102624, - 96812.27691978967, + 96812.27691978966, 96335.75623062176, 96062.08742902719, 96073.81784036849, - 96375.27634954848, + 96375.27634954847, 96858.5467028414 ], "fuel": [ @@ -110144,7 +79158,7 @@ 39.38747825051848, 39.24694714767625, 39.25296509032329, - 39.407795173610396, + 39.40779517361038, 39.656709996803094 ] }, @@ -110178,34 +79192,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 660.7610451261585, + 660.7610451261548, 935.2921006476618, - 497.01608511028235, + 497.01608511028144, -163.3908191087453, -679.8993026672613, -797.9887442942759, - -565.9575966007415, + -565.9575966007419, 26.64412474381652 ], "relative wind speed": [ - 2.6393477038763904, + 2.63934770387639, 2.719441699591353, 2.577680105815536, 2.2700781270573973, 1.9481622409971906, 1.834701409420197, - 2.029053397840376, + 2.0290533978403755, 2.3681718088560095 ], "relative wind angle": [ - 0.1053535411820288, + 0.10535354118203091, 0.018374345620261554, - 0.13550159665768408, + 0.1355015966576849, 0.19617464280300168, 0.14295427173597203, 0.027236763454368054, - 0.17246671364891483, - 0.18794951661048184 + 0.1724667136489142, + 0.18794951661048181 ], "resistance": [ 97295.26104512616, @@ -110258,34 +79272,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 371.9984561355486, + 371.9984561355468, 927.553155516397, - 819.3899314731639, + 819.3899314731648, 185.92347794054467, -495.4115397825999, -854.1703932872251, -807.6702825891512, - -335.953837855594 + -335.9538378555935 ], "relative wind speed": [ 2.710942634580394, 2.898062956730728, - 2.8686460924336004, + 2.8686460924336, 2.634324658526988, 2.2990709930659152, 2.058195446979691, 2.0990014281815577, - 2.386476690147936 + 2.3864766901479366 ], "relative wind angle": [ - 0.14295291579015423, + 0.1429529157901558, 0.04338893491364887, - 0.07272753577546633, + 0.07272753577546481, 0.16030579712307372, 0.16878929751116015, 0.061113095849249406, - 0.09947102988550746, - 0.17712213211059122 + 0.09947102988550748, + 0.17712213211059247 ], "resistance": [ 97006.49845613554, @@ -110338,7 +79352,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 113.07933432725031, + 113.07933432724622, 826.4069345582911, 1040.9753056179634, 482.96041544368245, @@ -110348,7 +79362,7 @@ -604.8210866712689 ], "relative wind speed": [ - 2.7364210949971906, + 2.7364210949971897, 2.9961963206033166, 3.05191927349325, 2.881255960950406, @@ -110358,14 +79372,14 @@ 2.391439685818677 ], "relative wind angle": [ - 0.16206017039068374, - 0.08269006606825616, + 0.16206017039068513, + 0.08269006606825614, 0.03000070226149256, 0.1312006274167691, - 0.17361886833081558, + 0.17361886833081555, 0.11042021168002447, - 0.04221079016050713, - 0.1582801774760221 + 0.04221079016050714, + 0.15828017747602213 ], "resistance": [ 96747.57933432727, @@ -110418,9 +79432,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 639.8504561303712, + 639.8504561303685, 1095.5953039445985, - 689.5986825224427, + 689.5986825224413, -61.41679941741859, -721.1828134839457, -929.6643007779319, @@ -110430,22 +79444,22 @@ "relative wind speed": [ 2.92734338018884, 3.0505282623153005, - 2.944007616786318, - 2.650992817005207, + 2.9440076167863176, + 2.6509928170052066, 2.3125349021443244, 2.1474250301201847, 2.291282630204146, 2.6247655177858995 ], "relative wind angle": [ - 0.11252726385916231, + 0.1125272638591643, 0.004363231882164306, 0.10545589965120784, - 0.1711699568261745, + 0.1711699568261732, 0.14262630531454235, 0.00619821645788895, 0.13566219788066758, - 0.17289748998152948 + 0.1728974899815295 ], "resistance": [ 97274.35045613034, @@ -110498,9 +79512,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 475.75936035246013, + 475.7593603524597, 944.6273404097974, - 702.7273694202204, + 702.7273694202195, 60.99557673718118, -557.7475362182765, -819.855974542982, @@ -110508,9 +79522,9 @@ -202.69250265546907 ], "relative wind speed": [ - 2.6173916927190155, + 2.617391692719015, 2.7704137366347434, - 2.701255249756466, + 2.7012552497564655, 2.436631086334586, 2.095902213926317, 1.8890084942427514, @@ -110518,12 +79532,12 @@ 2.303556882858264 ], "relative wind angle": [ - 0.13784228172478807, + 0.1378422817247881, 0.024446482568392033, 0.09784213196537553, 0.18194707625335965, 0.172448196391077, - 0.03585724443920887, + 0.03585724443920886, 0.13321804740766802, 0.19258613560669394 ], @@ -110578,37 +79592,37 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - 719.6327085840694, + 719.6327085840653, 1028.9956161516516, - 545.9914693853384, + 545.991469385337, -192.4806266915375, - -773.6822070920653, + -773.6822070920639, -906.0572696734025, - -652.3424985352549, + -652.3424985352553, 10.437268012595268 ], "relative wind speed": [ - 2.9803541045519477, + 2.9803541045519473, 3.061031320898997, - 2.922470583170571, + 2.9224705831705706, 2.6231542423507954, - 2.315722133059325, + 2.3157221330593245, 2.2079779977472165, 2.3883561871218313, 2.7136951573265358 ], "relative wind angle": [ - 0.09045437300884075, + 0.0904543730088432, 0.014982590950251291, - 0.11456299045176005, + 0.11456299045176006, 0.16335148649644732, - 0.11652034840536361, + 0.11652034840536171, 0.020771838511923622, - 0.14033676076368065, - 0.15785481845531943 + 0.14033676076368143, + 0.15785481845531946 ], "resistance": [ - 97354.13270858402, + 97354.132708584, 97663.49561615159, 97180.49146938528, 96442.0193733084, @@ -110645,68 +79659,7 @@ "id": "2201", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.05550877405492, - 9.05550877405492, - 9.05550877405492, - 9.05550877405492, - 9.05550877405492, - 9.05550877405492, - 9.05550877405492, - 9.05550877405492 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 703.924815114975, - 911.5164732853896, - 435.1042979633994, - -238.32220432109125, - -734.5216209806565, - -823.4380953191726, - -546.630285643234, - 75.97029576582736 - ], - "relative wind speed": [ - 2.8611664515967137, - 2.91773737627755, - 2.7671783472708205, - 2.4738453706260213, - 2.1912698947306324, - 2.115359500975738, - 2.3088224725367805, - 2.620691950139796 - ], - "relative wind angle": [ - 0.0809067170273497, - 0.025485825547016415, - 0.12186422410115189, - 0.162965248731514, - 0.10572245926824286, - 0.0351563006466678, - 0.14621635245141176, - 0.15375886577750664 - ], - "resistance": [ - 97338.42481511498, - 97546.01647328539, - 97069.6042979634, - 96396.17779567892, - 95899.97837901935, - 95811.06190468083, - 96087.86971435677, - 96710.47029576583 - ], - "fuel": [ - 40.8962251704811, - 41.00378553202689, - 40.75717831213044, - 40.410030407736116, - 40.1553219438709, - 40.10977624691361, - 40.251662311904866, - 40.57183657476479 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -66.875, -51.5625 -66.71875, -51.40625 -66.71875, -51.40625 -66.875, -51.5625 -66.875))", @@ -110738,9 +79691,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 762.4364112959056, + 762.4364112958965, 978.2681279505969, - 452.0925727772974, + 452.0925727772956, -293.108588884832, -837.5814458072309, -929.1982968124635, @@ -110748,9 +79701,9 @@ 73.1479029417169 ], "relative wind speed": [ - 3.421048538884659, + 3.421048538884658, 3.4708953943750256, - 3.330442106463799, + 3.3304421064637983, 3.0655092233728776, 2.820679919086728, 2.7591109931733815, @@ -110758,11 +79711,11 @@ 3.203507688887259 ], "relative wind angle": [ - 0.05925905780765949, + 0.05925905780766324, 0.020010229094510376, 0.09044908876117445, 0.11638745544870076, - 0.07189192794831989, + 0.0718919279483199, 0.025173366630112437, 0.10295381373200396, 0.11135249691529824 @@ -110818,13 +79771,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 671.9459685879569, + 671.9459685879519, 873.0557524226356, - 411.89229754799135, + 411.89229754798816, -246.17732264556935, -731.5682765656829, -817.128901938016, - -549.1547080255164, + -549.1547080255173, 60.03768439651776 ], "relative wind speed": [ @@ -110838,14 +79791,14 @@ 2.8855528237390042 ], "relative wind angle": [ - 0.06533778910665952, - 0.02053940522114207, - 0.09760357841895159, - 0.12763546231304373, - 0.08060741494252306, - 0.026425035541891108, - 0.11269723538893875, - 0.12192587016997519 + 0.06533778910666292, + 0.020539405221142074, + 0.09760357841895387, + 0.1276354623130437, + 0.08060741494252308, + 0.026425035541891104, + 0.11269723538893973, + 0.1219258701699752 ], "resistance": [ 97306.44596858797, @@ -110898,13 +79851,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 879.0503499885181, + 879.050349988509, 919.6743041477785, - 305.87287681967155, + 305.8728768196688, -442.5256268932676, -906.503392467047, -923.7608427796326, - -503.94511514027545, + -503.94511514027454, 234.5929378190749 ], "relative wind speed": [ @@ -110914,21 +79867,21 @@ 3.0314731229305805, 2.811382585884363, 2.799863872038687, - 3.005626089412311, + 3.0056260894123104, 3.284474392022986 ], "relative wind angle": [ - 0.04378849941394173, + 0.0437884994139468, 0.036532609181991874, - 0.10054762451606487, + 0.1005476245160671, 0.11317667371352155, 0.054129514693061404, 0.04546496562749161, - 0.11070740423705351, - 0.10442556257604786 + 0.1107074042370515, + 0.10442556257604788 ], "resistance": [ - 97513.55034998857, + 97513.55034998855, 97554.17430414782, 96940.37287681972, 96191.97437310677, @@ -110938,7 +79891,7 @@ 96869.09293781912 ], "fuel": [ - 42.333486057750605, + 42.33348605775059, 42.354548575291304, 42.036962249348306, 41.651630942185825, @@ -110965,68 +79918,7 @@ "id": "2205", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.593113065267989, - 10.593113065267989, - 10.593113065267989, - 10.593113065267989, - 10.593113065267989, - 10.593113065267989, - 10.593113065267989, - 10.593113065267989 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 686.0660893358477, - 979.5177269976452, - 512.1008751319355, - -206.64813764890368, - -771.3097227253566, - -896.032601313279, - -649.2817854287323, - -1.8135591268705866 - ], - "relative wind speed": [ - 3.241572198184034, - 3.3127057235895787, - 3.188260131840809, - 2.9248336031619413, - 2.662008233796184, - 2.572947520206192, - 2.725633042900819, - 3.0065639102891333 - ], - "relative wind angle": [ - 0.07176956043147496, - 0.012433318167987328, - 0.09130303835229296, - 0.12681379871971832, - 0.08743134187954589, - 0.016008341384939343, - 0.10685498903892601, - 0.12334865706668564 - ], - "resistance": [ - 97320.56608933583, - 97614.01772699763, - 97146.60087513192, - 96427.85186235108, - 95863.19027727463, - 95738.46739868671, - 95985.21821457126, - 96632.68644087312 - ], - "fuel": [ - 41.77289945633683, - 41.924974196019235, - 41.682897166966406, - 41.3122404213415, - 41.02239441545617, - 40.95853298171604, - 41.0849319888044, - 41.417677156664226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -67.1875, -51.5625 -67.03125, -51.40625 -67.03125, -51.40625 -67.1875, -51.5625 -67.1875))", @@ -111058,14 +79950,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 856.214847824866, + 856.2148478248396, 646.2331441478445, - 45.41740631407629, + 45.417406314074924, -545.8517963025847, - -798.7363922450954, + -798.7363922450913, -709.4456302982071, -229.24532369796998, - 413.03972402816044 + 413.0397240281618 ], "relative wind speed": [ 3.130226582067089, @@ -111075,20 +79967,20 @@ 2.439637761255284, 2.5070662015102063, 2.7477537998639017, - 3.00087609002728 + 3.0008760900272797 ], "relative wind angle": [ - 0.018641636455096897, - 0.06601779837195211, - 0.12090326524096082, + 0.018641636455114765, + 0.06601779837195212, + 0.12090326524096173, 0.11014297305341267, - 0.02391942427054679, - 0.08104201856674764, + 0.02391942427054215, + 0.08104201856674766, 0.12602560274365096, - 0.09527414212533901 + 0.09527414212533784 ], "resistance": [ - 97490.71484782486, + 97490.71484782483, 97280.73314414783, 96679.91740631407, 96088.6482036974, @@ -111098,7 +79990,7 @@ 97047.53972402815 ], "fuel": [ - 41.5146881631343, + 41.51468816313429, 41.40593358075796, 41.0956629729015, 40.79163372183194, @@ -111138,9 +80030,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 780.671872487882, + 780.671872487881, 935.2571204014566, - 394.41022547886587, + 394.4102254788604, -332.58977886494495, -837.4296233239606, -903.0973470860631, @@ -111148,7 +80040,7 @@ 123.23326121034916 ], "relative wind speed": [ - 3.370917628610123, + 3.3709176286101226, 3.4071972414009304, 3.2560301840464123, 2.9885353840048463, @@ -111158,11 +80050,11 @@ 3.163551741389806 ], "relative wind angle": [ - 0.0549716209116877, + 0.05497162091168771, 0.02585424668674785, - 0.09528340888119115, - 0.11738674350706509, - 0.06733906975337475, + 0.09528340888119463, + 0.1173867435070651, + 0.06733906975337474, 0.03253818118065858, 0.10748864734950632, 0.11086505422366377 @@ -111218,9 +80110,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 844.7016123885828, + 844.7016123885719, 639.6038625362885, - 44.20116336436877, + 44.20116336436786, -543.7814482083081, -796.025080137998, -708.9741640983207, @@ -111228,9 +80120,9 @@ 404.3133120637385 ], "relative wind speed": [ - 3.208793303312383, + 3.2087933033123828, 3.1575135243433547, - 2.9526194572267084, + 2.952619457226708, 2.697022077210031, 2.546308350724618, 2.6096262230329317, @@ -111238,17 +80130,17 @@ 3.083198435941807 ], "relative wind angle": [ - 0.01776276551839314, + 0.01776276551839939, 0.06146979395000419, 0.11244508433922087, 0.10198202314528236, 0.022384879623006372, - 0.0743970714028237, + 0.07439707140282371, 0.11694974747294087, 0.089172162655986 ], "resistance": [ - 97479.20161238857, + 97479.20161238856, 97274.10386253627, 96678.70116336436, 96090.71855179168, @@ -111258,7 +80150,7 @@ 97038.81331206372 ], "fuel": [ - 41.70897617567231, + 41.708976175672305, 41.602758033615274, 41.295291494224585, 40.99295126628539, @@ -111298,9 +80190,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 806.5477028910818, + 806.5477028910755, 902.2888953385118, - 344.0603833017949, + 344.06038330179035, -367.9934020566293, -836.429358945948, -877.210937651113, @@ -111310,7 +80202,7 @@ "relative wind speed": [ 3.2343621087886043, 3.2577559081571703, - 3.090273969233726, + 3.0902739692337255, 2.8096892755632195, 2.572234311829688, 2.5425408646840792, @@ -111318,17 +80210,17 @@ 3.0303685882259352 ], "relative wind angle": [ - 0.05395958411180344, - 0.03413411604438631, - 0.10753451939692472, - 0.12771855565508602, - 0.06786867825407807, + 0.05395958411180756, + 0.034134116044386306, + 0.10753451939692783, + 0.12771855565508605, + 0.06786867825407808, 0.04374147466764736, 0.12118253530035089, 0.11837232752164027 ], "resistance": [ - 97441.0477028911, + 97441.04770289108, 97536.78889533853, 96978.56038330181, 96266.50659794339, @@ -111338,7 +80230,7 @@ 96811.26898370458 ], "fuel": [ - 41.73561563493515, + 41.735615634935144, 41.78523906846334, 41.49638505890529, 41.129617390220034, @@ -111378,39 +80270,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 989.9437343459731, + 989.9437343459622, 832.9650804619705, - 134.33117770446552, + 134.3311777044628, -603.1759742175445, - -966.5614012568217, + -966.5614012568244, -900.0013473057443, -365.09699063846347, 410.47318826144783 ], "relative wind speed": [ - 3.623721991878744, + 3.6237219918787438, 3.5890325036366235, - 3.382916209343968, + 3.3829162093439673, 3.108385170571777, - 2.92897113889943, + 2.9289711388994304, 2.971376565629356, 3.2040772349444566, 3.4710480605000185 ], "relative wind angle": [ - 0.02481731426478984, + 0.02481731426479431, 0.05077108865544942, 0.10290586304706664, - 0.09967304332978115, - 0.03070564505757104, + 0.09967304332978116, + 0.030705645057574654, 0.06133691508376369, - 0.10867177283321901, + 0.10867177283321902, 0.08922961920379874 ], "resistance": [ - 97624.44373434597, + 97624.44373434596, 97467.46508046197, - 96768.83117770447, + 96768.83117770446, 96031.32402578245, 95667.93859874317, 95734.49865269425, @@ -111420,7 +80312,7 @@ "fuel": [ 42.7280416291015, 42.646645008363805, - 42.28550128496284, + 42.285501284962834, 41.90623347427792, 41.72010447350073, 41.75416032206431, @@ -111458,19 +80350,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 939.9214688938982, + 939.92146889389, 1067.7059048505243, - 414.7445618605634, + 414.7445618605616, -429.1441165487231, - -990.907650056612, + -990.9076500566093, -1045.2113676069162, -622.1847023213736, 190.67884652867178 ], "relative wind speed": [ - 3.6349678946583643, + 3.6349678946583635, 3.6628137802729155, - 3.4896738356091532, + 3.489673835609153, 3.1973855946933303, 2.9491535186323645, 2.914497089156472, @@ -111478,11 +80370,11 @@ 3.418658133026216 ], "relative wind angle": [ - 0.051188028962387895, + 0.05118802896239007, 0.03040548731230933, 0.09858191508022812, - 0.1173573117821397, - 0.06310593750424515, + 0.11735731178213972, + 0.06310593750424338, 0.03821571399502719, 0.110317284265451, 0.1097296537734961 @@ -111490,7 +80382,7 @@ "resistance": [ 97574.4214688939, 97702.20590485052, - 97049.24456186057, + 97049.24456186056, 96205.35588345128, 95643.59234994338, 95589.28863239309, @@ -111500,7 +80392,7 @@ "fuel": [ 42.73174007102049, 42.79804281283383, - 42.4598826987517, + 42.459882698751684, 42.025193988748285, 41.73729764469553, 41.709529954585165, @@ -111538,33 +80430,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 448.4324540225309, + 448.43245402253046, -222.77923976335092, - -703.6918311216075, + -703.6918311216082, -784.2691672411971, -487.5808787351373, 136.59888494936808, - 761.8734564671502, + 761.8734564671497, 947.4818840615119 ], "relative wind speed": [ 2.333230316114398, 1.971224452982032, - 1.6067878473005985, + 1.6067878473005983, 1.5152323358473083, 1.7876385245539277, 2.1803415692203654, - 2.4612695943906155, + 2.461269594390616, 2.518667538780644 ], "relative wind angle": [ - 0.18601441037738387, + 0.18601441037738448, 0.2577536594407012, - 0.17458764768768242, - 0.07118624217901319, - 0.2437966911914685, + 0.1745876476876831, + 0.0711862421790132, + 0.24379669119146852, 0.23255107059265392, - 0.11364217329812741, + 0.11364217329812937, 0.042802605996319826 ], "resistance": [ @@ -111618,34 +80510,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 650.2239184842001, + 650.2239184841978, -168.35063882909003, - -805.6977366426133, + -805.697736642614, -957.0354139953272, - -665.7326344482633, + -665.7326344482638, 64.29130524700759, 853.655489124179, - 1202.7739512800017 + 1202.7739512799967 ], "relative wind speed": [ - 2.5906562398114374, + 2.590656239811437, 2.2026484896421437, - 1.7767243035080025, + 1.7767243035080023, 1.618524743148991, - 1.8854498950006537, + 1.8854498950006535, 2.3269638352387627, 2.6663967838181764, - 2.76528456315917 + 2.7652845631591703 ], "relative wind angle": [ - 0.17500334398927647, + 0.17500334398927775, 0.2634716950098985, - 0.20414372001875736, - 0.03970995030322659, + 0.2041437200187579, + 0.0397099503032266, 0.24157639815028073, 0.24908842703450906, - 0.13550033121056781, - 0.023238270430184397 + 0.1355003312105678, + 0.023238270430189174 ], "resistance": [ 97284.72391848422, @@ -111698,9 +80590,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 845.9212468912583, + 845.921246891256, 99.93248991506516, - -625.2527194982781, + -625.252719498279, -943.7617913810632, -828.7639392438671, -239.03046785300558, @@ -111708,9 +80600,9 @@ 1112.1459222427166 ], "relative wind speed": [ - 2.794742952161362, + 2.794742952161361, 2.4971670384070883, - 2.102993531544873, + 2.1029935315448727, 1.8528323849548909, 1.9613138682170914, 2.328410840167487, @@ -111718,12 +80610,12 @@ 2.867813175849965 ], "relative wind angle": [ - 0.1068564734575301, + 0.10685647345753012, 0.2047976905794417, 0.20113294198221113, - 0.04660188053033561, - 0.15256499392734865, - 0.21987605160417711, + 0.046601880530335614, + 0.15256499392734868, + 0.21987605160417714, 0.15684077285906664, 0.030102121408143778 ], @@ -111778,37 +80670,37 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 974.9077680076534, + 974.9077680076507, 164.5740157096725, - -640.228893175562, + -640.2288931755627, -1017.5543267697112, -909.1226522852207, -282.6634144518375, - 585.2976098656504, + 585.2976098656509, 1224.8629579300691 ], "relative wind speed": [ - 2.815934389925103, + 2.8159343899251024, 2.4970966666328986, 2.055558025728682, 1.7539953399730421, - 1.8606442441171924, + 1.8606442441171926, 2.2706808954628928, 2.6769693114400286, 2.8835713687859625 ], "relative wind angle": [ - 0.11298949323994487, + 0.11298949323994587, 0.2284645414186061, - 0.2368457671957779, + 0.23684576719577885, 0.06649334074522431, - 0.17147594240818786, - 0.25171511472775787, - 0.1811599178585665, + 0.1714759424081885, + 0.2517151147277578, + 0.1811599178585659, 0.04042724188876182 ], "resistance": [ - 97609.40776800772, + 97609.4077680077, 96799.07401570973, 95994.2711068245, 95616.94567323035, @@ -111818,7 +80710,7 @@ 97859.36295793013 ], "fuel": [ - 40.67578691010217, + 40.67578691010216, 40.256642764679526, 39.84277787394521, 39.64957049749743, @@ -111858,9 +80750,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 581.2548426212787, + 581.2548426212755, 438.77165153780663, - 62.87827704738754, + 62.878277047386746, -295.02061946568585, -452.292874610876, -390.29655816990356, @@ -111868,24 +80760,24 @@ 299.32439969357154 ], "relative wind speed": [ - 1.8527531868325406, + 1.8527531868325404, 1.7931699944636832, - 1.5552145147061651, + 1.5552145147061647, 1.2284665320197607, 1.0097431905962624, 1.1121227689552844, 1.426037690778516, - 1.7155598683756264 + 1.7155598683756266 ], "relative wind angle": [ - 0.03635915338267075, + 0.036359153382676854, 0.1403171679766401, - 0.2748017820637652, + 0.27480178206376515, 0.28554462950808074, - 0.06674938235477304, - 0.22745991707916244, + 0.06674938235477303, + 0.2274599170791624, 0.30043610682386274, - 0.20309692218779865 + 0.2030969221877992 ], "resistance": [ 97215.7548426213, @@ -111938,37 +80830,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 670.0823831843989, + 670.0823831843918, 443.08316782207794, - -0.5101189757674547, - -396.0325313186096, - -535.4494247352807, + -0.5101189757681368, + -396.03253131860936, + -535.4494247352792, -437.3797439169148, -69.27938831429174, - 383.2066270378459 + 383.20662703784615 ], "relative wind speed": [ - 2.1108475200789174, + 2.110847520078917, 2.0259517267679854, - 1.771800651253622, - 1.4578996668854378, + 1.7718006512536217, + 1.457899666885438, 1.2872202379706303, 1.4170860223960635, 1.7243362915283436, - 1.9967828513285586 + 1.9967828513285584 ], "relative wind angle": [ - 0.011568965349542524, + 0.011568965349552122, 0.13564127504952223, - 0.2345981195946839, - 0.213214545980173, - 0.018972077476848263, + 0.23459811959468438, + 0.21321454598017353, + 0.018972077476842413, 0.19455184896376396, 0.2411820676224263, - 0.15511761465924404 + 0.1551176146592433 ], "resistance": [ - 97304.58238318443, + 97304.58238318442, 97077.5831678221, 96633.98988102426, 96238.46746868143, @@ -111978,7 +80870,7 @@ 97017.70662703787 ], "fuel": [ - 39.61849811440616, + 39.61849811440615, 39.50109416134532, 39.272221244358846, 39.068768086599704, @@ -112005,68 +80897,7 @@ "id": "2218", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.752105988376589, - 5.752105988376589, - 5.752105988376589, - 5.752105988376589, - 5.752105988376589, - 5.752105988376589, - 5.752105988376589, - 5.752105988376589 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 629.6847073584565, - 374.624848769387, - -42.83872052434958, - -391.3373946823459, - -491.52613843088966, - -375.39469054350536, - -16.3346531299635, - 397.76279510004224 - ], - "relative wind speed": [ - 2.004537373078438, - 1.9012760374979458, - 1.6390428136014428, - 1.332981702661317, - 1.1911468900653392, - 1.3498705208339956, - 1.6584750974802123, - 1.913154665506861 - ], - "relative wind angle": [ - 0.005001657449426262, - 0.15561396269187183, - 0.25075451480995864, - 0.21201037323590174, - 0.008417170001888706, - 0.22006886026249506, - 0.24775441351104352, - 0.14714352478806877 - ], - "resistance": [ - 97264.18470735846, - 97009.1248487694, - 96591.66127947567, - 96243.16260531767, - 96142.97386156913, - 96259.10530945651, - 96618.16534687005, - 97032.26279510006 - ], - "fuel": [ - 39.481237540224626, - 39.349372284627016, - 39.134067100267984, - 38.95482693001935, - 38.90338139676053, - 38.96301673260584, - 39.14771718939795, - 39.36132455623296 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -59.6875, -55.46875 -59.53125, -55.3125 -59.53125, -55.3125 -59.6875, -55.46875 -59.6875))", @@ -112085,68 +80916,7 @@ "id": "2219", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.102753140168776, - 6.102753140168776, - 6.102753140168776, - 6.102753140168776, - 6.102753140168776, - 6.102753140168776, - 6.102753140168776, - 6.102753140168776 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 670.3781902633523, - 411.98095254669784, - -31.626295920935263, - -411.465931775126, - -527.1137230911825, - -415.6858826697262, - -38.645247122505, - 405.87121447933237 - ], - "relative wind speed": [ - 2.1042882718390152, - 2.0069356328685832, - 1.7462976200621914, - 1.4374840198140573, - 1.2861367581026162, - 1.4333130352663073, - 1.7414423658872729, - 2.0039502449714552 - ], - "relative wind angle": [ - 0.001186772016123933, - 0.14374510311063032, - 0.23645057184221055, - 0.20386462347477283, - 0.00194171529769545, - 0.2019504732652926, - 0.23712243268957364, - 0.1457417743255434 - ], - "resistance": [ - 97304.8781902634, - 97046.48095254674, - 96602.8737040791, - 96223.03406822492, - 96107.38627690886, - 96218.81411733032, - 96595.85475287754, - 97040.37121447938 - ], - "fuel": [ - 39.614311927325204, - 39.48068373310005, - 39.25185496399758, - 39.05650178148035, - 38.99713022943989, - 39.054334457691496, - 39.24824021812344, - 39.477527134597864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -59.53125, -55.3125 -59.375, -55.15625 -59.375, -55.15625 -59.53125, -55.3125 -59.53125))", @@ -112178,11 +80948,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 785.204590480751, + 785.2045904807396, 434.39426305826737, - -103.960382213196, - -532.9305274176978, - -639.7853982850575, + -103.96038221319668, + -532.930527417698, + -639.7853982850551, -461.394073750128, 15.079138860088278, 537.7956186127813 @@ -112190,29 +80960,29 @@ "relative wind speed": [ 2.3289242904624987, 2.199443843998399, - 1.9038838896979153, - 1.579867075985019, - 1.4534110602875399, + 1.903883889697915, + 1.5798670759850189, + 1.4534110602875396, 1.6427838683070717, 1.9777558482838926, 2.2450639374171395 ], "relative wind angle": [ - 0.016280242264658618, - 0.1535575752076342, - 0.23205409920028483, - 0.17997066440584258, - 0.026089025393043697, + 0.016280242264672257, + 0.15355757520763422, + 0.2320540992002853, + 0.17997066440584197, + 0.026089025393035186, 0.20624281188297053, 0.2232366190452082, - 0.12629955510989108 + 0.1262995551098911 ], "resistance": [ 97419.70459048076, 97068.89426305828, 96530.53961778682, 96101.56947258231, - 95994.71460171495, + 95994.71460171496, 96173.10592624989, 96649.5791388601, 97172.2956186128 @@ -112245,68 +81015,7 @@ "id": "2221", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.486557031118111, - 7.486557031118111, - 7.486557031118111, - 7.486557031118111, - 7.486557031118111, - 7.486557031118111, - 7.486557031118111, - 7.486557031118111 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 814.8750850137194, - 412.3173171558592, - -168.2268981229863, - -607.0899534188111, - -696.8746491370164, - -472.07907963229945, - 56.809003875987855, - 606.6073376530162 - ], - "relative wind speed": [ - 2.5035860704653774, - 2.3583241134505415, - 2.0586895198772437, - 1.7529276938212917, - 1.6577257237329004, - 1.8585761117779789, - 2.1858168377294653, - 2.4378765940031504 - ], - "relative wind angle": [ - 0.025912670597886506, - 0.1468500610358253, - 0.20701629910498373, - 0.1450320534680582, - 0.03914031474198192, - 0.18675084149873714, - 0.19481654173563967, - 0.10410641065429097 - ], - "resistance": [ - 97449.37508501374, - 97046.81731715589, - 96466.27310187704, - 96027.41004658122, - 95937.62535086302, - 96162.42092036773, - 96691.30900387601, - 97241.10733765304 - ], - "fuel": [ - 40.21025817119836, - 40.001969964102216, - 39.702651303289315, - 39.477213384963974, - 39.431180529852064, - 39.546490289884524, - 39.8185271167889, - 40.10242266119484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -59.6875, -55.3125 -59.53125, -55.15625 -59.53125, -55.15625 -59.6875, -55.3125 -59.6875))", @@ -112325,68 +81034,7 @@ "id": "2222", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.7170930547032, - 6.7170930547032, - 6.7170930547032, - 6.7170930547032, - 6.7170930547032, - 6.7170930547032, - 6.7170930547032, - 6.7170930547032 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 789.746448244219, - 455.70066922044634, - -77.42000082083791, - -514.4353089118409, - -632.7615457819338, - -473.00618419669104, - -8.498686308928427, - 515.6386247733608 - ], - "relative wind speed": [ - 2.308267178384202, - 2.1876740950727944, - 1.8959107637757686, - 1.565792445552812, - 1.4237356321608368, - 1.6028732235699779, - 1.9392377092273563, - 2.2143654925372926 - ], - "relative wind angle": [ - 0.00964543256613706, - 0.15072757212264762, - 0.23546081721859471, - 0.19084289054268644, - 0.015638294903547238, - 0.2064042056609494, - 0.23010408089026219, - 0.13453407485850027 - ], - "resistance": [ - 97424.24644824424, - 97090.20066922047, - 96557.07999917919, - 96120.06469108819, - 96001.7384542181, - 96161.49381580333, - 96626.0013136911, - 97150.13862477339 - ], - "fuel": [ - 39.89190335303718, - 39.71905272364177, - 39.44405172994475, - 39.2194138055408, - 39.15871311324773, - 39.24067902682974, - 39.47954406307113, - 39.75003680750062 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -59.6875, -55.15625 -59.53125, -55 -59.53125, -55 -59.6875, -55.15625 -59.6875))", @@ -112418,14 +81066,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 880.8404572589629, + 880.8404572589538, 476.79401824667, - -128.14737199603246, + -128.14737199603314, -601.8991646131899, - -714.6784241280608, + -714.6784241280596, -502.9014334059916, 36.51601264362148, - 620.1413243629881 + 620.1413243629886 ], "relative wind speed": [ 2.4337979073805855, @@ -112435,20 +81083,20 @@ 1.4872359798075276, 1.7017250192806, 2.0654932922940517, - 2.3495309841676724 + 2.349530984167673 ], "relative wind angle": [ - 0.020824245478179126, + 0.020824245478189785, 0.16262904905160608, - 0.24308631039726158, + 0.24308631039726297, 0.18593607122827396, - 0.034082119703838246, + 0.03408211970383499, 0.2195467018568022, - 0.2312745778723856, - 0.12758142250375515 + 0.23127457787238556, + 0.127581422503756 ], "resistance": [ - 97515.34045725896, + 97515.34045725895, 97111.29401824667, 96506.35262800397, 96032.60083538681, @@ -112458,7 +81106,7 @@ 97254.641324363 ], "fuel": [ - 40.06853312224034, + 40.06853312224033, 39.85937660061545, 39.5473614951288, 39.30396180961638, @@ -112485,68 +81133,7 @@ "id": "2224", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.060569132229216, - 7.060569132229216, - 7.060569132229216, - 7.060569132229216, - 7.060569132229216, - 7.060569132229216, - 7.060569132229216, - 7.060569132229216 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 795.1383606085933, - 464.2193582616437, - -75.47933916565466, - -523.5939720703441, - -647.0918839924998, - -493.008207096412, - -24.5455274604883, - 508.3244814046534 - ], - "relative wind speed": [ - 2.387644907955496, - 2.273273815620056, - 1.9918267899581548, - 1.6741644294726807, - 1.5350269232336224, - 1.699818231680705, - 2.0223209192269365, - 2.2922323888790817 - ], - "relative wind angle": [ - 0.006534996977025413, - 0.13789877137603038, - 0.21570511683144708, - 0.17435539898237076, - 0.010164909594681398, - 0.18488832346248776, - 0.21240233339076167, - 0.1270401634589135 - ], - "resistance": [ - 97429.63836060859, - 97098.71935826165, - 96559.02066083434, - 96110.90602792965, - 95987.4081160075, - 96141.49179290359, - 96609.95447253951, - 97142.82448140465 - ], - "fuel": [ - 40.026173884392826, - 39.85493262835297, - 39.576527971561646, - 39.34619070585272, - 39.28284237050636, - 39.3618884623768, - 39.602755963505025, - 39.87773225082809 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -59.84375, -55.46875 -59.6875, -55.3125 -59.6875, -55.3125 -59.84375, -55.46875 -59.84375))", @@ -112565,68 +81152,7 @@ "id": "2225", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.362936093569301, - 7.362936093569301, - 7.362936093569301, - 7.362936093569301, - 7.362936093569301, - 7.362936093569301, - 7.362936093569301, - 7.362936093569301 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 780.6090542133609, - 413.96337865783494, - -135.90713870887998, - -564.7704401964854, - -662.3940450021184, - -467.50334797446567, - 26.24693567632653, - 553.8702012555243 - ], - "relative wind speed": [ - 2.4558383834187025, - 2.3243034299626437, - 2.0394203486706464, - 1.7406636601598486, - 1.6358342776537724, - 1.8178860016193292, - 2.1325713565664626, - 2.382684614383226 - ], - "relative wind angle": [ - 0.01934414007043497, - 0.13967237295958512, - 0.20247563742258357, - 0.1478420940743919, - 0.02904316070790532, - 0.17895516175170348, - 0.19351671757613897, - 0.1078214020994839 - ], - "resistance": [ - 97415.10905421339, - 97048.46337865786, - 96498.59286129115, - 96069.72955980354, - 95972.10595499791, - 96166.99665202557, - 96660.74693567636, - 97188.37020125556 - ], - "fuel": [ - 40.140820456781945, - 39.95113584786441, - 39.667597272050266, - 39.447236534341826, - 39.397170700161794, - 39.49715480154503, - 39.75109441382585, - 40.02345780126089 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -60, -55.625 -59.84375, -55.46875 -59.84375, -55.46875 -60, -55.625 -60))", @@ -112658,34 +81184,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 762.8259348683312, + 762.8259348683298, 595.3198718890469, - 78.22385482917707, + 78.22385482917616, -434.53357985838807, -667.0452442189946, - -594.8919206106455, - -189.2752450841606, + -594.8919206106457, + -189.27524508416013, 364.91134790602814 ], "relative wind speed": [ - 2.4823479339634336, + 2.482347933963433, 2.4290668860222655, 2.1945117480808234, - 1.8825182560009108, + 1.8825182560009106, 1.682102791295983, - 1.7581681173790964, + 1.7581681173790962, 2.043438096266562, 2.3340192975983616 ], "relative wind angle": [ 0.03099357403613689, 0.09430602276690943, - 0.18348592287435, - 0.18026861537878489, + 0.18348592287435123, + 0.18026861537878427, 0.045747118229411035, - 0.13046901234365746, - 0.19722349722228752, - 0.145119424865695 + 0.1304690123436566, + 0.19722349722228694, + 0.14511942486569498 ], "resistance": [ 97397.32593486834, @@ -112738,9 +81264,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 828.9318516416015, + 828.9318516415956, 619.060787930337, - 52.79590667346565, + 52.79590667346429, -495.61758423801007, -728.8071009485411, -638.674921767649, @@ -112748,7 +81274,7 @@ 413.92608916101426 ], "relative wind speed": [ - 2.6592498030627065, + 2.659249803062706, 2.5966174878998616, 2.354642763990255, 2.044306467917361, @@ -112758,10 +81284,10 @@ 2.51775109885835 ], "relative wind angle": [ - 0.02376265851115675, + 0.02376265851116142, 0.09226833624910537, - 0.17136419570262118, - 0.1614407968405448, + 0.17136419570262248, + 0.16144079684054483, 0.034040707273294224, 0.1234357750440814, 0.18102677832856587, @@ -112805,68 +81331,7 @@ "id": "2228", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.918438926153633, - 7.918438926153633, - 7.918438926153633, - 7.918438926153633, - 7.918438926153633, - 7.918438926153633, - 7.918438926153633, - 7.918438926153633 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 877.2712895904997, - 565.8623431828728, - -29.442007984556767, - -557.7737206871327, - -733.7833743080423, - -600.07506620444, - -99.99863454039678, - 505.0849942203613 - ], - "relative wind speed": [ - 2.6243289606013294, - 2.5297451165553646, - 2.259043191300983, - 1.9384207105945617, - 1.774981304355275, - 1.9073674972395565, - 2.22134756040073, - 2.5060299824622367 - ], - "relative wind angle": [ - 0.0073146760796632074, - 0.1135867501630194, - 0.1891211598853914, - 0.16263922013481683, - 0.01081494168670584, - 0.15089860149489356, - 0.1923703257697017, - 0.1255777800845926 - ], - "resistance": [ - 97511.77128959051, - 97200.36234318289, - 96605.05799201546, - 96076.72627931288, - 95900.71662569197, - 96034.42493379557, - 96534.50136545961, - 97139.58499422038 - ], - "fuel": [ - 40.43106436758274, - 40.26981253878853, - 39.96256002641714, - 39.690978390289615, - 39.600733704135344, - 39.66927887690457, - 39.92623127168161, - 40.23838327885414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -59.84375, -55.15625 -59.6875, -55 -59.6875, -55 -59.84375, -55.15625 -59.84375))", @@ -112898,7 +81363,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 889.66953790618, + 889.6695379061605, 601.0144183667296, 12.629472625352037, -518.1373297253776, @@ -112918,17 +81383,17 @@ 2.2906488009218577 ], "relative wind angle": [ - 0.014785475288364356, - 0.13418064998392953, - 0.2359482539408207, + 0.014785475288386883, + 0.1341806499839295, + 0.23594825394082072, 0.21811577379995473, - 0.024370625512251887, + 0.024370625512251883, 0.19426421776825972, 0.2444549409542691, 0.1591032051296717 ], "resistance": [ - 97524.16953790621, + 97524.16953790619, 97235.51441836676, 96647.12947262538, 96116.36267027466, @@ -112938,7 +81403,7 @@ 97134.5237042182 ], "fuel": [ - 40.058600382295765, + 40.05860038229575, 39.909105260629495, 39.605339501693415, 39.33242545442513, @@ -112978,27 +81443,27 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 885.2871018943674, + 885.2871018943597, 736.4072699577509, 131.02337940168536, -495.7816804698268, -803.3868335246966, -739.4199274049213, - -276.1082275418662, + -276.10822754186574, 387.3092244596919 ], "relative wind speed": [ - 2.8112450143932115, + 2.811245014393211, 2.769385144002997, 2.5335606544017346, 2.2099703137197357, 1.9909221205011467, 2.048749702874162, - 2.3340822246268274, + 2.334082224626828, 2.6425178586584726 ], "relative wind angle": [ - 0.036003122893030724, + 0.03600312289303689, 0.07906749468080522, 0.1627572306153749, 0.16447442156237893, @@ -113008,7 +81473,7 @@ 0.1373642343200295 ], "resistance": [ - 97519.7871018944, + 97519.78710189438, 97370.90726995778, 96765.52337940171, 96138.7183195302, @@ -113018,7 +81483,7 @@ 97021.80922445972 ], "fuel": [ - 40.775513806822474, + 40.77551380682246, 40.69837232505836, 40.38554466538312, 40.06308473552235, @@ -113058,19 +81523,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 839.510479761946, + 839.5104797619442, 753.275893532521, - 194.24404648448785, + 194.24404648448603, -406.2483793437898, -729.8360384491618, -692.4415700129109, - -282.2616424249936, + -282.26164242499385, 339.914853516922 ], "relative wind speed": [ 2.4830203573082277, 2.4560148896784195, - 2.2134426141303987, + 2.2134426141303982, 1.8522571166742858, 1.5769605738953032, 1.618698739143631, @@ -113078,14 +81543,14 @@ 2.285024796398661 ], "relative wind angle": [ - 0.057039425904595716, + 0.05703942590459767, 0.0901337636277857, - 0.20666592305411308, + 0.2066659230541142, 0.22943657769805556, 0.08988433673628263, 0.13700098445816503, - 0.23665799017867192, - 0.18541604379219484 + 0.23665799017867242, + 0.18541604379219487 ], "resistance": [ 97474.01047976194, @@ -113125,68 +81590,7 @@ "id": "2232", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.387640421707625, - 4.387640421707625, - 4.387640421707625, - 4.387640421707625, - 4.387640421707625, - 4.387640421707625, - 4.387640421707625, - 4.387640421707625 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 459.46556591936235, - 44.30481598657252, - -312.5734646020689, - -444.9306037819824, - -346.7619775846933, - -12.931978747157132, - 407.3801340224883, - 686.6790295998452 - ], - "relative wind speed": [ - 1.6608052776486928, - 1.3596784901450656, - 0.9473875438042046, - 0.6796444858678143, - 0.8927654324233361, - 1.306360857892111, - 1.6302641287350996, - 1.7588029055085315 - ], - "relative wind angle": [ - 0.2191496230119432, - 0.40822896843022505, - 0.4385579552662996, - 0.04291410449179622, - 0.4163522972148266, - 0.4259509227303454, - 0.24934132149142257, - 0.01657873017626306 - ], - "resistance": [ - 97093.96556591941, - 96678.80481598662, - 96321.92653539797, - 96189.56939621807, - 96287.73802241535, - 96621.56802125288, - 97041.88013402253, - 97321.1790295999 - ], - "fuel": [ - 39.034416777341384, - 38.82016641950233, - 38.63650628276949, - 38.568511853463775, - 38.61893673624223, - 38.79067876018389, - 39.00750207131544, - 39.1519454810235 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -58.90625, -54.21875 -58.75, -54.0625 -58.75, -54.0625 -58.90625, -54.21875 -58.90625))", @@ -113205,68 +81609,7 @@ "id": "2233", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.793767802385609, - 4.793767802385609, - 4.793767802385609, - 4.793767802385609, - 4.793767802385609, - 4.793767802385609, - 4.793767802385609, - 4.793767802385609 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 577.3732751189532, - 94.19247985843958, - -342.52379489255213, - -527.1823847596149, - -433.60005679851486, - -58.16385281733733, - 438.94488403867695, - 793.1937204894841 - ], - "relative wind speed": [ - 1.8271952772378, - 1.5175313680651394, - 1.0753819593417338, - 0.7555495636711903, - 0.9429523842931826, - 1.3874077724817113, - 1.7525282941301268, - 1.91231447127312 - ], - "relative wind angle": [ - 0.19804831181368623, - 0.3917433972022331, - 0.44187886610359867, - 0.09406671338440954, - 0.3911610596558643, - 0.43081227265602967, - 0.26551527689306725, - 0.03711920664786877 - ], - "resistance": [ - 97211.87327511894, - 96728.69247985842, - 96291.97620510744, - 96107.31761524038, - 96200.89994320147, - 96576.33614718265, - 97073.44488403866, - 97427.69372048946 - ], - "fuel": [ - 39.189354303533904, - 38.93985026841436, - 38.715086934955, - 38.62026278445164, - 38.668302448012, - 38.86135692874262, - 39.11778410772294, - 39.30107995550861 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -59.0625, -54.375 -58.90625, -54.21875 -58.90625, -54.21875 -59.0625, -54.375 -59.0625))", @@ -113285,68 +81628,7 @@ "id": "2234", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.840719319312595, - 4.840719319312595, - 4.840719319312595, - 4.840719319312595, - 4.840719319312595, - 4.840719319312595, - 4.840719319312595, - 4.840719319312595 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 602.1546917315292, - 157.95251385793483, - -283.26482309766084, - -506.76103867456794, - -457.13308419863785, - -131.99618053796473, - 340.71798450855715, - 715.9500971749538 - ], - "relative wind speed": [ - 1.8395903859833458, - 1.5717969229985618, - 1.1607380813096417, - 0.8199812397522983, - 0.9171081886473572, - 1.3246262305792698, - 1.6964278129304537, - 1.8848901783235739 - ], - "relative wind angle": [ - 0.1553128282557282, - 0.34768035842044204, - 0.4195275005667291, - 0.16304717501857, - 0.315492579546582, - 0.4162075245623301, - 0.28244500916740434, - 0.0706751603512094 - ], - "resistance": [ - 97236.65469173156, - 96792.45251385796, - 96351.23517690237, - 96127.73896132546, - 96177.3669158014, - 96502.50381946206, - 96975.21798450859, - 97350.45009717498 - ], - "fuel": [ - 39.2137389669921, - 38.98428946566219, - 38.75710859955238, - 38.64230778237953, - 38.66778356825331, - 38.834914555416404, - 39.078606781395855, - 39.27263731961039 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -59.0625, -54.21875 -58.90625, -54.0625 -58.90625, -54.0625 -59.0625, -54.21875 -59.0625))", @@ -113365,68 +81647,7 @@ "id": "2235", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.704057178346594, - 5.704057178346594, - 5.704057178346594, - 5.704057178346594, - 5.704057178346594, - 5.704057178346594, - 5.704057178346594, - 5.704057178346594 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 728.1630459038006, - 249.46765503705797, - -281.20636713128886, - -592.4970795790271, - -583.5052613797488, - -252.99623598912194, - 283.1388356907173, - 748.728646645261 - ], - "relative wind speed": [ - 2.086519243964731, - 1.8470516991708568, - 1.4527474542903493, - 1.1010764662061188, - 1.115069872802971, - 1.4782907012012343, - 1.8672086682320472, - 2.0939374375169457 - ], - "relative wind angle": [ - 0.10424108978113011, - 0.27441304767101315, - 0.3445737983234521, - 0.17663749860528166, - 0.1959545571413774, - 0.3454059765834341, - 0.2659392734264766, - 0.09253283758840312 - ], - "resistance": [ - 97362.66304590381, - 96883.96765503708, - 96353.29363286872, - 96042.00292042099, - 96050.99473862027, - 96381.5037640109, - 96917.63883569073, - 97383.22864664528 - ], - "fuel": [ - 39.51749726122118, - 39.270036802390074, - 38.99670269437294, - 38.83685391674096, - 38.84146618687277, - 39.011206505957404, - 39.28741516120541, - 39.52814770337442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -58.90625, -54.0625 -58.75, -53.90625 -58.75, -53.90625 -58.90625, -54.0625 -58.90625))", @@ -113458,17 +81679,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 606.8228270896656, + 606.8228270896644, 143.2381703887877, - -306.3689249046686, + -306.3689249046688, -524.5507360089105, -462.5754029104191, -117.34440397075412, - 371.63267657640483, + 371.63267657640506, 749.0533973943024 ], "relative wind speed": [ - 1.8594948713532333, + 1.859494871353233, 1.579070542314971, 1.1578548838620146, 0.8212972927847872, @@ -113478,13 +81699,13 @@ 1.915346240846355 ], "relative wind angle": [ - 0.16475850765239825, - 0.35540719424526707, - 0.4199628339000232, + 0.1647585076523996, + 0.355407194245267, + 0.41996283390002426, 0.14437204400591594, 0.3300897269472363, - 0.41590955951709274, - 0.2759372720286272, + 0.4159095595170928, + 0.27593727202862683, 0.0617308601577018 ], "resistance": [ @@ -113538,11 +81759,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 612.6221939188678, - 143.01741046376276, + 612.6221939188666, + 143.01741046376264, -313.6226681785165, -535.3084374253638, - -472.8950203547185, + -472.89502035471855, -122.47740494419213, 373.5353139510479, 755.7752601864787 @@ -113558,18 +81779,18 @@ 1.9386425035940589 ], "relative wind angle": [ - 0.16150940662944088, - 0.3477141165761775, - 0.40805793088207093, + 0.16150940662944294, + 0.34771411657617757, + 0.40805793088207126, 0.13900969413183353, - 0.31816766160323284, + 0.31816766160323323, 0.4058362298473227, 0.27074628813896856, - 0.06086112322791324 + 0.06086112322791325 ], "resistance": [ 97247.12219391888, - 96777.51741046378, + 96777.51741046377, 96320.8773318215, 96099.19156257465, 96161.6049796453, @@ -113579,7 +81800,7 @@ ], "fuel": [ 39.259494161873704, - 39.01692702722625, + 39.016927027226245, 38.78184353967919, 38.66799696991458, 38.70003084107411, @@ -113605,68 +81826,7 @@ "id": "2238", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.116771421457905, - 6.116771421457905, - 6.116771421457905, - 6.116771421457905, - 6.116771421457905, - 6.116771421457905, - 6.116771421457905, - 6.116771421457905 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 815.5696894808852, - 325.24453475934024, - -258.26244656516565, - -630.7061849629266, - -654.3513687500767, - -333.23890211376727, - 236.07085107829243, - 761.4399984288505 - ], - "relative wind speed": [ - 2.216161031872788, - 1.994557564323839, - 1.6051775515660258, - 1.2359010052561747, - 1.2022491351157334, - 1.542242790444015, - 1.944267916215892, - 2.1975717069722127 - ], - "relative wind angle": [ - 0.07999407696985995, - 0.24605052249588522, - 0.3233059200511178, - 0.19162344949891308, - 0.14783747383692597, - 0.32046933508181086, - 0.26539856594633304, - 0.10731541106776388 - ], - "resistance": [ - 97450.06968948092, - 96959.74453475939, - 96376.23755343488, - 96003.79381503712, - 95980.14863124996, - 96301.26109788628, - 96870.57085107833, - 97395.93999842889 - ], - "fuel": [ - 39.69415214362188, - 39.44053083960908, - 39.13987690118972, - 38.948636426775984, - 38.9365126456505, - 39.10133688526848, - 39.39450178388489, - 39.666109563673054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -59.0625, -53.90625 -58.90625, -53.75 -58.90625, -53.75 -59.0625, -53.90625 -59.0625))", @@ -113685,68 +81845,7 @@ "id": "2239", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.894256028548675, - 5.894256028548675, - 5.894256028548675, - 5.894256028548675, - 5.894256028548675, - 5.894256028548675, - 5.894256028548675, - 5.894256028548675 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 815.1160072433977, - 320.5394992575075, - -258.0894361471645, - -621.9701048650417, - -639.8282371527284, - -314.05891553643517, - 253.70948984821484, - 774.2707468833776 - ], - "relative wind speed": [ - 2.170637957344647, - 1.9406923466835895, - 1.538751932490975, - 1.1555608159818465, - 1.1286115700935258, - 1.489679976887001, - 1.9020188506609506, - 2.1564119315617045 - ], - "relative wind angle": [ - 0.08803766557959365, - 0.2638539718016706, - 0.34813421846636305, - 0.20588399190189902, - 0.16991907471194068, - 0.3466651738512742, - 0.2796188161345285, - 0.1097700018929025 - ], - "resistance": [ - 97449.61600724343, - 96955.03949925753, - 96376.41056385287, - 96012.52989513498, - 95994.6717628473, - 96320.4410844636, - 96888.20948984825, - 97408.77074688341 - ], - "fuel": [ - 39.621690302332226, - 39.36587472739129, - 39.06773909753441, - 38.88088951208876, - 38.8717321986132, - 39.03896718894942, - 39.33137726687695, - 39.600528951323525 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -59.21875, -54.0625 -59.0625, -53.90625 -59.0625, -53.90625 -59.21875, -54.0625 -59.21875))", @@ -113765,68 +81864,7 @@ "id": "2240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.002822940776535, - 6.002822940776535, - 6.002822940776535, - 6.002822940776535, - 6.002822940776535, - 6.002822940776535, - 6.002822940776535, - 6.002822940776535 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 897.320513904355, - 507.6918054005507, - -77.60743720506139, - -540.5372727766547, - -662.3714071248645, - -466.4085675483077, - 45.56899582200094, - 616.9487802299602 - ], - "relative wind speed": [ - 2.211994857394819, - 2.062771732894086, - 1.711115400176882, - 1.2996119141650615, - 1.1242767464628822, - 1.3790910882720613, - 1.7969428313265279, - 2.113747459924793 - ], - "relative wind angle": [ - 0.02040918082423687, - 0.2033819324057744, - 0.32358677546198383, - 0.274918724522915, - 0.04016271563929252, - 0.30691063917887074, - 0.3076103788210355, - 0.16769409552315007 - ], - "resistance": [ - 97531.82051390439, - 97142.19180540058, - 96556.89256279496, - 96093.96272722338, - 95972.12859287516, - 96168.09143245172, - 96680.06899582203, - 97251.44878022998 - ], - "fuel": [ - 39.69913059234611, - 39.497403131257094, - 39.195430319199616, - 38.957494255607834, - 38.895006660182794, - 38.995541206559466, - 39.25887469859611, - 39.553913151434976 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -59.21875, -53.90625 -59.0625, -53.75 -59.0625, -53.75 -59.21875, -53.90625 -59.21875))", @@ -113845,68 +81883,7 @@ "id": "2241", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.343813336885799, - 6.343813336885799, - 6.343813336885799, - 6.343813336885799, - 6.343813336885799, - 6.343813336885799, - 6.343813336885799, - 6.343813336885799 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 976.9424969352383, - 583.2215512163518, - -46.02517764670938, - -565.0289489866766, - -717.1115593279975, - -535.8472109679175, - 2.456322075532171, - 626.1282989711897 - ], - "relative wind speed": [ - 2.3197248593282365, - 2.1826157688423504, - 1.832256174389776, - 1.4089615172466743, - 1.204796419098287, - 1.4383484418103207, - 1.8642679919657483, - 2.201700542166307 - ], - "relative wind angle": [ - 0.0072370731759609916, - 0.18714123438647653, - 0.3091672701989878, - 0.2748057640046843, - 0.013934649083914896, - 0.2862137274265602, - 0.3036873759340858, - 0.1745396136605009 - ], - "resistance": [ - 97611.44249693525, - 97217.72155121637, - 96588.47482235331, - 96069.47105101334, - 95917.38844067202, - 96098.6527890321, - 96636.95632207555, - 97260.6282989712 - ], - "fuel": [ - 39.85487618803424, - 39.650916347714634, - 39.32614435702203, - 39.05938063941104, - 38.981401300624334, - 39.07435322136784, - 39.351114641323065, - 39.67311538817833 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -59.375, -54.0625 -59.21875, -53.90625 -59.21875, -53.90625 -59.375, -54.0625 -59.375))", @@ -113925,68 +81902,7 @@ "id": "2242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.127494389205094, - 6.127494389205094, - 6.127494389205094, - 6.127494389205094, - 6.127494389205094, - 6.127494389205094, - 6.127494389205094, - 6.127494389205094 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 872.473745593119, - 404.01057255902083, - -198.32968066705553, - -616.3547348519079, - -678.0813060136511, - -393.93571566597404, - 171.2501580727344, - 731.0402646375092 - ], - "relative wind speed": [ - 2.240566362431812, - 2.0416498298978802, - 1.6581680453899925, - 1.2628620724280655, - 1.1750064048809226, - 1.4941364221683595, - 1.9108261064836964, - 2.192249315656137 - ], - "relative wind angle": [ - 0.059147129759277724, - 0.23311889370277242, - 0.3282458176625838, - 0.2271034405733057, - 0.11295929667435474, - 0.32115841358218306, - 0.2835400176895424, - 0.13006945478410484 - ], - "resistance": [ - 97506.97374559312, - 97038.51057255903, - 96436.17031933294, - 96018.1452651481, - 95956.41869398634, - 96240.56428433403, - 96805.75015807274, - 97365.54026463752 - ], - "fuel": [ - 39.72720674726162, - 39.48477533255606, - 39.17426205197661, - 38.95955894630115, - 38.9279104728601, - 39.07371530299966, - 39.36462463139675, - 39.65392834607748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -59.375, -53.90625 -59.21875, -53.75 -59.21875, -53.75 -59.375, -53.90625 -59.375))", @@ -114005,68 +81921,7 @@ "id": "2243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.581454695043343, - 6.581454695043343, - 6.581454695043343, - 6.581454695043343, - 6.581454695043343, - 6.581454695043343, - 6.581454695043343, - 6.581454695043343 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 954.9908213301362, - 601.5022921188163, - -15.598089441211187, - -546.0199031623204, - -717.7153047424423, - -564.6900821173253, - -46.61417315777271, - 574.2124239504451 - ], - "relative wind speed": [ - 2.3584402911922338, - 2.240771789331443, - 1.913428994758953, - 1.5097277442617036, - 1.2979898501150589, - 1.491965162548034, - 1.8936229139235616, - 2.228842837960336 - ], - "relative wind angle": [ - 0.004372039826747775, - 0.16481418416995797, - 0.2807872492930949, - 0.25595949656114414, - 0.007944030136273589, - 0.2489785242469365, - 0.28380511798042696, - 0.17234150873446039 - ], - "resistance": [ - 97589.49082133017, - 97236.00229211885, - 96618.90191055882, - 96088.48009683771, - 95916.7846952576, - 96069.80991788271, - 96587.88582684226, - 97208.71242395048 - ], - "fuel": [ - 39.92778230917806, - 39.744666541004946, - 39.42610769994736, - 39.15342641475323, - 39.06538486930556, - 39.14384745080807, - 39.41013401360438, - 39.7305490502957 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -59.53125, -55 -59.375, -54.84375 -59.375, -54.84375 -59.53125, -55 -59.53125))", @@ -114085,68 +81940,7 @@ "id": "2244", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8686211766592296, - 6.8686211766592296, - 6.8686211766592296, - 6.8686211766592296, - 6.8686211766592296, - 6.8686211766592296, - 6.8686211766592296, - 6.8686211766592296 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 699.2413821145626, - 280.41186624783336, - -242.06286127742715, - -586.0148786192358, - -616.7309742739635, - -344.66476110597296, - 160.06662239389198, - 628.288342355703 - ], - "relative wind speed": [ - 2.31534524711687, - 2.13728777455677, - 1.8266592460127142, - 1.545369265845871, - 1.5093291271789506, - 1.7523980701392077, - 2.074177915814772, - 2.291447546787061 - ], - "relative wind angle": [ - 0.05466872823476626, - 0.17640867635748386, - 0.22297591886837478, - 0.12728124465529153, - 0.08391977348891898, - 0.2157091249404952, - 0.19599676598328972, - 0.08571274384914793 - ], - "resistance": [ - 97333.7413821146, - 96914.91186624787, - 96392.43713872261, - 96048.48512138081, - 96017.76902572608, - 96289.83523889407, - 96794.56662239393, - 97262.78834235575 - ], - "fuel": [ - 39.90207533116936, - 39.68556081986256, - 39.41638178942819, - 39.23973212985014, - 39.22397812049739, - 39.36364060357238, - 39.62346889965457, - 39.86535013368723 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -59.53125, -54.84375 -59.375, -54.6875 -59.375, -54.6875 -59.53125, -54.84375 -59.53125))", @@ -114165,68 +81959,7 @@ "id": "2245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.153666812645479, - 6.153666812645479, - 6.153666812645479, - 6.153666812645479, - 6.153666812645479, - 6.153666812645479, - 6.153666812645479, - 6.153666812645479 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 527.5019282352955, - 107.60937613541046, - -322.5498028079537, - -536.1954231453938, - -490.8211809745077, - -172.40507194747647, - 284.1114880073178, - 632.1326348385421 - ], - "relative wind speed": [ - 2.072711467553535, - 1.851688152009687, - 1.5374449112153166, - 1.3133796227868093, - 1.3735428030648948, - 1.6595191012116266, - 1.9542302332523216, - 2.111347111686677 - ], - "relative wind angle": [ - 0.10286835500922416, - 0.21756196450304502, - 0.2312683469993843, - 0.07520856739713998, - 0.15558430091872627, - 0.2432360512742716, - 0.18131930126261142, - 0.04675700780306245 - ], - "resistance": [ - 97162.0019282353, - 96742.10937613541, - 96311.95019719204, - 96098.3045768546, - 96143.67881902549, - 96462.09492805252, - 96918.61148800731, - 97266.63263483855 - ], - "fuel": [ - 39.55733154991691, - 39.340536663586406, - 39.11912132569083, - 39.0094076697448, - 39.03269454571961, - 39.19632692835668, - 39.431586611283365, - 39.611455578441664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -59.6875, -55 -59.53125, -54.84375 -59.53125, -54.84375 -59.6875, -55 -59.6875))", @@ -114245,68 +81978,7 @@ "id": "2246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.1807187551670015, - 7.1807187551670015, - 7.1807187551670015, - 7.1807187551670015, - 7.1807187551670015, - 7.1807187551670015, - 7.1807187551670015, - 7.1807187551670015 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 819.689563864767, - 476.32552061866227, - -81.01315321730385, - -542.278719508497, - -668.31708754393, - -507.1388253029452, - -22.493671793715976, - 526.9937351121512 - ], - "relative wind speed": [ - 2.4272704612806177, - 2.31008724924733, - 2.0237879291219416, - 1.7017992445896266, - 1.5621843559483903, - 1.7307682557292903, - 2.0582381475707887, - 2.331510494355426 - ], - "relative wind angle": [ - 0.007261521801643136, - 0.1382397742881404, - 0.21539998978952343, - 0.17327359115467234, - 0.011282852997135112, - 0.18497705262405473, - 0.21173932912059842, - 0.1261772183396617 - ], - "resistance": [ - 97454.18956386475, - 97110.82552061864, - 96553.48684678267, - 96092.22128049149, - 95966.18291245606, - 96127.36117469704, - 96612.00632820628, - 97161.49373511213 - ], - "fuel": [ - 40.08672087977777, - 39.909016247784876, - 39.621505158599305, - 39.38442891119924, - 39.319786805992784, - 39.40246187145359, - 39.6516389563002, - 39.93521148399608 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -59.6875, -54.84375 -59.53125, -54.6875 -59.53125, -54.6875 -59.6875, -54.84375 -59.6875))", @@ -114325,68 +81997,7 @@ "id": "2247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.0033027557766685, - 6.0033027557766685, - 6.0033027557766685, - 6.0033027557766685, - 6.0033027557766685, - 6.0033027557766685, - 6.0033027557766685, - 6.0033027557766685 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 659.8434868732577, - 313.24120235320675, - -153.09589347396445, - -487.52885157488606, - -543.9826461059258, - -338.28124658414004, - 95.06280313548064, - 529.8449649140132 - ], - "relative wind speed": [ - 2.09138640878046, - 1.936421863908517, - 1.6330923359279907, - 1.3266249636017118, - 1.2489599057519358, - 1.4778593715183381, - 1.807431154799754, - 2.0430037109501953 - ], - "relative wind angle": [ - 0.043010071785487415, - 0.18799129703540404, - 0.26128687455480454, - 0.17786639948734723, - 0.07206061652693546, - 0.2473902392657892, - 0.23557988025515225, - 0.11514382669044824 - ], - "resistance": [ - 97294.34348687324, - 96947.7412023532, - 96481.40410652602, - 96146.9711484251, - 96090.51735389406, - 96296.21875341584, - 96729.56280313547, - 97164.344964914 - ], - "fuel": [ - 39.57626701116783, - 39.39709470519483, - 39.15673211379951, - 38.98485469259266, - 38.95588206347981, - 39.06150711462663, - 39.284538998320684, - 39.509013290925814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -59.53125, -54.6875 -59.375, -54.53125 -59.375, -54.53125 -59.53125, -54.6875 -59.53125))", @@ -114405,68 +82016,7 @@ "id": "2248", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.4829420354852525, - 5.4829420354852525, - 5.4829420354852525, - 5.4829420354852525, - 5.4829420354852525, - 5.4829420354852525, - 5.4829420354852525, - 5.4829420354852525 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 557.0256251422509, - 198.0921991627556, - -216.02693871038468, - -468.06952487637886, - -471.2823520840699, - -226.40266855915593, - 185.82032692714006, - 549.6549512110694 - ], - "relative wind speed": [ - 1.9277032260536595, - 1.7369698967614278, - 1.4203147119307833, - 1.1412187027917202, - 1.1362701892816485, - 1.4107038131841967, - 1.7291199466378304, - 1.9247777905997931 - ], - "relative wind angle": [ - 0.08290930156549672, - 0.2290250133139606, - 0.28405283391700786, - 0.14825638041487088, - 0.14096242826292205, - 0.28330968805646045, - 0.23228169150847583, - 0.08769328047041322 - ], - "resistance": [ - 97191.52562514225, - 96832.59219916275, - 96418.47306128961, - 96166.43047512362, - 96163.21764791592, - 96408.09733144085, - 96820.32032692715, - 97184.15495121107 - ], - "fuel": [ - 39.36315970080407, - 39.17775850366094, - 38.96444764896518, - 38.834934061270864, - 38.83328465662803, - 38.95911135302802, - 39.171428143947935, - 39.35934767851266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -59.53125, -54.53125 -59.375, -54.375 -59.375, -54.375 -59.53125, -54.53125 -59.53125))", @@ -114485,68 +82035,7 @@ "id": "2249", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.526698866929404, - 5.526698866929404, - 5.526698866929404, - 5.526698866929404, - 5.526698866929404, - 5.526698866929404, - 5.526698866929404, - 5.526698866929404 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 642.510818839861, - 286.2319688441419, - -166.50221319803222, - -475.73879807482444, - -515.7507346255896, - -294.8096958017883, - 134.13557118899575, - 550.7468384080851 - ], - "relative wind speed": [ - 1.9814764240570852, - 1.8082564457799066, - 1.4837894696841305, - 1.1608109310484882, - 1.0989507981129891, - 1.3653388964146034, - 1.7123990438626495, - 1.9458827452150274 - ], - "relative wind angle": [ - 0.060086320550977575, - 0.22145203952950557, - 0.3029751934761957, - 0.19849285983991374, - 0.10848686128913383, - 0.2951673811318787, - 0.2614993663215181, - 0.11790734735885418 - ], - "resistance": [ - 97277.01081883986, - 96920.73196884413, - 96467.99778680196, - 96158.76120192517, - 96118.74926537441, - 96339.69030419822, - 96768.63557118899, - 97185.24683840809 - ], - "fuel": [ - 39.420146173588506, - 39.23600106435162, - 39.0026838208838, - 38.84375667428288, - 38.82321918510873, - 38.936699071972946, - 39.15753288228687, - 39.372672185484205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -59.6875, -54.6875 -59.53125, -54.53125 -59.53125, -54.53125 -59.6875, -54.6875 -59.6875))", @@ -114565,68 +82054,7 @@ "id": "2250", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.639892203461337, - 5.639892203461337, - 5.639892203461337, - 5.639892203461337, - 5.639892203461337, - 5.639892203461337, - 5.639892203461337, - 5.639892203461337 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 663.567867333044, - 297.4686713119536, - -170.00761602859222, - -490.7336999775288, - -533.4820212892113, - -307.3024970569213, - 134.79145123953163, - 565.5041225832392 - ], - "relative wind speed": [ - 2.018287728349331, - 1.8440062246560651, - 1.5162204074208618, - 1.1892800032355155, - 1.1246762976140758, - 1.3921290070428431, - 1.7434040853860944, - 1.9809076714285652 - ], - "relative wind angle": [ - 0.05858432515373739, - 0.21892206474075768, - 0.3000783358619015, - 0.19749737194476777, - 0.10526667031934234, - 0.2917953500798754, - 0.2599952231255265, - 0.11807660663236827 - ], - "resistance": [ - 97298.06786733305, - 96931.96867131197, - 96464.49238397142, - 96143.76630002249, - 96101.0179787108, - 96327.19750294309, - 96769.29145123955, - 97200.00412258325 - ], - "fuel": [ - 39.46463761978818, - 39.275394802508835, - 39.034473468540355, - 38.869652518995274, - 38.84771308999915, - 38.96387085263786, - 39.19146425987216, - 39.41389792164959 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -59.6875, -54.53125 -59.53125, -54.375 -59.53125, -54.375 -59.6875, -54.53125 -59.6875))", @@ -114645,68 +82073,7 @@ "id": "2251", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.637144172319581, - 5.637144172319581, - 5.637144172319581, - 5.637144172319581, - 5.637144172319581, - 5.637144172319581, - 5.637144172319581, - 5.637144172319581 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 675.4101354413858, - 379.6106668749335, - -70.32581115937467, - -428.33818138484867, - -520.9217801148648, - -371.92265937735124, - 23.40280285459312, - 461.96428011128455 - ], - "relative wind speed": [ - 2.0103055643275174, - 1.8850691045651484, - 1.592699735933529, - 1.2595923220459333, - 1.1223608286741447, - 1.3219443115056846, - 1.6626273914697653, - 1.9272907082096418 - ], - "relative wind angle": [ - 0.018079574707900073, - 0.18120977513568487, - 0.2825820589219481, - 0.23095437897919124, - 0.03238694990606752, - 0.25990635215507757, - 0.2703915554440466, - 0.15016706074821207 - ], - "resistance": [ - 97309.9101354414, - 97014.11066687494, - 96564.17418884064, - 96206.16181861516, - 96113.57821988515, - 96262.57734062267, - 96657.9028028546, - 97096.4642801113 - ], - "fuel": [ - 39.469941864056516, - 39.316986431994245, - 39.084952309624356, - 38.90086200090751, - 38.85333304140575, - 38.92983926082064, - 39.13322643057951, - 39.35953809249905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -59.84375, -55 -59.6875, -54.84375 -59.6875, -54.84375 -59.84375, -55 -59.84375))", @@ -114738,37 +82105,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 863.8027947789783, + 863.8027947789724, 698.1128168836062, 126.21336242903021, -447.3078415323396, -721.4249824993207, -649.5435405359688, - -210.18710102222485, + -210.18710102222462, 405.1843439009699 ], "relative wind speed": [ - 2.431481800462326, + 2.4314818004623255, 2.3783403999544537, 2.113164665874621, 1.742608184249382, - 1.4856376039507186, + 1.4856376039507189, 1.5693055082412835, 1.9114805599720197, 2.2544488356223606 ], "relative wind angle": [ - 0.042688578805648046, + 0.04268857880565325, 0.11018736718971023, 0.22605267605243307, 0.23649010304597504, - 0.06990233241266564, - 0.16743655954840983, - 0.25038919137785887, + 0.06990233241266723, + 0.16743655954840986, + 0.2503891913778584, 0.18210404229601335 ], "resistance": [ - 97498.30279477897, + 97498.30279477895, 97332.61281688359, 96760.71336242901, 96187.19215846765, @@ -114778,7 +82145,7 @@ 97039.68434390095 ], "fuel": [ - 40.053778952134664, + 40.05377895213465, 39.967945789350125, 39.672466829578546, 39.377372193599825, @@ -114818,7 +82185,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 730.7267108514238, + 730.7267108514222, 610.7041969941654, 131.04009267452784, -358.0739506709647, @@ -114834,18 +82201,18 @@ 1.5427497555929233, 1.2845516343436645, 1.354355149113991, - 1.680710249246139, + 1.6807102492461388, 2.0103167254304655 ], "relative wind angle": [ - 0.05106901489782457, + 0.051069014897826746, 0.11228727054679667, - 0.2400536106809398, - 0.26071630512885885, - 0.08691323338299384, + 0.24005361068093978, + 0.2607163051288588, + 0.08691323338299385, 0.17813810739554342, - 0.2716057554084061, - 0.19913242539538106 + 0.2716057554084057, + 0.1991324253953811 ], "resistance": [ 97365.2267108514, @@ -114898,32 +82265,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 764.6924840657111, + 764.6924840657093, 797.151218584836, - 293.7847728991276, - -301.14472104577544, + 293.78477289912666, + -301.14472104577567, -672.1824315642592, -686.301301501216, - -347.29512898179064, + -347.2951289817911, 239.37691254780998 ], "relative wind speed": [ 2.350900047736417, 2.3614892375898853, 2.145782508273672, - 1.7831193687947515, + 1.7831193687947513, 1.461744175966311, 1.4445745571501867, - 1.749012434948724, + 1.7490124349487237, 2.1175250617283194 ], "relative wind angle": [ - 0.086840844189694, + 0.08684084418969655, 0.07294541032723012, - 0.20999246935714003, - 0.26119366052391124, - 0.1399456335035351, - 0.11942399050600522, + 0.20999246935714108, + 0.26119366052391085, + 0.13994563350353512, + 0.11942399050600525, 0.2586138863568639, 0.2192041261362415 ], @@ -114978,9 +82345,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 800.7033346414212, + 800.7033346414203, 808.4242318159183, - 275.0097101739068, + 275.00971017390543, -345.35966928045195, -720.9686502638081, -724.3160222606186, @@ -114988,7 +82355,7 @@ 261.95235983019825 ], "relative wind speed": [ - 2.495900671264343, + 2.495900671264342, 2.498294041133579, 2.279935208651406, 1.92629323623147, @@ -114998,14 +82365,14 @@ 2.2735979348215944 ], "relative wind angle": [ - 0.07403962830293653, + 0.07403962830293503, 0.07114839839611721, - 0.19232514738673245, + 0.19232514738673362, 0.2297599777187182, 0.11365271141002, 0.10955764210989287, 0.22911694357800572, - 0.19417253286305294 + 0.19417253286305292 ], "resistance": [ 97435.20333464147, @@ -115058,11 +82425,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 744.9114528243776, + 744.9114528243733, 566.1624917741933, - 78.0712770404964, + 78.07127704049549, -391.38659019744205, - -598.8713181491697, + -598.8713181491692, -521.2407635341292, -137.75036589176648, 377.2552065098005 @@ -115070,7 +82437,7 @@ "relative wind speed": [ 2.174859184577502, 2.110823709614986, - 1.8502453176181808, + 1.8502453176181803, 1.496040133091763, 1.2625679495200712, 1.3669358312750681, @@ -115078,21 +82445,21 @@ 2.0213743394223673 ], "relative wind angle": [ - 0.03500468508948611, - 0.12781611847967933, - 0.24936952459669448, + 0.03500468508949245, + 0.12781611847967936, + 0.24936952459669498, 0.25454169463478726, - 0.06032221448615165, + 0.06032221448614981, 0.19813055606265956, 0.2714300900825903, 0.18745715030544033 ], "resistance": [ - 97379.4114528244, + 97379.41145282438, 97200.6624917742, 96712.57127704051, 96243.11340980258, - 96035.62868185084, + 96035.62868185085, 96113.25923646589, 96496.74963410824, 97011.75520650981 @@ -115102,7 +82469,7 @@ 39.58643250031254, 39.334417651885154, 39.09286006981365, - 38.986360991166165, + 38.98636099116618, 39.02618893988641, 39.22326568278157, 39.488789347275564 @@ -115125,68 +82492,7 @@ "id": "2257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.129381462510512, - 6.129381462510512, - 6.129381462510512, - 6.129381462510512, - 6.129381462510512, - 6.129381462510512, - 6.129381462510512, - 6.129381462510512 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 710.1541322972109, - 397.32197216059444, - -82.58734060092411, - -465.8406671899197, - -563.7558806697181, - -406.17321307340296, - 16.606196595429083, - 483.9346580201159 - ], - "relative wind speed": [ - 2.1376306004240817, - 2.012729035776674, - 1.723131121924655, - 1.3991188046508547, - 1.2683632036589165, - 1.4584689330962208, - 1.7913762689396129, - 2.0544284778832513 - ], - "relative wind angle": [ - 0.01647588443235058, - 0.16586137206829754, - 0.2550487190217849, - 0.20331058644074915, - 0.027769875462511435, - 0.22986433158961772, - 0.24512860925104593, - 0.13794491982213974 - ], - "resistance": [ - 97344.65413229722, - 97031.82197216061, - 96551.9126593991, - 96168.6593328101, - 96070.7441193303, - 96228.32678692661, - 96651.10619659544, - 97118.43465802012 - ], - "fuel": [ - 39.64374110621441, - 39.481947681104145, - 39.234451576574656, - 39.037417827888476, - 38.987166451832856, - 39.06805744420297, - 39.28553684225602, - 39.526706375588304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -60, -54.6875 -59.84375, -54.53125 -59.84375, -54.53125 -60, -54.6875 -60))", @@ -115218,32 +82524,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 748.3515988523791, + 748.3515988523754, 743.5873491604707, - 250.84269522495606, + 250.8426952249547, -312.5032192556919, - -649.0698774186848, + -649.0698774186847, -646.9971412332582, -305.7335165067311, 258.8252451694523 ], "relative wind speed": [ - 2.299307848595848, + 2.2993078485958476, 2.2977151043844426, - 2.076613608050944, + 2.0766136080509434, 1.7180978277066485, - 1.4124603449993687, + 1.4124603449993685, 1.4150498605680972, 1.7232343809441135, 2.080865364034852 ], "relative wind angle": [ - 0.07915452245390321, + 0.07915452245390603, 0.08129949721220744, - 0.21631080247443762, + 0.21631080247443812, 0.26122095008407975, - 0.12907722425792537, - 0.13225147097206327, + 0.12907722425792453, + 0.1322514709720633, 0.26161511891513844, 0.21488644339838947 ], @@ -115298,11 +82604,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 715.7534882198806, + 715.7534882198793, 695.2293747766153, 221.21928473118533, -313.9901824019835, - -626.7869000841674, + -626.7869000841671, -617.8713023461099, -284.64486307329616, 255.7550544890912 @@ -115318,12 +82624,12 @@ 2.0790520458612485 ], "relative wind angle": [ - 0.07209055710647436, + 0.0720905571064759, 0.08140013240431675, 0.20839006328407322, - 0.24563469931028414, - 0.11490922544387046, - 0.12841061120488245, + 0.24563469931028412, + 0.11490922544386947, + 0.12841061120488242, 0.2475155050078206, 0.20231477356072397 ], @@ -115332,7 +82638,7 @@ 97329.72937477664, 96855.71928473121, 96320.50981759804, - 96007.71309991585, + 96007.71309991587, 96016.62869765391, 96349.85513692674, 96890.25505448913 @@ -115342,7 +82648,7 @@ 39.82386285768425, 39.57887841098543, 39.30326900671353, - 39.14268592512555, + 39.142685925125555, 39.14725795983398, 39.31835294024707, 39.59669942662574 @@ -115365,68 +82671,7 @@ "id": "2260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.931661395545818, - 5.931661395545818, - 5.931661395545818, - 5.931661395545818, - 5.931661395545818, - 5.931661395545818, - 5.931661395545818, - 5.931661395545818 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 660.2240275818199, - 261.30522068187815, - -220.66023208592708, - -530.8016080395929, - -552.4279978153706, - -290.69326308591565, - 178.53341673172508, - 610.5811919379098 - ], - "relative wind speed": [ - 2.0855529964372628, - 1.8947911421349348, - 1.5621877262550372, - 1.2544565962874783, - 1.2237923266856627, - 1.5023200349759502, - 1.8457433374500554, - 2.067253638969826 - ], - "relative wind angle": [ - 0.07036100397191082, - 0.21791697599236715, - 0.2806582978688898, - 0.16196759326314566, - 0.12009685202838553, - 0.27617353149163953, - 0.23663777860324853, - 0.09801331278847362 - ], - "resistance": [ - 97294.72402758183, - 96895.8052206819, - 96413.83976791409, - 96103.69839196042, - 96082.07200218465, - 96343.80673691409, - 96813.03341673173, - 97245.08119193792 - ], - "fuel": [ - 39.553389242080165, - 39.34721073947693, - 39.09890003251019, - 38.93957090634145, - 38.92847411652157, - 39.06289063332413, - 39.304504869071295, - 39.5276994166159 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -59.53125, -54.21875 -59.375, -54.0625 -59.375, -54.0625 -59.53125, -54.21875 -59.53125))", @@ -115445,68 +82690,7 @@ "id": "2261", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.23116772707594, - 7.23116772707594, - 7.23116772707594, - 7.23116772707594, - 7.23116772707594, - 7.23116772707594, - 7.23116772707594, - 7.23116772707594 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 899.6824545687009, - 472.82332046343527, - -151.73524231475767, - -631.8379485044486, - -738.8280943125942, - -507.71904444965435, - 54.76163827271807, - 652.3869328854867 - ], - "relative wind speed": [ - 2.4842266697056314, - 2.331677348627157, - 2.0037669702125585, - 1.6550668773188553, - 1.5351154359607724, - 1.758192904689584, - 2.124353896432265, - 2.405974891765036 - ], - "relative wind angle": [ - 0.02494251078223564, - 0.16350318481120152, - 0.23922629822055413, - 0.17730757836615435, - 0.04037042215934318, - 0.21758229633162682, - 0.22540458390169596, - 0.12163125122544464 - ], - "resistance": [ - 97534.1824545687, - 97107.32332046343, - 96482.76475768525, - 96002.66205149556, - 95895.6719056874, - 96126.78095555035, - 96689.26163827271, - 97286.88693288549 - ], - "fuel": [ - 40.1485483860938, - 39.92757095605765, - 39.6054697792839, - 39.358854994140586, - 39.30401413590133, - 39.42252905627945, - 39.71180500233762, - 40.0204452477939 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -59.6875, -54.375 -59.53125, -54.21875 -59.53125, -54.21875 -59.6875, -54.375 -59.6875))", @@ -115525,68 +82709,7 @@ "id": "2262", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.126961168628202, - 6.126961168628202, - 6.126961168628202, - 6.126961168628202, - 6.126961168628202, - 6.126961168628202, - 6.126961168628202, - 6.126961168628202 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 679.0347862341687, - 415.60440966969395, - -33.48377940693081, - -417.0888668399988, - -532.8692271150026, - -419.27307629259565, - -37.11658305808555, - 412.4415312120427 - ], - "relative wind speed": [ - 2.1142481910781936, - 2.0154604770445297, - 1.7524181002281694, - 1.441280686521763, - 1.2896228828286687, - 1.4391287846694527, - 1.7499152537724314, - 2.013922187188992 - ], - "relative wind angle": [ - 0.0006090217186436235, - 0.14470912566614913, - 0.23750890509836736, - 0.20433548234778268, - 0.0009984494065043462, - 0.2033532318352874, - 0.23785515588974895, - 0.14573425666134363 - ], - "resistance": [ - 97313.53478623419, - 97050.10440966972, - 96601.01622059308, - 96217.41113316001, - 96101.63077288501, - 96215.22692370742, - 96597.38341694193, - 97046.94153121205 - ], - "fuel": [ - 39.626825039085794, - 39.49058797615954, - 39.258930462806994, - 39.06164603093062, - 39.002208871360224, - 39.06052428063521, - 39.257059578392344, - 39.48895381381199 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -59.6875, -54.21875 -59.53125, -54.0625 -59.53125, -54.0625 -59.6875, -54.21875 -59.6875))", @@ -115605,68 +82728,7 @@ "id": "2263", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.503807621802261, - 7.503807621802261, - 7.503807621802261, - 7.503807621802261, - 7.503807621802261, - 7.503807621802261, - 7.503807621802261, - 7.503807621802261 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 833.0269831951707, - 598.4865042711283, - 36.942537614000685, - -491.8495769603753, - -704.934368822587, - -603.8552109841744, - -149.7160474053694, - 437.25033390210206 - ], - "relative wind speed": [ - 2.51405440016779, - 2.4402564527517323, - 2.180726211556957, - 1.8507133839282186, - 1.6561754672746183, - 1.7631038398826244, - 2.0755288231276783, - 2.374499247410764 - ], - "relative wind angle": [ - 0.021362468421428117, - 0.10899021393708752, - 0.19805615153147652, - 0.18552338962484383, - 0.032431188019477884, - 0.15112604961326442, - 0.20823848058833058, - 0.1442710639704805 - ], - "resistance": [ - 97467.52698319516, - 97232.98650427112, - 96671.44253761398, - 96142.65042303961, - 95929.5656311774, - 96030.64478901582, - 96484.78395259462, - 97071.75033390209 - ], - "fuel": [ - 40.22695672096039, - 40.10551351086665, - 39.81558219581887, - 39.5436337271665, - 39.434342089256695, - 39.48616473810587, - 39.7194681568995, - 40.02214542011443 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -59.53125, -54.0625 -59.375, -53.90625 -59.375, -53.90625 -59.53125, -54.0625 -59.53125))", @@ -115698,19 +82760,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1009.8783022322134, + 1009.8783022322025, 573.5243370217411, - -111.32077192248039, + -111.32077192248175, -666.2771465168348, -812.0477082079394, -597.9627509615318, - 2.322554306211714, + 2.3225543062119414, 672.3755549355953 ], "relative wind speed": [ - 2.6100629992717987, + 2.610062999271798, 2.4690081417182745, - 2.135452823573231, + 2.1354528235732304, 1.7619810460463408, 1.6068343014934943, 1.8161343917102202, @@ -115718,19 +82780,19 @@ 2.5079410132611217 ], "relative wind angle": [ - 0.01245049250770336, + 0.012450492507712279, 0.1535866159708122, - 0.23714442226591287, + 0.23714442226591337, 0.18941967631204945, - 0.02022482696960408, + 0.020224826969604082, 0.20950815860739236, - 0.23020005413483557, + 0.23020005413483507, 0.13267334025301536 ], "resistance": [ - 97644.3783022322, + 97644.37830223219, 97208.02433702172, - 96523.17922807751, + 96523.1792280775, 95968.22285348315, 95822.45229179204, 96036.53724903845, @@ -115738,9 +82800,9 @@ 97306.87555493558 ], "fuel": [ - 40.35515958130933, + 40.35515958130932, 40.12909562905047, - 39.77572329933828, + 39.77572329933827, 39.49065219408157, 39.41596252299303, 39.52568221755355, @@ -115778,13 +82840,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 958.2566942114495, + 958.2566942114377, 510.76842747455066, - -160.33666257788695, + -160.33666257788718, -684.426693840209, - -805.043846836998, + -805.0438468369982, -568.0137691881648, - 33.61910684295253, + 33.61910684295299, 678.4424816788478 ], "relative wind speed": [ @@ -115792,23 +82854,23 @@ 2.5285365175391896, 2.208083957040009, 1.8692578996465137, - 1.7487817326503288, + 1.7487817326503285, 1.9553283953972542, 2.311097421797392, 2.592813328989405 ], "relative wind angle": [ - 0.019670688689520974, - 0.1448470496460881, - 0.2114933314705402, - 0.15606695563757836, + 0.019670688689532267, + 0.14484704964608813, + 0.21149333147054072, + 0.15606695563757833, 0.0300977904156803, 0.18775613568692115, - 0.20193290596130983, - 0.11229427482952578 + 0.2019329059613093, + 0.11229427482952577 ], "resistance": [ - 97592.75669421142, + 97592.7566942114, 97145.26842747453, 96474.16333742208, 95950.07330615976, @@ -115818,7 +82880,7 @@ 97312.94248167882 ], "fuel": [ - 40.49249370243592, + 40.492493702435915, 40.26075657661791, 39.91461350027443, 39.64546337206446, @@ -115845,68 +82907,7 @@ "id": "2266", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.8846927524147254, - 7.8846927524147254, - 7.8846927524147254, - 7.8846927524147254, - 7.8846927524147254, - 7.8846927524147254, - 7.8846927524147254, - 7.8846927524147254 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 850.5156497938178, - 655.8026652389722, - 79.38434612806441, - -487.9728996770598, - -741.0714807840066, - -657.2045566966656, - -202.89751522101255, - 412.6193958798126 - ], - "relative wind speed": [ - 2.614623696992136, - 2.5557938186327958, - 2.306498238712083, - 1.9773399134193277, - 1.7685852178360923, - 1.8525843317537674, - 2.1550444599681047, - 2.460544170792308 - ], - "relative wind angle": [ - 0.02950369229068361, - 0.09591895382570105, - 0.18456743191474437, - 0.179922434975917, - 0.043624888068483934, - 0.13251280938823076, - 0.19770440633749922, - 0.14431060098598025 - ], - "resistance": [ - 97485.01564979382, - 97290.30266523897, - 96713.88434612806, - 96146.52710032294, - 95893.42851921599, - 95977.29544330333, - 96431.60248477898, - 97047.11939587981 - ], - "fuel": [ - 40.402026808342086, - 40.3011788612976, - 40.00346077034884, - 39.71163004117726, - 39.58183043791223, - 39.62481451956765, - 39.8581141366591, - 40.17542476255389 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -59.6875, -53.90625 -59.53125, -53.75 -59.53125, -53.75 -59.6875, -53.90625 -59.6875))", @@ -115925,68 +82926,7 @@ "id": "2267", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.547877224276428, - 7.547877224276428, - 7.547877224276428, - 7.547877224276428, - 7.547877224276428, - 7.547877224276428, - 7.547877224276428, - 7.547877224276428 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 824.4779012800684, - 570.5069836314631, - 13.262676414944053, - -500.6698918866334, - -695.3611426427324, - -586.0580372972483, - -129.0837688542906, - 447.68287348877243 - ], - "relative wind speed": [ - 2.518054937720297, - 2.4380414726693838, - 2.178401793483924, - 1.856581721460631, - 1.6760359533481934, - 1.7904331777079694, - 2.0986335583992215, - 2.388053914347755 - ], - "relative wind angle": [ - 0.01615637224502215, - 0.11055598859217482, - 0.19452774820681273, - 0.1767926143834994, - 0.024274454513232884, - 0.15080913610734117, - 0.20202197230827348, - 0.13716141131089035 - ], - "resistance": [ - 97458.97790128006, - 97205.00698363145, - 96647.76267641493, - 96133.83010811335, - 95939.13885735725, - 96048.44196270274, - 96505.41623114569, - 97082.18287348875 - ], - "fuel": [ - 40.24124501031771, - 40.1097581327611, - 39.82210033778847, - 39.55782494813778, - 39.457967123421625, - 39.51401170453484, - 39.748804265584646, - 40.046255228822574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -59.84375, -54.375 -59.6875, -54.21875 -59.6875, -54.21875 -59.84375, -54.375 -59.84375))", @@ -116005,68 +82945,7 @@ "id": "2268", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.439010068231057, - 6.439010068231057, - 6.439010068231057, - 6.439010068231057, - 6.439010068231057, - 6.439010068231057, - 6.439010068231057, - 6.439010068231057 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 744.9583426374279, - 446.5718471190062, - -49.07241618500666, - -466.39530640643204, - -587.6183573606218, - -454.40102410592704, - -29.12258357229757, - 463.937462516961 - ], - "relative wind speed": [ - 2.220246220152583, - 2.1119297691463306, - 1.8334178727683594, - 1.50887111242835, - 1.3570113250022624, - 1.520107122698842, - 1.8464972022994701, - 2.119971929145634 - ], - "relative wind angle": [ - 0.0030300225530026093, - 0.14729778851724332, - 0.23764926253619115, - 0.20045885603506625, - 0.004957521915134402, - 0.20534605459546598, - 0.2359338495878931, - 0.1421999350137218 - ], - "resistance": [ - 97379.45834263739, - 97081.07184711896, - 96585.42758381495, - 96168.10469359353, - 96046.88164263933, - 96180.09897589403, - 96605.37741642765, - 97098.43746251691 - ], - "fuel": [ - 39.76795153378304, - 39.613582587827594, - 39.35789542178027, - 39.143320633111486, - 39.08111287514473, - 39.14947868457181, - 39.36816925170301, - 39.62255753331694 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -59.84375, -54.21875 -59.6875, -54.0625 -59.6875, -54.0625 -59.84375, -54.21875 -59.84375))", @@ -116085,68 +82964,7 @@ "id": "2269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.20378859969369, - 7.20378859969369, - 7.20378859969369, - 7.20378859969369, - 7.20378859969369, - 7.20378859969369, - 7.20378859969369, - 7.20378859969369 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 771.8160894614196, - 536.5208644111046, - 16.21797458864262, - -464.4443489754492, - -648.1082110932723, - -546.7638383423275, - -120.96525585503309, - 418.01882004587674 - ], - "relative wind speed": [ - 2.413686233548729, - 2.33644059845338, - 2.0833680966559682, - 1.7679100666041752, - 1.5893037729634296, - 1.7008271654337055, - 2.002834264389974, - 2.2861018597556106 - ], - "relative wind angle": [ - 0.01703411707852084, - 0.11256920942887891, - 0.19920701786108871, - 0.18235228680887866, - 0.025871462102290205, - 0.1549299495438243, - 0.2073315365397136, - 0.14070196119624326 - ], - "resistance": [ - 97406.31608946144, - 97171.02086441113, - 96650.71797458865, - 96170.05565102457, - 95986.39178890674, - 96087.73616165768, - 96513.53474414498, - 97052.5188200459 - ], - "fuel": [ - 40.07121003040393, - 39.9494299419965, - 39.680871894773134, - 39.43366975531268, - 39.33943939136014, - 39.391419493788305, - 39.61023160394991, - 39.888175679292644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -60, -54.375 -59.84375, -54.21875 -59.84375, -54.21875 -60, -54.375 -60))", @@ -116165,68 +82983,7 @@ "id": "2270", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.6014867075305075, - 6.6014867075305075, - 6.6014867075305075, - 6.6014867075305075, - 6.6014867075305075, - 6.6014867075305075, - 6.6014867075305075, - 6.6014867075305075 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 809.7465833458243, - 561.1766540824481, - 27.360126509064685, - -460.5685666429665, - -647.5794207275932, - -539.9794126615164, - -104.67130254966901, - 445.9759279492207 - ], - "relative wind speed": [ - 2.2961621242424632, - 2.211084779767058, - 1.9332636346874, - 1.57881756005956, - 1.372435098755952, - 1.5056701822727911, - 1.8488997592888003, - 2.159461440533379 - ], - "relative wind angle": [ - 0.018946136021433413, - 0.13423993082203795, - 0.24131043473650327, - 0.228380337317689, - 0.03170137841743369, - 0.19782837838356707, - 0.2525558632895321, - 0.16629022697135346 - ], - "resistance": [ - 97444.24658334581, - 97195.67665408243, - 96661.86012650905, - 96173.93143335702, - 95986.9205792724, - 96094.52058733847, - 96529.82869745031, - 97080.4759279492 - ], - "fuel": [ - 39.85976145183588, - 39.731081924197696, - 39.45551316273665, - 39.20456033376941, - 39.108611233556815, - 39.16380135079713, - 39.38751896928996, - 39.67152285166106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -60, -54.21875 -59.84375, -54.0625 -59.84375, -54.0625 -60, -54.21875 -60))", @@ -116245,68 +83002,7 @@ "id": "2271", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.214690977408219, - 6.214690977408219, - 6.214690977408219, - 6.214690977408219, - 6.214690977408219, - 6.214690977408219, - 6.214690977408219, - 6.214690977408219 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 700.698027624703, - 594.7737184465263, - 133.30930010868565, - -342.5838909433925, - -584.2301525070335, - -538.1879763465276, - -191.95179528227982, - 310.8781168738701 - ], - "relative wind speed": [ - 2.165177838423991, - 2.127239713731236, - 1.8910672360716245, - 1.548184029536713, - 1.2954380293505163, - 1.3568367478125667, - 1.6703351365957555, - 1.9923054410851266 - ], - "relative wind angle": [ - 0.05260365237971633, - 0.10725168866139718, - 0.23258465228771996, - 0.2537919793359928, - 0.08799401151367262, - 0.1686242890499368, - 0.26400893808308273, - 0.19636630508021924 - ], - "resistance": [ - 97335.1980276247, - 97229.27371844652, - 96767.80930010868, - 96291.9161090566, - 96050.26984749296, - 96096.31202365347, - 96442.54820471772, - 96945.37811687386 - ], - "fuel": [ - 39.66747184384654, - 39.61265188239443, - 39.37431318739087, - 39.12935221761599, - 39.005289966440564, - 39.028911465796, - 39.20679733439584, - 39.465930736291284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -59.84375, -54.0625 -59.6875, -53.90625 -59.6875, -53.90625 -59.84375, -54.0625 -59.84375))", @@ -116325,68 +83021,7 @@ "id": "2272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.807951141677908, - 6.807951141677908, - 6.807951141677908, - 6.807951141677908, - 6.807951141677908, - 6.807951141677908, - 6.807951141677908, - 6.807951141677908 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 675.5782910187186, - 514.1836830871944, - 58.69868164889749, - -385.1854308392117, - -579.9881368799574, - -510.3735836370497, - -149.952824308338, - 333.99711902813146 - ], - "relative wind speed": [ - 2.27878197204597, - 2.2229166193714858, - 1.9950892079572544, - 1.6949462313312236, - 1.5058301709190878, - 1.5871400326039202, - 1.8654733533514818, - 2.1418517812089632 - ], - "relative wind angle": [ - 0.02903305208488652, - 0.10215104287740287, - 0.19507206551032633, - 0.19007455503035403, - 0.043943864170542336, - 0.1433120817827219, - 0.2088196464141489, - 0.15007339440357423 - ], - "resistance": [ - 97310.07829101871, - 97148.68368308719, - 96693.1986816489, - 96249.3145691608, - 96054.51186312005, - 96124.12641636295, - 96484.54717569167, - 96968.49711902814 - ], - "fuel": [ - 39.86680377503913, - 39.783307512798565, - 39.548188610484424, - 39.31980077467783, - 39.21980211332107, - 39.25552134784955, - 39.44074164640169, - 39.69020388835844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -59.84375, -53.90625 -59.6875, -53.75 -59.6875, -53.75 -59.84375, -53.90625 -59.84375))", @@ -116405,68 +83040,7 @@ "id": "2273", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.785124063130612, - 6.785124063130612, - 6.785124063130612, - 6.785124063130612, - 6.785124063130612, - 6.785124063130612, - 6.785124063130612, - 6.785124063130612 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 701.8356761665166, - 559.7358551401901, - 89.0031121222712, - -381.9338801210142, - -602.4213367595631, - -540.997808240157, - -175.95474103397783, - 330.43168556007845 - ], - "relative wind speed": [ - 2.290071688132008, - 2.2413542461433447, - 2.0101439543429125, - 1.6944852345970072, - 1.4834052452023916, - 1.5560368252624843, - 1.8450584654954407, - 2.1386068474617947 - ], - "relative wind angle": [ - 0.036871413397804934, - 0.10091655846156916, - 0.20223546944748044, - 0.20515132466525413, - 0.05693972212932152, - 0.14563033412310977, - 0.22061683085203984, - 0.16211924924606608 - ], - "resistance": [ - 97336.33567616652, - 97194.23585514018, - 96723.50311212227, - 96252.56611987899, - 96032.07866324043, - 96093.50219175985, - 96458.54525896603, - 96964.93168556008 - ], - "fuel": [ - 39.87179795389001, - 39.79826471661474, - 39.55520857636989, - 39.31287205599095, - 39.19969643278389, - 39.23120678827402, - 39.41876403289912, - 39.679763778360226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -60, -54.0625 -59.84375, -53.90625 -59.84375, -53.90625 -60, -54.0625 -60))", @@ -116485,68 +83059,7 @@ "id": "2274", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.732287697099325, - 6.732287697099325, - 6.732287697099325, - 6.732287697099325, - 6.732287697099325, - 6.732287697099325, - 6.732287697099325, - 6.732287697099325 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 706.54120876049, - 624.4859590589526, - 153.14489036089367, - -348.67139644085546, - -614.598611695259, - -579.0384807470933, - -230.46790498009864, - 291.9425301558474 - ], - "relative wind speed": [ - 2.287115194018817, - 2.259169500711433, - 2.0358822805166805, - 1.707510544845203, - 1.461587019920361, - 1.504422046689913, - 1.7950810197285278, - 2.1098673576208173 - ], - "relative wind angle": [ - 0.053947196342736474, - 0.09101373530972913, - 0.2046326345256714, - 0.22426779554299026, - 0.08447695191325373, - 0.13691277893955792, - 0.2325573208546785, - 0.18096790374423824 - ], - "resistance": [ - 97341.04120876048, - 97258.98595905893, - 96787.64489036088, - 96285.82860355913, - 96019.90138830473, - 96055.46151925289, - 96404.03209501988, - 96926.44253015584 - ], - "fuel": [ - 39.854462267921384, - 39.81199004763842, - 39.5685067765009, - 39.31018933251601, - 39.17367917025044, - 39.19191824440172, - 39.37095198454414, - 39.64012036864075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60, -53.90625 -59.84375, -53.75 -59.84375, -53.75 -60, -53.90625 -60))", @@ -116565,68 +83078,7 @@ "id": "2275", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.59584150099435, - 6.59584150099435, - 6.59584150099435, - 6.59584150099435, - 6.59584150099435, - 6.59584150099435, - 6.59584150099435, - 6.59584150099435 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 669.1826092620131, - 628.4081620484335, - 182.65582210550178, - -310.7905916091265, - -589.5387688450708, - -571.8566821764106, - -252.1395468658095, - 251.55573891758831 - ], - "relative wind speed": [ - 2.239870132624254, - 2.2257436521982275, - 2.0155504019919057, - 1.6925624434743962, - 1.4361370584526596, - 1.4579345171791993, - 1.7369699014990208, - 2.0529832528842586 - ], - "relative wind angle": [ - 0.06372602984850839, - 0.08285501128299448, - 0.20137507000378096, - 0.2300378367528908, - 0.0994870333971057, - 0.12668382356562347, - 0.23423208039730384, - 0.18910941849745228 - ], - "resistance": [ - 97303.68260926206, - 97262.90816204848, - 96817.15582210555, - 96323.70940839092, - 96044.96123115497, - 96062.64331782363, - 96382.36045313423, - 96886.05573891764 - ], - "fuel": [ - 39.78491315297486, - 39.76381062542963, - 39.53351813869268, - 39.279447341901005, - 39.13632306897204, - 39.145393412622255, - 39.309598753281925, - 39.56906612812577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -62.5, -66.25 -61.25, -65 -61.25, -65 -62.5, -66.25 -62.5))", @@ -116658,17 +83110,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 782.4037905549831, + 782.403790554963, -111.60251608813451, - -922.9757259486742, + -922.9757259486869, -1184.260358205638, - -1003.4489869356294, + -1003.4489869356166, -248.13365791809338, 668.2458120500487, 1216.0710168761543 ], "relative wind speed": [ - 5.681379685741486, + 5.6813796857414856, 5.509858680561657, 5.324064242271714, 5.236272204862221, @@ -116678,31 +83130,31 @@ 5.742806050982775 ], "relative wind angle": [ - 0.029719668090298707, + 0.029719668090302444, 0.04598250121350794, - 0.03557260777528259, + 0.03557260777528571, 0.0027719780256368824, - 0.031841777722877815, - 0.046225963825157444, + 0.03184177772287433, + 0.04622596382515745, 0.033451533388020906, 0.0025274801594742137 ], "resistance": [ - 97416.90379055499, + 97416.90379055498, 96522.89748391187, 95711.52427405133, 95450.23964179438, - 95631.05101306438, + 95631.0510130644, 96386.36634208192, 97302.74581205007, 97850.57101687617 ], "fuel": [ - 50.33947016783421, + 50.33947016783419, 49.877826061286896, 49.461426173126554, 49.327855330370745, - 49.42026051188286, + 49.42026051188287, 49.807586325102115, 50.28035600257487, 50.564477088831715 @@ -116725,68 +83177,7 @@ "id": "2284", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.910459920512611, - 14.910459920512611, - 14.910459920512611, - 14.910459920512611, - 14.910459920512611, - 14.910459920512611, - 14.910459920512611, - 14.910459920512611 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1336.7393558804933, - 1464.6628193489332, - 528.5700760192613, - -653.3288513250454, - -1415.6976874919983, - -1469.8932640208086, - -847.658474146343, - 303.2364207799783 - ], - "relative wind speed": [ - 4.533918324448895, - 4.556369851491691, - 4.354627001743428, - 4.026948158155693, - 3.758983043328847, - 3.7317372186724045, - 3.9652985472085596, - 4.297680470245983 - ], - "relative wind angle": [ - 0.043136778859862564, - 0.029860814953469334, - 0.08919656386723275, - 0.10262508888634485, - 0.05203701306052006, - 0.036462065267403074, - 0.09798109312396015, - 0.09613955170264658 - ], - "resistance": [ - 97971.2393558805, - 98099.16281934895, - 97163.07007601927, - 95981.17114867497, - 95218.80231250802, - 95164.6067359792, - 95786.84152585367, - 96937.73642078 - ], - "fuel": [ - 45.43068476024084, - 45.49724856049809, - 45.01156881800148, - 44.4030130416848, - 44.01322965564509, - 43.985602916500746, - 44.303450955631035, - 44.895144248907584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -65, -70 -63.75, -68.75 -63.75, -68.75 -65, -70 -65))", @@ -116805,68 +83196,7 @@ "id": "2286", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.210261457485274, - 11.210261457485274, - 11.210261457485274, - 11.210261457485274, - 11.210261457485274, - 11.210261457485274, - 11.210261457485274, - 11.210261457485274 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 936.6728388283955, - 1135.7067056656851, - 492.23794223035657, - -377.38313865281043, - -987.5249720236816, - -1072.3972387453396, - -676.0041143958324, - 145.15465384098025 - ], - "relative wind speed": [ - 3.483208454666248, - 3.5281741617488307, - 3.355183715781823, - 3.04269681508269, - 2.7606859902386978, - 2.7029826783992865, - 2.9149391946850494, - 3.2397722708308216 - ], - "relative wind angle": [ - 0.06366641617501578, - 0.02817713122055063, - 0.10815936138457255, - 0.13609199661038823, - 0.08036130205186279, - 0.036782732859682934, - 0.12457408048579222, - 0.12776667520608176 - ], - "resistance": [ - 97571.17283882841, - 97770.2067056657, - 97126.73794223036, - 96257.11686134721, - 95646.97502797634, - 95562.10276125467, - 95958.49588560418, - 96779.65465384099 - ], - "fuel": [ - 42.302135347634916, - 42.405430831364484, - 42.07201261570174, - 41.62385996765532, - 41.31110778980219, - 41.26771292114685, - 41.47061697116531, - 41.892808435380104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -63.75, -67.5 -62.5, -66.25 -62.5, -66.25 -63.75, -67.5 -63.75))", @@ -116898,51 +83228,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1719.1253976626667, + 1719.125397662543, 899.1595759565971, - -407.0086939430621, + -407.0086939430912, -1447.688353959773, - -1676.9764223648162, + -1676.9764223649017, -1256.162172716835, - -82.62364498710485, + -82.6236449870994, 1170.971350646094 ], "relative wind speed": [ - 6.184299581672362, + 6.184299581672361, 6.068313890432353, 5.824949719381265, 5.590874304438539, 5.511194019271723, 5.6386512005190665, - 5.889718295522246, + 5.889718295522245, 6.112360047142039 ], "relative wind angle": [ - 0.005245223032918157, + 0.005245223032939323, 0.043010289325186, - 0.057810888347146684, + 0.05781088834715244, 0.038473131326489114, - 0.0058858514229075745, + 0.005885851422926437, 0.046289913803765244, - 0.05717445094161572, + 0.057174450941613775, 0.0351893159502909 ], "resistance": [ - 98353.62539766269, + 98353.62539766257, 97533.65957595663, - 96227.49130605697, + 96227.49130605694, 95186.81164604025, - 94957.5235776352, + 94957.52357763513, 95378.33782728319, - 96551.87635501292, + 96551.87635501294, 97805.47135064613 ], "fuel": [ - 52.46806104564645, + 52.46806104564639, 52.04167871251689, - 51.36763788305791, + 51.367637883057895, 50.8351449539922, - 50.71836504746223, + 50.718365047462186, 50.93284210859651, 51.53444244133429, 52.18274366223636 @@ -116978,19 +83308,19 @@ ], "ice resistance": 76317.72831356525, "wind resistance": [ - 1718.8550994467005, + 1718.855099446384, 800.2203713796807, - -560.1170889679597, + -560.1170889680216, -1575.3783324047363, - -1754.218215243669, + -1754.2182152438, -1230.6620712624026, 25.548312780800188, 1289.0997986314178 ], "relative wind speed": [ - 7.634713869884822, + 7.634713869884821, 7.525097019648049, - 7.319866693844327, + 7.319866693844326, 7.136779675664114, 7.087812503808132, 7.204086118935184, @@ -116998,31 +83328,31 @@ 7.588960259823356 ], "relative wind angle": [ - 0.0060722997596064044, - 0.03005651428790709, - 0.03736676801166951, + 0.0060722997596429715, + 0.030056514287907087, + 0.037366768011675454, 0.022502413082049304, - 0.006540849780696895, + 0.006540849780713868, 0.03139625014624019, 0.03689947236384837, - 0.021161422854423878 + 0.021161422854423875 ], "resistance": [ - 78036.58341301195, + 78036.58341301164, 77117.94868494493, - 75757.61122459729, + 75757.61122459723, 74742.34998116051, - 74563.51009832158, + 74563.51009832145, 75087.06624230286, 76343.27662634605, 77606.82811219667 ], "fuel": [ - 50.78710857245677, + 50.78710857245663, 50.379036438370875, - 49.780520878224756, + 49.780520878224735, 49.33831781214532, - 49.260820358942794, + 49.26082035894274, 49.48803097172124, 50.03735536392033, 50.59581355006921 @@ -117058,9 +83388,9 @@ ], "ice resistance": 68274.84437325913, "wind resistance": [ - 2326.7766034866618, + 2326.776603486531, 2096.0144803447693, - 411.8832646014707, + 411.8832646014489, -1463.9453149803812, -2455.9109234486314, -2359.4157627257227, @@ -117068,7 +83398,7 @@ 825.4505213964803 ], "relative wind speed": [ - 7.739280917711848, + 7.739280917711847, 7.715173481324293, 7.4910845276975415, 7.18817813953126, @@ -117078,19 +83408,19 @@ 7.5508810328676 ], "relative wind angle": [ - 0.015565842220516676, + 0.015565842220530942, 0.02353485176004821, - 0.05037801262068974, + 0.05037801262069194, 0.04897772917038706, - 0.01724706501279276, - 0.025897133450697808, - 0.0520513243487979, + 0.017247065012792762, + 0.025897133450697805, + 0.05205132434879791, 0.046623358500408794 ], "resistance": [ - 70601.62097674579, + 70601.62097674566, 70370.85885360389, - 68686.7276378606, + 68686.72763786057, 66810.89905827874, 65818.93344981049, 65915.4286105334, @@ -117098,9 +83428,9 @@ 69100.29489465561 ], "fuel": [ - 47.57452005265036, + 47.5745200526503, 47.47810075243773, - 46.780420543226384, + 46.78042054322638, 46.01575075978607, 45.61667491675989, 45.65533494061563, @@ -117138,19 +83468,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -46.36487372300235, + -46.364873723008714, -989.0999432702747, - -1323.0053195072087, + -1323.0053195072105, -1119.245373949827, - -264.8448342257343, + -264.8448342257361, 794.3741302257085, 1459.6197550386132, 979.8958771860298 ], "relative wind speed": [ - 3.6583615437973838, + 3.6583615437973833, 3.3204873326165814, - 3.1460303792789617, + 3.1460303792789612, 3.264975483001534, 3.587006189808563, 3.90186961145466, @@ -117158,17 +83488,17 @@ 3.9484373727158717 ], "relative wind angle": [ - 0.12302408800084644, + 0.12302408800084916, 0.10344238321578596, 0.011428888645523869, 0.08955957076274816, - 0.12548417159550126, + 0.12548417159550218, 0.08798594363133729, - 0.008891360953977676, + 0.008891360953977677, 0.07402572330033154 ], "resistance": [ - 96588.13512627703, + 96588.13512627702, 95645.40005672975, 95311.49468049282, 95515.2546260502, @@ -117178,7 +83508,7 @@ 97614.39587718606 ], "fuel": [ - 43.048096236292565, + 43.04809623629256, 42.56428248567879, 42.393714596854366, 42.497751344797834, @@ -117218,9 +83548,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -22.35581934998845, + -22.355819349999365, -877.4815832437653, - -1205.3696832537971, + -1205.3696832537607, -1055.2326153432114, -323.2213255005936, 618.6206879557776, @@ -117228,9 +83558,9 @@ 870.929911588375 ], "relative wind speed": [ - 4.823994859156244, + 4.823994859156243, 4.601264686481402, - 4.48283528492595, + 4.482835284925949, 4.546829251942594, 4.75043952371535, 4.966484204604098, @@ -117238,19 +83568,19 @@ 5.01636779187112 ], "relative wind angle": [ - 0.06127587283527767, + 0.06127587283527947, 0.051082412440081985, - 0.008219867006834167, + 0.00821986700682066, 0.04022143682799748, - 0.06222587948442344, + 0.06222587948442343, 0.04732305526813405, 0.0072626836829198845, 0.03645490317147875 ], "resistance": [ - 96612.14418065002, + 96612.14418065001, 95757.01841675625, - 95429.13031674622, + 95429.13031674625, 95579.2673846568, 96311.27867449942, 97253.12068795579, @@ -117258,9 +83588,9 @@ 97505.42991158839 ], "fuel": [ - 46.98742599544227, + 46.987425995442266, 46.54835775611315, - 46.3807237996582, + 46.38072379965821, 46.45743225739046, 46.83263496674884, 47.31832249798795, @@ -117298,9 +83628,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -203.55929925400778, + -203.5592992540178, -1069.6499926998804, - -1298.2600139145097, + -1298.260013914618, -1034.1654932426864, -143.74098706541372, 868.5888827353492, @@ -117308,9 +83638,9 @@ 818.1398992586301 ], "relative wind speed": [ - 4.161739017302037, + 4.161739017302036, 3.8886439904544923, - 3.7751971560867, + 3.7751971560866995, 3.9014178689709924, 4.1786120967601725, 4.433883018171175, @@ -117318,19 +83648,19 @@ 4.422647319762045 ], "relative wind angle": [ - 0.09091314279079096, - 0.0672154216327539, - 0.0022439596289513773, + 0.0909131427907934, + 0.06721542163275389, + 0.0022439596290008534, 0.07007301073238997, - 0.09054503033618692, - 0.05893961457282895, - 0.0018697056335198225, + 0.09054503033618691, + 0.058939614572828945, + 0.0018697056335198223, 0.06180334437442282 ], "resistance": [ - 96430.940700746, + 96430.94070074598, 95564.85000730012, - 95336.2399860855, + 95336.23998608538, 95600.33450675731, 96490.75901293459, 97503.08888273535, @@ -117338,9 +83668,9 @@ 97452.63989925863 ], "fuel": [ - 44.67086439452226, + 44.67086439452225, 44.22676780671907, - 44.11001136615852, + 44.11001136615846, 44.244907999127086, 44.70163987456512, 45.22448531764117, @@ -117378,17 +83708,17 @@ ], "ice resistance": 76829.45876805598, "wind resistance": [ - 377.785413282465, + 377.7854132824177, -1535.9428743442477, - -2522.6630441909583, + -2522.6630441910056, -2402.5481445226396, -1091.0261152703679, 892.1820759012517, - 2409.008471709618, + 2409.008471709687, 2121.8603807899563 ], "relative wind speed": [ - 7.487809795106835, + 7.487809795106833, 7.17743828769342, 6.973149939049778, 7.006303321615675, @@ -117398,33 +83728,33 @@ 7.720980246114807 ], "relative wind angle": [ - 0.0519667092610571, + 0.051966709261061374, 0.049824038831424826, - 0.016719838616216714, + 0.016719838616223354, 0.027490943809774557, 0.05363612849860086, - 0.04728734562534431, - 0.015041913980478874, - 0.02494574526767445 + 0.04728734562534432, + 0.015041913980471494, + 0.024945745267674447 ], "resistance": [ - 77207.24418133844, + 77207.24418133839, 75293.51589371174, - 74306.79572386501, + 74306.79572386497, 74426.91062353333, 75738.43265278562, 77721.64084395723, - 79238.4672397656, + 79238.46723976567, 78951.31914884594 ], "fuel": [ - 50.41856513245894, + 50.41856513245891, 49.57790548984347, - 49.14978524920281, + 49.1497852492028, 49.20170729069022, 49.77213199492828, 50.6468523437037, - 51.32574621622446, + 51.325746216224495, 51.196568902459106 ] }, @@ -117458,9 +83788,9 @@ ], "ice resistance": 64202.7977909154, "wind resistance": [ - 2354.5929899788753, + 2354.5929899788207, 495.4710990858621, - -1592.318299534567, + -1592.3182995345742, -2714.5731730351, -2621.1186195378614, -1247.2417546917095, @@ -117468,27 +83798,27 @@ 2577.714905592704 ], "relative wind speed": [ - 7.756791277594775, + 7.756791277594774, 7.511152838138371, - 7.174488942016573, + 7.1744889420165725, 6.9449000266889795, - 6.970750964804796, + 6.970750964804795, 7.234760741007491, 7.568744173135941, 7.7799449584680715 ], "relative wind angle": [ - 0.025452548414390905, + 0.025452548414395267, 0.05562554174661372, 0.054827446687180134, - 0.019932251239311114, + 0.019932251239311118, 0.02832337387464235, 0.057752945927253205, - 0.051968844903345524, - 0.017792623292911293 + 0.05196884490334552, + 0.01779262329291129 ], "resistance": [ - 66557.39078089427, + 66557.39078089422, 64698.26889000126, 62610.47949138083, 61488.2246178803, @@ -117498,7 +83828,7 @@ 66780.5126965081 ], "fuel": [ - 45.913414015767984, + 45.91341401576797, 45.17022731972526, 44.35096176210946, 43.9172823267069, @@ -117538,47 +83868,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 824.7071392918087, + 824.707139291806, 1663.4914838814302, - 1224.9473659696623, + 1224.9473659696587, 56.53875679399698, -1076.5969917377452, -1543.8052941678552, - -1357.4008824602788, - -414.9465903283208 + -1357.400882460276, + -414.94659032831896 ], "relative wind speed": [ - 4.192518684113343, + 4.192518684113342, 4.366094290272889, 4.285547500983714, 3.9868332422498947, 3.6189873076706593, 3.407565509005992, - 3.5083279017978124, - 3.8444040823269328 + 3.508327901797812, + 3.8444040823269323 ], "relative wind angle": [ - 0.0930827405843985, + 0.09308274058439851, 0.016435214411728422, - 0.06730280915471668, + 0.06730280915471834, 0.12052418252813349, 0.1078878703659942, - 0.021058955154588825, - 0.08224341080173235, - 0.12501239707654593 + 0.02105895515458882, + 0.08224341080172964, + 0.12501239707654505 ], "resistance": [ - 97459.20713929182, + 97459.2071392918, 98297.99148388143, - 97859.44736596967, + 97859.44736596965, 96691.03875679399, 95557.90300826225, 95090.69470583214, 95277.09911753972, - 96219.55340967167 + 96219.55340967169 ], "fuel": [ - 44.354145363420045, + 44.35414536342004, 44.790110320969696, 44.5618468986396, 43.95718027366805, @@ -117618,54 +83948,54 @@ ], "ice resistance": 69002.79128082773, "wind resistance": [ - 2052.0696888275343, + 2052.0696888274215, 2598.7905266419584, - 1143.890751384588, + 1143.8907513845843, -919.1787850311739, -2405.785418198462, -2634.5558857709257, -1765.8252781338524, - 164.9652092338074 + 164.96520923379285 ], "relative wind speed": [ - 7.717087214986193, + 7.717087214986192, 7.774031776020226, - 7.60005295404655, + 7.600052954046549, 7.286698894683488, 7.012395339103092, 6.949212431708066, 7.13906986737533, - 7.458628740847512 + 7.458628740847513 ], "relative wind angle": [ - 0.02990640768057692, + 0.029906407680588058, 0.011075531001115378, 0.04640045888294527, 0.056631750268898134, 0.032912808005028285, - 0.012390177085932383, + 0.012390177085932385, 0.04939898859495794, - 0.055324974911369944 + 0.05532497491137195 ], "resistance": [ - 71054.86096965527, + 71054.86096965516, 71601.58180746969, 70146.68203221232, 68083.61249579655, 66597.00586262927, 66368.2353950568, 67236.96600269388, - 69167.75649006154 + 69167.75649006153 ], "fuel": [ - 47.76447403900747, + 47.76447403900742, 47.99462322263228, 47.38462273656837, 46.53313630480535, 45.929390148674415, 45.837211165438376, 46.188285046692755, - 46.97861825123273 + 46.978618251232724 ] }, { @@ -117698,17 +84028,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1067.8583604128216, + 1067.8583604128053, 2438.1911869123433, - 1954.7265140103846, + 1954.7265140103227, 210.1935121496481, - -1583.7374456747184, + -1583.737445674713, -2411.582646940071, - -2207.8325580406745, + -2207.8325580406636, -843.0535651702303 ], "relative wind speed": [ - 6.112554179843967, + 6.112554179843966, 6.315701845883187, 6.254035074184689, 5.957514325436043, @@ -117718,29 +84048,29 @@ 5.746095876783118 ], "relative wind angle": [ - 0.06819466966412897, + 0.0681946696641306, 0.016795635589432825, - 0.04262751022963333, - 0.08115942974467588, - 0.07470289384997673, + 0.04262751022964375, + 0.0811594297446759, + 0.07470289384997525, 0.01982804375900513, - 0.049175065427318344, + 0.04917506542731608, 0.08415250426416965 ], "resistance": [ - 97702.35836041284, + 97702.35836041282, 99072.69118691236, - 98589.2265140104, + 98589.22651401034, 96844.69351214966, - 95050.7625543253, + 95050.76255432531, 94222.91735305995, 94426.66744195935, 95791.44643482979 ], "fuel": [ - 52.05435130702598, + 52.054351307025975, 52.7691879419639, - 52.516189972041246, + 52.51618997204121, 51.61050409283849, 50.69098309468126, 50.270689926708194, @@ -117778,50 +84108,50 @@ ], "ice resistance": 47343.69325813885, "wind resistance": [ - 1231.195361356211, + 1231.1953613561855, 2831.143450622614, - 2260.1800860233598, - 210.66886681608958, + 2260.180086023327, + 210.66886681607866, -1898.9369980799747, -2863.1215944612413, -2623.8706407241516, - -1016.5315418863029 + -1016.5315418863138 ], "relative wind speed": [ - 7.61935434677915, + 7.619354346779148, 7.810609649072789, - 7.7514821723949705, - 7.472156901518083, + 7.75148217239497, + 7.472156901518084, 7.123169872325809, 6.912921712387855, 6.97915709973886, - 7.277429555199284 + 7.2774295551992845 ], "relative wind angle": [ - 0.05073248760199728, + 0.050732487601999464, 0.012489050848996987, - 0.032055380435104246, - 0.06011034875909114, + 0.032055380435107715, + 0.06011034875909299, 0.0542697620272481, 0.01411093695790576, 0.035604106742058945, - 0.06172078275859835 + 0.06172078275860016 ], "resistance": [ - 48574.88861949506, + 48574.88861949503, 50174.83670876146, - 49603.8733441622, - 47554.36212495493, + 49603.87334416217, + 47554.362124954925, 45444.75626005887, 44480.571663677605, 44719.8226174147, - 46327.16171625254 + 46327.161716252536 ], "fuel": [ - 39.26432030585326, + 39.26432030585325, 39.807140140758335, - 39.612334375298396, - 38.9230583387757, + 39.61233437529839, + 38.92305833877569, 38.229896143999035, 37.9186039362125, 37.99552470843567, @@ -117858,54 +84188,54 @@ ], "ice resistance": 34506.343756789356, "wind resistance": [ - 1477.1847055569815, + 1477.1847055569415, 3575.749782568786, - 2978.514833960122, + 2978.514833960093, 415.85982527351007, - -2286.0336966149443, + -2286.033696614937, -3594.2703564038784, -3342.8857153186473, - -1369.1914368703765 + -1369.1914368703874 ], "relative wind speed": [ - 7.676948118662106, + 7.6769481186621045, 7.928207044720923, 7.8675141718503685, 7.524696377259556, - 7.079359369640445, + 7.079359369640444, 6.79679296118273, 6.866955821678133, - 7.240981006134632 + 7.240981006134633 ], "relative wind angle": [ - 0.06526690188999404, + 0.06526690188999745, 0.01794654527105605, - 0.0380753411275648, - 0.07526521464436371, - 0.07078512504676927, - 0.02093438514448433, + 0.03807534112756771, + 0.0752652146443637, + 0.0707851250467677, + 0.020934385144484334, 0.043626454063727955, - 0.07822016330411455 + 0.07822016330411598 ], "resistance": [ - 35983.52846234634, + 35983.528462346294, 38082.093539358146, - 37484.85859074948, + 37484.85859074945, 34922.203582062866, - 32220.31006017441, + 32220.31006017442, 30912.073400385478, 31163.45804147071, - 33137.15231991898 + 33137.15231991897 ], "fuel": [ - 35.32485969095513, + 35.32485969095511, 35.94046965741582, - 35.76360371915263, + 35.76360371915261, 35.01976169224295, 34.261968532625396, 33.90481142333287, 33.97294676673923, - 34.516067981850014 + 34.51606798185001 ] }, { @@ -117938,53 +84268,53 @@ ], "ice resistance": 58282.467829605506, "wind resistance": [ - 2184.860057259488, + 2184.860057259437, 3701.7754189943225, - 2214.3599083877198, - -465.1110358796868, + 2214.3599083877125, + -465.1110358796941, -2790.390139658928, -3435.7153824293855, - -2811.1579541245337, + -2811.157954124552, -500.1905510525685 ], "relative wind speed": [ - 7.766365914815889, + 7.7663659148158875, 7.9225210063719995, - 7.770112421890091, - 7.385281588706725, + 7.77011242189009, + 7.385281588706726, 6.977536162104098, 6.799714061626329, - 6.973363848780137, + 6.973363848780138, 7.379706381136981 ], "relative wind angle": [ - 0.0513914431572341, + 0.051391443157238426, 0.0003528799930661712, - 0.050857140255657095, - 0.07608993601429076, + 0.05085714025565709, + 0.07608993601429222, 0.057207410853814616, 0.0004111495209429865, - 0.05667378182119057, + 0.0566737818211945, 0.07614753162756122 ], "resistance": [ - 60467.327886864994, + 60467.32788686494, 61984.24324859983, - 60496.827737993226, - 57817.35679372582, + 60496.82773799322, + 57817.35679372581, 55492.07768994658, 54846.75244717612, - 55471.309875480976, + 55471.309875480954, 57782.27727855294 ], "fuel": [ - 43.52684201146645, + 43.52684201146643, 44.10838374741989, - 43.53806976916806, + 43.53806976916805, 42.53146342650673, 41.67956932081306, 41.44671325287637, - 41.67205142988881, + 41.672051429888796, 42.51846214933399 ] }, @@ -118018,51 +84348,51 @@ ], "ice resistance": 15638.035040129924, "wind resistance": [ - 3910.164457463361, + 3910.1644574632373, 3288.922467739034, - 497.85784254921236, + 497.8578425492087, -2459.4586189847178, - -3910.4979574986464, + -3910.4979574986755, -3648.5173817303694, -1508.5724695915087, - 1599.0799621751576 + 1599.0799621751466 ], "relative wind speed": [ - 7.980140457777654, + 7.980140457777652, 7.917521199594254, - 7.546531368005721, + 7.54653136800572, 7.059198496361205, - 6.745600525029676, + 6.745600525029677, 6.818990117540568, 7.227422256990805, - 7.7041212839695135 + 7.704121283969514 ], "relative wind angle": [ - 0.020065539064539072, - 0.04085259144199156, - 0.08190622337086548, - 0.07796289734372028, - 0.023738451962094002, + 0.020065539064550136, + 0.040852591441991555, + 0.08190622337086549, + 0.07796289734372029, + 0.02373845196209868, 0.047438492413376575, 0.08553124788344348, - 0.07142488190847596 + 0.07142488190847751 ], "resistance": [ - 19548.199497593283, + 19548.19949759316, 18926.95750786896, - 16135.892882679136, + 16135.892882679133, 13178.576421145206, - 11727.537082631277, + 11727.537082631248, 11989.517658399554, 14129.462570538415, - 17237.11500230508 + 17237.115002305072 ], "fuel": [ - 31.070323343530397, + 31.07032334353037, 30.92921993859214, 30.313001800317505, 29.691706667283526, - 29.398762691138025, + 29.39876269113802, 29.45107322976897, 29.887926264094745, 30.55267010505218 @@ -118098,17 +84428,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1961.2998463861477, + 1961.2998463860968, 44.593352310959744, - -1828.1315484851402, + -1828.1315484851566, -2593.383675984933, -2297.8398344051893, -748.6547116017573, - 1294.0347788296676, + 1294.0347788296567, 2663.914794601642 ], "relative wind speed": [ - 6.668928291697341, + 6.66892829169734, 6.358769167576437, 5.987315624579899, 5.779535323418342, @@ -118118,27 +84448,27 @@ 6.7529965726522 ], "relative wind angle": [ - 0.04374892457541392, - 0.07662515918584534, - 0.06630938527978898, + 0.04374892457542154, + 0.07662515918584532, + 0.06630938527979234, 0.01285396575647079, - 0.049654241264792544, + 0.04965424126479254, 0.07845645423663798, - 0.06042578435459631, - 0.011000953579793372 + 0.06042578435459814, + 0.011000953579793374 ], "resistance": [ - 98595.79984638616, + 98595.79984638611, 96679.09335231097, - 94806.36845151488, + 94806.36845151486, 94041.11632401508, 94336.66016559483, 95885.84528839825, - 97928.53477882968, + 97928.53477882966, 99298.41479460166 ], "fuel": [ - 54.64992524381327, + 54.64992524381326, 53.6554214561465, 52.6969413136466, 52.309033162529346, @@ -118178,17 +84508,17 @@ ], "ice resistance": 89389.4364778816, "wind resistance": [ - 3299.912557905929, + 3299.9125579059146, 652.658399167598, - -2256.081353445039, + -2256.0813534450717, -3779.3391180048566, - -3606.120178012774, + -3606.120178012756, -1626.5204452769904, - 1381.658417855091, + 1381.6584178550766, 3710.871420108251 ], "relative wind speed": [ - 7.913302799136708, + 7.913302799136706, 7.566054422173938, 7.092417982781815, 6.7719267151235965, @@ -118200,31 +84530,31 @@ "relative wind angle": [ 0.03663190692388241, 0.07827525438002177, - 0.07718388065031297, + 0.0771838806503173, 0.02684500734335465, - 0.04250510520676997, + 0.042505105206767355, 0.08222147246525525, - 0.07135712222546456, - 0.022852347684898588 + 0.07135712222546611, + 0.022852347684898584 ], "resistance": [ - 92689.34903578753, + 92689.34903578751, 90042.0948770492, - 87133.35512443655, + 87133.35512443652, 85610.09735987673, - 85783.31629986882, + 85783.31629986883, 87762.91603260461, - 90771.09489573669, + 90771.09489573666, 93100.30789798984 ], "fuel": [ 57.72060440862892, 56.4088280908874, - 54.99754736027505, + 54.997547360275036, 54.27104406797097, - 54.35322410496841, + 54.35322410496842, 55.30033206758749, - 56.76746287138721, + 56.767462871387195, 57.92658243702225 ] }, @@ -118258,51 +84588,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2030.5164366507179, + 2030.5164366506942, 917.0199200036832, - -609.292772883542, + -609.2927728835448, -1700.1802540399303, - -1869.1736626780657, + -1869.1736626780712, -1197.48518794743, - 232.2864715665719, - 1635.5672898646444 + 232.2864715665737, + 1635.567289864639 ], "relative wind speed": [ 4.464608262851089, 4.230284030227794, - 3.7935455018873325, + 3.793545501887332, 3.387116905295245, 3.293872801318912, 3.589849856969844, 4.0486216786824, - 4.39428766034381 + 4.394287660343811 ], "relative wind angle": [ - 0.028894966046717225, - 0.11974823623456417, - 0.1550136656553448, + 0.028894966046724906, + 0.11974823623456418, + 0.15501366565534555, 0.0954899848442825, - 0.03916961897783055, + 0.03916961897783338, 0.14124364210407692, - 0.14517572465061432, - 0.07355819052577242 + 0.14517572465061354, + 0.07355819052577545 ], "resistance": [ - 98665.01643665074, + 98665.01643665071, 97551.5199200037, - 96025.20722711648, + 96025.20722711647, 94934.31974596008, - 94765.32633732195, + 94765.32633732194, 95437.01481205258, 96866.7864715666, 98270.06728986466 ], "fuel": [ - 44.95383118131849, + 44.95383118131846, 44.37413074325921, - 43.587009331333626, + 43.58700933133362, 43.02974918603886, - 42.943818085823224, + 42.94381808582322, 43.285991748991336, 44.01994068569304, 44.74768763868227 @@ -118338,9 +84668,9 @@ ], "ice resistance": 72723.74148948306, "wind resistance": [ - 948.7635694536075, + 948.7635694535675, -2145.3721959661525, - -3908.603804023496, + -3908.6038040235, -3847.566101573404, -1924.1717529001653, 1204.9721231645926, @@ -118348,9 +84678,9 @@ 3623.9963335754546 ], "relative wind speed": [ - 7.614563137697429, + 7.614563137697428, 7.1185243501519535, - 6.757923978107843, + 6.757923978107842, 6.7750426845734495, 7.157700905792863, 7.65120023990107, @@ -118358,17 +84688,17 @@ 7.956949833760187 ], "relative wind angle": [ - 0.07981102798323854, - 0.08316717140704853, - 0.033923340012849655, - 0.03944866735857031, - 0.08491712060121397, + 0.07981102798324273, + 0.08316717140704855, + 0.03392334001284966, + 0.039448667358570305, + 0.08491712060121398, 0.07736506416312729, - 0.02875734190468303, + 0.028757341904683025, 0.03358665553911802 ], "resistance": [ - 73672.50505893666, + 73672.50505893663, 70578.36929351691, 68815.13768545956, 68876.17538790965, @@ -118378,7 +84708,7 @@ 76347.73782305852 ], "fuel": [ - 48.87649084542692, + 48.876490845426915, 47.564795828680346, 46.83324492817587, 46.85837568527227, @@ -118418,53 +84748,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 585.244771167243, + 585.2447711672357, -834.4740819149147, - -1705.6250586954593, + -1705.6250586954675, -1728.58073112687, -914.7114476208108, 491.9018435348735, - 1714.1297313427513, + 1714.1297313427367, 1767.8355209858637 ], "relative wind speed": [ - 4.145292861012509, + 4.145292861012508, 3.719448581879261, - 3.377288365653868, + 3.3772883656538677, 3.3647003902164694, 3.691802852744315, 4.120505242545952, - 4.405313212736564, + 4.405313212736565, 4.41493516273676 ], "relative wind angle": [ - 0.12453936422627436, - 0.14185176873743263, - 0.06777936968224806, + 0.12453936422627615, + 0.14185176873743266, + 0.06777936968225133, 0.06017903547484672, - 0.1399324306907384, + 0.13993243069073844, 0.12796503071930543, - 0.051945942691505084, + 0.0519459426915115, 0.045851897489108284 ], "resistance": [ 97219.74477116726, 95800.0259180851, - 94928.87494130456, + 94928.87494130454, 94905.91926887314, 95719.7885523792, 97126.40184353488, - 98348.62973134276, + 98348.62973134275, 98402.33552098589 ], "fuel": [ 44.22494345615233, 43.49426378021934, - 43.049625853213065, + 43.04962585321306, 43.03794739986918, 43.4531923310421, 44.17667276618205, - 44.81129396803289, + 44.811293968032885, 44.839307285282324 ] }, @@ -118498,9 +84828,9 @@ ], "ice resistance": 40326.49587176605, "wind resistance": [ - 2970.3167614974845, + 2970.31676149747, 2424.185813330434, - 279.33020382925315, + 279.33020382924224, -1957.9522243262472, -3011.106212801242, -2782.039959784208, @@ -118508,29 +84838,29 @@ 1254.2904571895233 ], "relative wind speed": [ - 7.8335704301073665, + 7.833570430107365, 7.777237367908176, - 7.4868852700279085, + 7.486885270027908, 7.117942366193249, 6.890341023474935, 6.953862525708055, - 7.265547058320746, + 7.265547058320745, 7.627353510542524 ], "relative wind angle": [ 0.014156994735000199, - 0.032807321649431065, - 0.06304103539985208, + 0.03280732164943106, + 0.06304103539985209, 0.05790516648077828, - 0.01609512485701241, - 0.03669353743113762, - 0.06496418867359939, - 0.05403392720834005 + 0.016095124857012408, + 0.03669353743113761, + 0.06496418867359767, + 0.054033927208340056 ], "resistance": [ - 43296.81263326353, + 43296.812633263515, 42750.68168509648, - 40605.8260755953, + 40605.826075595294, 38368.5436474398, 37315.38965896481, 37544.455911981844, @@ -118540,7 +84870,7 @@ "fuel": [ 37.54115159178557, 37.36877048979219, - 36.70250549970823, + 36.702505499708224, 36.025770324283, 35.713658710662244, 35.78119333329971, @@ -118578,29 +84908,29 @@ ], "ice resistance": 88687.26324405435, "wind resistance": [ - -546.3061410705595, + -546.306141070585, -3510.5357714174897, - -4344.605723734287, + -4344.605723738041, -3539.3424211705205, - -594.8258294406442, + -594.8258294406478, 2831.3901189839526, 4781.072988853473, 2872.3632386223326 ], "relative wind speed": [ - 7.399894495421519, + 7.399894495421517, 6.875261997711711, 6.643314258814499, 6.869382998626795, - 7.392169056673491, + 7.39216905667349, 7.882472605003578, 8.078921807050905, 7.887596536587546 ], "relative wind angle": [ - 0.09715467550114168, + 0.09715467550114283, 0.07429215446488877, - 0.0005842025296735584, + 0.0005842025302436808, 0.07355466541560729, 0.0972565314929862, 0.06478493059823114, @@ -118608,21 +84938,21 @@ 0.06404548631488707 ], "resistance": [ - 88140.9571029838, + 88140.95710298377, 85176.72747263686, - 84342.65752032006, + 84342.65752031631, 85147.92082288384, - 88092.43741461371, + 88092.4374146137, 91518.6533630383, 93468.33623290782, 91559.62648267669 ], "fuel": [ - 55.48285805346868, + 55.482858053468675, 54.06593004403027, - 53.67313144905236, + 53.673131449050594, 54.05232062351979, - 55.45940200577523, + 55.45940200577522, 57.13728123434129, 58.1115765084894, 57.15761081271636 @@ -118658,19 +84988,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2948.6663579869455, + -2948.6663579869564, -4105.519632600153, - -3549.2395382012837, + -3549.2395382012946, -977.1842830970963, - 2320.0837504943265, + 2320.083750494334, 4484.601176746164, 3176.417607619045, 30.725127523073752 ], "relative wind speed": [ - 5.79111656147886, + 5.791116561478859, 5.456411432014934, - 5.6435614487311465, + 5.643561448731146, 6.209043564073849, 6.778903892346719, 7.051109366254713, @@ -118678,21 +85008,21 @@ 6.3983081380737925 ], "relative wind angle": [ - 0.10923490300576977, - 0.017484707093119084, - 0.08807607754891882, - 0.12878827639459278, - 0.09326743883796262, + 0.1092349030057718, + 0.017484707093119087, + 0.08807607754892008, + 0.1287882763945928, + 0.09326743883796144, 0.013530041932741307, 0.07198388136710279, - 0.12495840359559954 + 0.12495840359559955 ], "resistance": [ 93685.83364201308, 92528.98036739987, - 93085.26046179875, + 93085.26046179874, 95657.31571690293, - 98954.58375049435, + 98954.58375049436, 101119.10117674619, 99810.91760761908, 96665.2251275231 @@ -118700,7 +85030,7 @@ "fuel": [ 52.064536790952644, 51.483791509277815, - 51.76242491446604, + 51.762424914466024, 53.06570390705272, 54.77245967271347, 55.91486821494441, @@ -118738,41 +85068,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2529.1711745339726, + -2529.1711745339744, -2234.073900280977, - -700.475880302185, - 1332.4387834303361, - 2720.88966482304, + -700.4758803021887, + 1332.4387834303398, + 2720.8896648230693, 2026.8799222311372, 117.39195445388214, -1746.9132141387363 ], "relative wind speed": [ - 4.3353252550388355, + 4.335325255038835, 4.460657295079067, 4.891557311673628, - 5.3407874417219645, + 5.340787441721964, 5.567299598697056, 5.46739484439233, 5.085522289327046, - 4.611492100283257 + 4.6114921002832565 ], "relative wind angle": [ - 0.02254485723065511, + 0.022544857230655108, 0.08226644904289616, - 0.12628899457459433, - 0.09465189556815924, - 0.017555374537756595, + 0.1262889945745952, + 0.09465189556815808, + 0.017555374537750267, 0.06709297804837488, 0.12144795107260886, - 0.10967698788187877 + 0.10967698788187775 ], "resistance": [ 94105.32882546603, 94400.42609971903, 95934.02411969782, 97966.93878343033, - 99355.38966482304, + 99355.38966482307, 98661.37992223114, 96751.89195445388, 94887.58678586126 @@ -118782,7 +85112,7 @@ 46.5286489460053, 47.310276236765446, 48.35987928662814, - 49.0855809940178, + 49.08558099401782, 48.72194620191917, 47.730696213629734, 46.77599115726218 @@ -118818,37 +85148,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -3069.42832793498, + -3069.428327935004, -2758.1159571401877, - -952.3800185096497, + -952.3800185096516, 1503.7188687620073, 3224.346699850121, 2490.201785824971, - 212.82136861921936, + 212.82136861921572, -2065.2453575020445 ], "relative wind speed": [ - 5.129420886291264, + 5.129420886291263, 5.242207633401088, - 5.678872037565616, + 5.678872037565615, 6.1501197649368375, 6.398319932403723, 6.306244184491051, - 5.916068708785521, + 5.916068708785522, 5.424526104928344 ], "relative wind angle": [ - 0.02326312067456398, + 0.02326312067456875, 0.06955963092422154, - 0.1119791617822113, + 0.11197916178221132, 0.08678848212643377, 0.018649034787907755, 0.05780858503658582, - 0.10747177735663614, + 0.10747177735663821, 0.09843285131515672 ], "resistance": [ - 93565.07167206501, + 93565.07167206498, 93876.3840428598, 95682.11998149034, 98138.218868762, @@ -118858,7 +85188,7 @@ 94569.25464249794 ], "fuel": [ - 49.61364873408699, + 49.61364873408698, 49.770639348815074, 50.68836000651571, 51.9560865658984, @@ -118898,51 +85228,51 @@ ], "ice resistance": 91146.92723170035, "wind resistance": [ - -3263.013862623069, + -3263.01386262312, -3741.0945743279262, - -2712.342805242217, + -2712.3428052422205, -40.095062476961175, - 2759.917941861793, + 2759.917941861826, 3895.6761740067777, 1977.4593777525843, -969.5528442704999 ], "relative wind speed": [ - 6.89333613853213, + 6.8933361385321295, 6.759841802505868, - 7.004412503199986, + 7.004412503199985, 7.459566386566652, - 7.847868541171769, + 7.847868541171768, 7.963144012474015, 7.748892130061061, 7.31177085819239 ], "relative wind angle": [ - 0.054140360805386395, + 0.05414036080539255, 0.010968558907998648, - 0.06827877551381364, + 0.06827877551381366, 0.08074680591742901, - 0.04754998289383114, + 0.04754998289382647, 0.00931105949098019, - 0.06171006466938539, + 0.061710064669385396, 0.08238263650872145 ], "resistance": [ - 87883.91336907729, + 87883.91336907723, 87405.83265737242, - 88434.58442645814, + 88434.58442645812, 91106.83216922339, - 93906.84517356215, + 93906.84517356218, 95042.60340570712, 93124.38660945294, 90177.37438742985 ], "fuel": [ - 55.35869419913065, + 55.358694199130625, 55.12841327574697, 55.62499428306964, 56.93329539172901, - 58.332656561381164, + 58.332656561381185, 58.908590611749574, 57.9386704955889, 56.4752300098471 @@ -118978,9 +85308,9 @@ ], "ice resistance": 53591.70312059539, "wind resistance": [ - -2281.357594589652, + -2281.357594589681, -3520.956090398471, - -3249.1880676981746, + -3249.1880676981673, -1288.888711503947, 1494.8675141135172, 3515.614826983943, @@ -118988,9 +85318,9 @@ 346.12780917708005 ], "relative wind speed": [ - 7.077323661361437, + 7.0773236613614365, 6.807238132091455, - 6.883017035143653, + 6.883017035143651, 7.252109614813531, 7.676838830233116, 7.917314800236344, @@ -118998,19 +85328,19 @@ 7.511941877289158 ], "relative wind angle": [ - 0.06853414280987107, + 0.06853414280987431, 0.019140377045388863, - 0.04365863538129931, - 0.07662174757205065, + 0.04365863538129677, + 0.07662174757205063, 0.0631746013478174, 0.016456467005921103, 0.03827040336139999, 0.07396652933863664 ], "resistance": [ - 51310.34552600574, + 51310.34552600571, 50070.747030196915, - 50342.515052897215, + 50342.51505289722, 52302.81440909144, 55086.57063470891, 57107.31794757933, @@ -119018,7 +85348,7 @@ 53937.83092977247 ], "fuel": [ - 40.198167121135455, + 40.19816712113544, 39.77153559126819, 39.86458038896788, 40.543865807155115, @@ -119058,51 +85388,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2037.7475599608151, + -2037.747559960837, -3832.02437996542, - -3813.791472261062, - -1971.7204367567683, - 1102.2404338023043, + -3813.7914722610585, + -1971.7204367567756, + 1102.2404338022898, 3669.4978596587207, 3626.3021337902537, 1025.758106577101 ], "relative wind speed": [ - 7.035753129023051, + 7.03575312902305, 6.667333115686188, - 6.672517909223538, - 7.047609499739062, - 7.541724523134179, + 6.6725179092235365, + 7.047609499739063, + 7.54172452313418, 7.869313820141842, 7.864918030500524, 7.530646135265473 ], "relative wind angle": [ - 0.08489262691381291, + 0.08489262691381423, 0.03635617012425754, - 0.03805155252120391, - 0.08542741043559135, - 0.07918484706918218, + 0.03805155252120099, + 0.08542741043559264, + 0.079184847069185, 0.030801113064117498, - 0.03228037312120583, - 0.07993575323948264 + 0.03228037312120584, + 0.07993575323948265 ], "resistance": [ - 94596.75244003918, + 94596.75244003916, 92802.47562003459, 92820.70852773894, - 94662.77956324324, - 97736.7404338023, + 94662.77956324322, + 97736.74043380229, 100303.99785965872, 100260.80213379025, 97660.2581065771 ], "fuel": [ - 58.10194511362695, + 58.10194511362694, 57.19725656862535, 57.20638949640161, - 58.135465039751466, - 59.713977944595406, + 58.13546503975145, + 59.7139779445954, 61.05923798467236, 61.036400285345636, 59.674276890941144 @@ -119125,68 +85455,7 @@ "id": "2353", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.875558195988162, - 13.875558195988162, - 13.875558195988162, - 13.875558195988162, - 13.875558195988162, - 13.875558195988162, - 13.875558195988162, - 13.875558195988162 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 641.9182320222635, - -725.1837466688912, - -1609.3924094449794, - -1673.6871140858775, - -950.5602537547493, - 379.8362391938408, - 1582.0537111893254, - 1732.6218782124788 - ], - "relative wind speed": [ - 4.1273399557897, - 3.7203612872896183, - 3.3785015661123277, - 3.3430651741467505, - 3.6422590833449435, - 4.057080013125646, - 4.3458846635228845, - 4.373202668785661 - ], - "relative wind angle": [ - 0.11770290463782698, - 0.13903017891870734, - 0.0724202502305967, - 0.05083208360478357, - 0.13346687234603025, - 0.1274255581761998, - 0.056280189628479756, - 0.03885128313427203 - ], - "resistance": [ - 97276.41823202225, - 95909.3162533311, - 95025.10759055501, - 94960.81288591411, - 95683.93974624523, - 97014.33623919383, - 98216.5537111893, - 98367.12187821246 - ], - "fuel": [ - 44.16244225283522, - 43.45842051009157, - 43.00677979911905, - 42.97405247635098, - 43.343025262315166, - 44.02693806655756, - 44.65062311297775, - 44.7291136630908 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -57.5, -70 -56.25, -68.75 -56.25, -68.75 -57.5, -70 -57.5))", @@ -119205,68 +85474,7 @@ "id": "2354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.697499638526912, - 9.697499638526912, - 9.697499638526912, - 9.697499638526912, - 9.697499638526912, - 9.697499638526912, - 9.697499638526912, - 9.697499638526912 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -113.95352942553563, - -828.563794852605, - -1029.7706474524334, - -808.7926738830333, - -80.94319201958751, - 757.5471002819022, - 1227.3715851377387, - 729.1905859353674 - ], - "relative wind speed": [ - 2.729924736311211, - 2.369619648237528, - 2.208419916499646, - 2.3813548159827316, - 2.7443280410200637, - 3.060837824083385, - 3.1791047379821498, - 3.0517166813203196 - ], - "relative wind angle": [ - 0.17873684335085532, - 0.14313386652269877, - 0.003313511829261409, - 0.14681524435295162, - 0.1777887247897209, - 0.1106581723039794, - 0.0023017859403180714, - 0.11440302372349331 - ], - "resistance": [ - 96520.5464705745, - 95805.93620514743, - 95604.7293525476, - 95825.707326117, - 96553.55680798044, - 97392.04710028192, - 97861.87158513776, - 97363.6905859354 - ], - "fuel": [ - 40.824970761196006, - 40.458107593073294, - 40.35515582668972, - 40.46823203630092, - 40.84196336509885, - 41.27494934267513, - 41.51870449758799, - 41.26026364968673 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -56.25, -67.5 -55, -66.25 -55, -66.25 -56.25, -67.5 -56.25))", @@ -119285,68 +85493,7 @@ "id": "2356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92716.47245744074, - "wind resistance": [ - 3225.5369683825884, - -41.29190815506445, - -3142.2983888333183, - -4328.624138075211, - -3757.522832267856, - -1077.8260430939918, - 2350.591899168485, - 4577.9982680310095 - ], - "relative wind speed": [ - 7.928113698624574, - 7.477013089401257, - 6.945624168747251, - 6.659758441978314, - 6.8202707820772845, - 7.312000794590901, - 7.818528331194417, - 8.063417256577655 - ], - "relative wind angle": [ - 0.055236018649472134, - 0.09400935783053546, - 0.079978036222465, - 0.012445276294631357, - 0.06421970640938159, - 0.09613738467146281, - 0.07103284163042076, - 0.010278750453333155 - ], - "resistance": [ - 95942.00942582333, - 92675.18054928568, - 89574.17406860742, - 88387.84831936553, - 88958.94962517289, - 91638.64641434676, - 95067.06435660923, - 97294.47072547175 - ], - "fuel": [ - 59.368077892695254, - 57.71351418211034, - 56.179674394129634, - 55.60234925948373, - 55.87962186458161, - 57.19683566849863, - 58.92104736899364, - 60.06468775948923 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -58.75, -70 -57.5, -68.75 -57.5, -68.75 -58.75, -70 -58.75))", @@ -119365,68 +85512,7 @@ "id": "2360", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.415927863773542, - 13.415927863773542, - 13.415927863773542, - 13.415927863773542, - 13.415927863773542, - 13.415927863773542, - 13.415927863773542, - 13.415927863773542 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 835.3496506435904, - -466.9465314180079, - -1431.9392430681582, - -1606.8537962762975, - -1080.7092055026842, - 121.6880524453154, - 1336.8032891206258, - 1746.7050926701886 - ], - "relative wind speed": [ - 4.053945866068077, - 3.670449802456545, - 3.3043880543291757, - 3.204755139045075, - 3.450583155555436, - 3.8560082269180995, - 4.1739694278731845, - 4.250946447225315 - ], - "relative wind angle": [ - 0.10782060015488255, - 0.1430487118674829, - 0.09205467692151811, - 0.029238817029088125, - 0.12676787657187452, - 0.13612099597157856, - 0.07283802733578869, - 0.02204155856740789 - ], - "resistance": [ - 97469.84965064359, - 96167.55346858199, - 95202.56075693184, - 95027.6462037237, - 95553.79079449731, - 96756.18805244532, - 97971.30328912062, - 98381.20509267019 - ], - "fuel": [ - 43.882079066742854, - 43.210336241544034, - 42.71664999797305, - 42.62753540566643, - 42.895936742630106, - 43.513180721545794, - 44.142418797307464, - 44.3559225823177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -60, -70 -58.75, -68.75 -58.75, -68.75 -60, -70 -60))", @@ -119445,68 +85531,7 @@ "id": "2362", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.439622884486766, - 14.439622884486766, - 14.439622884486766, - 14.439622884486766, - 14.439622884486766, - 14.439622884486766, - 14.439622884486766, - 14.439622884486766 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1729.9022781125677, - 597.4319016229247, - -790.5577760118595, - -1661.520489968747, - -1702.3398394405795, - -934.3822676308437, - 430.3033025011591, - 1634.147787973834 - ], - "relative wind speed": [ - 4.513882181200217, - 4.263882728774476, - 3.863355809216574, - 3.537857814286848, - 3.516342111675479, - 3.81563864475633, - 4.220696161001376, - 4.497038612018879 - ], - "relative wind angle": [ - 0.0398990433956602, - 0.11289762019242797, - 0.12959731563946375, - 0.06384710948149878, - 0.051226691451193074, - 0.12622742984652643, - 0.1185709648849438, - 0.050216036756998136 - ], - "resistance": [ - 98364.40227811261, - 97231.93190162297, - 95843.94222398818, - 94972.97951003129, - 94932.16016055946, - 95700.1177323692, - 97064.8033025012, - 98268.64778797388 - ], - "fuel": [ - 45.21371548980319, - 44.625443777647675, - 43.91094911859685, - 43.4662646483327, - 43.44549289754169, - 43.83732256304195, - 44.539031460744994, - 45.163790281916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.75 -56.25, -63.75 -55, -62.5 -55, -62.5 -56.25, -63.75 -56.25))", @@ -119538,9 +85563,9 @@ ], "ice resistance": 47710.65882378554, "wind resistance": [ - 1723.994231884808, + 1723.9942318847643, -1147.7033653445033, - -3270.534102448928, + -3270.5341024489426, -3638.5415564451905, -2490.198826872125, 169.95864228064966, @@ -119558,19 +85583,19 @@ 7.940972600807815 ], "relative wind angle": [ - 0.06278015492069007, + 0.06278015492069539, 0.07964864577568256, - 0.048707650298460047, - 0.015489318931472035, + 0.04870765029846233, + 0.015489318931472033, 0.06875327058701479, 0.07741625240643721, - 0.042707646503272974, + 0.04270764650327297, 0.013230035777222128 ], "resistance": [ - 49434.65305567035, + 49434.65305567031, 46562.955458441036, - 44440.124721336615, + 44440.1247213366, 44072.11726734035, 45220.459996913414, 47880.61746606619, @@ -119578,7 +85603,7 @@ 51417.70187759843 ], "fuel": [ - 39.554831506298356, + 39.55483150629835, 38.59524506467078, 37.90562102331272, 37.78777534888071, @@ -119618,9 +85643,9 @@ ], "ice resistance": 33781.695767077916, "wind resistance": [ - 2837.3860883875386, + 2837.386088387524, 622.5474757192169, - -1868.8558557642064, + -1868.855855764221, -3218.5225497024985, -3112.699298582025, -1481.091162574081, @@ -119628,9 +85653,9 @@ 3089.254604370177 ], "relative wind speed": [ - 7.835162722675331, + 7.835162722675329, 7.544976506517393, - 7.14281981678363, + 7.142819816783629, 6.865093514772565, 6.894526539236569, 7.210936181047443, @@ -119639,18 +85664,18 @@ ], "relative wind angle": [ 0.029846024398221187, - 0.06606080865759113, - 0.06592596497848643, + 0.06606080865759115, + 0.06592596497848813, 0.024386970559567935, - 0.03391945492233428, - 0.0691257929088253, + 0.03391945492233429, + 0.06912579290882528, 0.06187752874158217, 0.021296991670184697 ], "resistance": [ - 36619.081855465454, + 36619.08185546544, 34404.243242797136, - 31912.83991131371, + 31912.839911313695, 30563.173217375417, 30668.99646849589, 32300.604604503835, @@ -119698,53 +85723,53 @@ ], "ice resistance": 70961.04343227674, "wind resistance": [ - -2033.97704284676, + -2033.9770428468, -3149.198268615277, - -2916.1943221321635, + -2916.1943221322035, -1178.4286120747165, - 1303.5219796877427, + 1303.5219796877573, 3111.1700406305245, - 2556.1211694493613, - 313.7147119751862 + 2556.1211694493322, + 313.71471197517894 ], "relative wind speed": [ - 7.109137358745086, + 7.109137358745084, 6.86838751125768, 6.933098271864905, 7.2591996339908595, - 7.638588587909827, + 7.638588587909826, 7.855770019294787, 7.7987189943935755, - 7.496125017281812 + 7.496125017281813 ], "relative wind angle": [ - 0.06095823025270027, + 0.060958230252703915, 0.017287153603139146, - 0.03825832065153367, + 0.03825832065153948, 0.0680704896842437, - 0.056728342633392555, + 0.0567283426333906, 0.015114174206023873, - 0.034010088538974796, - 0.06591585526789392 + 0.03401008853897806, + 0.06591585526789559 ], "resistance": [ - 68927.06638942998, + 68927.06638942994, 67811.84516366146, - 68044.84911014457, + 68044.84911014454, 69782.61482020203, 72264.56541196449, 74072.21347290726, - 73517.16460172611, - 71274.75814425193 + 73517.16460172608, + 71274.75814425191 ], "fuel": [ - 46.879339388270495, + 46.87933938827047, 46.422150897215886, - 46.51728915724951, + 46.5172891572495, 47.23321119873592, 48.27520688284763, 49.04853723682314, - 48.80978810899336, + 48.80978810899334, 47.85690887764589 ] }, @@ -119778,17 +85803,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1959.8001514508596, + -1959.800151450867, -2431.7182366810794, - -1980.5160028885712, + -1980.5160028885766, -331.1815585981094, - 1590.9645723372687, + 1590.9645723372596, 2688.71444670828, 1620.440912528269, -296.3126881668959 ], "relative wind speed": [ - 4.999384839560083, + 4.999384839560082, 4.81954454967962, 4.993568426846275, 5.395983675182674, @@ -119798,21 +85823,21 @@ 5.403594947469489 ], "relative wind angle": [ - 0.07869105959393817, + 0.07869105959393957, 0.0007937836774581767, - 0.07769612466534268, - 0.10247043716474494, - 0.06813442812972119, + 0.0776961246653441, + 0.10247043716474495, + 0.06813442812972281, 0.0006458506928434518, - 0.06713640260851331, - 0.10232559546202209 + 0.0671364026085133, + 0.10232559546202208 ], "resistance": [ 94674.69984854913, 94202.78176331893, 94653.98399711143, 96303.31844140189, - 98225.46457233727, + 98225.46457233725, 99323.21444670828, 98254.94091252827, 96338.1873118331 @@ -119822,7 +85847,7 @@ 48.176652883187614, 48.4053761760476, 49.24790202885579, - 50.24255999266768, + 50.24255999266767, 50.816783282923154, 50.25792022094729, 49.26582327814012 @@ -119858,13 +85883,13 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -513.3410544099397, + -513.3410544099424, -1386.847677833241, - -1510.7665179085288, + -1510.7665179085257, -940.1573058089716, 233.38766428946838, 1370.7744725563116, - 1659.4436304804567, + 1659.4436304804485, 731.0907211205949 ], "relative wind speed": [ @@ -119872,19 +85897,19 @@ 2.8580724540434304, 2.7776080005777195, 3.0703323675090406, - 3.5073227057202057, + 3.507322705720205, 3.8281135540547386, 3.886891473970695, 3.660067033310424 ], "relative wind angle": [ - 0.1719774689041249, + 0.1719774689041262, 0.10446633989089534, - 0.04812596409593525, + 0.04812596409593294, 0.15928805043617467, - 0.15893745802585849, + 0.1589374580258571, 0.07793172365493027, - 0.03438475274538552, + 0.03438475274538875, 0.13345392456886015 ], "resistance": [ @@ -119938,9 +85963,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 382.82115357969906, + 382.82115357969633, -680.9245637665126, - -1304.9988277330417, + -1304.998827733045, -1296.1763837317312, -649.9265505780813, 418.85556301908036, @@ -119948,7 +85973,7 @@ 1296.2985967024133 ], "relative wind speed": [ - 3.675973304592537, + 3.6759733045925365, 3.3149765856528166, 3.037710727431935, 3.04309452449149, @@ -119958,14 +85983,14 @@ 3.914136086932121 ], "relative wind angle": [ - 0.12022398971378462, + 0.12022398971378555, 0.13195633301341544, - 0.05795514538292988, + 0.057955145382931804, 0.061597823581499206, 0.13291057353088204, 0.11858485294146633, - 0.04492022189525908, - 0.04787801644145792 + 0.044920221895259085, + 0.04787801644145793 ], "resistance": [ 97017.3211535797, @@ -120018,53 +86043,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -114.17805893937975, + -114.17805893938339, -912.3717715258199, - -1142.598212203005, + -1142.598212203699, -914.4873993045289, -117.71485190326212, 811.0131949759498, - 1348.0364293976845, + 1348.0364293967414, 814.0418982163937 ], "relative wind speed": [ - 2.992951460683064, + 2.992951460683063, 2.630055559223538, 2.4636342706597674, 2.6289224810722436, 2.9915433113021925, 3.3151014441188864, - 3.4405807663579826, + 3.440580766357983, 3.3160000630148856 ], "relative wind angle": [ - 0.16394126135385134, + 0.16394126135385204, 0.13190309265111666, - 0.0002896728816164549, - 0.13157301590850606, - 0.16401912951084208, - 0.10453319679532211, - 0.00020742080551405803, + 0.00028967288238299066, + 0.1315730159085061, + 0.16401912951084205, + 0.10453319679532212, + 0.00020742080604930956, 0.10419874270072575 ], "resistance": [ - 96520.32194106061, + 96520.3219410606, 95722.12822847416, - 95491.90178779697, + 95491.90178779629, 95720.01260069545, 96516.78514809672, 97445.51319497594, - 97982.53642939767, + 97982.53642939673, 97448.54189821638 ], "fuel": [ - 41.38146169642638, + 41.38146169642637, 40.97181365488645, - 40.854097626141126, + 40.85409762614078, 40.970731025035775, 41.379641318616734, 41.85925379906354, - 42.13804710784776, + 42.13804710784727, 41.86082312831502 ] }, @@ -120098,53 +86123,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2101.2129070127876, + -2101.2129070128058, -1930.0440817106492, - -729.6209793809667, - 973.6486143430066, + -729.6209793809712, + 973.6486143430102, 2228.2914085080447, 1826.8517242710295, - 273.5333940116034, + 273.5333940116052, -1331.9965890412968 ], "relative wind speed": [ - 3.7855436437091288, + 3.7855436437091274, 3.8686262865138623, 4.264065176005634, - 4.700469040345571, + 4.7004690403455704, 4.940754267843211, 4.875974166146847, 4.534218961233955, 4.080071594272614 ], "relative wind angle": [ - 0.036002299716431145, - 0.08080958761622217, - 0.13594446481189473, - 0.10763979405265377, + 0.036002299716437314, + 0.08080958761622216, + 0.13594446481189634, + 0.10763979405265171, 0.02758204674807429, 0.0640889036782482, - 0.12779892259726325, + 0.1277989225972624, 0.12408588064132545 ], "resistance": [ - 94533.28709298723, + 94533.28709298722, 94704.45591828937, 95904.87902061905, 97608.14861434302, 98862.79140850806, 98461.35172427105, - 96908.03339401161, + 96908.03339401163, 95302.50341095871 ], "fuel": [ - 44.40412127677098, + 44.40412127677097, 44.49101145066046, 45.10344376317356, 45.98162021360335, 46.63539705016065, 46.42557519039717, - 45.61934618120619, + 45.6193461812062, 44.795453294543954 ] }, @@ -120178,9 +86203,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1581.7523132927458, + -1581.7523132927477, -1624.5303434593097, - -865.2492543338481, + -865.249254333849, 475.45628786694033, 1673.8439074107482, 1772.975724292819, @@ -120188,9 +86213,9 @@ -720.4643889199606 ], "relative wind speed": [ - 2.6926611546340866, + 2.692661154634086, 2.66378609527437, - 3.04507879853426, + 3.0450787985342593, 3.5363201087601164, 3.860186736960361, 3.8801687304166266, @@ -120198,7 +86223,7 @@ 3.105785862911171 ], "relative wind angle": [ - 0.10275508761018914, + 0.10275508761019024, 0.08230846693690115, 0.19362205071054933, 0.17325013953210738, @@ -120258,51 +86283,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 444.7111002091715, + 444.7111002091606, -378.8918983277681, - -963.0623050847944, - -1046.7720143131764, - -686.748498318575, + -963.0623050847962, + -1046.7720143131473, + -686.7484983185795, 88.58823507941361, - 836.9903335827767, + 836.990333582793, 1036.5281489912486 ], "relative wind speed": [ - 4.471428219618766, + 4.471428219618765, 4.257140750162739, - 4.071056761071216, - 4.031408788692258, + 4.071056761071215, + 4.031408788692257, 4.165055836261826, 4.383846835336013, - 4.557176460322563, + 4.557176460322562, 4.592287406166622 ], "relative wind angle": [ - 0.054419813929596904, + 0.05441981392959895, 0.06592996334298189, - 0.037696943143354304, - 0.015748739711910945, - 0.05842722069875776, + 0.03769694314335431, + 0.015748739711896848, + 0.05842722069875966, 0.06402174644401314, - 0.03367415163590442, + 0.03367415163589783, 0.013825137691537414 ], "resistance": [ - 97079.21110020918, + 97079.21110020917, 96255.60810167225, 95671.43769491522, - 95587.72798568684, - 95947.75150168144, + 95587.72798568687, + 95947.75150168143, 96723.08823507943, - 97471.4903335828, + 97471.49033358281, 97671.02814899126 ], "fuel": [ - 45.53679735061944, + 45.53679735061943, 45.112434912188775, 44.812970462084735, - 44.77016220379123, - 44.95445949888619, + 44.77016220379124, + 44.95445949888618, 45.35299487415234, 45.73980710408725, 45.843290303154305 @@ -120338,54 +86363,54 @@ ], "ice resistance": 87449.68755342763, "wind resistance": [ - 722.9627262230533, + 722.9627262230024, -1246.667481277549, - -2455.392327241392, + -2455.3923272413995, -2495.176497577977, - -1394.002774386081, + -1394.00277438611, 552.6168511323995, 2228.988075638812, - 2324.087752774718 + 2324.0877527746743 ], "relative wind speed": [ - 7.538152615418368, + 7.538152615418366, 7.228342514543578, - 6.993248653110667, + 6.993248653110666, 6.982266252734895, - 7.202665524847775, + 7.202665524847776, 7.513534455142351, 7.732826701273945, - 7.742744571021883 + 7.742744571021884 ], "relative wind angle": [ - 0.04908816785864368, + 0.04908816785864821, 0.05263814763335781, 0.024019086086562946, 0.02045126555254921, - 0.05137657455333616, - 0.05063841310414422, + 0.05137657455334049, + 0.050638413104144214, 0.021721487590300053, - 0.018442339198958213 + 0.018442339198964233 ], "resistance": [ - 88172.65027965068, + 88172.65027965064, 86203.02007215009, 84994.29522618624, 84954.51105584965, - 86055.68477904155, + 86055.68477904152, 88002.30440456004, 89678.67562906645, - 89773.77530620235 + 89773.77530620231 ], "fuel": [ - 55.49818432983251, + 55.498184329832505, 54.55280661604165, 53.979793853336105, 53.96102602996743, - 54.482669329749996, + 54.48266932974998, 55.41585193141707, 56.230781025358326, - 56.27732496915868 + 56.277324969158656 ] }, { @@ -120418,17 +86443,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -223.28509336398565, + -223.28509336398838, -924.2063780347098, - -1083.964096983073, + -1083.964096983076, -767.9650253522591, 37.30442431534175, 898.2335470599364, - 1269.6414808511158, + 1269.641480851125, 673.7098850311563 ], "relative wind speed": [ - 2.6468555710668533, + 2.646855571066853, 2.2721722474975534, 2.1405763259665798, 2.367258179085143, @@ -120438,14 +86463,14 @@ 3.005270398369208 ], "relative wind angle": [ - 0.19589857028679875, + 0.19589857028679988, 0.14253368919248446, - 0.027447278042080487, - 0.17229186432911361, + 0.027447278042084532, + 0.1722918643291136, 0.1876190314175945, - 0.10506243592404067, - 0.018528565512170945, - 0.13545811529752635 + 0.10506243592404069, + 0.018528565512164953, + 0.13545811529752638 ], "resistance": [ 96411.21490663603, @@ -120498,53 +86523,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -611.8525891227191, + -611.8525891227209, -1191.1006989414177, - -1189.5162425750964, + -1189.5162425751037, -606.284904318878, - 369.92602285465546, + 369.92602285465364, 1197.4339006087275, - 1193.7205043663835, + 1193.7205043663753, 363.45383275357926 ], "relative wind speed": [ - 3.1779998913698377, + 3.1779998913698373, 2.910467784488527, 2.9114777537589385, 3.1802325153526176, 3.5246724058155054, 3.748623234377977, - 3.7478388662308797, + 3.74783886623088, 3.522658091009958 ], "relative wind angle": [ - 0.13215486320914216, + 0.132154863209143, 0.05932926740803043, - 0.06004316088868689, + 0.06004316088869244, 0.13234202324648456, - 0.11909141312657022, + 0.11909141312657116, 0.046053082252627664, - 0.0466329130433144, + 0.046632913043319166, 0.1194126383036818 ], "resistance": [ 96022.64741087728, 95443.39930105858, - 95444.98375742491, + 95444.9837574249, 96028.21509568112, - 97004.42602285466, + 97004.42602285465, 97831.93390060872, - 97828.22050436639, + 97828.22050436637, 96997.95383275358 ], "fuel": [ 42.029615039317136, 41.7331707371127, - 41.73397991827225, + 41.73397991827224, 42.03247049536576, - 42.53491551808114, + 42.534915518081135, 42.963601719267686, - 42.96167232195597, + 42.961672321955966, 42.5315726757846 ] }, @@ -120578,9 +86603,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -162.8538734361191, + -162.85387343612456, -1229.0321775986195, - -1552.3937145740065, + -1552.393714574223, -1286.617862238716, -260.0092642318741, 958.9495275468962, @@ -120588,7 +86613,7 @@ 1040.7883531842726 ], "relative wind speed": [ - 4.721335325144213, + 4.721335325144212, 4.429005685540331, 4.294325389659851, 4.410741700711666, @@ -120600,17 +86625,17 @@ "relative wind angle": [ 0.08440957244458316, 0.06553961002367273, - 0.0028327263101750933, + 0.0028327263102534785, 0.061903080572451474, 0.0848462648886342, 0.058353492233218944, 0.002389709281747475, - 0.05471063884889729 + 0.0547106388488973 ], "resistance": [ 96471.64612656391, 95405.4678224014, - 95082.10628542602, + 95082.1062854258, 95347.8821377613, 96374.49073576815, 97593.44952754692, @@ -120620,7 +86645,7 @@ "fuel": [ 46.59042152738796, 46.04396344705469, - 45.8790639897483, + 45.87906398974819, 46.01456893097688, 46.54045042926195, 47.16995627332972, @@ -120658,53 +86683,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 183.48626416714615, + 183.48626416712796, -1208.4296763820003, - -1865.6517931191393, + -1865.6517931191884, -1722.4573451587457, -685.0516943409875, 789.2286115302595, - 1859.8143284787384, + 1859.8143284788039, 1519.324679466663 ], "relative wind speed": [ - 5.511979829756654, + 5.511979829756653, 5.198466723692701, - 5.003644188065036, + 5.003644188065035, 5.05800633366555, 5.323961466470933, 5.630491191962844, - 5.804311516394903, + 5.804311516394902, 5.757000891845569 ], "relative wind angle": [ - 0.0727048904251071, + 0.07270489042511016, 0.06733587067062463, - 0.018840789007861694, - 0.042809603127948966, - 0.07527727753928766, + 0.01884078900787348, + 0.04280960312794896, + 0.07527727753928767, 0.06216228316111338, - 0.016241576869400202, + 0.01624157686938653, 0.03760919167888367 ], "resistance": [ - 96817.9862641672, + 96817.98626416718, 95426.07032361804, - 94768.84820688091, + 94768.84820688085, 94912.0426548413, 95949.44830565905, 97423.7286115303, - 98494.31432847878, + 98494.31432847885, 98153.8246794667 ], "fuel": [ - 49.650348303253296, + 49.65034830325328, 48.935986675703596, - 48.60119158650129, + 48.60119158650126, 48.67399923117352, 49.20374992940502, 49.96347984794649, - 50.5202458242085, + 50.520245824208544, 50.34270917008196 ] }, @@ -120738,17 +86763,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -175.60942368265205, + -175.60942368266114, -1414.986495922234, - -1797.4014262096516, + -1797.4014262097462, -1492.2587166417998, - -305.8919538070986, + -305.8919538071041, 1108.7216299836437, 1942.8056152466706, 1218.5727250415057 ], "relative wind speed": [ - 4.946942843920228, + 4.946942843920226, 4.622048453045059, 4.470550842055229, 4.598548384891997, @@ -120758,31 +86783,31 @@ 5.2432243302421355 ], "relative wind angle": [ - 0.08928788995138774, + 0.08928788995138776, 0.06992747791872916, - 0.0034889645783904477, + 0.0034889645784222686, 0.06547754782664453, - 0.089853740123119, - 0.061876451948319415, + 0.08985374012312025, + 0.06187645194831941, 0.0029139236266375254, - 0.05741733226301524 + 0.057417332263015236 ], "resistance": [ - 96458.89057631741, + 96458.8905763174, 95219.51350407783, - 94837.09857379041, + 94837.09857379031, 95142.24128335826, - 96328.60804619297, + 96328.60804619295, 97743.2216299837, 98577.30561524673, 97853.07272504157 ], "fuel": [ - 47.4267905066323, + 47.426790506632294, 46.792019486821694, - 46.59731215090643, + 46.597312150906376, 46.75263230982415, - 47.35979494291245, + 47.359794942912444, 48.09061605235395, 48.52501215199298, 48.147679163138825 @@ -120818,9 +86843,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 566.3577886037972, + 566.3577886037908, 414.6214899400859, - 19.237278251226144, + 19.237278251225007, -362.08745807563946, -518.2766786043901, -453.6265313185902, @@ -120828,7 +86853,7 @@ 283.9993123325369 ], "relative wind speed": [ - 2.449527911491371, + 2.4495279114913706, 2.3999459180618743, 2.218548610274361, 1.994392433650352, @@ -120838,14 +86863,14 @@ 2.345729594291379 ], "relative wind angle": [ - 0.01721707077420171, + 0.01721707077420816, 0.07370466035771964, - 0.13204671292367876, + 0.13204671292368045, 0.11879488251730712, 0.02260873269856335, - 0.09175362040668891, + 0.0917536204066889, 0.13724817523228783, - 0.10093601014336374 + 0.10093601014336376 ], "resistance": [ 97200.85778860384, @@ -120898,17 +86923,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 261.4178164162929, + 261.41781641629063, 360.1715033356204, - 179.71217701613364, + 179.7121770161316, -91.19231096998988, -298.9300864000056, -340.7029958937503, - -241.50494503070126, + -241.5049450307015, 5.478421822529526 ], "relative wind speed": [ - 2.166569323205337, + 2.1665693232053367, 2.2026686848984065, 2.1290627598431944, 1.980977567817726, @@ -120918,13 +86943,13 @@ 2.0376757076118017 ], "relative wind angle": [ - 0.05714443112274744, + 0.05714443112274938, 0.012937215458289483, - 0.07712389069780401, + 0.0771238906978069, 0.10290372368824897, - 0.06733295185743629, + 0.0673329518574363, 0.01586920394785062, - 0.08725344816295705, + 0.08725344816295706, 0.10003070964737773 ], "resistance": [ @@ -120978,17 +87003,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1109.3195803485387, + 1109.3195803485205, 1067.8338651833665, - 286.80006180887995, + 286.8000618088745, -614.3069854592668, - -1129.5188314246334, + -1129.5188314246288, -1111.9388143649767, -551.3089803559405, 359.8537742282124 ], "relative wind speed": [ - 3.9960868672892875, + 3.996086867289287, 3.9877985583897213, 3.787703607086745, 3.4946506685151957, @@ -120998,19 +87023,19 @@ 3.808733929878322 ], "relative wind angle": [ - 0.03398806370328092, + 0.033988063703287455, 0.03957314250321456, - 0.09489939874732989, - 0.10026633112538391, - 0.04142772818391899, + 0.09489939874733223, + 0.10026633112538393, + 0.04142772818391631, 0.047989223129461835, - 0.1022157928288406, - 0.09197351711077813 + 0.10221579282884061, + 0.09197351711077811 ], "resistance": [ - 97743.81958034856, + 97743.81958034853, 97702.33386518338, - 96921.3000618089, + 96921.30006180888, 96020.19301454075, 95504.98116857538, 95522.56118563504, @@ -121018,9 +87043,9 @@ 96994.35377422822 ], "fuel": [ - 43.75924128153872, + 43.759241281538706, 43.7377027531024, - 43.333401326107264, + 43.33340132610725, 42.869764256505746, 42.606035391649044, 42.61501805014741, @@ -121058,7 +87083,7 @@ ], "ice resistance": 32938.631787025864, "wind resistance": [ - 2592.445593958979, + 2592.4455939574545, 1439.5422767029086, -499.4374729760093, -2106.2673396985156, @@ -121068,9 +87093,9 @@ 1654.3397863832433 ], "relative wind speed": [ - 7.761718618295627, + 7.761718618295626, 7.635769875028442, - 7.351673792936345, + 7.351673792936344, 7.068582509074568, 6.960571887215041, 7.0985107820086775, @@ -121078,17 +87103,17 @@ 7.663483425903027 ], "relative wind angle": [ - 0.002623712831729919, + 0.002623712831899179, 0.03899076858563829, 0.05451457592331136, 0.03804358487454434, 0.0029256973067873344, 0.041943501260886744, - 0.05421437009581574, + 0.05421437009581575, 0.03508907358258534 ], "resistance": [ - 35531.07738098485, + 35531.07738098332, 34378.17406372877, 32439.194314049855, 30832.36444732735, @@ -121098,7 +87123,7 @@ 34592.97157340911 ], "fuel": [ - 35.19428148496919, + 35.194281484968755, 34.8649949795779, 34.32234725997636, 33.88325619406042, @@ -121138,17 +87163,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1443.9613893445785, + 1443.961389344542, 2268.655856349902, 1268.1175804566628, -414.8540370326846, -1812.6818790600573, -2158.27145571485, - -1688.8247677621239, + -1688.824767762113, -205.3449351020936 ], "relative wind speed": [ - 6.534342141930196, + 6.534342141930195, 6.635231530091855, 6.507733275203019, 6.217082700511595, @@ -121158,33 +87183,33 @@ 6.256428589195838 ], "relative wind angle": [ - 0.04247146212558803, + 0.04247146212559325, 0.0029714194625662903, 0.046934073917269274, 0.06632970227817787, - 0.046847883793142885, + 0.04684788379314289, 0.003392836638931904, - 0.051306824709310986, - 0.06591195611656724 + 0.05130682470930882, + 0.06591195611656725 ], "resistance": [ - 98078.46138934458, + 98078.46138934453, 98903.1558563499, 97902.61758045666, 96219.64596296732, 94821.81812093995, 94476.22854428514, - 94945.67523223787, + 94945.67523223789, 96429.1550648979 ], "fuel": [ - 54.163442276144266, + 54.16344227614425, 54.59396260897993, 54.071972787034156, 53.20235397873045, 52.4880858067402, 52.312615914723835, - 52.551081281439934, + 52.551081281439956, 53.31003638863595 ] }, @@ -121218,9 +87243,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -145.25203436160973, + -145.25203436161246, 912.0720284325334, - 1479.880858002798, + 1479.8808580026307, 859.1347875030624, -207.9307851553349, -1112.088031105175, @@ -121228,7 +87253,7 @@ -1074.8716966097172 ], "relative wind speed": [ - 4.115187067006534, + 4.115187067006533, 4.385482191906078, 4.4878664462057305, 4.3735633450138405, @@ -121238,11 +87263,11 @@ 3.8201874541410623 ], "relative wind angle": [ - 0.09767636039172466, - 0.06329361882521137, - 0.002012568526315328, - 0.0663930919279869, - 0.09810632315042396, + 0.09767636039172467, + 0.06329361882521138, + 0.0020125685263704925, + 0.06639309192798691, + 0.09810632315042395, 0.0729367956728277, 0.0024509010334596727, 0.07602790057931308 @@ -121250,7 +87275,7 @@ "resistance": [ 96489.24796563841, 97546.57202843255, - 98114.38085800281, + 98114.38085800264, 97493.63478750308, 96426.56921484468, 95522.41196889484, @@ -121260,7 +87285,7 @@ "fuel": [ 44.48401536345191, 45.03018185437182, - 45.32520341690388, + 45.32520341690379, 45.00273791181952, 44.451768923547064, 43.988232076888536, @@ -121298,9 +87323,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 368.97840657355846, + 368.9784065735512, 1215.4349897994034, - 1188.0799878560301, + 1188.0799878560392, 320.30211273223904, -697.0410202095554, -1285.3475160067965, @@ -121308,9 +87333,9 @@ -654.9818800867033 ], "relative wind speed": [ - 4.725150260126597, + 4.725150260126596, 4.897689753222704, - 4.89320078579877, + 4.893200785798769, 4.71390898382872, 4.45296978935113, 4.262466422955799, @@ -121318,17 +87343,17 @@ 4.464868085154047 ], "relative wind angle": [ - 0.06627505635284149, - 0.025488278028210458, - 0.027880667700006512, + 0.06627505635284318, + 0.02548827802821046, + 0.02788066770000253, 0.06745385314969286, 0.0703325094372098, 0.029287740027257973, 0.03196894392925517, - 0.07122249186397064 + 0.07122249186397066 ], "resistance": [ - 97003.47840657357, + 97003.47840657356, 97849.93498979943, 97822.57998785605, 96954.80211273226, @@ -121378,9 +87403,9 @@ ], "ice resistance": 66247.86294348996, "wind resistance": [ - 2517.055203476575, + 2517.055203476393, 1091.5482932266932, - -914.9398229120379, + -914.9398229120707, -2349.8021555199557, -2562.854452004176, -1704.1859344119002, @@ -121388,7 +87413,7 @@ 2007.6946076270578 ], "relative wind speed": [ - 7.761955796277818, + 7.761955796277817, 7.59061380819766, 7.285268428212518, 7.020108203030105, @@ -121398,19 +87423,19 @@ 7.7088144956415885 ], "relative wind angle": [ - 0.011190368547663952, + 0.011190368547683795, 0.04540185946953752, - 0.05498144535178475, + 0.054981445351788796, 0.03158236678168736, - 0.012477484258201532, + 0.012477484258201534, 0.04821701214934275, 0.0537015654122325, 0.02875997842206381 ], "resistance": [ - 68764.91814696653, + 68764.91814696636, 67339.41123671665, - 65332.92312057792, + 65332.92312057789, 63898.06078797001, 63685.00849148579, 64543.67700907806, @@ -121418,9 +87443,9 @@ 68255.55755111702 ], "fuel": [ - 46.81257867651962, + 46.81257867651955, 46.22987061355932, - 45.422485438809034, + 45.42248543880902, 44.85430218678418, 44.77058999335259, 45.10900817721087, @@ -121458,17 +87483,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1014.9733335576602, + 1014.973333557602, -631.4824476924041, - -1875.9057809540536, + -1875.90578095409, -2107.773572320053, - -1489.715657899993, + -1489.7156579000039, 22.65790144118, - 1563.0405509984448, + 1563.0405509984703, 2117.212500768539 ], "relative wind speed": [ - 6.785781693359248, + 6.785781693359247, 6.508316644496189, 6.254409233955442, 6.182511770352989, @@ -121478,33 +87503,33 @@ 6.929849784586125 ], "relative wind angle": [ - 0.04503394556359137, - 0.057447953571042015, - 0.035659449796991996, - 0.009436490774742595, - 0.048200469812499695, + 0.045033945563598764, + 0.05744795357104201, + 0.03565944979699822, + 0.009436490774742597, + 0.048200469812502, 0.05643669680888787, - 0.03248649442659135, - 0.00841880277509728 + 0.032486494426587936, + 0.008418802775097281 ], "resistance": [ - 97649.47333355766, + 97649.4733335576, 96003.0175523076, - 94758.59421904595, + 94758.59421904592, 94526.72642767994, 95144.7843421, 96657.15790144118, - 98197.54055099844, + 98197.54055099847, 98751.71250076854 ], "fuel": [ - 55.6708616019255, + 55.670861601925466, 54.82155016057036, - 54.186317230238956, + 54.186317230238934, 54.068594006528464, 54.382836612483544, 55.157775693650024, - 55.955815561632384, + 55.955815561632406, 56.2450799892396 ] }, @@ -121538,7 +87563,7 @@ ], "ice resistance": 93096.81209380264, "wind resistance": [ - 2168.4983300366766, + 2168.498330036593, 277.98978663956586, -1718.910568172163, -2679.340341093164, @@ -121548,9 +87573,9 @@ 2609.729957527994 ], "relative wind speed": [ - 7.732945622794482, + 7.73294562279448, 7.477121270819832, - 7.149557328859923, + 7.149557328859922, 6.944892682841735, 6.995942828260141, 7.268722140984235, @@ -121558,9 +87583,9 @@ 7.778825726624304 ], "relative wind angle": [ - 0.028592122770627067, - 0.05580022462811364, - 0.05158802397321606, + 0.028592122770634835, + 0.05580022462811363, + 0.05158802397321607, 0.015028395501306382, 0.03160517751072243, 0.057401789262144995, @@ -121568,7 +87593,7 @@ 0.013417166080615045 ], "resistance": [ - 95265.31042383931, + 95265.31042383923, 93374.8018804422, 91377.90152563047, 90417.47175270948, @@ -121578,7 +87603,7 @@ 95706.54205133063 ], "fuel": [ - 59.02208646817914, + 59.02208646817911, 58.06451252155162, 57.06749217073636, 56.593249434049035, @@ -121618,17 +87643,17 @@ ], "ice resistance": 71935.25837270866, "wind resistance": [ - 1129.9625556035353, + 1129.9625556035098, -1060.528478574859, - -2588.1394401128164, + -2588.139440112889, -2788.0859199945844, - -1798.5962318432175, + -1798.5962318431993, 276.42182597509964, 2250.5680446793376, 2727.891507304019 ], "relative wind speed": [ - 7.603167260347943, + 7.603167260347942, 7.267908435023159, 6.9823346704886875, 6.927013858345713, @@ -121638,29 +87663,29 @@ 7.796758551897732 ], "relative wind angle": [ - 0.05034917857513711, - 0.05987661790967475, - 0.03329231278837729, + 0.05034917857513932, + 0.05987661790967476, + 0.0332923127883873, 0.015336669817327288, - 0.05362612119359427, + 0.0536261211935922, 0.05817686359944631, 0.030004174585168096, - 0.013625719746191414 + 0.013625719746191416 ], "resistance": [ - 73065.22092831219, + 73065.22092831216, 70874.72989413381, - 69347.11893259584, + 69347.11893259577, 69147.17245271408, - 70136.66214086545, + 70136.66214086546, 72211.68019868375, 74185.826417388, 74663.14988001267 ], "fuel": [ - 48.61623545799664, + 48.61623545799662, 47.688889136756174, - 47.05274110888981, + 47.05274110888978, 46.97011940273041, 47.38044897403934, 48.2527651126306, @@ -121698,13 +87723,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1445.9162558626358, + 1445.9162558625976, 1219.1309170188033, - 198.89750741428816, + 198.89750741428543, -879.4566377069241, - -1412.1374840432954, + -1412.1374840433018, -1315.971982033655, - -535.5483016404951, + -535.5483016404969, 597.7971076852118 ], "relative wind speed": [ @@ -121718,19 +87743,19 @@ 4.190954940151933 ], "relative wind angle": [ - 0.025030974154588128, - 0.0507442972075122, - 0.10309764243542842, + 0.025030974154601437, + 0.050744297207512196, + 0.10309764243542952, 0.10001737568105865, - 0.0309839804918162, + 0.030983980491819784, 0.06134527628517107, - 0.10892648357297428, - 0.08954054283878841 + 0.10892648357297532, + 0.08954054283878843 ], "resistance": [ - 98080.41625586267, + 98080.41625586263, 97853.63091701883, - 96833.39750741432, + 96833.39750741431, 95755.0433622931, 95222.36251595673, 95318.52801796637, @@ -121738,9 +87763,9 @@ 97232.29710768524 ], "fuel": [ - 44.887425982714475, + 44.88742598271446, 44.7694778464238, - 44.241234630746355, + 44.24123463074634, 43.68710881811567, 43.41498072006193, 43.46403022631138, @@ -121778,9 +87803,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1487.9858588463521, + 1487.9858588463012, 1837.9115906779498, - 787.9493389511408, + 787.949338951139, -668.995161241106, -1700.808953488986, -1847.7993126280871, @@ -121788,9 +87813,9 @@ 164.4682077996349 ], "relative wind speed": [ - 5.87384904132377, + 5.873849041323769, 5.921555745602356, - 5.755055719180417, + 5.755055719180416, 5.459715605619972, 5.202742765061112, 5.148379588897814, @@ -121798,17 +87823,17 @@ 5.635791013283375 ], "relative wind angle": [ - 0.035927982422767527, - 0.014904125501286712, + 0.035927982422776804, + 0.01490412550128671, 0.05838147431130705, - 0.07087573621336624, + 0.07087573621336625, 0.04056476194290802, - 0.017142610345999044, + 0.01714261034599904, 0.06299763734584399, 0.0686578685321189 ], "resistance": [ - 98122.48585884637, + 98122.48585884631, 98472.41159067796, 97422.44933895115, 95965.5048387589, @@ -121818,7 +87843,7 @@ 96798.96820779965 ], "fuel": [ - 50.90502201073736, + 50.905022010737326, 51.08744412408809, 50.541448818184115, 49.79061237518701, @@ -121858,10 +87883,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1385.1978452319363, + 1385.1978452318745, 690.118874062764, - -347.65082287109453, - -1141.251636300889, + -347.65082287109635, + -1141.2516363008936, -1300.1708371120567, -916.4126869388865, 30.44733966642525, @@ -121870,27 +87895,27 @@ "relative wind speed": [ 4.174049794764118, 4.024169103789681, - 3.722705566556503, - 3.4328613072311693, + 3.7227055665565025, + 3.43286130723117, 3.3446760821346335, 3.5235795446787357, 3.840704759325179, 4.101830448578898 ], "relative wind angle": [ - 0.014221135476529449, + 0.01422113547655287, 0.08340258720145045, - 0.11163976139541756, - 0.0732676310445795, + 0.11163976139541858, + 0.07326763104458253, 0.017747860066633467, 0.09528519680624595, 0.10819615439502142, 0.061301925466579414 ], "resistance": [ - 98019.69784523195, + 98019.69784523189, 97324.61887406278, - 96286.84917712893, + 96286.84917712891, 95493.24836369912, 95334.32916288795, 95718.08731306113, @@ -121898,7 +87923,7 @@ 97644.7350409995 ], "fuel": [ - 44.26236820645182, + 44.26236820645178, 43.90162922415898, 43.36638298382398, 42.959774774301934, @@ -121925,68 +87950,7 @@ "id": "2436", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8486009452969485, - 6.8486009452969485, - 6.8486009452969485, - 6.8486009452969485, - 6.8486009452969485, - 6.8486009452969485, - 6.8486009452969485, - 6.8486009452969485 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 527.6926035208724, - 756.9570125173598, - 410.96830076688593, - -113.25790826370667, - -526.5483381159963, - -625.4970875208461, - -445.66705235322206, - 21.3991295122878 - ], - "relative wind speed": [ - 2.247238756184642, - 2.3251340291588045, - 2.195695066479554, - 1.907184633978587, - 1.59639803678996, - 1.4806486638000513, - 1.6665808993872693, - 1.9902802544066744 - ], - "relative wind angle": [ - 0.11979065690876244, - 0.018305302451678714, - 0.15028699744940377, - 0.22330531642044307, - 0.16902922858954603, - 0.028748053860507296, - 0.19855847523817724, - 0.21383408218875508 - ], - "resistance": [ - 97162.19260352086, - 97391.45701251735, - 97045.46830076686, - 96521.24209173628, - 96107.95166188398, - 96009.00291247913, - 96188.83294764676, - 96655.89912951227 - ], - "fuel": [ - 39.80569045805749, - 39.92433911570069, - 39.745358566701114, - 39.47502420852165, - 39.262618397266905, - 39.21185913938206, - 39.304136372268324, - 39.54436690618529 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -60.625, -51.875 -60.3125, -51.5625 -60.3125, -51.5625 -60.625, -51.875 -60.625))", @@ -122005,68 +87969,7 @@ "id": "2442", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.0094900581307265, - 6.0094900581307265, - 6.0094900581307265, - 6.0094900581307265, - 6.0094900581307265, - 6.0094900581307265, - 6.0094900581307265, - 6.0094900581307265 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 463.6695227824466, - 721.6251061707419, - 424.9438480148631, - -52.4969166331141, - -446.99199200368446, - -558.5737209064821, - -420.3697213807841, - -8.253506797664386 - ], - "relative wind speed": [ - 2.0180300358615604, - 2.11410733870553, - 1.9991665453823588, - 1.7120298430103924, - 1.3772486742133103, - 1.2246670146179135, - 1.4044900355950183, - 1.7430470311794635 - ], - "relative wind angle": [ - 0.15078228419658907, - 0.007591748606067304, - 0.16371278144559198, - 0.2627890358084911, - 0.22191628385842535, - 0.013105665893059504, - 0.23412405057089, - 0.2580051112626983 - ], - "resistance": [ - 97098.1695227825, - 97356.12510617079, - 97059.44384801491, - 96582.00308336693, - 96187.50800799637, - 96075.92627909356, - 96214.13027861925, - 96626.24649320237 - ], - "fuel": [ - 39.47681080565009, - 39.610260003731376, - 39.45679807266805, - 39.21052376849985, - 39.00767462280193, - 38.950404422377176, - 39.02134555812917, - 39.233309820090405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -61.25, -52.1875 -60.9375, -51.875 -60.9375, -51.875 -61.25, -52.1875 -61.25))", @@ -122085,68 +87988,7 @@ "id": "2447", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.350303730282902, - 7.350303730282902, - 7.350303730282902, - 7.350303730282902, - 7.350303730282902, - 7.350303730282902, - 7.350303730282902, - 7.350303730282902 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 181.28148216537352, - 567.1524804197318, - 564.5274509861517, - 176.75413948365008, - -275.4461496403742, - -544.4544876809141, - -543.3273279695688, - -271.5633055750259 - ], - "relative wind speed": [ - 2.197862746944467, - 2.3640776366345535, - 2.36320508523702, - 2.1955961635044723, - 1.9349864912192094, - 1.7279786756703588, - 1.7291717961836506, - 1.9375579636262616 - ], - "relative wind angle": [ - 0.14506016426643084, - 0.05526648605317383, - 0.05632043597394687, - 0.1456759473984501, - 0.16493678024127847, - 0.07564467505791143, - 0.07700678147874923, - 0.16524438677243664 - ], - "resistance": [ - 96815.78148216542, - 97201.65248041977, - 97199.02745098619, - 96811.25413948369, - 96359.05385035968, - 96090.04551231914, - 96091.17267203047, - 96362.93669442502 - ], - "fuel": [ - 39.82579226660191, - 40.02510282812105, - 40.023745072950646, - 39.823457086418706, - 39.590598750107574, - 39.45243517901616, - 39.453013530191924, - 39.59259496304607 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -61.25, -51.875 -60.9375, -51.5625 -60.9375, -51.5625 -61.25, -51.875 -61.25))", @@ -122165,68 +88007,7 @@ "id": "2450", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.075089433013925, - 8.075089433013925, - 8.075089433013925, - 8.075089433013925, - 8.075089433013925, - 8.075089433013925, - 8.075089433013925, - 8.075089433013925 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 211.38217361270972, - 683.8656659220128, - 691.2417175075598, - 224.0991726606876, - -326.30243994838725, - -658.5295555840851, - -661.6973593469158, - -337.20791189416263 - ], - "relative wind speed": [ - 2.41165984485605, - 2.5978343661509307, - 2.6000635952900577, - 2.4174526753623957, - 2.1299559484695156, - 1.8984394000749596, - 1.8953851455994686, - 2.123378937470883 - ], - "relative wind angle": [ - 0.14692866375491556, - 0.057320880673065164, - 0.05486963078430063, - 0.14549410620525113, - 0.16653191317901847, - 0.07847576830799453, - 0.07530279857804612, - 0.16581912432353932 - ], - "resistance": [ - 96845.88217361271, - 97318.36566592201, - 97325.74171750755, - 96858.59917266069, - 96308.19756005162, - 95975.97044441591, - 95972.80264065308, - 96297.29208810584 - ], - "fuel": [ - 40.15809406269912, - 40.40227087511983, - 40.40608936237471, - 40.164655258106706, - 39.88123222423602, - 39.71070122690448, - 39.70907718123688, - 39.87562796467684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -60.3125, -50.625 -60, -50.3125 -60, -50.3125 -60.3125, -50.625 -60.3125))", @@ -122258,9 +88039,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1060.65185263395, + 1060.6518526339496, 1082.0261621235595, - 374.0833825851241, + 374.08338258512276, -456.0445605739558, -963.272168760866, -972.5323653936455, @@ -122268,7 +88049,7 @@ 337.87540981137954 ], "relative wind speed": [ - 2.9040639292714787, + 2.904063929271478, 2.9097629409882626, 2.661987950205781, 2.2584657723166925, @@ -122278,10 +88059,10 @@ 2.646920766897416 ], "relative wind angle": [ - 0.0741475139622449, + 0.0741475139622434, 0.06826100529031905, - 0.1873494560944593, - 0.22447015336236903, + 0.1873494560944605, + 0.22447015336236906, 0.11248498609483092, 0.10421266199914081, 0.22312243164911763, @@ -122338,7 +88119,7 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 793.9902003587094, + 793.9902003587058, 979.9433446738703, 461.15450214707016, -231.44265084961262, @@ -122350,7 +88131,7 @@ "relative wind speed": [ 2.4787964055992755, 2.5357895916962474, - 2.3436893907355274, + 2.343689390735527, 1.9701449718214434, 1.5937201742990121, 1.5013816173859784, @@ -122358,13 +88139,13 @@ 2.1915529663656876 ], "relative wind angle": [ - 0.11543910322565062, + 0.11543910322565447, 0.04509594510921734, - 0.19197918393865496, + 0.19197918393865443, 0.26610194949764177, - 0.1801223673532776, + 0.18012236735327758, 0.07621367792970254, - 0.25300511098299683, + 0.2530051109829968, 0.23866432538267882 ], "resistance": [ @@ -122418,19 +88199,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 438.3100766200114, + 438.31007662001, 900.4142113581247, 695.1305548951527, 88.2863929944483, - -508.11222461432203, + -508.1122246143216, -775.1010384927142, - -686.5287517716015, + -686.528751771601, -209.07505040712908 ], "relative wind speed": [ - 2.4698062578691538, + 2.4698062578691533, 2.6313542712880733, - 2.5698717143683867, + 2.5698717143683862, 2.3082275575647575, 1.960280936357427, 1.7374173361141514, @@ -122438,14 +88219,14 @@ 2.1481922268164495 ], "relative wind angle": [ - 0.15203155657769926, + 0.15203155657769998, 0.031047042509008582, - 0.10076963376067088, + 0.10076963376066977, 0.19501666802601833, - 0.19198852666729027, + 0.1919885266672897, 0.047031166701118766, - 0.14196991561670272, - 0.20975396326010695 + 0.14196991561670194, + 0.20975396326010698 ], "resistance": [ 97072.81007662005, @@ -122498,14 +88279,14 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 330.3730570647167, + 330.3730570647149, 940.132722785374, - 905.8298347090845, + 905.829834709079, 271.85735616587635, - -446.4476543628082, + -446.44765436280863, -861.7449707761978, -846.9310324064875, - -396.4500047238407 + -396.4500047238405 ], "relative wind speed": [ 2.5922562606556747, @@ -122518,19 +88299,19 @@ 2.234245309507729 ], "relative wind angle": [ - 0.1692096754255386, + 0.1692096754255406, 0.06032338633865951, - 0.07031550785542555, + 0.0703155078554303, 0.17535637387656405, - 0.19928024882932643, + 0.19928024882932702, 0.08848254410583814, 0.1020726714838193, - 0.2018282336837179 + 0.20182823368371788 ], "resistance": [ 96964.87305706476, 97574.63272278542, - 97540.32983470913, + 97540.32983470912, 96906.35735616591, 96188.05234563723, 95772.75502922384, @@ -122540,7 +88321,7 @@ "fuel": [ 40.41650971728889, 40.73205580405765, - 40.7142675884768, + 40.71426758847679, 40.38630103281385, 40.01651479860744, 39.803594013755, @@ -122578,19 +88359,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 604.1571435834821, + 604.1571435834803, 1253.1144938239213, - 972.6683756610632, + 972.6683756610619, 124.71763052442975, - -712.7513787531698, + -712.7513787531702, -1089.9473716720734, - -969.0850808696632, + -969.0850808696625, -302.7596846482734 ], "relative wind speed": [ - 2.9665552047982753, + 2.966555204798275, 3.1562842625961904, - 3.0861600176087554, + 3.086160017608755, 2.782738899419743, 2.3797110502538734, 2.121637131911051, @@ -122598,13 +88379,13 @@ 2.5922651645756316 ], "relative wind angle": [ - 0.14705978952719373, - 0.03075523396856505, + 0.14705978952719528, + 0.030755233968565054, 0.0965255575873973, - 0.18712551303515934, - 0.1836965026281028, + 0.1871255130351593, + 0.1836965026281034, 0.04576222820312753, - 0.13423559782279665, + 0.1342355978227958, 0.2010566575355374 ], "resistance": [ @@ -122614,7 +88395,7 @@ 96759.21763052444, 95921.74862124684, 95544.55262832793, - 95665.41491913033, + 95665.41491913034, 96331.74031535172 ], "fuel": [ @@ -122624,7 +88405,7 @@ 40.833495325562666, 40.40300719684439, 40.20996779888898, - 40.27176443067892, + 40.27176443067893, 40.61343107386831 ] }, @@ -122658,11 +88439,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -23.56730006242924, + -23.567300062429695, 658.197490080759, - 999.1249405480871, + 999.1249405480726, 563.3893077542807, - -133.88482551661218, + -133.88482551661264, -703.1321131312072, -849.3465038149895, -637.0478883998569 @@ -122678,19 +88459,19 @@ 2.1576216949667413 ], "relative wind angle": [ - 0.17834901878082166, + 0.1783490187808223, 0.10601460570634616, - 0.009475219505252699, - 0.12145017969010401, - 0.18230229157178982, + 0.009475219505264417, + 0.12145017969010402, + 0.18230229157179043, 0.1392400202991086, - 0.013699170928522991, + 0.013699170928522993, 0.1544054991753485 ], "resistance": [ 96610.93269993759, 97292.69749008077, - 97633.6249405481, + 97633.62494054809, 97197.88930775429, 96500.6151744834, 95931.3678868688, @@ -122700,7 +88481,7 @@ "fuel": [ 40.35361973674977, 40.70562136954504, - 40.88229414581733, + 40.882294145817326, 40.656567470087644, 40.29682432476827, 40.004475165171954, @@ -122725,68 +88506,7 @@ "id": "2468", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.972053842593882, - 7.972053842593882, - 7.972053842593882, - 7.972053842593882, - 7.972053842593882, - 7.972053842593882, - 7.972053842593882, - 7.972053842593882 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -43.71901154267425, - 402.77774914942984, - 640.3869644975694, - 370.7535574767494, - -81.29962724430447, - -460.3705712153612, - -561.539105515056, - -437.9422336279581 - ], - "relative wind speed": [ - 2.2466492077760694, - 2.453414128494117, - 2.5289631057338133, - 2.440527658082503, - 2.2267115630474255, - 1.9966061609429635, - 1.9000059625293635, - 2.0123373966470632 - ], - "relative wind angle": [ - 0.1404393876228358, - 0.08784886319746664, - 0.003981423453389796, - 0.09417290818475325, - 0.14170530755182845, - 0.10801914815467731, - 0.005299401026927979, - 0.1142911775672349 - ], - "resistance": [ - 96590.78098845737, - 97037.27774914948, - 97274.88696449761, - 97005.2535574768, - 96553.20037275575, - 96174.12942878468, - 96072.96089448499, - 96196.55776637209 - ], - "fuel": [ - 39.97946173658599, - 40.20976333039347, - 40.332623827725484, - 40.19322066026988, - 39.960111622325755, - 39.76522330552851, - 39.713300835544175, - 39.77673930178744 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -61.5625, -51.5625 -61.25, -51.25 -61.25, -51.25 -61.5625, -51.5625 -61.5625))", @@ -122805,68 +88525,7 @@ "id": "2469", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.321757516650463, - 7.321757516650463, - 7.321757516650463, - 7.321757516650463, - 7.321757516650463, - 7.321757516650463, - 7.321757516650463, - 7.321757516650463 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 35.04518118483202, - 421.6088115949949, - 558.118171424109, - 272.03843107939633, - -140.1895727012727, - -448.5102946602617, - -506.8567371683355, - -343.85006418024204 - ], - "relative wind speed": [ - 2.1071250624068503, - 2.2923269572040708, - 2.3388655630627166, - 2.227175262753614, - 2.0058804252799263, - 1.791303835316548, - 1.7300983171668516, - 1.8716897868297029 - ], - "relative wind angle": [ - 0.14500891919548584, - 0.07821294026340121, - 0.02188706626557429, - 0.11316287643256072, - 0.15238386188106695, - 0.10015424179329926, - 0.029590392981819636, - 0.1347760680559393 - ], - "resistance": [ - 96669.54518118489, - 97056.10881159506, - 97192.61817142417, - 96906.53843107946, - 96494.31042729878, - 96185.9897053398, - 96127.64326283173, - 96290.64993581982 - ], - "fuel": [ - 39.73863486041465, - 39.93809332984872, - 40.00866205544219, - 39.86085229937363, - 39.6484006810925, - 39.489913514206926, - 39.45996129413191, - 39.54367271704939 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -61.875, -51.875 -61.5625, -51.5625 -61.5625, -51.5625 -61.875, -51.875 -61.875))", @@ -122885,68 +88544,7 @@ "id": "2470", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.552852583798545, - 8.552852583798545, - 8.552852583798545, - 8.552852583798545, - 8.552852583798545, - 8.552852583798545, - 8.552852583798545, - 8.552852583798545 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -63.975662796648976, - 340.81566744510474, - 570.3547719245585, - 340.5414506948191, - -64.29951772234062, - -413.3949810447011, - -510.4969337798748, - -413.202383055218 - ], - "relative wind speed": [ - 2.3904302420053574, - 2.5688547211045876, - 2.6391875218341823, - 2.568749499109253, - 2.3902703264786966, - 2.1973926361479044, - 2.1124010509685687, - 2.197515639617686 - ], - "relative wind angle": [ - 0.11041073005468088, - 0.0725434812812177, - 3.048197428656238e-05, - 0.07259086502624315, - 0.11041814699645623, - 0.08483407660498533, - 3.80835113560249e-05, - 0.08488127581183574 - ], - "resistance": [ - 96570.52433720333, - 96975.31566744507, - 97204.85477192453, - 96975.04145069479, - 96570.20048227764, - 96221.10501895528, - 96124.0030662201, - 96221.29761694475 - ], - "fuel": [ - 40.24390918657548, - 40.45263733254012, - 40.57126865116854, - 40.452495727989486, - 40.24374243688397, - 40.0642235906692, - 40.01437049408023, - 40.064322507233186 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -62.1875, -51.875 -61.875, -51.5625 -61.875, -51.5625 -62.1875, -51.875 -62.1875))", @@ -122965,68 +88563,7 @@ "id": "2472", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.347221374832437, - 7.347221374832437, - 7.347221374832437, - 7.347221374832437, - 7.347221374832437, - 7.347221374832437, - 7.347221374832437, - 7.347221374832437 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -182.62502906327177, - 164.73206507250484, - 438.46323388129895, - 394.98845519328233, - 88.7166544514223, - -248.07033248818038, - -428.1352692680073, - -409.6247133097802 - ], - "relative wind speed": [ - 1.977837093666456, - 2.172579084908396, - 2.289724355538156, - 2.274607684987925, - 2.1338990535838493, - 1.9352686789662086, - 1.7951398596277663, - 1.8142559409749468 - ], - "relative wind angle": [ - 0.12545456116952028, - 0.10632968449893601, - 0.03433550698355618, - 0.05252225313802188, - 0.11623627367513105, - 0.11942714702512275, - 0.043800787232653626, - 0.06586666517942474 - ], - "resistance": [ - 96451.87497093675, - 96799.23206507253, - 97072.96323388132, - 97029.4884551933, - 96723.21665445145, - 96386.42966751185, - 96206.36473073202, - 96224.87528669025 - ], - "fuel": [ - 39.63706120057027, - 39.81598326197445, - 39.95729725355508, - 39.9348347307881, - 39.776789693806585, - 39.603400885911185, - 39.51087079953107, - 39.52037726715734 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -61.5625, -50.625 -61.25, -50.3125 -61.25, -50.3125 -61.5625, -50.625 -61.5625))", @@ -123058,17 +88595,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 134.53604621980548, + 134.53604621980412, 923.1117306291603, - 1145.6391218070416, + 1145.6391218070298, 519.2969308986058, - -337.60566000566723, + -337.6056600056663, -950.1008049213942, -1045.4647022613844, -667.8567005236073 ], "relative wind speed": [ - 2.964552164367153, + 2.9645521643671526, 3.2293830273701, 3.2831718918171915, 3.103912954458954, @@ -123078,11 +88615,11 @@ 2.611335680655474 ], "relative wind angle": [ - 0.1526720823261458, + 0.15267208232614654, 0.0770632143147654, - 0.030233241166558972, - 0.12564802226074756, - 0.16357573699582212, + 0.030233241166566317, + 0.1256480222607476, + 0.16357573699582145, 0.10146681863241834, 0.0416762061754485, 0.14951280984080315 @@ -123125,68 +88662,7 @@ "id": "2489", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.737520858405347, - 17.737520858405347, - 17.737520858405347, - 17.737520858405347, - 17.737520858405347, - 17.737520858405347, - 17.737520858405347, - 17.737520858405347 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1015.8011463696475, - 1762.1289093314645, - 1087.9893715799608, - -183.13857367347555, - -1304.7691656068018, - -1639.021929776547, - -1355.575431363537, - -268.89912240538433 - ], - "relative wind speed": [ - 5.210635127592612, - 5.326896184474127, - 5.224283792667667, - 4.953472853888172, - 4.660649317701574, - 4.527311292072724, - 4.645344911754578, - 4.9331001592596095 - ], - "relative wind angle": [ - 0.05566938892140443, - 0.0019185341312572932, - 0.05275323354499957, - 0.08079758323177942, - 0.06224677305557417, - 0.002257373945361966, - 0.05933504707366385, - 0.08113199326894963 - ], - "resistance": [ - 97650.30114636962, - 98396.62890933144, - 97722.48937157993, - 96451.36142632649, - 95329.73083439317, - 94995.47807022343, - 95278.92456863643, - 96365.60087759458 - ], - "fuel": [ - 48.1033384394146, - 48.491650649336734, - 48.140807225172956, - 47.48387273897639, - 46.90919357235866, - 46.738841064439555, - 46.8832732767069, - 47.43976714179921 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -62.5, -50.625 -62.1875, -50.3125 -62.1875, -50.3125 -62.5, -50.625 -62.5))", @@ -123205,68 +88681,7 @@ "id": "2490", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.093416541855323, - 14.093416541855323, - 14.093416541855323, - 14.093416541855323, - 14.093416541855323, - 14.093416541855323, - 14.093416541855323, - 14.093416541855323 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 592.5785520387226, - 1521.8190938791613, - 1337.9799029621026, - 270.2712556978886, - -887.0479192583753, - -1488.500685180291, - -1410.3680243177841, - -609.3784686496483 - ], - "relative wind speed": [ - 4.157974539421333, - 4.364665403123305, - 4.331048302716928, - 4.0722251977981925, - 3.7147655268198334, - 3.469572179462988, - 3.5114463956121966, - 3.808571533809303 - ], - "relative wind angle": [ - 0.09888016370384206, - 0.030405053512857702, - 0.051470586427013514, - 0.11018901222586208, - 0.11072339888911475, - 0.03825249818491996, - 0.0634989026035221, - 0.11785134542667965 - ], - "resistance": [ - 97227.07855203873, - 98156.31909387917, - 97972.4799029621, - 96904.7712556979, - 95747.45208074163, - 95145.99931481971, - 95224.13197568222, - 96025.12153135035 - ], - "fuel": [ - 44.32214353885865, - 44.80447758287197, - 44.70879857309467, - 44.155596368006044, - 43.56075604598862, - 43.25358871514953, - 43.293415693153975, - 43.70301849275125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -62.8125, -52.5 -62.5, -52.1875 -62.5, -52.1875 -62.8125, -52.5 -62.8125))", @@ -123285,68 +88700,7 @@ "id": "2492", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.103324952794175, - 9.103324952794175, - 9.103324952794175, - 9.103324952794175, - 9.103324952794175, - 9.103324952794175, - 9.103324952794175, - 9.103324952794175 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 172.7493526236126, - 477.4161635240266, - 432.7280115753897, - 93.69150873997023, - -283.0050954091794, - -484.7648332985091, - -465.8909192142778, - -214.7654587968177 - ], - "relative wind speed": [ - 2.6426794620208494, - 2.751015927385138, - 2.7379877441250366, - 2.6098103594961612, - 2.4317124520190343, - 2.308439203350289, - 2.3238767827301685, - 2.4669556290614034 - ], - "relative wind angle": [ - 0.07850024349505304, - 0.026066334521492325, - 0.03866494406065521, - 0.08492737082853848, - 0.08532656425428782, - 0.031065282083559975, - 0.04555938205880322, - 0.08985819809781807 - ], - "resistance": [ - 96807.24935262362, - 97111.91616352405, - 97067.22801157541, - 96728.19150873998, - 96351.49490459083, - 96149.7351667015, - 96168.60908078574, - 96419.7345412032 - ], - "fuel": [ - 40.64693877441788, - 40.80424994697309, - 40.78115412276111, - 40.60617461576028, - 40.41226004666188, - 40.30861601000434, - 40.318305123114975, - 40.44734904756129 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -63.125, -52.5 -62.8125, -52.1875 -62.8125, -52.1875 -63.125, -52.5 -63.125))", @@ -123365,68 +88719,7 @@ "id": "2494", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.978968649641146, - 6.978968649641146, - 6.978968649641146, - 6.978968649641146, - 6.978968649641146, - 6.978968649641146, - 6.978968649641146, - 6.978968649641146 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 181.39989309286648, - 386.04615943736394, - 297.0161328065915, - 25.157023167188072, - -245.87577579711683, - -364.84221130474157, - -327.04055673858284, - -111.23964452873383 - ], - "relative wind speed": [ - 2.076949490408551, - 2.1640854342410503, - 2.1311034003101605, - 1.9929154225371803, - 1.818634111289811, - 1.7140255102421735, - 1.7548639587277672, - 1.910350055636053 - ], - "relative wind angle": [ - 0.09090478815188915, - 0.01920565916906094, - 0.060930949175469686, - 0.11318275409647686, - 0.10386043102988328, - 0.02424946733338129, - 0.07401621361268822, - 0.11809690316790933 - ], - "resistance": [ - 96815.89989309286, - 97020.54615943736, - 96931.51613280659, - 96659.6570231672, - 96388.62422420288, - 96269.65778869526, - 96307.45944326141, - 96523.26035547127 - ], - "fuel": [ - 39.67696523750556, - 39.78260046711401, - 39.7366253968351, - 39.59641999876938, - 39.45691451264918, - 39.39576665790537, - 39.415190716177285, - 39.52617999922428 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -63.125, -52.1875 -62.8125, -51.875 -62.8125, -51.875 -63.125, -52.1875 -63.125))", @@ -123445,68 +88738,7 @@ "id": "2495", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.763826600132999, - 7.763826600132999, - 7.763826600132999, - 7.763826600132999, - 7.763826600132999, - 7.763826600132999, - 7.763826600132999, - 7.763826600132999 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 130.52025860611798, - 358.20226308859696, - 323.8179222297533, - 69.74518849995843, - -211.92803557224897, - -362.41442298023685, - -347.88291184148443, - -159.47845209786692 - ], - "relative wind speed": [ - 2.257225979726683, - 2.3518765235647554, - 2.340156876312889, - 2.2276251908906777, - 2.0713204987446634, - 1.96318989147201, - 1.9771452972198138, - 2.1031223789837323 - ], - "relative wind angle": [ - 0.08057387277400545, - 0.026579388499694042, - 0.03987224796163079, - 0.08739050236025098, - 0.08782342745734342, - 0.03184340163489732, - 0.04719796594423588, - 0.09257834826595635 - ], - "resistance": [ - 96765.02025860612, - 96992.70226308859, - 96958.31792222975, - 96704.24518849996, - 96422.57196442776, - 96272.08557701977, - 96286.61708815851, - 96475.02154790213 - ], - "fuel": [ - 39.97610836640392, - 40.09360093896808, - 40.07584494571529, - 39.944778735923194, - 39.79975527295316, - 39.72239621501272, - 39.72986261039766, - 39.826737318007474 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -63.4375, -52.5 -63.125, -52.1875 -63.125, -52.1875 -63.4375, -52.5 -63.4375))", @@ -123525,68 +88757,7 @@ "id": "2500", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5717058525248655, - 6.5717058525248655, - 6.5717058525248655, - 6.5717058525248655, - 6.5717058525248655, - 6.5717058525248655, - 6.5717058525248655, - 6.5717058525248655 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 139.5697053100016, - 381.83960031566994, - 351.0100677103728, - 85.87381703745245, - -208.93976358636246, - -370.3029973454534, - -357.14335155147114, - -162.75651408477347 - ], - "relative wind speed": [ - 1.951654380468784, - 2.0674259636146775, - 2.055591895322676, - 1.9212392697981657, - 1.727524628276336, - 1.5871502912692954, - 1.6024475411033006, - 1.7612881167741117 - ], - "relative wind angle": [ - 0.11658167959623626, - 0.03902812597901066, - 0.05496627281299317, - 0.12544398132886186, - 0.13179006315215594, - 0.05084713750403916, - 0.0705327484083508, - 0.13690482825036315 - ], - "resistance": [ - 96774.06970531003, - 97016.3396003157, - 96985.5100677104, - 96720.37381703749, - 96425.56023641367, - 96264.19700265458, - 96277.35664844856, - 96471.74348591526 - ], - "fuel": [ - 39.502543721755345, - 39.627578934105934, - 39.611655719994545, - 39.47486090369094, - 39.32306145561431, - 39.24011251535546, - 39.24687361654364, - 39.346819837097144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -63.4375, -52.1875 -63.125, -51.875 -63.125, -51.875 -63.4375, -52.1875 -63.4375))", @@ -123605,68 +88776,7 @@ "id": "2501", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.536906402567764, - 8.536906402567764, - 8.536906402567764, - 8.536906402567764, - 8.536906402567764, - 8.536906402567764, - 8.536906402567764, - 8.536906402567764 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 89.95821498243777, - 427.6556862804341, - 477.98127953562744, - 178.6463681647656, - -204.81675053778372, - -456.3423427433811, - -477.6557685572841, - -281.30964304893723 - ], - "relative wind speed": [ - 2.4558025614754966, - 2.591506051106346, - 2.606956024241931, - 2.4949682237301762, - 2.310094107981679, - 2.156756220753859, - 2.138055494216645, - 2.2677377650993873 - ], - "relative wind angle": [ - 0.09565964073775612, - 0.044040285989323594, - 0.02808629203709535, - 0.08733795352830444, - 0.1017136095284257, - 0.05292534150128351, - 0.03424813626295357, - 0.09611514238261816 - ], - "resistance": [ - 96724.45821498241, - 97062.1556862804, - 97112.4812795356, - 96813.14636816474, - 96429.68324946219, - 96178.15765725658, - 96156.8442314427, - 96353.19035695103 - ], - "fuel": [ - 40.31536875483487, - 40.48965164420868, - 40.515660600615774, - 40.36109889362485, - 40.1635846884287, - 40.03432602718229, - 40.02338390571133, - 40.12425018444577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -63.75, -52.5 -63.4375, -52.1875 -63.4375, -52.1875 -63.75, -52.5 -63.75))", @@ -123685,68 +88795,7 @@ "id": "2502", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.126278082366216, - 7.126278082366216, - 7.126278082366216, - 7.126278082366216, - 7.126278082366216, - 7.126278082366216, - 7.126278082366216, - 7.126278082366216 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -69.3628655363998, - 286.30322647267394, - 501.09625129159554, - 319.9766963000516, - -29.826263272803317, - -341.42544544822977, - -442.1118526243838, - -365.01486976707315 - ], - "relative wind speed": [ - 1.9869612144873732, - 2.1759631711725502, - 2.2557016292466887, - 2.1911493458619447, - 2.0104241180774585, - 1.8041630414475736, - 1.703417201462547, - 1.7856888157104618 - ], - "relative wind angle": [ - 0.1394310321719504, - 0.09372390243377388, - 0.005251187311259768, - 0.08539683673973965, - 0.13779334475073282, - 0.11311407005592544, - 0.006953759059544852, - 0.10485184010328728 - ], - "resistance": [ - 96565.13713446361, - 96920.8032264727, - 97135.59625129162, - 96954.47669630007, - 96604.67373672721, - 96293.07455455179, - 96192.38814737563, - 96269.48513023295 - ], - "fuel": [ - 39.605715063402975, - 39.78907244699137, - 39.90003317543383, - 39.8064566029559, - 39.62607420759663, - 39.46577573958659, - 39.41405605631764, - 39.45365515370444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -62.8125, -50.625 -62.5, -50.3125 -62.5, -50.3125 -62.8125, -50.625 -62.8125))", @@ -123765,68 +88814,7 @@ "id": "2512", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.3640304490249, - 12.3640304490249, - 12.3640304490249, - 12.3640304490249, - 12.3640304490249, - 12.3640304490249, - 12.3640304490249, - 12.3640304490249 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 497.65798345715393, - 1290.2033373198774, - 1146.3800490371532, - 246.5043609111517, - -733.4714166910644, - -1249.7479719511389, - -1188.4620332649101, - -517.3100072535435 - ], - "relative wind speed": [ - 3.667825513789034, - 3.867709546636676, - 3.838115226680354, - 3.5919891245231663, - 3.2471836867684507, - 3.0063214661896103, - 3.044013370854561, - 3.330879767347394 - ], - "relative wind angle": [ - 0.10867448902813456, - 0.034026759783214844, - 0.05519374071903225, - 0.12028325351341305, - 0.12281930683905787, - 0.04378183658623308, - 0.06961319701053809, - 0.12976363058419063 - ], - "resistance": [ - 97132.15798345716, - 97924.70333731988, - 97780.88004903715, - 96881.00436091115, - 95901.02858330893, - 95384.75202804887, - 95446.0379667351, - 96117.18999274645 - ], - "fuel": [ - 42.88877302904088, - 43.299672214689494, - 43.224932707132226, - 42.75904884776378, - 42.25512302384527, - 41.99107909923001, - 42.02237123379311, - 42.36597094903035 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -63.125, -50.625 -62.8125, -50.3125 -62.8125, -50.3125 -63.125, -50.625 -63.125))", @@ -123845,68 +88833,7 @@ "id": "2514", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.928978130310439, - 13.928978130310439, - 13.928978130310439, - 13.928978130310439, - 13.928978130310439, - 13.928978130310439, - 13.928978130310439, - 13.928978130310439 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 662.2250676887879, - 1280.107641053276, - 895.6961873483906, - -17.436711134634606, - -880.5664973056837, - -1207.0749184243568, - -1044.722131618888, - -293.9705057688434 - ], - "relative wind speed": [ - 4.11354513317234, - 4.242237378895236, - 4.169136898635364, - 3.9289709585316515, - 3.647080876569686, - 3.496551801988671, - 3.5833992246640967, - 3.8452099669460216 - ], - "relative wind angle": [ - 0.07138755903898426, - 0.009918169204213555, - 0.056133222124186616, - 0.09504448150580569, - 0.08053674147340886, - 0.01203344212602824, - 0.06532083416108367, - 0.09712131870124048 - ], - "resistance": [ - 97296.7250676888, - 97914.60764105328, - 97530.19618734841, - 96617.06328886538, - 95753.93350269433, - 95427.42508157565, - 95589.77786838112, - 96340.52949423117 - ], - "fuel": [ - 44.21808233584511, - 44.53860428908186, - 44.3390267489669, - 43.86715366248323, - 43.423972775779674, - 43.25704709496508, - 43.33999950226098, - 43.724863373350615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -63.125, -50.3125 -62.8125, -50 -62.8125, -50 -63.125, -50.3125 -63.125))", @@ -123925,68 +88852,7 @@ "id": "2515", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.710764408944485, - 18.710764408944485, - 18.710764408944485, - 18.710764408944485, - 18.710764408944485, - 18.710764408944485, - 18.710764408944485, - 18.710764408944485 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1003.683885632794, - 1751.0296725696444, - 1084.9088286746482, - -184.13200030488952, - -1307.4804792106115, - -1644.20996506745, - -1364.673226411187, - -280.7849966775284 - ], - "relative wind speed": [ - 5.464192894074681, - 5.57579021240659, - 5.478839678303845, - 5.222065215274174, - 4.945286215851613, - 4.819110213263344, - 4.929054221632343, - 5.2003167814828055 - ], - "relative wind angle": [ - 0.05039234116293579, - 0.0019554173153385744, - 0.04743983925385589, - 0.07251395651604908, - 0.05568519856737086, - 0.0022624506596863477, - 0.05273593054494851, - 0.07281775579307896 - ], - "resistance": [ - 97638.1838856328, - 98385.52967256964, - 97719.40882867464, - 96450.36799969511, - 95327.01952078938, - 94990.29003493255, - 95269.82677358881, - 96353.71500332248 - ], - "fuel": [ - 49.1963664127855, - 49.585176016199746, - 49.23852334606737, - 48.58267712608628, - 48.00712552507605, - 47.835515700490205, - 47.97794823656842, - 48.53297199285619 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -63.4375, -50.3125 -63.125, -50 -63.125, -50 -63.4375, -50.3125 -63.4375))", @@ -124005,68 +88871,7 @@ "id": "2521", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.805738466996397, - 14.805738466996397, - 14.805738466996397, - 14.805738466996397, - 14.805738466996397, - 14.805738466996397, - 14.805738466996397, - 14.805738466996397 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 849.166707913324, - 1379.5797233981957, - 799.7912514092222, - -199.23660703121095, - -1046.104600483799, - -1269.595731470613, - -1011.3745803795546, - -140.68808339931456 - ], - "relative wind speed": [ - 4.3900033374584195, - 4.485777631851686, - 4.378896761427677, - 4.121255705021077, - 3.851636223879478, - 3.739656393517417, - 3.8642585390673365, - 4.137932130645432 - ], - "relative wind angle": [ - 0.05877502633356938, - 0.0018664437832974364, - 0.06163317098508897, - 0.09064537539849492, - 0.067001933922177, - 0.0022388297282733014, - 0.06985400431133051, - 0.09027906453591901 - ], - "resistance": [ - 97483.66670791339, - 98014.07972339827, - 97434.29125140929, - 96435.26339296886, - 95588.39539951627, - 95364.90426852946, - 95623.12541962051, - 96493.81191660075 - ], - "fuel": [ - 45.08247429302782, - 45.3579047150146, - 45.056888095726265, - 44.54114386587872, - 44.10685999858057, - 43.99269618466216, - 44.12461748423374, - 44.57126686524956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -63.75, -50.625 -63.4375, -50.3125 -63.4375, -50.3125 -63.75, -50.625 -63.75))", @@ -124085,68 +88890,7 @@ "id": "2522", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.723900594197922, - 13.723900594197922, - 13.723900594197922, - 13.723900594197922, - 13.723900594197922, - 13.723900594197922, - 13.723900594197922, - 13.723900594197922 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 706.7468703108916, - 973.4061601883432, - 480.07531592293344, - -263.86604496874224, - -833.3486936647405, - -945.4731485747716, - -673.7775307567726, - 5.660098652169836 - ], - "relative wind speed": [ - 4.0518529228014195, - 4.104374302041772, - 3.996281001685448, - 3.782005099785304, - 3.580798853625096, - 3.5204749859750923, - 3.6427147422911332, - 3.864721201242744 - ], - "relative wind angle": [ - 0.04372767832715802, - 0.010106263897677156, - 0.05903466150353981, - 0.07727589450060646, - 0.049484480206557706, - 0.011782541748136052, - 0.06477230663767014, - 0.07561877455456613 - ], - "resistance": [ - 97341.24687031089, - 97607.90616018834, - 97114.57531592294, - 96370.63395503126, - 95801.15130633526, - 95689.02685142522, - 95960.72246924322, - 96640.16009865217 - ], - "fuel": [ - 44.068901256278664, - 44.20709868987247, - 43.95163570636497, - 43.56811086484487, - 43.275916519430986, - 43.21852906972606, - 43.3576687682468, - 43.706822049876955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -63.75, -50.3125 -63.4375, -50 -63.4375, -50 -63.75, -50.3125 -63.75))", @@ -124165,68 +88909,7 @@ "id": "2523", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.217307483210291, - 13.217307483210291, - 13.217307483210291, - 13.217307483210291, - 13.217307483210291, - 13.217307483210291, - 13.217307483210291, - 13.217307483210291 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1002.1714754770801, - 1259.833680781776, - 565.00145467113, - -405.188962971165, - -1103.314176750193, - -1212.5192276063226, - -796.1798477884831, - 111.5454965570234 - ], - "relative wind speed": [ - 4.012853266665404, - 4.063717660592451, - 3.9039817245686503, - 3.6097582101762864, - 3.3431502367452373, - 3.281134502001702, - 3.469664470733579, - 3.774823242126952 - ], - "relative wind angle": [ - 0.054368737387453826, - 0.020426163697716937, - 0.08603029927497793, - 0.10863987334539887, - 0.0652741307899961, - 0.025298946045938294, - 0.09683107855303966, - 0.10387172490845861 - ], - "resistance": [ - 97636.67147547707, - 97894.33368078177, - 97199.50145467112, - 96229.31103702882, - 95531.18582324979, - 95421.98077239367, - 95838.3201522115, - 96746.04549655701 - ], - "fuel": [ - 43.80844896809835, - 43.942262552338505, - 43.581975438756565, - 43.08191399208329, - 42.724248986971844, - 42.66846485358271, - 42.88137728017145, - 43.347816459430526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -64.6875, -52.1875 -64.375, -51.875 -64.375, -51.875 -64.6875, -52.1875 -64.6875))", @@ -124258,9 +88941,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -13.691207469952133, + -13.691207469954861, 509.71649528259604, - 751.4620280384515, + 751.4620280384611, 407.5811722779031, -133.5384734812651, -567.4620756959082, @@ -124268,9 +88951,9 @@ -495.93448561618106 ], "relative wind speed": [ - 2.460919664108501, + 2.4609196641085007, 2.679775361295998, - 2.750255200665801, + 2.7502552006658, 2.6419810122281335, 2.4024324217757127, 2.155599950683316, @@ -124278,14 +88961,14 @@ 2.201759175164491 ], "relative wind angle": [ - 0.13970801308181513, + 0.13970801308181674, 0.08272572453102223, - 0.010740470188831711, + 0.010740470188821375, 0.09979051339143809, - 0.1431323399626342, + 0.14313233996263416, 0.10290633679835018, 0.01430536915946899, - 0.11983066382532039 + 0.11983066382532037 ], "resistance": [ 96620.80879253006, @@ -124338,7 +89021,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 67.14350884884516, + 67.1435088488447, 524.8751498626075, 665.2279557347756, 309.7579604311818, @@ -124348,7 +89031,7 @@ -392.50780915736095 ], "relative wind speed": [ - 2.237884971089431, + 2.2378849710894304, 2.4422766262620357, 2.4870896532872044, 2.3540238944379075, @@ -124358,13 +89041,13 @@ 1.9688098202221698 ], "relative wind angle": [ - 0.15470900239050875, + 0.15470900239050878, 0.07969021169800919, 0.02810506997822098, 0.1249026326391271, 0.16496653831792257, 0.10481948765045965, - 0.03888579577750687, + 0.03888579577750688, 0.14950925002077348 ], "resistance": [ @@ -124418,17 +89101,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 544.2758399278418, + 544.2758399278255, 501.9425630942733, - 113.35802773297928, + 113.35802773297746, -324.30598047114836, -562.744064471769, -544.9193819718366, - -259.3450014359105, + -259.3450014359091, 188.56064701035075 ], "relative wind speed": [ - 3.142657169111017, + 3.142657169111016, 3.1318295343756035, 3.00433057599021, 2.826220867294179, @@ -124438,17 +89121,17 @@ 3.0315043607302954 ], "relative wind angle": [ - 0.02381402175879826, + 0.023814021758807587, 0.03286330030762012, - 0.07341340812787478, + 0.07341340812787629, 0.07392299682625464, 0.027697824206256952, 0.03791625156921259, - 0.07725830878196085, + 0.07725830878195941, 0.06890894654864375 ], "resistance": [ - 97178.77583992785, + 97178.77583992784, 97136.44256309429, 96747.85802773299, 96310.19401952886, @@ -124458,7 +89141,7 @@ 96823.06064701037 ], "fuel": [ - 41.652049649295954, + 41.65204964929594, 41.630160159082386, 41.429544249575194, 41.204262708564116, @@ -124498,33 +89181,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 618.9791134943316, + 618.9791134943307, 398.197771353025, -50.06956027996239, -455.3148042238936, - -586.4532295072349, + -586.4532295072668, -493.7855644218357, - -115.08544400259962, + -115.08544400259734, 343.56231220412883 ], "relative wind speed": [ - 3.3274084716478516, + 3.327408471647851, 3.2736001856082346, 3.1226822145390263, 2.956547492881542, 2.877181287768469, 2.9382581786944186, - 3.0981728626531724, + 3.098172862653172, 3.257091681579562 ], "relative wind angle": [ 0.0036926414215591595, - 0.04598775148247329, + 0.0459877514824733, 0.07215297528363246, - 0.05680919364960067, - 0.004270476741919177, + 0.056809193649600666, + 0.004270476741945174, 0.05124067388664345, - 0.07272477507695078, + 0.07272477507694926, 0.05156230644375223 ], "resistance": [ @@ -124532,7 +89215,7 @@ 97032.69777135305, 96584.43043972006, 96179.18519577614, - 96048.0467704928, + 96048.04677049276, 96140.7144355782, 96519.41455599743, 96978.06231220416 @@ -124542,7 +89225,7 @@ 41.99537384623579, 41.764168113818755, 41.555795682478724, - 41.488496686604456, + 41.48849668660442, 41.53604622052097, 41.73069654077682, 41.967154150236794 @@ -124565,68 +89248,7 @@ "id": "2537", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.686854771678979, - 13.686854771678979, - 13.686854771678979, - 13.686854771678979, - 13.686854771678979, - 13.686854771678979, - 13.686854771678979, - 13.686854771678979 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 907.0987450799375, - 1303.0524899251704, - 678.9177881013857, - -290.0635908659142, - -1053.525773008636, - -1220.931245601274, - -893.1459706350361, - -20.060618424757195 - ], - "relative wind speed": [ - 4.110961424374136, - 4.18720071122364, - 4.055865884780012, - 3.7797317465410907, - 3.5084289722708144, - 3.417078853361409, - 3.5719783889098666, - 3.862991795273569 - ], - "relative wind angle": [ - 0.05907366846783964, - 0.009993250255858805, - 0.0745001938991182, - 0.10205851437594662, - 0.06923393896051705, - 0.012245574567524337, - 0.08461526373736533, - 0.09985139956150739 - ], - "resistance": [ - 97541.59874507994, - 97937.55248992518, - 97313.41778810139, - 96344.43640913408, - 95580.97422699137, - 95413.56875439873, - 95741.35402936497, - 96614.43938157524 - ], - "fuel": [ - 44.14189334403131, - 44.34748867796898, - 44.02367745212688, - 43.52382625621499, - 43.1324534254711, - 43.04692646052324, - 43.214488804093435, - 43.66275675943358 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -64.6875, -50.625 -64.375, -50.3125 -64.375, -50.3125 -64.6875, -50.625 -64.6875))", @@ -124658,37 +89280,37 @@ ], "ice resistance": 96634.5000000001, "wind resistance": [ - 558.8437296529664, + 558.8437296529587, 498.2703300920257, - 106.8877544860593, + 106.88775448605884, -320.9923699619917, -547.0047622777756, -521.242688908485, - -229.6181403732935, + -229.61814037329304, 212.9768576021338 ], "relative wind speed": [ - 2.623992572673082, + 2.6239925726730817, 2.6055879113829747, - 2.448354978676571, + 2.4483549786765706, 2.2286523366433535, 2.075659204225392, 2.098716224167525, - 2.280187722955883, + 2.2801877229558825, 2.495357071824232 ], "relative wind angle": [ - 0.032267979044154155, + 0.03226797904416103, 0.05150127712628866, 0.11228953051017668, - 0.1141523756230149, + 0.11415237562301492, 0.04079654887874828, 0.06395494182997848, - 0.1206100342340579, + 0.12061003423405697, 0.10190674309590489 ], "resistance": [ - 97193.34372965308, + 97193.34372965306, 97132.77033009213, 96741.38775448616, 96313.5076300381, @@ -124738,19 +89360,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 557.6800207258011, + 557.6800207257943, 755.5436309466536, - 372.55641285057436, + 372.556412850573, -193.11807890926184, - -622.367602536603, + -622.3676025366021, -706.3570778022286, -492.4137235643252, 25.24630092898451 ], "relative wind speed": [ - 2.957731934487135, + 2.9577319344871347, 3.0104915585526757, - 2.895393045377026, + 2.8953930453770256, 2.6659137115375464, 2.445818488262783, 2.380576999320991, @@ -124758,17 +89380,17 @@ 2.7609980725181895 ], "relative wind angle": [ - 0.06390922897260615, + 0.06390922897260963, 0.015900373348434374, - 0.08873662413030091, + 0.08873662413030092, 0.11843793230204813, - 0.07730991393104712, + 0.07730991393104569, 0.020108212677234682, 0.1020265108210682, 0.11434092689600028 ], "resistance": [ - 97192.18002072583, + 97192.18002072582, 97390.04363094669, 97007.05641285061, 96441.38192109077, @@ -124778,7 +89400,7 @@ 96659.74630092901 ], "fuel": [ - 41.17426603548097, + 41.174266035480954, 41.27667470621397, 41.078583144725044, 40.786999101984506, @@ -124818,33 +89440,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 362.70508410978346, + 362.7050841097803, 101.16310672344753, - -203.77082358750158, + -203.77082358750386, -380.66865489253723, -377.04744713319974, -190.77369917014676, - 116.2321904433611, + 116.23219044335929, 371.2554326653253 ], "relative wind speed": [ - 2.340421479009018, + 2.3404214790090174, 2.2267837428449866, 2.058695142507803, 1.93352469482973, 1.9370503713428198, 2.0666811566198073, - 2.234169006754164, + 2.2341690067541644, 2.3433350368672663 ], "relative wind angle": [ - 0.03766373343928536, + 0.03766373343928832, 0.09221482295589205, - 0.09820948699890329, + 0.09820948699890669, 0.04160418409366888, 0.0455117759248695, 0.09938131667444326, - 0.0904739913647952, + 0.09047399136479888, 0.03432514160044795 ], "resistance": [ @@ -124898,13 +89520,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 333.67010201765083, + 333.6701020176474, 59.659197095422314, - -229.35543586016797, + -229.35543586016843, -373.59602940737454, - -347.92304724484393, + -347.9230472448444, -139.18993212479586, - 164.48294945561156, + 164.48294945561202, 393.83648124910906 ], "relative wind speed": [ @@ -124918,17 +89540,17 @@ 2.0709866036231235 ], "relative wind angle": [ - 0.062326601677815924, + 0.062326601677821274, 0.128911121415909, - 0.1282219452969415, + 0.1282219452969424, 0.040835564391201576, - 0.07924815050344582, + 0.07924815050344723, 0.1382499114073651, - 0.11161867536003435, - 0.031178374023850618 + 0.11161867536003336, + 0.03117837402385062 ], "resistance": [ - 96968.17010201768, + 96968.17010201767, 96694.15919709545, 96405.14456413986, 96260.90397059266, @@ -124978,9 +89600,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 243.96672431062802, + 243.9667243106244, -15.51750557609671, - -256.12972212398427, + -256.1297221239854, -341.53183136664984, -292.06220489957946, -76.13120708770316, @@ -124988,7 +89610,7 @@ 361.41296811609413 ], "relative wind speed": [ - 2.3235593956747667, + 2.323559395674766, 2.2007948229143106, 2.0606642036268927, 1.9892848814937363, @@ -124998,14 +89620,14 @@ 2.363739536267156 ], "relative wind angle": [ - 0.05202177283483084, + 0.052021772834835105, 0.08517797943738857, - 0.06992074374081786, - 0.008227033174698598, + 0.06992074374081944, + 0.0082270331746986, 0.05937519131880524, - 0.08646229397466361, + 0.08646229397466362, 0.06258632692092467, - 0.0069237149871551875 + 0.006923714987155187 ], "resistance": [ 96878.46672431064, @@ -125058,17 +89680,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 254.4159090169694, + 254.4159090169669, 27.785415141556086, - -203.94912206720437, + -203.94912206720574, -310.41557191103107, -283.09964765108975, -105.5434145558238, - 141.8354564812464, + 141.83545648124527, 319.011233450826 ], "relative wind speed": [ - 2.1069564343328233, + 2.106956434332823, 1.9919932877098363, 1.8452220032476565, 1.7548781143637577, @@ -125078,13 +89700,13 @@ 2.1313117207561536 ], "relative wind angle": [ - 0.0496401019519537, - 0.09464854776460327, - 0.0877389967678505, + 0.04964010195195594, + 0.09464854776460328, + 0.08773899676785306, 0.02302739562443222, - 0.05863441378961435, + 0.05863441378961434, 0.09864396984083397, - 0.07881690630681076, + 0.07881690630681218, 0.018959742926624966 ], "resistance": [ @@ -125138,19 +89760,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 364.7412206221993, + 364.74122062219385, 58.84252903766492, - -266.81883168816194, + -266.8188316881642, -428.4832239294394, - -401.0058099693183, + -401.0058099693199, -167.43451287199605, 173.9786723138336, 429.81207121003354 ], "relative wind speed": [ - 2.5601359688485585, + 2.560135968848558, 2.434460220227371, - 2.2678262201959116, + 2.267826220195911, 2.1593084706537407, 2.1832896237967128, 2.3225962189974036, @@ -125158,21 +89780,21 @@ 2.580394676969696 ], "relative wind angle": [ - 0.04267187962237622, + 0.04267187962238142, 0.08661726067811722, - 0.08327035595703132, - 0.026007865314420706, - 0.05004295281418945, - 0.09080027391013858, - 0.075961139492658, - 0.021762990886008953 + 0.08327035595703267, + 0.02600786531442071, + 0.05004295281419167, + 0.09080027391013859, + 0.07596113949265801, + 0.02176299088600895 ], "resistance": [ 96999.2412206222, 96693.34252903768, 96367.68116831186, 96206.01677607058, - 96233.4941900307, + 96233.49419003069, 96467.06548712801, 96808.47867231385, 97064.31207121005 @@ -125218,19 +89840,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -108.91513222500134, + -108.91513222500271, -734.7799041391268, - -908.2262081343608, + -908.2262081343765, -708.7522735522493, - -65.44680295069566, + -65.44680295069656, 671.0500345628134, 1076.1753424155722, 633.7362596879584 ], "relative wind speed": [ - 2.579172461033677, + 2.579172461033676, 2.245316502547379, - 2.0987310998500543, + 2.098731099850054, 2.26159727540825, 2.59921141387159, 2.8925048593119533, @@ -125238,11 +89860,11 @@ 2.8797931039609144 ], "relative wind angle": [ - 0.17573360640081356, + 0.17573360640081354, 0.13925068421997036, - 0.004848171403035691, + 0.004848171403058591, 0.14466856384748336, - 0.17436481027026587, + 0.1743648102702665, 0.10795437173187472, 0.0033910299621291913, 0.11346042450399785 @@ -125250,7 +89872,7 @@ "resistance": [ 96525.58486777502, 95899.72009586089, - 95726.27379186565, + 95726.27379186563, 95925.74772644776, 96569.05319704932, 97305.55003456282, @@ -125260,7 +89882,7 @@ "fuel": [ 40.54181592968642, 40.22039742233552, - 40.131580444536596, + 40.13158044453658, 40.233735100016816, 40.564193614402626, 40.944414148034966, @@ -125298,13 +89920,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -124.13036698758265, + -124.13036698758333, -600.8173821939033, - -718.8597302769524, + -718.8597302769579, -527.8982643238019, -2.4887701783895864, 573.7644652643453, - 848.5151873018017, + 848.515187301793, 469.01915025776 ], "relative wind speed": [ @@ -125318,33 +89940,33 @@ 2.4723271785795577 ], "relative wind angle": [ - 0.191993598705102, + 0.19199359870510313, 0.14482015717060456, - 0.0189318717716976, + 0.01893187177170933, 0.16543934407337452, 0.1863385289312023, 0.10821776516244203, - 0.012849521291929908, - 0.12926313103250084 + 0.012849521291938549, + 0.12926313103250087 ], "resistance": [ 96510.36963301241, 96033.68261780609, - 95915.64026972304, + 95915.64026972302, 96106.60173567619, 96632.0112298216, 97208.26446526434, - 97483.01518730179, + 97483.01518730177, 97103.51915025775 ], "fuel": [ 39.88257438368795, 39.63766214540877, - 39.577144966676485, + 39.57714496667648, 39.675071749001546, 39.94520681108859, 40.24266390219532, - 40.384922938868925, + 40.384922938868904, 40.188503360361565 ] }, @@ -125378,19 +90000,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -427.48176743815884, + -427.4817674381611, -748.2912832605139, - -714.8505119241713, + -714.850511924172, -311.61897252139124, - 304.4103545236044, + 304.41035452360575, 793.313133735825, 715.2899634732285, 169.44077988783738 ], "relative wind speed": [ - 2.2774483303079625, + 2.277448330307962, 2.0628099990153057, - 2.0923803946298802, + 2.09238039462988, 2.3416675305438135, 2.631299817125372, 2.8027351877744384, @@ -125398,13 +90020,13 @@ 2.5743159870581893 ], "relative wind angle": [ - 0.15212537667024437, - 0.057075061503093, + 0.1521253766702458, + 0.057075061503092994, 0.08551450412369548, - 0.1588478099947064, - 0.13153963089396256, + 0.15884780999470643, + 0.1315396308939617, 0.04199672305213698, - 0.06431195749295204, + 0.06431195749295206, 0.14438654201596052 ], "resistance": [ @@ -125458,9 +90080,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -234.45659868085295, + -234.45659868085386, -695.2046002545178, - -773.2687979235984, + -773.268797923602, -504.70397995791996, 84.15503093801271, 671.6405918187265, @@ -125468,7 +90090,7 @@ 399.0308278668331 ], "relative wind speed": [ - 2.3784091014381823, + 2.378409101438182, 2.104347692107848, 2.0350887720734097, 2.2281588741955485, @@ -125479,8 +90101,8 @@ ], "relative wind angle": [ 0.16503316630544482, - 0.10520372277733371, - 0.03844921745433937, + 0.1052037227773337, + 0.03844921745434515, 0.1493812178676492, 0.15488502787109457, 0.08001120721772895, @@ -125490,7 +90112,7 @@ "resistance": [ 96400.04340131914, 95939.29539974548, - 95861.23120207641, + 95861.2312020764, 96129.79602004208, 96718.65503093801, 97306.14059181872, @@ -125500,7 +90122,7 @@ "fuel": [ 40.24321238694747, 40.00666478157545, - 39.966664950658284, + 39.96666495065828, 40.10437184292282, 40.40724930038495, 40.710706109713364, @@ -125538,39 +90160,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -122.549549829635, + -122.54954982965137, -1937.3093350050349, - -2579.9875923117997, + -2579.9875923118725, -2207.448634189468, -578.4846303121521, 1450.434816467281, 2719.558997946955, - 1834.2864153806513 + 1834.286415380644 ], "relative wind speed": [ 6.181601804321094, 5.8061091360681605, - 5.61540046705281, + 5.615400467052808, 5.740523234884056, 6.094359866595568, 6.453101560553837, 6.619720586654669, - 6.511514112747728 + 6.5115141127477285 ], "relative wind angle": [ - 0.08132632969619207, + 0.08132632969619481, 0.0665373931181654, - 0.007794305332287831, + 0.007794305332302074, 0.05649554479879266, - 0.08249316102719398, + 0.08249316102719396, 0.059857882645528715, 0.0066117626808241915, - 0.04980032436754279 + 0.04980032436754502 ], "resistance": [ - 96511.95045017035, + 96511.95045017033, 94697.19066499495, - 94054.51240768819, + 94054.51240768812, 94427.05136581052, 96056.01536968784, 98084.93481646727, @@ -125578,9 +90200,9 @@ 98468.78641538063 ], "fuel": [ - 52.822710932654836, + 52.82271093265483, 51.89483091121251, - 51.569170278762584, + 51.56917027876255, 51.757757549861026, 52.5884403373301, 53.63688655519355, @@ -125618,53 +90240,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -599.2111796796999, + -599.2111796797108, -1800.684516135575, - -2019.133415807747, + -2019.1334158077607, -1381.8711150358413, - 105.35294972786687, + 105.35294972786869, 1609.1413164079222, - 2124.724563174186, + 2124.7245631742135, 1012.9906313158572 ], "relative wind speed": [ - 4.677114026087985, + 4.677114026087983, 4.326093629235933, 4.229998728557364, 4.459869598779757, - 4.851555686900737, + 4.8515556869007375, 5.167001268357896, 5.245960250757808, 5.051984892891894 ], "relative wind angle": [ - 0.10884349206165796, + 0.10884349206165898, 0.06876065238712012, - 0.020739368554384872, - 0.09460282373367429, - 0.10491524001930908, - 0.057556564967372485, - 0.016722448927638682, + 0.020739368554390226, + 0.0946028237336743, + 0.10491524001931013, + 0.05755656496737248, + 0.016722448927632045, 0.08348738461185631 ], "resistance": [ - 96035.2888203203, + 96035.28882032029, 94833.81548386443, - 94615.36658419225, + 94615.36658419223, 95252.62888496416, 96739.85294972787, 98243.64131640793, - 98759.22456317418, + 98759.22456317421, 97647.49063131586 ], "fuel": [ 46.535128234633575, 45.92157943275269, - 45.8106026106349, + 45.810602610634895, 46.13484236945289, 46.89742209440371, 47.67686358301123, - 47.946037064234595, + 47.946037064234616, 47.366860882930645 ] }, @@ -125698,9 +90320,9 @@ ], "ice resistance": 93635.55746512322, "wind resistance": [ - 660.4157459328708, + 660.4157459328235, -1956.3176789482604, - -3375.143452022232, + -3375.1434520222647, -3264.043596152558, -1550.1857208539732, 1130.4521604046531, @@ -125708,7 +90330,7 @@ 2987.6390656377807 ], "relative wind speed": [ - 7.555285311336578, + 7.555285311336577, 7.132665370513635, 6.840008498532727, 6.870963279171484, @@ -125718,19 +90340,19 @@ 7.85950099297251 ], "relative wind angle": [ - 0.06932804705704962, + 0.0693280470570544, 0.06939092886235951, - 0.025736552331734257, - 0.03575471484767965, + 0.02573655233173857, + 0.03575471484767964, 0.07271312818474103, - 0.064922757455805, - 0.022320981434979726, + 0.06492275745580502, + 0.022320981434979723, 0.03125605419275541 ], "resistance": [ - 94295.97321105609, + 94295.97321105604, 91679.23978617496, - 90260.41401310099, + 90260.41401310095, 90371.51386897065, 92085.37174426924, 94766.00962552786, @@ -125738,9 +90360,9 @@ 96623.196530761 ], "fuel": [ - 58.529439776325994, + 58.52943977632596, 57.21699492415943, - 56.516023722176186, + 56.516023722176165, 56.570642319658525, 57.4190234832725, 58.76788995124249, @@ -125778,37 +90400,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1076.870074788275, + -1076.8700747882804, -1942.1608504545175, - -1888.497221259062, + -1888.49722125907, -887.7437790722852, 694.7293759946388, 1977.7902435301403, - 1851.894501724597, + 1851.8945017245987, 474.9656055384203 ], "relative wind speed": [ 4.073800048641687, 3.7571642554534948, - 3.7836295182033397, + 3.7836295182033393, 4.132511250625988, 4.558930882159736, 4.823216186546622, - 4.80248324240732, + 4.802483242407319, 4.505779442901349 ], "relative wind angle": [ - 0.12558525811323348, + 0.12558525811323615, 0.05007926161133783, - 0.06460831523271933, + 0.06460831523272277, 0.12947103595528514, 0.11216158586364354, - 0.039004071804474454, - 0.05088812362894217, - 0.11869240394176349 + 0.03900407180447446, + 0.05088812362893999, + 0.1186924039417635 ], "resistance": [ - 95557.62992521176, + 95557.62992521175, 94692.33914954551, 94746.00277874096, 95746.75622092774, @@ -125818,7 +90440,7 @@ 97109.46560553845 ], "fuel": [ - 44.66812655213442, + 44.66812655213441, 44.22725071775626, 44.25451193359106, 44.76485964764457, @@ -125858,19 +90480,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -657.6781140866906, + -657.6781140866942, -1469.7312697294137, - -1526.7420197914566, + -1526.742019791459, -855.0211251579312, - 371.31642892852415, + 371.3164289285223, 1480.2241765321005, - 1613.1989429188652, + 1613.1989429188598, 601.2360010357888 ], "relative wind speed": [ - 3.3283618553341094, + 3.328361855334109, 2.973651228899099, - 2.938241929081439, + 2.9382419290814386, 3.251555141192915, 3.6775800631535622, 3.969884901330837, @@ -125878,13 +90500,13 @@ 3.7456610798001453 ], "relative wind angle": [ - 0.15981630965225513, + 0.15981630965225585, 0.08404374062187579, - 0.06015565709126773, + 0.06015565709126774, 0.15420985026237802, - 0.14452806491829986, + 0.14452806491830064, 0.06292057825891241, - 0.04421812861601188, + 0.04421812861601439, 0.13373572637915954 ], "resistance": [ @@ -125894,7 +90516,7 @@ 95779.47887484205, 97005.8164289285, 98114.72417653208, - 98247.69894291885, + 98247.69894291884, 97235.73600103578 ], "fuel": [ @@ -125904,7 +90526,7 @@ 42.26851507881436, 42.899133172564035, 43.47418343653125, - 43.54344788267457, + 43.543447882674556, 43.01798738341755 ] }, @@ -125938,17 +90560,17 @@ ], "ice resistance": 81662.23341620054, "wind resistance": [ - -508.2771241109076, + -508.277124110944, -2713.9710761832393, - -3301.3481074022566, + -3301.348107403068, -2665.9709862444324, - -427.1625356103468, + -427.16253561035774, 2137.2863028689826, 3537.1019292282326, 2069.1157563351844 ], "relative wind speed": [ - 7.374302188987016, + 7.3743021889870155, 6.986290394129652, 6.823191512191685, 6.995911153597111, @@ -125958,31 +90580,31 @@ 7.7464915824461 ], "relative wind angle": [ - 0.07301121480764838, - 0.05381766191028201, - 0.0009469100031207891, - 0.05505158686449547, - 0.07288361482762012, + 0.07301121480765144, + 0.05381766191028202, + 0.0009469100032380362, + 0.055051586864495475, + 0.07288361482762166, 0.048477546113006115, 0.0008179400730309478, 0.04971284093943322 ], "resistance": [ - 81153.95629208963, + 81153.9562920896, 78948.2623400173, - 78360.88530879829, + 78360.88530879747, 78996.26242995611, - 81235.0708805902, + 81235.07088059018, 83799.51971906953, 85199.33534542877, 83731.34917253573 ], "fuel": [ - 52.195303734843954, + 52.19530373484393, 51.195195407611976, - 50.9319185768003, + 50.93191857679994, 51.21676697093867, - 52.232427921377734, + 52.23242792137773, 53.41873672831662, 54.076613075490606, 53.38688456215938 @@ -126018,39 +90640,39 @@ ], "ice resistance": 72678.54417693659, "wind resistance": [ - -1498.1591282257104, + -1498.159128225765, -3325.0393454569567, - -3488.8835053491202, + -3488.8835053491857, -2096.293141562339, - 578.0902285216725, + 578.0902285216762, 3015.6899130800957, 3405.0810474992286, 1270.4220432234797 ], "relative wind speed": [ - 7.216273059860047, + 7.216273059860046, 6.864495175495402, 6.818798565688639, 7.1109097232600025, - 7.5461768492815535, + 7.546176849281553, 7.867533787705972, 7.907171936644435, 7.64554411554476 ], "relative wind angle": [ - 0.07550189646144162, + 0.07550189646144752, 0.03904243710996843, - 0.024259216290626665, - 0.0706337923278375, - 0.0721952253539108, + 0.02425921629063582, + 0.07063379232783751, + 0.07219522535390928, 0.03406281647525203, - 0.020919558940744487, + 0.020919558940744484, 0.06568715703894494 ], "resistance": [ - 71180.38504871087, + 71180.38504871083, 69353.50483147963, - 69189.66067158747, + 69189.6606715874, 70582.25103537424, 73256.63440545826, 75694.23409001669, @@ -126058,9 +90680,9 @@ 73948.96622016007 ], "fuel": [ - 47.81721665151802, + 47.817216651518, 47.05538233579226, - 46.98766389952566, + 46.98766389952563, 47.56641909501074, 48.69811878921756, 49.75280434965747, @@ -126098,19 +90720,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -364.3341033625652, + -364.3341033625675, -1039.9473701241245, - -1143.440332731731, + -1143.4403327317336, -715.8751970282174, 176.34517996504337, 1052.855423499268, - 1293.021791821482, + 1293.0217918214867, 587.3048144074351 ], "relative wind speed": [ - 2.662919153186873, + 2.662919153186872, 2.2957921376523673, - 2.2125808248261447, + 2.2125808248261443, 2.4870568777425426, 2.895660092240484, 3.1945773189730797, @@ -126118,13 +90740,13 @@ 3.0480377086048613 ], "relative wind angle": [ - 0.1967667543887795, - 0.12417482271162023, - 0.05356998891544754, + 0.19676675438877947, + 0.12417482271162024, + 0.05356998891544962, 0.1827120629947913, - 0.18076898039608605, - 0.08912738780759134, - 0.03642977662712222, + 0.18076898039608608, + 0.08912738780759136, + 0.03642977662711917, 0.14880497753747962 ], "resistance": [ @@ -126134,7 +90756,7 @@ 95918.62480297178, 96810.84517996505, 97687.35542349926, - 97927.52179182148, + 97927.52179182149, 97221.80481440744 ], "fuel": [ @@ -126144,7 +90766,7 @@ 40.59050223761092, 41.04921498511473, 41.5027351505292, - 41.62749997168188, + 41.627499971681885, 41.261495993963464 ] }, @@ -126178,13 +90800,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -87.21100646740979, + -87.2110064674107, -1130.706359017861, -1462.0153190369451, -1183.8556670959142, -175.88223149519445, 1027.2083632511312, - 1751.9357891360378, + 1751.9357891360887, 1103.53774211568 ], "relative wind speed": [ @@ -126198,14 +90820,14 @@ 3.5873688402278265 ], "relative wind angle": [ - 0.18670516751935567, + 0.18670516751935629, 0.15753235451775832, - 0.006676223768026994, + 0.006676223768026993, 0.1502431903252861, - 0.1886880627154174, + 0.18868806271541744, 0.12157875211100895, - 0.004545045454183496, - 0.11414168832096754 + 0.004545045454159069, + 0.11414168832096755 ], "resistance": [ 96547.28899353261, @@ -126214,7 +90836,7 @@ 95450.6443329041, 96458.61776850482, 97661.70836325115, - 98386.43578913606, + 98386.4357891361, 97738.03774211569 ], "fuel": [ @@ -126224,7 +90846,7 @@ 41.25302049337585, 41.76970659141986, 42.39135873334296, - 42.76843398644488, + 42.768433986444904, 42.4309807835367 ] }, @@ -126258,10 +90880,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -0.3571236344846511, + -0.35712363448601536, -870.0035470589883, - -1184.0199936049032, - -982.4977927005525, + -1184.019993604904, + -982.497792700552, -187.76805468459816, 797.9573080616319, 1427.91438605225, @@ -126270,7 +90892,7 @@ "relative wind speed": [ 2.7824588178190006, 2.351986096891076, - 2.117676125704138, + 2.1176761257041377, 2.2833536690779948, 2.7004012249922886, 3.0825971596739077, @@ -126278,13 +90900,13 @@ 3.1337740618472516 ], "relative wind angle": [ - 0.20457104468607412, - 0.18357294579643707, + 0.20457104468607576, + 0.1835729457964371, 0.019801290531056434, - 0.1627787224869578, - 0.2108797466013273, + 0.16277872248695777, + 0.21087974660132733, 0.13973297329786447, - 0.012909720369516766, + 0.012909720369516764, 0.11835809993357174 ], "resistance": [ @@ -126338,39 +90960,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -949.902065947922, + -949.9020659479252, -1259.8300466175224, - -1044.6797992726401, + -1044.6797992726438, -203.7451220636085, 823.9236537834363, 1462.4057201389592, 959.6596863602913, - -45.34495316373432 + -45.34495316373523 ], "relative wind speed": [ - 2.7442349278329363, + 2.744234927832936, 2.5441063342577652, 2.6951454711054543, 3.0726649599105746, 3.4248113151840904, 3.5759866951291546, 3.463574565868472, - 3.133510479939227 + 3.1335104799392264 ], "relative wind angle": [ - 0.14136933807274865, + 0.1413693380727502, 0.01212726151672626, - 0.12762241565682114, + 0.12762241565682464, 0.16872106902632833, 0.11314080528808439, 0.008627736057789695, - 0.09920135513967403, - 0.16541437617469895 + 0.09920135513967404, + 0.16541437617469829 ], "resistance": [ 95684.5979340521, 95374.6699533825, - 95589.8202007274, + 95589.82020072738, 96430.75487793642, 97458.42365378347, 98096.905720139, @@ -126380,7 +91002,7 @@ "fuel": [ 41.20165805581159, 41.04327943729075, - 41.15318703771436, + 41.153187037714346, 41.58442340594601, 42.114990918449635, 42.44660734167228, @@ -126418,17 +91040,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -580.6056292413018, + -580.6056292413032, -1323.3278342414533, - -1382.062570164202, + -1382.0625701642061, -783.7073565968772, - 322.4901571983355, + 322.4901571983337, 1330.9595566946691, 1467.9145433309704, 559.1590053031787 ], "relative wind speed": [ - 3.1519698190653758, + 3.1519698190653753, 2.8099297818534246, 2.7713160812503546, 3.0683253417673018, @@ -126438,19 +91060,19 @@ 3.55010947784401 ], "relative wind angle": [ - 0.1619560173769282, + 0.16195601737692822, 0.08674091656772, - 0.05920837351781227, + 0.05920837351781602, 0.1555468825989067, - 0.1467410185687272, - 0.06482281184419722, - 0.04332229506365424, - 0.13429955681069003 + 0.14674101856872798, + 0.06482281184419723, + 0.043322295063654245, + 0.13429955681069006 ], "resistance": [ 96053.89437075872, 95311.17216575856, - 95252.43742983582, + 95252.4374298358, 95850.79264340314, 96956.99015719835, 97965.45955669468, @@ -126500,15 +91122,15 @@ "wind resistance": [ -364.1743795295147, -1434.903920183689, - -1667.602121890724, + -1667.6021218907294, -1146.3231418160776, 116.41142210896487, 1449.0282021043122, - 1988.0237277985734, + 1988.0237277985643, 1032.859681932302 ], "relative wind speed": [ - 3.1116052680176924, + 3.111605268017692, 2.6158765900256595, 2.4505154109027143, 2.7675795396900718, @@ -126518,13 +91140,13 @@ 3.5860349751850653 ], "relative wind angle": [ - 0.22028914707407077, - 0.1595211587815624, - 0.03766965534226107, + 0.2202891470740708, + 0.15952115878156242, + 0.03766965534226697, 0.19860005550532164, - 0.20803716226840507, + 0.20803716226840505, 0.11259660222090513, - 0.02422665947084229, + 0.024226659470846873, 0.15286179201100084 ], "resistance": [ @@ -126534,7 +91156,7 @@ 95488.17685818394, 96750.91142210898, 98083.52820210432, - 98622.52372779859, + 98622.52372779857, 97667.35968193231 ], "fuel": [ @@ -126544,7 +91166,7 @@ 41.265437169805104, 41.91348842429339, 42.60383893399193, - 42.88493774782051, + 42.8849377478205, 42.387536860871464 ] }, @@ -126578,53 +91200,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -303.6606882444089, + -303.66068824441163, -1476.1264284463246, - -1759.9312051789648, + -1759.9312051789702, -1247.0773064905097, - 77.31534521126241, + 77.31534521126332, 1517.2728634599348, - 2173.4294352362426, + 2173.4294352362317, 1185.6111494303873 ], "relative wind speed": [ - 3.0922248806293853, + 3.092224880629385, 2.542126645296721, 2.3340520917656544, 2.6669031844787674, 3.237443995950058, 3.6851717000119453, - 3.8203532784574863, + 3.8203532784574867, 3.595904023178803 ], "relative wind angle": [ - 0.24278204003681203, - 0.18708728693087004, - 0.032010189659956625, - 0.21864596406058578, - 0.23168766200358495, - 0.12866076121366007, - 0.01955459274009999, + 0.24278204003681292, + 0.18708728693087007, + 0.032010189659963564, + 0.2186459640605858, + 0.23168766200358445, + 0.12866076121366005, + 0.01955459274010567, 0.16157196276955826 ], "resistance": [ - 96330.8393117556, + 96330.83931175558, 95158.37357155367, - 94874.56879482104, + 94874.56879482103, 95387.42269350949, 96711.81534521126, 98151.77286345993, - 98807.92943523625, + 98807.92943523623, 97820.11114943039 ], "fuel": [ - 41.571702652582175, + 41.57170265258216, 40.971614271722565, 40.82712699332683, 41.08844356233147, 41.76779392276952, 42.51382945773561, - 42.856340161256135, + 42.85634016125613, 42.34131312056879 ] }, @@ -126645,68 +91267,7 @@ "id": "2590", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.816160465983755, - 11.816160465983755, - 11.816160465983755, - 11.816160465983755, - 11.816160465983755, - 11.816160465983755, - 11.816160465983755, - 11.816160465983755 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 295.3139288963548, - -936.0752581095749, - -1559.3202432802796, - -1450.2863846128312, - -563.4920312431527, - 730.3711744415687, - 1721.2095813688948, - 1467.8175045105354 - ], - "relative wind speed": [ - 3.4875953890712803, - 3.0256948293633994, - 2.703349531609245, - 2.7757737216230063, - 3.1800691806967114, - 3.622337973112379, - 3.868858087580415, - 3.817229602504344 - ], - "relative wind angle": [ - 0.1680789000338247, - 0.1737206520964821, - 0.057804458840297446, - 0.1090562940489501, - 0.18451130236475902, - 0.14488434532518674, - 0.040379123111349655, - 0.07922819357121767 - ], - "resistance": [ - 96929.81392889642, - 95698.42474189049, - 95075.17975671978, - 95184.21361538723, - 96071.00796875691, - 97364.87117444162, - 98355.70958136895, - 98102.31750451059 - ], - "fuel": [ - 42.38679682951168, - 41.75394086185756, - 41.4357830187829, - 41.491338964878786, - 41.94482969315844, - 42.61173754841649, - 43.12666633231507, - 42.994633347868465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -56.5625, -55.625 -56.25, -55.3125 -56.25, -55.3125 -56.5625, -55.625 -56.5625))", @@ -126738,7 +91299,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -918.9527459543788, + -918.952745954386, -2509.587993675419, -2766.2271028042323, -1851.8613360778672, @@ -126755,20 +91316,20 @@ 6.355793074507697, 6.678106313789832, 6.7508088658602325, - 6.538588678936285 + 6.538588678936286 ], "relative wind angle": [ - 0.08472077740014577, + 0.08472077740014708, 0.05072034654081337, - 0.018326236724099443, + 0.018326236724099446, 0.074292988363125, 0.08193425617651072, 0.04401196460684268, - 0.015502182834249666, - 0.06762213632687196 + 0.015502182834249667, + 0.06762213632687361 ], "resistance": [ - 95715.54725404564, + 95715.54725404562, 94124.9120063246, 93868.27289719578, 94782.63866392215, @@ -126818,13 +91379,13 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1587.9943521716268, + -1587.9943521716377, -3079.782530884513, - -3101.6687898014643, + -3101.668789801508, -1667.696737222348, - 797.7708246559159, + 797.7708246559014, 2895.917845952372, - 2947.8812413551022, + 2947.881241355073, 890.0451723363549 ], "relative wind speed": [ @@ -126834,37 +91395,37 @@ 6.6543025004758265, 7.076594750496676, 7.364595678565507, - 7.3702537302218, + 7.370253730221801, 7.090801615400125 ], "relative wind angle": [ - 0.07709396133820202, - 0.0344712955400741, - 0.03219094314014339, + 0.07709396133820345, + 0.03447129554007411, + 0.03219094314015029, 0.07635261434716782, - 0.07264992983264722, - 0.029720583426546696, - 0.027704676032640638, + 0.07264992983264874, + 0.0297205834265467, + 0.027704676032644645, 0.07164413763018991 ], "resistance": [ - 95046.50564782842, + 95046.50564782841, 93554.71746911554, - 93532.83121019858, + 93532.83121019854, 94966.8032627777, - 97432.27082465596, + 97432.27082465595, 99530.41784595241, - 99582.38124135515, + 99582.38124135512, 97524.5451723364 ], "fuel": [ - 55.961599282699694, + 55.96159928269969, 55.206091754009165, - 55.19506922094523, + 55.19506922094522, 55.92102507334934, - 57.187067888873926, + 57.18706788887392, 58.28230261268705, - 58.30963542488584, + 58.30963542488582, 57.23489081996365 ] }, @@ -126898,41 +91459,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -749.4196595394842, + -749.4196595395006, -2621.432486746813, - -3021.93260652925, + -3021.9326065292553, -2199.2141261140296, - -37.86224834718814, + -37.86224834719178, 2241.9951444362014, 3190.941766898086, 1641.6240570955415 ], "relative wind speed": [ - 6.178928082771908, + 6.1789280827719075, 5.77303901097706, - 5.639950881980449, + 5.6399508819804485, 5.87470190441769, - 6.312985300472593, + 6.312985300472594, 6.686176503337866, 6.798815316281089, 6.597030634329474 ], "relative wind angle": [ - 0.09391907830502609, + 0.09391907830502846, 0.06277125200598511, - 0.011936376852885188, + 0.01193637685288519, 0.0779289932230983, - 0.09191899446210965, + 0.09191899446211087, 0.05418945421288296, 0.009901736918263487, - 0.06938174673358984 + 0.06938174673358982 ], "resistance": [ - 95885.08034046051, + 95885.0803404605, 94013.06751325319, 93612.56739347074, 94435.28587388596, - 96596.63775165282, + 96596.6377516528, 98876.4951444362, 99825.44176689809, 98276.12405709554 @@ -126942,7 +91503,7 @@ 52.05735936121268, 51.85525533262707, 52.271069331097266, - 53.37544798298464, + 53.37544798298463, 54.559217400829745, 55.05763914086221, 54.24561097377146 @@ -126978,19 +91539,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -334.4922031821188, + -334.4922031821334, -1960.390672485175, - -2401.034624553781, + -2401.034624553785, -1907.6791954595774, - -245.96371250501215, + -245.96371250501397, 1654.4397569277844, - 2693.714119347944, + 2693.7141193482094, 1579.3269245858264 ], "relative wind speed": [ 4.964925190938264, 4.52859661285617, - 4.342085751063718, + 4.342085751063717, 4.544911159411697, 4.985963138507738, 5.3853619458861735, @@ -126998,23 +91559,23 @@ 5.371600610919087 ], "relative wind angle": [ - 0.12061200142341331, + 0.12061200142341702, 0.09175050560615224, 0.0024402174828556237, - 0.09473154569476448, - 0.12010062052933547, - 0.07712200481281628, - 0.0019136599032288355, + 0.0947315456947645, + 0.1201006205293364, + 0.0771220048128163, + 0.0019136599031708199, 0.08011821510695392 ], "resistance": [ - 96300.00779681792, + 96300.00779681791, 94674.10932751487, 94233.46537544626, 94726.82080454046, - 96388.53628749504, + 96388.53628749502, 98288.93975692782, - 99328.21411934799, + 99328.21411934825, 98213.82692458587 ], "fuel": [ @@ -127022,9 +91583,9 @@ 46.624339574126424, 46.400926827461774, 46.65111342601263, - 47.50045250871203, + 47.500452508712016, 48.484384981578835, - 49.028152649195405, + 49.02815264919555, 48.4452402859895 ] }, @@ -127045,68 +91606,7 @@ "id": "2603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.462701241704572, - 17.462701241704572, - 17.462701241704572, - 17.462701241704572, - 17.462701241704572, - 17.462701241704572, - 17.462701241704572, - 17.462701241704572 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 76.80954448818557, - -1548.4547510667016, - -2220.255472848379, - -1957.9429267714204, - -611.5676328403697, - 1163.7003280135887, - 2365.3019130759785, - 1746.848621888219 - ], - "relative wind speed": [ - 4.964977465184447, - 4.543918986301614, - 4.302630142503332, - 4.415618265711525, - 4.798472820137644, - 5.198955941467171, - 5.40034410868519, - 5.308357369931288 - ], - "relative wind angle": [ - 0.11078891874536943, - 0.0986217754821103, - 0.019473940815140287, - 0.07455805807643275, - 0.11464988469357974, - 0.0861629431737713, - 0.015515165091635216, - 0.06200144360493986 - ], - "resistance": [ - 96711.30954448818, - 95086.04524893328, - 94414.2445271516, - 94676.55707322857, - 96022.93236715962, - 97798.20032801357, - 98999.80191307596, - 98381.3486218882 - ], - "fuel": [ - 47.31860681461224, - 46.4858364763334, - 46.14448312671291, - 46.27756873769267, - 46.9646888282309, - 47.881004044845795, - 48.507873031118685, - 48.18455832800251 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -55.625, -55 -55.3125, -54.6875 -55.3125, -54.6875 -55.625, -55 -55.625))", @@ -127138,39 +91638,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1016.348625224462, + 1016.3486252244402, -1204.4595617341529, - -2660.9399349001524, - -2784.400652084956, + -2660.9399349001687, + -2784.4006520849434, -1651.9038984772706, 498.0908897023073, 2450.4346465905946, 2743.022743406116 ], "relative wind speed": [ - 6.442130311332016, + 6.442130311332014, 6.030658795983551, - 5.6928441778084755, - 5.65153628128254, + 5.692844177808475, + 5.651536281282539, 5.936119513174188, 6.353716417129136, 6.658084032967908, 6.693182761901635 ], "relative wind angle": [ - 0.0750503650199491, + 0.07505036501995058, 0.08650042148679966, - 0.0445936865725535, - 0.02868711256263115, - 0.08146148779121633, + 0.04459368657255599, + 0.02868711256262728, + 0.08146148779121634, 0.08209209386106336, 0.038125422834061604, 0.024221641480048812 ], "resistance": [ - 97650.84862522448, + 97650.84862522446, 95430.04043826586, - 93973.56006509987, + 93973.56006509985, 93850.09934791506, 94982.59610152274, 97132.59088970232, @@ -127178,9 +91678,9 @@ 99377.52274340612 ], "fuel": [ - 53.674803672668816, + 53.6748036726688, 52.53157878091868, - 51.79177839173615, + 51.791778391736145, 51.729431030406275, 52.30346520754641, 53.40637394504749, @@ -127218,9 +91718,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 915.0635774218672, + 915.0635774218599, -433.9692904760932, - -1476.5728408226878, + -1476.5728408226896, -1692.6757505943906, -1208.5957149668457, 16.778015298992614, @@ -127228,9 +91728,9 @@ 1806.7219757334342 ], "relative wind speed": [ - 4.632249297989895, + 4.632249297989894, 4.292988042602961, - 3.9639981819071384, + 3.963998181907138, 3.860000974476011, 4.057753488715846, 4.415127472676353, @@ -127238,17 +91738,17 @@ 4.798279838750314 ], "relative wind angle": [ - 0.08108646663788187, + 0.08108646663788324, 0.10951028172981672, 0.07280138014757223, 0.015914520933642838, 0.09259753531827215, 0.10646914061700882, 0.061219277027629235, - 0.012802327781090672 + 0.01280232778109067 ], "resistance": [ - 97549.5635774219, + 97549.56357742188, 96200.53070952394, 95157.92715917734, 94941.82424940563, @@ -127258,7 +91758,7 @@ 98441.22197573347 ], "fuel": [ - 45.83973494235259, + 45.83973494235258, 45.143601827896475, 44.610232814049674, 44.500186235265005, @@ -127298,37 +91798,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 463.1608628271897, + 463.1608628271806, -881.6648941962949, - -1670.7252664040661, + -1670.7252664040689, -1662.4736270458243, - -852.0881792957907, + -852.0881792957935, 497.45767941502345, - 1627.7114501328233, + 1627.7114501328142, 1608.237445622448 ], "relative wind speed": [ - 4.634522048075736, + 4.634522048075735, 4.278558740436088, - 4.010557652870487, + 4.010557652870486, 4.0144287259785205, 4.287314215867675, 4.642606262038503, - 4.875990680126771, + 4.875990680126772, 4.872804100691884 ], "relative wind angle": [ - 0.09357733066120968, + 0.09357733066121206, 0.10056656599619539, 0.04350618745982285, 0.04557023178735551, - 0.10118066833941584, + 0.10118066833941695, 0.09265707270985778, - 0.0357806793957784, - 0.03753856928486456 + 0.0357806793957815, + 0.037538569284864556 ], "resistance": [ - 97097.66086282716, + 97097.66086282715, 95752.83510580368, 94963.7747335959, 94972.02637295415, @@ -127338,7 +91838,7 @@ 98242.73744562242 ], "fuel": [ - 45.993303562690464, + 45.99330356269046, 45.3015922847695, 44.89887167896769, 44.90307116311679, @@ -127365,68 +91865,7 @@ "id": "2630", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.297341727575194, - 15.297341727575194, - 15.297341727575194, - 15.297341727575194, - 15.297341727575194, - 15.297341727575194, - 15.297341727575194, - 15.297341727575194 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 748.7964848690272, - -675.1084165831517, - -1649.9356066778128, - -1765.992470121615, - -1087.5506489071713, - 270.0472397798294, - 1549.9102344347803, - 1822.9913557490463 - ], - "relative wind speed": [ - 4.525484018593125, - 4.147129544596614, - 3.8172504790515505, - 3.7599448382817524, - 4.018755183392571, - 4.4081419404234605, - 4.696700715051699, - 4.74270109111515 - ], - "relative wind angle": [ - 0.09749713344317062, - 0.11882311838401126, - 0.06678015082483073, - 0.03494846131975246, - 0.10983750573950941, - 0.111757052808297, - 0.05426195840250075, - 0.027704538874024298 - ], - "resistance": [ - 97383.29648486903, - 95959.39158341684, - 94984.56439332219, - 94868.50752987838, - 95546.94935109283, - 96904.54723977983, - 98184.41023443478, - 98457.49135574905 - ], - "fuel": [ - 45.48300853168018, - 44.74931896741552, - 44.25137436425612, - 44.19232772700924, - 44.538210708094084, - 45.23548352359421, - 45.89911145633256, - 46.04149707565674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -55.9375, -53.125 -55.625, -52.8125 -55.625, -52.8125 -55.9375, -53.125 -55.9375))", @@ -127458,9 +91897,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 517.4304974770348, + 517.4304974770312, -558.2393533021432, - -1262.3779198681777, + -1262.3779198681823, -1320.7651873840537, -763.5355437744711, 278.8006709967558, @@ -127468,7 +91907,7 @@ 1365.846254669008 ], "relative wind speed": [ - 3.71657289746808, + 3.716572897468079, 3.3626200764795597, 3.063026557994854, 3.027433703137953, @@ -127478,19 +91917,19 @@ 3.928285554678983 ], "relative wind angle": [ - 0.11314626464744491, + 0.1131462646474459, 0.13447047385817457, - 0.07120686404294498, + 0.07120686404294811, 0.047126715208710215, 0.12813198754553604, - 0.12398034387763718, - 0.055898577188130294, - 0.03631394642476337 + 0.12398034387763719, + 0.0558985771881303, + 0.03631394642476338 ], "resistance": [ 97151.93049747706, 96076.26064669789, - 95372.12208013186, + 95372.12208013184, 95313.73481261598, 95870.96445622556, 96913.30067099679, @@ -127500,7 +91939,7 @@ "fuel": [ 43.00790158582862, 42.45387479344565, - 42.09353790480366, + 42.093537904803654, 42.063741553924245, 42.34862568691523, 42.88462299420045, @@ -127525,68 +91964,7 @@ "id": "2639", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.008695547358176, - 26.008695547358176, - 26.008695547358176, - 26.008695547358176, - 26.008695547358176, - 26.008695547358176, - 26.008695547358176, - 26.008695547358176 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -752.5017651040944, - -2904.5431409023076, - -3401.108139880249, - -2569.116856884284, - -186.01589588951902, - 2392.85196878012, - 3574.2178108034495, - 1916.3587829805438 - ], - "relative wind speed": [ - 7.200412125283915, - 6.806115019469678, - 6.665211154336377, - 6.87483574405494, - 7.292155281872662, - 7.661479085048021, - 7.784370475317123, - 7.599874796412342 - ], - "relative wind angle": [ - 0.07779498053146024, - 0.0533828656989192, - 0.006902908797124438, - 0.062328950849648776, - 0.07681429406644785, - 0.047418195263471845, - 0.005910464737546529, - 0.05637603719670159 - ], - "resistance": [ - 95881.9982348959, - 93729.9568590977, - 93233.39186011975, - 94065.38314311572, - 96448.48410411048, - 99027.35196878012, - 100208.71781080344, - 98550.85878298055 - ], - "fuel": [ - 58.52246968134146, - 57.42853383096117, - 57.17856453253055, - 57.597905613772234, - 58.81329367752703, - 60.15233114986562, - 60.77400203211931, - 59.9030555806729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -56.5625, -54.0625 -56.25, -53.75 -56.25, -53.75 -56.5625, -54.0625 -56.5625))", @@ -127605,68 +91983,7 @@ "id": "2641", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.468321903978898, - 14.468321903978898, - 14.468321903978898, - 14.468321903978898, - 14.468321903978898, - 14.468321903978898, - 14.468321903978898, - 14.468321903978898 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 490.05456612338276, - -976.6948852784781, - -1813.9241193155494, - -1779.796917827386, - -857.1448253857016, - 629.087005610736, - 1854.9308324302528, - 1775.0303301881504 - ], - "relative wind speed": [ - 4.251101306243512, - 3.8176749043191287, - 3.4915740399521993, - 3.5096235964300178, - 3.8574243026867188, - 4.286833667386143, - 4.556368651726426, - 4.542480245227824 - ], - "relative wind angle": [ - 0.1257239395990773, - 0.1359291773274601, - 0.05690089023917305, - 0.0674433704194821, - 0.13863386848861697, - 0.12097527500775233, - 0.043593792104390815, - 0.05209234474836528 - ], - "resistance": [ - 97124.55456612339, - 95657.80511472153, - 94820.57588068447, - 94854.70308217262, - 95777.35517461432, - 97263.58700561075, - 98489.43083243027, - 98409.53033018816 - ], - "fuel": [ - 44.595201926103854, - 43.84096512101405, - 43.414031178600325, - 43.431382899782996, - 43.902140900591355, - 44.6671110244548, - 45.304243748047504, - 45.262545084051126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -56.875, -54.375 -56.5625, -54.0625 -56.5625, -54.0625 -56.875, -54.375 -56.875))", @@ -127685,68 +92002,7 @@ "id": "2642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.094773785084747, - 16.094773785084747, - 16.094773785084747, - 16.094773785084747, - 16.094773785084747, - 16.094773785084747, - 16.094773785084747, - 16.094773785084747 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 145.18448673457715, - -1373.63842430347, - -2040.245709518642, - -1826.436143299633, - -615.1654865550545, - 1025.815509115133, - 2174.036877108052, - 1671.1707604553867 - ], - "relative wind speed": [ - 4.604058373492891, - 4.179713229950293, - 3.924195400026674, - 4.024705955402794, - 4.404410853279835, - 4.808969306036137, - 5.019649283907063, - 4.939426124922255 - ], - "relative wind angle": [ - 0.11927931202733277, - 0.10992139463836345, - 0.025631211458028498, - 0.07866736864428914, - 0.12471370857607807, - 0.09549090358316849, - 0.02003677816244675, - 0.06407689850085704 - ], - "resistance": [ - 96779.68448673461, - 95260.86157569656, - 94594.25429048139, - 94808.06385670039, - 96019.33451344498, - 97660.31550911516, - 98808.53687710808, - 98305.67076045541 - ], - "fuel": [ - 45.93898678731661, - 45.16006881508022, - 44.82091426971582, - 44.929515566538306, - 45.54797351570866, - 46.394543750519844, - 46.99286140847377, - 46.73022306106337 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -56.875, -54.0625 -56.5625, -53.75 -56.5625, -53.75 -56.875, -54.0625 -56.875))", @@ -127765,68 +92021,7 @@ "id": "2643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.461555268967292, - 13.461555268967292, - 13.461555268967292, - 13.461555268967292, - 13.461555268967292, - 13.461555268967292, - 13.461555268967292, - 13.461555268967292 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 752.6052892814205, - -711.7648872662376, - -1686.0691762832685, - -1780.4679889138715, - -1038.8170018974797, - 371.61468695029725, - 1678.136777966717, - 1898.3902845581397 - ], - "relative wind speed": [ - 4.057990925363195, - 3.6130013331447315, - 3.2240979826340133, - 3.1698528209573933, - 3.495201087260368, - 3.953472190038838, - 4.276553891755765, - 4.316914880349687 - ], - "relative wind angle": [ - 0.13042798997528215, - 0.15958980470301576, - 0.08826316513786316, - 0.05436197333311932, - 0.15158005054783627, - 0.1457431250705155, - 0.06650433091377823, - 0.039908204175177396 - ], - "resistance": [ - 97387.10528928145, - 95922.73511273379, - 94948.43082371676, - 94854.03201108615, - 95595.68299810255, - 97006.11468695033, - 98312.63677796675, - 98532.89028455818 - ], - "fuel": [ - 43.87636420474988, - 43.12191375957542, - 42.62436820350992, - 42.57634949350037, - 42.95450502162563, - 43.67930809840571, - 44.35731775447613, - 44.472242281344336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -56.875, -53.125 -56.5625, -52.8125 -56.5625, -52.8125 -56.875, -53.125 -56.875))", @@ -127845,68 +92040,7 @@ "id": "2646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.09982974862388, - 11.09982974862388, - 11.09982974862388, - 11.09982974862388, - 11.09982974862388, - 11.09982974862388, - 11.09982974862388, - 11.09982974862388 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 766.9822627051617, - -186.6365843715762, - -973.5957381555563, - -1177.2376968253807, - -899.0050725193428, - -61.806612712432525, - 873.6257765443343, - 1350.7165158731577 - ], - "relative wind speed": [ - 3.4206455654565295, - 3.095923810498168, - 2.7487491319050346, - 2.608079972957506, - 2.7866711675254954, - 3.1435025115284745, - 3.4511926185373434, - 3.558689524959054 - ], - "relative wind angle": [ - 0.1034168191776929, - 0.1541404375154912, - 0.11634469421377237, - 0.009229291168098336, - 0.12705984034614637, - 0.15178920737690704, - 0.09258762521766035, - 0.006763886286705122 - ], - "resistance": [ - 97401.4822627052, - 96447.86341562847, - 95660.9042618445, - 95457.26230317466, - 95735.4949274807, - 96572.69338728761, - 97508.12577654437, - 97985.2165158732 - ], - "fuel": [ - 42.14087644961083, - 41.64861029987996, - 41.24492377747575, - 41.140836859485674, - 41.28308769845367, - 41.71285610618495, - 42.19613710697716, - 42.443874674284515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -55.3125, -51.875 -55, -51.5625 -55, -51.5625 -55.3125, -51.875 -55.3125))", @@ -127938,17 +92072,17 @@ ], "ice resistance": 76168.78459540686, "wind resistance": [ - 1715.2231989943102, + 1715.223198994263, -815.1164184856425, - -2804.482980493969, + -2804.482980494002, -3229.3923538184463, - -2375.7233192363965, + -2375.723319236411, -90.2693063975239, - 2324.0705803161836, + 2324.070580316158, 3336.484653986994 ], "relative wind speed": [ - 7.69670291077495, + 7.696702910774949, 7.321693415702575, 6.962242904383004, 6.844251187711512, @@ -127958,33 +92092,33 @@ 7.878437444347647 ], "relative wind angle": [ - 0.05283376068445975, - 0.0706858290403972, - 0.04667519959985173, + 0.05283376068446396, + 0.07068582904039722, + 0.046675199599856484, 0.008431605238046464, - 0.057701786547966635, + 0.05770178654796856, 0.06958974398659419, - 0.04179643853023466, - 0.00732478449425714 + 0.04179643853023732, + 0.007324784494257141 ], "resistance": [ - 77884.00779440117, + 77884.00779440113, 75353.66817692122, - 73364.3016149129, + 73364.30161491287, 72939.39224158842, - 73793.06127617047, + 73793.06127617045, 76078.51528900934, - 78492.85517572305, + 78492.85517572302, 79505.26924939385 ], "fuel": [ - 50.719114598160196, + 50.719114598160175, 49.60412165055945, - 48.74423684573926, + 48.74423684573925, 48.56248241950884, - 48.92831921428606, + 48.92831921428605, 49.92109030687229, - 50.99095889919095, + 50.99095889919094, 51.446045556051246 ] }, @@ -128018,54 +92152,54 @@ ], "ice resistance": 96439.61434081387, "wind resistance": [ - 533.0892807401106, + 533.0892807400669, -1887.3905838453138, - -3158.249501141203, + -3158.2495011412393, -3021.2649049645697, -1384.8536752085747, 1114.527553946842, - 3050.620824088186, - 2724.430227403027 + 3050.6208240881388, + 2724.430227403056 ], "relative wind speed": [ - 7.529679388751692, + 7.529679388751691, 7.136959982462061, - 6.872726939387354, + 6.872726939387353, 6.910794622735078, 7.22516102971718, 7.6133321096265725, - 7.852684128331866, - 7.819203366399406 + 7.852684128331867, + 7.819203366399405 ], "relative wind angle": [ - 0.06513305464536125, + 0.06513305464536637, 0.06371782302033145, - 0.022205005545943318, + 0.02220500554594832, 0.034538352122492615, 0.06788235147719497, 0.05972604258733439, - 0.01943361048912849, - 0.030524473835911108 + 0.019433610489134206, + 0.03052447383590747 ], "resistance": [ - 96972.70362155398, + 96972.70362155394, 94552.22375696857, - 93281.36483967266, + 93281.36483967263, 93418.3494358493, 95054.7606656053, 97554.14189476072, - 99490.23516490206, - 99164.0445682169 + 99490.23516490201, + 99164.04456821692 ], "fuel": [ - 59.89833871172988, + 59.89833871172985, 58.659334136306434, - 58.01753000270683, + 58.017530002706806, 58.08642043785569, 58.914781427001856, 60.19921499313704, - 61.210151759627315, - 61.03885335876766 + 61.210151759627294, + 61.03885335876767 ] }, { @@ -128098,19 +92232,19 @@ ], "ice resistance": 88904.84153676807, "wind resistance": [ - 253.4882960030518, + 253.48829600302633, -2305.714943468847, - -3465.3816793584374, + -3465.381679358441, -3160.3339536573258, -1190.4622830414773, 1544.2223814880635, - 3483.526528255501, + 3483.52652825557, 2758.0890950543144 ], "relative wind speed": [ - 7.496216151804352, + 7.49621615180435, 7.070521220568411, - 6.8140747488218585, + 6.814074748821858, 6.899063229039657, 7.266769341670303, 7.681596378950385, @@ -128118,33 +92252,33 @@ 7.835950473383862 ], "relative wind angle": [ - 0.07317061425071579, + 0.0731706142507173, 0.06635925698047093, 0.016883646298106413, 0.04439129379769895, - 0.07548529241272103, - 0.061073483531366435, - 0.014544310690050586, + 0.07548529241272105, + 0.06107348353136644, + 0.014544310690042951, 0.039080864019760325 ], "resistance": [ - 89158.32983277112, + 89158.3298327711, 86599.12659329922, 85439.45985740963, 85744.50758311074, 87714.3792537266, 90449.06391825614, - 92388.36806502358, + 92388.36806502365, 91662.93063182238 ], "fuel": [ - 55.97670778652136, + 55.976707786521345, 54.74176910671566, 54.19019790489, 54.334802430792706, 55.27693603642005, 56.60879447505286, - 57.570147430659524, + 57.57014743065957, 57.20889482531507 ] }, @@ -128178,9 +92312,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1004.186672590049, + -1004.18667259006, -2214.719869316068, - -2311.1880118514873, + -2311.188011851489, -1350.146902028353, 451.69522908473664, 2082.9096178150903, @@ -128188,9 +92322,9 @@ 852.844725914305 ], "relative wind speed": [ - 5.054129881935338, + 5.054129881935337, 4.716090625388855, - 4.677412439553628, + 4.677412439553627, 4.966597221715639, 5.3827978786290815, 5.68130540270146, @@ -128198,17 +92332,17 @@ 5.463666708620863 ], "relative wind angle": [ - 0.10270134228411582, + 0.10270134228411798, 0.05295222389963534, - 0.035315525759378484, + 0.03531552575937849, 0.09743791974646422, - 0.09641036314561226, + 0.09641036314561227, 0.04394961313070705, 0.02891097918246071, 0.0885488673906503 ], "resistance": [ - 95630.31332740995, + 95630.31332740994, 94419.78013068394, 94323.31198814852, 95284.35309797165, @@ -128218,7 +92352,7 @@ 97487.3447259143 ], "fuel": [ - 48.142040492318856, + 48.142040492318834, 47.525709746009106, 47.47682854816269, 47.96534183971671, @@ -128245,68 +92379,7 @@ "id": "2665", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.663099706727884, - 18.663099706727884, - 18.663099706727884, - 18.663099706727884, - 18.663099706727884, - 18.663099706727884, - 18.663099706727884, - 18.663099706727884 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -733.5848283021023, - -1545.6794197489999, - -1599.40072881372, - -930.4192715951958, - 306.9455702252635, - 1408.3294630902437, - 1536.1870510585322, - 534.7074085750355 - ], - "relative wind speed": [ - 5.078804140784438, - 4.855296651675193, - 4.8340795311689275, - 5.0297053470199415, - 5.3134168418807945, - 5.518400534599068, - 5.5369960377776355, - 5.359917364865865 - ], - "relative wind angle": [ - 0.06927425671493448, - 0.03408155072165804, - 0.024324690101349668, - 0.06600036337790802, - 0.06621088620790427, - 0.02998492033066572, - 0.021236195211862107, - 0.06192885700666541 - ], - "resistance": [ - 95900.91517169791, - 95088.82058025102, - 95035.0992711863, - 95704.08072840482, - 96941.44557022527, - 98042.82946309025, - 98170.68705105854, - 97169.20740857505 - ], - "fuel": [ - 48.245284049935755, - 47.83039456838117, - 47.803035527721505, - 48.14449835307566, - 48.78046522707898, - 49.351334590035805, - 49.417898156915356, - 48.89814855345275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -56.25, -50.3125 -55.9375, -50 -55.9375, -50 -56.25, -50.3125 -56.25))", @@ -128325,68 +92398,7 @@ "id": "2675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.725400668849401, - 10.725400668849401, - 10.725400668849401, - 10.725400668849401, - 10.725400668849401, - 10.725400668849401, - 10.725400668849401, - 10.725400668849401 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -737.5872590016734, - -1035.0993464465005, - -894.4265337652787, - -243.64962268852423, - 593.433469571456, - 1147.2066796023355, - 817.4004114378431, - 19.131210480396476 - ], - "relative wind speed": [ - 2.7364352395782094, - 2.554445065086521, - 2.65462556234032, - 2.957689742856008, - 3.2605989471874124, - 3.405054144101123, - 3.3275436043085076, - 3.0613158445037105 - ], - "relative wind angle": [ - 0.12375806338327017, - 0.020490679859112362, - 0.09952818493619314, - 0.14431930724240652, - 0.10378439096127126, - 0.015371477888837574, - 0.079353161892921, - 0.1394016081327323 - ], - "resistance": [ - 95896.91274099835, - 95599.40065355352, - 95740.07346623474, - 96390.8503773115, - 97227.93346957146, - 97781.70667960236, - 97451.90041143786, - 96653.63121048041 - ], - "fuel": [ - 41.12316766381942, - 40.97089186683811, - 41.04285147137786, - 41.376707400353325, - 41.808457723527596, - 42.095515619617665, - 41.92441742242474, - 41.511963592663236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -56.875, -51.25 -56.5625, -50.9375 -56.5625, -50.9375 -56.875, -51.25 -56.875))", @@ -128405,68 +92417,7 @@ "id": "2682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.14098760392907, - 15.14098760392907, - 15.14098760392907, - 15.14098760392907, - 15.14098760392907, - 15.14098760392907, - 15.14098760392907, - 15.14098760392907 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 379.59039877607665, - -1122.3759944210778, - -1913.4786322662085, - -1818.8552330757675, - -789.2470925649686, - 766.742700899902, - 1981.9649504879308, - 1760.045266028943 - ], - "relative wind speed": [ - 4.4035559935852, - 3.9717615176360317, - 3.6696511108498604, - 3.717253286905128, - 4.077230192590714, - 4.498913410929239, - 4.748554743988093, - 4.711384025210262 - ], - "relative wind angle": [ - 0.12290813300701599, - 0.12573336873976806, - 0.04484316664572199, - 0.07146432910293342, - 0.13280126869519218, - 0.11093596178670208, - 0.034649816761242014, - 0.05636678154916868 - ], - "resistance": [ - 97014.09039877605, - 95512.1240055789, - 94721.02136773376, - 94815.6447669242, - 95845.252907435, - 97401.24270089988, - 98616.4649504879, - 98394.54526602892 - ], - "fuel": [ - 45.14638927917987, - 44.37475888419879, - 43.97170754142931, - 44.01979370068271, - 44.54517834545483, - 45.34664827048395, - 45.97885887624758, - 45.86299664034529 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -56.875, -50.9375 -56.5625, -50.625 -56.5625, -50.625 -56.875, -50.9375 -56.875))", @@ -128485,68 +92436,7 @@ "id": "2683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.997540163568813, - 15.997540163568813, - 15.997540163568813, - 15.997540163568813, - 15.997540163568813, - 15.997540163568813, - 15.997540163568813, - 15.997540163568813 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -498.7653603817698, - -1846.790115675114, - -2141.82089515208, - -1541.588289857431, - 13.175407056352924, - 1659.9295531196567, - 2353.1378938068265, - 1224.5655853494372 - ], - "relative wind speed": [ - 4.414750532259431, - 3.9971923758324093, - 3.8571866338405814, - 4.103073557164218, - 4.550048874891393, - 4.920916595165236, - 5.031409176136138, - 4.832986075966403 - ], - "relative wind angle": [ - 0.13339980772395663, - 0.09193114591037285, - 0.017691880971588622, - 0.11319378326965332, - 0.12941044570527266, - 0.07463853906424776, - 0.013562685242882837, - 0.09604093179181551 - ], - "resistance": [ - 96135.73463961824, - 94787.7098843249, - 94492.67910484794, - 95092.91171014258, - 96647.67540705636, - 98294.42955311967, - 98987.63789380684, - 97859.06558534945 - ], - "fuel": [ - 45.511815599041654, - 44.82329202251449, - 44.67350258184764, - 44.978586216386304, - 45.7750684919393, - 46.628484994305886, - 46.99075231443526, - 46.401880043317085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -56.5625, -50.3125 -56.25, -50 -56.25, -50 -56.5625, -50.3125 -56.5625))", @@ -128565,68 +92455,7 @@ "id": "2685", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.539618474235352, - 10.539618474235352, - 10.539618474235352, - 10.539618474235352, - 10.539618474235352, - 10.539618474235352, - 10.539618474235352, - 10.539618474235352 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -543.9659248945013, - -1100.2323699095064, - -1107.0510773578458, - -567.4902712975959, - 347.7578936183904, - 1137.1755396219833, - 1153.062752232, - 375.18013408271145 - ], - "relative wind speed": [ - 2.7834878817559963, - 2.487557221965816, - 2.4825313945773106, - 2.7726342369780057, - 3.141417263629746, - 3.3805866768298065, - 3.384279108916922, - 3.151000888614739 - ], - "relative wind angle": [ - 0.1630197979483677, - 0.07701489895959449, - 0.07301081286067963, - 0.1621044556817678, - 0.14430691122801884, - 0.05664461375113324, - 0.05353493975781705, - 0.142497103486247 - ], - "resistance": [ - 96090.53407510552, - 95534.26763009052, - 95527.44892264217, - 96067.00972870243, - 96982.2578936184, - 97771.675539622, - 97787.56275223201, - 97009.68013408272 - ], - "fuel": [ - 41.10551236994171, - 40.820665190421586, - 40.81718068059694, - 41.09344294860374, - 41.564539420663756, - 41.97337211087053, - 41.98162376689933, - 41.5787022891625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -56.875, -50.3125 -56.5625, -50 -56.5625, -50 -56.875, -50.3125 -56.875))", @@ -128645,68 +92474,7 @@ "id": "2687", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.177424434415677, - 9.177424434415677, - 9.177424434415677, - 9.177424434415677, - 9.177424434415677, - 9.177424434415677, - 9.177424434415677, - 9.177424434415677 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -209.65877024881001, - -955.3848441045875, - -1131.928519109139, - -801.9807885264204, - 45.71467305931765, - 961.5276530998121, - 1370.4388882953444, - 740.0743820499683 - ], - "relative wind speed": [ - 2.553609016214965, - 2.133927293211783, - 1.9795761169401211, - 2.2334002459588276, - 2.671197703584326, - 3.0170466497245894, - 3.1204958863246093, - 2.94417042996488 - ], - "relative wind angle": [ - 0.2253620371670495, - 0.16993752715180668, - 0.03044051420721488, - 0.20109186082237357, - 0.21528142771203784, - 0.11990456154498144, - 0.0193090314252666, - 0.15210485617396716 - ], - "resistance": [ - 96424.8412297512, - 95679.11515589542, - 95502.57148089087, - 95832.51921147358, - 96680.21467305932, - 97596.02765309981, - 98004.93888829535, - 97374.57438204996 - ], - "fuel": [ - 40.489330764929306, - 40.10680225538799, - 40.01654513973673, - 40.185323521468646, - 40.62080307257524, - 41.094280898235624, - 41.306696965402296, - 40.97950285953134 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -58.4375, -52.5 -58.125, -52.1875 -58.125, -52.1875 -58.4375, -52.5 -58.4375))", @@ -128725,68 +92493,7 @@ "id": "2688", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.806612422174556, - 9.806612422174556, - 9.806612422174556, - 9.806612422174556, - 9.806612422174556, - 9.806612422174556, - 9.806612422174556, - 9.806612422174556 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 647.6599704540122, - 1041.9102333151513, - 610.6840586637572, - -118.34203003354924, - -733.8130209237888, - -901.9313423949752, - -707.943556344434, - -75.03847754765957 - ], - "relative wind speed": [ - 3.0365080749820037, - 3.1374549699485232, - 3.024498569064815, - 2.7459080770877295, - 2.441839720434306, - 2.310700937219464, - 2.4566991910786484, - 2.764588819681141 - ], - "relative wind angle": [ - 0.0942023227825515, - 0.0030111417737692155, - 0.099015702383719, - 0.15111836460361588, - 0.11723889870802506, - 0.0040885142749715045, - 0.1220038509052212, - 0.15008947073542606 - ], - "resistance": [ - 97282.15997045407, - 97676.41023331521, - 97245.18405866381, - 96516.1579699665, - 95900.68697907627, - 95732.56865760508, - 95926.55644365563, - 96559.4615224524 - ], - "fuel": [ - 41.280404059346765, - 41.48473302356257, - 41.26127013697846, - 40.88506004254323, - 40.56898904287762, - 40.48289810380468, - 40.58224575495299, - 40.90735136717835 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -58.4375, -52.1875 -58.125, -51.875 -58.125, -51.875 -58.4375, -52.1875 -58.4375))", @@ -128805,68 +92512,7 @@ "id": "2689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.783173212819026, - 8.783173212819026, - 8.783173212819026, - 8.783173212819026, - 8.783173212819026, - 8.783173212819026, - 8.783173212819026, - 8.783173212819026 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 701.6889162629891, - 942.7899618849165, - 471.67375448730945, - -211.9454135170754, - -728.7047529070132, - -832.1677175279535, - -568.2035463212799, - 56.192263154231114 - ], - "relative wind speed": [ - 2.7967979295056504, - 2.863680560114595, - 2.714721321086116, - 2.411633686271274, - 2.109411929690284, - 2.0176796071796277, - 2.214042794628693, - 2.5408109553542952 - ], - "relative wind angle": [ - 0.09053574610113485, - 0.02289337427878181, - 0.12764158441024687, - 0.17637831307103974, - 0.12016333286652661, - 0.03249530915078139, - 0.1567223058962482, - 0.16732409193439385 - ], - "resistance": [ - 97336.18891626305, - 97577.28996188498, - 97106.17375448736, - 96422.55458648298, - 95905.79524709305, - 95802.33228247211, - 96066.29645367878, - 96690.69226315428 - ], - "fuel": [ - 40.75439235706353, - 40.87932810762624, - 40.635402795788366, - 40.28292056386879, - 40.01762735381928, - 39.9646310669863, - 40.09991886148339, - 40.42096828796706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -58.75, -52.1875 -58.4375, -51.875 -58.4375, -51.875 -58.75, -52.1875 -58.75))", @@ -128885,68 +92531,7 @@ "id": "2691", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.053159370003066, - 7.053159370003066, - 7.053159370003066, - 7.053159370003066, - 7.053159370003066, - 7.053159370003066, - 7.053159370003066, - 7.053159370003066 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 582.0461602941673, - 678.0153603411004, - 287.7912206586361, - -217.4270332236133, - -562.1210836677792, - -603.5374084537862, - -357.4354772939596, - 123.97277113075688 - ], - "relative wind speed": [ - 2.311603793328616, - 2.343746295159725, - 2.1829953133301263, - 1.8938694831258769, - 1.627098086200784, - 1.5804472732029253, - 1.7959654065232442, - 2.098623039122087 - ], - "relative wind angle": [ - 0.08511060843442401, - 0.04452120518418619, - 0.15825232217548452, - 0.2032107482278243, - 0.12106547905510463, - 0.06604954574125854, - 0.19274497807767724, - 0.18314699058149447 - ], - "resistance": [ - 97216.54616029418, - 97312.51536034112, - 96922.29122065865, - 96417.0729667764, - 96072.37891633224, - 96030.96259154622, - 96277.06452270606, - 96758.47277113076 - ], - "fuel": [ - 39.91293960128773, - 39.96260108287645, - 39.76088421426896, - 39.50056562740674, - 39.32350374586337, - 39.30225882736855, - 39.42859299827078, - 39.67637112069719 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -59.0625, -52.1875 -58.75, -51.875 -58.75, -51.875 -59.0625, -52.1875 -59.0625))", @@ -128965,68 +92550,7 @@ "id": "2693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.34534435148471, - 6.34534435148471, - 6.34534435148471, - 6.34534435148471, - 6.34534435148471, - 6.34534435148471, - 6.34534435148471, - 6.34534435148471 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 429.26011025793355, - 720.3839802193843, - 452.08742070544895, - -24.928904041482383, - -438.169885580503, - -569.6869391716823, - -453.93843137068745, - -51.157169385251336 - ], - "relative wind speed": [ - 2.078829388900671, - 2.186734130724319, - 2.0895624048174453, - 1.8216314441314434, - 1.5006263759544922, - 1.3385084945164931, - 1.485644676475834, - 1.8041812630994263 - ], - "relative wind angle": [ - 0.14785314721017934, - 0.004103906952735516, - 0.14095093388319882, - 0.23497998889247027, - 0.2055204410176159, - 0.006704623454785469, - 0.19890088367145672, - 0.2372961530933232 - ], - "resistance": [ - 97063.76011025792, - 97354.88398021937, - 97086.58742070543, - 96609.5710959585, - 96196.33011441948, - 96064.81306082831, - 96180.5615686293, - 96583.34283061474 - ], - "fuel": [ - 39.571847512983524, - 39.72243648412548, - 39.583643948326156, - 39.337540022927115, - 39.12502376448242, - 39.05752216239865, - 39.11692710568391, - 39.324032802309304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -59.375, -52.1875 -59.0625, -51.875 -59.0625, -51.875 -59.375, -52.1875 -59.375))", @@ -129045,68 +92569,7 @@ "id": "2695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.759424294043324, - 6.759424294043324, - 6.759424294043324, - 6.759424294043324, - 6.759424294043324, - 6.759424294043324, - 6.759424294043324, - 6.759424294043324 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 636.2318491470303, - 791.7603897399297, - 373.6741760256509, - -189.95188918527083, - -594.0254255398158, - -661.4812363100262, - -412.7101212046141, - 111.66524814935656 - ], - "relative wind speed": [ - 2.279703384595715, - 2.3317541704499734, - 2.1639190081225737, - 1.8372387006278936, - 1.5104503760850296, - 1.428786320252864, - 1.672113150070407, - 2.0256015939141863 - ], - "relative wind angle": [ - 0.11041111390104512, - 0.041560123218016706, - 0.18037444216536475, - 0.2486414620464024, - 0.16707998191525777, - 0.06785793296071928, - 0.2343007541538778, - 0.22509964030585336 - ], - "resistance": [ - 97270.73184914707, - 97426.26038973995, - 97008.17417602568, - 96444.54811081477, - 96040.47457446021, - 95973.01876369001, - 96221.78987879542, - 96746.16524814938 - ], - "fuel": [ - 39.828200096631456, - 39.90873052932444, - 39.69245575739632, - 39.401923109602336, - 39.19436259973075, - 39.159771742397126, - 39.28742371186427, - 39.55725083615414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -59.6875, -52.1875 -59.375, -51.875 -59.375, -51.875 -59.6875, -52.1875 -59.6875))", @@ -129125,68 +92588,7 @@ "id": "2701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.117566305619436, - 8.117566305619436, - 8.117566305619436, - 8.117566305619436, - 8.117566305619436, - 8.117566305619436, - 8.117566305619436, - 8.117566305619436 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 698.6281049286526, - 962.2529352689339, - 499.49668200745236, - -181.31044026196219, - -704.5017456017647, - -818.1034545682019, - -566.1274905339567, - 49.32589288588906 - ], - "relative wind speed": [ - 2.638044803993657, - 2.7148472690445486, - 2.562854237572333, - 2.2411294913366917, - 1.9076379907593561, - 1.7966545014074575, - 2.007521170155836, - 2.361292378069108 - ], - "relative wind angle": [ - 0.10687265746424028, - 0.02258731570033793, - 0.14413221973886606, - 0.2063916230955256, - 0.14805173352268447, - 0.03413444654331642, - 0.18440998562391336, - 0.1957485782768964 - ], - "resistance": [ - 97333.12810492869, - 97596.75293526897, - 97133.99668200749, - 96453.18955973808, - 95929.99825439828, - 95816.39654543184, - 96068.37250946609, - 96683.82589288593 - ], - "fuel": [ - 40.429551821603575, - 40.56616717971238, - 40.32652960930625, - 39.97542325570011, - 39.706774631852184, - 39.648576941539105, - 39.77772806694316, - 40.09417402610068 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -60, -52.1875 -59.6875, -51.875 -59.6875, -51.875 -60, -52.1875 -60))", @@ -129205,68 +92607,7 @@ "id": "2703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.69607916111254, - 8.69607916111254, - 8.69607916111254, - 8.69607916111254, - 8.69607916111254, - 8.69607916111254, - 8.69607916111254, - 8.69607916111254 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 663.273386499658, - 1033.6894523850228, - 596.978642671791, - -116.73021407548458, - -708.4025017491049, - -867.3398055937744, - -662.23393751355, - -39.69898950272318 - ], - "relative wind speed": [ - 2.7689931159885948, - 2.871894774390853, - 2.745365314042528, - 2.439553908493266, - 2.102328380807354, - 1.9594202974264634, - 2.1330909004523146, - 2.477031333006413 - ], - "relative wind angle": [ - 0.11187463610250188, - 0.006640284041321635, - 0.12273366275558346, - 0.18813050029065728, - 0.1475788927951657, - 0.009732653065556516, - 0.1582257733927248, - 0.18525081234310972 - ], - "resistance": [ - 97297.77338649964, - 97668.189452385, - 97231.47864267178, - 96517.7697859245, - 95926.09749825088, - 95767.16019440621, - 95972.26606248644, - 96594.80101049726 - ], - "fuel": [ - 40.6905484782061, - 40.88252993469252, - 40.65624270663044, - 40.28795304826656, - 39.98407396629564, - 39.90266674936605, - 40.00773898646446, - 40.32761162735433 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -59.0625, -51.25 -58.75, -50.9375 -58.75, -50.9375 -59.0625, -51.25 -59.0625))", @@ -129285,68 +92626,7 @@ "id": "2708", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.041861958820538, - 13.041861958820538, - 13.041861958820538, - 13.041861958820538, - 13.041861958820538, - 13.041861958820538, - 13.041861958820538, - 13.041861958820538 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1628.5504012954007, - 1288.5613340906666, - 155.92282952695496, - -988.0091915576286, - -1511.8945794322117, - -1366.7884278085521, - -478.96841706327086, - 747.8291160606268 - ], - "relative wind speed": [ - 4.128426657782999, - 4.062758910345829, - 3.760648835992129, - 3.367170885645995, - 3.120097801784934, - 3.205137594207469, - 3.554776686902782, - 3.929513607083508 - ], - "relative wind angle": [ - 0.025176830885867123, - 0.06975259767331604, - 0.13452477534050186, - 0.1280943632914895, - 0.033315926138742985, - 0.08846043875398878, - 0.14236725614500695, - 0.10968297019657688 - ], - "resistance": [ - 98263.05040129539, - 97923.06133409066, - 96790.42282952694, - 95646.49080844235, - 95122.60542056778, - 95267.71157219143, - 96155.53158293672, - 97382.32911606062 - ], - "fuel": [ - 43.99489162183856, - 43.81790823783892, - 43.23140962053033, - 42.643908290532565, - 42.37647652562866, - 42.45044770793855, - 42.90474047873474, - 43.53731282678001 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -59.0625, -50.9375 -58.75, -50.625 -58.75, -50.625 -59.0625, -50.9375 -59.0625))", @@ -129365,68 +92645,7 @@ "id": "2709", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.214824092039247, - 11.214824092039247, - 11.214824092039247, - 11.214824092039247, - 11.214824092039247, - 11.214824092039247, - 11.214824092039247, - 11.214824092039247 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1457.585825029123, - 889.8181860765808, - -116.12388374866805, - -986.9498164379729, - -1244.1052792483133, - -1001.6861076578002, - -140.76887021891798, - 868.7325541868986 - ], - "relative wind speed": [ - 3.6174655335331862, - 3.491461241555381, - 3.1601051490553473, - 2.7865822709135633, - 2.6130045880195114, - 2.779127248261243, - 3.150807088703692, - 3.4855141816870807 - ], - "relative wind angle": [ - 0.001301756989577487, - 0.10093172459035124, - 0.15960535710661936, - 0.12899560077357466, - 0.0018021637941543283, - 0.12692746635239358, - 0.16008041269518772, - 0.10302517601686162 - ], - "resistance": [ - 98092.08582502916, - 97524.31818607662, - 96518.37611625137, - 95647.55018356207, - 95390.39472075173, - 95632.81389234224, - 96493.73112978112, - 97503.23255418694 - ], - "fuel": [ - 42.57583917120601, - 42.280886069441756, - 41.76124836042691, - 41.31444807940308, - 41.18304734230788, - 41.30691151502111, - 41.74856479859685, - 42.26995526578328 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -59.0625, -50.625 -58.75, -50.3125 -58.75, -50.3125 -59.0625, -50.625 -59.0625))", @@ -129445,68 +92664,7 @@ "id": "2712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.906021495834532, - 12.906021495834532, - 12.906021495834532, - 12.906021495834532, - 12.906021495834532, - 12.906021495834532, - 12.906021495834532, - 12.906021495834532 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1899.355836769444, - 1162.4765297152244, - -150.0111738682499, - -1288.262963910196, - -1626.1321494794574, - -1311.6130124111178, - -189.07047615385545, - 1129.0749336593817 - ], - "relative wind speed": [ - 4.154534518802883, - 4.012107020872621, - 3.636367059700568, - 3.2128025074222286, - 3.0154951854570227, - 3.202556093888724, - 3.6235621822405406, - 4.00390663349442 - ], - "relative wind angle": [ - 0.0015603980432249552, - 0.09939520904919504, - 0.15726548203997548, - 0.12711481723632093, - 0.0021498060840810062, - 0.12463812395296706, - 0.1578258762398253, - 0.10190087926752187 - ], - "resistance": [ - 98533.85583676946, - 97796.97652971523, - 96484.48882613177, - 95346.23703608982, - 95008.36785052056, - 95322.88698758889, - 96445.42952384616, - 97763.5749336594 - ], - "fuel": [ - 44.029715750866416, - 43.64593032087234, - 42.9673578196121, - 42.38405749699791, - 42.21184339485108, - 42.37214216298333, - 42.947261891446416, - 43.628581791288894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -59.0625, -50.3125 -58.75, -50 -58.75, -50 -59.0625, -50.3125 -59.0625))", @@ -129525,68 +92683,7 @@ "id": "2713", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.097963835462872, - 14.097963835462872, - 14.097963835462872, - 14.097963835462872, - 14.097963835462872, - 14.097963835462872, - 14.097963835462872, - 14.097963835462872 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2230.9909089033927, - 1407.7369585889137, - -135.14854451166048, - -1496.3616939976582, - -1927.2603383856076, - -1575.8140244832057, - -268.07637342131056, - 1294.1050314553104 - ], - "relative wind speed": [ - 4.531450940373072, - 4.3857002607627, - 3.9840953775922885, - 3.5240642640220337, - 3.300864192769165, - 3.4921891797065654, - 3.9442028429533633, - 4.360128794789951 - ], - "relative wind angle": [ - 0.004455757357292763, - 0.0960975934600791, - 0.1550601372251012, - 0.12786030812019533, - 0.006116914780557783, - 0.12079298092110986, - 0.15664133699703053, - 0.1032447815387652 - ], - "resistance": [ - 98865.49090890339, - 98042.23695858891, - 96499.35145548834, - 95138.13830600234, - 94707.2396616144, - 95058.6859755168, - 96366.42362657869, - 97928.60503145531 - ], - "fuel": [ - 45.17864352897001, - 44.74898837307217, - 43.95055063511262, - 43.253482522244695, - 43.03425895092036, - 43.213008480755065, - 43.88217541274698, - 44.689882091097886 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -59.375, -50.3125 -59.0625, -50 -59.0625, -50 -59.375, -50.3125 -59.375))", @@ -129605,68 +92702,7 @@ "id": "2715", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.536056164149098, - 13.536056164149098, - 13.536056164149098, - 13.536056164149098, - 13.536056164149098, - 13.536056164149098, - 13.536056164149098, - 13.536056164149098 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1823.0659963748185, - 667.5847257152345, - -763.7898097829748, - -1680.751193783206, - -1739.6607017372753, - -968.4177964954706, - 429.30908705702586, - 1685.5146289616778 - ], - "relative wind speed": [ - 4.317490047134019, - 4.052152701252769, - 3.6142010719888735, - 3.245769135682214, - 3.212192498044772, - 3.541039315981441, - 3.98703543536183, - 4.292305169655246 - ], - "relative wind angle": [ - 0.04365729415863442, - 0.12980730600791945, - 0.1537110581107539, - 0.07958524886133268, - 0.058694582782095286, - 0.14867398565201778, - 0.13923871562400153, - 0.06015379145494757 - ], - "resistance": [ - 98457.5659963748, - 97302.08472571522, - 95870.71019021701, - 94953.74880621678, - 94894.83929826271, - 95666.08220350451, - 97063.80908705702, - 98320.01462896167 - ], - "fuel": [ - 44.493878614357484, - 43.89330259260335, - 43.156216624527175, - 42.68803391098146, - 42.658062815704525, - 43.051466343693335, - 43.77007368900237, - 44.42212404324842 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -59.6875, -50.3125 -59.375, -50 -59.375, -50 -59.6875, -50.3125 -59.6875))", @@ -129685,68 +92721,7 @@ "id": "2721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.369636880665565, - 12.369636880665565, - 12.369636880665565, - 12.369636880665565, - 12.369636880665565, - 12.369636880665565, - 12.369636880665565, - 12.369636880665565 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1829.8327966452962, - 916.8740948344857, - -411.6995616018821, - -1417.7852794592604, - -1620.0688723497433, - -1109.7314041446343, - 103.09956837539266, - 1358.1525373882778 - ], - "relative wind speed": [ - 4.020920213695396, - 3.8155624155815113, - 3.3972571423507683, - 2.9805586174920684, - 2.85349589150837, - 3.1227746669526377, - 3.5733572556499396, - 3.9276594169369043 - ], - "relative wind angle": [ - 0.02221396935798458, - 0.12508985278464435, - 0.17273614641410118, - 0.11761015009523476, - 0.03130470315462106, - 0.15303945214583883, - 0.16414410916943314, - 0.08916256920703201 - ], - "resistance": [ - 98464.3327966453, - 97551.3740948345, - 96222.80043839813, - 95216.71472054075, - 95014.43112765027, - 95524.76859585538, - 96737.5995683754, - 97992.65253738829 - ], - "fuel": [ - 43.584952675069495, - 43.10999589722192, - 42.42436070095122, - 41.90952153904265, - 41.80646275184171, - 42.06676032142045, - 42.68925295643893, - 43.339178926133954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -63.59375, -60 -63.4375, -59.84375 -63.4375, -59.84375 -63.59375, -60 -63.59375))", @@ -129778,9 +92753,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2148.656357412444, + 2148.656357412442, 1447.2952971500335, - -47.450123587900634, + -47.45012358790518, -1418.5538363882615, -1909.0218377447472, -1609.973976358925, @@ -129788,9 +92763,9 @@ 1173.8925542851111 ], "relative wind speed": [ - 4.615331318375116, + 4.615331318375115, 4.493499063511335, - 4.119952452316706, + 4.1199524523167055, 3.6787890913451426, 3.4475188365166116, 3.604876623788085, @@ -129798,11 +92773,11 @@ 4.433190738949883 ], "relative wind angle": [ - 0.010230556091318638, - 0.08456183265535983, - 0.14221528525256946, - 0.12161671221325876, - 0.013696243805867446, + 0.010230556091318637, + 0.08456183265535981, + 0.14221528525257027, + 0.12161671221325877, + 0.013696243805867444, 0.10547669304239965, 0.14553942697831582, 0.1008432780954518 @@ -129858,7 +92833,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1583.2238957983018, + 1583.2238957982909, 1650.4849292718573, 561.5519810528813, -753.9695659898625, @@ -129878,17 +92853,17 @@ 3.8903974158795824 ], "relative wind angle": [ - 0.05497944943961986, + 0.054979449439623906, 0.04643961128030859, - 0.1288118056966827, + 0.12881180569668269, 0.14843052768079038, 0.07247565033684424, 0.06172635324770283, 0.145790148316608, - 0.13366171785742234 + 0.13366171785742237 ], "resistance": [ - 98217.72389579832, + 98217.7238957983, 98284.98492927187, 97196.0519810529, 95880.53043401016, @@ -129938,54 +92913,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2168.1520670256023, + 2168.152067025573, 1780.0885821245238, - 267.58359885581103, + 267.5835988558056, -1297.6024461341613, - -2048.655384173644, + -2048.6553841736504, -1883.2419049801829, -714.927419432318, - 944.7134736094058 + 944.7134736094131 ], "relative wind speed": [ 4.898248822786797, 4.83506751652413, 4.499726278759296, - 4.0540756153678945, + 4.054075615367895, 3.7649538789224235, 3.845756278158878, 4.233223671929969, - 4.6617797186508785 + 4.661779718650878 ], "relative wind angle": [ - 0.027439765000876363, + 0.027439765000884454, 0.06329858327613631, - 0.1263267589900976, - 0.12262961647876434, - 0.03570255828387548, + 0.12632675899009935, + 0.12262961647876616, + 0.03570255828387859, 0.0796129274199356, - 0.13432638657024082, - 0.1065783349972179 + 0.1343263865702408, + 0.1065783349972158 ], "resistance": [ - 98802.6520670256, + 98802.65206702557, 98414.58858212452, 96902.08359885581, 95336.89755386584, 94585.84461582635, 94751.25809501982, 95919.57258056768, - 97579.2134736094 + 97579.21347360942 ], "fuel": [ - 46.49510972329557, + 46.495109723295556, 46.29235643135178, 45.507459378462414, 44.70418653315075, 44.32197347266769, 44.40597264736246, 45.0021574454681, - 45.85779571450182 + 45.85779571450183 ] }, { @@ -130018,13 +92993,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1590.0813464709954, + 1590.0813464709809, 1475.2258259719438, 371.2209349680579, -863.9360242988532, - -1546.5888953268604, + -1546.5888953268632, -1497.5651595280815, - -691.8579523508288, + -691.8579523508306, 571.285624751692 ], "relative wind speed": [ @@ -130038,27 +93013,27 @@ 3.9922609494148986 ], "relative wind angle": [ - 0.03981849126188168, + 0.03981849126188726, 0.05398437342938612, 0.12469296432267227, - 0.13177112218723605, - 0.05180367285967007, + 0.13177112218723608, + 0.05180367285967222, 0.0692922971984403, - 0.13632094957765525, + 0.13632094957765606, 0.11682033081139448 ], "resistance": [ - 98224.58134647102, + 98224.58134647101, 98109.72582597197, 97005.72093496809, 95770.56397570118, 95087.91110467317, 95136.93484047195, - 95942.6420476492, + 95942.64204764919, 97205.78562475172 ], "fuel": [ - 44.30730286933931, + 44.307302869339296, 44.247482459050296, 43.674985149892386, 43.039852570196786, @@ -130098,17 +93073,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1086.4355179914633, + 1086.435517991456, 840.5358948114927, - 95.97354100188704, + 95.97354100188613, -641.6043793585859, -970.9366558195948, -865.4127187687473, - -278.04042496019747, + -278.0404249601984, 519.9186169277978 ], "relative wind speed": [ - 3.105889570578685, + 3.1058895705786846, 3.0430721079820477, 2.774370756914653, 2.423377933557174, @@ -130118,14 +93093,14 @@ 2.9376270128924045 ], "relative wind angle": [ - 0.02705836292142628, - 0.0854628726717638, - 0.1634215423647751, + 0.027058362921430382, + 0.08546287267176382, + 0.1634215423647758, 0.1568664766173723, 0.03814227788983161, 0.11369550597216503, - 0.1739030552736052, - 0.12923544553551963 + 0.17390305527360586, + 0.12923544553551966 ], "resistance": [ 97720.93551799147, @@ -130178,51 +93153,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 772.1838197921936, + 772.1838197921782, 538.2580714318631, - 16.81354690084345, + 16.81354690084231, -465.9848907210642, - -651.1937326621039, + -651.1937326621057, -550.4806275485823, -124.0290583302326, - 416.68633008420716 + 416.6863300842085 ], "relative wind speed": [ - 2.4302892466858386, + 2.430289246685839, 2.3539813721879805, 2.102638779014942, 1.78942793853016, 1.611896852921833, 1.7214206302958384, 2.0207492303595425, - 2.3027081751328873 + 2.302708175132887 ], "relative wind angle": [ - 0.017190819272719662, - 0.11062114956083485, - 0.19590485217803297, + 0.017190819272739036, + 0.11062114956083487, + 0.19590485217803466, 0.17919909152517108, - 0.025920569228282748, + 0.025920569228287033, 0.1515415069711396, - 0.20395342907937705, - 0.1389577604566298 + 0.20395342907937702, + 0.1389577604566282 ], "resistance": [ - 97406.6838197922, + 97406.68381979219, 97172.75807143188, 96651.31354690086, 96168.51510927895, - 95983.30626733792, + 95983.3062673379, 96084.01937245144, 96510.47094166979, 97051.18633008422 ], "fuel": [ - 40.100021274089386, + 40.10002127408937, 39.9789490599436, 39.709799486654774, 39.461499603642224, - 39.366478168242224, + 39.36647816824222, 39.418133215315, 39.63727550661274, 39.916107964925786 @@ -130245,68 +93220,7 @@ "id": "2730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.481990705526535, - 9.481990705526535, - 9.481990705526535, - 9.481990705526535, - 9.481990705526535, - 9.481990705526535, - 9.481990705526535, - 9.481990705526535 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1132.8056964190469, - 706.5379732523288, - -69.62988213608241, - -747.9454627720493, - -958.2920473258084, - -775.8529528450722, - -116.2465076253302, - 666.5405790181371 - ], - "relative wind speed": [ - 3.093869048977285, - 2.9835686276356066, - 2.6841511023555173, - 2.339886747654565, - 2.1739514398066517, - 2.323017175796512, - 2.663348158724406, - 2.9703569756861823 - ], - "relative wind angle": [ - 0.003412849031159562, - 0.10671124699650661, - 0.17221237427237868, - 0.14267373938024921, - 0.004857021555709547, - 0.1372249624848764, - 0.17357111290914554, - 0.11224529951526449 - ], - "resistance": [ - 97767.30569641906, - 97341.03797325234, - 96564.87011786393, - 95886.55453722796, - 95676.2079526742, - 95858.64704715494, - 96518.25349237469, - 97301.04057901815 - ], - "fuel": [ - 41.34873628468934, - 41.127694777300434, - 40.72694865633074, - 40.37856059871807, - 40.27087277018873, - 40.364263767787506, - 40.70295121371238, - 41.106988790537564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -63.75, -59.21875 -63.59375, -59.0625 -63.59375, -59.0625 -63.75, -59.21875 -63.75))", @@ -130338,17 +93252,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 785.1681342240786, + 785.1681342240772, 426.9799290101291, - -118.92974643368734, + -118.92974643368757, -550.7197510452067, - -654.3970296405739, + -654.3970296405755, -469.0596249389148, 17.09691780672847, 544.6535938098191 ], "relative wind speed": [ - 2.405072820030893, + 2.4050728200308926, 2.275720976357209, 1.9869973814149422, 1.6772263654039692, @@ -130360,9 +93274,9 @@ "relative wind angle": [ 0.017125090505599114, 0.1443680060893177, - 0.21392319859701378, + 0.21392319859701434, 0.16117419299894592, - 0.026376648560981215, + 0.02637664856098542, 0.1887709483560648, 0.20546541673564703, 0.11598053445817481 @@ -130418,37 +93332,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2289.553650882839, + 2289.5536508827845, 1824.531970625083, - 222.93766271414825, + 222.9376627141446, -1405.2314732003151, - -2156.4696881008394, + -2156.4696881008476, -1958.4730622571287, - -705.5903840168658, + -705.590384016863, 1035.6613669946091 ], "relative wind speed": [ - 5.0829152932697435, + 5.082915293269743, 5.009816342602698, - 4.665065747652237, + 4.665065747652236, 4.2170615839709145, 3.935930472941436, 4.02856261956735, - 4.42320450990753, + 4.423204509907529, 4.852212707969545 ], "relative wind angle": [ - 0.02398593697579778, + 0.023985936975811667, 0.06381209378070285, 0.1232912047438903, - 0.11690471120686151, - 0.03097775638259011, + 0.11690471120686152, + 0.0309777563825937, 0.0793845787692227, - 0.1300700464344314, - 0.10154512224042207 + 0.13007004643442968, + 0.10154512224042209 ], "resistance": [ - 98924.05365088287, + 98924.05365088281, 98459.03197062512, 96857.43766271418, 95229.26852679971, @@ -130458,7 +93372,7 @@ 97670.16136699464 ], "fuel": [ - 47.18558533854102, + 47.18558533854099, 46.942479862257905, 46.111351533271424, 45.276216264866015, @@ -130498,9 +93412,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1744.875624180214, + 1744.8756241801993, 1426.3519399711213, - 213.1779761296193, + 213.1779761296184, -1037.2464577275696, -1634.6383497700836, -1498.6754921245774, @@ -130508,9 +93422,9 @@ 767.7005653378055 ], "relative wind speed": [ - 4.299243971920971, + 4.29924397192097, 4.240231881743106, - 3.9326523992006646, + 3.9326523992006637, 3.5234387847761295, 3.2578332173870046, 3.3342779715342106, @@ -130518,17 +93432,17 @@ 4.084403889473259 ], "relative wind angle": [ - 0.028251162154798917, - 0.06667676646848225, - 0.13286598894475482, + 0.028251162154802844, + 0.06667676646848227, + 0.132865988944754, 0.12928536225483694, - 0.0372857104146898, - 0.084832353641281, + 0.03728571041468981, + 0.08483235364128101, 0.14158112210370932, - 0.11144903360732278 + 0.11144903360732279 ], "resistance": [ - 98379.37562418022, + 98379.3756241802, 98060.85193997112, 96847.67797612962, 95597.25354227243, @@ -130578,9 +93492,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2417.7672353991, + 2417.7672353990947, 1516.7903282776479, - -193.27968721282377, + -193.2796872128274, -1707.4643572278146, -2177.2486980442563, -1795.5387502689882, @@ -130588,9 +93502,9 @@ 1391.3406987469716 ], "relative wind speed": [ - 5.349205130923536, + 5.349205130923535, 5.213274917404102, - 4.844040781978324, + 4.8440407819783236, 4.432697053426955, 4.238604770766949, 4.404716854808293, @@ -130599,13 +93513,13 @@ ], "relative wind angle": [ 0.00340923038564968, - 0.07291018256261832, + 0.0729101825626183, 0.11488915689205367, 0.09161974909276009, 0.004302522786627155, - 0.08632478336281503, - 0.11575881939420896, - 0.07822876973910603 + 0.08632478336281502, + 0.11575881939420897, + 0.07822876973910604 ], "resistance": [ 99052.26723539911, @@ -130658,17 +93572,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1642.0755079840928, + 1642.0755079840692, 1190.6975786695893, - 41.00467617066715, + 41.004676170665334, -1062.5484735455102, - -1507.5196613024273, + -1507.519661302419, -1315.4248909637718, -383.2604902968578, 830.0386021976456 ], "relative wind speed": [ - 4.2370232642163606, + 4.237023264216359, 4.151645903401772, 3.846629102022015, 3.473129827181171, @@ -130678,21 +93592,21 @@ 4.065171715777959 ], "relative wind angle": [ - 0.015817598121328783, - 0.07175572031147463, - 0.12719549384966355, + 0.0158175981213358, + 0.07175572031147465, + 0.12719549384966441, 0.11323059398235091, - 0.02055071868109802, - 0.08845710438114332, + 0.020550718681092615, + 0.0884571043811433, 0.1317738121693176, 0.09668393330639222 ], "resistance": [ - 98276.57550798409, + 98276.57550798407, 97825.19757866958, 96675.50467617066, 95571.95152645449, - 95126.98033869757, + 95126.98033869758, 95319.07510903623, 96251.23950970314, 97464.53860219764 @@ -130702,7 +93616,7 @@ 44.130717291701245, 43.53584277715261, 42.96946824490727, - 42.742378500537335, + 42.74237850053734, 42.84032312756834, 43.31756175458301, 43.943575541313976 @@ -130738,37 +93652,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1305.4543966765414, + 1305.4543966765204, 945.6114268763704, - 50.807857623219206, - -801.2203168038341, - -1146.8716173771636, + 50.8078576232183, + -801.2203168038345, + -1146.8716173771668, -992.5556028042665, - -268.8801823718086, + -268.8801823718077, 671.464717131159 ], "relative wind speed": [ - 3.37492233496937, + 3.3749223349693693, 3.2900903958883307, 2.9867177101307196, - 2.606324233415716, + 2.6063242334157155, 2.3850196319771544, 2.5007448088269437, 2.8562102044462785, 3.2071004665120055 ], "relative wind angle": [ - 0.01962005850305883, + 0.01962005850307015, 0.09230474987540987, - 0.1665312941853056, - 0.15287735258169252, - 0.027765152328798774, + 0.16653129418530627, + 0.1528773525816918, + 0.027765152328802774, 0.12156704301351542, - 0.17421670279329762, - 0.12407402744655907 + 0.17421670279329696, + 0.12407402744655908 ], "resistance": [ - 97939.95439667656, + 97939.95439667653, 97580.11142687639, 96685.30785762324, 95833.27968319618, @@ -130778,7 +93692,7 @@ 97305.96471713117 ], "fuel": [ - 41.95302690995151, + 41.953026909951504, 41.76615437108602, 41.30355648673232, 40.86584184770753, @@ -130818,11 +93732,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1166.0692063399574, + 1166.069206339942, 778.0955923517367, - -18.7423174111982, + -18.74231741120002, -741.3803130059332, - -997.271939219476, + -997.2719392194908, -830.9168868416582, -168.2457762785889, 649.6902045701554 @@ -130830,39 +93744,39 @@ "relative wind speed": [ 3.1200911726666214, 3.020910735986431, - 2.7208473706390834, + 2.720847370639083, 2.3612584522234092, - 2.171175116016346, + 2.1711751160163466, 2.307177634115476, 2.6544227048168407, 2.97883011129609 ], "relative wind angle": [ - 0.01081478112226553, + 0.010814781122275796, 0.10335184780252768, - 0.1752897245397683, - 0.15279239549728263, - 0.015541723710770904, + 0.17528972453976893, + 0.1527923954972826, + 0.015541723710792335, 0.1354975350324167, 0.17972344192884548, - 0.1209393454488637 + 0.12093934544886369 ], "resistance": [ - 97800.56920633999, + 97800.56920633998, 97412.59559235176, 96615.75768258882, 95893.11968699409, - 95637.22806078056, + 95637.22806078054, 95803.58311315837, 96466.25422372144, 97284.19020457019 ], "fuel": [ - 41.38903459962846, + 41.389034599628445, 41.18777487318765, 40.77617498996918, 40.40494535754689, - 40.2739559836577, + 40.273955983657686, 40.359084415353706, 40.699213471997766, 41.121288466717225 @@ -130898,51 +93812,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1421.9194633148577, + 1421.919463314795, 887.2969245099825, - -93.5618963444931, + -93.56189634449402, -952.8869533675102, - -1218.9678857480567, + -1218.9678857480335, -990.5967609016789, -156.62342608895415, - 833.3344524051167 + 833.3344524051158 ], "relative wind speed": [ - 3.571288445018066, + 3.5712884450180655, 3.4512225584018, 3.1255679148038715, 2.7538027210557, 2.5756709896697774, 2.7344551663767644, 3.1014524685209386, - 3.43580453140924 + 3.4358045314092402 ], "relative wind angle": [ - 0.003420303843210467, - 0.09965702974586649, - 0.15995232466202963, + 0.0034203038432429273, + 0.0996570297458665, + 0.15995232466203033, 0.13133945293092045, - 0.004742419980448897, - 0.12590384385122422, + 0.004742419980425486, + 0.1259038438512242, 0.1612068829352834, - 0.10516010409327288 + 0.10516010409327393 ], "resistance": [ - 98056.41946331486, + 98056.4194633148, 97521.79692450998, - 96540.93810365551, + 96540.9381036555, 95681.61304663248, - 95415.53211425194, + 95415.53211425197, 95643.90323909832, 96477.87657391105, 97467.83445240512 ], "fuel": [ - 42.45759002796706, + 42.45759002796703, 42.17989366245973, - 41.67317659029055, + 41.67317659029054, 41.23218660626033, - 41.0961958451269, + 41.09619584512692, 41.21289755511084, 41.640721137034646, 42.151923293033285 @@ -130978,37 +93892,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1399.320009723992, + 1399.3200097238764, 907.8131729015563, - -56.58683856212201, + -56.586838562122466, -919.8204203440132, - -1208.9177488110631, + -1208.9177488110536, -998.7940971079943, -188.63738314145803, 794.7838841405724 ], "relative wind speed": [ - 3.540136844527184, + 3.5401368445271837, 3.4289796630782337, 3.1089048888507826, 2.735060656618669, - 2.546269809665874, + 2.5462698096658736, 2.6940967487806846, 3.057902747582806, 3.396395446088607 ], "relative wind angle": [ - 0.007298905487045789, + 0.0072989054871066324, 0.0973040112978813, - 0.1605365710501092, - 0.13557425357588163, - 0.01014791841945483, + 0.16053657105010988, + 0.1355742535758816, + 0.01014791841944389, 0.12396808057941233, 0.16323796378279723, - 0.10905759806496793 + 0.10905759806496794 ], "resistance": [ - 98033.820009724, + 98033.82000972389, 97542.31317290157, 96577.91316143789, 95714.679579656, @@ -131018,7 +93932,7 @@ 97429.28388414059 ], "fuel": [ - 42.37431140878438, + 42.374311408784315, 42.11901232608485, 41.62069480952944, 41.17758655025692, @@ -131058,9 +93972,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1862.3595635073707, + 1862.3595635071943, 1147.1459856349557, - -171.81113915386504, + -171.81113915386777, -1328.2431786010848, -1673.2707935908466, -1370.4349333867222, @@ -131068,7 +93982,7 @@ 1087.0592926507925 ], "relative wind speed": [ - 4.7225477931434945, + 4.722547793143494, 4.600229225765688, 4.276753463129686, 3.920468158991746, @@ -131078,17 +93992,17 @@ 4.587337523185235 ], "relative wind angle": [ - 0.002091577430101342, + 0.0020915774301544223, 0.07279250568686678, - 0.11318374905455893, + 0.11318374905455991, 0.08901903762898106, 0.0026294644954910056, 0.08577428602770035, - 0.11370785609358271, - 0.0760510326828073 + 0.11370785609358272, + 0.07605103268280732 ], "resistance": [ - 98496.8595635074, + 98496.85956350723, 97781.64598563498, 96462.68886084616, 95306.25682139894, @@ -131098,7 +94012,7 @@ 97721.55929265083 ], "fuel": [ - 46.029195946114044, + 46.02919594611395, 45.656764207127736, 44.9749380509178, 44.38245413282834, @@ -131138,9 +94052,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1658.1789177179971, + 1658.178917717716, 985.4927693067893, - -177.93207667476327, + -177.93207667476418, -1172.8708748356485, -1449.7846290526277, -1157.8553369296742, @@ -131150,7 +94064,7 @@ "relative wind speed": [ 4.121787114160355, 3.989206835342065, - 3.655110899002524, + 3.6551108990025245, 3.289891079403619, 3.128934876915008, 3.296299637971892, @@ -131158,17 +94072,17 @@ 3.9944936054641484 ], "relative wind angle": [ - 0.0009986497761088173, + 0.0009986497762199897, 0.08884049879095922, - 0.13623812554119272, - 0.10601226637769529, + 0.13623812554119352, + 0.1060122663776953, 0.001315534660951429, 0.10758147211253931, 0.1359329045168242, 0.08725963739093444 ], "resistance": [ - 98292.67891771803, + 98292.67891771774, 97619.99276930682, 96456.56792332526, 95461.62912516439, @@ -131178,7 +94092,7 @@ 97641.42157388569 ], "fuel": [ - 44.017761376779056, + 44.01776137677891, 43.667932720071505, 43.06687110648832, 42.55685001002032, @@ -131218,17 +94132,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1692.4278633795839, + 1692.4278633794984, 1164.3685195172166, - -40.053392765717945, + -40.05339276572067, -1166.4643012592524, -1581.0182425659887, -1357.7751328590848, - -362.1219292169635, + -362.1219292169608, 892.177395944831 ], "relative wind speed": [ - 4.764754073690612, + 4.764754073690611, 4.67537520918665, 4.391515337096164, 4.06070883275597, @@ -131238,33 +94152,33 @@ 4.617617882400703 ], "relative wind angle": [ - 0.009207274605750696, + 0.009207274605774814, 0.059779220601811185, - 0.1001083362275462, + 0.1001083362275473, 0.08416472570052301, 0.01128648430081554, 0.0699917242797792, - 0.10214559168503577, + 0.10214559168503468, 0.07399416790046502 ], "resistance": [ - 98326.92786337959, + 98326.92786337952, 97798.86851951723, 96594.44660723429, 95468.03569874076, 95053.48175743403, 95276.72486714093, - 96272.37807078304, + 96272.37807078306, 97526.67739594485 ], "fuel": [ - 46.23349290397316, + 46.23349290397313, 45.95866764744055, 45.335715868020884, 44.7579977431209, 44.54656818902138, 44.66034650750454, - 45.17005009599706, + 45.17005009599707, 45.81741270282772 ] }, @@ -131298,37 +94212,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1655.18444756191, + 1655.1844475617154, 954.7715059344528, - -228.54262781217585, + -228.54262781217767, -1222.7631430311985, -1484.9726371819888, -1165.2886603712086, - -131.99340519432462, + -131.99340519432553, 1036.6582290429906 ], "relative wind speed": [ - 4.374375303352912, + 4.374375303352911, 4.2413219444060895, - 3.922075209013513, + 3.9220752090135127, 3.5837669919871544, 3.443606842381009, 3.6062134633679865, - 3.951064848154076, + 3.9510648481540755, 4.260305332557812 ], "relative wind angle": [ - 0.003336982686018405, - 0.08010797682122915, - 0.11893871787119696, + 0.0033369826860849454, + 0.08010797682122914, + 0.11893871787119698, 0.08906234568182395, 0.004238936656241999, 0.09425495927234802, - 0.11806195146895095, + 0.11806195146895096, 0.07489018572216957 ], "resistance": [ - 98289.68444756196, + 98289.68444756175, 97589.27150593449, 96405.95737218787, 95411.73685696884, @@ -131338,7 +94252,7 @@ 97671.15822904304 ], "fuel": [ - 44.855838594958016, + 44.85583859495791, 44.49163462873759, 43.880476646691164, 43.37100966040289, @@ -131381,18 +94295,18 @@ 1542.212922671214, 919.4408212488088, -152.34268563529076, - -1067.884596266308, - -1325.2788110338734, + -1067.8845962663072, + -1325.278811033787, -1054.448357898404, -129.85650713202722, 938.650461409492 ], "relative wind speed": [ - 3.788959693269659, + 3.7889596932696588, 3.65576375431872, 3.3179014159792315, - 2.9441455908576266, - 2.7774445822813267, + 2.944145590857626, + 2.7774445822813263, 2.950560173505278, 3.3259501136831573, 3.6609316716786173 @@ -131401,8 +94315,8 @@ 0.001074653264205059, 0.09877305184358884, 0.15302966441853305, - 0.12078536848721996, - 0.001466030538830934, + 0.12078536848721903, + 0.001466030538755204, 0.12248762984878292, 0.15265642991728595, 0.0970526681215548 @@ -131412,7 +94326,7 @@ 97553.94082124883, 96482.15731436474, 95566.61540373373, - 95309.22118896616, + 95309.22118896624, 95580.05164210162, 96504.643492868, 97573.15046140952 @@ -131422,7 +94336,7 @@ 42.71208214734657, 42.15844599736257, 41.68890255889846, - 41.557457456577346, + 41.55745745657739, 41.6957708965363, 42.170017468238655, 42.72204399339528 @@ -131458,17 +94372,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1544.6010664615787, + 1544.6010664615442, 1069.8247511529917, - 8.04200881511133, + 8.042008815109511, -977.7771139779138, - -1349.4837208201507, + -1349.4837208201443, -1146.177125451376, -273.4383018424469, 828.6859200724402 ], "relative wind speed": [ - 3.700124719732354, + 3.700124719732353, 3.597744635772517, 3.2658209094000443, 2.8619764638747767, @@ -131478,17 +94392,17 @@ 3.531201143109033 ], "relative wind angle": [ - 0.014301507324693812, + 0.014301507324709337, 0.09393658110470901, - 0.1630576066478867, + 0.1630576066478881, 0.14456320576498194, - 0.020045447797524887, - 0.12178375991124671, + 0.02004544779751935, + 0.12178375991124672, 0.16849192892901238, - 0.1170251897068254 + 0.11702518970682539 ], "resistance": [ - 98179.1010664616, + 98179.10106646158, 97704.32475115302, 96642.54200881514, 95656.72288602212, @@ -131498,7 +94412,7 @@ 97463.18592007247 ], "fuel": [ - 42.75307807007728, + 42.753078070077265, 42.50619773375011, 41.957113623541005, 41.451068482760064, @@ -131538,11 +94452,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1577.3908822243575, + 1577.3908822243175, 769.4469994846986, - -400.4770146579094, + -400.47701465791215, -1277.6706069850497, - -1444.3362581857027, + -1444.3362581856968, -985.3738032595811, 89.35670781811041, 1186.7827237036308 @@ -131550,7 +94464,7 @@ "relative wind speed": [ 4.027912021204664, 3.8450221889949905, - 3.4827990938221354, + 3.482799093822135, 3.133051779164484, 3.0328212323039474, 3.261576956598579, @@ -131558,31 +94472,31 @@ 3.9504514206294115 ], "relative wind angle": [ - 0.020441348256468542, + 0.02044134825648484, 0.1068689154441184, - 0.14338840433280925, + 0.14338840433281, 0.09388002408739637, - 0.027149748517281164, - 0.126080187761658, + 0.027149748517277073, + 0.12608018776165802, 0.1369345551293081, 0.07441436904596825 ], "resistance": [ - 98211.89088222437, + 98211.89088222434, 97403.94699948472, 96234.0229853421, 95356.82939301497, - 95190.16374181431, + 95190.16374181432, 95649.12619674043, 96723.85670781812, 97821.28272370364 ], "fuel": [ - 43.70707714813028, + 43.70707714813026, 43.287354263726215, 42.68388964467058, 42.234760810723785, - 42.14975059702029, + 42.149750597020294, 42.3841005969045, 42.93593353824535, 43.50385483280075 @@ -131618,33 +94532,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1494.0479694813075, + 1494.0479694813048, 686.6118688937231, - -430.47617693526354, + -430.47617693526536, -1236.4430391515898, - -1367.385832397993, + -1367.3858323979898, -885.6823272539746, - 156.5895156397628, + 156.58951563976007, 1188.128096182284 ], "relative wind speed": [ - 3.7996574156515153, + 3.7996574156515144, 3.601106494075205, 3.2260794456169215, 2.8733419258334822, 2.788153535330897, 3.0402678551770914, - 3.435637935443975, + 3.4356379354439754, 3.7356529268845713 ], "relative wind angle": [ - 0.02790376081862751, + 0.027903760818627513, 0.1204685560033471, - 0.15750345437243649, - 0.09859884921971367, - 0.03803109530248875, - 0.14283167252838597, - 0.14782350263608843, + 0.1575034543724379, + 0.09859884921971368, + 0.038031095302485836, + 0.142831672528386, + 0.14782350263608995, 0.07578871865384126 ], "resistance": [ @@ -131698,34 +94612,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1316.6325245458638, + 1316.632524545861, 720.0340509703174, -210.62039058346045, -955.8007370382238, -1136.1986843367317, -833.1966519746657, - -5.828727667516432, + -5.828727667515977, 895.7662416204503 ], "relative wind speed": [ - 3.351116312460108, + 3.3511163124601078, 3.197367157384843, 2.852728993031331, 2.4892003234184545, 2.3526342878293622, 2.557677050134237, - 2.937142475983255, + 2.9371424759832556, 3.2509614549852883 ], "relative wind angle": [ - 0.012786836989220953, - 0.12018673637826816, - 0.17593125378369287, - 0.1300298368311355, - 0.01821421200012016, - 0.15045164921215756, - 0.17082446400575235, - 0.09944491434170519 + 0.012786836989220954, + 0.12018673637826814, + 0.1759312537836929, + 0.13002983683113548, + 0.018214212000120165, + 0.1504516492121576, + 0.17082446400575302, + 0.0994449143417052 ], "resistance": [ 97951.13252454589, @@ -131778,13 +94692,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 961.328357251994, + 961.3283572519904, 440.4280211920536, - -266.10979167987625, + -266.10979167987716, -770.405528926945, -849.7980181616376, -536.0509772497019, - 124.91717417047994, + 124.91717417047948, 777.0356363584965 ], "relative wind speed": [ @@ -131794,17 +94708,17 @@ 1.989429590140958, 1.9156853168684806, 2.14925419942414, - 2.499997835995241, + 2.4999978359952415, 2.7580242176928706 ], "relative wind angle": [ - 0.035267002685300135, - 0.14716626051768966, - 0.19532873781067386, - 0.12413975247736275, - 0.05173867740141115, - 0.18078542432140968, - 0.17994527158435794, + 0.03526700268530328, + 0.1471662605176897, + 0.195328737810675, + 0.12413975247736277, + 0.05173867740141116, + 0.18078542432140965, + 0.17994527158435855, 0.08943436813342984 ], "resistance": [ @@ -131858,37 +94772,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1026.363509907107, + 1026.3635099070975, 357.38110382211516, - -443.95429560378625, + -443.9542956037876, -940.9997990868319, - -958.0075179379533, + -958.0075179379521, -501.94449236871833, 289.6434919293197, - 986.8717800503041 + 986.8717800503027 ], "relative wind speed": [ - 3.039072344971768, + 3.0390723449717676, 2.8171677199979146, - 2.4569949747920257, + 2.456994974792025, 2.156362057301098, 2.141984133423818, 2.426442412919238, - 2.7905613126498974, - 3.0288874894330027 + 2.790561312649897, + 3.028887489433003 ], "relative wind angle": [ - 0.05573566202443261, + 0.05573566202443859, 0.15595777516250103, - 0.18399774547304792, + 0.18399774547304854, 0.09202448612768724, - 0.07912000081679493, - 0.18133029497371062, - 0.16179622888004938, - 0.06546951007741322 + 0.07912000081679353, + 0.18133029497371064, + 0.16179622888004871, + 0.06546951007741492 ], "resistance": [ - 97660.86350990714, + 97660.86350990713, 96991.88110382215, 96190.54570439624, 95693.5002009132, @@ -131898,7 +94812,7 @@ 97621.37178005034 ], "fuel": [ - 41.19670720716875, + 41.19670720716874, 40.85037284965907, 40.437711020874204, 40.18294934989244, @@ -131938,9 +94852,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 888.784762990108, + 888.7847629901048, 296.58798254651447, - -404.60754284390305, + -404.60754284390396, -832.0571735898509, -839.8542663613541, -431.2980519492653, @@ -131948,7 +94862,7 @@ 870.6598346398164 ], "relative wind speed": [ - 2.879756736098155, + 2.8797567360981544, 2.6712301979045714, 2.3388180183885963, 2.06697002022395, @@ -131958,14 +94872,14 @@ 2.8748199481362984 ], "relative wind angle": [ - 0.056279172105616754, + 0.05627917210561873, 0.15219524928022876, - 0.17653613533690876, + 0.17653613533691004, 0.08520335765076367, - 0.07871134281759717, + 0.07871134281759716, 0.17514616638692412, 0.1551319437249928, - 0.061224605844572705 + 0.0612246058445727 ], "resistance": [ 97523.28476299008, @@ -132018,19 +94932,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 710.7127828818625, + 710.7127828818589, 115.94402649790163, - -488.9543145043692, + -488.95431450436945, -777.5611531626175, -706.6528254654461, -247.39186868421734, - 398.18093576444926, + 398.18093576444835, 875.3936420545847 ], "relative wind speed": [ - 2.6536074413642243, + 2.653607441364224, 2.4094839979610367, - 2.0772963124421326, + 2.077296312442132, 1.8556293281867446, 1.923772938144529, 2.2219184579931173, @@ -132038,14 +94952,14 @@ 2.7016984596312787 ], "relative wind angle": [ - 0.08752059617143726, + 0.0875205961714398, 0.17664743829423457, - 0.17753377511766028, - 0.051430422930049874, + 0.17753377511765964, + 0.05143042293004988, 0.12086385298518465, - 0.19173727553685335, - 0.14521325205162045, - 0.035316142045344556 + 0.19173727553685338, + 0.14521325205162122, + 0.03531614204534456 ], "resistance": [ 97345.2127828819, @@ -132098,34 +95012,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 555.0389860189171, + 555.0389860189152, 36.308168178830556, - -454.2277512439957, + -454.2277512439962, -653.5725422058256, -561.8257149985457, -143.05396799898358, - 400.2409831319642, - 768.020175549178 + 400.24098313196464, + 768.0201755491739 ], "relative wind speed": [ - 2.363888124782165, + 2.3638881247821644, 2.1169992558798114, - 1.8026294768547027, + 1.8026294768547024, 1.6165216262592796, 1.7162305353890186, 2.0128905751908475, 2.2986825109750053, - 2.433160937735905 + 2.4331609377359054 ], "relative wind angle": [ - 0.10650011185664088, + 0.10650011185664193, 0.19416348004353837, - 0.18206163274407972, + 0.18206163274408033, 0.03285691686535983, 0.14694136053667506, - 0.20434430210048246, - 0.14246696205324716, - 0.021826989120191636 + 0.2043443021004825, + 0.14246696205324638, + 0.021826989120196722 ], "resistance": [ 97189.53898601892, @@ -132178,37 +95092,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 678.1275534412803, + 678.1275534412762, 143.73604105829645, - -422.50497108262425, + -422.50497108262493, -713.6862763384506, - -667.9838305580158, + -667.9838305580154, -266.29539940942186, 326.12891783556825, 784.3418591196428 ], "relative wind speed": [ - 2.589519186997788, + 2.5895191869977876, 2.3689415770155886, - 2.057056036186743, + 2.0570560361867427, 1.8365777875665135, - 1.881322577163614, + 1.8813225771636137, 2.1524637195228453, 2.452244833446063, 2.621443550678236 ], "relative wind angle": [ - 0.07735732433678429, + 0.07735732433678714, 0.1666358423176917, 0.17372295172381946, - 0.059883985181903236, - 0.10657282687803833, + 0.05988398518190324, + 0.10657282687803729, 0.18357656869874614, - 0.14550784793218832, + 0.14550784793218835, 0.04194181757974909 ], "resistance": [ - 97312.62755344127, + 97312.62755344126, 96778.23604105828, 96211.99502891736, 95920.81372366153, @@ -132218,7 +95132,7 @@ 97418.84185911962 ], "fuel": [ - 40.37142819276618, + 40.371428192766174, 40.09533062577313, 39.80393728650918, 39.6545569565498, @@ -132258,9 +95172,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 536.0130766245011, + 536.013076624499, 115.28835885113381, - -325.8854645787985, + -325.88546457879875, -551.3823604250179, -512.9336551499956, -196.52180879857428, @@ -132278,9 +95192,9 @@ 2.2162114310259255 ], "relative wind angle": [ - 0.08817839644875947, + 0.08817839644876198, 0.19010491776239136, - 0.20116576063834507, + 0.20116576063834565, 0.06914268004422083, 0.12721679515911222, 0.21169032638592147, @@ -132325,68 +95239,7 @@ "id": "2756", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.761510497354477, - 14.761510497354477, - 14.761510497354477, - 14.761510497354477, - 14.761510497354477, - 14.761510497354477, - 14.761510497354477, - 14.761510497354477 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1146.019438526483, - 1159.2325893025272, - 347.62086475046726, - -624.0526934243389, - -1206.0681977428658, - -1211.6444793315932, - -644.2555087063765, - 324.2200459486894 - ], - "relative wind speed": [ - 4.436794625914812, - 4.439178616072363, - 4.25559457828383, - 3.9788851187323178, - 3.7690025376905827, - 3.7661943518982754, - 3.97246037953129, - 4.249588202825671 - ], - "relative wind angle": [ - 0.032018852153699845, - 0.030597713906314248, - 0.07858873566508114, - 0.08471743815340446, - 0.03769444007771817, - 0.036067435774163596, - 0.08420292093774194, - 0.07930911921714108 - ], - "resistance": [ - 97780.51943852649, - 97793.73258930254, - 96982.12086475048, - 96010.44730657568, - 95428.43180225715, - 95422.85552066843, - 95990.24449129363, - 96958.7200459487 - ], - "fuel": [ - 45.19656099759696, - 45.203424142298466, - 44.78306422769103, - 44.28302698361351, - 43.98519581853285, - 43.982348398873725, - 44.27266760560496, - 44.770980542739636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.84375 -64.53125, -59.84375 -64.375, -59.6875 -64.375, -59.6875 -64.53125, -59.84375 -64.53125))", @@ -132418,9 +95271,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1296.5281900025548, + 1296.5281900025338, 992.7434064345007, - 73.23249204705189, + 73.23249204704462, -842.9165216329284, -1241.3527324907482, -1112.7616067415684, @@ -132428,29 +95281,29 @@ 608.7707473957698 ], "relative wind speed": [ - 4.1783480334247285, + 4.178348033424728, 4.119911169592905, 3.878895609134694, 3.578321156822806, 3.4003429009281056, 3.4709157418439407, - 3.738327565336142, + 3.7383275653361423, 4.026976760666835 ], "relative wind angle": [ - 0.016910306721543575, + 0.016910306721550143, 0.054677671537482896, - 0.10047352167804337, - 0.09097094533721578, + 0.1004735216780467, + 0.09097094533721577, 0.02077992322371675, - 0.06491460651434987, - 0.10426501036558583, + 0.06491460651434988, + 0.1042650103655869, 0.08081212421780616 ], "resistance": [ - 97931.02819000257, + 97931.02819000254, 97627.24340643451, - 96707.73249204707, + 96707.73249204706, 95791.58347836709, 95393.14726750927, 95521.73839325845, @@ -132458,9 +95311,9 @@ 97243.27074739579 ], "fuel": [ - 44.30461750968975, + 44.304617509689734, 44.14683534097662, - 43.671345193365525, + 43.67134519336551, 43.200722438369226, 42.99702156066731, 43.06269933189393, @@ -132485,68 +95338,7 @@ "id": "2758", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.237889233932032, - 15.237889233932032, - 15.237889233932032, - 15.237889233932032, - 15.237889233932032, - 15.237889233932032, - 15.237889233932032, - 15.237889233932032 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 791.9661268781374, - 1329.1717954319747, - 788.4629577465485, - -170.91068123590048, - -998.6421577688889, - -1224.527381981483, - -996.1768173660075, - -166.74999433819357 - ], - "relative wind speed": [ - 4.486933882106289, - 4.582053263162996, - 4.4861636562618665, - 4.246563513884681, - 3.992969041096953, - 3.8834476073573403, - 3.9938343824935063, - 4.2477141791904405 - ], - "relative wind angle": [ - 0.05498420425585352, - 0.00012598901748635545, - 0.055175914217902515, - 0.08234845153634246, - 0.06179441841488603, - 0.00014865358090687875, - 0.06198582179457465, - 0.08232609358460619 - ], - "resistance": [ - 97426.4661268782, - 97963.67179543203, - 97422.96295774661, - 96463.58931876416, - 95635.85784223117, - 95409.97261801857, - 95638.32318263405, - 96467.75000566186 - ], - "fuel": [ - 45.449796029550456, - 45.728646156098364, - 45.447981145613205, - 44.95267791196866, - 44.528090760470704, - 44.41266510761926, - 44.5293515783022, - 44.954818587550896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.84375 -64.6875, -59.84375 -64.53125, -59.6875 -64.53125, -59.6875 -64.6875, -59.84375 -64.6875))", @@ -132578,19 +95370,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1249.2278990189297, + 1249.2278990189116, 1252.9023394140568, - 362.8822861187655, + 362.88228611876184, -698.7095912984842, - -1328.4585156491794, + -1328.4585156491885, -1330.004518446819, - -704.354651322561, + -704.3546513225647, 356.3483451129687 ], "relative wind speed": [ - 4.934701114350608, + 4.934701114350607, 4.935298978250617, - 4.754184339838928, + 4.754184339838927, 4.484925212524982, 4.283841936614173, 4.283153140052991, @@ -132598,31 +95390,31 @@ 4.752685836863733 ], "relative wind angle": [ - 0.027515128783957586, - 0.02719841470201311, - 0.06853469205156919, + 0.02751512878396162, + 0.027198414702013108, + 0.0685346920515692, 0.07279948905564566, - 0.03169690724647787, - 0.03134086722045829, - 0.07268211110043425, - 0.06869139597325583 + 0.03169690724648138, + 0.031340867220458285, + 0.07268211110043576, + 0.06869139597325581 ], "resistance": [ - 97883.72789901897, + 97883.72789901894, 97887.40233941408, 96997.3822861188, 95935.79040870155, - 95306.04148435085, + 95306.04148435083, 95304.49548155321, 95930.14534867747, 96990.848345113 ], "fuel": [ - 47.0046050370595, + 47.00460503705948, 47.00651495246098, 46.545364453534916, 45.99917125694954, - 45.67714463934337, + 45.677144639343354, 45.676355895593666, 45.99627806030439, 46.54198988932063 @@ -132658,10 +95450,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1574.4007984594564, + 1574.4007984594055, 731.4912202923961, - -467.8722549582326, - -1347.40867603875, + -467.8722549582353, + -1347.4086760387481, -1497.5556671297663, -1004.0188308182433, 109.49436957956368, @@ -132670,25 +95462,25 @@ "relative wind speed": [ 4.444466546756287, 4.269150400336672, - 3.937194920095188, - 3.6299619844341464, + 3.9371949200951875, + 3.629961984434146, 3.5514628990443624, 3.7603891378193257, 4.106661389705875, 4.3805875861677785 ], "relative wind angle": [ - 0.01918475096765044, - 0.08820813519559345, + 0.019184750967667804, + 0.08820813519559347, 0.11367687091830599, - 0.07044707395061241, - 0.024009527358973642, + 0.07044707395061084, + 0.02400952735897364, 0.10017991302692528, 0.10896679156696791, 0.05836062705847388 ], "resistance": [ - 98208.90079845948, + 98208.90079845944, 97365.99122029243, 96166.6277450418, 95287.09132396129, @@ -132698,7 +95490,7 @@ 97854.96125789089 ], "fuel": [ - 45.088485563760074, + 45.088485563760045, 44.650662385555876, 44.03224752914228, 43.58214355632413, @@ -132738,54 +95530,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1349.3893128240034, + 1349.3893128239806, 579.4400617008314, - -460.9562913705395, + -460.9562913705404, -1188.959389996714, - -1288.2807912762028, + -1288.2807912762073, -812.5270615023746, - 171.14180665814365, - 1115.9982251109432 + 171.14180665814183, + 1115.9982251109395 ], "relative wind speed": [ - 3.9690284996575627, + 3.969028499657562, 3.7848824135992465, - 3.4547799183129975, + 3.454779918312997, 3.159687608432613, 3.100497272264896, 3.322790345724984, 3.6648009881079844, - 3.922071491384803 + 3.9220714913848034 ], "relative wind angle": [ - 0.026660105834655366, + 0.026660105834663696, 0.10110671339035053, 0.1260910003318783, 0.0736175711139332, - 0.03413088958900039, - 0.11522605914264582, - 0.11882976134342423, - 0.059288742650306744 + 0.03413088958900364, + 0.11522605914264583, + 0.11882976134342517, + 0.059288742650308625 ], "resistance": [ - 97983.889312824, + 97983.88931282399, 97213.94006170084, 96173.54370862946, 95445.54061000329, 95346.21920872379, 95821.97293849762, 96805.64180665814, - 97750.49822511095 + 97750.49822511093 ], "fuel": [ - 43.59878144264794, + 43.598781442647926, 43.199395383872314, 42.66322796616344, 42.29044739769614, 42.239741857354666, 42.48295674825425, 42.98849903650296, - 43.477484439508075 + 43.47748443950807 ] }, { @@ -132818,19 +95610,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1581.2598741883867, + 1581.2598741883212, 1060.2830451236132, - -75.35570695876413, + -75.35570695876231, -1124.3943445965024, -1492.2837600431258, -1272.8668456594314, - -325.81901478253167, + -325.81901478252985, 849.2656494707608 ], "relative wind speed": [ - 4.948518991750665, + 4.948518991750664, 4.8633659486649305, - 4.6064027397616725, + 4.606402739761672, 4.314294383019624, 4.166694862726668, 4.265777530551291, @@ -132838,33 +95630,33 @@ 4.820378643575122 ], "relative wind angle": [ - 0.006525901439699023, + 0.006525901439716035, 0.0521662966273626, - 0.08496710776637778, + 0.08496710776637646, 0.06942013154756752, - 0.007750421465414562, + 0.0077504214654145615, 0.059482318750901306, - 0.08617386185907068, - 0.06212187351237429 + 0.08617386185907067, + 0.0621218735123743 ], "resistance": [ - 98215.75987418838, + 98215.75987418833, 97694.78304512361, 96559.14429304123, 95510.1056554035, 95142.21623995688, 95361.63315434057, - 96308.68098521746, + 96308.68098521748, 97483.76564947076 ], "fuel": [ - 46.9954031792025, + 46.99540317920247, 46.724472617153154, 46.13739141262061, 45.59934307814983, 45.411623693839516, 45.52352283583254, - 46.00855750700784, + 46.00855750700785, 46.61502179605854 ] }, @@ -132898,19 +95690,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1279.1680351570703, + 1279.168035156953, 750.2067637144555, - -156.7089625167073, + -156.70896251671184, -926.7641546022287, -1135.796360897211, -901.2762942387676, - -113.92184161442492, + -113.9218416144231, 786.5392602415732 ], "relative wind speed": [ - 3.764408950837912, + 3.7644089508379115, 3.649059804581127, - 3.3649289833550977, + 3.3649289833550973, 3.0593319092079017, 2.9284753869512676, 3.0710104825152102, @@ -132918,17 +95710,17 @@ 3.6588565304518696 ], "relative wind angle": [ - 0.002009327956100811, + 0.002009327956156064, 0.08255234706477377, - 0.12453463212491703, - 0.0949999493746026, + 0.12453463212491792, + 0.09499994937460259, 0.0025828919366371744, 0.09813706101949415, - 0.12397868264993332, - 0.07939762946860579 + 0.12397868264993242, + 0.0793976294686058 ], "resistance": [ - 97913.66803515707, + 97913.66803515695, 97384.70676371445, 96477.79103748329, 95707.73584539776, @@ -132938,7 +95730,7 @@ 97421.03926024157 ], "fuel": [ - 43.0616481075052, + 43.06164810750514, 42.787167751046525, 42.318987956954686, 41.92386268825004, @@ -132965,68 +95757,7 @@ "id": "2764", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.11536396635048, - 14.11536396635048, - 14.11536396635048, - 14.11536396635048, - 14.11536396635048, - 14.11536396635048, - 14.11536396635048, - 14.11536396635048 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 668.5393299854522, - 1277.3908155455538, - 882.52864687704, - -30.30379003712187, - -887.1689030166626, - -1204.2990285663127, - -1037.6554892788854, - -283.9014046499815 - ], - "relative wind speed": [ - 4.163440259661222, - 4.28816126940407, - 4.213821640243008, - 3.9759739840082973, - 3.699408502888521, - 3.5540865204148666, - 3.641917798527516, - 3.9001908857773833 - ], - "relative wind angle": [ - 0.06885747172291234, - 0.00887507082444692, - 0.0552360253185821, - 0.0924498519129047, - 0.07751090919119971, - 0.010708226280748573, - 0.06392096964559162, - 0.09425149598226748 - ], - "resistance": [ - 97303.03932998542, - 97911.89081554553, - 97517.028646877, - 96604.19620996284, - 95747.33109698331, - 95430.20097143366, - 95596.84451072109, - 96350.59859534999 - ], - "fuel": [ - 44.38028519165994, - 44.69612641090961, - 44.49113477063612, - 44.01946116730514, - 43.579527965716714, - 43.41739914601328, - 43.50254691868347, - 43.88897399525035 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.84375 -64.84375, -59.84375 -64.6875, -59.6875 -64.6875, -59.6875 -64.84375, -59.84375 -64.84375))", @@ -133045,68 +95776,7 @@ "id": "2765", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.90276735692449, - 15.90276735692449, - 15.90276735692449, - 15.90276735692449, - 15.90276735692449, - 15.90276735692449, - 15.90276735692449, - 15.90276735692449 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1085.1015245110502, - 1468.9524547004257, - 713.6229608917693, - -407.99634483909267, - -1257.1947397106705, - -1418.9842861223042, - -995.8267033855436, - 32.911480150185525 - ], - "relative wind speed": [ - 4.732600920700513, - 4.797163795846527, - 4.654534925127779, - 4.375265261315983, - 4.113968791094174, - 4.038498508670212, - 4.202089399272455, - 4.492138085793198 - ], - "relative wind angle": [ - 0.04793695433999873, - 0.012226600800238211, - 0.06659192436586421, - 0.086816060697287, - 0.05515224278309811, - 0.014523617441486121, - 0.07377438011053192, - 0.08455187981621624 - ], - "resistance": [ - 97719.60152451105, - 98103.45245470043, - 97348.12296089176, - 96226.50365516091, - 95377.30526028933, - 95215.5157138777, - 95638.67329661446, - 96667.41148015019 - ], - "fuel": [ - 46.23658695863989, - 46.43614362044018, - 46.04398449244922, - 45.46556836234336, - 45.0307527811464, - 44.94821590006945, - 45.1642953680351, - 45.692384968823816 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -65, -60 -64.84375, -59.84375 -64.84375, -59.84375 -65, -60 -65))", @@ -133125,68 +95795,7 @@ "id": "2766", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.101822730253446, - 16.101822730253446, - 16.101822730253446, - 16.101822730253446, - 16.101822730253446, - 16.101822730253446, - 16.101822730253446, - 16.101822730253446 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 820.1587845163358, - 1585.722818893193, - 1106.7385753308808, - -28.609459004850578, - -1101.3591932231939, - -1504.922687973547, - -1302.9478395018268, - -368.50340339160357 - ], - "relative wind speed": [ - 4.7349944830183235, - 4.873684625618864, - 4.794315424091059, - 4.5351567373548045, - 4.232692178209749, - 4.0722296103852305, - 4.165380588135315, - 4.446145431417787 - ], - "relative wind angle": [ - 0.06656828484063322, - 0.009168541685225849, - 0.05253950011667763, - 0.08848008089074262, - 0.07448194013579838, - 0.010973067732751708, - 0.06048153943154083, - 0.0902562195322548 - ], - "resistance": [ - 97454.65878451632, - 98220.22281889318, - 97741.23857533086, - 96605.89054099514, - 95533.14080677679, - 95129.57731202643, - 95331.55216049816, - 96265.99659660838 - ], - "fuel": [ - 46.29487259871959, - 46.69266345868084, - 46.44352548703003, - 45.85639769828512, - 45.306048748322496, - 45.1001184896914, - 45.203106401800966, - 45.68155968276736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.84375 -65, -59.84375 -64.84375, -59.6875 -64.84375, -59.6875 -65, -59.84375 -65))", @@ -133205,68 +95814,7 @@ "id": "2767", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.99219184703287, - 16.99219184703287, - 16.99219184703287, - 16.99219184703287, - 16.99219184703287, - 16.99219184703287, - 16.99219184703287, - 16.99219184703287 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1134.9481808553937, - 1652.5897563979324, - 866.6628775062491, - -370.98576663948734, - -1353.6352112792847, - -1571.5914157896323, - -1164.847735551095, - -52.43293010883281 - ], - "relative wind speed": [ - 5.034449897903947, - 5.116258266440055, - 4.981607326342841, - 4.6971385703497495, - 4.419167625770978, - 4.324191211111178, - 4.478651217196388, - 4.776150911570955 - ], - "relative wind angle": [ - 0.05007896822989627, - 0.007748905869689646, - 0.061883222891533786, - 0.0844170060720958, - 0.057058592830870614, - 0.009168318522821385, - 0.0688431999753775, - 0.08301724276703691 - ], - "resistance": [ - 97769.44818085535, - 98287.0897563979, - 97501.1628775062, - 96263.51423336047, - 95280.86478872068, - 95062.90858421032, - 95469.65226444886, - 96582.06706989113 - ], - "fuel": [ - 47.365505913715225, - 47.63484260470113, - 47.226305334834336, - 46.58761555521478, - 46.084577602433455, - 45.97348831213429, - 46.18094285753438, - 46.75146032936724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.6875 -64.84375, -59.6875 -64.6875, -59.53125 -64.6875, -59.53125 -64.84375, -59.6875 -64.84375))", @@ -133298,9 +95846,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1635.0867689634306, + 1635.086768963385, 1438.3230291885811, - 271.12302748263573, + 271.12302748262664, -1002.4566661996068, -1661.1500469050243, -1578.227902095703, @@ -133308,7 +95856,7 @@ 620.2356918094902 ], "relative wind speed": [ - 5.285661224467803, + 5.285661224467802, 5.255730993254743, 5.024637774243142, 4.7119752396291625, @@ -133318,9 +95866,9 @@ 5.099871014666693 ], "relative wind angle": [ - 0.022067371400099678, + 0.022067371400109743, 0.037010207933675474, - 0.07802608417792758, + 0.07802608417793044, 0.07635059769508029, 0.025906116608836786, 0.04287204774229291, @@ -133328,9 +95876,9 @@ 0.07053332841158232 ], "resistance": [ - 98269.58676896345, + 98269.5867689634, 98072.8230291886, - 96905.62302748265, + 96905.62302748264, 95632.04333380041, 94973.34995309499, 95056.27209790431, @@ -133338,9 +95886,9 @@ 97254.7356918095 ], "fuel": [ - 48.29010035317265, + 48.29010035317261, 48.18761656936295, - 47.58264605529487, + 47.582646055294866, 46.92832145559949, 46.59227384797407, 46.634489661887216, @@ -133378,17 +95926,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1437.7385612166354, + 1437.7385612166108, 1048.48675275171, - 29.526645800818187, + 29.52664580081546, -955.7675674882285, -1354.7774600409703, -1189.9390805419716, - -364.4470382148729, + -364.44703821487474, 715.1817887753004 ], "relative wind speed": [ - 4.315924369254964, + 4.315924369254963, 4.243372267172143, 3.9811862630180888, 3.663506464612955, @@ -133398,17 +95946,17 @@ 4.165220105044172 ], "relative wind angle": [ - 0.013804196917051183, + 0.013804196917059227, 0.05937217591803028, - 0.10459698125598738, - 0.09185638013280563, + 0.10459698125598844, + 0.09185638013280562, 0.01709727614079989, 0.07053480704994909, - 0.10781758491843822, + 0.10781758491843925, 0.08076620815558092 ], "resistance": [ - 98072.23856121663, + 98072.2385612166, 97682.98675275169, 96664.0266458008, 95678.73243251175, @@ -133418,7 +95966,7 @@ 97349.68178877528 ], "fuel": [ - 44.71453177534724, + 44.714531775347226, 44.51221642391515, 43.98527708262904, 43.479421658839094, @@ -133458,9 +96006,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1660.4841803775835, + 1660.4841803775744, 1627.101527648123, - 441.8509323679991, + 441.85093236799366, -949.9473749266854, -1756.7928258724132, -1742.7536276991377, @@ -133468,9 +96016,9 @@ 501.2477032856659 ], "relative wind speed": [ - 5.71864362534467, + 5.7186436253446695, 5.713952453869711, - 5.504369718755199, + 5.504369718755198, 5.198717775908172, 4.975072597546731, 4.980459779927142, @@ -133478,19 +96026,19 @@ 5.516118721620483 ], "relative wind angle": [ - 0.02570152469193098, + 0.025701524691930985, 0.027843223485497774, 0.0676208768754157, - 0.07063564569943492, + 0.07063564569943494, 0.029543902675226046, 0.03194511462544738, - 0.07143198137099868, + 0.0714319813709987, 0.06656502791876187 ], "resistance": [ 98294.98418037759, 98261.60152764813, - 97076.35093236802, + 97076.350932368, 95684.55262507332, 94877.7071741276, 94891.74637230087, @@ -133538,37 +96086,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1342.4211885524974, + 1342.4211885524846, 1259.891876854207, 314.77144220930586, - -756.8611072858102, - -1353.979506959463, + -756.8611072858093, + -1353.9795069594666, -1318.9912116859668, -631.6364109800807, 460.0048900646416 ], "relative wind speed": [ - 4.337039422832909, + 4.337039422832908, 4.3218435087858325, 4.096762201672357, - 3.7729680922987616, - 3.5392794691341347, + 3.772968092298761, + 3.539279469134135, 3.557819388530982, 3.814832837594574, 4.135350274201286 ], "relative wind angle": [ - 0.03267526937381031, - 0.04213484064097541, - 0.09758322076750121, - 0.10153339920336305, - 0.04004391017684667, - 0.05119030003146226, + 0.03267526937381371, + 0.04213484064097542, + 0.09758322076750123, + 0.10153339920336195, + 0.04004391017684944, + 0.051190300031462264, 0.10482056461020871, - 0.09260922955587153 + 0.09260922955587152 ], "resistance": [ - 97976.9211885525, + 97976.92118855249, 97894.3918768542, 96949.27144220931, 95877.6388927142, @@ -133578,7 +96126,7 @@ 97094.50489006464 ], "fuel": [ - 44.77531680603554, + 44.77531680603553, 44.73240400574974, 44.242776381777844, 43.69162908556095, @@ -133618,17 +96166,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1042.4664043225716, + 1042.4664043225648, 516.2623857538847, - -240.53700551986321, + -240.53700551986412, -808.6014039393915, -919.5567980690678, -621.7993995102647, - 71.46398569948406, + 71.46398569948497, 784.0712156871136 ], "relative wind speed": [ - 2.9939257099906955, + 2.993925709990695, 2.8339992481230927, 2.5115796494573, 2.1914942937877693, @@ -133638,17 +96186,17 @@ 2.925435786438103 ], "relative wind angle": [ - 0.024444381990528556, + 0.0244443819905331, 0.13057746168251255, - 0.1796068465297676, + 0.17960684652976822, 0.12145649268908237, 0.03490401564312537, 0.1605336978614991, - 0.1697617767788872, + 0.16976177677888657, 0.09088669148571185 ], "resistance": [ - 97676.96640432256, + 97676.96640432255, 97150.76238575387, 96393.96299448013, 95825.8985960606, @@ -133658,7 +96206,7 @@ 97418.5712156871 ], "fuel": [ - 41.12681582198277, + 41.12681582198276, 40.85422698581071, 40.463989629645035, 40.172472158773544, @@ -133698,9 +96246,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 809.2283512263762, + 809.2283512263725, 242.39343088859187, - -407.1373315248484, + -407.13733152484883, -785.3717406037806, -775.599541157118, -373.66782777592607, @@ -133708,7 +96256,7 @@ 831.948155234647 ], "relative wind speed": [ - 2.781152137621273, + 2.7811521376212727, 2.5711349385225124, 2.248705229772449, 1.9957392867351225, @@ -133718,17 +96266,17 @@ 2.7875483672825654 ], "relative wind angle": [ - 0.06181271901857817, - 0.15492787832007843, - 0.17399239779820067, + 0.061812719018579966, + 0.15492787832007845, + 0.17399239779820133, 0.0771333083428694, - 0.08580685884396769, + 0.0858068588439677, 0.17585807844807025, 0.15100447231221859, - 0.05519670770786848 + 0.055196707707868484 ], "resistance": [ - 97443.72835122641, + 97443.7283512264, 96876.89343088862, 96227.36266847518, 95849.12825939625, @@ -133738,7 +96286,7 @@ 97466.44815523467 ], "fuel": [ - 40.71405559131336, + 40.714055591313354, 40.420953577865376, 40.08656069704115, 39.892560464826644, @@ -133778,9 +96326,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1177.152055413775, + 1177.152055413765, 926.9599498433372, - 111.19626875022232, + 111.19626875021731, -709.1798997429105, -1082.9543103000155, -976.0218866265254, @@ -133788,9 +96336,9 @@ 545.7284322245587 ], "relative wind speed": [ - 3.434681245417089, + 3.4346812454170883, 3.3766691534226747, - 3.1140564010108234, + 3.114056401010823, 2.7716229976336, 2.5565914916385637, 2.632736359961318, @@ -133798,17 +96346,17 @@ 3.263633139880632 ], "relative wind angle": [ - 0.02580635646475333, + 0.025806356464757627, 0.07348817590790006, - 0.1415231451136487, + 0.14152314511365027, 0.13508212417893567, 0.03467293523959894, 0.0943086663533113, 0.15003108541197835, - 0.11462002074063907 + 0.11462002074063908 ], "resistance": [ - 97811.65205541378, + 97811.65205541377, 97561.45994984334, 96745.69626875022, 95925.32010025709, @@ -133818,7 +96366,7 @@ 97180.22843222455 ], "fuel": [ - 42.145522132733056, + 42.14552213273305, 42.01566154705442, 41.59386256421621, 41.172175935534355, @@ -133858,41 +96406,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1038.837401370533, + 1038.8374013705138, 539.3077646024035, - -211.58439014891383, - -794.5089442609501, - -921.4022173893181, + -211.58439014891565, + -794.508944260951, + -921.4022173893281, -652.6469161570785, - 25.702287491025345, + 25.7022874910258, 742.2678683613562 ], "relative wind speed": [ 3.0966174498747954, 2.9533461191571577, - 2.6512350949928685, - 2.3454806107816744, - 2.243634219381195, + 2.651235094992868, + 2.345480610781675, + 2.2436342193811956, 2.429131705302679, - 2.755700747963302, + 2.7557007479633016, 3.020207748764076 ], "relative wind angle": [ - 0.017082603194179178, + 0.017082603194192178, 0.11505183963458891, - 0.16160009450680093, - 0.11289586839545299, - 0.023578092767907934, + 0.16160009450680166, + 0.11289586839545497, + 0.02357809276792206, 0.14002917296289083, - 0.15542318959752496, + 0.15542318959752427, 0.08760032735722555 ], "resistance": [ - 97673.33740137053, + 97673.33740137052, 97173.8077646024, 96422.91560985109, 95839.99105573905, - 95713.09778261068, + 95713.09778261067, 95981.85308384293, 96660.20228749103, 97376.76786836136 @@ -133902,7 +96450,7 @@ 41.1128564013648, 40.72559241899487, 40.426402376642514, - 40.36144110964207, + 40.36144110964206, 40.499097626647654, 40.84774354541019, 41.21789092393884 @@ -133938,34 +96486,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 840.5216961975309, + 840.52169619753, 951.4855558338215, - 397.9094696129471, + 397.9094696129466, -296.86664242833604, -760.7708041943818, -808.9778517701716, - -455.2319753548668, + -455.23197535486656, 211.4309426894231 ], "relative wind speed": [ - 2.5369898258970354, + 2.536989825897035, 2.570457411213201, - 2.3599054333455336, + 2.359905433345533, 1.9824550321667624, 1.6279721218119794, 1.5745981402380713, - 1.8754884568475207, + 1.875488456847521, 2.270788993178086 ], "relative wind angle": [ 0.09797453045365875, 0.05773919924594069, - 0.19528843304729582, - 0.2545954503111779, - 0.15303345993268053, - 0.09434405775183101, - 0.24666393452524382, - 0.2216860356241895 + 0.1952884330472964, + 0.254595450311178, + 0.15303345993268055, + 0.09434405775183102, + 0.2466639345252443, + 0.22168603562418948 ], "resistance": [ 97475.02169619752, @@ -134018,9 +96566,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 739.489822792829, + 739.4898227928263, 864.7101230104624, - 377.1945771469216, + 377.19457714692066, -250.13347945836085, -679.679322908853, -734.0276604508009, @@ -134028,27 +96576,27 @@ 166.32390053668337 ], "relative wind speed": [ - 2.420137108063269, + 2.4201371080632685, 2.4597294796371134, 2.2687090889148243, 1.9174143769200607, 1.5811438530410804, 1.5188187491727148, 1.7916580521153311, - 2.163469808667246 + 2.1634698086672466 ], "relative wind angle": [ - 0.10097308039509431, + 0.10097308039509652, 0.05143616669385784, - 0.18745732937834414, - 0.24843392075309212, + 0.18745732937834536, + 0.24843392075309215, 0.1549081546984203, 0.08336074301686695, 0.23822938214244807, - 0.21968393214909684 + 0.21968393214909787 ], "resistance": [ - 97373.98982279284, + 97373.98982279282, 97499.21012301046, 97011.69457714692, 96384.36652054163, @@ -134058,7 +96606,7 @@ 96800.82390053668 ], "fuel": [ - 40.03127019482742, + 40.031270194827414, 40.09614851031308, 39.84388878750363, 39.520585770641446, @@ -134098,7 +96646,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 807.0250134397106, + 807.0250134397079, 1066.6816616265892, 538.4991794858511, -207.44271137069563, @@ -134108,24 +96656,24 @@ 100.86848648483237 ], "relative wind speed": [ - 2.608530381196501, + 2.6085303811965006, 2.6842668644624417, 2.505650308743354, 2.1369235813481096, 1.7528658404127688, 1.6345277007319554, 1.8970202778055527, - 2.3044580732982523 + 2.304458073298252 ], "relative wind angle": [ - 0.11931093310318586, + 0.11931093310318772, 0.03212528967378109, - 0.173445897491617, + 0.17344589749161704, 0.24837341504481547, - 0.17807142736373244, + 0.17807142736373247, 0.05277246163316469, - 0.22996807725655552, - 0.22997779696389634 + 0.2299680772565555, + 0.22997779696389534 ], "resistance": [ 97441.52501343969, @@ -134165,68 +96713,7 @@ "id": "2779", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.093272384565921, - 7.093272384565921, - 7.093272384565921, - 7.093272384565921, - 7.093272384565921, - 7.093272384565921, - 7.093272384565921, - 7.093272384565921 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 789.6585298525665, - 807.3937544326132, - 284.81699960076116, - -326.2079851837666, - -700.6773340653109, - -708.381411898708, - -351.5670794130999, - 254.9729832929604 - ], - "relative wind speed": [ - 2.4236031167498604, - 2.4292388747845273, - 2.210035778365353, - 1.8489817721249224, - 1.5372417737560597, - 1.5283202634709507, - 1.8310396491734864, - 2.1950468662081217 - ], - "relative wind angle": [ - 0.08026610485919008, - 0.07316187526198444, - 0.20294585330992873, - 0.24717651275088712, - 0.12675017539362501, - 0.11644883438112266, - 0.24574025233744826, - 0.20758126225412973 - ], - "resistance": [ - 97424.15852985256, - 97441.89375443262, - 96919.31699960076, - 96308.29201481624, - 95933.82266593468, - 95926.1185881013, - 96282.9329205869, - 96889.47298329296 - ], - "fuel": [ - 40.036258414537485, - 40.045447036193146, - 39.775190806912285, - 39.46048132585404, - 39.268296839307894, - 39.26434844424987, - 39.44745010562942, - 39.75978732404827 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -60.46875, -54.6875 -60.3125, -54.53125 -60.3125, -54.53125 -60.46875, -54.6875 -60.46875))", @@ -134258,9 +96745,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 780.9173635628481, + 780.9173635628472, 1253.2473617949922, - 750.9443249688352, + 750.9443249688338, -83.02711918495879, -784.99963960581, -988.7486953662637, @@ -134278,13 +96765,13 @@ 2.3955923074975454 ], "relative wind angle": [ - 0.14210339711401868, + 0.14210339711401948, 0.0031077621963569464, - 0.14733188033823216, + 0.1473318803382337, 0.23761231495507826, - 0.20033425006387875, + 0.20033425006387873, 0.005084040426835289, - 0.20534685370210648, + 0.2053468537021065, 0.2358533816527574 ], "resistance": [ @@ -134325,68 +96812,7 @@ "id": "2781", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.424267330963143, - 7.424267330963143, - 7.424267330963143, - 7.424267330963143, - 7.424267330963143, - 7.424267330963143, - 7.424267330963143, - 7.424267330963143 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 844.3617945657986, - 916.3128980769104, - 358.71026725353863, - -320.7398726891672, - -759.1237599796964, - -790.3789640252103, - -423.55877517886665, - 237.6855808929206 - ], - "relative wind speed": [ - 2.531435439586966, - 2.553249421761164, - 2.335895136305194, - 1.9602646028502286, - 1.6195987612633393, - 1.5849867263036865, - 1.8907298708351592, - 2.277856057589029 - ], - "relative wind angle": [ - 0.09022483242219956, - 0.0639489605939274, - 0.19771600621029714, - 0.2503975973874554, - 0.14130002604773137, - 0.10312765425504945, - 0.24512659597108463, - 0.21489108670139584 - ], - "resistance": [ - 97478.86179456585, - 97550.81289807695, - 96993.21026725358, - 96313.76012731087, - 95875.37624002034, - 95844.12103597484, - 96210.94122482117, - 96872.18558089297 - ], - "fuel": [ - 40.19937016018017, - 40.236669937811214, - 39.94811004175881, - 39.59805774219422, - 39.37311436142186, - 39.35710401249618, - 39.545235151777874, - 39.885632456564935 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -60.625, -54.6875 -60.46875, -54.53125 -60.46875, -54.53125 -60.625, -54.6875 -60.625))", @@ -134418,9 +96844,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 510.39372347139215, + 510.39372347139033, 1107.8218422233576, - 892.7517067855033, + 892.7517067855024, 142.65234066645598, -615.6229218511712, -974.3837500913087, @@ -134428,7 +96854,7 @@ -301.1336687293283 ], "relative wind speed": [ - 2.803646289339694, + 2.8036462893396936, 2.9912211514578204, 2.9345611593956744, 2.655155132072563, @@ -134438,13 +96864,13 @@ 2.446930312593952 ], "relative wind angle": [ - 0.14959663131265316, + 0.1495966313126539, 0.03546086850045128, - 0.09141088013645818, - 0.18365079274413362, + 0.0914108801364594, + 0.1836507927441336, 0.18469781527900242, 0.05246251230622471, - 0.12768130945482142, + 0.12768130945482145, 0.19948083857741156 ], "resistance": [ @@ -134498,21 +96924,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 622.6835027858679, + 622.6835027858665, 1072.408453596477, - 692.2523704403757, + 692.252370440372, -23.384239615623756, - -654.9128536864034, + -654.9128536864039, -866.9671107250924, - -703.0900818271621, + -703.0900818271616, -103.57497505646847 ], "relative wind speed": [ - 2.5991061120862713, + 2.599106112086271, 2.7354002078598403, - 2.625226801010681, + 2.62522680101068, 2.3085756595132065, - 1.9263183788920173, + 1.9263183788920175, 1.7273218523430205, 1.8905658734877793, 2.2663921776789966 @@ -134520,12 +96946,12 @@ "relative wind angle": [ 0.14350938977734698, 0.007905070923965649, - 0.13031430548393685, + 0.13031430548393771, 0.22011741426978154, - 0.1941857542474118, + 0.19418575424741294, 0.012518727888624038, - 0.18143563799481288, - 0.2242838048856624 + 0.18143563799481224, + 0.22428380488566244 ], "resistance": [ 97257.18350278589, @@ -134565,68 +96991,7 @@ "id": "2784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.500122522987757, - 6.500122522987757, - 6.500122522987757, - 6.500122522987757, - 6.500122522987757, - 6.500122522987757, - 6.500122522987757, - 6.500122522987757 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 668.9900452920592, - 802.4605785480767, - 365.8251896198026, - -203.89792005106324, - -601.4488874707272, - -659.5022933446227, - -392.9595406796386, - 142.677808069923 - ], - "relative wind speed": [ - 2.2372709801546837, - 2.282571888227188, - 2.1005112598891436, - 1.7546711115347706, - 1.4111411649843115, - 1.3366250039672862, - 1.6076545876631905, - 1.9793509331346255 - ], - "relative wind angle": [ - 0.11334755686689524, - 0.0509125372083378, - 0.20000791882555616, - 0.2735480988011713, - 0.1802957149616179, - 0.08701621549967396, - 0.2625927382665238, - 0.24183450799889275 - ], - "resistance": [ - 97303.49004529207, - 97436.9605785481, - 97000.32518961982, - 96430.60207994895, - 96033.05111252928, - 95974.9977066554, - 96241.54045932037, - 96777.17780806994 - ], - "fuel": [ - 39.75032313306639, - 39.819443039855685, - 39.59357051776944, - 39.29991812536099, - 39.095723870394224, - 39.0659550871085, - 39.202736996194716, - 39.47840977080082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60.15625, -53.90625 -60, -53.75 -60, -53.75 -60.15625, -53.90625 -60.15625))", @@ -134645,68 +97010,7 @@ "id": "2785", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.789021044003116, - 6.789021044003116, - 6.789021044003116, - 6.789021044003116, - 6.789021044003116, - 6.789021044003116, - 6.789021044003116, - 6.789021044003116 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 610.908426194547, - 790.8724210365715, - 389.70263761682236, - -168.33740152524138, - -579.6389886433343, - -657.6074482012629, - -426.7815129341134, - 85.96773811999265 - ], - "relative wind speed": [ - 2.274940720938819, - 2.3352711684262903, - 2.177563430471477, - 1.8593380319812516, - 1.5336508959132362, - 1.440121149153088, - 1.6690290173014957, - 2.0174990550553398 - ], - "relative wind angle": [ - 0.1142369111310075, - 0.03481468276182598, - 0.17273425604878373, - 0.24334893698754534, - 0.16990120216251012, - 0.05647339091437147, - 0.22616865946808615, - 0.22393156107920598 - ], - "resistance": [ - 97245.40842619455, - 97425.37242103658, - 97024.20263761682, - 96466.16259847475, - 96054.86101135667, - 95976.89255179874, - 96207.71848706588, - 96720.46773811999 - ], - "fuel": [ - 39.82620221073065, - 39.91937619252969, - 39.71184093971996, - 39.42414864128777, - 39.21284774835562, - 39.17286343104013, - 39.291302807540674, - 39.55510955704771 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -60.3125, -54.0625 -60.15625, -53.90625 -60.15625, -53.90625 -60.3125, -54.0625 -60.3125))", @@ -134725,68 +97029,7 @@ "id": "2786", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.792563188431086, - 5.792563188431086, - 5.792563188431086, - 5.792563188431086, - 5.792563188431086, - 5.792563188431086, - 5.792563188431086, - 5.792563188431086 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 602.0293291729229, - 789.4099188517125, - 404.8525043584425, - -127.15555637425825, - -521.4737998954199, - -603.0959496439613, - -387.335463875864, - 95.71063593519716 - ], - "relative wind speed": [ - 2.0480783227961292, - 2.116350467633978, - 1.9519497975184277, - 1.6062139476043815, - 1.2284179069911876, - 1.1066598703619177, - 1.3760549983528219, - 1.76740264938275 - ], - "relative wind angle": [ - 0.14591303204386896, - 0.039932779919923535, - 0.21543235683264894, - 0.3202331620689665, - 0.24485021624660314, - 0.07642058280837934, - 0.30808559705611954, - 0.2901322411418678 - ], - "resistance": [ - 97236.52932917293, - 97423.90991885173, - 97039.35250435845, - 96507.34444362576, - 96113.02620010459, - 96031.40405035605, - 96247.16453612415, - 96730.21063593522 - ], - "fuel": [ - 39.47943869181407, - 39.57644891229883, - 39.3774978641511, - 39.1031703496799, - 38.90052154598007, - 38.858646407261546, - 38.96939324978058, - 39.217962093733846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60.3125, -53.90625 -60.15625, -53.75 -60.15625, -53.75 -60.3125, -53.90625 -60.3125))", @@ -134805,68 +97048,7 @@ "id": "2787", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.870345782964145, - 5.870345782964145, - 5.870345782964145, - 5.870345782964145, - 5.870345782964145, - 5.870345782964145, - 5.870345782964145, - 5.870345782964145 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 400.0281230074804, - 745.713079780832, - 538.5891338768072, - 55.432348537591224, - -393.343202499816, - -578.1280681550634, - -488.12742792780205, - -102.03608794162119 - ], - "relative wind speed": [ - 1.959976350726802, - 2.104431625055531, - 2.0278562614024076, - 1.7543016282814474, - 1.3895403478769994, - 1.159179541422562, - 1.2884598002566992, - 1.6415710373893497 - ], - "relative wind angle": [ - 0.1930014168452121, - 0.027892866962140328, - 0.14496143634481554, - 0.27297787045116306, - 0.2739598014616798, - 0.05065317612930045, - 0.22935647894841119, - 0.2922570764434956 - ], - "resistance": [ - 97034.52812300748, - 97380.21307978083, - 97173.08913387681, - 96689.9323485376, - 96241.15679750018, - 96056.37193184494, - 96146.3725720722, - 96532.46391205837 - ], - "fuel": [ - 39.39936117002783, - 39.578170318238925, - 39.470979901888846, - 39.22155797142487, - 38.99066292488186, - 38.89580891691096, - 38.94199229134374, - 39.14045510655996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -60.46875, -54.375 -60.3125, -54.21875 -60.3125, -54.21875 -60.46875, -54.375 -60.46875))", @@ -134885,68 +97067,7 @@ "id": "2788", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.825914251549322, - 6.825914251549322, - 6.825914251549322, - 6.825914251549322, - 6.825914251549322, - 6.825914251549322, - 6.825914251549322, - 6.825914251549322 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 635.4080087070554, - 924.6875405792077, - 515.2984128837013, - -106.9883331719725, - -601.1747597700153, - -726.5265550060323, - -518.6168711630719, - 30.214625419923777 - ], - "relative wind speed": [ - 2.308288860692485, - 2.4026926944680946, - 2.256807855731886, - 1.920191298075208, - 1.542217320177219, - 1.3905752561444706, - 1.6166168468002735, - 2.004868351250989 - ], - "relative wind angle": [ - 0.14212119922861685, - 0.018239762702213457, - 0.1731998126897991, - 0.26677486793555993, - 0.21362331533673884, - 0.031518877573853785, - 0.24296442248437386, - 0.25525020199124654 - ], - "resistance": [ - 97269.90800870706, - 97559.18754057921, - 97149.7984128837, - 96527.51166682802, - 96033.32524022998, - 95907.97344499397, - 96115.88312883693, - 96664.71462541992 - ], - "fuel": [ - 39.85280383298572, - 40.00265969728419, - 39.79067478264966, - 39.46964425732629, - 39.21572573948704, - 39.15146307261415, - 39.25808168027977, - 39.54030184763691 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -60.46875, -54.21875 -60.3125, -54.0625 -60.3125, -54.0625 -60.46875, -54.21875 -60.46875))", @@ -134965,68 +97086,7 @@ "id": "2789", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.222323713813192, - 6.222323713813192, - 6.222323713813192, - 6.222323713813192, - 6.222323713813192, - 6.222323713813192, - 6.222323713813192, - 6.222323713813192 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 512.1599129030217, - 882.9635447454132, - 584.4097325094974, - 16.028820938437548, - -485.11431275498944, - -663.9195666199865, - -534.4282756083228, - -65.89222648858095 - ], - "relative wind speed": [ - 2.1113936911323434, - 2.2482531970546336, - 2.14453641084669, - 1.8324991363915575, - 1.4347974232948533, - 1.2091255215157064, - 1.3847709367977823, - 1.7772377105978836 - ], - "relative wind angle": [ - 0.1847406808885251, - 0.012833759347375389, - 0.16254060118968294, - 0.2875158161362874, - 0.2737188140309084, - 0.023864757494010472, - 0.25331326776919344, - 0.2967232678415565 - ], - "resistance": [ - 97146.65991290302, - 97517.46354474542, - 97218.90973250949, - 96650.52882093843, - 96149.38568724501, - 95970.58043338002, - 96100.07172439167, - 96568.60777351142 - ], - "fuel": [ - 39.572509622050916, - 39.764483712897935, - 39.609874984799106, - 39.3164506819867, - 39.058734816929885, - 38.967009341074764, - 39.033425319806554, - 39.27425839537174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -60.625, -54.375 -60.46875, -54.21875 -60.46875, -54.21875 -60.625, -54.375 -60.625))", @@ -135045,68 +97105,7 @@ "id": "2790", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.807910205778765, - 6.807910205778765, - 6.807910205778765, - 6.807910205778765, - 6.807910205778765, - 6.807910205778765, - 6.807910205778765, - 6.807910205778765 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 641.6886183601621, - 936.6136844919263, - 523.9058844135441, - -104.47390398290668, - -604.2995422183178, - -732.1277767662212, - -523.4089699239066, - 29.945151103132275 - ], - "relative wind speed": [ - 2.308254314075136, - 2.4043743020311372, - 2.2577949155892774, - 1.9178680287797145, - 1.5343508451335564, - 1.3788599312986134, - 1.6076792632698043, - 2.001012923144962 - ], - "relative wind angle": [ - 0.14442719530285633, - 0.01791625175736756, - 0.1750152013165521, - 0.2707277592438878, - 0.21824800821956067, - 0.031244711034335706, - 0.24704037142303806, - 0.25921365112973743 - ], - "resistance": [ - 97276.18861836017, - 97571.11368449194, - 97158.40588441356, - 96530.02609601711, - 96030.2004577817, - 95902.37222323379, - 96111.0910300761, - 96664.44515110315 - ], - "fuel": [ - 39.84924772194151, - 40.00203814025225, - 39.78831902413002, - 39.464132166043264, - 39.20731672573052, - 39.14178656640776, - 39.24881606616212, - 39.5333566467175 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -60.625, -54.21875 -60.46875, -54.0625 -60.46875, -54.0625 -60.625, -54.21875 -60.625))", @@ -135125,68 +97124,7 @@ "id": "2791", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.03324242189907, - 6.03324242189907, - 6.03324242189907, - 6.03324242189907, - 6.03324242189907, - 6.03324242189907, - 6.03324242189907, - 6.03324242189907 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 512.8636583975483, - 835.1520341581881, - 512.6431006220573, - -24.17660710349037, - -478.1944194053091, - -617.6559426409046, - -478.0438352663459, - -23.92645691013786 - ], - "relative wind speed": [ - 2.0616200574954386, - 2.177791916976748, - 2.061515613473441, - 1.7493531759178624, - 1.3677736725153713, - 1.1740121153737824, - 1.3679310860196519, - 1.749527235169481 - ], - "relative wind angle": [ - 0.17297127498955936, - 4.171586397332956e-05, - 0.17304339400713606, - 0.2909895047030191, - 0.2624198279533901, - 7.738290226884938e-05, - 0.26248616961365634, - 0.2909597087113258 - ], - "resistance": [ - 97147.36365839755, - 97469.65203415819, - 97147.14310062205, - 96610.3233928965, - 96156.3055805947, - 96016.84405735909, - 96156.45616473365, - 96610.57354308986 - ], - "fuel": [ - 39.509976135633295, - 39.6768044472375, - 39.509862099162824, - 39.232842971603205, - 38.99938970263632, - 38.927833404666615, - 38.99946700495046, - 39.23297180877147 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -60.46875, -54.0625 -60.3125, -53.90625 -60.3125, -53.90625 -60.46875, -54.0625 -60.46875))", @@ -135205,68 +97143,7 @@ "id": "2792", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.480294400571983, - 5.480294400571983, - 5.480294400571983, - 5.480294400571983, - 5.480294400571983, - 5.480294400571983, - 5.480294400571983, - 5.480294400571983 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 403.8874086339496, - 778.7486739685588, - 592.3391155866192, - 98.78574017110202, - -368.53699015404857, - -577.1199630530737, - -495.8755363462386, - -112.90615967015663 - ], - "relative wind speed": [ - 1.8797208622309622, - 2.0447557882322256, - 1.9748622490021561, - 1.6897007106527038, - 1.2877078016413699, - 1.005244084193073, - 1.1364246564469234, - 1.528546175532198 - ], - "relative wind angle": [ - 0.22992651884338194, - 0.04166624704073608, - 0.1565725045431877, - 0.31324444595158096, - 0.33914813692671886, - 0.08483003275087315, - 0.27441001637660645, - 0.3475919103424345 - ], - "resistance": [ - 97038.38740863393, - 97413.24867396854, - 97226.8391155866, - 96733.2857401711, - 96265.96300984593, - 96057.38003694691, - 96138.62446365374, - 96521.59384032984 - ], - "fuel": [ - 39.283231999808415, - 39.4771586297327, - 39.38065818747579, - 39.125780017471406, - 38.88528318374074, - 38.77820308250214, - 38.819892231346685, - 39.01673699557617 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60.46875, -53.90625 -60.3125, -53.75 -60.3125, -53.75 -60.46875, -53.90625 -60.46875))", @@ -135298,34 +97175,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 403.4013652996647, + 403.40136529966355, 771.1106450434805, - 584.1862689125036, + 584.1862689125029, 98.82629070616383, -358.03486254037523, -561.1415080888115, - -479.6814539729684, + -479.6814539729686, -103.52593955583666 ], "relative wind speed": [ - 1.840301804991841, + 1.8403018049918405, 2.0046714338101053, 1.9334095763293766, 1.6459641516077332, 1.238864213987053, 0.9501514177328375, - 1.0878523265185607, + 1.0878523265185605, 1.4873793348625695 ], "relative wind angle": [ - 0.23756621302031267, + 0.23756621302031364, 0.04203430126583691, - 0.1631085529926445, - 0.32671525545910546, - 0.35713191574906333, + 0.1631085529926459, + 0.3267152554591055, + 0.3571319157490636, 0.08877627679258472, - 0.29276910515148713, - 0.36307648171158347 + 0.2927691051514864, + 0.3630764817115835 ], "resistance": [ 97037.90136529968, @@ -135365,68 +97242,7 @@ "id": "2794", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.3623761307693, - 5.3623761307693, - 5.3623761307693, - 5.3623761307693, - 5.3623761307693, - 5.3623761307693, - 5.3623761307693, - 5.3623761307693 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 371.80342675106306, - 756.0856720046405, - 607.2026921526971, - 128.928007822503, - -338.17719415416786, - -561.925085251222, - -496.95544226114674, - -135.1018420593398 - ], - "relative wind speed": [ - 1.834029290607028, - 2.0112788072606977, - 1.9548581504671232, - 1.6803064945934565, - 1.278968176151103, - 0.9768216796712598, - 1.0853352689211082, - 1.4751247807012282 - ], - "relative wind angle": [ - 0.2443378710159443, - 0.05405321050554122, - 0.1489001746513022, - 0.31387638439540877, - 0.35426644913313643, - 0.11147225307576282, - 0.27048882083667075, - 0.35937911506786546 - ], - "resistance": [ - 97006.30342675107, - 97390.58567200464, - 97241.7026921527, - 96763.4280078225, - 96296.32280584583, - 96072.57491474878, - 96137.54455773886, - 96499.39815794065 - ], - "fuel": [ - 39.2329210301341, - 39.431682264599296, - 39.35461073029771, - 39.10758265141029, - 38.86714518367319, - 38.752260914650904, - 38.785600650613944, - 38.97157631819523 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60.625, -53.90625 -60.46875, -53.75 -60.46875, -53.75 -60.625, -53.90625 -60.625))", @@ -135445,68 +97261,7 @@ "id": "2795", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.602920393289582, - 4.602920393289582, - 4.602920393289582, - 4.602920393289582, - 4.602920393289582, - 4.602920393289582, - 4.602920393289582, - 4.602920393289582 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 468.6834767026995, - 723.9353956344663, - 438.6737875636155, - -4.533530300897951, - -364.11334557857003, - -474.4337622424899, - -344.30368738910306, - 28.570803205134666 - ], - "relative wind speed": [ - 1.7155448298082547, - 1.8224689930387545, - 1.6985548065132035, - 1.3746858178997687, - 0.9583634408484784, - 0.734956677123949, - 0.9881630012845362, - 1.4042056294937761 - ], - "relative wind angle": [ - 0.2192869853543984, - 0.008801147921116756, - 0.23522747289331664, - 0.40670733353949373, - 0.399982528796219, - 0.021825620635626236, - 0.41218729798162, - 0.3976699750683172 - ], - "resistance": [ - 97103.18347670267, - 97358.43539563444, - 97073.17378756359, - 96629.96646969907, - 96270.3866544214, - 96160.06623775748, - 96290.19631261087, - 96663.0708032051 - ], - "fuel": [ - 39.08764067073753, - 39.21969464952522, - 39.07213115599702, - 38.84346433417799, - 38.658481061364284, - 38.601823958178095, - 38.66865947612926, - 38.860518808540334 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -60.78125, -55 -60.625, -54.84375 -60.625, -54.84375 -60.78125, -55 -60.78125))", @@ -135538,19 +97293,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 176.45563729063224, + 176.45563729062997, 738.7135597070433, - 829.1748237877896, + 829.174823787786, 331.29246893837535, - -297.29439435554923, + -297.2943943555497, -713.5591832693353, -752.5528198728437, -429.754795420386 ], "relative wind speed": [ - 2.40044063418145, + 2.4004406341814497, 2.627561232313657, - 2.6543204503793056, + 2.654320450379305, 2.470493437806526, 2.1516732053839958, 1.867547801647716, @@ -135558,12 +97313,12 @@ 2.070863345262495 ], "relative wind angle": [ - 0.17298982634279236, - 0.07722878722038275, - 0.04767319468047323, + 0.17298982634279367, + 0.07722878722038273, + 0.04767319468047555, 0.15508743008943693, - 0.1932292781282841, - 0.10876399009380074, + 0.1932292781282847, + 0.10876399009380075, 0.06920239612872121, 0.18533422028253135 ], @@ -135618,19 +97373,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 217.6057631106537, + 217.60576311065233, 798.0801605584579, - 853.7125754475028, + 853.7125754475023, 313.0567497088109, -347.5593070830564, -767.5635530708603, - -791.5177440796772, + -791.517744079676, -429.2833574198962 ], "relative wind speed": [ 2.5247645497620224, 2.74560207166665, - 2.761414478879532, + 2.7614144788795314, 2.5660599737630885, 2.2418178564087583, 1.9651596874320385, @@ -135638,13 +97393,13 @@ 2.1944292069007756 ], "relative wind angle": [ - 0.16313683386095124, + 0.16313683386095262, 0.06867194769320539, 0.05203414771982873, 0.1531711688576251, 0.18394860437189198, - 0.09601635695338073, - 0.07399032545112978, + 0.09601635695338075, + 0.07399032545112828, 0.17937176513898123 ], "resistance": [ @@ -135698,9 +97453,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 60.48449964624706, + 60.48449964624547, 563.9654224359765, - 753.6584633699804, + 753.6584633699795, 382.17561601348575, -149.1272157851863, -549.3060084452044, @@ -135708,9 +97463,9 @@ -423.3926704243722 ], "relative wind speed": [ - 2.0090281798012386, + 2.009028179801238, 2.259026944247334, - 2.3232440646970476, + 2.323244064697047, 2.1786696197446043, 1.879330641131932, 1.5699920863168029, @@ -135718,13 +97473,13 @@ 1.6797251483307425 ], "relative wind angle": [ - 0.21328090631415864, + 0.2132809063141597, 0.11254249203776275, - 0.028610429545425763, + 0.02861042954542576, 0.16027291878604544, - 0.2282521325745104, - 0.16230494249445815, - 0.045124870922325026, + 0.22825213257451044, + 0.16230494249445818, + 0.04512487092232503, 0.20849879538277427 ], "resistance": [ @@ -135778,34 +97533,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 81.82169273491854, + 81.82169273491695, 587.4359212469203, - 746.5131740453994, - 353.91558363340573, + 746.513174045393, + 353.9155836334062, -189.202981373817, -584.4139266397146, - -652.9609738604911, + -652.960973860492, -421.9254206286396 ], "relative wind speed": [ 2.1669000625750066, 2.3987395414080814, 2.4499702622564907, - 2.30112005934101, + 2.3011200593410095, 2.0116206712920097, 1.7286185868612627, 1.6552097511843458, 1.8565882900781503 ], "relative wind angle": [ - 0.1845743395423112, + 0.18457433954231303, 0.0940561650314164, - 0.032286728085317504, - 0.14703648183936222, + 0.03228672808532439, + 0.1470364818393607, 0.19900582343346043, 0.13069765359321925, - 0.04779932311383943, - 0.18259919259226212 + 0.04779932311384176, + 0.18259919259226215 ], "resistance": [ 96716.3216927349, @@ -135858,14 +97613,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 331.20453716169504, + 331.2045371616937, 909.2000935512001, - 856.964917845819, - 241.91194566744207, + 856.9649178458176, + 241.9119456674416, -445.69289375324774, -834.3958439491989, -811.8616882827694, - -369.3400528027528 + -369.3400528027521 ], "relative wind speed": [ 2.580257479830551, @@ -135875,17 +97630,17 @@ 2.1915375323577995, 1.9204357898536715, 1.9415480616151457, - 2.235996482196925 + 2.2359964821969247 ], "relative wind angle": [ - 0.16246835903314577, - 0.055813683884778025, - 0.07124922405413989, - 0.17187341758710195, + 0.16246835903314713, + 0.05581368388477803, + 0.07124922405414144, + 0.17187341758710198, 0.19161589823655895, 0.08107209160746526, - 0.1018605302228948, - 0.19566720459895115 + 0.10186053022289482, + 0.19566720459895004 ], "resistance": [ 96965.70453716173, @@ -135925,68 +97680,7 @@ "id": "2801", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.8370884603202216, - 7.8370884603202216, - 7.8370884603202216, - 7.8370884603202216, - 7.8370884603202216, - 7.8370884603202216, - 7.8370884603202216, - 7.8370884603202216 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 585.4381592131426, - 1036.4212402715061, - 692.6267808590578, - 2.230504246476812, - -618.5426601078839, - -841.0994732172155, - -692.7203369286322, - -121.2129379125031 - ], - "relative wind speed": [ - 2.535224213309302, - 2.677861763360749, - 2.576347808618075, - 2.2670860640960564, - 1.8853965487847018, - 1.676644963684767, - 1.8288012267460545, - 2.200546008585252 - ], - "relative wind angle": [ - 0.14972480407596306, - 0.01274886676861123, - 0.1283980217292776, - 0.22268021920343647, - 0.20194800473729746, - 0.020362770968121745, - 0.18137867868086896, - 0.2295325356833443 - ], - "resistance": [ - 97219.93815921318, - 97670.92124027155, - 97327.12678085911, - 96636.73050424652, - 96015.95733989216, - 95793.40052678283, - 95941.77966307141, - 96513.28706208755 - ], - "fuel": [ - 40.24349895131047, - 40.477174146171095, - 40.29896977239118, - 39.94243425957907, - 39.623367974439894, - 39.50932695918114, - 39.585337887162794, - 39.87887232039678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -60.9375, -54.6875 -60.78125, -54.53125 -60.78125, -54.53125 -60.9375, -54.6875 -60.9375))", @@ -136018,11 +97712,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 285.06839498180784, + 285.0683949818067, 753.2976788848075, 706.1762952436418, 205.58638221231809, - -347.2773807590454, + -347.2773807590456, -659.1778211063379, -638.7288551427355, -279.66977198484255 @@ -136038,11 +97732,11 @@ 1.8168247801771145 ], "relative wind angle": [ - 0.19308202692181567, + 0.1930820269218174, 0.06473391381200574, - 0.08482080050590081, - 0.20605986460905937, - 0.23611007455762528, + 0.08482080050590082, + 0.2060598646090594, + 0.23611007455762575, 0.10224373666112518, 0.13104462238884076, 0.24036941352509741 @@ -136085,68 +97779,7 @@ "id": "2803", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4763221418988355, - 6.4763221418988355, - 6.4763221418988355, - 6.4763221418988355, - 6.4763221418988355, - 6.4763221418988355, - 6.4763221418988355, - 6.4763221418988355 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 595.1037096125929, - 886.8493287704837, - 506.260541044742, - -82.2489889110293, - -555.9701924207811, - -682.4379090606997, - -495.08324071786865, - 18.910356215242473 - ], - "relative wind speed": [ - 2.20684628510184, - 2.305926634964708, - 2.167140477330379, - 1.836144666351935, - 1.4554360863777354, - 1.2927362769562347, - 1.513924330709625, - 1.9018510698331954 - ], - "relative wind angle": [ - 0.15200071778667376, - 0.014802347342194317, - 0.17739268310540618, - 0.279583651595183, - 0.23165531588523075, - 0.026405886480287855, - 0.2553695336586249, - 0.26967852915074725 - ], - "resistance": [ - 97229.60370961264, - 97521.34932877052, - 97140.76054104479, - 96552.25101108901, - 96078.52980757927, - 95952.06209093935, - 96139.41675928218, - 96653.41035621529 - ], - "fuel": [ - 39.70360611234039, - 39.85469707142156, - 39.657658392346214, - 39.35403594951491, - 39.110571045953414, - 39.0457152821043, - 39.14181660012777, - 39.40613411539786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -61.09375, -55 -60.9375, -54.84375 -60.9375, -54.84375 -61.09375, -55 -61.09375))", @@ -136178,17 +97811,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 4.449663373161684, + 4.449663373160774, 453.4606322448992, - 675.4139722269219, + 675.4139722269163, 380.46685472185845, -79.53703851105615, -450.49329840601024, - -546.3380015009188, + -546.3380015009202, -400.0152883754482 ], "relative wind speed": [ - 1.8160171850311022, + 1.816017185031102, 2.0667608917478506, 2.148369664630025, 2.031843419221813, @@ -136198,13 +97831,13 @@ 1.5050106124043283 ], "relative wind angle": [ - 0.22634496594264994, + 0.22634496594265097, 0.12985392866216575, - 0.013531072158214618, + 0.013531072158222824, 0.15253809141526717, - 0.23376064438905203, + 0.23376064438905206, 0.1847698514516147, - 0.02180229993373332, + 0.021802299933738414, 0.206603435841678 ], "resistance": [ @@ -136258,9 +97891,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 112.58678358696875, + 112.58678358696784, 573.5489574572193, - 698.2062030555442, + 698.2062030555408, 322.01310356684166, -175.89999219906304, -527.2031155317233, @@ -136268,7 +97901,7 @@ -353.7353494279937 ], "relative wind speed": [ - 1.887023137984727, + 1.8870231379847269, 2.125321152530721, 2.1700143523626125, 2.0060703937640283, @@ -136278,13 +97911,13 @@ 1.5494035614834116 ], "relative wind angle": [ - 0.23032051011063745, + 0.23032051011063842, 0.1101830202448474, - 0.046230413223061345, + 0.046230413223066154, 0.18830524194592718, 0.2573793794575583, 0.17000719305124398, - 0.0766304198684891, + 0.07663041986848912, 0.24480537138414707 ], "resistance": [ @@ -136338,34 +97971,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -84.81642861362707, + -84.8164286136282, 389.5377494809063, - 691.8132586031161, + 691.8132586031152, 462.5287898573024, - -0.5754933961745792, + -0.5754933961750339, -417.86558166984764, - -567.3103192838295, + -567.3103192838308, -468.45985601297104 ], "relative wind speed": [ - 1.8387203734727922, + 1.838720373472792, 2.1081280613744613, - 2.223503056557323, + 2.2235030565573224, 2.1418274009623812, - 1.8929968984048116, + 1.8929968984048118, 1.5874904554168872, - 1.4213950987232242, + 1.4213950987232244, 1.5417215227403724 ], "relative wind angle": [ - 0.21991068303061673, - 0.14435920108233433, + 0.21991068303061825, + 0.1443592010823343, 0.01249775507459375, 0.12356102861111146, - 0.213506235102334, - 0.19222000914620332, - 0.019551104139267955, - 0.17206778555824354 + 0.2135062351023345, + 0.1922200091462033, + 0.019551104139273634, + 0.17206778555824356 ], "resistance": [ 96549.68357138638, @@ -136405,68 +98038,7 @@ "id": "2807", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.941482385517392, - 5.941482385517392, - 5.941482385517392, - 5.941482385517392, - 5.941482385517392, - 5.941482385517392, - 5.941482385517392, - 5.941482385517392 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -43.057084395325774, - 429.572258004604, - 719.077610551878, - 454.0656768443564, - -15.098546915335646, - -420.5402388303985, - -551.9759577335926, - -437.3651241132727 - ], - "relative wind speed": [ - 1.699800458083125, - 1.9852102770723012, - 2.0967955871653063, - 1.9972421726171978, - 1.719617891689678, - 1.3803432350416946, - 1.2040994794297328, - 1.3628760011968033 - ], - "relative wind angle": [ - 0.26570954652703466, - 0.16336874062478468, - 0.00489545021859516, - 0.15501501316210817, - 0.2625745972689524, - 0.2361006585669906, - 0.008524911705354198, - 0.22823619674393114 - ], - "resistance": [ - 96591.44291560465, - 97064.07225800458, - 97353.57761055186, - 97088.56567684434, - 96619.40145308465, - 96213.9597611696, - 96082.52404226639, - 96197.13487588671 - ], - "fuel": [ - 39.19344459007511, - 39.437249429007935, - 39.58700065786975, - 39.44990696108687, - 39.2078438113721, - 38.999317757299906, - 38.931849258366995, - 38.99067763030291 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -61.09375, -54.6875 -60.9375, -54.53125 -60.9375, -54.53125 -61.09375, -54.6875 -61.09375))", @@ -136485,68 +98057,7 @@ "id": "2808", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.201134938673609, - 6.201134938673609, - 6.201134938673609, - 6.201134938673609, - 6.201134938673609, - 6.201134938673609, - 6.201134938673609, - 6.201134938673609 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 444.56891155908147, - 827.7208633171899, - 596.7529506855467, - 60.127437263190814, - -437.9431524917039, - -642.4270329922913, - -542.0782829928678, - -112.8777477900619 - ], - "relative wind speed": [ - 2.068931855185343, - 2.2205418572431297, - 2.139583196239193, - 1.8515631371632453, - 1.4681943788160239, - 1.226893481773731, - 1.3631791891598524, - 1.7342974671277809 - ], - "relative wind angle": [ - 0.1919523813763728, - 0.027487231376945975, - 0.14464134963047295, - 0.27184643669138797, - 0.27218333777236736, - 0.04976312826869848, - 0.22820725906284797, - 0.29074500221723604 - ], - "resistance": [ - 97079.0689115591, - 97462.2208633172, - 97231.25295068556, - 96694.6274372632, - 96196.55684750831, - 95992.07296700773, - 96092.42171700715, - 96521.62225220996 - ], - "fuel": [ - 39.53040567651932, - 39.72868523036731, - 39.6090948920192, - 39.33200783083123, - 39.0757874627849, - 38.970862961125604, - 39.02233433849072, - 39.242904865735184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -61.09375, -54.53125 -60.9375, -54.375 -60.9375, -54.375 -61.09375, -54.53125 -61.09375))", @@ -136565,68 +98076,7 @@ "id": "2809", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.801362274016211, - 5.801362274016211, - 5.801362274016211, - 5.801362274016211, - 5.801362274016211, - 5.801362274016211, - 5.801362274016211, - 5.801362274016211 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 649.3373260129265, - 794.6761363312366, - 379.29725955435174, - -164.75329244216937, - -549.1745212169453, - -612.5844856126769, - -365.65315923431206, - 140.19581712710055 - ], - "relative wind speed": [ - 2.074144824642214, - 2.126522647412953, - 1.943109969390815, - 1.5811559424992192, - 1.201030416333322, - 1.1056456234199445, - 1.4031658709510788, - 1.801248650255505 - ], - "relative wind angle": [ - 0.1355546694724637, - 0.05433592871550295, - 0.23033908418338275, - 0.3296864035171148, - 0.23555503056680466, - 0.10464545213215125, - 0.32168061005661397, - 0.288159513824158 - ], - "resistance": [ - 97283.83732601293, - 97429.17613633124, - 97013.79725955435, - 96469.74670755783, - 96085.32547878305, - 96021.91551438732, - 96268.84684076569, - 96774.6958171271 - ], - "fuel": [ - 39.50665376687874, - 39.58191243660136, - 39.36703156313156, - 39.086558317959344, - 38.889042510528945, - 38.85651527433244, - 38.98326727586624, - 39.24363243793064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -61.25, -54.6875 -61.09375, -54.53125 -61.09375, -54.53125 -61.25, -54.6875 -61.25))", @@ -136645,68 +98095,7 @@ "id": "2810", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.646761585981085, - 5.646761585981085, - 5.646761585981085, - 5.646761585981085, - 5.646761585981085, - 5.646761585981085, - 5.646761585981085, - 5.646761585981085 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 261.8900168771254, - 672.1157167265753, - 635.1725492059009, - 200.8933832166963, - -274.27448584408444, - -545.4318611570455, - -529.2993890511747, - -222.92625770662744 - ], - "relative wind speed": [ - 1.8296060638360603, - 2.0328040131047156, - 2.0189577169168555, - 1.7922099201484991, - 1.4303817291196048, - 1.1230129492264251, - 1.147719467956673, - 1.476967786360346 - ], - "relative wind angle": [ - 0.24271598240635076, - 0.08089165536194187, - 0.10292372733125078, - 0.25819232186362495, - 0.3124800705435669, - 0.146791712659937, - 0.18173272442207328, - 0.31501549934865014 - ], - "resistance": [ - 96896.39001687714, - 97306.61571672659, - 97269.67254920592, - 96835.39338321671, - 96360.22551415593, - 96089.06813884297, - 96105.20061094884, - 96411.57374229339 - ], - "fuel": [ - 39.25909603019538, - 39.471127946865714, - 39.45200760455684, - 39.22762239137616, - 38.982914635259455, - 38.84364721350711, - 38.85192525577312, - 39.009318083863214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -61.25, -54.53125 -61.09375, -54.375 -61.09375, -54.375 -61.25, -54.53125 -61.25))", @@ -136725,68 +98114,7 @@ "id": "2811", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.550447569406798, - 5.550447569406798, - 5.550447569406798, - 5.550447569406798, - 5.550447569406798, - 5.550447569406798, - 5.550447569406798, - 5.550447569406798 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 444.53431358109674, - 728.6060096762155, - 452.3595410550747, - -14.171981215915366, - -410.52603238262816, - -535.468488920291, - -415.8584551024744, - -23.03039448150639 - ], - "relative wind speed": [ - 1.9053546543410087, - 2.016651325534082, - 1.9093574450707298, - 1.6166078580567496, - 1.2549387430527397, - 1.06694190978486, - 1.2488401637466295, - 1.6099151036321455 - ], - "relative wind angle": [ - 0.178471884837162, - 0.0017362937800169272, - 0.17545919410368355, - 0.2981330042636302, - 0.2729100942188151, - 0.003281812858553001, - 0.2701604204106787, - 0.2994107317764744 - ], - "resistance": [ - 97079.03431358113, - 97363.10600967624, - 97086.8595410551, - 96620.32801878412, - 96223.9739676174, - 96099.03151107974, - 96218.64154489756, - 96611.46960551852 - ], - "fuel": [ - 39.32474048304387, - 39.47169401079283, - 39.32878454057166, - 39.08808039789028, - 38.88422021512805, - 38.820078668282264, - 38.881481529530305, - 39.08351778769831 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -60.78125, -54.375 -60.625, -54.21875 -60.625, -54.21875 -60.78125, -54.375 -60.78125))", @@ -136818,13 +98146,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 562.9966373397895, + 562.9966373397885, 937.9786042900275, - 585.2937162747378, + 585.2937162747369, -31.996890328940708, -563.8299760456935, -731.4862125314147, - -579.1987352224726, + -579.198735222473, -57.5483892921427 ], "relative wind speed": [ @@ -136838,13 +98166,13 @@ 2.0104259057833915 ], "relative wind angle": [ - 0.1531573927035139, + 0.15315739270351533, 0.0032195246800574705, - 0.1477101011351344, + 0.14771010113513516, 0.24651928911349674, 0.21675867491622547, 0.0053963109375037704, - 0.2115704312360603, + 0.21157043123606087, 0.24843491102417614 ], "resistance": [ @@ -136885,68 +98213,7 @@ "id": "2813", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.957346839524377, - 5.957346839524377, - 5.957346839524377, - 5.957346839524377, - 5.957346839524377, - 5.957346839524377, - 5.957346839524377, - 5.957346839524377 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 587.4709320138932, - 832.2232890453315, - 458.42145232827465, - -92.5672014575025, - -521.8752121807572, - -628.264795071811, - -433.9948110872032, - 53.43030420627656 - ], - "relative wind speed": [ - 2.0817738485588544, - 2.169335078303299, - 2.0204028653650195, - 1.6814709675174715, - 1.2949678251093721, - 1.1422387415312343, - 1.388775102828697, - 1.7842027379218701 - ], - "relative wind angle": [ - 0.15690984089264243, - 0.02479702555345945, - 0.19999345868618343, - 0.31056272835520643, - 0.2539326847467863, - 0.04710700220728984, - 0.2931994956768909, - 0.292136450553298 - ], - "resistance": [ - 97221.9709320139, - 97466.72328904533, - 97092.92145232827, - 96541.9327985425, - 96112.62478781924, - 96006.23520492819, - 96200.5051889128, - 96687.93030420628 - ], - "fuel": [ - 39.52397720357855, - 39.650702661501754, - 39.45724898832535, - 39.17304384570438, - 38.95238572594185, - 38.89780905239989, - 38.99749915877896, - 39.24824072718559 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -60.9375, -54.375 -60.78125, -54.21875 -60.78125, -54.21875 -60.9375, -54.375 -60.9375))", @@ -136978,34 +98245,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 593.188267122164, + 593.1882671221617, 828.8217542409177, - 449.89625089441574, - -103.25471315069603, - -530.7884131068172, + 449.89625089441506, + -103.2547131506958, + -530.7884131068173, -633.2164354751557, -433.0234025496618, - 59.159203476020366 + 59.15920347602059 ], "relative wind speed": [ - 2.1034461655758228, + 2.1034461655758223, 2.187119928718403, 2.03587345018111, 1.6977916480787363, 1.3176000483284218, 1.1734828828037904, - 1.4197798962086874, + 1.4197798962086876, 1.810541128653193 ], "relative wind angle": [ - 0.15126883920509196, + 0.15126883920509418, 0.026930333487301117, - 0.19789303120359175, - 0.30334930855218306, - 0.2429520656462757, - 0.05020737892763243, - 0.2857920190741148, - 0.28391484560907226 + 0.19789303120359286, + 0.303349308552183, + 0.24295206564627614, + 0.05020737892763244, + 0.28579201907411556, + 0.2839148456090722 ], "resistance": [ 97227.6882671222, @@ -137058,9 +98325,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 568.9008308130683, + 568.9008308130678, 820.0109524229326, - 462.49319298555724, + 462.4931929855568, -68.72279921525137, -485.98187773199754, -595.1502805833221, @@ -137078,9 +98345,9 @@ 1.6809717288760166 ], "relative wind angle": [ - 0.17349972703195218, + 0.17349972703195285, 0.022751261905494764, - 0.2135650356561355, + 0.21356503565613655, 0.3410961998204249, 0.29293345843399854, 0.04659865890982538, @@ -137125,68 +98392,7 @@ "id": "2816", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.448274638589471, - 5.448274638589471, - 5.448274638589471, - 5.448274638589471, - 5.448274638589471, - 5.448274638589471, - 5.448274638589471, - 5.448274638589471 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 620.2689672183724, - 757.9298244002168, - 364.14641658842197, - -148.60335060971192, - -510.00804687423033, - -570.0998670444772, - -336.9053505966409, - 139.17557005790354 - ], - "relative wind speed": [ - 1.979939553355937, - 2.0315977635204066, - 1.8497991162102538, - 1.4888292698405037, - 1.1035914368082274, - 1.0053284147971926, - 1.3100831744616512, - 1.7092285100611757 - ], - "relative wind angle": [ - 0.14277225891120657, - 0.05734292977135778, - 0.24372024529225406, - 0.3530987822299826, - 0.25813376628982454, - 0.11607730771553025, - 0.3476923358640892, - 0.3059680596931783 - ], - "resistance": [ - 97254.76896721838, - 97392.42982440021, - 96998.64641658842, - 96485.89664939028, - 96124.49195312578, - 96064.40013295552, - 96297.59464940336, - 96773.67557005791 - ], - "fuel": [ - 39.38585698170387, - 39.45712303275096, - 39.253451797213266, - 38.989114027153285, - 38.80338693004141, - 38.77255266444689, - 38.892284346923105, - 39.13735217444749 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60.78125, -53.90625 -60.625, -53.75 -60.625, -53.75 -60.78125, -53.90625 -60.78125))", @@ -137205,68 +98411,7 @@ "id": "2817", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.992441310618526, - 4.992441310618526, - 4.992441310618526, - 4.992441310618526, - 4.992441310618526, - 4.992441310618526, - 4.992441310618526, - 4.992441310618526 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 530.1412589280272, - 779.4320279698244, - 452.2652117457834, - -37.23249293745971, - -424.34560152077967, - -532.5069484018611, - -372.4953060867049, - 49.207641993751395 - ], - "relative wind speed": [ - 1.8391110703476372, - 1.9375134127877796, - 1.7976188276091332, - 1.4563114810131388, - 1.035739355633146, - 0.8373334563661279, - 1.106188090926566, - 1.5278227685670596 - ], - "relative wind angle": [ - 0.19809882105402027, - 0.019856649535097557, - 0.233735686983093, - 0.3875277805322175, - 0.3569926945934564, - 0.045959638888270295, - 0.3858909719985505, - 0.36849584074104624 - ], - "resistance": [ - 97164.64125892807, - 97413.93202796987, - 97086.76521174582, - 96597.26750706258, - 96210.15439847927, - 96101.99305159818, - 96262.00469391333, - 96683.7076419938 - ], - "fuel": [ - 39.21485470796232, - 39.343878944687965, - 39.17459617618083, - 38.92206385695966, - 38.72298320980585, - 38.66745874449144, - 38.749615917371294, - 38.96659358133625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -60.9375, -54.0625 -60.78125, -53.90625 -60.78125, -53.90625 -60.9375, -54.0625 -60.9375))", @@ -137285,68 +98430,7 @@ "id": "2818", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.979880685743401, - 4.979880685743401, - 4.979880685743401, - 4.979880685743401, - 4.979880685743401, - 4.979880685743401, - 4.979880685743401, - 4.979880685743401 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 568.7883161883378, - 754.8058420898517, - 400.68471758847227, - -86.32815298533967, - -447.80140596266926, - -528.7787765391122, - -335.75845672205844, - 100.41283702228145 - ], - "relative wind speed": [ - 1.8547232115048953, - 1.9279479029214, - 1.7647119923686412, - 1.4088191277122932, - 0.9951285327092293, - 0.8445684528373238, - 1.1472011906798896, - 1.5638118983109919 - ], - "relative wind angle": [ - 0.1761224275735753, - 0.04320315759849464, - 0.253588823669253, - 0.39555567420675003, - 0.33266495786091793, - 0.09875223201053462, - 0.3962071193290013, - 0.35451015039928846 - ], - "resistance": [ - 97203.28831618834, - 97389.30584208985, - 97035.18471758848, - 96548.17184701466, - 96186.69859403733, - 96105.72122346089, - 96298.74154327794, - 96734.91283702228 - ], - "fuel": [ - 39.231608344335015, - 39.32788940226833, - 39.144710134968555, - 38.89355096652376, - 38.707704920172965, - 38.66613828052377, - 38.765258124584136, - 38.98975151243802 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -60.9375, -53.90625 -60.78125, -53.75 -60.78125, -53.75 -60.9375, -53.90625 -60.9375))", @@ -137365,68 +98449,7 @@ "id": "2819", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.719379719634733, - 4.719379719634733, - 4.719379719634733, - 4.719379719634733, - 4.719379719634733, - 4.719379719634733, - 4.719379719634733, - 4.719379719634733 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 370.4120171832369, - 710.7457285442727, - 548.947167593984, - 110.65758685243952, - -301.8716497963728, - -490.6531871256137, - -420.2462318304719, - -86.90493245329401 - ], - "relative wind speed": [ - 1.68489630314107, - 1.8504311645555, - 1.784470830335974, - 1.5033446966030848, - 1.0920897155568776, - 0.7793843752637857, - 0.9204343294573416, - 1.330973411589775 - ], - "relative wind angle": [ - 0.2677122733302978, - 0.05037110572079173, - 0.17684820113346433, - 0.36537492317637005, - 0.4203888395828792, - 0.11982815633539518, - 0.348061285082078, - 0.4154181207649013 - ], - "resistance": [ - 97004.91201718325, - 97345.2457285443, - 97183.447167594, - 96745.15758685245, - 96332.62835020364, - 96143.8468128744, - 96214.25376816954, - 96547.59506754672 - ], - "fuel": [ - 39.06435239790517, - 39.240352664456736, - 39.15662636891228, - 38.93031293245504, - 38.71795402394879, - 38.62098558746225, - 38.657134912015906, - 38.82853406847147 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -61.09375, -54.375 -60.9375, -54.21875 -60.9375, -54.21875 -61.09375, -54.375 -61.09375))", @@ -137458,13 +98481,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 537.2957458433925, + 537.2957458433916, 872.6339761545569, - 537.8522992910359, + 537.8522992910355, -15.809319696848888, - -482.48027711786017, + -482.4802771178603, -627.8228323229821, - -482.857897150138, + -482.8578971501379, -16.43678251053143 ], "relative wind speed": [ @@ -137478,14 +98501,14 @@ 1.7157688861137423 ], "relative wind angle": [ - 0.18548926902500673, - 0.00010863289400476904, - 0.1852993336476579, - 0.3155091255124228, - 0.29165452277282566, + 0.18548926902500795, + 0.00010863289400476906, + 0.18529933364765852, + 0.3155091255124227, + 0.291654522772826, 0.00021393994420167834, - 0.2914844163217731, - 0.31559414800881447 + 0.2914844163217727, + 0.3155941480088145 ], "resistance": [ 97171.79574584342, @@ -137538,34 +98561,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 536.579299627417, + 536.579299627416, 896.592200030424, - 581.7819371942121, + 581.7819371942117, 23.425209501019253, - -456.1048023628474, + -456.10480236284764, -622.9261382679356, -486.42326578874577, - -27.03534266147949 + -27.035342661479604 ], "relative wind speed": [ - 1.976537289044212, + 1.9765372890442119, 2.1135489971459673, - 1.9986190853359522, + 1.9986190853359518, 1.6630440436914937, - 1.2249872041866139, + 1.2249872041866137, 0.9696411408693706, 1.1886189705427308, - 1.6252931471415932 + 1.625293147141593 ], "relative wind angle": [ - 0.2134569346114717, + 0.21345693461147222, 0.00952599862299137, 0.1965152541526746, - 0.35112449526263584, - 0.3488388110227592, + 0.3511244952626358, + 0.3488388110227589, 0.020765215558789546, 0.33451435606411717, - 0.359646074087006 + 0.35964607408700533 ], "resistance": [ 97171.07929962742, @@ -137618,37 +98641,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 487.95380913676536, + 487.953809136764, 807.0571303215984, - 506.8752503022754, + 506.87525030227516, -10.779101617197966, - -453.62945542543434, + -453.62945542543446, -596.5426233570239, - -466.53147232719937, - -32.21212629294223 + -466.53147232719925, + -32.212126292942685 ], "relative wind speed": [ - 2.011229097593607, + 2.0112290975936067, 2.13071173652108, 2.0203889581031937, 1.7144756974689177, 1.3347605685315909, 1.1343261233725046, 1.3208545401703629, - 1.6991766656538214 + 1.6991766656538212 ], "relative wind angle": [ - 0.1789216326322222, + 0.17892163263222344, 0.003753592226132572, - 0.1724164164997447, + 0.17241641649974532, 0.29483723526372924, - 0.27148729826914636, + 0.2714872982691467, 0.007050768144505348, - 0.2655341259561551, - 0.2975727221502614 + 0.26553412595615467, + 0.29757272215026104 ], "resistance": [ - 97122.45380913676, + 97122.45380913674, 97441.55713032158, 97141.37525030226, 96623.72089838279, @@ -137658,7 +98681,7 @@ 96602.28787370704 ], "fuel": [ - 39.446897065291765, + 39.44689706529175, 39.612045206671986, 39.45667906534183, 39.18954263288249, @@ -137698,17 +98721,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 449.6873573251361, + 449.68735732513517, 802.3911813755268, - 563.6080034792182, + 563.6080034792177, 60.112022455519536, - -393.1863538193493, + -393.1863538193494, -573.6401489930208, -469.8021607143569, -67.34172796931512 ], "relative wind speed": [ - 1.8805434505681613, + 1.880543450568161, 2.0289569116592223, 1.9385135679257126, 1.634058838369208, @@ -137718,13 +98741,13 @@ 1.5352699674246229 ], "relative wind angle": [ - 0.22381076819181728, - 0.025885202436383058, - 0.1779363473566316, - 0.3353392054201759, - 0.3488791990971019, + 0.22381076819181778, + 0.025885202436383054, + 0.17793634735663288, + 0.335339205420176, + 0.34887919909710224, 0.055061342222272575, - 0.309456461061616, + 0.30945646106161606, 0.35785420014903874 ], "resistance": [ @@ -137778,9 +98801,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 480.358078123023, + 480.35807812302255, 813.2774061198443, - 542.6039377879586, + 542.6039377879576, 44.01839204161058, -387.152405484798, -545.7033648017133, @@ -137790,7 +98813,7 @@ "relative wind speed": [ 1.8190324323171627, 1.9574915537591207, - 1.8518523904931874, + 1.851852390493187, 1.5288430428786517, 1.0933714296443051, 0.8201017558485215, @@ -137798,10 +98821,10 @@ 1.4720662428116713 ], "relative wind angle": [ - 0.23522098781523262, + 0.23522098781523354, 0.01567365858331792, 0.20697260556155456, - 0.381255812204327, + 0.38125581220432697, 0.3981745765813202, 0.037418476920032126, 0.37582487354935196, @@ -137845,68 +98868,7 @@ "id": "2825", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.735092865632301, - 4.735092865632301, - 4.735092865632301, - 4.735092865632301, - 4.735092865632301, - 4.735092865632301, - 4.735092865632301, - 4.735092865632301 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 212.0565600442161, - 647.5629906667714, - 705.3013688898661, - 304.15876992732933, - -167.51904099160595, - -470.70312975689694, - -495.8726458056074, - -243.37156085616073 - ], - "relative wind speed": [ - 1.5887649294088306, - 1.8421224980390292, - 1.865074062806704, - 1.6521469923350114, - 1.2591198573834053, - 0.8462514510446048, - 0.7943900530736442, - 1.1747200227692673 - ], - "relative wind angle": [ - 0.34760905710352474, - 0.139707970690783, - 0.095818936844413, - 0.31309537142999994, - 0.4443103150378544, - 0.3079737589504198, - 0.2265532893173134, - 0.44802207556834045 - ], - "resistance": [ - 96846.55656004422, - 97282.06299066677, - 97339.80136888986, - 96938.65876992732, - 96466.98095900839, - 96163.79687024311, - 96138.6273541944, - 96391.12843914384 - ], - "fuel": [ - 38.98638448389309, - 39.21142289019343, - 39.24131091826316, - 39.03391743776133, - 38.790822726937094, - 38.635003895973, - 38.62208361795612, - 38.75180690044746 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -61.25, -54.0625 -61.09375, -53.90625 -61.09375, -53.90625 -61.25, -54.0625 -61.25))", @@ -137938,7 +98900,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 395.34422783882246, + 395.34422783882155, 738.0854714047423, 552.8663671539191, 97.37479559853819, @@ -137948,9 +98910,9 @@ -77.11046741311941 ], "relative wind speed": [ - 1.7265879933907138, + 1.7265879933907136, 1.8870618629081886, - 1.8127456311483385, + 1.8127456311483388, 1.5222694227150437, 1.1055546685281905, 0.801470367251918, @@ -137958,13 +98920,13 @@ 1.3733364586627177 ], "relative wind angle": [ - 0.25856090990814695, - 0.04260499890066798, - 0.18183355798600975, - 0.3654126015540459, - 0.410775460220758, - 0.10045197005935469, - 0.34932171663340267, + 0.25856090990814784, + 0.042604998900667976, + 0.18183355798601036, + 0.365412601554046, + 0.41077546022075795, + 0.1004519700593547, + 0.3493217166334027, 0.40725053517943455 ], "resistance": [ @@ -138005,68 +98967,7 @@ "id": "2827", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.670711037113718, - 4.670711037113718, - 4.670711037113718, - 4.670711037113718, - 4.670711037113718, - 4.670711037113718, - 4.670711037113718, - 4.670711037113718 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 248.76487120474928, - 623.4602289859577, - 599.7723628109466, - 210.71149756799025, - -211.35417242376639, - -456.12355773007386, - -445.77557679358546, - -179.8582222829674 - ], - "relative wind speed": [ - 1.589734254348137, - 1.800727513942476, - 1.7909458946898047, - 1.5628301017438433, - 1.1813666890705738, - 0.8247803792670786, - 0.8458102953896534, - 1.2167351094534606 - ], - "relative wind angle": [ - 0.30685687482879137, - 0.10312248035703932, - 0.12205600436528444, - 0.3214337451508988, - 0.41859744681932076, - 0.22668291918736724, - 0.26074876384393403, - 0.41784446430464767 - ], - "resistance": [ - 96883.26487120475, - 97257.96022898596, - 97234.27236281095, - 96845.21149756799, - 96423.14582757623, - 96178.37644226993, - 96188.72442320641, - 96454.64177771703 - ], - "fuel": [ - 38.9899524980479, - 39.18357690249832, - 39.171320691547606, - 38.97031758076858, - 38.75289992527014, - 38.627116147103116, - 38.63242932560739, - 38.7691014699948 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -64.53125, -53.75 -64.375, -53.59375 -64.375, -53.59375 -64.53125, -53.75 -64.53125))", @@ -138085,68 +98986,7 @@ "id": "2828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.853184475612715, - 6.853184475612715, - 6.853184475612715, - 6.853184475612715, - 6.853184475612715, - 6.853184475612715, - 6.853184475612715, - 6.853184475612715 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 223.6420062054874, - 547.1655207499705, - 477.20167676992537, - 103.22501339221685, - -295.8071744318654, - -502.86919602013563, - -472.8002631495074, - -192.59925647495606 - ], - "relative wind speed": [ - 2.0865942082758324, - 2.2276355684682865, - 2.2028603340743422, - 2.0220967922522926, - 1.7659505529174202, - 1.584328412752407, - 1.618599114642494, - 1.8394513606297334 - ], - "relative wind angle": [ - 0.14098984736408796, - 0.04159116456228689, - 0.07371000790606703, - 0.15994410827293162, - 0.1668105381972367, - 0.05849550552208204, - 0.10039465210563756, - 0.17598377305099167 - ], - "resistance": [ - 96858.14200620548, - 97181.66552074997, - 97111.70167676992, - 96737.72501339222, - 96338.69282556814, - 96131.63080397986, - 96161.6997368505, - 96441.90074352504 - ], - "fuel": [ - 39.65038327530354, - 39.81750350519668, - 39.78132977659232, - 39.588279789705524, - 39.38286981306357, - 39.27651389822592, - 39.29194868715679, - 39.435941394448136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -64.53125, -53.59375 -64.375, -53.4375 -64.375, -53.4375 -64.53125, -53.59375 -64.53125))", @@ -138165,68 +99005,7 @@ "id": "2829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.3090013627649455, - 6.3090013627649455, - 6.3090013627649455, - 6.3090013627649455, - 6.3090013627649455, - 6.3090013627649455, - 6.3090013627649455, - 6.3090013627649455 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 165.67913933686646, - 536.1516863284689, - 552.3315263475947, - 193.17066944949943, - -231.6623169250861, - -493.409258246224, - -500.4096210406359, - -255.1166606042475 - ], - "relative wind speed": [ - 1.9209768607209319, - 2.1033962448576085, - 2.109363694364375, - 1.9367095955885054, - 1.654622569816982, - 1.4155042158509845, - 1.4065961584159383, - 1.6361796632180727 - ], - "relative wind angle": [ - 0.18453668094270978, - 0.07288738017448047, - 0.06445243916584104, - 0.17925555529196419, - 0.21467381142088496, - 0.10842487264569813, - 0.09673825694411306, - 0.21264527944431935 - ], - "resistance": [ - 96800.17913933685, - 97170.65168632845, - 97186.83152634758, - 96827.67066944948, - 96402.8376830749, - 96141.09074175377, - 96134.09037895934, - 96379.38333939573 - ], - "fuel": [ - 39.42321084557521, - 39.61453565787214, - 39.622903125186994, - 39.437390877743596, - 39.2185776176053, - 39.08409734339651, - 39.08050419910985, - 39.20651685265986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -64.6875, -53.75 -64.53125, -53.59375 -64.53125, -53.59375 -64.6875, -53.75 -64.6875))", @@ -138245,68 +99024,7 @@ "id": "2830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.215817255360876, - 6.215817255360876, - 6.215817255360876, - 6.215817255360876, - 6.215817255360876, - 6.215817255360876, - 6.215817255360876, - 6.215817255360876 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 201.41358126133605, - 547.759177860187, - 517.7700497607459, - 150.4848430162408, - -259.1999641244174, - -491.87664831309667, - -478.89911029669406, - -215.75895222816825 - ], - "relative wind speed": [ - 1.9166774747379378, - 2.0835784307121146, - 2.0723711589221483, - 1.8871158054767043, - 1.6032574410721476, - 1.379415777636406, - 1.3961965277813433, - 1.637950213297406 - ], - "relative wind angle": [ - 0.17811591140202712, - 0.06107442993677121, - 0.07715583054651405, - 0.18820757349495762, - 0.21342823012069814, - 0.09232540497620616, - 0.11465969301757459, - 0.21726517675515314 - ], - "resistance": [ - 96835.91358126132, - 97182.25917786018, - 97152.27004976073, - 96784.98484301622, - 96375.30003587557, - 96142.6233516869, - 96155.60088970329, - 96418.74104777182 - ], - "fuel": [ - 39.40981921634827, - 39.58871454497164, - 39.5732068312432, - 39.383551015351756, - 39.17259345930236, - 39.053060151698915, - 39.059721815213436, - 39.19493278575514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -64.6875, -53.59375 -64.53125, -53.4375 -64.53125, -53.4375 -64.6875, -53.59375 -64.6875))", @@ -138325,68 +99043,7 @@ "id": "2831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.35107025956598, - 6.35107025956598, - 6.35107025956598, - 6.35107025956598, - 6.35107025956598, - 6.35107025956598, - 6.35107025956598, - 6.35107025956598 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 162.2593944091093, - 568.8304063057731, - 609.2267809563928, - 230.61382179160455, - -228.2856650144381, - -520.9549279849685, - -538.4629383918787, - -286.5054671471321 - ], - "relative wind speed": [ - 1.9351636041163793, - 2.1352901228479686, - 2.1498904140710735, - 1.9738042369122992, - 1.675243735214609, - 1.4113241436113804, - 1.3889819849651743, - 1.629538763398878 - ], - "relative wind angle": [ - 0.19848616595150156, - 0.0824193583045322, - 0.061894481811564046, - 0.18540190979870635, - 0.22979657479249013, - 0.12488117052233641, - 0.09588706516162111, - 0.22518490394203572 - ], - "resistance": [ - 96796.7593944091, - 97203.33040630577, - 97243.7267809564, - 96865.1138217916, - 96406.21433498556, - 96113.54507201503, - 96096.03706160812, - 96347.99453285287 - ], - "fuel": [ - 39.436001778697225, - 39.64599121693317, - 39.666889091736195, - 39.47126307295871, - 39.234868767086105, - 39.084514391114794, - 39.07553002118206, - 39.20493383512727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -64.84375, -53.75 -64.6875, -53.59375 -64.6875, -53.59375 -64.84375, -53.75 -64.84375))", @@ -138405,68 +99062,7 @@ "id": "2832", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.493749338759756, - 5.493749338759756, - 5.493749338759756, - 5.493749338759756, - 5.493749338759756, - 5.493749338759756, - 5.493749338759756, - 5.493749338759756 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 84.29828005959678, - 399.7166702056883, - 472.22512426836363, - 207.07874405165273, - -137.9541603459295, - -376.0349842420205, - -407.435709058473, - -242.5644690502943 - ], - "relative wind speed": [ - 1.6484234099652983, - 1.8347917165328462, - 1.8651592782234723, - 1.7287443793499175, - 1.4774516790279106, - 1.238427454204107, - 1.1922013543193573, - 1.382608430919645 - ], - "relative wind angle": [ - 0.20592682208548366, - 0.09630615921076893, - 0.0469583627311969, - 0.17456437521452606, - 0.23016319391692966, - 0.14294823665782422, - 0.07350396718275003, - 0.2189038025440534 - ], - "resistance": [ - 96718.79828005964, - 97034.21667020573, - 97106.72512426841, - 96841.5787440517, - 96496.5458396541, - 96258.46501575802, - 96227.06429094158, - 96391.93553094975 - ], - "fuel": [ - 39.12221995631634, - 39.28498507769971, - 39.32245389502951, - 39.18553426400308, - 39.007753521968624, - 38.88533891928674, - 38.86920927498561, - 38.953939804937406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -64.84375, -53.59375 -64.6875, -53.4375 -64.6875, -53.4375 -64.84375, -53.59375 -64.84375))", @@ -138498,10 +99094,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 96.29598114874443, + 96.29598114874398, 475.40425747860604, - 575.7373369693385, - 264.534376019863, + 575.7373369693391, + 264.53437601986275, -145.23993651829107, -433.2403862937888, -476.83724112995446, @@ -138510,22 +99106,22 @@ "relative wind speed": [ 1.698007955894664, 1.9153486428063426, - 1.9552081242102064, - 1.804353620796756, + 1.955208124210206, + 1.8043536207967563, 1.5163597457626687, 1.2304541736086314, 1.1660785084518992, 1.388123160230617 ], "relative wind angle": [ - 0.2349745022214659, - 0.11158092498588086, - 0.04794846857067617, - 0.19284272369406294, + 0.23497450222146685, + 0.11158092498588085, + 0.047948468570673856, + 0.19284272369406352, 0.2637555051611397, 0.17420865595460716, 0.08045297873610907, - 0.2517674692258156 + 0.25176746922581567 ], "resistance": [ 96730.79598114875, @@ -138578,17 +99174,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -72.11506234151022, + -72.11506234151102, 270.1547068512715, - 495.4416500833855, + 495.44165008338234, 344.04337692542106, - 13.078252728008351, + 13.078252728008465, -291.4124080770433, -407.94699101044546, -342.59058534791393 ], "relative wind speed": [ - 1.5344396441109207, + 1.5344396441109203, 1.768331829428166, 1.8727018468540049, 1.8088509558628656, @@ -138598,19 +99194,19 @@ 1.281425178325955 ], "relative wind angle": [ - 0.2256776662099366, - 0.15127678754113585, - 0.017897421058941362, - 0.12141999874179468, - 0.21630222706737293, + 0.2256776662099376, + 0.15127678754113588, + 0.01789742105894757, + 0.1214199987417947, + 0.21630222706737243, 0.2006947773197909, - 0.02825854126961538, + 0.028258541269615384, 0.17181895433666808 ], "resistance": [ 96562.38493765848, 96904.65470685127, - 97129.94165008339, + 97129.94165008338, 96978.54337692542, 96647.57825272801, 96343.08759192296, @@ -138620,7 +99216,7 @@ "fuel": [ 39.04479126820214, 39.22123037773551, - 39.33760305974893, + 39.337603059748915, 39.25937699064745, 39.08866743635319, 38.93197322312542, @@ -138658,37 +99254,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -114.19730932740617, + -114.19730932740663, 276.7108744005536, - 551.3426222139001, + 551.3426222138976, 415.7403672234125, - 46.330732945066984, + 46.33073294506721, -310.75280612408733, - -465.7315753690475, + -465.7315753690482, -407.1474288979782 ], "relative wind speed": [ - 1.6307878348120484, + 1.6307878348120481, 1.8851641532750374, 2.0093059705217913, 1.956185211307344, - 1.7450759392932316, + 1.7450759392932318, 1.4665998470196069, 1.291297220974554, 1.3704373079909804 ], "relative wind angle": [ - 0.22210863112700457, + 0.2221086311270061, 0.15733360273483937, - 0.02911148651241435, + 0.029111486512418162, 0.10893013306394125, - 0.20734241167263529, - 0.2027899974844946, - 0.045307645298545314, + 0.20734241167263584, + 0.20278999748449464, + 0.04530764529854776, 0.155811058283156 ], "resistance": [ - 96520.30269067262, + 96520.3026906726, 96911.21087440057, 97185.84262221391, 97050.24036722342, @@ -138698,7 +99294,7 @@ 96227.35257110203 ], "fuel": [ - 39.15543591294148, + 39.15543591294146, 39.35692215134459, 39.49881596103067, 39.42871935466077, @@ -138725,68 +99321,7 @@ "id": "2836", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.592765025511744, - 5.592765025511744, - 5.592765025511744, - 5.592765025511744, - 5.592765025511744, - 5.592765025511744, - 5.592765025511744, - 5.592765025511744 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 78.8225656568452, - 439.78875351710826, - 545.1896085001454, - 256.29379786958407, - -131.9054288699591, - -409.4410045699876, - -455.165498285907, - -282.7564090180846 - ], - "relative wind speed": [ - 1.6780866042962501, - 1.8889339855990983, - 1.9314951693991338, - 1.7912371632241861, - 1.5190480093976122, - 1.2471607372035378, - 1.1801728335126076, - 1.3838175210113275 - ], - "relative wind angle": [ - 0.22611420227845622, - 0.11042692499665271, - 0.042375554962789164, - 0.18181454894810592, - 0.2502688407341888, - 0.16769641852970224, - 0.06938761804791377, - 0.23624070269881503 - ], - "resistance": [ - 96713.32256565685, - 97074.28875351712, - 97179.68960850016, - 96890.7937978696, - 96502.59457113006, - 96225.05899543002, - 96179.33450171411, - 96351.74359098193 - ], - "fuel": [ - 39.148522011363745, - 39.33481436395989, - 39.389302529454184, - 39.24005319690194, - 39.03999077527085, - 38.89730375208223, - 38.87382330425315, - 38.962399478471866 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -64.84375, -53.28125 -64.6875, -53.125 -64.6875, -53.125 -64.84375, -53.28125 -64.84375))", @@ -138805,68 +99340,7 @@ "id": "2837", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.802244753324891, - 5.802244753324891, - 5.802244753324891, - 5.802244753324891, - 5.802244753324891, - 5.802244753324891, - 5.802244753324891, - 5.802244753324891 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 123.55366190436143, - 433.681217503025, - 461.0923904543795, - 170.20983481522694, - -181.89819537511403, - -404.88364949325546, - -416.73325284622365, - -221.72969218408696 - ], - "relative wind speed": [ - 1.754519705361451, - 1.923207777862855, - 1.9342634289539216, - 1.7836193579520567, - 1.531855956353082, - 1.313846989068311, - 1.2975157243469018, - 1.4978731766924531 - ], - "relative wind angle": [ - 0.18294570391337112, - 0.07569838512600445, - 0.058714691099003194, - 0.1723938652112006, - 0.20990909195339483, - 0.11092877788864504, - 0.08759023146057422, - 0.2057136187148544 - ], - "resistance": [ - 96758.05366190436, - 97068.18121750302, - 97095.59239045437, - 96804.70983481522, - 96452.60180462488, - 96229.61635050674, - 96217.76674715377, - 96412.77030781591 - ], - "fuel": [ - 39.235326021743916, - 39.395403165515006, - 39.409569081399304, - 39.259385457797634, - 39.07801214614309, - 38.96338936634677, - 38.95730340875689, - 39.05752370888975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -65, -53.4375 -64.84375, -53.28125 -64.84375, -53.28125 -65, -53.4375 -65))", @@ -138898,9 +99372,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -27.162517293256997, + -27.16251729325836, 402.31516611032725, - 647.3136995749685, + 647.3136995749676, 388.16508068222265, -43.43558942448908, -407.3154619464283, @@ -138908,21 +99382,21 @@ -397.5338000786004 ], "relative wind speed": [ - 1.7381169249937611, + 1.738116924993761, 1.9914454125442855, - 2.0846379767386565, + 2.084637976738656, 1.9844684953853233, - 1.726794919887486, + 1.7267949198874861, 1.4272408027923378, 1.2873055760921561, 1.4369258613867688 ], "relative wind angle": [ - 0.2314285062063727, + 0.23142850620637465, 0.1399470229341351, 0.002790473491122719, 0.14463028959618796, - 0.23297386936868955, + 0.23297386936869002, 0.1958831861358961, 0.004518848802416012, 0.2003845800042661 @@ -138965,68 +99439,7 @@ "id": "2839", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.9623543534113415, - 5.9623543534113415, - 5.9623543534113415, - 5.9623543534113415, - 5.9623543534113415, - 5.9623543534113415, - 5.9623543534113415, - 5.9623543534113415 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3.224995277483231, - 388.0189741485867, - 575.2502478665099, - 321.5893719144551, - -73.41717166715989, - -391.18126064391595, - -471.9307486972285, - -345.1468546595203 - ], - "relative wind speed": [ - 1.7235860436609942, - 1.9502938427578203, - 2.0235258947985852, - 1.9165885029661072, - 1.6692596905264288, - 1.397687622904446, - 1.2893873418794408, - 1.4435599310792337 - ], - "relative wind angle": [ - 0.21464434769344456, - 0.1233308420529378, - 0.013750040050523835, - 0.14623227461074495, - 0.221744837148109, - 0.17251081863997578, - 0.021579896163172425, - 0.1946862771711323 - ], - "resistance": [ - 96637.72499527749, - 97022.51897414858, - 97209.75024786651, - 96956.08937191445, - 96561.08282833284, - 96243.31873935608, - 96162.56925130278, - 96289.35314534049 - ], - "fuel": [ - 39.223983573406585, - 39.42248211270343, - 39.51926587743273, - 39.38817461164916, - 39.18451299892513, - 39.02109825572513, - 38.979631543821554, - 39.044748836541906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -64.53125, -52.8125 -64.375, -52.65625 -64.375, -52.65625 -64.53125, -52.8125 -64.53125))", @@ -139045,68 +99458,7 @@ "id": "2840", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.940020075901068, - 5.940020075901068, - 5.940020075901068, - 5.940020075901068, - 5.940020075901068, - 5.940020075901068, - 5.940020075901068, - 5.940020075901068 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -22.554509980911007, - 360.33840097116126, - 572.2686398555547, - 338.37187405021905, - -47.90601501174433, - -371.38637621933185, - -462.6402770433024, - -356.1602308972921 - ], - "relative wind speed": [ - 1.6985888180032553, - 1.929882206661418, - 2.0135086291374584, - 1.9186826746683263, - 1.6805500177542896, - 1.4089027657121316, - 1.286559495401838, - 1.4241169645598761 - ], - "relative wind angle": [ - 0.21565747864544654, - 0.13016217766525864, - 0.00458686503995344, - 0.1377956069431236, - 0.21800949211579587, - 0.17874031726210027, - 0.0071786336426514896, - 0.1861351136239554 - ], - "resistance": [ - 96611.94549001909, - 96994.83840097116, - 97206.76863985555, - 96972.87187405022, - 96586.59398498826, - 96263.11362378066, - 96171.8597229567, - 96278.3397691027 - ], - "fuel": [ - 39.20353513737116, - 39.401014914147595, - 39.51055400086378, - 39.38967076887679, - 39.190479171740876, - 39.024097486391035, - 38.97723157978451, - 39.03192030118895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -64.53125, -52.65625 -64.375, -52.5 -64.375, -52.5 -64.53125, -52.65625 -64.53125))", @@ -139125,68 +99477,7 @@ "id": "2841", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.258957348841253, - 6.258957348841253, - 6.258957348841253, - 6.258957348841253, - 6.258957348841253, - 6.258957348841253, - 6.258957348841253, - 6.258957348841253 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -153.7156957847301, - 241.07418579220098, - 536.2833555028956, - 440.96679415196627, - 78.22334466458824, - -292.9442951360113, - -473.11239644121076, - -432.00553271396814 - ], - "relative wind speed": [ - 1.6929930810570581, - 1.9443798476988372, - 2.078947975820552, - 2.0428678437589003, - 1.84975177550683, - 1.5834122051318114, - 1.4020636637932566, - 1.454131416493571 - ], - "relative wind angle": [ - 0.20148717715373454, - 0.1528508733837663, - 0.03842155340876691, - 0.08975412208656487, - 0.1842067389159638, - 0.18807276977428625, - 0.056987426086953216, - 0.12625897191183508 - ], - "resistance": [ - 96480.78430421525, - 96875.57418579218, - 97170.78335550288, - 97075.46679415196, - 96712.72334466457, - 96341.55570486397, - 96161.38760355877, - 96202.49446728601 - ], - "fuel": [ - 39.241512325297656, - 39.44494410892757, - 39.59744179760807, - 39.548168192408056, - 39.36095821575431, - 39.169907373179306, - 39.077354392292435, - 39.098460495856706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -64.6875, -52.8125 -64.53125, -52.65625 -64.53125, -52.65625 -64.6875, -52.8125 -64.6875))", @@ -139205,68 +99496,7 @@ "id": "2842", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.318917368916663, - 5.318917368916663, - 5.318917368916663, - 5.318917368916663, - 5.318917368916663, - 5.318917368916663, - 5.318917368916663, - 5.318917368916663 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -30.127747256621888, - 338.28650837745, - 560.6230769673239, - 348.5448311037485, - -18.39989797097155, - -333.2383810441362, - -431.9320268972137, - -340.2947712722488 - ], - "relative wind speed": [ - 1.5232233899540668, - 1.7712974538553279, - 1.8666391246544005, - 1.7769558549551165, - 1.5325153455185343, - 1.237464387333463, - 1.0883341206919888, - 1.2293252903498249 - ], - "relative wind angle": [ - 0.25834523378254787, - 0.15792520150700243, - 0.002573844927571462, - 0.1535477512580081, - 0.2567433673302174, - 0.22706055729232896, - 0.004414499050785471, - 0.22291960929394797 - ], - "resistance": [ - 96604.37225274337, - 96972.78650837745, - 97195.12307696733, - 96983.04483110375, - 96616.10010202903, - 96301.26161895586, - 96202.56797310279, - 96294.20522872775 - ], - "fuel": [ - 39.01341636139196, - 39.20340836104877, - 39.31831216439828, - 39.20870582675277, - 39.01945665484117, - 38.857480278423864, - 38.80678084621101, - 38.85385417149445 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -64.6875, -52.65625 -64.53125, -52.5 -64.53125, -52.5 -64.6875, -52.65625 -64.6875))", @@ -139285,68 +99515,7 @@ "id": "2843", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.7924341060545474, - 5.7924341060545474, - 5.7924341060545474, - 5.7924341060545474, - 5.7924341060545474, - 5.7924341060545474, - 5.7924341060545474, - 5.7924341060545474 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -78.1906940094782, - 290.3214218527951, - 531.9751894849896, - 368.28202261959746, - 11.820539608889703, - -315.9437520947306, - -440.60501558454416, - -369.9974883477357 - ], - "relative wind speed": [ - 1.614070946353539, - 1.8536740844795543, - 1.9605200882373899, - 1.8944901331736352, - 1.6797555893078713, - 1.410920355017436, - 1.2582387862767934, - 1.3556219956099056 - ], - "relative wind angle": [ - 0.21935441013747073, - 0.1473332883014645, - 0.017147294771828407, - 0.1188235788361673, - 0.2106449144567851, - 0.19408384257218608, - 0.026719863653771964, - 0.1664335104105927 - ], - "resistance": [ - 96556.30930599052, - 96924.8214218528, - 97166.47518948499, - 97002.78202261959, - 96646.32053960889, - 96318.55624790528, - 96193.89498441546, - 96264.50251165226 - ], - "fuel": [ - 39.12833476312274, - 39.31831139023505, - 39.44316389965963, - 39.358566665712615, - 39.17469102232597, - 39.00603567144539, - 38.941994541166125, - 38.97826002187579 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -64.84375, -52.8125 -64.6875, -52.65625 -64.6875, -52.65625 -64.84375, -52.8125 -64.84375))", @@ -139365,68 +99534,7 @@ "id": "2844", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.662554765508565, - 5.662554765508565, - 5.662554765508565, - 5.662554765508565, - 5.662554765508565, - 5.662554765508565, - 5.662554765508565, - 5.662554765508565 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 34.873752659933416, - 454.9034556647882, - 642.5488957943112, - 349.03033048610087, - -85.97667852634322, - -425.0809325798564, - -506.47147218767725, - -352.35814018153906 - ], - "relative wind speed": [ - 1.6743482087337, - 1.9251381146917548, - 1.9985707541134325, - 1.8705734869748978, - 1.5844689659090143, - 1.2680012095339679, - 1.1487814277838042, - 1.3471965921294125 - ], - "relative wind angle": [ - 0.25669689456581135, - 0.1394911727981615, - 0.02329533182246346, - 0.1792490478344452, - 0.27161631996455876, - 0.2126959076870629, - 0.04053504689792727, - 0.25015635772286365 - ], - "resistance": [ - 96669.37375265991, - 97089.40345566477, - 97277.0488957943, - 96983.53033048609, - 96548.52332147364, - 96209.41906742012, - 96128.0285278123, - 96282.14185981845 - ], - "fuel": [ - 39.146789383888866, - 39.363541507666454, - 39.460586209533496, - 39.30884485880789, - 39.08454734281514, - 38.91018742508663, - 38.86840188238692, - 38.94754383665815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -64.84375, -52.65625 -64.6875, -52.5 -64.6875, -52.5 -64.84375, -52.65625 -64.84375))", @@ -139445,68 +99553,7 @@ "id": "2845", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.203531790662553, - 6.203531790662553, - 6.203531790662553, - 6.203531790662553, - 6.203531790662553, - 6.203531790662553, - 6.203531790662553, - 6.203531790662553 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1.1320679767684396, - 427.5267364261563, - 642.807244182613, - 364.34398276205275, - -73.93201516217823, - -429.4257642753138, - -522.3072904103054, - -385.684870770716 - ], - "relative wind speed": [ - 1.7921284740491095, - 2.035301460482339, - 2.115807532431902, - 2.0046269579937, - 1.742547322477622, - 1.4511180529267689, - 1.330997417080869, - 1.4932067498697033 - ], - "relative wind angle": [ - 0.22077458696604424, - 0.12786021165144454, - 0.012017209696306414, - 0.14793937094468004, - 0.22716506027934857, - 0.17981266876116947, - 0.019103746618098844, - 0.1991994057947039 - ], - "resistance": [ - 96633.36793202322, - 97062.02673642614, - 97277.3072441826, - 96998.84398276203, - 96560.5679848378, - 96205.07423572468, - 96112.19270958968, - 96248.81512922928 - ], - "fuel": [ - 39.30125365210958, - 39.52240818782066, - 39.63373407191038, - 39.48976784824546, - 39.263762473591086, - 39.08097034678988, - 39.03328886986368, - 39.103436204007664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -65, -52.8125 -64.84375, -52.65625 -64.84375, -52.65625 -65, -52.8125 -65))", @@ -139525,68 +99572,7 @@ "id": "2846", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.322131698214653, - 6.322131698214653, - 6.322131698214653, - 6.322131698214653, - 6.322131698214653, - 6.322131698214653, - 6.322131698214653, - 6.322131698214653 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 50.700990028099795, - 554.3339942330372, - 766.8638469214454, - 407.3892841184345, - -117.38656674932827, - -521.2844830389639, - -613.4423532552479, - -420.1618347765299 - ], - "relative wind speed": [ - 1.8708941425772132, - 2.139460222098445, - 2.214560125414513, - 2.071149476249032, - 1.7588276785397639, - 1.4200104413650532, - 1.299785807912733, - 1.5179128903071675 - ], - "relative wind angle": [ - 0.24712539564271924, - 0.1325067317696417, - 0.026151081910666587, - 0.1769381722805589, - 0.26323337262800706, - 0.2003962848838805, - 0.0445655850120583, - 0.24254035710102637 - ], - "resistance": [ - 96685.2009900281, - 97188.83399423303, - 97401.36384692145, - 97041.88928411843, - 96517.11343325068, - 96113.21551696103, - 96021.05764674475, - 96214.33816522347 - ], - "fuel": [ - 39.36846620998061, - 39.62846897944969, - 39.738471640222, - 39.55251060542441, - 39.2819003319377, - 39.0743208407687, - 39.02704223487713, - 39.12623489924158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -65, -52.65625 -64.84375, -52.5 -64.84375, -52.5 -65, -52.65625 -65))", @@ -139605,68 +99591,7 @@ "id": "2847", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.570584475162278, - 6.570584475162278, - 6.570584475162278, - 6.570584475162278, - 6.570584475162278, - 6.570584475162278, - 6.570584475162278, - 6.570584475162278 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -31.73331003622502, - 442.5784888476883, - 709.8751333940279, - 423.218843693983, - -54.06415726197338, - -455.95501321836605, - -571.0544198556273, - -442.54122461529437 - ], - "relative wind speed": [ - 1.8770882569962755, - 2.1366109215426103, - 2.231779001302834, - 2.127704025583269, - 1.8627254049733792, - 1.5582361916061989, - 1.4185798349864844, - 1.5703763365522632 - ], - "relative wind angle": [ - 0.21834448738723136, - 0.1325169750184774, - 0.0032966922589084185, - 0.13801054269119228, - 0.22005566908957103, - 0.18217836343625068, - 0.005186530948023717, - 0.18749415032550043 - ], - "resistance": [ - 96602.76668996378, - 97077.0784888477, - 97344.37513339405, - 97057.71884369399, - 96580.43584273804, - 96178.54498678165, - 96063.44558014438, - 96191.95877538472 - ], - "fuel": [ - 39.413860468824424, - 39.658554669807124, - 39.7968199843598, - 39.64855077481589, - 39.402360772083966, - 39.195716593937476, - 39.136645509803, - 39.20260399859219 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -65.15625, -60 -65, -59.84375 -65, -59.84375 -65.15625, -60 -65.15625))", @@ -139685,68 +99610,7 @@ "id": "2848", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.251858635795752, - 17.251858635795752, - 17.251858635795752, - 17.251858635795752, - 17.251858635795752, - 17.251858635795752, - 17.251858635795752, - 17.251858635795752 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 723.3075486022208, - 1610.1160192315474, - 1265.50187997383, - 111.45357885138583, - -1061.1858439793468, - -1587.918348205856, - -1442.7783836998497, - -532.7073656460416 - ], - "relative wind speed": [ - 5.021201684233303, - 5.180251573374989, - 5.126614118878726, - 4.88649229178583, - 4.585886478195333, - 4.405430147123898, - 4.467734193162731, - 4.729166335302641 - ], - "relative wind angle": [ - 0.06572537712741343, - 0.015235322036237097, - 0.04256988087296767, - 0.07937611260663151, - 0.0719746828339586, - 0.017915156272601568, - 0.04885255898908539, - 0.08202257228608423 - ], - "resistance": [ - 97357.80754860226, - 98244.61601923157, - 97900.00187997386, - 96745.95357885142, - 95573.31415602069, - 95046.58165179417, - 95191.72161630017, - 96101.79263435399 - ], - "fuel": [ - 47.42648494307902, - 47.88715546143527, - 47.70779107225214, - 47.11035110767145, - 46.508362882964846, - 46.23962394504201, - 46.31357131501386, - 46.779030149635815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.84375 -65.15625, -59.84375 -65, -59.6875 -65, -59.6875 -65.15625, -59.84375 -65.15625))", @@ -139765,68 +99629,7 @@ "id": "2849", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.86546504525236, - 18.86546504525236, - 18.86546504525236, - 18.86546504525236, - 18.86546504525236, - 18.86546504525236, - 18.86546504525236, - 18.86546504525236 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1422.9042129329664, - 1829.2741078613053, - 831.0674619973815, - -595.1585811619207, - -1636.0195810686491, - -1806.9833937719432, - -1219.3925697427458, - 108.52974006314798 - ], - "relative wind speed": [ - 5.585625551286877, - 5.643736489851523, - 5.480096823228422, - 5.177317736671761, - 4.9052497647063475, - 4.838277222985356, - 5.022870380706857, - 5.334423034113856 - ], - "relative wind angle": [ - 0.04102683527753606, - 0.013960066800413446, - 0.062176582996742516, - 0.07787484318467268, - 0.046721296180132536, - 0.01628428009316751, - 0.06784478520499176, - 0.07557689000097471 - ], - "resistance": [ - 98057.40421293296, - 98463.7741078613, - 97465.56746199739, - 96039.34141883808, - 94998.48041893134, - 94827.51660622806, - 95415.10743025725, - 96743.02974006315 - ], - "fuel": [ - 49.59469944354224, - 49.8064911032652, - 49.2873454116001, - 48.55202938494229, - 48.02017274141487, - 47.93319952462476, - 48.23257593541917, - 48.913882360386715 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -65.3125, -60 -65.15625, -59.84375 -65.15625, -59.84375 -65.3125, -60 -65.3125))", @@ -139845,68 +99648,7 @@ "id": "2850", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.452411187653215, - 19.452411187653215, - 19.452411187653215, - 19.452411187653215, - 19.452411187653215, - 19.452411187653215, - 19.452411187653215, - 19.452411187653215 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1611.7163910392483, - 2002.7842191738073, - 870.9034374475086, - -704.0116748294749, - -1825.3574375270873, - -1990.0307551608093, - -1303.9378692073515, - 176.36547669057836 - ], - "relative wind speed": [ - 5.779324436878317, - 5.833358975299088, - 5.651458476128672, - 5.325135849246354, - 5.037914111137581, - 4.975247994140151, - 5.180944569332065, - 5.515804358837372 - ], - "relative wind angle": [ - 0.04081403199122661, - 0.01639515003714703, - 0.06570459517872695, - 0.08067191713531921, - 0.04682458636012808, - 0.019223243028439987, - 0.07168145194793432, - 0.07787752363233699 - ], - "resistance": [ - 98246.21639103928, - 98637.28421917383, - 97505.40343744753, - 95930.48832517056, - 94809.14256247295, - 94644.46924483922, - 95330.56213079268, - 96810.86547669061 - ], - "fuel": [ - 50.39215184540277, - 50.596232003977924, - 50.00711600117983, - 49.195342930448234, - 48.62298248981452, - 48.53932348315485, - 48.88854492784628, - 49.64798624561965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.84375 -65.3125, -59.84375 -65.15625, -59.6875 -65.15625, -59.6875 -65.3125, -59.84375 -65.3125))", @@ -139925,68 +99667,7 @@ "id": "2851", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.471024924701084, - 22.471024924701084, - 22.471024924701084, - 22.471024924701084, - 22.471024924701084, - 22.471024924701084, - 22.471024924701084, - 22.471024924701084 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1955.8255291124115, - 1979.6316648963439, - 579.7869610035559, - -1103.7079662122487, - -2109.815802984702, - -2119.8041916076672, - -1140.4349178816792, - 537.3015047281333 - ], - "relative wind speed": [ - 6.622705577295548, - 6.62559844725253, - 6.414390251155556, - 6.10009154595737, - 5.865386923841736, - 5.862118912618546, - 6.092502821976839, - 6.40717379667936 - ], - "relative wind angle": [ - 0.024348947866384113, - 0.023219361476095095, - 0.05908692625773597, - 0.06263937734106881, - 0.027493547589316554, - 0.026244094326744367, - 0.06221261954636435, - 0.05963355095259993 - ], - "resistance": [ - 98590.32552911242, - 98614.13166489635, - 97214.28696100357, - 95530.79203378776, - 94524.68419701532, - 94514.69580839235, - 95494.06508211834, - 97171.80150472815 - ], - "fuel": [ - 54.5257344423332, - 54.53817197604519, - 53.810405863441645, - 52.94483024526621, - 52.43257052959019, - 52.4275038251699, - 52.92606448197226, - 53.78843208306536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.6875 -65.15625, -59.6875 -65, -59.53125 -65, -59.53125 -65.15625, -59.6875 -65.15625))", @@ -140018,17 +99699,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1372.0386774130566, + 1372.0386774130384, 1639.7155822089462, - 669.2057948638394, + 669.205794863823, -644.7065307969442, -1551.8954140704336, -1664.3323844757488, - -1056.9314384940462, + -1056.9314384940535, 192.23330562937736 ], "relative wind speed": [ - 5.601982536483166, + 5.601982536483165, 5.6402737180502545, 5.476790387218109, 5.1956216786978615, @@ -140038,19 +99719,19 @@ 5.381074617618111 ], "relative wind angle": [ - 0.034180289644729744, + 0.03418028964473299, 0.016479837972352324, - 0.05898961750284872, + 0.05898961750285249, 0.07005541460268953, 0.03863259940731996, 0.018919553262809714, - 0.06342035166545852, - 0.06763727550890278 + 0.06342035166546028, + 0.06763727550890276 ], "resistance": [ - 98006.53867741305, + 98006.53867741302, 98274.21558220893, - 97303.70579486382, + 97303.70579486381, 95989.79346920304, 95082.60458592956, 94970.16761552423, @@ -140058,7 +99739,7 @@ 96826.73330562936 ], "fuel": [ - 49.71815485192858, + 49.718154851928574, 49.85754283223591, 49.35343622189649, 48.67654232052216, @@ -140098,34 +99779,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1232.9372211695409, + 1232.937221169539, 1178.7806346238076, - 310.10748200293165, + 310.1074820029289, -687.698738361516, - -1254.2008845919063, + -1254.2008845918972, -1231.2567243342546, -605.4271520999328, - 405.5046475526151 + 405.5046475526178 ], "relative wind speed": [ - 4.223463673250538, + 4.223463673250537, 4.213222265363653, 4.0022206191078915, 3.6949524829457476, - 3.470071316081372, + 3.4700713160813716, 3.482498884508304, - 3.723072716714685, - 4.0281964310011835 + 3.7230727167146846, + 4.028196431001183 ], "relative wind angle": [ - 0.03321208323010124, + 0.03321208323010123, 0.03973674568753899, - 0.09432482267006022, - 0.09913814591540851, - 0.04042638772832866, + 0.09432482267006138, + 0.0991381459154085, + 0.04042638772832317, 0.04808047224595401, - 0.10142058345284112, - 0.09091295893791548 + 0.10142058345284004, + 0.09091295893791303 ], "resistance": [ 97867.43722116952, @@ -140178,13 +99859,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1670.970035740651, + 1670.970035740589, 1486.3190758499095, - 284.044385167319, + 284.0443851673099, -1041.1259175159212, -1733.4132691857194, -1655.9303747416743, - -756.3123827173986, + -756.3123827174004, 613.5231327938072 ], "relative wind speed": [ @@ -140194,23 +99875,23 @@ 5.404583511797973, 5.214378975615852, 5.242802947724983, - 5.470567690175099, + 5.4705676901751, 5.751585734753877 ], "relative wind angle": [ - 0.018461298096002998, + 0.018461298096015023, 0.029465244854646352, - 0.062472022078735326, + 0.0624720220787371, 0.06081443834170284, 0.020976042551295662, - 0.03315685522686369, - 0.06496831408179483, + 0.0331568552268637, + 0.06496831408179654, 0.05714128015296301 ], "resistance": [ - 98305.47003574064, + 98305.47003574058, 98120.8190758499, - 96918.5443851673, + 96918.54438516729, 95593.37408248406, 94901.08673081426, 94978.56962525831, @@ -140218,9 +99899,9 @@ 97248.0231327938 ], "fuel": [ - 51.15341469682413, + 51.153414696824086, 51.057211000336025, - 50.433924688101534, + 50.43392468810151, 49.75315796174712, 49.40011449857683, 49.439539561422436, @@ -140258,17 +99939,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1801.1593610714117, + 1801.159361071359, 1255.6469460142525, -33.714583081075034, -1251.0879987787594, - -1708.209471201385, + -1708.2094712013568, -1478.162636613748, -416.55997635550375, 932.8279567986101 ], "relative wind speed": [ - 5.183888775456992, + 5.183888775456991, 5.098907172037921, 4.822077667781944, 4.499139389904932, @@ -140278,27 +99959,27 @@ 5.036078822208568 ], "relative wind angle": [ - 0.009132060695143902, + 0.009132060695156059, 0.05280868214212985, 0.0888675469599246, 0.07477033260439923, - 0.010938031244056736, + 0.010938031244046584, 0.0608218319510643, - 0.09064485504886717, + 0.09064485504886718, 0.06678584177177094 ], "resistance": [ - 98435.65936107145, + 98435.6593610714, 97890.1469460143, 96600.78541691897, 95383.41200122128, - 94926.29052879867, + 94926.29052879868, 95156.3373633863, 96217.94002364454, 97567.32795679866 ], "fuel": [ - 47.84743315553437, + 47.84743315553436, 47.563321557000705, 46.89620308838593, 46.27200906105956, @@ -140338,11 +100019,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2120.1573792469626, + 2120.1573792469317, 2122.8851178381046, - 628.2082675827423, + 628.2082675827369, -1145.2031752626262, - -2198.5236568113432, + -2198.523656811334, -2199.6778786556843, -1149.3557583060501, 623.3949307225139 @@ -140350,7 +100031,7 @@ "relative wind speed": [ 5.72169871517104, 5.722079470652668, - 5.458506987378377, + 5.458506987378376, 5.061956386902026, 4.761338614236356, 4.760881023313163, @@ -140358,31 +100039,31 @@ 5.457543323118002 ], "relative wind angle": [ - 0.03489724185142929, + 0.034897241851435654, 0.034719316054186974, - 0.08814764049355915, - 0.09515573481042122, - 0.04193978429528399, + 0.08814764049355917, + 0.09515573481042121, + 0.04193978429528135, 0.04173270471724842, - 0.09509276961948664, + 0.09509276961948665, 0.08823975954456834 ], "resistance": [ - 98754.65737924693, + 98754.6573792469, 98757.38511783807, 97262.70826758271, 95489.29682473735, - 94435.97634318862, + 94435.97634318864, 94434.82212134429, 95485.14424169392, 97257.89493072248 ], "fuel": [ - 49.94696728404179, + 49.946967284041776, 49.94839395414162, 49.170792474605705, 48.25896306951823, - 47.722920202491856, + 47.72292020249187, 47.722335074586965, 48.25684168232784, 49.16830177789922 @@ -140405,68 +100086,7 @@ "id": "2857", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.437524443991006, - 19.437524443991006, - 19.437524443991006, - 19.437524443991006, - 19.437524443991006, - 19.437524443991006, - 19.437524443991006, - 19.437524443991006 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2000.090260207835, - 1721.5897298146338, - 292.5551314417826, - -1245.0380569810059, - -2020.3217252648155, - -1902.9688394069726, - -818.2108507607136, - 786.7672983274169 - ], - "relative wind speed": [ - 5.833336676009235, - 5.794928861932347, - 5.53702425954416, - 5.193469540907532, - 4.968015074603079, - 5.012762715539343, - 5.296258387425726, - 5.633548143472602 - ], - "relative wind angle": [ - 0.020704759857279452, - 0.03808001979402424, - 0.07823905681772002, - 0.07543754940623462, - 0.02431174259941745, - 0.044025415613978124, - 0.08180355501219361, - 0.06953463624437022 - ], - "resistance": [ - 98634.59026020783, - 98356.08972981462, - 96927.05513144177, - 95389.46194301898, - 94614.17827473517, - 94731.53116059302, - 95816.28914923927, - 97421.26729832741 - ], - "fuel": [ - 50.57681178008006, - 50.43141973667675, - 49.68992782017624, - 48.90059416106078, - 48.50593332026253, - 48.56552856273485, - 49.11882665386481, - 49.94550314482797 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60 -65.625, -60 -65.46875, -59.84375 -65.46875, -59.84375 -65.625, -60 -65.625))", @@ -140498,51 +100118,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2448.761862645375, + 2448.761862645255, 1572.4406064365958, -171.06939993024025, -1738.2613013878054, - -2246.629150070854, + -2246.629150070916, -1876.2547910736976, -403.3289318864772, - 1376.0851645858547 + 1376.085164585842 ], "relative wind speed": [ - 5.666025382171699, + 5.666025382171698, 5.541082194709674, 5.189981204745166, - 4.796649103120919, + 4.79664910312092, 4.6065616940485326, 4.756118415678971, 5.136959155656305, - 5.506034113045295 + 5.506034113045296 ], "relative wind angle": [ - 0.004703783721140496, + 0.004703783721164099, 0.06424400811777278, 0.10224761732513044, - 0.08211359819789239, - 0.005785618457513575, + 0.08211359819789375, + 0.0057856184575327645, 0.07486546817130753, - 0.10330673551853939, - 0.07151484962498186 + 0.1033067355185394, + 0.07151484962498497 ], "resistance": [ - 99083.26186264538, + 99083.26186264526, 98206.94060643659, 96463.43060006975, 94896.2386986122, - 94387.87084992914, + 94387.87084992908, 94758.2452089263, 96231.17106811353, 98010.58516458585 ], "fuel": [ - 49.69566396467325, + 49.69566396467319, 49.2376894586323, 48.33501150572074, 47.53327312540958, - 47.27516726248604, + 47.275167262486015, 47.46311670322842, 48.21561615531115, 49.13546395865518 @@ -140578,10 +100198,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2169.39677107197, + 2169.396771071595, 1370.6161573095487, - -172.52179471517775, - -1546.5624956951506, + -172.5217947151814, + -1546.562495695156, -1978.2065053307751, -1640.4963754422788, -330.57954471035555, @@ -140590,25 +100210,25 @@ "relative wind speed": [ 5.278794948121784, 5.1565338099711395, - 4.82142267965062, - 4.448956237667027, + 4.821422679650619, + 4.448956237667028, 4.2724455209220675, 4.419233632677461, 4.782609139132503, 5.130911734661467 ], "relative wind angle": [ - 0.003696723248549894, + 0.003696723248639992, 0.06637285471307815, - 0.10455355424825823, - 0.08317149480151448, + 0.10455355424825824, + 0.08317149480151716, 0.004567470156816185, - 0.0774670381529888, + 0.07746703815298879, 0.10540520820578043, 0.07209639964895125 ], "resistance": [ - 98803.89677107196, + 98803.89677107158, 98005.11615730953, 96461.9782052848, 95087.93750430483, @@ -140618,7 +100238,7 @@ 97871.43233304577 ], "fuel": [ - 48.11560787784914, + 48.115607877848944, 47.698872029396114, 46.90051752576556, 46.197104387306624, @@ -140658,20 +100278,20 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1555.0153317304976, + 1555.015331730492, 956.5138896868466, - -154.3221134081332, - -1129.8913905612435, + -154.32211340814138, + -1129.8913905612462, -1419.232537434893, -1166.6247030963323, -216.1847579979476, 904.2624925725777 ], "relative wind speed": [ - 4.593151734580478, + 4.593151734580477, 4.487705825019491, 4.210077788619727, - 3.9073423284373727, + 3.907342328437373, 3.7691830055354605, 3.8941340262224027, 4.192735193148716, @@ -140680,8 +100300,8 @@ "relative wind angle": [ 0.001897018944914441, 0.06358451265767666, - 0.09801378150875548, - 0.07620702486636716, + 0.09801378150875888, + 0.07620702486636861, 0.002311720704251434, 0.07329275514191667, 0.09842051163364789, @@ -140738,19 +100358,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1555.5159354327307, + 1555.5159354325197, 907.1425368933124, - -195.87948251030502, + -195.87948251030866, -1128.1064402563197, -1379.0578318048028, -1087.8616443043802, - -128.34514043653144, + -128.3451404365287, 964.5284238060958 ], "relative wind speed": [ - 4.107574765787563, + 4.107574765787562, 3.9774206969549737, - 3.6595733575541938, + 3.6595733575541933, 3.318420211672975, 3.173749265421554, 3.335412936314305, @@ -140758,17 +100378,17 @@ 3.99160896820554 ], "relative wind angle": [ - 0.0026731702450553665, + 0.002673170245138431, 0.08506285449043936, - 0.1279359678420376, + 0.12793596784203848, 0.09730649261626854, 0.0034597110713476494, - 0.10148778834040613, - 0.12717486884048476, + 0.10148778834040614, + 0.1271748688404839, 0.08085613065851757 ], "resistance": [ - 98190.01593543275, + 98190.01593543253, 97541.64253689333, 96438.6205174897, 95506.3935597437, @@ -140778,7 +100398,7 @@ 97599.02842380611 ], "fuel": [ - 44.00776920620932, + 44.00776920620922, 43.670802689707344, 43.101144684814074, 42.623224140470725, @@ -140818,9 +100438,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1938.9958383423182, + 1938.9958383422072, 1110.3560401632712, - -284.24434523756736, + -284.2443452375737, -1451.7176759526337, -1755.3499105815163, -1373.4864923030236, @@ -140828,7 +100448,7 @@ 1221.7478342419035 ], "relative wind speed": [ - 4.865831327271716, + 4.8658313272717155, 4.723634861627875, 4.386379399182136, 4.032230121553963, @@ -140838,17 +100458,17 @@ 4.74682181656613 ], "relative wind angle": [ - 0.0036455208944088115, - 0.07593338045543019, - 0.11171977671885079, - 0.08274120243304829, + 0.0036455208944392663, + 0.07593338045543017, + 0.11171977671885278, + 0.0827412024330483, 0.004562625228787946, 0.08838912133414775, - 0.1108252590707617, + 0.11082525907076171, 0.07026288185181025 ], "resistance": [ - 98573.49583834232, + 98573.4958383422, 97744.85604016327, 96350.25565476243, 95182.78232404737, @@ -140858,7 +100478,7 @@ 97856.2478342419 ], "fuel": [ - 46.53898801734651, + 46.53898801734645, 46.10743063779303, 45.38688838601731, 44.78926001425774, @@ -140898,31 +100518,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1425.038695897831, + 1425.0386958978302, 915.9779676018347, - -63.67593896455537, + -63.675938964557645, -935.2767413786132, - -1222.2456216024048, + -1222.2456216023938, -1004.4794211414528, -179.3372957567217, 816.8750919371182 ], "relative wind speed": [ - 3.528864095374525, + 3.5288640953745247, 3.413411331889584, - 3.085679217812845, + 3.0856792178128445, 2.7038309543195433, - 2.5128151981163085, + 2.512815198116308, 2.667535398609649, 3.0406752191356565, 3.3847334007231984 ], "relative wind angle": [ - 0.0064661593410002645, - 0.10068628044153581, - 0.16539733607762352, + 0.006466159341000264, + 0.10068628044153582, + 0.1653973360776235, 0.1392798824323525, - 0.00908079199112483, + 0.009080791991112603, 0.12897914256158813, 0.1678684075112132, 0.11113035476856531 @@ -140978,9 +100598,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1232.9186084855646, + 1232.9186084855637, 971.7613245700677, - 111.91380911276974, + 111.91380911276792, -755.2880532842014, -1150.0284617348234, -1038.6926046420454, @@ -140988,9 +100608,9 @@ 567.3985033623858 ], "relative wind speed": [ - 3.649072473289958, + 3.6490724732899578, 3.59193742354001, - 3.3326710966422515, + 3.332671096642251, 2.9969066209349506, 2.7876896337020396, 2.8609314837208277, @@ -141000,12 +100620,12 @@ "relative wind angle": [ 0.023990384644626862, 0.06763723591113556, - 0.12964466751406703, + 0.129644667514067, 0.12261837144615852, 0.03140544948516314, - 0.08495687499098625, - 0.13680904569552094, - 0.10554929744063908 + 0.08495687499098627, + 0.13680904569552096, + 0.1055492974406391 ], "resistance": [ 97867.4186084856, @@ -141058,51 +100678,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1222.3940136629312, + 1222.3940136626748, 721.7779591565536, - -130.38674086009541, + -130.3867408600977, -853.2544547214052, - -1053.2915853956993, + -1053.291585395667, -831.1146651613185, -93.33560109122391, 753.4318222981069 ], "relative wind speed": [ - 3.3739044755834957, + 3.373904475583495, 3.2526833914140068, - 2.950078152304913, + 2.950078152304912, 2.6175907216719003, - 2.4720043646982695, + 2.472004364698269, 2.6294652963424148, 2.9649748539815413, 3.262247048165851 ], "relative wind angle": [ - 0.002233756269982628, - 0.09983732954703714, - 0.15346254731585918, - 0.12007090817223803, - 0.003048734780573322, + 0.002233756270131734, + 0.09983732954703713, + 0.15346254731585915, + 0.12007090817223805, + 0.0030487347805369064, 0.12360957468047143, 0.15268545317789592, 0.09626082149675218 ], "resistance": [ - 97856.89401366297, + 97856.89401366272, 97356.27795915659, 96504.11325913995, 95781.24554527864, - 95581.20841460435, + 95581.20841460438, 95803.38533483872, 96541.16439890882, 97387.93182229815 ], "fuel": [ - 42.007041575492494, + 42.00704157549236, 41.74734903676912, 41.30743686719014, 40.93638983806191, - 40.83405452787885, + 40.83405452787886, 40.947725298277845, 41.32650755223972, 41.7637417308354 @@ -141138,19 +100758,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1538.7795685475567, + 1538.779568547453, 985.7864517667304, - -91.99160170862706, + -91.9916017086307, -1054.8069344273417, -1367.5415788171708, -1132.4112393530368, - -222.14654974680707, + -222.1465497468089, 875.0761682535795 ], "relative wind speed": [ - 4.029261083967112, + 4.0292610839671115, 3.9188379128658393, - 3.608372608322501, + 3.6083726083225005, 3.2547009350383815, 3.08177401465903, 3.2210224111118455, @@ -141158,33 +100778,33 @@ 3.890912204568453 ], "relative wind angle": [ - 0.005382430468638977, - 0.08166044611789891, - 0.13167272236900984, + 0.005382430468680231, + 0.08166044611789892, + 0.13167272236901068, 0.10784669666057375, 0.0070372752220292595, 0.09940494504026645, - 0.13326994860937627, + 0.1332699486093771, 0.09015978039278412 ], "resistance": [ - 98173.2795685476, + 98173.2795685475, 97620.28645176678, - 96542.50839829142, + 96542.50839829141, 95579.6930655727, 95266.95842118288, 95502.088760647, - 96412.35345025324, + 96412.35345025323, 97509.57616825362 ], "fuel": [ - 43.75912489916854, + 43.759124899168484, 43.471664830439934, - 42.91467810548632, + 42.91467810548631, 42.420758555427334, 42.26106939355328, 42.38109814770452, - 42.847707620604154, + 42.84770762060414, 43.414251481895846 ] }, @@ -141218,41 +100838,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1344.433582572517, + 1344.4335825725152, 794.8659579780638, - -139.85818216366624, + -139.85818216366715, -932.7627531892849, - -1152.9297554450582, + -1152.929755444989, -909.1349666931092, -100.33431137713887, - 828.6648949475107 + 828.6648949475116 ], "relative wind speed": [ - 3.4968346912383352, + 3.496834691238335, 3.368568089860745, - 3.0475902479313466, + 3.047590247931346, 2.6936803144740455, - 2.5380756695110676, + 2.538075669511067, 2.7059988887625, - 3.0629845972067353, - 3.378426753006044 + 3.0629845972067358, + 3.3784267530060434 ], "relative wind angle": [ - 0.0022287909110778317, - 0.10244350639685432, + 0.002228790911077832, + 0.10244350639685433, 0.15795442446999824, 0.12411284623031524, - 0.0030707197846522516, - 0.1276504476429109, - 0.1571539385846165, - 0.09886451468054323 + 0.0030707197845799413, + 0.12765044764291092, + 0.1571539385846172, + 0.09886451468054212 ], "resistance": [ 97978.93358257253, 97429.36595797808, 96494.64181783635, 95701.73724681074, - 95481.57024455495, + 95481.57024455503, 95725.36503330691, 96534.16568862287, 97463.16489494752 @@ -141262,7 +100882,7 @@ 42.00068048906945, 41.51803810447876, 41.111172514879684, - 40.99861251634223, + 40.99861251634226, 41.12326289703093, 41.5383803239762, 42.018193386815994 @@ -141298,17 +100918,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2081.630564291466, + 2081.6305642913476, 1155.5193151191734, - -348.8253722123318, + -348.8253722123345, -1579.3280182101398, -1883.2992720075063, -1432.1282404464719, -101.61649243687498, - 1365.2855519231807 + 1365.285551923179 ], "relative wind speed": [ - 4.879961679697919, + 4.879961679697918, 4.71814076443817, 4.350235984850502, 3.969822079296781, @@ -141318,17 +100938,17 @@ 4.761748228214774 ], "relative wind angle": [ - 0.006882616693230845, + 0.006882616693263108, 0.08429621864137156, - 0.12172146477151252, + 0.12172146477151342, 0.08821703667544897, 0.008784212013368395, 0.0989417630223276, - 0.1198748703888234, - 0.07351651465235523 + 0.11987487038882341, + 0.07351651465235524 ], "resistance": [ - 98716.1305642915, + 98716.13056429138, 97790.0193151192, 96285.6746277877, 95055.17198178988, @@ -141338,7 +100958,7 @@ 97999.78555192321 ], "fuel": [ - 46.52629691307162, + 46.52629691307156, 46.0436526076309, 45.266463581711704, 44.637010568592565, @@ -141378,9 +100998,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1364.6003195823723, + 1364.6003195823641, 1409.0416805322866, - 469.9669673190583, + 469.9669673190565, -657.0853599049151, -1349.7635271577901, -1368.7810018558416, @@ -141388,9 +101008,9 @@ 392.8707347947502 ], "relative wind speed": [ - 3.8691269143045774, + 3.8691269143045766, 3.878179383325221, - 3.6343553813208263, + 3.634355381320826, 3.2477593016315143, 2.9354764877875805, 2.9235064494714176, @@ -141398,17 +101018,17 @@ 3.6109866806754836 ], "relative wind angle": [ - 0.053872715808613865, + 0.053872715808615926, 0.04731034619640778, 0.12905195324064309, 0.14772937665000005, 0.07103271637610378, - 0.06277738718658633, + 0.06277738718658632, 0.14569796869572854, - 0.13277637668215744 + 0.13277637668215747 ], "resistance": [ - 97999.10031958237, + 97999.10031958236, 98043.54168053229, 97104.46696731905, 95977.41464009508, @@ -141418,7 +101038,7 @@ 97027.37073479475 ], "fuel": [ - 43.23552201271334, + 43.23552201271333, 43.25864437171562, 42.77161704155699, 42.19143235723288, @@ -141458,7 +101078,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2156.0441166804876, + 2156.0441166804258, 1132.1929607537577, -442.4652066758563, -1681.2599258058644, @@ -141468,9 +101088,9 @@ 1507.3482378261497 ], "relative wind speed": [ - 4.8063998397582965, + 4.806399839758296, 4.61881188801915, - 4.219478887343903, + 4.219478887343902, 3.818468665420942, 3.6812621173985467, 3.914044831081419, @@ -141478,17 +101098,17 @@ 4.698134443353085 ], "relative wind angle": [ - 0.012811669917848996, + 0.012811669917866328, 0.09570739988645494, - 0.13373923295848858, + 0.13373923295848775, 0.09291897519234826, - 0.016727739974210176, + 0.01672773997421018, 0.11300861806833411, 0.12995687956031288, 0.07548411705497682 ], "resistance": [ - 98790.54411668048, + 98790.54411668042, 97766.69296075376, 96192.03479332414, 94953.24007419414, @@ -141498,7 +101118,7 @@ 98141.84823782615 ], "fuel": [ - 46.195684467618136, + 46.19568446761811, 45.66200554310498, 44.8488331651245, 44.21558916861922, @@ -141538,47 +101158,47 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1729.096954258027, + 1729.096954257987, 1123.5761574447415, - -75.23446532825983, - -1151.3664113006635, - -1512.076040683061, + -75.23446532826165, + -1151.3664113006644, + -1512.0760406830468, -1253.693644848806, -246.5190622498194, 977.3123815536228 ], "relative wind speed": [ - 4.050740090597434, + 4.050740090597433, 3.930861133241218, - 3.5852140733884643, - 3.1838007826204473, - 2.981917919553303, + 3.585214073388464, + 3.1838007826204477, + 2.9819179195533025, 3.1382575598092584, - 3.5279696439317183, + 3.527969643931718, 3.8940650144947275 ], "relative wind angle": [ - 0.0071471377088336, - 0.0910542917997389, + 0.0071471377088491335, + 0.09105429179973891, 0.14962255394318688, - 0.12545291953839427, - 0.009708988107331907, + 0.12545291953839513, + 0.009708988107320472, 0.11414126546294752, - 0.15206904624914913, - 0.10248118307400886 + 0.15206904624914838, + 0.10248118307400884 ], "resistance": [ - 98363.59695425807, + 98363.59695425803, 97758.07615744478, 96559.26553467178, 95483.13358869938, - 95122.42395931698, + 95122.42395931699, 95380.80635515123, 96387.98093775022, 97611.81238155367 ], "fuel": [ - 43.74988769047516, + 43.749887690475134, 43.434752739634575, 42.81487268685903, 42.26298204696219, @@ -141618,19 +101238,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1131.6578989561094, + 1131.6578989560949, 1089.5953186662073, - 319.24282397354455, + 319.24282397354364, -557.0110797016869, - -1062.307035984215, + -1062.3070359842136, -1044.207163013561, -495.1159669848489, 391.50339468624225 ], "relative wind speed": [ - 3.22576313470922, + 3.2257631347092195, 3.215531987082667, - 2.967765602900142, + 2.9677656029001414, 2.589776157891325, 2.2952399742806215, 2.309551554053936, @@ -141638,17 +101258,17 @@ 2.994450499307411 ], "relative wind angle": [ - 0.05465201221055884, + 0.05465201221056697, 0.06382273530007213, - 0.15775498662785115, - 0.17632456999320895, - 0.07684610171427071, + 0.15775498662785187, + 0.17632456999320897, + 0.07684610171426927, 0.08891563070137301, 0.17888558312948044, - 0.15229488241217026 + 0.1522948824121703 ], "resistance": [ - 97766.15789895611, + 97766.1578989561, 97724.09531866621, 96953.74282397355, 96077.48892029832, @@ -141698,9 +101318,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 859.3726560406185, + 859.3726560406167, 649.2507189048652, - 80.52524464501312, + 80.52524464501244, -466.9690229770979, -706.1859813832273, -615.1268137590303, @@ -141708,7 +101328,7 @@ 434.600336679915 ], "relative wind speed": [ - 2.4065113492728227, + 2.406511349272822, 2.338153289405031, 2.0647949227029034, 1.698702775444027, @@ -141718,14 +101338,14 @@ 2.2464181735349893 ], "relative wind angle": [ - 0.03196702547065777, - 0.11979767749382637, - 0.23068200634337538, + 0.03196702547065778, + 0.11979767749382639, + 0.23068200634337635, 0.23057156918776775, 0.05259441616303749, 0.17893338844719828, 0.2490463342055176, - 0.1736854163392789 + 0.17368541633927886 ], "resistance": [ 97493.87265604064, @@ -141778,9 +101398,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1108.2265247484543, + 1108.2265247484434, 778.3308707581282, - 22.171860246834967, + 22.171860246834513, -683.7158241778793, -956.8310335564458, -815.2072518683794, @@ -141788,7 +101408,7 @@ 589.6947150278684 ], "relative wind speed": [ - 3.036792272684899, + 3.036792272684898, 2.9503852168785447, 2.6617593818839786, 2.304677901110619, @@ -141798,17 +101418,17 @@ 2.886852729570635 ], "relative wind angle": [ - 0.016804348420237633, - 0.0998366252301296, - 0.17632367406511665, + 0.01680434842024424, + 0.09983662523012958, + 0.17632367406511731, 0.15958513652696985, - 0.024265162932226095, + 0.024265162932226098, 0.13268700477324694, - 0.1833130667089162, + 0.18331306670891623, 0.1272052253777311 ], "resistance": [ - 97742.72652474848, + 97742.72652474846, 97412.83087075815, 96656.67186024685, 95950.78417582213, @@ -141818,7 +101438,7 @@ 97224.19471502789 ], "fuel": [ - 41.20933808404373, + 41.20933808404372, 41.0382414201568, 40.64759598713211, 40.28484176739964, @@ -141858,9 +101478,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 755.6874623396179, + 755.6874623396079, 439.17968183371795, - -67.6507980770366, + -67.65079807703728, -484.39499647702496, -598.9517030234814, -448.9805691901988, @@ -141868,9 +101488,9 @@ 490.4978830730065 ], "relative wind speed": [ - 2.2267672040787714, + 2.226767204078771, 2.109008466491384, - 1.8209404676075878, + 1.8209404676075875, 1.4917704424793166, 1.347348982771079, 1.5250982757851084, @@ -141878,9 +101498,9 @@ 2.132712453538946 ], "relative wind angle": [ - 0.008933865993466933, + 0.00893386599347936, 0.15472146935083894, - 0.2439005498581601, + 0.24390054985816056, 0.20034612315437503, 0.014765363901732238, 0.21475352603574435, @@ -141938,51 +101558,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1160.2336539231965, + 1160.2336539231737, 613.4988406139942, - -218.4550731971517, + -218.45507319715307, -871.2120180749866, - -1018.8508102416326, + -1018.8508102416249, -730.1585207601124, - 17.350567633090577, + 17.350567633091032, 815.4410140555065 ], "relative wind speed": [ - 3.2223415926963908, + 3.2223415926963903, 3.0730209975187632, - 2.7516054022421588, + 2.7516054022421583, 2.421523061223242, - 2.3067395855096104, + 2.30673958550961, 2.5022139804954615, 2.8518766743549633, 3.1369983932642005 ], "relative wind angle": [ - 0.01577151588291013, - 0.11732151842742171, + 0.01577151588292421, + 0.11732151842742172, 0.1671825807121407, 0.11914735410423935, - 0.02203248985213132, - 0.14425447030101549, - 0.16125203227088103, - 0.09188443732402019 + 0.02203248985212124, + 0.1442544703010155, + 0.161252032270881, + 0.0918844373240202 ], "resistance": [ - 97794.73365392318, + 97794.73365392316, 97247.99884061397, 96416.04492680283, 95763.287981925, - 95615.64918975835, + 95615.64918975836, 95904.34147923987, 96651.85056763308, 97449.9410140555 ], "fuel": [ - 41.62965111495866, + 41.62965111495865, 41.34620803125751, 40.91703317685916, 40.58210267676529, - 40.50656886337605, + 40.50656886337606, 40.65434313518345, 41.038415212433264, 41.45077112892465 @@ -142018,9 +101638,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 768.9823216166808, + 768.9823216166717, 353.73695141710596, - -202.00301577165396, + -202.00301577165442, -596.2797615917655, -657.7222837999296, -406.9391867711204, @@ -142030,7 +101650,7 @@ "relative wind speed": [ 2.3700027610761802, 2.2047092775765806, - 1.8897929923492776, + 1.8897929923492773, 1.5823920788620838, 1.5112661055206729, 1.7435869151183971, @@ -142038,17 +101658,17 @@ 2.3231172243257276 ], "relative wind angle": [ - 0.04127976366619042, - 0.1700812307734483, - 0.2295177533870133, + 0.04127976366620118, + 0.17008123077344833, + 0.22951775338701377, 0.14896916265374757, 0.06476276672648365, 0.2156954782124807, - 0.20812816235191434, + 0.20812816235191436, 0.10126851077179282 ], "resistance": [ - 97403.48232161673, + 97403.48232161671, 96988.23695141714, 96432.49698422839, 96038.22023840828, @@ -142058,7 +101678,7 @@ 97261.53433374762 ], "fuel": [ - 39.979896941424954, + 39.97989694142494, 39.765124730230546, 39.47869020877122, 39.27617251159451, @@ -142098,9 +101718,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 880.7672918495914, + 880.7672918495855, 308.7019582369394, - -379.10415604075934, + -379.10415604076024, -807.3825815580053, -823.6235766083566, -434.5748416806405, @@ -142108,7 +101728,7 @@ 843.0375382968009 ], "relative wind speed": [ - 2.829809394682305, + 2.8298093946823046, 2.626401033095576, 2.295506254938958, 2.018898788720143, @@ -142118,17 +101738,17 @@ 2.819350440511989 ], "relative wind angle": [ - 0.05445596438488704, + 0.05445596438489112, 0.15344032584513384, - 0.18119613414892421, - 0.09106336298204469, + 0.18119613414892546, + 0.09106336298204468, 0.07692590302477499, - 0.17822864443489939, + 0.1782286444348994, 0.15983633155587332, 0.06516526827753878 ], "resistance": [ - 97515.26729184961, + 97515.2672918496, 96943.20195823695, 96255.39584395925, 95827.11741844201, @@ -142138,7 +101758,7 @@ 97477.53753829682 ], "fuel": [ - 40.796659161953286, + 40.79665916195328, 40.50070586188696, 40.14648725160608, 39.92681414135224, @@ -142178,33 +101798,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 671.1115214298356, + 671.1115214298347, 216.75820356604822, - -305.7060976908949, + -305.70609769089583, -615.8999722780154, - -612.7675030158517, + -612.7675030158518, -295.2270698629395, 229.04498154511384, 678.3487564369452 ], "relative wind speed": [ - 2.3333814883030373, + 2.333381488303037, 2.1329886894161145, 1.8152457508923705, 1.5543427064281954, - 1.557953454810571, + 1.5579534548105711, 1.8227033187368742, 2.1393389168569534, 2.335788279850073 ], "relative wind angle": [ 0.07090211989902023, - 0.1848677954274549, - 0.21607254217048358, - 0.10202367177302708, - 0.10630282475243996, + 0.18486779542745488, + 0.21607254217048516, + 0.10202367177302707, + 0.106302824752441, 0.21680276988411235, - 0.1829345730215134, + 0.18293457302151336, 0.06782559449791672 ], "resistance": [ @@ -142258,9 +101878,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -12.698671493535812, + -12.69867149353695, -228.82540743385107, - -305.04368917172224, + -305.04368917172724, -258.94287732732437, -63.35575945440314, 179.16134676032993, @@ -142270,7 +101890,7 @@ "relative wind speed": [ 1.8697822491540401, 1.719612392109705, - 1.6427983155155663, + 1.642798315515566, 1.6948573500156885, 1.8375387816193323, 1.9787793343648343, @@ -142278,12 +101898,12 @@ 2.000023248940971 ], "relative wind angle": [ - 0.10722775779862594, + 0.10722775779862802, 0.08907087685517534, - 0.009871433343470223, - 0.07679656844669815, - 0.10911673110410854, - 0.07737987215863315, + 0.00987143334348147, + 0.07679656844669813, + 0.10911673110410852, + 0.07737987215863316, 0.007937681195614379, 0.06506079686774813 ], @@ -142338,34 +101958,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -29.47295042773817, + -29.47295042773885, -187.02294029344898, - -231.7809045812878, - -190.13621385045235, + -231.78090458128827, + -190.1362138504519, -34.72854556459333, 146.78636800119102, - 250.28433344562313, + 250.28433344538007, 151.20972092870898 ], "relative wind speed": [ - 1.8690810466723322, + 1.8690810466723318, 1.7598003242616838, - 1.7114376875290849, - 1.7573190024274115, + 1.7114376875290847, + 1.7573190024274112, 1.8657765055890552, 1.9691847923865136, - 2.011359482922668, + 2.0113594829226686, 1.971399465239192 ], "relative wind angle": [ 0.08031878282759171, 0.06095973222621481, 0.0009685565380708074, - 0.059709495341385546, + 0.05970949534138369, 0.08046134570388298, 0.05447104973486182, - 0.0008241311927938473, - 0.05321895053806939 + 0.0008241311931979905, + 0.05321895053806938 ], "resistance": [ 96605.02704957227, @@ -142374,7 +101994,7 @@ 96444.36378614955, 96599.77145443541, 96781.2863680012, - 96884.78433344563, + 96884.78433344538, 96785.7097209287 ], "fuel": [ @@ -142384,7 +102004,7 @@ 39.380084874791734, 39.460074815074066, 39.55361620860648, - 39.60700744606613, + 39.60700744606601, 39.555897257296195 ] }, @@ -142418,19 +102038,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -21.119694548640382, + -21.119694548641064, -208.09667848483855, - -269.4281381605938, + -269.42813816060493, -227.00381207319379, -53.04060293245152, 158.3429405144159, - 286.1029032987399, + 286.1029032987219, 185.20519241319016 ], "relative wind speed": [ - 2.023830252730803, + 2.0238302527308027, 1.9051764285311903, - 1.8478748347916518, + 1.8478748347916516, 1.8912160684373334, 2.005227413124266, 2.118284363909293, @@ -142439,12 +102059,12 @@ ], "relative wind angle": [ 0.07928452683363314, - 0.0629966812644553, - 0.0050496082356121085, + 0.06299668126445532, + 0.005049608235634095, 0.05647220847757544, - 0.08002162976378246, - 0.056651791402479626, - 0.004303084753591755, + 0.08002162976378248, + 0.05665179140247962, + 0.004303084753617557, 0.05011789881296259 ], "resistance": [ @@ -142454,7 +102074,7 @@ 96407.4961879268, 96581.45939706753, 96792.8429405144, - 96920.60290329873, + 96920.60290329871, 96819.70519241318 ], "fuel": [ @@ -142464,7 +102084,7 @@ 39.56599454685154, 39.65551735705816, 39.76444851087973, - 39.83036698552449, + 39.830366985524485, 39.77830319886804 ] }, @@ -142498,17 +102118,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -50.92190564495172, + -50.921905644953995, -160.67460625261947, - -182.42197663626757, + -182.42197663627257, -131.036375895196, - -0.7772018708635642, + -0.7772018708644737, 133.9621318253262, 185.83965122046243, 91.88627712698849 ], "relative wind speed": [ - 1.8029716490197358, + 1.8029716490197356, 1.7221847309586273, 1.6977497484287527, 1.7461272868380864, @@ -142518,11 +102138,11 @@ 1.889415170454108 ], "relative wind angle": [ - 0.06528906213887949, + 0.06528906213888458, 0.04166922488440192, - 0.009526367757636574, - 0.054211383379826374, - 0.06413915943061531, + 0.00952636775764823, + 0.05421138337982637, + 0.06413915943061704, 0.03754488986175519, 0.008366951596453188, 0.050096561512559035 @@ -142578,19 +102198,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -0.6094779839404509, + -0.6094779839427247, -243.0973718638811, - -339.111572631989, + -339.1115726319813, -298.80741669222243, - -94.83504947037682, + -94.83504947037818, 170.8955780479787, 346.0810580952848, 249.992517545822 ], "relative wind speed": [ - 2.463374434482319, + 2.4633744344823185, 2.3396515152873056, - 2.2722603682595657, + 2.2722603682595652, 2.3060509803602915, 2.4181516846520434, 2.5380508193218687, @@ -142598,13 +102218,13 @@ 2.5686183154423574 ], "relative wind angle": [ - 0.06628122118331323, - 0.05618885464706401, - 0.009973524111285017, - 0.04309311707138891, - 0.06752264069694743, + 0.0662812211833149, + 0.05618885464706402, + 0.009973524111273885, + 0.0430931170713889, + 0.06752264069694906, 0.051792475884661245, - 0.008721127105764217, + 0.008721127105764219, 0.038685761208383 ], "resistance": [ @@ -142658,17 +102278,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -34.33530636103819, + -34.335306361039784, -213.43968159167753, - -264.04376641580325, + -264.0437664160145, -216.71374327030117, - -39.86589565279405, + -39.86589565279314, 166.50345124658747, - 283.8764347414076, + 283.87643474151855, 171.15403400740934 ], "relative wind speed": [ - 2.0518802708649817, + 2.0518802708649813, 1.9389774590487827, 1.8892317646713477, 1.936609727411222, @@ -142678,33 +102298,33 @@ 2.1580061947185687 ], "relative wind angle": [ - 0.07570312975366449, - 0.05720297239526041, - 0.0008399828578181229, + 0.07570312975366596, + 0.05720297239526042, + 0.0008399828582146393, 0.05611226796134282, - 0.07582029609872483, + 0.07582029609872337, 0.051442451755409624, - 0.000721458637821718, + 0.0007214586376678321, 0.05035038953622086 ], "resistance": [ 96600.16469363894, 96421.0603184083, - 96370.45623358418, + 96370.45623358397, 96417.78625672968, 96594.63410434719, 96801.00345124658, - 96918.3764347414, + 96918.3764347415, 96805.6540340074 ], "fuel": [ 39.71862834004594, 39.62644909301185, - 39.600426429263635, + 39.60042642926353, 39.62476514998468, 39.71578013802318, 39.822135544450724, - 39.882696094292136, + 39.882696094292186, 39.82453411491374 ] }, @@ -142738,53 +102358,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -64.41381129587626, + -64.41381129588308, -368.48104005946016, - -451.67923158961685, - -370.0972347420725, - -67.14842255770463, + -451.67923159081374, + -370.0972347420775, + -67.14842255770691, 284.055074538644, - 481.196107420355, + 481.19610741947554, 286.3494281950311 ], "relative wind speed": [ - 2.9047271242110297, + 2.9047271242110293, 2.769958502714061, - 2.71182900596746, - 2.769141012311849, + 2.7118290059674597, + 2.7691410123118496, 2.9036246107006103, 3.032458645923407, 3.0845516673233218, 3.0332051694414033 ], "relative wind angle": [ - 0.06420204546196967, + 0.06420204546197486, 0.0477329057358771, - 0.00020369841059476559, - 0.04746457701656155, - 0.06422645670745547, + 0.00020369841168483107, + 0.04746457701656622, + 0.0642264567074572, 0.04359823535269117, - 0.00017908445609328218, + 0.000179084456713226, 0.043329703931141515 ], "resistance": [ - 96570.08618870417, + 96570.08618870415, 96266.01895994059, - 96182.82076841043, + 96182.82076840923, 96264.40276525797, 96567.35157744234, 96918.55507453869, - 97115.6961074204, + 97115.69610741951, 96920.84942819507 ], "fuel": [ 41.28621435284411, 41.1298254810965, - 41.08709465526929, + 41.087094655268686, 41.128995153634605, 41.28480634533197, 41.46586309475937, - 41.567696791287474, + 41.56769679128702, 41.467047417171145 ] }, @@ -142818,17 +102438,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -58.72142752295599, + -58.721427522957356, -298.9177891974912, - -361.6428161738802, + -361.6428161739036, -286.6049776725631, - -37.96465552273071, + -37.96465552273162, 243.44152349265505, - 392.2927101850096, + 392.2927101850505, 225.93630298424569 ], "relative wind speed": [ - 2.1958300034652196, + 2.195830003465219, 2.0521337360516165, 1.9931664046448436, 2.0605294376415992, @@ -142838,33 +102458,33 @@ 2.3337498131594048 ], "relative wind angle": [ - 0.0908362625660738, + 0.09083626256607502, 0.06676499156913983, - 0.0027937218582070825, + 0.002793721858246823, 0.0703232652961093, - 0.09037850953411537, + 0.09037850953411661, 0.05851308593538763, - 0.0023283546693091198, + 0.0023283546692614374, 0.062078972786625386 ], "resistance": [ - 96575.77857247704, + 96575.77857247702, 96335.58221080249, - 96272.85718382611, + 96272.85718382608, 96347.89502232743, 96596.53534447725, 96877.94152349264, - 97026.792710185, + 97026.79271018504, 96860.43630298424 ], "fuel": [ - 39.93578773006951, + 39.93578773006949, 39.81221550474922, - 39.77998112847697, + 39.77998112847695, 39.818544774617145, 39.94647640617493, 40.091544398911275, - 40.16839798532381, + 40.168397985323836, 40.08251166947848 ] }, @@ -142898,9 +102518,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1537.5905150065983, + -1537.5905150066055, -1812.3888126353158, - -1352.8928208319167, + -1352.8928208319203, -62.51733453090128, 1337.8874359619886, 1985.605328325334, @@ -142908,29 +102528,29 @@ -372.7879431119545 ], "relative wind speed": [ - 3.924372727917387, + 3.924372727917386, 3.790744693616427, - 3.9899044269757096, + 3.989904426975709, 4.375128265588656, 4.706307604401759, 4.814591077411505, 4.650881124955916, - 4.290487761842325 + 4.290487761842326 ], "relative wind angle": [ - 0.08466656001111769, + 0.08466656001111901, 0.011243100446300695, - 0.09844158205850058, + 0.09844158205850172, 0.1172820938299973, - 0.07057378897275074, - 0.008852129158616173, + 0.07057378897275075, + 0.00885212915861617, 0.08441508944424993, - 0.11960676121919953 + 0.11960676121920139 ], "resistance": [ - 95096.90948499342, + 95096.9094849934, 94822.1111873647, - 95281.6071791681, + 95281.60717916809, 96571.98266546911, 97972.38743596201, 98620.10532832534, @@ -142978,9 +102598,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1166.0397818966549, + -1166.0397818966603, -1451.2275161927819, - -1173.422843837764, + -1173.4228438377668, -177.66537106705073, 981.9924619627054, 1647.0222090938587, @@ -142988,9 +102608,9 @@ -165.27530016445962 ], "relative wind speed": [ - 3.426471347912427, + 3.4264713479124267, 3.2679484962102463, - 3.4234432868450813, + 3.423443286845081, 3.775266683438208, 4.098036691512181, 4.2255323036467365, @@ -142998,13 +102618,13 @@ 3.7791496519675403 ], "relative wind angle": [ - 0.09937371542030533, + 0.09937371542030755, 0.0005989300106011441, - 0.0986493770700439, + 0.09864937707004501, 0.12716580965171997, - 0.08304760217098377, + 0.08304760217098378, 0.0004632013767420538, - 0.08231890454235334, + 0.08231890454235333, 0.12703444262157654 ], "resistance": [ @@ -143058,19 +102678,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1777.0778429421243, + -1777.0778429421352, -1887.825294790685, - -1134.1979105222572, + -1134.1979105222563, 335.0059917937406, 1705.308087047054, 1965.135382162537, - 788.5098299757874, + 788.5098299757856, -743.9272208207622 ], "relative wind speed": [ - 3.713039153743064, + 3.713039153743063, 3.657160169118085, - 3.9487854195547984, + 3.948785419554798, 4.375110575398554, 4.68424027922414, 4.727996007628498, @@ -143078,17 +102698,17 @@ 4.07273546940758 ], "relative wind angle": [ - 0.07307119011257542, - 0.041689305218076525, - 0.12354935838621857, + 0.07307119011257997, + 0.04168930521807653, + 0.12354935838621767, 0.1227686081437265, 0.0579018842043217, 0.032243411331738546, - 0.10865968527738637, + 0.10865968527738741, 0.13193479130725058 ], "resistance": [ - 94857.4221570579, + 94857.42215705788, 94746.67470520933, 95500.30208947776, 96969.50599179376, @@ -143098,7 +102718,7 @@ 95890.57277917926 ], "fuel": [ - 43.987540715706146, + 43.98754071570614, 43.93124666636935, 44.31522449299019, 45.069869077806324, @@ -143138,9 +102758,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1392.259763057882, + -1392.2597630578866, -1495.4761318850015, - -920.125258291032, + -920.1252582910347, 235.01790076152975, 1330.5912008881505, 1572.6201733852004, @@ -143148,9 +102768,9 @@ -557.0163339766596 ], "relative wind speed": [ - 3.2608848777728334, + 3.260884877772833, 3.2015625841621813, - 3.458348542551879, + 3.4583485425518785, 3.84214651011369, 4.1248544905761095, 4.1710660237169845, @@ -143158,9 +102778,9 @@ 3.5896664119851907 ], "relative wind angle": [ - 0.07764683700329822, + 0.07764683700330106, 0.0397819379266787, - 0.12553836752978478, + 0.1255383675297857, 0.1265813241725522, 0.061360187595548246, 0.03053189674695488, @@ -143218,9 +102838,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -893.5231148038179, + -893.523114803822, -1009.6146384978665, - -697.9310226904427, + -697.9310226904463, 44.45330188402204, 803.1430496795565, 1076.630693310798, @@ -143228,7 +102848,7 @@ -284.2235580236902 ], "relative wind speed": [ - 2.9267775266808003, + 2.9267775266807994, 2.8514528185444976, 3.0191367282584936, 3.307958093446583, @@ -143238,12 +102858,12 @@ 3.188409851175594 ], "relative wind angle": [ - 0.07627305175164747, - 0.021105854483551775, - 0.10223440321327656, - 0.11378148273844342, + 0.07627305175164893, + 0.02110585448355178, + 0.10223440321327874, + 0.11378148273844343, 0.06301366715106863, - 0.016705412371511696, + 0.0167054123715117, 0.08908966185299134, 0.11806724596161675 ], @@ -143298,9 +102918,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -837.8520711047076, + -837.8520711047122, -961.89637378506, - -691.3666129344083, + -691.3666129344092, 1.8023349247696387, 727.8316694128243, 1021.1405196846526, @@ -143308,27 +102928,27 @@ -244.79941562151907 ], "relative wind speed": [ - 3.0998344511729283, + 3.0998344511729274, 3.023315358183938, - 3.1654312786416376, + 3.165431278641637, 3.4252476331403563, 3.6434123267682375, 3.7071540637656852, 3.586568252204672, - 3.339327126711561 + 3.3393271267115616 ], "relative wind angle": [ - 0.06820478126586542, + 0.06820478126586704, 0.014283328490235149, 0.086138223363233, 0.09999812938335785, 0.058016548871112204, 0.011648427305599129, - 0.07600299357791689, - 0.10258001773186184 + 0.07600299357791687, + 0.10258001773186293 ], "resistance": [ - 95796.6479288953, + 95796.64792889528, 95672.60362621494, 95943.1333870656, 96636.30233492477, @@ -143378,9 +102998,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -920.5384259093712, + -920.5384259093739, -1142.0122062424189, - -922.861022379419, + -922.8610223794212, -138.96527088294442, 771.8848004309048, 1291.9278331071182, @@ -143388,9 +103008,9 @@ -135.06575610422715 ], "relative wind speed": [ - 3.093914971046583, + 3.093914971046582, 2.9569516516959005, - 3.0928605303989727, + 3.0928605303989722, 3.3996076574717833, 3.6812471184949094, 3.7921401773966807, @@ -143399,9 +103019,9 @@ ], "relative wind angle": [ 0.09574257419376817, - 0.00023114364143977972, + 0.0002311436414397797, 0.0954613592994826, - 0.12314704141434202, + 0.12314704141434203, 0.08043094069084641, 0.00018023610336955677, 0.08014819087766129, @@ -143462,17 +103082,17 @@ -1210.1787340573828, -1040.5832808297928, -279.1288011541137, - 683.5564844242626, + 683.5564844242654, 1301.4722240427618, 900.848543598634, -22.32070803015813 ], "relative wind speed": [ - 3.4480491873563666, + 3.448049187356366, 3.289587000462529, - 3.3853556623826004, + 3.3853556623826, 3.6650143257755587, - 3.9473383926550865, + 3.947338392655086, 4.080335887025194, 4.001236136962151, 3.746757741890669 @@ -143480,9 +103100,9 @@ "relative wind angle": [ 0.08963615182662392, 0.012496234398167874, - 0.07406966799192825, - 0.10809518311976493, - 0.07827338804854225, + 0.07406966799192827, + 0.10809518311976495, + 0.07827338804854084, 0.01007443427879756, 0.06265236846165219, 0.10572793228025963 @@ -143538,17 +103158,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -885.5224166232101, + -885.5224166232092, -1260.3259488810277, -1103.07265145169, -327.9800175998689, 684.5996580696592, 1364.573450326574, - 994.7449665049735, + 994.7449665049771, 37.20308512542124 ], "relative wind speed": [ - 3.237155727040913, + 3.2371557270409124, 3.046416441165412, 3.141346454645028, 3.4492458460749402, @@ -143558,13 +103178,13 @@ 3.5723312567810193 ], "relative wind angle": [ - 0.10935668919358968, + 0.10935668919358867, 0.020361920891757306, - 0.08464459739109353, + 0.08464459739109355, 0.12721531712785156, 0.09396132958646178, 0.01581770394771553, - 0.0691108841207353, + 0.0691108841207337, 0.12280951450464252 ], "resistance": [ @@ -143605,68 +103225,7 @@ "id": "2897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.696914422280368, - 13.696914422280368, - 13.696914422280368, - 13.696914422280368, - 13.696914422280368, - 13.696914422280368, - 13.696914422280368, - 13.696914422280368 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -868.7294651931243, - -1376.4728744971608, - -1273.319056846226, - -501.1764052085691, - 605.5423615775126, - 1424.670280992058, - 1181.7172105104519, - 179.0331560740542 - ], - "relative wind speed": [ - 3.5963446125287803, - 3.378054655203601, - 3.434812187023903, - 3.723872488362303, - 4.050551194188013, - 4.234312966144566, - 4.188403608616867, - 3.933628508034416 - ], - "relative wind angle": [ - 0.10515573406412836, - 0.03124819406128536, - 0.06649287205237213, - 0.11526868355670324, - 0.09332759855347014, - 0.024927741898565985, - 0.05451608154035467, - 0.109096916922446 - ], - "resistance": [ - 95765.77053480691, - 95258.02712550288, - 95361.18094315381, - 96133.32359479148, - 97240.04236157755, - 98059.1702809921, - 97816.2172105105, - 96813.5331560741 - ], - "fuel": [ - 43.23534557003029, - 42.97591331544983, - 43.02854226401826, - 43.423745919643984, - 43.994063469873836, - 44.41911386744414, - 44.29278361733198, - 43.77373373225481 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -70, -59.375 -69.84375, -59.21875 -69.84375, -59.21875 -70, -59.375 -70))", @@ -143685,68 +103244,7 @@ "id": "2898", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.42218430002055, - 14.42218430002055, - 14.42218430002055, - 14.42218430002055, - 14.42218430002055, - 14.42218430002055, - 14.42218430002055, - 14.42218430002055 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1384.0430060950248, - -1598.0873437937162, - -1148.6179061109378, - 8.626360079048936, - 1228.2766480461714, - 1732.362889863205, - 892.8072016177603, - -386.79563974821485 - ], - "relative wind speed": [ - 3.6361086776685365, - 3.524131752063144, - 3.725912324066287, - 4.093053003613026, - 4.398851156761504, - 4.489061506513227, - 4.323049290550526, - 3.9771968677415046 - ], - "relative wind angle": [ - 0.08258131921357445, - 0.016557121985770046, - 0.10282665931350374, - 0.11816154275203833, - 0.06823744507502269, - 0.012997918659627175, - 0.0885830660985562, - 0.12162042663425127 - ], - "resistance": [ - 95250.45699390498, - 95036.4126562063, - 95485.88209388907, - 96643.12636007907, - 97862.77664804619, - 98366.86288986322, - 97527.30720161778, - 96247.7043602518 - ], - "fuel": [ - 43.59228923541006, - 43.48321643104006, - 43.71245413158067, - 44.306129428243025, - 44.93721311979523, - 45.199659112753665, - 44.76307929185, - 44.10271440463398 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -70, -59.21875 -69.84375, -59.0625 -69.84375, -59.0625 -70, -59.21875 -70))", @@ -143765,68 +103263,7 @@ "id": "2899", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.251135198667793, - 15.251135198667793, - 15.251135198667793, - 15.251135198667793, - 15.251135198667793, - 15.251135198667793, - 15.251135198667793, - 15.251135198667793 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1423.5404428567972, - -1693.1280970915595, - -1286.7688845396451, - -92.36051001085434, - 1221.2143404912385, - 1857.3778226794147, - 1026.420185137773, - -322.23760957674676 - ], - "relative wind speed": [ - 3.8835028797939044, - 3.750716179630854, - 3.9326281840849946, - 4.296035729114002, - 4.613809275608376, - 4.7223890975768565, - 4.572008991110778, - 4.232364311260711 - ], - "relative wind angle": [ - 0.0827231722239082, - 0.008543644262680256, - 0.09325528207575619, - 0.11333523481229178, - 0.06960596966076642, - 0.006785684148621209, - 0.0801835106454992, - 0.11504774848292529 - ], - "resistance": [ - 95210.95955714323, - 94941.37190290848, - 95347.73111546038, - 96542.13948998917, - 97855.71434049126, - 98491.87782267944, - 97660.9201851378, - 96312.26239042328 - ], - "fuel": [ - 44.323489973443074, - 44.186180863164594, - 44.39325525153118, - 45.00546460631251, - 45.6848836221844, - 46.016233533334976, - 45.58372496706862, - 44.88722562401915 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -69.84375, -59.0625 -69.6875, -58.90625 -69.6875, -58.90625 -69.84375, -59.0625 -69.84375))", @@ -143858,17 +103295,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -984.7344259048805, + -984.7344259048905, -1294.8603006793292, - -1095.2099662077271, + -1095.2099662077308, -262.1848973447877, - 760.9969591179906, + 760.9969591179861, 1391.1687686127725, - 918.1101431347543, + 918.1101431347597, -76.05858148449897 ], "relative wind speed": [ - 3.796296301855901, + 3.7962963018559, 3.6530705415241624, 3.755263005951848, 4.029839751965722, @@ -143878,23 +103315,23 @@ 4.083849193091364 ], "relative wind angle": [ - 0.07693558286992488, + 0.07693558286992778, 0.0074260101220753735, - 0.06753479024679564, - 0.09581158850964251, - 0.06787990030096408, + 0.06753479024679729, + 0.09581158850964253, + 0.06787990030096572, 0.006131815553672722, - 0.058455852024617505, + 0.0584558520246156, 0.09454065334243045 ], "resistance": [ 95649.76557409514, 95339.6396993207, - 95539.2900337923, + 95539.29003379229, 96372.31510265524, - 97395.49695911803, + 97395.49695911801, 98025.6687686128, - 97552.61014313478, + 97552.61014313479, 96558.44141851553 ], "fuel": [ @@ -143902,9 +103339,9 @@ 43.740510167497135, 43.84246799278233, 44.26947937774469, - 44.79749933205265, + 44.79749933205264, 45.124642253037656, - 44.87892367431692, + 44.87892367431694, 44.365241262659495 ] }, @@ -143938,34 +103375,34 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -743.2659327360561, + -743.2659327360593, -1000.3398826199409, - -853.9306316660632, - -217.73495736620862, + -853.9306316660673, + -217.7349573662077, 577.7550359850175, 1081.1410025766208, 735.283438259733, - -31.585841090084614 + -31.585841090083704 ], "relative wind speed": [ - 3.1230345633339116, + 3.1230345633339107, 2.9817672180348604, 3.0729090493576967, - 3.3295030701540633, + 3.329503070154063, 3.5856736718621858, 3.703979592589102, 3.6287229901494906, - 3.394821036623072 + 3.3948210366230724 ], "relative wind angle": [ - 0.08932070720149765, + 0.08932070720149889, 0.01101685511734472, - 0.07561130436451291, - 0.10867557017344866, + 0.07561130436451585, + 0.10867557017344764, 0.07777113362977427, - 0.008868694531801799, + 0.0088686945318018, 0.06401258441685084, - 0.1065765686907758 + 0.10657656869077684 ], "resistance": [ 95891.23406726401, @@ -144005,68 +103442,7 @@ "id": "2902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.15749828003841, - 15.15749828003841, - 15.15749828003841, - 15.15749828003841, - 15.15749828003841, - 15.15749828003841, - 15.15749828003841, - 15.15749828003841 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1189.9801742673462, - -1528.4706260308358, - -1271.0843563538583, - -262.9254738383079, - 948.0738117286473, - 1672.342905545609, - 1063.4922972464028, - -126.44279361046847 - ], - "relative wind speed": [ - 3.9259432838899655, - 3.7699939257556387, - 3.8968518164198764, - 4.2143913542437765, - 4.520066393763909, - 4.650932881919517, - 4.545170711119628, - 4.252403600980263 - ], - "relative wind angle": [ - 0.08287108162390892, - 0.005068954882425324, - 0.07653371937593464, - 0.10470787653165448, - 0.07195812936364608, - 0.004108831827121574, - 0.06560002241874344, - 0.10376850308733317 - ], - "resistance": [ - 95444.51982573268, - 95106.0293739692, - 95363.41564364618, - 96371.57452616173, - 97582.57381172868, - 98306.84290554564, - 97697.99229724643, - 96508.05720638957 - ], - "fuel": [ - 44.35552974084954, - 44.18287557556939, - 44.314122010473085, - 44.83057628594774, - 45.455940534557016, - 45.832563429398256, - 45.515827875831974, - 44.900783566148036 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -70, -58.90625 -69.84375, -58.75 -69.84375, -58.75 -70, -58.90625 -70))", @@ -144098,19 +103474,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -702.5305804083036, + -702.5305804083064, -988.3201409379712, - -856.3143186758398, + -856.3143186758425, -237.86757537910125, 559.9864278063696, 1089.2210632485694, - 779.4918573158784, + 779.4918573158757, 19.91299976422988 ], "relative wind speed": [ - 2.7198324745506386, + 2.719832474550638, 2.5445236577145467, - 2.6391594758544796, + 2.639159475854479, 2.9294727086836168, 3.2214178920108494, 3.36160992381907, @@ -144118,13 +103494,13 @@ 3.032030932174958 ], "relative wind angle": [ - 0.11997674857008582, - 0.02034625850174019, - 0.0957537446049989, + 0.11997674857008768, + 0.020346258501740194, + 0.09575374460500005, 0.13993774247373542, - 0.10122591396558293, - 0.015400362248920982, - 0.07682008038703542, + 0.10122591396558295, + 0.015400362248920984, + 0.07682008038703686, 0.13517479710840524 ], "resistance": [ @@ -144165,68 +103541,7 @@ "id": "2904", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.881172189499712, - 5.881172189499712, - 5.881172189499712, - 5.881172189499712, - 5.881172189499712, - 5.881172189499712, - 5.881172189499712, - 5.881172189499712 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -40.66128907270604, - -171.04713048682356, - -202.45795632115255, - -154.65568386597477, - -13.029453702917863, - 142.29829695775584, - 216.8015322774013, - 118.99407672381426 - ], - "relative wind speed": [ - 1.6305104790369702, - 1.5246139424693048, - 1.4849552381634934, - 1.5396150426804098, - 1.6503246052886165, - 1.748624617091559, - 1.782426342298946, - 1.7354311410778005 - ], - "relative wind angle": [ - 0.09134893471101461, - 0.06441463878621423, - 0.006699269968127216, - 0.07294536657143005, - 0.09024917547833018, - 0.05615336169449883, - 0.005581208619876823, - 0.0647023891477239 - ], - "resistance": [ - 96593.83871092729, - 96463.45286951317, - 96432.04204367884, - 96479.84431613403, - 96621.47054629709, - 96776.79829695776, - 96851.3015322774, - 96753.49407672381 - ], - "fuel": [ - 39.17547635770603, - 39.10836221994382, - 39.092203428412596, - 39.11679599246749, - 39.189707550241664, - 39.26975869749892, - 39.30818723246643, - 39.257742694577686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.59375 -68.90625, -58.59375 -68.75, -58.4375 -68.75, -58.4375 -68.90625, -58.59375 -68.90625))", @@ -144258,19 +103573,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -21.499582033662705, + -21.49958203366316, -156.05855578714988, - -194.73913184130652, + -194.73913184130674, -157.5703169939751, - -24.035808013599762, + -24.035808013599535, 131.77923266885728, 221.4564820711231, 133.93534006346113 ], "relative wind speed": [ - 1.3714559963157362, + 1.371455996315736, 1.2406438279307788, - 1.1814834446553943, + 1.1814834446553941, 1.2389307023592184, 1.3692641168129849, 1.4888178745700547, @@ -144278,11 +103593,11 @@ 1.4902437673661735 ], "relative wind angle": [ - 0.1296798791219521, + 0.129679879121953, 0.10188826644050385, 0.0009354639005722002, 0.10076152659370628, - 0.1298886414109022, + 0.12988864141090137, 0.08485929090057849, 0.0007194661485208842, 0.08372531978758214 @@ -144290,7 +103605,7 @@ "resistance": [ 96613.00041796635, 96478.44144421286, - 96439.76086815872, + 96439.7608681587, 96476.92968300603, 96610.46419198641, 96766.27923266887, @@ -144300,7 +103615,7 @@ "fuel": [ 38.90455026277842, 38.83527951879964, - 38.815379287634435, + 38.81537928763443, 38.834501649275566, 38.90324399473289, 38.983540036119564, @@ -144338,34 +103653,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -72.9764674432347, + -72.97646744323583, -292.5021411389955, - -343.8508297136866, - -258.2484333511529, + -343.85082971368684, + -258.24843335115247, -15.299805997330623, 248.12859561929167, 369.657265421803, - 199.3991064281854 + 199.39910642818677 ], "relative wind speed": [ - 2.028144423983734, + 2.0281444239837336, 1.8836789456508365, - 1.8313842687365502, - 1.9090157538380368, + 1.83138426873655, + 1.9090157538380366, 2.061375352287337, 2.1941722305383884, 2.238005765805429, - 2.1721641280419504 + 2.17216412804195 ], "relative wind angle": [ - 0.1004167937286579, + 0.10041679372865901, 0.07011176019371052, 0.00911794114552552, - 0.08158520827326604, + 0.08158520827326468, 0.09879266821630646, - 0.06017738692700924, + 0.06017738692700923, 0.007461275476395892, - 0.07168336893676919 + 0.07168336893676609 ], "resistance": [ 96561.52353255678, @@ -144418,34 +103733,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1.6654788473433655, + -1.6654788473447297, -203.65399548983714, - -281.32668062997004, + -281.32668062997027, -244.2860957956134, -70.08813631756811, 153.1226361288077, - 298.5615212543321, - 210.92382930454505 + 298.5615212543139, + 210.92382930454528 ], "relative wind speed": [ - 1.8716959532566844, + 1.8716959532566841, 1.7331672548902932, - 1.6582537637454149, + 1.6582537637454147, 1.6999655720591054, 1.8281262251847108, 1.9599547196865523, - 2.0237306371327466, + 2.023730637132747, 1.9888208291496006 ], "relative wind angle": [ - 0.09779532590104845, - 0.08358882935786208, + 0.09779532590105072, + 0.08358882935786209, 0.013202202779408256, 0.0669601213125161, 0.10013381098786134, - 0.07389791156901654, - 0.0108178396234677, - 0.057223333600723056 + 0.07389791156901655, + 0.01081783962349849, + 0.05722333360072305 ], "resistance": [ 96632.83452115265, @@ -144454,7 +103769,7 @@ 96390.21390420437, 96564.41186368241, 96787.6226361288, - 96933.06152125432, + 96933.0615212543, 96845.42382930453 ], "fuel": [ @@ -144464,7 +103779,7 @@ 39.325028699171185, 39.41466118743956, 39.52967795650305, - 39.60471992964922, + 39.60471992964921, 39.5594921625117 ] }, @@ -144498,9 +103813,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -47.575832125824945, + -47.57583212582631, -379.5830608056449, - -482.532416751797, + -482.53241675182744, -402.13242666038514, -85.64475290087103, 292.62258329996894, @@ -144508,7 +103823,7 @@ 324.6598818592315 ], "relative wind speed": [ - 2.7050179868840423, + 2.705017986884042, 2.546784069544011, 2.4729961788828634, 2.5343441024175486, @@ -144520,17 +103835,17 @@ "relative wind angle": [ 0.07962231830991837, 0.062084467362708784, - 0.0033617140276730713, - 0.057742131807103254, - 0.08011423125162767, + 0.003361714027706097, + 0.05774213180710325, + 0.08011423125162766, 0.05569123889648062, 0.00286346755149165, 0.05134257032150818 ], "resistance": [ - 96586.9241678742, + 96586.92416787418, 96254.91693919437, - 96151.96758324822, + 96151.96758324819, 96232.36757333962, 96548.85524709914, 96927.12258329998, @@ -144538,9 +103853,9 @@ 96959.15988185925 ], "fuel": [ - 40.8476743331809, + 40.84767433318089, 40.67691172429929, - 40.62404468080855, + 40.62404468080854, 40.66532869349849, 40.82807337344782, 41.02307541865191, @@ -144578,9 +103893,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -44.54950100711358, + -44.54950100711494, -370.4140304771422, - -473.5529959620867, + -473.5529959621517, -397.3199169461209, -90.03737523784184, 279.7899959647898, @@ -144588,7 +103903,7 @@ 317.9961399356316 ], "relative wind speed": [ - 2.8549643859965044, + 2.854964385996504, 2.7088457298456565, 2.6400510002590756, 2.694893175419267, @@ -144599,8 +103914,8 @@ ], "relative wind angle": [ 0.06962699984131222, - 0.05432552561617755, - 0.00355695909880554, + 0.054325525616177546, + 0.0035569590988679656, 0.0496724383001138, 0.07008768656004309, 0.04944290588570286, @@ -144610,7 +103925,7 @@ "resistance": [ 96589.95049899291, 96264.08596952289, - 96160.94700403794, + 96160.94700403788, 96237.18008305391, 96544.46262476219, 96914.28999596482, @@ -144620,7 +103935,7 @@ "fuel": [ 41.16586934205303, 40.998258738493575, - 40.945290843258256, + 40.94529084325822, 40.984437174904755, 41.14244862060778, 41.33308789489279, @@ -144658,19 +103973,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -208.3022420548823, + -208.30224205488685, -500.66881374995864, - -536.5558681350944, + -536.5558681350958, -339.60313024665084, - 63.92911232662118, + 63.92911232661936, 444.62331373436064, 529.9889732853107, 215.87944123547913 ], "relative wind speed": [ - 2.8875185180386436, + 2.887518518038643, 2.7486709550363995, - 2.723601833297131, + 2.7236018332971303, 2.8295881553500632, 2.9960151572533578, 3.1238882815246822, @@ -144678,12 +103993,12 @@ 3.0507869289104033 ], "relative wind angle": [ - 0.07318000609039381, + 0.07318000609039683, 0.04033073770559224, - 0.01997069662982211, - 0.06639871309706809, - 0.07052540538877382, - 0.03548434779649154, + 0.019970696629822107, + 0.0663987130970681, + 0.07052540538877539, + 0.03548434779649153, 0.017290309384642027, 0.06157810889360623 ], @@ -144738,39 +104053,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -121.62796356288436, + -121.62796356288663, -406.1325053411497, - -465.41206564794993, + -465.4120656479636, -339.36457722309615, -8.74615744032917, 337.9654535866598, 479.2107310675692, - 243.1553370806023 + 243.15533708060457 ], "relative wind speed": [ - 2.782989687427249, + 2.7829896874272486, 2.6474944826859192, - 2.6042168319457235, + 2.604216831945723, 2.6825966841769593, 2.830128625386037, 2.957267759385932, 2.995448936097301, - 2.925463154202879 + 2.9254631542028786 ], "relative wind angle": [ - 0.07035042499301365, - 0.045953800943262325, - 0.009072693614245286, + 0.07035042499301523, + 0.04595380094326233, + 0.009072693614257523, 0.05782441506706993, 0.06917677180639331, 0.04113727190554668, 0.007887693224417758, - 0.05301923273887345 + 0.05301923273887135 ], "resistance": [ 96512.87203643711, 96228.36749465884, - 96169.08793435205, + 96169.08793435204, 96295.1354227769, 96625.75384255967, 96972.46545358666, @@ -144780,7 +104095,7 @@ "fuel": [ 41.04245405455747, 40.89617694423216, - 40.86573646208977, + 40.865736462089764, 40.9304784153383, 41.10057533694284, 41.279388822949734, @@ -144818,17 +104133,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -19.072506154871917, + -19.072506154872826, 762.2934138140422, 1130.58613176874, 619.7319489164156, - -185.83199524039537, + -185.83199524039446, -834.3374985974947, - -991.7209507294142, + -991.7209507294206, -734.661834484561 ], "relative wind speed": [ - 2.8666770466531726, + 2.866677046653172, 3.146619388038493, 3.2376337831943105, 3.101715277950309, @@ -144838,13 +104153,13 @@ 2.5334250847791413 ], "relative wind angle": [ - 0.15417824056963067, + 0.1541782405696314, 0.09108490626926108, - 0.010953713623267329, - 0.1086589186644366, - 0.15807299696602967, + 0.01095371362326733, + 0.10865891866443661, + 0.15807299696602897, 0.11578682066318643, - 0.015044990997051776, + 0.015044990997059155, 0.13316454369984584 ], "resistance": [ @@ -144898,9 +104213,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -360.2175529699466, + -360.21755296994843, 423.1087616810669, - 1015.5417713706297, + 1015.5417713706279, 861.9222868106467, 155.49936598393515, -590.3980875804173, @@ -144910,7 +104225,7 @@ "relative wind speed": [ 2.8507638663729895, 3.1521801147234356, - 3.3232110878682053, + 3.323211087868205, 3.286423274055454, 3.057648409361798, 2.7458748954445746, @@ -144918,13 +104233,13 @@ 2.5836970567071598 ], "relative wind angle": [ - 0.13856652364547037, + 0.13856652364547198, 0.11197642958844631, - 0.03141295941198323, + 0.03141295941198322, 0.06230390232352851, 0.12913651958150518, 0.1286314710660077, - 0.041165523507268396, + 0.04116552350726839, 0.07928138074018136 ], "resistance": [ @@ -144978,17 +104293,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 176.89883173681164, + 176.89883173681028, 814.0328471599364, - 938.7750796087807, + 938.775079608778, 390.5225835082233, -315.5721337961818, -793.3843097243205, - -847.1351555110539, + -847.135155511055, -498.35781469220933 ], "relative wind speed": [ - 2.5392160135422444, + 2.539216013542244, 2.7840103035773978, 2.8188097052310828, 2.6302716078368817, @@ -144998,13 +104313,13 @@ 2.190830333382693 ], "relative wind angle": [ - 0.1737167380496528, - 0.0801152417527812, - 0.043932624923457515, + 0.17371673804965346, + 0.08011524175278119, + 0.04393262492346005, 0.15185238886084682, 0.19235904755182154, - 0.11209358275101246, - 0.06378228795237788, + 0.11209358275101247, + 0.06378228795237963, 0.1826248594118121 ], "resistance": [ @@ -145058,13 +104373,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -215.81947190409073, + -215.8194719040912, 547.801195116092, 1063.6584779330228, 771.2060450317322, 44.35956452775781, -647.3582699365288, - -928.6998159636926, + -928.6998159636933, -803.1575646523224 ], "relative wind speed": [ @@ -145072,20 +104387,20 @@ 2.8519490995410974, 3.005286283995676, 2.927950177527555, - 2.650630783191774, + 2.6506307831917746, 2.3014864135607804, - 2.0973096408030933, + 2.097309640803093, 2.203987553525314 ], "relative wind angle": [ - 0.18042006454240625, + 0.18042006454240686, 0.12804118553338537, 0.020263081836223364, - 0.09510921722761964, - 0.17217539165868032, + 0.09510921722761966, + 0.17217539165868165, 0.15890035333998065, - 0.029037559152076852, - 0.12649723996760237 + 0.029037559152076856, + 0.1264972399676024 ], "resistance": [ 96418.68052809591, @@ -145138,39 +104453,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -199.98093522715226, + -199.98093522715544, 551.5663941603448, - 1036.7325425270637, + 1036.7325425270492, 717.1772525741198, - -5.5613162236386415, + -5.561316223639096, -679.3020754303061, -931.4891968151233, -795.3087414425868 ], "relative wind speed": [ - 2.843066949314835, + 2.8430669493148346, 3.1250661491491316, - 3.255497357811361, + 3.2554973578113606, 3.176821936947804, - 2.92306148031334, + 2.9230614803133395, 2.6194044474689635, 2.455413417178708, 2.5563881702325992 ], "relative wind angle": [ - 0.14119089179353186, - 0.09983081851738149, - 0.012406444799955582, + 0.14119089179353345, + 0.0998308185173815, + 0.012406444799964533, 0.0801477260367752, - 0.13730214665285265, + 0.13730214665285181, 0.11918686193397457, 0.016449341405573324, - 0.09965780934958442 + 0.09965780934958443 ], "resistance": [ 96434.51906477286, 97186.06639416036, - 97671.23254252708, + 97671.23254252707, 97351.67725257414, 96628.93868377637, 95955.19792456971, @@ -145180,7 +104495,7 @@ "fuel": [ 41.121775377944985, 41.509410624763426, - 41.76076735416942, + 41.7607673541694, 41.595112467908336, 41.221852163658966, 40.87564741339696, @@ -145218,49 +104533,49 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 15.794151068252177, + 15.794151068249448, 707.1951070728683, - 995.6759403711694, + 995.6759403711794, 517.4941274096864, - -206.59211964037513, + -206.59211964037468, -770.7259958901932, - -893.8618100413187, + -893.861810041326, -637.9398222756454 ], "relative wind speed": [ - 2.8103570442129966, + 2.810357044212996, 3.0614664720102365, - 3.1350616866676857, + 3.1350616866676853, 2.9998453565543537, - 2.7147543476049654, + 2.714754347604965, 2.428048789574637, - 2.3322491514814696, + 2.33224915148147, 2.5037822829784835 ], "relative wind angle": [ - 0.14334425431297532, - 0.0816591356201753, - 0.015411604545198103, - 0.10622038433564131, - 0.1484290097747737, + 0.14334425431297687, + 0.08165913562017528, + 0.015411604545190898, + 0.10622038433564132, + 0.14842900977477294, 0.1030297697013311, - 0.020717286822245346, + 0.020717286822256067, 0.1273702793732662 ], "resistance": [ - 96650.29415106824, + 96650.29415106823, 97341.69510707285, - 97630.17594037115, + 97630.17594037116, 97151.99412740968, 96427.9078803596, 95863.77400410979, - 95740.63818995867, + 95740.63818995866, 95996.56017772434 ], "fuel": [ - 40.973124459582344, + 40.97312445958234, 41.33021499854442, - 41.47973374318556, + 41.47973374318558, 41.23206232470933, 40.858645841970684, 40.569070042432884, @@ -145298,39 +104613,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -138.99150854436994, + -138.99150854437175, 620.5800846337975, - 1094.7184014834793, - 718.8477327440391, + 1094.7184014834638, + 718.8477327440401, -24.85849544226903, -691.8226247068119, -921.6278850644837, -760.2382320579386 ], "relative wind speed": [ - 2.4930501439020123, + 2.493050143902012, 2.812364101783219, 2.9480666777436584, - 2.846489512715683, + 2.8464895127156824, 2.547233557815675, 2.1895903674142363, 2.0031476934189376, 2.145039690092418 ], "relative wind angle": [ - 0.19067614865436308, + 0.19067614865436425, 0.1260653907416281, - 0.009355707353182283, - 0.1107477264916684, + 0.00935570735319415, + 0.11074772649166639, 0.1865719196897268, - 0.1622032857110608, - 0.013769188540906585, - 0.1471940705875911 + 0.16220328571106082, + 0.013769188540906583, + 0.14719407058759112 ], "resistance": [ 96495.50849145564, 97255.0800846338, - 97729.21840148348, + 97729.21840148346, 97353.34773274403, 96609.64150455773, 95942.67737529319, @@ -145378,9 +104693,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 114.74366170165013, + 114.74366170164785, 791.0421186228573, - 990.8541930241217, + 990.854193024124, 458.2679440379952, -272.86054077690505, -799.2676254836638, @@ -145388,9 +104703,9 @@ -567.1904499846673 ], "relative wind speed": [ - 2.6143701380969033, + 2.614370138096903, 2.871485918784723, - 2.9255169868257775, + 2.925516986825777, 2.7551963607791587, 2.430962110956908, 2.121102690135945, @@ -145398,12 +104713,12 @@ 2.270110353579792 ], "relative wind angle": [ - 0.16914769665270743, - 0.08554723639969657, - 0.03184053659763744, + 0.16914769665270876, + 0.08554723639969655, + 0.03184053659763396, 0.1372849442471069, 0.18204701161913098, - 0.11592960735795722, + 0.11592960735795724, 0.04553731905244074, 0.16687099959741522 ], @@ -145445,68 +104760,7 @@ "id": "2920", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.941351601415652, - 7.941351601415652, - 7.941351601415652, - 7.941351601415652, - 7.941351601415652, - 7.941351601415652, - 7.941351601415652, - 7.941351601415652 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 468.40599565135335, - 888.7533380998939, - 633.8128590774795, - 31.98866728494295, - -533.26680118227, - -758.0429628411998, - -648.3252223404074, - -159.87665531089965 - ], - "relative wind speed": [ - 2.4997144674744898, - 2.6404228338495734, - 2.563887615879913, - 2.299338967741565, - 1.9661643106712767, - 1.7727215725952332, - 1.881715921332533, - 2.1971378716147703 - ], - "relative wind angle": [ - 0.13793030325143416, - 0.019725605184396082, - 0.10552058324371835, - 0.18987855339191861, - 0.1757071031315292, - 0.02938310021707731, - 0.14400511801122834, - 0.1988263733662793 - ], - "resistance": [ - 97102.90599565137, - 97523.25333809991, - 97268.3128590775, - 96666.48866728495, - 96101.23319881775, - 95876.45703715882, - 95986.1747776596, - 96474.62334468911 - ], - "fuel": [ - 40.22976448022757, - 40.44735886887057, - 40.31530951125217, - 40.00454706542185, - 39.71389490338967, - 39.598646268147355, - 39.65487794506652, - 39.905757374174314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -66.71875, -51.09375 -66.5625, -50.9375 -66.5625, -50.9375 -66.71875, -51.09375 -66.71875))", @@ -145538,33 +104792,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 175.3512417717734, + 175.35124177177204, 830.7063686370402, - 970.8842085701021, + 970.8842085701044, 414.48315474270703, - -307.33730220477764, + -307.33730220477787, -801.1053980043753, -861.617306721484, -511.6659032190453 ], "relative wind speed": [ - 2.4968272823250492, + 2.496827282325049, 2.753018383984797, - 2.7924129358775542, - 2.6002990301221134, + 2.792412935877554, + 2.600299030122114, 2.2534304646831327, 1.9320934538387282, 1.8747067323900095, 2.133199543144223 ], "relative wind angle": [ - 0.18510037738828833, + 0.18510037738828897, 0.08627437273237835, - 0.0444381285928858, - 0.15936774655962835, - 0.20536471922499847, - 0.1230895319156779, - 0.06621807454437509, + 0.044438128592883305, + 0.15936774655962907, + 0.205364719224999, + 0.12308953191567788, + 0.06621807454437507, 0.19466990409428891 ], "resistance": [ @@ -145605,68 +104859,7 @@ "id": "2922", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.279681761868561, - 9.279681761868561, - 9.279681761868561, - 9.279681761868561, - 9.279681761868561, - 9.279681761868561, - 9.279681761868561, - 9.279681761868561 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 627.6355239670452, - 965.1545825452008, - 546.1034242215997, - -134.95110197099302, - -695.2154275129533, - -839.3741779361337, - -638.2100839353311, - -39.58116045752831 - ], - "relative wind speed": [ - 2.893031711982187, - 2.983672112824026, - 2.8651646574748, - 2.587714590028784, - 2.2912510639311687, - 2.1719034618639257, - 2.3260041724076093, - 2.631196899711699 - ], - "relative wind angle": [ - 0.09396766021725579, - 0.007376569846946964, - 0.10580275122435157, - 0.15750680302892506, - 0.11875197130115689, - 0.010133711384412625, - 0.13045418450657204, - 0.15488269990191975 - ], - "resistance": [ - 97262.13552396704, - 97599.65458254519, - 97180.60342422158, - 96499.548898029, - 95939.28457248703, - 95795.12582206386, - 95996.28991606465, - 96594.91883954246 - ], - "fuel": [ - 40.97620039934621, - 41.15106638137879, - 40.93402282360484, - 40.58267107966664, - 40.29492817223736, - 40.221079449061236, - 40.3241518406774, - 40.63176790957698 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -66.875, -51.09375 -66.71875, -50.9375 -66.71875, -50.9375 -66.875, -51.09375 -66.875))", @@ -145698,13 +104891,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 208.8491733861897, + 208.84917338618834, 818.7122967033829, - 895.097532181197, + 895.0975321811939, 340.072145814961, -349.19035678969203, -795.5414818611544, - -828.4079225014964, + -828.4079225014957, -461.58998579242507 ], "relative wind speed": [ @@ -145718,14 +104911,14 @@ 2.256295100785722 ], "relative wind angle": [ - 0.16148975652317438, - 0.07005962490196747, - 0.04846797782104229, - 0.14863360862716124, + 0.16148975652317576, + 0.07005962490196749, + 0.04846797782104459, + 0.14863360862716127, 0.18056202311912636, 0.09699057547166876, - 0.068574699833776, - 0.17453075358692055 + 0.06857469983377439, + 0.17453075358692058 ], "resistance": [ 96843.34917338619, @@ -145778,13 +104971,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -109.64858009957698, + -109.64858009957834, 639.0804619145956, - 1098.8132101290107, + 1098.8132101289907, 704.4628640835704, -34.05084854871575, -685.0175094077524, - -900.0998609012006, + -900.0998609012111, -730.3986189832503 ], "relative wind speed": [ @@ -145794,33 +104987,33 @@ 2.724411442710592, 2.4103965091183985, 2.035789883564902, - 1.8442814044550049, + 1.844281404455005, 2.004018459371374 ], "relative wind angle": [ - 0.21034883607558083, + 0.21034883607558244, 0.13518643930754456, - 0.006841844365372375, + 0.006841844365388602, 0.1238526308574107, - 0.20698840166418214, - 0.17976411822270125, - 0.010517226346660651, + 0.20698840166418211, + 0.17976411822270127, + 0.010517226346681762, 0.1687440054151725 ], "resistance": [ 96524.85141990044, 97273.58046191461, - 97733.31321012902, + 97733.31321012901, 97338.96286408359, 96600.44915145129, 95949.48249059226, - 95734.40013909881, + 95734.4001390988, 95904.10138101676 ], "fuel": [ 40.156705693189664, 40.54313506068674, - 40.78144311200049, + 40.78144311200048, 40.57697885166402, 40.1956280464761, 39.861167297087896, @@ -145858,11 +105051,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -24.90420443346011, + -24.904204433461018, 731.68645793725, - 1122.6245183411716, + 1122.6245183411538, 643.2874102856881, - -127.23038581734818, + -127.23038581734863, -760.0463407639113, -928.2280996765273, -698.6407764082851 @@ -145870,7 +105063,7 @@ "relative wind speed": [ 2.4757920358712466, 2.788522848947801, - 2.8958393273127583, + 2.895839327312758, 2.757222986425045, 2.425709274463396, 2.0585800955992126, @@ -145878,19 +105071,19 @@ 2.1003173789288567 ], "relative wind angle": [ - 0.20154800165726963, + 0.20154800165727074, 0.11947811089546752, - 0.008829944750628841, + 0.008829944750641416, 0.13406341521139126, - 0.2057684010935571, + 0.20576840109355765, 0.16216841054264206, - 0.01342525659431352, + 0.013425256594313519, 0.17638014171434716 ], "resistance": [ 96609.59579556654, 97366.18645793725, - 97757.12451834117, + 97757.12451834115, 97277.78741028569, 96507.26961418265, 95874.45365923608, @@ -145900,7 +105093,7 @@ "fuel": [ 40.30738008739621, 40.69811659350503, - 40.90084875927436, + 40.90084875927435, 40.65235356284893, 40.25469789311533, 39.92976085465736, @@ -145938,53 +105131,53 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -30.222569937459866, + -30.222569937460776, 737.0459130634008, - 1133.109826592206, + 1133.1098265921714, 648.6599887884254, - -132.73781834391912, + -132.73781834391957, -775.3444945768747, - -945.5225411013726, - -713.864207420746 + -945.5225411013826, + -713.8642074207453 ], "relative wind speed": [ - 2.5441401403027744, + 2.544140140302774, 2.853341634911837, 2.9598852214607505, 2.8227506597907963, 2.49541358754667, 2.134989353812099, - 1.9846454348801457, - 2.1752739457509676 + 1.9846454348801459, + 2.175273945750967 ], "relative wind angle": [ - 0.1928674769693967, - 0.1149458444327406, - 0.00838987941907016, + 0.1928674769693973, + 0.11494584443274061, + 0.008389879419096627, 0.12873247987368616, - 0.19668232454043344, + 0.19668232454043347, 0.153889886672496, - 0.012512782563361734, - 0.16736938346224337 + 0.01251278256337948, + 0.16736938346224203 ], "resistance": [ 96604.2774300626, 97371.54591306346, - 97767.60982659226, + 97767.60982659223, 97283.15998878848, 96501.76218165614, 95859.15550542319, - 95688.97745889869, + 95688.97745889868, 95920.63579257931 ], "fuel": [ 40.436033482095446, 40.83228454040824, - 41.03768654040779, + 41.03768654040778, 40.78652653873293, 40.38325601229792, 40.053316529202355, - 39.96619778655126, + 39.966197786551255, 40.084816448631344 ] }, @@ -146018,14 +105211,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 20.822221175181767, + 20.822221175179948, 908.1141771214475, - 1309.1047312539995, + 1309.1047312539895, 707.8987667167335, -211.50036423721804, -938.8535580600415, - -1111.3029952603936, - -799.5481182384851 + -1111.3029952603956, + -799.5481182384847 ], "relative wind speed": [ 2.7855628694801178, @@ -146034,23 +105227,23 @@ 3.0451440470687237, 2.6838514778252107, 2.3013370573033334, - 2.1608384307881945, - 2.385270841529906 + 2.160838430788195, + 2.3852708415299064 ], "relative wind angle": [ - 0.18917917146208443, - 0.10756011563550096, - 0.01615115525532815, + 0.1891791714620856, + 0.10756011563550094, + 0.016151155255335024, 0.13407144357274683, - 0.1964404805076009, + 0.19644048050760093, 0.14554492929782828, - 0.02398165642056929, - 0.17148861776616772 + 0.023981656420573923, + 0.1714886177661684 ], "resistance": [ 96655.3222211752, 97542.61417712146, - 97943.60473125402, + 97943.604731254, 97342.39876671675, 96422.9996357628, 95695.64644193997, @@ -146060,7 +105253,7 @@ "fuel": [ 40.87458200296071, 41.333185111250025, - 41.54140103485877, + 41.541401034858765, 41.229446423840656, 40.754988379436156, 40.381864564750884, @@ -146085,68 +105278,7 @@ "id": "2928", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.036895425614183, - 11.036895425614183, - 11.036895425614183, - 11.036895425614183, - 11.036895425614183, - 11.036895425614183, - 11.036895425614183, - 11.036895425614183 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 715.4935386796624, - 1055.6548139830966, - 569.3605775260385, - -198.93955824546038, - -815.0518944227142, - -959.5339432561923, - -712.5334575852689, - -26.8275729974348 - ], - "relative wind speed": [ - 3.3678892797565867, - 3.447233378913729, - 3.3248635976539513, - 3.056471717443718, - 2.783630331100743, - 2.684745435274339, - 2.8348823746178584, - 3.1223799674911468 - ], - "relative wind angle": [ - 0.07314202260774759, - 0.00963338276881157, - 0.08826188616528828, - 0.12506657330236526, - 0.08853059263273931, - 0.012369460210613482, - 0.10356777553954936, - 0.12241321427404075 - ], - "resistance": [ - 97349.99353867969, - 97690.15481398313, - 97203.86057752607, - 96435.56044175457, - 95819.44810557732, - 95674.96605674384, - 95921.96654241475, - 96607.67242700259 - ], - "fuel": [ - 42.07279243663323, - 42.2491402094931, - 41.997165816254764, - 41.60086283437958, - 41.284647987844195, - 41.210698161355936, - 41.33716681332668, - 41.6894503710676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -67.03125, -51.09375 -66.875, -50.9375 -66.875, -50.9375 -67.03125, -51.09375 -67.03125))", @@ -146178,10 +105310,10 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 251.72651121383842, + 251.72651121383478, 872.9165773208788, - 894.9401599275825, - 290.12145443409327, + 894.9401599275789, + 290.1214544340928, -434.29327246267394, -875.9966159906121, -885.3922773758181, @@ -146191,26 +105323,26 @@ 3.030615796450551, 3.227541887447261, 3.232940774759656, - 3.0444767151978334, + 3.044476715197833, 2.7496997707752655, 2.51564192600428, 2.5086998389591337, 2.7343449792802956 ], "relative wind angle": [ - 0.11992259214930151, + 0.11992259214930429, 0.04843449619385402, - 0.043806704415082595, - 0.11736208771308997, + 0.04380670441508513, + 0.11736208771308901, 0.13224270450671619, - 0.06215666673235807, - 0.056465284393999796, + 0.062156666732358076, + 0.0564652843939998, 0.13074580938397112 ], "resistance": [ 96886.22651121384, 97507.41657732088, - 97529.44015992759, + 97529.44015992757, 96924.62145443409, 96200.20672753733, 95758.50338400938, @@ -146245,68 +105377,7 @@ "id": "2930", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.326025349767713, - 11.326025349767713, - 11.326025349767713, - 11.326025349767713, - 11.326025349767713, - 11.326025349767713, - 11.326025349767713, - 11.326025349767713 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 681.120040004138, - 1106.3411671405102, - 647.7137002103264, - -138.11317812276047, - -804.8506802362381, - -985.1961996386035, - -781.410302623794, - -98.75185992686966 - ], - "relative wind speed": [ - 3.434018285968044, - 3.5311733910391183, - 3.424419436209756, - 3.1622521388743428, - 2.88102371960211, - 2.761085609627156, - 2.8924264530289663, - 3.1769388838089907 - ], - "relative wind angle": [ - 0.07784072667715236, - 0.0020951026130695354, - 0.08112435407338836, - 0.12206579935950132, - 0.09282133196462512, - 0.002679443916222798, - 0.09608772642345595, - 0.12149869871109373 - ], - "resistance": [ - 97315.62004000413, - 97740.84116714049, - 97282.21370021031, - 96496.38682187723, - 95829.64931976375, - 95649.30380036138, - 95853.08969737618, - 96535.74814007312 - ], - "fuel": [ - 42.24743431200163, - 42.467892060109406, - 42.23014315462605, - 41.824596077450394, - 41.482310151358035, - 41.39000961687509, - 41.49431578470602, - 41.84485487775588 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -67.1875, -51.09375 -67.03125, -50.9375 -67.03125, -50.9375 -67.1875, -51.09375 -67.1875))", @@ -146325,68 +105396,7 @@ "id": "2931", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.686589118715144, - 11.686589118715144, - 11.686589118715144, - 11.686589118715144, - 11.686589118715144, - 11.686589118715144, - 11.686589118715144, - 11.686589118715144 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 412.35875562745696, - 976.6656667509524, - 811.7783825618208, - 122.29004918039846, - -599.9309151798939, - -950.4524365815105, - -880.5430388355876, - -349.8419953405328 - ], - "relative wind speed": [ - 3.44328684077444, - 3.5925663181735357, - 3.555799721782365, - 3.3498832860555745, - 3.0779110514022268, - 2.9022797862575938, - 2.9472103838658743, - 3.179314812660093 - ], - "relative wind angle": [ - 0.08863162381912433, - 0.02387533433724799, - 0.05162703490759271, - 0.10325115169232893, - 0.0991857790786015, - 0.029555407195698085, - 0.06230047703194483, - 0.10881191834282812 - ], - "resistance": [ - 97046.85875562749, - 97611.16566675098, - 97446.27838256185, - 96756.79004918043, - 96034.56908482013, - 95684.04756341851, - 95753.95696116444, - 96284.65800465949 - ], - "fuel": [ - 42.35613972310377, - 42.6482887812819, - 42.56280194807003, - 42.20642845441349, - 41.83503348365571, - 41.65548085922162, - 41.69125504568023, - 41.96341954996442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -67.03125, -50.9375 -66.875, -50.78125 -66.875, -50.78125 -67.03125, -50.9375 -67.03125))", @@ -146418,9 +105428,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 158.96086381880923, + 158.96086381880832, 1056.189674865117, - 1278.248130990135, + 1278.248130990124, 548.0697750028321, -440.2247685601196, -1132.0371829916203, @@ -146428,7 +105438,7 @@ -775.4039177892282 ], "relative wind speed": [ - 3.6365192511516686, + 3.636519251151668, 3.883018129341173, 3.9282046604214815, 3.7518526169809507, @@ -146440,17 +105450,17 @@ "relative wind angle": [ 0.11435823926973608, 0.057237694490133155, - 0.025667379467046995, - 0.0973613289643706, + 0.025667379467051322, + 0.09736132896437061, 0.12105389073162857, 0.07046356705113062, - 0.03254128765209165, + 0.03254128765209164, 0.11040898991680081 ], "resistance": [ 96793.46086381882, 97690.68967486513, - 97912.74813099015, + 97912.74813099013, 97182.56977500285, 96194.2752314399, 95502.46281700839, @@ -146460,7 +105470,7 @@ "fuel": [ 42.92386830935263, 43.388085132989076, - 43.50343828879839, + 43.503438288798385, 43.124821347847444, 42.6155241174376, 42.261175365304325, @@ -146498,34 +105508,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 394.5201447725249, + 394.52014477252123, 1336.984788017221, - 1356.7155939937911, + 1356.7155939937948, 428.94683575028375, -674.9608936586665, -1341.4860653524975, -1349.8990967738591, - -704.5847002532491 + -704.584700253251 ], "relative wind speed": [ - 3.7780210659135878, + 3.7780210659135873, 4.017220210755035, - 4.021109968175574, + 4.0211099681755735, 3.7879979887595483, 3.4268399479603104, 3.1430267230370053, 3.138048729268317, - 3.4158083143784683 + 3.4158083143784688 ], "relative wind angle": [ - 0.11728215532803396, + 0.11728215532803492, 0.046688069274722126, - 0.044014773075609685, - 0.11580957330496211, + 0.04401477307560716, + 0.11580957330496212, 0.12936548929322106, 0.05968752783043883, - 0.056412438120592254, - 0.12849471027224393 + 0.05641243812059226, + 0.12849471027224568 ], "resistance": [ 97029.02014477251, @@ -146578,9 +105588,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 356.6913209494214, + 356.69132094941233, 1063.67130471775, - 1004.7851790956238, + 1004.7851790956283, 252.73449287442872, -605.1750169048091, -1085.8399051341694, @@ -146590,7 +105600,7 @@ "relative wind speed": [ 3.850634873861077, 4.024886660969186, - 4.013180591413639, + 4.013180591413638, 3.821024142810736, 3.544766922446101, 3.3456014156823035, @@ -146598,19 +105608,19 @@ 3.5766654814674235 ], "relative wind angle": [ - 0.08503888364036637, + 0.0850388836403703, 0.030489770143865003, - 0.03826746722927848, - 0.08905524937486342, + 0.03826746722927557, + 0.08905524937486341, 0.09239676248946087, - 0.036682904946488966, + 0.03668290494648897, 0.045716365402180964, - 0.09515736175569517 + 0.09515736175569518 ], "resistance": [ - 96991.19132094945, + 96991.19132094944, 97698.17130471778, - 97639.28517909565, + 97639.28517909566, 96887.23449287446, 96029.32498309523, 95548.66009486586, @@ -146618,7 +105628,7 @@ 96119.01932477612 ], "fuel": [ - 43.50807085764014, + 43.508070857640135, 43.87412484974696, 43.84356429549727, 43.454401835378654, @@ -146658,19 +105668,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 477.56737812339816, + 477.5673781233945, 1163.154858543464, - 993.5349631649233, + 993.5349631649178, 181.2698198288117, -681.2098800491704, -1115.3411031273845, - -1043.0835239366238, + -1043.083523936622, -426.17276144088646 ], "relative wind speed": [ - 3.47433369289742, + 3.4743336928974196, 3.6546711275254418, - 3.6176799084121525, + 3.617679908412152, 3.3795768168746796, 3.055221101956637, 2.8370318188337715, @@ -146678,19 +105688,19 @@ 3.1597201031557454 ], "relative wind angle": [ - 0.10600223516397352, + 0.10600223516397456, 0.030321988101001805, - 0.05833095460317484, + 0.05833095460317675, 0.1213369004197469, 0.12061011218737555, 0.039064806902162276, - 0.07319265213642044, - 0.1298258261545012 + 0.07319265213641891, + 0.12982582615450117 ], "resistance": [ 97112.06737812338, 97797.65485854345, - 97628.03496316492, + 97628.0349631649, 96815.7698198288, 95953.29011995082, 95519.1588968726, @@ -146700,7 +105710,7 @@ "fuel": [ 42.383933382623255, 42.739192029121654, - 42.651135332669554, + 42.65113533266955, 42.23093879611106, 41.78745294386228, 41.56527056514521, @@ -146738,34 +105748,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 681.6888916042544, + 681.6888916042462, 1158.0279929974995, - 708.614138216476, - -106.74350981511361, + 708.6141382164733, + -106.74350981511452, -817.8201862592136, -1027.3835686456869, -836.7091918200017, - -138.45399566660126 + -138.45399566660035 ], "relative wind speed": [ - 3.4753061528087525, + 3.475306152808752, 3.584088034388555, 3.4829312243033765, - 3.2174348175366787, + 3.217434817536679, 2.924207028269467, 2.7898122807249415, 2.915120869998961, - 3.205753077645506 + 3.2057530776455057 ], "relative wind angle": [ - 0.08209400163536314, + 0.08209400163536719, 0.0016422723265687685, - 0.07951608817378396, - 0.12374889229803068, - 0.09761090144478937, + 0.07951608817378536, + 0.12374889229803158, + 0.09761090144478939, 0.002109837409654826, - 0.0950472773098555, - 0.12420216117046011 + 0.09504727730985552, + 0.12420216117045922 ], "resistance": [ 97316.18889160424, @@ -146818,41 +105828,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 700.0910292727058, + 700.0910292726985, 1304.9071733478768, - 882.4311983670186, + 882.4311983670068, -45.21215875919279, - -903.8161249755303, + -903.8161249755258, -1210.6329464488826, -1031.9495795180355, -260.8494594104095 ], "relative wind speed": [ - 4.005266054497731, + 4.0052660544977305, 4.132359157026177, 4.049899908461132, 3.796482476348802, - 3.503704558212241, + 3.5037045582122404, 3.352865878005106, 3.4520157198361026, 3.7289170821198896 ], "relative wind angle": [ - 0.07487675041980654, - 0.00821947223369218, - 0.06216175339182762, + 0.07487675041980803, + 0.008219472233692182, + 0.06216175339183298, 0.10284541452598098, - 0.08562010200132512, - 0.010130440970955073, - 0.07294579724495094, + 0.08562010200132254, + 0.01013044097095507, + 0.07294579724495096, 0.10471568185180971 ], "resistance": [ - 97334.59102927272, + 97334.5910292727, 97939.40717334789, - 97516.93119836703, + 97516.93119836702, 96589.28784124082, - 95730.68387502448, + 95730.6838750245, 95423.86705355113, 95602.55042048197, 96373.6505405896 @@ -146862,7 +105872,7 @@ 44.172189702139974, 43.95284087607966, 43.47354015657322, - 43.03276459845288, + 43.032764598452886, 42.87592144532705, 42.96722084991805, 43.362581975259886 @@ -146898,19 +105908,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1017.3926462699646, + 1017.3926462699583, 1328.880462459122, - 628.6820352320328, + 628.6820352320265, -376.05574778743267, - -1119.6173569634157, + -1119.6173569634138, -1251.9204604099514, - -846.7781497340966, + -846.7781497340948, 82.34628278404944 ], "relative wind speed": [ - 3.924089593337827, + 3.924089593337826, 3.986717610764385, - 3.825227547993516, + 3.8252275479935154, 3.5146584985869445, 3.2234480709755484, 3.145660390893989, @@ -146918,19 +105928,19 @@ 3.6655521059083007 ], "relative wind angle": [ - 0.06214560758956989, - 0.019056996186555687, - 0.09192687638357505, + 0.06214560758957168, + 0.01905699618655569, + 0.09192687638357747, 0.11996500358926498, - 0.0756769648623026, + 0.07567696486230113, 0.02415316383818711, - 0.10532287018335756, - 0.1150042416523558 + 0.10532287018335652, + 0.11500424165235582 ], "resistance": [ 97651.89264626997, 97963.38046245914, - 97263.18203523205, + 97263.18203523204, 96258.44425221258, 95514.8826430366, 95382.57953959006, @@ -146940,7 +105950,7 @@ "fuel": [ 43.51567653143714, 43.67749259690663, - 43.3142500711347, + 43.31425007113469, 42.7962085108581, 42.4152476850696, 42.347678314298065, @@ -146965,68 +105975,7 @@ "id": "2939", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.430035467831322, - 15.430035467831322, - 15.430035467831322, - 15.430035467831322, - 15.430035467831322, - 15.430035467831322, - 15.430035467831322, - 15.430035467831322 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1272.3183869766372, - 1636.704380275577, - 753.9206993264443, - -501.96856612522606, - -1420.549450866978, - -1574.7737159422477, - -1056.2053387057958, - 111.40164350099712 - ], - "relative wind speed": [ - 4.660145477610573, - 4.722151199848522, - 4.549146842044032, - 4.224289024356426, - 3.9265653511385303, - 3.851773536310915, - 4.054643552616769, - 4.392067117879434 - ], - "relative wind angle": [ - 0.053277058962189774, - 0.01785736302210223, - 0.08085240670720337, - 0.10322396551738636, - 0.06324278069882332, - 0.02189314147092372, - 0.0907388097234943, - 0.09926751888773558 - ], - "resistance": [ - 97906.8183869766, - 98271.20438027555, - 97388.42069932641, - 96132.53143387474, - 95213.95054913299, - 95059.72628405772, - 95578.29466129417, - 96745.90164350097 - ], - "fuel": [ - 45.87953578261064, - 46.06921365148533, - 45.610539941133425, - 44.96300656187282, - 44.493104803715134, - 44.414518922838326, - 44.67911001024042, - 45.278525479058075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -67.34375, -50.9375 -67.1875, -50.78125 -67.1875, -50.78125 -67.34375, -50.9375 -67.34375))", @@ -147045,68 +105994,7 @@ "id": "2940", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.623620987393853, - 14.623620987393853, - 14.623620987393853, - 14.623620987393853, - 14.623620987393853, - 14.623620987393853, - 14.623620987393853, - 14.623620987393853 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 612.2803521909091, - 1255.8113480746533, - 925.0508355831244, - 25.875443550196906, - -851.6550507755728, - -1211.143648595993, - -1071.7048283391641, - -345.2879252854318 - ], - "relative wind speed": [ - 4.282975729188648, - 4.414854834156629, - 4.354408212139847, - 4.130880449949124, - 3.861594252430256, - 3.710100815415296, - 3.7808623869787263, - 4.023880959403438 - ], - "relative wind angle": [ - 0.06709770627647361, - 0.012163946188948366, - 0.04852573865033034, - 0.08541445552735687, - 0.07443236383046892, - 0.014474703049391894, - 0.05589412042608452, - 0.08769148487540701 - ], - "resistance": [ - 97246.78035219091, - 97890.31134807465, - 97559.55083558313, - 96660.37544355019, - 95782.84494922443, - 95423.35635140401, - 95562.79517166084, - 96289.21207471457 - ], - "fuel": [ - 44.79619988610406, - 45.12993787715746, - 44.95821155259263, - 44.49342961882406, - 44.04273665639645, - 43.858933421227334, - 43.93017012853343, - 44.302453270236875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -67.34375, -50.78125 -67.1875, -50.625 -67.1875, -50.625 -67.34375, -50.78125 -67.34375))", @@ -147125,68 +106013,7 @@ "id": "2941", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.570960858436727, - 11.570960858436727, - 11.570960858436727, - 11.570960858436727, - 11.570960858436727, - 11.570960858436727, - 11.570960858436727, - 11.570960858436727 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 717.1589809284596, - 1178.2288475915548, - 696.4446909759672, - -136.8853066116426, - -848.4598995758424, - -1044.066184455643, - -833.9280390811637, - -112.4893903090815 - ], - "relative wind speed": [ - 3.511628495380001, - 3.614551897769491, - 3.5058118115441133, - 3.234545417281888, - 2.941217285424216, - 2.8137712039137033, - 2.948148122411895, - 3.243456451562705 - ], - "relative wind angle": [ - 0.07980385704852386, - 0.0012421886818348154, - 0.08175368983497734, - 0.1241041115562807, - 0.09532398158866703, - 0.0015957076402200899, - 0.09726301681059045, - 0.1237613953599436 - ], - "resistance": [ - 97351.65898092845, - 97812.72884759154, - 97330.94469097596, - 96497.61469338834, - 95786.04010042414, - 95590.43381554434, - 95800.57196091882, - 96522.0106096909 - ], - "fuel": [ - 42.4334248253122, - 42.672561091636496, - 42.42269981958881, - 41.99256002349945, - 41.6273119941407, - 41.527238320739414, - 41.63475228674015, - 42.00511574240865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -67.5, -50.9375 -67.34375, -50.78125 -67.34375, -50.78125 -67.5, -50.9375 -67.5))", @@ -147205,68 +106032,7 @@ "id": "2942", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.955884928648715, - 15.955884928648715, - 15.955884928648715, - 15.955884928648715, - 15.955884928648715, - 15.955884928648715, - 15.955884928648715, - 15.955884928648715 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1064.1055697813663, - 1547.4607186087778, - 812.1308778072289, - -343.5718805774841, - -1260.6735914659985, - -1464.4341979158153, - -1083.418876288154, - -44.67956683581906 - ], - "relative wind speed": [ - 4.745476832603124, - 4.8263939227700385, - 4.692815077075853, - 4.410183785371342, - 4.133135392052011, - 4.038351178396245, - 4.1928325974423855, - 4.489168911619788 - ], - "relative wind angle": [ - 0.05283081725815041, - 0.008214991556464046, - 0.06539373476917744, - 0.08946643380509142, - 0.06066691958814756, - 0.009818110067544794, - 0.07320494984536378, - 0.08788820546883255 - ], - "resistance": [ - 97698.60556978133, - 98181.96071860874, - 97446.63087780718, - 96290.92811942247, - 95373.82640853396, - 95170.06580208414, - 95551.0811237118, - 96589.82043316413 - ], - "fuel": [ - 46.277655420002375, - 46.528994117713694, - 46.14697642361176, - 45.55063320728215, - 45.08094505818687, - 44.97701520432916, - 45.17148100744669, - 45.70438532549518 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -67.5, -50.78125 -67.34375, -50.625 -67.34375, -50.625 -67.5, -50.78125 -67.5))", @@ -147285,68 +106051,7 @@ "id": "2943", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.300702587727786, - 13.300702587727786, - 13.300702587727786, - 13.300702587727786, - 13.300702587727786, - 13.300702587727786, - 13.300702587727786, - 13.300702587727786 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1043.0995103216392, - 1343.508768697, - 622.9859002388648, - -401.02287283813257, - -1151.129218685256, - -1278.5666323467158, - -856.0928492515577, - 95.05026472364807 - ], - "relative wind speed": [ - 4.049157524560947, - 4.107816782514602, - 3.945568116354384, - 3.6388380281099475, - 3.3552668177506244, - 3.283189509958008, - 3.476490229558347, - 3.7963600833150473 - ], - "relative wind angle": [ - 0.058212673083703044, - 0.019293782287889045, - 0.088227501911023, - 0.1135795854181352, - 0.07026957249371951, - 0.024140581392319782, - 0.10016948945202077, - 0.10884772600911881 - ], - "resistance": [ - 97677.59951032163, - 97978.00876869698, - 97257.48590023885, - 96233.47712716185, - 95483.37078131473, - 95355.93336765327, - 95778.40715074843, - 96729.55026472363 - ], - "fuel": [ - 43.89660763221626, - 44.05269099695274, - 43.67889276972444, - 43.150973530183535, - 42.76673835619813, - 42.70166776250873, - 42.917618263181055, - 43.40623266527349 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -67.03125, -50.625 -66.875, -50.46875 -66.875, -50.46875 -67.03125, -50.625 -67.03125))", @@ -147378,19 +106083,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 413.3177341795872, + 413.31773417958084, 1268.4614661119567, - 1244.8391603521086, + 1244.8391603521077, 372.4080853431078, - -637.7270371177374, + -637.7270371177378, -1229.8149201471738, -1219.6959886377713, -602.5970836076267 ], "relative wind speed": [ - 3.4008747838155693, + 3.400874783815569, 3.6387103590665024, - 3.6335907258973084, + 3.633590725897308, 3.3876340518872388, 3.011821111583712, 2.719706349258328, @@ -147398,12 +106103,12 @@ 3.0267063342630363 ], "relative wind angle": [ - 0.13401663834206082, + 0.13401663834206334, 0.05013704061153653, 0.054110068690910805, - 0.13629101882393002, - 0.15145408513825487, - 0.06710087073892758, + 0.13629101882393, + 0.1514540851382549, + 0.06710087073892756, 0.0721384171479888, 0.15266390399232363 ], @@ -147458,10 +106163,10 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 475.7417785781722, + 475.7417785781686, 1070.090520776364, - 875.2969370371416, - 139.01196843478192, + 875.296937037137, + 139.01196843478147, -617.1504101629844, -979.908489660917, -896.413281230225, @@ -147471,21 +106176,21 @@ 2.9995575696985366, 3.1765059557266397, 3.127874091954986, - 2.8735279397595903, + 2.8735279397595908, 2.5308207352345806, 2.3048230129583223, 2.3704014159432707, 2.6730574979319273 ], "relative wind angle": [ - 0.12708545550926859, + 0.1270854555092712, 0.031958783295500975, - 0.07572507740698801, - 0.15237043337101266, + 0.07572507740699094, + 0.1523704333710134, 0.15078878319693081, 0.04405232888584387, 0.09999445904473606, - 0.16389743111697197 + 0.16389743111697194 ], "resistance": [ 97110.24177857822, @@ -147538,9 +106243,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 806.7045090548527, + 806.704509054849, 1468.1910802227512, - 985.338102380786, + 985.3381023807788, -32.29338481262948, -962.670598191381, -1293.7739929983686, @@ -147548,9 +106253,9 @@ -241.48697594977602 ], "relative wind speed": [ - 3.58907929229717, + 3.5890792922971695, 3.7411132842558295, - 3.6377380267896107, + 3.6377380267896102, 3.3226421149522944, 2.9497637218544406, 2.75439059966619, @@ -147558,19 +106263,19 @@ 3.2469440335660638 ], "relative wind angle": [ - 0.10494206238551136, - 0.010233345803645304, - 0.08858107011983724, - 0.14904643580307864, + 0.10494206238551243, + 0.010233345803645306, + 0.08858107011983975, + 0.14904643580307866, 0.12779999715622414, - 0.01389950665433531, - 0.11160329277168864, + 0.013899506654335312, + 0.11160329277168866, 0.1525481399336071 ], "resistance": [ 97441.20450905485, 98102.69108022275, - 97619.83810238079, + 97619.83810238077, 96602.20661518737, 95671.82940180862, 95340.72600700163, @@ -147618,32 +106323,32 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 936.3157936569542, + 936.3157936569505, 1284.1176552648676, - 649.6216712182086, - -291.18707393394516, + 649.6216712182068, + -291.1870739339456, -1011.7353168993022, -1160.2370314709128, -811.0537808326108, 44.91820940330126 ], "relative wind speed": [ - 3.4910301599468707, + 3.4910301599468703, 3.5688935488702307, - 3.4092248750651817, - 3.08178623818802, + 3.4092248750651812, + 3.0817862381880206, 2.7578638023454998, 2.6563326536370964, 2.8583719284206253, 3.208690996662218 ], "relative wind angle": [ - 0.0795335154247901, + 0.0795335154247915, 0.017970508991293682, - 0.108169889862114, - 0.14863595345645694, - 0.10074137004030777, - 0.02414517375233408, + 0.10816988986211398, + 0.14863595345645766, + 0.10074137004030775, + 0.024145173752334083, 0.12912297554111504, 0.14271626558206946 ], @@ -147685,68 +106390,7 @@ "id": "2948", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.335783943239045, - 11.335783943239045, - 11.335783943239045, - 11.335783943239045, - 11.335783943239045, - 11.335783943239045, - 11.335783943239045, - 11.335783943239045 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 788.8823637981995, - 1385.623292844005, - 892.5968414262888, - -68.28266901664574, - -926.6679583722275, - -1209.574081095996, - -999.2296086353986, - -189.74600620349565 - ], - "relative wind speed": [ - 3.4884626219496595, - 3.6266664425075126, - 3.5176043639220946, - 3.2075365998399903, - 2.8492932545178076, - 2.6711671661972924, - 2.813237112988667, - 3.1622068995667383 - ], - "relative wind angle": [ - 0.1016636008985743, - 0.006321071054784538, - 0.09155920820015542, - 0.14950634896379186, - 0.12457702711620773, - 0.00858222028158081, - 0.1145740643730006, - 0.15166596215492165 - ], - "resistance": [ - 97423.38236379823, - 98020.12329284403, - 97527.09684142632, - 96566.21733098339, - 95707.8320416278, - 95424.92591890403, - 95635.27039136463, - 96444.75399379653 - ], - "fuel": [ - 42.30983167182687, - 42.619644325706915, - 42.36358244450842, - 41.86713212667006, - 41.42654216927215, - 41.281933510993795, - 41.389423578521004, - 41.80462118056964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -67.34375, -50.46875 -67.1875, -50.3125 -67.1875, -50.3125 -67.34375, -50.46875 -67.34375))", @@ -147778,30 +106422,30 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 852.1038778823727, + 852.1038778823699, 1268.692777602902, - 698.5215550716171, - -202.98604280580957, + 698.5215550716152, + -202.98604280580912, -930.460174168637, -1108.5582598605706, -823.114234048162, -23.442643768494236 ], "relative wind speed": [ - 3.3063532633503283, + 3.306353263350328, 3.404235447429336, - 3.260328424245597, - 2.9353967158301657, + 3.2603284242455968, + 2.935396715830166, 2.593945697875811, 2.464083440969761, 2.6515626999284807, 3.0073197878325595 ], "relative wind angle": [ - 0.09288437527068069, + 0.0928843752706819, 0.010698738587086927, 0.11008021991841714, - 0.16084585327147505, + 0.16084585327147574, 0.11850134764943562, 0.014781015910116047, 0.13549427300214495, @@ -147810,8 +106454,8 @@ "resistance": [ 97486.60387788237, 97903.1927776029, - 97333.02155507162, - 96431.51395719418, + 97333.02155507161, + 96431.5139571942, 95704.03982583137, 95525.94174013943, 95811.38576595184, @@ -147821,7 +106465,7 @@ 41.839516602394575, 42.055757294015805, 41.75995885152534, - 41.29473522138141, + 41.294735221381416, 40.921526482841934, 40.8304586793069, 40.97647323930092, @@ -147845,68 +106489,7 @@ "id": "2950", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.717771741671582, - 11.717771741671582, - 11.717771741671582, - 11.717771741671582, - 11.717771741671582, - 11.717771741671582, - 11.717771741671582, - 11.717771741671582 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1079.6285547822645, - 1369.2097819663495, - 633.0848732797622, - -393.91976843632074, - -1139.1734238304089, - -1262.8915497236198, - -826.5456616542065, - 129.7995309910857 - ], - "relative wind speed": [ - 3.664811679827682, - 3.726717230071314, - 3.5428220158098918, - 3.194282883105875, - 2.8669667831366286, - 2.7860225898760715, - 3.016414319768243, - 3.383326772114541 - ], - "relative wind angle": [ - 0.07242703985480574, - 0.025630021808402775, - 0.1132207359487699, - 0.1478493930143717, - 0.09263418268809326, - 0.034286908634393244, - 0.13308799345166727, - 0.13953261562269467 - ], - "resistance": [ - 97714.12855478228, - 98003.70978196636, - 97267.58487327977, - 96240.5802315637, - 95495.32657616961, - 95371.6084502764, - 95807.95433834581, - 96764.2995309911 - ], - "fuel": [ - 42.72354594514511, - 42.87403692743578, - 42.49209552655459, - 41.96259892260454, - 41.58082306895526, - 41.51764521416369, - 41.74072325354674, - 42.232124432954386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -67.5, -50.46875 -67.34375, -50.3125 -67.34375, -50.3125 -67.5, -50.46875 -67.5))", @@ -147938,11 +106521,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1260.7501338788734, + 1260.7501338788697, 1439.7502792325513, - 577.3071989201544, + 577.3071989201553, -533.7847959298206, - -1278.4655784065717, + -1278.465578406569, -1355.096953370503, -800.2313234169619, 267.0903430065109 @@ -147950,19 +106533,19 @@ "relative wind speed": [ 3.771773684895344, 3.809008342705202, - 3.588988206417405, + 3.5889882064174046, 3.208838028995573, - 2.8757166587444813, + 2.875716658744481, 2.8262127444075564, 3.1008364493546416, 3.4927613052027087 ], "relative wind angle": [ - 0.06535271916827166, + 0.06535271916827336, 0.037687806105172604, - 0.1255141647562512, + 0.12551416475625032, 0.1538922999907767, - 0.08576034092421184, + 0.08576034092420924, 0.050803302982786826, 0.1454040241871649, 0.14129481482575806 @@ -148018,19 +106601,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1118.4733448393108, + 1118.4733448392917, 1038.919027234485, - 257.2132088929229, + 257.2132088929202, -620.403032730218, -1105.1764618428283, -1071.3244391741187, - -500.50010564022887, + -500.50010564022705, 396.4487780328009 ], "relative wind speed": [ 3.7170449780518133, 3.7000104092582284, - 3.4812146925853646, + 3.481214692585364, 3.1659373990053776, 2.937791522487407, 2.9592170197266436, @@ -148038,17 +106621,17 @@ 3.524752868505556 ], "relative wind angle": [ - 0.03623314312120211, + 0.03623314312121131, 0.04880957833998777, - 0.11225125565449875, + 0.11225125565449975, 0.11743859025090857, - 0.04585006934394579, + 0.04585006934394578, 0.06104195986280375, - 0.12163793343965533, - 0.1054364311246966 + 0.12163793343965441, + 0.10543643112469661 ], "resistance": [ - 97752.97334483932, + 97752.97334483931, 97673.4190272345, 96891.71320889294, 96014.0969672698, @@ -148058,7 +106641,7 @@ 97030.94877803282 ], "fuel": [ - 42.92170037995206, + 42.92170037995204, 42.88040034248118, 42.4758361313736, 42.024343801277226, @@ -148085,68 +106668,7 @@ "id": "2953", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.36173399074129, - 13.36173399074129, - 13.36173399074129, - 13.36173399074129, - 13.36173399074129, - 13.36173399074129, - 13.36173399074129, - 13.36173399074129 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1318.9483179810004, - 1159.0174497179705, - 231.8328281594031, - -773.5661948451088, - -1295.4483959543468, - -1227.5386537126078, - -531.60624492235, - 512.6025799022036 - ], - "relative wind speed": [ - 4.123505258730513, - 4.092522964425859, - 3.8548575356271635, - 3.5275042970346084, - 3.303703833530686, - 3.3420069455509114, - 3.613561680459048, - 3.9337600426139265 - ], - "relative wind angle": [ - 0.029441103144004544, - 0.049909184360990365, - 0.10659284424094936, - 0.10674569115095452, - 0.036749763031533954, - 0.06113000806458133, - 0.11374046397437196, - 0.09568588445551084 - ], - "resistance": [ - 97953.448317981, - 97793.51744971797, - 96866.3328281594, - 95860.9338051549, - 95339.05160404566, - 95406.9613462874, - 96102.89375507765, - 97147.1025799022 - ], - "fuel": [ - 44.0891820323357, - 44.006059712898455, - 43.52604097487144, - 43.009144384330625, - 42.742316819172814, - 42.776980306112236, - 43.13319735805322, - 43.671062422813165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -67.8125, -51.25 -67.65625, -51.09375 -67.65625, -51.09375 -67.8125, -51.25 -67.8125))", @@ -148178,9 +106700,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 919.1127872655234, + 919.1127872655143, 853.4954338921543, - 215.3532806944968, + 215.3532806944936, -499.03154687172764, -894.2359732608547, -866.228715690047, @@ -148188,9 +106710,9 @@ 329.65223547968117 ], "relative wind speed": [ - 3.217625890007839, + 3.2176258900078385, 3.2014463951897216, - 2.9944309136602105, + 2.99443091366021, 2.6937972064557263, 2.474020479559797, 2.4949217783443145, @@ -148198,14 +106720,14 @@ 3.036008944621433 ], "relative wind angle": [ - 0.03989493567909551, + 0.03989493567910107, 0.05388658102873242, - 0.12461565264093193, + 0.12461565264093372, 0.13176489269250505, 0.051895508287418596, 0.06916813687856417, - 0.13625918279099145, - 0.11684031620755422 + 0.13625918279099147, + 0.11684031620755424 ], "resistance": [ 97553.61278726553, @@ -148245,68 +106767,7 @@ "id": "2955", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.274403202729232, - 12.274403202729232, - 12.274403202729232, - 12.274403202729232, - 12.274403202729232, - 12.274403202729232, - 12.274403202729232, - 12.274403202729232 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1299.1056329912972, - 985.2372292120599, - 74.43140869988383, - -824.2748713851297, - -1211.4311897194289, - -1077.9165172630237, - -351.3451317871959, - 623.6371432518472 - ], - "relative wind speed": [ - 3.838169031783617, - 3.7726864622724334, - 3.5096248559271115, - 3.179094369912594, - 2.982575724963513, - 3.064985534887679, - 3.3630094918603795, - 3.6770447996828173 - ], - "relative wind angle": [ - 0.019250731008084117, - 0.06640120929396444, - 0.1222255843955754, - 0.11184128715210577, - 0.024774074838201182, - 0.08176418184675222, - 0.1275826718182134, - 0.09664450321643862 - ], - "resistance": [ - 97933.60563299131, - 97619.73722921207, - 96708.9314086999, - 95810.22512861488, - 95423.06881028059, - 95556.58348273698, - 96283.15486821282, - 97258.13714325186 - ], - "fuel": [ - 43.237929277076994, - 43.07491267529267, - 42.60393472450243, - 42.14223907006031, - 41.94427006701908, - 42.012478622624705, - 42.38482435026286, - 42.88755968054885 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -67.65625, -50.9375 -67.5, -50.78125 -67.5, -50.78125 -67.65625, -50.9375 -67.65625))", @@ -148325,68 +106786,7 @@ "id": "2956", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.178214246408851, - 14.178214246408851, - 14.178214246408851, - 14.178214246408851, - 14.178214246408851, - 14.178214246408851, - 14.178214246408851, - 14.178214246408851 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1266.5842135324638, - 1358.3018281120812, - 471.7753205342715, - -629.816842330707, - -1327.4668329680508, - -1366.3570128485562, - -768.9415104994396, - 310.4123024620103 - ], - "relative wind speed": [ - 4.326829165912107, - 4.3436912952632145, - 4.141774045166504, - 3.8190351229327524, - 3.55877852058873, - 3.5381776553822095, - 3.7725406490025346, - 4.098942048797151 - ], - "relative wind angle": [ - 0.042884296759996415, - 0.0323940705495237, - 0.09295759848275918, - 0.10572518706347264, - 0.05214717737766377, - 0.039772545400264155, - 0.10208603220699636, - 0.09848116747133812 - ], - "resistance": [ - 97901.08421353248, - 97992.80182811209, - 97106.27532053429, - 96004.68315766931, - 95307.03316703196, - 95268.14298715146, - 95865.55848950057, - 96944.91230246202 - ], - "fuel": [ - 44.74461801727679, - 44.792312315121904, - 44.33261848950316, - 43.76548060995549, - 43.408641586755195, - 43.388803051666486, - 43.69417555505362, - 44.24926093188648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -67.65625, -50.78125 -67.5, -50.625 -67.5, -50.625 -67.65625, -50.78125 -67.65625))", @@ -148405,68 +106805,7 @@ "id": "2957", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.283119506884091, - 13.283119506884091, - 13.283119506884091, - 13.283119506884091, - 13.283119506884091, - 13.283119506884091, - 13.283119506884091, - 13.283119506884091 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1147.418589817259, - 1462.3538739359037, - 672.5676194933349, - -438.6169284036241, - -1246.9077562677576, - -1380.8099411665535, - -913.7102008834772, - 120.97304252396043 - ], - "relative wind speed": [ - 4.077822840582152, - 4.1387262112972785, - 3.9614217130328178, - 3.6278593292120256, - 3.3192583833594758, - 3.243001801201553, - 3.4573477328998568, - 3.805883868712354 - ], - "relative wind angle": [ - 0.06217556418399613, - 0.021666900576480207, - 0.09611979369172523, - 0.12380383356729764, - 0.07640994049514656, - 0.027652707989329266, - 0.11018717877099252, - 0.11798507264832113 - ], - "resistance": [ - 97781.91858981729, - 98096.85387393594, - 97307.06761949336, - 96195.8830715964, - 95387.59224373227, - 95253.69005883348, - 95720.78979911655, - 96755.47304252398 - ], - "fuel": [ - 43.93662302762341, - 44.100384428158776, - 43.69040573592709, - 43.117518964769666, - 42.70367988906383, - 42.635357662723266, - 42.87398011417232, - 43.40544913720707 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -67.8125, -50.9375 -67.65625, -50.78125 -67.65625, -50.78125 -67.8125, -50.9375 -67.8125))", @@ -148485,68 +106824,7 @@ "id": "2958", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.22298924713739, - 12.22298924713739, - 12.22298924713739, - 12.22298924713739, - 12.22298924713739, - 12.22298924713739, - 12.22298924713739, - 12.22298924713739 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1238.3858532224276, - 1124.2518858464528, - 260.55724607250977, - -693.5106475062594, - -1208.1367046018158, - -1159.5102629601952, - -521.9034336251552, - 459.9285338930031 - ], - "relative wind speed": [ - 3.817796360920596, - 3.794015644615028, - 3.5564809076551707, - 3.218750745561368, - 2.978313454666521, - 3.0085487159297553, - 3.2859342113302303, - 3.617397369056143 - ], - "relative wind angle": [ - 0.03571050034758498, - 0.05291366554653099, - 0.11839451247827552, - 0.12253645972371272, - 0.04578231067856736, - 0.06674669376104894, - 0.12819417149926315, - 0.10897553443208971 - ], - "resistance": [ - 97872.88585322245, - 97758.75188584648, - 96895.05724607254, - 95940.98935249377, - 95426.36329539822, - 95474.98973703984, - 96112.59656637488, - 97094.42853389303 - ], - "fuel": [ - 43.168529400193556, - 43.10923400884549, - 42.662094786959806, - 42.17139550821039, - 41.908117609497225, - 41.932952284956066, - 42.25940726092119, - 42.76506392223369 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -67.8125, -50.78125 -67.65625, -50.625 -67.65625, -50.625 -67.8125, -50.78125 -67.8125))", @@ -148565,68 +106843,7 @@ "id": "2959", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.841397006457209, - 11.841397006457209, - 11.841397006457209, - 11.841397006457209, - 11.841397006457209, - 11.841397006457209, - 11.841397006457209, - 11.841397006457209 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1110.6774395594039, - 1402.6643225194084, - 645.3421970545078, - -407.71054577624, - -1169.5705541255134, - -1294.3353503038365, - -843.8051756039063, - 137.98985804067615 - ], - "relative wind speed": [ - 3.7060158564788823, - 3.767738941046926, - 3.5802674624692132, - 3.226278638695963, - 2.8946417720454787, - 2.8138315139791286, - 3.0488013077483007, - 3.4212031016058675 - ], - "relative wind angle": [ - 0.07231671479988643, - 0.026141552829658344, - 0.11393893838312491, - 0.14844628247461533, - 0.09263900775067029, - 0.035006874450299284, - 0.13391128945094175, - 0.1399311341253386 - ], - "resistance": [ - 97745.1774395594, - 98037.1643225194, - 97279.84219705449, - 96226.78945422375, - 95464.92944587447, - 95340.16464969615, - 95790.69482439608, - 96772.48985804066 - ], - "fuel": [ - 42.826819942733486, - 42.978596149321106, - 42.58559207762268, - 42.04266876166026, - 41.65244849996348, - 41.588750507893494, - 41.819039316231994, - 42.32350088316434 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -67.96875, -51.25 -67.8125, -51.09375 -67.8125, -51.09375 -67.96875, -51.25 -67.96875))", @@ -148658,7 +106875,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 701.374415839578, + 701.3744158395716, 860.5492761431519, 381.3810723363913, -270.4900357211586, @@ -148670,7 +106887,7 @@ "relative wind speed": [ 2.9218423198823116, 2.964560748120253, - 2.811954139637683, + 2.8119541396376824, 2.531590482040618, 2.274159376268755, 2.2181846139649934, @@ -148678,13 +106895,13 @@ 2.7018536307815957 ], "relative wind angle": [ - 0.06960552476662235, + 0.06960552476662712, 0.029017729123481033, - 0.11578408702157388, + 0.11578408702157292, 0.1480355849042189, - 0.08947639861940072, + 0.08947639861940074, 0.03878591414645917, - 0.13527809145343958, + 0.1352780914534396, 0.13864449226630787 ], "resistance": [ @@ -148725,68 +106942,7 @@ "id": "2961", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.225895018543405, - 10.225895018543405, - 10.225895018543405, - 10.225895018543405, - 10.225895018543405, - 10.225895018543405, - 10.225895018543405, - 10.225895018543405 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 921.8554052131117, - 841.9497196267744, - 201.51690038751713, - -507.6667840952896, - -893.1082241935392, - -859.0061625306616, - -387.92748905741973, - 340.72467872032394 - ], - "relative wind speed": [ - 3.2155840103766544, - 3.195855932562491, - 2.986767414664349, - 2.686836263881654, - 2.470880593022082, - 2.496344585803068, - 2.7430734301987614, - 3.0374565550561603 - ], - "relative wind angle": [ - 0.038227343519043465, - 0.055301117802904635, - 0.12511192541107144, - 0.13080179098971906, - 0.04975716858855982, - 0.07082038491219278, - 0.13629329302281853, - 0.11563090709144999 - ], - "resistance": [ - 97556.35540521308, - 97476.44971962675, - 96836.01690038749, - 96126.83321590468, - 95741.39177580643, - 95775.49383746932, - 96246.57251094255, - 96975.22467872029 - ], - "fuel": [ - 41.66933014489117, - 41.62790621052858, - 41.29675752153427, - 40.93184056840947, - 40.734293129779466, - 40.75174891449594, - 40.99332220304107, - 41.36860789032455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -68.125, -51.25 -67.96875, -51.09375 -67.96875, -51.09375 -68.125, -51.25 -68.125))", @@ -148818,7 +106974,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 518.0363025109186, + 518.036302510915, 766.608204191677, 414.1301040479302, -144.46548378908847, @@ -148828,7 +106984,7 @@ -22.005018571704113 ], "relative wind speed": [ - 2.902952896361695, + 2.9029528963616946, 2.9702836193930278, 2.867466181816878, 2.641603732024741, @@ -148838,17 +106994,17 @@ 2.6958604070666103 ], "relative wind angle": [ - 0.07154008942728404, + 0.07154008942728561, 0.009200085291173566, - 0.08594667443132738, + 0.08594667443132736, 0.12173286737560862, 0.08612849258945218, 0.011734588175667042, 0.1004623967042198, - 0.11927107526590114 + 0.11927107526590115 ], "resistance": [ - 97152.53630251094, + 97152.53630251093, 97401.1082041917, 97048.63010404794, 96490.03451621093, @@ -148898,7 +107054,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 739.9890500883967, + 739.9890500883921, 1016.8155373851023, 507.55840100406294, -254.20301791611746, @@ -148908,7 +107064,7 @@ 20.37889132314558 ], "relative wind speed": [ - 3.5266118568026847, + 3.5266118568026843, 3.588641145205667, 3.4610352733561434, 3.203937061967011, @@ -148918,14 +107074,14 @@ 3.303519661877478 ], "relative wind angle": [ - 0.06094733114708116, + 0.060947331147082985, 0.01395795939206993, 0.08262429712711908, - 0.11067364942487223, + 0.11067364942487225, 0.07271670302975107, 0.017386726752491876, - 0.09431418317227115, - 0.10732438795261964 + 0.09431418317227114, + 0.10732438795261966 ], "resistance": [ 97374.4890500884, @@ -148978,17 +107134,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 907.9081545748295, + 907.9081545748268, 1146.6434022224648, 528.9583845676716, -329.0310105820995, -949.9233834754564, -1052.0399093021438, - -684.7878650639732, + -684.7878650639746, 114.86623758187807 ], "relative wind speed": [ - 3.300133412042688, + 3.3001334120426877, 3.356719832838657, 3.185104805048413, 2.8601577437868833, @@ -148998,17 +107154,17 @@ 3.038994661157097 ], "relative wind angle": [ - 0.07470893041199655, - 0.026941916927451875, - 0.11775668321972148, + 0.07470893041199804, + 0.02694191692745188, + 0.11775668321972149, 0.15401750648704945, 0.09657870262389376, 0.03647585585702883, - 0.13922236491577528, - 0.14488796736209916 + 0.13922236491577608, + 0.1448879673620992 ], "resistance": [ - 97542.40815457485, + 97542.40815457483, 97781.14340222249, 97163.45838456768, 96305.46898941792, @@ -149058,9 +107214,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1029.3241562961293, + 1029.3241562961148, 1620.3513684806203, - 924.8031532636278, + 924.8031532636251, -235.54582281064813, -1202.6630405378464, -1453.420827218355, @@ -149070,7 +107226,7 @@ "relative wind speed": [ 4.169791324212227, 4.281065843920584, - 4.145019072241876, + 4.145019072241875, 3.8235645838875274, 3.484742090499925, 3.3470976031173443, @@ -149078,17 +107234,17 @@ 3.8614687617043257 ], "relative wind angle": [ - 0.07602680582735795, + 0.07602680582736379, 0.004460031320087255, 0.08301727594892891, - 0.12244044033042316, - 0.09101053590215427, + 0.12244044033042314, + 0.09101053590215429, 0.005704562659288929, 0.09796431919581923, 0.12123261214786794 ], "resistance": [ - 97663.82415629615, + 97663.82415629613, 98254.85136848064, 97559.30315326364, 96398.95417718937, @@ -149098,7 +107254,7 @@ 96522.1055227486 ], "fuel": [ - 44.24161833129852, + 44.24161833129851, 44.54898707560589, 44.18739655085017, 43.5881794277365, @@ -149138,51 +107294,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 843.8392411622899, + 843.8392411622835, 1218.9402880505731, - 640.0203439724546, + 640.0203439724537, -261.8782110000893, - -975.176995979763, + -975.1769959797575, -1133.9541459045977, -831.9807912738197, -20.97374204109383 ], "relative wind speed": [ - 3.8789167551893406, + 3.8789167551893398, 3.955322463806651, - 3.826766740951173, + 3.8267667409511725, 3.55397501993017, - 3.283867466564087, + 3.2838674665640863, 3.1914267873402817, 3.3444935404327767, 3.6330486219370886 ], "relative wind angle": [ - 0.06242361332067453, - 0.010052976651264964, + 0.062423613320676315, + 0.010052976651264965, 0.07800671982516941, - 0.10768533541796649, - 0.07375397955646061, + 0.1076853354179665, + 0.0737539795564561, 0.012459356282920891, 0.08928330457407523, 0.10533275041009603 ], "resistance": [ - 97478.33924116232, + 97478.3392411623, 97853.4402880506, 97274.52034397249, 96372.62178899994, - 95659.32300402026, + 95659.32300402028, 95500.54585409543, 95802.51920872621, 96613.52625795893 ], "fuel": [ - 43.447399148350506, + 43.447399148350485, 43.64206406258927, 43.34184348081105, 42.87661508349277, - 42.510816080817136, + 42.51081608081715, 42.429648461921204, 42.58409909963224, 43.00058512434407 @@ -149218,14 +107374,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1042.226553234047, + 1042.226553234038, 1522.4535731858641, - 808.0573651666964, + 808.0573651666891, -315.15443348237295, - -1209.7385040414601, + -1209.7385040414574, -1412.9791805523537, -1045.2149977190747, - -38.36008176701034 + -38.360081767007614 ], "relative wind speed": [ 4.335102049500763, @@ -149235,34 +107391,34 @@ 3.676418218049841, 3.5706587533900245, 3.738682382318745, - 4.059685707259966 + 4.059685707259965 ], "relative wind angle": [ - 0.06286518676751077, + 0.0628651867675143, 0.00923559611638239, - 0.07717794818677297, + 0.07717794818677585, 0.10728302427606654, - 0.07414750662275305, - 0.011439298375494868, + 0.07414750662275155, + 0.01143929837549487, 0.08841121306871445, - 0.10512838896111884 + 0.10512838896111673 ], "resistance": [ - 97676.72655323407, + 97676.72655323405, 98156.95357318588, 97442.55736516671, 96319.34556651764, - 95424.76149595855, + 95424.76149595856, 95221.52081944766, 95589.28500228094, 96596.139918233 ], "fuel": [ - 44.8098109603708, + 44.809810960370775, 45.05948117821207, 44.688377552980484, 44.10874881551458, - 43.650460867119534, + 43.65046086711954, 43.54675749082114, 43.734521413976694, 44.25115148960965 @@ -149285,68 +107441,7 @@ "id": "2968", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.67020263462998, - 11.67020263462998, - 11.67020263462998, - 11.67020263462998, - 11.67020263462998, - 11.67020263462998, - 11.67020263462998, - 11.67020263462998 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1071.808122181762, - 1397.9488103477916, - 669.4565834228497, - -368.50601552538683, - -1136.8852615578799, - -1276.2656236296948, - -855.2948944259506, - 103.04908976756724 - ], - "relative wind speed": [ - 3.652699044313866, - 3.722535990061105, - 3.5426074590183925, - 3.1916037400172073, - 2.8549461479012317, - 2.7632686475345274, - 2.9904615374645362, - 3.3625278262723244 - ], - "relative wind angle": [ - 0.07623277247905526, - 0.023210381370431885, - 0.11325615982216207, - 0.15090649189784974, - 0.09759478251715215, - 0.031270142253759035, - 0.13428385375102722, - 0.14318130602650134 - ], - "resistance": [ - 97706.30812218178, - 98032.44881034782, - 97303.95658342289, - 96265.99398447464, - 95497.61473844215, - 95358.23437637034, - 95779.20510557407, - 96737.54908976759 - ], - "fuel": [ - 42.68621910227098, - 42.85572217652118, - 42.4776527739979, - 41.94238721802979, - 41.54872506792892, - 41.47755201590543, - 41.692736647002626, - 42.18506591322037 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -67.65625, -50.46875 -67.5, -50.3125 -67.5, -50.3125 -67.65625, -50.46875 -67.65625))", @@ -149365,68 +107460,7 @@ "id": "2969", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.196366364903467, - 13.196366364903467, - 13.196366364903467, - 13.196366364903467, - 13.196366364903467, - 13.196366364903467, - 13.196366364903467, - 13.196366364903467 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1519.541583330314, - 1378.226068092491, - 321.5464440756041, - -843.6168204886471, - -1472.0057061847247, - -1411.717760452464, - -631.7004092225652, - 567.8811169040155 - ], - "relative wind speed": [ - 4.144455056466087, - 4.11736833575447, - 3.8491671137332326, - 3.466729816979806, - 3.1934404420726046, - 3.228288642587376, - 3.5437948731108517, - 3.9187184063409486 - ], - "relative wind angle": [ - 0.0371593701278942, - 0.05532150075056022, - 0.12396315058085162, - 0.12883720066887208, - 0.04823312623884048, - 0.07057979650323021, - 0.1347076292380087, - 0.11390811070337781 - ], - "resistance": [ - 98154.04158333033, - 98012.72606809251, - 96956.04644407562, - 95790.88317951137, - 95162.4942938153, - 95222.78223954755, - 96002.79959077745, - 97202.38111690403 - ], - "fuel": [ - 44.06065647463208, - 43.9870989066426, - 43.43943114050318, - 42.84035379814093, - 42.5193598874294, - 42.55009248240013, - 42.94893635233858, - 43.56673284697344 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -67.8125, -50.625 -67.65625, -50.46875 -67.65625, -50.46875 -67.8125, -50.625 -67.8125))", @@ -149445,68 +107479,7 @@ "id": "2970", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.362077073119831, - 13.362077073119831, - 13.362077073119831, - 13.362077073119831, - 13.362077073119831, - 13.362077073119831, - 13.362077073119831, - 13.362077073119831 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 943.8066340194746, - 1630.1982897249918, - 1020.4624629720556, - -124.04451868463366, - -1133.9961045924892, - -1446.7464033185988, - -1187.7491719615064, - -214.2354241033354 - ], - "relative wind speed": [ - 4.056228000300181, - 4.191983524236065, - 4.07480228894139, - 3.756901319320005, - 3.4003004960544145, - 3.2314552737768896, - 3.3780194433906248, - 3.7283671400197025 - ], - "relative wind angle": [ - 0.08633834294760603, - 0.003431802148356631, - 0.08093351403989756, - 0.12818691873663188, - 0.103047618994224, - 0.004451888120901919, - 0.09767633704493746, - 0.1291734390393458 - ], - "resistance": [ - 97578.30663401945, - 98264.69828972497, - 97654.96246297202, - 96510.45548131534, - 95500.50389540748, - 95187.75359668137, - 95446.75082803846, - 96420.26457589664 - ], - "fuel": [ - 43.89463408333475, - 44.25150128515769, - 43.93440184855309, - 43.34292458349923, - 42.82503339461225, - 42.66542840548101, - 42.79757583939537, - 43.29652141946362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -67.8125, -50.46875 -67.65625, -50.3125 -67.65625, -50.3125 -67.8125, -50.46875 -67.8125))", @@ -149525,68 +107498,7 @@ "id": "2971", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.955491260368143, - 13.955491260368143, - 13.955491260368143, - 13.955491260368143, - 13.955491260368143, - 13.955491260368143, - 13.955491260368143, - 13.955491260368143 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1029.4261129446977, - 1730.039045472905, - 1044.3910216198674, - -173.25073140362292, - -1227.1426205526204, - -1528.5491724533176, - -1237.6401370490794, - -190.8718548444449 - ], - "relative wind speed": [ - 4.232963255829574, - 4.3632539320461685, - 4.236444951532737, - 3.909633237163744, - 3.5511665663414727, - 3.3898048662995985, - 3.547012275103876, - 3.904296333267921 - ], - "relative wind angle": [ - 0.08184684294184937, - 0.0006163756116234102, - 0.0808786710493137, - 0.12481753081979431, - 0.0976068302364697, - 0.0007933800113182822, - 0.09664414961481879, - 0.12498904121894264 - ], - "resistance": [ - 97663.9261129447, - 98364.5390454729, - 97678.89102161987, - 96461.24926859638, - 95407.35737944738, - 95105.95082754668, - 95396.85986295092, - 96443.62814515556 - ], - "fuel": [ - 44.43086246697117, - 44.795365311669066, - 44.43862906203211, - 43.80941326439354, - 43.26926913332745, - 43.11555127394062, - 43.263909700167275, - 43.800348054719606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -67.65625, -50.3125 -67.5, -50.15625 -67.5, -50.15625 -67.65625, -50.3125 -67.65625))", @@ -149618,9 +107530,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1200.4764008980774, + 1200.476400898071, 1602.5594370291901, - 784.3366536202884, + 784.3366536202857, -405.3776980049697, -1299.9496050292737, -1471.3818038730415, @@ -149628,7 +107540,7 @@ 83.41431433736034 ], "relative wind speed": [ - 4.023244758557416, + 4.023244758557415, 4.101612149402531, 3.9200602942565093, 3.559572957556034, @@ -149638,14 +107550,14 @@ 3.718828496738793 ], "relative wind angle": [ - 0.07303133552607959, + 0.0730313355260811, 0.019597637893431857, - 0.10407181180854061, + 0.10407181180854168, 0.13966579199551457, - 0.0915372811460046, + 0.09153728114600461, 0.025840920034393724, - 0.12235236153881773, - 0.133648041384843 + 0.12235236153881772, + 0.13364804138484304 ], "resistance": [ 97834.97640089806, @@ -149698,9 +107610,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 773.766925084371, + 773.7669250843674, 1476.270355502289, - 1042.525638771771, + 1042.525638771769, 21.13021119919631, -940.1521942138211, -1313.498524847183, @@ -149708,27 +107620,27 @@ -293.4565913657161 ], "relative wind speed": [ - 3.5761822995577943, + 3.576182299557794, 3.7420094210351946, - 3.649395830050744, + 3.6493958300507434, 3.337130956976096, 2.9556171896747623, 2.742648046041499, 2.8647273669896847, - 3.2230900992003333 + 3.223090099200333 ], "relative wind angle": [ - 0.11044835724021995, + 0.11044835724022095, 0.015418590837322386, - 0.08576006843469325, + 0.08576006843469326, 0.1503234113792453, - 0.13376525066787195, + 0.13376525066787193, 0.021037508669651695, 0.10933416864603938, - 0.15568485492230696 + 0.15568485492230624 ], "resistance": [ - 97408.2669250844, + 97408.26692508439, 98110.77035550232, 97677.0256387718, 96655.63021119923, @@ -149738,7 +107650,7 @@ 96341.04340863432 ], "fuel": [ - 42.53186040788549, + 42.53186040788548, 42.896680973725374, 42.67121395187672, 42.14304250656466, @@ -149778,19 +107690,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 891.3444405503951, + 891.3444405503897, 1671.5354824778733, - 1152.886107505501, + 1152.8861075055038, -13.356239312851358, - -1098.9455651629305, + -1098.9455651629296, -1503.1323441740187, - -1282.1774573576477, + -1282.1774573576458, -320.4893767012727 ], "relative wind speed": [ - 3.986867919752135, + 3.9868679197521346, 4.151132104664778, - 4.050954565429293, + 4.050954565429292, 3.72980446709043, 3.346532735961869, 3.140461655877129, @@ -149798,17 +107710,17 @@ 3.630834036373106 ], "relative wind angle": [ - 0.09865486988789587, + 0.09865486988789701, 0.012035218975379321, - 0.0795798312837523, + 0.07957983128374951, 0.135916773347142, - 0.11761217690102535, + 0.11761217690102442, 0.01590870726931553, - 0.09868172028369698, - 0.13964557905840605 + 0.09868172028369586, + 0.13964557905840608 ], "resistance": [ - 97525.8444405504, + 97525.84444055038, 98306.03548247788, 97787.3861075055, 96621.14376068715, @@ -149818,7 +107730,7 @@ 96314.01062329873 ], "fuel": [ - 43.67632163673691, + 43.6763216367369, 44.08194065527791, 43.81204399987523, 43.20880646352359, @@ -149858,7 +107770,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 838.865527695431, + 838.86552769543, 1447.2865909515417, 919.6794629877982, -72.27528675970643, @@ -149875,20 +107787,20 @@ 2.6600417850763423, 2.467223705183243, 2.629997046909627, - 3.013117180803001 + 3.0131171808030013 ], "relative wind angle": [ - 0.11347307561718606, + 0.11347307561718703, 0.005365500522751619, - 0.10477610127824717, - 0.17119618706150225, - 0.14362633110478668, - 0.007625598299670719, + 0.10477610127824719, + 0.17119618706150228, + 0.1436263311047867, + 0.00762559829967072, 0.13506174503173435, - 0.1733236556826408 + 0.17332365568264144 ], "resistance": [ - 97473.36552769545, + 97473.36552769544, 98081.78659095155, 97554.17946298781, 96562.22471324031, @@ -149898,7 +107810,7 @@ 96468.02377485807 ], "fuel": [ - 41.952736227641466, + 41.95273622764145, 42.26873929073565, 41.994630217157294, 41.48208187759661, @@ -149925,68 +107837,7 @@ "id": "2976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.194668965816481, - 13.194668965816481, - 13.194668965816481, - 13.194668965816481, - 13.194668965816481, - 13.194668965816481, - 13.194668965816481, - 13.194668965816481 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1177.6305533629693, - 1582.9805340073963, - 778.7779216358094, - -398.2995496786898, - -1287.3404773349503, - -1459.949204778467, - -1007.7260534178258, - 70.75333672153101 - ], - "relative wind speed": [ - 4.070048590949738, - 4.148266187443999, - 3.9723483053708084, - 3.621663079444425, - 3.283108569683131, - 3.183706181658034, - 3.400668515723993, - 3.7719562500124364 - ], - "relative wind angle": [ - 0.0706974859156119, - 0.018272482180968934, - 0.09952427284156186, - 0.1335913195846104, - 0.08768253904800283, - 0.023809377932864927, - 0.11632544866943709, - 0.12823839522703612 - ], - "resistance": [ - 97812.13055336298, - 98217.48053400741, - 97413.27792163582, - 96236.20045032132, - 95347.15952266507, - 95174.55079522154, - 95626.7739465822, - 96705.25333672155 - ], - "fuel": [ - 43.8814575475328, - 44.09234692691078, - 43.674545289384184, - 43.06736560506227, - 42.61218325129508, - 42.52414980542336, - 42.75502671869523, - 43.30870238685933 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -67.96875, -50.46875 -67.8125, -50.3125 -67.8125, -50.3125 -67.96875, -50.46875 -67.96875))", @@ -150005,68 +107856,7 @@ "id": "2977", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.162700590407677, - 13.162700590407677, - 13.162700590407677, - 13.162700590407677, - 13.162700590407677, - 13.162700590407677, - 13.162700590407677, - 13.162700590407677 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1166.2264384042855, - 1702.5789674430825, - 914.3478056086788, - -316.55338496768763, - -1297.6136363684464, - -1526.1555272902233, - -1121.1781316044144, - -20.85999203438223 - ], - "relative wind speed": [ - 4.065841750986242, - 4.168996548671202, - 4.00437399276124, - 3.6445430080953503, - 3.2765607551510216, - 3.1442626009012518, - 3.351403952428908, - 3.739548874985055 - ], - "relative wind angle": [ - 0.08086152652764113, - 0.01150595638852938, - 0.09911597972565339, - 0.1410644154142607, - 0.10039929455724439, - 0.015256071433329133, - 0.11851062462544011, - 0.1374575281598029 - ], - "resistance": [ - 97800.72643840431, - 98337.07896744311, - 97548.8478056087, - 96317.94661503234, - 95336.88636363158, - 95108.34447270981, - 95513.32186839561, - 96613.64000796565 - ], - "fuel": [ - 43.85004962651905, - 44.12920300432813, - 43.719324690260166, - 43.08388307961006, - 42.581457056675035, - 42.46492924660792, - 42.671550058899314, - 43.23601762078273 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -68.125, -50.625 -67.96875, -50.46875 -67.96875, -50.46875 -68.125, -50.625 -68.125))", @@ -150098,11 +107888,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1304.756701664146, + 1304.7567016641278, 1703.4445884673387, - 802.6928843521855, + 802.6928843521782, -491.1781900636706, - -1448.037605097752, + -1448.0376050977557, -1617.1135576865463, -1095.4250188643873, 101.7580515817408 @@ -150118,19 +107908,19 @@ 4.280842054376629 ], "relative wind angle": [ - 0.058654414437760004, + 0.058654414437765694, 0.018097043345063273, - 0.08679083063711183, - 0.11263494564691812, - 0.07058822449944904, - 0.022607483581066897, - 0.09861874747316493, + 0.08679083063711439, + 0.1126349456469181, + 0.07058822449945061, + 0.022607483581066894, + 0.09861874747316494, 0.1082304243291158 ], "resistance": [ - 97939.25670166416, + 97939.25670166414, 98337.94458846735, - 97437.1928843522, + 97437.19288435219, 96143.32180993634, 95186.46239490226, 95017.38644231347, @@ -150138,9 +107928,9 @@ 96736.25805158175 ], "fuel": [ - 45.51324498873692, + 45.513244988736915, 45.720851968875024, - 45.25264891107764, + 45.25264891107763, 44.58538882202944, 44.09593533696473, 44.00980365718877, @@ -150165,68 +107955,7 @@ "id": "2979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.582880737010415, - 13.582880737010415, - 13.582880737010415, - 13.582880737010415, - 13.582880737010415, - 13.582880737010415, - 13.582880737010415, - 13.582880737010415 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1349.4276995565433, - 1632.9049266544498, - 704.7792713917279, - -548.3018613656004, - -1426.0279271566005, - -1546.846505285811, - -974.0596854769774, - 210.03154314661424 - ], - "relative wind speed": [ - 4.2122774518447095, - 4.265276045566378, - 4.058729647893751, - 3.686806193851625, - 3.3522891597859745, - 3.2845919377078703, - 3.536642134489462, - 3.9228285752904366 - ], - "relative wind angle": [ - 0.06241768896094464, - 0.02790464458136133, - 0.10640365469825644, - 0.13346227271709676, - 0.07845973151013107, - 0.03623939314813698, - 0.12218471808242237, - 0.12538860036969887 - ], - "resistance": [ - 97983.92769955655, - 98267.40492665445, - 97339.27927139173, - 96086.1981386344, - 95208.4720728434, - 95087.65349471419, - 95660.44031452302, - 96844.53154314662 - ], - "fuel": [ - 44.28559910444401, - 44.433199303712, - 43.95105838450962, - 43.305195460010154, - 42.856277670569696, - 42.79470880769451, - 43.087081277158326, - 43.69535753261195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -67.96875, -50.3125 -67.8125, -50.15625 -67.8125, -50.15625 -67.96875, -50.3125 -67.96875))", @@ -150245,68 +107974,7 @@ "id": "2980", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.970833067574178, - 11.970833067574178, - 11.970833067574178, - 11.970833067574178, - 11.970833067574178, - 11.970833067574178, - 11.970833067574178, - 11.970833067574178 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1098.7414649374678, - 1652.997823697262, - 919.1206142583369, - -250.87798433652915, - -1200.9615505640695, - -1437.953991366489, - -1075.444018567071, - -40.97940517386087 - ], - "relative wind speed": [ - 3.749904613573569, - 3.8646333129797825, - 3.7024777791735555, - 3.3315801689036237, - 2.9388623621096754, - 2.7862709757904214, - 2.998392050591659, - 3.4057701291328075 - ], - "relative wind angle": [ - 0.09473360774614471, - 0.009724126620789903, - 0.11038171744750735, - 0.16256516823937664, - 0.12099164614765733, - 0.013487823402163628, - 0.13644806263559753, - 0.15899342221947244 - ], - "resistance": [ - 97733.24146493748, - 98287.49782369728, - 97553.62061425835, - 96383.62201566348, - 95433.53844943595, - 95196.54600863352, - 95559.05598143295, - 96593.52059482616 - ], - "fuel": [ - 42.91295103870169, - 43.201302035831645, - 42.819748827791386, - 42.215594277242225, - 41.72874526764927, - 41.60782722545106, - 41.79287135156227, - 42.323605093021385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -67.96875, -50.15625 -67.8125, -50 -67.8125, -50 -67.96875, -50.15625 -67.96875))", @@ -150325,68 +107993,7 @@ "id": "2981", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.459947895331764, - 12.459947895331764, - 12.459947895331764, - 12.459947895331764, - 12.459947895331764, - 12.459947895331764, - 12.459947895331764, - 12.459947895331764 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1102.652953153538, - 1821.656978105374, - 1093.2548375230108, - -164.39719589528795, - -1241.9712764594174, - -1549.0051536633846, - -1235.404452456315, - -153.4165703184699 - ], - "relative wind speed": [ - 3.8815542599649255, - 4.0249801011949335, - 3.879171445769639, - 3.5048676907141507, - 3.0867270275353897, - 2.897219770841374, - 3.089721040789089, - 3.508596540806221 - ], - "relative wind angle": [ - 0.10255822353959698, - 0.00046932071628846687, - 0.10331377707838414, - 0.1615871566023146, - 0.1290991450842586, - 0.00065200666757559, - 0.12984526481387226, - 0.16141391776108113 - ], - "resistance": [ - 97737.15295315353, - 98456.15697810537, - 97727.75483752301, - 96470.10280410471, - 95392.52872354058, - 95085.49484633662, - 95399.09554754368, - 96481.08342968153 - ], - "fuel": [ - 43.27384060525841, - 43.64813216796671, - 43.26896096935824, - 42.61893482599606, - 42.066664999667026, - 41.910097350835485, - 42.07001749158348, - 42.62458476905785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -68.125, -50.3125 -67.96875, -50.15625 -67.96875, -50.15625 -68.125, -50.3125 -68.125))", @@ -150405,68 +108012,7 @@ "id": "2982", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.676820765440084, - 11.676820765440084, - 11.676820765440084, - 11.676820765440084, - 11.676820765440084, - 11.676820765440084, - 11.676820765440084, - 11.676820765440084 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1187.5901915262348, - 1519.2660156075253, - 715.1175225870893, - -410.78661523349456, - -1233.3448611414706, - -1375.4487815733132, - -903.1379781412488, - 141.53396766669357 - ], - "relative wind speed": [ - 3.69440814349349, - 3.7644171561002446, - 3.5663604123979824, - 3.184875331414093, - 2.820113444781231, - 2.7259594360527486, - 2.9803967489291368, - 3.3850052430530804 - ], - "relative wind angle": [ - 0.08011877790454004, - 0.026924134701789813, - 0.12340579708571237, - 0.16384328512346058, - 0.10503808018406159, - 0.03718499498764932, - 0.1478314541655241, - 0.15407657252343135 - ], - "resistance": [ - 97822.09019152625, - 98153.76601560754, - 97349.6175225871, - 96223.71338476652, - 95401.15513885855, - 95259.0512184267, - 95731.36202185876, - 96776.0339676667 - ], - "fuel": [ - 42.75096788425259, - 42.9234940120732, - 42.505911061147835, - 41.92528796860048, - 41.50408073001827, - 41.43156864835156, - 41.67286722354787, - 42.209527493478475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -68.125, -50.15625 -67.96875, -50 -67.96875, -50 -68.125, -50.15625 -68.125))", @@ -150485,68 +108031,7 @@ "id": "2983", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.880638467252414, - 13.880638467252414, - 13.880638467252414, - 13.880638467252414, - 13.880638467252414, - 13.880638467252414, - 13.880638467252414, - 13.880638467252414 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1400.968103469484, - 1810.3396435655313, - 852.958004566487, - -504.4307429616474, - -1502.2957851174324, - -1676.868178611826, - -1118.3034924698259, - 139.3868871725399 - ], - "relative wind speed": [ - 4.308216336997864, - 4.382803176605507, - 4.181069303110187, - 3.7933990990719946, - 3.427172284734936, - 3.331257148700358, - 3.5811865852284583, - 3.9895314450183683 - ], - "relative wind angle": [ - 0.07013675057463145, - 0.022584477585147315, - 0.10588561220319757, - 0.1390967081332965, - 0.0882093116996004, - 0.029715350298709756, - 0.12370686268854512, - 0.13221728335613753 - ], - "resistance": [ - 98035.46810346947, - 98444.83964356552, - 97487.45800456648, - 96130.06925703834, - 95132.20421488256, - 94957.63182138816, - 95516.19650753016, - 96773.88688717253 - ], - "fuel": [ - 44.5606195091658, - 44.77394443593893, - 44.276025682100766, - 43.575915526493155, - 43.0656121477503, - 42.97671746918802, - 43.2615453905325, - 43.90712723289063 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -68.28125, -50.625 -68.125, -50.46875 -68.125, -50.46875 -68.28125, -50.625 -68.28125))", @@ -150578,19 +108063,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1092.8019799224576, + 1092.8019799224494, 1336.5591364061365, - 580.7717809486221, + 580.7717809486203, -450.80019829206867, - -1178.574965684389, + -1178.5749656843864, -1282.1344430635208, -819.126865055623, 153.26924105988746 ], "relative wind speed": [ - 3.9976807546243256, + 3.9976807546243247, 4.045879687832853, - 3.869397622972298, + 3.8693976229722975, 3.5509189889200643, 3.2655540519047244, 3.2056438095001454, @@ -150598,13 +108083,13 @@ 3.746500902966924 ], "relative wind angle": [ - 0.056955539390807976, + 0.056955539390809926, 0.02433498055725216, 0.09493549206444013, 0.1186347704371868, - 0.06974362402630954, + 0.06974362402630795, 0.030715255162895635, - 0.10756349095651518, + 0.1075634909565152, 0.11241462058236569 ], "resistance": [ @@ -150658,7 +108143,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 998.7749791380502, + 998.774979138042, 1284.7663302224846, 605.9889008109922, -350.3181993810299, @@ -150668,9 +108153,9 @@ 109.79333318351564 ], "relative wind speed": [ - 3.484773198029682, + 3.4847731980296817, 3.548941006148655, - 3.3720041042704563, + 3.3720041042704554, 3.0310508615209786, 2.706364791614181, 2.621654508487237, @@ -150678,13 +108163,13 @@ 3.2063663704991385 ], "relative wind angle": [ - 0.07620572996863931, - 0.024980315584501603, - 0.11611616250585768, - 0.1536328127760148, + 0.07620572996864222, + 0.0249803155845016, + 0.11611616250585578, + 0.15363281277601476, 0.09818687105631593, 0.033818852059511635, - 0.13772057654577696, + 0.137720576545777, 0.1451713050387413 ], "resistance": [ @@ -150738,7 +108223,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1014.9275106674231, + 1014.927510667414, 1139.531347345921, 436.9676056222215, -461.68531394362435, @@ -150748,7 +108233,7 @@ 219.18413099077497 ], "relative wind speed": [ - 3.641201555853578, + 3.6412015558535775, 3.6682486040678546, 3.481304937832529, 3.167269870968435, @@ -150758,9 +108243,9 @@ 3.412066286026335 ], "relative wind angle": [ - 0.053966904047308625, - 0.033624426122556825, - 0.10671684958429002, + 0.05396690404731275, + 0.03362442612255682, + 0.10671684958429005, 0.1269748369490612, 0.06775715882557991, 0.043031794997441794, @@ -150818,9 +108303,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 764.802625155713, + 764.8026251557076, 959.2541484877647, - 435.6107433437446, + 435.6107433437455, -289.9912587202939, -812.1330501190614, -895.0801762456922, @@ -150828,27 +108313,27 @@ 96.76922326765907 ], "relative wind speed": [ - 3.150936399218386, + 3.1509363992183856, 3.1994134234999265, - 3.0463105983252903, + 3.04631059832529, 2.7604053072612693, - 2.495644083311798, + 2.4956440833117974, 2.4331858391863515, 2.6223331826866554, 2.9217806423707318 ], "relative wind angle": [ - 0.06778929750637785, - 0.025455131381224728, - 0.10807828464025093, + 0.06778929750638113, + 0.025455131381224724, + 0.1080782846402499, 0.1392981676099705, - 0.08562809767649081, - 0.03347377018054081, - 0.1256383108558259, + 0.0856280976764895, + 0.033473770180540804, + 0.12563831085582589, 0.13155844288463514 ], "resistance": [ - 97399.30262515572, + 97399.3026251557, 97593.75414848776, 97070.11074334374, 96344.5087412797, @@ -150898,19 +108383,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1098.7654221786734, + 1098.7654221786725, 1411.5576442625388, - 663.9216724516509, + 663.9216724516464, -388.9211444987541, - -1160.0658004450738, + -1160.0658004450725, -1293.7587428826173, - -855.7271175536416, + -855.7271175536403, 120.74934300830682 ], "relative wind speed": [ - 3.6816477246871187, + 3.681647724687118, 3.748130307744128, - 3.5634828658947217, + 3.5634828658947213, 3.2086088965640838, 2.8716804161692746, 2.7843486810157017, @@ -150920,15 +108405,15 @@ "relative wind angle": [ 0.0748553478629782, 0.024737172931583014, - 0.11430672702423716, + 0.11430672702423911, 0.1508198426458829, - 0.09602646667832658, + 0.09602646667832543, 0.03330252103444906, - 0.13512583150624696, + 0.13512583150624616, 0.14260676984536053 ], "resistance": [ - 97733.26542217871, + 97733.2654221787, 98046.05764426256, 97298.42167245167, 96245.57885550127, @@ -150938,7 +108423,7 @@ 96755.24934300834 ], "fuel": [ - 42.75864286359373, + 42.75864286359372, 42.92123203023089, 42.53321626800695, 41.99032798410207, @@ -150965,68 +108450,7 @@ "id": "2989", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.73654734201231, - 15.73654734201231, - 15.73654734201231, - 15.73654734201231, - 15.73654734201231, - 15.73654734201231, - 15.73654734201231, - 15.73654734201231 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1458.544641072258, - 1698.5765137824892, - 681.3120719043673, - -660.7339887005528, - -1571.388220368719, - -1673.0994108571258, - -1025.1982020661071, - 258.66593477012975 - ], - "relative wind speed": [ - 4.781754677364749, - 4.821620229212594, - 4.618728151708626, - 4.270955512261627, - 3.972941749031265, - 3.9244645878059767, - 4.161345238779099, - 4.5175638288769395 - ], - "relative wind angle": [ - 0.048049694148560466, - 0.025710527576109685, - 0.08779252028766292, - 0.10526682211068046, - 0.057841665265497985, - 0.03158987886420827, - 0.09747113727306136, - 0.09950083875644297 - ], - "resistance": [ - 98093.04464107222, - 98333.07651378246, - 97315.81207190434, - 95973.76601129942, - 95063.11177963125, - 94961.40058914284, - 95609.30179793386, - 96893.1659347701 - ], - "fuel": [ - 46.269303686088435, - 46.39436092702151, - 45.86583448555429, - 45.17445659697367, - 44.7091342933587, - 44.657353909240655, - 44.98785382401806, - 45.64737816483226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -68.4375, -50.3125 -68.28125, -50.15625 -68.28125, -50.15625 -68.4375, -50.3125 -68.4375))", @@ -151058,9 +108482,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 876.5397864422657, + 876.5397864422521, 987.8830395884697, - 378.85909321492545, + 378.85909321492727, -403.65874642351537, -921.2200314251263, -968.5445722865279, @@ -151068,7 +108492,7 @@ 183.6666043998748 ], "relative wind speed": [ - 3.4951419208385235, + 3.495141920838523, 3.5203772295958875, 3.3518742390334806, 3.069262125536267, @@ -151078,17 +108502,17 @@ 3.2874992717771345 ], "relative wind angle": [ - 0.050807974402004054, - 0.03120330785956409, - 0.09945974357705957, - 0.11784451644873427, + 0.05080797440201061, + 0.031203307859564086, + 0.09945974357705845, + 0.11784451644873428, 0.06275152722831685, 0.03924752871204962, - 0.11121493097372168, + 0.11121493097372169, 0.10998869011748173 ], "resistance": [ - 97511.03978644228, + 97511.03978644227, 97622.38303958849, 97013.35909321494, 96230.8412535765, @@ -151138,17 +108562,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1089.3174627691915, + 1089.3174627691806, 1526.9984904733228, 771.0699319112337, -382.82587944814077, -1277.0454139878266, -1461.503594046023, - -1053.1381652713571, + -1053.1381652713608, -5.147172477874847 ], "relative wind speed": [ - 4.790151974444963, + 4.790151974444962, 4.862831730393264, 4.724167340474596, 4.442539799808854, @@ -151158,17 +108582,17 @@ 4.54136560517312 ], "relative wind angle": [ - 0.04988024951665953, + 0.04988024951666175, 0.010199518689429428, - 0.06545012221886282, + 0.06545012221886283, 0.08730451235060904, - 0.0572635621435241, - 0.012132336880353246, - 0.07280515920935385, + 0.057263562143524106, + 0.012132336880353247, + 0.07280515920935539, 0.08539997265913725 ], "resistance": [ - 97723.8174627692, + 97723.81746276919, 98161.49849047334, 97405.56993191125, 96251.67412055188, @@ -151218,9 +108642,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1342.4673723733554, + -1342.4673723733576, -1327.0301011215793, - -630.0773639925228, + -630.0773639925242, 506.7507700588726, 1470.0876169661055, 1434.3769076882731, @@ -151228,7 +108652,7 @@ -681.9791898132248 ], "relative wind speed": [ - 2.3503346580147344, + 2.3503346580147335, 2.3621259107897647, 2.745125738656527, 3.201009126245352, @@ -151238,9 +108662,9 @@ 2.7205822133971487 ], "relative wind angle": [ - 0.09440613643334932, + 0.0944061364333505, 0.10374814396049084, - 0.20823575702464014, + 0.20823575702464125, 0.17520093034996118, 0.06367309859518398, 0.0704756244770136, @@ -151298,7 +108722,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1550.0333471867525, + -1550.0333471867543, -1560.3907270317636, -797.387697550811, 497.07949898325387, @@ -151318,13 +108742,13 @@ 3.2287761895915685 ], "relative wind angle": [ - 0.0816435523205044, - 0.07712523934796148, + 0.08164355232050576, + 0.07712523934796149, 0.17045604208832923, - 0.15092734423232876, + 0.1509273442323288, 0.05914738997191214, 0.0556809795485735, - 0.14888391746955998, + 0.14888391746956, 0.17144748261953952 ], "resistance": [ @@ -151378,34 +108802,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1388.4152073128635, + -1388.415207312863, -1417.5979334407039, -754.8477940839794, 405.4231385178073, 1429.311130411883, 1497.2507398966845, 522.5191011783309, - -654.4423428742266 + -654.442342874227 ], "relative wind speed": [ - 2.765267799561148, + 2.7652677995611477, 2.745906632886819, 3.070962460547876, 3.494498302114003, 3.775344498311627, 3.7894496760993928, 3.5311643476518273, - 3.112621676456034 + 3.1126216764560346 ], "relative wind angle": [ - 0.08431257513480074, + 0.08431257513479942, 0.07048420308619172, - 0.1656413127778675, - 0.1501448415881211, + 0.16564131277786753, + 0.15014484158812108, 0.06172115992888197, 0.051054078459352545, - 0.1438921732748599, - 0.16873247105734648 + 0.14389217327485987, + 0.1687324710573478 ], "resistance": [ 95246.08479268715, @@ -151458,9 +108882,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1317.4402745161747, + -1317.4402745161756, -1205.3181315963798, - -436.65811215744316, + -436.658112157445, 654.3320007437178, 1467.5001466518352, 1206.841495637862, @@ -151468,7 +108892,7 @@ -820.0914858676933 ], "relative wind speed": [ - 2.4787431948672864, + 2.478743194867286, 2.5597773070786176, 2.936740571392933, 3.338619908151027, @@ -151478,11 +108902,11 @@ 2.763827240184864 ], "relative wind angle": [ - 0.05142461390229848, - 0.11389543728071766, - 0.18452465738697404, + 0.05142461390229849, + 0.11389543728071767, + 0.18452465738697527, 0.14158027248323715, - 0.035843811213913994, + 0.035843811213914, 0.08327424089678762, 0.16985626958174732, 0.17129029717482103 @@ -151538,34 +108962,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1246.8298892846756, + -1246.8298892846758, -1370.8598476817804, - -832.560454767834, + -832.5604547678345, 265.5810105752694, 1346.7340410795277, 1632.5623515961124, 746.7855527489687, - -423.56504973841675 + -423.5650497384163 ], "relative wind speed": [ - 2.1592902848525037, + 2.159290284852503, 2.054659810720714, 2.41622110086704, 2.9266200045518853, 3.2871172209407473, 3.353512668929811, 3.1031515835016013, - 2.6272741591657973 + 2.627274159165797 ], "relative wind angle": [ - 0.16333994188820702, + 0.16333994188820566, 0.07500777112360388, - 0.2376733415401306, + 0.23767334154013153, 0.2241585486377333, 0.107024884021046, 0.04592949033244224, 0.1843659755582215, - 0.2502155727252594 + 0.2502155727252585 ], "resistance": [ 95387.67011071536, @@ -151618,37 +109042,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1171.2845887972262, + -1171.284588797229, -1496.6687307469406, - -1189.3867977197738, - -131.00459333458775, - 1116.6826876656323, + -1189.3867977197747, + -131.0045933345882, + 1116.6826876656305, 1856.9598501967748, - 1142.7887703033202, + 1142.7887703033175, -100.86054114771332 ], "relative wind speed": [ - 2.5713977225452673, + 2.571397722545267, 2.334246833681934, 2.561416618838338, 3.0491057985788026, - 3.471953036069236, + 3.4719530360692357, 3.6356341746148275, - 3.4793230716505974, + 3.479323071650598, 3.060963567449716 ], "relative wind angle": [ - 0.18159932951771543, + 0.18159932951771726, 0.00259960943229291, - 0.17890915803341428, - 0.21505915010929127, - 0.1341601588526107, + 0.17890915803341492, + 0.2150591501092913, + 0.1341601588526099, 0.0016690694876022136, - 0.1313859463878028, - 0.21421303137556116 + 0.13138594638780446, + 0.21421303137556114 ], "resistance": [ - 95463.21541120276, + 95463.21541120275, 95137.83126925305, 95445.1132022802, 96503.4954066654, @@ -151685,68 +109109,7 @@ "id": "2998", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.341983700792744, - 11.341983700792744, - 11.341983700792744, - 11.341983700792744, - 11.341983700792744, - 11.341983700792744, - 11.341983700792744, - 11.341983700792744 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1469.5283829344971, - -1557.369483322871, - -894.8324464706625, - 360.5821641346474, - 1533.9699309649113, - 1737.4636989770042, - 707.8600354964838, - -598.0574461002043 - ], - "relative wind speed": [ - 2.6070845556324564, - 2.545517357159539, - 2.901681518354896, - 3.3883179328785187, - 3.724168120460983, - 3.7665182136921476, - 3.4995088849312554, - 3.0307787209575388 - ], - "relative wind angle": [ - 0.1167404771540533, - 0.07160541504455287, - 0.19463649195038749, - 0.18148513845228062, - 0.08162868700992877, - 0.048370439240768774, - 0.16106482810843117, - 0.20317790587479315 - ], - "resistance": [ - 95164.97161706554, - 95077.13051667718, - 95739.66755352938, - 96995.08216413468, - 98168.46993096496, - 98371.96369897705, - 97342.36003549653, - 96036.44255389983 - ], - "fuel": [ - 41.153510034988784, - 41.10875524617889, - 41.44702437501253, - 42.09247666799173, - 42.70105846562241, - 42.80712253657908, - 42.27205982355214, - 41.59907739994323 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -57.8125, -59.21875 -57.65625, -59.0625 -57.65625, -59.0625 -57.8125, -59.21875 -57.8125))", @@ -151765,68 +109128,7 @@ "id": "2999", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.178323961411536, - 10.178323961411536, - 10.178323961411536, - 10.178323961411536, - 10.178323961411536, - 10.178323961411536, - 10.178323961411536, - 10.178323961411536 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1321.2006893491998, - -1399.6744038806014, - -790.8996135270031, - 353.18234542519303, - 1424.9665127074127, - 1606.0593529239518, - 659.5772579098862, - -529.9405230212428 - ], - "relative wind speed": [ - 2.275175743453125, - 2.2126859751473438, - 2.584156698077349, - 3.078681454389266, - 3.4142020819689547, - 3.4550284073368873, - 3.1867435855274886, - 2.7119957637353 - ], - "relative wind angle": [ - 0.13556426584669748, - 0.08495559217827064, - 0.22359934110387647, - 0.20363673249829647, - 0.0901838499899285, - 0.05436902846885761, - 0.18079476169506045, - 0.23164184895679463 - ], - "resistance": [ - 95313.29931065085, - 95234.82559611944, - 95843.60038647304, - 96987.68234542523, - 98059.46651270745, - 98240.559352924, - 97294.07725790993, - 96104.5594769788 - ], - "fuel": [ - 40.486941079542525, - 40.4469142669726, - 40.758030531062225, - 41.34644831695229, - 41.90210092385753, - 41.99640828790604, - 41.504858473271135, - 40.89181676560593 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -57.65625, -59.0625 -57.5, -58.90625 -57.5, -58.90625 -57.65625, -59.0625 -57.65625))", @@ -151845,68 +109147,7 @@ "id": "3000", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.20644508611507, - 11.20644508611507, - 11.20644508611507, - 11.20644508611507, - 11.20644508611507, - 11.20644508611507, - 11.20644508611507, - 11.20644508611507 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1299.6403092197238, - -1561.8975155708495, - -1145.7984095819793, - 0.6887047198842993, - 1263.1505642704587, - 1872.4143890598443, - 1041.7025262885254, - -255.68744928316573 - ], - "relative wind speed": [ - 2.6581545981681143, - 2.472910286803936, - 2.7387289579607796, - 3.226502608939746, - 3.624897366414348, - 3.7537156922467156, - 3.5644116596749917, - 3.1297520188195382 - ], - "relative wind angle": [ - 0.15789570353839108, - 0.019973295102891357, - 0.17907312424328214, - 0.19983547990641795, - 0.1155622084007358, - 0.0131577114836213, - 0.13728818000730147, - 0.2061006132322908 - ], - "resistance": [ - 95334.85969078027, - 95072.60248442915, - 95488.70159041802, - 96635.18870471988, - 97897.65056427046, - 98506.91438905985, - 97676.20252628853, - 96378.81255071683 - ], - "fuel": [ - 41.14910951218739, - 41.0154095323632, - 41.22765794800275, - 41.815803824825196, - 42.46910277834307, - 42.786506408465364, - 42.35407890686052, - 41.68385873043368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -57.65625, -58.90625 -57.5, -58.75 -57.5, -58.75 -57.65625, -58.90625 -57.65625))", @@ -151938,19 +109179,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1422.092917653963, + -1422.0929176539644, -1421.9077253388855, - -688.5921899975369, + -688.5921899975383, 532.7577813280818, - 1590.5093104259727, + 1590.5093104259709, 1590.0823758768688, - 532.0366744245748, + 532.0366744245757, -689.2059148987396 ], "relative wind speed": [ - 2.253969460754537, + 2.2539694607545364, 2.2541159309708214, - 2.6752008400449485, + 2.675200840044948, 3.17670694841574, 3.488007186758022, 3.487912532537657, @@ -151958,13 +109199,13 @@ 2.6749028821205574 ], "relative wind angle": [ - 0.11404218957978139, - 0.11415923793810344, + 0.11404218957978238, + 0.11415923793810343, 0.2337379568936841, 0.1962717324046943, - 0.07360148825591954, + 0.07360148825592105, 0.07368363755653722, - 0.19632450535634682, + 0.19632450535634624, 0.23372009949467368 ], "resistance": [ @@ -152005,68 +109246,7 @@ "id": "3002", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.110150573872152, - 11.110150573872152, - 11.110150573872152, - 11.110150573872152, - 11.110150573872152, - 11.110150573872152, - 11.110150573872152, - 11.110150573872152 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1439.873292768002, - -1504.553607315131, - -834.2421945366405, - 394.07320981073644, - 1520.1587527119873, - 1669.9125239143286, - 649.3955250738472, - -616.1284188373206 - ], - "relative wind speed": [ - 2.5381462118179265, - 2.4917662493930908, - 2.8552791301323404, - 3.336875943546008, - 3.66174531948542, - 3.6934625943313084, - 3.420226025626052, - 2.9522574269062325 - ], - "relative wind angle": [ - 0.11339476812324917, - 0.07871990204295802, - 0.19894718902410458, - 0.18143371239297365, - 0.07851211324610485, - 0.053077864882207546, - 0.16574990008139603, - 0.2053885475878432 - ], - "resistance": [ - 95194.62670723199, - 95129.94639268485, - 95800.25780546335, - 97028.57320981073, - 98154.65875271197, - 98304.41252391432, - 97283.89552507384, - 96018.37158116266 - ], - "fuel": [ - 41.01364183916226, - 40.98067747984265, - 41.32305737576895, - 41.954792029682324, - 42.53888158971755, - 42.616912881418585, - 42.08681157657908, - 41.43482548311693 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -57.8125, -58.90625 -57.65625, -58.75 -57.65625, -58.75 -57.8125, -58.90625 -57.8125))", @@ -152085,68 +109265,7 @@ "id": "3003", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.903268096392795, - 9.903268096392795, - 9.903268096392795, - 9.903268096392795, - 9.903268096392795, - 9.903268096392795, - 9.903268096392795, - 9.903268096392795 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1373.8136236321661, - -1318.0819991409048, - -557.1431678075683, - 619.5952021885851, - 1581.9644122943469, - 1453.5632436092305, - 403.156373514179, - -741.1954500891998 - ], - "relative wind speed": [ - 2.130943135136419, - 2.1769682237568104, - 2.6178000981111067, - 3.1054483989338304, - 3.3877865207993247, - 3.3583962703123262, - 3.0273980250413235, - 2.524719072937409 - ], - "relative wind angle": [ - 0.09877228334473472, - 0.13691921477854133, - 0.24318484932658024, - 0.1925662628034926, - 0.06206737915457399, - 0.08859210164931328, - 0.2097507690100598, - 0.23762877839839022 - ], - "resistance": [ - 95260.68637636781, - 95316.41800085906, - 96077.3568321924, - 97254.09520218856, - 98216.46441229431, - 98088.0632436092, - 97037.65637351415, - 95893.30454991077 - ], - "fuel": [ - 40.297701003151005, - 40.326130842432306, - 40.7154574698972, - 41.32176596251945, - 41.82145192480337, - 41.75458362398652, - 41.209860248303855, - 40.62109144294695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -57.96875, -59.375 -57.8125, -59.21875 -57.8125, -59.21875 -57.96875, -59.375 -57.96875))", @@ -152165,68 +109284,7 @@ "id": "3004", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.258069678388013, - 11.258069678388013, - 11.258069678388013, - 11.258069678388013, - 11.258069678388013, - 11.258069678388013, - 11.258069678388013, - 11.258069678388013 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1361.1568238480945, - -1399.3754343951746, - -753.1734903778738, - 393.0869032642895, - 1417.0505087701304, - 1505.8173122279895, - 545.4111052168901, - -622.7485934043275 - ], - "relative wind speed": [ - 2.617531776731438, - 2.590851900997185, - 2.926665221868729, - 3.3652135263798355, - 3.657052853046097, - 3.6760025298237626, - 3.414694547287575, - 2.9834285803487277 - ], - "relative wind angle": [ - 0.09465931285612772, - 0.07485847545977299, - 0.17912174559712676, - 0.16226043241121457, - 0.06770287847025949, - 0.05273553911124878, - 0.1533017361692329, - 0.18324641655303295 - ], - "resistance": [ - 95273.34317615195, - 95235.12456560487, - 95881.32650962217, - 97027.58690326434, - 98051.55050877017, - 98140.31731222803, - 97179.91110521693, - 96011.75140659572 - ], - "fuel": [ - 41.15225797653654, - 41.13276676367431, - 41.463056008494235, - 42.05275975328629, - 42.583681351550226, - 42.62989040349679, - 42.13149230167364, - 41.5299077430537 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -57.96875, -59.21875 -57.8125, -59.0625 -57.8125, -59.0625 -57.96875, -59.21875 -57.96875))", @@ -152245,68 +109303,7 @@ "id": "3005", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.015595787384306, - 10.015595787384306, - 10.015595787384306, - 10.015595787384306, - 10.015595787384306, - 10.015595787384306, - 10.015595787384306, - 10.015595787384306 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1223.952242363062, - -1259.3453392771926, - -668.1223814160562, - 377.38055736571005, - 1316.4778396856045, - 1398.3095410436335, - 516.5119536718839, - -549.3927637703314 - ], - "relative wind speed": [ - 2.259418655626072, - 2.23109042282535, - 2.5837467375845082, - 3.033853258612524, - 3.3289860117818093, - 3.348037642143092, - 3.0840514464015496, - 2.642509211570746 - ], - "relative wind angle": [ - 0.11301668095135069, - 0.08958971868509502, - 0.20940648027349557, - 0.18563807734778803, - 0.0766173903092247, - 0.05965701642926954, - 0.1750491360109522, - 0.21352713211915716 - ], - "resistance": [ - 95410.54775763694, - 95375.15466072281, - 95966.37761858394, - 97011.88055736572, - 97950.9778396856, - 98032.80954104364, - 97151.01195367188, - 96085.10723622967 - ], - "fuel": [ - 40.43989423158684, - 40.42182575426823, - 40.72426151215815, - 41.26226458603934, - 41.7489801242276, - 41.79154731197025, - 41.33416655858686, - 40.785153603256276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -58.125, -59.375 -57.96875, -59.21875 -57.96875, -59.21875 -58.125, -59.375 -58.125))", @@ -152325,68 +109322,7 @@ "id": "3006", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.589122915085005, - 9.589122915085005, - 9.589122915085005, - 9.589122915085005, - 9.589122915085005, - 9.589122915085005, - 9.589122915085005, - 9.589122915085005 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1105.8201260177, - -1114.81344426043, - -561.5445005625834, - 376.8300258979466, - 1194.714285844143, - 1215.5249157852477, - 412.2808835411347, - -531.2698333975486 - ], - "relative wind speed": [ - 2.1675186598224223, - 2.1600321469022856, - 2.4970144398689147, - 2.913222348857468, - 3.1783682538283484, - 3.18346085604503, - 2.9266159270919685, - 2.51262759750418 - ], - "relative wind angle": [ - 0.1010638527032245, - 0.09458534451072317, - 0.2045413129484854, - 0.17711093467378772, - 0.06885859832490586, - 0.06412604926786228, - 0.17418153089792088, - 0.2057243650868719 - ], - "resistance": [ - 95528.6798739823, - 95519.68655573956, - 96072.95549943742, - 97011.33002589794, - 97829.21428584414, - 97850.02491578525, - 97046.78088354114, - 96103.23016660246 - ], - "fuel": [ - 40.25513169182098, - 40.25053613131907, - 40.5338152771271, - 41.016876485035226, - 41.44058358785349, - 41.451397062853815, - 41.03519028846253, - 40.54934907385888 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -58.125, -59.21875 -57.96875, -59.0625 -57.96875, -59.0625 -58.125, -59.21875 -58.125))", @@ -152405,68 +109341,7 @@ "id": "3007", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.769180021286983, - 9.769180021286983, - 9.769180021286983, - 9.769180021286983, - 9.769180021286983, - 9.769180021286983, - 9.769180021286983, - 9.769180021286983 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1031.8520639206881, - -1176.2934969120179, - -787.5212818785662, - 108.96838738071938, - 1032.7024436680545, - 1367.7801916465273, - 681.2087877556614, - -298.3480833272861 - ], - "relative wind speed": [ - 2.2868983788477557, - 2.1696326814818394, - 2.4331561814481137, - 2.856257640766234, - 3.17965662223223, - 3.260799665408424, - 3.0691809049260357, - 2.679909088018896 - ], - "relative wind angle": [ - 0.1414515159875902, - 0.04146707155492622, - 0.1858508995448443, - 0.19230581386274664, - 0.10157153787142946, - 0.02758646661230434, - 0.14701945458463436, - 0.20513500431302598 - ], - "resistance": [ - 95602.6479360793, - 95458.20650308797, - 95846.97871812142, - 96743.46838738071, - 97667.20244366804, - 98002.28019164651, - 97315.70878775565, - 96336.1519166727 - ], - "fuel": [ - 40.39496204769446, - 40.32114952290321, - 40.519996801007366, - 40.98067261629238, - 41.45847669285692, - 41.6325813827097, - 41.27629137269992, - 40.77099570877078 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -57.96875, -59.0625 -57.8125, -58.90625 -57.8125, -58.90625 -57.96875, -59.0625 -57.96875))", @@ -152485,68 +109360,7 @@ "id": "3008", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.298033716668424, - 9.298033716668424, - 9.298033716668424, - 9.298033716668424, - 9.298033716668424, - 9.298033716668424, - 9.298033716668424, - 9.298033716668424 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -984.177292281606, - -1214.5982414165755, - -912.3092109807392, - -22.434179746579957, - 985.5073366952838, - 1519.3335711163327, - 881.5196531813444, - -141.98989784570995 - ], - "relative wind speed": [ - 2.168869850784503, - 1.9690065449184473, - 2.2153636719419456, - 2.6819185469193694, - 3.0648172520816868, - 3.1968913719999694, - 3.031380051946544, - 2.6276251875009544 - ], - "relative wind angle": [ - 0.1922582900124028, - 0.014171712712801954, - 0.206339523558044, - 0.23098170985923136, - 0.13563369411263212, - 0.00872835893166961, - 0.1502924344093533, - 0.23584390256292997 - ], - "resistance": [ - 95650.32270771843, - 95419.90175858345, - 95722.1907890193, - 96612.06582025345, - 97620.00733669531, - 98153.83357111637, - 97516.01965318137, - 96492.51010215432 - ], - "fuel": [ - 40.15690494975317, - 40.03915111773748, - 40.19367268099399, - 40.65052529924154, - 41.17155100082307, - 41.44902803940019, - 41.117622739013584, - 40.58897528573117 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -57.96875, -58.90625 -57.8125, -58.75 -57.8125, -58.75 -57.96875, -58.90625 -57.96875))", @@ -152565,68 +109379,7 @@ "id": "3009", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.941443998892607, - 8.941443998892607, - 8.941443998892607, - 8.941443998892607, - 8.941443998892607, - 8.941443998892607, - 8.941443998892607, - 8.941443998892607 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1097.6196083192328, - -1160.656436273253, - -645.1348896600111, - 314.9080054990759, - 1214.1257284388535, - 1359.2348897439615, - 558.8616775452451, - -437.92488413274305 - ], - "relative wind speed": [ - 1.955672313878305, - 1.8976440242945074, - 2.2602164925356893, - 2.7320584384314914, - 3.047603834470707, - 3.0840704415123246, - 2.829127911215812, - 2.3766362826789367 - ], - "relative wind angle": [ - 0.14957725272264946, - 0.09646014213331239, - 0.2457621523648236, - 0.21951163684035402, - 0.09577377833107129, - 0.05929515115993666, - 0.19561632838669757, - 0.2530083038880838 - ], - "resistance": [ - 95536.88039168077, - 95473.84356372675, - 95989.36511033999, - 96949.40800549908, - 97848.62572843886, - 97993.73488974397, - 97193.36167754524, - 96196.57511586725 - ], - "fuel": [ - 39.91000251586871, - 39.877795287624785, - 40.14162324978723, - 40.63557909894307, - 41.10135009638868, - 41.176794750364635, - 40.76164323655662, - 40.24794554027157 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -58.125, -59.0625 -57.96875, -58.90625 -57.96875, -58.90625 -58.125, -59.0625 -58.125))", @@ -152645,68 +109398,7 @@ "id": "3010", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.815918170656976, - 7.815918170656976, - 7.815918170656976, - 7.815918170656976, - 7.815918170656976, - 7.815918170656976, - 7.815918170656976, - 7.815918170656976 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -720.8319704627479, - -929.7783250985299, - -730.2776797633253, - -60.461778474972334, - 732.2096952296961, - 1207.7541677604231, - 745.939505962378, - -44.762522314782245 - ], - "relative wind speed": [ - 1.8169956418715723, - 1.6008912857780626, - 1.809585610610793, - 2.2404871883632667, - 2.6030936968721736, - 2.7412984238122977, - 2.6082503474832106, - 2.2489524485982333 - ], - "relative wind angle": [ - 0.22551201433195123, - 0.0027335895687492662, - 0.22294331156429098, - 0.25733102400745655, - 0.1567204670437036, - 0.0015963880801784821, - 0.1540064027203782, - 0.25634057341500277 - ], - "resistance": [ - 95913.66802953724, - 95704.72167490146, - 95904.22232023666, - 96574.03822152501, - 97366.70969522969, - 97842.2541677604, - 97380.43950596236, - 96589.73747768521 - ], - "fuel": [ - 39.56151932160707, - 39.454526721680125, - 39.55667906695153, - 39.90073506750558, - 40.310053614433755, - 40.55673664897647, - 40.31716399343228, - 39.908819132196854 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -58.125, -58.90625 -57.96875, -58.75 -57.96875, -58.75 -58.125, -58.90625 -58.125))", @@ -152725,68 +109417,7 @@ "id": "3011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.475490145020118, - 7.475490145020118, - 7.475490145020118, - 7.475490145020118, - 7.475490145020118, - 7.475490145020118, - 7.475490145020118, - 7.475490145020118 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -656.5314581927366, - -930.139232390002, - -768.82703592194, - -132.6929976596282, - 673.0737530426547, - 1208.839913032579, - 837.1707490270007, - 53.86609520145885 - ], - "relative wind speed": [ - 1.7535260039174654, - 1.478449006070788, - 1.6595864098817217, - 2.108821962324661, - 2.504564011315988, - 2.676169439636116, - 2.5677747723135464, - 2.2137218127874947 - ], - "relative wind angle": [ - 0.2667461118532391, - 0.036932537144942344, - 0.2341285498284702, - 0.28805257022608316, - 0.1856146658791365, - 0.020400145947017636, - 0.15050926549155821, - 0.27404099069052434 - ], - "resistance": [ - 95977.96854180725, - 95704.36076760998, - 95865.67296407804, - 96501.80700234036, - 97307.57375304264, - 97843.33991303257, - 97471.67074902699, - 96688.36609520145 - ], - "fuel": [ - 39.447192905755784, - 39.30705737621447, - 39.38964402351125, - 39.71626796702598, - 40.132151695286325, - 40.41001614859604, - 40.21714386260115, - 39.81234255833558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.6875 -58.28125, -59.6875 -58.125, -59.53125 -58.125, -59.53125 -58.28125, -59.6875 -58.28125))", @@ -152818,19 +109449,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1046.0895691099954, + -1046.0895691099986, -1165.5148220003916, -767.2787864646334, 115.16685072541395, 997.718501148745, 1276.8656170614418, - 599.1421349945699, + 599.1421349945681, -351.53474283613014 ], "relative wind speed": [ - 2.6741638648706476, + 2.6741638648706467, 2.5905297801873166, - 2.81704097153004, + 2.8170409715300395, 3.1793494493904597, 3.457719989421429, 3.520814587476469, @@ -152838,13 +109469,13 @@ 2.999786155725942 ], "relative wind angle": [ - 0.09919755913650305, + 0.09919755913650417, 0.035065126669495746, - 0.1400623682461841, + 0.14006236824618332, 0.14689504060747846, 0.07666766483656058, 0.025797642309481107, - 0.11793695256079044, + 0.11793695256079137, 0.15575770927390864 ], "resistance": [ @@ -152898,9 +109529,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1113.40716628465, + -1113.4071662846532, -1140.5141042427435, - -616.1368836922093, + -616.1368836922097, 310.31359574942826, 1130.5845860041904, 1193.8134011287643, @@ -152908,9 +109539,9 @@ -522.280505646735 ], "relative wind speed": [ - 2.5778515067709535, + 2.5778515067709526, 2.5584697087517054, - 2.836306813079005, + 2.8363068130790046, 3.2037335204081825, 3.4501542182856, 3.464551236497327, @@ -152918,10 +109549,10 @@ 2.8783630853539286 ], "relative wind angle": [ - 0.07941174726353688, + 0.07941174726353828, 0.0643532959251624, 0.15475418502529298, - 0.1421044858365345, + 0.14210448583653454, 0.05930648738639494, 0.04750810027933338, 0.1353019919278069, @@ -152978,9 +109609,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -795.0662117479521, + -795.066211747953, -869.2815670784366, - -541.1272806730049, + -541.1272806730053, 136.54692586018518, 796.980600644411, 969.4848261371785, @@ -152988,9 +109619,9 @@ -287.48511071616304 ], "relative wind speed": [ - 2.0719151840800274, + 2.071915184080027, 2.0056651830547674, - 2.238072056669874, + 2.2380720566698735, 2.5833907724583516, 2.835880254873452, 2.8831157665769123, @@ -152998,11 +109629,11 @@ 2.3793153357173003 ], "relative wind angle": [ - 0.11473677194937108, + 0.11473677194937107, 0.05171516665149415, - 0.17235011707582923, + 0.17235011707582856, 0.17081286414716704, - 0.08374157486421616, + 0.08374157486421617, 0.03596783738399503, 0.14228657348940515, 0.18562723640123188 @@ -153010,7 +109641,7 @@ "resistance": [ 95839.43378825203, 95765.21843292155, - 96093.37271932699, + 96093.37271932697, 96771.04692586017, 97431.4806006444, 97603.98482613717, @@ -153020,7 +109651,7 @@ "fuel": [ 39.9879183282095, 39.94991767731332, - 40.11809827469854, + 40.118098274698525, 40.4666776336863, 40.80803307997273, 40.89746190955658, @@ -153058,17 +109689,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -795.035144907416, + -795.0351449074174, -902.1192244142924, - -611.2258855215614, + -611.2258855215628, 66.36121417484128, 761.0629870151643, 1010.8945678252262, - 497.9004271499348, + 497.9004271499357, -240.93032537412046 ], "relative wind speed": [ - 2.253492810773384, + 2.2534928107733836, 2.164543043423842, 2.365579391963268, 2.697573107114713, @@ -153078,13 +109709,13 @@ 2.5582633521733205 ], "relative wind angle": [ - 0.11276422354921364, + 0.11276422354921463, 0.03262405579217857, - 0.14996410341198815, + 0.14996410341198965, 0.1597899413107233, 0.08586194948520401, 0.02336038009488736, - 0.12354241872519953, + 0.12354241872519862, 0.16857242192020677 ], "resistance": [ @@ -153138,9 +109769,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -807.2768066321635, + -807.2768066321646, -783.3387287326739, - -343.29901965605586, + -343.2990196560563, 350.67525752092934, 928.1818834959045, 873.0626373773198, @@ -153148,7 +109779,7 @@ -422.1572113805546 ], "relative wind speed": [ - 1.6219973185118814, + 1.6219973185118812, 1.647998840636601, 1.9862355601057096, 2.3661155322035006, @@ -153158,12 +109789,12 @@ 1.933872665890255 ], "relative wind angle": [ - 0.1065639189079307, + 0.10656391890793279, 0.13476971551095776, - 0.2470207254289436, - 0.19798801473446462, + 0.24702072542894452, + 0.19798801473446465, 0.06666220839904942, - 0.08615118024944314, + 0.08615118024944315, 0.21068393097809146, 0.24304692460779187 ], @@ -153218,17 +109849,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -776.249093091137, + -776.2490930911381, -787.2981899741987, - -395.0540959245757, + -395.05409592457613, 276.0643099347776, - 869.8849948338411, + 869.8849948338398, 895.331468729989, 318.93196933346326, -358.61080982223825 ], "relative wind speed": [ - 1.6372478519081606, + 1.6372478519081601, 1.6252093327764932, 1.9392693034146566, 2.3201715837152292, @@ -153238,17 +109869,17 @@ 1.9635641162865909 ], "relative wind angle": [ - 0.1258866840819696, - 0.11275546925574463, - 0.2417001828480616, + 0.12588668408197137, + 0.11275546925574466, + 0.24170018284806205, 0.20555624771644046, - 0.08035662890668213, + 0.0803566289066835, 0.07125329582235465, 0.19964367806272584, - 0.24358252569298763 + 0.2435825256929876 ], "resistance": [ - 95858.25090690888, + 95858.25090690887, 95847.20181002581, 96239.44590407544, 96910.5643099348, @@ -153258,7 +109889,7 @@ 96275.88919017778 ], "fuel": [ - 39.4040124059716, + 39.40401240597159, 39.39835284053435, 39.599546193275216, 39.94511000304939, @@ -153298,34 +109929,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -735.9472749818658, + -735.9472749818674, -720.1093168435525, -328.4006452870369, 298.3247082122298, 823.3507336743005, 786.7871294527654, 236.3652262669125, - -381.20496620206427 + -381.2049662020645 ], "relative wind speed": [ - 1.6556035839352707, + 1.65560358393527, 1.672637561437984, 1.973121600923412, 2.3207274578242827, 2.5300379646889235, 2.5188090276901454, 2.2910492089599503, - 1.9381278070362191 + 1.938127807036219 ], "relative wind angle": [ - 0.09828490852448193, + 0.09828490852448306, 0.11700594473361639, 0.22416072281745825, 0.18417776438386185, 0.06425628639661926, 0.07759952934874112, 0.19263045676814902, - 0.2210877327111171 + 0.2210877327111166 ], "resistance": [ 95898.55272501815, @@ -153378,34 +110009,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -677.4753220441507, + -677.4753220441514, -746.5480512650201, - -458.04566762847844, + -458.04566762847867, 136.1023275480809, - 722.4567944153991, + 722.4567944153982, 881.8155481737153, - 405.17294077863335, + 405.1729407786338, -229.0644704761255 ], "relative wind speed": [ - 1.6352844271076312, + 1.635284427107631, 1.558131071897131, 1.8155440560197975, 2.184199003552265, 2.446955425397136, 2.496792657432713, 2.3163647795786386, - 1.9725670392416335 + 1.9725670392416332 ], "relative wind angle": [ - 0.156917240805316, + 0.1569172408053174, 0.0697802573878584, - 0.22733496242839388, + 0.22733496242839435, 0.2168988897199297, - 0.10462773505214018, - 0.0435249920773418, - 0.17758401011005018, - 0.2406055122205084 + 0.10462773505214125, + 0.04352499207734179, + 0.17758401011004954, + 0.24060551222050797 ], "resistance": [ 95957.02467795584, @@ -153445,68 +110076,7 @@ "id": "3020", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.278577576820663, - 10.278577576820663, - 10.278577576820663, - 10.278577576820663, - 10.278577576820663, - 10.278577576820663, - 10.278577576820663, - 10.278577576820663 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1004.0181233669978, - -1120.142498792985, - -732.2218522176386, - 122.15280027998733, - 978.0438037030531, - 1248.6394094237698, - 588.7209130997021, - -332.09442177664005 - ], - "relative wind speed": [ - 2.4618633780879455, - 2.373959333938873, - 2.612771110466178, - 2.989286533041868, - 3.275345733761242, - 3.339607469275852, - 3.1562775689650446, - 2.8022895980631777 - ], - "relative wind angle": [ - 0.11175280864559549, - 0.03995606309593347, - 0.15705197470316654, - 0.16232172470965572, - 0.08392102846713227, - 0.028399020179427407, - 0.12983855844564351, - 0.17325962239144793 - ], - "resistance": [ - 95630.48187663303, - 95514.35750120705, - 95902.27814778239, - 96756.65280028002, - 97612.54380370308, - 97883.1394094238, - 97223.22091309974, - 96302.40557822339 - ], - "fuel": [ - 40.709390964786216, - 40.65003089011479, - 40.84852304995459, - 41.28766623889765, - 41.73031225898795, - 41.87082485717409, - 41.52862596846781, - 41.0538478656825 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -58.28125, -59.21875 -58.125, -59.0625 -58.125, -59.0625 -58.28125, -59.21875 -58.28125))", @@ -153525,68 +110095,7 @@ "id": "3021", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.497492758857147, - 9.497492758857147, - 9.497492758857147, - 9.497492758857147, - 9.497492758857147, - 9.497492758857147, - 9.497492758857147, - 9.497492758857147 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -728.408453432432, - -1066.9961227051676, - -928.9400901789081, - -258.135058138927, - 625.8952295511449, - 1234.7909797009825, - 914.0094013552457, - 76.37021308439671 - ], - "relative wind speed": [ - 2.369086152039304, - 2.131895202628501, - 2.2464300015886733, - 2.6121306078194566, - 2.972288689297681, - 3.1467589824009248, - 3.066043296542571, - 2.7611307350439014 - ], - "relative wind angle": [ - 0.1750566073138951, - 0.03559456193420609, - 0.13633353976209384, - 0.195587801962482, - 0.13926846002900287, - 0.024112175581563217, - 0.09974508418170493, - 0.18490762759203014 - ], - "resistance": [ - 95906.0915465676, - 95567.50387729486, - 95705.55990982112, - 96376.3649418611, - 97260.39522955117, - 97869.290979701, - 97548.50940135527, - 96710.87021308443 - ], - "fuel": [ - 40.39716113346083, - 40.223875907048054, - 40.29447986903005, - 40.63854929786345, - 41.094543590116785, - 41.41031120172096, - 41.24378493816954, - 40.81074945718362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -58.4375, -59.375 -58.28125, -59.21875 -58.28125, -59.21875 -58.4375, -59.375 -58.4375))", @@ -153618,34 +110127,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -451.72612292109807, + -451.72612292109943, -840.8376786334484, -819.8438890540203, -379.73646950554485, 319.7501705232612, 895.807617629102, - 846.9801423984727, - 235.74520060011537 + 846.9801423984709, + 235.74520060011582 ], "relative wind speed": [ - 2.3221979811222373, + 2.322197981122237, 2.068564165716729, - 2.086993488540318, + 2.0869934885403176, 2.3616718377149986, 2.688682003169552, 2.888365743808889, 2.875077834857057, - 2.6540762062608314 + 2.654076206260832 ], "relative wind angle": [ - 0.17100638959961864, + 0.1710063895996193, 0.07171004058300663, - 0.08903875162121182, + 0.08903875162121057, 0.1747721763576224, 0.14751275280598367, 0.05133520113654024, - 0.06459197857578508, - 0.1553508139739445 + 0.0645919785757868, + 0.15535081397394523 ], "resistance": [ 96182.77387707893, @@ -153685,68 +110194,7 @@ "id": "3023", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.660183862616515, - 8.660183862616515, - 8.660183862616515, - 8.660183862616515, - 8.660183862616515, - 8.660183862616515, - 8.660183862616515, - 8.660183862616515 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -338.66132722394786, - -803.3638937139142, - -845.3186017697551, - -481.67240942218496, - 198.5850720469948, - 827.095262566314, - 924.5170276986996, - 365.64682465430633 - ], - "relative wind speed": [ - 2.3126178535709316, - 2.0181745689478414, - 1.9800506364622514, - 2.2316378353358, - 2.575101153729605, - 2.811817685741157, - 2.838793188247428, - 2.6455887549829638 - ], - "relative wind angle": [ - 0.18704771294484554, - 0.10415102598583947, - 0.06738688771083046, - 0.1794721168380592, - 0.1677900973350733, - 0.0746884637534891, - 0.0469838929409202, - 0.15115392221334412 - ], - "resistance": [ - 96295.83867277607, - 95831.1361062861, - 95789.18139823026, - 96152.82759057783, - 96833.085072047, - 97461.59526256633, - 97559.01702769872, - 97000.14682465432 - ], - "fuel": [ - 40.15584663187727, - 39.917452364302335, - 39.89596898047361, - 40.082395782857745, - 40.432457682346495, - 40.75742073747551, - 40.80792297873275, - 40.51869136968728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -58.28125, -59.0625 -58.125, -58.90625 -58.125, -58.90625 -58.28125, -59.0625 -58.28125))", @@ -153765,68 +110213,7 @@ "id": "3024", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.102497844047965, - 7.102497844047965, - 7.102497844047965, - 7.102497844047965, - 7.102497844047965, - 7.102497844047965, - 7.102497844047965, - 7.102497844047965 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -502.44140008187037, - -822.627139626519, - -738.2993075167718, - -229.56991708373516, - 485.02722134064516, - 1022.7273249511545, - 828.9873614591565, - 162.36443513353515 - ], - "relative wind speed": [ - 1.736570871111898, - 1.4307225956983423, - 1.5307661899215044, - 1.9315684594785778, - 2.323187309729234, - 2.5230756073965543, - 2.46366242376558, - 2.163774700108319 - ], - "relative wind angle": [ - 0.2753781448520213, - 0.08432466197967574, - 0.19844065891262466, - 0.2872686326657975, - 0.20467811100155187, - 0.04777824757340027, - 0.12279941571200938, - 0.25570523377618726 - ], - "resistance": [ - 96132.05859991813, - 95811.87286037348, - 95896.20069248322, - 96404.93008291627, - 97119.52722134064, - 97657.22732495115, - 97463.48736145916, - 96796.86443513354 - ], - "fuel": [ - 39.373628542143045, - 39.20948102372775, - 39.25267581443066, - 39.51382085723429, - 39.882270023329994, - 40.1607631678138, - 40.06029467801336, - 39.7156685029528 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -58.28125, -58.90625 -58.125, -58.75 -58.125, -58.75 -58.28125, -58.90625 -58.28125))", @@ -153845,68 +110232,7 @@ "id": "3025", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.345859181152045, - 6.345859181152045, - 6.345859181152045, - 6.345859181152045, - 6.345859181152045, - 6.345859181152045, - 6.345859181152045, - 6.345859181152045 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -389.97102979084343, - -743.0364960656385, - -703.9640783383247, - -267.22895731959284, - 401.0894458618261, - 953.1763775033667, - 863.7736185861634, - 254.63633995391524 - ], - "relative wind speed": [ - 1.5806775654842389, - 1.2092595607596721, - 1.263795215030416, - 1.6805194818690887, - 2.103442412546908, - 2.336814683203968, - 2.307776679705504, - 2.0245655879681412 - ], - "relative wind angle": [ - 0.3411273412232622, - 0.15006460357408838, - 0.21784909373097025, - 0.3441937688499809, - 0.2541312339081725, - 0.0774419843118052, - 0.11863622546571449, - 0.28389315687069777 - ], - "resistance": [ - 96244.5289702092, - 95891.4635039344, - 95930.53592166172, - 96367.27104268046, - 97035.58944586187, - 97587.6763775034, - 97498.2736185862, - 96889.13633995396 - ], - "fuel": [ - 39.14995676129302, - 38.96882684718888, - 38.988848982882075, - 39.2130346502517, - 39.55747111766525, - 39.843258029845806, - 39.79690187447961, - 39.481850240763954 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -58.4375, -59.0625 -58.28125, -58.90625 -58.28125, -58.90625 -58.4375, -59.0625 -58.4375))", @@ -153925,68 +110251,7 @@ "id": "3026", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.101610643040066, - 6.101610643040066, - 6.101610643040066, - 6.101610643040066, - 6.101610643040066, - 6.101610643040066, - 6.101610643040066, - 6.101610643040066 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -303.31537552928535, - -630.9261200166276, - -622.6722357979875, - -277.0391242123518, - 284.9514778939151, - 771.0060427824019, - 752.1059735207068, - 253.7404932159759 - ], - "relative wind speed": [ - 1.5598052111874543, - 1.2215392897082291, - 1.2332331717135192, - 1.5818641773668651, - 1.9650802486203651, - 2.191432053262097, - 2.184872679254063, - 1.9473670441724296 - ], - "relative wind angle": [ - 0.31266892337715324, - 0.15639868257272455, - 0.17170520704623782, - 0.31378727619322844, - 0.24665386631446432, - 0.08693361235954603, - 0.09659217434977706, - 0.2534342187609416 - ], - "resistance": [ - 96331.1846244707, - 96003.57387998336, - 96011.827764202, - 96357.46087578763, - 96919.4514778939, - 97405.50604278239, - 97386.6059735207, - 96888.24049321596 - ], - "fuel": [ - 39.111691294721666, - 38.94349902798608, - 38.947731590088395, - 39.1251985750346, - 39.41470436343124, - 39.66603996219771, - 39.65625043443168, - 39.398595406786896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -58.4375, -58.90625 -58.28125, -58.75 -58.28125, -58.75 -58.4375, -58.90625 -58.4375))", @@ -154005,68 +110270,7 @@ "id": "3027", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.136321140927829, - 6.136321140927829, - 6.136321140927829, - 6.136321140927829, - 6.136321140927829, - 6.136321140927829, - 6.136321140927829, - 6.136321140927829 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -336.25331010057016, - -699.0216711494058, - -683.8696778370439, - -288.8793242514057, - 345.580653084839, - 892.9286924642465, - 858.2779434161325, - 288.9660787423495 - ], - "relative wind speed": [ - 1.5560668736086567, - 1.1708193002084566, - 1.1928856924078293, - 1.5960155800580829, - 2.0211612226604636, - 2.2661904088994675, - 2.254653083730899, - 1.9897665871504673 - ], - "relative wind angle": [ - 0.3522601752517805, - 0.17780358442628028, - 0.2060152555050327, - 0.35327290367520015, - 0.2688538789339831, - 0.09150598865897815, - 0.10844101190543388, - 0.28119824493080003 - ], - "resistance": [ - 96298.24668989946, - 95935.47832885063, - 95950.63032216298, - 96345.62067574862, - 96980.08065308486, - 97527.42869246428, - 97492.77794341616, - 96923.46607874238 - ], - "fuel": [ - 39.10628939692094, - 38.92011573284194, - 38.9278819755927, - 39.13063799948746, - 39.45753350510847, - 39.7407494562641, - 39.72278696155848, - 39.42830287175314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -58.59375, -59.375 -58.4375, -59.21875 -58.4375, -59.21875 -58.59375, -59.375 -58.59375))", @@ -154085,68 +110289,7 @@ "id": "3028", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.993808242283324, - 8.993808242283324, - 8.993808242283324, - 8.993808242283324, - 8.993808242283324, - 8.993808242283324, - 8.993808242283324, - 8.993808242283324 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -541.3937356691281, - -866.6563836866628, - -793.4185023339351, - -289.64584656647367, - 425.18746623575043, - 956.7702619590973, - 786.2594910514049, - 131.52676174783528 - ], - "relative wind speed": [ - 2.2987546522492184, - 2.0752010449087823, - 2.1387139458899425, - 2.435242936029777, - 2.753340396952746, - 2.9255250667083383, - 2.879419898240825, - 2.633390995512516 - ], - "relative wind angle": [ - 0.1625202580489119, - 0.0484494700771135, - 0.10766449752762511, - 0.17563411172020962, - 0.13550539494257893, - 0.03436061485805252, - 0.0798993125290718, - 0.1622964229979598 - ], - "resistance": [ - 96093.10626433087, - 95767.84361631333, - 95841.08149766606, - 96344.85415343352, - 97059.68746623574, - 97591.2702619591, - 97420.7594910514, - 96766.02676174784 - ], - "fuel": [ - 40.22204965273906, - 40.055349606065654, - 40.0928503410485, - 40.3513429829445, - 40.719754437926085, - 40.994954805040535, - 40.90656684752798, - 40.56817719900191 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -58.59375, -59.21875 -58.4375, -59.0625 -58.4375, -59.0625 -58.59375, -59.21875 -58.59375))", @@ -154165,68 +110308,7 @@ "id": "3029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.195565641907749, - 7.195565641907749, - 7.195565641907749, - 7.195565641907749, - 7.195565641907749, - 7.195565641907749, - 7.195565641907749, - 7.195565641907749 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -271.4556113542251, - -647.1002120845567, - -678.0305340767361, - -374.7127925036482, - 182.3846462880024, - 696.152805031322, - 767.5888030919198, - 303.5131094986805 - ], - "relative wind speed": [ - 1.9100566052994998, - 1.6156179732746592, - 1.5809507811576071, - 1.8386904559828525, - 2.1767072092536073, - 2.4033620357109657, - 2.4263068927532703, - 2.237317124893663 - ], - "relative wind angle": [ - 0.22368961014874136, - 0.1261222954340435, - 0.08632179692153365, - 0.21706277209263408, - 0.19590507446295052, - 0.08466000136519239, - 0.05620594960324023, - 0.17792812237291514 - ], - "resistance": [ - 96363.04438864581, - 95987.39978791548, - 95956.46946592329, - 96259.78720749638, - 96816.88464628803, - 97330.65280503135, - 97402.08880309195, - 96938.01310949872 - ], - "fuel": [ - 39.52950356370515, - 39.336640205502434, - 39.32078336422076, - 39.47643695823419, - 39.763214517639874, - 40.028711040473226, - 40.06570432021799, - 39.82572077431254 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -58.75, -59.375 -58.59375, -59.21875 -58.59375, -59.21875 -58.75, -59.375 -58.75))", @@ -154258,34 +110340,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -461.24940066440104, + -461.2494006644024, -873.4374838285262, - -855.140451506534, - -398.9246495317602, + -855.1404515065351, + -398.92464953175977, 331.9110278329581, 939.260308643577, - 896.786269234512, - 259.09696131568217 + 896.7862692345097, + 259.0969613156817 ], "relative wind speed": [ - 2.302341608865803, + 2.3023416088658024, 2.030702954912486, - 2.046996866166697, - 2.336917047410506, + 2.0469968661666966, + 2.3369170474105063, 2.6818247512902498, 2.8929580690804144, 2.8814518407309024, - 2.6517502887847386 + 2.651750288784739 ], "relative wind angle": [ - 0.18280726069461062, + 0.1828072606946112, 0.07879463592181678, - 0.09417560862550002, - 0.18595804621820508, + 0.0941756086255012, + 0.18595804621820566, 0.156707639853016, 0.05528058725115841, - 0.06685373120842782, - 0.16366671643640351 + 0.06685373120842947, + 0.16366671643640418 ], "resistance": [ 96173.25059933559, @@ -154325,68 +110407,7 @@ "id": "3031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.846490864237392, - 7.846490864237392, - 7.846490864237392, - 7.846490864237392, - 7.846490864237392, - 7.846490864237392, - 7.846490864237392, - 7.846490864237392 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -88.68579983287987, - -638.139929359535, - -790.9654276242095, - -606.1779563822813, - -35.45288260620782, - 616.2153972687634, - 971.2921231781438, - 570.143012268813 - ], - "relative wind speed": [ - 2.2150582796012896, - 1.8656516127191236, - 1.710998354985433, - 1.8897311231439857, - 2.243739595345668, - 2.5416912900096067, - 2.648270224691829, - 2.5238397009265734 - ], - "relative wind angle": [ - 0.21318436202540364, - 0.17292447770286976, - 0.008573127302301845, - 0.18184944235616365, - 0.21041804223674504, - 0.12663653540244063, - 0.005538899275389245, - 0.13582827217285398 - ], - "resistance": [ - 96545.81420016714, - 95996.36007064048, - 95843.53457237581, - 96028.32204361774, - 96599.04711739381, - 97250.71539726878, - 97605.79212317817, - 97204.64301226883 - ], - "fuel": [ - 39.89980464892264, - 39.61750804495757, - 39.53918958268543, - 39.63389858146703, - 39.927214160095666, - 40.26361136739642, - 40.44757034959813, - 40.23977646422006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -58.59375, -59.0625 -58.4375, -58.90625 -58.4375, -58.90625 -58.59375, -59.0625 -58.59375))", @@ -154405,68 +110426,7 @@ "id": "3032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.976993076589061, - 5.976993076589061, - 5.976993076589061, - 5.976993076589061, - 5.976993076589061, - 5.976993076589061, - 5.976993076589061, - 5.976993076589061 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -141.14122396325274, - -525.342436436239, - -600.2671612127563, - -382.80260776438524, - 95.67955238054083, - 590.0959956707397, - 762.2596957664357, - 381.75179780071653 - ], - "relative wind speed": [ - 1.6450190780168377, - 1.2902189774474908, - 1.1840134134997338, - 1.4393357408378042, - 1.8115474920451928, - 2.0792130898993846, - 2.1414724652974884, - 1.9789150330727903 - ], - "relative wind angle": [ - 0.29574210471388346, - 0.21695392337770905, - 0.07326974996430999, - 0.2818333641802217, - 0.26784924416979866, - 0.1339737057700578, - 0.04048543707987661, - 0.20369014431550442 - ], - "resistance": [ - 96493.35877603674, - 96109.15756356374, - 96034.23283878723, - 96251.6973922356, - 96730.17955238052, - 97224.59599567072, - 97396.75969576642, - 97016.25179780071 - ], - "fuel": [ - 39.154370479473855, - 38.9569338027094, - 38.91849483213987, - 39.03011932729444, - 39.27634363860156, - 39.531662588772825, - 39.62078223937387, - 39.423961786283165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -58.59375, -58.90625 -58.4375, -58.75 -58.4375, -58.75 -58.59375, -58.90625 -58.59375))", @@ -154485,68 +110445,7 @@ "id": "3033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.989263335236792, - 5.989263335236792, - 5.989263335236792, - 5.989263335236792, - 5.989263335236792, - 5.989263335236792, - 5.989263335236792, - 5.989263335236792 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -125.44038288216348, - -552.0787037995634, - -644.967533135647, - -421.80281866492874, - 91.0065769014509, - 634.5932765776392, - 847.9302549915317, - 443.0744852480716 - ], - "relative wind speed": [ - 1.6686698125243686, - 1.276455055117276, - 1.1426153348645607, - 1.4152083099426773, - 1.8200646297672665, - 2.1137068604765226, - 2.188955092342535, - 2.0234326376801275 - ], - "relative wind angle": [ - 0.3193197639652098, - 0.2487726963141998, - 0.06951803518441335, - 0.3061472502784308, - 0.29193776170834457, - 0.14924094002667831, - 0.03626653203698526, - 0.21238629107458726 - ], - "resistance": [ - 96509.05961711782, - 96082.42129620042, - 95989.53246686434, - 96212.69718133505, - 96725.50657690143, - 97269.09327657762, - 97482.43025499152, - 97077.57448524806 - ], - "fuel": [ - 39.16641538169475, - 38.94717951236461, - 38.89953668176237, - 39.01405231524173, - 39.27789956644706, - 39.558650542186, - 39.66913499378376, - 39.45960970676518 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -58.75, -59.0625 -58.59375, -58.90625 -58.59375, -58.90625 -58.75, -59.0625 -58.75))", @@ -154565,68 +110464,7 @@ "id": "3034", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.81515306705178, - 6.81515306705178, - 6.81515306705178, - 6.81515306705178, - 6.81515306705178, - 6.81515306705178, - 6.81515306705178, - 6.81515306705178 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 90.54798933290772, - -423.32825924431427, - -657.4322951715508, - -582.2354444215589, - -173.8521510696935, - 383.6766462109565, - 787.1279114780261, - 613.5443050635151 - ], - "relative wind speed": [ - 2.0267548807507674, - 1.6800346830027995, - 1.4503491562180377, - 1.540099501220697, - 1.8629214919082944, - 2.1807556707638214, - 2.3398075042016826, - 2.2817329725453503 - ], - "relative wind angle": [ - 0.22146445052026692, - 0.22468261304110718, - 0.05805690289337683, - 0.1665325101005706, - 0.24131143282042897, - 0.1724949353880009, - 0.03597460058499791, - 0.11212024581987332 - ], - "resistance": [ - 96725.0479893329, - 96211.17174075569, - 95977.06770482846, - 96052.26455557844, - 96460.64784893031, - 97018.17664621095, - 97421.62791147802, - 97248.04430506352 - ], - "fuel": [ - 39.56732406397276, - 39.302929799598274, - 39.182806812504786, - 39.22136943573042, - 39.431164929878314, - 39.71858169121418, - 39.92728987812148, - 39.837419616213374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -58.75, -58.90625 -58.59375, -58.75 -58.59375, -58.75 -58.75, -58.90625 -58.75))", @@ -154645,68 +110483,7 @@ "id": "3035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.068368092330002, - 6.068368092330002, - 6.068368092330002, - 6.068368092330002, - 6.068368092330002, - 6.068368092330002, - 6.068368092330002, - 6.068368092330002 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 126.39083677736062, - -377.4561454364542, - -620.3750057171842, - -555.9290372139649, - -170.14419448369972, - 371.9511224066516, - 780.7884989254146, - 632.8416487939066 - ], - "relative wind speed": [ - 1.8574121264957957, - 1.4780186548740337, - 1.2038588497813605, - 1.2941784527039173, - 1.6520406175943787, - 1.9986692737117868, - 2.1748429551667288, - 2.1223383666117295 - ], - "relative wind angle": [ - 0.26504567470118573, - 0.28787451047317897, - 0.08890917724782943, - 0.20895519493895812, - 0.29895087220998057, - 0.21152935716147292, - 0.04916963067185771, - 0.12683313711831934 - ], - "resistance": [ - 96760.89083677737, - 96257.04385456356, - 96014.12499428283, - 96078.57096278605, - 96464.35580551632, - 97006.45112240667, - 97415.28849892542, - 97267.34164879392 - ], - "fuel": [ - 39.32193954858372, - 39.062628836884116, - 38.937945324570165, - 38.971002252966194, - 39.16920996836844, - 39.44866238893105, - 39.660143108078955, - 39.58354231852657 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.75 -57.65625, -58.75 -57.5, -58.59375 -57.5, -58.59375 -57.65625, -58.75 -57.65625))", @@ -154738,19 +110515,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1370.568317559821, + -1370.5683175598226, -1377.5721872030376, - -665.678403349003, + -665.6784033490035, 529.9009831628573, - 1578.9641966114705, + 1578.9641966114677, 1595.0580048544325, 556.8417124116991, -642.840709533441 ], "relative wind speed": [ - 2.0450198088784712, + 2.045019808878471, 2.0389679864164445, - 2.486712653101568, + 2.4867126531015677, 3.012332343645408, 3.336981961447058, 3.3406831906209336, @@ -154758,11 +110535,11 @@ 2.4986813484628554 ], "relative wind angle": [ - 0.13518158100264777, + 0.13518158100264943, 0.13006873671975364, - 0.26429836742371055, + 0.26429836742371005, 0.21892757322484108, - 0.08268612608350953, + 0.08268612608351088, 0.07924601661300953, 0.21663482236997658, 0.264916785239389 @@ -154818,19 +110595,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -950.288492646285, + -950.2884926462862, -1174.370676673264, - -859.762350765136, - 21.77596311527941, + -859.7623507651367, + 21.775963115278955, 1017.2136411137944, 1534.2409354656006, 885.057098654167, -128.62171061788058 ], "relative wind speed": [ - 1.9055605880672934, + 1.905560588067293, 1.6849566971557657, - 1.9721722824496313, + 1.972172282449631, 2.483347240409279, 2.887485269542832, 3.021531609189641, @@ -154838,10 +110615,10 @@ 2.4086757399396506 ], "relative wind angle": [ - 0.23579813693522925, - 0.023037233440273905, - 0.25635963903889636, - 0.2725076130554676, + 0.2357981369352302, + 0.02303723344027391, + 0.2563596390388968, + 0.27250761305546767, 0.1547914791519511, 0.01284592714901008, 0.17685088232671164, @@ -154898,9 +110675,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1372.4860117136764, + -1372.48601171368, -1420.113450407106, - -756.9599076963018, + -756.9599076963036, 426.5169207928866, 1500.5257373691147, 1610.3950765436812, @@ -154908,9 +110685,9 @@ -598.7253617669016 ], "relative wind speed": [ - 2.281451851338014, + 2.2814518513380135, 2.2438638970782803, - 2.635800239852556, + 2.6358002398525557, 3.1340467063727484, 3.46053759824739, 3.4850276656356884, @@ -154918,17 +110695,17 @@ 2.7125807381774996 ], "relative wind angle": [ - 0.1263971309218202, - 0.0962804926313518, - 0.22678807569297205, + 0.12639713092182372, + 0.09628049263135181, + 0.22678807569297252, 0.19993424109150032, 0.08320494932555593, 0.06193484943076967, 0.18634617965369638, - 0.23152594951098687 + 0.23152594951098684 ], "resistance": [ - 95262.01398828633, + 95262.01398828631, 95214.38654959289, 95877.5400923037, 97061.01692079288, @@ -154978,7 +110755,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1310.8799797919824, + -1310.8799797919837, -1518.8568124724193, -1029.9355039719858, 131.0819595775356, @@ -154988,7 +110765,7 @@ -336.45065733915726 ], "relative wind speed": [ - 2.3986362891711845, + 2.398636289171184, 2.2379901626826073, 2.5592401325287457, 3.0779904032533767, @@ -155002,10 +110779,10 @@ 0.04328395893967805, 0.21382782101140477, 0.2198262504872178, - 0.1171729269535293, + 0.11717292695352931, 0.027056444497843526, - 0.1624678172512642, - 0.23444402150262822 + 0.16246781725126422, + 0.2344440215026282 ], "resistance": [ 95323.62002020802, @@ -155058,33 +110835,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1042.6967992833618, + -1042.6967992833622, -1280.0502994251121, - -943.4344831895564, - 7.0350876292291105, - 1075.0496851594157, + -943.4344831895573, + 7.035087629229565, + 1075.0496851594166, 1623.7902433250592, 930.9549419639025, -157.9794034179722 ], "relative wind speed": [ - 2.1213769833146836, + 2.121376983314683, 1.9115220743120482, 2.1868682519064433, - 2.687865814432694, + 2.6878658144326937, 3.0903043785141873, 3.2243301345580337, 3.04431087538788, 2.612584701173406 ], "relative wind angle": [ - 0.2073548081194317, - 0.020326381865899433, - 0.22677009882158983, - 0.24673590963619618, - 0.14179810462080886, + 0.20735480811943116, + 0.02032638186589943, + 0.22677009882159085, + 0.24673590963619527, + 0.14179810462080808, 0.012049818335757901, - 0.1622172904594161, + 0.16221729045941613, 0.254000142723743 ], "resistance": [ @@ -155138,17 +110915,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1292.7032328231267, + -1292.7032328231285, -1617.422497201067, -1247.5098530706468, -79.68717244276513, - 1266.0116677174306, + 1266.0116677174296, 2019.5919190227928, - 1200.7262532779937, + 1200.7262532779946, -154.90188131258265 ], "relative wind speed": [ - 2.5823921159828465, + 2.582392115982846, 2.344835655806181, 2.6070660665118504, 3.131086080375988, @@ -155158,21 +110935,21 @@ 3.102034472231787 ], "relative wind angle": [ - 0.18692942384480607, + 0.18692942384480668, 0.006354215568501347, - 0.1933689258300381, - 0.2233758142417887, - 0.13477186010356312, - 0.003992337180724913, - 0.1414439674620983, - 0.22550382397434743 + 0.19336892583003806, + 0.22337581424178868, + 0.13477186010356396, + 0.003992337180724912, + 0.14144396746209753, + 0.2255038239743474 ], "resistance": [ 95341.79676717687, 95017.07750279893, 95386.99014692935, 96554.81282755724, - 97900.51166771744, + 97900.51166771742, 98654.09191902279, 97835.226253278, 96479.59811868741 @@ -155218,9 +110995,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -730.3817785777392, + -730.3817785777401, -1336.0638141658994, - -1278.7006232670892, + -1278.70062326709, -539.6401954173548, 597.5772227332545, 1521.1228938445356, @@ -155238,14 +111015,14 @@ 3.0299628433358503 ], "relative wind angle": [ - 0.22459554163694795, + 0.22459554163694895, 0.09114984309325862, - 0.1296589320286232, - 0.23071396864013594, + 0.12965893202862405, + 0.23071396864013596, 0.18343855688055502, - 0.058603470027811036, - 0.08585649119728442, - 0.20081745359194186 + 0.05860347002781104, + 0.0858564911972844, + 0.2008174535919419 ], "resistance": [ 95904.11822142222, @@ -155298,9 +111075,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -894.6359222878618, + -894.6359222878646, -1654.1319272665928, - -1596.9021009327857, + -1596.9021009327853, -702.2559043294368, 694.1880097966696, 1836.9036555663006, @@ -155308,9 +111085,9 @@ 468.84616990000995 ], "relative wind speed": [ - 2.9724311342195247, + 2.972431134219524, 2.5778387572689163, - 2.6174853646832017, + 2.617485364683202, 3.054933592783725, 3.5546950836059574, 3.8504481981468306, @@ -155318,12 +111095,12 @@ 3.484047176599572 ], "relative wind angle": [ - 0.20521840949380168, - 0.08497162718004013, - 0.1134525708149706, + 0.2052184094938022, + 0.08497162718004014, + 0.11345257081497157, 0.2103392718541734, 0.1712369965695921, - 0.056849888573038215, + 0.05684988857303822, 0.07757627448672327, 0.18411424519559125 ], @@ -155378,9 +111155,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 106.37662575227614, + 106.37662575227478, -903.1872144753997, - -1304.0229144030018, + -1304.022914403003, -1082.7982424947272, -192.00811651737558, 949.5105991026962, @@ -155391,19 +111168,19 @@ 2.577802183001545, 2.011776665158451, 1.66077554773627, - 1.8796207025847518, + 1.879620702584752, 2.432647643149075, 2.918148950949938, 3.131239887081086, 3.004973321815201 ], "relative wind angle": [ - 0.28939759311300045, - 0.2892702470670736, - 0.04573413728888944, - 0.2508025970399647, + 0.2893975931130013, + 0.28927024706707366, + 0.04573413728889187, + 0.25080259703996516, 0.30721274751650113, - 0.19794389667026993, + 0.19794389667026996, 0.024250810339651537, 0.15586873501871246 ], @@ -155458,11 +111235,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 126.3361060347147, + 126.33610603471425, -777.83225927237, - -1150.200269124031, + -1150.2002691240318, -962.7701493404818, - -180.9620691079624, + -180.96206910796263, 836.0180819272414, 1539.2504017856413, 1108.4723276105283 @@ -155478,11 +111255,11 @@ 2.798900266185601 ], "relative wind angle": [ - 0.3024545582687861, - 0.31107853504934163, - 0.05737185088035445, + 0.30245455826878687, + 0.3110785350493416, + 0.05737185088035832, 0.2650262519862698, - 0.32525398463350225, + 0.3252539846335023, 0.21040225416649982, 0.029307191001951186, 0.1591899410130148 @@ -155538,37 +111315,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 469.92268695383336, + 469.9226869538311, -671.7295343335936, -1321.8456092044296, -1282.3541796556253, -545.0085575139192, 620.0830444076223, - 1601.5577233699169, - 1511.0343329107236 + 1601.5577233699178, + 1511.0343329107263 ], "relative wind speed": [ - 2.825536030847461, + 2.82553603084746, 2.277739500576839, - 1.8190434296690314, + 1.8190434296690312, 1.8565872681528852, 2.3497344850212234, 2.8838877889451844, - 3.1931155651953946, - 3.17143338688483 + 3.193115565195394, + 3.1714333868848295 ], "relative wind angle": [ 0.2469422653095475, - 0.29535170554873963, - 0.13617515773932978, + 0.2953517055487397, + 0.13617515773932898, 0.16981594883742693, 0.29834341779971146, - 0.23197146805035568, - 0.07741357362207729, - 0.09909687451024297 + 0.23197146805035565, + 0.07741357362207586, + 0.09909687451024073 ], "resistance": [ - 97104.42268695385, + 97104.42268695384, 95962.77046566643, 95312.65439079558, 95352.14582034439, @@ -155578,7 +111355,7 @@ 98145.53433291074 ], "fuel": [ - 40.73274105641292, + 40.73274105641291, 40.145071829039146, 39.81258969072951, 39.83274151849419, @@ -155618,9 +111395,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 391.95852495240615, + 391.95852495240524, -554.2548969599427, - -1087.6116738411629, + -1087.611673841164, -1047.9147098158915, -428.40835774202014, 541.6459742314023, @@ -155628,21 +111405,21 @@ 1265.6108965575577 ], "relative wind speed": [ - 2.5052341978313066, - 1.986489762596655, - 1.5478799273301624, + 2.505234197831306, + 1.9864897625966553, + 1.547879927330162, 1.591748111785639, - 2.0684899526967055, + 2.068489952696705, 2.570740650763778, 2.856381767369176, 2.8321700194404893 ], "relative wind angle": [ - 0.26582565958253146, - 0.32095420855699475, - 0.14791615624890306, - 0.1922092783215125, - 0.3238029595902407, + 0.2658256595825319, + 0.32095420855699514, + 0.14791615624890378, + 0.19220927832151247, + 0.32380295959023964, 0.24625637213689283, 0.0799492810402526, 0.1075696662470196 @@ -155698,9 +111475,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -367.53154342825314, + -367.5315434282536, -991.2717476083596, - -1064.717609944161, + -1064.7176099441624, -606.5289913209983, 272.10987536342327, 1113.4818539495595, @@ -155708,9 +111485,9 @@ 554.2332505332365 ], "relative wind speed": [ - 2.2147458261043025, + 2.214745826104302, 1.7848408355572645, - 1.7107805587915312, + 1.710780558791531, 2.068838157304496, 2.5402486503180883, 2.85872444831896, @@ -155720,12 +111497,12 @@ "relative wind angle": [ 0.2734682021466715, 0.17117060331189712, - 0.09847021395722985, + 0.09847021395723213, 0.2650148236307553, - 0.2376978128242787, - 0.10655053003874068, + 0.23769781282427918, + 0.1065505300387407, 0.057955648381812844, - 0.20511592530033798 + 0.20511592530033795 ], "resistance": [ 96266.96845657173, @@ -155778,19 +111555,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -378.9086020709692, + -378.9086020709715, -1174.1589778806913, - -1307.911521209807, + -1307.911521209808, -824.8745964539639, 202.58255933885312, - 1230.2878360372529, - 1539.3087207350977, + 1230.2878360372538, + 1539.3087207350932, 725.9560472480748 ], "relative wind speed": [ - 2.6656116667573517, + 2.6656116667573513, 2.2271159830326295, - 2.116869297673385, + 2.1168692976733845, 2.4391175848716076, 2.9162467141034236, 3.263423793133911, @@ -155798,14 +111575,14 @@ 3.108164387969532 ], "relative wind angle": [ - 0.23099232750637974, + 0.2309923275063807, 0.15358757329537404, - 0.06070811578528974, + 0.060708115785289736, 0.21582478230552823, 0.21082549487158705, - 0.10459449009783335, - 0.03850847314787538, - 0.16885697405195887 + 0.10459449009783334, + 0.03850847314787826, + 0.1688569740519589 ], "resistance": [ 96255.59139792903, @@ -155845,68 +111622,7 @@ "id": "3050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.967620626909536, - 6.967620626909536, - 6.967620626909536, - 6.967620626909536, - 6.967620626909536, - 6.967620626909536, - 6.967620626909536, - 6.967620626909536 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -201.05036563703106, - -760.662461929784, - -868.8443796363088, - -545.770765635943, - 155.9844178794565, - 881.3069189018531, - 1129.5535874773911, - 565.5728898007922 - ], - "relative wind speed": [ - 1.9203661277642485, - 1.470568813663621, - 1.336364531135013, - 1.666843075692549, - 2.135104017217337, - 2.4665568295260973, - 2.541772033233146, - 2.3383988945467933 - ], - "relative wind angle": [ - 0.31986120489922004, - 0.23851114925476116, - 0.0842746216444272, - 0.3087583700941036, - 0.28672302749142514, - 0.14132665781354933, - 0.04427033687415996, - 0.2183375938307019 - ], - "resistance": [ - 96433.44963436296, - 95873.8375380702, - 95765.65562036367, - 96088.72923436404, - 96790.48441787944, - 97515.80691890184, - 97764.05358747738, - 97200.07288980078 - ], - "fuel": [ - 39.475561112683884, - 39.1882901421542, - 39.13289050533929, - 39.298464706149716, - 39.659450057686726, - 40.034484333103606, - 40.16329208240185, - 39.87099071647917 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.59375 -58.4375, -58.59375 -58.28125, -58.4375 -58.28125, -58.4375 -58.4375, -58.59375 -58.4375))", @@ -155925,68 +111641,7 @@ "id": "3051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.636556593021112, - 8.636556593021112, - 8.636556593021112, - 8.636556593021112, - 8.636556593021112, - 8.636556593021112, - 8.636556593021112, - 8.636556593021112 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 65.17380416070682, - -796.4386313028135, - -1134.846583470417, - -951.5140000269373, - -192.60591390007494, - 776.139547044671, - 1424.527542858143, - 1001.3937958195293 - ], - "relative wind speed": [ - 2.5409721654956643, - 2.0639373987468743, - 1.7796841323418326, - 1.9541907808494432, - 2.4151408524288724, - 2.8336561712650625, - 3.0202929116205413, - 2.9104266482661316 - ], - "relative wind angle": [ - 0.24671201608772464, - 0.23707992403963743, - 0.03652456952378382, - 0.20240385169743308, - 0.2598553985563859, - 0.17191327779413115, - 0.021518694643229315, - 0.1353902280593983 - ], - "resistance": [ - 96699.6738041607, - 95838.06136869719, - 95499.65341652959, - 95682.98599997307, - 96441.89408609993, - 97410.63954704467, - 98059.02754285814, - 97635.89379581953 - ], - "fuel": [ - 40.351885320009515, - 39.90921623914206, - 39.73610854247386, - 39.82983678032013, - 40.21915669368818, - 40.71923707588264, - 41.05589512774747, - 40.83601696300448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.4375 -58.28125, -58.4375 -58.125, -58.28125 -58.125, -58.28125 -58.28125, -58.4375 -58.28125))", @@ -156018,34 +111673,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 23.389031532800345, + 23.389031532798526, -1108.353080758733, - -1528.3282532487742, + -1528.3282532487792, -1274.2467708996078, -252.83827560718646, 1025.5727075097652, 1854.019476922082, - 1264.8858060401985 + 1264.8858060401976 ], "relative wind speed": [ - 3.1165140183839273, + 3.116514018383927, 2.6147949178377057, - 2.334859914245519, + 2.3348599142455186, 2.523404373459905, 3.0080839781230053, 3.45312559630749, 3.6482404014912806, - 3.5204629261259486 + 3.520462926125949 ], "relative wind angle": [ - 0.2123433471224478, + 0.21234334712244832, 0.19383997119002205, - 0.023775495312411098, + 0.023775495312415768, 0.16930407679582146, - 0.22012127554243255, - 0.1463853637256281, + 0.22012127554243258, + 0.14638536372562813, 0.015215379692533736, - 0.12107075639472865 + 0.12107075639472957 ], "resistance": [ 96657.88903153279, @@ -156098,7 +111753,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 327.6855432497341, + 327.6855432497305, -1123.8989766146942, -1839.6481593423127, -1689.0182570172615, @@ -156108,9 +111763,9 @@ 1736.1118935259437 ], "relative wind speed": [ - 3.6362065511908015, + 3.6362065511908006, 3.1065632053992944, - 2.74049110024108, + 2.740491100241079, 2.838046935358317, 3.3112830877553088, 3.812592139350404, @@ -156118,9 +111773,9 @@ 4.01647648603605 ], "relative wind angle": [ - 0.18599129884915835, - 0.19192171284331586, - 0.06046433045885563, + 0.18599129884915894, + 0.19192171284331583, + 0.06046433045885379, 0.12661085601944094, 0.204488552966813, 0.15605537381439089, @@ -156128,7 +111783,7 @@ 0.08934336056865173 ], "resistance": [ - 96962.18554324973, + 96962.18554324971, 95510.60102338529, 94794.85184065768, 94945.48174298272, @@ -156138,7 +111793,7 @@ 98370.61189352593 ], "fuel": [ - 42.73016082555396, + 42.73016082555395, 41.98455824861199, 41.619801729887975, 41.696406612387726, @@ -156165,68 +111820,7 @@ "id": "3054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.016590259991975, - 9.016590259991975, - 9.016590259991975, - 9.016590259991975, - 9.016590259991975, - 9.016590259991975, - 9.016590259991975, - 9.016590259991975 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 534.7583492008857, - -538.6700225508457, - -1207.6598772694374, - -1232.6534712446617, - -619.9740116137036, - 438.7861843044252, - 1387.8909594071283, - 1445.300202349612 - ], - "relative wind speed": [ - 2.8492270553636, - 2.354481877805046, - 1.9133367201438314, - 1.8901821415720275, - 2.30888887503198, - 2.811668141397557, - 3.128610753291565, - 3.1426539933541124 - ], - "relative wind angle": [ - 0.21634075531545596, - 0.27051735995642406, - 0.14591751729404076, - 0.12505148583043368, - 0.26809222917956543, - 0.2256886067166253, - 0.08903874719120944, - 0.07508818940338867 - ], - "resistance": [ - 97169.2583492009, - 96095.82997744918, - 95426.84012273057, - 95401.84652875536, - 96014.5259883863, - 97073.28618430444, - 98022.39095940714, - 98079.80020234962 - ], - "fuel": [ - 40.78829017623785, - 40.23534417515734, - 39.89290187579002, - 39.880140434447966, - 40.19363741881915, - 40.73867832045701, - 41.23081507969657, - 41.26069084783634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.28125 -58.4375, -58.28125 -58.28125, -58.125 -58.28125, -58.125 -58.4375, -58.28125 -58.4375))", @@ -156258,9 +111852,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 956.302244288765, + 956.3022442887623, -383.00871912604316, - -1380.3596667223546, + -1380.3596667223565, -1578.0727100147515, -1038.150050785904, 186.26140870800418, @@ -156268,7 +111862,7 @@ 1908.078054495414 ], "relative wind speed": [ - 3.3725058458426873, + 3.372505845842687, 2.880680010496756, 2.3717061340858514, 2.2180650504453063, @@ -156278,14 +111872,14 @@ 3.612457826411545 ], "relative wind angle": [ - 0.17186022535716539, + 0.1718602253571667, 0.24466877064212195, - 0.17378251282394275, - 0.053155640386133005, + 0.1737825128239447, + 0.053155640386133, 0.22650193682663397, 0.2263090166092754, 0.11698495028369521, - 0.032628219218109066 + 0.03262821921810906 ], "resistance": [ 97590.8022442888, @@ -156325,68 +111919,7 @@ "id": "3056", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.1282870983133995, - 6.1282870983133995, - 6.1282870983133995, - 6.1282870983133995, - 6.1282870983133995, - 6.1282870983133995, - 6.1282870983133995, - 6.1282870983133995 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 13.026542864732392, - -510.1148342738269, - -690.7777348302587, - -545.9059022397636, - -46.44772358694081, - 563.8723432363304, - 950.6337856475709, - 616.6515096025512 - ], - "relative wind speed": [ - 1.8121807919825548, - 1.3841430811825706, - 1.1430452075043183, - 1.3464841508640193, - 1.7716015651798873, - 2.122903497428172, - 2.2618618397638164, - 2.146986669742117 - ], - "relative wind angle": [ - 0.31384770902907905, - 0.3012526067954501, - 0.01868574078620567, - 0.28648642698749816, - 0.3212912933982492, - 0.19468820944383985, - 0.009442540017530157, - 0.17816355884897175 - ], - "resistance": [ - 96647.52654286474, - 96124.38516572618, - 95943.72226516975, - 96088.59409776024, - 96588.05227641307, - 97198.37234323635, - 97585.13378564759, - 97251.15150960257 - ], - "fuel": [ - 39.28332854946578, - 39.01432721125126, - 38.921666210604165, - 38.99596052377506, - 39.252695343212004, - 39.56767629849696, - 39.767998042616114, - 39.59498028815527 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.59375 -58.59375, -58.59375 -58.4375, -58.4375 -58.4375, -58.4375 -58.59375, -58.59375 -58.59375))", @@ -156405,68 +111938,7 @@ "id": "3057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4961767355055064, - 6.4961767355055064, - 6.4961767355055064, - 6.4961767355055064, - 6.4961767355055064, - 6.4961767355055064, - 6.4961767355055064, - 6.4961767355055064 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 165.24211920018274, - -497.25990762403603, - -806.9982440291192, - -707.3176582552211, - -183.9459087581181, - 539.2383950254334, - 1078.4384192490174, - 849.9085053803756 - ], - "relative wind speed": [ - 2.0179559727883625, - 1.544518966603113, - 1.198525498827822, - 1.334494452709431, - 1.7936061819168148, - 2.2144142805097897, - 2.4192366714693208, - 2.346975500428199 - ], - "relative wind angle": [ - 0.3080462903792567, - 0.3409137537589413, - 0.09900919077997843, - 0.2644932570214183, - 0.3481106011404077, - 0.2353699222230958, - 0.04899010634802868, - 0.14919687813116395 - ], - "resistance": [ - 96799.7421192002, - 96137.24009237599, - 95827.5017559709, - 95927.18234174479, - 96450.5540912419, - 97173.73839502544, - 97712.93841924903, - 97484.40850538039 - ], - "fuel": [ - 39.488637394083604, - 39.1477727997912, - 38.98896929035291, - 39.04003678357772, - 39.308772753755164, - 39.681783825322285, - 39.96116410303238, - 39.842621869841 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.75 -58.75, -58.75 -58.59375, -58.59375 -58.59375, -58.59375 -58.75, -58.75 -58.75))", @@ -156485,68 +111957,7 @@ "id": "3058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.362318356319799, - 6.362318356319799, - 6.362318356319799, - 6.362318356319799, - 6.362318356319799, - 6.362318356319799, - 6.362318356319799, - 6.362318356319799 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 94.89020071355048, - -449.55192709378434, - -688.5813962112197, - -594.1866447540523, - -145.39836582209296, - 455.0873275813135, - 883.6739407757475, - 666.7113235735944 - ], - "relative wind speed": [ - 1.921481524628522, - 1.5194459065880832, - 1.2508030010975375, - 1.3767406762072625, - 1.762837317335209, - 2.1191910706283803, - 2.2880512470929792, - 2.21455904580454 - ], - "relative wind angle": [ - 0.2736334469560425, - 0.2839183956198263, - 0.0661509468647238, - 0.2261456334144569, - 0.298985224283591, - 0.2022190786619557, - 0.036144066136353, - 0.13984970667951932 - ], - "resistance": [ - 96729.39020071353, - 96184.9480729062, - 95945.91860378877, - 96040.31335524593, - 96489.10163417789, - 97089.58732758129, - 97518.17394077573, - 97301.21132357357 - ], - "fuel": [ - 39.405177010851716, - 39.12507847287077, - 39.002453672326105, - 39.050853838039224, - 39.28142004271678, - 39.59109347619364, - 39.81293828390684, - 39.70054876770476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.59375 -58.75, -58.59375 -58.59375, -58.4375 -58.59375, -58.4375 -58.75, -58.59375 -58.75))", @@ -156578,9 +111989,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 280.75937743315694, + 280.75937743315535, -389.3950303684437, - -771.9630388728956, + -771.9630388728959, -749.5637121391032, -317.8285452669759, 365.6731368349731, @@ -156588,7 +111999,7 @@ 892.0455156122982 ], "relative wind speed": [ - 2.145415827694827, + 2.1454158276948267, 1.7205656894569408, 1.3616730910147559, 1.3900444925025839, @@ -156598,13 +112009,13 @@ 2.4123452345715037 ], "relative wind angle": [ - 0.2527166169037642, - 0.3044152131637445, - 0.1421426388083917, + 0.25271661690376507, + 0.30441521316374454, + 0.14214263880839248, 0.17565278090435563, 0.3071048413467069, 0.23784026296011448, - 0.07951669654865282, + 0.07951669654865283, 0.1008661295904036 ], "resistance": [ @@ -156645,68 +112056,7 @@ "id": "3060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.454258386743936, - 8.454258386743936, - 8.454258386743936, - 8.454258386743936, - 8.454258386743936, - 8.454258386743936, - 8.454258386743936, - 8.454258386743936 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 626.0855873304008, - -426.6963354687141, - -1125.8381025418562, - -1197.2364113120527, - -655.5848716004361, - 354.75959384613634, - 1313.1800380985987, - 1476.8715243645097 - ], - "relative wind speed": [ - 2.7485961714583786, - 2.2482145457088563, - 1.763560505722083, - 1.691381089776039, - 2.1100764269023733, - 2.6368038982047683, - 2.982793620715656, - 3.024307102506748 - ], - "relative wind angle": [ - 0.22605161230369317, - 0.30221156379779784, - 0.18838225461913286, - 0.11976252974006919, - 0.29626985626719116, - 0.25657565683370465, - 0.11094986802808685, - 0.06686849653207716 - ], - "resistance": [ - 97260.58558733041, - 96207.8036645313, - 95508.66189745817, - 95437.26358868796, - 95978.91512839957, - 96989.25959384615, - 97947.68003809861, - 98111.37152436453 - ], - "fuel": [ - 40.55187295640755, - 40.00916417373207, - 39.651035640441265, - 39.6145649121641, - 39.89171800086682, - 40.41160999816958, - 40.90829413140713, - 40.99346603723211 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.28125 -58.59375, -58.28125 -58.4375, -58.125 -58.4375, -58.125 -58.59375, -58.28125 -58.59375))", @@ -156738,9 +112088,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1018.4916529433376, + 1018.4916529433358, -143.0099922344507, - -1096.2109027560587, + -1096.21090275606, -1360.5264599370971, -1015.0889784349495, -8.183751725773163, @@ -156750,7 +112100,7 @@ "relative wind speed": [ 3.1228621467824653, 2.674797389076462, - 2.1569476644509655, + 2.156947664450965, 1.926556812220822, 2.20980631280147, 2.7351363504026187, @@ -156758,14 +112108,14 @@ 3.3051309773123303 ], "relative wind angle": [ - 0.1638837077637849, - 0.26065826060699254, - 0.21746641339531977, + 0.16388370776378627, + 0.2606582606069925, + 0.21746641339532027, 0.016195274934274046, 0.23265568055337127, - 0.25477866949130057, - 0.14782699637629715, - 0.009439933523637162 + 0.2547786694913006, + 0.14782699637629718, + 0.009439933523637164 ], "resistance": [ 97652.99165294337, @@ -156818,14 +112168,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 744.1653492337236, + 744.1653492337232, -197.31377600048518, - -912.0260064454353, + -912.0260064454358, -1073.4682135832868, -714.8918846502536, 130.1901332341945, - 1033.4462203932007, - 1404.495555428783 + 1033.4462203932017, + 1404.4955554287862 ], "relative wind speed": [ 2.6304937466808944, @@ -156835,17 +112185,17 @@ 1.8429065344321904, 2.357334984699433, 2.735680646957617, - 2.8369529059310037 + 2.8369529059310032 ], "relative wind angle": [ - 0.2052572669297506, + 0.20525726692975116, 0.31036210497315675, - 0.2436921166003742, - 0.06113243946457873, + 0.24369211660037512, + 0.06113243946457874, 0.29519187493616456, 0.28652252350758994, - 0.1489745299997995, - 0.03243387656302687 + 0.14897452999979874, + 0.03243387656302344 ], "resistance": [ 97378.66534923374, @@ -156898,9 +112248,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 940.3994414897941, + 940.3994414897927, -2.306270964503028, - -813.8348190393237, + -813.8348190393244, -1084.041290460264, -852.1385359534279, -65.94113707278461, @@ -156908,9 +112258,9 @@ 1475.4581696433122 ], "relative wind speed": [ - 2.709695574077345, + 2.7096955740773447, 2.294902746587514, - 1.7734795821043088, + 1.7734795821043086, 1.4903224782875444, 1.742250818062025, 2.2608205149717726, @@ -156918,13 +112268,13 @@ 2.8560159187096668 ], "relative wind angle": [ - 0.17442016075116148, + 0.17442016075116212, 0.3021363457675329, - 0.2831599555968467, - 0.011986109814951336, - 0.27328874922843527, + 0.2831599555968475, + 0.011986109814951337, + 0.2732887492284352, 0.30683841302578363, - 0.18530113855018004, + 0.18530113855018002, 0.006254467108226143 ], "resistance": [ @@ -156978,19 +112328,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -625.9016320607236, + -625.9016320607252, -864.2984530971073, - -731.6752968840283, + -731.6752968840276, -169.21246965482032, 540.0715304926375, 1000.9269790664025, - 691.7380738250758, + 691.7380738250772, 7.423918060354481 ], "relative wind speed": [ - 2.212853331576007, + 2.212853331576006, 2.0280849965242944, - 2.144410011022162, + 2.1444100110221616, 2.4634317408574105, 2.7680366082835683, 2.9061345080257523, @@ -156999,13 +112349,13 @@ ], "relative wind angle": [ 0.154583705320752, - 0.02107777420738426, - 0.13106855987781096, - 0.1792019524757755, + 0.021077774207384263, + 0.1310685598778093, + 0.17920195247577547, 0.12340030907810284, - 0.014708849041527632, - 0.09949828311303258, - 0.17322064129339532 + 0.01470884904152763, + 0.09949828311303147, + 0.1732206412933953 ], "resistance": [ 96008.5983679393, @@ -157058,9 +112408,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -509.7059943202994, + -509.70599432030076, -902.9003536363207, - -865.7760156400609, + -865.7760156400627, -381.46021536335047, 363.83857682975804, 959.7359978162526, @@ -157078,14 +112428,14 @@ 2.8009158295527348 ], "relative wind angle": [ - 0.15732245905112324, - 0.06040279278269908, - 0.08727813132800573, + 0.15732245905112469, + 0.06040279278269909, + 0.08727813132800828, 0.16352916387903357, - 0.13575278227840534, + 0.13575278227840532, 0.04407241523763108, 0.06500839348522955, - 0.1478991628072733 + 0.14789916280727333 ], "resistance": [ 96124.7940056797, @@ -157138,33 +112488,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -805.9896172673416, + -805.9896172673434, -962.5289415680036, - -719.3007023599321, - -27.728485907650338, + -719.3007023599343, + -27.728485907649883, 732.2483523251904, 1098.7145959401332, - 608.2813026707777, + 608.2813026707772, -172.77998498522447 ], "relative wind speed": [ - 2.457559879559569, + 2.4575598795595686, 2.3369164000245695, 2.5067100137309843, - 2.8328590561352422, + 2.832859056135242, 3.10894193044817, 3.200615913822813, 3.069450340953644, 2.771286714974143 ], "relative wind angle": [ - 0.11555481593882982, + 0.11555481593883078, 0.013333577855662025, - 0.13099015120637028, - 0.15304978660672963, - 0.09126740355888009, + 0.13099015120637283, + 0.1530497866067282, + 0.0912674035588801, 0.009735321738132744, - 0.10687263035009875, + 0.10687263035009877, 0.15647795617370072 ], "resistance": [ @@ -157218,34 +112568,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -454.66006466175213, + -454.6600646617544, -1029.3440198101744, - -1073.1375719481275, + -1073.1375719481325, -606.1788389480898, - 253.61308753728736, + 253.61308753728918, 1035.3257643537995, 1137.4581057191804, 430.1579463452622 ], "relative wind speed": [ - 2.784510094906856, + 2.7845100949068557, 2.484830090487538, 2.4522703497232903, 2.713928872185817, - 3.072111052856848, + 3.0721110528568483, 3.3191839676539616, 3.3433116698255056, 3.134637597305248 ], "relative wind angle": [ - 0.16090000415268071, - 0.08564455217543744, - 0.05936885911884264, + 0.1609000041526821, + 0.08564455217543746, + 0.059368859118848254, 0.15475676402029123, - 0.14572383377462061, + 0.14572383377462136, 0.06408130316544818, 0.043534365932955836, - 0.1338515606249895 + 0.13385156062498949 ], "resistance": [ 96179.83993533821, @@ -157298,34 +112648,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -107.6191565140607, + -107.61915651406161, -735.0740302495949, - -909.0539719163098, + -909.0539719163105, -706.4052315478884, - -59.77330768177944, + -59.7733076817799, 679.9175839784061, - 1085.7615569995123, - 638.7706443113848 + 1085.761556999475, + 638.7706443113852 ], "relative wind speed": [ 2.5277558600873555, 2.184426336089159, - 2.0334927953725694, + 2.033492795372569, 2.2028617402987103, - 2.550281024150798, + 2.5502810241507983, 2.8498709747196806, 2.959457727611169, - 2.835645101820351 + 2.8356451018203503 ], "relative wind angle": [ - 0.18420138113655724, + 0.18420138113655782, 0.14668833570521994, 0.005633015534230046, 0.15288830782116725, - 0.18255603379138852, + 0.18255603379138974, 0.11226953036706208, - 0.0038705281784768134, - 0.11858636668181348 + 0.0038705281785054975, + 0.11858636668181159 ], "resistance": [ 96526.88084348598, @@ -157334,7 +112684,7 @@ 95928.09476845215, 96574.72669231826, 97314.41758397844, - 97720.26155699955, + 97720.26155699953, 97273.27064431143 ], "fuel": [ @@ -157344,7 +112694,7 @@ 40.133989107749926, 40.46616603166547, 40.848055524843005, - 41.05845065562717, + 41.05845065562716, 40.826758601343215 ] }, @@ -157378,9 +112728,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 322.15684043105557, + 322.15684043105466, -409.53127591708085, - -854.5858359189938, + -854.5858359189949, -860.8963163292233, -430.67160378452104, 297.37704286892085, @@ -157388,9 +112738,9 @@ 946.8466534700833 ], "relative wind speed": [ - 2.538752140727266, + 2.5387521407272655, 2.167120283722991, - 1.855737607741378, + 1.8557376077413779, 1.8496221303627023, 2.1544614499684016, 2.5279549535788024, @@ -157400,12 +112750,12 @@ "relative wind angle": [ 0.1806593363322279, 0.21440102504386627, - 0.1057664013070454, + 0.10576640130704751, 0.09965773695110292, 0.21334206481684223, - 0.1834197316551372, - 0.07092195289177038, - 0.06651423872522923 + 0.18341973165513717, + 0.07092195289177036, + 0.06651423872522921 ], "resistance": [ 96956.65684043105, @@ -157458,19 +112808,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 113.38315428117448, + 113.38315428117176, -609.4043552181811, - -939.20987206622, + -939.2098720662207, -839.6519591666356, -270.7467423851185, 509.1894759071547, - 1071.1104052924588, + 1071.1104052924547, 839.9453954420073 ], "relative wind speed": [ - 2.613390152537888, + 2.613390152537887, 2.244664626917784, - 2.006820974537669, + 2.0068209745376686, 2.094894322160395, 2.431184541639898, 2.7752382019485906, @@ -157484,7 +112834,7 @@ 0.1286476637284499, 0.19573454914842042, 0.14460925497701949, - 0.031426429190247296, + 0.03142642919025083, 0.09313248439054078 ], "resistance": [ @@ -157494,7 +112844,7 @@ 95794.84804083343, 96363.75325761494, 97143.68947590722, - 97705.61040529252, + 97705.61040529251, 97474.44539544206 ], "fuel": [ @@ -157504,7 +112854,7 @@ 40.03036570524761, 40.32224982292988, 40.72436339240778, - 41.01547716888908, + 41.01547716888906, 40.89557550468178 ] }, @@ -157538,9 +112888,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 651.0492367344896, + 651.0492367344873, -144.80103203813997, - -778.8043526821723, + -778.8043526821727, -938.5744336228229, -674.9011744064055, 27.98144744354113, @@ -157548,9 +112898,9 @@ 1171.0021573255926 ], "relative wind speed": [ - 2.6173681102201956, + 2.617368110220195, 2.248547861082122, - 1.8394365591981618, + 1.8394365591981616, 1.6771961654449425, 1.9179578651263276, 2.3394894129319304, @@ -157558,12 +112908,12 @@ 2.777803308266148 ], "relative wind angle": [ - 0.16206746591841778, - 0.24730821759776525, - 0.19481887453095376, + 0.16206746591841917, + 0.24730821759776528, + 0.1948188745309543, 0.027931003542289553, 0.2220202351890035, - 0.23750582082314392, + 0.23750582082314395, 0.13360943314488508, 0.01686292943605485 ], @@ -157605,68 +112955,7 @@ "id": "3072", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.2367659128838, - 7.2367659128838, - 7.2367659128838, - 7.2367659128838, - 7.2367659128838, - 7.2367659128838, - 7.2367659128838, - 7.2367659128838 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 328.3906513449324, - -307.7023359750151, - -714.8715800814787, - -740.7550693258082, - -393.00792656739304, - 228.02624707967948, - 793.9053613096016, - 853.5113405968432 - ], - "relative wind speed": [ - 2.269516212831227, - 1.9074123686993476, - 1.5823111564782792, - 1.5529798221548097, - 1.848297971076905, - 2.2200647030939304, - 2.4623567236034605, - 2.4809600766982958 - ], - "relative wind angle": [ - 0.19631136836982263, - 0.24656451512427835, - 0.1367521434988857, - 0.10352714367639748, - 0.24185546439969582, - 0.21126898383840248, - 0.08771576206793466, - 0.06473327209426938 - ], - "resistance": [ - 96962.89065134492, - 96326.79766402497, - 95919.6284199185, - 95893.74493067418, - 96241.49207343259, - 96862.52624707966, - 97428.40536130959, - 97488.01134059683 - ], - "fuel": [ - 39.855224414950335, - 39.52753014684603, - 39.318560212718914, - 39.305296981694404, - 39.483697996639336, - 39.80341992511521, - 40.095996446511634, - 40.12688389576234 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-58.90625 -58.90625, -58.90625 -58.75, -58.75 -58.75, -58.75 -58.90625, -58.90625 -58.90625))", @@ -157685,68 +112974,7 @@ "id": "3073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.925831075077767, - 6.925831075077767, - 6.925831075077767, - 6.925831075077767, - 6.925831075077767, - 6.925831075077767, - 6.925831075077767, - 6.925831075077767 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 394.1393617161739, - -239.83717052569114, - -676.6405548939074, - -735.1420470086048, - -430.81513277056206, - 168.88179367806788, - 751.1952730367238, - 885.732297770588 - ], - "relative wind speed": [ - 2.225813573414111, - 1.8619729299331835, - 1.5063698860782964, - 1.436146949021991, - 1.7228142655862135, - 2.110779918773601, - 2.3776427031028686, - 2.4207058883963333 - ], - "relative wind angle": [ - 0.19887624441954077, - 0.26822026107414493, - 0.17218700732978484, - 0.08955837885393417, - 0.2581067765561961, - 0.23596069998645827, - 0.10876618443280546, - 0.05308677848794323 - ], - "resistance": [ - 97028.63936171617, - 96394.6628294743, - 95957.85944510608, - 95899.35795299138, - 96203.68486722943, - 96803.38179367805, - 97385.6952730367, - 97520.23229777058 - ], - "fuel": [ - 39.766218518878524, - 39.439456977743404, - 39.21519180310354, - 39.18520966594306, - 39.34131703466493, - 39.649945909379156, - 39.95090914180198, - 40.02062276913229 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.0625 -59.0625, -59.0625 -58.90625, -58.90625 -58.90625, -58.90625 -59.0625, -59.0625 -59.0625))", @@ -157778,19 +113006,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 601.8340773063037, + 601.8340773063019, -96.32743922116197, - -659.0008597280356, + -659.0008597280357, -809.7115515275483, - -588.4009285597431, + -588.4009285597433, 20.96954818808217, 704.8459470433995, 1052.539909973571 ], "relative wind speed": [ - 2.3616475099234733, + 2.361647509923473, 2.0015074079031474, - 1.5868510025118918, + 1.5868510025118916, 1.4089656395766563, 1.6490811663858396, 2.0714284324023957, @@ -157798,17 +113026,17 @@ 2.5123024262513796 ], "relative wind angle": [ - 0.17700453795331042, + 0.17700453795331106, 0.2792947845357204, - 0.2317563080620308, - 0.025780270407089512, - 0.2549183937539854, + 0.23175630806203082, + 0.025780270407089516, + 0.2549183937539858, 0.2696274125632121, 0.15220683745773697, 0.014457159529805728 ], "resistance": [ - 97236.33407730631, + 97236.3340773063, 96538.17256077884, 95975.49914027196, 95824.78844847245, @@ -157818,7 +113046,7 @@ 97687.03990997357 ], "fuel": [ - 39.924673564568124, + 39.92467356456812, 39.56437387081583, 39.2753153445793, 39.198091762738024, @@ -157858,9 +113086,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 737.1603549789777, + 737.1603549789772, 40.730036097881566, - -597.8870931610093, + -597.88709316101, -845.2207201119725, -706.6642180282079, -140.11763734722945, @@ -157870,7 +113098,7 @@ "relative wind speed": [ 2.5229913890649436, 2.2057069259237174, - 1.7990995998199215, + 1.7990995998199213, 1.5601985774903224, 1.711034964201387, 2.104277347439647, @@ -157878,12 +113106,12 @@ 2.618951430785357 ], "relative wind angle": [ - 0.13415409285838767, + 0.1341540928583885, 0.24245186933661209, - 0.23073801348977344, - 0.0335404922361064, + 0.23073801348977394, + 0.03354049223610641, 0.19852437000281561, - 0.2543908577758547, + 0.25439085777585474, 0.1679778714181931, 0.019978796647060208 ], @@ -157938,9 +113166,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -288.4332790637627, + -288.4332790637641, -1354.9981057493846, - -1611.545445790955, + -1611.5454457909586, -1149.9370713905118, 52.94989526300742, 1358.6667502200307, @@ -157948,9 +113176,9 @@ 1062.6878949581169 ], "relative wind speed": [ - 3.0575501033976016, + 3.057550103397601, 2.5571720578671595, - 2.3697933611962965, + 2.369793361196296, 2.668293554719256, 3.1890111459453814, 3.6026761983578246, @@ -157958,19 +113186,19 @@ 3.5211666006586833 ], "relative wind angle": [ - 0.22413466436576548, + 0.22413466436576598, 0.17011385952469465, - 0.028421819483474536, - 0.19925329050471616, + 0.028421819483478442, + 0.19925329050471619, 0.2147471435510127, - 0.12045601482117557, + 0.12045601482117559, 0.01806264284188803, - 0.15056259482905254 + 0.15056259482905257 ], "resistance": [ - 96346.06672093626, + 96346.06672093624, 95279.50189425063, - 95022.95455420906, + 95022.95455420905, 95484.5629286095, 96687.44989526302, 97993.16675022004, @@ -157980,7 +113208,7 @@ "fuel": [ 41.51389856362884, 40.96774153416268, - 40.83700259206347, + 40.837002592063456, 41.07241868293891, 41.68960528320125, 42.36564683636858, @@ -158005,68 +113233,7 @@ "id": "3077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.02310201210963, - 10.02310201210963, - 10.02310201210963, - 10.02310201210963, - 10.02310201210963, - 10.02310201210963, - 10.02310201210963, - 10.02310201210963 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -106.95693545818176, - -1110.8491043996792, - -1406.4281917205506, - -1097.3810129795802, - -84.55278666645609, - 1096.771907120105, - 1782.3738963658193, - 1077.2830689909074 - ], - "relative wind speed": [ - 2.8573970513533093, - 2.3581690291493147, - 2.12091336120138, - 2.3662550346568447, - 2.866835066444899, - 3.289756835579446, - 3.4474900611253654, - 3.283945541302695 - ], - "relative wind angle": [ - 0.23426758998393338, - 0.19874120713424714, - 0.0022872591080862286, - 0.20101100488708115, - 0.23348199676977718, - 0.1420027896753367, - 0.0014071326350706588, - 0.14436651382322602 - ], - "resistance": [ - 96527.54306454185, - 95523.65089560035, - 95228.07180827948, - 95537.11898702045, - 96549.94721333357, - 97731.27190712013, - 98416.87389636585, - 97711.78306899093 - ], - "fuel": [ - 41.016946035797204, - 40.502086895277124, - 40.351209941108095, - 40.508969363175765, - 41.02847907412928, - 41.63923812334619, - 41.996083994770686, - 41.629120032535994 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -57.8125, -57.1875 -57.65625, -57.03125 -57.65625, -57.03125 -57.8125, -57.1875 -57.8125))", @@ -158098,34 +113265,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 21.691278981270443, + 21.691278981269534, -1096.434846914356, - -1504.7291441302216, + -1504.7291441302157, -1241.7798881167632, -220.074890359007, 1050.6905432132803, - 1869.588319175346, - 1261.0808003737952 + 1869.5883191753596, + 1261.0808003737961 ], "relative wind speed": [ - 2.988429790072209, + 2.9884297900722085, 2.464547109546184, - 2.172532520659222, + 2.1725325206592214, 2.379419747207958, 2.889213702494933, 3.347278890935599, - 3.5437791798521525, + 3.543779179852152, 3.4083177808814016 ], "relative wind angle": [ - 0.23152770889375673, + 0.23152770889375723, 0.21299046874825664, - 0.023484780135309517, - 0.1897611948709991, + 0.02348478013530006, + 0.18976119487099913, 0.2396314190285584, 0.15627370813424216, - 0.014396642247157811, - 0.1320662980282285 + 0.014396642247150098, + 0.13206629802822847 ], "resistance": [ 96656.19127898125, @@ -158178,9 +113345,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 176.40635884711764, + 176.40635884711628, -923.8802503808806, - -1416.883771510302, + -1416.883771510303, -1248.826064124417, -364.3896222494741, 833.2827844708022, @@ -158188,9 +113355,9 @@ 1302.9034641880594 ], "relative wind speed": [ - 2.9938230073536407, + 2.9938230073536403, 2.4918317415535953, - 2.164980336611771, + 2.1649803366117704, 2.2996383568842274, 2.7677866048712607, 3.2271339391557254, @@ -158198,13 +113365,13 @@ 3.3667911008869535 ], "relative wind angle": [ - 0.21733455905476973, + 0.21733455905477025, 0.21781563538410917, - 0.05359303306554536, - 0.16356644624655398, + 0.05359303306554535, + 0.163566446246554, 0.23540546237714882, 0.16764376927625935, - 0.03357359496662119, + 0.033573594966621184, 0.1114548221878825 ], "resistance": [ @@ -158245,68 +113412,7 @@ "id": "3080", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.591792887350419, - 10.591792887350419, - 10.591792887350419, - 10.591792887350419, - 10.591792887350419, - 10.591792887350419, - 10.591792887350419, - 10.591792887350419 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 302.90693734389515, - -858.5007212863411, - -1449.665842381431, - -1345.0279760498365, - -507.7804759393366, - 713.9950075876677, - 1656.9232868036534, - 1414.9692886199236 - ], - "relative wind speed": [ - 3.168229042874961, - 2.68034764305661, - 2.330751684478449, - 2.4100437590725856, - 2.8446062094235165, - 3.3083525004400736, - 3.563292906864111, - 3.5101494033961704 - ], - "relative wind angle": [ - 0.19609105572085242, - 0.20796334801625183, - 0.07100028301911712, - 0.13299162481295482, - 0.21874308463651934, - 0.1680651274003044, - 0.04641898014539291, - 0.09116842197613002 - ], - "resistance": [ - 96937.40693734391, - 95775.99927871367, - 95184.83415761858, - 95289.47202395018, - 96126.71952406068, - 97348.49500758768, - 98291.42328680366, - 98049.46928861993 - ], - "fuel": [ - 41.57399069422282, - 40.97691676279591, - 40.67492931265621, - 40.728287211326254, - 41.156691313369, - 41.78653174351099, - 42.276420605073184, - 42.150400298275116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.71875 -57.65625, -56.71875 -57.5, -56.5625 -57.5, -56.5625 -57.65625, -56.71875 -57.65625))", @@ -158338,53 +113444,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 432.02344446494953, + 432.0234444649441, -1010.9905984402476, - -1795.7054464442858, - -1722.18962701883, - -757.6487475215772, + -1795.705446444289, + -1722.1896270188272, + -757.6487475215754, 727.4023074813085, - 1916.4734970744094, - 1745.231848455016 + 1916.4734970744166, + 1745.2318484550087 ], "relative wind speed": [ - 3.9147247747061646, + 3.9147247747061638, 3.441398338450474, - 3.093779136684932, - 3.136968716880967, + 3.0937791366849314, + 3.1369687168809666, 3.5345290440837105, 3.996841640755841, 4.27159177340047, - 4.239975577108871 + 4.239975577108872 ], "relative wind angle": [ - 0.15122077568405745, + 0.15122077568405895, 0.16143330230844946, - 0.0622725725304018, - 0.08965346084649294, - 0.1676334103858853, - 0.13884152231771038, - 0.04508819040456674, - 0.06629031289437276 + 0.06227257253040358, + 0.08965346084649045, + 0.16763341038588467, + 0.13884152231771035, + 0.04508819040456428, + 0.06629031289437612 ], "resistance": [ - 97066.52344446494, + 97066.52344446492, 95623.50940155974, 94838.7945535557, 94912.31037298116, - 95876.8512524784, + 95876.85125247842, 97361.9023074813, - 98550.97349707439, - 98379.731848455 + 98550.9734970744, + 98379.73184845499 ], "fuel": [ - 43.53062994560948, + 43.530629945609476, 42.788846317157606, 42.388714861486385, 42.42610380313962, - 42.91851634214207, + 42.918516342142084, 43.68342526277505, - 44.30179904931894, + 44.30179904931896, 44.21242093710666 ] }, @@ -158418,37 +113524,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 430.1382425038564, + 430.13824250385096, -761.1428780496426, - -1445.7817352160314, + -1445.7817352160318, -1418.9050295425282, -669.2601932832654, 537.4138474236488, - 1542.4309432765313, + 1542.4309432765322, 1479.9766447587772 ], "relative wind speed": [ - 3.4562079675796658, + 3.4562079675796653, 3.014581739606357, - 2.671368157954476, + 2.6713681579544755, 2.6896184237457903, 3.0535075476665368, 3.490211855181513, - 3.7593980932437283, + 3.7593980932437288, 3.746362848612622 ], "relative wind angle": [ - 0.1583917040731414, + 0.15839170407314354, 0.1766978423269742, - 0.0765324600278349, + 0.07653246002783491, 0.08974424434300628, 0.1794941886930236, - 0.15241474978558991, + 0.15241474978558994, 0.054356432166374175, - 0.06438792599703935 + 0.06438792599703937 ], "resistance": [ - 97064.63824250385, + 97064.63824250383, 95873.35712195034, 95188.71826478395, 95215.59497045746, @@ -158458,7 +113564,7 @@ 98114.47664475876 ], "fuel": [ - 42.271382242997554, + 42.27138224299755, 41.65845273170312, 41.308586725735964, 41.32228844154677, @@ -158498,9 +113604,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 455.2849327694212, + 455.28493276941754, -821.6818186391938, - -1565.6109883158588, + -1565.6109883158633, -1549.5171645694463, -765.4124742987296, 520.7422338074211, @@ -158508,9 +113614,9 @@ 1559.5249572298435 ], "relative wind speed": [ - 3.9320407683828655, + 3.932040768382865, 3.524754836678182, - 3.2122360706954596, + 3.212236070695459, 3.221486031875468, 3.5450769473902333, 3.950268156525115, @@ -158518,17 +113624,17 @@ 4.201254921279333 ], "relative wind angle": [ - 0.12718550843132106, + 0.12718550843132195, 0.13967481418887703, - 0.06081502635502587, - 0.06667104545533291, - 0.14115675652145016, + 0.06081502635502769, + 0.0666710454553329, + 0.14115675652145013, 0.12454628237030649, 0.04640839734746105, 0.0511071624897087 ], "resistance": [ - 97089.78493276947, + 97089.78493276946, 95812.81818136085, 95068.88901168418, 95084.9828354306, @@ -158538,7 +113644,7 @@ 98194.02495722989 ], "fuel": [ - 43.62238028897434, + 43.62238028897433, 42.965448500596594, 42.58553344551678, 42.59373056070092, @@ -158578,9 +113684,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 574.6227454552918, + 574.6227454552773, -1172.685360488089, - -2179.8948689191493, + -2179.8948689191566, -2152.426976440378, -1074.5624877018108, 688.4484432498248, @@ -158598,19 +113704,19 @@ 5.451238380902233 ], "relative wind angle": [ - 0.09881081486833894, + 0.09881081486834233, 0.1053075679902116, - 0.0442477231866979, + 0.044247723186700415, 0.04979053642283958, 0.10692372568455064, 0.09633484963140101, 0.03598669350914522, - 0.04066970359259891 + 0.0406697035925989 ], "resistance": [ - 97209.12274545529, + 97209.12274545527, 95461.81463951191, - 94454.60513108085, + 94454.60513108084, 94482.07302355963, 95559.93751229819, 97322.94844324983, @@ -158620,7 +113726,7 @@ "fuel": [ 47.95454685156357, 47.05640246108322, - 46.54384241243824, + 46.54384241243823, 46.55777051165405, 47.10653811629972, 48.01344922816797, @@ -158645,68 +113751,7 @@ "id": "3085", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.366082278516572, - 13.366082278516572, - 13.366082278516572, - 13.366082278516572, - 13.366082278516572, - 13.366082278516572, - 13.366082278516572, - 13.366082278516572 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 616.2705820878873, - -742.6221730333009, - -1605.0954302535047, - -1653.5408285877184, - -911.3087301203368, - 419.9193721202819, - 1607.2560793148214, - 1720.4594192516824 - ], - "relative wind speed": [ - 3.9889886735360514, - 3.566701773337887, - 3.2154179440297983, - 3.1875209781278464, - 3.5057279574758895, - 3.934564475198665, - 4.226493415899067, - 4.247572149289741 - ], - "relative wind angle": [ - 0.12735556705412476, - 0.14934825808377863, - 0.07591971851058987, - 0.058324573561256594, - 0.14502784070453278, - 0.1352945648069789, - 0.05773455767551745, - 0.04375787337987736 - ], - "resistance": [ - 97250.77058208792, - 95891.87782696672, - 95029.40456974652, - 94980.95917141231, - 95723.1912698797, - 97054.4193721203, - 98241.75607931484, - 98354.95941925171 - ], - "fuel": [ - 43.728201822516034, - 43.02851654754211, - 42.58799904779407, - 42.56333714369823, - 42.94214033106308, - 43.62667713271511, - 44.24278657259117, - 44.30180174244631 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -57.8125, -56.5625 -57.65625, -56.40625 -57.65625, -56.40625 -57.8125, -56.5625 -57.8125))", @@ -158738,13 +113783,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 315.6425155735715, + 315.642515573566, -984.1065340471596, - -1667.972158958476, + -1667.9721589584824, -1588.4406069368715, -700.7252299882275, 644.4751416442468, - 1692.264362553171, + 1692.2643625531637, 1504.9624185481189 ], "relative wind speed": [ @@ -158754,27 +113799,27 @@ 3.796267570440995, 4.1021552879439085, 4.466132277344261, - 4.684096236999522, + 4.6840962369995225, 4.652164433142206 ], "relative wind angle": [ - 0.10599900877639169, + 0.10599900877639379, 0.10698861033308586, - 0.03785593236997568, + 0.03785593236997861, 0.059963115887891744, 0.11333329680793942, 0.09610942436196393, - 0.030359096950416675, - 0.04892140370681658 + 0.03035909695042033, + 0.04892140370681659 ], "resistance": [ - 96950.14251557359, + 96950.14251557358, 95650.39346595286, 94966.52784104153, 95046.05939306314, 95933.77477001179, 97278.97514164426, - 98326.7643625532, + 98326.76436255318, 98139.46241854814 ], "fuel": [ @@ -158805,68 +113850,7 @@ "id": "3087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.741162210933243, - 13.741162210933243, - 13.741162210933243, - 13.741162210933243, - 13.741162210933243, - 13.741162210933243, - 13.741162210933243, - 13.741162210933243 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 503.6116109525992, - -693.9105595794726, - -1440.9294897143163, - -1472.321390499499, - -804.9539568015998, - 374.64260646816183, - 1409.8514266484062, - 1483.5898675145227 - ], - "relative wind speed": [ - 4.043056222510056, - 3.6794012027473326, - 3.3866574741783233, - 3.369331649149058, - 3.640796899631532, - 4.00795614646235, - 4.258198778278904, - 4.27192110423242 - ], - "relative wind angle": [ - 0.10814665868919231, - 0.12308169066940056, - 0.059812447671709755, - 0.04911731836181057, - 0.12015032886187162, - 0.11294690400073099, - 0.04755998132203237, - 0.03873371469302778 - ], - "resistance": [ - 97138.11161095263, - 95940.58944042056, - 95193.57051028572, - 95162.17860950052, - 95829.54604319842, - 97009.14260646819, - 98044.35142664844, - 98118.08986751456 - ], - "fuel": [ - 43.978192926329065, - 43.361738819428886, - 42.97989499288924, - 42.96389427184426, - 43.304846836948, - 43.91154654752083, - 44.44824936088463, - 44.48663110892988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -57.96875, -56.875 -57.8125, -56.71875 -57.8125, -56.71875 -57.96875, -56.875 -57.96875))", @@ -158898,9 +113882,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 355.68486767964805, + 355.6848676796453, -797.9965698400442, - -1427.5422133987058, + -1427.5422133987072, -1369.5288615787772, -599.4438645300538, 587.4570625864926, @@ -158908,7 +113892,7 @@ 1406.4946761367246 ], "relative wind speed": [ - 3.407769136864068, + 3.4077691368640677, 2.970643345181051, 2.646249938184159, 2.6858876819866984, @@ -158918,14 +113902,14 @@ 3.7059240680124286 ], "relative wind angle": [ - 0.16059540244889237, + 0.16059540244889375, 0.17313080627568858, - 0.06761625350713826, + 0.0676162535071399, 0.0965398529738985, - 0.17931146302123938, - 0.14751003972964447, - 0.0478965522726837, - 0.0699160743817102 + 0.1793114630212394, + 0.1475100397296445, + 0.047896552272683704, + 0.06991607438171019 ], "resistance": [ 96990.18486767965, @@ -158978,9 +113962,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 614.7118924421393, + 614.7118924421347, -614.6756613079651, - -1429.3133523136248, + -1429.3133523136275, -1505.2209876601564, -880.2562932426272, 305.79228610731025, @@ -158988,9 +113972,9 @@ 1576.1721653864179 ], "relative wind speed": [ - 3.8808104669292094, + 3.880810466929209, 3.4928041038333744, - 3.1588069971247603, + 3.15880699712476, 3.1140371692616777, 3.394361042302199, 3.7924525386576575, @@ -158998,19 +113982,19 @@ 4.109154325914627 ], "relative wind angle": [ - 0.11857502394830158, - 0.14306753837378797, - 0.07770059765746926, + 0.11857502394830347, + 0.143067538373788, + 0.07770059765747069, 0.0485884904009732, - 0.13566645834393656, + 0.1356664583439366, 0.13169482613129718, - 0.06020912376516508, + 0.06020912376516509, 0.0368156065370376 ], "resistance": [ 97249.21189244212, 96019.82433869202, - 95205.18664768637, + 95205.18664768635, 95129.27901233983, 95754.24370675736, 96940.2922861073, @@ -159058,34 +114042,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 354.6217902576359, + 354.62179025763317, -700.2109321333787, -1289.6163901997152, -1248.9957472689912, -561.944311726159, 516.1811290733253, 1397.6961531361371, - 1303.4168601932456 + 1303.416860193251 ], "relative wind speed": [ - 3.1970409068450647, + 3.1970409068450643, 2.7706469059948358, 2.445698703586349, 2.475656854953037, 2.8341529890988024, 3.252231456701634, 3.5031488088481826, - 3.4820420534770147 + 3.4820420534770142 ], "relative wind angle": [ - 0.16647632930605974, - 0.18327179408753305, + 0.1664763293060611, + 0.18327179408753302, 0.07543708678998104, 0.09883106963743302, 0.18803196393633603, 0.15589130442028387, 0.052640241998455115, - 0.07021009571534863 + 0.07021009571534546 ], "resistance": [ 96989.12179025765, @@ -159138,37 +114122,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 500.87615171714515, + 500.87615171714015, -411.6907863343754, - -1033.0722492617647, + -1033.0722492617674, -1105.6411203136695, -661.4964741610374, 209.55997181133353, - 1032.931229679527, + 1032.9312296795288, 1201.932392194848 ], "relative wind speed": [ - 3.1245799396187737, + 3.124579939618773, 2.7644057099182278, - 2.4401688969649618, + 2.4401688969649613, 2.385158058475231, 2.6459586787447837, 3.020291078632057, - 3.2878066979337, + 3.2878066979336995, 3.3279300120019895 ], "relative wind angle": [ - 0.136562114240186, + 0.13656211424018763, 0.1715408313496649, - 0.09932589027639915, - 0.05439798122164859, + 0.0993258902764014, + 0.054397981221648586, 0.16146440858602837, 0.15688137175973474, - 0.07366387981976456, - 0.03897817737846237 + 0.07366387981976305, + 0.03897817737846236 ], "resistance": [ - 97135.37615171718, + 97135.37615171717, 96222.80921366565, 95601.42775073826, 95528.85887968636, @@ -159218,37 +114202,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 435.34067496639364, + 435.3406749663882, -572.7582780573011, - -1203.1423967817077, + -1203.14239678171, -1230.486016976381, - -668.4951686401223, + -668.4951686401214, 323.9937315919042, 1198.3064053470862, 1262.3141447562193 ], "relative wind speed": [ - 3.522355278439244, + 3.5223552784392433, 3.16818570868105, - 2.879285031364187, + 2.8792850313641867, 2.86165507852565, - 3.129385256936912, + 3.1293852569369114, 3.487497399166349, 3.729578595772588, 3.7431228947806736 ], "relative wind angle": [ - 0.1212174271839153, - 0.1397355044365713, - 0.06886393324638038, - 0.05631942796798342, - 0.13652908044296413, + 0.12121742718391713, + 0.13973550443657126, + 0.06886393324638199, + 0.05631942796798343, + 0.13652908044296247, 0.12686882439943695, 0.05314689305857316, 0.043047304321080476 ], "resistance": [ - 97069.84067496643, + 97069.84067496641, 96061.74172194273, 95431.35760321832, 95404.01398302364, @@ -159298,9 +114282,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 524.3322942337227, + 524.3322942337209, -412.7161260880489, - -1066.3938331565882, + -1066.3938331565869, -1154.4253736285073, -722.1589076738019, 164.62468996241842, @@ -159308,9 +114292,9 @@ 1221.8723361164948 ], "relative wind speed": [ - 3.4665185135897176, + 3.4665185135897167, 3.139997013732023, - 2.8466051175858094, + 2.846605117585809, 2.78861547907481, 3.011752629769932, 3.350794422482576, @@ -159320,7 +114304,7 @@ "relative wind angle": [ 0.10965245557141959, 0.13742124688061388, - 0.08052193772569982, + 0.08052193772569845, 0.03814210252789124, 0.1262923466949948, 0.12872640379431294, @@ -159378,33 +114362,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 574.5234311170129, - -268.023281109467, - -908.3338414622558, - -1037.0052585579992, + 574.5234311170075, + -268.02328110946746, + -908.3338414622585, + -1037.0052585579929, -717.4283454124266, 51.60474194165363, 847.3496138615651, 1148.476405939486 ], "relative wind speed": [ - 3.1929758713146295, + 3.192975871314629, 2.8788033576830454, - 2.569513063570564, - 2.475252744052572, + 2.5695130635705636, + 2.4752527440525713, 2.6719840854388504, 3.0078372787484247, 3.2760031263379648, 3.347792962639135 ], "relative wind angle": [ - 0.11131711669025902, - 0.1521711781995732, - 0.10231385132609142, - 0.026359278838650222, - 0.13314052325334155, + 0.11131711669026204, + 0.15217117819957324, + 0.1023138513260936, + 0.026359278838641798, + 0.13314052325334158, 0.14559556005940433, - 0.08019524042999816, + 0.08019524042999818, 0.019488197844705218 ], "resistance": [ @@ -159458,34 +114442,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 547.896928373666, + 547.8969283736651, -89.9722103953427, - -630.8798358232925, + -630.8798358232932, -782.3371045524434, -615.5903416086478, -64.42504442184963, 569.8004761637244, - 923.9277058757393 + 923.9277058757966 ], "relative wind speed": [ - 2.7053721468308938, + 2.7053721468308933, 2.431552419344258, 2.126899536671455, 1.9915597310226631, 2.1370037681359038, 2.444049179099417, 2.7133230398871047, - 2.814163000901758 + 2.8141630009017575 ], "relative wind angle": [ - 0.10937771063273667, + 0.1093777106327377, 0.1699696889429033, - 0.13504394450158022, + 0.13504394450158105, 0.003183067728380972, 0.13863610368836266, - 0.16909220950233556, + 0.16909220950233558, 0.1057326825194132, - 0.0022526286371754673 + 0.0022526286371261817 ], "resistance": [ 97182.3969283737, @@ -159495,7 +114479,7 @@ 96018.90965839138, 96570.07495557818, 97204.30047616376, - 97558.42770587577 + 97558.42770587583 ], "fuel": [ 40.6079313837982, @@ -159505,7 +114489,7 @@ 40.0087321786996, 40.29195594229737, 40.61926007942945, - 40.80266535676653 + 40.80266535676657 ] }, { @@ -159538,9 +114522,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1150.3091148937337, + 1150.3091148937228, -315.09942928050896, - -1519.2503089332758, + -1519.2503089332804, -1823.3992932413157, -1390.0551484921734, -98.48061933778445, @@ -159548,9 +114532,9 @@ 2049.482134666824 ], "relative wind speed": [ - 4.452050262927064, + 4.452050262927063, 4.070663086033362, - 3.67018550736517, + 3.6701855073651695, 3.5123499057820533, 3.71932804427973, 4.133261990800966, @@ -159558,17 +114542,17 @@ 4.617093326319862 ], "relative wind angle": [ - 0.09288477373822605, + 0.09288477373822845, 0.13611989507775185, - 0.10050800852129593, + 0.10050800852129704, 0.008993299613198894, 0.11125299218077675, 0.13404580322813464, - 0.08206204589377508, - 0.006841411560805533 + 0.08206204589377507, + 0.006841411560805532 ], "resistance": [ - 97784.80911489377, + 97784.80911489375, 96319.40057071952, 95115.24969106675, 94811.10070675872, @@ -159578,7 +114562,7 @@ 98683.98213466685 ], "fuel": [ - 45.083076152108134, + 45.08307615210812, 44.325924944980834, 43.70974179747981, 43.554957438408096, @@ -159618,54 +114602,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1691.6311680806357, + 1691.6311680806211, -222.54841163917263, - -1933.3695917245514, + -1933.369591724544, -2472.3541094050415, - -2059.9360227377074, + -2059.936022737702, -435.90175874061606, - 1511.6860110061862, - 2670.0835259035703 + 1511.6860110062025, + 2670.083525903752 ], "relative wind speed": [ - 6.108734272733403, + 6.108734272733402, 5.759938755180277, 5.374954490806747, 5.193022574423836, 5.341834999072471, 5.716199883555119, - 6.079613457608935, - 6.2357318827630595 + 6.079613457608934, + 6.235731882763059 ], "relative wind angle": [ - 0.05783929245594293, + 0.05783929245594485, 0.0906386511718636, - 0.0715377770410075, + 0.07153777704100595, 0.0042288159228436924, - 0.06615434637201012, + 0.06615434637200844, 0.09133412204191087, - 0.06323437627887349, - 0.003521690301000426 + 0.06323437627886996, + 0.0035216903009689005 ], "resistance": [ - 98326.13116808064, + 98326.13116808062, 96411.95158836083, 94701.13040827545, 94162.14589059495, 94574.5639772623, 96198.59824125939, - 98146.18601100618, - 99304.58352590357 + 98146.1860110062, + 99304.58352590376 ], "fuel": [ - 51.82978074447806, + 51.82978074447805, 50.838499857518755, 49.964069022007386, 49.690840632990785, 49.89981135780599, 50.72885678603867, 51.736013375343056, - 52.341749895114575 + 52.341749895114674 ] }, { @@ -159698,13 +114682,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1237.4207156218708, + 1237.4207156218563, -201.73564534766774, - -1453.9900907461724, + -1453.990090746176, -1817.3462069102216, - -1479.4233422339867, + -1479.4233422339894, -244.4706879886362, - 1201.191327218443, + 1201.1913272184374, 2035.1339471890242 ], "relative wind speed": [ @@ -159718,33 +114702,33 @@ 4.878688331068312 ], "relative wind angle": [ - 0.07529669039189978, + 0.0752966903919042, 0.11625061146800796, - 0.09081258907641611, + 0.09081258907641734, 0.0014985146826614329, - 0.08897133358986285, - 0.11655590712408818, - 0.07714640597463653, + 0.08897133358986412, + 0.11655590712408817, + 0.07714640597463797, 0.001184755769114713 ], "resistance": [ - 97871.92071562185, + 97871.92071562183, 96432.7643546523, 95180.5099092538, 94817.15379308975, 95155.07665776598, 96390.02931201133, - 97835.69132721842, + 97835.6913272184, 98669.633947189 ], "fuel": [ - 46.142709928690756, + 46.14270992869075, 45.398585980051095, 44.75737130630608, 44.5724076552102, 44.74440871398409, 45.376607408706334, - 46.12388275301209, + 46.12388275301208, 46.5584919558008 ] }, @@ -159778,50 +114762,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1838.7752804612064, + 1838.7752804611846, -17.677339064959597, - -1782.5710415716349, - -2460.879934992183, + -1782.5710415716512, + -2460.879934992119, -2138.2896784666427, -616.9467657106761, 1332.866107207732, 2602.5958168532834 ], "relative wind speed": [ - 5.962200222819783, + 5.9622002228197815, 5.621423745835766, 5.219165982845583, - 5.0020138901128055, + 5.002013890112805, 5.12268833429205, 5.494484719883922, 5.877931074008236, 6.0637961963115705 ], "relative wind angle": [ - 0.055433429627105256, + 0.05543342962710726, 0.09458800436203833, - 0.08065735320963568, - 0.012747437504131338, - 0.06452965970409316, + 0.08065735320963982, + 0.01274743750411392, + 0.06452965970409315, 0.09678004029130069, - 0.07160127266211863, + 0.07160127266211865, 0.010515245822728588 ], "resistance": [ - 98473.27528046124, + 98473.27528046121, 96616.82266093507, - 94851.9289584284, - 94173.62006500785, + 94851.92895842838, + 94173.62006500791, 94496.21032153339, 96017.55323428936, 97967.36610720777, 99237.09581685331 ], "fuel": [ - 51.08018049394921, + 51.0801804939492, 50.11757835541363, 49.214342215212234, - 48.87028108056051, + 48.870281080560545, 49.033696234663516, 49.8095850232084, 50.816586808525614, @@ -159845,68 +114829,7 @@ "id": "3100", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79333.49653799062, - "wind resistance": [ - 1889.5871138594302, - -656.2483255787774, - -2749.5136675888753, - -3255.968281569483, - -2516.7884134087944, - -262.8791512767166, - 2220.0803475752145, - 3426.9814247292015 - ], - "relative wind speed": [ - 7.720972251196192, - 7.348642492993875, - 6.975802493833847, - 6.835185383320539, - 7.022392468455937, - 7.411130952488495, - 7.763091397876861, - 7.887182593322505 - ], - "relative wind angle": [ - 0.05106367564459685, - 0.0716395701672682, - 0.05016454742146187, - 0.00458275900966496, - 0.05614853562937925, - 0.07103450415631202, - 0.045073499119214405, - 0.003971504365423208 - ], - "resistance": [ - 81223.08365185006, - 78677.24821241184, - 76583.98287040174, - 76077.52825642114, - 76816.70812458183, - 79070.6173867139, - 81553.57688556584, - 82760.47796271983 - ], - "fuel": [ - 52.22694011481252, - 51.07356069144939, - 50.143283438942575, - 49.9206573577393, - 50.245904295394055, - 51.250199515203, - 52.3784372315851, - 52.93512927054615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -57.65625, -55.78125 -57.5, -55.625 -57.5, -55.625 -57.65625, -55.78125 -57.65625))", @@ -159925,68 +114848,7 @@ "id": "3101", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90002.71332516821, - "wind resistance": [ - 1378.462050615657, - -1345.5009691173327, - -3217.2312510967204, - -3442.787278947293, - -2169.907169311424, - 424.31994442416544, - 2865.976039605117, - 3402.2958475700543 - ], - "relative wind speed": [ - 7.658537682269197, - 7.240316575303957, - 6.885271908304709, - 6.822418903814441, - 7.0952217169624765, - 7.521514909442908, - 7.8478278136248125, - 7.90252940168327 - ], - "relative wind angle": [ - 0.06292992448406376, - 0.07467313475416909, - 0.04100640236551035, - 0.02066530429148769, - 0.06793358005641945, - 0.07187650345255686, - 0.03597454072481855, - 0.017840465946822346 - ], - "resistance": [ - 91381.17537578387, - 88657.21235605088, - 86785.4820740715, - 86559.92604622092, - 87832.80615585679, - 90427.03326959237, - 92868.68936477332, - 93405.00917273827 - ], - "fuel": [ - 57.06911460833135, - 55.73297565897271, - 54.83087188040837, - 54.72304246770873, - 55.3340363836299, - 56.597953821610396, - 57.81041487496742, - 58.07970846483275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -57.8125, -55.9375 -57.65625, -55.78125 -57.65625, -55.78125 -57.8125, -55.9375 -57.8125))", @@ -160018,9 +114880,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1827.7410589602696, + 1827.7410589601968, -452.2341968854453, - -2400.6398773206347, + -2400.6398773206492, -2918.40039315154, -2352.458934575676, -370.8306852751957, @@ -160028,29 +114890,29 @@ 3129.6395011602654 ], "relative wind speed": [ - 7.220278077431938, + 7.220278077431937, 6.866705968156639, - 6.498216565924093, + 6.498216565924092, 6.343722767195047, - 6.50859824908647, + 6.508598249086471, 6.880597054786573, 7.2296229601415165, 7.365558236578331 ], "relative wind angle": [ - 0.05073982213895981, - 0.07447393230668138, - 0.054865447821603915, + 0.05073982213896858, + 0.0744739323066814, + 0.05486544782160594, 0.0010979060260291648, - 0.05629352369119015, + 0.05629352369119016, 0.07432330077198104, 0.049310063630391796, 0.0009455917486145771 ], "resistance": [ - 98462.24105896032, + 98462.24105896025, 96182.26580311461, - 94233.86012267943, + 94233.86012267941, 93716.09960684853, 94282.04106542439, 96263.66931472486, @@ -160058,7 +114920,7 @@ 99764.13950116033 ], "fuel": [ - 57.72755489079032, + 57.72755489079029, 56.54723926336507, 55.55390130942446, 55.29231184479466, @@ -160085,68 +114947,7 @@ "id": "3103", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.87203891031177, - 23.87203891031177, - 23.87203891031177, - 23.87203891031177, - 23.87203891031177, - 23.87203891031177, - 23.87203891031177, - 23.87203891031177 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1165.521512059804, - -1003.8990789333147, - -2534.0341851013873, - -2747.7134433774027, - -1785.81318304265, - 260.6473607326225, - 2228.155913819268, - 2736.480574175137 - ], - "relative wind speed": [ - 6.904339334123232, - 6.536990472922602, - 6.217969015489969, - 6.151927447146187, - 6.384356453450512, - 6.760004772361893, - 7.054556703850578, - 7.112221709879819 - ], - "relative wind angle": [ - 0.060668325992303485, - 0.07352752013198538, - 0.04190854995424881, - 0.018174043999337502, - 0.06561637804320386, - 0.07109766254707622, - 0.036936273703090015, - 0.015719961311048834 - ], - "resistance": [ - 97800.02151205979, - 95630.60092106667, - 94100.4658148986, - 93886.78655662258, - 94848.68681695734, - 96895.1473607326, - 98862.65591381925, - 99370.98057417512 - ], - "fuel": [ - 56.153163037729556, - 55.0349797748691, - 54.25683516753981, - 54.14886262555383, - 54.63625173012912, - 55.6846353370652, - 56.70726605843009, - 56.97381400947109 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -57.96875, -55.9375 -57.8125, -55.78125 -57.8125, -55.78125 -57.96875, -55.9375 -57.96875))", @@ -160165,68 +114966,7 @@ "id": "3104", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.016321298813235, - 17.016321298813235, - 17.016321298813235, - 17.016321298813235, - 17.016321298813235, - 17.016321298813235, - 17.016321298813235, - 17.016321298813235 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1091.5364730020065, - -405.3875873731631, - -1608.4607451337342, - -1888.0074104404803, - -1412.8394323796547, - -76.07329773514721, - 1369.8646059548573, - 2031.1890502907754 - ], - "relative wind speed": [ - 5.051176188437356, - 4.710306589226423, - 4.3688592607914, - 4.246196111440383, - 4.431226512815319, - 4.791989266474214, - 5.105214790183775, - 5.207683542392195 - ], - "relative wind angle": [ - 0.07311311473406287, - 0.10224402262389966, - 0.0712279673962183, - 0.009668112921712674, - 0.08336428066370861, - 0.10049526199604805, - 0.06094051800302391, - 0.007883061402755737 - ], - "resistance": [ - 97726.03647300201, - 96229.11241262684, - 95026.03925486626, - 94746.49258955952, - 95221.66056762035, - 96558.42670226486, - 98004.36460595486, - 98665.68905029078 - ], - "fuel": [ - 47.3682794474229, - 46.595259862725506, - 45.98002998261613, - 45.83784598309349, - 46.07970051794753, - 46.76460413080565, - 47.51292887234632, - 47.85778079498792 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -57.96875, -55.78125 -57.8125, -55.625 -57.8125, -55.625 -57.96875, -55.78125 -57.96875))", @@ -160245,68 +114985,7 @@ "id": "3105", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.837919573790609, - 15.837919573790609, - 15.837919573790609, - 15.837919573790609, - 15.837919573790609, - 15.837919573790609, - 15.837919573790609, - 15.837919573790609 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 705.1435137276931, - -640.824974862262, - -1566.8774772562874, - -1680.2295582198112, - -1047.3549098994836, - 233.76081233496916, - 1444.3806840701236, - 1711.9735036894108 - ], - "relative wind speed": [ - 4.650936801197032, - 4.305703138126524, - 4.006335354260539, - 3.9526938933973854, - 4.184300391595783, - 4.538777740996456, - 4.805086880071948, - 4.849308598237125 - ], - "relative wind angle": [ - 0.08609898070156644, - 0.10434597018699177, - 0.05851152277513533, - 0.029640241596474118, - 0.09572875305699888, - 0.09896956749137237, - 0.04877663571884782, - 0.024158710685771606 - ], - "resistance": [ - 97339.64351372773, - 95993.67502513778, - 95067.62252274375, - 94954.27044178023, - 95587.14509010056, - 96868.26081233501, - 98078.88068407017, - 98346.47350368946 - ], - "fuel": [ - 45.976401690586314, - 45.28289356129528, - 44.80966103964753, - 44.751954920215894, - 45.07475517411335, - 45.73275547316939, - 46.360160395911656, - 46.49957658128079 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -58.125, -55.9375 -57.96875, -55.78125 -57.96875, -55.78125 -58.125, -55.9375 -58.125))", @@ -160338,19 +115017,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 679.987283564421, + 679.9872835644173, -299.6010706086763, - -1057.7725925367572, + -1057.772592536759, -1217.8842872953132, -866.0723561617151, 22.036468558294473, - 953.3854592104572, + 953.3854592104599, 1329.6853811619967 ], "relative wind speed": [ - 3.661987110817148, + 3.6619871108171473, 3.3476399415501032, - 3.037490228605721, + 3.03749022860572, 2.9375450174863986, 3.124897181636174, 3.459543151534179, @@ -160358,13 +115037,13 @@ 3.8139167880054035 ], "relative wind angle": [ - 0.09566343725894641, + 0.09566343725894759, 0.13128941683025172, - 0.0890040990905526, - 0.01920817263542676, + 0.08900409909055261, + 0.019208172635426762, 0.1121696983074621, 0.1270193193357031, - 0.0723539350354364, + 0.07235393503543486, 0.014794098427406805 ], "resistance": [ @@ -160418,7 +115097,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 553.8150624596728, + 553.8150624596692, -452.81012701462896, -1149.2236826665699, -1238.5057579242052, @@ -160438,13 +115117,13 @@ 3.763035727812289 ], "relative wind angle": [ - 0.11166425528764312, - 0.13913108549801453, + 0.11166425528764512, + 0.13913108549801456, 0.08060112618128784, 0.040063547339774186, - 0.12857635844510776, - 0.12991620978361587, - 0.06336907044646353, + 0.12857635844510779, + 0.1299162097836159, + 0.06336907044646352, 0.03052858872505644 ], "resistance": [ @@ -160485,68 +115164,7 @@ "id": "3108", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.637193012923778, - 22.637193012923778, - 22.637193012923778, - 22.637193012923778, - 22.637193012923778, - 22.637193012923778, - 22.637193012923778, - 22.637193012923778 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -90.13021760978154, - -2132.027201227371, - -2880.7396750642365, - -2481.0319349972597, - -678.7992657885916, - 1592.6307200431438, - 3037.3329343315745, - 2088.688272037405 - ], - "relative wind speed": [ - 6.3665650579230295, - 5.956310553920737, - 5.74266843181206, - 5.873591581094584, - 6.256937074659707, - 6.648667293395728, - 6.834045030235523, - 6.721854962100303 - ], - "relative wind angle": [ - 0.08582018482055123, - 0.07137651933858573, - 0.009581064710290316, - 0.05910725133659164, - 0.08732764362998131, - 0.0639330132601679, - 0.008050961064921602, - 0.0516411028346874 - ], - "resistance": [ - 96544.36978239022, - 94502.47279877262, - 93753.76032493576, - 94153.46806500274, - 95955.70073421141, - 98227.13072004315, - 99671.83293433157, - 98723.1882720374 - ], - "fuel": [ - 53.699794879157594, - 52.6563970130517, - 52.27769646423448, - 52.47961004634377, - 53.397396686061235, - 54.57133746753603, - 55.32799000181463, - 54.830268561185505 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -57.65625, -55.46875 -57.5, -55.3125 -57.5, -55.3125 -57.65625, -55.46875 -57.65625))", @@ -160565,68 +115183,7 @@ "id": "3109", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.65261210743713, - 21.65261210743713, - 21.65261210743713, - 21.65261210743713, - 21.65261210743713, - 21.65261210743713, - 21.65261210743713, - 21.65261210743713 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -644.1139148239436, - -2319.795704448914, - -2687.227664030959, - -1978.4185039370677, - -68.44204169204568, - 1962.0527707555393, - 2833.6985471557473, - 1476.78347049904 - ], - "relative wind speed": [ - 5.982079869393693, - 5.608553123440238, - 5.482614986304529, - 5.693250699204451, - 6.094178765709155, - 6.439598299100212, - 6.547154137804807, - 6.364840207596231 - ], - "relative wind angle": [ - 0.08909910893300296, - 0.060051594231679946, - 0.010263263615573778, - 0.07316513022572252, - 0.08745595140863453, - 0.052294197989755715, - 0.008594455940552812, - 0.06543338119826579 - ], - "resistance": [ - 95990.38608517607, - 94314.7042955511, - 93947.27233596906, - 94656.08149606295, - 96566.05795830797, - 98596.55277075556, - 99468.19854715576, - 98111.28347049905 - ], - "fuel": [ - 52.04874595514113, - 51.1947945124313, - 51.00894262760423, - 51.36791775307012, - 52.34452790256461, - 53.39764780467942, - 53.85443495633106, - 53.144566867093104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -57.8125, -55.625 -57.65625, -55.46875 -57.65625, -55.46875 -57.8125, -55.625 -57.8125))", @@ -160645,68 +115202,7 @@ "id": "3110", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.98446610584594, - 16.98446610584594, - 16.98446610584594, - 16.98446610584594, - 16.98446610584594, - 16.98446610584594, - 16.98446610584594, - 16.98446610584594 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 165.83769468461105, - -1369.9932961636987, - -2059.886640143959, - -1861.3505332464938, - -660.4841888425017, - 988.8768497147503, - 2156.588253178161, - 1688.454865527956 - ], - "relative wind speed": [ - 4.849157222504444, - 4.4455915873035785, - 4.199796961188391, - 4.287673725909468, - 4.64369780267529, - 5.031398462657671, - 5.238316574619281, - 5.166634211097582 - ], - "relative wind angle": [ - 0.10731435021065029, - 0.09921389918047292, - 0.024610969150910964, - 0.06866489316195208, - 0.11208200450611179, - 0.08763076889763007, - 0.01973102317622375, - 0.0569694963987363 - ], - "resistance": [ - 96800.33769468463, - 95264.50670383632, - 94574.61335985606, - 94773.14946675352, - 95974.01581115751, - 97623.37684971477, - 98791.08825317817, - 98322.95486552797 - ], - "fuel": [ - 46.85584631977122, - 46.068136438514884, - 45.717155010482905, - 45.8179782356968, - 46.43094462770419, - 47.281585644946304, - 47.88994105312153, - 47.64544315761398 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -57.8125, -55.46875 -57.65625, -55.3125 -57.65625, -55.3125 -57.8125, -55.46875 -57.8125))", @@ -160725,68 +115221,7 @@ "id": "3111", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.926851328732887, - 17.926851328732887, - 17.926851328732887, - 17.926851328732887, - 17.926851328732887, - 17.926851328732887, - 17.926851328732887, - 17.926851328732887 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -323.18055717957577, - -1874.3161559793316, - -2294.181040851254, - -1828.980700251468, - -246.9708006096007, - 1563.7663887193594, - 2555.5699634097764, - 1499.206206944451 - ], - "relative wind speed": [ - 5.002547197078597, - 4.591272137113251, - 4.4156689762486465, - 4.605110642089524, - 5.020503679998675, - 5.399181032605471, - 5.5437174487950225, - 5.3873826329668635 - ], - "relative wind angle": [ - 0.11298784915556603, - 0.08557895833592574, - 0.0020462710081306803, - 0.08810644663082469, - 0.11258201427557464, - 0.07274866751987549, - 0.0016298906259863783, - 0.07528669785168922 - ], - "resistance": [ - 96311.31944282044, - 94760.18384402068, - 94340.31895914876, - 94805.51929974854, - 96387.52919939041, - 98198.26638871938, - 99190.0699634098, - 98133.70620694447 - ], - "fuel": [ - 47.6208321435537, - 46.828139413977055, - 46.61511124035632, - 46.85118064600494, - 47.66000913825182, - 48.59720809769547, - 49.11571593561576, - 48.56358338085462 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -57.96875, -55.625 -57.8125, -55.46875 -57.8125, -55.46875 -57.96875, -55.625 -57.96875))", @@ -160805,68 +115240,7 @@ "id": "3112", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.390761413679423, - 15.390761413679423, - 15.390761413679423, - 15.390761413679423, - 15.390761413679423, - 15.390761413679423, - 15.390761413679423, - 15.390761413679423 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 673.1877436815012, - -800.8766472153966, - -1751.5342649133063, - -1818.6074791838673, - -1038.6097989010204, - 397.1468593130703, - 1688.9070405821967, - 1846.572150895221 - ], - "relative wind speed": [ - 4.535938337371172, - 4.1399316080608815, - 3.8121544457591656, - 3.7791612156729357, - 4.066247029332803, - 4.46878817853004, - 4.7514818726024854, - 4.777765378285633 - ], - "relative wind angle": [ - 0.10388949598852217, - 0.12099299124981405, - 0.06201708026830646, - 0.043819834038818124, - 0.11594097249416215, - 0.11205019709695473, - 0.04974545788251958, - 0.03465686496281211 - ], - "resistance": [ - 97307.68774368156, - 95833.62335278466, - 94882.96573508675, - 94815.8925208162, - 95595.89020109904, - 97031.64685931313, - 98323.40704058226, - 98481.07215089528 - ], - "fuel": [ - 45.531656234872344, - 44.772673481537325, - 44.2874769158084, - 44.25337109754426, - 44.65102392058438, - 45.38890993662967, - 46.05934625990104, - 46.141601187058164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -57.96875, -55.46875 -57.8125, -55.3125 -57.8125, -55.3125 -57.96875, -55.46875 -57.96875))", @@ -160885,68 +115259,7 @@ "id": "3113", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.27161029922034, - 16.27161029922034, - 16.27161029922034, - 16.27161029922034, - 16.27161029922034, - 16.27161029922034, - 16.27161029922034, - 16.27161029922034 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 331.17338730184383, - -1219.1326054114143, - -2006.6608646355216, - -1885.4451927762057, - -788.6042667532183, - 830.9505303505521, - 2065.303867479386, - 1780.1461865580695 - ], - "relative wind speed": [ - 4.695621067832887, - 4.278863858627449, - 3.9980643651314307, - 4.0543612630788175, - 4.404895357157915, - 4.8107467611088435, - 5.046527682719437, - 5.001411307684395 - ], - "relative wind angle": [ - 0.11193556821590905, - 0.11109006837406304, - 0.03661072644171311, - 0.06600333325626677, - 0.11935755713913117, - 0.09876517909976737, - 0.02900209230056687, - 0.05349183524788745 - ], - "resistance": [ - 96965.67338730187, - 95415.36739458861, - 94627.83913536451, - 94749.05480722382, - 95845.89573324681, - 97465.45053035059, - 98699.80386747941, - 98414.6461865581 - ], - "fuel": [ - 46.21092686100311, - 45.414880888554876, - 45.0139289231105, - 45.07549283465107, - 45.63505019904716, - 46.46945703264457, - 47.11195929617143, - 46.9630262019279 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -58.125, -55.625 -57.96875, -55.46875 -57.96875, -55.46875 -58.125, -55.625 -58.125))", @@ -160978,9 +115291,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 438.9881377830752, + 438.98813778306976, -712.8666731855865, - -1403.8657916412521, + -1403.8657916412558, -1408.6036699546976, -729.5606598927379, 419.5893045296589, @@ -160988,7 +115301,7 @@ 1411.3625266646532 ], "relative wind speed": [ - 3.882202298848233, + 3.8822022988482323, 3.514305498210583, 3.227032923416655, 3.2243022083304638, @@ -160998,9 +115311,9 @@ 4.121065696733195 ], "relative wind angle": [ - 0.11527847681117544, - 0.12809794619488335, - 0.05840276990324664, + 0.11527847681117641, + 0.12809794619488338, + 0.05840276990324854, 0.0566512730482839, 0.12763016819273815, 0.11606580757658812, @@ -161010,7 +115323,7 @@ "resistance": [ 97073.48813778305, 95921.63332681438, - 95230.63420835872, + 95230.63420835871, 95225.89633004527, 95904.93934010723, 97054.08930452963, @@ -161045,68 +115358,7 @@ "id": "3115", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.23182242974995, - 15.23182242974995, - 15.23182242974995, - 15.23182242974995, - 15.23182242974995, - 15.23182242974995, - 15.23182242974995, - 15.23182242974995 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 771.8065874975573, - -547.8742566277042, - -1498.1535193536647, - -1647.4897932211315, - -1081.6577806921414, - 152.62686093740285, - 1364.7631071039423, - 1716.9021286551715 - ], - "relative wind speed": [ - 4.506248470716148, - 4.159146611158497, - 3.8438171180467617, - 3.770124290058558, - 3.992981656073938, - 4.353352415376382, - 4.6341393751790925, - 4.694288084798912 - ], - "relative wind angle": [ - 0.08796923953795914, - 0.11136015323945914, - 0.0671083215287897, - 0.025912093855329124, - 0.0993121790761633, - 0.10637303835505588, - 0.05565038403462401, - 0.02080995697038119 - ], - "resistance": [ - 97406.30658749759, - 96086.62574337232, - 95136.34648064636, - 94987.0102067789, - 95552.84221930789, - 96787.12686093744, - 97999.26310710397, - 98351.4021286552 - ], - "fuel": [ - 45.43369466848098, - 44.75333930698602, - 44.26744055203642, - 44.191387141313974, - 44.47999038425562, - 45.1136724451795, - 45.74150070228867, - 45.92491662853857 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -57.96875, -55.3125 -57.8125, -55.15625 -57.8125, -55.15625 -57.96875, -55.3125 -57.96875))", @@ -161125,68 +115377,7 @@ "id": "3116", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.855129553689938, - 13.855129553689938, - 13.855129553689938, - 13.855129553689938, - 13.855129553689938, - 13.855129553689938, - 13.855129553689938, - 13.855129553689938 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -110.84321235823245, - -1305.369574597572, - -1692.8350301905575, - -1397.9547314170304, - -265.9871903100002, - 1097.0834114741392, - 1921.761189759026, - 1229.273071173856 - ], - "relative wind speed": [ - 3.9106336145346208, - 3.503776794083072, - 3.3044065014682467, - 3.4664280903351643, - 3.8632752572123343, - 4.235740685802435, - 4.393045487264105, - 4.266359956057674 - ], - "relative wind angle": [ - 0.1396457611026649, - 0.11493195370431754, - 0.007237323235815428, - 0.1063584565168464, - 0.1413690477305593, - 0.09500464120991159, - 0.005443824192215133, - 0.08636098712433793 - ], - "resistance": [ - 96523.65678764181, - 95329.13042540247, - 94941.66496980948, - 95236.54526858301, - 96368.51280969004, - 97731.58341147419, - 98556.26118975907, - 97863.7730711739 - ], - "fuel": [ - 43.756720593444015, - 43.144533178328324, - 42.947099954910215, - 43.09730556859857, - 43.67691024205075, - 44.381174775462206, - 44.81062191827233, - 44.449841618096706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -57.96875, -55.15625 -57.8125, -55 -57.8125, -55 -57.96875, -55.15625 -57.96875))", @@ -161205,68 +115396,7 @@ "id": "3117", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.231987327984816, - 10.231987327984816, - 10.231987327984816, - 10.231987327984816, - 10.231987327984816, - 10.231987327984816, - 10.231987327984816, - 10.231987327984816 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -226.49298159521277, - -1006.8126218663219, - -1192.8102768621925, - -864.1807391921002, - 11.542129382480198, - 960.6073564757148, - 1393.7272329726907, - 755.8751400159076 - ], - "relative wind speed": [ - 2.841735835026507, - 2.456537771146338, - 2.314282557949421, - 2.537124046760917, - 2.9401651717373514, - 3.2688615712664415, - 3.3710725348384614, - 3.2067172255312184 - ], - "relative wind angle": [ - 0.18705979985730872, - 0.13815115654572513, - 0.021631910009427994, - 0.16194795731461467, - 0.18072718182701428, - 0.10367579713017412, - 0.014849958616382908, - 0.1279209159608217 - ], - "resistance": [ - 96408.00701840481, - 95627.68737813369, - 95441.68972313782, - 95770.31926080791, - 96646.04212938249, - 97595.10735647572, - 98028.2272329727, - 97390.37514001592 - ], - "fuel": [ - 41.0799698154769, - 40.67979525305674, - 40.58474370007582, - 40.75277253072198, - 41.20249334890814, - 41.69310071213789, - 41.91811040474838, - 41.58698343794502 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -58.125, -55.3125 -57.96875, -55.15625 -57.96875, -55.15625 -58.125, -55.3125 -58.125))", @@ -161285,68 +115415,7 @@ "id": "3118", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.24017080661711, - 13.24017080661711, - 13.24017080661711, - 13.24017080661711, - 13.24017080661711, - 13.24017080661711, - 13.24017080661711, - 13.24017080661711 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 240.9368070071614, - -818.2536510027294, - -1363.7110361976384, - -1287.0532632451213, - -546.621196007739, - 556.3523198340554, - 1404.5563337403146, - 1224.3697100299223 - ], - "relative wind speed": [ - 3.829558024070788, - 3.4803386287533633, - 3.2419221735253414, - 3.285766333400384, - 3.5782268445767698, - 3.918732580845743, - 4.118150389650614, - 4.083253802210606 - ], - "relative wind angle": [ - 0.1147234841522294, - 0.11503205998943111, - 0.03904730696844565, - 0.06715527649127119, - 0.12282095563775522, - 0.10211548223261907, - 0.03073615128400847, - 0.05402505825697585 - ], - "resistance": [ - 96875.4368070072, - 95816.2463489973, - 95270.78896380239, - 95347.44673675491, - 96087.8788039923, - 97190.85231983408, - 98039.05633374034, - 97858.86971002995 - ], - "fuel": [ - 43.43285539709957, - 42.88837363133247, - 42.609607188480915, - 42.64871774954709, - 43.027609539257135, - 43.595802874897636, - 44.03583166367348, - 43.9421310287573 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -58.125, -55.15625 -57.96875, -55 -57.96875, -55 -58.125, -55.15625 -58.125))", @@ -161365,68 +115434,7 @@ "id": "3119", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.003754885202339, - 11.003754885202339, - 11.003754885202339, - 11.003754885202339, - 11.003754885202339, - 11.003754885202339, - 11.003754885202339, - 11.003754885202339 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -218.6162220589258, - -973.9744830144359, - -1156.8995510623467, - -857.9817937354546, - -24.483616441419144, - 885.2626020387752, - 1313.6216901081452, - 719.4379688346635 - ], - "relative wind speed": [ - 3.0550508873632105, - 2.715480745444022, - 2.587931377561818, - 2.7749322030108727, - 3.1296890724256, - 3.428476911919012, - 3.5257482609326978, - 3.3805385492746822 - ], - "relative wind angle": [ - 0.15410754893787718, - 0.11251825560776706, - 0.014589701956265976, - 0.12947873196269866, - 0.15040400847173663, - 0.08904834056401255, - 0.010708799053899515, - 0.10618599056302792 - ], - "resistance": [ - 96415.88377794102, - 95660.52551698552, - 95477.6004489376, - 95776.5182062645, - 96610.01638355854, - 97519.76260203873, - 97948.1216901081, - 97353.93796883462 - ], - "fuel": [ - 41.5690363521721, - 41.18160561842459, - 41.0881008711599, - 41.24096143799012, - 41.668951833437454, - 42.13904522222576, - 42.36145775262947, - 42.053129103271516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -58.28125, -55.3125 -58.125, -55.15625 -58.125, -55.15625 -58.28125, -55.3125 -58.28125))", @@ -161458,37 +115466,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 643.1752966718859, + 643.1752966718814, -282.92001138941487, -1001.3891594945699, -1153.8395455266318, - -823.8284180934993, + -823.8284180935025, 15.146592083275209, 896.3007953565766, 1254.9420221822102 ], "relative wind speed": [ - 3.614926491665422, + 3.6149264916654213, 3.314629780668074, 3.018682902355688, 2.922785458152199, - 3.1001967977644997, + 3.1001967977645, 3.4193775957214854, 3.683268556600125, 3.7598189970566094 ], "relative wind angle": [ - 0.0923313787414909, + 0.09233137874149211, 0.12661756384969175, 0.08578826131307772, 0.01806028258747075, - 0.10771655469700377, + 0.10771655469700583, 0.12271890888788901, 0.07028080400295703, 0.014039291734563784 ], "resistance": [ - 97277.6752966719, + 97277.67529667189, 96351.5799886106, 95633.11084050544, 95480.66045447339, @@ -161498,7 +115506,7 @@ 97889.44202218222 ], "fuel": [ - 42.71731818659574, + 42.71731818659573, 42.23963914214718, 41.87125180247848, 41.79333152976502, @@ -161525,68 +115533,7 @@ "id": "3121", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.92228408915518, - 10.92228408915518, - 10.92228408915518, - 10.92228408915518, - 10.92228408915518, - 10.92228408915518, - 10.92228408915518, - 10.92228408915518 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 365.7475478226238, - -482.8433840915136, - -1013.2718489598496, - -1036.1096543082558, - -562.8408215653326, - 272.7124874894521, - 1008.4876173435828, - 1061.955867644669 - ], - "relative wind speed": [ - 3.2386880028595635, - 2.9145417065820554, - 2.650358803354984, - 2.6343576283153762, - 2.8793060661240433, - 3.2070157534503845, - 3.428571366584618, - 3.440881179061806 - ], - "relative wind angle": [ - 0.12065329075848077, - 0.13897533583905025, - 0.06841134491350548, - 0.056031273645257236, - 0.1358006782227062, - 0.12622981915276996, - 0.05286681133034509, - 0.04288855685102013 - ], - "resistance": [ - 97000.2475478226, - 96151.65661590846, - 95621.22815104012, - 95598.39034569172, - 96071.65917843464, - 96907.21248748942, - 97642.98761734355, - 97696.45586764465 - ], - "fuel": [ - 41.81716628976592, - 41.380217579078916, - 41.10845510631326, - 41.0967777750231, - 41.33916423589604, - 41.76913074205872, - 42.149903532961716, - 42.17765253132784 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -58.4375, -55.3125 -58.28125, -55.15625 -58.28125, -55.15625 -58.4375, -55.3125 -58.4375))", @@ -161618,9 +115565,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 726.1138662989756, + 726.1138662989729, 4.969176160477218, - -664.0578834853895, + -664.0578834853909, -915.8909576381432, -777.3924555982117, -184.45505837963628, @@ -161628,7 +115575,7 @@ 1049.506231773952 ], "relative wind speed": [ - 2.9589648315140624, + 2.9589648315140615, 2.684728088570271, 2.3511283182402996, 2.1678766921720776, @@ -161640,10 +115587,10 @@ "relative wind angle": [ 0.09445342252927856, 0.16387367133019615, - 0.1452672912750717, - 0.01998707254687517, + 0.14526729127507326, + 0.019987072546875175, 0.12258652151106803, - 0.169312414247505, + 0.16931241424750504, 0.11744686476743146, 0.014235186667557725 ], @@ -161685,68 +115632,7 @@ "id": "3123", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.666097308546313, - 7.666097308546313, - 7.666097308546313, - 7.666097308546313, - 7.666097308546313, - 7.666097308546313, - 7.666097308546313, - 7.666097308546313 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 467.6820532110153, - -131.68276584935256, - -607.5080014688451, - -722.1437961286413, - -521.1049634105975, - 12.33964226139733, - 591.9952302044451, - 858.3153798687724 - ], - "relative wind speed": [ - 2.428656265439106, - 2.1329587354011985, - 1.8170813958020662, - 1.6988493136315617, - 1.8830651895557888, - 2.212417862170056, - 2.4784109757672184, - 2.5609015547941265 - ], - "relative wind angle": [ - 0.13775491759627997, - 0.20351920660939746, - 0.15258007669222953, - 0.023863019872434096, - 0.17804522842381207, - 0.19611277495172255, - 0.11166456425178858, - 0.015829394279501235 - ], - "resistance": [ - 97102.18205321104, - 96502.81723415067, - 96026.99199853119, - 95912.35620387139, - 96113.39503658943, - 96646.83964226143, - 97226.49523020447, - 97492.8153798688 - ], - "fuel": [ - 40.10743730424761, - 39.798312571700485, - 39.55385570762518, - 39.49508710584165, - 39.598182966388435, - 39.872470675641694, - 40.17171968569408, - 40.30962747252003 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -58.59375, -55.625 -58.4375, -55.46875 -58.4375, -55.46875 -58.59375, -55.625 -58.59375))", @@ -161778,34 +115664,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 319.3818157010119, + 319.3818157010114, -279.5343840117507, - -679.2705667541452, + -679.2705667541459, -719.3860660922862, -416.29102382037286, 159.6283876050593, 696.6372300837475, - 789.7942679077823 + 789.794267907781 ], "relative wind speed": [ - 2.4417064407858384, + 2.441706440785838, 2.1356950050838344, 1.862164268697206, 1.8226073472783664, 2.0516582756755426, 2.3685520615732614, 2.5891265437421915, - 2.6171233216587066 + 2.617123321658707 ], "relative wind angle": [ - 0.15003284628847438, - 0.18737677959724663, - 0.10635118390960889, + 0.15003284628847366, + 0.18737677959724666, + 0.10635118390960993, 0.06494942138421925, 0.17883879357191512, 0.16876848453775278, 0.07642067151437229, - 0.04521544651591352 + 0.04521544651591598 ], "resistance": [ 96953.88181570102, @@ -161858,17 +115744,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 503.39648165234667, + 503.39648165234485, -97.34789384558098, - -600.9235133151417, + -600.9235133151421, -737.7324483576024, - -572.8015661779807, + -572.8015661779802, -50.343133539262, 543.6648386315783, 863.6224770125214 ], "relative wind speed": [ - 2.6405302227839953, + 2.6405302227839944, 2.375650046445851, 2.0851475301012963, 1.9605830450938508, @@ -161878,14 +115764,14 @@ 2.7487403857026917 ], "relative wind angle": [ - 0.10893225764299533, + 0.10893225764299534, 0.1666550086234248, - 0.1299719540406457, + 0.12997195404064657, 0.006067108074845621, - 0.13686342232020687, + 0.1368634223202061, 0.16501006946713462, 0.10194621699015692, - 0.00432744883307848 + 0.004327448833078479 ], "resistance": [ 97137.89648165234, @@ -161938,7 +115824,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 451.42592829881255, + 451.42592829881073, -11.442056085039894, -423.8640768265809, -565.7090927295649, @@ -161958,12 +115844,12 @@ 2.2353272170891927 ], "relative wind angle": [ - 0.12352235738429078, + 0.12352235738429349, 0.2097346237989127, 0.1853040052176977, - 0.01475294449584849, - 0.16995333464614046, - 0.2145000232055775, + 0.014752944495848488, + 0.16995333464614049, + 0.21450002320557754, 0.1393330659464162, 0.00952555922585351 ], @@ -162018,9 +115904,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 462.27966177928624, + 462.2796617792835, 36.50417716199627, - -374.4484790379554, + -374.4484790379556, -547.5761963688205, -478.65388085272593, -137.53764608837014, @@ -162030,7 +115916,7 @@ "relative wind speed": [ 2.255628282330191, 2.0459591652267184, - 1.778300659407801, + 1.7783006594078008, 1.6176156520879836, 1.6936877342584429, 1.9417744934595607, @@ -162038,17 +115924,17 @@ 2.3107913560824374 ], "relative wind angle": [ - 0.09223868118032666, - 0.17028638926603754, - 0.15957614558646305, - 0.032707565402690104, + 0.09223868118033028, + 0.17028638926603756, + 0.15957614558646374, + 0.03270756540269011, 0.12297773810833457, 0.1795198072501477, - 0.1294161788905626, + 0.12941617889056262, 0.022894086925407578 ], "resistance": [ - 97096.77966177935, + 97096.77966177934, 96671.00417716206, 96260.05152096211, 96086.92380363123, @@ -162098,9 +115984,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 709.6305998434348, + 709.6305998434339, 178.4212336888279, - -396.315790427499, + -396.3157904274992, -706.1795573182169, -672.0415823045284, -281.3782939958537, @@ -162108,7 +115994,7 @@ 788.6404317711024 ], "relative wind speed": [ - 2.4949824003285515, + 2.494982400328551, 2.269149670975651, 1.9366184621516946, 1.6877620759430443, @@ -162118,14 +116004,14 @@ 2.5195110781892485 ], "relative wind angle": [ - 0.08101288916895871, + 0.08101288916895873, 0.18469356125639735, - 0.2014110668058972, + 0.20141106680589776, 0.07780407771450555, 0.11739610908659844, 0.20864527945973924, 0.1667878017602048, - 0.05209013417754273 + 0.05209013417754272 ], "resistance": [ 97344.13059984344, @@ -162178,19 +116064,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 583.6061449775639, + 583.6061449775611, 45.483376759047815, - -458.8609145240705, + -458.86091452407095, -663.9112688666895, -565.7787483504192, -132.3885744330255, - 428.90535976647834, + 428.9053597664788, 810.4401906952949 ], "relative wind speed": [ - 2.2777659590963637, + 2.2777659590963633, 2.009394072553097, - 1.6617772492465386, + 1.6617772492465384, 1.4516517423996447, 1.5678838746536166, 1.8996876243228757, @@ -162198,13 +116084,13 @@ 2.3535472860355044 ], "relative wind angle": [ - 0.12286411370547226, + 0.12286411370547408, 0.22645478808067493, - 0.2176772505026796, - 0.038846190599567475, - 0.17899821154010095, + 0.21767725050268014, + 0.03884619059956748, + 0.17899821154010098, 0.23978157779752615, - 0.16309727384239253, + 0.16309727384239184, 0.02395632835738134 ], "resistance": [ @@ -162258,13 +116144,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 536.2727118322794, + 536.2727118322773, 170.98285011334565, -247.4116063326701, -494.43059369295815, -490.5397374187896, -234.39364689631225, - 186.24608364567416, + 186.2460836456744, 545.2624589246068 ], "relative wind speed": [ @@ -162278,14 +116164,14 @@ 2.0925814431445895 ], "relative wind angle": [ - 0.07168076968128519, + 0.07168076968128828, 0.18520931772377103, 0.21560864341401925, 0.10070008375258828, 0.10732305528718576, - 0.21674067311171985, - 0.18221713063951153, - 0.06691739221244729 + 0.21674067311171988, + 0.1822171306395109, + 0.06691739221244727 ], "resistance": [ 97170.77271183227, @@ -162338,19 +116224,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 561.9787567585092, + 561.9787567585074, 69.58703817991977, - -408.80550417839095, + -408.8055041783907, -619.8406988724145, -544.0253534943106, -155.51539529652018, - 366.73550608653477, + 366.7355060865343, 737.2832310749079 ], "relative wind speed": [ - 2.2395291142024267, + 2.2395291142024263, 1.9940469665885852, - 1.6668296862497296, + 1.6668296862497294, 1.4572230962766324, 1.5476895778423765, 1.853270184770984, @@ -162358,17 +116244,17 @@ 2.2994204770768136 ], "relative wind angle": [ - 0.11050697541791818, - 0.21294790642024955, - 0.21094427994091203, - 0.04952769723093518, - 0.16026511440544805, - 0.22940274236352548, - 0.1628721645967095, + 0.11050697541791919, + 0.21294790642024952, + 0.21094427994091153, + 0.04952769723093519, + 0.16026511440544808, + 0.22940274236352545, + 0.16287216459671017, 0.031379751205167374 ], "resistance": [ - 97196.4787567585, + 97196.47875675849, 96704.0870381799, 96225.69449582159, 96014.65930112757, @@ -162378,7 +116264,7 @@ 97371.78323107489 ], "fuel": [ - 39.7887649253128, + 39.78876492531279, 39.53454121430002, 39.288409387891264, 39.18010297575476, @@ -162405,68 +116291,7 @@ "id": "3132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.021881596443764, - 5.021881596443764, - 5.021881596443764, - 5.021881596443764, - 5.021881596443764, - 5.021881596443764, - 5.021881596443764, - 5.021881596443764 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 467.34595956256373, - 85.50917538491933, - -284.7758570376835, - -456.5353289320884, - -400.5707274946295, - -106.88980904191521, - 297.0355343626246, - 595.7325276937257 - ], - "relative wind speed": [ - 1.784491047783497, - 1.5435580626580585, - 1.2013296638750983, - 0.9573650864184958, - 1.0541052434274811, - 1.3831032756248003, - 1.6888911162459512, - 1.8382051722121928 - ], - "relative wind angle": [ - 0.14199797805789988, - 0.2899496553049843, - 0.3144490060630668, - 0.08802057332950566, - 0.2419341043139158, - 0.32475004408896224, - 0.22181826953749503, - 0.04579928482758412 - ], - "resistance": [ - 97101.84595956256, - 96720.00917538493, - 96349.72414296231, - 96177.96467106791, - 96233.92927250537, - 96527.61019095809, - 96931.53553436263, - 97230.23252769372 - ], - "fuel": [ - 39.19001030459478, - 38.992922442679486, - 38.80231525712479, - 38.71407391070346, - 38.742813640924695, - 38.89381984818304, - 39.10203630154369, - 39.25639985026416 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -58.59375, -54.84375 -58.4375, -54.6875 -58.4375, -54.6875 -58.59375, -54.84375 -58.59375))", @@ -162485,68 +116310,7 @@ "id": "3133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.68953781400864, - 4.68953781400864, - 4.68953781400864, - 4.68953781400864, - 4.68953781400864, - 4.68953781400864, - 4.68953781400864, - 4.68953781400864 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 459.9068179171579, - 119.36375019037496, - -229.43619299398665, - -410.57610604359485, - -378.3366623311557, - -128.11631924049095, - 240.25787599926582, - 533.7136341116 - ], - "relative wind speed": [ - 1.700322244379731, - 1.4813938741122283, - 1.1492437305092984, - 0.8841020406581745, - 0.9449685529480177, - 1.2607670246861467, - 1.5694904105085405, - 1.732750669455143 - ], - "relative wind angle": [ - 0.12931921969312685, - 0.29183059364327024, - 0.34019939381218123, - 0.13170959025918028, - 0.23417601602407795, - 0.34484706358790346, - 0.246828943979061, - 0.06705835279649383 - ], - "resistance": [ - 97094.40681791716, - 96753.86375019037, - 96405.06380700601, - 96223.92389395641, - 96256.16333766884, - 96506.3836807595, - 96874.75787599926, - 97168.2136341116 - ], - "fuel": [ - 39.10346334521899, - 38.92767280196611, - 38.74806735549295, - 38.65497267266761, - 38.671532816183884, - 38.80019273369389, - 38.99002973002729, - 39.14161980133112 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -58.75, -55 -58.59375, -54.84375 -58.59375, -54.84375 -58.75, -55 -58.75))", @@ -162578,37 +116342,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 513.2998584343227, + 513.299858434322, 43.72794007733296, - -382.93209692733, + -382.93209692733024, -551.0797876917952, -455.84648836776387, -77.40747710134008, 406.18734386886536, - 732.4174644879809 + 732.4174644879861 ], "relative wind speed": [ - 1.9466618750675757, + 1.9466618750675755, 1.6662088978203675, - 1.2947848718898276, + 1.2947848718898274, 1.0650720445378477, 1.211417557660992, 1.5750469401497744, 1.8922360028221044, - 2.030430125563276 + 2.0304301255632757 ], "relative wind angle": [ - 0.15874142230041446, + 0.15874142230041516, 0.29405950865271685, - 0.2940365048839368, + 0.29403650488393723, 0.04484991093590886, - 0.25683041906064574, + 0.2568304190606458, 0.3116351800396431, 0.19963468712938276, - 0.02352052210623838 + 0.02352052210622894 ], "resistance": [ - 97147.79985843434, + 97147.79985843433, 96678.22794007734, 96251.56790307269, 96083.42021230822, @@ -162645,68 +116409,7 @@ "id": "3135", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.46630435289825, - 4.46630435289825, - 4.46630435289825, - 4.46630435289825, - 4.46630435289825, - 4.46630435289825, - 4.46630435289825, - 4.46630435289825 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 508.52642439647843, - 199.26449593133634, - -157.58116125111644, - -379.5990987917319, - -388.2614038619596, - -184.3848562424413, - 167.1067190748305, - 488.71904607045576 - ], - "relative wind speed": [ - 1.676254315309574, - 1.4891240048419774, - 1.1619573514307426, - 0.8460918772975337, - 0.8283832475607354, - 1.1307329625674798, - 1.4648899098189232, - 1.6673859390088348 - ], - "relative wind angle": [ - 0.09580745840470659, - 0.28310908524597284, - 0.3771585221341043, - 0.22552716582861523, - 0.19480206371536904, - 0.37672934460780666, - 0.2964443768458769, - 0.11371791190062858 - ], - "resistance": [ - 97143.02642439649, - 96833.76449593135, - 96476.9188387489, - 96254.90090120828, - 96246.23859613805, - 96450.11514375758, - 96801.60671907484, - 97123.21904607047 - ], - "fuel": [ - 39.07713106945826, - 38.917414104237864, - 38.733564973224944, - 38.61941904386554, - 38.614969216664555, - 38.719774672853426, - 38.900826788805446, - 39.06689096887433 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -58.59375, -54.375 -58.4375, -54.21875 -58.4375, -54.21875 -58.59375, -54.375 -58.59375))", @@ -162725,68 +116428,7 @@ "id": "3136", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.873085780580209, - 4.873085780580209, - 4.873085780580209, - 4.873085780580209, - 4.873085780580209, - 4.873085780580209, - 4.873085780580209, - 4.873085780580209 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 438.34888192552626, - -28.12736335458044, - -400.50301167796266, - -507.43332781155146, - -359.9082799203833, - 39.55184322334185, - 499.33182002174567, - 745.9358291127203 - ], - "relative wind speed": [ - 1.7590116742346404, - 1.428068595183575, - 1.016651476606146, - 0.8160311410138591, - 1.0731904767774747, - 1.4854224843424262, - 1.7922833605917783, - 1.8920763849367273 - ], - "relative wind angle": [ - 0.23079647188904487, - 0.3864090962002807, - 0.36062486143793115, - 0.03782783786193072, - 0.38432910768275724, - 0.37074887478283175, - 0.20151618627077741, - 0.016311551232376396 - ], - "resistance": [ - 97072.84888192556, - 96606.37263664545, - 96233.99698832206, - 96127.06667218848, - 96274.59172007964, - 96674.05184322337, - 97133.83182002178, - 97380.43582911274 - ], - "fuel": [ - 39.13709754447201, - 38.89644619307245, - 38.70492175254909, - 38.650019503320934, - 38.725775833964235, - 38.931311136580646, - 39.16861799846177, - 39.29622215739252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -58.59375, -54.21875 -58.4375, -54.0625 -58.4375, -54.0625 -58.59375, -54.21875 -58.59375))", @@ -162805,68 +116447,7 @@ "id": "3137", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.259315107738208, - 5.259315107738208, - 5.259315107738208, - 5.259315107738208, - 5.259315107738208, - 5.259315107738208, - 5.259315107738208, - 5.259315107738208 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 419.44898141080614, - -105.2875245465143, - -491.53471208007204, - -573.9787811271435, - -360.4834984399106, - 112.93359835604963, - 615.2732168595811, - 804.4856368417976 - ], - "relative wind speed": [ - 1.8435740083658028, - 1.4761665002393396, - 1.056766750537585, - 0.9133006740462614, - 1.2234048473904386, - 1.648155638436951, - 1.9438952080548495, - 2.0152832117910915 - ], - "relative wind angle": [ - 0.24967645479437908, - 0.3834468285838284, - 0.3130931471506289, - 0.10085385562920561, - 0.381535193497416, - 0.341689010397654, - 0.16823315938500435, - 0.04564408655343955 - ], - "resistance": [ - 97053.94898141082, - 96529.2124754535, - 96142.96528791994, - 96060.52121887288, - 96274.01650156011, - 96747.43359835606, - 97249.7732168596, - 97438.98563684181 - ], - "fuel": [ - 39.22879841964176, - 38.958184849271376, - 38.759646708729186, - 38.71734083685552, - 38.82694721395348, - 39.07059992745329, - 39.330050099031865, - 39.42801865968907 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -58.75, -54.375 -58.59375, -54.21875 -58.59375, -54.21875 -58.75, -54.375 -58.75))", @@ -162885,68 +116466,7 @@ "id": "3138", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.582014047445446, - 4.582014047445446, - 4.582014047445446, - 4.582014047445446, - 4.582014047445446, - 4.582014047445446, - 4.582014047445446, - 4.582014047445446 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 433.11951051759434, - -18.895936559788765, - -376.69688611798773, - -480.352505155593, - -335.79982574681543, - 49.52410275514751, - 495.2937120435281, - 734.9849556958343 - ], - "relative wind speed": [ - 1.693829115229636, - 1.3581589379622867, - 0.9326639169780867, - 0.7182212111388613, - 0.9949447995516443, - 1.41928732996093, - 1.7289043477652444, - 1.828422959171291 - ], - "relative wind angle": [ - 0.2482959487008567, - 0.421236201024831, - 0.4068836156486725, - 0.04644856811681015, - 0.4316585179327248, - 0.4020200631871658, - 0.2151443349794929, - 0.018239872519040027 - ], - "resistance": [ - 97067.61951051763, - 96615.60406344025, - 96257.80311388204, - 96154.14749484444, - 96298.70017425322, - 96684.02410275518, - 97129.79371204355, - 97369.48495569587 - ], - "fuel": [ - 39.06442110314174, - 38.83122659581469, - 38.64717638562944, - 38.59394568153927, - 38.668189423299246, - 38.86647562388356, - 39.09655621739126, - 39.22057671192184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -58.75, -54.21875 -58.59375, -54.0625 -58.59375, -54.0625 -58.75, -54.21875 -58.75))", @@ -162965,68 +116485,7 @@ "id": "3139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.550333076578313, - 4.550333076578313, - 4.550333076578313, - 4.550333076578313, - 4.550333076578313, - 4.550333076578313, - 4.550333076578313, - 4.550333076578313 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 560.3904639054633, - 107.3427797607086, - -307.2355979626414, - -489.7162331025403, - -408.34486415374016, - -62.15155833899712, - 405.75586162848504, - 748.281311944821 - ], - "relative wind speed": [ - 1.7629124613161304, - 1.4643497521983666, - 1.0282647301014722, - 0.6954350437686727, - 0.8713722544487307, - 1.3125660956017953, - 1.6762522474007622, - 1.8394347099000887 - ], - "relative wind angle": [ - 0.19790799222480118, - 0.40246099235943306, - 0.4687253725689341, - 0.12016439418164615, - 0.4091045451213356, - 0.4522359119768773, - 0.28079234597518027, - 0.0453368262328301 - ], - "resistance": [ - 97194.89046390547, - 96741.84277976071, - 96327.26440203736, - 96144.78376689745, - 96226.15513584626, - 96572.348441661, - 97040.25586162848, - 97382.78131194483 - ], - "fuel": [ - 39.12293793010767, - 38.88899720747395, - 38.67559015069953, - 38.581859702325175, - 38.62364047325481, - 38.801671550319995, - 39.04300323945142, - 39.220183386833526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -58.59375, -54.0625 -58.4375, -53.90625 -58.4375, -53.90625 -58.59375, -54.0625 -58.59375))", @@ -163045,68 +116504,7 @@ "id": "3140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.534442499326701, - 6.534442499326701, - 6.534442499326701, - 6.534442499326701, - 6.534442499326701, - 6.534442499326701, - 6.534442499326701, - 6.534442499326701 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 500.37513830585067, - -166.73747320484244, - -658.7014959985314, - -757.9351495243142, - -483.67966089442723, - 124.0444404611103, - 757.3527978507409, - 985.1673282914749 - ], - "relative wind speed": [ - 2.192950473199807, - 1.8068365240954076, - 1.3885011898028188, - 1.2577351776587287, - 1.5586048667209382, - 1.9933947636301936, - 2.3044186586620077, - 2.3783151875546724 - ], - "relative wind angle": [ - 0.2140686425877845, - 0.31581370640154627, - 0.23831051406227194, - 0.07771522889907133, - 0.30353823653354317, - 0.28538038650245734, - 0.1427200179780066, - 0.041068682041477504 - ], - "resistance": [ - 97134.87513830584, - 96467.76252679514, - 95975.79850400146, - 95876.56485047567, - 96150.82033910556, - 96758.54444046109, - 97391.85279785073, - 97619.66732829146 - ], - "fuel": [ - 39.67539498367038, - 39.33133199532226, - 39.07866271729798, - 39.02780615834164, - 39.16844949993493, - 39.481099021244034, - 39.80837289978806, - 39.92646528831303 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -58.59375, -53.90625 -58.4375, -53.75 -58.4375, -53.75 -58.59375, -53.90625 -58.59375))", @@ -163125,68 +116523,7 @@ "id": "3141", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.922776167603816, - 6.922776167603816, - 6.922776167603816, - 6.922776167603816, - 6.922776167603816, - 6.922776167603816, - 6.922776167603816, - 6.922776167603816 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 686.7012115794594, - 38.30976087527574, - -549.4921376100915, - -773.8636929292328, - -639.748125439748, - -111.65300678435642, - 555.0932132676223, - 995.9342972716761 - ], - "relative wind speed": [ - 2.360164763108961, - 2.041675919354683, - 1.6309249402078163, - 1.3886963835155948, - 1.5500296051080875, - 1.9505201680731012, - 2.305006144273989, - 2.458554827565051 - ], - "relative wind angle": [ - 0.14666869926941, - 0.26518819832116985, - 0.25527653288702246, - 0.03407489713066047, - 0.22440510293632038, - 0.2779027482854401, - 0.17963201394013154, - 0.019244415307386298 - ], - "resistance": [ - 97321.20121157945, - 96672.80976087526, - 96085.00786238989, - 95860.63630707076, - 95994.75187456024, - 96522.84699321563, - 97189.59321326761, - 97630.43429727165 - ], - "fuel": [ - 39.91633735128839, - 39.58145765980028, - 39.279223042669976, - 39.164195237298166, - 39.23292928992335, - 39.504227990491046, - 39.848238222365325, - 40.07660028344729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -58.75, -54.0625 -58.59375, -53.90625 -58.59375, -53.90625 -58.75, -54.0625 -58.75))", @@ -163205,68 +116542,7 @@ "id": "3142", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.498937190687284, - 5.498937190687284, - 5.498937190687284, - 5.498937190687284, - 5.498937190687284, - 5.498937190687284, - 5.498937190687284, - 5.498937190687284 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 724.6721857898594, - 167.64405132018533, - -374.9720267837939, - -638.3904550126845, - -564.6094627182545, - -148.30588898588087, - 440.6196501874167, - 893.8400191351363 - ], - "relative wind speed": [ - 2.0602769184432916, - 1.7567051751905256, - 1.3035252624247122, - 0.9469029542659343, - 1.0716711085085961, - 1.5189492660852937, - 1.92198903110887, - 2.120517564342412 - ], - "relative wind angle": [ - 0.1591423500362873, - 0.34203002962762047, - 0.39928542254313115, - 0.13502300003879977, - 0.3095812001755415, - 0.39835130821531045, - 0.2668182518635662, - 0.060146839828132646 - ], - "resistance": [ - 97359.17218578985, - 96802.14405132017, - 96259.52797321619, - 95996.1095449873, - 96069.89053728172, - 96486.1941110141, - 97075.11965018741, - 97528.34001913512 - ], - "fuel": [ - 39.45456871492983, - 39.16670274497619, - 38.88739491196871, - 38.75219715193961, - 38.79003872479048, - 39.00393648019066, - 39.307629246941424, - 39.54222134087385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -58.75, -53.90625 -58.59375, -53.75 -58.59375, -53.75 -58.75, -53.90625 -58.75))", @@ -163298,9 +116574,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 724.8701695065126, + 724.8701695065122, 81.3523219601725, - -506.7834453257137, + -506.78344532571384, -746.5267460909936, -620.5276380112708, -107.70282837111472, @@ -163318,11 +116594,11 @@ 2.3340969679477164 ], "relative wind angle": [ - 0.16558570372200898, + 0.16558570372200965, 0.31393042138085536, - 0.32438264771577663, + 0.32438264771577696, 0.05724850046322851, - 0.2801561590807871, + 0.28015615908078706, 0.33695454264206404, 0.21548772109341535, 0.028411955593858906 @@ -163365,68 +116641,7 @@ "id": "3144", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.517315763500463, - 6.517315763500463, - 6.517315763500463, - 6.517315763500463, - 6.517315763500463, - 6.517315763500463, - 6.517315763500463, - 6.517315763500463 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 682.4493131482016, - 93.41369275642342, - -466.7793283314478, - -711.2090727084956, - -613.0882225125629, - -149.6642925265453, - 468.6320299930883, - 908.0697563039164 - ], - "relative wind speed": [ - 2.2586571280504417, - 1.9626145466367864, - 1.5585710071132004, - 1.291046379393707, - 1.4182374477413735, - 1.8058442960562, - 2.1642056039237993, - 2.333694223012825 - ], - "relative wind angle": [ - 0.13828842987091144, - 0.26915940690488804, - 0.2773357416601596, - 0.06323367800170052, - 0.22133695454317528, - 0.2931889373833281, - 0.19847570754733854, - 0.03496595356342318 - ], - "resistance": [ - 97316.9493131482, - 96727.91369275643, - 96167.72067166855, - 95923.2909272915, - 96021.41177748743, - 96484.83570747345, - 97103.13202999308, - 97542.56975630391 - ], - "fuel": [ - 39.76344098597602, - 39.459161524636464, - 39.17097913624259, - 39.04560205866328, - 39.095905170750825, - 39.33397050587021, - 39.65283964250345, - 39.88033221802142 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -58.59375, -53.59375 -58.4375, -53.4375 -58.4375, -53.4375 -58.59375, -53.59375 -58.59375))", @@ -163445,68 +116660,7 @@ "id": "3145", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.629204406717264, - 6.629204406717264, - 6.629204406717264, - 6.629204406717264, - 6.629204406717264, - 6.629204406717264, - 6.629204406717264, - 6.629204406717264 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 878.386192246373, - 338.89758702588324, - -300.052870577716, - -703.4760179347093, - -724.1329207501484, - -366.27811237662854, - 260.4022019570323, - 831.0418480762428 - ], - "relative wind speed": [ - 2.361326146051883, - 2.1312019371440867, - 1.7343033356637974, - 1.368189240751044, - 1.3415654896872404, - 1.6833411520726553, - 2.0899404467719718, - 2.3460002840240843 - ], - "relative wind angle": [ - 0.07827462404388329, - 0.2334681909930906, - 0.3000767688726428, - 0.1703422823384057, - 0.13807093399758644, - 0.2972642643571133, - 0.24782246269080246, - 0.09902578072768817 - ], - "resistance": [ - 97512.88619224631, - 96973.39758702583, - 96334.44712942223, - 95931.02398206524, - 95910.36707924979, - 96268.22188762331, - 96894.90220195697, - 97465.54184807619 - ], - "fuel": [ - 39.90544577473251, - 39.626317859125244, - 39.29712993193356, - 39.09006829811567, - 39.079482200433155, - 39.26309750709526, - 39.58579510643841, - 39.880906766561985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -58.75, -53.75 -58.59375, -53.59375 -58.59375, -53.59375 -58.75, -53.75 -58.75))", @@ -163538,17 +116692,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 589.1920413096271, + 589.192041309626, 160.84388569125872, -273.9279164337868, -500.26866255323824, -459.26972836100293, -147.70583364537367, - 312.6476234278015, + 312.64762342780125, 683.0600164759172 ], "relative wind speed": [ - 1.847088589648553, + 1.8470885896485525, 1.5927858521060416, 1.199954519020504, 0.8735906855430251, @@ -163558,13 +116712,13 @@ 1.8846143393293577 ], "relative wind angle": [ - 0.14215515081317365, - 0.32492931098534533, + 0.14215515081317442, + 0.3249293109853453, 0.39108706089090606, 0.15909540713810538, 0.27896076983166723, 0.3912483945143781, - 0.27315077177168956, + 0.27315077177168995, 0.07350224829009669 ], "resistance": [ @@ -163618,17 +116772,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 759.3363377485905, + 759.3363377485884, 351.8917123403339, - -165.08188314695428, + -165.0818831469544, -520.8163562216097, -571.97846019829, -324.80111707569654, - 160.8381517164612, + 160.83815171646097, 642.2020611543262 ], "relative wind speed": [ - 2.032127460861121, + 2.0321274608611204, 1.8408620798340702, 1.4714364845877699, 1.0841562326399417, @@ -163638,13 +116792,13 @@ 1.9883408813686383 ], "relative wind angle": [ - 0.06514167318475501, + 0.06514167318475672, 0.25264282032942836, - 0.3600849086134173, + 0.3600849086134179, 0.2546183038689051, 0.13271469482535989, - 0.3563178848583899, - 0.3059095512961926, + 0.35631788485838983, + 0.30590955129619296, 0.13777253865001735 ], "resistance": [ @@ -163685,68 +116839,7 @@ "id": "3148", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.760241790365727, - 7.760241790365727, - 7.760241790365727, - 7.760241790365727, - 7.760241790365727, - 7.760241790365727, - 7.760241790365727, - 7.760241790365727 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1051.4027095286644, - 474.9393141243065, - -279.97369373932224, - -806.6829625112389, - -882.4128979153118, - -529.2130344572427, - 181.56235075925701, - 876.962640485038 - ], - "relative wind speed": [ - 2.6835350868547816, - 2.4788835698109306, - 2.093294643845402, - 1.716143126244151, - 1.6359333910379583, - 1.9320390445369031, - 2.344302914800432, - 2.632962474578513 - ], - "relative wind angle": [ - 0.04815744695539576, - 0.18764899431734547, - 0.2534084761564343, - 0.16373782837605105, - 0.07904776906423906, - 0.2416970754147042, - 0.22577487751598127, - 0.10644763792567552 - ], - "resistance": [ - 97685.90270952872, - 97109.43931412436, - 96354.52630626074, - 95827.81703748881, - 95752.08710208474, - 96105.28696554282, - 96816.06235075931, - 97511.4626404851 - ], - "fuel": [ - 40.45092798204311, - 40.15233807678855, - 39.76318684843697, - 39.49292863690735, - 39.4541559591984, - 39.635171731470024, - 40.00085282751426, - 40.3604430369476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -58.59375, -53.28125 -58.4375, -53.125 -58.4375, -53.125 -58.59375, -53.28125 -58.59375))", @@ -163765,68 +116858,7 @@ "id": "3149", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.138378539861838, - 8.138378539861838, - 8.138378539861838, - 8.138378539861838, - 8.138378539861838, - 8.138378539861838, - 8.138378539861838, - 8.138378539861838 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1067.4028681777258, - 428.299579011888, - -362.4186536641171, - -880.5054637449778, - -924.8624596749537, - -509.0703063615654, - 255.88590564082233, - 965.1782102588836 - ], - "relative wind speed": [ - 2.7822297124268447, - 2.5554349545082946, - 2.158782942636684, - 1.796233432340313, - 1.7517228469491044, - 2.068595489338461, - 2.4797159740210444, - 2.753703063472381 - ], - "relative wind angle": [ - 0.059204799443989396, - 0.18966036792083538, - 0.24169050576398643, - 0.13904271031482293, - 0.09411787751173124, - 0.23505286768306718, - 0.20990563154031408, - 0.09052884918446685 - ], - "resistance": [ - 97701.90286817773, - 97062.79957901189, - 96272.08134633588, - 95753.99453625502, - 95709.63754032504, - 96125.42969363843, - 96890.38590564083, - 97599.67821025888 - ], - "fuel": [ - 40.63039555209773, - 40.299396584813536, - 39.89197797085403, - 39.62629463141407, - 39.60359405966452, - 39.81667127337759, - 40.21036187228407, - 40.57735011262336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -58.75, -53.4375 -58.59375, -53.28125 -58.59375, -53.28125 -58.75, -53.4375 -58.75))", @@ -163858,11 +116890,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 931.7273815190476, + 931.7273815190417, 470.1360977515569, - -159.0439184470565, + -159.04391844705674, -619.7854326974382, - -710.6971446987835, + -710.6971446987833, -447.86322730339907, 126.61966065278716, 723.137623145368 @@ -163878,11 +116910,11 @@ 2.221208494792204 ], "relative wind angle": [ - 0.043860888861899906, + 0.043860888861907504, 0.22119742193658012, - 0.3263121612346221, + 0.32631216123462276, 0.24639555479874273, - 0.08476945651378474, + 0.08476945651378344, 0.31571318209771176, 0.29272007847703774, 0.14468376096551813 @@ -163938,19 +116970,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1085.3220916262846, + 1085.3220916262765, 581.3482211140115, - -155.18984722360779, + -155.18984722360847, -723.3937014636629, -855.480995901515, -586.3582493694694, - 72.52127130465374, + 72.52127130465396, 780.9898025295413 ], "relative wind speed": [ 2.589295098897727, 2.4180969502699505, - 2.0415792506455657, + 2.0415792506455652, 1.6280754251696044, 1.4777773778674226, 1.7438698996220057, @@ -163958,13 +116990,13 @@ 2.4975278772560903 ], "relative wind angle": [ - 0.026236249143938913, + 0.026236249143947378, 0.18350583655114855, - 0.27587022796737865, + 0.2758702279673782, 0.21364326448343357, - 0.045980903597635056, + 0.04598090359763506, 0.255809281292563, - 0.2588374653989769, + 0.25883746539897645, 0.1386554764416478 ], "resistance": [ @@ -164005,68 +117037,7 @@ "id": "3152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.113212928358667, - 9.113212928358667, - 9.113212928358667, - 9.113212928358667, - 9.113212928358667, - 9.113212928358667, - 9.113212928358667, - 9.113212928358667 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1268.9094789919618, - 617.4070644453332, - -291.03720374419663, - -959.3281318464169, - -1082.757008970986, - -705.5548771022995, - 131.68041624843863, - 983.2092973923659 - ], - "relative wind speed": [ - 3.0746236316322135, - 2.8794608864478395, - 2.490761053356404, - 2.100921353111203, - 1.9924367521309763, - 2.265352001533208, - 2.6868613776144814, - 3.0015402971599237 - ], - "relative wind angle": [ - 0.03261853020428769, - 0.1582686540084659, - 0.21916914005344365, - 0.1490683499540686, - 0.050347543420861784, - 0.201699344788274, - 0.2029405775045807, - 0.10414219952147931 - ], - "resistance": [ - 97903.409478992, - 97251.90706444537, - 96343.46279625584, - 95675.17186815363, - 95551.74299102905, - 95928.94512289774, - 96766.18041624848, - 97617.70929739242 - ], - "fuel": [ - 41.219773244637445, - 40.88187914999454, - 40.413361766999245, - 40.07066056596395, - 40.00754775223524, - 40.200600388557945, - 40.630990435046435, - 41.07140374967888 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -58.59375, -52.96875 -58.4375, -52.8125 -58.4375, -52.8125 -58.59375, -52.96875 -58.59375))", @@ -164085,68 +117056,7 @@ "id": "3153", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.647179398156512, - 8.647179398156512, - 8.647179398156512, - 8.647179398156512, - 8.647179398156512, - 8.647179398156512, - 8.647179398156512, - 8.647179398156512 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1209.3539829151987, - 930.4904579334025, - 123.09949610730882, - -665.653311456842, - -1018.184892269587, - -897.5533452505863, - -262.93887301195264, - 595.6160401530451 - ], - "relative wind speed": [ - 2.9442434475846286, - 2.8698873701185645, - 2.5565025661028633, - 2.1361374205496535, - 1.863846031396081, - 1.9764204993446834, - 2.3678653122391515, - 2.753072543163985 - ], - "relative wind angle": [ - 0.032843543901697234, - 0.10961020836575722, - 0.21309306469354863, - 0.21257079445019647, - 0.0518956037925343, - 0.1595180882316521, - 0.23036407635458775, - 0.16443657964597516 - ], - "resistance": [ - 97843.8539829152, - 97564.9904579334, - 96757.59949610732, - 95968.84668854316, - 95616.3151077304, - 95736.94665474941, - 96371.56112698805, - 97230.11604015305 - ], - "fuel": [ - 40.949291645140164, - 40.8045308064967, - 40.38703783998424, - 39.981524787775626, - 39.80103005416795, - 39.862740867797626, - 40.188278815536144, - 40.63107653883148 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -58.75, -53.125 -58.59375, -52.96875 -58.59375, -52.96875 -58.75, -53.125 -58.75))", @@ -164178,9 +117088,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1164.3742333372427, + 1164.3742333372295, 802.4839887027672, - 38.030961773614536, + 38.030961773613626, -657.3129859689311, -921.74855475243, -765.0013645729439, @@ -164190,7 +117100,7 @@ "relative wind speed": [ 2.720200743375781, 2.6157772328541236, - 2.27833132094325, + 2.2783313209432494, 1.847275239995446, 1.596537152926216, 1.762422319711687, @@ -164198,14 +117108,14 @@ 2.5565596321298014 ], "relative wind angle": [ - 0.018450859388460156, + 0.018450859388472192, 0.1387989991928098, - 0.24924202538938078, + 0.24924202538938037, 0.23653267909474635, 0.03144020972493822, 0.20681505552948798, 0.2605935016641059, - 0.17014020537748517 + 0.1701402053774852 ], "resistance": [ 97798.87423333725, @@ -164258,14 +117168,14 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 965.162684530542, + 965.162684530538, 799.7065413675325, 169.34433388613706, -468.4467698470062, -783.807749416949, - -711.7894781104729, + -711.789478110473, -235.0739040042297, - 445.1727597496508 + 445.1727597496513 ], "relative wind speed": [ 2.4703806769533605, @@ -164275,17 +117185,17 @@ 1.4165093432157625, 1.5032399041865827, 1.8879606294688742, - 2.270735336389616 + 2.2707353363896154 ], "relative wind angle": [ - 0.0511953527707942, - 0.11772212567817508, + 0.051195352770798536, + 0.1177221256781751, 0.25034353612977944, 0.27270704971000426, - 0.0893641742166222, - 0.19011073194678818, + 0.08936417421662221, + 0.1901107319467882, 0.2835262562169766, - 0.2052684757080424 + 0.20526847570804133 ], "resistance": [ 97599.66268453057, @@ -164338,17 +117248,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 966.3395342563754, + 966.3395342563695, 871.518819736817, - 223.10234876235472, + 223.10234876235427, -478.2533387385138, - -857.6414639862883, + -857.641463986289, -816.6196261659272, -340.84617619205255, 384.17510437426927 ], "relative wind speed": [ - 2.7465312321510917, + 2.7465312321510913, 2.7195837634479805, 2.4665415230749717, 2.0917074842081953, @@ -164358,11 +117268,11 @@ 2.5376043475068983 ], "relative wind angle": [ - 0.05421924253048338, + 0.054219242530487474, 0.08359662982288325, - 0.19171690116184756, + 0.19171690116184814, 0.21075304424514837, - 0.08238729622298431, + 0.08238729622298567, 0.12312970793502316, 0.21779834126514971, 0.1733034649152611 @@ -164405,68 +117315,7 @@ "id": "3157", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.714798696312667, - 7.714798696312667, - 7.714798696312667, - 7.714798696312667, - 7.714798696312667, - 7.714798696312667, - 7.714798696312667, - 7.714798696312667 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 580.5825055409557, - 866.0899174948738, - 483.8323177937061, - -116.86981458958917, - -602.1126543000792, - -724.9193921757317, - -534.8524992094492, - -4.74634723148165 - ], - "relative wind speed": [ - 2.4859819226889224, - 2.574109220058926, - 2.447462956619524, - 2.155169313189179, - 1.8379739148367438, - 1.7123714418209735, - 1.888962495003973, - 2.2166414827490932 - ], - "relative wind angle": [ - 0.11389755907333918, - 0.012179830109494761, - 0.1339561585423497, - 0.2013025491794424, - 0.1543330956714225, - 0.018309806432292474, - 0.17391917923749298, - 0.19564658711385094 - ], - "resistance": [ - 97215.08250554094, - 97500.58991749486, - 97118.3323177937, - 96517.6301854104, - 96032.38734569991, - 95909.58060782426, - 96099.64750079054, - 96629.7536527685 - ], - "fuel": [ - 40.187029760325714, - 40.33487129867518, - 40.13699935617467, - 39.82715029396387, - 39.577836858975715, - 39.51487878454612, - 39.61234221965472, - 39.884882945180216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -58.75, -52.8125 -58.59375, -52.65625 -58.59375, -52.65625 -58.75, -52.8125 -58.75))", @@ -164498,19 +117347,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 737.4949413854874, + 737.4949413854861, 772.0570578444908, 285.93960781389114, -290.7430393752461, -651.6894881393225, -666.7172403280866, - -339.9666190226478, + -339.9666190226483, 227.9393589074091 ], "relative wind speed": [ - 2.3229437824567634, + 2.322943782456763, 2.3343629477464236, - 2.1240142586500044, + 2.124014258650004, 1.7697415120380695, 1.4556647029795873, 1.4372811736552495, @@ -164518,14 +117367,14 @@ 2.0935717146838773 ], "relative wind angle": [ - 0.08651727910893829, + 0.08651727910893958, 0.0714037038369475, - 0.2068606344148175, + 0.20686063441481695, 0.25733540737045196, 0.1383325083770983, - 0.11613280853999676, - 0.2544543127374288, - 0.21683339869309118 + 0.11613280853999677, + 0.25445431273742924, + 0.2168333986930912 ], "resistance": [ 97371.99494138552, @@ -164578,34 +117427,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 615.7877202931109, + 615.7877202931081, 801.356765365625, - 395.444457663795, - -172.78193532436603, - -593.1555096986774, + 395.4444576637936, + -172.7819353243658, + -593.1555096986772, -673.4419042287589, -440.6052022376766, 81.14521168225383 ], "relative wind speed": [ - 2.329831865284628, + 2.3298318652846275, 2.3907537182386047, - 2.2351635418840305, - 1.921065555902711, + 2.23516354188403, + 1.9210655559027112, 1.6012608798913341, 1.5087907690247524, 1.7309525894716045, 2.0740443717264645 ], "relative wind angle": [ - 0.11037279414309449, + 0.11037279414309652, 0.03281178849709056, 0.16518840312797642, - 0.23181716138671998, - 0.16096050226547814, - 0.052006015287856706, - 0.21396642485677073, - 0.21444037587753728 + 0.23181716138672046, + 0.16096050226547745, + 0.05200601528785671, + 0.21396642485677125, + 0.2144403758775373 ], "resistance": [ 97250.28772029314, @@ -164658,19 +117507,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 597.0611414131381, + 597.0611414131374, 177.8291439349308, - -249.63891251379698, + -249.63891251379727, -477.06654002738844, -441.7915063215848, -142.88069848984287, - 307.21279154798503, + 307.21279154798526, 677.9639808103025 ], "relative wind speed": [ - 1.7946614876904172, + 1.794661487690417, 1.5400305976778699, - 1.1359397098262316, + 1.1359397098262314, 0.7811758496155713, 0.8542431196070093, 1.256521755088641, @@ -164678,13 +117527,13 @@ 1.82765025504676 ], "relative wind angle": [ - 0.14804941859025186, + 0.14804941859025258, 0.34967804407727404, - 0.43764551618717346, + 0.43764551618717373, 0.19742526718389738, - 0.31508672650997305, + 0.3150867265099727, 0.43332973250768586, - 0.2996310193569131, + 0.2996310193569127, 0.08393509918146215 ], "resistance": [ @@ -164725,68 +117574,7 @@ "id": "3161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.96653787883536, - 4.96653787883536, - 4.96653787883536, - 4.96653787883536, - 4.96653787883536, - 4.96653787883536, - 4.96653787883536, - 4.96653787883536 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 700.2105990756578, - 427.79527020349417, - -11.068126917696418, - -375.3576377362363, - -487.80371606753727, - -366.7128248718901, - 3.3130237326126917, - 440.65105016793734 - ], - "relative wind speed": [ - 1.8785628398477152, - 1.7644476098574107, - 1.4610322044802486, - 1.079955303503279, - 0.880661264083253, - 1.091461056282768, - 1.4730741674420234, - 1.7715132366845485 - ], - "relative wind angle": [ - 0.0034082909791874638, - 0.20393478981476473, - 0.3485229200842044, - 0.32837225198692965, - 0.0072703694963457645, - 0.3335495203378189, - 0.34555418888755135, - 0.1978942007449947 - ], - "resistance": [ - 97334.71059907567, - 97062.29527020351, - 96623.43187308231, - 96259.14236226378, - 96146.69628393248, - 96267.78717512812, - 96637.81302373263, - 97075.15105016796 - ], - "fuel": [ - 39.29619445838569, - 39.15529377805039, - 38.928882361474, - 38.7414882693449, - 38.68374464255965, - 38.7459295256014, - 38.936290298104474, - 39.16193693180637 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -59.0625, -53.75 -58.90625, -53.59375 -58.90625, -53.59375 -59.0625, -53.75 -59.0625))", @@ -164805,68 +117593,7 @@ "id": "3162", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.820126880409493, - 4.820126880409493, - 4.820126880409493, - 4.820126880409493, - 4.820126880409493, - 4.820126880409493, - 4.820126880409493, - 4.820126880409493 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 732.4462951412829, - 329.50303178499394, - -156.7143463472147, - -477.758355123795, - -513.8397275948467, - -265.7206255814437, - 197.28464778007094, - 649.675837177062 - ], - "relative wind speed": [ - 1.8963494485063512, - 1.6896564262258527, - 1.2979188005564941, - 0.8778820810697292, - 0.8053258954465241, - 1.178877512738608, - 1.600030567173352, - 1.8638707252553137 - ], - "relative wind angle": [ - 0.08631039443849531, - 0.30336640946771365, - 0.4378979671667856, - 0.31690887919525995, - 0.20440853619556365, - 0.44246568134226716, - 0.35114342791267306, - 0.14731016424773197 - ], - "resistance": [ - 97366.94629514129, - 96964.00303178499, - 96477.78565365278, - 96156.74164487621, - 96120.66027240515, - 96368.77937441856, - 96831.78464778008, - 97284.17583717706 - ], - "fuel": [ - 39.276089422202276, - 39.067725635452646, - 38.81710477827325, - 38.652104756837424, - 38.633584770832584, - 38.76103818363643, - 38.99948655747389, - 39.23323913799507 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -59.0625, -53.59375 -58.90625, -53.4375 -58.90625, -53.4375 -59.0625, -53.59375 -59.0625))", @@ -164885,68 +117612,7 @@ "id": "3163", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.6347979342649435, - 4.6347979342649435, - 4.6347979342649435, - 4.6347979342649435, - 4.6347979342649435, - 4.6347979342649435, - 4.6347979342649435, - 4.6347979342649435 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 680.1400826051727, - 406.4340889011221, - -16.338981924514883, - -358.0180449259871, - -459.62227266790103, - -331.95245857518285, - 27.12243242124532, - 445.60887430042703 - ], - "relative wind speed": [ - 1.8015452899705664, - 1.6792830470115871, - 1.3669158877410523, - 0.9738391789167824, - 0.7737458182281477, - 1.012055567180062, - 1.4056276103156797, - 1.7017300833702638 - ], - "relative wind angle": [ - 0.011569024101437142, - 0.22714913346006993, - 0.3854910902246763, - 0.3661986423141969, - 0.026939308192004643, - 0.38296365935069937, - 0.3743403108443191, - 0.20637165618693112 - ], - "resistance": [ - 97314.6400826052, - 97040.93408890115, - 96618.16101807551, - 96276.48195507404, - 96174.87772733213, - 96302.54754142485, - 96661.62243242128, - 97080.10887430045 - ], - "fuel": [ - 39.20445517956007, - 39.062908030502754, - 38.844818627098334, - 38.669047898647236, - 38.61686320434343, - 38.68244157095004, - 38.86720772301814, - 39.08315019033404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -58.90625, -53.4375 -58.75, -53.28125 -58.75, -53.28125 -58.90625, -53.4375 -58.90625))", @@ -164978,37 +117644,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 810.1631581763315, + 810.1631581763218, 539.550050342627, 27.499077997418, -421.7193261098913, -584.8401871888848, -467.34543711613344, - -48.34208338240455, + -48.34208338240444, 472.0665460517623 ], "relative wind speed": [ 2.068020297296035, 1.9666421162459717, 1.6579634621188652, - 1.2552263457385664, + 1.2552263457385662, 1.0174507190467255, 1.20176233187958, 1.6009594229698345, 1.9329564756302418 ], "relative wind angle": [ - 0.014560704560696743, - 0.1790356075217624, + 0.014560704560711993, + 0.17903560752176242, 0.3224524835814648, - 0.3182814747929138, - 0.02959864789776127, + 0.31828147479291313, + 0.029598647897761274, 0.29571387821160117, - 0.3343730052315161, + 0.3343730052315157, 0.20463940799287783 ], "resistance": [ - 97444.66315817634, + 97444.66315817632, 97174.05005034263, 96661.99907799742, 96212.78067389011, @@ -165058,47 +117724,47 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 968.2615301413387, + 968.2615301413118, 619.757054100575, - 0.08599270913782675, + 0.08599270913714463, -534.9790295647817, - -714.5262714672168, + -714.5262714672222, -563.4708088549694, -47.24669437740204, 577.9165565259025 ], "relative wind speed": [ - 2.32222595577307, + 2.3222259557730696, 2.2049786781761056, - 1.8705172259551552, + 1.870517225955155, 1.4498026993389255, - 1.22045055922537, + 1.2204505592253703, 1.4213732746778445, 1.8394016050293902, 2.186390882291917 ], "relative wind angle": [ - 0.007016181486844053, - 0.17229674863786437, - 0.2989581055619621, + 0.007016181486875701, + 0.1722967486378644, + 0.2989581055619625, 0.2802974380760616, - 0.013350404867337101, + 0.01335040486736205, 0.26920354057246343, 0.304175802304122, - 0.18448657603496169 + 0.1844865760349617 ], "resistance": [ - 97602.76153014136, + 97602.76153014135, 97254.2570541006, 96634.58599270917, 96099.52097043525, - 95919.97372853282, + 95919.9737285328, 96071.02919114506, 96587.25330562262, 97212.41655652593 ], "fuel": [ - 39.861751338318285, + 39.86175133831828, 39.68119699135492, 39.361271988422644, 39.08617710000169, @@ -165125,68 +117791,7 @@ "id": "3166", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.9338985534311615, - 4.9338985534311615, - 4.9338985534311615, - 4.9338985534311615, - 4.9338985534311615, - 4.9338985534311615, - 4.9338985534311615, - 4.9338985534311615 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 641.3617406745872, - 516.248888787553, - 110.65102311553335, - -285.9599909077382, - -476.4826285449651, - -421.88325892553746, - -115.38000165213941, - 314.69583867776 - ], - "relative wind speed": [ - 1.851573369769856, - 1.8000890781306145, - 1.5474114681626572, - 1.1774078802539678, - 0.8979574774306842, - 0.9971614140696838, - 1.3565284085168532, - 1.687709174718925 - ], - "relative wind angle": [ - 0.054636405731479196, - 0.1487061054427182, - 0.31423098302413316, - 0.3553972066576362, - 0.11284264399534064, - 0.2707539087053693, - 0.3603245231165218, - 0.24520129943752061 - ], - "resistance": [ - 97275.86174067463, - 97150.7488887876, - 96745.15102311557, - 96348.5400090923, - 96158.01737145508, - 96212.61674107451, - 96519.1199983479, - 96949.1958386778 - ], - "fuel": [ - 39.25740749089194, - 39.1926888008405, - 38.98328060611759, - 38.77910423222777, - 38.68123080889142, - 38.7092652547297, - 38.866847516020144, - 39.08855143101358 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -59.0625, -53.28125 -58.90625, -53.125 -58.90625, -53.125 -59.0625, -53.28125 -59.0625))", @@ -165218,37 +117823,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 751.2045169003491, + 751.2045169003466, 606.076497017599, - 124.49424499589236, + 124.49424499589213, -350.4682294794627, -578.7320776201877, -515.4330838328623, -149.6109496973031, - 363.4366363741499 + 363.43663637414966 ], "relative wind speed": [ - 2.0687962044632533, + 2.068796204463253, 2.0149624355767646, 1.748218651206307, 1.362540896202335, 1.078711761269769, 1.1762071172705264, 1.5450787510925421, - 1.8939427408661083 + 1.893942740866108 ], "relative wind angle": [ - 0.051524271693243605, - 0.13720809916966925, - 0.2878516295585574, - 0.3182002740612087, - 0.09893288504773716, + 0.05152427169324576, + 0.13720809916966928, + 0.2878516295585578, + 0.31820027406120877, + 0.09893288504773717, 0.2365134901053663, - 0.32701520518927957, - 0.22702122055905075 + 0.3270152051892796, + 0.22702122055905027 ], "resistance": [ - 97385.70451690035, + 97385.70451690034, 97240.5764970176, 96758.99424499589, 96284.03177052054, @@ -165285,68 +117890,7 @@ "id": "3168", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.040888879433328, - 6.040888879433328, - 6.040888879433328, - 6.040888879433328, - 6.040888879433328, - 6.040888879433328, - 6.040888879433328, - 6.040888879433328 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 862.5693586934956, - 453.2388993270397, - -124.29767909212342, - -559.3726037749212, - -655.490694619229, - -431.1123386230928, - 88.79894165906626, - 641.7821792316984 - ], - "relative wind speed": [ - 2.207352055990982, - 2.041957141566414, - 1.6853870220433855, - 1.2898718924017387, - 1.1526661359240877, - 1.425290620189335, - 1.833170179203641, - 2.1300875149124128 - ], - "relative wind angle": [ - 0.035103341749283756, - 0.21122268320402285, - 0.3186250201547786, - 0.24954379901619403, - 0.06725968584343202, - 0.30507549411739815, - 0.2921451845910702, - 0.15011059607225455 - ], - "resistance": [ - 97497.06935869354, - 97087.73889932709, - 96510.20232090792, - 96075.12739622513, - 95979.00930538081, - 96203.38766137695, - 96723.29894165912, - 97276.28217923174 - ], - "fuel": [ - 39.693512375389034, - 39.48165240955957, - 39.1837932609118, - 38.96022706831659, - 38.91093113049553, - 39.02606125746202, - 39.29355138213728, - 39.57916059488316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -59.21875, -53.59375 -59.0625, -53.4375 -59.0625, -53.4375 -59.21875, -53.59375 -59.21875))", @@ -165365,68 +117909,7 @@ "id": "3169", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.111645397057891, - 5.111645397057891, - 5.111645397057891, - 5.111645397057891, - 5.111645397057891, - 5.111645397057891, - 5.111645397057891, - 5.111645397057891 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 631.6670803702565, - 505.6826515179922, - 102.00089451302006, - -293.6355085272361, - -482.0642030357743, - -427.11064769322513, - -119.80358389598882, - 309.01883687818315 - ], - "relative wind speed": [ - 1.8817534110067848, - 1.8304281031030118, - 1.5834382619261573, - 1.226928854758704, - 0.9652008081508626, - 1.0593117856709877, - 1.40190291053233, - 1.7225719390641547 - ], - "relative wind angle": [ - 0.05072945573126408, - 0.1410873617504498, - 0.29438051369435725, - 0.3254890574203106, - 0.09902136432832119, - 0.24543943980071556, - 0.3338880413926696, - 0.22977943609055554 - ], - "resistance": [ - 97266.16708037026, - 97140.18265151799, - 96736.50089451302, - 96340.86449147276, - 96152.43579696423, - 96207.38935230678, - 96514.69641610401, - 96943.51883687818 - ], - "fuel": [ - 39.29857815214915, - 39.233413359671246, - 39.025008875116725, - 38.82134625063619, - 38.72455315487366, - 38.75276835482886, - 38.91075835852733, - 39.131808077674556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -59.375, -53.75 -59.21875, -53.59375 -59.21875, -53.59375 -59.375, -53.75 -59.375))", @@ -165445,68 +117928,7 @@ "id": "3170", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.25544968157156, - 7.25544968157156, - 7.25544968157156, - 7.25544968157156, - 7.25544968157156, - 7.25544968157156, - 7.25544968157156, - 7.25544968157156 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 897.3214133828963, - 846.6955608663177, - 254.6103864733484, - -399.80620037050994, - -771.8295478939622, - -749.8162890456388, - -327.72749266301184, - 339.54923257387486 - ], - "relative wind speed": [ - 2.5081853308079785, - 2.49261043478275, - 2.243124541618463, - 1.8543469400426194, - 1.5385877216918908, - 1.5636940402244681, - 1.9043734197395035, - 2.2846538593353576 - ], - "relative wind angle": [ - 0.06954008422814875, - 0.08874983018353454, - 0.2187223178410462, - 0.2548024496564021, - 0.11351561186484671, - 0.14176057411487086, - 0.2584471152453706, - 0.20603529488131198 - ], - "resistance": [ - 97531.8214133829, - 97481.19556086631, - 96889.11038647334, - 96234.69379962949, - 95862.67045210603, - 95884.68371095436, - 96306.772507337, - 96974.04923257387 - ], - "fuel": [ - 40.157186036372536, - 40.130942934351886, - 39.82472965382407, - 39.48779764101154, - 39.296968677088906, - 39.308246018746125, - 39.524829890192905, - 39.868577990752904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -59.375, -53.59375 -59.21875, -53.4375 -59.21875, -53.4375 -59.375, -53.59375 -59.375))", @@ -165538,17 +117960,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 596.7930520998334, + 596.7930520998323, 747.589551211257, - 357.24643411577836, + 357.2464341157777, -170.3559521852444, - -550.3045758573527, + -550.3045758573525, -615.7811767507618, -385.2377731944789, 104.10692970600189 ], "relative wind speed": [ - 2.1732887454516603, + 2.17328874545166, 2.2260410440565632, 2.0625500749169894, 1.7408239388238602, @@ -165558,12 +117980,12 @@ 1.9219351658054498 ], "relative wind angle": [ - 0.11584253205667991, - 0.041974519158530434, - 0.18692339936977667, + 0.1158425320566799, + 0.04197451915853043, + 0.18692339936977787, 0.2606677006783719, - 0.1785198452797126, - 0.0702877586844929, + 0.17851984527971196, + 0.07028775868449291, 0.24636163696366006, 0.23561319257367574 ], @@ -165618,19 +118040,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 542.580572529337, + 542.5805725293361, 518.2548732646793, - 171.78121120362812, + 171.78121120362744, -207.47329246948732, - -426.2266709115061, + -426.2266709115062, -415.59076103006737, -174.14784395912534, 211.57667580261784 ], "relative wind speed": [ - 1.7719117522698111, + 1.771911752269811, 1.7615376945155106, - 1.5547177433797856, + 1.5547177433797852, 1.2181296905367014, 0.9218524083288544, 0.9415243339258736, @@ -165638,14 +118060,14 @@ 1.5829223536252626 ], "relative wind angle": [ - 0.08930105626519187, - 0.10871580948886359, - 0.2791079412407862, - 0.3473050920344175, - 0.17227019012484973, - 0.204421329363656, - 0.34860190119691037, - 0.265017496363983 + 0.08930105626519311, + 0.10871580948886357, + 0.2791079412407866, + 0.34730509203441756, + 0.17227019012485037, + 0.20442132936365603, + 0.34860190119691065, + 0.2650174963639829 ], "resistance": [ 97177.08057252935, @@ -165698,7 +118120,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 563.0349559319195, + 563.0349559319191, 539.8254512469366, 170.82113332031645, -239.95633826977223, @@ -165708,7 +118130,7 @@ 209.56182644639648 ], "relative wind speed": [ - 1.9480482394237262, + 1.948048239423726, 1.9388994001538509, 1.7398711755587362, 1.4238170688068699, @@ -165718,13 +118140,13 @@ 1.7643706240370807 ], "relative wind angle": [ - 0.0759261463835545, - 0.09065156348295324, - 0.229611662397156, + 0.07592614638355451, + 0.09065156348295325, + 0.22961166239715602, 0.27344067681374484, - 0.12774242352280382, + 0.1277424235228038, 0.1499264741721844, - 0.27589974206048945, + 0.2758997420604894, 0.21968522698025322 ], "resistance": [ @@ -165778,19 +118200,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 393.12858636162423, + 393.12858636162355, 515.9099764148502, - 262.0258478992778, + 262.0258478992771, -91.72350739137175, -354.51083086129717, -407.90286149915397, -264.68595201995447, - 57.523335684713516 + 57.5233356847134 ], "relative wind speed": [ - 1.7201306254382744, + 1.720130625438274, 1.7738695143332972, - 1.6439596586192406, + 1.6439596586192404, 1.3736502982084116, 1.0850656647260606, 0.9947883249501008, @@ -165799,13 +118221,13 @@ ], "relative wind angle": [ 0.13378977440500942, - 0.03694698917121486, - 0.19721453652189153, + 0.03694698917121487, + 0.19721453652189208, 0.2878864592893341, 0.2130703430620502, 0.06591522901164731, 0.27238219291444277, - 0.263074661464534 + 0.26307466146453407 ], "resistance": [ 97027.62858636164, @@ -165858,33 +118280,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 506.805806167383, + 506.805806167381, 568.287156782188, - 236.4639213379021, + 236.4639213379014, -175.71250265768947, -448.87077535827996, -475.62756535324013, - -262.79797074108853, + -262.79797074108865, 133.67418933192857 ], "relative wind speed": [ - 1.9199484995725118, + 1.9199484995725116, 1.944356709712566, - 1.7768175797823167, + 1.7768175797823165, 1.4768477843976509, 1.1934183500642017, 1.1532244294483291, - 1.3976297390429309, + 1.397629739042931, 1.7115403065661208 ], "relative wind angle": [ - 0.10170839573875416, - 0.06236643105024225, - 0.2076546148769137, - 0.2720709092116311, + 0.10170839573875635, + 0.06236643105024224, + 0.20765461487691478, + 0.272070909211631, 0.16407978977209786, - 0.10527711104407877, - 0.26519739560809397, + 0.10527711104407876, + 0.2651973956080953, 0.23400783240308146 ], "resistance": [ @@ -165938,34 +118360,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1017.5965834261899, + 1017.5965834261817, 583.5600129846405, -89.63274167913983, -632.8178012993566, -779.2424452131226, - -566.8821110749036, + -566.8821110749035, 19.90967333426056, - 679.8437604469298 + 679.8437604469293 ], "relative wind speed": [ - 2.4583401949013144, + 2.458340194901314, 2.310420652411967, 1.9553122697867373, 1.5447950672956496, 1.367176111340151, 1.604544621440884, 2.0222168431966057, - 2.3507903422776004 + 2.350790342277601 ], "relative wind angle": [ - 0.014151414062570826, - 0.17860090490531522, - 0.28283151436254084, + 0.014151414062578672, + 0.17860090490531524, + 0.28283151436254117, 0.23603906671749939, 0.025447770451084678, - 0.2586818708190505, - 0.2732295869848955, - 0.15428544709964848 + 0.2586818708190504, + 0.2732295869848956, + 0.15428544709964995 ], "resistance": [ 97652.09658342619, @@ -166018,10 +118440,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 769.9615535875687, + 769.9615535875662, 558.8444640990544, - 61.86646251532443, - -400.2421810780139, + 61.8664625153242, + -400.242181078014, -592.1660072883263, -500.37713949263207, -104.48584025420132, @@ -166031,18 +118453,18 @@ 2.118299783310181, 2.040919102216473, 1.761253783720903, - 1.385667363500277, + 1.3856673635002772, 1.1453790445344723, 1.2781769618634835, 1.6422765409514508, 1.969521029428437 ], "relative wind angle": [ - 0.029314076930754263, + 0.029314076930758052, 0.14770094171933157, - 0.2800678821104667, - 0.28392070858545954, - 0.05423318690637584, + 0.2800678821104671, + 0.28392070858546, + 0.054233186906375845, 0.23720186430488283, 0.3009698718158017, 0.1983796776065073 @@ -166085,68 +118507,7 @@ "id": "3178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.0896375281806, - 6.0896375281806, - 6.0896375281806, - 6.0896375281806, - 6.0896375281806, - 6.0896375281806, - 6.0896375281806, - 6.0896375281806 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 806.7124663438401, - 556.222188485182, - 33.84021796251659, - -438.6019661423369, - -619.2712171968608, - -510.55820458143853, - -85.70079639165874, - 451.0444337727258 - ], - "relative wind speed": [ - 2.1821949484458796, - 2.0926002766075893, - 1.8024558830098931, - 1.4260444383828785, - 1.202129875136521, - 1.3520780717326573, - 1.7199545980988822, - 2.0429117184733463 - ], - "relative wind angle": [ - 0.019682755251664123, - 0.15171281848755913, - 0.2754344182755345, - 0.26754573036941853, - 0.03573488928547042, - 0.23609216716029993, - 0.2890172646998714, - 0.18560266350247734 - ], - "resistance": [ - 97441.21246634386, - 97190.72218848519, - 96668.34021796253, - 96195.89803385768, - 96015.22878280315, - 96123.94179541858, - 96548.79920360836, - 97085.54443377274 - ], - "fuel": [ - 39.68058072333794, - 39.55091079384725, - 39.28124333936867, - 39.0382305700231, - 38.94551823778873, - 39.00129091303779, - 39.21967586055999, - 39.49653360107037 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -59.0625, -52.96875 -58.90625, -52.8125 -58.90625, -52.8125 -59.0625, -52.96875 -59.0625))", @@ -166165,68 +118526,7 @@ "id": "3179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.492412626603524, - 5.492412626603524, - 5.492412626603524, - 5.492412626603524, - 5.492412626603524, - 5.492412626603524, - 5.492412626603524, - 5.492412626603524 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 687.306415881054, - 553.4548957509529, - 111.1905956500658, - -325.31741898196947, - -534.4412727264128, - -476.08356163067856, - -139.30178350845472, - 332.15412036429836 - ], - "relative wind speed": [ - 1.9970961673816285, - 1.9455540337260822, - 1.691995292163959, - 1.3272850641791247, - 1.0614797370832498, - 1.1532353774754243, - 1.5007612286115717, - 1.831241844327431 - ], - "relative wind angle": [ - 0.05011790477797439, - 0.13446931425952147, - 0.2808147335710637, - 0.307959243570557, - 0.09439380302533998, - 0.2281460906667975, - 0.3177740805546122, - 0.22150445236229108 - ], - "resistance": [ - 97321.80641588107, - 97187.95489575097, - 96745.69059565009, - 96309.18258101805, - 96100.0587272736, - 96158.41643836934, - 96495.19821649155, - 96966.65412036431 - ], - "fuel": [ - 39.43332369291478, - 39.36406393528095, - 39.13569398106411, - 38.911010053544736, - 38.80361885938391, - 38.83357087539459, - 39.00667125653277, - 39.249700907406165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -58.90625, -52.8125 -58.75, -52.65625 -58.75, -52.65625 -58.90625, -52.8125 -58.90625))", @@ -166258,17 +118558,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 594.8670917865859, + 594.8670917865848, 733.6218484791636, - 347.37271458672603, + 347.3727145867256, -166.11177836169122, -531.604286265054, -591.9861799347569, - -361.7936266112265, - 116.08339866724305 + -361.7936266112266, + 116.08339866724282 ], "relative wind speed": [ - 2.094596812146688, + 2.0945968121466874, 2.144685813280505, 1.9757016187794716, 1.645103746965632, @@ -166278,14 +118578,14 @@ 1.8414014556583194 ], "relative wind angle": [ - 0.121700135236562, + 0.12170013523656291, 0.04748015899168679, - 0.20295903631786816, - 0.2842845541440552, + 0.20295903631786924, + 0.2842845541440551, 0.1957147944883718, 0.08327964072846877, - 0.27222621124610036, - 0.2532710075006154 + 0.2722262112461004, + 0.25327100750061543 ], "resistance": [ 97229.36709178658, @@ -166338,33 +118638,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 466.9787753714636, + 466.978775371462, 740.7381624302511, - 443.26364666273207, + 443.2636466627314, -42.899894147585655, -448.82885179937, -567.231621923927, - -432.5448620450387, + -432.5448620450385, -15.841278728785937 ], "relative wind speed": [ - 2.021071028381718, + 2.0210710283817175, 2.122634224526192, 2.0095621430251884, 1.719511705811674, 1.3763413763609604, 1.213864751493018, - 1.3930914109874946, + 1.3930914109874943, 1.7384830110253429 ], "relative wind angle": [ - 0.1561717910127397, - 0.004631643042135783, - 0.16408245052164747, - 0.2674336088978253, + 0.15617179101274115, + 0.004631643042135782, + 0.1640824505216488, + 0.26743360889782536, 0.23043126931591648, 0.00809921892818677, - 0.2378683718985968, + 0.23786837189859586, 0.2644448173558999 ], "resistance": [ @@ -166405,68 +118705,7 @@ "id": "3182", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.469551740574077, - 5.469551740574077, - 5.469551740574077, - 5.469551740574077, - 5.469551740574077, - 5.469551740574077, - 5.469551740574077, - 5.469551740574077 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 656.9752703354588, - 617.9419956009824, - 195.19440196541586, - -264.8695934272847, - -526.2754978682392, - -509.2218087774261, - -210.87979345263773, - 259.4400413564151 - ], - "relative wind speed": [ - 1.9853196437140246, - 1.970373821763368, - 1.7436460835552305, - 1.38150427274135, - 1.0724236897934416, - 1.0996425149368225, - 1.432230775206798, - 1.784105546918218 - ], - "relative wind angle": [ - 0.08206371340308659, - 0.10663448946599156, - 0.26656926293308414, - 0.3240334185261388, - 0.15233816299463157, - 0.19188446143934113, - 0.3264690350297781, - 0.24911272033459847 - ], - "resistance": [ - 97291.47527033549, - 97252.44199560101, - 96829.69440196545, - 96369.63040657275, - 96108.2245021318, - 96125.2781912226, - 96423.62020654739, - 96893.94004135644 - ], - "fuel": [ - 39.410992889090096, - 39.39079313968253, - 39.17238414333773, - 38.93545159255181, - 38.80117867115858, - 38.809930661591025, - 38.963215501926726, - 39.205533261819276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -59.0625, -52.65625 -58.90625, -52.5 -58.90625, -52.5 -59.0625, -52.65625 -59.0625))", @@ -166498,34 +118737,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 572.4866861266826, + 572.4866861266812, 790.193419991869, - 423.43764935408535, + 423.43764935408467, -107.24222286311397, -514.3937611604869, -609.0319207269888, -412.5714360104208, - 61.91387389788247 + 61.913873897882695 ], "relative wind speed": [ - 2.07284647931684, + 2.0728464793168397, 2.151460568664812, 2.0014080599037993, 1.6710114642738874, 1.3036428584605346, 1.1693565113821605, 1.4108660485614788, - 1.7899435509246122 + 1.7899435509246124 ], "relative wind angle": [ - 0.14701120395259454, - 0.02883229147102706, - 0.1968047583970383, + 0.1470112039525953, + 0.028832291471027057, + 0.19680475839703943, 0.29850338586535524, 0.23507184766212377, 0.05306513585331403, 0.28106812546975724, - 0.278121070214279 + 0.2781210702142794 ], "resistance": [ 97206.98668612666, @@ -166578,9 +118817,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 651.5372867759279, + 651.537286775924, 525.7960499770425, - 94.03886201628939, + 94.03886201628893, -338.73506695030517, -545.1508854683301, -490.61373093203076, @@ -166588,9 +118827,9 @@ 305.88582673871497 ], "relative wind speed": [ - 2.1177215067227495, + 2.117721506722749, 2.0713936023445005, - 1.8415194798440357, + 1.8415194798440355, 1.520925275674464, 1.2993062743222354, 1.3719583516621312, @@ -166598,13 +118837,13 @@ 1.9646189147882482 ], "relative wind angle": [ - 0.04218399716268046, - 0.10962594449590146, + 0.04218399716268573, + 0.10962594449590148, 0.22441365273983654, 0.23417997746514627, - 0.06878896755093862, - 0.16594335369977115, - 0.24824770572408167, + 0.06878896755093863, + 0.16594335369977117, + 0.24824770572408164, 0.1806202830417023 ], "resistance": [ @@ -166658,13 +118897,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 647.3180428289695, + 647.3180428289666, 582.6341686662463, 159.47926670142533, - -291.8116945235604, + -291.8116945235605, -536.6306201570759, -508.45122444788365, - -200.6425370939878, + -200.64253709398758, 267.26333245945443 ], "relative wind speed": [ @@ -166675,17 +118914,17 @@ 1.1910603782991158, 1.2319062722378993, 1.540572421680893, - 1.8667182820367623 + 1.866718282036762 ], "relative wind angle": [ - 0.06596834670816326, - 0.1034391303203983, + 0.06596834670816833, + 0.10343913032039831, 0.24148177222739295, - 0.2774592274902619, - 0.11367636992108135, + 0.277459227490262, + 0.11367636992108134, 0.17057312961125418, - 0.2834382262172553, - 0.2160523534735788 + 0.2834382262172549, + 0.2160523534735783 ], "resistance": [ 97281.81804282898, @@ -166738,9 +118977,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 616.2961296607918, + 616.2961296607893, 651.2627439931193, - 248.74392700184512, + 248.74392700184467, -229.54326907432971, -531.4496171079371, -546.6870245678485, @@ -166748,9 +118987,9 @@ 190.4851305832908 ], "relative wind speed": [ - 2.060983536947868, + 2.0609835369478677, 2.073921183058171, - 1.8784712621814144, + 1.8784712621814141, 1.5435950696375553, 1.2387640101993131, 1.216980007640973, @@ -166758,17 +118997,17 @@ 1.8437743011350003 ], "relative wind angle": [ - 0.0945940736683955, - 0.07491988741838757, + 0.09459407366839785, + 0.07491988741838758, 0.22232453864567944, - 0.2826643596808136, + 0.28266435968081355, 0.15779958981778777, 0.1279040643032106, - 0.2795420751800663, - 0.2356817312560333 + 0.27954207518006635, + 0.23568173125603328 ], "resistance": [ - 97250.79612966083, + 97250.79612966081, 97285.76274399315, 96883.24392700188, 96404.9567309257, @@ -166778,7 +119017,7 @@ 96824.98513058331 ], "fuel": [ - 39.519058904429514, + 39.5190589044295, 39.53715367527217, 39.32913064983048, 39.08273407933288, @@ -166818,9 +119057,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 772.1656989008177, + 772.1656989008154, 769.4558916249473, - 261.3703778824822, + 261.37037788248176, -320.4540424700908, -669.0037857970343, -667.824662260846, @@ -166830,7 +119069,7 @@ "relative wind speed": [ 2.3317189624322703, 2.3308261249428246, - 2.106299994409951, + 2.1062999944099507, 1.7411924728872703, 1.4287713924954708, 1.4302274599040827, @@ -166838,11 +119077,11 @@ 2.1086843728117257 ], "relative wind angle": [ - 0.08003349628609951, + 0.08003349628610229, 0.08122062160607592, - 0.21717511986936033, + 0.2171751198693598, 0.2630375001222893, - 0.13084630508383513, + 0.13084630508383516, 0.1326071816289137, 0.26325308489787264, 0.21638525241517143 @@ -166898,37 +119137,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 616.658811839261, + 616.6588118392599, 656.7849008723128, 257.24153329671094, -218.01405427450925, -520.0080004606382, -537.5205327671292, - -274.01856858182805, + -274.0185685818283, 190.81018060886254 ], "relative wind speed": [ - 2.0124714983195324, + 2.012471498319532, 2.0275880188577795, 1.8297417830705602, 1.4858043947747088, 1.1653704015008137, 1.1388663354525042, - 1.4353308717952098, + 1.4353308717952096, 1.788998324401337 ], "relative wind angle": [ 0.10176778167240101, 0.07782386209174857, 0.23575262870423727, - 0.3054209601056667, + 0.30542096010566677, 0.1763516742749676, 0.13886022067485781, - 0.3023435820621964, + 0.302343582062196, 0.2524054082834782 ], "resistance": [ - 97251.15881183924, + 97251.15881183922, 97291.28490087228, 96891.74153329668, 96416.48594572546, @@ -166978,17 +119217,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 579.2068148666781, + 579.2068148666763, 842.1900447986538, - 470.38796970206226, + 470.38796970206045, -93.19222786108344, -540.2829547780459, -654.329002154788, - -465.6486640380333, + -465.6486640380334, 30.81543178288871 ], "relative wind speed": [ - 2.1706877844063666, + 2.170687784406366, 2.261669272642448, 2.1211111724418026, 1.7957295726841345, @@ -166998,14 +119237,14 @@ 1.8776450544572172 ], "relative wind angle": [ - 0.14683337094075533, - 0.018796894823065173, - 0.1790233581645297, + 0.14683337094075685, + 0.018796894823065177, + 0.1790233581645322, 0.2773259307966213, 0.2243229837798522, - 0.0332509796505303, - 0.25447944526546207, - 0.2649286486046302 + 0.03325097965053031, + 0.2544794452654621, + 0.2649286486046303 ], "resistance": [ 97213.70681486667, @@ -167058,34 +119297,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 650.3524493390435, + 650.3524493390421, 725.2748986503034, - 297.86052918344376, - -232.0311881198404, + 297.8605291834426, + -232.03118811984064, -581.6648480153137, -614.2420138315797, -338.6105385650287, 172.23274457096545 ], "relative wind speed": [ - 2.2013557887215445, + 2.201355788721544, 2.2273699968741423, 2.03853883040794, - 1.703299758979115, + 1.7032997589791148, 1.390238208089811, 1.348166340180433, 1.6195953262125844, 1.9691367435585345 ], "relative wind angle": [ - 0.09781545346686109, + 0.09781545346686224, 0.06152352375662337, - 0.20183411646591487, - 0.2618815968389203, - 0.1552608560398956, - 0.10175735778454913, + 0.2018341164659165, + 0.26188159683891993, + 0.15526085603989562, + 0.10175735778454914, 0.25507871667442567, - 0.2258621498251967 + 0.22586214982519673 ], "resistance": [ 97284.85244933906, @@ -167138,17 +119377,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 596.5694742163996, + 596.5694742163969, 849.4851977672024, - 459.2572936251836, + 459.25729362518314, -127.50684031535002, - -587.8946390993556, + -587.8946390993553, -697.1688456518957, - -492.87632661654834, + -492.8763266165481, 30.619862177079767 ], "relative wind speed": [ - 2.3500922329482066, + 2.350092232948206, 2.4320877593392565, 2.2920864454071253, 1.981462933464692, @@ -167158,17 +119397,17 @@ 2.0753325542545578 ], "relative wind angle": [ - 0.1226925820278296, + 0.12269258202783141, 0.01980418666149392, - 0.15582816951779366, + 0.15582816951779438, 0.2316505814413044, - 0.17560683938697652, - 0.031638040645011425, - 0.2075708776475447, - 0.22099442423623555 + 0.17560683938697588, + 0.03163804064501142, + 0.20757087764754417, + 0.22099442423623553 ], "resistance": [ - 97231.0694742164, + 97231.06947421639, 97483.98519776721, 97093.75729362518, 96506.99315968464, @@ -167178,7 +119417,7 @@ 96665.11986217707 ], "fuel": [ - 39.94536017621638, + 39.945360176216376, 40.07632478548359, 39.874356989776416, 39.571735747907184, @@ -167218,33 +119457,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 741.811004867068, + 741.811004867064, 690.5812863236708, - 191.00688984911653, - -361.72785977573494, - -670.5683845402141, + 191.00688984911721, + -361.72785977573517, + -670.5683845402136, -648.4317177939029, -287.1965760702369, 278.2795984338811 ], "relative wind speed": [ - 2.460695858387418, + 2.4606958583874174, 2.4444360174498514, 2.2300013280282176, - 1.906596268363617, + 1.9065962683636173, 1.656967340103481, 1.6808621092310048, 1.9564403774832952, 2.272763855554845 ], "relative wind angle": [ - 0.056680088772340605, + 0.05668008877234452, 0.07627618620374822, - 0.18163622797411322, - 0.20247711864163714, - 0.08422782278701116, - 0.11104711978022758, - 0.20738040844570338, + 0.1816362279741126, + 0.20247711864163773, + 0.08422782278700984, + 0.11104711978022759, + 0.2073804084457034, 0.1695081604367621 ], "resistance": [ @@ -167298,11 +119537,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 609.3869017020259, + 609.3869017020231, 752.302850187433, - 348.2564573122345, + 348.2564573122336, -195.6739760336011, - -583.4284233441556, + -583.4284233441554, -645.2519768058219, -402.4010706008837, 105.80633718011222 @@ -167318,13 +119557,13 @@ 2.071710370827858 ], "relative wind angle": [ - 0.10056912632485525, + 0.10056912632485857, 0.039714455333101195, - 0.16663213831074936, + 0.1666321383107507, 0.22518650984334476, - 0.14668543498615993, + 0.14668543498615919, 0.061808837468194676, - 0.21084511619752525, + 0.21084511619752527, 0.2050015421239837 ], "resistance": [ @@ -167378,9 +119617,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 669.6366547233836, + 669.6366547233765, 583.6902849890737, - 141.08758898872566, + 141.08758898872475, -323.8860479915189, -567.0179402125812, -529.6809828946464, @@ -167390,7 +119629,7 @@ "relative wind speed": [ 2.149709209725367, 2.1186951924808373, - 1.893437757089965, + 1.8934377570899645, 1.5618493297853366, 1.3125641552809821, 1.3620591137924696, @@ -167398,13 +119637,13 @@ 1.976031634148511 ], "relative wind angle": [ - 0.05566861273116339, + 0.05566861273117337, 0.10030151935048341, - 0.22348325815683034, + 0.22348325815682982, 0.24662993784838813, 0.09125320914932229, 0.1563952206519475, - 0.25540746119579827, + 0.2554074611957983, 0.1941833972074362 ], "resistance": [ @@ -167458,33 +119697,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 450.31996466323335, + 450.319964663232, 634.5648460423522, - 340.2377016475018, - -98.16297098482096, + 340.23770164750067, + -98.16297098482141, -439.84887660329525, -519.5105778918725, -363.73366073544116, 28.478459927365748 ], "relative wind speed": [ - 2.019056638736011, + 2.0190566387360107, 2.088513863944348, - 1.9648850581007908, - 1.6931587552688585, + 1.9648850581007904, + 1.6931587552688583, 1.4007833298625285, 1.2949492220766654, 1.4758083737724772, 1.7810101282982982 ], "relative wind angle": [ - 0.12352404685893559, + 0.1235240468589365, 0.02160568276300956, - 0.1597608081470402, - 0.23663494810946548, - 0.17853928871948238, + 0.1597608081470409, + 0.23663494810946498, + 0.17853928871948235, 0.03485031795429544, - 0.21341759787454825, + 0.21341759787454823, 0.2247563948807954 ], "resistance": [ @@ -167525,68 +119764,7 @@ "id": "3196", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.176576441896075, - 6.176576441896075, - 6.176576441896075, - 6.176576441896075, - 6.176576441896075, - 6.176576441896075, - 6.176576441896075, - 6.176576441896075 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 630.5057933546864, - 723.0354334594285, - 311.28447126225956, - -208.03651351463577, - -558.3008171963402, - -598.5797259261417, - -338.8347384877238, - 156.7988268998174 - ], - "relative wind speed": [ - 2.138432048177098, - 2.17133269097787, - 1.9870395659876436, - 1.6500716117248357, - 1.3250848520320575, - 1.2704549715934528, - 1.54285944044017, - 1.8989484368817184 - ], - "relative wind angle": [ - 0.10704094807491515, - 0.05930830525833038, - 0.20807478353227588, - 0.2773470624855911, - 0.17327965582562177, - 0.1014784009931624, - 0.26929174606624806, - 0.24022387141173504 - ], - "resistance": [ - 97265.0057933547, - 97357.53543345944, - 96945.78447126228, - 96426.46348648537, - 96076.19918280367, - 96035.92027407387, - 96295.66526151229, - 96791.29882689983 - ], - "fuel": [ - 39.618290899540696, - 39.666188594173164, - 39.453291472593065, - 39.18567454477956, - 39.00574273543582, - 38.98508060807753, - 39.118429701767816, - 39.373576937561275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -59.84375, -53.59375 -59.6875, -53.4375 -59.6875, -53.4375 -59.84375, -53.59375 -59.84375))", @@ -167618,34 +119796,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 449.2825334430954, + 449.28253344309405, 785.9790816857683, - 531.1886001240655, + 531.1886001240648, 27.220955274077596, - -421.4998239350509, + -421.49982393505104, -587.8995311720495, -477.28392505463944, -65.45234827899117 ], "relative wind speed": [ - 1.9678602890229813, + 1.9678602890229808, 2.102400161516966, 2.0080511346185865, 1.7135346109987022, 1.3318945192639213, 1.1073981616439124, 1.2704911523957534, - 1.6462734476594127 + 1.6462734476594125 ], "relative wind angle": [ - 0.19265562785277573, - 0.016749108756424776, - 0.1635636375705568, + 0.19265562785277693, + 0.016749108756424772, + 0.16356363757055817, 0.2946589010350637, - 0.286804931895739, + 0.2868049318957394, 0.03180212849798745, - 0.2602957119798552, - 0.3070823656196193 + 0.26029571197985524, + 0.30708236561961905 ], "resistance": [ 97083.78253344311, @@ -167685,68 +119863,7 @@ "id": "3198", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.805984846041608, - 5.805984846041608, - 5.805984846041608, - 5.805984846041608, - 5.805984846041608, - 5.805984846041608, - 5.805984846041608, - 5.805984846041608 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 587.0766793295061, - 671.1471097429428, - 289.44854838518927, - -189.63539113182026, - -511.9340904697224, - -548.5689362492014, - -307.8062028988559, - 149.61653341797387 - ], - "relative wind speed": [ - 2.029212615957122, - 2.060616664646916, - 1.8803869549285754, - 1.5501360892579568, - 1.2292267202337641, - 1.1758235972609241, - 1.4466675741961734, - 1.7960457330692472 - ], - "relative wind angle": [ - 0.11045641099979266, - 0.06194009809661173, - 0.21657656199314146, - 0.29042102165496764, - 0.1829909048450476, - 0.10869377592039073, - 0.28307744526389556, - 0.24973647092709536 - ], - "resistance": [ - 97221.57667932949, - 97305.64710974293, - 96923.94854838517, - 96444.86460886817, - 96122.56590953027, - 96085.93106375079, - 96326.69379710114, - 96784.11653341795 - ], - "fuel": [ - 39.47587727965849, - 39.519381180325134, - 39.322075102453546, - 39.07519622433395, - 38.909591591026185, - 38.89079221266793, - 39.01443240931884, - 39.249929384140884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -60, -53.59375 -59.84375, -53.4375 -59.84375, -53.4375 -60, -53.59375 -60))", @@ -167765,68 +119882,7 @@ "id": "3199", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.528631632414951, - 5.528631632414951, - 5.528631632414951, - 5.528631632414951, - 5.528631632414951, - 5.528631632414951, - 5.528631632414951, - 5.528631632414951 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 444.8659108003362, - 799.1909152493192, - 562.6363959716793, - 56.853901046431474, - -401.0245159289128, - -583.5127702306397, - -480.62822498452965, - -75.47221591827736 - ], - "relative wind speed": [ - 1.9132377496004145, - 2.060781865252563, - 1.9722322379999346, - 1.6728150414330472, - 1.2696352814858471, - 1.012734189378373, - 1.1759049425372243, - 1.572940644666879 - ], - "relative wind angle": [ - 0.21495646219061515, - 0.025610022165136394, - 0.1699005910478602, - 0.31884283083196036, - 0.32724265283939147, - 0.05213096433890648, - 0.2875346497344931, - 0.3398775781537493 - ], - "resistance": [ - 97079.36591080035, - 97433.69091524933, - 97197.1363959717, - 96691.35390104644, - 96233.4754840711, - 96050.98722976938, - 96153.87177501549, - 96559.02778408174 - ], - "fuel": [ - 39.318500263295704, - 39.50184337886586, - 39.379387984512825, - 39.11826192819484, - 38.88268878925918, - 38.78901811704227, - 38.84181320708542, - 39.050101524983944 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -59.84375, -53.4375 -59.6875, -53.28125 -59.6875, -53.28125 -59.84375, -53.4375 -59.84375))", @@ -167858,11 +119914,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 385.97757698242174, + 385.9775769824206, 764.6354996934537, - 596.8509370954881, + 596.8509370954872, 111.23131386156012, - -356.10129716670326, + -356.10129716670315, -571.8947672006308, -498.7266761308093, -125.8508493057086 @@ -167870,7 +119926,7 @@ "relative wind speed": [ 1.867928406694729, 2.0377967270449147, - 1.9747476604207934, + 1.974747660420793, 1.6965822866265305, 1.2988963029994276, 1.0117670866991681, @@ -167878,11 +119934,11 @@ 1.5158814871842001 ], "relative wind angle": [ - 0.23283988056335536, - 0.046826253234794626, + 0.2328398805633573, + 0.04682625323479462, 0.15051628596814368, 0.3078927443533129, - 0.33823973890791065, + 0.33823973890791037, 0.0944183630129792, 0.26516600125950474, 0.34604125371169003 @@ -167938,17 +119994,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 242.4466544731406, + 242.44665447313992, 706.9773409820282, - 728.3177456674557, + 728.317745667455, 277.3209987228388, -241.97704997670098, -562.5813416616709, - -571.9131892143041, + -571.9131892143039, -271.1627010950417 ], "relative wind speed": [ - 1.8063936896582733, + 1.806393689658273, 2.043860177183858, 2.0517048847102055, 1.8277371930276662, @@ -167958,13 +120014,13 @@ 1.4149778642950606 ], "relative wind angle": [ - 0.27917521302010584, + 0.2791752130201066, 0.10616691396944782, - 0.09346354599679822, + 0.09346354599679942, 0.26992185921025724, 0.35241727143391843, 0.20199477223937493, - 0.18085214532579602, + 0.18085214532579538, 0.3516439832517581 ], "resistance": [ @@ -168018,7 +120074,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 293.12330300712483, + 293.12330300712415, 718.6080849916127, 677.1525355068445, 226.20667513602643, @@ -168028,23 +120084,23 @@ -202.48803016717193 ], "relative wind speed": [ - 1.7332058124243952, + 1.7332058124243948, 1.9521723990810247, 1.9362928365186, 1.6896542950638653, 1.2852820555333015, 0.9192253666886331, - 0.9522197234590184, + 0.9522197234590183, 1.3420211301130278 ], "relative wind angle": [ - 0.2925142901746586, + 0.29251429017465896, 0.0950658544167432, 0.12308470623129919, - 0.3137672344618937, + 0.31376723446189375, 0.3993884154286919, 0.202979737673247, - 0.25232428614870783, + 0.25232428614870744, 0.39910559431342624 ], "resistance": [ @@ -168098,34 +120154,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 197.46335065371557, + 197.4633506537151, 609.7168271567567, - 658.2558836371453, + 658.2558836371451, 275.72322032695695, -174.8972572552558, - -463.4483177767028, + -463.4483177767029, -484.6596071936901, - -239.83357174634625 + -239.83357174634637 ], "relative wind speed": [ 1.5977559854944743, 1.8371270429356277, - 1.8566794718730644, + 1.856679471873064, 1.6514192890544692, 1.27930676002795, - 0.9024490032967101, + 0.9024490032967102, 0.8615052606698282, - 1.2092412113286004 + 1.2092412113286002 ], "relative wind angle": [ - 0.31971063940923705, - 0.1281679810065039, - 0.09173337901716833, - 0.29197229620250276, + 0.31971063940923844, + 0.12816798100650387, + 0.0917333790171671, + 0.2919722962025027, 0.40337689086578427, - 0.2632287681534216, + 0.26322876815342205, 0.1987281945072955, - 0.40399560738421475 + 0.4039956073842145 ], "resistance": [ 96831.96335065374, @@ -168178,33 +120234,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 658.1625739703711, + 658.1625739703695, 647.0806220940979, - 220.12982004766286, - -260.5892700737363, - -545.3191267792464, + 220.1298200476624, + -260.58927007373643, + -545.3191267792463, -540.4821969209513, - -245.1158726724177, + -245.11587267241782, 238.48160984895412 ], "relative wind speed": [ 2.049353556457211, 2.0452333533378413, - 1.828639053706044, - 1.4745111570919884, - 1.1657542637754745, + 1.8286390537060437, + 1.4745111570919882, + 1.1657542637754743, 1.17296783130185, 1.4882581140835687, 1.8397417890795875 ], "relative wind angle": [ - 0.08634867586937012, + 0.08634867586937268, 0.09278307976336472, - 0.24566056919862927, - 0.30262055132954, - 0.15219615256750932, + 0.24566056919862975, + 0.30262055132953974, + 0.15219615256750785, 0.16225930701643174, - 0.30345482812828256, + 0.30345482812828295, 0.24119005828947057 ], "resistance": [ @@ -168258,9 +120314,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 641.486778273958, + 641.4867782739577, 746.4043925067717, - 326.9708768844084, + 326.9708768844082, -208.2448711416091, -573.3012914136116, -618.946264792383, @@ -168268,20 +120324,20 @@ 151.5286955438603 ], "relative wind speed": [ - 2.178507995401915, + 2.1785079954019144, 2.2151467404468153, 2.0323301734991897, - 1.6944728297009823, + 1.6944728297009821, 1.3664083424294198, 1.3061752419099948, 1.5756277828775223, 1.9343553638605109 ], "relative wind angle": [ - 0.10789443202120688, + 0.10789443202120587, 0.055977030413950815, - 0.2030627704834457, - 0.27228362595636135, + 0.20306277048344626, + 0.2722836259563609, 0.172540769382605, 0.09502499861417293, 0.2631517093093332, @@ -168338,37 +120394,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 335.059783147452, + 335.0597831474513, 682.4638106476827, - 538.4093445773044, + 538.409344577303, 95.84645117460673, -337.26927595270797, -539.0878066064965, -476.3686874824025, - -135.26131038683286 + -135.2613103868331 ], "relative wind speed": [ - 1.869384376917761, + 1.8693843769177607, 2.0277079828332605, - 1.972773466531782, - 1.721638603162787, + 1.9727734665317818, + 1.7216386031627873, 1.368101886985058, 1.120134392914775, 1.2142757395190178, - 1.5499229793560607 + 1.5499229793560605 ], "relative wind angle": [ - 0.20724318678223574, + 0.20724318678223627, 0.044098398648197354, - 0.13127556737282206, - 0.2672120323622721, + 0.13127556737282375, + 0.2672120323622729, 0.2849983555381258, - 0.07988759995641266, + 0.07988759995641267, 0.21430138238568633, - 0.29767343447674777 + 0.29767343447674743 ], "resistance": [ - 96969.55978314747, + 96969.55978314746, 97316.96381064769, 97172.90934457732, 96730.34645117463, @@ -168418,17 +120474,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 306.89065381446017, + 306.8906538144595, 675.9154306551252, - 565.8903815665853, + 565.8903815665833, 123.1110736803846, -328.437476779136, -554.3297332473251, - -506.45918551113607, + -506.45918551113596, -172.79909512427253 ], "relative wind speed": [ - 1.9196740921823832, + 1.919674092182383, 2.0881882023511955, 2.04740531781062, 1.8105148165930547, @@ -168438,14 +120494,14 @@ 1.6004229830574253 ], "relative wind angle": [ - 0.2024146526281074, + 0.20241465262810848, 0.05207396957621122, - 0.11366117388618961, + 0.11366117388619255, 0.24382363757268147, 0.2660701863310446, - 0.08949959459818022, - 0.1819166749125429, - 0.27662041826622463 + 0.08949959459818023, + 0.1819166749125423, + 0.2766204182662246 ], "resistance": [ 96941.39065381444, @@ -168498,17 +120554,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 585.5659829023377, + 585.5659829023359, 845.3019835412485, - 461.4636642051489, + 461.46366420514755, -123.24192378493376, -586.0321768738286, - -698.1067094884966, - -500.0262672557676, + -698.1067094884968, + -500.0262672557674, 19.95333887724496 ], "relative wind speed": [ - 2.3759895389726013, + 2.375989538972601, 2.4594599852106502, 2.3241845636690996, 2.020659713744157, @@ -168518,14 +120574,14 @@ 2.104142565950261 ], "relative wind angle": [ - 0.12011050596061855, + 0.12011050596061948, 0.01738297094942536, - 0.14905678502732408, - 0.22223345468837968, - 0.16899579082443322, - 0.027251622235518677, - 0.1970338883905371, - 0.2132771003747009 + 0.14905678502732556, + 0.22223345468837966, + 0.16899579082443386, + 0.02725162223551868, + 0.1970338883905365, + 0.21327710037470088 ], "resistance": [ 97220.06598290234, @@ -168578,9 +120634,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 643.4719496608602, + 643.4719496608575, 828.5579550643422, - 404.8988574577145, + 404.89885745771403, -182.7013701468161, -614.2280092929659, -694.3663942378283, @@ -168588,24 +120644,24 @@ 91.94633906471358 ], "relative wind speed": [ - 2.354421884026055, + 2.3544218840260545, 2.4144909259470944, - 2.2528913847215297, + 2.2528913847215293, 1.929349490674472, 1.6009438809251648, 1.5088264599918932, - 1.740920482532167, + 1.7409204825321671, 2.0937846739067227 ], "relative wind angle": [ - 0.11101523129714942, + 0.11101523129715142, 0.034959377281759775, - 0.16956715059062857, + 0.1695671505906279, 0.2371537449370943, - 0.16365856682356417, - 0.05596135343953861, - 0.22015768441078412, - 0.2182139118627894 + 0.1636585668235642, + 0.05596135343953862, + 0.22015768441078465, + 0.21821391186278943 ], "resistance": [ 97277.97194966087, @@ -168658,20 +120714,20 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 501.1363530303213, + 501.1363530303206, 849.4132347847051, - 544.9338595404879, - -9.795432253145691, + 544.9338595404874, + -9.795432253145464, -493.5402305958788, -655.3580211617343, -523.6328849855786, -59.80301706428304 ], "relative wind speed": [ - 2.160596047296424, + 2.1605960472964236, 2.2852085731563765, 2.180335551788719, - 1.8808409297453093, + 1.8808409297453095, 1.5118759944700544, 1.3159658352025496, 1.4832670642382402, @@ -168680,12 +120736,12 @@ "relative wind angle": [ 0.16486393999288007, 0.007363063737546258, - 0.15230675251281317, - 0.260614345263507, + 0.1523067525128139, + 0.2606143452635074, 0.23674368164234813, - 0.01278638273414777, + 0.012786382734147771, 0.2249108522095393, - 0.26530571663025593 + 0.265305716630256 ], "resistance": [ 97135.63635303038, @@ -168738,13 +120794,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 604.5772146881154, + 604.577214688114, 935.8264922792646, - 544.1683806545334, + 544.1683806545329, -86.9571772921729, - -607.5598584975323, + -607.5598584975321, -750.4727315467644, - -565.7817773930824, + -565.7817773930822, -17.44512720783814 ], "relative wind speed": [ @@ -168754,17 +120810,17 @@ 2.080390268269712, 1.723217392726593, 1.5671025929953772, - 1.7572479255065236, + 1.7572479255065239, 2.1202655675821678 ], "relative wind angle": [ - 0.13417060784529095, + 0.13417060784529258, 0.008114196322677472, - 0.14777061722039053, + 0.14777061722039128, 0.23193112823452516, - 0.18894248331202645, - 0.01306617011340573, - 0.20203302868453726, + 0.18894248331202587, + 0.013066170113405728, + 0.20203302868453782, 0.22749163929458818 ], "resistance": [ @@ -168818,17 +120874,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2.325527677511218, + -2.3255276775119, 510.6929455675852, - 810.2534290096901, + 810.2534290096551, 491.511128836667, -23.92189614023073, -452.5185715423314, - -582.3376747627392, + -582.3376747627412, -439.5231890620239 ], "relative wind speed": [ - 1.6496567349499693, + 1.6496567349499691, 1.9633921106105214, 2.075803651561252, 1.953854234659967, @@ -168838,33 +120894,33 @@ 1.2539338787760184 ], "relative wind angle": [ - 0.31945296506718396, + 0.319452965067185, 0.1845727581313786, - 0.004085207947489367, - 0.19173297052510244, + 0.00408520794754372, + 0.1917329705251024, 0.32271350114603753, 0.29510422183274415, - 0.008156505030889369, + 0.00815650503090298, 0.3014732414765725 ], "resistance": [ 96632.17447232248, 97145.19294556759, - 97444.7534290097, + 97444.75342900965, 97126.01112883666, 96610.57810385976, 96181.98142845767, - 96052.16232523727, + 96052.16232523725, 96194.97681093798 ], "fuel": [ 39.11117976867685, 39.375935560566845, - 39.53098399276357, + 39.53098399276354, 39.36601868844665, 39.10005591306478, 38.87965336467106, - 38.81302976294994, + 38.81302976294993, 38.88632609179976 ] }, @@ -168898,33 +120954,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 103.1548719642683, + 103.15487196426761, 611.1706214191761, - 787.66863224435, - 395.2859725277258, + 787.6686322443525, + 395.28597252772624, -141.52970216373842, -535.0916256837173, - -611.9621823257763, + -611.9621823257761, -387.81254320497544 ], "relative wind speed": [ - 1.8067179186136584, + 1.806717918613658, 2.081798695718119, - 2.145324098947482, - 1.9780085017184863, + 2.1453240989474818, + 1.9780085017184865, 1.6335008562308533, 1.2643847813276377, - 1.153316606670421, + 1.1533166066704208, 1.4212800750999037 ], "relative wind angle": [ - 0.27857768711328745, - 0.1384637707412659, - 0.04218591546211572, - 0.2115250949738025, + 0.2785776871132878, + 0.13846377074126587, + 0.04218591546211046, + 0.211525094973803, 0.3090442760982148, - 0.229254539365606, - 0.0785288937401191, + 0.22925453936560597, + 0.07852889374011626, 0.2965170939816671 ], "resistance": [ @@ -168978,33 +121034,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 31.353496288384804, + 31.353496288384008, 456.38624332450297, - 682.0187086012999, - 398.73713777781666, + 682.0187086013028, + 398.73713777781643, -32.98110710525668, -378.58488438374593, -476.52398804233695, -339.9335224488675 ], "relative wind speed": [ - 1.4623945760449004, + 1.4623945760449, 1.7514535022448976, - 1.8455421188005834, - 1.719201995774979, + 1.8455421188005832, + 1.7192019957749787, 1.4072311471391523, 1.0253331297671993, 0.8443172894458408, 1.0785369234511388 ], "relative wind angle": [ - 0.34949030690312155, + 0.3494903069031219, 0.19145077285505324, - 0.015948952132687703, - 0.2198310326103531, + 0.01594895213268074, + 0.2198310326103526, 0.36381465711249367, 0.3310521456942275, - 0.03486743682621535, + 0.03486743682621534, 0.3550081752387939 ], "resistance": [ @@ -169058,9 +121114,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 10.111608767203506, + 10.111608767203052, 446.9589427719998, - 692.2458720707516, + 692.2458720707514, 413.2459259319287, -27.768955409890168, -389.2424381193801, @@ -169068,9 +121124,9 @@ -366.45398424098016 ], "relative wind speed": [ - 1.5163149076083602, + 1.51631490760836, 1.805588301970945, - 1.905518807043824, + 1.9055188070438238, 1.7873244745233505, 1.485398843973041, 1.116006948229927, @@ -169078,14 +121134,14 @@ 1.1450291906679166 ], "relative wind angle": [ - 0.3257083991196532, + 0.3257083991196542, 0.18466137168684357, 0.008572711652289313, 0.1997406545590381, 0.33274624087541216, - 0.30162126385368554, + 0.3016212638536855, 0.017467825416041572, - 0.3148928523211542 + 0.31489285232115427 ], "resistance": [ 96644.61160876721, @@ -169125,68 +121181,7 @@ "id": "3216", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.353643906683306, - 6.353643906683306, - 6.353643906683306, - 6.353643906683306, - 6.353643906683306, - 6.353643906683306, - 6.353643906683306, - 6.353643906683306 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 314.32452291779987, - 782.1626957640603, - 718.0926539639793, - 207.7255307464061, - -343.0912373635746, - -648.1837768882538, - -620.2571315916449, - -252.99334365460095 - ], - "relative wind speed": [ - 2.0400106573257952, - 2.2470165460446037, - 2.225123407081354, - 1.981229367904876, - 1.6038488451489543, - 1.2980336058400936, - 1.3352154969693557, - 1.6759190886912474 - ], - "relative wind angle": [ - 0.22181477219702667, - 0.07044599450028492, - 0.1013487007832327, - 0.24290960316757584, - 0.28361568133150045, - 0.12215125175837066, - 0.16941689038433527, - 0.2883241386351552 - ], - "resistance": [ - 96948.82452291781, - 97416.66269576407, - 97352.59265396399, - 96842.22553074642, - 96291.40876263643, - 95986.31622311176, - 96014.24286840837, - 96381.50665634542 - ], - "fuel": [ - 39.515363925875945, - 39.75731522689533, - 39.72413207029841, - 39.46034818234025, - 39.176745353998854, - 39.020146095379864, - 39.034466007322706, - 39.22305744796767 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -59.84375, -52.65625 -59.6875, -52.5 -59.6875, -52.5 -59.84375, -52.65625 -59.84375))", @@ -169205,68 +121200,7 @@ "id": "3217", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.700616549930589, - 6.700616549930589, - 6.700616549930589, - 6.700616549930589, - 6.700616549930589, - 6.700616549930589, - 6.700616549930589, - 6.700616549930589 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 451.00727134685917, - 882.1829713110494, - 664.678642287912, - 87.05485291494688, - -465.48565418419867, - -706.7763212884834, - -612.3200177286227, - -156.97780430266334 - ], - "relative wind speed": [ - 2.19549753664233, - 2.3605316279165653, - 2.288722021642807, - 2.003546231186751, - 1.6177110560398837, - 1.3656825867828088, - 1.4828857008830714, - 1.8501353987569615 - ], - "relative wind angle": [ - 0.18702626759838722, - 0.033645839964903244, - 0.12966114831437545, - 0.25114710772747884, - 0.25510597913363037, - 0.058177425371325885, - 0.20091082014382325, - 0.2724810794609011 - ], - "resistance": [ - 97085.50727134684, - 97516.68297131103, - 97299.1786422879, - 96721.55485291494, - 96169.01434581578, - 95927.7236787115, - 96022.17998227137, - 96477.52219569733 - ], - "fuel": [ - 39.710515516612624, - 39.933696017094654, - 39.821027312899886, - 39.52266881846242, - 39.238428351221856, - 39.11465885200306, - 39.16308419380314, - 39.39699232828708 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -60, -52.8125 -59.84375, -52.65625 -59.84375, -52.65625 -60, -52.8125 -60))", @@ -169285,68 +121219,7 @@ "id": "3218", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.275929160553017, - 5.275929160553017, - 5.275929160553017, - 5.275929160553017, - 5.275929160553017, - 5.275929160553017, - 5.275929160553017, - 5.275929160553017 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 132.39990710203142, - 560.0559096067743, - 669.1354077385377, - 311.4182648791291, - -147.99618595210518, - -466.92748168092686, - -514.5473914034767, - -298.20315601111906 - ], - "relative wind speed": [ - 1.6519026497976959, - 1.9002843506073404, - 1.9431626476211694, - 1.7682324153590019, - 1.42957622644846, - 1.0776780309870408, - 0.9982932818191025, - 1.2828969860861539 - ], - "relative wind angle": [ - 0.29110118199564283, - 0.1333259405756567, - 0.06017921194246767, - 0.23858501547891992, - 0.3380439340988679, - 0.236600878634883, - 0.1173362863478232, - 0.33178763007956474 - ], - "resistance": [ - 96766.89990710205, - 97194.55590960679, - 97303.63540773855, - 96945.91826487915, - 96486.50381404792, - 96167.57251831908, - 96119.95260859653, - 96336.2968439889 - ], - "fuel": [ - 39.085221630338204, - 39.30607049372608, - 39.36250993724556, - 39.17758695443304, - 38.94078967829425, - 38.776863882140184, - 38.7524204543423, - 38.86353844634497 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -60, -52.65625 -59.84375, -52.5 -59.84375, -52.5 -60, -52.65625 -60))", @@ -169365,68 +121238,7 @@ "id": "3219", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.091085760334246, - 6.091085760334246, - 6.091085760334246, - 6.091085760334246, - 6.091085760334246, - 6.091085760334246, - 6.091085760334246, - 6.091085760334246 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 312.43422633699765, - 711.0752391060134, - 611.0653642047134, - 145.51260558454078, - -336.9384807882061, - -585.7022016880569, - -542.1686016530892, - -195.63158402673093 - ], - "relative wind speed": [ - 1.965334024313682, - 2.1447532707512478, - 2.1087319166086917, - 1.868860874084459, - 1.515434891137316, - 1.2486449231079295, - 1.308560445786596, - 1.6329236876589344 - ], - "relative wind angle": [ - 0.20705411032311155, - 0.05694960405354383, - 0.10994912940817671, - 0.24279579899863463, - 0.26987331885657656, - 0.09792388046323704, - 0.17775981961508153, - 0.27875059040895744 - ], - "resistance": [ - 96946.934226337, - 97345.57523910602, - 97245.56536420473, - 96780.01260558456, - 96297.56151921181, - 96048.79779831196, - 96092.33139834693, - 96438.86841597328 - ], - "fuel": [ - 39.425412786776164, - 39.631523350142814, - 39.57975937682064, - 39.33928444054993, - 39.09093184253804, - 38.96321352494381, - 38.98554758160243, - 39.16358307211703 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -61.25, -68.75 -60.625, -68.125 -60.625, -68.125 -61.25, -68.75 -61.25))", @@ -169458,33 +121270,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1661.1016048934698, + 1661.1016048934625, 369.74050310472194, - -1040.6512062667553, - -1789.6643571907734, + -1040.651206266757, + -1789.6643571907707, -1705.799383497446, -746.1050421777245, - 712.1655985390053, + 712.1655985390025, 1857.6304839515406 ], "relative wind speed": [ 4.515709630328132, 4.215596179475058, - 3.7916473730347438, - 3.49230525612172, + 3.791647373034743, + 3.4923052561217194, 3.5365682329517427, 3.8894340440939392, 4.30376097504501, 4.550027728467843 ], "relative wind angle": [ - 0.05715754958875094, + 0.05715754958875288, 0.1258927192249443, - 0.12975184647714402, - 0.04711885600253286, + 0.12975184647714405, + 0.047118856002530504, 0.07300741021630283, 0.13651336172369377, - 0.11424024474236437, + 0.11424024474236537, 0.03615986699298475 ], "resistance": [ @@ -169494,7 +121306,7 @@ 94844.83564280922, 94928.70061650255, 95888.39495782228, - 97346.66559853901, + 97346.665598539, 98492.13048395154 ], "fuel": [ @@ -169504,7 +121316,7 @@ 43.42242761182186, 43.46508346385109, 43.95507164967286, - 44.70617669640828, + 44.70617669640827, 45.30171524687847 ] }, @@ -169538,11 +121350,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1330.3017996722992, + 1330.3017996722629, 196.10892378618883, - -1025.9622958393993, + -1025.9622958393738, -1632.8390458070317, - -1538.2574742542347, + -1538.2574742542565, -673.3541624305835, 603.6084533293142, 1557.0240866882523 @@ -169550,39 +121362,39 @@ "relative wind speed": [ 6.748286364505179, 6.574138693175148, - 6.348620345658622, + 6.348620345658621, 6.205125282025706, - 6.234607764079564, + 6.2346077640795645, 6.417975013365591, 6.641138647549613, 6.7754057490052295 ], "relative wind angle": [ - 0.021692209544215472, + 0.02169220954422059, 0.04338978244818819, - 0.04047728070819476, + 0.04047728070818927, 0.012595919430294455, - 0.02347977893030527, + 0.023479778930310002, 0.04444624033707077, 0.03869349104327663, 0.011535681804600545 ], "resistance": [ - 97964.8017996723, + 97964.80179967226, 96830.60892378619, - 95608.5377041606, + 95608.53770416063, 95001.66095419296, - 95096.24252574577, + 95096.24252574574, 95961.14583756942, 97238.10845332932, 98191.52408668825 ], "fuel": [ - 55.48331887937305, + 55.48331887937303, 54.89584250251918, - 54.26820531644277, + 54.268205316442774, 53.9585877313063, - 54.00675139603259, + 54.00675139603257, 54.44872909037932, 55.10636354072179, 55.601327985309105 @@ -169618,50 +121430,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 175.27565802485697, + 175.27565802482786, -797.8264110190394, - -1295.3248104907252, - -1233.576006647967, + -1295.324810490656, + -1233.576006648007, -565.7015176414898, 443.40844570370245, 1209.859916905065, 1061.312076953378 ], "relative wind speed": [ - 6.841810944972572, + 6.841810944972571, 6.671072205256835, - 6.560654365056734, - 6.578994293866075, + 6.560654365056733, + 6.578994293866076, 6.714535135473978, 6.884196011482438, 6.989504517097264, 6.972244486070367 ], "relative wind angle": [ - 0.03134691658674125, + 0.031346916586744794, 0.0294822097148133, - 0.009704942993771476, - 0.016204826712808113, - 0.03194130604862547, - 0.028569234817569053, - 0.009109466567872525, + 0.009704942993760035, + 0.016204826712814965, + 0.031941306048625474, + 0.02856923481756905, + 0.009109466567872527, 0.015290764852600953 ], "resistance": [ - 96809.77565802488, + 96809.77565802485, 95836.673588981, - 95339.1751895093, - 95400.92399335206, + 95339.17518950938, + 95400.92399335201, 96068.79848235854, 97077.90844570374, 97844.35991690509, 97695.81207695341 ], "fuel": [ - 56.42595647445762, + 56.4259564744576, 55.92581073923843, - 55.671472448099145, - 55.70299049906997, + 55.67147244809918, + 55.702990499069934, 56.044796072895295, 56.564388023001186, 56.96156677223948, @@ -169698,9 +121510,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1481.737229000326, + 1481.7372290002095, 535.0959973140052, - -696.9070528406992, + -696.9070528407319, -1504.5196758528364, -1573.263562438202, -953.3441272191594, @@ -169718,19 +121530,19 @@ 6.71172573148782 ], "relative wind angle": [ - 0.012556229548696991, - 0.03850580300480245, - 0.043062884928433486, + 0.012556229548714676, + 0.03850580300480244, + 0.04306288492843864, 0.02166202170201857, 0.013671445430813648, - 0.0401410232249979, - 0.0419513143869227, + 0.04014102322499791, + 0.041951314386922706, 0.02002315615172823 ], "resistance": [ - 98116.23722900031, + 98116.2372290002, 97169.595997314, - 95937.59294715928, + 95937.59294715925, 95129.98032414715, 95061.23643756178, 95681.15587278083, @@ -169738,9 +121550,9 @@ 97951.409540393 ], "fuel": [ - 55.38646613478463, + 55.38646613478456, 54.895271878028296, - 54.26100258781267, + 54.26100258781266, 53.84828593341519, 53.81326762850675, 54.129691825519664, @@ -169778,19 +121590,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1385.2027989930884, + 1385.2027989929957, 655.800680152719, - -429.924275451167, + -429.9242754511688, -1246.1809175799626, - -1394.6742991287683, + -1394.674299128832, -982.8179257800148, - 16.783447498739406, + 16.783447498726673, 1029.4265331290262 ], "relative wind speed": [ - 6.082164473699991, + 6.082164473699989, 5.973264864707302, - 5.7661095687815145, + 5.766109568781514, 5.578679278722761, 5.52688095409716, 5.644399403121068, @@ -169798,31 +121610,31 @@ 6.034689326804612 ], "relative wind angle": [ - 0.007386823202372987, - 0.038195569287917897, + 0.007386823202388018, + 0.03819556928791789, 0.04817069444931788, - 0.029502256040668508, - 0.008128989977357233, + 0.029502256040668504, + 0.00812898997737089, 0.04042217654660935, - 0.047431827800331026, + 0.04743182780033337, 0.027272348685137282 ], "resistance": [ - 98019.70279899311, + 98019.702798993, 97290.30068015274, 96204.57572454885, 95388.31908242006, - 95239.82570087124, + 95239.82570087118, 95651.68207422, 96651.28344749875, 97663.92653312904 ], "fuel": [ - 52.08977439723112, + 52.089774397231075, 51.71126861260785, 51.151524201365625, 50.7335923811435, - 50.65782877486599, + 50.65782877486597, 50.86816603540204, 51.381292825835736, 51.90490549886673 @@ -169845,68 +121657,7 @@ "id": "3252", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.050115221931081, - 15.050115221931081, - 15.050115221931081, - 15.050115221931081, - 15.050115221931081, - 15.050115221931081, - 15.050115221931081, - 15.050115221931081 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1420.0383106463441, - 1729.0707559682714, - 745.4480406462199, - -593.3820877930211, - -1534.5732443830975, - -1665.7825991886011, - -1060.8898683024618, - 202.94847594289695 - ], - "relative wind speed": [ - 4.601142839344539, - 4.654283908144424, - 4.4542981310324326, - 4.095462822643012, - 3.775666491069282, - 3.709961479883964, - 3.9478349813177256, - 4.318953246816163 - ], - "relative wind angle": [ - 0.05533446062852175, - 0.02416432311737071, - 0.09296770312963343, - 0.11558831349041887, - 0.067448992179883, - 0.030316730870052606, - 0.10493586458088465, - 0.10958230747194717 - ], - "resistance": [ - 98054.5383106464, - 98363.57075596834, - 97379.94804064628, - 96041.11791220703, - 95099.92675561697, - 94968.71740081145, - 95573.6101316976, - 96837.44847594296 - ], - "fuel": [ - 45.60192323548111, - 45.7629253507092, - 45.25170451154122, - 44.56165583876293, - 44.0805474970403, - 44.01373905117311, - 44.32226804218206, - 44.97129014182548 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -65, -68.75 -64.375, -68.125 -64.375, -68.125 -65, -68.75 -65))", @@ -169925,68 +121676,7 @@ "id": "3254", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.986799463458693, - 12.986799463458693, - 12.986799463458693, - 12.986799463458693, - 12.986799463458693, - 12.986799463458693, - 12.986799463458693, - 12.986799463458693 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1005.3293066834494, - 1480.8980266176977, - 797.9605490459999, - -279.2731506891014, - -1142.308350163633, - -1344.3713210030528, - -996.8512138423966, - -35.1176786820015 - ], - "relative wind speed": [ - 3.967826002252993, - 4.061939640171966, - 3.9159976100377114, - 3.5962111785016155, - 3.271036915926093, - 3.15340641990624, - 3.332909900925194, - 3.6756755636381016 - ], - "relative wind angle": [ - 0.0738905877221076, - 0.009859008276982693, - 0.08938151735015863, - 0.1266644479861617, - 0.08966917603599463, - 0.012699639345647893, - 0.10507213420590178, - 0.12391183057642043 - ], - "resistance": [ - 97639.82930668346, - 98115.39802661771, - 97432.46054904601, - 96355.22684931091, - 95492.19164983639, - 95290.12867899696, - 95637.64878615762, - 96599.38232131801 - ], - "fuel": [ - 43.62750158512347, - 43.87468053537299, - 43.51998424129654, - 42.964030631211955, - 42.521739019095854, - 42.41858542355016, - 42.59608925848537, - 43.08965931958787 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -64.375, -67.5 -63.75, -66.875 -63.75, -66.875 -64.375, -67.5 -64.375))", @@ -170018,17 +121708,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2632.1825559681056, + 2632.1825559680365, 2145.3310741440364, - 245.9607205594366, + 245.96072055942568, -1733.1205206994855, - -2663.35477551855, + -2663.3547755185064, -2459.0763343610306, -982.1677315019842, 1114.6775108331822 ], "relative wind speed": [ - 7.300597310290661, + 7.3005973102906605, 7.246725284505311, 6.970579885109963, 6.619698922877066, @@ -170038,31 +121728,31 @@ 7.104997395183778 ], "relative wind angle": [ - 0.01437828047664375, - 0.033544965716037926, - 0.0644128861246925, + 0.014378280476651472, + 0.03354496571603793, + 0.06441288612469423, 0.05917475582442503, - 0.01639319886721899, - 0.037607349673192604, - 0.06641153254749808, - 0.055128643431168266 + 0.016393198867212213, + 0.03760734967319261, + 0.06641153254749807, + 0.05512864343116827 ], "resistance": [ - 99266.68255596812, + 99266.68255596806, 98779.83107414405, - 96880.46072055945, + 96880.46072055944, 94901.37947930052, - 93971.14522448147, + 93971.1452244815, 94175.42366563898, 95652.33226849802, 97749.1775108332 ], "fuel": [ - 58.12915531586076, + 58.12915531586072, 57.87403665599135, - 56.88716598076557, + 56.88716598076556, 55.87316025057788, - 55.40157892360111, + 55.40157892360112, 55.50486176514823, 56.25620391388672, 57.336866129515464 @@ -170098,9 +121788,9 @@ ], "ice resistance": 71703.75250169661, "wind resistance": [ - 2778.2830317263797, + 2778.283031725685, 1847.7068163057047, - -178.56761044821542, + -178.5676104482336, -2049.213788301906, -2692.0650668504823, -2302.766543130685, @@ -170108,7 +121798,7 @@ 1487.8539341683754 ], "relative wind speed": [ - 7.791781514565744, + 7.791781514565742, 7.694821473065338, 7.4077566571781235, 7.088387142371678, @@ -170118,19 +121808,19 @@ 7.648529108317693 ], "relative wind angle": [ - 0.0043782996569479695, - 0.03644169714156696, - 0.058159669187924125, - 0.04637352401449548, + 0.004378299657024042, + 0.036441697141566955, + 0.05815966918792604, + 0.04637352401449549, 0.004922334042960266, - 0.039843736116992844, + 0.03984373611699284, 0.05870001645193874, - 0.04297517207794582 + 0.042975172077945815 ], "resistance": [ - 74482.03553342298, + 74482.0355334223, 73551.45931800231, - 71525.1848912484, + 71525.18489124838, 69654.53871339471, 69011.68743484613, 69400.98595856593, @@ -170138,7 +121828,7 @@ 73191.60643586499 ], "fuel": [ - 49.22555409627239, + 49.22555409627209, 48.82450643605406, 47.962396105005006, 47.180063030741294, @@ -170178,51 +121868,51 @@ ], "ice resistance": 65920.76732555892, "wind resistance": [ - 2369.680239133184, + 2369.6802391329074, 1917.2577397493005, - 193.89760683313943, + 193.89760683313216, -1597.653125101664, - -2429.575077072779, + -2429.5750770729064, -2240.4832346919466, -895.8679889923696, 1005.1690081335037 ], "relative wind speed": [ - 7.739830884746892, + 7.739830884746891, 7.692481549122122, - 7.457191708060431, + 7.45719170806043, 7.162357353409864, - 6.983421673568109, + 6.98342167356811, 7.035544613728094, 7.284466502399296, 7.574549328996301 ], "relative wind angle": [ - 0.011173157198595926, + 0.011173157198625735, 0.02682179043210235, - 0.050742041220191776, + 0.05074204122019178, 0.04589453775418627, - 0.01238343639123032, + 0.012383436391248252, 0.029326935816625124, - 0.05194627899233798, + 0.05194627899233799, 0.04339543373211081 ], "resistance": [ - 68290.4475646921, + 68290.44756469183, 67838.02506530822, - 66114.66493239206, + 66114.66493239204, 64323.114200457254, - 63491.19224848614, + 63491.19224848601, 63680.284090866975, 65024.89933656655, 66925.93633369243 ], "fuel": [ - 46.61778859690776, + 46.617788596907644, 46.432830385842564, - 45.73526702194529, + 45.73526702194528, 45.02181817334626, - 44.69458271829726, + 44.69458271829721, 44.76873560307082, 45.29986701798173, 46.062268123918486 @@ -170258,9 +121948,9 @@ ], "ice resistance": 44606.438130156224, "wind resistance": [ - 624.0376740177635, + 624.0376740176362, -417.7453355966609, - -1204.7802588898667, + -1204.780258889823, -1349.0112618379171, -961.7100776005791, -4.205525743724138, @@ -170268,9 +121958,9 @@ 1316.1670811584954 ], "relative wind speed": [ - 7.488303193906744, + 7.488303193906743, 7.331433001597793, - 7.190759393146028, + 7.190759393146027, 7.151413419345385, 7.237924622010662, 7.396778197354907, @@ -170278,9 +121968,9 @@ 7.570965834250533 ], "relative wind angle": [ - 0.022897446271184795, + 0.02289744627119934, 0.028617449430859403, - 0.017415347993465113, + 0.01741534799345874, 0.004570561758359036, 0.023689674009579248, 0.02836456679873641, @@ -170288,9 +121978,9 @@ 0.004317278025670646 ], "resistance": [ - 45230.475804173984, + 45230.47580417386, 44188.69279455957, - 43401.65787126636, + 43401.657871266405, 43257.4268683183, 43644.72805255564, 44602.2326044125, @@ -170298,9 +121988,9 @@ 45922.605211314716 ], "fuel": [ - 38.16041557358647, + 38.160415573586434, 37.8250513680512, - 37.57437198996766, + 37.574371989967666, 37.52868271182679, 37.65154654520622, 37.9576921206307, @@ -170338,7 +122028,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -447.1591029510564, + -447.1591029511037, -1219.4099002878283, -1349.7883968133938, -937.122922427403, @@ -170358,17 +122048,17 @@ 6.915839087480545 ], "relative wind angle": [ - 0.033744848641843246, + 0.033744848641849824, 0.01998604431692283, - 0.006287243650599284, + 0.006287243650599283, 0.028569307731273308, 0.03333753683455209, - 0.018896749990621606, + 0.01889674999062161, 0.005879043873167096, 0.027480901373330244 ], "resistance": [ - 96187.34089704891, + 96187.34089704887, 95415.09009971214, 95284.71160318657, 95697.37707757257, @@ -170378,7 +122068,7 @@ 97233.191650305 ], "fuel": [ - 56.14266076418881, + 56.14266076418879, 55.747246688897526, 55.68070819348428, 55.891528211915016, @@ -170418,19 +122108,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -215.21869996512578, + -215.2186999651285, -962.7056178003477, - -1148.5286565425477, + -1148.528656542503, -892.6464427733317, -97.009944735928, 786.791563013724, - 1228.309328206612, + 1228.3093282066939, 687.2290010029037 ], "relative wind speed": [ - 4.039281515642834, + 4.039281515642833, 3.795914995999391, - 3.701418153045573, + 3.7014181530455716, 3.8216994736890837, 4.073520545075225, 4.301208450762502, @@ -170440,31 +122130,31 @@ "relative wind angle": [ 0.08444457719658797, 0.060300290480220245, - 0.004641539791379846, + 0.004641539791355927, 0.06626315468133864, - 0.08373312736249298, + 0.08373312736249297, 0.053209247745998556, - 0.003919935221441821, - 0.05918226567367424 + 0.003919935221413499, + 0.059182265673674246 ], "resistance": [ 96419.28130003487, 95671.79438219965, - 95485.97134345745, + 95485.9713434575, 95741.85355722667, 96537.49005526408, 97421.29156301373, - 97862.80932820661, + 97862.8093282067, 97321.72900100291 ], "fuel": [ 44.30507701028561, 43.92166316959367, - 43.8266702934206, + 43.82667029342062, 43.95751082560101, 44.36590106986978, 44.82230686514232, - 45.05140067191604, + 45.051400671916085, 44.77074628186672 ] }, @@ -170498,9 +122188,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2082.520744897518, + 2082.520744897496, 311.213044879014, - -1562.9207429764629, + -1562.9207429764683, -2479.9751961617094, -2311.756280915146, -952.3640626330871, @@ -170508,9 +122198,9 @@ 2481.420734862457 ], "relative wind speed": [ - 6.302620752260392, + 6.302620752260391, 6.006696189771081, - 5.618554045848332, + 5.618554045848331, 5.369310410674716, 5.4285081188773745, 5.754244487969769, @@ -170518,17 +122208,17 @@ 6.353127927042003 ], "relative wind angle": [ - 0.04100149457331363, + 0.041001494573316345, 0.08200454356533805, - 0.0779429199342224, + 0.07794291993422241, 0.023593716432946905, 0.04760830850027564, - 0.08561089672858616, + 0.08561089672858617, 0.07138389804900937, 0.019939568345301126 ], "resistance": [ - 98717.02074489751, + 98717.0207448975, 96945.71304487901, 95071.57925702354, 94154.52480383829, @@ -170578,37 +122268,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1451.1451285771254, + 1451.1451285771154, 1392.111496548806, - 382.28032869353683, + 382.2803286935332, -774.5761190389585, - -1435.8063095278048, + -1435.8063095278076, -1410.6456185431707, -685.8715834851746, 485.3495112446435 ], "relative wind speed": [ - 4.160461770312767, + 4.160461770312766, 4.149198626288025, - 3.8991288909727144, + 3.899128890972714, 3.528525442278882, 3.2511857861349793, 3.2655477209512225, 3.5603995632206855, - 3.92799686371957 + 3.9279968637195704 ], "relative wind angle": [ - 0.04102680583592586, + 0.04102680583592857, 0.048501069916633194, - 0.116992299984365, + 0.11699229998436594, 0.12573375726464822, - 0.05251038647350252, + 0.05251038647350463, 0.0616402342660468, - 0.1281813659334978, - 0.11288908387516886 + 0.12818136593349783, + 0.11288908387516984 ], "resistance": [ - 98085.64512857713, + 98085.64512857712, 98026.61149654881, 97016.78032869354, 95859.92388096104, @@ -170645,68 +122335,7 @@ "id": "3273", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.242061075661912, - 21.242061075661912, - 21.242061075661912, - 21.242061075661912, - 21.242061075661912, - 21.242061075661912, - 21.242061075661912, - 21.242061075661912 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1678.0753436973828, - 2053.4113004419414, - 868.0365410871455, - -765.5523741259603, - -1914.1918536096127, - -2071.8207827091646, - -1343.7218732583533, - 199.07846179216904 - ], - "relative wind speed": [ - 6.2591617324429745, - 6.307203281506425, - 6.130135465278061, - 5.818968804956751, - 5.550168826922738, - 5.495513294131679, - 5.692356171003671, - 6.010081667262403 - ], - "relative wind angle": [ - 0.03504148074997501, - 0.015186761629162684, - 0.057900897544753194, - 0.06981109762564887, - 0.03951996961378936, - 0.017430066271516536, - 0.0623594277712229, - 0.06758775221860384 - ], - "resistance": [ - 98312.57534369739, - 98687.91130044195, - 97502.53654108716, - 95868.94762587405, - 94720.3081463904, - 94562.67921729085, - 95290.77812674166, - 96833.57846179219 - ], - "fuel": [ - 52.69853052878571, - 52.894482647308266, - 52.27741901866477, - 51.435598922700535, - 50.84962850908532, - 50.7695983034664, - 51.14003613458422, - 51.931491336325095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -65.625, -68.75 -65, -68.125 -65, -68.125 -65.625, -68.75 -65.625))", @@ -170725,68 +122354,7 @@ "id": "3276", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.239988206336495, - 19.239988206336495, - 19.239988206336495, - 19.239988206336495, - 19.239988206336495, - 19.239988206336495, - 19.239988206336495, - 19.239988206336495 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1530.9759314070925, - 2387.352784178889, - 1338.585347997976, - -406.15002820113114, - -1850.9181063611377, - -2212.083427141568, - -1715.616743489698, - -178.1340160683576 - ], - "relative wind speed": [ - 5.724598971990569, - 5.84315321380766, - 5.691359303409657, - 5.342664343278488, - 4.985351786337343, - 4.845856616081581, - 5.0232653825121325, - 5.3926527367069585 - ], - "relative wind angle": [ - 0.05852679488566831, - 0.00429611084228206, - 0.06511866478076289, - 0.09347034643711724, - 0.06721761865087299, - 0.005180274803542257, - 0.0737942678703244, - 0.09260140542363335 - ], - "resistance": [ - 98165.47593140713, - 99021.85278417892, - 97973.085347998, - 96228.3499717989, - 94783.5818936389, - 94422.41657285846, - 94918.88325651034, - 96456.36598393167 - ], - "fuel": [ - 50.094446015726625, - 50.54183346158372, - 49.99431294386318, - 49.09252279564929, - 48.35434828026001, - 48.17103180148381, - 48.42314809317391, - 49.209732528169184 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -65.625, -66.875 -65, -66.25 -65, -66.25 -65.625, -66.875 -65.625))", @@ -170818,14 +122386,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2181.4598852477975, + 2181.4598852476265, 1413.853070414687, -168.23330451827132, -1605.1252268119752, -2076.617189310802, -1754.6415559858142, -421.01992256402445, - 1201.5438310591926 + 1201.5438310591962 ], "relative wind speed": [ 6.3642035178214265, @@ -170835,20 +122403,20 @@ 5.53489067451349, 5.645411761610263, 5.939090167192177, - 6.232852824364769 + 6.232852824364768 ], "relative wind angle": [ - 0.003912171722009019, - 0.04399554428585895, + 0.003912171722037398, + 0.043995544285858945, 0.06929510382415514, - 0.054725054580500525, - 0.004498350366457699, + 0.05472505458050052, + 0.0044983503664577, 0.048838446586027304, 0.06987563545781898, - 0.049887799030321256 + 0.049887799030319036 ], "resistance": [ - 98815.95988524781, + 98815.95988524763, 98048.3530704147, 96466.26669548174, 95029.37477318804, @@ -170858,7 +122426,7 @@ 97836.04383105921 ], "fuel": [ - 53.196401533921716, + 53.196401533921616, 52.79585054801086, 51.97720588133154, 51.24176239028117, @@ -170898,9 +122466,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1637.990055968332, + 1637.9900559682465, 1108.2112577930693, - -52.97382919352367, + -52.97382919352549, -1127.1476647792333, -1511.7179642665133, -1287.4017110365849, @@ -170908,7 +122476,7 @@ 880.0712941150132 ], "relative wind speed": [ - 4.535045378927424, + 4.535045378927423, 4.440896325790811, 4.151095379298172, 3.815143993987887, @@ -170918,17 +122486,17 @@ 4.389964439987027 ], "relative wind angle": [ - 0.00857732516772726, + 0.008577325167753148, 0.06499382441255602, - 0.107842287938218, + 0.10784228793821904, 0.0901416596503013, 0.010682106586842504, 0.07687227097527775, 0.1098977526978007, - 0.07831251631518621 + 0.07831251631518622 ], "resistance": [ - 98272.49005596834, + 98272.49005596826, 97742.71125779308, 96581.5261708065, 95507.35233522078, @@ -170938,7 +122506,7 @@ 97514.57129411503 ], "fuel": [ - 45.41255530903418, + 45.41255530903414, 45.13694418281479, 44.53650461482021, 43.98552529498721, @@ -170978,9 +122546,9 @@ ], "ice resistance": 85131.31055260057, "wind resistance": [ - 897.4939128058868, + 897.4939128058322, 2756.8384756167943, - 2602.3055344351415, + 2602.305534435058, 621.5823814358882, -1650.182044285666, -2916.023527934525, @@ -170988,9 +122556,9 @@ -1411.6513221940913 ], "relative wind speed": [ - 7.575802968543195, + 7.5758029685431945, 7.810659657341174, - 7.794712569531876, + 7.7947125695318755, 7.53604596912403, 7.171659999878458, 6.915135102745834, @@ -170998,19 +122566,19 @@ 7.213425602534072 ], "relative wind angle": [ - 0.05691801394862169, + 0.05691801394862755, 0.02069225433051326, - 0.025971518875959776, + 0.025971518875968328, 0.05946548639703813, - 0.060129269719673625, + 0.06012926971967363, 0.023372404887723047, - 0.029199978403221933, + 0.029199978403221936, 0.06212843308689892 ], "resistance": [ - 86028.80446540646, + 86028.8044654064, 87888.14902821736, - 87733.61608703571, + 87733.61608703563, 85752.89293403646, 83481.1285083149, 82215.28702466605, @@ -171018,9 +122586,9 @@ 83719.65923040648 ], "fuel": [ - 54.46988197572376, + 54.46988197572374, 55.36073822353553, - 55.28620765813422, + 55.28620765813418, 54.33878230426865, 53.27011909605479, 52.682984722781086, @@ -171060,51 +122628,51 @@ "wind resistance": [ 941.1745540339361, 2823.3318882952517, - 2649.114571424132, + 2649.1145714240993, 631.3204744215618, -1669.0949406835025, -2944.971073890614, - -2871.6812926331404, + -2871.6812926331295, -1401.3850590957045 ], "relative wind speed": [ - 7.078541769261613, + 7.078541769261612, 7.331833813818526, - 7.3127265223944455, + 7.312726522394445, 7.030662376559475, 6.6323803193372965, 6.351254616692775, - 6.373245098706221, + 6.37324509870622, 6.683113707422992 ], "relative wind angle": [ 0.0664457349628486, - 0.02376448507514887, - 0.03058260905362158, + 0.023764485075148875, + 0.03058260905362521, 0.06981534476618105, - 0.07092282347349257, - 0.02743437674076278, - 0.03509253042147155, + 0.07092282347349259, + 0.027434376740762784, + 0.035092530421468385, 0.07345240312518346 ], "resistance": [ 97575.67455403396, 99457.83188829527, - 99283.61457142416, + 99283.61457142413, 97265.82047442159, 94965.40505931653, 93689.52892610941, - 93762.81870736688, + 93762.8187073669, 95233.11494090433 ], "fuel": [ 57.18063572037815, 58.16337161341072, - 58.071853451276624, + 58.07185345127661, 57.02011444730316, 55.83954598566969, 55.19325836978783, - 55.2302188996331, + 55.23021889963311, 55.97592169540847 ] }, @@ -171138,9 +122706,9 @@ ], "ice resistance": 96513.45375698348, "wind resistance": [ - 390.145463587065, + 390.145463587025, 3049.26179884277, - 3713.455907225547, + 3713.4559072255433, 1569.5031279993054, -1368.3361127672688, -3428.510462873339, @@ -171148,9 +122716,9 @@ -2387.000025578156 ], "relative wind speed": [ - 7.524167494232507, + 7.524167494232506, 7.880681027203848, - 7.948000184559449, + 7.948000184559448, 7.693218990211237, 7.244603422048363, 6.855088750081157, @@ -171158,17 +122726,17 @@ 7.064825319331902 ], "relative wind angle": [ - 0.07791414610471278, + 0.07791414610471707, 0.03997687430760269, 0.01764357809271012, - 0.06676647907044826, + 0.06676647907044825, 0.08092725520317715, 0.0459617690224513, - 0.020692860197961124, + 0.020692860197961127, 0.0727152026894997 ], "resistance": [ - 96903.59922057054, + 96903.5992205705, 99562.71555582625, 100226.90966420903, 98082.95688498279, @@ -171178,7 +122746,7 @@ 94126.45373140532 ], "fuel": [ - 59.86266296701665, + 59.862662967016625, 61.248268466974395, 61.598471801468975, 60.473952704925715, @@ -171218,17 +122786,17 @@ ], "ice resistance": 62848.91724953763, "wind resistance": [ - 1512.6720695117037, + 1512.6720695116528, 3282.861762031218, 2517.9912135049635, 149.4076895953076, -2225.750522533126, -3254.904613209663, - -2933.7115223468245, + -2933.7115223468427, -1047.4967116076732 ], "relative wind speed": [ - 7.670310446789934, + 7.670310446789932, 7.877043380221265, 7.798560115674616, 7.4741903714097875, @@ -171238,33 +122806,33 @@ 7.28408506281855 ], "relative wind angle": [ - 0.056322727216364325, + 0.05632272721636827, 0.012096883517221891, 0.03809709123977313, - 0.06900536926287947, - 0.061047936505385335, + 0.06900536926287945, + 0.06104793650538534, 0.013917972996119342, - 0.04283945998110275, + 0.04283945998110534, 0.07080929863313758 ], "resistance": [ - 64361.58931904934, + 64361.589319049286, 66131.77901156885, 65366.90846304259, 62998.324939132945, 60623.16672700451, 59594.01263632797, - 59915.20572719081, + 59915.20572719079, 61801.42053792996 ], "fuel": [ - 45.03701461931428, + 45.03701461931425, 45.74213994784587, 45.43603598387863, 44.50192880131715, 43.58619150912412, 43.195921756862674, - 43.31729964033593, + 43.317299640335925, 44.037840990350965 ] }, @@ -171298,9 +122866,9 @@ ], "ice resistance": 69415.85183242256, "wind resistance": [ - 206.88008901368448, + 206.88008901365902, 3114.2150954185054, - 4063.763170261049, + 4063.7631702610415, 1890.2167315410043, -1245.8504635191675, -3560.589176533602, @@ -171308,9 +122876,9 @@ -2699.410195063123 ], "relative wind speed": [ - 7.5038238151515655, + 7.503823815151565, 7.899086918499006, - 7.99482603767524, + 7.994826037675239, 7.744740559460424, 7.2727338257986265, 6.841378150910033, @@ -171318,19 +122886,19 @@ 7.015627043707494 ], "relative wind angle": [ - 0.08443968981565031, + 0.08443968981565295, 0.04628782910834758, 0.01450630840731358, 0.0684235552396331, 0.08712945231643598, 0.053450506801396326, 0.01723477527827995, - 0.07554753194429985 + 0.07554753194429986 ], "resistance": [ - 69622.73192143624, + 69622.73192143622, 72530.06692784106, - 73479.61500268361, + 73479.6150026836, 71306.06856396356, 68170.0013689034, 65855.26265588896, @@ -171338,9 +122906,9 @@ 66716.44163735944 ], "fuel": [ - 47.16687352193627, + 47.16687352193626, 48.388029373571825, - 48.79367789703389, + 48.793677897033874, 47.870084997477, 46.56847369710722, 45.63122585948561, @@ -171378,53 +122946,53 @@ ], "ice resistance": 50426.38128179119, "wind resistance": [ - 879.43991299747, + 879.4399129974445, 3837.1894434653514, - 4173.741031892365, - 1474.153559123286, - -1922.651133542, + 4173.74103189239, + 1474.1535591232787, + -1922.6511335419964, -4097.859276290485, - -4240.1201248560355, + -4240.12012485601, -2435.8705097908933 ], "relative wind speed": [ - 7.614094598396601, + 7.6140945983966, 7.995903511211836, - 8.029483677712031, - 7.698935626384904, - 7.16819228465892, + 8.02948367771203, + 7.6989356263849045, + 7.168192284658919, 6.739654607067501, 6.699612604660961, 7.076991409063405 ], "relative wind angle": [ - 0.08748180782975983, + 0.08748180782976236, 0.03904318680194, - 0.027883436572324165, - 0.08175074858847474, - 0.09293893161900858, - 0.04632550552916805, - 0.03342018094669319, - 0.08895345027184845 + 0.027883436572320185, + 0.0817507485884761, + 0.09293893161900739, + 0.04632550552916806, + 0.03342018094668987, + 0.08895345027184846 ], "resistance": [ - 51305.82119478866, + 51305.82119478863, 54263.57072525654, - 54600.122313683554, - 51900.53484091448, + 54600.122313683576, + 51900.534840914464, 48503.73014824919, 46328.52200550071, - 46186.26115693516, + 46186.26115693518, 47990.5107720003 ], "fuel": [ - 40.19659958962716, + 40.19659958962715, 41.23761371395622, 41.358129701166064, - 40.40330128026853, + 40.40330128026852, 39.24039937023905, 38.518263215001326, - 38.47164815504857, + 38.47164815504858, 39.068431349889266 ] }, @@ -171458,49 +123026,49 @@ ], "ice resistance": 30804.414081485425, "wind resistance": [ - 2973.6742642589234, + 2973.6742642588324, 3574.865045667808, - 1479.8465085927273, + 1479.8465085927019, -1364.6748662121718, -3339.187336733503, -3592.2324235448614, - -2287.6142216247426, + -2287.614221624761, 411.46784178722373 ], "relative wind speed": [ - 7.866854919282921, + 7.866854919282919, 7.927954262626626, - 7.677236458368289, + 7.677236458368288, 7.241670926247937, 6.867642125288986, 6.797018161796392, - 7.078979802513243, + 7.078979802513244, 7.523969489440068 ], "relative wind angle": [ - 0.03812087748323304, + 0.03812087748324178, 0.017857439601252814, - 0.06517667440380205, + 0.06517667440380376, 0.07817943961749721, 0.04367060751027132, 0.02082908618627233, - 0.07069370048776216, + 0.07069370048776531, 0.07524049840704089 ], "resistance": [ - 33778.08834574435, + 33778.088345744254, 34379.27912715323, - 32284.260590078153, + 32284.260590078127, 29439.739215273254, 27465.226744751923, 27212.181657940564, - 28516.799859860683, + 28516.799859860665, 31215.88192327265 ], "fuel": [ - 34.69555865059656, + 34.69555865059653, 34.86530823419799, - 34.27959070770329, + 34.279590707703285, 33.510471475869934, 32.99429395037621, 32.929191568846164, @@ -171538,53 +123106,53 @@ ], "ice resistance": 17150.057365585588, "wind resistance": [ - 3021.832457408884, + 3021.8324574087965, 3452.1517530268175, - 1315.2718726203384, + 1315.271872620342, -1479.534896648649, - -3341.8193840059103, + -3341.8193840058957, -3522.9119843350672, - -2140.3771852360296, + -2140.377185236015, 550.3292820749048 ], "relative wind speed": [ - 7.869675637759893, + 7.869675637759892, 7.913450427224605, - 7.652743608083, + 7.652743608082998, 7.2204156349546285, - 6.8628787390138735, + 6.862878739013873, 6.812356535430228, 7.103971741139249, 7.542976686193785 ], "relative wind angle": [ - 0.03495501064677137, - 0.02043895685100288, - 0.06587387113852278, + 0.034955010646780894, + 0.020438956851002877, + 0.06587387113852108, 0.07634128621556176, - 0.04008554712706519, - 0.02374312126647667, - 0.07097078770490473, + 0.04008554712706242, + 0.023743121266476673, + 0.07097078770490316, 0.07307074274572756 ], "resistance": [ - 20171.88982299447, + 20171.889822994384, 20602.209118612405, - 18465.329238205926, + 18465.32923820593, 15670.522468936939, - 13808.237981579678, + 13808.237981579692, 13627.14538125052, - 15009.680180349558, + 15009.680180349573, 17700.386647660493 ], "fuel": [ - 31.21342744949547, + 31.213427449495455, 31.313006941256482, - 30.825299825882485, + 30.82529982588249, 30.21307569928742, - 29.8212638231888, + 29.821263823188804, 29.783851651876553, - 30.072561828407494, + 30.0725618284075, 30.654844321026978 ] }, @@ -171618,19 +123186,19 @@ ], "ice resistance": 39856.66226244308, "wind resistance": [ - 2856.3043801958083, + 2856.304380195743, 3960.0834119821557, - 1973.238582018861, + 1973.2385820188356, -1034.9361213451011, -3348.8237935040343, -3813.672335695497, - -2727.405090235552, + -2727.4050902355375, 13.723499691459438 ], "relative wind speed": [ 7.8623668213459785, 7.974167732957053, - 7.750785414450693, + 7.750785414450692, 7.303181553613977, 6.878943526891484, 6.749024006938405, @@ -171638,27 +123206,27 @@ 7.469954168167089 ], "relative wind angle": [ - 0.04758824211313766, + 0.047588242113144656, 0.010493402141366251, - 0.06356523528282032, + 0.06356523528282207, 0.08398153824538193, - 0.05439782023606659, - 0.012398349278137996, - 0.07034909538708936, + 0.054397820236066596, + 0.012398349278137995, + 0.07034909538708778, 0.08210231131940392 ], "resistance": [ - 42712.96664263889, + 42712.96664263883, 43816.74567442524, - 41829.90084446194, + 41829.90084446192, 38821.726141097985, 36507.83846893905, 36042.989926747585, - 37129.25717220753, + 37129.257172207544, 39870.38576213454 ], "fuel": [ - 37.35690705934922, + 37.356907059349204, 37.70629482516128, 37.08064768689911, 36.16134509148135, @@ -171698,50 +123266,50 @@ ], "ice resistance": 36856.65026459771, "wind resistance": [ - 3343.507817907317, + 3343.5078179072443, 4207.623654757295, - 1871.8459031907369, - -1403.3476573817643, + 1871.8459031907114, + -1403.347657381757, -3759.0648596399296, -4123.797910859463, - -2723.8660404144284, + -2723.8660404144175, 342.17098416707813 ], "relative wind speed": [ - 7.933031517326334, + 7.9330315173263335, 8.019748852388764, 7.747910043417466, - 7.251554187433471, + 7.25155418743347, 6.807523638093894, 6.705146939680681, 7.01749649784101, 7.529298041970193 ], "relative wind angle": [ - 0.04618763873847987, + 0.04618763873848709, 0.017386066370033405, - 0.07278764208288167, - 0.09078380878590692, + 0.07278764208288473, + 0.0907838087859057, 0.05383083602946461, 0.02079520583889768, - 0.08037929906008409, - 0.08742621443256998 + 0.08037929906008272, + 0.08742621443256997 ], "resistance": [ - 40200.158082505026, + 40200.15808250495, 41064.27391935501, - 38728.49616778844, - 35453.30260721594, + 38728.49616778842, + 35453.302607215956, 33097.585404957776, 32732.852353738246, - 34132.784224183284, + 34132.78422418329, 37198.82124876478 ], "fuel": [ - 36.57841626500828, + 36.57841626500826, 36.843476541903954, 36.13339183409564, - 35.17191226827094, + 35.171912268270944, 34.50503757658425, 34.4036321987988, 34.79554635112232, @@ -171778,19 +123346,19 @@ ], "ice resistance": 24074.132507848244, "wind resistance": [ - 3825.625615451645, + 3825.6256154515904, 3452.7853487847788, - 729.0956801400753, + 729.0956801400825, -2291.28517304705, - -3900.230471675939, + -3900.2304716759645, -3742.9559521324554, - -1720.8190321511538, + -1720.8190321511465, 1389.7915648870585 ], "relative wind speed": [ - 7.973953321104163, + 7.973953321104161, 7.936410091493976, - 7.581206871230408, + 7.581206871230407, 7.090628299913342, 6.753506445208502, 6.797586022423948, @@ -171798,31 +123366,31 @@ 7.6757261014896105 ], "relative wind angle": [ - 0.024516461873166143, + 0.02451646187317067, 0.03698051312542783, - 0.08060743028211421, + 0.08060743028211283, 0.08045580771343122, - 0.028948050093643426, + 0.02894805009364726, 0.043179568026930376, - 0.08498465270910652, + 0.0849846527091052, 0.07431111657282426 ], "resistance": [ - 27899.75812329989, + 27899.758123299835, 27526.917856633023, - 24803.22818798832, + 24803.228187988327, 21782.847334801194, - 20173.902036172305, + 20173.90203617228, 20331.17655571579, - 22353.31347569709, + 22353.313475697098, 25463.924072735303 ], "fuel": [ - 33.10664424119423, + 33.10664424119422, 33.01020170632667, 32.32135694681688, 31.589755157897336, - 31.213891489007075, + 31.213891489007064, 31.250207412197476, 31.72533418156954, 32.4859167559694 @@ -171858,47 +123426,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2139.6254937091926, + 2139.6254937091708, 796.7591031868797, - -907.073094596899, - -2017.9013499054772, + -907.0730945969026, + -2017.9013499054709, -2106.359137751162, -1221.2242505098084, 432.07635998148, - 1931.5464821763508 + 1931.5464821763635 ], "relative wind speed": [ - 5.185119752020181, + 5.185119752020179, 4.931325497109823, - 4.5117837754647265, - 4.161837080778898, + 4.511783775464726, + 4.161837080778897, 4.121904509226492, 4.422396688168763, 4.8496773902420305, - 5.15312291130585 + 5.153122911305849 ], "relative wind angle": [ - 0.03280166422718216, + 0.03280166422718555, 0.1008336707559927, - 0.11818118639360911, - 0.06152953815752625, - 0.041266927213611526, + 0.1181811863936091, + 0.06152953815752264, + 0.04126692721361152, 0.11248421393853625, - 0.10991251360207073, - 0.04968243152955504 + 0.10991251360207074, + 0.04968243152955056 ], "resistance": [ - 98774.12549370919, + 98774.12549370917, 97431.25910318688, 95727.4269054031, 94616.59865009453, 94528.14086224884, 95413.27574949019, 97066.57635998148, - 98566.04648217635 + 98566.04648217636 ], "fuel": [ - 47.62820162081724, + 47.62820162081723, 46.929116173286225, 46.0517729239624, 45.48559846519621, @@ -171938,9 +123506,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1978.4765286822321, + 1978.4765286820939, 1105.1373390530407, - -310.73181113642477, + -310.7318111364257, -1470.0834400032554, -1760.4894585026732, -1336.229965820342, @@ -171950,7 +123518,7 @@ "relative wind speed": [ 4.521573165896557, 4.357361596159883, - 3.9803116587944087, + 3.9803116587944083, 3.5853890189765463, 3.4312173192747344, 3.637482110878032, @@ -171958,17 +123526,17 @@ 4.400325189034227 ], "relative wind angle": [ - 0.007399212991075169, + 0.007399212991120183, 0.0940416439688801, - 0.13740556138969548, - 0.10109732632560438, + 0.13740556138969545, + 0.10109732632560436, 0.009750565076976416, 0.11272565818851381, - 0.13514066805891445, + 0.13514066805891448, 0.08232691306685429 ], "resistance": [ - 98612.97652868222, + 98612.97652868208, 97739.63733905302, 96323.76818886356, 95164.41655999672, @@ -171978,7 +123546,7 @@ 97930.66570915234 ], "fuel": [ - 45.23385407571638, + 45.2338540757163, 44.77896148625615, 44.0475139144287, 43.454139781780995, @@ -172018,9 +123586,9 @@ ], "ice resistance": 93261.88182043853, "wind resistance": [ - -2484.2435809608505, + -2484.243580960876, -4183.82532807648, - -3992.5539055025183, + -3992.553905502551, -1793.3402025064897, 1550.4504982640246, 4147.535816466192, @@ -172028,7 +123596,7 @@ 749.9399959601178 ], "relative wind speed": [ - 7.065519508803092, + 7.065519508803091, 6.705793391242044, 6.759576537120428, 7.188182205887557, @@ -172038,19 +123606,19 @@ 7.592868348440901 ], "relative wind angle": [ - 0.08633014887251239, + 0.08633014887251497, 0.030299552121560835, - 0.047640888493610395, + 0.047640888493615065, 0.0917235600304733, - 0.07912739956122379, + 0.0791273995612238, 0.025326708724146448, - 0.04036667050544399, + 0.040366670505444, 0.08682218931545432 ], "resistance": [ - 90777.63823947767, + 90777.63823947766, 89078.05649236205, - 89269.32791493602, + 89269.32791493597, 91468.54161793205, 94812.33231870255, 97409.41763690472, @@ -172058,9 +123626,9 @@ 94011.82181639865 ], "fuel": [ - 56.77069085279278, + 56.77069085279276, 55.93760180874052, - 56.03082113643762, + 56.030821136437595, 57.11242584851435, 58.79143402479222, 60.12420708536308, @@ -172098,9 +123666,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1421.0996780856258, + -1421.0996780856385, -3328.8246458944286, - -3529.898816131159, + -3529.8988161311427, -2141.0777288863283, 578.0412353855718, 3103.3066156365385, @@ -172118,19 +123686,19 @@ 6.680449738735829 ], "relative wind angle": [ - 0.10618453567631335, + 0.10618453567631544, 0.057669553526553625, - 0.03285880510421038, + 0.03285880510420701, 0.09884910089979321, - 0.10014689168239532, + 0.10014689168239534, 0.04777733597914346, 0.02670125822632615, - 0.08907677196916856 + 0.08907677196916858 ], "resistance": [ - 95213.40032191435, + 95213.40032191433, 93305.67535410554, - 93104.60118386881, + 93104.60118386883, 94493.42227111364, 97212.54123538555, 99737.80661563651, @@ -172138,9 +123706,9 @@ 98047.52302517461 ], "fuel": [ - 53.197897066962085, + 53.19789706696208, 52.23203231915594, - 52.131019104282245, + 52.13101910428226, 52.831787340544324, 54.22457631004431, 55.54270923896462, @@ -172178,9 +123746,9 @@ ], "ice resistance": 33133.51852279205, "wind resistance": [ - 2781.4460326435546, + 2781.446032643489, 3184.8262503652077, - 1212.9347351080505, + 1212.934735108065, -1373.24853202156, -3098.7463920035043, -3268.243644579019, @@ -172188,9 +123756,9 @@ 494.4475026931432 ], "relative wind speed": [ - 7.830531671964641, + 7.83053167196464, 7.871833586037122, - 7.630330686043268, + 7.630330686043267, 7.2304115355449445, 6.900569721186524, 6.853417011705587, @@ -172198,19 +123766,19 @@ 7.5270337962079195 ], "relative wind angle": [ - 0.032572613441242126, + 0.03257261344124894, 0.01888691942457858, - 0.06101306050966658, - 0.07049871962739107, + 0.06101306050966476, + 0.07049871962739108, 0.03696417461396657, - 0.02169392423052756, + 0.021693924230527555, 0.06538014404121359, 0.06771619301913959 ], "resistance": [ - 35914.96455543561, + 35914.96455543554, 36318.34477315726, - 34346.4532579001, + 34346.45325790012, 31760.269990770492, 30034.772130788548, 29865.274878213033, @@ -172218,9 +123786,9 @@ 33627.96602548519 ], "fuel": [ - 35.305023052088444, + 35.30502305208842, 35.42197870330511, - 34.85600495427648, + 34.856004954276486, 34.13564861971072, 33.66886979772491, 33.623615275422395, @@ -172258,9 +123826,9 @@ ], "ice resistance": 52883.5350449386, "wind resistance": [ - 3929.987772471988, + 3929.9877724719227, 3230.890852853445, - 423.3770222812818, + 423.3770222812709, -2508.696002960056, -3906.860158265321, -3612.0882652958426, @@ -172268,9 +123836,9 @@ 1662.7916720130124 ], "relative wind speed": [ - 7.981027072619271, + 7.98102707261927, 7.910526032104449, - 7.53512577411742, + 7.535125774117419, 7.049713086118927, 6.7442269259167125, 6.826783126593341, @@ -172278,19 +123846,19 @@ 7.712518094989811 ], "relative wind angle": [ - 0.018617692369440653, - 0.042020045662009384, - 0.08217827733120867, + 0.01861769236944662, + 0.04202004566200939, + 0.08217827733121001, 0.07701915711360975, 0.022032435471362306, 0.04869558827602807, 0.08554788451222324, - 0.07038874746360284 + 0.07038874746360285 ], "resistance": [ - 56813.52281741059, + 56813.52281741053, 56114.42589779205, - 53306.912067219884, + 53306.91206721988, 50374.83904197854, 48976.67488667328, 49271.44677964276, @@ -172298,9 +123866,9 @@ 54546.32671695162 ], "fuel": [ - 42.16122870976149, + 42.16122870976147, 41.90560229648851, - 40.89734493127574, + 40.897344931275725, 39.875665391082734, 39.399740035195414, 39.4994732042749, @@ -172338,17 +123906,17 @@ ], "ice resistance": 67932.13989873667, "wind resistance": [ - 2023.1642907734786, + 2023.1642907733985, 3052.6613678719223, - 1643.7649159224056, + 1643.7649159223474, -648.6981374692587, -2507.157303900469, -2938.439281161438, - -2239.8976203401435, + -2239.897620340129, -196.47693894678378 ], "relative wind speed": [ - 7.726162709856945, + 7.726162709856944, 7.832800093764984, 7.67755178095958, 7.340318132342432, @@ -172358,33 +123926,33 @@ 7.412099409689335 ], "relative wind angle": [ - 0.03988047724272285, + 0.039880477242731215, 0.00459150592891581, - 0.046764037936040524, + 0.04676403793604766, 0.06429225135036633, 0.04396364880475583, - 0.005220089854838935, - 0.05084210046730244, - 0.06366877662137199 + 0.0052200898548389356, + 0.050842100467300255, + 0.06366877662137198 ], "resistance": [ - 69955.30418951015, + 69955.30418951006, 70984.80126660859, - 69575.90481465908, + 69575.90481465902, 67283.44176126742, 65424.9825948362, 64993.70061757523, - 65692.24227839653, + 65692.24227839654, 67735.66295978989 ], "fuel": [ - 47.30496931438174, + 47.3049693143817, 47.73506189992204, - 47.147462301984646, + 47.14746230198462, 46.20714609949212, 45.45920109362619, 45.28746709072801, - 45.56596970744017, + 45.565969707440175, 46.39108862834517 ] }, @@ -172418,9 +123986,9 @@ ], "ice resistance": 83359.02003589201, "wind resistance": [ - 3384.238689350681, + 3384.2386893503026, 2139.10024895109, - -315.82298389802236, + -315.8229838980478, -2513.985571563393, -3200.4703126712957, -2678.184577935921, @@ -172428,7 +123996,7 @@ 1905.934075314064 ], "relative wind speed": [ - 7.87930681569857, + 7.879306815698568, 7.751078381791258, 7.401376814143824, 7.020751450891516, @@ -172438,19 +124006,19 @@ 7.721339907906059 ], "relative wind angle": [ - 0.002804792380025833, - 0.04526938347466735, - 0.07006575092006076, + 0.0028047923800654157, + 0.045269383474667343, + 0.07006575092006392, 0.054439940912062994, - 0.0032295556008342047, + 0.0032295556008342043, 0.05021736050564789, 0.07048633312537643, - 0.049496144693509 + 0.049496144693509006 ], "resistance": [ - 86743.25872524269, + 86743.25872524231, 85498.1202848431, - 83043.197051994, + 83043.19705199396, 80845.03446432862, 80158.54972322071, 80680.8354579561, @@ -172458,9 +124026,9 @@ 85264.95411120608 ], "fuel": [ - 54.81067216575332, + 54.81067216575313, 54.21797834611684, - 53.06631908779683, + 53.06631908779681, 52.05414185714633, 51.74172390116909, 51.97925563198865, @@ -172498,9 +124066,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2876.0354955305556, + 2876.0354955304174, 2370.077158522614, - 295.24065753455216, + 295.2406575345376, -1881.8645075188906, -2919.6619616773824, -2707.374367791879, @@ -172508,7 +124076,7 @@ 1198.1039920315743 ], "relative wind speed": [ - 7.657929226940663, + 7.657929226940662, 7.6045641830698765, 7.317793705477466, 6.95073780176997, @@ -172518,9 +124086,9 @@ 7.450935655525077 ], "relative wind angle": [ - 0.014854376758933833, - 0.03294782870067843, - 0.06400041440116767, + 0.014854376758948781, + 0.03294782870067842, + 0.06400041440116941, 0.05921893498895532, 0.016922786252451055, 0.03694395333970028, @@ -172528,9 +124096,9 @@ 0.05523924166711263 ], "resistance": [ - 99510.53549553058, + 99510.53549553045, 99004.57715852265, - 96929.74065753458, + 96929.74065753457, 94752.63549248115, 93714.83803832265, 93927.12563220815, @@ -172538,9 +124106,9 @@ 97832.6039920316 ], "fuel": [ - 60.19613455017138, + 60.19613455017131, 59.93056245075667, - 58.85146564236919, + 58.85146564236918, 57.736402892494006, 57.211074600689265, 57.31820755464419, @@ -172578,54 +124146,54 @@ ], "ice resistance": 75739.64718132981, "wind resistance": [ - 2126.454891921898, + 2126.4548919218323, 2785.1910295303824, - 1283.6676686816463, + 1283.667668681639, -899.9826609983975, -2512.672685072499, -2788.5365842777537, -1918.879912840821, - 105.40728914777719 + 105.40728914775173 ], "relative wind speed": [ - 7.732347636818211, + 7.7323476368182105, 7.800725397894089, - 7.624023998044485, + 7.624023998044484, 7.294455449422887, 6.9986745581442555, 6.9223788406929865, 7.1165232820996, - 7.453963056241197 + 7.453963056241198 ], "relative wind angle": [ - 0.03286346566252881, + 0.03286346566253556, 0.010242258747620093, 0.04816320939318882, 0.060246449203086826, 0.036309995129946926, 0.01154190297726969, - 0.051600822785535135, - 0.05895572122986308 + 0.05160082278553514, + 0.05895572122986685 ], "resistance": [ - 77866.1020732517, + 77866.10207325165, 78524.8382108602, - 77023.31485001146, + 77023.31485001145, 74839.66452033141, 73226.97449625732, 72951.11059705206, 73820.767268489, - 75845.0544704776 + 75845.05447047757 ], "fuel": [ - 50.711140751395455, + 50.71114075139542, 51.00527713905926, 50.33717699077397, 49.38053753805299, 48.6854218737764, 48.567485922158724, 48.94023795047129, - 49.81878670269538 + 49.81878670269536 ] }, { @@ -172658,17 +124226,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1327.9269965989124, + 1327.9269965988906, 547.3994012476478, - -502.1842304588836, + -502.18423045888994, -1226.5452940167952, - -1316.6307393371126, + -1316.6307393371044, -827.5537530734018, - 170.40621198665758, + 170.4062119866603, 1114.7034915849663 ], "relative wind speed": [ - 4.4775940217573575, + 4.477594021757357, 4.311476874443154, 4.022808942848047, 3.773676474765579, @@ -172678,19 +124246,19 @@ 4.439344628879573 ], "relative wind angle": [ - 0.021541875883376176, + 0.021541875883381332, 0.07736379170982388, - 0.09330288184322331, + 0.09330288184322569, 0.05217999002479619, - 0.025872742563921594, - 0.08512663212340621, - 0.08903902187735933, + 0.025872742563917306, + 0.0851266321234062, + 0.08903902187735808, 0.04435014856745777 ], "resistance": [ - 97962.42699659888, + 97962.42699659886, 97181.89940124762, - 96132.31576954109, + 96132.31576954108, 95407.95470598318, 95317.86926066286, 95806.94624692657, @@ -172698,9 +124266,9 @@ 97749.20349158494 ], "fuel": [ - 45.29544345945174, + 45.29544345945173, 44.89064792615598, - 44.34988892894541, + 44.349888928945404, 43.9790795141592, 43.9331001633113, 44.18308670122196, @@ -172738,9 +124306,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 965.2144370483893, + 965.2144370483784, -72.05444524905215, - -1032.3191758603944, + -1032.3191758604053, -1369.3757850550728, -1170.927254167319, -306.1574960204689, @@ -172748,7 +124316,7 @@ 1437.3785676444604 ], "relative wind speed": [ - 4.872774213978664, + 4.872774213978663, 4.639367472375038, 4.375227002314134, 4.242098327614485, @@ -172758,9 +124326,9 @@ 4.950014488516818 ], "relative wind angle": [ - 0.047045774748227416, - 0.07637030791331756, - 0.06207643184460153, + 0.047045774748229775, + 0.07637030791331754, + 0.06207643184460511, 0.00704515854151032, 0.05294089991226537, 0.07736607190642358, @@ -172768,9 +124336,9 @@ 0.006037596390357722 ], "resistance": [ - 97599.71443704845, + 97599.71443704843, 96562.445554751, - 95602.18082413966, + 95602.18082413965, 95265.12421494498, 95463.57274583275, 96328.34250397958, @@ -172778,9 +124346,9 @@ 98071.87856764451 ], "fuel": [ - 46.81561498996061, + 46.8156149899606, 46.27956429260071, - 45.78687739278023, + 45.78687739278021, 45.61475595086938, 45.716044568067005, 46.15913581296905, @@ -172818,9 +124386,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 80.6341687426584, + 80.63416874265658, -803.2448153891187, - -1183.7882994336296, + -1183.7882994336342, -1048.6772564103112, -330.4699653185762, 630.5853113233925, @@ -172828,7 +124396,7 @@ 981.177727810631 ], "relative wind speed": [ - 3.257955130186903, + 3.2579551301869025, 2.903619972799195, 2.6908616551775055, 2.782211282412369, @@ -172838,11 +124406,11 @@ 3.5371738477113785 ], "relative wind angle": [ - 0.141135533329788, + 0.14113553332978804, 0.1308583393177109, - 0.02881563753507956, + 0.02881563753508341, 0.09692291532285113, - 0.1481612819998616, + 0.14816128199986162, 0.11042094951752965, 0.021494543372239265, 0.07619039992150058 @@ -172850,7 +124418,7 @@ "resistance": [ 96715.13416874268, 95831.2551846109, - 95450.71170056639, + 95450.71170056637, 95585.8227435897, 96304.03003468143, 97265.0853113234, @@ -172860,7 +124428,7 @@ "fuel": [ 41.94190445019924, 41.487781292815995, - 41.293159243911205, + 41.29315924391119, 41.36219763521157, 41.73032398395681, 42.22592781145756, @@ -172898,9 +124466,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 410.3442341271475, + 410.3442341271402, -784.0801041211853, - -1472.2546566524352, + -1472.2546566524406, -1450.3744399020716, -707.4281761834272, 499.48696411254787, @@ -172908,7 +124476,7 @@ 1450.1848924290052 ], "relative wind speed": [ - 3.8379751997794505, + 3.83797519977945, 3.4476298555786142, 3.1515870168323086, 3.164415134565028, @@ -172918,13 +124486,13 @@ 4.09857140167395 ], "relative wind angle": [ - 0.12514370076480844, - 0.13612813430186116, - 0.057979208413345494, + 0.1251437007648111, + 0.13612813430186113, + 0.05797920841334933, 0.06628563981764375, - 0.13825997416657795, + 0.13825997416657798, 0.12140231342632053, - 0.04446558559733878, + 0.044465585597338785, 0.05116250565665495 ], "resistance": [ @@ -172965,68 +124533,7 @@ "id": "3346", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.058296230057518, - 13.058296230057518, - 13.058296230057518, - 13.058296230057518, - 13.058296230057518, - 13.058296230057518, - 13.058296230057518, - 13.058296230057518 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -124.46796270022514, - -1353.612947939535, - -1738.4439408223047, - -1414.1386877861332, - -225.64553363455707, - 1189.0604885369412, - 2034.3651506549213, - 1275.7155756326047 - ], - "relative wind speed": [ - 3.693423815471755, - 3.242618900497987, - 3.024697738921609, - 3.216223352862858, - 3.660638979245481, - 4.065351138979086, - 4.229995367045671, - 4.086265356234826 - ], - "relative wind angle": [ - 0.16390268931731328, - 0.13545647461426807, - 0.005493842452892751, - 0.12920333000188353, - 0.16538407826509993, - 0.10792252095465955, - 0.0039284137577467425, - 0.10158546398583135 - ], - "resistance": [ - 96510.03203729977, - 95280.88705206045, - 94896.05605917767, - 95220.36131221385, - 96408.85446636543, - 97823.56048853692, - 98668.8651506549, - 97910.2155756326 - ], - "fuel": [ - 43.099917202072724, - 42.4701294388727, - 42.27410580432173, - 42.43926256560112, - 43.04786363313544, - 43.77915517386336, - 44.21966541762805, - 43.82419108104328 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -55, -68.125 -54.375, -67.5 -54.375, -67.5 -55, -68.125 -55))", @@ -173045,68 +124552,7 @@ "id": "3347", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.499532260780079, - 12.499532260780079, - 12.499532260780079, - 12.499532260780079, - 12.499532260780079, - 12.499532260780079, - 12.499532260780079, - 12.499532260780079 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 615.1204264521666, - -730.1433839201882, - -1578.4110165409888, - -1620.6525607473332, - -875.375386317327, - 445.725512749882, - 1621.5340165545995, - 1719.8558961278895 - ], - "relative wind speed": [ - 3.7663521313444033, - 3.3185246400427095, - 2.942776900785505, - 2.9164294608091845, - 3.2618876981924436, - 3.7165459698934344, - 4.020619833446702, - 4.039772138750647 - ], - "relative wind angle": [ - 0.14398115857008809, - 0.17036907022981398, - 0.08685891722008607, - 0.06918600583359513, - 0.16644205728760178, - 0.15197296173761365, - 0.06353671475890701, - 0.049928301273142656 - ], - "resistance": [ - 97249.62042645218, - 95904.35661607982, - 95056.08898345902, - 95013.84743925268, - 95759.12461368268, - 97080.2255127499, - 98256.03401655461, - 98354.3558961279 - ], - "fuel": [ - 43.05087246276816, - 42.358176290764376, - 41.92485265846196, - 41.90334424353688, - 42.28379693452485, - 42.96327793330828, - 43.57349307305354, - 43.62475274083986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -53.125, -67.5 -52.5, -66.875 -52.5, -66.875 -53.125, -67.5 -53.125))", @@ -173138,17 +124584,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1894.0111557368255, + 1894.0111557368036, -102.73304389282566, - -1967.1447105451116, + -1967.144710545128, -2641.1209374590235, -2270.20026519977, -614.2430715885966, - 1463.3940702760628, + 1463.3940702760483, 2775.4202730015895 ], "relative wind speed": [ - 6.596011920436426, + 6.596011920436424, 6.264378859088513, 5.884353039614481, 5.688704186275639, @@ -173158,33 +124604,33 @@ 6.702392437680927 ], "relative wind angle": [ - 0.04915883384143289, + 0.04915883384143515, 0.08099995804637697, - 0.06678360548501448, + 0.06678360548501781, 0.008522691673679604, 0.05579933910890409, - 0.08227199269309066, - 0.06016008392915629, + 0.08227199269309064, + 0.060160083929158135, 0.00723367187693432 ], "resistance": [ - 98528.51115573685, + 98528.51115573684, 96531.7669561072, - 94667.35528945492, + 94667.3552894549, 93993.379062541, 94364.29973480025, 96020.25692841143, - 98097.89407027609, + 98097.89407027607, 99409.92027300163 ], "fuel": [ - 54.257954516826175, + 54.25795451682616, 53.22271959729973, 52.26948750426038, 51.9280815029839, 52.11576406895867, 52.959908406444896, - 54.03344141341843, + 54.03344141341842, 54.71965101072931 ] }, @@ -173205,68 +124651,7 @@ "id": "3358", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.808983944621524, - 18.808983944621524, - 18.808983944621524, - 18.808983944621524, - 18.808983944621524, - 18.808983944621524, - 18.808983944621524, - 18.808983944621524 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1546.7288454023965, - -649.5248053602991, - -2368.1477015777145, - -2742.115294311361, - -1979.754310051405, - 2.7302848295421427, - 2100.229546682631, - 2980.7798774852017 - ], - "relative wind speed": [ - 5.644384067948529, - 5.189989579104212, - 4.7396972549321434, - 4.589606815168542, - 4.853402414852524, - 5.336533957148324, - 5.740196550519519, - 5.860895476731005 - ], - "relative wind angle": [ - 0.08900358021925982, - 0.12279584424777155, - 0.0839267351615066, - 0.01608326418652383, - 0.10355729752862898, - 0.11940744807549468, - 0.06927261862984017, - 0.012594428326814105 - ], - "resistance": [ - 98181.22884540244, - 95984.97519463974, - 94266.35229842232, - 93892.38470568869, - 94654.74568994864, - 96637.23028482958, - 98734.72954668268, - 99615.27987748524 - ], - "fuel": [ - 49.59309045682478, - 48.45807092453437, - 47.58240798771363, - 47.393322125872885, - 47.77933872966504, - 48.79328136409768, - 49.8819702219884, - 50.34389115144478 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -55, -66.875 -54.375, -66.25 -54.375, -66.25 -55, -66.875 -55))", @@ -173285,68 +124670,7 @@ "id": "3359", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 62948.738140492715, - "wind resistance": [ - 2786.827060208525, - -736.2469405727425, - -3691.768949330428, - -4457.785776612851, - -3504.078960829913, - -420.20491410151226, - 3053.8296778853364, - 4867.977264099412 - ], - "relative wind speed": [ - 7.880494332329691, - 7.372448117861871, - 6.842652236771067, - 6.627254579241829, - 6.881019176954537, - 7.422777417175557, - 7.91383132257116, - 8.09506717559618 - ], - "relative wind angle": [ - 0.06817486113920837, - 0.0997129100795837, - 0.07329318777359287, - 0.0038159806357062013, - 0.07809622372933671, - 0.09903459131438135, - 0.06335822343009143, - 0.0031240574480493485 - ], - "resistance": [ - 65735.56520070124, - 62212.49119991997, - 59256.96919116229, - 58490.952363879864, - 59444.659179662805, - 62528.5332263912, - 66002.56781837805, - 67816.71540459213 - ], - "fuel": [ - 45.58330198470401, - 44.19662855174857, - 43.068966838319575, - 42.78200161660732, - 43.13961229729265, - 44.319136184893935, - 45.6902763475007, - 46.42413740687604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -50.625, -65 -50, -64.375 -50, -64.375 -50.625, -65 -50.625))", @@ -173378,54 +124702,54 @@ ], "ice resistance": 59408.84560695599, "wind resistance": [ - 2685.7485266773438, + 2685.7485266773, -460.3672079275202, - -3221.3567748197383, + -3221.3567748197565, -4032.3111212589683, - -3317.5122904566415, + -3317.5122904566524, -622.4845750990498, - 2549.05171094455, - 4382.534361458282 + 2549.051710944532, + 4382.534361456979 ], "relative wind speed": [ - 7.8518278319459505, + 7.851827831945949, 7.403726144033378, - 6.918629462920279, + 6.918629462920278, 6.699097188387265, 6.899115575476391, 7.377928924194013, 7.834638624793962, - 8.023159781958965 + 8.023159781958967 ], "relative wind angle": [ - 0.05848725009766374, + 0.05848725009766754, 0.08953839514751619, - 0.06904032637150029, + 0.0690403263715019, 0.0019331976055064963, - 0.06657509322192497, + 0.06657509322192663, 0.08985231345501886, - 0.060957600305820786, - 0.0016141615713165262 + 0.060957600305822604, + 0.0016141615714540868 ], "resistance": [ - 62094.594133633334, + 62094.59413363329, 58948.47839902847, - 56187.48883213625, + 56187.48883213624, 55376.53448569702, - 56091.33331649935, + 56091.33331649934, 58786.36103185694, - 61957.89731790054, - 63791.37996841427 + 61957.897317900526, + 63791.37996841297 ], "fuel": [ - 44.15102319870886, + 44.15102319870885, 42.95313741954146, - 41.932232828093284, + 41.93223282809328, 41.6377633770211, - 41.89718946883594, + 41.89718946883593, 42.892408957773284, - 44.09821041149783, - 44.81236420400124 + 44.09821041149782, + 44.81236420400073 ] }, { @@ -173458,41 +124782,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1302.0196698418586, + 1302.0196698418404, -1207.6523470012762, - -2934.7559088307407, + -2934.755908830746, -3145.8910209854657, - -1969.5527817953352, + -1969.552781795328, 419.1554239316065, 2674.5050143310837, 3174.073732939509 ], "relative wind speed": [ - 6.624488654189305, + 6.624488654189304, 6.174706740658131, - 5.787178136960652, + 5.7871781369606525, 5.71774324571137, - 6.016512761785634, + 6.016512761785635, 6.477288970632951, 6.825748673464095, 6.884016844716044 ], "relative wind angle": [ - 0.07856200177465054, + 0.07856200177465196, 0.09460837395697427, - 0.052731298418345694, - 0.02657633707256816, + 0.052731298418347804, + 0.026576337072568162, 0.08651973680082468, - 0.09017649081032642, - 0.044702147604514825, + 0.09017649081032643, + 0.04470214760451483, 0.022073031862224327 ], "resistance": [ - 97936.51966984186, + 97936.51966984184, 95426.84765299872, 93699.74409116925, 93488.60897901453, - 94664.94721820466, + 94664.94721820467, 97053.6554239316, 99309.00501433108, 99808.5737329395 @@ -173502,7 +124826,7 @@ 53.182698504183584, 52.30632867946896, 52.19995552454604, - 52.7947254826223, + 52.794725482622304, 54.01832739959369, 55.19310421554442, 55.45588244063271 @@ -173538,19 +124862,19 @@ ], "ice resistance": 69953.09440373656, "wind resistance": [ - 1472.8431595686452, + 1472.8431595686125, -1552.7972418421705, - -3590.752311039716, + -3590.7523110397196, -3805.9130178974083, -2334.7289425174204, 567.3966937927507, - 3257.58571009132, + 3257.5857100913454, 3768.0411250058387 ], "relative wind speed": [ - 7.6836046767949995, + 7.683604676794999, 7.216824268927597, - 6.825379171958698, + 6.825379171958697, 6.765164325877519, 7.078620971685026, 7.553946197945991, @@ -173558,33 +124882,33 @@ 7.960980299807255 ], "relative wind angle": [ - 0.07066115002249644, + 0.07066115002249958, 0.08296633812518013, 0.04445371580490067, - 0.025000767046125274, - 0.0767117024429837, - 0.07925571270509404, - 0.03835781964505582, - 0.021244795805590026 + 0.025000767046125277, + 0.07671170244298371, + 0.07925571270509403, + 0.03835781964505293, + 0.021244795805590022 ], "resistance": [ - 71425.9375633052, + 71425.93756330517, 68400.29716189438, 66362.34209269684, 66147.18138583915, 67618.36546121913, 70520.4910975293, - 73210.68011382787, + 73210.6801138279, 73721.1355287424 ], "fuel": [ - 47.920562249869576, + 47.92056224986957, 46.66281194468393, 45.83483913727163, 45.748326393694356, 46.34330437511736, 47.540598982373595, - 48.67844791193296, + 48.67844791193297, 48.89739108135066 ] }, @@ -173618,9 +124942,9 @@ ], "ice resistance": 46075.4856038479, "wind resistance": [ - -3457.927000845837, + -3457.927000845855, -5429.118467248063, - -4993.306545188556, + -4993.306545188563, -1911.2220589681565, 2463.740686419733, 5676.532931031998, @@ -173628,7 +124952,7 @@ 668.062269301081 ], "relative wind speed": [ - 6.929490490702143, + 6.9294904907021415, 6.48669708918129, 6.611068472661328, 7.207673793149429, @@ -173638,9 +124962,9 @@ 7.618930491272067 ], "relative wind angle": [ - 0.110924975926172, - 0.0319301640529376, - 0.07179200427837082, + 0.110924975926173, + 0.031930164052937596, + 0.07179200427837237, 0.12207965441510119, 0.09758892775009836, 0.025130046310691764, @@ -173648,9 +124972,9 @@ 0.11545971319942104 ], "resistance": [ - 42617.558603002064, + 42617.55860300204, 40646.36713659983, - 41082.17905865934, + 41082.179058659334, 44164.26354487974, 48539.22629026763, 51752.0185348799, @@ -173658,9 +124982,9 @@ 46743.54787314898 ], "fuel": [ - 37.32691967655281, + 37.326919676552805, 36.714940206601895, - 36.8489981757417, + 36.84899817574169, 37.817235718935905, 39.252329549754634, 40.351558907417086, @@ -173698,19 +125022,19 @@ ], "ice resistance": 53525.50239148167, "wind resistance": [ - -3504.0761927964413, + -3504.076192796463, -4883.217958808258, - -4248.766300073421, + -4248.766300073428, -1229.2744264323228, 2661.222215914553, 5219.292125921285, - 3721.293910486671, + 3721.2939104866527, 23.350335724302568 ], "relative wind speed": [ - 6.898137848602113, + 6.898137848602112, 6.56544227785358, - 6.744949483378092, + 6.744949483378091, 7.30428732685774, 7.878868819823774, 8.158176717531992, @@ -173718,33 +125042,33 @@ 7.503883414940137 ], "relative wind angle": [ - 0.09206050686644832, - 0.015289830141304523, - 0.0730365292691838, - 0.10925485037315223, + 0.09206050686645073, + 0.015289830141304521, + 0.07303652926918382, + 0.10925485037315225, 0.08057452674065267, 0.012304602179104906, - 0.06148256784422956, + 0.06148256784423137, 0.10633762057313655 ], "resistance": [ - 50021.42619868523, + 50021.42619868521, 48642.28443267341, - 49276.73609140825, + 49276.73609140824, 52296.227965049344, 56186.72460739622, 58744.79451740296, - 57246.79630196834, + 57246.79630196832, 53548.85272720597 ], "fuel": [ - 39.75467915838707, + 39.75467915838706, 39.286993743791, - 39.50126574372678, + 39.501265743726776, 40.54155952295863, 41.931954174874164, 42.87685407394739, - 42.32056898766072, + 42.320568987660714, 40.98307778534995 ] }, @@ -173778,9 +125102,9 @@ ], "ice resistance": 93676.49588549025, "wind resistance": [ - -4613.363328137762, + -4613.363328137784, -5254.42641813921, - -3688.4629075507146, + -3688.4629075507182, 150.9398687030589, 4120.193606022975, 5630.634168733599, @@ -173788,9 +125112,9 @@ -1403.2321664485935 ], "relative wind speed": [ - 6.685951535380863, + 6.6859515353808625, 6.503686405425635, - 6.877411966075243, + 6.877411966075242, 7.534924573340774, 8.073148820686317, 8.220689931769252, @@ -173798,19 +125122,19 @@ 7.287152495212099 ], "relative wind angle": [ - 0.07769552078982764, - 0.019178946652784204, + 0.07769552078983051, + 0.019178946652784207, 0.10127728512563584, 0.1142009948975916, - 0.0643248457910437, + 0.06432484579104368, 0.015172813315602739, - 0.08801188471197643, + 0.08801188471197645, 0.11810181958550171 ], "resistance": [ - 89063.13255735248, + 89063.13255735247, 88422.06946735104, - 89988.03297793954, + 89988.03297793953, 93827.43575419331, 97796.68949151323, 99307.13005422385, @@ -173818,9 +125142,9 @@ 92273.26371904166 ], "fuel": [ - 55.930334104630354, + 55.93033410463035, 55.61892961910925, - 56.382310863793506, + 56.38231086379349, 58.29256820315895, 60.32509769174193, 61.11394569737241, @@ -173858,50 +125182,50 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -4565.631547895928, + -4565.631547895964, -3991.1320619430426, - -1183.0741611162302, - 2470.5539171192067, + -1183.0741611162448, + 2470.553917119214, 4907.0597204337755, 3553.4312486722993, 94.19604668970715, -3230.97722257673 ], "relative wind speed": [ - 6.052083772246578, + 6.0520837722465775, 6.227526992428646, - 6.790990290945093, - 7.371368734107145, + 6.790990290945092, + 7.371368734107144, 7.656747882199767, 7.514746414645913, 7.00970448636392, 6.3965951180052505 ], "relative wind angle": [ - 0.018193796323913266, + 0.018193796323919372, 0.07869235838720334, - 0.11843871484746178, - 0.08764872754959277, + 0.11843871484746271, + 0.0876487275495915, 0.014380530952867144, 0.0651918337423817, 0.11472666813002477, 0.10104806729459319 ], "resistance": [ - 92068.86845210407, + 92068.86845210404, 92643.36793805695, 95451.42583888376, - 99105.0539171192, + 99105.05391711922, 101541.55972043378, 100187.9312486723, 96728.6960466897, 93403.52277742326 ], "fuel": [ - 54.460456855084544, + 54.46045685508452, 54.74725198923936, 56.16673091661161, - 58.05757162569822, + 58.05757162569823, 59.346129835331425, 58.627529506296355, 56.82210191906203, @@ -173938,54 +125262,54 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 3005.157297610549, + 3005.157297610498, -155.3149818586644, - -3074.6312362285535, + -3074.631236228568, -4114.081922067611, - -3500.4451287622796, + -3500.4451287622705, -871.57897633432, 2399.0243455215423, - 4454.856002306926 + 4454.856002307035 ], "relative wind speed": [ - 7.360240766567666, + 7.3602407665676655, 6.884296797249278, - 6.333951861064714, + 6.333951861064713, 6.050678912354995, 6.238904056589775, 6.76043826808294, 7.27860713261073, - 7.51574032739021 + 7.515740327390209 ], "relative wind angle": [ - 0.0644384374251831, + 0.06443843742518827, 0.10661242033163956, - 0.08885211433619745, + 0.0888521143361987, 0.010294799400432562, - 0.07604080912049854, - 0.10857331616753614, - 0.07729567647231841, - 0.008287957774154933 + 0.07604080912049709, + 0.10857331616753615, + 0.07729567647231843, + 0.008287957774141538 ], "resistance": [ - 99639.65729761061, + 99639.65729761055, 96479.18501814139, - 93559.8687637715, + 93559.86876377149, 92520.41807793245, - 93134.05487123778, + 93134.0548712378, 95762.92102366574, 99033.5243455216, - 101089.35600230699 + 101089.35600230709 ], "fuel": [ - 57.945486460831276, + 57.94548646083125, 56.30067887949915, - 54.81439846586038, + 54.814398465860364, 54.29284994998649, 54.600258506018456, 55.93307917044456, 57.62715552307826, - 58.71238907771334 + 58.71238907771339 ] }, { @@ -174018,9 +125342,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1784.9304730120693, + 1784.930473012062, -619.0122248534408, - -2547.0669861323167, + -2547.066986132326, -2999.9682433831167, -2227.229467528776, -82.16685279857847, @@ -174028,29 +125352,29 @@ 3306.816931278994 ], "relative wind speed": [ - 5.846782798022583, + 5.846782798022582, 5.368912414316905, 4.8823899287595145, 4.70574173421473, - 4.9735504297026365, + 4.973550429702636, 5.485968688521825, 5.923119241379133, 6.064409921411794 ], "relative wind angle": [ - 0.08941690010903437, + 0.08941690010903562, 0.1268789075489189, - 0.08997021028301999, - 0.012536540945434833, - 0.10517004588317556, + 0.08997021028302246, + 0.012536540945434832, + 0.1051700458831745, 0.12415748977612961, 0.07412974109361938, - 0.009727757494016987 + 0.009727757494016989 ], "resistance": [ 98419.43047301208, 96015.48777514657, - 94087.4330138677, + 94087.43301386769, 93634.5317566169, 94407.27053247124, 96552.33314720144, @@ -174098,54 +125422,54 @@ ], "ice resistance": 81813.62657970247, "wind resistance": [ - 2388.4190235962815, + 2388.419023596267, -872.6096987835881, - -3511.7833951900175, + -3511.783395190021, -4132.562244768636, - -3124.4269698568824, - -219.6545995874476, - 2939.149086999678, - 4411.273785114085 + -3124.4269698568714, + -219.65459958745123, + 2939.1490869996596, + 4411.273785113768 ], "relative wind speed": [ - 7.816793298868455, + 7.816793298868454, 7.339843646546129, - 6.862529171229295, + 6.862529171229294, 6.688520632624294, 6.941224179044867, 7.443758850557176, 7.885971338714009, - 8.034086278348706 + 8.034086278348708 ], "relative wind angle": [ - 0.0656282214255289, - 0.09179291205213727, + 0.0656282214255306, + 0.09179291205213728, 0.0639921921024051, 0.007800635635990773, - 0.0739208551049368, - 0.09050794330234692, - 0.0556780430117523, - 0.006494148580039449 + 0.0739208551049353, + 0.09050794330234693, + 0.05567804301175429, + 0.006494148580073641 ], "resistance": [ - 84202.04560329876, + 84202.04560329873, 80941.01688091888, - 78301.84318451246, + 78301.84318451244, 77681.06433493384, - 78689.19960984559, + 78689.1996098456, 81593.97198011502, - 84752.77566670215, - 86224.90036481655 + 84752.77566670213, + 86224.90036481623 ], "fuel": [ - 53.60716637593809, + 53.60716637593808, 52.097963011277784, 50.905525453337354, 50.62880887857453, - 51.078918875819525, + 51.07891887581954, 52.3969820974468, - 53.86594983084316, - 54.56322936843887 + 53.86594983084315, + 54.563229368438726 ] }, { @@ -174178,17 +125502,17 @@ ], "ice resistance": 47210.2061501785, "wind resistance": [ - -752.4011316349752, + -752.4011316350043, -3578.4257627309016, - -4297.035943963925, + -4297.035943964085, -3354.4656548949642, - -375.095210961932, + -375.0952109619393, 2957.7135875598324, 4660.865583713701, 2639.201947222151 ], "relative wind speed": [ - 7.364770791864878, + 7.364770791864876, 6.857866162027102, 6.656143552135604, 6.903514057843395, @@ -174198,29 +125522,29 @@ 7.855543851654371 ], "relative wind angle": [ - 0.0958785023488841, + 0.09587850234888642, 0.06964141162669898, - 0.004532865688435078, + 0.004532865688459571, 0.0753770916978932, - 0.09510047883984091, + 0.09510047883984207, 0.06047761929848762, - 0.0037404620133056313, + 0.003740462013305631, 0.06622767714219677 ], "resistance": [ - 46457.80501854353, + 46457.8050185435, 43631.780387447594, - 42913.17020621458, + 42913.17020621442, 43855.740495283535, - 46835.11093921657, + 46835.11093921656, 50167.91973773833, 51871.0717338922, 49849.40809740065 ], "fuel": [ - 38.5606911023048, + 38.56069110230479, 37.647430130121336, - 37.41994248426295, + 37.419942484262904, 37.71872106838025, 38.68487035951557, 39.80477289543508, @@ -174258,54 +125582,54 @@ ], "ice resistance": 78217.50522089493, "wind resistance": [ - 1020.8882485016729, + 1020.8882485016293, -1590.5251070048544, - -3215.5023706782813, + -3215.5023706783068, -3285.319194228832, - -1846.0173780719051, + -1846.0173780719233, 725.2216493714768, - 2965.576879313001, - 3131.6591337803256 + 2965.5768793129646, + 3131.6591337802893 ], "relative wind speed": [ - 7.604930314489483, + 7.604930314489481, 7.194675718726016, 6.876142776780871, 6.856705733976699, - 7.149751213461795, + 7.149751213461796, 7.562443309209914, 7.853188398094352, - 7.870164800071886 + 7.870164800071887 ], "relative wind angle": [ - 0.06431293728242049, - 0.07051178089171302, - 0.03317746757278449, - 0.026884881728179027, - 0.068413539510339, + 0.06431293728242395, + 0.07051178089171303, + 0.03317746757278784, + 0.026884881728179023, + 0.06841353951034225, 0.0670774527778647, - 0.029048486167184855, - 0.023422174150619438 + 0.029048486167188674, + 0.02342217415062418 ], "resistance": [ - 79238.3934693966, + 79238.39346939657, 76626.98011389008, - 75002.00285021665, + 75002.00285021662, 74932.18602666611, - 76371.48784282303, + 76371.48784282301, 78942.72687026642, - 81183.08210020793, - 81349.16435467526 + 81183.0821002079, + 81349.16435467522 ], "fuel": [ - 51.325712990260456, + 51.325712990260435, 50.162228016843045, - 49.45104613474328, + 49.451046134743265, 49.42071049395298, 50.04975917663994, 51.19270828162338, - 52.20863109598576, - 52.28468718422903 + 52.20863109598575, + 52.284687184229 ] }, { @@ -174338,19 +125662,19 @@ ], "ice resistance": 94453.75965189468, "wind resistance": [ - 532.3250776085588, + 532.3250776085224, -2489.7790524296943, - -3984.8488041413184, + -3984.848804141351, -3726.9598580435522, - -1554.856694786904, + -1554.856694786893, 1615.1824100221784, 3984.8527180361016, 3373.5945131384615 ], "relative wind speed": [ - 7.553978974142337, + 7.553978974142336, 7.0564347005699135, - 6.73389906637921, + 6.733899066379209, 6.806208966322444, 7.221979521560183, 7.708846597786984, @@ -174358,19 +125682,19 @@ 7.930643483247191 ], "relative wind angle": [ - 0.08340099683122218, + 0.08340099683122618, 0.07983831084495477, - 0.024743836270647412, + 0.0247438362706519, 0.0480863695074688, - 0.08724454017507016, + 0.0872445401750689, 0.07306885656143818, 0.02084769647133122, 0.04126432205121716 ], "resistance": [ - 94986.08472950324, + 94986.0847295032, 91963.980599465, - 90468.91084775336, + 90468.91084775333, 90726.79979385113, 92898.90295710778, 96068.94206191687, @@ -174378,9 +125702,9 @@ 97827.35416503315 ], "fuel": [ - 58.879816949667706, + 58.879816949667685, 57.358573682328746, - 56.618562128975924, + 56.6185621289759, 56.74561527232447, 57.82555708756206, 59.43316744040298, @@ -174418,11 +125742,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -407.60149453631493, + -407.60149453632584, -1901.7157310934817, - -2276.9862770925283, + -2276.9862770926266, -1753.7412699982615, - -158.78465907449026, + -158.7846590744848, 1612.8616580502185, 2499.257504956626, 1402.1759610002082 @@ -174438,19 +125762,19 @@ 5.3809357739974075 ], "relative wind angle": [ - 0.11118757004799847, + 0.11118757004800148, 0.08083766826040957, - 0.006623100780359492, + 0.006623100780393019, 0.08904489915551111, - 0.10989638735357694, + 0.10989638735357593, 0.06853795748320654, - 0.005299801157759863, + 0.005299801157759864, 0.07677729572461801 ], "resistance": [ - 96226.89850546369, + 96226.89850546367, 94732.78426890651, - 94357.51372290748, + 94357.51372290737, 94880.75873000173, 96475.71534092551, 98247.36165805021, @@ -174458,9 +125782,9 @@ 98036.6759610002 ], "fuel": [ - 47.63450921433548, + 47.634509214335466, 46.871267538728745, - 46.68087246075879, + 46.680872460758735, 46.94648705381459, 47.76241972235832, 48.679838585461475, @@ -174498,51 +125822,51 @@ ], "ice resistance": 42008.84309699975, "wind resistance": [ - -2839.970515303936, + -2839.9705153039795, -3579.4929427320058, - -2968.466543135586, + -2968.4665431356007, -604.6005920228454, - 2199.3840477226804, + 2199.384047722706, 3835.7541935938934, 2381.9382058897354, -387.6442781570877 ], "relative wind speed": [ - 6.973738570739323, + 6.9737385707393225, 6.777689931986864, 6.947866363688721, 7.366957857619955, - 7.773061281171723, + 7.773061281171722, 7.94458498096107, 7.796195503333095, 7.4014487269668985 ], "relative wind angle": [ - 0.06095103589056589, + 0.06095103589057136, 0.002552424144491831, - 0.057650803914920994, + 0.05765080391492292, 0.07928113845218199, - 0.05467668020170496, + 0.0546766802017009, 0.0021775252395270384, - 0.05137177163734639, + 0.051371771637346395, 0.0789109165031228 ], "resistance": [ - 39168.87258169582, + 39168.872581695774, 38429.35015426774, - 39040.37655386416, + 39040.376553864146, 41404.24250497691, - 44208.227144722434, + 44208.227144722456, 45844.59729059364, 44390.78130288949, 41621.19881884266 ], "fuel": [ - 36.265714862812814, + 36.26571486281279, 36.043916901511324, - 36.22703018751754, + 36.227030187517535, 36.94852065777728, - 37.831302589929614, + 37.83130258992962, 38.36000169894016, 37.8897907069554, 37.0157810208017 @@ -174565,68 +125889,7 @@ "id": "3400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.748810680401435, - 12.748810680401435, - 12.748810680401435, - 12.748810680401435, - 12.748810680401435, - 12.748810680401435, - 12.748810680401435, - 12.748810680401435 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -480.98794557580095, - -1074.709212721822, - -1124.8283359871066, - -660.1525788436657, - 216.65656716351805, - 1014.5079053177597, - 1132.679251675906, - 424.4776963666791 - ], - "relative wind speed": [ - 3.445249964741211, - 3.2018412272868435, - 3.1722970624995623, - 3.378624871256185, - 3.6762655657357803, - 3.8901013591692193, - 3.91423136472802, - 3.7375887693395398 - ], - "relative wind angle": [ - 0.10794298967112875, - 0.05635108973701105, - 0.036619249848241886, - 0.10216593682725916, - 0.1011358692096448, - 0.04637319202516872, - 0.02967587129946542, - 0.09232428332156592 - ], - "resistance": [ - 96153.5120544242, - 95559.79078727818, - 95509.67166401289, - 95974.34742115633, - 96851.15656716352, - 97649.00790531776, - 97767.1792516759, - 97058.97769636668 - ], - "fuel": [ - 42.67556809932055, - 42.37144367985604, - 42.345830980702324, - 42.583655633915335, - 43.03460174580855, - 43.447425473466716, - 43.50877101298656, - 43.14190428239564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -56.25, -69.375 -55.625, -68.75 -55.625, -68.75 -56.25, -69.375 -56.25))", @@ -174645,68 +125908,7 @@ "id": "3403", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.833505915870953, - 10.833505915870953, - 10.833505915870953, - 10.833505915870953, - 10.833505915870953, - 10.833505915870953, - 10.833505915870953, - 10.833505915870953 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -590.5647886284796, - -1123.7274943605198, - -1108.657377422208, - -538.3220817098036, - 390.2667376780032, - 1165.900977406594, - 1130.7362041864112, - 329.4149208022641 - ], - "relative wind speed": [ - 2.8493415555475416, - 2.5701618497524557, - 2.580915365979164, - 2.872712286737159, - 3.232273955873883, - 3.4584115272864384, - 3.4503939049974166, - 3.2115208770331924 - ], - "relative wind angle": [ - 0.15349912540711888, - 0.06667987872557393, - 0.07503225965879963, - 0.15548262388463874, - 0.13519456147419526, - 0.04953753221667056, - 0.05610135758420402, - 0.13896669497563127 - ], - "resistance": [ - 96043.93521137157, - 95510.77250563954, - 95525.84262257785, - 96096.17791829025, - 97024.76673767806, - 97800.40097740665, - 97765.23620418647, - 96963.91492080232 - ], - "fuel": [ - 41.26762911213446, - 40.994682187514805, - 41.00238264568982, - 41.29443110590444, - 41.77251811235735, - 42.17431529077162, - 42.156050647929874, - 41.74109011246151 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -56.875, -68.125 -56.25, -67.5 -56.25, -67.5 -56.875, -68.125 -56.875))", @@ -174725,68 +125927,7 @@ "id": "3405", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.90101232892705, - 12.90101232892705, - 12.90101232892705, - 12.90101232892705, - 12.90101232892705, - 12.90101232892705, - 12.90101232892705, - 12.90101232892705 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1326.2327806556796, - 296.6430459870526, - -828.6485459540554, - -1427.0768737882909, - -1360.8703397660238, - -596.1767344289728, - 566.9124097647764, - 1481.3684581426187 - ], - "relative wind speed": [ - 4.029179413844046, - 3.7610759212136635, - 3.381943481826996, - 3.1138775497225386, - 3.1530623088780136, - 3.4684862097864237, - 3.839081525357295, - 4.059538801138099 - ], - "relative wind angle": [ - 0.057185340021245944, - 0.1261596784789498, - 0.13016712314227222, - 0.04740788477775714, - 0.07310025432120791, - 0.13686637867120324, - 0.11459459934640724, - 0.03635870534505458 - ], - "resistance": [ - 97960.73278065569, - 96931.14304598705, - 95805.85145404594, - 95207.42312621171, - 95273.62966023397, - 96038.32326557103, - 97201.41240976477, - 98115.86845814262 - ], - "fuel": [ - 43.72714185957958, - 43.193661846550604, - 42.61510562115363, - 42.30934948807586, - 42.34311096100756, - 42.73424226994568, - 43.333319597959246, - 43.807867074931835 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -57.5, -68.75 -56.875, -68.125 -56.875, -68.125 -57.5, -68.75 -57.5))", @@ -174805,68 +125946,7 @@ "id": "3406", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.124324738320539, - 13.124324738320539, - 13.124324738320539, - 13.124324738320539, - 13.124324738320539, - 13.124324738320539, - 13.124324738320539, - 13.124324738320539 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1085.0121486823527, - -198.97572288793344, - -1289.2712406934806, - -1590.616966935284, - -1257.533694944259, - -145.83695203385741, - 1130.3637227610834, - 1837.427000688217 - ], - "relative wind speed": [ - 4.043601862497558, - 3.6775408442581163, - 3.2764128003103927, - 3.101039562616685, - 3.2900101819298695, - 3.694668639865993, - 4.054627255563468, - 4.190278827319496 - ], - "relative wind angle": [ - 0.0969039775653241, - 0.14864059638352936, - 0.11592946645718093, - 0.002792271160465554, - 0.1191960085062527, - 0.14794644225606346, - 0.09360578484039543, - 0.002066434861652982 - ], - "resistance": [ - 97719.51214868235, - 96435.52427711207, - 95345.22875930651, - 95043.88303306472, - 95376.96630505574, - 96488.66304796614, - 97764.86372276109, - 98471.92700068821 - ], - "fuel": [ - 43.77737124181337, - 43.11383553369639, - 42.55521190821271, - 42.401594702083045, - 42.571410445526496, - 43.141174751969274, - 43.800920069655035, - 44.16905284303297 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -57.5, -68.125 -56.875, -67.5 -56.875, -67.5 -57.5, -68.125 -57.5))", @@ -174885,68 +125965,7 @@ "id": "3407", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.036801150853252, - 13.036801150853252, - 13.036801150853252, - 13.036801150853252, - 13.036801150853252, - 13.036801150853252, - 13.036801150853252, - 13.036801150853252 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1402.7817786732758, - 264.3199571744708, - -940.670236703806, - -1548.3923939492388, - -1445.784413696707, - -582.1248168388984, - 681.4562956466389, - 1642.850103332018 - ], - "relative wind speed": [ - 4.091154376573913, - 3.7949258228580884, - 3.3877761714651182, - 3.110841434060147, - 3.1712172503092715, - 3.5203268286657465, - 3.9137112302355823, - 4.13724891126381 - ], - "relative wind angle": [ - 0.0648444949375575, - 0.13575191354173802, - 0.13656638899398724, - 0.04459287385420762, - 0.08369426990569752, - 0.14641458105520785, - 0.11812161016750784, - 0.03352502406995073 - ], - "resistance": [ - 98037.28177867328, - 96898.81995717448, - 95693.82976329619, - 95086.10760605076, - 95188.7155863033, - 96052.3751831611, - 97315.95629564664, - 98277.35010333202 - ], - "fuel": [ - 43.87333064455467, - 43.28334508504012, - 42.6641363133839, - 42.3538954962752, - 42.40618021463935, - 42.847817537116455, - 43.498958014229515, - 43.998357080054596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -55.625, -66.25 -55, -65.625 -55, -65.625 -55.625, -66.25 -55.625))", @@ -174965,68 +125984,7 @@ "id": "3408", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 37737.4823843654, - "wind resistance": [ - 4402.723540531813, - 801.3565840427218, - -3054.082983412729, - -5007.501872713339, - -4705.565662166173, - -1976.5009572804083, - 2051.5373788676734, - 5114.235673292576 - ], - "relative wind speed": [ - 8.094715763402984, - 7.625849403780449, - 6.9901919149228355, - 6.564636874044669, - 6.650384120125116, - 7.183206324919148, - 7.803156363167695, - 8.164409038468744 - ], - "relative wind angle": [ - 0.05047974834247793, - 0.1051335083227556, - 0.10365728971841837, - 0.03391953635898236, - 0.06145553453039529, - 0.11163829212015973, - 0.09282489848671917, - 0.027271335906030814 - ], - "resistance": [ - 42140.205924897215, - 38538.83896840812, - 34683.39940095267, - 32729.980511652062, - 33031.916722199225, - 35760.98142708499, - 39789.019763233075, - 42851.71805765798 - ], - "fuel": [ - 37.17739323169746, - 36.07662650315137, - 34.951690542255136, - 34.40283571535324, - 34.48674341709202, - 35.260537018630814, - 36.45327852135943, - 37.40057800226202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -56.25, -66.25 -55.625, -65.625 -55.625, -65.625 -56.25, -66.25 -56.25))", @@ -175045,68 +126003,7 @@ "id": "3410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 52620.68854957373, - "wind resistance": [ - 3010.716568605516, - -902.1168594532937, - -4121.858646389679, - -4923.440720137729, - -3778.2381922506756, - -324.2790416203279, - 3499.9378569519504, - 5393.435877180029 - ], - "relative wind speed": [ - 7.926039593799838, - 7.359759489372103, - 6.77565556350703, - 6.548971309382519, - 6.846456635837302, - 7.4518462388511875, - 7.986649096686266, - 8.173557787020775 - ], - "relative wind angle": [ - 0.07667639352183112, - 0.11059707556006514, - 0.08002367574262285, - 0.007073365633591407, - 0.08879679489262932, - 0.10922486820624161, - 0.06786956368869733, - 0.0056674377922697125 - ], - "resistance": [ - 55631.405118179246, - 51718.571690120436, - 48498.82990318405, - 47697.247829436004, - 48842.450357323054, - 52296.4095079534, - 56120.626406525684, - 58014.124426753755 - ], - "fuel": [ - 41.73004696151487, - 40.33991750950794, - 39.23875277635781, - 38.970605711367995, - 39.35443361899827, - 40.54162308916813, - 41.90786153352945, - 42.60447492541266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -56.875, -67.5 -56.25, -66.875 -56.25, -66.875 -56.875, -67.5 -56.875))", @@ -175125,68 +126022,7 @@ "id": "3412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.735894749573692, - 21.735894749573692, - 21.735894749573692, - 21.735894749573692, - 21.735894749573692, - 21.735894749573692, - 21.735894749573692, - 21.735894749573692 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3775.9463829785363, - 2302.2804018738043, - -372.535883766177, - -2704.7082215674, - -3385.1897181366803, - -2761.296881959168, - -467.65681425009643, - 2221.6917730138102 - ], - "relative wind speed": [ - 6.7246177532302065, - 6.547565217524361, - 6.085939171978561, - 5.580403198788865, - 5.3509035099764635, - 5.566151455215934, - 6.0674538889977745, - 6.535422896728589 - ], - "relative wind angle": [ - 0.001383314159887356, - 0.07323833881648664, - 0.11310078414929933, - 0.08832699712617209, - 0.0017384467238048937, - 0.08618123488597515, - 0.11344684392907521, - 0.07539317080571958 - ], - "resistance": [ - 100410.44638297854, - 98936.78040187381, - 96261.96411623382, - 93929.7917784326, - 93249.31028186332, - 93873.20311804084, - 96166.84318574991, - 98856.19177301381 - ], - "fuel": [ - 54.46451090547053, - 53.688717969911984, - 52.30123971824035, - 51.11322305384296, - 50.770397599331844, - 51.084648093894195, - 52.252388885292284, - 53.646526139388754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -56.875, -66.875 -56.25, -66.25 -56.25, -66.25 -56.875, -66.875 -56.875))", @@ -175205,68 +126041,7 @@ "id": "3413", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 46686.875049363094, - "wind resistance": [ - 3892.526339167569, - 1372.8394902531873, - -1805.6647447178257, - -3843.1684098481273, - -3978.538114497096, - -2295.995047800192, - 804.8785227167609, - 3571.787494350163 - ], - "relative wind speed": [ - 7.985937063305402, - 7.676179489669282, - 7.179772457942298, - 6.780216355882049, - 6.74223510796385, - 7.092897396164409, - 7.594984692697439, - 7.953715559256865 - ], - "relative wind angle": [ - 0.026092168668201084, - 0.076573256890074, - 0.08675523643523042, - 0.043163792495383234, - 0.03090665697723196, - 0.08288413960512311, - 0.08200142132549984, - 0.036792238683165494 - ], - "resistance": [ - 50579.40138853066, - 48059.71453961628, - 44881.21030464527, - 42843.70663951497, - 42708.336934866, - 44390.8800015629, - 47491.753572079855, - 50258.66254371326 - ], - "fuel": [ - 39.94590697797395, - 39.09156277293151, - 38.04753222082766, - 37.39805452115566, - 37.3554511294015, - 37.88982236234263, - 38.90224833573194, - 39.835842618439564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -57.5, -67.5 -56.875, -66.875 -56.875, -66.875 -57.5, -67.5 -57.5))", @@ -175285,68 +126060,7 @@ "id": "3414", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.96065505068125, - 21.96065505068125, - 21.96065505068125, - 21.96065505068125, - 21.96065505068125, - 21.96065505068125, - 21.96065505068125, - 21.96065505068125 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3278.23978692333, - 1821.1059988396973, - -575.4304687943531, - -2545.6612796868776, - -3030.9332041475627, - -2329.226293770962, - -210.91831903637467, - 2128.9694829019554 - ], - "relative wind speed": [ - 6.699665736419946, - 6.51460672923321, - 6.094544383412929, - 5.665538454216669, - 5.500912898167467, - 5.7188690189944005, - 6.164583720868307, - 6.561039377779774 - ], - "relative wind angle": [ - 0.0052522736564652745, - 0.06893243432165387, - 0.0985072755404787, - 0.07047499413985935, - 0.006396857522235277, - 0.07854242199371374, - 0.09738450626298213, - 0.060843195861718005 - ], - "resistance": [ - 99912.73978692335, - 98455.60599883973, - 96059.06953120568, - 94088.83872031316, - 93603.56679585247, - 94305.27370622907, - 96423.58168096366, - 98763.46948290199 - ], - "fuel": [ - 54.50913317176388, - 53.744697179010934, - 52.50461811494138, - 51.50113644822629, - 51.2561938127595, - 51.61066530009761, - 52.69185551353901, - 53.90554906313352 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -58.125, -68.75 -57.5, -68.125 -57.5, -68.125 -58.125, -68.75 -58.125))", @@ -175365,68 +126079,7 @@ "id": "3420", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.747610343911273, - 13.747610343911273, - 13.747610343911273, - 13.747610343911273, - 13.747610343911273, - 13.747610343911273, - 13.747610343911273, - 13.747610343911273 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1268.6547656965558, - -99.34891257559502, - -1323.07157403154, - -1726.7119630087664, - -1428.7623342762618, - -276.354833816923, - 1117.667741197506, - 1967.6025785993352 - ], - "relative wind speed": [ - 4.251533240222967, - 3.8869726019439494, - 3.4667618254922146, - 3.258117403158756, - 3.4236168501846236, - 3.832509780982426, - 4.216426173301125, - 4.3796527507124265 - ], - "relative wind angle": [ - 0.0888073063534909, - 0.14477756071449163, - 0.12028516589339809, - 0.008447762516836606, - 0.11036212940552159, - 0.14684976856283513, - 0.09882137609740903, - 0.006284437931644995 - ], - "resistance": [ - 97903.15476569656, - 96535.1510874244, - 95311.42842596846, - 94907.78803699123, - 95205.73766572373, - 96358.14516618308, - 97752.16774119751, - 98602.10257859934 - ], - "fuel": [ - 44.38019169693502, - 43.672517553893826, - 43.045381348440024, - 42.839744914219615, - 42.99147812048801, - 43.58146044343907, - 44.301743586425175, - 44.74444826664889 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -58.125, -65.625 -57.5, -65 -57.5, -65 -58.125, -65.625 -58.125))", @@ -175458,19 +126111,19 @@ ], "ice resistance": 9573.210519303526, "wind resistance": [ - 2724.4038496114517, + 2724.4038496113317, 1274.8415945239358, - -854.9410061145536, + -854.9410061145609, -2441.9144036802754, -2722.739925596845, -1893.2513787791577, - 74.22272702272676, + 74.22272702274131, 2053.528393232842 ], "relative wind speed": [ - 7.790630157244225, + 7.790630157244223, 7.620686295167015, - 7.29992248833512, + 7.2999224883351195, 7.009958145718757, 6.932346657305249, 7.118742080920479, @@ -175478,27 +126131,27 @@ 7.720870107655332 ], "relative wind angle": [ - 0.009475718996615685, + 0.009475718996627401, 0.046687753628577786, 0.05882405005520159, - 0.03585172010583882, + 0.035851720105838814, 0.010648935537201639, 0.0499823718532414, - 0.057658547731333464, + 0.057658547731331534, 0.03254938781122756 ], "resistance": [ - 12297.614368914978, + 12297.614368914858, 10848.052113827462, - 8718.269513188972, + 8718.269513188965, 7131.29611562325, 6850.470593706681, 7679.959140524368, - 9647.433246326253, + 9647.433246326267, 11626.738912536368 ], "fuel": [ - 29.51291871180549, + 29.51291871180546, 29.225020766045475, 28.816207269015692, 28.52256053797037, @@ -175538,51 +126191,51 @@ ], "ice resistance": 24704.350953845846, "wind resistance": [ - 2064.854178517584, + 2064.8541785174057, 835.7738294379451, - -842.3967361887626, + -842.3967361887917, -2003.0227300079678, - -2147.4741847148107, + -2147.4741847148725, -1380.6345353411562, 213.7260249883766, 1718.6655783221831 ], "relative wind speed": [ - 7.693525820734858, + 7.693525820734857, 7.542376762655944, - 7.284968371595317, + 7.284968371595316, 7.069374198637229, - 7.02966215856694, + 7.029662158566941, 7.191595260305576, 7.4522295618665595, 7.657051525067872 ], "relative wind angle": [ - 0.010881519447058948, + 0.010881519447079354, 0.03897932679969191, - 0.04558267174947275, + 0.04558267174947519, 0.024832273173466125, - 0.011909189338653734, + 0.011909189338663057, 0.040881640714113925, 0.04455890833279982, - 0.022926052804245416 + 0.02292605280424542 ], "resistance": [ - 26769.20513236343, + 26769.20513236325, 25540.12478328379, - 23861.954217657083, + 23861.954217657054, 22701.328223837878, - 22556.876769131035, + 22556.876769130973, 23323.71641850469, 24918.076978834222, 26423.01653216803 ], "fuel": [ - 32.815798060115085, + 32.815798060115036, 32.505000572036764, - 32.089718902469514, + 32.08971890246951, 31.808639318383797, - 31.77400691356695, + 31.774006913566936, 31.95874559000914, 32.34984574871797, 32.72768870205114 @@ -175618,53 +126271,53 @@ ], "ice resistance": 47634.40752171468, "wind resistance": [ - 2006.3697113447051, + 2006.3697113446178, 736.7678128549378, - -925.0421157180281, + -925.0421157180499, -2022.230314213164, - -2121.4913989519882, + -2121.49139895193, -1294.9152353632708, - 309.3027901406058, + 309.3027901406422, 1768.4804624611752 ], "relative wind speed": [ - 7.687144306214103, + 7.687144306214101, 7.527989365491844, 7.270574992931859, 7.0636797338092014, 7.036392289093406, 7.206412432244962, - 7.466039331715775, + 7.466039331715774, 7.662077567392947 ], "relative wind angle": [ - 0.012726477964728916, + 0.01272647796473764, 0.0397648549363731, - 0.0447713604363106, - 0.02278349045204375, - 0.013903543136719855, + 0.04477136043631308, + 0.022783490452043746, + 0.01390354313671187, 0.04154031021790298, - 0.043598472403977136, + 0.04359847240397204, 0.021003858045737667 ], "resistance": [ - 49640.77723305939, + 49640.7772330593, 48371.17533456962, - 46709.36540599665, + 46709.365405996636, 45612.17720750152, - 45512.91612276269, + 45512.91612276275, 46339.49228635141, - 47943.71031185529, + 47943.71031185532, 49402.88798417586 ], "fuel": [ - 39.62488886515882, + 39.624888865158795, 39.19588941797444, - 38.643426025585825, + 38.64342602558582, 38.284301386213585, - 38.252032838770525, + 38.252032838770546, 38.52186100897067, - 39.05279835387424, + 39.05279835387425, 39.54404927247623 ] }, @@ -175698,9 +126351,9 @@ ], "ice resistance": 48024.31381942079, "wind resistance": [ - -71.29352165487217, + -71.29352165490491, -2780.372711880551, - -3804.3373418431875, + -3804.337341843122, -3302.4774623107005, -952.3472701709507, 2045.0906152561656, @@ -175708,9 +126361,9 @@ 2787.0266494067655 ], "relative wind speed": [ - 7.456672379793589, + 7.456672379793587, 6.993969981008059, - 6.748314657114115, + 6.748314657114114, 6.8885341681094125, 7.316553836878902, 7.76004554962676, @@ -175718,9 +126371,9 @@ 7.8537901705045 ], "relative wind angle": [ - 0.08232381109944752, + 0.08232381109945021, 0.06915557878342084, - 0.010417890299616182, + 0.010417890299605524, 0.055754040297163805, 0.0839040605871392, 0.06231916656968516, @@ -175728,9 +126381,9 @@ 0.048895839657549726 ], "resistance": [ - 47953.02029776592, + 47953.02029776589, 45243.941107540246, - 44219.976477577606, + 44219.97647757767, 44721.83635711009, 47071.966549249846, 50069.40443467696, @@ -175738,9 +126391,9 @@ 50811.34046882756 ], "fuel": [ - 39.055907566486056, + 39.05590756648604, 38.16477667561037, - 37.83506319853551, + 37.83506319853553, 37.99617304306033, 38.76309513259453, 39.77107661112747, @@ -175778,49 +126431,49 @@ ], "ice resistance": 49145.735630665935, "wind resistance": [ - 1783.2294034511651, + 1783.229403451107, -1009.7036761355484, - -3136.4177982121473, + -3136.4177982121582, -3547.7390412497007, - -2512.8333256824517, + -2512.8333256824444, 43.50788601824752, - 2669.056567999829, + 2669.056567999807, 3647.118305740354 ], "relative wind speed": [ - 7.716423381736619, + 7.716423381736617, 7.299224243432041, - 6.9092787325569285, + 6.909278732556928, 6.79464040869107, - 7.034625701510361, + 7.03462570151036, 7.466624003567855, - 7.828857896423861, + 7.8288578964238615, 7.928556633028749 ], "relative wind angle": [ - 0.05968563576692815, - 0.07775716191177992, - 0.049456007832661214, + 0.059685635766933726, + 0.07775716191177995, + 0.04945600783266121, 0.012355322676329286, - 0.06547829639966327, + 0.06547829639966156, 0.0760104626761364, - 0.04364295831725064, + 0.04364295831725318, 0.010588233310695692 ], "resistance": [ - 50928.9650341171, + 50928.96503411704, 48136.03195453039, - 46009.31783245379, + 46009.31783245377, 45597.99658941623, - 46632.90230498348, + 46632.902304983494, 49189.24351668418, - 51814.79219866576, + 51814.792198665746, 52792.85393640629 ], "fuel": [ - 40.066298767352905, + 40.06629876735289, 39.11709260173694, - 38.41377366338817, + 38.41377366338816, 38.27968919845645, 38.618253401527596, 39.471628028748086, @@ -175858,19 +126511,19 @@ ], "ice resistance": 33137.77763601663, "wind resistance": [ - 3072.881013105496, + 3072.8810131053797, 839.9707413406977, - -1786.8079690417544, + -1786.8079690417471, -3313.3589166416023, - -3290.198179479641, + -3290.1981794796193, -1702.1194051702805, 937.9825521214516, 3127.9588198167257 ], "relative wind speed": [ - 7.867123005992889, + 7.867123005992888, 7.580571915686653, - 7.161946242582305, + 7.161946242582304, 6.855076382431328, 6.861528114939063, 7.176846235960791, @@ -175878,29 +126531,29 @@ 7.872745407705879 ], "relative wind angle": [ - 0.027568484504277454, - 0.06719954068560988, - 0.07029249642936018, + 0.027568484504289534, + 0.06719954068560986, + 0.0702924964293586, 0.029521867958550916, - 0.03161005847025563, + 0.03161005847025212, 0.07098596979271309, 0.06628153539297925, - 0.025704825814245953 + 0.025704825814245956 ], "resistance": [ - 36210.658649122124, + 36210.65864912201, 33977.74837735733, - 31350.969666974877, + 31350.969666974885, 29824.41871937503, - 29847.57945653699, + 29847.579456537012, 31435.65823084635, 34075.76018813808, 36265.73645583336 ], "fuel": [ - 35.390697054643994, + 35.39069705464396, 34.7517846210395, - 34.02392307288241, + 34.02392307288242, 33.61272297067537, 33.618896890619574, 34.04698912214084, @@ -175938,53 +126591,53 @@ ], "ice resistance": 25636.645904801993, "wind resistance": [ - 3440.837388476735, + 3440.8373884765315, 1473.3639314760912, - -1249.363029259308, + -1249.3630292593225, -3174.563563202806, -3447.032637943459, -2245.5365719132933, - 320.4507180859764, + 320.45071808596185, 2792.8787825379804 ], "relative wind speed": [ - 7.905433858685878, + 7.9054338586858774, 7.671452775587051, - 7.256431677786765, + 7.256431677786764, 6.894845697314549, 6.818936123023715, 7.081143033146027, - 7.5058626186167, + 7.505862618616701, 7.839316115207872 ], "relative wind angle": [ - 0.015819504516152508, + 0.01581950451617356, 0.06164637942031994, - 0.07494546523630317, + 0.07494546523630465, 0.042909495835494596, 0.018340374406779342, 0.06679280498275293, - 0.07245047395929728, + 0.07245047395929882, 0.03773719271164203 ], "resistance": [ - 29077.48329327873, + 29077.483293278525, 27110.009836278085, - 24387.282875542685, + 24387.28287554267, 22462.082341599187, 22189.613266858534, 23391.1093328887, - 25957.09662288797, + 25957.096622887955, 28429.524687339974 ], "fuel": [ - 33.4146838076516, + 33.41468380765155, 32.902972754199254, 32.218590455206, 31.751322034100447, 31.686304716431735, 31.975085759878993, - 32.60981019845303, + 32.609810198453026, 33.24456852574311 ] }, @@ -176018,51 +126671,51 @@ ], "ice resistance": 12721.917306657397, "wind resistance": [ - 3389.5191233032383, + 3389.5191233029836, 2398.6546819148098, - -51.293268976649415, + -51.293268976685795, -2391.6525697240177, - -3289.184710680929, + -3289.1847106807727, -2873.150831055802, -865.1584506522231, 1714.8737262736613 ], "relative wind speed": [ - 7.887466005726277, + 7.887466005726276, 7.785775022763059, - 7.444536618270123, + 7.4445366182701225, 7.047343353657314, - 6.835341488509406, + 6.835341488509405, 6.950951053700816, 7.315250357661098, 7.698633964002164 ], "relative wind angle": [ - 0.008216675546958983, - 0.041905394340290975, - 0.07072590615367026, + 0.008216675546986007, + 0.04190539434029098, + 0.0707259061536734, 0.0593227855089516, - 0.009481456186219475, + 0.009481456186196056, 0.04694182230414657, 0.07197802646089087, 0.054299017276564936 ], "resistance": [ - 16111.436429960635, + 16111.43642996038, 15120.571988572206, - 12670.624037680747, + 12670.62403768071, 10330.264736933379, - 9432.732595976468, + 9432.732595976624, 9848.766475601595, 11856.758856005174, 14436.791032931058 ], "fuel": [ - 30.307730355610307, + 30.307730355610246, 30.09602711756135, - 29.5882671142255, + 29.588267114225488, 29.12407813452207, - 28.95146768756287, + 28.951467687562904, 29.031105263782493, 29.424532917347697, 29.952064299529322 @@ -176098,9 +126751,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -830.0212302066329, + -830.0212302066345, -998.3382847795317, - -729.1934060203553, + -729.1934060203557, 6.944343337419923, 817.5688273881665, 1208.0993322793852, @@ -176108,7 +126761,7 @@ -160.98274754132945 ], "relative wind speed": [ - 2.0664006080073847, + 2.0664006080073842, 1.9136754957067739, 2.134313031141465, 2.535002535962021, @@ -176118,14 +126771,14 @@ 2.4541373441915177 ], "relative wind angle": [ - 0.1663927143919614, - 0.021614824752094773, - 0.18888281754630368, + 0.16639271439196276, + 0.02161482475209477, + 0.18888281754630426, 0.20876118952288317, - 0.11995946422447647, + 0.11995946422447648, 0.013953497824615396, - 0.1431223718576552, - 0.21574691497601606 + 0.14312237185765522, + 0.21574691497601603 ], "resistance": [ 95804.47876979335, @@ -176178,17 +126831,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -872.635971841253, + -872.6359718412534, -1004.1394380061506, - -646.6133772340547, + -646.613377234055, 152.05915998371643, - 984.1493838297135, + 984.1493838297131, 1286.2928956253243, 653.3650716034892, -223.4457781402225 ], "relative wind speed": [ - 1.6521651678850533, + 1.652165167885053, 1.5063364340894219, 1.8372848904433587, 2.324034670501245, @@ -176198,11 +126851,11 @@ 2.1183963826277616 ], "relative wind angle": [ - 0.22473509989974153, - 0.07122746334209293, - 0.2868277975638867, + 0.2247350998997425, + 0.07122746334209294, + 0.28682779756388704, 0.2735719358190005, - 0.13804278436581513, + 0.13804278436581516, 0.03884567985140325, 0.20510726980261573, 0.30091957420736115 @@ -176258,37 +126911,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -744.6837498957975, + -744.6837498957981, -802.9440229711719, - -442.5424187042066, + -442.54241870420697, 242.73137887922462, - 906.7496157371222, + 906.7496157371227, 1040.109112107488, - 461.19881533476723, + 461.19881533476746, -259.43618229134404 ], "relative wind speed": [ - 1.320632412864127, + 1.3206324128641267, 1.24213081212926, - 1.6161417007395487, + 1.6161417007395484, 2.07964533655489, - 2.3829525150215525, + 2.382952515021553, 2.4247976625512435, 2.1933122581806606, 1.7600022536634339 ], "relative wind angle": [ - 0.2301135911774446, + 0.23011359117744556, 0.1357820571177119, - 0.3400301106386513, + 0.34003011063865163, 0.2897251724899903, - 0.12674552615395893, - 0.06939809547853518, - 0.24829418446697088, + 0.12674552615395981, + 0.06939809547853516, + 0.24829418446697044, 0.34433872078307026 ], "resistance": [ - 95889.81625010422, + 95889.81625010421, 95831.55597702884, 96191.9575812958, 96877.23137887924, @@ -176338,19 +126991,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -523.0317762563891, + -523.03177625639, -727.408355031037, - -607.9724958427432, + -607.9724958427437, -122.6463878358752, - 488.1983551551755, + 488.198355155175, 887.5280941143299, 610.8817763557415, 18.73055899735482 ], "relative wind speed": [ - 1.7722003680321186, + 1.7722003680321183, 1.5718554297285454, - 1.7029574234240443, + 1.702957423424044, 2.043819782351184, 2.3566940604614683, 2.494788878262132, @@ -176358,12 +127011,12 @@ 2.1254415391483947 ], "relative wind angle": [ - 0.2022400108899134, + 0.2022400108899145, 0.026627758066477856, - 0.1751717147875984, + 0.17517171478759905, 0.22780198977115693, - 0.15162734980555717, - 0.01677576949628869, + 0.1516273498055572, + 0.016775769496288694, 0.1236054890090877, 0.21890839708838541 ], @@ -176418,19 +127071,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -2014.7434997588152, - -1895.6828995751075, - -781.4822689494831, + -2014.7434997588243, + -1895.6828995751066, + -781.4822689494849, 873.3791144052293, - 2154.0643341189143, + 2154.0643341189234, 1876.1884629160077, 392.5069786081658, -1194.3289733793508 ], "relative wind speed": [ - 3.3817360342400447, + 3.381736034240044, 3.445846284961912, - 3.860620269548949, + 3.8606202695489484, 4.330414605432146, 4.6004343434807025, 4.552612231935473, @@ -176438,31 +127091,31 @@ 3.721242278999615 ], "relative wind angle": [ - 0.051778178876313766, - 0.08936856711076588, - 0.15865752977626668, + 0.05177817887631806, + 0.08936856711076586, + 0.15865752977626738, 0.12853045483926753, - 0.03805383127420632, - 0.06760403853764171, + 0.038053831274203406, + 0.06760403853764173, 0.14551019851170874, - 0.14971829106487028 + 0.1497182910648703 ], "resistance": [ - 94619.75650024123, + 94619.75650024122, 94738.81710042493, 95853.01773105055, 97507.87911440527, - 98788.56433411896, + 98788.56433411897, 98510.68846291605, 97027.0069786082, 95440.1710266207 ], "fuel": [ - 43.21137452793915, + 43.211374527939135, 43.271839847513576, 43.84024686912821, 44.69299648368847, - 45.35992788360773, + 45.35992788360774, 45.21470241493991, 44.44415286707826, 43.629095305592884 @@ -176498,37 +127151,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1767.865363545081, + -1767.8653635450837, -1752.5616022923537, -844.9612932462469, - 644.4120863398766, + 644.4120863398775, 1908.6147870110417, 1873.1505372018828, - 583.8183528435375, + 583.8183528435356, -896.7647568479206 ], "relative wind speed": [ 2.8036288750499314, 2.8134802986692353, 3.234807355541496, - 3.743326429845798, + 3.7433264298457987, 4.059869743841556, 4.053048952945661, - 3.7254393805977406, + 3.725439380597741, 3.214091542814509 ], "relative wind angle": [ - 0.08909427962202215, + 0.08909427962202465, 0.09574841142511241, 0.19596036512844073, - 0.16687170939592105, + 0.16687170939592175, 0.0614833030014588, 0.06641239102273101, - 0.1698818707821294, + 0.16988187078213007, 0.1946755408099956 ], "resistance": [ - 94866.63463645495, + 94866.63463645494, 94881.93839770768, 95789.53870675378, 97278.9120863399, @@ -176538,7 +127191,7 @@ 95737.73524315211 ], "fuel": [ - 41.69476224646985, + 41.694762246469836, 41.702545416693965, 42.16569021973865, 42.932353539374375, @@ -176578,19 +127231,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1221.2371971990515, + -1221.237197199056, -1477.454966395083, - -1149.0216236534625, + -1149.0216236534661, -115.30231429988089, 1046.6370576423378, 1650.3674669262145, - 943.7036679324128, + 943.7036679324137, -236.54582954296802 ], "relative wind speed": [ - 3.490451102978111, + 3.4904511029781102, 3.3500726080919008, - 3.5193872667247987, + 3.5193872667247983, 3.8718498562258232, 4.18477451060444, 4.297976282786825, @@ -176598,13 +127251,13 @@ 3.8346271393356877 ], "relative wind angle": [ - 0.09234786023596352, + 0.09234786023596472, 0.00559804850245343, - 0.09915678889389086, - 0.12271894985831028, + 0.09915678889389197, + 0.12271894985831029, 0.07699243010503026, 0.004363409491183742, - 0.08383864286741555, + 0.08383864286741553, 0.12391628732885583 ], "resistance": [ @@ -176658,11 +127311,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1529.8741489751183, + -1529.874148975122, -1500.7368055796346, - -709.3809763097152, + -709.380976309717, 563.4540952889383, - 1621.1685585773312, + 1621.1685585773293, 1553.3833499800066, 446.77496111089476, -809.387589572073 @@ -176670,39 +127323,39 @@ "relative wind speed": [ 2.812900066749619, 2.8317424267325046, - 3.1973261853677255, + 3.197326185367725, 3.637807893888195, - 3.909905672186207, + 3.9099056721862064, 3.8962807880794457, 3.602342906397967, 3.156916672653653 ], "relative wind angle": [ - 0.07302054369917918, + 0.07302054369918223, 0.08609029147628867, - 0.17273765002686733, - 0.14724212036213724, + 0.172737650026868, + 0.14724212036213727, 0.05251056324403747, 0.0625322641722069, 0.15315321044809635, 0.1698748503379097 ], "resistance": [ - 95104.62585102489, + 95104.62585102487, 95133.76319442036, - 95925.11902369029, + 95925.11902369028, 97197.95409528894, - 98255.66855857734, + 98255.66855857732, 98187.88334998001, 97081.27496111089, 95825.11241042793 ], "fuel": [ - 41.638152536879836, + 41.63815253687983, 41.652997728514705, - 42.057393829633014, + 42.05739382963301, 42.71272219126456, - 43.26188044343436, + 43.26188044343435, 43.22656197206308, 42.652398110101394, 42.00616013731615 @@ -176738,17 +127391,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1151.8183804284672, + -1151.81838042847, -1518.685634000084, - -1266.9587672162916, + -1266.9587672162952, -265.0150862441951, - 958.5939698588481, + 958.5939698588454, 1713.9709987929446, 1122.9839808476281, -72.07058459256132 ], "relative wind speed": [ - 3.324238195260274, + 3.3242381952602735, 3.12901206259773, 3.275181752306218, 3.648356141509858, @@ -176758,11 +127411,11 @@ 3.7105721644055807 ], "relative wind angle": [ - 0.11637800329785944, - 0.010040603833574175, - 0.1044790504126182, + 0.11637800329786135, + 0.010040603833574174, + 0.10447905041262033, 0.14148395684846712, - 0.09656368315659311, + 0.09656368315659426, 0.007555963852175194, 0.0845680130600277, 0.1390961092945342 @@ -176818,31 +127471,31 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 522.433445746171, + 522.4334457461628, 33.49053456330785, -460.988455348911, -678.0705749779927, - -614.7081083146186, + -614.7081083146086, -226.82696852759, 304.2651011234957, 673.7710640843279 ], "relative wind speed": [ - 3.8437973699913317, + 3.8437973699913313, 3.708765975325598, 3.543549552963346, 3.447036931480583, - 3.482258443936615, + 3.4822584439366144, 3.6257353781250075, 3.7873683023457594, 3.8754146210346385 ], "relative wind angle": [ - 0.03175993408952319, - 0.05778794840719878, + 0.03175993408952669, + 0.05778794840719877, 0.05106427207742009, - 0.012064656604452209, - 0.035058637422897485, + 0.012064656604452207, + 0.03505863742289115, 0.05911283869526786, 0.047774326679517976, 0.010731008221769747 @@ -176852,7 +127505,7 @@ 96667.99053456335, 96173.51154465113, 95956.42942502206, - 96019.79189168543, + 96019.79189168544, 96407.67303147246, 96938.76510112354, 97308.27106408437 @@ -176862,7 +127515,7 @@ 43.27743878362385, 43.02311173437096, 42.911746544333255, - 42.94423397018316, + 42.94423397018317, 43.14343539219652, 43.41709270246445, 43.60810822154886 @@ -176898,9 +127551,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 957.161733436451, + 957.1617334364582, -101.6249634977521, - -1072.5691135366105, + -1072.5691135366178, -1399.9907878087724, -1191.6693249872078, -303.1940464243289, @@ -176908,7 +127561,7 @@ 1454.6439603844155 ], "relative wind speed": [ - 5.388892191117562, + 5.388892191117561, 5.1739911091177015, 4.9357873985765615, 4.819365303334825, @@ -176918,19 +127571,19 @@ 5.462801643527846 ], "relative wind angle": [ - 0.03921391806510753, + 0.0392139180651047, 0.06222064558645284, - 0.049397685270005876, - 0.004761425486475643, + 0.049397685270008124, + 0.004761425486475644, 0.04311230266917538, - 0.06277712055738513, - 0.045503653801996786, - 0.0042005972500544254 + 0.06277712055738514, + 0.04550365380199679, + 0.004200597250054425 ], "resistance": [ 97591.66173343651, 96532.8750365023, - 95561.93088646345, + 95561.93088646344, 95234.50921219129, 95442.83067501285, 96331.30595357573, @@ -176940,7 +127593,7 @@ "fuel": [ 48.93771198368459, 48.39061519818088, - 47.89257509372252, + 47.89257509372251, 47.72541700013797, 47.831724880690494, 48.286932985713406, @@ -176978,9 +127631,9 @@ ], "ice resistance": 71891.84533698189, "wind resistance": [ - 1325.6004594084334, + 1325.6004594084188, -246.35155575425233, - -1645.2502381467566, + -1645.2502381467602, -2064.4544857332694, -1727.3281378916618, -385.6320707847917, @@ -176988,9 +127641,9 @@ 2134.560944083536 ], "relative wind speed": [ - 7.605860847454381, + 7.605860847454379, 7.379554328120151, - 7.139419846243065, + 7.139419846243064, 7.030785755355304, 7.12330403810918, 7.357496691708748, @@ -177008,7 +127661,7 @@ 0.0014353471097722835 ], "resistance": [ - 73217.44579639033, + 73217.44579639031, 71645.49378122763, 70246.59509883513, 69827.39085124862, @@ -177058,34 +127711,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -113.51531402461433, + -113.51531402461524, -738.4175278439418, - -901.1932016974492, - -637.1398458658127, + -901.193201697451, + -637.1398458658125, 54.73562223902991, 824.1577869231746, - 1198.9232966107984, - 675.4880027176418 + 1198.923296610793, + 675.4880027176414 ], "relative wind speed": [ 2.031333920506672, 1.5681677063676243, 1.3743129751532872, - 1.6580762227853492, + 1.6580762227853494, 2.1299140608509703, 2.490723077324611, 2.602713055551264, - 2.4317965874319225 + 2.431796587431923 ], "relative wind angle": [ - 0.3072887308630949, + 0.30728873086309594, 0.2565965717662301, - 0.037549371947061275, - 0.2879975686584983, + 0.03754937194706719, + 0.2879975686584987, 0.2926346054150949, - 0.1604749425142716, - 0.01982386896829872, - 0.19489407558368074 + 0.16047494251427163, + 0.01982386896830432, + 0.19489407558368188 ], "resistance": [ 96520.98468597542, @@ -177138,19 +127791,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -206.13329000123895, + -206.13329000124077, -997.761747842017, - -1192.1829592041638, + -1192.1829592041674, -864.2783383189039, 16.263423681298264, 978.6240537475628, - 1429.9555811039986, + 1429.9555811040104, 786.3715937819102 ], "relative wind speed": [ - 2.7065984323386734, + 2.706598432338673, 2.2913105174501918, - 2.132303245327568, + 2.1323032453275674, 2.372245608019145, 2.8034734507619525, 3.1519889872408227, @@ -177158,13 +127811,13 @@ 3.0915350941399917 ], "relative wind angle": [ - 0.21021164416695862, + 0.21021164416695967, 0.15969788177099717, - 0.023211203217752975, - 0.18413615370898967, + 0.02321120321775776, + 0.18413615370898964, 0.20284450890505176, - 0.11585715452506189, - 0.015173497456594758, + 0.1158571545250619, + 0.01517349745658744, 0.14096353928382963 ], "resistance": [ @@ -177218,9 +127871,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -287.9132846643754, + -287.9132846643763, -847.0751165622953, - -932.8051956120898, + -932.8051956120896, -572.6381225233554, 168.86813578743613, 899.8970784747198, @@ -177228,9 +127881,9 @@ 503.29845568737346 ], "relative wind speed": [ - 2.2180096856992337, + 2.2180096856992333, 1.8446493986646224, - 1.7597069469815756, + 1.7597069469815754, 2.0446086240424686, 2.453444717992471, 2.7452188521331067, @@ -177240,12 +127893,12 @@ "relative wind angle": [ 0.23717194287309815, 0.15407898125743066, - 0.06868478972760649, + 0.06868478972760488, 0.22386017868141625, 0.21403873013048383, 0.10330784277326112, 0.04313898325209227, - 0.1754926348305756 + 0.17549263483057556 ], "resistance": [ 96346.58671533562, @@ -177298,11 +127951,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -529.5513985124489, + -529.5513985124517, -1428.4473722456078, -1557.772756439112, -978.1968004274431, - 223.92068276541977, + 223.9206827654234, 1390.3736724747214, 1692.2915055581989, 746.4659177784315 @@ -177312,23 +127965,23 @@ 3.031172991672416, 2.951674554044952, 3.233466576905689, - 3.6600271980778056, + 3.660027198077806, 3.976350175922388, 4.035714032733965, 3.8136680929304947 ], "relative wind angle": [ - 0.1599087304980306, + 0.15990873049803198, 0.09674174253807458, 0.043492785034538343, - 0.14720909985429267, - 0.1487420731880051, - 0.07369797883977386, - 0.031805454021254356, - 0.1246856052594111 + 0.1472090998542927, + 0.14874207318800434, + 0.07369797883977387, + 0.03180545402125436, + 0.12468560525941111 ], "resistance": [ - 96104.94860148756, + 96104.94860148754, 95206.0526277544, 95076.72724356089, 95656.30319957256, @@ -177338,7 +127991,7 @@ 97380.96591777843 ], "fuel": [ - 42.5131544828522, + 42.513154482852194, 42.053381916114986, 41.98748121605091, 42.2833028792529, @@ -177378,19 +128031,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -372.7564881531903, + -372.756488153193, -1132.598230716113, - -1267.462403660862, + -1267.462403660863, -843.1230799841778, - 111.91352114153415, + 111.91352114153324, 1073.0277667248029, 1388.456350396632, 659.3236859378285 ], "relative wind speed": [ - 3.158050487436231, + 3.1580504874362307, 2.8207883266584184, - 2.731109632820344, + 2.7311096328203437, 2.961634250930639, 3.3354252735649803, 3.6251203915069956, @@ -177398,11 +128051,11 @@ 3.5109923384203996 ], "relative wind angle": [ - 0.15297281832665488, + 0.15297281832665563, 0.09830717243275867, 0.03284187353702126, 0.1367294335676425, - 0.14477889733499227, + 0.14477889733499302, 0.0764463238094335, 0.0242847860715432, 0.1152314610070553 @@ -177412,7 +128065,7 @@ 95501.90176928388, 95367.03759633914, 95791.37692001583, - 96746.41352114154, + 96746.41352114153, 97707.5277667248, 98022.95635039663, 97293.82368593782 @@ -177422,7 +128075,7 @@ 41.4737655459533, 41.4048953517576, 41.62181844312321, - 42.11248598879516, + 42.11248598879514, 42.60970245012252, 42.77363333383147, 42.39525818325066 @@ -177458,50 +128111,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -84.14467061316827, + -84.14467061319738, -1799.7361434057675, - -2435.6553848830445, - -2117.0948810856753, + -2435.65538488315, + -2117.094881085646, -621.5138310543407, 1278.230826052015, 2489.8154274961125, 1728.6558902819634 ], "relative wind speed": [ - 6.9971189172518065, + 6.997118917251806, 6.688661185008519, - 6.528502130215594, - 6.621869000891225, + 6.5285021302155934, + 6.621869000891224, 6.906691073836794, 7.205821693862562, 7.351238988588956, 7.267248837532382 ], "relative wind angle": [ - 0.058826294990717884, + 0.05882629499072166, 0.048296719113422495, - 0.006937833169890615, - 0.03910171016216263, + 0.006937833169906617, + 0.03910171016215695, 0.059597402463619366, 0.04482805859599173, - 0.006161353469350059, - 0.03562767754012348 + 0.00616135346935006, + 0.03562767754012347 ], "resistance": [ - 96550.35532938686, + 96550.35532938683, 94834.76385659426, - 94198.84461511698, - 94517.40511891435, + 94198.84461511688, + 94517.40511891438, 96012.98616894569, 97912.73082605205, 99124.31542749614, 98363.155890282 ], "fuel": [ - 57.21576698416891, + 57.21576698416889, 56.33802965295381, - 56.01546044312715, - 56.17686175005004, + 56.01546044312708, + 56.176861750050044, 56.93965819023927, 57.92059245625734, 58.55320837632691, @@ -177538,9 +128191,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -404.3924322383082, + -404.39243223833546, -1636.9984329904928, - -1929.872857314298, + -1929.8728573144708, -1479.8286946090084, -138.75008816530317, 1328.672533833751, @@ -177548,7 +128201,7 @@ 1105.4702269565369 ], "relative wind speed": [ - 5.6328270453223785, + 5.632827045322378, 5.345830598059836, 5.239773485256314, 5.386868719846475, @@ -177558,19 +128211,19 @@ 5.921318818605682 ], "relative wind angle": [ - 0.07214960218694699, + 0.07214960218695161, 0.050082332787397106, - 0.005264037078476385, - 0.0569519633972202, - 0.07145045522596435, - 0.04492985735295848, + 0.005264037078518567, + 0.05695196339722021, + 0.07145045522596437, + 0.044929857352958485, 0.004557653181876488, 0.051806724521830556 ], "resistance": [ - 96230.1075677617, + 96230.10756776168, 94997.50156700952, - 94704.62714268571, + 94704.62714268554, 95154.671305391, 96495.74991183472, 97963.17253383377, @@ -177578,9 +128231,9 @@ 97739.97022695655 ], "fuel": [ - 50.42999694437422, + 50.429996944374196, 49.799727664937514, - 49.650803216810644, + 49.65080321681056, 49.879778899105844, 50.566568513076, 51.325728787040134, @@ -177618,50 +128271,50 @@ ], "ice resistance": 93614.36133344499, "wind resistance": [ - -384.71058434858423, + -384.7105843486315, -2270.7703156743737, - -2796.91921238352, - -2300.8486052158187, - -435.6234745308029, + -2796.9192123862194, + -2300.8486052158078, + -435.62347453081384, 1737.2559915139936, 2965.471617053201, 1779.949939775881 ], "relative wind speed": [ - 7.379097967919924, + 7.379097967919923, 7.050896199587697, 6.907860655227966, - 7.044918162741384, - 7.371018769030816, + 7.044918162741383, + 7.371018769030817, 7.685562262853921, 7.814375578478293, 7.6910423606843485 ], "relative wind angle": [ - 0.061463208464360645, + 0.06146320846436607, 0.04587739805815504, - 0.0005858905611186612, - 0.04510305848194692, - 0.06153066193124752, + 0.0005858905614976478, + 0.04510305848194446, + 0.06153066193124933, 0.04208654891774996, - 0.0005179236990376819, + 0.000517923699037682, 0.04131169596104111 ], "resistance": [ - 93229.65074909641, + 93229.65074909636, 91343.59101777061, - 90817.44212106147, - 91313.51272822917, - 93178.73785891419, + 90817.44212105878, + 91313.51272822918, + 93178.73785891417, 95351.61732495899, 96579.8329504982, 95394.31127322087 ], "fuel": [ - 57.99154080938523, + 57.9915408093852, 57.05049114730175, - 56.79033045196134, - 57.035590811902765, + 56.79033045196002, + 57.03559081190277, 57.96596398491806, 59.06611977486888, 59.69575248512633, @@ -177698,19 +128351,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 898.3318424391659, + 898.3318424391573, 868.3831736564584, - 253.36126644591468, + 253.3612664459124, -449.925675242529, -856.5565427950837, -843.699972439352, - -405.60352219110064, + -405.6035221911002, 305.03380797752425 ], "relative wind speed": [ 2.9659342960742827, 2.9579880122214712, - 2.743628044827947, + 2.7436280448279464, 2.4178748315069734, 2.1657543677953526, 2.176594852012741, @@ -177718,19 +128371,19 @@ 2.764261118168727 ], "relative wind angle": [ - 0.05161856179027567, - 0.05926936220057265, - 0.14661643946162478, + 0.05161856179028213, + 0.059269362200572655, + 0.14661643946162553, 0.1626901831017696, 0.07071758020748144, 0.08058699080781298, - 0.16493283066228104, + 0.16493283066228037, 0.14215504400967044 ], "resistance": [ 97532.83184243915, 97502.88317365645, - 96887.8612664459, + 96887.86126644589, 96184.57432475746, 95777.9434572049, 95790.80002756063, @@ -177740,7 +128393,7 @@ "fuel": [ 41.08437957032939, 41.06885370834991, - 40.75075467285814, + 40.750754672858136, 40.38872855206881, 40.18024971669394, 40.186831835629405, @@ -177778,7 +128431,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1379.8889267564246, + 1379.8889267563927, 969.8711918123117, 10.571846558251309, -891.2346123199718, @@ -177798,17 +128451,17 @@ 3.5517460139234123 ], "relative wind angle": [ - 0.01424857698355282, + 0.014248576983568406, 0.08148785383809143, 0.1417021156042196, - 0.12482093627099802, - 0.019079848889523784, + 0.12482093627099804, + 0.01907984888952378, 0.10233816833140517, - 0.14633692496895276, + 0.14633692496895273, 0.10416692392403934 ], "resistance": [ - 98014.38892675641, + 98014.38892675638, 97604.3711918123, 96645.07184655823, 95743.26538768002, @@ -177818,7 +128471,7 @@ 97358.66685831346 ], "fuel": [ - 42.83671774041155, + 42.836717740411544, 42.623713308878536, 42.127800744326365, 41.66473191657008, @@ -177858,51 +128511,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2236.4794546305748, + 2236.479454630524, 1112.0678741450483, -580.6054289313543, -1878.7191401044256, - -2138.1783867358026, + -2138.1783867358263, -1520.327511458143, 23.527913873194848, 1621.6237042640078 ], "relative wind speed": [ - 5.751728196522675, + 5.751728196522674, 5.576102558779342, 5.224462693850984, 4.890134260943541, - 4.78842579170346, + 4.788425791703461, 4.991841249809469, 5.3587674300984744, 5.665508425487606 ], "relative wind angle": [ - 0.011724114868899628, + 0.0117241148689091, 0.06969084996726077, 0.09233026819394359, - 0.059937110739866746, - 0.014082834139562482, + 0.05993711073986675, + 0.014082834139570365, 0.07786334652247912, - 0.09000987909254363, - 0.05172628873988516 + 0.09000987909254364, + 0.05172628873988517 ], "resistance": [ - 98870.97945463061, + 98870.97945463055, 97746.56787414508, 96053.89457106867, 94755.7808598956, - 94496.32161326423, + 94496.3216132642, 95114.17248854188, 96658.02791387323, 98256.12370426404 ], "fuel": [ - 50.14300734732653, + 50.14300734732649, 49.55678547563995, 48.683167083495086, 48.02041108260943, - 47.88869524290735, + 47.88869524290734, 48.20276244254994, 48.99374737845953, 49.821863983229946 @@ -177938,19 +128591,19 @@ ], "ice resistance": 67223.93657811971, "wind resistance": [ - 2934.8499406707597, + 2934.849940670105, 1624.224933055124, - -564.9979380879267, + -564.9979380879304, -2372.8391187103916, -2812.0649964597724, -2188.7535597698843, - -253.3937727614757, + -253.39377276146115, 1885.5197905497807 ], "relative wind speed": [ - 7.813416389887168, + 7.813416389887166, 7.670818126819177, - 7.350273945453265, + 7.350273945453264, 7.030307367128698, 6.908901275956182, 7.066890531763508, @@ -177958,17 +128611,17 @@ 7.704360508592671 ], "relative wind angle": [ - 0.003170188689201706, + 0.0031701886892717477, 0.043987487067048164, 0.06156858732430856, - 0.04301012676986109, + 0.04301012676986108, 0.003585232274949752, - 0.047749349203191085, - 0.06115665600489699, + 0.04774934920319108, + 0.06115665600489518, 0.03924515245457563 ], "resistance": [ - 70158.78651879047, + 70158.78651878981, 68848.16151117484, 66658.93864003179, 64851.09745940932, @@ -177978,7 +128631,7 @@ 69109.45636866949 ], "fuel": [ - 47.38966533066804, + 47.38966533066777, 46.846839946500054, 45.95437835466922, 45.23083559452628, @@ -178018,19 +128671,19 @@ ], "ice resistance": 72027.12041651011, "wind resistance": [ - 2921.959188355744, + 2921.9591883547255, 1623.2084557238268, - -554.2517222492024, + -554.2517222492133, -2356.997906282224, -2797.694861171294, -2183.823554621402, - -261.1045237733415, + -261.1045237733233, 1869.012508991178 ], "relative wind speed": [ - 7.811251041032746, + 7.811251041032745, 7.670216518847032, - 7.351606912509121, + 7.35160691250912, 7.032850199911028, 6.911056996760793, 7.067257614698757, @@ -178038,33 +128691,33 @@ 7.701777048455951 ], "relative wind angle": [ - 0.0029830862539960584, - 0.04365604660742964, + 0.00298308625410771, + 0.043656046607429645, 0.06126292692539514, 0.04292487764595604, 0.003371647087829596, 0.04738334001594834, - 0.06087725302187147, - 0.039194697386607955 + 0.06087725302186965, + 0.03919469738660796 ], "resistance": [ - 74949.07960486585, + 74949.07960486483, 73650.32887223393, - 71472.8686942609, + 71472.86869426089, 69670.12251022788, 69229.42555533882, 69843.29686188871, - 71766.01589273676, + 71766.01589273679, 73896.13292550128 ], "fuel": [ - 49.42804914614028, + 49.42804914613984, 48.86696296167221, 47.94033967668872, 47.186526629136885, 47.00408994539673, 47.25841393825493, - 48.06406143641036, + 48.064061436410384, 48.97267367045636 ] }, @@ -178098,9 +128751,9 @@ ], "ice resistance": 65860.18303287803, "wind resistance": [ - 2593.353863379358, + 2593.3538633782227, 1655.5008875754356, - -242.40486616662383, + -242.40486616663475, -1955.255100130551, -2499.2522821064667, -2107.39612565684, @@ -178110,7 +128763,7 @@ "relative wind speed": [ 7.7618720581168, 7.663666035520537, - 7.392454261234134, + 7.392454261234132, 7.098483301965292, 6.960419023325163, 7.068402487326969, @@ -178118,19 +128771,19 @@ 7.635812048404614 ], "relative wind angle": [ - 0.0026369949348701237, + 0.0026369949349964294, 0.035092823060491, - 0.05423430053303068, + 0.05423430053303069, 0.041969253555403124, 0.0029406308746732016, 0.03804952691875869, - 0.054536146778063184, + 0.05453614677806319, 0.03901433936083388 ], "resistance": [ - 68453.5368962574, + 68453.53689625626, 67515.68392045348, - 65617.77816671142, + 65617.7781667114, 63904.92793274748, 63360.93075077157, 63752.78690722119, @@ -178138,9 +128791,9 @@ 67299.79469927787 ], "fuel": [ - 46.6846491267476, + 46.68464912674714, 46.30151634583187, - 45.53619503857914, + 45.53619503857912, 44.857003224957595, 44.643577711338025, 44.79720306876098, @@ -178178,19 +128831,19 @@ ], "ice resistance": 85522.51959087333, "wind resistance": [ - 2544.309516858917, + 2544.309516858226, 1637.6396046267837, - -224.9652517072791, + -224.96525170726818, -1914.0198144010901, -2459.1413624311863, -2080.39207521949, - -506.9181013152811, + -506.9181013152993, 1401.5647971497929 ], "relative wind speed": [ - 7.754879591355941, + 7.75487959135594, 7.659854916910702, - 7.393989589248681, + 7.39398958924868, 7.104629608728933, 6.967422658226797, 7.071757817309638, @@ -178198,33 +128851,33 @@ 7.629375734460402 ], "relative wind angle": [ - 0.0028861957040432467, + 0.00288619570412018, 0.03428711188093114, - 0.0532752446699082, + 0.053275244669906116, 0.04142651542903758, - 0.003212394120626665, - 0.03713973654384801, - 0.053599587933926864, - 0.0385757458888668 + 0.0032123941206266644, + 0.037139736543848, + 0.05359958793392894, + 0.038575745888866794 ], "resistance": [ - 88066.82910773225, + 88066.82910773155, 87160.1591955001, - 85297.55433916605, + 85297.55433916606, 83608.49977647224, 83063.37822844215, 83442.12751565385, - 85015.60148955804, + 85015.60148955803, 86924.08438802313 ], "fuel": [ - 55.44702562156861, + 55.44702562156827, 55.010408607820665, - 54.12304715559961, + 54.12304715559962, 53.32952778233894, 53.07569510930167, 53.25194027047732, - 53.989847312501354, + 53.98984731250134, 54.89722606941221 ] }, @@ -178258,9 +128911,9 @@ ], "ice resistance": 79507.25817784325, "wind resistance": [ - 2531.5857713452897, + 2531.5857713441656, 1400.875018053248, - -495.785430189153, + -495.7854301891566, -2064.2777510278393, -2444.61981396543, -1909.1355185542889, @@ -178268,9 +128921,9 @@ 1621.0124185681307 ], "relative wind speed": [ - 7.752717518315742, + 7.75271751831574, 7.628818998723503, - 7.350682832662612, + 7.350682832662611, 7.074333287797411, 6.969575825954757, 7.104979718285483, @@ -178278,17 +128931,17 @@ 7.65724654465913 ], "relative wind angle": [ - 0.002692110846223421, + 0.002692110846347141, 0.03823825571647966, - 0.05329543738495911, + 0.0532954373849591, 0.03706149985664978, 0.002994612789157147, 0.04105903460045058, - 0.05299463774024663, + 0.05299463774024664, 0.034239018701342216 ], "resistance": [ - 82038.84394918854, + 82038.84394918742, 80908.1331958965, 79011.4727476541, 77442.98042681541, @@ -178298,7 +128951,7 @@ 81128.27059641138 ], "fuel": [ - 52.60161872217731, + 52.601618722176795, 52.08294597362749, 51.223604378836775, 50.52306173051937, @@ -178338,53 +128991,53 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2152.9975812262237, + 2152.997581225969, 1568.3730287186954, - -3.666326926322654, - -1536.128456786766, + -3.66632692631174, + -1536.128456786777, -2149.0357226648266, -1904.8166268484674, - -628.6933833815056, + -628.6933833815128, 1045.2609696811305 ], "relative wind speed": [ - 7.329890865921129, + 7.329890865921128, 7.265171316291614, - 7.033466201739536, - 6.7623108291339245, + 7.033466201739535, + 6.762310829133925, 6.614501222875989, 6.685522588300448, - 6.928872904212458, + 6.928872904212457, 7.193752760827967 ], "relative wind angle": [ - 0.0071441558974799655, + 0.007144155897511046, 0.02972255085236512, - 0.05087951044970798, - 0.042892508216499724, - 0.007916845558198828, - 0.03230041867514983, - 0.05164822961738559, + 0.050879510449705796, + 0.04289250821650231, + 0.00791684555819883, + 0.032300418675149836, + 0.051648229617385584, 0.04031861083876758 ], "resistance": [ - 98787.4975812262, + 98787.49758122594, 98202.87302871866, - 96630.83367307365, + 96630.83367307366, 95098.3715432132, 94485.46427733515, 94729.6833731515, - 96005.80661661847, + 96005.80661661846, 97679.7609696811 ], "fuel": [ - 58.560224310566724, + 58.56022431056659, 58.255019632955644, 57.44064048806935, 56.655615424889746, 56.344091569917076, 56.46805387621418, - 57.119406439941805, + 57.1194064399418, 57.983005821351085 ] }, @@ -178418,47 +129071,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1684.779447492063, + 1684.7794474919629, 771.7134316602715, - -547.1562391169646, - -1516.5713300722782, + -547.1562391169664, + -1516.57133007226, -1679.7177738051814, -1147.4094659230905, 77.3726296525947, 1295.8128487719005 ], "relative wind speed": [ - 5.820164042152326, + 5.820164042152325, 5.6757088595775675, - 5.407298225578475, - 5.166479876610823, + 5.407298225578474, + 5.166479876610822, 5.105508273546633, 5.265629416330845, 5.540906975258824, 5.766108730625136 ], "relative wind angle": [ - 0.011502884761547453, + 0.011502884761566757, 0.052886213794980645, - 0.066135704208665, - 0.0397569175810327, - 0.013113115280228335, + 0.06613570420866502, + 0.039756917581027104, + 0.013113115280228333, 0.05700921987614636, - 0.06453871831986004, + 0.06453871831986005, 0.03562066725362515 ], "resistance": [ - 98319.27944749207, + 98319.27944749196, 97406.21343166028, 96087.34376088303, - 95117.92866992773, + 95117.92866992774, 94954.78222619482, 95487.09053407691, 96711.8726296526, 97930.3128487719 ], "fuel": [ - 50.68870099721791, + 50.688700997217865, 50.214181400444616, 49.53424270234295, 49.0385912998829, @@ -178498,19 +129151,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1185.8052536328669, + 1185.8052536328414, 1566.3108609428, - 729.5797416291553, + 729.5797416291534, -495.2438021764665, - -1405.2200230311373, + -1405.2200230311264, -1564.5669733508985, -1083.78455283101, 48.98620704705536 ], "relative wind speed": [ - 5.786230923557968, + 5.786230923557967, 5.83900464946904, - 5.70788855077072, + 5.707888550770719, 5.461262545251568, 5.238680662687843, 5.179794213078059, @@ -178518,31 +129171,31 @@ 5.576634719810003 ], "relative wind angle": [ - 0.033225625947831405, + 0.03322562594783476, 0.009897270099945434, 0.048012046025129484, - 0.06039333857344903, - 0.036699875730688156, - 0.011156902995301012, + 0.06039333857344902, + 0.03669987573068513, + 0.011156902995301013, 0.05147758462002494, 0.05914241704838049 ], "resistance": [ - 97820.30525363286, + 97820.30525363285, 98200.8108609428, 97364.07974162916, 96139.25619782353, - 95229.27997696886, + 95229.27997696887, 95069.9330266491, 95550.71544716899, 96683.48620704706 ], "fuel": [ - 50.63565532405168, + 50.635655324051676, 50.8336130333432, 50.39901463331542, 49.76753880682433, - 49.30200144200595, + 49.30200144200596, 49.22079769607216, 49.46609357330838, 50.04743547074008 @@ -178578,39 +129231,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1436.714674341476, + 1436.7146743414596, 1552.2643466548234, - 529.9204767895098, + 529.9204767894971, -756.0725166408502, -1572.6138331331094, -1621.1604190758444, -933.9785955498592, - 324.0641996678569 + 324.06419966785325 ], "relative wind speed": [ 5.570864067902149, 5.587515495589439, - 5.407866415856982, + 5.407866415856981, 5.125007871958917, 4.901798689618488, 4.8828093801762025, 5.081056748830401, - 5.366232493001764 + 5.366232493001765 ], "relative wind angle": [ - 0.029396252916248627, + 0.029396252916252405, 0.021636639217312476, - 0.0619303532665135, + 0.061930353266515296, 0.06882445235067375, 0.033410064473830825, 0.024759921478548448, 0.06591927024158668, - 0.06572606498730402 + 0.06572606498730571 ], "resistance": [ - 98071.21467434148, + 98071.21467434146, 98186.76434665482, - 97164.42047678951, + 97164.4204767895, 95878.42748335915, 95061.8861668669, 95013.33958092416, @@ -178618,7 +129271,7 @@ 96958.56419966786 ], "fuel": [ - 49.57384942073405, + 49.57384942073404, 49.63401495813194, 49.103415727211264, 48.441504862508594, @@ -178658,9 +129311,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2073.6807253724473, + 2073.680725372382, 154.2145965018426, - -1797.8584260572934, + -1797.858426057308, -2666.634646651073, -2425.672267249349, -908.6471964955563, @@ -178668,7 +129321,7 @@ 2648.863455398001 ], "relative wind speed": [ - 7.5095255660263645, + 7.509525566026364, 7.238500940426256, 6.904367852489785, 6.707038511706684, @@ -178678,19 +129331,19 @@ 7.571003647767626 ], "relative wind angle": [ - 0.03248242048811657, + 0.032482420488123415, 0.0597184058075439, - 0.053190928038979624, + 0.05319092803898171, 0.012988188902326683, 0.03600125546354358, - 0.061190243197019815, - 0.049682472356568814, + 0.06119024319701981, + 0.04968247235656881, 0.011505972008842 ], "resistance": [ - 98708.18072537245, + 98708.18072537238, 96788.71459650184, - 94836.6415739427, + 94836.64157394269, 93967.86535334893, 94208.82773275065, 95725.85280350444, @@ -178698,7 +129351,7 @@ 99283.36345539801 ], "fuel": [ - 59.47903394144599, + 59.47903394144595, 58.482305470907676, 57.48270605257512, 57.04239075718927, @@ -178738,37 +129391,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1628.2686348404204, + 1628.2686348403877, 557.961777078357, - -778.060694802256, - -1623.543762113537, + -778.0606948022651, + -1623.5437621135334, -1670.830377043144, -949.3031327749813, - 359.6036204834563, + 359.60362048345087, 1516.2396976919663 ], "relative wind speed": [ 5.173302719649386, 4.969234531226904, 4.646161579408155, - 4.389005398827651, + 4.38900539882765, 4.368522595127795, 4.599321565941648, 4.925467822583488, 5.155936607672319 ], "relative wind angle": [ - 0.027094373871389844, + 0.027094373871398042, 0.07730368543645733, - 0.08675342870171927, - 0.042289900189525186, + 0.08675342870172184, + 0.04228990018952256, 0.0320873472975824, - 0.08353500341737688, - 0.08182260025129987, + 0.0835350034173769, + 0.08182260025130123, 0.035996439047156534 ], "resistance": [ - 98262.76863484045, + 98262.76863484041, 97192.46177707838, 95856.43930519777, 95010.9562378865, @@ -178778,7 +129431,7 @@ 98150.739697692 ], "fuel": [ - 47.80729203672328, + 47.807292036723254, 47.251592696257816, 46.563916213166785, 46.132161402038506, @@ -178818,9 +129471,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1806.0988717823639, + 1806.0988717823166, -213.9937881250844, - -2040.085791103833, + -2040.085791103842, -2634.2256746537805, -2215.4606006404847, -510.05269442651115, @@ -178828,7 +129481,7 @@ 2801.9263455168984 ], "relative wind speed": [ - 6.640591663768716, + 6.640591663768715, 6.3043572904433285, 5.932010894957187, 5.753077095112183, @@ -178838,9 +129491,9 @@ 6.759933921985198 ], "relative wind angle": [ - 0.05067034449913443, + 0.050670344499141005, 0.0799399487269587, - 0.06336413314241865, + 0.06336413314242041, 0.004828898827523616, 0.0571299936170594, 0.08064996631886634, @@ -178848,9 +129501,9 @@ 0.004109655181915675 ], "resistance": [ - 98440.5988717824, + 98440.59887178235, 96420.50621187495, - 94594.4142088962, + 94594.41420889618, 94000.27432534625, 94419.03939935955, 96124.44730557351, @@ -178858,7 +129511,7 @@ 99436.42634551693 ], "fuel": [ - 54.52114820892885, + 54.52114820892883, 53.47455659043037, 52.54154230993878, 52.240650812246656, @@ -178898,9 +129551,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1978.7471750194272, + 1978.74717501942, 949.1025537127698, - -579.5378603789813, + -579.5378603789795, -1732.2441556807953, -1946.7023239720438, -1366.9106691379566, @@ -178908,9 +129561,9 @@ 1467.8662899227547 ], "relative wind speed": [ - 6.123954088733584, + 6.123954088733583, 5.971357660663119, - 5.676700375667266, + 5.676700375667264, 5.405255380425353, 5.328678680479125, 5.499137918724115, @@ -178919,18 +129572,18 @@ ], "relative wind angle": [ 0.010322107387499672, - 0.05460206180918874, - 0.0701090388409829, + 0.054602061809188744, + 0.07010903884098132, 0.04376631877650036, 0.011862691598975194, - 0.05929611255030969, - 0.06858287226979537, + 0.059296112550309685, + 0.06858287226979538, 0.03905785096459838 ], "resistance": [ 98613.24717501945, 97583.6025537128, - 96054.96213962104, + 96054.96213962106, 94902.25584431924, 94687.79767602799, 95267.58933086207, @@ -178940,7 +129593,7 @@ "fuel": [ 52.03347224116057, 51.497463878737044, - 50.70896618759347, + 50.708966187593475, 50.12013197078938, 50.01112631921443, 50.30621922089036, @@ -178978,9 +129631,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2075.9861829035435, + 2075.9861829035362, 1544.812370188727, - 46.749967788231515, + 46.74996778822606, -1427.7542065833895, -2039.3031585833032, -1816.1981964688366, @@ -178988,9 +129641,9 @@ 993.1709796217383 ], "relative wind speed": [ - 6.18740878946407, + 6.187408789464069, 6.117993676368321, - 5.85483609128932, + 5.854836091289319, 5.538724216905814, 5.360477516198648, 5.439568007252568, @@ -179058,19 +129711,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2649.112980497106, + 2649.1129804970333, 1258.496048169116, - -782.7662868311218, + -782.7662868311163, -2310.2742678446484, -2587.9921361352226, -1795.9595048290903, - 85.65715150491087, + 85.65715150491815, 1989.1860052782104 ], "relative wind speed": [ - 6.692655649650679, + 6.6926556496506775, 6.503122634695989, - 6.139562626339227, + 6.1395626263392264, 5.8047402494429035, 5.712760552528393, 5.927619148817705, @@ -179078,17 +129731,17 @@ 6.6130373817046575 ], "relative wind angle": [ - 0.012279682270286153, + 0.012279682270295194, 0.06225447315326317, - 0.07989371808139321, - 0.049697899136711375, - 0.014386119206851336, - 0.06830766425591746, - 0.07781268202437436, - 0.04361930880105739 + 0.07989371808139183, + 0.04969789913671138, + 0.014386119206851337, + 0.06830766425591744, + 0.07781268202437293, + 0.043619308801057396 ], "resistance": [ - 99283.61298049713, + 99283.61298049704, 97892.99604816912, 95851.7337131689, 94324.22573215536, @@ -179098,7 +129751,7 @@ 98623.68600527823 ], "fuel": [ - 54.68757558530654, + 54.68757558530649, 53.96111876424892, 52.90779911874745, 52.12972615692858, @@ -179138,9 +129791,9 @@ ], "ice resistance": 72871.06938033059, "wind resistance": [ - 2258.2995140533785, + 2258.2995140533676, 19.410480205864587, - -2162.289075393168, + -2162.289075393175, -3041.418059315387, -2692.3542831071245, -877.2960932843889, @@ -179148,9 +129801,9 @@ 3090.7327339565745 ], "relative wind speed": [ - 7.758628739697013, + 7.758628739697011, 7.448133741788811, - 7.080811727275867, + 7.080811727275866, 6.878382172788007, 6.975150467772065, 7.305774957726271, @@ -179161,14 +129814,14 @@ 0.03753695401744126, 0.06490808623829179, 0.05539575644505002, - 0.01037072533515759, - 0.041755590854397374, + 0.010370725335157588, + 0.04175559085439738, 0.06617470314667616, 0.0511878376742254, 0.009093390014792853 ], "resistance": [ - 75129.36889438397, + 75129.36889438395, 72890.47986053646, 70708.78030493742, 69829.6513210152, @@ -179218,9 +129871,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1132.7806827637305, + 1132.780682763716, -805.569655249692, - -2211.177973918633, + -2211.1779739186495, -2437.5270117234795, -1623.018869723739, 185.6165684172356, @@ -179238,9 +129891,9 @@ 6.060032303914479 ], "relative wind angle": [ - 0.07542527520741947, + 0.07542527520742241, 0.09502871248008662, - 0.05717732506456837, + 0.05717732506457226, 0.020951885520455377, 0.0837778048391439, 0.09150588973026552, @@ -179248,9 +129901,9 @@ 0.017369504642556734 ], "resistance": [ - 97767.28068276377, + 97767.28068276375, 95828.93034475035, - 94423.32202608141, + 94423.3220260814, 94196.97298827657, 95011.48113027631, 96820.11656841727, @@ -179258,7 +129911,7 @@ 99139.4138844859 ], "fuel": [ - 50.750476948540026, + 50.75047694854001, 49.75079692930762, 49.034616976215425, 48.91997577834549, @@ -179298,50 +129951,50 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1356.0919528342492, + 1356.0919528342238, -763.7824759341202, - -2384.2360086550543, - -2700.6418692071093, - -1924.9567528368607, + -2384.236008655058, + -2700.641869207222, + -1924.9567528368716, 12.628578574422136, 2008.2908790961883, 2761.914735685772 ], "relative wind speed": [ - 6.997843035209689, + 6.997843035209687, 6.6500270060619915, - 6.325268018312801, - 6.228698787757806, + 6.3252680183128005, + 6.228698787757807, 6.42619974023779, 6.785498586361296, 7.0892055086147865, 7.1742011163787005 ], "relative wind angle": [ - 0.05466095115372417, - 0.0711538051386467, - 0.04527636340790127, - 0.010902039946134829, - 0.05952883791780177, + 0.054660951153726205, + 0.07115380513864669, + 0.04527636340790126, + 0.010902039946155196, + 0.05952883791780364, 0.06973089825889807, 0.04039453629134837, 0.009465192108331496 ], "resistance": [ - 97990.59195283425, + 97990.59195283422, 95870.71752406588, - 94250.26399134495, - 93933.85813079288, - 94709.54324716314, + 94250.26399134494, + 93933.85813079278, + 94709.54324716312, 96647.12857857443, 98642.7908790962, 99396.41473568577 ], "fuel": [ - 56.63259752462905, + 56.632597524629034, 55.538253150301, 54.71300188676802, - 54.553005500808986, + 54.553005500808936, 54.94590762999799, 55.937119739588866, 56.972646389124336, @@ -179378,19 +130031,19 @@ ], "ice resistance": 79614.45526523903, "wind resistance": [ - 646.6896730326334, + 646.6896730326007, -1756.7448594891503, - -3087.165396887547, + -3087.165396887616, -3010.1611981237, - -1474.071526363212, + -1474.0715263632228, 973.7272996004758, 2936.6227074610324, 2753.214142663568 ], "relative wind speed": [ - 7.544801415814595, + 7.544801415814594, 7.158563376275941, - 6.887527589974082, + 6.8875275899740815, 6.908916957411435, 7.208152143728247, 7.5918677622211534, @@ -179398,31 +130051,31 @@ 7.819741185410471 ], "relative wind angle": [ - 0.06308592959934604, + 0.06308592959934956, 0.06368861586279706, - 0.024492494171852588, + 0.024492494171861657, 0.03142357487145665, - 0.0660364866940444, - 0.06004909194667742, + 0.06603648669404606, + 0.060049091946677416, 0.021520317341975764, 0.027762431417118916 ], "resistance": [ - 80261.14493827167, + 80261.14493827162, 77857.71040574988, - 76527.28986835148, + 76527.2898683514, 76604.29406711532, - 78140.38373887581, + 78140.3837388758, 80588.1825648395, 82551.07797270006, 82367.66940790259 ], "fuel": [ - 51.78830334345837, + 51.788303343458345, 50.70740415131664, - 50.11831502742879, + 50.118315027428764, 50.15223169134019, - 50.83341578123282, + 50.833415781232816, 51.93704371274645, 52.83815335794052, 52.753348459481614 @@ -179458,17 +130111,17 @@ ], "ice resistance": 91852.99906394292, "wind resistance": [ - 457.4997762183739, + 457.4997762183375, -1991.527114887882, - -3229.125160810363, + -3229.1251608104394, -3048.7493072820253, - -1330.3068506100572, + -1330.3068506100717, 1222.5840990753532, - 3153.168011995105, + 3153.168011995047, 2723.778484844599 ], "relative wind speed": [ - 7.520289103686063, + 7.520289103686062, 7.120259415615873, 6.858942071247234, 6.909095976118631, @@ -179478,33 +130131,33 @@ 7.822039375515435 ], "relative wind angle": [ - 0.06702245306616342, - 0.06419169481266157, - 0.020746352363100688, - 0.03699190326562014, - 0.06965618847569817, + 0.06702245306616675, + 0.06419169481266156, + 0.02074635236311139, + 0.036991903265620144, + 0.06965618847569978, 0.05989536252890284, - 0.018089828086749925, - 0.03267278264191085 + 0.018089828086756063, + 0.03267278264191084 ], "resistance": [ - 92310.4988401613, + 92310.49884016125, 89861.47194905503, - 88623.87390313255, + 88623.87390313248, 88804.2497566609, - 90522.69221333286, + 90522.69221333285, 93075.58316301827, - 95006.16707593802, + 95006.16707593796, 94576.77754878752 ], "fuel": [ - 57.53127637408411, + 57.53127637408409, 56.320275525048665, - 55.716793745455234, + 55.716793745455206, 55.804394437332896, 56.64503796172343, 57.9141723050262, - 58.89003951227298, + 58.89003951227295, 58.67179337315841 ] }, @@ -179538,8 +130191,8 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2515.103939653054, - 513.1153444980519, + 2515.103939653047, + 513.1153444980555, -1702.4235881358654, -2874.5727262830005, -2754.21260149672, @@ -179548,7 +130201,7 @@ 2800.9847127008725 ], "relative wind speed": [ - 7.068601298833151, + 7.06860129883315, 6.775650459986716, 6.374375224492501, 6.101299149953884, @@ -179559,16 +130212,16 @@ ], "relative wind angle": [ 0.034223390535055985, - 0.0738586501759788, - 0.07304810497109751, + 0.07385865017597879, + 0.07304810497109752, 0.025888818105251583, 0.039409576360266006, 0.07746647384818635, - 0.06789939778800277, + 0.06789939778800279, 0.02224351477518522 ], "resistance": [ - 99149.6039396531, + 99149.60393965308, 97147.6153444981, 94932.07641186418, 93759.92727371704, @@ -179578,7 +130231,7 @@ 99435.48471270091 ], "fuel": [ - 56.68567237121623, + 56.685672371216214, 55.64311114168874, 54.50672574806877, 53.91289959470588, @@ -179618,9 +130271,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1569.7116956794744, + 1569.7116956794307, -829.0505064025383, - -2668.3237635647492, + -2668.3237635647656, -3034.880284712037, -2159.820497076211, 28.552183985360898, @@ -179628,9 +130281,9 @@ 3161.945349397567 ], "relative wind speed": [ - 6.761613036261317, + 6.761613036261315, 6.351344365955444, - 5.962410078843679, + 5.9624100788436785, 5.8444126767477265, 6.080802142345107, 6.508147992442538, @@ -179638,19 +130291,19 @@ 6.966950983777501 ], "relative wind angle": [ - 0.06698060599794199, - 0.08849230676644355, - 0.057265945637910196, - 0.013466658919081057, + 0.06698060599794697, + 0.08849230676644354, + 0.05726594563791213, + 0.013466658919081059, 0.07449300036568517, 0.08635484151193513, 0.049721125867820744, - 0.011296764886977314 + 0.011296764886977315 ], "resistance": [ - 98204.21169567949, + 98204.21169567945, 95805.44949359748, - 93966.17623643526, + 93966.17623643525, 93599.61971528798, 94474.6795029238, 96663.05218398538, @@ -179658,9 +130311,9 @@ 99796.44534939757 ], "fuel": [ - 55.163873570637634, + 55.16387357063761, 53.92489666403428, - 52.98940218824929, + 52.989402188249265, 52.80446789783895, 53.2467790172536, 54.365395197064075, @@ -179698,9 +130351,9 @@ ], "ice resistance": 71354.46233511694, "wind resistance": [ - 2144.392717867122, + 2144.392717867093, -439.30402150114605, - -2689.3739266218, + -2689.3739266218327, -3321.745792393118, -2725.8563505501916, -500.9506902809153, @@ -179708,7 +130361,7 @@ 3564.365558411664 ], "relative wind speed": [ - 7.756890223566538, + 7.756890223566536, 7.385916172867174, 6.99226851907185, 6.819460773520766, @@ -179718,9 +130371,9 @@ 7.902776520330372 ], "relative wind angle": [ - 0.04894864194471711, + 0.04894864194471938, 0.07340249876901649, - 0.05530100880661161, + 0.05530100880661563, 0.0007201034972795061, 0.05436323188236577, 0.07350014773581692, @@ -179728,9 +130381,9 @@ 0.0006213914101278421 ], "resistance": [ - 73498.85505298406, + 73498.85505298403, 70915.1583136158, - 68665.08840849514, + 68665.08840849511, 68032.71654272382, 68628.60598456675, 70853.51164483602, @@ -179738,9 +130391,9 @@ 74918.8278935286 ], "fuel": [ - 48.80193195794621, + 48.801931957946195, 47.705842820511094, - 46.77152479655695, + 46.77152479655694, 46.51233030113318, 46.75653105408199, 47.679993683872624, @@ -179778,9 +130431,9 @@ ], "ice resistance": 74336.9329993995, "wind resistance": [ - 1315.7219101047158, + 1315.7219101046685, -1122.1112076508107, - -2850.0861549384063, + -2850.0861549384317, -3096.972057892566, -2029.4598035273557, 266.06141239369026, @@ -179788,9 +130441,9 @@ 3069.148670090908 ], "relative wind speed": [ - 7.638502112804736, + 7.638502112804735, 7.2669653137068275, - 6.944297593500023, + 6.944297593500022, 6.87577632591179, 7.107925119781467, 7.487357956256974, @@ -179798,19 +130451,19 @@ 7.848121683038162 ], "relative wind angle": [ - 0.0552621538328073, + 0.055262153832811314, 0.06695933393811697, - 0.0382744740042001, + 0.038274474004203, 0.01606236939725347, 0.0593919311667218, - 0.06498554412905844, + 0.06498554412905845, 0.03412829424245298, 0.014072176727498453 ], "resistance": [ - 75652.65490950423, + 75652.65490950417, 73214.82179174869, - 71486.8468444611, + 71486.84684446108, 71239.96094150694, 72307.47319587215, 74602.99441179319, @@ -179818,9 +130471,9 @@ 77406.0816694904 ], "fuel": [ - 49.73462877304254, + 49.734628773042516, 48.68022044783763, - 47.946231846303846, + 47.94623184630384, 47.842269721968606, 48.29342239136939, 49.27792002851864, @@ -179858,17 +130511,17 @@ ], "ice resistance": 86434.89308830949, "wind resistance": [ - 677.3718730039254, + 677.3718730038963, -1754.7554017175826, - -3113.8326723231294, - -3046.691385272861, - -1508.407801401001, + -3113.832672323162, + -3046.6913852728576, + -1508.407801401012, 962.3938137144178, 2956.503144530103, 2796.6176229913 ], "relative wind speed": [ - 7.550213824927538, + 7.550213824927536, 7.15999255018796, 6.883923712203178, 6.902580041631487, @@ -179878,31 +130531,31 @@ 7.82601814658157 ], "relative wind angle": [ - 0.06353619889357451, + 0.06353619889357626, 0.06455868005701325, - 0.025258982002550324, - 0.03130356270159142, - 0.06660125501929401, + 0.02525898200255472, + 0.03130356270159141, + 0.06660125501929569, 0.0608866486122624, 0.022171263230398638, 0.027608868796379662 ], "resistance": [ - 87112.26496131341, + 87112.26496131338, 84680.1376865919, - 83321.06041598636, + 83321.06041598633, 83388.20170303663, - 84926.48528690849, + 84926.48528690847, 87397.2869020239, 89391.39623283959, 89231.51071130078 ], "fuel": [ - 54.98742966453736, + 54.987429664537345, 53.831753239349936, - 53.195545513440784, + 53.19554551344078, 53.2268141325468, - 53.94780866214343, + 53.94780866214342, 55.12430471123185, 56.09038433622782, 56.01237949256878 @@ -179938,53 +130591,53 @@ ], "ice resistance": 55733.81595208429, "wind resistance": [ - 1538.614316956322, + 1538.6143169562783, -994.1479749804093, - -2884.6821665846946, + -2884.68216658472, -3223.4017549989658, - -2237.4701021384717, + -2237.4701021384535, 100.13565677333463, - 2457.6405897232835, + 2457.64058972324, 3264.4579799915045 ], "relative wind speed": [ - 7.672756196062645, + 7.672756196062643, 7.291958619621978, - 6.94444782585005, + 6.944447825850049, 6.85035306002541, - 7.073822622955749, + 7.07382262295575, 7.465754726414404, - 7.790044835513129, + 7.79004483551313, 7.872916683050746 ], "relative wind angle": [ - 0.05517774037513482, - 0.07017836445088325, - 0.04320794826372465, - 0.012716106340244258, - 0.059854953404262654, + 0.05517774037513885, + 0.07017836445088327, + 0.04320794826372722, + 0.01271610634024426, + 0.0598549534042608, 0.06854208086461072, - 0.038515331920201755, + 0.038515331920207514, 0.011064418846655604 ], "resistance": [ - 57272.43026904061, + 57272.43026904057, 54739.667977103876, - 52849.133785499595, + 52849.133785499565, 52510.41419708532, - 53496.34584994582, + 53496.345849945836, 55833.95160885762, - 58191.45654180757, + 58191.45654180753, 58998.2739320758 ], "fuel": [ - 42.33001799947134, + 42.33001799947132, 41.40822331087321, - 40.73572491790971, + 40.7357249179097, 40.61664088759728, 40.9644532112022, 41.80355738965693, - 42.6703982165228, + 42.670398216522784, 42.97181024282306 ] }, @@ -180018,9 +130671,9 @@ ], "ice resistance": 69010.58469172589, "wind resistance": [ - 2142.788317721959, + 2142.7883177218355, 2063.9360470363936, - 515.5379870916076, + 515.5379870915676, -1288.9785567059043, -2313.6414308138665, -2280.6917056977254, @@ -180028,7 +130681,7 @@ 656.9790726011961 ], "relative wind speed": [ - 7.713870859939488, + 7.713870859939486, 7.7056097017613965, 7.502761261880561, 7.214982225143903, @@ -180038,19 +130691,19 @@ 7.52322774869664 ], "relative wind angle": [ - 0.017294546767237122, + 0.01729454676724996, 0.020024414310720717, - 0.04687995285155582, - 0.047550656106158586, - 0.019029150360148413, + 0.04687995285156056, + 0.04755065610615858, + 0.01902915036014841, 0.021980826778074454, 0.04860779420609699, - 0.04560100586611056 + 0.045601005866110565 ], "resistance": [ - 71153.37300944785, + 71153.37300944772, 71074.52073876228, - 69526.1226788175, + 69526.12267881745, 67721.60613501999, 66696.94326091203, 66729.89298602816, @@ -180058,9 +130711,9 @@ 69667.56376432709 ], "fuel": [ - 47.80586180243574, + 47.805861802435686, 47.772730793659484, - 47.12683508316542, + 47.1268350831654, 46.38535950715557, 45.969719261025475, 45.9830240630996, @@ -180098,17 +130751,17 @@ ], "ice resistance": 63435.67349735367, "wind resistance": [ - 1044.1749177231686, + 1044.1749177231104, 2143.0106189083126, - 1552.557532859235, + 1552.5575328591622, -17.165817467364832, - -1543.5935637197508, + -1543.593563719729, -2148.2530014634176, - -1901.9684384497996, + -1901.968438449796, -625.208840450312 ], "relative wind speed": [ - 7.5708810111326095, + 7.570881011132609, 7.699159737430535, 7.636875942270916, 7.417021981237458, @@ -180118,31 +130771,31 @@ 7.320714515757499 ], "relative wind angle": [ - 0.03606852291147061, + 0.03606852291147677, 0.006261040835155597, - 0.02682569307696923, - 0.04557203920784352, - 0.03813141320778755, + 0.02682569307697751, + 0.04557203920784353, + 0.03813141320778464, 0.006863468063335024, - 0.02889106521077772, + 0.028891065210777715, 0.046171984579195094 ], "resistance": [ - 64479.84841507684, + 64479.84841507678, 65578.68411626198, - 64988.231030212904, + 64988.23103021283, 63418.50767988631, - 61892.079933633926, + 61892.07993363394, 61287.420495890256, - 61533.70505890387, + 61533.70505890388, 62810.464656903365 ], "fuel": [ - 45.08375767959438, + 45.08375767959435, 45.52057144045781, - 45.28529357701119, + 45.28529357701116, 44.66611466568604, - 44.07280667718559, + 44.072806677185596, 43.84017872547275, 43.934766482436984, 44.428735160453655 @@ -180178,7 +130831,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 949.949211213112, + 949.9492112130774, 1875.2763356840933, 1326.9875346682402, -26.480132698363377, @@ -180188,7 +130841,7 @@ -475.01399404344556 ], "relative wind speed": [ - 5.627557235808144, + 5.627557235808143, 5.770162842245285, 5.6932751464152, 5.435211039743634, @@ -180198,17 +130851,17 @@ 5.337543478896511 ], "relative wind angle": [ - 0.05623263635015378, + 0.0562326363501597, 0.008486495174420624, 0.04340422315079443, 0.07335225460278334, - 0.06164098241334652, + 0.06164098241334653, 0.00984583466178642, 0.04882721266081368, 0.07469694983782357 ], "resistance": [ - 97584.44921121314, + 97584.44921121311, 98509.77633568412, 97961.48753466827, 96608.01986730167, @@ -180218,7 +130871,7 @@ 96159.48600595658 ], "fuel": [ - 49.90985597092021, + 49.909855970920205, 50.391382462525534, 50.10567649585789, 49.40519150701006, @@ -180258,54 +130911,54 @@ ], "ice resistance": 56532.428959700424, "wind resistance": [ - 3096.5580695178905, + 3096.5580695177814, 1051.1755083821263, - -1515.7711388897187, + -1515.7711388897224, -3141.385577253179, - -3234.5591318060106, + -3234.5591318059815, -1857.0659173591084, 656.2464028458489, - 2874.8280659215197 + 2874.8280659214906 ], "relative wind speed": [ - 7.862988963126989, + 7.862988963126988, 7.607317483003321, - 7.205632103108185, + 7.205632103108184, 6.889243354439498, 6.86332211494214, 7.145663482175935, 7.5505398404595825, - 7.840287742871553 + 7.840287742871554 ], "relative wind angle": [ - 0.021984685187326602, - 0.062580346566858, + 0.021984685187336702, + 0.06258034656685799, 0.06944205462568806, 0.033581707826027866, - 0.025187465649396393, + 0.025187465649391984, 0.0666292344597214, 0.06626518700294783, - 0.029506907421565486 + 0.029506907421569247 ], "resistance": [ - 59628.98702921832, + 59628.9870292182, 57583.60446808255, - 55016.65782081071, + 55016.6578208107, 53391.04338244724, - 53297.869827894414, + 53297.86982789444, 54675.36304234131, 57188.67536254627, - 59407.25702562195 + 59407.25702562192 ], "fuel": [ - 43.20911984817234, + 43.20911984817229, 42.44491582800198, 41.50787080725904, 40.92713257194593, - 40.894144991985115, + 40.89414499198512, 41.38513035050135, 42.299153914526656, - 43.125523878121065 + 43.12552387812106 ] }, { @@ -180338,19 +130991,19 @@ ], "ice resistance": 73729.01490097141, "wind resistance": [ - 3298.1730892910273, + 3298.1730892907253, 1576.1506375944737, - -973.3162241175596, + -973.3162241175705, -2891.417533629883, -3245.446382437316, -2272.5475693956723, - 72.95869323064835, + 72.95869323064471, 2454.956568741778 ], "relative wind speed": [ - 7.877223468228744, + 7.877223468228743, 7.678539251924039, - 7.2960683609227965, + 7.296068360922796, 6.944321411183125, 6.845957662600265, 7.0680846658193595, @@ -180358,19 +131011,19 @@ 7.790647343110363 ], "relative wind angle": [ - 0.010574276188017966, - 0.05518550300641585, + 0.010574276188049464, + 0.055185503006415844, 0.07073622849772533, 0.04404056072849133, 0.012167244318370846, 0.05995724222443565, - 0.06915841458869225, + 0.06915841458869226, 0.0392536679052882 ], "resistance": [ - 77027.18799026244, + 77027.18799026213, 75305.16553856588, - 72755.69867685385, + 72755.69867685383, 70837.59736734153, 70483.5685185341, 71456.46733157574, @@ -180378,9 +131031,9 @@ 76183.97146971319 ], "fuel": [ - 50.338889545467794, + 50.338889545467666, 49.58298170157389, - 48.48411573843832, + 48.484115738438305, 47.67332294609514, 47.52516945784027, 47.93342698429039, @@ -180418,17 +131071,17 @@ ], "ice resistance": 39872.622383067464, "wind resistance": [ - 2743.4963217186014, + 2743.496321718554, 533.6075903421879, - -1904.486409273035, + -1904.4864092730495, -3182.3073801502615, - -3042.2039981269627, + -3042.2039981269845, -1390.6863369318235, 1128.0943008925642, 3077.0672084972575 ], "relative wind speed": [ - 7.822467765886594, + 7.822467765886592, 7.530458860762117, 7.134713258968791, 6.8687469992626315, @@ -180438,31 +131091,31 @@ 7.856685975275625 ], "relative wind angle": [ - 0.030825801843229306, + 0.030825801843232907, 0.06565761762631964, - 0.0641860230705159, + 0.06418602307051764, 0.022293551027023243, - 0.03490958462448908, + 0.034909584624492264, 0.068438558025063, 0.06012498260544691, 0.019489867912382237 ], "resistance": [ - 42616.118704786066, + 42616.118704786015, 40406.22997340965, - 37968.13597379443, + 37968.135973794415, 36690.3150029172, - 36830.4183849405, + 36830.41838494048, 38481.93604613564, 41000.716683960025, 42949.68959156472 ], "fuel": [ - 37.326467366398134, + 37.32646736639813, 36.64137479202298, - 35.906619650178044, + 35.90661965017804, 35.53036396303458, - 35.57132098275757, + 35.571320982757555, 36.059621282266555, 36.82388622779735, 37.431456940063626 @@ -180498,19 +131151,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3028.669748613229, + 3028.6697486122175, 1896.15079822197, - -293.0531951690318, + -293.0531951690282, -2240.9350886523644, -2838.201203456705, -2362.432803601183, - -498.2564693236527, + -498.2564693236636, 1723.5606363469087 ], "relative wind speed": [ - 7.153231696707288, + 7.153231696707287, 7.024837459730907, - 6.67929709068465, + 6.679297090684649, 6.303699046602392, 6.129902070840589, 6.27662980979721, @@ -180518,27 +131171,27 @@ 7.00055722316 ], "relative wind angle": [ - 0.002534266374712609, - 0.04969910946738193, - 0.07667999877524441, + 0.0025342663748440346, + 0.04969910946738192, + 0.07667999877524297, 0.059463885049588175, 0.002957339508881479, - 0.05562929954100577, - 0.0770980857102701, + 0.055629299541005775, + 0.07709808571027155, 0.05353868082639812 ], "resistance": [ - 99663.16974861325, + 99663.16974861223, 98530.65079822199, 96341.44680483098, 94393.56491134765, 93796.29879654331, 94272.06719639883, - 96136.24353067637, + 96136.24353067635, 98358.06063634693 ], "fuel": [ - 57.18380963716778, + 57.18380963716725, 56.590039585802295, 55.45578815156669, 54.46156156745935, @@ -180578,13 +131231,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2511.920606162903, + 2511.92060616283, 1118.5993920828296, - -837.9169145893011, + -837.9169145893065, -2246.491208338024, -2465.370885788483, -1631.2557385838063, - 199.70398730861234, + 199.70398730861962, 1993.1369578917675 ], "relative wind speed": [ @@ -180598,19 +131251,19 @@ 6.180873998447057 ], "relative wind angle": [ - 0.016997898032509902, + 0.016997898032522968, 0.07142105250064541, - 0.08904894687695665, + 0.0890489468769579, 0.052810346686958415, - 0.020262429449233035, - 0.07873512938156998, - 0.08583197580684979, + 0.02026242944923303, + 0.07873512938157, + 0.08583197580684851, 0.04544871358211852 ], "resistance": [ - 99146.42060616294, + 99146.42060616286, 97753.09939208286, - 95796.58308541073, + 95796.58308541072, 94388.00879166201, 94169.12911421155, 95003.24426141623, @@ -180618,9 +131271,9 @@ 98627.6369578918 ], "fuel": [ - 52.39392718565886, + 52.39392718565882, 51.66677595050572, - 50.65789643009333, + 50.65789643009331, 49.94038258208175, 49.829550183292355, 50.25286935704129, @@ -180658,17 +131311,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1794.672336733176, + 1794.6723367331506, -625.9106968157321, - -2605.302827171301, + -2605.3028271713156, -3080.9599596511744, -2361.4379432056157, -214.3343289982804, - 2141.193374495655, + 2141.1933744956696, 3271.6971361673823 ], "relative wind speed": [ - 7.063300833866332, + 7.063300833866331, 6.674011713582165, 6.283137820599383, 6.137032258803881, @@ -180678,19 +131331,19 @@ 7.237991373786786 ], "relative wind angle": [ - 0.05876140775044575, + 0.058761407750447636, 0.08257608551350588, - 0.05791689356251165, - 0.005889403066690443, - 0.06550218171368835, - 0.08169225702551697, - 0.05116411350990921, + 0.05791689356251358, + 0.005889403066690442, + 0.06550218171368836, + 0.08169225702551698, + 0.051164113509907044, 0.004993567415261184 ], "resistance": [ - 98429.17233673314, + 98429.17233673311, 96008.58930318424, - 94029.19717282867, + 94029.19717282866, 93553.5400403488, 94273.06205679436, 96420.16567100168, @@ -180698,9 +131351,9 @@ 99906.19713616735 ], "fuel": [ - 56.78634663242848, + 56.786346632428476, 55.5341711461312, - 54.52642896503988, + 54.52642896503987, 54.28643648145686, 54.64979728576935, 55.74554254962624, @@ -180738,9 +131391,9 @@ ], "ice resistance": 37280.00567203876, "wind resistance": [ - 1385.1884950934254, + 1385.1884950933563, -1015.7854800684436, - -2769.2632828065616, + -2769.2632828066053, -3056.5874630736143, -2072.7421182301296, 162.5424653816881, @@ -180748,7 +131401,7 @@ 3059.0212319920793 ], "relative wind speed": [ - 7.646549184815019, + 7.646549184815017, 7.283354081892967, 6.959392266669852, 6.879700374791186, @@ -180758,19 +131411,19 @@ 7.843732269371479 ], "relative wind angle": [ - 0.05327061749199063, - 0.06623429645360256, - 0.03946558855275142, - 0.013625004757510462, + 0.05327061749199689, + 0.06623429645360257, + 0.039465588552757044, + 0.01362500475751046, 0.05739008759151884, 0.06457339716345306, 0.03533235512768815, - 0.01195034174969141 + 0.011950341749691411 ], "resistance": [ - 38665.194167132184, + 38665.19416713211, 36264.220191970315, - 34510.7423892322, + 34510.74238923215, 34223.418208965144, 35207.26355380863, 37442.54813742045, @@ -180778,9 +131431,9 @@ 40339.026904030834 ], "fuel": [ - 36.11443035303529, + 36.11443035303526, 35.4062507070648, - 34.90260682261965, + 34.90260682261964, 34.82117089312324, 35.10129589588723, 35.75112419096128, @@ -180818,19 +131471,19 @@ ], "ice resistance": 71208.96226211496, "wind resistance": [ - 1143.6679469873052, + 1143.6679469872615, -1372.8948661992108, - -3032.488740520883, + -3032.4887405208865, -3180.6755820898725, - -1916.3871666711457, + -1916.3871666711566, 514.8305497215842, 2728.376924201657, 3081.206813181954 ], "relative wind speed": [ - 7.618027304552613, + 7.618027304552611, 7.227828067093832, - 6.909707244623548, + 6.909707244623547, 6.868518678754878, 7.1324203056295215, 7.527566729136055, @@ -180838,17 +131491,17 @@ 7.856793912828616 ], "relative wind angle": [ - 0.059853505591616174, - 0.06843368745270866, + 0.059853505591619886, + 0.06843368745270864, 0.03521409552047797, 0.02187063666149506, - 0.06393398276954271, + 0.06393398276954446, 0.0657047302990147, - 0.031111195074474168, + 0.03111119507447417, 0.019119255825626763 ], "resistance": [ - 72352.63020910227, + 72352.63020910222, 69836.06739591574, 68176.47352159407, 68028.28668002509, @@ -180858,7 +131511,7 @@ 74290.16907529692 ], "fuel": [ - 48.312600157069255, + 48.312600157069234, 47.25541064483884, 46.57112225113991, 46.51051985204879, @@ -180898,53 +131551,53 @@ ], "ice resistance": 45609.840303786616, "wind resistance": [ - 1381.5880645302132, + 1381.5880645301731, -1043.1372721374719, - -2803.6021569572404, - -3084.9721494855366, - -2077.6903437701258, + -2803.6021569572476, + -3084.9721494854857, + -2077.6903437701403, 184.8126293795649, - 2412.1994870526505, + 2412.199487052676, 3082.847939496409 ], "relative wind speed": [ - 7.647000897869811, + 7.64700089786981, 7.279682612239758, - 6.953662435480884, - 6.8755951244152245, + 6.953662435480883, + 6.875595124415224, 7.098405645266569, 7.474637549863413, - 7.778853653987588, + 7.778853653987587, 7.847940947910578 ], "relative wind angle": [ - 0.05401916989540415, - 0.06684057069905824, + 0.05401916989540826, + 0.06684057069905826, 0.03951887095315163, - 0.014208690309317044, - 0.05819855315373414, + 0.014208690309309229, + 0.058198553153736045, 0.06509472229860527, - 0.03532480787867027, - 0.012448161668294285 + 0.035324807878667125, + 0.012448161668294287 ], "resistance": [ - 46991.42836831683, + 46991.42836831679, 44566.703031649144, - 42806.238146829375, - 42524.868154301075, - 43532.14996001649, + 42806.23814682937, + 42524.86815430113, + 43532.149960016475, 45794.65293316618, - 48022.03979083926, + 48022.03979083929, 48692.688243283024 ], "fuel": [ - 38.736472884466636, + 38.73647288446662, 37.9462712063083, 37.38625565709911, - 37.297818888806844, + 37.29781888880686, 37.61577577399259, 38.343717631011046, - 39.078967743446256, + 39.07896774344627, 39.30396174426552 ] }, @@ -180978,9 +131631,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1703.4595656811289, + 1703.4595656811143, -576.041335341255, - -2450.464365030355, + -2450.4643650303587, -2906.35287256216, -2243.1168857306875, -225.9346076681868, @@ -180988,9 +131641,9 @@ 3082.4844791590076 ], "relative wind speed": [ - 6.988906578109848, + 6.988906578109847, 6.619442999883116, - 6.247397706280406, + 6.247397706280404, 6.106378639675706, 6.293741391515427, 6.681240171713635, @@ -180998,17 +131651,17 @@ 7.153190600685397 ], "relative wind angle": [ - 0.05612186067262872, + 0.0561218606726307, 0.07915450033528211, - 0.055762724341593656, + 0.055762724341591664, 0.0050758180727845225, - 0.06232834966205029, + 0.062328349662050295, 0.07842086055234121, - 0.04954706560001613, + 0.049547065600016135, 0.004333007840131724 ], "resistance": [ - 98337.95956568111, + 98337.9595656811, 96058.45866465873, 94184.03563496962, 93728.14712743783, @@ -181018,7 +131671,7 @@ 99716.984479159 ], "fuel": [ - 56.42549068833833, + 56.425490688338314, 55.24647278875418, 54.29145826140331, 54.06116059126824, @@ -181058,9 +131711,9 @@ ], "ice resistance": 83255.05415862404, "wind resistance": [ - 1249.9125965018175, + 1249.9125965017993, -1322.0199504277443, - -3063.2562566412453, + -3063.256256641278, -3253.5856869477757, -2019.518599778734, 442.8310100999588, @@ -181068,9 +131721,9 @@ 3185.0333060795347 ], "relative wind speed": [ - 7.634833954414128, + 7.634833954414127, 7.238494588483653, - 6.90741561244166, + 6.9074156124416595, 6.854482417168181, 7.115978001127639, 7.518778392564861, @@ -181078,19 +131731,19 @@ 7.870444918601464 ], "relative wind angle": [ - 0.06010216457642782, - 0.07024834980672297, - 0.03763968526528749, + 0.06010216457642967, + 0.07024834980672298, + 0.03763968526529045, 0.02049538783777307, - 0.06449034452423676, - 0.06762556605715339, + 0.06449034452423674, + 0.06762556605715338, 0.03322832472816216, 0.017849422923154196 ], "resistance": [ - 84504.96675512586, + 84504.96675512585, 81933.0342081963, - 80191.79790198279, + 80191.79790198276, 80001.46847167627, 81235.53555884531, 83697.885168724, @@ -181138,9 +131791,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2361.9283505895255, + 2361.9283505895182, 883.381189771495, - -1027.0034053065538, + -1027.0034053065738, -2285.933953497017, -2397.4471238979204, -1431.559842917548, @@ -181148,7 +131801,7 @@ 2097.550538313608 ], "relative wind speed": [ - 6.252482230079741, + 6.25248223007974, 6.022844892955304, 5.644872556436796, 5.333542213828776, @@ -181160,17 +131813,17 @@ "relative wind angle": [ 0.023471112573974443, 0.07359597338899267, - 0.0850566589569849, + 0.08505665895698881, 0.04413819130379325, 0.027723235297589754, 0.07982776607508235, - 0.08085742593218193, + 0.08085742593218194, 0.03785351117300001 ], "resistance": [ - 98996.42835058954, + 98996.42835058953, 97517.8811897715, - 95607.49659469345, + 95607.49659469344, 94348.566046503, 94237.0528761021, 95202.94015708247, @@ -181178,9 +131831,9 @@ 98732.05053831362 ], "fuel": [ - 52.44441995583294, + 52.44441995583293, 51.67385037707655, - 50.69026683105927, + 50.69026683105925, 50.0495153078056, 49.99304334254766, 50.483718707977374, @@ -181218,53 +131871,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 783.2433786829206, + 783.2433786828988, -1384.2741592833881, - -2692.0148211749474, - -2713.705170832767, - -1463.278768664417, + -2692.014821174942, + -2713.705170832798, + -1463.2787686644278, 691.7785096543084, - 2528.643192487707, + 2528.643192487678, 2580.1454509841205 ], "relative wind speed": [ 6.642868426717467, 6.249625352166983, - 5.9510028492644755, - 5.9440557183065215, - 6.233643782884034, + 5.951002849264474, + 5.944055718306522, + 6.233643782884035, 6.627835144609457, 6.897215440640857, 6.903203413215932 ], "relative wind angle": [ - 0.07131716923069835, - 0.07684567277007637, - 0.03448306377011836, - 0.03190830464307831, - 0.07600773711391023, + 0.07131716923070146, + 0.07684567277007638, + 0.03448306377011514, + 0.03190830464308527, + 0.07600773711391316, 0.07245263947562466, - 0.029750906869694487, - 0.02747368210557922 + 0.02975090686969822, + 0.027473682105579225 ], "resistance": [ - 97417.74337868292, + 97417.7433786829, 95250.22584071661, 93942.48517882505, - 93920.79482916724, - 95171.22123133558, + 93920.79482916721, + 95171.22123133557, 97326.27850965431, - 99163.14319248771, + 99163.14319248768, 99214.64545098413 ], "fuel": [ - 54.8368257087282, + 54.836825708728185, 53.72269890047481, 53.05896203754726, - 53.048006864919714, - 53.68241991659702, + 53.04800686491969, + 53.68241991659701, 54.789458517021316, - 55.746686209619455, + 55.74668620961943, 55.77370603365808 ] }, @@ -181298,54 +131951,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 807.1113892484318, + 807.11138924841, -1325.61234217136, -2633.6486543800384, - -2673.5695451339725, - -1471.0943138953571, + -2673.5695451339852, + -1471.0943138953626, 638.6923916421547, - 2458.460455760527, - 2553.2691227823016 + 2458.4604557605526, + 2553.2691227822434 ], "relative wind speed": [ 6.617124701847112, 6.229849684070916, 5.9317251730394425, - 5.918886144057669, - 6.200298675594232, + 5.91888614405767, + 6.200298675594233, 6.589310730285249, 6.858912410717971, - 6.869994890831648 + 6.869994890831649 ], "relative wind angle": [ - 0.07015483555028877, - 0.07643973251273177, - 0.035235090590734326, - 0.030454365314407834, - 0.0748796728188131, + 0.07015483555029195, + 0.07643973251273176, + 0.03523509059073432, + 0.03045436531441148, + 0.07487967281881457, 0.07226229638069066, - 0.030470423802578507, - 0.02623709927279255 + 0.030470423802574864, + 0.026237099272801014 ], "resistance": [ - 97441.61138924846, + 97441.61138924844, 95308.88765782867, 94000.85134561999, - 93960.93045486606, + 93960.93045486604, 95163.40568610467, 97273.19239164218, - 99092.96045576056, - 99187.76912278234 + 99092.96045576058, + 99187.76912278228 ], "fuel": [ - 54.69836308156537, + 54.69836308156536, 53.601793178826206, 52.93762145704155, - 52.91745124562072, + 52.91745124562071, 53.52760822486168, 54.611152575149376, - 55.559053516635316, - 55.608776224429995 + 55.55905351663532, + 55.60877622442996 ] }, { @@ -181365,68 +132018,7 @@ "id": "3595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.42919535226583, - 12.42919535226583, - 12.42919535226583, - 12.42919535226583, - 12.42919535226583, - 12.42919535226583, - 12.42919535226583, - 12.42919535226583 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -214.99378094819622, - -1046.1946807617242, - -1257.3673137636342, - -964.2528526523256, - -77.50744186700103, - 909.3297787642923, - 1406.2721466866706, - 792.4728582889329 - ], - "relative wind speed": [ - 3.458017706168157, - 3.134022428048851, - 3.0054597575637008, - 3.170540621732239, - 3.5047799672485276, - 3.7972717173631194, - 3.8998180368658497, - 3.7668343792825314 - ], - "relative wind angle": [ - 0.12968286802659165, - 0.09572291502365232, - 0.007844620940461336, - 0.10518603654203351, - 0.12794301523417673, - 0.07896494531669924, - 0.006045562673172394, - 0.08848723954761221 - ], - "resistance": [ - 96419.50621905182, - 95588.3053192383, - 95377.13268623638, - 95670.24714734769, - 96556.99255813302, - 97543.82977876431, - 98040.77214668668, - 97426.97285828895 - ], - "fuel": [ - 42.56987964787328, - 42.143654557744355, - 42.03577851401502, - 42.185558646879095, - 42.640627992781646, - 43.150503468813774, - 43.40863371170046, - 43.08993711214613 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -60.15625, -52.1875 -60, -52.03125 -60, -52.03125 -60.15625, -52.1875 -60.15625))", @@ -181445,68 +132037,7 @@ "id": "3596", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.048616170383148, - 7.048616170383148, - 7.048616170383148, - 7.048616170383148, - 7.048616170383148, - 7.048616170383148, - 7.048616170383148, - 7.048616170383148 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 581.2788906367891, - 769.3903407808452, - 385.0830882067096, - -161.3142960645498, - -570.264796830033, - -651.5173687150485, - -434.1932641126491, - 65.31400789252098 - ], - "relative wind speed": [ - 2.319525197439213, - 2.3817102007170345, - 2.2349862534946157, - 1.9351633872050849, - 1.6291216195449283, - 1.5367793962129146, - 1.7432931020095874, - 2.0710811325597676 - ], - "relative wind angle": [ - 0.10788758699120066, - 0.029196090371442163, - 0.15638184952425943, - 0.22023018331906455, - 0.15391834537359017, - 0.045257301038645274, - 0.20102412776450274, - 0.20556252198174918 - ], - "resistance": [ - 97215.77889063682, - 97403.89034078087, - 97019.58308820674, - 96473.18570393548, - 96064.23520317, - 95982.98263128498, - 96200.30673588738, - 96699.81400789255 - ], - "fuel": [ - 39.91075513093794, - 40.00812946178804, - 39.80933628472179, - 39.52764380418583, - 39.31753827550446, - 39.27586743953192, - 39.38737834087155, - 39.64434608040668 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -60.15625, -52.03125 -60, -51.875 -60, -51.875 -60.15625, -52.03125 -60.15625))", @@ -181525,68 +132056,7 @@ "id": "3597", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.72128078181685, - 7.72128078181685, - 7.72128078181685, - 7.72128078181685, - 7.72128078181685, - 7.72128078181685, - 7.72128078181685, - 7.72128078181685 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 674.2468909434963, - 865.1905149412958, - 416.61772011324433, - -207.305382221655, - -664.4597742959206, - -746.8503140738344, - -485.46571635264695, - 91.03335834324685 - ], - "relative wind speed": [ - 2.52602337496794, - 2.584231068840976, - 2.423818149410352, - 2.1074443369562648, - 1.7936831798349977, - 1.708754875148696, - 1.9295592810526414, - 2.27085266081672 - ], - "relative wind angle": [ - 0.09945174054972791, - 0.03227574468914352, - 0.15272478566101416, - 0.20940114306429256, - 0.14028566624482833, - 0.04882305985457914, - 0.19228317976222203, - 0.1941328448512063 - ], - "resistance": [ - 97308.74689094348, - 97499.69051494128, - 97051.11772011322, - 96427.19461777832, - 95970.04022570407, - 95887.64968592615, - 96149.03428364734, - 96725.53335834324 - ], - "fuel": [ - 40.238332985648775, - 40.337240428648556, - 40.10509791457062, - 39.783454213283804, - 39.54870232048463, - 39.50647692396228, - 39.64052435419519, - 39.937072536519196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -60.3125, -52.1875 -60.15625, -52.03125 -60.15625, -52.03125 -60.3125, -52.1875 -60.3125))", @@ -181605,68 +132075,7 @@ "id": "3598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.302148792319429, - 6.302148792319429, - 6.302148792319429, - 6.302148792319429, - 6.302148792319429, - 6.302148792319429, - 6.302148792319429, - 6.302148792319429 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 568.0911323131284, - 660.0755615580317, - 284.9530840521195, - -195.8495685521293, - -523.4601106815435, - -563.3695886489304, - -327.71986169602314, - 129.88714381291197 - ], - "relative wind speed": [ - 2.1295382518357675, - 2.1626319839793138, - 1.9949739070866657, - 1.6888133746872394, - 1.3979105662102405, - 1.3461463586934619, - 1.5840347935564214, - 1.907091110207236 - ], - "relative wind angle": [ - 0.09879044637935049, - 0.051854101994314464, - 0.18580998684151923, - 0.24469146857877344, - 0.15082109480681452, - 0.08336465666536692, - 0.23482171901904633, - 0.2162098480813296 - ], - "resistance": [ - 97202.59113231316, - 97294.57556155806, - 96919.45308405215, - 96438.6504314479, - 96111.03988931849, - 96071.1304113511, - 96306.780138304, - 96764.38714381294 - ], - "fuel": [ - 39.628694453494035, - 39.67628846483909, - 39.482392534253144, - 39.234637558692754, - 39.06631438906747, - 39.04583656949906, - 39.166835836289636, - 39.402393927595305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -60.3125, -52.03125 -60.15625, -51.875 -60.15625, -51.875 -60.3125, -52.03125 -60.3125))", @@ -181685,68 +132094,7 @@ "id": "3599", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.303150743490664, - 6.303150743490664, - 6.303150743490664, - 6.303150743490664, - 6.303150743490664, - 6.303150743490664, - 6.303150743490664, - 6.303150743490664 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 527.7815913249337, - 748.9456079260344, - 406.78909593894787, - -103.67806935638214, - -503.0072004401376, - -598.8130136205561, - -419.6644557023018, - 34.87411478492686 - ], - "relative wind speed": [ - 2.120268011653773, - 2.1991663784413147, - 2.0636445639453385, - 1.7609190538358088, - 1.4286963513315576, - 1.30398502502278, - 1.5093312490136817, - 1.8536110140448416 - ], - "relative wind angle": [ - 0.13377507613555026, - 0.021754772519795306, - 0.17064683887285084, - 0.25710485982270104, - 0.19925419614009762, - 0.036694691432116094, - 0.23432598586618078, - 0.24397931765246203 - ], - "resistance": [ - 97162.28159132498, - 97383.44560792609, - 97041.28909593899, - 96530.82193064367, - 96131.4927995599, - 96035.68698637949, - 96214.83554429775, - 96669.37411478497 - ], - "fuel": [ - 39.60819250172514, - 39.72264579353451, - 39.545655408413204, - 39.28241122112538, - 39.077156049446835, - 39.028000119177904, - 39.11994522267649, - 39.35376569802153 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -60.46875, -52.5 -60.3125, -52.34375 -60.3125, -52.34375 -60.46875, -52.5 -60.46875))", @@ -181765,68 +132113,7 @@ "id": "3600", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.888435322520831, - 5.888435322520831, - 5.888435322520831, - 5.888435322520831, - 5.888435322520831, - 5.888435322520831, - 5.888435322520831, - 5.888435322520831 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 325.0285361948411, - 623.2242889938016, - 457.0017406321556, - 44.924938532304395, - -344.7020391771307, - -507.7696485914403, - -435.7648857599361, - -106.51517462384822 - ], - "relative wind speed": [ - 1.9086547957411575, - 2.039137981443547, - 1.9752253087287552, - 1.7388362559979509, - 1.4277577981927005, - 1.2342494692079564, - 1.3341440849335504, - 1.6303079262620348 - ], - "relative wind angle": [ - 0.17072016990443034, - 0.027410233727441266, - 0.12447424184044407, - 0.23371010387435293, - 0.22911434620140236, - 0.04529502801963762, - 0.18486204537969103, - 0.2495882678072052 - ], - "resistance": [ - 96959.52853619486, - 97257.72428899382, - 97091.50174063217, - 96679.42493853232, - 96289.79796082288, - 96126.73035140858, - 96198.73511424007, - 96527.98482537616 - ], - "fuel": [ - 39.36634697422279, - 39.520482269927015, - 39.43452218493687, - 39.22186476132389, - 39.02137401557687, - 38.9376318344531, - 38.97459715570415, - 39.14387095896906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -60.46875, -52.34375 -60.3125, -52.1875 -60.3125, -52.1875 -60.46875, -52.34375 -60.46875))", @@ -181845,68 +132132,7 @@ "id": "3601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.5359612309926565, - 5.5359612309926565, - 5.5359612309926565, - 5.5359612309926565, - 5.5359612309926565, - 5.5359612309926565, - 5.5359612309926565, - 5.5359612309926565 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 392.32341740393827, - 609.2499276041312, - 358.0530833378218, - -45.51222988033305, - -378.5677815934961, - -472.39986372076544, - -355.0031105345307, - -6.349101179301215 - ], - "relative wind speed": [ - 1.8579742480807637, - 1.9457664572374924, - 1.8398378465247893, - 1.5760582105015366, - 1.2691315530378058, - 1.1299363253462062, - 1.2952837156169514, - 1.605865412342555 - ], - "relative wind angle": [ - 0.1499455275830975, - 0.007924537308264139, - 0.163435571162121, - 0.26181465513457497, - 0.22047641532973286, - 0.013646446916599202, - 0.23322243292240627, - 0.25684411372500554 - ], - "resistance": [ - 97026.82341740397, - 97243.74992760416, - 96992.55308333786, - 96588.9877701197, - 96255.93221840654, - 96162.10013627926, - 96279.4968894655, - 96628.15089882072 - ], - "fuel": [ - 39.29350290490258, - 39.40565221841026, - 39.27580142604003, - 39.067678662445886, - 38.89637495752334, - 38.848187913745846, - 38.90848163534837, - 39.08784893708219 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -60.625, -52.5 -60.46875, -52.34375 -60.46875, -52.34375 -60.625, -52.5 -60.625))", @@ -181938,7 +132164,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 175.86837511387864, + 175.8683751138782, 450.0074103315179, 413.04250963390575, 113.43337496476909, @@ -181958,14 +132184,14 @@ 1.4181622234422655 ], "relative wind angle": [ - 0.1878981127398307, + 0.18789811273983192, 0.06056174390222396, - 0.08677842952690298, + 0.086778429526903, 0.20474019916044744, 0.2307060272338735, 0.09516264044388581, - 0.13251172876281578, - 0.23641065341478157 + 0.1325117287628158, + 0.23641065341478154 ], "resistance": [ 96810.36837511389, @@ -182018,17 +132244,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 289.9111427953337, + 289.91114279533303, 597.2811252592123, - 468.3785300994282, - 72.68696535220556, + 468.37853009942796, + 72.68696535220533, -317.0168546854334, -496.13915845422036, - -440.25283199268915, + -440.25283199268927, -132.30567303190378 ], "relative wind speed": [ - 1.8789706848519254, + 1.8789706848519252, 2.019710820763733, 1.9698343963015035, 1.746465103543921, @@ -182038,14 +132264,14 @@ 1.598613848781922 ], "relative wind angle": [ - 0.17727845104971746, + 0.17727845104971807, 0.03766508850189097, - 0.11386025099887204, - 0.22670981821266642, - 0.23210134355894194, + 0.11386025099887302, + 0.22670981821266645, + 0.23210134355894196, 0.06159640087834612, - 0.17121216116264354, - 0.2480987306851741 + 0.1712121611626442, + 0.24809873068517413 ], "resistance": [ 96924.41114279538, @@ -182085,68 +132311,7 @@ "id": "3604", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.186534036055072, - 5.186534036055072, - 5.186534036055072, - 5.186534036055072, - 5.186534036055072, - 5.186534036055072, - 5.186534036055072, - 5.186534036055072 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 455.16715620865887, - 600.3925244441931, - 308.31293732914753, - -98.85777443339578, - -402.0999716888022, - -465.310932357992, - -301.8651109975907, - 67.66552781362066 - ], - "relative wind speed": [ - 1.8139529057108297, - 1.8739207228050285, - 1.7331305984366292, - 1.4368011965719756, - 1.1152586553294206, - 1.0112606672197963, - 1.2371278596760484, - 1.5715690675096936 - ], - "relative wind angle": [ - 0.14140524619803072, - 0.03755203230158263, - 0.20637580239912445, - 0.3053159422582729, - 0.23128447814872946, - 0.0696258351939957, - 0.2911669912249835, - 0.27839981278475234 - ], - "resistance": [ - 97089.66715620868, - 97234.89252444422, - 96942.81293732917, - 96535.64222556664, - 96232.40002831123, - 96169.18906764203, - 96332.63488900244, - 96702.16552781365 - ], - "fuel": [ - 39.22738412234655, - 39.30247909165674, - 39.15152669001634, - 38.94162267812208, - 38.78569653968792, - 38.75323676893769, - 38.83719911601006, - 39.027393954326975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -60.46875, -52.03125 -60.3125, -51.875 -60.3125, -51.875 -60.46875, -52.03125 -60.46875))", @@ -182165,68 +132330,7 @@ "id": "3605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.591432143135106, - 5.591432143135106, - 5.591432143135106, - 5.591432143135106, - 5.591432143135106, - 5.591432143135106, - 5.591432143135106, - 5.591432143135106 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 409.31322330434386, - 690.2241595172745, - 442.8703351512295, - -3.135384503743353, - -390.37497929258006, - -520.4706358360748, - -413.32775134795713, - -41.265789437055105 - ], - "relative wind speed": [ - 1.891313878988528, - 2.0052753695218617, - 1.9085664572787866, - 1.631955937378662, - 1.2871594847245018, - 1.1012349523874718, - 1.2614364058965388, - 1.603298957283204 - ], - "relative wind angle": [ - 0.1754841933184334, - 0.007441971757427952, - 0.16266542982717566, - 0.2806649203537412, - 0.25943022347384875, - 0.013551623708098202, - 0.2475512160878492, - 0.2858213222673125 - ], - "resistance": [ - 97043.81322330437, - 97324.7241595173, - 97077.37033515125, - 96631.36461549629, - 96244.12502070745, - 96114.02936416396, - 96221.17224865207, - 96593.23421056298 - ], - "fuel": [ - 39.31867105586921, - 39.46395101854165, - 39.336010493939625, - 39.10589523206181, - 38.906700496200685, - 38.83990495009864, - 38.89491118492992, - 39.08625631423795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -60.625, -52.1875 -60.46875, -52.03125 -60.46875, -52.03125 -60.625, -52.1875 -60.625))", @@ -182245,68 +132349,7 @@ "id": "3606", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.562786541565322, - 5.562786541565322, - 5.562786541565322, - 5.562786541565322, - 5.562786541565322, - 5.562786541565322, - 5.562786541565322, - 5.562786541565322 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 344.1017237800784, - 640.0658722946532, - 459.4964774505404, - 42.615620817857916, - -344.16999859307714, - -501.69363706222646, - -423.30020716585557, - -88.86339623840456 - ], - "relative wind speed": [ - 1.844707949989506, - 1.9761630592119552, - 1.904878304300863, - 1.6537936122370183, - 1.322139523070061, - 1.116145108229418, - 1.2338715431609084, - 1.5543381315989284 - ], - "relative wind angle": [ - 0.185783415303635, - 0.02612506072667806, - 0.14102409672344307, - 0.2631992070349163, - 0.26066663270315105, - 0.046266321617243325, - 0.2187352701669688, - 0.2804812680903249 - ], - "resistance": [ - 96978.60172378007, - 97274.56587229464, - 97093.99647745052, - 96677.11562081784, - 96290.33000140691, - 96132.80636293776, - 96211.19979283413, - 96545.63660376158 - ], - "fuel": [ - 39.27649764423997, - 39.42949921572961, - 39.33611332747405, - 39.120976567200735, - 38.921949181021674, - 38.84105212906522, - 38.881299925492584, - 39.05325925887534 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -60.625, -52.03125 -60.46875, -51.875 -60.46875, -51.875 -60.625, -52.03125 -60.625))", @@ -182325,68 +132368,7 @@ "id": "3607", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.363072411175477, - 5.363072411175477, - 5.363072411175477, - 5.363072411175477, - 5.363072411175477, - 5.363072411175477, - 5.363072411175477, - 5.363072411175477 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 423.3140654777268, - 594.3145328897327, - 321.77350955038844, - -79.53621388701367, - -391.0693370303644, - -465.2916546167321, - -321.4313038470998, - 36.17153590022997 - ], - "relative wind speed": [ - 1.834282734733398, - 1.9043783446443296, - 1.7793420323218994, - 1.5008694990748088, - 1.1922232854985513, - 1.0767230999081028, - 1.272765275075717, - 1.591659593057801 - ], - "relative wind angle": [ - 0.14192741367531136, - 0.02474411041709159, - 0.18430939122593723, - 0.27949954647162095, - 0.21938417091192597, - 0.04377391952166252, - 0.25909982274978544, - 0.2631655795118884 - ], - "resistance": [ - 97057.81406547775, - 97228.81453288977, - 96956.27350955042, - 96554.96378611302, - 96243.43066296967, - 96169.2083453833, - 96313.06869615293, - 96670.67153590026 - ], - "fuel": [ - 39.25972836492178, - 39.34813938056715, - 39.20728114456902, - 39.00037410360264, - 38.84016720582166, - 38.802051413211515, - 38.875947444802925, - 39.05996915646948 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -60.15625, -51.875 -60, -51.71875 -60, -51.71875 -60.15625, -51.875 -60.15625))", @@ -182405,68 +132387,7 @@ "id": "3608", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.789859150138021, - 7.789859150138021, - 7.789859150138021, - 7.789859150138021, - 7.789859150138021, - 7.789859150138021, - 7.789859150138021, - 7.789859150138021 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 765.4042509891706, - 939.2614244045235, - 431.59972496186083, - -248.726423428109, - -731.605493124217, - -806.8191346687433, - -500.19126447013537, - 136.67431225741348 - ], - "relative wind speed": [ - 2.5855649523250426, - 2.6372186392156123, - 2.4556399276705445, - 2.110116298253577, - 1.7737855500101805, - 1.6960363053573675, - 1.9496907051495938, - 2.3192392088702576 - ], - "relative wind angle": [ - 0.09976154396136193, - 0.04059082130933603, - 0.16727650374852893, - 0.22520152415969238, - 0.14569155066859144, - 0.06314052275564162, - 0.21127218773656056, - 0.20459218439333576 - ], - "resistance": [ - 97399.90425098914, - 97573.7614244045, - 97066.09972496184, - 96385.77357657187, - 95902.89450687576, - 95827.68086533123, - 96134.30873552983, - 96771.17431225738 - ], - "fuel": [ - 40.31570141238757, - 40.40581164079283, - 40.14300570404525, - 39.79231867274064, - 39.5444545200768, - 39.50592509322712, - 39.66313228984439, - 39.99076932455262 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -60.15625, -51.71875 -60, -51.5625 -60, -51.5625 -60.15625, -51.71875 -60.15625))", @@ -182485,68 +132406,7 @@ "id": "3609", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.0263480953500554, - 7.0263480953500554, - 7.0263480953500554, - 7.0263480953500554, - 7.0263480953500554, - 7.0263480953500554, - 7.0263480953500554, - 7.0263480953500554 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 585.1609940371868, - 943.2332494902589, - 568.9207273111465, - -53.433685998705414, - -578.2442048520629, - -732.8610304754557, - -567.0548482749559, - -34.832077443281605 - ], - "relative wind speed": [ - 2.3336220714283122, - 2.4492076439913633, - 2.3267981918359704, - 2.008575242105278, - 1.6333805623160802, - 1.4543403832059523, - 1.6430867926187644, - 2.019739966037976 - ], - "relative wind angle": [ - 0.14953832955016513, - 0.0023521159639073317, - 0.1535222947480117, - 0.25026025819033165, - 0.21449198512434173, - 0.003961129195032025, - 0.2182813426091167, - 0.24884750050774884 - ], - "resistance": [ - 97219.6609940372, - 97577.73324949028, - 97203.42072731117, - 96581.0663140013, - 96056.25579514795, - 95901.63896952456, - 96067.44515172506, - 96599.66792255673 - ], - "fuel": [ - 39.9040214095079, - 40.08949294129806, - 39.89562071020093, - 39.574431175375395, - 39.30470297427128, - 39.22543256582235, - 39.31044309060903, - 39.58401034393563 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -60.3125, -51.875 -60.15625, -51.71875 -60.15625, -51.71875 -60.3125, -51.875 -60.3125))", @@ -182565,68 +132425,7 @@ "id": "3610", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.663258670691011, - 6.663258670691011, - 6.663258670691011, - 6.663258670691011, - 6.663258670691011, - 6.663258670691011, - 6.663258670691011, - 6.663258670691011 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 652.3981419431091, - 797.2535639485789, - 369.57750121613026, - -198.00719357155208, - -599.5837642000614, - -662.486911085236, - -404.5796071276077, - 126.28134265493372 - ], - "relative wind speed": [ - 2.265774343028856, - 2.3144684217902673, - 2.1400516835185877, - 1.805000655407651, - 1.4716220490276322, - 1.3937864805083302, - 1.6491160118625334, - 2.0103177516726256 - ], - "relative wind angle": [ - 0.11112234779244172, - 0.0457310861943429, - 0.18844193662320172, - 0.25834440317697116, - 0.17157759242961276, - 0.07598592402593146, - 0.24555599399671021, - 0.2314484853287261 - ], - "resistance": [ - 97286.89814194311, - 97431.75356394857, - 97004.07750121613, - 96436.49280642845, - 96034.91623579994, - 95972.01308891477, - 96229.92039287239, - 96760.78134265494 - ], - "fuel": [ - 39.80088036975918, - 39.87589025312985, - 39.65465356923923, - 39.36209319695763, - 39.1558254751534, - 39.123569959505154, - 39.25591340209213, - 39.52910026908302 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -60.3125, -51.71875 -60.15625, -51.5625 -60.15625, -51.5625 -60.3125, -51.71875 -60.3125))", @@ -182645,68 +132444,7 @@ "id": "3611", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.9324725934764135, - 5.9324725934764135, - 5.9324725934764135, - 5.9324725934764135, - 5.9324725934764135, - 5.9324725934764135, - 5.9324725934764135, - 5.9324725934764135 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 561.0549165414207, - 755.8465740154365, - 394.94268079706694, - -117.84379156837622, - -505.3105196009444, - -590.0035453419157, - -391.66032042296763, - 70.97210147367673 - ], - "relative wind speed": [ - 2.054169645915177, - 2.1253553281699586, - 1.973596304029941, - 1.648588604604112, - 1.2942300273699034, - 1.1736733050405248, - 1.4140586715778594, - 1.7823579636859281 - ], - "relative wind angle": [ - 0.14045182747959442, - 0.03276598193511809, - 0.19686722176261093, - 0.29309469403956695, - 0.2240594739072983, - 0.05935876578639953, - 0.27650536017165245, - 0.27052004259826734 - ], - "resistance": [ - 97195.55491654144, - 97390.34657401545, - 97029.44268079709, - 96516.65620843164, - 96129.18948039907, - 96044.4964546581, - 96242.83967957705, - 96705.47210147369 - ], - "fuel": [ - 39.50233843167929, - 39.60315847849003, - 39.41647378710433, - 39.15205836702172, - 38.95291234284478, - 38.90945712286276, - 39.01126716417993, - 39.24930639575435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -60.15625, -51.5625 -60, -51.40625 -60, -51.40625 -60.15625, -51.5625 -60.15625))", @@ -182725,68 +132463,7 @@ "id": "3612", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.236003720769551, - 7.236003720769551, - 7.236003720769551, - 7.236003720769551, - 7.236003720769551, - 7.236003720769551, - 7.236003720769551, - 7.236003720769551 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 474.5581556852503, - 963.9908673868599, - 749.3688472075105, - 114.12661265515112, - -506.730978902732, - -789.2341891212542, - -696.0868868318739, - -200.70946251539908 - ], - "relative wind speed": [ - 2.3423177079834656, - 2.5209078994081167, - 2.4545008550763447, - 2.1653615858914743, - 1.7692115852194288, - 1.5038567887632495, - 1.609965040253064, - 1.981860509913126 - ], - "relative wind angle": [ - 0.18329631526728002, - 0.03755643921359438, - 0.11968949792218905, - 0.23734573240081652, - 0.2437211519082517, - 0.06298251125994647, - 0.1830600995867709, - 0.2598067249128302 - ], - "resistance": [ - 97109.05815568528, - 97598.49086738689, - 97383.86884720754, - 96748.62661265518, - 96127.7690210973, - 95845.26581087877, - 95938.41311316815, - 96433.79053748463 - ], - "fuel": [ - 39.93042865260392, - 40.1838594569828, - 40.07261732389327, - 39.744365236149974, - 39.42499714754996, - 39.28015278690013, - 39.32787822987332, - 39.58223483968054 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -60.15625, -51.40625 -60, -51.25 -60, -51.25 -60.15625, -51.40625 -60.15625))", @@ -182805,68 +132482,7 @@ "id": "3613", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.895533044204686, - 6.895533044204686, - 6.895533044204686, - 6.895533044204686, - 6.895533044204686, - 6.895533044204686, - 6.895533044204686, - 6.895533044204686 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 581.6789562899953, - 957.8553468271125, - 591.0698649656401, - -34.63402683347135, - -568.896727504422, - -733.842541896796, - -575.351861944766, - -45.36158538085601 - ], - "relative wind speed": [ - 2.303656514724002, - 2.4269169222037124, - 2.3076414012570945, - 1.9858212693092503, - 1.598171458135618, - 1.40394430094321, - 1.5924121673215927, - 1.979267347729623 - ], - "relative wind angle": [ - 0.15870738174808077, - 0.0013975703810461856, - 0.15632637341165476, - 0.26050608249378765, - 0.22982471317304978, - 0.0024159002609581487, - 0.2275778912952436, - 0.26138885467444856 - ], - "resistance": [ - 97216.17895628996, - 97592.35534682708, - 97225.56986496561, - 96599.8659731665, - 96065.60327249554, - 95900.65745810317, - 96059.1481380552, - 96589.13841461911 - ], - "fuel": [ - 39.85152482785469, - 40.04638159801085, - 39.85638284515976, - 39.53341701526534, - 39.25880285377813, - 39.174234314820815, - 39.25549137080116, - 39.527892538083975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -60.3125, -51.5625 -60.15625, -51.40625 -60.15625, -51.40625 -60.3125, -51.5625 -60.3125))", @@ -182885,68 +132501,7 @@ "id": "3614", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.662984772555919, - 5.662984772555919, - 5.662984772555919, - 5.662984772555919, - 5.662984772555919, - 5.662984772555919, - 5.662984772555919, - 5.662984772555919 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 427.99483958920905, - 760.0812354011039, - 523.3851385077041, - 36.33603868169985, - -401.7374352172019, - -569.4922206782613, - -466.6687650552243, - -71.5362837462817 - ], - "relative wind speed": [ - 1.928343150919716, - 2.065075547293521, - 1.975999892848488, - 1.6880413260773812, - 1.31046536011939, - 1.0822614063811868, - 1.2374373484078232, - 1.6082111954674163 - ], - "relative wind angle": [ - 0.19686955218802296, - 0.020252462082484955, - 0.16165565287036368, - 0.29550686622394107, - 0.2919548228449659, - 0.038650938922527835, - 0.25993396608297303, - 0.31065349336538806 - ], - "resistance": [ - 97062.49483958924, - 97394.58123540113, - 97157.88513850773, - 96670.83603868172, - 96232.76256478282, - 96065.00777932176, - 96167.83123494481, - 96562.96371625375 - ], - "fuel": [ - 39.34976577203085, - 39.52156707959273, - 39.399072904309044, - 39.147672710788285, - 38.92230628960005, - 38.83619410916995, - 38.88896320386975, - 39.092111641043516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -60.3125, -51.40625 -60.15625, -51.25 -60.15625, -51.25 -60.3125, -51.40625 -60.3125))", @@ -182965,68 +132520,7 @@ "id": "3615", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.558332660748568, - 5.558332660748568, - 5.558332660748568, - 5.558332660748568, - 5.558332660748568, - 5.558332660748568, - 5.558332660748568, - 5.558332660748568 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 491.044156052621, - 762.7953729825251, - 454.3509469906371, - -36.27811691400791, - -439.78073078563284, - -557.6166392106745, - -414.8537769580456, - 5.137474419142791 - ], - "relative wind speed": [ - 1.9362475164094919, - 2.0400786122401358, - 1.917687074085126, - 1.6061184780043662, - 1.229365045638883, - 1.0480802050038815, - 1.2581212763988396, - 1.637307635984623 - ], - "relative wind angle": [ - 0.1760741075892273, - 0.008029029420018192, - 0.1900830117727472, - 0.3139710044693122, - 0.279511034862016, - 0.01562890127400607, - 0.2921291082485161, - 0.3077917168796505 - ], - "resistance": [ - 97125.54415605264, - 97397.29537298254, - 97088.85094699066, - 96598.22188308601, - 96194.71926921439, - 96076.88336078935, - 96219.64622304197, - 96639.63747441916 - ], - "fuel": [ - 39.351105097200744, - 39.491725902066165, - 39.3321388295721, - 39.079020065985205, - 38.87152165950093, - 38.8110396614218, - 38.884322614474215, - 39.100352028164934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -60.46875, -51.5625 -60.3125, -51.40625 -60.3125, -51.40625 -60.46875, -51.5625 -60.46875))", @@ -183045,68 +132539,7 @@ "id": "3616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.763403467882955, - 5.763403467882955, - 5.763403467882955, - 5.763403467882955, - 5.763403467882955, - 5.763403467882955, - 5.763403467882955, - 5.763403467882955 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 487.577132749828, - 741.1672059837838, - 431.386807707878, - -54.597521598298954, - -450.06969924577345, - -560.0116446210005, - -411.6667427085166, - 9.19862058143599 - ], - "relative wind speed": [ - 1.9771753628307487, - 2.072870706256827, - 1.9492245772843793, - 1.6457807104582092, - 1.2896395261108162, - 1.129424436531527, - 1.3315089447700927, - 1.6922760932471703 - ], - "relative wind angle": [ - 0.16074945157305662, - 0.01169241900929831, - 0.18092267960848502, - 0.2907404911693937, - 0.24792051020281433, - 0.02146064871560287, - 0.26655952858063064, - 0.28252941568857926 - ], - "resistance": [ - 97122.07713274982, - 97375.66720598379, - 97065.88680770788, - 96579.9024784017, - 96184.43030075423, - 96074.488355379, - 96222.83325729148, - 96643.69862058143 - ], - "fuel": [ - 39.41122112150338, - 39.54243239270323, - 39.38217979807343, - 39.1314946116141, - 38.92814685060155, - 38.871719205646656, - 38.947867746792085, - 39.1643524498764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -60.46875, -51.40625 -60.3125, -51.25 -60.3125, -51.25 -60.46875, -51.40625 -60.46875))", @@ -183125,68 +132558,7 @@ "id": "3617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.175688422386952, - 6.175688422386952, - 6.175688422386952, - 6.175688422386952, - 6.175688422386952, - 6.175688422386952, - 6.175688422386952, - 6.175688422386952 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 479.27968043492524, - 829.0267197747985, - 548.8773925034579, - 12.057318637172784, - -462.5625754856054, - -631.6353961635114, - -510.19521051330344, - -67.07487629335992 - ], - "relative wind speed": [ - 2.078301685130983, - 2.2100023246461538, - 2.1107653274315954, - 1.8122282927789233, - 1.4341138788481471, - 1.2214377745025558, - 1.3858896941805112, - 1.7583654701951896 - ], - "relative wind angle": [ - 0.17868080033909553, - 0.012682510991484394, - 0.15686198562671114, - 0.27628979830858635, - 0.260502918300122, - 0.02294843681366958, - 0.24023257125715697, - 0.28498616796376103 - ], - "resistance": [ - 97113.77968043495, - 97463.52671977483, - 97183.37739250349, - 96646.5573186372, - 96171.93742451443, - 96002.86460383651, - 96124.30478948672, - 96567.42512370666 - ], - "fuel": [ - 39.53977950670938, - 39.72079559270894, - 39.57576442318873, - 39.29867272786366, - 39.054580190866204, - 38.967830115691505, - 39.030129458612365, - 39.257917559448074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -60.625, -51.5625 -60.46875, -51.40625 -60.46875, -51.40625 -60.625, -51.5625 -60.625))", @@ -183205,68 +132577,7 @@ "id": "3618", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.03453206070671, - 6.03453206070671, - 6.03453206070671, - 6.03453206070671, - 6.03453206070671, - 6.03453206070671, - 6.03453206070671, - 6.03453206070671 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 522.0542843564745, - 746.5007054380189, - 410.5999171153196, - -91.77579642593241, - -486.2977396427284, - -583.6570263949343, - -409.8190145417584, - 35.30263774909122 - ], - "relative wind speed": [ - 2.056279412590747, - 2.138355960643708, - 2.00257988817447, - 1.6943782266934955, - 1.3497371738653048, - 1.215528381708124, - 1.428197903876621, - 1.783019317356223 - ], - "relative wind angle": [ - 0.1434166730917612, - 0.021500148291379473, - 0.18019654720915412, - 0.2759189085930835, - 0.2195006420283867, - 0.03782914109058837, - 0.2540246600139996, - 0.26187030758739915 - ], - "resistance": [ - 97156.55428435649, - 97381.00070543804, - 97045.09991711534, - 96542.72420357408, - 96148.20226035728, - 96050.84297360507, - 96224.68098545825, - 96669.8026377491 - ], - "fuel": [ - 39.51514920502297, - 39.63129774208896, - 39.457542457939866, - 39.198456286455, - 38.995651007809315, - 38.94569225112343, - 39.03491988884252, - 39.26390468906649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -60.625, -51.40625 -60.46875, -51.25 -60.46875, -51.25 -60.625, -51.40625 -60.625))", @@ -183285,68 +132596,7 @@ "id": "3619", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.4418096461516345, - 6.4418096461516345, - 6.4418096461516345, - 6.4418096461516345, - 6.4418096461516345, - 6.4418096461516345, - 6.4418096461516345, - 6.4418096461516345 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 549.8953858875959, - 827.3153661035988, - 474.19096524456677, - -77.7925010864451, - -524.9765406328443, - -645.088659513419, - -472.93955784368165, - 8.686870948073192 - ], - "relative wind speed": [ - 2.1711878730080043, - 2.2673249266102435, - 2.1368026023809885, - 1.823808540337242, - 1.465601536765059, - 1.3119764943157233, - 1.515295114135513, - 1.8803635426847813 - ], - "relative wind angle": [ - 0.14658245082638344, - 0.012909063978536695, - 0.16857652814164073, - 0.2650401397363596, - 0.21809999301422092, - 0.022310352317083955, - 0.238859739517307, - 0.25688550452704073 - ], - "resistance": [ - 97184.39538588763, - 97461.81536610365, - 97108.6909652446, - 96556.7074989136, - 96109.52345936719, - 95989.41134048662, - 96161.56044215636, - 96643.18687094812 - ], - "fuel": [ - 39.667987999735345, - 39.81160584923126, - 39.62884623388696, - 39.34409658933192, - 39.11424073661918, - 39.05262900734699, - 39.14094986813349, - 39.38863348109538 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -60.78125, -52.5 -60.625, -52.34375 -60.625, -52.34375 -60.78125, -52.5 -60.78125))", @@ -183378,7 +132628,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 174.5847864503304, + 174.58478645033017, 484.8692634473474, 468.8805965372102, 147.67529252361112, @@ -183388,23 +132638,23 @@ -191.1026341357773 ], "relative wind speed": [ - 1.7124303972738488, + 1.7124303972738486, 1.8798829637032834, 1.873312748956614, - 1.6949587147239618, + 1.694958714723962, 1.4133353311792314, 1.1815137183482627, 1.1919035063559436, 1.4342418133802521 ], "relative wind angle": [ - 0.20137407156116108, - 0.07122741720989341, + 0.20137407156116163, + 0.0712274172098934, 0.0819312390018271, - 0.20835335339403488, + 0.2083533533940354, 0.24478102889266967, - 0.11347610311963074, - 0.12898452747567224, + 0.11347610311963076, + 0.1289845274756722, 0.24695269739954384 ], "resistance": [ @@ -183458,9 +132708,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 319.8130757433046, + 319.8130757433041, 606.7218811190507, - 440.67577026502113, + 440.6757702650209, 40.310831617467784, -335.817754490968, -491.09386500833386, @@ -183468,9 +132718,9 @@ -98.25184097180545 ], "relative wind speed": [ - 1.8710657999062328, + 1.8710657999062323, 1.9984209995482352, - 1.9332907324905035, + 1.933290732490503, 1.6978431221973243, 1.3891272188023505, 1.1986972787826522, @@ -183478,14 +132728,14 @@ 1.5962112610815473 ], "relative wind angle": [ - 0.17184337401703145, + 0.17184337401703148, 0.02621703925198202, - 0.1275192449847041, + 0.1275192449847032, 0.23788395005686333, 0.23241120210890717, 0.04371693455577996, 0.19010449835421897, - 0.2533521285905041 + 0.25335212859050404 ], "resistance": [ 96954.31307574331, @@ -183525,68 +132775,7 @@ "id": "3622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.350775352324382, - 5.350775352324382, - 5.350775352324382, - 5.350775352324382, - 5.350775352324382, - 5.350775352324382, - 5.350775352324382, - 5.350775352324382 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 186.37372253293563, - 472.5733010607561, - 433.104863820398, - 119.94188317891837, - -220.32327951222533, - -407.99729172156754, - -390.85698331263256, - -163.86810065419547 - ], - "relative wind speed": [ - 1.6829021549206091, - 1.8375586557464314, - 1.8209192161601258, - 1.638656266718303, - 1.3617391753981283, - 1.144496147456064, - 1.1707888165972535, - 1.4146727128192012 - ], - "relative wind angle": [ - 0.19564117982510215, - 0.0626409046980039, - 0.09044585412928845, - 0.21376580464421288, - 0.24261643198052385, - 0.10067804206861392, - 0.1409442444484619, - 0.2482723109708142 - ], - "resistance": [ - 96820.87372253292, - 97107.07330106074, - 97067.60486382038, - 96754.44188317891, - 96414.17672048775, - 96226.50270827842, - 96243.64301668735, - 96470.6318993458 - ], - "fuel": [ - 39.13393871356082, - 39.28171922095467, - 39.261321388569726, - 39.099679903327086, - 38.92446308466192, - 38.82800619762463, - 38.83681018781418, - 38.95350441626623 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -60.9375, -52.34375 -60.78125, -52.1875 -60.78125, -52.1875 -60.9375, -52.34375 -60.9375))", @@ -183605,68 +132794,7 @@ "id": "3623", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.440498307277776, - 6.440498307277776, - 6.440498307277776, - 6.440498307277776, - 6.440498307277776, - 6.440498307277776, - 6.440498307277776, - 6.440498307277776 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 306.7164813539903, - 620.0280042888448, - 472.45662947295386, - 55.380366106816155, - -350.97946829051193, - -529.7421920654594, - -466.04669670055387, - -136.34344106377034 - ], - "relative wind speed": [ - 2.032120782058418, - 2.1643879655356844, - 2.110661896585555, - 1.8907708433365855, - 1.6001121283741409, - 1.4160856015396952, - 1.4949849679998817, - 1.7648964032577084 - ], - "relative wind angle": [ - 0.1532535690576581, - 0.029713629152217282, - 0.10407693337435477, - 0.19933393820063683, - 0.19510443361596405, - 0.04542414428601063, - 0.14720467605046736, - 0.2137635329318217 - ], - "resistance": [ - 96941.216481354, - 97254.52800428886, - 97106.95662947297, - 96689.88036610684, - 96283.52053170951, - 96104.75780793455, - 96168.45330329947, - 96498.15655893624 - ], - "fuel": [ - 39.54186870459837, - 39.70380469828063, - 39.62748648811403, - 39.41222892365541, - 39.203124776272546, - 39.11133187939811, - 39.14402525225226, - 39.31349535897009 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -60.78125, -52.1875 -60.625, -52.03125 -60.625, -52.03125 -60.78125, -52.1875 -60.78125))", @@ -183685,68 +132813,7 @@ "id": "3624", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.726978906347004, - 5.726978906347004, - 5.726978906347004, - 5.726978906347004, - 5.726978906347004, - 5.726978906347004, - 5.726978906347004, - 5.726978906347004 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 277.28495701884435, - 615.178987550051, - 517.0833522875307, - 113.17711083430186, - -300.19895743864913, - -507.8553479859528, - -465.1927712491132, - -161.11797287722436 - ], - "relative wind speed": [ - 1.8460331681075342, - 2.006916466045288, - 1.9690483267855268, - 1.744806206297204, - 1.4202641768771318, - 1.1820639103660635, - 1.244121166388843, - 1.5429323032266757 - ], - "relative wind angle": [ - 0.19961495943155413, - 0.05199486222149916, - 0.11122071766873125, - 0.23919201686335512, - 0.26067853108195227, - 0.08835237807823176, - 0.17658057668676305, - 0.2712288069672816 - ], - "resistance": [ - 96911.78495701883, - 97249.67898755004, - 97151.58335228752, - 96747.67711083428, - 96334.30104256133, - 96126.64465201403, - 96169.30722875087, - 96473.38202712276 - ], - "fuel": [ - 39.29139586220938, - 39.466015847351414, - 39.41527731722469, - 39.20673997443679, - 38.993941915667, - 38.88728433065952, - 38.9091838149678, - 39.06546715715419 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -60.78125, -52.03125 -60.625, -51.875 -60.625, -51.875 -60.78125, -52.03125 -60.78125))", @@ -183765,68 +132832,7 @@ "id": "3625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.850954061852589, - 5.850954061852589, - 5.850954061852589, - 5.850954061852589, - 5.850954061852589, - 5.850954061852589, - 5.850954061852589, - 5.850954061852589 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 362.324562611783, - 639.489274136813, - 428.94372061798094, - 7.544205018610683, - -370.51481652129496, - -507.50823235954635, - -416.4364857048197, - -68.80553652574486 - ], - "relative wind speed": [ - 1.9201497071156703, - 2.035285267623836, - 1.9538295121916822, - 1.7036751848862193, - 1.390512153798608, - 1.2157766353205692, - 1.3427766697730674, - 1.648632709854121 - ], - "relative wind angle": [ - 0.16207997784273664, - 0.013945886175272832, - 0.1384877968522212, - 0.2429336401493513, - 0.22472327037341797, - 0.023347640200326772, - 0.20224131616176771, - 0.25121641439217895 - ], - "resistance": [ - 96996.82456261183, - 97273.98927413685, - 97063.44372061803, - 96642.04420501865, - 96263.98518347876, - 96126.9917676405, - 96218.06351429522, - 96565.6944634743 - ], - "fuel": [ - 39.37377616633989, - 39.51706828402289, - 39.40819168474623, - 39.19077446295446, - 38.9962807015878, - 38.92593524486354, - 38.972692365455245, - 39.15145321838332 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -60.9375, -52.1875 -60.78125, -52.03125 -60.78125, -52.03125 -60.9375, -52.1875 -60.9375))", @@ -183845,68 +132851,7 @@ "id": "3626", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.2819129749973595, - 6.2819129749973595, - 6.2819129749973595, - 6.2819129749973595, - 6.2819129749973595, - 6.2819129749973595, - 6.2819129749973595, - 6.2819129749973595 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 268.74243547513424, - 633.5713609461168, - 550.8968878153121, - 129.09558896005, - -314.85694188668094, - -545.9894367183845, - -510.14400853743405, - -195.9999003997923 - ], - "relative wind speed": [ - 1.978397991608032, - 2.143647657770394, - 2.113612966324473, - 1.8987795992712455, - 1.5856176455856235, - 1.35388945284565, - 1.4003150216205817, - 1.6801422453418986 - ], - "relative wind angle": [ - 0.18252167959626014, - 0.05232046313102848, - 0.09503159396592913, - 0.20995565923970616, - 0.22845462132474237, - 0.08289744464377609, - 0.14371758766520715, - 0.23777193232942628 - ], - "resistance": [ - 96903.24243547513, - 97268.07136094612, - 97185.39688781531, - 96763.59558896004, - 96319.64305811332, - 96088.51056328161, - 96124.35599146257, - 96438.5000996002 - ], - "fuel": [ - 39.46707491725102, - 39.65562125096663, - 39.61285106081632, - 39.395035447253456, - 39.166496171793185, - 39.047803366690786, - 39.06619794235549, - 39.22760988175905 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -60.9375, -52.03125 -60.78125, -51.875 -60.78125, -51.875 -60.9375, -52.03125 -60.9375))", @@ -183925,68 +132870,7 @@ "id": "3627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.104574760564773, - 7.104574760564773, - 7.104574760564773, - 7.104574760564773, - 7.104574760564773, - 7.104574760564773, - 7.104574760564773, - 7.104574760564773 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 316.0066182265168, - 664.6686776955851, - 520.4173626436302, - 68.7008311277707, - -380.5869005703687, - -585.0465707674716, - -522.959917580135, - -168.89510552953266 - ], - "relative wind speed": [ - 2.2056319555994146, - 2.3435448168313164, - 2.2948981927847987, - 2.0784749424183584, - 1.7908517714813752, - 1.606163155623471, - 1.674934230270652, - 1.9369833000617942 - ], - "relative wind angle": [ - 0.14182952295323195, - 0.03071602446926051, - 0.0916314617798307, - 0.17845310381111767, - 0.17498533725505866, - 0.04482556432162165, - 0.12570330748493266, - 0.19164488046482286 - ], - "resistance": [ - 96950.50661822651, - 97299.16867769559, - 97154.91736264362, - 96703.20083112778, - 96253.91309942963, - 96049.45342923253, - 96111.54008241986, - 96465.60489447047 - ], - "fuel": [ - 39.79577514011915, - 39.976017148477354, - 39.90139109223068, - 39.66820380870934, - 39.437023490798154, - 39.3320677658172, - 39.36392239582999, - 39.545855602488096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -61.09375, -52.5 -60.9375, -52.34375 -60.9375, -52.34375 -61.09375, -52.5 -61.09375))", @@ -184005,68 +132889,7 @@ "id": "3628", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.652310721152819, - 5.652310721152819, - 5.652310721152819, - 5.652310721152819, - 5.652310721152819, - 5.652310721152819, - 5.652310721152819, - 5.652310721152819 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 172.89070525250418, - 424.9806806407439, - 375.16517878546824, - 87.80102853328367, - -219.79984369323483, - -382.06412309608163, - -360.5697562670406, - -147.0607213480556 - ], - "relative wind speed": [ - 1.7413028839370837, - 1.8727688267046447, - 1.8519049777530514, - 1.6865718801912288, - 1.4473707682263983, - 1.2726958772806594, - 1.3028683078873895, - 1.5107922316692333 - ], - "relative wind angle": [ - 0.15905378394703365, - 0.04780332086984485, - 0.08067253795817186, - 0.17915371786332834, - 0.19172099156724648, - 0.07037375342802094, - 0.11479606792875724, - 0.2002659660357384 - ], - "resistance": [ - 96807.3907052525, - 97059.48068064074, - 97009.66517878546, - 96722.30102853329, - 96414.70015630676, - 96252.43587690392, - 96273.93024373296, - 96487.43927865195 - ], - "fuel": [ - 39.21484900451287, - 39.34498821117637, - 39.319252654220165, - 39.17097559541328, - 39.0125970859608, - 38.92919179150329, - 38.94023445927142, - 39.05001745069901 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -61.09375, -52.34375 -60.9375, -52.1875 -60.9375, -52.1875 -61.09375, -52.34375 -61.09375))", @@ -184085,68 +132908,7 @@ "id": "3629", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.439483104138232, - 6.439483104138232, - 6.439483104138232, - 6.439483104138232, - 6.439483104138232, - 6.439483104138232, - 6.439483104138232, - 6.439483104138232 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 200.33720647771156, - 537.7582338749332, - 501.005788243144, - 137.56199682140323, - -265.4291676818598, - -490.60665469737535, - -474.745787922196, - -211.76653992099568 - ], - "relative wind speed": [ - 1.9704661926432812, - 2.1285821378668524, - 2.115071916715079, - 1.9350254837932244, - 1.6644530310693846, - 1.4568043764831125, - 1.4763508038773752, - 1.7055255160967153 - ], - "relative wind angle": [ - 0.16343121329633337, - 0.05488688294424516, - 0.07356863775971943, - 0.17485634734649336, - 0.19382965541512953, - 0.08024275439928578, - 0.10549754541930013, - 0.19868062982801823 - ], - "resistance": [ - 96834.83720647774, - 97172.25823387496, - 97135.50578824317, - 96772.06199682143, - 96369.07083231818, - 96143.89334530265, - 96159.75421207784, - 96422.73346007903 - ], - "fuel": [ - 39.48661074037457, - 39.66088937317846, - 39.64188610244277, - 39.454233960360675, - 39.24673749787958, - 39.13105884063189, - 39.1392007419917, - 39.27433301663429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -61.25, -52.5 -61.09375, -52.34375 -61.09375, -52.34375 -61.25, -52.5 -61.25))", @@ -184165,68 +132927,7 @@ "id": "3630", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.705246548010638, - 5.705246548010638, - 5.705246548010638, - 5.705246548010638, - 5.705246548010638, - 5.705246548010638, - 5.705246548010638, - 5.705246548010638 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 57.84748861300773, - 322.808080523552, - 387.5760708724056, - 169.3194693273913, - -121.13689829678992, - -323.7919737494477, - -351.622867248598, - -216.67829732860923 - ], - "relative wind speed": [ - 1.6743830201858747, - 1.8305024784605757, - 1.8580503315703405, - 1.7461016204891686, - 1.5416393987484946, - 1.3525794654696186, - 1.3144806957166537, - 1.4599108414507678 - ], - "relative wind angle": [ - 0.1631937105265726, - 0.07915381674386823, - 0.03625251430301308, - 0.13787349649608943, - 0.17738873858014687, - 0.10721564616456729, - 0.05125502299456242, - 0.16512873661785968 - ], - "resistance": [ - 96692.34748861304, - 96957.30808052358, - 97022.07607087244, - 96803.81946932743, - 96513.36310170325, - 96310.70802625058, - 96282.87713275143, - 96417.82170267143 - ], - "fuel": [ - 39.17158067025243, - 39.30825713828006, - 39.34170659503894, - 39.22905020569381, - 39.07940174277717, - 38.9751760454873, - 38.960874525166716, - 39.03024567053528 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -61.25, -52.34375 -61.09375, -52.1875 -61.09375, -52.1875 -61.25, -52.34375 -61.25))", @@ -184245,68 +132946,7 @@ "id": "3631", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.8395980668599226, - 6.8395980668599226, - 6.8395980668599226, - 6.8395980668599226, - 6.8395980668599226, - 6.8395980668599226, - 6.8395980668599226, - 6.8395980668599226 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 46.207275820623636, - 388.7425852429708, - 495.7532343576295, - 231.6954131869943, - -137.66098830391866, - -406.8381001023097, - -452.6265093900686, - -296.9881173164383 - ], - "relative wind speed": [ - 1.97885786791153, - 2.1523095099541543, - 2.1911638774051845, - 2.0792566387947806, - 1.865128781384, - 1.6619710003195716, - 1.6103989241479912, - 1.7525055385276704 - ], - "relative wind angle": [ - 0.14734388821734354, - 0.0766209416449936, - 0.02625669416225696, - 0.11864007445290164, - 0.15640020614278968, - 0.09929276422014638, - 0.0357292530286645, - 0.14089600471836405 - ], - "resistance": [ - 96680.70727582062, - 97023.24258524297, - 97130.25323435763, - 96866.195413187, - 96496.83901169608, - 96227.66189989769, - 96181.87349060993, - 96337.51188268357 - ], - "fuel": [ - 39.55372978946825, - 39.730456765952965, - 39.78575712709588, - 39.64937596706811, - 39.45904524628298, - 39.320657068478624, - 39.29714336067691, - 39.37710010564329 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -60.78125, -51.875 -60.625, -51.71875 -60.625, -51.71875 -60.78125, -51.875 -60.78125))", @@ -184325,68 +132965,7 @@ "id": "3632", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.365427282446384, - 6.365427282446384, - 6.365427282446384, - 6.365427282446384, - 6.365427282446384, - 6.365427282446384, - 6.365427282446384, - 6.365427282446384 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 470.87346904058063, - 722.1755371209622, - 417.6050011545897, - -68.69440559505233, - -467.5900856440003, - -576.1081240965622, - -430.79580841066263, - -7.493907999142721 - ], - "relative wind speed": [ - 2.1037323210782164, - 2.1942412906823474, - 2.078771483492171, - 1.798473559438643, - 1.48019147596403, - 1.3423716484380834, - 1.515046403145947, - 1.8390620816779977 - ], - "relative wind angle": [ - 0.13658364095200243, - 0.009513652099305821, - 0.15258719990041347, - 0.2391210891772344, - 0.19474610596912179, - 0.015551412182023818, - 0.210093178681085, - 0.2337441885185381 - ], - "resistance": [ - 97105.37346904057, - 97356.67553712094, - 97052.10500115457, - 96565.80559440493, - 96166.90991435599, - 96058.39187590343, - 96203.70419158932, - 96627.00609200084 - ], - "fuel": [ - 39.60033509665173, - 39.730345830519376, - 39.57280692282867, - 39.321984433888744, - 39.11689980776189, - 39.06120976953508, - 39.13579209726391, - 39.35350189441367 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -60.78125, -51.71875 -60.625, -51.5625 -60.625, -51.5625 -60.78125, -51.71875 -60.78125))", @@ -184405,68 +132984,7 @@ "id": "3633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.618524791403629, - 6.618524791403629, - 6.618524791403629, - 6.618524791403629, - 6.618524791403629, - 6.618524791403629, - 6.618524791403629, - 6.618524791403629 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 496.73310237624696, - 777.8237726787199, - 457.1312016779798, - -64.24543771479807, - -497.0865353268948, - -618.3926741418646, - -469.72517309718125, - -18.732235711392605 - ], - "relative wind speed": [ - 2.1812123258031093, - 2.2788286384799856, - 2.163346061200781, - 1.8759559327975799, - 1.5461263940313406, - 1.3982610889956202, - 1.5710276433095725, - 1.904989074708127 - ], - "relative wind angle": [ - 0.1383382037843697, - 0.006550384551683386, - 0.1493488960169536, - 0.23691668794758086, - 0.19578850052428062, - 0.010675674824238392, - 0.20635504573247934, - 0.23323845627715276 - ], - "resistance": [ - 97131.23310237625, - 97412.32377267872, - 97091.63120167798, - 96570.2545622852, - 96137.41346467311, - 96016.10732585813, - 96164.77482690282, - 96615.76776428861 - ], - "fuel": [ - 39.70396729380174, - 39.8494317413203, - 39.683496935294315, - 39.41453972741944, - 39.192022881575085, - 39.129786357938926, - 39.20606828888231, - 39.437977859770484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -60.9375, -51.875 -60.78125, -51.71875 -60.78125, -51.71875 -60.9375, -51.875 -60.9375))", @@ -184485,68 +133003,7 @@ "id": "3634", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.421704707556846, - 7.421704707556846, - 7.421704707556846, - 7.421704707556846, - 7.421704707556846, - 7.421704707556846, - 7.421704707556846, - 7.421704707556846 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 325.51923001623686, - 737.4112990267947, - 614.0541341988176, - 114.56092419202673, - -400.91062420937806, - -654.9191419782453, - -601.7394211966366, - -220.49233566735438 - ], - "relative wind speed": [ - 2.2980138457451, - 2.457723980153468, - 2.4182230381649994, - 2.1945111616063913, - 1.8839117912787111, - 1.6702048107743377, - 1.7269014477506188, - 2.0035249023009696 - ], - "relative wind angle": [ - 0.15180034700921421, - 0.039570087787069566, - 0.08695072509876664, - 0.18061669384221088, - 0.18551956258047886, - 0.058245534754154935, - 0.12190762518465809, - 0.19805234062972948 - ], - "resistance": [ - 96960.01923001626, - 97371.91129902682, - 97248.55413419884, - 96749.06092419206, - 96233.58937579065, - 95979.58085802179, - 96032.7605788034, - 96414.00766433268 - ], - "fuel": [ - 39.929899023294034, - 40.142891029913585, - 40.07903603466414, - 39.82105560698789, - 39.5557960164365, - 39.4254479000642, - 39.45271796657963, - 39.64852607565605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -60.9375, -51.71875 -60.78125, -51.5625 -60.78125, -51.5625 -60.9375, -51.71875 -60.9375))", @@ -184565,68 +133022,7 @@ "id": "3635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.5937549801013375, - 6.5937549801013375, - 6.5937549801013375, - 6.5937549801013375, - 6.5937549801013375, - 6.5937549801013375, - 6.5937549801013375, - 6.5937549801013375 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 303.1908664517025, - 655.5169218216695, - 530.2781131820959, - 90.34891320458291, - -353.754921894817, - -565.4567914728561, - -511.3217040353451, - -172.14610030701192 - ], - "relative wind speed": [ - 2.073294726684477, - 2.222358278818307, - 2.178133839277089, - 1.9567121960062188, - 1.6518343145765926, - 1.4450713847689718, - 1.5109072124741574, - 1.7884029211871972 - ], - "relative wind angle": [ - 0.16276251652393267, - 0.03872371782674436, - 0.09854305406383787, - 0.20018432306506925, - 0.20481911883794238, - 0.05957309840193609, - 0.14231037691349296, - 0.21931803562734334 - ], - "resistance": [ - 96937.6908664517, - 97290.01692182168, - 97164.7781131821, - 96724.84891320458, - 96280.74507810519, - 96069.04320852715, - 96123.17829596465, - 96462.35389969299 - ], - "fuel": [ - 39.59495989065525, - 39.77708161390822, - 39.71229120139004, - 39.48516304098965, - 39.256610031766044, - 39.14791836847209, - 39.175696455578716, - 39.349984261277456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -60.78125, -51.5625 -60.625, -51.40625 -60.625, -51.40625 -60.78125, -51.5625 -60.78125))", @@ -184645,68 +133041,7 @@ "id": "3636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.156452514560177, - 7.156452514560177, - 7.156452514560177, - 7.156452514560177, - 7.156452514560177, - 7.156452514560177, - 7.156452514560177, - 7.156452514560177 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 563.9120326300485, - 838.8460568783298, - 470.6438266799523, - -104.09357469649672, - -567.3542861749759, - -685.9516805580342, - -502.7460474069251, - 3.4580606603392425 - ], - "relative wind speed": [ - 2.3440621993800614, - 2.433461593919013, - 2.3047037803422623, - 2.005436184583457, - 1.6756124031929955, - 1.5429093269592455, - 1.729348144583033, - 2.0689442307273636 - ], - "relative wind angle": [ - 0.12484809121700997, - 0.013372824445565487, - 0.14714901659478263, - 0.22393273771660765, - 0.1750934942903512, - 0.021092424035952965, - 0.19666395127000447, - 0.21694717714326278 - ], - "resistance": [ - 97198.41203263005, - 97473.34605687833, - 97105.14382667995, - 96530.4064253035, - 96067.14571382503, - 95948.54831944196, - 96131.75395259308, - 96637.95806066034 - ], - "fuel": [ - 39.94456814366683, - 40.086912103936044, - 39.896343485405524, - 39.59988777061944, - 39.361827586252865, - 39.30101120500554, - 39.39498051582539, - 39.65527057248515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -60.78125, -51.40625 -60.625, -51.25 -60.625, -51.25 -60.78125, -51.40625 -60.78125))", @@ -184725,68 +133060,7 @@ "id": "3637", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.362135398607983, - 7.362135398607983, - 7.362135398607983, - 7.362135398607983, - 7.362135398607983, - 7.362135398607983, - 7.362135398607983, - 7.362135398607983 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 548.2516577070671, - 893.4305803458308, - 539.0697265409224, - -59.168852514850414, - -567.3643106528259, - -715.9490669040479, - -561.0024607016649, - -48.577897152850255 - ], - "relative wind speed": [ - 2.3910148371703075, - 2.5007798663426684, - 2.3872448392372925, - 2.0921651757123594, - 1.7500954195784892, - 1.5893036177185604, - 1.7552344591914415, - 2.098244696582034 - ], - "relative wind angle": [ - 0.1342598561718888, - 0.0012453426662302456, - 0.13633515236759963, - 0.21959167188708728, - 0.18391291052119368, - 0.0019595557574727204, - 0.1859209593161567, - 0.2189450386363052 - ], - "resistance": [ - 97182.75165770706, - 97527.93058034583, - 97173.56972654093, - 96575.33114748515, - 96067.13568934717, - 95918.55093309595, - 96073.49753929833, - 96585.92210284715 - ], - "fuel": [ - 40.020220526610046, - 40.198957980729034, - 40.015472074975435, - 39.70676803729157, - 39.44557434034507, - 39.36938882702543, - 39.44883815637651, - 39.71222161974777 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -60.9375, -51.5625 -60.78125, -51.40625 -60.78125, -51.40625 -60.9375, -51.5625 -60.9375))", @@ -184805,68 +133079,7 @@ "id": "3638", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.028378830798095, - 7.028378830798095, - 7.028378830798095, - 7.028378830798095, - 7.028378830798095, - 7.028378830798095, - 7.028378830798095, - 7.028378830798095 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 443.03927662658134, - 733.3028222997059, - 446.0928739913661, - -48.98507807893134, - -473.6348130449803, - -599.0837544316864, - -475.7572901806077, - -52.52291891906293 - ], - "relative wind speed": [ - 2.248500280847439, - 2.347480884292014, - 2.249833524344621, - 1.9929815220506968, - 1.6969724845839187, - 1.5571777754288405, - 1.695204482987522, - 1.990852525721183 - ], - "relative wind angle": [ - 0.12493329915632309, - 0.0004626590934985329, - 0.1241708535523673, - 0.19959418781737984, - 0.16586669625391923, - 0.0006974691296412647, - 0.1651226698571809, - 0.19981051672282282 - ], - "resistance": [ - 97077.53927662663, - 97367.80282229975, - 97080.59287399141, - 96585.51492192112, - 96160.86518695507, - 96035.41624556835, - 96158.74270981943, - 96581.97708108099 - ], - "fuel": [ - 39.83133441550553, - 39.98149278674275, - 39.83291246271067, - 39.57751779941631, - 39.35918141984351, - 39.294809437011295, - 39.3580918199263, - 39.57569602404327 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -60.9375, -51.40625 -60.78125, -51.25 -60.78125, -51.25 -60.9375, -51.40625 -60.9375))", @@ -184898,19 +133111,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 597.6546839222287, + 597.654683922226, 814.3409681083426, - 419.7229813048293, + 419.72298130482795, -154.62797380282655, - -592.8723207008477, + -592.8723207008472, -686.3964472301734, -469.4301903051428, 50.983911283985435 ], "relative wind speed": [ - 2.382924924713893, + 2.3829249247138926, 2.4526223158643288, - 2.3084846779403754, + 2.308484677940375, 2.0053841911804846, 1.690764819116837, 1.5879737548556008, @@ -184918,11 +133131,11 @@ 2.1249590857588982 ], "relative wind angle": [ - 0.11042936745093185, - 0.02493294631989622, - 0.15179932353131984, - 0.21739362062981538, - 0.15595185522578056, + 0.11042936745093387, + 0.024932946319896218, + 0.15179932353132056, + 0.2173936206298154, + 0.15595185522577984, 0.03851441751401745, 0.19615748398671445, 0.20498080072518785 @@ -184965,68 +133178,7 @@ "id": "3640", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.716196483402162, - 6.716196483402162, - 6.716196483402162, - 6.716196483402162, - 6.716196483402162, - 6.716196483402162, - 6.716196483402162, - 6.716196483402162 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 336.5189185877193, - 675.1725618169953, - 510.9081641688572, - 56.723576588137576, - -383.9520012504329, - -575.9160880836605, - -505.02338635356955, - -145.00242483074612 - ], - "relative wind speed": [ - 2.1205267460745283, - 2.257138401146626, - 2.1997709733480466, - 1.969610142317509, - 1.6667112204640293, - 1.4764437718068946, - 1.560630525798309, - 1.8426057257368218 - ], - "relative wind angle": [ - 0.15247181187332412, - 0.02874860080383554, - 0.10489140539514807, - 0.1996337417689156, - 0.19445964858620132, - 0.043958011615894105, - 0.1481186640316773, - 0.21359974628275866 - ], - "resistance": [ - 96971.01891858778, - 97309.67256181706, - 97145.40816416891, - 96691.22357658819, - 96250.54799874962, - 96058.5839119164, - 96129.47661364649, - 96489.49757516931 - ], - "fuel": [ - 39.657150087633426, - 39.83223775447636, - 39.74725795359702, - 39.51281475479424, - 39.28607838653452, - 39.18753498727628, - 39.22391128269797, - 39.40893302470267 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -61.09375, -51.40625 -60.9375, -51.25 -60.9375, -51.25 -61.09375, -51.40625 -61.09375))", @@ -185045,68 +133197,7 @@ "id": "3641", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.648640049636804, - 7.648640049636804, - 7.648640049636804, - 7.648640049636804, - 7.648640049636804, - 7.648640049636804, - 7.648640049636804, - 7.648640049636804 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 398.4593023018149, - 763.7060510162735, - 547.6790453019919, - 27.15458043762078, - -464.5421460069738, - -661.3292725002289, - -568.5316333285159, - -146.42644812684193 - ], - "relative wind speed": [ - 2.3860329511415106, - 2.514962777827305, - 2.4467302536678153, - 2.2081268178571944, - 1.9088361721281202, - 1.7354454765566574, - 1.8303878937931237, - 2.1121043374364015 - ], - "relative wind angle": [ - 0.1303724254275255, - 0.01941035834291875, - 0.0987245109849221, - 0.17748962119013123, - 0.1632272851425775, - 0.02813093395913787, - 0.13213771804629584, - 0.18565070096845088 - ], - "resistance": [ - 97032.95930230184, - 97398.2060510163, - 97182.17904530202, - 96661.65458043765, - 96169.95785399305, - 95973.1707274998, - 96065.96836667151, - 96488.07355187318 - ], - "fuel": [ - 40.06410090360704, - 40.25303975369759, - 40.14123095641558, - 39.872537144000674, - 39.61965015289502, - 39.518691658832644, - 39.56628205232751, - 39.783159085116395 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -61.25, -51.5625 -61.09375, -51.40625 -61.09375, -51.40625 -61.25, -51.5625 -61.25))", @@ -185125,68 +133216,7 @@ "id": "3642", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.273411676172506, - 7.273411676172506, - 7.273411676172506, - 7.273411676172506, - 7.273411676172506, - 7.273411676172506, - 7.273411676172506, - 7.273411676172506 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 75.30713732317236, - 492.81082666456814, - 608.5149908003141, - 274.9291701799457, - -179.09445583566162, - -502.49062124665375, - -552.1368598874035, - -350.3211333831416 - ], - "relative wind speed": [ - 2.121969557373773, - 2.317414604238229, - 2.3563232308473965, - 2.223010672321702, - 1.9739743636108735, - 1.7403790227066547, - 1.6873264125185985, - 1.8594496877726516 - ], - "relative wind angle": [ - 0.15840914953884241, - 0.07933323311598378, - 0.031837877995290885, - 0.13070501947159938, - 0.17039770654033087, - 0.10572282094731154, - 0.04446820932785459, - 0.15645351079622377 - ], - "resistance": [ - 96709.80713732314, - 97127.31082666453, - 97243.01499080026, - 96909.42917017991, - 96455.4055441643, - 96132.0093787533, - 96082.36314011255, - 96284.17886661681 - ], - "fuel": [ - 39.73957534849325, - 39.95508480138294, - 40.0149244253689, - 39.84253647465002, - 39.60857489894544, - 39.44239433748065, - 39.41691754655664, - 39.52053977151335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -61.25, -51.40625 -61.09375, -51.25 -61.09375, -51.25 -61.25, -51.40625 -61.25))", @@ -185205,68 +133235,7 @@ "id": "3643", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.240718137241245, - 8.240718137241245, - 8.240718137241245, - 8.240718137241245, - 8.240718137241245, - 8.240718137241245, - 8.240718137241245, - 8.240718137241245 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 55.51407449514363, - 542.1505968978436, - 702.7672967836488, - 334.318957950401, - -188.0000190163123, - -573.0136055755352, - -641.6770394243142, - -427.5806225812853 - ], - "relative wind speed": [ - 2.3769681107960574, - 2.5828849591963796, - 2.631513065975818, - 2.5024269439324236, - 2.251964946123412, - 2.0124683366123097, - 1.9484513085803679, - 2.111677747335287 - ], - "relative wind angle": [ - 0.14423902300376001, - 0.07630959569005252, - 0.02401680495057843, - 0.11465121206094679, - 0.15230631744878115, - 0.09800065460324361, - 0.03243886289570444, - 0.13598778763323727 - ], - "resistance": [ - 96690.01407449515, - 97176.65059689785, - 97337.26729678366, - 96968.8189579504, - 96446.49998098369, - 96061.48639442447, - 95992.82296057568, - 96206.91937741872 - ], - "fuel": [ - 40.15497185688682, - 40.40619344426059, - 40.4893037440493, - 40.29879448283303, - 40.02959077134521, - 39.83180433903945, - 39.796589006984036, - 39.906450307202675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -60.15625, -51.25 -60, -51.09375 -60, -51.09375 -60.15625, -51.25 -60.15625))", @@ -185285,68 +133254,7 @@ "id": "3644", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.678525211834955, - 6.678525211834955, - 6.678525211834955, - 6.678525211834955, - 6.678525211834955, - 6.678525211834955, - 6.678525211834955, - 6.678525211834955 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 751.6242960450093, - 826.3947149966878, - 334.65228338611564, - -267.1536687373052, - -659.7327049375402, - -692.2884327291191, - -372.8757343589334, - 209.79325907382395 - ], - "relative wind speed": [ - 2.316591335259059, - 2.341195216904751, - 2.133221903542631, - 1.7663596467905514, - 1.4238675142885833, - 1.3830397930594809, - 1.6862260889600922, - 2.0673576640324374 - ], - "relative wind angle": [ - 0.09947931005224474, - 0.06647028470407727, - 0.21254078160929848, - 0.27572251545036625, - 0.16229467320140342, - 0.11267562574254944, - 0.2701361471528359, - 0.2347552783096282 - ], - "resistance": [ - 97386.12429604503, - 97460.89471499671, - 96969.15228338614, - 96367.34633126273, - 95974.76729506248, - 95942.2115672709, - 96261.62426564109, - 96844.29325907385 - ], - "fuel": [ - 39.85787841063883, - 39.89661432453025, - 39.642241421328094, - 39.3321582981997, - 39.13060655097253, - 39.11391805254195, - 39.27782371565757, - 39.57779647203187 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -60.15625, -51.09375 -60, -50.9375 -60, -50.9375 -60.15625, -51.09375 -60.15625))", @@ -185365,68 +133273,7 @@ "id": "3645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.90207831679259, - 6.90207831679259, - 6.90207831679259, - 6.90207831679259, - 6.90207831679259, - 6.90207831679259, - 6.90207831679259, - 6.90207831679259 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 871.7907144876924, - 743.4022158972568, - 169.83153117753272, - -423.09249951150423, - -725.8262249075923, - -670.0036643613478, - -240.71980245902, - 384.8937028068351 - ], - "relative wind speed": [ - 2.408833347873861, - 2.367533711178869, - 2.104072725410463, - 1.7199732475103493, - 1.4349860784316466, - 1.5021475525238657, - 1.8532514965070483, - 2.2143520883027006 - ], - "relative wind angle": [ - 0.05375645690535002, - 0.1073322995250342, - 0.23411536344308315, - 0.25668791793186047, - 0.09031733534347874, - 0.1696544233273116, - 0.2665235869976587, - 0.1984981550148899 - ], - "resistance": [ - 97506.29071448771, - 97377.90221589727, - 96804.33153117755, - 96211.40750048851, - 95908.67377509242, - 95964.49633563867, - 96393.780197541, - 97019.39370280685 - ], - "fuel": [ - 40.00426398487454, - 39.93774155746587, - 39.64130425882765, - 39.33615142985124, - 39.180851705617926, - 39.20946254157806, - 39.42987161166082, - 39.75231092728468 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -60.3125, -51.25 -60.15625, -51.09375 -60.15625, -51.09375 -60.3125, -51.25 -60.3125))", @@ -185445,68 +133292,7 @@ "id": "3646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.357552794873693, - 6.357552794873693, - 6.357552794873693, - 6.357552794873693, - 6.357552794873693, - 6.357552794873693, - 6.357552794873693, - 6.357552794873693 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 610.7531144859904, - 797.9001693688631, - 401.5773508025893, - -150.1216594602222, - -558.9318643098638, - -640.2431236706743, - -415.2373225892269, - 88.68668213516685 - ], - "relative wind speed": [ - 2.177821849503771, - 2.2427621450601594, - 2.081757713245286, - 1.7498488807078905, - 1.3999000872970953, - 1.2933082475866273, - 1.5391273780731072, - 1.9080506170633376 - ], - "relative wind angle": [ - 0.1280667676502343, - 0.03653495735587049, - 0.19041098939366558, - 0.2750659615127025, - 0.20002013167792052, - 0.06338463556064693, - 0.2588699375049136, - 0.25174099052327864 - ], - "resistance": [ - 97245.25311448603, - 97432.40016936889, - 97036.07735080262, - 96484.37834053981, - 96075.56813569016, - 95994.25687632935, - 96219.2626774108, - 96723.1866821352 - ], - "fuel": [ - 39.66993195248451, - 39.7668272616873, - 39.56178552804375, - 39.27733140114636, - 39.06728081899344, - 39.02557646477251, - 39.141041567070815, - 39.400321147083964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -60.3125, -51.09375 -60.15625, -50.9375 -60.15625, -50.9375 -60.3125, -51.09375 -60.3125))", @@ -185540,8 +133326,8 @@ "wind resistance": [ 746.2205332236333, 708.9618007206725, - 214.1793397811275, - -336.5556790779765, + 214.17933978112728, + -336.5556790779767, -651.5345813894901, -635.3549653812496, -283.22310635875556, @@ -185551,7 +133337,7 @@ 2.3306467205178256, 2.318280408126053, 2.0949198384369105, - 1.7470373551058855, + 1.7470373551058853, 1.4655060071678998, 1.484990889603231, 1.7863182424834505, @@ -185560,8 +133346,8 @@ "relative wind angle": [ 0.06799132365202627, 0.08423013677338523, - 0.20876079697197467, - 0.24217615037939216, + 0.2087607969719747, + 0.24217615037939172, 0.10825707856765156, 0.13172026810945459, 0.24551051843123428, @@ -185618,33 +133404,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 921.6988966390338, + 921.6988966390306, 848.6550992678865, - 242.68580320446154, - -415.11129776524285, + 242.68580320446063, + -415.1112977652426, -780.1451599540086, -748.358565163534, - -311.5275626895291, + -311.52756268952953, 364.9041523100384 ], "relative wind speed": [ 2.49959888471011, 2.4770672609827695, - 2.2176772952276482, - 1.8188014263965193, + 2.217677295227648, + 1.8188014263965195, 1.4996159895234569, 1.5365482371360035, - 1.8917584715576734, + 1.8917584715576732, 2.277894657752291 ], "relative wind angle": [ - 0.06729583004971627, + 0.06729583004971958, 0.0954322653140054, 0.2282899670963343, - 0.2635085639976335, - 0.11232182182853308, - 0.1542234439683399, - 0.2685171869162786, + 0.26350856399763395, + 0.11232182182853309, + 0.15422344396833987, + 0.2685171869162782, 0.20950304275019768 ], "resistance": [ @@ -185698,33 +133484,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1045.2294633681736, + 1045.2294633681727, 1030.8787431739893, - 340.56185979735665, + 340.5618597973571, -445.911933622099, - -912.3967640684266, + -912.3967640684259, -906.1582825755802, - -425.4520668965397, + -425.45206689653946, 364.66190901072287 ], "relative wind speed": [ - 2.742185945253428, + 2.7421859452534276, 2.7381542641992156, 2.4776380008516314, 2.0589204649568633, - 1.7063416409003513, + 1.7063416409003511, 1.7128037772213103, - 2.071833847235793, + 2.0718338472357933, 2.488379406922857 ], "relative wind angle": [ 0.07609937270094949, - 0.08062490184829624, - 0.21159220815564503, + 0.08062490184829622, + 0.2115922081556445, 0.25299407917875305, - 0.12248394897059446, + 0.12248394897059264, 0.12910887746140162, - 0.2538704919959066, + 0.2538704919959075, 0.20861482649538363 ], "resistance": [ @@ -185778,9 +133564,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 882.3356870824105, + 882.3356870824064, 802.0007211429679, - 216.99476555429396, + 216.99476555429328, -415.3784393679107, -761.145455947029, -726.2640276622021, @@ -185788,9 +133574,9 @@ 352.2646455668346 ], "relative wind speed": [ - 2.5116802730289707, + 2.5116802730289702, 2.4868842986005144, - 2.236928238404232, + 2.2369282384042317, 1.8595606532327835, 1.5660472320324674, 1.6051318364089788, @@ -185798,13 +133584,13 @@ 2.3028408333681893 ], "relative wind angle": [ - 0.061080923516068905, + 0.06108092351607254, 0.09137451549109246, - 0.21362442226378173, + 0.2136244222637812, 0.2409562667762735, 0.09805985411996292, 0.1418478701771039, - 0.24716898818022956, + 0.24716898818022953, 0.19390947656155455 ], "resistance": [ @@ -185858,9 +133644,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 987.8545189538818, + 987.8545189538786, 965.3842851314002, - 304.209157520042, + 304.2091575200411, -449.43286797244446, -891.7546287987982, -882.0258704016919, @@ -185868,9 +133654,9 @@ 342.32964390850657 ], "relative wind speed": [ - 2.8006658304994847, + 2.8006658304994843, 2.7944333243263735, - 2.5498269974339456, + 2.549826997433945, 2.1651265157081667, 1.851985063624591, 1.8613758798024105, @@ -185878,13 +133664,13 @@ 2.5662823190353317 ], "relative wind angle": [ - 0.06664253461737685, + 0.06664253461737853, 0.0733043846237896, 0.18775678989816527, - 0.21807156535650615, - 0.10087664397791792, - 0.11017411253189731, - 0.21963452185422297, + 0.21807156535650613, + 0.10087664397791793, + 0.1101741125318973, + 0.219634521854223, 0.1835573595987946 ], "resistance": [ @@ -185925,68 +133711,7 @@ "id": "3652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.530336076858637, - 5.530336076858637, - 5.530336076858637, - 5.530336076858637, - 5.530336076858637, - 5.530336076858637, - 5.530336076858637, - 5.530336076858637 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 492.70526995426826, - 720.1964724480579, - 407.556539629016, - -65.47921566782566, - -441.1813210939831, - -539.9810871846773, - -383.1939090686494, - 30.855083262818653 - ], - "relative wind speed": [ - 1.9256677638085375, - 2.01354509366964, - 1.8820414980680962, - 1.5720795832113623, - 1.2122688596016724, - 1.0599189970418639, - 1.2789495393020431, - 1.6451011849066612 - ], - "relative wind angle": [ - 0.16181283020478146, - 0.01898812990290683, - 0.1947996716006074, - 0.308263818740716, - 0.2587957802779243, - 0.03607771285050445, - 0.2888483065972537, - 0.29416146470049953 - ], - "resistance": [ - 97127.20526995428, - 97354.69647244808, - 97042.05653962903, - 96569.02078433218, - 96193.31867890603, - 96094.51891281534, - 96251.30609093136, - 96665.35508326284 - ], - "fuel": [ - 39.3437269398963, - 39.461427562230405, - 39.299721760469566, - 39.055746383803786, - 38.8625655856599, - 38.811851342434686, - 38.89234762928838, - 39.105364744843044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -60.46875, -51.09375 -60.3125, -50.9375 -60.3125, -50.9375 -60.46875, -51.09375 -60.46875))", @@ -186018,33 +133743,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 715.3978713524959, + 715.3978713524937, 903.1601790921816, 432.8910517487868, -208.5015705512899, -673.0494853762525, -754.4407105075044, - -477.861921030403, + -477.8619210304032, 116.22432693784799 ], "relative wind speed": [ - 2.4388862640222233, + 2.438886264022223, 2.497638064963719, - 2.32260117038025, + 2.3226011703802496, 1.977687197103519, 1.6301420229292953, 1.538614090732494, - 1.7919411338279463, + 1.791941133827946, 2.166629311665731 ], "relative wind angle": [ - 0.11126748977161435, + 0.11126748977161637, 0.03889440327116924, - 0.1766500483066992, + 0.17665004830669856, 0.24520905676096505, 0.16689988081556364, 0.06316350560005468, - 0.22979068034049693, + 0.2297906803404965, 0.22344387175938624 ], "resistance": [ @@ -186085,68 +133810,7 @@ "id": "3654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.815296460764849, - 5.815296460764849, - 5.815296460764849, - 5.815296460764849, - 5.815296460764849, - 5.815296460764849, - 5.815296460764849, - 5.815296460764849 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 460.2196608643628, - 704.2759321379174, - 410.3146521660474, - -55.02850538926418, - -435.58893029525575, - -541.278563518855, - -401.3540278593339, - 1.8540263806007715 - ], - "relative wind speed": [ - 1.970023385517204, - 2.0629075998621187, - 1.9450977900356654, - 1.6556095854762123, - 1.3187503675599528, - 1.1681211006806138, - 1.355245091716825, - 1.6967768185307874 - ], - "relative wind angle": [ - 0.15353563185858274, - 0.010353901636098525, - 0.17125803291091432, - 0.2736571475025913, - 0.23049564545086187, - 0.018285733441672575, - 0.24710312643968071, - 0.2668532575001471 - ], - "resistance": [ - 97094.71966086437, - 97338.77593213793, - 97044.81465216607, - 96579.47149461076, - 96198.91106970476, - 96093.22143648117, - 96233.14597214069, - 96636.35402638062 - ], - "fuel": [ - 39.41318533453447, - 39.53943450138084, - 39.38739700125327, - 39.14737776277046, - 38.95168752512527, - 38.89743584601218, - 38.96926959860399, - 39.17667396262164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -60.625, -51.09375 -60.46875, -50.9375 -60.46875, -50.9375 -60.625, -51.09375 -60.625))", @@ -186178,9 +133842,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 368.8766747032498, + 368.87667470324936, 713.1920794901848, - 524.6436488604595, + 524.6436488604586, 49.690142868091925, -401.5921837839111, -590.9094973912853, @@ -186188,21 +133852,21 @@ -129.6515202372368 ], "relative wind speed": [ - 2.094684374326473, + 2.0946843743264725, 2.232761147331509, 2.1663663346578566, 1.918999987820055, - 1.5954501641447822, + 1.5954501641447825, 1.3956867532809722, 1.4966698895809265, 1.8029428446469753 ], "relative wind angle": [ - 0.16218198150054247, - 0.026677631246763193, - 0.11751984496908505, + 0.1621819815005418, + 0.026677631246763197, + 0.11751984496908599, 0.21999624951124927, - 0.21361929936370622, + 0.21361929936370674, 0.04268565529530589, 0.17053917000455376, 0.23441433240330123 @@ -186210,7 +133874,7 @@ "resistance": [ 97003.3766747032, 97347.69207949014, - 97159.14364886042, + 97159.14364886041, 96684.19014286804, 96232.90781621604, 96043.59050260867, @@ -186220,7 +133884,7 @@ "fuel": [ 39.60494361112783, 39.78300355528134, - 39.685442606968365, + 39.68544260696835, 39.44027288498302, 39.20809984954408, 39.110926647013144, @@ -186258,34 +133922,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 697.6185911886114, + 697.6185911886105, 826.6271822800122, - 367.32329533509096, + 367.3232953350896, -229.2780726330193, - -641.9054227591798, + -641.9054227591796, -697.9024725099108, -413.81075513601786, - 150.18501783599277 + 150.18501783599254 ], "relative wind speed": [ - 2.351341646024054, + 2.3513416460240535, 2.393277188957168, - 2.209431250875845, + 2.2094312508758445, 1.8670634618632245, - 1.535693081231089, + 1.5356930812310887, 1.4694846283256644, 1.7336592294108262, - 2.0979120108916516 + 2.097912010891651 ], "relative wind angle": [ - 0.10366742516896196, + 0.10366742516896195, 0.049624615494090814, - 0.18720825460032525, + 0.18720825460032584, 0.25050080794330926, - 0.15911441838958162, - 0.08087613675822929, + 0.15911441838958024, + 0.0808761367582293, 0.23947544300493898, - 0.22244200395770886 + 0.22244200395770836 ], "resistance": [ 97332.11859118863, @@ -186338,11 +134002,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 827.6117066793088, + 827.6117066793065, 865.7461976032707, - 320.665486431064, + 320.6654864310635, -325.3421051471312, - -729.4376605745231, + -729.4376605745232, -746.022442300009, -379.60182373176985, 256.71203874363823 @@ -186358,13 +134022,13 @@ 2.20965240406277 ], "relative wind angle": [ - 0.08697815515759288, + 0.08697815515759544, 0.07200362599174548, - 0.2084561865200322, + 0.20845618652003273, 0.2595711088369487, - 0.13964625548203433, - 0.11758290684385869, - 0.25675861113583287, + 0.13964625548203435, + 0.1175829068438587, + 0.2567586111358324, 0.21836333787786294 ], "resistance": [ @@ -186418,19 +134082,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 517.9201663299398, + 517.9201663299384, 847.3115432974048, - 517.5248396308227, - -37.31219199709926, - -508.85295387235396, + 517.5248396308218, + -37.31219199709949, + -508.85295387235385, -651.101648976665, - -508.58094694539307, + -508.58094694539295, -36.860094606191296 ], "relative wind speed": [ - 2.1830640807664534, + 2.183064080766453, 2.2964248182422557, - 2.182886846445315, + 2.1828868464453146, 1.880948551647631, 1.5202830132737848, 1.3429304804577642, @@ -186438,17 +134102,17 @@ 1.8812394231559622 ], "relative wind angle": [ - 0.15499221018030848, + 0.15499221018030923, 6.546889400514193e-05, 0.15510348157766551, - 0.25625645759507537, - 0.22352924882644698, + 0.2562564575950754, + 0.22352924882644648, 0.00011195247270072995, - 0.22363460471284607, - 0.2562159455324324 + 0.22363460471284555, + 0.2562159455324323 ], "resistance": [ - 97152.42016632996, + 97152.42016632995, 97481.81154329742, 97152.02483963083, 96597.18780800291, @@ -186498,9 +134162,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 641.4546428956592, + 641.4546428956585, 786.6023777331193, - 370.0893679862754, + 370.08936798627497, -181.17258131162998, -571.957572451444, -635.1303408298901, @@ -186518,10 +134182,10 @@ 1.9083644578379189 ], "relative wind angle": [ - 0.12100531812960347, + 0.12100531812960438, 0.04858247348378646, - 0.20417093959750757, - 0.28510671694610995, + 0.20417093959750865, + 0.2851067169461099, 0.19514107029266628, 0.08528388849991042, 0.2734357773913215, @@ -186578,9 +134242,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 924.9925463225586, + 924.9925463225541, 1354.7925575951008, - 743.0816314572116, + 743.0816314572103, -204.89024302165353, -962.2440435811181, -1147.0056236127048, @@ -186588,9 +134252,9 @@ 6.236969327207589 ], "relative wind speed": [ - 3.1618488851781437, + 3.161848885178143, 3.266424678131772, - 3.1048136623053337, + 3.1048136623053333, 2.7407049609042584, 2.3518307558874976, 2.204283579563296, @@ -186598,14 +134262,14 @@ 2.831418830606912 ], "relative wind angle": [ - 0.10866536471105494, + 0.10866536471105699, 0.01414578751388695, - 0.13187152829492838, + 0.1318715282949284, 0.19503436401054317, 0.1463261882009606, 0.02096281670236095, 0.16904177145246901, - 0.18870924943133985 + 0.18870924943133982 ], "resistance": [ 97559.49254632255, @@ -186645,68 +134309,7 @@ "id": "3661", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.528934738065988, - 12.528934738065988, - 12.528934738065988, - 12.528934738065988, - 12.528934738065988, - 12.528934738065988, - 12.528934738065988, - 12.528934738065988 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1065.9011591311055, - 1620.960270174529, - 905.147805829034, - -249.8204279190486, - -1193.595290542718, - -1430.2383559116247, - -1081.0593086306626, - -61.33529830772295 - ], - "relative wind speed": [ - 3.877137138196918, - 3.9887817702126394, - 3.836100752363073, - 3.485384458166661, - 3.1162876869435867, - 2.9720466560606535, - 3.1666658102650262, - 3.54901909193967 - ], - "relative wind angle": [ - 0.0869645859309824, - 0.008061451971888345, - 0.09980398478177584, - 0.1463855636944454, - 0.10827229958360318, - 0.01081936303655263, - 0.12099701059989904, - 0.14374244244905673 - ], - "resistance": [ - 97700.40115913113, - 98255.46027017456, - 97539.64780582907, - 96384.67957208098, - 95440.90470945732, - 95204.2616440884, - 95553.44069136937, - 96573.16470169231 - ], - "fuel": [ - 43.30664358863606, - 43.59534521697278, - 43.22324540301699, - 42.62687986534738, - 42.1432488178792, - 42.0225023934023, - 42.200743079601786, - 42.7238648577727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -60.3125, -50.3125 -60.15625, -50.15625 -60.15625, -50.15625 -60.3125, -50.3125 -60.3125))", @@ -186738,19 +134341,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 977.0071473112275, + 977.007147311223, 1302.0259536044523, - 648.9693063975446, + 648.9693063975437, -290.1535941972479, -996.2677783590207, -1136.0459969936287, - -767.7533460730342, + -767.7533460730338, 91.2125778528839 ], "relative wind speed": [ - 3.197032405081393, + 3.1970324050813925, 3.2756349475818003, - 3.0945526279435613, + 3.094552627943561, 2.726930954314014, 2.3586261519503986, 2.248187984574608, @@ -186758,17 +134361,17 @@ 2.8892872986618903 ], "relative wind angle": [ - 0.09555785546702299, - 0.025211295541004163, - 0.1367343782875051, + 0.09555785546702532, + 0.025211295541004167, + 0.13673437828750512, 0.1896102682326395, 0.12969144298798096, 0.03673751056954465, - 0.17011657926743595, + 0.1701165792674353, 0.17883696831824747 ], "resistance": [ - 97611.5071473112, + 97611.50714731119, 97936.52595360442, 97283.46930639751, 96344.34640580272, @@ -186778,7 +134381,7 @@ 96725.71257785286 ], "fuel": [ - 41.527329726833756, + 41.52732972683375, 41.69613440069933, 41.35735563508798, 40.87295948659744, @@ -186818,17 +134421,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1222.6594878468613, + 1222.6594878468559, 1614.4813727859464, 788.4080444981819, -396.9851350074705, -1282.336246561567, -1450.1510965386242, - -978.8528501332476, + -978.852850133248, 110.60504585148828 ], "relative wind speed": [ - 3.786402851217785, + 3.7864028512177845, 3.8670213028702096, 3.6718306336418687, 3.283945579746224, @@ -186838,13 +134441,13 @@ 3.4630554485043237 ], "relative wind angle": [ - 0.0831075363099839, + 0.08310753630998523, 0.023458085103300184, 0.12083100551427485, 0.16370960926082517, 0.1084030726832825, 0.0324349538633814, - 0.14568779428612244, + 0.14568779428612247, 0.1551719730846649 ], "resistance": [ @@ -186898,9 +134501,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1047.1919837982819, + 1047.1919837982737, 1217.274664287846, - 507.2610989555774, + 507.261098955576, -415.7781543381293, -1043.8578408841217, -1116.9255226716664, @@ -186908,9 +134511,9 @@ 214.33086836702068 ], "relative wind speed": [ - 3.289063328727864, + 3.2890633287278637, 3.3294012149440064, - 3.1234422372094257, + 3.123442237209425, 2.758513541528169, 2.4295712453808846, 2.373992747818201, @@ -186918,17 +134521,17 @@ 3.0185024528679376 ], "relative wind angle": [ - 0.07454335296780437, + 0.07454335296780885, 0.039602294245639304, - 0.13854971941664404, - 0.17424557743064728, + 0.13854971941664326, + 0.1742455774306473, 0.10099218007834364, - 0.055554210543969626, - 0.16418956978788707, + 0.05555421054396963, + 0.1641895697878871, 0.1591033450063597 ], "resistance": [ - 97681.69198379829, + 97681.69198379827, 97851.77466428785, 97141.76109895558, 96218.72184566187, @@ -186978,37 +134581,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1190.3323889281073, + 1190.3323889280946, 1704.7965495713615, - 907.5433263605964, - -311.8365101993795, + 907.5433263605928, + -311.8365101993804, -1272.5580829897594, -1492.8721770653929, -1075.0626456862788, 18.28916172229856 ], "relative wind speed": [ - 3.787639883520549, + 3.7876398835205487, 3.8930502551648236, - 3.713473465413084, - 3.323929682300657, + 3.7134734654130837, + 3.3239296823006566, 2.9219123211051645, 2.7799185617968787, 3.0156097760046254, 3.4402440271850456 ], "relative wind angle": [ - 0.09304763834452597, + 0.09304763834453074, 0.015145907510860398, - 0.11749376333677686, - 0.16826187474034435, + 0.1174937633367778, + 0.16826187474034368, 0.1207356813054412, 0.021211393441770702, - 0.14485724530408137, - 0.16252141959083116 + 0.1448572453040814, + 0.1625214195908312 ], "resistance": [ - 97824.83238892815, + 97824.83238892813, 98339.2965495714, 97542.04332636064, 96322.66348980066, @@ -187058,9 +134661,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1030.8408076547535, + 1030.840807654752, 1239.4306370769123, - 553.8477778107281, + 553.8477778107263, -351.73427917063464, -984.8682241238312, -1075.0764783954414, @@ -187068,9 +134671,9 @@ 199.58277279830463 ], "relative wind speed": [ - 3.0069601001618484, + 3.0069601001618476, 3.0603562924156464, - 2.8470391272589546, + 2.8470391272589537, 2.4493959690591534, 2.069112551030718, 1.9892850867259206, @@ -187084,13 +134687,13 @@ 0.2207382712844465, 0.13885739287827797, 0.06604150233185015, - 0.20816079186045425, + 0.20816079186045428, 0.19949376096636745 ], "resistance": [ 97665.34080765473, 97873.9306370769, - 97188.34777781072, + 97188.3477778107, 96282.76572082935, 95649.63177587616, 95559.42352160455, @@ -187100,7 +134703,7 @@ "fuel": [ 41.07671459228625, 41.185046271225985, - 40.82959542734162, + 40.829595427341616, 40.36276354378936, 40.038192512565274, 39.99206937745214, @@ -187138,9 +134741,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1046.3623403561614, + 1046.3623403561587, 1583.019384538452, - 889.4117768565575, + 889.4117768565538, -217.8905402211226, -1120.0892661849512, -1350.1769986872491, @@ -187148,29 +134751,29 @@ -35.17048112640532 ], "relative wind speed": [ - 3.511227945617237, + 3.5112279456172364, 3.629212913626934, 3.4670058100726, 3.090278961443981, 2.684649323267951, 2.522870845400138, 2.741520451853194, - 3.160101203357768 + 3.1601012033577685 ], "relative wind angle": [ - 0.10445417072847948, - 0.009773999149482137, - 0.12035357018739203, - 0.17998609445427993, - 0.13679256626397387, + 0.10445417072848055, + 0.009773999149482139, + 0.12035357018739389, + 0.17998609445427996, + 0.1367925662639739, 0.014060382042480895, 0.15242495800770556, - 0.1759672648645692 + 0.17596726486456984 ], "resistance": [ 97680.86234035621, 98217.5193845385, - 97523.9117768566, + 97523.91177685659, 96416.60945977892, 95514.4107338151, 95284.32300131279, @@ -187205,68 +134808,7 @@ "id": "3668", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.270882512612773, - 6.270882512612773, - 6.270882512612773, - 6.270882512612773, - 6.270882512612773, - 6.270882512612773, - 6.270882512612773, - 6.270882512612773 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 306.3793943704154, - 679.3636440128937, - 566.9172188688333, - 117.13117200381225, - -342.95194297021203, - -571.6494094492174, - -522.8447303756517, - -182.12555746319367 - ], - "relative wind speed": [ - 2.000280354100265, - 2.1644954588218823, - 2.1240591498286383, - 1.8927400000195307, - 1.5626399863326772, - 1.3258675011571557, - 1.3897258542297148, - 1.6913014261837946 - ], - "relative wind angle": [ - 0.1862103211331135, - 0.04788930023427733, - 0.10555459559138135, - 0.22381773230336074, - 0.23926245075020275, - 0.07822977739847933, - 0.161734580255771, - 0.2510168083693696 - ], - "resistance": [ - 96940.87939437042, - 97313.86364401289, - 97201.41721886884, - 96751.6311720038, - 96291.5480570298, - 96062.85059055078, - 96111.65526962435, - 96452.3744425368 - ], - "fuel": [ - 39.482725823790695, - 39.675544785789604, - 39.61735966612457, - 39.38508950553234, - 39.14828076809327, - 39.03086128867749, - 39.055902599366576, - 39.23096994834185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -60.78125, -51.09375 -60.625, -50.9375 -60.625, -50.9375 -60.78125, -51.09375 -60.78125))", @@ -187298,31 +134840,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 234.2235953053298, + 234.223595305328, 717.1061887309443, 726.9450565469047, 250.82042977832816, - -303.5173804327558, + -303.5173804327562, -640.5156016665379, -644.78559596949, -317.6350248841934 ], "relative wind speed": [ - 2.119822076271814, + 2.1198220762718134, 2.333406430139903, 2.336661541314365, 2.1284608337617423, - 1.7889751586019882, + 1.7889751586019884, 1.4997640430834798, 1.494687457124976, 1.7786883460254133 ], "relative wind angle": [ - 0.2007633245051569, - 0.076823573810104, + 0.20076332450515802, + 0.07682357381010399, 0.07258850695556793, 0.19802792752504875, - 0.23855309765976662, + 0.238553097659768, 0.11969394388988223, 0.11362311791087011, 0.23765442295656286 @@ -187378,9 +134920,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 312.47742128516643, + 312.47742128516506, 747.7896877953713, - 653.4745608552776, + 653.4745608552766, 152.43500440353773, -378.18756845011194, -655.5794855472469, @@ -187390,7 +134932,7 @@ "relative wind speed": [ 2.2102130712991537, 2.3876080885393605, - 2.3567524886265154, + 2.356752488626515, 2.1287613477075666, 1.797709369810669, 1.554390045769764, @@ -187398,13 +134940,13 @@ 1.8934560790662593 ], "relative wind angle": [ - 0.17288635188036724, - 0.05039876883509922, + 0.17288635188036916, + 0.05039876883509923, 0.08927134637482981, - 0.19736640338263595, + 0.19736640338263597, 0.21310910110180958, 0.07745928254390042, - 0.13163473525559335, + 0.13163473525559333, 0.22228185724318575 ], "resistance": [ @@ -187458,9 +135000,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 205.24142072196196, + 205.2414207219606, 751.1291915070062, - 810.5331596777025, + 810.5331596776971, 306.44032520463384, -310.49936678036966, -706.1405533510963, @@ -187478,12 +135020,12 @@ 1.9892716060483173 ], "relative wind angle": [ - 0.1820004904157271, + 0.18200049041572894, 0.07689250686951564, - 0.05605282815280926, + 0.0560528281528152, 0.16910326216569616, 0.20749449540334014, - 0.11186381023970554, + 0.11186381023970556, 0.08334402492138764, 0.20227904441467393 ], @@ -187538,19 +135080,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 217.34668482284178, + 217.3466848228395, 711.0669238683645, - 719.6553744636485, + 719.6553744636481, 232.19454067942888, -343.60654651257437, -691.328326590628, - -695.0110628788277, + -695.0110628788268, -356.35010615250894 ], "relative wind speed": [ 2.5181595105542742, 2.7048739844535015, - 2.7073718685795796, + 2.707371868579579, 2.524631748843393, 2.2378831528638115, 2.0082094150494503, @@ -187558,14 +135100,14 @@ 2.2305790412353845 ], "relative wind angle": [ - 0.14021071438434085, + 0.1402107143843432, 0.054981523773632884, 0.05236399897392551, - 0.13869927155654405, - 0.15790996142031874, + 0.13869927155654402, + 0.1579099614203187, 0.07408552001038066, - 0.07073993361764554, - 0.1571266164656147 + 0.07073993361764397, + 0.15712661646561474 ], "resistance": [ 96851.84668482283, @@ -187618,19 +135160,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 250.2253973539307, + 250.22539735392934, 718.8857381224791, - 693.9185625450461, + 693.9185625450452, 207.52729410840288, - -345.1173374930868, + -345.1173374930863, -664.9974750485201, - -654.2286090757816, + -654.2286090757821, -308.60123008647406 ], "relative wind speed": [ - 2.3079892646898688, + 2.3079892646898683, 2.4975665592855716, - 2.489749790023678, + 2.4897497900236774, 2.2875089183891184, 1.976190645980961, 1.7304060786777065, @@ -187638,13 +135180,13 @@ 1.9998617110881878 ], "relative wind angle": [ - 0.16332952060052686, + 0.16332952060052755, 0.058572964136932644, - 0.06773817157293269, + 0.0677381715729327, 0.16890294720166665, - 0.19106565264794353, + 0.19106565264794295, 0.08459330208892694, - 0.09691256136315647, + 0.09691256136315762, 0.1934845391049166 ], "resistance": [ @@ -187685,68 +135227,7 @@ "id": "3674", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.438808490977063, - 8.438808490977063, - 8.438808490977063, - 8.438808490977063, - 8.438808490977063, - 8.438808490977063, - 8.438808490977063, - 8.438808490977063 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 134.44024388428943, - 642.5094382891248, - 737.157550854386, - 298.3069606493682, - -268.63650746287567, - -650.1107563648568, - -690.6535599892325, - -409.34136046925823 - ], - "relative wind speed": [ - 2.4719720834667442, - 2.6736168199330566, - 2.7013644165123716, - 2.543758750041717, - 2.2699097740961767, - 2.0285239619357025, - 1.9914232732337553, - 2.1891614343310706 - ], - "relative wind angle": [ - 0.1442373184121374, - 0.06699639411312168, - 0.03783707261530676, - 0.1275206914923606, - 0.15717931610355243, - 0.08835083691461419, - 0.051336265039416976, - 0.1483182398357216 - ], - "resistance": [ - 96768.94024388431, - 97277.00943828914, - 97371.6575508544, - 96932.80696064938, - 96365.86349253714, - 95984.38924363516, - 95943.84644001078, - 96225.15863953075 - ], - "fuel": [ - 40.290417212986426, - 40.552872691919575, - 40.601871608175294, - 40.37496160469483, - 40.08288142902335, - 39.88702515016827, - 39.86624152147987, - 40.010577798488214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -61.25, -51.09375 -61.09375, -50.9375 -61.09375, -50.9375 -61.25, -51.09375 -61.25))", @@ -187780,31 +135261,31 @@ "wind resistance": [ 141.32072123898797, 622.9185498732531, - 700.8564595372386, - 275.99463363482437, + 700.85645953724, + 275.9946336348253, -264.52475979837254, -622.628418841309, - -656.0526365816834, + -656.0526365816822, -380.09556702802183 ], "relative wind speed": [ - 2.383902973806623, + 2.3839029738066224, 2.581044831989967, - 2.6046936907168163, - 2.4452126305948427, + 2.604693690716816, + 2.4452126305948423, 2.171973925875062, 1.933564505896576, 1.9015874686022725, 2.1027123708164743 ], "relative wind angle": [ - 0.14818282517229564, - 0.0670905225150193, - 0.04118938325989953, - 0.13318998988753283, - 0.16276483007784354, + 0.1481828251722956, + 0.06709052251501929, + 0.04118938325989683, + 0.13318998988753114, + 0.16276483007784356, 0.08960940224596126, - 0.05643303037073135, + 0.05643303037072938, 0.15504758467524454 ], "resistance": [ @@ -187858,20 +135339,20 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 380.75136479703315, + 380.75136479703224, 838.5916503169728, - 681.3990824113439, - 111.21242355364802, + 681.3990824113403, + 111.21242355364757, -469.16197332925003, -746.2954018885571, -678.6280943627285, -238.4276785636464 ], "relative wind speed": [ - 2.490613034581764, + 2.4906130345817634, 2.6533043016492326, 2.606549276780276, - 2.368425388295522, + 2.3684253882955217, 2.044505007145566, 1.8284228983256439, 1.894480108100397, @@ -187880,8 +135361,8 @@ "relative wind angle": [ 0.14419445533365424, 0.03517871441140664, - 0.08678060999958823, - 0.17519264081251884, + 0.08678060999959207, + 0.1751926408125182, 0.1759559385546198, 0.05106102490818374, 0.11953306427186074, @@ -187938,7 +135419,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 244.72149348687776, + 244.7214934868764, 715.4797230350271, 695.3500220558951, 210.23790782317178, @@ -187948,7 +135429,7 @@ -314.5631864036609 ], "relative wind speed": [ - 2.3331182995120723, + 2.333118299512072, 2.522064590518727, 2.515817625413038, 2.3167783966471234, @@ -187958,14 +135439,14 @@ 2.0284511646917216 ], "relative wind angle": [ - 0.159793729025844, + 0.1597937290258454, 0.05808587608897687, 0.06530252068183179, 0.16414795707162702, - 0.185793644687011, + 0.18579364468701104, 0.0829689254471605, - 0.09259279501074179, - 0.18774033132592374 + 0.0925927950107418, + 0.18774033132592377 ], "resistance": [ 96879.22149348685, @@ -188018,33 +135499,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 94.37761729944032, + 94.3776172994385, 622.6604761599842, - 766.3946919947516, + 766.3946919947439, 343.14521534171945, - -232.6638614110002, + -232.66386141099974, -641.6907099876755, - -703.2559208960936, + -703.2559208960927, -446.25021007572104 ], "relative wind speed": [ - 2.453766336188112, + 2.4537663361881115, 2.6679084647014886, 2.7100122165509712, 2.562737042576777, 2.2897576180923185, 2.036227788386157, - 1.9798467032490994, + 1.9798467032490992, 2.1671036045437857 ], "relative wind angle": [ - 0.14943580549461333, + 0.14943580549461405, 0.07489690636323403, - 0.030630486412982213, - 0.12401563411864464, - 0.16022883170486202, + 0.03063048641298946, + 0.12401563411864465, + 0.16022883170486135, 0.09819752146009965, - 0.04193271142522991, + 0.04193271142522726, 0.1468074670290217 ], "resistance": [ @@ -188098,34 +135579,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -50.65212353674269, + -50.65212353674542, 595.842020838536, - 933.5643385079566, + 933.5643385079543, 536.06984104513, -120.61314855177852, -666.7349098137906, - -810.8685560044519, - -624.9292386968209 + -810.8685560044223, + -624.9292386968218 ], "relative wind speed": [ 2.604828199900017, 2.861925021879432, - 2.953650685451742, + 2.9536506854517413, 2.8412958481468813, 2.5726919478808457, 2.283256222771705, - 2.163289494731521, - 2.3088767210461008 + 2.1632894947315204, + 2.308876721046101 ], "relative wind angle": [ - 0.15230206323351853, + 0.15230206323352147, 0.09376102291680119, 0.005504637592215057, - 0.10257577236525553, + 0.10257577236525554, 0.1542196439562313, - 0.11762274479595672, - 0.007515798323194141, - 0.12634401964317662 + 0.11762274479595673, + 0.007515798323149825, + 0.12634401964317837 ], "resistance": [ 96583.84787646329, @@ -188134,7 +135615,7 @@ 97170.56984104516, 96513.88685144825, 95967.76509018624, - 95823.63144399557, + 95823.6314439956, 96009.57076130321 ], "fuel": [ @@ -188144,7 +135625,7 @@ 40.891503365311515, 40.552719484755464, 40.272196468270096, - 40.19834532369549, + 40.198345323695506, 40.29363130508861 ] }, @@ -188178,10 +135659,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 378.374119103923, + 378.3741191039212, 1023.8981504450567, - 957.3799503944529, - 264.66690597808474, + 957.379950394451, + 264.6669059780852, -505.6485526855049, -937.5743047030769, -908.8787883338925, @@ -188191,24 +135672,24 @@ 2.7353822180499905, 2.9536406815924936, 2.9360116290002467, - 2.6891728323396156, + 2.689172832339616, 2.3177196803627553, 2.032276339380731, 2.0576627784795627, 2.371179004919587 ], "relative wind angle": [ - 0.16186037833389755, + 0.16186037833389896, 0.054781296199125404, - 0.07230654775571702, - 0.17253928958060696, + 0.07230654775571856, + 0.17253928958060763, 0.19136102552430034, - 0.07966166845787095, + 0.07966166845787097, 0.10326540206083709, 0.19596048934059562 ], "resistance": [ - 97012.87411910396, + 97012.87411910394, 97658.39815044508, 97591.87995039448, 96899.16690597811, @@ -188258,34 +135739,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 519.5881326710389, + 519.5881326710376, 1049.416512116053, - 807.4024296609925, + 807.4024296609912, 111.26150774769371, - -566.9162595394314, + -566.9162595394309, -870.6149470550195, -765.7563077214545, -219.5235458726886 ], "relative wind speed": [ - 2.5030270738469134, + 2.503027073846913, 2.6838719213196, 2.6132796727551617, 2.3156810494408955, - 1.9136025391930134, + 1.9136025391930132, 1.6504092584473784, - 1.760053568043104, + 1.7600535680431042, 2.1365019278430104 ], "relative wind angle": [ - 0.1730011635036149, + 0.17300116350361558, 0.0343283761719444, - 0.11528293823926415, + 0.11528293823926511, 0.2252586572743774, - 0.22710888065824156, + 0.2271088806582401, 0.055842368886206924, - 0.17163147458676095, - 0.24451996527052505 + 0.17163147458676226, + 0.24451996527052508 ], "resistance": [ 97154.08813267108, @@ -188338,17 +135819,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 302.43999435875594, + 302.4399943587546, 991.1621294284423, - 1026.529048892392, + 1026.529048892388, 362.54115692325877, - -425.8291028222891, + -425.82910282228863, -913.8643756608978, -929.165139131562, -477.1071128853064 ], "relative wind speed": [ - 2.6158972264136824, + 2.615897226413682, 2.8652902493730785, 2.874864426508978, 2.641135523962899, @@ -188358,14 +135839,14 @@ 2.228158020672538 ], "relative wind angle": [ - 0.184662434881032, + 0.18466243488103262, 0.07351681819247034, - 0.0635886685945755, + 0.063588668594579, 0.17845024547105046, - 0.2143813436588814, - 0.10918166656766645, - 0.09543533269930726, - 0.21198840230999078 + 0.2143813436588809, + 0.10918166656766647, + 0.09543533269930728, + 0.2119884023099908 ], "resistance": [ 96936.93999435875, @@ -188418,30 +135899,30 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 542.1182419792908, + 542.1182419792881, 1069.9105321170764, 797.9736648858811, - 79.26439277727877, + 79.26439277727923, -611.6710758034205, -906.5966687915154, -789.2152541630264, -216.49377489363724 ], "relative wind speed": [ - 2.653341919759412, + 2.6533419197594115, 2.822315508134305, 2.7463491430206597, - 2.4533519220914086, + 2.453351922091408, 2.0706074920112765, 1.8336231623947128, 1.9455603598335045, 2.3040622985275765 ], "relative wind angle": [ - 0.15274667892939942, + 0.15274667892940086, 0.027043023229192265, - 0.10791223031870253, - 0.2030031884762273, + 0.10791223031870255, + 0.2030031884762262, 0.19623112586843958, 0.04163161325568135, 0.15262507860849595, @@ -188485,68 +135966,7 @@ "id": "3684", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.280474305867655, - 7.280474305867655, - 7.280474305867655, - 7.280474305867655, - 7.280474305867655, - 7.280474305867655, - 7.280474305867655, - 7.280474305867655 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 6.647276261237721, - 378.36067555071304, - 534.5164659268439, - 278.46883752011263, - -110.52258485486186, - -414.22723575092255, - -480.84422173524376, - -344.2849848604885 - ], - "relative wind speed": [ - 2.0773016848206916, - 2.2601405511255397, - 2.3141419830151033, - 2.2161985535750786, - 2.0092305734988467, - 1.8010981306967502, - 1.731166274419737, - 1.854899932172384 - ], - "relative wind angle": [ - 0.1408059546421832, - 0.08053683182761817, - 0.01486025437588806, - 0.10417679514995624, - 0.14560977926693, - 0.10112615557879176, - 0.01986506736169891, - 0.12456528960368571 - ], - "resistance": [ - 96641.14727626125, - 97012.86067555072, - 97169.01646592686, - 96912.96883752012, - 96523.97741514516, - 96220.2727642491, - 96153.65577826477, - 96290.21501513953 - ], - "fuel": [ - 39.70708025094541, - 39.8988267733463, - 39.97953232973914, - 39.84724754337982, - 39.64674533161866, - 39.49059484475063, - 39.45638945753629, - 39.5265254042896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -61.71875, -51.40625 -61.5625, -51.25 -61.5625, -51.25 -61.71875, -51.40625 -61.71875))", @@ -188565,68 +135985,7 @@ "id": "3685", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.293360405042328, - 7.293360405042328, - 7.293360405042328, - 7.293360405042328, - 7.293360405042328, - 7.293360405042328, - 7.293360405042328, - 7.293360405042328 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 14.13851520827916, - 410.3189257442159, - 572.5312632309315, - 295.61998307230533, - -120.13862724816977, - -442.22895678485975, - -511.55945586685334, - -362.0002709391056 - ], - "relative wind speed": [ - 2.088596734134943, - 2.281684531231868, - 2.337113461563031, - 2.2316611034479164, - 2.01070759976603, - 1.7886019874564676, - 1.7155413248817075, - 1.8506404537223442 - ], - "relative wind angle": [ - 0.14938518390025593, - 0.08422209514222362, - 0.01685940731926454, - 0.11120552145425575, - 0.15521797075576368, - 0.10752055210523163, - 0.022968811793994057, - 0.13422763779470004 - ], - "resistance": [ - 96648.6385152083, - 97044.81892574423, - 97207.03126323095, - 96930.11998307232, - 96514.36137275184, - 96192.27104321515, - 96122.94054413316, - 96272.4997290609 - ], - "fuel": [ - 39.7162100265908, - 39.92060681432156, - 40.004463676720846, - 39.86137144415446, - 39.64706649187117, - 39.48148550619058, - 39.445894403149815, - 39.52269356350786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -61.875, -51.5625 -61.71875, -51.40625 -61.71875, -51.40625 -61.875, -51.5625 -61.875))", @@ -188645,68 +136004,7 @@ "id": "3686", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.082355032794002, - 7.082355032794002, - 7.082355032794002, - 7.082355032794002, - 7.082355032794002, - 7.082355032794002, - 7.082355032794002, - 7.082355032794002 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -53.60341150645786, - 331.8594467771404, - 555.2189812907673, - 336.8337513408069, - -47.781049857393555, - -379.9841097439389, - -476.59602966660145, - -383.46327482297374 - ], - "relative wind speed": [ - 1.988886124100433, - 2.191492962915081, - 2.271018480646714, - 2.193725746967469, - 1.992364155492918, - 1.7670714575890611, - 1.6636279642075444, - 1.7642988096760337 - ], - "relative wind angle": [ - 0.1532959093305645, - 0.0987183240894468, - 0.0007748128611434937, - 0.09747768856809748, - 0.1530261931516677, - 0.12253650938467048, - 0.0010576971035841324, - 0.12130902698260336 - ], - "resistance": [ - 96580.89658849355, - 96966.35944677715, - 97189.71898129076, - 96971.3337513408, - 96586.7189501426, - 96254.51589025607, - 96157.9039703334, - 96251.03672517702 - ], - "fuel": [ - 39.596393044751736, - 39.795155599214546, - 39.91058315594828, - 39.797724195125994, - 39.599391212357055, - 39.42852825554208, - 39.37891464740562, - 39.42674097943821 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -61.875, -51.40625 -61.71875, -51.25 -61.71875, -51.25 -61.875, -51.40625 -61.875))", @@ -188738,9 +136036,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -96.25409962674075, + -96.25409962674144, 298.55950419613964, - 553.0141583512827, + 553.0141583512882, 379.80542512696775, -1.319253294382861, -353.7579829646552, @@ -188748,9 +136046,9 @@ -410.5293959983437 ], "relative wind speed": [ - 1.9218809950354538, + 1.9218809950354536, 2.1397585149478466, - 2.2386020891328893, + 2.238602089132889, 2.1767940989564214, 1.9798260759096564, 1.742059513230957, @@ -188758,14 +136056,14 @@ 1.6955545702450254 ], "relative wind angle": [ - 0.16348596008729985, - 0.11331127243510203, - 0.013112308502032512, - 0.09220623209054109, - 0.1586599037985427, + 0.16348596008730054, + 0.11331127243510204, + 0.013112308502024045, + 0.0922062320905411, + 0.15865990379854267, 0.13933212036119016, 0.018197597891337545, - 0.11848597136712413 + 0.11848597136712412 ], "resistance": [ 96538.24590037328, @@ -188805,68 +136103,7 @@ "id": "3688", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.146714702685755, - 7.146714702685755, - 7.146714702685755, - 7.146714702685755, - 7.146714702685755, - 7.146714702685755, - 7.146714702685755, - 7.146714702685755 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -123.33105092325695, - 246.22463962262304, - 499.5731687760681, - 372.3829410960898, - 24.74418276083634, - -313.8173237024264, - -456.44096431370826, - -402.1777378217082 - ], - "relative wind speed": [ - 1.9610286966311754, - 2.1639926700051024, - 2.2655169619557327, - 2.2206558080885315, - 2.048656144490692, - 1.832965158298057, - 1.705889340625968, - 1.7638915299340563 - ], - "relative wind angle": [ - 0.14321245699032245, - 0.10611245820837412, - 0.019531986454266584, - 0.07510285858810826, - 0.13704728744133035, - 0.12536921092265865, - 0.025940836239552897, - 0.09460312779516716 - ], - "resistance": [ - 96511.1689490768, - 96880.72463962268, - 97134.07316877613, - 97006.88294109615, - 96659.2441827609, - 96320.68267629763, - 96178.05903568635, - 96232.32226217835 - ], - "fuel": [ - 39.58609009700787, - 39.77654335479204, - 39.9074020053733, - 39.841676322564126, - 39.66234074631629, - 39.48812006902, - 39.414854923213966, - 39.442720786700804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -62.03125, -51.40625 -61.875, -51.25 -61.875, -51.25 -62.03125, -51.40625 -62.03125))", @@ -188898,33 +136135,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -107.34542332681872, + -107.34542332681985, 325.86158943923533, - 611.2105839487815, + 611.2105839487756, 428.84570036279615, - 12.42260385601594, + 12.422603856016394, -375.8847336220922, - -525.9658728223378, + -525.9658728223408, -447.64286505000973 ], "relative wind speed": [ 1.886222049723225, 2.129335131582285, - 2.2410465140876434, + 2.241046514087643, 2.176351140682696, 1.9606431646651172, 1.6934837281236528, - 1.542616530997173, + 1.5426165309971733, 1.6326208844858197 ], "relative wind angle": [ - 0.18625326590596022, + 0.18625326590596203, 0.12891348263917182, - 0.016885752508147892, - 0.10136421790673651, - 0.17910540971001984, - 0.16235564672775477, - 0.024532185127151336, + 0.016885752508154467, + 0.10136421790673653, + 0.1791054097100192, + 0.1623556467277548, + 0.024532185127160388, 0.13530388144364075 ], "resistance": [ @@ -188978,9 +136215,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -115.09333121301188, + -115.0933312130137, 286.0749773077207, - 551.4188185750866, + 551.4188185750857, 392.39511893205486, 9.540249048985515, -352.84429070182523, @@ -188990,7 +136227,7 @@ "relative wind speed": [ 2.018607893086673, 2.231072055892202, - 2.332034864837696, + 2.3320348648376954, 2.2775021171774075, 2.090650598317857, 1.8622339358135358, @@ -188998,14 +136235,14 @@ 1.8051542472960738 ], "relative wind angle": [ - 0.14866934821031702, - 0.10650466596129388, + 0.14866934821032002, + 0.10650466596129389, 0.015613208545460172, - 0.08161868496240404, - 0.1435101710749718, + 0.08161868496240406, + 0.14351017107497183, 0.12770494887471862, 0.020997109169889866, - 0.1030434997248476 + 0.10304349972484758 ], "resistance": [ 96519.40666878698, @@ -189058,39 +136295,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -93.64912568312025, + -93.64912568312047, 350.593311267291, - 631.3057094862152, + 631.3057094861988, 422.1458567360655, -10.259711500105595, -403.1878131565045, -542.7347227249718, - -453.11022923215523 + -453.110229232155 ], "relative wind speed": [ - 1.9789807764923582, + 1.978980776492358, 2.2156030767298196, 2.319117086724278, 2.2471345808257053, 2.028637119890124, 1.767154912368395, 1.6289350557913262, - 1.7268814822041711 + 1.726881482204171 ], "relative wind angle": [ 0.17528910406645445, 0.11846560501748084, - 0.010868523844727297, - 0.10083864360064984, + 0.010868523844747728, + 0.10083864360064985, 0.17095558938326394, 0.14872898707724777, 0.015473845264441729, - 0.13137334103689605 + 0.1313733410368952 ], "resistance": [ 96540.85087431686, 96985.09331126728, - 97265.8057094862, + 97265.80570948619, 97056.64585673605, 96624.24028849987, 96231.31218684348, @@ -189125,68 +136362,7 @@ "id": "3692", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.344248984282996, - 7.344248984282996, - 7.344248984282996, - 7.344248984282996, - 7.344248984282996, - 7.344248984282996, - 7.344248984282996, - 7.344248984282996 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -274.7950887338982, - 41.439357226292714, - 352.49794993552405, - 443.1607813372307, - 200.24695640826758, - -138.00961472439917, - -381.6345370978404, - -420.1810454783806 - ], - "relative wind speed": [ - 1.9144652207700916, - 2.106494039738154, - 2.255033238359993, - 2.2867540506770516, - 2.1874942086758162, - 2.003245081131148, - 1.8344299082876274, - 1.7947322658938865 - ], - "relative wind angle": [ - 0.11032339981933048, - 0.11709277030025869, - 0.06089903623393931, - 0.022741163546525504, - 0.09650753470029891, - 0.12315776590009755, - 0.0748858486913686, - 0.028977159638014695 - ], - "resistance": [ - 96359.70491126612, - 96675.9393572263, - 96986.99794993554, - 97077.66078133724, - 96834.74695640829, - 96496.49038527561, - 96252.86546290218, - 96214.31895452163 - ], - "fuel": [ - 39.58843294095526, - 39.751197097620015, - 39.911660305115795, - 39.95849754793345, - 39.83307486728039, - 39.65879001518496, - 39.5335273530003, - 39.51372844195673 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -62.34375, -51.71875 -62.1875, -51.5625 -62.1875, -51.5625 -62.34375, -51.71875 -62.34375))", @@ -189205,68 +136381,7 @@ "id": "3693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.275558286305863, - 7.275558286305863, - 7.275558286305863, - 7.275558286305863, - 7.275558286305863, - 7.275558286305863, - 7.275558286305863, - 7.275558286305863 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -277.3316976927497, - 134.0591837234358, - 499.896991275941, - 531.7278739896403, - 189.1526188342034, - -230.0298779721918, - -494.7415850022221, - -508.3809471205054 - ], - "relative wind speed": [ - 1.9059574967235424, - 2.149141757745107, - 2.3133468716013046, - 2.324160374561178, - 2.177125983566546, - 1.9374574144361325, - 1.7380960213088716, - 1.7236096080484458 - ], - "relative wind angle": [ - 0.151844760450411, - 0.1403794903037324, - 0.05924021228912789, - 0.04605895608305016, - 0.13281183320491513, - 0.15583623621057385, - 0.07888238579032598, - 0.062125101270676976 - ], - "resistance": [ - 96357.16830230727, - 96768.55918372345, - 97134.39699127595, - 97166.22787398966, - 96823.65261883422, - 96404.47012202782, - 96139.75841499779, - 96126.11905287951 - ], - "fuel": [ - 39.55892971899253, - 39.770739327551574, - 39.95962440153383, - 39.97608249929527, - 39.79915266986691, - 39.58325159522395, - 39.447247936668255, - 39.44024736473037 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -62.5, -51.875 -62.34375, -51.71875 -62.34375, -51.71875 -62.5, -51.875 -62.5))", @@ -189298,9 +136413,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -266.2886823369488, + -266.2886823369506, 97.81731095587293, - 429.2411770318472, + 429.2411770318454, 476.15085749007767, 179.63470685389257, -195.89248286929114, @@ -189308,7 +136423,7 @@ -461.3078166845296 ], "relative wind speed": [ - 1.9508868083120254, + 1.950886808312025, 2.163518074477208, 2.3134331692100703, 2.3294396573945986, @@ -189318,12 +136433,12 @@ 1.7999709970049103 ], "relative wind angle": [ - 0.12692231662684925, - 0.12277487752521571, - 0.05525407958417199, - 0.03618684412637175, + 0.12692231662685097, + 0.12277487752521572, + 0.055254079584174, + 0.03618684412637174, 0.11225032708454331, - 0.13311506608128745, + 0.13311506608128748, 0.07023722080782925, 0.046838252649815455 ], @@ -189378,9 +136493,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -308.9949021829243, + -308.99490218292544, 151.86665325374042, - 566.1036108524011, + 566.1036108524006, 607.9379736592857, 223.75200667287982, -247.41624039163662, @@ -189388,9 +136503,9 @@ -565.8997841258708 ], "relative wind speed": [ - 1.8774874368734467, + 1.8774874368734464, 2.152994108600245, - 2.338146081147313, + 2.3381460811473125, 2.3521229956799066, 2.189440244620923, 1.919172745928825, @@ -189398,13 +136513,13 @@ 1.6691689769394622 ], "relative wind angle": [ - 0.17439057569853209, + 0.17439057569853272, 0.15956684139841937, 0.06763925154145997, - 0.05044496343406539, + 0.05044496343406538, 0.1493409624809592, 0.1792065749544009, - 0.09371836909273909, + 0.0937183690927391, 0.07111471105080176 ], "resistance": [ @@ -189458,17 +136573,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -240.78653244675547, + -240.7865324467566, 201.21627051231485, - 565.8040215095882, + 565.8040215095864, 536.1117864774135, 150.13982549523212, -284.5553828491036, - -531.1406296791533, + -531.140629679154, -518.3731528597652 ], "relative wind speed": [ - 1.874559340838844, + 1.8745593408388435, 2.134941867544834, 2.2941821781319547, 2.2840108780060993, @@ -189478,13 +136593,13 @@ 1.6561470697286826 ], "relative wind angle": [ - 0.17516847877999078, + 0.17516847877999142, 0.14800735881347232, - 0.05170003173151702, + 0.051700031731519165, 0.06447980140381307, 0.155568631855118, - 0.17154424137145588, - 0.07226410690441964, + 0.1715442413714559, + 0.0722641069044212, 0.08898057723227669 ], "resistance": [ @@ -189538,53 +136653,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -85.88245657796938, + -85.88245657797029, 444.31851487412496, - 765.1412828371922, + 765.1412828372108, 485.7336095673577, -37.64561301878666, -499.2961785586815, - -647.8560537947603, + -647.8560537947467, -528.1811995528597 ], "relative wind speed": [ - 2.1668749593541325, + 2.166874959354132, 2.4228861945687123, - 2.528007839817199, + 2.5280078398171986, 2.4396342320487254, 2.193289163113963, 1.906695290463965, - 1.7649478191527077, + 1.7649478191527075, 1.8852186229520287 ], "relative wind angle": [ - 0.17700015900122126, - 0.11552141939439138, - 0.005306233306529663, - 0.10690090774464482, - 0.17484638183056445, + 0.1770001590012219, + 0.1155214193943914, + 0.00530623330650874, + 0.10690090774464484, + 0.17484638183056447, 0.14699855277050453, - 0.007600375179249716, + 0.007600375179220501, 0.13851812791246396 ], "resistance": [ 96548.61754342206, 97078.81851487415, - 97399.64128283723, + 97399.64128283724, 97120.23360956738, 96596.85438698124, 96135.20382144135, - 95986.64394620527, + 95986.64394620528, 96106.31880044717 ], "fuel": [ 39.848509652465765, 40.12198499485558, - 40.2879719501999, + 40.28797195019992, 40.1433907647495, 39.87334675117326, 39.635998458954, - 39.559788068327876, + 39.55978806832789, 39.62117417218565 ] }, @@ -189618,14 +136733,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -305.6531212381399, - 219.80238188019257, - 664.9588559056269, + -305.653121238141, + 219.80238188019302, + 664.9588559056233, 654.3614501397055, 201.58618844435205, -321.25928825319534, - -629.1932245888836, - -624.6344261818028 + -629.1932245888834, + -624.6344261818033 ], "relative wind speed": [ 2.0244431110472294, @@ -189634,18 +136749,18 @@ 2.4903738221262164, 2.303721834597984, 2.014514313187832, - 1.7851979269104135, - 1.7898442466143658 + 1.7851979269104132, + 1.789844246614366 ], "relative wind angle": [ - 0.1762955982639005, - 0.15245038725840507, - 0.056799843917996855, - 0.06065426351274683, + 0.1762955982639024, + 0.15245038725840504, + 0.05679984391800077, + 0.06065426351274684, 0.15473891105871246, - 0.17521192875513353, - 0.07938323675345904, - 0.08444239838805097 + 0.17521192875513356, + 0.07938323675345764, + 0.08444239838805229 ], "resistance": [ 96328.84687876185, @@ -189698,39 +136813,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -78.38663447462886, + -78.38663447463023, 498.23722147168155, - 842.5159271081038, + 842.5159271080711, 525.1355149246383, - -47.14670166133669, + -47.14670166133624, -545.6393595702657, -700.5152273413664, -564.3661153870291 ], "relative wind speed": [ - 2.1937074537254015, + 2.1937074537254007, 2.467296774403604, 2.576364461810732, 2.477985552998294, - 2.210680064292521, + 2.2106800642925215, 1.9005013460159241, 1.7498013884751216, 1.8865434896451514 ], "relative wind angle": [ 0.18952829491690532, - 0.12121677157186235, - 0.003353498519852006, + 0.12121677157186234, + 0.0033534985198851123, 0.11572584842885342, - 0.18805571202372548, - 0.15763474612299136, + 0.1880557120237267, + 0.1576347461229914, 0.0049376194230627505, - 0.15225506487803245 + 0.15225506487803242 ], "resistance": [ 96556.11336552538, 97132.7372214717, - 97477.01592710812, + 97477.01592710809, 97159.63551492465, 96587.35329833868, 96088.86064042975, @@ -189740,7 +136855,7 @@ "fuel": [ 39.87871034372833, 40.17619629379924, - 40.354402956638964, + 40.35440295663895, 40.19010359262667, 39.8947956348788, 39.63855751991049, @@ -189765,68 +136880,7 @@ "id": "3700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.301081137815759, - 7.301081137815759, - 7.301081137815759, - 7.301081137815759, - 7.301081137815759, - 7.301081137815759, - 7.301081137815759, - 7.301081137815759 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 158.39291169937496, - 629.136386706858, - 695.8719948075714, - 272.4326830358227, - -256.0117909591745, - -601.8405040072937, - -630.6320484652508, - -353.513688158333 - ], - "relative wind speed": [ - 2.184049637445921, - 2.3921532779740455, - 2.4138222572156653, - 2.2408682311492707, - 1.9439240748809006, - 1.6812246495954224, - 1.6499623445095626, - 1.8781435510511866 - ], - "relative wind angle": [ - 0.17611004569169122, - 0.07706658361115223, - 0.050641978732023446, - 0.1599828956716304, - 0.19813692661590696, - 0.10976701405869974, - 0.07412317816950319, - 0.19123047604504748 - ], - "resistance": [ - 96792.8929116994, - 97263.63638670687, - 97330.37199480759, - 96906.93268303583, - 96378.48820904084, - 96032.65949599272, - 96003.86795153476, - 96280.98631184168 - ], - "fuel": [ - 39.7937290102809, - 40.03691224848211, - 40.07145419598014, - 39.85256558477029, - 39.580332499731355, - 39.40273814920872, - 39.38797281724539, - 39.530217040212705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -61.40625, -51.09375 -61.25, -50.9375 -61.25, -50.9375 -61.40625, -51.09375 -61.40625))", @@ -189845,68 +136899,7 @@ "id": "3701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.846979200917526, - 7.846979200917526, - 7.846979200917526, - 7.846979200917526, - 7.846979200917526, - 7.846979200917526, - 7.846979200917526, - 7.846979200917526 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 295.29529503230833, - 756.3001399590416, - 682.0155362766209, - 167.91109863269867, - -391.41476802303487, - -693.0134917904143, - -661.0218459903749, - -282.36964460787954 - ], - "relative wind speed": [ - 2.3949304614926983, - 2.571418969208091, - 2.54871908085689, - 2.3356147312658377, - 2.024674376905068, - 1.7952166255575814, - 1.8273010958125, - 2.092821558321578 - ], - "relative wind angle": [ - 0.1517684671961805, - 0.04797558744112335, - 0.07370494349971256, - 0.1672192308886677, - 0.17980149648819155, - 0.06874669300163326, - 0.10289203506353692, - 0.18683532493930696 - ], - "resistance": [ - 96929.79529503234, - 97390.80013995907, - 97316.51553627665, - 96802.41109863273, - 96243.08523197699, - 95941.48650820961, - 95973.47815400966, - 96352.13035539215 - ], - "fuel": [ - 40.097969696682085, - 40.33634850963055, - 40.29788358763071, - 40.03224065455178, - 39.74434840775606, - 39.58959474168765, - 39.60599396431031, - 39.80038398758452 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -61.5625, -51.25 -61.40625, -51.09375 -61.40625, -51.09375 -61.5625, -51.25 -61.5625))", @@ -189925,68 +136918,7 @@ "id": "3702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.063946688360803, - 8.063946688360803, - 8.063946688360803, - 8.063946688360803, - 8.063946688360803, - 8.063946688360803, - 8.063946688360803, - 8.063946688360803 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 114.10541141121757, - 658.34386543356, - 797.6398358733823, - 353.5249740270856, - -241.00107969553437, - -658.7134656460341, - -718.6090336195359, - -446.1150955305741 - ], - "relative wind speed": [ - 2.3677317339854587, - 2.594722188783436, - 2.6364557219084332, - 2.4765326352590638, - 2.18140260147624, - 1.9058036721771707, - 1.8476396023752508, - 2.0570505536680157 - ], - "relative wind angle": [ - 0.1675118760835842, - 0.08189251044357039, - 0.035890275865199696, - 0.14018610869655862, - 0.18197379685044257, - 0.11160232996376804, - 0.05122438098749493, - 0.1690248516862556 - ], - "resistance": [ - 96748.60541141123, - 97292.84386543358, - 97432.1398358734, - 96988.0249740271, - 96393.49892030448, - 95975.78653435397, - 95915.89096638048, - 96188.38490446944 - ], - "fuel": [ - 40.10279312993453, - 40.38392816118984, - 40.45606085779818, - 40.2263333334468, - 39.9199514056949, - 39.70547497282762, - 39.67477452873693, - 39.814553496427834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -61.5625, -51.09375 -61.40625, -50.9375 -61.40625, -50.9375 -61.5625, -51.09375 -61.5625))", @@ -190005,68 +136937,7 @@ "id": "3703", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.158985138528726, - 8.158985138528726, - 8.158985138528726, - 8.158985138528726, - 8.158985138528726, - 8.158985138528726, - 8.158985138528726, - 8.158985138528726 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 174.27952488585197, - 769.1221023971348, - 878.8544233702719, - 361.8386037946789, - -298.77843673826237, - -742.6616686838192, - -789.9917067810527, - -459.1528546463435 - ], - "relative wind speed": [ - 2.4296532297999893, - 2.6677636099414967, - 2.699672025899445, - 2.5133022913379235, - 2.1843662901573193, - 1.8861888103064026, - 1.8402287518754714, - 2.0875781420125836 - ], - "relative wind angle": [ - 0.17808332182938705, - 0.08107815012820102, - 0.04625980236046274, - 0.15685656055258246, - 0.19833305885544467, - 0.11480067739075296, - 0.06789249209178995, - 0.1891979407365168 - ], - "resistance": [ - 96808.77952488586, - 97403.62210239714, - 97513.35442337029, - 96996.33860379469, - 96335.72156326176, - 95891.83833131619, - 95844.50829321897, - 96175.34714535368 - ], - "fuel": [ - 40.17785692991808, - 40.48532152233777, - 40.542184245647064, - 40.27466108617955, - 39.9342807503171, - 39.706483815544544, - 39.68223771566906, - 39.85189342904195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -61.40625, -50.9375 -61.25, -50.78125 -61.25, -50.78125 -61.40625, -50.9375 -61.40625))", @@ -190098,9 +136969,9 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - 90.86442763118202, + 90.86442763118066, 658.2512912419875, - 824.1044835727953, + 824.1044835727903, 377.6742562322938, -237.1906520034695, -679.4887168028984, @@ -190108,24 +136979,24 @@ -483.37862996685135 ], "relative wind speed": [ - 2.5103642192875926, + 2.5103642192875917, 2.735770983876726, - 2.783083920994362, + 2.7830839209943616, 2.632928336835972, 2.3497014730595116, 2.082926462877557, 2.019274477301213, - 2.211495851016592 + 2.2114958510165925 ], "relative wind angle": [ - 0.1528149159415973, + 0.1528149159415966, 0.0778216001186906, - 0.02923237820404917, + 0.029232378204052965, 0.12479567117917768, - 0.1633546115791382, + 0.16335461157913822, 0.10228809670390536, - 0.04029496406195407, - 0.1487397682570457 + 0.040294964061954076, + 0.1487397682570472 ], "resistance": [ 96725.36442763112, @@ -190178,39 +137049,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -151.92803495075987, + -151.92803495076214, 661.9063689937734, - 1154.7571005441546, + 1154.757100544121, 737.8576604561636, - -62.9788601743935, + -62.97886017439441, -775.144650184186, -1006.1275370917601, - -828.2824826260198 + -828.2824826260203 ], "relative wind speed": [ 2.8878336181574227, 3.1846139908644333, - 3.309106576814338, - 3.2080027576930172, + 3.3091065768143375, + 3.208002757693017, 2.924214380739475, 2.597854206816512, 2.4372989997059933, - 2.5689163196409766 + 2.568916319640976 ], "relative wind angle": [ - 0.151527270780046, + 0.15152727078004746, 0.10104649062885505, - 0.00556000672352154, - 0.09215876341081294, - 0.14962780063466205, - 0.12397583537523361, + 0.005560006723541508, + 0.09215876341081174, + 0.14962780063466277, + 0.12397583537523363, 0.007548821364921498, - 0.11517735903183147 + 0.11517735903183052 ], "resistance": [ 96482.57196504925, 97296.40636899379, - 97789.25710054417, + 97789.25710054414, 97372.35766045618, 96571.52113982562, 95859.35534981583, @@ -190220,7 +137091,7 @@ "fuel": [ 41.185863322829796, 41.605865008277945, - 41.86141239710238, + 41.86141239710236, 41.64518750145626, 41.23164803448947, 40.86590147741828, @@ -190245,68 +137116,7 @@ "id": "3706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.52410050154044, - 9.52410050154044, - 9.52410050154044, - 9.52410050154044, - 9.52410050154044, - 9.52410050154044, - 9.52410050154044, - 9.52410050154044 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 263.724033254794, - 1025.1658162494887, - 1121.4427278450448, - 428.70185680227587, - -430.558773528453, - -987.4949944413906, - -1028.9749545005882, - -571.7499389805216 - ], - "relative wind speed": [ - 2.842328007825974, - 3.100778950815971, - 3.124961588536801, - 2.9055636306450663, - 2.533894344357631, - 2.2101174065230476, - 2.1757904592605213, - 2.461127595374164 - ], - "relative wind angle": [ - 0.16806310860303578, - 0.0727522515354979, - 0.05016428954208314, - 0.1544530327999419, - 0.1887528790830735, - 0.10215847288835286, - 0.07208024452350764, - 0.18263399036705857 - ], - "resistance": [ - 96898.2240332548, - 97659.66581624949, - 97755.94272784505, - 97063.20185680228, - 96203.94122647155, - 95647.0050055586, - 95605.52504549941, - 96062.75006101948 - ], - "fuel": [ - 40.92216034990659, - 41.31622684729845, - 41.36620636449416, - 41.0073577063634, - 40.56473082223948, - 40.27930634141559, - 40.258094441472835, - 40.492262489921735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -61.5625, -50.78125 -61.40625, -50.625 -61.40625, -50.625 -61.5625, -50.78125 -61.5625))", @@ -190338,34 +137148,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 164.27449279203347, + 164.27449279203074, 932.905649899983, - 1122.63647244522, + 1122.63647244521, 491.1576314308236, -351.1850564932447, -939.8432021572453, - -1021.3245626075459, - -631.4461690813296 + -1021.3245626075441, + -631.4461690813291 ], "relative wind speed": [ - 2.872622187160744, + 2.8726221871607436, 3.1368838058688593, 3.1840115182063276, 2.9951839186516267, 2.650118723708233, 2.3313188259855893, 2.2665299759426443, - 2.510768960571205 + 2.5107689605712054 ], "relative wind angle": [ - 0.16052362432151515, + 0.16052362432151657, 0.0781461268193699, - 0.03544226599587144, + 0.03544226599587771, 0.13544535667724303, - 0.1741335411187372, + 0.17413354111873716, 0.10523592079741548, - 0.049799299910786375, - 0.16178880797835954 + 0.04979929991078414, + 0.16178880797836023 ], "resistance": [ 96798.77449279204, @@ -190405,68 +137215,7 @@ "id": "3708", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.516161368282104, - 8.516161368282104, - 8.516161368282104, - 8.516161368282104, - 8.516161368282104, - 8.516161368282104, - 8.516161368282104, - 8.516161368282104 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 33.33417050784465, - 582.6625362432706, - 795.3920907446259, - 401.9958500826833, - -178.0308068456884, - -621.0076701226174, - -712.0084541007207, - -494.6825844622533 - ], - "relative wind speed": [ - 2.4469352294154167, - 2.6744837727830624, - 2.736474321677501, - 2.6071608076701867, - 2.341929045106201, - 2.078282997665716, - 1.9959538962776622, - 2.162136950383777 - ], - "relative wind angle": [ - 0.1519389607763211, - 0.08396658449237106, - 0.019421448214634845, - 0.11511424904099075, - 0.15880809887390812, - 0.10813793769290928, - 0.0266284879363504, - 0.13894805644912447 - ], - "resistance": [ - 96667.83417050785, - 97217.16253624327, - 97429.89209074463, - 97036.49585008269, - 96456.4691931543, - 96013.49232987738, - 95922.49154589928, - 96139.81741553775 - ], - "fuel": [ - 40.276008056827735, - 40.55961246241457, - 40.66974098947689, - 40.4662148807723, - 40.16718478255206, - 39.93965320824698, - 39.89300178009888, - 40.00446466988697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -61.71875, -51.09375 -61.5625, -50.9375 -61.5625, -50.9375 -61.71875, -51.09375 -61.71875))", @@ -190498,9 +137247,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 66.00293618650676, + 66.00293618650494, 764.6147636790129, - 1014.2419622518, + 1014.241962251806, 497.8326170373234, -245.82441176122347, -802.9772191280731, @@ -190508,9 +137257,9 @@ -616.5353799246336 ], "relative wind speed": [ - 2.7410865659034664, + 2.741086565903466, 2.9979212756798677, - 3.062780811764945, + 3.0627808117649447, 2.909049537954548, 2.6021425990076397, 2.3015581009769632, @@ -190518,14 +137267,14 @@ 2.4129095410050336 ], "relative wind angle": [ - 0.15541310173136572, + 0.15541310173136713, 0.08357539043649764, - 0.022976451672638502, + 0.022976451672633666, 0.1205277531816327, 0.16378458840295468, - 0.1089508286715169, + 0.10895082867151691, 0.03178009593968867, - 0.14547151715489895 + 0.14547151715489892 ], "resistance": [ 96700.50293618652, @@ -190578,19 +137327,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -143.93120872526765, + -143.9312087252688, 356.8487598446977, - 692.735004447472, + 692.7350044474765, 499.5478689861284, 22.759157648760947, -430.7121467228435, - -613.1338000273472, + -613.1338000273452, -530.4054720670861 ], "relative wind speed": [ - 2.1352199412277817, + 2.1352199412277812, 2.385473732591015, - 2.505072917864758, + 2.5050729178647577, 2.443614276963665, 2.226258522204199, 1.9557367604618678, @@ -190598,14 +137347,14 @@ 1.8825887682983076 ], "relative wind angle": [ - 0.16590438381121614, + 0.1659043838112168, 0.11847405859740423, - 0.018414305328948506, - 0.08880631793992402, + 0.01841430532894248, + 0.08880631793992404, 0.1590609713504076, 0.14467287204456228, - 0.02562867462113047, - 0.11537560848512422 + 0.02562867462112614, + 0.11537560848512424 ], "resistance": [ 96490.56879127474, @@ -190614,7 +137363,7 @@ 97134.04786898613, 96657.25915764876, 96203.78785327716, - 96021.36619997265, + 96021.36619997266, 96104.09452793292 ], "fuel": [ @@ -190624,7 +137373,7 @@ 40.15936661308119, 39.91329571476332, 39.68004379699715, - 39.586427440219154, + 39.58642744021916, 39.628867168939806 ] }, @@ -190658,9 +137407,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -300.5757662070523, + -300.5757662070537, 409.83686910138294, - 940.282923259293, + 940.282923259284, 779.8009712307685, 132.23048678987925, -538.8841099122901, @@ -190668,9 +137417,9 @@ -797.5429212332247 ], "relative wind speed": [ - 2.5271126776206643, + 2.527112677620664, 2.833037169078744, - 3.001152444028054, + 3.0011524440280537, 2.958749519397197, 2.7232308259893294, 2.4033695129188732, @@ -190678,11 +137427,11 @@ 2.2467945830619365 ], "relative wind angle": [ - 0.16134254066564926, - 0.12643579410785427, - 0.03307825584067531, + 0.16134254066564996, + 0.1264357941078543, + 0.033078255840682025, 0.07336576588694857, - 0.14963218836951367, + 0.14963218836951364, 0.14919574110122424, 0.04534080961934341, 0.0966774869601621 @@ -190690,7 +137439,7 @@ "resistance": [ 96333.92423379292, 97044.33686910136, - 97574.78292325926, + 97574.78292325925, 97414.30097123074, 96766.73048678985, 96095.61589008768, @@ -190700,7 +137449,7 @@ "fuel": [ 40.5284335033021, 40.894531889424655, - 41.169112344434524, + 41.1691123444345, 41.08592989395895, 40.75124888713935, 40.406046222861406, @@ -190738,9 +137487,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 30.050137443457515, + 30.050137443454787, 825.5071623381909, - 1154.900813891075, + 1154.9008138910658, 599.9760017491967, -233.46499177869782, -880.3458341259534, @@ -190748,7 +137497,7 @@ -722.7608438849006 ], "relative wind speed": [ - 2.8801328796078307, + 2.8801328796078303, 3.1609072085246224, 3.2419280145010445, 3.0899141996730326, @@ -190758,9 +137507,9 @@ 2.532821174810689 ], "relative wind angle": [ - 0.15812051762213084, - 0.0889806371972231, - 0.017359802017042916, + 0.15812051762213228, + 0.08898063719722311, + 0.01735980201704931, 0.11692820301252371, 0.16452091469233304, 0.11520101177653949, @@ -190818,39 +137567,39 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 186.24162746406682, + 186.2416274640641, 953.2352775445975, - 1117.4127784099924, + 1117.412778409987, 469.62487813010966, - -378.8873112179572, + -378.8873112179567, -959.8904477336505, -1030.333420299336, - -621.9932551391007 + -621.9932551391012 ], "relative wind speed": [ - 2.9390983929033103, + 2.9390983929033094, 3.19577857117415, - 3.2359119991745002, + 3.2359119991745, 3.0432663615284508, - 2.700487360528637, + 2.7004873605286375, 2.391219494644072, 2.3366225371549065, - 2.582529999889861 + 2.5825299998898608 ], "relative wind angle": [ - 0.1537402144980909, + 0.1537402144980916, 0.07290911060593375, - 0.0373576194198536, + 0.03735761941985657, 0.13305026436497006, - 0.16744750508616935, + 0.16744750508617, 0.09750853420333204, 0.051746400871119334, - 0.15696873029911843 + 0.1569687302991177 ], "resistance": [ 96820.74162746413, 97587.73527754465, - 97751.91277841006, + 97751.91277841004, 97104.12487813017, 96255.6126887821, 95674.60955226641, @@ -190898,17 +137647,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -164.51995246954766, + -164.5199524695504, 578.7344492833822, - 1043.9911408408097, - 693.7937196198595, + 1043.9911408407925, + 693.79371961986, -29.784515219829245, -687.5953758961696, -917.5754813727567, -768.0893198195331 ], "relative wind speed": [ - 2.736555740506884, + 2.7365557405068834, 3.024018373215321, 3.150305070251816, 3.061238952712197, @@ -190918,19 +137667,19 @@ 2.434462069602598 ], "relative wind angle": [ - 0.15266329008050256, + 0.15266329008050403, 0.1043466847719986, - 0.00929756730653861, - 0.0894792585624724, + 0.00929756730655055, + 0.08947925856247238, 0.1494754714093329, - 0.12732146182137452, - 0.012635835766928519, - 0.11260432876218773 + 0.12732146182137455, + 0.012635835766928517, + 0.11260432876218775 ], "resistance": [ 96469.98004753044, 97213.23444928337, - 97678.4911408408, + 97678.49114084078, 97328.29371961985, 96604.71548478016, 95946.90462410382, @@ -190940,7 +137689,7 @@ "fuel": [ 40.88195017509279, 41.26539467789081, - 41.50646644038054, + 41.506466440380535, 41.32493742649787, 40.95130756425229, 40.61332826078196, @@ -190978,9 +137727,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -166.0374842395504, + -166.03748423955585, 727.4054177315465, - 1260.5969884396072, + 1260.5969884396054, 794.3446671460733, -87.38754130590405, -867.4660314916637, @@ -190988,9 +137737,9 @@ -914.3752952506757 ], "relative wind speed": [ - 3.1934282741241713, + 3.193428274124171, 3.4885536089765687, - 3.6112961553662477, + 3.6112961553662473, 3.5074006523881396, 3.2224916630947424, 2.900419000418277, @@ -190998,14 +137747,14 @@ 2.8775992292739536 ], "relative wind angle": [ - 0.13588690198663342, - 0.09078464475988587, + 0.13588690198663586, + 0.09078464475988589, 0.004061063851045224, - 0.08435953111967237, - 0.13465385323631718, + 0.08435953111967238, + 0.13465385323631715, 0.10926089922401741, 0.005340599288247737, - 0.10288224060260423 + 0.10288224060260424 ], "resistance": [ 96468.46251576046, @@ -191058,19 +137807,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 89.14753178748924, + 89.1475317874856, 850.78983413995, - 1106.5693303033881, + 1106.5693303033872, 531.3874738108107, -284.1250484059983, -886.9048796521902, - -996.4943346928931, + -996.4943346928908, -663.7115786634881 ], "relative wind speed": [ - 2.867522331751957, + 2.8675223317519567, 3.134198756363958, - 3.1977854918958966, + 3.197785491895896, 3.032279609692259, 2.708113043007559, 2.3944433032357346, @@ -191078,13 +137827,13 @@ 2.5222690073519916 ], "relative wind angle": [ - 0.15569968233188394, + 0.1556996823318854, 0.08219911279859182, - 0.025251159533318794, - 0.1228305857652392, + 0.025251159533318798, + 0.12283058576523921, 0.16494635489936144, 0.107681115222471, - 0.03497677565779601, + 0.034976775657792836, 0.1478341687664385 ], "resistance": [ @@ -191138,7 +137887,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 449.9589550032274, + 449.9589550032242, 977.8983025109183, 783.4266915570606, 115.43846985704295, @@ -191148,7 +137897,7 @@ -273.1238275895953 ], "relative wind speed": [ - 2.749300160137696, + 2.7493001601376954, 2.9187945439474263, 2.8660763046637903, 2.6119710933369658, @@ -191158,14 +137907,14 @@ 2.4279690573287174 ], "relative wind angle": [ - 0.1363919902325271, - 0.032007313661309274, - 0.08443992898578652, - 0.16741987655410417, - 0.1653373026364203, + 0.1363919902325287, + 0.03200731366130928, + 0.08443992898578653, + 0.1674198765541042, + 0.16533730263642027, 0.04560416998233612, 0.11415909808274427, - 0.18024181315479024 + 0.18024181315479026 ], "resistance": [ 97084.4589550032, @@ -191218,39 +137967,39 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 336.9567908007243, + 336.95679080071795, 1061.7567993045468, - 1055.7294357866713, + 1055.729435786665, 326.5266967446537, -524.933965170655, -1030.4739662256388, - -1027.8908540819748, + -1027.890854081973, -515.9795189726792 ], "relative wind speed": [ - 3.095248349254322, + 3.0952483492543217, 3.3173795945981026, 3.315948285587173, - 3.0915434615120962, + 3.0915434615120967, 2.744754479115092, 2.471686088387457, - 2.473605963264046, + 2.4736059632640455, 2.7489267941809152 ], "relative wind angle": [ - 0.13675708035602396, + 0.1367570803560272, 0.05221743186519145, - 0.05343790773838531, - 0.1374585087251481, - 0.15435229725733582, + 0.05343790773838947, + 0.1374585087251497, + 0.1543522972573358, 0.07010933135916265, - 0.07166246521486463, + 0.07166246521486153, 0.1547210527783887 ], "resistance": [ - 96971.45679080077, + 96971.45679080076, 97696.2567993046, - 97690.22943578672, + 97690.2294357867, 96961.0266967447, 96109.56603482939, 95604.02603377441, @@ -191258,9 +138007,9 @@ 96118.52048102737 ], "fuel": [ - 41.473342913417675, + 41.47334291341765, 41.84859441019067, - 41.84546579636658, + 41.84546579636657, 41.46795719693814, 41.0296596415628, 40.770704422406396, @@ -191298,19 +138047,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 554.862560127795, + 554.8625601277927, 1090.1659555066008, - 797.1964421184352, + 797.1964421184343, 49.29366370037451, - -667.1135777010363, + -667.1135777010359, -961.9011735456706, -836.2877783286967, -233.418238299088 ], "relative wind speed": [ - 2.9456342839650866, + 2.945634283965086, 3.1006353509195814, - 3.0254642391573574, + 3.025464239157357, 2.7504549055482057, 2.403981340769247, 2.200442692338298, @@ -191318,14 +138067,14 @@ 2.625049606042336 ], "relative wind angle": [ - 0.12366149426550889, - 0.020513958819245295, - 0.09048551378012241, - 0.16443284943839345, - 0.1517197848703618, + 0.1236614942655098, + 0.0205139588192453, + 0.09048551378012243, + 0.16443284943839348, + 0.15171978487036109, 0.028908139435317545, - 0.119005055821025, - 0.17236510095870364 + 0.11900505582102498, + 0.17236510095870367 ], "resistance": [ 97189.36256012779, @@ -191378,9 +138127,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 216.29287440615735, + 216.2928744061528, 1108.1693808253867, - 1280.869676866988, + 1280.8696768669788, 517.4127033881205, -478.4854046564369, -1151.6779002340709, @@ -191388,9 +138137,9 @@ -737.5502650097737 ], "relative wind speed": [ - 3.489005531682653, + 3.4890055316826527, 3.741295213501355, - 3.7776744629730596, + 3.777674462973059, 3.5823916921698884, 3.2445885619115793, 2.950122821448532, @@ -191398,19 +138147,19 @@ 3.1411756238822055 ], "relative wind angle": [ - 0.12570863181382713, + 0.1257086318138289, 0.05941687468565759, - 0.03263292330423105, + 0.03263292330423445, 0.11090010071639249, - 0.13523442218457446, - 0.0753784959914944, - 0.04246470897389078, + 0.1352344221845745, + 0.07537849599149439, + 0.042464708973890784, 0.12655582234473078 ], "resistance": [ 96850.79287440615, 97742.66938082539, - 97915.36967686699, + 97915.36967686698, 97151.91270338812, 96156.01459534356, 95482.82209976592, @@ -191420,7 +138169,7 @@ "fuel": [ 42.48983397900366, 42.951462963277265, - 43.04119347982263, + 43.041193479822624, 42.6453605111339, 42.13227263749727, 41.78753359419435, @@ -191458,31 +138207,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 443.594588048456, + 443.59458804845053, 1320.9712152164084, - 1265.085844995825, - 346.04131030743156, - -705.491690501728, + 1265.085844995814, + 346.04131030743065, + -705.4916905017299, -1305.5354511288097, -1281.7135741645625, -621.5385208736225 ], "relative wind speed": [ - 3.7387474477400393, + 3.7387474477400384, 3.9604872540512503, 3.9492873072890324, - 3.710034983981503, + 3.7100349839815037, 3.3557990430715976, 3.0909804926528555, 3.1052776783966753, 3.3875153303116234 ], "relative wind angle": [ - 0.11328703182159695, - 0.04103904974381054, - 0.048851540615234335, - 0.11758041260256678, - 0.12628038847654652, + 0.11328703182159794, + 0.041039049743810535, + 0.048851540615238886, + 0.11758041260256773, + 0.1262803884765474, 0.05259300288430574, 0.06214459661531043, 0.12883464080299073 @@ -191491,7 +138240,7 @@ 97078.09458804847, 97955.47121521643, 97899.58584499583, - 96980.54131030745, + 96980.54131030744, 95929.00830949828, 95328.96454887121, 95352.78642583545, @@ -191501,7 +138250,7 @@ 43.098222153822206, 43.55306451915045, 43.524007470353155, - 43.0478263369375, + 43.04782633693749, 42.506854688163486, 42.199999998831586, 42.21215666259701, @@ -191538,17 +138287,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -110.1218831510605, + -110.12188315106596, 960.9908105042896, - 1517.2670827978272, + 1517.2670827976872, 867.1643884329287, - -220.7487765642627, + -220.74877656426543, -1128.9624211418613, -1364.8109183953366, -1063.1077552925544 ], "relative wind speed": [ - 3.7890520110639545, + 3.789052011063953, 4.084148025025843, 4.191184936052252, 4.0614460012203475, @@ -191558,21 +138307,21 @@ 3.4578849336169104 ], "relative wind angle": [ - 0.1179489469923196, + 0.11794894699232054, 0.07424290112024132, - 0.0041650834794229675, + 0.004165083479476278, 0.08075553108546085, - 0.11904324933704914, + 0.11904324933705009, 0.08840916217460013, - 0.005290802398586051, + 0.00529080239858605, 0.09489038806880003 ], "resistance": [ 96524.37811684895, 97595.4908105043, - 98151.76708279784, + 98151.7670827977, 97501.66438843294, - 96413.75122343576, + 96413.75122343574, 95505.53757885816, 95269.68908160468, 95571.39224470746 @@ -191580,9 +138329,9 @@ "fuel": [ 43.44839338518449, 44.00184996358895, - 44.29096877383868, + 44.2909687738386, 43.95319814201221, - 43.39147439318841, + 43.3914743931884, 42.9259081139879, 42.805510044858806, 42.95956316399756 @@ -191618,7 +138367,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 449.76329685358814, + 449.76329685357905, 1375.6528756468415, 1322.2696688952465, 355.9162117420765, @@ -191638,17 +138387,17 @@ 3.8166656717306116 ], "relative wind angle": [ - 0.09606372128356533, - 0.03533361087232813, - 0.04139373016487053, - 0.09926844091736046, - 0.10517666342144955, + 0.0960637212835688, + 0.035333610872328135, + 0.041393730164870524, + 0.09926844091736048, + 0.10517666342144956, 0.043481053076587145, - 0.05065499474241211, + 0.05065499474241212, 0.10726755497827462 ], "resistance": [ - 97084.2632968536, + 97084.26329685359, 98010.15287564686, 97956.76966889526, 96990.4162117421, @@ -191658,7 +138407,7 @@ 95958.52559448668 ], "fuel": [ - 44.35346981387231, + 44.353469813872294, 44.8335666872944, 44.80579950323211, 44.304985806968624, @@ -191698,9 +138447,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 678.1849615511164, + 678.184961551111, 1382.0471821993715, - 1030.4426939965033, + 1030.4426939965015, 64.01325260601243, -878.9095211870072, -1275.5835055954167, @@ -191708,9 +138457,9 @@ -350.26103397618226 ], "relative wind speed": [ - 3.714327402055147, + 3.714327402055146, 3.8791476536224336, - 3.8065975197217035, + 3.806597519721703, 3.528463988992614, 3.1815853468479096, 2.9784101212443255, @@ -191718,13 +138467,13 @@ 3.386540306465789 ], "relative wind angle": [ - 0.09954668093744268, + 0.09954668093744382, 0.01845153437038726, - 0.07044137545354623, + 0.07044137545354624, 0.1280164383325709, - 0.11628537366279401, - 0.02403263890595329, - 0.08736474442703791, + 0.11628537366279403, + 0.024032638905953287, + 0.08736474442703793, 0.13341277307238472 ], "resistance": [ @@ -191778,37 +138527,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 907.0729833360328, + 907.0729833360274, 1464.7465939519807, - 858.7649704954874, + 858.7649704954856, -170.6905495512692, -1041.5682780732977, -1278.987966171018, -1007.7374071903346, - -114.00740256775134 + -114.00740256775043 ], "relative wind speed": [ 3.6971301286335625, 3.8147361101858883, - 3.684242065115165, + 3.6842420651151646, 3.362482625020889, - 3.0130290421908605, + 3.01302904219086, 2.8626742054902845, 3.0287746041545476, - 3.3824289783479897 + 3.38242897834799 ], "relative wind angle": [ - 0.08923693298384949, + 0.08923693298385199, 0.002640825671810066, 0.09343314521286435, - 0.14204916158166545, - 0.10957181956371075, - 0.003519108851228129, + 0.14204916158166542, + 0.10957181956370872, + 0.0035191088512281287, 0.11373307773156306, - 0.1412058612893146 + 0.14120586128931537 ], "resistance": [ - 97541.57298333604, + 97541.57298333602, 98099.24659395198, 97493.26497049548, 96463.80945044872, @@ -191818,7 +138567,7 @@ 96520.49259743225 ], "fuel": [ - 42.848338647300906, + 42.84833864730089, 43.138073272955126, 42.82329509079125, 42.291675070554504, @@ -191858,7 +138607,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 927.6664033953366, + 927.6664033953184, 1878.5593932899392, 1372.2790219497947, 32.2500631032035, @@ -191868,7 +138617,7 @@ -494.5881429917299 ], "relative wind speed": [ - 5.039001633854769, + 5.0390016338547685, 5.203694456230725, 5.1252748407468225, 4.8410783351553555, @@ -191878,17 +138627,17 @@ 4.711253430775437 ], "relative wind angle": [ - 0.07210630320638242, - 0.0125299301283259, - 0.05286509729770371, - 0.09271552079435098, + 0.07210630320638552, + 0.012529930128325898, + 0.0528650972977037, + 0.092715520794351, 0.08078004506504259, 0.015137445436649955, 0.061583793650678044, 0.09527807540909564 ], "resistance": [ - 97562.16640339539, + 97562.16640339536, 98513.05939328998, 98006.77902194984, 96666.75006310325, @@ -191898,7 +138647,7 @@ 96139.91185700831 ], "fuel": [ - 47.39066096094342, + 47.3906609609434, 47.88545793560631, 47.62159624559888, 46.92780709624239, @@ -191938,41 +138687,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1274.2659929375131, + 1274.2659929375077, 2007.0687562347557, 1136.932818102514, -321.6430090660597, - -1536.7654504858583, + -1536.7654504858638, -1846.1155890829696, - -1440.2159967707412, - -159.0350560279221 + -1440.2159967707466, + -159.0350560279203 ], "relative wind speed": [ - 5.124928609277736, + 5.1249286092777355, 5.238054040164347, 5.098436775597002, 4.772925176039459, 4.43618707175497, 4.302027296300818, - 4.466608493145488, - 4.812882114671838 + 4.466608493145489, + 4.8128821146718375 ], "relative wind angle": [ 0.06184391240493618, 0.003832426188107063, - 0.06774572102407385, - 0.0982145772996926, - 0.07146077872437007, + 0.06774572102407386, + 0.09821457729969262, + 0.07146077872437162, 0.0046662835463584336, - 0.07734671734790109, - 0.09739659284646981 + 0.07734671734790396, + 0.09739659284646868 ], "resistance": [ 97908.76599293752, 98641.56875623477, 97771.43281810253, 96312.85699093396, - 95097.73454951416, + 95097.73454951415, 94788.38441091705, 95194.28400322927, 96475.4649439721 @@ -191982,7 +138731,7 @@ 48.009408400037586, 47.55608651283174, 46.802519709070694, - 46.18077663008998, + 46.180776630089966, 46.0233685086424, 46.229977266566365, 46.88613831794861 @@ -192018,34 +138767,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -345.82562978468195, + -345.82562978468263, 231.12598456798742, - 725.7554112196681, + 725.755411219664, 726.6982254477525, 232.74664196711183, -344.4371738678881, -690.0322295554581, - -690.4378078148193 + -690.4378078148186 ], "relative wind speed": [ - 2.1188525524518824, + 2.118852552451882, 2.421669301258028, 2.614911254613903, 2.6151938153191057, 2.4224058254135827, 2.119694298094414, 1.8761197329922894, - 1.8757258409336413 + 1.875725840933641 ], "relative wind angle": [ 0.17566178365035257, 0.1536470358343029, - 0.058868002933976524, + 0.05886800293398029, 0.05855660192682557, 0.15346215883953643, - 0.17574934913584536, - 0.08209425541890455, - 0.08168555196520191 + 0.1757493491358454, + 0.08209425541890457, + 0.08168555196520054 ], "resistance": [ 96288.67437021535, @@ -192085,68 +138834,7 @@ "id": "3729", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.013692735027513, - 10.013692735027513, - 10.013692735027513, - 10.013692735027513, - 10.013692735027513, - 10.013692735027513, - 10.013692735027513, - 10.013692735027513 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -512.1770114414194, - 234.43522429380573, - 900.9332660256932, - 965.6919015194344, - 346.7623137463129, - -415.6753051114051, - -900.1524291359774, - -927.8653748807506 - ], - "relative wind speed": [ - 2.626067224536631, - 2.9472081800999996, - 3.1660505156203422, - 3.1821470869283233, - 2.988767400701348, - 2.672624849550019, - 2.4093741460845757, - 2.3880744461666596 - ], - "relative wind angle": [ - 0.14489415579273235, - 0.13529932280293203, - 0.05784382569912662, - 0.043597624005328475, - 0.12720841156446458, - 0.14929911049759081, - 0.07604085687675399, - 0.05810882005955697 - ], - "resistance": [ - 96122.32298855858, - 96868.9352242938, - 97535.43326602569, - 97600.19190151943, - 96981.26231374631, - 96218.8246948886, - 95734.34757086402, - 95706.63462511924 - ], - "fuel": [ - 40.80313066119602, - 41.187346279193534, - 41.532086478060165, - 41.565670413165805, - 41.24533065500092, - 40.852674874317785, - 40.60429284227009, - 40.590111360901616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -62.1875, -51.25 -62.03125, -51.09375 -62.03125, -51.09375 -62.1875, -51.25 -62.1875))", @@ -192178,34 +138866,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -316.63247271210366, + -316.6324727121055, 248.86836430166704, - 713.9213034068221, - 677.6558535234512, + 713.9213034068198, + 677.6558535234503, 186.05011111540716, -370.5790945579861, -686.1960513113534, -670.6635323022747 ], "relative wind speed": [ - 2.2671776829841117, + 2.2671776829841113, 2.5439964517674527, 2.71537032557776, - 2.7048232709139257, + 2.704823270913926, 2.5167249375354035, 2.236533279615663, 2.025034086726817, 2.0391003238085843 ], "relative wind angle": [ - 0.15306332890875538, + 0.15306332890875685, 0.13150756918744425, - 0.04645642688010468, - 0.05743181265153508, + 0.04645642688010707, + 0.05743181265153701, 0.1377840164891796, 0.14971419631382404, 0.06231138186140604, - 0.07621396751532258 + 0.07621396751532257 ], "resistance": [ 96317.86752728788, @@ -192258,9 +138946,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -321.7438804061785, + -321.7438804061817, 379.17704987612933, - 905.7663436514854, + 905.7663436514708, 763.6270051205615, 130.8530909070555, -535.4946369172899, @@ -192268,9 +138956,9 @@ -805.1275592649445 ], "relative wind speed": [ - 2.7880206668647523, + 2.7880206668647514, 3.064079702208757, - 3.2204839470345323, + 3.220483947034532, 3.1852893190692937, 2.9739372646671627, 2.6886386279218097, @@ -192278,9 +138966,9 @@ 2.543873826836554 ], "relative wind angle": [ - 0.12979443615190997, + 0.1297944361519108, 0.1050915032465699, - 0.029098172974093166, + 0.0290981729741008, 0.0593414633897274, 0.12163867361116688, 0.11983272272610673, @@ -192290,7 +138978,7 @@ "resistance": [ 96312.75611959383, 97013.67704987615, - 97540.2663436515, + 97540.26634365148, 97398.12700512058, 96765.35309090707, 96099.00536308273, @@ -192300,7 +138988,7 @@ "fuel": [ 41.06594299729508, 41.427082416021015, - 41.69960259958031, + 41.6996025995803, 41.62594106300068, 41.29892796558481, 40.95617475146085, @@ -192325,68 +139013,7 @@ "id": "3732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.97779119928394, - 11.97779119928394, - 11.97779119928394, - 11.97779119928394, - 11.97779119928394, - 11.97779119928394, - 11.97779119928394, - 11.97779119928394 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -445.0838207918905, - 430.92507696109806, - 1109.2304294629757, - 977.0384541800186, - 199.25216825281768, - -644.6537816425162, - -1084.2236053474198, - -1028.0271502906098 - ], - "relative wind speed": [ - 3.2356493997838194, - 3.5353919722086506, - 3.712886241951696, - 3.684478255951764, - 3.4628981148823086, - 3.1562785040644714, - 2.945431402477852, - 2.9808908691522875 - ], - "relative wind angle": [ - 0.1189449060091015, - 0.09983706620737622, - 0.030810913523759496, - 0.05175914768504889, - 0.11110585414400555, - 0.11187645547323583, - 0.03884255612193471, - 0.06399109520955157 - ], - "resistance": [ - 96189.41617920816, - 97065.42507696114, - 97743.73042946302, - 97611.53845418006, - 96833.75216825286, - 95989.84621835753, - 95550.27639465262, - 95606.47284970943 - ], - "fuel": [ - 42.12079933882095, - 42.57203362915966, - 42.92339189724999, - 42.85478290042465, - 42.452420626606994, - 42.01839973935898, - 41.793378614271575, - 41.82210617778472 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.03125, -50.78125 -61.875, -50.625 -61.875, -50.625 -62.03125, -50.78125 -62.03125))", @@ -192418,34 +139045,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -424.9908593377204, + -424.9908593377231, 501.57146440215365, - 1195.8958078490605, - 1005.6183492275786, + 1195.8958078490532, + 1005.6183492275759, 168.7845475596814, -711.522765248767, - -1146.1282079898047, + -1146.1282079897983, -1065.1370196453927 ], "relative wind speed": [ - 3.2480903207933496, + 3.2480903207933483, 3.56144891296758, 3.738875454387161, - 3.698263414154711, + 3.6982634141547113, 3.4575620910450753, 3.1338327948034292, - 2.919869291945212, - 2.97114019611801 + 2.9198692919452114, + 2.9711401961180104 ], "relative wind angle": [ - 0.12647630307653737, + 0.1264763030765374, 0.10247736493891414, - 0.02822815398958315, - 0.05819283053388736, + 0.028228153989587085, + 0.05819283053388927, 0.11877647913962026, - 0.11652030944501995, - 0.036149057459630124, - 0.07245679297004701 + 0.11652030944501997, + 0.036149057459623976, + 0.07245679297004855 ], "resistance": [ 96209.50914066228, @@ -192454,7 +139081,7 @@ 97640.11834922757, 96803.28454755968, 95922.97723475123, - 95488.37179201019, + 95488.3717920102, 95569.3629803546 ], "fuel": [ @@ -192464,7 +139091,7 @@ 42.87092117629096, 42.43801554224625, 41.9854328526433, - 41.763057179903086, + 41.76305717990309, 41.804444862600796 ] }, @@ -192485,68 +139112,7 @@ "id": "3734", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.871173257926555, - 10.871173257926555, - 10.871173257926555, - 10.871173257926555, - 10.871173257926555, - 10.871173257926555, - 10.871173257926555, - 10.871173257926555 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -244.57391496818764, - 562.2900597709572, - 1097.8079515626127, - 787.0918156190969, - 19.683789175966012, - -711.5940857406795, - -1001.4692598263737, - -869.1617566192676 - ], - "relative wind speed": [ - 2.9952524453002765, - 3.2843840121269205, - 3.423838344549886, - 3.351120928176158, - 3.0980312842323245, - 2.789651718412989, - 2.616613467738284, - 2.7091185972377136 - ], - "relative wind angle": [ - 0.1351822952389891, - 0.09822834764195938, - 0.015143428133861856, - 0.07430584370674168, - 0.13067139941514255, - 0.11572092144511731, - 0.01981571297611414, - 0.0919597136599229 - ], - "resistance": [ - 96389.92608503182, - 97196.79005977097, - 97732.30795156263, - 97421.59181561912, - 96654.18378917598, - 95922.90591425933, - 95633.03074017364, - 95765.33824338074 - ], - "fuel": [ - 41.46957513820752, - 41.88569091947866, - 42.163205608801604, - 42.00205714411319, - 41.605591309536834, - 41.229830438682434, - 41.081431291828046, - 41.14912621346679 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.1875, -50.78125 -62.03125, -50.625 -62.03125, -50.625 -62.1875, -50.78125 -62.1875))", @@ -192565,68 +139131,7 @@ "id": "3735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.960845215221616, - 12.960845215221616, - 12.960845215221616, - 12.960845215221616, - 12.960845215221616, - 12.960845215221616, - 12.960845215221616, - 12.960845215221616 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -348.00089297211616, - 702.3372815807197, - 1410.077485431756, - 1033.2960540989507, - 41.991496852994715, - -916.8539386353896, - -1309.175195706036, - -1149.0825547906406 - ], - "relative wind speed": [ - 3.5632886654312363, - 3.881416700884515, - 4.039376438217671, - 3.964543985610951, - 3.6904464716696874, - 3.354254860255065, - 3.162255407746484, - 3.2555817083289424 - ], - "relative wind angle": [ - 0.12341024726865452, - 0.0917054936527943, - 0.01585686871307014, - 0.06685932969647934, - 0.11913743082099269, - 0.10616878657594127, - 0.02025565599588157, - 0.08144854503022765 - ], - "resistance": [ - 96286.4991070279, - 97336.83728158075, - 98044.57748543179, - 97667.79605409897, - 96676.49149685302, - 95717.64606136463, - 95325.324804294, - 95485.41744520939 - ], - "fuel": [ - 42.90836804554743, - 43.45011987113415, - 43.81747875511073, - 43.62167497697868, - 43.10904229968267, - 42.61667416581625, - 42.41620303763084, - 42.49793915214659 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -62.34375, -51.25 -62.1875, -51.09375 -62.1875, -51.09375 -62.34375, -51.25 -62.34375))", @@ -192658,17 +139163,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -81.24299638483262, + -81.24299638483353, 508.64631036618766, - 854.2299701444222, + 854.2299701442694, 523.3919764022357, -64.03239187207919, -572.9902025442309, - -724.6987088661517, + -724.6987088661792, -583.2874213978341 ], "relative wind speed": [ - 2.3622238841259584, + 2.362223884125958, 2.6228425655723675, 2.7257046151464754, 2.628366699817452, @@ -192678,33 +139183,33 @@ 2.071935303080914 ], "relative wind angle": [ - 0.1666314709699502, - 0.10701689723020977, - 0.0016121960381978273, + 0.16663147096995087, + 0.10701689723020978, + 0.0016121960383355554, 0.1044134453774141, 0.16601663365748764, 0.1351699069932121, - 0.0022626881116218508, - 0.13260205335389197 + 0.002262688111670917, + 0.13260205335389194 ], "resistance": [ - 96553.25700361516, + 96553.25700361514, 97143.14631036617, - 97488.72997014441, + 97488.72997014425, 97157.89197640223, 96570.4676081279, 96061.50979745576, - 95909.80129113383, + 95909.8012911338, 96051.21257860215 ], "fuel": [ 40.16150239504016, 40.465840411516496, - 40.644736773395564, + 40.64473677339548, 40.47346464162001, 40.17036342037068, 39.908787835113095, - 39.83100470430375, + 39.83100470430374, 39.90350559387681 ] }, @@ -192738,9 +139243,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -50.139105743634445, + -50.13910574363581, 612.9828271710485, - 967.6963531830993, + 967.6963531830452, 562.3817508427564, -109.11766729803139, -669.9990277758918, @@ -192748,7 +139253,7 @@ -634.6918207335546 ], "relative wind speed": [ - 2.4899409345025263, + 2.4899409345025254, 2.765123917795589, 2.8642076402817813, 2.7470700993919217, @@ -192758,9 +139263,9 @@ 2.170824842067725 ], "relative wind angle": [ - 0.17162302157844636, + 0.17162302157844633, 0.1052480141712863, - 0.005036695684607928, + 0.005036695684652014, 0.11341387040587468, 0.17362480542779335, 0.13566549356150714, @@ -192770,7 +139275,7 @@ "resistance": [ 96584.36089425636, 97247.48282717104, - 97602.1963531831, + 97602.19635318304, 97196.88175084276, 96525.38233270196, 95964.50097222411, @@ -192780,7 +139285,7 @@ "fuel": [ 40.364662781167624, 40.706950362964236, - 40.890716671329244, + 40.890716671329216, 40.68077363975827, 40.334298703999906, 40.04618562498646, @@ -192805,68 +139310,7 @@ "id": "3738", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.821831167697537, - 8.821831167697537, - 8.821831167697537, - 8.821831167697537, - 8.821831167697537, - 8.821831167697537, - 8.821831167697537, - 8.821831167697537 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -171.21149193090878, - 527.8462274620847, - 984.4957697569585, - 684.9086075564564, - 11.724683400343565, - -613.7343056865639, - -851.7868130616323, - -723.2765216965283 - ], - "relative wind speed": [ - 2.444996384440399, - 2.747761131221173, - 2.886059106841208, - 2.803396511500148, - 2.532740436847341, - 2.2005886044689085, - 2.015798668564698, - 2.129260303409868 - ], - "relative wind angle": [ - 0.17895159611191022, - 0.1237777350573215, - 0.015439920990307585, - 0.09869356251887888, - 0.17268848182892652, - 0.15477774170586459, - 0.022106564681020128, - 0.13009634680386487 - ], - "resistance": [ - 96463.28850806909, - 97162.34622746208, - 97618.99576975696, - 97319.40860755646, - 96646.22468340035, - 96020.76569431344, - 95782.71318693837, - 95911.22347830347 - ], - "fuel": [ - 40.323545985835906, - 40.68411455754151, - 40.92063276129487, - 40.76537629388015, - 40.41772738633895, - 40.09623602764538, - 39.97425742025241, - 40.04008017372592 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -62.5, -51.09375 -62.34375, -50.9375 -62.34375, -50.9375 -62.5, -51.09375 -62.5))", @@ -192885,68 +139329,7 @@ "id": "3739", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.483741040304325, - 10.483741040304325, - 10.483741040304325, - 10.483741040304325, - 10.483741040304325, - 10.483741040304325, - 10.483741040304325, - 10.483741040304325 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -186.67722236694044, - 612.2424364284261, - 1114.5293874762574, - 745.9559373411421, - -29.826670151035614, - -738.9644652860702, - -989.7050472629917, - -832.591942596056 - ], - "relative wind speed": [ - 2.9105225177980683, - 3.2018464698785265, - 3.331436046681508, - 3.242703182857742, - 2.973803652476567, - 2.6575982904530533, - 2.4932274980361617, - 2.607589990388989 - ], - "relative wind angle": [ - 0.14450750962550746, - 0.09978726626447382, - 0.009595598256135991, - 0.08452582069837469, - 0.14141156549490178, - 0.12031328025482028, - 0.012821736993039191, - 0.1051819215074504 - ], - "resistance": [ - 96447.82277763308, - 97246.74243642844, - 97749.02938747627, - 97380.45593734116, - 96604.67332984899, - 95895.53553471394, - 95644.79495273702, - 95801.90805740395 - ], - "fuel": [ - 41.25435122234339, - 41.666530269873775, - 41.926886415292195, - 41.73574782688334, - 41.33508626986723, - 40.97080332341467, - 40.84244608084201, - 40.92284687729734 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -62.34375, -50.9375 -62.1875, -50.78125 -62.1875, -50.78125 -62.34375, -50.9375 -62.34375))", @@ -192965,68 +139348,7 @@ "id": "3740", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.89854028038488, - 9.89854028038488, - 9.89854028038488, - 9.89854028038488, - 9.89854028038488, - 9.89854028038488, - 9.89854028038488, - 9.89854028038488 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -146.57090401990172, - 651.3868181197431, - 1137.8095614593608, - 730.990478076118, - -53.5552420482436, - -752.0637280446872, - -981.5586465630436, - -807.68827554377 - ], - "relative wind speed": [ - 2.765786874325647, - 3.069117438841425, - 3.1964794874976645, - 3.0945302829151373, - 2.8055469222662173, - 2.470058443403501, - 2.3028654874386687, - 2.4381453802738324 - ], - "relative wind angle": [ - 0.1622634430006695, - 0.10779352268551055, - 0.0063009790817875645, - 0.097652074192391, - 0.15994389609868878, - 0.1340786345239741, - 0.008746092205786803, - 0.12406257937860303 - ], - "resistance": [ - 96487.9290959801, - 97285.88681811975, - 97772.30956145936, - 97365.49047807611, - 96580.94475795176, - 95882.43627195532, - 95652.94135343695, - 95826.81172445623 - ], - "fuel": [ - 40.923669616276406, - 41.33547003805563, - 41.587659601368074, - 41.37668090803185, - 40.97155002437669, - 40.61277519809988, - 40.49529599137199, - 40.58428281454627 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.34375, -50.78125 -62.1875, -50.625 -62.1875, -50.625 -62.34375, -50.78125 -62.34375))", @@ -193045,68 +139367,7 @@ "id": "3741", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.412635096286232, - 11.412635096286232, - 11.412635096286232, - 11.412635096286232, - 11.412635096286232, - 11.412635096286232, - 11.412635096286232, - 11.412635096286232 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 128.93094229187955, - 984.0953248055412, - 1228.9592508261712, - 555.3980707255569, - -374.59103511838975, - -1041.7404628495883, - -1146.2268347895515, - -741.3919972873241 - ], - "relative wind speed": [ - 3.293332405724705, - 3.5532961020324465, - 3.6074125556025427, - 3.43242996156638, - 3.1067610852190715, - 2.8057244316769725, - 2.7357955751315157, - 2.9523596214163117 - ], - "relative wind angle": [ - 0.13277985655199515, - 0.06807878863819414, - 0.026106037229352758, - 0.10943716717423406, - 0.14080530929700286, - 0.08625839572499741, - 0.03442623902169078, - 0.1273221775222229 - ], - "resistance": [ - 96763.43094229192, - 97618.59532480559, - 97863.45925082621, - 97189.8980707256, - 96259.90896488166, - 95592.75953715046, - 95488.2731652105, - 95893.10800271272 - ], - "fuel": [ - 42.02087093052836, - 42.463161572629524, - 42.590306232880536, - 42.241099390811826, - 41.76172242264761, - 41.419812590804376, - 41.366413996291726, - 41.5735342957636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -62.5, -50.9375 -62.34375, -50.78125 -62.34375, -50.78125 -62.5, -50.9375 -62.5))", @@ -193125,68 +139386,7 @@ "id": "3742", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.383518010489306, - 9.383518010489306, - 9.383518010489306, - 9.383518010489306, - 9.383518010489306, - 9.383518010489306, - 9.383518010489306, - 9.383518010489306 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -98.50553035370149, - 620.2170988864464, - 1039.528032550174, - 634.3750890566721, - -81.9673355923951, - -701.6717039695131, - -884.6253976816934, - -711.5631524522651 - ], - "relative wind speed": [ - 2.6376298663746454, - 2.922103108702865, - 3.0340309001685113, - 2.9268658155897573, - 2.6450873241793462, - 2.3269919825033414, - 2.1790444606176425, - 2.32099865619476 - ], - "relative wind angle": [ - 0.16279302495904024, - 0.10455202934179618, - 0.0012453882071534706, - 0.102545730101406, - 0.16232997219452933, - 0.13142943437685609, - 0.0017340386064578625, - 0.12944869577344234 - ], - "resistance": [ - 96535.9944696463, - 97254.71709888647, - 97674.0280325502, - 97268.87508905669, - 96552.53266440763, - 95932.82829603051, - 95749.87460231832, - 95922.93684754775 - ], - "fuel": [ - 40.6578862140487, - 41.028818535162046, - 41.24611248153366, - 41.036144770471104, - 40.66639996051437, - 40.34807594100972, - 40.25437119296784, - 40.34300657968438 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.5, -50.78125 -62.34375, -50.625 -62.34375, -50.625 -62.5, -50.78125 -62.5))", @@ -193205,68 +139405,7 @@ "id": "3743", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.617321354867645, - 10.617321354867645, - 10.617321354867645, - 10.617321354867645, - 10.617321354867645, - 10.617321354867645, - 10.617321354867645, - 10.617321354867645 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 196.8071698468675, - 947.9578007403165, - 1084.7491333180774, - 434.42467403395085, - -405.8174629050159, - -969.6464856303696, - -1028.126364325275, - -610.0427023952552 - ], - "relative wind speed": [ - 3.0987679657222182, - 3.336950032838279, - 3.3691703569363423, - 3.1818249749946914, - 2.858718996434465, - 2.5767036469687574, - 2.53442859672608, - 2.765976687259225 - ], - "relative wind angle": [ - 0.1352170172046638, - 0.06287167719233892, - 0.0359882662894696, - 0.12006185477023305, - 0.14665015045978128, - 0.08145814533561717, - 0.04784932569173269, - 0.13822056958024287 - ], - "resistance": [ - 96831.30716984687, - 97582.45780074032, - 97719.24913331808, - 97068.92467403394, - 96228.68253709498, - 95664.85351436964, - 95606.37363567472, - 96024.45729760475 - ], - "fuel": [ - 41.53525792416593, - 41.92379705562837, - 41.99477953456178, - 41.657940594774146, - 41.22506299335761, - 40.93606134014618, - 40.90615403752041, - 41.1202466936289 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -62.03125, -50.625 -61.875, -50.46875 -61.875, -50.46875 -62.03125, -50.625 -62.03125))", @@ -193298,9 +139437,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -27.27186304882798, + -27.27186304882889, 1107.629683535939, - 1596.7789920096202, + 1596.7789920096511, 835.6330726275864, -348.9791169934315, -1284.5401864137239, @@ -193308,9 +139447,9 @@ -1093.3951493352533 ], "relative wind speed": [ - 4.227904050381776, + 4.227904050381775, 4.505265763911434, - 4.591143050972195, + 4.591143050972194, 4.445345399853576, 4.137232910419615, 3.833333955034611, @@ -193319,18 +139458,18 @@ ], "relative wind angle": [ 0.10201753075431591, - 0.06046222095086371, - 0.009927483651405344, + 0.060462220950863704, + 0.00992748365139416, 0.07581229681873226, - 0.10426138416608595, - 0.07107697704144392, + 0.10426138416608596, + 0.0710769770414439, 0.012219375354242348, 0.08637902490011876 ], "resistance": [ 96607.22813695119, 97742.12968353595, - 98231.27899200964, + 98231.27899200967, 97470.1330726276, 96285.52088300658, 95349.95981358629, @@ -193340,7 +139479,7 @@ "fuel": [ 44.78570804165668, 45.37260964205616, - 45.627045724531214, + 45.62704572453122, 45.23151296839913, 44.6202125894482, 44.141121545436995, @@ -193365,68 +139504,7 @@ "id": "3745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.677412732253265, - 13.677412732253265, - 13.677412732253265, - 13.677412732253265, - 13.677412732253265, - 13.677412732253265, - 13.677412732253265, - 13.677412732253265 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 607.0100008176632, - 1354.9553970187553, - 1078.9261036209691, - 121.30982076836608, - -855.2215883977624, - -1303.7578327289848, - -1186.754863265559, - -436.4431047964672 - ], - "relative wind speed": [ - 4.040762298345792, - 4.2069244244287365, - 4.154295378569103, - 3.907096380142673, - 3.5898810086426653, - 3.3936400067023875, - 3.4578657457375988, - 3.734916797496574 - ], - "relative wind angle": [ - 0.08643727225678101, - 0.020582285411197894, - 0.05452295684323257, - 0.10429415991529645, - 0.09732607726685323, - 0.025515788730166935, - 0.06551853948383587, - 0.10912086511639889 - ], - "resistance": [ - 97241.51000081765, - 97989.45539701874, - 97713.42610362095, - 96755.80982076835, - 95779.27841160222, - 95330.742167271, - 95447.74513673443, - 96198.05689520352 - ], - "fuel": [ - 43.978623759762684, - 44.366642147647596, - 44.22320158151774, - 43.72776748304031, - 43.22606149558676, - 42.996809276440146, - 43.05653871790298, - 43.44077993453343 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -62.1875, -50.625 -62.03125, -50.46875 -62.03125, -50.46875 -62.1875, -50.625 -62.1875))", @@ -193445,68 +139523,7 @@ "id": "3746", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.300557222414847, - 14.300557222414847, - 14.300557222414847, - 14.300557222414847, - 14.300557222414847, - 14.300557222414847, - 14.300557222414847, - 14.300557222414847 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -36.430684061167085, - 1106.5964499830288, - 1616.966664120102, - 860.9216556944548, - -326.38171686241185, - -1272.4749708436566, - -1488.8216225371289, - -1099.9721563904695 - ], - "relative wind speed": [ - 4.041009475164002, - 4.333260834417628, - 4.426093231463899, - 4.277017625111519, - 3.955363044001606, - 3.632837035860697, - 3.519140959752585, - 3.6988882955158724 - ], - "relative wind angle": [ - 0.11246213619392147, - 0.06702002153613233, - 0.00973817998845906, - 0.08219470045320644, - 0.1149079648940688, - 0.07996708692809709, - 0.012248014341993395, - 0.0950777807570669 - ], - "resistance": [ - 96598.06931593879, - 97741.09644998299, - 98251.46666412006, - 97495.42165569442, - 96308.11828313755, - 95362.0250291563, - 95145.67837746283, - 95534.52784360948 - ], - "fuel": [ - 44.17649010020908, - 44.767572082269524, - 45.03306462697348, - 44.64011861249388, - 44.027323710742436, - 43.5427782309767, - 43.432443322890336, - 43.630877963440135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -62.1875, -50.46875 -62.03125, -50.3125 -62.03125, -50.3125 -62.1875, -50.46875 -62.1875))", @@ -193525,68 +139542,7 @@ "id": "3747", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.800624282202575, - 15.800624282202575, - 15.800624282202575, - 15.800624282202575, - 15.800624282202575, - 15.800624282202575, - 15.800624282202575, - 15.800624282202575 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 362.58327446682233, - 1452.6413665981, - 1542.9031104443475, - 521.8310381564497, - -740.343042441139, - -1532.2117182106613, - -1570.40932547169, - -877.7252485196759 - ], - "relative wind speed": [ - 4.555706220590637, - 4.789388978577929, - 4.804416017825309, - 4.593746602693066, - 4.2612594693012396, - 3.9968168140301312, - 3.978740775760756, - 4.220223167473922 - ], - "relative wind angle": [ - 0.0907964749927144, - 0.03916410847651613, - 0.03078377116475824, - 0.08645342484081182, - 0.09708951974052267, - 0.046935619067706325, - 0.03717476426257617, - 0.09412699088578198 - ], - "resistance": [ - 96997.08327446686, - 98087.14136659814, - 98177.40311044439, - 97156.3310381565, - 95894.15695755891, - 95102.28828178938, - 95064.09067452836, - 95756.77475148036 - ], - "fuel": [ - 45.763040783918655, - 46.32824246286921, - 46.3752419360582, - 45.84533592306482, - 45.195666901902946, - 44.79110071542228, - 44.77164452549501, - 45.12531096093582 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -62.34375, -50.3125 -62.1875, -50.15625 -62.1875, -50.15625 -62.34375, -50.3125 -62.34375))", @@ -193605,68 +139561,7 @@ "id": "3748", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.256875807471324, - 18.256875807471324, - 18.256875807471324, - 18.256875807471324, - 18.256875807471324, - 18.256875807471324, - 18.256875807471324, - 18.256875807471324 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 709.8060580648798, - 1718.1736415110536, - 1431.7601092962977, - 200.9942728101796, - -1096.7614368980994, - -1725.5345954867153, - -1604.9499629094953, - -657.2406123098608 - ], - "relative wind speed": [ - 5.291604775515559, - 5.466733819260887, - 5.424530060628982, - 5.185690151875779, - 4.875162948115717, - 4.677939313446537, - 4.7268137780403325, - 4.987676064028011 - ], - "relative wind angle": [ - 0.06603076594440543, - 0.018166548747236416, - 0.038485580293112706, - 0.07614314494471942, - 0.07168048449082129, - 0.021230220751755603, - 0.044169824976218894, - 0.07917228923571397 - ], - "resistance": [ - 97344.30605806487, - 98352.67364151105, - 98066.2601092963, - 96835.49427281017, - 95537.7385631019, - 94908.96540451329, - 95029.5500370905, - 95977.25938769014 - ], - "fuel": [ - 48.52359549720494, - 49.04758974061077, - 48.89837136234321, - 48.26062970437093, - 47.594281264826265, - 47.273683790293845, - 47.33505320503539, - 47.81925676125834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -62.34375, -50.15625 -62.1875, -50 -62.1875, -50 -62.34375, -50.15625 -62.34375))", @@ -193685,68 +139580,7 @@ "id": "3749", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.049528959111807, - 15.049528959111807, - 15.049528959111807, - 15.049528959111807, - 15.049528959111807, - 15.049528959111807, - 15.049528959111807, - 15.049528959111807 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 992.3805690521367, - 1327.3672916964515, - 636.2182500497156, - -380.2627090720107, - -1143.602970369976, - -1284.8398414143903, - -893.0255879897513, - 42.393183695723565 - ], - "relative wind speed": [ - 4.4840130571548045, - 4.54347599315808, - 4.40497298216476, - 4.136934600181397, - 3.8878901090040436, - 3.81823106896668, - 3.9772195844364364, - 4.255330152908024 - ], - "relative wind angle": [ - 0.0478375735678501, - 0.01307850081514719, - 0.06780611852642486, - 0.08777646265556023, - 0.055179376047835856, - 0.015562850470713534, - 0.07511179926409561, - 0.08532823817811547 - ], - "resistance": [ - 97626.88056905215, - 97961.86729169647, - 97270.71825004973, - 96254.23729092801, - 95490.89702963004, - 95349.66015858563, - 95741.47441201027, - 96676.89318369573 - ], - "fuel": [ - 45.379165348601944, - 45.553172424149324, - 45.194616710703045, - 44.6705140870881, - 44.279459787194426, - 44.20734274757042, - 44.407589913760496, - 44.88797060046441 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -62.5, -50.3125 -62.34375, -50.15625 -62.34375, -50.15625 -62.5, -50.3125 -62.5))", @@ -193765,68 +139599,7 @@ "id": "3750", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.744281352581485, - 13.744281352581485, - 13.744281352581485, - 13.744281352581485, - 13.744281352581485, - 13.744281352581485, - 13.744281352581485, - 13.744281352581485 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 477.7911003666968, - 1244.5155563000699, - 1096.2582506678873, - 216.49428908308255, - -740.9843486301461, - -1238.4954130420838, - -1175.7121362139687, - -515.6131548673866 - ], - "relative wind speed": [ - 4.020656830234523, - 4.197844384439364, - 4.169565182181127, - 3.948977244708515, - 3.646696726036909, - 3.4412469952374427, - 3.4754574590609937, - 3.724198850621993 - ], - "relative wind angle": [ - 0.0865308312386213, - 0.026907659733242176, - 0.04504504214404446, - 0.0959862727676746, - 0.09543012902157315, - 0.032825549529617165, - 0.054049338592021365, - 0.10179915429426714 - ], - "resistance": [ - 97112.29110036674, - 97879.01555630012, - 97730.75825066793, - 96850.99428908313, - 95893.5156513699, - 95396.00458695796, - 95458.78786378607, - 96118.88684513266 - ], - "fuel": [ - 43.967447218608136, - 44.364865913561104, - 44.287848643126324, - 43.83250819327641, - 43.34021775406106, - 43.085767770331486, - 43.11782723809248, - 43.455786033017596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -62.5, -50.15625 -62.34375, -50 -62.34375, -50 -62.5, -50.15625 -62.5))", @@ -193845,68 +139618,7 @@ "id": "3751", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.163393779428603, - 13.163393779428603, - 13.163393779428603, - 13.163393779428603, - 13.163393779428603, - 13.163393779428603, - 13.163393779428603, - 13.163393779428603 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 861.085827311621, - 1262.0139720059415, - 671.697443945016, - -259.11986972309114, - -1001.9678730968244, - -1171.6043611775813, - -868.8960027524436, - -35.211063239305076 - ], - "relative wind speed": [ - 3.9626967753433844, - 4.042649497798551, - 3.915296998111842, - 3.640912836838155, - 3.367137598460076, - 3.2707134356634584, - 3.4221383310522007, - 3.7127260947755736 - ], - "relative wind angle": [ - 0.06247365947691174, - 0.008931428074907714, - 0.07630450497691377, - 0.10621340632646917, - 0.07354208313273376, - 0.011039452791364502, - 0.08732687874338212, - 0.10415144233742248 - ], - "resistance": [ - 97495.58582731162, - 97896.51397200594, - 97306.19744394501, - 96375.38013027691, - 95632.53212690317, - 95462.89563882242, - 95765.60399724756, - 96599.2889367607 - ], - "fuel": [ - 43.692263838944285, - 43.90037714934792, - 43.594164344222484, - 43.113959081811785, - 42.7330396519049, - 42.64634102716916, - 42.801125603110385, - 43.22917833034336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -62.65625, -52.1875 -62.5, -52.03125 -62.5, -52.03125 -62.65625, -52.1875 -62.65625))", @@ -193925,68 +139637,7 @@ "id": "3752", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.339636098478111, - 9.339636098478111, - 9.339636098478111, - 9.339636098478111, - 9.339636098478111, - 9.339636098478111, - 9.339636098478111, - 9.339636098478111 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -33.50805852145504, - 377.3108639551742, - 574.821470726828, - 315.98772782854076, - -106.15465603785424, - -450.96223646422686, - -534.3169665686764, - -407.8424509568422 - ], - "relative wind speed": [ - 2.622559607266596, - 2.7860173809015496, - 2.842180786918021, - 2.764226628298123, - 2.5897448246752526, - 2.413028036288233, - 2.3466157599983504, - 2.437959863903868 - ], - "relative wind angle": [ - 0.09462424305795224, - 0.05874040250335647, - 0.005799122014156852, - 0.06765344888634879, - 0.09582689171058496, - 0.06783310526256177, - 0.007023815569018279, - 0.07672411031469073 - ], - "resistance": [ - 96600.99194147854, - 97011.81086395518, - 97209.32147072683, - 96950.48772782854, - 96528.34534396215, - 96183.53776353577, - 96100.18303343133, - 96226.65754904316 - ], - "fuel": [ - 40.66740662295588, - 40.87929404181227, - 40.981387316469004, - 40.847625630858545, - 40.63000314904078, - 40.452740254931456, - 40.40995463766366, - 40.47488359812284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -62.65625, -52.03125 -62.5, -51.875 -62.5, -51.875 -62.65625, -52.03125 -62.65625))", @@ -194005,68 +139656,7 @@ "id": "3753", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.30109307213538, - 8.30109307213538, - 8.30109307213538, - 8.30109307213538, - 8.30109307213538, - 8.30109307213538, - 8.30109307213538, - 8.30109307213538 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -97.03324456239034, - 291.6536412174296, - 532.8678743052519, - 353.665670941331, - -23.803662410563447, - -369.05410430909114, - -488.50229639315967, - -412.60658161525066 - ], - "relative wind speed": [ - 2.3014893999548085, - 2.4818562714374965, - 2.5627354378741094, - 2.5063635648450737, - 2.3387470808790134, - 2.146387852730912, - 2.049140903376009, - 2.1177188310164174 - ], - "relative wind angle": [ - 0.11181531659149005, - 0.07858790894036506, - 0.007314133951509976, - 0.0672136933283452, - 0.11002674747267745, - 0.09090239105570339, - 0.009147386849820525, - 0.0795728459153855 - ], - "resistance": [ - 96537.46675543758, - 96926.1536412174, - 97167.36787430523, - 96988.16567094131, - 96610.69633758941, - 96265.44589569088, - 96145.99770360682, - 96221.89341838472 - ], - "fuel": [ - 40.10500976486471, - 40.305374295617185, - 40.430000714220455, - 40.337392928467935, - 40.142715964368165, - 39.965119887330275, - 39.90377926974983, - 39.9427480925104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -62.8125, -52.1875 -62.65625, -52.03125 -62.65625, -52.03125 -62.8125, -52.1875 -62.8125))", @@ -194085,68 +139675,7 @@ "id": "3754", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.18001713944373, - 8.18001713944373, - 8.18001713944373, - 8.18001713944373, - 8.18001713944373, - 8.18001713944373, - 8.18001713944373, - 8.18001713944373 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1.1780438435221186, - 366.12113594274297, - 516.0599675753392, - 264.8960418893985, - -118.34208348764469, - -416.79269806323055, - -480.34608201313654, - -345.70453277068714 - ], - "relative wind speed": [ - 2.3172933024311195, - 2.479167993004235, - 2.5269003768828635, - 2.438591476202609, - 2.255581571735924, - 2.076348366414022, - 2.017986858618278, - 2.1238568898206873 - ], - "relative wind angle": [ - 0.1100400707316013, - 0.06377035275631755, - 0.012287620826064181, - 0.08288855110368537, - 0.11306343971793031, - 0.07616406760679417, - 0.01538664010163607, - 0.09520663734514631 - ], - "resistance": [ - 96635.67804384355, - 97000.62113594277, - 97150.55996757536, - 96899.39604188943, - 96516.15791651238, - 96217.7073019368, - 96154.1539179869, - 96288.79546722934 - ], - "fuel": [ - 40.098456026248684, - 40.28669809510598, - 40.36418199514645, - 40.234435298612865, - 40.0369138264627, - 39.88347048168442, - 39.85083838657472, - 39.91998919046374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -62.8125, -52.03125 -62.65625, -51.875 -62.65625, -51.875 -62.8125, -52.03125 -62.8125))", @@ -194165,68 +139694,7 @@ "id": "3755", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.47469688127809, - 8.47469688127809, - 8.47469688127809, - 8.47469688127809, - 8.47469688127809, - 8.47469688127809, - 8.47469688127809, - 8.47469688127809 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 38.32867331361058, - 402.64308712461116, - 514.8406978573021, - 235.87452978939064, - -158.82548696187314, - -446.34762839895507, - -493.88353278519935, - -329.17572363021736 - ], - "relative wind speed": [ - 2.416329208059195, - 2.5689413635109717, - 2.6035364669304095, - 2.504126998359055, - 2.3181118449175537, - 2.147749901201122, - 2.105679755478159, - 2.2229793843750123 - ], - "relative wind angle": [ - 0.10322536461979695, - 0.05496829948473931, - 0.01896869055505786, - 0.0843516894441919, - 0.10761559043950579, - 0.06576232137167155, - 0.02345429965071554, - 0.09505034632835592 - ], - "resistance": [ - 96672.82867331362, - 97037.14308712463, - 97149.34069785732, - 96870.3745297894, - 96475.67451303815, - 96188.15237160106, - 96140.61646721482, - 96305.32427636979 - ], - "fuel": [ - 40.2583209813859, - 40.446288706787136, - 40.50427644288594, - 40.36018331140784, - 40.156805405068226, - 40.00901821667799, - 39.98461426138239, - 40.069207768343546 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -62.65625, -51.875 -62.5, -51.71875 -62.5, -51.71875 -62.65625, -51.875 -62.65625))", @@ -194258,33 +139726,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -191.2696511104191, + -191.26965111042136, 257.6890342901547, - 581.4246005964469, + 581.4246005964515, 466.66678432574736, - 55.7440395565427, + 55.744039556539974, -365.39305801584896, - -560.8520403123139, + -560.852040312308, -512.2106608123117 ], "relative wind speed": [ - 2.452498611730723, + 2.4524986117307224, 2.6531354401926115, - 2.762987908722778, + 2.7629879087227778, 2.7296785516557116, - 2.5685462694854655, + 2.568546269485466, 2.360731182287128, - 2.231160504150375, + 2.2311605041503744, 2.2717910079185537 ], "relative wind angle": [ - 0.10866933825627455, + 0.10866933825627559, 0.0865501687472596, - 0.021120895196146076, + 0.02112089519614082, 0.05381249389408734, - 0.10374151303386295, + 0.10374151303386615, 0.09730249421929194, - 0.026156385216111883, + 0.026156385216103393, 0.06467246436279264 ], "resistance": [ @@ -194338,39 +139806,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -216.73960672991484, + -216.7396067299153, 248.2177813751632, - 602.1514392086056, + 602.1514392086015, 515.2309106950706, - 96.92713316053641, + 96.92713316053732, -346.84092154969767, - -571.0305896101129, + -571.0305896101152, -533.918585969893 ], "relative wind speed": [ - 2.1751917729103005, + 2.1751917729103, 2.4098001062527312, - 2.543723649984298, + 2.5437236499842975, 2.5165517531212873, 2.339912124560917, 2.0975012389765504, - 1.9329040307564163, + 1.9329040307564165, 1.9681502161842255 ], "relative wind angle": [ - 0.1409711461908133, + 0.14097114619081327, 0.11431995439360156, - 0.03268487583212487, + 0.03268487583212827, 0.06255886783459398, - 0.13098798850331428, + 0.13098798850331342, 0.13143334495115816, - 0.04301927727393241, + 0.043019277273937576, 0.08002336465493597 ], "resistance": [ 96417.7603932701, 96882.71778137518, - 97236.65143920862, + 97236.65143920861, 97149.73091069509, 96731.42713316056, 96287.65907845032, @@ -194405,68 +139873,7 @@ "id": "3758", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.551155609372055, - 9.551155609372055, - 9.551155609372055, - 9.551155609372055, - 9.551155609372055, - 9.551155609372055, - 9.551155609372055, - 9.551155609372055 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 34.92610459071557, - 445.39827879874565, - 576.205539036247, - 266.2066417027718, - -177.43094190135025, - -503.0546369001481, - -558.3115542947558, - -377.04235499090373 - ], - "relative wind speed": [ - 2.711593375740899, - 2.8655370555432547, - 2.9018165987979536, - 2.8031912765943687, - 2.6178092869766583, - 2.4483385145138032, - 2.4052285806724982, - 2.5194806538587264 - ], - "relative wind angle": [ - 0.09171062770802973, - 0.04967800600966152, - 0.016230916631734444, - 0.07459169477958574, - 0.09500594634686266, - 0.05815202904136735, - 0.019582373956656515, - 0.0830095858942804 - ], - "resistance": [ - 96669.42610459069, - 97079.89827879872, - 97210.70553903622, - 96900.70664170274, - 96457.06905809863, - 96131.44536309982, - 96076.18844570522, - 96257.45764500907 - ], - "fuel": [ - 40.81925017509585, - 41.03106301274988, - 41.09869422066804, - 40.93851900691617, - 40.709915258593824, - 40.54258939123332, - 40.51423408021826, - 40.60729560254094 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -62.8125, -51.71875 -62.65625, -51.5625 -62.65625, -51.5625 -62.8125, -51.71875 -62.8125))", @@ -194485,68 +139892,7 @@ "id": "3759", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.754093821191282, - 7.754093821191282, - 7.754093821191282, - 7.754093821191282, - 7.754093821191282, - 7.754093821191282, - 7.754093821191282, - 7.754093821191282 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -60.62951758273789, - 333.6807796702665, - 560.706409370463, - 339.1956857072705, - -54.14360334534081, - -394.6485945815523, - -492.6036590706299, - -398.5150407243657 - ], - "relative wind speed": [ - 2.170681489082995, - 2.3614923439179902, - 2.437078849783778, - 2.363791623665701, - 2.1742178371694703, - 1.9653079250158667, - 1.870755999709752, - 1.9625418442421365 - ], - "relative wind angle": [ - 0.13082104339672015, - 0.08542553499034629, - 0.0007317728511767449, - 0.08427142132083924, - 0.13060704480381916, - 0.10270203288931794, - 0.0009532981586777787, - 0.10155544144030314 - ], - "resistance": [ - 96573.87048241725, - 96968.18077967025, - 97195.20640937045, - 96973.69568570725, - 96580.35639665465, - 96239.85140541843, - 96141.89634092935, - 96235.98495927562 - ], - "fuel": [ - 39.87333330418716, - 40.07665419080116, - 40.19397939631567, - 40.07950198156846, - 39.876673000078256, - 39.70155340799413, - 39.65125563795423, - 39.699567396146634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -62.65625, -51.5625 -62.5, -51.40625 -62.5, -51.40625 -62.65625, -51.5625 -62.65625))", @@ -194578,9 +139924,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -175.0645150204541, + -175.06451502045502, 328.1573297413431, - 687.8083077877156, + 687.8083077877116, 535.4038701269103, 66.21685949087123, -399.4731420066364, @@ -194590,7 +139936,7 @@ "relative wind speed": [ 2.0156909244056367, 2.2838305628901128, - 2.421197109781704, + 2.4211971097817035, 2.3713600505271093, 2.153892866756722, 1.8671856748073479, @@ -194598,12 +139944,12 @@ 1.7546839872070426 ], "relative wind angle": [ - 0.18369618919701786, + 0.18369618919701966, 0.13615573979036094, - 0.029000386364403663, + 0.029000386364407493, 0.08897384262339242, 0.17178804414347906, - 0.16679585591691684, + 0.16679585591691687, 0.04167103719795426, 0.1203752274378243 ], @@ -194645,68 +139991,7 @@ "id": "3761", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.9471360156785, - 8.9471360156785, - 8.9471360156785, - 8.9471360156785, - 8.9471360156785, - 8.9471360156785, - 8.9471360156785, - 8.9471360156785 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -55.25069210786842, - 537.1109966999597, - 853.1154288228076, - 494.6516745795998, - -104.99768162209193, - -607.5914359076141, - -742.3203255187377, - -577.8788647752231 - ], - "relative wind speed": [ - 2.524759381469057, - 2.7684772855869126, - 2.8573065741144195, - 2.753338963234145, - 2.501238565161093, - 2.2284832988726784, - 2.1133867217543636, - 2.247160174020058 - ], - "relative wind angle": [ - 0.14786485728352886, - 0.09209765596411673, - 0.004161761925499108, - 0.09874139014985833, - 0.14926569905728665, - 0.1145026263509137, - 0.005626730786026012, - 0.12108229737358427 - ], - "resistance": [ - 96579.24930789211, - 97171.61099669995, - 97487.6154288228, - 97129.15167457958, - 96529.5023183779, - 96026.90856409237, - 95892.17967448125, - 96056.62113522476 - ], - "fuel": [ - 40.44767046139153, - 40.75334405617298, - 40.916944384646115, - 40.73139053301296, - 40.42205918882529, - 40.16382503063028, - 40.09476068376485, - 40.179065296285025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -62.8125, -51.5625 -62.65625, -51.40625 -62.65625, -51.40625 -62.8125, -51.5625 -62.8125))", @@ -194738,49 +140023,49 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -16.63119161335726, + -16.631191613359306, 440.9144270623151, - 663.2789607326959, + 663.2789607326763, 368.66798604078167, -101.07249529790624, -482.4989059222312, - -577.5642642800033, - -432.0081397593174 + -577.5642642799996, + -432.0081397593169 ], "relative wind speed": [ - 2.163730659285517, + 2.1637306592855166, 2.381223641997154, - 2.45372924444368, + 2.4537292444436805, 2.3511826601543038, 2.1167609912874497, 1.8687379235628985, - 1.7724616371392103, - 1.9063964851934903 + 1.7724616371392101, + 1.90639648519349 ], "relative wind angle": [ - 0.15809694684588815, - 0.09423362968801859, - 0.009694835845901268, + 0.15809694684588957, + 0.0942336296880186, + 0.009694835845924173, 0.1098254399555315, 0.1616355525624358, - 0.12018792562423308, - 0.013421358904442376, - 0.13559206488542044 + 0.1201879256242331, + 0.013421358904434105, + 0.13559206488541967 ], "resistance": [ 96617.86880838664, 97075.41442706232, - 97297.7789607327, + 97297.77896073267, 97003.16798604077, 96533.4275047021, 96152.00109407777, - 96056.93573571999, + 96056.93573572, 96202.49186024068 ], "fuel": [ 39.83186093810342, 40.06791702128743, - 40.18292020590311, + 40.18292020590309, 40.03059198157466, 39.78838128689728, 39.59231171063606, @@ -194818,39 +140103,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 6.952959056109194, + 6.95295905610601, 548.0898374967715, - 774.9877233211373, - 402.91268293488747, - -163.61168813581662, + 774.987723321146, + 402.912682934887, + -163.61168813581708, -606.0858961540948, -702.736483249158, -504.35458579942815 ], "relative wind speed": [ - 2.571687371244236, + 2.5716873712442356, 2.7870466030706327, - 2.850825590438423, - 2.735264792885543, + 2.8508255904384225, + 2.7352647928855434, 2.4918214421419225, 2.2483596836911532, 2.1669202772222045, 2.311076923803304 ], "relative wind angle": [ - 0.13338082312555596, - 0.07661858246710376, - 0.014137590016045915, - 0.09899187576956985, - 0.13768262985340213, - 0.09502576168325401, - 0.018600031199507008, + 0.13338082312555766, + 0.07661858246710378, + 0.014137590016038063, + 0.09899187576957097, + 0.13768262985340216, + 0.095025761683254, + 0.01860003119950701, 0.1172385222590831 ], "resistance": [ - 96641.45295905611, + 96641.4529590561, 97182.58983749677, - 97409.48772332113, + 97409.48772332114, 97037.41268293488, 96470.88831186418, 96028.4141038459, @@ -194858,7 +140143,7 @@ 96130.14541420057 ], "fuel": [ - 40.52328090666947, + 40.52328090666946, 40.80259488531949, 40.92003504488098, 40.72755308841195, @@ -194885,68 +140170,7 @@ "id": "3764", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.388119726906709, - 9.388119726906709, - 9.388119726906709, - 9.388119726906709, - 9.388119726906709, - 9.388119726906709, - 9.388119726906709, - 9.388119726906709 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 105.39632756947049, - 454.05273657274165, - 490.807407669633, - 170.4650314769674, - -231.24077832391322, - -486.93777991191064, - -502.45319098657455, - -287.41307535572423 - ], - "relative wind speed": [ - 2.692792644021595, - 2.82003943876421, - 2.830453616543141, - 2.7190434344258967, - 2.5416501460935943, - 2.3996864904917974, - 2.387393979516631, - 2.5135473917433546 - ], - "relative wind angle": [ - 0.08239592420565393, - 0.036561614097532, - 0.026798873455951996, - 0.07743607149027788, - 0.08730783843567586, - 0.04296976013904704, - 0.0317738308504552, - 0.08378117641296831 - ], - "resistance": [ - 96739.8963275695, - 97088.55273657278, - 97125.30740766966, - 96804.965031477, - 96403.25922167611, - 96147.56222008812, - 96132.04680901345, - 96347.0869246443 - ], - "fuel": [ - 40.76544297275157, - 40.945408817582006, - 40.964406817597094, - 40.798995129020575, - 40.592110340912484, - 40.46073512392084, - 40.452771250179126, - 40.563228580323816 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -62.96875, -51.71875 -62.8125, -51.5625 -62.8125, -51.5625 -62.96875, -51.71875 -62.96875))", @@ -194965,68 +140189,7 @@ "id": "3765", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.717960643387265, - 8.717960643387265, - 8.717960643387265, - 8.717960643387265, - 8.717960643387265, - 8.717960643387265, - 8.717960643387265, - 8.717960643387265 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 111.50389371458914, - 530.2724198602341, - 597.9868748645658, - 230.0837037988381, - -242.52855642601617, - -555.3530994514449, - -584.1546632822849, - -344.65767496633816 - ], - "relative wind speed": [ - 2.524103142325572, - 2.687463054695506, - 2.7074051419715177, - 2.575039742616494, - 2.352532324896038, - 2.1640349679303434, - 2.1390330549116743, - 2.2966661352325817 - ], - "relative wind angle": [ - 0.11290121321661338, - 0.05211833161794081, - 0.031908869833249934, - 0.10198335268742886, - 0.12117426803785891, - 0.06474042143060005, - 0.04039164796893051, - 0.11439575546676944 - ], - "resistance": [ - 96746.00389371462, - 97164.77241986027, - 97232.4868748646, - 96864.58370379887, - 96391.97144357402, - 96079.14690054859, - 96050.34533671774, - 96289.8423250337 - ], - "fuel": [ - 40.41651761423127, - 40.63273734718586, - 40.667761152621935, - 40.477676844580714, - 40.23423162550671, - 40.07355109135594, - 40.05877563949018, - 40.18173355392814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -63.125, -51.875 -62.96875, -51.71875 -62.96875, -51.71875 -63.125, -51.875 -63.125))", @@ -195045,68 +140208,7 @@ "id": "3766", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.599104396254367, - 8.599104396254367, - 8.599104396254367, - 8.599104396254367, - 8.599104396254367, - 8.599104396254367, - 8.599104396254367, - 8.599104396254367 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 57.301916669965976, - 395.2436562527546, - 476.21270895886255, - 200.23741536680927, - -173.67246630801856, - -434.1018447985914, - -468.34827440137906, - -296.9970208682862 - ], - "relative wind speed": [ - 2.456346598111671, - 2.594332007383258, - 2.6191475131977695, - 2.519122427912188, - 2.343023535232867, - 2.1892554287192376, - 2.159505545447809, - 2.275394491049783 - ], - "relative wind angle": [ - 0.09372609110706076, - 0.04716008185764675, - 0.021735304348537893, - 0.08059363899677052, - 0.09827357113267374, - 0.05589446878991827, - 0.026362553330673947, - 0.08924826567547782 - ], - "resistance": [ - 96691.80191666995, - 97029.74365625274, - 97110.71270895885, - 96834.73741536679, - 96460.82753369196, - 96200.3981552014, - 96166.15172559861, - 96337.5029791317 - ], - "fuel": [ - 40.329226439114535, - 40.5035944817227, - 40.54543524887289, - 40.40292511229603, - 40.2102949026851, - 40.07643473092732, - 40.058850911296474, - 40.146874873582725 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -63.125, -51.71875 -62.96875, -51.5625 -62.96875, -51.5625 -63.125, -51.71875 -63.125))", @@ -195125,68 +140227,7 @@ "id": "3767", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.736411853917552, - 7.736411853917552, - 7.736411853917552, - 7.736411853917552, - 7.736411853917552, - 7.736411853917552, - 7.736411853917552, - 7.736411853917552 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 68.733862749016, - 431.3856900237149, - 519.21565963013, - 222.1320365556851, - -177.54054853341586, - -456.31360558758615, - -493.73041525467283, - -309.57214160727267 - ], - "relative wind speed": [ - 2.233749023926592, - 2.3954452416457093, - 2.424342464750941, - 2.3077874033101677, - 2.099187822216306, - 1.9126072019918685, - 1.8758432313068083, - 2.017508739995232 - ], - "relative wind angle": [ - 0.12314866764797505, - 0.061012212120245005, - 0.027981275090795895, - 0.10504811966152384, - 0.13108682118595485, - 0.07644178045681022, - 0.03616620467554533, - 0.12023099550826584 - ], - "resistance": [ - 96703.23386274907, - 97065.88569002377, - 97153.7156596302, - 96856.63203655575, - 96456.95945146664, - 96178.18639441248, - 96140.76958474539, - 96324.92785839278 - ], - "fuel": [ - 39.93220806540436, - 40.119357888968935, - 40.164756968764735, - 40.011310888023985, - 39.805394891403665, - 39.66211963278196, - 39.642911295643074, - 39.737501280372385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -62.96875, -51.5625 -62.8125, -51.40625 -62.8125, -51.40625 -62.96875, -51.5625 -62.96875))", @@ -195218,17 +140259,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 222.4401559770822, + 222.44015597707903, 620.545578023598, - 574.1854629701265, + 574.1854629701243, 141.4345618356556, -342.7215288538623, -609.2377747111589, - -589.4893328019043, + -589.4893328019032, -272.9917295142409 ], "relative wind speed": [ - 2.576083962924257, + 2.5760839629242565, 2.7208204912351417, 2.707272210878076, 2.541390195879886, @@ -195238,14 +140279,14 @@ 2.340609444049982 ], "relative wind angle": [ - 0.10922220884233326, - 0.03718041012195961, - 0.0509130247962945, + 0.1092222088423353, + 0.037180410121959606, + 0.05091302479629668, 0.11672968104079882, 0.12226851264889292, 0.04751432582523014, - 0.06422813317362533, - 0.1267947546916811 + 0.06422813317362361, + 0.12679475469168108 ], "resistance": [ 96856.94015597705, @@ -195298,33 +140339,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 74.94778571423922, + 74.94778571423649, 580.3204462832127, - 718.5658441631913, + 718.5658441631963, 317.4549993703354, -235.18261116994609, -628.6694491587523, - -687.3924908933914, + -687.3924908933823, -444.13191406384067 ], "relative wind speed": [ - 2.743989816715883, + 2.743989816715882, 2.9289080567983365, - 2.966211696221227, + 2.9662116962212264, 2.8390823204712574, 2.6070589354592664, 2.39744322185537, - 2.3511326165061086, + 2.351132616506108, 2.5031675902316257 ], "relative wind angle": [ - 0.11235191851816531, - 0.057664882374128264, - 0.023238090588423358, + 0.11235191851816631, + 0.05766488237412827, + 0.02323809058841858, 0.09392653436557923, 0.11827996518880686, - 0.07046729285316612, - 0.029318962029401357, + 0.07046729285316614, + 0.02931896202938999, 0.10657615855517945 ], "resistance": [ @@ -195334,7 +140375,7 @@ 96951.95499937034, 96399.31738883005, 96005.83055084124, - 95947.1075091066, + 95947.10750910662, 96190.36808593616 ], "fuel": [ @@ -195344,7 +140385,7 @@ 40.97435863170726, 40.68959451919247, 40.487530555776495, - 40.457424415953085, + 40.45742441595309, 40.58222281338829 ] }, @@ -195378,9 +140419,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 318.8558458849757, + 318.8558458849734, 648.6729969064281, - 483.4489376665615, + 483.4489376665633, 30.520885819735213, -411.0580968975546, -596.8119151553185, @@ -195388,7 +140429,7 @@ -162.9330509580659 ], "relative wind speed": [ - 2.519722127348734, + 2.5197221273487336, 2.633451135765805, 2.5832573057932247, 2.3909926898102345, @@ -195398,10 +140439,10 @@ 2.293105219445502 ], "relative wind angle": [ - 0.10153170270142833, + 0.10153170270143053, 0.018753492551517367, - 0.07189119515625444, - 0.1307767907455602, + 0.07189119515625289, + 0.13077679074556023, 0.1190207204943266, 0.024571344980472365, 0.08958124010135717, @@ -195458,19 +140499,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 200.43686645005846, + 200.4368664500562, 624.9713386174062, - 611.2717640684373, + 611.2717640684391, 176.51328869091867, -328.16577452474485, -622.2234974622761, - -616.385336723737, + -616.3853367237382, -307.575329085063 ], "relative wind speed": [ - 2.591477871440598, + 2.5914778714405977, 2.74718429597647, - 2.7432278044859566, + 2.743227804485956, 2.5813396047839072, 2.3379492224463863, 2.152845226402544, @@ -195478,17 +140519,17 @@ 2.3491381333753054 ], "relative wind angle": [ - 0.1133344929086153, + 0.11333449290861629, 0.04258646589128014, - 0.046557823643465876, + 0.046557823643463496, 0.11551229492990447, 0.12568644436819554, - 0.05435370698584388, - 0.059200197232812016, + 0.05435370698584389, + 0.059200197232813896, 0.12698910163181149 ], "resistance": [ - 96834.93686645007, + 96834.93686645005, 97259.47133861741, 97245.77176406844, 96811.01328869091, @@ -195498,7 +140539,7 @@ 96326.92467091493 ], "fuel": [ - 40.508900619374344, + 40.50890061937434, 40.72824248448211, 40.72115392995961, 40.49656011851971, @@ -195525,68 +140566,7 @@ "id": "3772", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.785446815977257, - 7.785446815977257, - 7.785446815977257, - 7.785446815977257, - 7.785446815977257, - 7.785446815977257, - 7.785446815977257, - 7.785446815977257 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 18.793405576227542, - 369.87830154778044, - 499.00635744752003, - 245.22538262450212, - -128.15506652026943, - -410.7210477357453, - -465.57006328113266, - -323.2386839938904 - ], - "relative wind speed": [ - 2.2179690301817474, - 2.3792457289594484, - 2.42201557224474, - 2.3270460731649756, - 2.1382145077828554, - 1.9571759403197921, - 1.9039927699291361, - 2.018961236256384 - ], - "relative wind angle": [ - 0.11706627262690458, - 0.06510088715583859, - 0.01658299927712424, - 0.09104783126933334, - 0.12145399960914857, - 0.07916683292611316, - 0.021095364054689918, - 0.10498918318997691 - ], - "resistance": [ - 96653.29340557626, - 97004.37830154781, - 97133.50635744755, - 96879.72538262453, - 96506.34493347976, - 96223.77895226429, - 96168.9299367189, - 96311.26131600614 - ], - "fuel": [ - 39.92806114516049, - 40.10916894910989, - 40.17589526876955, - 40.04481399238481, - 39.85239366230407, - 39.70711910048552, - 39.67895421943554, - 39.75206431950289 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -63.59375, -52.03125 -63.4375, -51.875 -63.4375, -51.875 -63.59375, -52.03125 -63.59375))", @@ -195605,68 +140585,7 @@ "id": "3773", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.357538592424348, - 9.357538592424348, - 9.357538592424348, - 9.357538592424348, - 9.357538592424348, - 9.357538592424348, - 9.357538592424348, - 9.357538592424348 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -43.30428359258303, - 366.80346946451255, - 573.2508208050886, - 322.1839493514999, - -96.17224538287019, - -443.0708983750487, - -530.1611700032358, - -411.6944047885445 - ], - "relative wind speed": [ - 2.6228465173656583, - 2.7866203891449826, - 2.845305833280954, - 2.770785200620481, - 2.599013165106696, - 2.4225895427943533, - 2.353386496339363, - 2.4406848748000236 - ], - "relative wind angle": [ - 0.09391484986234114, - 0.059410668483217556, - 0.004206909713092454, - 0.06587215081471333, - 0.0947786397249701, - 0.06835103759424553, - 0.005086270813844229, - 0.07479695114880898 - ], - "resistance": [ - 96591.19571640741, - 97001.30346946452, - 97207.75082080509, - 96956.6839493515, - 96538.32775461713, - 96191.42910162495, - 96104.33882999676, - 96222.80559521145 - ], - "fuel": [ - 40.672115504959194, - 40.88362063313143, - 40.99032867377799, - 40.860578638844956, - 40.644895417194704, - 40.46654598299788, - 40.421840976615066, - 40.4826590184723 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -63.75, -52.1875 -63.59375, -52.03125 -63.59375, -52.03125 -63.75, -52.1875 -63.75))", @@ -195685,68 +140604,7 @@ "id": "3774", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.727997184901959, - 7.727997184901959, - 7.727997184901959, - 7.727997184901959, - 7.727997184901959, - 7.727997184901959, - 7.727997184901959, - 7.727997184901959 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -101.40328705550723, - 251.56838868050068, - 479.22501696601535, - 333.0128880941086, - -5.316321122380714, - -322.82206104643024, - -442.0133528046197, - -380.00017656949535 - ], - "relative wind speed": [ - 2.1347978229206164, - 2.3122489959188637, - 2.395800498901217, - 2.346705760116567, - 2.1873246195150378, - 1.9988134772297823, - 1.8978647753061564, - 1.9582448292588273 - ], - "relative wind angle": [ - 0.11689865204461884, - 0.08432783910337219, - 0.011035991393649936, - 0.06710812680608384, - 0.11407903294509963, - 0.0975906114896526, - 0.013931631287089546, - 0.08044689433126863 - ], - "resistance": [ - 96533.0967129445, - 96886.06838868052, - 97113.72501696603, - 96967.51288809412, - 96629.18367887763, - 96311.67793895358, - 96192.4866471954, - 96254.49982343052 - ], - "fuel": [ - 39.84088734923821, - 40.02281182189411, - 40.140393831048954, - 40.06485480616975, - 39.89036542921558, - 39.72700293509707, - 39.66577368273389, - 39.69762361113078 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -63.75, -52.03125 -63.59375, -51.875 -63.59375, -51.875 -63.75, -52.03125 -63.75))", @@ -195765,68 +140623,7 @@ "id": "3775", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.420279622284989, - 8.420279622284989, - 8.420279622284989, - 8.420279622284989, - 8.420279622284989, - 8.420279622284989, - 8.420279622284989, - 8.420279622284989 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -13.91483993425527, - 349.0336453829236, - 510.7632375884259, - 271.3388170175581, - -105.79118273279528, - -406.46251103190116, - -474.8767732471906, - -351.86656150161707 - ], - "relative wind speed": [ - 2.374733817246758, - 2.5329870957549603, - 2.583461355134937, - 2.5025644469613466, - 2.328671405804024, - 2.1554692277375476, - 2.094707293515971, - 2.1907173272217704 - ], - "relative wind angle": [ - 0.10309475149909586, - 0.061798438858055776, - 0.008963519374411718, - 0.07566800420217835, - 0.10514149664389646, - 0.07263972350931185, - 0.011055037415751928, - 0.08646452605441629 - ], - "resistance": [ - 96620.58516006579, - 96983.53364538297, - 97145.26323758847, - 96905.8388170176, - 96528.70881726725, - 96228.03748896814, - 96159.62322675285, - 96282.63343849842 - ], - "fuel": [ - 40.20498874581527, - 40.3921802417485, - 40.475750518467365, - 40.35206772534441, - 40.157681062697165, - 40.003083175629655, - 39.96795320484937, - 40.03113008992527 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -63.28125, -51.875 -63.125, -51.71875 -63.125, -51.71875 -63.28125, -51.875 -63.28125))", @@ -195845,68 +140642,7 @@ "id": "3776", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.242190167911847, - 9.242190167911847, - 9.242190167911847, - 9.242190167911847, - 9.242190167911847, - 9.242190167911847, - 9.242190167911847, - 9.242190167911847 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3.019440664391823, - 394.8641920047603, - 549.1029279094955, - 275.8407202580961, - -138.01439577406973, - -457.19557474331805, - -522.3216274404549, - -373.4977148100679 - ], - "relative wind speed": [ - 2.6108589407660823, - 2.7653433917373387, - 2.8096100736299174, - 2.722567787598103, - 2.5464876968949026, - 2.37782672303722, - 2.3253548617732704, - 2.426686762016982 - ], - "relative wind angle": [ - 0.0928795781151732, - 0.05367700057302523, - 0.011506653029433284, - 0.0713474341303734, - 0.09523446439384659, - 0.062435375925771884, - 0.013903054927075236, - 0.08006429973456569 - ], - "resistance": [ - 96637.51944066439, - 97029.36419200477, - 97183.6029279095, - 96910.3407202581, - 96496.48560422593, - 96177.30442525668, - 96112.17837255955, - 96261.00228518993 - ], - "fuel": [ - 40.6334997851438, - 40.835640352980434, - 40.9153640452515, - 40.77417941608644, - 40.56088462379226, - 40.39681868462061, - 40.36338906931959, - 40.439804501327956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -63.28125, -51.71875 -63.125, -51.5625 -63.125, -51.5625 -63.28125, -51.71875 -63.28125))", @@ -195925,68 +140661,7 @@ "id": "3777", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.3075784455534745, - 7.3075784455534745, - 7.3075784455534745, - 7.3075784455534745, - 7.3075784455534745, - 7.3075784455534745, - 7.3075784455534745, - 7.3075784455534745 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 159.1089223075253, - 458.72677395703863, - 433.17586144367647, - 114.57689950668623, - -246.20367615546706, - -449.25726392860406, - -438.355096137504, - -207.89540904722162 - ], - "relative wind speed": [ - 2.1626094016551485, - 2.292870775414061, - 2.2840312526759057, - 2.139907957406564, - 1.9282042050343193, - 1.7713256300554656, - 1.782709207144845, - 1.953367557390912 - ], - "relative wind angle": [ - 0.11636823918321161, - 0.04102558777456333, - 0.051729379439967305, - 0.12229912401840706, - 0.13059123441878073, - 0.053115145607633626, - 0.06629538066210156, - 0.1340456311496203 - ], - "resistance": [ - 96793.60892230751, - 97093.22677395702, - 97067.67586144365, - 96749.07689950668, - 96388.29632384452, - 96185.24273607138, - 96196.14490386249, - 96426.60459095276 - ], - "fuel": [ - 39.79676318277703, - 39.95144936167774, - 39.93824495276817, - 39.77380078196589, - 39.588040688974104, - 39.48370468392754, - 39.489302699873534, - 39.60774201344648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -63.4375, -51.875 -63.28125, -51.71875 -63.28125, -51.71875 -63.4375, -51.875 -63.4375))", @@ -196005,68 +140680,7 @@ "id": "3778", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.521898858668164, - 9.521898858668164, - 9.521898858668164, - 9.521898858668164, - 9.521898858668164, - 9.521898858668164, - 9.521898858668164, - 9.521898858668164 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1.7937387324004703, - 454.29741118471657, - 641.9144316168581, - 329.14837076377853, - -149.82321034525603, - -523.2660480681247, - -602.634991969258, - -435.31636038006263 - ], - "relative wind speed": [ - 2.6918397181504283, - 2.8663717650031066, - 2.918166219513748, - 2.8229977551629113, - 2.626216765446871, - 2.4345283880290607, - 2.372197606148198, - 2.484692987407411 - ], - "relative wind angle": [ - 0.10159444570307073, - 0.0592452998514038, - 0.011303853861628656, - 0.07672026228224246, - 0.10414215472507161, - 0.0697701874249341, - 0.01390562278757885, - 0.08719110115016161 - ], - "resistance": [ - 96632.70626126764, - 97088.79741118476, - 97276.4144316169, - 96963.64837076383, - 96484.67678965478, - 96111.23395193192, - 96031.86500803079, - 96199.18363961998 - ], - "fuel": [ - 40.784030302337904, - 41.019359945679625, - 41.1163895166959, - 40.95470965750332, - 40.70781782313226, - 40.515914343570806, - 40.47519537819133, - 40.561062900869715 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -63.4375, -51.71875 -63.28125, -51.5625 -63.28125, -51.5625 -63.4375, -51.71875 -63.4375))", @@ -196085,68 +140699,7 @@ "id": "3779", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.217769645679898, - 8.217769645679898, - 8.217769645679898, - 8.217769645679898, - 8.217769645679898, - 8.217769645679898, - 8.217769645679898, - 8.217769645679898 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 197.46519000405397, - 555.0821575891496, - 515.9486999354162, - 129.11426604274902, - -304.87790202022893, - -544.9643182315288, - -528.2898576557993, - -246.04721036204342 - ], - "relative wind speed": [ - 2.4275099937957307, - 2.565621530487141, - 2.553498391945105, - 2.3964513679731643, - 2.1692544485884904, - 2.004009928867599, - 2.0194344740626926, - 2.2035177497897878 - ], - "relative wind angle": [ - 0.11040733313067769, - 0.03789329502827542, - 0.050938052942325514, - 0.11755403349407366, - 0.12361534543432173, - 0.048520086978932724, - 0.06442594787756326, - 0.12790090463043619 - ], - "resistance": [ - 96831.96519000403, - 97189.58215758913, - 97150.4486999354, - 96763.61426604273, - 96329.62209797975, - 96089.53568176845, - 96106.21014234419, - 96388.45278963794 - ], - "fuel": [ - 40.21735100324787, - 40.40207049503585, - 40.381833745600204, - 40.18209994673883, - 39.95868002537115, - 39.835384223374696, - 39.84394042156621, - 39.98892510391099 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -63.28125, -51.5625 -63.125, -51.40625 -63.125, -51.40625 -63.28125, -51.5625 -63.28125))", @@ -196178,7 +140731,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 263.0966835899437, + 263.0966835899417, 563.2259235429256, 441.8194257781497, 52.650022093059306, @@ -196190,7 +140743,7 @@ "relative wind speed": [ 2.216841260652847, 2.3361613627914, - 2.2948159453577626, + 2.294815945357762, 2.1100086380671046, 1.8687895553683942, 1.7172971973969828, @@ -196198,13 +140751,13 @@ 1.9886234244997485 ], "relative wind angle": [ - 0.11860807942284989, - 0.026284534941900774, - 0.07654690505937202, + 0.11860807942285272, + 0.02628453494190077, + 0.07654690505937056, 0.14725017585398945, - 0.14083361189149896, + 0.14083361189149898, 0.035760224021704416, - 0.09918791385478865, + 0.09918791385478866, 0.15631004151947583 ], "resistance": [ @@ -196258,11 +140811,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 232.2690909308899, + 232.26909093088761, 600.5575466996256, - 535.8878813571291, + 535.8878813571255, 119.8762723455634, - -333.2023824371786, + -333.2023824371777, -573.5008191595787, -545.8609377959851, -236.59078243649606 @@ -196272,17 +140825,17 @@ 2.5282911857373933, 2.5080006973589066, 2.3335470452308114, - 2.0864202679371635, + 2.086420267937163, 1.911292930636332, 1.9378414508480952, 2.1447272960151276 ], "relative wind angle": [ - 0.12005835438329393, - 0.037711203061743165, - 0.06022145000527066, + 0.12005835438329672, + 0.03771120306174316, + 0.06022145000527436, 0.13271552778243895, - 0.137389003625242, + 0.1373890036252396, 0.04989390387949207, 0.077971920467356, 0.14447826934144967 @@ -196290,7 +140843,7 @@ "resistance": [ 96866.7690909309, 97235.05754669964, - 97170.38788135715, + 97170.38788135714, 96754.37627234557, 96301.29761756284, 96060.99918084043, @@ -196300,7 +140853,7 @@ "fuel": [ 40.12703425560609, 40.31732088735709, - 40.28387094713612, + 40.283870947136116, 40.06906384674228, 39.835849832680466, 39.71247056951994, @@ -196325,68 +140878,7 @@ "id": "3782", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.9016015199746175, - 6.9016015199746175, - 6.9016015199746175, - 6.9016015199746175, - 6.9016015199746175, - 6.9016015199746175, - 6.9016015199746175, - 6.9016015199746175 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 332.0615012052383, - 622.5264340110637, - 436.32260783765787, - 11.870603937989472, - -383.7882305996807, - -536.4030534109454, - -456.45069634129914, - -109.42106236758559 - ], - "relative wind speed": [ - 2.1563242900757067, - 2.268612211481921, - 2.2033373062396637, - 1.986205131460251, - 1.7176812286547385, - 1.5663849722078098, - 1.6569453709087376, - 1.9118452926438163 - ], - "relative wind angle": [ - 0.1279046662500909, - 0.016662417206225414, - 0.1007436474947956, - 0.1777461256347321, - 0.16082249916250183, - 0.024133584112808186, - 0.13414015106611585, - 0.18473761762222005 - ], - "resistance": [ - 96966.56150120524, - 97257.02643401106, - 97070.82260783766, - 96646.37060393799, - 96250.71176940032, - 96098.09694658905, - 96178.0493036587, - 96525.07893763241 - ], - "fuel": [ - 39.72484214915688, - 39.874984861762826, - 39.77869909382749, - 39.55969772494602, - 39.356156265558695, - 39.27780126527267, - 39.31883933265019, - 39.49723891455895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -63.4375, -51.40625 -63.28125, -51.25 -63.28125, -51.25 -63.4375, -51.40625 -63.4375))", @@ -196418,17 +140910,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 434.4200626336069, + 434.42006263360554, 743.2324902394903, - 467.5856874373749, + 467.58568743737305, -41.475236196362175, - -488.4435163822302, + -488.44351638222975, -629.5853701829876, - -511.58230155303954, + -511.5823015530393, -80.12408832332926 ], "relative wind speed": [ - 2.4021219520855195, + 2.402121952085519, 2.5037558662173742, 2.4156600229787175, 2.1734575632699955, @@ -196438,14 +140930,14 @@ 2.1521333271718444 ], "relative wind angle": [ - 0.11335116480107674, - 0.0043233917984094915, - 0.10633783225416538, + 0.11335116480107675, + 0.004323391798409492, + 0.10633783225416747, 0.17266495925128572, - 0.14398696197375574, + 0.14398696197375493, 0.006161175338105556, - 0.13708290254840266, - 0.17439326419259749 + 0.13708290254840264, + 0.1743932641925975 ], "resistance": [ 97068.92006263362, @@ -196485,68 +140977,7 @@ "id": "3784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.125204197999453, - 9.125204197999453, - 9.125204197999453, - 9.125204197999453, - 9.125204197999453, - 9.125204197999453, - 9.125204197999453, - 9.125204197999453 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -16.611182814329823, - 448.7969329931393, - 658.3099203650395, - 351.7844345627432, - -131.10913046925998, - -516.8188989311584, - -605.6269893200306, - -448.700258586322 - ], - "relative wind speed": [ - 2.5777297628577425, - 2.7643874988440906, - 2.8241211582302728, - 2.7295802800813918, - 2.524727914213752, - 2.318858237876405, - 2.245725151208147, - 2.359731608832569 - ], - "relative wind angle": [ - 0.1124340011015055, - 0.06720641950812066, - 0.009444807948492798, - 0.08192320470194399, - 0.11480465461873395, - 0.08014446280846522, - 0.011877460846116685, - 0.09479926856296259 - ], - "resistance": [ - 96617.88881718568, - 97083.29693299315, - 97292.80992036505, - 96986.28443456275, - 96503.39086953076, - 96117.68110106885, - 96028.87301067998, - 96185.79974141369 - ], - "fuel": [ - 40.56092141218828, - 40.80104074305437, - 40.909398460462725, - 40.75092231602536, - 40.50197169604901, - 40.303746473417476, - 40.258184334230464, - 40.33871397697146 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -63.59375, -51.71875 -63.4375, -51.5625 -63.4375, -51.5625 -63.59375, -51.71875 -63.59375))", @@ -196565,68 +140996,7 @@ "id": "3785", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.90604961133862, - 9.90604961133862, - 9.90604961133862, - 9.90604961133862, - 9.90604961133862, - 9.90604961133862, - 9.90604961133862, - 9.90604961133862 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 285.02303271529445, - 684.9680434851189, - 574.4768754226448, - 90.51449980868165, - -419.5148526067096, - -669.73072815565, - -622.9056840766143, - -251.79042949078575 - ], - "relative wind speed": [ - 2.9134304221337737, - 3.0389138101320188, - 3.0097832434233958, - 2.8394872127966293, - 2.6134614615360623, - 2.466426664252899, - 2.5018917768673634, - 2.693616528742207 - ], - "relative wind angle": [ - 0.08740668887291632, - 0.02413249738551261, - 0.05006626362199501, - 0.10101608393809297, - 0.097469323561613, - 0.02973543465604259, - 0.06024113393112462, - 0.10650676950851899 - ], - "resistance": [ - 96919.5230327153, - 97319.46804348512, - 97208.97687542264, - 96725.01449980868, - 96214.9851473933, - 95964.76927184434, - 96011.59431592339, - 96382.7095705092 - ], - "fuel": [ - 41.15047245946849, - 41.35721740943291, - 41.30004132646958, - 41.050139620010206, - 40.78772103380547, - 40.65933472236888, - 40.68334303537958, - 40.87391122155942 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -63.75, -51.875 -63.59375, -51.71875 -63.59375, -51.71875 -63.75, -51.875 -63.75))", @@ -196658,37 +141028,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 97.1196055782284, + 97.11960557822567, 463.7162213765373, - 518.5687100582163, + 518.5687100582113, 193.82549332400094, -222.4493480581109, -495.5914980689822, - -518.8153216563692, + -518.8153216563651, -305.8646895830275 ], "relative wind speed": [ - 2.5725397981195504, + 2.57253979811955, 2.713226200612328, 2.7293154009081255, 2.613305259704165, 2.4218322093551268, 2.263103145570192, - 2.243673261761754, + 2.2436732617617534, 2.3777863408602244 ], "relative wind angle": [ - 0.09457475988281222, + 0.09457475988281339, 0.043594210120824935, - 0.027744308733380747, + 0.02774430873338475, 0.08632680924115803, 0.10047932645121821, 0.05227218970407094, - 0.03375163094485328, - 0.09490204118527229 + 0.0337516309448467, + 0.0949020411852723 ], "resistance": [ - 96731.61960557823, + 96731.61960557822, 97098.21622137654, 97153.06871005821, 96828.325493324, @@ -196738,17 +141108,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 345.03235212984237, + 345.03235212984146, 561.6051093859942, - 327.43822124735743, + 327.4382212473547, -75.80465409941553, -418.1582288420732, -509.66574640062254, - -405.79403836818574, + -405.79403836818483, -54.99579735940915 ], "relative wind speed": [ - 2.6345655014992424, + 2.634565501499242, 2.699450510670074, 2.627973213874571, 2.453900439980683, @@ -196759,12 +141129,12 @@ ], "relative wind angle": [ 0.0667897708625189, - 0.0018577877315496551, - 0.06966263989696372, + 0.001857787731549655, + 0.06966263989696692, 0.10356244937786482, 0.07754780889216366, 0.002287768456711274, - 0.08041153051366429, + 0.0804115305136629, 0.10314161817832612 ], "resistance": [ @@ -196805,68 +141175,7 @@ "id": "3788", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.337678855558003, - 8.337678855558003, - 8.337678855558003, - 8.337678855558003, - 8.337678855558003, - 8.337678855558003, - 8.337678855558003, - 8.337678855558003 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 449.65695881118927, - 668.5791778442208, - 364.80015692565485, - -117.06406545648179, - -505.44325607411247, - -598.6506783976638, - -445.98402836061496, - -17.38189684382951 - ], - "relative wind speed": [ - 2.5667998136423997, - 2.6335307368845253, - 2.534032738842218, - 2.3123935385446672, - 2.0838035471565113, - 1.9988032330224912, - 2.1235292757418067, - 2.3629504077220043 - ], - "relative wind angle": [ - 0.08049140874737455, - 0.00968855789901096, - 0.09583028404613002, - 0.1376878190429691, - 0.09920379237775256, - 0.01276534297853046, - 0.11443003401561708, - 0.13472374401733037 - ], - "resistance": [ - 97084.15695881122, - 97303.07917784425, - 96999.30015692569, - 96517.43593454355, - 96129.05674392592, - 96035.84932160236, - 96188.51597163941, - 96617.1181031562 - ], - "fuel": [ - 40.404436667057155, - 40.51766526437981, - 40.36059590401082, - 40.11215169011296, - 39.9125362206226, - 39.86471386387507, - 39.94306012622633, - 40.16347590634421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -63.59375, -51.40625 -63.4375, -51.25 -63.4375, -51.25 -63.59375, -51.40625 -63.59375))", @@ -196898,9 +141207,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 626.218193683208, + 626.2181936832053, 818.4333472811591, - 393.29029262450786, + 393.29029262450695, -213.11947758588576, -662.7027547689665, -744.8847230675219, @@ -196908,7 +141217,7 @@ 59.73032975363412 ], "relative wind speed": [ - 2.7746859529361068, + 2.7746859529361063, 2.828828226919219, 2.6907884735760215, 2.420625700158592, @@ -196918,19 +141227,19 @@ 2.55105891729227 ], "relative wind angle": [ - 0.07754008836143238, + 0.07754008836143382, 0.023316157043323734, - 0.11479207199075339, + 0.11479207199075436, 0.1534185690643763, 0.09964085402501911, - 0.03157193349852088, - 0.13653888431929262, + 0.03157193349852089, + 0.13653888431929265, 0.14551704022945156 ], "resistance": [ 97260.71819368319, 97452.93334728114, - 97027.7902926245, + 97027.79029262449, 96421.3805224141, 95971.79724523102, 95889.61527693247, @@ -196940,7 +141249,7 @@ "fuel": [ 40.74904604388456, 40.84857823279901, - 40.62861636361765, + 40.628616363617645, 40.3160339820316, 40.085173301858774, 40.04305422964684, @@ -196978,39 +141287,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 521.9554730234004, + 521.955473023399, 709.1382676019839, - 349.47327436644764, + 349.4732743664413, -183.80597600607598, - -589.0746359586046, + -589.0746359586028, -668.3825071398996, -467.91140259550957, - 19.99335550068099 + 19.99335550068008 ], "relative wind speed": [ - 2.960060382354315, + 2.9600603823543143, 3.0100548082098912, 2.9020524110469825, 2.6870857064340425, - 2.481895245732173, + 2.4818952457321726, 2.4210186966531353, 2.5494809827704006, - 2.7751273636086315 + 2.775127363608632 ], "relative wind angle": [ - 0.05982284278043939, + 0.059822842780439395, 0.014710954798926881, - 0.08265421706257355, + 0.08265421706257893, 0.10984049396153506, - 0.07136640447826473, + 0.0713664044782616, 0.018290503963877085, 0.09411638275307267, - 0.10634236030938668 + 0.10634236030938772 ], "resistance": [ 97156.45547302341, 97343.638267602, - 96983.97327436646, + 96983.97327436645, 96450.69402399394, 96045.42536404141, 95966.11749286011, @@ -197020,7 +141329,7 @@ "fuel": [ 41.197008360308274, 41.29386033719002, - 41.10787817349302, + 41.10787817349301, 40.8330063293451, 40.62482355312186, 40.58415533177441, @@ -197058,34 +141367,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 745.880717637835, + 745.8807176378295, 891.4610506692416, - 370.78078956850004, + 370.7807895684982, -330.211111205208, -815.4816172244932, -877.0826686853325, - -551.785957869989, + -551.7859578699868, 113.94008399890117 ], "relative wind speed": [ - 3.528617600445046, + 3.5286176004450454, 3.561412394539445, - 3.422195509257918, + 3.4221955092579175, 3.1786721275088716, 2.9669669645544987, 2.927520605384205, - 3.08911201404922, + 3.0891120140492196, 3.3391733475108043 ], "relative wind angle": [ - 0.04739270345300145, - 0.02264276261701439, + 0.04739270345300379, + 0.022642762617014395, 0.0822624766183423, 0.09990738176946015, 0.056372958767731796, 0.027546697171161073, - 0.09115586799378254, - 0.09509032092669514 + 0.0911558679937801, + 0.09509032092669516 ], "resistance": [ 97380.38071763782, @@ -197125,68 +141434,7 @@ "id": "3792", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.929562187920665, - 9.929562187920665, - 9.929562187920665, - 9.929562187920665, - 9.929562187920665, - 9.929562187920665, - 9.929562187920665, - 9.929562187920665 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -30.95150027021282, - 710.8585593788989, - 1070.8989628882778, - 594.4652897359829, - -167.21788859670414, - -786.187398615376, - -939.9018724139323, - -704.770067179817 - ], - "relative wind speed": [ - 2.819470680454408, - 3.0905294354635178, - 3.1811983586364674, - 3.0532375284105635, - 2.7614127739001835, - 2.454270407745384, - 2.335549705917172, - 2.5005111519260406 - ], - "relative wind angle": [ - 0.15054254006600548, - 0.09014964041566648, - 0.009231915198028403, - 0.1049224520476596, - 0.15373255988815943, - 0.11361109374133495, - 0.012574731427112644, - 0.12823127279684082 - ], - "resistance": [ - 96603.5484997298, - 97345.35855937892, - 97705.3989628883, - 97228.96528973599, - 96467.28211140331, - 95848.31260138463, - 95694.59812758608, - 95929.72993282019 - ], - "fuel": [ - 41.00124757121772, - 41.38431363574165, - 41.570974332686205, - 41.32407344542278, - 40.93110307845913, - 40.61335203827932, - 40.534662937090914, - 40.65506659773892 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -62.65625, -51.09375 -62.5, -50.9375 -62.5, -50.9375 -62.65625, -51.09375 -62.65625))", @@ -197205,68 +141453,7 @@ "id": "3793", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.560223196307165, - 10.560223196307165, - 10.560223196307165, - 10.560223196307165, - 10.560223196307165, - 10.560223196307165, - 10.560223196307165, - 10.560223196307165 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -154.03982898475215, - 592.1015896152985, - 1045.0776075161502, - 672.4204461183654, - -59.60999395541603, - -715.1759783352213, - -929.9323362950922, - -771.4780105622444 - ], - "relative wind speed": [ - 2.940338522884138, - 3.2089326169571137, - 3.323691687017594, - 3.2334924089963413, - 2.978146072820758, - 2.686577026634997, - 2.543229881442948, - 2.6569665976781134 - ], - "relative wind angle": [ - 0.13311192198402874, - 0.09031646881734055, - 0.005737725573341102, - 0.08125738635227098, - 0.1314122074122538, - 0.10793972709103139, - 0.00749853759105444, - 0.09894170435863145 - ], - "resistance": [ - 96480.46017101526, - 97226.60158961531, - 97679.57760751617, - 97306.92044611838, - 96574.8900060446, - 95919.3240216648, - 95704.56766370492, - 95863.02198943777 - ], - "fuel": [ - 41.31872488461652, - 41.70369190278424, - 41.9384126415132, - 41.74525541879258, - 41.36733087140067, - 41.030574989972806, - 40.920605134457, - 41.00172792348074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -62.8125, -51.25 -62.65625, -51.09375 -62.65625, -51.09375 -62.8125, -51.25 -62.8125))", @@ -197298,19 +141485,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 34.87626328378883, + 34.876263283787466, 693.9631671276024, - 937.7367047972816, + 937.7367047972807, 462.06463549775117, -238.38551098633434, -769.0944994876786, - -872.6840278647483, + -872.6840278647537, -606.3756149003043 ], "relative wind speed": [ 3.014115564456622, 3.2368755529699724, - 3.2961871053110943, + 3.296187105311094, 3.1654962966821008, 2.9049271814469217, 2.6544549760721416, @@ -197318,14 +141505,14 @@ 2.7391837764379234 ], "relative wind angle": [ - 0.11903537293443722, - 0.06622705538694872, + 0.11903537293443817, + 0.06622705538694873, 0.016686132193506915, - 0.09237310905011956, - 0.12353206892196746, + 0.09237310905011954, + 0.12353206892196747, 0.08078692467865457, - 0.02131509800231937, - 0.10680075858281649 + 0.021315098002324583, + 0.1068007585828165 ], "resistance": [ 96669.37626328382, @@ -197334,7 +141521,7 @@ 97096.56463549778, 96396.1144890137, 95865.40550051235, - 95761.81597213529, + 95761.81597213527, 96028.12438509973 ], "fuel": [ @@ -197344,7 +141531,7 @@ 41.64633328305989, 41.28521977650704, 41.01283110204385, - 40.95978557921409, + 40.959785579214085, 41.09623586431502 ] }, @@ -197365,68 +141552,7 @@ "id": "3795", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.957931107942997, - 11.957931107942997, - 11.957931107942997, - 11.957931107942997, - 11.957931107942997, - 11.957931107942997, - 11.957931107942997, - 11.957931107942997 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 31.638525132190807, - 776.586266848426, - 1052.0155069811244, - 516.5739800317888, - -275.63687867668887, - -876.4744885908103, - -993.1525730098688, - -693.811934576509 - ], - "relative wind speed": [ - 3.3950865830112575, - 3.619353711166097, - 3.6795361960807416, - 3.547829368431028, - 3.2865859721920714, - 3.0378510451009544, - 2.9646709160519698, - 3.121084271731709 - ], - "relative wind angle": [ - 0.10548929667899214, - 0.05921511185260561, - 0.014829493746487902, - 0.0822160093202782, - 0.10898546229051619, - 0.0705673451858054, - 0.01840566507464347, - 0.09348825541172649 - ], - "resistance": [ - 96666.13852513222, - 97411.08626684846, - 97686.51550698116, - 97151.07398003181, - 96358.86312132335, - 95758.02551140921, - 95641.34742699016, - 95940.68806542351 - ], - "fuel": [ - 42.3517587243296, - 42.73662291566685, - 42.87944148876956, - 42.60205753397605, - 42.193611822453605, - 41.88539101038633, - 41.82569263784162, - 41.978952084450334 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -62.65625, -50.9375 -62.5, -50.78125 -62.5, -50.78125 -62.65625, -50.9375 -62.65625))", @@ -197445,68 +141571,7 @@ "id": "3796", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.393004346079296, - 9.393004346079296, - 9.393004346079296, - 9.393004346079296, - 9.393004346079296, - 9.393004346079296, - 9.393004346079296, - 9.393004346079296 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 90.49080961603386, - 689.1675977366667, - 862.2708109774044, - 391.5273668809309, - -258.7673929861535, - -726.0144180828729, - -799.9459991856497, - -517.5830694380425 - ], - "relative wind speed": [ - 2.7140375205595024, - 2.9347513786108315, - 2.981009315831377, - 2.8331345441594604, - 2.5567770450684213, - 2.300074535082592, - 2.239797307820537, - 2.424140502504742 - ], - "relative wind angle": [ - 0.13704466351036274, - 0.07025890296869725, - 0.02664544751202585, - 0.11260131566054628, - 0.14553215119885723, - 0.08969244487347713, - 0.03546641516380745, - 0.13170157523436432 - ], - "resistance": [ - 96724.99080961605, - 97323.66759773668, - 97496.77081097742, - 97026.02736688094, - 96375.73260701387, - 95908.48558191714, - 95834.55400081436, - 96116.91693056197 - ], - "fuel": [ - 40.7604340692329, - 41.06969811788683, - 41.15936821971855, - 40.91577662553942, - 40.580630475240774, - 40.34079419477522, - 40.302919810035505, - 40.44768091798045 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.65625, -50.78125 -62.5, -50.625 -62.5, -50.625 -62.65625, -50.78125 -62.65625))", @@ -197525,68 +141590,7 @@ "id": "3797", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.179619971049084, - 11.179619971049084, - 11.179619971049084, - 11.179619971049084, - 11.179619971049084, - 11.179619971049084, - 11.179619971049084, - 11.179619971049084 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 314.40994296046483, - 1037.6934880389535, - 1042.9214678879152, - 323.52290490314317, - -526.3221128954133, - -1034.9661550526775, - -1037.1967144879463, - -534.1617309760445 - ], - "relative wind speed": [ - 3.2889981085525135, - 3.4992164596439155, - 3.500399222351991, - 3.2920351688675287, - 2.971141430130831, - 2.7204180054651506, - 2.7188959597710727, - 2.967776002807696 - ], - "relative wind angle": [ - 0.11924858801582444, - 0.04671493807588443, - 0.04577882056660172, - 0.11873026664763787, - 0.13207698883197974, - 0.060102768380807615, - 0.058950766768374366, - 0.13177455545655672 - ], - "resistance": [ - 96948.90994296047, - 97672.19348803896, - 97677.42146788792, - 96958.02290490315, - 96108.17788710458, - 95599.53384494732, - 95597.30328551205, - 96100.33826902395 - ], - "fuel": [ - 41.95971996611079, - 42.33412361998075, - 42.33683694037906, - 41.96442513086265, - 41.526966188162106, - 41.26642653572297, - 41.265286109927274, - 41.52294324351483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -62.8125, -50.9375 -62.65625, -50.78125 -62.65625, -50.78125 -62.8125, -50.9375 -62.8125))", @@ -197605,68 +141609,7 @@ "id": "3798", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.871151710219877, - 10.871151710219877, - 10.871151710219877, - 10.871151710219877, - 10.871151710219877, - 10.871151710219877, - 10.871151710219877, - 10.871151710219877 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 368.07858909705647, - 1012.0078095986528, - 931.2828449910294, - 227.29257415033499, - -556.6358891791351, - -985.9760000505344, - -951.5473254028957, - -435.50511379867385 - ], - "relative wind speed": [ - 3.2215096363670064, - 3.4081641058406413, - 3.3893511772661995, - 3.173230512177605, - 2.8620762559568376, - 2.63704801999828, - 2.6611845913580696, - 2.9155124675950956 - ], - "relative wind angle": [ - 0.11346555251559927, - 0.03812622420534373, - 0.05343610436460013, - 0.12191937890507908, - 0.12778875234925405, - 0.04928296791952249, - 0.06807774640051505, - 0.13275762384694753 - ], - "resistance": [ - 97002.57858909709, - 97646.50780959868, - 97565.78284499106, - 96861.79257415037, - 96077.8641108209, - 95648.5239999495, - 95682.95267459714, - 96198.99488620136 - ], - "fuel": [ - 41.785296931793745, - 42.118656791307224, - 42.0767811771631, - 41.71261805920808, - 41.30927432431655, - 41.089341124924076, - 41.10695221623226, - 41.37144867347203 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.8125, -50.78125 -62.65625, -50.625 -62.65625, -50.625 -62.8125, -50.78125 -62.8125))", @@ -197685,68 +141628,7 @@ "id": "3799", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.751246631413077, - 11.751246631413077, - 11.751246631413077, - 11.751246631413077, - 11.751246631413077, - 11.751246631413077, - 11.751246631413077, - 11.751246631413077 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 476.86331280592185, - 1177.4851947672514, - 1014.9714817496206, - 193.02501100936843, - -684.7681798899707, - -1131.4019762461799, - -1062.1630202613096, - -440.4654225349004 - ], - "relative wind speed": [ - 3.4942895273282817, - 3.678043118265637, - 3.6428406212526094, - 3.404098139646723, - 3.076738447875668, - 2.854536319196388, - 2.899325953663089, - 3.1762390705181804 - ], - "relative wind angle": [ - 0.1068160826330678, - 0.03122672625255743, - 0.057716784260421386, - 0.12133165708523609, - 0.12137960373203126, - 0.040239662207765245, - 0.07254125494906354, - 0.13008357191834513 - ], - "resistance": [ - 97111.36331280596, - 97811.9851947673, - 97649.47148174967, - 96827.5250110094, - 95949.73182011007, - 95503.09802375386, - 95572.33697973873, - 96194.03457746515 - ], - "fuel": [ - 42.434798411874276, - 42.7978653670327, - 42.713486968986636, - 42.28823138293227, - 41.836857968280086, - 41.60829324781161, - 41.64367764791464, - 41.96219388820221 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -62.96875, -51.25 -62.8125, -51.09375 -62.8125, -51.09375 -62.96875, -51.25 -62.96875))", @@ -197778,34 +141660,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 70.73922354551041, + 70.73922354550814, 710.1240631416586, - 909.4013303477805, + 909.4013303477859, 420.13231235210606, -271.21234286882554, -775.7604985534917, - -860.4284539675259, + -860.42845396753, -572.2225582301194 ], "relative wind speed": [ - 3.036180409966517, + 3.0361804099665166, 3.248836848752521, - 3.297244235675774, - 3.1596525581888693, + 3.297244235675773, + 3.1596525581888697, 2.9000201201262708, 2.6596178878157333, 2.5993631199400586, 2.7649780994670037 ], "relative wind angle": [ - 0.11521372876060494, + 0.11521372876060591, 0.0610842744327493, - 0.02079342901951712, - 0.0935906363762353, + 0.02079342901951178, + 0.09359063637623649, 0.12064898529230278, 0.07463994136299322, - 0.026377239626826775, - 0.10699779421066573 + 0.026377239626830983, + 0.10699779421066574 ], "resistance": [ 96705.23922354553, @@ -197845,68 +141727,7 @@ "id": "3801", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.445710282042869, - 12.445710282042869, - 12.445710282042869, - 12.445710282042869, - 12.445710282042869, - 12.445710282042869, - 12.445710282042869, - 12.445710282042869 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 41.49329716547982, - 861.0322788678623, - 1158.6476611863327, - 565.1440609026158, - -308.05198265375384, - -967.384028978202, - -1093.5194184758711, - -759.5480647587428 - ], - "relative wind speed": [ - 3.537086986851287, - 3.7735502686207263, - 3.835897461590115, - 3.6954504671022272, - 3.41848427319781, - 3.1555249086080615, - 3.0794333476826514, - 3.2466390196397565 - ], - "relative wind angle": [ - 0.10715425985460693, - 0.059742699953635396, - 0.015552507656702241, - 0.08389696623660917, - 0.11088697929160987, - 0.07146192345666223, - 0.019373418686515667, - 0.09552801967296952 - ], - "resistance": [ - 96675.99329716548, - 97495.53227886786, - 97793.14766118633, - 97199.64406090262, - 96326.44801734625, - 95667.11597102179, - 95540.98058152413, - 95874.95193524126 - ], - "fuel": [ - 42.71427915791359, - 43.13782339291757, - 43.29225197029088, - 42.98461774555413, - 42.53439168858514, - 42.19631537801997, - 42.13182306118259, - 42.3027098815333 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -63.125, -51.25 -62.96875, -51.09375 -62.96875, -51.09375 -63.125, -51.25 -63.125))", @@ -197925,68 +141746,7 @@ "id": "3802", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.758264034835461, - 10.758264034835461, - 10.758264034835461, - 10.758264034835461, - 10.758264034835461, - 10.758264034835461, - 10.758264034835461, - 10.758264034835461 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 331.1654401584319, - 856.9190226798446, - 755.6859884544592, - 153.4687255412382, - -501.0053348311976, - -842.1251826627222, - -799.1353751129691, - -347.87591584177017 - ], - "relative wind speed": [ - 3.16712533476405, - 3.320939756882896, - 3.2965938281284934, - 3.1051133531960002, - 2.8406501405724964, - 2.6591982322484733, - 2.6893205907038977, - 2.9083065813360744 - ], - "relative wind angle": [ - 0.09616542209540013, - 0.029817064903939556, - 0.04979410011954819, - 0.10681895277512235, - 0.10725804777112728, - 0.03724013161458602, - 0.0610507615483201, - 0.11407796044117387 - ], - "resistance": [ - 96965.66544015844, - 97491.41902267984, - 97390.18598845445, - 96787.96872554124, - 96133.49466516881, - 95792.37481733727, - 95835.36462488704, - 96286.62408415823 - ], - "fuel": [ - 41.69382603884961, - 41.96581898043458, - 41.913367205822865, - 41.60212912833475, - 41.26541390797521, - 41.09054570111325, - 41.112559713003925, - 41.344053426831024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -63.125, -51.09375 -62.96875, -50.9375 -62.96875, -50.9375 -63.125, -51.09375 -63.125))", @@ -198005,68 +141765,7 @@ "id": "3803", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.467037631150438, - 13.467037631150438, - 13.467037631150438, - 13.467037631150438, - 13.467037631150438, - 13.467037631150438, - 13.467037631150438, - 13.467037631150438 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 231.76602068564807, - 1010.6808811977417, - 1100.0855547374085, - 389.6535468215425, - -504.39025457201205, - -1077.3589635306844, - -1115.1672646965844, - -640.6255466357497 - ], - "relative wind speed": [ - 3.8719829025785093, - 4.069654476198204, - 4.087172745717277, - 3.916277188602478, - 3.641433400938292, - 3.41909363072865, - 3.3981329812111825, - 3.593753162553207 - ], - "relative wind angle": [ - 0.08913859138971962, - 0.03978605669711895, - 0.02832740681288717, - 0.08323296599957233, - 0.09479866603172361, - 0.04736147646414026, - 0.03407339419147114, - 0.09072247719065844 - ], - "resistance": [ - 96866.26602068564, - 97645.18088119772, - 97734.5855547374, - 97024.15354682153, - 96130.10974542797, - 95557.1410364693, - 95519.3327353034, - 95993.87445336423 - ], - "fuel": [ - 43.61158445683739, - 44.014626434757744, - 44.06103245615525, - 43.693099404660614, - 43.232742592417225, - 42.93927611789498, - 42.9199542044439, - 43.16285410296649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -62.96875, -50.9375 -62.8125, -50.78125 -62.8125, -50.78125 -62.96875, -50.9375 -62.96875))", @@ -198085,68 +141784,7 @@ "id": "3804", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.633881113997228, - 14.633881113997228, - 14.633881113997228, - 14.633881113997228, - 14.633881113997228, - 14.633881113997228, - 14.633881113997228, - 14.633881113997228 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 340.22683297701406, - 1227.9383957573527, - 1256.396323995602, - 390.48812521369564, - -652.8739893548027, - -1285.2370213954828, - -1297.2710578123333, - -696.2434224603257 - ], - "relative wind speed": [ - 4.224513655556938, - 4.428104201999159, - 4.433237386679073, - 4.237491088350034, - 3.938343746231552, - 3.7079590431537413, - 3.701820276947425, - 3.9243771946160138 - ], - "relative wind angle": [ - 0.08673138738117792, - 0.03550160275013903, - 0.032411853746468634, - 0.0851398764077611, - 0.09305113528563458, - 0.042400381884161405, - 0.038818840936343246, - 0.09195141739067046 - ], - "resistance": [ - 96974.72683297703, - 97862.43839575737, - 97890.89632399562, - 97024.98812521371, - 95981.62601064521, - 95349.26297860453, - 95337.22894218768, - 95938.2565775397 - ], - "fuel": [ - 44.664734170417645, - 45.12460991112536, - 45.13940094526572, - 44.69069353781393, - 44.15373706140349, - 43.83026892310767, - 43.8241276663409, - 44.131505079713605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -62.96875, -50.78125 -62.8125, -50.625 -62.8125, -50.625 -62.96875, -50.78125 -62.96875))", @@ -198165,68 +141803,7 @@ "id": "3805", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.096997787034947, - 13.096997787034947, - 13.096997787034947, - 13.096997787034947, - 13.096997787034947, - 13.096997787034947, - 13.096997787034947, - 13.096997787034947 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 317.3390478868332, - 1151.2830871905617, - 1188.7349000363947, - 383.12867724774514, - -590.7894129547885, - -1187.1433697988878, - -1203.040880252679, - -647.4929162995159 - ], - "relative wind speed": [ - 3.804591435219479, - 4.016631934793459, - 4.024048708740418, - 3.8234656809487215, - 3.5118614961806154, - 3.267224365986933, - 3.258085196397715, - 3.491303101122658 - ], - "relative wind angle": [ - 0.10091751371010833, - 0.0415800328175027, - 0.03658236475775132, - 0.09826339918636057, - 0.10936184056451774, - 0.05112484004430645, - 0.04518804042308676, - 0.10764686305446165 - ], - "resistance": [ - 96951.83904788685, - 97785.78308719058, - 97823.2349000364, - 97017.62867724776, - 96043.71058704522, - 95447.35663020113, - 95431.45911974733, - 95987.0070837005 - ], - "fuel": [ - 43.358256587374925, - 43.79012381011285, - 43.80957936798822, - 43.39223245624359, - 42.89091553051675, - 42.58568913422272, - 42.577570565703844, - 42.861836562396526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -63.125, -50.9375 -62.96875, -50.78125 -62.96875, -50.78125 -63.125, -50.9375 -63.125))", @@ -198245,68 +141822,7 @@ "id": "3806", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.73784340147418, - 18.73784340147418, - 18.73784340147418, - 18.73784340147418, - 18.73784340147418, - 18.73784340147418, - 18.73784340147418, - 18.73784340147418 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 440.51131272844395, - 1380.1870787501648, - 1314.7353517464344, - 323.6646721742163, - -819.954618422853, - -1463.287423214144, - -1435.8329624811176, - -718.940373963278 - ], - "relative wind speed": [ - 5.355434584265868, - 5.523722137409569, - 5.514173688750898, - 5.331625837886493, - 5.072638307004122, - 4.888847791527982, - 4.8996150369517695, - 5.0976568053192555 - ], - "relative wind angle": [ - 0.05742998406739727, - 0.021219548638467412, - 0.02569020879909176, - 0.05958893880634801, - 0.06063549367745747, - 0.02397565418654756, - 0.028913379501867363, - 0.062327383163362504 - ], - "resistance": [ - 97075.01131272847, - 98014.6870787502, - 97949.23535174647, - 96958.16467217424, - 95814.54538157718, - 95171.21257678588, - 95198.66703751891, - 95915.55962603675 - ], - "fuel": [ - 48.936225806470965, - 49.42346291427713, - 49.38941867529978, - 48.87586861405816, - 48.28781341203533, - 47.95914708406985, - 47.973141579934065, - 48.33955953433268 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -63.125, -50.78125 -62.96875, -50.625 -62.96875, -50.625 -63.125, -50.78125 -63.125))", @@ -198325,68 +141841,7 @@ "id": "3807", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.027692388378945, - 18.027692388378945, - 18.027692388378945, - 18.027692388378945, - 18.027692388378945, - 18.027692388378945, - 18.027692388378945, - 18.027692388378945 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 420.6535083612398, - 1350.9452521095427, - 1303.212768550009, - 335.5565361166573, - -789.8299191855695, - -1431.518620848312, - -1411.4751856498478, - -716.2788511241142 - ], - "relative wind speed": [ - 5.158828774525699, - 5.332173152842361, - 5.324967625203628, - 5.140829318992634, - 4.876423783130916, - 4.686251455659022, - 4.694437455978339, - 4.895395505017432 - ], - "relative wind angle": [ - 0.061174387115614716, - 0.023064341638425512, - 0.02657277057674108, - 0.06288316677185393, - 0.06472195635328049, - 0.026244062722458193, - 0.030142891424962376, - 0.06604033612687657 - ], - "resistance": [ - 97055.15350836124, - 97985.44525210954, - 97937.71276855, - 96970.05653611665, - 95844.67008081442, - 95202.9813791517, - 95223.02481435015, - 95918.22114887589 - ], - "fuel": [ - 48.116401117759466, - 48.59868747488893, - 48.573863391484075, - 48.07244549408593, - 47.49367773960591, - 47.16577745900679, - 47.17599638979508, - 47.531359908016924 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -62.65625, -50.3125 -62.5, -50.15625 -62.5, -50.15625 -62.65625, -50.3125 -62.65625))", @@ -198405,68 +141860,7 @@ "id": "3808", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.009910045427407, - 13.009910045427407, - 13.009910045427407, - 13.009910045427407, - 13.009910045427407, - 13.009910045427407, - 13.009910045427407, - 13.009910045427407 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 770.6922359921946, - 1320.6297975935558, - 812.8409445147463, - -123.82471476645878, - -945.0675385203685, - -1189.56313122544, - -974.6698703785723, - -173.5985084223321 - ], - "relative wind speed": [ - 3.9033905118936008, - 4.016173601072302, - 3.9140194163493143, - 3.64426910114751, - 3.347749894818914, - 3.211578498597063, - 3.3353169047395785, - 3.6281110188392183 - ], - "relative wind angle": [ - 0.0744184151928612, - 0.0020240539057022676, - 0.07127101191305542, - 0.11061756987782131, - 0.08679884536241216, - 0.0025311400597643877, - 0.08366384738365923, - 0.11111224692937971 - ], - "resistance": [ - 97405.19223599217, - 97955.12979759354, - 97447.34094451473, - 96510.67528523353, - 95689.43246147962, - 95444.93686877454, - 95659.83012962142, - 96460.90149157765 - ], - "fuel": [ - 43.524006024445924, - 43.80943445383136, - 43.545842214460876, - 43.06213806535523, - 42.6407254827524, - 42.51574979596053, - 42.625582201749886, - 43.03652569631729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -62.65625, -50.15625 -62.5, -50 -62.5, -50 -62.65625, -50.15625 -62.65625))", @@ -198485,68 +141879,7 @@ "id": "3809", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.299620417418975, - 13.299620417418975, - 13.299620417418975, - 13.299620417418975, - 13.299620417418975, - 13.299620417418975, - 13.299620417418975, - 13.299620417418975 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 885.2836098461621, - 1227.2193097009776, - 616.3175010154191, - -305.31451358812956, - -1014.9156535582497, - -1159.5365115301065, - -825.8737149504859, - 12.935003638194758 - ], - "relative wind speed": [ - 4.001916958584041, - 4.069585990153666, - 3.935093802174612, - 3.6628236285971028, - 3.4010703631420376, - 3.319802528342711, - 3.4781684442436958, - 3.763820137073025 - ], - "relative wind angle": [ - 0.057309580008815836, - 0.01247276959331893, - 0.07656721747647255, - 0.10253982996191388, - 0.06744833932237568, - 0.015289966690739601, - 0.08664958955393125, - 0.09977903075336635 - ], - "resistance": [ - 97519.78360984618, - 97861.719309701, - 97250.81750101545, - 96329.1854864119, - 95619.58434644178, - 95474.96348846992, - 95808.62628504954, - 96647.43500363822 - ], - "fuel": [ - 43.81387459996069, - 43.991359439874515, - 43.674570997132506, - 43.19927856884598, - 42.83548562907592, - 42.76157234855235, - 42.932219129333205, - 43.36304492316465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -62.8125, -50.3125 -62.65625, -50.15625 -62.65625, -50.15625 -62.8125, -50.3125 -62.8125))", @@ -198565,68 +141898,7 @@ "id": "3810", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.290457022020135, - 14.290457022020135, - 14.290457022020135, - 14.290457022020135, - 14.290457022020135, - 14.290457022020135, - 14.290457022020135, - 14.290457022020135 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 949.0695635219099, - 1449.2298004922513, - 800.3006777741048, - -258.76941765028187, - -1125.274895983549, - -1336.6742957054803, - -1020.7190509192678, - -82.77456372096549 - ], - "relative wind speed": [ - 4.284151198983829, - 4.3764338158330895, - 4.249776327424548, - 3.9643718617868138, - 3.6733364037792717, - 3.5628891207441784, - 3.7130517095707853, - 4.016355010772524 - ], - "relative wind angle": [ - 0.0628689541842974, - 0.005970123166580374, - 0.07209277667136092, - 0.10279017203876033, - 0.07334045422510557, - 0.007333354196669784, - 0.08253606523103282, - 0.1014551585584817 - ], - "resistance": [ - 97583.56956352195, - 98083.72980049228, - 97434.80067777414, - 96375.73058234974, - 95509.22510401648, - 95297.82570429455, - 95613.78094908076, - 96551.72543627907 - ], - "fuel": [ - 44.6770284775162, - 44.936907155506916, - 44.59990914291837, - 44.05328464389311, - 43.60915405414171, - 43.50122446407499, - 43.66259631846716, - 44.14383281661281 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -62.8125, -50.15625 -62.65625, -50 -62.65625, -50 -62.8125, -50.15625 -62.8125))", @@ -198645,68 +141917,7 @@ "id": "3811", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.888262721863612, - 15.888262721863612, - 15.888262721863612, - 15.888262721863612, - 15.888262721863612, - 15.888262721863612, - 15.888262721863612, - 15.888262721863612 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 1243.0507975339624, - 1323.7668103560009, - 444.30382364926845, - -647.8249859117996, - -1333.5347215841884, - -1367.5703233522208, - -771.4025509867761, - 301.19404543265046 - ], - "relative wind speed": [ - 4.7563046032992, - 4.769884296858799, - 4.58765735244803, - 4.301828173442869, - 4.076466961748195, - 4.060568945870706, - 4.265374120299325, - 4.5534921473263665 - ], - "relative wind angle": [ - 0.03398673303787836, - 0.026468781110509553, - 0.07421226700679036, - 0.08257121214048106, - 0.03965750469410967, - 0.03109382639350166, - 0.07983111911543828, - 0.07799808751748172 - ], - "resistance": [ - 97877.55079753403, - 97958.26681035607, - 97078.80382364934, - 95986.67501408828, - 95300.96527841588, - 95266.92967664785, - 95863.0974490133, - 96935.69404543273 - ], - "fuel": [ - 46.30447691276939, - 46.34644152079309, - 45.89051182731502, - 45.32833842201463, - 44.97763740180138, - 44.960275729761634, - 45.26500637298065, - 45.8165933708228 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -63.28125, -51.25 -63.125, -51.09375 -63.125, -51.09375 -63.28125, -51.25 -63.28125))", @@ -198738,34 +141949,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 255.3082559436034, + 255.30825594360158, 739.5959524557461, - 699.0996356928085, - 184.64914591306842, + 699.0996356928058, + 184.64914591306933, -398.6757065311417, -727.1855292926007, -709.9187238325117, -337.87416120145826 ], "relative wind speed": [ - 2.778790251681266, + 2.7787902516812655, 2.9428271915550326, 2.931903438513745, - 2.7507717579551043, + 2.750771757955104, 2.485005364509968, 2.288382626469286, 2.3023616465953887, 2.515985226530302 ], "relative wind angle": [ - 0.11370523498514688, + 0.11370523498514787, 0.040215038284826574, - 0.050487404357630106, - 0.1193636084378812, - 0.12721688233899284, + 0.050487404357632305, + 0.11936360843787933, + 0.12721688233899286, 0.0517250850446194, 0.06430933814376719, - 0.13056333285700888 + 0.1305633328570089 ], "resistance": [ 96889.80825594359, @@ -198818,7 +142029,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 320.58987349592735, + 320.5898734959228, 1067.3368236788338, 1056.3228445936547, 301.1100090916998, @@ -198828,7 +142039,7 @@ -572.101562764652 ], "relative wind speed": [ - 3.9986430787630214, + 3.9986430787630205, 4.178285820675116, 4.176176537563762, 3.993319844156485, @@ -198838,17 +142049,17 @@ 3.727485690865009 ], "relative wind angle": [ - 0.08201976915896397, + 0.08201976915896532, 0.03193374934520569, 0.0332748722157597, 0.08270495867724832, 0.08813663887178658, 0.03792023271470563, - 0.0394649630195642, + 0.03946496301956421, 0.08861822059486793 ], "resistance": [ - 96955.08987349599, + 96955.08987349598, 97701.8368236789, 97690.82284459371, 96935.61000909176, @@ -198858,7 +142069,7 @@ 96062.3984372354 ], "fuel": [ - 43.97190626706883, + 43.97190626706882, 44.35850539116366, 44.35278825636483, 43.96184909679441, @@ -198898,34 +142109,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 552.672126671851, + 552.6721266718464, 1018.1018741531848, - 686.8429949093193, + 686.8429949093202, -26.816838147442468, - -683.6274926133783, + -683.6274926133779, -918.5635583784037, - -777.7013083043516, + -777.7013083043503, -184.64346102474337 ], "relative wind speed": [ - 3.196293386857027, + 3.1962933868570267, 3.3176045285429914, - 3.237379363470925, + 3.2373793634709247, 2.9911064285715296, - 2.702465462472988, + 2.7024654624729885, 2.552079775970246, 2.6531087138860125, 2.9279503622300993 ], "relative wind angle": [ - 0.09185671223429359, - 0.009599108603284992, - 0.07672734472647166, + 0.09185671223429602, + 0.009599108603284993, + 0.07672734472647022, 0.12832640012641808, - 0.1087031441407172, + 0.10870314414071823, 0.012478600355361951, - 0.09366940854615172, - 0.13111020688405595 + 0.09366940854615052, + 0.13111020688405597 ], "resistance": [ 97187.17212667188, @@ -198978,40 +142189,40 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 667.3037446161561, + 667.3037446161543, 1548.5306127469903, - 1253.2195691977086, - 142.49494869665796, + 1253.219569197714, + 142.49494869665614, -1007.4425268387058, -1544.1775777837574, - -1419.884693672071, + -1419.8846936720674, -554.074670116679 ], "relative wind speed": [ - 5.030604799386464, + 5.030604799386463, 5.190094743004578, - 5.144223417914072, - 4.915539588018987, + 5.144223417914071, + 4.915539588018988, 4.624194281309904, 4.444443042445879, - 4.49745737339375, + 4.4974573733937495, 4.746327839238189 ], "relative wind angle": [ 0.0643853083015036, - 0.016350934307408787, - 0.03960124114203984, - 0.07593115787825369, - 0.0700528931000377, + 0.01635093430740879, + 0.03960124114203703, + 0.07593115787825516, + 0.07005289310003772, 0.019094467596103937, - 0.045299831611938256, + 0.045299831611935806, 0.0786436839541914 ], "resistance": [ 97301.80374461619, 98183.03061274702, 97887.71956919774, - 96776.9949486967, + 96776.99494869668, 95627.05747316132, 95090.32242221627, 95214.61530632796, @@ -199058,39 +142269,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 613.4094266652592, + 613.4094266652246, 1678.3705834517787, - 1493.7112983842344, + 1493.7112983842053, 283.40947331881216, -1052.0933903890618, -1749.7003102952312, - -1672.3073707972253, + -1672.3073707972144, -766.7638126227703 ], "relative wind speed": [ - 5.9638265405849, + 5.963826540584899, 6.132069376943538, - 6.107758680886174, + 6.107758680886173, 5.903292018965213, 5.627904198691607, 5.4441030328408315, - 5.471363319310376, + 5.471363319310375, 5.691368553753752 ], "relative wind angle": [ - 0.053402599286967965, + 0.0534025992869742, 0.017311314238530783, - 0.027544731584444298, + 0.027544731584448333, 0.058312597564095195, - 0.056593442652158654, + 0.05659344265215866, 0.019499190997206737, - 0.030749522990921263, + 0.030749522990917655, 0.0604865261288898 ], "resistance": [ - 97247.90942666524, + 97247.90942666521, 98312.87058345176, - 98128.21129838422, + 98128.2112983842, 96917.9094733188, 95582.40660961092, 94884.79968970476, @@ -199098,9 +142309,9 @@ 95867.73618737722 ], "fuel": [ - 51.60843611217852, + 51.608436112178495, 52.16156911900842, - 52.06535600283061, + 52.0653560028306, 51.43789302703219, 50.75184708441603, 50.39612619286003, @@ -199125,68 +142336,7 @@ "id": "3817", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.38976557059752, - 21.38976557059752, - 21.38976557059752, - 21.38976557059752, - 21.38976557059752, - 21.38976557059752, - 21.38976557059752, - 21.38976557059752 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 669.8194511636066, - 1655.952403975889, - 1385.2181310187607, - 185.0934891765446, - -1088.2607508471028, - -1705.6840047711594, - -1592.3874300558, - -669.0384967570226 - ], - "relative wind speed": [ - 6.121326665693461, - 6.270531808876, - 6.235604126436048, - 6.034574275808886, - 5.776200814777817, - 5.613872712721942, - 5.652643379795287, - 5.866775034933195 - ], - "relative wind angle": [ - 0.04765540091412216, - 0.013400807062153674, - 0.02771069326411102, - 0.05444041608036319, - 0.05050514838021409, - 0.014968420926208691, - 0.030569363743002904, - 0.055999106829852346 - ], - "resistance": [ - 97304.31945116362, - 98290.4524039759, - 98019.71813101877, - 96819.59348917656, - 95546.23924915292, - 94928.81599522886, - 95042.11256994422, - 95965.46150324299 - ], - "fuel": [ - 52.371667034731445, - 52.883919616746496, - 52.74292474922823, - 52.121199758602145, - 51.467398081807985, - 51.152555103713475, - 51.21022222277761, - 51.681980870895984 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -63.4375, -50.9375 -63.28125, -50.78125 -63.28125, -50.78125 -63.4375, -50.9375 -63.4375))", @@ -199218,19 +142368,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 785.1007654577334, + 785.1007654577297, 1645.8159471316121, - 1222.928117150699, + 1222.9281171506918, 29.258718467111976, -1146.3165345547222, -1631.950998246899, - -1454.7558245092096, + -1454.7558245092205, -492.77412832146183 ], "relative wind speed": [ - 5.732950714175817, + 5.732950714175816, 5.866203954689108, - 5.807826620092567, + 5.807826620092566, 5.587614900128204, 5.324856591591507, 5.177689907108613, @@ -199239,32 +142389,32 @@ ], "relative wind angle": [ 0.04930752224962117, - 0.009432158694505918, - 0.03518641350071446, + 0.00943215869450592, + 0.03518641350071447, 0.06165288404342834, 0.05308985146954308, 0.010686464493187326, - 0.03897820692285962, + 0.03897820692286247, 0.06289772539795781 ], "resistance": [ - 97419.60076545776, + 97419.60076545774, 98280.31594713163, - 97857.42811715072, + 97857.4281171507, 96663.75871846713, 95488.1834654453, 95002.54900175311, - 95179.7441754908, + 95179.74417549079, 96141.72587167856 ], "fuel": [ - 50.48376332789904, + 50.48376332789903, 50.93103528551141, 50.710936499925275, 50.093262157741975, 49.49013276213906, 49.24247874913065, - 49.332739464570395, + 49.33273946457038, 49.824798222350125 ] }, @@ -199285,68 +142435,7 @@ "id": "3819", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.26216251320528, - 19.26216251320528, - 19.26216251320528, - 19.26216251320528, - 19.26216251320528, - 19.26216251320528, - 19.26216251320528, - 19.26216251320528 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 677.1652270946124, - 1519.6758853368756, - 1192.0373368961427, - 91.64742251364441, - -1028.5730810112236, - -1528.6016616744473, - -1391.2954575839685, - -522.3129239202208 - ], - "relative wind speed": [ - 5.543996370214968, - 5.681552864532477, - 5.634899273014748, - 5.4278268333692905, - 5.172001265054598, - 5.020502951518492, - 5.072810170079396, - 5.293787746560999 - ], - "relative wind angle": [ - 0.050746061141061685, - 0.011818757712317126, - 0.0330597762363541, - 0.060937048098739365, - 0.05439944427085907, - 0.013375021623876741, - 0.03672450651705988, - 0.06248196461010186 - ], - "resistance": [ - 97311.66522709459, - 98154.17588533687, - 97826.53733689613, - 96726.14742251363, - 95605.92691898876, - 95105.89833832554, - 95243.20454241602, - 96112.18707607976 - ], - "fuel": [ - 49.67766274154927, - 50.11510777470544, - 49.944678735301494, - 49.37520816671613, - 48.80010311860222, - 48.54490299985989, - 48.61488745175552, - 49.059431486038754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -63.59375, -51.25 -63.4375, -51.09375 -63.4375, -51.09375 -63.59375, -51.25 -63.59375))", @@ -199378,19 +142467,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 757.1907850538737, + 757.1907850538646, 1081.4362073271577, - 558.9175263814022, + 558.9175263814004, -249.36376546098018, -883.6882098532096, -1020.6103784691286, - -744.2740683960428, + -744.2740683960401, -14.488803026446476 ], "relative wind speed": [ - 3.844263413831382, + 3.8442634138313814, 3.9111477293307964, - 3.7930623769700813, + 3.793062376970081, 3.547114301563741, 3.307369226148201, 3.2279987348735464, @@ -199398,13 +142487,13 @@ 3.6242285419985083 ], "relative wind angle": [ - 0.055736641649788365, + 0.05573664164979235, 0.009903471764293214, - 0.07096071302117977, + 0.07096071302117979, 0.09645164447472937, 0.06479631598168861, - 0.011999458691360775, - 0.07998283279117495, + 0.011999458691360777, + 0.07998283279117357, 0.09439321792552764 ], "resistance": [ @@ -199445,68 +142534,7 @@ "id": "3821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.789672899463007, - 19.789672899463007, - 19.789672899463007, - 19.789672899463007, - 19.789672899463007, - 19.789672899463007, - 19.789672899463007, - 19.789672899463007 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 912.8170712691553, - 1695.0949022227105, - 1123.2266096864296, - -109.49689315266369, - -1244.2794175205017, - -1632.0531926213807, - -1392.4996946976426, - -360.30525076994854 - ], - "relative wind speed": [ - 5.7324531522866815, - 5.8479042268208, - 5.768560382764677, - 5.534966185884912, - 5.274789295048441, - 5.146497586150269, - 5.235277677517876, - 5.481657648141642 - ], - "relative wind angle": [ - 0.04657166070047342, - 0.004567200684528655, - 0.039726059536589586, - 0.0634046456285875, - 0.05061573829747044, - 0.005189661274577659, - 0.04377515437483707, - 0.06402208881691744 - ], - "resistance": [ - 97547.3170712692, - 98329.59490222276, - 97757.72660968648, - 96525.00310684738, - 95390.22058247954, - 95002.44680737867, - 95242.0003053024, - 96274.1947492301 - ], - "fuel": [ - 50.4408326450631, - 50.84760212079096, - 50.5500177010847, - 49.91268138594429, - 49.330980498864236, - 49.13330224503534, - 49.255355110579565, - 49.78370201675544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -63.75, -51.25 -63.59375, -51.09375 -63.59375, -51.09375 -63.75, -51.25 -63.75))", @@ -199538,33 +142566,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 825.9899181966884, + 825.9899181966848, 1031.1885341862971, 451.65446239609264, -357.34978909411166, - -935.4270060155495, + -935.4270060155541, -1021.8616568402967, - -671.9734397854709, + -671.97343978547, 87.38435400884373 ], "relative wind speed": [ - 4.111545601409976, + 4.111545601409975, 4.151379966943025, 4.020730635989732, 3.785128505939372, 3.576874459077507, 3.5305640482136638, - 3.6786632465188114, + 3.678663246518811, 3.920668351442123 ], "relative wind angle": [ - 0.041711557663117946, + 0.04171155766311795, 0.016378677854353048, 0.06660508525160057, - 0.082112422477572, - 0.04795107214010131, + 0.08211242247757201, + 0.04795107214010363, 0.019259041189173032, - 0.07280898200039693, + 0.0728089820003954, 0.07926767904486186 ], "resistance": [ @@ -199618,11 +142646,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 756.5155964347468, + 756.515596434725, 1301.9465021763244, - 789.1531113310648, - -161.62536518833622, - -994.6276693627915, + 789.1531113310721, + -161.62536518832712, + -994.6276693628006, -1232.1464532285609, -1017.6222607224681, -200.5543842883235 @@ -199630,39 +142658,39 @@ "relative wind speed": [ 5.139567582718068, 5.225602892857223, - 5.14583064842175, - 4.941431901247974, + 5.145830648421749, + 4.941431901247973, 4.72538279360575, 4.630061758723521, 4.718561689879143, 4.932205211541848 ], "relative wind angle": [ - 0.04161546377158342, - 0.0008844453610643142, - 0.040293534381779086, - 0.06029653221641807, - 0.04526549575055597, - 0.0009982070745314694, + 0.041615463771588763, + 0.0008844453610643141, + 0.04029353438177633, + 0.06029653221641439, + 0.045265495750558424, + 0.0009982070745314692, 0.04394439388339096, - 0.06040946638505353 + 0.060409466385053526 ], "resistance": [ - 97391.01559643478, + 97391.01559643475, 97936.44650217635, - 97423.65311133109, + 97423.6531113311, 96472.8746348117, - 95639.87233063724, + 95639.87233063723, 95402.35354677147, 95616.87773927757, 96433.94561571171 ], "fuel": [ - 47.97183040620685, + 47.97183040620683, 48.25488644657284, - 47.988736785830326, + 47.98873678583034, 47.49785339698813, - 47.070541947556165, + 47.07054194755616, 46.94917322600534, 47.05878286053502, 47.47782617220251 @@ -199685,68 +142713,7 @@ "id": "3824", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.78143216075694, - 18.78143216075694, - 18.78143216075694, - 18.78143216075694, - 18.78143216075694, - 18.78143216075694, - 18.78143216075694, - 18.78143216075694 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 922.5969142147387, - 1632.2526161171118, - 1026.1528137252699, - -159.88736244956635, - -1219.1090583339756, - -1546.1016205131127, - -1292.044595907073, - -283.23539501530104 - ], - "relative wind speed": [ - 5.462953060364436, - 5.569959911226561, - 5.481625895765629, - 5.2428070855718545, - 4.9840925462823575, - 4.864214349407467, - 4.963548346548482, - 5.215170995579154 - ], - "relative wind angle": [ - 0.047485353268813216, - 0.002486486809251609, - 0.043746681422658334, - 0.06735723763872915, - 0.05205158376352513, - 0.002847250407645204, - 0.0483161926598416, - 0.06771472035852168 - ], - "resistance": [ - 97557.09691421474, - 98266.75261611711, - 97660.65281372528, - 96474.61263755044, - 95415.39094166603, - 95088.39837948688, - 95342.45540409292, - 96351.2646049847 - ], - "fuel": [ - 49.236557437166354, - 49.60549473796401, - 49.29027752012985, - 48.67740257941227, - 48.134484631217966, - 47.967723653698684, - 48.097254198320485, - 48.613964154921675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -63.59375, -50.78125 -63.4375, -50.625 -63.4375, -50.625 -63.59375, -50.78125 -63.59375))", @@ -199765,68 +142732,7 @@ "id": "3825", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.33878710599813, - 17.33878710599813, - 17.33878710599813, - 17.33878710599813, - 17.33878710599813, - 17.33878710599813, - 17.33878710599813, - 17.33878710599813 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 748.6197865164067, - 1424.9597178435579, - 971.2546814008547, - -60.70155641542624, - -1025.3493611944523, - -1372.5124898480317, - -1182.13531727814, - -325.77165474107824 - ], - "relative wind speed": [ - 5.038343514223184, - 5.153098412912305, - 5.08175684409745, - 4.860258998037662, - 4.608470336432556, - 4.479785815854848, - 4.5605538683982605, - 4.795913539784423 - ], - "relative wind angle": [ - 0.05179858644174253, - 0.006258651390871152, - 0.04237051730080748, - 0.06932422611577574, - 0.05663525434322872, - 0.007199342987561244, - 0.047216249120708854, - 0.0702558533850585 - ], - "resistance": [ - 97383.11978651641, - 98059.45971784357, - 97605.75468140087, - 96573.79844358459, - 95609.15063880556, - 95261.98751015199, - 95452.36468272188, - 96308.72834525893 - ], - "fuel": [ - 47.532463229915145, - 47.88360048797202, - 47.64786126665547, - 47.114522699007864, - 46.61955407296659, - 46.442269156589234, - 46.539433051758266, - 46.978168067795366 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -63.75, -50.9375 -63.59375, -50.78125 -63.59375, -50.78125 -63.75, -50.9375 -63.75))", @@ -199858,11 +142764,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 811.2791614931575, + 811.2791614931375, 1374.7546713558004, - 819.0978535136055, + 819.0978535136128, -181.84341041931293, - -1049.8670460455905, + -1049.8670460455833, -1288.1384997051591, -1055.3742011921931, -191.1588953594528 @@ -199870,7 +142776,7 @@ "relative wind speed": [ 5.053573469048361, 5.142903928439228, - 5.0550999300787725, + 5.055099930078772, 4.834961880604539, 4.603616616312968, 4.503601885147787, @@ -199878,17 +142784,17 @@ 4.83270466407408 ], "relative wind angle": [ - 0.04489960237793364, + 0.04489960237793858, 0.00021993100694429017, - 0.04456928658772122, - 0.06616067623026746, - 0.049291482154176884, + 0.04456928658771873, + 0.06616067623026747, + 0.049291482154174636, 0.0002511509826819607, 0.0489614393932805, - 0.06619162316687058 + 0.06619162316687059 ], "resistance": [ - 97445.77916149315, + 97445.77916149312, 98009.25467135578, 97453.5978535136, 96452.65658958067, @@ -199898,7 +142804,7 @@ 96443.34110464054 ], "fuel": [ - 47.5916259695495, + 47.59162596954948, 47.88418015282275, 47.595677319449386, 47.078876956376945, @@ -199925,68 +142831,7 @@ "id": "3827", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.791803772426098, - 15.791803772426098, - 15.791803772426098, - 15.791803772426098, - 15.791803772426098, - 15.791803772426098, - 15.791803772426098, - 15.791803772426098 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 809.0508439605528, - 1142.1683014576429, - 576.3759462711641, - -295.2080471622867, - -972.9593674535699, - -1112.7018737901135, - -809.0875662694853, - -18.08026546561814 - ], - "relative wind speed": [ - 4.627211458723094, - 4.684798702524204, - 4.577325528688438, - 4.359805677863179, - 4.153805411484194, - 4.0887463111620415, - 4.208714326802281, - 4.43365309101712 - ], - "relative wind angle": [ - 0.03989955127542291, - 0.007899853253103939, - 0.05178110708925892, - 0.06841347737311829, - 0.04444971639429066, - 0.00905151356224476, - 0.0563208514381446, - 0.06727223823709255 - ], - "resistance": [ - 97443.55084396052, - 97776.66830145761, - 97210.87594627113, - 96339.29195283768, - 95661.5406325464, - 95521.79812620986, - 95825.41243373048, - 96616.41973453436 - ], - "fuel": [ - 45.985450024600645, - 46.158257716175385, - 45.86499274855544, - 45.415558834619304, - 45.06802876956352, - 44.99658564712685, - 45.1519005217628, - 45.55815378952106 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -63.28125, -50.625 -63.125, -50.46875 -63.125, -50.46875 -63.28125, -50.625 -63.28125))", @@ -200005,68 +142850,7 @@ "id": "3828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.46318222401915, - 17.46318222401915, - 17.46318222401915, - 17.46318222401915, - 17.46318222401915, - 17.46318222401915, - 17.46318222401915, - 17.46318222401915 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 828.9435779461637, - 1410.1715214073683, - 844.7539443669102, - -181.2910898925329, - -1073.5869488697626, - -1321.6365019475488, - -1084.7225958405852, - -200.12474050961464 - ], - "relative wind speed": [ - 5.0851480142068235, - 5.1769568762654155, - 5.088215026251265, - 4.864103375547956, - 4.627758304272161, - 4.524819858341298, - 4.624385915533258, - 4.859565371628879 - ], - "relative wind angle": [ - 0.04567301981865844, - 0.00043927780931418345, - 0.04501275319717736, - 0.06708600302095556, - 0.05019078751369085, - 0.0005025884719132902, - 0.04953109038153542, - 0.06714874417095247 - ], - "resistance": [ - 97463.44357794616, - 98044.67152140736, - 97479.25394436691, - 96453.20891010747, - 95560.91305113024, - 95312.86349805245, - 95549.77740415941, - 96434.37525949039 - ], - "fuel": [ - 47.707839323156065, - 48.00966789890771, - 47.716032930166556, - 47.18622109824839, - 46.728657119670586, - 46.60198506448825, - 46.72296554393504, - 47.17653270836835 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -63.28125, -50.46875 -63.125, -50.3125 -63.125, -50.3125 -63.28125, -50.46875 -63.28125))", @@ -200085,68 +142869,7 @@ "id": "3829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.302075799947115, - 16.302075799947115, - 16.302075799947115, - 16.302075799947115, - 16.302075799947115, - 16.302075799947115, - 16.302075799947115, - 16.302075799947115 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 634.3664892344423, - 1183.5198987508738, - 788.7283425761216, - -70.94694895298198, - -864.6961326372866, - -1138.8830582084474, - -973.4250462872233, - -254.88192664434064 - ], - "relative wind speed": [ - 4.727137009780409, - 4.825607689136412, - 4.75925064265726, - 4.561833975788146, - 4.340968182811797, - 4.231233803982894, - 4.305735987469096, - 4.5143659411665915 - ], - "relative wind angle": [ - 0.048031545242273384, - 0.004928948769991246, - 0.0406325379043176, - 0.06519344747897154, - 0.05230813203643839, - 0.0056213395770460025, - 0.04491502549015661, - 0.06587993728381457 - ], - "resistance": [ - 97268.86648923444, - 97818.01989875088, - 97423.22834257613, - 96563.55305104701, - 95769.80386736272, - 95495.61694179155, - 95661.07495371277, - 96379.61807335565 - ], - "fuel": [ - 46.39817873453809, - 46.682920800817406, - 46.47810366691251, - 46.034112157562376, - 45.626610881839, - 45.48639140250832, - 45.5709733311961, - 45.939473466435985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -63.4375, -50.625 -63.28125, -50.46875 -63.28125, -50.46875 -63.4375, -50.625 -63.4375))", @@ -200165,68 +142888,7 @@ "id": "3830", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.845074618508672, - 17.845074618508672, - 17.845074618508672, - 17.845074618508672, - 17.845074618508672, - 17.845074618508672, - 17.845074618508672, - 17.845074618508672 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 937.6280434924247, - 1507.696978761358, - 860.4363467649982, - -249.21363699985704, - -1183.4148678621823, - -1422.4360781587638, - -1129.0517186492707, - -157.29389307769816 - ], - "relative wind speed": [ - 5.212009033819208, - 5.299338174790332, - 5.1973748595483835, - 4.95793853306072, - 4.713035311834854, - 4.6146240289350935, - 4.729168488069515, - 4.979617005514279 - ], - "relative wind angle": [ - 0.044988395603436676, - 0.0020502683571680166, - 0.04807476662377723, - 0.06910746406825127, - 0.049755107102995355, - 0.0023544860278587325, - 0.052838592625335, - 0.06880613202602553 - ], - "resistance": [ - 97572.12804349241, - 98142.19697876135, - 97494.93634676498, - 96385.28636300012, - 95451.0851321378, - 95212.06392184123, - 95505.44828135072, - 96477.20610692228 - ], - "fuel": [ - 48.18120424309774, - 48.477456717076464, - 48.14118234843495, - 47.56830785392309, - 47.08956400003016, - 46.967596137145065, - 47.11733412907926, - 47.61558883607603 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -63.4375, -50.46875 -63.28125, -50.3125 -63.28125, -50.3125 -63.4375, -50.46875 -63.4375))", @@ -200245,68 +142907,7 @@ "id": "3831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.574721797898983, - 14.574721797898983, - 14.574721797898983, - 14.574721797898983, - 14.574721797898983, - 14.574721797898983, - 14.574721797898983, - 14.574721797898983 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 987.1357385247193, - 1247.07138384243, - 557.0818399490272, - -413.6140870802956, - -1113.6848365659116, - -1223.3493956026296, - -811.1406695535079, - 96.64597188841617 - ], - "relative wind speed": [ - 4.356031437876159, - 4.403558830244518, - 4.257544267875108, - 3.990223241598632, - 3.7507956842517163, - 3.6948812946212857, - 3.862226684161682, - 4.137825109278163 - ], - "relative wind angle": [ - 0.045518797183230535, - 0.01682428843738261, - 0.07122385065367266, - 0.08893390807266606, - 0.052870173740310084, - 0.020051581513100054, - 0.07852827675998678, - 0.08575356952652677 - ], - "resistance": [ - 97621.63573852477, - 97881.57138384247, - 97191.58183994907, - 96220.88591291975, - 95520.81516343413, - 95411.15060439741, - 95823.35933044653, - 96731.14597188846 - ], - "fuel": [ - 44.946858173908964, - 45.08183899667559, - 44.724089479783956, - 44.223796999030014, - 43.86515973437163, - 43.809145200653674, - 44.01992546621888, - 44.486345710409815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -63.90625, -52.5 -63.75, -52.34375 -63.75, -52.34375 -63.90625, -52.5 -63.90625))", @@ -200325,68 +142926,7 @@ "id": "3832", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.066968820872876, - 7.066968820872876, - 7.066968820872876, - 7.066968820872876, - 7.066968820872876, - 7.066968820872876, - 7.066968820872876, - 7.066968820872876 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -116.07511668071356, - 235.4371440868997, - 474.9778466758348, - 351.708472521148, - 20.50260797767828, - -300.9952096446982, - -435.0095769982199, - -382.46232086660575 - ], - "relative wind speed": [ - 1.9405872865386808, - 2.1356703482540023, - 2.2327859454532755, - 2.1886291675857135, - 2.0223124825852574, - 1.8150864876044703, - 1.694194119834569, - 1.750865260575117 - ], - "relative wind angle": [ - 0.13925112935758724, - 0.10302050964199384, - 0.018473775397520646, - 0.07376539753306688, - 0.13358930543968497, - 0.12129911298623894, - 0.024347691245308757, - 0.0922559635553106 - ], - "resistance": [ - 96518.42488331928, - 96869.9371440869, - 97109.47784667583, - 96986.20847252115, - 96655.00260797767, - 96333.5047903553, - 96199.49042300179, - 96252.0376791334 - ], - "fuel": [ - 39.5581538393199, - 39.73930597251657, - 39.86301688619887, - 39.799327690964766, - 39.62848466607543, - 39.46303967564257, - 39.3941885355199, - 39.42117721730661 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -63.90625, -52.34375 -63.75, -52.1875 -63.75, -52.1875 -63.90625, -52.34375 -63.90625))", @@ -200405,68 +142945,7 @@ "id": "3833", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.033484177213108, - 7.033484177213108, - 7.033484177213108, - 7.033484177213108, - 7.033484177213108, - 7.033484177213108, - 7.033484177213108, - 7.033484177213108 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -153.78898102030848, - 190.7140675979972, - 448.26501542576534, - 374.74800025122454, - 62.55986320543593, - -264.0385369700814, - -424.3839730598977, - -393.02621428568295 - ], - "relative wind speed": [ - 1.9059764804404726, - 2.1039213873776084, - 2.2148185843381554, - 2.1883785116774606, - 2.0360305514545285, - 1.8307598275534558, - 1.6949175168481831, - 1.7289205418632816 - ], - "relative wind angle": [ - 0.1368924592026293, - 0.10968464089163905, - 0.02962363553547767, - 0.0628875448814642, - 0.12809845721224325, - 0.1261319040329955, - 0.03871443430230951, - 0.07963148877805847 - ], - "resistance": [ - 96480.71101897967, - 96825.21406759796, - 97082.76501542574, - 97009.2480002512, - 96697.0598632054, - 96370.46146302989, - 96210.11602694007, - 96241.47378571429 - ], - "fuel": [ - 39.52557187235783, - 39.70305896384155, - 39.83603704690533, - 39.798053747081326, - 39.636982659881156, - 39.46886486220699, - 39.386471693121386, - 39.4025772869162 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -64.0625, -52.5 -63.90625, -52.34375 -63.90625, -52.34375 -64.0625, -52.5 -64.0625))", @@ -200485,68 +142964,7 @@ "id": "3834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.349494598699717, - 7.349494598699717, - 7.349494598699717, - 7.349494598699717, - 7.349494598699717, - 7.349494598699717, - 7.349494598699717, - 7.349494598699717 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -136.15014902390476, - 264.5687462662629, - 541.4433321818253, - 407.2778560519389, - 31.2309512946847, - -336.7675483860976, - -493.9675071237348, - -436.6837110500294 - ], - "relative wind speed": [ - 2.0145564337908564, - 2.2288781405210227, - 2.3368791835276337, - 2.2910482651282043, - 2.1108855585555366, - 1.8831828644489093, - 1.7473611955865547, - 1.8070343973205092 - ], - "relative wind angle": [ - 0.1468846414202137, - 0.10919437578748115, - 0.020826098629948085, - 0.07605402421147155, - 0.14013633189015728, - 0.1293428168361568, - 0.027853915769309977, - 0.09648176930956587 - ], - "resistance": [ - 96498.34985097608, - 96899.06874626625, - 97175.9433321818, - 97041.77785605192, - 96665.73095129467, - 96297.73245161389, - 96140.53249287626, - 96197.81628894995 - ], - "fuel": [ - 39.661913154284015, - 39.86843071922132, - 40.01147198040337, - 39.94212266873447, - 39.748103297365745, - 39.558745882662414, - 39.47801063333013, - 39.507419976672146 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -64.0625, -52.34375 -63.90625, -52.1875 -63.90625, -52.1875 -64.0625, -52.34375 -64.0625))", @@ -200578,9 +142996,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -191.2289877062235, + -191.22898770622487, 247.40905880005812, - 566.992967444728, + 566.9929674447267, 460.95546162611845, 61.028370115249345, -351.8910079564748, @@ -200588,9 +143006,9 @@ -501.8810687613841 ], "relative wind speed": [ - 2.3845939455025174, + 2.384593945502517, 2.586396637432979, - 2.698026576520513, + 2.6980265765205127, 2.66653942080094, 2.506322178707686, 2.2974968078943396, @@ -200598,7 +143016,7 @@ 2.203975196258771 ], "relative wind angle": [ - 0.1119681277947955, + 0.1119681277947965, 0.08970340521954062, 0.022695887194776086, 0.05444457400752933, @@ -200610,7 +143028,7 @@ "resistance": [ 96443.27101229376, 96881.90905880004, - 97201.49296744472, + 97201.4929674447, 97095.4554616261, 96695.52837011524, 96282.6089920435, @@ -200645,68 +143063,7 @@ "id": "3836", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.70350333278489, - 7.70350333278489, - 7.70350333278489, - 7.70350333278489, - 7.70350333278489, - 7.70350333278489, - 7.70350333278489, - 7.70350333278489 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -208.11783695670738, - 159.13477779554705, - 456.3416739005429, - 427.23901123489986, - 108.17699878255917, - -252.00486137882353, - -452.5797026659063, - -440.19943637320785 - ], - "relative wind speed": [ - 2.0674454559481927, - 2.265664795442872, - 2.3891175168183714, - 2.3794217320313233, - 2.240896350203004, - 2.0402720897872375, - 1.8942187456853001, - 1.906383850857699 - ], - "relative wind angle": [ - 0.12007774729493235, - 0.10473235306500617, - 0.03655104304273106, - 0.04767102429092885, - 0.11074362500783341, - 0.11635218112539926, - 0.04610673137722868, - 0.05951239694858575 - ], - "resistance": [ - 96426.38216304326, - 96793.63477779552, - 97090.84167390052, - 97061.73901123487, - 96742.67699878252, - 96382.49513862115, - 96181.92029733406, - 96194.30056362676 - ], - "fuel": [ - 39.77526688597783, - 39.96441579637338, - 40.11785594680559, - 40.102816486093445, - 39.93814063613276, - 39.752696988360476, - 39.649638054285916, - 39.65599492128504 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -63.90625, -52.03125 -63.75, -51.875 -63.75, -51.875 -63.90625, -52.03125 -63.90625))", @@ -200738,11 +143095,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -39.9539950605656, + -39.95399506056674, 284.75017760528067, - 460.81913805207773, + 460.8191380519695, 269.0560267942201, - -58.443281357915794, + -58.443281357915566, -335.7421121947252, -410.42933534343797, -324.73057190675945 @@ -200752,17 +143109,17 @@ 2.2119121553798173, 2.27435847060982, 2.2049099645409345, - 2.035078732332505, + 2.0350787323325052, 1.853179296069679, 1.7759849193232642, 1.8615050187325297 ], "relative wind angle": [ - 0.1221079398954144, - 0.07801367070821913, - 0.0023739964671176013, + 0.12210793989541623, + 0.07801367070821914, + 0.0023739964672578997, 0.08173612151896115, - 0.12275426571785783, + 0.12275426571785875, 0.0931555734673697, 0.0030401847230010918, 0.0968581709229597 @@ -200770,7 +143127,7 @@ "resistance": [ 96594.54600493943, 96919.25017760528, - 97095.31913805207, + 97095.31913805197, 96903.55602679422, 96576.05671864208, 96298.75788780527, @@ -200780,7 +143137,7 @@ "fuel": [ 39.68721231980851, 39.854624659969645, - 39.945567077070805, + 39.94556707707075, 39.84652398093626, 39.67769134174837, 39.535050110723425, @@ -200818,17 +143175,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -202.2949157181397, + -202.2949157181406, 230.48299110090784, 552.7592041427824, 463.1576448701044, - 72.80447381135264, + 72.80447381135173, -338.25048705724157, - -539.7123511052109, + -539.7123511052082, -501.7308731261601 ], "relative wind speed": [ - 2.406455629780067, + 2.4064556297800666, 2.6047419207460094, 2.717772227130687, 2.6913625964810812, @@ -200840,11 +143197,11 @@ "relative wind angle": [ 0.10761192500845383, 0.0881886190877149, - 0.024276784961487406, + 0.02427678496148741, 0.05059524107313243, - 0.1020274876925203, + 0.10202748769252139, 0.09846260241365885, - 0.02997782490510131, + 0.029977824905097608, 0.0609858095557798 ], "resistance": [ @@ -200898,19 +143255,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -2.0232475249986237, + -2.023247524999988, 338.52947203097983, - 481.2782459579066, + 481.27824595790617, 249.13405099705278, - -107.592429834222, + -107.59242983422132, -386.9264514860622, -447.4168209637796, -324.1419035286067 ], "relative wind speed": [ - 2.24290698998889, + 2.2429069899888896, 2.3992101814570836, - 2.4461718588371926, + 2.446171858837192, 2.362198015961627, 2.1866423735424294, 2.013908424110927, @@ -200918,13 +143275,13 @@ 2.057196434203415 ], "relative wind angle": [ - 0.10936502748814562, - 0.0638516282803855, - 0.011571719684803595, + 0.10936502748814664, + 0.06385162828038551, + 0.011571719684803593, 0.08184563742562281, - 0.11219082063711783, - 0.0760894693155824, - 0.014467333334924675, + 0.11219082063711684, + 0.07608946931558239, + 0.014467333334924677, 0.09401367761038412 ], "resistance": [ @@ -200932,7 +143289,7 @@ 96973.02947203093, 97115.77824595786, 96883.634050997, - 96526.90757016573, + 96526.90757016574, 96247.5735485139, 96187.08317903617, 96310.35809647135 @@ -200942,7 +143299,7 @@ 40.15497462451387, 40.22872635236395, 40.1088267316528, - 39.92497272529731, + 39.92497272529732, 39.78133674563777, 39.75027031747149, 39.81359580980982 @@ -200965,68 +143322,7 @@ "id": "3840", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.436933964604348, - 7.436933964604348, - 7.436933964604348, - 7.436933964604348, - 7.436933964604348, - 7.436933964604348, - 7.436933964604348, - 7.436933964604348 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -117.28887784336348, - 293.0738910490313, - 563.9359424912536, - 400.40379227281437, - 8.564800922979657, - -361.92711869975915, - -506.85176509296684, - -437.0649447423325 - ], - "relative wind speed": [ - 2.051846626850507, - 2.265662380225574, - 2.3670962907358533, - 2.3118302249444396, - 2.123427542760342, - 1.8936190451887651, - 1.7651839167224448, - 1.8369703646233286 - ], - "relative wind angle": [ - 0.14723007166470276, - 0.10542554643467332, - 0.015280285268501798, - 0.08109241315546688, - 0.14223258987212284, - 0.12624023321155864, - 0.020491366373952512, - 0.10212052340639072 - ], - "resistance": [ - 96517.21112215664, - 96927.57389104905, - 97198.43594249127, - 97034.90379227283, - 96643.06480092299, - 96272.57288130025, - 96127.64823490704, - 96197.43505525768 - ], - "fuel": [ - 39.707996061327194, - 39.91951993073715, - 40.0594806462159, - 39.97494712881201, - 39.77280145115493, - 39.58219398826152, - 39.50777339043446, - 39.543600029658194 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -64.21875, -52.34375 -64.0625, -52.1875 -64.0625, -52.1875 -64.21875, -52.34375 -64.21875))", @@ -201058,34 +143354,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -201.74213773045676, + -201.74213773045904, 313.43875058448884, 676.0808566917317, 525.1078959528063, - 48.170434962784384, + 48.170434962783474, -430.3885794717421, -643.0851306613426, -579.032370994581 ], "relative wind speed": [ - 2.574514719193525, + 2.5745147191935245, 2.7926100942719216, 2.9079820812588566, 2.8663438190565795, - 2.686673553031399, + 2.6866735530313997, 2.459201024982107, 2.321633268838962, 2.3728493274665827 ], "relative wind angle": [ - 0.11415020556435392, + 0.1141502055643549, 0.08865601170960047, - 0.019406873364526213, - 0.05845319783843989, - 0.10936533807831486, + 0.01940687336452621, + 0.0584531978384399, + 0.1093653380783169, 0.10071399916258866, 0.024309117456624185, - 0.07062853294016079 + 0.0706285329401608 ], "resistance": [ 96432.75786226953, @@ -201125,68 +143421,7 @@ "id": "3842", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.066154879539335, - 7.066154879539335, - 7.066154879539335, - 7.066154879539335, - 7.066154879539335, - 7.066154879539335, - 7.066154879539335, - 7.066154879539335 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -145.70477800428034, - 244.7990164334874, - 523.7604048489059, - 410.4515104629702, - 48.298030057768074, - -314.5151159972529, - -478.8728116830189, - -430.40324939164225 - ], - "relative wind speed": [ - 1.927152016271326, - 2.1463069222380025, - 2.260857974184766, - 2.2209726349093497, - 2.04329885109654, - 1.8117261615002167, - 1.666585224126337, - 1.7193794356380145 - ], - "relative wind angle": [ - 0.15487320966836915, - 0.11755866345551506, - 0.025982551687739427, - 0.07601766794598568, - 0.1460047381037587, - 0.13939929603045043, - 0.035250772219963596, - 0.09825772686559288 - ], - "resistance": [ - 96488.79522199575, - 96879.29901643352, - 97158.26040484893, - 97044.951510463, - 96682.79803005779, - 96319.98488400277, - 96155.62718831701, - 96204.09675060838 - ], - "fuel": [ - 39.542584086268825, - 39.743815813076885, - 39.88791573713358, - 39.82935012339432, - 39.642485351244446, - 39.45576957205439, - 39.37134680923367, - 39.39623287678117 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -64.375, -52.34375 -64.21875, -52.1875 -64.21875, -52.1875 -64.375, -52.34375 -64.375))", @@ -201218,20 +143453,20 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -135.35644365181633, + -135.3564436518177, 385.9717707542977, - 716.4875175625853, - 486.45528822301503, + 716.4875175625839, + 486.4552882230146, -17.037846289056233, -482.5019539615155, -650.7179879885739, -552.9878342545362 ], "relative wind speed": [ - 2.505525979788459, + 2.5055259797884584, 2.7276793833528026, - 2.829099249393296, - 2.763735393919435, + 2.8290992493932956, + 2.7637353939194353, 2.560795308587712, 2.322735075188693, 2.1980742673899893, @@ -201239,10 +143474,10 @@ ], "relative wind angle": [ 0.12626977871954642, - 0.0891346731409707, + 0.08913467314097072, 0.009844846928015065, - 0.07367022364962003, - 0.12353040966496288, + 0.07367022364962154, + 0.12353040966496287, 0.10472714246519016, 0.012671248140664115, 0.08934968392692612 @@ -201298,39 +143533,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -133.17314840922427, + -133.17314840922927, 435.9026098846457, - 783.4214954276349, + 783.4214954275794, 510.16237556700844, -45.45260857739686, -548.3089825998536, -716.1408350564711, - -600.4699546810275 + -600.4699546810289 ], "relative wind speed": [ 2.811974383757138, 3.027655703991336, - 3.1223454833847244, + 3.122345483384724, 3.0517369654942996, 2.8485505112352523, 2.618156009112841, 2.504475720056388, - 2.5900466102756905 + 2.590046610275691 ], "relative wind angle": [ - 0.11008865879251001, - 0.07652458464097558, - 0.005892400712240079, - 0.06737173831983079, + 0.11008865879251405, + 0.0765245846409756, + 0.005892400712277764, + 0.06737173831983077, 0.10866946429465091, 0.08852284223565669, 0.0073461162411026714, - 0.07940450712061008 + 0.07940450712061288 ], "resistance": [ 96501.32685159077, 97070.40260988465, - 97417.92149542764, + 97417.92149542758, 97144.66237556702, 96589.0473914226, 96086.19101740015, @@ -201340,7 +143575,7 @@ "fuel": [ 41.06565851955514, 41.35912632602102, - 41.538931669293554, + 41.53893166929352, 41.39751037642213, 41.11081673859506, 40.8523364734007, @@ -201378,53 +143613,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 152.65249050561806, + 152.65249050561488, 525.6334770320454, - 532.5071076178983, + 532.507107617892, 164.71922204120665, -273.92611423433664, -537.8498314890585, - -540.7688499257854, + -540.7688499257881, -284.324798978987 ], "relative wind speed": [ - 2.5414270967672783, + 2.541427096767278, 2.682682812276139, 2.6847210655873934, 2.5466180505387, 2.3350814540660094, 2.1713290892962696, - 2.168808402164025, + 2.1688084021640255, 2.3294191529169783 ], "relative wind angle": [ - 0.10177013208034857, + 0.10177013208035078, 0.04071828856614285, - 0.03865694176241675, - 0.10067148426208679, - 0.11079878082352136, + 0.0386569417624225, + 0.1006714842620868, + 0.11079878082352138, 0.050314879238636, - 0.047858943672336576, - 0.11009472431616481 + 0.04785894367234122, + 0.11009472431616482 ], "resistance": [ 96787.15249050564, 97160.13347703207, - 97167.00710761793, + 97167.00710761792, 96799.21922204124, 96360.5738857657, 96096.65016851097, - 96093.73115007425, + 96093.73115007424, 96350.17520102105 ], "fuel": [ 40.44292456924012, 40.63552848758894, - 40.63908282439303, + 40.639082824393014, 40.44914761468312, 40.22327791661847, 40.08772183404119, - 40.08622402160161, + 40.086224021601595, 40.21793205564451 ] }, @@ -201458,33 +143693,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -36.27043860065578, + -36.27043860065805, 529.6335076554137, 799.4415252649778, 438.48527106382517, -143.87716009170163, -617.2338731355785, - -731.533412539116, + -731.5334125390946, -553.2254137195928 ], "relative wind speed": [ - 2.8462509105767806, + 2.84625091057678, 3.0527349848151477, 3.122386457417088, 3.0231627004483945, 2.8012570277001303, 2.574683338526153, - 2.4897566129517337, + 2.4897566129517332, 2.6093433020237273 ], "relative wind angle": [ - 0.1113676170506306, + 0.1113676170506316, 0.06807921201274036, 0.007250752179893536, - 0.0793659308748498, - 0.11316402097930811, + 0.07936593087484982, + 0.1131640209793081, 0.08074512158632313, - 0.009093163531444343, + 0.009093163531419925, 0.09198584742823815 ], "resistance": [ @@ -201494,7 +143729,7 @@ 97072.98527106382, 96490.6228399083, 96017.26612686442, - 95902.96658746089, + 95902.9665874609, 96081.2745862804 ], "fuel": [ @@ -201504,7 +143739,7 @@ 41.3446648528692, 41.044354015198955, 40.80118466814165, - 40.74259251430493, + 40.74259251430494, 40.834017876583744 ] }, @@ -201538,33 +143773,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 131.0338634668551, + 131.03386346685284, 609.7099883213259, - 679.2354539530384, - 253.35012215731467, + 679.2354539530334, + 253.35012215731376, -290.41885820210155, -646.2786915140509, -675.7584375720967, -395.87753221749745 ], "relative wind speed": [ - 2.863073125254279, + 2.8630731252542785, 3.0277674662727327, 3.046014009966668, - 2.909423343517775, + 2.9094233435177754, 2.6839367594491215, 2.4966634573878688, 2.474369192412953, 2.6336210922358214 ], "relative wind angle": [ - 0.1000512207719658, - 0.04577304890976705, - 0.02956709184973502, - 0.09151686466691662, - 0.10675370468945565, + 0.1000512207719669, + 0.04577304890976704, + 0.029567091849738776, + 0.09151686466691783, + 0.10675370468945566, 0.055519279880892426, - 0.03640060810098483, + 0.03640060810098484, 0.10113207586050582 ], "resistance": [ @@ -201605,68 +143840,7 @@ "id": "3848", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.506976656940228, - 7.506976656940228, - 7.506976656940228, - 7.506976656940228, - 7.506976656940228, - 7.506976656940228, - 7.506976656940228, - 7.506976656940228 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -211.98726463408252, - 209.49613541918825, - 540.7179864843897, - 482.46051385888313, - 108.32982221487964, - -298.9290054501423, - -514.980737114271, - -490.0690885622132 - ], - "relative wind speed": [ - 2.0158910984010077, - 2.246346435981359, - 2.382346847407909, - 2.362958839225477, - 2.1963514684050742, - 1.9600266281179428, - 1.7922611952567469, - 1.8177464667834542 - ], - "relative wind angle": [ - 0.1470302427297107, - 0.12195304963064349, - 0.038262495898240656, - 0.06114356538304798, - 0.13487252773452799, - 0.13987738981750594, - 0.050869601101975956, - 0.0795171375156306 - ], - "resistance": [ - 96422.51273536592, - 96843.99613541919, - 97175.2179864844, - 97116.96051385888, - 96742.82982221487, - 96335.57099454985, - 96119.51926288573, - 96144.43091143778 - ], - "fuel": [ - 39.68877414451583, - 39.90589040720546, - 40.0769746211749, - 40.04685362053007, - 39.85371690900435, - 39.644070598784474, - 39.533103307515006, - 39.54588943108123 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -64.53125, -52.34375 -64.375, -52.1875 -64.375, -52.1875 -64.53125, -52.34375 -64.53125))", @@ -201685,68 +143859,7 @@ "id": "3849", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.230423586926625, - 9.230423586926625, - 9.230423586926625, - 9.230423586926625, - 9.230423586926625, - 9.230423586926625, - 9.230423586926625, - 9.230423586926625 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -257.2942673141715, - 269.0278173694578, - 671.0893350989832, - 580.0555546286996, - 109.54527377551813, - -394.6654773131545, - -651.685890739674, - -612.9780938480822 - ], - "relative wind speed": [ - 2.4976114648717944, - 2.730249094750337, - 2.8656481067298043, - 2.8402925609575784, - 2.6655165287347193, - 2.4266811234754315, - 2.265193661215947, - 2.29690652021062 - ], - "relative wind angle": [ - 0.1205638121847699, - 0.09985621877534814, - 0.02950104187466683, - 0.05376676726643748, - 0.11293574725614401, - 0.11239772029002038, - 0.0373243901028282, - 0.06650351299839125 - ], - "resistance": [ - 96377.20573268579, - 96903.52781736941, - 97305.58933509894, - 97214.55555462866, - 96744.04527377547, - 96239.8345226868, - 95982.81410926029, - 96021.52190615187 - ], - "fuel": [ - 40.493204121525466, - 40.76433924796568, - 40.972155944114284, - 40.92504991971778, - 40.68207287435074, - 40.4226068915284, - 40.29070864517388, - 40.3105570671093 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -64.6875, -52.5 -64.53125, -52.34375 -64.53125, -52.34375 -64.6875, -52.5 -64.6875))", @@ -201765,68 +143878,7 @@ "id": "3850", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.959279514821597, - 6.959279514821597, - 6.959279514821597, - 6.959279514821597, - 6.959279514821597, - 6.959279514821597, - 6.959279514821597, - 6.959279514821597 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -97.76796050763892, - 303.65419587767906, - 562.6206649540522, - 386.7324552146513, - -0.7216370118353552, - -359.09769098817605, - -492.40656148729613, - -417.1394857393061 - ], - "relative wind speed": [ - 1.9294277979566417, - 2.150041600641949, - 2.2501497165713102, - 2.18772491385887, - 1.988431788232492, - 1.7475336104036125, - 1.6165948339009786, - 1.7001212619288302 - ], - "relative wind angle": [ - 0.16494921870040113, - 0.11427538311727048, - 0.013286466418864667, - 0.09287068636708405, - 0.1600117054981926, - 0.1407548444438364, - 0.018494036160114715, - 0.11961983562780808 - ], - "resistance": [ - 96536.73203949233, - 96938.15419587765, - 97197.12066495403, - 97021.23245521462, - 96633.77836298813, - 96275.4023090118, - 96142.09343851267, - 96217.36051426067 - ], - "fuel": [ - 39.52547358164635, - 39.73241144174274, - 39.86622989743114, - 39.77531415388185, - 39.575447149785134, - 39.391077257473604, - 39.32261721966168, - 39.361262084811855 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -64.6875, -52.34375 -64.53125, -52.1875 -64.53125, -52.1875 -64.6875, -52.34375 -64.6875))", @@ -201858,9 +143910,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -97.9904603382015, + -97.99046033820309, 327.29730533658744, - 599.0103907380405, + 599.0103907380401, 406.6723327856414, -5.322204675066587, -383.51405357205635, @@ -201868,9 +143920,9 @@ -438.95101775600415 ], "relative wind speed": [ - 1.9753862873307368, + 1.9753862873307364, 2.203177772924794, - 2.3049816542854664, + 2.304981654285466, 2.23833638624064, 2.0305149614426954, 1.7807722183668204, @@ -201878,14 +143930,14 @@ 1.736373293634792 ], "relative wind angle": [ - 0.16737387968653772, + 0.16737387968653908, 0.11484075455497475, - 0.012123675522205076, - 0.0952771512271255, + 0.012123675522205075, + 0.09527715122712552, 0.16278850819724155, - 0.1422485344447326, + 0.14224853444473257, 0.01696879485320733, - 0.12294429665154682 + 0.12294429665154684 ], "resistance": [ 96536.50953966186, @@ -201938,39 +143990,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -27.847722262299158, + -27.847722262300294, 378.5986399429171, - 604.6785265327494, + 604.6785265326926, 358.25800452155454, -51.3689723360726, -395.5849870705774, - -492.821056955307, + -492.8210569553073, -381.46565141745214 ], "relative wind speed": [ - 1.7813037361548596, + 1.7813037361548594, 2.0159604775238305, 2.1015810846264373, 2.0060322332343024, 1.7653814254760505, 1.491816989753436, - 1.3685654981021116, - 1.5051409425964433 + 1.3685654981021114, + 1.5051409425964435 ], "relative wind angle": [ - 0.20723507288998605, + 0.20723507288998766, 0.12603503645783484, - 0.0038717815737136603, + 0.0038717815737996843, 0.1324469598027571, - 0.20913176942741582, - 0.17069405027599535, - 0.00594556164126882, - 0.17692959180828857 + 0.2091317694274158, + 0.17069405027599538, + 0.005945561641268821, + 0.17692959180828918 ], "resistance": [ 96606.65227773771, 97013.09863994294, - 97239.17852653276, + 97239.1785265327, 96992.75800452157, 96583.13102766394, 96238.91501292944, @@ -201980,7 +144032,7 @@ "fuel": [ 39.30195500005658, 39.511592444676076, - 39.62846628650463, + 39.6284662865046, 39.50108651284304, 39.28984199462253, 39.1128126690633, @@ -202018,9 +144070,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -13.002611968124256, + -13.002611968124484, 421.8173389276867, - 650.9556151049637, + 650.9556151049458, 376.60847401911633, -65.13538651697968, -428.99930587560345, @@ -202028,7 +144080,7 @@ -397.6819692017481 ], "relative wind speed": [ - 1.8076994087097775, + 1.8076994087097773, 2.0533436865790544, 2.1383035678581024, 2.0316326833024343, @@ -202038,9 +144090,9 @@ 1.5108268760616843 ], "relative wind angle": [ - 0.2182175753366041, + 0.21821757533660413, 0.12894372455803216, - 0.008394545461483672, + 0.008394545461510123, 0.14294198109743814, 0.22260190173968403, 0.1792155613758835, @@ -202050,7 +144102,7 @@ "resistance": [ 96621.49738803189, 97056.3173389277, - 97285.45561510498, + 97285.45561510496, 97011.10847401913, 96569.36461348303, 96205.5006941244, @@ -202060,7 +144112,7 @@ "fuel": [ 39.324155269301954, 39.54847425439081, - 39.66696730925971, + 39.6669673092597, 39.52511871109003, 39.29730775735476, 39.11020551015268, @@ -202098,9 +144150,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -41.24331222996216, + -41.24331222996261, 359.27020113874505, - 599.0041120204091, + 599.0041120203823, 371.43273796450694, -27.237073720496028, -371.0101075213604, @@ -202112,17 +144164,17 @@ 1.9291023411462977, 2.0245103633609745, 1.9352745472265525, - 1.6936240086615297, + 1.6936240086615295, 1.407677975254385, 1.2666297459306828, 1.39918031414449 ], "relative wind angle": [ - 0.22701868910240197, + 0.22701868910240297, 0.14124777825745738, - 0.0025312859487570637, - 0.1370130278469867, - 0.22565662153607463, + 0.0025312859488009236, + 0.13701302784698674, + 0.22565662153607413, 0.19414228517244456, 0.004045873042794022, 0.19005919982145478 @@ -202130,7 +144182,7 @@ "resistance": [ 96593.25668777004, 96993.77020113874, - 97233.50411202041, + 97233.50411202038, 97005.93273796451, 96607.26292627951, 96263.48989247864, @@ -202140,7 +144192,7 @@ "fuel": [ 39.18879326498231, 39.39534627215159, - 39.51926752119535, + 39.51926752119533, 39.401628079367654, 39.196006496564124, 39.019173842099015, @@ -202178,34 +144230,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 27.61544226554065, + 27.615442265539514, 437.173779607499, - 609.2914355751689, + 609.2914355751655, 320.85668863480305, -106.87108977252001, -438.0623672203146, -512.2947252541398, - -357.33285480146105 + -357.3328548014607 ], "relative wind speed": [ - 1.8392458291386786, + 1.8392458291386784, 2.0634982401583106, 2.1274319708246625, 2.0074097627488556, 1.7492616666655216, 1.4780786891546125, 1.3844763659891617, - 1.5533987391812976 + 1.5533987391812978 ], "relative wind angle": [ - 0.20344599957363357, + 0.20344599957363524, 0.11181474592786902, - 0.021619264425236994, + 0.02161926442524213, 0.14763505831278134, - 0.21407017497873282, + 0.21407017497873285, 0.15641290036493738, - 0.03322439795183974, - 0.19125582787271736 + 0.03322439795183975, + 0.19125582787271794 ], "resistance": [ 96662.11544226555, @@ -202258,7 +144310,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 873.4104327162504, + 873.4104327162468, 880.0139146029842, 257.195776972565, -488.3574681033806, @@ -202268,7 +144320,7 @@ 245.4440628961729 ], "relative wind speed": [ - 4.188892956760692, + 4.188892956760691, 4.190159274186415, 4.041139470154196, 3.819094893900478, @@ -202281,8 +144333,8 @@ 0.02697064564917346, 0.026182302680432343, 0.06639051791972427, - 0.07061201211930049, - 0.030929048516288457, + 0.07061201211930047, + 0.030929048516288454, 0.030045967727259947, 0.07031857047969375, 0.06677869742442412 @@ -202338,9 +144390,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 740.6884714708585, + 740.6884714708422, 999.9022864595845, - 479.8489878451637, + 479.84898784516554, -293.44101152779876, -877.0230143130011, -985.7698237449003, @@ -202350,7 +144402,7 @@ "relative wind speed": [ 4.373248931059294, 4.420699913913443, - 4.313993562141006, + 4.313993562141005, 4.107936835164976, 3.9182869455878033, 3.864672181712277, @@ -202358,17 +144410,17 @@ 4.195608866335115 ], "relative wind angle": [ - 0.03785964631993149, - 0.009938555912190856, - 0.05279768929998801, + 0.03785964631993735, + 0.009938555912190858, + 0.052797689299985906, 0.06773285121805656, - 0.04225810557988671, + 0.042258105579886705, 0.011368518287719918, 0.05718364250535319, - 0.06631539532895214 + 0.06631539532895216 ], "resistance": [ - 97375.1884714709, + 97375.18847147089, 97634.40228645963, 97114.34898784521, 96341.05898847224, @@ -202418,11 +144470,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 847.4149666445628, - 937.2419455913669, - 338.1166366288653, + 847.4149666445483, + 937.2419455913678, + 338.11663662886167, -426.64883764633123, - -922.8125175587693, + -922.8125175587647, -960.660716005089, -564.3393304031706, 178.69222630902004 @@ -202430,7 +144482,7 @@ "relative wind speed": [ 4.026517257690444, 4.044367221793242, - 3.8997441672999242, + 3.899744167299924, 3.6659442536368054, 3.4765653944773462, 3.4557838392817355, @@ -202438,17 +144490,17 @@ 3.8548931110711337 ], "relative wind angle": [ - 0.035063098783153133, - 0.023433610100621855, - 0.07062019352520581, + 0.03506309878315947, + 0.02343361010062185, + 0.07062019352520738, 0.08038954803940347, - 0.04061251244593128, + 0.04061251244592855, 0.02742571186947373, 0.07612571934469348, 0.07644133541217159 ], "resistance": [ - 97481.91496664457, + 97481.91496664456, 97571.74194559138, 96972.61663662888, 96207.85116235368, @@ -202498,11 +144550,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 708.1504789531928, + 708.1504789531782, 878.3495496182531, - 378.71215551446767, + 378.7121555144586, -316.84199638505015, - -810.9706748166236, + -810.9706748166291, -882.4562397102436, -578.9714883572906, 75.41385643550802 @@ -202518,27 +144570,27 @@ 3.903762660711237 ], "relative wind angle": [ - 0.035921347926148255, - 0.014613695067414532, - 0.05793091419235532, - 0.07049949703256778, - 0.040519011376594194, + 0.03592134792615444, + 0.01461369506741453, + 0.05793091419235915, + 0.07049949703256779, + 0.040519011376596935, 0.01679676513052447, 0.06250863926897281, - 0.06833636599428926 + 0.06833636599428927 ], "resistance": [ - 97342.6504789532, + 97342.65047895319, 97512.84954961827, - 97013.21215551448, + 97013.21215551447, 96317.65800361497, - 95823.5293251834, + 95823.52932518338, 95752.04376028977, 96055.52851164273, 96709.91385643552 ], "fuel": [ - 44.13736638599193, + 44.13736638599192, 44.22554320031362, 43.96699706658082, 43.60861706126954, @@ -202578,17 +144630,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 745.8106657475728, + 745.8106657475691, 898.7232420311211, - 368.570567941475, + 368.5705679414623, -355.2346031096131, - -857.6395306050472, + -857.6395306050554, -921.6650070927308, -591.828955793203, 94.98204943240216 ], "relative wind speed": [ - 4.510732747161152, + 4.510732747161151, 4.5379850814712, 4.427426387434747, 4.237184363869629, @@ -202598,13 +144650,13 @@ 4.359674589962307 ], "relative wind angle": [ - 0.02898179492121341, + 0.028981794921213413, 0.01351871130802239, - 0.04913791258680647, + 0.049137912586810994, 0.05813710106996494, - 0.03207389938156737, + 0.03207389938157083, 0.015164034868770934, - 0.052219890099126455, + 0.05221989009912646, 0.056501904595786676 ], "resistance": [ @@ -202645,68 +144697,7 @@ "id": "3861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.170671416544097, - 14.170671416544097, - 14.170671416544097, - 14.170671416544097, - 14.170671416544097, - 14.170671416544097, - 14.170671416544097, - 14.170671416544097 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 848.7155643518508, - 720.9632315864974, - 109.22814314079369, - -545.2288843822389, - -869.1464068270561, - -815.5453083503216, - -348.15230273946236, - 337.2067619595409 - ], - "relative wind speed": [ - 4.190274007871061, - 4.165661583083978, - 4.012338084637026, - 3.8119894175923332, - 3.683507938114774, - 3.711319248786425, - 3.876566791087912, - 4.07374074670424 - ], - "relative wind angle": [ - 0.01623502884632966, - 0.03147532826186432, - 0.06320250633064804, - 0.059662400701713185, - 0.018468834468346917, - 0.03533007670416011, - 0.06541919456491455, - 0.055824769310234015 - ], - "resistance": [ - 97483.21556435183, - 97355.46323158649, - 96743.72814314078, - 96089.27111561774, - 95765.35359317293, - 95818.95469164966, - 96286.34769726053, - 96971.70676195953 - ], - "fuel": [ - 44.52120974130234, - 44.45502775102673, - 44.13896054048377, - 43.802361800046555, - 43.63635495428981, - 43.663798413289335, - 43.90355404063169, - 44.25658824062623 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -64.0625, -50.9375 -63.90625, -50.78125 -63.90625, -50.78125 -64.0625, -50.9375 -64.0625))", @@ -202738,51 +144729,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 684.0339696429937, + 684.0339696429646, 516.812883270064, - 20.283195154180248, + 20.283195154172063, -473.87701974297033, - -682.9930484546649, + -682.9930484546821, -612.9673279698463, - -215.2172541580694, - 319.3976318387322 + -215.21725415807305, + 319.39763183873583 ], "relative wind speed": [ - 3.861042334727728, + 3.861042334727727, 3.82596671733629, 3.6874700635332482, 3.5207174598554425, - 3.425810146155799, + 3.4258101461557993, 3.464938923833828, 3.6119783496873086, - 3.7747015293838526 + 3.774701529383852 ], "relative wind angle": [ - 0.009793664200828483, - 0.03323908071004754, - 0.05905251845169794, + 0.009793664200839818, + 0.033239080710047546, + 0.05905251845170171, 0.05132573034746071, - 0.011037948350316665, + 0.011037948350326723, 0.03670389472357626, - 0.06028822053933256, - 0.047869498216636164 + 0.0602882205393344, + 0.04786949821663384 ], "resistance": [ - 97318.53396964303, + 97318.533969643, 97151.3128832701, 96654.78319515422, 96160.62298025707, - 95951.50695154538, + 95951.50695154537, 96021.5326720302, 96419.28274584198, 96953.89763183877 ], "fuel": [ - 43.56258683537706, + 43.56258683537705, 43.476072840499896, 43.219799951744434, 42.96566085161116, - 42.85838927156319, + 42.85838927156318, 42.894292689726754, 43.09857231129777, 43.374071432629314 @@ -202818,19 +144809,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 564.878798118385, + 564.8787981183832, 381.37649048869935, - -28.374496078663924, + -28.374496078668017, -409.4398524414164, -544.2361919508708, -467.28917229187664, - -126.21173955577979, + -126.21173955578251, 299.2409193717385 ], "relative wind speed": [ - 3.2954655322383437, + 3.2954655322383433, 3.2503229606104047, - 3.1127352089816083, + 3.1127352089816087, 2.957448244652508, 2.8790471492360785, 2.929915734867498, @@ -202839,22 +144830,22 @@ ], "relative wind angle": [ 0.005633034537074077, - 0.04126992750904302, - 0.06694066223126635, - 0.054247362517897885, + 0.04126992750904303, + 0.06694066223126967, + 0.05424736251789789, 0.006447793540706156, 0.04578608952323072, - 0.06774810102235035, + 0.06774810102235199, 0.04973852042776021 ], "resistance": [ 97199.3787981184, 97015.8764904887, - 96606.12550392136, + 96606.12550392134, 96225.0601475586, 96090.26380804915, 96167.21082770814, - 96508.28826044424, + 96508.28826044423, 96933.74091937175 ], "fuel": [ @@ -202885,68 +144876,7 @@ "id": "3864", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.123367673961054, - 13.123367673961054, - 13.123367673961054, - 13.123367673961054, - 13.123367673961054, - 13.123367673961054, - 13.123367673961054, - 13.123367673961054 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 804.0314930204886, - 498.90993435898963, - -85.34149941952819, - -603.3039068197932, - -758.9216312653907, - -631.0197494582635, - -132.2110943204989, - 459.5573054507422 - ], - "relative wind speed": [ - 3.8937049116924287, - 3.830080052305119, - 3.6613450684914572, - 3.4798295754192177, - 3.397076375168548, - 3.468652855360484, - 3.646315692243241, - 3.819928266879331 - ], - "relative wind angle": [ - 0.0019344318595044807, - 0.04446779203196051, - 0.06787274923109268, - 0.052011936175357217, - 0.002217232548000615, - 0.0491048049874674, - 0.06815294003690316, - 0.04737753299065776 - ], - "resistance": [ - 97438.53149302052, - 97133.40993435902, - 96549.1585005805, - 96031.19609318023, - 95875.57836873464, - 96003.48025054176, - 96502.28890567952, - 97094.05730545077 - ], - "fuel": [ - 43.6308830242878, - 43.47296647634244, - 43.17155221221614, - 42.90539852046609, - 42.82562976267921, - 42.891184942256345, - 43.147427307493174, - 43.452624630268716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -63.90625, -50.46875 -63.75, -50.3125 -63.75, -50.3125 -63.90625, -50.46875 -63.90625))", @@ -202965,68 +144895,7 @@ "id": "3865", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.728041528864669, - 11.728041528864669, - 11.728041528864669, - 11.728041528864669, - 11.728041528864669, - 11.728041528864669, - 11.728041528864669, - 11.728041528864669 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 867.4760207862846, - 590.8629963356698, - -29.797844421480477, - -607.7705807167454, - -816.4354597181905, - -699.7537358414479, - -184.8391448063121, - 460.0790091669296 - ], - "relative wind speed": [ - 3.557601340170608, - 3.494791884240497, - 3.2994267899531846, - 3.0744126700789467, - 2.958225120699285, - 3.032169659858557, - 3.243671687772859, - 3.4576885189932947 - ], - "relative wind angle": [ - 0.007869224617822764, - 0.05500202782311597, - 0.09095911226966888, - 0.07544041643021805, - 0.009463679015361154, - 0.0634042764325828, - 0.09252703700246774, - 0.06706469388415758 - ], - "resistance": [ - 97501.97602078629, - 97225.36299633567, - 96604.70215557852, - 96026.72941928325, - 95818.0645402818, - 95934.74626415856, - 96449.66085519368, - 97094.57900916693 - ], - "fuel": [ - 42.6206931701399, - 42.47745132218513, - 42.15708318802009, - 41.86003841366578, - 41.75310204951421, - 41.812879011698115, - 42.07727887081782, - 42.40982500836496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -64.0625, -50.625 -63.90625, -50.46875 -63.90625, -50.46875 -64.0625, -50.625 -64.0625))", @@ -203045,68 +144914,7 @@ "id": "3866", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.756343962714192, - 10.756343962714192, - 10.756343962714192, - 10.756343962714192, - 10.756343962714192, - 10.756343962714192, - 10.756343962714192, - 10.756343962714192 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 597.2191152389287, - 232.67906154063894, - -247.9153019156024, - -571.3546921755656, - -605.2842669870424, - -371.4655374948643, - 89.63879196334756, - 516.6615383099524 - ], - "relative wind speed": [ - 3.2224606688033948, - 3.11363336569937, - 2.9309240328776283, - 2.7781293034783303, - 2.7547708133164543, - 2.8772038961270425, - 3.0631192124018547, - 3.202344854796252 - ], - "relative wind angle": [ - 0.02057576496897955, - 0.06822903335376758, - 0.07989010970795425, - 0.04267229161650737, - 0.02406963107663065, - 0.07384546478786598, - 0.07643540545026434, - 0.03701669987497369 - ], - "resistance": [ - 97231.71911523891, - 96867.17906154062, - 96386.58469808438, - 96063.14530782442, - 96029.21573301294, - 96263.03446250512, - 96724.13879196333, - 97151.16153830994 - ], - "fuel": [ - 41.830113183048816, - 41.64176525527439, - 41.3942109061127, - 41.2280909872874, - 41.21068716531727, - 41.33070900385735, - 41.56799532190355, - 41.788448711676395 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -64.0625, -50.46875 -63.90625, -50.3125 -63.90625, -50.3125 -64.0625, -50.46875 -64.0625))", @@ -203125,68 +144933,7 @@ "id": "3867", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.767911512365698, - 9.767911512365698, - 9.767911512365698, - 9.767911512365698, - 9.767911512365698, - 9.767911512365698, - 9.767911512365698, - 9.767911512365698 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 735.4062643767247, - 409.20136002495246, - -124.72921333945169, - -563.0939855303513, - -671.6297335137597, - -514.0313128671778, - -42.22887032076869, - 479.0555532104295 - ], - "relative wind speed": [ - 3.013935103137336, - 2.9218515284808126, - 2.712073966482715, - 2.4961000450698827, - 2.412806888510836, - 2.5235343335653546, - 2.747743926841713, - 2.9453228095016906 - ], - "relative wind angle": [ - 0.005953740458656542, - 0.07715917064362186, - 0.11105504123182135, - 0.08014958029000539, - 0.0074370836944660694, - 0.08936834402174214, - 0.10960753539969521, - 0.06790458006931514 - ], - "resistance": [ - 97369.90626437675, - 97043.70136002498, - 96509.77078666058, - 96071.40601446969, - 95962.87026648626, - 96120.46868713284, - 96592.27112967925, - 97113.55555321046 - ], - "fuel": [ - 41.303626680896684, - 41.134894480893685, - 40.85956890119108, - 40.634315585272105, - 40.57865503316163, - 40.65949085598248, - 40.902041572565, - 41.170993826618144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -64.21875, -50.625 -64.0625, -50.46875 -64.0625, -50.46875 -64.21875, -50.625 -64.21875))", @@ -203218,9 +144965,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 597.7634892069582, + 597.7634892054562, 355.45781338628876, - -72.11851767805501, + -72.11851767805638, -440.5941022734455, -542.0413919532011, -439.26988018071825, @@ -203228,7 +144975,7 @@ 357.34144559874903 ], "relative wind speed": [ - 2.8438196575954593, + 2.843819657595459, 2.774685901850199, 2.600932036368879, 2.415026239629592, @@ -203238,17 +144985,17 @@ 2.77535521102672 ], "relative wind angle": [ - 0.00017838467628735944, + 0.000178384677532111, 0.06513484417480649, - 0.09816129721991368, + 0.0981612972199148, 0.07455417852343148, 0.00021734791465552426, 0.0748282049314204, 0.09812308215184111, - 0.06486006973796171 + 0.06486006973796173 ], "resistance": [ - 97232.26348920699, + 97232.26348920549, 96989.95781338631, 96562.38148232197, 96193.90589772658, @@ -203258,7 +145005,7 @@ 96991.84144559878 ], "fuel": [ - 40.982635382487494, + 40.98263538248672, 40.85738703618651, 40.63690477517477, 40.447443902602195, @@ -203285,68 +145032,7 @@ "id": "3869", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.058035307408801, - 9.058035307408801, - 9.058035307408801, - 9.058035307408801, - 9.058035307408801, - 9.058035307408801, - 9.058035307408801, - 9.058035307408801 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 673.9497562807856, - 474.1963733421135, - -0.7861819067388751, - -449.57550906659435, - -621.6650186792494, - -536.8827749041106, - -147.45684782025364, - 349.80612599691267 - ], - "relative wind speed": [ - 2.8151586171393337, - 2.7581255407220597, - 2.568017034312422, - 2.3410720075054403, - 2.21756561054741, - 2.2881124925040273, - 2.4996007257595325, - 2.713318472352775 - ], - "relative wind angle": [ - 0.01223713100879042, - 0.06783074370453167, - 0.11662828685688927, - 0.10083405353729431, - 0.015535049122676853, - 0.08179269211549786, - 0.11983566843853619, - 0.08696260850658528 - ], - "resistance": [ - 97308.44975628078, - 97108.69637334211, - 96633.71381809327, - 96184.92449093341, - 96012.83498132075, - 96097.61722509589, - 96487.04315217974, - 96984.30612599691 - ], - "fuel": [ - 40.88203527065061, - 40.77870985679505, - 40.53361432748891, - 40.30280608768387, - 40.214500820197294, - 40.25799184269154, - 40.45810050417125, - 40.71444216469592 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -64.375, -50.625 -64.21875, -50.46875 -64.21875, -50.46875 -64.375, -50.625 -64.375))", @@ -203378,11 +145064,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 593.2718360215799, + 593.271836021564, 450.1758403078047, - 29.81996683106263, + 29.81996683106172, -386.54693711771824, - -565.3788312543261, + -565.3788312543184, -504.7795528884135, -169.1361618619544, 281.90908930350224 @@ -203390,37 +145076,37 @@ "relative wind speed": [ 2.7975169969519635, 2.75640912389871, - 2.591299160393642, + 2.5912991603936417, 2.3863041581432025, - 2.265914129244997, + 2.2659141292449965, 2.3157454374423776, 2.499127217788332, 2.6955557226990696 ], "relative wind angle": [ - 0.016565276911321744, + 0.01656527691133515, 0.056340327342464525, - 0.10277278557702584, - 0.09263902536861172, - 0.020452123246612594, + 0.10277278557702582, + 0.09263902536861174, + 0.020452123246601735, 0.06707615464402246, 0.10657737317756996, 0.08198544041818417 ], "resistance": [ - 97227.77183602161, + 97227.7718360216, 97084.67584030783, - 96664.3199668311, + 96664.31996683108, 96247.95306288231, - 96069.1211687457, + 96069.12116874571, 96129.72044711161, 96465.36383813807, 96916.40908930353 ], "fuel": [ - 40.869080768616904, + 40.86908076861688, 40.79509010679033, - 40.578177315863805, + 40.5781773158638, 40.36397109619323, 40.27216637211928, 40.30326214602147, @@ -203458,11 +145144,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 579.7613555583234, + 579.7613555583152, 521.3339949088745, - 113.65209283118975, - -335.26609699498704, - -574.337658502971, + 113.65209283118838, + -335.2660969949861, + -574.3376585029732, -549.5380935492585, -246.80325386092454, 216.28970176096118 @@ -203471,37 +145157,37 @@ 2.7664997913405993, 2.7496335421887474, 2.595091185584248, - 2.3789522137521235, + 2.378952213752123, 2.2282281595708806, 2.2490080502885648, 2.425700633857186, 2.638012166627759 ], "relative wind angle": [ - 0.030797350952482806, + 0.030797350952490015, 0.0473633946246858, - 0.10395782748416971, - 0.10556016133215726, - 0.03824032211231726, + 0.10395782748417078, + 0.10556016133215516, + 0.038240322112320174, 0.057917134674001176, 0.11124646995845835, - 0.09516073283583183 + 0.09516073283583182 ], "resistance": [ - 97214.26135555835, + 97214.26135555834, 97155.8339949089, 96748.15209283122, - 96299.23390300504, + 96299.23390300505, 96060.16234149705, 96084.96190645077, 96387.6967461391, 96850.789701761 ], "fuel": [ - 40.795187495022056, + 40.79518749502205, 40.76497018677621, 40.554479880868726, - 40.32341431286875, + 40.323414312868756, 40.200666268894594, 40.21338938191517, 40.368888265328806, @@ -203525,68 +145211,7 @@ "id": "3872", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.693263172709901, - 9.693263172709901, - 9.693263172709901, - 9.693263172709901, - 9.693263172709901, - 9.693263172709901, - 9.693263172709901, - 9.693263172709901 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 715.3803442916555, - 642.0482198782283, - 140.48141948930788, - -410.4895217994813, - -703.5460630179036, - -672.3758878449416, - -299.746930211209, - 269.0308676078498 - ], - "relative wind speed": [ - 3.0011239997533363, - 2.9816353701170994, - 2.805961824409978, - 2.5597162753589533, - 2.3875324135288714, - 2.4118264463292385, - 2.614122133240963, - 2.8556801076466782 - ], - "relative wind angle": [ - 0.03217419057277158, - 0.049930623382153844, - 0.10962776180222635, - 0.11170710101709524, - 0.040446950450018886, - 0.06174061447898495, - 0.11770896032889462, - 0.10008864431253951 - ], - "resistance": [ - 97349.88034429168, - 97276.54821987826, - 96774.98141948934, - 96224.01047820055, - 95930.95393698213, - 95962.12411215508, - 96334.75306978881, - 96903.53086760789 - ], - "fuel": [ - 41.2507075427059, - 41.21274685493944, - 40.95364513843451, - 40.670100951058345, - 40.5197465171037, - 40.53572337678459, - 40.72700130706009, - 41.01996259746427 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -64.21875, -50.15625 -64.0625, -50 -64.0625, -50 -64.21875, -50.15625 -64.21875))", @@ -203605,68 +145230,7 @@ "id": "3873", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.39305373262848, - 10.39305373262848, - 10.39305373262848, - 10.39305373262848, - 10.39305373262848, - 10.39305373262848, - 10.39305373262848, - 10.39305373262848 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 752.2487070127208, - 1018.4380449091905, - 505.9480807050131, - -247.75790651534498, - -819.874554224728, - -933.3163939056935, - -647.2805944202764, - 41.62749988398127 - ], - "relative wind speed": [ - 3.215380119472, - 3.2803027590820095, - 3.1390334503769157, - 2.8547026495126304, - 2.577998118571505, - 2.4948662130088146, - 2.670433037817796, - 2.9724428329102577 - ], - "relative wind angle": [ - 0.07338299597762472, - 0.01811295785011452, - 0.10204428971908076, - 0.1380365095242965, - 0.09157194474017738, - 0.023816248537532666, - 0.12003069402627056, - 0.13253588317439777 - ], - "resistance": [ - 97386.74870701278, - 97652.93804490924, - 97140.44808070507, - 96386.74209348472, - 95814.62544577532, - 95701.18360609436, - 95987.21940557979, - 96676.12749988404 - ], - "fuel": [ - 41.683086966690695, - 41.82108568242181, - 41.55563386709198, - 41.16701618858535, - 40.87343888312948, - 40.81537176090667, - 40.961875867829136, - 41.31597594834109 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -64.375, -50.3125 -64.21875, -50.15625 -64.21875, -50.15625 -64.375, -50.3125 -64.375))", @@ -203698,17 +145262,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 631.6039719078913, + 631.6039719078863, 580.3046157750564, - 140.42366655143906, + 140.42366655143815, -349.1177411715744, - -616.6931337725264, + -616.693133772528, -594.8256385716493, -272.0629590169606, 229.9631029587199 ], "relative wind speed": [ - 2.7123202286344603, + 2.71232022863446, 2.697288916183532, 2.5276056028565965, 2.283920709269848, @@ -203718,17 +145282,17 @@ 2.566144637225104 ], "relative wind angle": [ - 0.03737280972896676, + 0.03737280972896974, 0.052708077874093, - 0.11988934286760301, + 0.11988934286760394, 0.1252988215272384, - 0.04808850094881238, + 0.048088500948814686, 0.06684494259653827, 0.13030940028881935, - 0.11145754092255082 + 0.11145754092255084 ], "resistance": [ - 97266.10397190793, + 97266.10397190791, 97214.80461577508, 96774.92366655146, 96285.38225882845, @@ -203765,68 +145329,7 @@ "id": "3875", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.863355439835328, - 8.863355439835328, - 8.863355439835328, - 8.863355439835328, - 8.863355439835328, - 8.863355439835328, - 8.863355439835328, - 8.863355439835328 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 547.4572131173582, - 780.9361388300949, - 410.44536679054136, - -157.07497181124518, - -602.8928522136607, - -702.4447225871697, - -506.9386836466256, - 3.7055942796628187 - ], - "relative wind speed": [ - 2.7455902233381684, - 2.812082606494281, - 2.6960064106484776, - 2.448411499855654, - 2.198351258592717, - 2.1126299592921245, - 2.2588854252459614, - 2.5251326812706103 - ], - "relative wind angle": [ - 0.08018804754104795, - 0.013778785086844901, - 0.10207699487950667, - 0.14334651583111854, - 0.10020972069775216, - 0.018341133565087445, - 0.12192046106811062, - 0.1389625088834435 - ], - "resistance": [ - 97181.9572131174, - 97415.43613883013, - 97044.94536679059, - 96477.4250281888, - 96031.60714778639, - 95932.05527741287, - 96127.56131635341, - 96638.2055942797 - ], - "fuel": [ - 40.71549542829206, - 40.836344179834796, - 40.64467250486416, - 40.3520589333621, - 40.12303568566653, - 40.071995428124666, - 40.17226630371583, - 40.434835746770744 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -64.53125, -50.3125 -64.375, -50.15625 -64.375, -50.15625 -64.53125, -50.3125 -64.53125))", @@ -203858,34 +145361,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 566.3987887962978, + 566.3987887962942, 486.83853165628466, - 94.35703378998573, + 94.35703378998437, -322.82805418876865, -534.8697892432631, -500.86469393887455, -204.0000219001745, - 232.6022348907852 + 232.60223489078567 ], "relative wind speed": [ - 2.4329513063981993, + 2.432951306398199, 2.406979893718475, 2.2337071355194102, 1.994485329161663, 1.8307467110903006, 1.864760941972899, 2.0691636020871638, - 2.300633358714845 + 2.3006333587148444 ], "relative wind angle": [ - 0.03415942899821265, + 0.034159428998215904, 0.06415826328865326, - 0.13531653884460404, + 0.13531653884460568, 0.13671714021429696, 0.04540257786246939, - 0.08285159718870588, + 0.0828515971887059, 0.14615151416372135, - 0.11843180025133149 + 0.11843180025132961 ], "resistance": [ 97200.89878879632, @@ -203925,68 +145428,7 @@ "id": "3877", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.38113323570528, - 8.38113323570528, - 8.38113323570528, - 8.38113323570528, - 8.38113323570528, - 8.38113323570528, - 8.38113323570528, - 8.38113323570528 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 561.263899357144, - 692.1870950729558, - 308.7286228219068, - -215.0507481353843, - -587.4554861266913, - -643.3972492858743, - -410.63754450221336, - 81.19438059747154 - ], - "relative wind speed": [ - 2.624043656584262, - 2.6631707039155597, - 2.5275167241690943, - 2.277205970773826, - 2.0466965826477495, - 1.9955184326104278, - 2.164770477932385, - 2.4267066118000566 - ], - "relative wind angle": [ - 0.06971202413001186, - 0.028359653881029383, - 0.11482138184204618, - 0.14720439095622373, - 0.0894236583365878, - 0.037852074273451164, - 0.1341695667731026, - 0.13807563420844368 - ], - "resistance": [ - 97195.76389935717, - 97326.68709507298, - 96943.22862282193, - 96419.44925186464, - 96047.04451387333, - 95991.10275071416, - 96223.86245549782, - 96715.6943805975 - ], - "fuel": [ - 40.48298199410685, - 40.550729618740014, - 40.3524850491581, - 40.08257994810162, - 39.89129959240164, - 39.86261049033235, - 39.98205525068424, - 40.235110552618195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -64.6875, -50.3125 -64.53125, -50.15625 -64.53125, -50.15625 -64.6875, -50.3125 -64.6875))", @@ -204018,9 +145460,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 690.5123019904854, + 690.5123019904781, 533.776819263504, - 50.31994156095061, + 50.3199415609497, -432.11097178874206, -645.69322389591, -578.9821501183246, @@ -204028,9 +145470,9 @@ 324.3571916212204 ], "relative wind speed": [ - 2.7860969427860147, + 2.7860969427860143, 2.7410951784151005, - 2.5496055616697757, + 2.5496055616697753, 2.3057454315337638, 2.1575703655094265, 2.2144623003328694, @@ -204038,17 +145480,17 @@ 2.6647671683821144 ], "relative wind angle": [ - 0.02119077805027139, + 0.02119077805027663, 0.0659111674726977, - 0.12360985898364903, + 0.12360985898364901, 0.11475972861160955, 0.027365277711726255, 0.08161737235645601, - 0.12959453400059165, - 0.09924326988053704 + 0.12959453400059162, + 0.09924326988053706 ], "resistance": [ - 97325.01230199051, + 97325.0123019905, 97168.27681926353, 96684.81994156099, 96202.38902821128, @@ -204058,7 +145500,7 @@ 96958.85719162125 ], "fuel": [ - 40.80630122347892, + 40.80630122347891, 40.725205255455705, 40.475637334246734, 40.22746598758941, @@ -204085,68 +145527,7 @@ "id": "3879", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.207683587342167, - 9.207683587342167, - 9.207683587342167, - 9.207683587342167, - 9.207683587342167, - 9.207683587342167, - 9.207683587342167, - 9.207683587342167 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 693.2630174105707, - 607.2122267652512, - 122.47199963768753, - -400.96795230589896, - -672.1108451519963, - -635.4803237696578, - -271.38801906696835, - 272.9705900617196 - ], - "relative wind speed": [ - 2.870110321482802, - 2.8462149746451892, - 2.6669308987679594, - 2.418941517940526, - 2.2485620496784575, - 2.2787331714884433, - 2.4861705753895937, - 2.728055439597935 - ], - "relative wind angle": [ - 0.03172764624903439, - 0.054665443406721234, - 0.11686952874477372, - 0.11779112641720771, - 0.040502091167744586, - 0.06829807557298759, - 0.12540996667269358, - 0.10439245082328119 - ], - "resistance": [ - 97327.7630174106, - 97241.71222676527, - 96756.97199963771, - 96233.53204769413, - 95962.38915484803, - 95999.01967623037, - 96363.11198093306, - 96907.47059006176 - ], - "fuel": [ - 40.971439170064826, - 40.92690372853886, - 40.676542021436774, - 40.4071742738469, - 40.26804210857476, - 40.28682242830533, - 40.47376252665916, - 40.754178898271746 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -64.84375, -50.3125 -64.6875, -50.15625 -64.6875, -50.15625 -64.84375, -50.3125 -64.84375))", @@ -204178,7 +145559,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 733.6166609858342, + 733.6166609858242, 574.3319715217349, 55.030661275568946, -469.2123776010617, @@ -204188,7 +145569,7 @@ 335.5470226779198 ], "relative wind speed": [ - 3.1171947980392933, + 3.117194798039293, 3.076169905996629, 2.8945819842924334, 2.6644649381948793, @@ -204198,17 +145579,17 @@ 2.998668597878228 ], "relative wind angle": [ - 0.018934604361822902, + 0.01893460436182877, 0.05456430989114523, 0.10253494096204996, - 0.09443002920523869, + 0.0944300292052387, 0.023378211958615995, - 0.06520809431901847, - 0.10688535608258902, - 0.08387941992608484 + 0.06520809431901846, + 0.10688535608258903, + 0.08387941992608486 ], "resistance": [ - 97368.1166609858, + 97368.11666098579, 97208.83197152171, 96689.53066127554, 96165.28762239892, @@ -204218,7 +145599,7 @@ 96970.04702267789 ], "fuel": [ - 41.528201992761566, + 41.52820199276155, 41.44576225569115, 41.17764714911756, 40.90799846783604, @@ -204245,68 +145626,7 @@ "id": "3881", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.273541792718444, - 10.273541792718444, - 10.273541792718444, - 10.273541792718444, - 10.273541792718444, - 10.273541792718444, - 10.273541792718444, - 10.273541792718444 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 739.0844859322974, - 654.7483249775019, - 133.97849974948576, - -434.2431027787047, - -731.6911667051168, - -695.9231179280573, - -306.3752471506177, - 282.29768759814624 - ], - "relative wind speed": [ - 3.1551089066411704, - 3.1337377713296064, - 2.959985435788391, - 2.7200268707784456, - 2.5553507682616634, - 2.5815145442480203, - 2.7790314826468805, - 3.014296532172163 - ], - "relative wind angle": [ - 0.02883854831961283, - 0.04718980563757951, - 0.10153741975037683, - 0.10182386576382618, - 0.03560974105131898, - 0.057294468958470235, - 0.10817403868747326, - 0.09185376121667879 - ], - "resistance": [ - 97373.58448593228, - 97289.24832497748, - 96768.47849974947, - 96200.25689722128, - 95902.80883329487, - 95938.57688207192, - 96328.12475284937, - 96916.79768759813 - ], - "fuel": [ - 41.6034026969426, - 41.55974001043864, - 41.29071230133921, - 40.998322455278625, - 40.84574364519962, - 40.86407379150959, - 41.06401466969158, - 41.36723065086109 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -65, -50.3125 -64.84375, -50.15625 -64.84375, -50.15625 -65, -50.3125 -65))", @@ -204338,21 +145658,21 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 820.8682925696476, + 820.8682925696448, 782.5526592977885, - 202.1383974730843, + 202.1383974730852, -464.1588298611714, - -840.9684652556166, + -840.9684652556193, -824.7641454807904, -405.7775891039246, 269.79918112762516 ], "relative wind speed": [ - 3.5560996677253, + 3.556099667725299, 3.547479152740637, - 3.3801547053298733, + 3.380154705329873, 3.1380533776534207, - 2.9622319277009193, + 2.9622319277009197, 2.9725501679798887, 3.161521312330981, 3.401952944895718 @@ -204360,12 +145680,12 @@ "relative wind angle": [ 0.03087327393029933, 0.03734909299832615, - 0.08801009698937741, + 0.08801009698937615, 0.09181123332919493, - 0.0370653413893099, + 0.0370653413893129, 0.044577282208949465, 0.09411383510866575, - 0.08467137101790649 + 0.08467137101790648 ], "resistance": [ 97455.36829256966, @@ -204418,19 +145738,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 819.9276072212106, + 819.9276072212006, 786.7515048396444, - 208.14378337349626, + 208.1437833734899, -458.54909131848035, - -838.2760827588559, + -838.27608275886, -824.232889444053, - -408.07420983363954, + -408.0742098336382, 266.6562418619478 ], "relative wind speed": [ - 3.501493931524142, + 3.501493931524141, 3.493920893828778, - 3.3247366822394566, + 3.324736682239456, 3.078213891438354, 2.897708007534802, 2.906834745405801, @@ -204438,27 +145758,27 @@ 3.343915472614049 ], "relative wind angle": [ - 0.03239536557129593, + 0.03239536557129936, 0.038193138950671106, - 0.09098515828892396, + 0.09098515828892764, 0.09559067556826258, - 0.039148634387375425, + 0.03914863438737826, 0.04591187963888353, - 0.09763566125083192, + 0.09763566125083079, 0.08797469788269442 ], "resistance": [ - 97454.42760722121, + 97454.4276072212, 97421.25150483965, 96842.6437833735, 96175.95090868152, - 95796.22391724115, + 95796.22391724114, 95810.26711055594, 96226.42579016637, 96901.15624186194 ], "fuel": [ - 42.44550157447147, + 42.445501574471464, 42.428312438243886, 42.12918394904089, 41.78606188538788, @@ -204498,9 +145818,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 252.42153162649583, + 252.42153162649333, 60.645243620725296, - -153.56522878040755, + -153.5652287804087, -270.8094349289928, -261.6196076518406, -120.96616081986349, @@ -204508,7 +145828,7 @@ 274.0296145236978 ], "relative wind speed": [ - 1.842402465284252, + 1.8424024652842517, 1.73440631885145, 1.5799421805988692, 1.4691817708724975, @@ -204518,12 +145838,12 @@ 1.8516974611607075 ], "relative wind angle": [ - 0.048667698020179034, + 0.0486676980201836, 0.11058284834496174, - 0.11484977780221908, + 0.11484977780222198, 0.04401750633812374, - 0.060564304951321694, - 0.11946797232578779, + 0.0605643049513217, + 0.1194679723257878, 0.10316514931551835, 0.03492037924270278 ], @@ -204565,68 +145885,7 @@ "id": "3885", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.09070651601243, - 6.09070651601243, - 6.09070651601243, - 6.09070651601243, - 6.09070651601243, - 6.09070651601243, - 6.09070651601243, - 6.09070651601243 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 315.41532999557967, - 88.7126393897629, - -171.29032399612083, - -320.7494845599076, - -315.67010729723256, - -153.4957243718809, - 109.40691560899063, - 327.3076705186452 - ], - "relative wind speed": [ - 1.9125269922923696, - 1.7906891567110563, - 1.608507122577003, - 1.470613289023254, - 1.476994439066167, - 1.622561066128706, - 1.80332384942315, - 1.9174380363984345 - ], - "relative wind angle": [ - 0.05137735532662474, - 0.12524995584160661, - 0.1360350461487212, - 0.057693297679362564, - 0.06654722857274054, - 0.13830762519940473, - 0.1212619742768874, - 0.04423878850806569 - ], - "resistance": [ - 96949.91532999558, - 96723.21263938976, - 96463.20967600388, - 96313.75051544009, - 96318.82989270276, - 96481.00427562812, - 96743.906915609, - 96961.80767051864 - ], - "fuel": [ - 39.426826688337464, - 39.309875159748316, - 39.175980105002424, - 39.09912621738131, - 39.10173673627442, - 39.185135862048085, - 39.320543004385144, - 39.43296699569879 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.5 -67.8125, -57.5 -67.65625, -57.34375 -67.65625, -57.34375 -67.8125, -57.5 -67.8125))", @@ -204658,9 +145917,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 335.12116486396553, + 335.1211648639651, 141.95698794511145, - -117.1757790162635, + -117.17577901626419, -297.1700195156852, -320.69707283175785, -200.43512990336308, @@ -204668,9 +145927,9 @@ 279.8413689739757 ], "relative wind speed": [ - 1.9794546045583912, + 1.979454604558391, 1.8864720084972084, - 1.7212379721815172, + 1.721237972181517, 1.5745119993178545, 1.5463926623664197, 1.6585518258060634, @@ -204678,14 +145937,14 @@ 1.9571619150525619 ], "relative wind angle": [ - 0.02754490320072113, + 0.027544903200721133, 0.10181220985774568, 0.12619535579764546, 0.07287152541852338, 0.03526160691420178, - 0.11586245637907369, + 0.1158624563790737, 0.11869410064867973, - 0.058605891759192466 + 0.05860589175919247 ], "resistance": [ 96969.62116486396, @@ -204738,19 +145997,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 368.00230169453766, - 110.05940834686544, - -189.29342798019684, + 368.00230169453584, + 110.05940834686521, + -189.29342798019798, -365.01271008622746, - -362.34572335462633, - -180.00588290693463, + -362.34572335462576, + -180.00588290693486, 120.8698622942311, 374.23436493163354 ], "relative wind speed": [ - 2.001343454517592, + 2.0013434545175914, 1.8694937724594922, - 1.6682538364987851, + 1.668253836498785, 1.5121540362319326, 1.5154022583180933, 1.6753544885161347, @@ -204758,12 +146017,12 @@ 2.0037988417412205 ], "relative wind angle": [ - 0.052381917967258225, - 0.13208414753901873, - 0.14643077809729305, + 0.05238191796726035, + 0.13208414753901876, + 0.1464307780972938, 0.06486887269151846, - 0.06920271946601257, - 0.1474960196189772, + 0.06920271946601096, + 0.14749601961897724, 0.13012885894818393, 0.048938088479208955 ], @@ -204805,68 +146064,7 @@ "id": "3888", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.346820132017865, - 6.346820132017865, - 6.346820132017865, - 6.346820132017865, - 6.346820132017865, - 6.346820132017865, - 6.346820132017865, - 6.346820132017865 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 442.32812652208895, - 186.82141701789806, - -149.07333241877132, - -379.8167247274155, - -408.3829785421161, - -247.7999645256407, - 71.764882727761, - 375.7209267072044 - ], - "relative wind speed": [ - 2.045783422108813, - 1.9258100429131384, - 1.711756785517917, - 1.5183686615486012, - 1.4834630444589476, - 1.6361992828092642, - 1.8589731363535145, - 2.0200121341412194 - ], - "relative wind angle": [ - 0.036444795008345056, - 0.1310739930931445, - 0.16515273992846669, - 0.09649229373478371, - 0.05026957559938594, - 0.15444628567537677, - 0.15196779830411603, - 0.07248064714861009 - ], - "resistance": [ - 97076.82812652206, - 96821.32141701787, - 96485.4266675812, - 96254.68327527256, - 96226.11702145786, - 96386.70003547434, - 96706.26488272773, - 97010.22092670717 - ], - "fuel": [ - 39.579112552771065, - 39.44719461862886, - 39.27414198659084, - 39.15550648616599, - 39.14083307899037, - 39.22335795916662, - 39.38787033578803, - 39.54469989319003 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.03125 -67.65625, -57.03125 -67.5, -56.875 -67.5, -56.875 -67.65625, -57.03125 -67.65625))", @@ -204898,51 +146096,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 613.3538512465252, + 613.3538512465084, 343.2176738622984, - -96.86970162275475, + -96.8697016227552, -458.1257194470925, - -548.799072985142, + -548.7990729851276, -418.27861233474914, -30.021498213819086, 400.0503431711204 ], "relative wind speed": [ - 2.5665224742786448, + 2.5665224742786443, 2.4771744756474843, 2.2716532668846154, 2.056891301709747, - 1.9728467219963741, + 1.972846721996374, 2.083931000937848, 2.3062422324035405, 2.499671972963651 ], "relative wind angle": [ - 0.00679593575418986, + 0.006795935754206197, 0.0898341171156248, - 0.1310491226138663, - 0.09620063043948603, - 0.00884103900026722, + 0.13104912261386714, + 0.09620063043948604, + 0.008841039000242105, 0.10684566380333235, 0.12907257778032166, 0.079120564621886 ], "resistance": [ - 97247.85385124655, + 97247.85385124652, 96977.71767386231, 96537.63029837726, 96176.37428055292, - 96085.70092701487, + 96085.70092701488, 96216.22138766527, 96604.4785017862, 97034.55034317114 ], "fuel": [ - 40.41010833640594, + 40.410108336405926, 40.27047265773614, 40.043569290995364, 39.857848957312214, - 39.811310374353425, + 39.81131037435344, 39.878310374175484, 40.07798894052887, 40.29982739158722 @@ -204978,9 +146176,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 367.1207440215162, + 367.1207440215146, 68.77820179849414, - -247.4668028594217, + -247.4668028594224, -407.0255174052752, -380.3683890774987, -154.04184947148065, @@ -204988,9 +146186,9 @@ 429.5493532421601 ], "relative wind speed": [ - 2.122030491184753, + 2.1220304911847525, 1.9725649651437533, - 1.7675566083092347, + 1.7675566083092344, 1.6284656094714105, 1.6585065525567158, 1.8337515776895161, @@ -204998,17 +146196,17 @@ 2.145170657351129 ], "relative wind angle": [ - 0.06284607288498503, - 0.13144316029931266, - 0.13183367272284213, + 0.0628460728849868, + 0.1314431602993127, + 0.13183367272284297, 0.04303353154163188, 0.08044427829053427, - 0.14145779194945224, - 0.1145904103409239, + 0.14145779194945227, + 0.11459041034092392, 0.03266381510670131 ], "resistance": [ - 97001.62074402152, + 97001.62074402151, 96703.2782017985, 96387.03319714058, 96227.47448259473, @@ -205018,7 +146216,7 @@ 97064.04935324215 ], "fuel": [ - 39.69970461600901, + 39.699704616009, 39.545777839863376, 39.38297608357663, 39.300977097111605, @@ -205058,9 +146256,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 418.2267771993795, + 418.2267771993754, 148.89087222692888, - -187.44212897145235, + -187.4421289714528, -402.3436711540435, -415.861834603558, -235.54553262612967, @@ -205068,9 +146266,9 @@ 386.40644314101087 ], "relative wind speed": [ - 2.329932738270467, + 2.3299327382704664, 2.215797549228911, - 2.031108499675142, + 2.0311084996751414, 1.8801545566815303, 1.8666433527486963, 2.000796139554592, @@ -205078,14 +146276,14 @@ 2.3190435127903672 ], "relative wind angle": [ - 0.03389036323030217, + 0.03389036323030545, 0.09933257259862745, 0.11437945296275476, 0.05752218234653168, 0.0423062644671166, 0.11004781746710113, 0.10614346482182677, - 0.046627041450339864 + 0.04662704145033986 ], "resistance": [ 97052.7267771994, @@ -205138,50 +146336,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 336.81391188932685, + 336.81391188931593, -38.179622610314254, - -381.5790429710014, - -496.47528440613087, - -422.4681794485091, + -381.5790429710055, + -496.475284406165, + -422.4681794485059, -107.4301150172223, - 278.78396771976986, + 278.7839677197744, 513.763283215977 ], "relative wind speed": [ - 3.322784443313199, + 3.3227844433131986, 3.199515247525428, - 3.063568943425887, - 2.997554146495903, - 3.0448174806613393, + 3.0635689434258864, + 2.9975541464959035, + 3.044817480661339, 3.1741002076363882, 3.3055037855282303, 3.3654834847448414 ], "relative wind angle": [ - 0.03644832880435484, + 0.03644832880436093, 0.05752985990069004, - 0.045415042990798814, - 0.004246390421286291, - 0.03977744595368728, + 0.045415042990801256, + 0.004246390421312436, + 0.03977744595368449, 0.05799101685013902, - 0.042089005102563484, - 0.0037821541438670244 + 0.04208900510256085, + 0.003782154143867024 ], "resistance": [ - 96971.31391188935, + 96971.31391188933, 96596.3203773897, 96252.92095702901, - 96138.02471559389, + 96138.02471559386, 96212.0318205515, 96527.06988498279, 96913.28396771979, 97148.26328321599 ], "fuel": [ - 42.15592244321946, + 42.15592244321945, 41.96254414081074, 41.78591741228727, - 41.72691875447428, + 41.72691875447427, 41.76491541066266, 41.92688998203268, 42.12596308704014, @@ -205218,19 +146416,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 333.33144398038394, + 333.3314439803794, 55.25688124573253, - -244.22116663654606, + -244.22116663654833, -394.87848352642004, -372.0813473978578, -160.84948144407235, - 151.74376603523388, + 151.7437660352357, 387.54960609981254 ], "relative wind speed": [ - 2.6774112232572924, + 2.677411223257292, 2.5690248129682107, - 2.4254533525456714, + 2.425453352545671, 2.3318198813012314, 2.35042574539717, 2.4684293697417394, @@ -205238,13 +146436,13 @@ 2.693631022285395 ], "relative wind angle": [ - 0.03447573316502702, + 0.03447573316503025, 0.07049061459484589, - 0.06750400039133332, - 0.021627741905543195, - 0.03927422939072482, + 0.06750400039133496, + 0.02162774190554319, + 0.03927422939072483, 0.0733683693861735, - 0.06273317374516996, + 0.06273317374516818, 0.018722316730486258 ], "resistance": [ @@ -205298,19 +146496,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 495.6512389326808, + 495.6512389326663, 20.658621616290475, - -454.72980940265643, + -454.7298094026628, -657.6110737436593, -592.5218587996005, -212.9464866231665, - 300.14672926867934, + 300.1467292686857, 651.4449436699933 ], "relative wind speed": [ - 4.022475379385538, + 4.022475379385537, 3.8970150101639773, - 3.746102743209452, + 3.7461027432094514, 3.660007805856073, 3.6942325750037948, 3.826347671937124, @@ -205318,17 +146516,17 @@ 4.053641000021413 ], "relative wind angle": [ - 0.02838410314088726, - 0.050528077628549585, - 0.0438445089394215, + 0.028384103140891175, + 0.05052807762854959, + 0.04384450893942404, 0.009666703064226364, 0.030906879916639807, - 0.05146207836288341, - 0.0413264521538072, - 0.008727982288061245 + 0.051462078362883405, + 0.04132645215380451, + 0.008727982288061244 ], "resistance": [ - 97130.15123893268, + 97130.15123893267, 96655.15862161628, 96179.77019059734, 95976.88892625635, @@ -205378,39 +146576,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 420.74897202462944, + 420.74897202461216, 85.69498160347484, - -289.3492108045102, + -289.3492108045157, -489.4705071832723, - -471.62447357746214, + -471.6244735774658, -223.25726114153258, - 162.10898260978956, + 162.1089826097941, 463.40862596293755 ], "relative wind speed": [ - 3.405261297055778, + 3.4052612970557776, 3.3043970589059533, 3.167143895132001, 3.0743136998471954, - 3.0854910305860797, + 3.08549103058608, 3.1932772316457014, 3.3294532506976644, 3.415355717342631 ], "relative wind angle": [ - 0.023863367175576904, + 0.02386336717558621, 0.05163482293468114, - 0.05051978931287315, - 0.018098245689345645, - 0.02633703412598029, + 0.05051978931287755, + 0.01809824568934565, + 0.02633703412598451, 0.05343329728641638, - 0.048055025906872384, + 0.048055025906870066, 0.016290867742518728 ], "resistance": [ - 97055.24897202462, + 97055.24897202461, 96720.19498160348, - 96345.1507891955, + 96345.15078919548, 96145.02949281673, 96162.87552642253, 96411.24273885846, @@ -205418,9 +146616,9 @@ 97097.90862596294 ], "fuel": [ - 42.355643411497546, + 42.355643411497525, 42.18273176395306, - 41.98967782422287, + 41.989677824222866, 41.886879569623375, 41.89604066336685, 42.02366065452754, @@ -205458,19 +146656,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 167.07821941462544, + 167.07821941462453, -474.55667666394106, - -794.513776282725, + -794.5137762827252, -726.9718921655635, - -252.72728684117396, + -252.7272868411742, 428.3253126852287, - 949.7960628329129, + 949.7960628329151, 794.2816150524509 ], "relative wind speed": [ 2.215351086084263, 1.8209610213979537, - 1.536101449361692, + 1.5361014493616918, 1.6121689795208891, 1.973336690915112, 2.342208165145841, @@ -205478,14 +146676,14 @@ 2.4905319335027807 ], "relative wind angle": [ - 0.22859928812402494, - 0.24581871142071252, + 0.2285992881240259, + 0.24581871142071254, 0.08123929390126504, 0.16628361663079214, - 0.25723329368371556, + 0.257233293683716, 0.1903412807837731, - 0.04913204445815794, - 0.10734927468661132 + 0.04913204445815568, + 0.10734927468661133 ], "resistance": [ 96801.57821941467, @@ -205540,31 +146738,31 @@ "wind resistance": [ 134.3961499970826, -535.8222140742714, - -849.7309408955871, - -759.8210038321024, + -849.7309408955891, + -759.8210038321022, -238.2700507086929, 484.20258740703935, - 1015.7947950979949, + 1015.7947950979922, 808.388784796962 ], "relative wind speed": [ 2.3022715965129086, 1.9048381582502159, - 1.6348201433121754, - 1.7300340940606411, - 2.098064994919072, + 1.6348201433121752, + 1.7300340940606413, + 2.0980649949190724, 2.464532981700344, 2.6513570725263733, 2.590234209565351 ], "relative wind angle": [ - 0.22289031560879147, + 0.22289031560879197, 0.2298990070467676, - 0.0642446575004107, - 0.16586750524540328, - 0.24500821794920868, - 0.1770514449932576, - 0.03959619721871094, + 0.06424465750041415, + 0.16586750524540397, + 0.24500821794921004, + 0.17705144499325762, + 0.03959619721871375, 0.110501433875952 ], "resistance": [ @@ -205574,7 +146772,7 @@ 95874.67899616795, 96396.22994929134, 97118.70258740708, - 97650.29479509805, + 97650.29479509803, 97442.888784797 ], "fuel": [ @@ -205584,7 +146782,7 @@ 39.49284714079255, 39.760544524795584, 40.133041527311704, - 40.40836351292442, + 40.40836351292441, 40.30081879164517 ] }, @@ -205618,17 +146816,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -57.52770822233151, + -57.527708222332876, -667.0690638109108, - -852.0049771433612, + -852.0049771433826, -676.3692720189963, - -73.01288986407053, + -73.01288986407098, 637.8927304151289, 1059.4413163166878, 651.3090423454132 ], "relative wind speed": [ - 2.3014971937842303, + 2.30149719378423, 1.9302616551063825, 1.750509822792097, 1.9234303410573212, @@ -205638,19 +146836,19 @@ 2.6185805531985706 ], "relative wind angle": [ - 0.21603522949632797, - 0.18326965285576002, - 0.002369616812502335, - 0.18082668422892453, - 0.21681064529048627, + 0.216035229496329, + 0.18326965285576005, + 0.0023696168125491874, + 0.18082668422892456, + 0.21681064529048677, 0.1350088846799037, - 0.0015154300880560914, - 0.1324875122603038 + 0.0015154300880560912, + 0.13248751226030384 ], "resistance": [ 96576.97229177765, 95967.43093618908, - 95782.49502285663, + 95782.4950228566, 95958.13072798098, 96561.48711013592, 97272.39273041511, @@ -205660,7 +146858,7 @@ "fuel": [ 40.02076964643156, 39.707599111688424, - 39.612855985593896, + 39.61285598559388, 39.70283155293675, 40.012796545145456, 40.37975160939166, @@ -205698,9 +146896,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 57.55447181747013, + 57.554471817468766, -619.1458012477879, - -895.7965464586489, + -895.7965464586505, -768.55772967242, -191.27145241413564, 558.854375887789, @@ -205708,7 +146906,7 @@ 774.3122060780574 ], "relative wind speed": [ - 2.4123386937373024, + 2.412338693737302, 2.0285746945817706, 1.7983459162254598, 1.9215341401770736, @@ -205718,12 +146916,12 @@ 2.7108120766043444 ], "relative wind angle": [ - 0.20796145312531872, + 0.20796145312531925, 0.19759838205164051, - 0.036224943015259865, - 0.15999764563682695, - 0.21973154062489644, - 0.1519094950831456, + 0.03622494301526293, + 0.15999764563682692, + 0.21973154062489647, + 0.15190949508314563, 0.023312574003563114, 0.11317101558278746 ], @@ -205778,19 +146976,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -114.35501539451161, + -114.35501539451298, -714.3770536282241, - -875.1776427965231, + -875.1776427965237, -656.9067051947779, -18.662423543996283, 699.596277877828, - 1072.7951600752403, + 1072.7951600752267, 616.6942153656682 ], "relative wind speed": [ - 2.2980811152320624, + 2.298081115232062, 1.9279135286835756, - 1.7709509518914086, + 1.7709509518914082, 1.9696509170549121, 2.3476015029990656, 2.6599923035581425, @@ -205798,13 +146996,13 @@ 2.6292365610599693 ], "relative wind angle": [ - 0.21845505025338524, + 0.21845505025338574, 0.17425196297797652, 0.01431472779355276, 0.18902251859378488, 0.2137746359549836, 0.12598950812723456, - 0.009161695864195397, + 0.009161695864207516, 0.14123052550241771 ], "resistance": [ @@ -205814,7 +147012,7 @@ 95977.59329480525, 96615.83757645603, 97334.09627787786, - 97707.29516007527, + 97707.29516007526, 97251.1942153657 ], "fuel": [ @@ -205824,7 +147022,7 @@ 39.754513207655066, 40.082488968291656, 40.453394631211154, - 40.64687075589396, + 40.64687075589395, 40.41048636925471 ] }, @@ -205858,19 +147056,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -216.30570298916336, + -216.30570298916382, -727.4485982090655, - -826.9991129663792, + -826.9991129663802, -557.550287626213, 67.36869560075002, 709.3533390600974, - 941.0296568469807, + 941.0296568469757, 465.6504524582433 ], "relative wind speed": [ - 2.357304183712601, + 2.3573041837126008, 2.049647679724221, - 1.9590599967422964, + 1.959059996742296, 2.163373895482145, 2.496893384553736, 2.755050630637894, @@ -205878,13 +147076,13 @@ 2.6666782664437703 ], "relative wind angle": [ - 0.18376613497299082, + 0.1837661349729908, 0.12446109757591148, 0.03620970071853598, 0.16471987740104768, 0.17338526069452356, 0.09248701398080451, - 0.025150460980622968, + 0.02515046098062738, 0.13342295752790923 ], "resistance": [ @@ -205938,9 +147136,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 36.88047005432986, + 36.88047005432895, -584.9644356243307, - -828.5331147127567, + -828.5331147127572, -700.1306043295026, -154.81290180908945, 541.2972951410968, @@ -205948,9 +147146,9 @@ 707.6196494321969 ], "relative wind speed": [ - 2.2769748140143236, + 2.276974814014323, 1.8998705589880545, - 1.6798653822404641, + 1.679865382240464, 1.811981018647186, 2.173304228820903, 2.5096528512439322, @@ -205960,8 +147158,8 @@ "relative wind angle": [ 0.2174304071801971, 0.20400795798295432, - 0.031643009375517055, - 0.17178607227769396, + 0.03164300937551705, + 0.171786072277694, 0.2279813247964984, 0.15397785452659118, 0.019966897260460612, @@ -206018,9 +147216,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -174.98533736173567, + -174.98533736173704, -676.4258746012108, - -786.9769869769839, + -786.9769869769846, -556.1714012305968, 25.908342716459174, 642.7142458128628, @@ -206028,9 +147226,9 @@ 470.3768526326253 ], "relative wind speed": [ - 2.362027813154814, + 2.3620278131548136, 2.0646183517294094, - 1.964107227696338, + 1.9641072276963378, 2.145130229203656, 2.46140234972259, 2.7157002741537837, @@ -206038,11 +147236,11 @@ 2.6525635180129936 ], "relative wind angle": [ - 0.1756117754378715, + 0.17561177543787276, 0.12438321404729975, 0.025679307694393288, - 0.15325329774520832, - 0.16845246878087397, + 0.15325329774520835, + 0.168452468780874, 0.0944594326194099, 0.018081554469777442, 0.12376723701797578 @@ -206098,31 +147296,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -321.7808631797725, + -321.78086317977386, -815.8038049883148, - -879.190495307229, - -544.6153679674708, + -879.1904953072312, + -544.6153679674703, 133.08143642961113, 779.0279886469698, 927.6289290909945, 392.10806382652527 ], "relative wind speed": [ - 2.7415974036294024, + 2.741597403629402, 2.487185389558668, 2.4394213505056874, - 2.6359545777889135, + 2.635954577788913, 2.9315901712989203, 3.150315237243696, 3.1874442317852276, 3.0269325595192207 ], "relative wind angle": [ - 0.13692912890370926, + 0.13692912890371006, 0.0792312748490563, - 0.039296084750981126, - 0.1264343459393844, - 0.1280044071541636, + 0.03929608475098396, + 0.12643434593938352, + 0.12800440715416364, 0.06252869224658657, 0.030070952498213944, 0.11003205870024182 @@ -206130,7 +147328,7 @@ "resistance": [ 96312.71913682022, 95818.69619501167, - 95755.30950469276, + 95755.30950469275, 96089.88463203251, 96767.5814364296, 97413.52798864695, @@ -206140,7 +147338,7 @@ "fuel": [ 40.96527296506346, 40.71183314666787, - 40.679380735047545, + 40.67938073504754, 40.85084370382207, 41.19942591904641, 41.533267729814284, @@ -206178,34 +147376,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -608.3083197244241, + -608.3083197244287, -1036.284691993706, - -989.1816462868778, + -989.1816462868787, -440.3471583018745, 395.1931447731158, 1048.406839016483, - 937.4467163385334, + 937.4467163385398, 200.31043724667597 ], "relative wind speed": [ - 3.1838096702071055, + 3.183809670207105, 2.981775257401388, - 3.011253256111881, + 3.0112532561118805, 3.250099227359557, 3.5357371519830894, 3.707707855045573, - 3.683807140930882, + 3.6838071409308815, 3.474900895901144 ], "relative wind angle": [ - 0.10596837347110331, + 0.10596837347110541, 0.037927107088002746, 0.058765786402160756, - 0.11197701465267486, + 0.11197701465267487, 0.0953869735725952, 0.030498769895662373, - 0.04802771540758236, - 0.1047053672371735 + 0.048027715407577734, + 0.10470536723717351 ], "resistance": [ 96026.19168027556, @@ -206214,7 +147412,7 @@ 96194.15284169812, 97029.6931447731, 97682.90683901648, - 97571.94671633851, + 97571.94671633853, 96834.81043724666 ], "fuel": [ @@ -206224,7 +147422,7 @@ 42.16376524222064, 42.5941058786364, 42.932349466372436, - 42.874780749884394, + 42.8747807498844, 42.49350027349607 ] }, @@ -206258,30 +147456,30 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -269.4766322459418, + -269.4766322459427, -756.9420338424338, - -833.6311042374573, - -536.8724137124309, + -833.6311042374605, + -536.8724137124304, 99.04538187695516, 724.7186417217777, 904.0483185202975, 410.24583847690565 ], "relative wind speed": [ - 2.556329634536165, + 2.5563296345361644, 2.2874352169851155, - 2.224703398512675, - 2.4189805290690805, + 2.2247033985126747, + 2.41898052906908, 2.722199591268493, 2.951750657356818, 2.9993143556080115, 2.8449472780870333 ], "relative wind angle": [ - 0.15217494667225706, - 0.09400933252403944, - 0.03769690280803777, - 0.138224127120116, + 0.1521749466722578, + 0.09400933252403945, + 0.03769690280804072, + 0.13822412712011442, 0.14283688035035033, 0.07280882009041699, 0.027958219977560456, @@ -206338,9 +147536,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -494.82636917091395, + -494.82636917091577, -890.8198174759555, - -865.0286177675521, + -865.028617767553, -404.1157849042138, 322.658538255504, 911.0918461934557, @@ -206350,7 +147548,7 @@ "relative wind speed": [ 2.7235192979015563, 2.5063178370395143, - 2.5253522121658616, + 2.525352212165862, 2.7656424089522456, 3.0579401218422246, 3.238352367262123, @@ -206358,9 +147556,9 @@ 3.019896889070792 ], "relative wind angle": [ - 0.12875527296767483, - 0.051157649041646276, - 0.06675383759127322, + 0.12875527296767658, + 0.05115764904164627, + 0.06675383759127487, 0.13286912080986457, 0.11460856067931974, 0.039586454523467485, @@ -206418,34 +147616,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -577.8198631464502, + -577.8198631464534, -876.9201212550934, - -793.7411072133359, - -282.51386232534605, - 422.9967656176773, + -793.7411072133405, + -282.51386232534696, + 422.9967656176782, 926.3567067925264, 730.6818080234775, - 80.1665478562627 + 80.16654785626588 ], "relative wind speed": [ - 2.7699509838795544, + 2.769950983879554, 2.599089528667115, 2.6582434168144355, - 2.9023143862842082, - 3.1672963817759117, + 2.9023143862842087, + 3.167296381775911, 3.3089467274465205, 3.261615667130142, - 3.046467795049507 + 3.0464677950495065 ], "relative wind angle": [ - 0.10938328411782042, + 0.10938328411782244, 0.02793496884589778, - 0.0752017533952653, - 0.12263623287732982, - 0.0956158539814003, - 0.02194108075564853, - 0.061270619492194464, - 0.1168060999236696 + 0.07520175339526973, + 0.12263623287733165, + 0.09561585398139798, + 0.021941080755648528, + 0.06127061949219447, + 0.11680609992366768 ], "resistance": [ 96056.6801368536, @@ -206498,7 +147696,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -729.2040853201315, + -729.2040853201352, -931.3338132014496, -774.07261877782, -159.87284885026656, @@ -206510,22 +147708,22 @@ "relative wind speed": [ 3.2057943728941853, 3.0910788132482194, - 3.1861049753317214, - 3.4230378242135733, + 3.186104975331721, + 3.423037824213573, 3.651744905054696, 3.7493453006039505, 3.6689362898583293, 3.4489375852392796 ], "relative wind angle": [ - 0.07553932378437746, - 0.004208804021051355, + 0.0755393237843804, + 0.004208804021051354, 0.07021695469662867, - 0.0963018674206944, + 0.09630186742069324, 0.06629998555982143, 0.003469867828237696, - 0.06096407902262732, - 0.09557647097781141 + 0.06096407902262733, + 0.09557647097781143 ], "resistance": [ 95905.29591467987, @@ -206578,9 +147776,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -573.3928525015285, + -573.3928525015308, -820.4814092567135, - -720.9967125685557, + -720.996712568558, -219.8646889257211, 438.40452230014716, 882.9014110510298, @@ -206588,9 +147786,9 @@ 28.02089891536434 ], "relative wind speed": [ - 2.658587845930525, + 2.6585878459305246, 2.5062572574097803, - 2.5794476207154546, + 2.579447620715454, 2.82253768484896, 3.0743447659079566, 3.1997436825277044, @@ -206598,9 +147796,9 @@ 2.924545450459374 ], "relative wind angle": [ - 0.10610319288170736, + 0.10610319288170841, 0.020501949097689383, - 0.08107279177969097, + 0.08107279177969236, 0.12317952975810702, 0.09171084405196263, 0.016058088538273528, @@ -206608,9 +147806,9 @@ 0.11886232093072442 ], "resistance": [ - 96061.10714749845, + 96061.10714749843, 95814.01859074326, - 95913.50328743142, + 95913.5032874314, 96414.63531107425, 97072.90452230012, 97517.401411051, @@ -206620,7 +147818,7 @@ "fuel": [ 40.92421497521478, 40.79757333997087, - 40.848535449444334, + 40.84853544944433, 41.10580573234358, 41.44516677827531, 41.67523262007376, @@ -206658,9 +147856,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -601.6861316685445, + -601.6861316685481, -931.0142133846684, - -854.5093675949356, + -854.5093675949365, -327.0058860281424, 417.0854274181502, 957.5019341665393, @@ -206670,7 +147868,7 @@ "relative wind speed": [ 3.118813461522753, 2.954534360316833, - 3.00294175411784, + 3.0029417541178396, 3.228501593656009, 3.481752922979831, 3.622199268146541, @@ -206678,17 +147876,17 @@ 3.380292632926141 ], "relative wind angle": [ - 0.09313853498271746, + 0.09313853498271984, 0.025822926181263226, 0.06070341269237215, 0.10361509923899449, 0.08340583170850067, - 0.021062310157332197, - 0.050878518864436784, + 0.0210623101573322, + 0.05087851886443679, 0.0989466873040882 ], "resistance": [ - 96032.81386833145, + 96032.81386833143, 95703.48578661532, 95779.99063240505, 96307.49411397184, @@ -206698,7 +147896,7 @@ 96733.1225540211 ], "fuel": [ - 41.93849957256048, + 41.938499572560474, 41.76979233039514, 41.80894802605301, 42.07952065639681, @@ -206738,19 +147936,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -147.89007887473144, + -147.89007887473372, -557.7902836399171, - -647.9092082328998, + -647.9092082329003, -463.36760755858745, - 10.225479112495577, + 10.225479112496487, 512.106434947771, - 723.194212884428, + 723.1942128844203, 377.1938540019637 ], "relative wind speed": [ - 2.303339874225414, + 2.3033398742254136, 2.057759763930018, - 1.9750380704577575, + 1.9750380704577573, 2.121318753650468, 2.3834880252026296, 2.598463872450751, @@ -206758,13 +147956,13 @@ 2.5468404912541933 ], "relative wind angle": [ - 0.14967887985974007, + 0.14967887985974157, 0.10429622775401903, 0.020513308892215854, - 0.12834791327335685, - 0.14460970483207478, - 0.08253766216963133, - 0.01521979291937776, + 0.12834791327335687, + 0.14460970483207403, + 0.08253766216963135, + 0.015219792919385055, 0.10681349046249497 ], "resistance": [ @@ -206818,17 +148016,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -303.2175641628346, + -303.2175641628364, -621.6473011853827, - -632.7022722852744, + -632.7022722852794, -342.33476086515384, - 166.12547937028648, + 166.12547937028557, 609.5393084043817, 635.5097289464238, 211.555473760312 ], "relative wind speed": [ - 2.4167072450114118, + 2.416707245011411, 2.226341833617761, 2.2170627753703593, 2.3960247097641836, @@ -206838,19 +148036,19 @@ 2.6550391053593714 ], "relative wind angle": [ - 0.12231451993788235, + 0.12231451993788327, 0.058583262485817404, - 0.04986888144516059, + 0.04986888144516728, 0.11992116762818851, - 0.11208448957253454, - 0.04659016454902548, + 0.11208448957253554, + 0.04659016454902549, 0.03939310066784419, - 0.10817380352790797 + 0.10817380352790798 ], "resistance": [ - 96331.28243583714, + 96331.28243583713, 96012.85269881459, - 96001.7977277147, + 96001.79772771469, 96292.16523913482, 96800.62547937025, 97244.03930840435, @@ -206858,9 +148056,9 @@ 96846.05547376028 ], "fuel": [ - 40.364853664085125, + 40.36485366408512, 40.20136928485431, - 40.19570035093801, + 40.195700350938, 40.34475025383128, 40.60650604642051, 40.835561166442645, @@ -206898,14 +148096,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -269.8205569595525, + -269.82055695955296, -718.7358499629709, - -782.9525210586348, + -782.9525210586389, -494.6360340281599, 105.74880612853076, 687.2115113469445, 837.5606088369009, - 367.2342090412085 + 367.23420904120803 ], "relative wind speed": [ 2.529398992729935, @@ -206918,19 +148116,19 @@ 2.8040751467318032 ], "relative wind angle": [ - 0.1445945020681824, + 0.14459450206818317, 0.08649169393532415, - 0.038661227960932715, + 0.03866122796093846, 0.13238834841552938, 0.13540945650514263, 0.06760523375916976, - 0.029125908101360554, - 0.11385197863368098 + 0.029125908101360558, + 0.11385197863368099 ], "resistance": [ 96364.67944304044, 95915.76415003702, - 95851.54747894137, + 95851.54747894136, 96139.86396597185, 96740.24880612853, 97321.71151134695, @@ -206940,7 +148138,7 @@ "fuel": [ 40.53544817554471, 40.30502466231037, - 40.27212422559816, + 40.27212422559815, 40.41995901300925, 40.728800105282154, 41.029186105020585, @@ -206978,11 +148176,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -385.0457030511352, + -385.045703051137, -688.5947623033239, - -667.6102739426778, + -667.6102739426806, -311.0215414257591, - 249.46263039422183, + 249.4626303942223, 701.5260778880515, 652.2803610455348, 163.45754132943875 @@ -206990,27 +148188,27 @@ "relative wind speed": [ 2.435913327207451, 2.2498590831625087, - 2.2671473273614673, + 2.267147327361467, 2.4743084597972023, - 2.7263924772982886, + 2.726392477298288, 2.881843816699081, 2.868263006415787, 2.6915956835512214 ], "relative wind angle": [ - 0.12390631331096245, + 0.12390631331096426, 0.04867511021756041, - 0.06454919049190572, + 0.06454919049190742, 0.12817825151714626, - 0.11064749395770074, + 0.11064749395769974, 0.03799485671336429, 0.051007998587174246, - 0.11778040925317977 + 0.11778040925317979 ], "resistance": [ 96249.45429694887, 95945.90523769667, - 95966.88972605733, + 95966.88972605731, 96323.47845857425, 96883.96263039422, 97336.02607788805, @@ -207020,7 +148218,7 @@ "fuel": [ 40.42652484617805, 40.270764348721656, - 40.281521112796824, + 40.28152111279682, 40.46456095492222, 40.753218271374045, 40.986889001675905, @@ -207058,17 +148256,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -412.0623436063488, + -412.06234360634926, -687.7075771539407, - -648.0227144060664, + -648.0227144060673, -272.2634409706502, 286.1827731443218, 715.7901577921216, - 622.6959217512822, + 622.6959217512799, 123.72546777047864 ], "relative wind speed": [ - 2.379388386750419, + 2.3793883867504184, 2.2024924858176704, 2.2357353954840407, 2.453096251458492, @@ -207078,13 +148276,13 @@ 2.637284843425977 ], "relative wind angle": [ - 0.12417789757850228, - 0.042169451299277835, - 0.07315008197030687, + 0.1241778975785023, + 0.04216945129927784, + 0.0731500819703084, 0.13243650582118832, - 0.1092079776634102, + 0.10920797766341021, 0.03258588961614915, - 0.05789491022788768, + 0.057894910227889604, 0.12313827544077205 ], "resistance": [ @@ -207138,9 +148336,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -425.165981941484, - -783.158037041459, - -766.9864998899375, + -425.16598194148537, + -783.1580370414599, + -766.9864998899384, -368.309003614173, 271.51227528895834, 796.9075879095549, @@ -207148,9 +148346,9 @@ 205.42338367612228 ], "relative wind speed": [ - 2.5594289604968625, - 2.351645673590688, - 2.364376107144686, + 2.559428960496862, + 2.3516456735906885, + 2.3643761071446856, 2.587589370071451, 2.8633502664295607, 3.0363158560950936, @@ -207158,14 +148356,14 @@ 2.8379275191564552 ], "relative wind angle": [ - 0.12991047402190856, - 0.053682801269319874, - 0.06480385010865626, + 0.12991047402190942, + 0.05368280126932194, + 0.06480385010865625, 0.13283692518613163, - 0.11605553338746546, - 0.04156967038440698, - 0.05061398983519401, - 0.12105875007418072 + 0.11605553338746545, + 0.04156967038440699, + 0.050613989835194016, + 0.12105875007418074 ], "resistance": [ 96209.33401805858, @@ -207218,17 +148416,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -211.81224747315218, + -211.81224747315355, -657.4919953119752, - -738.4964710071881, + -738.4964710071902, -493.63481759292085, - 62.414283594142034, + 62.414283594142944, 624.8151000323237, 814.1329857957808, 390.52349282376645 ], "relative wind speed": [ - 2.3814156511579134, + 2.381415651157913, 2.118788898105196, 2.0471281073561896, 2.2249535525834974, @@ -207238,14 +148436,14 @@ 2.6540591535460267 ], "relative wind angle": [ - 0.1574219889452654, + 0.1574219889452661, 0.10228350610058375, - 0.03292547930757685, + 0.03292547930758022, 0.14052974422085418, - 0.1490190394380269, - 0.07905103810735499, - 0.02412626498508216, - 0.11769317918502863 + 0.14901903943802616, + 0.07905103810735498, + 0.024126264985082156, + 0.11769317918502864 ], "resistance": [ 96422.68775252684, @@ -207298,9 +148496,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -387.21989061316435, + -387.2198906131671, -757.8270089184939, - -756.7031497491639, + -756.7031497491648, -383.2971455580873, 240.85537630822955, 770.9209558803068, @@ -207308,9 +148506,9 @@ 236.2909758580845 ], "relative wind speed": [ - 2.441167262225389, + 2.4411672622253886, 2.217299718841414, - 2.2182355295029215, + 2.218235529502921, 2.4432188954198115, 2.72916174096591, 2.913966946850781, @@ -207318,13 +148516,13 @@ 2.7273252170536377 ], "relative wind angle": [ - 0.14307467760976, - 0.06470430699840037, - 0.06556064352123968, - 0.14328875296160043, - 0.1278888946316719, - 0.04922041376639079, - 0.04990471075660154, + 0.14307467760976236, + 0.06470430699840038, + 0.06556064352123969, + 0.14328875296160046, + 0.12788889463167188, + 0.049220413766390796, + 0.049904710756601536, 0.1282750144791871 ], "resistance": [ @@ -207378,11 +148576,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -592.5996111231307, + -592.599611123132, -984.2753508369817, - -913.008354790536, + -913.0083547905369, -349.82591490649475, - 468.7111939590495, + 468.71119395905043, 1094.0313576914723, 928.5483571997083, 185.06710800757355 @@ -207390,7 +148588,7 @@ "relative wind speed": [ 2.3660854575757173, 2.1061031508560557, - 2.166678173408925, + 2.1666781734089247, 2.494637525037798, 2.850672209616315, 3.0477896838831, @@ -207398,12 +148596,12 @@ 2.738882264337651 ], "relative wind angle": [ - 0.1789394389582927, + 0.17893943895829456, 0.058985884835517526, - 0.11357129791402612, + 0.11357129791402613, 0.19011234705773195, - 0.14827283253568024, - 0.040748447117380945, + 0.1482728325356795, + 0.04074844711738094, 0.08180216493011665, 0.17297889738414954 ], @@ -207458,19 +148656,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -550.520594442286, + -550.5205944422873, -930.1934005858252, - -871.0398396497137, + -871.0398396497135, -348.166730258984, 423.506433201836, 1020.5310589764704, - 883.0237374610165, + 883.0237374610188, 187.27026533970275 ], "relative wind speed": [ 2.3582268195134324, 2.1076583056148523, - 2.1581624361204197, + 2.1581624361204192, 2.466040487566798, 2.807012050864075, 2.9997211291620607, @@ -207478,13 +148676,13 @@ 2.712783570366403 ], "relative wind angle": [ - 0.1723154957867487, + 0.17231549578675065, 0.05946252087943851, - 0.10547799209088309, + 0.10547799209088203, 0.182099034765935, 0.14455323224461464, 0.04176696868983167, - 0.07674466209200789, + 0.07674466209200645, 0.16537552473885736 ], "resistance": [ @@ -207538,13 +148736,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -665.3620432400671, + -665.3620432400685, -1082.840017898801, - -987.3895839031172, + -987.3895839031177, -345.4524658397718, - 566.0163024766061, + 566.0163024766066, 1250.9066881446788, - 1030.1590025439455, + 1030.1590025439436, 191.02215278496533 ], "relative wind speed": [ @@ -207558,13 +148756,13 @@ 2.712717940292153 ], "relative wind angle": [ - 0.20703182582457322, + 0.20703182582457486, 0.0637453172355956, - 0.14014907604176247, + 0.14014907604176327, 0.2202924270266788, - 0.16524594333392442, - 0.04141906863302535, - 0.09653997462440643, + 0.16524594333392373, + 0.041419068633025344, + 0.09653997462440758, 0.1997943876716287 ], "resistance": [ @@ -207574,7 +148772,7 @@ 96289.04753416021, 97200.5163024766, 97885.40668814466, - 97664.65900254394, + 97664.65900254392, 96825.52215278495 ], "fuel": [ @@ -207584,7 +148782,7 @@ 40.3855459710507, 40.8554437707164, 41.2105657203615, - 41.09591539343351, + 41.0959153934335, 40.66174532913424 ] }, @@ -207618,34 +148816,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -450.7069704992832, + -450.70697049928685, -1147.5877595394531, - -1233.9605148491983, + -1233.9605148491992, -749.5072374986048, 215.30001160882193, 1132.968285605461, - 1334.4210135092949, - 563.4682621468705 + 1334.4210135093003, + 563.4682621468714 ], "relative wind speed": [ - 2.98923251187545, + 2.9892325118754495, 2.6550767310147707, - 2.59468739168399, + 2.5946873916839897, 2.8583445206223947, 3.2435199235269327, 3.522286197456602, 3.5670057252274634, - 3.3594343431294056 + 3.359434343129405 ], "relative wind angle": [ - 0.16351019333479974, + 0.1635101933348011, 0.09545365435883038, 0.04963146403039964, 0.15281403074381372, 0.1505891601035691, 0.0719050836787413, - 0.0360956044601906, - 0.12987983732019193 + 0.03609560446018752, + 0.1298798373201911 ], "resistance": [ 96183.79302950074, @@ -207698,13 +148896,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -137.99260283573358, - -796.7727856461242, - -972.4017944077586, + -137.99260283573585, + -796.7727856461238, + -972.4017944077691, -748.473563981503, -57.25421372309438, 722.8643386645454, - 1133.5988121294558, + 1133.598812129484, 653.7128769241317 ], "relative wind speed": [ @@ -207718,13 +148916,13 @@ 3.033687769644765 ], "relative wind angle": [ - 0.16582270258140508, - 0.12795154958948066, - 0.007857920244480529, + 0.16582270258140708, + 0.12795154958948063, + 0.007857920244494658, 0.1368939384254735, 0.16370265140062248, 0.10029786984417205, - 0.005617518904706159, + 0.0056175189046863945, 0.10936042675730452 ], "resistance": [ @@ -207734,7 +148932,7 @@ 95886.02643601851, 96577.24578627692, 97357.36433866456, - 97768.09881212946, + 97768.0988121295, 97288.21287692414 ], "fuel": [ @@ -207744,7 +148942,7 @@ 40.53156061197621, 40.886591380445935, 41.28941895948589, - 41.50241876879691, + 41.502418768796915, 41.25361994600256 ] }, @@ -207778,17 +148976,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -348.7272359649396, + -348.727235964941, -916.2540103265937, - -991.9375644839456, + -991.9375644839474, -609.6700465433455, 163.90277275001108, 907.0504489033729, - 1083.4008574228087, + 1083.4008574228133, 468.1293569168847 ], "relative wind speed": [ - 2.6394650970234026, + 2.639465097023402, 2.3311291302653947, 2.2709058525726835, 2.5095174040254284, @@ -207798,13 +148996,13 @@ 2.97608273151505 ], "relative wind angle": [ - 0.16974969139844415, + 0.16974969139844484, 0.10130729588814465, - 0.049555359157684865, + 0.0495553591576871, 0.15799383730741579, 0.15646694363493138, 0.07568895616248371, - 0.035583846094340815, + 0.03558384609433769, 0.13306363867585408 ], "resistance": [ @@ -207858,19 +149056,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -288.8939295307191, + -288.89392953072274, -1112.0749582908397, - -1295.2140018601785, + -1295.2140018601835, -928.3920407564228, - 18.554523169166714, + 18.554523169168533, 1025.2888476211856, - 1453.933956961061, + 1453.9339569610456, 762.7110581500228 ], "relative wind speed": [ - 3.2153722467411896, + 3.215372246741189, 2.8614586925093572, - 2.7406577270140633, + 2.7406577270140637, 2.9503933992203217, 3.3270994621464287, 3.635968050903524, @@ -207878,13 +149076,13 @@ 3.564181295327959 ], "relative wind angle": [ - 0.1541479925906004, + 0.15414799259060186, 0.10824250600475081, - 0.020620981950957205, + 0.020620981950962586, 0.13224745784425926, - 0.14893225021895948, + 0.14893225021895873, 0.08512192887811243, - 0.015159657724619253, + 0.015159657724626577, 0.10937221682374274 ], "resistance": [ @@ -207894,7 +149092,7 @@ 95706.10795924357, 96653.05452316916, 97659.78884762118, - 98088.43395696106, + 98088.43395696105, 97397.21105815002 ], "fuel": [ @@ -207904,7 +149102,7 @@ 41.63533673153616, 42.12153316274737, 42.642086128850465, - 42.86487073835212, + 42.864870738352096, 42.50595126540681 ] }, @@ -207938,19 +149136,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -502.34607545219933, + -502.3460754522016, -1130.0921756689681, - -1175.0262176208435, + -1175.0262176208448, -657.2869668780254, - 288.64720473928537, + 288.64720473928446, 1145.8340939857626, - 1250.5178834010758, + 1250.5178834010712, 469.278792072766 ], "relative wind speed": [ - 2.866773319277009, - 2.547527112737842, - 2.515023856037558, + 2.8667733192770086, + 2.5475271127378423, + 2.5150238560375575, 2.796628664334335, 3.1782138672154794, 3.439409580108901, @@ -207958,13 +149156,13 @@ 3.2401081407420405 ], "relative wind angle": [ - 0.16638501442689793, - 0.08813216694056014, - 0.06273768682180743, - 0.16060582029849269, - 0.14995035811175997, + 0.1663850144268986, + 0.0881321669405614, + 0.06273768682180744, + 0.16060582029849266, + 0.14995035811176072, 0.0652401769315265, - 0.04554620855217552, + 0.04554620855217796, 0.1384703127980001 ], "resistance": [ @@ -208018,51 +149216,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 386.8900959364437, + 386.89009593640003, -1876.4714338193517, - -3000.4496493589504, + -3000.449649358987, -2817.3811902018824, - -1204.5622447795104, + -1204.5622447795322, 1164.2653849869203, 2936.213646044922, 2500.199251748163 ], "relative wind speed": [ - 7.3227393628379005, + 7.3227393628379, 6.9426590403286355, 6.697954971310354, 6.75011667488819, - 7.0635701584907835, + 7.063570158490784, 7.437474074557851, 7.658585663311211, 7.612651314448437 ], "relative wind angle": [ - 0.06565023873560803, - 0.062195720164015166, - 0.01939141066696784, + 0.06565023873561313, + 0.06219572016401517, + 0.019391410666973568, 0.03672685712442953, - 0.06806266952788059, - 0.058053018610860645, + 0.06806266952788387, + 0.05805301861086064, 0.016958859903873122, 0.032564036058258555 ], "resistance": [ - 97021.39009593645, + 97021.39009593641, 94758.02856618067, - 93634.05035064106, + 93634.05035064103, 93817.11880979814, - 95429.93775522051, + 95429.93775522048, 97798.76538498694, 99570.71364604494, 99134.69925174818 ], "fuel": [ - 58.82843223631855, + 58.828432236318534, 57.66878232819336, - 57.09998739618988, + 57.099987396189874, 57.19230965059428, - 58.01105045832717, + 58.01105045832716, 59.23112407080734, 60.1574238209222, 59.92841017173032 @@ -208085,68 +149283,7 @@ "id": "3929", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 91038.94757440373, - "wind resistance": [ - 1629.1536551347308, - -1100.9739589944147, - -3117.191787752705, - -3464.654603568939, - -2371.733581970395, - 158.48322695212482, - 2687.9824714003007, - 3514.4203492796296 - ], - "relative wind speed": [ - 7.692978138638155, - 7.281586262157421, - 6.908436036026517, - 6.811653809153705, - 7.058027969963312, - 7.4817225939692085, - 7.827591136644737, - 7.911955753831719 - ], - "relative wind angle": [ - 0.05983153588709173, - 0.07563287207856954, - 0.046060792937563655, - 0.0147322497113902, - 0.06522139362217351, - 0.07360597786455703, - 0.04064892339492439, - 0.012683342588465978 - ], - "resistance": [ - 92668.10122953847, - 89937.97361540931, - 87921.75578665103, - 87574.2929708348, - 88667.21399243333, - 91197.43080135586, - 93726.93004580404, - 94553.36792368337 - ], - "fuel": [ - 57.70997181254206, - 56.35776656844301, - 55.376958380612244, - 55.209459846756076, - 55.73783108829687, - 56.9781171257777, - 58.24186342142075, - 58.6599146666216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -55.3125, -55.3125 -55.15625, -55.15625 -55.15625, -55.15625 -55.3125, -55.3125 -55.3125))", @@ -208178,7 +149315,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 562.2529546234546, + 562.2529546234255, -1986.825657985053, -3317.550952317535, -3162.7981953139497, @@ -208188,9 +149325,9 @@ 2885.086722179414 ], "relative wind speed": [ - 7.168073397599137, + 7.1680733975991355, 6.730304409483416, - 6.435170344935318, + 6.435170344935317, 6.48079131867846, 6.83516975802531, 7.266624003626461, @@ -208198,17 +149335,17 @@ 7.490004388392178 ], "relative wind angle": [ - 0.07641152659664434, - 0.07510175943864082, - 0.025948265940332227, - 0.041497840800861704, - 0.08014091418704089, + 0.07641152659664725, + 0.07510175943864084, + 0.02594826594033223, + 0.0414978408008617, + 0.0801409141870409, 0.06954949427489475, - 0.022177076944888324, - 0.035903775652961004 + 0.022177076944888328, + 0.035903775652961 ], "resistance": [ - 97196.75295462349, + 97196.75295462346, 94647.67434201497, 93316.94904768249, 93471.70180468608, @@ -208218,7 +149355,7 @@ 99519.58672217945 ], "fuel": [ - 57.77946834951564, + 57.77946834951563, 56.473120883584045, 55.80075884757392, 55.8786106118938, @@ -208258,53 +149395,53 @@ ], "ice resistance": 87456.79393826963, "wind resistance": [ - 1402.052214770014, + 1402.052214769974, -1520.369155151533, - -3479.7162772854717, + -3479.7162772854826, -3679.560891492598, -2247.978719565126, 559.6521276771455, - 3151.992647322997, + 3151.9926473229752, 3626.4491163812636 ], "relative wind speed": [ - 7.669763015864704, + 7.669763015864702, 7.218374576332291, - 6.842128903461276, + 6.8421289034612744, 6.7862790583950305, 7.089948251869673, 7.549019764808905, - 7.8916350018317285, + 7.891635001831729, 7.939713311908996 ], "relative wind angle": [ - 0.06852561778068919, + 0.06852561778069244, 0.08000141188992195, 0.04249157847281752, - 0.024438462729461246, + 0.02443846272946125, 0.07413953037968865, - 0.07649036215000841, - 0.03683788253887477, + 0.07649036215000843, + 0.03683788253887778, 0.020887628121107525 ], "resistance": [ - 88858.84615303965, + 88858.8461530396, 85936.4247831181, 83977.07766098416, 83777.23304677704, 85208.8152187045, 88016.44606594677, - 90608.78658559264, + 90608.7865855926, 91083.2430546509 ], "fuel": [ - 55.83093339590856, + 55.830933395908545, 54.425956122327364, 53.50178049441092, 53.408321548678984, 54.0810932218657, 55.422682838235744, - 56.68744345232215, + 56.68744345232213, 56.9216301936862 ] }, @@ -208338,9 +149475,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -508.2726794551663, + -508.2726794551718, -1318.6499713225662, - -1427.6356677536523, + -1427.6356677536564, -889.672655847432, 210.66170010169117, 1266.8058194425257, @@ -208348,9 +149485,9 @@ 654.2946032105037 ], "relative wind speed": [ - 3.4080514606026475, + 3.4080514606026466, 3.07164130052195, - 3.0052768673757977, + 3.0052768673757972, 3.2620827092977827, 3.64974572495174, 3.9370646852505686, @@ -208358,14 +149495,14 @@ 3.7807770382052115 ], "relative wind angle": [ - 0.1447645671251447, + 0.14476456712514627, 0.08518785101427774, - 0.04061932291176023, - 0.13342062363615162, + 0.04061932291176296, + 0.13342062363615165, 0.13511703634925878, 0.06643083040604963, 0.030606629483329175, - 0.11502858427240345 + 0.11502858427240344 ], "resistance": [ 96126.22732054484, @@ -208418,31 +149555,31 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -963.7233427497558, + -963.7233427497586, -1772.074864957549, - -1733.2244286079986, + -1733.224428608003, -827.4077419801515, - 622.2081866081189, + 622.2081866081126, 1810.9754434489487, 1719.9677482479265, 463.71410672680395 ], "relative wind speed": [ - 3.802049988489582, + 3.8020499884895815, 3.4855566977740025, - 3.506155876486858, + 3.5061558764868574, 3.8475040858821936, - 4.26721977119333, + 4.267219771193331, 4.5294197417814654, 4.513493066396975, 4.226282172282953 ], "relative wind angle": [ - 0.13309615512498554, - 0.05482487531756066, - 0.06691273182946122, - 0.1362325881257138, - 0.11851477082586043, + 0.13309615512498638, + 0.05482487531756065, + 0.06691273182946289, + 0.13623258812571382, + 0.11851477082586323, 0.0421811526472879, 0.0519635172464419, 0.12395674192955969 @@ -208450,7 +149587,7 @@ "resistance": [ 95670.7766572503, 94862.4251350425, - 94901.27557139206, + 94901.27557139205, 95807.09225801991, 97256.70818660817, 98445.475443449, @@ -208460,7 +149597,7 @@ "fuel": [ 43.79650081644583, 43.38421023200205, - 43.40396983805303, + 43.40396983805302, 43.86626663741389, 44.61245204345484, 45.230201776345154, @@ -208498,17 +149635,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -772.8270335639936, + -772.8270335639991, -1579.8036468834953, -1606.852932625673, -868.6399968824662, 422.40535661340346, 1546.8379341170212, - 1610.405556097282, + 1610.405556097273, 533.6657514235039 ], "relative wind speed": [ - 3.8769303690799743, + 3.876930369079974, 3.576312281897136, 3.5621692372392366, 3.8453673968023523, @@ -208518,13 +149655,13 @@ 4.2542081765725674 ], "relative wind angle": [ - 0.12058482028817952, - 0.05755457361014214, + 0.12058482028818136, + 0.057554573610142136, 0.04926955495836762, - 0.11829374685711373, - 0.11059586919682349, - 0.045907394636626665, - 0.039047587599203945, + 0.11829374685711375, + 0.1105958691968235, + 0.04590739463662667, + 0.03904758759920679, 0.10687956977890989 ], "resistance": [ @@ -208578,19 +149715,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1166.5428518702502, + -1166.5428518702556, -1893.9266996513425, - -1767.5415930333484, + -1767.5415930333547, -718.577159750158, - 811.1382846644256, + 811.1382846644292, 1964.675431461269, - 1667.5638185376747, + 1667.5638185376674, 290.9832594437312 ], "relative wind speed": [ 4.086682636255402, 3.8132967991424587, - 3.8746859433501415, + 3.8746859433501406, 4.223787875664796, 4.62241060725193, 4.850404345325906, @@ -208598,13 +149735,13 @@ 4.497473821257175 ], "relative wind angle": [ - 0.11386293102589809, + 0.11386293102590003, 0.03615059671239138, - 0.06958585499631849, + 0.06958585499632007, 0.12314393233122801, - 0.10061876452042508, - 0.028418555246043472, - 0.056138079797924775, + 0.10061876452042397, + 0.028418555246043475, + 0.05613807979792675, 0.11561554839459608 ], "resistance": [ @@ -208658,9 +149795,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1323.0875108566797, + -1323.0875108566834, -2149.594489642477, - -1996.539813242619, + -1996.5398132426226, -787.5654781986932, 964.0527985810095, 2283.87123055924, @@ -208670,7 +149807,7 @@ "relative wind speed": [ 4.010272600256837, 3.690854745896884, - 3.766788354096171, + 3.7667883540961706, 4.1772504191605, 4.636216025944229, 4.894320853017635, @@ -208678,14 +149815,14 @@ 4.486353118426618 ], "relative wind angle": [ - 0.13409158247217828, + 0.13409158247217992, 0.042297796607039334, - 0.08383518143943182, + 0.08383518143943314, 0.1446511674299241, 0.11589967550306787, 0.031893074101500565, 0.06526790605350984, - 0.13462198867328157 + 0.1346219886732816 ], "resistance": [ 95311.41248914329, @@ -208738,9 +149875,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -845.0498438934183, + -845.049843893421, -1861.939178389066, - -1929.912639426715, + -1929.9126394267169, -1082.1317799382277, 461.8741796923423, 1851.3771471360133, @@ -208748,9 +149885,9 @@ 737.7684948268825 ], "relative wind speed": [ - 3.888152997025278, + 3.8881529970252777, 3.5098586702330694, - 3.473929272769334, + 3.4739292727693334, 3.8094555138061, 4.26835830764198, 4.584485629346297, @@ -208758,11 +149895,11 @@ 4.338740031279272 ], "relative wind angle": [ - 0.14701930259420962, + 0.1470193025942104, 0.07614358215331148, 0.05529368448440044, 0.14183590407862315, - 0.1338408146728266, + 0.13384081467282657, 0.058271793397515134, 0.04164213303586085, 0.12443705484351418 @@ -208818,9 +149955,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1239.3788434938324, + -1239.378843493836, -1997.641993965497, - -1856.622107960824, + -1856.6221079608204, -740.7295083776226, 874.814633435999, 2085.953317250771, @@ -208828,9 +149965,9 @@ 295.62994332139715 ], "relative wind speed": [ - 4.123920946385866, + 4.123920946385865, 3.8402112492177087, - 3.9080596789110453, + 3.908059678911045, 4.275031624731532, 4.690098199455399, 4.925091131538241, @@ -208838,14 +149975,14 @@ 4.552784829104067 ], "relative wind angle": [ - 0.11732112181041113, - 0.036448652705395164, - 0.07294213318557559, - 0.1272948405965086, + 0.11732112181041207, + 0.03644865270539517, + 0.07294213318557406, + 0.12729484059650858, 0.10310449334957678, - 0.02841741787371682, + 0.028417417873716825, 0.05849865329783494, - 0.11949052193745427 + 0.11949052193745428 ], "resistance": [ 95395.12115650617, @@ -208898,34 +150035,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -757.5103582177517, + -757.5103582177544, -1543.2696775731356, - -1553.899312632057, + -1553.8993126320606, -793.9731403440246, - 495.6614082186379, + 495.66140821863974, 1611.0844672671992, 1635.808806193665, - 538.2071312650623 + 538.2071312650633 ], "relative wind speed": [ - 3.2107901229476905, + 3.21079012294769, 2.846929655379415, 2.840109700184953, 3.1961753842600924, - 3.646081652656682, + 3.6460816526566817, 3.9367596026147402, 3.941682575039936, - 3.6588997724053565 + 3.658899772405357 ], "relative wind angle": [ - 0.17277453106581855, + 0.1727745310658205, 0.0824177467064473, - 0.07772837900193724, - 0.17175226065830837, - 0.15197616968780928, - 0.05956946177840793, + 0.0777283790019401, + 0.1717522606583084, + 0.15197616968780778, + 0.05956946177840794, 0.05597866272744166, - 0.1498552393364813 + 0.149855239336482 ], "resistance": [ 95876.98964178226, @@ -208981,31 +150118,31 @@ -823.263220565158, -1684.4903570999286, -1704.812386286134, - -893.8605798537237, - 501.38730091943216, + -893.8605798537228, + 501.3873009194331, 1713.1643623690834, 1760.6151575472932, 583.5914293563446 ], "relative wind speed": [ - 3.5759103615897194, + 3.575910361589719, 3.2222131020573075, 3.2105841866077904, - 3.5505684268920388, + 3.550568426892039, 3.991512819200656, 4.28213173838663, 4.290857569376065, 4.014071915888562 ], "relative wind angle": [ - 0.15187418390970503, + 0.151874183909705, 0.07270948769835087, 0.06544454391491508, - 0.15012091563224547, - 0.13595681167127685, - 0.05469140982987047, + 0.15012091563224622, + 0.13595681167127605, + 0.054691409829870474, 0.04895271916108479, - 0.13267723075164634 + 0.13267723075164636 ], "resistance": [ 95811.23677943484, @@ -209058,9 +150195,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -633.5802412463545, + -633.5802412463636, -1978.0789722412292, - -2232.1373820772715, + -2232.137382077285, -1538.587716323571, 104.90514406076727, 1781.2147132291248, @@ -209078,19 +150215,19 @@ 5.138507089073764 ], "relative wind angle": [ - 0.1186311133521228, + 0.11863111335212562, 0.07642352578356405, - 0.021559971744650682, + 0.021559971744655834, 0.10292428779933822, 0.11423677247834703, 0.063056849084315, 0.017047095644507824, - 0.08967610904738964 + 0.08967610904738965 ], "resistance": [ - 96000.91975875372, + 96000.9197587537, 94656.42102775884, - 94402.3626179228, + 94402.36261792279, 95095.9122836765, 96739.40514406085, 98415.7147132292, @@ -209100,7 +150237,7 @@ "fuel": [ 46.70577895174846, 46.019721995226476, - 45.890839296757385, + 45.89083929675738, 46.24324105404354, 47.08546762025369, 47.95486532610883, @@ -209138,34 +150275,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -790.0330318473066, + -790.0330318473093, -1383.8249414543943, - -1315.1880215943916, + -1315.1880215943925, -555.5763564437698, - 595.4918665763471, + 595.491866576348, 1507.9353352988946, 1348.4613184681266, 321.711180477756 ], "relative wind speed": [ - 2.88273004524585, + 2.8827300452458497, 2.5651267540323337, - 2.6133509934556307, + 2.6133509934556303, 2.985469745650325, 3.4073026019989574, 3.6523921299744835, 3.6180436869054624, - 3.3176518703984876 + 3.317651870398488 ], "relative wind angle": [ - 0.17581965815083103, + 0.1758196581508323, 0.06578842772390932, - 0.10186503196332107, - 0.1833961952089946, - 0.14853161957184405, - 0.04618724267883372, + 0.10186503196332108, + 0.18339619520899464, + 0.14853161957184333, + 0.04618724267883373, 0.07351720856265997, - 0.16485566532259627 + 0.16485566532259693 ], "resistance": [ 95844.46696815267, @@ -209218,9 +150355,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1035.737110631263, + -1035.7371106312676, -2004.7739290146537, - -2002.7354370625835, + -2002.735437062589, -1028.5171831050875, 605.3611403060459, 1987.7021883842863, @@ -209228,7 +150365,7 @@ 596.9770805541866 ], "relative wind speed": [ - 4.326140451790546, + 4.326140451790545, 3.99910404264272, 4.000055139083798, 4.328262755123712, @@ -209238,13 +150375,13 @@ 4.751159768025451 ], "relative wind angle": [ - 0.11952801972683605, + 0.11952801972683698, 0.053245747626172894, - 0.053742851743774585, + 0.05374285174377666, 0.11966539703779862, - 0.10874662683244944, + 0.10874662683244943, 0.042314279548668045, - 0.04272577582851968, + 0.04272577582851967, 0.10896961285748116 ], "resistance": [ @@ -209298,20 +150435,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -863.9581532543361, + -863.9581532543384, -1450.0222464978692, - -1357.7299881137947, - -546.0250688441492, - 650.3569497461658, + -1357.7299881137974, + -546.0250688441483, + 650.356949746164, 1572.2414147765912, 1357.263504939414, 279.6392850980428 ], "relative wind speed": [ - 3.04485691953603, + 3.0448569195360293, 2.7463910115920043, 2.8072093287020428, - 3.1759376483199384, + 3.175937648319939, 3.587310228390187, 3.820639311241764, 3.776178507434139, @@ -209320,9 +150457,9 @@ "relative wind angle": [ 0.16036967121008264, 0.05461069859460468, - 0.09783689495583558, - 0.1701238563463071, - 0.13595518027325937, + 0.09783689495583787, + 0.17012385634630775, + 0.1359551802732602, 0.039246385603341524, 0.07267989502857829, 0.15550263138392917 @@ -209330,9 +150467,9 @@ "resistance": [ 95770.54184674565, 95184.47775350211, - 95276.7700118862, + 95276.77001188618, 96088.47493115584, - 97284.85694974616, + 97284.85694974614, 98206.74141477658, 97991.7635049394, 96914.13928509803 @@ -209340,9 +150477,9 @@ "fuel": [ 41.785064157983825, 41.48568882741497, - 41.53274909838112, + 41.53274909838111, 41.94800659359463, - 42.5645295970131, + 42.56452959701309, 43.043230960971215, 42.93131794100359, 42.37292082520307 @@ -209378,37 +150515,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1459.5963875932703, + -1459.5963875932775, -2207.7148636371203, - -1997.6198206782237, + -1997.6198206782328, -711.4824436708095, 1060.9120729804745, 2322.0352001435494, - 1827.2817017977122, + 1827.281701797705, 192.72051155884765 ], "relative wind speed": [ - 4.486367306836594, + 4.486367306836593, 4.222527186783819, 4.31473536480999, 4.693396811028913, - 5.105359578143347, + 5.105359578143348, 5.325641012203485, 5.251213837357058, 4.915710976879731 ], "relative wind angle": [ - 0.10478447972807976, - 0.02650327097438126, - 0.07213989517429661, + 0.1047844797280819, + 0.026503270974381255, + 0.0721398951742997, 0.11782278745460607, - 0.09204152158431729, + 0.09204152158431851, 0.021012666043658687, - 0.05925805790017921, + 0.05925805790018109, 0.11247109909723457 ], "resistance": [ - 95174.90361240674, + 95174.90361240672, 94426.78513636289, 94636.88017932177, 95923.01755632919, @@ -209418,7 +150555,7 @@ 96827.22051155884 ], "fuel": [ - 46.23062377796659, + 46.230623777966585, 45.85035094558864, 45.95693313225293, 46.612976888111376, @@ -209458,19 +150595,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -907.5313266662633, + -907.5313266662697, -1707.3843597300565, - -1687.6993674194055, + -1687.69936741941, -837.9661261049814, 553.6051390613457, 1711.6143328190656, - 1665.3907330867833, + 1665.3907330867742, 472.8001236365171 ], "relative wind speed": [ - 3.9163733275027415, + 3.9163733275027406, 3.6157525772148498, - 3.6258814592646726, + 3.625881459264672, 3.9389163201454425, 4.334816497851681, 4.588567032395427, @@ -209478,13 +150615,13 @@ 4.3143426304958545 ], "relative wind angle": [ - 0.12235211397199221, + 0.12235211397199403, 0.0523052368102328, - 0.05812724076920057, + 0.05812724076920248, 0.12393783144390823, 0.11049045185280797, 0.04120896217811761, - 0.04600262660360357, + 0.04600262660360598, 0.1131045212765928 ], "resistance": [ @@ -209538,9 +150675,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1330.9352599740923, + -1330.9352599740978, -2195.022370108818, - -2071.20419948159, + -2071.204199481601, -887.0400849963626, 873.9591746771912, 2219.537440676784, @@ -209548,7 +150685,7 @@ 359.23044272120023 ], "relative wind speed": [ - 4.794082819416716, + 4.794082819416715, 4.521064830177746, 4.572334880963879, 4.9100694973908245, @@ -209558,11 +150695,11 @@ 5.2005846931155135 ], "relative wind angle": [ - 0.09701826041189815, - 0.03230005630398179, - 0.05643475556812846, + 0.0970182604118993, + 0.032300056303981785, + 0.0564347555681324, 0.10420601552897327, - 0.08760464423242253, + 0.08760464423242255, 0.026347817191870737, 0.046909483426810526, 0.09836544464083917 @@ -209618,9 +150755,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -283.5694215135318, + -283.56942151353314, -1163.8869964804903, - -1366.100737428701, + -1366.1007374287115, -982.6614803364514, 19.265365148453384, 1093.675893550174, @@ -209628,7 +150765,7 @@ 834.0708119125939 ], "relative wind speed": [ - 3.15039353720298, + 3.1503935372029797, 2.7609513084945148, 2.6231268639572463, 2.851928112206051, @@ -209638,9 +150775,9 @@ 3.5268429964827934 ], "relative wind angle": [ - 0.17181200199436714, - 0.12363261204566169, - 0.0217743523061046, + 0.1718120019943678, + 0.1236326120456617, + 0.021774352306114797, 0.148247333529187, 0.16582704384453642, 0.09475724849765797, @@ -209650,7 +150787,7 @@ "resistance": [ 96350.93057848647, 95470.61300351951, - 95268.3992625713, + 95268.39926257129, 95651.83851966355, 96653.76536514846, 97728.17589355017, @@ -209698,13 +150835,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -493.3236849192026, + -493.3236849192044, -1168.8129067776804, - -1226.9074880866733, + -1226.9074880866756, -689.7777921929401, 305.9286029318014, 1224.115014363379, - 1358.7220384703692, + 1358.7220384703655, 535.7694166440747 ], "relative wind speed": [ @@ -209718,19 +150855,19 @@ 3.113077658905849 ], "relative wind angle": [ - 0.20080293552167508, + 0.20080293552167675, 0.11203718001035094, - 0.07460370429588771, - 0.1936516875257505, + 0.0746037042958907, + 0.19365168752575046, 0.178422934624583, - 0.0783513020181318, - 0.05070063139356833, - 0.16148720972759184 + 0.07835130201813179, + 0.05070063139357051, + 0.16148720972759187 ], "resistance": [ 96141.17631508081, 95465.68709322234, - 95407.59251191335, + 95407.59251191333, 95944.72220780708, 96940.42860293182, 97858.6150143634, @@ -209740,7 +150877,7 @@ "fuel": [ 40.878652857022914, 40.53277785272408, - 40.5031106084392, + 40.50311060843919, 40.777886131171456, 41.29009202572991, 41.76569002731062, @@ -209778,41 +150915,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -445.17066699044653, + -445.1706669904497, -1129.9334656684946, -1211.0088023047365, -722.4871828397199, - 235.43975154561485, + 235.43975154561576, 1143.381138998598, - 1331.8463311384244, - 559.1976973191217 + 1331.8463311384253, + 559.1976973191227 ], "relative wind speed": [ - 2.813404279513808, + 2.8134042795138074, 2.460433997464676, - 2.399681554485271, + 2.3996815544852703, 2.6837312729042293, 3.0886436784862488, 3.376570443032348, - 3.420013428292764, - 3.20196031634927 + 3.4200134282927643, + 3.2019603163492696 ], "relative wind angle": [ - 0.1825625602217056, + 0.18256256022170744, 0.10683685252659343, - 0.058262956058110535, + 0.05826295605810863, 0.17224547500525458, - 0.16613478671710036, + 0.1661347867170997, 0.07778009648150025, 0.040868950683171826, - 0.14415392544064934 + 0.1441539254406486 ], "resistance": [ 96189.32933300955, 95504.5665343315, 95423.49119769526, 95912.01281716028, - 96869.93975154561, + 96869.93975154562, 97777.8811389986, 97966.34633113843, 97193.69769731912 @@ -209822,7 +150959,7 @@ 40.7579094762883, 40.71649835340105, 40.966392517487705, - 41.45898018170987, + 41.458980181709876, 41.929016060139276, 42.02696782213227, 41.62623586424292 @@ -209858,17 +150995,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -536.2667265753594, + -536.2667265753607, -1132.2226236975087, - -1146.2738466988237, + -1146.2738466988246, -583.5041735017435, 379.0551487110133, 1223.5042338813587, - 1256.0079106199041, + 1256.0079106199078, 434.3843811111042 ], "relative wind speed": [ - 2.5359869927501824, + 2.535986992750182, 2.1815726948008316, 2.1699506225469634, 2.511799010772241, @@ -209878,13 +151015,13 @@ 2.9572250191762417 ], "relative wind angle": [ - 0.20845711314435453, + 0.20845711314435506, 0.10415291088894835, - 0.09418337677436883, - 0.20666225743138583, + 0.09418337677437001, + 0.20666225743138586, 0.17968927286347694, 0.07074628412699527, - 0.06348852107004069, + 0.06348852107003895, 0.17518199547941563 ], "resistance": [ @@ -209894,7 +151031,7 @@ 96050.99582649829, 97013.55514871105, 97858.0042338814, - 97890.50791061993, + 97890.50791061994, 97068.88438111113 ], "fuel": [ @@ -209904,7 +151041,7 @@ 40.56616443997356, 41.06164027805286, 41.49915808711839, - 41.51605161108961, + 41.51605161108962, 41.09022569282691 ] }, @@ -209938,34 +151075,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -664.5953641100728, + -664.5953641100737, -1292.6781371104767, - -1269.8662042797523, + -1269.8662042797537, -588.2994408857421, - 510.1877880220436, + 510.18778802204224, 1434.5060995673625, 1381.8033597835379, 420.7253689834247 ], "relative wind speed": [ - 2.605909028826686, + 2.6059090288266855, 2.2355853944270745, - 2.253811974500756, + 2.2538119745007554, 2.6435408406352616, - 3.0993073499310446, + 3.099307349931045, 3.37618510453461, 3.364045109604513, 3.067272361520973 ], "relative wind angle": [ - 0.21558338265069088, + 0.2155833826506914, 0.09689416210722203, - 0.11186096739139842, - 0.21813081368455153, - 0.18084665921809437, + 0.11186096739139942, + 0.2181308136845515, + 0.1808466592180956, 0.06410329139089473, 0.074857277923237, - 0.18760820135161518 + 0.1876082013516152 ], "resistance": [ 95969.90463588992, @@ -210018,9 +151155,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -377.5916026304949, + -377.59160263049625, -1044.8020156240482, - -1137.6953396220597, + -1137.6953396220608, -689.0626399500884, 215.11888129091403, 1092.7790450775178, @@ -210038,14 +151175,14 @@ 2.9349443796624097 ], "relative wind angle": [ - 0.2189318212849192, - 0.13670832793633533, - 0.06641797220051947, + 0.21893182128492072, + 0.13670832793633536, + 0.06641797220052113, 0.20666808585473312, 0.1976877821310245, 0.09410162602471621, 0.043326226620063996, - 0.16590448390070445 + 0.16590448390070447 ], "resistance": [ 96256.90839736952, @@ -210098,11 +151235,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -318.16825275131214, + -318.1682527513135, -1073.236309217165, - -1214.263448809415, + -1214.263448809416, -787.6707055492689, - 157.10207523580857, + 157.10207523580948, 1120.996588608387, 1446.7949726378952, 708.3201945136343 @@ -210118,11 +151255,11 @@ 2.9870059949190693 ], "relative wind angle": [ - 0.2351513028289296, + 0.2351513028289315, 0.16236969189948408, - 0.054840948586256086, + 0.05484094858625811, 0.21794536199591502, - 0.21668137219638164, + 0.21668137219638114, 0.11055169523180673, 0.034392203495601244, 0.16809745393275707 @@ -210132,7 +151269,7 @@ 95561.26369078287, 95420.23655119061, 95846.82929445076, - 96791.60207523583, + 96791.60207523585, 97755.49658860841, 98081.29497263793, 97342.82019451367 @@ -210142,7 +151279,7 @@ 40.14649336796179, 40.07444643818664, 40.292607717071874, - 40.77817894087257, + 40.77817894087258, 41.2770007911171, 41.44638538600276, 41.063014778105085 @@ -210178,19 +151315,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -151.7146339992537, + -151.71463399925506, -991.4517871882736, - -1218.4868937542287, + -1218.4868937542344, -913.9169673131173, -22.67998158509272, 982.9037715756745, - 1509.286732563617, + 1509.286732563598, 870.8800808874707 ], "relative wind speed": [ - 2.666793499703519, + 2.6667934997035188, 2.2180019573405074, - 2.025456366781704, + 2.0254563667817034, 2.266987471214536, 2.724424636396582, 3.1007651453631997, @@ -210198,33 +151335,33 @@ 3.065133761326235 ], "relative wind angle": [ - 0.22778927027537202, - 0.1835970935324163, - 0.014596180506418126, + 0.227789270275373, + 0.18359709353241632, + 0.014596180506425733, 0.1983629289169074, - 0.22288838425432428, + 0.2228883842543243, 0.13096597098982812, - 0.009153202236403306, + 0.009153202236415435, 0.1462709576388881 ], "resistance": [ - 96482.78536600075, + 96482.78536600074, 95643.04821281173, 95416.01310624577, 95720.58303268689, 96611.8200184149, 97617.40377157567, - 98143.78673256362, + 98143.7867325636, 97505.38008088747 ], "fuel": [ - 40.6719194195693, + 40.67191941956929, 40.241132698165536, 40.12511387529872, 40.28079825319237, 40.738347011251726, 41.25814860558209, - 41.5317443228837, + 41.531744322883696, 41.2000556113697 ] }, @@ -210258,34 +151395,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 82.47920614543318, + 82.47920614543273, -829.5003001854484, - -1207.2519347165066, - -1042.2182650397149, - -271.97180593006806, + -1207.2519347165073, + -1042.2182650397153, + -271.9718059300685, 735.042573416617, 1424.066497869389, 1041.360551152004 ], "relative wind speed": [ - 2.8481608587769798, + 2.8481608587769793, 2.412930809760446, - 2.1505022485387872, + 2.150502248538787, 2.28491095142448, 2.694714854572327, 3.090513441522424, - 3.2785436559471948, + 3.2785436559471943, 3.186328666189735 ], "relative wind angle": [ - 0.1994355462790005, - 0.1894540097887518, + 0.19943554627900054, + 0.18945400978875182, 0.0364487559842082, - 0.15094324583101837, - 0.21095874363377276, - 0.14756871387576728, - 0.023904894885735814, - 0.10804065814108112 + 0.1509432458310184, + 0.2109587436337733, + 0.1475687138757673, + 0.023904894885735817, + 0.10804065814108113 ], "resistance": [ 96716.9792061454, @@ -210340,7 +151477,7 @@ "wind resistance": [ 61.82252126022013, -1031.2926763776914, - -1467.6393319056465, + -1467.6393319056501, -1258.5192702258455, -317.25791289174276, 895.855383977896, @@ -210348,7 +151485,7 @@ 1222.2328859432291 ], "relative wind speed": [ - 3.239679924876767, + 3.2396799248767665, 2.7841670059772237, 2.5197904163313916, 2.6664984416245074, @@ -210358,9 +151495,9 @@ 3.6019163152853677 ], "relative wind angle": [ - 0.1841714810049449, - 0.17000389138266894, - 0.028921305621175564, + 0.1841714810049443, + 0.17000389138266891, + 0.028921305621179404, 0.13844880307039778, 0.1927902750491296, 0.1345385746113374, @@ -210418,19 +151555,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -0.4042296747479668, + -0.4042296747520595, -1026.0246762176826, - -1399.3514407404655, - -1167.4342442105803, + -1399.351440740471, + -1167.4342442105808, -236.16591385195306, 922.7280856598809, 1665.3013545897538, 1126.084690716124 ], "relative wind speed": [ - 3.0932722181606884, + 3.093272218160688, 2.639980586354499, - 2.39323292803015, + 2.3932329280301494, 2.563208918098197, 3.00056907054162, 3.4062076076491725, @@ -210438,19 +151575,19 @@ 3.4643481067753013 ], "relative wind angle": [ - 0.19369115411872742, + 0.19369115411872972, 0.17299601341626564, - 0.019749863974899327, - 0.15179569607558924, - 0.1997548964559292, + 0.01974986397490495, + 0.15179569607558926, + 0.19975489645592923, 0.13381171548673262, - 0.0131880375827689, - 0.11211482268127766 + 0.013188037582768899, + 0.11211482268127768 ], "resistance": [ 96634.09577032528, 95608.47532378235, - 95235.14855925957, + 95235.14855925956, 95467.06575578944, 96398.33408614808, 97557.22808565991, @@ -210460,7 +151597,7 @@ "fuel": [ 41.52226394050292, 40.99589598640172, - 40.8052692632535, + 40.80526926325349, 40.92362894260509, 41.40092008847161, 41.99938003433266, @@ -210498,19 +151635,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 98.04730486801964, + 98.04730486801782, -1192.101030458297, - -1733.1852012633599, + -1733.1852012633663, -1520.428002060864, -451.38901449491823, 960.342349223276, - 1927.2354882152677, + 1927.235488215253, 1429.8262834743427 ], "relative wind speed": [ 3.8367830417797144, 3.3941323512068142, - 3.1323430440009394, + 3.132343044000939, 3.2551607996129164, 3.6625240296607284, 4.076131985108181, @@ -210518,13 +151655,13 @@ 4.187948727741787 ], "relative wind angle": [ - 0.15024412409874413, - 0.13845322681728375, - 0.02815208430395225, - 0.10579477770011451, + 0.15024412409874488, + 0.13845322681728373, + 0.028152084303956194, + 0.10579477770011453, 0.15745085213042445, 0.11517435712809541, - 0.020599184585387377, + 0.02059918458539277, 0.08217007936542103 ], "resistance": [ @@ -210534,7 +151671,7 @@ 95114.07199793914, 96183.11098550507, 97594.84234922327, - 98561.73548821527, + 98561.73548821526, 98064.32628347434 ], "fuel": [ @@ -210544,7 +151681,7 @@ 42.609539266142775, 43.156310091981595, 43.884870298167456, - 44.38813929359767, + 44.38813929359766, 44.12880274816041 ] }, @@ -210578,34 +151715,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 285.00269196330873, + 285.0026919633051, -825.8517177420617, - -1388.0434471906192, + -1388.04344719062, -1284.475648531687, -479.0840508926185, - 691.5518742585487, + 691.5518742585496, 1591.9679919551177, 1352.5428767588523 ], "relative wind speed": [ - 3.0870501237694947, + 3.0870501237694943, 2.607214208461051, - 2.2646051629024164, + 2.264605162902416, 2.345259829559791, 2.774020138874144, - 3.229164020105418, + 3.2291640201054177, 3.4780209392268318, 3.42415281922372 ], "relative wind angle": [ - 0.19814753231087606, + 0.19814753231087776, 0.20974361504318206, 0.07071294140833206, 0.13539481878034085, 0.22085821288030277, - 0.16890926152382346, + 0.16890926152382216, 0.046020413431872284, - 0.09258332597929748 + 0.0925833259792975 ], "resistance": [ 96919.50269196334, @@ -210658,11 +151795,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 437.3773620093566, + 437.3773620093548, -560.100853135375, - -1161.627258803573, + -1161.6272588035745, -1164.5891182847397, - -569.9426475567625, + -569.942647556763, 425.8206222291624, 1290.6358994030593, 1297.468136971857 @@ -210678,11 +151815,11 @@ 3.170941837529726 ], "relative wind angle": [ - 0.1922690608040002, + 0.19226906080400194, 0.22895381732210882, - 0.11234638973199881, + 0.1123463897320008, 0.11010091062808211, - 0.22859966904319196, + 0.22859966904319245, 0.19328213540951808, 0.07322426669831543, 0.07163743829771489 @@ -210738,31 +151875,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -57.41143021373318, + -57.41143021373591, -1306.3223074706389, - -1729.9399158597703, + -1729.9399158597716, -1421.228091242348, - -249.0861155988614, + -249.0861155988623, 1176.997138083986, 2061.051292463728, 1342.06297430224 ], "relative wind speed": [ - 3.4800631716030326, + 3.4800631716030317, 2.9890388417665448, - 2.7357363824474916, - 2.9342783529513046, + 2.735736382447491, + 2.934278352951305, 3.413520187583502, 3.850792977011199, 4.034687868366149, 3.8926816331147913 ], "relative wind angle": [ - 0.18773815936181149, + 0.18773815936181212, 0.1623794196359159, 0.012383997634919635, - 0.14890534950467002, - 0.19144284112926596, + 0.14890534950467152, + 0.19144284112926654, 0.12581969892683517, 0.008396903588875269, 0.11206396862292538 @@ -210805,68 +151942,7 @@ "id": "3963", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.4344539627727, - 10.4344539627727, - 10.4344539627727, - 10.4344539627727, - 10.4344539627727, - 10.4344539627727, - 10.4344539627727, - 10.4344539627727 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 244.44101348692902, - -845.4887204410074, - -1379.5750305812126, - -1261.900947280194, - -449.57717900421494, - 708.145423046933, - 1580.0737399314417, - 1307.684629026155 - ], - "relative wind speed": [ - 3.0999358514527033, - 2.6309072354966676, - 2.3066657207877905, - 2.396774526049382, - 2.818664259619193, - 3.260797081970556, - 3.497679765804604, - 3.4365596696197738 - ], - "relative wind angle": [ - 0.19355525566162762, - 0.20018517428343235, - 0.062289309866837526, - 0.13395235636371097, - 0.21315370084289656, - 0.1611350918217008, - 0.04106381738274528, - 0.09327904202804503 - ], - "resistance": [ - 96878.94101348692, - 95789.011279559, - 95254.92496941879, - 95372.5990527198, - 96184.92282099578, - 97342.64542304694, - 98214.57373993144, - 97942.18462902616 - ], - "fuel": [ - 41.446020135425115, - 40.88578482474652, - 40.6128726142574, - 40.672911604831015, - 41.088776292277544, - 41.68570943513929, - 42.13857682544067, - 41.99679788716392 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -57.34375, -57.1875 -57.1875, -57.03125 -57.1875, -57.03125 -57.34375, -57.1875 -57.34375))", @@ -210885,68 +151961,7 @@ "id": "3964", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.838253942234655, - 11.838253942234655, - 11.838253942234655, - 11.838253942234655, - 11.838253942234655, - 11.838253942234655, - 11.838253942234655, - 11.838253942234655 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -404.87551751017963, - -1515.375332451622, - -1749.4920860846091, - -1197.0497000897503, - 125.66419163992487, - 1510.7290724435616, - 2053.8205556770436, - 1052.5600816923097 - ], - "relative wind speed": [ - 3.2618626282945735, - 2.774197141322378, - 2.6171686592476466, - 2.93187302955334, - 3.45139528901807, - 3.854310245426496, - 3.9626134628516048, - 3.7357727159850915 - ], - "relative wind angle": [ - 0.20782463658793232, - 0.14742320169227663, - 0.03696912078289731, - 0.18673304995241455, - 0.19625863837897858, - 0.10592406656356011, - 0.024413684870992446, - 0.1462203138885521 - ], - "resistance": [ - 96229.62448248985, - 95119.1246675484, - 94885.00791391543, - 95437.45029991028, - 96760.16419163995, - 98145.22907244359, - 98688.32055567707, - 97687.06008169234 - ], - "fuel": [ - 42.04189661023568, - 41.47381368256236, - 41.35463552251101, - 41.63618592689804, - 42.314917262007725, - 43.03262089696142, - 43.31598467683325, - 42.79441984294881 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.03125 -57.34375, -57.03125 -57.1875, -56.875 -57.1875, -56.875 -57.34375, -57.03125 -57.34375))", @@ -210965,68 +151980,7 @@ "id": "3965", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.333540492505616, - 11.333540492505616, - 11.333540492505616, - 11.333540492505616, - 11.333540492505616, - 11.333540492505616, - 11.333540492505616, - 11.333540492505616 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 106.87380391064926, - -1081.2856654385869, - -1575.3208179057183, - -1363.9412437166275, - -364.3436307722063, - 945.3482741484668, - 1842.5761669576368, - 1351.9323924299033 - ], - "relative wind speed": [ - 3.298928399664722, - 2.8116279666476474, - 2.518149209756093, - 2.6658343450026107, - 3.1230701621558703, - 3.5680868824942524, - 3.7809285078228463, - 3.678290780901808 - ], - "relative wind angle": [ - 0.19266294190595132, - 0.18242241777217116, - 0.03562212916444106, - 0.14425715057807367, - 0.20365995093437717, - 0.14344307386686295, - 0.02372202443545081, - 0.10437728154029467 - ], - "resistance": [ - 96741.37380391064, - 95553.2143345614, - 95059.17918209426, - 95270.55875628335, - 96270.15636922779, - 97579.84827414845, - 98477.07616695762, - 97986.4323924299 - ], - "fuel": [ - 41.95585700774202, - 41.3459559415, - 41.09390608916691, - 41.20163784131629, - 41.71334508723948, - 42.38942077993286, - 42.85626258149519, - 42.600601747209524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-57.1875 -57.5, -57.1875 -57.34375, -57.03125 -57.34375, -57.03125 -57.5, -57.1875 -57.5))", @@ -211058,34 +152012,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -258.70255862371687, + -258.7025586237205, -1537.7198972109677, - -1877.481611083032, + -1877.4816110830334, -1414.915039411448, -54.021471305294654, 1474.306907531507, - 2264.386050278602, + 2264.3860502786647, 1297.5946692867574 ], "relative wind speed": [ - 3.470418339038676, + 3.4704183390386754, 2.952686500700693, - 2.7358113554920087, + 2.7358113554920083, 3.010880792656184, 3.5404237046589855, 3.9824673112314573, - 4.134457604524226, + 4.134457604524225, 3.938654631833221 ], "relative wind angle": [ - 0.2029106488204919, - 0.15960509154105282, - 0.01305715217699453, - 0.17350390581900627, + 0.20291064882049356, + 0.15960509154105285, + 0.013057152176994533, + 0.1735039058190063, 0.19884416748910055, 0.11810725986816632, - 0.008639908304283008, - 0.13235565202927732 + 0.008639908304257309, + 0.13235565202927735 ], "resistance": [ 96375.79744137631, @@ -211094,7 +152048,7 @@ 95219.58496058857, 96580.47852869473, 98108.80690753154, - 98898.88605027863, + 98898.8860502787, 97932.09466928679 ], "fuel": [ @@ -211104,7 +152058,7 @@ 41.90811403991325, 42.60543012985815, 43.39675458315899, - 43.809242795314795, + 43.80924279531483, 43.30481369081025 ] }, @@ -211125,68 +152079,7 @@ "id": "3967", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.287468819346545, - 12.287468819346545, - 12.287468819346545, - 12.287468819346545, - 12.287468819346545, - 12.287468819346545, - 12.287468819346545, - 12.287468819346545 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 63.827394008526426, - -1226.7209745319979, - -1737.664538797355, - -1487.807688206416, - -371.8494454655911, - 1061.9943404514452, - 2018.214790715625, - 1436.8361418937538 - ], - "relative wind speed": [ - 3.547626228120547, - 3.0571175954853915, - 2.7746863041712717, - 2.9341505670374772, - 3.3976109987999106, - 3.8449244935354137, - 4.053458802931061, - 3.9395650525874792 - ], - "relative wind angle": [ - 0.1812670381760281, - 0.16634471214319504, - 0.027506988493587445, - 0.1361561968024854, - 0.18936547432991374, - 0.132035654592407, - 0.01882790782889911, - 0.10126780279742004 - ], - "resistance": [ - 96698.32739400853, - 95407.77902546801, - 94896.83546120266, - 95146.6923117936, - 96262.65055453443, - 97696.49434045146, - 98652.71479071563, - 98071.33614189377 - ], - "fuel": [ - 42.608112093305124, - 41.94610574676537, - 41.68572203997923, - 41.81293107883712, - 42.38393210713036, - 43.12438736113664, - 43.62244391445739, - 43.3192218384673 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.875 -57.03125, -56.875 -56.875, -56.71875 -56.875, -56.71875 -57.03125, -56.875 -57.03125))", @@ -211218,11 +152111,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 246.12841213300544, + 246.12841213300408, -621.1958192313186, - -1068.9284718442696, + -1068.9284718442711, -994.8675928319176, - -375.85022196069895, + -375.85022196069804, 534.4532796843473, 1245.3233329684072, 1074.5355734343275 @@ -211230,19 +152123,19 @@ "relative wind speed": [ 2.6452943434597413, 2.205118782042574, - 1.8813691819346894, + 1.8813691819346892, 1.9502770087628056, - 2.3452024741734427, + 2.345202474173443, 2.763151817307984, 2.992992951825269, 2.9485549676918934 ], "relative wind angle": [ - 0.21214479795407504, + 0.2121447979540761, 0.22999368073127693, - 0.08191776425457108, + 0.0819177642545738, 0.14665436899551754, - 0.23979136090103237, + 0.23979136090103284, 0.18295022863675067, 0.05145792500165472, 0.09680610212396477 @@ -211298,19 +152191,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -16.511316262420678, + -16.511316262422042, -977.8559356296614, - -1316.6673726604026, + -1316.667372660408, -1087.2147154300878, -198.75044986051807, 894.6301701546658, - 1585.2477500963328, + 1585.2477500963155, 1052.0570115655769 ], "relative wind speed": [ 2.955142330949616, 2.5074588931395305, - 2.2685544434074045, + 2.268554443407404, 2.445040358779459, 2.880224565389937, 3.27737847104381, @@ -211318,14 +152211,14 @@ 3.3242047751583526 ], "relative wind angle": [ - 0.20076366953574887, + 0.20076366953574998, 0.17790838926290636, - 0.01686056340722848, - 0.16004935659404018, + 0.016860563407235064, + 0.1600493565940402, 0.2060599397449423, 0.13581451418388404, - 0.011095856220200465, - 0.1174886934820188 + 0.011095856220210473, + 0.11748869348201879 ], "resistance": [ 96617.98868373758, @@ -211334,7 +152227,7 @@ 95547.28528456991, 96435.74955013949, 97529.13017015466, - 98219.74775009633, + 98219.74775009631, 97686.55701156557 ], "fuel": [ @@ -211344,7 +152237,7 @@ 40.67204664814228, 41.12759442124964, 41.69224181176499, - 42.05118520182869, + 42.05118520182868, 41.77390708107226 ] }, @@ -211365,68 +152258,7 @@ "id": "3970", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.468879502915106, - 9.468879502915106, - 9.468879502915106, - 9.468879502915106, - 9.468879502915106, - 9.468879502915106, - 9.468879502915106, - 9.468879502915106 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 336.10058431719926, - -606.1491850436641, - -1136.2205745179945, - -1101.4349022817603, - -489.59326696617245, - 472.71868038306866, - 1266.1899435157793, - 1185.7849697875126 - ], - "relative wind speed": [ - 2.8688317287642673, - 2.4389993339249183, - 2.1032848927049748, - 2.1327766156613404, - 2.5000644870353126, - 2.9209245413761575, - 3.1712317145580413, - 3.1514729627569187 - ], - "relative wind angle": [ - 0.1877260863451768, - 0.21134791200259975, - 0.08959091015909959, - 0.11537198221458854, - 0.2158248776822574, - 0.17607498368398097, - 0.05937561915315587, - 0.07798454462312086 - ], - "resistance": [ - 96970.60058431725, - 96028.35081495639, - 95498.27942548205, - 95533.06509771828, - 96144.90673303387, - 97107.21868038311, - 97900.68994351583, - 97820.28496978755 - ], - "fuel": [ - 40.928900305841665, - 40.44399377807335, - 40.17265710992973, - 40.190431389628735, - 40.50379746495487, - 40.99948180127343, - 41.4107887618137, - 41.36900304430844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.71875 -57.1875, -56.71875 -57.03125, -56.5625 -57.03125, -56.5625 -57.1875, -56.71875 -57.1875))", @@ -211445,68 +152277,7 @@ "id": "3971", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.6641883566629, - 10.6641883566629, - 10.6641883566629, - 10.6641883566629, - 10.6641883566629, - 10.6641883566629, - 10.6641883566629, - 10.6641883566629 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 43.49445156874481, - -985.2416864574852, - -1384.981613915546, - -1175.7832873927605, - -274.168343443514, - 874.8121998217221, - 1634.8608270233508, - 1148.8597365467776 - ], - "relative wind speed": [ - 3.0839596026107015, - 2.630111450646129, - 2.370723643057259, - 2.52570704263471, - 2.957963752460989, - 3.367917776399531, - 3.5552813952846503, - 3.4469059061995404 - ], - "relative wind angle": [ - 0.19330000602664185, - 0.17747625445166423, - 0.02710304264675117, - 0.14841502610258958, - 0.20164472904436828, - 0.13831083109772763, - 0.01807155261631724, - 0.10856487515430752 - ], - "resistance": [ - 96677.99445156872, - 95649.2583135425, - 95249.51838608444, - 95458.71671260723, - 96360.33165655647, - 97509.31219982171, - 98269.36082702334, - 97783.35973654676 - ], - "fuel": [ - 41.48573770327083, - 40.957608637244896, - 40.75345390457595, - 40.860221279714025, - 41.32223679806613, - 41.915393706467846, - 42.31046550382374, - 42.05759528445012 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.5625 -57.03125, -56.5625 -56.875, -56.40625 -56.875, -56.40625 -57.03125, -56.5625 -57.03125))", @@ -211525,68 +152296,7 @@ "id": "3972", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.731188866109857, - 12.731188866109857, - 12.731188866109857, - 12.731188866109857, - 12.731188866109857, - 12.731188866109857, - 12.731188866109857, - 12.731188866109857 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 196.5447223607407, - -1076.0978495381005, - -1664.2278421443716, - -1502.1947463006454, - -515.981134976375, - 849.310074712309, - 1837.1141252068192, - 1459.2035652389877 - ], - "relative wind speed": [ - 3.7015933842939064, - 3.2510934731692678, - 2.9622907673514223, - 3.0609846344777005, - 3.464789025561453, - 3.8906230610296446, - 4.11477702724753, - 4.041896787622231 - ], - "relative wind angle": [ - 0.15640321105149815, - 0.1520841281045649, - 0.0405092285859438, - 0.10567784678964794, - 0.16719014695402387, - 0.12693624158922273, - 0.02915936833882949, - 0.07996762601115238 - ], - "resistance": [ - 96831.04472236073, - 95558.40215046189, - 94970.27215785561, - 95132.30525369933, - 96118.51886502361, - 97483.8100747123, - 98471.6141252068, - 98093.70356523897 - ], - "fuel": [ - 43.01068812840294, - 42.35719594334485, - 42.057231822466036, - 42.139745158237915, - 42.64406904322726, - 43.34821650245496, - 43.861999964722656, - 43.665009692140075 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -57.03125, -56.40625 -56.875, -56.25 -56.875, -56.25 -57.03125, -56.40625 -57.03125))", @@ -211618,9 +152328,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 306.1605682059035, + 306.1605682058944, -1212.262550938346, - -1964.8087663731367, + -1964.808766373154, -1824.5017699686468, -720.3033175245664, 878.2315973693467, @@ -211628,9 +152338,9 @@ 1752.0978620914802 ], "relative wind speed": [ - 4.330361441528513, + 4.330361441528512, 3.881090116394872, - 3.5807610349694263, + 3.580761034969426, 3.6526362125440115, 4.039556195289557, 4.472939075999267, @@ -211638,19 +152348,19 @@ 4.66136172893622 ], "relative wind angle": [ - 0.13163483985496024, + 0.13163483985496194, 0.13066594943427134, - 0.040998357545748404, + 0.040998357545756536, 0.08171100332210794, 0.14117243652326103, 0.11329640896913226, 0.03112023286469422, - 0.06400108018924865 + 0.06400108018924863 ], "resistance": [ 96940.6605682059, 95422.23744906165, - 94669.69123362686, + 94669.69123362684, 94809.99823003136, 95914.19668247543, 97512.73159736935, @@ -211660,7 +152370,7 @@ "fuel": [ 44.91088588046557, 44.13126227448851, - 43.74805239760959, + 43.74805239760957, 43.81933938640101, 44.38291573750214, 45.206836723274954, @@ -211685,68 +152395,7 @@ "id": "3974", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.189801229482534, - 13.189801229482534, - 13.189801229482534, - 13.189801229482534, - 13.189801229482534, - 13.189801229482534, - 13.189801229482534, - 13.189801229482534 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 386.2500760533094, - -1029.984009929366, - -1779.2694068091064, - -1687.5645270755322, - -713.7008864912268, - 754.9665934208597, - 1909.7047927940166, - 1696.0330676267931 - ], - "relative wind speed": [ - 3.887226203546711, - 3.4177506917078544, - 3.081151529416541, - 3.1351833964901914, - 3.5343890960612256, - 3.9901646644251594, - 4.25545991552861, - 4.2158105875701875 - ], - "relative wind angle": [ - 0.1518138140646361, - 0.15926599985239545, - 0.05802394715662497, - 0.09241992780235059, - 0.16710534418511963, - 0.13626360176574429, - 0.04200082240996486, - 0.06868637547820314 - ], - "resistance": [ - 97020.75007605329, - 95604.5159900706, - 94855.23059319086, - 94946.93547292444, - 95920.79911350875, - 97389.46659342083, - 98544.20479279399, - 98330.53306762676 - ], - "fuel": [ - 43.46760742007918, - 42.7397607268029, - 42.35769855515854, - 42.404346866973555, - 42.90166118094581, - 43.65832677929251, - 44.258890449411865, - 44.14738857144632 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -57.1875, -56.40625 -57.03125, -56.25 -57.03125, -56.25 -57.1875, -56.40625 -57.1875))", @@ -211778,33 +152427,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 306.11218103492865, + 306.1121810349241, -1140.0340238270228, -1856.4758255975885, -1717.7945981906123, - -660.4055420455334, + -660.4055420455315, 865.0127156668432, 2015.094914440484, 1691.6566784775605 ], "relative wind speed": [ - 3.9644652251038672, + 3.964465225103867, 3.491110547858016, 3.170528660021404, 3.249798136623931, - 3.662858571887544, + 3.6628585718875435, 4.116511214771849, 4.368210784141579, 4.3095625659576555 ], "relative wind angle": [ - 0.15176137510699758, + 0.15176137510699908, 0.15291917411950137, 0.04818220540599433, - 0.09733612757023032, - 0.1643670049256526, + 0.09733612757023033, + 0.16436700492565123, 0.12954411523065174, - 0.03496513555714025, + 0.03496513555714026, 0.07335011058919996 ], "resistance": [ @@ -211812,7 +152461,7 @@ 95494.46597617297, 94778.02417440241, 94916.70540180939, - 95974.09445795446, + 95974.09445795447, 97499.51271566685, 98649.59491444049, 98326.15667847756 @@ -211845,68 +152494,7 @@ "id": "3976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.46162523679367, - 14.46162523679367, - 14.46162523679367, - 14.46162523679367, - 14.46162523679367, - 14.46162523679367, - 14.46162523679367, - 14.46162523679367 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 545.6983982757747, - -1063.0699841656187, - -1979.568514149174, - -1938.6555743166255, - -921.0095940498977, - 711.1273218591214, - 2057.789192697731, - 1962.2732435243115 - ], - "relative wind speed": [ - 4.274446423942787, - 3.7979049222198307, - 3.4366309861802993, - 3.458465661680429, - 3.8454579644187405, - 4.316753107260963, - 4.609556014638961, - 4.593196539910538 - ], - "relative wind angle": [ - 0.13784205071087893, - 0.15027795204064912, - 0.06312147156940409, - 0.07583478507269135, - 0.1533347268010672, - 0.13210223005592486, - 0.047046000036922234, - 0.057076374790609535 - ], - "resistance": [ - 97180.19839827578, - 95571.43001583438, - 94654.93148585083, - 94695.84442568338, - 95713.4904059501, - 97345.62732185912, - 98692.28919269773, - 98596.77324352431 - ], - "fuel": [ - 44.61806717308285, - 43.790892901956084, - 43.323966368914064, - 43.34474354716396, - 43.86354788731012, - 44.70367119875202, - 45.404312952174934, - 45.3543955368508 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -57.34375, -56.40625 -57.1875, -56.25 -57.1875, -56.25 -57.34375, -56.40625 -57.34375))", @@ -211938,9 +152526,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 253.91142287443836, + 253.91142287443654, -1362.7899915176467, - -2121.940274478545, + -2121.9402744785566, -1933.582825067203, -702.7435835481429, 1021.5189535333193, @@ -211948,29 +152536,29 @@ 1836.4467183513007 ], "relative wind speed": [ - 4.448803586734781, + 4.44880358673478, 3.9796833801775544, 3.6790390764517205, 3.7726652149556643, - 4.185954438237457, + 4.185954438237456, 4.634240833824096, 4.876344879752187, 4.804275709012507 ], "relative wind angle": [ - 0.13504108372954837, + 0.1350410837295484, 0.13036900231459245, - 0.03607948670975284, + 0.036079486709759, 0.08749810052969717, - 0.14357771330727828, - 0.1118715384633716, + 0.14357771330727753, + 0.11187153846337161, 0.027218220971688595, - 0.06867617745472715 + 0.06867617745472716 ], "resistance": [ 96888.41142287449, 95271.71000848239, - 94512.5597255215, + 94512.55972552148, 94700.91717493284, 95931.7564164519, 97656.01895353336, @@ -211980,7 +152568,7 @@ "fuel": [ 45.31623088020492, 44.486756912921805, - 44.10061867049778, + 44.100618670497774, 44.196225775945834, 44.82422925150046, 45.71346909482363, @@ -212005,68 +152593,7 @@ "id": "3978", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.398743244457707, - 15.398743244457707, - 15.398743244457707, - 15.398743244457707, - 15.398743244457707, - 15.398743244457707, - 15.398743244457707, - 15.398743244457707 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 310.2930134438111, - -1252.7158922478457, - -2026.5182201014914, - -1882.4187789498465, - -745.9744430069222, - 899.3112859258608, - 2135.5469720948104, - 1797.6919995137332 - ], - "relative wind speed": [ - 4.4598558253638805, - 4.011958659483436, - 3.713629980227529, - 3.784986115428337, - 4.169843042832565, - 4.602400753898681, - 4.8463241074908066, - 4.790802134393152 - ], - "relative wind angle": [ - 0.12740772160132108, - 0.12599190317769807, - 0.0393988367408009, - 0.07862133321145724, - 0.13632240358065453, - 0.10975830264710243, - 0.030187223665388303, - 0.062090912184770225 - ], - "resistance": [ - 96944.79301344385, - 95381.7841077522, - 94607.98177989855, - 94752.0812210502, - 95888.52555699312, - 97533.8112859259, - 98770.04697209486, - 98432.19199951377 - ], - "fuel": [ - 45.35158270353618, - 44.54917246266137, - 44.15528567790892, - 44.22846745498915, - 44.80832517686072, - 45.65632853288202, - 46.30012938685775, - 46.12361819430687 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.40625 -57.5, -56.40625 -57.34375, -56.25 -57.34375, -56.25 -57.5, -56.40625 -57.5))", @@ -212085,68 +152612,7 @@ "id": "3979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.21180714075664, - 15.21180714075664, - 15.21180714075664, - 15.21180714075664, - 15.21180714075664, - 15.21180714075664, - 15.21180714075664, - 15.21180714075664 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 640.5377964940426, - -950.7024674862078, - -1922.0514104172053, - -1943.6043712455094, - -1026.399927358092, - 552.5365795942571, - 1917.9822480476714, - 1968.4862648908575 - ], - "relative wind speed": [ - 4.490443805072254, - 4.051176828338452, - 3.7016746979551973, - 3.6908590403929673, - 4.027282579511862, - 4.4688988405741625, - 4.762425324587232, - 4.7708123087898775 - ], - "relative wind angle": [ - 0.11857258944257483, - 0.13385634329987336, - 0.06309677872422623, - 0.05708218387386757, - 0.1322850345676625, - 0.12127942170168825, - 0.04903013283332459, - 0.044151040072064385 - ], - "resistance": [ - 97275.03779649403, - 95683.79753251378, - 94712.44858958278, - 94690.89562875447, - 95608.10007264189, - 97187.03657959425, - 98552.48224804766, - 98602.98626489085 - ], - "fuel": [ - 45.347080183227234, - 44.528304833184066, - 44.033126759853204, - 44.02217922212159, - 44.48958934444877, - 45.301552886449954, - 46.01120941869119, - 46.037590677461104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -56.71875, -55.3125 -56.5625, -55.15625 -56.5625, -55.15625 -56.71875, -55.3125 -56.71875))", @@ -212178,9 +152644,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1109.821873063498, + -1109.8218730635035, -2340.8145692934104, - -2405.453955255596, + -2405.453955255598, -1339.2975314252453, 573.8497500032681, 2266.7512318789195, @@ -212188,9 +152654,9 @@ 840.2482148106865 ], "relative wind speed": [ - 4.811039600641345, + 4.811039600641344, 4.444207331411254, - 4.416936144742444, + 4.416936144742443, 4.750020833783793, 5.2079240919503045, 5.524273398546281, @@ -212198,14 +152664,14 @@ 5.263637284718196 ], "relative wind angle": [ - 0.11771893103125344, + 0.11771893103125439, 0.05815864788182765, 0.045232019865239594, 0.11409286254444302, 0.10871083483553783, - 0.04677857567017798, + 0.046778575670177985, 0.03601845137793546, - 0.10291824447070713 + 0.10291824447070715 ], "resistance": [ 95524.6781269365, @@ -212258,11 +152724,11 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -1460.2827155636187, + -1460.2827155636278, -2819.0639561827356, - -2821.0677165036086, + -2821.0677165035977, -1467.4467425738367, - 815.5356788502195, + 815.5356788502158, 2747.1541017378095, 2751.8786465255052, 823.845370740748 @@ -212272,37 +152738,37 @@ 5.110320148243018, 5.1095833817175, 5.468793498826934, - 5.9404583627900145, + 5.940458362790015, 6.25296362836752, 6.253565688509395, 5.941988204499728 ], "relative wind angle": [ - 0.1048434341045585, + 0.10484343410456062, 0.04654947471456616, - 0.04624249111262662, - 0.10475346638972272, - 0.0965213465324437, - 0.03803863069283281, + 0.04624249111262422, + 0.10475346638972273, + 0.09652134653244485, + 0.038038630692832816, 0.03777874412092636, - 0.09638428156294056 + 0.09638428156294054 ], "resistance": [ - 95174.21728443634, + 95174.21728443632, 93815.43604381722, 93813.43228349635, 95167.05325742612, - 97450.03567885018, + 97450.03567885017, 99381.65410173776, 99386.37864652547, 97458.3453707407 ], "fuel": [ - 50.030997829515584, + 50.03099782951558, 49.34186892945033, 49.34085776156068, 50.027346456492936, - 51.200607312901994, + 51.20060731290198, 52.20844316464227, 52.210925250681115, 51.204913219532905 @@ -212338,53 +152804,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -491.8478836801405, + -491.84788368014597, -2186.0234696259067, - -2602.1035073414696, + -2602.1035073415114, -1981.6664846780022, -148.32732171323732, 1870.6120015662855, - 2852.7370829052434, + 2852.7370829053307, 1579.5899771572658 ], "relative wind speed": [ - 5.274695070571407, + 5.274695070571406, 4.8445186381992995, 4.680159423503965, 4.903369509465464, - 5.351046850929485, + 5.351046850929486, 5.743409236028046, 5.878113494901207, 5.693248452509083 ], "relative wind angle": [ - 0.11380526172849699, - 0.08191279183869936, - 0.008209400351458911, + 0.11380526172849798, + 0.08191279183869937, + 0.008209400351472433, 0.09205035151838017, - 0.11217452780701737, + 0.11217452780701836, 0.06907043565935496, - 0.006536305307396921, + 0.006536305307379936, 0.07925034276663574 ], "resistance": [ - 96142.65211631986, + 96142.65211631985, 94448.47653037409, - 94032.39649265853, + 94032.39649265849, 94652.833515322, 96486.17267828676, 98505.11200156629, - 99487.23708290524, + 99487.23708290533, 98214.08997715727 ], "fuel": [ 48.768436830766845, 47.904159076567666, - 47.69353090479298, + 47.69353090479296, 48.007844632813566, 48.94498499379706, 49.99146807066229, - 50.50601975374421, + 50.506019753744255, 49.83968613615268 ] }, @@ -212405,68 +152871,7 @@ "id": "3983", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.618879475696627, - 20.618879475696627, - 20.618879475696627, - 20.618879475696627, - 20.618879475696627, - 20.618879475696627, - 20.618879475696627, - 20.618879475696627 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1144.8180911216186, - -2642.222189569484, - -2792.330733521907, - -1683.6497578737635, - 469.41297194718936, - 2457.878429980956, - 2812.346919972282, - 1094.1394556738796 - ], - "relative wind speed": [ - 5.590538513818033, - 5.215274241829294, - 5.160750663542147, - 5.46702007560558, - 5.920916874946191, - 6.253982099192257, - 6.299049936558259, - 6.035152774158321 - ], - "relative wind angle": [ - 0.10202595986623636, - 0.05472003692894343, - 0.032172216031959945, - 0.09526034389793973, - 0.09631486595610471, - 0.045624784547813116, - 0.02635689000449988, - 0.08626931351003221 - ], - "resistance": [ - 95489.68190887838, - 93992.27781043052, - 93842.1692664781, - 94950.85024212624, - 97103.9129719472, - 99092.37842998095, - 99446.84691997227, - 97728.63945567388 - ], - "fuel": [ - 50.42656264504534, - 49.66575727299757, - 49.58994981130125, - 50.1518305277629, - 51.256071017240046, - 52.291216508246414, - 52.47728911552152, - 51.579702934390646 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -57.03125, -55.9375 -56.875, -55.78125 -56.875, -55.78125 -57.03125, -55.9375 -57.03125))", @@ -212498,31 +152903,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -301.2270807509849, + -301.227080750994, -1747.4906562700307, - -2139.0943815628098, + -2139.094381562658, -1706.5927467279216, - -232.46783401625544, + -232.46783401625908, 1455.3563721014743, 2380.6134165989497, 1397.120692497927 ], "relative wind speed": [ - 4.8525692851719135, + 4.852569285171913, 4.457522821724739, - 4.288778131793814, + 4.288778131793813, 4.4703814786626, - 4.869269103115937, + 4.869269103115938, 5.233325955810171, 5.372484751230151, 5.222346187412676 ], "relative wind angle": [ - 0.11189671074385589, - 0.08472398227707101, - 0.001959131566262778, + 0.11189671074385789, + 0.08472398227707102, + 0.0019591315662061087, 0.08714759242807744, - 0.1115113443982784, + 0.11151134439828041, 0.0721405112815675, 0.0015639464899653783, 0.07457393705941597 @@ -212530,9 +152935,9 @@ "resistance": [ 96333.272919249, 94887.00934372995, - 94495.40561843717, + 94495.40561843733, 94927.90725327206, - 96402.03216598374, + 96402.03216598372, 98089.85637210147, 99015.11341659894, 98031.6206924979 @@ -212540,9 +152945,9 @@ "fuel": [ 47.045979294438226, 46.30648005462808, - 46.10758543705101, + 46.10758543705109, 46.327284917086814, - 47.081330884492395, + 47.081330884492374, 47.95461781428341, 48.43784779571428, 47.92430987892684 @@ -212578,9 +152983,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -449.6795128356098, + -449.6795128356116, -2211.9481583924226, - -2666.2493241939683, + -2666.249324194103, -2097.6744095184386, -257.09486079218004, 1814.1336312242747, @@ -212588,9 +152993,9 @@ 1651.6456511186807 ], "relative wind speed": [ - 5.8872911173171145, + 5.887291117317114, 5.493033750213701, - 5.333637183826663, + 5.333637183826662, 5.522128743179719, 5.925658820269037, 6.292869724798568, @@ -212598,11 +153003,11 @@ 6.267353771570709 ], "relative wind angle": [ - 0.09312250256180246, + 0.09312250256180248, 0.06804406534222077, - 0.003612324866240037, + 0.0036123248662707714, 0.072631390234192, - 0.09251781717017621, + 0.0925178171701762, 0.05938460693692596, 0.00299708173625831, 0.06398248799378867 @@ -212610,7 +153015,7 @@ "resistance": [ 96184.82048716443, 94422.55184160762, - 93968.25067580608, + 93968.25067580595, 94536.8255904816, 96377.40513920787, 98448.63363122432, @@ -212620,7 +153025,7 @@ "fuel": [ 51.50438035457642, 50.60531190514495, - 50.3754115525207, + 50.375411552520646, 50.663261333748025, 51.60333300215142, 52.676282499307035, @@ -212658,39 +153063,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 12.96314768303455, + 12.96314768301636, -1935.7731641046303, - -2706.204426674416, + -2706.204426674456, -2370.830754890223, -720.4629276295673, 1420.6635769699096, 2834.1153806411676, - 2039.196038880942 + 2039.1960388809312 ], "relative wind speed": [ - 6.046584571422672, + 6.04658457142267, 5.635842210111114, - 5.410154526596898, + 5.410154526596897, 5.526543435705307, 5.902185598238038, 6.295574826665558, 6.490547574261996, - 6.391736655141368 + 6.391736655141369 ], "relative wind angle": [ - 0.08946510190749478, - 0.07695316937305613, - 0.013400486476891115, + 0.08946510190749603, + 0.07695316937305614, + 0.013400486476899402, 0.059881945405921455, - 0.09165997227894031, + 0.0916599722789403, 0.06887548225925472, 0.01116978798419152, - 0.051768434516200404 + 0.051768434516202555 ], "resistance": [ - 96647.46314768307, + 96647.46314768304, 94698.7268358954, - 93928.29557332561, + 93928.29557332557, 94263.6692451098, 95914.03707237047, 98055.16357696994, @@ -212698,9 +153103,9 @@ 98673.69603888097 ], "fuel": [ - 52.0724756321064, + 52.07247563210638, 51.075597010082284, - 50.68537955487632, + 50.68537955487629, 50.854972253650125, 51.69563219961463, 52.801377346118244, @@ -212738,53 +153143,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -116.9956390568168, + -116.99563905683681, -1840.4033893769465, - -2443.6345551861687, + -2443.634555186216, -2076.9088596060483, -515.3386781478675, 1418.3061250212613, - 2623.1028106081594, + 2623.102810608243, 1754.7064006162382 ], "relative wind speed": [ - 5.551710501726292, + 5.5517105017262915, 5.150730128058486, 4.947488000614694, 5.085921530101401, 5.466559030300312, 5.84591620489436, - 6.018896876547188, + 6.0188968765471875, 5.902385900327671 ], "relative wind angle": [ - 0.09664693502600302, - 0.07950175213807638, - 0.008646614094750307, + 0.09664693502600646, + 0.07950175213807639, + 0.008646614094763146, 0.06858862595941982, 0.09815720055799586, 0.0700310059151278, - 0.007107423082548617, + 0.007107423082532997, 0.05908895932641144 ], "resistance": [ - 96517.5043609432, + 96517.50436094317, 94794.09661062306, - 94190.86544481384, + 94190.8654448138, 94557.59114039397, 96119.16132185215, 98052.80612502128, - 99257.60281060818, + 99257.60281060825, 98389.20640061625 ], "fuel": [ - 49.84628393637914, + 49.84628393637913, 48.96478334380214, - 48.65884971505936, + 48.65884971505933, 48.84467628848696, 49.64155462517289, 50.64087916007634, - 51.27056359945723, + 51.270563599457276, 50.81615454005568 ] }, @@ -212805,68 +153210,7 @@ "id": "3988", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.398340756206213, - 17.398340756206213, - 17.398340756206213, - 17.398340756206213, - 17.398340756206213, - 17.398340756206213, - 17.398340756206213, - 17.398340756206213 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 228.2095176457824, - -1545.568840499851, - -2358.598727595667, - -2140.1923943643687, - -770.5205638644056, - 1128.0370181572562, - 2489.1111785334124, - 1975.4056245891188 - ], - "relative wind speed": [ - 4.989252853875741, - 4.534341836407459, - 4.251354724329391, - 4.346300999091602, - 4.746684691161445, - 5.182991771922725, - 5.417531043301534, - 5.341659594405937 - ], - "relative wind angle": [ - 0.11717466518759005, - 0.11023307072958366, - 0.028739443258690083, - 0.07508967488289468, - 0.12319232458999249, - 0.09639144275956354, - 0.022551805232145544, - 0.061078121562474066 - ], - "resistance": [ - 96862.70951764575, - 95088.93115950012, - 94275.9012724043, - 94494.30760563561, - 95863.97943613556, - 97762.53701815722, - 99123.61117853338, - 98609.9056245891 - ], - "fuel": [ - 47.327350542802165, - 46.4179738098873, - 46.00506442528629, - 46.11574372186742, - 46.81388366748783, - 47.793148117158225, - 48.50343628820474, - 48.234544776872454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -57.34375, -56.09375 -57.1875, -55.9375 -57.1875, -55.9375 -57.34375, -56.09375 -57.34375))", @@ -212885,68 +153229,7 @@ "id": "3989", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.251368646172207, - 25.251368646172207, - 25.251368646172207, - 25.251368646172207, - 25.251368646172207, - 25.251368646172207, - 25.251368646172207, - 25.251368646172207 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 28.754737146697153, - -2463.8326431919268, - -3461.158528404507, - -3046.6869938387026, - -954.8406278480179, - 1775.847752273392, - 3588.2452486365546, - 2604.1075622079406 - ], - "relative wind speed": [ - 7.120547007752614, - 6.6768431396340935, - 6.431765314969707, - 6.553336295111962, - 6.9563884075492615, - 7.38331192995539, - 7.597757846855417, - 7.493151057430289 - ], - "relative wind angle": [ - 0.08197266318574552, - 0.07052712113530296, - 0.012805916888532264, - 0.05404920975903756, - 0.08391157476473651, - 0.06376911662918618, - 0.01084056846286183, - 0.04726477062896142 - ], - "resistance": [ - 96663.2547371467, - 94170.66735680807, - 93173.34147159549, - 93587.8130061613, - 95679.65937215197, - 98410.34775227339, - 100222.74524863655, - 99238.60756220794 - ], - "fuel": [ - 57.69894423071401, - 56.42623353106067, - 55.923476404169065, - 56.13196418537389, - 57.19396072119834, - 58.60478794280832, - 59.556493762497695, - 59.038197879502135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.25 -57.5, -56.25 -57.34375, -56.09375 -57.34375, -56.09375 -57.5, -56.25 -57.5))", @@ -212965,68 +153248,7 @@ "id": "3990", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.686714798377334, - 16.686714798377334, - 16.686714798377334, - 16.686714798377334, - 16.686714798377334, - 16.686714798377334, - 16.686714798377334, - 16.686714798377334 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 695.6113360014297, - -986.000458614677, - -2031.4698148501902, - -2072.6854372644584, - -1132.3539698484828, - 525.7145760390176, - 1976.1724585321572, - 2073.115902125586 - ], - "relative wind speed": [ - 4.893983439659989, - 4.473183845594235, - 4.1368101744679535, - 4.1181413558632824, - 4.431401448655331, - 4.855823204187477, - 5.145405162592076, - 5.160358948749525 - ], - "relative wind angle": [ - 0.10335960007696203, - 0.11686372997561516, - 0.05627175191334239, - 0.04676850238446138, - 0.11419391538421393, - 0.10761759019548216, - 0.045232993870971176, - 0.037317906694369664 - ], - "resistance": [ - 97330.11133600147, - 95648.49954138536, - 94603.03018514985, - 94561.81456273558, - 95502.14603015156, - 97160.21457603906, - 98610.67245853221, - 98707.61590212563 - ], - "fuel": [ - 46.82051271076131, - 45.955174666533594, - 45.42249268905951, - 45.40157605454305, - 45.8803605810741, - 46.73260794812954, - 47.48653212147585, - 47.53720082839574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-56.09375 -57.5, -56.09375 -57.34375, -55.9375 -57.34375, -55.9375 -57.5, -56.09375 -57.5))", @@ -213058,9 +153280,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1165.1265493915998, + 1165.126549391578, -1574.1659205545548, - -3328.8416530469294, + -3328.8416530469694, -3445.0568635630043, -1998.183782851498, 674.3079616115756, @@ -213068,7 +153290,7 @@ 3331.299106812552 ], "relative wind speed": [ - 7.57156217361974, + 7.571562173619739, 7.140316922098591, 6.795915004020754, 6.76321945498852, @@ -213078,19 +153300,19 @@ 7.8422742152607885 ], "relative wind angle": [ - 0.06731976017434037, + 0.06731976017434202, 0.07565610448075105, - 0.037370972428962396, + 0.037370972428968335, 0.02670779574120761, - 0.07215498731898842, - 0.0720160554980756, + 0.07215498731898844, + 0.07201605549807559, 0.032500244075984765, - 0.023032244827942572 + 0.023032244827942576 ], "resistance": [ - 97799.62654939157, + 97799.62654939154, 95060.33407944541, - 93305.65834695305, + 93305.658346953, 93189.44313643697, 94636.31621714847, 97308.80796161154, @@ -213098,9 +153320,9 @@ 99965.79910681253 ], "fuel": [ - 59.962733618053505, + 59.96273361805349, 58.553729994200935, - 57.665852516229656, + 57.665852516229634, 57.60745138042842, 58.338124413372036, 59.70821911939004, @@ -213138,17 +153360,17 @@ ], "ice resistance": 91868.52986638669, "wind resistance": [ - 437.5697285396491, + 437.5697285396054, -2208.1285647493423, - -3508.0423721423103, + -3508.0423721423504, -3278.9364542620096, - -1371.5696730544041, + -1371.5696730543932, 1405.859561921592, 3471.3972960350548, 2926.8475871986666 ], "relative wind speed": [ - 7.525446263943746, + 7.525446263943744, 7.090618218569919, 6.81184418160047, 6.87573307949292, @@ -213158,19 +153380,19 @@ 7.857779234055123 ], "relative wind angle": [ - 0.07325692822977654, - 0.06935833080521227, - 0.02116256678172255, + 0.07325692822977958, + 0.06935833080521228, + 0.021162566781727798, 0.04183274893458095, - 0.0761721746955582, + 0.07617217469555675, 0.06415823871850743, - 0.01821675284693776, + 0.018216752846937762, 0.03660209051672502 ], "resistance": [ - 92306.09959492633, + 92306.09959492629, 89660.40130163735, - 88360.48749424437, + 88360.48749424433, 88589.59341212467, 90496.96019333228, 93274.38942830828, @@ -213178,9 +153400,9 @@ 94795.37745358536 ], "fuel": [ - 57.52908101543295, + 57.52908101543293, 56.22184100879723, - 55.58909590393044, + 55.589095903930414, 55.700158895512146, 56.63236909637442, 58.01402389173403, @@ -213205,68 +153427,7 @@ "id": "3993", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.636703118081194, - 19.636703118081194, - 19.636703118081194, - 19.636703118081194, - 19.636703118081194, - 19.636703118081194, - 19.636703118081194, - 19.636703118081194 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -50.64992862629697, - -1916.0366326639814, - -2609.8463308791015, - -2244.6238483627913, - -603.5408610391096, - 1470.95209617199, - 2801.6805378330064, - 1938.5976547832033 - ], - "relative wind speed": [ - 5.544354470762287, - 5.1097680787138655, - 4.879542782955582, - 5.018732643370283, - 5.425484990807107, - 5.836610665848096, - 6.030407624053373, - 5.915071980737384 - ], - "relative wind angle": [ - 0.10398066188996956, - 0.08801913226961018, - 0.0122483038390801, - 0.07272324301556227, - 0.10626734365492314, - 0.07703467525846988, - 0.009910707593274786, - 0.061687883322337135 - ], - "resistance": [ - 96583.85007137373, - 94718.46336733605, - 94024.65366912093, - 94389.87615163723, - 96030.95913896093, - 98105.45209617203, - 99436.18053783303, - 98573.09765478323 - ], - "fuel": [ - 49.75518670467717, - 48.80109796182827, - 48.44953887363859, - 48.634376836767665, - 49.471049635112315, - 50.54302849278955, - 51.23910337370478, - 50.78689269590369 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.9375 -57.5, -55.9375 -57.34375, -55.78125 -57.34375, -55.78125 -57.5, -55.9375 -57.5))", @@ -213285,68 +153446,7 @@ "id": "3994", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79911.04612655124, - "wind resistance": [ - 1509.9896096662378, - -1267.829407714191, - -3234.4817701635766, - -3514.785167934773, - -2291.63494897648, - 324.9952568026929, - 2849.2441801755813, - 3515.575501016967 - ], - "relative wind speed": [ - 7.678662369927594, - 7.255422548277483, - 6.885857896209215, - 6.807708301363194, - 7.0751391362347436, - 7.508548011058412, - 7.848847725726101, - 7.916726423969267 - ], - "relative wind angle": [ - 0.06279996213825126, - 0.07651290255875011, - 0.043931483337852927, - 0.018644876762005342, - 0.06816490612713534, - 0.07392873504847453, - 0.03853859023812111, - 0.016032758900859628 - ], - "resistance": [ - 81421.03573621748, - 78643.21671883705, - 76676.56435638767, - 76396.26095861648, - 77619.41117757476, - 80236.04138335394, - 82760.29030672682, - 83426.62162756821 - ], - "fuel": [ - 52.317631948189856, - 51.05830622251984, - 50.18408336623356, - 50.06065377892061, - 50.60140482627223, - 51.7769024130104, - 52.935042291522876, - 53.244714364475925 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.78125 -57.5, -55.78125 -57.34375, -55.625 -57.34375, -55.625 -57.5, -55.78125 -57.5))", @@ -213365,68 +153465,7 @@ "id": "3995", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.638879563697422, - 24.638879563697422, - 24.638879563697422, - 24.638879563697422, - 24.638879563697422, - 24.638879563697422, - 24.638879563697422, - 24.638879563697422 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 973.8153304834705, - -1640.560174768143, - -3230.9026009621302, - -3267.701729109376, - -1774.1680575671016, - 819.0896092140101, - 3043.650315472969, - 3130.918640863809 - ], - "relative wind speed": [ - 7.099862126804529, - 6.655472329823672, - 6.31459108594368, - 6.303506742037461, - 6.630056709482924, - 7.076042838871477, - 7.381844864795891, - 7.391312261275472 - ], - "relative wind angle": [ - 0.07527604539313987, - 0.08185306474806249, - 0.037321818182391824, - 0.033471668340444516, - 0.08062130228896844, - 0.07697812079886222, - 0.03192390822771522, - 0.028544070823597476 - ], - "resistance": [ - 97608.31533048347, - 94993.93982523185, - 93403.59739903787, - 93366.79827089062, - 94860.3319424329, - 97453.58960921402, - 99678.15031547297, - 99765.4186408638 - ], - "fuel": [ - 57.224514399474586, - 55.88101753711585, - 55.07620045758239, - 55.057689099923984, - 55.81304111099375, - 57.144294607302555, - 58.30621707128615, - 58.3521740270252 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -57.03125, -55.625 -56.875, -55.46875 -56.875, -55.46875 -57.03125, -55.625 -57.03125))", @@ -213458,17 +153497,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -428.91177112468176, + -428.9117711246945, -2073.4905313033196, - -2492.4131303924805, + -2492.4131303926006, -1930.65352532625, -188.77514482755214, 1756.1487524554923, - 2745.448704425573, + 2745.4487044254565, 1552.7545118523485 ], "relative wind speed": [ - 5.2017575403967475, + 5.201757540396747, 4.78004664186284, 4.612084097920999, 4.821804271164474, @@ -213478,33 +153517,33 @@ 5.60658508073857 ], "relative wind angle": [ - 0.11253279508275273, + 0.11253279508275471, 0.08246796408816273, - 0.00591521479085265, - 0.0897832028548131, + 0.005915214790890188, + 0.08978320285481312, 0.11136704943290261, - 0.06984373808703244, - 0.004719693608855421, + 0.06984373808703245, + 0.004719693608878944, 0.07718874300096848 ], "resistance": [ - 96205.58822887533, + 96205.58822887532, 94561.00946869669, - 94142.08686960753, + 94142.08686960742, 94703.84647467376, 96445.72485517246, 98390.64875245551, - 99379.9487044256, + 99379.94870442548, 98187.25451185237 ], "fuel": [ 48.45142061456716, 47.61190761141883, - 47.39966727303002, + 47.39966727302995, 47.68442295169186, 48.57484592414849, 49.582403798234225, - 50.1003063559263, + 50.10030635592625, 49.476377423237444 ] }, @@ -213538,34 +153577,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -42.34917940417654, + -42.349179404181996, -1758.1609001155912, - -2389.2633317526906, + -2389.2633317526925, -2037.7732311256086, - -511.593470515465, + -511.5934705154614, 1405.1035832401358, 2630.6569681576275, - 1803.796324458157 + 1803.7963244581606 ], "relative wind speed": [ 4.871202719292135, 4.409888778084124, - 4.165126735900897, + 4.1651267359008965, 4.3199041681187484, 4.755805367368222, 5.186442093541119, 5.384980956197618, - 5.261627942281528 + 5.261627942281527 ], "relative wind angle": [ - 0.1255498042009484, + 0.1255498042009502, 0.10733951950202436, 0.013965856391829417, 0.09044595693115703, - 0.1286129154504104, - 0.0912191270047504, - 0.01080204416942416, - 0.07422491417004648 + 0.12861291545040954, + 0.09121912700475039, + 0.010802044169424159, + 0.074224914170045 ], "resistance": [ 96592.15082059584, @@ -213605,68 +153644,7 @@ "id": "3998", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.961574137429935, - 18.961574137429935, - 18.961574137429935, - 18.961574137429935, - 18.961574137429935, - 18.961574137429935, - 18.961574137429935, - 18.961574137429935 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -294.4815528691033, - -1928.0989646365124, - -2388.4715990240493, - -1941.5700542719642, - -317.1492748208457, - 1572.5873569215128, - 2649.3586881069314, - 1591.758640510874 - ], - "relative wind speed": [ - 5.298665586950676, - 4.893146324362414, - 4.713309744322232, - 4.889282203870827, - 5.29361871003875, - 5.670570967546942, - 5.820907773164316, - 5.673903028825897 - ], - "relative wind angle": [ - 0.10470793424612752, - 0.08048283280742602, - 0.000538336907038586, - 0.07981029067468685, - 0.10480812858259209, - 0.06942960318489888, - 0.00043590255094242607, - 0.06875482157998401 - ], - "resistance": [ - 96340.01844713092, - 94706.40103536352, - 94246.02840097598, - 94692.92994572807, - 96317.35072517919, - 98207.08735692155, - 99283.85868810696, - 98226.2586405109 - ], - "fuel": [ - 48.81934275609044, - 47.984574739216555, - 47.75112085059671, - 47.977732380278354, - 48.8076917556768, - 49.785563415200464, - 50.34869735445106, - 49.79555196238806 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -57.1875, -55.46875 -57.03125, -55.3125 -57.03125, -55.3125 -57.1875, -55.46875 -57.1875))", @@ -213685,68 +153663,7 @@ "id": "3999", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.458944433045062, - 19.458944433045062, - 19.458944433045062, - 19.458944433045062, - 19.458944433045062, - 19.458944433045062, - 19.458944433045062, - 19.458944433045062 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 249.07382176718784, - -1710.0306148385844, - -2613.723931920058, - -2382.7713182686966, - -882.8663954470703, - 1208.349454607629, - 2710.849090123529, - 2165.869251357117 - ], - "relative wind speed": [ - 5.558319589086329, - 5.111466035745251, - 4.834273890761298, - 4.923333951071155, - 5.312727016324388, - 5.743944634989667, - 5.9791120539347204, - 5.905994227108077 - ], - "relative wind angle": [ - 0.10319442911483395, - 0.09643967303799661, - 0.025546149914191033, - 0.06454420647089526, - 0.10798303171349494, - 0.08579272210446394, - 0.020653975411370006, - 0.05379370249021564 - ], - "resistance": [ - 96883.57382176718, - 94924.4693851614, - 94020.77606807993, - 94251.72868173129, - 95751.63360455292, - 97842.84945460761, - 99345.34909012352, - 98800.3692513571 - ], - "fuel": [ - 49.69340755777702, - 48.689541671304994, - 48.231292977716514, - 48.348116350433344, - 49.11164737896664, - 50.190159156983626, - 50.97509578211968, - 50.689416261919646 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -57.03125, -55.3125 -56.875, -55.15625 -56.875, -55.15625 -57.03125, -55.3125 -57.03125))", @@ -213765,68 +153682,7 @@ "id": "4000", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.75450331177316, - 19.75450331177316, - 19.75450331177316, - 19.75450331177316, - 19.75450331177316, - 19.75450331177316, - 19.75450331177316, - 19.75450331177316 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 188.87706808971598, - -1716.3615044726284, - -2566.9388832839413, - -2319.361911380196, - -826.351877715244, - 1220.6156613050698, - 2663.557341033682, - 2078.539995316223 - ], - "relative wind speed": [ - 5.623696677244862, - 5.194063931883399, - 4.934817820748781, - 5.028572920247776, - 5.4067977712696855, - 5.82074963630714, - 6.042102244507451, - 5.964300532569807 - ], - "relative wind angle": [ - 0.09862753338707002, - 0.09034839387875468, - 0.022089840759547157, - 0.0625808917052183, - 0.10259774130422183, - 0.08059871363123645, - 0.018041135922765076, - 0.05275272705781925 - ], - "resistance": [ - 96823.3770680897, - 94918.13849552735, - 94067.56111671604, - 94315.13808861979, - 95808.14812228474, - 97855.11566130506, - 99298.05734103367, - 98713.03999531621 - ], - "fuel": [ - 50.02311460759758, - 49.0470859843125, - 48.6157075296411, - 48.74099080363587, - 49.50134509082343, - 50.55729844304851, - 51.31102674005646, - 51.00450600542641 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -57.03125, -55.15625 -56.875, -55 -56.875, -55 -57.03125, -55.15625 -57.03125))", @@ -213845,68 +153701,7 @@ "id": "4001", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.174601376543794, - 22.174601376543794, - 22.174601376543794, - 22.174601376543794, - 22.174601376543794, - 22.174601376543794, - 22.174601376543794, - 22.174601376543794 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -123.51948560089113, - -2248.625047016498, - -3006.077095048726, - -2567.0652933538404, - -660.0530976859318, - 1716.8196422934107, - 3209.7846031540703, - 2169.6771070822997 - ], - "relative wind speed": [ - 6.238379600146468, - 5.799632748747727, - 5.57476961486321, - 5.722113701259368, - 6.136307390412428, - 6.552549763626878, - 6.744893784660487, - 6.620352197203227 - ], - "relative wind angle": [ - 0.09392562254460893, - 0.0776633493142245, - 0.009196176056024232, - 0.06601401486776644, - 0.0954927217179875, - 0.06872449106377235, - 0.007600762222827039, - 0.05704684635498997 - ], - "resistance": [ - 96510.98051439913, - 94385.87495298352, - 93628.4229049513, - 94067.43470664618, - 95974.44690231408, - 98351.31964229343, - 99844.28460315408, - 98804.17710708232 - ], - "fuel": [ - 53.03265517585517, - 51.94733121523842, - 51.56455111809216, - 51.786146620699135, - 52.7570534763609, - 53.986122217610415, - 54.768876000528834, - 54.222676692140716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -57.1875, -55.3125 -57.03125, -55.15625 -57.03125, -55.15625 -57.1875, -55.3125 -57.1875))", @@ -213925,68 +153720,7 @@ "id": "4002", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.710411038596412, - 18.710411038596412, - 18.710411038596412, - 18.710411038596412, - 18.710411038596412, - 18.710411038596412, - 18.710411038596412, - 18.710411038596412 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 296.0623171117204, - -1522.5507767487543, - -2399.192809460328, - -2218.3614705526943, - -874.8837162697873, - 1047.1656278803111, - 2464.1363610670396, - 2037.4433394803527 - ], - "relative wind speed": [ - 5.357865262885643, - 4.9297839354862, - 4.655087317494753, - 4.727606235196235, - 5.093668182948475, - 5.5090295046079065, - 5.7430251435735284, - 5.683477370250711 - ], - "relative wind angle": [ - 0.10173609556415004, - 0.09725480657869814, - 0.028536320499733533, - 0.06156101047118586, - 0.10703265524512096, - 0.0870015594155751, - 0.02312942663476395, - 0.05119744625304553 - ], - "resistance": [ - 96930.56231711172, - 95111.94922325124, - 94235.30719053966, - 94416.1385294473, - 95759.61628373021, - 97681.66562788031, - 99098.63636106704, - 98671.94333948035 - ], - "fuel": [ - 48.82972855420732, - 47.89705858080739, - 47.45187148364313, - 47.54346937037777, - 48.22780159456015, - 49.21852055010952, - 49.95769978175157, - 49.73432425965272 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -57.1875, -55.15625 -57.03125, -55 -57.03125, -55 -57.1875, -55.15625 -57.1875))", @@ -214005,68 +153739,7 @@ "id": "4003", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.149562029956197, - 21.149562029956197, - 21.149562029956197, - 21.149562029956197, - 21.149562029956197, - 21.149562029956197, - 21.149562029956197, - 21.149562029956197 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 341.85163106618165, - -1759.0200716661184, - -2777.3726917010463, - -2576.9963564582777, - -1036.5185763577156, - 1179.1317632287446, - 2816.3644340513383, - 2342.3877746371545 - ], - "relative wind speed": [ - 6.038372150574742, - 5.602514394496187, - 5.323179496892028, - 5.393879240693542, - 5.763453912242541, - 6.1879860768139645, - 6.429859972911447, - 6.3706676231142145 - ], - "relative wind angle": [ - 0.09179169638302505, - 0.08739497883069383, - 0.025940069846942325, - 0.05448696415922877, - 0.09618342467943754, - 0.07910796528169076, - 0.021474616203627367, - 0.04612623258791693 - ], - "resistance": [ - 96976.35163106618, - 94875.47992833388, - 93857.12730829895, - 94057.50364354173, - 95597.98142364228, - 97813.63176322874, - 99450.86443405134, - 98976.88777463716 - ], - "fuel": [ - 51.88259194306307, - 50.805911849741555, - 50.289924102776034, - 50.39114757843358, - 51.174335290466686, - 52.31626836599397, - 53.1718247031313, - 52.923116481300625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -57.34375, -55.625 -57.1875, -55.46875 -57.1875, -55.46875 -57.34375, -55.625 -57.34375))", @@ -214085,68 +153758,7 @@ "id": "4004", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.292042943229188, - 18.292042943229188, - 18.292042943229188, - 18.292042943229188, - 18.292042943229188, - 18.292042943229188, - 18.292042943229188, - 18.292042943229188 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -580.6317157235826, - -1989.1197976771819, - -2283.210681368326, - -1636.4486504806227, - 12.747435294193565, - 1738.8457116176196, - 2433.5395758711347, - 1236.9003966083346 - ], - "relative wind speed": [ - 5.041130105369986, - 4.663366259782483, - 4.5429512889798405, - 4.768296088645893, - 5.178087211951606, - 5.520742254531241, - 5.62024674723457, - 5.430371287936824 - ], - "relative wind angle": [ - 0.10706494306577036, - 0.07130159085456024, - 0.01515865640630145, - 0.0902194952852626, - 0.10422270378636342, - 0.06021375261300608, - 0.012252864783988099, - 0.07919519490005049 - ], - "resistance": [ - 96053.86828427642, - 94645.38020232282, - 94351.28931863168, - 94998.05134951937, - 96647.2474352942, - 98373.34571161761, - 99068.03957587114, - 97871.40039660834 - ], - "fuel": [ - 47.89838295259034, - 47.17956434932218, - 47.030407341923464, - 47.358856468221006, - 48.20342266982394, - 49.09821066177679, - 49.46146022673281, - 48.83686520697606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -57.34375, -55.46875 -57.1875, -55.3125 -57.1875, -55.3125 -57.34375, -55.46875 -57.34375))", @@ -214165,68 +153777,7 @@ "id": "4005", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.03091773469562, - 20.03091773469562, - 20.03091773469562, - 20.03091773469562, - 20.03091773469562, - 20.03091773469562, - 20.03091773469562, - 20.03091773469562 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -498.14876868215833, - -2159.4226982046894, - -2564.448903084207, - -1960.2480211290695, - -162.77761277335776, - 1814.8191229168715, - 2773.627572982603, - 1531.4730313381388 - ], - "relative wind speed": [ - 5.556535689336449, - 5.159007164077517, - 5.008229382083049, - 5.212879767349965, - 5.627192516217778, - 5.993749207503089, - 6.120295984500022, - 5.946954599843556 - ], - "relative wind angle": [ - 0.10023817354225908, - 0.07140726639929616, - 0.0070892693051513465, - 0.08032768676584032, - 0.09897539843832474, - 0.061448909383421235, - 0.005801122799271477, - 0.07039469621532606 - ], - "resistance": [ - 96136.35123131784, - 94475.0773017953, - 94070.05109691579, - 94674.25197887093, - 96471.72238722665, - 98449.31912291687, - 99408.1275729826, - 98165.97303133814 - ], - "fuel": [ - 50.012207988821515, - 49.16465215597001, - 48.95957123870844, - 49.26572613495792, - 50.184554916924895, - 51.20935031193736, - 51.711445373207376, - 51.061626522668874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.625 -57.5, -55.625 -57.34375, -55.46875 -57.34375, -55.46875 -57.5, -55.625 -57.5))", @@ -214245,68 +153796,7 @@ "id": "4006", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.989036079554616, - 19.989036079554616, - 19.989036079554616, - 19.989036079554616, - 19.989036079554616, - 19.989036079554616, - 19.989036079554616, - 19.989036079554616 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -346.75136951951026, - -2083.6135215605955, - -2559.5119380497617, - -2066.1925346135304, - -317.4224771165809, - 1699.6840566588144, - 2826.8284757213187, - 1674.898855970503 - ], - "relative wind speed": [ - 5.577755280433538, - 5.168258608049326, - 4.990832877525157, - 5.172984834551814, - 5.583947863246869, - 5.964975328380456, - 6.114197812998649, - 5.960877083899687 - ], - "relative wind angle": [ - 0.10087144110709914, - 0.07649664321649112, - 0.0006235619431836179, - 0.07727993333262924, - 0.10075919462881287, - 0.06626316585242442, - 0.0005089945527087806, - 0.0670487763950301 - ], - "resistance": [ - 96287.7486304805, - 94550.88647843942, - 94074.98806195025, - 94568.30746538649, - 96317.07752288344, - 98334.18405665882, - 99461.32847572133, - 98309.39885597052 - ], - "fuel": [ - 50.03772493471445, - 49.15087096753935, - 48.90983312936211, - 49.15971051456592, - 50.05279684830005, - 51.097053865724575, - 51.68717081273336, - 51.08413068265904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.46875 -57.5, -55.46875 -57.34375, -55.3125 -57.34375, -55.3125 -57.5, -55.46875 -57.5))", @@ -214325,68 +153815,7 @@ "id": "4007", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.44186224158484, - 20.44186224158484, - 20.44186224158484, - 20.44186224158484, - 20.44186224158484, - 20.44186224158484, - 20.44186224158484, - 20.44186224158484 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -527.6951901771554, - -2178.8269100931084, - -2572.0640584169287, - -1950.3678941880044, - -142.81488464161703, - 1830.2842279856668, - 2761.91134567426, - 1505.3705728947643 - ], - "relative wind speed": [ - 5.664631778891656, - 5.27713785250128, - 5.133945959879505, - 5.337507390849216, - 5.744065022701228, - 6.101979372396064, - 6.22293620861453, - 6.049243839363634 - ], - "relative wind angle": [ - 0.09627293528474161, - 0.06766650990972714, - 0.0077716479690337235, - 0.07749918322037437, - 0.0949375581067006, - 0.05850834569795378, - 0.006411618419458193, - 0.0683656673456276 - ], - "resistance": [ - 96106.80480982286, - 94455.67308990691, - 94062.43594158308, - 94684.13210581201, - 96491.6851153584, - 98464.78422798568, - 99396.41134567428, - 98139.87057289478 - ], - "fuel": [ - 50.51569798521505, - 49.673466923060076, - 49.47437504329996, - 49.78939760162018, - 50.71348075702696, - 51.73607552841537, - 52.22394315726855, - 51.566686728929156 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -55.15625, -55 -55, -54.84375 -55, -54.84375 -55.15625, -55 -55.15625))", @@ -214405,68 +153834,7 @@ "id": "4008", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.627925702925054, - 23.627925702925054, - 23.627925702925054, - 23.627925702925054, - 23.627925702925054, - 23.627925702925054, - 23.627925702925054, - 23.627925702925054 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1393.8398076190424, - -1024.510099756466, - -2775.6956609644294, - -3054.492831723339, - -2038.2179704743721, - 220.05070588876333, - 2441.8364716407123, - 3103.4380898209674 - ], - "relative wind speed": [ - 6.8854418672694315, - 6.474904924024383, - 6.107034361394177, - 6.019556601295211, - 6.274024154588114, - 6.696886965206045, - 7.033976123690828, - 7.1089821439995955 - ], - "relative wind angle": [ - 0.0674365249737305, - 0.08423854757776046, - 0.050204765337602555, - 0.018502889055978508, - 0.07401985694538962, - 0.08143999175840255, - 0.04358423865980383, - 0.015667135878369903 - ], - "resistance": [ - 98028.33980761905, - 95609.98990024353, - 93858.80433903557, - 93580.00716827666, - 94596.28202952562, - 96854.55070588876, - 99076.33647164071, - 99737.93808982096 - ], - "fuel": [ - 55.90726284202019, - 54.65983952091486, - 53.77013502962986, - 53.629542761734, - 54.143425843804195, - 55.29908581685913, - 56.45459493961397, - 56.80223077242158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -55.15625, -54.84375 -55, -54.6875 -55, -54.6875 -55.15625, -54.84375 -55.15625))", @@ -214485,68 +153853,7 @@ "id": "4009", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.363928579684426, - 20.363928579684426, - 20.363928579684426, - 20.363928579684426, - 20.363928579684426, - 20.363928579684426, - 20.363928579684426, - 20.363928579684426 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1320.4882381474254, - -556.3758310902613, - -2046.8148237891237, - -2378.5955882164726, - -1761.271468859648, - -74.86776832405121, - 1726.3929473858898, - 2513.487403160143 - ], - "relative wind speed": [ - 5.988567400886871, - 5.6289886575235935, - 5.276337683138595, - 5.155426254235546, - 5.351674383090096, - 5.728686141783157, - 6.055049039527204, - 6.158322690045279 - ], - "relative wind angle": [ - 0.06516653854057675, - 0.0892049565802596, - 0.060534378466938744, - 0.009707255657529595, - 0.07293493364718266, - 0.0876484813409657, - 0.052741575251566905, - 0.0081263694740829 - ], - "resistance": [ - 97954.98823814746, - 96078.12416890977, - 94587.6851762109, - 94255.90441178356, - 94873.22853114038, - 96559.63223167598, - 98360.89294738592, - 99147.98740316016 - ], - "fuel": [ - 51.37126140766123, - 50.40176652718266, - 49.64121719463999, - 49.47303912851758, - 49.78628570104459, - 50.649239668641805, - 51.58265558270567, - 51.99431947827758 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -55.3125, -55 -55.15625, -54.84375 -55.15625, -54.84375 -55.3125, -55 -55.3125))", @@ -214578,17 +153885,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1727.6787163838526, + 1727.6787163838344, -988.2753870246561, - -3045.5407677046314, + -3045.5407677046205, -3437.873396626037, -2414.8657180856862, 75.80017771255007, - 2623.980066116088, + 2623.98006611607, 3555.0835003524116 ], "relative wind speed": [ - 7.289565478882345, + 7.289565478882344, 6.858064016613911, 6.454512057434902, 6.337810847979871, @@ -214598,33 +153905,33 @@ 7.5099154798123955 ], "relative wind angle": [ - 0.0656596455199316, + 0.06565964551993328, 0.08556617839200241, - 0.05434342659778926, + 0.05434342659778722, 0.014247777394931598, 0.07264079822081657, 0.08337325227874193, - 0.04733137409003321, + 0.047331374090035565, 0.012023948750737368 ], "resistance": [ - 98362.17871638385, + 98362.17871638382, 95646.22461297533, - 93588.95923229535, + 93588.95923229537, 93196.62660337395, 94219.6342819143, 96710.30017771253, - 99258.48006611607, + 99258.48006611606, 100189.5835003524 ], "fuel": [ - 58.06147336796904, + 58.06147336796903, 56.658671054403456, - 55.61435431229501, + 55.61435431229502, 55.41698502643382, 55.93282599741463, 57.205000506271915, - 58.530440742075314, + 58.5304407420753, 59.0207831270359 ] }, @@ -214658,9 +153965,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1198.1445818141947, + 1198.1445818142001, -729.9649848642857, - -2169.195910729446, + -2169.1959107294606, -2430.323500753904, -1674.3838762360756, 104.01637259831296, @@ -214668,7 +153975,7 @@ 2520.164707927277 ], "relative wind speed": [ - 5.892487021918789, + 5.892487021918788, 5.510864594607725, 5.156807289226899, 5.0599405091996275, @@ -214678,14 +153985,14 @@ 6.090876371738391 ], "relative wind angle": [ - 0.07248942547302016, - 0.09368541316589599, - 0.05865601563066821, + 0.07248942547301862, + 0.093685413165896, + 0.058656015630672, 0.017394323687565685, - 0.08076783435972296, - 0.09078953091468599, + 0.08076783435972297, + 0.09078953091468597, 0.05032912258212925, - 0.014449951416310829 + 0.014449951416310827 ], "resistance": [ 97832.64458181424, @@ -214738,9 +154045,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1422.6240088563518, + 1422.6240088563227, -157.38624684348542, - -1587.9595632973196, + -1587.959563297325, -2057.6677843206617, -1731.3068226008945, -399.2147197117429, @@ -214748,9 +154055,9 @@ 2197.797528156829 ], "relative wind speed": [ - 5.72410643405024, + 5.724106434050239, 5.418619414691385, - 5.078484507700401, + 5.0784845077004, 4.913818311540235, 5.03876003132435, 5.365916581567094, @@ -214758,17 +154065,17 @@ 5.831713875249623 ], "relative wind angle": [ - 0.053453515022167865, - 0.08480092077032081, - 0.06763671604620704, - 0.005382274015064747, + 0.05345351502217203, + 0.0848009207703208, + 0.06763671604620702, + 0.0053822740150647475, 0.06073240328261727, - 0.08563584844774376, + 0.08563584844774377, 0.060370060160152395, 0.004535112686426297 ], "resistance": [ - 98057.12400885636, + 98057.12400885634, 96477.11375315653, 95046.5404367027, 94576.83221567936, @@ -214778,7 +154085,7 @@ 98832.29752815684 ], "fuel": [ - 50.16007799970668, + 50.16007799970667, 49.34244994317351, 48.61016594109404, 48.37139165882332, @@ -214805,68 +154112,7 @@ "id": "4013", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.82575399414253, - 19.82575399414253, - 19.82575399414253, - 19.82575399414253, - 19.82575399414253, - 19.82575399414253, - 19.82575399414253, - 19.82575399414253 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1150.5777114659031, - -498.80509844434164, - -1806.9505936561636, - -2095.8593375587625, - -1552.2524692742809, - -68.9315904385694, - 1512.4893687283566, - 2198.928434526282 - ], - "relative wind speed": [ - 5.8051543570057405, - 5.480004815346338, - 5.163026360952255, - 5.055214960470226, - 5.231715925818292, - 5.571374683227148, - 5.866329979913811, - 5.959485744639505 - ], - "relative wind angle": [ - 0.060695764408136184, - 0.08260316871167579, - 0.05567564191003009, - 0.009067723368434866, - 0.06735809124689099, - 0.08124547311144843, - 0.04899507916001556, - 0.00769179030166554 - ], - "resistance": [ - 97785.07771146588, - 96135.69490155565, - 94827.54940634382, - 94538.64066244122, - 95082.2475307257, - 96565.56840956141, - 98146.98936872835, - 98833.42843452627 - ], - "fuel": [ - 50.6087418120031, - 49.75709720527688, - 49.08884568438561, - 48.942118329266194, - 49.2184561784581, - 49.97808333724187, - 50.7969660743117, - 51.155310556532605 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -55.3125, -54.6875 -55.15625, -54.53125 -55.15625, -54.53125 -55.3125, -54.6875 -55.3125))", @@ -214885,68 +154131,7 @@ "id": "4014", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.07729314425505, - 24.07729314425505, - 24.07729314425505, - 24.07729314425505, - 24.07729314425505, - 24.07729314425505, - 24.07729314425505, - 24.07729314425505 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1046.9677494051539, - -1034.0880337630733, - -2464.2294680545674, - -2636.4853106790106, - -1666.026013685423, - 315.8104225450297, - 2180.331425315504, - 2590.5210101602897 - ], - "relative wind speed": [ - 6.937268615155447, - 6.585565693009398, - 6.288091855116314, - 6.23540542005129, - 6.463492314859633, - 6.821492010266371, - 7.096642133057729, - 7.142978929736898 - ], - "relative wind angle": [ - 0.05834574636924136, - 0.068971755566196, - 0.037750401298401584, - 0.018962941318745537, - 0.06262791874153587, - 0.06658272174575501, - 0.03344763138507051, - 0.01655330943535868 - ], - "resistance": [ - 97681.4677494052, - 95600.41196623698, - 94170.27053194548, - 93998.01468932103, - 94968.47398631462, - 96950.31042254507, - 98814.83142531555, - 99225.02101016033 - ], - "fuel": [ - 56.40120473818127, - 55.329143209655484, - 54.60174460804912, - 54.51464537950671, - 55.00678840928302, - 56.02271074428512, - 56.991838193683485, - 57.20677960009448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -55.3125, -54.53125 -55.15625, -54.375 -55.15625, -54.375 -55.3125, -54.53125 -55.3125))", @@ -214965,68 +154150,7 @@ "id": "4015", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.71175159004687, - 22.71175159004687, - 22.71175159004687, - 22.71175159004687, - 22.71175159004687, - 22.71175159004687, - 22.71175159004687, - 22.71175159004687 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 328.7384082683493, - -1498.4207067857224, - -2413.8767508394503, - -2272.217810382006, - -979.5362777235605, - 929.1682246395649, - 2365.105645030104, - 2027.987370239196 - ], - "relative wind speed": [ - 6.4453809200849825, - 6.096550274750642, - 5.8700567263461325, - 5.916041672215399, - 6.202933837757509, - 6.546097932969725, - 6.7499449945959675, - 6.709677662392096 - ], - "relative wind angle": [ - 0.06832314074135652, - 0.06517670219929074, - 0.020702838067666096, - 0.03807843215926095, - 0.07099802138896734, - 0.06069503983381126, - 0.018003808612328944, - 0.03357262161267263 - ], - "resistance": [ - 96963.23840826837, - 95136.0792932143, - 94220.62324916056, - 94362.28218961801, - 95654.96372227646, - 97563.66822463958, - 98999.60564503013, - 98662.4873702392 - ], - "fuel": [ - 54.02182801893286, - 53.08458213459841, - 52.61966794176058, - 52.69140546823286, - 53.34948220931619, - 54.332531903451226, - 55.0810255162985, - 54.9046107809761 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -55.46875, -54.6875 -55.3125, -54.53125 -55.3125, -54.53125 -55.46875, -54.6875 -55.46875))", @@ -215045,68 +154169,7 @@ "id": "4016", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.749849014093726, - 23.749849014093726, - 23.749849014093726, - 23.749849014093726, - 23.749849014093726, - 23.749849014093726, - 23.749849014093726, - 23.749849014093726 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 603.3404045329808, - -1494.8898992125942, - -2675.41984144426, - -2623.401875079717, - -1304.673510268054, - 823.4808528410758, - 2549.771833310504, - 2426.066679253974 - ], - "relative wind speed": [ - 6.782323445013605, - 6.406846508696049, - 6.13893116214265, - 6.155098805254241, - 6.444186878502491, - 6.8176076193819, - 7.059814446875979, - 7.045723137861912 - ], - "relative wind angle": [ - 0.06796329822528477, - 0.06959582147354035, - 0.027610936826562738, - 0.033449863152125274, - 0.07153538150824598, - 0.06539648985703034, - 0.024008617858415123, - 0.029220296146345515 - ], - "resistance": [ - 97237.840404533, - 95139.61010078742, - 93959.08015855575, - 94011.0981249203, - 95329.82648973196, - 97457.9808528411, - 99184.27183331051, - 99060.56667925399 - ], - "fuel": [ - 55.6787270853307, - 54.60134877310105, - 54.0023835463235, - 54.02866667277281, - 54.69834393206169, - 55.79271215132178, - 56.69280849319024, - 56.627939191167215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -55.46875, -54.53125 -55.3125, -54.375 -55.3125, -54.375 -55.46875, -54.53125 -55.46875))", @@ -215125,68 +154188,7 @@ "id": "4017", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.858040383696224, - 23.858040383696224, - 23.858040383696224, - 23.858040383696224, - 23.858040383696224, - 23.858040383696224, - 23.858040383696224, - 23.858040383696224 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -82.73337595845078, - -2148.7428720935277, - -2915.449390181384, - -2522.925390034641, - -714.5697413741836, - 1577.215582393601, - 3042.15065767317, - 2108.801753596068 - ], - "relative wind speed": [ - 6.70348649394893, - 6.311458352225134, - 6.106279746276918, - 6.227813984785135, - 6.591922945921129, - 6.968190063972479, - 7.148673090841789, - 7.043047087052017 - ], - "relative wind angle": [ - 0.0778314340473976, - 0.06470855505006004, - 0.009163487835632849, - 0.05285042937988239, - 0.0791514096271707, - 0.058602605044745154, - 0.007827271961905437, - 0.046728240237473816 - ], - "resistance": [ - 96551.76662404157, - 94485.75712790649, - 93719.05060981863, - 94111.57460996538, - 95919.93025862583, - 98211.71558239362, - 99676.65065767319, - 98743.30175359608 - ], - "fuel": [ - 55.486622467656645, - 54.430939063638164, - 54.0432104415282, - 54.24143919223173, - 55.162082658661326, - 56.3463254167323, - 57.113545884655196, - 56.62380631225259 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -55.625, -54.6875 -55.46875, -54.53125 -55.46875, -54.53125 -55.625, -54.6875 -55.625))", @@ -215205,68 +154207,7 @@ "id": "4018", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.09122775965853, - 26.09122775965853, - 26.09122775965853, - 26.09122775965853, - 26.09122775965853, - 26.09122775965853, - 26.09122775965853, - 26.09122775965853 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1901.189440640319, - -467.80668679502924, - -2498.3007650494656, - -3039.437135172204, - -2460.264364563627, - -403.4950128161945, - 1955.1989132067647, - 3245.9947358335558 - ], - "relative wind speed": [ - 7.607436616459607, - 7.259757717313887, - 6.897769260690767, - 6.745411931101921, - 6.905490893890044, - 7.270131652518415, - 7.614438625750308, - 7.749729946184998 - ], - "relative wind angle": [ - 0.047176176601535794, - 0.06922551046514992, - 0.050966590051622664, - 0.0007708059374478389, - 0.051975775501276196, - 0.06912657307540376, - 0.04616603679332981, - 0.0006709141451823849 - ], - "resistance": [ - 98535.68944064033, - 96166.69331320499, - 94136.19923495055, - 93595.0628648278, - 94174.23563543639, - 96231.00498718381, - 98589.69891320678, - 99880.49473583358 - ], - "fuel": [ - 60.030906720018365, - 58.804250971307354, - 57.769490406860385, - 57.49631088392472, - 57.788733144360286, - 58.83727550920632, - 60.05911606465676, - 60.73653305919259 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -55.625, -54.53125 -55.46875, -54.375 -55.46875, -54.375 -55.625, -54.53125 -55.625))", @@ -215285,68 +154226,7 @@ "id": "4019", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 93301.02792894999, - "wind resistance": [ - 723.6476203058082, - -1823.8515740700204, - -3253.303430352331, - -3187.263002026084, - -1582.0663655575518, - 1003.4408399277563, - 3096.5629366249377, - 2939.435004785584 - ], - "relative wind speed": [ - 7.561269523628594, - 7.1526233730296305, - 6.861992795684011, - 6.880372193217895, - 7.195122963558003, - 7.601484733475725, - 7.864836053069066, - 7.848762307043591 - ], - "relative wind angle": [ - 0.06638391954346859, - 0.06777836287292208, - 0.02674440623187015, - 0.03269541977818328, - 0.0697674330615321, - 0.06377050135448044, - 0.023333569455936686, - 0.028660235254986507 - ], - "resistance": [ - 94024.6755492558, - 91477.17635487996, - 90047.72449859766, - 90113.7649269239, - 91718.96156339244, - 94304.46876887775, - 96397.59086557492, - 96240.46293373557 - ], - "fuel": [ - 58.39218426000286, - 57.11670800485832, - 56.41159003147105, - 56.44399883772919, - 57.236727268883286, - 58.53374229029377, - 59.601973211566616, - 59.521216547715625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -55.15625, -54.375 -55, -54.21875 -55, -54.21875 -55.15625, -54.375 -55.15625))", @@ -215378,11 +154258,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 820.6192296942827, + 820.6192296942754, -911.370551398355, - -2064.6892112014702, + -2064.6892112014884, -2176.252180306399, - -1316.5147565009283, + -1316.5147565009356, 351.44638446847966, 1883.7862215001787, 2148.386098871044 @@ -215398,31 +154278,31 @@ 5.99438502418654 ], "relative wind angle": [ - 0.07196921690218423, + 0.07196921690218577, 0.08378402803696265, - 0.04414250751755934, - 0.026322305548935693, - 0.07807664581323501, - 0.07984656862675804, + 0.04414250751756437, + 0.02632230554893569, + 0.07807664581323645, + 0.07984656862675805, 0.03798649669682127, 0.02233626210078574 ], "resistance": [ - 97455.11922969428, + 97455.11922969426, 95723.12944860163, - 94569.81078879851, + 94569.8107887985, 94458.24781969358, - 95317.98524349906, + 95317.98524349905, 96985.94638446847, 98518.28622150017, 98782.88609887104 ], "fuel": [ - 50.579420637090834, + 50.57942063709082, 49.68751534734082, 49.099793709489354, 49.043204690178136, - 49.48049325639944, + 49.480493256399434, 50.33671311225116, 51.13243796044388, 51.2707259795467 @@ -215458,11 +154338,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1035.5831807217437, + 1035.5831807217073, -1095.482298787283, - -2533.8184301537585, + -2533.8184301537676, -2687.8149278976325, - -1657.3487135228424, + -1657.3487135228333, 385.19734549075656, 2280.58209216057, 2646.4923710406474 @@ -215470,7 +154350,7 @@ "relative wind speed": [ 6.670043900297655, 6.292628104167322, - 5.976820810957576, + 5.976820810957574, 5.927472960842172, 6.178910547185614, 6.562869244824487, @@ -215478,19 +154358,19 @@ 6.894453240141998 ], "relative wind angle": [ - 0.06567981530633096, + 0.06567981530633604, 0.07692749223742504, - 0.04119401633481698, + 0.04119401633481697, 0.02286245796329821, - 0.0709088465312351, - 0.07375394634360023, + 0.07090884653123353, + 0.07375394634360022, 0.03593151559388853, 0.019655441392667457 ], "resistance": [ - 97670.08318072175, + 97670.0831807217, 95539.01770121272, - 94100.68156984625, + 94100.68156984623, 93946.68507210237, 94977.15128647716, 97019.69734549076, @@ -215498,9 +154378,9 @@ 99280.99237104064 ], "fuel": [ - 54.90870961403722, + 54.90870961403719, 53.81117401549176, - 53.07995794544445, + 53.079957945444434, 53.00212599406126, 53.524618187939694, 54.57195794585632, @@ -215538,9 +154418,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 314.9262253157867, + 314.9262253157558, -1617.557357714284, - -2561.5026674599685, + -2561.502667459994, -2387.684828093965, -985.1978759177055, 1047.1029841808795, @@ -215548,7 +154428,7 @@ 2141.350393167597 ], "relative wind speed": [ - 6.222728435155174, + 6.222728435155173, 5.8371158518353825, 5.590297016585095, 5.649164367649671, @@ -215558,19 +154438,19 @@ 6.517556780099048 ], "relative wind angle": [ - 0.07866655798839452, + 0.07866655798839876, 0.07452116014224482, - 0.022466122269109705, + 0.02246612226911465, 0.04550681483223049, - 0.08197141257240548, - 0.06849469873898137, - 0.019121058775095335, - 0.0394401465700859 + 0.08197141257240549, + 0.06849469873898135, + 0.01912105877509533, + 0.039440146570085904 ], "resistance": [ - 96949.42622531581, + 96949.42622531576, 95016.94264228574, - 94072.99733254005, + 94072.99733254002, 94246.81517190606, 95649.30212408231, 97681.60298418089, @@ -215578,9 +154458,9 @@ 98775.85039316761 ], "fuel": [ - 52.85268226414268, + 52.85268226414264, 51.86188793626789, - 51.382973971905386, + 51.382973971905365, 51.47091200926506, 52.1845722914733, 53.231702961260964, @@ -215618,54 +154498,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 169.77437200302302, + 169.7743720029939, -2028.4403053333954, - -2996.2461286907746, + -2996.2461286908256, -2709.718728257616, -981.157430529147, 1381.8719941111995, - 3030.9131844836156, - 2349.5751712881975 + 3030.9131844834883, + 2349.575171288234 ], "relative wind speed": [ - 6.932532165632101, + 6.9325321656321, 6.535846749880168, - 6.3018533560240435, + 6.301853356024043, 6.388102749671146, 6.734957456679781, 7.120559067439236, - 7.328458122277754, - 7.253399026005271 + 7.3284581222777545, + 7.25339902600527 ], "relative wind angle": [ - 0.0741182650990541, + 0.0741182650990571, 0.06630614964988671, - 0.01572099664790995, + 0.015720996647917013, 0.045874302564982566, 0.07629674470860467, 0.06085431571692146, - 0.013518580647442036, - 0.040398533440550825 + 0.01351858064745846, + 0.04039853344054532 ], "resistance": [ - 96804.27437200306, + 96804.27437200303, 94606.05969466663, - 93638.25387130925, + 93638.2538713092, 93924.78127174241, 95653.34256947089, 98016.37199411122, - 99665.41318448365, - 98984.07517128822 + 99665.41318448352, + 98984.07517128826 ], "fuel": [ - 56.6430021616421, + 56.64300216164209, 55.51824021534997, - 55.028743192261864, + 55.02874319226183, 55.17329989481982, 56.05186154674158, 57.27088766619289, - 58.133894968410026, - 57.7760976189911 + 58.13389496840996, + 57.776097618991116 ] }, { @@ -215698,14 +154578,14 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 589.4798630434616, + 589.4798630434434, -1343.876608277922, -2448.212958584576, -2413.729457263811, -1218.2090295638664, 734.9603913592455, 2336.523358702818, - 2254.6278266933787 + 2254.627826693397 ], "relative wind speed": [ 6.307959968153289, @@ -215715,37 +154595,37 @@ 5.962366621877543, 6.3330603190062, 6.5755301970047455, - 6.565528910551895 + 6.565528910551894 ], "relative wind angle": [ - 0.0721924539015936, + 0.07219245390159666, 0.07491398359560691, 0.030586634108080907, 0.035093829183474125, - 0.07638483746633618, + 0.07638483746633619, 0.07020558396872087, 0.026354417250709156, - 0.030345596631501402 + 0.030345596631497745 ], "resistance": [ - 97223.97986304344, + 97223.97986304341, 95290.62339172205, 94186.2870414154, 94220.77054273617, 95416.29097043611, 97369.46039135921, 98971.02335870279, - 98889.12782669335 + 98889.12782669337 ], "fuel": [ - 53.19434990192533, + 53.19434990192532, 52.20113601024909, 51.64005200230787, 51.657503515737346, 52.26527195790328, 53.26964959052969, 54.103812957404486, - 54.060926667380414 + 54.06092666738043 ] }, { @@ -215778,7 +154658,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1040.6912369013626, + 1040.6912369013553, -583.8516153038036, -1810.6743267526672, -2043.9698387266671, @@ -215788,7 +154668,7 @@ 2141.6138902567764 ], "relative wind speed": [ - 5.27289459955106, + 5.272894599551059, 4.913545307912357, 4.5750376508005335, 4.477618220080325, @@ -215798,13 +154678,13 @@ 5.456021813083069 ], "relative wind angle": [ - 0.07602217484566003, + 0.07602217484566148, 0.09973927383114353, 0.06374735691608208, 0.017217611643099293, 0.08545785644110222, - 0.09670939209679709, - 0.05425378235364263, + 0.09670939209679708, + 0.054253782353642636, 0.014129827651724436 ], "resistance": [ @@ -215858,9 +154738,9 @@ ], "ice resistance": 96228.74672949291, "wind resistance": [ - -227.288541050013, + -227.28854105002029, -2318.4949964354964, - -3016.985407183267, + -3016.9854071831105, -2560.828325737726, -637.2213896427165, 1717.2772413660387, @@ -215868,9 +154748,9 @@ 2061.3212958528748 ], "relative wind speed": [ - 7.409644156315564, + 7.409644156315562, 7.050475913309011, - 6.875805293399462, + 6.875805293399461, 7.002158427825279, 7.344562107264182, 7.6900070524370605, @@ -215880,7 +154760,7 @@ "relative wind angle": [ 0.06555468283628886, 0.051974760633353274, - 0.004742981326893192, + 0.004742981326869783, 0.04573926740907392, 0.06613642439149738, 0.047648912617190856, @@ -215890,7 +154770,7 @@ "resistance": [ 96001.45818844289, 93910.2517330574, - 93211.76132230964, + 93211.7613223098, 93667.91840375517, 95591.5253398502, 97946.02397085895, @@ -215900,7 +154780,7 @@ "fuel": [ 59.398555047748786, 58.33437682403213, - 57.9825526987583, + 57.98255269875837, 58.21210976623634, 59.18866513326321, 60.40271147248204, @@ -215925,68 +154805,7 @@ "id": "4027", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.175653920236233, - 22.175653920236233, - 22.175653920236233, - 22.175653920236233, - 22.175653920236233, - 22.175653920236233, - 22.175653920236233, - 22.175653920236233 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 380.266234163606, - -1503.7691713743243, - -2468.868658189129, - -2339.5095461920664, - -1031.7189617476197, - 926.6776888147178, - 2421.1770374391745, - 2113.7901828519534 - ], - "relative wind speed": [ - 6.311234591001899, - 5.943704061471407, - 5.700152499344634, - 5.743279848848432, - 6.043102886163709, - 6.404932207687084, - 6.6226154983989645, - 6.585249511843161 - ], - "relative wind angle": [ - 0.07316378391791947, - 0.07093826677745549, - 0.02358778470931595, - 0.04025852592752346, - 0.0764162498816104, - 0.06582222423949231, - 0.020301758128214803, - 0.03510892382313367 - ], - "resistance": [ - 97014.7662341636, - 95130.73082862567, - 94165.63134181088, - 94294.99045380793, - 95602.78103825237, - 97561.17768881471, - 99055.67703743918, - 98748.29018285195 - ], - "fuel": [ - 53.29387318253551, - 52.327290589137384, - 51.837273329115376, - 51.90275266680953, - 52.56823040337892, - 53.576674085196046, - 54.355842545552804, - 54.194905189943455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -55.46875, -54.375 -55.3125, -54.21875 -55.3125, -54.21875 -55.46875, -54.375 -55.46875))", @@ -216005,68 +154824,7 @@ "id": "4028", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.938343479794362, - 23.938343479794362, - 23.938343479794362, - 23.938343479794362, - 23.938343479794362, - 23.938343479794362, - 23.938343479794362, - 23.938343479794362 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -200.48503839439218, - -2241.958897247012, - -2929.72603631076, - -2482.35410291906, - -606.3902966256865, - 1692.4776300898848, - 3098.0870370355588, - 2034.0026643230194 - ], - "relative wind speed": [ - 6.705979594541046, - 6.315903811189454, - 6.1243384494618365, - 6.262332064325895, - 6.634546810999905, - 7.006906075976217, - 7.174946150752163, - 7.054826066308486 - ], - "relative wind angle": [ - 0.07841512984992959, - 0.06286460501554786, - 0.005850081310838529, - 0.05529789943265048, - 0.07926117218122526, - 0.0566580593033758, - 0.004993462206591391, - 0.04908077774843845 - ], - "resistance": [ - 96434.0149616056, - 94392.54110275299, - 93704.77396368924, - 94152.14589708095, - 96028.10970337431, - 98326.97763008988, - 99732.58703703556, - 98668.50266432302 - ], - "fuel": [ - 55.54674978961023, - 54.50440483240557, - 54.15673393143278, - 54.38268335184432, - 55.33826567140707, - 56.52712393043491, - 57.2637218831113, - 56.70542115668873 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -55.46875, -54.21875 -55.3125, -54.0625 -55.3125, -54.0625 -55.46875, -54.21875 -55.46875))", @@ -216098,19 +154856,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -491.7510201108871, + -491.75102011089984, -2195.419131691342, - -2618.554809021949, + -2618.55480902206, -2034.101966692635, - -219.5730218749668, + -219.57302187495952, 1795.2394122195983, - 2800.561220903328, + 2800.561220903146, 1565.9853066695068 ], "relative wind speed": [ - 6.091458993303057, + 6.091458993303056, 5.723569942203436, - 5.580874459646833, + 5.580874459646832, 5.762943805860964, 6.143734760655065, 6.487842213947515, @@ -216118,33 +154876,33 @@ 6.452893007548071 ], "relative wind angle": [ - 0.08465596426132382, - 0.06042847218454671, - 0.004700180528311633, + 0.08465596426132513, + 0.060428472184546715, + 0.004700180528335254, 0.06646505028962614, - 0.08393394053778988, + 0.08393394053778855, 0.053302755012480246, - 0.003967800499432961, + 0.003967800499460942, 0.05934968838368676 ], "resistance": [ - 96142.74897988913, + 96142.74897988912, 94439.08086830867, - 94015.94519097806, + 94015.94519097796, 94600.39803330739, - 96414.92697812505, + 96414.92697812506, 98429.73941221961, - 99435.06122090334, + 99435.06122090315, 98200.48530666952 ], "fuel": [ - 52.52621333484002, + 52.52621333484, 51.65712247640269, - 51.442942944575094, + 51.44294294457504, 51.73895216087921, 52.66605983637141, 53.70985419575469, - 54.23632046072255, + 54.23632046072246, 53.590325143195535 ] }, @@ -216165,68 +154923,7 @@ "id": "4030", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 91920.81684137513, - "wind resistance": [ - -113.3619317803932, - -2434.18470582187, - -3287.5525630378033, - -2843.858594665351, - -805.8056857918709, - 1770.6540666371402, - 3409.307501328836, - 2352.4403312190225 - ], - "relative wind speed": [ - 7.434986574235426, - 7.039246528235523, - 6.833946319470963, - 6.957221873344352, - 7.324986669904096, - 7.706066661277844, - 7.888702857626405, - 7.780200439474077 - ], - "relative wind angle": [ - 0.07099359428046595, - 0.05855019291065887, - 0.008068769610158563, - 0.04801644862770934, - 0.07206154618441821, - 0.053478671596040854, - 0.006989918376840589, - 0.04293402852047475 - ], - "resistance": [ - 91807.45490959473, - 89486.63213555326, - 88633.26427833733, - 89076.95824670978, - 91115.01115558326, - 93691.47090801227, - 95330.12434270396, - 94273.25717259415 - ], - "fuel": [ - 57.2807086779743, - 56.13689317076509, - 55.72135125420096, - 55.937066953419844, - 56.9373405159692, - 58.22398337918206, - 59.05515158163555, - 58.51793672164961 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -55.625, -54.21875 -55.46875, -54.0625 -55.46875, -54.0625 -55.625, -54.21875 -55.625))", @@ -216245,68 +154942,7 @@ "id": "4031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 94903.6849264318, - "wind resistance": [ - -431.65331185565447, - -2691.7461462120336, - -3332.491172260601, - -2738.4826264090443, - -510.62451673513715, - 2091.8176661373363, - 3573.581055081544, - 2158.1961427334754 - ], - "relative wind speed": [ - 7.387409333209145, - 6.9922383958152645, - 6.817874201474351, - 6.98286592854474, - 7.374861439768378, - 7.750548375970236, - 7.904365204432204, - 7.758993577529052 - ], - "relative wind angle": [ - 0.07360313814333505, - 0.055601855196102945, - 0.0009227230189140335, - 0.054400535088037494, - 0.07372859677400395, - 0.05015698113981581, - 0.0007958905078946428, - 0.04895428723285372 - ], - "resistance": [ - 94472.03161457615, - 92211.93878021976, - 91571.1937541712, - 92165.20230002276, - 94393.06040969666, - 96995.50259256913, - 98477.26598151334, - 97061.88106916528 - ], - "fuel": [ - 58.618658171642664, - 57.482109139985184, - 57.16335126118839, - 57.45880702105042, - 58.578624890220496, - 59.910112776071315, - 60.67948716765231, - 59.9444036019924 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -55.46875, -54.0625 -55.3125, -53.90625 -55.3125, -53.90625 -55.46875, -54.0625 -55.46875))", @@ -216325,68 +154961,7 @@ "id": "4032", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 91377.55075109562, - "wind resistance": [ - -517.8716885759604, - -2491.4456281768944, - -2999.276281456074, - -2390.8712875101082, - -347.7403932642046, - 1961.2622954211547, - 3173.395680977861, - 1818.4755220771767 - ], - "relative wind speed": [ - 7.3636139222596535, - 7.01609526738862, - 6.875492835569, - 7.036148778070229, - 7.390624526340971, - 7.721304817475858, - 7.84676615896563, - 7.703035197784682 - ], - "relative wind angle": [ - 0.06599887383353333, - 0.047598155660608654, - 0.001968538122868563, - 0.05018600817596351, - 0.0657573180521406, - 0.04324802663272597, - 0.0017248720626703458, - 0.04583798934726139 - ], - "resistance": [ - 90859.67906251966, - 88886.10512291873, - 88378.27446963955, - 88986.67946358552, - 91029.81035783142, - 93338.81304651678, - 94550.94643207348, - 93196.0262731728 - ], - "fuel": [ - 56.81117699212141, - 55.84418795793932, - 55.59771144967527, - 55.893115737874496, - 56.895214519299955, - 58.04641257455957, - 58.6586860495984, - 57.974647987544536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -55.46875, -53.90625 -55.3125, -53.75 -55.3125, -53.75 -55.46875, -53.90625 -55.46875))", @@ -216405,68 +154980,7 @@ "id": "4033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.323044901482767, - 23.323044901482767, - 23.323044901482767, - 23.323044901482767, - 23.323044901482767, - 23.323044901482767, - 23.323044901482767, - 23.323044901482767 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -152.90669961993262, - -1996.939737948167, - -2636.791327097453, - -2250.5707983023167, - -581.423927243126, - 1485.0206256048878, - 2764.766069663343, - 1845.262049257959 - ], - "relative wind speed": [ - 6.535308391977372, - 6.175422905809739, - 5.995550829222824, - 6.1175988115910895, - 6.45793978965658, - 6.802896003870698, - 6.961940272602533, - 6.854941785711882 - ], - "relative wind angle": [ - 0.07400488954969614, - 0.059805857006169826, - 0.0064701349612296295, - 0.051390240361459436, - 0.0748931480740078, - 0.054283892241899355, - 0.005572003146763105, - 0.04585840289446468 - ], - "resistance": [ - 96481.5933003801, - 94637.56026205186, - 93997.70867290258, - 94383.92920169771, - 96053.0760727569, - 98119.52062560491, - 99399.26606966337, - 98479.76204925799 - ], - "fuel": [ - 54.65706994672575, - 53.71453135365199, - 53.39044167245922, - 53.58588304629351, - 54.4369138609078, - 55.5048728864179, - 56.17422528262975, - 55.692675680905595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -55.625, -54.0625 -55.46875, -53.90625 -55.46875, -53.90625 -55.625, -54.0625 -55.625))", @@ -216485,68 +154999,7 @@ "id": "4034", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.288581963761175, - 25.288581963761175, - 25.288581963761175, - 25.288581963761175, - 25.288581963761175, - 25.288581963761175, - 25.288581963761175, - 25.288581963761175 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -801.8398454063426, - -2783.44232068539, - -3208.310984398453, - -2355.747984658956, - -79.47047260638283, - 2326.4541005923384, - 3337.0997081689675, - 1718.9046926347182 - ], - "relative wind speed": [ - 6.985201450916556, - 6.608645150752823, - 6.484630907615009, - 6.698727750098469, - 7.10551517040112, - 7.45702316062639, - 7.5651138219257055, - 7.376207133530612 - ], - "relative wind angle": [ - 0.07742104602944631, - 0.0513734557150949, - 0.009304368944113968, - 0.0634404840925477, - 0.07610755970699785, - 0.04552444834007241, - 0.00797544741977599, - 0.057606910920007685 - ], - "resistance": [ - 95832.66015459366, - 93851.0576793146, - 93426.18901560154, - 94278.75201534104, - 96555.02952739362, - 98960.95410059234, - 99971.59970816897, - 98353.40469263472 - ], - "fuel": [ - 57.331582894875844, - 56.324020776333086, - 56.10989506381071, - 56.5402489884452, - 57.70251165739861, - 58.95193069741538, - 59.48319265425593, - 58.634391819651064 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -55.625, -53.90625 -55.46875, -53.75 -55.46875, -53.75 -55.625, -53.90625 -55.625))", @@ -216565,68 +155018,7 @@ "id": "4035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.67307919507193, - 20.67307919507193, - 20.67307919507193, - 20.67307919507193, - 20.67307919507193, - 20.67307919507193, - 20.67307919507193, - 20.67307919507193 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -248.64679680753943, - -1925.7029710224178, - -2436.958513026828, - -2019.0993322798513, - -406.1297760541256, - 1510.9333855740497, - 2635.659599120243, - 1643.700646453639 - ], - "relative wind speed": [ - 5.781336961946713, - 5.4050268526722105, - 5.230887755868228, - 5.380745596107668, - 5.749216094082067, - 6.1043449678008725, - 6.25421106531682, - 6.125758695377368 - ], - "relative wind angle": [ - 0.08861860321900415, - 0.06910224231108815, - 0.0030824758990361956, - 0.06516709584768274, - 0.08911502645103976, - 0.061175306920803134, - 0.002578115384656147, - 0.057232224169444915 - ], - "resistance": [ - 96385.85320319247, - 94708.7970289776, - 94197.54148697319, - 94615.40066772017, - 96228.3702239459, - 98145.43338557407, - 99270.15959912026, - 98278.20064645365 - ], - "fuel": [ - 50.95575089581531, - 50.09863546030162, - 49.83942280978684, - 50.0512097827137, - 50.87481873594285, - 51.86629363094808, - 52.45434951348423, - 51.935465110877914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -55.78125, -55 -55.625, -54.84375 -55.625, -54.84375 -55.78125, -55 -55.78125))", @@ -216658,53 +155050,53 @@ ], "ice resistance": 78709.38770322567, "wind resistance": [ - 753.0294203091216, + 753.0294203090743, -1746.9240645574573, - -3175.455080538206, - -3133.1573997307933, - -1591.9072692624504, - 932.3991966591711, - 3001.3068176997767, + -3175.455080538264, + -3133.157399730768, + -1591.9072692624395, + 932.3991966591748, + 3001.306817699744, 2900.6285216034667 ], "relative wind speed": [ - 7.563432325527755, + 7.563432325527754, 7.163903233804413, 6.8757087448431005, - 6.887471624484506, + 6.887471624484505, 7.191130492822081, 7.589226361383642, - 7.851273499485407, + 7.851273499485408, 7.840956633571856 ], "relative wind angle": [ - 0.06455783219651984, + 0.064557832196525, 0.06662514952129436, - 0.027136487908089663, - 0.030946315051108043, - 0.06790516329609195, - 0.0628861983351548, - 0.023763947189634854, + 0.027136487908097848, + 0.030946315051104456, + 0.06790516329609031, + 0.06288619833515478, + 0.02376394718963953, 0.027182154386495294 ], "resistance": [ - 79462.41712353479, + 79462.41712353475, 76962.46363866821, - 75533.93262268747, - 75576.23030349487, - 77117.48043396322, + 75533.93262268741, + 75576.2303034949, + 77117.48043396324, 79641.78689988484, - 81710.69452092545, + 81710.69452092542, 81610.01622482913 ], "fuel": [ - 51.42670594840673, + 51.426705948406706, 50.31027823695676, - 49.682766909828246, - 49.70123793632111, - 50.37882923456418, + 49.68276690982822, + 49.70123793632112, + 50.37882923456419, 51.50770294270215, - 52.450602027927985, + 52.45060202792797, 52.40434948760092 ] }, @@ -216738,51 +155130,51 @@ ], "ice resistance": 69932.52371097759, "wind resistance": [ - 1267.438140274724, + 1267.4381402746876, -1229.2788173832887, - -2952.071818678971, + -2952.071818678989, -3164.724740473921, - -2009.7912390090387, + -2009.7912390090423, 364.4139204782805, 2605.3347251489686, 3111.8193729850427 ], "relative wind speed": [ - 7.634230614017738, + 7.634230614017737, 7.251227475368771, 6.926237877813311, 6.867162343197353, - 7.114286468892885, + 7.114286468892884, 7.504282052930518, 7.80524041201949, 7.857266088255525 ], "relative wind angle": [ - 0.05763787494503609, - 0.06833480511595831, - 0.03761025905092322, - 0.01846766844374442, + 0.05763787494503995, + 0.0683348051159583, + 0.03761025905092617, + 0.018467668443744416, 0.06185550749776345, 0.06602704939465442, 0.03337303246270841, - 0.01614031819708386 + 0.016140318197083864 ], "resistance": [ - 71199.96185125232, + 71199.96185125227, 68703.2448935943, - 66980.45189229862, + 66980.4518922986, 66767.79897050367, - 67922.73247196856, + 67922.73247196854, 70296.93763145588, 72537.85843612655, 73044.34308396264 ], "fuel": [ - 47.82544770261387, + 47.82544770261385, 46.78721185237451, - 46.084329654965615, + 46.08432965496561, 45.998335155137, - 46.467402299610065, + 46.46740229961006, 47.447256164028985, 48.39134426695256, 48.60731252822946 @@ -216818,54 +155210,54 @@ ], "ice resistance": 57777.5614201916, "wind resistance": [ - 188.33774697513581, + 188.33774697510307, -2120.688442305305, - -3147.700017885385, - -2859.0939572110838, + -3147.7000178854396, + -2859.0939572110656, -1060.494562214244, 1414.8635201930083, 3150.9291518131795, - 2463.284100171113 + 2463.284100171135 ], "relative wind speed": [ - 7.47699844277507, + 7.476998442775068, 7.092802079380341, 6.865288865331688, - 6.945416336928067, + 6.945416336928066, 7.278698430255407, 7.653568789434196, 7.8582927756234735, - 7.787563704946243 + 7.787563704946242 ], "relative wind angle": [ - 0.06645890326293558, + 0.06645890326293724, 0.05944467385721206, - 0.014475551087880628, - 0.04044676572879566, - 0.06827228270334529, - 0.055084656796066736, - 0.012646260552486339, - 0.03607083807423955 + 0.014475551087888297, + 0.04044676572879291, + 0.0682722827033453, + 0.05508465679606673, + 0.01264626055248634, + 0.03607083807423647 ], "resistance": [ - 57965.89916716674, + 57965.8991671667, 55656.8729778863, - 54629.86140230622, - 54918.46746298052, + 54629.86140230617, + 54918.46746298054, 56717.06685797736, 59192.42494038461, 60928.49057200478, - 60240.845520362716 + 60240.84552036274 ], "fuel": [ - 42.58656740209184, + 42.586567402091816, 41.7392816501784, - 41.36879925860302, - 41.47251402012346, + 41.368799258603005, + 41.47251402012347, 42.12585121494514, 43.04470303416376, 43.70273268569122, - 43.440749809480714 + 43.44074980948073 ] }, { @@ -216898,53 +155290,53 @@ ], "ice resistance": 53428.64945896553, "wind resistance": [ - 637.6404030239901, + 637.6404030239464, -1689.123471604289, -2985.204658114344, -2918.11592167291, - -1442.4802797870216, + -1442.4802797870143, 922.9590924739678, - 2827.474896587293, - 2667.5867102790253 + 2827.474896587253, + 2667.586710279029 ], "relative wind speed": [ - 7.5404753932808966, + 7.540475393280895, 7.167139911421855, - 6.9041481510486, + 6.904148151048599, 6.922763264582175, - 7.210359754821186, + 7.210359754821187, 7.581567281289776, - 7.821815342936186, + 7.821815342936187, 7.8053446902216495 ], "relative wind angle": [ - 0.0609024821931431, + 0.06090248219314675, 0.06163496500939605, 0.023955786485051426, 0.029990540713368926, 0.06369450593966323, 0.05826191605166599, - 0.021144810628229854, - 0.02659853978153127 + 0.021144810628235103, + 0.026598539781531268 ], "resistance": [ - 54066.28986198951, + 54066.28986198947, 51739.52598736124, 50443.44480085118, 50510.53353729262, - 51986.169179178505, + 51986.16917917851, 54351.608551439494, - 56256.12435555282, + 56256.124355552776, 56096.236169244556 ], "fuel": [ - 41.16716521635557, + 41.16716521635555, 40.34721030570708, 39.89920553670833, 39.922242095965025, 40.43317318137251, 41.269098533340724, - 41.95726771804651, + 41.95726771804649, 41.898975454690266 ] }, @@ -216965,68 +155357,7 @@ "id": "4040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90944.871455803, - "wind resistance": [ - 1290.4251557820862, - -1115.6400335018589, - -2817.134364827456, - -3057.326540336635, - -1998.8811416384451, - 268.698595730355, - 2452.0951980854916, - 3024.6095481867524 - ], - "relative wind speed": [ - 7.633769616900357, - 7.266845444237859, - 6.949048988240261, - 6.882412295210151, - 7.112095577157459, - 7.486608000429378, - 7.782484193467449, - 7.841475821634205 - ], - "relative wind angle": [ - 0.05465038583750629, - 0.06604440262516142, - 0.03760475481682655, - 0.016000056677427134, - 0.05866345254248853, - 0.06410302911556193, - 0.03357601333264629, - 0.014043008000873375 - ], - "resistance": [ - 92235.29661158509, - 89829.23142230115, - 88127.73709097554, - 87887.54491546637, - 88945.99031416456, - 91213.57005153336, - 93396.96665388849, - 93969.48100398976 - ], - "fuel": [ - 57.49375805595628, - 56.304481986965754, - 55.476466187215436, - 55.3604466895725, - 55.87331659538157, - 56.98610487942102, - 58.07566230016586, - 58.364293640661145 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -55.78125, -54.53125 -55.625, -54.375 -55.625, -54.375 -55.78125, -54.53125 -55.78125))", @@ -217058,53 +155389,53 @@ ], "ice resistance": 95787.79559406209, "wind resistance": [ - 886.4913677383338, + 886.4913677383047, -1490.8863508268405, - -2950.0588356147455, + -2950.0588356148037, -2996.9424317023077, -1663.1898681832827, 687.1641113620244, - 2713.297519427586, + 2713.2975194275423, 2825.0166699626534 ], "relative wind speed": [ - 7.577002557825915, + 7.577002557825913, 7.202638503891088, 6.916534360607854, 6.903522438260636, 7.172437817264616, 7.548299847389052, - 7.811298511922263, + 7.811298511922262, 7.822800646076824 ], "relative wind angle": [ - 0.05910158639477743, + 0.05910158639477931, 0.06387653280361119, - 0.02930444371631552, - 0.02508658599816777, + 0.029304443716323098, + 0.025086585998167772, 0.06243946200262158, - 0.060947702687823034, - 0.02594689278477999, + 0.06094770268782304, + 0.025946892784784268, 0.022138080457497232 ], "resistance": [ - 96674.28696180042, + 96674.28696180039, 94296.90924323525, - 92837.73675844734, + 92837.73675844728, 92790.85316235978, 94124.6057258788, 96474.95970542412, - 98501.09311348968, + 98501.09311348962, 98612.81226402475 ], "fuel": [ - 59.74440584677827, + 59.744405846778264, 58.52991380990515, - 57.79490581154593, + 57.7949058115459, 57.77142118137304, 58.44270929610403, 59.641771057644945, - 60.69192564769925, + 60.69192564769922, 60.75027458095522 ] }, @@ -217125,68 +155456,7 @@ "id": "4042", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 76605.41201142015, - "wind resistance": [ - 586.4292653345583, - -1815.3717533739255, - -3110.184144102117, - -3003.4278753624967, - -1423.5308780373489, - 1039.7725850060742, - 2980.7725639506098, - 2726.5120851621286 - ], - "relative wind speed": [ - 7.536356156709995, - 7.14852455165712, - 6.882114933468699, - 6.911771245103133, - 7.2172709232125065, - 7.601595913634498, - 7.843606169508797, - 7.817485654300545 - ], - "relative wind angle": [ - 0.06384867553279387, - 0.06342247410460612, - 0.023233730551756513, - 0.03284333058021891, - 0.0666756125775089, - 0.0596377283624239, - 0.020385252563700714, - 0.029037044168411866 - ], - "resistance": [ - 77191.84127675471, - 74790.04025804623, - 73495.22786731803, - 73601.98413605765, - 75181.8811333828, - 77645.18459642623, - 79586.18457537076, - 79331.92409658228 - ], - "fuel": [ - 50.41174456683325, - 49.35900374406812, - 48.800375774976466, - 48.84619823928872, - 49.52928740873642, - 50.612859065986214, - 51.48258211217427, - 51.36785518124354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -55.9375, -54.53125 -55.78125, -54.375 -55.78125, -54.375 -55.9375, -54.53125 -55.9375))", @@ -217218,19 +155488,19 @@ ], "ice resistance": 64535.9154154452, "wind resistance": [ - 1449.3806241111852, + 1449.3806241111379, -894.756820389106, - -2663.019897202121, + -2663.019897202128, -2991.5027655819977, - -2104.7202970994185, + -2104.7202970994367, 49.881987506098085, - 2241.957229633601, + 2241.957229633572, 3025.494168624926 ], "relative wind speed": [ - 7.653073415693157, + 7.6530734156931555, 7.3013943933292005, - 6.978474843145393, + 6.978474843145392, 6.887451847392534, 7.089664113647906, 7.451342822833828, @@ -217238,33 +155508,33 @@ 7.835552118401449 ], "relative wind angle": [ - 0.05076562677723108, + 0.05076562677723545, 0.06497507718752808, 0.040434890171620205, - 0.010908394949850814, - 0.0548038204775313, - 0.0636657518543387, - 0.03638606522773533, + 0.010908394949850813, + 0.054803820477533335, + 0.06366575185433872, + 0.036386065227738386, 0.009588438062177582 ], "resistance": [ - 65985.29603955639, + 65985.29603955633, 63641.15859505609, - 61872.89551824308, + 61872.895518243065, 61544.412649863196, - 62431.19511834578, + 62431.19511834576, 64585.7974029513, - 66777.8726450788, + 66777.87264507877, 67561.40958407012 ], "fuel": [ - 45.683348399591736, + 45.68334839959171, 44.753381515908984, 44.06540504449069, 43.93888394683962, - 44.281365326001165, + 44.28136532600116, 45.12567924568133, - 46.00240504140038, + 46.002405041400365, 46.320120350195396 ] }, @@ -217298,9 +155568,9 @@ ], "ice resistance": 49616.61299712703, "wind resistance": [ - -1017.8342657262947, + -1017.8342657263165, -3064.529941300567, - -3447.204751210287, + -3447.2047512104073, -2418.1386558509876, 74.26315005177094, 2612.893013922996, @@ -217308,7 +155578,7 @@ 1694.7867455421765 ], "relative wind speed": [ - 7.294820446040357, + 7.294820446040355, 6.9188666315104275, 6.812318165202953, 7.0485688152443515, @@ -217318,19 +155588,19 @@ 7.701200383973636 ], "relative wind angle": [ - 0.07537884223776074, + 0.07537884223776223, 0.047268995265574536, - 0.012772977079821083, - 0.06388314618144653, - 0.07362407984347649, + 0.012772977079838469, + 0.06388314618144651, + 0.0736240798434765, 0.04182965078224977, 0.010999054667456279, 0.058462960705728484 ], "resistance": [ - 48598.77873140073, + 48598.778731400715, 46552.08305582646, - 46169.40824591674, + 46169.408245916624, 47198.47434127604, 49690.8761471788, 52229.50601105002, @@ -217338,9 +155608,9 @@ 51311.39974266921 ], "fuel": [ - 39.27235553263755, + 39.27235553263754, 38.59167032810744, - 38.46613089770804, + 38.466130897708005, 38.80496156938702, 39.64194033594041, 40.51820551764172, @@ -217378,47 +155648,47 @@ ], "ice resistance": 62948.16388959866, "wind resistance": [ - -210.18147959185808, + -210.181479591909, -2383.6065803624333, - -3123.5879943056425, - -2659.96459287178, + -3123.5879943056498, + -2659.9645928717873, -677.5136689500214, 1763.3314064401056, 3261.280155355722, 2155.725289398015 ], "relative wind speed": [ - 7.415363118546052, + 7.4153631185460505, 7.042368459138556, - 6.858606681477088, - 6.987172469866543, + 6.858606681477087, + 6.987172469866544, 7.34114973381826, 7.699684154558769, 7.863816120881184, 7.749807124733621 ], "relative wind angle": [ - 0.06783171573346626, - 0.054226981283185156, - 0.005422861319395997, - 0.04711806999597132, + 0.06783171573347116, + 0.05422698128318516, + 0.005422861319395996, + 0.04711806999597367, 0.06851851199868246, - 0.04959369165356634, + 0.049593691653566335, 0.004729666701320468, - 0.042478382282482366 + 0.04247838228248237 ], "resistance": [ - 62737.98241000681, + 62737.98241000675, 60564.55730923623, - 59824.57589529302, - 60288.19929672688, + 59824.57589529301, + 60288.199296726874, 62270.65022064864, 64711.49529603877, 66209.44404495438, 65103.88917899667 ], "fuel": [ - 44.40052992197776, + 44.400529921977736, 43.5638601586701, 43.28301202762138, 43.45873450585243, @@ -217458,9 +155728,9 @@ ], "ice resistance": 48510.07144853661, "wind resistance": [ - -569.1931526096705, + -569.1931526096996, -2879.689003899308, - -3483.6414595191236, + -3483.6414595195165, -2781.835059373767, -403.9251540205041, 2295.4941238433967, @@ -217468,7 +155738,7 @@ 2156.4898041503257 ], "relative wind speed": [ - 7.369848278946369, + 7.3698482789463675, 6.961369524709662, 6.79333989733209, 6.981041212493437, @@ -217478,19 +155748,19 @@ 7.764165654765318 ], "relative wind angle": [ - 0.07711869312585673, + 0.0771186931258596, 0.0563654835992092, - 0.0019391334998029768, - 0.05887952304579959, + 0.0019391334998602305, + 0.05887952304579958, 0.07684425393592634, 0.050417513131775046, 0.0016614109362136046, - 0.05293483572035137 + 0.05293483572035136 ], "resistance": [ - 47940.878295926945, + 47940.878295926916, 45630.382444637304, - 45026.42998901749, + 45026.429989017095, 45728.23638916285, 48106.146294516104, 50805.56557238001, @@ -217498,9 +155768,9 @@ 50666.56125268694 ], "fuel": [ - 39.0518526226879, + 39.051852622687896, 38.290223661727936, - 38.09441240182713, + 38.094412401827, 38.32207728089553, 39.107092619206455, 40.02374733756142, @@ -217538,19 +155808,19 @@ ], "ice resistance": 47910.55105380411, "wind resistance": [ - 268.38122902598116, + 268.3812290259557, -2214.419430534992, - -3354.103288544553, + -3354.1032885446075, -3071.817585707635, - -1180.7920369063868, + -1180.7920369063977, 1464.4885769409339, 3353.8488313876587, 2682.137715731871 ], "relative wind speed": [ - 7.495214879847326, + 7.495214879847325, 7.083322748930229, - 6.833076239505169, + 6.833076239505168, 6.911633257369297, 7.264997749503132, 7.667136181773337, @@ -217558,31 +155828,31 @@ 7.8222608056109335 ], "relative wind angle": [ - 0.07063914850745188, - 0.06437505150859074, - 0.016890049432851648, + 0.07063914850745347, + 0.06437505150859073, + 0.016890049432858222, 0.04232772326348913, - 0.07288151001008651, + 0.07288151001008805, 0.059467192806368724, - 0.014625518794176843, + 0.014625518794176845, 0.03739769627288147 ], "resistance": [ - 48178.932282830094, + 48178.932282830065, 45696.13162326912, - 44556.44776525956, + 44556.44776525951, 44838.73346809648, - 46729.759016897726, + 46729.75901689772, 49375.03963074504, 51264.39988519177, 50592.688769535984 ], "fuel": [ - 39.13145320665643, + 39.1314532066564, 38.31162254354342, - 37.94297554380309, + 37.94297554380307, 38.03383457592234, - 38.650143536340565, + 38.65014353634056, 39.534599605572836, 40.18225201316336, 39.95047491742046 @@ -217605,68 +155875,7 @@ "id": "4048", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78876.84013401002, - "wind resistance": [ - 470.5926057916695, - -1793.2978462185347, - -2968.3417253640146, - -2829.8621562483495, - -1283.7817938789085, - 1059.9679601887074, - 2861.559345001777, - 2531.417220010844 - ], - "relative wind speed": [ - 7.514694892029205, - 7.147040404058048, - 6.902497208722594, - 6.940899102175287, - 7.236270652683332, - 7.599609578257138, - 7.822389952102404, - 7.788335633021869 - ], - "relative wind angle": [ - 0.06125559106869795, - 0.05934886218509841, - 0.020209105949738758, - 0.032661499315461216, - 0.06361559909150878, - 0.05581074945770447, - 0.01783229884112395, - 0.029106587736377323 - ], - "resistance": [ - 79347.43273980169, - 77083.5422877915, - 75908.498408646, - 76046.97797776168, - 77593.05834013112, - 79936.80809419873, - 81738.3994790118, - 81408.25735402087 - ], - "fuel": [ - 51.37484607282604, - 50.36381357827669, - 49.84656805951445, - 49.90725866402304, - 50.58969563672174, - 51.64118438328795, - 52.46333655950433, - 52.311773124430964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -56.09375, -54.53125 -55.9375, -54.375 -55.9375, -54.375 -56.09375, -54.53125 -56.09375))", @@ -217685,68 +155894,7 @@ "id": "4049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 61892.4918799936, - "wind resistance": [ - 886.2512085266426, - -1580.9994475159256, - -3074.1020681824157, - -3104.193787137083, - -1691.3935428699297, - 758.5248561572989, - 2849.325052207849, - 2920.979158695096 - ], - "relative wind speed": [ - 7.580563304467641, - 7.190809520752029, - 6.896033920033847, - 6.887671611367264, - 7.171434348638493, - 7.562186791275082, - 7.8319299539523435, - 7.83928506968836 - ], - "relative wind angle": [ - 0.06179332258505578, - 0.06623838179981077, - 0.029728426509652055, - 0.027019185454848323, - 0.06532350654398343, - 0.06298101029267993, - 0.02617508727495426, - 0.023738658585893004 - ], - "resistance": [ - 62778.74308852024, - 60311.49243247767, - 58818.38981181118, - 58788.298092856516, - 60201.098337123665, - 62651.016736150894, - 64741.816932201444, - 64813.471038688695 - ], - "fuel": [ - 44.41638884386127, - 43.46758416869144, - 42.904399047645015, - 42.893133995130825, - 43.42566049531156, - 44.366714502204, - 45.18748861159427, - 45.21590576188098 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -56.25, -54.6875 -56.09375, -54.53125 -56.09375, -54.53125 -56.25, -54.6875 -56.25))", @@ -217765,68 +155913,7 @@ "id": "4050", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 65159.762950357945, - "wind resistance": [ - 222.52553063357118, - -2170.383398378639, - -3249.2351700347863, - -2961.494634716506, - -1115.0299251201213, - 1443.6065467361805, - 3252.1337918624413, - 2566.9852166564488 - ], - "relative wind speed": [ - 7.485166388146809, - 7.087464956215802, - 6.849328863006541, - 6.929306921215377, - 7.2727295544282375, - 7.660819246301902, - 7.874452689329095, - 7.8041666192934 - ], - "relative wind angle": [ - 0.06853786752036276, - 0.06180526168533748, - 0.015546048788347658, - 0.04145677004356463, - 0.0705431424435571, - 0.05717435418393893, - 0.013522077123601707, - 0.036807166454003004 - ], - "resistance": [ - 65382.28848099151, - 62989.379551979306, - 61910.52778032316, - 62198.26831564144, - 64044.73302523782, - 66603.36949709413, - 68411.89674222039, - 67726.74816701439 - ], - "fuel": [ - 45.44216967618327, - 44.498440544840854, - 44.07992542236312, - 44.19112406277988, - 44.91203058966927, - 45.93195704569796, - 46.667568811085886, - 46.3874551529418 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -56.25, -54.53125 -56.09375, -54.375 -56.09375, -54.375 -56.25, -54.53125 -56.25))", @@ -217845,68 +155932,7 @@ "id": "4051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90037.40099700914, - "wind resistance": [ - -273.0129825453805, - -2590.17002148756, - -3347.243181213231, - -2822.861131168018, - -666.2075739704123, - 1953.0583703228876, - 3532.544748226672, - 2283.5393535335024 - ], - "relative wind speed": [ - 7.412244168091207, - 7.012077133046205, - 6.819692771168332, - 6.965421892699343, - 7.349770173357856, - 7.732480810761407, - 7.902675225229572, - 7.774534266776858 - ], - "relative wind angle": [ - 0.07311941672992245, - 0.05779582245590613, - 0.004592803918782782, - 0.051814449024879056, - 0.07374206546894643, - 0.05240603236602103, - 0.0039634026047008705, - 0.046417906747447196 - ], - "resistance": [ - 89764.38801446377, - 87447.23097552158, - 86690.15781579592, - 87214.53986584113, - 89371.19342303873, - 91990.45936733203, - 93569.94574523582, - 92320.94035054265 - ], - "fuel": [ - 56.27272911819884, - 55.14832029718349, - 54.7852780270702, - 55.036509994795, - 56.080522552231336, - 57.37175478090736, - 58.162740591445335, - 57.53648729715243 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -55.78125, -54.375 -55.625, -54.21875 -55.625, -54.21875 -55.78125, -54.375 -55.78125))", @@ -217940,17 +155966,17 @@ "wind resistance": [ 528.2373882750617, -1813.9074918183433, - -3052.112679286085, + -3052.1126792861214, -2927.425768771169, -1355.8551738519418, 1058.147770461761, - 2936.0580573050865, + 2936.058057305141, 2638.987049537707 ], "relative wind speed": [ - 7.513092089389543, + 7.513092089389542, 7.133031512164237, - 6.876202138855967, + 6.876202138855966, 6.910879402380488, 7.213485278045527, 7.589518037840034, @@ -217959,32 +155985,32 @@ ], "relative wind angle": [ 0.06306246684059488, - 0.0618571670332899, - 0.021832710819654766, + 0.061857167033289896, + 0.021832710819659852, 0.033092168736159375, 0.06568541797532858, 0.058132314257697, - 0.01919009458421082, + 0.019190094584205033, 0.029347651135805477 ], "resistance": [ 97162.73738827507, 94820.59250818165, - 93582.38732071391, + 93582.38732071388, 93707.07423122883, 95278.64482614805, 97692.64777046176, - 99570.55805730508, + 99570.55805730514, 99273.48704953771 ], "fuel": [ 59.917789115128826, 58.71688541182199, - 58.090260223163796, + 58.09026022316378, 58.153102884345444, 58.95014000276909, 60.1923252211096, - 61.17364613767094, + 61.17364613767098, 61.017534951403064 ] }, @@ -218005,68 +156031,7 @@ "id": "4053", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 86382.30308225169, - "wind resistance": [ - -390.8344979283065, - -2640.3170431234175, - -3301.46719442237, - -2730.527828585022, - -543.2830712246578, - 2035.2863012455055, - 3523.951436474741, - 2163.4043557002515 - ], - "relative wind speed": [ - 7.392786957309901, - 7.00078042438863, - 6.824152749203127, - 6.982701013914238, - 7.368566161764233, - 7.741972599148438, - 7.898101387802746, - 7.758282852973932 - ], - "relative wind angle": [ - 0.07269901694400706, - 0.05549154856439468, - 0.001779353967715283, - 0.053172480906769716, - 0.07293840572476984, - 0.05017426220491876, - 0.0015374051370215854, - 0.04785263464193229 - ], - "resistance": [ - 85991.46858432339, - 83741.98603912827, - 83080.83588782932, - 83651.77525366667, - 85839.02001102702, - 88417.5893834972, - 89906.25451872643, - 88545.70743795193 - ], - "fuel": [ - 54.452125217752595, - 53.3918534180709, - 53.08380702796168, - 53.34972613099218, - 54.37967526949517, - 55.61675874264044, - 56.34221940109642, - 55.67886929950512 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -55.9375, -54.375 -55.78125, -54.21875 -55.78125, -54.21875 -55.9375, -54.375 -55.9375))", @@ -218098,9 +156063,9 @@ ], "ice resistance": 78501.69484910324, "wind resistance": [ - 1697.3832836604415, + 1697.3832836603942, -816.1866787118925, - -2789.13843803127, + -2789.1384380313284, -3208.333863301061, -2356.2379766052654, -84.2874077433662, @@ -218108,9 +156073,9 @@ 3311.003719555778 ], "relative wind speed": [ - 7.693611023093463, + 7.693611023093462, 7.320880868261583, - 6.964295694575546, + 6.964295694575545, 6.847914366058657, 7.0508502016749235, 7.437125953878021, @@ -218118,9 +156083,9 @@ 7.874783043122648 ], "relative wind angle": [ - 0.05256950183829055, + 0.05256950183829478, 0.0701926969229235, - 0.04623300458258419, + 0.0462330045825914, 0.008508353308768632, 0.057366820604246346, 0.06909379537743028, @@ -218128,9 +156093,9 @@ 0.007398845548974607 ], "resistance": [ - 80199.07813276368, + 80199.07813276364, 77685.50817039135, - 75712.55641107197, + 75712.55641107191, 75293.36098580218, 76145.45687249798, 78417.40744135987, @@ -218138,9 +156103,9 @@ 81812.69856865902 ], "fuel": [ - 51.7601195988405, + 51.76011959884046, 50.63078465397326, - 49.76081565844771, + 49.76081565844768, 49.57783799373322, 49.9504618306039, 50.95719736156236, @@ -218178,9 +156143,9 @@ ], "ice resistance": 93626.01867497474, "wind resistance": [ - 1229.9415191524167, + 1229.9415191524022, -1487.0469009646404, - -3271.4703681411775, + -3271.4703681411956, -3424.998532326903, -2048.0305127519096, 580.6622905896984, @@ -218188,7 +156153,7 @@ 3332.5419630440083 ], "relative wind speed": [ - 7.637916903397334, + 7.637916903397332, 7.216187987021576, 6.872349037085987, 6.829558609053719, @@ -218199,18 +156164,18 @@ ], "relative wind angle": [ 0.06468567134851994, - 0.07400464918101483, - 0.037962086436584504, + 0.07400464918101485, + 0.037962086436587425, 0.024115228172066454, - 0.06942333493225762, + 0.06942333493225761, 0.07077694311176186, 0.03319359429495366, 0.020856692800450178 ], "resistance": [ - 94855.96019412715, + 94855.96019412714, 92138.9717740101, - 90354.54830683356, + 90354.54830683355, 90201.02014264783, 91577.98816222283, 94206.68096556443, @@ -218218,9 +156183,9 @@ 96958.56063801874 ], "fuel": [ - 58.813615725716566, + 58.81361572571656, 57.44573242906285, - 56.56229878656545, + 56.562298786565435, 56.48684351545394, 57.1667233298953, 58.484234608313784, @@ -218245,68 +156210,7 @@ "id": "4056", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 94960.1941667923, - "wind resistance": [ - -836.2000959510842, - -2984.2591902620916, - -3454.9737828281213, - -2559.6541033058347, - -118.90481881824962, - 2478.6197495232227, - 3598.8080320183617, - 1875.5072572255303 - ], - "relative wind speed": [ - 7.325055116860376, - 6.936839877114679, - 6.805829152466422, - 7.0220932045540305, - 7.4390463730697105, - 7.802313498251373, - 7.916851201908633, - 7.72567475579189 - ], - "relative wind angle": [ - 0.07591229985527179, - 0.05082323874521607, - 0.008398445578765502, - 0.06173507391274681, - 0.07474687941705527, - 0.04518157858005141, - 0.007219816178662098, - 0.056106621906886645 - ], - "resistance": [ - 94123.9940708412, - 91975.9349765302, - 91505.22038396417, - 92400.54006348646, - 94841.28934797405, - 97438.81391631551, - 98559.00219881066, - 96835.70142401783 - ], - "fuel": [ - 58.44239992821894, - 57.364524233712345, - 57.13061757068531, - 57.57622553436275, - 58.80615584366234, - 60.13943632605069, - 60.72216473955959, - 59.827627449141985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -55.78125, -53.90625 -55.625, -53.75 -55.625, -53.75 -55.78125, -53.90625 -55.78125))", @@ -218325,68 +156229,7 @@ "id": "4057", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.8355264804482, - 24.8355264804482, - 24.8355264804482, - 24.8355264804482, - 24.8355264804482, - 24.8355264804482, - 24.8355264804482, - 24.8355264804482 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 265.2593602254965, - -2090.870470253947, - -3175.000802368875, - -2906.8538118961515, - -1112.790827212124, - 1397.4649328180567, - 3193.7685112657346, - 2556.667311479938 - ], - "relative wind speed": [ - 7.036426031000251, - 6.618740673438208, - 6.363792736995056, - 6.443644775891889, - 6.802701250879457, - 7.209736992167577, - 7.435736520279872, - 7.366646292620273 - ], - "relative wind angle": [ - 0.07625598400659454, - 0.06984766004566187, - 0.018420049270535897, - 0.0459779256573094, - 0.07888131639504266, - 0.06411389932932077, - 0.015764356603886212, - 0.040213806246224996 - ], - "resistance": [ - 96899.7593602255, - 94543.62952974605, - 93459.49919763113, - 93727.64618810386, - 95521.70917278787, - 98031.96493281805, - 99828.26851126573, - 99191.16731147993 - ], - "fuel": [ - 57.16437903314197, - 55.958671636538924, - 55.41082646202608, - 55.54592248588655, - 56.45667874700509, - 57.75111319303209, - 58.69178500821626, - 58.3567796326543 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -55.9375, -54.0625 -55.78125, -53.90625 -55.78125, -53.90625 -55.9375, -54.0625 -55.9375))", @@ -218405,68 +156248,7 @@ "id": "4058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.119769080770062, - 26.119769080770062, - 26.119769080770062, - 26.119769080770062, - 26.119769080770062, - 26.119769080770062, - 26.119769080770062, - 26.119769080770062 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 913.8960479526249, - -1658.5336670157922, - -3205.7205630829703, - -3228.094122823273, - -1740.3318901940438, - 819.2281015506342, - 2994.8524835695935, - 3048.0552361395457 - ], - "relative wind speed": [ - 7.486357669868571, - 7.073316157036778, - 6.761582336996598, - 6.755258470981873, - 7.058713596980244, - 7.472562301379374, - 7.755771599615951, - 7.7612802935869665 - ], - "relative wind angle": [ - 0.06647811858486423, - 0.0712011898015642, - 0.03170264879685815, - 0.029626140338345288, - 0.07051211531892845, - 0.06739109962889632, - 0.02763766946520369, - 0.025785067458815134 - ], - "resistance": [ - 97548.39604795266, - 94975.96633298424, - 93428.77943691706, - 93406.40587717676, - 94894.16810980599, - 97453.72810155066, - 99629.35248356962, - 99682.55523613957 - ], - "fuel": [ - 59.564210039068215, - 58.24264142560092, - 57.4596431109914, - 57.448385664595506, - 58.20102207424778, - 59.515138599822215, - 60.651303901458725, - 60.67930832587042 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -55.9375, -53.90625 -55.78125, -53.75 -55.78125, -53.75 -55.9375, -53.90625 -55.9375))", @@ -218485,68 +156267,7 @@ "id": "4059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.411725162828716, - 22.411725162828716, - 22.411725162828716, - 22.411725162828716, - 22.411725162828716, - 22.411725162828716, - 22.411725162828716, - 22.411725162828716 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1211.998685838047, - -1134.0171658367035, - -2748.6627601592154, - -2945.9561461863977, - -1847.8728396827792, - 385.0300073350554, - 2492.5468037287064, - 2959.83484032032 - ], - "relative wind speed": [ - 6.532465348984469, - 6.106979122811996, - 5.74138982550894, - 5.675879406535171, - 5.957304990762698, - 6.392760927970584, - 6.723022323344712, - 6.778420114681507 - ], - "relative wind angle": [ - 0.07528714704134197, - 0.09041620452903777, - 0.05026620988824905, - 0.025276417305367015, - 0.08257173114681025, - 0.0863639237490656, - 0.042921913652137156, - 0.021164419995124535 - ], - "resistance": [ - 97846.49868583807, - 95500.48283416333, - 93885.83723984081, - 93688.54385381364, - 94786.62716031725, - 97019.53000733508, - 99127.04680372874, - 99594.33484032034 - ], - "fuel": [ - 54.05472758132901, - 52.84588699767218, - 52.02580053965097, - 51.92625936281573, - 52.48211980147097, - 53.626275061328265, - 54.72320077277545, - 54.96865457699315 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -56.09375, -54.375 -55.9375, -54.21875 -55.9375, -54.21875 -56.09375, -54.375 -56.09375))", @@ -218578,9 +156299,9 @@ ], "ice resistance": 68700.8982481161, "wind resistance": [ - 1141.4120601581562, + 1141.4120601581271, -1493.0402100765714, - -3195.8138280710627, + -3195.8138280710664, -3321.021094875028, -1951.1761303339044, 611.2315077442945, @@ -218588,9 +156309,9 @@ 3206.7306602858516 ], "relative wind speed": [ - 7.6224429846360024, + 7.622442984636001, 7.212038310974087, - 6.882591942639445, + 6.882591942639444, 6.847730868436825, 7.131474188248904, 7.5462616276358325, @@ -218598,19 +156319,19 @@ 7.878333777211043 ], "relative wind angle": [ - 0.0633979000897172, + 0.06339790008971895, 0.07152975503751223, 0.035751808981991956, - 0.0244661712022698, + 0.024466171202269796, 0.06776902777004279, 0.06835664917800723, 0.0313527307427167, 0.02126511427668209 ], "resistance": [ - 69842.31030827425, + 69842.31030827422, 67207.85803803953, - 65505.08442004503, + 65505.08442004502, 65379.87715324106, 66749.72211778219, 69312.12975586038, @@ -218618,7 +156339,7 @@ 71907.62890840194 ], "fuel": [ - 47.25800408878226, + 47.25800408878224, 46.176476382668966, 45.49117339194443, 45.441207958365126, @@ -218658,9 +156379,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 948.324070553921, + 948.3240705539029, -1615.0980391962767, - -3165.3805516238826, + -3165.38055162389, -3192.5270111089376, -1713.1871600942977, 834.6779404491899, @@ -218668,9 +156389,9 @@ 3076.8373091859503 ], "relative wind speed": [ - 6.77086969992331, + 6.770869699923308, 6.311729342306116, - 5.959682688193814, + 5.959682688193812, 5.951051120186289, 6.292036719289664, 6.752516218395999, @@ -218678,19 +156399,19 @@ 7.07243898065996 ], "relative wind angle": [ - 0.08178248771330027, + 0.08178248771330161, 0.08900279268028284, - 0.0403286515884816, - 0.03718044749714666, + 0.040328651588481604, + 0.037180447497146656, 0.08802180056767978, 0.08317901016160431, 0.03401577986081249, 0.03128310536319673 ], "resistance": [ - 97582.82407055395, + 97582.82407055394, 95019.40196080375, - 93469.11944837615, + 93469.11944837614, 93441.9729888911, 94921.31283990573, 97469.17794044921, @@ -218700,7 +156421,7 @@ "fuel": [ 55.38107417287238, 54.06376180084024, - 53.27895522356772, + 53.27895522356771, 53.26529241836005, 54.01384067728385, 55.32215478387231, @@ -218725,68 +156446,7 @@ "id": "4062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 83541.55781244657, - "wind resistance": [ - -440.4531329515594, - -2853.134409127495, - -3546.1443842210283, - -2916.1617743977877, - -546.8786510588179, - 2228.468075540306, - 3817.3549488637036, - 2318.0080414464574 - ], - "relative wind speed": [ - 7.392332298880514, - 6.9699214306615875, - 6.781864635712317, - 6.957236415023223, - 7.3754140941174455, - 7.775828259882201, - 7.940379206288132, - 7.787179935140393 - ], - "relative wind angle": [ - 0.0784396701117889, - 0.05966260544233735, - 0.0012511684566381424, - 0.05804370270068912, - 0.07861997134355717, - 0.05347277688393756, - 0.0010686208164750169, - 0.051851627905933666 - ], - "resistance": [ - 83101.10467949501, - 80688.42340331907, - 79995.41342822554, - 80625.39603804878, - 82994.67916138776, - 85770.02588798688, - 87358.91276131028, - 85859.56585389303 - ], - "fuel": [ - 53.093226596899655, - 51.98271405454106, - 51.667738746364726, - 51.9539940359473, - 53.043784245200555, - 54.34691479752709, - 55.105858827978494, - 54.3894344725943 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -56.25, -54.21875 -56.09375, -54.0625 -56.09375, -54.0625 -56.25, -54.21875 -56.25))", @@ -218805,68 +156465,7 @@ "id": "4063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.69402919972694, - 22.69402919972694, - 22.69402919972694, - 22.69402919972694, - 22.69402919972694, - 22.69402919972694, - 22.69402919972694, - 22.69402919972694 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -671.4138115282367, - -2745.9353011050443, - -3237.081552763697, - -2445.8991481603207, - -166.08507295004165, - 2316.735328007442, - 3479.73300350874, - 1889.962252867972 - ], - "relative wind speed": [ - 6.287113879256621, - 5.847691073427457, - 5.6864220602251025, - 5.91921736803744, - 6.381070786701728, - 6.786042618890355, - 6.921738904973571, - 6.72374382807401 - ], - "relative wind angle": [ - 0.09840347992774495, - 0.06903674443586985, - 0.008301174604882531, - 0.07950990622342478, - 0.09694996474640942, - 0.0594783898207431, - 0.006819645583770561, - 0.06997956046506676 - ], - "resistance": [ - 95963.08618847176, - 93888.56469889496, - 93397.4184472363, - 94188.60085183968, - 96468.41492704996, - 98951.23532800745, - 100114.23300350874, - 98524.46225286798 - ], - "fuel": [ - 53.48201134730269, - 52.42655561916837, - 52.179019281672225, - 52.57821465857823, - 53.74153331134822, - 55.03044007375713, - 55.64207591951558, - 54.8072567860102 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -56.09375, -54.0625 -55.9375, -53.90625 -55.9375, -53.90625 -56.09375, -54.0625 -56.09375))", @@ -218885,68 +156484,7 @@ "id": "4064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.28538847550296, - 21.28538847550296, - 21.28538847550296, - 21.28538847550296, - 21.28538847550296, - 21.28538847550296, - 21.28538847550296, - 21.28538847550296 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 848.5926423753863, - -1369.8437079308915, - -2724.566499427152, - -2759.1000696242972, - -1494.2690334957424, - 704.3911680780966, - 2597.9307451640143, - 2679.5879486064678 - ], - "relative wind speed": [ - 6.1679360357064885, - 5.73139254647569, - 5.39290814261618, - 5.380794520445495, - 5.703839494405091, - 6.142341523938969, - 6.44156515792599, - 6.451687395344393 - ], - "relative wind angle": [ - 0.08517818967674243, - 0.09361746274714441, - 0.043211239901288064, - 0.03835269354946329, - 0.09212769521834129, - 0.0873375009980559, - 0.03617328101948396, - 0.03198427688259247 - ], - "resistance": [ - 97483.09264237537, - 95264.65629206909, - 93909.93350057284, - 93875.39993037569, - 95140.23096650424, - 97338.89116807809, - 99232.430745164, - 99314.08794860645 - ], - "fuel": [ - 52.32495676736065, - 51.18432786705561, - 50.49679114693702, - 50.479354240603094, - 51.12089583625697, - 52.25025779202772, - 53.23730846165425, - 53.280174222483424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -56.09375, -53.90625 -55.9375, -53.75 -55.9375, -53.75 -56.09375, -53.90625 -56.09375))", @@ -218965,68 +156503,7 @@ "id": "4065", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.650638273773023, - 19.650638273773023, - 19.650638273773023, - 19.650638273773023, - 19.650638273773023, - 19.650638273773023, - 19.650638273773023, - 19.650638273773023 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1200.217551736103, - -872.7281324432224, - -2362.963639627551, - -2594.632828149235, - -1704.0933883080907, - 236.2812281638162, - 2137.7824925155965, - 2684.8456537484926 - ], - "relative wind speed": [ - 5.791409366245733, - 5.368282491946411, - 4.986205109296666, - 4.897884571944831, - 5.168261357373109, - 5.606504346936383, - 5.948874390469071, - 6.0217999489737055 - ], - "relative wind angle": [ - 0.08334570343533972, - 0.10489882296359385, - 0.062772486402334, - 0.024449946981975987, - 0.09342261371119073, - 0.10042626146591013, - 0.05260411690568516, - 0.01988591125205724 - ], - "resistance": [ - 97834.71755173615, - 95761.77186755682, - 94271.5363603725, - 94039.86717185081, - 94930.40661169196, - 96870.78122816386, - 98772.28249251565, - 99319.34565374853 - ], - "fuel": [ - 50.41926330892912, - 49.35016634437199, - 48.59147453174407, - 48.47427192567473, - 48.92589196330483, - 49.920135742692054, - 50.90805264257838, - 51.194769190281775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -56.25, -54.0625 -56.09375, -53.90625 -56.09375, -53.90625 -56.25, -54.0625 -56.25))", @@ -219045,68 +156522,7 @@ "id": "4066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.945891150321334, - 17.945891150321334, - 17.945891150321334, - 17.945891150321334, - 17.945891150321334, - 17.945891150321334, - 17.945891150321334, - 17.945891150321334 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 217.00988306345243, - -1607.1862485930615, - -2434.9340754254827, - -2204.1282769804857, - -786.0522188841478, - 1170.0441164865952, - 2563.7920183621336, - 2020.4363230293857 - ], - "relative wind speed": [ - 5.1370324364289965, - 4.683189848129256, - 4.403626501350563, - 4.5006862881248955, - 4.90089307336794, - 5.3362522444022975, - 5.569194628140813, - 5.491054371010547 - ], - "relative wind angle": [ - 0.11372529579509613, - 0.10616694420638265, - 0.026998011150470184, - 0.07297635239677862, - 0.11923041805194172, - 0.09313364250924853, - 0.021346667079870745, - 0.05979687002102515 - ], - "resistance": [ - 96851.5098830635, - 95027.31375140698, - 94199.56592457456, - 94430.37172301956, - 95848.4477811159, - 97804.54411648664, - 99198.29201836218, - 98654.93632302943 - ], - "fuel": [ - 47.920138306592236, - 46.98516064012193, - 46.5649889831305, - 46.6818915806291, - 47.404494140433506, - 48.4135330827668, - 49.141174908371305, - 48.85664245318155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -56.25, -53.90625 -56.09375, -53.75 -56.09375, -53.75 -56.25, -53.90625 -56.25))", @@ -219125,68 +156541,7 @@ "id": "4067", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.650927534408936, - 16.650927534408936, - 16.650927534408936, - 16.650927534408936, - 16.650927534408936, - 16.650927534408936, - 16.650927534408936, - 16.650927534408936 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 891.5792119703019, - -769.5916848405795, - -1917.9058732957556, - -2063.2141669214097, - -1286.6724479555687, - 291.4648441005793, - 1790.6405765375712, - 2132.7148780584575 - ], - "relative wind speed": [ - 4.925131504827618, - 4.520725495741979, - 4.165458323124063, - 4.099617075042375, - 4.373006439425588, - 4.789900484483122, - 5.101868541761899, - 5.154924392959048 - ], - "relative wind angle": [ - 0.09538173923813352, - 0.11703651040407952, - 0.06666472853148303, - 0.03304860116591339, - 0.10746833948794295, - 0.11043180535092734, - 0.05441545492715474, - 0.026281189124126195 - ], - "resistance": [ - 97526.07921197028, - 95864.90831515941, - 94716.59412670424, - 94571.28583307858, - 95347.82755204441, - 96925.96484410057, - 98425.14057653755, - 98767.21487805844 - ], - "fuel": [ - 46.885283868282194, - 46.02918996348148, - 45.44340205953841, - 45.369625874031456, - 45.76480500770525, - 46.574826804705474, - 47.352902839266896, - 47.531612115772845 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -55.15625, -53.75 -55, -53.59375 -55, -53.59375 -55.15625, -53.75 -55.15625))", @@ -219218,7 +156573,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1443.1718879312302, + 1443.1718879312175, -443.5260514043275, -2005.826696062226, -2395.4545169100184, @@ -219228,7 +156583,7 @@ 2576.3817391307657 ], "relative wind speed": [ - 6.013071144350206, + 6.013071144350205, 5.6566616206721045, 5.292361577052246, 5.150473708426306, @@ -219238,17 +156593,17 @@ 6.168492321241716 ], "relative wind angle": [ - 0.06292252969784871, + 0.06292252969785048, 0.09010686722154755, - 0.06461865227235913, + 0.06461865227235915, 0.004991969370238719, 0.07098452163858501, 0.08929619967934256, 0.0565434734660454, - 0.004168113262907705 + 0.004168113262907706 ], "resistance": [ - 98077.67188793125, + 98077.67188793124, 96190.9739485957, 94628.6733039378, 94239.04548309001, @@ -219258,7 +156613,7 @@ 99210.8817391308 ], "fuel": [ - 51.447775570821136, + 51.44777557082112, 50.472374220536686, 49.674707772340085, 49.4771898213299, @@ -219298,9 +156653,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1627.7186782066183, + 1627.7186782065928, -149.41069367944874, - -1777.0853906141947, + -1777.0853906141983, -2330.7400491466597, -1977.6668155956195, -487.99504019434426, @@ -219308,9 +156663,9 @@ 2467.0739637541174 ], "relative wind speed": [ - 6.22441958920163, + 6.224419589201629, 5.90996012896532, - 5.556883524082007, + 5.556883524082006, 5.382289010914527, 5.506058041674347, 5.842297977231557, @@ -219318,17 +156673,17 @@ 6.331748524989951 ], "relative wind angle": [ - 0.050096248697168826, + 0.050096248697173267, 0.08041506414873982, 0.06477418392709662, 0.006306286888122929, - 0.05663877313377532, + 0.056638773133775314, 0.08134843333564994, - 0.0582439406190306, + 0.058243940619030606, 0.005360635544868669 ], "resistance": [ - 98262.21867820663, + 98262.21867820661, 96485.08930632056, 94857.41460938581, 94303.75995085336, @@ -219338,7 +156693,7 @@ 99101.57396375413 ], "fuel": [ - 52.46432117090785, + 52.46432117090784, 51.54398287800042, 50.711354909728506, 50.43038289857994, @@ -219365,68 +156720,7 @@ "id": "4070", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.347704362182412, - 23.347704362182412, - 23.347704362182412, - 23.347704362182412, - 23.347704362182412, - 23.347704362182412, - 23.347704362182412, - 23.347704362182412 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1137.9109047421261, - -998.9099260948897, - -2498.808509112303, - -2703.168102265341, - -1745.606158799881, - 273.6825859687342, - 2207.741886055057, - 2693.60807247545 - ], - "relative wind speed": [ - 6.7590674699383735, - 6.388702491199504, - 6.0679848862301595, - 6.003334015341758, - 6.239504458136228, - 6.618224038609013, - 6.913462834698927, - 6.969676437720875 - ], - "relative wind angle": [ - 0.06263550984049716, - 0.0757132933406295, - 0.04291614216417428, - 0.019170357877733416, - 0.06785887422575375, - 0.07308276924487916, - 0.037665080689444234, - 0.01651213556044245 - ], - "resistance": [ - 97772.41090474214, - 95635.59007390513, - 94135.69149088771, - 93931.33189773468, - 94888.89384120013, - 96908.18258596875, - 98842.24188605507, - 99328.10807247547 - ], - "fuel": [ - 55.36052992929933, - 54.25923947688078, - 53.49635931935114, - 53.39306569195007, - 53.878407589319245, - 54.913071351979454, - 55.91828996390716, - 56.173004255587216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -55.3125, -53.59375 -55.15625, -53.4375 -55.15625, -53.4375 -55.3125, -53.59375 -55.3125))", @@ -219445,68 +156739,7 @@ "id": "4071", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.791351944709977, - 20.791351944709977, - 20.791351944709977, - 20.791351944709977, - 20.791351944709977, - 20.791351944709977, - 20.791351944709977, - 20.791351944709977 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1598.8432306200666, - -196.78436298595443, - -1813.759100854706, - -2334.170929527345, - -1957.0244832582757, - -438.52494886745444, - 1395.2507476647133, - 2495.0279781309728 - ], - "relative wind speed": [ - 6.1439434173164615, - 5.820165970007657, - 5.46207419516719, - 5.290976379760352, - 5.425182500460926, - 5.7711622711598185, - 6.111169394230734, - 6.259889362226122 - ], - "relative wind angle": [ - 0.05295155097043508, - 0.0833347550018505, - 0.06594800856741417, - 0.004647155865873093, - 0.059974820951729686, - 0.08404402504708831, - 0.05893476381067128, - 0.003927859618635537 - ], - "resistance": [ - 98233.34323062007, - 96437.71563701404, - 94820.7408991453, - 94300.32907047265, - 94677.47551674172, - 96195.97505113254, - 98029.75074766472, - 99129.52797813097 - ], - "fuel": [ - 52.06522269693348, - 51.13555929384995, - 50.3086576801162, - 50.04459477191816, - 50.23586266023759, - 51.01131750780078, - 51.959212227340586, - 52.53369923381575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -55.15625, -53.4375 -55, -53.28125 -55, -53.28125 -55.15625, -53.4375 -55.15625))", @@ -219538,11 +156771,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1849.7670694607696, + 1849.767069460755, 261.02907795531246, -1413.3127519557474, -2224.600601602495, - -2068.497335458389, + -2068.4973354584, -845.1306670129179, 918.8697919003498, 2220.341645944194 @@ -219558,21 +156791,21 @@ 6.139984530199498 ], "relative wind angle": [ - 0.03948379835809305, + 0.03948379835809586, 0.07817838013834125, 0.07370443033173112, - 0.02183567174858337, - 0.04548518751193769, - 0.08137077045519449, - 0.06774146377407306, - 0.018604856878034235 + 0.021835671748583366, + 0.04548518751194013, + 0.0813707704551945, + 0.06774146377407304, + 0.01860485687803424 ], "resistance": [ - 98484.2670694608, + 98484.26706946078, 96895.52907795535, 95221.18724804428, 94409.89939839754, - 94566.00266454164, + 94566.00266454162, 95789.36933298712, 97553.36979190038, 98854.84164594422 @@ -219582,7 +156815,7 @@ 50.95077806316251, 50.0918659919616, 49.67943943763294, - 49.75860585687261, + 49.758605856872606, 50.38216548091812, 51.29109483802671, 51.969121751433605 @@ -219618,19 +156851,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1782.0283503001283, + 1782.0283503001192, 474.6468072551688, - -1042.0940379842941, + -1042.0940379843032, -1911.090078973537, -1885.0033701413959, -947.6770788185695, - 584.0202722724462, + 584.0202722724534, 1843.8178999102056 ], "relative wind speed": [ - 5.5184421670608526, + 5.518442167060851, 5.277414238392314, - 4.926468189322076, + 4.926468189322075, 4.669890327937218, 4.6804692792934315, 4.950645976235719, @@ -219638,19 +156871,19 @@ 5.527397303491333 ], "relative wind angle": [ - 0.033964201069721804, - 0.08137522047108858, - 0.0852089836562283, - 0.03511780379050922, + 0.03396420106972181, + 0.08137522047108857, + 0.08520898365622961, + 0.035117803790509224, 0.04004802421775316, 0.08675950180308357, - 0.079190714894932, + 0.0791907148949306, 0.029667967118492428 ], "resistance": [ 98416.52835030016, 97109.1468072552, - 95592.40596201573, + 95592.40596201572, 94723.4099210265, 94749.49662985864, 95686.82292118146, @@ -219698,17 +156931,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1416.6804846157047, + 1416.6804846157029, 199.1406603441501, - -1070.2005969725424, + -1070.2005969725487, -1678.8789268002583, -1550.5549647130547, -609.5612258833917, - 733.2137463183444, + 733.2137463183408, 1719.724894731984 ], "relative wind speed": [ - 4.813940192627737, + 4.8139401926277365, 4.545182801592518, 4.19346094646944, 3.9691007790451405, @@ -219719,12 +156952,12 @@ ], "relative wind angle": [ 0.04990686125347682, - 0.09862493798682617, - 0.09380023440065186, + 0.09862493798682616, + 0.09380023440065424, 0.027193426301367257, 0.05963204772336079, - 0.10353270965476365, - 0.08417094926160286, + 0.10353270965476366, + 0.08417094926160418, 0.022189740049054982 ], "resistance": [ @@ -219778,39 +157011,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1615.104727116819, + 1615.1047271168154, 224.73183209293165, - -1223.0561426856348, + -1223.0561426856439, -1915.7711402464438, -1767.9646137540767, -692.602195581183, - 839.7647414001094, + 839.7647414001076, 1964.1299009123322 ], "relative wind speed": [ - 5.134332170330505, + 5.134332170330504, 4.846425540740145, - 4.470016005557984, + 4.470016005557983, 4.230272912528935, 4.295601397553202, 4.617977661272666, - 4.983223365654727, + 4.983223365654726, 5.188289630261183 ], "relative wind angle": [ 0.050198162339980285, 0.09902892786465275, - 0.09409771217276193, + 0.09409771217276311, 0.027144456728353288, 0.060010341102155175, - 0.10394511191973825, - 0.08438246577442386, - 0.022131326604564912 + 0.10394511191973824, + 0.08438246577442254, + 0.02213132660456491 ], "resistance": [ 98249.60472711684, 96859.23183209295, - 95411.44385731439, + 95411.44385731437, 94718.72885975357, 94866.53538624593, 95941.89780441883, @@ -219820,7 +157053,7 @@ "fuel": [ 47.56936052996478, 46.84838015227082, - 46.105272075441015, + 46.10527207544101, 45.75248002622301, 45.827606398913815, 46.37663354754462, @@ -219845,68 +157078,7 @@ "id": "4076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.829014026237342, - 22.829014026237342, - 22.829014026237342, - 22.829014026237342, - 22.829014026237342, - 22.829014026237342, - 22.829014026237342, - 22.829014026237342 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 567.028628991804, - -1531.6016285154092, - -2687.7257385008434, - -2613.0687744094485, - -1259.7512337748249, - 881.7626660206915, - 2595.3306440138076, - 2418.0814995594374 - ], - "relative wind speed": [ - 6.528407864604789, - 6.135693701586207, - 5.859275668645462, - 5.883492192530112, - 6.191386334301986, - 6.5807778254193, - 6.828049694168483, - 6.807194253703374 - ], - "relative wind angle": [ - 0.07429162554998281, - 0.07539105983078212, - 0.028847557234719094, - 0.03793435607583082, - 0.07834368967073184, - 0.07028334371551961, - 0.024753716784961705, - 0.032784864443167853 - ], - "resistance": [ - 97201.52862899181, - 95102.89837148461, - 93946.77426149917, - 94021.43122559057, - 95374.7487662252, - 97516.2626660207, - 99229.83064401383, - 99052.58149955946 - ], - "fuel": [ - 54.31254772937432, - 53.23524917689897, - 52.64877216878867, - 52.68649383133194, - 53.37387530854555, - 54.4755246487111, - 55.36931821426507, - 55.2763587802819 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -55.46875, -53.59375 -55.3125, -53.4375 -55.3125, -53.4375 -55.46875, -53.59375 -55.46875))", @@ -219925,68 +157097,7 @@ "id": "4077", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.798279497227778, - 19.798279497227778, - 19.798279497227778, - 19.798279497227778, - 19.798279497227778, - 19.798279497227778, - 19.798279497227778, - 19.798279497227778 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1281.3454999246223, - -530.7000977917614, - -1972.0118103496497, - -2294.790407779601, - -1701.538534568841, - -74.7229175656903, - 1665.876385698124, - 2431.282595095063 - ], - "relative wind speed": [ - 5.830240738230333, - 5.4734941918928115, - 5.122571955206997, - 5.001470470308725, - 5.196077804579605, - 5.57061872221399, - 5.8949290225321755, - 5.99801840207207 - ], - "relative wind angle": [ - 0.06639702111398701, - 0.09116381092013368, - 0.06209221243433217, - 0.009749529372969051, - 0.07451475230248776, - 0.08957005440856773, - 0.053948354631876, - 0.00812964292753597 - ], - "resistance": [ - 97915.84549992462, - 96103.79990220824, - 94662.48818965035, - 94339.7095922204, - 94932.96146543116, - 96559.7770824343, - 98300.37638569812, - 99065.78259509506 - ], - "fuel": [ - 50.642788232021715, - 49.706820760790364, - 48.97107092126258, - 48.807360759965476, - 49.108550870131644, - 49.94119410032864, - 50.84297967319945, - 51.243097000787145 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -55.625, -53.75 -55.46875, -53.59375 -55.46875, -53.59375 -55.625, -53.75 -55.625))", @@ -220005,68 +157116,7 @@ "id": "4078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.642532703074405, - 18.642532703074405, - 18.642532703074405, - 18.642532703074405, - 18.642532703074405, - 18.642532703074405, - 18.642532703074405, - 18.642532703074405 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 349.7767623225518, - -1370.1530425598576, - -2242.241250277144, - -2110.8414375058946, - -897.8076222670352, - 897.334784024175, - 2261.4107347170175, - 1950.9556358069658 - ], - "relative wind speed": [ - 5.344342088211133, - 4.942338646973059, - 4.674737615109896, - 4.727464258585327, - 5.061970894464474, - 5.455165477862876, - 5.6861559881968615, - 5.642395180774622 - ], - "relative wind angle": [ - 0.09480293669141959, - 0.09280888784156885, - 0.030350367838138347, - 0.054478316557640814, - 0.10010857894345451, - 0.08406246202645645, - 0.024950589655322045, - 0.0456377639758773 - ], - "resistance": [ - 96984.27676232255, - 95264.34695744014, - 94392.25874972285, - 94523.6585624941, - 95736.69237773296, - 97531.83478402418, - 98895.91073471702, - 98585.45563580697 - ], - "fuel": [ - 48.77876910868152, - 47.89604899512639, - 47.45267254533778, - 47.519296157564355, - 48.13737459402583, - 49.06210247507103, - 49.772793777912874, - 49.61043633056959 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -55.625, -53.59375 -55.46875, -53.4375 -55.46875, -53.4375 -55.625, -53.59375 -55.625))", @@ -220085,68 +157135,7 @@ "id": "4079", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.625868666939084, - 19.625868666939084, - 19.625868666939084, - 19.625868666939084, - 19.625868666939084, - 19.625868666939084, - 19.625868666939084, - 19.625868666939084 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 823.7970830522427, - -1015.5289888535681, - -2208.590919125014, - -2299.0977340040663, - -1342.3464230571226, - 445.12004467049155, - 2055.347392895339, - 2269.5395065605135 - ], - "relative wind speed": [ - 5.703306902913962, - 5.316503854868584, - 5.000891684393286, - 4.96651956894327, - 5.238139100214221, - 5.630328376141714, - 5.91243547305044, - 5.941337747790699 - ], - "relative wind angle": [ - 0.0800728770658949, - 0.09184615454373753, - 0.04668829175464748, - 0.03172556141379336, - 0.08720100573398104, - 0.0867135595373314, - 0.03948608616348984, - 0.02651888583729472 - ], - "resistance": [ - 97458.29708305222, - 95618.97101114642, - 94425.90908087498, - 94335.40226599592, - 95292.15357694286, - 97079.62004467048, - 98689.84739289532, - 98904.0395065605 - ], - "fuel": [ - 50.19365507207412, - 49.246821463041286, - 48.6393976077358, - 48.59353399549599, - 49.07990211714522, - 49.99769364358803, - 50.834659106961894, - 50.9467191307761 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -55.46875, -53.4375 -55.3125, -53.28125 -55.3125, -53.28125 -55.46875, -53.4375 -55.46875))", @@ -220178,19 +157167,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1470.638970747228, + 1470.6389707472172, 18.91101982024884, - -1371.878975894575, + -1371.8789758945786, -1921.6677590791833, - -1677.106322865283, + -1677.1063228652865, -494.5721949365088, 1036.1809945600453, 2048.1664989993296 ], "relative wind speed": [ - 5.04416441852166, + 5.044164418521659, 4.728922550456328, - 4.350519310887188, + 4.350519310887187, 4.141147760075985, 4.250934673109994, 4.5990577065214495, @@ -220198,31 +157187,31 @@ 5.134679688680334 ], "relative wind angle": [ - 0.06052761949953024, - 0.10525321080252427, + 0.06052761949953208, + 0.10525321080252426, 0.09149110409301395, 0.01577020685053061, - 0.07184008124905904, + 0.07184008124906059, 0.10823677291299878, 0.08024669565925545, 0.012718575347108175 ], "resistance": [ - 98105.1389707472, + 98105.13897074718, 96653.41101982023, 95262.62102410539, 94712.83224092079, - 94957.39367713469, + 94957.39367713468, 96139.92780506346, 97670.68099456001, 98682.6664989993 ], "fuel": [ - 47.23119284322496, + 47.23119284322495, 46.47934280536652, 45.766407832808085, 45.48656477780476, - 45.61090791767536, + 45.610907917675355, 46.215287261604225, 47.00536473884796, 47.532474844989636 @@ -220258,9 +157247,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1177.7899706774388, + 1177.7899706774297, -122.09909381785474, - -1284.2778379895417, + -1284.2778379895453, -1659.0526062534054, -1377.0090912016276, -277.8529358430269, @@ -220268,9 +157257,9 @@ 1842.7966981431473 ], "relative wind speed": [ - 4.485351031512602, + 4.485351031512601, 4.159616198147379, - 3.79190916027477, + 3.7919091602747694, 3.6138095416119613, 3.7574148337599604, 4.11511035003443, @@ -220278,14 +157267,14 @@ 4.601838839616712 ], "relative wind angle": [ - 0.0744168718058481, + 0.0744168718058496, 0.11904726789677632, - 0.09645320734813125, + 0.0964532073481324, 0.006202160152313499, 0.08886885538674709, - 0.12034100850331378, + 0.12034100850331379, 0.08203910279963353, - 0.004870524857133001 + 0.004870524857133002 ], "resistance": [ 97812.28997067743, @@ -220338,19 +157327,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 802.0510002033989, + 802.0510002033916, -382.26176655920517, - -1293.0273479044135, + -1293.0273479044163, -1479.7762991936452, - -1047.8369950993183, + -1047.8369950993165, 29.70930231199418, 1151.3464587312847, 1591.3344962214587 ], "relative wind speed": [ - 4.192243396757669, + 4.192243396757668, 3.8614533375589737, - 3.5400429535578537, + 3.5400429535578533, 3.4397222511937873, 3.6359803980339716, 3.985528355739074, @@ -220358,17 +157347,17 @@ 4.354718014658112 ], "relative wind angle": [ - 0.0878249882016218, + 0.08782498820162307, 0.11877264869078163, - 0.07900022904542421, + 0.07900022904542563, 0.01816055533504, - 0.10130425640998518, + 0.10130425640998408, 0.11505842046940898, 0.06541910436240196, 0.014344436223660238 ], "resistance": [ - 97436.5510002034, + 97436.55100020338, 96252.23823344079, 95341.47265209559, 95154.72370080635, @@ -220378,7 +157367,7 @@ 98225.83449622146 ], "fuel": [ - 44.374775667013914, + 44.37477566701391, 43.763777133020994, 43.297454378241724, 43.20221803771494, @@ -220420,31 +157409,31 @@ "wind resistance": [ 422.6836147502554, -449.02667176471823, - -1020.8738986118356, + -1020.8738986118383, -1069.317672914663, -619.1048703007918, 224.94879734439837, - 995.8937319166707, + 995.8937319166716, 1109.4021140980185 ], "relative wind speed": [ - 3.3212995415577153, + 3.3212995415577145, 3.0000750251384924, - 2.727190752322426, + 2.7271907523224255, 2.6940495030817893, 2.926891940981227, 3.2553458990516835, - 3.4871417635908326, + 3.487141763590833, 3.512808613328814 ], "relative wind angle": [ - 0.11489651699973245, - 0.13700429980129372, - 0.07292020984752422, + 0.11489651699973054, + 0.13700429980129375, + 0.07292020984752574, 0.04780755651184118, 0.13046227327195237, 0.12620109301948404, - 0.05700909434159451, + 0.057009094341594506, 0.03665890258529667 ], "resistance": [ @@ -220498,17 +157487,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2073.9253624267985, + 2073.9253624267767, 434.3699032954901, - -1378.5520521201524, + -1378.5520521201634, -2340.9288464597685, -2242.9305261423833, -1023.8018455357378, - 845.3101339717323, + 845.3101339717232, 2306.0663482861273 ], "relative wind speed": [ - 6.06070320053547, + 6.060703200535468, 5.780249531500936, 5.3931951258381705, 5.127504178146477, @@ -220518,29 +157507,29 @@ 6.091286181508681 ], "relative wind angle": [ - 0.038424100614607215, - 0.08349671567635564, - 0.08333686913579275, - 0.029807290671160686, - 0.04510379388629365, + 0.03842410061461011, + 0.08349671567635562, + 0.08333686913579541, + 0.02980729067116069, + 0.045103793886293646, 0.08815168925820235, - 0.07671948355415162, + 0.07671948355415308, 0.025090006627227476 ], "resistance": [ - 98708.4253624268, + 98708.42536242677, 97068.86990329549, - 95255.94794787985, + 95255.94794787983, 94293.57115354024, 94391.56947385761, 95610.69815446426, - 97479.81013397174, + 97479.81013397173, 98940.56634828613 ], "fuel": [ - 51.53944266788287, + 51.53944266788286, 50.68720913358666, - 49.7565056278318, + 49.756505627831785, 49.267417497293664, 49.31706348256299, 49.937662053250484, @@ -220578,17 +157567,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1740.6854529792708, + 1740.6854529792545, 29.625290045816655, - -1625.2514398647963, + -1625.2514398648036, -2289.806366487299, -2013.3877669463618, -624.5875751892636, - 1188.8129516942954, + 1188.8129516942881, 2395.6106881741234 ], "relative wind speed": [ - 5.844655137046377, + 5.8446551370463755, 5.526347339012673, 5.144915864850164, 4.932878048863351, @@ -220598,29 +157587,29 @@ 5.9336627782939235 ], "relative wind angle": [ - 0.05199763858133587, - 0.09067865368106104, - 0.07859549045889555, + 0.05199763858133801, + 0.09067865368106105, + 0.07859549045889697, 0.01436081646286536, 0.06033237211243252, 0.09306095831141786, - 0.07030070115970222, + 0.07030070115970381, 0.011938562537948895 ], "resistance": [ - 98375.18545297928, + 98375.18545297926, 96664.12529004582, - 95009.24856013521, + 95009.2485601352, 94344.6936335127, 94621.11223305363, 96009.91242481074, - 97823.3129516943, + 97823.31295169429, 99030.11068817413 ], "fuel": [ - 50.587668378741554, + 50.58766837874154, 49.70061637185978, - 48.85305462664419, + 48.85305462664418, 48.51556393563011, 48.65574204171054, 49.36433669294679, @@ -220658,44 +157647,44 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1904.58140614271, + 1904.5814061426972, 329.72137690964337, - -1360.60946762994, + -1360.6094676299435, -2213.154784140481, -2081.9458164762564, -886.4883692832955, - 879.0399306492072, - 2215.1894978605596 + 879.0399306492, + 2215.1894978606033 ], "relative wind speed": [ - 5.790361930911852, + 5.7903619309118515, 5.505065997633944, 5.1230191633961955, 4.870888530150145, 4.921634694431019, 5.238800217423347, 5.612971940768605, - 5.83311445826602 + 5.833114458266019 ], "relative wind angle": [ - 0.04246015200414887, + 0.04246015200415149, 0.08753381961902161, - 0.08497889869488402, - 0.027446228070364113, + 0.08497889869488533, + 0.027446228070364117, 0.04996064799292286, 0.09199507477772148, - 0.07754552194835458, - 0.022917848896605905 + 0.07754552194835601, + 0.022917848896596215 ], "resistance": [ - 98539.08140614271, + 98539.0814061427, 96964.22137690964, 95273.89053237006, 94421.34521585952, 94552.55418352374, 95748.0116307167, 97513.5399306492, - 98849.68949786056 + 98849.6894978606 ], "fuel": [ 50.314599828461596, @@ -220705,7 +157694,7 @@ 48.262340568118326, 48.87155274368345, 49.78100265974672, - 50.47698377549859 + 50.47698377549861 ] }, { @@ -220738,51 +157727,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1654.4370344127801, + 1654.4370344127528, -47.627379653420576, - -1652.3012195289393, - -2252.6485270118847, - -1947.192468460431, + -1652.3012195289375, + -2252.648527011919, + -1947.1924684604382, -544.754801699275, 1235.1838891578645, 2378.6382937411927 ], "relative wind speed": [ - 5.833182988914426, + 5.833182988914425, 5.513516778202038, - 5.140930929263434, - 4.94391836384983, - 5.05986227933841, + 5.140930929263433, + 4.943918363849831, + 5.059862279338411, 5.406418667150828, 5.7618624808801995, 5.931770501260203 ], "relative wind angle": [ - 0.05338470577218159, - 0.08970927124720035, - 0.07540731586154176, - 0.010876115019304411, - 0.06155335535688822, + 0.05338470577218575, + 0.08970927124720036, + 0.07540731586154027, + 0.010876115019314618, + 0.061553355356891826, 0.09149128777879517, 0.06726796310796264, - 0.009064797949557654 + 0.009064797949557656 ], "resistance": [ - 98288.93703441278, + 98288.93703441275, 96586.87262034658, 94982.19878047107, - 94381.85147298811, - 94687.30753153957, + 94381.85147298808, + 94687.30753153955, 96089.74519830072, 97869.68388915787, 99013.1382937412 ], "fuel": [ - 50.563617226094884, + 50.56361722609488, 49.68174658138148, 48.86020814919606, - 48.555313666348006, - 48.71027605923112, + 48.555313666347985, + 48.710276059231106, 49.426209859390255, 50.34539388615968, 50.942108253830355 @@ -220818,19 +157807,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1099.8758464563762, + 1099.8758464563598, -362.18318440723306, - -1555.3757989358364, + -1555.3757989358328, -1844.6454564362766, -1404.4014818824999, -108.06976939836386, - 1314.7000013999896, + 1314.700001399984, 1998.9966037749855 ], "relative wind speed": [ 4.98055305611141, 4.64406812365161, - 4.301661208851095, + 4.301661208851094, 4.172646699247181, 4.3506192773471914, 4.708123628798283, @@ -220838,23 +157827,23 @@ 5.130576611300849 ], "relative wind angle": [ - 0.0726369952225474, + 0.07263699522255199, 0.10332101088887136, - 0.07350775497077504, + 0.07350775497077353, 0.007716309390256889, 0.08317700568961045, - 0.10191037512269445, - 0.06293765371351737, + 0.10191037512269446, + 0.06293765371351914, 0.006275576250212984 ], "resistance": [ - 97734.37584645639, + 97734.37584645637, 96272.31681559279, - 95079.12420106417, + 95079.12420106419, 94789.85454356374, 95230.09851811752, 96526.43023060165, - 97949.20000140001, + 97949.2000014, 98633.496603775 ], "fuel": [ @@ -220864,7 +157853,7 @@ 45.57782330837498, 45.80194439242217, 46.466074261970505, - 47.20217793972544, + 47.20217793972543, 47.55889762460689 ] }, @@ -220898,53 +157887,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 909.2774302514572, + 909.2774302514335, -806.514400605116, - -2003.7795682467822, - -2162.1431909972944, + -2003.7795682468004, + -2162.14319099726, -1381.9570910713737, 242.9263159698221, - 1792.9152578489102, + 1792.9152578488956, 2168.613901889021 ], "relative wind speed": [ 5.774959348224034, 5.425016078808204, 5.121867472235601, - 5.062732020209176, + 5.062732020209175, 5.2893089239649385, 5.647667209693551, 5.923969780782999, 5.974586919471839 ], "relative wind angle": [ - 0.0695706206719427, - 0.08415832580583646, - 0.04755299040353102, - 0.02206602459635288, - 0.07597020833907554, + 0.06957062067194748, + 0.08415832580583647, + 0.04755299040353569, + 0.022066024596342815, + 0.07597020833907556, 0.08083311027236219, - 0.04111042663847551, + 0.041110426638478206, 0.0186978303836492 ], "resistance": [ - 97543.77743025149, + 97543.77743025146, 95827.98559939492, - 94630.72043175325, - 94472.35680900274, + 94630.72043175323, + 94472.35680900277, 95252.54290892865, 96877.42631596985, - 98427.41525784894, + 98427.41525784893, 98803.11390188905 ], "fuel": [ - 50.52963679462255, + 50.529636794622526, 49.6454550494572, - 49.03496938519514, - 48.954619174881486, + 49.03496938519512, + 48.95461917488149, 49.35137100843873, 50.184951720965614, - 50.98926652575515, + 50.98926652575513, 51.1855687917388 ] }, @@ -220978,37 +157967,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1260.8184883744398, + 1260.818488374418, -410.9684348858591, -1783.8809763949084, -2119.6770462568657, - -1629.0186167497686, + -1629.018616749776, -149.94693106273553, 1481.0065810399701, 2277.3461831514032 ], "relative wind speed": [ - 5.592923094206859, + 5.592923094206858, 5.2523569816072575, - 4.906486807443647, + 4.906486807443646, 4.774736517517024, - 4.95054692484415, + 4.950546924844151, 5.310503717215324, 5.631615292363084, 5.743743968970561 ], "relative wind angle": [ - 0.06499322140082653, + 0.06499322140082994, 0.09237777489484143, - 0.0656656515546512, - 0.00611482361824032, - 0.07344097008249476, - 0.0913634557401924, + 0.06566565155464951, + 0.006114823618240321, + 0.0734409700824978, + 0.09136345574019242, 0.05720060364565998, 0.005083202798044407 ], "resistance": [ - 97895.31848837445, + 97895.31848837444, 96223.53156511416, 94850.6190236051, 94514.82295374315, @@ -221018,7 +158007,7 @@ 98911.84618315141 ], "fuel": [ - 49.58962958130177, + 49.58962958130175, 48.725800703741264, 48.02418036843755, 47.853640932710995, @@ -221058,53 +158047,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 983.9106774019219, + 983.9106774019074, -611.1509559109945, - -1804.0772474283895, + -1804.0772474283858, -2020.7068932134098, -1400.56377178424, 70.01772297522257, - 1557.2437316214473, + 1557.2437316214273, 2071.77887505969 ], "relative wind speed": [ - 5.691284990328245, + 5.691284990328244, 5.366356237088277, - 5.0668896024488355, + 5.066889602448835, 4.984750165335729, 5.177307944856544, 5.513389441502749, - 5.7898076093775455, + 5.789807609377546, 5.860674721070575 ], "relative wind angle": [ - 0.06362581650752847, - 0.0817110947476671, - 0.05085418342384168, - 0.014796891522632779, + 0.06362581650753021, + 0.08171109474766712, + 0.050854183423839495, + 0.014796891522632777, 0.06995212144668489, 0.07952732243915642, - 0.04450001234403218, - 0.012585251102160749 + 0.04450001234403717, + 0.01258525110216075 ], "resistance": [ - 97618.41067740196, + 97618.41067740195, 96023.34904408905, 94830.42275257166, 94613.79310678663, 95233.93622821581, 96704.51772297526, - 98191.7437316215, + 98191.74373162148, 98706.27887505974 ], "fuel": [ - 50.147599702811235, + 50.14759970281122, 49.32483138028586, 48.7156812738753, 48.60563067415278, 48.92113679282991, 49.67503515442657, - 50.44565068986245, + 50.44565068986243, 50.71417661484626 ] }, @@ -221125,68 +158114,7 @@ "id": "4092", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.693624274712953, - 16.693624274712953, - 16.693624274712953, - 16.693624274712953, - 16.693624274712953, - 16.693624274712953, - 16.693624274712953, - 16.693624274712953 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 581.7791507389738, - -1052.9075928813509, - -2017.1400108365387, - -2010.3598352504441, - -1028.793305310648, - 609.7670896251639, - 1988.9885350614259, - 1973.032014847835 - ], - "relative wind speed": [ - 4.868182445754818, - 4.4539137019879025, - 4.138182206638351, - 4.141247776395681, - 4.460787243300698, - 4.8744718575856, - 5.145218283009122, - 5.142751210164402 - ], - "relative wind angle": [ - 0.10371838135523413, - 0.11278683624534931, - 0.04953465342813303, - 0.05109540516134288, - 0.11322974860047988, - 0.10301962311003576, - 0.03983383988951512, - 0.04113874762007633 - ], - "resistance": [ - 97216.279150739, - 95581.59240711867, - 94617.3599891635, - 94624.14016474958, - 95605.70669468938, - 97244.2670896252, - 98623.48853506145, - 98607.53201484786 - ], - "fuel": [ - 46.768710215975446, - 45.92806895779003, - 45.43687271491419, - 45.440314572666075, - 45.94039752462501, - 46.783189654353535, - 47.50033487025612, - 47.491997585558465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -55.78125, -53.59375 -55.625, -53.4375 -55.625, -53.4375 -55.78125, -53.59375 -55.78125))", @@ -221205,68 +158133,7 @@ "id": "4093", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.934917272709901, - 14.934917272709901, - 14.934917272709901, - 14.934917272709901, - 14.934917272709901, - 14.934917272709901, - 14.934917272709901, - 14.934917272709901 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 551.5766029342931, - -847.8205823560756, - -1700.4133074762767, - -1718.6108782217898, - -912.227236101774, - 476.77832548780225, - 1674.5580723626717, - 1717.3113899555992 - ], - "relative wind speed": [ - 4.382784811445618, - 3.989359054021102, - 3.6793893143139744, - 3.670153141769189, - 3.9687661660199867, - 4.36404879923257, - 4.628390849711757, - 4.635718229136143 - ], - "relative wind angle": [ - 0.10861639212307896, - 0.12144258787775457, - 0.05666084402499053, - 0.051414071955267704, - 0.11999925079053401, - 0.11097067213294101, - 0.04503427324078867, - 0.04069843427988829 - ], - "resistance": [ - 97186.07660293434, - 95786.67941764397, - 94934.08669252376, - 94915.88912177825, - 95722.27276389828, - 97111.27832548784, - 98309.05807236272, - 98351.81138995565 - ], - "fuel": [ - 45.045772529068834, - 44.32567411325971, - 43.89052127438653, - 43.88126294048846, - 44.29270730105911, - 45.00709867610672, - 45.628903705350126, - 45.651196969679376 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -55.9375, -53.75 -55.78125, -53.59375 -55.78125, -53.59375 -55.9375, -53.75 -55.9375))", @@ -221285,68 +158152,7 @@ "id": "4094", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.611251580103772, - 18.611251580103772, - 18.611251580103772, - 18.611251580103772, - 18.611251580103772, - 18.611251580103772, - 18.611251580103772, - 18.611251580103772 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 720.8585198657183, - -1087.1269201654923, - -2204.5188401660653, - -2243.9761039522054, - -1228.7151620232307, - 556.6947774626478, - 2108.941248041392, - 2202.1001809256923 - ], - "relative wind speed": [ - 5.413630003526139, - 5.007722435729102, - 4.688392258126187, - 4.672510249987451, - 4.971756533903955, - 5.3803781330117, - 5.660806557500221, - 5.6739228767456185 - ], - "relative wind angle": [ - 0.09001663024529144, - 0.10022067352441508, - 0.04735060514589333, - 0.04007527253793501, - 0.09804168597524347, - 0.09325823698639776, - 0.03921210531266402, - 0.03299938825553553 - ], - "resistance": [ - 97355.3585198657, - 95547.37307983448, - 94429.9811598339, - 94390.52389604776, - 95405.78483797674, - 97191.19477746262, - 98743.44124804136, - 98836.60018092566 - ], - "fuel": [ - 48.934499981954154, - 48.00438675929184, - 47.4356291729993, - 47.415630171330065, - 47.93206064380027, - 48.84954431508909, - 49.656849429579054, - 49.70558548269371 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -55.9375, -53.59375 -55.78125, -53.4375 -55.78125, -53.4375 -55.9375, -53.59375 -55.9375))", @@ -221365,68 +158171,7 @@ "id": "4095", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.50788873860203, - 17.50788873860203, - 17.50788873860203, - 17.50788873860203, - 17.50788873860203, - 17.50788873860203, - 17.50788873860203, - 17.50788873860203 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 631.6371855232082, - -994.977045735588, - -1989.8122000506082, - -2015.8544461390065, - -1088.3109332329095, - 523.4068972115947, - 1914.1707033843013, - 1975.6284595562465 - ], - "relative wind speed": [ - 5.093065745065887, - 4.703826258674027, - 4.400025465642799, - 4.388871121627956, - 4.678600811307154, - 5.069777387946752, - 5.335578706834186, - 5.344757666430506 - ], - "relative wind angle": [ - 0.09206067267340402, - 0.10185666473676662, - 0.04733384777452112, - 0.041904482374954324, - 0.10024238455856198, - 0.09448153811564867, - 0.039029550610653045, - 0.034406767374214664 - ], - "resistance": [ - 97266.13718552323, - 95639.52295426442, - 94644.6877999494, - 94618.645553861, - 95546.18906676711, - 97157.90689721161, - 98548.67070338431, - 98610.12845955626 - ], - "fuel": [ - 47.65398731403113, - 46.81717115667809, - 46.310227558270896, - 46.29700653206578, - 46.76945395081854, - 47.59800219565312, - 48.32073196521664, - 48.35283539587843 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -55.78125, -53.4375 -55.625, -53.28125 -55.625, -53.28125 -55.78125, -53.4375 -55.78125))", @@ -221458,7 +158203,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 359.8402416608815, + 359.84024166087875, -578.3993151958034, -1140.0770299744609, -1142.4019795147474, @@ -221478,17 +158223,17 @@ 3.6277181139439882 ], "relative wind angle": [ - 0.12293057258080096, + 0.12293057258080277, 0.1372418409793799, - 0.0626549231146274, - 0.06152547091486167, + 0.06265492311462742, + 0.06152547091486168, 0.13695184523373824, 0.1234392854670227, 0.04823554363727714, - 0.04732480366208378 + 0.04732480366208379 ], "resistance": [ - 96994.34024166093, + 96994.34024166092, 96056.10068480425, 95494.42297002558, 95492.0980204853, @@ -221498,7 +158243,7 @@ 97789.5101134903 ], "fuel": [ - 42.225269989484005, + 42.22526998948399, 41.742337341617024, 41.45479683658159, 41.45360906138064, @@ -221538,39 +158283,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 217.3153301752368, + 217.3153301752318, -560.0735985523543, - -977.5890412407939, + -977.5890412407971, -934.4192254329296, -409.8007738850656, 392.24200771787764, - 1027.9172977817375, + 1027.917297781733, 927.0469446688544 ], "relative wind speed": [ - 2.9993772341167295, + 2.999377234116729, 2.6688901691717444, - 2.431231824613353, + 2.4312318246133526, 2.4637426822911728, 2.7399219415388085, 3.0627538757076014, - 3.2546194636624945, + 3.254619463662495, 3.2300786420333814 ], "relative wind angle": [ - 0.13784518873550158, + 0.13784518873550403, 0.14442749108111977, - 0.053945139046012565, + 0.053945139046014626, 0.08075111896201573, 0.1509940375014968, 0.12574847790795285, - 0.040288890687198646, - 0.06156488769090773 + 0.0402888906872014, + 0.06156488769090774 ], "resistance": [ 96851.81533017523, 96074.42640144765, - 95656.91095875921, + 95656.9109587592, 95700.08077456708, 96224.69922611493, 97026.74200771788, @@ -221580,7 +158325,7 @@ "fuel": [ 41.30340721338891, 40.903447576387094, - 40.68956782137115, + 40.68956782137114, 40.71165226497687, 40.980586264987295, 41.39371535740311, @@ -221618,37 +158363,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 333.8428287075012, + 333.84282870749394, -799.514986620773, - -1421.5298221186, + -1421.5298221186008, -1372.3312752874263, -627.0039379749287, 534.4406494564228, 1466.997214374107, - 1351.7714163178707 + 1351.771416317877 ], "relative wind speed": [ - 3.7510390855327955, + 3.7510390855327946, 3.3694790688666987, - 3.09211151391815, + 3.0921115139181494, 3.121450748372473, 3.4341670210493542, 3.8092529653630125, 4.037653246027016, - 4.015014641958685 + 4.015014641958684 ], "relative wind angle": [ - 0.1265035967621874, - 0.13325134013929416, - 0.0517131766647754, + 0.12650359676218914, + 0.13325134013929418, + 0.05171317666477541, 0.0710601070207706, 0.13824784580520233, 0.11779132644961954, - 0.039595629110148585, - 0.05522687133559427 + 0.03959562911014858, + 0.055226871335590254 ], "resistance": [ - 96968.34282870754, + 96968.34282870752, 95834.98501337925, 95212.97017788143, 95262.1687247126, @@ -221698,17 +158443,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 112.93723284320731, + 112.93723284320549, -811.8387930097356, -1223.974874523965, -1093.4936036460995, -358.37251090762265, 640.9671367518504, - 1348.5971098185391, + 1348.59710981853, 1043.7557734358543 ], "relative wind speed": [ - 3.2278484882977696, + 3.227848488297769, 2.852689547945658, 2.62003376125475, 2.710181266989141, @@ -221719,13 +158464,13 @@ ], "relative wind angle": [ 0.15010506224833844, - 0.14253311440496855, - 0.034502241297141314, - 0.10253880892286116, - 0.15896998491547418, - 0.11936973274072663, - 0.025212937685267747, - 0.07895144013381239 + 0.14253311440496852, + 0.03450224129714132, + 0.10253880892286117, + 0.1589699849154742, + 0.11936973274072664, + 0.02521293768527215, + 0.0789514401338124 ], "resistance": [ 96747.43723284325, @@ -221734,7 +158479,7 @@ 95541.00639635394, 96276.12748909243, 97275.46713675189, - 97983.09710981858, + 97983.09710981857, 97678.2557734359 ], "fuel": [ @@ -221744,7 +158489,7 @@ 41.22626591706812, 41.60296219317891, 42.11827620151202, - 42.485416128852094, + 42.48541612885209, 42.327026735246804 ] }, @@ -221765,68 +158510,7 @@ "id": "4100", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.058802849719427, - 13.058802849719427, - 13.058802849719427, - 13.058802849719427, - 13.058802849719427, - 13.058802849719427, - 13.058802849719427, - 13.058802849719427 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 377.0762992114669, - -804.3424825038946, - -1469.1672735247294, - -1433.0098538174343, - -677.5740623951988, - 524.4860494320965, - 1506.133121629212, - 1421.4552412852372 - ], - "relative wind speed": [ - 3.8297016332499423, - 3.4415853739380258, - 3.153364724829226, - 3.1745354830392563, - 3.488256512241777, - 3.8716970708993093, - 4.109846591676766, - 4.093515916890901 - ], - "relative wind angle": [ - 0.12534792629581004, - 0.13415535119323085, - 0.05463758894350384, - 0.06834241780349216, - 0.13769208561350577, - 0.11917638753661555, - 0.04191323486987305, - 0.05298331490355693 - ], - "resistance": [ - 97011.57629921148, - 95830.15751749612, - 95165.33272647529, - 95201.49014618258, - 95956.92593760481, - 97158.9860494321, - 98140.63312162923, - 98055.95524128525 - ], - "fuel": [ - 43.35891262995332, - 42.75126900769773, - 42.411610800204066, - 42.43004129206295, - 42.81622154686117, - 43.43509489191073, - 43.94447819652443, - 43.90039695855179 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -56.09375, -53.28125 -55.9375, -53.125 -55.9375, -53.125 -56.09375, -53.28125 -56.09375))", @@ -221845,68 +158529,7 @@ "id": "4101", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.93959248302525, - 11.93959248302525, - 11.93959248302525, - 11.93959248302525, - 11.93959248302525, - 11.93959248302525, - 11.93959248302525, - 11.93959248302525 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 264.01644824327013, - -817.5362456501834, - -1375.4074191417276, - -1293.3685764973243, - -532.6470202255623, - 595.7712487545823, - 1467.51165364596, - 1275.9533346807357 - ], - "relative wind speed": [ - 3.4952319550032254, - 3.0974600344678036, - 2.8201844182905718, - 2.873214247896905, - 3.2129671535952564, - 3.597991896076529, - 3.8192098916122346, - 3.7794767144460475 - ], - "relative wind angle": [ - 0.1435403698710887, - 0.14725463071311423, - 0.05063180296534059, - 0.08803541111513294, - 0.15624998529336825, - 0.126650081499662, - 0.037380313960838484, - 0.06688927802827072 - ], - "resistance": [ - 96898.51644824326, - 95816.9637543498, - 95259.09258085825, - 95341.13142350267, - 96101.85297977443, - 97230.27124875457, - 98102.01165364594, - 97910.45333468071 - ], - "fuel": [ - 42.45845835328234, - 41.90243329076878, - 41.617333939107304, - 41.65918715623674, - 42.04847226541656, - 42.62988548165423, - 43.08229045040484, - 42.98263548581197 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -56.25, -53.4375 -56.09375, -53.28125 -56.09375, -53.28125 -56.25, -53.4375 -56.25))", @@ -221925,68 +158548,7 @@ "id": "4102", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.416838735030051, - 11.416838735030051, - 11.416838735030051, - 11.416838735030051, - 11.416838735030051, - 11.416838735030051, - 11.416838735030051, - 11.416838735030051 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 312.24906426882353, - -675.782362835098, - -1226.256105917064, - -1189.6780215315343, - -548.6296082877657, - 460.2925785418711, - 1279.9605049452784, - 1194.5327982592871 - ], - "relative wind speed": [ - 3.364314757562134, - 2.9915032462106765, - 2.714560728541691, - 2.739260602053492, - 3.0453747282409007, - 3.4123055770651134, - 3.636492963614518, - 3.6179237661117507 - ], - "relative wind angle": [ - 0.13763104767698317, - 0.1477321181711031, - 0.05940160632824042, - 0.07762751887029302, - 0.1521518727547458, - 0.12940419615778986, - 0.04433041721819845, - 0.058749372818377416 - ], - "resistance": [ - 96946.74906426884, - 95958.71763716491, - 95408.24389408295, - 95444.82197846848, - 96085.87039171225, - 97094.79257854189, - 97914.4605049453, - 97829.0327982593 - ], - "fuel": [ - 42.118316280151745, - 41.610021155297915, - 41.32840431481041, - 41.3470823227012, - 41.67523153455373, - 42.19479053798992, - 42.61967895675559, - 42.57527939253818 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -56.25, -53.28125 -56.09375, -53.125 -56.09375, -53.125 -56.25, -53.28125 -56.25))", @@ -222005,68 +158567,7 @@ "id": "4103", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.864069734184662, - 9.864069734184662, - 9.864069734184662, - 9.864069734184662, - 9.864069734184662, - 9.864069734184662, - 9.864069734184662, - 9.864069734184662 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 400.48804615908966, - -503.5569567614384, - -1062.6011266121523, - -1080.1130007576894, - -563.2351214569921, - 330.77212729434495, - 1116.5114415377989, - 1157.1677838789597 - ], - "relative wind speed": [ - 2.9863739372284144, - 2.602671481572255, - 2.2830916098338956, - 2.269118034800157, - 2.573000031841129, - 2.960550559578754, - 3.213448483781506, - 3.22333085502501 - ], - "relative wind angle": [ - 0.15687858800293222, - 0.1847787957974661, - 0.09196954738874798, - 0.08014134554310971, - 0.18234530350365233, - 0.16223012248666305, - 0.0652968592900086, - 0.05638635289491953 - ], - "resistance": [ - 97034.98804615911, - 96130.94304323857, - 95571.89887338787, - 95554.38699924233, - 96071.26487854302, - 96965.27212729436, - 97751.01144153782, - 97791.66778387898 - ], - "fuel": [ - 41.185743561096324, - 40.720217352190815, - 40.43386661322214, - 40.42491555573464, - 40.68959386266267, - 41.14973603671598, - 41.55660871033277, - 41.577723946900676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -55.78125, -52.8125 -55.625, -52.65625 -55.625, -52.65625 -55.78125, -52.8125 -55.78125))", @@ -222098,19 +158599,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 390.2662442789515, + 390.2662442789451, -725.8116850922252, - -1374.9694149539255, + -1374.9694149539291, -1360.7440278808554, - -675.7502877710604, + -675.7502877710594, 448.44861154383034, 1387.1312619260398, 1353.7753378130355 ], "relative wind speed": [ - 3.795264629020668, + 3.795264629020667, 3.4283947293095793, - 3.149178428203789, + 3.1491784282037885, 3.1575579029386946, 3.446951507729396, 3.812035923358492, @@ -222118,17 +158619,17 @@ 4.039224726420001 ], "relative wind angle": [ - 0.1185390813528299, + 0.11853908135283177, 0.12913031658450602, - 0.05576191312496503, - 0.061246092145212094, - 0.13058276013278478, + 0.055761913124967026, + 0.06124609214521209, + 0.13058276013278397, 0.11607269416022536, 0.04339562219060463, - 0.047865874202406636 + 0.04786587420240663 ], "resistance": [ - 97024.76624427896, + 97024.76624427894, 95908.68831490778, 95259.53058504607, 95273.75597211915, @@ -222138,7 +158639,7 @@ 97988.27533781303 ], "fuel": [ - 43.26868663644923, + 43.268686636449225, 42.69445956653033, 42.36259702518528, 42.369852525796915, @@ -222178,9 +158679,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 401.0891159431412, + 401.08911594313486, -568.4268863783691, - -1169.6152951521412, + -1169.6152951521417, -1191.7650319926865, -646.798225295659, 310.0694891869625, @@ -222188,9 +158689,9 @@ 1198.0782523314329 ], "relative wind speed": [ - 3.642795187805689, + 3.6427951878056883, 3.3157613031976725, - 3.0539662452226746, + 3.053966245222674, 3.0404116668752694, 3.285550600590892, 3.615318313725684, @@ -222198,8 +158699,8 @@ 3.849765762390252 ], "relative wind angle": [ - 0.10811392397002488, - 0.12247118451552448, + 0.10811392397002693, + 0.1224711845155245, 0.05890391130972873, 0.049623594949778256, 0.1199232299071046, @@ -222258,9 +158759,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 600.3833742416964, + 600.3833742416919, -315.2993378104011, - -1002.4005494393605, + -1002.4005494393614, -1132.940597848452, -774.7815901578188, 66.34175082047295, @@ -222268,9 +158769,9 @@ 1231.4530873627518 ], "relative wind speed": [ - 3.4504739313121666, + 3.4504739313121657, 3.13525972120513, - 2.8317761901095833, + 2.831776190109583, 2.7447910563250053, 2.942578894687344, 3.27638327774895, @@ -222278,10 +158779,10 @@ 3.609800958396804 ], "relative wind angle": [ - 0.10343421940799807, - 0.13842565533011533, + 0.10343421940800024, + 0.1384256553301153, 0.0903666299178016, - 0.025947874970020064, + 0.025947874970020067, 0.12136877008843905, 0.13242734426317426, 0.07221174223051215, @@ -222325,68 +158826,7 @@ "id": "4107", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.724657437830633, - 10.724657437830633, - 10.724657437830633, - 10.724657437830633, - 10.724657437830633, - 10.724657437830633, - 10.724657437830633, - 10.724657437830633 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 471.64848023196646, - -344.14779725612016, - -921.0630308750124, - -1004.9976026718327, - -638.8858615119343, - 128.98285643042573, - 874.3602393178735, - 1071.0707756641368 - ], - "relative wind speed": [ - 3.21882820337946, - 2.9133219366899916, - 2.6348786252162797, - 2.5751183738031207, - 2.7813265810607795, - 3.0998690047463557, - 3.3397675343898796, - 3.3860593489021804 - ], - "relative wind angle": [ - 0.11001965944832562, - 0.13970281833689213, - 0.08370424799070511, - 0.03656383419861588, - 0.12741346318238855, - 0.13124544396864302, - 0.0660085269462355, - 0.027804401326361007 - ], - "resistance": [ - 97106.14848023195, - 96290.35220274386, - 95713.43696912497, - 95629.50239732815, - 95995.61413848805, - 96763.4828564304, - 97508.86023931786, - 97705.57077566412 - ], - "fuel": [ - 41.74500911550493, - 41.32457547885036, - 41.0287478891301, - 40.985811556214166, - 41.173286492163356, - 41.56810927673034, - 41.95346602319481, - 42.055509273299236 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -56.09375, -53.125 -55.9375, -52.96875 -55.9375, -52.96875 -56.09375, -53.125 -56.09375))", @@ -222405,68 +158845,7 @@ "id": "4108", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.663207267032073, - 11.663207267032073, - 11.663207267032073, - 11.663207267032073, - 11.663207267032073, - 11.663207267032073, - 11.663207267032073, - 11.663207267032073 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 418.262372623426, - -598.8617486422363, - -1221.0715011930197, - -1235.565410521208, - -649.3806527307347, - 359.4676025615763, - 1234.5947476654837, - 1268.4730885636973 - ], - "relative wind speed": [ - 3.4636358558712597, - 3.0974687798592684, - 2.803159272768618, - 2.7936040652510408, - 3.076557322996056, - 3.444947816956713, - 3.68839753758309, - 3.695639948692316 - ], - "relative wind angle": [ - 0.12837917723688902, - 0.1463479098274745, - 0.06974582509809099, - 0.06283649509712734, - 0.14463836823051132, - 0.13149575603551822, - 0.05298822339063133, - 0.0474858862404892 - ], - "resistance": [ - 97052.76237262345, - 96035.63825135778, - 95413.428498807, - 95398.93458947881, - 95985.11934726928, - 96993.96760256159, - 97869.0947476655, - 97902.97308856371 - ], - "fuel": [ - 42.34286749426319, - 41.81925938236121, - 41.50084807166937, - 41.493448088614684, - 41.793352966865314, - 42.31249554282076, - 42.76589413735947, - 42.78350361669595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -56.09375, -52.96875 -55.9375, -52.8125 -55.9375, -52.8125 -56.09375, -52.96875 -56.09375))", @@ -222485,68 +158864,7 @@ "id": "4109", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.369505192798846, - 12.369505192798846, - 12.369505192798846, - 12.369505192798846, - 12.369505192798846, - 12.369505192798846, - 12.369505192798846, - 12.369505192798846 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 420.12341389846915, - -599.6806628338018, - -1228.9248017919317, - -1249.0998752186665, - -670.7414038126808, - 337.5448113182274, - 1215.950136324398, - 1263.2710192241439 - ], - "relative wind speed": [ - 3.6474558801921484, - 3.3023246462106375, - 3.0259313822438356, - 3.013513567672697, - 3.2747961769534273, - 3.622551080325417, - 3.8564185027676867, - 3.8661298964196265 - ], - "relative wind angle": [ - 0.11426544514768969, - 0.12960032191939533, - 0.06206824829518733, - 0.05356653554492634, - 0.12733549367252678, - 0.11808771396721052, - 0.0486897034345499, - 0.04174540733258232 - ], - "resistance": [ - 97054.6234138985, - 96034.81933716623, - 95405.5751982081, - 95385.40012478136, - 95963.75859618734, - 96972.04481131825, - 97850.45013632442, - 97897.77101922418 - ], - "fuel": [ - 42.85277171023337, - 42.327781999417134, - 42.00578104546359, - 41.995481300779794, - 42.291344531622634, - 42.81011669034977, - 43.26514739293568, - 43.28974201474788 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -56.25, -53.125 -56.09375, -52.96875 -56.09375, -52.96875 -56.25, -53.125 -56.25))", @@ -222565,68 +158883,7 @@ "id": "4110", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.446999324141517, - 9.446999324141517, - 9.446999324141517, - 9.446999324141517, - 9.446999324141517, - 9.446999324141517, - 9.446999324141517, - 9.446999324141517 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 361.65632997820603, - -474.9163422134843, - -986.8313337468426, - -997.7412827707844, - -512.0500528384091, - 318.2669393466849, - 1042.5584896101468, - 1067.8785947075976 - ], - "relative wind speed": [ - 2.8589601647851, - 2.486945436781474, - 2.179595448973035, - 2.1704930728241334, - 2.467651527764537, - 2.8421927592579816, - 3.084205078318031, - 3.0906175931566087 - ], - "relative wind angle": [ - 0.15934565502663503, - 0.18652075838254004, - 0.09123163930561086, - 0.08319145702514835, - 0.18488518685844027, - 0.1629833466677893, - 0.06442820059473194, - 0.05838988343090259 - ], - "resistance": [ - 96996.1563299782, - 96159.58365778651, - 95647.66866625316, - 95636.75871722921, - 96122.44994716159, - 96952.76693934668, - 97677.05848961015, - 97702.3785947076 - ], - "fuel": [ - 40.93001940003842, - 40.49925305182374, - 40.236943135386504, - 40.23136339029225, - 40.48019259763837, - 40.90761338940828, - 41.282550584914596, - 41.29569311880324 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -56.25, -52.96875 -56.09375, -52.8125 -56.09375, -52.8125 -56.25, -52.96875 -56.25))", @@ -222645,68 +158902,7 @@ "id": "4111", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.468200559164815, - 9.468200559164815, - 9.468200559164815, - 9.468200559164815, - 9.468200559164815, - 9.468200559164815, - 9.468200559164815, - 9.468200559164815 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 250.87906886778546, - -540.1657759146565, - -975.5795271062736, - -939.3400481799054, - -416.1967823644568, - 395.60154503239164, - 1051.9024834732304, - 967.6721534942417 - ], - "relative wind speed": [ - 2.817584220891281, - 2.455430077526216, - 2.1845227943973344, - 2.214525134846979, - 2.519477913562531, - 2.8735714595472532, - 3.084543719823629, - 3.0630749624969837 - ], - "relative wind angle": [ - 0.1606772593068734, - 0.1742452025749665, - 0.06928497699803758, - 0.09579161203421442, - 0.17988509256290458, - 0.14868525475094824, - 0.04904913577687527, - 0.0692042545607659 - ], - "resistance": [ - 96885.3790688678, - 96094.33422408535, - 95658.92047289375, - 95695.15995182011, - 96218.30321763556, - 97030.1015450324, - 97686.40248347324, - 97602.17215349426 - ], - "fuel": [ - 40.88453191024226, - 40.47746772963418, - 40.25440149069914, - 40.27294037579118, - 40.541107139689686, - 40.9592566893027, - 41.29910366424378, - 41.25539770718718 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -56.09375, -52.8125 -55.9375, -52.65625 -55.9375, -52.65625 -56.09375, -52.8125 -56.09375))", @@ -222738,19 +158934,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 415.08364602720576, + 415.0836460272003, -371.2442099278828, - -906.7695446809212, + -906.7695446809225, -968.5805058437722, - -588.8583142942862, + -588.8583142942871, 162.1777050656774, - 868.5326760136786, + 868.5326760136822, 1013.505484114351 ], "relative wind speed": [ - 3.1994155593885982, + 3.1994155593885973, 2.901443297963422, - 2.6401720165267193, + 2.640172016526719, 2.596305983591621, 2.8042503216791985, 3.1115440824450618, @@ -222758,17 +158954,17 @@ 3.370352359600118 ], "relative wind angle": [ - 0.10922100783934872, - 0.13387504037300652, + 0.10922100783935078, + 0.1338750403730065, 0.0754210086276328, 0.04081315475953633, - 0.1246872799943886, + 0.12468727999438949, 0.1247864392258857, - 0.05966659352052967, + 0.05966659352052781, 0.03143631931925317 ], "resistance": [ - 97049.5836460272, + 97049.58364602718, 96263.2557900721, 95727.73045531906, 95665.91949415622, @@ -222778,7 +158974,7 @@ 97648.00548411434 ], "fuel": [ - 41.721137016733685, + 41.72113701673367, 41.31601279647172, 41.04142165988297, 41.00979672351411, @@ -222818,11 +159014,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 514.6824414666203, + 514.6824414666171, -293.22884671085103, -888.0540220325834, -993.4585376887499, - -661.4965134500876, + -661.4965134500867, 86.207532357952, 838.3661959978408, 1085.029098535595 @@ -222838,13 +159034,13 @@ 3.2905135095400375 ], "relative wind angle": [ - 0.11320673489378515, + 0.11320673489378712, 0.14999577062615557, - 0.09616618960938768, + 0.09616618960938769, 0.03210165458192299, - 0.1338931998461298, - 0.14210757605849492, - 0.07514394689089332, + 0.13389319984612896, + 0.1421075760584949, + 0.07514394689089333, 0.023877433596636622 ], "resistance": [ @@ -222885,68 +159081,7 @@ "id": "4114", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.600157053679954, - 10.600157053679954, - 10.600157053679954, - 10.600157053679954, - 10.600157053679954, - 10.600157053679954, - 10.600157053679954, - 10.600157053679954 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 144.23588144251744, - -647.0443661709319, - -1029.2783621556532, - -946.3712623293127, - -357.2797926921471, - 481.34582196163683, - 1102.8486855935807, - 908.8462440946505 - ], - "relative wind speed": [ - 3.074625985854317, - 2.7427849759167016, - 2.524790803772353, - 2.5847788176982847, - 2.8745185867331426, - 3.1926967651580305, - 3.367731202983915, - 3.321912178541629 - ], - "relative wind angle": [ - 0.13759635041137713, - 0.13519236240105917, - 0.04004406947199636, - 0.08783110493816162, - 0.14724251776836175, - 0.11604801882520922, - 0.03001755631225234, - 0.06830662632897165 - ], - "resistance": [ - 96778.73588144254, - 95987.45563382909, - 95605.22163784436, - 95688.1287376707, - 96277.22020730787, - 97115.84582196164, - 97737.34868559359, - 97543.34624409466 - ], - "fuel": [ - 41.497367045813945, - 41.09049607496073, - 40.894788481084355, - 40.93719156644461, - 41.23922069186979, - 41.67141443289621, - 41.99340026193348, - 41.89273791363843 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -56.25, -52.65625 -56.09375, -52.5 -56.09375, -52.5 -56.25, -52.65625 -56.25))", @@ -222978,33 +159113,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 151.7142587066669, + 151.71425870666462, -672.200095868694, - -1070.8192116052978, + -1070.8192116052987, -984.9089875412747, -372.16197451514427, 500.81442985880994, - 1148.4626543551626, + 1148.4626543551572, 947.4810687847244 ], "relative wind speed": [ 3.1262820529411335, 2.7862995096981082, - 2.5625236110718177, + 2.5625236110718173, 2.6237332647995637, 2.920591482690586, 3.2465411017824346, - 3.425925688920598, + 3.4259256889205982, 3.379277709583935 ], "relative wind angle": [ - 0.13861616178446814, + 0.13861616178446975, 0.13641813342267872, 0.04056200075111376, 0.0885275269325878, 0.14844849339974966, - 0.1169828327669194, - 0.030335895769263987, + 0.11698283276691941, + 0.030335895769267648, 0.06869867723848212 ], "resistance": [ @@ -223058,41 +159193,41 @@ ], "ice resistance": 54298.785754545795, "wind resistance": [ - -794.6078590347461, + -794.6078590347788, -2988.3725172306695, - -3486.591229139489, + -3486.5912291393906, -2618.269787404057, - -169.4634732457198, + -169.46347324570888, 2466.686692474803, - 3652.227152655756, + 3652.2271526557633, 1940.964940816386 ], "relative wind speed": [ - 7.332872350192947, + 7.332872350192946, 6.9378664936269825, - 6.799171394047942, + 6.799171394047941, 7.012225949302995, 7.432227844187036, 7.802245583724043, - 7.9234017938315775, + 7.923401793831578, 7.7354841392155285 ], "relative wind angle": [ - 0.07673393822651911, - 0.052237915257581855, - 0.007327780825853415, + 0.076733938226522, + 0.05223791525758186, + 0.007327780825838264, 0.061747792875542745, - 0.07570616608819458, + 0.07570616608819311, 0.04644626357097939, 0.006288046663987317, 0.05596810243722555 ], "resistance": [ - 53504.17789551105, + 53504.17789551102, 51310.41323731512, - 50812.1945254063, + 50812.194525406405, 51680.515967141735, - 54129.322281300076, + 54129.32228130009, 56765.4724470206, 57951.012907201555, 56239.75069536218 @@ -223100,7 +159235,7 @@ "fuel": [ 40.96723064417087, 40.19819058144884, - 40.02603173742269, + 40.026031737422734, 40.326677023361626, 41.18965819020391, 42.14360077735288, @@ -223138,53 +159273,53 @@ ], "ice resistance": 70421.06884042952, "wind resistance": [ - 72.16846015954434, + 72.16846015951523, -2453.1588401911104, - -3493.357658603407, + -3493.357658603465, -3102.960295599183, -1025.5280036631739, 1724.4087955303403, - 3575.95520958045, + 3575.9552095805375, 2647.4116633046724 ], "relative wind speed": [ - 7.46939834005834, + 7.469398340058339, 7.043770869778931, 6.804531515192264, 6.913282850680326, 7.294950706559048, 7.706718452600069, - 7.9187478954913, + 7.9187478954912995, 7.823984764816578 ], "relative wind angle": [ - 0.07466005466487229, + 0.07466005466487527, 0.06475717054641, - 0.012855512847092281, - 0.04805789736327121, - 0.0764488814944041, + 0.012855512847100918, + 0.048057897363271214, + 0.07644888149440411, 0.059179807070654816, - 0.011046583764901667, + 0.011046583764891616, 0.0424604327598851 ], "resistance": [ - 70493.23730058907, + 70493.23730058904, 67967.91000023841, - 66927.71118182612, + 66927.71118182606, 67318.10854483033, 69395.54083676635, 72145.47763595986, - 73997.02405000998, + 73997.02405001006, 73068.4805037342 ], "fuel": [ - 47.52920944128691, + 47.52920944128689, 46.48585167082681, - 46.06298620099425, + 46.06298620099423, 46.221220001435626, 47.07277234049356, 48.22468681102614, - 49.01612807505511, + 49.01612807505514, 48.617628706179296 ] }, @@ -223218,9 +159353,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1255.2148483717174, + -1255.2148483717356, -3071.026038006992, - -3305.1410420586435, + -3305.141042058687, -2111.345500102987, 366.5947192705971, 2720.4083408741026, @@ -223228,9 +159363,9 @@ 1357.4107029322004 ], "relative wind speed": [ - 7.1270009189283225, + 7.127000918928322, 6.7782614473981635, - 6.711945857749006, + 6.711945857749005, 6.973833950115701, 7.3890266155622015, 7.710189892253465, @@ -223238,9 +159373,9 @@ 7.533757127762042 ], "relative wind angle": [ - 0.074167663806071, + 0.0741676638060725, 0.04140042574998829, - 0.01957249785798277, + 0.019572497857988445, 0.06691637351114439, 0.07153299154299034, 0.03639400542111325, @@ -223248,9 +159383,9 @@ 0.06193639506748167 ], "resistance": [ - 95379.28515162831, + 95379.2851516283, 93563.47396199303, - 93329.35895794138, + 93329.35895794134, 94523.15449989703, 97001.09471927062, 99354.90834087413, @@ -223258,9 +159393,9 @@ 97991.91070293223 ], "fuel": [ - 58.34898755402193, + 58.348987554021924, 57.42822660677537, - 57.310404546362264, + 57.310404546362236, 57.913332473295675, 59.181746950412894, 60.40778300671643, @@ -223298,19 +159433,19 @@ ], "ice resistance": 78481.88891514386, "wind resistance": [ - -688.0942815329727, + -688.0942815329981, -2829.7423153109994, - -3342.664358887716, + -3342.6643588875704, -2569.972210008793, -249.1306108100871, 2297.185496295686, - 3518.872425140551, + 3518.8724251403182, 1928.248891916086 ], "relative wind speed": [ - 7.346032966939302, + 7.3460329669393, 6.963646355330342, - 6.821100765738612, + 6.821100765738611, 7.01572373803703, 7.415777812318139, 7.775962342432188, @@ -223318,33 +159453,33 @@ 7.729009079084638 ], "relative wind angle": [ - 0.07358987560476798, + 0.0735898756047695, 0.051315717792006624, - 0.005126199156125135, - 0.05799335440056548, + 0.005126199156103477, + 0.05799335440056549, 0.07289653382256095, 0.04595102373660894, - 0.004425383288825586, + 0.004425383288850674, 0.05263613400790324 ], "resistance": [ - 77793.79463361089, + 77793.79463361087, 75652.14659983286, - 75139.22455625614, + 75139.22455625629, 75911.91670513507, 78232.75830433378, 80779.07441143955, - 82000.76134028441, + 82000.76134028418, 80410.13780705995 ], "fuel": [ - 50.67895265191892, + 50.678952651918905, 49.73440661459009, - 49.510722277765375, + 49.51072227776544, 49.84806531670881, 50.87465946658652, 52.0240474062158, - 52.584072283186494, + 52.58407228318639, 51.85601761127295 ] }, @@ -223378,50 +159513,50 @@ ], "ice resistance": 76735.5666775109, "wind resistance": [ - -47.269350923397724, + -47.26935092345229, -2475.7179781286795, - -3408.873471665578, - -2977.210617273722, + -3408.8734716655817, + -2977.2106172737076, -894.6077267972869, 1782.3514896986962, 3522.0170549126524, - 2494.6279635643295 + 2494.6279635643114 ], "relative wind speed": [ - 7.4486590867010145, + 7.448659086701014, 7.036167912579525, - 6.815469178031662, - 6.935573351425342, + 6.815469178031661, + 6.935573351425341, 7.31401884342977, 7.711662268144633, 7.907387287545727, - 7.8022571169462225 + 7.802257116946223 ], "relative wind angle": [ - 0.07336518245258775, - 0.061692138897032726, - 0.009904844547838814, - 0.04880183726531057, - 0.07471822268783457, + 0.07336518245259381, + 0.06169213889703273, + 0.009904844547838815, + 0.0488018372653083, + 0.07471822268783458, 0.056282297108457474, 0.008537064958615602, - 0.04337725693329346 + 0.04337725693329602 ], "resistance": [ - 76688.2973265875, + 76688.29732658745, 74259.84869938222, - 73326.69320584532, - 73758.35606023717, + 73326.69320584531, + 73758.35606023719, 75840.95895071361, 78517.9181672096, 80257.58373242355, - 79230.19464107523 + 79230.19464107521 ], "fuel": [ - 50.189256270361824, + 50.18925627036181, 49.129506061365774, - 48.72812279820229, - 48.91339353841512, + 48.72812279820228, + 48.913393538415136, 49.816993837237305, 51.002178835072, 51.78668585767072, @@ -223445,68 +159580,7 @@ "id": "4121", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.852361934864, - 22.852361934864, - 22.852361934864, - 22.852361934864, - 22.852361934864, - 22.852361934864, - 22.852361934864, - 22.852361934864 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 56.246477585838875, - -2015.1495211402525, - -2862.423781068561, - -2533.4845938933777, - -818.3865169444616, - 1441.930071408795, - 2959.366336486022, - 2178.5387969678304 - ], - "relative wind speed": [ - 6.45080657188737, - 6.044397425334936, - 5.816301968510063, - 5.922968893018226, - 6.289499101548399, - 6.681015202863093, - 6.8805040358529945, - 6.788898575514429 - ], - "relative wind angle": [ - 0.08258657019612207, - 0.07178324352532685, - 0.013915937449298026, - 0.05389301791673678, - 0.0847096938558095, - 0.0649330526113019, - 0.011763462140290157, - 0.047013477851538595 - ], - "resistance": [ - 96690.74647758587, - 94619.35047885978, - 93772.07621893147, - 94101.01540610666, - 95816.11348305557, - 98076.43007140883, - 99593.86633648605, - 98813.03879696786 - ], - "fuel": [ - 54.08231002526456, - 53.02282377738227, - 52.59405732729162, - 52.76020106772849, - 53.63300163751094, - 54.79997792467532, - 55.594078822670625, - 55.184388027966044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -56.5625, -54.6875 -56.40625, -54.53125 -56.40625, -54.53125 -56.5625, -54.6875 -56.5625))", @@ -223525,68 +159599,7 @@ "id": "4122", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 82361.66921721755, - "wind resistance": [ - -566.804898198654, - -2875.484444570313, - -3479.5466110654343, - -2779.990657546081, - -405.5210700891985, - 2291.160552386904, - 3729.250384646217, - 2155.509563804262 - ], - "relative wind speed": [ - 7.370115524262689, - 6.962035437713534, - 6.793983156992565, - 6.981231424457839, - 7.395750390656032, - 7.781117480535019, - 7.928273427699632, - 7.763899437784411 - ], - "relative wind angle": [ - 0.07702826887125658, - 0.05632691274008335, - 0.0018921783106902734, - 0.05878034726192342, - 0.07676074988832957, - 0.0503923201453965, - 0.0016214659662834854, - 0.052848947804299024 - ], - "resistance": [ - 81794.8643190189, - 79486.18477264725, - 78882.12260615212, - 79581.67855967148, - 81956.14814712835, - 84652.82976960446, - 86090.91960186377, - 84517.17878102182 - ], - "fuel": [ - 52.489299358790134, - 51.437431690372954, - 51.16548581169824, - 51.480546822489245, - 52.563523762678884, - 53.81890226485925, - 54.49943511661794, - 53.75510668945278 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -56.5625, -54.53125 -56.40625, -54.375 -56.40625, -54.375 -56.5625, -54.53125 -56.5625))", @@ -223618,17 +159631,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -308.8883590128771, + -308.8883590128935, -2293.8571858360538, -2889.335177127199, -2385.3781545799593, -463.16752602217457, 1811.170425894361, - 3137.1707381859524, + 3137.1707381863016, 1941.2888527235264 ], "relative wind speed": [ - 6.229061727456896, + 6.2290617274568945, 5.81478610080375, 5.624830711117116, 5.792674961290295, @@ -223638,33 +159651,33 @@ 6.609415478248317 ], "relative wind angle": [ - 0.09066783883494484, + 0.09066783883494607, 0.07042663226061274, 0.002606675646383367, 0.06710781122845026, 0.09109609365103316, 0.062130884578795724, - 0.0021712527203633938, + 0.0021712527203122606, 0.0588048964213818 ], "resistance": [ - 96325.61164098716, + 96325.61164098715, 94340.64281416399, 93745.16482287284, 94249.12184542009, 96171.33247397788, 98445.67042589441, - 99771.67073818599, + 99771.67073818634, 98575.78885272358 ], "fuel": [ - 53.083760112678775, + 53.08376011267876, 52.07085775721274, 51.76985238842239, 52.02450944096949, 53.00450808947946, 54.18178897090769, - 54.87705768102826, + 54.87705768102844, 54.24972514010601 ] }, @@ -223685,68 +159698,7 @@ "id": "4124", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.982092966437484, - 19.982092966437484, - 19.982092966437484, - 19.982092966437484, - 19.982092966437484, - 19.982092966437484, - 19.982092966437484, - 19.982092966437484 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1441.461624334379, - -2585.2758559852737, - -2523.11814114389, - -1218.3547580351606, - 862.4168249805098, - 2547.8420258142905, - 2401.07178180522, - 603.7442388801283 - ], - "relative wind speed": [ - 5.331548619731081, - 5.015663585507261, - 5.0389612484895645, - 5.3843233954644525, - 5.817867857694812, - 6.092299721055363, - 6.0730442638248, - 5.769060466593235 - ], - "relative wind angle": [ - 0.097225480399887, - 0.03854348749515743, - 0.04848461189031533, - 0.10020756616282525, - 0.08907578472947152, - 0.03172951867384603, - 0.04022401774918226, - 0.09350450061390693 - ], - "resistance": [ - 95193.03837566565, - 94049.22414401476, - 94111.38185885614, - 95416.14524196487, - 97496.91682498054, - 99182.34202581432, - 99035.57178180525, - 97238.24423888016 - ], - "fuel": [ - 49.46880213878893, - 48.88815981913301, - 48.91958828015296, - 49.58262682143463, - 50.653114130610746, - 51.532018903225385, - 51.45506193372924, - 50.5191588310421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -56.71875, -54.84375 -56.5625, -54.6875 -56.5625, -54.6875 -56.71875, -54.84375 -56.71875))", @@ -223765,68 +159717,7 @@ "id": "4125", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78090.53480060512, - "wind resistance": [ - -1526.923606116885, - -3209.537113827355, - -3317.7285392463928, - -1922.7660078331864, - 648.645683818635, - 2934.0461233401074, - 3191.3956818998413, - 1106.739657337239 - ], - "relative wind speed": [ - 7.2062823738763555, - 6.879398902309001, - 6.849273746396954, - 7.136668624784325, - 7.551823104388976, - 7.850758472589378, - 7.877054462103307, - 7.617643913444839 - ], - "relative wind angle": [ - 0.07139189899849958, - 0.03504099406305831, - 0.025288781973392755, - 0.06814348316054292, - 0.06812011171741783, - 0.03070397853644836, - 0.021988585581998617, - 0.06383487629600687 - ], - "resistance": [ - 76563.61119448824, - 74880.99768677776, - 74772.80626135872, - 76167.76879277194, - 78739.18048442376, - 81024.58092394524, - 81281.93048250496, - 79197.27445794236 - ], - "fuel": [ - 50.13431008393444, - 49.398480515120646, - 49.35152742231364, - 49.9602551920017, - 51.101332620486296, - 52.136142422160404, - 52.25388558575399, - 51.3071962560233 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -56.875, -55 -56.71875, -54.84375 -56.71875, -54.84375 -56.875, -55 -56.875))", @@ -223845,68 +159736,7 @@ "id": "4126", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.392886851165457, - 20.392886851165457, - 20.392886851165457, - 20.392886851165457, - 20.392886851165457, - 20.392886851165457, - 20.392886851165457, - 20.392886851165457 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1371.5445197652898, - -2682.2194503601204, - -2698.0583175218435, - -1428.3509537390837, - 740.7735223017426, - 2590.287898512077, - 2627.67622846632, - 806.6411802946313 - ], - "relative wind speed": [ - 5.4726664267358, - 5.127247845801575, - 5.121427009037494, - 5.459492267956658, - 5.909687968636641, - 6.2117484843394095, - 6.216548487390018, - 5.921860677277988 - ], - "relative wind angle": [ - 0.10029762959761696, - 0.04531164280755155, - 0.04287859060491239, - 0.09957114250659439, - 0.09285836274845802, - 0.03739666442406998, - 0.03532151998612677, - 0.09177396659788713 - ], - "resistance": [ - 95262.95548023474, - 93952.28054963991, - 93936.44168247818, - 95206.14904626095, - 97375.27352230177, - 99224.7878985121, - 99262.17622846636, - 97441.14118029465 - ], - "fuel": [ - 50.021592882301306, - 49.356311818621435, - 49.34831131199151, - 49.99262617523647, - 51.107229689604935, - 52.071430114197184, - 52.09105288914612, - 51.14134964689594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -56.875, -54.84375 -56.71875, -54.6875 -56.71875, -54.6875 -56.875, -54.84375 -56.875))", @@ -223925,68 +159755,7 @@ "id": "4127", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.58597757672016, - 24.58597757672016, - 24.58597757672016, - 24.58597757672016, - 24.58597757672016, - 24.58597757672016, - 24.58597757672016, - 24.58597757672016 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1705.6563362834204, - -3205.581964621684, - -3192.466987242169, - -1658.0080731268317, - 908.0977842681605, - 3051.619690214633, - 3020.509953531804, - 852.9217283435173 - ], - "relative wind speed": [ - 6.626077412273863, - 6.299787337240121, - 6.3037442277353835, - 6.635156412723477, - 7.073876744907877, - 7.365956392834766, - 7.3625703926609205, - 7.065361523254763 - ], - "relative wind angle": [ - 0.0800272543381359, - 0.034255182097884244, - 0.035632850118417575, - 0.08046956695391637, - 0.07495143841734803, - 0.029295452476436782, - 0.030506693734722354, - 0.07556017796354178 - ], - "resistance": [ - 94928.84366371657, - 93428.91803537832, - 93442.03301275783, - 94976.49192687316, - 97542.59778426816, - 99686.11969021463, - 99655.0099535318, - 97487.42172834351 - ], - "fuel": [ - 55.76587124690995, - 55.00692196863025, - 55.01352175347331, - 55.79011804578568, - 57.10841264628077, - 58.22839404500306, - 58.21201706800078, - 57.07980909382584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -56.40625, -54.375 -56.25, -54.21875 -56.25, -54.21875 -56.40625, -54.375 -56.40625))", @@ -224005,68 +159774,7 @@ "id": "4128", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.324617916326837, - 24.324617916326837, - 24.324617916326837, - 24.324617916326837, - 24.324617916326837, - 24.324617916326837, - 24.324617916326837, - 24.324617916326837 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -31.947870426978625, - -2436.8006759986783, - -3361.58892412782, - -2927.2604744510354, - -859.1371881541927, - 1795.0513855357458, - 3522.6160707196213, - 2492.198452973327 - ], - "relative wind speed": [ - 6.8543246535747375, - 6.407028329327809, - 6.166308948956435, - 6.298793276040737, - 6.7109551003226455, - 7.1392347490707895, - 7.348150703487834, - 7.234907606932722 - ], - "relative wind angle": [ - 0.08632348971639321, - 0.07322732326742025, - 0.011669880221946479, - 0.05829587569646495, - 0.08817240584408885, - 0.06570561371905059, - 0.009792886209017413, - 0.050746091256863385 - ], - "resistance": [ - 96602.55212957304, - 94197.69932400135, - 93272.91107587221, - 93707.239525549, - 95775.36281184584, - 98429.55138553577, - 100157.11607071965, - 99126.69845297336 - ], - "fuel": [ - 56.22013208707661, - 54.992369157894586, - 54.5259607988464, - 54.74461398636139, - 55.795394474056884, - 57.16726502433309, - 58.07427517108512, - 57.53194633460483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -56.40625, -54.21875 -56.25, -54.0625 -56.25, -54.0625 -56.40625, -54.21875 -56.40625))", @@ -224085,68 +159793,7 @@ "id": "4129", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.352653037506855, - 22.352653037506855, - 22.352653037506855, - 22.352653037506855, - 22.352653037506855, - 22.352653037506855, - 22.352653037506855, - 22.352653037506855 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -455.60773061852706, - -2508.1474344565195, - -3057.333353240225, - -2445.044934267742, - -349.3047518407584, - 2044.9787900958072, - 3346.8863751817735, - 1955.2331875528653 - ], - "relative wind speed": [ - 6.227708284063014, - 5.794478418165659, - 5.611765952579537, - 5.809731253212615, - 6.247772576287122, - 6.651543617672885, - 6.80640107030592, - 6.63822532020698 - ], - "relative wind angle": [ - 0.09606069475833998, - 0.0717230278823917, - 0.001795952753318103, - 0.07399422830875281, - 0.09575125464497738, - 0.06246843185199874, - 0.001480733308956941, - 0.06474541062123011 - ], - "resistance": [ - 96178.89226938153, - 94126.35256554354, - 93577.16664675984, - 94189.45506573231, - 96285.1952481593, - 98679.47879009586, - 99981.38637518183, - 98589.73318755292 - ], - "fuel": [ - 53.110443180695725, - 52.064438956904276, - 51.787224162230636, - 52.09636334574986, - 53.16504370611509, - 54.405961574840006, - 55.08967193579215, - 54.35906310431069 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -56.5625, -54.375 -56.40625, -54.21875 -56.40625, -54.21875 -56.5625, -54.375 -56.5625))", @@ -224165,68 +159812,7 @@ "id": "4130", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.75790795109952, - 21.75790795109952, - 21.75790795109952, - 21.75790795109952, - 21.75790795109952, - 21.75790795109952, - 21.75790795109952, - 21.75790795109952 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 380.0154531940625, - -1854.1323820380403, - -2946.4363364925193, - -2741.441267601602, - -1115.1583819153748, - 1236.4060716260938, - 2983.1332173422234, - 2498.2786517467066 - ], - "relative wind speed": [ - 6.215678302676819, - 5.765763070422823, - 5.475426027610987, - 5.545746734235206, - 5.925797795005803, - 6.364409830095119, - 6.615848100268262, - 6.557013758517099 - ], - "relative wind angle": [ - 0.09189366674799868, - 0.08791807083522407, - 0.026591865046840517, - 0.05418950626817553, - 0.09640260562588035, - 0.0796299131748533, - 0.022007213702736648, - 0.04582564350835086 - ], - "resistance": [ - 97014.51545319408, - 94780.36761796198, - 93688.06366350749, - 93893.05873239841, - 95519.34161808464, - 97870.90607162612, - 99617.63321734224, - 99132.77865174672 - ], - "fuel": [ - 52.71888446127159, - 51.57413812348683, - 51.02121694586164, - 51.124646452946344, - 51.950722460703005, - 53.16261138932255, - 54.076113530272906, - 53.82140631440444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.21875 -56.5625, -54.21875 -56.40625, -54.0625 -56.40625, -54.0625 -56.5625, -54.21875 -56.5625))", @@ -224245,68 +159831,7 @@ "id": "4131", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.948115228791007, - 17.948115228791007, - 17.948115228791007, - 17.948115228791007, - 17.948115228791007, - 17.948115228791007, - 17.948115228791007, - 17.948115228791007 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 226.3671927722553, - -1551.4534951222395, - -2368.3281844096855, - -2153.551808709748, - -785.7932710542646, - 1114.7963456618527, - 2478.2511237266626, - 1972.279412169355 - ], - "relative wind speed": [ - 5.1366412918882105, - 4.69577127499489, - 4.422058606740585, - 4.51220723750042, - 4.8984389387715925, - 5.32254825542593, - 5.552043360507575, - 5.479030356208438 - ], - "relative wind angle": [ - 0.11024796935840961, - 0.10333701330693475, - 0.027109337947932577, - 0.06983856213401551, - 0.11563258944415908, - 0.09113208896027536, - 0.021590917751168958, - 0.05749987002334351 - ], - "resistance": [ - 96860.86719277223, - 95083.04650487773, - 94266.17181559029, - 94480.94819129023, - 95848.7067289457, - 97749.29634566183, - 99112.75112372663, - 98606.77941216933 - ], - "fuel": [ - 47.92743781944654, - 47.01601423228632, - 46.601175937960186, - 46.710006495963775, - 47.40709834927124, - 48.38731008414322, - 49.0987794635807, - 48.83394928299615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -56.40625, -53.125 -56.25, -52.96875 -56.25, -52.96875 -56.40625, -53.125 -56.40625))", @@ -224325,68 +159850,7 @@ "id": "4132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.492328269237555, - 8.492328269237555, - 8.492328269237555, - 8.492328269237555, - 8.492328269237555, - 8.492328269237555, - 8.492328269237555, - 8.492328269237555 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 324.49718727589243, - -399.23306355592604, - -845.5444937231352, - -858.0878461129107, - -441.5873892577713, - 274.9317121001395, - 904.8612120515268, - 933.9098148866037 - ], - "relative wind speed": [ - 2.5899717891261917, - 2.2329457720638857, - 1.9329917398523078, - 1.921243694957358, - 2.2083323754546145, - 2.568781603790513, - 2.801469022247666, - 2.809538825774996 - ], - "relative wind angle": [ - 0.16905183760604822, - 0.20079353559967333, - 0.10056774175163231, - 0.08907008350448312, - 0.19862750779814697, - 0.17425229620588784, - 0.06932957322411372, - 0.060865762110348276 - ], - "resistance": [ - 96958.9971872759, - 96235.2669364441, - 95788.95550627688, - 95776.4121538871, - 96192.91261074225, - 96909.43171210015, - 97539.36121205155, - 97568.40981488662 - ], - "fuel": [ - 40.41452906870241, - 40.04181544382858, - 39.81294122520307, - 39.80651954180507, - 40.02006377073691, - 40.38894118955285, - 40.71481870000179, - 40.729881847917426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -56.40625, -52.96875 -56.25, -52.8125 -56.25, -52.8125 -56.40625, -52.96875 -56.40625))", @@ -224405,68 +159869,7 @@ "id": "4133", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.478905288767619, - 10.478905288767619, - 10.478905288767619, - 10.478905288767619, - 10.478905288767619, - 10.478905288767619, - 10.478905288767619, - 10.478905288767619 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 234.36150856783843, - -594.286495472832, - -1040.3705441824472, - -995.1218163102708, - -436.99338745751265, - 417.4986810814821, - 1095.9586459276106, - 990.2768995740698 - ], - "relative wind speed": [ - 3.0777314661718997, - 2.7341236202935195, - 2.48619672539815, - 2.519487291276483, - 2.8067314578926896, - 3.142409980181151, - 3.3420051312361214, - 3.316979988436068 - ], - "relative wind angle": [ - 0.13964295870452045, - 0.14673865879665696, - 0.05511715656251578, - 0.08188145879170057, - 0.15322770487858, - 0.12756120333566764, - 0.040993680663639426, - 0.06216547430927572 - ], - "resistance": [ - 96868.86150856782, - 96040.21350452716, - 95594.12945581754, - 95639.37818368971, - 96197.50661254248, - 97051.99868108147, - 97730.4586459276, - 97624.77689957406 - ], - "fuel": [ - 41.468282213951966, - 41.04197670833614, - 40.81354267427706, - 40.8366802341895, - 41.12270110861631, - 41.56284354534388, - 41.91424820087242, - 41.859398292487136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -56.5625, -53.125 -56.40625, -52.96875 -56.40625, -52.96875 -56.5625, -53.125 -56.5625))", @@ -224485,68 +159888,7 @@ "id": "4134", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.99405644495952, - 9.99405644495952, - 9.99405644495952, - 9.99405644495952, - 9.99405644495952, - 9.99405644495952, - 9.99405644495952, - 9.99405644495952 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 448.16533729915227, - -434.6266906631149, - -1014.6556503416755, - -1064.7594396330987, - -606.5555612325397, - 247.56198578615977, - 1032.7397122793318, - 1149.303533813133 - ], - "relative wind speed": [ - 3.0331486850047074, - 2.6706595705417078, - 2.353959393235158, - 2.3147912251113625, - 2.5866859060697203, - 2.9594783966570004, - 3.217112074051117, - 3.245408526850348 - ], - "relative wind angle": [ - 0.1432582142672706, - 0.17537670272296804, - 0.09613451547341188, - 0.06330283580113612, - 0.1682026400407389, - 0.15810939407477384, - 0.0702911508607664, - 0.045135992718912755 - ], - "resistance": [ - 97082.66533729914, - 96199.87330933686, - 95619.8443496583, - 95569.74056036689, - 96027.94443876744, - 96882.06198578615, - 97667.23971227932, - 97783.80353381312 - ], - "fuel": [ - 41.286170132612426, - 40.83139634385786, - 40.534170756069784, - 40.50855469540616, - 40.74316389102301, - 41.182573914884784, - 41.588911852234666, - 41.64943044684668 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.96875 -56.5625, -52.96875 -56.40625, -52.8125 -56.40625, -52.8125 -56.5625, -52.96875 -56.5625))", @@ -224565,68 +159907,7 @@ "id": "4135", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.771971567508716, - 10.771971567508716, - 10.771971567508716, - 10.771971567508716, - 10.771971567508716, - 10.771971567508716, - 10.771971567508716, - 10.771971567508716 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 576.1600503950194, - -324.6704069125881, - -988.0147423486628, - -1105.9074867705708, - -735.6546017431474, - 97.82503498098913, - 936.8519227852557, - 1212.5469730319473 - ], - "relative wind speed": [ - 3.2735416894120277, - 2.9430454068204464, - 2.626988481735486, - 2.5428287944133534, - 2.7588250382540984, - 3.108966792587105, - 3.3802547686299276, - 3.4440111071712023 - ], - "relative wind angle": [ - 0.11575054991923037, - 0.1537705492458154, - 0.0989129496325632, - 0.032999763708857974, - 0.13747234656425011, - 0.14550392327336606, - 0.0768211370922997, - 0.024362819321592972 - ], - "resistance": [ - 97210.66005039503, - 96309.82959308743, - 95646.48525765135, - 95528.59251322945, - 95898.84539825686, - 96732.325034981, - 97571.35192278527, - 97847.04697303196 - ], - "fuel": [ - 41.829190816589616, - 41.36472565017936, - 41.02463798691113, - 40.96436733066054, - 41.15382664950779, - 41.582186883511056, - 42.016008914882654, - 42.159129867507346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -56.40625, -52.8125 -56.25, -52.65625 -56.25, -52.65625 -56.40625, -52.8125 -56.40625))", @@ -224658,32 +159939,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -3.9484397547580556, + -3.9484397547616936, -743.8976567593891, - -1020.6744801427467, + -1020.6744801427476, -869.5309007979831, - -214.3314220696093, + -214.33142206960883, 611.9833293995307, 1145.6434817342852, 791.4840065184962 ], "relative wind speed": [ - 2.9894160605456492, + 2.9894160605456483, 2.661802645037935, - 2.484336017529684, + 2.4843360175296834, 2.5945683066060217, - 2.9046192718933135, + 2.904619271893313, 3.2075268006006374, 3.3468636138491004, 3.2621521730382033 ], "relative wind angle": [ - 0.14478481258978435, + 0.14478481258978587, 0.1262989585251002, 0.017252952436493007, - 0.10606478582725025, - 0.1490427466189585, - 0.10472351721575286, + 0.10606478582725026, + 0.14904274661895775, + 0.10472351721575288, 0.012806370755905922, 0.08430086686692449 ], @@ -224738,19 +160019,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 53.58561143071029, + 53.585611430706194, -701.501731901807, - -1016.456783922586, + -1016.456783922587, -890.7538164373314, -263.19100256822776, 563.7221986468653, - 1128.2918547444542, + 1128.2918547444624, 834.2652088742288 ], "relative wind speed": [ - 2.9566716291784747, + 2.9566716291784743, 2.620792137464942, - 2.4232195138501322, + 2.423219513850132, 2.517141592672838, 2.826440909177915, 3.140401870472203, @@ -224758,14 +160039,14 @@ 3.2240771607236414 ], "relative wind angle": [ - 0.14804884547159647, + 0.148048845471598, 0.13586147779113653, - 0.02718591322478975, + 0.027185913224789745, 0.10420209525873411, 0.15492418336491653, - 0.11327549337462794, - 0.019990494838986465, - 0.0812963298402322 + 0.11327549337462796, + 0.01999049483898091, + 0.08129632984023222 ], "resistance": [ 96688.08561143071, @@ -224805,68 +160086,7 @@ "id": "4138", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.554122264293627, - 10.554122264293627, - 10.554122264293627, - 10.554122264293627, - 10.554122264293627, - 10.554122264293627, - 10.554122264293627, - 10.554122264293627 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 431.299087746464, - -384.6059778619756, - -938.0196636748442, - -1000.2664305508488, - -602.3800553781616, - 177.98356457799537, - 910.4940651332649, - 1056.1851548107293 - ], - "relative wind speed": [ - 3.162000698596326, - 2.847401920237001, - 2.5706104710542252, - 2.525420778903835, - 2.7480416811311374, - 3.0728299340816667, - 3.307860835232353, - 3.342488801572632 - ], - "relative wind angle": [ - 0.1171470259244952, - 0.14408428478066795, - 0.08124742831512607, - 0.04507959388459078, - 0.1348944341961833, - 0.13344826357115144, - 0.06311158629958862, - 0.03405497990026054 - ], - "resistance": [ - 97065.79908774648, - 96249.89402213803, - 95696.48033632517, - 95634.23356944916, - 96032.11994462185, - 96812.48356457801, - 97544.99406513327, - 97690.68515481074 - ], - "fuel": [ - 41.616742013010686, - 41.19637497741812, - 40.91265750556306, - 40.880816882449615, - 41.08459319041286, - 41.485964750086396, - 41.86478540225764, - 41.9403681623231 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -56.5625, -52.65625 -56.40625, -52.5 -56.40625, -52.5 -56.5625, -52.65625 -56.5625))", @@ -224898,9 +160118,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 276.9379693685328, + 276.93796936853005, -480.5112490253232, - -921.6990307486517, + -921.6990307486503, -911.1492135116587, -444.0412497076218, 319.4369298822262, @@ -224910,22 +160130,22 @@ "relative wind speed": [ 2.880294003703149, 2.547299612055877, - 2.2886908828727437, + 2.2886908828727432, 2.2971302084216627, - 2.5655736912168243, + 2.565573691216824, 2.89646795239516, 3.104860054090589, 3.0986214222439115 ], "relative wind angle": [ - 0.14241577138607048, + 0.1424157713860728, 0.15832792949110405, - 0.0696027341908389, + 0.06960273419083571, 0.07692155388307508, - 0.16002821814866597, - 0.1391087496134497, - 0.051287449849350825, - 0.056999621232266096 + 0.16002821814866458, + 0.13910874961344974, + 0.05128744984935083, + 0.0569996212322661 ], "resistance": [ 96911.43796936856, @@ -224965,68 +160185,7 @@ "id": "4140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.011225189665728, - 11.011225189665728, - 11.011225189665728, - 11.011225189665728, - 11.011225189665728, - 11.011225189665728, - 11.011225189665728, - 11.011225189665728 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 744.3208681171286, - -178.0389600851745, - -941.4649234113699, - -1140.139415772751, - -874.1581369702076, - -65.37025379961142, - 840.5228126362558, - 1306.2151510120889 - ], - "relative wind speed": [ - 3.3884668855853173, - 3.0719725104825804, - 2.7332703200229096, - 2.5951424101036573, - 2.767697211561988, - 3.115259312550981, - 3.4162975642174556, - 3.5223701623874852 - ], - "relative wind angle": [ - 0.10149198317082447, - 0.15150016314766682, - 0.11452873284553819, - 0.008435335560692172, - 0.12436283699348247, - 0.1493791419376629, - 0.09155845474407764, - 0.006214786452794548 - ], - "resistance": [ - 97378.8208681171, - 96456.4610399148, - 95693.0350765886, - 95494.36058422722, - 95760.34186302977, - 96569.12974620036, - 97475.02281263622, - 97940.71515101206 - ], - "fuel": [ - 42.07090120471144, - 41.59479536051091, - 41.20312281183013, - 41.1015493106024, - 41.2375671094923, - 41.652783226002875, - 42.12074125676558, - 42.36249276960362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -56.71875, -52.65625 -56.5625, -52.5 -56.5625, -52.5 -56.71875, -52.65625 -56.71875))", @@ -225045,68 +160204,7 @@ "id": "4141", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.786594011933618, - 10.786594011933618, - 10.786594011933618, - 10.786594011933618, - 10.786594011933618, - 10.786594011933618, - 10.786594011933618, - 10.786594011933618 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 645.3022990357636, - -227.5811676331041, - -919.0747035056147, - -1078.1522176668832, - -784.9310385061744, - -2.94608236560407, - 836.9618868728198, - 1209.7067837999552 - ], - "relative wind speed": [ - 3.296280813609241, - 2.9848409760410797, - 2.666343326521635, - 2.553458628428307, - 2.7361898088795558, - 3.0729344640149536, - 3.3530307391221865, - 3.439774833515962 - ], - "relative wind angle": [ - 0.10481890125715794, - 0.149037473208455, - 0.10592733614637406, - 0.017438454434435983, - 0.12638011043670325, - 0.14473439381461792, - 0.08417577017724782, - 0.012944846928938892 - ], - "resistance": [ - 97279.80229903574, - 96406.91883236688, - 95715.42529649437, - 95556.3477823331, - 95849.56896149382, - 96631.55391763439, - 97471.4618868728, - 97844.20678379993 - ], - "fuel": [ - 41.87431003618549, - 41.423984281225565, - 41.069251300538994, - 40.987897014036285, - 41.137927277323875, - 41.53960392516046, - 41.973567956138226, - 42.16699893435563 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.8125 -56.875, -52.8125 -56.71875, -52.65625 -56.71875, -52.65625 -56.875, -52.8125 -56.875))", @@ -225125,68 +160223,7 @@ "id": "4142", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.111887623282446, - 10.111887623282446, - 10.111887623282446, - 10.111887623282446, - 10.111887623282446, - 10.111887623282446, - 10.111887623282446, - 10.111887623282446 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 724.5356623025941, - -126.28235410017578, - -845.8515953739229, - -1045.453069437841, - -820.4937884726328, - -83.89603380884591, - 760.8439083113876, - 1227.8054250701402 - ], - "relative wind speed": [ - 3.1521652362028614, - 2.838847609754443, - 2.4922987838455377, - 2.3400598342121426, - 2.5065880263526306, - 2.856584229245079, - 3.1634753013453842, - 3.277689610455397 - ], - "relative wind angle": [ - 0.10739024735805136, - 0.16590355316026614, - 0.13083335382315697, - 0.003842213924565318, - 0.1352009303534214, - 0.1648639871325272, - 0.10296320571770347, - 0.0027430906222609395 - ], - "resistance": [ - 97359.03566230257, - 96508.21764589981, - 95788.64840462606, - 95589.04693056215, - 95814.00621152735, - 96550.60396619113, - 97395.34390831138, - 97862.30542507012 - ], - "fuel": [ - 41.498805099160535, - 41.059577264315934, - 40.690207931128036, - 40.58808983475267, - 40.703191850276056, - 41.08139510159562, - 41.51760886135003, - 41.75988188734484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.65625 -56.875, -52.65625 -56.71875, -52.5 -56.71875, -52.5 -56.875, -52.65625 -56.875))", @@ -225205,68 +160242,7 @@ "id": "4143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.363300672170366, - 10.363300672170366, - 10.363300672170366, - 10.363300672170366, - 10.363300672170366, - 10.363300672170366, - 10.363300672170366, - 10.363300672170366 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 752.4054140493336, - -103.87621895406801, - -842.6732788278368, - -1057.7737006428251, - -849.508163775799, - -115.30757479989961, - 742.6263602950175, - 1240.2785268658736 - ], - "relative wind speed": [ - 3.223666539783757, - 2.917906380604819, - 2.5745598220130383, - 2.416455102677599, - 2.5708198007224543, - 2.9132392214738734, - 3.2206803831464264, - 3.340940757369309 - ], - "relative wind angle": [ - 0.10104579602448195, - 0.15908616364558195, - 0.12795373343332106, - 0.0009780744109988105, - 0.1268301161014676, - 0.159343205228823, - 0.10218300080216122, - 0.0007074273067106565 - ], - "resistance": [ - 97386.90541404934, - 96530.62378104593, - 95791.82672117217, - 95576.72629935718, - 95784.9918362242, - 96519.1924252001, - 97377.12636029502, - 97874.77852686588 - ], - "fuel": [ - 41.664939709828715, - 41.222811231512935, - 40.843536706045995, - 40.73349285282996, - 40.84003737888583, - 41.2169272731562, - 41.65987503726325, - 41.918065933753226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -55.46875, -51.5625 -55.3125, -51.40625 -55.3125, -51.40625 -55.46875, -51.5625 -55.46875))", @@ -225298,54 +160274,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 731.9383970273338, + 731.9383970273229, -1948.7434561600821, - -3431.234359487913, - -3341.3246487963406, - -1620.962269091815, + -3431.2343594879167, + -3341.324648796308, + -1620.9622690918186, 1111.3853956426028, 3303.0303104283157, - 3089.4689589452682 + 3089.4689589452973 ], "relative wind speed": [ - 7.456355278623762, + 7.456355278623761, 7.017832556641038, - 6.708513981099911, - 6.734013097647387, - 7.076545765237112, + 6.70851398109991, + 6.734013097647386, + 7.076545765237111, 7.511641645839132, 7.789131798470402, - 7.767097373489609 + 7.767097373489608 ], "relative wind angle": [ - 0.07255166114524203, - 0.07371411690485112, + 0.07255166114524354, + 0.0737141169048511, 0.028390526396990294, - 0.036766826655922735, + 0.03676682665591669, 0.07645303437561078, - 0.06886026658592861, + 0.06886026658592863, 0.024450945233123546, - 0.031874769043533105 + 0.03187476904352962 ], "resistance": [ - 97366.43839702732, + 97366.4383970273, 94685.7565438399, - 93203.26564051208, - 93293.17535120365, + 93203.26564051207, + 93293.17535120368, 95013.53773090817, 97745.88539564259, 99937.5303104283, - 99723.96895894525 + 99723.96895894528 ], "fuel": [ - 59.41537803788485, + 59.415378037884835, 58.04055053206868, - 57.291715954207206, + 57.2917159542072, 57.33689812305742, 58.20722307867544, 59.612143426717154, 60.759122980816976, - 60.646571419492915 + 60.64657141949293 ] }, { @@ -225378,37 +160354,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -217.68475546838454, + -217.68475546841, -2049.8109009716754, - -2641.318403232457, + -2641.3184032324607, -2214.1981190026145, -494.96326516185763, 1582.557013330812, 2830.4924279328643, - 1816.2046723321528 + 1816.20467233216 ], "relative wind speed": [ - 6.099467971448251, + 6.0994679714482505, 5.711783561864226, - 5.526016238291824, + 5.526016238291823, 5.6712925065184, 6.04579857868995, 6.4133235168070275, 6.574065296522961, - 6.449157409640479 + 6.4491574096404785 ], "relative wind angle": [ - 0.08602005582869238, - 0.0682612985822629, + 0.08602005582869497, + 0.06826129858226289, 0.00487426727169522, - 0.06201838156974653, - 0.08678558216825395, + 0.062018381569746525, + 0.08678558216825397, 0.060784560775514376, 0.0040971982452522844, - 0.054530102354815785 + 0.05453010235481375 ], "resistance": [ - 96416.81524453164, + 96416.81524453162, 94584.68909902836, 93993.18159676756, 94420.30188099742, @@ -225458,13 +160434,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -396.20314457763016, + -396.20314457763743, -2376.386173351526, - -2919.4068610141458, + -2919.4068610176746, -2366.410408659971, -379.39343623577406, 1916.709827536144, - 3204.7988505973826, + 3204.798850594272, 1902.5240913677753 ], "relative wind speed": [ @@ -225478,33 +160454,33 @@ 6.556798998236264 ], "relative wind angle": [ - 0.09390765167889162, + 0.09390765167889281, 0.07102587195831866, - 0.00028999025513781746, + 0.00028999025590351426, 0.07139360318998753, 0.09385861764888366, 0.06215964147779341, - 0.0002400789746145099, - 0.06252824982308622 + 0.00024007897507695067, + 0.06252824982308623 ], "resistance": [ 96238.29685542238, 94258.11382664849, - 93715.09313898587, + 93715.09313898234, 94268.08959134005, 96255.10656376425, 98551.20982753616, - 99839.29885059739, + 99839.29885059429, 98537.02409136778 ], "fuel": [ 52.77725696984335, 51.76742247602851, - 51.49304726367489, + 51.493047263673105, 51.772473252208094, 52.785891877182046, 53.975248022265816, - 54.651053506351985, + 54.65105350635035, 53.96783974110495 ] }, @@ -225538,53 +160514,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -732.1533434059129, + -732.153343405922, -2302.809217812597, - -2602.672540864123, + -2602.6725408641287, -1802.0679212996965, 109.49485720834673, 2064.0391503590527, - 2770.760348167978, - 1350.85820951996 + 2770.7603481680126, + 1350.8582095199527 ], "relative wind speed": [ - 5.160653943556466, + 5.160653943556465, 4.74447230942939, - 4.62436854236847, + 4.624368542368469, 4.890377916304593, 5.349805639929049, 5.722128276718314, 5.819620700227333, - 5.597943671195869 + 5.59794367119587 ], "relative wind angle": [ - 0.11608437498512798, + 0.11608437498512894, 0.07496671305555166, 0.020586708023498077, - 0.10035875761331009, + 0.1003587576133101, 0.11196245249217332, 0.06214003056434834, - 0.01635811869499781, - 0.0876387108701556 + 0.01635811869499102, + 0.08763871087015812 ], "resistance": [ - 95902.34665659413, + 95902.34665659412, 94331.69078218745, - 94031.82745913592, + 94031.82745913591, 94832.43207870035, 96743.9948572084, 98698.5391503591, - 99405.26034816803, + 99405.26034816806, 97985.35820952 ], "fuel": [ - 48.4005587681185, + 48.40055876811849, 47.60033767012794, 47.44860623394179, 47.854459635387954, 48.83314092709315, 49.84788688568509, - 50.21829643151827, + 50.21829643151828, 49.475975687388356 ] }, @@ -225618,51 +160594,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 371.2435995720807, + 371.24359957207344, -641.3289901292892, - -1244.617544501095, + -1244.6175445010986, -1245.815203916035, - -645.5872780823047, + -645.5872780823065, 366.30108980369096, 1224.1920420196839, - 1227.010319735111 + 1227.0103197351218 ], "relative wind speed": [ - 3.8249130896010617, + 3.8249130896010612, 3.49875280407542, - 3.2479291101335477, + 3.2479291101335472, 3.2472390008057497, 3.4972059949130565, 3.823498231963987, 4.038733267920086, - 4.039288153314075 + 4.039288153314074 ], "relative wind angle": [ - 0.10366824416843645, + 0.10366824416843967, 0.11354935339725063, - 0.05076848574377609, + 0.05076848574377828, 0.05032088256826063, - 0.11342257330136152, + 0.1134225733013625, 0.10386866831984067, 0.04082156282705597, - 0.040447603150214596 + 0.04044760315020911 ], "resistance": [ 97005.74359957207, 95993.17100987071, - 95389.88245549891, + 95389.8824554989, 95388.68479608397, - 95988.9127219177, + 95988.91272191769, 97000.80108980369, 97858.69204201968, - 97861.51031973511 + 97861.51031973513 ], "fuel": [ 43.390366088810325, 42.86926965637267, - 42.560615226551235, + 42.56061522655122, 42.560003827121896, - 42.8670862856119, + 42.86708628561189, 43.38781327773383, 43.832276197945816, 43.833740826628585 @@ -225698,9 +160674,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 531.034411318733, + 531.0344113187202, -898.1459330724001, - -1757.0711315185217, + -1757.0711315185272, -1766.124550572159, -930.5104896243538, 493.49360202774915, @@ -225708,7 +160684,7 @@ 1728.5876589141662 ], "relative wind speed": [ - 4.6965455254131605, + 4.69654552541316, 4.32383918011528, 4.036616189921506, 4.032400358849201, @@ -225718,19 +160694,19 @@ 4.940723296911664 ], "relative wind angle": [ - 0.09612254762941619, - 0.1053195273254887, - 0.04760046130213977, + 0.0961225476294185, + 0.10531952732548872, + 0.04760046130214211, 0.04537617698531887, 0.1046681488218969, - 0.0971157368561095, + 0.09711573685610948, 0.03891226326563627, - 0.03702978802508143 + 0.037029788025081424 ], "resistance": [ - 97165.53441131873, + 97165.53441131872, 95736.3540669276, - 94877.42886848148, + 94877.42886848147, 94868.37544942784, 95703.98951037564, 97127.99360202775, @@ -225738,9 +160714,9 @@ 98363.08765891417 ], "fuel": [ - 46.18109966809625, + 46.181099668096245, 45.44586394486061, - 45.00765005402913, + 45.007650054029114, 45.00304572266726, 45.42930214395061, 46.161689759270764, @@ -225765,68 +160741,7 @@ "id": "4150", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.621378399238106, - 9.621378399238106, - 9.621378399238106, - 9.621378399238106, - 9.621378399238106, - 9.621378399238106, - 9.621378399238106, - 9.621378399238106 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 179.75015563096122, - -582.6474011746518, - -969.3512818172089, - -903.9340531747616, - -357.4201796943239, - 442.3963709319396, - 1054.7944492556617, - 902.4385911606582 - ], - "relative wind speed": [ - 2.827078777428355, - 2.4768397777248428, - 2.233922085801267, - 2.2868589128123156, - 2.5908482662291, - 2.927479097771337, - 3.1168030523241996, - 3.078172422931991 - ], - "relative wind angle": [ - 0.15695179167461462, - 0.1610298325122082, - 0.05361843107764238, - 0.09978297982999443, - 0.17139816668528063, - 0.1360733147300969, - 0.03842125124377534, - 0.0740762910081522 - ], - "resistance": [ - 96814.25015563099, - 96051.85259882538, - 95665.14871818283, - 95730.56594682527, - 96277.0798203057, - 97076.89637093197, - 97689.29444925569, - 97536.93859116068 - ], - "fuel": [ - 40.93327001686295, - 40.54110861101828, - 40.343022944267545, - 40.37649324123821, - 40.6567357011885, - 41.068870650728385, - 41.386040377022994, - 41.30700269403467 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -55.9375, -52.34375 -55.78125, -52.1875 -55.78125, -52.1875 -55.9375, -52.34375 -55.9375))", @@ -225845,68 +160760,7 @@ "id": "4151", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.753612761305703, - 12.753612761305703, - 12.753612761305703, - 12.753612761305703, - 12.753612761305703, - 12.753612761305703, - 12.753612761305703, - 12.753612761305703 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 46.77547233804398, - -1072.0978503867, - -1521.0481921010423, - -1319.6860309475633, - -367.8033786208416, - 866.1162290562843, - 1691.3909595458963, - 1219.8970230920204 - ], - "relative wind speed": [ - 3.650391845595665, - 3.24683411078774, - 3.0167023578743537, - 3.137741216836018, - 3.5128826045984036, - 3.8889295541455318, - 4.070038292703976, - 3.977472171649955 - ], - "relative wind angle": [ - 0.14481109246124999, - 0.13022824397450405, - 0.02304402758238095, - 0.10322941415387225, - 0.15052198543438539, - 0.1086329268824538, - 0.01707949521478341, - 0.08138067971522701 - ], - "resistance": [ - 96681.27547233808, - 95562.40214961334, - 95113.451807899, - 95314.81396905247, - 96266.69662137919, - 97500.61622905631, - 98325.89095954593, - 97854.39702309205 - ], - "fuel": [ - 42.950700595446705, - 42.37647118511291, - 42.147369967735116, - 42.25003315571515, - 42.73738673065249, - 43.374158188360184, - 43.80320783390971, - 43.55777389634958 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -55.78125, -52.1875 -55.625, -52.03125 -55.625, -52.03125 -55.78125, -52.1875 -55.78125))", @@ -225938,19 +160792,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 272.5199721828649, + 272.51997218285396, -1485.6552423557096, - -2325.9669331181303, + -2325.9669331181212, -2145.231359594527, -837.6426091516169, 1023.9353576011945, - 2389.1745810200246, + 2389.17458102005, 1962.5396936635334 ], "relative wind speed": [ - 5.305798161570772, + 5.305798161570771, 4.88785272607559, - 4.621667023763711, + 4.6216670237637105, 4.694720407303267, 5.05313789934775, 5.458442313457913, @@ -225958,23 +160812,23 @@ 5.625415278750769 ], "relative wind angle": [ - 0.10045972841727883, + 0.10045972841728106, 0.09549823173063297, - 0.02748327656356349, + 0.027483276563559447, 0.06105612304971537, 0.10550105034145155, 0.08548964810413308, - 0.022339495455206144, + 0.022339495455201176, 0.0509450956624795 ], "resistance": [ - 96907.01997218288, + 96907.01997218287, 95148.8447576443, - 94308.53306688188, + 94308.5330668819, 94489.26864040548, 95796.8573908484, 97658.4353576012, - 99023.67458102004, + 99023.67458102007, 98597.03969366355 ], "fuel": [ @@ -225984,7 +160838,7 @@ 47.39201089105012, 48.058330711908, 49.01792826603114, - 49.729871741403066, + 49.72987174140307, 49.50664561063188 ] }, @@ -226018,19 +160872,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 85.1108299316329, + 85.11082993162381, -1725.071310019348, - -2474.9128726683393, + -2474.912872668323, -2185.7492754374016, -689.7040791816489, 1285.9017259177926, - 2624.092277801594, + 2624.0922778016284, 1941.7329022673148 ], "relative wind speed": [ - 5.327940360973728, + 5.327940360973727, 4.892044728309318, - 4.6423363120226435, + 4.642336312022643, 4.758061808051788, 5.153488317249046, 5.568957595666918, @@ -226038,33 +160892,33 @@ 5.683857682672412 ], "relative wind angle": [ - 0.1068664600478413, + 0.10686646004784338, 0.09496792704837721, - 0.018901862342549057, + 0.018901862342543183, 0.07147672368234757, 0.11049857394445908, - 0.08339576285658151, - 0.015184382191293488, - 0.05981921396242387 + 0.08339576285658153, + 0.015184382191286174, + 0.05981921396242388 ], "resistance": [ 96719.61082993165, 94909.42868998068, - 94159.58712733169, + 94159.5871273317, 94448.75072456263, 95944.79592081837, 97920.40172591782, - 99258.59227780162, + 99258.59227780165, 98576.23290226734 ], "fuel": [ 48.77308761823872, 47.846133959780495, - 47.46572840369372, + 47.46572840369374, 47.61217746929272, 48.374829742473935, 49.39471250805076, - 50.09378778112816, + 50.09378778112817, 49.73648832639697 ] }, @@ -226085,68 +160939,7 @@ "id": "4154", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.272218483740337, - 14.272218483740337, - 14.272218483740337, - 14.272218483740337, - 14.272218483740337, - 14.272218483740337, - 14.272218483740337, - 14.272218483740337 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 469.97760771065805, - -1026.0179341221556, - -1859.9577813720362, - -1805.6709787800828, - -836.7307517180725, - 690.2622230629095, - 1930.555083684707, - 1803.6460603565101 - ], - "relative wind speed": [ - 4.197320960327627, - 3.7461025284901805, - 3.411822257595816, - 3.44105890850405, - 3.8101160904779685, - 4.2545509413996, - 4.527025154502517, - 4.504842001128303 - ], - "relative wind angle": [ - 0.13340706426260968, - 0.1427722110758046, - 0.057337217035877644, - 0.07461634926348747, - 0.14705855684611055, - 0.12561337372826006, - 0.043202334867976505, - 0.05697422846481519 - ], - "resistance": [ - 97104.47760771064, - 95608.48206587782, - 94774.54221862793, - 94828.82902121989, - 95797.7692482819, - 97324.76222306288, - 98565.05508368468, - 98438.14606035648 - ], - "fuel": [ - 44.413105826770035, - 43.64402316278493, - 43.21891455164611, - 43.246509008907594, - 43.74087442176845, - 44.52705628306768, - 45.17201457428702, - 45.10575837873253 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -55.9375, -52.03125 -55.78125, -51.875 -55.78125, -51.875 -55.9375, -52.03125 -55.9375))", @@ -226178,54 +160971,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 368.4050199623007, + 368.4050199622916, -1245.478559113034, - -2071.295926985922, + -2071.2959269859275, -1946.6605520216062, -807.700424292223, 877.3419767703463, 2169.8756253589354, - 1877.7835632473589 + 1877.783563247368 ], "relative wind speed": [ - 4.507788382543636, + 4.507788382543635, 4.051773206675665, 3.739490852832057, 3.8008150674494696, 4.187267191082475, 4.62995642668225, 4.885649475033636, - 4.838095436673419 + 4.838095436673418 ], "relative wind angle": [ - 0.12756768435942614, - 0.1286540528974276, - 0.04324807369463045, + 0.1275676843594279, + 0.12865405289742762, + 0.043248073694633016, 0.07668943286509969, 0.13739222550035357, 0.11251480942052318, 0.03309793070371006, - 0.0602246956515537 + 0.06022469565155002 ], "resistance": [ - 97002.90501996232, + 97002.9050199623, 95389.02144088698, 94563.20407301409, 94687.8394479784, 95826.79957570779, 97511.84197677036, 98804.37562535895, - 98512.28356324737 + 98512.28356324739 ], "fuel": [ - 45.49088603091899, + 45.490886030918986, 44.66216176448617, 44.24185556487256, 44.30512711742284, 44.886001559763436, 45.754233672721455, 46.42738282946467, - 46.27471813436068 + 46.27471813436069 ] }, { @@ -226245,68 +161038,7 @@ "id": "4156", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.386745948714335, - 8.386745948714335, - 8.386745948714335, - 8.386745948714335, - 8.386745948714335, - 8.386745948714335, - 8.386745948714335, - 8.386745948714335 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - 156.145297770875, - -539.0578402164524, - -880.3872075200516, - -806.2732239535724, - -289.29812646516984, - 448.5735630778049, - 1004.7600006344214, - 833.1354644670519 - ], - "relative wind speed": [ - 2.489509535405007, - 2.1176778057405543, - 1.8606905452281262, - 1.9311628522442732, - 2.2648812380977734, - 2.6158718356665767, - 2.8044920118371555, - 2.756438787216491 - ], - "relative wind angle": [ - 0.19095308204806458, - 0.197315143753526, - 0.061632366848892756, - 0.1314214063098675, - 0.21016202448759153, - 0.15937573808084468, - 0.0408765992199566, - 0.091938576729549 - ], - "resistance": [ - 96790.64529777094, - 96095.44215978362, - 95754.11279248002, - 95828.2267760465, - 96345.2018735349, - 97083.07356307788, - 97639.26000063449, - 97467.63546446712 - ], - "fuel": [ - 40.276454304805256, - 39.91883045782319, - 39.74390330867722, - 39.7818489772572, - 40.047103942836486, - 40.427421520207346, - 40.71543305013152, - 40.62643745651904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -56.09375, -52.34375 -55.9375, -52.1875 -55.9375, -52.1875 -56.09375, -52.34375 -56.09375))", @@ -226325,68 +161057,7 @@ "id": "4157", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.123453225433288, - 11.123453225433288, - 11.123453225433288, - 11.123453225433288, - 11.123453225433288, - 11.123453225433288, - 11.123453225433288, - 11.123453225433288 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 34.26891740219162, - -962.7956494583464, - -1351.4891870953052, - -1155.255253376357, - -287.15960231506824, - 822.2789114527104, - 1555.6144642451409, - 1098.2062869051451 - ], - "relative wind speed": [ - 3.1989810478362264, - 2.7807521733154243, - 2.5439988987398063, - 2.6814167857179987, - 3.0767103074539706, - 3.4593414707152577, - 3.636989917998057, - 3.5368955429413824 - ], - "relative wind angle": [ - 0.1717124250192518, - 0.1554073498859691, - 0.024406912678798704, - 0.1281224256050879, - 0.17860845104869225, - 0.12474345827678186, - 0.017071262671434988, - 0.09701970391965294 - ], - "resistance": [ - 96668.76891740224, - 95671.7043505417, - 95283.01081290474, - 95479.24474662369, - 96347.34039768498, - 97456.77891145275, - 98190.11446424518, - 97732.70628690519 - ], - "fuel": [ - 41.777957015317625, - 41.26606286811827, - 41.06750928219939, - 41.16767981573991, - 41.61253117941776, - 42.18513941136014, - 42.56614600603125, - 42.32826345315958 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -56.25, -52.5 -56.09375, -52.34375 -56.09375, -52.34375 -56.25, -52.5 -56.25))", @@ -226405,68 +161076,7 @@ "id": "4158", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.93940579393095, - 9.93940579393095, - 9.93940579393095, - 9.93940579393095, - 9.93940579393095, - 9.93940579393095, - 9.93940579393095, - 9.93940579393095 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -10.694969234487417, - -798.9854245203746, - -1083.9590867548081, - -907.9667822884194, - -192.67668261480412, - 696.422545329789, - 1263.1125981681898, - 852.7010005446637 - ], - "relative wind speed": [ - 2.8434298306831027, - 2.468807142465312, - 2.2679079948327914, - 2.4057686227839388, - 2.765958263653974, - 3.104933109038986, - 3.2545678123627644, - 3.1540284798844973 - ], - "relative wind angle": [ - 0.174399099917441, - 0.1531812864801579, - 0.01735145626040131, - 0.13384904618645702, - 0.17933613479106109, - 0.12162198398735362, - 0.012090849789986239, - 0.10196680624743837 - ], - "resistance": [ - 96623.80503076552, - 95835.51457547964, - 95550.5409132452, - 95726.53321771159, - 96441.8233173852, - 97330.9225453298, - 97897.6125981682, - 97487.20100054468 - ], - "fuel": [ - 41.017423749632385, - 40.61254017831948, - 40.46674039008866, - 40.5567468536452, - 40.92374859528896, - 41.38258245887969, - 41.67656681305573, - 41.463536406645716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -56.25, -52.34375 -56.09375, -52.1875 -56.09375, -52.1875 -56.25, -52.34375 -56.25))", @@ -226485,68 +161095,7 @@ "id": "4159", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.730687708672223, - 10.730687708672223, - 10.730687708672223, - 10.730687708672223, - 10.730687708672223, - 10.730687708672223, - 10.730687708672223, - 10.730687708672223 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -30.543213938331974, - -983.1446537914735, - -1315.1281186427227, - -1088.96424209912, - -207.12236438568152, - 875.1833595971552, - 1554.0304678030402, - 1027.10196220629 - ], - "relative wind speed": [ - 3.067425016379204, - 2.644476528199797, - 2.422581461930478, - 2.587404632902778, - 2.997802767394771, - 3.376782722519921, - 3.5393525853776553, - 3.420709711294126 - ], - "relative wind angle": [ - 0.18307144855707572, - 0.1594627452780653, - 0.014619982462606764, - 0.14342347426967547, - 0.18737304874879546, - 0.12467500443677877, - 0.010006753212108171, - 0.10832485272084773 - ], - "resistance": [ - 96603.95678606167, - 95651.35534620853, - 95319.37188135728, - 95545.53575790089, - 96427.37763561432, - 97509.68335959715, - 98188.53046780304, - 97661.60196220629 - ], - "fuel": [ - 41.489736924672066, - 41.00082113460064, - 40.83122646622647, - 40.9467183790359, - 41.3988540081715, - 41.95772604535879, - 42.310487830299074, - 42.036521362348736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -56.09375, -52.1875 -55.9375, -52.03125 -55.9375, -52.03125 -56.09375, -52.1875 -56.09375))", @@ -226565,68 +161114,7 @@ "id": "4160", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.426385036638917, - 12.426385036638917, - 12.426385036638917, - 12.426385036638917, - 12.426385036638917, - 12.426385036638917, - 12.426385036638917, - 12.426385036638917 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -234.6876954110212, - -1301.091309004763, - -1581.745475579477, - -1209.8073165935994, - -82.09802789097375, - 1184.2942838424851, - 1840.5269469224213, - 1053.5960602205569 - ], - "relative wind speed": [ - 3.473325299706054, - 3.0514758411350047, - 2.8771332092288624, - 3.0933210364149804, - 3.5252837743207315, - 3.8961660023716376, - 4.026626233389386, - 3.8630272187417636 - ], - "relative wind angle": [ - 0.1662440734569472, - 0.12742942154805068, - 0.009154014149694736, - 0.13784258158549578, - 0.16377151979283464, - 0.09969787222904354, - 0.006540745662833636, - 0.1102515336260657 - ], - "resistance": [ - 96399.81230458898, - 95333.40869099523, - 95052.75452442052, - 95424.6926834064, - 96552.40197210903, - 97818.79428384248, - 98475.02694692241, - 97688.09606022056 - ], - "fuel": [ - 42.5576499992727, - 42.011361932609084, - 41.86829421589832, - 42.057958500293694, - 42.63616338924824, - 43.291115418114046, - 43.632852842527036, - 43.22324482443144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -56.09375, -52.03125 -55.9375, -51.875 -55.9375, -51.875 -56.09375, -52.03125 -56.09375))", @@ -226658,19 +161146,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -153.09458207859825, + -153.09458207859916, -1224.9739812709527, - -1531.9571633152673, + -1531.9571633152686, -1209.4734160840303, -127.22931206100384, 1127.4800194855488, - 1843.7001463218594, + 1843.700146322054, 1105.2270583085283 ], "relative wind speed": [ 3.2815072605310243, 2.830683182113428, - 2.6247874867612615, + 2.624787486761261, 2.8383983828727177, 3.2909185523979194, 3.6858740539978894, @@ -226678,14 +161166,14 @@ 3.679936064599517 ], "relative wind angle": [ - 0.1854947998259751, + 0.1854947998259757, 0.15055606267582033, 0.0018239729441993295, - 0.1525566652635082, - 0.18495818397181796, - 0.11544421499063708, - 0.001248308527383519, - 0.11748377003006645 + 0.15255666526350822, + 0.18495818397181799, + 0.11544421499063709, + 0.0012483085272945809, + 0.11748377003006646 ], "resistance": [ 96481.40541792143, @@ -226694,7 +161182,7 @@ 95425.026583916, 96507.27068793903, 97761.98001948558, - 98478.20014632189, + 98478.20014632208, 97739.72705830856 ], "fuel": [ @@ -226704,7 +161192,7 @@ 41.482256303744194, 42.037059848725775, 42.685731697433155, - 43.058636504375016, + 43.058636504375116, 42.674176118506416 ] }, @@ -226738,39 +161226,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -351.49339979692195, + -351.4933997969265, -1347.610090221196, - -1564.0947369169776, + -1564.0947369169853, -1091.823308491727, 75.34414109556383, 1307.0630446136583, 1810.6786246985666, - 939.8310066040722 + 939.8310066040694 ], "relative wind speed": [ - 3.2155065461561283, + 3.2155065461561274, 2.777435543847867, 2.6316661063589453, 2.9044653764144224, 3.370492631053324, 3.73972655740071, 3.843700876629087, - 3.6419478032458796 + 3.64194780324588 ], "relative wind angle": [ - 0.18966009371986745, - 0.13466777323390006, - 0.02996316453670352, + 0.18966009371986864, + 0.13466777323390003, + 0.029963164536710933, 0.16756063789800701, - 0.18084016872269304, - 0.09987956965705591, + 0.18084016872269307, + 0.09987956965705592, 0.020513244465094883, - 0.13340103746027476 + 0.13340103746027646 ], "resistance": [ 96283.0066002031, 95286.88990977882, - 95070.40526308304, + 95070.40526308303, 95542.67669150828, 96709.84414109559, 97941.56304461368, @@ -226780,7 +161268,7 @@ "fuel": [ 41.938486035572765, 41.428506638131225, - 41.31816193444184, + 41.31816193444183, 41.559108842872725, 42.15814302208338, 42.795804821308394, @@ -226805,68 +161293,7 @@ "id": "4163", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.42154655124652, - 12.42154655124652, - 12.42154655124652, - 12.42154655124652, - 12.42154655124652, - 12.42154655124652, - 12.42154655124652, - 12.42154655124652 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -247.60218592229285, - -1372.181321569764, - -1667.1332767157505, - -1266.4658705942707, - -71.04266073028157, - 1268.287923577699, - 1956.8077601443892, - 1116.7379236063416 - ], - "relative wind speed": [ - 3.473695929146366, - 3.025984804284321, - 2.841597323775168, - 3.0748341072213434, - 3.533840459944983, - 3.9240295320948557, - 4.059546335987064, - 3.8858701750805467 - ], - "relative wind angle": [ - 0.17622808874088747, - 0.135589051570828, - 0.010746667647721819, - 0.14760690337047108, - 0.17319813092833597, - 0.10442805968563762, - 0.007522368190066119, - 0.11663988197595698 - ], - "resistance": [ - 96386.89781407772, - 95262.31867843025, - 94967.36672328427, - 95368.03412940574, - 96563.45733926973, - 97902.7879235777, - 98591.30776014441, - 97751.23792360636 - ], - "fuel": [ - 42.547392530344155, - 41.971478570979194, - 41.82120820932026, - 42.025416653676665, - 42.63823874485304, - 43.33114979496686, - 43.68995752788115, - 43.252409545712226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -55.78125, -51.875 -55.625, -51.71875 -55.625, -51.71875 -55.78125, -51.875 -55.78125))", @@ -226885,68 +161312,7 @@ "id": "4164", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.4636494379071, - 23.4636494379071, - 23.4636494379071, - 23.4636494379071, - 23.4636494379071, - 23.4636494379071, - 23.4636494379071, - 23.4636494379071 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -338.0691733740314, - -2532.036175017647, - -3192.4003067453796, - -2637.487771922164, - -515.840492198844, - 1996.771932089312, - 3463.5847006290533, - 2146.6922677815164 - ], - "relative wind speed": [ - 6.560445681159759, - 6.125862495305447, - 5.926216027025039, - 6.101678106284305, - 6.52849465996475, - 6.9379030513005935, - 7.1091950079926445, - 6.959182017157387 - ], - "relative wind angle": [ - 0.09028282989348876, - 0.07018492709089869, - 0.0027068169278897424, - 0.06673686948049067, - 0.09072589526015284, - 0.06195896679307238, - 0.0022563983496782965, - 0.058503556964167355 - ], - "resistance": [ - 96296.43082662599, - 94102.46382498236, - 93442.09969325464, - 93997.01222807785, - 96118.65950780117, - 98631.27193208932, - 100098.08470062907, - 98781.19226778153 - ], - "fuel": [ - 54.76855615720176, - 53.65009624422457, - 53.316956870529, - 53.59678933085428, - 54.67726346899184, - 55.97850538233641, - 56.749004338023234, - 56.056889394988225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -55.78125, -51.71875 -55.625, -51.5625 -55.625, -51.5625 -55.78125, -51.71875 -55.78125))", @@ -226965,68 +161331,7 @@ "id": "4165", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 87174.44761426428, - "wind resistance": [ - -368.58279474814117, - -2704.4248829896496, - -3411.5152506178674, - -2834.3781043191993, - -588.1182394440111, - 2080.1648009361197, - 3639.1617846535482, - 2264.7492084081205 - ], - "relative wind speed": [ - 7.399436259062384, - 6.992924991397038, - 6.806373046258096, - 6.966834363016889, - 7.364548435100168, - 7.751595362862938, - 7.915902763427223, - 7.775053026388342 - ], - "relative wind angle": [ - 0.07504456674347777, - 0.05789779799851646, - 0.002570150094026877, - 0.05455820214577314, - 0.07540074645817413, - 0.05222573985842523, - 0.002209905278865331, - 0.04888207916597269 - ], - "resistance": [ - 86805.86481951614, - 84470.02273127463, - 83762.93236364641, - 84340.06950994508, - 86586.32937482027, - 89254.6124152004, - 90813.60939891783, - 89439.1968226724 - ], - "fuel": [ - 54.84062539118654, - 53.7329456148327, - 53.4016394165794, - 53.671916674751095, - 54.73565507127316, - 56.023644457613685, - 56.78843909530085, - 56.113723727109594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -55.9375, -51.875 -55.78125, -51.71875 -55.78125, -51.71875 -55.9375, -51.875 -55.9375))", @@ -227045,68 +161350,7 @@ "id": "4166", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.62024942265303, - 18.62024942265303, - 18.62024942265303, - 18.62024942265303, - 18.62024942265303, - 18.62024942265303, - 18.62024942265303, - 18.62024942265303 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -99.59043821866544, - -1892.1850604525498, - -2525.0740119805196, - -2140.630528089154, - -517.1731616049419, - 1495.3642410481734, - 2756.2475613391, - 1849.202724652254 - ], - "relative wind speed": [ - 5.253445347487053, - 4.8086563290431386, - 4.580442595275058, - 4.7355782268381885, - 5.1587120537356075, - 5.5756454677054, - 5.764593975622247, - 5.637845060826564 - ], - "relative wind angle": [ - 0.1129472043181705, - 0.09421775450769031, - 0.010408794334385164, - 0.0813822453227432, - 0.11503045128218793, - 0.08122622553114689, - 0.00827058553699685, - 0.0683357726536583 - ], - "resistance": [ - 96534.90956178134, - 94742.31493954746, - 94109.4259880195, - 94493.86947191086, - 96117.32683839508, - 98129.86424104818, - 99390.74756133911, - 98483.70272465226 - ], - "fuel": [ - 48.52131032892506, - 47.60453620468804, - 47.28371825541977, - 47.47841892527602, - 48.306680640962256, - 49.34705922619158, - 50.00655034214776, - 49.5315334128297 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -55.9375, -51.71875 -55.78125, -51.5625 -55.78125, -51.5625 -55.9375, -51.71875 -55.9375))", @@ -227125,68 +161369,7 @@ "id": "4167", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.854138153926023, - 25.854138153926023, - 25.854138153926023, - 25.854138153926023, - 25.854138153926023, - 25.854138153926023, - 25.854138153926023, - 25.854138153926023 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -238.8963759656508, - -2649.344967033605, - -3459.5164297944502, - -2929.016917569468, - -711.0530615376629, - 2004.5509201647437, - 3663.4090462257627, - 2401.8990983304466 - ], - "relative wind speed": [ - 7.243144360230621, - 6.81640300819382, - 6.607074108916189, - 6.758652911000634, - 7.166202078451232, - 7.573258379470863, - 7.7565562056642605, - 7.624841197097947 - ], - "relative wind angle": [ - 0.07943432358338896, - 0.06366884936665701, - 0.005841370230724058, - 0.05612333121838491, - 0.08028902382262146, - 0.05729855837724875, - 0.004975701168914542, - 0.04974207228188972 - ], - "resistance": [ - 96395.60362403437, - 93985.1550329664, - 93174.98357020557, - 93705.48308243055, - 95923.44693846235, - 98639.05092016477, - 100297.90904622577, - 99036.39909833047 - ], - "fuel": [ - 58.533041188817485, - 57.30430270992461, - 56.89616824899875, - 57.16313827221328, - 58.29065419782572, - 59.69607520431967, - 60.56809399236491, - 59.904018255174364 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -55.78125, -51.5625 -55.625, -51.40625 -55.625, -51.40625 -55.78125, -51.5625 -55.78125))", @@ -227218,19 +161401,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -258.19588063813353, + -258.1958806381699, -2659.2686544274547, - -3456.0941668157284, + -3456.094166815874, -2920.8105948986995, - -699.916759330401, + -699.91675933039, 2009.2684938377643, - 3654.5936524650024, + 3654.593652465228, 2380.7986517352147 ], "relative wind speed": [ - 7.362343034970895, + 7.362343034970894, 6.944450674184715, - 6.741312188168129, + 6.741312188168128, 6.891467725517179, 7.291596574431347, 7.690648893471788, @@ -227238,33 +161421,33 @@ 7.738161807367333 ], "relative wind angle": [ - 0.07668256588731404, + 0.07668256588731838, 0.06107988359449005, - 0.005262872520690821, + 0.005262872520711916, 0.054257207479520425, - 0.07742805896945794, - 0.0551471650456492, - 0.004508474230957883, - 0.04831558434086435 + 0.0774280589694565, + 0.055147165045649205, + 0.004508474230933258, + 0.04831558434086436 ], "resistance": [ - 96376.30411936186, + 96376.30411936181, 93975.23134557254, - 93178.40583318425, + 93178.40583318411, 93713.6894051013, - 95934.58324066958, + 95934.5832406696, 98643.76849383775, - 100289.09365246499, + 100289.0936524652, 99015.2986517352 ], "fuel": [ - 59.25540916423352, + 59.2554091642335, 58.03158060346004, - 57.630178977870905, + 57.63017897787083, 57.8995681253475, - 59.02865344876918, + 59.02865344876919, 60.430832447975995, - 61.29572476114585, + 61.29572476114596, 60.625252905877474 ] }, @@ -227298,9 +161481,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 21.022663066103632, + 21.02266306608908, -2294.131596932124, - -3202.6456887798613, + -3202.645688779865, -2789.1732624377455, -811.6791353108383, 1740.0858608644412, @@ -227308,9 +161491,9 @@ 2444.7793369576284 ], "relative wind speed": [ - 6.078359620175795, + 6.078359620175793, 5.587711314999783, - 5.317528349473474, + 5.3175283494734735, 5.461976996327154, 5.914529006630732, 6.380093361596155, @@ -227318,19 +161501,19 @@ 6.488059519922188 ], "relative wind angle": [ - 0.10627811268460946, - 0.09215192193344116, + 0.10627811268461052, + 0.09215192193344117, 0.015495243830191078, - 0.07287115906003508, - 0.10923358757854466, - 0.08068034423325911, + 0.07287115906003509, + 0.10923358757854468, + 0.08068034423325912, 0.012470964036775167, - 0.061330793447533144 + 0.06133079344753315 ], "resistance": [ - 96655.52266306612, + 96655.5226630661, 94340.36840306789, - 93431.85431122016, + 93431.85431122014, 93845.32673756227, 95822.82086468917, 98374.58586086446, @@ -227338,9 +161521,9 @@ 99079.27933695764 ], "fuel": [ - 52.1334455942818, + 52.133445594281795, 50.950634266449725, - 50.49192380799482, + 50.49192380799481, 50.70030598348708, 51.705721892935074, 53.024617122141336, @@ -227378,51 +161561,51 @@ ], "ice resistance": 89351.4114507597, "wind resistance": [ - -212.3281756704091, + -212.3281756704382, -2722.273346380407, - -3588.048844034529, - -3055.2552760478793, - -774.5787465064568, + -3588.048844034758, + -3055.25527604789, + -774.5787465064459, 2041.8937781193345, 3782.1503181601656, 2514.9509576876226 ], "relative wind speed": [ - 7.4286446280154745, + 7.428644628015474, 6.996473016703856, 6.7809855939617005, - 6.929449984585711, + 6.929449984585712, 7.339263863268021, 7.75234934652392, 7.941523118300348, 7.812315788237192 ], "relative wind angle": [ - 0.07819344802372617, + 0.07819344802372903, 0.06321944163272317, - 0.006611038535712184, - 0.0546665851795526, - 0.0791477034076361, + 0.006611038535745771, + 0.054666585179554625, + 0.0791477034076347, 0.05704830556615734, 0.005644920745732432, 0.0484835875902738 ], "resistance": [ - 89139.08327508929, + 89139.08327508926, 86629.1381043793, - 85763.36260672516, - 86296.15617471182, - 88576.83270425323, + 85763.36260672494, + 86296.15617471181, + 88576.83270425325, 91393.30522887903, 93133.56176891987, 91866.36240844731 ], "fuel": [ - 55.9673294440528, + 55.967329444052794, 54.75610988179344, - 54.3437518103469, + 54.34375181034679, 54.597184665025495, - 55.69396778888629, + 55.6939677888863, 57.07512620533369, 57.94327720113341, 57.31000200366281 @@ -227458,19 +161641,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 22.12549961066179, + 22.125499610639963, -2391.734451574601, - -3351.3824904301327, + -3351.3824904300927, -2942.162442386041, - -906.1598061311415, + -906.1598061311342, 1742.573990808938, 3495.5867232069177, 2524.981803769653 ], "relative wind speed": [ - 6.83195830924382, + 6.831958309243819, 6.382651411464144, - 6.135111186736993, + 6.135111186736992, 6.260579210231235, 6.670305504412776, 7.101435828139253, @@ -227478,19 +161661,19 @@ 7.209284140181014 ], "relative wind angle": [ - 0.08656422971042059, + 0.08656422971042317, 0.07449501887586472, - 0.01322550636170477, - 0.05758083499184315, - 0.08866753649024477, + 0.013225506361696377, + 0.05758083499184314, + 0.08866753649024352, 0.06694295091885998, - 0.011090120333515021, - 0.049996691173035686 + 0.01109012033351502, + 0.04999669117303569 ], "resistance": [ - 96656.62549961064, + 96656.62549961063, 94242.76554842538, - 93283.11750956986, + 93283.11750956989, 93692.33755761394, 95728.34019386885, 98377.07399080892, @@ -227498,9 +161681,9 @@ 99159.48180376964 ], "fuel": [ - 56.07417395706028, + 56.074173957060275, 54.84136731931251, - 54.35727906230881, + 54.357279062308834, 54.56328839749852, 55.59751432247569, 56.966075122855344, @@ -227525,68 +161708,7 @@ "id": "4172", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.74736027000694, - 15.74736027000694, - 15.74736027000694, - 15.74736027000694, - 15.74736027000694, - 15.74736027000694, - 15.74736027000694, - 15.74736027000694 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 335.1390355615604, - -1341.8156376987936, - -2171.7006571527972, - -2015.88843041163, - -795.1168557197516, - 970.8021865556275, - 2297.8704822278087, - 1932.824684938003 - ], - "relative wind speed": [ - 4.566371413768532, - 4.096040027349463, - 3.7822080255059434, - 3.8578147130328726, - 4.262872568004234, - 4.716596920861103, - 4.971793727752978, - 4.9133589385910446 - ], - "relative wind angle": [ - 0.13070820874698674, - 0.1295447269932625, - 0.040503103188980476, - 0.08110670799770084, - 0.14007335329444273, - 0.11242295600049317, - 0.030808500650565666, - 0.0636556160770651 - ], - "resistance": [ - 96969.63903556154, - 95292.6843623012, - 94462.79934284718, - 94618.61156958835, - 95839.38314428023, - 97605.30218655561, - 98932.3704822278, - 98567.324684938 - ], - "fuel": [ - 45.6973015930749, - 44.836594876625185, - 44.41452218739066, - 44.49357159472431, - 45.116041563393274, - 46.026294448900316, - 46.717975968432754, - 46.5270569958823 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -56.09375, -51.71875 -55.9375, -51.5625 -55.9375, -51.5625 -56.09375, -51.71875 -56.09375))", @@ -227605,68 +161727,7 @@ "id": "4173", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.914015096803393, - 19.914015096803393, - 19.914015096803393, - 19.914015096803393, - 19.914015096803393, - 19.914015096803393, - 19.914015096803393, - 19.914015096803393 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1068.3797442411305, - -1099.7114487005365, - -2552.0555264750474, - -2699.562210625945, - -1627.8631866849664, - 455.8630431541351, - 2383.5882396831184, - 2731.5907091023746 - ], - "relative wind speed": [ - 5.841808776434429, - 5.396266619839001, - 5.018646299379326, - 4.963054593314384, - 5.270678025908441, - 5.726000628783737, - 6.0597001538810975, - 6.105314548571711 - ], - "relative wind angle": [ - 0.08934331428535074, - 0.10608486175182505, - 0.05718475521689431, - 0.03340197187621649, - 0.09905477593894765, - 0.0999548650533275, - 0.04735232504606675, - 0.027150992827215413 - ], - "resistance": [ - 97702.87974424115, - 95534.78855129948, - 94082.44447352497, - 93934.93778937407, - 95006.63681331505, - 97090.36304315415, - 99018.08823968313, - 99366.09070910238 - ], - "fuel": [ - 50.67532337630588, - 49.55860365983716, - 48.82032698765205, - 48.7457833063642, - 49.28921773691374, - 50.358061385114695, - 51.36127196642316, - 51.54384995143552 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -56.25, -51.875 -56.09375, -51.71875 -56.09375, -51.71875 -56.25, -51.875 -56.25))", @@ -227685,68 +161746,7 @@ "id": "4174", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.987134153392208, - 15.987134153392208, - 15.987134153392208, - 15.987134153392208, - 15.987134153392208, - 15.987134153392208, - 15.987134153392208, - 15.987134153392208 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 317.0008881685044, - -1363.4511119305234, - -2185.8896322750506, - -2022.310691608429, - -788.1408181739826, - 985.7123232357499, - 2309.252768088274, - 1925.70480448741 - ], - "relative wind speed": [ - 4.625993018143386, - 4.161087168341194, - 3.854287966816906, - 3.932301237366624, - 4.333725654815588, - 4.781876517914741, - 5.032440136153489, - 4.971719665641161 - ], - "relative wind angle": [ - 0.12775913055488095, - 0.12554016150437705, - 0.0382567454387777, - 0.07956256567584298, - 0.13642735418151994, - 0.10917238787968749, - 0.029297445219433435, - 0.0629038289857248 - ], - "resistance": [ - 96951.50088816852, - 95271.04888806949, - 94448.61036772496, - 94612.1893083916, - 95846.35918182603, - 97620.21232323577, - 98943.75276808829, - 98560.20480448742 - ], - "fuel": [ - 45.92154036549378, - 45.05916297880051, - 44.640932335078155, - 44.723915815847235, - 45.35321883263361, - 46.26763362493359, - 46.957541137186496, - 46.75694248896018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -56.25, -51.71875 -56.09375, -51.5625 -56.09375, -51.5625 -56.25, -51.71875 -56.25))", @@ -227765,68 +161765,7 @@ "id": "4175", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.21774724545067, - 16.21774724545067, - 16.21774724545067, - 16.21774724545067, - 16.21774724545067, - 16.21774724545067, - 16.21774724545067, - 16.21774724545067 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 804.4927833660131, - -982.9314548883767, - -2122.81723405697, - -2192.07673547777, - -1226.5924827227382, - 521.29204744444, - 2082.6273975704426, - 2245.015748028927 - ], - "relative wind speed": [ - 4.802626549198166, - 4.345465715659418, - 3.9678642951674354, - 3.935314865201954, - 4.273409691202202, - 4.737528878429403, - 5.0579941770487835, - 5.083360017905923 - ], - "relative wind angle": [ - 0.1139409129133695, - 0.13261440871605548, - 0.0672282655760068, - 0.05023887985853111, - 0.12812466505818593, - 0.12158275374545865, - 0.052723523434065354, - 0.03888618320058726 - ], - "resistance": [ - 97438.99278336602, - 95651.56854511163, - 94511.68276594303, - 94442.42326452224, - 95407.90751727726, - 97155.79204744444, - 98717.12739757044, - 98879.51574802893 - ], - "fuel": [ - 46.401930992183324, - 45.48177078797796, - 44.90116947710875, - 44.866047929510955, - 45.35725564693982, - 46.25534759341947, - 47.06720044658162, - 47.152158853657966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -56.09375, -51.5625 -55.9375, -51.40625 -55.9375, -51.40625 -56.09375, -51.5625 -56.09375))", @@ -227845,68 +161784,7 @@ "id": "4176", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.724056903197237, - 17.724056903197237, - 17.724056903197237, - 17.724056903197237, - 17.724056903197237, - 17.724056903197237, - 17.724056903197237, - 17.724056903197237 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 420.4289700047757, - -1532.6930500174567, - -2522.7447267156986, - -2366.0713056762406, - -978.8907733539036, - 1063.7009607515956, - 2619.638877646694, - 2251.677243091084 - ], - "relative wind speed": [ - 5.127663806951624, - 4.644648693289079, - 4.318330562511908, - 4.385417449685891, - 4.794000266363177, - 5.263327197404687, - 5.534202365642895, - 5.481194072736553 - ], - "relative wind angle": [ - 0.11891019984042168, - 0.11847663276387935, - 0.03893732934669539, - 0.07103679737103244, - 0.12722983757422052, - 0.10449593057915862, - 0.030379741145318055, - 0.05681820544204498 - ], - "resistance": [ - 97054.92897000478, - 95101.80694998254, - 94111.7552732843, - 94268.42869432375, - 95655.60922664609, - 97698.2009607516, - 99254.13887764669, - 98886.17724309108 - ], - "fuel": [ - 47.780283748270136, - 46.778216225564734, - 46.27568232020401, - 46.35496423995126, - 47.06090785791069, - 48.113427883949825, - 48.925598985512394, - 48.7327164599604 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -56.09375, -51.40625 -55.9375, -51.25 -55.9375, -51.25 -56.09375, -51.40625 -56.09375))", @@ -227925,68 +161803,7 @@ "id": "4177", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.65889494596876, - 17.65889494596876, - 17.65889494596876, - 17.65889494596876, - 17.65889494596876, - 17.65889494596876, - 17.65889494596876, - 17.65889494596876 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 243.40888124689081, - -1585.2462344156138, - -2428.1599415224127, - -2207.2505331018438, - -801.3287412664631, - 1153.5343230891467, - 2559.4984333956727, - 2039.912639944183 - ], - "relative wind speed": [ - 5.065784239779891, - 4.604182327237844, - 4.315788345919401, - 4.410406784695564, - 4.8157877819613235, - 5.258848450225677, - 5.497995350863492, - 5.422388211701707 - ], - "relative wind angle": [ - 0.11699117592833243, - 0.11037170889975387, - 0.029176958471692944, - 0.07468511644593669, - 0.12309449179267039, - 0.09658572888896885, - 0.022901932563683374, - 0.060727479319794136 - ], - "resistance": [ - 96877.90888124687, - 95049.25376558438, - 94206.34005847757, - 94427.24946689814, - 95833.17125873352, - 97788.03432308913, - 99193.99843339565, - 98674.41263994417 - ], - "fuel": [ - 47.61756069672499, - 46.68013315067486, - 46.25221813589171, - 46.36410973591967, - 47.08047077499119, - 48.08875793386845, - 48.822723126198355, - 48.550623288675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -56.25, -51.5625 -56.09375, -51.40625 -56.09375, -51.40625 -56.25, -51.5625 -56.25))", @@ -228005,68 +161822,7 @@ "id": "4178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.425641284581321, - 13.425641284581321, - 13.425641284581321, - 13.425641284581321, - 13.425641284581321, - 13.425641284581321, - 13.425641284581321, - 13.425641284581321 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 663.0032846691038, - -847.1875522122236, - -1786.275280267666, - -1821.2733343779473, - -967.8314261200212, - 522.3498098691025, - 1833.969119167662, - 1915.4937008740872 - ], - "relative wind speed": [ - 4.029617281720407, - 3.5594769172081695, - 3.171175853882048, - 3.1509079494570473, - 3.515754503242887, - 3.9910486391516984, - 4.306040973791107, - 4.320893918885394 - ], - "relative wind angle": [ - 0.14163826884388714, - 0.16538978541783064, - 0.08205443444794423, - 0.06938251996687086, - 0.1625122585850436, - 0.14736663466546748, - 0.060397761732248284, - 0.050576509056084906 - ], - "resistance": [ - 97297.50328466915, - 95787.31244778782, - 94848.22471973237, - 94813.22666562209, - 95666.66857388002, - 97156.84980986915, - 98468.46911916771, - 98549.99370087413 - ], - "fuel": [ - 43.80071602362402, - 43.02329081950196, - 42.54414090670903, - 42.526347307381386, - 42.96155109235066, - 43.72795118124485, - 44.40935411598394, - 44.45191848425228 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -56.25, -51.40625 -56.09375, -51.25 -56.09375, -51.25 -56.25, -51.40625 -56.25))", @@ -228085,68 +161841,7 @@ "id": "4179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.19321886969929, - 14.19321886969929, - 14.19321886969929, - 14.19321886969929, - 14.19321886969929, - 14.19321886969929, - 14.19321886969929, - 14.19321886969929 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 314.65854105441304, - -1249.9626905618989, - -2016.4029887852348, - -1858.647545613815, - -703.7214920271772, - 951.0627930936635, - 2189.864213666685, - 1821.7995430652818 - ], - "relative wind speed": [ - 4.143161995500372, - 3.6528950470380104, - 3.3242568437443394, - 3.410293157841354, - 3.839593188125847, - 4.308668581660256, - 4.56701035778111, - 4.503128662257106 - ], - "relative wind angle": [ - 0.1506625678369796, - 0.15069126380775866, - 0.04624144849275515, - 0.0972313506841071, - 0.16267656552728635, - 0.127619428969063, - 0.033652799446100265, - 0.0735853177108634 - ], - "resistance": [ - 96949.15854105442, - 95384.53730943812, - 94618.09701121478, - 94775.8524543862, - 95930.77850797283, - 97585.56279309368, - 98824.3642136667, - 98456.2995430653 - ], - "fuel": [ - 44.26440960452443, - 43.46115091254086, - 43.070993254338966, - 43.15112026099061, - 43.74054993846757, - 44.59373840131902, - 45.23911989537476, - 45.04677204309239 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -55.15625, -51.25 -55, -51.09375 -55, -51.09375 -55.15625, -51.25 -55.15625))", @@ -228178,19 +161873,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -425.93741719763966, + -425.93741719765603, -2080.861099056914, - -2507.3966415698906, + -2507.3966415700615, -1982.1064902703638, - -259.29807733195776, + -259.29807733196503, 1682.4528614870305, 2696.2445148348106, 1542.115948148361 ], "relative wind speed": [ - 6.006402283043132, + 6.00640228304313, 5.645497586737098, - 5.499496396384073, + 5.499496396384072, 5.669964955460492, 6.038907763732762, 6.377588287335829, @@ -228198,21 +161893,21 @@ 6.35584555889045 ], "relative wind angle": [ - 0.08370976057594398, + 0.0837097605759453, 0.060897057116303985, - 0.002965647197719513, + 0.0029656471977569493, 0.06470990959782134, - 0.08325813122528619, - 0.053899395466830785, + 0.08325813122528752, + 0.05389939546683079, 0.002507655418081918, 0.05771860975750108 ], "resistance": [ - 96208.56258280239, + 96208.56258280238, 94553.63890094312, - 94127.10335843013, + 94127.10335842997, 94652.39350972966, - 96375.20192266807, + 96375.20192266806, 98316.95286148707, 99330.74451483483, 98176.61594814839 @@ -228220,9 +161915,9 @@ "fuel": [ 52.097634189656254, 51.25285391966979, - 51.03677434674253, + 51.03677434674246, 51.30297874715613, - 52.18326245620726, + 52.18326245620724, 53.188655579872915, 53.71914783099301, 53.115522066025605 @@ -228258,9 +161953,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -492.35749803956605, + -492.3574980395788, -1658.5942428110193, - -1900.6297062708472, + -1900.6297062709, -1369.3957008952239, -4.845708906666914, 1422.2081953506076, @@ -228278,19 +161973,19 @@ 5.272537495975374 ], "relative wind angle": [ - 0.09195563509474103, - 0.0606096209321441, - 0.012721283381118567, + 0.09195563509474466, + 0.06060962093214411, + 0.012721283381136022, 0.0768078421784328, 0.08986492119383872, 0.052417999882494244, - 0.010596106625886895, - 0.06865067968377812 + 0.010596106625886894, + 0.06865067968377814 ], "resistance": [ - 96142.14250196044, + 96142.14250196042, 94975.90575718899, - 94733.87029372915, + 94733.8702937291, 95265.10429910477, 96629.65429109333, 98056.70819535061, @@ -228298,9 +161993,9 @@ 97645.53847297403 ], "fuel": [ - 47.53467227592242, + 47.534672275922404, 46.93857736047485, - 46.81550069894574, + 46.81550069894571, 47.085922600852854, 47.7853526366723, 48.5242323208192, @@ -228338,17 +162033,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -704.4698556114654, + -704.4698556114909, -2129.3693346057134, - -2396.2924547117254, + -2396.2924547118764, -1678.8406678212887, - 56.312150328813004, + 56.3121503288221, 1824.2009976803402, 2458.625571935552, 1184.1554845835362 ], "relative wind speed": [ - 5.937956576236563, + 5.937956576236562, 5.6158061896741795, 5.524367768885443, 5.727138378415392, @@ -228358,29 +162053,29 @@ 6.285257414188972 ], "relative wind angle": [ - 0.07922703898584658, + 0.07922703898585078, 0.049815017320807994, - 0.013484300648478866, + 0.013484300648511801, 0.06727112667850614, - 0.07728981042728411, - 0.04381025150782875, + 0.07728981042728268, + 0.04381025150782876, 0.011523712002367629, 0.061289719452491086 ], "resistance": [ - 95930.03014438857, + 95930.03014438854, 94505.13066539432, - 94238.2075452883, + 94238.20754528815, 94955.65933217874, - 96690.81215032884, + 96690.81215032886, 98458.70099768037, 99093.12557193558, 97818.65548458356 ], "fuel": [ - 51.916503383804965, + 51.916503383804944, 51.19000937443522, - 51.05475712130318, + 51.054757121303105, 51.41889752765222, 52.30748662934338, 53.22436237983841, @@ -228418,9 +162113,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -597.9347662700147, + -597.9347662700184, -1718.317803425416, - -1912.5781779160388, + -1912.578177916057, -1300.4953546849792, 106.3269464144214, 1514.3441110473777, @@ -228428,11 +162123,11 @@ 920.2576385750781 ], "relative wind speed": [ - 4.889720020924883, + 4.889720020924882, 4.578230956051032, 4.497107814752508, 4.704462732305082, - 5.056332287317869, + 5.05633228731787, 5.340005561407483, 5.408500659637448, 5.229138407343928 @@ -228440,17 +162135,17 @@ "relative wind angle": [ 0.09334369170199247, 0.057503020070554994, - 0.018603763142719137, + 0.01860376314272511, 0.08116694922285231, - 0.09025938011553479, + 0.09025938011553603, 0.04929276321865454, 0.015468545595590568, - 0.07300759249575661 + 0.07300759249575663 ], "resistance": [ 96036.56523372997, 94916.18219657458, - 94721.92182208394, + 94721.92182208392, 95334.004645315, 96740.82694641441, 98148.84411104737, @@ -228498,17 +162193,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -924.1585554288813, + -924.1585554288886, -1984.7214608956729, -2059.584025083739, -1195.076224779974, - 407.9393226765478, + 407.93932267654054, 1844.1786145131791, 2021.4934886729807, 721.7776105121047 ], "relative wind speed": [ - 5.1250990878748794, + 5.125099087874879, 4.833974444052157, 4.804525783402225, 5.057804667658435, @@ -228518,27 +162213,27 @@ 5.484803916214064 ], "relative wind angle": [ - 0.08829016818160336, - 0.04432541433677496, + 0.08829016818160462, + 0.04432541433677497, 0.031014656372125245, - 0.08410730634082186, - 0.08344431823644906, + 0.08410730634082188, + 0.08344431823645039, 0.037699508581983045, 0.026104479306324126, 0.0775457251743794 ], "resistance": [ - 95710.34144457115, + 95710.34144457114, 94649.77853910436, 94574.9159749163, 95439.42377522006, - 97042.43932267658, + 97042.43932267657, 98478.6786145132, 98655.993488673, 97356.27761051213 ], "fuel": [ - 48.44140656846814, + 48.441406568468125, 47.90081993563884, 47.862819381978774, 48.302917286226005, @@ -228578,19 +162273,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1447.713515287036, + -1447.713515287047, -2230.63903473927, - -2050.739521169724, + -2050.7395211697367, -795.8682466743358, 976.214347932164, 2259.727959033915, - 1833.3946152246717, + 1833.3946152246845, 221.1842797479403 ], "relative wind speed": [ - 5.216729517028428, + 5.216729517028427, 4.9840404295632075, - 5.052068143583505, + 5.052068143583504, 5.372386004998085, 5.736031147427703, 5.939331711108228, @@ -228598,27 +162293,27 @@ 5.590508813283198 ], "relative wind angle": [ - 0.07967967670757861, + 0.07967967670758001, 0.021967514154551646, - 0.05156651562971772, + 0.05156651562971988, 0.08904316679579947, 0.07245273264500064, - 0.01843378662395953, - 0.0442886889614262, - 0.08556032597128858 + 0.018433786623959527, + 0.0442886889614237, + 0.08556032597128857 ], "resistance": [ - 95186.78648471301, + 95186.786484713, 94403.86096526077, 94583.76047883031, 95838.63175332571, 97610.71434793221, 98894.22795903396, - 98467.89461522471, + 98467.89461522472, 96855.68427974798 ], "fuel": [ - 49.06555578548779, + 49.06555578548777, 48.66760642034731, 48.75884482290521, 49.39861906605568, @@ -228658,41 +162353,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -911.4869147310037, + -911.4869147310183, -2091.3002730987428, - -2211.1581562470037, + -2211.158156246991, -1346.1584153633594, - 345.82854488686826, + 345.8285448868519, 1908.2610473620898, 2192.3858675009924, 849.2610672252922 ], "relative wind speed": [ - 5.400539968518607, + 5.400539968518606, 5.096847117263043, - 5.051998604882298, + 5.051998604882297, 5.297827571587431, - 5.667477648714277, + 5.667477648714278, 5.942077440886332, 5.980254588770462, 5.7636063252074115 ], "relative wind angle": [ - 0.08607280167269879, + 0.08607280167270137, 0.04584335492831683, - 0.02651564280705109, + 0.0265156428070469, 0.07992843316221426, - 0.08200944051470417, + 0.08200944051470822, 0.03931872876647506, 0.022399129136732192, - 0.07345695680219264 + 0.07345695680219265 ], "resistance": [ - 95723.01308526899, + 95723.01308526898, 94543.19972690125, - 94423.34184375299, + 94423.341843753, 95288.34158463664, - 96980.32854488687, + 96980.32854488686, 98542.76104736209, 98826.885867501, 97483.76106722529 @@ -228700,9 +162395,9 @@ "fuel": [ 49.578210475415666, 48.97704602717709, - 48.916263227336884, + 48.9162632273369, 49.356124484741215, - 50.2245665891074, + 50.22456658910738, 51.0359729970116, 51.18450154772328, 50.48501853247234 @@ -228738,9 +162433,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1026.377826983462, + -1026.3778269834684, -1724.7727166255827, - -1640.1777758161634, + -1640.1777758161616, -723.138523007191, 661.9132700270402, 1734.9277282480161, @@ -228748,9 +162443,9 @@ 310.2810559247682 ], "relative wind speed": [ - 4.260601941265351, + 4.26060194126535, 4.013989018407048, - 4.053468489827318, + 4.053468489827317, 4.349902689283358, 4.7038310286340455, 4.915958442456782, @@ -228758,17 +162453,17 @@ 4.621374453733424 ], "relative wind angle": [ - 0.09768005702032065, - 0.03399479553118759, - 0.054937485865114453, + 0.09768005702032179, + 0.033994795531187595, + 0.054937485865112434, 0.10391280255299734, - 0.08845059036519884, - 0.02775572156784203, + 0.08845059036519883, + 0.027755721567842034, 0.04559321759414378, 0.09778854123545627 ], "resistance": [ - 95608.12217301657, + 95608.12217301656, 94909.72728337445, 94994.32222418387, 95911.36147699284, @@ -228818,50 +162513,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1273.214420525508, + -1273.2144205255154, -2092.305442386636, - -1974.1267834909122, - -847.8202085996672, + -1974.1267834909268, + -847.8202085996636, 826.1622133247602, 2102.4046603325787, 1823.0479960081466, 333.10301478166366 ], "relative wind speed": [ - 4.830861765747335, + 4.8308617657473345, 4.574373296196691, 4.622899599788124, - 4.941124591237987, + 4.941124591237986, 5.317196426043195, 5.539396373245789, 5.498963768126208, 5.214891274681498 ], "relative wind angle": [ - 0.0909052856120658, + 0.09090528561206704, 0.030064696998301013, - 0.05282320371083503, - 0.09784467029962009, + 0.05282320371083924, + 0.09784467029961781, 0.08257077026090928, 0.02482590998057076, 0.04440164557020367, - 0.09269293359280974 + 0.09269293359280975 ], "resistance": [ - 95361.28557947453, + 95361.28557947451, 94542.19455761339, - 94660.37321650912, - 95786.67979140035, + 94660.3732165091, + 95786.67979140037, 97460.66221332479, 98736.90466033261, 98457.54799600817, 96967.6030147817 ], "fuel": [ - 47.43762256264194, + 47.437622562641934, 47.02081407431042, - 47.080797195430605, - 47.655076644902906, + 47.08079719543059, + 47.65507664490293, 48.51732566064879, 49.181708655758165, 49.035763754272224, @@ -228885,68 +162580,7 @@ "id": "4189", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.571253286635113, - 13.571253286635113, - 13.571253286635113, - 13.571253286635113, - 13.571253286635113, - 13.571253286635113, - 13.571253286635113, - 13.571253286635113 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -818.1719242941545, - -1442.3081985931422, - -1391.9686803833984, - -640.0641663694059, - 530.7446057855304, - 1466.6839250093617, - 1348.4266116686376, - 323.8905255647751 - ], - "relative wind speed": [ - 3.5838399525948565, - 3.323367220734342, - 3.351493066829712, - 3.6465248974961835, - 4.003654189374079, - 4.222367344281666, - 4.200077367965986, - 3.9466456448290566 - ], - "relative wind angle": [ - 0.1188581364423988, - 0.0454896755700825, - 0.06307066071247015, - 0.12368360729706573, - 0.10634493668631428, - 0.03579959680823912, - 0.05031572219947643, - 0.11423530020065188 - ], - "resistance": [ - 95816.32807570585, - 95192.19180140685, - 95242.5313196166, - 95994.43583363059, - 97165.24460578553, - 98101.18392500936, - 97982.92661166863, - 96958.39052556477 - ], - "fuel": [ - 43.15728975124064, - 42.83840412903618, - 42.864070009712094, - 43.248554956517125, - 43.851434080795165, - 44.33704152717367, - 44.275504403307835, - 43.74454868519674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -55.625, -50.9375 -55.46875, -50.78125 -55.46875, -50.78125 -55.625, -50.9375 -55.625))", @@ -228965,68 +162599,7 @@ "id": "4190", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.657439876783927, - 14.657439876783927, - 14.657439876783927, - 14.657439876783927, - 14.657439876783927, - 14.657439876783927, - 14.657439876783927, - 14.657439876783927 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -956.192980691304, - -1789.9890772700428, - -1763.3574580753248, - -862.5712878701652, - 601.1207839187991, - 1814.6582120728262, - 1752.2339836931014, - 492.2959239274651 - ], - "relative wind speed": [ - 3.8782604893200294, - 3.5600863130520466, - 3.5739440179491297, - 3.90890990981116, - 4.3272904775861125, - 4.5926171998162175, - 4.581841491910638, - 4.299624473998674 - ], - "relative wind angle": [ - 0.1305157448313237, - 0.0553439894533562, - 0.06334463893654299, - 0.13261934577129347, - 0.11690682350426092, - 0.04289258197186315, - 0.0493973564574503, - 0.12050632582973105 - ], - "resistance": [ - 95678.30701930866, - 94844.51092272993, - 94871.14254192465, - 95771.92871212981, - 97235.62078391877, - 98449.1582120728, - 98386.73398369308, - 97126.79592392744 - ], - "fuel": [ - 44.01945342576852, - 43.59420123134558, - 43.60774388009614, - 44.067363849049684, - 44.82064172266624, - 45.451224120906005, - 45.41865334118617, - 44.76436152336653 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -55.625, -50.78125 -55.46875, -50.625 -55.46875, -50.625 -55.625, -50.78125 -55.625))", @@ -229045,68 +162618,7 @@ "id": "4191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.69460990939022, - 12.69460990939022, - 12.69460990939022, - 12.69460990939022, - 12.69460990939022, - 12.69460990939022, - 12.69460990939022, - 12.69460990939022 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -786.9666202031012, - -1418.8086452935022, - -1376.205681842228, - -637.8726176791461, - 523.6843208814098, - 1464.3806454617124, - 1364.6668056583167, - 350.26825582515266 - ], - "relative wind speed": [ - 3.3373958027398176, - 3.053556866527515, - 3.079261726230475, - 3.3939350606363368, - 3.7738340645114894, - 4.006972018057441, - 3.9872523762592174, - 3.7230685052515593 - ], - "relative wind angle": [ - 0.13672744001193202, - 0.05441270481852698, - 0.0715177786620763, - 0.14108481753580665, - 0.12083255054020649, - 0.041457212874394044, - 0.0552124838675925, - 0.12853981027092978 - ], - "resistance": [ - 95847.53337979689, - 95215.6913547065, - 95258.29431815777, - 95996.62738232085, - 97158.18432088141, - 98098.88064546172, - 97999.16680565831, - 96984.76825582515 - ], - "fuel": [ - 42.47709704913463, - 42.154210072389844, - 42.1759345401019, - 42.55350441568417, - 43.15160901440535, - 43.639668221284666, - 43.58777791107036, - 43.06199543777043 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -55.15625, -50.625 -55, -50.46875 -55, -50.46875 -55.15625, -50.625 -55.15625))", @@ -229125,68 +162637,7 @@ "id": "4192", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.514119161193673, - 18.514119161193673, - 18.514119161193673, - 18.514119161193673, - 18.514119161193673, - 18.514119161193673, - 18.514119161193673, - 18.514119161193673 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -931.8349229860632, - -1975.3968064173077, - -2041.1323980175712, - -1169.1845502978322, - 427.6714269935437, - 1848.8667837067132, - 2004.4296060541583, - 702.6858717782325 - ], - "relative wind speed": [ - 5.008359726683032, - 4.714038551556818, - 4.687573172790787, - 4.94802680430704, - 5.317982231978633, - 5.580541434837399, - 5.602790369202929, - 5.374163461912936 - ], - "relative wind angle": [ - 0.09153879042863704, - 0.04537490928910503, - 0.03316268431932118, - 0.08774920497944076, - 0.08619558596764111, - 0.038325678328582455, - 0.027744025401140626, - 0.080775425426627 - ], - "resistance": [ - 95702.66507701394, - 94659.10319358269, - 94593.36760198243, - 95465.31544970218, - 97062.17142699355, - 98483.36678370672, - 98638.92960605415, - 97337.18587177823 - ], - "fuel": [ - 47.97191774205403, - 47.439993613942804, - 47.40662255299138, - 47.85057992452453, - 48.6709633180883, - 49.40908145133172, - 49.49033158629534, - 48.813209535624225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -55.15625, -50.46875 -55, -50.3125 -55, -50.3125 -55.15625, -50.46875 -55.15625))", @@ -229205,68 +162656,7 @@ "id": "4193", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.899268794131856, - 18.899268794131856, - 18.899268794131856, - 18.899268794131856, - 18.899268794131856, - 18.899268794131856, - 18.899268794131856, - 18.899268794131856 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -725.2806895522117, - -1809.712313373413, - -1954.7674823086927, - -1252.4210829247113, - 215.26275199997508, - 1617.6058013316888, - 1961.7465612578344, - 825.674804245522 - ], - "relative wind speed": [ - 5.1628082278922856, - 4.874455622107622, - 4.817532116647605, - 5.032162810131153, - 5.372529962249049, - 5.635454673880312, - 5.684193108817195, - 5.495089120804956 - ], - "relative wind angle": [ - 0.08404899290971153, - 0.047627976089445925, - 0.0218423316327133, - 0.07576020262051796, - 0.08076076371109688, - 0.041192476929852354, - 0.01851164710866297, - 0.0693671562228688 - ], - "resistance": [ - 95909.2193104478, - 94824.7876866266, - 94679.73251769133, - 95382.0789170753, - 96849.762752, - 98252.10580133171, - 98596.24656125785, - 97460.17480424553 - ], - "fuel": [ - 48.52496786038671, - 47.9714605845898, - 47.89775444944205, - 48.25536233468237, - 49.00857634382726, - 49.73574568650154, - 49.91531428024963, - 49.32419931833696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -55.3125, -50.625 -55.15625, -50.46875 -55.15625, -50.46875 -55.3125, -50.625 -55.3125))", @@ -229298,17 +162688,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -995.5599879162282, + -995.559987916231, -1553.0053688606213, - -1430.7012440193357, + -1430.7012440193448, -556.4629051815518, 685.210342218481, 1593.18942134618, - 1304.3430979541772, + 1304.3430979541845, 176.12174995686928 ], "relative wind speed": [ - 4.033435407684071, + 4.03343540768407, 3.8192589724178148, 3.8791429158591733, 4.169122135847784, @@ -229320,31 +162710,31 @@ "relative wind angle": [ 0.09342317073284388, 0.02660487603079087, - 0.05999403441564367, - 0.10344955974713808, - 0.08377288239834443, + 0.05999403441564737, + 0.1034495597471381, + 0.08377288239834445, 0.0217105978303271, - 0.050249749282700734, - 0.09864929160840794 + 0.05024974928269852, + 0.09864929160840795 ], "resistance": [ 95638.94001208381, 95081.49463113942, - 95203.79875598071, + 95203.7987559807, 96078.03709481849, 97319.71034221852, 98227.68942134622, - 97938.84309795422, + 97938.84309795423, 96810.62174995692 ], "fuel": [ 44.5824337430449, 44.29792082171062, - 44.36024425083212, + 44.36024425083211, 44.807357347661615, 45.44727636054127, 45.91885142518741, - 45.76850123059727, + 45.76850123059728, 45.184214362291385 ] }, @@ -229365,68 +162755,7 @@ "id": "4195", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.191210376767067, - 19.191210376767067, - 19.191210376767067, - 19.191210376767067, - 19.191210376767067, - 19.191210376767067, - 19.191210376767067, - 19.191210376767067 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -994.3255076138448, - -1907.490059947735, - -1913.530629695133, - -1016.2967555386585, - 511.074331453543, - 1802.5691982831268, - 1816.9042656338897, - 536.5140402329089 - ], - "relative wind speed": [ - 5.181262063829109, - 4.92869154104967, - 4.926358786330032, - 5.175903323691047, - 5.511637376441745, - 5.73860809226852, - 5.740610790831687, - 5.516670003477485 - ], - "relative wind angle": [ - 0.07869596955635458, - 0.03467644415037796, - 0.033635564451489554, - 0.0783597325601099, - 0.07396992327077082, - 0.029780829284272305, - 0.028863238957277024, - 0.07351039679283652 - ], - "resistance": [ - 95640.17449238617, - 94727.00994005227, - 94720.96937030488, - 95618.20324446136, - 97145.57433145356, - 98437.06919828313, - 98451.4042656339, - 97171.01404023293 - ], - "fuel": [ - 48.73278689204168, - 48.26731966029405, - 48.264250932172715, - 48.72155106087453, - 49.50690812107475, - 50.17775360879534, - 50.18523454809755, - 49.520062430001396 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -55.46875, -50.625 -55.3125, -50.46875 -55.3125, -50.46875 -55.46875, -50.625 -55.46875))", @@ -229445,68 +162774,7 @@ "id": "4196", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.845013494437175, - 13.845013494437175, - 13.845013494437175, - 13.845013494437175, - 13.845013494437175, - 13.845013494437175, - 13.845013494437175, - 13.845013494437175 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -856.4482475115519, - -1369.171011270576, - -1272.5909379384266, - -511.66646691515416, - 588.2450590730896, - 1408.3360630748075, - 1180.7157768626876, - 188.25016143186895 - ], - "relative wind speed": [ - 3.6438169982892914, - 3.4273702257498537, - 3.479856863846571, - 3.762000049112025, - 4.0840771020779325, - 4.267343603271555, - 4.224651973817391, - 3.9754803135244403 - ], - "relative wind angle": [ - 0.10254995439463774, - 0.03133402024972531, - 0.06359906143172218, - 0.11191671911218459, - 0.09146233704524051, - 0.02516484708231035, - 0.05237534667595228, - 0.10588366709804793 - ], - "resistance": [ - 95778.05175248845, - 95265.32898872942, - 95361.90906206158, - 96122.83353308485, - 97222.74505907309, - 98042.8360630748, - 97815.2157768627, - 96822.75016143188 - ], - "fuel": [ - 43.36546839348959, - 43.103473249357585, - 43.15274972471154, - 43.542197789563886, - 44.10895054818742, - 44.534449381205114, - 44.4160991830184, - 43.902323809638645 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -55.46875, -50.46875 -55.3125, -50.3125 -55.3125, -50.3125 -55.46875, -50.46875 -55.46875))", @@ -229525,68 +162793,7 @@ "id": "4197", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.156373309230453, - 17.156373309230453, - 17.156373309230453, - 17.156373309230453, - 17.156373309230453, - 17.156373309230453, - 17.156373309230453, - 17.156373309230453 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1262.1529309503912, - -1668.6610875143497, - -1419.245905969121, - -355.4758516148886, - 959.3588126164141, - 1774.6006653863715, - 1182.6573731807457, - -90.54518590789121 - ], - "relative wind speed": [ - 4.503962573367512, - 4.346986459810974, - 4.454794679275144, - 4.751477309218934, - 5.04879507729301, - 5.184565489316678, - 5.092230843186049, - 4.816583226185449 - ], - "relative wind angle": [ - 0.07093997122663696, - 0.007517559115688082, - 0.061327183147046736, - 0.08825541547344941, - 0.06327374495810942, - 0.006303061719348382, - 0.05364245700610991, - 0.08705942007575321 - ], - "resistance": [ - 95372.34706904963, - 94965.83891248568, - 95215.25409403091, - 96279.02414838514, - 97593.85881261644, - 98409.1006653864, - 97817.15737318077, - 96543.95481409214 - ], - "fuel": [ - 46.3042697842328, - 46.09708237396448, - 46.224130383046884, - 46.768596444479, - 47.4473828463135, - 47.871484167382896, - 47.56330025969219, - 46.9048499984942 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -55.625, -50.625 -55.46875, -50.46875 -55.46875, -50.46875 -55.625, -50.625 -55.625))", @@ -229605,68 +162812,7 @@ "id": "4198", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.09581368918066, - 14.09581368918066, - 14.09581368918066, - 14.09581368918066, - 14.09581368918066, - 14.09581368918066, - 14.09581368918066, - 14.09581368918066 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1057.838602254833, - -1503.1020752689656, - -1317.3961967429486, - -396.36803168854203, - 807.3409145346368, - 1614.5594916747596, - 1177.1254272408332, - 39.70994288035217 - ], - "relative wind speed": [ - 3.6542596788227337, - 3.4538083442319327, - 3.553139094628562, - 3.8773598425607507, - 4.212472777172768, - 4.378327148581424, - 4.2981092672142935, - 4.008069529086109 - ], - "relative wind angle": [ - 0.1023738574914975, - 0.019055185390851093, - 0.07899251698732135, - 0.11952158652566593, - 0.08876934746066562, - 0.015031186920333225, - 0.0652795960634379, - 0.11560603599299932 - ], - "resistance": [ - 95576.66139774518, - 95131.39792473105, - 95317.10380325707, - 96238.13196831147, - 97441.84091453465, - 98249.05949167478, - 97811.62542724086, - 96674.20994288036 - ], - "fuel": [ - 43.475450393792414, - 43.24820392109873, - 43.34289184695406, - 43.81440323528013, - 44.43538870339747, - 44.85484752769496, - 44.627240635067324, - 44.038750167750315 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -55.625, -50.46875 -55.46875, -50.3125 -55.46875, -50.3125 -55.625, -50.46875 -55.625))", @@ -229685,68 +162831,7 @@ "id": "4199", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.450132231096667, - 17.450132231096667, - 17.450132231096667, - 17.450132231096667, - 17.450132231096667, - 17.450132231096667, - 17.450132231096667, - 17.450132231096667 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1220.2025837539004, - -1688.4482326393245, - -1473.67964270037, - -439.03510680710133, - 893.1084567077742, - 1763.1336574037778, - 1253.3542132395432, - -11.40156401348213 - ], - "relative wind speed": [ - 4.603617816178544, - 4.434547629813592, - 4.525773542555649, - 4.813180622069939, - 5.113233687473549, - 5.260536385109935, - 5.182261049161277, - 4.916477198104481 - ], - "relative wind angle": [ - 0.07146142285503254, - 0.011689272940902403, - 0.05646117359971722, - 0.08591547830911056, - 0.06432875590821248, - 0.009853804289212002, - 0.04930246357957648, - 0.08410605521752056 - ], - "resistance": [ - 95414.29741624609, - 94946.05176736067, - 95160.82035729961, - 96195.46489319288, - 97527.60845670776, - 98397.63365740376, - 97887.85421323952, - 96623.0984359865 - ], - "fuel": [ - 46.63967625264756, - 46.401003422275195, - 46.51037336763121, - 47.03966657326186, - 47.72701743311879, - 48.179492091100855, - 47.91402903612652, - 47.25959452731014 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -55.46875, -50.3125 -55.3125, -50.15625 -55.3125, -50.15625 -55.46875, -50.3125 -55.46875))", @@ -229765,68 +162850,7 @@ "id": "4200", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.842248518571076, - 18.842248518571076, - 18.842248518571076, - 18.842248518571076, - 18.842248518571076, - 18.842248518571076, - 18.842248518571076, - 18.842248518571076 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1175.0161861145098, - -1679.0377199481518, - -1495.6142715305268, - -502.6197569313863, - 817.2830950323969, - 1709.2603190661666, - 1272.5776041524932, - 39.25971787432354 - ], - "relative wind speed": [ - 5.020807719172523, - 4.858792415154748, - 4.930524328057731, - 5.1868860027963075, - 5.465313229522946, - 5.609839134604094, - 5.546899016579603, - 5.3079536964537155 - ], - "relative wind angle": [ - 0.06147644224732707, - 0.012490978523869527, - 0.04517061859922938, - 0.07246691594551499, - 0.05647087464599552, - 0.01081861278719726, - 0.04014836516235215, - 0.07081123679096848 - ], - "resistance": [ - 95459.48381388548, - 94955.46228005184, - 95138.88572846945, - 96131.8802430686, - 97451.78309503238, - 98343.76031906615, - 97907.07760415248, - 96673.75971787432 - ], - "fuel": [ - 48.22805072011279, - 47.97109111025835, - 48.064494408243746, - 48.57232271244736, - 49.25301533813949, - 49.7166913605559, - 49.48932092074588, - 48.85099325776158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -55.46875, -50.15625 -55.3125, -50 -55.3125, -50 -55.46875, -50.15625 -55.46875))", @@ -229845,68 +162869,7 @@ "id": "4201", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.794910546003093, - 14.794910546003093, - 14.794910546003093, - 14.794910546003093, - 14.794910546003093, - 14.794910546003093, - 14.794910546003093, - 14.794910546003093 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -619.1380600021694, - -1071.7286973754826, - -1037.4631189680476, - -494.00188803279616, - 357.84450639702027, - 1033.4252383922694, - 951.979238045632, - 213.00592563495957 - ], - "relative wind speed": [ - 3.980418929667648, - 3.813208927397515, - 3.8303218560767913, - 4.019890758245922, - 4.25831999429231, - 4.408680268001081, - 4.393820491133728, - 4.221078336304033 - ], - "relative wind angle": [ - 0.07088400898704869, - 0.026452657903711964, - 0.036369828250747256, - 0.07415597728655042, - 0.06625104901680462, - 0.022879079755113226, - 0.031703792433407214, - 0.07061547557813368 - ], - "resistance": [ - 96015.36193999785, - 95562.77130262453, - 95597.03688103196, - 96140.49811196722, - 96992.34450639703, - 97667.92523839229, - 97586.47923804565, - 96847.50592563498 - ], - "fuel": [ - 44.31569165827809, - 44.08397301365841, - 44.1014897331396, - 44.37989373796534, - 44.818488511480055, - 45.168248302268495, - 45.1259922733542, - 44.743724164442725 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -55.625, -50.3125 -55.46875, -50.15625 -55.46875, -50.15625 -55.625, -50.3125 -55.625))", @@ -229925,68 +162888,7 @@ "id": "4202", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.551781571421316, - 17.551781571421316, - 17.551781571421316, - 17.551781571421316, - 17.551781571421316, - 17.551781571421316, - 17.551781571421316, - 17.551781571421316 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1131.1213495762659, - -1543.92973892609, - -1341.1249468805563, - -389.3699623602497, - 823.7732136313152, - 1604.5056667582157, - 1122.0863202268702, - -34.67150644076355 - ], - "relative wind speed": [ - 4.650277484846695, - 4.501265137974331, - 4.586553647157221, - 4.8472987389668925, - 5.11858813494609, - 5.250108316876892, - 5.175765723352612, - 4.932415241693764 - ], - "relative wind angle": [ - 0.06346851728036562, - 0.009482717110096168, - 0.0511684401137591, - 0.0773233553398111, - 0.057654877462949276, - 0.0081301283491554, - 0.04533914421447563, - 0.07598642366531631 - ], - "resistance": [ - 95503.37865042375, - 95090.57026107392, - 95293.37505311945, - 96245.13003763977, - 97458.27321363133, - 98239.00566675822, - 97756.58632022688, - 96599.82849355925 - ], - "fuel": [ - 46.795148811867904, - 46.584553888688845, - 46.68793586950998, - 47.17514792738571, - 47.801053336369975, - 48.206758315399846, - 47.95580298169153, - 47.35758346340404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -55.625, -50.15625 -55.46875, -50 -55.46875, -50 -55.625, -50.15625 -55.625))", @@ -230005,68 +162907,7 @@ "id": "4203", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.223414696863099, - 13.223414696863099, - 13.223414696863099, - 13.223414696863099, - 13.223414696863099, - 13.223414696863099, - 13.223414696863099, - 13.223414696863099 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -645.3805321470581, - -991.0890359320747, - -910.1576178601044, - -351.80440691436525, - 434.87213606251316, - 1003.0816215642235, - 811.2041710525782, - 94.86089214954609 - ], - "relative wind speed": [ - 3.511367517579695, - 3.3585592524213967, - 3.404015140819502, - 3.615498341927524, - 3.8553654109041644, - 3.9891883940326314, - 3.9504715182091377, - 3.7578871769425626 - ], - "relative wind angle": [ - 0.07797768394622781, - 0.021277528370648606, - 0.05069017274634155, - 0.08733954662314843, - 0.07100777126133545, - 0.01791348576162648, - 0.043673539115296985, - 0.08402222848758975 - ], - "resistance": [ - 95989.11946785294, - 95643.41096406792, - 95724.34238213989, - 96282.69559308563, - 97069.3721360625, - 97637.58162156423, - 97445.70417105258, - 96729.36089214955 - ], - "fuel": [ - 42.96353902593319, - 42.78650721252363, - 42.82791103272683, - 43.1142238600583, - 43.5195851431878, - 43.81380634157922, - 43.714317064247254, - 43.344100468237464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -55.78125, -51.25 -55.625, -51.09375 -55.625, -51.09375 -55.78125, -51.25 -55.78125))", @@ -230098,11 +162939,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -183.7796382720826, + -183.7796382720917, -1889.924254304552, - -2433.389168590812, + -2433.389168590911, -2009.0033187584968, - -383.57362910149095, + -383.57362910148913, 1565.2053929209596, 2733.9091460122127, 1735.0253011855839 @@ -230118,19 +162959,19 @@ 5.280592925775867 ], "relative wind angle": [ - 0.1282871821286404, - 0.10412746371888126, - 0.005885146759205393, - 0.09702964127121846, - 0.12959349643060877, - 0.08736676548243451, + 0.128287182128643, + 0.10412746371888125, + 0.005885146759243123, + 0.09702964127121848, + 0.1295934964306079, + 0.0873667654824345, 0.004534232165723879, 0.08022436770850527 ], "resistance": [ 96450.72036172793, 94744.57574569546, - 94201.1108314092, + 94201.11083140911, 94625.49668124152, 96250.92637089852, 98199.70539292098, @@ -230140,7 +162981,7 @@ "fuel": [ 47.00991180060626, 46.13761026525336, - 45.862027293295085, + 45.86202729329504, 46.07713302098001, 46.90720306962116, 47.915359468089605, @@ -230178,34 +163019,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -368.49120597102956, + -368.4912059710341, -1462.0948370489523, - -1709.535525604867, + -1709.5355256048674, -1229.590350889448, 20.443497445189678, 1355.5979460681956, - 1934.1655604847947, - 1022.9978442470883 + 1934.1655604848102, + 1022.9978442470874 ], "relative wind speed": [ - 3.6332271111927255, + 3.6332271111927246, 3.2161448519003093, - 3.0710592756733277, + 3.0710592756733273, 3.316343702913251, - 3.7584584186323275, + 3.758458418632328, 4.121014585959287, - 4.230241583100765, - 4.04081840352195 + 4.2302415831007645, + 4.040818403521951 ], "relative wind angle": [ - 0.16023464484787112, - 0.11375538391345372, - 0.02064600413556932, + 0.16023464484787253, + 0.11375538391345373, + 0.020646004135569315, 0.1375503787424082, - 0.15485179707125427, - 0.08870253269526403, - 0.01498802625424252, - 0.11277233285848916 + 0.154851797071255, + 0.08870253269526404, + 0.01498802625423511, + 0.11277233285849114 ], "resistance": [ 96266.00879402897, @@ -230214,7 +163055,7 @@ 95404.90964911054, 96654.94349744519, 97990.0979460682, - 98568.66556048479, + 98568.6655604848, 97657.49784424709 ], "fuel": [ @@ -230224,7 +163065,7 @@ 42.59835959939005, 43.239475836663175, 43.930670482035175, - 44.23224852170435, + 44.232248521704356, 43.757866708302586 ] }, @@ -230258,53 +163099,53 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -472.7482768961363, + -472.7482768961454, -1869.6237904016216, - -2188.7802189214954, + -2188.7802189215117, -1599.3265700652555, -19.5159711848828, 1675.1108036773312, - 2424.726452806446, + 2424.7264528064115, 1289.4200416235417 ], "relative wind speed": [ 4.428400728354735, 3.997726523088155, - 3.846213685440178, + 3.8462136854401776, 4.091643002475143, - 4.548092628773008, + 4.548092628773009, 4.930929143416036, 5.050001966011974, 4.853281066566032 ], "relative wind angle": [ - 0.13635169243576015, - 0.09593655005611304, - 0.01570223217644052, + 0.13635169243576342, + 0.09593655005611303, + 0.01570223217644759, 0.11471566263399778, - 0.13274181402439403, - 0.07773910547476552, - 0.011959024663949241, + 0.13274181402439572, + 0.07773910547476554, + 0.011959024663958526, 0.09665146310783015 ], "resistance": [ - 96161.75172310382, + 96161.75172310381, 94764.87620959834, - 94445.71978107846, + 94445.71978107844, 95035.1734299347, 96614.98402881507, 98309.6108036773, - 99059.2264528064, + 99059.22645280637, 97923.9200416235 ], "fuel": [ 45.539066691028594, 44.825583593981484, - 44.663586815026314, + 44.66358681502631, 44.96307694710002, 45.772124579695834, 46.65029546221382, - 47.04216198434388, + 47.04216198434387, 46.449487754701686 ] }, @@ -230338,9 +163179,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -637.8166768418714, + -637.816676841875, -1529.6902874335337, - -1615.805072804245, + -1615.805072804248, -932.4311720061874, 360.0786872350536, 1560.135580594043, @@ -230348,9 +163189,9 @@ 704.0129101881912 ], "relative wind speed": [ - 3.2486438733062064, + 3.248643873306206, 2.848322015985484, - 2.792719994180878, + 2.7927199941808776, 3.1299298500455754, 3.5964631864816186, 3.9211345501703776, @@ -230358,12 +163199,12 @@ 3.700239668059509 ], "relative wind angle": [ - 0.181040418200155, - 0.10156505166681752, - 0.06324704812748085, - 0.17288318072777237, - 0.16336557255958875, - 0.07371708153624526, + 0.18104041820015687, + 0.10156505166681754, + 0.0632470481274826, + 0.1728831807277724, + 0.16336557255958878, + 0.07371708153624525, 0.04457845281359958, 0.14602812945663715 ], @@ -230418,9 +163259,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -712.1591642301491, + -712.1591642301537, -1595.9361950235725, - -1661.8209058911752, + -1661.820905891178, -941.6818427729349, 384.07129370578787, 1585.7487970169104, @@ -230428,7 +163269,7 @@ 651.2171929307369 ], "relative wind speed": [ - 3.5861753128781335, + 3.5861753128781326, 3.230157668684486, 3.1923204512587957, 3.5034238214753173, @@ -230438,14 +163279,14 @@ 4.006190953316741 ], "relative wind angle": [ - 0.1493373607581544, + 0.14933736075815518, 0.07861002045626439, - 0.054793308920463954, + 0.05479330892046598, 0.14346857015027698, 0.13610714238415106, - 0.06000871174193616, + 0.060008711741936165, 0.04106844941476925, - 0.1253617489744234 + 0.12536174897442337 ], "resistance": [ 95922.34083576988, @@ -230485,68 +163326,7 @@ "id": "4209", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.017197453137818, - 11.017197453137818, - 11.017197453137818, - 11.017197453137818, - 11.017197453137818, - 11.017197453137818, - 11.017197453137818, - 11.017197453137818 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -739.2955751850227, - -1292.749524999515, - -1230.0356199807256, - -524.0530896455152, - 547.4169049105112, - 1396.2628768093327, - 1250.3529039080104, - 296.28433776912516 - ], - "relative wind speed": [ - 2.850320875052177, - 2.5520123445358145, - 2.596476240914745, - 2.9456740072635177, - 3.3443998229836276, - 3.5772296907059156, - 3.5450882072377774, - 3.260727512329605 - ], - "relative wind angle": [ - 0.16775823484920846, - 0.06263202004738927, - 0.09644467078208967, - 0.17515884646414953, - 0.14278982261431514, - 0.0446676200407334, - 0.07058668182601442, - 0.15808462672996462 - ], - "resistance": [ - 95895.20442481498, - 95341.75047500049, - 95404.46438001927, - 96110.44691035448, - 97181.91690491051, - 98030.76287680933, - 97884.85290390802, - 96930.78433776913 - ], - "fuel": [ - 41.31054304511267, - 41.027535430448566, - 41.05954680548285, - 41.420914711891974, - 41.97290628438885, - 42.41324089672523, - 42.33736000104776, - 41.84314647014466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -55.9375, -50.9375 -55.78125, -50.78125 -55.78125, -50.78125 -55.9375, -50.9375 -55.9375))", @@ -230578,37 +163358,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -596.4923603378334, + -596.4923603378352, -1255.9389530795816, -1270.0643762931395, -643.9406628448323, 424.3097960893647, 1360.173630172635, 1392.8422077405476, - 479.8953278598601 + 479.8953278598606 ], "relative wind speed": [ - 2.660680654547491, + 2.66068065454749, 2.286426082588381, 2.275287012344557, 2.6375267820551738, - 3.086117076818604, + 3.0861170768186046, 3.3727727356248325, 3.380297201248856, - 3.1059286262334402 + 3.1059286262334407 ], "relative wind angle": [ 0.20982957342997857, - 0.1045321808797238, + 0.10453218087972378, 0.09543506156269223, - 0.20820584756183724, - 0.18055844695343978, + 0.20820584756183722, + 0.18055844695344042, 0.07079322667529228, - 0.06418418629357044, - 0.17644602059545827 + 0.06418418629357045, + 0.1764460205954589 ], "resistance": [ - 96038.00763966219, + 96038.00763966217, 95378.56104692043, 95364.43562370687, 95990.55933715518, @@ -230618,7 +163398,7 @@ 97114.39532785988 ], "fuel": [ - 40.84004962222055, + 40.84004962222053, 40.50262250206752, 40.49541247558655, 40.81571714135387, @@ -230645,68 +163425,7 @@ "id": "4211", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.578076914512524, - 10.578076914512524, - 10.578076914512524, - 10.578076914512524, - 10.578076914512524, - 10.578076914512524, - 10.578076914512524, - 10.578076914512524 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -654.1967932778452, - -1275.5266261381616, - -1260.8120212785739, - -604.236837584534, - 467.2690591679566, - 1371.8259767856443, - 1337.699087870914, - 408.86557137939053 - ], - "relative wind speed": [ - 2.7598095957929702, - 2.419148303583669, - 2.430142720495864, - 2.783031280512495, - 3.208369288382197, - 3.4724492769417514, - 3.4647638958067546, - 3.1882470712531084 - ], - "relative wind angle": [ - 0.18915045900579425, - 0.08520247492280011, - 0.09386499496035135, - 0.1908724204288917, - 0.16245057473502791, - 0.05932092982953332, - 0.0657865604378264, - 0.16636974442905758 - ], - "resistance": [ - 95980.30320672218, - 95358.97337386187, - 95373.68797872146, - 96030.26316241549, - 97101.76905916799, - 98006.32597678568, - 97972.19908787095, - 97043.36557137941 - ], - "fuel": [ - 41.07299458429878, - 40.75516048341008, - 40.76267096237565, - 41.09861342020888, - 41.6503038575413, - 42.11936223413451, - 42.10161045430603, - 41.62012334027098 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -56.09375, -51.25 -55.9375, -51.09375 -55.9375, -51.09375 -56.09375, -51.25 -56.09375))", @@ -230725,68 +163444,7 @@ "id": "4212", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.394798478088301, - 15.394798478088301, - 15.394798478088301, - 15.394798478088301, - 15.394798478088301, - 15.394798478088301, - 15.394798478088301, - 15.394798478088301 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -228.01897892903708, - -1618.5872394684948, - -2012.6151282550172, - -1620.900872768244, - -231.8978236376579, - 1382.6523816402241, - 2307.3577291234797, - 1385.9541344847767 - ], - "relative wind speed": [ - 4.316680511308935, - 3.8852619027240256, - 3.6914609207339653, - 3.8844248740279936, - 4.315615062584133, - 4.707759971829351, - 4.861211811453123, - 4.708450637221336 - ], - "relative wind angle": [ - 0.13590997207415229, - 0.10674615895688275, - 0.00014565611902048474, - 0.10657237365148726, - 0.1359437340450678, - 0.08804290690096049, - 0.00011060696338700464, - 0.08786783530983523 - ], - "resistance": [ - 96406.48102107103, - 95015.91276053156, - 94621.88487174505, - 95013.59912723182, - 96402.6021763624, - 98017.15238164028, - 98941.85772912354, - 98020.45413448484 - ], - "fuel": [ - 45.070479321656194, - 44.35893514666188, - 44.15862208153244, - 44.35775727223826, - 45.068484536311075, - 45.903642523928156, - 46.38633325864758, - 45.90536035925713 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -56.09375, -51.09375 -55.9375, -50.9375 -55.9375, -50.9375 -56.09375, -51.09375 -56.09375))", @@ -230818,9 +163476,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -449.09258306530774, + -449.0925830653123, -1515.528462270439, - -1725.3434581142628, + -1725.3434581142642, -1171.8883377243792, 125.06177871578348, 1460.3428017369388, @@ -230828,9 +163486,9 @@ 967.9414108599958 ], "relative wind speed": [ - 3.478847311839389, + 3.4788473118393886, 3.0462860955061983, - 2.917512056694033, + 2.9175120566940325, 3.201297417357715, 3.670418006092448, 4.036643157732103, @@ -230838,14 +163496,14 @@ 3.914848886503619 ], "relative wind angle": [ - 0.17532794365103602, + 0.1753279436510373, 0.11857155733135194, 0.03332123731981262, 0.15613765381201108, 0.16608951979119813, - 0.08939048077267055, - 0.023532742359490915, - 0.12750582876774474 + 0.08939048077267053, + 0.02353274235949092, + 0.12750582876774477 ], "resistance": [ 96185.40741693473, @@ -230885,68 +163543,7 @@ "id": "4214", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.70434287231918, - 16.70434287231918, - 16.70434287231918, - 16.70434287231918, - 16.70434287231918, - 16.70434287231918, - 16.70434287231918, - 16.70434287231918 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 9.064915509923594, - -1676.3072529760566, - -2324.1945074137775, - -2002.1757401895347, - -537.5799886370296, - 1331.7846121197654, - 2553.338347814937, - 1796.6003343621978 - ], - "relative wind speed": [ - 4.749230407930037, - 4.2850421519186614, - 4.030538524804332, - 4.176826498018348, - 4.610876782694778, - 5.045174717398926, - 5.250726937564852, - 5.135123618595061 - ], - "relative wind angle": [ - 0.12883257108052565, - 0.11243822004543579, - 0.01731182081887849, - 0.09161257158249646, - 0.1327208313050325, - 0.09544142524084744, - 0.013288546488429018, - 0.07448083707052877 - ], - "resistance": [ - 96643.56491550995, - 94958.19274702398, - 94310.30549258625, - 94632.3242598105, - 96096.92001136299, - 97966.2846121198, - 99187.83834781496, - 98431.10033436223 - ], - "fuel": [ - 46.484089183903734, - 45.62113345847804, - 45.29221035124332, - 45.45549944545177, - 46.20303420283024, - 47.1687598905248, - 47.806847170939875, - 47.410905260869654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -56.25, -51.09375 -56.09375, -50.9375 -56.09375, -50.9375 -56.25, -51.09375 -56.25))", @@ -230965,68 +163562,7 @@ "id": "4215", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.245076815377208, - 14.245076815377208, - 14.245076815377208, - 14.245076815377208, - 14.245076815377208, - 14.245076815377208, - 14.245076815377208, - 14.245076815377208 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -118.24940045433686, - -1503.0742932989042, - -1953.3468464788848, - -1607.0324619880512, - -292.2020222439851, - 1290.630444860055, - 2250.5603589313014, - 1439.28532101754 - ], - "relative wind speed": [ - 4.030431081873456, - 3.5690095376338435, - 3.3412834326715104, - 3.527780836380329, - 3.978767134256524, - 4.39740077030172, - 4.572831468240044, - 4.4305445472130405 - ], - "relative wind angle": [ - 0.15338534142212812, - 0.1275273257398721, - 0.007824293079686262, - 0.11846504467598748, - 0.15539311777839543, - 0.10340734078810468, - 0.005717039144855277, - 0.09424569750592474 - ], - "resistance": [ - 96516.25059954567, - 95131.4257067011, - 94681.15315352113, - 95027.46753801196, - 96342.29797775602, - 97925.13044486007, - 98885.06035893131, - 98073.78532101755 - ], - "fuel": [ - 44.08614122644553, - 43.37695545273734, - 43.14790270780806, - 43.324005157818206, - 43.996666069881854, - 44.81496884606409, - 45.315780809525194, - 44.89230027524245 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -56.09375, -50.9375 -55.9375, -50.78125 -55.9375, -50.78125 -56.09375, -50.9375 -56.09375))", @@ -231058,17 +163594,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -629.9783690467248, + -629.9783690467257, -1469.0760347727587, - -1531.486762471202, + -1531.4867624712056, -839.1342350952, 420.0838977280773, 1572.2925830232753, - 1716.5644388121773, + 1716.5644388121818, 665.2342395923451 ], "relative wind speed": [ - 2.9087737216143146, + 2.908773721614314, 2.4776970282523822, 2.432038656587494, 2.814208416878407, @@ -231078,13 +163614,13 @@ 3.3941968803389093 ], "relative wind angle": [ - 0.21631853592067035, + 0.21631853592067088, 0.1195008784535412, - 0.08504832914200794, - 0.2103261819170459, - 0.1895510870736059, + 0.08504832914201187, + 0.21032618191704594, + 0.18955108707360593, 0.08107987816397871, - 0.056203596491328243, + 0.05620359649132627, 0.17397986934839607 ], "resistance": [ @@ -231094,7 +163630,7 @@ 95795.36576490481, 97054.5838977281, 98206.79258302329, - 98351.06443881219, + 98351.0644388122, 97299.73423959236 ], "fuel": [ @@ -231104,7 +163640,7 @@ 41.22939690071366, 41.87707460770322, 42.474881505562394, - 42.55008288494692, + 42.55008288494693, 42.00385361867424 ] }, @@ -231138,11 +163674,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -742.6832840346215, + -742.6832840346237, -1518.4086900197876, - -1527.0232956622544, + -1527.0232956622585, -772.0062606413508, - 504.3776316306594, + 504.37763163065847, 1609.0017280781785, 1628.9949937256188, 538.6400350283966 @@ -231158,11 +163694,11 @@ 3.5372318861462255 ], "relative wind angle": [ - 0.18601075326802713, - 0.08922318003193581, - 0.08508830407542825, - 0.18516911247917608, - 0.16200880092783088, + 0.18601075326802835, + 0.08922318003193583, + 0.08508830407543218, + 0.18516911247917606, + 0.16200880092783157, 0.06292890283285525, 0.05982302200900066, 0.16013803412793748 @@ -231170,7 +163706,7 @@ "resistance": [ 95891.81671596541, 95116.09130998024, - 95107.47670433778, + 95107.47670433777, 95862.49373935867, 97138.87763163069, 98243.5017280782, @@ -231180,7 +163716,7 @@ "fuel": [ 41.775122968332525, 41.37878784444153, - 41.374399024623415, + 41.3743990246234, 41.760100495645034, 42.416966983021, 42.99033398422908, @@ -231218,19 +163754,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -556.0177561117362, + -556.0177561117389, -1621.5061110058668, - -1792.8037104198274, + -1792.8037104198306, -1140.8290733743725, - 246.4000264579072, + 246.40002645790628, 1619.207407065488, 2017.2895642508984, 929.4176088495597 ], "relative wind speed": [ - 3.4050981908091686, + 3.405098190809168, 2.9554224062364294, - 2.8480595529494366, + 2.848059552949436, 3.1765467741674045, 3.6759033157042933, 4.046286850456028, @@ -231238,17 +163774,17 @@ 3.8751141230916466 ], "relative wind angle": [ - 0.18841012311401906, + 0.18841012311402025, 0.11994198075986977, - 0.04835273215143477, + 0.04835273215143707, 0.17348001163504811, - 0.17438157482816175, + 0.17438157482816177, 0.08750779279061982, 0.033397534535179844, 0.141970967788439 ], "resistance": [ - 96078.4822438883, + 96078.48224388828, 95012.99388899415, 94841.6962895802, 95493.67092662565, @@ -231298,19 +163834,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -642.6784462218839, + -642.6784462218866, -1409.2070758611349, - -1446.3436618884593, - -768.2442761682337, + -1446.3436618884607, + -768.2442761682341, 427.0386441632327, 1494.6821467418922, 1580.7178470898534, 573.9446886174856 ], "relative wind speed": [ - 2.918611816657846, + 2.9186118166578456, 2.526897817139637, - 2.500206427812673, + 2.5002064278126728, 2.86257834881151, 3.32818395028523, 3.6345413417659653, @@ -231318,17 +163854,17 @@ 3.3764994506421258 ], "relative wind angle": [ - 0.19926958564831093, - 0.10354102223761304, + 0.1992695856483115, + 0.10354102223761302, 0.08344936190405074, - 0.1954339157509511, + 0.19543391575095112, 0.17447682445785045, 0.0719198386821456, 0.05708031995305514, 0.1653880780556582 ], "resistance": [ - 95991.82155377814, + 95991.82155377812, 95225.29292413888, 95188.15633811156, 95866.25572383178, @@ -231338,7 +163874,7 @@ 97208.4446886175 ], "fuel": [ - 41.3811246494399, + 41.38112464943989, 40.989190001639514, 40.970257178556054, 41.31677169788229, @@ -231365,68 +163901,7 @@ "id": "4220", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.99214265972249, - 12.99214265972249, - 12.99214265972249, - 12.99214265972249, - 12.99214265972249, - 12.99214265972249, - 12.99214265972249, - 12.99214265972249 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -686.8973004584959, - -1377.3980052481356, - -1389.7936729232579, - -730.5089925735701, - 399.1695176614485, - 1372.256017709512, - 1401.3191750883398, - 449.8575850107336 - ], - "relative wind speed": [ - 3.460487653945369, - 3.169618987147229, - 3.162347674717927, - 3.4443896828733855, - 3.8138006879831186, - 4.058764093549243, - 4.06443202366271, - 3.8283456222347803 - ], - "relative wind angle": [ - 0.13087495154095413, - 0.061066559105630275, - 0.05632894627160838, - 0.12962230856738774, - 0.11869037774719797, - 0.047677260106814764, - 0.0438178103231786, - 0.11655955705235727 - ], - "resistance": [ - 95947.6026995415, - 95257.10199475187, - 95244.70632707674, - 95903.99100742643, - 97033.66951766144, - 98006.75601770951, - 98035.81917508834, - 97084.35758501073 - ], - "fuel": [ - 42.758977178788015, - 42.405932400692045, - 42.39961085409314, - 42.73662655160333, - 43.31786002107745, - 43.82233192968029, - 43.837453172228834, - 43.344050970395394 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -55.78125, -50.46875 -55.625, -50.3125 -55.625, -50.3125 -55.78125, -50.46875 -55.78125))", @@ -231445,68 +163920,7 @@ "id": "4221", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.704838140301892, - 14.704838140301892, - 14.704838140301892, - 14.704838140301892, - 14.704838140301892, - 14.704838140301892, - 14.704838140301892, - 14.704838140301892 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -737.9200102960067, - -1338.1535339545271, - -1312.4853963366431, - -645.5156906370767, - 430.0547133135715, - 1307.7830363437643, - 1247.1079114780896, - 322.9540606076944 - ], - "relative wind speed": [ - 3.933557479987643, - 3.710050268844861, - 3.7230923578950894, - 3.9631953349733235, - 4.2684781214401, - 4.464113229323794, - 4.453241877123083, - 4.240974258165831 - ], - "relative wind angle": [ - 0.09302365243978346, - 0.03760437707095532, - 0.045174087505277356, - 0.09533347181882942, - 0.08570597701472431, - 0.03125009341517366, - 0.03776351590365087, - 0.08907208702294779 - ], - "resistance": [ - 95896.57998970403, - 95296.3464660455, - 95322.01460366338, - 95988.98430936295, - 97064.5547133136, - 97942.2830363438, - 97881.60791147812, - 96957.45406060772 - ], - "fuel": [ - 44.173679126037044, - 43.86680003480525, - 43.87989584601988, - 44.22104140668834, - 44.77466747812359, - 45.22964851889643, - 45.19810460252754, - 44.719346805973174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -55.9375, -50.625 -55.78125, -50.46875 -55.78125, -50.46875 -55.9375, -50.625 -55.9375))", @@ -231525,68 +163939,7 @@ "id": "4222", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.802901563020693, - 12.802901563020693, - 12.802901563020693, - 12.802901563020693, - 12.802901563020693, - 12.802901563020693, - 12.802901563020693, - 12.802901563020693 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -786.3024167875865, - -1459.6380468905945, - -1430.7237494749183, - -685.2784764633452, - 512.7962579521791, - 1500.331901022305, - 1432.6940377851988, - 395.26451668290883 - ], - "relative wind speed": [ - 3.3730446725986125, - 3.0755327877832994, - 3.0928577176476053, - 3.4110746051764087, - 3.8020396929797653, - 4.046484185266197, - 4.03325765712125, - 3.7679578326011227 - ], - "relative wind angle": [ - 0.1401196867865589, - 0.058594113032438264, - 0.07001772388113761, - 0.1429960726221292, - 0.12422244552936346, - 0.04452372167550687, - 0.053674202412798834, - 0.12937202230106654 - ], - "resistance": [ - 95848.1975832124, - 95174.86195310939, - 95203.77625052507, - 95949.22152353665, - 97147.29625795217, - 98134.83190102229, - 98067.19403778519, - 97029.76451668289 - ], - "fuel": [ - 42.56069483160712, - 42.21665390876929, - 42.23139300546413, - 42.612458572947304, - 43.22923684006784, - 43.741643627111124, - 43.70643232191401, - 43.16849429515686 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -55.9375, -50.46875 -55.78125, -50.3125 -55.78125, -50.3125 -55.9375, -50.46875 -55.9375))", @@ -231605,68 +163958,7 @@ "id": "4223", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.389890368293372, - 12.389890368293372, - 12.389890368293372, - 12.389890368293372, - 12.389890368293372, - 12.389890368293372, - 12.389890368293372, - 12.389890368293372 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -870.7030964147198, - -1266.0793423615023, - -1119.2878216790382, - -351.73390270238633, - 668.2026804803545, - 1367.5833250715268, - 1022.7126923909309, - 65.37904589675418 - ], - "relative wind speed": [ - 3.198876341721926, - 2.997860688451386, - 3.087776264019835, - 3.399095752924312, - 3.7232577246374854, - 3.8869382843491014, - 3.815900375672387, - 3.5414129942937826 - ], - "relative wind angle": [ - 0.11439597449132032, - 0.0239361085382, - 0.08549591347824137, - 0.13118634624138065, - 0.09822817601619467, - 0.018460376038150227, - 0.06915301818341764, - 0.1258857929635449 - ], - "resistance": [ - 95763.79690358529, - 95368.4206576385, - 95515.21217832096, - 96282.76609729762, - 97302.70268048036, - 98002.08332507152, - 97657.21269239092, - 96699.87904589676 - ], - "fuel": [ - 42.20408903809028, - 42.00199119930975, - 42.07695626611818, - 42.47024465963073, - 42.99624385104231, - 43.3591639205701, - 43.17997743388458, - 42.68488930537178 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -55.78125, -50.3125 -55.625, -50.15625 -55.625, -50.15625 -55.78125, -50.3125 -55.78125))", @@ -231685,68 +163977,7 @@ "id": "4224", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.903103437997268, - 13.903103437997268, - 13.903103437997268, - 13.903103437997268, - 13.903103437997268, - 13.903103437997268, - 13.903103437997268, - 13.903103437997268 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -751.6178419287526, - -1257.8723901411377, - -1194.9423800819932, - -525.6072367335801, - 483.0779230574426, - 1262.3698264795848, - 1113.7389145170855, - 221.05406887708523 - ], - "relative wind speed": [ - 3.690504170841931, - 3.4840912541508002, - 3.5179760416327666, - 3.767310173697879, - 4.065001798406465, - 4.243249790997389, - 4.2151993104178755, - 3.9939247252798764 - ], - "relative wind angle": [ - 0.09471613892334192, - 0.03268412281304408, - 0.05346920116046748, - 0.10097173078111016, - 0.08596753314351427, - 0.026835059125517688, - 0.0446185662219832, - 0.09522470519432229 - ], - "resistance": [ - 95882.88215807124, - 95376.62760985884, - 95439.55761991799, - 96108.8927632664, - 97117.57792305743, - 97896.86982647957, - 97748.23891451707, - 96855.55406887707 - ], - "fuel": [ - 43.46812344602967, - 43.20922991035937, - 43.24135978530535, - 43.58401093544254, - 44.103533844935626, - 44.50750021647267, - 44.4302790923808, - 43.96821455952625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -55.78125, -50.15625 -55.625, -50 -55.625, -50 -55.78125, -50.15625 -55.78125))", @@ -231765,68 +163996,7 @@ "id": "4225", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.184905271568246, - 11.184905271568246, - 11.184905271568246, - 11.184905271568246, - 11.184905271568246, - 11.184905271568246, - 11.184905271568246, - 11.184905271568246 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -702.3314990268054, - -976.5130881813338, - -844.8708063804665, - -234.36815884136104, - 548.1915417148075, - 1061.236409795035, - 751.3404642452169, - 4.984184442586411 - ], - "relative wind speed": [ - 2.885731233725181, - 2.72661564329041, - 2.8155124496724544, - 3.0849430183979036, - 3.357448500994281, - 3.4879037148249687, - 3.416547209664343, - 3.17537899523251 - ], - "relative wind angle": [ - 0.10463523015437089, - 0.016708753206343328, - 0.08426633537646681, - 0.12371652424043829, - 0.08989110535953376, - 0.013061577140863955, - 0.06941588627554313, - 0.12017571631159693 - ], - "resistance": [ - 95932.16850097322, - 95657.98691181869, - 95789.62919361956, - 96400.13184115867, - 97182.69154171484, - 97695.73640979506, - 97385.84046424525, - 96639.48418444261 - ], - "fuel": [ - 41.440219089259564, - 41.2998366849317, - 41.36720330888693, - 41.680464914836506, - 42.08404083132485, - 42.34986124254037, - 42.18917985694729, - 41.80366003833956 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -55.9375, -50.3125 -55.78125, -50.15625 -55.78125, -50.15625 -55.9375, -50.3125 -55.9375))", @@ -231845,68 +164015,7 @@ "id": "4226", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.03864427014711, - 11.03864427014711, - 11.03864427014711, - 11.03864427014711, - 11.03864427014711, - 11.03864427014711, - 11.03864427014711, - 11.03864427014711 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -791.5345124076016, - -1100.2681491462604, - -945.550506283736, - -248.32526351262504, - 641.3072734221282, - 1224.0007424717019, - 861.2585956801681, - 9.704550747128451 - ], - "relative wind speed": [ - 2.8118471141553036, - 2.6266781906943963, - 2.7337450696754817, - 3.0482878452275193, - 3.3600834084166133, - 3.5067372852026604, - 3.423927948851306, - 3.147155210271378 - ], - "relative wind angle": [ - 0.12354377454003752, - 0.019013893354997223, - 0.10108742336498293, - 0.14487886416782975, - 0.10330704432535495, - 0.014241744937588409, - 0.08066063764231829, - 0.14029692017552145 - ], - "resistance": [ - 95842.96548759242, - 95534.23185085376, - 95688.94949371628, - 96386.17473648739, - 97275.80727342215, - 97858.50074247172, - 97495.75859568018, - 96644.20455074715 - ], - "fuel": [ - 41.29783960613785, - 41.13988869759788, - 41.218999302435805, - 41.576611368367104, - 42.03553712020933, - 42.33772148574067, - 42.14945525643529, - 41.70941538875931 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -55.9375, -50.15625 -55.78125, -50 -55.78125, -50 -55.9375, -50.15625 -55.9375))", @@ -231925,68 +164034,7 @@ "id": "4227", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.42376754219572, - 9.42376754219572, - 9.42376754219572, - 9.42376754219572, - 9.42376754219572, - 9.42376754219572, - 9.42376754219572, - 9.42376754219572 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -657.0728800178613, - -943.0644760393263, - -817.6320587319942, - -224.15810975471368, - 548.8261166847328, - 1071.372501880845, - 778.8463536320346, - 44.1336144256511 - ], - "relative wind speed": [ - 2.372016749949959, - 2.17124354583507, - 2.274649546828355, - 2.5954488538974703, - 2.913088187685341, - 3.0656561640119686, - 2.9897350535438063, - 2.715914486517817 - ], - "relative wind angle": [ - 0.15215367034462438, - 0.028147224807705696, - 0.12035393581093946, - 0.17321729471434114, - 0.12373092054974441, - 0.01993389163218607, - 0.09147426938010358, - 0.16546157100682188 - ], - "resistance": [ - 95977.42711998215, - 95691.43552396068, - 95816.86794126802, - 96410.3418902453, - 97183.32611668475, - 97705.87250188086, - 97413.34635363205, - 96678.63361442566 - ], - "fuel": [ - 40.39301243154799, - 40.246541362424566, - 40.31074431280579, - 40.615309489277266, - 41.013962809139144, - 41.28471664746077, - 41.133021033986964, - 40.753424407676164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -56.09375, -50.625 -55.9375, -50.46875 -55.9375, -50.46875 -56.09375, -50.625 -56.09375))", @@ -232018,9 +164066,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -633.7970188311374, + -633.797018831141, -1390.0604768455173, - -1435.9098799409394, + -1435.9098799409417, -792.4345216073589, 366.60710861462485, 1406.022848590609, @@ -232028,9 +164076,9 @@ 551.4444784591524 ], "relative wind speed": [ - 3.219869721618856, + 3.2198697216188554, 2.877377589323792, - 2.847982046467673, + 2.8479820464676724, 3.15614460219709, 3.570181119216346, 3.8515519542989374, @@ -232038,17 +164086,17 @@ 3.626638319191609 ], "relative wind angle": [ - 0.160133925114513, + 0.16013392511451438, 0.08271697681784226, 0.06225941808803612, 0.15534898606352465, - 0.1443052251958339, + 0.14430522519583394, 0.06176416141137957, 0.045764406154078174, 0.13506226409873173 ], "resistance": [ - 96000.70298116887, + 96000.70298116886, 95244.43952315448, 95198.59012005906, 95842.06547839264, @@ -232058,7 +164106,7 @@ 97185.94447845915 ], "fuel": [ - 42.09852346515641, + 42.098523465156404, 41.711798077510835, 41.688420798182946, 42.0172256775206, @@ -232085,68 +164133,7 @@ "id": "4229", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.906214664937352, - 11.906214664937352, - 11.906214664937352, - 11.906214664937352, - 11.906214664937352, - 11.906214664937352, - 11.906214664937352, - 11.906214664937352 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -869.4592019109696, - -1256.2751170992706, - -1103.523083991116, - -332.7415291071502, - 683.5203899470944, - 1375.8269380892089, - 1017.6687471371179, - 59.55187837578342 - ], - "relative wind speed": [ - 3.0533538246770036, - 2.845694597241892, - 2.94361845516071, - 3.2698036486882915, - 3.6042929737630898, - 3.770400466610406, - 3.6944563618785558, - 3.409146743455376 - ], - "relative wind angle": [ - 0.1237051797877723, - 0.024723962728824107, - 0.09433125216347078, - 0.14190926956223307, - 0.10472027203619115, - 0.018659493237307853, - 0.07511917687616865, - 0.13607211732650384 - ], - "resistance": [ - 95765.04079808907, - 95378.22488290077, - 95530.97691600893, - 96301.75847089289, - 97318.02038994714, - 98010.32693808925, - 97652.16874713716, - 96694.05187837583 - ], - "fuel": [ - 41.85200342882777, - 41.654273279513234, - 41.732289591348156, - 42.12728164297162, - 42.65145061841294, - 43.010730171672805, - 42.82463765713568, - 42.32916386158141 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -56.25, -50.625 -56.09375, -50.46875 -56.09375, -50.46875 -56.25, -50.625 -56.25))", @@ -232178,9 +164165,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -578.6126752188393, + -578.6126752188425, -1325.558761381164, - -1383.6834319282225, + -1383.6834319282257, -778.0489185633182, 336.6698857948768, 1353.6010332776514, @@ -232188,7 +164175,7 @@ 569.3705534438332 ], "relative wind speed": [ - 3.0421281968314244, + 3.0421281968314235, 2.683257534722569, 2.6434340063585564, 2.9567587849424712, @@ -232198,14 +164185,14 @@ 3.456611446534241 ], "relative wind angle": [ - 0.17509831608888243, - 0.09442721264042295, - 0.06517474263932492, + 0.17509831608888307, + 0.09442721264042296, + 0.06517474263932833, 0.16870997679394942, 0.15735986474942387, 0.06893511212570423, 0.04652556558794929, - 0.14412806295375621 + 0.1441280629537562 ], "resistance": [ 96055.88732478116, @@ -232245,68 +164232,7 @@ "id": "4231", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.211361312399177, - 11.211361312399177, - 11.211361312399177, - 11.211361312399177, - 11.211361312399177, - 11.211361312399177, - 11.211361312399177, - 11.211361312399177 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -565.5162544636132, - -1126.7023859545238, - -1131.5720184546572, - -582.4983867721303, - 346.9015029908214, - 1143.6381064320094, - 1155.0223507225173, - 366.6640379952669 - ], - "relative wind speed": [ - 2.9717243351377367, - 2.694007755589827, - 2.6906697398569754, - 2.964414295580957, - 3.3158705329202833, - 3.5452031151911063, - 3.5477372036492305, - 3.322407380092652 - ], - "relative wind angle": [ - 0.14493912364196335, - 0.06711457376701123, - 0.06460305846938558, - 0.14431529953819425, - 0.12980614746663624, - 0.05098432068900016, - 0.048981668118193995, - 0.12867344509092737 - ], - "resistance": [ - 96068.9837455364, - 95507.79761404548, - 95502.92798154536, - 96052.00161322788, - 96981.40150299083, - 97778.13810643203, - 97789.52235072253, - 97001.16403799529 - ], - "fuel": [ - 41.52801139448463, - 41.24069513073928, - 41.238207103162026, - 41.51929968220818, - 41.997652896666146, - 42.41028432303159, - 42.41619736167539, - 42.00785938343192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -56.40625, -52.5 -56.25, -52.34375 -56.25, -52.34375 -56.40625, -52.5 -56.40625))", @@ -232338,17 +164264,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -101.4463410873309, + -101.44634108733271, -868.3198581759639, - -1090.920337861579, + -1090.9203378640022, -868.9649085493875, -102.5230662286881, 791.5908881537666, - 1310.7565369794575, + 1310.7565369770018, 792.5164179122303 ], "relative wind speed": [ - 2.8008848497039383, + 2.800884849703938, 2.4244873632116155, 2.250045123441515, 2.4241121037600455, @@ -232358,33 +164284,33 @@ 3.1322546597916663 ], "relative wind angle": [ - 0.1812009009896947, + 0.18120090098969532, 0.1478172328597466, - 0.00010378208629394645, + 0.00010378208950323733, 0.14770255150996148, 0.18123095488520694, - 0.11425911958114486, - 7.164016966333812e-05, + 0.11425911958114487, + 7.164017121305948e-05, 0.11414235490985694 ], "resistance": [ 96533.05365891266, 95766.18014182402, - 95543.5796621384, + 95543.57966213598, 95765.5350914506, 96531.9769337713, 97426.09088815375, - 97945.25653697945, + 97945.25653697699, 97427.01641791222 ], "fuel": [ 40.95777954854609, 40.56412460291945, - 40.450268122599425, + 40.45026812259819, 40.563794403898285, 40.957225305078374, 41.41895538518927, - 41.68842323521914, + 41.688423235217854, 41.41943487996025 ] }, @@ -232405,68 +164331,7 @@ "id": "4233", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.569561079930551, - 10.569561079930551, - 10.569561079930551, - 10.569561079930551, - 10.569561079930551, - 10.569561079930551, - 10.569561079930551, - 10.569561079930551 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 22.159238714781623, - -920.8340538087359, - -1280.1174364931044, - -1084.6057783629208, - -251.13481803691502, - 803.9764003102746, - 1494.2229166172128, - 1039.085941251883 - ], - "relative wind speed": [ - 3.041572806439433, - 2.6223017201867487, - 2.387765279682539, - 2.5326586252197316, - 2.9321745712321388, - 3.312453251195832, - 3.4853105775805386, - 3.381486824039437 - ], - "relative wind angle": [ - 0.18145161825891656, - 0.1637407342291569, - 0.023307198019585678, - 0.13814591565989318, - 0.1883011518982584, - 0.1294076855171526, - 0.015966853744159522, - 0.10332318020164605 - ], - "resistance": [ - 96656.65923871483, - 95713.66594619131, - 95354.38256350694, - 95549.89422163712, - 96383.36518196313, - 97438.47640031032, - 98128.72291661726, - 97673.58594125192 - ], - "fuel": [ - 41.4152826365588, - 40.93109637257018, - 40.7474904109795, - 40.847343908987824, - 41.274617438485755, - 41.81922082025814, - 42.17773803744907, - 41.9411387086975 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -56.5625, -52.5 -56.40625, -52.34375 -56.40625, -52.34375 -56.5625, -52.5 -56.5625))", @@ -232498,9 +164363,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 345.7338639403547, + 345.73386394035333, -460.27984605018446, - -952.5547976913567, + -952.5547976913574, -962.213282213786, -493.1990404372991, 307.2787232421342, @@ -232508,7 +164373,7 @@ 1026.7444791265748 ], "relative wind speed": [ - 2.8195499583057, + 2.8195499583056995, 2.4563884469778294, 2.1573606342330223, 2.1492133600581402, @@ -232520,15 +164385,15 @@ "relative wind angle": [ 0.1577141638554909, 0.18407527851113092, - 0.08958304039096716, + 0.08958304039096841, 0.08229110606241848, 0.1825731855655515, - 0.1610132704382303, + 0.16101327043823033, 0.06352007176764501, 0.05802493833344546 ], "resistance": [ - 96980.23386394039, + 96980.23386394038, 96174.22015394985, 95681.94520230868, 95672.28671778625, @@ -232578,17 +164443,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 485.3873575209009, + 485.38735752089906, -552.5073967897033, - -1204.4852209383016, + -1204.4852209383039, -1234.2692651689977, - -653.2794987499119, + -653.2794987499124, 367.5042019426801, - 1277.053386444261, + 1277.0533864442637, 1346.0669522253834 ], "relative wind speed": [ - 3.1248966850562985, + 3.124896685056298, 2.7027898201510947, 2.342974078586308, 2.3198847507252904, @@ -232598,33 +164463,33 @@ 3.3805720107683372 ], "relative wind angle": [ - 0.16480861544788966, - 0.1979814717171689, - 0.1022420452134552, + 0.16480861544789033, + 0.19798147171716893, + 0.10224204521345848, 0.08347512722192875, - 0.19437513773441714, + 0.19437513773441775, 0.17329839048568765, - 0.07113307751181777, + 0.0711330775118162, 0.05724875903077129 ], "resistance": [ 97119.88735752093, 96081.99260321032, - 95430.01477906173, + 95430.01477906172, 95400.23073483103, 95981.22050125012, 97002.0042019427, - 97911.55338644428, + 97911.5533864443, 97980.56695222542 ], "fuel": [ 41.44962695652795, 40.91510714181381, - 40.581385888961975, + 40.58138588896197, 40.5661784124874, 40.86342260672571, 41.388714894255365, - 41.86003280936472, + 41.860032809364725, 41.89592049334678 ] }, @@ -232645,68 +164510,7 @@ "id": "4236", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.71130571019793, - 10.71130571019793, - 10.71130571019793, - 10.71130571019793, - 10.71130571019793, - 10.71130571019793, - 10.71130571019793, - 10.71130571019793 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 418.16215971212296, - -773.8236842294946, - -1441.3184832709203, - -1394.4823053928662, - -616.6711642450327, - 602.3107076163651, - 1603.894633023985, - 1495.5975833578514 - ], - "relative wind speed": [ - 3.2397909055646834, - 2.7584837737550036, - 2.3847132302185012, - 2.4197561885207683, - 2.8312005469672012, - 3.301925032289098, - 3.5812127078055345, - 3.557628653617807 - ], - "relative wind angle": [ - 0.18620255771195923, - 0.20868484767008758, - 0.08751163318208888, - 0.11461300739084705, - 0.21346305493692802, - 0.17395215089110322, - 0.058232152228322835, - 0.0778632597662701 - ], - "resistance": [ - 97052.66215971214, - 95860.67631577051, - 95193.18151672909, - 95240.01769460714, - 96017.82883575498, - 97236.81070761639, - 98238.394633024, - 98130.09758335787 - ], - "fuel": [ - 41.70888930844505, - 41.09565188989443, - 40.75455709231308, - 40.77843664282804, - 41.176199109568955, - 41.804099146366795, - 42.32415501860113, - 42.26774358072377 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -56.40625, -52.03125 -56.25, -51.875 -56.25, -51.875 -56.40625, -52.03125 -56.40625))", @@ -232725,68 +164529,7 @@ "id": "4237", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.908238499205584, - 11.908238499205584, - 11.908238499205584, - 11.908238499205584, - 11.908238499205584, - 11.908238499205584, - 11.908238499205584, - 11.908238499205584 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 233.2740027451964, - -1060.8910145984382, - -1668.8077908725254, - -1507.2604595179082, - -511.49220074961886, - 875.3962975286786, - 1891.5675444528897, - 1516.5327990083442 - ], - "relative wind speed": [ - 3.4992413704985537, - 3.0079941332109668, - 2.683666518269357, - 2.790724265262792, - 3.2346469972287455, - 3.69588996863515, - 3.9377106780983238, - 3.8625754932380256 - ], - "relative wind angle": [ - 0.18031751917992936, - 0.18015278203409638, - 0.050198994885064054, - 0.12521673669280486, - 0.1952503551723185, - 0.14635200136076598, - 0.0342044048330428, - 0.09035619693951885 - ], - "resistance": [ - 96867.77400274522, - 95573.60898540159, - 94965.6922091275, - 95127.23954048211, - 96123.00779925041, - 97509.89629752871, - 98526.06754445292, - 98151.03279900838 - ], - "fuel": [ - 42.42019154764617, - 41.7555226991179, - 41.44545469941309, - 41.527717766544086, - 42.0369265801384, - 42.75229171177465, - 43.28098198519076, - 43.0854127667834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -56.5625, -52.1875 -56.40625, -52.03125 -56.40625, -52.03125 -56.5625, -52.1875 -56.5625))", @@ -232818,7 +164561,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 716.9349155966588, + 716.9349155966543, -526.9155159173506, -1370.079867918123, -1467.9245375498908, @@ -232828,7 +164571,7 @@ 1688.9027940257115 ], "relative wind speed": [ - 3.282211525321547, + 3.2822115253215465, 2.8031302404797596, 2.355513445220612, 2.2799698885116246, @@ -232838,17 +164581,17 @@ 3.547784868909073 ], "relative wind angle": [ - 0.17607864149427419, - 0.22857182894495373, + 0.17607864149427607, + 0.22857182894495376, 0.1376849690890624, - 0.07812602447918454, + 0.07812602447918453, 0.21886417182535253, 0.20297566592973504, - 0.09255267385427914, - 0.050177373915511594 + 0.09255267385427915, + 0.05017737391551159 ], "resistance": [ - 97351.43491559669, + 97351.43491559668, 96107.58448408268, 95264.42013208191, 95166.57546245014, @@ -232858,7 +164601,7 @@ 98323.40279402574 ], "fuel": [ - 41.711836723904945, + 41.71183672390494, 41.070653863001255, 40.639291534229585, 40.589405568966356, @@ -232898,9 +164641,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 786.4880174367904, + 786.4880174367877, -366.356402181917, - -1209.241310366407, + -1209.2413103664076, -1362.57278032633, -876.4139817437749, 187.5569717157755, @@ -232908,9 +164651,9 @@ 1621.6633188144042 ], "relative wind speed": [ - 3.157698432426451, + 3.1576984324264505, 2.7043660678607973, - 2.246517444759644, + 2.2465174447596437, 2.1209969932103876, 2.447466865049029, 2.9406729870328183, @@ -232918,11 +164661,11 @@ 3.385635125121117 ], "relative wind angle": [ - 0.16970553207838793, - 0.23624530815403288, + 0.16970553207838862, + 0.2362453081540329, 0.16177205912556814, 0.057196460224726006, - 0.2196653250576793, + 0.21966532505767927, 0.21694347892003113, 0.10974666734563747, 0.03581996099191002 @@ -232930,7 +164673,7 @@ "resistance": [ 97420.9880174368, 96268.1435978181, - 95425.25868963361, + 95425.2586896336, 95271.92721967369, 95758.08601825625, 96822.05697171579, @@ -232940,7 +164683,7 @@ "fuel": [ 41.407307376460146, 40.81254293601509, - 40.38081955234629, + 40.38081955234628, 40.30256778314519, 40.55097697063811, 41.09769537368961, @@ -232965,68 +164708,7 @@ "id": "4240", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.342076014721904, - 9.342076014721904, - 9.342076014721904, - 9.342076014721904, - 9.342076014721904, - 9.342076014721904, - 9.342076014721904, - 9.342076014721904 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 550.2338051897027, - -288.0126903060609, - -902.211808892451, - -1011.6003463865477, - -661.0364994804809, - 114.46301692338966, - 896.5017974823909, - 1150.6694333424384 - ], - "relative wind speed": [ - 2.901629915062807, - 2.548947763382668, - 2.20379342974352, - 2.111660411672067, - 2.353136961530451, - 2.7312222581208303, - 3.0166213290248156, - 3.081817650265036 - ], - "relative wind angle": [ - 0.14135383202824095, - 0.19160143514682837, - 0.12633049042170663, - 0.04392261070363912, - 0.17460802892723082, - 0.17867151362792708, - 0.09217595349919508, - 0.030090622862668375 - ], - "resistance": [ - 97184.73380518974, - 96346.48730969397, - 95732.28819110758, - 95622.89965361348, - 95973.46350051955, - 96748.96301692342, - 97531.00179748241, - 97785.16943334247 - ], - "fuel": [ - 40.969998130991634, - 40.53778430910301, - 40.22275279369637, - 40.16679311229923, - 40.34628768004838, - 40.744981159582395, - 41.14930277297043, - 41.28119990536554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -56.71875, -52.34375 -56.5625, -52.1875 -56.5625, -52.1875 -56.71875, -52.34375 -56.71875))", @@ -233058,9 +164740,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 592.5414463819889, + 592.541446381988, -154.29420636956934, - -738.0809034191825, + -738.0809034191827, -877.4390899954824, -614.6526678111618, 50.919359919167164, @@ -233070,7 +164752,7 @@ "relative wind speed": [ 2.50565205522077, 2.1411101458927866, - 1.7423212360096643, + 1.742321236009664, 1.5935725999890356, 1.840216446694812, 2.2539601007278542, @@ -233078,12 +164760,12 @@ 2.6693098660669454 ], "relative wind angle": [ - 0.16907765418030726, - 0.25403370386902846, - 0.19601012846102134, + 0.1690776541803086, + 0.2540337038690284, + 0.19601012846102078, 0.036528477193045195, - 0.23117563927486345, - 0.24105554798181072, + 0.23117563927486348, + 0.24105554798181075, 0.13217928855662164, 0.021804305418428125 ], @@ -233125,68 +164807,7 @@ "id": "4242", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.093662772119778, - 8.093662772119778, - 8.093662772119778, - 8.093662772119778, - 8.093662772119778, - 8.093662772119778, - 8.093662772119778, - 8.093662772119778 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 632.810720996054, - -80.5695639579967, - -682.3356460123434, - -854.9688929553647, - -664.305973627394, - -50.54881639626274, - 658.8183461741883, - 1059.8941810904353 - ], - "relative wind speed": [ - 2.615603531946602, - 2.29390943521934, - 1.9245254112053676, - 1.7548504471429072, - 1.9377388573312628, - 2.309587239866616, - 2.6253410553998155, - 2.741662565616955 - ], - "relative wind angle": [ - 0.1359774042673472, - 0.2167895128254719, - 0.17929829393211183, - 0.004573319493622376, - 0.18401704519833148, - 0.21529466479729728, - 0.1311081099087706, - 0.002927229391511533 - ], - "resistance": [ - 97267.31072099609, - 96553.93043604204, - 95952.16435398768, - 95779.53110704466, - 95970.19402637263, - 96583.95118360377, - 97293.31834617422, - 97694.39418109047 - ], - "fuel": [ - 40.38441836098765, - 40.01620269985183, - 39.70706984008261, - 39.6186352558485, - 39.71631227004874, - 40.031659926431416, - 40.3978781354752, - 40.60576635048793 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -56.875, -52.34375 -56.71875, -52.1875 -56.71875, -52.1875 -56.875, -52.34375 -56.875))", @@ -233205,68 +164826,7 @@ "id": "4243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.753043004145262, - 8.753043004145262, - 8.753043004145262, - 8.753043004145262, - 8.753043004145262, - 8.753043004145262, - 8.753043004145262, - 8.753043004145262 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 613.9180458663218, - -209.10704461080013, - -844.3796219457063, - -985.315664978642, - -684.401028571886, - 57.392467721637786, - 844.4373325950282, - 1171.166099682221 - ], - "relative wind speed": [ - 2.780268888171499, - 2.4212061801086042, - 2.0449974017320978, - 1.9166306695282207, - 2.152791718794084, - 2.5499348831777384, - 2.86048822789952, - 2.948039034963169 - ], - "relative wind angle": [ - 0.1484890820858224, - 0.21472258462936425, - 0.1562693285985517, - 0.03433693223056722, - 0.19224748424833596, - 0.20372595563355697, - 0.11149553925136227, - 0.0223211936392381 - ], - "resistance": [ - 97248.41804586633, - 96425.39295538921, - 95790.12037805431, - 95649.18433502137, - 95950.09897142813, - 96691.89246772166, - 97478.93733259504, - 97805.66609968223 - ], - "fuel": [ - 40.69370061993128, - 40.26911686554737, - 39.943114855781275, - 39.870994421635295, - 40.025069395980964, - 40.40632320125231, - 40.81307320054947, - 40.98260583958189 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -56.71875, -52.1875 -56.5625, -52.03125 -56.5625, -52.03125 -56.71875, -52.1875 -56.71875))", @@ -233298,9 +164858,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 545.7651719288037, + 545.7651719288033, -290.5116193713727, - -876.8927159561877, + -876.8927159561881, -965.4948089663369, -578.205013037697, 205.9241066950899, @@ -233310,7 +164870,7 @@ "relative wind speed": [ 2.529008518623306, 2.1071139231288774, - 1.6841293048191148, + 1.6841293048191146, 1.5888236268967186, 1.9201200585461418, 2.375461227100311, @@ -233318,13 +164878,13 @@ 2.7492516452873574 ], "relative wind angle": [ - 0.20282486818076448, + 0.20282486818076503, 0.2795991339977498, - 0.18689762104434227, - 0.08756679981181668, + 0.18689762104434288, + 0.0875667998118167, 0.26853033090436285, 0.2473082461779108, - 0.11651132898818159, + 0.1165113289881816, 0.050562737154720726 ], "resistance": [ @@ -233365,68 +164925,7 @@ "id": "4245", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.339975943920315, - 8.339975943920315, - 8.339975943920315, - 8.339975943920315, - 8.339975943920315, - 8.339975943920315, - 8.339975943920315, - 8.339975943920315 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 723.9103334472529, - -177.42149916412836, - -884.62403592991, - -1056.245470753001, - -742.9057631719484, - 58.158260423706, - 929.74225224047, - 1325.8866431546148 - ], - "relative wind speed": [ - 2.736106712441357, - 2.333117173601476, - 1.8887842254107432, - 1.7197047845090283, - 1.992604481131927, - 2.4522065195124862, - 2.8087802886543516, - 2.9153675607426313 - ], - "relative wind angle": [ - 0.17128874346128167, - 0.25922745623906757, - 0.20224830403034438, - 0.03576846503524847, - 0.23624482581473943, - 0.24637007408853903, - 0.1354921961152892, - 0.021096018160116775 - ], - "resistance": [ - 97358.41033344727, - 96457.0785008359, - 95749.87596407012, - 95578.25452924703, - 95891.59423682808, - 96692.65826042373, - 97564.2422522405, - 97960.38664315465 - ], - "fuel": [ - 40.54740999770342, - 40.082191625217604, - 39.719288672351354, - 39.631501268259875, - 39.79186269767018, - 40.203493258552854, - 40.65407321110595, - 40.85980105493128 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.1875 -56.875, -52.1875 -56.71875, -52.03125 -56.71875, -52.03125 -56.875, -52.1875 -56.875))", @@ -233445,68 +164944,7 @@ "id": "4246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.491121042035019, - 9.491121042035019, - 9.491121042035019, - 9.491121042035019, - 9.491121042035019, - 9.491121042035019, - 9.491121042035019, - 9.491121042035019 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 627.8784123506512, - -343.8821118257624, - -1042.5438526745697, - -1158.2194860706443, - -732.7007968708772, - 172.37198584899534, - 1074.241291988471, - 1341.9926256347994 - ], - "relative wind speed": [ - 2.9825340182747495, - 2.5789707768922727, - 2.183945472525277, - 2.0864402425254487, - 2.376099344625106, - 2.808961907472162, - 3.1259781571102385, - 3.1918841426443296 - ], - "relative wind angle": [ - 0.15971342408968417, - 0.21622222337485908, - 0.14157044588161458, - 0.056348427072560194, - 0.2009749085390931, - 0.19827173033765133, - 0.09873762426514378, - 0.03682213157633583 - ], - "resistance": [ - 97262.37841235063, - 96290.61788817422, - 95591.95614732541, - 95476.28051392933, - 95901.7992031291, - 96806.87198584898, - 97708.74129198845, - 97976.49262563478 - ], - "fuel": [ - 41.09203714697401, - 40.590941904173256, - 40.23284333909126, - 40.173729137114414, - 40.39142902864981, - 40.85671449519006, - 41.32338505543747, - 41.462515130209496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -56.875, -52.03125 -56.71875, -51.875 -56.71875, -51.875 -56.875, -52.03125 -56.875))", @@ -233525,68 +164963,7 @@ "id": "4247", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.782101330655081, - 8.782101330655081, - 8.782101330655081, - 8.782101330655081, - 8.782101330655081, - 8.782101330655081, - 8.782101330655081, - 8.782101330655081 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 566.3912335636737, - -373.2421615767571, - -1018.0439839439543, - -1100.7818155906998, - -646.4570226228907, - 245.06639111715867, - 1104.0555561336905, - 1294.7374985649672 - ], - "relative wind speed": [ - 2.78576701681287, - 2.3578575387323886, - 1.9480758622393053, - 1.8709986336767814, - 2.2020071275307975, - 2.655153684573033, - 2.9688943559209875, - 3.0180618572916176 - ], - "relative wind angle": [ - 0.18571387560695446, - 0.24622730915363486, - 0.1537771798648117, - 0.08172251479313268, - 0.23577752327316306, - 0.21818150710871895, - 0.10067552172903202, - 0.05062780305982421 - ], - "resistance": [ - 97200.89123356367, - 96261.25783842325, - 95616.45601605605, - 95533.7181844093, - 95988.0429773771, - 96879.56639111716, - 97738.5555561337, - 97929.23749856497 - ], - "fuel": [ - 40.68383339574105, - 40.19946355613484, - 39.868976683548595, - 39.826682210830874, - 40.05924106306908, - 40.51782461623307, - 40.962470755108086, - 41.06154752101988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -56.40625, -51.25 -56.25, -51.09375 -56.25, -51.09375 -56.40625, -51.25 -56.40625))", @@ -233605,68 +164982,7 @@ "id": "4248", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.504051653837603, - 17.504051653837603, - 17.504051653837603, - 17.504051653837603, - 17.504051653837603, - 17.504051653837603, - 17.504051653837603, - 17.504051653837603 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -100.14326292209444, - -1790.7294623526905, - -2380.4307223607693, - -2007.9694252570953, - -464.9195680314824, - 1438.6285822026384, - 2625.6005937404498, - 1748.2444097467396 - ], - "relative wind speed": [ - 4.942794327504068, - 4.4943980955616265, - 4.265454059597576, - 4.425999555143768, - 4.854723928209294, - 5.27256540421703, - 5.459437869286253, - 5.330111454838579 - ], - "relative wind angle": [ - 0.12108098542417092, - 0.10108128881182295, - 0.010401409259659771, - 0.08840781162443374, - 0.12328863272493566, - 0.08612267688842576, - 0.008126554921787967, - 0.07338202219849371 - ], - "resistance": [ - 96534.3567370779, - 94843.7705376473, - 94254.06927763922, - 94626.53057474291, - 96169.58043196851, - 98073.12858220264, - 99260.10059374046, - 98382.74440974674 - ], - "fuel": [ - 47.272149949799086, - 46.40722790232953, - 46.10803223199347, - 46.29685671065209, - 47.08462668241845, - 48.068647542105126, - 48.689066349274825, - 48.22997534613575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -56.40625, -51.09375 -56.25, -50.9375 -56.25, -50.9375 -56.40625, -51.09375 -56.40625))", @@ -233685,68 +165001,7 @@ "id": "4249", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.27653369389936, - 16.27653369389936, - 16.27653369389936, - 16.27653369389936, - 16.27653369389936, - 16.27653369389936, - 16.27653369389936, - 16.27653369389936 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -226.864424081763, - -1746.7072973724644, - -2192.223210889143, - -1778.9475047522383, - -280.93927054402593, - 1475.2160828427332, - 2493.84541922467, - 1521.2075997651373 - ], - "relative wind speed": [ - 4.567953584718553, - 4.124270037206956, - 3.921048327979212, - 4.113271322881076, - 4.553906988505004, - 4.959300905600981, - 5.12148892625467, - 4.968427098837411 - ], - "relative wind angle": [ - 0.13177931491063807, - 0.10431177412173456, - 0.0018068945572418873, - 0.10214273061342921, - 0.1321881707073903, - 0.08669944353938777, - 0.0013833710059405141, - 0.08451574137762921 - ], - "resistance": [ - 96407.63557591825, - 94887.79270262754, - 94442.27678911087, - 94855.55249524777, - 96353.56072945599, - 98109.71608284274, - 99128.34541922469, - 98155.70759976516 - ], - "fuel": [ - 45.92828590672358, - 45.15095182602319, - 44.92471872273446, - 45.13455545006521, - 45.900481487640995, - 46.80902973863931, - 47.341277095037746, - 46.83297769006357 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -56.5625, -51.25 -56.40625, -51.09375 -56.40625, -51.09375 -56.5625, -51.25 -56.5625))", @@ -233765,68 +165020,7 @@ "id": "4250", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.528628135410262, - 14.528628135410262, - 14.528628135410262, - 14.528628135410262, - 14.528628135410262, - 14.528628135410262, - 14.528628135410262, - 14.528628135410262 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 152.37939544459186, - -1290.962249513651, - -1924.9592460273016, - -1716.2538120693534, - -560.1353877047823, - 1002.4098104888617, - 2098.570464469407, - 1609.807974000556 - ], - "relative wind speed": [ - 4.180911299098973, - 3.731373967321178, - 3.4575184681470295, - 3.5675081296775373, - 3.9734829731834336, - 4.398344523239389, - 4.616725275726761, - 4.532270068497329 - ], - "relative wind angle": [ - 0.13912697442298277, - 0.13009716982069303, - 0.030309537635465456, - 0.09429279394845014, - 0.14644087769731434, - 0.11028139942095132, - 0.022697633606945617, - 0.07417922715112427 - ], - "resistance": [ - 96786.87939544462, - 95343.53775048637, - 94709.54075397273, - 94918.24618793068, - 96074.36461229525, - 97636.9098104889, - 98733.07046446943, - 98244.30797400058 - ], - "fuel": [ - 44.47416864081643, - 43.7337193839185, - 43.41092269776674, - 43.517018978572175, - 44.10767233459439, - 44.913870045360504, - 45.484858151552416, - 45.22971031238963 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -56.5625, -51.09375 -56.40625, -50.9375 -56.40625, -50.9375 -56.5625, -51.09375 -56.5625))", @@ -233845,68 +165039,7 @@ "id": "4251", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.749086596381618, - 15.749086596381618, - 15.749086596381618, - 15.749086596381618, - 15.749086596381618, - 15.749086596381618, - 15.749086596381618, - 15.749086596381618 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 220.47409126139064, - -1520.126361195943, - -2304.515396572612, - -2069.894144285131, - -700.3374601980704, - 1174.272884194006, - 2508.7225420692066, - 1959.6787816889555 - ], - "relative wind speed": [ - 4.5450295956956355, - 4.046799163383999, - 3.7366992622613284, - 3.8509996452635296, - 4.297717429277885, - 4.76980981370355, - 5.016447722351323, - 4.929246479924523 - ], - "relative wind angle": [ - 0.14131404501678832, - 0.13409181919365612, - 0.033451248017800764, - 0.09473476676772186, - 0.14950539309220934, - 0.11367010436801436, - 0.024915414538117794, - 0.0739688105352068 - ], - "resistance": [ - 96854.97409126139, - 95114.37363880406, - 94329.9846034274, - 94564.60585571486, - 95934.16253980192, - 97808.77288419401, - 99143.22254206921, - 98594.17878168896 - ], - "fuel": [ - 45.639784221069995, - 44.74735971983198, - 44.34887996208872, - 44.46783060385893, - 45.166269817315126, - 46.13358846857272, - 46.83014589954003, - 46.54275316297439 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -56.40625, -50.9375 -56.25, -50.78125 -56.25, -50.78125 -56.40625, -50.9375 -56.40625))", @@ -233938,19 +165071,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -618.469599052185, + -618.4695990521941, -2138.100415193605, - -2452.1568230500407, + -2452.1568230500443, -1725.332291009734, 73.63791572736045, 1948.9176906736793, - 2686.062600722118, + 2686.0626007221454, 1359.9033052495797 ], "relative wind speed": [ - 4.646399867424077, + 4.646399867424076, 4.19627562777229, - 4.054701659769184, + 4.054701659769183, 4.332312535312607, 4.819730926663017, 5.21633097005881, @@ -233958,13 +165091,13 @@ 5.1039108563731475 ], "relative wind angle": [ - 0.1373814304303356, + 0.13738143043033804, 0.09262030971806613, 0.021571647044116137, 0.11841012635964243, 0.13241117657413143, 0.07447070814328206, - 0.016418571546630612, + 0.016418571546623854, 0.10044323656497792 ], "resistance": [ @@ -233974,7 +165107,7 @@ 94909.16770899027, 96708.13791572736, 98583.41769067368, - 99320.56260072211, + 99320.56260072214, 97994.40330524958 ], "fuel": [ @@ -233984,7 +165117,7 @@ 45.782485309541514, 46.70365831490621, 47.67672553879257, - 48.0628068354328, + 48.06280683543281, 47.36968124105287 ] }, @@ -234018,9 +165151,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -605.4011832545166, + -605.4011832545211, -1632.755765327076, - -1778.3384890578577, + -1778.338489057859, -1107.3675226356354, 273.0227591950943, 1610.4760442544393, @@ -234028,24 +165161,24 @@ 858.2524362499926 ], "relative wind speed": [ - 3.536233063229892, + 3.5362330632298917, 3.1205716186793238, - 3.0339456210529345, + 3.033945621052934, 3.3493025500719686, 3.8207044961954657, 4.167104498020372, 4.230591104470182, - 3.9855864753897787 + 3.9855864753897783 ], "relative wind angle": [ - 0.17015480475118494, + 0.17015480475118624, 0.10320376552440358, 0.047534121974924175, 0.157506583906134, - 0.15737587146713494, + 0.15737587146713491, 0.07722462976504069, 0.03408260186155897, - 0.1321993817654053 + 0.13219938176540444 ], "resistance": [ 96029.09881674548, @@ -234085,68 +165218,7 @@ "id": "4254", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.69598216764147, - 16.69598216764147, - 16.69598216764147, - 16.69598216764147, - 16.69598216764147, - 16.69598216764147, - 16.69598216764147, - 16.69598216764147 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -453.798946491057, - -2094.122257535473, - -2499.6125959733918, - -1879.9999005852978, - -95.07014251731198, - 1868.6381613891244, - 2820.093674060632, - 1562.8569932674181 - ], - "relative wind speed": [ - 4.63980782716379, - 4.158061168538884, - 3.9728213123127993, - 4.229848262047738, - 4.730684556516947, - 5.159236412975021, - 5.3031956277994805, - 5.100546708572527 - ], - "relative wind angle": [ - 0.14386819395475967, - 0.1055147740656067, - 0.011554626776863688, - 0.11916089003911516, - 0.14108580758269537, - 0.08498366307000545, - 0.008655916643617772, - 0.09874600718123669 - ], - "resistance": [ - 96180.70105350896, - 94540.37774246455, - 94134.88740402664, - 94754.50009941473, - 96539.42985748271, - 98503.13816138916, - 99454.59367406066, - 98197.35699326744 - ], - "fuel": [ - 46.237433355619125, - 45.40023156155415, - 45.19481745663339, - 45.50894893360425, - 46.421858547208664, - 47.439900923618076, - 47.93832302936521, - 47.28043203080878 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -56.5625, -50.78125 -56.40625, -50.625 -56.40625, -50.625 -56.5625, -50.78125 -56.5625))", @@ -234165,68 +165237,7 @@ "id": "4255", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.973407889018251, - 14.973407889018251, - 14.973407889018251, - 14.973407889018251, - 14.973407889018251, - 14.973407889018251, - 14.973407889018251, - 14.973407889018251 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1019.5274028341837, - -2060.659992017333, - -2077.813308920224, - -1079.1811795140893, - 625.2319878371445, - 2096.629584176766, - 2136.6951673192525, - 694.6817544152691 - ], - "relative wind speed": [ - 3.969103325911534, - 3.5834192508208234, - 3.5745913595455865, - 3.9498388220505043, - 4.433675884636272, - 4.750828299845612, - 4.757474085481628, - 4.450846699403375 - ], - "relative wind angle": [ - 0.1498129049323295, - 0.07065527174917476, - 0.06568768808761885, - 0.14860423936188116, - 0.1340147781136372, - 0.05327419601704993, - 0.04933984769954791, - 0.13177283949538435 - ], - "resistance": [ - 95614.97259716585, - 94573.8400079827, - 94556.68669107981, - 95555.31882048593, - 97259.73198783718, - 98731.1295841768, - 98771.19516731928, - 97329.1817544153 - ], - "fuel": [ - 44.273004445012546, - 43.74265360029797, - 43.73394950950072, - 44.24250799963355, - 45.11906070192775, - 45.88447119014227, - 45.90542568840023, - 45.15500682315991 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -56.40625, -50.625 -56.25, -50.46875 -56.25, -50.46875 -56.40625, -50.625 -56.40625))", @@ -234245,68 +165256,7 @@ "id": "4256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.880807739362494, - 12.880807739362494, - 12.880807739362494, - 12.880807739362494, - 12.880807739362494, - 12.880807739362494, - 12.880807739362494, - 12.880807739362494 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -638.5938704155178, - -1575.1935542630367, - -1679.9556383430677, - -1000.5471418058005, - 322.73518229016736, - 1566.7911065324688, - 1811.0288776916095, - 744.5749655546215 - ], - "relative wind speed": [ - 3.465211903819175, - 3.076081841888896, - 3.0129884769473114, - 3.3286936066594133, - 3.780976097383089, - 4.103802418410732, - 4.15034627773817, - 3.90170125206135 - ], - "relative wind angle": [ - 0.16502687270538458, - 0.09424682628024042, - 0.053085763991489884, - 0.15551407178078736, - 0.15113396337295687, - 0.07059856573089009, - 0.038529614972538304, - 0.1325285980680144 - ], - "resistance": [ - 95995.90612958449, - 95059.30644573696, - 94954.54436165694, - 95633.9528581942, - 96957.23518229017, - 98201.29110653247, - 98445.52887769161, - 97379.07496555462 - ], - "fuel": [ - 42.69676637571596, - 42.21815462352022, - 42.164823131029856, - 42.51141767480513, - 43.19140966999207, - 43.83663212965351, - 43.963980942596294, - 43.40954914018655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -56.40625, -50.46875 -56.25, -50.3125 -56.25, -50.3125 -56.40625, -50.46875 -56.40625))", @@ -234325,68 +165275,7 @@ "id": "4257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.692419456131699, - 12.692419456131699, - 12.692419456131699, - 12.692419456131699, - 12.692419456131699, - 12.692419456131699, - 12.692419456131699, - 12.692419456131699 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -474.18132095028886, - -1365.8714861004232, - -1512.4285532730437, - -985.598478154925, - 162.65075318984145, - 1301.1347208627958, - 1643.9425498027194, - 757.7802850142598 - ], - "relative wind speed": [ - 3.4578835940708648, - 3.0952443937105354, - 3.0065418720021833, - 3.2634767899221186, - 3.6701231409570467, - 3.9807317120268673, - 4.048143869952063, - 3.8440189985967135 - ], - "relative wind angle": [ - 0.15126003580550454, - 0.0946677589087637, - 0.035687579316136905, - 0.1365641406387028, - 0.14245129184876487, - 0.073565984308016, - 0.02650251320762127, - 0.1158384199196974 - ], - "resistance": [ - 96160.31867904971, - 95268.62851389957, - 95122.07144672696, - 95648.90152184508, - 96797.15075318984, - 97935.6347208628, - 98278.44254980271, - 97392.28028501426 - ], - "fuel": [ - 42.63581172200938, - 42.1795291507581, - 42.10481822661031, - 42.37375502798625, - 42.963493116836574, - 43.553059493481065, - 43.73152803758195, - 43.271080597097125 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -56.5625, -50.625 -56.40625, -50.46875 -56.40625, -50.46875 -56.5625, -50.625 -56.5625))", @@ -234418,17 +165307,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -963.391148731248, + -963.3911487312535, -1776.7932156238412, - -1734.9958642095153, - -817.9670551020363, + -1734.995864209518, + -817.9670551020372, 644.2061177700352, 1844.0733146847115, 1746.4300179492293, 474.91259142342915 ], "relative wind speed": [ - 3.630553349704313, + 3.6305533497043125, 3.2949538669843617, 3.3182444211450774, 3.681408289869278, @@ -234438,17 +165327,17 @@ 4.076990690098375 ], "relative wind angle": [ - 0.1467387816316436, + 0.14673878163164514, 0.060682028852468546, - 0.0748813485878285, - 0.15020518938913816, - 0.12912835975524128, - 0.045479181517051825, + 0.07488134858782998, + 0.15020518938913818, + 0.1291283597552413, + 0.04547918151705182, 0.056737143646027145, 0.135536228204764 ], "resistance": [ - 95671.10885126879, + 95671.10885126877, 94857.70678437619, 94899.50413579051, 95816.53294489799, @@ -234485,68 +165374,7 @@ "id": "4259", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.999796010241674, - 10.999796010241674, - 10.999796010241674, - 10.999796010241674, - 10.999796010241674, - 10.999796010241674, - 10.999796010241674, - 10.999796010241674 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -439.9753445509741, - -1225.1004240009638, - -1341.9708071492955, - -840.1224339317246, - 203.00900493370773, - 1222.1305048130307, - 1493.9237621799975, - 670.1006749203716 - ], - "relative wind speed": [ - 2.979467684365236, - 2.6006751869313676, - 2.5174549876519943, - 2.8015954958603833, - 3.226802086142906, - 3.539204424357605, - 3.598874792273141, - 3.382387036234583 - ], - "relative wind angle": [ - 0.1826507781063554, - 0.11323703319493114, - 0.049910430499500114, - 0.16909524037289608, - 0.16851079439407, - 0.08312673065758741, - 0.03490552409654121, - 0.13984870413680506 - ], - "resistance": [ - 96194.52465544904, - 95409.39957599905, - 95292.52919285072, - 95794.37756606829, - 96837.50900493372, - 97856.63050481305, - 98128.42376218001, - 97304.60067492038 - ], - "fuel": [ - 41.45269107157828, - 41.0506828213978, - 40.991037711494116, - 41.247516813580134, - 41.78362731464062, - 42.311308303455576, - 42.452690272128805, - 42.024998424761435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -56.71875, -50.625 -56.5625, -50.46875 -56.5625, -50.46875 -56.71875, -50.625 -56.71875))", @@ -234565,68 +165393,7 @@ "id": "4260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.979674355153113, - 12.979674355153113, - 12.979674355153113, - 12.979674355153113, - 12.979674355153113, - 12.979674355153113, - 12.979674355153113, - 12.979674355153113 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -711.618084812656, - -1554.6836605871772, - -1605.535724280473, - -888.1673987124095, - 404.68651557174326, - 1562.8022004701206, - 1681.520042860273, - 610.2825552573577 - ], - "relative wind speed": [ - 3.4627821173750006, - 3.1086990255632623, - 3.0784571960580664, - 3.396930123368167, - 3.826576365033199, - 4.119409792470858, - 4.142058420867707, - 3.8851528164020404 - ], - "relative wind angle": [ - 0.154392785225076, - 0.07938336433645218, - 0.05976527954649429, - 0.1496808430182531, - 0.13961330491189022, - 0.059879271972881634, - 0.044406856087339026, - 0.13075552918647262 - ], - "resistance": [ - 95922.88191518736, - 95079.81633941284, - 95028.96427571954, - 95746.3326012876, - 97039.18651557175, - 98197.30220047013, - 98316.02004286028, - 97244.78255525738 - ], - "fuel": [ - 42.73652634644395, - 42.30579382458929, - 42.279897457673314, - 42.64610620761873, - 43.31092946807663, - 43.91174750198098, - 43.97361907280174, - 43.41722614080177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -56.71875, -50.46875 -56.5625, -50.3125 -56.5625, -50.3125 -56.71875, -50.46875 -56.71875))", @@ -234645,68 +165412,7 @@ "id": "4261", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.40176937563706, - 10.40176937563706, - 10.40176937563706, - 10.40176937563706, - 10.40176937563706, - 10.40176937563706, - 10.40176937563706, - 10.40176937563706 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -479.05222468091006, - -1223.903059735616, - -1310.2507399055235, - -770.9673582809733, - 276.4418251947877, - 1269.0917722149288, - 1469.1733774968925, - 617.9950745269753 - ], - "relative wind speed": [ - 2.790095191483425, - 2.3984140262649767, - 2.3324690678733764, - 2.6516881278236926, - 3.0973368073309935, - 3.409653447815731, - 3.455099784810879, - 3.216625024516404 - ], - "relative wind angle": [ - 0.20287675833542299, - 0.11988499125016573, - 0.0671508371519746, - 0.19283823192496471, - 0.18251283387779346, - 0.08422704005696967, - 0.04531363752186384, - 0.1586512734924724 - ], - "resistance": [ - 96155.44777531909, - 95410.59694026438, - 95324.24926009448, - 95863.53264171902, - 96910.9418251948, - 97903.59177221493, - 98103.67337749689, - 97252.49507452697 - ], - "fuel": [ - 41.0535333464866, - 40.67219924521109, - 40.628126189450825, - 40.90383837357537, - 41.44242525841821, - 41.956622149538305, - 42.06070927351867, - 41.61893754206037 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -56.875, -50.625 -56.71875, -50.46875 -56.71875, -50.46875 -56.875, -50.625 -56.875))", @@ -234725,68 +165431,7 @@ "id": "4262", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.096014135781248, - 12.096014135781248, - 12.096014135781248, - 12.096014135781248, - 12.096014135781248, - 12.096014135781248, - 12.096014135781248, - 12.096014135781248 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -645.916072257407, - -1437.192576810868, - -1489.4947982907283, - -826.223255303571, - 376.2335158068936, - 1460.7101793780857, - 1582.5503182825141, - 586.4448264631219 - ], - "relative wind speed": [ - 3.2235816022750776, - 2.8651169461473294, - 2.8315002668010156, - 3.151055883349026, - 3.5811018740986045, - 3.8738706566041015, - 3.898509358499049, - 3.645081041514767 - ], - "relative wind angle": [ - 0.1665151836489594, - 0.08730126014523014, - 0.06397173459840219, - 0.1612153734763306, - 0.14975853614878745, - 0.0645308529073327, - 0.04644789804581759, - 0.13921183697553605 - ], - "resistance": [ - 95988.5839277426, - 95197.30742318914, - 95145.00520170927, - 95808.27674469643, - 97010.73351580689, - 98095.21017937809, - 98217.05031828252, - 97220.94482646312 - ], - "fuel": [ - 42.10310137988928, - 41.69855883362996, - 41.67190125030029, - 42.010713818785995, - 42.62912715314248, - 43.191478650219835, - 43.254931874373376, - 42.73778954891535 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -56.875, -50.46875 -56.71875, -50.3125 -56.71875, -50.3125 -56.875, -50.46875 -56.875))", @@ -234805,68 +165450,7 @@ "id": "4263", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.944757537701152, - 9.944757537701152, - 9.944757537701152, - 9.944757537701152, - 9.944757537701152, - 9.944757537701152, - 9.944757537701152, - 9.944757537701152 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -312.08569089592766, - -1122.1532047261376, - -1285.958186704775, - -862.9839696074068, - 119.61073869772781, - 1138.5553407565403, - 1517.9329122748586, - 764.9876414418436 - ], - "relative wind speed": [ - 2.733277630187721, - 2.305079421263706, - 2.1733532329847662, - 2.458982954435077, - 2.916799019124779, - 3.2657513658143738, - 3.354856009775462, - 3.151495827611011 - ], - "relative wind angle": [ - 0.21798587628287092, - 0.15314001172387354, - 0.043191044586403604, - 0.19826059780021998, - 0.2040700200740434, - 0.10787860442814026, - 0.02797510680522765, - 0.1542946498579418 - ], - "resistance": [ - 96322.41430910403, - 95512.34679527381, - 95348.54181329517, - 95771.51603039255, - 96754.11073869768, - 97773.0553407565, - 98152.43291227482, - 97399.4876414418 - ], - "fuel": [ - 40.86547475303683, - 40.45034730161319, - 40.366700549672665, - 40.58289561096895, - 41.08769940203749, - 41.61497225334945, - 41.81227560494807, - 41.42121376970566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -58.59375, -52.5 -58.4375, -52.34375 -58.4375, -52.34375 -58.59375, -52.5 -58.59375))", @@ -234885,68 +165469,7 @@ "id": "4264", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.033596363392318, - 8.033596363392318, - 8.033596363392318, - 8.033596363392318, - 8.033596363392318, - 8.033596363392318, - 8.033596363392318, - 8.033596363392318 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 524.2302605375471, - 856.4875004596784, - 512.4632233948428, - -73.75983832068778, - -572.9116987232712, - -715.2352542325134, - -564.7101457052177, - -60.06922497738378 - ], - "relative wind speed": [ - 2.538706520725501, - 2.6394423263496556, - 2.5341463464672316, - 2.2649212860825227, - 1.9614844378357146, - 1.823676562365098, - 1.9673724337127034, - 2.272131942932926 - ], - "relative wind angle": [ - 0.11282630828137291, - 0.0013885733315974142, - 0.11508891750025545, - 0.18107515307017125, - 0.14623969932626826, - 0.002009709720272557, - 0.14846224047743062, - 0.18049417424769096 - ], - "resistance": [ - 97158.73026053756, - 97490.9875004597, - 97146.96322339485, - 96560.74016167932, - 96061.58830127674, - 95919.2647457675, - 96069.7898542948, - 96574.43077502263 - ], - "fuel": [ - 40.30061046886129, - 40.47261924655915, - 40.2945262335744, - 39.992067395906545, - 39.73554047638254, - 39.662566618014154, - 39.73974797294049, - 39.99911641556275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -58.59375, -52.34375 -58.4375, -52.1875 -58.4375, -52.1875 -58.59375, -52.34375 -58.59375))", @@ -234965,68 +165488,7 @@ "id": "4265", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.696135613686958, - 7.696135613686958, - 7.696135613686958, - 7.696135613686958, - 7.696135613686958, - 7.696135613686958, - 7.696135613686958, - 7.696135613686958 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 443.40329094628987, - 764.909838633524, - 486.8761340237461, - -35.97740902936425, - -497.73729369908665, - -647.1672168702626, - -528.0522359694583, - -86.59658738899816 - ], - "relative wind speed": [ - 2.414907744801494, - 2.520706989098829, - 2.432541501481244, - 2.1857444749455195, - 1.8979708136482254, - 1.7550239031053276, - 1.8753171648908133, - 2.157914204876523 - ], - "relative wind angle": [ - 0.11650467266653605, - 0.00560818683437567, - 0.10738633086698722, - 0.17606604221645944, - 0.14844570755923717, - 0.008054975485784722, - 0.13947892121361616, - 0.17836096587768707 - ], - "resistance": [ - 97077.90329094628, - 97399.40983863352, - 97121.37613402374, - 96598.52259097064, - 96136.76270630091, - 95987.33278312974, - 96106.44776403054, - 96547.903412611 - ], - "fuel": [ - 40.107955477672206, - 40.27429552036732, - 40.130424831994375, - 39.86064931508122, - 39.6232420462035, - 39.5465847009136, - 39.607683804184106, - 39.834585464902325 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -58.75, -52.5 -58.59375, -52.34375 -58.59375, -52.34375 -58.75, -52.5 -58.75))", @@ -235058,34 +165520,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 474.2231032179102, + 474.2231032179095, 683.283014539036, - 374.09441498782667, + 374.094414987826, -94.79227223691964, - -465.33448732556167, + -465.33448732556144, -555.6969964594564, -396.1184949222071, - 20.36111691609608 + 20.361116916096307 ], "relative wind speed": [ - 2.082440297961194, + 2.0824402979611936, 2.158764587758031, - 2.034765405798766, + 2.0347654057987654, 1.7553291230939696, 1.4503086849440054, 1.33404959834281, 1.5164704479683406, - 1.8326954318202657 + 1.8326954318202655 ], "relative wind angle": [ - 0.1269006614981663, + 0.12690066149816634, 0.01841366459304787, 0.15780605118266916, 0.237199996140211, - 0.18273827593584901, + 0.18273827593584843, 0.029799794835512528, 0.21245755012080692, - 0.22700698052120566 + 0.22700698052120521 ], "resistance": [ 97108.72310321791, @@ -235125,68 +165587,7 @@ "id": "4267", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.686545386040965, - 6.686545386040965, - 6.686545386040965, - 6.686545386040965, - 6.686545386040965, - 6.686545386040965, - 6.686545386040965, - 6.686545386040965 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 511.0674280210501, - 626.8880286251192, - 285.42881980742686, - -173.80535279958303, - -499.59699118778303, - -549.5710787484138, - -342.71676017203436, - 87.77612190968557 - ], - "relative wind speed": [ - 2.1876947589131297, - 2.228576834764241, - 2.0839441795987192, - 1.8111288297866102, - 1.5495564449636565, - 1.490160671154817, - 1.6865082835909824, - 1.9765995791308273 - ], - "relative wind angle": [ - 0.09232756645736329, - 0.03786313691319864, - 0.15465143410154858, - 0.2055177379052206, - 0.1305351824164464, - 0.056642131058422265, - 0.19150352563689302, - 0.1880972051009207 - ], - "resistance": [ - 97145.56742802107, - 97261.38802862514, - 96919.92881980744, - 96460.69464720043, - 96134.90300881224, - 96084.9289212516, - 96291.78323982799, - 96722.2761219097 - ], - "fuel": [ - 39.73635651528879, - 39.79626425083997, - 39.61978920766015, - 39.38312911039529, - 39.21571264973971, - 39.19006711009891, - 39.296280312720256, - 39.51783537939063 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -58.90625, -52.5 -58.75, -52.34375 -58.75, -52.34375 -58.90625, -52.5 -58.90625))", @@ -235218,17 +165619,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 397.4641956203184, + 397.4641956203179, 704.9449650692682, - 473.16729602580244, + 473.1672960258013, 5.092150292465476, - -416.2838936718822, + -416.28389367188186, -568.724825484668, -468.613227058911, -81.96496120030929 ], "relative wind speed": [ - 2.0671747434370706, + 2.06717474343707, 2.1864643442553944, 2.102763680522461, 1.8456656341751965, @@ -235240,12 +165641,12 @@ "relative wind angle": [ 0.15384379108900176, 0.01357368691050676, - 0.13105941477957495, + 0.13105941477957667, 0.2286264563858013, - 0.2090469896491193, + 0.20904698964911875, 0.021985309498814193, 0.1871447880202884, - 0.23615052573421894 + 0.2361505257342189 ], "resistance": [ 97031.96419562034, @@ -235285,68 +165686,7 @@ "id": "4269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.537324742526425, - 6.537324742526425, - 6.537324742526425, - 6.537324742526425, - 6.537324742526425, - 6.537324742526425, - 6.537324742526425, - 6.537324742526425 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 408.2252345849504, - 691.5574068573371, - 436.324457923778, - -26.486165943606693, - -430.2012104203212, - -559.5788289066093, - -449.6795101588599, - -58.91824435479043 - ], - "relative wind speed": [ - 2.1106876847673335, - 2.2152471243384824, - 2.1237088426807054, - 1.8697924418479381, - 1.5682059541993274, - 1.4166695435156331, - 1.5505267391871989, - 1.848823583207179 - ], - "relative wind angle": [ - 0.1378012321907337, - 0.004845936842456464, - 0.12973839025822687, - 0.2152084153855242, - 0.18595352133082538, - 0.007577637582476127, - 0.17814130658537877, - 0.2176883195153742 - ], - "resistance": [ - 97042.72523458496, - 97326.05740685733, - 97070.82445792378, - 96608.01383405639, - 96204.29878957968, - 96074.92117109339, - 96184.82048984113, - 96575.58175564521 - ], - "fuel": [ - 39.628806401503624, - 39.77533869492279, - 39.64332527168313, - 39.404565314938196, - 39.19694311716978, - 39.13053523660455, - 39.1869411717456, - 39.38786377234785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -59.0625, -52.5 -58.90625, -52.34375 -58.90625, -52.34375 -59.0625, -52.5 -59.0625))", @@ -235365,68 +165705,7 @@ "id": "4270", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.435275179140717, - 6.435275179140717, - 6.435275179140717, - 6.435275179140717, - 6.435275179140717, - 6.435275179140717, - 6.435275179140717, - 6.435275179140717 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 385.1327408631555, - 767.0820680495626, - 585.5470730298284, - 80.22322053485595, - -408.2441755305081, - -625.0854677773918, - -546.3207682647285, - -149.34285841983524 - ], - "relative wind speed": [ - 2.088081768354714, - 2.2432137897484594, - 2.1800265053791663, - 1.9197215383963904, - 1.56703418567713, - 1.3355424006367183, - 1.4363725304601287, - 1.7692797476468016 - ], - "relative wind angle": [ - 0.18111386251402717, - 0.034607351816687254, - 0.12248368750846998, - 0.2389114378122298, - 0.24238439550655205, - 0.058148622549579525, - 0.18651225510232944, - 0.2596756088873784 - ], - "resistance": [ - 97019.63274086318, - 97401.58206804958, - 97220.04707302984, - 96714.72322053487, - 96226.25582446951, - 96009.41453222262, - 96088.17923173528, - 96485.15714158017 - ], - "fuel": [ - 39.580519948937166, - 39.77809182116982, - 39.68412107577073, - 39.42318829705009, - 39.1718628059909, - 39.06057850739936, - 39.100980806379255, - 39.304961732112844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -59.0625, -52.34375 -58.90625, -52.1875 -58.90625, -52.1875 -59.0625, -52.34375 -59.0625))", @@ -235445,68 +165724,7 @@ "id": "4271", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.093195277615844, - 7.093195277615844, - 7.093195277615844, - 7.093195277615844, - 7.093195277615844, - 7.093195277615844, - 7.093195277615844, - 7.093195277615844 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - 495.11246961423785, - 868.0722535978875, - 574.3182533321833, - -2.640864069736608, - -518.0428007044939, - -699.62628503813, - -572.8149565520087, - -93.77101910427155 - ], - "relative wind speed": [ - 2.3033239328333486, - 2.4322671940136398, - 2.3367909882606304, - 2.050861639195851, - 1.6991619028380907, - 1.5088169566068175, - 1.6528339870668047, - 1.9966018252255884 - ], - "relative wind angle": [ - 0.15088820775200834, - 0.011456704243654105, - 0.13167987797829747, - 0.22710823390757212, - 0.20520052670769914, - 0.018469265230999676, - 0.18671561053439145, - 0.23339309905533293 - ], - "resistance": [ - 97129.61246961418, - 97502.57225359783, - 97208.81825333212, - 96631.85913593021, - 96116.45719929544, - 95934.87371496181, - 96061.68504344793, - 96540.72898089567 - ], - "fuel": [ - 39.88379465045807, - 40.07686287159288, - 39.924753422498235, - 39.626931529842466, - 39.361932468162, - 39.26880497298097, - 39.33382891983346, - 39.58000411378832 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -59.21875, -52.5 -59.0625, -52.34375 -59.0625, -52.34375 -59.21875, -52.5 -59.21875))", @@ -235538,9 +165756,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 425.86483613336486, + 425.8648361333644, 827.2195338667325, - 615.5792961221578, + 615.5792961221573, 69.86982041727583, -450.07066083210384, -672.6061960200327, @@ -235548,9 +165766,9 @@ -147.58985765943544 ], "relative wind speed": [ - 2.180629447469212, + 2.1806294474692116, 2.335147628377664, - 2.264222249902855, + 2.2642222499028546, 1.9918833382979464, 1.6292918304118542, 1.3988646144280232, @@ -235558,7 +165776,7 @@ 1.8552998200904667 ], "relative wind angle": [ - 0.17565349498708252, + 0.1756534949870825, 0.030158991267949912, 0.12464182982084601, 0.23742757983463056, @@ -235605,68 +165823,7 @@ "id": "4273", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.766404727447951, - 7.766404727447951, - 7.766404727447951, - 7.766404727447951, - 7.766404727447951, - 7.766404727447951, - 7.766404727447951, - 7.766404727447951 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 498.5088182598922, - 948.9087363415817, - 683.9753650609198, - 48.02036713637267, - -550.6159564439758, - -793.5751168246024, - -679.2142511835063, - -166.13285041387257 - ], - "relative wind speed": [ - 2.475880294346843, - 2.627878488721162, - 2.548319891734813, - 2.2662266734283407, - 1.9044366473698549, - 1.6885250440241983, - 1.8063576349020731, - 2.1496694723659857 - ], - "relative wind angle": [ - 0.151809775091149, - 0.022699282002693742, - 0.1140747347121615, - 0.20884862905834356, - 0.19789360839236148, - 0.03533157174627271, - 0.1612804588061942, - 0.22035445661209294 - ], - "resistance": [ - 97133.0088182599, - 97583.40873634157, - 97318.47536506092, - 96682.52036713637, - 96083.88404355603, - 95840.9248831754, - 95955.28574881649, - 96468.36714958613 - ], - "fuel": [ - 40.16723621470406, - 40.40046306712884, - 40.2631833985357, - 39.93471859249687, - 39.62690359202825, - 39.50235596030238, - 39.56095316284024, - 39.82444917405243 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -59.375, -52.5 -59.21875, -52.34375 -59.21875, -52.34375 -59.375, -52.5 -59.375))", @@ -235698,9 +165855,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 620.6652890097798, + 620.665289009778, 917.5090103155912, - 513.9012888034831, + 513.9012888034813, -111.28108284973246, -613.1160764250255, -741.3571437527621, @@ -235718,13 +165875,13 @@ 2.1083849508940924 ], "relative wind angle": [ - 0.1302487210944871, + 0.13024872109448965, 0.014706201525549543, - 0.15493758354094198, + 0.15493758354094414, 0.23671185814381868, 0.18643943837696608, 0.0238316027448034, - 0.21017017813026076, + 0.2101701781302608, 0.22855041411316349 ], "resistance": [ @@ -235778,9 +165935,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 677.3630079976376, + 677.3630079976358, 954.5405164814117, - 510.9377426088279, + 510.9377426088265, -150.53817370038018, -666.1719388268068, -785.9430490661143, @@ -235788,7 +165945,7 @@ 41.14975657046102 ], "relative wind speed": [ - 2.498934109078382, + 2.4989341090783816, 2.5834921922172422, 2.432754126872559, 2.1021869593037237, @@ -235798,14 +165955,14 @@ 2.209244141394187 ], "relative wind angle": [ - 0.12107248337002609, + 0.12107248337002703, 0.021259030322167537, - 0.15662738367018925, - 0.2312195352834346, + 0.15662738367019066, + 0.23121953528343464, 0.1735383153249302, - 0.03389952343081185, + 0.033899523430811845, 0.20785267355849327, - 0.21982592310344626 + 0.21982592310344623 ], "resistance": [ 97311.86300799763, @@ -235845,68 +166002,7 @@ "id": "4276", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.3483762522067675, - 7.3483762522067675, - 7.3483762522067675, - 7.3483762522067675, - 7.3483762522067675, - 7.3483762522067675, - 7.3483762522067675, - 7.3483762522067675 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 614.9750066575389, - 754.1571175582671, - 343.1551770893593, - -209.58528265270434, - -601.6370119848898, - -661.6849423302795, - -412.6286527422262, - 105.5821140542489 - ], - "relative wind speed": [ - 2.4029694317512056, - 2.4477055076809062, - 2.289181399664518, - 1.990327390308486, - 1.703997586895728, - 1.6390874332218306, - 1.8540545799698487, - 2.1717427898959367 - ], - "relative wind angle": [ - 0.0920176431761025, - 0.0377901429273726, - 0.1541962569789428, - 0.2047821030497094, - 0.12994520061304643, - 0.05644986172330644, - 0.1907862357692083, - 0.1874628171537155 - ], - "resistance": [ - 97249.47500665754, - 97388.65711755826, - 96977.65517708936, - 96424.9147173473, - 96032.86298801511, - 95972.81505766972, - 96221.87134725778, - 96740.08211405425 - ], - "fuel": [ - 40.049046483208926, - 40.12109772870687, - 39.90853972220534, - 39.623669859694516, - 39.422304466189914, - 39.391513190087686, - 39.519311434549344, - 39.785960661176205 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -58.90625, -51.71875 -58.75, -51.5625 -58.75, -51.5625 -58.90625, -51.71875 -58.90625))", @@ -235925,68 +166021,7 @@ "id": "4277", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.942780835765848, - 8.942780835765848, - 8.942780835765848, - 8.942780835765848, - 8.942780835765848, - 8.942780835765848, - 8.942780835765848, - 8.942780835765848 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 982.4460422622315, - 876.1425916203275, - 207.97939317835926, - -513.8283483732071, - -898.3143703370467, - -852.5416726053534, - -357.7223759594913, - 390.32123242356556 - ], - "relative wind speed": [ - 2.9297733871648606, - 2.901243493611795, - 2.6571531262888177, - 2.303928223646557, - 2.046118358810556, - 2.0863745179560373, - 2.389499885301236, - 2.731682115233374 - ], - "relative wind angle": [ - 0.04641597223616855, - 0.07478877458731326, - 0.1673149924307812, - 0.17848010105397477, - 0.066486701367391, - 0.10408973763137105, - 0.18626464136824797, - 0.15029921920157663 - ], - "resistance": [ - 97616.94604226228, - 97510.64259162037, - 96842.47939317841, - 96120.67165162684, - 95736.185629663, - 95781.95832739469, - 96276.77762404055, - 97024.82123242361 - ], - "fuel": [ - 40.98175095706093, - 40.92662340180938, - 40.581085621651404, - 40.20967244033618, - 40.012622806905284, - 40.0360525344051, - 40.289833982274814, - 40.67521811927953 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -59.0625, -51.875 -58.90625, -51.71875 -58.90625, -51.71875 -59.0625, -51.875 -59.0625))", @@ -236005,68 +166040,7 @@ "id": "4278", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.22268211090459, - 7.22268211090459, - 7.22268211090459, - 7.22268211090459, - 7.22268211090459, - 7.22268211090459, - 7.22268211090459, - 7.22268211090459 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 681.7393261200807, - 758.6791592024726, - 303.5488077639129, - -264.6223229854629, - -638.5956309678361, - -671.886277234935, - -376.0650686685276, - 172.89496750454623 - ], - "relative wind speed": [ - 2.402593974667763, - 2.4273334141733653, - 2.2427847642480905, - 1.9213885702153588, - 1.631222266782739, - 1.5941757704830188, - 1.8447927775265955, - 2.177523789308267 - ], - "relative wind angle": [ - 0.08447345096019214, - 0.05392158297321005, - 0.17374936437464353, - 0.21903981937836428, - 0.12459340765279536, - 0.08215500750563441, - 0.2117513960871002, - 0.19292766282185 - ], - "resistance": [ - 97316.23932612008, - 97393.17915920247, - 96938.04880776392, - 96369.87767701453, - 95995.90436903217, - 95962.61372276506, - 96258.43493133147, - 96807.39496750454 - ], - "fuel": [ - 40.03220120881487, - 40.07204132227272, - 39.83669111992962, - 39.543968687658484, - 39.35195273228841, - 39.3348849320288, - 39.48669416691464, - 39.76927175464816 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -59.0625, -51.71875 -58.90625, -51.5625 -58.90625, -51.5625 -59.0625, -51.71875 -59.0625))", @@ -236085,68 +166059,7 @@ "id": "4279", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.711100680205758, - 8.711100680205758, - 8.711100680205758, - 8.711100680205758, - 8.711100680205758, - 8.711100680205758, - 8.711100680205758, - 8.711100680205758 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 998.6963907388831, - 918.1473765982932, - 243.51759788741174, - -497.7600319060223, - -906.3430241288634, - -871.5743353245223, - -380.2267545057375, - 381.03342154108213 - ], - "relative wind speed": [ - 2.8847369439226167, - 2.8628830759493007, - 2.6148744628302727, - 2.2454227106151325, - 1.964949936550047, - 1.996656200306678, - 2.311961728147359, - 2.6722298440504364 - ], - "relative wind angle": [ - 0.05347558870630823, - 0.07581780147043377, - 0.17717143409120178, - 0.1949177000382944, - 0.07855068929226731, - 0.10882103216174827, - 0.20068201735883373, - 0.16347758366759305 - ], - "resistance": [ - 97633.19639073889, - 97552.6473765983, - 96878.01759788742, - 96136.73996809397, - 95728.15697587114, - 95762.92566467548, - 96254.27324549426, - 97015.53342154108 - ], - "fuel": [ - 40.87191755673844, - 40.83013717931271, - 40.4811579052219, - 40.09965512999795, - 39.89024965343896, - 39.90804499471372, - 40.160007907645976, - 40.552156051571345 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -58.90625, -51.5625 -58.75, -51.40625 -58.75, -51.40625 -58.90625, -51.5625 -58.90625))", @@ -236165,68 +166078,7 @@ "id": "4280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.017570116662592, - 10.017570116662592, - 10.017570116662592, - 10.017570116662592, - 10.017570116662592, - 10.017570116662592, - 10.017570116662592, - 10.017570116662592 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1047.9122504928687, - 1078.4891519138469, - 363.324038182257, - -489.71984341087, - -1013.2805227939871, - -1026.414104653269, - -534.9132525881901, - 310.61943537817206 - ], - "relative wind speed": [ - 3.2223859776102066, - 3.229829262457718, - 3.006127878979135, - 2.648766166320006, - 2.3564913328395005, - 2.3462791235951452, - 2.6267885270175397, - 2.9867809739927345 - ], - "relative wind angle": [ - 0.05961020957994753, - 0.05301215434703197, - 0.14487870109437656, - 0.16789620327287078, - 0.08155614324939747, - 0.07300586722204214, - 0.1659825797953018, - 0.1487446805768126 - ], - "resistance": [ - 97682.4122504929, - 97712.98915191388, - 96997.82403818228, - 96144.78015658916, - 95621.21947720605, - 95608.08589534675, - 96099.58674741184, - 96945.1194353782 - ], - "fuel": [ - 41.61061540298882, - 41.626487412886775, - 41.2561668531298, - 40.81694003022522, - 40.54870294110847, - 40.54198729615862, - 40.79374576057688, - 41.22895111141602 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -58.90625, -51.40625 -58.75, -51.25 -58.75, -51.25 -58.90625, -51.40625 -58.90625))", @@ -236245,68 +166097,7 @@ "id": "4281", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.989090362951975, - 11.989090362951975, - 11.989090362951975, - 11.989090362951975, - 11.989090362951975, - 11.989090362951975, - 11.989090362951975, - 11.989090362951975 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1452.8314943689074, - 1202.656585056372, - 197.54175920593298, - -844.7485503589842, - -1351.3893837207124, - -1244.384524029535, - -471.763123032315, - 631.6430054069606 - ], - "relative wind speed": [ - 3.822700413107506, - 3.7707007934601613, - 3.484354535768272, - 3.0980011793785063, - 2.842280987262514, - 2.9109131187868145, - 3.2482107579400292, - 3.6185616412458215 - ], - "relative wind angle": [ - 0.03122578207915009, - 0.0696632035608132, - 0.14125035589987006, - 0.1396559979800282, - 0.04200236104457154, - 0.09028906913061753, - 0.15159584413481625, - 0.1194609601188975 - ], - "resistance": [ - 98087.3314943689, - 97837.15658505638, - 96832.04175920594, - 95789.75144964101, - 95283.11061627929, - 95390.11547597047, - 96162.73687696768, - 97266.14300540696 - ], - "fuel": [ - 43.11014597884595, - 42.98003767728941, - 42.45965570868155, - 41.92399707356557, - 41.66508193285767, - 41.719686432433704, - 42.115218998869835, - 42.68394343589275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -59.0625, -51.5625 -58.90625, -51.40625 -58.90625, -51.40625 -59.0625, -51.5625 -59.0625))", @@ -236325,68 +166116,7 @@ "id": "4282", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.845601437673778, - 10.845601437673778, - 10.845601437673778, - 10.845601437673778, - 10.845601437673778, - 10.845601437673778, - 10.845601437673778, - 10.845601437673778 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1182.4867761883638, - 1253.3990863539261, - 446.05558771391907, - -537.62313067889, - -1157.3278605400997, - -1187.7656789513394, - -642.5937443574112, - 323.6836225818047 - ], - "relative wind speed": [ - 3.474545377220827, - 3.490550063471949, - 3.2593459326599694, - 2.881810998302126, - 2.5664338124948323, - 2.5446234194236577, - 2.834733176779834, - 3.217796367445939 - ], - "relative wind angle": [ - 0.06183985971862826, - 0.04874037466816529, - 0.14012862003041424, - 0.16513758929115777, - 0.08376596278835932, - 0.06688228156510623, - 0.1612900240537328, - 0.1477606090686 - ], - "resistance": [ - 97816.98677618835, - 97887.89908635391, - 97080.5555877139, - 96096.8768693211, - 95477.17213945989, - 95446.73432104864, - 95991.90625564258, - 96958.1836225818 - ], - "fuel": [ - 42.19070962663085, - 42.22755997242088, - 41.80912140705153, - 41.30256780341195, - 40.98529431838685, - 40.969747726400556, - 41.2487249193262, - 41.74590883876719 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -59.0625, -51.40625 -58.90625, -51.25 -58.90625, -51.25 -59.0625, -51.40625 -59.0625))", @@ -236405,68 +166135,7 @@ "id": "4283", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.695177017352862, - 12.695177017352862, - 12.695177017352862, - 12.695177017352862, - 12.695177017352862, - 12.695177017352862, - 12.695177017352862, - 12.695177017352862 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1447.97029845624, - 1385.8163382453613, - 383.593202550509, - -760.1227708328388, - -1413.2014355368592, - -1386.644125221424, - -667.1975637188889, - 491.6797349757999 - ], - "relative wind speed": [ - 4.00415971691232, - 3.9918713931726213, - 3.733194484338618, - 3.347981682035891, - 3.0577185484656355, - 3.073743733713697, - 3.3832228277602208, - 3.764831525702879 - ], - "relative wind angle": [ - 0.044108991295400385, - 0.05268036828496933, - 0.12726518274690632, - 0.1377998364297767, - 0.05777524715192284, - 0.06843777220415823, - 0.14051306361664562, - 0.12246075673295395 - ], - "resistance": [ - 98082.47029845626, - 98020.31633824538, - 97018.09320255052, - 95874.37722916718, - 95221.29856446316, - 95247.85587477859, - 95967.30243628113, - 97126.17973497581 - ], - "fuel": [ - 43.63155985610713, - 43.5992148683968, - 43.07964157238193, - 42.491281816172695, - 42.157502958580245, - 42.171045050815586, - 42.53890349301238, - 43.13549606774958 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -59.21875, -51.875 -59.0625, -51.71875 -59.0625, -51.71875 -59.21875, -51.875 -59.21875))", @@ -236485,68 +166154,7 @@ "id": "4284", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.553969175510963, - 6.553969175510963, - 6.553969175510963, - 6.553969175510963, - 6.553969175510963, - 6.553969175510963, - 6.553969175510963, - 6.553969175510963 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 623.6714540696464, - 707.1284986888647, - 294.90025137728367, - -224.1051523492563, - -571.051848369529, - -607.2691590623101, - -343.7259541763485, - 154.22887839184568 - ], - "relative wind speed": [ - 2.2181763497404505, - 2.2470357989352414, - 2.0678048582936803, - 1.7473600484296532, - 1.4483347646293385, - 1.403142910499587, - 1.6559477579316453, - 1.991158650166709 - ], - "relative wind angle": [ - 0.0950875657068348, - 0.05572927185906176, - 0.18856422879163662, - 0.24450784229445308, - 0.1459280130578653, - 0.08931908018262862, - 0.23626174737962086, - 0.21406981172416722 - ], - "resistance": [ - 97258.17145406963, - 97341.62849868885, - 96929.40025137727, - 96410.39484765074, - 96063.44815163045, - 96027.23084093767, - 96290.77404582364, - 96788.72887839183 - ], - "fuel": [ - 39.74619748639291, - 39.78939524767169, - 39.57627611036854, - 39.30885314523641, - 39.13064420393595, - 39.11206702501757, - 39.24735940632731, - 39.50369469495991 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -59.21875, -51.71875 -59.0625, -51.5625 -59.0625, -51.5625 -59.21875, -51.71875 -59.21875))", @@ -236565,68 +166173,7 @@ "id": "4285", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.908263998679051, - 7.908263998679051, - 7.908263998679051, - 7.908263998679051, - 7.908263998679051, - 7.908263998679051, - 7.908263998679051, - 7.908263998679051 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 841.6892439159369, - 827.8313234529951, - 262.3115664940824, - -386.35805985383763, - -769.1544251179298, - -763.1626373927743, - -366.22852511876454, - 285.8925756449048 - ], - "relative wind speed": [ - 2.63263217576506, - 2.6285349686768207, - 2.406823543374721, - 2.058040954678674, - 1.7747171535803705, - 1.7807799040108887, - 2.070645691358866, - 2.417610509770169 - ], - "relative wind angle": [ - 0.06511476337167327, - 0.06973301558140306, - 0.1797545205615019, - 0.20820481360371385, - 0.09667412574947333, - 0.10302877476366223, - 0.20934069233452687, - 0.1768818135510727 - ], - "resistance": [ - 97476.18924391596, - 97462.331323453, - 96896.8115664941, - 96248.14194014618, - 95865.34557488209, - 95871.33736260724, - 96268.27147488124, - 96920.39257564492 - ], - "fuel": [ - 40.40803969167966, - 40.400858033231856, - 40.10839554097481, - 39.77439687586397, - 39.57803042141218, - 39.58109988146135, - 39.78473799241272, - 40.1205668480697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -59.375, -51.875 -59.21875, -51.71875 -59.21875, -51.71875 -59.375, -51.875 -59.375))", @@ -236645,68 +166192,7 @@ "id": "4286", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.978920588363141, - 6.978920588363141, - 6.978920588363141, - 6.978920588363141, - 6.978920588363141, - 6.978920588363141, - 6.978920588363141, - 6.978920588363141 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 648.0265060859927, - 715.8218933248493, - 283.53687825069187, - -252.94905334798682, - -603.9547792371994, - -633.3009466220332, - -351.02632343513665, - 168.51246013870718 - ], - "relative wind speed": [ - 2.3273546345382012, - 2.349850381100781, - 2.1682235580625187, - 1.8535014699478383, - 1.5703708688275795, - 1.536504945325345, - 1.7836622053604885, - 2.108832985674762 - ], - "relative wind angle": [ - 0.08430939659029747, - 0.05555109685258016, - 0.17640153659850144, - 0.2217396167690017, - 0.12512831151465956, - 0.08501563024730051, - 0.2149757146613473, - 0.19452329717303496 - ], - "resistance": [ - 97282.52650608598, - 97350.32189332483, - 96918.03687825067, - 96381.550946652, - 96030.54522076278, - 96001.19905337795, - 96283.47367656486, - 96803.01246013869 - ], - "fuel": [ - 39.91803942103481, - 39.95313480289349, - 39.72964860352895, - 39.45325874617445, - 39.27300521090533, - 39.25795570966062, - 39.40284653527888, - 39.67029947792317 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -59.375, -51.71875 -59.21875, -51.5625 -59.21875, -51.5625 -59.375, -51.71875 -59.375))", @@ -236725,68 +166211,7 @@ "id": "4287", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.866045999201706, - 7.866045999201706, - 7.866045999201706, - 7.866045999201706, - 7.866045999201706, - 7.866045999201706, - 7.866045999201706, - 7.866045999201706 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 721.579995399954, - 847.090638427545, - 363.55592386323997, - -266.0118777288417, - -698.1307120933632, - -752.2949969564502, - -449.1057750554173, - 149.32133053519237 - ], - "relative wind speed": [ - 2.577427671263355, - 2.615113901592418, - 2.437177971734629, - 2.1148979706137236, - 1.8157823424149004, - 1.761073024413769, - 2.000090610375256, - 2.338248380628913 - ], - "relative wind angle": [ - 0.08620275778434165, - 0.04352972813931122, - 0.1577377497711322, - 0.2035988735864093, - 0.1225160183292038, - 0.0646643245223366, - 0.19260126195083496, - 0.18391649509081828 - ], - "resistance": [ - 97356.0799954, - 97481.59063842759, - 96998.05592386328, - 96368.4881222712, - 95936.36928790668, - 95882.2050030436, - 96185.39422494463, - 96783.82133053524 - ], - "fuel": [ - 40.32688165850818, - 40.39190210784861, - 40.1417303444521, - 39.81730761516599, - 39.59548592013744, - 39.56773050498964, - 39.723234290266774, - 40.03116751962018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -59.21875, -51.5625 -59.0625, -51.40625 -59.0625, -51.40625 -59.21875, -51.5625 -59.21875))", @@ -236805,68 +166230,7 @@ "id": "4288", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.724764891961708, - 9.724764891961708, - 9.724764891961708, - 9.724764891961708, - 9.724764891961708, - 9.724764891961708, - 9.724764891961708, - 9.724764891961708 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1098.2901805591132, - 1096.2457385656385, - 350.70820525297495, - -517.4665538544746, - -1036.0184057462839, - -1035.1379643924715, - -514.4640468893931, - 354.215273092399 - ], - "relative wind speed": [ - 3.170147655050659, - 3.1696429632152676, - 2.9291302774552226, - 2.5511937686678574, - 2.2463931731586193, - 2.2471052331781833, - 2.5527072415245606, - 2.9304485659958504 - ], - "relative wind angle": [ - 0.060276625311217594, - 0.06073814798828439, - 0.15875549053087426, - 0.1822846762595612, - 0.08511461396736086, - 0.08572618278250727, - 0.18241130130744682, - 0.15847880207339501 - ], - "resistance": [ - 97732.79018055915, - 97730.74573856569, - 96985.20820525302, - 96117.03344614556, - 95598.48159425375, - 95599.36203560757, - 96120.03595311065, - 96988.71527309244 - ], - "fuel": [ - 41.46715853098148, - 41.46609703270909, - 41.08004216093877, - 40.633089742244664, - 40.36746754406286, - 40.36791769199132, - 40.63463065529153, - 41.081853352017546 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -59.21875, -51.40625 -59.0625, -51.25 -59.0625, -51.25 -59.21875, -51.40625 -59.21875))", @@ -236885,68 +166249,7 @@ "id": "4289", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.557749893646236, - 12.557749893646236, - 12.557749893646236, - 12.557749893646236, - 12.557749893646236, - 12.557749893646236, - 12.557749893646236, - 12.557749893646236 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1381.7468648432132, - 1416.0854958196032, - 462.3750192406178, - -677.6878678896674, - -1373.1689755929838, - -1387.8450693266018, - -729.0008104858625, - 402.6835019531736 - ], - "relative wind speed": [ - 3.9552985003269474, - 3.9621529213680886, - 3.7193610578293193, - 3.3379418776346443, - 3.0331663583165276, - 3.024207104615367, - 3.318258233684429, - 3.701706147905942 - ], - "relative wind angle": [ - 0.05117078786304605, - 0.046336743349731785, - 0.12449715106179543, - 0.14116388980957228, - 0.06674797957805131, - 0.06072348942018906, - 0.1396392183646142, - 0.1272122987530386 - ], - "resistance": [ - 98016.24686484324, - 98050.58549581963, - 97096.87501924064, - 95956.81213211037, - 95261.33102440705, - 95246.65493067342, - 95905.49918951417, - 97037.1835019532 - ], - "fuel": [ - 43.492547064450804, - 43.510414627884714, - 43.01579780212404, - 42.42897533749078, - 42.07336674994264, - 42.0658820622453, - 42.402676860693674, - 42.98495291433811 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -59.375, -51.5625 -59.21875, -51.40625 -59.21875, -51.40625 -59.375, -51.5625 -59.375))", @@ -236965,68 +166268,7 @@ "id": "4290", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.37171772187415, - 8.37171772187415, - 8.37171772187415, - 8.37171772187415, - 8.37171772187415, - 8.37171772187415, - 8.37171772187415, - 8.37171772187415 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 800.4950543506188, - 926.9179672315408, - 389.01445741718635, - -305.0666720565034, - -776.3364858608691, - -830.8554729551629, - -489.8992192410335, - 172.8718397142561 - ], - "relative wind speed": [ - 2.7339926248542445, - 2.769850070462472, - 2.5818953294782645, - 2.2463953884800527, - 1.9394086689282217, - 1.8878432787258523, - 2.1377179808126376, - 2.4879166819825156 - ], - "relative wind angle": [ - 0.08252511465997649, - 0.044394206274949305, - 0.15524142920284617, - 0.19788935232700408, - 0.11646712634480673, - 0.06516003701397023, - 0.1878482739622763, - 0.17846056974089888 - ], - "resistance": [ - 97434.99505435057, - 97561.4179672315, - 97023.51445741714, - 96329.43332794345, - 95858.16351413909, - 95803.64452704479, - 96144.60078075892, - 96807.37183971421 - ], - "fuel": [ - 40.60229611923865, - 40.66782650575466, - 40.38941998245284, - 40.031770432862054, - 39.7899539873091, - 39.762032713433555, - 39.93683125133736, - 40.277852750317656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -59.375, -51.40625 -59.21875, -51.25 -59.21875, -51.25 -59.375, -51.40625 -59.375))", @@ -237045,68 +166287,7 @@ "id": "4291", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.854910892958994, - 10.854910892958994, - 10.854910892958994, - 10.854910892958994, - 10.854910892958994, - 10.854910892958994, - 10.854910892958994, - 10.854910892958994 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1087.3608630526605, - 1227.4098390006666, - 484.69391728762093, - -463.17822683738314, - -1092.694498648651, - -1152.7109024895258, - -671.1957256622959, - 242.385598616097 - ], - "relative wind speed": [ - 3.446855666413498, - 3.4787052566956564, - 3.270262086807142, - 2.912826107554948, - 2.601122415918, - 2.558370877084856, - 2.8199357601317314, - 3.187804240354828 - ], - "relative wind angle": [ - 0.06601871427969606, - 0.039993269927300325, - 0.13004743790031636, - 0.15881843040282068, - 0.08753234742614047, - 0.054392551816133755, - 0.15096321659670436, - 0.14501730358911763 - ], - "resistance": [ - 97721.86086305263, - 97861.90983900064, - 97119.19391728759, - 96171.32177316259, - 95541.80550135132, - 95481.78909751044, - 95963.30427433767, - 96876.88559861606 - ], - "fuel": [ - 42.14729883298399, - 42.220045233531906, - 41.8350850562954, - 41.346770921655335, - 41.02431127734829, - 40.993645828694014, - 41.240054154994546, - 41.70993729321876 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -59.53125, -52.5 -59.375, -52.34375 -59.375, -52.34375 -59.53125, -52.5 -59.53125))", @@ -237138,9 +166319,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 633.3284464855697, + 633.3284464855674, 813.4629135869031, - 397.93818836903324, + 397.93818836903233, -176.1030786981412, -596.8834905977534, -674.9677506108503, @@ -237148,9 +166329,9 @@ 94.29710083761461 ], "relative wind speed": [ - 2.2974072067385114, + 2.297407206738511, 2.357160786598402, - 2.194722218897626, + 2.1947222188976254, 1.8689588257837604, 1.5363185279780094, 1.442964836406407, @@ -237158,9 +166339,9 @@ 2.036012622875299 ], "relative wind angle": [ - 0.1146453822926139, + 0.11464538229261487, 0.03646071774288115, - 0.17602149545176823, + 0.1760214954517682, 0.24735415511724662, 0.17191063547845026, 0.059582598454988436, @@ -237218,24 +166399,24 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 635.9690759610096, + 635.9690759610087, 850.3512883482847, 438.5603155897486, -145.06392831209564, -584.2416978112509, -677.3562329217068, - -448.68824537800026, - 80.19949111275469 + -448.6882453780005, + 80.19949111275446 ], "relative wind speed": [ - 2.232057260825335, + 2.2320572608253344, 2.3045334101735078, 2.143817659117302, 1.804469410951626, 1.440903868032629, 1.3218961131301312, 1.5691811294338511, - 1.9499163360140295 + 1.9499163360140293 ], "relative wind angle": [ 0.13230506974068215, @@ -237244,8 +166425,8 @@ 0.2760246285824499, 0.20580176456452232, 0.05703975443530913, - 0.2584312044967271, - 0.25495753786029013 + 0.2584312044967275, + 0.2549575378602897 ], "resistance": [ 97270.46907596102, @@ -237298,9 +166479,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 591.1815620419256, + 591.1815620419238, 1002.4823926297231, - 638.8866323927314, + 638.8866323927309, -23.08475543656573, -600.7992868000683, -790.7209923939047, @@ -237308,7 +166489,7 @@ -77.82538985187375 ], "relative wind speed": [ - 2.428149115215622, + 2.428149115215621, 2.5596129863128168, 2.447319403244793, 2.1303814902665046, @@ -237320,7 +166501,7 @@ "relative wind angle": [ 0.1527251155903701, 0.006287636895166503, - 0.14211833153302839, + 0.14211833153302914, 0.2399606411757968, 0.21316406607337265, 0.010403329679412094, @@ -237378,33 +166559,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 641.7905031575206, + 641.7905031575192, 965.0186848431185, - 551.1498516039442, + 551.1498516039437, -96.89785919491305, -622.0212476080151, -761.8420843182688, - -559.5773324229272, + -559.5773324229274, 6.910835365864614 ], "relative wind speed": [ 2.385497595323017, 2.4877961418645764, - 2.3480014846632793, + 2.348001484663279, 2.014583165856023, 1.6363060680800574, 1.476132339003262, - 1.6896701908202532, + 1.689670190820253, 2.0759458069942567 ], "relative wind angle": [ - 0.1410395162530046, + 0.14103951625300615, 0.012728697013737474, - 0.16260517472443659, + 0.1626051747244359, 0.25383656931216264, 0.20639648658004967, 0.0214533456898726, - 0.22690728468888213, + 0.22690728468888163, 0.24617556761543838 ], "resistance": [ @@ -237445,68 +166626,7 @@ "id": "4296", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.796765111951228, - 7.796765111951228, - 7.796765111951228, - 7.796765111951228, - 7.796765111951228, - 7.796765111951228, - 7.796765111951228, - 7.796765111951228 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 603.987958114051, - 1086.086304308861, - 742.2394874553763, - 23.17305638503217, - -630.0254409073057, - -874.1542993503372, - -725.4854562958112, - -135.59630645583434 - ], - "relative wind speed": [ - 2.538552389022937, - 2.6919999209627217, - 2.5913639387861815, - 2.271699650780395, - 1.869185193925583, - 1.6404992979399229, - 1.7952533129793267, - 2.1857452316427253 - ], - "relative wind angle": [ - 0.15947297989356915, - 0.01642957761662972, - 0.13180676032676264, - 0.2336049483741572, - 0.21737223142688283, - 0.026962395513180235, - 0.1908631730390487, - 0.24297287625070513 - ], - "resistance": [ - 97238.48795811404, - 97720.58630430885, - 97376.73948745536, - 96657.67305638501, - 96004.47455909268, - 95760.34570064965, - 95909.01454370418, - 96498.90369354415 - ], - "fuel": [ - 40.23519497408007, - 40.485053612755266, - 40.30675858824464, - 39.93532279827799, - 39.59957897654111, - 39.47450439306774, - 39.55064552467285, - 39.853569344343484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -59.84375, -52.34375 -59.6875, -52.1875 -59.6875, -52.1875 -59.84375, -52.34375 -59.84375))", @@ -237525,68 +166645,7 @@ "id": "4297", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.359135027789453, - 7.359135027789453, - 7.359135027789453, - 7.359135027789453, - 7.359135027789453, - 7.359135027789453, - 7.359135027789453, - 7.359135027789453 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 699.1202392575144, - 952.7912414913019, - 495.81714701080296, - -165.78259865041582, - -670.4091132249594, - -780.2442216853638, - -530.0099008787938, - 67.74916679393937 - ], - "relative wind speed": [ - 2.4604307037230817, - 2.538838839624321, - 2.378089874901802, - 2.036061416573028, - 1.6735610663879161, - 1.5520384135606147, - 1.7886347971685692, - 2.170018386718267 - ], - "relative wind angle": [ - 0.12238677568582898, - 0.027144160487705297, - 0.16807620200783957, - 0.24491808647912441, - 0.18045922157113223, - 0.04441181540645961, - 0.22429188832196909, - 0.22951838663987076 - ], - "resistance": [ - 97333.62023925752, - 97587.2912414913, - 97130.3171470108, - 96468.71740134958, - 95964.09088677504, - 95854.25577831463, - 96104.4900991212, - 96702.24916679395 - ], - "fuel": [ - 40.09704565023233, - 40.22849851364128, - 39.99186639754036, - 39.65065110209137, - 39.3914885523572, - 39.33520577263714, - 39.46349865412144, - 39.770907433369025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.5 -60, -52.5 -59.84375, -52.34375 -59.84375, -52.34375 -60, -52.5 -60))", @@ -237605,68 +166664,7 @@ "id": "4298", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.859525381378855, - 6.859525381378855, - 6.859525381378855, - 6.859525381378855, - 6.859525381378855, - 6.859525381378855, - 6.859525381378855, - 6.859525381378855 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 445.62011197035963, - 813.4553958577599, - 564.1837936373063, - 23.82764942766198, - -471.83983821475636, - -661.5415145757515, - -553.8010989929646, - -112.53050117907219 - ], - "relative wind speed": [ - 2.2206175881100028, - 2.355749379617035, - 2.2723491186349447, - 1.9998232826584819, - 1.6549141846405286, - 1.4561347092840908, - 1.5831338901643472, - 1.915878458902068 - ], - "relative wind angle": [ - 0.15765529054265723, - 0.01830824844995218, - 0.12692872117032925, - 0.2269271764436173, - 0.21226206716960408, - 0.029621945658937204, - 0.18271308750901222, - 0.23705634452247148 - ], - "resistance": [ - 97080.12011197039, - 97447.95539585779, - 97198.68379363733, - 96658.3276494277, - 96162.66016178527, - 95972.95848542427, - 96080.69890100707, - 96521.96949882095 - ], - "fuel": [ - 39.767420611469866, - 39.95776480950521, - 39.82871892554805, - 39.54977478690975, - 39.29485537188444, - 39.19753460550161, - 39.25279117110399, - 39.4795552872018 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.34375 -60, -52.34375 -59.84375, -52.1875 -59.84375, -52.1875 -60, -52.34375 -60))", @@ -237685,68 +166683,7 @@ "id": "4299", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.427866569818445, - 8.427866569818445, - 8.427866569818445, - 8.427866569818445, - 8.427866569818445, - 8.427866569818445, - 8.427866569818445, - 8.427866569818445 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 774.2876756383016, - 947.409919114923, - 428.2159332433598, - -270.0195516572653, - -764.3822785627162, - -838.9822153080986, - -523.4626715622492, - 131.94617764159602 - ], - "relative wind speed": [ - 2.739187113616787, - 2.7881161058296864, - 2.612108519692188, - 2.282210140908949, - 1.9686378812393837, - 1.8987073843191467, - 2.134378183969851, - 2.483988330002238 - ], - "relative wind angle": [ - 0.08851669263894334, - 0.03684327747971736, - 0.14885347810597122, - 0.1963097602299373, - 0.12331474378945853, - 0.05411589047169045, - 0.18251038614383847, - 0.18018033130705133 - ], - "resistance": [ - 97408.78767563832, - 97581.90991911494, - 97062.71593324338, - 96364.48044834274, - 95870.1177214373, - 95795.51778469191, - 96111.03732843777, - 96766.44617764161 - ], - "fuel": [ - 40.61580108583438, - 40.70553588576568, - 40.43675532085311, - 40.076868639361805, - 39.82315960220739, - 39.784953569075554, - 39.946686958467374, - 40.28382948176096 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -59.53125, -51.875 -59.375, -51.71875 -59.375, -51.71875 -59.53125, -51.875 -59.53125))", @@ -237765,68 +166702,7 @@ "id": "4300", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.759494015294975, - 7.759494015294975, - 7.759494015294975, - 7.759494015294975, - 7.759494015294975, - 7.759494015294975, - 7.759494015294975, - 7.759494015294975 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 661.2425541160546, - 903.6478281398927, - 466.28807597717923, - -172.43720324596757, - -660.7681558411082, - -765.3164785954584, - -525.4072824082118, - 53.098654070495286 - ], - "relative wind speed": [ - 2.5332851025528593, - 2.606729585126895, - 2.4565802529973175, - 2.1405890067591904, - 1.8132829336289291, - 1.7060156148846788, - 1.9159180224607257, - 2.2634944471652423 - ], - "relative wind angle": [ - 0.10845061805587393, - 0.02408692838558676, - 0.14830344200711834, - 0.2120685769677952, - 0.15179869702424376, - 0.036808699949908104, - 0.19060975326365373, - 0.2003920951946761 - ], - "resistance": [ - 97295.74255411603, - 97538.14782813987, - 97100.78807597717, - 96462.06279675402, - 95973.73184415887, - 95869.18352140453, - 96109.09271759177, - 96687.59865407048 - ], - "fuel": [ - 40.24837291115961, - 40.373948603202166, - 40.14753727992101, - 39.81816232485891, - 39.567366022418064, - 39.51378757012689, - 39.636795570764015, - 39.93429225245275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -59.53125, -51.71875 -59.375, -51.5625 -59.375, -51.5625 -59.53125, -51.71875 -59.53125))", @@ -237845,68 +166721,7 @@ "id": "4301", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.407863227715158, - 8.407863227715158, - 8.407863227715158, - 8.407863227715158, - 8.407863227715158, - 8.407863227715158, - 8.407863227715158, - 8.407863227715158 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 796.8595125322254, - 812.7472543395866, - 271.4320212114899, - -368.74371365019806, - -758.7772074158654, - -765.6155189295916, - -392.1089569229341, - 244.1498549353464 - ], - "relative wind speed": [ - 2.7312700398154446, - 2.7358216690115693, - 2.5350603149719433, - 2.214755250470279, - 1.9523728841334846, - 1.9459896465448911, - 2.201150860015622, - 2.5231835227758386 - ], - "relative wind angle": [ - 0.06201976393157222, - 0.057207012918255, - 0.1546552851323581, - 0.17968797536588457, - 0.08681588854831798, - 0.08046896574145905, - 0.17835096917213894, - 0.1575266218097093 - ], - "resistance": [ - 97431.35951253225, - 97447.2472543396, - 96905.9320212115, - 96265.75628634982, - 95875.72279258414, - 95868.88448107042, - 96242.39104307708, - 96878.64985493536 - ], - "fuel": [ - 40.617822564613896, - 40.6260543763619, - 40.34611542879725, - 40.01645840824858, - 39.816359147112045, - 39.812855930868345, - 40.00445537520738, - 40.33203543016026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -59.6875, -51.875 -59.53125, -51.71875 -59.53125, -51.71875 -59.6875, -51.875 -59.6875))", @@ -237925,68 +166740,7 @@ "id": "4302", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.97523776257531, - 8.97523776257531, - 8.97523776257531, - 8.97523776257531, - 8.97523776257531, - 8.97523776257531, - 8.97523776257531, - 8.97523776257531 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 811.2951240333305, - 1080.9986032907132, - 539.3516993231688, - -238.97083323395736, - -824.1264277377652, - -940.1710060139601, - -634.7682939681872, - 76.97289535923392 - ], - "relative wind speed": [ - 2.893931867674052, - 2.965925011681348, - 2.80007412938049, - 2.4629532625528228, - 2.1244361914732908, - 2.0227109559855463, - 2.246698835259202, - 2.6118828482268057 - ], - "relative wind angle": [ - 0.09692182722291413, - 0.025555613381849335, - 0.13873609142210303, - 0.19276359504766366, - 0.1322062281735366, - 0.03747719206636888, - 0.17321839746716888, - 0.18164585390177293 - ], - "resistance": [ - 97445.79512403335, - 97715.49860329073, - 97173.85169932319, - 96395.52916676606, - 95810.37357226225, - 95694.32899398606, - 95999.73170603183, - 96711.47289535924 - ], - "fuel": [ - 40.90986549271277, - 41.04974704181392, - 40.769096247367834, - 40.36772495784595, - 40.06745187858195, - 40.00805489856742, - 40.164481720642925, - 40.53038142944972 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -59.6875, -51.71875 -59.53125, -51.5625 -59.53125, -51.5625 -59.6875, -51.71875 -59.6875))", @@ -238005,68 +166759,7 @@ "id": "4303", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.646845590684633, - 8.646845590684633, - 8.646845590684633, - 8.646845590684633, - 8.646845590684633, - 8.646845590684633, - 8.646845590684633, - 8.646845590684633 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 778.0378647654575, - 923.4322148820866, - 398.46592599955375, - -293.25398978709427, - -771.7709820083212, - -834.3236993348703, - -507.0974323971725, - 148.78315843172322 - ], - "relative wind speed": [ - 2.790584811184351, - 2.831093385047621, - 2.653502014455102, - 2.331497155419466, - 2.0346519944424215, - 1.9778985242021199, - 2.210452303530668, - 2.5478016683353237 - ], - "relative wind angle": [ - 0.0804636837466087, - 0.03881166719362337, - 0.14356872352358246, - 0.1842089717086532, - 0.11046376772360325, - 0.055568282875756304, - 0.17260916162120643, - 0.1684131676060245 - ], - "resistance": [ - 97412.53786476547, - 97557.93221488211, - 97032.96592599957, - 96341.24601021293, - 95862.72901799169, - 95800.17630066515, - 96127.40256760284, - 96783.28315843173 - ], - "fuel": [ - 40.725347043395416, - 40.80070411697185, - 40.528987775804154, - 40.172527557916204, - 39.926977882197725, - 39.89494209783332, - 40.06268908149015, - 40.40011478487705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -59.53125, -51.5625 -59.375, -51.40625 -59.375, -51.40625 -59.53125, -51.5625 -59.53125))", @@ -238085,68 +166778,7 @@ "id": "4304", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.528537039442288, - 7.528537039442288, - 7.528537039442288, - 7.528537039442288, - 7.528537039442288, - 7.528537039442288, - 7.528537039442288, - 7.528537039442288 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 723.3965221609512, - 706.9577909593938, - 218.71626262152472, - -340.0838066744868, - -667.5785033112661, - -660.4821771022155, - -316.09571355763774, - 246.78236262196128 - ], - "relative wind speed": [ - 2.485956165257313, - 2.480794712245604, - 2.277767321091285, - 1.9615202844433581, - 1.7081269498259983, - 1.7156145627724655, - 1.9772333608533266, - 2.2913127036744587 - ], - "relative wind angle": [ - 0.061532616953739384, - 0.06763802728282213, - 0.17206342216147927, - 0.1969663651802598, - 0.08961610750550576, - 0.0978869105881053, - 0.19854178142943518, - 0.16832221840722728 - ], - "resistance": [ - 97357.89652216094, - 97341.45779095938, - 96853.21626262151, - 96294.4161933255, - 95966.92149668872, - 95974.01782289777, - 96318.40428644235, - 96881.28236262195 - ], - "fuel": [ - 40.18065350298562, - 40.17214169307974, - 39.91979357752118, - 39.63206577849793, - 39.4639778257899, - 39.46761581319632, - 39.64439344930908, - 39.934275539717 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.40625 -59.53125, -51.40625 -59.375, -51.25 -59.375, -51.25 -59.53125, -51.40625 -59.53125))", @@ -238165,68 +166797,7 @@ "id": "4305", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.55487945903777, - 8.55487945903777, - 8.55487945903777, - 8.55487945903777, - 8.55487945903777, - 8.55487945903777, - 8.55487945903777, - 8.55487945903777 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 839.8975451586898, - 933.3076309636949, - 367.09361765661515, - -342.5379242184763, - -808.6268469652459, - -848.8966606858935, - -479.2822694886047, - 207.23862443089274 - ], - "relative wind speed": [ - 2.7923386958809076, - 2.8183473979407982, - 2.6206718554247437, - 2.2806768573000875, - 1.9798874664692045, - 1.9426856968938806, - 2.202087373057746, - 2.552571809953939 - ], - "relative wind angle": [ - 0.07613046390324221, - 0.04907364934827229, - 0.15627992983382846, - 0.19351563414368794, - 0.10747386088548162, - 0.07122513313945102, - 0.18630621619016363, - 0.17268252624984623 - ], - "resistance": [ - 97474.39754515869, - 97567.8076309637, - 97001.59361765662, - 96291.96207578153, - 95825.87315303476, - 95785.60333931411, - 96155.2177305114, - 96841.73862443089 - ], - "fuel": [ - 40.71182329421074, - 40.76024968305616, - 40.467206653654955, - 40.101622625385154, - 39.862525077067254, - 39.841905124876256, - 40.03139076628309, - 40.38468993668424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -59.6875, -51.5625 -59.53125, -51.40625 -59.53125, -51.40625 -59.6875, -51.5625 -59.6875))", @@ -238258,34 +166829,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 639.1157844088029, + 639.1157844088007, 800.0329362424022, - 375.0825168571573, + 375.0825168571564, -204.1841643518842, -621.2594267428401, -690.7697892178726, - -437.95724772065273, + -437.9572477206523, 101.24505585043971 ], "relative wind speed": [ - 2.416413719759777, + 2.4164137197597766, 2.467662163720204, 2.3066692255896353, 1.9958480683033728, 1.6913888955210228, 1.6157026665444447, 1.838240665596542, - 2.171737127090846 + 2.1717371270908465 ], "relative wind angle": [ - 0.09864697060574211, + 0.09864697060574325, 0.03641879771295007, - 0.1589274378101391, + 0.15892743781014051, 0.21530908075833305, 0.1411726258045731, 0.05563882547683246, - 0.19991657732296797, - 0.19762989312193235 + 0.19991657732296741, + 0.19762989312193346 ], "resistance": [ 97273.61578440883, @@ -238338,9 +166909,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 758.1723264463994, + 758.1723264463981, 868.4030597867572, - 362.2236967799895, + 362.22369677998813, -283.39767610504305, -718.2473122325332, -765.9125905083058, @@ -238348,7 +166919,7 @@ 174.83054661245478 ], "relative wind speed": [ - 2.565449936957896, + 2.5654499369578954, 2.59862819392105, 2.409192126776727, 2.0715359586353865, @@ -238358,13 +166929,13 @@ 2.321759495413619 ], "relative wind angle": [ - 0.08739045666058191, - 0.04918537486892848, - 0.16873750545460015, - 0.21621739527143077, + 0.08739045666058319, + 0.049185374868928475, + 0.16873750545460148, + 0.21621739527143075, 0.12751187593792562, 0.07472269356957192, - 0.20693864355644676, + 0.20693864355644678, 0.19260393658062136 ], "resistance": [ @@ -238405,68 +166976,7 @@ "id": "4308", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.011304599443159, - 9.011304599443159, - 9.011304599443159, - 9.011304599443159, - 9.011304599443159, - 9.011304599443159, - 9.011304599443159, - 9.011304599443159 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 974.6419994440125, - 929.4848370896507, - 267.69885925494236, - -479.31677398515467, - -906.2598541507596, - -886.8077018412355, - -413.04884052640364, - 345.1179282266676 - ], - "relative wind speed": [ - 2.9475602681734436, - 2.9355526008002473, - 2.7014832102722854, - 2.3457747663579127, - 2.069566439202941, - 2.0865636124318727, - 2.3818491231408396, - 2.732866174240576 - ], - "relative wind angle": [ - 0.05508242168949563, - 0.06693449703919452, - 0.16358270503195488, - 0.18254572943087466, - 0.07849152091771332, - 0.09423818436695863, - 0.18577520525856286, - 0.15645817173783036 - ], - "resistance": [ - 97609.14199944402, - 97563.98483708967, - 96902.19885925496, - 96155.18322601487, - 95728.24014584925, - 95747.69229815878, - 96221.45115947361, - 96979.61792822668 - ], - "fuel": [ - 41.01335894852961, - 40.98993721896323, - 40.64755818222886, - 40.263043069415005, - 40.04421303078672, - 40.054168500405574, - 40.297069564528215, - 40.68752724043591 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -59.84375, -51.71875 -59.6875, -51.5625 -59.6875, -51.5625 -59.84375, -51.71875 -59.84375))", @@ -238485,68 +166995,7 @@ "id": "4309", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.368286467515848, - 8.368286467515848, - 8.368286467515848, - 8.368286467515848, - 8.368286467515848, - 8.368286467515848, - 8.368286467515848, - 8.368286467515848 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 738.0273834340423, - 858.0220989678778, - 359.50853357194865, - -287.42231647732024, - -727.8475747976076, - -779.4798148749849, - -463.8868584575621, - 153.46227227647205 - ], - "relative wind speed": [ - 2.7036271759298556, - 2.7381622362147295, - 2.5622963418010563, - 2.249253813794977, - 1.964992647315933, - 1.9165760038672277, - 2.1460273687036344, - 2.472175821328425 - ], - "relative wind angle": [ - 0.07804411105674817, - 0.041352016649989096, - 0.14525215864310043, - 0.18389337301680433, - 0.10747847754853913, - 0.059096105064511836, - 0.17368980424454875, - 0.16714708314111118 - ], - "resistance": [ - 97372.52738343406, - 97492.5220989679, - 96994.00853357196, - 96347.0776835227, - 95906.65242520241, - 95855.02018512503, - 96170.61314154245, - 96787.96227227649 - ], - "fuel": [ - 40.56829017333046, - 40.630459223753554, - 40.37253129982099, - 40.039191855833195, - 39.81314807799379, - 39.78669562519992, - 39.948536564413, - 40.26619429782635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.875 -60, -51.875 -59.84375, -51.71875 -59.84375, -51.71875 -60, -51.875 -60))", @@ -238565,68 +167014,7 @@ "id": "4310", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.43653744376221, - 8.43653744376221, - 8.43653744376221, - 8.43653744376221, - 8.43653744376221, - 8.43653744376221, - 8.43653744376221, - 8.43653744376221 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 733.426970960289, - 973.4569593216374, - 484.32185869152227, - -215.90860788407326, - -740.9863918329202, - -844.3236188624026, - -567.6148302743118, - 73.28795555186343 - ], - "relative wind speed": [ - 2.728087680810877, - 2.7959957291077706, - 2.636854472410476, - 2.314121004011692, - 1.9899879071941486, - 1.8933890640283422, - 2.109386819978707, - 2.4591377032941715 - ], - "relative wind angle": [ - 0.09805311188179357, - 0.026413436567084014, - 0.1413575584565331, - 0.19638185212846215, - 0.13461254409873266, - 0.03901047218344611, - 0.17704054784275888, - 0.18466329162818876 - ], - "resistance": [ - 97367.92697096032, - 97607.95695932167, - 97118.82185869155, - 96418.59139211595, - 95893.51360816711, - 95790.17638113763, - 96066.88516972572, - 96707.78795555189 - ], - "fuel": [ - 40.598838624522074, - 40.72324723464065, - 40.46995303479778, - 40.1088945036925, - 39.83934665173355, - 39.78641946919617, - 39.92823322230347, - 40.25779122930256 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.71875 -60, -51.71875 -59.84375, -51.5625 -59.84375, -51.5625 -60, -51.71875 -60))", @@ -238645,68 +167033,7 @@ "id": "4311", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.8322591818157274, - 7.8322591818157274, - 7.8322591818157274, - 7.8322591818157274, - 7.8322591818157274, - 7.8322591818157274, - 7.8322591818157274, - 7.8322591818157274 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 717.7184031644408, - 892.8952423790276, - 414.8974646142467, - -234.0648440701989, - -699.2421827875339, - -774.8826547647886, - -488.90142873351647, - 116.49782865333259 - ], - "relative wind speed": [ - 2.5721725719062234, - 2.624645076774507, - 2.453871774420023, - 2.1265663511980586, - 1.8081392093269133, - 1.7310913785630644, - 1.9656938863100621, - 2.315848590457546 - ], - "relative wind angle": [ - 0.09653558961188717, - 0.03682236352759716, - 0.15736733415300344, - 0.21189129867017845, - 0.13754703192240614, - 0.05584571685259516, - 0.1969095215573352, - 0.19434099434279636 - ], - "resistance": [ - 97352.21840316444, - 97527.39524237903, - 97049.39746461425, - 96400.4351559298, - 95935.25781721246, - 95859.61734523521, - 96145.59857126648, - 96750.99782865333 - ], - "fuel": [ - 40.3098115423776, - 40.40057510048876, - 40.15318164940466, - 39.818664168754765, - 39.579845701084885, - 39.541088574348606, - 39.68773329757403, - 39.999172398708865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.5625 -59.84375, -51.5625 -59.6875, -51.40625 -59.6875, -51.40625 -59.84375, -51.5625 -59.84375))", @@ -238738,9 +167065,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 701.5917268535079, + 701.591726853507, 859.459142606778, - 396.7499687909824, + 396.74996879098194, -220.57548926414893, -658.1833945326337, -726.6102998719675, @@ -238748,7 +167075,7 @@ 130.22670771926573 ], "relative wind speed": [ - 2.4119182480974635, + 2.411918248097463, 2.4619920805040487, 2.284669789823027, 1.945593159627273, @@ -238760,12 +167087,12 @@ "relative wind angle": [ 0.10531921229209447, 0.04302718147773897, - 0.1774618742991265, - 0.24106052355098787, - 0.15794763696126937, + 0.17746187429912713, + 0.2410605235509879, + 0.1579476369612694, 0.06907118670732067, 0.2275563145752927, - 0.21756080527992033 + 0.21756080527992036 ], "resistance": [ 97336.09172685354, @@ -238818,9 +167145,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 788.2596559972819, + 788.2596559972774, 908.1275313914173, - 385.8472338108261, + 385.8472338108252, -280.5148511384998, -731.5452071981265, -783.5063981254375, @@ -238838,17 +167165,17 @@ 2.2784964573168307 ], "relative wind angle": [ - 0.09477836055264108, + 0.09477836055264577, 0.0517895526977514, - 0.1813167311621116, + 0.18131673116211283, 0.23622594870762928, 0.14290400396768424, 0.08182523332129334, - 0.2267663671149416, + 0.22676636711494164, 0.20887360975837438 ], "resistance": [ - 97422.75965599724, + 97422.75965599723, 97542.62753139138, 97020.34723381078, 96353.98514886145, @@ -238858,7 +167185,7 @@ 96817.78034388486 ], "fuel": [ - 40.22126554437423, + 40.221265544374226, 40.28339125616012, 40.013092285875395, 39.66969943008937, @@ -238898,9 +167225,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 651.8679623992336, + 651.8679623992318, 1013.2518395306777, - 589.8138084983241, + 589.8138084983227, -96.05781338227348, -663.3470422644505, -819.108383031396, @@ -238910,22 +167237,22 @@ "relative wind speed": [ 2.5537160840018553, 2.661393690554436, - 2.5297703907906524, - 2.207235028432383, + 2.529770390790652, + 2.2072350284323825, 1.8424049330499777, 1.6831237027900534, 1.8751489393900354, 2.2458929859362757 ], "relative wind angle": [ - 0.13032663720136212, + 0.1303266372013638, 0.007444687420154384, 0.14274851381012488, - 0.22347035921712147, - 0.1811205299794847, + 0.22347035921712047, + 0.18112052997948472, 0.011771873148421999, 0.19312748387622294, - 0.21956021471022297 + 0.219560214710223 ], "resistance": [ 97286.36796239922, @@ -238978,9 +167305,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 890.8301991803755, + 890.8301991803719, 1071.0516285081121, - 485.2763760914381, + 485.2763760914372, -283.6550965311542, -821.273966775617, -899.5004687899548, @@ -238988,7 +167315,7 @@ 182.05060622768133 ], "relative wind speed": [ - 2.660690724784349, + 2.6606907247843488, 2.7124058740060275, 2.5069250534812797, 2.1189850673876025, @@ -238998,14 +167325,14 @@ 2.369353184407816 ], "relative wind angle": [ - 0.10642222788739451, + 0.10642222788739765, 0.047510552249530796, - 0.18648569094541553, + 0.18648569094541617, 0.2520767315986807, 0.1632295726403091, - 0.07780493783912151, - 0.2401370607550751, - 0.22495243965747075 + 0.07780493783912153, + 0.24013706075507557, + 0.22495243965747078 ], "resistance": [ 97525.33019918037, @@ -239058,19 +167385,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1331.2741006587084, + 1331.274100658693, 1303.4323113096907, - 387.20137120903837, + 387.20137120903746, -672.2405934888357, -1291.7360627010248, -1279.8127488151326, - -630.8123518307289, + -630.8123518307298, 435.4393862702236 ], "relative wind speed": [ - 3.7389626077970286, + 3.738962607797028, 3.733087932617878, - 3.481530532029859, + 3.4815305320298586, 3.0981135743421464, 2.8009811114664687, 2.808805984157514, @@ -239078,17 +167405,17 @@ 3.4967168672589457 ], "relative wind angle": [ - 0.04951874949876692, + 0.04951874949877365, 0.05395036667158576, 0.13534186229585138, - 0.15001970066364984, - 0.0661225544202453, - 0.07173030336520438, - 0.1513748946786972, + 0.15001970066364986, + 0.06612255442024528, + 0.07173030336520436, + 0.15137489467869794, 0.13281049109468188 ], "resistance": [ - 97965.77410065869, + 97965.77410065867, 97937.93231130968, 97021.70137120903, 95962.25940651115, @@ -239098,7 +167425,7 @@ 97069.93938627021 ], "fuel": [ - 42.87877117550482, + 42.87877117550481, 42.864292590813925, 42.389433722381355, 41.84424655510273, @@ -239138,9 +167465,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1318.6502036612478, + 1318.6502036612342, 1090.28101665665, - 183.12227620455405, + 183.12227620455224, -754.8112149531948, -1210.8620249840537, -1112.9662938384377, @@ -239148,9 +167475,9 @@ 577.861607577795 ], "relative wind speed": [ - 3.5313164001926975, + 3.531316400192697, 3.480053897598567, - 3.1991725785166523, + 3.199172578516652, 2.8179712592179746, 2.563823172946034, 2.6329849316344367, @@ -239158,9 +167485,9 @@ 3.332029826191002 ], "relative wind angle": [ - 0.033157791362863745, + 0.03315779136287044, 0.07464841036659264, - 0.15190806449034625, + 0.15190806449034697, 0.1514313496735878, 0.04567784519153344, 0.09873259801455625, @@ -239168,7 +167495,7 @@ 0.12792858762140275 ], "resistance": [ - 97953.15020366125, + 97953.15020366124, 97724.78101665665, 96817.62227620455, 95879.6887850468, @@ -239205,68 +167532,7 @@ "id": "4318", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.02621774008337, - 11.02621774008337, - 11.02621774008337, - 11.02621774008337, - 11.02621774008337, - 11.02621774008337, - 11.02621774008337, - 11.02621774008337 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1069.4582973621527, - 1360.7153595319196, - 636.5547926243635, - -372.9429688003647, - -1107.630516534261, - -1232.4441624038795, - -805.1071326742003, - 133.03760097356553 - ], - "relative wind speed": [ - 3.492069851058594, - 3.5571042229535905, - 3.3678955930150414, - 3.0052089608153736, - 2.6594512729721544, - 2.571816957917366, - 2.81505101064536, - 3.199367440576431 - ], - "relative wind angle": [ - 0.07998238893413548, - 0.027646670276385808, - 0.12445354805754387, - 0.1647610369899364, - 0.10510467087853134, - 0.03824281978260767, - 0.149062170739265, - 0.1546790726347861 - ], - "resistance": [ - 97703.95829736216, - 97995.21535953193, - 97271.05479262436, - 96261.55703119964, - 95526.86948346574, - 95402.05583759613, - 95829.3928673258, - 96767.53760097356 - ], - "fuel": [ - 42.24930399166301, - 42.40065576582428, - 42.02492888190737, - 41.504412449669324, - 41.12797757415544, - 41.0642258862089, - 41.28273947810499, - 41.76483174287458 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.09375 -59.375, -51.09375 -59.21875, -50.9375 -59.21875, -50.9375 -59.375, -51.09375 -59.375))", @@ -239298,17 +167564,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1674.0225380597058, + 1674.0225380595166, 1039.16069828716, - -124.7462078091794, + -124.74620780918394, -1144.0198268922122, - -1455.2539403561004, + -1455.2539403561386, -1184.7385521660135, -192.93615928321833, 980.9879439684755 ], "relative wind speed": [ - 4.023961827988898, + 4.023961827988897, 3.8971346108247698, 3.5563712858228365, 3.1718216444557794, @@ -239318,31 +167584,31 @@ 3.882411789344887 ], "relative wind angle": [ - 0.002869482620450645, - 0.0918185727994352, - 0.14585661887030343, + 0.0028694826205280266, + 0.09181857279943521, + 0.14585661887030577, 0.11807912717800355, - 0.0038615127956122767, + 0.0038615127956410276, 0.11354729253156061, 0.14680648839215438, - 0.09639252845071267 + 0.09639252845071265 ], "resistance": [ - 98308.52253805977, + 98308.52253805958, 97673.66069828722, 96509.75379219088, 95490.48017310785, - 95179.24605964396, + 95179.24605964392, 95449.76144783404, 96441.56384071684, 97615.48794396853 ], "fuel": [ - 43.696089705344626, + 43.696089705344534, 43.36584937521554, 42.76430732495383, 42.2416562475566, - 42.082835739710376, + 42.08283573971036, 42.22085728401274, 42.72922102467237, 43.33566427282294 @@ -239365,68 +167631,7 @@ "id": "4320", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.145086716324743, - 11.145086716324743, - 11.145086716324743, - 11.145086716324743, - 11.145086716324743, - 11.145086716324743, - 11.145086716324743, - 11.145086716324743 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1340.863140905787, - 766.7531112597917, - -178.92537798298736, - -963.5348466549867, - -1168.9925731649328, - -898.8146403274704, - -70.58878244742255, - 859.2601192888505 - ], - "relative wind speed": [ - 3.5658323693007965, - 3.431022648882351, - 3.11076032015058, - 2.767159895394577, - 2.6260304251280875, - 2.7998714010661385, - 3.151883010238228, - 3.4574589502945083 - ], - "relative wind angle": [ - 0.005832294486961521, - 0.10130438670823701, - 0.1516406107790212, - 0.11501811576330828, - 0.007919589873801938, - 0.12424778280535274, - 0.14964714895877293, - 0.09198098449355673 - ], - "resistance": [ - 97975.36314090577, - 97401.25311125978, - 96455.574622017, - 95670.965153345, - 95465.50742683506, - 95735.68535967251, - 96563.91121755257, - 97493.76011928884 - ], - "fuel": [ - 42.468695618035056, - 42.17070379689396, - 41.68252336297407, - 41.280016215364164, - 41.174994211637056, - 41.31313120225187, - 41.738280365025894, - 42.21863667165759 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -59.21875, -50.78125 -59.0625, -50.625 -59.0625, -50.625 -59.21875, -50.78125 -59.21875))", @@ -239445,68 +167650,7 @@ "id": "4321", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.886072672121479, - 10.886072672121479, - 10.886072672121479, - 10.886072672121479, - 10.886072672121479, - 10.886072672121479, - 10.886072672121479, - 10.886072672121479 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1363.0323609008042, - 730.9982911523089, - -243.95487540178328, - -1016.6018525304721, - -1196.40439793822, - -868.6037416465106, - 3.530957105790094, - 942.8014094069063 - ], - "relative wind speed": [ - 3.5156435721474923, - 3.3587096683427755, - 3.015491702609836, - 2.6604655823467147, - 2.532985842004673, - 2.737669878922377, - 3.1116839160925926, - 3.420188574819619 - ], - "relative wind angle": [ - 0.013860543079686101, - 0.11395789965745158, - 0.16368660686286243, - 0.11792660002127364, - 0.019238234183308, - 0.13996334335394542, - 0.1585829715641668, - 0.09164745999090666 - ], - "resistance": [ - 97997.53236090082, - 97365.49829115233, - 96390.54512459823, - 95617.89814746955, - 95438.09560206179, - 95765.8962583535, - 96638.0309571058, - 97577.30140940692 - ], - "fuel": [ - 42.310664087299656, - 41.98262276761057, - 41.47951290409073, - 41.08331231963396, - 40.99143116961145, - 41.159031302336324, - 41.60688926717249, - 42.09238822813155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -59.375, -50.9375 -59.21875, -50.78125 -59.21875, -50.78125 -59.375, -50.9375 -59.375))", @@ -239538,11 +167682,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1547.6413973836452, + 1547.641397383608, 826.1458687347031, - -289.2520370320972, + -289.2520370321017, -1172.891212199961, - -1376.4759491828795, + -1376.4759491828868, -1001.7065796596171, -2.6461371304076238, 1070.7811157403921 @@ -239550,39 +167694,39 @@ "relative wind speed": [ 3.8695953030711907, 3.706573016279747, - 3.352392764248369, + 3.3523927642483686, 2.9896288656488736, 2.8608403347547067, 3.0691190438783726, 3.45248287247384, - 3.7709805722370233 + 3.770980572237023 ], "relative wind angle": [ - 0.013077816813614612, + 0.01307781681363159, 0.10608446972829746, - 0.15104405828419776, + 0.1510440582841992, 0.10754737370687768, - 0.017689576973178512, + 0.01768957697318479, 0.1282290898095873, 0.14663303528521857, - 0.08520220693264821 + 0.0852022069326469 ], "resistance": [ - 98182.14139738363, + 98182.14139738359, 97460.64586873469, 96345.24796296789, 95461.60878780003, - 95258.02405081711, + 95258.0240508171, 95632.79342034037, 96631.85386286958, 97705.28111574038 ], "fuel": [ - 43.249355531968845, + 43.249355531968824, 42.874505967754686, 42.298818265957465, 41.84603413359895, - 41.742127417460836, + 41.74212741746082, 41.93352366474987, 42.44630155342965, 43.00138800193412 @@ -239618,13 +167762,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1274.1155556303643, + 1274.1155556303552, 504.1192559639453, -472.84218544440455, -1119.9402270948685, -1180.339501571359, -680.4249597880435, - 261.9802317178337, + 261.98023171783507, 1133.5326085015854 ], "relative wind speed": [ @@ -239638,17 +167782,17 @@ 3.3979211127438047 ], "relative wind angle": [ - 0.04343021548042646, + 0.04343021548043157, 0.1406808572004411, 0.17303840146144242, - 0.09594725848217944, - 0.0606739069971536, + 0.09594725848217946, + 0.06067390699715361, 0.1652286256575282, - 0.15663458022856716, + 0.1566345802285664, 0.07056019156376582 ], "resistance": [ - 97908.61555563036, + 97908.61555563034, 97138.61925596393, 96161.65781455558, 95514.55977290512, @@ -239658,7 +167802,7 @@ 97768.03260850157 ], "fuel": [ - 42.07064801998325, + 42.07064801998324, 41.671453297525424, 41.16813552226859, 40.83671433458565, @@ -239685,68 +167829,7 @@ "id": "4324", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.91728300364713, - 10.91728300364713, - 10.91728300364713, - 10.91728300364713, - 10.91728300364713, - 10.91728300364713, - 10.91728300364713, - 10.91728300364713 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1396.060302055399, - 563.0655768828174, - -501.1502632178508, - -1212.301795198864, - -1284.1787082355472, - -747.6159909208613, - 275.4555659554626, - 1228.869805630261 - ], - "relative wind speed": [ - 3.5520318841784935, - 3.3234390902271755, - 2.9258067112473984, - 2.5725172983316686, - 2.5210391427104732, - 2.815549942524361, - 3.226797786307449, - 3.514928678520135 - ], - "relative wind angle": [ - 0.042992940947842985, - 0.14278818801441434, - 0.17734743073816447, - 0.10008300785193737, - 0.06059355202266611, - 0.16877329635583913, - 0.160653271246364, - 0.07319218222132139 - ], - "resistance": [ - 98030.56030205538, - 97197.5655768828, - 96133.34973678214, - 95422.19820480113, - 95350.32129176444, - 95886.88400907912, - 96909.95556595545, - 97863.36980563025 - ], - "fuel": [ - 42.34804486593303, - 41.91590907028125, - 41.367578304700004, - 41.00351079917142, - 40.966818786026614, - 41.24118935135358, - 41.76730418839146, - 42.26110371916295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -59.21875, -50.46875 -59.0625, -50.3125 -59.0625, -50.3125 -59.21875, -50.46875 -59.21875))", @@ -239765,68 +167848,7 @@ "id": "4325", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.27847465691637, - 12.27847465691637, - 12.27847465691637, - 12.27847465691637, - 12.27847465691637, - 12.27847465691637, - 12.27847465691637, - 12.27847465691637 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1582.8940601263475, - 587.1194253341555, - -648.1107635615726, - -1442.6209618671078, - -1496.4019178860117, - -834.0517904034659, - 370.44253215812114, - 1457.4990913133697 - ], - "relative wind speed": [ - 3.9421262817916993, - 3.6918976407777713, - 3.2758651997583805, - 2.922670047945319, - 2.8887174157907993, - 3.2023334835562407, - 3.626810599259066, - 3.917020260444057 - ], - "relative wind angle": [ - 0.04505792660750188, - 0.13544174193562575, - 0.16171023411988375, - 0.08474877089450025, - 0.061506863062552646, - 0.15630643729598395, - 0.14594425584934062, - 0.06320137728343923 - ], - "resistance": [ - 98217.39406012632, - 97221.61942533412, - 95986.3892364384, - 95191.87903813286, - 95138.09808211395, - 95800.4482095965, - 97004.9425321581, - 98091.99909131334 - ], - "fuel": [ - 43.388642095357504, - 42.87166965238682, - 42.23550724042366, - 41.829322726759, - 41.801912691019744, - 42.14023642274765, - 42.759667131353105, - 43.323338217423135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -59.375, -50.625 -59.21875, -50.46875 -59.21875, -50.46875 -59.375, -50.625 -59.375))", @@ -239845,68 +167867,7 @@ "id": "4326", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.191294138727345, - 9.191294138727345, - 9.191294138727345, - 9.191294138727345, - 9.191294138727345, - 9.191294138727345, - 9.191294138727345, - 9.191294138727345 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 1217.1112519808607, - 502.2544261659591, - -404.89892899839106, - -1012.4500090168908, - -1075.9666115407465, - -618.0213193395002, - 252.51231980686953, - 1070.2208107335832 - ], - "relative wind speed": [ - 3.082466580248964, - 2.8562553141394065, - 2.4556049308302907, - 2.088940809978914, - 2.0335529412337525, - 2.340671562522727, - 2.758068564563642, - 3.045203453885606 - ], - "relative wind angle": [ - 0.050114790516162695, - 0.16911645704181413, - 0.2156504215738878, - 0.1259313007646441, - 0.07600553703796147, - 0.20685782872103745, - 0.19168815371696277, - 0.08626483349006966 - ], - "resistance": [ - 97851.61125198082, - 97136.75442616592, - 96229.60107100157, - 95622.04999098307, - 95558.53338845921, - 96016.47868066045, - 96887.01231980683, - 97704.72081073355 - ], - "fuel": [ - 41.234381902747984, - 40.86385183091683, - 40.39638674411863, - 40.08502183590205, - 40.05254940480261, - 40.287006881568274, - 40.73485178914796, - 41.15808930149764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -59.375, -50.46875 -59.21875, -50.3125 -59.21875, -50.3125 -59.375, -50.46875 -59.375))", @@ -239925,68 +167886,7 @@ "id": "4327", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.161290728162093, - 12.161290728162093, - 12.161290728162093, - 12.161290728162093, - 12.161290728162093, - 12.161290728162093, - 12.161290728162093, - 12.161290728162093 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1610.4413690885422, - 590.7283271015795, - -664.8370769881394, - -1466.7339655349133, - -1515.9305721910573, - -834.2792434008602, - 393.1534093990622, - 1495.8689534732812 - ], - "relative wind speed": [ - 3.92351905911333, - 3.665116136110877, - 3.237266731974021, - 2.8747858424737465, - 2.8433045391669776, - 3.1694331068020283, - 3.6053414007174585, - 3.900511360012376 - ], - "relative wind angle": [ - 0.04752343346945848, - 0.14078939712552124, - 0.16788852129315118, - 0.08732186143147412, - 0.06560066630504371, - 0.16299153346160736, - 0.15061009548234588, - 0.06432123501549757 - ], - "resistance": [ - 98244.94136908853, - 97225.22832710156, - 95969.66292301184, - 95167.76603446508, - 95118.56942780892, - 95800.22075659913, - 97027.65340939905, - 98130.36895347327 - ], - "fuel": [ - 43.316984823800084, - 42.78752526153173, - 42.14092054557319, - 41.73102059871407, - 41.70595101992738, - 42.05410861267638, - 42.68538707368954, - 43.25730312312057 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-51.25 -59.53125, -51.25 -59.375, -51.09375 -59.375, -51.09375 -59.53125, -51.25 -59.53125))", @@ -240018,9 +167918,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 998.88496919402, + 998.884969194015, 926.1290741753714, - 250.72234981253678, + 250.72234981253632, -495.9254111130772, -911.0138727549725, -879.6203002839002, @@ -240038,17 +167938,17 @@ 2.6896000332433827 ], "relative wind angle": [ - 0.0540405146333838, - 0.07391288028799911, - 0.17449238467111383, + 0.054040514633387916, + 0.0739128802879991, + 0.17449238467111447, 0.19268538926702788, - 0.07891308602236158, + 0.07891308602236159, 0.10574011232739423, 0.1978664869463164, 0.1623554749428484 ], "resistance": [ - 97633.38496919401, + 97633.384969194, 97560.62907417536, 96885.22234981252, 96138.57458888691, @@ -240058,7 +167958,7 @@ 97009.53015610474 ], "fuel": [ - 40.911158761597896, + 40.91115876159789, 40.873419530765744, 40.524019266970456, 40.139740165923826, @@ -240098,17 +167998,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1251.8147202744035, + 1251.814720274121, 769.5172556460002, -72.59740273435409, -798.1281693718997, -1017.7612244455945, -810.449993503207, - -93.12654775430792, + -93.12654775430883, 751.7712076971634 ], "relative wind speed": [ - 3.0300472336490456, + 3.030047233649045, 2.903210788645556, 2.5645598339995237, 2.170453798838406, @@ -240118,17 +168018,17 @@ 2.897204110486313 ], "relative wind angle": [ - 0.001622635505473412, + 0.001622635505678675, 0.12692360213837353, 0.20602617856343036, 0.17338929505922002, 0.00248219089125792, 0.1707767616094406, - 0.20681352518786586, - 0.12960806735042188 + 0.20681352518786641, + 0.1296080673504219 ], "resistance": [ - 97886.31472027443, + 97886.31472027415, 97404.01725564603, 96561.90259726568, 95836.37183062812, @@ -240138,7 +168038,7 @@ 97386.2712076972 ], "fuel": [ - 41.16154952493782, + 41.16154952493767, 40.91129044241848, 40.47640105669519, 40.1038346650555, @@ -240178,11 +168078,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1026.8918030370696, + 1026.8918030370482, 721.6567555166807, - 28.067965610594456, + 28.06796561059309, -617.202625007993, - -868.051013513317, + -868.0510135133188, -736.6255510621711, -171.00035513541343, 549.8433309789516 @@ -240190,25 +168090,25 @@ "relative wind speed": [ 2.8066686967801875, 2.7204805677604904, - 2.431769020910807, + 2.4317690209108065, 2.0703170831531303, - 1.863436173482728, + 1.8634361734827283, 1.9871509823280433, 2.3315837911317367, 2.6577378955295914 ], "relative wind angle": [ - 0.018209630730814497, + 0.01820963073083279, 0.10954865794446979, 0.19522577243257974, - 0.17953630387136071, - 0.027428889456783047, + 0.1795363038713607, + 0.027428889456787096, 0.15024080084048386, 0.2037298538471702, - 0.1395571243843636 + 0.13955712438436357 ], "resistance": [ - 97661.39180303708, + 97661.39180303707, 97356.1567555167, 96662.56796561061, 96017.29737499202, @@ -240218,7 +168118,7 @@ 97184.34333097897 ], "fuel": [ - 40.7352744090594, + 40.735274409059386, 40.57704606566496, 40.218791067158264, 39.8871009160944, @@ -240258,17 +168158,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1226.7753291979689, + 1226.7753291979552, 648.3656058910738, -202.1348041183619, -858.4539604689057, - -1006.6177648719506, + -1006.6177648719517, -695.3891701323203, 69.16169874005845, 884.2507937895089 ], "relative wind speed": [ - 2.9018408209230144, + 2.9018408209230135, 2.7254597171147323, 2.343996937720275, 1.9370214695240466, @@ -240278,17 +168178,17 @@ 2.8090119367588295 ], "relative wind angle": [ - 0.024004158495190695, + 0.024004158495199945, 0.16243645519641384, 0.23847126459243945, - 0.17763197593218277, - 0.03881235760047734, - 0.2163888219367638, + 0.17763197593218275, + 0.03881235760048019, + 0.21638882193676376, 0.2252004897986372, - 0.12215077892612049 + 0.12215077892612047 ], "resistance": [ - 97861.27532919798, + 97861.27532919796, 97282.86560589107, 96432.36519588163, 95776.0460395311, @@ -240298,7 +168198,7 @@ 97518.75079378951 ], "fuel": [ - 40.86146117473758, + 40.86146117473757, 40.561487774664954, 40.1226644583025, 39.78587067506068, @@ -240338,9 +168238,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1135.4431923015195, + 1135.4431923015136, 584.2832636096905, - -212.54130658820714, + -212.5413065882076, -818.2331969789207, -946.827101352766, -642.5704040692576, @@ -240348,7 +168248,7 @@ 837.9536221793105 ], "relative wind speed": [ - 2.8424109808847255, + 2.842410980884725, 2.6683918368025124, 2.3027569299918995, 1.9212402275607425, @@ -240358,17 +168258,17 @@ 2.760051544686728 ], "relative wind angle": [ - 0.0266975555246779, - 0.15935216206012365, - 0.2290850775511939, + 0.026697555524682056, + 0.15935216206012362, + 0.2290850775511944, 0.16528656655897123, - 0.042232962407015254, + 0.04223296240701526, 0.20838884033963379, 0.21502340609084533, 0.11478280541556395 ], "resistance": [ - 97769.94319230149, + 97769.94319230148, 97218.78326360966, 96421.95869341177, 95816.26680302105, @@ -240418,11 +168318,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1052.3803423418808, + 1052.3803423418758, 363.8240108555801, - -452.90451620264867, + -452.9045162026496, -955.5735682733234, - -968.7753898523661, + -968.775389852367, -497.5141167828124, 311.6266961884685, 1021.8011365570433 @@ -240430,7 +168330,7 @@ "relative wind speed": [ 2.9906467401727936, 2.757433968858779, - 2.3790697138244985, + 2.379069713824498, 2.062042135022876, 2.0504482898626204, 2.354753494803739, @@ -240438,17 +168338,17 @@ 2.9826646387579347 ], "relative wind angle": [ - 0.06083928282917464, - 0.16829992663574256, - 0.19945269999078175, + 0.06083928282917829, + 0.16829992663574259, + 0.19945269999078177, 0.09945011762909815, - 0.08879802825264396, + 0.08879802825264521, 0.19743153444534406, - 0.17311817558607837, - 0.06869480796557419 + 0.1731181755860784, + 0.0686948079655742 ], "resistance": [ - 97686.88034234187, + 97686.88034234186, 96998.32401085556, 96181.59548379734, 95678.92643172666, @@ -240498,11 +168398,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1295.2184762938655, + 1295.2184762938577, 608.2623961596069, - -321.09642578103194, + -321.09642578103285, -987.8296227863377, - -1098.3608019310147, + -1098.3608019310159, -688.9909436639975, 176.3437619349943, 1039.9545469636632 @@ -240510,7 +168410,7 @@ "relative wind speed": [ 3.0476116762733887, 2.836546613384597, - 2.4278217770701978, + 2.4278217770701973, 2.0231970881512353, 1.9230229013481395, 2.2226014754255163, @@ -240518,17 +168418,17 @@ 2.9820508967761885 ], "relative wind angle": [ - 0.03957861201540032, + 0.03957861201540594, 0.17124203725209877, - 0.2340226452143517, + 0.23402264521435218, 0.15524310502011174, - 0.06274908265884246, + 0.06274908265884424, 0.21922925043182667, 0.2130196125880205, 0.10509677568839754 ], "resistance": [ - 97929.71847629387, + 97929.71847629386, 97242.76239615961, 96313.40357421897, 95646.67037721367, @@ -240578,37 +168478,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1254.3428107305763, + 1254.342810730558, 691.4764081464423, - -173.12115527576225, + -173.1211552757636, -861.8112998035144, - -1031.9870070446539, + -1031.9870070446555, -745.091186697593, - 21.196514237552492, + 21.196514237552037, 859.9337639622477 ], "relative wind speed": [ 2.987111549372923, 2.8248120677285415, - 2.456175405965261, + 2.4561754059652605, 2.0549762798472173, - 1.9000395370383698, + 1.90003953703837, 2.133874980574374, 2.5495466314302764, 2.8827171453285834 ], "relative wind angle": [ - 0.016012114370581653, + 0.016012114370595517, 0.14860394707169186, - 0.22318654779439767, - 0.17144699260997343, - 0.025174728923731474, + 0.22318654779439817, + 0.17144699260997345, + 0.025174728923735883, 0.19727494159547826, - 0.21488211311578928, + 0.2148821131157898, 0.12192182208281707 ], "resistance": [ - 97888.84281073058, + 97888.84281073055, 97325.97640814644, 96461.37884472424, 95772.68870019648, @@ -240618,7 +168518,7 @@ 97494.43376396225 ], "fuel": [ - 41.04714590659285, + 41.04714590659284, 40.75515952837799, 40.308946639552424, 39.95550863171323, @@ -240658,19 +168558,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1103.5471143648033, + 1103.5471143647987, 847.8190550825129, - 105.1360257475053, + 105.13602574750394, -622.1917842590278, -945.7727253735372, -835.3964409532314, - -250.13219640282432, + -250.1321964028234, 540.777857858845 ], "relative wind speed": [ - 2.8954501026218735, + 2.895450102621873, 2.82587012832262, - 2.5340985079029643, + 2.534098507902964, 2.1466426653248853, 1.899255460959437, 2.0013147230286283, @@ -240678,14 +168578,14 @@ 2.7171175664965492 ], "relative wind angle": [ - 0.03073063395176924, + 0.030730633951772852, 0.10264557599702993, 0.19799062079230192, 0.1947255461866749, - 0.04685919360233036, + 0.046859193602330367, 0.14519146337771208, - 0.21282175273190537, - 0.1534731536722455 + 0.21282175273190485, + 0.15347315367224554 ], "resistance": [ 97738.04711436479, @@ -240738,47 +168638,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1206.0053656499258, + 1206.0053656498949, 697.7449918552443, -117.16304692971426, -787.034999158411, - -969.185636941852, + -969.1856369418451, -727.4866573429724, -18.080904565788387, 783.8390019187782 ], "relative wind speed": [ - 2.868804818591707, + 2.8688048185917068, 2.7214933850430234, 2.36372463948837, - 1.9590265237740883, - 1.7841184675344757, + 1.959026523774088, + 1.7841184675344754, 2.0016477083991644, - 2.4136954286007453, + 2.413695428600745, 2.752332623888721 ], "relative wind angle": [ - 0.008943066570867577, - 0.14812936537133947, - 0.23152188528772852, - 0.18760857330103234, - 0.01438046588667664, + 0.008943066570892406, + 0.1481293653713395, + 0.23152188528772855, + 0.18760857330103178, + 0.0143804658866612, 0.20203657291008917, - 0.2266439486961292, - 0.13314515545160427 + 0.22664394869612822, + 0.1331451554516043 ], "resistance": [ - 97840.50536564994, + 97840.50536564991, 97332.24499185526, 96517.3369530703, 95847.4650008416, - 95665.31436305816, + 95665.31436305818, 95907.01334265704, 96616.41909543422, 97418.3390019188 ], "fuel": [ - 40.814141178116195, + 40.81414117811619, 40.55052140381526, 40.129858593438215, 39.78591520676198, @@ -240818,9 +168718,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 964.376380690607, + 964.3763806906038, 914.4117065312123, - 276.64812145294286, + 276.64812145294195, -431.36079265007606, -835.6594086385703, -813.9464592107554, @@ -240828,7 +168728,7 @@ 360.6219178259255 ], "relative wind speed": [ - 2.6234899626762025, + 2.623489962676202, 2.6087784630775377, 2.352591286480803, 1.9529821422933733, @@ -240838,13 +168738,13 @@ 2.3917605814384277 ], "relative wind angle": [ - 0.06911122699246404, - 0.08637083831007154, - 0.21391544542904906, + 0.06911122699246565, + 0.08637083831007156, + 0.21391544542905008, 0.24898415783627384, - 0.11148047639398802, + 0.111480476393988, 0.13665336503237108, - 0.2523848740491253, + 0.25238487404912524, 0.2025959612810326 ], "resistance": [ @@ -240885,68 +168785,7 @@ "id": "4339", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.6105171952229975, - 7.6105171952229975, - 7.6105171952229975, - 7.6105171952229975, - 7.6105171952229975, - 7.6105171952229975, - 7.6105171952229975, - 7.6105171952229975 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1014.6234489119124, - 735.3710332778342, - 62.621519379316624, - -569.9011149121739, - -829.7542901939437, - -708.8902787460659, - -168.5759415382879, - 534.1587756921572 - ], - "relative wind speed": [ - 2.6227038990045872, - 2.5390652440182673, - 2.2383555428132476, - 1.8466932701642436, - 1.6075473195122179, - 1.7366438359500298, - 2.1101062983371217, - 2.460184564672917 - ], - "relative wind angle": [ - 0.025148667961612334, - 0.12337506915510638, - 0.22887395984950323, - 0.22151411397586343, - 0.041037094609813876, - 0.18090880710269075, - 0.24305659081511422, - 0.16567598757504498 - ], - "resistance": [ - 97649.12344891192, - 97369.87103327784, - 96697.12151937933, - 96064.59888508783, - 95804.74570980607, - 95925.60972125395, - 96465.92405846172, - 97168.65877569217 - ], - "fuel": [ - 40.366671524547414, - 40.22191135766042, - 39.87435992239292, - 39.54912630814326, - 39.4159451488522, - 39.47785968020949, - 39.75530903992246, - 40.117785877941415 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -59.84375, -50.9375 -59.6875, -50.78125 -59.6875, -50.78125 -59.84375, -50.9375 -59.84375))", @@ -240978,17 +168817,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1355.1347140508105, + 1355.1347140507887, 786.1211573178607, - -134.11437794125504, + -134.11437794125595, -894.1295037735995, - -1101.312221140128, + -1101.3122211401335, -833.0518624361725, -32.422501809198366, 874.2438198433092 ], "relative wind speed": [ - 3.101194835848528, + 3.1011948358485277, 2.9489831535709454, 2.5780109932047997, 2.160416666990647, @@ -240998,17 +168837,17 @@ 2.9781552526266015 ], "relative wind angle": [ - 0.007759777848929926, + 0.007759777848944233, 0.14069042561735934, - 0.2192654582950457, + 0.21926545829504673, 0.17657399869205181, - 0.012155558338374402, + 0.012155558338383537, 0.18908526995155045, 0.21527742172057326, 0.1277733206368217 ], "resistance": [ - 97989.63471405083, + 97989.6347140508, 97420.62115731787, 96500.38562205876, 95740.37049622642, @@ -241018,7 +168857,7 @@ 97508.74381984332 ], "fuel": [ - 41.28160691785945, + 41.281606917859435, 40.9862248080491, 40.51106871506428, 40.12101703849848, @@ -241058,7 +168897,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1312.1511417254546, + 1312.151141725435, 841.2986134117459, -21.646539549296904, -776.049541062825, @@ -241068,7 +168907,7 @@ 771.7784007071718 ], "relative wind speed": [ - 2.894976209691239, + 2.8949762096912384, 2.76663274501615, 2.400808268555106, 1.9537438172698476, @@ -241078,17 +168917,17 @@ 2.741919322617121 ], "relative wind angle": [ - 0.007207331745331138, + 0.007207331745346542, 0.14548960848386525, - 0.24747878602420573, + 0.2474787860242062, 0.2222245570924562, 0.012139351963622615, - 0.2106124444031896, + 0.21061244440318957, 0.2518095291126048, 0.1576979775309755 ], "resistance": [ - 97946.65114172542, + 97946.65114172541, 97475.79861341172, 96612.85346045067, 95858.45045893715, @@ -241098,7 +168937,7 @@ 97406.27840070715 ], "fuel": [ - 40.83571269551075, + 40.835712695510736, 40.5912765306534, 40.14543269852609, 39.75793765879109, @@ -241138,34 +168977,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1151.1490960628307, + 1151.1490960628244, 842.6960974998028, - 76.83459634091196, + 76.8345963409115, -648.4778773483943, - -950.6438491848198, + -950.6438491848191, -817.2170060037961, -203.94147423268078, 598.7173372401426 ], "relative wind speed": [ - 2.826368219616457, + 2.8263682196164566, 2.7405730947613423, 2.424730027022823, 2.0123986951323443, - 1.75891300251464, + 1.7589130025146398, 1.8898125239142645, 2.280968338080751, 2.651864203744717 ], "relative wind angle": [ - 0.026117404541838946, + 0.026117404541843196, 0.11902186622129986, - 0.2220595602567232, + 0.2220595602567237, 0.21523404976426772, - 0.041975179546591815, + 0.04197517954658917, 0.17305873571575714, - 0.2363133125927779, - 0.1627928419925001 + 0.23631331259277788, + 0.16279284199250013 ], "resistance": [ 97785.64909606286, @@ -241218,34 +169057,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1097.773516483387, + 1097.7735164833844, 927.5806802363572, - 209.27009122766367, + 209.27009122766276, -527.0657309243793, -899.5081911525581, -825.4326071538064, - -286.65724629482725, - 493.2793705155341 + -286.6572462948275, + 493.2793705155336 ], "relative wind speed": [ - 2.6548296165151277, + 2.6548296165151273, 2.605268525600826, - 2.304019364140111, + 2.3040193641401108, 1.8648577218901803, 1.5386538166871944, 1.621157540106953, 2.026590888659901, - 2.4367768747750573 + 2.4367768747750578 ], "relative wind angle": [ - 0.0541215455450926, - 0.11311935868248346, - 0.24529002859995822, - 0.26986755969953957, - 0.09347306671961197, + 0.05412154554509466, + 0.11311935868248348, + 0.24529002859995774, + 0.2698675596995396, + 0.09347306671961199, 0.18241002107056586, - 0.27971396819208183, - 0.20547383303259031 + 0.2797139681920823, + 0.20547383303259142 ], "resistance": [ 97732.27351648342, @@ -241285,68 +169124,7 @@ "id": "4344", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.117372625606274, - 9.117372625606274, - 9.117372625606274, - 9.117372625606274, - 9.117372625606274, - 9.117372625606274, - 9.117372625606274, - 9.117372625606274 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1143.8790464195959, - 451.6891708581884, - -411.49358750789133, - -977.3838511069869, - -1025.5270126286737, - -573.6160795519936, - 261.8555295904307, - 1032.4506666997345 - ], - "relative wind speed": [ - 3.038137479108628, - 2.813569026705257, - 2.425749107041524, - 2.0796177495797825, - 2.0374808847564423, - 2.3378274165723307, - 2.7381287346287566, - 3.009451397405372 - ], - "relative wind angle": [ - 0.052435175706719156, - 0.16679153273491437, - 0.20818151466268245, - 0.1165921866621151, - 0.07823131995410795, - 0.20115762082995273, - 0.18414067196785605, - 0.08047297885287258 - ], - "resistance": [ - 97778.37904641958, - 97086.18917085817, - 96223.00641249209, - 95657.116148893, - 95608.97298737131, - 96060.88392044799, - 96896.35552959042, - 97666.95066669972 - ], - "fuel": [ - 41.15700759971781, - 40.79838586614291, - 40.353671059530726, - 40.06362699919808, - 40.03900647638683, - 40.27045424449253, - 40.70034508334879, - 41.09915645189385 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -59.53125, -50.46875 -59.375, -50.3125 -59.375, -50.3125 -59.53125, -50.46875 -59.53125))", @@ -241365,68 +169143,7 @@ "id": "4345", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.761411361513344, - 10.761411361513344, - 10.761411361513344, - 10.761411361513344, - 10.761411361513344, - 10.761411361513344, - 10.761411361513344, - 10.761411361513344 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1479.704100408644, - 725.3237370412498, - -349.1279581815447, - -1149.5879086066084, - -1301.8743412017398, - -870.7088655656357, - 116.47819624591602, - 1125.397438943669 - ], - "relative wind speed": [ - 3.532144907866157, - 3.336814956510211, - 2.9464689185617106, - 2.5602372482976423, - 2.4494140862992366, - 2.7094912737146255, - 3.129536375931063, - 3.4526601698915087 - ], - "relative wind angle": [ - 0.026339888325314816, - 0.13490043221127535, - 0.1848769525273453, - 0.12422014228877992, - 0.03798782858030259, - 0.1663970642026107, - 0.1739482950581219, - 0.09200550387072856 - ], - "resistance": [ - 98114.20410040865, - 97359.82373704125, - 96285.37204181845, - 95484.91209139339, - 95332.62565879826, - 95763.79113443436, - 96750.97819624591, - 97759.89743894366 - ], - "fuel": [ - 42.29134830349507, - 41.89965044111737, - 41.34541745309352, - 40.935309520535206, - 40.85755698011371, - 41.077919879524444, - 41.58506303069624, - 42.10711748426486 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -59.6875, -50.625 -59.53125, -50.46875 -59.53125, -50.46875 -59.6875, -50.625 -59.6875))", @@ -241458,37 +169175,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1202.5141115162678, + 1202.5141115162228, 700.8029406094101, - -116.94301818710255, + -116.94301818710437, -795.4649675512751, -981.7495981719519, -747.6251955224645, - -37.26345997370845, - 769.7584384777952 + -37.263459973708905, + 769.7584384777956 ], "relative wind speed": [ - 2.9505642787481574, + 2.950564278748157, 2.8100424955058396, - 2.4652381958877814, + 2.465238195887781, 2.077142566049772, 1.907976560063266, 2.109470381452842, 2.503758126159842, - 2.8340223847174624 + 2.834022384717463 ], "relative wind angle": [ - 0.006676232124244253, + 0.006676232124277513, 0.13656153093530884, - 0.21307370983865262, - 0.1716015892827585, - 0.010324474662929068, + 0.21307370983865315, + 0.17160158928275848, + 0.010324474662929066, 0.1823588573178541, - 0.2097462685872096, - 0.12548480798418984 + 0.20974626858721013, + 0.12548480798419073 ], "resistance": [ - 97837.01411151628, + 97837.01411151624, 97335.30294060943, 96517.55698181292, 95839.03503244874, @@ -241498,7 +169215,7 @@ 97404.25843847782 ], "fuel": [ - 40.994861053921205, + 40.994861053921184, 40.734638563868046, 40.31250580659387, 39.964131473733836, @@ -241538,9 +169255,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1333.1041288927236, + 1333.1041288927017, 919.329604939167, - 25.25708006920513, + 25.257080069204676, -795.2963781219644, -1105.255773122354, -926.831014200269, @@ -241548,7 +169265,7 @@ 729.6754186524472 ], "relative wind speed": [ - 3.1123764473059046, + 3.112376447305904, 3.007183552894225, 2.667740145510662, 2.244181431334155, @@ -241558,17 +169275,17 @@ 2.9446475833377495 ], "relative wind angle": [ - 0.016528356492465802, - 0.11839084554026232, - 0.2090957535417211, + 0.016528356492479232, + 0.1183908455402623, + 0.20909575354172164, 0.19186329835641625, - 0.025657501270029505, + 0.02565750127002951, 0.16521692623013465, 0.21741444543635677, - 0.1458443027671501 + 0.14584430276715013 ], "resistance": [ - 97967.60412889271, + 97967.6041288927, 97553.82960493915, 96659.75708006919, 95839.20362187803, @@ -241578,7 +169295,7 @@ 97364.17541865243 ], "fuel": [ - 41.30442008498578, + 41.304420084985765, 41.08953892504194, 40.627405198498984, 40.20589011039204, @@ -241618,19 +169335,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1174.1658019455222, + 1174.1658019455217, 1107.480282298789, - 330.2198187295762, + 330.2198187295753, -530.0475628088989, - -1018.6618389167406, + -1018.6618389167413, -989.6905906636073, - -434.76700737985607, + -434.7670073798565, 442.3767235390842 ], "relative wind speed": [ - 2.9017805830487426, + 2.901780583048742, 2.8840141744681933, - 2.601129960645203, + 2.6011299606452027, 2.162010702778671, 1.8077611997775656, 1.8359720447344687, @@ -241638,13 +169355,13 @@ 2.648403448995338 ], "relative wind angle": [ - 0.06774666839421313, + 0.06774666839421314, 0.08655852832942645, - 0.2126746404229273, + 0.21267464042292783, 0.24629557886760456, - 0.10887735824327485, + 0.10887735824327588, 0.13622057256151573, - 0.2500596459408561, + 0.25005964594085656, 0.20037364355217221 ], "resistance": [ @@ -241698,13 +169415,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1150.5676955624917, + 1150.5676955624858, 1167.0172092178118, 402.3407672631629, -488.7565126261261, -1030.697689898186, -1037.8344488271077, - -512.3859196706983, + -512.3859196706985, 374.5710418028011 ], "relative wind speed": [ @@ -241714,21 +169431,21 @@ 2.2808510257599193, 1.9165921658279699, 1.909946241083993, - 2.267352158607975, - 2.6977259043024224 + 2.2673521586079746, + 2.697725904302422 ], "relative wind angle": [ - 0.07624761324282092, + 0.07624761324282531, 0.07187702441747598, 0.1961119805311462, - 0.23591728390120728, + 0.2359172839012073, 0.11822079743616798, - 0.1119786454927714, - 0.23497607655986696, - 0.19892567224727908 + 0.11197864549277141, + 0.23497607655986552, + 0.19892567224727795 ], "resistance": [ - 97785.06769556252, + 97785.06769556251, 97801.51720921784, 97036.84076726319, 96145.7434873739, @@ -241738,7 +169455,7 @@ 97009.07104180283 ], "fuel": [ - 40.97135270266472, + 40.9713527026647, 40.97989724905076, 40.583757707485915, 40.12487115064388, @@ -241778,9 +169495,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 857.5546635643316, + 857.5546635643284, 1081.5020130706332, - 519.9080865586373, + 519.9080865586368, -243.79133538622523, -796.4273306824227, -893.6133395703614, @@ -241798,11 +169515,11 @@ 2.3253938254315423 ], "relative wind angle": [ - 0.11515634715399821, + 0.11515634715400111, 0.040327662974927764, - 0.18330414539112158, - 0.25597463965938355, - 0.17583291720101638, + 0.1833041453911222, + 0.2559746396593836, + 0.17583291720101635, 0.06693877289119833, 0.2410229129049575, 0.23233842507924266 @@ -241858,9 +169575,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 779.6694210411397, + 779.6694210411374, 1126.6317135249242, - 615.6484736907682, + 615.6484736907678, -163.34777586394193, -780.2965296420512, -930.0096736234459, @@ -241868,23 +169585,23 @@ 25.89811712880737 ], "relative wind speed": [ - 2.741473220783833, + 2.7414732207838326, 2.838100694029329, - 2.6821382230045607, + 2.6821382230045603, 2.3317714311534474, 1.9528821322079317, 1.8095879346199553, - 2.0336072863927823, + 2.0336072863927828, 2.42739902682449 ], "relative wind angle": [ - 0.1203316966371765, + 0.12033169663717742, 0.01725610035205947, - 0.14907017031138672, + 0.14907017031138597, 0.22242418240818182, 0.1693232713456191, 0.027065885350337687, - 0.1971570764956835, + 0.19715707649568465, 0.21352318653806 ], "resistance": [ @@ -241925,68 +169642,7 @@ "id": "4352", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.700824916146791, - 9.700824916146791, - 9.700824916146791, - 9.700824916146791, - 9.700824916146791, - 9.700824916146791, - 9.700824916146791, - 9.700824916146791 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1272.532510031012, - 1197.000515468755, - 340.2267335943684, - -614.1958387773043, - -1153.1612677196647, - -1120.5211226503923, - -504.32360424479293, - 468.88702272051296 - ], - "relative wind speed": [ - 3.2276203462812094, - 3.2093535534310207, - 2.9301822767334906, - 2.5059158753595803, - 2.1752975902421006, - 2.2021585944071345, - 2.561929845050106, - 2.978227380752241 - ], - "relative wind angle": [ - 0.058167580614802115, - 0.07494797633603709, - 0.1810048593936819, - 0.20318495973664602, - 0.0863654158810643, - 0.10934223534825922, - 0.20737714746245706, - 0.1706148717926789 - ], - "resistance": [ - 97907.03251003103, - 97831.50051546877, - 96974.72673359438, - 96020.30416122271, - 95481.33873228035, - 95513.97887734963, - 96130.17639575522, - 97103.38702272053 - ], - "fuel": [ - 41.544066744092724, - 41.50481100114208, - 41.06101178173083, - 40.56984777093166, - 40.293983415618456, - 40.31065921704234, - 40.6262174699295, - 41.12748207740525 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -59.84375, -50.15625 -59.6875, -50 -59.6875, -50 -59.84375, -50.15625 -59.84375))", @@ -242005,68 +169661,7 @@ "id": "4353", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.560550866811699, - 13.560550866811699, - 13.560550866811699, - 13.560550866811699, - 13.560550866811699, - 13.560550866811699, - 13.560550866811699, - 13.560550866811699 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1930.657113700514, - 1577.139974592088, - 244.22937343988178, - -1125.3392349980759, - -1780.5804408983495, - -1629.2503923129934, - -599.2840585386002, - 856.7408608975957 - ], - "relative wind speed": [ - 4.342773416334985, - 4.27812190079581, - 3.9419200725237338, - 3.4910996700739148, - 3.195684790176336, - 3.281730523020051, - 3.6787699528000783, - 4.1090516323599555 - ], - "relative wind angle": [ - 0.030652333223984557, - 0.07292452777958233, - 0.14611098617706045, - 0.14369493470602382, - 0.04166049223432634, - 0.09512486087875509, - 0.15664598806949773, - 0.12196741199602126 - ], - "resistance": [ - 98565.1571137005, - 98211.63997459208, - 96878.72937343987, - 95509.16076500191, - 94853.91955910163, - 95005.24960768699, - 96035.21594146139, - 97491.24086089758 - ], - "fuel": [ - 44.570175702733835, - 44.385761688639256, - 43.69462428434305, - 42.99136529078271, - 42.65737429142149, - 42.73436870134094, - 43.26066348072483, - 44.01140121700344 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -60, -50.3125 -59.84375, -50.15625 -59.84375, -50.15625 -60, -50.3125 -60))", @@ -242098,9 +169693,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 861.695687661897, + 861.6956876618947, 1262.698939317056, - 700.107176283022, + 700.1071762830202, -166.4206493867364, -858.4832951356589, -1031.5985023051023, @@ -242110,22 +169705,22 @@ "relative wind speed": [ 2.861645306295113, 2.9683729737400175, - 2.805725470082796, + 2.8057254700827956, 2.433459023922086, 2.02549306270484, 1.8655824545905568, 2.102270342423865, - 2.523868694088195 + 2.5238686940881947 ], "relative wind angle": [ - 0.12514417606766617, + 0.12514417606766795, 0.015621164085365236, - 0.15125289437045766, + 0.15125289437045839, 0.22861942394153348, 0.17727133784260954, 0.024856757446029935, - 0.2024764997927516, - 0.22029209402234626 + 0.20247649979275156, + 0.22029209402234523 ], "resistance": [ 97496.19568766186, @@ -242165,68 +169760,7 @@ "id": "4355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.592613739845289, - 11.592613739845289, - 11.592613739845289, - 11.592613739845289, - 11.592613739845289, - 11.592613739845289, - 11.592613739845289, - 11.592613739845289 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1199.2462840122353, - 1589.218092579482, - 781.6997105707242, - -378.4974648397565, - -1247.2936192621191, - -1414.5367657126599, - -955.7593353088237, - 108.75915178152172 - ], - "relative wind speed": [ - 3.6815937640204384, - 3.7639218134824355, - 3.5683014441472163, - 3.176688266211104, - 2.7910820265902374, - 2.6790229757171433, - 2.934535112437085, - 3.354537700152725 - ], - "relative wind angle": [ - 0.08701720924348323, - 0.023961221748326433, - 0.1257383456846688, - 0.17167027782097063, - 0.11488835712087364, - 0.033667712097742615, - 0.15308853853193918, - 0.16248544471251286 - ], - "resistance": [ - 97833.74628401225, - 98223.7180925795, - 97416.19971057074, - 96256.00253516025, - 95387.2063807379, - 95219.96323428735, - 95678.74066469118, - 96743.25915178153 - ], - "fuel": [ - 42.69846343593824, - 42.901372300697325, - 42.4818342839928, - 41.88331302357306, - 41.43839910260743, - 41.35307560463853, - 41.587381843233025, - 42.13406838253228 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -60.3125, -69.6875 -60, -69.375 -60, -69.375 -60.3125, -69.6875 -60.3125))", @@ -242245,68 +169779,7 @@ "id": "4357", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.69057247170157, - 10.69057247170157, - 10.69057247170157, - 10.69057247170157, - 10.69057247170157, - 10.69057247170157, - 10.69057247170157, - 10.69057247170157 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1301.989431444064, - 1254.4427175077712, - 367.538734135042, - -642.0673105363235, - -1224.5635173498604, - -1204.1094480679576, - -572.0540297845318, - 449.26294502544215 - ], - "relative wind speed": [ - 3.4727508103888, - 3.4620045150165155, - 3.197175351223561, - 2.7932819135275473, - 2.4787638350401955, - 2.4937508053060355, - 2.825303189834277, - 3.22518906306578 - ], - "relative wind angle": [ - 0.05431879105202884, - 0.06325280194605529, - 0.15640660284039, - 0.17468817901894348, - 0.07613680470535043, - 0.08786657240016871, - 0.17719826933309477, - 0.15110049499140116 - ], - "resistance": [ - 97936.48943144409, - 97888.9427175078, - 97002.03873413507, - 95992.4326894637, - 95409.93648265017, - 95430.39055193207, - 96062.4459702155, - 97083.76294502548 - ], - "fuel": [ - 42.1538595141442, - 42.129140688371194, - 41.66959450877073, - 41.15003308433279, - 40.851995499930894, - 40.86243955520439, - 41.18594078489092, - 41.71181719376266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -60.625, -69.6875 -60.3125, -69.375 -60.3125, -69.375 -60.625, -69.6875 -60.625))", @@ -242325,68 +169798,7 @@ "id": "4359", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.13937980402195, - 11.13937980402195, - 11.13937980402195, - 11.13937980402195, - 11.13937980402195, - 11.13937980402195, - 11.13937980402195, - 11.13937980402195 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1522.3550440921435, - 1196.0375011510323, - 155.63181403546605, - -883.6480680091431, - -1357.8990867152897, - -1217.7115613365982, - -402.39244408712875, - 717.156593845235 - ], - "relative wind speed": [ - 3.6380300471109686, - 3.566987170341633, - 3.2474514325383783, - 2.8246092132343876, - 2.554378041415042, - 2.652680216076519, - 3.0354849687405823, - 3.432447027217899 - ], - "relative wind angle": [ - 0.029580671222664907, - 0.08625335735708102, - 0.16773601201797222, - 0.1633864142876121, - 0.04213609799222987, - 0.11609943648402346, - 0.1795721743250254, - 0.13425856285577736 - ], - "resistance": [ - 98156.85504409214, - 97830.53750115103, - 96790.13181403547, - 95750.85193199085, - 95276.60091328471, - 95416.7884386634, - 96232.10755591287, - 97351.65659384524 - ], - "fuel": [ - 42.559370501180226, - 42.38962455927038, - 41.85106525479607, - 41.31711000601608, - 41.07478751334549, - 41.146330361338755, - 41.563867108500844, - 42.14123463994285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -60.3125, -69.375 -60, -69.0625 -60, -69.0625 -60.3125, -69.375 -60.3125))", @@ -242405,68 +169817,7 @@ "id": "4360", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.129285419542205, - 11.129285419542205, - 11.129285419542205, - 11.129285419542205, - 11.129285419542205, - 11.129285419542205, - 11.129285419542205, - 11.129285419542205 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1490.3743667474446, - 968.9651676041376, - -55.54627456549724, - -972.9121901509493, - -1281.7081634740375, - -1058.6191703387267, - -198.79208493888518, - 846.2266772901821 - ], - "relative wind speed": [ - 3.611519821970129, - 3.4960283590919548, - 3.1621238864783203, - 2.7705284091849913, - 2.5716752914399845, - 2.7266050211775985, - 3.1076617826992243, - 3.461323672092074 - ], - "relative wind angle": [ - 0.007646033889814001, - 0.09974400072768246, - 0.165178700417349, - 0.1402089412650509, - 0.010737772623340382, - 0.12802837310582468, - 0.16810080812818234, - 0.1120939332549073 - ], - "resistance": [ - 98124.87436674749, - 97603.46516760418, - 96578.95372543455, - 95661.5878098491, - 95352.79183652601, - 95575.88082966131, - 96435.70791506115, - 97480.72667729022 - ], - "fuel": [ - 42.53602983406243, - 42.265051175241965, - 41.73555478560515, - 41.264748583355, - 41.10697422967736, - 41.22092240166353, - 41.6618325349271, - 42.20141053706466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -60.625, -69.375 -60.3125, -69.0625 -60.3125, -69.0625 -60.625, -69.375 -60.625))", @@ -242485,68 +169836,7 @@ "id": "4362", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.517620482014193, - 12.517620482014193, - 12.517620482014193, - 12.517620482014193, - 12.517620482014193, - 12.517620482014193, - 12.517620482014193, - 12.517620482014193 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1625.0492439559994, - 783.6211039933596, - -420.09358444443023, - -1314.6226058475904, - -1479.5968525257585, - -995.902030287456, - 113.56784087754204, - 1239.090682968369 - ], - "relative wind speed": [ - 3.997446483827328, - 3.8044094753549125, - 3.425534613747109, - 3.0604669930936823, - 2.95923742719668, - 3.203612505502944, - 3.6058809120110356, - 3.920485470674417 - ], - "relative wind angle": [ - 0.0228100050075812, - 0.11370822141512574, - 0.15217968502440113, - 0.09907557624586322, - 0.030814796205878327, - 0.13515304431538283, - 0.1445136225650584, - 0.07729229948609917 - ], - "resistance": [ - 98259.54924395599, - 97418.12110399334, - 96214.40641555555, - 95319.8773941524, - 95154.90314747422, - 95638.59796971253, - 96748.06784087753, - 97873.59068296835 - ], - "fuel": [ - 43.58894561470659, - 43.15173102436724, - 42.53084884965025, - 42.07293830971868, - 41.98881298605497, - 42.23575032933178, - 42.805448845295025, - 43.3880705684134 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -61.25, -69.375 -60.9375, -69.0625 -60.9375, -69.0625 -61.25, -69.375 -61.25))", @@ -242578,11 +169868,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1264.247416707778, + 1264.2474167077726, 359.1902623586161, -659.1730051022819, -1238.2360640967263, - -1208.9120923418614, + -1208.912092341861, -559.2256534658391, 475.9456912566184, 1332.3311650409878 @@ -242592,17 +169882,17 @@ 3.15898728883831, 2.744105826874461, 2.423567645272798, - 2.445446553575133, + 2.4454465535751333, 2.79057339234333, 3.1994349126072574, 3.448596876685276 ], "relative wind angle": [ - 0.06731202557690082, - 0.1633056691128915, - 0.18153187083342606, - 0.07724677548731052, - 0.09456764653402477, + 0.06731202557690412, + 0.16330566911289146, + 0.1815318708334261, + 0.07724677548731053, + 0.09456764653402594, 0.18510000462080511, 0.15546888844513815, 0.054259301506315395 @@ -242658,19 +169948,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1250.0229157739795, + 1250.0229157739768, 193.84832649438704, - -894.0359898444149, + -894.0359898444167, -1415.781273041523, - -1297.588498523237, + -1297.5884985232383, -481.99168113615997, - 673.4000001691611, + 673.400000169162, 1526.3752962368171 ], "relative wind speed": [ - 3.8558510613414136, + 3.8558510613414128, 3.560801434856261, - 3.165564384604612, + 3.1655643846046115, 2.9067815464893414, 2.980866653167526, 3.3277389550172742, @@ -242678,13 +169968,13 @@ 3.9120038921507865 ], "relative wind angle": [ - 0.07068476009567902, + 0.07068476009567903, 0.14171117010574236, 0.13909974807692807, - 0.04053537883815604, - 0.09148454890209799, - 0.15171036873608465, - 0.11872009431944512, + 0.04053537883815605, + 0.0914845489020992, + 0.15171036873608468, + 0.11872009431944419, 0.030115776339908504 ], "resistance": [ @@ -242738,40 +170028,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 829.8892699945482, + 829.8892699945445, -16.824994308531586, - -786.6445210380098, - -1061.257119551557, + -786.6445210380111, + -1061.257119551553, -886.0619470251363, - -182.83948563694412, - 687.3302337482264, + -182.83948563694366, + 687.3302337482255, 1238.5072904144704 ], "relative wind speed": [ - 3.1216559220929745, + 3.121655922092974, 2.8134502705871722, 2.4433909905887905, - 2.2468338839752664, + 2.246833883975266, 2.385339831221714, 2.74209397747122, 3.076430118410054, 3.2227812994634912 ], "relative wind angle": [ - 0.10251421612827587, + 0.10251421612827696, 0.17434072454784952, - 0.15230672121307604, - 0.016130929246848558, + 0.1523067212130775, + 0.016130929246841674, 0.13432744883943745, - 0.17892591385938383, - 0.12079285407146632, - 0.01124578653644453 + 0.1789259138593838, + 0.12079285407146725, + 0.011245786536444528 ], "resistance": [ 97464.38926999454, 96617.67500569148, 95847.855478962, - 95573.24288044844, + 95573.24288044845, 95748.43805297486, 96451.66051436306, 97321.83023374823, @@ -242781,7 +170071,7 @@ 41.396555307807496, 40.95910760281634, 40.563702217015056, - 40.42318550882177, + 40.423185508821774, 40.512798840790566, 40.8736504368876, 41.32271663105773, @@ -242818,13 +170108,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1053.6258693058035, + 1053.6258693057898, 407.3173903903207, -423.5450613433318, -974.3968167234839, - -1025.8589701262304, + -1025.8589701262276, -605.7242325967559, - 195.74847021410915, + 195.74847021410733, 932.7043793544026 ], "relative wind speed": [ @@ -242838,17 +170128,17 @@ 3.533077853824092 ], "relative wind angle": [ - 0.03237061573664337, - 0.10396729537771313, - 0.12391487762203122, - 0.06649385740130495, - 0.04119302594063658, - 0.11694666514236961, - 0.11532049600135513, + 0.03237061573665023, + 0.10396729537771314, + 0.12391487762203124, + 0.06649385740130496, + 0.041193025940633884, + 0.11694666514236962, + 0.11532049600135609, 0.05328650265541275 ], "resistance": [ - 97688.1258693058, + 97688.12586930579, 97041.81739039032, 96210.95493865667, 95660.10318327651, @@ -242858,7 +170148,7 @@ 97567.2043793544 ], "fuel": [ - 42.51582128262956, + 42.51582128262955, 42.18113246139872, 41.75315641222616, 41.47082954960501, @@ -242898,11 +170188,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 724.616881424241, + 724.6168814242351, -21.19745724187851, -695.203595868375, -931.4615341499757, - -773.8514105616941, + -773.8514105616948, -152.50440776609503, 611.8068709927197, 1092.1545259716418 @@ -242918,11 +170208,11 @@ 3.009393300682901 ], "relative wind angle": [ - 0.10458010325028771, + 0.10458010325029198, 0.17673309967388304, 0.1535942337397839, 0.01473552110518271, - 0.13723682362611742, + 0.13723682362611822, 0.18096001083034255, 0.12122113087392564, 0.010224402538743967 @@ -242978,19 +170268,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 817.5806789194285, + 817.5806789194185, 157.10351383826628, - -546.3080627197064, + -546.3080627197087, -903.9435270462959, - -847.356459537391, + -847.3564595373923, -347.7486889724314, 387.97090601276113, 950.1534527948697 ], "relative wind speed": [ - 3.180563026055312, + 3.180563026055311, 2.960289298815284, - 2.6570925132262997, + 2.6570925132262992, 2.4503387436230453, 2.492779550783671, 2.75074868332879, @@ -242998,17 +170288,17 @@ 3.213373786694476 ], "relative wind angle": [ - 0.06141433495501269, + 0.06141433495501811, 0.12933026463566596, - 0.13010297647667565, + 0.1301029764766765, 0.04315878790687789, - 0.07839019198582817, - 0.1392439590429774, - 0.11346589549795937, + 0.0783901919858296, + 0.13924395904297737, + 0.11346589549795935, 0.0329061949009035 ], "resistance": [ - 97452.08067891943, + 97452.08067891942, 96791.60351383827, 96088.1919372803, 95730.5564729537, @@ -243018,7 +170308,7 @@ 97584.65345279487 ], "fuel": [ - 41.59215013422591, + 41.5921501342259, 41.250721634616234, 40.88888346722406, 40.705620140026554, @@ -243058,19 +170348,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 593.9515286470514, + 593.951528647045, -372.87356764886954, - -1083.9842305267193, + -1083.984230526723, -1206.9672197728378, - -811.811606931371, + -811.8116069313692, 84.69933329341802, 981.5401601311596, 1271.3991557062454 ], "relative wind speed": [ - 3.821860962659863, + 3.821860962659862, 3.5230319037953914, - 3.245513464351694, + 3.2455134643516934, 3.1736054830746188, 3.361158563826397, 3.6731804085732995, @@ -243078,17 +170368,17 @@ 3.978974283265175 ], "relative wind angle": [ - 0.08861382563899939, - 0.11457689399869075, - 0.07135397346562042, - 0.02380776007374071, - 0.10079860558942716, - 0.10987398920582088, - 0.05905263853809247, + 0.08861382563900064, + 0.11457689399869077, + 0.07135397346562199, + 0.023807760073740712, + 0.10079860558942608, + 0.1098739892058209, + 0.05905263853809248, 0.018988270639523592 ], "resistance": [ - 97228.45152864707, + 97228.45152864706, 96261.62643235114, 95550.51576947329, 95427.53278022718, @@ -243138,30 +170428,30 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1039.3182888721922, + 1039.3182888721876, -211.7173971777429, - -1263.3517456664977, - -1547.6346935026818, + -1263.3517456664986, + -1547.6346935027104, -1208.6443725951676, -120.13884115484325, 1117.5106992091314, 1784.134323476217 ], "relative wind speed": [ - 3.9609453375013564, - 3.59544930134437, - 3.198309370235845, - 3.0290863140563355, + 3.9609453375013555, + 3.5954493013443702, + 3.1983093702358447, + 3.029086314056336, 3.222283619746399, 3.625595677157337, 3.980328738310603, 4.11057609037423 ], "relative wind angle": [ - 0.09941977728214467, - 0.15097127591214402, + 0.09941977728214578, + 0.15097127591214476, 0.11644561272630885, - 0.005032939669781024, + 0.005032939669803084, 0.12231384451882464, 0.1497064650474292, 0.09349224836842669, @@ -243171,7 +170461,7 @@ 97673.81828887218, 96422.78260282225, 95371.14825433349, - 95086.8653064973, + 95086.86530649728, 95425.85562740482, 96514.36115884515, 97752.01069920912, @@ -243181,7 +170471,7 @@ 43.53941438080051, 42.89304362562513, 42.35420264665693, - 42.20924710094268, + 42.20924710094267, 42.38213237671165, 42.94016182951955, 43.58000731219346, @@ -243218,9 +170508,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2013.2276816716249, + 2013.2276816715848, 960.4639333932228, - -533.5854106738016, + -533.5854106738043, -1636.3473235358351, -1834.31100715702, -1223.6856491553363, @@ -243238,17 +170528,17 @@ 4.350965618791172 ], "relative wind angle": [ - 0.024037944057373486, + 0.024037944057387343, 0.11560973960527937, - 0.153931655032861, - 0.0993708180006025, + 0.15393165503286244, + 0.09937081800060249, 0.032574349380243665, - 0.13741906450208985, + 0.13741906450208988, 0.14576266602402974, 0.07719438093749122 ], "resistance": [ - 98647.72768167163, + 98647.7276816716, 97594.96393339324, 96100.91458932622, 94998.15267646417, @@ -243258,7 +170548,7 @@ 98184.78338636283 ], "fuel": [ - 44.8678028834655, + 44.86780288346549, 44.31966946638438, 43.54885509803644, 42.98524281715271, @@ -243285,68 +170575,7 @@ "id": "4394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.710129175113654, - 14.710129175113654, - 14.710129175113654, - 14.710129175113654, - 14.710129175113654, - 14.710129175113654, - 14.710129175113654, - 14.710129175113654 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1334.6990232664903, - 1375.8988775825856, - 438.17105858284776, - -696.0742878553538, - -1388.9085314687436, - -1406.3613482002993, - -758.6759595868625, - 365.5846051882827 - ], - "relative wind speed": [ - 4.478198867642516, - 4.4855328599146, - 4.276248634769778, - 3.9531399277970336, - 3.7014378725174977, - 3.6925468696941297, - 3.9330147515476184, - 4.257651011240639 - ], - "relative wind angle": [ - 0.0385056065372935, - 0.034110175380092395, - 0.09102990972602891, - 0.10053846034094299, - 0.046591499894142435, - 0.041439266641420676, - 0.0989990815318164, - 0.09332609333366826 - ], - "resistance": [ - 97969.1990232665, - 98010.3988775826, - 97072.67105858287, - 95938.42571214466, - 95245.59146853127, - 95228.13865179972, - 95875.82404041315, - 97000.0846051883 - ], - "fuel": [ - 45.24839668463175, - 45.26982769028499, - 44.78361218899967, - 44.19987405440973, - 43.84566283265237, - 43.8367631512845, - 44.16779557113625, - 44.746112273891754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -62.5, -69.6875 -62.1875, -69.375 -62.1875, -69.375 -62.5, -69.6875 -62.5))", @@ -243365,68 +170594,7 @@ "id": "4395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.212802530602737, - 20.212802530602737, - 20.212802530602737, - 20.212802530602737, - 20.212802530602737, - 20.212802530602737, - 20.212802530602737, - 20.212802530602737 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1402.5892250657162, - 2370.4895857263964, - 1417.7562698352576, - -290.84231340496444, - -1771.8171847576596, - -2183.2080703450556, - -1782.4902193381058, - -308.85217784222914 - ], - "relative wind speed": [ - 5.954722256679482, - 6.084252358044283, - 5.957234178608823, - 5.636151808743982, - 5.294467046354834, - 5.145092001389658, - 5.291640520703019, - 5.632396581200865 - ], - "relative wind angle": [ - 0.05601437635677186, - 0.00030967963656695766, - 0.055542745213538226, - 0.08341244011803271, - 0.06300848463561436, - 0.000366207070838567, - 0.06253763869807198, - 0.08346818226974442 - ], - "resistance": [ - 98037.08922506572, - 99004.98958572639, - 98052.25626983526, - 96343.65768659503, - 94862.68281524234, - 94451.29192965495, - 94852.0097806619, - 96325.64782215777 - ], - "fuel": [ - 51.2227160081808, - 51.72810387512473, - 51.230608575292884, - 50.34687799293961, - 49.589668690357286, - 49.38077660458572, - 49.58424128283741, - 50.337620688450016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -62.5, -69.375 -62.1875, -69.0625 -62.1875, -69.0625 -62.5, -69.375 -62.5))", @@ -243445,68 +170613,7 @@ "id": "4398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.071457678503485, - 20.071457678503485, - 20.071457678503485, - 20.071457678503485, - 20.071457678503485, - 20.071457678503485, - 20.071457678503485, - 20.071457678503485 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1909.9536022116572, - 2228.1127607801845, - 884.4441898719542, - -897.2077139245885, - -2105.766116103294, - -2239.9435326247967, - -1384.1562171907335, - 320.5026661544525 - ], - "relative wind speed": [ - 6.000255327777765, - 6.04258837338752, - 5.829233976867401, - 5.467000018730122, - 5.160833570220049, - 5.1112026850671475, - 5.353251197260439, - 5.7226897463728115 - ], - "relative wind angle": [ - 0.039786677583340924, - 0.021232649760648297, - 0.07212987842443354, - 0.08530866256888557, - 0.046262371348221164, - 0.02510250618883615, - 0.07855596735128408, - 0.08148841364064853 - ], - "resistance": [ - 98544.45360221168, - 98862.61276078022, - 97518.94418987198, - 95737.29228607545, - 94528.73388389674, - 94394.55646737524, - 95250.3437828093, - 96955.00266615448 - ], - "fuel": [ - 51.309687016910075, - 51.47602944382944, - 50.776085969592756, - 49.85834816357239, - 49.242537328138766, - 49.17450354761187, - 49.60957385899117, - 50.48431921631301 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -62.5, -69.0625 -62.1875, -68.75 -62.1875, -68.75 -62.5, -69.0625 -62.5))", @@ -243525,68 +170632,7 @@ "id": "4399", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.348840840255217, - 16.348840840255217, - 16.348840840255217, - 16.348840840255217, - 16.348840840255217, - 16.348840840255217, - 16.348840840255217, - 16.348840840255217 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1807.5182408726705, - 1765.4993349375945, - 496.59392045872846, - -980.5343477505876, - -1838.057017595901, - -1820.2296387351853, - -916.860192470981, - 570.4593428209191 - ], - "relative wind speed": [ - 5.01272411571989, - 5.0060424322051045, - 4.747908099979935, - 4.36449595215021, - 4.077458278740563, - 4.085658850436695, - 4.3829713379549515, - 4.76489707746706 - ], - "relative wind angle": [ - 0.036602318272656025, - 0.040208223969823424, - 0.09873392488757322, - 0.10574132502961228, - 0.04500310691445348, - 0.04927266280581349, - 0.10698503289503042, - 0.09682656338754893 - ], - "resistance": [ - 98442.0182408727, - 98399.99933493763, - 97131.09392045876, - 95653.96565224945, - 94796.44298240413, - 94814.27036126485, - 95717.63980752905, - 97204.95934282095 - ], - "fuel": [ - 47.05480616405944, - 47.032881689259, - 46.37389161749918, - 45.6143103626131, - 45.177072680049065, - 45.186134736400724, - 45.64688597135191, - 46.41208846342675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -61.5625, -68.4375 -61.25, -68.125 -61.25, -68.125 -61.5625, -68.4375 -61.5625))", @@ -243618,13 +170664,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2420.9771285523675, + 2420.9771285523348, 335.2671454606534, - -1850.9257692705887, + -1850.9257692706033, -2902.853409972453, -2690.0557416305, -1080.0441499275803, - 1228.193466975521, + 1228.1934669755174, 2925.22417215502 ], "relative wind speed": [ @@ -243634,37 +170680,37 @@ 5.68823761301614, 5.75877582348764, 6.1209273977627685, - 6.537782898128519, + 6.53778289812852, 6.775171518061258 ], "relative wind angle": [ - 0.04319295495136917, + 0.04319295495137431, 0.08521287277927772, - 0.08042678338145759, - 0.023475388354293542, - 0.05037301759538636, - 0.08892603466988455, - 0.07330022197463848, - 0.01970872124750256 + 0.08042678338146036, + 0.023475388354293546, + 0.050373017595386364, + 0.08892603466988454, + 0.07330022197463998, + 0.019708721247502562 ], "resistance": [ - 99055.47712855239, + 99055.47712855236, 96969.76714546068, - 94783.57423072944, + 94783.57423072943, 93731.64659002758, 93944.44425836953, 95554.45585007245, - 97862.69346697556, + 97862.69346697554, 99559.72417215505 ], "fuel": [ - 54.70986693646653, + 54.709866936466526, 53.62476212321464, 52.50475619034646, 51.972181815237846, 52.07958569458474, 52.897655749337055, - 54.0873315348562, + 54.08733153485619, 54.97463469586322 ] }, @@ -243698,9 +170744,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 959.0527561653471, + 959.0527561653325, -259.4553095787942, - -1290.8350481156685, + -1290.8350481156758, -1559.01007419724, -1243.5452242401607, -179.55560576663265, @@ -243708,7 +170754,7 @@ 1665.0480419524083 ], "relative wind speed": [ - 5.274175151581965, + 5.274175151581964, 5.014865338984626, 4.747180510219137, 4.63769528591565, @@ -243718,19 +170764,19 @@ 5.383025475248218 ], "relative wind angle": [ - 0.051239434070544564, + 0.051239434070546735, 0.07438078056053217, - 0.054143085983646776, + 0.05414308598364883, 0.0020165725460811446, - 0.0567666184585545, - 0.07410463738304746, + 0.05676661845855449, + 0.07410463738304744, 0.048612831340012076, 0.0017373589257077989 ], "resistance": [ - 97593.55275616536, + 97593.55275616534, 96375.04469042121, - 95343.66495188435, + 95343.66495188433, 95075.48992580277, 95390.95477575985, 96454.94439423337, @@ -243740,7 +170786,7 @@ "fuel": [ 48.40580460705539, 47.77653004117145, - 47.24821154976635, + 47.248211549766346, 47.111488803074614, 47.27234891303887, 47.817623414270294, @@ -243778,11 +170824,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1163.7200478133, + 1163.7200478132509, 220.4089018734103, - -819.4995783150935, + -819.4995783150971, -1362.1587366884396, - -1301.2472083155535, + -1301.2472083155662, -595.1426097150998, 479.90896443480233, 1308.9994975030513 @@ -243790,7 +170836,7 @@ "relative wind speed": [ 5.336572056717143, 5.154064326380428, - 4.908229820917444, + 4.908229820917443, 4.744160616514828, 4.768761430689651, 4.965451421462111, @@ -243798,31 +170844,31 @@ 5.358453782956151 ], "relative wind angle": [ - 0.02818953275480906, - 0.05963889635881516, + 0.028189532754820872, + 0.059638896358815155, 0.0579007856658893, - 0.019916496944280635, - 0.03154708075306678, + 0.01991649694428064, + 0.0315470807530703, 0.06190712784308105, 0.0545584852948043, - 0.01763301764858397 + 0.017633017648583965 ], "resistance": [ - 97798.22004781335, + 97798.22004781329, 96854.90890187345, 95815.00042168495, 95272.34126331161, - 95333.25279168448, + 95333.25279168447, 96039.35739028495, 97114.40896443484, 97943.4994975031 ], "fuel": [ - 48.67388477351856, + 48.67388477351854, 48.18552886469678, 47.65100121647902, 47.373664551711336, - 47.404739994357385, + 47.40473999435737, 47.76598343884405, 48.31954292470263, 48.749390760379136 @@ -243845,68 +170891,7 @@ "id": "4409", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.033911366103272, - 17.033911366103272, - 17.033911366103272, - 17.033911366103272, - 17.033911366103272, - 17.033911366103272, - 17.033911366103272, - 17.033911366103272 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1678.8502318387254, - 822.9981720412816, - -456.21136327142085, - -1430.0586693802907, - -1619.1855366125565, - -1143.6412914159864, - 26.978796598476038, - 1230.0680744684523 - ], - "relative wind speed": [ - 5.136423197068401, - 4.986016623748626, - 4.689115257717107, - 4.4099739520010495, - 4.327634960654913, - 4.500100647737489, - 4.808686485092331, - 5.065905383516085 - ], - "relative wind angle": [ - 0.011682254030958277, - 0.06591230916994055, - 0.08635530146282722, - 0.05525383506972551, - 0.013865670052315144, - 0.07304151107612374, - 0.08420286405363227, - 0.04809365742286586 - ], - "resistance": [ - 98313.35023183876, - 97457.4981720413, - 96178.28863672861, - 95204.44133061974, - 95015.31446338748, - 95490.85870858404, - 96661.4787965985, - 97864.56807446848 - ], - "fuel": [ - 47.69232808665862, - 47.24747031087921, - 46.587639752046364, - 46.08940067687509, - 45.99304894336008, - 46.23557101275184, - 46.836159019785846, - 47.45871863683884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -62.5, -68.75 -62.1875, -68.4375 -62.1875, -68.4375 -62.5, -68.75 -62.5))", @@ -243925,68 +170910,7 @@ "id": "4410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.576408304707314, - 13.576408304707314, - 13.576408304707314, - 13.576408304707314, - 13.576408304707314, - 13.576408304707314, - 13.576408304707314, - 13.576408304707314 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1712.8477954450882, - 1041.0222151070338, - -160.7418296512924, - -1203.8048735117763, - -1507.0056635706069, - -1221.6447016609409, - -190.66911357473964, - 1015.5772459938116 - ], - "relative wind speed": [ - 4.265645141686311, - 4.138666934767781, - 3.8081586158628995, - 3.443082337020718, - 3.2768159093845486, - 3.4357949563161605, - 3.798839156270882, - 4.13260632038471 - ], - "relative wind angle": [ - 0.001101733751071312, - 0.08376764692631604, - 0.130197996391745, - 0.10268366025148778, - 0.00143419893387298, - 0.10095771993306799, - 0.13051922706088964, - 0.08550481512605901 - ], - "resistance": [ - 98347.34779544511, - 97675.52221510705, - 96473.75817034872, - 95430.69512648824, - 95127.4943364294, - 95412.85529833907, - 96443.83088642528, - 97650.07724599383 - ], - "fuel": [ - 44.46954733727136, - 44.1200284746156, - 43.498997038749, - 42.964333377458686, - 42.809675135462584, - 42.955224073239066, - 43.483600201158225, - 44.106823678127135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -62.5, -68.4375 -62.1875, -68.125 -62.1875, -68.125 -62.5, -68.4375 -62.5))", @@ -244005,68 +170929,7 @@ "id": "4411", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.534854264806135, - 12.534854264806135, - 12.534854264806135, - 12.534854264806135, - 12.534854264806135, - 12.534854264806135, - 12.534854264806135, - 12.534854264806135 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1174.6223637326048, - 548.7362478654577, - -345.76273070942443, - -1004.0909448617658, - -1118.0694814518483, - -753.2854300931058, - 76.02976460501759, - 905.8163600643657 - ], - "relative wind speed": [ - 3.8651416626454815, - 3.715780796733229, - 3.431818629893887, - 3.1684880899724233, - 3.10015697582386, - 3.27769223962467, - 3.573921409121983, - 3.8093275746212902 - ], - "relative wind angle": [ - 0.01849433861037139, - 0.08651340957847403, - 0.11171067728360745, - 0.06948244832734135, - 0.02305867056113908, - 0.09811161479296224, - 0.10725147751904482, - 0.05777913518756271 - ], - "resistance": [ - 97809.12236373262, - 97183.23624786547, - 96288.73726929059, - 95630.40905513825, - 95516.43051854816, - 95881.21456990691, - 96710.52976460503, - 97540.31636006437 - ], - "fuel": [ - 43.367568740320245, - 43.04314999946568, - 42.58203006458992, - 42.244559624136365, - 42.186296028112324, - 42.37293671114659, - 42.79909583035999, - 43.22805857133883 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -60.9375, -66.5625 -60.625, -66.25 -60.625, -66.25 -60.9375, -66.5625 -60.9375))", @@ -244098,19 +170961,19 @@ ], "ice resistance": 84433.44157424982, "wind resistance": [ - 1927.0895097772882, + 1927.0895097771281, 682.4736602748744, - -925.1734154814585, + -925.173415481444, -1969.8364056724422, - -2051.8265018721613, + -2051.8265018722195, -1230.97425871632, 329.077894286791, 1730.5148884132432 ], "relative wind speed": [ - 7.675435062233922, + 7.675435062233921, 7.518323106749464, - 7.268510662842577, + 7.268510662842576, 7.070668654517828, 7.048142955013966, 7.215499994553387, @@ -244118,31 +170981,31 @@ 7.654689235161797 ], "relative wind angle": [ - 0.012947882233321103, - 0.03885783596677769, - 0.043168696676899, + 0.012947882233338252, + 0.0388578359667777, + 0.043168696676896434, 0.02143253401476353, - 0.014100330573217398, + 0.014100330573225272, 0.040489511600622, 0.04202000736730023, 0.019797099360734614 ], "resistance": [ - 86360.53108402711, + 86360.53108402695, 85115.9152345247, - 83508.26815876836, + 83508.26815876838, 82463.60516857739, - 82381.61507237767, + 82381.61507237761, 83202.4673155335, 84762.51946853662, 86163.95646266307 ], "fuel": [ - 54.62787727333603, + 54.62787727333595, 54.03720351688353, - 53.282772548951506, + 53.28277254895151, 52.79769185684598, - 52.75979229282926, + 52.75979229282923, 53.140356059907404, 53.87053852249786, 54.53420296111608 @@ -244178,19 +171041,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1351.5822899082305, + 1351.582289908174, 491.5651770539462, -628.0109870643246, -1363.346880197705, - -1426.9435874077699, + -1426.9435874077371, -864.4694301462787, - 218.25011218031977, + 218.25011218030704, 1199.3076589592984 ], "relative wind speed": [ - 6.117678824189232, + 6.11767882418923, 5.981866597758065, - 5.763046118391609, + 5.763046118391608, 5.587611217430115, 5.565545888476261, 5.711266693063343, @@ -244198,33 +171061,33 @@ 6.097531969208321 ], "relative wind angle": [ - 0.013824318117685664, + 0.013824318117693697, 0.04264661311948296, - 0.04792625031313853, + 0.04792625031313854, 0.024239730215617813, - 0.01519586774560524, + 0.015195867745597934, 0.04466852478269753, - 0.04656024335973043, + 0.046560243359732814, 0.022212275902569276 ], "resistance": [ - 97986.08228990824, + 97986.08228990818, 97126.06517705396, 96006.4890129357, 95271.15311980231, - 95207.55641259224, + 95207.55641259228, 95770.03056985374, - 96852.75011218034, + 96852.75011218032, 97833.80765895931 ], "fuel": [ - 52.24511112685905, + 52.24511112685903, 51.79914240085715, 51.22270074945243, 50.84663248766424, - 50.814202151531724, + 50.814202151531745, 51.101550804348825, - 51.657989006112984, + 51.65798900611298, 52.16594739283122 ] }, @@ -244258,19 +171121,19 @@ ], "ice resistance": 57690.52537253609, "wind resistance": [ - 1484.5466219567534, + 1484.5466219564041, 478.0965906694946, - -785.8755802300002, + -785.8755802300329, -1576.8590822499027, -1616.3429252362694, -934.0691528972748, - 306.9005005077415, + 306.900500507767, 1389.6264949111574 ], "relative wind speed": [ - 7.605990081934209, + 7.605990081934208, 7.476457491709293, - 7.278778108746532, + 7.278778108746531, 7.12806375103428, 7.117260109096882, 7.253210321070752, @@ -244278,33 +171141,33 @@ 7.595866227640822 ], "relative wind angle": [ - 0.011365307616026287, + 0.011365307616065362, 0.03129374692644098, - 0.03358088218868855, + 0.03358088218869185, 0.01566828269230079, 0.012145780828041507, - 0.03225726901664473, - 0.03280191270561343, + 0.03225726901664474, + 0.032801912705610045, 0.014703256874153072 ], "resistance": [ - 59175.07199449284, + 59175.07199449249, 58168.62196320559, - 56904.64979230609, + 56904.64979230605, 56113.666290286186, 56074.18244729982, 56756.456219638814, - 57997.42587304383, + 57997.42587304386, 59080.151867447246 ], "fuel": [ - 43.03818227028019, + 43.03818227028006, 42.66190288825327, - 42.19468347753275, + 42.194683477532735, 41.90532553332339, 41.89094254258515, 42.14029400890143, - 42.598273258943586, + 42.59827325894359, 43.00253370238435 ] }, @@ -244338,54 +171201,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 906.7142810962978, + 906.7142810962287, -447.1154941278328, - -1520.7853737011828, + -1520.785373701161, -1751.4329719063207, - -1312.056874345355, + -1312.0568743453841, -92.53379540410242, 1202.740001617527, - 1757.0419569217775 + 1757.0419569215228 ], "relative wind speed": [ - 7.501040287446307, + 7.5010402874463065, 7.298631765749568, - 7.107498730804995, + 7.107498730804993, 7.044011546249442, 7.148496395622209, 7.355037760617385, 7.539898401419059, - 7.599243873466675 + 7.599243873466676 ], "relative wind angle": [ - 0.028835009284422664, + 0.028835009284430363, 0.038046201732340815, - 0.024814210452005266, + 0.02481421045200079, 0.004006714126934661, - 0.03025749538853064, - 0.03775428507573266, + 0.030257495388534308, + 0.037754285075732655, 0.02339089242932248, - 0.003713965548506868 + 0.003713965548536761 ], "resistance": [ - 97541.21428109628, + 97541.21428109621, 96187.38450587215, - 95113.71462629881, + 95113.71462629882, 94883.06702809366, - 95322.44312565462, + 95322.4431256546, 96541.96620459588, 97837.24000161751, - 98391.54195692176 + 98391.54195692152 ], "fuel": [ - 59.95476759057814, + 59.9547675905781, 59.25621330116523, - 58.707066135818664, + 58.70706613581868, 58.589657119019115, - 58.813488068215825, + 58.813488068215804, 59.4385125169486, 60.108420758420515, - 60.39701002979795 + 60.39701002979782 ] }, { @@ -244418,54 +171281,54 @@ ], "ice resistance": 42094.77375315368, "wind resistance": [ - 1387.3709338022563, + 1387.370933802129, 256.6238648895487, - -1002.2943021201063, + -1002.2943021201318, -1662.3336733600372, -1595.5468955633733, -751.7481172038861, - 546.067462341689, - 1547.8942797866875 + 546.067462341718, + 1547.8942797867785 ], "relative wind speed": [ - 7.597387513315468, + 7.597387513315466, 7.44519752899297, 7.242484984355538, 7.108605481644073, 7.12688550749021, 7.285727679417667, - 7.487269550092366, - 7.614494216341333 + 7.487269550092365, + 7.614494216341332 ], "relative wind angle": [ - 0.016118712757280076, + 0.016118712757293853, 0.033982702784747035, - 0.03249229936075725, + 0.032492299360760674, 0.011223533389980458, 0.01718293780080552, 0.034726811383888785, - 0.03142965861846735, - 0.010477840487799003 + 0.031429658618463814, + 0.010477840487788406 ], "resistance": [ - 43482.14468695593, + 43482.144686955806, 42351.39761804322, - 41092.47945103357, + 41092.47945103355, 40432.44007979364, 40499.2268575903, 41343.02563594979, - 42640.84121549537, - 43642.66803294036 + 42640.8412154954, + 43642.668032940455 ], "fuel": [ - 37.599902132204896, + 37.59990213220485, 37.24344255344212, 36.852175178302275, 36.64939375998966, 36.66983869441704, 36.929574008985284, - 37.334234432530316, - 37.65089156718161 + 37.33423443253032, + 37.650891567181645 ] }, { @@ -244498,9 +171361,9 @@ ], "ice resistance": 74112.79631848926, "wind resistance": [ - 544.2674679524862, + 544.2674679524243, -835.7087532042788, - -1710.9341269529068, + -1710.9341269529104, -1763.5684010847763, -1032.838497169214, 316.5124251484667, @@ -244508,9 +171371,9 @@ 1632.3586433557466 ], "relative wind speed": [ - 7.490198833326972, + 7.490198833326971, 7.274847890548632, - 7.108460965645231, + 7.1084609656452304, 7.094039460688051, 7.240782357985799, 7.457117129821097, @@ -244518,17 +171381,17 @@ 7.629325779431096 ], "relative wind angle": [ - 0.03388426745127776, + 0.03388426745128431, 0.03680134021193189, 0.017554959205062615, 0.012855492235484961, 0.035051917478410424, 0.035901438583262224, 0.016385203285577264, - 0.011953484712124632 + 0.01195348471212463 ], "resistance": [ - 74657.06378644175, + 74657.06378644168, 73277.08756528498, 72401.86219153635, 72349.22791740448, @@ -244538,7 +171401,7 @@ 75745.15496184501 ], "fuel": [ - 49.301345534908485, + 49.301345534908464, 48.70687635485873, 48.33351717026006, 48.311154970955954, @@ -244578,9 +171441,9 @@ ], "ice resistance": 43754.37451792958, "wind resistance": [ - 50.13027520778269, + 50.13027520769538, -1122.9903797052175, - -1628.089319758994, + -1628.089319758874, -1475.0890080392128, -548.3443931380862, 713.9490961367846, @@ -244588,9 +171451,9 @@ 1213.262358949316 ], "relative wind speed": [ - 7.412776019794037, + 7.412776019794035, 7.219036921854711, - 7.108582365247509, + 7.108582365247508, 7.150428842328157, 7.318130204263906, 7.509313146160016, @@ -244598,19 +171461,19 @@ 7.5746713048814724 ], "relative wind angle": [ - 0.03409536519893838, - 0.029393544243372774, - 0.006661121916065112, + 0.034095365198948145, + 0.029393544243372777, + 0.006661121916048445, 0.020307647365814, - 0.03453649687846132, + 0.03453649687846131, 0.02825701361833795, 0.006218985932148703, - 0.019170112438599007 + 0.01917011243859901 ], "resistance": [ - 43804.50479313736, + 43804.504793137276, 42631.38413822436, - 42126.28519817059, + 42126.285198170706, 42279.28550989037, 43206.03012479149, 44468.323614066365, @@ -244618,9 +171481,9 @@ 44967.636876878896 ], "fuel": [ - 37.70239526457698, + 37.70239526457695, 37.33126303590161, - 37.1730454128138, + 37.173045412813835, 37.22087113240348, 37.51242003631847, 37.91467183793995, @@ -244658,9 +171521,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1480.8895656349268, + 1480.8895656348614, 322.5731362323968, - -988.1297299889484, + -988.1297299889648, -1700.4788561691403, -1648.9019470339263, -797.2736206747213, @@ -244668,9 +171531,9 @@ 1604.1382530969313 ], "relative wind speed": [ - 6.297609232884611, + 6.29760923288461, 6.109742556848563, - 5.850759262241232, + 5.850759262241231, 5.672890457633974, 5.69039066167745, 5.891644407264664, @@ -244678,19 +171541,19 @@ 6.313378001379673 ], "relative wind angle": [ - 0.023704039060383472, + 0.023704039060392843, 0.0524480355819187, - 0.051931766418924, - 0.019251482135476165, + 0.05193176641892614, + 0.01925148213547617, 0.026234036936421287, 0.054391450725671496, 0.04941160784644005, 0.017298227637400486 ], "resistance": [ - 98115.38956563492, + 98115.38956563486, 96957.0731362324, - 95646.37027001104, + 95646.37027001103, 94934.02114383086, 94985.59805296607, 95837.22637932528, @@ -244698,9 +171561,9 @@ 98238.63825309693 ], "fuel": [ - 53.03721632868944, + 53.03721632868941, 52.43664763905923, - 51.76308993463324, + 51.76308993463323, 51.39970174800977, 51.42594908986325, 51.860771420293666, @@ -244738,54 +171601,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1527.1852166489698, + 1527.185216648828, 583.631420357895, - -672.9541848797635, + -672.9541848797853, -1518.4840632124542, -1606.8778382950804, -1002.7087522122893, 202.5585187294164, - 1315.2373199467766 + 1315.2373199468093 ], "relative wind speed": [ - 6.791285157265511, + 6.791285157265509, 6.658397591546954, - 6.439232010387539, + 6.4392320103875385, 6.2603062467434585, 6.2328566787016575, 6.37462139875086, 6.5959341704516055, - 6.765990109475146 + 6.765990109475145 ], "relative wind angle": [ - 0.011547864549581994, - 0.03799157018746398, - 0.043378172337886226, - 0.0226837625228983, + 0.011547864549601224, + 0.037991570187463984, + 0.043378172337888786, + 0.022683762522898304, 0.012582539837025942, - 0.03968369345280143, + 0.039683693452801434, 0.04234699633710255, - 0.020988139983532234 + 0.020988139983526943 ], "resistance": [ - 98161.68521664898, + 98161.68521664884, 97218.13142035791, - 95961.54581512025, + 95961.54581512023, 95116.01593678756, 95027.62216170493, 95631.79124778773, 96837.05851872943, - 97949.73731994678 + 97949.73731994683 ], "fuel": [ - 55.701224988328256, + 55.70122498832818, 55.211467755223126, - 54.56437321394545, + 54.56437321394543, 54.13226387986308, 54.08724369814888, 54.39553520281664, 55.01460874365718, - 55.590923669607214 + 55.59092366960725 ] }, { @@ -244818,9 +171681,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1205.7149028108106, + 1205.714902810767, 415.3928318376493, - -593.3853533453366, + -593.3853533453457, -1240.42342728095, -1284.6726887261411, -758.0189469423331, @@ -244828,7 +171691,7 @@ 1099.7357402247326 ], "relative wind speed": [ - 5.870869805626244, + 5.870869805626243, 5.7397557688596335, 5.533588191409021, 5.3717782816716415, @@ -244838,19 +171701,19 @@ 5.8562611090738095 ], "relative wind angle": [ - 0.014496100133446786, + 0.014496100133454445, 0.0422266593545185, - 0.04656173118422602, + 0.046561731184228405, 0.022703308090951075, 0.015890284125368373, - 0.04409994505621487, - 0.04517276807648891, + 0.04409994505621486, + 0.045172768076488914, 0.02082480152161035 ], "resistance": [ - 97840.21490281081, + 97840.21490281077, 97049.89283183764, - 96041.11464665466, + 96041.11464665465, 95394.07657271904, 95349.82731127385, 95876.48105305767, @@ -244858,9 +171721,9 @@ 97734.23574022473 ], "fuel": [ - 51.1113649086283, + 51.11136490862828, 50.70186359196827, - 50.18254701466903, + 50.18254701466902, 49.851446695053205, 49.82886051147774, 50.09815345919273, @@ -244898,17 +171761,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1348.9061430436777, + 1348.9061430436232, 385.77388283271284, - -777.7714786550569, + -777.7714786550714, -1471.6597056454302, - -1478.9372378958778, + -1478.9372378958415, -804.9282960238743, 354.3913504840166, 1331.4543405998556 ], "relative wind speed": [ - 6.616554950714547, + 6.616554950714545, 6.471748066032843, 6.258990125271819, 6.10243750549339, @@ -244918,31 +171781,31 @@ 6.61442055987312 ], "relative wind angle": [ - 0.01569307304265882, + 0.015693073042665893, 0.03957140669534368, - 0.041272422329433546, + 0.04127242232943623, 0.017894101075975603, - 0.017021759799403895, - 0.040952942978034076, + 0.017021759799397372, + 0.04095294297803407, 0.03994740662144411, 0.016508893745676087 ], "resistance": [ - 97983.40614304371, + 97983.40614304367, 97020.27388283276, 95856.72852134498, 95162.84029435461, - 95155.56276210416, + 95155.56276210421, 95829.57170397617, 96988.89135048406, 97965.9543405999 ], "fuel": [ - 54.801222635598116, + 54.801222635598094, 54.30197709446814, 53.70345002695517, 53.34891225871978, - 53.34520334378659, + 53.34520334378661, 53.689540736954726, 54.285767833144114, 54.79214568051442 @@ -244965,68 +171828,7 @@ "id": "4448", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.927271193744136, - 14.927271193744136, - 14.927271193744136, - 14.927271193744136, - 14.927271193744136, - 14.927271193744136, - 14.927271193744136, - 14.927271193744136 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1640.5901573440242, - 1396.7419238618077, - 241.5284008243334, - -986.2617573861799, - -1600.253350521658, - -1496.7617759112682, - -617.0473060193126, - 669.9002586331808 - ], - "relative wind speed": [ - 4.602908578308026, - 4.560534242642663, - 4.292804910208514, - 3.9324750982861265, - 3.6936693940503904, - 3.7458628371164227, - 4.049911971351459, - 4.400636382861654 - ], - "relative wind angle": [ - 0.02654622642171904, - 0.0515990182174281, - 0.10614843716417743, - 0.10393771182881908, - 0.033083034505416, - 0.0628345302395463, - 0.11254091504358785, - 0.09284650610085922 - ], - "resistance": [ - 98275.090157344, - 98031.24192386179, - 96876.02840082432, - 95648.2382426138, - 95034.24664947833, - 95137.73822408872, - 96017.45269398067, - 97304.40025863316 - ], - "fuel": [ - 45.604218559145664, - 45.47722733070406, - 44.87862249710588, - 44.24785370875276, - 43.93452368292349, - 43.98723884250539, - 44.43694532219954, - 45.10001556087009 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -63.75, -68.75 -63.4375, -68.4375 -63.4375, -68.4375 -63.75, -68.75 -63.75))", @@ -245045,68 +171847,7 @@ "id": "4458", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.28242743962015, - 15.28242743962015, - 15.28242743962015, - 15.28242743962015, - 15.28242743962015, - 15.28242743962015, - 15.28242743962015, - 15.28242743962015 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1608.2450573868218, - 1568.1965987186695, - 440.06008497738094, - -871.2432982793443, - -1631.3882616675564, - -1614.3897546798826, - -810.6003446482664, - 510.418714256316 - ], - "relative wind speed": [ - 4.693302866202557, - 4.686503628545286, - 4.441157031154222, - 4.076837524711605, - 3.8041235445730055, - 3.812496750937852, - 4.095677228604475, - 4.458457528493814 - ], - "relative wind angle": [ - 0.03701603807582667, - 0.04094226559775194, - 0.10035978996791077, - 0.10750930422209436, - 0.04567365061450588, - 0.05033538731924949, - 0.10885764441330298, - 0.09827593638897018 - ], - "resistance": [ - 98242.74505738688, - 98202.69659871873, - 97074.56008497743, - 95763.25670172072, - 95003.1117383325, - 95020.11024532017, - 95823.8996553518, - 97144.91871425638 - ], - "fuel": [ - 45.915540914489966, - 45.89467412194263, - 45.30932339258354, - 44.63488528488217, - 44.24685215246559, - 44.255505920710824, - 44.66593445520008, - 45.345691566571006 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -63.4375, -68.125 -63.125, -67.8125 -63.125, -67.8125 -63.4375, -68.125 -63.4375))", @@ -245138,9 +171879,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1390.675173791552, + 1390.6751737915329, 1172.2148872591151, - 206.06606489798924, + 206.0660648979865, -809.0770036192071, -1312.8491561686246, -1219.5728516328, @@ -245148,9 +171889,9 @@ 586.274752272263 ], "relative wind speed": [ - 3.851090722687158, + 3.8510907226871574, 3.8059621012979425, - 3.53512406648559, + 3.5351240664855896, 3.167151853398745, 2.920837238309164, 2.979403029223194, @@ -245158,17 +171899,17 @@ 3.6512106299929465 ], "relative wind angle": [ - 0.03131480761014669, - 0.06411355016270623, - 0.13204143039270524, + 0.031314807610153775, + 0.06411355016270621, + 0.1320414303927061, 0.13120899175106085, 0.04129320452741903, - 0.08193576331318494, + 0.08193576331318496, 0.14167373284824272, - 0.1137327239904556 + 0.11373272399045561 ], "resistance": [ - 98025.17517379158, + 98025.17517379156, 97806.71488725915, 96840.56606489801, 95825.42299638082, @@ -245205,68 +171946,7 @@ "id": "4464", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.283761845213352, - 20.283761845213352, - 20.283761845213352, - 20.283761845213352, - 20.283761845213352, - 20.283761845213352, - 20.283761845213352, - 20.283761845213352 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2323.9428075482065, - 2628.1170253159053, - 1000.3538996225034, - -1103.9218134138155, - -2497.3889490222355, - -2626.1139457497193, - -1566.834576463547, - 463.75460170001134 - ], - "relative wind speed": [ - 6.13973470141433, - 6.179169512555892, - 5.9233500453220564, - 5.497435029827179, - 5.141859179088423, - 5.094401059636643, - 5.389710777204131, - 5.823509776256601 - ], - "relative wind angle": [ - 0.043642520925529775, - 0.026510276616864538, - 0.08442851864044958, - 0.09886436844855437, - 0.0521192336342205, - 0.03215697711596966, - 0.09281083937102913, - 0.09331206742352881 - ], - "resistance": [ - 98958.44280754818, - 99262.61702531589, - 97634.85389962248, - 95530.57818658616, - 94137.11105097775, - 94008.38605425027, - 95067.66542353644, - 97098.2546017 - ], - "fuel": [ - 51.793333220635766, - 51.952824590752236, - 51.103328215453175, - 50.0197607759425, - 49.311282475922965, - 49.24619958744495, - 49.78360131987129, - 50.8254487898962 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -64.375, -68.125 -64.0625, -67.8125 -64.0625, -67.8125 -64.375, -68.125 -64.375))", @@ -245285,68 +171965,7 @@ "id": "4466", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.783909147420287, - 12.783909147420287, - 12.783909147420287, - 12.783909147420287, - 12.783909147420287, - 12.783909147420287, - 12.783909147420287, - 12.783909147420287 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1699.2618226404938, - 1555.5228998358743, - 387.4334896294249, - -902.336123892107, - -1607.0374400286323, - -1545.4113755301937, - -689.0233505317246, - 635.9603425220257 - ], - "relative wind speed": [ - 4.098854104074551, - 4.071157884014044, - 3.7707007922162554, - 3.333522891673626, - 3.012679682593388, - 3.0500028393150838, - 3.4144779062075488, - 3.8424561112767037 - ], - "relative wind angle": [ - 0.04397596782106234, - 0.06319629496305108, - 0.14472259658819395, - 0.15418410832348362, - 0.059847250377607825, - 0.08439873058157825, - 0.1599448729535146, - 0.13363042676891196 - ], - "resistance": [ - 98333.76182264053, - 98190.02289983592, - 97021.93348962947, - 95732.16387610794, - 95027.4625599714, - 95089.08862446985, - 95945.47664946831, - 97270.46034252207 - ], - "fuel": [ - 43.83064461011118, - 43.75573013278603, - 43.1497911519119, - 42.48662933013645, - 42.12690749685095, - 42.15829140476902, - 42.595881303682916, - 43.278287685650895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -64.6875, -68.125 -64.375, -67.8125 -64.375, -67.8125 -64.6875, -68.125 -64.6875))", @@ -245365,68 +171984,7 @@ "id": "4468", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.094661607587756, - 13.094661607587756, - 13.094661607587756, - 13.094661607587756, - 13.094661607587756, - 13.094661607587756, - 13.094661607587756, - 13.094661607587756 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1335.5477011754783, - 1697.077400809536, - 786.165900875787, - -486.8704233626622, - -1411.9101456885292, - -1566.3313074099196, - -1027.241645588787, - 157.6018493956517 - ], - "relative wind speed": [ - 4.091525359471904, - 4.160769012447688, - 3.95711853202293, - 3.5706265085124986, - 3.2074995641898845, - 3.1171516560050563, - 3.371920245943055, - 3.7787907534273213 - ], - "relative wind angle": [ - 0.07210894340010271, - 0.025274324353250856, - 0.11230832812268556, - 0.14672749584360636, - 0.09203321670561455, - 0.03373893641303776, - 0.13190476227662848, - 0.13859093391553445 - ], - "resistance": [ - 97970.04770117551, - 98331.57740080956, - 97420.66590087581, - 96147.62957663737, - 95222.5898543115, - 95068.16869259012, - 95607.25835441124, - 96792.10184939568 - ], - "fuel": [ - 43.88404683232228, - 44.07232102228377, - 43.598875789630526, - 42.94238929615845, - 42.46914265410436, - 42.39045153573562, - 42.66555079302293, - 43.27398067973829 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -65, -68.125 -64.6875, -67.8125 -64.6875, -67.8125 -65, -68.125 -65))", @@ -245445,68 +172003,7 @@ "id": "4470", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.251372863976487, - 15.251372863976487, - 15.251372863976487, - 15.251372863976487, - 15.251372863976487, - 15.251372863976487, - 15.251372863976487, - 15.251372863976487 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1425.8466954886408, - 2149.2062284713047, - 1185.1133546704496, - -363.10125168965715, - -1621.1704846176262, - -1928.7838853958701, - -1452.4010830073094, - -80.00060855234369 - ], - "relative wind speed": [ - 4.673594615368336, - 4.794853507715616, - 4.622578542280694, - 4.233874826293939, - 3.831396906083724, - 3.6785144719431355, - 3.892795461001505, - 4.3123535147321 - ], - "relative wind angle": [ - 0.07854641359859715, - 0.008254467093635049, - 0.09156804459819609, - 0.13222501368985928, - 0.09586033397860891, - 0.010759581078128898, - 0.1087969427115571, - 0.12980497168998453 - ], - "resistance": [ - 98060.34669548865, - 98783.70622847132, - 97819.61335467047, - 96271.39874831036, - 95013.32951538239, - 94705.71611460415, - 95182.0989169927, - 96554.49939144767 - ], - "fuel": [ - 45.79152533422268, - 46.168960029366644, - 45.66634724668347, - 44.866449597311274, - 44.223026488852774, - 44.06659769981971, - 44.30899935959909, - 45.01204948858649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -64.6875, -67.5 -64.375, -67.1875 -64.375, -67.1875 -64.6875, -67.5 -64.6875))", @@ -245538,54 +172035,54 @@ ], "ice resistance": 69966.91351662042, "wind resistance": [ - 3621.2918487874267, + 3621.291848787332, 2705.824683392413, - 100.11923129972638, + 100.1192312997191, -2468.8931045010904, -3541.9714112610054, -3156.949213779546, - -1062.0367542835593, - 1728.4271711221518 + -1062.036754283552, + 1728.4271711221409 ], "relative wind speed": [ - 7.926278793078767, + 7.926278793078766, 7.832974190813279, - 7.47509764825945, + 7.475097648259449, 7.042717398347245, 6.7971275896843695, 6.904444532481356, - 7.290387789757462, - 7.708889065428017 + 7.290387789757461, + 7.708889065428018 ], "relative wind angle": [ - 0.011686235520038451, + 0.011686235520047952, 0.042621287453811996, 0.07560554526809646, - 0.06603724230228383, + 0.06603724230228385, 0.013627685853640149, 0.04835732772401105, - 0.0775248924726948, - 0.060323303876934395 + 0.07752489247269337, + 0.060323303876936234 ], "resistance": [ - 73588.20536540785, + 73588.20536540775, 72672.73820001283, - 70067.03274792015, + 70067.03274792014, 67498.02041211934, 66424.94210535941, 66809.96430284088, - 68904.87676233686, - 71695.34068774257 + 68904.87676233688, + 71695.34068774256 ], "fuel": [ - 48.840281662283076, + 48.84028166228303, 48.44876459930702, - 47.351455330043734, + 47.35145533004372, 46.294331830501626, 45.860041970400914, 46.01537297652459, 46.87019755494575, - 48.034203957460285 + 48.03420395746028 ] }, { @@ -245618,9 +172115,9 @@ ], "ice resistance": 87800.5822905356, "wind resistance": [ - 3286.435431305141, + 3286.435431304846, 2456.18844668191, - 82.72525381304149, + 82.72525381302694, -2260.1929634050794, -3237.8721421607115, -2889.29785630665, @@ -245628,9 +172125,9 @@ 1562.8574787565776 ], "relative wind speed": [ - 7.875733012422035, + 7.875733012422034, 7.79047704506511, - 7.4635197038437635, + 7.463519703843763, 7.0701136303112175, 6.8474796639763, 6.944322547364632, @@ -245638,19 +172135,19 @@ 7.676499298899907 ], "relative wind angle": [ - 0.010751130993260293, + 0.010751130993291273, 0.03899271751632207, - 0.06894446963122505, - 0.059927170203186615, + 0.06894446963122665, + 0.05992717020318662, 0.012365653955731543, 0.04374678542571259, - 0.07054373847110909, + 0.07054373847110908, 0.05518835580783596 ], "resistance": [ - 91087.01772184075, + 91087.01772184044, 90256.7707372175, - 87883.30754434865, + 87883.30754434863, 85540.38932713053, 84562.7101483749, 84911.28443422896, @@ -245658,9 +172155,9 @@ 89363.43976929218 ], "fuel": [ - 56.92349668840601, + 56.92349668840586, 56.5142334029471, - 55.35840184854834, + 55.35840184854833, 54.23800408245705, 53.776512093267556, 53.94064093734046, @@ -245698,19 +172195,19 @@ ], "ice resistance": 90532.69520422169, "wind resistance": [ - 3064.0199973392337, + 3064.019997339092, 2173.3586585984885, - -49.22256883686714, + -49.22256883687078, -2177.4614017269523, - -2995.6622193894436, + -2995.6622193895346, -2622.3233354515905, -801.876570573877, 1541.8111896702758 ], "relative wind speed": [ - 7.838612481753888, + 7.838612481753886, 7.746551280511674, - 7.436313440986867, + 7.436313440986866, 7.07616969488221, 6.884110423270124, 6.987543575340847, @@ -245718,31 +172215,31 @@ 7.6656796442399555 ], "relative wind angle": [ - 0.0076372683541639785, + 0.0076372683541785155, 0.03810975225237816, - 0.06422471915261933, - 0.05370026706546652, - 0.00869622303312785, - 0.042251690674623754, + 0.06422471915261935, + 0.053700267065466524, + 0.008696223033140616, + 0.04225169067462376, 0.0652749468972692, 0.04956705529811952 ], "resistance": [ - 93596.71520156092, + 93596.71520156079, 92706.05386282018, 90483.47263538482, 88355.23380249474, - 87537.03298483224, + 87537.03298483216, 87910.3718687701, 89730.81863364781, 92074.50639389196 ], "fuel": [ - 58.17622637971388, + 58.17622637971383, 57.72896483602855, 56.62572963585942, 55.58655137824678, - 55.191524902783726, + 55.191524902783684, 55.37146351104312, 56.2562968297493, 57.4136105720304 @@ -245778,51 +172275,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1094.1767056400968, + 1094.1767056400204, -146.56752956498894, - -1277.3038412804526, + -1277.3038412805072, -1646.6647321498676, - -1398.9800301369542, + -1398.9800301369214, -352.999800313366, 921.5682381992447, 1688.1996722660733 ], "relative wind speed": [ - 6.689550373288469, + 6.689550373288468, 6.487589903140331, 6.267887584709743, 6.163154456278342, - 6.2406455518903865, + 6.240645551890386, 6.450342498640267, 6.66403228732684, 6.761010889589629 ], "relative wind angle": [ - 0.029631442547765362, + 0.029631442547776603, 0.04609344075639496, - 0.035834424785123574, + 0.035834424785132865, 0.0030250169585754826, - 0.03176359735107552, + 0.03176359735106852, 0.04635979692674268, 0.03370340792094903, - 0.002757522838880436 + 0.0027575228388804366 ], "resistance": [ - 97728.67670564011, + 97728.67670564004, 96487.93247043503, - 95357.19615871957, + 95357.19615871951, 94987.83526785014, - 95235.51996986306, + 95235.51996986309, 96281.50019968665, 97556.06823819925, 98322.69967226608 ], "fuel": [ - 55.21434687896356, + 55.21434687896352, 54.573016361255206, - 53.99353706660207, + 53.99353706660205, 53.80527801816129, - 53.931464024726395, + 53.93146402472641, 54.466869033954616, 55.12478395460349, 55.52342025108324 @@ -245858,54 +172355,54 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 61.076402453403716, + 61.07640245336006, -860.5678484895288, - -1269.2531957222382, + -1269.2531957223127, -1158.2329068880554, - -444.60504580047746, + -444.6050458004938, 541.6518577658753, 1230.5095372364995, - 963.8103167465815 + 963.8103167465524 ], "relative wind speed": [ - 6.250046995943905, + 6.250046995943904, 6.069681174173343, 5.964509903491347, 6.000627903666066, 6.155026278013038, 6.332961896176555, 6.4321114375990165, - 6.39842954921617 + 6.3984295492161705 ], "relative wind angle": [ - 0.03741767423068015, - 0.03278284384826867, - 0.007971259359574188, - 0.021950830145646912, - 0.03799560079419218, + 0.03741767423068608, + 0.03278284384826868, + 0.007971259359588116, + 0.021950830145646916, + 0.03799560079419511, 0.03141950171597456, 0.007391753906422022, - 0.02058590912850912 + 0.02058590912851451 ], "resistance": [ - 96695.57640245337, + 96695.57640245333, 95773.93215151044, - 95365.24680427773, + 95365.24680427766, 95476.26709311192, - 96189.8949541995, + 96189.89495419948, 97176.15185776584, 97865.00953723647, - 97598.31031674656 + 97598.31031674653 ], "fuel": [ - 53.32104029516553, + 53.3210402951655, 52.84764576673808, - 52.638739644835454, + 52.63873964483541, 52.69542797572302, - 53.06091007995573, + 53.06091007995572, 53.56913744038336, 53.926259100197825, - 53.78778584269475 + 53.787785842694745 ] }, { @@ -245938,53 +172435,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 233.51838840779965, + 233.51838840779237, -623.8350538636887, - -1100.8175629544285, + -1100.8175629544312, -1075.6789212447393, - -531.35255277125, + -531.3525527712445, 340.4970806908641, - 1041.8155579611284, + 1041.8155579611794, 981.8876009287578 ], "relative wind speed": [ - 4.611485882800325, + 4.611485882800324, 4.386639351529562, - 4.22850105875464, + 4.228501058754639, 4.239895882146772, 4.4131130147367355, 4.636675935162792, - 4.7813332161873365, + 4.781333216187336, 4.771231647767721 ], "relative wind angle": [ 0.05999140581777434, 0.06062358280665909, - 0.023502984306556413, + 0.02350298430655641, 0.029541800255937896, - 0.0626915282073496, + 0.06269152820734784, 0.05735071434572742, - 0.020785081419320946, + 0.02078508141930492, 0.026251151419358812 ], "resistance": [ - 96868.01838840781, + 96868.0183884078, 96010.66494613633, 95533.68243704559, 95558.82107875528, 96103.14744722877, 96974.99708069088, - 97676.31555796115, + 97676.31555796119, 97616.38760092878 ], "fuel": [ - 46.10269449306658, + 46.102694493066565, 45.661669692126594, 45.41749281032611, 45.43034065035981, 45.70911131875836, 46.15791654285141, - 46.52098952063497, + 46.52098952063499, 46.489893269557086 ] }, @@ -246018,19 +172515,19 @@ ], "ice resistance": 64745.435880660356, "wind resistance": [ - 2456.9998782307484, + 2456.999878230632, 436.5371778423505, - -1770.664039376341, + -1770.6640393763482, -2904.254931555799, - -2759.43607885066, + -2759.4360788506347, -1237.2716535892905, 1053.4819611001585, 2802.40111814961 ], "relative wind speed": [ - 7.776795766433126, + 7.776795766433125, 7.50767717187131, - 7.148738787534842, + 7.148738787534841, 6.91216158344686, 6.9522919151285905, 7.242078344573258, @@ -246038,31 +172535,31 @@ 7.8124860006463965 ], "relative wind angle": [ - 0.028844415916072678, + 0.028844415916084224, 0.060006085567899714, 0.05772668620743887, - 0.01924953319563389, - 0.03226633072746827, + 0.019249533195633887, + 0.03226633072746483, 0.062209565134314755, 0.0543198696489905, 0.01703095517187076 ], "resistance": [ - 67202.43575889111, + 67202.43575889099, 65181.97305850271, - 62974.77184128402, + 62974.771841284004, 61841.18094910456, - 61985.999801809696, + 61985.999801809725, 63508.164227071065, 65798.91784176051, 67547.83699880997 ], "fuel": [ - 46.17427699381829, + 46.174276993818246, 45.36235097121311, - 44.492744903681015, + 44.49274490368101, 44.05317209550998, - 44.10906212260183, + 44.10906212260184, 44.70123289127403, 45.60866016031716, 46.31459737815702 @@ -246098,9 +172595,9 @@ ], "ice resistance": 85090.94328720115, "wind resistance": [ - 3397.252958293411, + 3397.2529582932766, 1711.578630594253, - -876.9753520834274, + -876.9753520834347, -2886.3345901809334, -3299.2695440991374, -2391.826357979804, @@ -246108,9 +172605,9 @@ 2413.842523520223 ], "relative wind speed": [ - 7.888905827018407, + 7.888905827018405, 7.698525866460299, - 7.313606037463041, + 7.31360603746304, 6.9486963636448005, 6.8339331011335975, 7.047707163452248, @@ -246118,7 +172615,7 @@ 7.788009734470287 ], "relative wind angle": [ - 0.008437206733784302, + 0.008437206733797461, 0.05459200193555236, 0.07218962627698483, 0.046923830526609034, @@ -246128,7 +172625,7 @@ 0.04186371669976373 ], "resistance": [ - 88488.19624549456, + 88488.19624549443, 86802.52191779541, 84213.96793511772, 82204.60869702022, @@ -246138,7 +172635,7 @@ 87504.78581072137 ], "fuel": [ - 55.65098080138051, + 55.650980801380456, 54.839025646529095, 53.6127566283225, 52.67805716248783, @@ -246178,53 +172675,53 @@ ], "ice resistance": 57574.49253546912, "wind resistance": [ - 2440.5659158609305, + 2440.5659158608614, 290.70969317702475, - -1957.5517151658933, + -1957.5517151659114, -3021.5499018658484, - -2796.093159719432, + -2796.0931597193958, -1128.1345170654713, - 1250.1397727502663, + 1250.1397727502517, 2978.049235260678 ], "relative wind speed": [ - 7.779629309931362, + 7.779629309931361, 7.488918875861284, - 7.118428362307266, + 7.118428362307265, 6.888917873170616, - 6.951446811640064, + 6.951446811640063, 7.263700093325197, - 7.627137249696207, + 7.627137249696208, 7.835052999930145 ], "relative wind angle": [ - 0.03275260102744258, + 0.03275260102744936, 0.06321856002764022, - 0.058239579333230235, + 0.058239579333232136, 0.0163809255212011, - 0.036656340714772154, + 0.036656340714766096, 0.0651814577379604, - 0.054351194245030404, + 0.054351194245032444, 0.014402672864857451 ], "resistance": [ - 60015.05845133006, + 60015.058451329984, 57865.20222864614, - 55616.94082030323, + 55616.94082030321, 54552.94263360328, - 54778.399375749694, + 54778.39937574972, 56446.358018403655, - 58824.632308219385, + 58824.63230821937, 60552.541770729804 ], "fuel": [ - 43.355111899593254, + 43.355111899593226, 42.54920342966635, - 41.72480325745569, + 41.724803257455676, 41.341209696685674, 41.422139818417506, 42.02674729869271, - 42.90673639329737, + 42.906736393297365, 43.55928357905336 ] }, @@ -246258,29 +172755,29 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2515.9411169351697, + 2515.9411169351188, 2564.794363709385, - 789.4395781087933, + 789.4395781087878, -1344.7226403504574, -2633.5749891127452, -2654.2281756624616, - -1419.2068939005167, + -1419.2068939005112, 703.1252712677815 ], "relative wind speed": [ - 6.364816295554914, + 6.364816295554912, 6.370949146580397, - 6.091425191587501, + 6.091425191587499, 5.665765251210044, 5.33918574062083, 5.331866260578623, - 5.649099926917859, + 5.6490999269178594, 6.075927498513371 ], "relative wind angle": [ - 0.03488850092298249, + 0.034888500922988855, 0.03232277869881681, - 0.08434751999748462, + 0.08434751999748463, 0.09188488187121462, 0.04159396079370592, 0.038624773490061236, @@ -246288,7 +172785,7 @@ 0.08566631669083187 ], "resistance": [ - 99150.44111693515, + 99150.44111693511, 99199.29436370937, 97423.93957810878, 95289.77735964952, @@ -246298,7 +172795,7 @@ 97337.62527126777 ], "fuel": [ - 52.88527074149187, + 52.88527074149185, 52.91089825469845, 51.985282631692726, 50.88811915983218, @@ -246338,19 +172835,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2021.1476832334902, + 2021.1476832334647, 2546.963452453654, - 1143.1115203539466, + 1143.1115203539375, -822.4516135866561, - -2238.911011327882, + -2238.911011327875, -2461.5318019973674, -1621.834702799275, 216.31907332831543 ], "relative wind speed": [ - 5.812764749846498, + 5.812764749846497, 5.884512200050213, - 5.661880059000785, + 5.661880059000786, 5.251881701785778, 4.881063914407804, 4.794323220335926, @@ -246358,27 +172855,27 @@ 5.48003262435907 ], "relative wind angle": [ - 0.052399482102388255, + 0.052399482102392494, 0.01948784380647717, - 0.08250670209914172, - 0.10400190328082609, - 0.06241349263409901, + 0.08250670209914578, + 0.1040019032808261, + 0.06241349263409723, 0.023919983411424938, 0.09243321982749232, 0.09965727050625635 ], "resistance": [ - 98655.64768323347, + 98655.64768323344, 99181.46345245364, - 97777.61152035394, + 97777.61152035392, 95812.04838641333, - 94395.5889886721, + 94395.58898867211, 94172.96819800262, 95012.66529720071, 96850.8190733283 ], "fuel": [ - 50.323187997954584, + 50.32318799795458, 50.598519766449044, 49.86571717258062, 48.85202645043697, @@ -246418,53 +172915,53 @@ ], "ice resistance": 69265.5179881252, "wind resistance": [ - 2715.295834793971, + 2715.2958347938766, 828.0898354650417, - -1469.2026968035789, + -1469.202696803568, -2864.2452613163696, -2896.9808762057146, -1589.6826381444334, - 688.7296840029121, + 688.7296840029412, 2637.2448182195803 ], "relative wind speed": [ - 7.806191691103569, + 7.806191691103568, 7.565726119836494, - 7.203262652978753, + 7.2032626529787525, 6.929128019724111, 6.920051971750929, 7.182167937998395, - 7.545644781076684, + 7.545644781076683, 7.798136501515123 ], "relative wind angle": [ - 0.02197166439180907, + 0.021971664391819176, 0.05748188016334501, - 0.061565244273876725, + 0.06156524427387492, 0.02772902628693542, 0.024785765514837094, 0.06055531809631219, - 0.05876843627462608, + 0.058768436274622304, 0.024638295286532202 ], "resistance": [ - 71980.81382291917, + 71980.81382291907, 70093.60782359024, - 67796.31529132162, + 67796.31529132163, 66401.27272680882, 66368.53711191949, 67675.83534998077, - 69954.24767212811, + 69954.24767212814, 71902.76280634478 ], "fuel": [ - 48.15491915230925, + 48.15491915230922, 47.36251904934937, - 46.41581704819803, + 46.415817048198036, 45.85051093846808, 45.83733260862038, 46.36670986455617, - 47.30452995926812, + 47.30452995926813, 48.12188437166979 ] }, @@ -246498,17 +172995,17 @@ ], "ice resistance": 64208.23310367657, "wind resistance": [ - 2928.0606292988377, + 2928.060629298194, 1884.2511377356168, - -249.77541734652914, + -249.77541734655824, -2182.539999214241, -2807.0058844860396, -2370.100781315876, - -567.2680091826696, + -567.2680091826805, 1618.0249403721864 ], "relative wind speed": [ - 7.812490418809432, + 7.81249041880943, 7.703996890553814, 7.400130665464492, 7.067860309511287, @@ -246518,29 +173015,29 @@ 7.669818369023022 ], "relative wind angle": [ - 0.0032304087202407305, + 0.0032304087203094667, 0.03911886788793629, - 0.061027697072382744, + 0.06102769707238639, 0.04769672508481889, 0.0036524122603387174, 0.04286796411598246, - 0.06144654947356765, + 0.061446549473569465, 0.0439507799082467 ], "resistance": [ - 67136.2937329754, + 67136.29373297477, 66092.48424141218, - 63958.45768633004, + 63958.45768633001, 62025.69310446233, 61401.22721919053, 61838.13232236069, - 63640.9650944939, + 63640.96509449389, 65826.25804404875 ], "fuel": [ - 46.1474572233048, + 46.14745722330454, 45.72636099248959, - 44.878063974264634, + 44.87806397426462, 44.1243946090967, 43.8838591496794, 44.05199637586419, @@ -246578,7 +173075,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 3904.6735860343797, + 3904.673586032477, 2302.065544894169, -521.3311041456072, -2946.539628554394, @@ -246588,7 +173085,7 @@ 2345.547941394714 ], "relative wind speed": [ - 7.838221406773206, + 7.838221406773205, 7.671287200691667, 7.258365506870911, 6.823095002293359, @@ -246598,17 +173095,17 @@ 7.676876429802955 ], "relative wind angle": [ - 0.0005346223747788915, + 0.0005346223749865565, 0.055771468460896374, 0.08283392021171371, - 0.061842882312017, + 0.06184288231201699, 0.0006313716724541886, 0.06265535076843147, - 0.08273849397596456, + 0.08273849397596457, 0.05495767706811628 ], "resistance": [ - 100539.17358603442, + 100539.17358603253, 98936.56554489421, 96113.16889585444, 93687.96037144565, @@ -246618,7 +173115,7 @@ 98980.04794139476 ], "fuel": [ - 61.02591256119514, + 61.02591256119413, 60.18185651460791, 58.718089542404115, 57.48444249136423, @@ -246658,9 +173155,9 @@ ], "ice resistance": 90473.96957234072, "wind resistance": [ - 3053.5562642612604, + 3053.556264259714, 1737.9142580872794, - -517.8090927904486, + -517.8090927904668, -2415.2283384827933, -2897.903844840941, -2300.4512011058177, @@ -246668,9 +173165,9 @@ 1900.8470595335275 ], "relative wind speed": [ - 7.829386779929118, + 7.829386779929117, 7.6889127276747775, - 7.360581509078258, + 7.360581509078257, 7.026388827238141, 6.892879757996448, 7.049234694215169, @@ -246678,19 +173175,19 @@ 7.709795636486678 ], "relative wind angle": [ - 0.0019726911916715436, + 0.0019726911918403825, 0.044497851093314646, - 0.06365950357767076, + 0.06365950357767253, 0.045584674801484606, - 0.0022407129946906677, + 0.002240712994690668, 0.048538820260866075, 0.06339363977754048, 0.041541547701335245 ], "resistance": [ - 93527.52583660198, + 93527.52583660043, 92211.883830428, - 89956.16047955028, + 89956.16047955025, 88058.74123385793, 87576.06572749978, 88173.51837123491, @@ -246698,9 +173195,9 @@ 92374.81663187424 ], "fuel": [ - 58.14137595405201, + 58.14137595405121, 57.48208173805787, - 56.366682578451204, + 56.36668257845119, 55.44311729407663, 55.21031328476622, 55.49860417661559, @@ -246738,51 +173235,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2133.74067695363, + 2133.740676951791, 1257.9922675543294, - -282.52938782199817, + -282.5293878220036, -1605.091423588272, - -1962.9937116749225, + -1962.9937116754681, -1587.3047037276356, -252.52500242269343, 1283.2718126123564 ], "relative wind speed": [ - 5.706045147498029, + 5.7060451474980285, 5.580724009906579, 5.270627612114933, 4.943198050522931, - 4.80318702910112, + 4.803187029101121, 4.948239726111021, 5.277313846666947, 5.585190229089545 ], "relative wind angle": [ - 0.0005880486350679177, + 0.0005880486354455134, 0.057655511402123084, - 0.08575504788491597, - 0.06413930879918123, - 0.000698584527455731, + 0.08575504788491727, + 0.06413930879918121, + 0.0006985845276146557, 0.06503485737197069, - 0.08564613161317106, - 0.056758343385209103 + 0.08564613161317107, + 0.0567583433852091 ], "resistance": [ - 98768.24067695363, + 98768.2406769518, 97892.49226755433, 96351.970612178, 95029.40857641173, - 94671.50628832508, + 94671.50628832453, 95047.19529627236, 96381.9749975773, 97917.77181261235 ], "fuel": [ - 50.02557962833018, + 50.02557962832922, 49.56893012447866, 48.77256728362895, 48.09592234705083, - 47.913932526210054, + 47.91393252620977, 48.10497915305596, 48.78799353630933, 49.58207186863356 @@ -246805,68 +173302,7 @@ "id": "4500", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.487353464221144, - 15.487353464221144, - 15.487353464221144, - 15.487353464221144, - 15.487353464221144, - 15.487353464221144, - 15.487353464221144, - 15.487353464221144 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1252.5591789139153, - 1579.5470877591242, - 707.88970059244, - -514.2608799624995, - -1395.180060427937, - -1533.4760929900103, - -1012.2676721706785, - 130.68521529852387 - ], - "relative wind speed": [ - 4.66766754464016, - 4.723300751241227, - 4.551152212393774, - 4.2346932243828626, - 3.949327506815025, - 3.8826200015835886, - 4.083052975776353, - 4.410406031051874 - ], - "relative wind angle": [ - 0.05033948535656813, - 0.018690375957940576, - 0.07911934933325784, - 0.09944604281637888, - 0.059505681149842886, - 0.02273792801235887, - 0.08821231860354065, - 0.09547172713694076 - ], - "resistance": [ - 97887.05917891394, - 98214.04708775916, - 97342.38970059247, - 96120.23912003753, - 95239.31993957209, - 95101.02390701002, - 95622.23232782935, - 96765.18521529855 - ], - "fuel": [ - 45.92356486640976, - 46.0937287034059, - 45.641003299023666, - 45.010998119600465, - 44.56034084328577, - 44.48985413329526, - 44.755874914447546, - 45.342768127391736 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -65.3125, -69.6875 -65, -69.375 -65, -69.375 -65.3125, -69.6875 -65.3125))", @@ -246885,68 +173321,7 @@ "id": "4505", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.013368341649446, - 20.013368341649446, - 20.013368341649446, - 20.013368341649446, - 20.013368341649446, - 20.013368341649446, - 20.013368341649446, - 20.013368341649446 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1360.0308066614361, - 1471.6310625488022, - 498.92684538747744, - -728.4143331556425, - -1507.7379453005651, - -1554.4866734224688, - -900.9877054176541, - 299.35519093325274 - ], - "relative wind speed": [ - 5.86114782160678, - 5.876475783694378, - 5.714314335953827, - 5.4603432066125235, - 5.261305163317212, - 5.244179456495344, - 5.420424105011233, - 5.6761816280202595 - ], - "relative wind angle": [ - 0.02511019632909458, - 0.01839534605438506, - 0.05252856210431323, - 0.057942350197584244, - 0.02797372453609241, - 0.02061358989949402, - 0.05537945060748171, - 0.05573674613899714 - ], - "resistance": [ - 97994.53080666144, - 98106.1310625488, - 97133.42684538748, - 95906.08566684436, - 95126.76205469943, - 95080.01332657754, - 95733.51229458235, - 96933.85519093325 - ], - "fuel": [ - 50.950487970397276, - 51.00856442235735, - 50.50393032092299, - 49.87221563026998, - 49.474005942621105, - 49.45019067228924, - 49.783841288326116, - 50.40082881609317 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -65.625, -70 -65.3125, -69.6875 -65.3125, -69.6875 -65.625, -70 -65.625))", @@ -246978,51 +173353,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 975.022020353581, + 975.0220203535227, 1584.8185750227221, - 907.5207608156179, + 907.5207608156143, -267.38180848033153, - -1261.6444677488034, + -1261.6444677487907, -1516.307303028203, - -1214.0728052468912, + -1214.0728052469003, -186.75813406573616 ], "relative wind speed": [ - 6.03817381007504, + 6.0381738100750395, 6.119223954699937, - 6.02713010042223, + 6.027130100422229, 5.810248932716032, 5.58989089825557, 5.50104730095125, - 5.601796673180926, + 5.601796673180927, 5.826442358330578 ], "relative wind angle": [ - 0.035253940494855925, + 0.03525394049486537, 0.0013250314460081269, 0.03722232621218389, 0.053222263235049194, - 0.03808245710435467, - 0.0014739311052312431, - 0.04005000300271666, + 0.038082457104351757, + 0.0014739311052312434, + 0.040050003002719436, 0.05307420340815179 ], "resistance": [ - 97609.5220203536, + 97609.52202035354, 98219.31857502274, 97542.02076081563, 96367.11819151968, - 95372.85553225121, + 95372.85553225123, 95118.19269697182, - 95420.42719475312, + 95420.42719475311, 96447.74186593428 ], "fuel": [ - 51.903864147865036, + 51.903864147865015, 52.22089212746907, 51.86885588435322, 51.26223049328594, - 50.752885682395444, + 50.75288568239545, 50.62301774572282, 50.777172092056865, 51.303693943734615 @@ -247058,19 +173433,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 574.8862808268404, + 574.8862808268286, 1109.5510960531738, - 768.1747002034799, + 768.1747002034672, -33.163985080427665, - -788.584745226909, + -788.5847452269045, -1068.0805112246398, -924.6743255208075, -263.10788322352164 ], "relative wind speed": [ - 4.327853398111642, + 4.327853398111641, 4.434022726607477, - 4.371695042652968, + 4.371695042652967, 4.171965733102453, 3.9421943784991935, 3.822388522029845, @@ -247078,19 +173453,19 @@ 4.10681305579351 ], "relative wind angle": [ - 0.05533283931276434, + 0.055332839312768355, 0.007367105986416835, - 0.04419726671317139, - 0.07337099932142253, - 0.06075234000460058, + 0.04419726671317391, + 0.07337099932142255, + 0.060752340004598754, 0.00854596996548319, 0.049629490456180744, 0.07453713953510793 ], "resistance": [ - 97209.38628082683, + 97209.38628082682, 97744.05109605315, - 97402.67470020347, + 97402.67470020345, 96601.33601491957, 95845.91525477308, 95566.41948877534, @@ -247098,9 +173473,9 @@ 96371.39211677646 ], "fuel": [ - 44.99058852913797, + 44.99058852913795, 45.26768535108417, - 45.09063993908141, + 45.090639939081406, 44.67675151088693, 44.28876751038425, 44.145756688038546, @@ -247138,39 +173513,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 526.7797847420597, + 526.7797847420488, 917.9891757049709, - 571.3052414071117, + 571.3052414071035, -88.6109823122506, -672.9641238785298, -850.2573821391752, - -704.290209846934, + -704.2902098469349, -141.44742438296635 ], "relative wind speed": [ - 3.6428837433634222, + 3.6428837433634214, 3.7302121013640583, 3.654919411272106, 3.453720770903019, 3.2344329358684334, 3.1333171022303374, - 3.2208263662293786, + 3.220826366229379, 3.43569079239169 ], "relative wind angle": [ - 0.059722718925316144, + 0.05972271892531986, 0.0024258742120285776, - 0.05601859108435438, - 0.08652153820319017, + 0.056018591084358346, + 0.08652153820319018, 0.06727538288175039, 0.0028880029535935524, - 0.0635781858149978, + 0.06357818581499955, 0.08697673538193905 ], "resistance": [ - 97161.27978474207, + 97161.27978474206, 97552.48917570499, - 97205.80524140713, + 97205.80524140711, 96545.88901768776, 95961.53587612149, 95784.24261786084, @@ -247178,7 +173553,7 @@ 96493.05257561705 ], "fuel": [ - 42.89659827470177, + 42.896598274701766, 43.09917305980639, 42.919625583541745, 42.57909111836338, @@ -247218,7 +173593,7 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 534.633937132463, + 534.6339371324466, 1543.369289508737, 1424.6852770101596, 323.9466397826818, @@ -247228,7 +173603,7 @@ -734.1836850885593 ], "relative wind speed": [ - 5.0429869945535, + 5.042986994553499, 5.232417051358591, 5.214193349811016, 4.997210194002189, @@ -247238,17 +173613,17 @@ 4.7422164773555275 ], "relative wind angle": [ - 0.07066315233146699, + 0.07066315233147014, 0.024442035472970122, 0.03360880148071576, 0.07524538222439014, 0.07593453376423923, - 0.028539484929541788, - 0.03892332799049818, + 0.028539484929541784, + 0.03892332799049817, 0.07929968561998302 ], "resistance": [ - 97169.13393713252, + 97169.1339371325, 98177.86928950879, 98059.18527701021, 96958.44663978273, @@ -247258,7 +173633,7 @@ 95900.3163149115 ], "fuel": [ - 47.57221826052724, + 47.57221826052723, 48.09574678617939, 48.03395385019412, 47.463350622939, @@ -247298,47 +173673,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 716.3847762669157, + 716.3847762669066, 1907.823859858714, - 1680.1503409032994, + 1680.1503409032957, 310.939351537274, - -1186.9489316049112, + -1186.9489316049276, -1961.323205228704, -1865.6417482314118, -836.5756438494755 ], "relative wind speed": [ - 5.892201747392504, + 5.892201747392503, 6.081603647974492, - 6.05143847958978, + 6.0514384795897795, 5.816738838423452, - 5.501019447888032, + 5.501019447888033, 5.290874546515061, 5.325349634132744, 5.580753146627595 ], "relative wind angle": [ - 0.0616902667455372, + 0.06169026674553721, 0.01944972918412689, - 0.03239309006092261, + 0.0323930900609226, 0.06803739993493375, - 0.06608329915214121, + 0.06608329915214625, 0.022356973148506404, 0.03681162672589609, 0.07091913907816029 ], "resistance": [ - 97350.88477626693, + 97350.88477626692, 98542.32385985873, 98314.65034090332, 96945.4393515373, - 95447.5510683951, + 95447.55106839509, 94673.17679477131, 94768.8582517686, 95797.92435615054 ], "fuel": [ - 51.18779850432187, + 51.18779850432186, 51.80736011256836, 51.688559100761516, 50.97816695779183, @@ -247365,68 +173740,7 @@ "id": "4517", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.923604356031777, - 20.923604356031777, - 20.923604356031777, - 20.923604356031777, - 20.923604356031777, - 20.923604356031777, - 20.923604356031777, - 20.923604356031777 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2123.8445349269186, - 2292.8574114337916, - 790.8762437436708, - -1092.6785577001137, - -2289.6265403209727, - -2360.8824192162174, - -1351.5065540159703, - 491.15068860374413 - ], - "relative wind speed": [ - 6.258327669748128, - 6.279934792484438, - 6.044572167015708, - 5.6713038696286135, - 5.373995394629571, - 5.34872982357291, - 5.613344728517382, - 5.990225717097008 - ], - "relative wind angle": [ - 0.03455899926723546, - 0.02547635538594119, - 0.07326737848549215, - 0.08222186470993759, - 0.04024880382846346, - 0.0299129716784099, - 0.07890720331034687, - 0.07783522941615019 - ], - "resistance": [ - 98758.34453492693, - 98927.35741143381, - 97425.37624374368, - 95541.8214422999, - 94344.87345967905, - 94273.6175807838, - 95282.99344598404, - 97125.65068860375 - ], - "fuel": [ - 52.51162950090779, - 52.60008173513107, - 51.81775065100216, - 50.84853505978652, - 50.23948496839308, - 50.203395549777845, - 50.716382329124585, - 51.66263848322947 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -65.625, -68.125 -65.3125, -67.8125 -65.3125, -67.8125 -65.625, -68.125 -65.625))", @@ -247445,68 +173759,7 @@ "id": "4518", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.033427134198043, - 18.033427134198043, - 18.033427134198043, - 18.033427134198043, - 18.033427134198043, - 18.033427134198043, - 18.033427134198043, - 18.033427134198043 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2036.2327256720619, - 1869.3018911334548, - 429.5412168595976, - -1181.3292095812758, - -2057.2070844303107, - -1986.5638302674652, - -927.261865335382, - 724.0471396152734 - ], - "relative wind speed": [ - 5.487322616013606, - 5.4629746795136285, - 5.190548291818127, - 4.8066553432418955, - 4.536373925206114, - 4.565665946222664, - 4.87315157898954, - 5.252186429744136 - ], - "relative wind angle": [ - 0.029055249336183066, - 0.040952657987936195, - 0.09177946763059988, - 0.09357046718183541, - 0.035148320133797616, - 0.049007167683562176, - 0.09777575341579813, - 0.08561273716366372 - ], - "resistance": [ - 98670.73272567206, - 98503.80189113345, - 97064.0412168596, - 95453.17079041872, - 94577.29291556969, - 94647.93616973254, - 95707.23813466461, - 97358.54713961527 - ], - "fuel": [ - 48.962421860820584, - 48.87521801291257, - 48.127397968164935, - 47.29984545775392, - 46.85393307581452, - 46.889791960151925, - 47.42972612329951, - 48.279738527138804 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -65.9375, -68.125 -65.625, -67.8125 -65.625, -67.8125 -65.9375, -68.125 -65.9375))", @@ -247525,68 +173778,7 @@ "id": "4524", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.035503155927863, - 18.035503155927863, - 18.035503155927863, - 18.035503155927863, - 18.035503155927863, - 18.035503155927863, - 18.035503155927863, - 18.035503155927863 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2265.2494906465963, - 2036.5085459179281, - 441.1318196076736, - -1316.3881697376128, - -2251.6919014936775, - -2154.6748403887595, - -969.5999331551484, - 843.3904283386892 - ], - "relative wind speed": [ - 5.537348401273073, - 5.5043359018903075, - 5.202433977136955, - 4.781060220776055, - 4.48794412529765, - 4.52837234202716, - 4.872222337127699, - 5.2863345480765735 - ], - "relative wind angle": [ - 0.02998470269961368, - 0.046132539010025446, - 0.10108508360223147, - 0.10237652226432609, - 0.03699884488321411, - 0.056084622753316306, - 0.10796194137127739, - 0.092561709359548 - ], - "resistance": [ - 98899.74949064659, - 98671.00854591791, - 97075.63181960766, - 95318.11183026238, - 94382.80809850631, - 94479.82515961122, - 95664.90006684484, - 97477.89042833868 - ], - "fuel": [ - 49.08454680740576, - 48.964885037635625, - 48.13570640042282, - 47.233219335955404, - 46.757626506868235, - 46.806807423727776, - 47.41038498895211, - 48.343882725330474 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -66.5625, -68.75 -66.25, -68.4375 -66.25, -68.4375 -66.5625, -68.75 -66.5625))", @@ -247618,53 +173810,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 520.4487321028755, + 520.448732102861, 2194.2853912584214, - 2337.21999130951, + 2337.219991309481, 775.0379053208344, - -1170.0054975404091, + -1170.0054975404018, -2389.5460288326503, - -2449.6081966036763, + -2449.608196603638, -1390.0201882008005 ], "relative wind speed": [ - 6.583678772691449, + 6.5836787726914485, 6.833769508073378, - 6.850562740674979, + 6.85056274067498, 6.625679024570773, 6.275660974111072, 6.002361298230492, - 5.983187861002228, + 5.983187861002227, 6.231301975296302 ], "relative wind angle": [ - 0.06594004690219826, + 0.06594004690219994, 0.028919682813513842, - 0.022534486690655626, - 0.06281253832288282, - 0.06918152375310473, - 0.03292681004769599, - 0.025801960809032545, + 0.022534486690660552, + 0.0628125383228828, + 0.06918152375310312, + 0.032926810047695994, + 0.025801960809023937, 0.06679366856836036 ], "resistance": [ - 97154.94873210292, + 97154.9487321029, 98828.78539125847, - 98971.71999130955, + 98971.71999130952, 97409.53790532087, 95464.49450245964, 94244.95397116739, - 94184.89180339637, + 94184.8918033964, 95244.47981179925 ], "fuel": [ - 54.67049507340084, + 54.67049507340082, 55.541190715385476, - 55.616025514688936, + 55.61602551468893, 54.80225490754429, 53.80173644298297, 53.18159262129595, - 53.15119363337359, + 53.151193633373595, 53.68944847822775 ] }, @@ -247698,9 +173890,9 @@ ], "ice resistance": 61012.40480450063, "wind resistance": [ - 2187.938852094474, + 2187.938852094412, 4017.5097053276368, - 2651.437113800832, + 2651.4371138008246, -238.64631922017725, -2885.143445118876, -3786.270897980481, @@ -247708,29 +173900,29 @@ -789.0370098956591 ], "relative wind speed": [ - 7.7784525187763585, + 7.778452518776357, 7.975641642879569, - 7.8370099989952715, - 7.430480752682529, + 7.837009998995271, + 7.430480752682528, 6.973277919372379, 6.7468562243484875, 6.907402029946771, 7.342947930612004 ], "relative wind angle": [ - 0.059881125687415, + 0.059881125687420565, 0.005506619661235269, 0.05149569003264428, - 0.08278145530363613, - 0.06680511187665186, + 0.0827814553036348, + 0.06680511187665188, 0.006509537454792689, 0.058433481651780785, 0.0837705663682299 ], "resistance": [ - 63200.3436565951, + 63200.34365659504, 65029.91450982826, - 63663.84191830146, + 63663.84191830145, 60773.75848528045, 58127.26135938175, 57226.13390652015, @@ -247738,7 +173930,7 @@ 60223.36779460497 ], "fuel": [ - 44.58078535552019, + 44.58078535552016, 45.30186063592073, 44.762282478454466, 43.64362856930081, @@ -247778,9 +173970,9 @@ ], "ice resistance": 72733.9458936208, "wind resistance": [ - 1812.701789360457, + 1812.7017893604025, 3969.672628632452, - 3085.0498391862384, + 3085.0498391862093, 243.7176456213747, -2621.8500641806313, -3889.995977579296, @@ -247788,9 +173980,9 @@ -1266.9177274273134 ], "relative wind speed": [ - 7.731968230406665, + 7.731968230406664, 7.981946835895174, - 7.892615579203231, + 7.89261557920323, 7.507313066329863, 7.027547393035234, 6.742275564400887, @@ -247798,19 +173990,19 @@ 7.2670493050128115 ], "relative wind angle": [ - 0.06777019971218425, - 0.015104313431222925, - 0.04475325398299226, + 0.06777019971218917, + 0.015104313431222923, + 0.04475325398299474, 0.0826695281501992, 0.07457532975222722, - 0.017881747283631677, - 0.05159603043673504, + 0.01788174728363168, + 0.051596030436735045, 0.08540931265554408 ], "resistance": [ - 74546.64768298125, + 74546.6476829812, 76703.61852225325, - 75818.99573280703, + 75818.995732807, 72977.66353924217, 70112.09582944016, 68843.9499160415, @@ -247818,9 +174010,9 @@ 71467.02816619349 ], "fuel": [ - 49.253519435959106, + 49.25351943595909, 50.19601194461321, - 49.80738022628516, + 49.80738022628515, 48.578825386372486, 47.37021751472806, 46.84510592061326, @@ -247858,51 +174050,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2007.8456070158063, + 2007.8456070157772, 3800.000752930664, - 2601.9708538282684, + 2601.9708538282393, -111.33014395566352, - -2644.325375503613, + -2644.3253755036203, -3567.870125608246, - -3062.0866048880416, + -3062.086604888038, -815.1608961069942 ], "relative wind speed": [ - 7.113617828945354, + 7.113617828945353, 7.327496694127226, 7.195506509087414, 6.780543297793976, - 6.300068568250504, + 6.300068568250505, 6.049976427929428, - 6.206376451572029, + 6.206376451572028, 6.657225786143079 ], "relative wind angle": [ - 0.06971001873093041, + 0.06971001873093359, 0.008453103331845893, - 0.056717648220336446, + 0.05671764822034036, 0.0943488520600621, - 0.0787294825875995, + 0.0787294825876009, 0.010238127683858806, - 0.06576907588944036, - 0.09610190758002504 + 0.06576907588943867, + 0.09610190758002506 ], "resistance": [ - 98642.34560701583, + 98642.3456070158, 100434.50075293069, - 99236.4708538283, + 99236.47085382827, 96523.16985604436, - 93990.17462449642, + 93990.1746244964, 93066.62987439179, 93572.41339511199, 95819.33910389303 ], "fuel": [ - 56.90330427405653, + 56.90330427405651, 57.84586028568245, - 57.21445088624897, + 57.21445088624896, 55.804178385909275, - 54.51234629433884, + 54.51234629433883, 54.0472761150548, 54.301580810449465, 55.44282816595262 @@ -247938,17 +174130,17 @@ ], "ice resistance": 91293.88511693354, "wind resistance": [ - 1089.5112887561045, + 1089.51128875605, 3454.095916448834, - 3331.3520614260487, + 3331.3520614259505, 871.5857579789881, -1982.590144249476, -3612.4263523237205, - -3560.7217617292517, + -3560.7217617292736, -1794.3616721729195 ], "relative wind speed": [ - 7.625372945009373, + 7.625372945009372, 7.922533593706238, 7.9100967578580095, 7.594138200578454, @@ -247958,33 +174150,33 @@ 7.1704545508170145 ], "relative wind angle": [ - 0.07155823464216136, + 0.07155823464216758, 0.026819300091344915, - 0.030945281414555405, + 0.03094528141456617, 0.07361893851980159, 0.0764616414065844, 0.03122098598844008, - 0.035891830645373955, + 0.03589183064537706, 0.07797748151302022 ], "resistance": [ - 92383.39640568965, + 92383.3964056896, 94747.98103338237, - 94625.23717835959, + 94625.23717835949, 92165.47087491253, 89311.29497268406, 87681.45876460982, - 87733.16335520429, + 87733.16335520426, 89499.52344476062 ], "fuel": [ - 57.56766498450228, + 57.567664984502244, 58.75872885799955, - 58.696389640915164, + 58.696389640915115, 57.45894090530524, 56.05129269555009, 55.261072465591816, - 55.28598943808831, + 55.28598943808829, 56.143191286636245 ] }, @@ -248018,19 +174210,19 @@ ], "ice resistance": 88048.13908006964, "wind resistance": [ - 2696.474221029788, + 2696.474221029486, 1357.4486563019345, - -713.0333346559419, + -713.0333346559601, -2324.150481880115, -2654.9264517491647, -1937.7756040087988, - -58.6053407996842, + -58.60534079966601, 1905.7817682833775 ], "relative wind speed": [ - 7.782694481173793, + 7.782694481173792, 7.629682825697491, - 7.321270956976178, + 7.321270956976177, 7.031235317436407, 6.939907828829041, 7.107784045621559, @@ -248038,29 +174230,29 @@ 7.700284668164584 ], "relative wind angle": [ - 0.00667946689900547, + 0.006679466899038713, 0.04388690338453775, - 0.05759067038085562, + 0.057590670380857543, 0.03715983122272256, 0.007490639795641177, 0.047111663787455633, - 0.05678471656274787, + 0.05678471656274591, 0.03392985184319725 ], "resistance": [ - 90744.61330109942, + 90744.61330109913, 89405.58773637157, - 87335.10574541369, + 87335.10574541368, 85723.98859818952, 85393.21262832047, 86110.36347606084, - 87989.53373926996, + 87989.53373926997, 89953.92084835301 ], "fuel": [ - 56.75440052106391, + 56.75440052106376, 56.097312673952544, - 55.09441790091743, + 55.09441790091742, 54.3250647690396, 54.16830514043461, 54.50868907394256, @@ -248098,17 +174290,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2300.246436305786, + 2300.2464363052386, 1322.9424055699783, - -352.3277297128752, + -352.3277297128807, -1766.2086792018454, -2133.981214270754, -1693.5067065126605, - -229.66493505816288, + -229.66493505815743, 1426.2624392986618 ], "relative wind speed": [ - 5.976348520256629, + 5.976348520256628, 5.840408337641588, 5.516889694757549, 5.1813321091925575, @@ -248118,17 +174310,17 @@ 5.857832122755111 ], "relative wind angle": [ - 0.0021883241801343226, + 0.002188324180235791, 0.058046211806292436, - 0.0845850670698625, + 0.08458506706986382, 0.06186291482690561, 0.00259273386829946, 0.06519240171485371, - 0.08418639873119364, + 0.08418639873119232, 0.054710984153853705 ], "resistance": [ - 98934.74643630581, + 98934.74643630527, 97957.44240557001, 96282.17227028715, 94868.29132079819, @@ -248138,7 +174330,7 @@ 98060.76243929869 ], "fuel": [ - 51.222074031352605, + 51.22207403135233, 50.71204859528789, 49.84604349874617, 49.12328571021116, @@ -248178,13 +174370,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1970.7315272101214, + 1970.7315272099613, 1290.6874661542251, - -96.09689788249943, + -96.09689788250398, -1352.364631201166, -1777.428532386928, -1488.712708385685, - -325.01083263079454, + -325.0108326307918, 1096.3393622368667 ], "relative wind speed": [ @@ -248198,17 +174390,17 @@ 4.5462639444410105 ], "relative wind angle": [ - 0.006876813722267332, + 0.006876813722315765, 0.07509822447039113, - 0.12248240034152928, - 0.10118710774351834, + 0.1224824003415311, + 0.10118710774351836, 0.008824483016414688, 0.09045515598785268, - 0.1243712608242992, + 0.1243712608242983, 0.08588895783984786 ], "resistance": [ - 98605.23152721016, + 98605.23152721, 97925.18746615425, 96538.40310211753, 95282.13536879886, @@ -248218,7 +174410,7 @@ 97730.83936223689 ], "fuel": [ - 45.90457049149177, + 45.90457049149168, 45.55013377433299, 44.832679064134155, 44.18892495150262, @@ -248258,51 +174450,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2585.230901293424, + 2585.23090129338, 1236.8001681147143, - -726.0985400369827, + -726.0985400369864, -2192.8673112815377, - -2461.890569449266, + -2461.8905694492987, -1691.8258011022153, 117.1036555263563, - 1949.834355501429 + 1949.8343555014344 ], "relative wind speed": [ - 5.854432782497757, + 5.854432782497756, 5.6439773267914335, 5.236242238045688, 4.854310953328682, - 4.748720604668404, + 4.748720604668405, 4.997024166506591, 5.422775839963602, - 5.767182653114071 + 5.76718265311407 ], "relative wind angle": [ - 0.016018124968444958, + 0.01601812496845189, 0.0811129245098839, - 0.10579655688278569, + 0.10579655688278675, 0.0669353827707942, - 0.019748292016037103, + 0.019748292016048347, 0.09164221960215703, - 0.10214440946240029, - 0.05632808335296716 + 0.10214440946240028, + 0.05632808335296519 ], "resistance": [ - 99219.73090129346, + 99219.73090129341, 97871.30016811474, 95908.40145996305, 94441.6326887185, - 94172.60943055076, + 94172.60943055073, 94942.67419889782, 96751.60365552639, 98584.33435550146 ], "fuel": [ - 50.45815412754712, + 50.4581541275471, 49.75395002939299, 48.740939383096524, 47.993330357401675, - 47.85707856186174, + 47.85707856186173, 48.24780993400828, 49.17434168471155, 50.12548188102163 @@ -248338,7 +174530,7 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 1406.5113233223128, + 1406.5113233223, 1803.7705676464684, 825.9840305448033, -562.8352521770994, @@ -248348,9 +174540,9 @@ 124.59003988069162 ], "relative wind speed": [ - 4.9811647517679685, + 4.981164751767968, 5.044484051856136, - 4.864889153915102, + 4.864889153915101, 4.529403040799123, 4.223511824684941, 4.147678274417902, @@ -248358,17 +174550,17 @@ 4.704738304253364 ], "relative wind angle": [ - 0.051183572717739906, + 0.05118357271774208, 0.01746240137698285, - 0.0780692478616664, + 0.07806924786166498, 0.0991791078552252, 0.060375679304795385, 0.02123861715030843, - 0.08719282737345918, + 0.0871928273734592, 0.09547142873358644 ], "resistance": [ - 98041.01132332238, + 98041.01132332237, 98438.27056764654, 97460.48403054487, 96071.66474782297, @@ -248378,7 +174570,7 @@ 96759.09003988077 ], "fuel": [ - 47.04221029972628, + 47.04221029972627, 47.24922270901967, 46.74075271802951, 46.02465202137799, @@ -248418,19 +174610,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1118.466649534559, + 1118.4666495345227, 2514.7074547095945, - 1978.350797448471, + 1978.3507974484455, 161.14301891760988, -1691.109461051099, -2521.782997801438, - -2296.7889720468083, + -2296.7889720468265, -863.5253800332212 ], "relative wind speed": [ - 6.94277236754495, + 6.942772367544949, 7.124792205647822, - 7.063930617592332, + 7.063930617592331, 6.790971827572933, 6.452328967017428, 6.250757815857045, @@ -248438,29 +174630,29 @@ 6.611908868342684 ], "relative wind angle": [ - 0.05367713023661735, - 0.012593336124235376, - 0.034775519054296995, + 0.05367713023662149, + 0.012593336124235374, + 0.03477551905430019, 0.0644030027373691, - 0.05776152703893897, + 0.05776152703893898, 0.014354357563028157, - 0.038874267442848186, + 0.038874267442851045, 0.06614967219768778 ], "resistance": [ - 97752.96664953453, + 97752.9666495345, 99149.20745470957, - 98612.85079744844, + 98612.85079744842, 96795.64301891759, 94943.39053894888, 94112.71700219854, - 94337.71102795316, + 94337.71102795315, 95770.97461996676 ], "fuel": [ - 56.433023741693745, + 56.43302374169372, 57.16170555769628, - 56.88092918249539, + 56.880929182495386, 55.93759967588852, 54.98872368324855, 54.56733083789647, @@ -248498,9 +174690,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 724.6831304534262, + 724.6831304534135, 2150.918119390002, - 2024.3731982212175, + 2024.373198221203, 501.0353137063721, -1233.4705474924049, -2201.119152063242, @@ -248511,26 +174703,26 @@ 5.5619291752339715, 5.8052553331703685, 5.787799868114619, - 5.517835685764958, + 5.517835685764959, 5.1315229759808965, 4.854543719036391, 4.875341720330081, 5.178906597751829 ], "relative wind angle": [ - 0.08218751731683727, + 0.08218751731683997, 0.029311995825603298, - 0.03732741791427052, - 0.08630032314523052, + 0.0373274179142735, + 0.0863003231452318, 0.08909857623951713, - 0.03505460327146507, + 0.035054603271465076, 0.04431775052312587, - 0.09196365440155209 + 0.0919636544015521 ], "resistance": [ - 97359.18313045346, + 97359.18313045344, 98785.41811939003, - 98658.87319822125, + 98658.87319822123, 97135.53531370641, 95401.02945250762, 94433.38084793679, @@ -248540,7 +174732,7 @@ "fuel": [ 49.601398676448255, 50.34372385482962, - 50.27755389820052, + 50.2775538982005, 49.48568123265481, 48.59455103371888, 48.10227082501016, @@ -248578,53 +174770,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2368.1365048947046, + 2368.1365048946864, 3043.1058289911525, - 1383.4062813291093, + 1383.406281329113, -986.1292840747228, - -2715.1664265170984, + -2715.166426517102, -2999.2933961829985, - -2022.0471340765762, + -2022.0471340765725, 184.19863112314124 ], "relative wind speed": [ 7.111621890001282, 7.187382485699599, - 6.973685703235712, + 6.97368570323571, 6.577942982698532, - 6.221827712388729, + 6.22182771238873, 6.1341534862809235, - 6.376050007761828, + 6.376050007761829, 6.783581067943458 ], "relative wind angle": [ - 0.04212472626779614, + 0.04212472626779878, 0.014350657582302764, - 0.06390479609822894, + 0.0639047960982272, 0.08015308276096962, - 0.048153423506471976, + 0.04815342350647429, 0.01681486865921044, 0.06990403287066753, 0.0777183339279174 ], "resistance": [ - 99002.6365048947, + 99002.63650489469, 99677.60582899116, 98017.90628132911, 95648.37071592528, 93919.3335734829, 93635.206603817, - 94612.45286592342, + 94612.45286592343, 96818.69863112314 ], "fuel": [ - 56.93681402918823, + 56.93681402918821, 57.291305550573306, 56.42267792849258, 55.200310613089684, 54.32154062629074, 54.178199462108495, - 54.672477355685, + 54.672477355685004, 55.80143402478677 ] }, @@ -248658,17 +174850,17 @@ ], "ice resistance": 59389.19601333478, "wind resistance": [ - 2566.250908338774, + 2566.2509083387304, 3143.7929140344677, - 1330.2308983656767, + 1330.2308983656621, -1171.7324538886169, - -2932.29284192673, + -2932.292841926752, -3174.7695372308917, -2061.7778958250383, 300.48606390861096 ], "relative wind speed": [ - 7.800986954574692, + 7.80098695457469, 7.8603172444744835, 7.643046617465734, 7.261081099216263, @@ -248678,31 +174870,31 @@ 7.4948581825625045 ], "relative wind angle": [ - 0.03455745057873336, - 0.01490531265030297, - 0.05697308114458869, - 0.0686838667995035, - 0.038896381485544786, + 0.034557450578736576, + 0.014905312650302972, + 0.05697308114459064, + 0.06868386679950352, + 0.038896381485547644, 0.01706955492579239, - 0.06129335278273803, + 0.061293352782738036, 0.06653828431894837 ], "resistance": [ - 61955.44692167356, + 61955.446921673516, 62532.98892736925, - 60719.42691170046, + 60719.426911700444, 58217.463559446165, - 56456.90317140805, + 56456.903171408034, 56214.426476103894, 57327.41811750975, 59689.68207724339 ], "fuel": [ - 44.097264335784274, + 44.09726433578426, 44.320866008869785, - 43.622896284701014, + 43.62289628470101, 42.68007617557592, - 42.03060267403733, + 42.030602674037326, 41.94205627640277, 42.3502954797366, 43.232034802888414 @@ -248738,53 +174930,53 @@ ], "ice resistance": 70099.4971007001, "wind resistance": [ - 1831.690000896997, + 1831.6900008969606, 3798.6804392436316, - 2817.7956570822244, + 2817.7956570822134, 88.99717170690565, - -2588.1016630707018, + -2588.101663070709, -3695.02661288582, - -3282.1491631906138, + -3282.149163190621, -1082.704865740132 ], "relative wind speed": [ - 7.727870004212477, + 7.727870004212476, 7.952344087010749, - 7.852739672789654, + 7.852739672789653, 7.477926474065999, - 7.0261922101925265, + 7.026192210192527, 6.771083760991461, - 6.886351095316919, + 6.886351095316918, 7.291636813846391 ], "relative wind angle": [ - 0.06263873798821855, + 0.06263873798822209, 0.011750802428721549, - 0.04478882223849633, - 0.07907192352075322, - 0.0689036850139098, + 0.04478882223849634, + 0.07907192352075323, + 0.06890368501391142, 0.013800928090145497, - 0.051079347331339, - 0.0810964693111789 + 0.051079347331338995, + 0.08109646931117892 ], "resistance": [ - 71931.1871015971, + 71931.18710159705, 73898.17753994373, - 72917.29275778233, + 72917.29275778231, 70188.494272407, 67511.3954376294, 66404.47048781428, - 66817.34793750949, + 66817.34793750948, 69016.79223495997 ], "fuel": [ - 48.13391221650356, + 48.133912216503546, 48.97355392198338, - 48.5530477738328, + 48.55304777383279, 47.40204356052102, 46.29977192705581, 45.851798470346175, - 46.01835717569013, + 46.01835717569012, 46.91632393454312 ] }, @@ -248818,53 +175010,53 @@ ], "ice resistance": 65274.120631011756, "wind resistance": [ - 1714.229861589185, + 1714.2298615891377, 3441.0273455993483, - 2471.6075017839503, + 2471.607501783965, -12.86149148349432, - -2406.7217466756847, + -2406.721746675681, -3347.2010184943174, - -2940.010839606897, + -2940.0108396069118, -914.117562019921 ], "relative wind speed": [ - 7.700473337163438, + 7.700473337163436, 7.896240910932476, - 7.79691036032882, + 7.796910360328819, 7.452113185318301, - 7.046780796296546, + 7.046780796296545, 6.826696762266144, - 6.939927812334642, + 6.939927812334643, 7.308927300269439 ], "relative wind angle": [ - 0.0557288370786271, + 0.0557288370786311, 0.009090736287787962, - 0.04200356501173998, + 0.04200356501173733, 0.07182630438971425, - 0.06090463501706609, - 0.010515038293298086, - 0.04719405088770258, + 0.060904635017064265, + 0.010515038293298085, + 0.04719405088770493, 0.07323591772746241 ], "resistance": [ - 66988.35049260093, + 66988.35049260089, 68715.1479766111, - 67745.7281327957, + 67745.72813279572, 65261.259139528265, 62867.39888433607, 61926.919612517435, - 62334.10979140486, + 62334.109791404844, 64360.003068991835 ], "fuel": [ - 46.08752700307012, + 46.08752700307009, 46.7921066069136, - 46.395191329107476, + 46.39519132910748, 45.39392585398659, 44.45090385931077, 44.086251845145306, - 44.24372767433195, + 44.243727674331936, 45.03638799221341 ] }, @@ -248898,19 +175090,19 @@ ], "ice resistance": 67461.47056817506, "wind resistance": [ - 273.15952914006994, + 273.159529140019, 2818.332712128471, - 3542.9408542400306, + 3542.940854239958, 1561.8126144312919, -1221.1594586644205, -3219.1133746762353, - -3523.922007780773, + -3523.9220077807295, -2334.526822525597 ], "relative wind speed": [ 7.500933780849568, 7.845562042110103, - 7.919380975231569, + 7.919380975231568, 7.685932064118169, 7.263453663720726, 6.889769441215678, @@ -248918,33 +175110,33 @@ 7.067405111882894 ], "relative wind angle": [ - 0.07437511906566605, - 0.039512466030379875, - 0.015037100653651403, + 0.07437511906567203, + 0.03951246603037987, + 0.015037100653658788, 0.062273611997724805, - 0.07681154624856713, - 0.04499736295242932, - 0.01750033630845499, + 0.07681154624856712, + 0.04499736295242933, + 0.017500336308448643, 0.06773170173121924 ], "resistance": [ - 67734.63009731514, + 67734.63009731508, 70279.80328030353, - 71004.4114224151, + 71004.41142241503, 69023.28318260636, 66240.31110951064, 64242.35719349883, - 63937.548560394294, + 63937.54856039434, 65126.94374564946 ], "fuel": [ - 46.39066764094604, + 46.39066764094601, 47.44010953659387, - 47.74329270377815, + 47.743292703778124, 46.91900063277568, 45.78575124972552, 44.989939643303856, - 44.869836217557044, + 44.869836217557065, 45.3404498535781 ] }, @@ -248978,9 +175170,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 308.3499164139612, + 308.34991641392116, 1799.426159398754, - 2052.0293193682155, + 2052.029319368059, 761.9247244517646, -932.4317283210985, -2056.206559955044, @@ -248990,7 +175182,7 @@ "relative wind speed": [ 7.373318048229374, 7.576268976885361, - 7.603170730407292, + 7.6031707304072915, 7.439870409381579, 7.174207638836993, 6.959541843783723, @@ -248998,19 +175190,19 @@ 7.1051673152080275 ], "relative wind angle": [ - 0.04565963602351372, + 0.045659636023518586, 0.022110619030844315, - 0.013108322363839893, + 0.013108322363856832, 0.04147035538900831, 0.04692777578635055, 0.024070337910057384, - 0.0143814359419788, + 0.014381435941978798, 0.04342510047498698 ], "resistance": [ - 96942.84991641398, + 96942.84991641394, 98433.92615939878, - 98686.52931936823, + 98686.52931936807, 97396.42472445178, 95702.06827167892, 94578.29344004497, @@ -249018,9 +175210,9 @@ 95309.63833614736 ], "fuel": [ - 59.31315097145466, + 59.31315097145463, 60.087094565385826, - 60.21902779943312, + 60.21902779943305, 59.5477035849331, 58.675429371317904, 58.102789322937426, @@ -249058,19 +175250,19 @@ ], "ice resistance": 73792.57012542673, "wind resistance": [ - 1295.9360578182605, + 1295.9360578182059, 2642.8769030043804, - 1912.4775719999016, + 1912.4775719998943, -12.383738729982724, - -1879.9396587154297, + -1879.9396587154115, -2619.906780424026, - -2314.3925364465977, + -2314.392536446576, -748.3479006319321 ], "relative wind speed": [ - 7.62021514768242, + 7.620215147682418, 7.775825245680623, - 7.699652790013539, + 7.6996527900135385, 7.431136621082523, 7.117221554873312, 6.946874355187212, @@ -249078,31 +175270,31 @@ 7.314419326025007 ], "relative wind angle": [ - 0.043899846056394784, + 0.04389984605639984, 0.007517098688304861, 0.03270295275621232, 0.055806237382156905, - 0.04700458003810718, - 0.008414112877881096, - 0.03581324434543504, + 0.04700458003810482, + 0.008414112877881094, + 0.035813244345431934, 0.056697693865766306 ], "resistance": [ - 75088.50618324499, + 75088.50618324494, 76435.44702843111, 75705.04769742663, 73780.18638669675, - 71912.6304667113, + 71912.63046671133, 71172.66334500271, - 71478.17758898014, + 71478.17758898015, 73044.2222247948 ], "fuel": [ - 49.48865727750117, + 49.48865727750115, 50.07789150417667, 49.75753237401242, 48.92278158628993, - 48.12605956767992, + 48.126059567679924, 47.8139704595021, 47.94257743424397, 48.607260879253275 @@ -249138,17 +175330,17 @@ ], "ice resistance": 47987.979807572854, "wind resistance": [ - 256.743572906762, + 256.74357290672924, 3068.317030414142, - 3927.1386211737954, + 3927.138621173661, 1780.3152289176978, -1272.7191474596111, -3494.8378083464813, - -3856.759824257191, + -3856.7598242572312, -2588.488334153284 ], "relative wind speed": [ - 7.508304185170247, + 7.508304185170245, 7.889224729156012, 7.976015297326825, 7.726505731424629, @@ -249158,33 +175350,33 @@ 7.032559272569959 ], "relative wind angle": [ - 0.08186280315409922, + 0.08186280315410194, 0.044104975087791896, - 0.015301810541791664, - 0.06740822817975145, + 0.015301810541806175, + 0.06740822817975146, 0.0846100925109333, 0.050805163599032185, - 0.01808606011520728, + 0.01808606011521342, 0.07407145920914338 ], "resistance": [ - 48244.72338047961, + 48244.72338047958, 51056.296837987, - 51915.118428746646, + 51915.118428746515, 49768.295036490556, 46715.26066011324, 44493.14199922637, - 44131.21998331566, + 44131.21998331562, 45399.49147341957 ], "fuel": [ - 39.153489651695466, + 39.15348965169546, 40.11026557292206, - 40.40838655813758, + 40.408386558137536, 39.668308694421064, 38.64536772144805, 37.92264008119026, - 37.80666762661086, + 37.806667626610846, 38.215204775064166 ] }, @@ -249218,9 +175410,9 @@ ], "ice resistance": 73194.68541625906, "wind resistance": [ - 1036.9952337105133, + 1036.995233710477, 3831.8758822319796, - 3946.876135938888, + 3946.8761359388554, 1240.3901547313508, -2038.4154315130763, -4037.0632975999833, @@ -249228,7 +175420,7 @@ -2213.969195219288 ], "relative wind speed": [ - 7.633135039856349, + 7.633135039856348, 7.988796398503536, 8.000303966209636, 7.662176932335704, @@ -249238,19 +175430,19 @@ 7.112749796453936 ], "relative wind angle": [ - 0.08334121591554794, + 0.08334121591555194, 0.03451728425724669, - 0.03069420646110492, - 0.08138796788224789, + 0.030694206461108535, + 0.08138796788224788, 0.08906322060778671, 0.04089271094556366, - 0.03648921358216022, - 0.08769039316697848 + 0.03648921358216023, + 0.08769039316697846 ], "resistance": [ - 74231.68064996958, + 74231.68064996954, 77026.56129849104, - 77141.56155219795, + 77141.56155219792, 74435.07557099042, 71156.26998474599, 69157.62211865908, @@ -249258,9 +175450,9 @@ 70980.71622103977 ], "fuel": [ - 49.11734255663629, + 49.11734255663626, 50.33861244251618, - 50.389486328609365, + 50.38948632860934, 49.20523869945618, 47.807079452314966, 46.97443372020737, @@ -249298,50 +175490,50 @@ ], "ice resistance": 45224.225225748276, "wind resistance": [ - 1759.7423030948084, + 1759.7423030947612, 3862.205532746895, - 3003.982847116149, - 236.46804961319503, - -2557.0582746418804, + 3003.98284711612, + 236.46804961319867, + -2557.0582746418913, -3794.2204029826316, -3432.686964598248, -1241.4283897614114 ], "relative wind speed": [ - 7.721620600029762, + 7.721620600029761, 7.965840713641531, - 7.878968719548712, - 7.503354695489609, + 7.878968719548711, + 7.503354695489608, 7.03603123698602, 6.75829431021896, 6.859374036675644, 7.26834427998021 ], "relative wind angle": [ - 0.06614252203336196, + 0.06614252203336698, 0.0148012395231799, - 0.04362606200172923, - 0.08056461621784401, - 0.07259827518780682, + 0.04362606200173178, + 0.08056461621784262, + 0.07259827518780834, 0.017446116882593943, 0.05011583198187319, 0.0831754743708368 ], "resistance": [ - 46983.96752884309, + 46983.96752884304, 49086.430758495175, - 48228.20807286442, - 45460.69327536147, - 42667.166951106396, + 48228.20807286439, + 45460.693275361475, + 42667.16695110638, 41430.004822765644, 41791.538261150024, 43982.79683598687 ], "fuel": [ - 38.73400789285171, + 38.73400789285169, 39.43683707339853, 39.14795640637692, - 38.23507055729515, + 38.23507055729516, 37.3425076838273, 36.956498275878275, 37.06871205641602, @@ -249378,50 +175570,50 @@ ], "ice resistance": 59460.83226904082, "wind resistance": [ - 1619.8695375415846, + 1619.869537541541, 4513.551633582898, - 4127.431400356672, - 939.1956462713351, + 4127.431400356647, + 939.1956462713242, -2617.2817648911514, -4543.561867436041, -4380.069642446062, -2030.16622545664 ], "relative wind speed": [ - 7.729182677502622, + 7.72918267750262, 8.080942670774556, 8.042715557434644, - 7.632315375602291, + 7.632315375602292, 7.054850302311532, 6.649025733285041, 6.695215016146268, 7.159534877181377 ], "relative wind angle": [ - 0.0873737330015287, + 0.08737373300153252, 0.029395365502042633, - 0.04211035224508403, - 0.09399381938732056, + 0.04211035224508667, + 0.09399381938732175, 0.09574977147722206, - 0.03572833115262774, + 0.03572833115262773, 0.05059224797197128, 0.10022092109399215 ], "resistance": [ - 61080.7018065824, + 61080.70180658236, 63974.38390262371, - 63588.26366939749, - 60400.02791531215, + 63588.263669397464, + 60400.02791531214, 56843.550504149665, 54917.27040160478, 55080.762626594755, 57430.66604358418 ], "fuel": [ - 43.76096081832298, + 43.76096081832296, 44.8843320437698, - 44.73263292310242, - 43.50123950200566, + 44.732632923102415, + 43.50123950200565, 42.172249137363515, 41.47208319870093, 41.530973285588516, @@ -249458,39 +175650,39 @@ ], "ice resistance": 45207.78357609398, "wind resistance": [ - 972.8178699647106, + 972.8178699646851, 4023.418732990951, - 4314.453752284895, - 1486.4595992729155, + 4314.453752284877, + 1486.4595992729119, -2033.6488648667655, -4260.715427561674, -4383.847611833338, -2476.7951526332145 ], "relative wind speed": [ - 7.6325052042077255, + 7.632505204207724, 8.023783823644976, - 8.052705015001834, - 7.705687977682446, + 8.052705015001832, + 7.705687977682447, 7.153960226857716, 6.712166250260292, 6.677441468188578, 7.075072820142582 ], "relative wind angle": [ - 0.09026347972848245, - 0.03946308129457428, + 0.09026347972848368, + 0.039463081294574286, 0.029847373295585997, - 0.08528976135270253, - 0.09631956146513426, + 0.08528976135270383, + 0.09631956146513428, 0.047179779578643305, 0.03599706806677114, - 0.09291285064312796 + 0.09291285064312797 ], "resistance": [ - 46180.60144605869, + 46180.60144605866, 49231.202309084925, - 49522.23732837888, + 49522.237328378855, 46694.24317536689, 43174.13471122721, 40947.0681485323, @@ -249498,7 +175690,7 @@ 42730.98842346076 ], "fuel": [ - 38.46979517738154, + 38.46979517738153, 39.4858378257738, 39.58458027874721, 38.638445869344, @@ -249538,9 +175730,9 @@ ], "ice resistance": 37612.481566262446, "wind resistance": [ - 1729.2138514767867, + 1729.2138514767576, 4125.506844234653, - 3419.604236593874, + 3419.60423659387, 479.5881959884209, -2604.57938981376, -4091.6782131516884, @@ -249548,9 +175740,9 @@ -1525.815957827519 ], "relative wind speed": [ - 7.727784251514987, + 7.727784251514986, 8.01143966944555, - 7.94059506116287, + 7.9405950611628695, 7.549192599499193, 7.038921364743153, 6.7143054622079, @@ -249558,19 +175750,19 @@ 7.230128250084315 ], "relative wind angle": [ - 0.07408110007528257, + 0.07408110007528557, 0.019991593346236312, - 0.04352078780940506, - 0.08603871773785081, + 0.043520787809405055, + 0.0860387177378508, 0.08134634918551491, 0.023854435309631886, - 0.05084196935282791, - 0.08984562296260158 + 0.05084196935282792, + 0.08984562296260157 ], "resistance": [ - 39341.69541773923, + 39341.6954177392, 41737.9884104971, - 41032.08580285632, + 41032.085802856316, 38092.06976225087, 35007.90217644868, 33520.80335311076, @@ -249578,7 +175770,7 @@ 36086.66560843492 ], "fuel": [ - 36.317841336458315, + 36.31784133645831, 37.05206041628233, 36.83355328600602, 35.943435299547716, @@ -249618,9 +175810,9 @@ ], "ice resistance": 55865.748869155475, "wind resistance": [ - 2095.085326508437, + 2095.085326508426, 3949.3699723564823, - 2678.9574501928073, + 2678.957450192822, -161.9232421436318, -2805.0754954763943, -3750.645833456747, @@ -249628,9 +175820,9 @@ -855.4012779149089 ], "relative wind speed": [ - 7.764893608355134, + 7.764893608355132, 7.967705686635426, - 7.838716683755194, + 7.838716683755193, 7.441192254981741, 6.987136023329041, 6.754946976012044, @@ -249639,18 +175831,18 @@ ], "relative wind angle": [ 0.06029601110224469, - 0.006943824261460914, - 0.04973090695994446, + 0.006943824261460913, + 0.04973090695994223, 0.08158232771148531, 0.06701728793175822, 0.008190519072117503, 0.05646884991307609, - 0.08281235493997421 + 0.08281235493997423 ], "resistance": [ - 57960.83419566391, + 57960.834195663905, 59815.118841511954, - 58544.70631934828, + 58544.7063193483, 55703.82562701184, 53060.67337367908, 52115.10303569873, @@ -249660,7 +175852,7 @@ "fuel": [ 42.58468712444687, 43.27943594027481, - 42.80206768948689, + 42.802067689486904, 41.75631308593856, 40.810312699053945, 40.47820076287649, @@ -249698,53 +175890,53 @@ ], "ice resistance": 35856.53185815202, "wind resistance": [ - 1965.9478621422677, + 1965.9478621422422, 3882.6210865370813, 2756.8793433276114, -33.938098390190135, -2701.0507886852392, -3731.5372828688196, - -3257.692551134689, + -3257.692551134667, -973.5046473784969 ], "relative wind speed": [ - 7.747033690184434, + 7.747033690184432, 7.96138136173043, - 7.84709926725835, + 7.847099267258349, 7.4602244830500055, 7.006181416882216, 6.761620800977355, - 6.893920664825771, + 6.89392066482577, 7.310824830730087 ], "relative wind angle": [ - 0.061636459020451534, - 0.009414022023817999, - 0.047322484815022894, + 0.06163645902045333, + 0.009414022023817997, + 0.0473224848150229, 0.08050160249875878, 0.0681636894187196, 0.011084479508647093, - 0.05387141497130188, - 0.08215035848982823 + 0.05387141497129775, + 0.08215035848982824 ], "resistance": [ - 37822.47972029429, + 37822.47972029426, 39739.1529446891, 38613.41120147963, 35822.59375976183, 33155.48106946678, 32124.9945752832, - 32598.83930701733, + 32598.83930701735, 34883.02721077352 ], "fuel": [ - 35.863424204762, + 35.863424204761984, 36.43814338085627, 36.098930371361114, 35.27832635607492, 34.521179617489324, 34.2357316904193, - 34.366497402923784, + 34.36649740292379, 35.00857991404287 ] }, @@ -249778,54 +175970,54 @@ ], "ice resistance": 27761.743852131593, "wind resistance": [ - 2837.618113096669, + 2837.6181130965815, 4079.524273984269, - 2113.473298880297, + 2113.473298880268, -950.0043377720322, -3362.933276438027, -3886.062185890838, - -2853.4082494847135, - -90.40597752828398 + -2853.4082494847025, + -90.40597752828762 ], "relative wind speed": [ - 7.863285385678135, + 7.863285385678134, 7.988918477320739, 7.771917882760706, 7.31945209912685, 6.8802452758377175, 6.733959732210302, 6.9832889483345095, - 7.456182205451668 + 7.456182205451669 ], "relative wind angle": [ - 0.05027976751463201, + 0.05027976751464083, 0.008588630585302294, - 0.06337698772527016, + 0.06337698772527366, 0.08583676169344573, - 0.05747109556263807, + 0.057471095562638075, 0.01018928179393387, - 0.07054549648139502, - 0.08425893201432302 + 0.07054549648139345, + 0.08425893201432434 ], "resistance": [ - 30599.36196522826, + 30599.361965228174, 31841.26812611586, - 29875.21715101189, + 29875.21715101186, 26811.73951435956, 24398.810575693566, 23875.681666240755, - 24908.33560264688, - 27671.33787460331 + 24908.33560264689, + 27671.337874603305 ], "fuel": [ - 33.82038224844701, + 33.82038224844699, 34.15783233811282, - 33.626266837860484, + 33.62626683786047, 32.8266543580077, 32.22142989936218, 32.09307339955115, - 32.3474274479395, - 33.047497434527855 + 32.34742744793951, + 33.04749743452785 ] }, { @@ -249858,49 +176050,49 @@ ], "ice resistance": 21298.406794005186, "wind resistance": [ - 2410.8422730662896, + 2410.842273066235, 4372.455047528885, - 2854.629666215744, + 2854.6296662157147, -279.4860423919563, - -3128.793932476987, + -3128.7939324769977, -4080.753446941406, -3440.9530282698943, -805.7516113076817 ], "relative wind speed": [ - 7.817995659847938, + 7.817995659847937, 8.026731998356842, - 7.873780941079301, + 7.8737809410793, 7.433013393847585, - 6.938325426306388, + 6.938325426306387, 6.695744117369277, 6.874953785344834, - 7.349267157044526 + 7.349267157044525 ], "relative wind angle": [ - 0.0640387500977949, + 0.0640387500978001, 0.005238009147639723, - 0.05601935770899861, - 0.08965371345225963, + 0.0560193577090006, + 0.08965371345225964, 0.07217118072105783, 0.006279239309218523, 0.06416860255271033, - 0.09067812720034321 + 0.090678127200342 ], "resistance": [ - 23709.249067071476, + 23709.24906707142, 25670.86184153407, - 24153.03646022093, + 24153.0364602209, 21018.92075161323, - 18169.6128615282, + 18169.61286152819, 17217.65334706378, 17857.453765735292, 20492.655182697505 ], "fuel": [ - 32.05245051492683, + 32.05245051492681, 32.53779288524881, - 32.16099918948278, + 32.16099918948277, 31.41009421047079, 30.759145889300136, 30.548395330726066, @@ -249938,19 +176130,19 @@ ], "ice resistance": 19202.749535518982, "wind resistance": [ - 3312.486170506574, + 3312.486170506534, 3851.081827596183, - 1519.6144431509747, + 1519.6144431509565, -1564.395384162115, - -3650.533023697273, + -3650.5330236972877, -3877.643808364468, -2388.913125640829, 564.7628872723326 ], "relative wind speed": [ - 7.918913232893549, + 7.918913232893547, 7.973226066275407, - 7.692347480641739, + 7.692347480641738, 7.217087183398383, 6.816564304476512, 6.752955042292692, @@ -249958,29 +176150,29 @@ 7.5556858255479815 ], "relative wind angle": [ - 0.03933662292493654, + 0.03933662292493936, 0.021307981514898038, - 0.07177838476445596, + 0.0717783847644575, 0.08466418565557826, - 0.04570211591465752, + 0.045702115914659946, 0.025159122182365035, 0.07809534661497011, 0.08086157860898573 ], "resistance": [ - 22515.235706025556, + 22515.235706025516, 23053.831363115165, - 20722.363978669957, + 20722.36397866994, 17638.354151356867, - 15552.216511821709, + 15552.216511821694, 15325.105727154514, 16813.836409878153, 19767.512422791315 ], "fuel": [ - 31.76403783746475, + 31.76403783746474, 31.893478280247486, - 31.340934841984996, + 31.340934841984993, 30.641116792033873, 30.18780106888436, 30.139427563087906, @@ -250018,47 +176210,47 @@ ], "ice resistance": 21014.474117182494, "wind resistance": [ - 3078.678284153608, + 3078.678284153535, 3942.8944475865537, - 1789.216856241008, + 1789.2168562410006, -1274.8713485887893, -3506.106803001181, -3870.328914755086, - -2598.747428442268, - 256.2302273936366 + -2598.747428442257, + 256.23022739362204 ], "relative wind speed": [ - 7.891025207033331, + 7.89102520703333, 7.978332159667306, - 7.728159021624936, + 7.728159021624935, 7.265122684461845, 6.84786573642228, 6.74594396004889, 7.031152259664044, - 7.508630790085472 + 7.508630790085473 ], "relative wind angle": [ - 0.04429023019493792, - 0.01531459164985198, - 0.06761868995138072, + 0.04429023019494544, + 0.015314591649851982, + 0.06761868995138073, 0.08492920083377148, 0.05104259346856416, 0.01811263249744869, - 0.07433362594485857, - 0.08216859008235813 + 0.07433362594485708, + 0.0821685900823595 ], "resistance": [ - 24093.1524013361, + 24093.15240133603, 24957.368564769047, - 22803.6909734235, + 22803.690973423494, 19739.602768593704, 17508.367314181312, 17144.145202427408, - 18415.726688740226, - 21270.70434457613 + 18415.726688740237, + 21270.704344576116 ], "fuel": [ - 32.146309008156805, + 32.14630900815679, 32.35960348607758, 31.833227912386413, 31.11408637913457, @@ -250098,51 +176290,51 @@ ], "ice resistance": 42779.09937774916, "wind resistance": [ - 3800.645211291212, + 3800.645211291154, 4402.81845887216, - 1741.2714207522658, - -1762.1821769883936, - -4127.72955813332, + 1741.2714207522731, + -1762.1821769883973, + -4127.729558133338, -4382.387429489634, - -2679.6557723154, + -2679.6557723154074, 677.9590783081658 ], "relative wind speed": [ - 7.997673878608092, + 7.99767387860809, 8.057614300186701, - 7.739588171102011, - 7.199580825155079, - 6.741591599347556, + 7.73958817110201, + 7.1995808251550795, + 6.741591599347557, 6.66983482182209, - 7.036378308668569, - 7.5880090078375 + 7.03637830866857, + 7.588009007837501 ], "relative wind angle": [ - 0.044138184984207525, - 0.024212541432186124, - 0.08133008963259743, - 0.09656332389406026, - 0.052368872710690094, + 0.04413818498421256, + 0.024212541432186128, + 0.08133008963259607, + 0.09656332389406141, + 0.052368872710694334, 0.0292517110542343, - 0.0894789171448185, - 0.09160602137792996 + 0.08947891714481973, + 0.09160602137793117 ], "resistance": [ - 46579.744589040376, + 46579.74458904032, 47181.91783662132, - 44520.370798501426, - 41016.91720076077, - 38651.36981961584, + 44520.37079850143, + 41016.91720076076, + 38651.36981961582, 38396.71194825953, 40099.44360543376, 43457.058456057326 ], "fuel": [ - 38.600766025902985, + 38.60076602590297, 38.799478979615046, - 37.931384853797525, + 37.93138485379754, 36.82887830288138, - 36.11029139175764, + 36.110291391757634, 36.03417492213898, 36.54770373638504, 37.59194227995362 @@ -250178,9 +176370,9 @@ ], "ice resistance": 17742.85689220837, "wind resistance": [ - 2477.5581800154905, + 2477.5581800154505, 4808.371902211282, - 3382.437906250416, + 3382.4379062503976, -40.54499560668046, -3284.3564919913733, -4523.166890422268, @@ -250188,7 +176380,7 @@ -1111.5699726073399 ], "relative wind speed": [ - 7.842049617395614, + 7.842049617395612, 8.096978687697671, 7.9550087180534526, 7.483046873882591, @@ -250198,9 +176390,9 @@ 7.312485037710524 ], "relative wind angle": [ - 0.0741064890236506, - 0.01058507276165248, - 0.05778307294258212, + 0.07410648902365362, + 0.010585072761652478, + 0.05778307294258404, 0.0984354458263819, 0.0839286548881092, 0.012934574927198152, @@ -250208,9 +176400,9 @@ 0.10073913593206806 ], "resistance": [ - 20220.41507222386, + 20220.41507222382, 22551.22879441965, - 21125.294798458784, + 21125.294798458766, 17702.31189660169, 14458.500400216995, 13219.6900017861, @@ -250218,7 +176410,7 @@ 16631.28691960103 ], "fuel": [ - 31.224622129612953, + 31.224622129612946, 31.772654382313032, 31.434981218227072, 30.655270599567373, @@ -250258,19 +176450,19 @@ ], "ice resistance": 31007.788296505903, "wind resistance": [ - 3314.8688693321856, + 3314.868869332142, 4553.943575133948, - 2258.6153798599225, + 2258.6153798599116, -1183.5257208471521, - -3817.0510023618845, + -3817.0510023618954, -4340.408516083611, -3074.3382939782678, 67.82086810901455 ], "relative wind speed": [ - 7.9390704792216376, + 7.939070479221637, 8.062928178982112, - 7.80676990661758, + 7.806769906617579, 7.2948398941214005, 6.807834070243982, 6.6606781923914795, @@ -250278,27 +176470,27 @@ 7.494048019672551 ], "relative wind angle": [ - 0.053566752352415585, - 0.012409583623516046, + 0.05356675235241974, + 0.012409583623516044, 0.07263753950281429, 0.09627005243350445, - 0.06247854179843731, + 0.062478541798439084, 0.015022310617862907, 0.08150329626670695, 0.09370336477880549 ], "resistance": [ - 34322.657165838085, + 34322.65716583804, 35561.73187163985, - 33266.40367636582, + 33266.403676365815, 29824.26257565875, - 27190.73729414402, + 27190.737294144008, 26667.379780422292, 27933.450002527636, 31075.609164614918 ], "fuel": [ - 34.849263337938815, + 34.8492633379388, 35.203104370298064, 34.55214107793785, 33.61268135447327, @@ -250338,9 +176530,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1492.3413953700137, + 1492.3413953698664, 956.5956423420294, - -107.0645410531124, + -107.06454105311514, -1062.4864045977502, -1371.21706173434, -1144.8792241489036, @@ -250348,9 +176540,9 @@ 839.3722010683505 ], "relative wind speed": [ - 4.457423232422683, + 4.457423232422682, 4.3602986527389955, - 4.088211402691665, + 4.088211402691664, 3.7840444264049653, 3.637501565861279, 3.7533765030312676, @@ -250358,17 +176550,17 @@ 4.333710568736478 ], "relative wind angle": [ - 0.004530043747042808, - 0.06325151888635695, + 0.004530043747091824, + 0.06325151888635694, 0.10044887224517579, 0.08046848288799807, 0.005551161015374127, 0.07349647371431466, 0.10144929910692677, - 0.07024421417448891 + 0.0702442141744889 ], "resistance": [ - 98126.84139537002, + 98126.84139536988, 97591.09564234204, 96527.4354589469, 95572.01359540227, @@ -250378,7 +176570,7 @@ 97473.87220106837 ], "fuel": [ - 45.20583251686206, + 45.205832516861975, 44.927413456673655, 44.37781032584389, 43.887724033600634, @@ -250418,54 +176610,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1682.29845486653, + 1682.2984548665117, 743.5728155778161, - -560.5933515801844, + -560.593351580188, -1492.9232151745618, - -1633.8275892759475, + -1633.8275892759393, -1067.1171945926444, - 156.38952212512595, - 1349.3597089624654 + 156.38952212512777, + 1349.3597089624764 ], "relative wind speed": [ 4.829167073136838, 4.647003933974864, - 4.315297448426446, + 4.3152974484264455, 4.017928744533589, - 3.951218313802484, + 3.9512183138024835, 4.163932662906461, - 4.5067936179951, - 4.773806593008131 + 4.506793617995099, + 4.77380659300813 ], "relative wind angle": [ - 0.019927369224273073, + 0.019927369224278645, 0.0815448294984877, 0.10192625726435076, 0.06037494645602719, - 0.024355966498395117, + 0.02435596649839056, 0.09102995179078, - 0.09758124521568683, - 0.05080625089399007 + 0.09758124521568455, + 0.050806250893985695 ], "resistance": [ - 98316.79845486651, + 98316.7984548665, 97378.0728155778, 96073.9066484198, 95141.57678482542, 95000.67241072404, 95567.38280540734, 96790.88952212512, - 97983.85970896245 + 97983.85970896247 ], "fuel": [ - 46.448099781272234, + 46.44809978127222, 45.9602983822878, 45.288040910161826, 44.81133306926109, 44.73956887166393, 45.028649870797125, 45.65684020706314, - 46.274715530370294 + 46.2747155303703 ] }, { @@ -250498,7 +176690,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1390.588983144582, + 1390.5889831445566, 956.6644078630025, -20.53592988118271, -930.889626291988, @@ -250508,7 +176700,7 @@ 739.684421097124 ], "relative wind speed": [ - 3.9504682179380923, + 3.950468217938092, 3.8622015283922533, 3.581090218413971, 3.2488019932155825, @@ -250518,17 +176710,17 @@ 3.8064478443422867 ], "relative wind angle": [ - 0.010898759701377467, + 0.010898759701387654, 0.0725984092816803, - 0.12296419266487081, + 0.12296419266487083, 0.10516520588420374, 0.014015267672078278, - 0.08814530612997655, + 0.08814530612997656, 0.12598556141494865, 0.0897134043409145 ], "resistance": [ - 98025.08898314458, + 98025.08898314455, 97591.164407863, 96613.96407011882, 95703.61037370801, @@ -250538,7 +176730,7 @@ 97374.18442109712 ], "fuel": [ - 43.559249743843935, + 43.55924974384392, 43.333827719779975, 42.82874175400093, 42.36140385645559, @@ -250578,19 +176770,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1301.891937407655, + 1301.8919374076531, 1196.6877557345888, - 297.32931200735493, + 297.3293120073513, -700.5258076146597, - -1247.405584253805, + -1247.4055842538032, -1202.396735152658, -543.6679261565555, 479.8883266521634 ], "relative wind speed": [ - 3.6964960512860734, + 3.6964960512860725, 3.6739662499098293, - 3.418440391763312, + 3.418440391763311, 3.047756553460051, 2.776934284770096, 2.8066740234000522, @@ -250599,13 +176791,13 @@ ], "relative wind angle": [ 0.041767794681211196, - 0.05892153238384731, - 0.13506684783950657, + 0.058921532383847314, + 0.1350668478395074, 0.14309562229927345, - 0.0556113941063189, + 0.055611394106316894, 0.07716083762070876, - 0.1484211271596315, - 0.1253455012280193 + 0.14842112715963152, + 0.12534550122801932 ], "resistance": [ 97936.39193740765, @@ -250658,17 +176850,17 @@ ], "ice resistance": 84367.21422675531, "wind resistance": [ - 35.070120193493494, + 35.0701201934462, -2911.790825115524, - -4086.829255784425, + -4086.8292557844798, -3589.1694769299174, - -1107.0667196275754, + -1107.0667196275863, 2125.3392785492906, 4268.198879101659, 3088.3028196189516 ], "relative wind speed": [ - 7.481388176055222, + 7.481388176055221, 6.980135364196361, 6.703201964802658, 6.842719712061237, @@ -250678,31 +176870,31 @@ 7.901471976252177 ], "relative wind angle": [ - 0.088137290041436, + 0.08813729004144105, 0.07602671386343068, - 0.013610571079051063, - 0.058657210796723584, - 0.09033753364054184, + 0.013610571079059221, + 0.05865721079672358, + 0.09033753364054309, 0.06819450285436009, 0.011375511620065622, 0.05079018787573976 ], "resistance": [ - 84402.28434694881, + 84402.28434694876, 81455.4234016398, - 80280.38497097089, + 80280.38497097083, 80778.04474982539, - 83260.14750712774, + 83260.14750712772, 86492.5535053046, 88635.41310585698, 87455.51704637427 ], "fuel": [ - 53.70112631322834, + 53.701126313228315, 52.33340153690934, - 51.79704290737221, + 51.79704290737217, 52.023577748677276, - 53.167192047932836, + 53.16719204793283, 54.69087103958861, 55.722394208631144, 55.152305548438925 @@ -250738,9 +176930,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1430.8163347009158, + -1430.8163347009177, -2925.563828832861, - -2973.4183403396455, + -2973.4183403396437, -1599.7896366535042, 796.1824883304125, 2882.047531288754, @@ -250748,9 +176940,9 @@ 992.4787047264181 ], "relative wind speed": [ - 5.171598262249273, + 5.171598262249272, 4.753069518260595, - 4.734285836843491, + 4.73428583684349, 5.129834082900739, 5.657852260664533, 6.013738516446192, @@ -250759,13 +176951,13 @@ ], "relative wind angle": [ 0.1255922608201986, - 0.05997729641832264, - 0.05174990732495162, - 0.12336371133494894, + 0.05997729641832265, + 0.051749907324949475, + 0.12336371133494896, 0.11474855682426138, 0.04739349031204424, 0.04063289554525612, - 0.11105319422596062 + 0.1110531942259606 ], "resistance": [ 95203.68366529909, @@ -250818,19 +177010,19 @@ ], "ice resistance": 67527.79516711771, "wind resistance": [ - -907.0014073001585, + -907.001407300173, -3610.498075223517, - -4241.842974323525, + -4241.842974323539, -3193.444120403263, - -204.21522555590855, + -204.21522555589763, 3037.4332330088255, 4533.701458690422, 2444.3812457212844 ], "relative wind speed": [ - 7.337556739084266, + 7.337556739084265, 6.847436728385218, - 6.670242405023378, + 6.670242405023377, 6.932321354402067, 7.449424797363527, 7.902295803221787, @@ -250838,21 +177030,21 @@ 7.827936468198796 ], "relative wind angle": [ - 0.09432801248177484, - 0.06561381366641525, + 0.09432801248177601, + 0.06561381366641524, 0.008422585657954158, 0.07629878922001322, - 0.09290736681666198, - 0.05684500138882059, - 0.0069768405617727704, - 0.06755507262780758 + 0.09290736681666079, + 0.056845001388820586, + 0.00697684056177277, + 0.06755507262780759 ], "resistance": [ 66620.79375981755, 63917.2970918942, - 63285.95219279419, + 63285.952192794175, 64334.35104671445, - 67323.57994156181, + 67323.57994156182, 70565.22840012654, 72061.49662580814, 69972.176412839 @@ -250860,7 +177052,7 @@ "fuel": [ 45.93898623566207, 44.861868800405375, - 44.61424784457213, + 44.61424784457212, 45.02625580014011, 46.22344166891635, 47.55930098769105, @@ -250898,49 +177090,49 @@ ], "ice resistance": 77840.54050565504, "wind resistance": [ - -456.51634833242133, + -456.5163483324468, -3664.7245329134093, - -4641.8051134008965, + -4641.805113401115, -3827.876771490697, -731.0855883353906, 2943.5324076670004, 5101.633698142457, - 3175.704297557015 + 3175.704297557011 ], "relative wind speed": [ - 7.422809154380238, + 7.422809154380237, 6.857227593147266, - 6.594432530827479, + 6.594432530827478, 6.823765727919884, 7.3790704507393, 7.90741463407002, 8.127867866524975, - 7.936308823993113 + 7.936308823993114 ], "relative wind angle": [ - 0.10347714743572757, + 0.10347714743572972, 0.08142036918151235, - 0.0033342828447074225, - 0.07724916353882405, - 0.10409271618508105, + 0.0033342828447407197, + 0.07724916353882406, + 0.10409271618508106, 0.07058751327174156, 0.002705222291592891, - 0.06640281898518316 + 0.06640281898518482 ], "resistance": [ - 77384.02415732262, + 77384.0241573226, 74175.81597274164, - 73198.73539225414, + 73198.73539225392, 74012.66373416434, 77109.45491731964, 80784.07291332204, 82942.17420379749, - 81016.24480321206 + 81016.24480321204 ], "fuel": [ - 50.496908345727576, + 50.49690834572756, 49.09322785023298, - 48.67333622347334, + 48.67333622347326, 49.0228675704206, 50.37527802318859, 52.0263274191656, @@ -250978,9 +177170,9 @@ ], "ice resistance": 94451.22271028163, "wind resistance": [ - -1221.530070409939, + -1221.5300704099573, -4067.6403921019482, - -4648.257077892074, + -4648.257077892125, -3310.0919064478694, 53.62417669202841, 3552.566627057022, @@ -250988,9 +177180,9 @@ 2474.654393732737 ], "relative wind speed": [ - 7.298162241122514, + 7.298162241122513, 6.77098778341216, - 6.607155148046301, + 6.6071551480463, 6.9261645776264205, 7.501270226674699, 7.980347833786819, @@ -250998,19 +177190,19 @@ 7.846048136162288 ], "relative wind angle": [ - 0.10360175543925697, + 0.10360175543925805, 0.0682117990330937, - 0.01545151701951398, + 0.015451517019521164, 0.08758825654995535, - 0.10078691333418499, + 0.100786913334185, 0.057862240021571705, 0.012577968224634136, 0.07729739267297493 ], "resistance": [ - 93229.69263987169, + 93229.69263987168, 90383.58231817967, - 89802.96563238955, + 89802.9656323895, 91141.13080383376, 94504.84688697365, 98003.78933733865, @@ -251020,7 +177212,7 @@ "fuel": [ 57.99156185779153, 56.576578142162816, - 56.2916181284525, + 56.291618128452484, 56.95026031436939, 58.635300212404296, 60.432756190667455, @@ -251058,19 +177250,19 @@ ], "ice resistance": 82914.5879298633, "wind resistance": [ - -2987.3211995462952, + -2987.321199546317, -4070.582155938446, - -3519.039816284825, + -3519.0398162848433, -985.8303528969154, - 2228.730013284894, + 2228.730013284876, 4292.67275673425, 2984.6199958656216, -89.30150845544267 ], "relative wind speed": [ - 6.965036508888466, + 6.965036508888464, 6.702619088627567, - 6.85716509450291, + 6.857165094502909, 7.319220233534779, 7.793513803633884, 8.02031722130406, @@ -251078,29 +177270,29 @@ 7.461876851744218 ], "relative wind angle": [ - 0.0742296062625097, + 0.0742296062625112, 0.010684608321541108, - 0.060595699358745536, + 0.060595699358747375, 0.09014261513797223, - 0.06632645925062997, + 0.06632645925063164, 0.008929129203385454, - 0.0526649775078882, + 0.05266497750788819, 0.08841471414848857 ], "resistance": [ - 79927.266730317, + 79927.26673031697, 78844.00577392484, - 79395.54811357846, + 79395.54811357845, 81928.75757696638, - 85143.31794314818, + 85143.31794314817, 87207.26068659754, 85899.20792572892, 82825.28642140786 ], "fuel": [ - 51.63686235444862, + 51.636862354448596, 51.148371338949254, - 51.39654092310576, + 51.396540923105746, 52.55091152960186, 54.05014632402617, 55.03301552952816, @@ -251138,17 +177330,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1421.3022920566673, + -1421.302292056671, -3100.7441220739383, - -3213.320703529851, + -3213.3207035298674, -1818.3054371773433, - 731.9181429820783, + 731.9181429820728, 3021.5447976820706, 3285.7113029684606, 1193.1957736617696 ], "relative wind speed": [ - 5.33562216087608, + 5.335622160876079, 4.884174625992966, 4.8411063673985, 5.240006515249449, @@ -251159,10 +177351,10 @@ ], "relative wind angle": [ 0.12899158980239525, - 0.06601993759854367, - 0.04766361778771777, + 0.06601993759854366, + 0.047663617787722434, 0.12406161954944626, - 0.11874859359675295, + 0.1187485935967539, 0.05217294041444436, 0.03713599968530049, 0.110499198737531 @@ -251170,7 +177362,7 @@ "resistance": [ 95213.19770794336, 93533.75587792609, - 93421.17929647017, + 93421.17929647016, 94816.19456282268, 97366.4181429821, 99656.0447976821, @@ -251180,7 +177372,7 @@ "fuel": [ 49.35105544291645, 48.50005644819598, - 48.4433875043858, + 48.44338750438578, 49.148940593354176, 50.45747943594081, 51.65292134165031, @@ -251218,7 +177410,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -321.98653802409353, + -321.9865380240999, -1516.0890209407835, -1810.074042174574, -1336.16532215588, @@ -251228,7 +177420,7 @@ 1161.042640849315 ], "relative wind speed": [ - 3.5953112291066516, + 3.595311229106651, 3.133403678013146, 2.9565048542332955, 3.2133216803851723, @@ -251238,10 +177430,10 @@ 4.0304346506253745 ], "relative wind angle": [ - 0.17699254210520507, + 0.17699254210520696, 0.1319605611862413, 0.016900704064907082, - 0.15086702979769198, + 0.150867029797692, 0.17222916074746536, 0.10090394165121165, 0.011833421973620192, @@ -251298,9 +177490,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -330.75514094281607, + -330.7551409428197, -1420.0669189680561, - -1677.5072900126252, + -1677.507290012641, -1223.9470601219218, -2.880911983952501, 1318.3214551749215, @@ -251308,29 +177500,29 @@ 1037.5604068032908 ], "relative wind speed": [ - 3.5492770651345116, + 3.5492770651345107, 3.1238660954129687, 2.9684107938583137, - 3.2110624678472353, + 3.2110624678472357, 3.6576706957870577, 4.0270812286119275, 4.14300132305249, 3.957903539942838 ], "relative wind angle": [ - 0.16625411770864376, + 0.1662541177086444, 0.12081385883531774, - 0.018506460692256126, - 0.1419162909254562, + 0.018506460692268127, + 0.141916290925457, 0.161283393763311, 0.09362599492190762, 0.013259288929714851, - 0.11500448478855214 + 0.11500448478855216 ], "resistance": [ 96303.74485905722, 95214.43308103197, - 94956.9927099874, + 94956.99270998739, 95410.55293987811, 96631.61908801607, 97952.82145517496, @@ -251340,7 +177532,7 @@ "fuel": [ 42.791370468932904, 42.23378303059607, - 42.10265175174621, + 42.1026517517462, 42.333845245236866, 42.96006438609201, 43.64388722889613, @@ -251378,32 +177570,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1339.2504336134607, + -1339.2504336134625, -1878.0834279495648, - -1608.7458364474842, + -1608.7458364474824, -407.6357481538789, - 1128.4764038400244, + 1128.4764038400217, 2143.075912507874, 1514.4558154417055, 42.764483913534605 ], "relative wind speed": [ - 3.363244215637072, + 3.3632442156370717, 3.092481414273173, - 3.248406142514389, + 3.2484061425143884, 3.701127858584741, - 4.142348606687619, + 4.14234860668762, 4.348220594187706, 4.233003799504305, 3.843451080442031 ], "relative wind angle": [ - 0.1477424054226827, - 0.023339057894086412, - 0.12128744897233516, + 0.14774240542268346, + 0.023339057894086416, + 0.12128744897233425, 0.17050052339529223, - 0.11980508296182196, - 0.016598137731159042, + 0.11980508296182382, + 0.016598137731159045, 0.09298185012726297, 0.1641284311509674 ], @@ -251412,7 +177604,7 @@ 94756.41657205044, 95025.75416355251, 96226.86425184613, - 97762.97640384003, + 97762.97640384002, 98777.57591250788, 98148.9558154417, 96677.26448391353 @@ -251422,7 +177614,7 @@ 42.46905868085643, 42.60605493580218, 43.22027527660529, - 44.01363094938563, + 44.01363094938562, 44.542455988709925, 44.214357993015376, 43.45198362933871 @@ -251458,13 +177650,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -849.3881166733245, + -849.3881166733318, -2869.739215867243, - -3282.3314059847016, + -3282.331405984767, -2315.5644432135086, 81.23589982036174, 2573.0082270227576, - 3544.1029880255774, + 3544.1029880255337, 1783.2161609463164 ], "relative wind speed": [ @@ -251478,33 +177670,33 @@ 6.14740266715194 ], "relative wind angle": [ - 0.12354808773339193, + 0.12354808773339375, 0.08225561934201824, - 0.019301410686565112, + 0.01930141068658237, 0.1058023023997118, 0.11947000062319495, 0.06758059676635997, - 0.015102351562135834, + 0.015102351562143186, 0.09124820430858532 ], "resistance": [ - 95785.11188332671, + 95785.1118833267, 93764.76078413278, - 93352.16859401533, + 93352.16859401527, 94318.93555678651, 96715.73589982039, 99207.50822702279, - 100178.60298802561, + 100178.60298802557, 98417.71616094635 ], "fuel": [ - 50.44253566392587, + 50.44253566392585, 49.41577460010093, - 49.207959061984106, + 49.20795906198407, 49.695899622322614, 50.92059683282746, 52.216485471295044, - 52.72777635829956, + 52.727776358299536, 51.8032397202364 ] }, @@ -251538,53 +177730,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1486.9786045693272, + -1486.9786045693363, -2977.736259073752, - -3009.4841856674684, + -3009.4841856674757, -1599.5375236095442, - 829.8675096120205, + 829.8675096120187, 2923.7369159335667, - 2998.3700701688376, + 2998.370070168854, 960.5585631039994 ], "relative wind speed": [ - 5.336936054578767, + 5.336936054578766, 4.932262661486736, 4.920227605862511, 5.310049004436601, - 5.827096373091343, + 5.827096373091344, 6.1733883427224, 6.1829846270604225, 5.851608168908689 ], "relative wind angle": [ - 0.11870059355044404, - 0.055272061701621966, - 0.050154771952832564, + 0.11870059355044499, + 0.05527206170162196, + 0.05015477195283478, 0.11727714239052438, - 0.10867447151864697, - 0.04415178054754207, - 0.03990547316533939, + 0.108674471518648, + 0.04415178054754206, + 0.03990547316533661, 0.10638002977002535 ], "resistance": [ 95147.52139543068, 93656.76374092627, - 93625.01581433255, + 93625.01581433254, 95034.96247639047, 97464.36750961203, 99558.23691593358, - 99632.87007016885, + 99632.87007016886, 97595.05856310402 ], "fuel": [ 49.42528269109695, 48.66973385470114, - 48.65373323676798, + 48.65373323676796, 49.3679467297179, 50.61592422104552, 51.70915943922488, - 51.74842744703772, + 51.74842744703773, 50.68368228869942 ] }, @@ -251618,9 +177810,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1409.1087228361675, + -1409.108722836173, -1969.9009666009952, - -1697.239549183687, + -1697.2395491836905, -453.0218219553881, 1141.4718085750055, 2192.0253460521517, @@ -251630,7 +177822,7 @@ "relative wind speed": [ 3.73793984334109, 3.4858717040193543, - 3.627921830164481, + 3.6279218301644804, 4.051147237462886, 4.471849775065293, 4.671009863648922, @@ -251638,10 +177830,10 @@ 4.190207720815896 ], "relative wind angle": [ - 0.12573571960885943, - 0.020157286075273843, - 0.10199569229240156, - 0.14682101843511317, + 0.12573571960886207, + 0.020157286075273846, + 0.10199569229240264, + 0.1468210184351132, 0.10501646676556266, 0.015042486905556613, 0.08106791801566691, @@ -251698,19 +177890,19 @@ ], "ice resistance": 74091.58553967069, "wind resistance": [ - 3291.554535922467, + 3291.5545359224197, 3239.180241925558, - 893.9155284669796, + 893.9155284669541, -1866.4171685756774, -3474.14725572518, -3452.101622004204, - -1786.0071578946336, + -1786.0071578946445, 986.9959129481867 ], "relative wind speed": [ - 7.898803384187392, + 7.89880338418739, 7.893479436134067, - 7.59341914531283, + 7.593419145312829, 7.153477233448392, 6.8296512711690065, 6.835803813682721, @@ -251718,19 +177910,19 @@ 7.606772959564795 ], "relative wind angle": [ - 0.027025835251074885, + 0.027025835251078996, 0.028791424469686546, - 0.07048801679888315, + 0.07048801679888474, 0.07403037707631917, 0.031257896923559604, 0.03324773441540165, - 0.07468268476587586, - 0.06961146069100427 + 0.07468268476587736, + 0.06961146069100428 ], "resistance": [ - 77383.14007559315, + 77383.14007559311, 77330.76578159624, - 74985.50106813767, + 74985.50106813764, 72225.16837109502, 70617.4382839455, 70639.48391766648, @@ -251738,9 +177930,9 @@ 75078.58145261888 ], "fuel": [ - 50.49651625974812, + 50.49651625974809, 50.473293702865426, - 49.44387441896521, + 49.44387441896519, 48.25848781205899, 47.58113625198983, 47.59035924233431, @@ -251778,7 +177970,7 @@ ], "ice resistance": 80530.4540268693, "wind resistance": [ - 3931.194765127286, + 3931.1947651270384, 2022.7778510026837, -939.3001165467831, -3263.763436172376, @@ -251788,9 +177980,9 @@ 2749.5483494220425 ], "relative wind speed": [ - 7.967402438525739, + 7.967402438525738, 7.755613656390544, - 7.317386068178534, + 7.317386068178533, 6.894392281540938, 6.755480219016937, 6.997604691590079, @@ -251798,17 +177990,17 @@ 7.847507226832209 ], "relative wind angle": [ - 0.008643637374651283, + 0.008643637374676973, 0.061567745933088364, 0.08290974706482958, - 0.055116460095288505, + 0.05511646009528851, 0.01019434156572676, - 0.06824687856152925, - 0.08137965191058527, + 0.06824687856152926, + 0.08137965191058526, 0.048416720176667524 ], "resistance": [ - 84461.64879199659, + 84461.64879199633, 82553.23187787198, 79591.15391032251, 77266.69059069692, @@ -251818,7 +178010,7 @@ 83280.00237629133 ], "fuel": [ - 53.729011131409415, + 53.729011131409294, 52.83915002947623, 51.48482676279096, 50.44489689645175, @@ -251858,53 +178050,53 @@ ], "ice resistance": 87484.72228056591, "wind resistance": [ - 2847.898268367964, + 2847.898268367877, 2843.1751964966024, - 805.9583401366835, + 805.9583401366763, -1619.7870842748598, - -3050.8511518788764, + -3050.851151878869, -3048.8681415178435, - -1612.507829520633, + -1612.507829520644, 814.3800491391157 ], "relative wind speed": [ - 7.8295200288666225, + 7.829520028866622, 7.829034721323473, - 7.567791009052074, + 7.567791009052073, 7.182662107062531, - 6.897757457737592, + 6.897757457737593, 6.898308282507361, 7.183939105498372, 7.569003031044855 ], "relative wind angle": [ - 0.024564701084075987, - 0.024725442923473895, + 0.02456470108408503, + 0.0247254429234739, 0.061621146067519436, 0.0648577421182402, 0.02788375798478387, 0.028062247495507342, - 0.06491819941046476, + 0.06491819941046646, 0.06154294109878714 ], "resistance": [ - 90332.62054893388, + 90332.62054893379, 90327.8974770625, 88290.6806207026, 85864.93519629104, 84433.87112868704, 84435.85413904807, - 85872.21445104528, + 85872.21445104526, 88299.10232970503 ], "fuel": [ - 56.551516470461706, + 56.55151647046166, 56.54919427596996, 55.55529465632064, 54.391985150235946, 53.71596170428276, 53.71689319032504, - 54.39544329292018, + 54.39544329292016, 55.55937157760966 ] }, @@ -251938,9 +178130,9 @@ ], "ice resistance": 72179.20306198738, "wind resistance": [ - 3137.1423722158033, + 3137.142372215465, 1527.2850926926112, - -890.7850499294764, + -890.7850499294836, -2731.361680192269, -3084.764986340211, -2190.929505516593, @@ -251948,9 +178140,9 @@ 2294.575037636685 ], "relative wind speed": [ - 7.8516458869497505, + 7.85164588694975, 7.666647524123623, - 7.304853031870451, + 7.30485303187045, 6.969325534076066, 6.871309883461025, 7.077129247756694, @@ -251958,8 +178150,8 @@ 7.764775865965447 ], "relative wind angle": [ - 0.009263118921019069, - 0.05194249657780476, + 0.009263118921055025, + 0.05194249657780477, 0.06715544769579683, 0.0423683447891333, 0.010584742761512817, @@ -251968,9 +178160,9 @@ 0.03802577302473154 ], "resistance": [ - 75316.34543420319, + 75316.34543420284, 73706.48815468, - 71288.41801205791, + 71288.4180120579, 69447.84138179512, 69094.43807564717, 69988.27355647078, @@ -251978,7 +178170,7 @@ 74473.77809962406 ], "fuel": [ - 49.587853699827704, + 49.587853699827555, 48.89109505724335, 47.86265680474223, 47.09441789385525, @@ -252018,17 +178210,17 @@ ], "ice resistance": 88438.966884854, "wind resistance": [ - 3372.1381400595565, + 3372.1381400594037, 2990.7436652910037, - 576.0425504341692, + 576.0425504341401, -2075.973444163388, -3458.996098299198, -3298.544191228091, - -1489.9676548557363, + -1489.967654855729, 1254.3102181933718 ], "relative wind speed": [ - 7.902184122587093, + 7.902184122587092, 7.863331306662134, 7.5449870847239175, 7.113538947171542, @@ -252038,19 +178230,19 @@ 7.642356941010842 ], "relative wind angle": [ - 0.020827084672441605, + 0.020827084672457596, 0.033708837126432974, - 0.07154601345935943, + 0.07154601345936253, 0.07002903923187542, - 0.02411922413369725, - 0.038593574153359414, - 0.0748062511137052, - 0.06517620318420081 + 0.024119224133697246, + 0.03859357415335942, + 0.07480625111370373, + 0.06517620318420082 ], "resistance": [ - 91811.10502491356, + 91811.10502491341, 91429.71055014501, - 89015.00943528817, + 89015.00943528814, 86362.99344069061, 84979.9707865548, 85140.42269362591, @@ -252058,9 +178250,9 @@ 89693.27710304738 ], "fuel": [ - 57.28252341995619, + 57.28252341995613, 57.093172095463615, - 55.9069046024146, + 55.906904602414585, 54.62905157961434, 53.97303574966859, 54.04877871200474, @@ -252098,54 +178290,54 @@ ], "ice resistance": 93450.28301172661, "wind resistance": [ - 2633.344691586037, + 2633.344691585982, 210.51254582890397, - -2248.944239566914, - -3345.8520643102092, + -2248.9442395669175, + -3345.852064310253, -3038.9146114776704, -1124.6907157726637, 1511.4589420683515, - 3363.8183390658087 + 3363.8183390657396 ], "relative wind speed": [ - 7.816106965514198, + 7.816106965514197, 7.486163148068505, - 7.0764930912525505, - 6.832906374856575, + 7.07649309125255, + 6.8329063748565755, 6.918304214679201, 7.274051321217675, 7.6731810113317716, - 7.890871420549946 + 7.890871420549947 ], "relative wind angle": [ - 0.03825087499233767, + 0.038250874992343475, 0.07072773027753261, 0.06353076781936354, - 0.015562017517672104, - 0.043217685546301225, + 0.015562017517679237, + 0.04321768554630122, 0.07279375426006143, 0.05858453904736084, - 0.013475410919343922 + 0.01347541091935216 ], "resistance": [ - 96083.62770331265, + 96083.6277033126, 93660.79555755551, 91201.3387721597, - 90104.4309474164, + 90104.43094741636, 90411.36840024895, 92325.59229595395, 94961.74195379496, - 96814.10135079242 + 96814.10135079235 ], "fuel": [ - 59.440701932265036, + 59.440701932265, 58.20851930539025, 56.980051197830996, - 56.43941727798271, + 56.43941727798269, 56.59024668511975, 57.53880902004447, 58.867427703060585, - 59.81648532697295 + 59.81648532697292 ] }, { @@ -252178,9 +178370,9 @@ ], "ice resistance": 87865.1519727093, "wind resistance": [ - 3502.785680910354, + 3502.785680910223, 2943.6367233993224, - 432.31844460067805, + 432.31844460065986, -2230.9635385088077, -3534.3896933793403, -3299.108683036906, @@ -252188,9 +178380,9 @@ 1426.3805760927498 ], "relative wind speed": [ - 7.917772563561001, + 7.917772563560999, 7.860872086942054, - 7.525426225031745, + 7.525426225031744, 7.087362986084358, 6.807285984269427, 6.872914583540638, @@ -252198,19 +178390,19 @@ 7.668086511209411 ], "relative wind angle": [ - 0.018161386743728265, + 0.01816138674374049, 0.03702940006999019, - 0.07386360638385915, + 0.07386360638386065, 0.06980990721916647, 0.021124501010941356, - 0.042355231962629795, + 0.04235523196262979, 0.07679541768815752, 0.06451537706795626 ], "resistance": [ - 91367.93765361965, + 91367.93765361952, 90808.78869610862, - 88297.47041730997, + 88297.47041730996, 85634.18843420049, 84330.76227932995, 84566.0432896724, @@ -252218,9 +178410,9 @@ 89291.53254880205 ], "fuel": [ - 57.062554572380265, + 57.0625545723802, 56.78606027143722, - 55.55858155363721, + 55.5585815536372, 54.28246688089985, 53.66754820250949, 53.77807938713248, @@ -252258,53 +178450,53 @@ ], "ice resistance": 85078.679525283, "wind resistance": [ - 2648.097519120194, + 2648.0975191200887, 3061.188875055068, - 1182.39759422906, + 1182.3975942290563, -1300.315264954741, -2969.2494828867166, -3142.690089253236, - -1936.9264569003572, + -1936.926456900328, 445.8649812171061 ], "relative wind speed": [ - 7.809442577993877, + 7.8094425779938765, 7.851879113708407, - 7.621997388739457, + 7.621997388739456, 7.238759978727152, 6.9211690463074556, 6.872988340617041, - 7.127070236260971, + 7.12707023626097, 7.516004810863694 ], "relative wind angle": [ - 0.03175082920506868, - 0.017694614150064545, + 0.03175082920507917, + 0.01769461415006455, 0.05833663177227381, 0.06767828235355032, - 0.035827424793813734, + 0.03582742479381374, 0.020215105429623927, - 0.062392812306694044, + 0.062392812306690484, 0.0651782065461838 ], "resistance": [ - 87726.77704440319, + 87726.77704440309, 88139.86840033808, 86261.07711951206, 83778.36426032826, 82109.43004239628, 81935.98943602978, - 83141.75306838265, + 83141.75306838268, 85524.54450650011 ], "fuel": [ - 55.28291127094797, + 55.28291127094793, 55.482331641953515, 54.58046619720552, 53.408850151598244, 52.63415530767276, 52.55424123257007, - 53.11212183673476, + 53.11212183673477, 54.23049652823419 ] }, @@ -252338,9 +178530,9 @@ ], "ice resistance": 93178.60355500029, "wind resistance": [ - 3307.1759498775027, + 3307.175949877277, 2634.000384796793, - 252.20319268405, + 252.2031926840209, -2191.901726408185, -3307.507446322532, -3024.6882037924806, @@ -252348,7 +178540,7 @@ 1451.3667665051216 ], "relative wind speed": [ - 7.883533063667735, + 7.883533063667734, 7.814583749005405, 7.491388183711009, 7.085718608335222, @@ -252358,9 +178550,9 @@ 7.663809748732336 ], "relative wind angle": [ - 0.014218617355583673, + 0.014218617355607099, 0.03706502775461206, - 0.06968556037773865, + 0.06968556037774185, 0.06328203314145156, 0.016387040759812427, 0.04186482193808987, @@ -252368,9 +178560,9 @@ 0.05850291033918461 ], "resistance": [ - 96485.77950487779, + 96485.77950487756, 95812.60393979707, - 93430.80674768434, + 93430.80674768431, 90986.70182859211, 89871.09610867775, 90153.9153512078, @@ -252378,9 +178570,9 @@ 94629.9703215054 ], "fuel": [ - 59.64733844194987, + 59.647338441949756, 59.30178201339166, - 58.09268876379526, + 58.09268876379525, 56.87391057605571, 56.32499082331542, 56.46371026636966, @@ -252418,9 +178610,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1179.6491621765945, + 1179.6491621765854, 432.9440809816879, - -511.7660104120905, + -511.7660104120923, -1124.4332485243476, -1170.5949890811016, -676.3265723692757, @@ -252428,9 +178620,9 @@ 1070.9180820077754 ], "relative wind speed": [ - 3.939606140556469, + 3.9396061405564686, 3.7536247891888572, - 3.448644380585587, + 3.4486443805855864, 3.196490785518238, 3.169298905988904, 3.3875142863462, @@ -252438,14 +178630,14 @@ 3.9175756222834677 ], "relative wind angle": [ - 0.03177987928898016, + 0.03177987928898365, 0.0963308290228033, - 0.11198668648607031, - 0.05759520718358979, - 0.039507698148228985, - 0.10677971135662467, - 0.10441990074897156, - 0.0469853086006724 + 0.11198668648607131, + 0.0575952071835898, + 0.03950769814822899, + 0.10677971135662469, + 0.10441990074897158, + 0.04698530860067239 ], "resistance": [ 97814.14916217657, @@ -252498,51 +178690,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1222.9146868670596, + 1222.9146868670477, 345.6869079545777, - -661.1970335460769, - -1240.9070660544617, - -1222.0061726784684, + -661.1970335460787, + -1240.9070660544635, + -1222.0061726784706, -595.0239085560852, 422.65016611019564, 1267.1579678028138 ], "relative wind speed": [ - 3.7532839098375512, + 3.7532839098375503, 3.51311657892737, - 3.1533996364688965, - 2.8805752823781146, + 3.153399636468896, + 2.880575282378115, 2.892692996075783, 3.1800667886472107, 3.5370727459453204, 3.7625920480359785 ], "relative wind angle": [ - 0.051565619075854115, + 0.051565619075858424, 0.12602908398696724, - 0.13711954660548537, - 0.05835394037684479, - 0.06692695885426836, + 0.13711954660548617, + 0.05835394037684669, + 0.06692695885427001, 0.1393100581563266, 0.12216686951340668, - 0.044664264374249356 + 0.04466426437424935 ], "resistance": [ - 97857.41468686708, + 97857.41468686707, 96980.18690795459, 95973.30296645394, 95393.59293394555, - 95412.49382732155, + 95412.49382732154, 96039.47609144392, 97057.15016611021, 97901.65796780284 ], "fuel": [ - 42.95687006284298, + 42.956870062842974, 42.50242469597577, 41.98434088679736, 41.6877671249437, - 41.69741690876497, + 41.69741690876496, 42.01827390409659, 42.54218070248517, 42.97986602075769 @@ -252578,9 +178770,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1275.8112417875454, + 1275.8112417875427, 278.9778418284677, - -799.6232847868405, + -799.6232847868423, -1366.5927574303178, -1295.4476771148406, -551.697530904742, @@ -252588,9 +178780,9 @@ 1442.111125710795 ], "relative wind speed": [ - 3.823685844138617, + 3.8236858441386166, 3.5485715391129307, - 3.1601431843336862, + 3.160143184333686, 2.8860843538014422, 2.931203654850099, 3.25885997438833, @@ -252598,17 +178790,17 @@ 3.8578550262568356 ], "relative wind angle": [ - 0.06291574592511788, - 0.1374888716403709, - 0.1420519375611804, + 0.0629157459251179, + 0.13748887164037094, + 0.14205193756118037, 0.05073421706878855, - 0.08211020229038758, - 0.1497999855513066, - 0.12333299529834424, + 0.0821102022903876, + 0.14979998555130664, + 0.12333299529834425, 0.037947396956977415 ], "resistance": [ - 97910.31124178754, + 97910.31124178752, 96913.47784182845, 95834.87671521315, 95267.90724256966, @@ -252618,7 +178810,7 @@ 98076.61112571078 ], "fuel": [ - 43.11810188144792, + 43.11810188144791, 42.60172077840484, 42.04714714238158, 41.75736992264055, @@ -252658,19 +178850,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1065.3362555048361, + 1065.3362555048234, -28.174758468640903, - -1048.7091896221445, + -1048.7091896221482, -1425.4977400566822, - -1220.800463000056, + -1220.8004630000532, -317.39292282294355, - 820.2229528724038, + 820.2229528724001, 1548.0762066483157 ], "relative wind speed": [ - 4.223167978954331, + 4.22316797895433, 3.936462475339085, - 3.5994722943000537, + 3.599472294300053, 3.421135114439005, 3.5317214152172314, 3.84869680715648, @@ -252678,19 +178870,19 @@ 4.313239903126375 ], "relative wind angle": [ - 0.06734442026828233, - 0.11356444568370275, - 0.09645895886215805, - 0.012912415828776901, - 0.0805554664683643, + 0.06734442026828563, + 0.11356444568370273, + 0.0964589588621592, + 0.012912415828776903, + 0.08055546646836292, 0.11616574857592522, - 0.08331735929272707, - 0.010241643150352834 + 0.0833173592927284, + 0.010241643150352836 ], "resistance": [ - 97699.83625550484, + 97699.83625550482, 96606.32524153136, - 95585.79081037786, + 95585.79081037785, 95209.00225994331, 95413.69953699995, 96317.10707717706, @@ -252698,9 +178890,9 @@ 98182.57620664831 ], "fuel": [ - 44.4202322261945, + 44.42023222619449, 43.85482315835624, - 43.331161244678334, + 43.33116124467833, 43.13880110886274, 43.24323873380568, 43.70602451645769, @@ -252738,17 +178930,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 680.7806480227637, + 680.7806480227573, -207.92646296229077, - -928.8668375962243, + -928.866837596227, -1104.8953918728525, - -829.5933342991816, + -829.5933342991807, -41.48195441942062, 822.4462002080581, 1236.0152341275534 ], "relative wind speed": [ - 3.4544026876994893, + 3.454402687699489, 3.155180889614677, 2.844823022221088, 2.727136586579198, @@ -252758,12 +178950,12 @@ 3.587155446279702 ], "relative wind angle": [ - 0.0945638388073919, + 0.09456383880739426, 0.13671910895678063, - 0.0992836350425884, + 0.09928363504259063, 0.01145920583491668, - 0.11296881140779871, - 0.13407126737162356, + 0.11296881140779774, + 0.1340712673716236, 0.0807791506325525, 0.008711786068083554 ], @@ -252818,37 +179010,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 416.00988917174664, + 416.0098891717407, -516.8154253948542, - -1097.7390668754838, - -1119.9569828901367, - -592.9528625308621, + -1097.7390668754865, + -1119.9569828901363, + -592.9528625308617, 327.154875677621, 1139.029882012232, 1190.694046098693 ], "relative wind speed": [ - 3.0961003357621357, + 3.0961003357621353, 2.7164399186667216, - 2.4002757912735904, - 2.383340302817792, + 2.40027579127359, + 2.3833403028177917, 2.680198397477315, 3.0643522818403746, 3.3178271300313877, 3.3300134744338155 ], "relative wind angle": [ - 0.14914551859247138, - 0.17549071027777585, - 0.08787597069139427, - 0.07406275623083591, - 0.17250556214845172, + 0.14914551859247363, + 0.17549071027777588, + 0.08787597069139681, + 0.07406275623083441, + 0.17250556214845109, 0.15539367317955363, 0.06353465174024554, - 0.05298415894401103 + 0.05298415894401104 ], "resistance": [ - 97050.50988917176, + 97050.50988917175, 96117.68457460515, 95536.76093312453, 95514.54301710989, @@ -252898,9 +179090,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 327.2241175857607, + 327.22411758575345, -691.4298721777386, - -1270.1297422362732, + -1270.1297422362813, -1245.278132294974, -603.4648372953488, 429.38073571837594, @@ -252908,9 +179100,9 @@ 1218.5171279287706 ], "relative wind speed": [ - 3.7380123051191614, + 3.738012305119161, 3.398454033724976, - 3.146673032217674, + 3.1466730322176737, 3.161369981525946, 3.431225599768773, 3.7678316430527086, @@ -252918,19 +179110,19 @@ 3.968851842742114 ], "relative wind angle": [ - 0.11187496480738282, - 0.11924768504574129, - 0.04910189020387672, + 0.1118749648073858, + 0.11924768504574128, + 0.04910189020388125, 0.05883092561838704, - 0.1219255171508306, - 0.10750954934038412, - 0.038810134221392484, - 0.04685160421073216 + 0.12192551715083058, + 0.10750954934038413, + 0.03881013422139248, + 0.046851604210732166 ], "resistance": [ - 96961.72411758573, + 96961.72411758572, 95943.07012782223, - 95364.3702577637, + 95364.37025776369, 95389.221867705, 96031.03516270462, 97063.88073571835, @@ -252938,9 +179130,9 @@ 97853.01712792875 ], "fuel": [ - 43.14402124521558, + 43.144021245215576, 42.61997354440294, - 42.32398058624173, + 42.32398058624172, 42.33666606002452, 42.6650749388955, 43.19678885996815, @@ -252965,68 +179157,7 @@ "id": "4667", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.778233901715428, - 12.778233901715428, - 12.778233901715428, - 12.778233901715428, - 12.778233901715428, - 12.778233901715428, - 12.778233901715428, - 12.778233901715428 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 480.9069391422845, - -795.4827963150892, - -1548.8788803927696, - -1540.9025504312276, - -767.816386912601, - 513.1296690483105, - 1596.9389474706486, - 1578.3237828505426 - ], - "relative wind speed": [ - 3.7939617050220167, - 3.3701304713178453, - 3.0383356293698487, - 3.0431583569673464, - 3.380619292691785, - 3.8032818496120457, - 4.07323567015158, - 4.069633820838586 - ], - "relative wind angle": [ - 0.1370575288759423, - 0.15318389651352135, - 0.06879941743393896, - 0.07197593506027165, - 0.15394149855613326, - 0.13562311108395075, - 0.051301352829516006, - 0.05380108386004681 - ], - "resistance": [ - 97115.4069391423, - 95839.01720368493, - 95085.62111960724, - 95093.59744956878, - 95866.68361308741, - 97147.62966904833, - 98231.43894747067, - 98212.82378285055 - ], - "fuel": [ - 43.19371765984551, - 42.53695965346944, - 42.15214978996573, - 42.15621277401168, - 42.55113094703205, - 43.21037610799809, - 43.77293227839644, - 43.76323310004932 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -54.6875, -69.6875 -54.375, -69.375 -54.375, -69.375 -54.6875, -69.6875 -54.6875))", @@ -253045,68 +179176,7 @@ "id": "4669", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.119646069611472, - 15.119646069611472, - 15.119646069611472, - 15.119646069611472, - 15.119646069611472, - 15.119646069611472, - 15.119646069611472, - 15.119646069611472 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -444.41491502735516, - -1500.3407429563313, - -1716.496734394109, - -1214.8759477195372, - 35.23662446423987, - 1335.9412284046966, - 1845.2307091283592, - 929.2778472165328 - ], - "relative wind speed": [ - 4.161658148210267, - 3.8158965149626907, - 3.708170684691809, - 3.919514077848605, - 4.29568681475905, - 4.605568101782368, - 4.6927384250831565, - 4.517713265204672 - ], - "relative wind angle": [ - 0.11858352191210136, - 0.07881324646035809, - 0.018196863222736122, - 0.10116808610741539, - 0.11486700010374029, - 0.06527868331974442, - 0.014378742188539054, - 0.08773508813385432 - ], - "resistance": [ - 96190.08508497264, - 95134.15925704366, - 94918.00326560589, - 95419.62405228046, - 96669.73662446425, - 97970.4412284047, - 98479.73070912836, - 97563.77784721654 - ], - "fuel": [ - 44.702263526455546, - 44.16214639495922, - 44.0520919237812, - 44.307755427947534, - 44.948980671539225, - 45.622329244669196, - 45.88769320117659, - 45.41113136602817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -55, -70 -54.6875, -69.6875 -54.6875, -69.6875 -55, -70 -55))", @@ -253125,68 +179195,7 @@ "id": "4670", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.126777827873942, - 12.126777827873942, - 12.126777827873942, - 12.126777827873942, - 12.126777827873942, - 12.126777827873942, - 12.126777827873942, - 12.126777827873942 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -487.5490011285874, - -1181.7771871939794, - -1259.418670998561, - -760.4056154422769, - 219.27365972678945, - 1137.6287362458343, - 1319.6199520599675, - 536.4590271727411 - ], - "relative wind speed": [ - 3.274787203261448, - 2.973942088753859, - 2.9250930731386178, - 3.1667880370257695, - 3.5212162718577837, - 3.778738375778256, - 3.8166773210893052, - 3.6186528969205427 - ], - "relative wind angle": [ - 0.1366477267041769, - 0.0765906162998666, - 0.04250434762204036, - 0.12770887418375695, - 0.12703080102844264, - 0.060255874783651596, - 0.03257118928788152, - 0.11169026024474633 - ], - "resistance": [ - 96146.95099887143, - 95452.72281280604, - 95375.08132900145, - 95874.09438455774, - 96853.77365972681, - 97772.12873624585, - 97954.11995205998, - 97170.95902717275 - ], - "fuel": [ - 42.206707089331005, - 41.851246341349814, - 41.811603621057785, - 42.06678433507985, - 42.57045896345294, - 43.04584849662313, - 43.14042942561993, - 42.734296245865586 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -54.6875, -69.375 -54.375, -69.0625 -54.375, -69.0625 -54.6875, -69.375 -54.6875))", @@ -253205,68 +179214,7 @@ "id": "4672", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.000565235928013, - 15.000565235928013, - 15.000565235928013, - 15.000565235928013, - 15.000565235928013, - 15.000565235928013, - 15.000565235928013, - 15.000565235928013 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -272.0328139264784, - -1463.7907033007577, - -1778.1229269287332, - -1390.4470219327723, - -148.9226080160097, - 1253.8066898125035, - 1994.269328080034, - 1149.2470914304013 - ], - "relative wind speed": [ - 4.182367855035661, - 3.8005163992454025, - 3.642338217493802, - 3.8275258304475916, - 4.217057030273006, - 4.564191710530719, - 4.691390324924441, - 4.541565466737989 - ], - "relative wind angle": [ - 0.12574590108110192, - 0.09447977744160233, - 0.004799538276546695, - 0.10030079573526758, - 0.1247061068993926, - 0.07863555536954629, - 0.0037262972850664344, - 0.08449000379152004 - ], - "resistance": [ - 96362.46718607354, - 95170.70929669926, - 94856.37707307129, - 95244.05297806724, - 96485.577391984, - 97888.30668981251, - 98628.76932808004, - 97783.74709143041 - ], - "fuel": [ - 44.68114788182105, - 44.07108796288668, - 43.911062342192736, - 44.10847991906683, - 44.7444690684543, - 45.46993879409482, - 45.85584709209361, - 45.41560965956928 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -54.6875, -69.0625 -54.375, -68.75 -54.375, -68.75 -54.6875, -69.0625 -54.6875))", @@ -253285,68 +179233,7 @@ "id": "4673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.233597603682357, - 15.233597603682357, - 15.233597603682357, - 15.233597603682357, - 15.233597603682357, - 15.233597603682357, - 15.233597603682357, - 15.233597603682357 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -602.8325354790977, - -1798.4354363826478, - -2008.2699800991413, - -1341.1014974269701, - 164.01994643000762, - 1674.7515869377394, - 2166.901615192456, - 1022.126437485621 - ], - "relative wind speed": [ - 4.163873459193578, - 3.7643779816027756, - 3.6593806317217563, - 3.9314148998279443, - 4.376732524695531, - 4.724731546715497, - 4.806512578687804, - 4.5866770828471495 - ], - "relative wind angle": [ - 0.13823318531429618, - 0.08771238135197117, - 0.029354541941165685, - 0.12282210915999732, - 0.13147029816738018, - 0.0698510918156828, - 0.02234737854558845, - 0.10520496529727463 - ], - "resistance": [ - 96031.66746452088, - 94836.06456361734, - 94626.23001990085, - 95293.39850257302, - 96798.51994643, - 98309.25158693772, - 98801.40161519244, - 97656.62643748561 - ], - "fuel": [ - 44.72680166913332, - 44.116253738062326, - 44.0096480781543, - 44.3491682263994, - 45.121203353443555, - 45.9045929826228, - 46.16163124622585, - 45.56513239105726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -55, -69.0625 -54.6875, -68.75 -54.6875, -68.75 -55, -69.0625 -55))", @@ -253365,68 +179252,7 @@ "id": "4675", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.032752266499973, - 17.032752266499973, - 17.032752266499973, - 17.032752266499973, - 17.032752266499973, - 17.032752266499973, - 17.032752266499973, - 17.032752266499973 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1006.9335728240021, - -2212.6273111794026, - -2299.0560116754414, - -1312.4526646405593, - 505.0330052779045, - 2142.866685652036, - 2345.8421681601412, - 859.9043152055965 - ], - "relative wind speed": [ - 4.578314509469405, - 4.201798027183243, - 4.163290710534522, - 4.492583246403653, - 4.953420538564285, - 5.27657389962915, - 5.307009444033949, - 5.031305452228255 - ], - "relative wind angle": [ - 0.12533498934413456, - 0.06456588888738815, - 0.04539371867983154, - 0.12010399963499686, - 0.11579935909483897, - 0.051401495565108625, - 0.03560616896480328, - 0.10719148715289228 - ], - "resistance": [ - 95627.56642717603, - 94421.87268882063, - 94335.4439883246, - 95322.04733535947, - 97139.53300527793, - 98777.36668565206, - 98980.34216816018, - 97494.40431520563 - ], - "fuel": [ - 46.304227777577445, - 45.690362460435296, - 45.64656604274151, - 46.1481645085681, - 47.08167335684949, - 47.93343732486152, - 48.039690950113894, - 47.265378965472166 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -54.0625, -68.4375 -53.75, -68.125 -53.75, -68.125 -54.0625, -68.4375 -54.0625))", @@ -253445,68 +179271,7 @@ "id": "4677", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.159176313842957, - 14.159176313842957, - 14.159176313842957, - 14.159176313842957, - 14.159176313842957, - 14.159176313842957, - 14.159176313842957, - 14.159176313842957 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 623.6937161473006, - -655.7616429478994, - -1501.8035867106928, - -1579.029149687277, - -929.0303189955612, - 306.3235066937823, - 1439.979368390531, - 1621.4107310099698 - ], - "relative wind speed": [ - 4.189017004958877, - 3.8180582889597923, - 3.5033674256860103, - 3.4620152734753304, - 3.7258817154399018, - 4.105178306406366, - 4.376811020129404, - 4.409592755743727 - ], - "relative wind angle": [ - 0.1046298624666229, - 0.12449797830856107, - 0.06655679618303523, - 0.04177992387654024, - 0.11769258364573278, - 0.11574988134365564, - 0.05326046553015677, - 0.03279817298755434 - ], - "resistance": [ - 97258.19371614732, - 95978.73835705212, - 95132.69641328932, - 95055.47085031273, - 95705.46968100446, - 96940.82350669379, - 98074.47936839054, - 98255.91073100998 - ], - "fuel": [ - 44.394767896372215, - 43.73575999540567, - 43.30333565062854, - 43.263997197056796, - 43.595797188850355, - 44.230732226007106, - 44.81839424143527, - 44.91288814680303 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -54.375, -68.75 -54.0625, -68.4375 -54.0625, -68.4375 -54.375, -68.75 -54.375))", @@ -253525,68 +179290,7 @@ "id": "4678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.572083766648829, - 14.572083766648829, - 14.572083766648829, - 14.572083766648829, - 14.572083766648829, - 14.572083766648829, - 14.572083766648829, - 14.572083766648829 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 451.745206122353, - -997.896863783355, - -1808.2477339677307, - -1759.1485021081035, - -825.5430728695274, - 652.1284363993209, - 1853.1225640347075, - 1738.0887277432412 - ], - "relative wind speed": [ - 4.26743091700917, - 3.8400592026251767, - 3.5248743670915705, - 3.55060777451324, - 3.896873832597334, - 4.318626820988501, - 4.57950357515401, - 4.55958076254755 - ], - "relative wind angle": [ - 0.12401874846753662, - 0.13199421168531617, - 0.053034049654935723, - 0.06796976728570255, - 0.13588168350815774, - 0.11729557478659781, - 0.040812857398206066, - 0.0529129278757614 - ], - "resistance": [ - 97086.24520612236, - 95636.60313621664, - 94826.25226603227, - 94875.3514978919, - 95808.95692713048, - 97286.62843639932, - 98487.62256403471, - 98372.58872774325 - ], - "fuel": [ - 44.667284545021474, - 43.9220052624548, - 43.50880099273669, - 43.53376753592511, - 44.01020493560061, - 44.77091925122981, - 45.395183780705565, - 45.33515794221013 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -54.375, -68.4375 -54.0625, -68.125 -54.0625, -68.125 -54.375, -68.4375 -54.375))", @@ -253605,68 +179309,7 @@ "id": "4679", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.621006011496446, - 15.621006011496446, - 15.621006011496446, - 15.621006011496446, - 15.621006011496446, - 15.621006011496446, - 15.621006011496446, - 15.621006011496446 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 802.655903009374, - -733.4608646814868, - -1780.1953701598823, - -1901.087728504307, - -1161.9211874682524, - 305.1449741913566, - 1683.6894105924293, - 1967.876985161105 - ], - "relative wind speed": [ - 4.629847678887172, - 4.2296798690175885, - 3.8812481232913223, - 3.822652088966927, - 4.098825726157335, - 4.51061748197888, - 4.813706977845008, - 4.860369622757402 - ], - "relative wind angle": [ - 0.10106553140190705, - 0.12304732479777994, - 0.06885979768257847, - 0.03701720919507544, - 0.11421294775696354, - 0.1153481664476183, - 0.05550565808701442, - 0.029111280167759445 - ], - "resistance": [ - 97437.15590300936, - 95901.0391353185, - 94854.3046298401, - 94733.41227149568, - 95472.57881253173, - 96939.64497419134, - 98318.18941059241, - 98602.37698516109 - ], - "fuel": [ - 45.817543450768405, - 45.026047785264886, - 44.49174003080612, - 44.43029290717254, - 44.80684647941569, - 45.56023585422332, - 46.27546471510226, - 46.42378862540086 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -54.0625, -68.125 -53.75, -67.8125 -53.75, -67.8125 -54.0625, -68.125 -54.0625))", @@ -253685,68 +179328,7 @@ "id": "4680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.570409704582584, - 13.570409704582584, - 13.570409704582584, - 13.570409704582584, - 13.570409704582584, - 13.570409704582584, - 13.570409704582584, - 13.570409704582584 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 573.3842497337564, - -666.1315061480309, - -1465.800184062592, - -1522.311514164433, - -865.1435886669806, - 342.1090432809606, - 1429.910148527756, - 1562.4550790473195 - ], - "relative wind speed": [ - 4.020293553171214, - 3.642682078521713, - 3.3278376873181363, - 3.296127581243922, - 3.5723990923510613, - 3.9567237461715026, - 4.224960574439221, - 4.249745697905206 - ], - "relative wind angle": [ - 0.1120107686879117, - 0.1313899704497577, - 0.06782528191566126, - 0.04803736124025449, - 0.12612497353866864, - 0.12090830564216055, - 0.053407781181096584, - 0.03725234566811788 - ], - "resistance": [ - 97207.88424973378, - 95968.36849385199, - 95168.69981593742, - 95112.18848583558, - 95769.35641133304, - 96976.60904328097, - 98064.41014852776, - 98196.95507904733 - ], - "fuel": [ - 43.87279232512012, - 43.23449601456745, - 42.82573558291109, - 42.796939144237115, - 43.132546149805556, - 43.75326188722809, - 44.31720586227033, - 44.38622149255307 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -54.375, -68.125 -54.0625, -67.8125 -54.0625, -67.8125 -54.375, -68.125 -54.375))", @@ -253765,68 +179347,7 @@ "id": "4682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.727052419361534, - 12.727052419361534, - 12.727052419361534, - 12.727052419361534, - 12.727052419361534, - 12.727052419361534, - 12.727052419361534, - 12.727052419361534 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 784.1341670394286, - -559.7075571379282, - -1503.3340324055562, - -1636.9609337683796, - -1022.0077343702187, - 245.44986161944416, - 1472.8221598968494, - 1784.5183262199507 - ], - "relative wind speed": [ - 3.8700487542725206, - 3.4462394937629632, - 3.055682014805427, - 2.9743379152401968, - 3.2699203512135737, - 3.713904928152494, - 4.0413443169472245, - 4.101581454718605 - ], - "relative wind angle": [ - 0.12817171799871352, - 0.16440984130016398, - 0.0993255580771125, - 0.045581487373108666, - 0.1518631192810827, - 0.1524642555727467, - 0.07504758727992673, - 0.03304883254235187 - ], - "resistance": [ - 97418.63416703945, - 96074.79244286209, - 95131.16596759445, - 94997.53906623163, - 95612.4922656298, - 96879.94986161946, - 98107.32215989687, - 98419.01832621997 - ], - "fuel": [ - 43.31126958270059, - 42.618456955311316, - 42.135989787503576, - 42.06793545669802, - 42.3816733093951, - 43.03274592584552, - 43.66892445015967, - 43.831377096728964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -52.8125, -66.5625 -52.5, -66.25 -52.5, -66.25 -52.8125, -66.5625 -52.8125))", @@ -253858,9 +179379,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3242.642463133645, + 3242.6424631335176, 1198.616773084741, - -1434.9297564687186, + -1434.9297564687222, -3162.6034914253723, -3309.565278149428, -1969.4218829881283, @@ -253868,9 +179389,9 @@ 2893.8871207660122 ], "relative wind speed": [ - 7.48358764704306, + 7.483587647043059, 7.2180410980492935, - 6.783789293024999, + 6.783789293024998, 6.428444039685219, 6.384795643924821, 6.683530668181915, @@ -253878,19 +179399,19 @@ 7.446126960661658 ], "relative wind angle": [ - 0.022796859385527862, + 0.022796859385542472, 0.0706073761002687, 0.08110014194364328, 0.041698126386835725, - 0.026720952423038527, + 0.026720952423038524, 0.07626471339280196, 0.07722037028600533, 0.035996469224195304 ], "resistance": [ - 99877.14246313366, + 99877.14246313352, 97833.11677308475, - 95199.5702435313, + 95199.57024353129, 93471.89650857465, 93324.93472185059, 94665.07811701189, @@ -253898,7 +179419,7 @@ 99528.38712076603 ], "fuel": [ - 58.90573802205614, + 58.905738022056084, 57.835911704663324, 56.48045405860418, 55.60525785934483, @@ -253938,50 +179459,50 @@ ], "ice resistance": 93087.87798349006, "wind resistance": [ - 2503.9614392295043, + 2503.961439229475, 199.3829452158825, - -2143.47915434495, - -3189.8028659854717, - -2900.1761831822623, + -2143.4791543449537, + -3189.8028659853735, + -2900.1761831822805, -1080.2178485858713, 1429.5207103872017, 3193.8602257081 ], "relative wind speed": [ - 7.794172253612637, + 7.794172253612636, 7.479907511468801, - 7.090178827729615, - 6.858592984884056, + 7.0901788277296145, + 6.858592984884055, 6.939041027682612, 7.276702214789351, 7.6569429731233045, 7.865056501421136 ], "relative wind angle": [ - 0.03642771901524443, + 0.036427719015247474, 0.06733514504313513, - 0.0603855893093766, - 0.014849055572068066, - 0.040919250555610756, + 0.06038558930937659, + 0.014849055572053111, + 0.040919250555613476, 0.06921847806017761, 0.05591101941838353, 0.01294876034525161 ], "resistance": [ - 95591.83942271957, + 95591.83942271954, 93287.26092870595, 90944.39882914511, - 89898.07511750459, - 90187.7018003078, + 89898.07511750469, + 90187.70180030778, 92007.66013490419, 94517.39869387727, 96281.73820919817 ], "fuel": [ - 59.188825707619586, + 59.18882570761958, 58.020493745816744, 56.85301144255694, - 56.3382108613247, + 56.338210861324754, 56.480302016015465, 57.380318700026216, 58.64166683480728, @@ -254018,9 +179539,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 960.7833569580889, + 960.7833569580762, -690.2292472049776, - -1886.237223967497, + -1886.2372239675042, -2077.7647202459775, -1382.7663254070267, 158.45197233741237, @@ -254028,7 +179549,7 @@ 2130.1806439286265 ], "relative wind speed": [ - 5.447309364678839, + 5.447309364678837, 5.091588183361512, 4.7707661175210605, 4.694087837245092, @@ -254038,10 +179559,10 @@ 5.640113164341351 ], "relative wind angle": [ - 0.07402259775071976, - 0.09305141932883415, - 0.055827802293213886, - 0.020586523087756322, + 0.07402259775072127, + 0.09305141932883416, + 0.05582780229321588, + 0.02058652308775632, 0.08203121625529933, 0.08965309786033464, 0.047764128200962985, @@ -254085,68 +179606,7 @@ "id": "4697", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.067188282417387, - 21.067188282417387, - 21.067188282417387, - 21.067188282417387, - 21.067188282417387, - 21.067188282417387, - 21.067188282417387, - 21.067188282417387 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1881.6598696803449, - -360.9177905909146, - -2300.698195797737, - -2842.6481385804655, - -2310.2451304050173, - -376.9903491037967, - 1868.0772145123847, - 3142.671880012862 - ], - "relative wind speed": [ - 6.285761262059147, - 5.883496520733689, - 5.450612221102986, - 5.259828826388146, - 5.44815467445197, - 5.880276582854824, - 6.283630353189071, - 6.4441744791286135 - ], - "relative wind angle": [ - 0.06648247689704193, - 0.10082053349118977, - 0.07710877622545394, - 0.0003076508464965037, - 0.07672233688434561, - 0.1008759290503141, - 0.06687006219619127, - 0.0002511090883798359 - ], - "resistance": [ - 98516.15986968034, - 96273.58220940908, - 94333.80180420226, - 93791.85186141953, - 94324.25486959498, - 96257.5096508962, - 98502.57721451239, - 99777.17188001286 - ], - "fuel": [ - 52.573465431188474, - 51.41190411201721, - 50.42227325189835, - 50.148285347385766, - 50.4174372523733, - 51.403646741016615, - 52.56637385599032, - 53.23483676826842 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -52.8125, -65.625 -52.5, -65.3125 -52.5, -65.3125 -52.8125, -65.625 -52.8125))", @@ -254165,68 +179625,7 @@ "id": "4700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96168.01186683407, - "wind resistance": [ - 2132.107593869896, - -382.8455286777935, - -2599.9665165321894, - -3253.631166742507, - -2693.322393646242, - -540.6338286135688, - 1999.5305230779304, - 3467.6606371207745 - ], - "relative wind speed": [ - 7.7525102648241155, - 7.392618634370254, - 7.006556890963176, - 6.832340206054239, - 6.987862447595112, - 7.367552288207726, - 7.735618755239276, - 7.8899153545173055 - ], - "relative wind angle": [ - 0.04710212508692401, - 0.07159037066399448, - 0.054661033792527, - 0.001839117467331773, - 0.05226074679766769, - 0.07183435899455927, - 0.04950494168626533, - 0.001592599397998204 - ], - "resistance": [ - 98300.11946070397, - 95785.16633815628, - 93568.04535030188, - 92914.38070009157, - 93474.68947318783, - 95627.3780382205, - 98167.542389912, - 99635.67250395485 - ], - "fuel": [ - 60.587077589946304, - 59.28773342945608, - 58.161783320972376, - 57.83331541785215, - 58.114774469947406, - 59.206997137618416, - 60.51799433865159, - 61.286655532345776 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -53.125, -65.625 -52.8125, -65.3125 -52.8125, -65.3125 -53.125, -65.625 -53.125))", @@ -254245,68 +179644,7 @@ "id": "4702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.24668668484291, - 24.24668668484291, - 24.24668668484291, - 24.24668668484291, - 24.24668668484291, - 24.24668668484291, - 24.24668668484291, - 24.24668668484291 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1748.7251295347232, - -779.5439071588335, - -2774.528234671212, - -3209.07194414283, - -2361.876571402492, - -83.2651260118073, - 2335.14929456796, - 3367.0680096485994 - ], - "relative wind speed": [ - 7.106431324848447, - 6.69843628132502, - 6.302057808707705, - 6.169330892537027, - 6.393186025106563, - 6.81946809593195, - 7.187368162416013, - 7.301612839968536 - ], - "relative wind angle": [ - 0.062417913733521145, - 0.08462280012267201, - 0.056741501366639545, - 0.009843909806191504, - 0.06939209969841507, - 0.08311741621183742, - 0.04974613965360474, - 0.008317348178177324 - ], - "resistance": [ - 98383.22512953474, - 95854.95609284118, - 93859.97176532881, - 93425.42805585719, - 94272.62342859752, - 96551.2348739882, - 98969.64929456798, - 100001.56800964862 - ], - "fuel": [ - 57.02394954426089, - 55.71700654501901, - 54.702524470633456, - 54.483516127733814, - 54.91114973991691, - 56.074562041799, - 57.33048922595956, - 57.873007960904914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -54.375, -65.625 -54.0625, -65.3125 -54.0625, -65.3125 -54.375, -65.625 -54.375))", @@ -254338,11 +179676,11 @@ ], "ice resistance": 46543.45108375117, "wind resistance": [ - 4058.359661940227, + 4058.359661940125, 880.2957345523973, - -2635.6352263742774, + -2635.6352263742847, -4513.196098459353, - -4328.250362174, + -4328.250362173989, -1971.0490494739715, 1650.7322433833579, 4495.253965387743 @@ -254350,35 +179688,35 @@ "relative wind speed": [ 8.033363696242906, 7.622520505222057, - 7.050107050658456, + 7.050107050658455, 6.6526996512827905, - 6.704922465006162, + 6.704922465006161, 7.168549273411397, 7.732199435614275, 8.076664217836447 ], "relative wind angle": [ - 0.042639870085543534, + 0.04263987008555395, 0.09358688824582576, 0.09445738321715093, 0.03428557035028001, - 0.05109482490528353, - 0.0995326341657751, - 0.08610320762335316, - 0.02823903821299628 + 0.05109482490528136, + 0.09953263416577511, + 0.08610320762335318, + 0.028239038212996285 ], "resistance": [ - 50601.8107456914, + 50601.8107456913, 47423.74681830357, 43907.81585737689, 42030.25498529182, - 42215.200721577174, + 42215.20072157718, 44572.4020342772, 48194.183327134524, 51038.70504913891 ], "fuel": [ - 39.95361125318152, + 39.953611253181485, 38.879660590337956, 37.7353244319517, 37.14307222859898, @@ -254418,50 +179756,50 @@ ], "ice resistance": 36204.998754665416, "wind resistance": [ - 3814.3355733203607, + 3814.335573320328, 666.517865030637, - -2707.817934017945, - -4409.962335986209, + -2707.817934017956, + -4409.962335986227, -4145.779482553153, -1756.3669688694208, 1769.2502565249815, 4438.951251214978 ], "relative wind speed": [ - 8.000455386454265, + 8.000455386454263, 7.587118028454803, 7.032124903147098, - 6.6647860540807535, + 6.664786054080754, 6.739248306523524, 7.201416121147376, 7.744286505170352, 8.062591455664606 ], "relative wind angle": [ - 0.04468622373257494, + 0.04468622373257743, 0.09228011727697442, - 0.0899021434359261, - 0.02907020944657936, - 0.05305619868092904, + 0.08990214343592734, + 0.02907020944658318, + 0.053056198680929034, 0.0972377991215566, 0.08161543161443775, - 0.024029257085879923 + 0.024029257085879926 ], "resistance": [ - 40019.33432798578, + 40019.33432798574, 36871.51661969605, - 33497.18082064747, - 31795.036418679207, + 33497.18082064746, + 31795.03641867919, 32059.219272112263, 34448.631785795995, 37974.2490111904, 40643.9500058804 ], "fuel": [ - 36.52330164245636, + 36.52330164245635, 35.583349260602084, 34.61670385342131, - 34.14516743669542, + 34.14516743669541, 34.21764588590597, 34.88497686745336, 35.90843424302918, @@ -254485,68 +179823,7 @@ "id": "4728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 22960.352285649707, - "wind resistance": [ - 4525.091886247716, - 1298.958783398648, - -2482.1132503480694, - -4696.156346052539, - -4668.3380996008855, - -2382.5612099677746, - 1414.4187316681346, - 4590.705342463745 - ], - "relative wind speed": [ - 8.09551038760816, - 7.690968660034328, - 7.086891315525431, - 6.632169735266056, - 6.640051371697821, - 7.104686602871902, - 7.70736933957287, - 8.10196860381961 - ], - "relative wind angle": [ - 0.0385193656389094, - 0.0957771886065158, - 0.10296148446077787, - 0.044434918518927086, - 0.04696823146239299, - 0.10370812772910137, - 0.09464668114232776, - 0.03636991520528578 - ], - "resistance": [ - 27485.444171897423, - 24259.311069048355, - 20478.239035301638, - 18264.195939597168, - 18292.014186048822, - 20577.791075681933, - 24374.771017317842, - 27551.057628113453 - ], - "fuel": [ - 32.999505684239026, - 32.18710230826805, - 31.284248565691467, - 30.780269427880178, - 30.786488500087202, - 31.307337961226352, - 32.21550915787283, - 33.0164302762796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -55, -66.25 -54.6875, -65.9375 -54.6875, -65.9375 -55, -66.25 -55))", @@ -254565,68 +179842,7 @@ "id": "4730", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 24999.587761632894, - "wind resistance": [ - 5020.164021558874, - 1829.8406872543128, - -2197.1928023947403, - -4800.995809886677, - -4990.762463875981, - -2874.025568934314, - 1044.545488061205, - 4573.1013973802 - ], - "relative wind speed": [ - 8.157440968059348, - 7.773274821351355, - 7.145411587708912, - 6.627983022629975, - 6.574063448960826, - 7.0241264175754115, - 7.661934913621424, - 8.11369178796339 - ], - "relative wind angle": [ - 0.031848057329548506, - 0.09583801474435431, - 0.11109495334998337, - 0.05683318963442446, - 0.03952233938010869, - 0.10609613221256416, - 0.10357769101110212, - 0.04641806789050208 - ], - "resistance": [ - 30019.75178319177, - 26829.428448887207, - 22802.394959238154, - 20198.591951746217, - 20008.825297756914, - 22125.56219269858, - 26044.1332496941, - 29572.689159013094 - ], - "fuel": [ - 33.66485515820113, - 32.83117118971779, - 31.832916352640105, - 31.219586494217403, - 31.175872975606367, - 31.671060776114587, - 32.631769254259126, - 33.54574857672695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -50.9375, -65 -50.625, -64.6875 -50.625, -64.6875 -50.9375, -65 -50.9375))", @@ -254658,17 +179874,17 @@ ], "ice resistance": 59148.58382801358, "wind resistance": [ - 2881.3959846649595, + 2881.3959846648977, 273.0304576886665, - -2393.2176761144365, + -2393.217676114462, -3604.4463212098563, - -3287.7199292690493, + -3287.7199292690675, -1237.6522816011784, - 1610.6613125472031, + 1610.6613125472177, 3633.997840899625 ], "relative wind speed": [ - 7.856430134826269, + 7.856430134826267, 7.503291309423519, 7.0595136971518055, 6.791265333384282, @@ -254678,33 +179894,33 @@ 7.932950472376974 ], "relative wind angle": [ - 0.040557460367839956, + 0.04055746036784543, 0.0761628097555359, - 0.06930279144624847, + 0.06930279144625166, 0.017732879784997057, - 0.04631976172791094, + 0.04631976172791334, 0.07868591045401756, - 0.06356966034758264, + 0.06356966034758091, 0.01518060727337539 ], "resistance": [ - 62029.97981267854, + 62029.97981267847, 59421.61428570225, - 56755.36615189914, + 56755.366151899114, 55544.13750680372, - 55860.86389874453, + 55860.863898744516, 57910.9315464124, - 60759.245140560786, + 60759.2451405608, 62782.581668913204 ], "fuel": [ - 44.12605080332602, + 44.126050803325995, 43.130931269205774, - 42.13989423894695, + 42.139894238946944, 41.69842188331993, - 41.81333618684224, + 41.813336186842236, 42.56616678591792, - 43.638089373763485, + 43.6380893737635, 44.417882654362245 ] }, @@ -254738,54 +179954,54 @@ ], "ice resistance": 58674.18685850818, "wind resistance": [ - 1708.8862822961491, + 1708.8862822961055, -1237.5692874571214, - -3379.7744309879745, - -3726.52763124372, - -2500.5926455301706, + -3379.774430987978, + -3726.5276312437563, + -2500.5926455301596, 246.64734748359842, 2958.0599676280362, - 3781.4897145550312 + 3781.4897145549694 ], "relative wind speed": [ - 7.7125128374538034, + 7.712512837453802, 7.266911639604512, - 6.866877222762302, - 6.769998965526276, + 6.866877222762301, + 6.769998965526277, 7.044043347648807, 7.502892520463397, 7.870666944989695, - 7.954150800570622 + 7.9541508005706225 ], "relative wind angle": [ - 0.06518923655967715, + 0.06518923655968055, 0.08157664135604319, - 0.04880631787005873, - 0.01748563350550126, - 0.0713856716013701, + 0.04880631787005872, + 0.01748563350550761, + 0.07138567160136855, 0.07900545462086175, - 0.042577738078903526, - 0.014882299969812052 + 0.04257773807890352, + 0.014882299969819513 ], "resistance": [ - 60383.073140804336, + 60383.07314080429, 57436.61757105106, 55294.412427520205, - 54947.65922726446, - 56173.594212978016, + 54947.65922726443, + 56173.59421297802, 58920.83420599178, 61632.24682613622, - 62455.67657306322 + 62455.67657306315 ], "fuel": [ - 43.494792160421994, + 43.49479216042198, 42.39059754810816, 41.60808010297931, - 41.483021762994625, + 41.48302176299461, 41.92716688250463, 42.942775108556376, 43.97267553681762, - 44.290861735719986 + 44.290861735719965 ] }, { @@ -254818,19 +180034,19 @@ ], "ice resistance": 44071.13092233812, "wind resistance": [ - 2261.9036036472935, + 2261.9036036472644, -1284.5537901538883, - -3957.984703134327, + -3957.9847031343306, -4462.857088015484, - -3104.8255023405654, + -3104.8255023405545, 152.40110371073388, 3475.455808389601, 4669.816699524461 ], "relative wind speed": [ - 7.811472747903869, + 7.811472747903867, 7.281875480460539, - 6.7840716427266585, + 6.784071642726658, 6.641881062860549, 6.958223235557271, 7.510676838618573, @@ -254838,27 +180054,27 @@ 8.082165120430806 ], "relative wind angle": [ - 0.07567380713356112, + 0.07567380713356259, 0.09906928079226054, - 0.06313090082401702, + 0.06313090082401701, 0.017307270743520828, - 0.08497444632744115, + 0.08497444632743985, 0.09604182404252341, 0.05377325061244859, 0.014222794116008105 ], "resistance": [ - 46333.03452598541, + 46333.03452598538, 42786.57713218423, 40113.14621920379, 39608.27383432264, - 40966.30541999755, + 40966.30541999756, 44223.53202604885, 47546.58673072772, 48740.94762186258 ], "fuel": [ - 38.5197430790477, + 38.519743079047686, 37.380066474634106, 36.55188008239388, 36.39846411057583, @@ -254898,9 +180114,9 @@ ], "ice resistance": 34734.13188956507, "wind resistance": [ - -3026.059382399453, + -3026.0593823994786, -5013.547400140895, - -4731.7795383911, + -4731.779538391107, -2020.7141088361896, 2014.7874940775982, 5107.126296001745, @@ -254908,29 +180124,29 @@ 848.3804876428039 ], "relative wind speed": [ - 6.9958375100811825, + 6.99583751008118, 6.564835315033142, - 6.644871929289202, - 7.175945546436916, + 6.644871929289201, + 7.175945546436915, 7.798530637520396, 8.164665324328785, 8.099660462954452, 7.633127018881275 ], "relative wind angle": [ - 0.10432189697673332, + 0.10432189697673545, 0.03503303596784735, 0.06073270880286216, - 0.11175924482205286, + 0.11175924482205186, 0.09355091467373909, 0.028166430307775468, 0.04981441915518139, 0.10503996756424444 ], "resistance": [ - 31708.072507165616, + 31708.07250716559, 29720.584489424175, - 30002.35235117397, + 30002.352351173962, 32713.41778072888, 36748.91938364267, 39841.25818556681, @@ -254938,7 +180154,7 @@ 35582.51237720787 ], "fuel": [ - 34.1213657409526, + 34.12136574095259, 33.58506858294238, 33.660205686326904, 34.39824276744743, @@ -254978,53 +180194,53 @@ ], "ice resistance": 47769.11694398506, "wind resistance": [ - -2791.7752269208104, + -2791.775226920843, -4779.881018883243, - -4577.562589289202, - -2067.7011256269216, + -4577.562589289209, + -2067.701125626925, 1778.0403201009867, 4796.575898626834, - 4319.350801593933, + 4319.350801593893, 938.2646541800859 ], "relative wind speed": [ - 7.031197911087646, + 7.031197911087645, 6.608034819936567, - 6.66535501785216, - 7.160625546343095, + 6.665355017852159, + 7.160625546343096, 7.758717333645131, 8.122149625979231, - 8.075176853436815, + 8.075176853436817, 7.6394293316547754 ], "relative wind angle": [ - 0.10054868338164666, - 0.036428469425646676, - 0.05485308902582554, - 0.10598041324531957, + 0.10054868338164999, + 0.03642846942564667, + 0.054853089025825544, + 0.10598041324532062, 0.09109290128550837, 0.02963533051158882, - 0.045269204869077435, - 0.09931538801145644 + 0.04526920486908234, + 0.09931538801145645 ], "resistance": [ - 44977.34171706425, + 44977.34171706421, 42989.23592510181, 43191.55435469585, 45701.41581835813, 49547.15726408604, 52565.69284261189, - 52088.46774557899, + 52088.46774557895, 48707.38159816514 ], "fuel": [ - 38.07855682367209, + 38.07855682367207, 37.44393138048742, 37.5078414667038, 38.31334304842037, 39.5930497713559, 40.63604611265882, - 40.4688938488132, + 40.46889384881319, 39.308909912813846 ] }, @@ -255058,53 +180274,53 @@ ], "ice resistance": 75277.40832859359, "wind resistance": [ - -2258.44915740579, + -2258.4491574058156, -4459.368213555721, - -4501.077229919687, + -4501.077229919691, -2408.1861321561883, 1197.551363764902, 4288.728920971764, - 4387.220508291084, + 4387.22050829103, 1371.1543241436339 ], "relative wind speed": [ - 7.119621506491392, + 7.1196215064913915, 6.675010295987342, - 6.663224104598065, + 6.663224104598064, 7.09291753541329, 7.669810597710857, 8.059729682124303, - 8.069476410050148, + 8.06947641005015, 7.694512709475448 ], "relative wind angle": [ - 0.09899072587215242, - 0.045278267795434445, - 0.04148584341592482, - 0.0978518199548126, + 0.09899072587215467, + 0.04527826779543444, + 0.041485843415924824, + 0.09785181995481261, 0.09186886018894745, 0.03749510988260605, - 0.03425305662431644, + 0.03425305662432293, 0.09017958133042264 ], "resistance": [ - 73018.9591711878, + 73018.95917118777, 70818.04011503787, - 70776.33109867391, + 70776.3310986739, 72869.2221964374, 76474.95969235849, 79566.13724956536, - 79664.62883688467, + 79664.62883688463, 76648.56265273722 ], "fuel": [ - 48.59646594595018, + 48.59646594595017, 47.66512648468716, - 47.647650954042874, + 47.64765095404287, 48.532531908995466, 50.09527868177018, 51.47352766004751, - 51.51802614044567, + 51.518026140445656, 50.17173987284382 ] }, @@ -255138,9 +180354,9 @@ ], "ice resistance": 85611.89887794772, "wind resistance": [ - 1094.3271111597896, + 1094.3271111597496, -2168.787149943306, - -4077.893671582744, + -4077.893671582806, -4055.860311932709, -2089.1731119418655, 1186.5679612005624, @@ -255148,7 +180364,7 @@ 3868.9659213451923 ], "relative wind speed": [ - 7.6415101284754074, + 7.641510128475407, 7.120972299627338, 6.733018458518747, 6.73921225757541, @@ -255158,19 +180374,19 @@ 7.992833916664214 ], "relative wind angle": [ - 0.0829184697059885, - 0.08819617028783952, - 0.037754101637500925, + 0.08291846970599252, + 0.08819617028783953, + 0.03775410163750975, 0.0397513478286494, 0.08881853097230166, - 0.08203250773681518, + 0.0820325077368152, 0.03178042094740082, - 0.03351406632493449 + 0.0335140663249345 ], "resistance": [ - 86706.22598910751, + 86706.22598910748, 83443.11172800441, - 81534.00520636498, + 81534.00520636492, 81556.03856601502, 83522.72576600585, 86798.46683914828, @@ -255178,9 +180394,9 @@ 89480.86479929292 ], "fuel": [ - 54.792961108915776, + 54.79296110891577, 53.252398953920974, - 52.36945431020291, + 52.369454310202876, 52.37956718353021, 53.289514309292144, 54.83708514562282, @@ -255218,9 +180434,9 @@ ], "ice resistance": 73096.51324115359, "wind resistance": [ - -1012.9464264090748, + -1012.9464264090893, -3765.9342924364173, - -4380.947249296525, + -4380.947249296667, -3235.1219204408408, -118.80440562629883, 3210.901960931562, @@ -255228,29 +180444,29 @@ 2455.9289596216804 ], "relative wind speed": [ - 7.324374049531135, + 7.324374049531134, 6.821590013010204, - 6.648668148419502, + 6.648668148419501, 6.929864526615037, 7.466734434699149, 7.928712886097377, 8.074267161046825, - 7.834255291891481 + 7.834255291891482 ], "relative wind angle": [ 0.09747776254149194, 0.06652651136917924, - 0.010756225103268105, + 0.010756225103288749, 0.08011853995190221, - 0.09561351632946453, - 0.05722612546492891, + 0.09561351632946455, + 0.05722612546492892, 0.008857042482886204, - 0.0708530846824543 + 0.07085308468245587 ], "resistance": [ - 72083.56681474451, + 72083.5668147445, 69330.57894871717, - 68715.56599185706, + 68715.56599185691, 69861.39132071275, 72977.70883552729, 76307.41520208515, @@ -255258,9 +180474,9 @@ 75552.44220077527 ], "fuel": [ - 48.19844351028284, + 48.19844351028283, 47.04590082752353, - 46.792278511627735, + 46.79227851162767, 47.265931662610264, 48.578844732444225, 50.0215922085804, @@ -255298,9 +180514,9 @@ ], "ice resistance": 82121.21545201368, "wind resistance": [ - -4322.83887660602, + -4322.838876606045, -4939.4558827899455, - -3503.3621587068264, + -3503.3621587068337, 83.45423601939547, 3811.4676255067534, 5266.780349465134, @@ -255308,7 +180524,7 @@ -1294.7777588191675 ], "relative wind speed": [ - 6.731845594674592, + 6.73184559467459, 6.55723724091896, 6.900559984568968, 7.514805378588261, @@ -255318,19 +180534,19 @@ 7.295178732576715 ], "relative wind angle": [ - 0.07299789993793022, - 0.016847503621663276, - 0.09392745414726557, - 0.10730242193102442, + 0.07299789993793328, + 0.016847503621663273, + 0.09392745414726676, + 0.10730242193102443, 0.06123141223706813, 0.013527075330937284, 0.08223793022001089, 0.11054586692956944 ], "resistance": [ - 77798.37657540766, + 77798.37657540763, 77181.75956922374, - 78617.85329330686, + 78617.85329330685, 82204.66968803309, 85932.68307752043, 87387.99580147881, @@ -255338,7 +180554,7 @@ 80826.43769319452 ], "fuel": [ - 50.68099175401677, + 50.68099175401676, 50.4072807603776, 51.04693998017981, 52.67808530584866, @@ -255378,39 +180594,39 @@ ], "ice resistance": 80191.53604302001, "wind resistance": [ - -3986.4379492460102, + -3986.4379492460503, -4051.593741829831, - -2222.883222635839, + -2222.8832226358463, 987.9434279614579, 3767.627045095018, 3921.902900477915, 1260.896522066727, - -1987.2770376501976 + -1987.2770376502012 ], "relative wind speed": [ - 6.752980861365928, + 6.752980861365927, 6.734675699233423, - 7.109681604561431, + 7.10968160456143, 7.624740066131856, 7.979820630579754, 7.99527554474238, 7.663727245404912, - 7.151477241390365 + 7.151477241390366 ], "relative wind angle": [ - 0.04117653141779841, - 0.03527242505404854, - 0.08644908475203693, + 0.04117653141780381, + 0.035272425054048546, + 0.08644908475203694, 0.0828030237025835, - 0.034843140878811324, + 0.03484314087881132, 0.02970929889827028, 0.08018533119836635, - 0.08829651160421037 + 0.08829651160421163 ], "resistance": [ - 76205.098093774, + 76205.09809377397, 76139.94230119018, - 77968.65282038417, + 77968.65282038416, 81179.47947098146, 83959.16308811502, 84113.43894349792, @@ -255418,7 +180634,7 @@ 78204.25900536981 ], "fuel": [ - 49.976644267952835, + 49.97664426795283, 49.94804160773355, 50.75682520698183, 52.20698243706107, @@ -255458,19 +180674,19 @@ ], "ice resistance": 60066.79396637183, "wind resistance": [ - -2835.3381446351486, + -2835.3381446351814, -3749.090283985719, - -3194.467420931036, + -3194.4674209310615, -812.543364084504, - 2135.1755191396514, + 2135.175519139637, 3963.424788642318, - 2645.488387220801, + 2645.488387220783, -206.44712890184383 ], "relative wind speed": [ - 6.981306919856892, + 6.981306919856891, 6.754008583509812, - 6.908825156195978, + 6.908825156195977, 7.337933682540918, 7.770180105787449, 7.968545239847267, @@ -255478,31 +180694,31 @@ 7.434317349713305 ], "relative wind angle": [ - 0.06645558585255365, - 0.007159595980315599, - 0.05723638986364395, + 0.066455585852557, + 0.0071595959803156, + 0.057236389863645896, 0.08285396304474106, - 0.05970015153367674, + 0.0597001515336786, 0.006068341825647342, - 0.05046629601549194, - 0.08177736972590915 + 0.05046629601549414, + 0.08177736972590917 ], "resistance": [ - 57231.45582173668, + 57231.45582173664, 56317.70368238611, - 56872.326545440796, + 56872.32654544077, 59254.25060228733, - 62201.96948551148, + 62201.969485511465, 64030.218755014146, - 62712.28235359263, + 62712.282353592615, 59860.34683746999 ], "fuel": [ - 42.31491545769978, + 42.31491545769977, 41.97974377047329, - 42.18281334823841, + 42.1828133482384, 43.067944539801175, - 44.192556403634306, + 44.1925564036343, 44.906314381200644, 44.39053387504454, 43.29654145050605 @@ -255540,37 +180756,37 @@ "wind resistance": [ 1677.622394852422, -480.7082227443316, - -2277.6821997493644, + -2277.682199749377, -2733.8768466268266, - -2132.0780110874875, + -2132.078011087484, -235.423221786059, 1884.7044022548343, 2965.7929409039443 ], "relative wind speed": [ - 6.252792617056498, + 6.252792617056497, 5.860268054405271, - 5.45501934687251, + 5.4550193468725094, 5.294055696229728, - 5.49232595105959, + 5.492325951059591, 5.909341604198892, 6.285365843755277, 6.421528957329122 ], "relative wind angle": [ - 0.06658840158959685, + 0.06658840158959684, 0.09634623763473767, - 0.0699367267351832, + 0.06993672673518479, 0.0046562095401121465, - 0.07582484921642886, + 0.07582484921642885, 0.09554368586965063, 0.060685305325813885, - 0.0038386814527398227 + 0.003838681452739823 ], "resistance": [ 98312.12239485246, 96153.7917772557, - 94356.81780025066, + 94356.81780025065, 93900.6231533732, 94502.42198891254, 96399.07677821397, @@ -255580,7 +180796,7 @@ "fuel": [ 52.4942269118107, 51.377602404340124, - 50.46115161062582, + 50.461151610625805, 50.230406248786394, 50.53496190985082, 51.5036289470929, @@ -255618,9 +180834,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1653.6234013424219, + 1653.6234013424055, -523.0951957246562, - -2293.498956652513, + -2293.4989566525237, -2724.279357049749, -2058.0408626992503, -127.6609871261262, @@ -255628,27 +180844,27 @@ 3004.253632923159 ], "relative wind speed": [ - 5.670127855029828, + 5.670127855029827, 5.226484929158168, - 4.770308220383695, + 4.770308220383694, 4.597912749370071, - 4.839121405701094, + 4.839121405701093, 5.31519530749174, 5.728141527060887, 5.867422280753264 ], "relative wind angle": [ - 0.0848352329223886, - 0.1217547407849521, - 0.08758262366379652, + 0.08483523292239123, + 0.12175474078495212, + 0.08758262366379907, 0.009717696184019263, - 0.09944835974356263, + 0.09944835974356152, 0.11971281189049036, 0.07290882785406828, 0.007615072794365571 ], "resistance": [ - 98288.12340134244, + 98288.12340134243, 96111.40480427536, 94341.0010433475, 93910.22064295027, @@ -255658,7 +180874,7 @@ 99638.75363292318 ], "fuel": [ - 49.68141433385603, + 49.681414333856026, 48.555545553890155, 47.652837198613256, 47.43495146475969, @@ -255698,41 +180914,41 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2021.5364121074417, + 2021.5364121074235, -819.456021240414, - -3065.467655950675, + -3065.4676559506806, -3566.0903467255393, - -2612.7917736475174, + -2612.791773647512, -58.257407960438286, - 2666.047684189125, + 2666.0476841891177, 3847.7555291311655 ], "relative wind speed": [ - 6.691683173564219, + 6.691683173564218, 6.199445779660136, - 5.71086021830488, + 5.710860218304879, 5.543448708360964, 5.821039954174324, 6.34271250085564, - 6.785956484567156, + 6.785956484567157, 6.9233883511780165 ], "relative wind angle": [ - 0.08061669942116774, + 0.08061669942116911, 0.11153403637617638, 0.07658757023095683, 0.01300148359868499, - 0.09270679289588339, + 0.09270679289588218, 0.10900460580679754, - 0.06443542034365583, + 0.06443542034365755, 0.01040997919132428 ], "resistance": [ - 98656.03641210748, + 98656.03641210747, 95815.04397875963, 93569.03234404937, 93068.4096532745, - 94021.70822635252, + 94021.70822635254, 96576.2425920396, 99300.54768418917, 100482.25552913122 @@ -255742,7 +180958,7 @@ 53.04481664200681, 51.90406563535004, 51.65235726345753, - 52.13246968528408, + 52.13246968528409, 53.43568888832553, 54.85227469412071, 55.475327594377006 @@ -255778,14 +180994,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2359.3620052144142, + 2359.362005214385, -583.7371649267916, - -3056.1366343827212, + -3056.136634382734, -3704.6650026834504, -2910.205237873306, -338.3856683315171, - 2567.1549298930513, - 4099.140740935294 + 2567.1549298930404, + 4099.1407409358 ], "relative wind speed": [ 6.860418659566623, @@ -255795,37 +181011,37 @@ 5.889657707398101, 6.416101333683631, 6.890208381039633, - 7.065296335626299 + 7.065296335626298 ], "relative wind angle": [ - 0.07575926730546166, + 0.07575926730546606, 0.11191923638421857, - 0.08327751231377413, - 0.004039836483251707, + 0.08327751231377681, + 0.004039836483251706, 0.08827648207831178, 0.11112569138058259, - 0.0707401686438733, - 0.0032261562891836024 + 0.07074016864387488, + 0.0032261562891147764 ], "resistance": [ - 98993.86200521441, + 98993.86200521438, 96050.76283507321, - 93578.36336561728, + 93578.36336561726, 92929.83499731655, 93724.2947621267, 96296.11433166848, - 99201.65492989305, - 100733.6407409353 + 99201.65492989303, + 100733.6407409358 ], "fuel": [ - 55.30928072741694, + 55.30928072741692, 53.78348293780708, - 52.52662215973878, + 52.526622159738764, 52.200704152474714, 52.600175702931566, 53.90944961436274, - 55.418225445964005, - 56.2263962933374 + 55.418225445964, + 56.22639629333767 ] }, { @@ -255858,53 +181074,53 @@ ], "ice resistance": 55161.82447577529, "wind resistance": [ - 2080.337277181723, + 2080.3372771816903, -1396.0322820253095, - -3942.468875513241, - -4371.282700809126, + -3942.4688755132447, + -4371.2827008090935, -2943.357010105512, 287.31865907080646, - 3501.2547161760485, + 3501.2547161760704, 4515.939929625929 ], "relative wind speed": [ - 7.784231282253896, + 7.784231282253895, 7.260459125243319, - 6.781965372909172, - 6.661279379761899, + 6.78196537290917, + 6.661279379761898, 6.985514958731367, 7.5284400233349045, 7.962199543778138, 8.063438033434545 ], "relative wind angle": [ - 0.07599535211141244, - 0.09672834942679594, - 0.0591097666834234, - 0.020207281036469744, + 0.07599535211141538, + 0.09672834942679595, + 0.059109766683421515, + 0.02020728103646425, 0.08470434352042283, - 0.09327501875142775, - 0.050339890300328094, + 0.09327501875142777, + 0.05033989030032589, 0.01669305756342633 ], "resistance": [ - 57242.161752957014, + 57242.16175295698, 53765.79219374998, 51219.355600262046, - 50790.541774966165, + 50790.5417749662, 52218.467465669775, 55449.1431348461, - 58663.07919195134, + 58663.07919195136, 59677.76440540122 ], "fuel": [ - 42.31886089394821, + 42.31886089394819, 41.06013655812359, 40.166656751303734, - 40.018570600227335, + 40.01857060022734, 40.514343405146356, 41.66402890228824, - 42.846293577547314, + 42.84629357754732, 43.22753429479151 ] }, @@ -255938,54 +181154,54 @@ ], "ice resistance": 33441.33197844059, "wind resistance": [ - -724.7140862153465, + -724.7140862153647, -3539.477775345509, - -4262.793434768093, + -4262.793434768468, -3345.3147921830096, -397.57703198991294, 2914.1462057770696, 4628.835893774005, - 2638.0252047440663 + 2638.0252047440554 ], "relative wind speed": [ - 7.368263852161396, + 7.368263852161395, 6.864361977645565, 6.661408511229778, 6.903915533991434, - 7.420341687216031, + 7.420341687216032, 7.888809643409974, 8.06091927739137, - 7.854217545345692 + 7.854217545345693 ], "relative wind angle": [ 0.09511277356767087, 0.06944457198759511, - 0.003926553174871652, + 0.003926553174928201, 0.07441781579815634, - 0.09444324917436198, - 0.060414627871962695, - 0.0032448350524575164, - 0.06540006343694071 + 0.09444324917436316, + 0.06041462787196269, + 0.003244835052457516, + 0.06540006343694241 ], "resistance": [ - 32716.617892225244, + 32716.617892225226, 29901.85420309508, - 29178.538543672497, + 29178.538543672123, 30096.01718625758, 33043.754946450674, 36355.47818421766, 38070.167872214595, - 36079.35718318466 + 36079.35718318465 ], "fuel": [ - 34.399130098633435, + 34.39913009863342, 33.633372640712906, - 33.44135571523378, + 33.441355715233684, 33.68524807058244, 34.49004015603347, 35.432775560871505, 35.93692498792731, - 35.35261378797418 + 35.35261378797417 ] }, { @@ -256018,39 +181234,39 @@ ], "ice resistance": 57672.50065087036, "wind resistance": [ - 1701.437281217055, + 1701.4372812170222, -1632.3886530082964, - -3913.5042872042723, + -3913.504287204283, -4182.183861482292, -2603.5206278286605, 576.3092879101023, - 3563.8601697266677, + 3563.8601697266604, 4199.970575613879 ], "relative wind speed": [ - 7.727236003913352, + 7.727236003913351, 7.215110333643978, - 6.77695339211057, + 6.776953392110569, 6.701440834362759, 7.042773564400546, 7.566572448139106, - 7.961390485383506, + 7.961390485383505, 8.02505616697661 ], "relative wind angle": [ - 0.0767997500635419, + 0.0767997500635448, 0.0918810156278502, 0.05068484815285519, - 0.026331808286825784, - 0.08428058036587421, + 0.02633180828682578, + 0.0842805803658742, 0.08760198530697905, 0.04313923820993902, 0.02198799341981165 ], "resistance": [ - 59373.937932087414, + 59373.937932087385, 56040.11199786206, - 53758.99636366608, + 53758.996363666076, 53490.31678938807, 55068.9800230417, 58248.80993878046, @@ -256058,7 +181274,7 @@ 61872.47122648424 ], "fuel": [ - 43.1129778257826, + 43.11297782578259, 41.8785361802025, 41.05771996355032, 40.96231531584978, @@ -256098,9 +181314,9 @@ ], "ice resistance": 74648.05110024218, "wind resistance": [ - 2426.0672964995138, + 2426.0672964994737, -653.1662837790172, - -3245.866747058273, + -3245.8667470582623, -3917.7586628018726, -3099.5453793754023, -406.3761359863638, @@ -256108,9 +181324,9 @@ 4229.7883248194485 ], "relative wind speed": [ - 7.814495069902553, + 7.814495069902552, 7.369351695574104, - 6.9078429041492155, + 6.907842904149214, 6.720041468136974, 6.937475053342528, 7.408613156335017, @@ -256118,19 +181334,19 @@ 8.002245683544134 ], "relative wind angle": [ - 0.05983006420978647, + 0.05983006420979018, 0.08710615194397021, - 0.06365120950904689, + 0.06365120950904339, 0.002932284067361139, 0.067404475209851, - 0.08664337687606556, + 0.08664337687606558, 0.05606973186067753, 0.0024624415425096883 ], "resistance": [ - 77074.1183967417, + 77074.11839674166, 73994.88481646316, - 71402.18435318391, + 71402.18435318393, 70730.29243744031, 71548.50572086679, 74241.67496425583, @@ -256138,7 +181354,7 @@ 78877.83942506163 ], "fuel": [ - 50.35964481473869, + 50.359644814738665, 49.01520630146043, 47.91055544281616, 47.62836887511867, @@ -256178,9 +181394,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1722.075268204011, + 1722.075268203982, -949.5773540646223, - -2977.281406449234, + -2977.281406449254, -3368.848226367765, -2364.9858311379558, 82.19932999496086, @@ -256188,7 +181404,7 @@ 3520.0036582691755 ], "relative wind speed": [ - 6.905418528731619, + 6.905418528731618, 6.455604981224189, 6.031268175425994, 5.907009126570652, @@ -256198,9 +181414,9 @@ 7.133410502601195 ], "relative wind angle": [ - 0.07239701685000885, - 0.09514057435409404, - 0.061018547108245086, + 0.07239701685001192, + 0.09514057435409405, + 0.061018547108248736, 0.015766489281855534, 0.08101790772121795, 0.09247623720654402, @@ -256208,9 +181424,9 @@ 0.013055688197978562 ], "resistance": [ - 98356.57526820403, + 98356.575268204, 95684.92264593541, - 93657.21859355079, + 93657.21859355077, 93265.65177363227, 94269.51416886208, 96716.699329995, @@ -256218,7 +181434,7 @@ 100154.50365826921 ], "fuel": [ - 55.84494032056419, + 55.84494032056417, 54.464855415705365, 53.435141199024685, 53.23805715135708, @@ -256258,9 +181474,9 @@ ], "ice resistance": 63305.36317403133, "wind resistance": [ - 1558.305096484255, + 1558.3050964842187, -1237.0579139896581, - -3237.668858848534, + -3237.6688588485413, -3538.4703522914897, -2335.506468850479, 286.8915141944053, @@ -256268,9 +181484,9 @@ 3554.820708684969 ], "relative wind speed": [ - 7.6859523625660815, + 7.685952362566081, 7.261256101535036, - 6.886594827999466, + 6.886594827999465, 6.80271696758487, 7.067797909478794, 7.503451928065385, @@ -256278,19 +181494,19 @@ 7.921532229802568 ], "relative wind angle": [ - 0.06268667048155947, - 0.07712705219348051, - 0.044992250822738805, + 0.06268667048156301, + 0.07712705219348052, + 0.0449922508227388, 0.01785371002700991, - 0.06817745630930032, - 0.07463284100689148, - 0.039473855119383026, + 0.06817745630930033, + 0.07463284100689149, + 0.03947385511938302, 0.01533188763889072 ], "resistance": [ - 64863.66827051558, + 64863.66827051555, 62068.30526004167, - 60067.694315182795, + 60067.69431518279, 59766.892821739835, 60969.85670518085, 63592.25468822573, @@ -256298,7 +181514,7 @@ 66860.1838827163 ], "fuel": [ - 45.23582475578288, + 45.23582475578286, 44.14086109752385, 43.37505899741086, 43.2612049439558, @@ -256338,9 +181554,9 @@ ], "ice resistance": 27618.152515485046, "wind resistance": [ - 893.7021678868077, + 893.7021678867459, -1906.1077436432424, - -3528.4545108410493, + -3528.454510841075, -3498.5776291945804, -1797.218853591552, 1019.7576843095449, @@ -256348,9 +181564,9 @@ 3281.729109098138 ], "relative wind speed": [ - 7.5949877620594535, + 7.594987762059453, 7.148214428409193, - 6.820547836455111, + 6.82054783645511, 6.828890840809702, 7.1674189008436695, 7.613065301932367, @@ -256358,19 +181574,19 @@ 7.900758361721316 ], "relative wind angle": [ - 0.07167948630766663, + 0.07167948630767282, 0.07508278247934588, - 0.031434878771596564, - 0.03413250086857698, + 0.031434878771600096, + 0.03413250086857697, 0.0759635012980415, - 0.07049039897210456, + 0.07049039897210455, 0.027111163866370903, 0.029500417664787764 ], "resistance": [ - 28511.854683371854, + 28511.854683371792, 25712.044771841804, - 24089.698004643997, + 24089.69800464397, 24119.574886290466, 25820.933661893494, 28637.91019979459, @@ -256378,9 +181594,9 @@ 30899.881624583184 ], "fuel": [ - 33.26609683082378, + 33.266096830823756, 32.54813582659746, - 32.14546201586211, + 32.145462015862094, 32.152789073059495, 32.57551327360698, 33.2991077067923, @@ -256418,50 +181634,50 @@ ], "ice resistance": 72490.96486403342, "wind resistance": [ - 3404.696482070467, + 3404.6964820704125, 358.17955914196864, - -2757.883252104817, - -4185.56569147345, + -2757.883252104839, + -4185.565691473417, -3818.3438614910046, -1429.6081404811994, 1896.9834608422098, 4274.396869308624 ], "relative wind speed": [ - 7.942865566031243, + 7.942865566031241, 7.533592199936924, 7.013493126786649, - 6.695024511946381, + 6.6950245119463805, 6.7981762646011505, 7.249089769735286, 7.753401065670967, 8.030003780140355 ], "relative wind angle": [ - 0.04673519227414522, - 0.08873499332762269, - 0.08180167013599367, - 0.021336161112915187, + 0.046735192274149975, + 0.08873499332762268, + 0.08180167013599639, + 0.021336161112909986, 0.05461181568870109, - 0.09222726275728553, + 0.09222726275728554, 0.0739802966100994, 0.017788636355583833 ], "resistance": [ - 75895.66134610388, + 75895.66134610384, 72849.14442317538, - 69733.0816119286, - 68305.39917255996, + 69733.08161192859, + 68305.39917256, 68672.62100254241, 71061.35672355222, 74387.94832487563, 76765.36173334204 ], "fuel": [ - 49.84094565162903, + 49.84094565162901, 48.52396553285841, - 47.21264900022899, - 46.623914076390236, + 47.212649000228986, + 46.623914076390264, 46.77462119935555, 47.767201981445076, 49.18485918357103, @@ -256498,9 +181714,9 @@ ], "ice resistance": 38451.07607657985, "wind resistance": [ - 2417.978439026996, + 2417.9784390269488, -1111.6678943989718, - -3865.7981500196365, + -3865.7981500196547, -4450.689664888647, -3222.19581749992, -27.715310270501504, @@ -256508,9 +181724,9 @@ 4717.657777109049 ], "relative wind speed": [ - 7.831665585376088, + 7.831665585376087, 7.310201032888923, - 6.803743143285472, + 6.803743143285471, 6.639119030355485, 6.935152343573678, 7.482799257529858, @@ -256518,19 +181734,19 @@ 8.084146360037732 ], "relative wind angle": [ - 0.07313342664660502, - 0.09900494616478572, - 0.06613153588445277, + 0.07313342664660957, + 0.09900494616478574, + 0.06613153588445445, 0.01306143133417569, 0.08260777002110734, 0.0967140662309847, - 0.05661327209875173, - 0.010726623536484101 + 0.056613272098751735, + 0.0107266235364841 ], "resistance": [ - 40869.05451560684, + 40869.0545156068, 37339.40818218088, - 34585.277926560215, + 34585.27792656019, 34000.3864116912, 35228.88025907993, 38423.36076630934, @@ -256538,7 +181754,7 @@ 43168.7338536889 ], "fuel": [ - 36.78335167899608, + 36.78335167899607, 35.72073082605348, 34.92378251676209, 34.7581690477699, @@ -256578,54 +181794,54 @@ ], "ice resistance": 29793.100979301023, "wind resistance": [ - 2759.2894147406296, + 2759.289414740604, -913.5338856123308, - -3908.469541565657, + -3908.469541565668, -4633.1113976357265, - -3523.824076626992, + -3523.824076627003, -266.1397193583107, - 3306.6208971364467, - 5020.701036396076 + 3306.620897136454, + 5020.701036396407 ], "relative wind speed": [ - 7.88294694675858, + 7.882946946758579, 7.348707177845207, - 6.805378616023046, + 6.805378616023045, 6.601119598039893, 6.884215221007639, 7.451830284490516, - 7.951106442951189, - 8.121483351391992 + 7.95110644295119, + 8.12148335139199 ], "relative wind angle": [ - 0.07290492338995878, - 0.10363228950103251, - 0.0736686619305543, - 0.007852656937052288, - 0.0835047298394627, - 0.10219311185282433, + 0.07290492338996031, + 0.10363228950103252, + 0.07366866193055431, + 0.007852656937052286, + 0.08350472983946403, + 0.10219311185282434, 0.06303797897914125, - 0.006382595957771292 + 0.006382595957736503 ], "resistance": [ - 32552.390394041653, + 32552.390394041628, 28879.567093688693, - 25884.631437735366, + 25884.631437735356, 25159.989581665297, - 26269.27690267403, + 26269.27690267402, 29526.961259942713, - 33099.72187643747, - 34813.8020156971 + 33099.72187643748, + 34813.80201569743 ], "fuel": [ - 34.35364208056856, + 34.35364208056855, 33.362557100400124, - 32.59154897418218, + 32.591548974182174, 32.41001392063836, 32.68870302798547, 33.533607659335104, 34.50563303011772, - 34.98883551742723 + 34.98883551742733 ] }, { @@ -256658,17 +181874,17 @@ ], "ice resistance": 24658.896854175364, "wind resistance": [ - 615.241596973563, + 615.2415969735448, -2860.3965464194625, - -4569.340905826655, + -4569.340905826706, -4256.418961223186, -1735.7881018092703, 1918.96034629528, - 4644.218484052544, + 4644.2184840525915, 3904.9312532301374 ], "relative wind speed": [ - 7.584225097282249, + 7.584225097282248, 7.009436426236001, 6.635922424302519, 6.7242746358733685, @@ -256678,33 +181894,33 @@ 8.017889048221626 ], "relative wind angle": [ - 0.09611832450858655, + 0.09611832450858887, 0.09253354694060542, - 0.028349630309387867, + 0.0283496303093957, 0.05679027412340375, 0.10112596729761267, 0.08345555485487752, - 0.023249767020147128, - 0.04762007218147232 + 0.023249767020142354, + 0.04762007218147233 ], "resistance": [ - 25274.138451148927, + 25274.13845114891, 21798.5003077559, - 20089.55594834871, + 20089.555948348658, 20402.477892952178, 22923.108752366094, 26577.857200470644, - 29303.115338227908, + 29303.115338227955, 28563.8281074055 ], "fuel": [ - 32.438480490582464, + 32.43848049058246, 31.59345914177046, - 31.194453231138887, + 31.194453231138873, 31.266701773973374, 31.861962576418566, 32.767042477520135, - 33.47428805254677, + 33.47428805254678, 33.279700243788646 ] }, @@ -256738,7 +181954,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -653.13935722106, + -653.13935722108, -2312.0185943629604, -2671.6824871182616, -1961.8674779395697, @@ -256748,7 +181964,7 @@ 1452.9116042807418 ], "relative wind speed": [ - 6.072794735991681, + 6.07279473599168, 5.708878901636298, 5.587663189970607, 5.794222025394635, @@ -256758,17 +181974,17 @@ 6.447713651225449 ], "relative wind angle": [ - 0.08572480952679044, - 0.057394021613622816, - 0.010171023073892265, - 0.07044686093613158, + 0.08572480952679304, + 0.05739402161362281, + 0.010171023073892267, + 0.07044686093613159, 0.08415162824224988, - 0.050221274131006306, + 0.0502212741310063, 0.008575146602961006, 0.0632968064260263 ], "resistance": [ - 95981.36064277896, + 95981.36064277895, 94322.48140563707, 93962.81751288177, 94672.63252206046, @@ -256778,7 +181994,7 @@ 98087.41160428077 ], "fuel": [ - 52.50014389738685, + 52.500143897386835, 51.65475912893758, 51.47282082736824, 51.83234775042699, @@ -256818,53 +182034,53 @@ ], "ice resistance": 57299.092614216104, "wind resistance": [ - -1118.6530931490488, + -1118.6530931490925, -3739.5937582157603, - -4278.937706624223, + -4278.937706624285, -3069.342421520385, 10.788853294667206, 3223.8351396338694, - 4501.304700951467, - 2270.7175939660774 + 4501.304700951561, + 2270.717593966081 ], "relative wind speed": [ - 7.303688217190095, + 7.3036882171900945, 6.821214424490335, - 6.66969257869257, + 6.669692578692569, 6.957643678965575, - 7.483472179517747, + 7.483472179517748, 7.925733480925442, 8.05365869287188, - 7.806241853292012 + 7.806241853292011 ], "relative wind angle": [ - 0.094893874952489, + 0.09489387495249368, 0.062419372751529485, - 0.01353753112095572, + 0.013537531120963921, 0.07959175706819412, - 0.09260751061188778, - 0.05371164151813877, - 0.011211091486859531, - 0.07092409550528832 + 0.09260751061188899, + 0.05371164151813878, + 0.01121109148684963, + 0.07092409550528675 ], "resistance": [ - 56180.439521067055, + 56180.43952106701, 53559.49885600034, - 53020.15490759188, + 53020.154907591816, 54229.75019269572, 57309.88146751077, 60522.927753849974, - 61800.397315167575, + 61800.39731516766, 59569.810208182185 ], "fuel": [ - 41.929662576015645, + 41.92966257601564, 40.98685529614605, - 40.79601320180149, + 40.79601320180147, 41.22552620170631, 42.34382739131953, 43.54800623629782, - 44.03744652640382, + 44.037446526403855, 43.186791286410475 ] }, @@ -256898,19 +182114,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -1836.9801113618105, + -1836.980111361825, -3433.070068813702, - -3400.945247979056, + -3400.945247979087, -1721.672144090724, 1047.021046850983, 3347.4828527473546, 3271.6285527325817, - 913.33189268774 + 913.3318926877437 ], "relative wind speed": [ 6.185551651829532, 5.809723951409419, - 5.820133910429471, + 5.82013391042947, 6.209132729011442, 6.711921643089066, 7.039747792985073, @@ -256918,19 +182134,19 @@ 6.69011301354001 ], "relative wind angle": [ - 0.09813132137909128, - 0.04159644283536918, - 0.045436730865883415, + 0.09813132137909357, + 0.04159644283536919, + 0.0454367308658883, 0.09928335214548664, - 0.09041361170061633, - 0.034325322677963725, + 0.09041361170061635, + 0.03432532267796372, 0.03760685414721259, - 0.09212440090726011 + 0.0921244009072601 ], "resistance": [ - 94797.51988863814, + 94797.51988863813, 93201.42993118626, - 93233.5547520209, + 93233.55475202086, 94912.82785590923, 97681.52104685095, 99981.98285274731, @@ -256938,9 +182154,9 @@ 97547.8318926877 ], "fuel": [ - 53.48873796722614, + 53.488737967226136, 52.68219589213704, - 52.69833584869342, + 52.6983358486934, 53.54737296699665, 54.97013114849595, 56.17397391437914, @@ -256978,49 +182194,49 @@ ], "ice resistance": 86539.93596844841, "wind resistance": [ - -2105.777180204339, + -2105.7771802043717, -3929.4103643885974, - -3900.3951280428773, + -3900.3951280429173, -2000.686409444792, - 1149.8859934856446, + 1149.8859934856664, 3769.070488874615, - 3700.32587197061, + 3700.3258719705846, 1028.1563668247945 ], "relative wind speed": [ - 7.126834453636896, + 7.126834453636895, 6.7565012891984795, 6.764642570662633, 7.145454821172357, - 7.644522615499894, + 7.644522615499893, 7.973718434801578, - 7.9668128030984935, + 7.966812803098494, 7.627120737671586 ], "relative wind angle": [ - 0.08449443868692845, - 0.03577413967072544, - 0.03840137803244622, - 0.08532391628199447, - 0.07876016831575096, - 0.030311263023195055, - 0.03260447825291941, + 0.08449443868693239, + 0.03577413967072543, + 0.038401378032452006, + 0.08532391628199448, + 0.07876016831574814, + 0.03031126302319506, + 0.03260447825292281, 0.07992366951131702 ], "resistance": [ - 84434.15878824407, + 84434.15878824404, 82610.5256040598, - 82639.54084040553, + 82639.54084040549, 84539.24955900361, - 87689.82196193405, + 87689.82196193407, 90309.00645732302, - 90240.26184041901, + 90240.261840419, 87568.0923352732 ], "fuel": [ - 53.71609682665444, + 53.71609682665442, 52.865667759175395, - 52.87910178053005, + 52.879101780530036, 53.76548173591533, 55.26510210176753, 56.53990695128506, @@ -257058,17 +182274,17 @@ ], "ice resistance": 94260.43684055594, "wind resistance": [ - -2283.400678480004, + -2283.400678480026, -4056.255783625351, - -3953.7096910996115, + -3953.7096910996297, -1912.507920440199, - 1334.926669002827, + 1334.9266690028235, 3951.9690258306146, - 3709.138805144081, + 3709.1388051440517, 905.251268090833 ], "relative wind speed": [ - 7.09842562130634, + 7.0984256213063395, 6.731686547741731, 6.760491398244061, 7.164210121663133, @@ -257078,33 +182294,33 @@ 7.612439674409209 ], "relative wind angle": [ - 0.08558701547126912, + 0.08558701547127173, 0.033421791522303686, - 0.04271313453495255, - 0.08849783274119905, - 0.07915559913886594, + 0.04271313453495514, + 0.08849783274119906, + 0.07915559913886595, 0.02813049454469375, - 0.036213741069486736, - 0.08327451482216797 + 0.0362137410694898, + 0.08327451482216798 ], "resistance": [ - 91977.03616207594, + 91977.0361620759, 90204.18105693058, - 90306.72714945633, + 90306.7271494563, 92347.92892011574, - 95595.36350955877, + 95595.36350955875, 98212.40586638654, - 97969.57564570001, + 97969.57564569998, 95165.68810864678 ], "fuel": [ - 57.365072399534164, + 57.36507239953416, 56.48839614184007, - 56.538786473061805, + 56.53878647306179, 57.549958047949666, 59.190627416452855, 60.541364474595824, - 60.41495958714316, + 60.414959587143144, 58.971294172317535 ] }, @@ -257138,53 +182354,53 @@ ], "ice resistance": 76024.93341795956, "wind resistance": [ - -2693.338034145563, + -2693.338034145614, -3846.3948599924297, - -3413.786172231332, + -3413.78617223135, -1119.4536789578851, 1918.586651883641, 3969.306802886633, - 2942.412469772673, - 96.24536127721512 + 2942.4124697726766, + 96.24536127720785 ], "relative wind speed": [ - 7.012212396122985, + 7.012212396122984, 6.745704242057674, - 6.866681648581885, + 6.866681648581884, 7.290187116729133, 7.744609124875439, 7.977817211752214, 7.87393017002777, - 7.483532921589998 + 7.483532921589999 ], "relative wind angle": [ - 0.07197279786474194, - 0.014381645562222507, - 0.05348052240507272, + 0.07197279786474811, + 0.014381645562222508, + 0.0534805224050748, 0.08461321037958665, 0.06515627747717982, 0.012160390696144857, - 0.04663386083331063, - 0.08242209921790561 + 0.04663386083331062, + 0.08242209921790697 ], "resistance": [ - 73331.595383814, + 73331.59538381395, 72178.53855796713, - 72611.14724572824, + 72611.1472457282, 74905.47973900168, 77943.5200698432, 79994.2402208462, - 78967.34588773223, + 78967.34588773224, 76121.17877923677 ], "fuel": [ - 48.73022293251141, + 48.730222932511396, 48.238706805768814, 48.42253601082434, 49.40911131962643, 50.745625412743394, 51.66720703500948, - 51.20377065564155, + 51.203770655641556, 49.9398075622269 ] }, @@ -257218,39 +182434,39 @@ ], "ice resistance": 51524.919493617504, "wind resistance": [ - -3043.4722837624395, + -3043.472283762472, -3804.531782116759, - -3133.335963403282, + -3133.3359634032677, -595.3450252933362, - 2390.292217701619, + 2390.2922177016117, 4113.187208194209, 2518.0017549789554, -443.72774483692774 ], "relative wind speed": [ - 6.943743700177403, + 6.943743700177402, 6.738219053820243, - 6.925578243415734, + 6.925578243415733, 7.375368126782305, - 7.805948631273275, + 7.805948631273276, 7.9840349817973815, 7.822069841298858, 7.399483468612804 ], "relative wind angle": [ - 0.06471049695582834, - 0.0017958412616189442, - 0.062404459809837345, + 0.06471049695583178, + 0.0017958412616189445, + 0.06240445980983557, 0.08455872830901164, - 0.05755451296832618, + 0.05755451296832811, 0.001515620856182374, - 0.055244493052328286, - 0.08428249108116681 + 0.05524449305232829, + 0.08428249108116682 ], "resistance": [ - 48481.44720985506, + 48481.44720985503, 47720.38771150075, - 48391.58353021422, + 48391.58353021424, 50929.574468324165, 53915.21171131912, 55638.10670181172, @@ -257258,7 +182474,7 @@ 51081.19174878058 ], "fuel": [ - 39.23291251638504, + 39.23291251638503, 38.97831300381037, 39.202737931007945, 40.06650905715202, @@ -257298,9 +182514,9 @@ ], "ice resistance": 49779.61420027257, "wind resistance": [ - -2687.029197399992, + -2687.0291974000284, -4057.869215754705, - -3696.0907606934015, + -3696.090760693416, -1375.8922372372654, 1844.5466912829943, 4136.357160286119, @@ -257308,7 +182524,7 @@ 325.888119464591 ], "relative wind speed": [ - 7.021867749626361, + 7.02186774962636, 6.715951790412512, 6.817419490751966, 7.254090219052043, @@ -257318,19 +182534,19 @@ 7.5248406275770225 ], "relative wind angle": [ - 0.07887366593671391, + 0.07887366593671814, 0.0202362714859072, - 0.0529890634469574, - 0.08924611121723382, + 0.0529890634469595, + 0.0892461112172338, 0.07152402900247846, 0.01696919576828252, 0.04559160345310792, - 0.08602686275377398 + 0.08602686275377397 ], "resistance": [ - 47092.585002872576, + 47092.58500287254, 45721.74498451786, - 46083.52343957916, + 46083.52343957915, 48403.72196303531, 51624.16089155556, 53915.97136055869, @@ -257338,7 +182554,7 @@ 50105.50231973716 ], "fuel": [ - 38.76991453314395, + 38.76991453314394, 38.31996308195626, 38.43803059436463, 39.20681204012678, @@ -257378,17 +182594,17 @@ ], "ice resistance": 17884.578611040095, "wind resistance": [ - -1432.3375829569632, + -1432.3375829569923, -3758.2020776335994, - -4104.206344723287, + -4104.206344723356, -2685.244981544056, - 376.98712819233697, + 376.98712819232605, 3353.6068833719946, 4173.39089100558, 1828.3176720168813 ], "relative wind speed": [ - 7.24611565196513, + 7.246115651965129, 6.806529869569118, 6.709422685571675, 7.024069061204904, @@ -257398,29 +182614,29 @@ 7.74143258378979 ], "relative wind angle": [ - 0.09027440928389428, + 0.09027440928389677, 0.05287622251416627, - 0.0215396287563018, - 0.08039616628603198, - 0.0868160529772413, + 0.021539628756312112, + 0.080396166286032, + 0.0868160529772426, 0.04536016372908111, 0.01802907565829437, 0.07293229970334991 ], "resistance": [ - 16452.241028083132, + 16452.241028083103, 14126.376533406496, - 13780.372266316808, + 13780.37226631674, 15199.333629496039, - 18261.565739232432, + 18261.56573923242, 21238.18549441209, 22057.969502045675, 19712.896283056976 ], "fuel": [ - 30.381389373036193, + 30.38138937303619, 29.887284004640534, - 29.815499062427786, + 29.815499062427776, 30.112721285946414, 30.779681566921035, 31.46143889846784, @@ -257458,19 +182674,19 @@ ], "ice resistance": 36266.874608789396, "wind resistance": [ - -2563.1920237373342, + -2563.1920237373597, -3922.6488617470022, - -3597.846497317554, + -3597.8464973175505, -1383.9263223498092, 1727.454642310222, 3968.236508937596, - 3197.9080275281594, + 3197.9080275281376, 361.78003850093955 ], "relative wind speed": [ - 7.039999785745519, + 7.039999785745517, 6.739900907092725, - 6.830869084709512, + 6.83086908470951, 7.248583548448419, 7.7217041725243165, 7.984988921335273, @@ -257478,27 +182694,27 @@ 7.526244006969168 ], "relative wind angle": [ - 0.07660943287071008, - 0.020673317261734957, - 0.05005347851944606, + 0.07660943287071154, + 0.02067331726173496, + 0.05005347851944384, 0.08600640556259899, - 0.0698344784410438, - 0.017449398731049757, - 0.04323499901758205, + 0.06983447844104382, + 0.01744939873104976, + 0.04323499901758462, 0.08282601523306089 ], "resistance": [ - 33703.68258505206, + 33703.68258505204, 32344.225747042394, - 32669.028111471842, + 32669.028111471845, 34882.94828643958, 37994.32925109962, 40235.11111772699, - 39464.782636317555, + 39464.78263631753, 36628.654647290336 ], "fuel": [ - 34.67464329272997, + 34.67464329272996, 34.296128500317735, 34.38593827106763, 35.00855739310629, @@ -257525,68 +182741,7 @@ "id": "4821", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.162557987300977, - 15.162557987300977, - 15.162557987300977, - 15.162557987300977, - 15.162557987300977, - 15.162557987300977, - 15.162557987300977, - 15.162557987300977 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -520.1826009980841, - -1709.8789085762883, - -1944.7167113394053, - -1348.786195353886, - 85.46015013677243, - 1563.3495425346691, - 2114.7289235604794, - 1048.2082455182071 - ], - "relative wind speed": [ - 4.16445954468247, - 3.770611337097875, - 3.652854073057013, - 3.902857610660291, - 4.333341642460783, - 4.680070857810873, - 4.772549655114384, - 4.570369302418862 - ], - "relative wind angle": [ - 0.13487118627092187, - 0.08915405733445782, - 0.0233220604225795, - 0.11715370458790425, - 0.12958465650960013, - 0.07179565141846811, - 0.017849763859000767, - 0.0999809654765958 - ], - "resistance": [ - 96114.31739900191, - 94924.62109142372, - 94689.78328866059, - 95285.71380464612, - 96719.96015013677, - 98197.84954253466, - 98749.22892356048, - 97682.70824551821 - ], - "fuel": [ - 44.703124346706005, - 44.09521372494123, - 43.975838792213175, - 44.27916808517131, - 45.014618488092665, - 45.78045544701152, - 46.06825999009908, - 45.51258835362141 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -55.625, -69.375 -55.3125, -69.0625 -55.3125, -69.0625 -55.625, -69.375 -55.625))", @@ -257605,68 +182760,7 @@ "id": "4822", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.847917002865467, - 10.847917002865467, - 10.847917002865467, - 10.847917002865467, - 10.847917002865467, - 10.847917002865467, - 10.847917002865467, - 10.847917002865467 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -481.71622721899666, - -1129.4044304931513, - -1188.4197220825786, - -685.5226376129244, - 260.9374264698299, - 1133.5505713660878, - 1271.109073101603, - 498.4790544174648 - ], - "relative wind speed": [ - 2.906026882041033, - 2.5832139621595784, - 2.540993309978981, - 2.814726181569676, - 3.195671997755885, - 3.461837284172961, - 3.4929449974238462, - 3.2763742581048954 - ], - "relative wind angle": [ - 0.16473199154840626, - 0.09043454429093188, - 0.057736517014953595, - 0.15720000215874866, - 0.14968294676108493, - 0.06744118869686501, - 0.041990270553323675, - 0.13490346370713976 - ], - "resistance": [ - 96152.78377278101, - 95505.09556950687, - 95446.08027791744, - 95948.97736238709, - 96895.43742646984, - 97768.0505713661, - 97905.60907310162, - 97132.97905441748 - ], - "fuel": [ - 41.332751156390145, - 41.00104980668371, - 40.970903828985215, - 41.228207216749865, - 41.71500834771581, - 42.16678044004824, - 42.23825620539648, - 41.83770849461358 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -55.625, -69.0625 -55.3125, -68.75 -55.3125, -68.75 -55.625, -69.0625 -55.625))", @@ -257685,68 +182779,7 @@ "id": "4823", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.68105200753067, - 12.68105200753067, - 12.68105200753067, - 12.68105200753067, - 12.68105200753067, - 12.68105200753067, - 12.68105200753067, - 12.68105200753067 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -634.87352190192, - -1418.3492775516884, - -1475.9142272667696, - -835.5889580600378, - 341.7096100167091, - 1407.5805031999516, - 1542.1557596999428, - 575.2952822183715 - ], - "relative wind speed": [ - 3.395059276556892, - 3.0618111350052173, - 3.0269181710243007, - 3.318662172645167, - 3.7207640057190456, - 3.999478072342378, - 4.025950653387637, - 3.7890623723348105 - ], - "relative wind angle": [ - 0.14783182891354413, - 0.07757866173559871, - 0.0543687561217387, - 0.14207526873015255, - 0.13480822507550552, - 0.05936586116419278, - 0.04086848622977035, - 0.12433899385135204 - ], - "resistance": [ - 95999.6264780981, - 95216.15072244832, - 95158.58577273325, - 95798.91104193998, - 96976.20961001673, - 98042.08050319996, - 98176.65575969996, - 97209.79528221839 - ], - "fuel": [ - 42.54467296617753, - 42.144075012923345, - 42.11473163081463, - 42.44182779818925, - 43.047206346339415, - 43.59973606380621, - 43.66979820347848, - 43.16793156389758 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -56.5625, -68.75 -56.25, -68.4375 -56.25, -68.4375 -56.5625, -68.75 -56.5625))", @@ -257765,68 +182798,7 @@ "id": "4828", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.73323104274888, - 11.73323104274888, - 11.73323104274888, - 11.73323104274888, - 11.73323104274888, - 11.73323104274888, - 11.73323104274888, - 11.73323104274888 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -159.1625896734986, - -1020.6337241776055, - -1258.2215263379485, - -994.5266079077892, - -115.44351817613551, - 893.0525944503397, - 1450.6714736654494, - 855.753440629147 - ], - "relative wind speed": [ - 3.286712968696661, - 2.9323719912344397, - 2.7778465862536836, - 2.9448672722717038, - 3.30247464934674, - 3.6207755320097457, - 3.740640224803161, - 3.6106201263605264 - ], - "relative wind angle": [ - 0.14699681880852242, - 0.11441195511972989, - 0.0028678159463305765, - 0.11777587694464943, - 0.14629018853348102, - 0.09258948313342415, - 0.0021296749646984503, - 0.09598488573375497 - ], - "resistance": [ - 96475.3374103265, - 95613.8662758224, - 95376.27847366205, - 95639.97339209222, - 96519.05648182386, - 97527.55259445035, - 98085.17147366545, - 97490.25344062915 - ], - "fuel": [ - 42.09413093637482, - 41.65225335206405, - 41.530872384969015, - 41.665603995987965, - 42.1166295503789, - 42.63759394216012, - 42.92727098452215, - 42.61825871568147 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -56.5625, -68.4375 -56.25, -68.125 -56.25, -68.125 -56.5625, -68.4375 -56.5625))", @@ -257845,68 +182817,7 @@ "id": "4829", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.927544824860563, - 10.927544824860563, - 10.927544824860563, - 10.927544824860563, - 10.927544824860563, - 10.927544824860563, - 10.927544824860563, - 10.927544824860563 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 303.843221720595, - -642.1546798025774, - -1170.0943201051164, - -1135.2989732839073, - -521.7259337217188, - 444.15420230692735, - 1230.4269644242154, - 1149.2734227708102 - ], - "relative wind speed": [ - 3.2303019665708836, - 2.857227519683564, - 2.578404889587658, - 2.603060403330533, - 2.9106990498510665, - 3.27769288597918, - 3.501263768896322, - 3.4829723356134052 - ], - "relative wind angle": [ - 0.14354368786602792, - 0.15498449987846358, - 0.06273403982571792, - 0.08170672675244386, - 0.15943325568555766, - 0.13497216851791496, - 0.04618479754605679, - 0.061034919857940455 - ], - "resistance": [ - 96938.34322172058, - 95992.3453201974, - 95464.40567989487, - 95499.20102671608, - 96112.77406627826, - 97078.65420230692, - 97864.9269644242, - 97783.7734227708 - ], - "fuel": [ - 41.78861298096452, - 41.301897711889666, - 41.031720896970626, - 41.04949573486785, - 41.36367324138037, - 41.86108646687282, - 42.26856788013729, - 42.22640405143112 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -56.875, -68.4375 -56.5625, -68.125 -56.5625, -68.125 -56.875, -68.4375 -56.875))", @@ -257925,68 +182836,7 @@ "id": "4831", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.739048211794021, - 13.739048211794021, - 13.739048211794021, - 13.739048211794021, - 13.739048211794021, - 13.739048211794021, - 13.739048211794021, - 13.739048211794021 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 695.5118323291699, - -457.61860583255566, - -1296.511737575027, - -1435.2720081436264, - -951.0996992991522, - 122.73504659725222, - 1187.6109295843762, - 1514.236381695262 - ], - "relative wind speed": [ - 4.088366119791216, - 3.753539021461758, - 3.444577245018642, - 3.36833262712409, - 3.5825964717404943, - 3.932007098562771, - 4.20530886046244, - 4.266622823948167 - ], - "relative wind angle": [ - 0.09337992335678705, - 0.11998037450344455, - 0.07384941179571672, - 0.026678249984568636, - 0.10660977828903545, - 0.11451013417169634, - 0.0604720887741531, - 0.021060498416916353 - ], - "resistance": [ - 97330.01183232917, - 96176.88139416745, - 95337.98826242497, - 95199.22799185637, - 95683.40030070084, - 96757.23504659726, - 97822.11092958438, - 98148.73638169526 - ], - "fuel": [ - 44.0757110133554, - 43.4811899920207, - 43.05178983576012, - 42.981015687070325, - 43.22827708526233, - 43.779785247973436, - 44.33092952086605, - 44.50082557848721 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -57.1875, -66.875 -56.875, -66.5625 -56.875, -66.5625 -57.1875, -66.875 -57.1875))", @@ -258005,68 +182855,7 @@ "id": "4840", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 43375.85533491914, - "wind resistance": [ - 4559.853100832719, - 2393.88148110759, - -1001.119283727021, - -3692.6174911705275, - -4291.193031385777, - -3166.649338822681, - -114.89487230470695, - 3141.85543414488 - ], - "relative wind speed": [ - 8.058726093928007, - 7.82295877356564, - 7.3235344081122715, - 6.832326161664566, - 6.664196068699794, - 6.939444612223827, - 7.464611126657943, - 7.916684578765524 - ], - "relative wind angle": [ - 0.008792341622724123, - 0.06948811891538538, - 0.09535771303181201, - 0.06487882862462122, - 0.010632264446115716, - 0.07835230437578772, - 0.09355018165511114, - 0.05598225661082159 - ], - "resistance": [ - 47935.70843575186, - 45769.736816026736, - 42374.73605119212, - 39683.23784374862, - 39084.66230353336, - 40209.20599609646, - 43260.960462614436, - 46517.710769064026 - ], - "fuel": [ - 39.05012626233265, - 38.33559734590635, - 37.25075173482871, - 36.421183523231306, - 36.2403558000523, - 36.58117724243516, - 37.52980115347118, - 38.58037195954985 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -57.5, -66.875 -57.1875, -66.5625 -57.1875, -66.5625 -57.5, -66.875 -57.5))", @@ -258085,68 +182874,7 @@ "id": "4842", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 74649.69927816562, - "wind resistance": [ - 4114.790603099063, - 2408.0512649657685, - -572.0467429010714, - -3117.813100487492, - -3798.5333474481486, - -3055.333640744313, - -466.6311335458231, - 2496.843480844738 - ], - "relative wind speed": [ - 7.983630604790457, - 7.808103985081019, - 7.379008725080046, - 6.928607974912239, - 6.738613080288586, - 6.941237356390082, - 7.395775423495215, - 7.819312975547518 - ], - "relative wind angle": [ - 0.0010538156199852975, - 0.05716786518709304, - 0.08446255682144539, - 0.06271333902496362, - 0.0012485173380913962, - 0.06431666918127996, - 0.08427061969019119, - 0.055561770726563646 - ], - "resistance": [ - 78764.48988126469, - 77057.75054313138, - 74077.65253526454, - 71531.88617767813, - 70851.16593071747, - 71594.3656374213, - 74183.06814461979, - 77146.54275901035 - ], - "fuel": [ - 51.112686074414654, - 50.35240509717869, - 49.05088247094761, - 47.96522209289787, - 47.67901037902689, - 47.991578239526376, - 49.09635768757404, - 50.39169103002472 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -56.5625, -66.25 -56.25, -65.9375 -56.25, -65.9375 -56.5625, -66.25 -56.5625))", @@ -258165,68 +182893,7 @@ "id": "4844", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 24131.358119394612, - "wind resistance": [ - 2881.1493742511047, - -804.9278597026823, - -3871.668239904131, - -4653.160720965156, - -3620.416681224662, - -382.0957452122966, - 3238.690445967586, - 5087.48221729766 - ], - "relative wind speed": [ - 7.899632504764132, - 7.367261189088904, - 6.814755911190502, - 6.5944891420378475, - 6.866286440989491, - 7.434618064957105, - 7.944128968674683, - 8.127902321976261 - ], - "relative wind angle": [ - 0.07172206266584263, - 0.10425931243694536, - 0.07611525093135019, - 0.005134708951207111, - 0.08253887944662026, - 0.1033113431804216, - 0.06527768581197685, - 0.004165986528681448 - ], - "resistance": [ - 27012.507493645717, - 23326.43025969193, - 20259.68987949048, - 19478.197398429456, - 20510.94143816995, - 23749.262374182315, - 27370.048565362198, - 29218.840336692272 - ], - "fuel": [ - 32.87798841955096, - 31.959403264744527, - 31.23368916655668, - 31.054351892747945, - 31.291829262146187, - 32.06220755535652, - 32.969778951212454, - 33.4520033244289 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -56.5625, -65.9375 -56.25, -65.625 -56.25, -65.625 -56.5625, -65.9375 -56.5625))", @@ -258245,68 +182912,7 @@ "id": "4845", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 31800.91456817628, - "wind resistance": [ - 2901.148605687129, - -820.8193509707162, - -3911.5605254864313, - -4696.035283884608, - -3645.22385362981, - -372.6551881447085, - 3280.184500421059, - 5135.589133527057 - ], - "relative wind speed": [ - 7.903744763743357, - 7.365990422603166, - 6.808524982746111, - 6.587301618395256, - 6.863189189663241, - 7.437387460501794, - 7.950882636716062, - 8.135109374298425 - ], - "relative wind angle": [ - 0.07251286520309004, - 0.10525999949906456, - 0.07672290190823092, - 0.005449189457828149, - 0.08353077255717647, - 0.1042458357920063, - 0.06568237877813268, - 0.004412404519096977 - ], - "resistance": [ - 34702.06317386341, - 30980.095217205562, - 27889.354042689847, - 27104.87928429167, - 28155.69071454647, - 31428.25938003157, - 35081.09906859734, - 36936.50370170333 - ], - "fuel": [ - 34.957003007901335, - 33.92322486446899, - 33.10394600355998, - 32.901657202227526, - 33.17314568741809, - 34.04497288341949, - 35.06517243424273, - 35.602381947557724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -57.5, -65.9375 -57.1875, -65.625 -57.1875, -65.625 -57.5, -65.9375 -57.5))", @@ -258338,54 +182944,54 @@ ], "ice resistance": 5005.485282611782, "wind resistance": [ - 3529.5988883865284, + 3529.598888386394, 1482.72987679757, - -1318.7274891984598, - -3278.7687745510048, - -3541.2757540421917, + -1318.7274891984816, + -3278.7687745510157, + -3541.2757540421553, -2277.004793409571, - 373.52848593671297, - 2905.713487705936 + 373.5284859367239, + 2905.7134877059616 ], "relative wind speed": [ - 7.920157148664054, + 7.920157148664053, 7.675895315846653, 7.247765583321023, - 6.877779001562669, - 6.80456144098159, + 6.87777900156267, + 6.8045614409815895, 7.078953083881201, - 7.516704045847158, - 7.856659701762026 + 7.516704045847157, + 7.856659701762025 ], "relative wind angle": [ - 0.01702763156771113, - 0.06385954588430477, - 0.07705055867388215, - 0.04350629916438946, - 0.019819621218713925, - 0.06925287619476174, - 0.07428860658189577, - 0.038082932588865345 + 0.017027631567724168, + 0.06385954588430479, + 0.07705055867388504, + 0.04350629916439201, + 0.01981962121870832, + 0.06925287619476173, + 0.07428860658189429, + 0.038082932588862424 ], "resistance": [ - 8535.08417099831, + 8535.084170998176, 6488.215159409352, - 3686.7577934133224, - 1726.7165080607774, - 1464.2095285695905, + 3686.7577934133005, + 1726.7165080607665, + 1464.2095285696269, 2728.480489202211, - 5379.013768548495, - 7911.198770317718 + 5379.013768548506, + 7911.198770317744 ], "fuel": [ - 28.7818330013093, + 28.781833001309273, 28.406235791216382, 27.917443155760843, - 27.592822874350013, - 27.550432197167858, + 27.592822874350006, + 27.550432197167865, 27.75694808472562, 28.209212267044087, - 28.665699288713483 + 28.66569928871349 ] }, { @@ -258418,19 +183024,19 @@ ], "ice resistance": 13318.088994510574, "wind resistance": [ - 2512.6554126267947, + 2512.655412626733, -10.770533741040708, - -2442.13836267282, + -2442.138362672831, -3397.9947191068313, -2984.335723370994, -926.933700895177, - 1742.5794914086619, + 1742.57949140868, 3497.191416317517 ], "relative wind speed": [ - 7.803939852859889, + 7.803939852859887, 7.453922343441134, - 7.042089467329836, + 7.042089467329835, 6.81826818390199, 6.933360014112035, 7.308351387986999, @@ -258438,33 +183044,33 @@ 7.904693370696443 ], "relative wind angle": [ - 0.04262230605903178, - 0.07294434583875083, - 0.06191541529883811, + 0.04262230605903699, + 0.07294434583875081, + 0.061915415298839906, 0.010704305343219749, 0.04797801016881084, 0.07439994377453617, - 0.056575362883052246, + 0.05657536288305028, 0.009233054885163168 ], "resistance": [ - 15830.744407137368, + 15830.744407137307, 13307.318460769533, - 10875.950631837753, + 10875.950631837743, 9920.094275403742, 10333.75327113958, 12391.155293615397, - 15060.668485919236, + 15060.668485919254, 16815.28041082809 ], "fuel": [ - 30.247388198046384, + 30.247388198046366, 29.718076234994022, 29.230487905474433, 29.044823571158446, 29.124754886090177, 29.531765453903873, - 30.08334553897385, + 30.083345538973855, 30.460329461197055 ] }, @@ -258498,49 +183104,49 @@ ], "ice resistance": 7983.339025159752, "wind resistance": [ - 2605.267325432389, + 2605.267325432338, 97.22551936321543, - -2379.324579170898, + -2379.324579170938, -3415.9755172695004, - -3048.1680494211505, + -3048.1680494211214, -1032.9312632995643, 1655.3098058168398, 3480.423536935661 ], "relative wind speed": [ - 7.8157104111789195, + 7.815710411178919, 7.470947730022671, 7.054668913406534, 6.818158723192868, - 6.920539582555456, + 6.920539582555455, 7.291374175037, 7.694858274675555, 7.905182412220252 ], "relative wind angle": [ - 0.04104273708230662, - 0.07281986439698851, - 0.0635484412088021, + 0.041042737082312035, + 0.0728198643969885, + 0.06354844120880733, 0.013205013639189005, - 0.04635519681656993, + 0.04635519681656514, 0.07461658338177139, - 0.05825513776217253, - 0.011389137414373637 + 0.05825513776217254, + 0.011389137414373635 ], "resistance": [ - 10588.606350592141, + 10588.60635059209, 8080.5645445229675, - 5604.014445988854, + 5604.014445988814, 4567.363507890252, - 4935.170975738602, + 4935.170975738631, 6950.407761860188, 9638.648830976592, 11463.762562095413 ], "fuel": [ - 29.174317120541055, + 29.174317120541048, 28.697082810811764, - 28.24880819914854, + 28.248808199148527, 28.067942366349925, 28.131656512715303, 28.489684703757696, @@ -258565,68 +183171,7 @@ "id": "4860", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.027467090687313, - 14.027467090687313, - 14.027467090687313, - 14.027467090687313, - 14.027467090687313, - 14.027467090687313, - 14.027467090687313, - 14.027467090687313 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2077.088872104934, - 1234.4025488932275, - -215.1229260469172, - -1452.0480266572958, - -1797.3733740378002, - -1429.572730632488, - -177.4860111805383, - 1266.5131809463846 - ], - "relative wind speed": [ - 4.472349164833505, - 4.319254721712864, - 3.933164497423609, - 3.5085313134642484, - 3.320702976042148, - 3.5175295245730713, - 3.944514208808053, - 4.3265671530351835 - ], - "relative wind angle": [ - 0.001282656605227336, - 0.09535186145020175, - 0.14693024520611175, - 0.11514925659001875, - 0.0017274924976912736, - 0.11717533727646533, - 0.14650442141794198, - 0.0933067867748805 - ], - "resistance": [ - 98711.58887210497, - 97868.90254889325, - 96419.37707395312, - 95182.45197334273, - 94837.12662596224, - 95204.92726936754, - 96457.0139888195, - 97901.01318094641 - ], - "fuel": [ - 45.03782845372177, - 44.59854462159492, - 43.84910350730411, - 43.21576453664462, - 43.03996523044075, - 43.227221710414554, - 43.86846387194552, - 44.61523514246489 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -57.8125, -67.8125 -57.5, -67.5 -57.5, -67.5 -57.8125, -67.8125 -57.8125))", @@ -258645,68 +183190,7 @@ "id": "4861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.635917545910907, - 15.635917545910907, - 15.635917545910907, - 15.635917545910907, - 15.635917545910907, - 15.635917545910907, - 15.635917545910907, - 15.635917545910907 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 2380.5126828055736, - 1487.3645328910561, - -176.6413885134889, - -1641.5611656884148, - -2094.156598931816, - -1714.2203713152103, - -298.4473495283637, - 1383.6667606045985 - ], - "relative wind speed": [ - 4.9402008507612996, - 4.7946999346050445, - 4.400604272407549, - 3.9568783299286254, - 3.7464918268747156, - 3.9309843540518044, - 4.3676615588172725, - 4.773353049675139 - ], - "relative wind angle": [ - 0.0033654882808633172, - 0.08567562740951788, - 0.13605046008136018, - 0.10985255841168896, - 0.0044378079611158, - 0.10456290638697431, - 0.13708306067824322, - 0.09100497033044622 - ], - "resistance": [ - 99015.01268280564, - 98121.86453289111, - 96457.85861148658, - 94992.93883431164, - 94540.34340106824, - 94920.27962868485, - 96336.0526504717, - 98018.16676060465 - ], - "fuel": [ - 46.653980749475316, - 46.18746711976731, - 45.32623193571298, - 44.576565188469154, - 44.34656598488132, - 44.53958999137987, - 45.26359384948593, - 46.133495501900626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -58.125, -68.125 -57.8125, -67.8125 -57.8125, -67.8125 -58.125, -68.125 -58.125))", @@ -258725,68 +183209,7 @@ "id": "4862", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.220708323894874, - 15.220708323894874, - 15.220708323894874, - 15.220708323894874, - 15.220708323894874, - 15.220708323894874, - 15.220708323894874, - 15.220708323894874 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2204.297403052401, - 969.6506163250788, - -707.2738917937113, - -1891.640219630336, - -2063.0090859201528, - -1307.9452664803512, - 271.12402681352523, - 1802.9146473165247 - ], - "relative wind speed": [ - 4.8175647214400925, - 4.5752621239149835, - 4.132740668583946, - 3.7290495879444063, - 3.64293156361317, - 3.942950255823956, - 4.4045811138705995, - 4.751217674774005 - ], - "relative wind angle": [ - 0.028488803669611776, - 0.11226277915870146, - 0.14267294499135869, - 0.08551027968468441, - 0.03767860142499389, - 0.1303612831524273, - 0.13381278983162687, - 0.0670822993024457 - ], - "resistance": [ - 98838.79740305242, - 97604.15061632509, - 95927.2261082063, - 94742.85978036968, - 94571.49091407986, - 95326.55473351966, - 96905.62402681354, - 98437.41464731655 - ], - "fuel": [ - 46.16918491677857, - 45.52589202055239, - 44.661241393878484, - 44.0568670654102, - 43.969850919740544, - 44.3540704356036, - 45.16444835101137, - 45.95942860610488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -58.4375, -68.75 -58.125, -68.4375 -58.125, -68.4375 -58.4375, -68.75 -58.4375))", @@ -258805,68 +183228,7 @@ "id": "4864", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.05107316187953, - 15.05107316187953, - 15.05107316187953, - 15.05107316187953, - 15.05107316187953, - 15.05107316187953, - 15.05107316187953, - 15.05107316187953 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 935.4198092060151, - -690.6989439727486, - -1837.1477099588956, - -2001.34530857536, - -1266.6396480186886, - 265.7205790017897, - 1749.7581210035578, - 2134.4305309858128 - ], - "relative wind speed": [ - 4.520291754356616, - 4.086021674792612, - 3.6908594449133574, - 3.6074708842351026, - 3.902087821171306, - 4.354739232349373, - 4.694345904013859, - 4.758726796952504 - ], - "relative wind angle": [ - 0.11154095515619947, - 0.1414238613851936, - 0.08445593510255683, - 0.03760554343401082, - 0.12930453585778276, - 0.13264375488404426, - 0.06637202846340619, - 0.02850495630756133 - ], - "resistance": [ - 97569.91980920603, - 95943.80105602727, - 94797.35229004112, - 94633.15469142466, - 95367.86035198133, - 96900.2205790018, - 98384.25812100357, - 98768.93053098583 - ], - "fuel": [ - 45.35104028257368, - 44.51263937868315, - 43.92746254550082, - 43.84405227680884, - 44.21805315355995, - 45.004562346162245, - 45.77459765905326, - 45.97553335916959 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -58.4375, -68.4375 -58.125, -68.125 -58.125, -68.125 -58.4375, -68.4375 -58.4375))", @@ -258885,68 +183247,7 @@ "id": "4865", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.633679289981648, - 15.633679289981648, - 15.633679289981648, - 15.633679289981648, - 15.633679289981648, - 15.633679289981648, - 15.633679289981648, - 15.633679289981648 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1714.7591137671398, - 3.7311811565195967, - -1597.738825022855, - -2205.675016039042, - -1888.2259944820098, - -482.9310122161669, - 1299.9111583745644, - 2459.1114862479853 - ], - "relative wind speed": [ - 4.846664323208237, - 4.45307159040538, - 3.978839562715036, - 3.7197421906587986, - 3.87482354771356, - 4.321407872267965, - 4.761643447587048, - 4.966682053726403 - ], - "relative wind angle": [ - 0.0813590095095259, - 0.14048739619818001, - 0.1229432953249938, - 0.01788046222630675, - 0.10182823835665887, - 0.14479744664852018, - 0.10265327299388884, - 0.013391063241177214 - ], - "resistance": [ - 98349.25911376714, - 96638.23118115652, - 95036.76117497715, - 94428.82498396096, - 94746.27400551799, - 96151.56898778383, - 97934.41115837457, - 99093.61148624799 - ], - "fuel": [ - 46.30381294947833, - 45.4169426171432, - 44.596728839654276, - 44.2878653946824, - 44.448974566152, - 45.16668282057414, - 46.087786015306946, - 46.693030586724404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -58.75, -68.75 -58.4375, -68.4375 -58.4375, -68.4375 -58.75, -68.75 -58.75))", @@ -258965,68 +183266,7 @@ "id": "4866", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.192505740927706, - 15.192505740927706, - 15.192505740927706, - 15.192505740927706, - 15.192505740927706, - 15.192505740927706, - 15.192505740927706, - 15.192505740927706 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 936.7326032447245, - -722.6586287146656, - -1882.603221711045, - -2040.9594146210475, - -1277.9374316485955, - 291.03302946249096, - 1799.832274989517, - 2170.7731769455177 - ], - "relative wind speed": [ - 4.559205672073888, - 4.118941375189272, - 3.7214394250624565, - 3.641743932085427, - 3.943220421142748, - 4.401098226322811, - 4.74196502049295, - 4.80344093157258 - ], - "relative wind angle": [ - 0.1124626813880205, - 0.1415731510874233, - 0.08346787846388995, - 0.0391152681642972, - 0.1301238735719463, - 0.13244150425810103, - 0.06547536610258806, - 0.02965214777539817 - ], - "resistance": [ - 97571.23260324475, - 95911.84137128535, - 94751.89677828897, - 94593.54058537897, - 95356.56256835142, - 96925.5330294625, - 98434.33227498953, - 98805.27317694553 - ], - "fuel": [ - 45.48256878099062, - 44.62710773477184, - 44.035209355660946, - 43.95479150962708, - 44.343134494672086, - 45.14847540482586, - 45.93157065762894, - 46.125393270814286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -58.4375, -68.125 -58.125, -67.8125 -58.125, -67.8125 -58.4375, -68.125 -58.4375))", @@ -259045,68 +183285,7 @@ "id": "4868", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.340354463648904, - 19.340354463648904, - 19.340354463648904, - 19.340354463648904, - 19.340354463648904, - 19.340354463648904, - 19.340354463648904, - 19.340354463648904 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2421.0168974181415, - 546.8848434244774, - -1530.5447417253108, - -2649.062673424407, - -2545.2827461020024, - -1160.2810243864787, - 976.4675699174168, - 2665.535281913759 - ], - "relative wind speed": [ - 5.918675591976534, - 5.589523388883651, - 5.125933005937541, - 4.799782874092655, - 4.840175825569981, - 5.216823848915491, - 5.672991592108253, - 5.95147940826965 - ], - "relative wind angle": [ - 0.0464647737342554, - 0.1032696433185984, - 0.10553517707732467, - 0.03905749088296296, - 0.05682830764688922, - 0.11067666768946685, - 0.0953255882339013, - 0.03149650610660992 - ], - "resistance": [ - 99055.51689741816, - 97181.38484342449, - 95103.9552582747, - 93985.4373265756, - 94089.21725389801, - 95474.21897561353, - 97610.96756991743, - 99300.03528191378 - ], - "fuel": [ - 50.67989203027638, - 49.70412405312721, - 48.637782302406634, - 48.07029944501072, - 48.12275651882175, - 48.82666211968025, - 49.92663200280617, - 50.80816451608507 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -58.75, -67.8125 -58.4375, -67.5 -58.4375, -67.5 -58.75, -67.8125 -58.75))", @@ -259125,68 +183304,7 @@ "id": "4871", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78963.84584989019, - "wind resistance": [ - 3800.9166647407437, - 1505.2780662879668, - -1538.1057746587649, - -3601.0619574810516, - -3828.9017405191407, - -2365.9020554252675, - 546.6985395845986, - 3260.432347667047 - ], - "relative wind speed": [ - 7.965291708234331, - 7.688745291662731, - 7.219983837913169, - 6.8245006018661725, - 6.7607246188804195, - 7.0736458216068865, - 7.551496722496475, - 7.910718102974635 - ], - "relative wind angle": [ - 0.02088096678808263, - 0.07075818020795675, - 0.0835375190535073, - 0.04520384605417929, - 0.02460204975178106, - 0.07692273872839764, - 0.07986220041858597, - 0.03899352545730188 - ], - "resistance": [ - 82764.76251463093, - 80469.12391617816, - 77425.74007523143, - 75362.78389240913, - 75134.94410937105, - 76597.94379446493, - 79510.54438947479, - 82224.27819755723 - ], - "fuel": [ - 52.93711520674975, - 51.88284843837723, - 50.51541246028579, - 49.60809572628111, - 49.50885970187815, - 50.149433865415844, - 51.44842675367974, - 52.687134067281825 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -59.0625, -68.75 -58.75, -68.4375 -58.75, -68.4375 -59.0625, -68.75 -59.0625))", @@ -259205,68 +183323,7 @@ "id": "4872", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.659344121213172, - 15.659344121213172, - 15.659344121213172, - 15.659344121213172, - 15.659344121213172, - 15.659344121213172, - 15.659344121213172, - 15.659344121213172 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1094.6437025306814, - -485.2075132896225, - -1709.0065472269252, - -1967.5270588288586, - -1401.9844888128046, - 30.138106258308653, - 1532.3563113088794, - 2140.417708169248 - ], - "relative wind speed": [ - 4.708298352705104, - 4.314697930299408, - 3.9271377561830096, - 3.802180276750157, - 4.035453335150871, - 4.4538004859373626, - 4.799015111689873, - 4.898610225498451 - ], - "relative wind angle": [ - 0.09300560571398535, - 0.12741882755150713, - 0.08620716648315128, - 0.018438298197490884, - 0.10856954343014205, - 0.12341857762765292, - 0.07051626762620257, - 0.014311029290994218 - ], - "resistance": [ - 97729.14370253065, - 96149.29248671034, - 94925.49345277305, - 94666.97294117112, - 95232.51551118717, - 96664.63810625828, - 98166.85631130885, - 98774.91770816922 - ], - "fuel": [ - 46.00576359357075, - 45.190145468122566, - 44.56472742532833, - 44.43332442992302, - 44.7211062480154, - 45.45517848559317, - 46.23338130394383, - 46.55076626554025 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -59.375, -68.125 -59.0625, -67.8125 -59.0625, -67.8125 -59.375, -68.125 -59.375))", @@ -259285,68 +183342,7 @@ "id": "4878", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.60767703944815, - 21.60767703944815, - 21.60767703944815, - 21.60767703944815, - 21.60767703944815, - 21.60767703944815, - 21.60767703944815, - 21.60767703944815 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2731.3856144873207, - 1183.5247459379461, - -957.019074531805, - -2475.2660574083948, - -2694.7254436791627, - -1752.230611356772, - 262.4367010500355, - 2211.294295159336 - ], - "relative wind speed": [ - 6.52842640771224, - 6.305559896266579, - 5.90611311632171, - 5.553739868177094, - 5.478242390054865, - 5.7333590014670435, - 6.144047436529215, - 6.464322433304889 - ], - "relative wind angle": [ - 0.018293622640156125, - 0.07235077206392287, - 0.08904187353775864, - 0.05168659902705865, - 0.021801037617642224, - 0.07958611232921985, - 0.0855850233143944, - 0.044400698112643786 - ], - "resistance": [ - 99365.88561448737, - 97818.02474593799, - 95677.48092546823, - 94159.23394259164, - 93939.77455632089, - 94882.26938864327, - 96896.93670105009, - 98845.79429515937 - ], - "fuel": [ - 53.73983277412879, - 52.93121085976823, - 51.827653135271795, - 51.05525576161576, - 50.944316878713835, - 51.42202517349606, - 52.454253975475005, - 53.4671360383426 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -59.6875, -68.75 -59.375, -68.4375 -59.375, -68.4375 -59.6875, -68.75 -59.6875))", @@ -259365,68 +183361,7 @@ "id": "4880", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.23565944114709, - 19.23565944114709, - 19.23565944114709, - 19.23565944114709, - 19.23565944114709, - 19.23565944114709, - 19.23565944114709, - 19.23565944114709 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2188.698461987089, - 212.436148281844, - -1778.2384592236867, - -2670.349017805598, - -2410.6867612465776, - -850.9945570120617, - 1288.147152386009, - 2800.797669326066 - ], - "relative wind speed": [ - 5.856828804903098, - 5.493037204225444, - 5.030818282316827, - 4.749623556836108, - 4.851171681708141, - 5.2595487076692, - 5.703260273357373, - 5.939476946979183 - ], - "relative wind angle": [ - 0.05769432661510178, - 0.10854511992035444, - 0.1003190621237844, - 0.024734240869636784, - 0.06967218798161659, - 0.1133841002478685, - 0.08845792209484102, - 0.019778511630899862 - ], - "resistance": [ - 98823.1984619871, - 96846.93614828185, - 94856.26154077631, - 93964.1509821944, - 94223.81323875343, - 95783.50544298794, - 97922.64715238601, - 99435.29766932607 - ], - "fuel": [ - 50.43263101736204, - 49.40577279555687, - 48.38611833480969, - 47.93395027300861, - 48.06525507830822, - 48.85923247977408, - 49.962905704356515, - 50.753623078824425 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -60, -67.8125 -59.6875, -67.5 -59.6875, -67.5 -60, -67.8125 -60))", @@ -259458,9 +183393,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1135.1614711032207, + 1135.1614711032162, 449.1981325541974, - -446.5067842332337, + -446.50678423323734, -1048.9201656911646, -1112.0853210815294, -671.651276537269, @@ -259468,9 +183403,9 @@ 986.3817227257477 ], "relative wind speed": [ - 3.8251435835637246, + 3.8251435835637237, 3.6518390457034897, - 3.356569908180641, + 3.3565699081806404, 3.10416331376247, 3.065777862375441, 3.270288813023321, @@ -259480,11 +183415,11 @@ "relative wind angle": [ 0.028426055029313186, 0.09474820761787749, - 0.11341637157674249, + 0.11341637157674347, 0.06180662110502126, 0.03546959490074388, - 0.1058419182626626, - 0.10652846098285004, + 0.10584191826266261, + 0.10652846098285006, 0.050557304926868364 ], "resistance": [ @@ -259525,68 +183460,7 @@ "id": "4889", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.346536996139097, - 20.346536996139097, - 20.346536996139097, - 20.346536996139097, - 20.346536996139097, - 20.346536996139097, - 20.346536996139097, - 20.346536996139097 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2605.9269493339216, - 1234.4693882858137, - -760.4288022399924, - -2246.195860017857, - -2513.5386649529282, - -1726.9153473614479, - 114.72805813354353, - 1972.8630731303147 - ], - "relative wind speed": [ - 6.178378011827739, - 5.975206279612575, - 5.5855280165947585, - 5.224595942862069, - 5.126743960609253, - 5.362160796801824, - 5.766951991348199, - 6.09585561906687 - ], - "relative wind angle": [ - 0.014746139776424501, - 0.07307970058868422, - 0.09429117495371564, - 0.05887823857314224, - 0.017771263824256384, - 0.0814523310432161, - 0.09131643709773495, - 0.050455228126622294 - ], - "resistance": [ - 99240.42694933394, - 97868.96938828583, - 95874.07119776003, - 94388.30413998215, - 94120.96133504709, - 94907.58465263857, - 96749.22805813357, - 98607.36307313033 - ], - "fuel": [ - 52.02073210184689, - 51.304455618034915, - 50.27506678290102, - 49.51801668530229, - 49.38266820145637, - 49.78167444917688, - 50.72483387846395, - 51.689229662255926 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -57.8125, -66.875 -57.5, -66.5625 -57.5, -66.5625 -57.8125, -66.875 -57.8125))", @@ -259605,68 +183479,7 @@ "id": "4892", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 88825.44893398228, - "wind resistance": [ - 3063.398758808078, - 1137.9526133382678, - -1364.2116580579204, - -3015.0878722596353, - -3163.1031702467044, - -1907.2212795802443, - 509.68751936759145, - 2710.93914121691 - ], - "relative wind speed": [ - 7.853967916206178, - 7.616665514925743, - 7.228744206587637, - 6.912432018872221, - 6.871299192561729, - 7.133440338030202, - 7.526275428006948, - 7.817790493928934 - ], - "relative wind angle": [ - 0.018984780954471883, - 0.05950008217224483, - 0.06803601189003726, - 0.03502667501268642, - 0.021700205724893343, - 0.06353592646982935, - 0.06534247589243929, - 0.030968942339007773 - ], - "resistance": [ - 91888.84769279035, - 89963.40154732054, - 87461.23727592436, - 85810.36106172264, - 85662.34576373558, - 86918.22765440203, - 89335.13645334987, - 91536.38807519918 - ], - "fuel": [ - 57.3211868163168, - 56.37023281462586, - 55.155056887107634, - 54.3660649930042, - 54.29582045096406, - 54.89442078223306, - 56.06292550503185, - 57.14607987615852 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -57.8125, -65.9375 -57.5, -65.625 -57.5, -65.625 -57.8125, -65.9375 -57.8125))", @@ -259698,9 +183511,9 @@ ], "ice resistance": 7292.22002392997, "wind resistance": [ - 3194.8859056424917, + 3194.8859056411457, 2000.3643147306866, - -322.8538170261927, + -322.85381702619634, -2393.291073593351, -3026.9640652973285, -2526.4098939562573, @@ -259708,9 +183521,9 @@ 1811.3688549268809 ], "relative wind speed": [ - 7.8506943470199575, + 7.850694347019957, 7.727153787437302, - 7.3952534029892325, + 7.395253402989232, 7.036770804076626, 6.871583444862203, 7.010217907834875, @@ -259718,19 +183531,19 @@ 7.702981073644814 ], "relative wind angle": [ - 0.002281911123748014, - 0.043173091795475654, - 0.06624724674423728, - 0.051016615146481877, + 0.002281911123893974, + 0.04317309179547566, + 0.06624724674423729, + 0.05101661514648188, 0.0026070543493156937, 0.04759159078271426, 0.06656953022306644, - 0.04660097579488615 + 0.046600975794886146 ], "resistance": [ - 10487.105929572463, + 10487.105929571117, 9292.584338660658, - 6969.366206903777, + 6969.366206903774, 4898.928950336619, 4265.2559586326415, 4765.810129973713, @@ -259738,9 +183551,9 @@ 9103.588878856852 ], "fuel": [ - 29.154548993164255, + 29.154548993163996, 28.924785407191948, - 28.493124624041194, + 28.49312462404119, 28.125356061938135, 28.015985757667444, 28.102256128420663, @@ -259778,9 +183591,9 @@ ], "ice resistance": 23245.014940608722, "wind resistance": [ - 2389.9684492202214, + 2389.968449219974, 1791.1972951750759, - 47.8584719119026, + 47.858471911851666, -1680.9416417971443, -2402.7342710731027, -2152.573734450376, @@ -259788,7 +183601,7 @@ 1122.0227096398994 ], "relative wind speed": [ - 7.738887087173328, + 7.738887087173327, 7.676132938892274, 7.434154042399188, 7.145845921250064, @@ -259798,19 +183611,19 @@ 7.589601530602587 ], "relative wind angle": [ - 0.00819840024494525, + 0.008198400244972334, 0.028934873412577493, - 0.050802342816270815, + 0.05080234281627737, 0.04364799648676971, 0.009084709045435584, 0.031492924641987004, 0.05168413272062003, - 0.041094464101528304 + 0.04109446410152831 ], "resistance": [ - 25634.983389828943, + 25634.983389828696, 25036.212235783798, - 23292.873412520625, + 23292.873412520574, 21564.073298811578, 20842.28066953562, 21092.441206158346, @@ -259818,9 +183631,9 @@ 24367.03765024862 ], "fuel": [ - 32.5287872882308, + 32.52878728823073, 32.37920098290626, - 31.951272993588212, + 31.9512729935882, 31.538081785716372, 31.36886094628486, 31.427290379454746, @@ -259858,9 +183671,9 @@ ], "ice resistance": 22608.333758553115, "wind resistance": [ - 2359.1261678183037, + 2359.1261678167284, 1326.7099845583325, - -435.4750946062595, + -435.47509460626316, -1909.5280930990702, -2276.1160863634723, -1801.0763055048374, @@ -259868,9 +183681,9 @@ 1480.5757198704305 ], "relative wind speed": [ - 7.725819371847605, + 7.725819371847604, 7.613400074543459, - 7.355574437480126, + 7.355574437480125, 7.097246255841997, 6.996443612161458, 7.118612750354679, @@ -259878,19 +183691,19 @@ 7.633321935337677 ], "relative wind angle": [ - 0.0018883103643006394, - 0.03523328183228681, + 0.001888310364477023, + 0.035233281832286814, 0.04960022868004103, 0.03488792757381705, - 0.0020851660506819632, - 0.037683333500063365, - 0.04940433543983362, - 0.032436913471501246 + 0.002085166050681963, + 0.03768333350006337, + 0.049404335439833615, + 0.03243691347150124 ], "resistance": [ - 24967.45992637142, + 24967.459926369844, 23935.043743111448, - 22172.858663946856, + 22172.858663946852, 20698.805665454045, 20332.217672189643, 20807.257453048278, @@ -259898,7 +183711,7 @@ 24088.909478423546 ], "fuel": [ - 32.36211051866409, + 32.3621105186637, 32.10758743870662, 31.682315702924527, 31.3354548892255, @@ -259938,19 +183751,19 @@ ], "ice resistance": 23792.67899356641, "wind resistance": [ - 2240.5649494940953, + 2240.564949492342, 1263.1733943450417, - -411.33851297030196, + -411.3385129703056, -1815.0139745268825, -2165.2682441297075, -1718.1336782319122, - -246.99517642928186, + -246.99517642926367, 1400.6104168931524 ], "relative wind speed": [ - 7.707754647872195, + 7.7077546478721946, 7.601259935868661, - 7.356256565030962, + 7.356256565030961, 7.110713985648566, 7.014502473217285, 7.129766759573892, @@ -259958,27 +183771,27 @@ 7.6190861179585525 ], "relative wind angle": [ - 0.0016906997022218993, + 0.0016906997024188988, 0.03346342194868342, - 0.04713742998101485, + 0.047137429981014854, 0.0331796036441528, 0.0018577938814948903, 0.035677276255840704, - 0.04697107413587664, + 0.04697107413587428, 0.030965011010154683 ], "resistance": [ - 26033.243943060505, + 26033.24394305875, 25055.85238791145, - 23381.340480596107, + 23381.340480596104, 21977.665019039527, 21627.4107494367, 22074.545315334497, - 23545.683817137127, + 23545.683817137146, 25193.28941045956 ], "fuel": [ - 32.62902037513906, + 32.62902037513862, 32.38408636620128, 31.972716144470287, 31.635920066989332, @@ -260018,7 +183831,7 @@ ], "ice resistance": 26809.93798803762, "wind resistance": [ - 2033.1647377747431, + 2033.1647377746049, 393.3687452246595, -1430.0410247298096, -2390.929085069227, @@ -260028,9 +183841,9 @@ 2263.556873055666 ], "relative wind speed": [ - 7.704961961475282, + 7.704961961475281, 7.486427207732133, - 7.191920350145464, + 7.191920350145463, 6.9950052005090875, 7.021552226825411, 7.2541051939674785, @@ -260038,17 +183851,17 @@ 7.729070885085006 ], "relative wind angle": [ - 0.023016235106206154, - 0.04905223862146276, - 0.047544049359538695, - 0.01662768513654068, + 0.02301623510622063, + 0.04905223862146277, + 0.04754404935953869, + 0.016627685136540678, 0.0252568673302034, - 0.050624521930797535, - 0.04531046758726422, - 0.015048351339939675 + 0.05062452193079754, + 0.045310467587264217, + 0.015048351339939677 ], "resistance": [ - 28843.10272581236, + 28843.102725812223, 27203.306733262278, 25379.89696330781, 24419.00890296839, @@ -260058,7 +183871,7 @@ 29073.494861093284 ], "fuel": [ - 33.352969101235395, + 33.35296910123536, 32.926912590170915, 32.46489793438054, 32.226406240302836, @@ -260098,19 +183911,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2276.5348346961346, + 2276.5348346959363, 1298.4304826479765, - -359.00771087079556, + -359.0077108707974, -1748.3283115171962, -2105.386774546414, -1656.3485459421008, - -203.93934000521585, + -203.9393400052104, 1429.1947012714209 ], "relative wind speed": [ - 5.778992426274926, + 5.778992426274924, 5.637450757147602, - 5.304493413266858, + 5.304493413266857, 4.959968649106383, 4.821132590510637, 4.985902313419576, @@ -260118,33 +183931,33 @@ 5.660281257862417 ], "relative wind angle": [ - 0.0029773613338145125, + 0.0029773613338518012, 0.06227101678764467, 0.09041119069051476, 0.06587260640025501, 0.0035689040656400376, 0.07042117304449554, - 0.08982921811310135, - 0.05771288125526053 + 0.08982921811310011, + 0.05771288125526052 ], "resistance": [ - 98911.03483469611, + 98911.0348346959, 97932.93048264795, 96275.49228912918, 94886.17168848278, 94529.11322545356, 94978.15145405786, - 96430.56065999475, + 96430.56065999476, 98063.6947012714 ], "fuel": [ - 50.29333848029813, + 50.29333848029803, 49.78298313723622, 48.926292174935426, 48.216060369924236, 48.03468937435319, 48.26285914726344, - 49.00600993574291, + 49.006009935742924, 49.851007149170485 ] }, @@ -260178,19 +183991,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1514.660469331995, + 1514.6604693319223, 782.7101562159078, -349.07361468392537, -1237.0911213584695, -1428.7232974014905, -1041.4793260665756, - -19.545857696669373, + -19.545857696666644, 1060.9184445040864 ], "relative wind speed": [ - 4.61653748329487, + 4.616537483294869, 4.476377765072231, - 4.184473486376501, + 4.1844734863765005, 3.8998653279049007, 3.805675928917063, 3.9695881039438103, @@ -260198,17 +184011,17 @@ 4.5372500520480985 ], "relative wind angle": [ - 0.009979185026395521, - 0.07138514005541936, - 0.0970474330488621, + 0.009979185026417772, + 0.07138514005541935, + 0.09704743304886096, 0.06520866053948154, 0.0121055084969825, - 0.0805173640317002, - 0.09495967554806671, - 0.05603787671064896 + 0.08051736403170022, + 0.09495967554806553, + 0.056037876710648964 ], "resistance": [ - 98149.16046933206, + 98149.16046933198, 97417.21015621597, 96285.42638531614, 95397.40887864158, @@ -260218,7 +184031,7 @@ 97695.41844450415 ], "fuel": [ - 45.75184689233249, + 45.751846892332445, 45.37166965967249, 44.78774218973794, 44.332919469071626, @@ -260258,9 +184071,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1669.1715475114215, + 1669.1715475110905, 1055.8710101904235, - -152.60998146543534, + -152.60998146543898, -1234.6275095649635, -1573.2973109605973, -1315.832951147786, @@ -260270,7 +184083,7 @@ "relative wind speed": [ 5.418306694492085, 5.326497366316933, - 5.0756709036746015, + 5.075670903674601, 4.801981726778944, 4.673860638848689, 4.778226293675885, @@ -260278,19 +184091,19 @@ 5.305091158749104 ], "relative wind angle": [ - 0.0029429147021634637, - 0.04731468304182982, + 0.002942914702238914, + 0.04731468304182983, 0.07340100521240792, 0.05719048547841865, 0.0034116597777357144, 0.052748522669473975, - 0.07386468594859807, - 0.051761709893559084 + 0.07386468594859809, + 0.05176170989355909 ], "resistance": [ - 98303.67154751145, + 98303.67154751113, 97690.37101019046, - 96481.8900185346, + 96481.89001853458, 95399.87249043507, 95061.20268903943, 95318.66704885225, @@ -260298,9 +184111,9 @@ 97575.03734475122 ], "fuel": [ - 48.91923668776801, + 48.91923668776784, 48.60019851237148, - 47.975644313311975, + 47.97564431331196, 47.42105865311558, 47.24836938465165, 47.37961273106767, @@ -260338,9 +184151,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1211.9521332937256, + 1211.9521332936947, 635.981662733574, - -266.0080467269072, + -266.0080467269099, -980.7394634534494, -1139.568576869814, -840.2506212553017, @@ -260350,7 +184163,7 @@ "relative wind speed": [ 4.135484043360027, 4.0132714752579215, - 3.754481825831212, + 3.7544818258312125, 3.4998774264160657, 3.4128163337482733, 3.5557271642612704, @@ -260358,9 +184171,9 @@ 4.0620686356643025 ], "relative wind angle": [ - 0.008926713319494227, + 0.008926713319506665, 0.07022923619544358, - 0.09639453108406816, + 0.09639453108406931, 0.06559519649178636, 0.010817022222863116, 0.07928409686192889, @@ -260368,7 +184181,7 @@ 0.05650635158794374 ], "resistance": [ - 97846.45213329374, + 97846.45213329371, 97270.48166273358, 96368.4919532731, 95653.76053654657, @@ -260378,7 +184191,7 @@ 97470.28348699496 ], "fuel": [ - 44.216921886102384, + 44.21692188610237, 43.9182426805234, 43.45298097096281, 43.08646016437138, @@ -260418,47 +184231,47 @@ ], "ice resistance": 25398.026154903248, "wind resistance": [ - 2375.6238109357837, + 2375.6238109354963, 1151.5591296998755, -696.6944257706018, - -2104.5551330180497, + -2104.555133018028, -2373.170472867583, - -1695.0917677230173, - -2.4896624821267324, + -1695.0917677230136, + -2.4896624821049045, 1732.5142618505233 ], "relative wind speed": [ - 7.735291078169897, + 7.735291078169896, 7.592674462758055, - 7.3156002886397005, - 7.0613271512733755, + 7.3156002886397, + 7.061327151273375, 6.987356151247188, 7.14207032666078, 7.4256222948141835, 7.667824522710216 ], "relative wind angle": [ - 0.007120924172297318, - 0.039969048023836475, + 0.0071209241723285, + 0.03996904802383647, 0.05114290343540472, - 0.03193902005211838, - 0.007883171405796032, - 0.04249223003514226, - 0.05038449601433195, + 0.0319390200521149, + 0.00788317140579603, + 0.042492230035142256, + 0.05038449601432975, 0.029411998272928622 ], "resistance": [ - 27773.64996583903, + 27773.649965838744, 26549.585284603123, 24701.331729132646, - 23293.471021885198, + 23293.47102188522, 23024.855682035664, - 23702.93438718023, - 25395.53649242112, + 23702.934387180234, + 25395.536492421143, 27130.54041675377 ], "fuel": [ - 33.07396597328771, + 33.073965973287635, 32.75985032634472, 32.29612212467703, 31.95141774784423, @@ -260498,17 +184311,17 @@ ], "ice resistance": 33353.92453974925, "wind resistance": [ - 1803.1637749996225, + 1803.163774999346, 1392.0898233006883, - 69.46405262456756, + 69.46405262454209, -1268.5955373260294, - -1850.2706441684131, + -1850.2706441685186, -1679.0924228836884, -627.749863851699, 809.887888883979 ], "relative wind speed": [ - 7.64903306623379, + 7.649033066233788, 7.60537903671609, 7.421904356050575, 7.2007927211827045, @@ -260518,31 +184331,31 @@ 7.529430858424238 ], "relative wind angle": [ - 0.007217766860557519, + 0.0072177668605882825, 0.021619047446926554, - 0.03877561912629343, + 0.03877561912629629, 0.03368110354272759, - 0.007804922046602383, - 0.023091377011016854, - 0.03936104889216549, + 0.007804922046616608, + 0.023091377011016857, + 0.03936104889216548, 0.03221049939250775 ], "resistance": [ - 35157.08831474887, + 35157.088314748595, 34746.01436304994, - 33423.38859237381, + 33423.38859237379, 32085.32900242322, - 31503.653895580836, + 31503.65389558073, 31674.83211686556, 32726.17467589755, 34163.81242863323 ], "fuel": [ - 35.08692260928595, + 35.08692260928587, 34.96951841651531, - 34.596038007263104, + 34.5960380072631, 34.224823180656514, - 34.065527955482416, + 34.06552795548239, 34.112275405034325, 34.401780243188355, 34.804315375917106 @@ -260578,51 +184391,51 @@ ], "ice resistance": 46292.301107359846, "wind resistance": [ - 1640.2818066944092, + 1640.2818066942127, 1200.2444207710869, - -7.857832311467064, + -7.857832311441598, -1191.511542995726, - -1666.6970576439344, + -1666.697057643636, -1483.686506999653, -504.39599851702224, 785.8991871357248 ], "relative wind speed": [ - 7.6215535686096185, + 7.621553568609617, 7.574598789986894, - 7.404987414632825, + 7.404987414632824, 7.207930809898983, - 7.100890432257868, + 7.100890432257867, 7.150956362672507, 7.326451058953905, 7.520402726571651 ], "relative wind angle": [ - 0.005155497808503128, + 0.005155497808524664, 0.020636311787827558, - 0.03516399499473761, + 0.03516399499473445, 0.029398106678331374, - 0.0055335214023233175, + 0.00553352140228319, 0.02185905326488717, - 0.03554109561507209, + 0.035541095615072085, 0.02817628817223104 ], "resistance": [ - 47932.582914054256, + 47932.58291405406, 47492.54552813093, - 46284.44327504838, + 46284.443275048405, 45100.789564364124, - 44625.60404971591, + 44625.60404971621, 44808.61460036019, 45787.905108842824, 47078.200294495575 ], "fuel": [ - 39.049082611792976, + 39.049082611792905, 38.90251147717907, - 38.50381174680732, + 38.50381174680733, 38.11844772384918, - 37.965207388954795, + 37.965207388954894, 38.02412611381873, 38.34151825378699, 38.765156730746675 @@ -260658,51 +184471,51 @@ ], "ice resistance": 44631.34295418947, "wind resistance": [ - 1755.1496374132912, + 1755.1496374128692, 1140.6058535036573, - -155.92718787160265, + -155.92718787159902, -1340.8025761746503, - -1729.1596882490376, + -1729.1596882487138, -1473.5361186523623, -381.4346970168699, 952.362324310845 ], "relative wind speed": [ - 7.635295097061604, + 7.6352950970616025, 7.569767872650519, - 7.384059218494287, + 7.3840592184942855, 7.1828495128806, - 7.086982252258127, + 7.086982252258126, 7.156931117261272, 7.348382007000192, 7.545178694924697 ], "relative wind angle": [ - 0.0023379567720625445, + 0.0023379567721100313, 0.023944355225913736, - 0.037136790022540264, - 0.028750348822017067, - 0.0025188425563322917, + 0.037136790022537274, + 0.02875034882201707, + 0.002518842556288215, 0.02532583648464001, - 0.03731717680533007, - 0.027369366562856233 + 0.03731717680533006, + 0.02736936656285623 ], "resistance": [ - 46386.492591602764, + 46386.49259160234, 45771.94880769313, - 44475.41576631787, + 44475.41576631788, 43290.54037801482, - 42902.18326594043, + 42902.18326594076, 43157.80683553711, 44249.9082571726, 45583.70527850032 ], "fuel": [ - 38.5372802154768, + 38.53728021547666, 38.33631815143026, 37.91694862544771, 37.53916551337674, - 37.41647930510401, + 37.41647930510412, 37.49717042576033, 37.84464578348111, 38.27504176536033 @@ -260738,19 +184551,19 @@ ], "ice resistance": 65796.57533616199, "wind resistance": [ - 2062.1649712444523, + 2062.1649712422404, 1297.8208963594843, - -221.50235591914316, + -221.5023559191286, -1583.9180329249357, - -2003.5224235888236, + -2003.522423588398, -1685.0928571162767, -393.2267322824737, 1154.3084463112355 ], "relative wind speed": [ - 7.680999221889978, + 7.680999221889977, 7.60000783884594, - 7.381658929264014, + 7.381658929264013, 7.148447367112715, 7.041259982573042, 7.128602390254294, @@ -260758,31 +184571,31 @@ 7.581344961712153 ], "relative wind angle": [ - 0.0017716701248017648, + 0.0017716701250524262, 0.02849855451946127, - 0.04334667335134903, + 0.04334667335134646, 0.03299284179452173, - 0.0019326368060515334, - 0.030383689970684632, - 0.04350703438283395, + 0.0019326368059940874, + 0.030383689970684635, + 0.04350703438283396, 0.031108311988670312 ], "resistance": [ - 67858.74030740644, + 67858.74030740422, 67094.39623252147, - 65575.07298024284, + 65575.07298024285, 64212.65730323705, - 63793.05291257316, + 63793.05291257359, 64111.482479045706, 65403.34860387951, 66950.88378247322 ], "fuel": [ - 46.44128249971204, + 46.44128249971113, 46.13047672874856, - 45.51912856819358, + 45.519128568193594, 44.97822182494035, - 44.813021538991734, + 44.813021538991904, 44.938328864819894, 45.450570074294276, 46.07236256506557 @@ -260818,19 +184631,19 @@ ], "ice resistance": 63823.912987495336, "wind resistance": [ - 1925.202642177639, + 1925.2026421775008, 879.0233262793263, - -648.0636130145685, + -648.0636130145976, -1774.359231668066, -1964.3590580145938, -1358.2428244188595, - 58.41634231794524, + 58.41634231796343, 1469.2385159169062 ], "relative wind speed": [ - 7.667639131638881, + 7.66763913163888, 7.542493629728341, - 7.311569711269668, + 7.311569711269667, 7.107148137819829, 7.055021115954696, 7.188657916823827, @@ -260838,29 +184651,29 @@ 7.619347619494113 ], "relative wind angle": [ - 0.0072991424666853846, + 0.0072991424667005955, 0.033970615831673705, - 0.041907219212947974, + 0.04190721921295063, 0.024910600627351617, 0.007932971360677719, - 0.035643388476589766, - 0.041275508619758934, + 0.03564338847658977, + 0.04127550861975625, 0.023235709691820452 ], "resistance": [ - 65749.11562967298, + 65749.11562967283, 64702.93631377466, - 63175.849374480764, + 63175.849374480735, 62049.55375582727, 61859.55392948074, 62465.67016307647, - 63882.32932981328, + 63882.3293298133, 65293.15150341224 ], "fuel": [ - 45.58872456233966, + 45.5887245623396, 45.17207702539926, - 44.571216098390146, + 44.57121609839014, 44.13361417713092, 44.06025846855277, 44.29473891210364, @@ -260898,53 +184711,53 @@ ], "ice resistance": 51244.92686397289, "wind resistance": [ - 1666.6057807502111, + 1666.6057807498837, 654.962947717002, - -713.54559605533, + -713.5455960553409, -1648.2933853175273, -1756.128283858041, -1117.6323328079416, - 188.11259153322317, + 188.11259153317587, 1407.5453339093874 ], "relative wind speed": [ - 7.631101675154319, + 7.6311016751543175, 7.505199761386939, - 7.294735660764558, + 7.294735660764557, 7.121361341371757, 7.091825148435954, 7.224934134939164, - 7.437373753691658, + 7.437373753691659, 7.60354584112883 ], "relative wind angle": [ - 0.009352244199184304, - 0.03213472524322867, - 0.03697356727850692, - 0.019689643737581565, + 0.009352244199219917, + 0.03213472524322866, + 0.036973567278506925, + 0.01968964373758156, 0.010063430657937411, 0.033381732205960635, - 0.036264153576669615, + 0.036264153576675735, 0.018440864021674514 ], "resistance": [ - 52911.532644723105, + 52911.53264472277, 51899.88981168989, - 50531.38126791756, + 50531.381267917546, 49596.63347865536, 49488.798580114846, 50127.29453116495, - 51433.039455506114, + 51433.03945550606, 52652.47219788228 ], "fuel": [ - 40.75770912336681, + 40.75770912336669, 40.40307637770322, - 39.92940408525274, + 39.929404085252735, 39.60987200948136, 39.57321914372205, 39.79087302882339, - 40.24070556075728, + 40.240705560757256, 40.666532402139865 ] }, @@ -260978,9 +184791,9 @@ ], "ice resistance": 51065.138288024085, "wind resistance": [ - 501.7028154877589, + 501.70281548773346, -2917.618354561426, - -4539.856420804375, + -4539.856420804361, -4180.567690517619, -1625.29888979331, 1999.7151548813345, @@ -260988,9 +184801,9 @@ 3796.3090000365555 ], "relative wind speed": [ - 7.566130032713412, + 7.566130032713411, 6.99727295798179, - 6.637977638718482, + 6.63797763871848, 6.73935413441654, 7.227437814979626, 7.779482771548639, @@ -260998,19 +184811,19 @@ 8.00395445340914 ], "relative wind angle": [ - 0.09601162239419321, - 0.09061711750053131, - 0.025638123051850283, + 0.09601162239419553, + 0.09061711750053132, + 0.025638123051845953, 0.05828090018793106, 0.10052579235150819, - 0.081484407504032, + 0.08148440750403202, 0.02104035614690383, 0.04906460384641562 ], "resistance": [ - 51566.84110351185, + 51566.84110351182, 48147.51993346266, - 46525.28186721971, + 46525.281867219725, 46884.57059750646, 49439.839398230775, 53064.85344290542, @@ -261018,9 +184831,9 @@ 54861.44728806064 ], "fuel": [ - 40.28715893980856, + 40.28715893980855, 39.12093745631418, - 38.58286024557721, + 38.582860245577216, 38.70118783718792, 39.556592298311585, 40.811788247845726, @@ -261058,7 +184871,7 @@ ], "ice resistance": 26424.33551525154, "wind resistance": [ - 2432.590042701482, + 2432.5900427014385, -849.1445827050447, -3520.458905497042, -4158.913706048443, @@ -261068,9 +184881,9 @@ 4452.677759874292 ], "relative wind speed": [ - 7.823537986171236, + 7.823537986171234, 7.344532337189536, - 6.86222325921903, + 6.8622232592190295, 6.683220882069762, 6.934586650885296, 7.4400324856601285, @@ -261078,17 +184891,17 @@ 8.03932816105721 ], "relative wind angle": [ - 0.06566633615150988, + 0.06566633615151327, 0.09245450694956558, - 0.06497499105457205, - 0.007175080733769372, + 0.06497499105457204, + 0.007175080733769373, 0.07409872517891357, 0.09126443465568146, 0.05652233890946563, 0.005964742491651384 ], "resistance": [ - 28856.92555795302, + 28856.925557952978, 25575.190932546495, 22903.876609754498, 22265.421809203097, @@ -261098,7 +184911,7 @@ 30877.01327512583 ], "fuel": [ - 33.356603116520986, + 33.35660311652097, 32.51378984833782, 31.857331295769605, 31.704366620951053, @@ -261138,7 +184951,7 @@ ], "ice resistance": 52116.204414526044, "wind resistance": [ - 2114.1868955616046, + 2114.1868955615537, -1167.771596108836, -3661.900592903872, -4144.76305479923, @@ -261148,9 +184961,9 @@ 4317.5053984037695 ], "relative wind speed": [ - 7.780857424182081, + 7.78085742418208, 7.291377021241379, - 6.8302136249396455, + 6.830213624939644, 6.694737688797933, 6.981447000516619, 7.491205884941695, @@ -261158,17 +184971,17 @@ 8.028874874766725 ], "relative wind angle": [ - 0.06980125242701461, + 0.0698012524270194, 0.0916240365436679, - 0.058713167782914216, + 0.05871316778291232, 0.014986061857274318, - 0.07780917635639299, - 0.08917336487278832, - 0.05066558282620043, + 0.07780917635639298, + 0.08917336487278833, + 0.05066558282620042, 0.012495724530804346 ], "resistance": [ - 54230.39131008765, + 54230.391310087594, 50948.432818417205, 48454.303821622176, 47971.441359726814, @@ -261178,7 +184991,7 @@ 56433.70981292981 ], "fuel": [ - 41.22575529850731, + 41.22575529850729, 40.073016953957676, 39.22379509401778, 39.062060513131726, @@ -261218,51 +185031,51 @@ ], "ice resistance": 10094.271161508152, "wind resistance": [ - 3493.773173569047, + 3493.773173568705, 2373.986379293019, - -151.77494020188533, - -2507.3747818325755, - -3351.0883503817495, + -151.77494020189988, + -2507.3747818325683, + -3351.0883503816513, -2880.8436020143454, -782.8829618809796, 1843.5727755695225 ], "relative wind speed": [ - 7.900263873303334, + 7.900263873303333, 7.785458140816879, - 7.4309601714398745, - 7.027904671913749, - 6.8223152777411125, + 7.430960171439874, + 7.027904671913748, + 6.822315277741112, 6.95304225172764, 7.330687958656804, 7.717947326797099 ], "relative wind angle": [ - 0.006363163309894592, + 0.006363163309929488, 0.044401805992144085, - 0.07259635947328745, - 0.05932241725053056, - 0.007368581316642115, + 0.07259635947328899, + 0.05932241725052869, + 0.007368581316627047, 0.049721725295585155, 0.07359114709600517, - 0.054013127751855475 + 0.05401312775185548 ], "resistance": [ - 13588.044335077198, + 13588.044335076856, 12468.25754080117, - 9942.496221306266, - 7586.896379675576, - 6743.182811126402, + 9942.496221306252, + 7586.896379675583, + 6743.1828111265, 7213.427559493806, 9311.388199627172, 11937.843937077674 ], "fuel": [ - 29.775789731290054, + 29.775789731289983, 29.547324589624694, - 29.04913599113185, + 29.04913599113184, 28.60590383688813, - 28.4521719197976, + 28.452171919797614, 28.53752783592735, 28.928361155741285, 29.440735145898906 @@ -261298,19 +185111,19 @@ ], "ice resistance": 5539.164991774649, "wind resistance": [ - 3077.195960481102, + 3077.195960480971, 1235.0565878374655, - -1241.989060518019, + -1241.9890605180371, -2938.8543375019035, - -3139.1848808517207, + -3139.1848808517643, -1977.4929753250908, - 384.12642833456994, + 384.1264283345554, 2600.0049051068017 ], "relative wind speed": [ - 7.852592158674424, + 7.8525921586744225, 7.629002512628905, - 7.248347248123438, + 7.248347248123436, 6.927565992139807, 6.871925759216058, 7.119331985021775, @@ -261318,31 +185131,31 @@ 7.8035502609517575 ], "relative wind angle": [ - 0.01647668792437084, + 0.01647668792438432, 0.05747773548612236, - 0.0677098066569029, + 0.06770980665690289, 0.03685924707622205, - 0.018828273949622835, + 0.01882827394962873, 0.0615975841267189, - 0.0653775625321202, + 0.0653775625321219, 0.03272005698266693 ], "resistance": [ - 8616.36095225575, + 8616.36095225562, 6774.2215796121145, - 4297.17593125663, + 4297.175931256612, 2600.3106542727455, - 2399.9801109229284, + 2399.9801109228847, 3561.672016449558, - 5923.291420109219, + 5923.291420109204, 8139.169896881451 ], "fuel": [ - 28.797068974092944, + 28.797068974092916, 28.457780521511772, - 28.02145932479459, + 28.021459324794584, 27.735740905309928, - 27.70271634187135, + 27.70271634187134, 27.896299521361122, 28.305318318136216, 28.707967255083098 @@ -261378,49 +185191,49 @@ ], "ice resistance": 1069.181675472699, "wind resistance": [ - 3285.0914002244826, + 3285.0914002230784, 2016.2675853664005, - -371.3861589566077, - -2475.3548549445404, + -371.3861589566259, + -2475.3548549445295, -3092.858569596923, -2561.017024152843, -516.2464110662331, 1894.6390075785166 ], "relative wind speed": [ - 7.862889646441795, + 7.8628896464417934, 7.731844550484555, - 7.389700310565457, - 7.023852037618554, + 7.389700310565456, + 7.023852037618553, 6.8593624933755075, 7.006744411978398, 7.366696459586008, 7.7163067565571755 ], "relative wind angle": [ - 0.0014662064737408743, + 0.001466206473892316, 0.044848953877510936, - 0.06795276367016509, - 0.05169735177743469, + 0.06795276367016671, + 0.051697351777432544, 0.0016807131873605486, 0.04949380908423412, - 0.06816528729890659, + 0.0681652872989066, 0.04705447957017139 ], "resistance": [ - 4354.273075697181, + 4354.273075695777, 3085.449260839099, - 697.7955165160913, - -1406.1731794718414, + 697.7955165160731, + -1406.1731794718305, -2023.6768941242242, -1491.835348680144, 552.9352644064659, 2963.8206830512154 ], "fuel": [ - 28.031259674647004, + 28.03125967464676, 27.816334894846094, - 27.428135767262894, + 27.428135767262887, 27.3186897, 27.3186897, 27.3186897, @@ -261458,34 +185271,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -861.211168201063, + -861.2111682010643, -959.4524552371338, - -604.4771075716403, + -604.477107571641, 150.03179887194028, - 904.906811725521, + 904.9068117255224, 1131.8188251336337, - 534.0711017695976, + 534.071101769598, -277.33137616483236 ], "relative wind speed": [ - 1.895409583047317, + 1.8954095830473165, 1.8003081059943367, 2.078432371755054, 2.4893700231843185, 2.787971676778025, 2.8503077520708455, - 2.654332766264383, + 2.6543327662643836, 2.273411631380331 ], "relative wind angle": [ - 0.15541319343785692, - 0.061537096263087544, - 0.21821937990324639, - 0.21275035491122848, - 0.10542843458144766, + 0.15541319343785762, + 0.06153709626308755, + 0.2182193799032474, + 0.2127503549112285, + 0.10542843458144661, 0.038853238243570815, - 0.17034283196107264, - 0.2333178476344161 + 0.1703428319610733, + 0.23331784763441607 ], "resistance": [ 95773.28883179899, @@ -261538,34 +185351,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -569.5222915099007, + -569.5222915099009, -643.3998935418225, -401.84448663744865, 115.00054114717204, - 642.0073436463254, + 642.0073436463251, 811.7115657007582, - 397.02106029247375, + 397.0210602924733, -163.59628208970366 ], "relative wind speed": [ 1.3340201433751133, 1.2331071990413247, 1.5027546917204746, - 1.8869603244303534, + 1.8869603244303532, 2.1597913346372857, 2.218953579455263, 2.0459806178497795, 1.6981428344313558 ], "relative wind angle": [ - 0.2112444544881729, + 0.21124445448817394, 0.07973741149084289, 0.28230186915848754, - 0.26477066297819946, - 0.12987413416890056, + 0.264770662978199, + 0.1298741341689006, 0.044278853161480856, - 0.20606025799901787, - 0.2950473590426181 + 0.20606025799901842, + 0.29504735904261814 ], "resistance": [ 96064.97770849011, @@ -261618,20 +185431,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -660.4548764938129, + -660.4548764938138, -790.5421439786603, - -560.7339177795441, - 35.46301755178638, + -560.7339177795443, + 35.46301755178615, 686.3028024282819, 986.8205009380274, 541.6612655611855, -130.34202325882643 ], "relative wind speed": [ - 1.6657236312431125, + 1.665723631243112, 1.520183838559209, 1.7486944336029497, - 2.1396234092422337, + 2.139623409242234, 2.4455467655305356, 2.5385774156133176, 2.3869231189891016, @@ -261640,11 +185453,11 @@ "relative wind angle": [ 0.1965290372370689, 0.032482612315667764, - 0.22789656226321844, - 0.24036742143716192, + 0.22789656226321892, + 0.24036742143716283, 0.13339611913479496, 0.01944946476409931, - 0.16628408200382225, + 0.16628408200382228, 0.2518686850261527 ], "resistance": [ @@ -261698,37 +185511,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -705.5912818219876, + -705.591281821989, -979.4440977672377, - -821.0423086588698, + -821.0423086588703, -171.28457614497256, - 646.6539063089913, + 646.6539063089908, 1180.4848544435908, 813.0920420364373, 20.99753899741063 ], "relative wind speed": [ - 2.117647686153085, + 2.1176476861530844, 1.8936891324657914, 2.039061849560994, 2.421708713978226, - 2.776126680075526, + 2.7761266800755258, 2.933471072991454, 2.8343496326602993, 2.5152808930890003 ], "relative wind angle": [ - 0.19076950541027485, + 0.19076950541027599, 0.025276350405792212, - 0.1644686119245182, - 0.21640889616831616, - 0.14514831308724221, + 0.16446861192451886, + 0.21640889616831618, + 0.14514831308724147, 0.016316021458558493, - 0.11806187503258876, - 0.2082373342465769 + 0.11806187503258878, + 0.20823733424657687 ], "resistance": [ - 95928.90871817802, + 95928.908718178, 95655.05590223277, 95813.45769134113, 96463.21542385503, @@ -261778,34 +185591,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -715.3091289334525, + -715.3091289334538, -990.4732212057181, - -837.4838267556211, + -837.483826755622, -190.95913322612842, 625.0042707856978, 1156.5953046375876, 800.3801074932571, - 12.930795284806663 + 12.930795284806209 ], "relative wind speed": [ - 2.310569046185345, + 2.3105690461853445, 2.106160483271853, 2.2347297107513024, 2.5857520633550237, 2.9190743657416776, 3.0698228757737973, 2.9775338100188606, - 2.6783597101164864 + 2.678359710116486 ], "relative wind angle": [ - 0.16261065564827495, - 0.022364971541875053, - 0.1380202592936159, + 0.16261065564827631, + 0.02236497154187505, + 0.1380202592936167, 0.18746897057190073, - 0.12849996376719092, + 0.12849996376719094, 0.015343602081950354, 0.10344421963103848, - 0.18091400579365613 + 0.18091400579365552 ], "resistance": [ 95919.19087106653, @@ -261858,17 +185671,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -926.7987348703755, + -926.7987348703766, -996.1709934607888, -572.2125571990875, 244.62446366246377, 1026.6749122571928, 1186.273996343507, - 512.3129425579164, + 512.3129425579168, -345.07917320859997 ], "relative wind speed": [ - 1.7778577000111182, + 1.777857700011118, 1.7074271027200425, 2.0415841512703623, 2.48700716696798, @@ -261878,14 +185691,14 @@ 2.181899291125271 ], "relative wind angle": [ - 0.16275304682212421, + 0.1627530468221263, 0.09222511709687424, 0.2527092666400336, 0.22903535347874748, 0.1034306682439326, 0.055516895575442586, - 0.1973484277232104, - 0.26176545008595603 + 0.19734842772320985, + 0.2617654500859561 ], "resistance": [ 95707.70126512964, @@ -261938,9 +185751,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -941.9305250957314, + -941.9305250957327, -928.0171950061119, - -433.7156552667441, + -433.715655266745, 367.31629515121995, 1044.319421927215, 1012.1784797244673, @@ -261948,24 +185761,24 @@ -480.23148521201756 ], "relative wind speed": [ - 1.90703517968165, + 1.9070351796816492, 1.9200722163240276, 2.252343733382946, 2.6426858401144186, 2.8809030629979495, 2.872230547681527, 2.619796431332969, - 2.2254431435993003 + 2.2254431435993007 ], "relative wind angle": [ 0.09851035659012493, 0.11105627087411112, - 0.21862295830614253, - 0.18189556370584892, - 0.06515032379805828, - 0.07415601259710569, + 0.21862295830614356, + 0.18189556370584894, + 0.06515032379805827, + 0.07415601259710568, 0.18756299935445642, - 0.2164968565417815 + 0.21649685654178252 ], "resistance": [ 95692.56947490432, @@ -262018,34 +185831,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -558.3462213736877, + -558.3462213736886, -755.988872362321, -634.365794127146, -137.31702619568023, 480.3448412030184, 873.2420466881467, 589.2381727080592, - -10.2839226537576 + -10.283922653758054 ], "relative wind speed": [ - 2.118447287406356, + 2.1184472874063554, 1.9562395776928243, 2.067274183176426, 2.359314951308068, 2.6358745357620736, 2.758401746023677, 2.6761971021153346, - 2.422661024231925 + 2.4226610242319255 ], "relative wind angle": [ - 0.1451206681072404, + 0.14512066810724114, 0.01642432235135704, - 0.12655010156413518, - 0.17084511461328608, - 0.11648751405710932, + 0.1265501015641352, + 0.1708451146132861, + 0.11648751405710933, 0.01164775632308939, 0.09765018956917251, - 0.1663357371110639 + 0.16633573711106522 ], "resistance": [ 96076.15377862632, @@ -262098,41 +185911,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -559.7280007955892, + -559.7280007955906, -722.5022593280805, - -601.1123247825808, - -124.45728704550311, - 449.8780089458828, + -601.1123247825817, + -124.45728704550447, + 449.878008945881, 795.4985225873561, 508.805513095328, -54.87847489103888 ], "relative wind speed": [ - 2.6017053116235154, + 2.6017053116235145, 2.489076511071327, - 2.5792838765750448, - 2.8058255949535185, - 3.023363429883183, + 2.5792838765750443, + 2.805825594953519, + 3.0233634298831826, 3.1167443077220827, 3.042514033118832, 2.8349496800452636 ], "relative wind angle": [ - 0.08939832703280626, + 0.08939832703280627, 0.005886974486183287, 0.0821134152668193, - 0.1120869224436961, + 0.1120869224436981, 0.07690359933532263, - 0.004701412054022934, + 0.004701412054022935, 0.06958940039268481, 0.11093065627618554 ], "resistance": [ 96074.77199920441, 95911.99774067193, - 96033.38767521743, + 96033.38767521741, 96510.0427129545, - 97084.37800894589, + 97084.37800894587, 97429.99852258735, 97143.30551309533, 96579.62152510896 @@ -262140,9 +185953,9 @@ "fuel": [ 40.82403609470741, 40.74057471217573, - 40.80280722036084, + 40.802807220360826, 41.0477024777718, - 41.34390683273717, + 41.34390683273716, 41.522746716083105, 41.37436719041375, 41.08352130860932 @@ -262178,9 +185991,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -630.2820854572196, + -630.2820854572242, -596.3932801071041, - -253.9060066429647, + -253.90600664296517, 259.31535683447146, 657.5919670335043, 578.1801448378219, @@ -262198,9 +186011,9 @@ 2.2392828315664084 ], "relative wind angle": [ - 0.045262305297610494, - 0.07513520825219028, - 0.13734299107457765, + 0.04526230529761786, + 0.07513520825219029, + 0.13734299107457842, 0.11362999395534305, 0.034660863155952404, 0.05887822743933792, @@ -262258,19 +186071,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -791.4779914679102, + -791.4779914679539, -642.1086935231037, - -99.92552164757308, + -99.92552164757399, 540.4460532763192, 917.7349678711957, 567.5692578298131, - -68.17697258585531, + -68.17697258585622, -623.1376162418806 ], "relative wind speed": [ 2.143265412061136, 2.268668328609917, - 2.5565514076588562, + 2.556551407658856, 2.8190722851468597, 2.924692570669389, 2.828525636127167, @@ -262278,17 +186091,17 @@ 2.280404505911872 ], "relative wind angle": [ - 0.003475588807530381, + 0.0034755888075942683, 0.11974375908089534, - 0.15343031658294456, + 0.15343031658294454, 0.10003819321854929, 0.0025469693495193723, 0.09596042241984472, - 0.15254481203885098, - 0.12377846357303557 + 0.15254481203885167, + 0.12377846357303558 ], "resistance": [ - 95843.0220085321, + 95843.02200853206, 95992.39130647691, 96534.57447835244, 97174.94605327633, @@ -262298,7 +186111,7 @@ 96011.36238375814 ], "fuel": [ - 40.16137860639575, + 40.16137860639573, 40.23792462477695, 40.516470240296876, 40.84686889576952, @@ -262338,9 +186151,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -687.2253729920326, + -687.2253729920367, -820.4688027823031, - -627.8302620468053, + -627.8302620468075, -50.95591153750365, 586.9163409245739, 901.4207018041443, @@ -262348,9 +186161,9 @@ -150.79256320697777 ], "relative wind speed": [ - 2.716640870375345, + 2.716640870375344, 2.6227578573732924, - 2.7471577353983023, + 2.747157735398302, 2.998811922257162, 3.220218179585167, 3.297132688308308, @@ -262358,11 +186171,11 @@ 2.959234664174644 ], "relative wind angle": [ - 0.08267768927364572, + 0.08267768927364705, 0.007593847356569733, - 0.09204899557332927, + 0.09204899557333046, 0.11268121535348269, - 0.06972561099572357, + 0.06972561099572358, 0.006040628147952194, 0.07913656659733709, 0.11419477218084104 @@ -262418,17 +186231,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -586.3458870883451, + -586.3458870883464, -731.6772487756984, - -577.8887634074056, + -577.8887634074065, -61.96983495337781, - 535.2487855600689, + 535.2487855600698, 874.6112852244019, 523.1178817061741, -76.08905728209947 ], "relative wind speed": [ - 1.9948413902550672, + 1.994841390255067, 1.8564481784625813, 2.0008104713414303, 2.307320822459367, @@ -262438,11 +186251,11 @@ 2.2999999698036846 ], "relative wind angle": [ - 0.14464815795846003, + 0.14464815795846156, 0.0020037873569264766, - 0.1468710183928204, + 0.1468710183928219, 0.17880686623586395, - 0.11186989367241584, + 0.11186989367241484, 0.0013894906529602336, 0.11413165460629537, 0.1793821788269622 @@ -262498,34 +186311,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -561.1918938734643, + -561.1918938734648, -656.8769341643974, - -471.63771734279044, + -471.63771734279135, 9.8422647962675, 524.5340033787379, 748.0220501820627, 396.33007341263556, - -139.8765557042973 + -139.87655570429706 ], "relative wind speed": [ - 1.9486446952355, + 1.9486446952354997, 1.8561736687067751, 2.0123245913293677, 2.292502803213098, 2.5213506607132383, 2.590182351524341, 2.470824769521228, - 2.2133359889109974 + 2.213335988910997 ], "relative wind angle": [ - 0.11891938109624363, + 0.11891938109624364, 0.02161585971385431, - 0.143572836996257, + 0.14357283699625856, 0.16080790829450128, 0.09182022914797323, 0.015489747092082198, 0.11679469890048434, - 0.16661256346611494 + 0.1666125634661136 ], "resistance": [ 96073.30810612655, @@ -262578,19 +186391,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -625.7459645897777, + -625.7459645897789, -661.3217644522531, - -385.71509596730107, + -385.7150959673013, 138.84449049156592, - 625.5151241927415, + 625.5151241927397, 708.4581347757753, - 282.126366916445, + 282.1263669164441, -262.7678942896521 ], "relative wind speed": [ - 1.9346927074128224, + 1.9346927074128222, 1.9006711783699617, - 2.1020884965092175, + 2.102088496509217, 2.3852537576573414, 2.5846071625178566, 2.609727788174219, @@ -262598,14 +186411,14 @@ 2.1757285143685765 ], "relative wind angle": [ - 0.0910860249758153, - 0.0558292040283629, - 0.15569709143449542, + 0.09108602497581654, + 0.05582920402836291, + 0.1556970914344947, 0.1493568709881295, - 0.06814039297820547, + 0.06814039297820709, 0.04065062242103503, - 0.133422147995896, - 0.16386437351335237 + 0.13342214799589683, + 0.1638643735133524 ], "resistance": [ 96008.75403541025, @@ -262658,9 +186471,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -519.4793845570193, + -519.4793845570207, -780.1989699847982, - -691.6973771647688, + -691.6973771647695, -215.4049012488681, 427.0103666276691, 879.9645388628478, @@ -262668,7 +186481,7 @@ 72.26255050521513 ], "relative wind speed": [ - 2.1355223518205437, + 2.1355223518205433, 1.9369152684364466, 2.0186584421057296, 2.311075572496311, @@ -262678,13 +186491,13 @@ 2.455124018658502 ], "relative wind angle": [ - 0.16123104622102039, + 0.16123104622102108, 0.03776217426847765, - 0.11887770489449778, + 0.11887770489449873, 0.17909797364427418, 0.13176781143883373, 0.026498508635494907, - 0.08876376362199934, + 0.08876376362199932, 0.16848601506790573 ], "resistance": [ @@ -262738,30 +186551,30 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -165.23193561430617, + -165.23193561430708, -680.0868858387955, - -797.7665342317141, - -569.0850440585789, + -797.7665342317191, + -569.0850440585791, 20.062923630876867, 650.625602276295, 924.6904296817656, 491.35945382021873 ], "relative wind speed": [ - 2.331732454564075, + 2.3317324545640745, 2.021531502724301, - 1.912310138726399, - 2.097542926202538, + 1.9123101387263988, + 2.0975429262025385, 2.4248220252942874, 2.688893541498607, 2.7676358191322628, 2.630028852837433 ], "relative wind angle": [ - 0.1844935645885073, + 0.1844935645885079, 0.13346794119213257, - 0.02474574564970757, - 0.1608444210445877, + 0.024745745649716544, + 0.1608444210445891, 0.17733405850403428, 0.10021225758827301, 0.017097269758727336, @@ -262818,7 +186631,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1963.0712178296108, + -1963.0712178296171, -1772.5290655049866, -612.2148565093512, 992.7848344921485, @@ -262828,27 +186641,27 @@ -1273.8312862753473 ], "relative wind speed": [ - 3.3128158778746584, + 3.312815877874658, 3.4170139971606757, 3.843513409655832, 4.295419481941142, 4.533822038915202, 4.455817171345752, 4.093616492912769, - 3.616581645063765 + 3.6165816450637656 ], "relative wind angle": [ - 0.03821281501169862, + 0.03821281501170152, 0.10038141714097379, 0.1596013277746907, 0.12168837565221417, - 0.027918532205814223, + 0.027918532205814226, 0.07692571266397544, 0.1497743125599007, - 0.1446772219136847 + 0.14467722191368548 ], "resistance": [ - 94671.42878217036, + 94671.42878217035, 94861.97093449498, 96022.28514349062, 97627.28483449212, @@ -262885,68 +186698,7 @@ "id": "4985", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.264869529319466, - 16.264869529319466, - 16.264869529319466, - 16.264869529319466, - 16.264869529319466, - 16.264869529319466, - 16.264869529319466, - 16.264869529319466 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -2181.1216107980435, - -2019.6223995120517, - -792.0323167932593, - 973.9301951454236, - 2290.934954647839, - 1911.8487087581652, - 311.8503130839126, - -1361.89028547644 - ], - "relative wind speed": [ - 3.9444268029225484, - 4.019905897285607, - 4.411216891291946, - 4.850098406712782, - 5.096322632733489, - 5.036999479600311, - 4.698103097900899, - 4.243530679249006 - ], - "relative wind angle": [ - 0.03666913240104666, - 0.07599943830475368, - 0.1310067883967686, - 0.10528936087334535, - 0.02837844430374384, - 0.060632061745784616, - 0.12296504625754472, - 0.12040787395794621 - ], - "resistance": [ - 94453.37838920196, - 94614.87760048795, - 95842.46768320673, - 97608.43019514543, - 98925.43495464783, - 98546.34870875816, - 96946.35031308391, - 95272.60971452355 - ], - "fuel": [ - 44.918673089872385, - 45.000603765820976, - 45.626549000320665, - 46.536844704548905, - 47.22327167684051, - 47.02502923483462, - 46.19420447975405, - 45.33528244079979 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.6875 -50.3125, -59.6875 -50.15625, -59.53125 -50.15625, -59.53125 -50.3125, -59.6875 -50.3125))", @@ -262978,7 +186730,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1905.4888450513854, + -1905.4888450513904, -1734.5711542966637, -613.082830510748, 966.5926669495166, @@ -262988,9 +186740,9 @@ -1196.5153462213766 ], "relative wind speed": [ - 2.941982450046407, + 2.9419824500464062, 3.0457982190623496, - 3.506470250368659, + 3.5064702503686584, 3.9927980163977477, 4.252266551818697, 4.178533806594574, @@ -262998,17 +186750,17 @@ 3.2855129834391663 ], "relative wind angle": [ - 0.05077171276359778, + 0.050771712763599965, 0.11784235811255477, 0.1881122135045743, - 0.14305500238324997, + 0.14305500238324995, 0.035119157412917865, 0.08580370389072826, - 0.17341738861719486, - 0.17413739312736468 + 0.17341738861719488, + 0.1741373931273647 ], "resistance": [ - 94729.01115494865, + 94729.01115494863, 94899.92884570337, 96021.41716948929, 97601.09266694955, @@ -263018,7 +186770,7 @@ 95437.98465377865 ], "fuel": [ - 42.094798934123546, + 42.09479893412354, 42.18168602419472, 42.75449838996105, 43.56927362500132, @@ -263045,68 +186797,7 @@ "id": "4987", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.866254526094478, - 13.866254526094478, - 13.866254526094478, - 13.866254526094478, - 13.866254526094478, - 13.866254526094478, - 13.866254526094478, - 13.866254526094478 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -2003.308757315268, - -1895.7805318232058, - -793.6295756365944, - 862.0930908002929, - 2160.5295656335866, - 1910.1362262893972, - 430.47265029882965, - -1163.7468682773415 - ], - "relative wind speed": [ - 3.226082714377952, - 3.2864724560386356, - 3.716479523508727, - 4.204471010090267, - 4.486947415719043, - 4.44290508419158, - 4.089998379312191, - 3.586464877389229 - ], - "relative wind angle": [ - 0.058698172719358205, - 0.09523401293325681, - 0.17066920621245718, - 0.1384281432029028, - 0.04219184713602967, - 0.07039748544540379, - 0.15495037798266584, - 0.1624777055693717 - ], - "resistance": [ - 94631.19124268476, - 94738.71946817683, - 95840.87042436344, - 97496.59309080032, - 98795.02956563361, - 98544.63622628943, - 97064.97265029886, - 95470.75313172268 - ], - "fuel": [ - 42.79866918387365, - 42.85328001690842, - 43.41551481418753, - 44.268636061047516, - 44.94479998311242, - 44.81391880424808, - 44.045257981881534, - 43.22620462945173 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.6875 -50.46875, -59.6875 -50.3125, -59.53125 -50.3125, -59.53125 -50.46875, -59.6875 -50.46875))", @@ -263138,43 +186829,43 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1760.0742319361807, + -1760.0742319361839, -1800.574897740375, - -949.7001304152818, + -949.7001304152827, 540.2502842459044, 1864.2850514398133, 1958.1551887938185, - 700.6787933444211, + 700.6787933444193, -812.531242490697 ], "relative wind speed": [ - 2.845868645060213, + 2.8458686450602126, 2.820012210891345, - 3.222678688803249, + 3.2226786888032484, 3.7380752236261268, 4.075975586790639, 4.093907236305417, - 3.7850875019982717, + 3.785087501998272, 3.2770930642205793 ], "relative wind angle": [ - 0.10056134482198657, + 0.10056134482198768, 0.08322516645701057, 0.19271756028270004, - 0.1716431538191918, + 0.17164315381919182, 0.07015173243485397, 0.05729329754282171, - 0.1638002450189406, - 0.19608199161484255 + 0.16380024501894128, + 0.19608199161484252 ], "resistance": [ - 94874.42576806384, + 94874.42576806383, 94833.92510225964, 95684.79986958473, 97174.75028424592, 98498.78505143983, 98592.65518879384, - 97335.17879334444, + 97335.17879334443, 95821.96875750931 ], "fuel": [ @@ -263184,7 +186875,7 @@ 42.94906360832195, 43.63703530774748, 43.68605809412596, - 43.032075339152726, + 43.03207533915272, 42.252892253143166 ] }, @@ -263218,7 +186909,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1669.8167813839864, + -1669.8167813839873, -1692.9178132707584, -878.0707800917144, 524.0196709301017, @@ -263228,7 +186919,7 @@ -799.1933642825061 ], "relative wind speed": [ - 2.890666575981856, + 2.8906665759818555, 2.8760962656661664, 3.2538362444488182, 3.734449682721678, @@ -263242,10 +186933,10 @@ 0.07938468357597499, 0.1791934219006884, 0.1592215840355181, - 0.06364106848558193, + 0.06364106848558194, 0.0562391521559246, 0.15479771406892703, - 0.18124058367116816 + 0.1812405836711682 ], "resistance": [ 94964.68321861599, @@ -263298,51 +186989,51 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -1938.6946515392065, + -1938.6946515392128, -1879.5223339144259, - -862.0908753202539, + -862.0908753202566, 736.9830492264473, - 2036.524547877716, + 2036.5245478777088, 1898.4772547095454, 498.19001632086747, - -1067.0763938739246 + -1067.0763938739256 ], "relative wind speed": [ 3.3370827246554153, 3.369497262071866, - 3.763580484602496, + 3.7635804846024956, 4.233501959875946, 4.519527436586677, 4.495412946787375, - 4.171056376647598, - 3.693197871354833 + 4.1710563766475985, + 3.6931978713548332 ], "relative wind angle": [ - 0.06178532597786501, + 0.061785325977868615, 0.08109398782154605, - 0.15796816077913908, + 0.1579681607791398, 0.13370313226660158, - 0.045607210001687645, + 0.04560721000169008, 0.06075405437246204, - 0.1424250043215882, - 0.15340829590437555 + 0.14242500432158978, + 0.15340829590437627 ], "resistance": [ - 94695.80534846085, + 94695.80534846084, 94754.97766608563, 95772.4091246798, 97371.4830492265, - 98671.02454787778, + 98671.02454787777, 98532.9772547096, 97132.69001632092, 95567.42360612613 ], "fuel": [ - 43.049057224832595, + 43.04905722483259, 43.079118233512176, 43.59803667581276, 44.42139341441714, - 45.09753046301549, + 45.097530463015474, 45.02540766686835, 44.297835495551276, 43.49317848886265 @@ -263378,9 +187069,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1537.1299450144775, + -1537.1299450144857, -1477.3009911890676, - -653.5499927534374, + -653.5499927534402, 619.9200480301633, 1643.9358440584556, 1504.6587664552771, @@ -263390,7 +187081,7 @@ "relative wind speed": [ 2.8300394025074547, 2.8684183585201666, - 3.2398104465890056, + 3.239810446589005, 3.672312896106201, 3.930030551443262, 3.9021070302500225, @@ -263398,17 +187089,17 @@ 3.157274322594453 ], "relative wind angle": [ - 0.06447341775968592, - 0.09096194102158207, + 0.0644734177596928, + 0.09096194102158209, 0.1708458747729946, 0.14164281384393762, 0.04641221077014997, 0.06682319437086265, - 0.15362138873794728, + 0.1536213887379473, 0.16494526037740512 ], "resistance": [ - 95097.37005498553, + 95097.37005498551, 95157.19900881093, 95980.95000724656, 97254.42004803017, @@ -263418,7 +187109,7 @@ 95775.18380448202 ], "fuel": [ - 41.6868492689511, + 41.68684926895109, 41.71733333713087, 42.138405397958195, 42.794326745577195, @@ -263445,68 +187136,7 @@ "id": "4992", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.682368857305544, - 15.682368857305544, - 15.682368857305544, - 15.682368857305544, - 15.682368857305544, - 15.682368857305544, - 15.682368857305544, - 15.682368857305544 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -2012.640026993843, - -1886.767821988561, - -778.1363364483241, - 853.256076013502, - 2096.079137726363, - 1800.6210823859365, - 337.1807961799386, - -1222.337454305397 - ], - "relative wind speed": [ - 3.809871786051661, - 3.8708767243591757, - 4.240458915128862, - 4.6639537934019675, - 4.907914139454144, - 4.859944198364911, - 4.54106291692931, - 4.1049091633576715 - ], - "relative wind angle": [ - 0.03977399301009809, - 0.07274346887912801, - 0.1299168002023797, - 0.10645790114372525, - 0.030872164061645817, - 0.05792043725480331, - 0.12127277836068252, - 0.12102319731210516 - ], - "resistance": [ - 94621.8599730062, - 94747.73217801149, - 95856.36366355172, - 97487.75607601355, - 98730.57913772641, - 98435.12108238597, - 96971.68079617998, - 95412.16254569465 - ], - "fuel": [ - 44.432553907376345, - 44.49648110340216, - 45.062072327787355, - 45.902677465505285, - 46.54971110604474, - 46.39537012571236, - 45.635689230646776, - 44.834904846987 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -50.15625, -59.21875 -50, -59.0625 -50, -59.0625 -50.15625, -59.21875 -50.15625))", @@ -263525,68 +187155,7 @@ "id": "4993", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.289405888968655, - 16.289405888968655, - 16.289405888968655, - 16.289405888968655, - 16.289405888968655, - 16.289405888968655, - 16.289405888968655, - 16.289405888968655 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -1918.8304753109342, - -1958.625590458354, - -1071.9536264340495, - 493.5084779073368, - 1863.7080804787456, - 1957.3335790747242, - 657.6509071613054, - -930.5447950704738 - ], - "relative wind speed": [ - 4.042959294467621, - 4.024505582898059, - 4.326992343458929, - 4.737546679038292, - 5.018077985341656, - 5.032889958752828, - 4.7753286571020945, - 4.368326680506614 - ], - "relative wind angle": [ - 0.055798046245320976, - 0.04617272749017972, - 0.11306074115127845, - 0.10671795967960838, - 0.044947114310725164, - 0.036916877099873804, - 0.10240670626959822, - 0.11577690050882292 - ], - "resistance": [ - 94715.66952468913, - 94675.87440954172, - 95562.54637356603, - 97128.00847790741, - 98498.20808047881, - 98591.8335790748, - 97292.15090716138, - 95703.9552049296 - ], - "fuel": [ - 45.076353591923194, - 45.0561410699652, - 45.50789182054297, - 46.31262158710662, - 47.02446001854124, - 47.07335480103304, - 46.3975276247497, - 45.58020872853844 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.375 -50.3125, -59.375 -50.15625, -59.21875 -50.15625, -59.21875 -50.3125, -59.375 -50.3125))", @@ -263605,68 +187174,7 @@ "id": "4994", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.24980089387485, - 12.24980089387485, - 12.24980089387485, - 12.24980089387485, - 12.24980089387485, - 12.24980089387485, - 12.24980089387485, - 12.24980089387485 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1602.9967746399238, - -1525.446014719084, - -650.0304264627184, - 678.9783296884525, - 1732.2800498764436, - 1551.8699569702094, - 368.52633885696287, - -916.0980210741545 - ], - "relative wind speed": [ - 2.835687902628825, - 2.8851576989480914, - 3.2747930608995715, - 3.7196187291146243, - 3.979379709642923, - 3.9436599507099763, - 3.6266126292888345, - 3.168757684748546 - ], - "relative wind angle": [ - 0.06295049118893069, - 0.09677889629317997, - 0.17577092655809295, - 0.14326452204234874, - 0.04484364102778622, - 0.07075139280388587, - 0.15856692866675665, - 0.1683897917895523 - ], - "resistance": [ - 95031.50322536011, - 95109.05398528095, - 95984.46957353731, - 97313.47832968849, - 98366.78004987647, - 98186.36995697024, - 97003.02633885699, - 95718.40197892587 - ], - "fuel": [ - 41.72648756133348, - 41.76598479976592, - 42.21339326898794, - 42.898075463755134, - 43.4453867857019, - 43.35135001168349, - 42.73754767628047, - 42.07710947489275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-59.21875 -50.3125, -59.21875 -50.15625, -59.0625 -50.15625, -59.0625 -50.3125, -59.21875 -50.3125))", @@ -263698,9 +187206,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1754.0131113655016, + -1754.013111365508, -1769.5108565601586, - -932.8144931213255, + -932.8144931213274, 501.57468315235565, 1735.4734506068007, 1771.8591153420466, @@ -263708,9 +187216,9 @@ -878.0709299840437 ], "relative wind speed": [ - 3.6806242714680266, + 3.6806242714680257, 3.672773637758329, - 3.9816133210764675, + 3.981613321076467, 4.387954403734567, 4.658300461853032, 4.664492686928253, @@ -263718,11 +187226,11 @@ 3.9990766898580636 ], "relative wind angle": [ - 0.05778157580994614, - 0.053341599943744794, + 0.057781575809948055, + 0.05334159994374479, 0.12324774439994106, - 0.1133741190305223, - 0.045644924766838, + 0.11337411903052232, + 0.04564492476683799, 0.04199305402029356, 0.1113802222655842, 0.12445352619486033 @@ -263778,33 +187286,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 700.9893777166417, + 700.9893777166408, 317.66023352393404, - -229.71020028795556, + -229.71020028795738, -628.7741786985871, -693.9793686579446, -468.06558806373414, - 41.796568691198445, + 41.796568691199354, 545.9311631219352 ], "relative wind speed": [ - 3.5311813668162304, + 3.53118136681623, 3.430703779120548, - 3.245207503982707, + 3.245207503982706, 3.07889336656762, 3.0381719930935684, 3.1511906455967207, - 3.3419095082097323, + 3.3419095082097328, 3.495732618818864 ], "relative wind angle": [ 0.0137315464297544, 0.060844230867401726, - 0.07604119180564813, + 0.07604119180564811, 0.04549915273103202, 0.015959963991456425, - 0.06624874859258856, - 0.07383678477588834, + 0.06624874859258857, + 0.07383678477588836, 0.040070625646864096 ], "resistance": [ @@ -263814,7 +187322,7 @@ 96005.72582130141, 95940.52063134205, 96166.43441193626, - 96676.29656869119, + 96676.2965686912, 97180.43116312193 ], "fuel": [ @@ -263824,7 +187332,7 @@ 41.916561331952586, 41.88313273498428, 41.99901898961673, - 42.26125928078574, + 42.261259280785744, 42.52150476501861 ] }, @@ -263858,11 +187366,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 529.8062442838454, + 529.8062442838332, 143.60590378408642, - -305.4544984697509, + -305.45449846975316, -564.0111736295803, - -557.2633213338117, + -557.2633213338095, -281.09425061858747, 171.83228304145723, 545.7737786943858 @@ -263878,17 +187386,17 @@ 2.953413031688455 ], "relative wind angle": [ - 0.03505183486667238, + 0.03505183486668188, 0.08467378552111934, - 0.0891883162953167, + 0.08918831629531919, 0.037140497566810204, - 0.04164267889463989, + 0.04164267889463722, 0.09058414956187902, - 0.08267542620044924, - 0.031152178418540077 + 0.08267542620044925, + 0.031152178418540073 ], "resistance": [ - 97164.30624428384, + 97164.30624428383, 96778.10590378409, 96329.04550153024, 96070.48882637042, @@ -263898,7 +187406,7 @@ 97180.27377869439 ], "fuel": [ - 41.19830437420445, + 41.19830437420444, 40.998877606213455, 40.76768890588856, 40.63491718667973, @@ -263938,9 +187446,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 911.0163369198481, + 911.0163369198362, 275.57721140078866, - -488.3620208658449, + -488.3620208658476, -947.9849842296217, -954.3030148280886, -511.3036086717366, @@ -263948,7 +187456,7 @@ 896.0326518201082 ], "relative wind speed": [ - 4.001063381260549, + 4.001063381260548, 3.841924344918456, 3.6015623858420516, 3.418941901807279, @@ -263958,19 +187466,19 @@ 3.9980611738653584 ], "relative wind angle": [ - 0.029188389122909237, - 0.07548287511439965, - 0.08143352127535547, - 0.036448958296078214, - 0.03419506159316902, - 0.0807120167912104, + 0.029188389122913043, + 0.07548287511439966, + 0.08143352127535684, + 0.03644895829607822, + 0.03419506159316901, + 0.08071201679121039, 0.07647919530527778, 0.031167470413601468 ], "resistance": [ 97545.51633691987, 96910.07721140081, - 96146.13797913419, + 96146.13797913418, 95686.5150157704, 95680.19698517193, 96123.1963913283, @@ -264018,17 +187526,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 690.0909650742897, + 690.0909650742879, 160.88735280718674, - -432.366599579138, + -432.3665995791421, -756.2043380035252, -731.2000627450075, -342.5404490872129, - 265.0232610164594, + 265.0232610164612, 749.1515899201722 ], "relative wind speed": [ - 3.2913892240884373, + 3.2913892240884364, 3.125274005191332, 2.890365181106868, 2.7242711527815207, @@ -264038,13 +187546,13 @@ 3.3056821072045177 ], "relative wind angle": [ - 0.04136953662778878, + 0.041369536627788785, 0.09320247300089275, - 0.09536296073852346, + 0.09536296073852696, 0.03611025402986353, 0.049673280922538025, 0.09945171499902287, - 0.08716319850858456, + 0.0871631985085833, 0.029757024063090744 ], "resistance": [ @@ -264054,7 +187562,7 @@ 95878.29566199645, 95903.29993725498, 96291.95955091277, - 96899.52326101644, + 96899.52326101645, 97383.65158992016 ], "fuel": [ @@ -264064,7 +187572,7 @@ 41.19208912333275, 41.20490034873505, 41.40433365600187, - 41.71721956493959, + 41.7172195649396, 41.96752148483047 ] }, @@ -264098,17 +187606,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 625.7487460119846, + 625.748746011961, -193.5783326505316, - -881.2079594155402, + -881.2079594155566, -1054.611890639384, -835.9620743121359, -116.95780099860531, - 689.9637346373238, + 689.9637346373129, 1104.5908582309348 ], "relative wind speed": [ - 4.808978645608324, + 4.808978645608323, 4.618603939616754, 4.425972185774038, 4.349719251385501, @@ -264118,19 +187626,19 @@ 4.891032175508474 ], "relative wind angle": [ - 0.04123489783486901, + 0.04123489783487439, 0.0586350802040118, - 0.04170356771085331, + 0.04170356771085864, 0.0022297624403520787, - 0.044661151599945464, + 0.04466115159994547, 0.05838998753828701, - 0.03827562828922145, + 0.03827562828922435, 0.0019829840786730344 ], "resistance": [ - 97260.248746012, + 97260.24874601197, 96440.92166734948, - 95753.29204058448, + 95753.29204058446, 95579.88810936063, 95798.53792568788, 96517.54219900141, @@ -264138,9 +187646,9 @@ 97739.09085823095 ], "fuel": [ - 46.72952526304802, + 46.729525263048004, 46.306807539987346, - 45.953964780344194, + 45.95396478034418, 45.8652639686369, 45.97712768333449, 46.34623271026615, @@ -264178,9 +187686,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 791.9218510307483, + 791.9218510307373, 68.77107311414056, - -670.7080669634424, + -670.7080669634479, -1004.8035612873864, -916.9844276119911, -347.836081129808, @@ -264188,7 +187696,7 @@ 1001.2319474804253 ], "relative wind speed": [ - 4.441380080749421, + 4.44138008074942, 4.268766480860034, 4.0537701237695325, 3.9250564781146893, @@ -264198,9 +187706,9 @@ 4.47915143417909 ], "relative wind angle": [ - 0.034875411152511394, - 0.06495294766951051, - 0.05849209294257898, + 0.03487541115251457, + 0.06495294766951053, + 0.05849209294258088, 0.014793677305831116, 0.03904052888900306, 0.0667679593473351, @@ -264208,7 +187716,7 @@ 0.012963510648177306 ], "resistance": [ - 97426.42185103073, + 97426.42185103071, 96703.27107311411, 95963.79193303653, 95629.69643871259, @@ -264218,7 +187726,7 @@ 97635.7319474804 ], "fuel": [ - 45.345917590140665, + 45.34591759014066, 44.972243825358525, 44.59214501773849, 44.42108430959037, @@ -264258,9 +187766,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1025.2169086171289, + 1025.2169086170925, 170.855091082125, - -756.7255851809277, + -756.7255851809296, -1226.88185061665, -1161.288206218409, -514.4118652417783, @@ -264268,9 +187776,9 @@ 1181.8526800178424 ], "relative wind speed": [ - 5.211500760711783, + 5.2115007607117825, 5.04149602179205, - 4.8170741875549785, + 4.817074187554978, 4.671011110736237, 4.697970062600318, 4.879957043893239, @@ -264278,17 +187786,17 @@ 5.235677424304035 ], "relative wind angle": [ - 0.027339289948040617, + 0.027339289948048743, 0.05603868105076916, 0.0533505861720314, - 0.017320604460618585, + 0.01732060446061859, 0.030328593482910154, 0.057895745823027325, 0.050372397669137564, - 0.015452424535609388 + 0.015452424535609386 ], "resistance": [ - 97659.71690861715, + 97659.7169086171, 96805.35509108214, 95877.77441481908, 95407.61814938337, @@ -264298,7 +187806,7 @@ 97816.35268001785 ], "fuel": [ - 48.209601652918344, + 48.20960165291832, 47.76759409086718, 47.290781705369774, 47.05032583148044, @@ -264338,9 +187846,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 873.568031737359, + 873.5680317373262, 211.4730824515882, - -551.6545704371993, + -551.6545704372111, -979.3336447044185, -959.9840186864885, -480.2325913634113, @@ -264348,7 +187856,7 @@ 919.7580545064739 ], "relative wind speed": [ - 4.66125852112237, + 4.661258521122369, 4.517049244572432, 4.313507458295745, 4.169898588714574, @@ -264358,19 +187866,19 @@ 4.669238987014892 ], "relative wind angle": [ - 0.024001175159907535, - 0.055312947494053785, - 0.05596931171231063, + 0.024001175159916788, + 0.05531294749405378, + 0.0559693117123146, 0.021950259358343792, 0.026772718703647554, 0.057647735864279195, - 0.05321071553368738, + 0.053210715533687385, 0.0196025235669666 ], "resistance": [ - 97508.06803173736, + 97508.06803173732, 96845.97308245159, - 96082.8454295628, + 96082.84542956279, 95655.16635529559, 95674.51598131351, 96154.26740863659, @@ -264378,9 +187886,9 @@ 97554.25805450647 ], "fuel": [ - 46.13099511862425, + 46.130995118624234, 45.788594375701734, - 45.39596837875516, + 45.39596837875515, 45.176876810745455, 45.18677454308866, 45.4326227738986, @@ -264405,68 +187913,7 @@ "id": "5004", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.755300616641936, - 15.755300616641936, - 15.755300616641936, - 15.755300616641936, - 15.755300616641936, - 15.755300616641936, - 15.755300616641936, - 15.755300616641936 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 958.7893324773104, - 244.05494205049217, - -586.0107431239703, - -1057.855208398305, - -1041.9948660056516, - -527.7189584995313, - 311.4888272761309, - 996.5837729461 - ], - "relative wind speed": [ - 4.643964277908503, - 4.487984823584768, - 4.264791063667364, - 4.104885040181398, - 4.11228853481796, - 4.281975412278576, - 4.504317749820551, - 4.650509651100666 - ], - "relative wind angle": [ - 0.025839511091006632, - 0.06084175610783277, - 0.06239714197312104, - 0.025144610877096726, - 0.029181182897405684, - 0.06377278682539023, - 0.059075066801554714, - 0.022193983428577094 - ], - "resistance": [ - 97593.28933247732, - 96878.55494205051, - 96048.48925687604, - 95576.6447916017, - 95592.50513399436, - 96106.78104150048, - 96945.98882727615, - 97631.08377294612 - ], - "fuel": [ - 46.02773855332076, - 45.65795880308488, - 45.2308962076755, - 44.989278672401625, - 44.997386827208004, - 45.26080319411176, - 45.692765635775096, - 46.04734505297131 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -50.46875, -55.15625 -50.3125, -55 -50.3125, -55 -50.46875, -55.15625 -50.46875))", @@ -264498,37 +187945,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 992.2443310302924, + 992.2443310302788, 342.0018290417065, -472.3493975252959, -989.3746063424242, -1019.7214886236206, -582.4259610764857, - 214.51504763717458, + 214.5150476371764, 920.3031004751074 ], "relative wind speed": [ - 4.086283367294463, + 4.086283367294462, 3.9295772425670967, - 3.6810156683413258, + 3.6810156683413253, 3.482921425609768, 3.4663356850096414, 3.6430231310955747, - 3.8940105917195824, + 3.894010591719583, 4.072155839604749 ], "relative wind angle": [ - 0.02615302738584098, - 0.07509949849028803, + 0.026153027385845223, + 0.07509949849028802, 0.08434270528763307, - 0.041274219042496084, + 0.04127421904249609, 0.030831817740021063, 0.08101918295182398, 0.0797192373297081, 0.0352992137047667 ], "resistance": [ - 97626.7443310303, + 97626.74433103029, 96976.50182904172, 96162.15060247472, 95645.1253936576, @@ -264565,68 +188012,7 @@ "id": "5006", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.143053286798917, - 15.143053286798917, - 15.143053286798917, - 15.143053286798917, - 15.143053286798917, - 15.143053286798917, - 15.143053286798917, - 15.143053286798917 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1053.2906094685313, - 459.7395221050765, - -372.24964983852624, - -967.2475725843806, - -1056.137821039175, - -698.3101011478448, - 82.47980448619637, - 841.6234390812442 - ], - "relative wind speed": [ - 4.497944243825622, - 4.374635012647816, - 4.1532785256480045, - 3.959061731489105, - 3.91582823348714, - 4.053119993394583, - 4.279660110701573, - 4.459937598329997 - ], - "relative wind angle": [ - 0.014082888386923415, - 0.05732120656025491, - 0.07014458687023464, - 0.04068829052911131, - 0.016176581771090104, - 0.061873826356143004, - 0.06806991011760707, - 0.03611665472806031 - ], - "resistance": [ - 97687.79060946856, - 97094.23952210511, - 96262.2503501615, - 95667.25242741565, - 95578.36217896086, - 95936.18989885219, - 96716.97980448623, - 97476.12343908128 - ], - "fuel": [ - 45.49714148755866, - 45.189715395922605, - 44.760998426728456, - 44.45598072543724, - 44.410525435386724, - 44.593684762429746, - 44.99499748582466, - 45.38735940362049 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.15625 -50.625, -55.15625 -50.46875, -55 -50.46875, -55 -50.625, -55.15625 -50.625))", @@ -264658,9 +188044,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1311.9139615984168, + 1311.9139615983731, 710.4355562317987, - -255.82860310950127, + -255.8286031095031, -1036.8243329469442, -1220.760793521329, -920.1293946674086, @@ -264668,9 +188054,9 @@ 876.4292411052693 ], "relative wind speed": [ - 4.241264373120705, + 4.241264373120704, 4.11880471354169, - 3.849714671950832, + 3.849714671950831, 3.5793362446002654, 3.4806938784148755, 3.6247760054442684, @@ -264678,9 +188064,9 @@ 4.158353689385815 ], "relative wind angle": [ - 0.007067983889912635, + 0.007067983889928344, 0.07049321086461381, - 0.09894709484440234, + 0.09894709484440235, 0.06926192875116657, 0.008612452087892589, 0.08012025278982472, @@ -264688,7 +188074,7 @@ 0.05960539292631256 ], "resistance": [ - 97946.41396159845, + 97946.4139615984, 97344.93555623182, 96378.67139689052, 95597.67566705309, @@ -264698,7 +188084,7 @@ 97510.9292411053 ], "fuel": [ - 44.52986937671878, + 44.52986937671876, 44.21776741867078, 43.719199699039606, 43.318764650093726, @@ -264738,14 +188124,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 918.6704541283725, + 918.6704541283552, 207.12880263854822, - -593.5383489793448, + -593.5383489793476, -1029.32272963782, -996.2427645621719, -473.080885258295, - 346.5878844311783, - 997.2091499564585 + 346.5878844311774, + 997.2091499564804 ], "relative wind speed": [ 4.207602703033362, @@ -264754,38 +188140,38 @@ 3.6215625211494507, 3.638917287177405, 3.830753386317718, - 4.071261280657398, - 4.222549518347636 + 4.0712612806573985, + 4.222549518347635 ], "relative wind angle": [ - 0.033417076998419046, + 0.03341707699842569, 0.07458960928067869, - 0.07512693349364892, + 0.0751269334936504, 0.0281091784859476, 0.03864188062643921, 0.07854973920171858, - 0.06994356156084594, - 0.02410761593865846 + 0.06994356156084754, + 0.02410761593864925 ], "resistance": [ - 97553.17045412837, + 97553.17045412835, 96841.62880263854, 96040.96165102065, 95605.17727036218, 95638.25723543784, 96161.4191147417, 96981.08788443118, - 97631.70914995646 + 97631.70914995648 ], "fuel": [ - 44.50922318149615, + 44.50922318149614, 44.14119724324708, 43.72932619475313, 43.506156927222534, 43.52307270264811, 43.7911382529725, 44.2131802966132, - 44.54996067581513 + 44.54996067581514 ] }, { @@ -264805,68 +188191,7 @@ "id": "5009", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.15784917289895, - 12.15784917289895, - 12.15784917289895, - 12.15784917289895, - 12.15784917289895, - 12.15784917289895, - 12.15784917289895, - 12.15784917289895 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1081.294881781424, - 462.5565468287159, - -378.0057104302841, - -967.0712249482158, - -1047.641617691711, - -665.8770733679721, - 128.61744578681282, - 891.3450044052606 - ], - "relative wind speed": [ - 3.744853662765071, - 3.588309340249749, - 3.3090584164169248, - 3.0616859901071174, - 3.011858646160535, - 3.196757347477806, - 3.4850184872848584, - 3.704227363156685 - ], - "relative wind angle": [ - 0.023633909960040937, - 0.08980634013046061, - 0.11102223713680233, - 0.06427875119051395, - 0.02938718070664886, - 0.10084156460329831, - 0.10539526681106803, - 0.05311724923229694 - ], - "resistance": [ - 97715.79488178142, - 97097.05654682871, - 96256.49428956972, - 95667.42877505178, - 95586.85838230829, - 95968.62292663203, - 96763.11744578682, - 97525.84500440526 - ], - "fuel": [ - 43.039243891520016, - 42.718736740974904, - 42.285606729891505, - 41.98363631327578, - 41.94243419947362, - 42.137875009826196, - 42.54634781259837, - 42.940698105764795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -50.9375, -55.3125 -50.78125, -55.15625 -50.78125, -55.15625 -50.9375, -55.3125 -50.9375))", @@ -264898,9 +188223,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 962.9690929246799, + 962.9690929246617, 143.87045708063943, - -726.3082267893906, + -726.3082267893951, -1153.6510041949869, -1078.0185710913438, -450.28345443804847, @@ -264918,17 +188243,17 @@ 4.519148314428496 ], "relative wind angle": [ - 0.03697813980392419, + 0.0369781398039302, 0.073996417562055, - 0.07007635134633997, - 0.02136154489845827, + 0.07007635134634155, + 0.021361544898458273, 0.04231871773842772, 0.07696658502677363, 0.06476757170139705, 0.018359577908089383 ], "resistance": [ - 97597.46909292469, + 97597.46909292466, 96778.37045708064, 95908.19177321061, 95480.84899580502, @@ -264938,7 +188263,7 @@ 97777.20007443668 ], "fuel": [ - 45.431659130428876, + 45.43165913042886, 45.008031104887394, 44.56072000866772, 44.34207817925888, @@ -264965,68 +188290,7 @@ "id": "5011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.915258210353675, - 13.915258210353675, - 13.915258210353675, - 13.915258210353675, - 13.915258210353675, - 13.915258210353675, - 13.915258210353675, - 13.915258210353675 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1323.423417293293, - 634.452843894398, - -371.80010867170404, - -1125.2670050977622, - -1264.2516675568804, - -871.9359408099017, - 54.73163940488939, - 994.8681751208969 - ], - "relative wind speed": [ - 4.254561688149648, - 4.106797400654939, - 3.8201726604106865, - 3.551906987381655, - 3.477247890233955, - 3.6505839475871684, - 3.9495352755809146, - 4.19243423340148 - ], - "relative wind angle": [ - 0.015280108855649364, - 0.07820102396813172, - 0.10192898645035088, - 0.0644872101290904, - 0.018696229146955772, - 0.08799769278924569, - 0.09857937362721819, - 0.0546240451703381 - ], - "resistance": [ - 97957.92341729329, - 97268.9528438944, - 96262.6998913283, - 95509.23299490224, - 95370.24833244312, - 95762.5640591901, - 96689.23163940488, - 97629.3681751209 - ], - "fuel": [ - 44.5495185187405, - 44.192100273926116, - 43.67325872301387, - 43.28722491697814, - 43.216247813700676, - 43.41678169243056, - 43.89272587160906, - 44.37885313179176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55.3125 -51.09375, -55.3125 -50.9375, -55.15625 -50.9375, -55.15625 -51.09375, -55.3125 -51.09375))", @@ -265058,19 +188322,19 @@ ], "ice resistance": 91071.2814025308, "wind resistance": [ - 1829.9095299766232, + 1829.9095299765177, 339.0906662579546, - -1312.0560436988708, + -1312.0560436988744, -2174.3348478271, -2081.557102427476, -966.6371243931608, - 738.3152935996914, + 738.3152935997132, 2052.1800192623814 ], "relative wind speed": [ - 7.67165193032676, + 7.6716519303267585, 7.472055156313964, - 7.205299773111324, + 7.2052997731113235, 7.0286528756479845, 7.054172476877379, 7.265258730053771, @@ -265078,33 +188342,33 @@ 7.695039403880005 ], "relative wind angle": [ - 0.021175390624078923, + 0.02117539062408941, 0.04461112974906864, - 0.042872559692075984, + 0.04287255969207599, 0.01472655803902381, 0.023029270375728196, - 0.045881808707629985, - 0.04102339402621607, - 0.01345116497764567 + 0.04588180870762999, + 0.04102339402621336, + 0.013451164977645669 ], "resistance": [ - 92901.19093250742, + 92901.19093250732, 91410.37206878875, 89759.22535883193, 88896.9465547037, 88989.72430010332, 90104.64427813764, - 91809.5966961305, + 91809.59669613052, 93123.46142179318 ], "fuel": [ - 57.826703895584494, + 57.826703895584444, 57.08358551710796, 56.27020171364241, 55.84946032808442, 55.89459758828879, 56.43952198719649, - 57.28177351227798, + 57.28177351227799, 57.938205990572136 ] }, @@ -265138,17 +188402,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1797.0956304734373, + 1797.095630473259, 776.1526403413827, - -655.7720507165814, + -655.7720507166014, -1676.9271500015966, - -1826.7183019987224, + -1826.7183019986824, -1209.6935493958226, - 135.65160667159216, + 135.65160667158125, 1439.2385984480625 ], "relative wind speed": [ - 6.422523259915452, + 6.422523259915451, 6.273972506142283, 6.009839641710638, 5.780635597985366, @@ -265158,31 +188422,31 @@ 6.377425655304001 ], "relative wind angle": [ - 0.011858289043315526, + 0.011858289043343613, 0.04760226594968551, - 0.057611527468161866, + 0.057611527468165724, 0.03301938584094199, - 0.01329041870605712, + 0.013290418706048766, 0.05068432869365409, - 0.056188211050156214, + 0.0561882110501582, 0.02992850998424204 ], "resistance": [ - 98431.59563047346, + 98431.59563047327, 97410.6526403414, - 95978.72794928344, + 95978.7279492834, 94957.57284999843, - 94807.78169800129, + 94807.78169800133, 95424.8064506042, 96770.1516066716, 98073.73859844808 ], "fuel": [ - 53.61276561433715, + 53.61276561433704, 53.081960674385186, - 52.34401439150742, + 52.3440143915074, 51.822419899670095, - 51.74623460194851, + 51.74623460194853, 52.06059602245549, 52.750933611490964, 53.4262684133927 @@ -265218,51 +188482,51 @@ ], "ice resistance": 66981.73179057831, "wind resistance": [ - 1992.3530913687064, + 1992.353091368579, 582.8896248981982, - -1126.763284953995, + -1126.7632849540169, -2153.629202789645, - -2170.00181166107, + -2170.0018116610336, -1187.6882252871037, 512.4721601514138, 1953.1376043031014 ], "relative wind speed": [ - 7.690586301130622, + 7.690586301130621, 7.508435812079656, - 7.238642730168489, + 7.238642730168488, 7.038450346525898, - 7.033945331505553, + 7.033945331505552, 7.22806310415359, 7.4982368598708335, 7.686463510694382 ], "relative wind angle": [ - 0.016894988541333537, + 0.01689498854134668, 0.04317360693422642, - 0.04537928796574373, - 0.019937838014365224, - 0.018472360736508757, + 0.045379287965746175, + 0.01993783801436522, + 0.018472360736502744, 0.04484939082456166, 0.04380720188933464, - 0.018256768008845972 + 0.01825676800884597 ], "resistance": [ - 68974.08488194703, + 68974.0848819469, 67564.62141547652, - 65854.96850562432, + 65854.9685056243, 64828.10258778867, - 64811.72997891724, + 64811.72997891728, 65794.04356529121, 67494.20395072973, 68934.86939488142 ], "fuel": [ - 46.898716440516544, + 46.898716440516495, 46.32142741263181, - 45.631108023712, + 45.631108023711995, 45.22171080583811, - 45.215215052206666, + 45.21521505220669, 45.60670860227634, 46.29277966256387, 46.88255455889282 @@ -265298,19 +188562,19 @@ ], "ice resistance": 79091.40273005745, "wind resistance": [ - 2122.536835959392, + 2122.536835959203, 708.3517199862472, - -1075.6044296600485, + -1075.6044296600521, -2203.9828681024374, - -2268.799800749166, + -2268.7998007491187, -1316.523784353627, 429.8748290559597, 1967.3619296006545 ], "relative wind speed": [ - 7.70839174127308, + 7.708391741273079, 7.528818464679154, - 7.2500195379031345, + 7.250019537903134, 7.033630693631917, 7.015782331101141, 7.208147992391957, @@ -265318,31 +188582,31 @@ 7.692109217887963 ], "relative wind angle": [ - 0.015487010193276007, - 0.043754909300507655, + 0.015487010193297516, + 0.04375490930050766, 0.047790521681912335, 0.02282030727527971, - 0.017016053904549636, + 0.017016053904543114, 0.04570277106927961, 0.04626743217519016, 0.020866491319559973 ], "resistance": [ - 81213.93956601684, + 81213.93956601666, 79799.75445004369, 78015.79830039741, 76887.41986195502, - 76822.60292930828, + 76822.60292930834, 77774.87894570382, 79521.27755911341, 81058.7646596581 ], "fuel": [ - 52.22275427120208, + 52.222754271202, 51.57913459913429, 50.777840774450866, 50.27712475562498, - 50.248506243191954, + 50.24850624319197, 50.67053542805426, 51.453272024900585, 52.15176805049873 @@ -265378,39 +188642,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -326.8245501331096, + -326.8245501331098, -708.9902144858015, - -711.1943971580401, + -711.1943971580405, -333.8689231988783, - 296.72249789354055, + 296.7224978935408, 852.8081310527546, 857.8575198427725, - 305.0797180142547 + 305.07971801425447 ], "relative wind speed": [ - 1.6924382298217011, + 1.692438229821701, 1.332564654063939, 1.3296785827917892, 1.6869492393070928, 2.0922842796835863, 2.3380060118640693, 2.3396485922543784, - 2.09671241060244 + 2.0967124106024406 ], "relative wind angle": [ - 0.30518464669623935, - 0.16033833419075444, - 0.15681208736678823, + 0.3051846466962397, + 0.16033833419075447, + 0.15681208736678964, 0.30489915971329107, - 0.24550694638577739, + 0.24550694638577694, 0.09112105981998703, 0.08887222975246156, - 0.2439413041347149 + 0.24394130413471582 ], "resistance": [ 96307.67544986689, 95925.5097855142, - 95923.30560284197, + 95923.30560284195, 96300.63107680112, 96931.22249789354, 97487.30813105275, @@ -265420,7 +188684,7 @@ "fuel": [ 39.25778679734559, 39.061658770686684, - 39.060529156909595, + 39.06052915690959, 39.25416669746327, 39.57895888541671, 39.8666038978328, @@ -265458,19 +188722,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -273.6688805405802, + -273.6688805405811, -979.5297871159858, - -1119.9500607837515, + -1119.9500607837517, -741.9730904324836, - 121.7183580338824, + 121.71835803388194, 1014.550224609281, - 1339.1314427223265, + 1339.131442722331, 671.335426974641 ], "relative wind speed": [ - 2.477797209503749, + 2.4777972095037484, 2.062090656199964, - 1.9363091695746324, + 1.9363091695746322, 2.219304269832908, 2.6629639621346906, 2.996437584977443, @@ -265478,21 +188742,21 @@ 2.8819341826200806 ], "relative wind angle": [ - 0.23290389463214126, - 0.1642768964762431, + 0.2329038946321417, + 0.16427689647624308, 0.04906507275243476, 0.2141021420883857, - 0.21644121578660297, + 0.216441215786603, 0.1127833452456543, - 0.030846208638367515, - 0.1643568352590412 + 0.030846208638363914, + 0.16435683525904124 ], "resistance": [ 96360.83111945944, 95654.97021288404, 95514.54993921627, 95892.52690956755, - 96756.21835803392, + 96756.2183580339, 97649.05022460931, 97973.63144272236, 97305.83542697466 @@ -265502,7 +188766,7 @@ 40.0118513725613, 39.94006535289448, 40.13346278673052, - 40.57737838255019, + 40.57737838255018, 41.0391892394416, 41.20781172319588, 40.861312892571554 @@ -265538,19 +188802,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -293.4996772294005, + -293.4996772294012, -732.1993227081281, - -772.497650908674, + -772.4976509086749, -425.5038453503862, - 216.66174390187257, + 216.6617439018728, 816.8088061775557, 909.5097004329873, 372.2086765539507 ], "relative wind speed": [ - 1.91711293568992, + 1.9171129356899197, 1.56848702109174, - 1.5223416438545634, + 1.5223416438545632, 1.8250996884113553, 2.215146040609653, 2.474276147499507, @@ -265558,13 +188822,13 @@ 2.2915508104292637 ], "relative wind angle": [ - 0.2594416703243468, - 0.153140219929112, - 0.10097162388765356, - 0.2526802694866761, - 0.22389089546406446, - 0.09685060849635144, - 0.06134746329460334, + 0.25944167032434723, + 0.15314021992911203, + 0.10097162388765465, + 0.25268026948667605, + 0.22389089546406396, + 0.09685060849635145, + 0.06134746329460335, 0.20045155188994856 ], "resistance": [ @@ -265618,9 +188882,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -264.05787360595787, + -264.0578736059588, -798.563920011027, - -880.8780644143549, + -880.8780644143545, -532.849956737293, 177.6821790040019, 880.8057535803571, @@ -265630,7 +188894,7 @@ "relative wind speed": [ 2.0461188558843553, 1.6519135718225135, - 1.5614105605889355, + 1.5614105605889352, 1.866684661073658, 2.292447144352015, 2.5909646530359685, @@ -265638,9 +188902,9 @@ 2.440779518548436 ], "relative wind angle": [ - 0.2689058928993291, + 0.2689058928993303, 0.1791849878061715, - 0.08157974321406392, + 0.08157974321406257, 0.25693596951229913, 0.239409772152944, 0.11387805417339945, @@ -265698,9 +188962,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -64.39305701686499, + -64.39305701686953, -1199.677021261362, - -1576.4767309361978, + -1576.4767309361887, -1287.0643247242947, -210.12334576766352, 1091.3632719910083, @@ -265708,27 +188972,27 @@ 1216.9648832683906 ], "relative wind speed": [ - 3.2928588936502017, + 3.292858893650201, 2.8193529214183606, - 2.578319608566023, + 2.5783196085660225, 2.7752445370635197, - 3.2394345362745733, + 3.239434536274574, 3.658975937716651, 3.832639273970828, 3.6925429676306787 ], "relative wind angle": [ - 0.19163857216639818, + 0.19163857216639935, 0.16487302602973028, - 0.010556977621296048, - 0.15346716341223202, - 0.19483931815836328, + 0.010556977621285532, + 0.153467163412232, + 0.19483931815836444, 0.1268044872232929, 0.007101890805434956, - 0.11514501991130663 + 0.11514501991130664 ], "resistance": [ - 96570.10694298316, + 96570.10694298314, 95434.82297873865, 95058.02326906382, 95347.43567527572, @@ -265778,9 +189042,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 205.26474067744948, + 205.26474067744675, -890.3556929613192, - -1413.8853584286258, + -1413.8853584286267, -1288.3366768471828, -459.6084312596595, 707.8943697877494, @@ -265788,9 +189052,9 @@ 1278.3363664302005 ], "relative wind speed": [ - 3.33306374745579, + 3.3330637474557894, 2.9011448835292475, - 2.6146965321233893, + 2.614696532123389, 2.7008975603371446, 3.0859127742454824, 3.4950722395434903, @@ -265798,14 +189062,14 @@ 3.65203011534959 ], "relative wind angle": [ - 0.16583682525449164, - 0.16543221670660846, + 0.16583682525449298, + 0.1654322167066085, 0.047991611692330426, 0.11143958295140852, 0.17925729709366647, 0.13712367529741337, 0.03377794606002922, - 0.08233885204737461 + 0.08233885204737462 ], "resistance": [ 96839.76474067746, @@ -265858,34 +189122,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 142.43915288771996, + 142.4391528877195, -665.0673198119068, - -1029.0363275185312, + -1029.0363275185316, -904.3365299373588, - -255.37545149467292, + -255.37545149467314, 624.9800079459078, 1259.6125387309476, - 972.2672254268268 + 972.2672254268259 ], "relative wind speed": [ 2.4678238688573195, 2.0150831992239406, - 1.714118155190612, + 1.7141181551906117, 1.8386244110426737, 2.2646104141701278, 2.675454106478957, 2.8775708376538085, - 2.799656273685698 + 2.7996562736856982 ], "relative wind angle": [ - 0.2382346726862359, + 0.23823467268623638, 0.24354869433133858, 0.06119972239802663, 0.18470202367328936, - 0.260086068260783, - 0.18264025814775375, + 0.26008606826078307, + 0.18264025814775378, 0.03644090649215163, - 0.1209056084967602 + 0.12090560849676205 ], "resistance": [ 96776.9391528877, @@ -265938,34 +189202,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 319.9022860233076, + 319.9022860233058, -510.7341492371961, - -987.1235788014983, - -964.6916593620736, - -436.26833549134494, + -987.123578801499, + -964.6916593620731, + -436.26833549134517, 407.3638303773346, - 1114.1541833074489, - 1062.418957161914 + 1114.1541833074466, + 1062.418957161913 ], "relative wind speed": [ - 2.6237876666908644, + 2.623787666690864, 2.207631803738649, - 1.8731072514011038, - 1.894360289680535, + 1.8731072514011036, + 1.8943602896805347, 2.250987467573503, 2.660369921302994, 2.905628249415376, - 2.8918169706835766 + 2.891816970683577 ], "relative wind angle": [ - 0.19872851948748751, + 0.19872851948748807, 0.22902028111171568, 0.10203202437412257, - 0.12244344953171835, - 0.23220048290709547, - 0.18952146176966217, - 0.06570794070817891, - 0.08009511987154086 + 0.12244344953171653, + 0.23220048290709597, + 0.1895214617696622, + 0.0657079407081806, + 0.08009511987154223 ], "resistance": [ 96954.40228602331, @@ -265975,7 +189239,7 @@ 96198.23166450865, 97041.86383037733, 97748.65418330744, - 97696.91895716192 + 97696.9189571619 ], "fuel": [ 40.45172112322632, @@ -266018,19 +189282,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -22.883538935306206, + -22.883538935308025, -965.3699284690688, - -1307.539664726526, + -1307.5396647265452, -1105.7948770652588, - -258.04187748718687, + -258.04187748718596, 799.7314995346733, - 1473.2201451570363, + 1473.2201451570154, 1000.3594021871377 ], "relative wind speed": [ - 3.3829174533543265, + 3.382917453354326, 3.0133855714369187, - 2.8174142848322346, + 2.817414284832234, 2.947114292777366, 3.2993184252586203, 3.639936807874023, @@ -266038,33 +189302,33 @@ 3.693798845736961 ], "relative wind angle": [ - 0.14480719062855094, - 0.12478794608036967, - 0.014997651117495122, + 0.14480719062855096, + 0.12478794608036968, + 0.014997651117509928, 0.10719260826764768, - 0.14850322243415337, - 0.10322319107600421, - 0.011138044769437142, + 0.14850322243415262, + 0.10322319107600422, + 0.01113804476944711, 0.08546442732421328 ], "resistance": [ 96611.61646106472, 95669.13007153096, - 95326.9603352735, + 95326.96033527348, 95528.70512293477, 96376.45812251285, 97434.2314995347, - 98107.72014515707, + 98107.72014515704, 97634.85940218717 ], "fuel": [ 42.2814911056022, 41.797722192168166, - 41.62290769238295, + 41.62290769238294, 41.72592638487282, 42.16047719490287, 42.70643272217421, - 43.05621418782722, + 43.0562141878272, 42.81045384773337 ] }, @@ -266098,9 +189362,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -365.6860864226701, + -365.6860864226728, -1093.831449030019, - -1223.3632648781067, + -1223.3632648781077, -824.4826419232004, 86.47892156358284, 1003.2545862469569, @@ -266110,7 +189374,7 @@ "relative wind speed": [ 3.3785659510534716, 3.080722394105864, - 3.001226723843298, + 3.0012267238432977, 3.2011658966719474, 3.5333722880929326, 3.795863161697951, @@ -266118,13 +189382,13 @@ 3.6948564943533895 ], "relative wind angle": [ - 0.12732404023672172, - 0.08065216436941247, + 0.12732404023672347, + 0.08065216436941249, 0.025994581484791286, - 0.11223089877170099, - 0.12171728043274499, + 0.112230898771701, + 0.121717280432745, 0.06543303414309151, - 0.020215516007500937, + 0.020215516007500933, 0.09718400647004122 ], "resistance": [ @@ -266178,34 +189442,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -131.18978494277508, + -131.18978494277735, -945.4871443172124, - -1174.8885181941532, + -1174.8885181941541, -927.7221276618461, -101.50460456420569, 851.7944523948113, - 1388.2619752276337, + 1388.2619752275218, 826.3465482979859 ], "relative wind speed": [ - 2.9871242234994235, + 2.987124223499423, 2.6141768540930497, - 2.447318229286154, + 2.4473182292861537, 2.623733435835152, 2.9989501051262057, 3.3290677726921807, - 3.453584564515135, + 3.4535845645151353, 3.3215411659851783 ], "relative wind angle": [ 0.16924107996703328, - 0.13487852062173092, + 0.1348785206217309, 0.0024509705364892586, 0.13764753244744976, - 0.16856729785372096, + 0.16856729785372093, 0.10579080229740584, - 0.0017368336496930456, - 0.10860010076123254 + 0.001736833649756968, + 0.10860010076123255 ], "resistance": [ 96503.31021505725, @@ -266214,7 +189478,7 @@ 95706.77787233818, 96532.99539543582, 97486.29445239484, - 98022.76197522767, + 98022.76197522755, 97460.84654829801 ], "fuel": [ @@ -266224,7 +189488,7 @@ 40.960195317560526, 41.38422159135585, 41.87662408170969, - 42.15520974894707, + 42.15520974894701, 41.86343568075231 ] }, @@ -266258,17 +189522,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -388.6320787511254, + -388.63207875112994, -974.5448000460956, - -1045.268545945146, + -1045.26854594515, -634.721219651386, 180.43281046174843, 952.5544487960351, - 1117.8027450788022, + 1117.8027450787968, 466.91805065920107 ], "relative wind speed": [ - 2.830176024686482, + 2.8301760246864816, 2.5346783940682616, 2.4827296777948074, 2.716732709590571, @@ -266278,23 +189542,23 @@ 3.1608865346656954 ], "relative wind angle": [ - 0.15355991900297358, + 0.15355991900297575, 0.08850989482699535, - 0.04675557949328577, + 0.046755579493290525, 0.14336646796224992, 0.14195796710283048, 0.0677684470405958, - 0.034668067352508825, - 0.12311030857116788 + 0.03466806735251202, + 0.12311030857116789 ], "resistance": [ - 96245.86792124892, + 96245.86792124891, 95659.95519995395, 95589.2314540549, 95999.77878034866, 96814.93281046179, 97587.05444879607, - 97752.30274507885, + 97752.30274507884, 97101.41805065924 ], "fuel": [ @@ -266304,7 +189568,7 @@ 41.025929774531264, 41.4451500696529, 41.84451971600308, - 41.930280391903565, + 41.93028039190355, 41.593071898902096 ] }, @@ -266338,54 +189602,54 @@ ], "ice resistance": 88261.10388472464, "wind resistance": [ - -715.9681514262375, + -715.9681514262775, -2371.21495614593, - -2715.660883056895, + -2715.6608830568002, -1990.2747364257411, -70.87859779081191, 1943.2207453140618, - 2766.315396993181, - 1402.5690843738812 + 2766.3153969933373, + 1402.5690843738703 ], "relative wind speed": [ - 7.322597684455287, + 7.322597684455286, 7.0247839046408895, - 6.929627712520797, + 6.929627712520795, 7.100332849509264, 7.4249308016886895, 7.707298187520298, 7.792964392586377, - 7.637755408785687 + 7.637755408785688 ], "relative wind angle": [ - 0.05898579784875555, - 0.03830245054697301, - 0.007396492005044627, + 0.05898579784875932, + 0.03830245054697302, + 0.007396492005029617, 0.048112843141476, 0.05817190926729402, 0.034909158848660714, - 0.006577065616764048, - 0.04472508913003105 + 0.006577065616747167, + 0.044725089130033535 ], "resistance": [ - 87545.1357332984, + 87545.13573329836, 85889.8889285787, - 85545.44300166774, + 85545.44300166784, 86270.8291482989, 88190.22528693383, 90204.3246300387, - 91027.41928171783, - 89663.67296909852 + 91027.41928171797, + 89663.67296909851 ], "fuel": [ - 55.19542468851937, + 55.19542468851935, 54.403840696281435, - 54.240398798684424, + 54.24039879868447, 54.58511349624557, 55.50668491276427, 56.48846666516535, - 56.89403268453775, - 56.223441455793775 + 56.89403268453782, + 56.22344145579376 ] }, { @@ -266418,9 +189682,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -67.0170763100341, + -67.0170763100432, -1322.3876101783262, - -1775.2167250030307, + -1775.216725003067, -1522.3888940704928, -404.2621613142164, 996.2450083811182, @@ -266428,7 +189692,7 @@ 1280.55571624185 ], "relative wind speed": [ - 4.9405442158694415, + 4.940544215869441, 4.614701520639851, 4.446741892316099, 4.553531455959749, @@ -266438,19 +189702,19 @@ 5.22400079839632 ], "relative wind angle": [ - 0.08800726790526742, + 0.08800726790526868, 0.07282787248784535, - 0.009135930319996084, + 0.009135930320008236, 0.06116213111706137, - 0.08947678532280148, + 0.08947678532280147, 0.06499332479105559, 0.007643169982198767, - 0.05330434325976029 + 0.05330434325976028 ], "resistance": [ - 96567.48292368998, + 96567.48292368997, 95312.11238982169, - 94859.28327499698, + 94859.28327499695, 95112.11110592952, 96230.2378386858, 97630.74500838113, @@ -266460,7 +189724,7 @@ "fuel": [ 47.36164694778806, 46.7182146546161, - 46.48755908900955, + 46.48755908900954, 46.616246805216676, 47.1882180146839, 47.911202035508666, @@ -266498,51 +189762,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 263.2661683131737, + 263.2661683131628, -1615.440474873507, - -2514.693948019725, + -2514.693948019729, -2333.8682308527623, - -951.76320531686, + -951.7632053168745, 1031.1186064362846, 2481.8694815133385, - 2051.1911897203463 + 2051.191189720328 ], "relative wind speed": [ - 6.675095071348339, + 6.675095071348337, 6.327496402153991, - 6.1099307562964595, + 6.109930756296459, 6.166371415238456, - 6.458326195736295, + 6.458326195736296, 6.799239717997947, 6.9953997466431534, - 6.945699031156086 + 6.945699031156087 ], "relative wind angle": [ 0.06638422571971825, 0.061661866717187576, 0.01778047602735908, - 0.03832844141030459, - 0.06861580867759134, + 0.03832844141030458, + 0.06861580867759458, 0.057378779762874366, 0.015529651447893016, - 0.03402611335023199 + 0.03402611335023526 ], "resistance": [ - 96897.76616831322, + 96897.7661683132, 95019.05952512653, - 94119.80605198033, + 94119.80605198031, 94300.63176914728, - 95682.73679468318, + 95682.73679468317, 97665.61860643633, 99116.36948151338, - 98685.69118972038 + 98685.69118972037 ], "fuel": [ - 55.25963557507686, + 55.25963557507685, 54.2965861345214, - 53.84026487368064, + 53.84026487368062, 53.93178219468444, - 54.63529542513203, + 54.635295425132014, 55.65702760812625, 56.413833193961395, 56.188346141498556 @@ -266565,68 +189829,7 @@ "id": "5031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.10160789959207, - 23.10160789959207, - 23.10160789959207, - 23.10160789959207, - 23.10160789959207, - 23.10160789959207, - 23.10160789959207, - 23.10160789959207 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1081.3017722023687, - -943.6246736206558, - -2368.2604185409127, - -2564.5929428245217, - -1662.1601893381921, - 249.78263788612094, - 2084.101442272371, - 2551.184067502254 - ], - "relative wind speed": [ - 6.6796047552001765, - 6.325057085060121, - 6.017908620580272, - 5.955211097040109, - 6.180132144946955, - 6.542538183719696, - 6.826121069029256, - 6.8808875738809885 - ], - "relative wind angle": [ - 0.060581735589412725, - 0.07325145168949553, - 0.041593297724638996, - 0.018308213392713334, - 0.06548464324450834, - 0.0708123449664757, - 0.03666629637047666, - 0.015845012096054642 - ], - "resistance": [ - 97715.80177220238, - 95690.87532637936, - 94266.2395814591, - 94069.9070571755, - 94972.33981066183, - 96884.28263788614, - 98718.60144227238, - 99185.68406750227 - ], - "fuel": [ - 54.97208920132973, - 53.928472688513544, - 53.20338023902093, - 53.10404559067968, - 53.56181793738795, - 54.54169052193726, - 55.49456593548109, - 55.73920177118889 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -50.78125, -55 -50.625, -54.84375 -50.625, -54.84375 -50.78125, -55 -50.78125))", @@ -266658,19 +189861,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 884.8069727123902, + 884.8069727123843, 427.6051495667025, -227.82140211882233, - -715.6769740489281, + -715.6769740489285, -806.1638561984123, -543.8957359288311, - 59.84053228163839, + 59.84053228163748, 673.0583297751996 ], "relative wind speed": [ 2.9586664731607053, 2.8170984665921264, - 2.538753963054911, + 2.5387539630549107, 2.2703887579148927, 2.1955053811338243, 2.374427806339261, @@ -266678,17 +189881,17 @@ 2.9016006041366986 ], "relative wind angle": [ - 0.022417051516115265, - 0.11269602568796744, - 0.15092552957862024, - 0.09838630135024601, + 0.022417051516120216, + 0.11269602568796745, + 0.15092552957861954, + 0.09838630135024602, 0.03021131903055982, 0.13382246189292094, - 0.14345622264875713, - 0.07693516124514223 + 0.14345622264875793, + 0.07693516124514221 ], "resistance": [ - 97519.3069727124, + 97519.30697271238, 97062.1051495667, 96406.67859788118, 95918.82302595107, @@ -266738,51 +189941,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 939.5879800138055, + 939.5879800137013, 553.716510717516, - -99.37288409939856, + -99.37288409939993, -651.7870215102312, - -804.4607787990085, + -804.4607787989892, -631.9425222959853, - -66.18599049905288, - 582.1124777946284 + -66.18599049905242, + 582.1124777946275 ], "relative wind speed": [ - 2.9046299954515016, + 2.904629995451501, 2.795913157014775, - 2.5252347448430896, + 2.5252347448430887, 2.2270239464865926, 2.096608599217914, 2.2395340245735866, 2.5408330350946615, - 2.8058879825407095 + 2.80588798254071 ], "relative wind angle": [ - 0.002719896429006661, + 0.0027198964290882977, 0.104365163830836, - 0.1606807076444238, + 0.1606807076444231, 0.12610441919901305, - 0.003768133790169277, + 0.0037681337901398137, 0.13042621346242925, - 0.15968578360624586, - 0.0999901286834708 + 0.1596857836062452, + 0.09999012868347192 ], "resistance": [ - 97574.0879800138, + 97574.0879800137, 97188.21651071751, 96535.1271159006, 95982.71297848977, - 95830.03922120099, + 95830.039221201, 96002.55747770402, 96568.31400950094, 97216.61247779462 ], "fuel": [ - 40.990408896361494, + 40.99040889636144, 40.79056333186568, 40.45358614196299, 40.16979376576032, - 40.09156077606148, + 40.091560776061485, 40.1799688410123, 40.470671442481525, 40.80525091823397 @@ -266818,13 +190021,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1064.6146003948497, + 1064.6146003948425, 424.3981983593794, -408.70331934984097, -969.1338903170495, -1028.1495462293428, -617.2386080350657, - 182.16280759212896, + 182.16280759212714, 926.0292333964298 ], "relative wind speed": [ @@ -266838,17 +190041,17 @@ 3.499419317185443 ], "relative wind angle": [ - 0.03151938239421026, + 0.03151938239421378, 0.10544423037786528, 0.12742395750296187, - 0.0701147674007154, - 0.040399534205029536, - 0.1193385134105317, - 0.11878929552255595, + 0.07011476740071541, + 0.04039953420502954, + 0.11933851341053171, + 0.11878929552255688, 0.05597505335284936 ], "resistance": [ - 97699.11460039488, + 97699.11460039487, 97058.89819835941, 96225.7966806502, 95665.36610968297, @@ -266858,7 +190061,7 @@ 97560.52923339646 ], "fuel": [ - 42.43332290764943, + 42.433322907649426, 42.101755414659955, 41.67257654572257, 41.38531931037571, @@ -266898,19 +190101,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 974.7720578650319, + 974.772057865021, 447.5920659890462, - -289.1996567559304, + -289.1996567559313, -823.2429514782061, - -910.8318950341422, + -910.831895034139, -597.7649399446605, 89.0063429062111, 769.2624452584673 ], "relative wind speed": [ - 3.2587137830102733, + 3.2587137830102724, 3.108036390655294, - 2.8244533049669265, + 2.824453304966926, 2.56079173674393, 2.4963956927906628, 2.6816630602906306, @@ -266918,31 +190121,31 @@ 3.208356690829264 ], "relative wind angle": [ - 0.02390267488750561, + 0.02390267488751025, 0.10465994349311525, - 0.135413476266154, - 0.0838802241621066, - 0.031203867238321505, + 0.13541347626615402, + 0.08388022416210661, + 0.031203867238317945, 0.12137692309423682, 0.12835408696413508, - 0.06692155368645786 + 0.06692155368645787 ], "resistance": [ - 97609.27205786502, + 97609.272057865, 97082.09206598903, 96345.30034324406, 95811.25704852177, - 95723.66810496584, + 95723.66810496585, 96036.73506005532, 96723.5063429062, 97403.76244525846 ], "fuel": [ - 41.775325751546546, + 41.77532575154654, 41.50236508376234, 41.122605358838975, 40.848609628199554, - 40.80377263245421, + 40.803772632454226, 40.96416371099201, 41.31728927367348, 41.668795000930565 @@ -266978,9 +190181,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 1510.8781516540312, + 1510.8781516540275, 787.5066003015545, - -344.62522876946605, + -344.6252287694733, -1239.6013157361995, -1435.8782026312092, -1058.433616324909, @@ -266988,9 +190191,9 @@ 1044.9995541538628 ], "relative wind speed": [ - 4.836778933371884, + 4.836778933371883, 4.705264327775698, - 4.4292017116871145, + 4.429201711687114, 4.1601136173981, 4.069346735386155, 4.220722794601596, @@ -266998,19 +190201,19 @@ 4.758935594589078 ], "relative wind angle": [ - 0.008338514262085137, + 0.008338514262085138, 0.0637713778872075, - 0.08674557040504317, - 0.05840205310098184, + 0.08674557040504445, + 0.058402053100981836, 0.00991110997835471, 0.07110409365817565, - 0.08519590545219706, - 0.0510464089284193 + 0.08519590545219705, + 0.05104640892841931 ], "resistance": [ 98145.37815165399, 97422.00660030151, - 96289.87477123049, + 96289.87477123048, 95394.89868426375, 95198.62179736875, 95576.06638367505, @@ -267020,7 +190223,7 @@ "fuel": [ 46.583108649080394, 46.20738588667258, - 45.62325936823607, + 45.62325936823606, 45.16486939093147, 45.06473854960472, 45.257419489864915, @@ -267058,9 +190261,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1464.0270142679392, + 1464.0270142679356, 815.4152233241393, - -250.91089309457766, + -250.91089309457948, -1128.129279036517, -1345.4031714910589, -1033.492134273255, @@ -267068,9 +190271,9 @@ 950.085614256087 ], "relative wind speed": [ - 4.3695170922226705, + 4.36951709222267, 4.243361928426197, - 3.9558154782923056, + 3.955815478292305, 3.6607134054077384, 3.5468020785926093, 3.6968045861687115, @@ -267079,12 +190282,12 @@ ], "relative wind angle": [ 0.005428385769297493, - 0.07256539002357752, - 0.10417827057384059, - 0.07494814173272842, + 0.07256539002357751, + 0.1041782705738406, + 0.0749481417327284, 0.006687569305596586, - 0.08331716394235554, - 0.10294590993165084, + 0.08331716394235555, + 0.10294590993165086, 0.06416955105334599 ], "resistance": [ @@ -267138,19 +190341,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1800.8865995626966, + 1800.8865995626056, 833.9710343193601, - -567.6137690834385, + -567.6137690834494, -1602.7989864557367, -1780.9878555183222, -1220.6133864561543, - 78.37324240933958, + 78.3732424093323, 1376.7276966037734 ], "relative wind speed": [ - 5.772489183602487, + 5.772489183602486, 5.61859418847688, - 5.329863120652383, + 5.329863120652382, 5.068522130315402, 5.000791600848037, 5.17309842890446, @@ -267158,27 +190361,27 @@ 5.71311048592822 ], "relative wind angle": [ - 0.012179340239235647, + 0.01217934023925388, 0.05744303716656092, - 0.07246335093122684, + 0.07246335093122838, 0.04404041485744889, 0.014058911725205167, 0.062396077977784174, - 0.07060234145446324, - 0.03906881282133118 + 0.07060234145446483, + 0.03906881282133117 ], "resistance": [ - 98435.38659956273, + 98435.38659956264, 97468.47103431939, 96066.88623091659, 95031.7010135443, 94853.5121444817, 95413.88661354387, - 96712.87324240938, + 96712.87324240936, 98011.2276966038 ], "fuel": [ - 50.41565944845908, + 50.41565944845904, 49.912833416015374, 49.190142216036335, 48.66106873682398, @@ -267218,11 +190421,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1388.7040483562441, + 1388.7040483561677, 726.5365512321214, - -298.7961954304483, + -298.7961954304519, -1106.819306844497, - -1285.4819421153816, + -1285.4819421153688, -937.813809388972, -14.685359996681655, 967.2095855854686 @@ -267230,7 +190433,7 @@ "relative wind speed": [ 4.123515670050468, 3.982124595782684, - 3.683055223023619, + 3.6830552230236187, 3.3865895484850665, 3.2859320104257357, 3.4559245307088036, @@ -267238,31 +190441,31 @@ 4.041254989280432 ], "relative wind angle": [ - 0.010980982843165123, + 0.010980982843195456, 0.08250442126099497, - 0.11396285104688605, + 0.11396285104688803, 0.07807386926634512, - 0.013780193189231713, - 0.09510204421282761, + 0.013780193189223655, + 0.09510204421282763, 0.11123348347394857, 0.06540642476430117 ], "resistance": [ - 98023.20404835625, + 98023.20404835617, 97361.03655123212, 96335.70380456955, 95527.6806931555, - 95349.01805788462, + 95349.01805788463, 95696.68619061103, 96619.81464000331, 97601.70958558547 ], "fuel": [ - 44.10465301337514, + 44.10465301337511, 43.76094556913648, 43.231951213667806, 42.81782840647911, - 42.72658936227179, + 42.726589362271795, 42.9042450849705, 43.37813916786688, 43.8856815900385 @@ -267298,19 +190501,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2397.1466238412722, + 2397.1466238412067, 844.0078572351449, - -1143.6116979909493, + -1143.6116979909566, -2427.057350901534, - -2521.0158067037046, + -2521.015806703741, -1490.7508054112186, 442.5849988865739, 2172.767673502214 ], "relative wind speed": [ - 7.540787197791907, + 7.540787197791905, 7.340222244227903, - 7.021122105188807, + 7.021122105188806, 6.767557773824601, 6.740771893774666, 6.958635979243827, @@ -267318,31 +190521,31 @@ 7.516757217326565 ], "relative wind angle": [ - 0.017224535731290524, + 0.01722453573129697, 0.0510743614918043, 0.057012376786282216, 0.028234902088859367, - 0.01926903562181414, + 0.019269035621819898, 0.05387773595118594, 0.0549793310860197, - 0.025420073524770662 + 0.025420073524770666 ], "resistance": [ - 99031.6466238413, + 99031.64662384124, 97478.50785723518, - 95490.88830200909, + 95490.88830200907, 94207.44264909849, - 94113.48419329632, + 94113.48419329629, 95143.7491945888, 97077.0849988866, 98807.26767350224 ], "fuel": [ - 59.65481490350583, + 59.654814903505795, 58.84538266866265, 57.82261063456962, 57.16999721486881, - 57.122461495368626, + 57.12246149536862, 57.64549073148693, 58.637637313702015, 59.53732308862489 @@ -267378,19 +190581,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1824.5604543782229, + 1824.5604543781956, 718.5069594815141, - -744.3813298707137, + -744.3813298707173, -1733.3331753980674, -1840.5140501101196, -1133.8962208056219, - 267.4638264489113, + 267.463826448904, 1570.2796461081434 ], "relative wind speed": [ - 5.534357294996398, + 5.534357294996397, 5.3423791647504615, - 5.018002030403259, + 5.018002030403258, 4.745074681644986, 4.701922584199583, 4.9189604101401425, @@ -267398,17 +190601,17 @@ 5.4974041985374935 ], "relative wind angle": [ - 0.020981787942857204, + 0.020981787942862498, 0.07053082915946485, 0.08306180919543504, - 0.04475241328093655, + 0.04475241328093654, 0.024697130540683405, 0.07661347791864297, - 0.07939155661488201, + 0.07939155661488341, 0.038624676636054345 ], "resistance": [ - 98459.06045437824, + 98459.06045437821, 97353.00695948153, 95890.1186701293, 94901.16682460194, @@ -267418,7 +190621,7 @@ 98204.77964610816 ], "fuel": [ - 49.28916585053557, + 49.289165850535554, 48.71417267602066, 47.96066728628871, 47.45578867632851, @@ -267458,54 +190661,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2603.412864319209, + 2603.4128643187396, 1337.6740816224883, - -648.9821530043955, + -648.9821530044101, -2214.006155794679, -2547.870624554598, -1884.346978487636, -90.73035237360455, - 1805.5438090280259 + 1805.5438090280113 ], "relative wind speed": [ - 7.555644161458317, + 7.555644161458316, 7.407904911666152, 7.10376142419345, 6.814126221753626, 6.71900991589229, 6.881554894364395, 7.195097398408107, - 7.469975687942211 + 7.4699756879422115 ], "relative wind angle": [ - 0.0060546321698725465, + 0.006054632169927556, 0.044311577056379794, - 0.05892200985696191, - 0.03867246896959911, + 0.05892200985696379, + 0.03867246896959912, 0.006808550771236952, 0.04770332163383244, 0.05817319200110078, - 0.03527562375844453 + 0.035275623758447686 ], "resistance": [ - 99237.91286431922, + 99237.91286431876, 97972.1740816225, - 95985.51784699562, + 95985.5178469956, 94420.49384420534, 94086.62937544542, 94750.15302151238, 96543.76964762641, - 98440.04380902804 + 98440.04380902802 ], "fuel": [ - 59.7488887900231, + 59.74888879002286, 59.08758934444672, - 58.0616600480715, + 58.06166004807149, 57.263807539559124, 57.09478225414898, 57.431110780304785, 58.34846330372482, - 59.33133860810456 + 59.331338608104545 ] }, { @@ -267538,39 +190741,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2682.7909192005936, + 2682.790919200441, 1386.998929235775, - -651.8593044923764, + -651.8593044923982, -2262.729680398239, -2610.361891785564, -1934.460838475159, - -96.3384844387765, + -96.33848443878378, 1852.9897350498177 ], "relative wind speed": [ - 7.40621423815587, + 7.406214238155869, 7.252236793928282, - 6.932934974056121, + 6.93293497405612, 6.627004477175965, 6.525321245235433, 6.696035258253681, - 7.026111253068305, + 7.026111253068306, 7.315370008036047 ], "relative wind angle": [ - 0.006303017657888416, + 0.006303017657906031, 0.04751471402540401, - 0.06357383449079301, + 0.06357383449079476, 0.04202851090645235, 0.007153914183646707, - 0.05146484494918029, - 0.06272963950503926, + 0.0514648449491803, + 0.06272963950504103, 0.03807167864255572 ], "resistance": [ - 99317.29091920062, + 99317.29091920047, 98021.49892923581, - 95982.64069550765, + 95982.64069550764, 94371.77031960178, 94024.13810821447, 94700.03916152487, @@ -267578,9 +190781,9 @@ 98487.48973504985 ], "fuel": [ - 58.80152771348057, + 58.801527713480496, 58.124216348567, - 57.07115322180232, + 57.071153221802305, 56.25008278687357, 56.074159249190785, 56.41662006219198, @@ -267618,9 +190821,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1525.5810096525001, + 1525.5810096524838, 587.9820934310355, - -627.8344556493776, + -627.834455649383, -1436.9067811602208, -1514.80934265008, -907.1794678184842, @@ -267628,7 +190831,7 @@ 1341.6928535653715 ], "relative wind speed": [ - 4.613797579962215, + 4.613797579962214, 4.416733428886597, 4.08624917969021, 3.808272859885897, @@ -267638,17 +190841,17 @@ 4.5818939482106495 ], "relative wind angle": [ - 0.02718573397048036, + 0.027185733970484446, 0.08780200981362248, - 0.10353414320297681, - 0.055154729520570996, + 0.10353414320297898, + 0.055154729520571, 0.033276362457678295, - 0.0970099017578217, + 0.09700990175782169, 0.09755531998360273, 0.04583504335523954 ], "resistance": [ - 98160.08100965251, + 98160.0810096525, 97222.48209343106, 96006.66554435063, 95197.5932188398, @@ -267658,7 +190861,7 @@ 97976.19285356539 ], "fuel": [ - 45.68736067036208, + 45.687360670362075, 45.20068956231722, 44.57447765381275, 44.160809290931674, @@ -267698,11 +190901,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1825.711636694079, + 1825.7116366940172, 852.3659529541292, - -552.205937891029, + -552.2059378910362, -1590.1445310888994, - -1770.9290131605303, + -1770.929013160512, -1206.7965511448128, 94.0977021976978, 1397.3701376763765 @@ -267710,7 +190913,7 @@ "relative wind speed": [ 5.244593496733113, 5.073953765488474, - 4.750703153719714, + 4.750703153719713, 4.454058584819276, 4.37640193428905, 4.573144216194098, @@ -267718,31 +190921,31 @@ 5.1788045878775835 ], "relative wind angle": [ - 0.015067501383297165, - 0.07157719797464564, - 0.09151517766081713, + 0.015067501383311904, + 0.07157719797464562, + 0.09151517766081835, 0.05640957039885388, - 0.018056893574593762, - 0.07943139381566264, + 0.018056893574587615, + 0.07943139381566265, 0.08857251585375596, 0.04850864915117309 ], "resistance": [ - 98460.21163669409, + 98460.21163669403, 97486.86595295415, 96082.29406210898, 95044.35546891112, - 94863.57098683948, + 94863.5709868395, 95427.7034488552, 96728.59770219772, 98031.8701376764 ], "fuel": [ - 48.067452191125234, + 48.06745219112521, 47.561204029539454, 46.83688427998249, 46.30634938480489, - 46.214352610752705, + 46.21435261075271, 46.50182809314969, 47.16926300665389, 47.84423256989753 @@ -267778,17 +190981,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1727.5168627376424, + 1727.5168627376133, 711.8522757172086, - -660.5902019395526, + -660.590201939558, -1609.885819038418, -1729.2037733047964, -1094.3568150224182, - 209.58172742709758, + 209.58172742710303, 1444.4003675579988 ], "relative wind speed": [ - 5.365953409433658, + 5.365953409433657, 5.185971545083563, 4.873864518250624, 4.605805007314121, @@ -267798,17 +191001,17 @@ 5.323487710515556 ], "relative wind angle": [ - 0.019199265905166924, - 0.06931451654145543, - 0.08317874073934099, - 0.046368698480566, + 0.019199265905172708, + 0.06931451654145544, + 0.08317874073934234, + 0.04636869848056599, 0.022611707035578847, 0.07552702327346755, - 0.0798085796845646, + 0.0798085796845632, 0.0401139139862844 ], "resistance": [ - 98362.01686273763, + 98362.0168627376, 97346.35227571719, 95973.90979806043, 95024.61418096157, @@ -267818,7 +191021,7 @@ 98078.90036755799 ], "fuel": [ - 48.60419016799439, + 48.604190167994375, 48.076382543161785, 47.36926707216986, 46.88426769448915, @@ -267845,68 +191048,7 @@ "id": "5047", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.622117826159943, - 18.622117826159943, - 18.622117826159943, - 18.622117826159943, - 18.622117826159943, - 18.622117826159943, - 18.622117826159943, - 18.622117826159943 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1821.2747099891567, - 935.9142041430769, - -440.3484825636933, - -1520.5546570155457, - -1751.1291713897663, - -1283.3500034188583, - -39.74124895706336, - 1272.8782688410429 - ], - "relative wind speed": [ - 5.573440206075016, - 5.432992313422065, - 5.142985659787472, - 4.864009837853857, - 4.7725906833417975, - 4.931881191159333, - 5.233598768021376, - 5.493838899956508 - ], - "relative wind angle": [ - 0.00815342366235849, - 0.05806445116047006, - 0.07794033362090372, - 0.05163089649568523, - 0.009521621574021248, - 0.06397186393584146, - 0.07658822769108954, - 0.045707392805120706 - ], - "resistance": [ - 98455.77470998916, - 97570.41420414308, - 96194.1515174363, - 95113.94534298446, - 94883.37082861023, - 95351.14999658114, - 96594.75875104294, - 97907.37826884104 - ], - "fuel": [ - 49.51911547231046, - 49.0584990876739, - 48.34827768257071, - 47.79577335165531, - 47.67840130819865, - 47.91672685504962, - 48.55428415556075, - 49.23346372184143 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -51.40625, -54.0625 -51.25, -53.90625 -51.25, -53.90625 -51.40625, -54.0625 -51.40625))", @@ -267938,7 +191080,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1972.7501135734892, + 1972.7501135732928, 1042.5095590367582, -441.5770620531657, -1628.6640708017785, @@ -267958,17 +191100,17 @@ 5.931828697621865 ], "relative wind angle": [ - 0.0060821308894701935, - 0.05239132128956922, + 0.006082130889506701, + 0.05239132128956923, 0.07137357758877644, - 0.0482280869069921, - 0.007012184325190521, - 0.0573893790389045, + 0.048228086906992096, + 0.0070121843251905215, + 0.057389379038904495, 0.07045278342863268, 0.04322077032972045 ], "resistance": [ - 98607.25011357354, + 98607.25011357333, 97677.0095590368, 96192.92293794687, 95005.83592919826, @@ -267978,7 +191120,7 @@ 97971.72428781202 ], "fuel": [ - 51.53616753499978, + 51.53616753499967, 51.05175526874449, 50.28560030393694, 49.67867000098457, @@ -268018,19 +191160,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2105.7116103003755, + 2105.711610300281, 2118.8145898915645, - 602.7367184860959, + 602.7367184860741, -1216.8829152242033, - -2296.482875438389, + -2296.4828754383525, -2301.962942396978, - -1237.1906454907112, + -1237.1906454907257, 579.2584125945577 ], "relative wind speed": [ - 7.514427586452999, + 7.514427586452998, 7.51583488715122, - 7.314350411081469, + 7.3143504110814686, 7.018035765892152, 6.799622071219109, 6.798066505451127, @@ -268038,31 +191180,31 @@ 7.31085879032788 ], "relative wind angle": [ - 0.019984757111561172, + 0.019984757111572285, 0.019506149846119394, - 0.048893489988641035, + 0.04889348998864331, 0.05117049855253938, - 0.022085966132356635, + 0.022085966132351607, 0.021565995076478755, - 0.05098607856270346, + 0.05098607856270563, 0.0491192737718763 ], "resistance": [ - 98740.21161030042, + 98740.21161030032, 98753.31458989161, - 97237.23671848614, + 97237.23671848612, 95417.61708477585, - 94338.01712456165, + 94338.0171245617, 94332.53705760307, - 95397.30935450933, + 95397.30935450931, 97213.7584125946 ], "fuel": [ - 59.59492169948436, + 59.5949216994843, 59.601774408159244, - 58.81312243611458, + 58.81312243611457, 57.87786321068729, - 57.32878725594357, + 57.32878725594359, 57.326011200718625, 57.86749483731059, 58.80097645395117 @@ -268098,19 +191240,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1692.8244589358164, + 1692.8244589352398, 1024.0190216903757, - -203.4474918640335, + -203.44749186403897, -1275.73649936314, - -1580.7976948681644, + -1580.7976948685355, -1300.1742870547696, -244.7459520739667, 989.3125056364388 ], "relative wind speed": [ - 5.473238403041761, + 5.47323840304176, 5.374027719722648, - 5.119921545354078, + 5.119921545354077, 4.84960323423372, 4.730116374830882, 4.8425371040010585, @@ -268118,31 +191260,31 @@ 5.367652001246374 ], "relative wind angle": [ - 0.0008671599740027088, + 0.0008671599741307387, 0.04828374526779939, 0.07263550713752444, 0.05489586631311171, - 0.001003394651903319, - 0.0535879339777378, - 0.07277030439217112, + 0.0010033946520139657, + 0.053587933977737805, + 0.07277030439217114, 0.04959311494553173 ], "resistance": [ - 98327.32445893581, + 98327.32445893523, 97658.51902169036, 96431.05250813595, 95358.76350063685, - 95053.70230513182, + 95053.70230513145, 95334.32571294521, 96389.75404792602, 97623.81250563642 ], "fuel": [ - 49.15827637297383, + 49.15827637297352, 48.810374820134555, 48.176197567575144, 47.62678167383757, - 47.4712571754135, + 47.47125717541331, 47.61431018600487, 48.154957981204355, 48.7923664905378 @@ -268178,37 +191320,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1920.7880661834624, + 1920.788066183426, 1789.761609318828, 408.72668105415687, -1161.6138597711906, -2024.667810366347, -1969.7182657630801, -959.3379325674177, - 642.6974705509729 + 642.6974705509801 ], "relative wind speed": [ - 6.5174693068571266, + 6.517469306857126, 6.501260114574874, 6.284344270870772, 5.9817911932416195, 5.771209355991588, 5.789462886930656, 6.024224487988744, - 6.324748035848271 + 6.32474803584827 ], "relative wind angle": [ - 0.019993725900268922, + 0.019993725900274477, 0.026423556019320848, - 0.059422897871778964, + 0.05942289787177896, 0.059555529369638795, 0.022579476457625994, - 0.029673155135870943, - 0.061991940606229874, - 0.056322637946912855 + 0.02967315513587094, + 0.06199194060622988, + 0.056322637946910885 ], "resistance": [ - 98555.2880661835, + 98555.28806618345, 98424.26160931886, 97043.22668105419, 95472.88614022883, @@ -268218,7 +191360,7 @@ 97277.19747055101 ], "fuel": [ - 54.009317478394806, + 54.009317478394784, 53.94091743400554, 53.22385773883793, 52.41712985917047, @@ -268258,17 +191400,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2406.2225792978716, + 2406.2225792978643, 988.0514669382501, -944.4231707700164, -2285.0604208873665, -2455.5998496598077, -1572.5479082320817, - 261.5336203051156, + 261.5336203051047, 1999.4693264544003 ], "relative wind speed": [ - 7.154086726727959, + 7.154086726727958, 6.966316090752582, 6.642643603420738, 6.3676305122414405, @@ -268279,13 +191421,13 @@ ], "relative wind angle": [ 0.014649813396028416, - 0.05320390694419372, + 0.05320390694419371, 0.06313546603196288, 0.03490980415446961, - 0.016593974940987345, + 0.01659397494098734, 0.05682794719049849, - 0.06120537216875843, - 0.03127169649178674 + 0.06120537216876024, + 0.031271696491786745 ], "resistance": [ 99040.7225792979, @@ -268294,7 +191436,7 @@ 94349.43957911266, 94178.90015034023, 95061.95209176795, - 96896.03362030514, + 96896.03362030513, 98633.96932645443 ], "fuel": [ @@ -268338,17 +191480,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1859.8391886535992, + 1859.8391886529844, 1072.9359869837244, - -285.9395815359858, + -285.9395815359985, -1436.9344752748948, - -1737.1345766692666, + -1737.1345766694576, -1386.1507291752587, -200.1621175469645, 1145.0732407056475 ], "relative wind speed": [ - 5.617384848522463, + 5.6173848485224624, 5.501232839097947, 5.223797831014682, 4.936752228603837, @@ -268358,31 +191500,31 @@ 5.514154456384148 ], "relative wind angle": [ - 0.0017168006171623, + 0.0017168006172916363, 0.05257686517554625, - 0.07649625272425681, - 0.05582798186955416, - 0.002001246001710975, + 0.07649625272425972, + 0.055827981869554164, + 0.002001246001766452, 0.05842461582639014, - 0.07621511569750736, + 0.07621511569750737, 0.049976923086858166 ], "resistance": [ - 98494.33918865361, + 98494.339188653, 97707.43598698374, - 96348.56041846403, + 96348.56041846401, 95197.56552472513, - 94897.36542333075, + 94897.36542333056, 95248.34927082475, 96434.33788245305, 97779.57324070566 ], "fuel": [ - 49.7288141903995, + 49.72881419039918, 49.3191639939476, - 48.61717842348166, + 48.61717842348165, 48.027957319039245, - 47.875088427475404, + 47.87508842747531, 48.05385074919023, 48.66128728365962, 49.3566216529599 @@ -268418,9 +191560,9 @@ ], "ice resistance": 84578.21087789287, "wind resistance": [ - 2966.1818586201007, + 2966.181858619766, 1536.53267826507, - -717.2147133568105, + -717.2147133568178, -2500.2792833157982, -2886.454289793539, -2142.6276783771827, @@ -268428,9 +191570,9 @@ 2044.218941100724 ], "relative wind speed": [ - 7.822097683326158, + 7.822097683326156, 7.661402007581793, - 7.327496375753689, + 7.327496375753688, 7.007308243793991, 6.900452193439923, 7.078444173663302, @@ -268438,19 +191580,19 @@ 7.726518220900217 ], "relative wind angle": [ - 0.006152616618769911, - 0.046991481510601764, - 0.06293240367307418, + 0.006152616618806001, + 0.04699148151060177, + 0.06293240367307419, 0.04165822684537297, - 0.006974391442504275, + 0.006974391442504276, 0.05086476195753712, - 0.062116975415903004, + 0.062116975415903, 0.03777860001412987 ], "resistance": [ - 87544.39273651296, + 87544.39273651263, 86114.74355615793, - 83860.99616453606, + 83860.99616453605, 82077.93159457706, 81691.75658809932, 82435.58319951568, @@ -268458,9 +191600,9 @@ 86622.4298189936 ], "fuel": [ - 55.19506708014566, + 55.19506708014549, 54.51077388733209, - 53.447475955793095, + 53.44747595579309, 52.61963384057065, 52.441898886365976, 52.78473601032804, @@ -268498,19 +191640,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2672.118319865349, + 2672.1183198653343, 1561.4667664638691, - -393.68223024768304, + -393.6822302477012, -2067.791578335513, -2511.9017977571384, -2032.2681804416934, - -333.5898270942271, + -333.58982709421616, 1611.899496682232 ], "relative wind speed": [ - 7.196502445348463, + 7.196502445348461, 7.069760812902281, - 6.7613489015684, + 6.761348901568399, 6.44138086070361, 6.307359959843443, 6.449102197770937, @@ -268520,31 +191662,31 @@ "relative wind angle": [ 0.0007242147946004837, 0.045001821912648565, - 0.06579934620415559, - 0.048249701256494595, - 0.0008263066816397577, + 0.06579934620415728, + 0.04824970125649459, + 0.0008263066816397578, 0.04933613902258289, - 0.06569813558977795, + 0.06569813558977626, 0.043914502907066305 ], "resistance": [ - 99306.61831986536, + 99306.61831986535, 98195.96676646388, - 96240.81776975234, + 96240.81776975232, 94566.7084216645, 94122.59820224288, 94602.23181955832, - 96300.91017290579, + 96300.9101729058, 98246.39949668225 ], "fuel": [ - 57.59927277198085, + 57.599272771980836, 57.01839597526404, - 56.00699458630153, + 56.006994586301516, 55.15227953545635, 54.9272896919919, 55.170307677292904, - 56.037868599261685, + 56.0378685992617, 57.044673085478834 ] }, @@ -268578,10 +191720,10 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1516.5881697825153, + 1516.588169782497, 1287.5770445707858, - 206.73266864742072, - -944.8265616413701, + 206.732668647408, + -944.8265616413673, -1516.53797100658, -1419.899396272298, -594.6633969969644, @@ -268591,26 +191733,26 @@ 4.913923225805022, 4.876462864138995, 4.643536885664078, - 4.335116020843579, + 4.335116020843578, 4.134542352741705, 4.178659099567019, 4.436062119402535, 4.737916316435558 ], "relative wind angle": [ - 0.021190785729947675, - 0.04143549860989272, - 0.08404233666224088, - 0.0806508177880013, + 0.021190785729952918, + 0.041435498609892714, + 0.08404233666224485, + 0.08065081778799855, 0.025186127311236928, 0.048359918507167796, - 0.0879829441379627, + 0.08798294413796272, 0.07378112851248575 ], "resistance": [ - 98151.08816978248, + 98151.08816978247, 97922.07704457076, - 96841.2326686474, + 96841.23266864738, 95689.6734383586, 95117.9620289934, 95214.60060372767, @@ -268618,9 +191760,9 @@ 97246.82306060911 ], "fuel": [ - 46.83692627166164, + 46.836926271661625, 46.71776125702421, - 46.157982284901884, + 46.15798228490188, 45.56636238882143, 45.274475516872215, 45.32372885828785, @@ -268658,51 +191800,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1679.2945199220176, + 1679.2945199219848, 1617.2222906947445, - 428.4476674310663, + 428.4476674310572, -946.4179215617532, - -1731.6761515147991, + -1731.6761515148137, -1705.44574863251, -851.7129442941841, 538.1816375562103 ], "relative wind speed": [ - 5.175870935593697, + 5.1758709355936965, 5.1662712276468845, 4.931759701636029, 4.590482501419756, - 4.341063263691135, + 4.341063263691136, 4.352483406479599, - 4.616515617498894, + 4.616515617498895, 4.956000464633888 ], "relative wind angle": [ - 0.03057532954445922, + 0.03057532954446648, 0.03551250025230129, - 0.08478461821735034, + 0.08478461821735295, 0.08882172765268141, - 0.03645751074175483, + 0.03645751074176093, 0.042155930564643965, - 0.09058961081012097, - 0.08225548448186763 + 0.09058961081012219, + 0.08225548448186765 ], "resistance": [ - 98313.79451992204, + 98313.79451992201, 98251.72229069477, - 97062.9476674311, + 97062.94766743109, 95688.08207843828, - 94902.82384848523, + 94902.82384848522, 94929.05425136752, 95782.78705570585, 97172.68163755623 ], "fuel": [ - 47.78426733584189, + 47.78426733584188, 47.75191144177355, - 47.13501496163676, + 47.135014961636756, 46.428107124401464, - 46.02751070818011, + 46.027510708180095, 46.04085500337687, 46.47657554859002, 47.191739433877956 @@ -268738,13 +191880,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1936.8933498713359, + 1936.893349871223, 1761.3891420005366, - 374.66358093302006, + 374.6635809330128, -1174.0237812984906, -2004.3973493776048, -1930.5898795923258, - -904.2092676019511, + -904.2092676019583, 686.9325408638633 ], "relative wind speed": [ @@ -268758,17 +191900,17 @@ 5.8730154365533815 ], "relative wind angle": [ - 0.021773227888958357, + 0.021773227888978758, 0.031783846507553004, - 0.06956451476638452, + 0.06956451476638612, 0.06915397857350472, - 0.025115275108069754, - 0.03633874959534844, - 0.07287635501757164, + 0.025115275108069757, + 0.036338749595348434, + 0.07287635501757316, 0.06462928187718578 ], "resistance": [ - 98571.39334987136, + 98571.39334987126, 98395.88914200057, 97009.16358093305, 95460.47621870154, @@ -268778,7 +191920,7 @@ 97321.4325408639 ], "fuel": [ - 51.74663111493769, + 51.74663111493765, 51.65501625289746, 50.93516295855014, 50.13969282860495, @@ -268818,9 +191960,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1950.1572006765364, + 1950.1572006764836, 1778.2099044887564, - 382.88669285656397, + 382.8866928565567, -1177.8679181716598, -2017.316534958365, -1944.9839807206372, @@ -268838,19 +191980,19 @@ 5.854314756880334 ], "relative wind angle": [ - 0.022216123289150905, - 0.03208393396586157, - 0.07050097506000758, + 0.0222161232891609, + 0.03208393396586158, + 0.07050097506000916, 0.07026860531699655, - 0.02567754656678632, + 0.025677546566786315, 0.03675969132897313, 0.07393028994386207, 0.0656249557156159 ], "resistance": [ - 98584.65720067655, + 98584.6572006765, 98412.70990448877, - 97017.38669285658, + 97017.38669285657, 95456.63208182836, 94617.18346504166, 94689.51601927937, @@ -268858,9 +192000,9 @@ 97323.21149317501 ], "fuel": [ - 51.66044302527549, + 51.660443025275484, 51.57067528045979, - 50.846293905865366, + 50.84629390586535, 50.04461282015324, 49.61717898892101, 49.653906334784125, @@ -268898,9 +192040,9 @@ ], "ice resistance": 63834.64069938036, "wind resistance": [ - 2374.0956796890423, + 2374.0956796888895, 2014.1024715376698, - 291.41900886300573, + 291.41900886296935, -1553.92683584326, -2463.7772076106485, -2313.2632511002485, @@ -268908,7 +192050,7 @@ 936.6830133612166 ], "relative wind speed": [ - 7.743205566320524, + 7.7432055663205235, 7.7055801878890025, 7.4730077289908206, 7.17180348345748, @@ -268918,19 +192060,19 @@ 7.5663165258055365 ], "relative wind angle": [ - 0.013192706001000296, - 0.02562960689163013, - 0.051061170785119465, + 0.013192706001017128, + 0.025629606891630127, + 0.051061170785123816, 0.04769542200149509, - 0.014634374778961113, + 0.014634374778961111, 0.028125389750641303, 0.05249567158627317, 0.045206807059889706 ], "resistance": [ - 66208.7363790694, + 66208.73637906925, 65848.74317091802, - 64126.05970824337, + 64126.05970824333, 62280.7138635371, 61370.86349176971, 61521.37744828011, @@ -268938,9 +192080,9 @@ 64771.32371274158 ], "fuel": [ - 45.7730590988311, + 45.773059098831034, 45.62861424754499, - 44.944074278312854, + 44.94407427831284, 44.22304230381353, 43.87220046266143, 43.93002658893964, @@ -268965,68 +192107,7 @@ "id": "5061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 70491.36805242604, - "wind resistance": [ - 2268.2346922705983, - 1810.1706493513957, - 157.6771504028875, - -1546.1323953723586, - -2322.7621360423727, - -2131.4449839928166, - -834.9164730612429, - 979.7607052944622 - ], - "relative wind speed": [ - 7.723270380951934, - 7.675197871674352, - 7.448641712078184, - 7.1677643939040125, - 6.999807789743095, - 7.052485526485186, - 7.2913614034504235, - 7.567652744683742 - ], - "relative wind angle": [ - 0.010194701162088204, - 0.026076969350756336, - 0.04858528729314643, - 0.04346815985567012, - 0.011248413156828969, - 0.02838007719284073, - 0.04963416189004477, - 0.041169889370880564 - ], - "resistance": [ - 72759.60274469663, - 72301.53870177743, - 70649.04520282893, - 68945.23565705368, - 68168.60591638368, - 68359.92306843323, - 69656.4515793648, - 71471.12875772051 - ], - "fuel": [ - 48.4857799717537, - 48.29090263075169, - 47.59435985475155, - 46.88682625089323, - 46.567902666204205, - 46.64625885592302, - 47.180856370088236, - 47.93960629710517 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -52.1875, -54.375 -52.03125, -54.21875 -52.03125, -54.21875 -52.1875, -54.375 -52.1875))", @@ -269058,50 +192139,50 @@ ], "ice resistance": 47544.66650074936, "wind resistance": [ - 2194.601427326732, + 2194.6014273265537, 1813.39944636558, - 215.72141829449902, - -1468.3386820747219, + 215.72141829449538, + -1468.33868207474, -2271.314510074557, -2112.1344365524565, -876.2730440415507, 900.0563621316651 ], "relative wind speed": [ - 7.713564355098932, + 7.7135643550989315, 7.673520975932443, - 7.456028613540146, - 7.180178055050853, + 7.456028613540145, + 7.180178055050854, 7.00969074697835, 7.053503757739944, 7.283026619654587, 7.555122932573158 ], "relative wind angle": [ - 0.011227189667099438, + 0.011227189667119218, 0.02445520620380553, 0.04722246599366971, - 0.04320310406622561, + 0.04320310406622818, 0.012354615474082781, - 0.026605355033974463, + 0.026605355033974466, 0.04834505936379748, 0.041057787640550236 ], "resistance": [ - 49739.26792807609, + 49739.26792807591, 49358.06594711494, - 47760.38791904386, - 46076.32781867463, + 47760.38791904385, + 46076.32781867462, 45273.3519906748, 45432.5320641969, 46668.39345670781, 48444.722862881026 ], "fuel": [ - 39.65841964104091, + 39.65841964104085, 39.52884141099531, 38.99164073080692, - 38.435677534312234, + 38.43567753431222, 38.174304530301704, 38.22592784547933, 38.62993483400517, @@ -269125,68 +192206,7 @@ "id": "5063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 54051.24342479474, - "wind resistance": [ - 2149.1096706768585, - 1810.1539652659267, - 246.19515819424487, - -1422.7626987378753, - -2237.6995491054404, - -2096.182292498579, - -896.1948347713878, - 854.8098624629056 - ], - "relative wind speed": [ - 7.7074084587418765, - 7.671779800329657, - 7.459717486184133, - 7.187306003462677, - 7.015942646338194, - 7.054884199038754, - 7.278750675281541, - 7.547862530490482 - ], - "relative wind angle": [ - 0.011753012334037749, - 0.023521698352492636, - 0.046366777523530314, - 0.042941744650915326, - 0.012911408003909015, - 0.025578921397679477, - 0.04752042230647568, - 0.04088927246522209 - ], - "resistance": [ - 56200.3530954716, - 55861.397390060665, - 54297.43858298898, - 52628.48072605686, - 51813.5438756893, - 51955.06113229616, - 53155.04859002335, - 54906.053287257644 - ], - "fuel": [ - 41.936923748817335, - 41.813530062448734, - 41.249722405475346, - 40.65810120137213, - 40.37298408498424, - 40.42231857834237, - 40.84364263432112, - 41.468046427385104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -52.03125, -54.0625 -51.875, -53.90625 -51.875, -53.90625 -52.03125, -54.0625 -52.03125))", @@ -269205,68 +192225,7 @@ "id": "5064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 84929.17349700922, - "wind resistance": [ - 2254.7503105971155, - 2038.4415037985018, - 405.4246402956451, - -1418.2568752925908, - -2386.277765742263, - -2295.864752919042, - -1082.7357576512477, - 793.2923764800835 - ], - "relative wind speed": [ - 7.728051265644993, - 7.705415013604454, - 7.488125094430713, - 7.193919948167101, - 6.996080679572941, - 7.02100425207463, - 7.252303345123395, - 7.54423203639008 - ], - "relative wind angle": [ - 0.015276967339965536, - 0.022758094560362395, - 0.04890121289615317, - 0.0476001906998174, - 0.01687547693173383, - 0.02497700514792585, - 0.05049265555900652, - 0.04538834700773879 - ], - "resistance": [ - 87183.92380760633, - 86967.61500080772, - 85334.59813730487, - 83510.91662171663, - 82542.89573126697, - 82633.30874409017, - 83846.43773935798, - 85722.4658734893 - ], - "fuel": [ - 55.02181368464489, - 54.91808057706248, - 54.140569329919956, - 53.28400750165762, - 52.834367365723, - 52.87621606287013, - 53.44066886055275, - 54.324342194467306 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -52.03125, -53.90625 -51.875, -53.75 -51.875, -53.75 -52.03125, -53.90625 -52.03125))", @@ -269298,14 +192257,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1938.1394581501463, + 1938.1394581500863, 2081.5808360177125, - 706.9429972588296, + 706.9429972588041, -1012.4186156528122, -2099.357805919246, -2159.7449799362294, - -1232.5874573967158, - 452.0722435769858 + -1232.5874573967103, + 452.07224357697123 ], "relative wind speed": [ 6.162643256179399, @@ -269315,32 +192274,32 @@ 5.345302342930384, 5.32372267239019, 5.567906759296456, - 5.915488923710128 + 5.915488923710129 ], "relative wind angle": [ - 0.032083890376276764, + 0.032083890376287144, 0.024165402664838086, - 0.06863716363033595, + 0.0686371636303408, 0.07642933757762711, - 0.036991872713041926, - 0.028059038899084027, - 0.07350726023248065, - 0.07257358775160039 + 0.03699187271304193, + 0.028059038899084024, + 0.07350726023247914, + 0.07257358775160344 ], "resistance": [ - 98572.63945815017, + 98572.63945815011, 98716.08083601773, - 97341.44299725884, + 97341.44299725883, 95622.0813843472, 94535.14219408076, 94474.75502006378, 95401.9125426033, - 97086.572243577 + 97086.57224357699 ], "fuel": [ - 52.12645448735925, + 52.126454487359226, 52.20141803192041, - 51.48617078458067, + 51.486170784580665, 50.60145537941641, 50.04783462606899, 50.017205974432045, @@ -269365,68 +192324,7 @@ "id": "5066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 74454.4694882764, - "wind resistance": [ - 2347.423257685212, - 2046.331481430414, - 344.7688942985005, - -1510.2499444637433, - -2455.016606137444, - -2329.1258034446364, - -1043.434914289297, - 884.4433832629365 - ], - "relative wind speed": [ - 7.740593420283284, - 7.709126608576727, - 7.4808679502871005, - 7.179561956675783, - 6.983293412704539, - 7.018015411709336, - 7.260839352059977, - 7.55890623677191 - ], - "relative wind angle": [ - 0.014231923758584827, - 0.02463320496616926, - 0.050643112356072405, - 0.04816512324916893, - 0.015775419891791535, - 0.027059568077681888, - 0.052179147929443316, - 0.04574622064526951 - ], - "resistance": [ - 76801.89274596161, - 76500.80096970682, - 74799.2383825749, - 72944.21954381265, - 71999.45288213895, - 72125.34368483177, - 73411.0345739871, - 75338.91287153933 - ], - "fuel": [ - 50.239365405907726, - 50.106653035884534, - 49.36299445704169, - 48.56454351880632, - 48.16281141264462, - 48.21615069065996, - 48.76426781584071, - 49.597689601727126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.90625 -52.1875, -53.90625 -52.03125, -53.75 -52.03125, -53.75 -52.1875, -53.90625 -52.1875))", @@ -269445,68 +192343,7 @@ "id": "5067", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.398748098998173, - 22.398748098998173, - 22.398748098998173, - 22.398748098998173, - 22.398748098998173, - 22.398748098998173, - 22.398748098998173, - 22.398748098998173 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1924.282334449952, - 2372.643109092027, - 1015.5797832318603, - -864.4730704383928, - -2194.3483225596246, - -2382.7619681739634, - -1554.4762251837146, - 217.1229292927128 - ], - "relative wind speed": [ - 6.612130355376051, - 6.6664104506940545, - 6.4751145009195525, - 6.136051407676489, - 5.841052744316606, - 5.779025584062683, - 5.992583516176916, - 6.339324736967284 - ], - "relative wind angle": [ - 0.03656665870479814, - 0.015285418287642663, - 0.05962203087952294, - 0.072382045384574, - 0.04139642291912477, - 0.017632762315828183, - 0.06442928300980802, - 0.07005721424011588 - ], - "resistance": [ - 98558.78233444995, - 99007.14310909202, - 97650.07978323186, - 95770.0269295616, - 94440.15167744037, - 94251.73803182604, - 95080.02377481629, - 96851.62292929272 - ], - "fuel": [ - 54.40756908423813, - 54.642117042995125, - 53.934499961868305, - 52.96550213557093, - 52.28801349457367, - 52.19256070623578, - 52.6131670420305, - 53.52136064349192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -52.34375, -54.375 -52.1875, -54.21875 -52.1875, -54.21875 -52.34375, -54.375 -52.34375))", @@ -269538,19 +192375,19 @@ ], "ice resistance": 49028.5179268854, "wind resistance": [ - 2205.1424770599588, + 2205.142477059162, 1473.2908776099503, - -145.47843079107042, + -145.47843079109953, -1646.430436813771, - -2165.3665014184044, + -2165.3665014182043, -1860.1369466640317, - -508.020735368671, + -508.0207353686492, 1170.1242527526083 ], "relative wind speed": [ - 7.7051449899029345, + 7.705144989902934, 7.627927369979439, - 7.397863867624334, + 7.397863867624333, 7.1430804188203405, 7.017201509750505, 7.1010633275721196, @@ -269558,33 +192395,33 @@ 7.5885952899160785 ], "relative wind angle": [ - 0.0037307299150010687, + 0.003730729915090346, 0.029225767227774535, - 0.04651321465601358, + 0.04651321465601597, 0.036904632244975005, - 0.0040964804258844965, - 0.03139486376113146, - 0.046877382479015635, - 0.03473711838499661 + 0.004096480425857394, + 0.031394863761131465, + 0.04687738247901326, + 0.0347371183849966 ], "resistance": [ - 51233.66040394535, + 51233.66040394456, 50501.80880449535, - 48883.03949609432, + 48883.039496094294, 47382.08749007163, - 46863.15142546699, + 46863.15142546719, 47168.380980221365, - 48520.497191516726, + 48520.49719151675, 50198.642179638 ], "fuel": [ - 40.171608551699634, + 40.171608551699364, 39.919245298075055, - 39.3681270870424, + 39.36812708704238, 38.86583237198281, - 38.69412021598514, + 38.694120215985194, 38.794997086638546, - 39.24603415434975, + 39.24603415434976, 39.815288620988966 ] }, @@ -269618,17 +192455,17 @@ ], "ice resistance": 67454.36098613699, "wind resistance": [ - 1812.8537117771266, + 1812.8537117770538, 1797.3304630175408, - 484.6341682879247, + 484.63416828789923, -1077.6185212312812, - -1989.8968759008858, + -1989.8968759009294, -1983.423195176776, -1053.464589543899, 512.5467811906747 ], "relative wind speed": [ - 7.662030724143695, + 7.662030724143693, 7.66039141535405, 7.488954548356046, 7.241313733798522, @@ -269638,31 +192475,31 @@ 7.493002127403926 ], "relative wind angle": [ - 0.015900956970044972, + 0.015900956970051956, 0.016442129331702342, - 0.040062382152349356, - 0.04119740706835284, - 0.01725158407028996, + 0.04006238215235214, + 0.04119740706835285, + 0.0172515840702964, 0.01783042596610671, - 0.04140926935571528, - 0.039812850330045425 + 0.041409269355715275, + 0.03981285033004543 ], "resistance": [ - 69267.21469791411, + 69267.21469791405, 69251.69144915453, - 67938.99515442492, + 67938.99515442489, 66376.7424649057, - 65464.464110236106, + 65464.46411023606, 65470.93779096022, 66400.89639659309, 67966.90776732766 ], "fuel": [ - 47.01970530634496, + 47.01970530634494, 47.01329009242383, - 46.47404269699815, + 46.47404269699813, 45.840635451396714, - 45.474956986527715, + 45.47495698652769, 45.47754099254489, 45.850359417092236, 46.485442301631124 @@ -269698,19 +192535,19 @@ ], "ice resistance": 39178.70638481408, "wind resistance": [ - 2213.9251171108663, + 2213.9251171103424, 1174.3545977305112, - -510.48576703077924, + -510.4857670307865, -1867.633106189598, -2173.811686771056, -1652.2965378552071, - -145.1884631026951, + -145.18846310271329, 1479.8355407906965 ], "relative wind speed": [ - 7.706503470490588, + 7.7065034704905875, 7.589438510832789, - 7.340279658157166, + 7.340279658157165, 7.099974058853893, 7.0158447547279055, 7.142317302767689, @@ -269718,27 +192555,27 @@ 7.629065586736577 ], "relative wind angle": [ - 0.0037585378007103177, + 0.0037585378007693954, 0.03488027870273198, - 0.047063541168949036, + 0.04706354116894904, 0.03151310462452253, 0.004128540426140936, 0.03706481442360656, - 0.04669515218436159, + 0.046695152184363965, 0.02932695527782516 ], "resistance": [ - 41392.631501924945, + 41392.63150192442, 40353.06098254459, 38668.2206177833, 37311.073278624484, 37004.89469804303, 37526.40984695888, - 39033.51792171139, + 39033.51792171137, 40658.541925604775 ], "fuel": [ - 36.94492597544157, + 36.94492597544141, 36.625115620185156, 36.115336556654455, 35.712388004959294, @@ -269778,49 +192615,49 @@ ], "ice resistance": 75580.90940712951, "wind resistance": [ - 1846.7549130205698, + 1846.7549130203151, 1633.7769936499826, - 288.46993306853255, - -1194.9627629002352, + 288.4699330685107, + -1194.9627629002207, -1962.0851035085616, -1873.3070802796829, -863.3749807683489, 671.6332032578757 ], "relative wind speed": [ - 7.6618696306846985, + 7.661869630684698, 7.639339239144058, 7.458396315594389, - 7.218658396093887, + 7.218658396093886, 7.061496991574969, 7.085864942891918, 7.276077954444883, 7.513984093683859 ], "relative wind angle": [ - 0.01190794573546372, + 0.011907945735491691, 0.01934414175787866, - 0.04026207842564123, - 0.038353505010997865, + 0.04026207842564399, + 0.03835350501099498, 0.012920420438132093, - 0.020855316692466274, - 0.04127150077679686, + 0.020855316692466278, + 0.041271500776796866, 0.03684538242023819 ], "resistance": [ - 77427.66432015008, + 77427.66432014982, 77214.6864007795, - 75869.37934019804, - 74385.94664422928, + 75869.37934019802, + 74385.94664422929, 73618.82430362095, 73707.60232684982, 74717.53442636116, 76252.54261038739 ], "fuel": [ - 50.51626616236735, + 50.51626616236723, 50.421860940604745, - 49.8294365075926, + 49.82943650759259, 49.18399376784509, 48.8534303334435, 48.891573944714914, @@ -269858,51 +192695,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1994.8513855570127, + 1994.8513855569618, 1951.5431333451306, - 512.3743447523266, + 512.3743447522975, -1182.1906763492625, - -2159.9390573606506, + -2159.9390573606142, -2141.8328787470964, -1115.0346649389248, 590.0105019797375 ], "relative wind speed": [ - 7.349963397541299, + 7.349963397541298, 7.345204436812349, - 7.148108826823906, + 7.148108826823905, 6.864808498969815, - 6.660925501290662, + 6.660925501290661, 6.666172984582177, 6.877094639367939, 7.159908850775466 ], "relative wind angle": [ - 0.018459785818105142, + 0.018459785818111158, 0.020112923860717318, - 0.04822496957543498, + 0.04822496957543728, 0.04948864417287174, - 0.020369605851431456, + 0.020369605851426, 0.022161991727836634, 0.05012699377579229, 0.04744737213014457 ], "resistance": [ - 98629.35138555703, + 98629.35138555698, 98586.04313334514, - 97146.87434475234, + 97146.87434475232, 95452.30932365076, - 94474.56094263936, + 94474.5609426394, 94492.66712125292, 95519.46533506109, 97224.51050197975 ], "fuel": [ - 58.661009761245154, + 58.66100976124512, 58.63838245071476, - 57.89042783044559, + 57.890427830445574, 57.01962045504621, - 56.522033903942514, + 56.522033903942535, 56.53121600338771, 57.053927419511425, 57.93057967969155 @@ -269925,68 +192762,7 @@ "id": "5073", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.562512703520667, - 21.562512703520667, - 21.562512703520667, - 21.562512703520667, - 21.562512703520667, - 21.562512703520667, - 21.562512703520667, - 21.562512703520667 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1671.237639948209, - 2029.649815375913, - 847.105125227763, - -774.1535321793435, - -1907.2737055762718, - -2057.696039099441, - -1326.803429515665, - 207.75978286857207 - ], - "relative wind speed": [ - 6.341172715402775, - 6.38649337078958, - 6.211604612309898, - 5.9068872881383205, - 5.645555449074616, - 5.594235440165655, - 5.7878092466385835, - 6.098479343276863 - ], - "relative wind angle": [ - 0.033478853639079244, - 0.015033136805636714, - 0.05605798528099288, - 0.06712125894456347, - 0.037605790283936825, - 0.017162331924293433, - 0.06016745739630199, - 0.06500952879079158 - ], - "resistance": [ - 98305.7376399482, - 98664.14981537592, - 97481.60512522777, - 95860.34646782065, - 94727.22629442373, - 94576.80396090056, - 95307.69657048433, - 96842.25978286857 - ], - "fuel": [ - 53.12402133194932, - 53.31111762592654, - 52.69562556110318, - 51.86024856822932, - 51.28219876841485, - 51.20582155357626, - 51.57772296068585, - 52.36502561547526 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.0625 -52.5, -54.0625 -52.34375, -53.90625 -52.34375, -53.90625 -52.5, -54.0625 -52.5))", @@ -270018,19 +192794,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1349.0104180862654, + 1349.0104180862309, 1618.718023613943, - 661.7931534599102, + 661.7931534599011, -639.2869067699557, -1539.8682491153231, -1652.9546896399625, - -1055.7482778923186, + -1055.7482778923113, 180.09006353141376 ], "relative wind speed": [ 5.825942189158525, 5.8631076876034225, - 5.708351277047507, + 5.708351277047506, 5.442272637273075, 5.216627081193979, 5.174820648025328, @@ -270038,17 +192814,17 @@ 5.615734060410303 ], "relative wind angle": [ - 0.031232546055394425, + 0.031232546055401537, 0.014821913407089623, - 0.053424995104859464, - 0.06328536474340223, + 0.05342499510485946, + 0.06328536474340221, 0.03488198845784371, - 0.016793505163512988, - 0.0570601277185914, + 0.016793505163512985, + 0.057060127718589454, 0.06132808304493322 ], "resistance": [ - 97983.51041808627, + 97983.51041808623, 98253.21802361394, 97296.2931534599, 95995.21309323005, @@ -270058,7 +192834,7 @@ 96814.59006353142 ], "fuel": [ - 50.76137291946658, + 50.76137291946655, 50.90179625896935, 50.40479656912923, 49.73451834597168, @@ -270085,68 +192861,7 @@ "id": "5075", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.33709566838539, - 15.33709566838539, - 15.33709566838539, - 15.33709566838539, - 15.33709566838539, - 15.33709566838539, - 15.33709566838539, - 15.33709566838539 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 847.1585729117332, - 1454.1731082459964, - 889.0785730199195, - -155.3751476201578, - -1070.9098839551407, - -1338.4059424890465, - -1100.3989117790516, - -205.09889983880203 - ], - "relative wind speed": [ - 4.532121805864733, - 4.639916264803874, - 4.541235297425377, - 4.284021323831436, - 4.006071401659674, - 3.8807103981099345, - 3.9957374928551, - 4.270350973321474 - ], - "relative wind angle": [ - 0.060333410950456065, - 0.0014789614301007163, - 0.058071425811583796, - 0.08872550159692563, - 0.06826760110783396, - 0.0017682995032482645, - 0.06601017197243747, - 0.08901028309332253 - ], - "resistance": [ - 97481.65857291175, - 98088.67310824602, - 97523.57857301993, - 96479.12485237986, - 95563.59011604487, - 95296.09405751097, - 95534.10108822097, - 96429.40110016121 - ], - "fuel": [ - 45.57126028326125, - 45.886549964070696, - 45.592989895039494, - 45.053536002443316, - 44.58400656199115, - 44.447410727151876, - 44.56893504493649, - 45.02795521646868 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -52.03125, -53.75 -51.875, -53.59375 -51.875, -53.59375 -52.03125, -53.75 -52.03125))", @@ -270165,68 +192880,7 @@ "id": "5076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.214684458297207, - 23.214684458297207, - 23.214684458297207, - 23.214684458297207, - 23.214684458297207, - 23.214684458297207, - 23.214684458297207, - 23.214684458297207 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2337.480327722242, - 2622.372590349627, - 967.5145533680843, - -1168.606277300678, - -2570.6352453967265, - -2690.5249443993525, - -1606.1373611156996, - 461.0641581164127 - ], - "relative wind speed": [ - 6.89592398862277, - 6.929010943638421, - 6.69705813753145, - 6.318496047172119, - 6.009649798407253, - 5.97147098287334, - 6.230495217788317, - 6.614096012172003 - ], - "relative wind angle": [ - 0.03391538344863688, - 0.02139100590232515, - 0.06626108943809159, - 0.07586565029830544, - 0.038919425041047374, - 0.02482176186633145, - 0.07123108362630706, - 0.07246894263852545 - ], - "resistance": [ - 98971.98032772224, - 99256.87259034962, - 97602.01455336809, - 95465.89372269931, - 94063.86475460327, - 93943.97505560065, - 95028.3626388843, - 97095.56415811641 - ], - "fuel": [ - 55.79165232534604, - 55.94103748393249, - 55.07751962276194, - 53.97794157312593, - 53.26546998760041, - 53.20488489891008, - 53.75481547746078, - 54.815286367961775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -52.03125, -53.59375 -51.875, -53.4375 -51.875, -53.4375 -52.03125, -53.59375 -52.03125))", @@ -270258,17 +192912,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2304.454849934982, + 2304.454849934931, 2304.4477347673837, - 671.9052872417324, + 671.9052872417251, -1267.0606732497636, - -2415.8207754182076, + -2415.8207754182204, -2415.8177723314802, -1267.0497959935365, 671.9178866387829 ], "relative wind speed": [ - 6.262299049709638, + 6.262299049709636, 6.262298140018851, 5.999645876970784, 5.6072370354127985, @@ -270278,29 +192932,29 @@ 5.999648169302967 ], "relative wind angle": [ - 0.03144175775067154, - 0.03144214221274916, - 0.0793007844104867, + 0.0314417577506786, + 0.031442142212749165, + 0.07930078441048811, 0.0848632013109953, - 0.03706689397156306, - 0.03706733440157673, - 0.0848633403876918, + 0.03706689397156606, + 0.037067334401576724, + 0.08486334038769179, 0.07930058936577296 ], "resistance": [ - 98938.95484993502, + 98938.95484993498, 98938.94773476743, - 97306.40528724178, + 97306.40528724177, 95367.43932675027, - 94218.67922458184, + 94218.67922458182, 94218.68222766856, 95367.45020400651, 97306.41788663882 ], "fuel": [ - 52.47381128930285, + 52.473811289302816, 52.473807563063104, - 51.62379768953072, + 51.62379768953071, 50.627127600121995, 50.04323965216567, 50.0432411721461, @@ -270325,68 +192979,7 @@ "id": "5078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.936306888658898, - 18.936306888658898, - 18.936306888658898, - 18.936306888658898, - 18.936306888658898, - 18.936306888658898, - 18.936306888658898, - 18.936306888658898 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1804.9047427860223, - 2284.2332002372223, - 1026.76135947894, - -742.2447395858144, - -2020.3829785681119, - -2222.9536753624106, - -1473.2146051064792, - 179.72815817367155 - ], - "relative wind speed": [ - 5.691851486158745, - 5.758785077884734, - 5.555401054551725, - 5.1809040610533685, - 4.843216218098043, - 4.76343480090444, - 4.999143506523991, - 5.386292768305127 - ], - "relative wind angle": [ - 0.04904365715349738, - 0.017913299746289954, - 0.07656217119350525, - 0.09622658625404414, - 0.057645975569942796, - 0.02165693341377465, - 0.08510087270172095, - 0.09254657708849089 - ], - "resistance": [ - 98439.40474278599, - 98918.7332002372, - 97661.26135947891, - 95892.25526041415, - 94614.11702143186, - 94411.54632463756, - 95161.2853948935, - 96814.22815817365 - ], - "fuel": [ - 49.87694984820399, - 50.12751241745361, - 49.4720062650259, - 48.55980394477511, - 47.90796774029862, - 47.80521701170222, - 48.18627334836075, - 49.03377377516583 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -52.1875, -53.59375 -52.03125, -53.4375 -52.03125, -53.4375 -52.1875, -53.59375 -52.1875))", @@ -270405,68 +192998,7 @@ "id": "5079", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.24795422576828, - 19.24795422576828, - 19.24795422576828, - 19.24795422576828, - 19.24795422576828, - 19.24795422576828, - 19.24795422576828, - 19.24795422576828 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1926.7484685833078, - 2191.3457667010116, - 837.8302304853551, - -921.6041285489446, - -2091.411407976322, - -2203.1893134678758, - -1325.4781064601175, - 369.897274968871 - ], - "relative wind speed": [ - 5.789996498140776, - 5.82643741112434, - 5.601445795200998, - 5.2265367949417145, - 4.9139447826876745, - 4.870681663795793, - 5.12783753440092, - 5.5094669349136 - ], - "relative wind angle": [ - 0.04104792733609261, - 0.024379196531624597, - 0.07835656886843782, - 0.09159351671907805, - 0.04837117832983109, - 0.029164280990424424, - 0.08561057677530333, - 0.08687767957925055 - ], - "resistance": [ - 98561.24846858333, - 98825.84576670104, - 97472.33023048539, - 95712.89587145108, - 94543.0885920237, - 94431.31068653215, - 95309.02189353992, - 97004.3972749689 - ], - "fuel": [ - 50.310399018842816, - 50.44872798840741, - 49.743865009513186, - 48.83780402218582, - 48.241760352869036, - 48.18507346885988, - 48.6314454215522, - 49.501767844025856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -52.03125, -53.4375 -51.875, -53.28125 -51.875, -53.28125 -52.03125, -53.4375 -52.03125))", @@ -270498,7 +193030,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1203.0494199654722, + 1203.049419965465, 1775.7444895117324, 955.9172112113965, -341.3138329131789, @@ -270508,9 +193040,9 @@ -49.87070111499179 ], "relative wind speed": [ - 4.469577343571678, + 4.469577343571677, 4.5704302448989, - 4.414752283741055, + 4.414752283741054, 4.074325958928977, 3.729877085266843, 3.6055890056801125, @@ -270518,17 +193050,17 @@ 4.1580010439832025 ], "relative wind angle": [ - 0.06971680864009114, + 0.06971680864009272, 0.009217631182843574, - 0.08411979050414314, + 0.08411979050414183, 0.11868986328170923, 0.08357246860029327, - 0.011684332934001219, + 0.01168433293400122, 0.09790821176432615, - 0.11629042513410377 + 0.11629042513410379 ], "resistance": [ - 97837.54941996546, + 97837.54941996545, 98410.24448951172, 97590.41721121139, 96293.18616708681, @@ -270538,7 +193070,7 @@ 96584.62929888499 ], "fuel": [ - 45.185259254492564, + 45.18525925449255, 45.483444891433464, 45.056961666461476, 44.38723729972036, @@ -270578,34 +193110,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 829.6707295740252, + 829.6707295740271, 1385.9419778972524, - 836.3231217306557, + 836.3231217306538, -128.47605253872098, -960.6173200013436, -1199.2998114210104, -965.2747063242546, - -136.27712095442985 + -136.27712095442803 ], "relative wind speed": [ - 3.5523911458336257, + 3.5523911458336253, 3.674625104122505, - 3.55423434753341, + 3.5542343475334097, 3.243211695441557, 2.898074644548628, 2.7414320787729647, 2.895813823640351, - 3.240354517166894 + 3.2403545171668937 ], "relative wind angle": [ - 0.09329913443254699, + 0.09329913443254578, 0.0003928620570199735, 0.09267370829597886, 0.14436965647083916, 0.11444770106493089, 0.0005265936799502455, - 0.11382781080629095, - 0.1444978472591226 + 0.11382781080629097, + 0.14449784725912104 ], "resistance": [ 97464.17072957405, @@ -270645,68 +193177,7 @@ "id": "5082", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.484822028647027, - 18.484822028647027, - 18.484822028647027, - 18.484822028647027, - 18.484822028647027, - 18.484822028647027, - 18.484822028647027, - 18.484822028647027 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1422.7649459197582, - 2144.109182473825, - 1165.2259304013187, - -418.1845560586444, - -1702.8220179003165, - -2006.9853638842906, - -1521.680040197616, - -112.83352725714394 - ], - "relative wind speed": [ - 5.499317200589141, - 5.60338954689252, - 5.45293549145867, - 5.121183495701236, - 4.788418242368017, - 4.666204509268108, - 4.841170670667248, - 5.190849500794226 - ], - "relative wind angle": [ - 0.05578488399161259, - 0.006242292207134144, - 0.06534815617567051, - 0.09163113934124734, - 0.064077445671418, - 0.007496048500744821, - 0.07362012291352686, - 0.09039798075167498 - ], - "resistance": [ - 98057.2649459198, - 98778.60918247387, - 97799.72593040136, - 96216.31544394139, - 94931.67798209973, - 94627.51463611575, - 95112.81995980242, - 96521.6664727429 - ], - "fuel": [ - 49.15336686697495, - 49.52973904372659, - 49.019461061303446, - 48.20160003636713, - 47.54491576329528, - 47.39033187115045, - 47.63714048525265, - 48.358593451369785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -52.1875, -53.28125 -52.03125, -53.125 -52.03125, -53.125 -52.1875, -53.28125 -52.1875))", @@ -270738,34 +193209,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 992.2706490906321, + 992.2706490906257, 1499.1167134149446, - 824.792164976041, + 824.7921649760374, -262.6778750169742, - -1147.2697863733147, + -1147.2697863733183, -1362.2709233428013, - -1029.722726225109, + -1029.722726225108, -65.2181304005735 ], "relative wind speed": [ - 4.077462348029926, + 4.0774623480299255, 4.175223300564868, 4.036783417793661, 3.725728659452999, - 3.4063486105623384, + 3.406348610562339, 3.2857906882060965, - 3.454459392453155, + 3.4544593924531544, 3.787856387511576 ], "relative wind angle": [ - 0.07176109763918885, + 0.07176109763919039, 0.007492809249280765, - 0.08347869625473783, - 0.11965314206927498, - 0.08593137272065263, + 0.08347869625473917, + 0.11965314206927499, + 0.08593137272065524, 0.009521096949119536, - 0.09759242205839787, - 0.11768142582147206 + 0.09759242205839673, + 0.11768142582147208 ], "resistance": [ 97626.77064909064, @@ -270805,68 +193276,7 @@ "id": "5084", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.67513751771454, - 19.67513751771454, - 19.67513751771454, - 19.67513751771454, - 19.67513751771454, - 19.67513751771454, - 19.67513751771454, - 19.67513751771454 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1329.4662018597628, - 2184.5136756372012, - 1274.2054142024535, - -312.0459489169225, - -1664.714303628014, - -2024.2250764224918, - -1625.8226330596935, - -246.40121721986725 - ], - "relative wind speed": [ - 5.79395313177701, - 5.911266111855143, - 5.784536975574425, - 5.476453953869249, - 5.154356155360178, - 5.019383749461775, - 5.1649213205759725, - 5.490512941490788 - ], - "relative wind angle": [ - 0.05358858708425691, - 0.0011931211898543682, - 0.055402765264099804, - 0.08151914538255862, - 0.060245931845766224, - 0.0014051241859206417, - 0.06205730673300905, - 0.08130994592730961 - ], - "resistance": [ - 97963.96620185976, - 98819.0136756372, - 97908.70541420246, - 96322.45405108307, - 94969.78569637198, - 94610.27492357751, - 95008.6773669403, - 96388.09878278013 - ], - "fuel": [ - 50.51644624039933, - 50.962495940856996, - 50.48771212614216, - 49.66774886645133, - 48.975925366454426, - 48.79319848361662, - 48.9957214844819, - 49.70149614975644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -52.34375, -53.59375 -52.1875, -53.4375 -52.1875, -53.4375 -52.34375, -53.59375 -52.34375))", @@ -270885,68 +193295,7 @@ "id": "5085", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.02565772158112, - 21.02565772158112, - 21.02565772158112, - 21.02565772158112, - 21.02565772158112, - 21.02565772158112, - 21.02565772158112, - 21.02565772158112 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1710.508153095674, - 2334.1990520411746, - 1140.2378535219923, - -646.5379843445353, - -2005.9947306348095, - -2268.3701087102945, - -1604.5770904591682, - 31.32456776324034 - ], - "relative wind speed": [ - 6.217981104490432, - 6.297998691442161, - 6.126835975065307, - 5.790428066748032, - 5.475952518097787, - 5.383730814115279, - 5.577743802910554, - 5.926237237917344 - ], - "relative wind angle": [ - 0.04425741444180738, - 0.010815126287158508, - 0.06066021629272041, - 0.07903413987281885, - 0.05025934566636288, - 0.012651847365955878, - 0.06664027229594877, - 0.07721929543988397 - ], - "resistance": [ - 98345.0081530957, - 98968.69905204121, - 97774.73785352202, - 95987.96201565549, - 94628.50526936523, - 94366.12989128973, - 95029.92290954087, - 96665.82456776327 - ], - "fuel": [ - 52.42952437531565, - 52.755498931726166, - 52.132737104452396, - 51.210676278527366, - 50.5170900815169, - 50.38401953658668, - 50.721175303188815, - 51.55908687190539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.75 -52.5, -53.75 -52.34375, -53.59375 -52.34375, -53.59375 -52.5, -53.75 -52.5))", @@ -270965,68 +193314,7 @@ "id": "5086", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.35777408031372, - 18.35777408031372, - 18.35777408031372, - 18.35777408031372, - 18.35777408031372, - 18.35777408031372, - 18.35777408031372, - 18.35777408031372 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1163.4054001936402, - 1842.7703831975796, - 1042.1820243797774, - -310.56799694302026, - -1440.2511107550272, - -1725.8309384311506, - -1354.9257288431036, - -166.50686288879842 - ], - "relative wind speed": [ - 5.404759631069884, - 5.50479691609582, - 5.382587860340925, - 5.0989436324803314, - 4.808874049224446, - 4.694028888224796, - 4.833678125057303, - 5.132004493736854 - ], - "relative wind angle": [ - 0.050889284895071864, - 0.0030123923920147393, - 0.05546216815213734, - 0.07958794716582185, - 0.05720167245163459, - 0.003532704667229004, - 0.061768031872874135, - 0.07907415924232113 - ], - "resistance": [ - 97797.90540019365, - 98477.27038319758, - 97676.68202437978, - 96323.93200305698, - 95194.24888924498, - 94908.66906156886, - 95279.57427115689, - 96467.9931371112 - ], - "fuel": [ - 48.873359758207876, - 49.2271199211954, - 48.810416666510875, - 48.1117348983489, - 47.533482525585754, - 47.38805437459003, - 47.576992348731665, - 48.18581706000722 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.59375 -52.5, -53.59375 -52.34375, -53.4375 -52.34375, -53.4375 -52.5, -53.59375 -52.5))", @@ -271045,68 +193333,7 @@ "id": "5087", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.142400889572134, - 19.142400889572134, - 19.142400889572134, - 19.142400889572134, - 19.142400889572134, - 19.142400889572134, - 19.142400889572134, - 19.142400889572134 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1639.3612015588096, - 1774.7176604223405, - 612.2232178594895, - -850.1594817801997, - -1781.0860406227785, - -1838.0619934236183, - -1057.960389344491, - 371.67684071259464 - ], - "relative wind speed": [ - 5.694972331838843, - 5.714017196509787, - 5.5141638128400725, - 5.1976185746770485, - 4.946106023302632, - 4.924092010934701, - 5.146908984946747, - 5.46639147942522 - ], - "relative wind angle": [ - 0.032329442468663365, - 0.023585794424831826, - 0.06799715529538461, - 0.07608707246672652, - 0.03722640247175441, - 0.027370318526925324, - 0.07285736959164098, - 0.07233929477823932 - ], - "resistance": [ - 98273.86120155883, - 98409.21766042235, - 97246.7232178595, - 95784.34051821982, - 94853.41395937724, - 94796.4380065764, - 95576.53961065553, - 97006.17684071261 - ], - "fuel": [ - 50.03447203150277, - 50.10505781545421, - 49.50106091746612, - 48.74839292467428, - 48.27340323772882, - 48.244436934667284, - 48.64208641776126, - 49.376708226549795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.4375 -52.34375, -53.4375 -52.1875, -53.28125 -52.1875, -53.28125 -52.34375, -53.4375 -52.34375))", @@ -271125,68 +193352,7 @@ "id": "5088", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.925040235935732, - 21.925040235935732, - 21.925040235935732, - 21.925040235935732, - 21.925040235935732, - 21.925040235935732, - 21.925040235935732, - 21.925040235935732 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1781.1155225782277, - 2353.415975255706, - 1104.2107149068615, - -720.293236241565, - -2077.549388288342, - -2318.0447032050597, - -1600.9375686185376, - 85.13360049719995 - ], - "relative wind speed": [ - 6.465050823164733, - 6.535810280858515, - 6.360909740656811, - 6.029202061862198, - 5.72666143863836, - 5.645769863492018, - 5.842119534048224, - 6.183870622524954 - ], - "relative wind angle": [ - 0.0402074253538097, - 0.01186422843826873, - 0.05812691410096878, - 0.07388401298992925, - 0.04539508636065436, - 0.013734701714869006, - 0.06329530501405872, - 0.07203281070701978 - ], - "resistance": [ - 98415.61552257824, - 98987.91597525572, - 97738.71071490688, - 95914.20676375846, - 94556.95061171167, - 94316.45529679496, - 95033.56243138148, - 96719.63360049721 - ], - "fuel": [ - 53.674875614304256, - 53.97408639029094, - 53.32254871586906, - 52.381391059307845, - 51.689294529123714, - 51.56737527498199, - 51.931549089782024, - 52.79533778068247 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -52.34375, -53.28125 -52.1875, -53.125 -52.1875, -53.125 -52.34375, -53.28125 -52.34375))", @@ -271218,9 +193384,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1523.3174485112668, + 1523.3174485112359, 1685.4762436355613, - 606.706995259301, + 606.7069952592974, -771.655890847398, -1665.873562726989, -1734.1346204295733, @@ -271230,7 +193396,7 @@ "relative wind speed": [ 5.511470215470227, 5.535033675869706, - 5.344876694799678, + 5.3448766947996775, 5.038011457019501, 4.790047747976444, 4.76279997174959, @@ -271238,17 +193404,17 @@ 5.285764081270546 ], "relative wind angle": [ - 0.033620891454592204, - 0.022445242286778397, + 0.03362089145459881, + 0.022445242286778393, 0.06758263651464833, 0.07673846092292319, - 0.03868684944288022, - 0.02608525039363465, + 0.038686849442880214, + 0.026085250393634647, 0.07261203327637346, - 0.07313501494661932 + 0.07313501494661931 ], "resistance": [ - 98157.81744851128, + 98157.81744851125, 98319.97624363558, 97241.20699525932, 95862.84410915262, @@ -271258,7 +193424,7 @@ 96953.05080957833 ], "fuel": [ - 49.25834722285815, + 49.258347222858134, 49.34284797389412, 48.78254233634864, 48.07293099610608, @@ -271285,68 +193451,7 @@ "id": "5090", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.435108715988996, - 20.435108715988996, - 20.435108715988996, - 20.435108715988996, - 20.435108715988996, - 20.435108715988996, - 20.435108715988996, - 20.435108715988996 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1829.8681997906006, - 1737.710842069444, - 428.07736542109706, - -1078.1307570984409, - -1923.5930655973261, - -1884.8638856195048, - -936.2971800599862, - 592.2029873762076 - ], - "relative wind speed": [ - 6.062531552810944, - 6.050300424561336, - 5.82991356110766, - 5.516637638394455, - 5.2938236245910115, - 5.307798241235161, - 5.5489607375723216, - 5.860509070358633 - ], - "relative wind angle": [ - 0.023226455944363036, - 0.028482391175073195, - 0.0659961693091036, - 0.06737872389058046, - 0.026599878828803058, - 0.03246807685196709, - 0.06934289783843864, - 0.06341973232910263 - ], - "resistance": [ - 98464.3681997906, - 98372.21084206944, - 97062.5773654211, - 95556.36924290156, - 94710.90693440268, - 94749.6361143805, - 95698.20281994001, - 97226.70298737621 - ], - "fuel": [ - 51.727244835417864, - 51.67916023065239, - 50.999253209188055, - 50.225183772660046, - 49.794383551560614, - 49.81405964126911, - 50.29771474887321, - 51.084110587742515 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -52.5, -53.28125 -52.34375, -53.125 -52.34375, -53.125 -52.5, -53.28125 -52.5))", @@ -271378,9 +193483,9 @@ ], "ice resistance": 95187.86690332626, "wind resistance": [ - 2439.0971042582314, + 2439.097104258126, 1910.4945584510897, - 135.538476157697, + 135.53847615769337, -1672.436283217543, -2476.469596423911, -2255.4969944897784, @@ -271388,9 +193493,9 @@ 1083.1747750316172 ], "relative wind speed": [ - 7.748838139679406, + 7.748838139679405, 7.6935616255821335, - 7.449630911073318, + 7.449630911073317, 7.150290464116952, 6.974233973071916, 7.035164641959041, @@ -271398,19 +193503,19 @@ 7.586684276076002 ], "relative wind angle": [ - 0.010122741158884273, + 0.010122741158895242, 0.028393186058586595, 0.052015845083210915, 0.04607648159702785, - 0.011247084222750803, + 0.011247084222750801, 0.031051224925251468, 0.05313423355516028, 0.043424397253290344 ], "resistance": [ - 97626.9640075845, + 97626.96400758438, 97098.36146177734, - 95323.40537948396, + 95323.40537948394, 93515.43062010872, 92711.39730690235, 92932.36990883648, @@ -271418,7 +193523,7 @@ 96271.04167835787 ], "fuel": [ - 60.23698682293689, + 60.23698682293683, 59.96325619194279, 59.05172314596822, 58.135285467695525, @@ -271458,9 +193563,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1907.8832603089686, + 1907.883260308885, 1909.515605041037, - 539.396136319665, + 539.3961363196613, -1097.2856037549864, -2064.1077914388406, -2064.791593763912, @@ -271468,9 +193573,9 @@ 536.4771417752818 ], "relative wind speed": [ - 6.809886417284044, + 6.8098864172840425, 6.810079626266231, - 6.6085827993779525, + 6.608582799377952, 6.312444785683214, 6.094211989238094, 6.093996083851435, @@ -271478,19 +193583,19 @@ 6.608102118897969 ], "relative wind angle": [ - 0.021815445489547346, - 0.021742496598412927, + 0.021815445489557526, + 0.02174249659841293, 0.05418826206955577, 0.056765451536612506, 0.02437782555750181, - 0.024297855555380516, + 0.02429785555538052, 0.056737613243035674, 0.05422312147505371 ], "resistance": [ - 98542.383260309, + 98542.38326030891, 98544.01560504106, - 97173.8961363197, + 97173.89613631969, 95537.21439624505, 94570.39220856118, 94569.70840623611, @@ -271498,9 +193603,9 @@ 97170.9771417753 ], "fuel": [ - 55.57643886425739, + 55.57643886425735, 55.57729132545677, - 54.86526078088555, + 54.86526078088553, 54.0238577860805, 53.53150658326307, 53.531159589938696, @@ -271538,9 +193643,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1205.9864726403466, + 1205.9864726403139, 2178.679061635441, - 1396.1723997247645, + 1396.1723997247354, -196.6930953419287, -1637.0575775504149, -2098.1604872111093, @@ -271548,9 +193653,9 @@ -423.73239852466577 ], "relative wind speed": [ - 6.90732741048041, + 6.907327410480408, 7.024961981771431, - 6.934448623679136, + 6.934448623679135, 6.682872243186037, 6.409328121287738, 6.280172615188997, @@ -271558,19 +193663,19 @@ 6.643032252153937 ], "relative wind angle": [ - 0.04017563377503171, - 0.0028400450249626424, - 0.03594662977157973, + 0.040175633775034476, + 0.002840045024962642, + 0.035946629771582826, 0.05575287762295591, 0.043299127769728274, - 0.003176857753434316, + 0.0031768577534343157, 0.039072221947987575, - 0.05608759212924311 + 0.056087592129243115 ], "resistance": [ - 97840.48647264036, + 97840.48647264033, 98813.17906163546, - 98030.67239972478, + 98030.67239972475, 96437.8069046581, 94997.4424224496, 94536.33951278891, @@ -271578,9 +193683,9 @@ 96210.76760147535 ], "fuel": [ - 56.290120509807984, + 56.29012050980798, 56.7973077139879, - 56.38901151029444, + 56.389011510294424, 55.56492596849651, 54.827866960086325, 54.59354401242279, @@ -271618,49 +193723,49 @@ ], "ice resistance": 81920.46241523423, "wind resistance": [ - 2244.3029637380932, + 2244.3029637378386, 2249.0086385977374, - 633.0210839522151, - -1300.9194602932876, + 633.0210839522115, + -1300.9194602932985, -2443.8298352171514, -2445.7980368747885, - -1308.2118279070855, + -1308.2118279070964, 624.5900813387743 ], "relative wind speed": [ - 7.732711311679157, + 7.732711311679156, 7.733202449254093, - 7.524236445165939, - 7.217868164158595, + 7.524236445165938, + 7.217868164158596, 6.992752861654839, 6.992209714589746, - 7.21659772546519, + 7.216597725465191, 7.523017744148857 ], "relative wind angle": [ - 0.01991848325793352, - 0.01975611389096653, + 0.019918483257961393, + 0.019756113890966525, 0.0492023021031392, - 0.051364105971618744, - 0.022026540018425415, + 0.05136410597162091, + 0.02202654001842541, 0.021850066433600292, - 0.0513015674768795, + 0.051301567476881665, 0.04927894481676415 ], "resistance": [ - 84164.76537897233, + 84164.76537897206, 84169.47105383196, - 82553.48349918645, - 80619.54295494095, + 82553.48349918643, + 80619.54295494093, 79476.63258001707, 79474.66437835945, - 80612.25058732714, + 80612.25058732713, 82545.052496573 ], "fuel": [ - 53.58968949486745, + 53.58968949486732, 53.59189521893127, - 52.83926646274859, + 52.83926646274858, 51.951327680174664, 51.43312077356773, 51.43223256381754, @@ -271698,9 +193803,9 @@ ], "ice resistance": 90162.15571753377, "wind resistance": [ - 1823.7436626046, + 1823.74366260452, 2282.164468894647, - 984.0962061786995, + 984.096206178674, -842.1136930841858, -2145.6109105867145, -2337.094585676896, @@ -271708,9 +193813,9 @@ 161.4643710358214 ], "relative wind speed": [ - 7.67742129205751, + 7.677421292057509, 7.725513675168095, - 7.568703659862997, + 7.568703659862996, 7.29059819295401, 7.050314693280051, 6.997583398917752, @@ -271718,19 +193823,19 @@ 7.449625021362772 ], "relative wind angle": [ - 0.026194619188669475, + 0.026194619188677954, 0.010305072863012294, - 0.04145496423998485, - 0.049946224515972235, - 0.028525166682377978, + 0.041454964239987534, + 0.04994622451597224, + 0.02852516668237798, 0.011377111955678717, - 0.043780531832978725, - 0.048879165366612985 + 0.04378053183297873, + 0.04887916536661299 ], "resistance": [ - 91985.89938013836, + 91985.89938013829, 92444.3201864284, - 91146.25192371247, + 91146.25192371244, 89320.04202444958, 88016.54480694706, 87825.06113185687, @@ -271738,9 +193843,9 @@ 90323.62008856959 ], "fuel": [ - 57.369484638846316, + 57.369484638846274, 57.598091754797814, - 56.952793717981116, + 56.95279371798111, 56.05556033863506, 55.422730536136996, 55.33030047201612, @@ -271778,51 +193883,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1561.7061663250497, + 1561.7061663249697, 2448.826228910759, - 1360.765192738305, + 1360.7651927383013, -469.9906724736793, - -1987.7387503894024, + -1987.7387503894242, -2358.434331601802, - -1846.1342751257325, - -230.060850319187 + -1846.134275125718, + -230.0608503191943 ], "relative wind speed": [ - 7.420268915567402, + 7.4202689155674015, 7.516195930961707, - 7.393493672425298, + 7.393493672425297, 7.116438823503793, 6.840171701672952, 6.7346223661834195, - 6.869104090309766, - 7.155741621874788 + 6.869104090309765, + 7.155741621874789 ], "relative wind angle": [ - 0.03537166256645969, + 0.035371662566469106, 0.0026184728073352045, 0.039266979322186535, - 0.05494109584197899, - 0.038372857049955265, + 0.054941095841978996, + 0.03837285704995816, 0.0029223554213916275, - 0.042266355818283696, - 0.05463903124771624 + 0.042266355818281066, + 0.05463903124771828 ], "resistance": [ - 98196.20616632505, + 98196.20616632496, 99083.32622891077, 97995.2651927383, 96164.50932752632, - 94646.7612496106, + 94646.76124961057, 94276.0656683982, - 94788.36572487427, + 94788.36572487428, 96404.43914968081 ], "fuel": [ - 59.13538729641887, + 59.13538729641883, 59.598987758754085, 59.03078424248436, 58.084675141111106, - 57.30977962539823, + 57.30977962539822, 57.12182117768072, 57.381714095126654, 58.20795739043987 @@ -271858,39 +193963,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1471.697586372904, + 1471.6975863728967, 2062.3310990930677, - 1031.3152761755318, + 1031.315276175521, -548.2912996519972, -1770.4514630909252, -2018.073469390647, - -1460.2549324218653, + -1460.2549324218744, -23.51950723596383 ], "relative wind speed": [ - 6.332548889973038, + 6.3325488899730376, 6.407221909432276, 6.2635495761341735, 5.9754703736743995, 5.704422956182305, 5.620420278787826, - 5.78010064049302, + 5.780100640493021, 6.077447697862808 ], "relative wind angle": [ 0.03823325316538495, 0.007975095713030986, - 0.05020317041812382, + 0.05020317041812603, 0.06588600241544089, 0.04244560094246089, 0.009091556809251123, - 0.05440616243517046, - 0.06477889738741059 + 0.0544061624351725, + 0.06477889738741058 ], "resistance": [ 98106.1975863729, 98696.83109909306, - 97665.81527617553, + 97665.81527617552, 96086.208700348, 94864.04853690907, 94616.42653060936, @@ -271900,7 +194005,7 @@ "fuel": [ 53.13696099075482, 53.445096793023865, - 52.90805657985365, + 52.90805657985364, 52.09293626515361, 51.46863892173198, 51.34282710605869, @@ -271940,18 +194045,18 @@ "wind resistance": [ 1651.5904458505174, 1991.7937487555027, - 817.9202566295498, - -785.6480400244109, + 817.9202566295353, + -785.6480400244036, -1899.414574583483, -2041.8654669644038, -1311.9984481305855, 209.26481369461908 ], "relative wind speed": [ - 6.706071334959677, + 6.7060713349596766, 6.746852037379778, 6.582239653314408, - 6.2987527138183745, + 6.298752713818374, 6.058406293635366, 6.012958269773109, 6.192721591890265, @@ -271959,19 +194064,19 @@ ], "relative wind angle": [ 0.029083760474681638, - 0.013517578534665427, - 0.04924086101640873, - 0.058296057221461924, + 0.013517578534665425, + 0.04924086101641099, + 0.058296057221460015, 0.032193939902126927, 0.015167546092189274, 0.05234082578004922, - 0.05665630446942996 + 0.056656304469429965 ], "resistance": [ 98286.09044585051, 98626.2937487555, - 97452.42025662956, - 95848.85195997558, + 97452.42025662953, + 95848.8519599756, 94735.08542541652, 94592.6345330356, 95322.50155186941, @@ -271980,8 +194085,8 @@ "fuel": [ 55.07158894478054, 55.2491435491978, - 54.638311097054114, - 53.81217068461925, + 54.6383110970541, + 53.812170684619254, 53.24400148116671, 53.17166550158193, 53.54308665658246, @@ -272018,9 +194123,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1373.3887788571901, + 1373.3887788571828, 1783.2690482533817, - 810.8250986788826, + 810.825098678868, -595.1115391081548, -1626.6200718833516, -1798.0639579571161, @@ -272028,7 +194133,7 @@ 76.57452099747024 ], "relative wind speed": [ - 6.428641952240548, + 6.428641952240547, 6.479891065642407, 6.341686649574734, 6.086826278918777, @@ -272040,17 +194145,17 @@ "relative wind angle": [ 0.03017552377687916, 0.009865717267724962, - 0.04485574081524827, + 0.04485574081525074, 0.055595532913927964, - 0.03310361530796427, + 0.03310361530796426, 0.01101564513071931, - 0.047777125579059186, - 0.054452311915321724 + 0.04777712557905919, + 0.05445231191532173 ], "resistance": [ 98007.8887788572, 98417.7690482534, - 97445.32509867889, + 97445.32509867888, 96039.38846089186, 95007.87992811666, 94836.4360420429, @@ -272060,7 +194165,7 @@ "fuel": [ 53.715986160196856, 53.92953451198182, - 53.423907300051376, + 53.423907300051354, 52.69910466116997, 52.17200878943144, 52.08478550500263, @@ -272098,11 +194203,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2072.4185578024662, + 2072.41855780239, 2022.190204508006, 533.1506087708658, - -1214.4195118060416, - -2221.3857554322276, + -1214.4195118060197, + -2221.385755432202, -2200.336477885565, -1136.7950019923483, 622.92585379511 @@ -272111,38 +194216,38 @@ 6.979088161479272, 6.973286568572054, 6.7579171096640085, - 6.447337549691241, + 6.44733754969124, 6.22296991009099, 6.229470322601317, 6.462474944362139, 6.772360340969707 ], "relative wind angle": [ - 0.021202570887326994, - 0.023343992463038494, + 0.021202570887337464, + 0.023343992463038497, 0.055986492641565924, - 0.057733651232742905, - 0.02377923598965578, + 0.05773365123273906, + 0.023779235989651114, 0.02613193147493873, 0.058548867254608256, 0.05496000267781356 ], "resistance": [ - 98706.91855780248, + 98706.9185578024, 98656.69020450802, 97167.65060877088, - 95420.08048819397, - 94413.11424456778, + 95420.080488194, + 94413.11424456781, 94434.16352211445, 95497.70499800767, 97257.42585379512 ], "fuel": [ - 56.45452576170836, + 56.45452576170832, 56.42826904752113, 55.654142645613604, - 54.75613411195965, - 54.2438537794489, + 54.75613411195967, + 54.24385377944892, 54.2545237009534, 54.795781160862056, 55.70058155344104 @@ -272178,9 +194283,9 @@ ], "ice resistance": 89583.84711994276, "wind resistance": [ - 2544.993550634106, + 2544.993550633717, 1626.4634600649115, - -237.03878771736345, + -237.0387877173671, -1920.1460662162644, -2455.794330671175, -2072.1063057201427, @@ -272188,9 +194293,9 @@ 1410.8389610246268 ], "relative wind speed": [ - 7.754646773866724, + 7.754646773866722, 7.658365577826747, - 7.3920413619855, + 7.392041361985499, 7.103357217203949, 6.96764416333576, 7.073333616525298, @@ -272198,17 +194303,17 @@ 7.630526064374921 ], "relative wind angle": [ - 0.0026362549737489823, + 0.0026362549737910957, 0.034451891728204356, 0.05325848377213726, - 0.04121810754404711, + 0.0412181075440471, 0.0029340235092061317, 0.03730266266381014, 0.05355455989064234, 0.038369028998157265 ], "resistance": [ - 92128.84067057687, + 92128.84067057648, 91210.31058000767, 89346.8083322254, 87663.70105372649, @@ -272218,7 +194323,7 @@ 90994.68608096738 ], "fuel": [ - 57.44068327123536, + 57.44068327123516, 56.98449160025011, 56.068621255716806, 55.252517137531754, @@ -272258,17 +194363,17 @@ ], "ice resistance": 88789.29666594404, "wind resistance": [ - 2148.8048761687132, + 2148.804876168444, 1779.7195115028699, 214.73436236738053, -1437.5715135833343, - -2227.6047693717446, + -2227.60476937181, -2073.5248933379953, -864.1160569031454, 877.5319777931763 ], "relative wind speed": [ - 7.706490396358859, + 7.706490396358858, 7.667678794911339, 7.454643085947165, 7.184175453211922, @@ -272278,31 +194383,31 @@ 7.550646026788311 ], "relative wind angle": [ - 0.011100381119354394, - 0.023919812871123443, + 0.011100381119384398, + 0.023919812871123446, 0.0462828027472504, 0.042379180205309896, - 0.01219160816772143, + 0.012191608167730537, 0.025982317271655613, 0.047369542618200755, 0.04032116295473082 ], "resistance": [ - 90938.10154211275, + 90938.10154211249, 90569.01617744692, 89004.03102831142, 87351.72515236071, - 86561.6918965723, + 86561.69189657223, 86715.77177260605, 87925.1806090409, 89666.82864373722 ], "fuel": [ - 56.84990093606321, + 56.84990093606307, 56.66785124520246, 55.90156079872679, 55.1024044596897, - 54.723885915653476, + 54.72388591565344, 54.7975259305676, 55.378611592337904, 56.22498519870714 @@ -272338,9 +194443,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2292.129152976104, + 2292.1291529759874, 1033.1731257370666, - -782.5019902118547, + -782.5019902118911, -2109.74448280847, -2326.506612885678, -1588.1673337731263, @@ -272348,7 +194453,7 @@ 1773.1763666489824 ], "relative wind speed": [ - 7.693000656107019, + 7.693000656107018, 7.54207296921597, 7.265841051510265, 7.021902541858885, @@ -272358,19 +194463,19 @@ 7.638303174421081 ], "relative wind angle": [ - 0.00916274287430684, - 0.04089212710831905, - 0.05033201707882146, + 0.009162742874318956, + 0.040892127108319055, + 0.05033201707882588, 0.02971717214693992, 0.010124945193881138, 0.04328628458880193, - 0.04937441549008646, - 0.027318413979983996 + 0.04937441549008647, + 0.027318413979983993 ], "resistance": [ - 98926.62915297611, + 98926.62915297599, 97667.67312573707, - 95851.99800978815, + 95851.9980097881, 94524.75551719153, 94307.99338711431, 95046.33266622687, @@ -272378,9 +194483,9 @@ 98407.67636664899 ], "fuel": [ - 60.70999362594072, + 60.709993625940655, 60.05368027030845, - 59.117527027228576, + 59.117527027228554, 58.4409682788431, 58.33109697458384, 58.706059184557276, @@ -272418,19 +194523,19 @@ ], "ice resistance": 71973.70001025859, "wind resistance": [ - 2200.8907853347773, + 2200.8907853344026, 1016.488192271805, - -719.3007750261277, + -719.3007750261131, -2006.152904714334, - -2228.27488011483, + -2228.2748801147354, -1546.4205268814803, 60.53554014376641, 1668.6888815220518 ], "relative wind speed": [ - 7.710226878584688, + 7.710226878584687, 7.56964508206697, - 7.307609161174186, + 7.307609161174185, 7.073619206915603, 7.012527790518865, 7.164050381145327, @@ -272438,31 +194543,31 @@ 7.654218173504323 ], "relative wind angle": [ - 0.008020581658825325, + 0.008020581658866852, 0.03837448898424437, - 0.047757689684379025, + 0.0477576896843767, 0.028695789468607038, - 0.00881859503979072, + 0.008818595039778129, 0.04054823082693639, - 0.04696314088306835, + 0.04696314088306834, 0.026518583074707416 ], "resistance": [ - 74174.59079559337, + 74174.59079559299, 72990.1882025304, - 71254.39923523246, + 71254.39923523247, 69967.54710554425, - 69745.42513014376, + 69745.42513014385, 70427.2794833771, 72034.23555040236, 73642.38889178063 ], "fuel": [ - 49.09269911689454, + 49.09269911689438, 48.58417496870217, 47.84834335382415, 47.310060861303164, - 47.21777218072781, + 47.217772180727856, 47.50165667399803, 48.17754275222303, 48.863552035087494 @@ -272498,53 +194603,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2007.2029022236384, + 2007.2029022235038, 1701.2427742894106, - 244.06913093147523, + 244.06913093145704, -1316.1406827248902, -2084.405796697327, -1956.5144455570553, - -841.6030315235548, - 792.6479381648169 + -841.6030315235403, + 792.6479381648023 ], "relative wind speed": [ - 7.173714376494232, + 7.173714376494231, 7.139191554509883, - 6.926872031106442, + 6.926872031106441, 6.6522273978489315, 6.4779953174941305, 6.516022194330728, - 6.74129402664438, - 7.012451207409853 + 6.741294026644379, + 7.012451207409854 ], "relative wind angle": [ - 0.012951739692826139, + 0.012951739692843285, 0.02525761145201226, - 0.050244650176056616, + 0.05024465017605882, 0.04687268661060718, - 0.014342812035030158, + 0.01434281203503016, 0.027673750133358398, - 0.05162902595212571, - 0.04446324444322831 + 0.05162902595212356, + 0.04446324444323081 ], "resistance": [ - 98641.70290222365, + 98641.70290222352, 98335.74277428942, - 96878.56913093149, + 96878.56913093147, 95318.35931727513, 94550.0942033027, 94677.98555444296, - 95792.89696847646, + 95792.89696847647, 97427.14793816482 ], "fuel": [ - 57.65701967733213, + 57.65701967733206, 57.497299801641816, - 56.74139382032003, + 56.741393820320006, 55.940796909397136, 55.54990212055732, 55.614821115869276, - 56.18333984841408, + 56.183339848414086, 57.02504065336571 ] }, @@ -272578,53 +194683,53 @@ ], "ice resistance": 73132.0723370771, "wind resistance": [ - 2048.025991996703, + 2048.0259919963974, 978.354018164664, - -626.5665987305183, + -626.5665987305074, -1840.3986253903058, - -2065.5257744831288, + -2065.5257744830124, -1466.9772724483519, - 7.190720058886654, + 7.190720058904844, 1508.049086118317 ], "relative wind speed": [ - 7.6851954056882095, + 7.685195405688209, 7.55927437020818, - 7.318062628333162, + 7.31806262833316, 7.09919782133478, 7.037381961211162, 7.172471281748372, - 7.4184184742696315, + 7.418418474269631, 7.628129756706222 ], "relative wind angle": [ - 0.006535531811778089, - 0.03500488154063614, - 0.04427676458924938, + 0.006535531811812064, + 0.035004881540636135, + 0.04427676458924688, 0.027263710338509918, - 0.007137158135043088, + 0.007137158135027532, 0.036893489364438446, - 0.04367740781626517, + 0.04367740781626263, 0.025372832979032523 ], "resistance": [ - 75180.09832907381, + 75180.0983290735, 74110.42635524177, - 72505.50573834658, + 72505.50573834659, 71291.6737116868, - 71066.54656259397, + 71066.54656259409, 71665.09506462875, - 73139.26305713599, + 73139.263057136, 74640.12142319542 ], "fuel": [ - 49.52851135540676, + 49.52851135540663, 49.06501633252822, - 48.377581305951736, + 48.37758130595175, 47.864026870983594, - 47.7693816076028, + 47.76938160760285, 48.02143205697722, - 48.64789321446377, + 48.64789321446378, 49.29400410144932 ] }, @@ -272658,51 +194763,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1908.330758371434, + 1908.3307583712412, 1289.760092329092, - -108.82475283996973, + -108.8247528399952, -1413.8327830173112, - -1874.6408660749148, + -1874.6408660747802, -1616.4874909342652, -452.4986743002846, - 1002.2490441875343 + 1002.2490441875198 ], "relative wind speed": [ - 7.015410506487302, + 7.015410506487301, 6.9437600931786365, - 6.725591578448904, + 6.725591578448903, 6.481995326311931, - 6.359914296952263, + 6.359914296952262, 6.438065719413713, 6.665651682994498, - 6.902769808474022 + 6.902769808474023 ], "relative wind angle": [ - 0.004277156733770809, + 0.0042771567337967645, 0.030325087064907802, - 0.04875129140004436, - 0.03903688340141205, - 0.004717992840466133, + 0.048751291400046644, + 0.039036883401412044, + 0.004717992840442602, 0.032707867553294426, - 0.049190032585154454, - 0.0366561978116503 + 0.04919003258515446, + 0.03665619781165333 ], "resistance": [ - 98542.83075837145, + 98542.83075837126, 97924.2600923291, - 96525.67524716005, + 96525.67524716002, 95220.6672169827, - 94759.8591339251, + 94759.85913392523, 95018.01250906575, 96182.00132569973, 97636.74904418754 ], "fuel": [ - 56.846667995488176, + 56.84666799548809, 56.524343890812716, - 55.80081971849066, + 55.800819718490644, 55.13226957561111, - 54.897713438930396, + 54.89771343893046, 55.02901887333064, 55.62414231934949, 56.37501264049583 @@ -272738,19 +194843,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1861.5388872885233, + 1861.5388872884578, 757.2679485984809, - -745.558909600406, + -745.5589096004169, -1784.787403004906, -1914.354450648936, -1224.7872859297331, - 203.14346415659384, + 203.14346415660475, 1551.9770692423044 ], "relative wind speed": [ - 6.60992151819819, + 6.609921518198188, 6.451591040378225, - 6.180533937652808, + 6.180533937652807, 5.9518677386053405, 5.9097670230042345, 6.082218492510704, @@ -272758,27 +194863,27 @@ 6.572037672219836 ], "relative wind angle": [ - 0.013405360429490533, + 0.013405360429498815, 0.04810290231507091, - 0.056677943345209245, + 0.05667794334520925, 0.031073090560108964, 0.014993661536893832, - 0.05102665216340907, - 0.05509891738612117, - 0.028140065676016318 + 0.05102665216340908, + 0.05509891738611915, + 0.02814006567601632 ], "resistance": [ - 98496.03888728854, + 98496.03888728848, 97391.7679485985, 95888.9410903996, 94849.71259699512, 94720.14554935107, 95409.71271407028, - 96837.6434641566, + 96837.64346415662, 98186.47706924232 ], "fuel": [ - 54.56418540969295, + 54.56418540969292, 53.989963306855614, 53.21578124989428, 52.68533722496326, @@ -272818,13 +194923,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1741.016452699203, + 1741.0164526989029, 902.5936763120953, -420.55089572187353, -1468.0597328951644, -1695.249737406255, -1259.5960509235538, - -67.69717480932013, + -67.69717480932923, 1198.496489897363 ], "relative wind speed": [ @@ -272838,33 +194943,33 @@ 5.9568438543815345 ], "relative wind angle": [ - 0.006029912806404023, - 0.04634566544963478, - 0.062072515777716664, + 0.006029912806459259, + 0.04634566544963479, + 0.06207251577771666, 0.041098494199709415, 0.006823655954995771, 0.05011528716531642, - 0.061284739100626096, - 0.037322906174916355 + 0.06128473910062791, + 0.03732290617491636 ], "resistance": [ - 98375.5164526992, + 98375.51645269891, 97537.0936763121, 96213.94910427813, 95166.44026710483, 94939.25026259375, 95374.90394907644, - 96566.80282519068, + 96566.80282519067, 97832.99648989737 ], "fuel": [ - 51.69271849747278, + 51.69271849747264, 51.256699040680374, 50.57392256899931, 50.03800139463312, 49.92230639882648, 50.14432910446029, - 50.75536713320244, + 50.75536713320243, 51.41028380852313 ] }, @@ -272898,9 +195003,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2013.152276090932, + 2013.152276090712, 1135.3457221907665, - -349.6672444561664, + -349.66724445617183, -1589.2025859551504, -1900.5464932280192, -1493.5714981061974, @@ -272908,9 +195013,9 @@ 1271.1539021649023 ], "relative wind speed": [ - 6.021657688350012, + 6.021657688350011, 5.899014199941019, - 5.615763492509831, + 5.6157634925098305, 5.327873626200562, 5.214617768684387, 5.3529647166815835, @@ -272918,7 +195023,7 @@ 5.921685774539223 ], "relative wind angle": [ - 0.0028007476122468614, + 0.0028007476122865016, 0.05041255559196153, 0.0719171737053317, 0.051338997459818556, @@ -272928,7 +195033,7 @@ 0.046186979920058525 ], "resistance": [ - 98647.65227609094, + 98647.65227609072, 97769.84572219077, 96284.83275554384, 95045.29741404486, @@ -272938,7 +195043,7 @@ 97905.65390216492 ], "fuel": [ - 51.55673233917754, + 51.55673233917743, 51.099406884621466, 50.332263261900735, 49.69821436541315, @@ -272978,20 +195083,20 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1909.8974430596245, + 1909.8974430596172, 896.3384930364573, -592.7233659580597, - -1703.2438390099724, + -1703.2438390099487, -1900.7931000636927, -1321.345361390313, - 53.666003582759004, + 53.66600358274991, 1438.4346253919866 ], "relative wind speed": [ - 6.338107864263548, + 6.338107864263547, 6.192083823152868, 5.915616281346001, - 5.664830660713046, + 5.664830660713045, 5.597367232231762, 5.758491917034341, 6.042153195953855, @@ -273001,17 +195106,17 @@ 0.010001610154186075, 0.049556085485183116, 0.06265344338205134, - 0.03833048415766118, + 0.03833048415765539, 0.01132524981706138, 0.053290876893442175, - 0.0613396669419811, + 0.06133966694198291, 0.03458582976818776 ], "resistance": [ - 98544.39744305967, + 98544.39744305966, 97530.8384930365, 96041.77663404198, - 94931.25616099007, + 94931.2561609901, 94733.70689993635, 95313.15463860973, 96688.1660035828, @@ -273021,7 +195126,7 @@ 53.14095152912625, 52.613546315684715, 51.845646598623546, - 51.27832938935687, + 51.278329389356884, 51.17789073183779, 51.472907209190836, 52.17797206267441, @@ -273058,41 +195163,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1614.3192425120815, + 1614.3192425120615, -26.217523281718968, - -1585.1878438737203, + -1585.1878438737258, -2180.929473217755, - -1895.6332799578304, + -1895.6332799578267, -549.7041326963954, 1173.0082622592709, 2290.9653449938705 ], "relative wind speed": [ - 5.790197991288768, + 5.7901979912887676, 5.480745200807033, 5.117632655670004, 4.922958840975541, - 5.031863368457385, + 5.031863368457384, 5.36725942925982, 5.71453215397094, 5.883070455740652 ], "relative wind angle": [ - 0.05169454313851261, - 0.08770682541051898, - 0.07427272028748873, + 0.05169454313851475, + 0.087706825410519, + 0.07427272028749021, 0.01157185439827688, - 0.05949384781951948, + 0.059493847819517616, 0.08956622863255392, 0.06650258968976723, - 0.009683273761527278 + 0.00968327376152728 ], "resistance": [ - 98248.81924251208, + 98248.81924251207, 96608.28247671828, 95049.31215612628, 94453.57052678225, - 94738.86672004216, + 94738.86672004218, 96084.7958673036, 97807.50826225927, 98925.46534499386 @@ -273102,7 +195207,7 @@ 49.54034918651979, 48.74195264012968, 48.43924333241854, - 48.58404376250267, + 48.58404376250269, 49.27124710900239, 50.16066356965541, 50.74376041713677 @@ -273138,9 +195243,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1459.6014119695228, + 1459.6014119695028, 64.77363700518981, - -1309.0509145112283, + -1309.0509145112337, -1885.4224957274637, -1678.3407722551965, -557.989268348223, @@ -273158,17 +195263,17 @@ 5.465322061558749 ], "relative wind angle": [ - 0.04859581204102533, + 0.048595812041029904, 0.08681640464778587, - 0.07655529835229892, + 0.07655529835230038, 0.015924262844624927, - 0.0562010450897265, + 0.056201045089726495, 0.0893611873494901, - 0.06898896511287103, - 0.013340576367921122 + 0.06898896511287102, + 0.01334057636792112 ], "resistance": [ - 98094.10141196952, + 98094.1014119695, 96699.27363700519, 95325.44908548877, 94749.07750427254, @@ -273205,68 +195310,7 @@ "id": "5114", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.52400603047584, - 16.52400603047584, - 16.52400603047584, - 16.52400603047584, - 16.52400603047584, - 16.52400603047584, - 16.52400603047584, - 16.52400603047584 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1427.2071765825094, - -87.67038610542659, - -1476.5632071447617, - -1961.3088669593608, - -1659.120330355905, - -394.56767184423916, - 1167.241807047967, - 2140.4641452630676 - ], - "relative wind speed": [ - 4.995777786056815, - 4.6583841024024695, - 4.26977998862075, - 4.0720548036638595, - 4.209342079336621, - 4.579936023899963, - 4.944222413818623, - 5.108299727354568 - ], - "relative wind angle": [ - 0.06780312633937677, - 0.1114584424522125, - 0.0924768824492861, - 0.00969382828779678, - 0.08049611326314507, - 0.11337572613806418, - 0.07983308356211631, - 0.0077273411440200316 - ], - "resistance": [ - 98061.7071765825, - 96546.82961389456, - 95157.93679285522, - 94673.19113304063, - 94975.37966964408, - 96239.93232815574, - 97801.74180704795, - 98774.96414526305 - ], - "fuel": [ - 47.03383427958819, - 46.24970185908225, - 45.53828532486971, - 45.29167945067454, - 45.44530994323331, - 46.09188559744777, - 46.8986637826676, - 47.40598786090551 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.28125 -53.75, -53.28125 -53.59375, -53.125 -53.59375, -53.125 -53.75, -53.28125 -53.75))", @@ -273285,68 +195329,7 @@ "id": "5115", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.379664762158875, - 17.379664762158875, - 17.379664762158875, - 17.379664762158875, - 17.379664762158875, - 17.379664762158875, - 17.379664762158875, - 17.379664762158875 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1254.268469552262, - -227.66435859988087, - -1517.171374128231, - -1885.650248637795, - -1539.841620285797, - -265.84415484974124, - 1222.0215034247394, - 2073.7390116521856 - ], - "relative wind speed": [ - 5.177478415784839, - 4.855625607673193, - 4.507945852004375, - 4.352786691261394, - 4.500886770154142, - 4.846355787782691, - 5.171333354084131, - 5.302594882134986 - ], - "relative wind angle": [ - 0.06426755478528647, - 0.09796157608029468, - 0.07529413363397175, - 0.0010699542257168512, - 0.07394500315038348, - 0.09814955455892808, - 0.06562035785061307, - 0.0008783024778783475 - ], - "resistance": [ - 97888.76846955223, - 96406.83564140009, - 95117.32862587174, - 94748.84975136217, - 95094.65837971418, - 96368.65584515024, - 97856.52150342471, - 98708.23901165216 - ], - "fuel": [ - 47.83866533656417, - 47.07244861101555, - 46.41237261361424, - 46.22489140313367, - 46.40082345840372, - 47.05281615646108, - 47.82190542918184, - 48.265872198614176 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-53.125 -53.59375, -53.125 -53.4375, -52.96875 -53.4375, -52.96875 -53.59375, -53.125 -53.59375))", @@ -273378,9 +195361,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1458.778358911637, + 1458.7783589116316, 194.09940898746027, - -1131.589503411442, + -1131.5895034114455, -1766.914141595662, -1637.4089372737108, -659.9555854165865, @@ -273388,7 +195371,7 @@ 1766.2799268196832 ], "relative wind speed": [ - 5.446760510979197, + 5.446760510979195, 5.201758076634049, 4.884881754293571, 4.68517329743184, @@ -273399,18 +195382,18 @@ ], "relative wind angle": [ 0.03959118274327621, - 0.07763254797325476, - 0.07272398133758795, + 0.07763254797325475, + 0.07272398133758949, 0.021032503225948712, 0.045521997936692045, - 0.08068600643175743, + 0.08068600643175741, 0.06682948699711834, - 0.017942722060251486 + 0.01794272206025149 ], "resistance": [ - 98093.27835891169, + 98093.27835891167, 96828.5994089875, - 95502.9104965886, + 95502.91049658859, 94867.58585840437, 94997.09106272634, 95974.54441458346, @@ -273418,9 +195401,9 @@ 98400.77992681973 ], "fuel": [ - 48.978542157364295, + 48.978542157364274, 48.32318050958773, - 47.64259233626312, + 47.642592336263114, 47.31874448791025, 47.384636078565904, 47.8839724701466, @@ -273458,19 +195441,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1520.3285825673101, + 1520.3285825673065, 133.98614103905675, - -1273.4547513526923, + -1273.454751352696, -1905.0966167796796, - -1729.9074935490262, + -1729.9074935490335, -636.3444583612145, 871.6937182428537, - 1936.0936777645093 + 1936.093677764511 ], "relative wind speed": [ - 5.561856960104811, + 5.5618569601048105, 5.295762188538153, - 4.962448364401637, + 4.962448364401636, 4.762306757482854, 4.831795258565456, 5.122050478842583, @@ -273480,19 +195463,19 @@ "relative wind angle": [ 0.04355624371013353, 0.08121883518421831, - 0.07370573640120287, - 0.018301587757203756, - 0.050142546642521824, + 0.07370573640120286, + 0.01830158775720376, + 0.05014254664252404, 0.08397971667232515, 0.06715593793739502, - 0.01550419921467262 + 0.015504199214672618 ], "resistance": [ 98154.82858256732, 96768.48614103907, 95361.04524864732, 94729.40338322034, - 94904.592506451, + 94904.59250645098, 95998.1555416388, 97506.19371824287, 98570.59367776453 @@ -273502,7 +195485,7 @@ 48.72024725193827, 47.99821777345501, 47.67657627478163, - 47.76563642252596, + 47.765636422525944, 48.32414780382758, 49.10164195070336, 49.655505346517415 @@ -273538,9 +195521,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1330.1044971840347, + 1330.104497184031, 145.99979052681192, - -1064.3579856081196, + -1064.3579856081296, -1620.4792518245686, -1477.5198420417719, -549.8376161680881, @@ -273548,7 +195531,7 @@ 1668.0485914890596 ], "relative wind speed": [ - 4.785348509676533, + 4.785348509676532, 4.520754698826232, 4.182678836840967, 3.9744091598680984, @@ -273559,18 +195542,18 @@ ], "relative wind angle": [ 0.050353175797668875, - 0.09606221118338532, - 0.0891413221721577, + 0.09606221118338533, + 0.08914132217216145, 0.023397993462749293, 0.05962719330928043, - 0.10017626585681436, + 0.10017626585681437, 0.0799439947015272, - 0.019207238308611728 + 0.01920723830861173 ], "resistance": [ 97964.60449718402, 96780.4997905268, - 95570.14201439187, + 95570.14201439185, 95014.02074817542, 95156.98015795821, 96084.66238383189, @@ -273580,7 +195563,7 @@ "fuel": [ 46.326986781245296, 45.71376846756162, - 45.09234643179996, + 45.092346431799946, 44.80865031886519, 44.881468816829916, 45.355845432729296, @@ -273618,33 +195601,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1301.3486850204226, + 1301.3486850204154, 232.05246612083556, - -904.3443288703957, + -904.3443288703993, -1474.955562996749, -1379.83944280357, -566.8581552984097, - 623.8723124078397, + 623.8723124078406, 1525.031131364538 ], "relative wind speed": [ - 4.2613153171657565, + 4.261315317165756, 3.9956794883290265, - 3.635800110884711, + 3.6358001108847104, 3.395347232183242, 3.4472947642155933, 3.7519588017789336, - 4.101659051821647, + 4.101659051821646, 4.302820772075607 ], "relative wind angle": [ - 0.054996445213472286, - 0.11386127581848773, - 0.11239129904642527, - 0.03614753206377754, + 0.054996445213474306, + 0.11386127581848775, + 0.11239129904642625, + 0.036147532063777535, 0.06800105931507777, - 0.12129286070255199, - 0.09958098898061966, + 0.121292860702552, + 0.09958098898061854, 0.02852160041691444 ], "resistance": [ @@ -273698,9 +195681,9 @@ ], "ice resistance": 76072.94545056972, "wind resistance": [ - 1898.1240923745354, + 1898.1240923744808, -498.7345156769843, - -2540.107114617058, + -2540.1071146170725, -3075.9762385040194, -2473.2544057059204, -385.67695987606567, @@ -273708,7 +195691,7 @@ 3271.6335487075194 ], "relative wind speed": [ - 7.716224153360586, + 7.716224153360584, 7.369057943848843, 7.010242975822619, 6.861775282759987, @@ -273718,19 +195701,19 @@ 7.860469764762042 ], "relative wind angle": [ - 0.046601048315143105, - 0.06781471406784724, - 0.04948069529659687, + 0.04660104831514787, + 0.06781471406784725, + 0.049480695296599105, 0.0013111925152317684, 0.05120046159997047, 0.06764964903018418, 0.044879756390668234, - 0.0011446017919498651 + 0.0011446017919498654 ], "resistance": [ - 77971.06954294426, + 77971.0695429442, 75574.21093489273, - 73532.83833595266, + 73532.83833595265, 72996.9692120657, 73599.69104486381, 75687.26849069365, @@ -273738,7 +195721,7 @@ 79344.57899927723 ], "fuel": [ - 50.75790228402596, + 50.75790228402594, 49.70035594442224, 48.81651429160041, 48.58707154312654, @@ -273778,7 +195761,7 @@ ], "ice resistance": 70816.03618020455, "wind resistance": [ - 2039.834518400672, + 2039.8345184005993, -396.13526661739525, -2531.7074179068477, -3146.4581331647278, @@ -273788,9 +195771,9 @@ 3353.3971289913425 ], "relative wind speed": [ - 7.736936843922096, + 7.736936843922095, 7.3874492254977975, - 7.015291794704512, + 7.015291794704511, 6.8498026809459205, 7.00249523043424, 7.370259501522688, @@ -273798,17 +195781,17 @@ 7.872441451747962 ], "relative wind angle": [ - 0.045960139755129595, - 0.06927003690777565, - 0.052430931309102966, + 0.04596013975513685, + 0.06927003690777567, + 0.05243093130910085, 0.0012577843273625165, - 0.050784520848046334, - 0.06943185586266236, - 0.047608118820823456, + 0.05078452084804634, + 0.06943185586266237, + 0.04760811882082346, 0.0010943966948672086 ], "resistance": [ - 72855.87069860523, + 72855.87069860515, 70419.90091358716, 68284.32876229771, 67669.57804703983, @@ -273818,7 +195801,7 @@ 74169.4333091959 ], "fuel": [ - 48.52683519623534, + 48.52683519623531, 47.49857540749918, 46.61528204293549, 46.364160886210044, @@ -273858,19 +195841,19 @@ ], "ice resistance": 61461.912976716965, "wind resistance": [ - 2388.3857862553486, + 2388.3857862552795, -233.27626202861939, - -2633.27336751459, + -2633.2733675145937, -3445.265207678527, -2924.3561908705415, -724.9959142011685, - 1974.9268690188073, + 1974.9268690187891, 3628.3487510052 ], "relative wind speed": [ - 7.791183593433789, + 7.7911835934337885, 7.4212223355933284, - 7.007753890036655, + 7.007753890036654, 6.804375168201671, 6.949301415589564, 7.343077760516884, @@ -273878,27 +195861,27 @@ 7.918068610568328 ], "relative wind angle": [ - 0.04699969862705586, + 0.04699969862706296, 0.07510602750103382, 0.060178685750657365, 0.005758669248943977, 0.0526985291992439, 0.07590683164699574, - 0.05448902686350198, + 0.05448902686350402, 0.0049486928350475625 ], "resistance": [ - 63850.298762972314, + 63850.29876297225, 61228.63671468834, - 58828.63960920238, + 58828.63960920237, 58016.647769038434, 58537.55678584642, 60736.9170625158, - 63436.83984573577, + 63436.839845735754, 65090.261727722165 ], "fuel": [ - 44.83552091443073, + 44.8355209144307, 43.817635661134744, 42.908236902703266, 42.605412158326104, @@ -273938,19 +195921,19 @@ ], "ice resistance": 56805.37226013136, "wind resistance": [ - 2202.4284241766763, + 2202.4284241766327, -377.6747429361167, - -2658.6949036389087, + -2658.6949036389124, -3339.6447572079305, - -2769.0391278919524, + -2769.039127891938, -564.1256651627591, 2045.7099233889894, 3561.855555901111 ], "relative wind speed": [ - 7.764561397523926, + 7.764561397523925, 7.39592974748272, - 6.998788940409995, + 6.9987889404099946, 6.8181380245036385, 6.9766612340913365, 7.366304286512452, @@ -273958,31 +195941,31 @@ 7.904126109191906 ], "relative wind angle": [ - 0.04811566716186241, + 0.048115667161867035, 0.07348422304588761, 0.05639080338151823, 0.002178452253494217, - 0.053554483713082184, + 0.05355448371308011, 0.07378029482575618, 0.050955223874175365, - 0.0018791432389372957 + 0.001879143238937296 ], "resistance": [ - 59007.80068430804, + 59007.80068430799, 56427.697517195236, - 54146.67735649245, + 54146.677356492444, 53465.72750292343, - 54036.33313223941, + 54036.33313223942, 56241.2465949686, 58851.082183520346, 60367.227816032464 ], "fuel": [ - 42.97538373041574, + 42.97538373041573, 42.01992591414093, - 41.19585390454162, + 41.195853904541615, 40.95359739445908, - 41.1564804090177, + 41.15648040901771, 41.951839548890376, 42.916641492155065, 43.48876767295035 @@ -274018,54 +196001,54 @@ ], "ice resistance": 69108.28061976154, "wind resistance": [ - 2155.0823987357617, + 2155.082398735707, -264.1298506677631, - -2457.5696432843033, + -2457.5696432842888, -3173.0644235947802, -2678.051800054458, -636.9038758835377, 1842.0053173349188, - 3335.2720093713797 + 3335.2720093711105 ], "relative wind speed": [ - 7.751822113692335, + 7.751822113692334, 7.4085211739927965, - 7.030342250235665, + 7.030342250235664, 6.848941239698088, 6.986263790461173, 7.349315740035858, 7.711868494521269, - 7.873412965633216 + 7.873412965633217 ], "relative wind angle": [ - 0.04403297626347309, + 0.04403297626347813, 0.0691972191331158, - 0.054532380600298726, + 0.054532380600296686, 0.004332698632603598, - 0.04886178548352613, + 0.048861785483526134, 0.06975556804824604, - 0.04970898660341101, - 0.0037689342454457187 + 0.04970898660341102, + 0.003768934245475176 ], "resistance": [ - 71263.3630184973, + 71263.36301849724, 68844.15076909377, 66650.71097647725, 65935.21619616676, 66430.22881970709, 68471.376743878, 70950.28593709646, - 72443.55262913293 + 72443.55262913265 ], "fuel": [ - 47.85211446110705, + 47.85211446110702, 46.845188615665556, 45.95105789213491, 45.663266961463364, 45.862171075080404, 46.6919688027412, 47.720578550071544, - 48.3512370872366 + 48.351237087236484 ] }, { @@ -274098,17 +196081,17 @@ ], "ice resistance": 55829.63880221171, "wind resistance": [ - 1774.9619430007442, + 1774.961943000715, -889.197012981469, - -2962.814087146897, + -2962.8140871469113, -3393.158245625542, -2465.8433831305956, -49.45786141028293, - 2480.802602517215, + 2480.8026025172367, 3505.147239894952 ], "relative wind speed": [ - 7.7101485023059775, + 7.710148502305976, 7.314434870866858, 6.937754563874189, 6.818037718201721, @@ -274118,33 +196101,33 @@ 7.904807526903067 ], "relative wind angle": [ - 0.05600087767004345, - 0.07436098592687355, - 0.04858594638274354, - 0.009811719709610013, - 0.061360637794769766, + 0.05600087767004544, + 0.07436098592687357, + 0.04858594638274583, + 0.009811719709610011, + 0.06136063779476977, 0.07302641753719294, - 0.04321178448986697, + 0.04321178448986441, 0.008462748773924106 ], "resistance": [ - 57604.600745212454, + 57604.600745212425, 54940.441789230244, - 52866.82471506481, + 52866.824715064795, 52436.48055658617, 53363.795419081114, 55780.18094080142, - 58310.441404728925, + 58310.44140472895, 59334.78604210666 ], "fuel": [ - 42.45268146034462, + 42.45268146034461, 41.48042350973038, - 40.74195626914053, + 40.74195626914052, 40.590704716288386, 40.91748223958814, 41.78402745619499, - 42.71469648812479, + 42.714696488124794, 43.09824075712025 ] }, @@ -274178,9 +196161,9 @@ ], "ice resistance": 64094.60103800478, "wind resistance": [ - 1752.296353519374, + 1752.2963535193048, -461.4326409134919, - -2350.821559831056, + -2350.8215598310853, -2847.3524212305165, -2296.868852140433, -370.1223551633011, @@ -274188,9 +196171,9 @@ 3015.126476504174 ], "relative wind speed": [ - 7.689213750267868, + 7.689213750267867, 7.368302849339628, - 7.037213650992483, + 7.0372136509924825, 6.899955809482418, 7.047945134865329, 7.382794311220774, @@ -274198,19 +196181,19 @@ 7.822285378875544 ], "relative wind angle": [ - 0.0430900986805815, - 0.06262861773373754, - 0.045624696178351555, - 0.0010521716144461192, + 0.04309009868058923, + 0.06262861773373755, + 0.04562469617835399, + 0.0010521716144461194, 0.047013490826462084, 0.06250552542455964, 0.04170033425378016, 0.0009281094968194748 ], "resistance": [ - 65846.89739152415, + 65846.89739152408, 63633.168397091285, - 61743.779478173725, + 61743.779478173696, 61247.24861677426, 61797.73218586435, 63724.47868284148, @@ -274218,9 +196201,9 @@ 67109.72751450895 ], "fuel": [ - 45.62787488358616, + 45.62787488358613, 44.750246608882655, - 44.015625781758985, + 44.01562578175898, 43.82477177122177, 44.03641910720471, 44.786085815560256, @@ -274258,17 +196241,17 @@ ], "ice resistance": 46994.83015313824, "wind resistance": [ - 1794.3888932359587, + 1794.388893235886, -632.673048976616, - -2627.3392112613255, + -2627.3392112613437, -3108.276631691351, -2403.1384748771634, -253.53066577721256, - 2112.7226514597205, + 2112.722651459746, 3259.7541352203916 ], "relative wind speed": [ - 7.703354333709485, + 7.703354333709483, 7.348056774660507, 6.993313010872203, 6.859980228781624, @@ -274278,33 +196261,33 @@ 7.862378028405563 ], "relative wind angle": [ - 0.04879551071316779, + 0.04879551071317462, 0.0682619363329303, - 0.0476447067939071, - 0.0043984844563283365, + 0.04764470679390943, + 0.004398484456328336, 0.053412063531484366, - 0.06770631443753779, - 0.04302299735755483, - 0.0038377057260766357 + 0.0677063144375378, + 0.043022997357552245, + 0.003837705726076636 ], "resistance": [ - 48789.2190463742, + 48789.21904637413, 46362.157104161626, - 44367.49094187691, + 44367.490941876895, 43886.553521446884, 44591.69167826108, 46741.29948736103, - 49107.55280459796, + 49107.55280459799, 50254.58428835863 ], "fuel": [ - 39.33648438106633, + 39.3364843810663, 38.52929554100534, 37.882321859200154, 37.728544070642485, 37.95430326968175, 38.65394557110774, - 39.44398138230855, + 39.443981382308564, 39.83444559380664 ] }, @@ -274338,9 +196321,9 @@ ], "ice resistance": 56206.12341201295, "wind resistance": [ - 2129.2659727285536, + 2129.2659727285245, -700.4810384006923, - -3034.9408089636745, + -3034.9408089637072, -3607.6434669001937, -2794.09732902022, -293.85094558798664, @@ -274348,9 +196331,9 @@ 3833.6169703223713 ], "relative wind speed": [ - 7.764655784267682, + 7.76465578426768, 7.35205894505146, - 6.935077558597123, + 6.935077558597122, 6.7754907280798315, 6.98358134166306, 7.416705270689594, @@ -274358,19 +196341,19 @@ 7.946887013006427 ], "relative wind angle": [ - 0.05632117006042049, - 0.0797497918972124, - 0.056442744653821, + 0.05632117006042247, + 0.07974979189721239, + 0.056442744653824935, 0.004785696941493526, - 0.06262820952128482, + 0.06262820952128484, 0.07905320964228706, - 0.05012685702266474, + 0.050126857022664735, 0.004080265820001386 ], "resistance": [ - 58335.3893847415, + 58335.38938474147, 55505.64237361226, - 53171.18260304928, + 53171.182603049245, 52598.47994511276, 53412.02608299273, 55912.27246642497, @@ -274378,9 +196361,9 @@ 60039.74038233532 ], "fuel": [ - 42.72399134534541, + 42.7239913453454, 41.68448056493757, - 40.84934390521933, + 40.84934390521932, 40.64756119339736, 40.9345658371635, 41.832023394912554, @@ -274418,17 +196401,17 @@ ], "ice resistance": 42798.97487637016, "wind resistance": [ - 2225.7441343367536, + 2225.7441343367245, -687.9411632033407, - -3107.6229060526275, + -3107.6229060526566, -3712.1305193213266, -2894.812896817184, -328.76573368098616, - 2528.132946355636, + 2528.1329463556176, 3965.2296174743533 ], "relative wind speed": [ - 7.7809936830247555, + 7.780993683024754, 7.357317235102613, 6.9255673308109005, 6.756943920976944, @@ -274438,23 +196421,23 @@ 7.9654023717029165 ], "relative wind angle": [ - 0.05754613904333571, - 0.08221952748004573, - 0.0588011412878786, + 0.05754613904333764, + 0.08221952748004574, + 0.05880114128788237, 0.0042406395547021645, - 0.06426446267794747, + 0.06426446267794748, 0.08158475507361995, - 0.052074225868077126, + 0.05207422586807926, 0.003597274593480496 ], "resistance": [ - 45024.71901070691, + 45024.71901070688, 42111.03371316682, - 39691.351970317526, + 39691.3519703175, 39086.84435704883, 39904.16197955297, 42470.20914268917, - 45327.1078227258, + 45327.107822725775, 46764.20449384451 ], "fuel": [ @@ -274464,7 +196447,7 @@ 36.24101257010413, 36.488260828561636, 37.28067331030173, - 38.191727413835565, + 38.19172741383556, 38.66149314653619 ] }, @@ -274498,21 +196481,21 @@ ], "ice resistance": 50539.01767241884, "wind resistance": [ - 1867.517731067659, + 1867.5177310676518, -722.8546186078784, - -2820.6126990552984, + -2820.612699055331, -3308.723636918294, - -2514.2888224889866, - -205.15580494139795, + -2514.2888224889903, + -205.15580494140158, 2302.551338739955, 3465.2710842939377 ], "relative wind speed": [ - 7.719754293086145, + 7.719754293086143, 7.3392866461476345, 6.963564667625754, 6.827948060693782, - 7.02493305564737, + 7.024933055647371, 7.421533689718592, 7.775156455129586, 7.894518101975388 @@ -274520,29 +196503,29 @@ "relative wind angle": [ 0.052649095310444274, 0.07272693694577177, - 0.04998666954391661, + 0.04998666954392106, 0.006038645134567874, - 0.057862062227216855, - 0.07191956093494074, + 0.05786206222721878, + 0.07191956093494076, 0.04476523434041062, 0.005222800387140402 ], "resistance": [ - 52406.5354034865, + 52406.535403486494, 49816.16305381096, - 47718.40497336355, + 47718.40497336351, 47230.29403550055, - 48024.72884992986, - 50333.86186747745, + 48024.72884992985, + 50333.86186747744, 52841.5690111588, 54004.28875671278 ], "fuel": [ 40.58020564270262, 39.684623380560026, - 38.97765252729535, + 38.977652527295334, 38.81550133913133, - 39.07986654662921, + 39.079866546629205, 39.86161357525032, 40.73306070078594, 41.14505468773042 @@ -274578,50 +196561,50 @@ ], "ice resistance": 51811.27079954995, "wind resistance": [ - 1714.8283168400303, + 1714.8283168399903, -1002.2429034223678, - -3061.916561339218, - -3453.561794354151, - -2435.332747162098, + -3061.9165613392215, + -3453.561794354093, + -2435.3327471621014, 56.35819419444306, 2604.8098553482014, 3536.5537951137485 ], "relative wind speed": [ - 7.704101120758773, + 7.704101120758772, 7.297592556591985, - 6.919822428896325, - 6.8107737467325045, - 7.045569310044253, + 6.919822428896324, + 6.810773746732504, + 7.045569310044252, 7.46581300726768, 7.817242386804787, 7.912432113600301 ], "relative wind angle": [ - 0.05833475417105726, + 0.05833475417106107, 0.07555780036471811, 0.04768975000051737, - 0.012384437305877554, - 0.06379424895636367, - 0.07385218646563667, + 0.012384437305868589, + 0.06379424895636368, + 0.07385218646563668, 0.04221149797235657, - 0.010660065152220616 + 0.010660065152220614 ], "resistance": [ - 53526.09911638998, + 53526.099116389945, 50809.02789612758, - 48749.35423821073, - 48357.7090051958, + 48749.354238210726, + 48357.70900519586, 49375.93805238785, 51867.628993744394, 54416.08065489815, 55347.8245946637 ], "fuel": [ - 40.97500565328556, + 40.97500565328555, 40.02494046664772, - 39.32304914233159, - 39.191371281571634, + 39.323049142331584, + 39.19137128157165, 39.53490441823542, 40.3918299621038, 41.29217387688036, @@ -274658,9 +196641,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 555.8418773984558, + 555.8418773984304, -1170.0384127769285, - -2172.8323369150203, + -2172.8323369150257, -2156.760376819766, -1111.4708069874196, 623.6436575774969, @@ -274668,9 +196651,9 @@ 2025.2121987095525 ], "relative wind speed": [ - 5.955549984319605, + 5.955549984319603, 5.604434646674536, - 5.34630085519601, + 5.346300855196009, 5.352026313465092, 5.617612047081296, 5.967952162877665, @@ -274678,19 +196661,19 @@ 6.195317188588441 ], "relative wind angle": [ - 0.07178699490636996, + 0.07178699490637305, 0.07534322062979733, 0.031696685555877735, 0.034058031829615504, 0.07611359569789099, - 0.07074602237954845, - 0.027329946267252145, + 0.07074602237954847, + 0.02732994626725215, 0.02942069527699839 ], "resistance": [ - 97190.34187739847, + 97190.34187739844, 95464.46158722308, - 94461.667663085, + 94461.66766308498, 94477.73962318024, 95523.0291930126, 97258.14365757752, @@ -274698,9 +196681,9 @@ 98659.71219870957 ], "fuel": [ - 51.50226089212588, + 51.502260892125875, 50.6151825492988, - 50.1048514374259, + 50.10485143742589, 50.11300110149459, 50.64510379886498, 51.53733632660578, @@ -274738,54 +196721,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 693.8024067858023, + 693.8024067857659, -1327.103009322851, -2531.768931479859, -2540.6982568200874, -1359.865197659583, 655.8968370953953, 2357.5576262878385, - 2378.821124128459 + 2378.821124128397 ], "relative wind speed": [ - 6.8720551018384, + 6.872055101838399, 6.519125308187963, 6.255630826685117, 6.25289619144074, 6.512788463465524, 6.866043992627487, 7.106942932990224, - 7.109349063846752 + 7.109349063846753 ], "relative wind angle": [ - 0.06200244017596468, + 0.06200244017596826, 0.06575742588083792, 0.028777775450188735, 0.0278012601679364, 0.06542745727075915, 0.06243047994227904, 0.025329813844509986, - 0.02445136968799273 + 0.024451369688001812 ], "resistance": [ - 97328.30240678582, + 97328.30240678578, 95307.39699067717, 94102.73106852015, 94093.80174317992, 95274.63480234043, 97290.39683709541, 98992.05762628786, - 99013.32112412847 + 99013.32112412842 ], "fuel": [ - 56.16749770442233, + 56.16749770442231, 55.12885240125297, 54.51694327898044, 54.51242779681447, 55.11213943987062, 56.1478762692943, 57.03399119806947, - 57.04513201410783 + 57.04513201410779 ] }, { @@ -274818,19 +196801,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 725.8217178089653, + 725.821717808958, -825.7991365977832, - -1853.4694737580885, + -1853.4694737580921, -1948.565678620842, - -1171.015073689363, + -1171.0150736893593, 326.03422795773804, - 1695.624182741003, + 1695.6241827409885, 1921.1358237070253 ], "relative wind speed": [ 5.4550592091003995, 5.11658576895401, - 4.836705516509874, + 4.836705516509873, 4.799200413189887, 5.030602713149369, 5.374493901873381, @@ -274838,33 +196821,33 @@ 5.659709358825317 ], "relative wind angle": [ - 0.072624470643896, - 0.08421559030032091, - 0.04401869094230996, - 0.026964131553589697, - 0.07876435734904283, - 0.08016540097517921, - 0.037828558450761114, + 0.07262447064389753, + 0.08421559030032093, + 0.044018690942309965, + 0.0269641315535897, + 0.07876435734904143, + 0.0801654009751792, + 0.03782855845076404, 0.022863694291485243 ], "resistance": [ - 97360.32171780895, + 97360.32171780894, 95808.7008634022, 94781.0305262419, 94685.93432137914, 95463.48492631063, 96960.53422795772, - 98330.12418274098, + 98330.12418274097, 98555.63582370701 ], "fuel": [ - 49.17987495765175, + 49.17987495765174, 48.380879067049186, 47.856619307712364, 47.808305208033204, 48.20433093221502, 48.973150543275665, - 49.68381719990817, + 49.68381719990816, 49.801502212226026 ] }, @@ -274885,68 +196868,7 @@ "id": "5135", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.929257574468775, - 19.929257574468775, - 19.929257574468775, - 19.929257574468775, - 19.929257574468775, - 19.929257574468775, - 19.929257574468775, - 19.929257574468775 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 681.3338337691985, - -983.2725271924519, - -2032.0925000453317, - -2087.3218658013357, - -1184.1607600042335, - 448.73279620586254, - 1886.0007432958537, - 2017.0692488128152 - ], - "relative wind speed": [ - 5.748343778302008, - 5.4013597093664325, - 5.127418628743456, - 5.106880135353618, - 5.354178375311813, - 5.7040332711365735, - 5.951492289654303, - 5.969125358989427 - ], - "relative wind angle": [ - 0.0717867823874296, - 0.07993269722252862, - 0.038553162276788164, - 0.029728141995038294, - 0.07708173154555743, - 0.07568287645473465, - 0.033212775081077804, - 0.02543288227877521 - ], - "resistance": [ - 97315.83383376923, - 95651.22747280757, - 94602.4074999547, - 94547.1781341987, - 95450.3392399958, - 97083.23279620589, - 98520.50074329588, - 98651.56924881284 - ], - "fuel": [ - 50.49360641648916, - 49.637054941861415, - 49.10266166797487, - 49.074634726586, - 49.53438173202116, - 50.37329788789451, - 51.119919169246316, - 51.18838811163503 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -54.53125, -54.6875 -54.375, -54.53125 -54.375, -54.53125 -54.53125, -54.6875 -54.53125))", @@ -274978,17 +196900,17 @@ ], "ice resistance": 72371.05488322588, "wind resistance": [ - 851.139847150891, + 851.1398471508219, -1505.178079459547, - -2935.973318240958, + -2935.9733182409873, -2969.2604778184796, - -1627.5521987528628, + -1627.5521987528773, 709.5764259291136, 2708.487670166869, 2787.8180492456813 ], "relative wind speed": [ - 7.571271187374896, + 7.5712711873748955, 7.19942391249786, 6.917923035545973, 6.908686759281394, @@ -274998,31 +196920,31 @@ 7.817773905221206 ], "relative wind angle": [ - 0.058940963902739285, + 0.05894096390274682, 0.06319628629700788, - 0.028481553220315568, + 0.028481553220319464, 0.02548730270221085, - 0.06217447937174058, + 0.062174479371742364, 0.060251134588946716, 0.025228873048095186, 0.022522986222417007 ], "resistance": [ - 73222.19473037677, + 73222.19473037671, 70865.87680376632, - 69435.08156498492, + 69435.0815649849, 69401.7944054074, - 70743.50268447302, + 70743.502684473, 73080.631309155, 75079.54255339275, 75158.87293247157 ], "fuel": [ - 48.68337604150707, + 48.683376041507046, 47.68517739934182, - 47.089136067638435, + 47.08913606763842, 47.07535996044086, - 47.63390083179375, + 47.633900831793746, 48.62282270262065, 49.4847586505868, 49.51927286536961 @@ -275058,50 +196980,50 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1573.9153169369456, + 1573.9153169369165, -584.9996207833465, - -2346.487651355241, - -2763.4318399332187, + -2346.487651355248, + -2763.4318399334843, -2119.3956878107347, -200.98244729937142, 1896.358614505898, 2890.6292712551403 ], "relative wind speed": [ - 7.243502465264892, + 7.24350246526489, 6.9067670582938065, - 6.572831234810168, - 6.44989754538793, + 6.572831234810167, + 6.449897545387931, 6.621060279187405, 6.971609282468377, 7.287294199058769, 7.396322656491567 ], "relative wind angle": [ - 0.049387655709951406, - 0.06856881269510748, + 0.049387655709953654, + 0.06856881269510746, 0.047430657082055745, - 0.0050383596125157856, + 0.005038359612559857, 0.05403489074797128, - 0.0679300737695933, + 0.06793007376959329, 0.04277745395232989, - 0.004393652342111143 + 0.004393652342111144 ], "resistance": [ - 98208.41531693694, + 98208.41531693691, 96049.50037921664, 94288.01234864474, - 93871.06816006676, + 93871.0681600665, 94515.10431218924, 96433.51755270062, 98530.85861450588, 99525.12927125512 ], "fuel": [ - 57.97998278489197, + 57.979982784891966, 56.86389144613928, 55.96610565650418, - 55.7552896595591, + 55.75528965955897, 56.08120037516386, 57.06114816895089, 58.14816446081921, @@ -275125,68 +197047,7 @@ "id": "5138", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 84761.84929813597, - "wind resistance": [ - 533.9106998236894, - -1713.2131264064956, - -2918.7357846867344, - -2814.936472666588, - -1331.1091251118487, - 975.8866878552981, - 2787.259967978487, - 2539.749297281436 - ], - "relative wind speed": [ - 7.522855741395641, - 7.160023360725629, - 6.912361995515558, - 6.941136419134822, - 7.226915238507512, - 7.586549139383776, - 7.8128684881657655, - 7.787315813640902 - ], - "relative wind angle": [ - 0.05989936773992754, - 0.05914999065536772, - 0.021448296139645846, - 0.030780145001867116, - 0.062355354083727596, - 0.055820938566759966, - 0.01897586240467596, - 0.027434645688693086 - ], - "resistance": [ - 85295.75999795966, - 83048.63617172948, - 81843.11351344924, - 81946.9128254694, - 83430.74017302413, - 85737.73598599127, - 87549.10926611446, - 87301.59859541741 - ], - "fuel": [ - 54.12219853969167, - 53.068845912386664, - 52.511493965608125, - 52.559270964245314, - 53.24663356247102, - 54.33158867161272, - 55.19733720623597, - 55.078318957731625 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -54.6875, -54.53125 -54.53125, -54.375 -54.53125, -54.375 -54.6875, -54.53125 -54.6875))", @@ -275205,68 +197066,7 @@ "id": "5139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.759803064456758, - 21.759803064456758, - 21.759803064456758, - 21.759803064456758, - 21.759803064456758, - 21.759803064456758, - 21.759803064456758, - 21.759803064456758 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 851.3278988736638, - -1013.2720304091799, - -2241.2537084635696, - -2349.5234433435908, - -1408.5402366007092, - 393.81208178448287, - 2034.0783131928656, - 2291.3953785673 - ], - "relative wind speed": [ - 6.276965490199973, - 5.924715260242024, - 5.6365677074690534, - 5.5997939597571476, - 5.839922115622355, - 6.196994042820417, - 6.460192764988791, - 6.492094707408682 - ], - "relative wind angle": [ - 0.06569745580593182, - 0.07539397355708631, - 0.03886847052529298, - 0.024380120222771938, - 0.07062197245864865, - 0.0720754898049819, - 0.03391099904028705, - 0.021028680762308342 - ], - "resistance": [ - 97485.82789887371, - 95621.22796959087, - 94393.24629153647, - 94284.97655665645, - 95225.95976339934, - 97028.31208178453, - 98668.5783131929, - 98925.89537856734 - ], - "fuel": [ - 52.96533270328884, - 52.00538548175442, - 51.38025239625453, - 51.3254043020803, - 51.80355248044131, - 52.728593266436256, - 53.58095088106472, - 53.715573095449095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -54.84375, -55 -54.6875, -54.84375 -54.6875, -54.84375 -54.84375, -55 -54.84375))", @@ -275285,68 +197085,7 @@ "id": "5140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.226634475714672, - 16.226634475714672, - 16.226634475714672, - 16.226634475714672, - 16.226634475714672, - 16.226634475714672, - 16.226634475714672, - 16.226634475714672 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 783.7504207985494, - -656.8224117211121, - -1663.3163005646784, - -1798.4360671537952, - -1140.8823027827248, - 222.39821899009803, - 1527.2568964607162, - 1846.1149932521112 - ], - "relative wind speed": [ - 4.776528908883983, - 4.4175085739101645, - 4.101312094696482, - 4.038842881313432, - 4.276298924007549, - 4.6462435261512836, - 4.927595763328085, - 4.9789264992502495 - ], - "relative wind angle": [ - 0.08673819793316812, - 0.10664128959184019, - 0.06127971212413716, - 0.028474492387496275, - 0.09691480051425704, - 0.10137279895084698, - 0.050994208761397423, - 0.02309708433499712 - ], - "resistance": [ - 97418.25042079853, - 95977.67758827888, - 94971.1836994353, - 94836.06393284618, - 95493.61769721725, - 96856.89821899009, - 98161.7568964607, - 98480.6149932521 - ], - "fuel": [ - 46.400051076581235, - 45.65763040196406, - 45.14350116999546, - 45.074767355905934, - 45.40989625792267, - 46.109831588932806, - 46.78624947922424, - 46.95250368075902 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -54.84375, -54.84375 -54.6875, -54.6875 -54.6875, -54.6875 -54.84375, -54.84375 -54.84375))", @@ -275365,68 +197104,7 @@ "id": "5141", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.46231893589454, - 19.46231893589454, - 19.46231893589454, - 19.46231893589454, - 19.46231893589454, - 19.46231893589454, - 19.46231893589454, - 19.46231893589454 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 954.7636926643918, - -701.6557028491516, - -1900.708289928216, - -2091.388685805565, - -1394.6071271824421, - 152.34448435572085, - 1673.9962347825258, - 2126.400370063977 - ], - "relative wind speed": [ - 5.674071701305108, - 5.332689797555266, - 5.026708183069411, - 4.954043900097793, - 5.165915805414371, - 5.517625875612754, - 5.797756516312534, - 5.859967987633147 - ], - "relative wind angle": [ - 0.06807321428543288, - 0.08505575043762828, - 0.05069623416823717, - 0.018731697703229046, - 0.0747813222653019, - 0.08219835836368307, - 0.04394942262487642, - 0.01583559920282434 - ], - "resistance": [ - 97589.26369266439, - 95932.84429715085, - 94733.79171007179, - 94543.11131419444, - 95239.89287281755, - 96786.84448435572, - 98308.49623478252, - 98760.90037006397 - ], - "fuel": [ - 50.06259578858115, - 49.20854650908386, - 48.59668557557377, - 48.49987687978018, - 48.85428992151367, - 49.647593762589175, - 50.43661082037262, - 50.672856022621716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-55 -55, -55 -54.84375, -54.84375 -54.84375, -54.84375 -55, -55 -55))", @@ -275445,68 +197123,7 @@ "id": "5142", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.800723665160127, - 17.800723665160127, - 17.800723665160127, - 17.800723665160127, - 17.800723665160127, - 17.800723665160127, - 17.800723665160127, - 17.800723665160127 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 921.2999536258103, - -762.5340710122728, - -1943.5864310186698, - -2105.4387761598646, - -1343.5433097471705, - 247.66970963663152, - 1775.0640754334236, - 2157.291646110145 - ], - "relative wind speed": [ - 5.232439163344226, - 4.850241691444386, - 4.51315883221809, - 4.445062180519374, - 4.695967864491466, - 5.08976318869647, - 5.39091190223016, - 5.447197076823208 - ], - "relative wind angle": [ - 0.0841004811143846, - 0.10352346650046867, - 0.059704628356193244, - 0.027083878381332364, - 0.09373496764678955, - 0.09863545131691907, - 0.04997457640385837, - 0.022100284514433254 - ], - "resistance": [ - 97555.79995362586, - 95871.96592898777, - 94690.91356898137, - 94529.06122384018, - 95290.95669025287, - 96882.16970963667, - 98409.56407543347, - 98791.79164611018 - ], - "fuel": [ - 48.1238129650406, - 47.255924268227396, - 46.65347660842414, - 46.57132109592177, - 46.958906336996606, - 47.775341585316255, - 48.567894443130186, - 48.76758732199455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.84375 -55, -54.84375 -54.84375, -54.6875 -54.84375, -54.6875 -55, -54.84375 -55))", @@ -275525,68 +197142,7 @@ "id": "5143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.066893726826613, - 19.066893726826613, - 19.066893726826613, - 19.066893726826613, - 19.066893726826613, - 19.066893726826613, - 19.066893726826613, - 19.066893726826613 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1431.071672406275, - -247.37815320129448, - -1717.5355170506264, - -2146.996015230803, - -1763.20965262535, - -324.3566281079402, - 1366.1286550750083, - 2341.5760953161152 - ], - "relative wind speed": [ - 5.659733006065291, - 5.32756900092293, - 4.967931901635039, - 4.805580521083336, - 4.955023150547011, - 5.3105405245423665, - 5.648405504486955, - 5.787160614479788 - ], - "relative wind angle": [ - 0.06028584665698807, - 0.09225362416226242, - 0.07113335008006957, - 0.0017793313688765984, - 0.06887251117041918, - 0.0925502855156231, - 0.06255182217471777, - 0.0014775326513628906 - ], - "resistance": [ - 98065.5716724063, - 96387.12184679872, - 94916.96448294939, - 94487.50398476921, - 94871.29034737467, - 96310.14337189207, - 98000.62865507502, - 98976.07609531612 - ], - "fuel": [ - 49.836318132418675, - 48.96800394226679, - 48.216058174726754, - 47.997918569382875, - 48.1928259005471, - 48.92843200087374, - 49.802526137035855, - 50.31173605773988 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.6875 -54.84375, -54.6875 -54.6875, -54.53125 -54.6875, -54.53125 -54.84375, -54.6875 -54.84375))", @@ -275605,68 +197161,7 @@ "id": "5144", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.688676615983287, - 20.688676615983287, - 20.688676615983287, - 20.688676615983287, - 20.688676615983287, - 20.688676615983287, - 20.688676615983287, - 20.688676615983287 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1223.6602177945297, - -565.1213620510553, - -1970.5214885819623, - -2272.2175534384332, - -1665.2915731611538, - -49.92431482912252, - 1657.3621102536908, - 2374.1950413379527 - ], - "relative wind speed": [ - 6.0523956194370125, - 5.7134865970455655, - 5.38616643111928, - 5.27828724286223, - 5.465019901807499, - 5.818419559185557, - 6.122674778037469, - 6.215916589141959 - ], - "relative wind angle": [ - 0.060962174256768094, - 0.08214987631784018, - 0.0546659667449755, - 0.009973248995138203, - 0.06752382714970633, - 0.08066508326239263, - 0.0480846716041679, - 0.008468812082967458 - ], - "resistance": [ - 97858.16021779452, - 96069.37863794893, - 94663.97851141803, - 94362.28244656156, - 94969.20842683883, - 96584.57568517086, - 98291.86211025367, - 99008.69504133794 - ], - "fuel": [ - 51.73699164283613, - 50.813347163450956, - 50.096015304367164, - 49.94298449131769, - 50.25118327587903, - 51.07815042977817, - 51.96272868898429, - 52.337366765024456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -54.84375, -54.53125 -54.6875, -54.375 -54.6875, -54.375 -54.84375, -54.53125 -54.84375))", @@ -275698,34 +197193,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 882.7306393617973, + 882.7306393617846, -482.8676055786036, - -1511.425226964563, + -1511.425226964564, -1706.8700587732837, -1180.609769791613, 73.23308487156555, - 1353.8571201188797, - 1814.5734767262902 + 1353.857120118887, + 1814.5734767262702 ], "relative wind speed": [ 4.547856989552744, 4.195036039102697, - 3.859834817733113, + 3.8598348177331125, 3.7635914263822348, 3.9783172657682386, 4.348756614845555, 4.648837128180402, - 4.727091181667173 + 4.7270911816671735 ], "relative wind angle": [ - 0.08705272382359484, - 0.11511144374270262, - 0.0741665666346638, + 0.08705272382359869, + 0.11511144374270263, + 0.07416656663466381, 0.020554705450873494, - 0.09955399744802058, - 0.11102535107523959, - 0.06156142837586002, - 0.016364718963960193 + 0.0995539974480206, + 0.1110253510752396, + 0.06156142837585822, + 0.016364718963966976 ], "resistance": [ 97517.2306393618, @@ -275734,8 +197229,8 @@ 94927.62994122673, 95453.8902302084, 96707.73308487158, - 97988.35712011889, - 98449.0734767263 + 97988.3571201189, + 98449.07347672629 ], "fuel": [ 45.536778413051366, @@ -275744,7 +197239,7 @@ 44.20677136220607, 44.47503597761621, 45.11834318451588, - 45.78142967023881, + 45.781429670238815, 46.0214738054858 ] }, @@ -275765,68 +197260,7 @@ "id": "5146", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.696558638256306, - 17.696558638256306, - 17.696558638256306, - 17.696558638256306, - 17.696558638256306, - 17.696558638256306, - 17.696558638256306, - 17.696558638256306 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1424.1246984223162, - 16.20851271551328, - -1340.742141584733, - -1880.820131647879, - -1649.879285658375, - -504.8229411720786, - 984.5666554499676, - 1971.2757416803997 - ], - "relative wind speed": [ - 5.2885963531305835, - 4.998791767503096, - 4.652684559296772, - 4.461468647408521, - 4.55856309260579, - 4.874610725048416, - 5.205984560800691, - 5.370758453310348 - ], - "relative wind angle": [ - 0.052479688872122975, - 0.09108423078673877, - 0.07865952072655305, - 0.0139769296835918, - 0.06089375640657961, - 0.09341129545985224, - 0.07028484785844072, - 0.011610465225528568 - ], - "resistance": [ - 98058.62469842233, - 96650.70851271553, - 95293.75785841528, - 94753.67986835213, - 94984.62071434164, - 96129.67705882793, - 97619.06665544998, - 98605.77574168041 - ], - "fuel": [ - 48.27063129488456, - 47.54160029566992, - 46.84593997291756, - 46.57096738958853, - 46.68841461965316, - 47.273675673737884, - 48.042232463165206, - 48.55594100179295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.53125 -55, -54.53125 -54.84375, -54.375 -54.84375, -54.375 -55, -54.53125 -55))", @@ -275845,68 +197279,7 @@ "id": "5147", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.022175522406698, - 18.022175522406698, - 18.022175522406698, - 18.022175522406698, - 18.022175522406698, - 18.022175522406698, - 18.022175522406698, - 18.022175522406698 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1166.477471664757, - -361.4859621897649, - -1623.6464818037693, - -1937.1780369823373, - -1498.3249554532977, - -150.28191170707578, - 1344.6745620926667, - 2088.1176446052705 - ], - "relative wind speed": [ - 5.329374936462122, - 5.003083609973393, - 4.669586458280364, - 4.540313644506137, - 4.707069980925519, - 5.052514167257367, - 5.362248346297051, - 5.472138250102258 - ], - "relative wind angle": [ - 0.06515799075666642, - 0.09326131699357512, - 0.06684411126723466, - 0.005467070262924638, - 0.07378704458244348, - 0.09234629261240301, - 0.05819911553173436, - 0.004536101620420042 - ], - "resistance": [ - 97800.97747166475, - 96273.01403781024, - 95010.85351819624, - 94697.32196301766, - 95136.1750445467, - 96484.21808829292, - 97979.17456209267, - 98722.61764460527 - ], - "fuel": [ - 48.49663971381816, - 47.707253383528695, - 47.061739861012555, - 46.90230788949986, - 47.12556865169296, - 47.81584956238113, - 48.589266704998764, - 48.97698382491579 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-54.375 -54.53125, -54.375 -54.375, -54.21875 -54.375, -54.21875 -54.53125, -54.375 -54.53125))", @@ -275938,9 +197311,9 @@ ], "ice resistance": 90232.49469042248, "wind resistance": [ - 1095.938304816289, + 1095.938304816249, -1156.5292596713552, - -2688.394724365633, + -2688.394724365662, -2860.819196488028, -1792.1579788311828, 360.7911893564924, @@ -275948,9 +197321,9 @@ 2779.4507829179565 ], "relative wind speed": [ - 7.600937719974761, + 7.60093771997476, 7.254177301911734, - 6.965050675822313, + 6.9650506758223125, 6.917300213575712, 7.143019914937457, 7.49492490960095, @@ -275958,19 +197331,19 @@ 7.8069165157182026 ], "relative wind angle": [ - 0.052628549780368794, + 0.05262854978037302, 0.0613642812274814, - 0.03292699449563369, - 0.01743448931283413, + 0.03292699449563706, + 0.017434489312834128, 0.05600583512300223, - 0.059390814079963446, + 0.05939081407996345, 0.029536307669414282, 0.015447620479895742 ], "resistance": [ - 91328.43299523876, + 91328.43299523872, 89075.96543075112, - 87544.09996605685, + 87544.09996605682, 87371.67549393445, 88440.3367115913, 90593.28587977897, @@ -275978,9 +197351,9 @@ 93011.94547334043 ], "fuel": [ - 57.04298166855565, + 57.042981668555626, 55.93658344715253, - 55.194926168704924, + 55.19492616870492, 55.11199307709214, 55.62778199677477, 56.679806596447605, @@ -276018,19 +197391,19 @@ ], "ice resistance": 79536.38581607676, "wind resistance": [ - 962.8656265559948, + 962.8656265559512, -1579.6520875408787, - -3145.3093538274043, + -3145.3093538274334, -3199.3018931914157, - -1777.4744313747397, + -1777.4744313747542, 733.9603037337947, - 2905.0238084309676, + 2905.023808431004, 3033.5244270306684 ], "relative wind speed": [ - 7.5941626042770425, + 7.594162604277041, 7.193897660907302, - 6.886261698117999, + 6.886261698117998, 6.8712434537264615, 7.159144799601853, 7.561249656390044, @@ -276038,33 +197411,33 @@ 7.855614127583365 ], "relative wind angle": [ - 0.06302506468873859, + 0.06302506468874212, 0.06849208666034107, - 0.03165787314289843, + 0.031657873142901936, 0.026794081330591184, - 0.06686026783952725, - 0.06515966269201667, - 0.027796924620299014, - 0.023435911804213738 + 0.06686026783952892, + 0.06515966269201669, + 0.027796924620295017, + 0.023435911804213734 ], "resistance": [ - 80499.25144263275, + 80499.25144263271, 77956.73372853588, - 76391.07646224936, + 76391.07646224933, 76337.08392288534, - 77758.91138470202, + 77758.911384702, 80270.34611981055, - 82441.40962450772, + 82441.40962450777, 82569.91024310743 ], "fuel": [ - 51.89655744726191, + 51.896557447261905, 50.75151346283104, - 50.05837357697578, + 50.058373576975775, 50.034632973294066, - 50.66343111688023, + 50.663431116880226, 51.79248270265688, - 52.787429594264864, + 52.787429594264886, 52.846868155044895 ] }, @@ -276098,53 +197471,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 597.4875915094453, + 597.4875915094126, -1195.0917993833027, -2252.5614720437407, - -2250.759961535079, + -2250.759961535112, -1188.4889186571636, 605.1277266646903, - 2108.252773860091, + 2108.252773860062, 2103.964631152081 ], "relative wind speed": [ 6.405409144245095, 6.0687276890319195, 5.819331340270035, - 5.819923792469432, + 5.8199237924694325, 6.07009913112167, 6.406708515548371, 6.634060032813517, 6.633540292835415 ], "relative wind angle": [ - 0.06366318816095859, + 0.06366318816096384, 0.06710880488294763, 0.02887574817133278, - 0.029102682270357297, + 0.029102682270364926, 0.06718508040709333, 0.06356362379803857, - 0.02532870680427406, + 0.025328706804278445, 0.025532352072834857 ], "resistance": [ - 97231.98759150946, + 97231.98759150943, 95439.40820061672, 94381.93852795627, - 94383.74003846494, + 94383.74003846491, 95446.01108134285, 97239.62772666471, - 98742.7527738601, + 98742.75277386008, 98738.46463115209 ], "fuel": [ - 53.73071643309734, + 53.730716433097314, 52.80930034722368, 52.27135039482962, - 52.27226331066198, + 52.272263310661955, 52.81267239905592, 53.7346691811128, - 54.51656034379869, + 54.51656034379868, 54.51431779233991 ] }, @@ -276178,27 +197551,27 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 915.2624891855376, + 915.2624891855157, -1451.868646775587, - -2916.328763864636, + -2916.3287638646434, -2971.863110958624, -1654.5573614343448, 680.6489551502382, - 2707.345627351904, + 2707.345627351897, 2839.3137465777727 ], "relative wind speed": [ - 7.065125367542642, + 7.065125367542639, 6.663595853819929, - 6.352618191617809, + 6.352618191617808, 6.335918175863147, 6.625099308649345, 7.028828323804358, - 7.311099740811024, + 7.311099740811023, 7.325576985966878 ], "relative wind angle": [ - 0.06791964380087734, + 0.06791964380087732, 0.0743539404165315, 0.03472579334627844, 0.028902093386521843, @@ -276208,19 +197581,19 @@ 0.02499664865953233 ], "resistance": [ - 97549.76248918555, + 97549.76248918552, 95182.63135322442, - 93718.17123613539, + 93718.17123613537, 93662.63688904139, 94979.94263856567, 97315.14895515025, - 99341.84562735193, + 99341.84562735191, 99473.81374657778 ], "fuel": [ - 57.10564213032163, + 57.10564213032162, 55.88862810084916, - 55.14614445852803, + 55.14614445852801, 55.11814550527943, 55.785388772463754, 56.98408933249789, @@ -276258,54 +197631,54 @@ ], "ice resistance": 60341.69414593002, "wind resistance": [ - 1396.5784395101255, + 1396.5784395100782, -1170.3714458004033, - -2993.2643170501797, + -2993.264317050205, -3256.4953701829363, - -2135.537677127104, + -2135.5376771270894, 279.82095049510826, 2614.5547470811907, - 3241.2593245205207 + 3241.25932452059 ], "relative wind speed": [ - 7.654722748310889, + 7.6547227483108875, 7.263773444886701, - 6.922832344472209, + 6.922832344472208, 6.8496510468993925, 7.094303861821497, 7.4940992106271445, 7.810142122118716, - 7.874402083528226 + 7.874402083528225 ], "relative wind angle": [ - 0.058033174345133894, - 0.0706058425315321, - 0.04056090954994898, + 0.058033174345137724, + 0.07060584253153211, + 0.040560909549951715, 0.016854453889703174, - 0.06262332215647524, + 0.06262332215647347, 0.06843237473516249, 0.03595067326278739, - 0.01466089695882611 + 0.014660896958818538 ], "resistance": [ - 61738.27258544015, + 61738.2725854401, 59171.32270012962, - 57348.429828879845, + 57348.429828879816, 57085.198775747085, - 58206.15646880292, + 58206.15646880293, 60621.51509642513, 62956.248893011216, - 63582.95347045054 + 63582.95347045061 ], "fuel": [ - 44.01350403941427, + 44.01350403941426, 43.03677353489664, - 42.35804679107732, + 42.358046791077314, 42.26105834168021, 42.675868172786465, 43.5855620300944, 44.48552382775314, - 44.73055051657738 + 44.7305505165774 ] }, { @@ -276338,17 +197711,17 @@ ], "ice resistance": 56347.62094888175, "wind resistance": [ - 1665.6028807052753, + 1665.6028807052498, -905.2106205775308, - -2881.9288528697507, + -2881.928852869787, -3275.6712702495097, -2349.9616794484245, -5.979167802805023, - 2421.03892574416, + 2421.0389257441384, 3358.809907298899 ], "relative wind speed": [ - 7.691568420789141, + 7.69156842078914, 7.308232019515718, 6.948220654256524, 6.838809099406393, @@ -276358,33 +197731,33 @@ 7.884124850616951 ], "relative wind angle": [ - 0.054661241753469036, + 0.05466124175347107, 0.07158083450130029, - 0.045921941725025645, + 0.045921941725030474, 0.010469851122305043, - 0.059601604523924906, + 0.0596016045239249, 0.0702063171589623, - 0.04096791187234983, + 0.04096791187235255, 0.009081666080880237 ], "resistance": [ - 58013.22382958702, + 58013.223829587, 55442.41032830422, - 53465.692096012, + 53465.69209601196, 53071.94967863224, 53997.65926943332, 56341.64178107894, - 58768.65987462591, + 58768.65987462588, 59706.43085618065 ], "fuel": [ 42.60414042666673, 41.66159254492808, - 40.953584842863364, + 40.95358484286335, 40.81429334137542, 41.14269135915817, 41.98848482899952, - 42.8857841031788, + 42.88578410317879, 43.23836059052134 ] }, @@ -276418,7 +197791,7 @@ ], "ice resistance": 88417.36427747704, "wind resistance": [ - 1136.8124396962921, + 1136.8124396962667, -1493.6894841965586, -3192.3426079560595, -3316.0134626640393, @@ -276428,7 +197801,7 @@ 3200.5633671657124 ], "relative wind speed": [ - 7.62165207066209, + 7.621652070662088, 7.21177850224898, 6.883047056339958, 6.848615426827399, @@ -276438,17 +197811,17 @@ 7.877458189567729 ], "relative wind angle": [ - 0.06334103944802597, - 0.07141000301271007, + 0.06334103944802771, + 0.07141000301271005, 0.03563868400435451, 0.024491853298759397, 0.06769428289998689, 0.06823852375100359, - 0.031257619162561506, - 0.021292552150576467 + 0.03125761916256151, + 0.021292552150576464 ], "resistance": [ - 89554.17671717334, + 89554.17671717331, 86923.67479328049, 85225.02166952098, 85101.350814813, @@ -276458,7 +197831,7 @@ 91617.92764464275 ], "fuel": [ - 56.169899294079755, + 56.16989929407974, 54.89702987554954, 54.08875309367936, 54.03032560873049, @@ -276498,53 +197871,53 @@ ], "ice resistance": 76838.77047754984, "wind resistance": [ - 1224.883655876638, + 1224.8836558765797, -1222.881759404263, - -2902.8367128767422, + -2902.8367128767895, -3103.471371627631, -1959.9095893378799, 372.22818640071273, - 2563.608214129905, + 2563.6082141299303, 3041.630314578604 ], "relative wind speed": [ - 7.626437882888911, + 7.62643788288891, 7.250445281049306, - 6.933232491144706, + 6.933232491144705, 6.877530000155249, 7.121215982631744, 7.503686765808041, - 7.7977278149848415, + 7.797727814984841, 7.846900850005524 ], "relative wind angle": [ - 0.056741567136238444, + 0.056741567136244314, 0.06690894342137073, - 0.03650581889576948, + 0.03650581889577557, 0.018451724251795473, 0.060771953345074625, 0.06464763106483724, - 0.03245708965128259, + 0.03245708965127917, 0.016172068450083225 ], "resistance": [ - 78063.65413342648, + 78063.65413342642, 75615.88871814558, - 73935.9337646731, + 73935.93376467306, 73735.29910592221, 74878.86088821196, 77210.99866395055, - 79402.37869167974, + 79402.37869167977, 79880.40079212845 ], "fuel": [ - 50.799181447477764, + 50.79918144747775, 49.718562465579765, - 48.98981160374744, + 48.98981160374743, 48.903479909527015, 49.397552762136485, 50.42022779005229, - 51.39962147627418, + 51.399621476274184, 51.61563802947064 ] }, @@ -276578,49 +197951,49 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 570.1285164856763, + 570.1285164856636, -845.6209465935217, - -1723.6500571461856, - -1757.2438562956222, + -1723.650057146191, + -1757.2438562956122, -966.1408770167, 430.3887478630659, 1647.7201586494375, 1727.0287257225846 ], "relative wind speed": [ - 4.783106333140974, + 4.7831063331409736, 4.423499043173498, 4.13966095995071, - 4.124346881037959, + 4.124346881037958, 4.388828018316856, 4.751060279931154, 5.0003124607524585, 5.012951263813444 ], "relative wind angle": [ - 0.09017533678407033, + 0.0901753367840728, 0.10067717468380105, - 0.04785216740404743, - 0.0399093473740466, - 0.09830150620764454, + 0.047852167404049746, + 0.03990934737404103, + 0.09830150620764455, 0.09371484488252878, 0.03961111472499725, 0.032832130251355444 ], "resistance": [ - 97204.62851648571, + 97204.6285164857, 95788.8790534065, - 94910.84994285385, - 94877.2561437044, + 94910.84994285383, + 94877.25614370442, 95668.35912298333, 97064.8887478631, 98282.22015864946, 98361.52872572262 ], "fuel": [ - 46.50020264457758, + 46.50020264457757, 45.77163505293709, - 45.323534161941744, + 45.32353416194174, 45.30644659327443, 45.70995802374249, 46.427958548893365, @@ -276658,37 +198031,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 805.1027563768876, + 805.1027563768766, -1137.0663378713089, - -2362.851469441841, + -2362.8514694418463, -2428.7169231810676, - -1375.6211584034554, + -1375.6211584034663, 528.7771015320413, 2208.2012385648086, 2364.253910013482 ], "relative wind speed": [ - 5.99774861529927, + 5.997748615299269, 5.60850401581705, - 5.29944798732442, + 5.299447987324419, 5.275819193345776, - 5.554462319271755, + 5.554462319271756, 5.94724497671805, 6.224218114605016, 6.244259119195679 ], "relative wind angle": [ - 0.0772276937313455, - 0.08648238600362279, + 0.07722769373134696, + 0.0864823860036228, 0.04197119938394004, - 0.0322222713135272, - 0.0834048205004537, - 0.08154527382364218, - 0.035732394313375646, - 0.027223479122482054 + 0.03222227131352721, + 0.08340482050045636, + 0.0815452738236422, + 0.03573239431337565, + 0.02722347912248205 ], "resistance": [ - 97439.60275637692, + 97439.6027563769, 95497.43366212872, 94271.64853055819, 94205.78307681896, @@ -276698,7 +198071,7 @@ 98998.7539100135 ], "fuel": [ - 51.569398067224185, + 51.56939806722418, 50.57013046754811, 49.94667522762237, 49.91333321797262, @@ -276738,13 +198111,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 912.0170265000907, + 912.0170265000761, -701.5028145546312, - -1853.5408202928484, + -1853.540820292861, -2026.1478382076275, -1324.2457059178141, 190.38438192469403, - 1664.7341254820349, + 1664.7341254820458, 2073.129018581827 ], "relative wind speed": [ @@ -276758,29 +198131,29 @@ 5.498486513178294 ], "relative wind angle": [ - 0.07726931033125062, + 0.07726931033125349, 0.0960989728258786, - 0.056590370710530906, + 0.05659037071053483, 0.022964044206351668, - 0.08571294164963512, + 0.08571294164963511, 0.09220531993962233, - 0.04808017032325492, - 0.01900381473639257 + 0.04808017032325262, + 0.019003814736392573 ], "resistance": [ - 97546.51702650012, + 97546.5170265001, 95932.99718544539, - 94780.95917970718, + 94780.95917970716, 94608.3521617924, 95310.25429408222, 96824.88438192473, - 98299.23412548206, + 98299.23412548208, 98707.62901858185 ], "fuel": [ - 48.43370937378711, + 48.433709373787096, 47.60190695621522, - 47.013935525657246, + 47.01393552565724, 46.92626660964239, 47.283461278924996, 48.06049555284288, @@ -276818,54 +198191,54 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1021.1002873071193, + 1021.1002873070956, -809.0527097121212, - -2110.735675299551, + -2110.7356752995656, -2301.7359429066364, - -1499.971781585109, + -1499.9717815851018, 220.6795376087448, - 1889.4307640220177, - 2341.7888633609145 + 1889.4307640220268, + 2341.78886336086 ], "relative wind speed": [ - 5.7554457691185315, + 5.755445769118531, 5.380997739478375, 5.0492141570129565, 4.977006486309204, - 5.216063495232056, + 5.2160634952320555, 5.601547796393909, - 5.902364846752257, - 5.963378306194649 + 5.902364846752256, + 5.96337830619465 ], "relative wind angle": [ - 0.0742762631484784, + 0.0742762631484829, 0.0918010681407646, - 0.0536011805062005, - 0.02224871492313687, - 0.08197345340232917, + 0.053601180506204646, + 0.022248714923136865, + 0.08197345340232647, 0.08817698816614084, - 0.04584756470715114, - 0.018568204172998287 + 0.045847564707148715, + 0.018568204173010243 ], "resistance": [ - 97655.60028730717, + 97655.60028730714, 95825.44729028792, - 94523.76432470049, + 94523.76432470047, 94332.7640570934, 95134.52821841494, 96855.17953760878, 98523.93076402206, - 98976.28886336095 + 98976.28886336091 ], "fuel": [ - 50.37276014956113, + 50.37276014956112, 49.42927369641491, 48.76581055831905, 48.66898884776174, 49.07632960455106, 49.95859115022872, 50.82476424750445, - 51.061348000343784 + 51.06134800034376 ] }, { @@ -276898,19 +198271,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1120.1469854894294, + 1120.1469854894258, -152.96997883326094, - -1281.140316457525, + -1281.1403164575286, -1629.0887928008606, -1346.4948597814355, -262.94974905702566, - 1027.1421158660214, + 1027.1421158660269, 1788.730958046206 ], "relative wind speed": [ - 4.694113395519978, + 4.694113395519977, 4.390060375827219, - 4.053961021167905, + 4.053961021167904, 3.8965484354917943, 4.031279831760437, 4.360422863501925, @@ -276919,13 +198292,13 @@ ], "relative wind angle": [ 0.06634381505478323, - 0.10382934428806004, + 0.10382934428806005, 0.08205339402189908, 0.0038237891780943567, 0.07727245641326062, 0.10453763882812114, - 0.07114039069549477, - 0.003099852891139339 + 0.07114039069549322, + 0.0030998528911393387 ], "resistance": [ 97754.64698548945, @@ -276978,32 +198351,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 998.9523954609976, + 998.9523954609831, -338.7566346108688, - -1433.934359341838, + -1433.934359341847, -1698.893236019312, - -1302.3114245937868, + -1302.3114245937832, -116.77759070814864, 1186.0453521364434, 1814.9891472105846 ], "relative wind speed": [ - 5.10602747505523, + 5.106027475055228, 4.807830679060798, - 4.506864387235933, + 4.506864387235932, 4.393573486744198, - 4.547624771569731, + 4.54762477156973, 4.8618074623019885, 5.142040551578527, 5.239171657389358 ], "relative wind angle": [ - 0.06234437924060059, + 0.06234437924060238, 0.0880548277998988, - 0.062125648241412826, - 0.0061663608699732185, - 0.0700114872075196, - 0.087074732767943, + 0.062125648241414616, + 0.006166360869973219, + 0.07001148720751643, + 0.08707473276794299, 0.0544433815600968, 0.005171105367303115 ], @@ -277012,7 +198385,7 @@ 96295.74336538915, 95200.56564065817, 94935.6067639807, - 95332.18857540622, + 95332.18857540624, 96517.72240929186, 97820.54535213645, 98449.4891472106 @@ -277022,7 +198395,7 @@ 46.97134933073655, 46.410803842848935, 46.27586027416906, - 46.47793652782885, + 46.47793652782886, 47.08550898332497, 47.759222368041954, 48.08672110268425 @@ -277058,7 +198431,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 898.7296803497047, + 898.7296803496902, -1197.5422081357428, -2547.4287362180075, -2642.735603602119, @@ -277068,9 +198441,9 @@ 2546.948164815338 ], "relative wind speed": [ - 6.8264507661318765, + 6.826450766131876, 6.461698817846791, - 6.169974043904875, + 6.169974043904876, 6.1403681404365775, 6.393251929100832, 6.7616971744386305, @@ -277078,17 +198451,17 @@ 7.054784149163277 ], "relative wind angle": [ - 0.0629878940955582, + 0.06298789409555997, 0.07083431705959818, 0.035187159662694714, - 0.024489495374528502, + 0.0244894953745285, 0.06726211831207905, - 0.06768666802458218, + 0.06768666802458219, 0.030885827107024352, 0.021314737545374055 ], "resistance": [ - 97533.22968034973, + 97533.22968034972, 95436.95779186429, 94087.07126378203, 93991.7643963979, @@ -277098,7 +198471,7 @@ 99181.44816481537 ], "fuel": [ - 55.82455887115205, + 55.824558871152036, 54.7458743753935, 54.059914496927476, 54.011739513116474, @@ -277138,9 +198511,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 912.8043655620768, + 912.8043655620531, -852.5227288674268, - -2066.747506150916, + -2066.747506150923, -2214.622057816172, -1386.8102002041996, 293.7692426722351, @@ -277148,7 +198521,7 @@ 2229.579118845126 ], "relative wind speed": [ - 5.606945336114399, + 5.606945336114398, 5.233472929607347, 4.912276535270315, 4.854940741700134, @@ -277158,17 +198531,17 @@ 5.822768995908524 ], "relative wind angle": [ - 0.07705024575989045, + 0.07705024575989478, 0.09262368579093634, - 0.05151865264563436, + 0.05151865264563651, 0.02601943018299827, 0.08468220486188752, 0.08836393902564171, 0.04382089448797044, - 0.021693879055088 + 0.021693879055087996 ], "resistance": [ - 97547.3043655621, + 97547.30436556209, 95781.97727113261, 94567.75249384911, 94419.87794218386, @@ -277218,11 +198591,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1613.687582140592, + 1613.6875821405556, 260.90498164387645, - -1182.2538691028185, + -1182.2538691028149, -1900.1504214284432, - -1780.4798258278097, + -1780.479825827797, -748.3691579521692, 763.4391698239542, 1897.3455174575392 @@ -277230,25 +198603,25 @@ "relative wind speed": [ 5.483380072073325, 5.224292914391009, - 4.881010488620352, + 4.881010488620351, 4.657533166062697, - 4.706058060397788, + 4.706058060397787, 4.9921140839617975, 5.3282432463828036, 5.524656033607145 ], "relative wind angle": [ - 0.04091135274758763, - 0.08310702901429072, - 0.0797895107229866, + 0.040911352747595775, + 0.0831070290142907, + 0.07978951072298522, 0.02501805734369516, - 0.04767363572632106, - 0.08698182220475839, + 0.0476736357263164, + 0.08698182220475838, 0.07307977931531999, 0.02109070941250436 ], "resistance": [ - 98248.18758214058, + 98248.18758214054, 96895.40498164386, 95452.24613089717, 94734.34957857153, @@ -277258,7 +198631,7 @@ 98531.84551745752 ], "fuel": [ - 49.068197751391885, + 49.068197751391864, 48.36662241203472, 47.62568365050121, 47.25999155318537, @@ -277298,10 +198671,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1772.091152578938, + 1772.091152578927, 505.0737457850173, - -977.7569400066168, - -1843.9476746449009, + -977.7569400066241, + -1843.9476746448927, -1831.262178522078, -932.3335170885202, 557.7521530262275, @@ -277310,38 +198683,38 @@ "relative wind speed": [ 5.087429867696812, 4.834479737574981, - 4.457644738698942, - 4.1747260941778155, + 4.457644738698941, + 4.174726094177815, 4.180437819798243, 4.470549036853308, 4.846380753457443, 5.092117934860105 ], "relative wind angle": [ - 0.03839847206564258, + 0.038398472065645464, 0.09509808262486524, - 0.10200258950840567, - 0.043815460050909014, + 0.10200258950840677, + 0.04381546005090394, 0.04673497211273487, 0.10286604041524378, - 0.09379565778360303, + 0.09379565778360305, 0.03591793210611889 ], "resistance": [ - 98406.59115257893, + 98406.59115257891, 97139.573745785, - 95656.74305999337, - 94790.55232535508, + 95656.74305999336, + 94790.5523253551, 94803.2378214779, 95702.16648291146, 97192.25215302622, 98436.51811424614 ], "fuel": [ - 47.35990880806256, + 47.359908808062556, 46.70186372073165, - 45.939319064051176, - 45.497666685152225, + 45.93931906405116, + 45.49766668515223, 45.50411460781534, 45.96255655070384, 46.729104049653074, @@ -277378,17 +198751,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1417.4303243346803, + 1417.4303243346694, -220.6388108241208, - -1660.508554151742, + -1660.5085541517456, -2090.3547211120094, -1718.3163512070623, -317.94512255149493, - 1335.1784014559507, + 1335.1784014559435, 2298.153027190825 ], "relative wind speed": [ - 5.362568187859114, + 5.362568187859113, 5.0195750086759725, 4.644130425374639, 4.471903628189803, @@ -277398,33 +198771,33 @@ 5.492264768632128 ], "relative wind angle": [ - 0.06580223888706233, + 0.065802238887064, 0.10181428695365939, - 0.07951560712570611, - 0.0025738244137609506, + 0.07951560712570753, + 0.00257382441376095, 0.0762879746924627, 0.1022825370968513, - 0.06903978872069465, + 0.06903978872069624, 0.0020956546954315858 ], "resistance": [ - 98051.9303243347, + 98051.93032433468, 96413.86118917589, 94973.99144584827, 94544.145278888, 94916.18364879295, 96316.55487744852, - 97969.67840145597, + 97969.67840145595, 98932.65302719084 ], "fuel": [ - 48.53055040638185, + 48.530550406381835, 47.683086482410076, 46.94640761185341, 46.72798120547988, 46.91699255571575, 47.63305870948301, - 48.48775884008282, + 48.48775884008281, 48.99032436459693 ] }, @@ -277458,9 +198831,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1940.9475052740527, + 1940.9475052740381, 256.76664626371894, - -1491.0090341826326, + -1491.0090341826417, -2320.224383048555, -2136.4742342011305, -830.243737697725, @@ -277468,7 +198841,7 @@ 2375.1688874533374 ], "relative wind speed": [ - 5.713431403172798, + 5.713431403172797, 5.399854383969953, 4.992346239574796, 4.734905484920596, @@ -277478,19 +198851,19 @@ 5.773798046449938 ], "relative wind angle": [ - 0.04924177677722016, + 0.04924177677722242, 0.09637159855952789, - 0.09098089876981257, - 0.025742335762632216, + 0.09098089876981501, + 0.025742335762632212, 0.05852981490567391, 0.10091936120970306, - 0.08177772752362672, + 0.08177772752362673, 0.021109695295940565 ], "resistance": [ 98575.44750527406, 96891.26664626373, - 95143.49096581739, + 95143.49096581737, 94314.27561695146, 94498.02576579888, 95804.25626230228, @@ -277500,7 +198873,7 @@ "fuel": [ 49.9176528463279, 49.04319642337103, - 48.146880407453764, + 48.14688040745375, 47.72560761762622, 47.8187389835394, 48.48440593013607, @@ -277538,9 +198911,9 @@ ], "ice resistance": 92554.21816891228, "wind resistance": [ - 1934.6075183911053, + 1934.6075183910652, -587.5024382947777, - -2696.9986155020015, + -2696.998615502034, -3229.188455749081, -2543.7896248941033, -328.52399091287225, @@ -277548,7 +198921,7 @@ 3420.749569663385 ], "relative wind speed": [ - 7.726124073278493, + 7.72612407327849, 7.359123300617421, 6.98557343263781, 6.837874481603358, @@ -277558,19 +198931,19 @@ 7.884417578527331 ], "relative wind angle": [ - 0.049798659678365755, - 0.07116548270884614, - 0.05090241473835614, + 0.04979865967836799, + 0.07116548270884615, + 0.050902414738360505, 0.0030157181917393845, - 0.054842004218356076, + 0.05484200421835607, 0.07076920749433922, 0.04585505139391986, 0.0026154239694426975 ], "resistance": [ - 94488.82568730338, + 94488.82568730335, 91966.7157306175, - 89857.21955341028, + 89857.21955341025, 89325.0297131632, 90010.42854401818, 92225.69417799941, @@ -277578,9 +198951,9 @@ 95974.96773857567 ], "fuel": [ - 58.62717467006887, + 58.62717467006885, 57.35993510647819, - 56.31819219954363, + 56.31819219954362, 56.057993934624875, 56.3932945138145, 57.48896892633444, @@ -277618,53 +198991,53 @@ ], "ice resistance": 64907.400349190255, "wind resistance": [ - 1140.9200757930266, + 1140.9200757929793, -1163.4187121329196, - -2740.8296627460986, - -2926.043477142255, + -2740.829662746124, + -2926.043477142339, -1845.5776339907716, 351.90312473762606, - 2411.7245978441642, + 2411.7245978441388, 2853.4712586036258 ], "relative wind speed": [ - 7.60918932141434, + 7.6091893214143385, 7.2549864863874, - 6.9576434767940984, - 6.906318298531578, + 6.957643476794098, + 6.906318298531579, 7.135611131906097, 7.495457253379839, - 7.772252286482519, + 7.77225228648252, 7.817894596007042 ], "relative wind angle": [ - 0.053581454938667276, - 0.06287398223920321, - 0.03409171419253182, - 0.017443719595238386, + 0.053581454938671426, + 0.06287398223920322, + 0.03409171419253507, + 0.01744371959525112, 0.05714131801034321, 0.06085431131164789, - 0.03051739111829738, - 0.015409588415950293 + 0.03051739111830102, + 0.015409588415950292 ], "resistance": [ - 66048.32042498328, + 66048.32042498323, 63743.98163705734, - 62166.57068644416, - 61981.356872047996, + 62166.57068644413, + 61981.356872047916, 63061.82271519948, 65259.30347392788, - 67319.12494703442, + 67319.12494703439, 67760.87160779387 ], "fuel": [ - 45.70863371181608, + 45.70863371181606, 44.79374472883717, - 44.178859269684075, - 44.10726906304214, + 44.17885926968407, + 44.10726906304211, 44.52669833702659, 45.39314674849767, - 46.22163270439628, + 46.221632704396264, 46.4013647247517 ] }, @@ -277698,19 +199071,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1875.3826955313561, + 1875.3826955313307, -328.4313281514769, - -2262.5513933539805, + -2262.551393353997, -2829.0179633447933, - -2329.0620143332653, + -2329.0620143332726, -440.6250428213534, 1780.8526740329544, 3063.1966548704004 ], "relative wind speed": [ - 6.696415442692862, + 6.696415442692861, 6.328891657585562, - 5.932159540438511, + 5.93215954043851, 5.753120308026534, 5.916420928407062, 6.308022413543914, @@ -277718,29 +199091,29 @@ 6.837223347573281 ], "relative wind angle": [ - 0.05616151177788068, + 0.056161511777884636, 0.08575232473652375, - 0.0659081283817418, + 0.0659081283817435, 0.0018204449872302718, - 0.06357500180685013, + 0.0635750018068519, 0.08603672569779268, 0.05849888504092225, 0.0015317968720590142 ], "resistance": [ - 98509.88269553136, + 98509.88269553133, 96306.06867184852, - 94371.94860664602, + 94371.94860664601, 93805.4820366552, - 94305.43798566674, + 94305.43798566672, 96193.87495717865, 98415.35267403295, 99697.69665487041 ], "fuel": [ - 54.75487712836376, + 54.754877128363745, 53.613286285118804, - 52.626289026745226, + 52.62628902674522, 52.33985194111784, 52.592595681110666, 53.55565260944624, @@ -277778,37 +199151,37 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 2037.8585734233384, + 2037.858573423273, -130.39100454636355, - -2161.9718417667427, + -2161.97184176675, -2895.043705679218, - -2499.1341223088166, + -2499.134122308802, -700.9692608667174, 1559.2455092094933, 2982.9785941764057 ], "relative wind speed": [ - 7.711092003967957, + 7.711092003967956, 7.405315710640289, - 7.05869604939387, + 7.058696049393869, 6.881660699912897, - 6.991464537805301, + 6.9914645378053, 7.314561880440396, 7.64959648343094, 7.8092421071652 ], "relative wind angle": [ - 0.03837047085069489, + 0.03837047085070067, 0.0626716530980492, - 0.05103810537801862, + 0.051038105378018624, 0.006607070449248507, - 0.042322170998186366, - 0.06345027670883668, + 0.04232217099818374, + 0.06345027670883667, 0.04709257841511, 0.005822273468917351 ], "resistance": [ - 98672.3585734234, + 98672.35857342333, 96504.10899545369, 94472.52815823331, 93739.45629432084, @@ -277818,7 +199191,7 @@ 99617.47859417647 ], "fuel": [ - 60.68619962242445, + 60.686199622424425, 59.56157705596944, 58.52371604537559, 58.15298690488594, @@ -277858,9 +199231,9 @@ ], "ice resistance": 72923.22092741597, "wind resistance": [ - 1027.1493110091178, + 1027.1493110090814, -1444.7025719639787, - -3020.5915715718875, + -3020.5915715718656, -3119.5421098780207, -1807.8187203751877, 607.0323910655134, @@ -277868,9 +199241,9 @@ 2984.646049189996 ], "relative wind speed": [ - 7.6001979051675885, + 7.600197905167588, 7.214023398362397, - 6.908603012677228, + 6.9086030126772275, 6.881111035734351, 7.150306954014224, 7.53974562848229, @@ -277878,19 +199251,19 @@ 7.844756761572207 ], "relative wind angle": [ - 0.060059693100943334, + 0.06005969310094704, 0.06685603495131878, - 0.03262851105609665, - 0.023720772625129186, + 0.03262851105609324, + 0.02372077262512919, 0.06384358533456587, 0.06396377307489091, 0.02882258392279261, 0.020806475585819176 ], "resistance": [ - 73950.3702384251, + 73950.37023842505, 71478.51835545199, - 69902.62935584408, + 69902.62935584411, 69803.67881753795, 71115.40220704078, 73530.25331848148, @@ -277898,9 +199271,9 @@ 75907.86697660596 ], "fuel": [ - 48.996029294389245, + 48.99602929438923, 47.942721074644325, - 47.28306942586268, + 47.28306942586269, 47.24195804057494, 47.78990489073635, 48.81540490145996, @@ -277938,9 +199311,9 @@ ], "ice resistance": 88565.78505273769, "wind resistance": [ - 1479.4680159148884, + 1479.4680159148375, -917.1383196126371, - -2722.458935987408, + -2722.458935987448, -3056.4007441815083, -2146.0346569132817, 57.9655342833903, @@ -277948,7 +199321,7 @@ 3094.0812431735867 ], "relative wind speed": [ - 7.659266723670829, + 7.659266723670827, 7.299649836037945, 6.969533282282199, 6.876934587164192, @@ -277958,19 +199331,19 @@ 7.84612040251178 ], "relative wind angle": [ - 0.051925107966380474, + 0.051925107966384755, 0.06643834276422524, - 0.04130956663135075, + 0.041309566631356126, 0.011280230304788823, - 0.05614244226826618, - 0.0650566326261642, - 0.03708051271431295, + 0.05614244226826619, + 0.06505663262616418, + 0.037080512714312945, 0.009886800178637148 ], "resistance": [ - 90045.25306865257, + 90045.25306865253, 87648.64673312505, - 85843.32611675028, + 85843.32611675024, 85509.38430855618, 86419.7503958244, 88623.75058702107, @@ -277978,9 +199351,9 @@ 91659.86629591127 ], "fuel": [ - 56.410377512235286, + 56.41037751223528, 55.24526517062837, - 54.38172052446216, + 54.38172052446214, 54.22331423478566, 54.65612541822236, 55.71673389760598, @@ -278018,51 +199391,51 @@ ], "ice resistance": 91235.9233664873, "wind resistance": [ - 2235.7598276461904, + 2235.759827646154, 22.973584117738937, - -2136.1676287064984, + -2136.167628706502, -3008.805554349139, - -2665.8973073200577, + -2665.8973073200214, -873.2620726501555, 1483.7259518905666, 3053.661623555159 ], "relative wind speed": [ - 7.754572655527851, + 7.754572655527849, 7.4477330649756635, - 7.084439511650941, + 7.08443951165094, 6.883871750956855, - 6.978902793854242, + 6.978902793854241, 7.305460524073414, 7.6582764432792425, 7.839055491084688 ], "relative wind angle": [ - 0.037059864697622895, - 0.06417286004028422, + 0.037059864697625886, + 0.06417286004028423, 0.054813863224631235, 0.010355674917681799, - 0.04118109512389351, + 0.04118109512388811, 0.06542438409132838, - 0.05070297778457013, + 0.05070297778457012, 0.009093805562573103 ], "resistance": [ - 93471.6831941335, + 93471.68319413345, 91258.89695060503, 89099.7557377808, 88227.11781213817, - 88570.02605916724, + 88570.02605916728, 90362.66129383715, 92719.64931837787, 94289.58499004247 ], "fuel": [ - 58.113261213237564, + 58.11326121323754, 57.00854357749006, 55.94817045305537, 55.52453262521601, - 55.69066565989631, + 55.690665659896325, 56.56628855760805, 57.73576985245319, 58.526204684781504 @@ -278098,43 +199471,43 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2089.797885369633, + 2089.7978853696295, 123.5844015193361, - -1839.3784915934393, + -1839.3784915934502, -2685.506261961553, -2412.733304511552, -844.5233714160368, - 1275.2244064108163, + 1275.2244064108054, 2737.8897628075974 ], "relative wind speed": [ - 6.732645852329601, + 6.7326458523296004, 6.419494671961, - 6.035362188612477, + 6.035362188612476, 5.811898294225487, 5.900715079088176, 6.239955670846859, - 6.612213084114604, + 6.612213084114605, 6.80946377000777 ], "relative wind angle": [ 0.042946409369348904, 0.07778450678192493, - 0.06904880818919733, + 0.06904880818919892, 0.015494633300253975, - 0.049005894546595194, + 0.04900589454659519, 0.08002728254856481, - 0.06301660529592844, - 0.01322457353289809 + 0.0630166052959302, + 0.013224573532898088 ], "resistance": [ 98724.29788536965, 96758.08440151936, - 94795.12150840659, + 94795.12150840658, 93948.99373803848, 94221.76669548848, 95789.97662858399, - 97909.72440641085, + 97909.72440641084, 99372.38976280762 ], "fuel": [ @@ -278144,7 +199517,7 @@ 52.488527231940864, 52.626453064713985, 53.42477941364068, - 54.51842104888698, + 54.51842104888697, 55.282803004420984 ] }, @@ -278178,51 +199551,51 @@ ], "ice resistance": 86163.10542463153, "wind resistance": [ - 1543.7803429807936, + 1543.78034298075, -1065.7238355804475, - -2988.204516780359, + -2988.2045167803662, -3315.7390071085865, - -2266.172291951072, + -2266.172291951061, 154.73430555594678, 2569.1525811205865, 3348.848788576761 ], "relative wind speed": [ - 7.676523375308484, + 7.676523375308483, 7.28290779965643, - 6.927524697543064, + 6.927524697543063, 6.836437401471939, - 7.072057207289877, + 7.072057207289876, 7.476781276494705, 7.807202177462111, 7.887086149560802 ], "relative wind angle": [ - 0.05737670322891979, + 0.05737670322892366, 0.07220016068280004, - 0.04371986292003616, + 0.043719862920036164, 0.014215976025436165, - 0.062286932411624356, + 0.06228693241162257, 0.07032487149903265, 0.0387910922748451, - 0.01232214461339207 + 0.012322144613392068 ], "resistance": [ - 87706.88576761233, + 87706.88576761229, 85097.38158905109, 83174.90090785117, 82847.36641752295, - 83896.93313268045, + 83896.93313268047, 86317.83973018748, 88732.25800575211, 89511.95421320829 ], "fuel": [ - 55.27332475599336, + 55.27332475599334, 54.02845131662914, 53.127535027571994, 52.9754163637528, - 53.464282410749256, + 53.46428241074926, 54.607521207786945, 55.769416663856276, 56.1492649885767 @@ -278258,19 +199631,19 @@ ], "ice resistance": 81877.39404715395, "wind resistance": [ - 1870.3409781648406, + 1870.3409781648152, -945.6748477096044, - -3130.034425864247, + -3130.0344258642544, -3579.633718134548, - -2588.3733264078, + -2588.373326407789, -30.95538691688853, 2639.8319475921344, 3708.862519889557 ], "relative wind speed": [ - 7.729150567262339, + 7.729150567262337, 7.310781678623903, - 6.9126095096566536, + 6.912609509656653, 6.787283075357614, 7.021568471644803, 7.456182906883731, @@ -278278,31 +199651,31 @@ 7.935677711977229 ], "relative wind angle": [ - 0.059239356047693134, + 0.05923935604769501, 0.07862603010892769, - 0.05130206065492231, + 0.0513020606549223, 0.010744049226681885, - 0.0652171514767267, - 0.0770896877873651, - 0.045305759201101185, + 0.06521715147672498, + 0.07708968778736508, + 0.04530575920110119, 0.009189199641984551 ], "resistance": [ - 83747.73502531879, + 83747.73502531878, 80931.71919944434, - 78747.35962128971, + 78747.3596212897, 78297.76032901941, - 79289.02072074615, + 79289.02072074616, 81846.43866023707, 84517.22599474608, 85586.25656704351 ], "fuel": [ - 53.394539147749015, + 53.394539147749, 52.09371661829181, - 51.105001410245606, + 51.10500141024559, 50.903700806969326, - 51.34852012181685, + 51.34852012181686, 52.51302385063704, 53.75512888177808, 54.25974205240597 @@ -278338,51 +199711,51 @@ ], "ice resistance": 83543.3834955063, "wind resistance": [ - 2074.7178759073395, + 2074.717875907274, -552.1331464355062, - -2779.687865991633, + -2779.6878659916547, -3361.3200564173785, - -2686.6514403305628, + -2686.6514403305737, -394.93982361868984, - 2206.858524549374, + 2206.858524549356, 3592.4330464372833 ], "relative wind speed": [ - 7.7492122858302235, + 7.749212285830223, 7.368929326761323, - 6.975668517947259, + 6.975668517947258, 6.814052127350018, - 6.994333044153126, + 6.994333044153127, 7.39390738112071, 7.766017931418514, 7.908203297156131 ], "relative wind angle": [ - 0.05108506453756288, + 0.051085064537569405, 0.0743093280771916, - 0.05421289769554873, + 0.05421289769555078, 0.0018378899520716226, - 0.056604143753866465, + 0.05660414375386843, 0.07405783601696625, - 0.04869102649562743, + 0.04869102649562971, 0.0015836057383982656 ], "resistance": [ - 85618.10137141365, + 85618.10137141358, 82991.2503490708, - 80763.69562951467, + 80763.69562951465, 80182.06343908893, - 80856.73205517574, + 80856.73205517573, 83148.44367188762, - 85750.24202005568, + 85750.24202005567, 87135.81654194358 ], "fuel": [ - 54.27483894045815, + 54.274838940458125, 53.042192014651405, - 52.017033123055654, + 52.01703312305564, 51.75239594691583, - 52.05948060443798, + 52.059480604437965, 53.11523252610006, 54.337524093432464, 54.99872829699684 @@ -278418,19 +199791,19 @@ ], "ice resistance": 61167.756095449025, "wind resistance": [ - 1976.579446682128, + 1976.5794466821062, -781.2579279141355, - -3003.3535011139393, + -3003.3535011139684, -3514.8887337757697, -2653.041646588659, -189.60162392381244, - 2474.2081228967254, + 2474.208122896747, 3691.289088289901 ], "relative wind speed": [ - 7.741187080352181, + 7.74118708035218, 7.335933207874529, - 6.936321834933006, + 6.936321834933005, 6.79388396843271, 7.006742154391417, 7.429972880215709, @@ -278438,33 +199811,33 @@ 7.928653962345072 ], "relative wind angle": [ - 0.056165195787289915, + 0.05616519578729189, 0.07742218181269124, - 0.05305925264819101, + 0.053059252648193105, 0.0069414925139928835, 0.062059626447918396, 0.07644033942109044, - 0.04715316764521565, - 0.005947994991279929 + 0.04715316764521329, + 0.0059479949912799295 ], "resistance": [ - 63144.33554213116, + 63144.33554213113, 60386.49816753489, - 58164.402594335086, + 58164.40259433506, 57652.867361673256, 58514.714448860366, 60978.15447152521, - 63641.96421834575, + 63641.964218345776, 64859.04518373893 ], "fuel": [ - 44.558907775688525, + 44.55890777568851, 43.496094498915426, - 42.66033333557331, + 42.660333335573306, 42.470539454410115, 42.79087055379364, 43.72172204521234, - 44.75369761063709, + 44.7536976106371, 45.233989855505286 ] }, @@ -278498,9 +199871,9 @@ ], "ice resistance": 95533.3333950518, "wind resistance": [ - 2340.512818819967, + 2340.512818819876, -18.370042103262676, - -2291.7170145770615, + -2291.7170145770906, -3183.3530995585897, -2797.301174851673, -873.2525664511959, @@ -278508,7 +199881,7 @@ 3260.468042823046 ], "relative wind speed": [ - 7.774389143788308, + 7.774389143788306, 7.446483794514511, 7.0620317297377895, 6.853835184906439, @@ -278518,19 +199891,19 @@ 7.869030797947216 ], "relative wind angle": [ - 0.03999147283135434, + 0.03999147283136267, 0.06822194037932977, - 0.05767205031568609, + 0.05767205031568995, 0.009928134345473998, 0.044667377081078374, - 0.06949091063895076, + 0.06949091063895077, 0.05300805330499553, 0.008647256366166325 ], "resistance": [ - 97873.84621387176, + 97873.84621387167, 95514.96335294854, - 93241.61638047473, + 93241.6163804747, 92349.98029549321, 92736.03222020013, 94660.0808286006, @@ -278538,9 +199911,9 @@ 98793.80143787485 ], "fuel": [ - 60.365188082557516, + 60.365188082557474, 59.14953389256118, - 57.997553316656806, + 57.997553316656784, 57.55098205767716, 57.74397100014868, 58.71408035495685, @@ -278578,19 +199951,19 @@ ], "ice resistance": 76451.50094000841, "wind resistance": [ - 1887.4701736176576, + 1887.4701736176066, -508.29604172169275, - -2543.279827434704, + -2543.2798274347115, -3074.225307688739, - -2464.6504035408034, + -2464.650403540785, -375.3208911278016, - 1999.1110002786809, + 1999.1110002787027, 3265.9404975195685 ], "relative wind speed": [ - 7.714737719465544, + 7.714737719465543, 7.367438277973158, - 7.009449021439002, + 7.009449021439001, 6.862344588937169, 7.02514746940477, 7.388553868470106, @@ -278598,33 +199971,33 @@ 7.859904693424306 ], "relative wind angle": [ - 0.04670342824121188, + 0.04670342824121664, 0.06775250177108968, - 0.049268953442245605, + 0.04926895344224561, 0.0015420398051360427, - 0.051291692719560564, - 0.06755857779376258, - 0.04467890092496817, + 0.05129169271955839, + 0.06755857779376259, + 0.04467890092496568, 0.0013463277136595668 ], "resistance": [ - 78338.97111362606, + 78338.97111362602, 75943.20489828671, - 73908.22111257371, + 73908.2211125737, 73377.27563231967, - 73986.85053646761, + 73986.85053646762, 76076.1800488806, - 78450.61194028708, + 78450.61194028711, 79717.44143752797 ], "fuel": [ - 50.922120937533705, + 50.92212093753368, 49.86177196228381, - 48.977878126980386, + 48.97787812698038, 48.74979703447417, - 49.01174456543688, + 49.011744565436885, 49.920065989722644, - 50.97205318266903, + 50.97205318266904, 51.54190173037288 ] }, @@ -278658,9 +200031,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2022.5266340584894, + 2022.526634058464, 123.9562307186352, - -1769.9820920818365, + -1769.982092081853, -2586.945325438708, -2322.556472090644, -808.4912257057313, @@ -278668,7 +200041,7 @@ 2649.997252726891 ], "relative wind speed": [ - 6.459150487345282, + 6.45915048734528, 6.143489389447344, 5.755225030878063, 5.528772775701355, @@ -278678,19 +200051,19 @@ 6.5365702445376215 ], "relative wind angle": [ - 0.04524502629028147, + 0.04524502629028393, 0.08212322087014143, - 0.07313913443137376, + 0.07313913443137682, 0.016424126142625606, 0.05201551137391271, - 0.08462166680877492, - 0.06640262279547103, - 0.013891704086962275 + 0.08462166680877493, + 0.06640262279547104, + 0.013891704086962274 ], "resistance": [ - 98657.02663405848, + 98657.02663405845, 96758.45623071861, - 94864.51790791815, + 94864.51790791814, 94047.55467456128, 94311.94352790934, 95826.00877429426, @@ -278698,7 +200071,7 @@ 99284.49725272687 ], "fuel": [ - 53.514103377639685, + 53.51410337763967, 52.528513085978844, 51.55869113822436, 51.14447233055667, @@ -278738,20 +200111,20 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1806.727610414393, + 1806.7276104143893, -207.10037740037114, -2029.3980388141044, - -2625.2224761238595, + -2625.2224761236557, -2208.863939302184, -509.98636344905935, 1551.7139002032236, 2796.3737560878944 ], "relative wind speed": [ - 6.564048714297164, + 6.564048714297163, 6.224816123138915, 5.848208324616198, - 5.666551066213668, + 5.6665510662136676, 5.80503484935759, 6.167400534993016, 6.525612961079758, @@ -278761,17 +200134,17 @@ 0.051720601845501875, 0.08181440125416407, 0.06503697372124516, - 0.005083368562579523, + 0.005083368562535843, 0.05849039442086064, - 0.08257778264465108, + 0.08257778264465107, 0.058277578626082724, - 0.004309588752504873 + 0.004309588752504872 ], "resistance": [ 98441.22761041444, 96427.39962259967, 94605.10196118594, - 94009.27752387618, + 94009.27752387639, 94425.63606069786, 96124.51363655098, 98186.21390020326, @@ -278781,7 +200154,7 @@ 54.111045067325804, 53.06767093461437, 52.13653570828852, - 51.834769270216285, + 51.83476927021638, 52.04550282165449, 52.912049753231905, 53.97808673114354, @@ -278818,50 +200191,50 @@ ], "ice resistance": 80723.10189080813, "wind resistance": [ - 1603.9758022362548, + 1603.9758022362148, -712.0111657090674, - -2557.0121790566445, - -2965.1266669805045, + -2557.0121790566627, + -2965.126666980279, -2216.844319648684, -136.4563128678128, 2086.8844095409513, 3060.8267575713944 ], "relative wind speed": [ - 7.673060692388226, + 7.673060692388225, 7.330710970386697, 6.99982573860349, - 6.886815805595397, + 6.886815805595396, 7.067575917550078, 7.422072918535577, 7.734916248324296, 7.835704039791736 ], "relative wind angle": [ - 0.04795981606473129, - 0.06476659526504863, - 0.043317596812792375, - 0.006646918452966976, + 0.04795981606473593, + 0.06476659526504865, + 0.04331759681279494, + 0.00664691845293357, 0.05207214171618955, 0.06396825534437885, 0.03919867285399881, - 0.005841980009866165 + 0.005841980009866166 ], "resistance": [ - 82327.07769304438, + 82327.07769304435, 80011.09072509906, - 78166.08971175148, - 77757.97522382763, + 78166.08971175147, + 77757.97522382785, 78506.25757115945, 80586.64557794032, 82809.98630034909, 83783.92864837953 ], "fuel": [ - 52.73459648051242, + 52.734596480512415, 51.674844372820615, - 50.844889875997524, - 50.66301462822288, + 50.84488987599751, + 50.66301462822298, 50.99695845156489, 51.93634374311732, 52.958081086737586, @@ -278898,19 +200271,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 638.8096000848418, + 638.8096000847981, -1639.0763417513808, - -2916.79340713035, + -2916.793407130386, -2858.8544952863376, -1425.9675462694104, 885.3260000393238, - 2754.919177421616, + 2754.9191774216597, 2616.810040189477 ], "relative wind speed": [ - 7.4990061928163465, + 7.499006192816345, 7.131997307961641, - 6.872093285518645, + 6.872093285518644, 6.888253316911523, 7.169534751737224, 7.534715444891966, @@ -278918,33 +200291,33 @@ 7.75817560244179 ], "relative wind angle": [ - 0.06008610404961114, + 0.06008610404961485, 0.06104842776560455, - 0.02401933946002651, - 0.029288060243501283, - 0.06285088424334961, + 0.024019339460031135, + 0.029288060243501286, + 0.06285088424334963, 0.057781750512211384, - 0.02123638637133179, - 0.026003210205505542 + 0.021236386371326563, + 0.026003210205505545 ], "resistance": [ - 97273.30960008485, + 97273.3096000848, 94995.42365824862, - 93717.70659286965, + 93717.70659286961, 93775.64550471367, 95208.53245373059, 97519.82600003932, - 99389.41917742162, + 99389.41917742166, 99251.31004018948 ], "fuel": [ - 59.809114471790544, + 59.80911447179051, 58.639949129510185, - 57.99259065468176, + 57.99259065468173, 58.021814057934385, 58.748512325164484, 59.93680120042973, - 60.912544703140455, + 60.912544703140476, 60.840020421825 ] }, @@ -278978,39 +200351,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1124.8667129994174, + 1124.866712999392, -714.8957393083183, - -2082.453328297006, + -2082.453328297028, -2325.6027150253085, -1598.3708933564703, 101.80471688623402, - 1812.855720818001, + 1812.8557208179973, 2389.7287828575827 ], "relative wind speed": [ 5.966806199732612, 5.6081159594293215, - 5.278383414060051, + 5.27838341406005, 5.19005155985157, 5.4054186085532105, 5.7767085736130905, - 6.079473257860144, + 6.079473257860143, 6.155054131763841 ], "relative wind angle": [ - 0.06726254857298304, - 0.08615242777842479, - 0.05333635809820996, + 0.067262548572988, + 0.0861524277784248, + 0.053336358098214125, 0.016301312172974116, - 0.07426045872037272, - 0.08363211090725328, + 0.07426045872037274, + 0.0836321109072533, 0.04630283728798689, 0.01374538159200219 ], "resistance": [ - 97759.36671299943, + 97759.36671299941, 95919.6042606917, - 94552.046671703, + 94552.04667170299, 94308.89728497471, 95036.12910664355, 96736.30471688625, @@ -279018,9 +200391,9 @@ 99024.2287828576 ], "fuel": [ - 51.339524341863935, + 51.33952434186392, 50.39040651467795, - 49.69305578602477, + 49.69305578602476, 49.56979668607827, 49.93910544209172, 50.81018081220796, @@ -279058,53 +200431,53 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 325.7298411887732, + 325.7298411887605, -1434.387544831583, - -2313.9194866989055, + -2313.919486698909, -2171.202421064663, - -917.2360053340344, + -917.236005334029, 924.737918742203, - 2310.222851245584, + 2310.2228512455586, 1972.0110341385735 ], "relative wind speed": [ 5.743054735317901, 5.362219276883405, - 5.1133003930512135, + 5.113300393051213, 5.165993017695304, 5.482794663995842, 5.85579366499697, - 6.074362033236159, + 6.07436203323616, 6.029612853369774 ], "relative wind angle": [ - 0.08379264880463196, + 0.0837926488046346, 0.08069507356081294, 0.02554598386491142, 0.047932601264493835, - 0.0877801741502175, + 0.08778017415021623, 0.07388045301482724, - 0.02150351721393241, + 0.021503517213937572, 0.04106304278588065 ], "resistance": [ - 96960.22984118883, + 96960.22984118882, 95200.11245516848, - 94320.58051330116, + 94320.58051330115, 94463.2975789354, - 95717.26399466602, + 95717.26399466603, 97559.23791874226, - 98944.72285124563, + 98944.72285124562, 98606.51103413863 ], "fuel": [ - 50.56319965947254, + 50.56319965947253, 49.66014315974422, - 49.21320466367044, + 49.213204663670425, 49.285531399442775, - 49.924280116942896, + 49.92428011694291, 50.87315954767494, - 51.595201513546456, + 51.59520151354645, 51.418284283349585 ] }, @@ -279138,51 +200511,51 @@ ], "ice resistance": 91832.06453262968, "wind resistance": [ - 2528.307482483855, + 2528.3074824837204, 1883.4408067005534, - 41.66102593493997, + 41.66102593490359, -1777.2864292484192, - -2530.3455689687653, + -2530.345568968929, -2260.7260877063927, -777.5537686637617, 1197.4389770974703 ], "relative wind speed": [ - 7.759862765598505, + 7.759862765598503, 7.692483293539542, 7.436838395125325, 7.132877013448693, - 6.962947552435523, + 6.962947552435524, 7.037315506463025, 7.306951720360528, 7.6039578030066135 ], "relative wind angle": [ - 0.008381486899963448, + 0.008381486899976694, 0.030654720234463043, - 0.0536066665059869, + 0.05360666650599105, 0.04596569664941803, - 0.00934078160348302, + 0.009340781603506793, 0.033509670443074825, 0.054560504523982, 0.043116203047541025 ], "resistance": [ - 94360.37201511353, + 94360.3720151134, 93715.50533933024, - 91873.72555856462, + 91873.72555856459, 90054.77810338126, - 89301.71896366091, + 89301.71896366075, 89571.33844492328, 91054.51076396593, 93029.50350972715 ], "fuel": [ - 58.56206078411246, + 58.562060784112404, 58.236102075764805, - 57.31366443439896, + 57.313664434398945, 56.41505075688196, - 56.046620934789736, + 56.04662093478966, 56.1782881947679, 56.90742440896125, 57.89104952956655 @@ -279218,19 +200591,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1936.3925893566648, + 1936.392589356641, 1967.8433170022872, - 591.7768313965298, + 591.7768313965225, -1063.3374764127184, - -2058.1511801082343, + -2058.151180108247, -2071.3980061799175, -1111.5759436315893, 535.9291943943226 ], "relative wind speed": [ - 6.017706354007808, + 6.0177063540078075, 6.021897445561729, - 5.793075233490516, + 5.793075233490515, 5.448476425115505, 5.18758202375978, 5.182716292779171, @@ -279238,31 +200611,31 @@ 5.782551483667233 ], "relative wind angle": [ - 0.02964748633943217, + 0.029647486339435918, 0.02781984147743701, 0.07174606547433031, - 0.07712169361120266, - 0.03439346202366924, + 0.07712169361120268, + 0.034393462023672466, 0.032325867497347456, 0.07644966266015468, 0.07265804627700984 ], "resistance": [ - 98570.89258935668, + 98570.89258935666, 98602.3433170023, - 97226.27683139655, + 97226.27683139654, 95571.16252358729, - 94576.34881989178, + 94576.34881989176, 94563.10199382009, 95522.92405636843, 97170.42919439434 ], "fuel": [ - 51.4335615453916, + 51.43356154539159, 51.449991175016805, 50.734586618809566, 49.883441771666355, - 49.37676211740871, + 49.3767621174087, 49.37004007348417, 49.85878794632819, 50.70570072022935 @@ -279298,51 +200671,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1854.8823823242783, + 1854.8823823242456, 2130.0654299478592, - 812.5259028769942, - -920.6119128747468, - -2079.1726339901306, + 812.525902876976, + -920.6119128747541, + -2079.172633990116, -2194.662602427108, - -1344.9606750651783, + -1344.960675065171, 321.61349866844466 ], "relative wind speed": [ - 6.596249915170864, + 6.596249915170862, 6.629736997676441, - 6.438428764714277, - 6.121671657262254, + 6.438428764714276, + 6.1216716572622545, 5.860756043002398, 5.822848244684117, - 6.033706106588267, + 6.033706106588266, 6.354849365614636 ], "relative wind angle": [ - 0.030736674442844517, + 0.030736674442848128, 0.017623574155566445, - 0.0571790306131369, - 0.06596376368376135, - 0.03459541810358138, + 0.057179030613138844, + 0.06596376368376304, + 0.03459541810357817, 0.020066031154200217, - 0.06101904292442573, - 0.06354003836791264 + 0.061019042924423915, + 0.06354003836791265 ], "resistance": [ - 98489.38238232431, + 98489.38238232427, 98764.56542994789, - 97447.02590287702, + 97447.02590287701, 95713.88808712528, - 94555.3273660099, + 94555.32736600991, 94439.83739757292, 95289.53932493486, 96956.11349866848 ], "fuel": [ - 54.38808410972525, + 54.38808410972523, 54.531879040285276, 53.84596333960799, 52.95352275450385, - 52.363180945094314, + 52.36318094509433, 52.30460706897808, 52.73671720215952, 53.59204437653506 @@ -279378,9 +200751,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1359.7879783953686, + 1359.787978395345, 1713.1095916369977, - 762.6505421156653, + 762.6505421156562, -571.5475866144825, -1531.8623347019593, -1680.9441359297243, @@ -279388,9 +200761,9 @@ 136.89925061886242 ], "relative wind speed": [ - 5.096230981940557, + 5.096230981940556, 5.151445979048342, - 4.979323862554175, + 4.979323862554174, 4.6649581670332525, 4.38382334528565, 4.318805583597038, @@ -279398,17 +200771,17 @@ 4.84021101232085 ], "relative wind angle": [ - 0.045585449604506514, - 0.01707658057304173, - 0.07168446622737365, + 0.045585449604511386, + 0.017076580573041726, + 0.07168446622737519, 0.08937862056622278, 0.052999920528396666, 0.020369263772660812, - 0.07905063046085613, - 0.08613424830194957 + 0.07905063046085611, + 0.08613424830194959 ], "resistance": [ - 97994.28797839538, + 97994.28797839535, 98347.60959163701, 97397.15054211568, 96062.95241338553, @@ -279418,7 +200791,7 @@ 96771.39925061888 ], "fuel": [ - 47.53622129239017, + 47.53622129239016, 47.72024742247852, 47.226260628057744, 46.538502440155995, @@ -279458,51 +200831,51 @@ ], "ice resistance": 76222.40045909231, "wind resistance": [ - 3386.756683425796, + 3386.756683425512, 1597.676951368754, - -1025.9773274346735, + -1025.9773274346917, -2984.297104688798, - -3335.5898652112264, + -3335.5898652112737, -2313.347793125409, 108.03572058085774, 2550.5324932068906 ], "relative wind speed": [ - 7.891471666675543, + 7.8914716666755425, 7.6844325727936695, - 7.290087256640161, + 7.29008725664016, 6.929579777452453, - 6.831876014077279, + 6.83187601407728, 7.063947265647939, 7.470239803931334, 7.805817000518865 ], "relative wind angle": [ - 0.011444166149235189, + 0.011444166149264294, 0.05709577913927605, - 0.07274336436573715, - 0.04486533485425983, - 0.013219205337866129, + 0.07274336436573867, + 0.04486533485425982, + 0.013219205337874528, 0.062117175381480184, - 0.07098609374249051, + 0.07098609374249053, 0.0398261708350624 ], "resistance": [ - 79609.15714251812, + 79609.15714251783, 77820.07741046106, - 75196.42313165765, + 75196.42313165762, 73238.10335440352, - 72886.81059388109, + 72886.81059388103, 73909.05266596691, 76330.43617967317, 78772.9329522992 ], "fuel": [ - 51.49295959956442, + 51.492959599564294, 50.6906503403632, - 49.53561797095914, + 49.53561797095913, 48.69018556976516, - 48.540037401438326, + 48.54003740143831, 48.978236164548846, 50.03171070026232, 51.11647405236188 @@ -279538,17 +200911,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3232.7582117963902, + 3232.7582117962884, 1569.091170839234, -914.7804756786536, -2799.0517118595635, - -3158.136844414952, + -3158.136844414894, -2229.293288899895, 47.902083652261354, 2378.331280123595 ], "relative wind speed": [ - 7.593827039095085, + 7.593827039095083, 7.39568352037344, 7.008748015711541, 6.649088826430439, @@ -279558,31 +200931,31 @@ 7.502862291405907 ], "relative wind angle": [ - 0.01051717825828137, - 0.057810518669027935, + 0.010517178258291926, + 0.05781051866902793, 0.07489702078834419, - 0.04729707457657784, - 0.01220260623540965, - 0.06317792741784943, - 0.07322961912564259, + 0.047297074576577836, + 0.012202606235400551, + 0.06317792741784942, + 0.07322961912564258, 0.041911640454157024 ], "resistance": [ - 99867.25821179639, + 99867.25821179629, 98203.59117083924, 95719.71952432135, 93835.44828814044, - 93476.36315558504, + 93476.3631555851, 94405.20671110011, 96682.40208365227, 99012.83128012359 ], "fuel": [ - 59.683663844091186, + 59.683663844091114, 58.81179799895298, 57.52926054017753, 56.571637954547725, - 56.39064279627756, + 56.39064279627759, 56.85980660551533, 58.02361334133069, 59.23460412337245 @@ -279605,68 +200978,7 @@ "id": "5194", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 77588.33427211993, - "wind resistance": [ - 2916.778155150576, - 897.1656492660368, - -1561.9126127719355, - -3058.211841829103, - -3095.2383010210287, - -1697.77345216916, - 739.9766273114365, - 2828.6042837695095 - ], - "relative wind speed": [ - 7.8381419700341075, - 7.581744821632034, - 7.193730016458651, - 6.898951699201182, - 6.888663695782249, - 7.169888598552585, - 7.559127297929328, - 7.829088229678321 - ], - "relative wind angle": [ - 0.023359530732658312, - 0.06140330132497611, - 0.06606199390421687, - 0.0299132566856926, - 0.026579933978010898, - 0.06493528999554622, - 0.06286433187455448, - 0.026358526902112902 - ], - "resistance": [ - 80505.1124272705, - 78485.49992138597, - 76026.421659348, - 74530.12243029082, - 74493.0959710989, - 75890.56081995077, - 78328.31089943137, - 80416.93855588944 - ], - "fuel": [ - 51.89922477920306, - 50.987666620080454, - 49.89824506045139, - 49.24636552087287, - 49.23034015735126, - 49.83871188099608, - 50.917355497857656, - 51.859110386339566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-52.03125 -54.375, -52.03125 -54.21875, -51.875 -54.21875, -51.875 -54.375, -52.03125 -54.375))", @@ -279698,21 +201010,21 @@ ], "ice resistance": 76509.64092953493, "wind resistance": [ - 3196.489803360804, + 3196.4898033607933, 1605.8703731526803, - -836.7185194735939, + -836.718519473623, -2731.0644481241834, - -3118.296038430435, + -3118.2960384305115, -2260.9570962702564, -41.6655103075791, 2273.344811914154 ], "relative wind speed": [ - 7.858770530764533, + 7.858770530764531, 7.678336040779896, - 7.314780627498655, + 7.314780627498654, 6.9714280902134504, - 6.864009722906395, + 6.864009722906396, 7.065271358994435, 7.441027355341261, 7.763639231336643 @@ -279720,29 +201032,29 @@ "relative wind angle": [ 0.008050623137737323, 0.05165536048098721, - 0.06805166183343721, + 0.06805166183344047, 0.04404788273484531, - 0.00921738384337681, + 0.009217383843388854, 0.056142103467438566, - 0.06689533638558043, + 0.06689533638558044, 0.039550704883582165 ], "resistance": [ - 79706.13073289573, + 79706.13073289572, 78115.5113026876, - 75672.92241006134, + 75672.9224100613, 73778.57648141074, - 73391.3448911045, + 73391.34489110441, 74248.68383326467, 76467.97541922735, 78782.98574144908 ], "fuel": [ - 51.536787498794496, + 51.53678749879449, 50.82231608370289, - 49.743487535783615, + 49.7434875357836, 48.92208919215222, - 48.755827311444435, + 48.75582731144439, 49.124684504546195, 50.09220489512272, 51.12098457515838 @@ -279778,53 +201090,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2767.4720420206177, + 2767.4720420205376, 1341.2487674495933, - -781.809453042868, + -781.8094530428934, -2389.6635749019624, - -2694.9039501256666, + -2694.903950125705, -1896.4885152028928, - 51.04099575660439, + 51.0409957566153, 2041.860675296699 ], "relative wind speed": [ - 6.874144033783698, + 6.874144033783696, 6.686276729322813, 6.319675068883218, 5.978534721998494, - 5.880277831066336, + 5.880277831066337, 6.093047436763514, 6.4724980178807385, 6.788861918288852 ], "relative wind angle": [ - 0.011149722510825806, + 0.011149722510835763, 0.060699613470784446, - 0.07871968855343518, + 0.07871968855343943, 0.04973424805117343, - 0.013034312815253503, + 0.01303431281526202, 0.06661779708327362, - 0.07685731521867255, - 0.04379384887519638 + 0.0768573152186711, + 0.04379384887519637 ], "resistance": [ - 99401.97204202063, + 99401.97204202056, 97975.74876744961, - 95852.69054695715, + 95852.69054695712, 94244.83642509805, - 93939.59604987435, + 93939.59604987431, 94738.01148479713, - 96685.54099575662, + 96685.54099575663, 98676.36067529672 ], "fuel": [ - 55.64259329791186, + 55.642593297911816, 54.897002106606855, - 53.80114399821835, + 53.80114399821834, 52.98237942225555, - 52.82802889105369, + 52.82802889105368, 53.23249525509823, - 54.22903685375235, + 54.22903685375236, 55.26231734164915 ] }, @@ -279858,9 +201170,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2602.3857372380116, + 2602.38573723795, 348.5500062333267, - -2028.38640380602, + -2028.3864038060347, -3174.7304984232724, -2953.0717930279243, -1215.1943262163004, @@ -279868,7 +201180,7 @@ 3130.224154186413 ], "relative wind speed": [ - 7.777879981663897, + 7.777879981663896, 7.473588609934853, 7.080987459048159, 6.833758462215709, @@ -279878,17 +201190,17 @@ 7.832271937031516 ], "relative wind angle": [ - 0.03404296336440108, - 0.0668623641448536, - 0.062380298607294035, + 0.034042963364407604, + 0.06686236414485361, + 0.06238029860729581, 0.01828429171480899, 0.03840071277947332, - 0.06917340439600278, - 0.058042731567412326, + 0.06917340439600277, + 0.05804273156741233, 0.015953068542949624 ], "resistance": [ - 99236.88573723806, + 99236.88573723799, 96983.05000623337, 94606.11359619402, 93459.76950157677, @@ -279898,7 +201210,7 @@ 99764.72415418646 ], "fuel": [ - 60.90155950438924, + 60.90155950438921, 59.72816972399866, 58.511170265322775, 57.931752676205576, @@ -279938,9 +201250,9 @@ ], "ice resistance": 77245.49426333125, "wind resistance": [ - 2921.1069246126535, + 2921.106924612599, 901.6604394562564, - -1559.7140142423632, + -1559.714014242396, -3059.4718495579837, -3098.297524692047, -1702.1719579110359, @@ -279948,9 +201260,9 @@ 2828.649672427793 ], "relative wind speed": [ - 7.838710820354256, + 7.838710820354255, 7.58245799507674, - 7.194189315936293, + 7.194189315936292, 6.898862030835329, 6.888073844520189, 7.169189589179439, @@ -279958,19 +201270,19 @@ 7.829217795680527 ], "relative wind angle": [ - 0.023303986909075366, - 0.06141217498940486, - 0.0661384073798294, - 0.03001627384158099, + 0.02330398690908013, + 0.061412174989404864, + 0.06613840737983276, + 0.030016273841580985, 0.02652092568342193, 0.06495713482393414, 0.06294426840956174, 0.026448514311154445 ], "resistance": [ - 80166.6011879439, + 80166.60118794384, 78147.1547027875, - 75685.78024908889, + 75685.78024908886, 74186.02241377326, 74147.1967386392, 75543.32230542021, @@ -279978,9 +201290,9 @@ 80074.14393575904 ], "fuel": [ - 51.74537794521743, + 51.74537794521741, 50.836437824015846, - 49.74910838704048, + 49.749108387040465, 49.09763272475066, 49.0808784882542, 49.68686672708854, @@ -280018,19 +201330,19 @@ ], "ice resistance": 58559.58949159685, "wind resistance": [ - 2337.4580671757685, + 2337.458067175685, -56.28226304579948, - -2341.2794814283698, + -2341.2794814283734, -3214.9038027327188, - -2807.3350977358314, + -2807.335097735846, -844.2312180267727, 1675.6636486933348, 3308.5772607483123 ], "relative wind speed": [ - 7.775350032695852, + 7.775350032695851, 7.441604021950039, - 7.053929138467135, + 7.053929138467134, 6.847573609553423, 6.960742199695456, 7.3164560876193, @@ -280038,31 +201350,31 @@ 7.8751975063049695 ], "relative wind angle": [ - 0.0410359095408849, + 0.04103590954089302, 0.06910336366992526, - 0.05782800205721216, + 0.05782800205721217, 0.009160488061079506, - 0.04584148595796155, + 0.04584148595796397, 0.07028731012619609, 0.05303384559335612, - 0.007965121157682128 + 0.00796512115768213 ], "resistance": [ - 60897.047558772625, + 60897.04755877254, 58503.30722855106, 56218.31001016848, 55344.685688864134, - 55752.25439386102, + 55752.254393861, 57715.35827357008, 60235.25314029019, 61868.16675234516 ], "fuel": [ - 43.69071496167918, + 43.69071496167915, 42.78661267191219, 41.94347272154848, 41.62624855111494, - 41.7738885574932, + 41.773888557493194, 42.49367312235873, 43.438626406058376, 44.06358082668689 @@ -280098,54 +201410,54 @@ ], "ice resistance": 49135.079859454534, "wind resistance": [ - 2003.531145010791, + 2003.5311450107547, -264.93591105073574, - -2316.151523900924, + -2316.1515239009495, -2976.9794975739933, -2509.5538631873314, -592.1327493143144, 1728.9652179494624, - 3119.1957111293923 + 3119.1957111296942 ], "relative wind speed": [ - 7.725426810609451, + 7.7254268106094495, 7.402705946667034, - 7.049357300197274, + 7.049357300197273, 6.881406500003016, 7.010817432899625, 7.350763576031618, 7.690275816749877, - 7.840919911926715 + 7.840919911926714 ], "relative wind angle": [ - 0.041542078190099675, - 0.06485414960312826, - 0.05075616182506888, - 0.003782126415497553, + 0.041542078190102354, + 0.06485414960312827, + 0.050756161825071075, + 0.0037821264154975533, 0.045779266306718025, 0.06531307601904061, 0.046522877449454714, - 0.003319296120198752 + 0.003319296120165304 ], "resistance": [ - 51138.611004465325, + 51138.61100446529, 48870.1439484038, - 46818.92833555361, + 46818.92833555359, 46158.10036188054, 46625.5259962672, 48542.947110140216, 50864.04507740399, - 52254.27557058392 + 52254.27557058423 ], "fuel": [ - 40.138720201325334, + 40.13872020132533, 39.36377588017988, 38.679533453990004, 38.462429547751036, 38.61582617760219, 39.25358038106231, 40.043905569136136, - 40.52687342068671 + 40.52687342068681 ] }, { @@ -280178,19 +201490,19 @@ ], "ice resistance": 48568.26351761244, "wind resistance": [ - 3079.4551992081288, + 3079.4551992080087, 1170.127759075811, - -1334.4560497673374, + -1334.456049767352, -3004.6555333182223, - -3168.0682544218726, + -3168.0682544218325, -1933.9785552940593, 476.4790496618989, 2690.322316464506 ], "relative wind speed": [ - 7.8554753516277085, + 7.855475351627707, 7.621185363353765, - 7.233845901043201, + 7.2338459010432, 6.915002056639746, 6.869591668886994, 7.128626540552841, @@ -280198,31 +201510,31 @@ 7.815531284176408 ], "relative wind angle": [ - 0.018343978583286052, - 0.05914844202461313, - 0.0682098054745311, + 0.018343978583298157, + 0.05914844202461314, + 0.06820980547453273, 0.03568952431801891, - 0.020976961242090683, - 0.06324063650182303, - 0.06559834041272204, + 0.020976961242085392, + 0.06324063650182302, + 0.06559834041272203, 0.03157581267237586 ], "resistance": [ - 51647.71871682057, + 51647.71871682045, 49738.39127668825, - 47233.8074678451, + 47233.80746784509, 45563.60798429421, - 45400.195263190566, + 45400.1952631906, 46634.28496231838, 49044.74256727434, 51258.58583407695 ], "fuel": [ - 40.315270407682775, + 40.31527040768273, 39.65812102925775, 38.81666533891534, 38.26850755345849, - 38.21543314229602, + 38.215433142296035, 38.61870839674228, 39.42274135489181, 40.180238644214185 @@ -280258,54 +201570,54 @@ ], "ice resistance": 37367.83840345838, "wind resistance": [ - 1348.0725655166389, + 1348.0725655166025, -983.3585335355019, - -2689.239828240705, + -2689.2398282406866, -2970.7230425536363, -2020.1501877365517, 148.87127674798103, 2297.899616226976, - 2969.2977722398027 + 2969.2977722398864 ], "relative wind speed": [ - 7.638705351441011, + 7.63870535144101, 7.286137275408403, - 6.97153190147748, + 6.971531901477479, 6.893530991461619, 7.104706506981654, 7.4658474134143145, 7.760439223598287, - 7.829808711982636 + 7.829808711982635 ], "relative wind angle": [ - 0.05169598719610205, - 0.0642997469135733, - 0.038363031293771804, + 0.05169598719610635, + 0.06429974691357332, + 0.03836303129376891, 0.013061406168458052, - 0.05558539003891057, + 0.055585390038910575, 0.06274993020429157, 0.034461507018926314, - 0.011499467717936833 + 0.011499467717927179 ], "resistance": [ - 38715.91096897502, + 38715.91096897498, 36384.47986992288, - 34678.59857521768, + 34678.59857521769, 34397.11536090475, 35347.68821572183, 37516.70968020636, 39665.738019685356, - 40337.13617569818 + 40337.136175698266 ], "fuel": [ - 36.12962087614912, + 36.129620876149104, 35.44121161812609, 34.95032424240628, 34.8703649369218, 35.14157198653866, 35.77300263793314, 36.41587796417004, - 36.62024783311228 + 36.6202478331123 ] }, { @@ -280338,7 +201650,7 @@ ], "ice resistance": 43354.616112931835, "wind resistance": [ - 2531.8059450226065, + 2531.8059450225082, 304.38212121013567, -2024.1420585478627, -3126.632268140187, @@ -280348,9 +201660,9 @@ 3089.2913053526936 ], "relative wind speed": [ - 7.794880331918716, + 7.794880331918714, 7.494049347733792, - 7.110091555526705, + 7.110091555526704, 6.871881966187294, 6.9368507951829965, 7.260804550275053, @@ -280358,17 +201670,17 @@ 7.852216030290688 ], "relative wind angle": [ - 0.033874491353084596, + 0.033874491353094435, 0.06546252609149919, - 0.06041452131517689, + 0.06041452131517688, 0.017009377413636607, - 0.03806639166823812, - 0.06756858866162317, + 0.038066391668238116, + 0.06756858866162316, 0.05624031406939484, 0.014885621313225067 ], "resistance": [ - 45886.42205795444, + 45886.42205795435, 43658.99823414197, 41330.47405438397, 40227.98384479165, @@ -280378,7 +201690,7 @@ 46443.90741828453 ], "fuel": [ - 38.37364556274652, + 38.37364556274649, 37.656084146903524, 36.92569101146371, 36.58690828878886, @@ -280418,49 +201730,49 @@ ], "ice resistance": 58183.132264244116, "wind resistance": [ - 3381.654435833898, + 3381.654435833687, 1449.4860862802525, - -1227.5498398158597, + -1227.5498398158707, -3122.016502254057, -3391.148788560811, -2212.3487237134977, - 309.8187946793405, + 309.8187946793332, 2741.418830553048 ], "relative wind speed": [ - 7.896284604054479, + 7.896284604054478, 7.666359884471689, - 7.258359077149339, + 7.258359077149338, 6.902930262944188, 6.827996752910196, 7.085180049070257, - 7.502604461994766, + 7.502604461994767, 7.830862276333894 ], "relative wind angle": [ - 0.015507149532387908, - 0.060604333406832876, - 0.07366702202194102, + 0.015507149532409387, + 0.06060433340683288, + 0.07366702202194103, 0.042192918323196424, 0.017933594074335556, - 0.06558242493321018, - 0.07126467379412467, - 0.03719073140183601 + 0.06558242493321016, + 0.07126467379412622, + 0.037190731401836 ], "resistance": [ - 61564.78670007801, + 61564.786700077806, 59632.61835052437, - 56955.582424428256, + 56955.58242442824, 55061.11576199006, 54791.9834756833, 55970.78354053062, - 58492.951058923456, + 58492.95105892345, 60924.55109479716 ], "fuel": [ - 43.946719700224875, + 43.9467197002248, 43.21049044043867, - 42.213395457286936, + 42.21339545728693, 41.523891204387475, 41.42702201855458, 41.85330435682023, @@ -280498,9 +201810,9 @@ ], "ice resistance": 80721.09395977073, "wind resistance": [ - 2924.687959329265, + 2924.687959329185, 787.5695764784978, - -1721.45256462834, + -1721.452564628351, -3173.382533378768, -3146.5726987753733, -1623.2058090537757, @@ -280508,7 +201820,7 @@ 2988.499287026727 ], "relative wind speed": [ - 7.84374637768542, + 7.843746377685419, 7.5685825940876175, 7.1685766590112, 6.87696780416884, @@ -280518,17 +201830,17 @@ 7.850284404524407 ], "relative wind angle": [ - 0.026599964661449513, + 0.02659996466145786, 0.064366146605239, - 0.0669887048819982, + 0.06698870488199987, 0.027892751764827407, - 0.030307650041000535, + 0.03030765004100053, 0.06779969600477324, 0.06330648672313476, 0.024433735054159654 ], "resistance": [ - 83645.7819191, + 83645.78191909991, 81508.66353624922, 78999.64139514239, 77547.71142639196, @@ -280538,7 +201850,7 @@ 83709.59324679746 ], "fuel": [ - 53.346928392881466, + 53.34692839288143, 52.357825221925154, 51.21828582362636, 50.56955297864604, @@ -280578,49 +201890,49 @@ ], "ice resistance": 42331.62563620956, "wind resistance": [ - 3123.5815248280815, + 3123.581524827903, 1187.735238435398, - -1351.1671678372077, + -1351.1671678372222, -3044.411818355191, -3210.200364556993, - -1959.021946107383, - 484.4097051038116, + -1959.0219461073793, + 484.4097051037934, 2728.890934325642 ], "relative wind speed": [ - 7.862341416633588, + 7.862341416633587, 7.624977148394835, - 7.23233524102198, + 7.232335241021979, 6.908896288469227, 6.862804520902161, 7.125603267814139, - 7.523817209721307, + 7.523817209721308, 7.821870014197572 ], "relative wind angle": [ - 0.018580363479571482, + 0.01858036347958941, 0.05993788706949597, - 0.06917076079626559, + 0.0691707607962672, 0.03621741884406585, 0.021286893443531588, - 0.0641440124944506, - 0.06648696435010847, + 0.06414401249445059, + 0.06648696435011181, 0.03198856037979369 ], "resistance": [ - 45455.207161037644, + 45455.20716103746, 43519.36087464496, - 40980.45846837235, + 40980.45846837234, 39287.21381785437, 39121.425271652566, - 40372.60369010217, - 42816.03534131337, + 40372.60369010218, + 42816.035341313356, 45060.5165705352 ], "fuel": [ - 38.23328922481799, + 38.23328922481793, 37.611715129403414, - 36.81764517558954, + 36.81764517558953, 36.30139671111095, 36.25142334604483, 36.63109059222474, @@ -280658,54 +201970,54 @@ ], "ice resistance": 61185.824589739845, "wind resistance": [ - 3141.1418730523837, + 3141.1418730522346, 1100.5901867602042, - -1488.6740795209407, + -1488.6740795209516, -3151.0437392224667, -3264.501451367043, -1904.14296965834, - 619.8180930426715, - 2871.1725132037973 + 619.8180930426861, + 2871.172513203772 ], "relative wind speed": [ - 7.868704092547547, + 7.868704092547546, 7.615015216459592, - 7.211058673713235, + 7.211058673713234, 6.888944975492097, 6.8573734883709, 7.138040242824039, 7.545906708895341, - 7.84107852146175 + 7.841078521461751 ], "relative wind angle": [ - 0.021329015851329108, + 0.021329015851344727, 0.06259078836233554, - 0.07019953736570315, - 0.03469830736539832, + 0.07019953736570474, + 0.03469830736539831, 0.024475223031330977, 0.06677923462633908, - 0.06707965756206752, - 0.03048353413772208 + 0.06707965756206585, + 0.030483534137725723 ], "resistance": [ - 64326.96646279223, + 64326.96646279208, 62286.41477650005, - 59697.150510218904, + 59697.1505102189, 58034.780850517374, 57921.3231383728, 59281.68162008151, - 61805.64268278252, - 64056.99710294364 + 61805.642682782534, + 64056.99710294361 ], "fuel": [ - 45.02333944607983, + 45.02333944607977, 44.225250308981565, 43.23485540021903, 42.6121479386323, 42.570022646944636, 43.07826096456828, - 44.03946871614686, - 44.91686120755354 + 44.039468716146864, + 44.916861207553524 ] }, { @@ -280738,47 +202050,47 @@ ], "ice resistance": 39020.36472221806, "wind resistance": [ - 2034.651268374164, + 2034.6512683740912, -558.4639970742282, - -2750.866034518007, + -2750.866034518014, -3319.0173502093276, - -2644.6469222464584, + -2644.6469222464475, -378.9716703451195, 2185.507302767215, 3539.2468931127805 ], "relative wind speed": [ - 7.742464687354284, + 7.742464687354283, 7.366607786288457, - 6.97935268896984, + 6.979352688969839, 6.821545584605588, - 7.0006459231046385, + 7.000645923104638, 7.395126266576111, 7.761664693774082, 7.900716335419064 ], "relative wind angle": [ - 0.05060691917713522, + 0.05060691917714181, 0.07331326470327537, - 0.05324432207424846, + 0.053244322074248465, 0.0020959338709242814, - 0.055974785636565785, + 0.0559747856365638, 0.07303003558672075, 0.04787339780392171, 0.001809646767622993 ], "resistance": [ - 41055.01599059222, + 41055.01599059215, 38461.90072514383, 36269.49868770005, 35701.347372008735, - 36375.7177999716, + 36375.71779997161, 38641.39305187294, 41205.87202498528, 42559.61161533084 ], "fuel": [ - 36.8406220254142, + 36.84062202541418, 36.05363667111114, 35.40778409901513, 35.24333232191108, @@ -280818,9 +202130,9 @@ ], "ice resistance": 38891.41675720045, "wind resistance": [ - 2557.2546537413364, + 2557.2546537412672, 184.87011686101323, - -2213.3867097888215, + -2213.386709788836, -3272.1308142304806, -2964.317397787665, -1084.6328739613236, @@ -280828,7 +202140,7 @@ 3290.1492573779433 ], "relative wind speed": [ - 7.803961039787621, + 7.80396103978762, 7.480099182237521, 7.080277267908221, 6.84451054737333, @@ -280838,9 +202150,9 @@ 7.87911798163188 ], "relative wind angle": [ - 0.03772781596535099, + 0.037727815965356876, 0.06921914631246984, - 0.061801132449315004, + 0.0618011324493168, 0.0147670670748453, 0.042487982976489154, 0.0711399861812647, @@ -280848,9 +202160,9 @@ 0.012827888241260011 ], "resistance": [ - 41448.67141094179, + 41448.67141094172, 39076.286874061465, - 36678.03004741163, + 36678.030047411616, 35619.285942969975, 35927.09935941279, 37806.78388323913, @@ -280858,9 +202170,9 @@ 42181.56601457839 ], "fuel": [ - 36.96228015715852, + 36.9622801571585, 36.237835067984484, - 35.526776132607544, + 35.52677613260754, 35.21967885924602, 35.308532571663704, 35.85877419941284, @@ -280898,54 +202210,54 @@ ], "ice resistance": 34379.913260931804, "wind resistance": [ - 1723.7552282053293, + 1723.755228205293, -1068.8292244325166, - -3161.9027906339434, + -3161.902790633947, -3544.25756522996, -2465.8601074071885, 106.81182271811485, 2712.4998720113435, - 3621.6028058932498 + 3621.6028058933334 ], "relative wind speed": [ - 7.70833991312674, + 7.708339913126739, 7.2893327157571575, - 6.903501181087716, + 6.903501181087715, 6.796923364160407, 7.043382009597177, 7.476186388019784, 7.833862763167377, - 7.926510400620836 + 7.926510400620835 ], "relative wind angle": [ - 0.06044654881209442, + 0.0604465488120981, 0.07756626845558104, - 0.04827613137416008, - 0.013786309669632563, + 0.048276131374160085, + 0.013786309669632561, 0.0661612204507917, 0.07562388882552758, - 0.042539089256321855, - 0.01182155826427473 + 0.04253908925632186, + 0.011821558264265338 ], "resistance": [ - 36103.66848913713, + 36103.6684891371, 33311.08403649929, - 31218.01047029786, + 31218.010470297857, 30835.655695701844, 31914.053153524615, 34486.725083649915, 37092.41313294315, - 38001.516066825054 + 38001.516066825134 ], "fuel": [ - 35.3596603089472, + 35.35966030894719, 34.564625494204456, 33.9877637193753, 33.88414575930504, 34.17778748072388, 34.89578786222883, 35.64810702750779, - 35.91652988401286 + 35.91652988401289 ] }, { @@ -280978,39 +202290,39 @@ ], "ice resistance": 42658.51411606765, "wind resistance": [ - 1660.5738165246948, + 1660.573816524673, -959.6892367025612, - -2952.2631231887462, + -2952.26312318875, -3334.798398131363, -2361.9144115580602, 38.062804714794765, - 2498.9697898351224, + 2498.9697898351187, 3409.6762068732023 ], "relative wind speed": [ - 7.6928569992770095, + 7.692856999277009, 7.301023927366916, - 6.936507033650477, + 6.936507033650476, 6.83013276802472, 7.054752790800611, 7.45953318664446, - 7.79964460233617, + 7.799644602336169, 7.892963456255784 ], "relative wind angle": [ - 0.05618252163809678, + 0.05618252163809876, 0.0728551097547275, - 0.04609167459980556, + 0.046091674599805565, 0.011634141069751951, 0.061270348626209545, 0.07130433777256276, 0.04098796258292629, - 0.010067483311008794 + 0.010067483311008795 ], "resistance": [ - 44319.087932592345, + 44319.08793259232, 41698.824879365086, - 39706.25099287891, + 39706.2509928789, 39323.715717936284, 40296.59970450959, 42696.57692078245, @@ -281018,7 +202330,7 @@ 46068.19032294085 ], "fuel": [ - 37.86680624153742, + 37.866806241537404, 37.039889042110744, 36.428162334965094, 36.31241315607363, @@ -281058,19 +202370,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2427.4976687071266, + 2427.497668707123, 1088.7992795576793, - -806.9869424919652, + -806.9869424919616, -2179.901508744615, -2398.195307536913, -1602.6026604245508, - 167.74432704440005, + 167.74432704439278, 1908.9953782052235 ], "relative wind speed": [ - 6.414364226436773, + 6.414364226436772, 6.220430354221843, - 5.864845020926427, + 5.864845020926426, 5.54701323335843, 5.4714968090537175, 5.691009749521814, @@ -281080,31 +202392,31 @@ "relative wind angle": [ 0.015011231242153738, 0.06458721378357811, - 0.08048044858325197, - 0.04784850382775498, + 0.08048044858325058, + 0.04784850382775499, 0.017598266416215137, 0.07060517916731048, - 0.07792444387046374, - 0.04179950983155458 + 0.07792444387046517, + 0.04179950983155459 ], "resistance": [ - 99061.99766870715, + 99061.99766870713, 97723.29927955769, 95827.51305750805, 94454.5984912554, 94236.3046924631, 95031.89733957546, - 96802.24432704442, + 96802.2443270444, 98543.49537820523 ], "fuel": [ - 53.28982424610912, + 53.289824246109106, 52.591464250500756, 51.61389627160251, 50.91429803855567, 50.80370797904968, 51.20761856645724, - 52.11484909690823, + 52.114849096908216, 53.01854545725422 ] }, @@ -281138,9 +202450,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1660.1062482979642, + 1660.106248297946, 675.0259384434448, - -626.1613345854212, + -626.1613345854257, -1512.935283223037, -1615.2561952865117, -990.3974700270237, @@ -281148,7 +202460,7 @@ 1419.2056376626742 ], "relative wind speed": [ - 4.574737029110192, + 4.574737029110191, 4.367840175663847, 4.009759854941826, 3.699450146134909, @@ -281158,17 +202470,17 @@ 4.532651597639304 ], "relative wind angle": [ - 0.02759334842018004, - 0.09568769059565455, - 0.11596507969482975, - 0.06459890097080336, + 0.027593348420184065, + 0.09568769059565453, + 0.11596507969483166, + 0.06459890097080334, 0.034612516656088235, 0.10741089535184548, 0.10910969615750118, - 0.052711941402558506 + 0.0527119414025585 ], "resistance": [ - 98294.60624829798, + 98294.60624829796, 97309.52593844346, 96008.33866541459, 95121.56471677698, @@ -281178,7 +202490,7 @@ 98053.70563766269 ], "fuel": [ - 45.4920772880823, + 45.492077288082285, 44.98035435237391, 44.3099570856576, 43.85668354996733, @@ -281218,17 +202530,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1924.02344389676, + 1924.0234438967273, 74.31272337641349, - -1751.3743192920701, + -1751.3743192920883, -2515.924428406246, - -2244.076206029962, + -2244.076206029971, -757.9120495139068, 1224.140463887139, 2570.431302829951 ], "relative wind speed": [ - 6.610843976020232, + 6.61084397602023, 6.309961463414813, 5.946087717936916, 5.739050413499054, @@ -281238,29 +202550,29 @@ 6.688913439329992 ], "relative wind angle": [ - 0.04241145650408832, + 0.04241145650409094, 0.07534426228119372, - 0.06587531013611572, - 0.013692188657910002, - 0.04810582273730016, + 0.0658753101361191, + 0.01369218865791, + 0.04810582273730247, 0.0772667488725319, - 0.0602029200898092, + 0.06020292008980921, 0.011747724624207005 ], "resistance": [ - 98558.52344389677, + 98558.52344389675, 96708.81272337642, - 94883.12568070795, + 94883.12568070792, 94118.57557159377, - 94390.42379397005, + 94390.42379397004, 95876.58795048611, 97858.64046388716, 99204.93130282997 ], "fuel": [ - 54.36500400668855, + 54.36500400668854, 53.405287703984555, - 52.47052035534832, + 52.4705203553483, 52.08274869172992, 52.22037801286069, 52.9776432659725, @@ -281298,17 +202610,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1477.0442776662694, + 1477.0442776662603, 276.0092114293002, - -1019.5620047581888, + -1019.5620047581951, -1682.5774514127352, - -1588.4031272929587, + -1588.4031272929624, -681.75909094705, 667.6927363054529, 1699.3703785539092 ], "relative wind speed": [ - 4.830828104997497, + 4.830828104997496, 4.56996036270267, 4.215579866353968, 3.9774903488681206, @@ -281318,13 +202630,13 @@ 4.867405913678023 ], "relative wind angle": [ - 0.046490930645437405, - 0.09756147645361334, - 0.09622571767261558, - 0.03209653546877005, - 0.05585148896411653, + 0.04649093064543979, + 0.09756147645361335, + 0.0962257176726179, + 0.03209653546877006, + 0.05585148896411852, 0.10332299085374316, - 0.08697339071199028, + 0.0869733907119903, 0.02622677828237651 ], "resistance": [ @@ -281378,9 +202690,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1795.398261921382, + 1795.3982619213457, -700.9998305366971, - -2715.891580666521, + -2715.8915806665427, -3181.9218314447608, -2406.2853751124094, -178.09712127515377, @@ -281388,9 +202700,9 @@ 3344.0231860255444 ], "relative wind speed": [ - 7.36498715006888, + 7.364987150068879, 6.979563735172581, - 6.598865977527149, + 6.598865977527148, 6.462452729692632, 6.664294150969318, 7.066933020624105, @@ -281398,19 +202710,19 @@ 7.542715490313274 ], "relative wind angle": [ - 0.05609462368947419, + 0.05609462368947815, 0.07746653708618707, - 0.053209487079787066, - 0.006779895212983951, + 0.05320948707978915, + 0.006779895212983952, 0.06199969635489196, - 0.07650692478805543, - 0.047293003512666375, + 0.07650692478805544, + 0.04729300351266638, 0.005808871237022991 ], "resistance": [ - 98429.89826192141, + 98429.89826192138, 95933.50016946334, - 93918.60841933351, + 93918.60841933348, 93452.57816855526, 94228.21462488762, 96456.40287872488, @@ -281418,9 +202730,9 @@ 99978.52318602557 ], "fuel": [ - 58.54723687100842, + 58.5472368710084, 57.25618739575876, - 56.23106781545325, + 56.23106781545323, 55.99611599565051, 56.38760434664804, 57.524694364166876, @@ -281458,9 +202770,9 @@ ], "ice resistance": 89675.02855168165, "wind resistance": [ - 2262.350799477339, + 2262.3507994773245, -205.10887635050312, - -2476.59706384132, + -2476.597063841302, -3256.8129540495247, -2776.2800478431564, -711.668594912644, @@ -281468,9 +202780,9 @@ 3407.3535944425494 ], "relative wind speed": [ - 7.768164487972165, + 7.768164487972164, 7.420023485935593, - 7.0300253905552745, + 7.030025390555273, 6.836599988716888, 6.970039261796412, 7.33955572847155, @@ -281479,18 +202791,18 @@ ], "relative wind angle": [ 0.04409830379125776, - 0.07076448242045738, - 0.05685766377522379, + 0.0707644824204574, + 0.056857663775219884, 0.005900033971441529, 0.04915177293464974, - 0.07154163311686355, + 0.07154163311686357, 0.0518120826147375, 0.0051149948994864206 ], "resistance": [ - 91937.37935115899, + 91937.37935115898, 89469.91967533116, - 87198.43148784034, + 87198.43148784035, 86418.21559763212, 86898.74850383849, 88963.35995676901, @@ -281538,19 +202850,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1988.7531208383334, + 1988.7531208382716, -456.0298377574327, - -2557.522812810068, + -2557.5228128100753, -3124.8700810340924, - -2533.3306806595647, + -2533.3306806595538, -415.18008589302553, 2023.121765268239, 3373.505871853369 ], "relative wind speed": [ - 7.306471352877526, + 7.306471352877525, 6.931765244787142, - 6.5377598102024805, + 6.53775981020248, 6.369625792832544, 6.542943842437388, 6.938679150016255, @@ -281558,31 +202870,31 @@ 7.458049679037519 ], "relative wind angle": [ - 0.05302827314974588, - 0.07859075115351377, + 0.05302827314975217, + 0.07859075115351376, 0.058518871667578194, 0.0005444033405509778, - 0.05922326177129534, - 0.07851227961882161, + 0.059223261771293466, + 0.0785122796188216, 0.0523229047095953, 0.00046495339434853895 ], "resistance": [ - 98623.25312083833, + 98623.25312083827, 96178.47016224256, 94076.97718718993, 93509.6299189659, - 94101.16931934044, + 94101.16931934045, 96219.31991410698, 98657.62176526824, 100008.00587185337 ], "fuel": [ - 58.144456390090596, + 58.14445639009057, 56.878106696393715, 55.80734987236956, 55.52109110806892, - 55.819582795630225, + 55.81958279563024, 56.89908336429445, 58.16241720089094, 58.87159747856724 @@ -281618,9 +202930,9 @@ ], "ice resistance": 88657.30060252204, "wind resistance": [ - 1728.127881943019, + 1728.12788194295, -652.6623058426812, - -2592.414735402537, + -2592.4147354025445, -3049.328605192768, -2335.8979731197323, -218.78021268717566, @@ -281628,9 +202940,9 @@ 3182.3536265740913 ], "relative wind speed": [ - 7.692522375909779, + 7.692522375909778, 7.342997946771652, - 6.997288775632121, + 6.9972887756321205, 6.870681994150426, 7.048460329907344, 7.411887389852699, @@ -281638,9 +202950,9 @@ 7.851714619203074 ], "relative wind angle": [ - 0.048281385156578545, + 0.04828138515658545, 0.06685107185766426, - 0.04609719023142977, + 0.046097190231429774, 0.005024429769458538, 0.05269707496117697, 0.06622881333007512, @@ -281648,9 +202960,9 @@ 0.004396647967128529 ], "resistance": [ - 90385.42848446505, + 90385.428484465, 88004.63829667936, - 86064.8858671195, + 86064.88586711949, 85607.97199732927, 86321.4026294023, 88438.52038983486, @@ -281658,9 +202970,9 @@ 91839.65422909614 ], "fuel": [ - 56.57748622007724, + 56.57748622007722, 55.416979229976896, - 54.48704703811637, + 54.487047038116366, 54.27003642833637, 54.60921980786132, 55.626901744588665, @@ -281698,51 +203010,51 @@ ], "ice resistance": 84022.28031138147, "wind resistance": [ - 1639.543405256838, + 1639.5434052567907, -638.3052247710075, - -2488.7879357273196, + -2488.7879357273523, -2920.5079742039707, - -2231.5651181215326, + -2231.565118121547, -203.0431561949299, - 2004.6881202783225, + 2004.6881202783297, 3035.3491290496713 ], "relative wind speed": [ - 7.676399663888689, + 7.676399663888688, 7.341487702457248, 7.0118670102163145, 6.8923925166877495, 7.063068708273812, 7.410574181007574, - 7.723197032873574, + 7.723197032873575, 7.830004902517863 ], "relative wind angle": [ - 0.04638928222522936, + 0.04638928222523415, 0.06390129948529406, - 0.04380041189212441, - 0.005021967449163817, - 0.05042083742523242, - 0.06330476669953654, - 0.03976402453696593, - 0.0044206023544379755 + 0.043800411892129486, + 0.005021967449163818, + 0.05042083742523463, + 0.06330476669953655, + 0.03976402453696594, + 0.004420602354437976 ], "resistance": [ - 85661.82371663832, + 85661.82371663826, 83383.97508661047, - 81533.49237565415, + 81533.49237565412, 81101.7723371775, - 81790.71519325994, + 81790.71519325992, 83819.23715518654, 86026.9684316598, 87057.62944043115 ], "fuel": [ - 54.29557284409247, + 54.29557284409243, 53.22484524451012, - 52.36921895263076, + 52.369218952630746, 52.17143334190688, - 52.48739116737746, + 52.48739116737745, 53.427952773593496, 54.469008646006415, 54.96122677409102 @@ -281778,19 +203090,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1465.638981681932, + 1465.6389816819083, -23.70624157624843, - -1439.8170547721656, + -1439.8170547721693, -1981.4379162023179, -1723.0735463660512, -501.41908011960913, - 1063.0077815327004, + 1063.0077815326931, 2078.5730739747432 ], "relative wind speed": [ - 5.548460942767186, + 5.548460942767185, 5.255444552336043, - 4.911719809374705, + 4.911719809374704, 4.7274149718233875, 4.830191764766312, 5.1474725715782705, @@ -281798,17 +203110,17 @@ 5.636285922663016 ], "relative wind angle": [ - 0.051032996118642364, - 0.08658236724179086, - 0.07329301617792844, - 0.011463865011483788, + 0.051032996118646715, + 0.08658236724179087, + 0.07329301617792845, + 0.01146386501148379, 0.058629952273406706, 0.08840319211143187, - 0.06572388318708758, + 0.06572388318708929, 0.009615213965148795 ], "resistance": [ - 98100.13898168191, + 98100.1389816819, 96610.79375842374, 95194.68294522782, 94653.06208379767, @@ -281818,7 +203130,7 @@ 98713.07307397472 ], "fuel": [ - 49.37018229079883, + 49.37018229079882, 48.59898220976824, 47.87335877549222, 47.59780189243267, @@ -281858,54 +203170,54 @@ ], "ice resistance": 71659.89214791468, "wind resistance": [ - 1258.8160995460712, + 1258.8160995460275, -1067.9846959644747, - -2721.279316300399, - -2960.0991506374776, + -2721.2793163004026, + -2960.0991506374303, -1947.4850529040814, 241.5342194519253, 2357.2589649522415, - 2926.8456500712746 + 2926.8456500713364 ], "relative wind speed": [ - 7.626282570748796, + 7.626282570748794, 7.271819705542985, - 6.963944379093804, - 6.897758537114188, + 6.963944379093803, + 6.897758537114187, 7.117896126642532, 7.479657030148932, 7.767117213192256, - 7.825954145166451 + 7.82595414516645 ], "relative wind angle": [ - 0.052714198223045315, + 0.05271419822304953, 0.063871241140841, 0.036563883417923985, - 0.015096067814858694, - 0.056483116017669366, + 0.015096067814851339, + 0.05648311601766936, 0.06209413282708353, 0.03278149558171525, - 0.013305489161190296 + 0.013305489161181952 ], "resistance": [ - 72918.70824746075, + 72918.70824746072, 70591.9074519502, - 68938.61283161429, - 68699.7929972772, + 68938.61283161427, + 68699.79299727725, 69712.4070950106, 71901.4263673666, 74017.15111286692, - 74586.73779798596 + 74586.73779798602 ], "fuel": [ - 48.553652015989755, + 48.55365201598974, 47.57045745732807, - 46.884097094700074, - 46.78579247125096, + 46.88409709470007, + 46.78579247125097, 47.20406930656865, 48.12131892661171, 49.02480145193235, - 49.270878992739654 + 49.27087899273968 ] }, { @@ -281938,13 +203250,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1640.3531957344967, + 1640.3531957344385, -610.6498732578948, -2449.0286031493415, -2884.511578772457, - -2215.8837704876023, + -2215.883770487617, -216.250567080544, - 1971.349528811017, + 1971.3495288109953, 3010.504757486662 ], "relative wind speed": [ @@ -281958,31 +203270,31 @@ 7.680535131526833 ], "relative wind angle": [ - 0.047550214547769636, + 0.04755021454777664, 0.06596572564561952, 0.04559393705630635, 0.004760134758528734, - 0.05185329666510495, - 0.06538328097005132, - 0.04128581785722556, - 0.0041726528178712636 + 0.051853296665107095, + 0.06538328097005133, + 0.04128581785722824, + 0.004172652817871263 ], "resistance": [ - 98274.8531957345, + 98274.85319573444, 96023.85012674211, 94185.47139685065, 93749.98842122755, - 94418.6162295124, + 94418.61622951238, 96418.24943291946, - 98605.84952881101, + 98605.849528811, 99645.00475748666 ], "fuel": [ - 59.651987653208394, + 59.65198765320836, 58.48811881724923, 57.551582246013474, 57.33157382087067, - 57.66965834587464, + 57.66965834587462, 58.690678467426935, 59.82471756210848, 60.36964807590621 @@ -282018,19 +203330,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1393.9027601979951, + 1393.902760197986, 479.0683588968295, - -638.4646770990194, + -638.4646770990221, -1337.5432405977717, - -1368.3100202278902, + -1368.310020227887, -746.6447506937402, 353.32425497800614, 1321.780355916454 ], "relative wind speed": [ - 4.013383289899563, + 4.013383289899562, 3.7858665291365563, - 3.4218550047305696, + 3.421855004730569, 3.1261939335653226, 3.1078706992391183, 3.3813193192003625, @@ -282038,11 +203350,11 @@ 3.9991270553176297 ], "relative wind angle": [ - 0.04113237510463313, - 0.11573863549552607, - 0.13284823668234472, - 0.06523764631241183, - 0.05312675994018681, + 0.04113237510463583, + 0.11573863549552608, + 0.13284823668234555, + 0.06523764631241184, + 0.05312675994018472, 0.12965969431453372, 0.12118704736602456, 0.05098343100786375 @@ -282098,19 +203410,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1222.7438036319763, + 1222.7438036319736, 400.7846834442462, - -584.7595489116593, + -584.7595489116625, -1187.6259312986608, -1201.9879716159517, -635.0892288644218, - 342.2561832945894, + 342.2561832945912, 1189.114759091929 ], "relative wind speed": [ - 3.718576967907185, + 3.7185769679071843, 3.495965757204778, - 3.1459976541648964, + 3.145997654164896, 2.866362640315034, 2.857068480070814, 3.125520499135394, @@ -282120,12 +203432,12 @@ "relative wind angle": [ 0.04497966334486336, 0.12135773727135504, - 0.13753505485888814, + 0.13753505485888898, 0.06520185581531632, - 0.05855636247535347, + 0.05855636247535348, 0.13582568881259308, - 0.1243506938441129, - 0.050341594411103974 + 0.12435069384411201, + 0.05034159441110398 ], "resistance": [ 97857.24380363197, @@ -282178,11 +203490,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1008.1695319685987, + 1008.1695319685923, -20.572821279585696, -975.6714430926504, -1327.3083880825661, - -1130.5532969440956, + -1130.5532969440965, -280.3242909552482, 787.2029649320666, 1470.4881073015276 @@ -282192,18 +203504,18 @@ 3.559609021409721, 3.207008290559027, 3.0193251910024306, - 3.1384105173013244, + 3.138410517301325, 3.4720649824379604, 3.8001512406559623, 3.95091470656499 ], "relative wind angle": [ - 0.07738259694167285, - 0.13124273734544853, - 0.11268593719017979, + 0.07738259694167571, + 0.1312427373454485, + 0.1126859371901798, 0.014626778513773801, - 0.09514914969755979, - 0.13457173771986683, + 0.09514914969756096, + 0.1345717377198668, 0.0950393378281997, 0.011177752247027908 ], @@ -282258,17 +203570,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 872.3191945867293, + 872.3191945867266, 134.28171479906723, - -618.9880237255861, + -618.988023725587, -976.8711692251964, -889.763259155256, -318.4394583294488, - 484.6481459604129, + 484.6481459604115, 1075.3530786483839 ], "relative wind speed": [ - 3.087084205369437, + 3.0870842053694365, 2.8278794477574882, 2.4794762543511064, 2.2507703963520633, @@ -282278,14 +203590,14 @@ 3.138350310106665 ], "relative wind angle": [ - 0.07886753671872322, + 0.07886753671872462, 0.1576981691443771, - 0.15584079153200098, + 0.1558407915320017, 0.04450726739311371, - 0.10500186980423987, + 0.10500186980423988, 0.1696568764817066, - 0.13033964426182068, - 0.03191472027028224 + 0.1303396442618215, + 0.031914720270282235 ], "resistance": [ 97506.81919458676, @@ -282338,19 +203650,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1026.7939913424775, + 1026.7939913424748, 275.5963537930752, - -565.6267485785734, + -565.6267485785752, -1036.7851433751825, - -1007.0169734724182, + -1007.0169734724191, -462.95920095760493, 395.2824041402396, 1096.1479799339754 ], "relative wind speed": [ - 3.2434082721900612, + 3.2434082721900603, 3.002302359716961, - 2.644468431973011, + 2.6444684319730105, 2.3751889181193215, 2.398030228772468, 2.6937755546918556, @@ -282359,11 +203671,11 @@ ], "relative wind angle": [ 0.06261484635131107, - 0.14815824282120144, - 0.16095802018092364, - 0.06579871399926905, - 0.08473450377250649, - 0.1652752461376898, + 0.14815824282120146, + 0.16095802018092434, + 0.06579871399926907, + 0.08473450377250781, + 0.16527524613768982, 0.1395986057855817, 0.04792121439282656 ], @@ -282418,19 +203730,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 814.3384149636786, + 814.3384149636759, -7.731621269687366, - -760.2967030852374, + -760.2967030852383, -1034.1886866480604, - -868.2362252184284, + -868.2362252184275, -188.00433270783014, 659.5944987697494, 1201.4325801351201 ], "relative wind speed": [ - 3.0924140618382365, + 3.0924140618382356, 2.7912281523910347, - 2.4275173732585524, + 2.427517373258552, 2.2317195534294956, 2.3640101050728326, 2.7130451356439043, @@ -282438,19 +203750,19 @@ 3.1891999532142496 ], "relative wind angle": [ - 0.10057254620992953, - 0.17238751120788184, - 0.15161013520655733, - 0.017788561431988655, - 0.13172006841030642, + 0.10057254620992954, + 0.17238751120788187, + 0.1516101352065573, + 0.017788561431988658, + 0.13172006841030562, 0.17740729470602526, 0.12078315194341102, 0.012447639677590383 ], "resistance": [ - 97448.8384149637, + 97448.83841496368, 96626.76837873032, - 95874.20329691478, + 95874.20329691477, 95600.31131335195, 95766.26377478159, 96446.49566729218, @@ -282458,9 +203770,9 @@ 97835.93258013514 ], "fuel": [ - 41.33802453695338, + 41.33802453695337, 40.913318938855234, - 40.526726396919685, + 40.52672639691967, 40.386551200695955, 40.47145069456842, 40.820520932868746, @@ -282498,34 +203810,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1068.8045350748598, + 1068.804535074858, 271.8257984406873, - -603.3482416301595, + -603.3482416301617, -1081.5133677599397, -1037.8908335810493, -454.24433529150883, 445.9167490125792, - 1170.1728159657705 + 1170.1728159657732 ], "relative wind speed": [ - 3.2143412978014427, + 3.2143412978014423, 2.9536069660470403, - 2.570650518757274, + 2.5706505187572737, 2.2857384863273515, 2.3202118041877537, 2.644159353208964, 3.017801965911118, - 3.238946181579126 + 3.2389461815791254 ], "relative wind angle": [ 0.07053447680265373, - 0.16234494701503163, - 0.1754108388245462, + 0.16234494701503166, + 0.17541083882454686, 0.06875505734052863, 0.09779081192974994, 0.18154433620654298, 0.14920794670673165, - 0.048501538958583196 + 0.0485015389585809 ], "resistance": [ 97703.30453507486, @@ -282535,7 +203847,7 @@ 95596.60916641894, 96180.25566470849, 97080.41674901258, - 97804.67281596577 + 97804.67281596578 ], "fuel": [ 41.56888736478499, @@ -282578,54 +203890,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1012.6793542158948, - 74.43636780068482, - -842.4471089567955, + 1012.6793542158894, + 74.43636780068391, + -842.4471089567969, -1232.4783635948256, - -1088.5218779151287, + -1088.5218779151273, -337.84721184131377, 661.2623922123585, - 1349.9393255059113 + 1349.939325505923 ], "relative wind speed": [ - 3.630219056594851, + 3.6302190565948504, 3.3464703684694554, 2.9887458121878576, 2.7761932540281924, - 2.8706447344488817, + 2.870644734448882, 3.1969090796016393, 3.5336227954343173, - 3.702950527156939 + 3.7029505271569385 ], "relative wind angle": [ - 0.07564115577821928, - 0.13895304193286362, - 0.12788208300162518, + 0.07564115577822074, + 0.13895304193286365, + 0.12788208300162604, 0.02721436372300124, 0.09571072007699659, - 0.14549890150959974, - 0.10807865889947348, - 0.020402176010437187 + 0.14549890150959977, + 0.10807865889947349, + 0.020402176010431747 ], "resistance": [ - 97647.17935421588, + 97647.17935421587, 96708.93636780066, 95792.05289104319, 95402.02163640516, 95545.97812208485, 96296.65278815867, 97295.76239221235, - 97984.4393255059 + 97984.43932550591 ], "fuel": [ - 42.64786581205042, + 42.64786581205041, 42.16265218264124, 41.691649281926836, 41.49223866535918, 41.56577314579084, 41.95047511123095, 42.46574637652121, - 42.82308061513205 + 42.823080615132056 ] }, { @@ -282658,19 +203970,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1210.549319336731, + 1210.549319336722, -30.848557259820154, - -1184.2934056995264, + -1184.2934056995255, -1607.6757205476615, -1371.1307344154266, -344.46179641626895, - 944.1863789554545, + 944.1863789554509, 1767.213688834061 ], "relative wind speed": [ 4.33876573001652, 4.020526742163624, - 3.6451314068862044, + 3.645131406886204, 3.4463924360107865, 3.572412919369594, 3.927134686000943, @@ -282678,17 +203990,17 @@ 4.439527148633309 ], "relative wind angle": [ - 0.07332882889604825, - 0.12383322378798511, - 0.10566088687407861, + 0.07332882889605129, + 0.12383322378798513, + 0.10566088687407756, 0.013656743939441317, 0.08909734620976478, 0.1267938247783845, - 0.08998690652546111, + 0.08998690652546235, 0.010601560945071293 ], "resistance": [ - 97845.04931933676, + 97845.04931933674, 96603.65144274021, 95450.2065943005, 95026.82427945237, @@ -282698,7 +204010,7 @@ 98401.71368883409 ], "fuel": [ - 44.72879436804912, + 44.728794368049115, 44.08658993811696, 43.49502504592081, 43.2791279139553, @@ -282738,9 +204050,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1146.7365317373306, + 1146.7365317373287, 248.44017252541926, - -719.5351502763647, + -719.5351502763683, -1225.9139623244505, -1159.1900740953024, -487.746429207461, @@ -282748,9 +204060,9 @@ 1302.5485568699996 ], "relative wind speed": [ - 3.5789125425024757, + 3.5789125425024753, 3.3134024045127592, - 2.9387533262282486, + 2.938753326228248, 2.6746302788026792, 2.720158922534835, 3.037967092727713, @@ -282760,9 +204072,9 @@ "relative wind angle": [ 0.06533271352730104, 0.142233200207169, - 0.14704932677318816, + 0.14704932677318966, 0.052087607083651816, - 0.08600308234508737, + 0.08600308234508738, 0.1552288079533363, 0.12691987284402378, 0.03855082446670901 @@ -282818,9 +204130,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1479.2437062939243, + 1479.2437062939207, -139.2967739003725, - -1605.4111298589723, + -1605.4111298589796, -2093.489521756541, -1758.0856594331908, -396.2910893075914, @@ -282828,7 +204140,7 @@ 2272.854528124464 ], "relative wind speed": [ - 5.363919633564479, + 5.363919633564478, 5.028076059962809, 4.649089425234835, 4.462898839123044, @@ -282838,19 +204150,19 @@ 5.480861515638632 ], "relative wind angle": [ - 0.06312480826025138, + 0.06312480826025137, 0.10140346547652954, - 0.08214074665814299, + 0.08214074665814568, 0.006825510039853552, 0.07358082880246167, 0.10264498020410136, - 0.07171092510032423, + 0.07171092510032424, 0.005557790695112717 ], "resistance": [ - 98113.74370629394, + 98113.74370629393, 96495.20322609963, - 95029.08887014104, + 95029.08887014103, 94541.01047824348, 94876.41434056683, 96238.20891069242, @@ -282858,9 +204170,9 @@ 98907.35452812447 ], "fuel": [ - 48.52165296495857, + 48.52165296495855, 47.683861207613326, - 46.93338266520074, + 46.933382665200725, 46.68531835705272, 46.85569104255846, 47.551732135789045, @@ -282898,19 +204210,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1155.5290905242227, + 1155.529090524209, -42.88091130495286, - -1141.5099708065109, + -1141.5099708065127, -1532.7035766369645, -1292.5328460109595, -295.95889878883645, - 939.9099124222639, + 939.9099124222666, 1719.2115966309302 ], "relative wind speed": [ 4.064305063894219, 3.7334688950137314, - 3.344116513815523, + 3.3441165138155227, 3.140985250007519, 3.28001242077377, 3.6521592438982378, @@ -282918,17 +204230,17 @@ 4.172681247359017 ], "relative wind angle": [ - 0.08270395719764685, - 0.13862096554275982, - 0.11803747966103738, + 0.08270395719765222, + 0.13862096554275985, + 0.11803747966103834, 0.013071902176724347, 0.10254234824186803, - 0.14172774517973805, - 0.09832436446036531, - 0.009839751165307827 + 0.14172774517973802, + 0.09832436446036417, + 0.009839751165307825 ], "resistance": [ - 97790.0290905242, + 97790.02909052419, 96591.61908869502, 95492.99002919346, 95101.796423363, @@ -282938,7 +204250,7 @@ 98353.7115966309 ], "fuel": [ - 43.84532242639127, + 43.84532242639126, 43.22550614412485, 42.66199165711462, 42.46242294403966, @@ -282965,68 +204277,7 @@ "id": "5236", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.264869081094368, - 10.264869081094368, - 10.264869081094368, - 10.264869081094368, - 10.264869081094368, - 10.264869081094368, - 10.264869081094368, - 10.264869081094368 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1210.0206328818326, - 515.4322023639875, - -398.69830000366164, - -1028.4767324850395, - -1108.1864086350106, - -673.0694523337656, - 195.4628886646874, - 1024.3852529194141 - ], - "relative wind speed": [ - 3.327934155372776, - 3.127681886504905, - 2.7681419228069943, - 2.440805971057988, - 2.3803311914108325, - 2.637940169929777, - 3.013057022111998, - 3.2838374708483515 - ], - "relative wind angle": [ - 0.03731197794608845, - 0.13570385867036003, - 0.17217848827062499, - 0.10160527755469932, - 0.05217733727908353, - 0.16110025955430374, - 0.15805993314011726, - 0.07546275072626189 - ], - "resistance": [ - 97844.52063288187, - 97149.93220236403, - 96235.80169999639, - 95606.023267515, - 95526.31359136503, - 95961.43054766628, - 96829.96288866473, - 97658.88525291946 - ], - "fuel": [ - 41.84245209023611, - 41.48241982206129, - 41.01132638432992, - 40.68858165505268, - 40.64783778022468, - 40.87053702571981, - 41.317171226799424, - 41.746054252473044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -54.21875, -50.15625 -54.0625, -50 -54.0625, -50 -54.21875, -50.15625 -54.21875))", @@ -283045,68 +204296,7 @@ "id": "5237", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.662636194931213, - 10.662636194931213, - 10.662636194931213, - 10.662636194931213, - 10.662636194931213, - 10.662636194931213, - 10.662636194931213, - 10.662636194931213 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1069.216484961527, - 155.11495728862656, - -770.4466979074678, - -1203.7454100792893, - -1090.1718692982708, - -379.27271410773847, - 611.2673466879592, - 1333.811876334867 - ], - "relative wind speed": [ - 3.4021176023761925, - 3.1096952713677504, - 2.7189849806269457, - 2.465046535111912, - 2.5479548312749594, - 2.8976323648538282, - 3.267047394474164, - 3.4626613438723823 - ], - "relative wind angle": [ - 0.08148506971027583, - 0.16121007273992477, - 0.15843535527720495, - 0.04363513291080429, - 0.10889642129212485, - 0.17312331576500042, - 0.13168641035681125, - 0.031058709422972064 - ], - "resistance": [ - 97703.71648496151, - 96789.6149572886, - 95864.05330209252, - 95430.75458992069, - 95544.32813070172, - 96255.22728589225, - 97245.76734668795, - 97968.31187633485 - ], - "fuel": [ - 42.01525997635716, - 41.54229777118503, - 41.066573973827374, - 40.844960870334056, - 40.9029811471334, - 41.26724218586581, - 41.777925395540024, - 42.15274364621388 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -54.375, -50.3125 -54.21875, -50.15625 -54.21875, -50.15625 -54.375, -50.3125 -54.375))", @@ -283138,13 +204328,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1031.934007305173, + 1031.9340073051676, 158.51464250795198, - -723.4250012723942, + -723.4250012723951, -1138.1216413866914, - -1028.8596013057754, + -1028.859601305775, -351.21574884958636, - 593.4041738921601, + 593.4041738921615, 1285.7002794278965 ], "relative wind speed": [ @@ -283158,13 +204348,13 @@ 3.26604195007712 ], "relative wind angle": [ - 0.08903661819121216, + 0.0890366181912159, 0.17767823241934455, - 0.1772548559513551, + 0.17725485595135634, 0.049495207377757394, - 0.12280580810069507, - 0.19224240787161728, - 0.14448630991201056, + 0.12280580810069416, + 0.1922424078716173, + 0.1444863099120098, 0.03392862409731859 ], "resistance": [ @@ -283218,13 +204408,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1041.691452421905, + 1041.6914524219014, -36.34945902759955, - -1004.9985635003768, + -1004.9985635003777, -1339.6909336503063, -1107.2947667550497, -207.06098996979836, - 894.8493594976048, + 894.8493594976085, 1583.2530158382228 ], "relative wind speed": [ @@ -283234,17 +204424,17 @@ 2.453600647753292, 2.6208902080770318, 3.0343272970380286, - 3.415372970518598, + 3.4153729705185976, 3.578031593320395 ], "relative wind angle": [ - 0.10828341087611693, - 0.18232999716612716, - 0.15820648993990238, + 0.10828341087611898, + 0.1823299971661272, + 0.15820648993990308, 0.013791996605692919, 0.14305137116181924, 0.18637422078967708, - 0.12372804753274755, + 0.12372804753274576, 0.009457569772309318 ], "resistance": [ @@ -283298,53 +204488,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 413.0636921091718, + 413.06369210915545, -1381.1751120763474, -2321.3404456759363, -2212.371824591175, -988.0948689936904, 868.5664109828431, - 2308.2303479348902, + 2308.2303479348284, 2050.4434528810525 ], "relative wind speed": [ - 5.598231793253411, + 5.59823179325341, 5.200813701460875, 4.930030328107356, 4.971657044116426, 5.295615259469082, 5.6864116127846325, - 5.922714002149417, + 5.922714002149418, 5.887815080571282 ], "relative wind angle": [ - 0.08881224283436555, + 0.08881224283436805, 0.08828243044523656, - 0.030824447366511593, + 0.030824447366511597, 0.04903081013849547, - 0.09390195617245156, + 0.09390195617245158, 0.08072625478787399, - 0.025656830237097927, - 0.04139673557959295 + 0.02565683023711091, + 0.041396735579592954 ], "resistance": [ - 97047.56369210916, + 97047.56369210915, 95253.32488792365, 94313.15955432407, 94422.12817540883, 95646.40513100631, 97503.06641098284, - 98942.73034793489, + 98942.73034793483, 98684.94345288105 ], "fuel": [ - 49.86088855039105, + 49.86088855039104, 48.9398563340073, 48.46202658230807, 48.51724029275617, 49.14061053724967, 50.096617243326385, - 50.84673866626066, + 50.84673866626064, 50.71185472468868 ] }, @@ -283378,17 +204568,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 208.95066940801735, + 208.95066940801007, -1226.4903668184434, - -1905.0630590175952, + -1905.063059017607, -1751.1108679117942, - -674.1414683016064, + -674.1414683016028, 849.3911872394292, - 1959.4064713144016, + 1959.4064713144235, 1595.9037027111408 ], "relative wind speed": [ - 4.81567789832595, + 4.815677898325949, 4.439456148994269, 4.20199627946341, 4.270455692028095, @@ -283398,33 +204588,33 @@ 5.105195651786168 ], "relative wind angle": [ - 0.09983680097905857, + 0.09983680097905968, 0.09430043771187586, - 0.026464191867606172, - 0.061103355681955365, - 0.10466105073320787, - 0.08439696596810423, - 0.02154295609140091, - 0.051102912521891114 + 0.026464191867610367, + 0.06110335568195537, + 0.10466105073320682, + 0.08439696596810424, + 0.021542956091395758, + 0.05110291252189111 ], "resistance": [ - 96843.45066940803, + 96843.45066940802, 95408.00963318157, 94729.43694098241, 94883.38913208822, 95960.35853169841, 97483.89118723944, - 98593.90647131442, + 98593.90647131443, 98230.40370271116 ], "fuel": [ - 46.73758774453264, + 46.73758774453263, 46.000868315418614, 45.65526960189111, 45.733527557277995, 46.28344591213954, 47.06875813889744, - 47.64635967853661, + 47.646359678536626, 47.45670447665458 ] }, @@ -283458,53 +204648,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 96.95977870333627, + 96.95977870332172, -1617.5091519114576, - -2342.3279163446823, + -2342.327916344684, -2085.5108326770896, -691.3543008689285, 1170.2462096886138, - 2443.501531326465, - 1835.911416813975 + 2443.5015313265376, + 1835.9114168139677 ], "relative wind speed": [ - 5.459333094452994, + 5.459333094452993, 5.05993540784517, - 4.828965773374743, + 4.828965773374742, 4.928505596106313, 5.286564865970946, 5.6700211275393695, - 5.867978823912317, - 5.784627776050662 + 5.867978823912316, + 5.784627776050663 ], "relative wind angle": [ - 0.09531625123668741, + 0.09531625123668974, 0.08483916558262423, 0.017973962856068306, 0.06213281436872674, - 0.09844118535783493, + 0.09844118535783491, 0.07569206478328958, - 0.014791147931760337, - 0.05292784136173769 + 0.014791147931745324, + 0.05292784136173978 ], "resistance": [ - 96731.45977870339, + 96731.45977870337, 95016.99084808858, 94292.17208365536, 94548.98916732296, 95943.14569913111, 97804.74620968866, - 99078.0015313265, - 98470.41141681402 + 99078.00153132658, + 98470.41141681401 ], "fuel": [ - 49.36568686020567, + 49.365686860205656, 48.487364889975225, 48.119329915636314, 48.249508093957516, 48.96047540010205, 49.92109800733017, - 50.58554911219654, + 50.58554911219658, 50.26772437575092 ] }, @@ -283525,68 +204715,7 @@ "id": "5243", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.53898453001521, - 19.53898453001521, - 19.53898453001521, - 19.53898453001521, - 19.53898453001521, - 19.53898453001521, - 19.53898453001521, - 19.53898453001521 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -259.69357807282904, - -1726.8346806565514, - -2149.5041912421802, - -1763.3911163735029, - -321.34175321509974, - 1367.6479272123252, - 2336.581709070384, - 1419.611528084537 - ], - "relative wind speed": [ - 5.455215339986149, - 5.105321733778628, - 4.948869133411724, - 5.095272914868259, - 5.441912527767889, - 5.771436247599454, - 5.906139235224817, - 5.780309705241338 - ], - "relative wind angle": [ - 0.0878520138482708, - 0.06726839527596454, - 0.00134924197221008, - 0.06554387040217047, - 0.08806732526306527, - 0.05949478996327939, - 0.0011305560332471056, - 0.0577668909731245 - ], - "resistance": [ - 96374.80642192719, - 94907.66531934346, - 94484.99580875784, - 94871.10888362651, - 96313.15824678491, - 98002.14792721234, - 98971.0817090704, - 98054.11152808456 - ], - "fuel": [ - 49.52846725909424, - 48.77812322796758, - 48.563442313139475, - 48.75952934161404, - 49.496777155339586, - 50.37011221281465, - 50.87591556316934, - 50.397149628345346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.9375 -54.84375, -50.9375 -54.6875, -50.78125 -54.6875, -50.78125 -54.84375, -50.9375 -54.84375))", @@ -283618,9 +204747,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -95.87591161699856, + -95.87591161700402, -1566.607846163528, - -2080.8155538477386, + -2080.815553847806, -1764.3657184460662, -428.62406705710237, 1223.3279820499101, @@ -283628,7 +204757,7 @@ 1504.7776961168001 ], "relative wind speed": [ - 4.944860408367837, + 4.944860408367836, 4.558882143955111, 4.362810124861572, 4.497607656885581, @@ -283638,19 +204767,19 @@ 5.2811004771590975 ], "relative wind angle": [ - 0.10436004777406888, + 0.10436004777406994, 0.0862419351596575, - 0.009219689345281121, + 0.009219689345305204, 0.07473044147493244, - 0.10608263836671646, - 0.07517739390106666, + 0.10608263836671647, + 0.07517739390106667, 0.007458483509537679, - 0.0636272942264306 + 0.06362729422643058 ], "resistance": [ - 96538.624088383, + 96538.62408838299, 95067.89215383647, - 94553.68444615226, + 94553.6844461522, 94870.13428155394, 96205.8759329429, 97857.82798204992, @@ -283658,9 +204787,9 @@ 98139.2776961168 ], "fuel": [ - 47.334806471327624, + 47.33480647132762, 46.581739277900915, - 46.32034557909617, + 46.32034557909614, 46.48109408848211, 47.16372304109961, 48.01713355111353, @@ -283698,9 +204827,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -469.08404576366775, + -469.08404576367684, -1987.938578290068, - -2353.5874447859533, + -2353.587444786044, -1785.6317424976878, -128.60935476224404, 1685.2787767461668, @@ -283708,9 +204837,9 @@ 1397.3926058567376 ], "relative wind speed": [ - 5.220670978184634, + 5.220670978184633, 4.832488869637339, - 4.687390182740996, + 4.687390182740995, 4.890868969516344, 5.2969977007949485, 5.653374340119138, @@ -283718,9 +204847,9 @@ 5.602944835326187 ], "relative wind angle": [ - 0.10428371319895963, - 0.07397192685832003, - 0.008185625660679298, + 0.10428371319896176, + 0.07397192685832002, + 0.008185625660706424, 0.084216318054333, 0.10277569165000063, 0.06321544588474341, @@ -283728,9 +204857,9 @@ 0.0734925751415409 ], "resistance": [ - 96165.41595423633, + 96165.41595423632, 94646.56142170994, - 94280.91255521405, + 94280.91255521396, 94848.86825750231, 96505.89064523776, 98319.77877674617, @@ -283738,9 +204867,9 @@ 98031.89260585673 ], "fuel": [ - 48.575705551010245, + 48.57570555101023, 47.80024313084597, - 47.61484042104438, + 47.614840421044335, 47.90303683866517, 48.75071523673715, 49.69035457849744, @@ -283765,68 +204894,7 @@ "id": "5246", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.231097830263852, - 18.231097830263852, - 18.231097830263852, - 18.231097830263852, - 18.231097830263852, - 18.231097830263852, - 18.231097830263852, - 18.231097830263852 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -539.8094009141114, - -1752.4076762102413, - -1995.3941783911796, - -1419.3201332334193, - 21.594206417159512, - 1514.0617272726959, - 2089.7470817990907, - 1040.4508328909778 - ], - "relative wind speed": [ - 5.020846699637218, - 4.6957576096608715, - 4.59659352534632, - 4.794192556224271, - 5.150726056565019, - 5.448737556750901, - 5.532649315995011, - 5.3623314169192815 - ], - "relative wind angle": [ - 0.0933602864140114, - 0.06070018156169978, - 0.014188485824867448, - 0.0787365789503468, - 0.09099953301747914, - 0.05230353906552763, - 0.011787847107328418, - 0.0703798166299231 - ], - "resistance": [ - 96094.69059908591, - 94882.09232378978, - 94639.10582160883, - 95215.1798667666, - 96656.09420641717, - 98148.56172727271, - 98724.24708179911, - 97674.95083289099 - ], - "fuel": [ - 47.850336517152655, - 47.230863682745905, - 47.10738866432962, - 47.40048107732676, - 48.138990376340374, - 48.91206746682089, - 49.2124794966135, - 48.665845934579465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.78125 -55, -50.78125 -54.84375, -50.625 -54.84375, -50.625 -55, -50.78125 -55))", @@ -283858,9 +204926,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -974.6957403371598, + -974.6957403371671, -2092.088198672387, - -2167.7070610911833, + -2167.707061091194, -1246.6820873683882, 449.81093854646497, 1967.46559720008, @@ -283868,7 +204936,7 @@ 765.0849608915887 ], "relative wind speed": [ - 5.005603966472737, + 5.005603966472736, 4.689959589496354, 4.659431977508925, 4.936296108986276, @@ -283878,19 +204946,19 @@ 5.394316000538006 ], "relative wind angle": [ - 0.09767103198952387, - 0.04904500502255806, - 0.034981317286386565, + 0.09767103198952502, + 0.049045005022558055, + 0.03498131728638974, 0.09340139798328498, 0.09170815741627894, - 0.040998073486171904, - 0.028922284958119233, + 0.04099807348617191, + 0.02892228495811923, 0.08545061884570117 ], "resistance": [ 95659.80425966284, 94542.41180132762, - 94466.79293890882, + 94466.79293890881, 95387.81791263161, 97084.31093854646, 98601.96559720008, @@ -283938,51 +205006,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1128.7287732093773, + 1128.7287732093628, -629.5789210813455, - -1950.547939607468, + -1950.547939607477, -2198.927116922566, - -1517.140982614037, + -1517.1409826140407, 99.12440251819498, 1745.8763158189704, 2331.5653799959528 ], "relative wind speed": [ - 5.190281044403157, + 5.190281044403156, 4.792274409873371, 4.415506225766855, 4.308553185366166, - 4.5511840896345115, + 4.551184089634512, 4.968541025100413, 5.306184948515004, 5.393390713317931 ], "relative wind angle": [ - 0.08609808046783742, + 0.08609808046784, 0.11344844124648064, - 0.07274084426303092, + 0.07274084426303397, 0.020584490812032757, - 0.09822495240608549, - 0.10940724681527585, - 0.060514366581570875, + 0.09822495240608776, + 0.10940724681527586, + 0.06051436658157087, 0.016443664427987864 ], "resistance": [ - 97763.22877320943, + 97763.22877320941, 96004.9210789187, - 94683.95206039258, + 94683.95206039256, 94435.57288307748, - 95117.35901738601, + 95117.359017386, 96733.62440251824, 98380.37631581901, 98966.065379996 ], "fuel": [ - 47.860496137108356, + 47.86049613710834, 46.953108390551336, - 46.27898043634251, + 46.27898043634249, 46.15295071772297, - 46.49944460037728, + 46.499444600377274, 47.327765247128625, 48.18170725019142, 48.487855665234534 @@ -284018,9 +205086,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 956.3899597468062, + 956.389959746798, -325.7313923394022, - -1349.9947176510095, + -1349.994717651014, -1590.1532634677496, -1171.5399534847638, -26.64157449873619, @@ -284030,7 +205098,7 @@ "relative wind speed": [ 4.093457524886038, 3.727103572093857, - 3.3517201189958707, + 3.3517201189958703, 3.2157688527076034, 3.4257481047311398, 3.821105016615002, @@ -284038,19 +205106,19 @@ 4.260396140157714 ], "relative wind angle": [ - 0.09858973603771584, + 0.09858973603771923, 0.14061372533889882, - 0.10035702823226547, + 0.1003570282322666, 0.014758295048577015, - 0.11788788888337785, - 0.13713241487451233, + 0.11788788888337787, + 0.1371324148745123, 0.08092145326574454, - 0.011139462777986688 + 0.01113946277798669 ], "resistance": [ - 97590.88995974681, + 97590.8899597468, 96308.7686076606, - 95284.505282349, + 95284.50528234898, 95044.34673653226, 95462.96004651523, 96607.85842550127, @@ -284058,7 +205126,7 @@ 98409.32469187187 ], "fuel": [ - 43.977440360570625, + 43.97744036057062, 43.31547840994285, 42.79104429999637, 42.6686454477906, @@ -284098,33 +205166,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 511.16127790101746, + 511.16127790101564, -1031.9962337241532, - -1922.2090255610465, + -1922.2090255610583, -1898.1712870228066, -946.3072815772339, 610.5877004198428, - 1900.2225691750336, + 1900.222569175041, 1843.6054594891993 ], "relative wind speed": [ - 4.794726121238229, + 4.794726121238228, 4.397046385912359, 4.1003666161995005, 4.1113429386203855, 4.421721445597849, 4.817364653031695, - 5.072278850073286, + 5.072278850073285, 5.06338605689912 ], "relative wind angle": [ - 0.10161280514668752, + 0.10161280514668643, 0.1085889477215922, - 0.04575617026076994, + 0.04575617026077479, 0.05141578604899965, - 0.1102180969737224, + 0.11021809697372241, 0.09908185736440715, - 0.036984239653216344, + 0.03698423965321334, 0.041742062405539994 ], "resistance": [ @@ -284165,68 +205233,7 @@ "id": "5251", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.014058149656272, - 15.014058149656272, - 15.014058149656272, - 15.014058149656272, - 15.014058149656272, - 15.014058149656272, - 15.014058149656272, - 15.014058149656272 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 421.2290527335199, - -919.5198009553997, - -1677.7222908982576, - -1642.4455900928006, - -794.2473998480245, - 566.6524177781857, - 1679.2507366680366, - 1596.2744080570283 - ], - "relative wind speed": [ - 4.367912162809336, - 3.9862337817300957, - 3.7052200307450667, - 3.7229779908143037, - 4.02598035437389, - 4.404215561620027, - 4.6431152257496, - 4.628888565923198 - ], - "relative wind angle": [ - 0.10766230803687005, - 0.11402278524172482, - 0.04645036793852227, - 0.05649724038073079, - 0.1168463908161552, - 0.10316086056516395, - 0.03706269077361974, - 0.045431735154413684 - ], - "resistance": [ - 97055.7290527335, - 95714.98019904458, - 94956.77770910173, - 94992.05440990718, - 95840.25260015196, - 97201.15241777817, - 98313.75073666802, - 98230.77440805701 - ], - "fuel": [ - 45.05084077328726, - 44.36142547861046, - 43.97451738824486, - 43.99247151793735, - 44.42555746215682, - 45.12601981402992, - 45.70380024734581, - 45.66055108140105 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -54.53125, -50.3125 -54.375, -50.15625 -54.375, -50.15625 -54.53125, -50.3125 -54.53125))", @@ -284258,9 +205265,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 622.1315108861527, + 622.131510886149, -456.21664366412733, - -1208.6580713870594, + -1208.6580713870608, -1311.5085824084981, -811.4518580310009, 208.09171033510938, @@ -284268,9 +205275,9 @@ 1430.3966392105267 ], "relative wind speed": [ - 3.4434262882912168, + 3.443426288291216, 3.0602193017695045, - 2.70850751173667, + 2.7085075117366695, 2.6379757636466574, 2.907670878582839, 3.3085937142736466, @@ -284280,15 +205287,15 @@ "relative wind angle": [ 0.13062642595948437, 0.16694058891966254, - 0.10007828630202059, + 0.10007828630202058, 0.047707723030827, 0.15487394291322812, 0.15430383074971746, - 0.07519488367334913, + 0.07519488367334914, 0.03443452463693647 ], "resistance": [ - 97256.63151088616, + 97256.63151088615, 96178.28335633587, 95425.84192861294, 95322.9914175915, @@ -284298,7 +205305,7 @@ 98064.89663921052 ], "fuel": [ - 42.210488478436005, + 42.210488478436, 41.65466746993984, 41.26939397578926, 41.21689496933388, @@ -284325,68 +205332,7 @@ "id": "5253", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.579643992336809, - 10.579643992336809, - 10.579643992336809, - 10.579643992336809, - 10.579643992336809, - 10.579643992336809, - 10.579643992336809, - 10.579643992336809 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 435.3515265124306, - -599.0810538669848, - -1226.3170115511643, - -1234.3131504806356, - -626.33670780888, - 403.5128561729143, - 1295.502776784051, - 1314.0678790711418 - ], - "relative wind speed": [ - 3.1940751270326118, - 2.7821115253133897, - 2.445143498778239, - 2.4391960052508677, - 2.769478769568923, - 3.1830777610576515, - 3.4486811743917265, - 3.4528902994722546 - ], - "relative wind angle": [ - 0.15818657146409446, - 0.1836610163864683, - 0.08820871729870029, - 0.08351440677523408, - 0.18269327088343756, - 0.16031041717389194, - 0.06250032247529314, - 0.05896197573572647 - ], - "resistance": [ - 97069.85152651247, - 96035.41894613305, - 95408.18298844888, - 95400.1868495194, - 96008.16329219117, - 97038.01285617295, - 97930.0027767841, - 97948.56787907118 - ], - "fuel": [ - 41.63478941734765, - 41.10223856889834, - 40.781261511694694, - 40.77717907746714, - 41.088260538681716, - 41.6183387114843, - 42.08064799506384, - 42.09030154964992 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.3125 -54.6875, -50.3125 -54.53125, -50.15625 -54.53125, -50.15625 -54.6875, -50.3125 -54.6875))", @@ -284405,68 +205351,7 @@ "id": "5254", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.789395731851503, - 11.789395731851503, - 11.789395731851503, - 11.789395731851503, - 11.789395731851503, - 11.789395731851503, - 11.789395731851503, - 11.789395731851503 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 264.32821028310354, - -742.7945196557616, - -1274.9111287121546, - -1211.241040240894, - -520.6516986572478, - 522.8275690701612, - 1340.734795082274, - 1191.8516516831305 - ], - "relative wind speed": [ - 3.448674785872043, - 3.0761595623558624, - 2.8125255058066347, - 2.8540134519011082, - 3.1670684415958488, - 3.5300032067107994, - 3.7434450138407365, - 3.7119115707179042 - ], - "relative wind angle": [ - 0.13551192210439625, - 0.1402484472612393, - 0.050589511550967386, - 0.08028173409375225, - 0.14764587748447033, - 0.12212009966796049, - 0.03800185258701758, - 0.0616998500128597 - ], - "resistance": [ - 96898.82821028311, - 95891.70548034426, - 95359.58887128787, - 95423.25895975911, - 96113.84830134276, - 97157.32756907017, - 97975.23479508229, - 97826.35165168314 - ], - "fuel": [ - 42.351893443146096, - 41.8339921106773, - 41.561881107964496, - 41.59438489207545, - 41.94790207913375, - 42.485432472182154, - 42.90959584693249, - 42.83220033169074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.15625 -54.6875, -50.15625 -54.53125, -50 -54.53125, -50 -54.6875, -50.15625 -54.6875))", @@ -284485,68 +205370,7 @@ "id": "5255", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.95237596510689, - 11.95237596510689, - 11.95237596510689, - 11.95237596510689, - 11.95237596510689, - 11.95237596510689, - 11.95237596510689, - 11.95237596510689 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -169.07166000588222, - -1023.80764406147, - -1256.4046986484377, - -989.5807674850635, - -111.71877843268794, - 890.6265638384857, - 1437.0666536215858, - 841.7583129481891 - ], - "relative wind speed": [ - 3.3430529282467476, - 2.998238744493495, - 2.8501917605367537, - 3.014245209262153, - 3.3633472660715253, - 3.6740539114536723, - 3.790054701639326, - 3.660933423553359 - ], - "relative wind angle": [ - 0.14103735084425836, - 0.10862604408782595, - 0.0035956641763641136, - 0.11288470860454909, - 0.14018069970933011, - 0.08858667617621097, - 0.0027040039317415402, - 0.09288032179126694 - ], - "resistance": [ - 96465.42833999415, - 95610.69235593856, - 95378.0953013516, - 95644.91923251496, - 96522.78122156735, - 97525.12656383851, - 98071.56665362162, - 97476.25831294822 - ], - "fuel": [ - 42.24443794423433, - 41.80603585093466, - 41.68720518858245, - 41.8235388866163, - 42.27395210018039, - 42.791741576586226, - 43.07559505942875, - 42.766410626326405 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -54.84375, -50.625 -54.6875, -50.46875 -54.6875, -50.46875 -54.84375, -50.625 -54.84375))", @@ -284565,68 +205389,7 @@ "id": "5256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.80364890579272, - 17.80364890579272, - 17.80364890579272, - 17.80364890579272, - 17.80364890579272, - 17.80364890579272, - 17.80364890579272, - 17.80364890579272 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -95.26271521014678, - -1533.907868318871, - -2037.93994301159, - -1731.2582871279938, - -427.54702914156223, - 1186.8457798081417, - 2193.39985050601, - 1467.6048934604678 - ], - "relative wind speed": [ - 5.009661460487111, - 4.638186128569671, - 4.4495982547832, - 4.57811291367061, - 4.930894926198241, - 5.281823753083901, - 5.441645715491565, - 5.333977396988087 - ], - "relative wind angle": [ - 0.09917914260169892, - 0.08174815875616874, - 0.00889550273131052, - 0.07056033004074097, - 0.10076878020471507, - 0.07176807637772056, - 0.007273762848860236, - 0.060548151632631685 - ], - "resistance": [ - 96539.23728478985, - 95100.59213168113, - 94596.56005698841, - 94903.24171287201, - 96206.95297085843, - 97821.34577980814, - 98827.89985050602, - 98102.10489346046 - ], - "fuel": [ - 47.60181284842856, - 46.86508606408781, - 46.60879420129121, - 46.76462407768966, - 47.43096685871753, - 48.264867647062296, - 48.78970283090828, - 48.41088131387973 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -54.84375, -50.46875 -54.6875, -50.3125 -54.6875, -50.3125 -54.84375, -50.46875 -54.84375))", @@ -284645,68 +205408,7 @@ "id": "5257", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.060317868064455, - 14.060317868064455, - 14.060317868064455, - 14.060317868064455, - 14.060317868064455, - 14.060317868064455, - 14.060317868064455, - 14.060317868064455 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 171.6977455032984, - -1013.8106897626594, - -1567.533452540616, - -1430.3189074612374, - -527.7035359565871, - 736.1842697918728, - 1652.3873374864525, - 1329.8453036824048 - ], - "relative wind speed": [ - 4.040107841754154, - 3.6648913450608145, - 3.427732664960024, - 3.5016535272481226, - 3.829889295537412, - 4.190357361606977, - 4.386476053353251, - 4.3276952254272985 - ], - "relative wind angle": [ - 0.11897797311127942, - 0.11319869754943324, - 0.03089973785316549, - 0.07552511155769932, - 0.1255421605498889, - 0.09895381911012054, - 0.024144546893909814, - 0.06108929121357292 - ], - "resistance": [ - 96806.19774550333, - 95620.68931023737, - 95066.96654745941, - 95204.1810925388, - 96106.79646404344, - 97370.6842697919, - 98286.88733748648, - 97964.34530368244 - ], - "fuel": [ - 44.07639416200938, - 43.467562106249055, - 43.18498293031103, - 43.254900762692245, - 43.71657570898729, - 44.368130893019234, - 44.84416503307139, - 44.676224729928464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.625 -55, -50.625 -54.84375, -50.46875 -54.84375, -50.46875 -55, -50.625 -55))", @@ -284725,68 +205427,7 @@ "id": "5258", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.01956728293654, - 15.01956728293654, - 15.01956728293654, - 15.01956728293654, - 15.01956728293654, - 15.01956728293654, - 15.01956728293654, - 15.01956728293654 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -580.6160180179122, - -1589.0017540568915, - -1745.7385520931266, - -1137.065063463342, - 178.5454814856039, - 1468.5227473503637, - 1837.2287830226287, - 824.5433297130367 - ], - "relative wind speed": [ - 4.09512356035065, - 3.7531533327715616, - 3.674255915929713, - 3.9185838781493874, - 4.308697193993476, - 4.609636487270114, - 4.672767054789029, - 4.4698555764111605 - ], - "relative wind angle": [ - 0.12226009582017008, - 0.073897653307296, - 0.029275329595330246, - 0.10974829330847993, - 0.11617176675560713, - 0.060148781799296135, - 0.023018307067099418, - 0.0961680651223191 - ], - "resistance": [ - 96053.8839819821, - 95045.49824594312, - 94888.76144790689, - 95497.43493653668, - 96813.04548148562, - 98103.02274735038, - 98471.72878302264, - 97459.04332971305 - ], - "fuel": [ - 44.54011739299635, - 44.02473938646375, - 43.94497220793272, - 44.255252785076685, - 44.93061540611766, - 45.599072798465414, - 45.791271577241474, - 45.264593075586305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-50.46875 -55, -50.46875 -54.84375, -50.3125 -54.84375, -50.3125 -55, -50.46875 -55))", @@ -284805,68 +205446,7 @@ "id": "5259", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.22124092273262, - 14.22124092273262, - 14.22124092273262, - 14.22124092273262, - 14.22124092273262, - 14.22124092273262, - 14.22124092273262, - 14.22124092273262 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -235.20646568153188, - -1228.83548661841, - -1488.9660427454983, - -1165.727513699072, - -129.16406250485488, - 1040.1061230381065, - 1653.9909570925001, - 950.2112360840747 - ], - "relative wind speed": [ - 3.961398790861999, - 3.626878172903685, - 3.489438920329167, - 3.6512232907905813, - 3.9929011459422794, - 4.29903415436827, - 4.411321339780417, - 4.278376844353296 - ], - "relative wind angle": [ - 0.11662333062200873, - 0.08688472374602238, - 0.004544598782279473, - 0.09247082125582522, - 0.11569907591082103, - 0.07327361871159367, - 0.003594859275768393, - 0.07888519163696954 - ], - "resistance": [ - 96399.29353431847, - 95405.66451338159, - 95145.5339572545, - 95468.77248630094, - 96505.33593749514, - 97674.6061230381, - 98288.4909570925, - 97584.71123608407 - ], - "fuel": [ - 44.00531358801885, - 43.49617324529345, - 43.363487876583505, - 43.52840082145377, - 44.05986719014135, - 44.66417359020771, - 44.98348037174523, - 44.61753326595172 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -60.15625, -70 -60, -69.84375 -60, -69.84375 -60.15625, -70 -60.15625))", @@ -284885,68 +205465,7 @@ "id": "5260", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.065993990965547, - 14.065993990965547, - 14.065993990965547, - 14.065993990965547, - 14.065993990965547, - 14.065993990965547, - 14.065993990965547, - 14.065993990965547 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1483.4428886346032, - 1755.536220736305, - 734.4381072185761, - -621.1531285652891, - -1554.6316442163497, - -1670.6440344211442, - -1029.5419675895519, - 259.80875020304484 - ], - "relative wind speed": [ - 4.370889178873419, - 4.4199283080293865, - 4.1987067533609075, - 3.8081052252267122, - 3.4619905443657375, - 3.3991593806632565, - 3.6689116018994015, - 4.0728841546097945 - ], - "relative wind angle": [ - 0.061055256495535414, - 0.03021250573050894, - 0.1087048098320785, - 0.13451066932939498, - 0.07711300415982986, - 0.03928946452600178, - 0.12447826569947584, - 0.12571810100565198 - ], - "resistance": [ - 98117.94288863458, - 98390.03622073629, - 97368.93810721856, - 96013.3468714347, - 95079.86835578363, - 94963.85596557884, - 95604.95803241043, - 96894.30875020302 - ], - "fuel": [ - 44.76100667842747, - 44.90280946400449, - 44.3720820748052, - 43.673492341558294, - 43.19640953590712, - 43.13734437432152, - 43.46437373653889, - 44.12670886958192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -60.15625, -69.84375 -60, -69.6875 -60, -69.6875 -60.15625, -69.84375 -60.15625))", @@ -284965,68 +205484,7 @@ "id": "5261", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.645564866034855, - 11.645564866034855, - 11.645564866034855, - 11.645564866034855, - 11.645564866034855, - 11.645564866034855, - 11.645564866034855, - 11.645564866034855 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1236.8485023478133, - 1555.6543200000779, - 718.9549658396973, - -436.18830995190046, - -1270.06501815404, - -1406.8033264940468, - -908.3237160390686, - 168.61992350866058 - ], - "relative wind speed": [ - 3.7028149357458435, - 3.7698936642630074, - 3.56257645999731, - 3.1687345180040127, - 2.794967413709961, - 2.7038089895983175, - 2.971654464899322, - 3.3884809054343092 - ], - "relative wind angle": [ - 0.08067620197815456, - 0.02954315518408875, - 0.12831810933946022, - 0.16912686285213913, - 0.1069690234899023, - 0.04119738476259168, - 0.15402095597663207, - 0.15806325411825012 - ], - "resistance": [ - 97871.34850234783, - 98190.15432000009, - 97353.45496583972, - 96198.31169004811, - 95364.43498184597, - 95227.69667350597, - 95726.17628396094, - 96803.11992350867 - ], - "fuel": [ - 42.75477345304913, - 42.92065585595786, - 42.486107083363144, - 41.89045185991708, - 41.463545157362795, - 41.393788332079325, - 41.64842238429556, - 42.201704884010276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -60.3125, -70 -60.15625, -69.84375 -60.15625, -69.84375 -60.3125, -70 -60.3125))", @@ -285045,68 +205503,7 @@ "id": "5262", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.086131555694767, - 16.086131555694767, - 16.086131555694767, - 16.086131555694767, - 16.086131555694767, - 16.086131555694767, - 16.086131555694767, - 16.086131555694767 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1585.6964446798738, - 2173.9014427869697, - 1088.2012358734992, - -528.9609368737547, - -1766.147095877046, - -2016.061303579203, - -1417.0626576773047, - 57.27066317092431 - ], - "relative wind speed": [ - 4.919348487632863, - 5.013487895627182, - 4.818670596964019, - 4.42443497946874, - 4.041999475960906, - 3.924625896419134, - 4.161509700144696, - 4.578441265201228 - ], - "relative wind angle": [ - 0.06716860639477981, - 0.015473466990740075, - 0.09141428704099899, - 0.12338259661964046, - 0.08177776472634438, - 0.0197669785227551, - 0.10590035867230103, - 0.11921221949406344 - ], - "resistance": [ - 98220.1964446799, - 98808.40144278698, - 97722.70123587351, - 96105.53906312626, - 94868.35290412296, - 94618.43869642081, - 95217.43734232271, - 96691.77066317094 - ], - "fuel": [ - 46.67712791859066, - 46.984243611343466, - 46.418378870583936, - 45.58364952062554, - 44.95162227544899, - 44.82464290083339, - 45.1293782744761, - 45.88511979929257 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -60.3125, -69.84375 -60.15625, -69.6875 -60.15625, -69.6875 -60.3125, -69.84375 -60.3125))", @@ -285125,68 +205522,7 @@ "id": "5263", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.831183452371407, - 12.831183452371407, - 12.831183452371407, - 12.831183452371407, - 12.831183452371407, - 12.831183452371407, - 12.831183452371407, - 12.831183452371407 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1528.2521657485668, - 1602.4723351002494, - 552.9666314776414, - -719.3169380224135, - -1512.4175670780692, - -1544.1991631393048, - -829.7767286259577, - 424.35560023199014 - ], - "relative wind speed": [ - 4.070194805507525, - 4.08454588099254, - 3.827055363159546, - 3.4129665832468783, - 3.073381553770741, - 3.0542830379494252, - 3.3713212806183943, - 3.7899629327315094 - ], - "relative wind angle": [ - 0.05656371645645682, - 0.046648265346074816, - 0.13088227305938965, - 0.15173515211068755, - 0.07493964218816725, - 0.06240140473868163, - 0.14869845133463286, - 0.13654185878831684 - ], - "resistance": [ - 98162.7521657486, - 98236.97233510029, - 97187.46663147768, - 95915.18306197763, - 95122.08243292198, - 95090.30083686074, - 95804.72327137408, - 97058.85560023204 - ], - "fuel": [ - 43.778054599542756, - 43.81671985912958, - 43.27188052484614, - 42.6168844526363, - 42.21162862682188, - 42.19543775203424, - 42.56030179796015, - 43.20539542789996 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -60.46875, -70 -60.3125, -69.84375 -60.3125, -69.84375 -60.46875, -70 -60.46875))", @@ -285218,17 +205554,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1639.1744705561796, + 1639.1744705561687, 2424.1348289812813, - 1312.2193341495567, + 1312.2193341495458, -446.53005177667, - -1859.099834772047, + -1859.0998347720433, -2192.7724792747767, - -1629.8135349695476, + -1629.813534969545, -61.77495785760402 ], "relative wind speed": [ - 5.029864148999905, + 5.029864148999904, 5.1523001050071775, 4.965415041795539, 4.5535280873063355, @@ -285238,19 +205574,19 @@ 4.65248705313431 ], "relative wind angle": [ - 0.07552165637791808, + 0.07552165637791956, 0.009682478806971595, - 0.0907619999587285, + 0.09076199995873097, 0.12917866479773757, - 0.091954708185084, + 0.0919547081850828, 0.012537074002138368, - 0.10710304445609845, + 0.10710304445609742, 0.1264161248966405 ], "resistance": [ - 98273.67447055623, + 98273.67447055622, 99058.63482898133, - 97946.7193341496, + 97946.71933414959, 96187.96994822337, 94775.400165228, 94441.72752072527, @@ -285260,7 +205596,7 @@ "fuel": [ 47.054631347097825, 47.464921202217965, - 46.884412001276885, + 46.88441200127687, 45.975596928057605, 45.25400109500874, 45.08463214938658, @@ -285285,68 +205621,7 @@ "id": "5265", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.617729412533881, - 12.617729412533881, - 12.617729412533881, - 12.617729412533881, - 12.617729412533881, - 12.617729412533881, - 12.617729412533881, - 12.617729412533881 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1384.790759886855, - 1831.2053010688805, - 897.0332768763692, - -444.030532731892, - -1446.7223394283578, - -1638.036724263187, - -1105.9908561290695, - 125.66947706950396 - ], - "relative wind speed": [ - 3.9949176995695965, - 4.081881018367656, - 3.8729473096961757, - 3.4564241278053287, - 3.0481983630009752, - 2.9307214194505224, - 3.2017432474908745, - 3.647466646216443 - ], - "relative wind angle": [ - 0.08488614848094082, - 0.02371743056408117, - 0.1231127673719415, - 0.1673702296624083, - 0.11134674536059218, - 0.03303632460434382, - 0.14909765253872198, - 0.15852762375475116 - ], - "resistance": [ - 98019.29075988685, - 98465.70530106888, - 97531.53327687638, - 96190.4694672681, - 95187.77766057164, - 94996.46327573681, - 95528.50914387094, - 96760.1694770695 - ], - "fuel": [ - 43.53960838639243, - 43.772240443221484, - 43.28627976529151, - 42.59432896552986, - 42.08134085009465, - 41.98388731491434, - 42.25524316811224, - 42.8874603746069 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -60.625, -70 -60.46875, -69.84375 -60.46875, -69.84375 -60.625, -70 -60.625))", @@ -285378,9 +205653,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1579.3741626620795, + 1579.3741626620758, 2019.2911689974671, - 945.5501252649983, + 945.5501252649956, -560.0911144126385, -1659.2602949996763, -1847.4000807328548, @@ -285388,24 +205663,24 @@ 182.36711482418013 ], "relative wind speed": [ - 4.372083120063627, + 4.3720831200636265, 4.450766174105061, 4.226982282857342, 3.798269626843543, 3.3916297621120193, 3.28769580640173, 3.5708380014219996, - 4.0238552525888815 + 4.023855252588882 ], "relative wind angle": [ 0.07571950249743159, - 0.02563052206082979, - 0.11667026978485578, - 0.15377877961399664, + 0.025630522060829785, + 0.11667026978485673, + 0.15377877961399666, 0.09767048805881691, 0.034700858177096956, - 0.13823525080892202, - 0.1450947529066197 + 0.13823525080892204, + 0.14509475290662122 ], "resistance": [ 98213.8741626621, @@ -285445,68 +205720,7 @@ "id": "5267", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.330273604031376, - 13.330273604031376, - 13.330273604031376, - 13.330273604031376, - 13.330273604031376, - 13.330273604031376, - 13.330273604031376, - 13.330273604031376 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1585.6669019751544, - 1810.2590142899326, - 726.0192516321331, - -670.2120700324376, - -1605.8350986171226, - -1702.0047870821163, - -1004.3715414364342, - 336.92612634171564 - ], - "relative wind speed": [ - 4.2174722572280166, - 4.259242123067876, - 4.011835323985652, - 3.5842456419013278, - 3.2093244928720726, - 3.1536791970840667, - 3.462948638697591, - 3.903846707998138 - ], - "relative wind angle": [ - 0.06572717201958551, - 0.037944986590819005, - 0.12634024179895328, - 0.1549952775302113, - 0.08641945416157783, - 0.05125723602345885, - 0.1464999171149099, - 0.1422158982286867 - ], - "resistance": [ - 98220.16690197517, - 98444.75901428994, - 97360.51925163215, - 95964.28792996757, - 95028.66490138289, - 94932.4952129179, - 95630.12845856359, - 96971.42612634173 - ], - "fuel": [ - 44.20259237925256, - 44.31970525086026, - 43.75606586265714, - 43.03668199846646, - 42.558677705393656, - 42.50972979266203, - 42.865587956364024, - 43.55486332398202 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -60.15625, -69.0625 -60, -68.90625 -60, -68.90625 -60.15625, -69.0625 -60.15625))", @@ -285525,68 +205739,7 @@ "id": "5268", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.575807138135048, - 13.575807138135048, - 13.575807138135048, - 13.575807138135048, - 13.575807138135048, - 13.575807138135048, - 13.575807138135048, - 13.575807138135048 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1655.8513044554138, - 580.5580187803034, - -738.0746006788868, - -1568.8510525206966, - -1610.3752525190475, - -883.4697565716615, - 411.45720715295556, - 1558.6463394419416 - ], - "relative wind speed": [ - 4.280498507614519, - 4.030196651333466, - 3.625872897522181, - 3.2938419942732806, - 3.2704260428623795, - 3.5743347530838685, - 3.9838925320014233, - 4.262506175043553 - ], - "relative wind angle": [ - 0.04220746041620556, - 0.12069531115810359, - 0.13990534028450344, - 0.06982846375871776, - 0.05525496378944465, - 0.13617883636075911, - 0.1272607383944807, - 0.05394210235257699 - ], - "resistance": [ - 98290.35130445546, - 97215.05801878034, - 95896.42539932116, - 95065.64894747935, - 95024.124747481, - 95751.03024342838, - 97045.957207153, - 98193.14633944198 - ], - "fuel": [ - 44.43933461850304, - 43.88094595484814, - 43.202066827337134, - 42.77767576084958, - 42.75653106840005, - 43.12760824849793, - 43.79352516154719, - 44.38868019781488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -60.15625, -68.90625 -60, -68.75 -60, -68.75 -60.15625, -68.90625 -60.15625))", @@ -285605,68 +205758,7 @@ "id": "5269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.337215294295838, - 14.337215294295838, - 14.337215294295838, - 14.337215294295838, - 14.337215294295838, - 14.337215294295838, - 14.337215294295838, - 14.337215294295838 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1604.2770145267668, - 466.3853083532331, - -857.7348323985807, - -1631.5828603005366, - -1618.5150275675114, - -811.6082879869136, - 519.9728543768069, - 1634.9500305287702 - ], - "relative wind speed": [ - 4.459938908948134, - 4.199631555259206, - 3.807585555154901, - 3.5088975528906543, - 3.5158233625489275, - 3.822978392335673, - 4.213592437382863, - 4.465389899159119 - ], - "relative wind angle": [ - 0.04585346841355474, - 0.11425754791457125, - 0.12446490934859536, - 0.05408486059991859, - 0.05817908470477405, - 0.1255714292666849, - 0.11241838084976293, - 0.04249188178623836 - ], - "resistance": [ - 98238.77701452679, - 97100.88530835324, - 95776.76516760144, - 95002.91713969948, - 95015.9849724325, - 95822.89171201311, - 97154.47285437683, - 98269.45003052878 - ], - "fuel": [ - 45.058427332734, - 44.46788285654023, - 43.78675461798356, - 43.39170727857212, - 43.398359875219775, - 43.81037246482224, - 44.495585682825215, - 45.07441274085637 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -60.3125, -69.0625 -60.15625, -68.90625 -60.15625, -68.90625 -60.3125, -69.0625 -60.3125))", @@ -285685,68 +205777,7 @@ "id": "5270", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.936720504859105, - 12.936720504859105, - 12.936720504859105, - 12.936720504859105, - 12.936720504859105, - 12.936720504859105, - 12.936720504859105, - 12.936720504859105 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1789.2127349066523, - 797.1987985132482, - -549.2058131186604, - -1503.2066189645511, - -1644.8155492649207, - -1040.7268316036825, - 224.76150743422022, - 1458.556648196227 - ], - "relative wind speed": [ - 4.152191622115334, - 3.9265791921902125, - 3.5098970092163824, - 3.1240837573668476, - 3.0395556246413786, - 3.325893791075214, - 3.7630063309470656, - 4.088972283962126 - ], - "relative wind angle": [ - 0.030847886561204945, - 0.1236251558094882, - 0.1592754780705443, - 0.097165498186455, - 0.042145615807319736, - 0.14610065785658882, - 0.14847983491452937, - 0.0741883061649843 - ], - "resistance": [ - 98423.71273490669, - 97431.69879851327, - 96085.29418688137, - 95131.29338103547, - 94989.6844507351, - 95593.77316839635, - 96859.26150743425, - 98093.05664819626 - ], - "fuel": [ - 43.99617333057612, - 43.48038478330563, - 42.78619183458914, - 42.29840150491459, - 42.22628407314285, - 42.53444919959771, - 43.184417456671106, - 43.823844868112104 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -60.3125, -68.90625 -60.15625, -68.75 -60.15625, -68.75 -60.3125, -68.90625 -60.3125))", @@ -285765,68 +205796,7 @@ "id": "5271", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.628897800860063, - 12.628897800860063, - 12.628897800860063, - 12.628897800860063, - 12.628897800860063, - 12.628897800860063, - 12.628897800860063, - 12.628897800860063 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1559.8394602504459, - 485.2232918894042, - -771.6213922344923, - -1519.6018946588006, - -1517.4261699447302, - -764.079853553365, - 494.00776412097366, - 1564.916092612355 - ], - "relative wind speed": [ - 4.026993256948666, - 3.754892379071169, - 3.3335679897407067, - 3.0010875253032663, - 3.00241949047979, - 3.336462304584932, - 3.757462168285802, - 4.027985992253705 - ], - "relative wind angle": [ - 0.053219111759212935, - 0.13742720168375602, - 0.15458262832788278, - 0.07051965356301323, - 0.07140707864649103, - 0.1547931788390396, - 0.13702641458745554, - 0.05252191471148513 - ], - "resistance": [ - 98194.33946025046, - 97119.72329188942, - 95862.87860776552, - 95114.89810534121, - 95117.07383005529, - 95870.42014644665, - 97128.507764121, - 98199.41609261237 - ], - "fuel": [ - 43.63923428456502, - 43.081579809448485, - 42.43481269108697, - 42.05269497875527, - 42.05380346325244, - 42.43867600671789, - 43.086120947907574, - 43.641878917761616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -60.46875, -69.0625 -60.3125, -68.90625 -60.3125, -68.90625 -60.46875, -69.0625 -60.46875))", @@ -285845,68 +205815,7 @@ "id": "5272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.528073511284136, - 12.528073511284136, - 12.528073511284136, - 12.528073511284136, - 12.528073511284136, - 12.528073511284136, - 12.528073511284136, - 12.528073511284136 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1770.7986323481546, - 833.4808486484599, - -477.60998941054277, - -1435.0033454017175, - -1600.2439035431953, - -1049.458556038986, - 167.15892161605916, - 1385.2563073391466 - ], - "relative wind speed": [ - 4.045436168406962, - 3.8305551593428757, - 3.416580691131673, - 3.020364409403955, - 2.9181995051643876, - 3.1950413637116735, - 3.6343388017056273, - 3.9697406689861707 - ], - "relative wind angle": [ - 0.027268825680274833, - 0.12478023742719328, - 0.1658094020042668, - 0.10639626993845819, - 0.03780649780140071, - 0.1497712005971065, - 0.1557907994403358, - 0.08088678941234485 - ], - "resistance": [ - 98405.29863234816, - 97467.98084864845, - 96156.89001058946, - 95199.49665459828, - 95034.25609645681, - 95585.04144396102, - 96801.65892161606, - 98019.75630733915 - ], - "fuel": [ - 43.67282717365869, - 43.185446229349424, - 42.50919756609624, - 42.019423573419466, - 41.935236549670236, - 42.21624663581081, - 42.84096414847873, - 43.47195936678794 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -60.46875, -68.90625 -60.3125, -68.75 -60.3125, -68.75 -60.46875, -68.90625 -60.46875))", @@ -285938,9 +205847,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1587.935251435897, + 1587.935251435888, 659.335384616742, - -553.5194435148396, + -553.5194435148405, -1380.0367935749673, -1476.7083439976582, -888.4559765815329, @@ -285948,7 +205857,7 @@ 1362.3630833604584 ], "relative wind speed": [ - 3.923985913181939, + 3.923985913181938, 3.695785232132711, 3.29310437710906, 2.9331490631941546, @@ -285958,14 +205867,14 @@ 3.8784610635806063 ], "relative wind angle": [ - 0.036730450730327255, - 0.12865822561917264, - 0.16056796961140732, + 0.03673045073033028, + 0.12865822561917267, + 0.16056796961140798, 0.09231800536169996, 0.05019493936866076, - 0.15061607054715545, - 0.1476895562548575, - 0.06977446216974557 + 0.15061607054715548, + 0.14768955625485752, + 0.06977446216974559 ], "resistance": [ 98222.43525143588, @@ -286018,11 +205927,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1626.4374802746734, + 1626.4374802746543, 519.1820861131728, - -795.5338002678718, + -795.5338002678745, -1590.067198084992, - -1600.0932258938892, + -1600.093225893892, -830.6078972117812, 478.3842566938756, 1602.974714453072 @@ -286030,39 +205939,39 @@ "relative wind speed": [ 4.266320180572608, 4.003715441362182, - 3.594625046540438, + 3.5946250465404375, 3.270646245951893, - 3.2649713375013287, + 3.264971337501329, 3.5821485706855216, 3.9925175632237933, 4.261971240131389 ], "relative wind angle": [ - 0.04706308682445553, + 0.047063086824462606, 0.12432188411002093, - 0.13994236796224552, - 0.06505397259169685, - 0.06151316416312451, - 0.139042683156467, + 0.13994236796224632, + 0.06505397259169686, + 0.06151316416312631, + 0.13904268315646703, 0.12591740631067921, 0.049908075120637496 ], "resistance": [ - 98260.93748027469, + 98260.93748027468, 97153.68208611319, 95838.96619973214, 95044.43280191503, - 95034.40677410613, + 95034.40677410612, 95803.89210278823, 97112.88425669388, 98237.47471445308 ], "fuel": [ - 44.39185240249317, + 44.391852402493164, 43.817053180707774, 43.140481205012854, 42.73472072081552, - 42.729615533835734, + 42.72961553383573, 43.1225196451712, 43.79596132531883, 44.379625083682306 @@ -286098,9 +206007,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1569.7258678039188, + 1569.7258678039152, 515.7255604404008, - -736.3427782814542, + -736.342778281457, -1498.331988327653, -1511.8691368163613, -783.1758764308215, @@ -286108,9 +206017,9 @@ 1538.1581505731438 ], "relative wind speed": [ - 3.9879303375378963, + 3.987930337537895, 3.7204122365221224, - 3.297802409356732, + 3.2978024093567315, 2.9568753573841486, 2.948461484025688, 3.2795649544069914, @@ -286119,13 +206028,13 @@ ], "relative wind angle": [ 0.05155840825758707, - 0.1384628532231164, - 0.15854749917974106, - 0.07543652249621201, - 0.0697608056798109, - 0.15722085613196427, + 0.13846285322311638, + 0.15854749917974176, + 0.07543652249621202, + 0.06976080567981088, + 0.1572208561319643, 0.14102709087079154, - 0.05599659288915653 + 0.05599659288915654 ], "resistance": [ 98204.22586780392, @@ -286178,9 +206087,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1135.2522943138865, + 1135.2522943138829, 1502.6276996341576, - 745.2652237380535, + 745.2652237380526, -336.66798789712993, -1146.4520946565372, -1304.612436267083, @@ -286188,7 +206097,7 @@ 116.11909787295599 ], "relative wind speed": [ - 3.393398047820104, + 3.3933980478201033, 3.4769716057412596, 3.2785455797291005, 2.8773196593102632, @@ -286198,11 +206107,11 @@ 3.0598472168902973 ], "relative wind angle": [ - 0.09760824805317612, + 0.09760824805317726, 0.02673269501453068, - 0.14142732782921613, - 0.19609371927763092, - 0.13400668922857048, + 0.14142732782921694, + 0.1960937192776309, + 0.1340066892285705, 0.039451933315523685, 0.17694466775314668, 0.18425759931185026 @@ -286258,37 +206167,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1826.0813335726516, + 1826.0813335726298, 1563.3391908347548, - 300.0900052881834, + 300.0900052881816, -1038.3343616565871, - -1715.7945681016154, + -1715.794568101609, -1603.4151042540334, -646.5159710706184, 756.0867471200527 ], "relative wind speed": [ - 4.320940293278354, + 4.320940293278353, 4.272677540355302, 3.957912864844153, 3.5236379029338245, - 3.226743306686852, + 3.2267433066868514, 3.2903835675295037, 3.662966439871647, 4.08244697630391 ], "relative wind angle": [ - 0.03449519173274942, + 0.03449519173275586, 0.06599975387898437, - 0.13878435409754744, + 0.13878435409754827, 0.14024093827126338, - 0.0461998732550728, - 0.08574580377798917, + 0.04619987325506799, + 0.08574580377798915, 0.15004082805796898, 0.120942872430795 ], "resistance": [ - 98460.5813335727, + 98460.58133357267, 98197.8391908348, 96934.59000528822, 95596.16563834346, @@ -286298,7 +206207,7 @@ 97390.58674712009 ], "fuel": [ - 44.52745936775651, + 44.52745936775648, 44.39045645928471, 43.735340861013896, 43.04771834660855, @@ -286338,9 +206247,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 867.2421710447811, + 867.2421710447779, 1173.1467082431868, - 603.9028411907534, + 603.9028411907525, -216.98006174288867, -840.1996338659062, -972.5265231345218, @@ -286351,21 +206260,21 @@ 2.778298258189057, 2.862293652614145, 2.6837625145639885, - 2.3083593342080815, + 2.308359334208081, 1.9152931113961804, 1.787334316859268, 2.045655806688697, - 2.461456093086454 + 2.4614560930864546 ], "relative wind angle": [ - 0.11714668133436826, + 0.11714668133437112, 0.02745503351592691, - 0.16312343824007627, - 0.23514211308931446, + 0.16312343824007697, + 0.23514211308931396, 0.17036592256678434, - 0.04397600756624668, + 0.043976007566246686, 0.21470490887736868, - 0.22026713339122625 + 0.22026713339122678 ], "resistance": [ 97501.74217104481, @@ -286418,37 +206327,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1363.723876297714, + 1363.7238762977086, 1282.8487030910146, - 359.4919582485654, + 359.4919582485627, -671.8490427311626, -1253.5949309616876, -1218.7169083757017, - -553.5292321945294, + -553.5292321945299, 497.8318930531277 ], "relative wind speed": [ - 3.4267750154298127, + 3.4267750154298118, 3.408296546982965, - 3.1254925392371953, + 3.125492539237195, 2.698489813012671, - 2.3691101797724534, + 2.369110179772454, 2.395617811358784, 2.7544085458493783, 3.1738970965269644 ], "relative wind angle": [ - 0.055078307713718584, + 0.0550783077137206, 0.07087794882833044, - 0.1703951915043359, + 0.17039519150433655, 0.1894423367089663, - 0.07971156366106644, - 0.10092641400317867, - 0.1936247514701667, - 0.16079675694187884 + 0.07971156366106784, + 0.10092641400317869, + 0.19362475147016728, + 0.16079675694187887 ], "resistance": [ - 97998.22387629774, + 97998.22387629772, 97917.34870309103, 96993.99195824857, 95962.65095726885, @@ -286458,7 +206367,7 @@ 97132.33189305314 ], "fuel": [ - 42.01070086513741, + 42.010700865137395, 41.96864150818956, 41.49017248280694, 40.95949844567264, @@ -286485,68 +206394,7 @@ "id": "5280", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.881303680137075, - 12.881303680137075, - 12.881303680137075, - 12.881303680137075, - 12.881303680137075, - 12.881303680137075, - 12.881303680137075, - 12.881303680137075 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1873.0180713894788, - 1022.4047117363789, - -312.54807571134097, - -1383.7657796668418, - -1641.7253777356032, - -1210.9625382038585, - -23.497214834635997, - 1269.612392592282 - ], - "relative wind speed": [ - 4.148440397888506, - 3.9713393616398607, - 3.5757987746838777, - 3.1626964350706483, - 3.0085077152069704, - 3.2386941939589033, - 3.6707410056094245, - 4.032124460738361 - ], - "relative wind angle": [ - 0.011587702067233847, - 0.11027562919574817, - 0.1600932732237971, - 0.1169624531025429, - 0.015978639815597745, - 0.13536084755388247, - 0.15591817866440758, - 0.0916616575743419 - ], - "resistance": [ - 98507.51807138948, - 97656.90471173638, - 96321.95192428866, - 95250.73422033316, - 94992.77462226439, - 95423.53746179614, - 96611.00278516536, - 97904.11239259229 - ], - "fuel": [ - 43.996723863442554, - 43.55396621213693, - 42.864530575187196, - 42.31609633784627, - 42.18466598705743, - 42.404278038410055, - 43.01324826282837, - 43.682364175840945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -60.78125, -69.53125 -60.625, -69.375 -60.625, -69.375 -60.78125, -69.53125 -60.78125))", @@ -286565,68 +206413,7 @@ "id": "5281", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.094739739947508, - 10.094739739947508, - 10.094739739947508, - 10.094739739947508, - 10.094739739947508, - 10.094739739947508, - 10.094739739947508, - 10.094739739947508 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1469.2773915328175, - 762.4851622272022, - -278.3139740207466, - -1078.4619369738484, - -1252.1255005341027, - -867.3835635721493, - 73.55876555660097, - 1066.1364693456794 - ], - "relative wind speed": [ - 3.3694301747543, - 3.182393015478392, - 2.7866745072055674, - 2.377081630101765, - 2.240864236219126, - 2.4993813079930525, - 2.934105897646048, - 3.2747542123865494 - ], - "relative wind angle": [ - 0.02231885291041752, - 0.1426178780108417, - 0.20398078982056003, - 0.14606983786807404, - 0.033562806418577396, - 0.18197918519990042, - 0.19359767465917752, - 0.10585021607069198 - ], - "resistance": [ - 98103.77739153281, - 97396.9851622272, - 96356.18602597926, - 95556.03806302615, - 95382.37449946589, - 95767.11643642785, - 96708.0587655566, - 97700.63646934569 - ], - "fuel": [ - 41.87528747912931, - 41.50826370704649, - 40.97118058676111, - 40.56102119278634, - 40.47231512354625, - 40.668989565764875, - 41.15230630397402, - 41.66571630529817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -60.9375, -69.6875 -60.78125, -69.53125 -60.78125, -69.53125 -60.9375, -69.6875 -60.9375))", @@ -286658,51 +206445,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1626.591505124638, + 1626.5915051245815, 1053.6685480180254, - -49.825666780466236, + -49.825666780467145, -1031.4222131351758, - -1361.1758681528027, + -1361.1758681528113, -1115.14598606678, -189.46771281403926, 933.3677918817007 ], "relative wind speed": [ - 3.5708451722771435, + 3.570845172277143, 3.4429935132001197, - 3.0745611531818926, + 3.074561153181892, 2.6369939733711436, 2.4125978086867743, - 2.591786854453332, + 2.5917868544533325, 3.019708122683389, 3.408493247060858 ], "relative wind angle": [ - 0.0078233758531692, + 0.007823375853197582, 0.1134491264999269, - 0.18950045729806375, + 0.18950045729806378, 0.16351701043448366, - 0.011579386798743234, - 0.15095823126843858, - 0.19298571225545064, - 0.12627791268861469 + 0.011579386798752821, + 0.15095823126844005, + 0.19298571225545066, + 0.1262779126886147 ], "resistance": [ - 98261.09150512464, + 98261.09150512458, 97688.16854801803, 96584.67433321953, 95603.07778686483, - 95273.3241318472, + 95273.32413184718, 95519.35401393322, 96445.03228718595, 97567.8677918817 ], "fuel": [ - 42.37315334358559, + 42.373153343585564, 42.07516727042478, 41.50466471031202, 41.000990775557156, - 40.8325930816261, + 40.832593081626094, 40.95819662427918, 41.43279324814013, 42.01275214928894 @@ -286725,68 +206512,7 @@ "id": "5283", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.891291084838983, - 9.891291084838983, - 9.891291084838983, - 9.891291084838983, - 9.891291084838983, - 9.891291084838983, - 9.891291084838983, - 9.891291084838983 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1526.270901975397, - 939.6196207392036, - -85.71516781340642, - -969.3829103139842, - -1237.8903946425025, - -985.6390449689329, - -112.79468558270946, - 916.1977144100424 - ], - "relative wind speed": [ - 3.3302532475777062, - 3.1899495981993478, - 2.8144728893369635, - 2.3764873268959126, - 2.1649262020595397, - 2.3667939737783725, - 2.8028975201660593, - 3.182734694954784 - ], - "relative wind angle": [ - 0.001776560739279728, - 0.12819701306002756, - 0.20853262066767023, - 0.17603593743143786, - 0.0027328420794399317, - 0.17317449633347096, - 0.20940660115951432, - 0.13114042298885567 - ], - "resistance": [ - 98160.7709019754, - 97574.1196207392, - 96548.78483218659, - 95665.11708968601, - 95396.6096053575, - 95648.86095503106, - 96521.7053144173, - 97550.69771441004 - ], - "fuel": [ - 41.78548216624946, - 41.48058975955813, - 40.9507813745972, - 40.49731338735404, - 40.360100138542634, - 40.48899851454924, - 40.93684193785141, - 41.46844359130362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -61.09375, -70 -60.9375, -69.84375 -60.9375, -69.84375 -61.09375, -70 -61.09375))", @@ -286818,9 +206544,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 788.5980338580043, + 788.598033858002, 1047.0162844982033, - 527.6394620851784, + 527.6394620851779, -211.1395542644632, -765.1643055141988, -876.9143956312532, @@ -286828,7 +206554,7 @@ 89.6579694639313 ], "relative wind speed": [ - 2.658601222362355, + 2.6586012223623547, 2.7329196866782017, 2.560528460092902, 2.2056936126501845, @@ -286838,12 +206564,12 @@ 2.3640972566046443 ], "relative wind angle": [ - 0.11240392997126003, + 0.11240392997126103, 0.02971460224472322, - 0.1620169090444911, + 0.16201690904449179, 0.2300360318442706, 0.16278098940803365, - 0.04701179823705271, + 0.047011798237052704, 0.21076688253821985, 0.21437306058196004 ], @@ -286885,68 +206611,7 @@ "id": "5285", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.844266984052327, - 8.844266984052327, - 8.844266984052327, - 8.844266984052327, - 8.844266984052327, - 8.844266984052327, - 8.844266984052327, - 8.844266984052327 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1151.1382592884179, - 995.0667074593216, - 222.57315435016335, - -590.4234215832362, - -1010.0831618159534, - -942.5782646808032, - -364.23413092885176, - 487.70970508193204 - ], - "relative wind speed": [ - 2.9746811751830657, - 2.933645021820792, - 2.6504774293936104, - 2.2430494823234426, - 1.9475398816740317, - 2.0088221849246612, - 2.3699386238834212, - 2.758689671664419 - ], - "relative wind angle": [ - 0.04819929828971866, - 0.08958216946779261, - 0.19534993061119968, - 0.20888471432172384, - 0.0736579100073993, - 0.13102372324241146, - 0.21882967060170344, - 0.16941792306463596 - ], - "resistance": [ - 97785.6382592884, - 97629.56670745931, - 96857.07315435015, - 96044.07657841675, - 95624.41683818403, - 95691.92173531918, - 96270.26586907114, - 97122.20970508191 - ], - "fuel": [ - 41.018598934360426, - 40.93757878740551, - 40.537895106766655, - 40.11965360852803, - 39.90472446645833, - 39.939252936155384, - 40.23576846560582, - 40.674824943633496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -61.25, -70 -61.09375, -69.84375 -61.09375, -69.84375 -61.25, -70 -61.25))", @@ -286978,33 +206643,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 813.7667272679264, + 813.7667272679246, 969.4599153831341, - 429.9755492401937, + 429.9755492401923, -276.35255083023935, -766.827168767597, -834.2506435367366, - -500.9474166225168, + -500.9474166225166, 166.36080330549885 ], "relative wind speed": [ - 2.6214157088069485, + 2.6214157088069476, 2.6670325397141026, - 2.473652017206844, + 2.4736520172068435, 2.1146703433279006, 1.7710319969464254, 1.7015616605618558, - 1.972161339839211, + 1.9721613398392108, 2.3529861860277332 ], "relative wind angle": [ - 0.09765876631732878, + 0.0976587663173288, 0.04578240436044184, - 0.17398779296103248, - 0.23069585613068425, + 0.17398779296103314, + 0.23069585613068422, 0.1448269715635319, 0.07179606887607545, - 0.21887425805467423, + 0.21887425805467267, 0.20697079997607187 ], "resistance": [ @@ -287045,68 +206710,7 @@ "id": "5287", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.804703500403567, - 7.804703500403567, - 7.804703500403567, - 7.804703500403567, - 7.804703500403567, - 7.804703500403567, - 7.804703500403567, - 7.804703500403567 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 927.868602781645, - 912.5767576924034, - 295.50250218542465, - -408.6955536365317, - -824.9155205215311, - -818.281286037982, - -386.7261766102829, - 321.3202990331222 - ], - "relative wind speed": [ - 2.6499322448281064, - 2.6454674515767547, - 2.4045218218382916, - 2.0210372079382872, - 1.7033069630305133, - 1.7102331639679862, - 2.035109412486566, - 2.416361752018304 - ], - "relative wind angle": [ - 0.07142968485944401, - 0.07654022152946702, - 0.19893722599403577, - 0.2345741005073439, - 0.11126219449680466, - 0.1185579191234978, - 0.23567659816174222, - 0.19564847343576267 - ], - "resistance": [ - 97562.36860278169, - 97547.07675769244, - 96930.00250218547, - 96225.80444636352, - 95809.58447947851, - 95816.21871396207, - 96247.77382338975, - 96955.82029903316 - ], - "fuel": [ - 40.40647386756508, - 40.398544236334445, - 40.07928457453132, - 39.71668021462017, - 39.503228636656225, - 39.50662583933517, - 39.72796475980126, - 40.09261369274775 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -61.09375, -69.6875 -60.9375, -69.53125 -60.9375, -69.53125 -61.09375, -69.6875 -61.09375))", @@ -287138,11 +206742,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1435.394590187826, + 1435.3945901871002, 875.762770382863, - -90.23377128926131, + -90.23377128926177, -919.2100670380555, - -1166.0080393393432, + -1166.008039339411, -925.5172151117208, -100.7425730167779, 866.6803629534625 @@ -287158,31 +206762,31 @@ 3.1079476009506837 ], "relative wind angle": [ - 0.0007221759824130882, + 0.0007221759828742873, 0.12720181189114518, - 0.20539955205201713, + 0.20539955205201765, 0.1718324528874915, - 0.001102697498420153, + 0.0011026974985208354, 0.17066986815574706, - 0.20574836249215364, + 0.20574836249215367, 0.12839598803492 ], "resistance": [ - 98069.89459018782, + 98069.89459018709, 97510.26277038285, 96544.26622871072, 95715.28993296192, - 95468.49196066064, + 95468.49196066057, 95708.98278488827, 96533.75742698321, 97501.18036295346 ], "fuel": [ - 41.61459850138971, + 41.61459850138933, 41.32390966664933, 40.82488527817157, 40.39941265229948, - 40.2732373986226, + 40.27323739862256, 40.39618530614178, 40.819475626239836, 41.319201613618525 @@ -287218,9 +206822,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1481.3762608567313, + 1481.3762608567085, 746.7296170078944, - -304.2677920310107, + -304.26779203101114, -1094.8063281451186, -1254.7448643635869, -842.1211704253333, @@ -287228,9 +206832,9 @@ 1110.9596873124874 ], "relative wind speed": [ - 3.313309806756435, + 3.313309806756434, 3.112422774354936, - 2.699198025224962, + 2.6991980252249625, 2.2760216637808313, 2.145763612579127, 2.4279925515317604, @@ -287238,17 +206842,17 @@ 3.2252207277359055 ], "relative wind angle": [ - 0.027967396102764004, + 0.027967396102775918, 0.15436866856514367, - 0.21813295191903737, + 0.2181329519190384, 0.15328889243590116, - 0.04319272772245786, + 0.043192727722457865, 0.19839787399780523, - 0.20421030806541351, - 0.10796164511270594 + 0.2042103080654135, + 0.10796164511270595 ], "resistance": [ - 98115.87626085672, + 98115.87626085669, 97381.22961700788, 96330.23220796898, 95539.69367185487, @@ -287258,7 +206862,7 @@ 97745.45968731247 ], "fuel": [ - 41.72110599034917, + 41.72110599034916, 41.339622948212515, 40.797358776425206, 40.39218743012698, @@ -287298,20 +206902,20 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1329.2993248157486, + 1329.2993248157459, 963.4018749010065, - 66.80724349771526, - -782.017594467783, - -1128.6454569169919, + 66.80724349771435, + -782.017594467784, + -1128.6454569169941, -970.9579887986338, -248.09157785231127, 691.4657317620936 ], "relative wind speed": [ - 3.185220646970261, + 3.18522064697026, 3.0943711476281615, 2.7683604639445742, - 2.3518742447420635, + 2.351874244742063, 2.103997387508355, 2.2354647787997024, 2.628424607668291, @@ -287320,9 +206924,9 @@ "relative wind angle": [ 0.022423576113756522, 0.10747105071768749, - 0.19662103957579388, - 0.18512838138221666, - 0.03395050504724419, + 0.19662103957579502, + 0.18512838138221605, + 0.033950505047247455, 0.14902821086072524, 0.20723747474421741, 0.14447886271760255 @@ -287330,7 +206934,7 @@ "resistance": [ 97963.7993248158, 97597.90187490106, - 96701.30724349778, + 96701.30724349777, 95852.48240553227, 95505.85454308307, 95663.54201120143, @@ -287340,7 +206944,7 @@ "fuel": [ 41.470256384955135, 41.28021130845578, - 40.816631110096345, + 40.81663111009634, 40.380506536167445, 40.20318076377767, 40.28379412750405, @@ -287378,19 +206982,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1282.666600798882, + 1282.6666007988756, 619.2355540915214, - -313.3652067067269, + -313.36520670672826, -1000.8265309225735, -1126.4329011078362, -742.0432903960746, 118.52013933706166, - 990.7389640368287 + 990.7389640368278 ], "relative wind speed": [ 3.2573080511426626, 3.069702796569079, - 2.6995608762620087, + 2.6995608762620082, 2.3355154114842493, 2.2355826526533877, 2.486927879456809, @@ -287398,14 +207002,14 @@ 3.186417000268974 ], "relative wind angle": [ - 0.028878744514677052, + 0.028878744514680896, 0.13986984160076268, 0.19050444516040577, - 0.12662628651654298, - 0.042083731670306754, - 0.1729447372061164, + 0.126626286516543, + 0.04208373167030676, + 0.17294473720611642, 0.17815565311216358, - 0.092696838069911 + 0.09269683806991101 ], "resistance": [ 97917.16660079888, @@ -287445,68 +207049,7 @@ "id": "5292", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.298023500981481, - 10.298023500981481, - 10.298023500981481, - 10.298023500981481, - 10.298023500981481, - 10.298023500981481, - 10.298023500981481, - 10.298023500981481 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1399.528197297362, - 590.9563083439584, - -455.9721340238516, - -1169.3053968189515, - -1253.947073592538, - -743.0633047126157, - 255.26226643436712, - 1203.2268190580976 - ], - "relative wind speed": [ - 3.4057096878584656, - 3.176359391261155, - 2.7654780408860304, - 2.388476747943964, - 2.323430022177327, - 2.6282934698155387, - 3.0576652451347752, - 3.3604113394730364 - ], - "relative wind angle": [ - 0.04367545215473894, - 0.15434953876550153, - 0.19722692568247935, - 0.11667076311666305, - 0.06404338483290409, - 0.186881453315055, - 0.17816704015104237, - 0.08283266619052738 - ], - "resistance": [ - 98034.02819729738, - 97225.45630834397, - 96178.52786597617, - 95465.19460318107, - 95380.55292640747, - 95891.4366952874, - 96889.76226643438, - 97837.72681905811 - ], - "fuel": [ - 41.961093978076434, - 41.54158093382071, - 41.0020150691186, - 40.63671362361962, - 40.593493871196046, - 40.85476660646937, - 41.36812676235252, - 41.85902290795619 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -60.78125, -69.21875 -60.625, -69.0625 -60.625, -69.0625 -60.78125, -69.21875 -60.78125))", @@ -287525,68 +207068,7 @@ "id": "5293", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.959181678383606, - 10.959181678383606, - 10.959181678383606, - 10.959181678383606, - 10.959181678383606, - 10.959181678383606, - 10.959181678383606, - 10.959181678383606 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1169.725686143342, - 333.83276532071295, - -619.5466087566979, - -1167.2255810090405, - -1146.899046676162, - -549.1801866880032, - 415.81319115782526, - 1217.1355126907724 - ], - "relative wind speed": [ - 3.4957273650411747, - 3.248996185896712, - 2.8770081368328384, - 2.5920260390975214, - 2.606384256024662, - 2.90815620020307, - 3.2766099678400207, - 3.506386988538395 - ], - "relative wind angle": [ - 0.057799799816775986, - 0.14141576863250982, - 0.15553381957888757, - 0.06653890215627521, - 0.07755665533999583, - 0.15812191502035303, - 0.13643853552993773, - 0.04917106896959545 - ], - "resistance": [ - 97804.22568614337, - 96968.33276532074, - 96014.95339124333, - 95467.27441899099, - 95487.60095332387, - 96085.31981331203, - 97050.31319115785, - 97851.6355126908 - ], - "fuel": [ - 42.25758833673931, - 41.824657531060744, - 41.33405120258634, - 41.05374668595519, - 41.064129952578654, - 41.370145961658245, - 41.86700234607319, - 42.282221039443094 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -60.9375, -69.375 -60.78125, -69.21875 -60.78125, -69.21875 -60.9375, -69.375 -60.9375))", @@ -287605,68 +207087,7 @@ "id": "5294", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.145905933586299, - 10.145905933586299, - 10.145905933586299, - 10.145905933586299, - 10.145905933586299, - 10.145905933586299, - 10.145905933586299, - 10.145905933586299 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1433.723498288918, - 616.6799316398178, - -446.7454872521016, - -1176.934614865197, - -1268.8619124678294, - -756.9218815217378, - 253.61514183889312, - 1220.8073185950057 - ], - "relative wind speed": [ - 3.381869686531637, - 3.1494097234377554, - 2.72762253086627, - 2.3350701369661895, - 2.2629274988820987, - 2.5766454617960344, - 3.019595795961616, - 3.3324661884746978 - ], - "relative wind angle": [ - 0.044028670110258995, - 0.15989551182896314, - 0.2068833324867512, - 0.12491450129321854, - 0.06582564936633786, - 0.19585684931856986, - 0.18663048750386294, - 0.08741183199343978 - ], - "resistance": [ - 98068.22349828892, - 97251.17993163982, - 96187.7545127479, - 95457.5653851348, - 95365.63808753218, - 95877.57811847827, - 96888.11514183889, - 97855.307318595 - ], - "fuel": [ - 41.887258777624, - 41.46325927062502, - 40.915122045896545, - 40.5411864595931, - 40.49425037756503, - 40.756035893265306, - 41.275646283844345, - 41.776527978431375 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -60.9375, -69.21875 -60.78125, -69.0625 -60.78125, -69.0625 -60.9375, -69.21875 -60.9375))", @@ -287698,19 +207119,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1265.022869467914, + 1265.0228694679195, 510.93819931205644, - -453.9159174638985, + -453.9159174639003, -1099.4422565148552, - -1165.3130729636173, + -1165.313072963619, -680.0267723540892, 247.12969043989142, 1111.7552467424644 ], "relative wind speed": [ - 3.3935395705544655, + 3.3935395705544646, 3.1770878865154315, - 2.800372675758324, + 2.8003726757583234, 2.4657217919831336, 2.4164666830380894, 2.694723475332672, @@ -287718,19 +207139,19 @@ 3.3579216923108213 ], "relative wind angle": [ - 0.04244843181420886, + 0.04244843181420363, 0.1413900941395112, - 0.17557579296498854, - 0.09914213322815187, - 0.05962943901348778, + 0.17557579296498918, + 0.09914213322815185, + 0.059629439013489646, 0.16691855394695596, 0.15926413835928138, 0.07274500539491514 ], "resistance": [ - 97899.52286946791, + 97899.52286946792, 97145.43819931206, - 96180.58408253611, + 96180.5840825361, 95535.05774348514, 95469.18692703638, 95954.47322764591, @@ -287738,9 +207159,9 @@ 97746.25524674247 ], "fuel": [ - 41.98097922432344, + 41.98097922432346, 41.59003687249516, - 41.092910416663166, + 41.09291041666316, 40.7622468513935, 40.72859245548588, 40.976911247281805, @@ -287778,7 +207199,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1381.208878168195, + 1381.2088781681932, 476.23742059471715, -621.3740410576693, -1305.657413654933, @@ -287788,7 +207209,7 @@ 1316.8983010747825 ], "relative wind speed": [ - 3.8080896838054046, + 3.808089683805404, 3.5700026561793394, 3.1873545438736937, 2.8738718186241603, @@ -287801,8 +207222,8 @@ 0.04620038923442811, 0.1296048549125447, 0.15010367079239353, - 0.07407029980821019, - 0.06161541139847145, + 0.07407029980821017, + 0.06161541139847146, 0.14706466638540547, 0.1352255430926095, 0.05607368502974267 @@ -287858,19 +207279,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1682.8045258386774, + 1682.8045258386592, 666.7642724518582, - -632.9913228364658, + -632.9913228364685, -1498.0764708841548, -1582.105678170782, -924.5510668552115, - 327.1995088964277, + 327.1995088964295, 1486.6550529755395 ], "relative wind speed": [ - 4.089208202158113, + 4.089208202158112, 3.8469082089841256, - 3.430775257019104, + 3.4307752570191035, 3.0676076681527227, 3.0168118588295414, 3.3202522108752945, @@ -287878,19 +207299,19 @@ 4.051241872125429 ], "relative wind angle": [ - 0.03932348459265866, + 0.039323484592664305, 0.12856646117477763, - 0.15710006694062514, + 0.1571000669406259, 0.08677978287491567, - 0.05331345306983067, + 0.053313453069830666, 0.14910138922200877, - 0.14368066746977406, + 0.14368066746977332, 0.06567456619726023 ], "resistance": [ - 98317.3045258387, + 98317.30452583867, 97301.26427245187, - 96001.50867716355, + 96001.50867716354, 95136.42352911585, 95052.39432182923, 95709.9489331448, @@ -287898,9 +207319,9 @@ 98121.15505297555 ], "fuel": [ - 43.817060910566966, + 43.81706091056695, 43.289227819816524, - 42.61960467665209, + 42.619604676652074, 42.17740442522054, 42.134600115392935, 42.47025876551737, @@ -287938,39 +207359,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1227.3484359522777, + 1227.3484359522722, 461.4099233967095, - -493.9655790003785, + -493.9655790003817, -1112.514514993884, -1157.9417905157607, -651.0395376329111, - 278.3742271567521, - 1121.4266729363776 + 278.374227156753, + 1121.4266729363803 ], "relative wind speed": [ - 3.4669606723817, + 3.4669606723816995, 3.2487243381659594, - 2.883548853729808, + 2.8835488537298075, 2.571679038977617, 2.539066325422921, 2.812910287113005, 3.186192102948523, - 3.4428390942972023 + 3.442839094297202 ], "relative wind angle": [ - 0.0441830319817788, + 0.044183031981781314, 0.13485437084407553, - 0.16181447960294373, + 0.1618144796029458, 0.0857370216615483, 0.060346585598651935, 0.15590703465751501, - 0.14632777595422808, - 0.0640077883569697 + 0.14632777595422733, + 0.06400778835696798 ], "resistance": [ - 97861.84843595228, + 97861.84843595227, 97095.90992339671, - 96140.53442099963, + 96140.53442099961, 95521.98548500611, 95476.55820948424, 95983.46046236709, @@ -287978,9 +207399,9 @@ 97755.92667293637 ], "fuel": [ - 42.182460817121836, + 42.18246081712182, 41.785497310558306, - 41.29341379174979, + 41.293413791749785, 40.976630230068636, 40.953421230108226, 41.2128350961712, @@ -288018,9 +207439,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1407.865357018004, + 1407.8653570179922, 400.9244721587429, - -750.7808123663463, + -750.7808123663472, -1413.3396425265255, -1390.2671857151736, -670.5640857131302, @@ -288028,9 +207449,9 @@ 1461.7521916055202 ], "relative wind speed": [ - 3.9039218460478025, + 3.9039218460478016, 3.638242334571504, - 3.238516237385986, + 3.2385162373859857, 2.9333202315513676, 2.9477697880665357, 3.2700374949561053, @@ -288038,17 +207459,17 @@ 3.914790533688685 ], "relative wind angle": [ - 0.055358255524591816, - 0.13550039459664964, - 0.1484669597973101, - 0.06345207969061457, + 0.055358255524595834, + 0.13550039459664961, + 0.14846695979731012, + 0.06345207969061459, 0.0733428079613774, 0.15086845338000376, - 0.13103623554491642, + 0.13103623554491645, 0.04753011648903251 ], "resistance": [ - 98042.36535701799, + 98042.36535701797, 97035.42447215873, 95883.71918763364, 95221.16035747346, @@ -288098,19 +207519,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1268.378032474243, + 1268.3780324742365, 432.9297722809588, - -562.6273257294488, + -562.6273257294492, -1175.2203671554503, - -1191.692982257815, + -1191.6929822578163, -618.9228545120209, 367.19929814547686, 1230.1040351379843 ], "relative wind speed": [ - 3.4125233851415326, + 3.4125233851415318, 3.1650662412764574, - 2.7669148448450605, + 2.76691484484506, 2.4379011788434513, 2.42557431863303, 2.740635385760394, @@ -288118,11 +207539,11 @@ 3.4037280254955182 ], "relative wind angle": [ - 0.055793566334446223, + 0.055793566334448215, 0.15360683553237245, 0.17970543906568318, - 0.08836464927723336, - 0.07853556333149984, + 0.08836464927723338, + 0.07853556333150126, 0.1776311589621817, 0.15805349186496928, 0.06325051806445754 @@ -288178,19 +207599,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1254.268055497996, + 1254.268055497988, 279.4173329244204, - -772.5513912161819, + -772.5513912161837, -1326.111149160186, -1255.695358369533, -529.0474268208618, - 563.1662329095634, + 563.1662329095625, 1418.4693737426996 ], "relative wind speed": [ - 3.6681949962964397, + 3.668194996296439, 3.387006120756802, - 2.987409398648511, + 2.9874093986485106, 2.7029947272398362, 2.7503752719075583, 3.0900498709779374, @@ -288198,13 +207619,13 @@ 3.703246976868874 ], "relative wind angle": [ - 0.06759745469051119, + 0.06759745469051448, 0.14837089484606544, - 0.15470054761540772, + 0.15470054761540844, 0.05562963278807568, 0.09020885880718414, - 0.16275096381432977, - 0.13274414078911886, + 0.16275096381432974, + 0.13274414078911972, 0.04059419911991318 ], "resistance": [ @@ -288214,7 +207635,7 @@ 95308.38885083981, 95378.80464163047, 96105.45257317914, - 97197.66623290957, + 97197.66623290956, 98052.9693737427 ], "fuel": [ @@ -288224,7 +207645,7 @@ 41.3468195402436, 41.382754495298194, 41.75465885929562, - 42.317358846870164, + 42.31735884687016, 42.761103482919495 ] }, @@ -288258,47 +207679,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1452.4595127999028, + 1452.4595127998955, 501.8886571583962, - -644.2064716161535, + -644.2064716161558, -1356.5739185270572, -1382.8707187693144, -734.9185957504737, 396.14347512925906, - 1391.1908622345436 + 1391.1908622345472 ], "relative wind speed": [ - 3.773211039125996, + 3.7732110391259956, 3.5200548169936434, - 3.1118078995960623, + 3.111807899596062, 2.7750295833178598, 2.7576193660277837, 3.0742153794153064, 3.4868664599730943, - 3.7604250990259676 + 3.760425099025967 ], "relative wind angle": [ - 0.05032488943746742, + 0.050324889437469635, 0.14077553414150298, - 0.16420371113385568, - 0.08134136141121459, + 0.16420371113385637, + 0.08134136141121458, 0.06888422652072927, - 0.16135898499535717, + 0.1613589849953572, 0.14640626130456763, - 0.059996189535741436 + 0.05999618953573959 ], "resistance": [ - 98086.9595127999, + 98086.95951279989, 97136.3886571584, 95990.29352838385, 95277.92608147295, 95251.62928123068, 95899.58140424953, 97030.64347512925, - 98025.69086223454 + 98025.69086223455 ], "fuel": [ - 42.92952415469455, + 42.929524154694526, 42.43640139882544, 41.84631831957283, 41.48200915575481, @@ -288338,17 +207759,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1311.5271969055611, - 148.9572361676992, - -1003.2067375883553, + 1311.5271969055511, + 148.95723616769828, + -1003.2067375883576, -1517.6273348227755, - -1353.1491152082367, + -1353.1491152082358, -435.9345059274383, 810.3257629039872, 1694.9220450622788 ], "relative wind speed": [ - 3.817222542506011, + 3.8172225425060096, 3.4829194214425474, 3.0466193966322153, 2.7737131659860133, @@ -288358,19 +207779,19 @@ 3.8953410588067303 ], "relative wind angle": [ - 0.08466572615306098, - 0.16180503275978786, - 0.1551239613494359, + 0.08466572615306361, + 0.1618050327597879, + 0.15512396134943734, 0.037715497264885676, - 0.11230929237846565, + 0.11230929237846468, 0.17208948761458612, 0.12805817645167353, 0.02685252470487512 ], "resistance": [ - 97946.02719690558, + 97946.02719690556, 96783.45723616771, - 95631.29326241167, + 95631.29326241165, 95116.87266517724, 95281.35088479178, 96198.56549407258, @@ -288378,9 +207799,9 @@ 98329.4220450623 ], "fuel": [ - 43.0431869066864, + 43.043186906686394, 42.44115468673118, - 41.84947309481309, + 41.84947309481308, 41.58689292590725, 41.67074188283741, 42.1401724259681, @@ -288418,9 +207839,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1927.3510564488715, + 1927.3510564488588, 562.2300787736349, - -1033.7352176087916, + -1033.735217608798, -1969.9548484683073, -1958.2136814142768, -992.0895314914505, @@ -288428,7 +207849,7 @@ 1954.9565075389746 ], "relative wind speed": [ - 5.012560449325534, + 5.012560449325533, 4.735445471949137, 4.31834098623995, 4.001098180606626, @@ -288438,19 +207859,19 @@ 5.016934172220598 ], "relative wind angle": [ - 0.04299999678036914, + 0.042999996780371724, 0.10757718582288409, - 0.11687889509154475, - 0.05093757058844519, + 0.11687889509154666, + 0.0509375705884452, 0.05380595804359891, 0.117679074012746, 0.10629135097166172, - 0.040617260818940834 + 0.04061726081894084 ], "resistance": [ - 98561.8510564489, + 98561.85105644888, 97196.73007877366, - 95600.76478239124, + 95600.76478239123, 94664.54515153173, 94676.28631858576, 95642.41046850858, @@ -288458,9 +207879,9 @@ 98589.456507539 ], "fuel": [ - 46.983969076350974, + 46.98396907635097, 46.27443287888344, - 45.45370532875852, + 45.4537053287585, 44.976663686241366, 44.982626089189665, 45.47500125236937, @@ -288498,19 +207919,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1524.0823596653472, + 1524.0823596653445, 340.6126636940253, - -941.1464832948686, + -941.1464832948704, -1617.919278155075, -1535.2327812482458, -654.1037544876308, - 674.890302539905, + 674.8903025399068, 1717.1256835889108 ], "relative wind speed": [ - 4.106511709770431, + 4.10651170977043, 3.80228422165935, - 3.3702957225967856, + 3.3702957225967847, 3.063178935347134, 3.112441868385654, 3.477551941277369, @@ -288520,12 +207941,12 @@ "relative wind angle": [ 0.06487354721418483, 0.14268218277866015, - 0.1484302139244971, + 0.14843021392449637, 0.05362733213564791, 0.08563785155527007, - 0.15611029506925855, - 0.12822716832650083, - 0.03963770090759564 + 0.15611029506925858, + 0.12822716832649997, + 0.039637700907595635 ], "resistance": [ 98158.58235966538, @@ -288578,9 +207999,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1579.596821076614, + 1579.5968210766032, 345.4569440271707, - -994.324260107217, + -994.3242601072179, -1700.4154088294663, -1614.82574593579, -694.8155846726931, @@ -288590,7 +208011,7 @@ "relative wind speed": [ 4.334068485067012, 4.034244463784927, - 3.611582895537753, + 3.6115828955377527, 3.313967924546273, 3.361410104124303, 3.715925070259178, @@ -288598,17 +208019,17 @@ 4.370451248605627 ], "relative wind angle": [ - 0.06008351826919639, + 0.06008351826920009, 0.13143436553303223, - 0.1353855242649028, + 0.1353855242649036, 0.0485000963479042, - 0.07750025411708254, - 0.14276751919984546, - 0.11836572117377762, + 0.07750025411708256, + 0.14276751919984548, + 0.11836572117377761, 0.036769880077605774 ], "resistance": [ - 98214.09682107663, + 98214.09682107662, 96979.95694402719, 95640.1757398928, 94934.08459117055, @@ -288658,54 +208079,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 991.7517559616335, + 991.7517559616244, -127.10439304995361, - -1094.283256216259, + -1094.2832562162603, -1379.6357219121178, -1108.595183313941, - -151.02757964922057, + -151.02757964922148, 971.2598774321332, - 1626.0201209166926 + 1626.0201209164934 ], "relative wind speed": [ - 3.6347591214738446, + 3.6347591214738437, 3.279986907122726, - 2.878967781381505, + 2.8789677813815047, 2.6923424155054816, 2.871957670521382, 3.271284246516558, 3.6292091764144936, - 3.769735673767329 + 3.7697356737673293 ], "relative wind angle": [ - 0.10412812826837452, - 0.16498505628720672, - 0.13379234830558653, + 0.10412812826837774, + 0.16498505628720675, + 0.13379234830558737, 0.001638497344559548, - 0.13192926158348336, - 0.16542801182197206, + 0.1319292615834834, + 0.1654280118219721, 0.10601650437475972, - 0.0011702133287772732 + 0.0011702133288721468 ], "resistance": [ - 97626.25175596165, + 97626.25175596164, 96507.39560695006, 95540.21674378375, 95254.8642780879, 95525.90481668607, 96483.4724203508, 97605.75987743215, - 98260.52012091671 + 98260.52012091651 ], "fuel": [ - 42.61786908647566, + 42.61786908647565, 42.039714218854726, 41.543690419107975, 41.398010576674366, 41.53637659155922, 42.027403077250916, 42.6072382897003, - 42.94768811263387 + 42.947688112633756 ] }, { @@ -288738,9 +208159,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1275.5798951624238, + 1275.5798951624165, 386.34498266388255, - -644.5450067686643, + -644.5450067686661, -1250.9444807407417, -1242.3417182083444, -614.764001645573, @@ -288750,7 +208171,7 @@ "relative wind speed": [ 3.631823553124508, 3.3810987030557467, - 2.996128616668476, + 2.9961286166684755, 2.6950226764744474, 2.7008770450101585, 3.008828790989524, @@ -288758,14 +208179,14 @@ 3.636169950178517 ], "relative wind angle": [ - 0.0551710236206818, + 0.05517102362068582, 0.1398857270261288, - 0.15631263032526369, + 0.15631263032526443, 0.06989013747279955, - 0.07421802687193106, + 0.07421802687193108, 0.15732929583497846, 0.1379306504993589, - 0.05178149967287454 + 0.051781499672874536 ], "resistance": [ 97910.07989516243, @@ -288820,30 +208241,30 @@ "wind resistance": [ 1155.079457062442, 239.2492271668989, - -751.4989567596576, - -1267.5993298953176, + -751.4989567596594, + -1267.5993298953163, -1200.2385165512942, -513.9886260299882, 515.22034113887, 1313.1433577644093 ], "relative wind speed": [ - 3.85470628893418, + 3.8547062889341794, 3.604591911857326, - 3.256564400215467, - 3.0156143053179, + 3.2565644002154666, + 3.0156143053178996, 3.0568816167680284, 3.3481641151317203, 3.687556657209799, 3.887075527237034 ], "relative wind angle": [ - 0.05631009624353448, + 0.056310096243534474, 0.12126529333935143, 0.1230505130249547, - 0.04286872806296272, + 0.04286872806296013, 0.07102882705650164, - 0.1306039526651201, + 0.13060395266512012, 0.10860804816857929, 0.03325373491672893 ], @@ -288898,9 +208319,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 786.936610000042, + 786.9366100000393, -90.12008071673426, - -855.781055646707, + -855.7810556467075, -1089.249861446257, -882.9834686389354, -135.61889359409088, @@ -288908,9 +208329,9 @@ 1270.020111634904 ], "relative wind speed": [ - 3.276365929751222, + 3.276365929751221, 2.969459107187655, - 2.620892646022126, + 2.6208926460221256, 2.4556496335541618, 2.6062410904658466, 2.951165691384929, @@ -288920,15 +208341,15 @@ "relative wind angle": [ 0.09906491129268068, 0.15810334185684816, - 0.12899378770528333, - 0.003772110261938281, + 0.1289937877052833, + 0.0037721102619382805, 0.12465578082479911, - 0.1590917047810057, + 0.15909170478100573, 0.10345472274695439, - 0.0027318750812649942 + 0.0027318750812649947 ], "resistance": [ - 97421.43661000005, + 97421.43661000003, 96544.37991928327, 95778.7189443533, 95545.25013855375, @@ -288978,37 +208399,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 832.0804891905805, + 832.0804891905786, 10.898173075958766, -761.3856012669371, -1059.2201452322192, - -909.7246006773717, + -909.724600677373, -237.5365311108476, - 620.1625926975798, + 620.1625926975817, 1182.3634150449548 ], "relative wind speed": [ - 3.3327344013546147, + 3.3327344013546143, 3.0582531569539917, 2.7250459877196374, 2.540637786997804, - 2.647380942085576, + 2.6473809420855763, 2.960208112696024, - 3.269536482026698, + 3.2695364820266977, 3.414806594489549 ], "relative wind angle": [ - 0.08232970450936948, - 0.1434311375108253, + 0.08232970450936947, + 0.14343113751082534, 0.1266277425428393, 0.0195035283156767, - 0.10371198063088376, + 0.10371198063088592, 0.14821623892673783, - 0.10545337671007335, + 0.10545337671007124, 0.0145103381476388 ], "resistance": [ - 97466.58048919062, + 97466.5804891906, 96645.39817307598, 95873.11439873309, 95575.27985476781, @@ -289018,7 +208439,7 @@ 97816.86341504498 ], "fuel": [ - 41.92749735780068, + 41.927497357800675, 41.50319481206798, 41.10644757778953, 40.95403329103422, @@ -289058,34 +208479,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1267.7168915007815, + 1267.7168915007787, 436.9349185166975, - -590.3151657176313, + -590.315165717635, -1237.8566569175255, - -1271.286239132548, + -1271.2862391325525, -709.5652225531749, 298.5778568666856, - 1188.9586196711443 + 1188.9586196711352 ], "relative wind speed": [ - 4.129105716473759, + 4.129105716473758, 3.9295654524091828, - 3.6113673251653307, + 3.61136732516533, 3.355083124604255, 3.3363406650951766, 3.5692013681797503, 3.8908494052214606, - 4.113891135941705 + 4.113891135941706 ], "relative wind angle": [ 0.03404059882545197, 0.09681725852299354, - 0.11006050494309454, - 0.0540088543433464, - 0.042133489648454314, - 0.10662789289960707, + 0.11006050494309554, + 0.05400885434334641, + 0.04213348964845695, + 0.10662789289960709, 0.10212611021047562, - 0.04403973452528976 + 0.0440397345252948 ], "resistance": [ 97902.2168915008, @@ -289095,7 +208516,7 @@ 95363.21376086747, 95924.93477744683, 96933.0778568667, - 97823.45861967116 + 97823.45861967115 ], "fuel": [ 44.116440364263, @@ -289105,7 +208526,7 @@ 42.808543721500655, 43.09583218711013, 43.614384791118184, - 44.07550973364259 + 44.07550973364258 ] }, { @@ -289138,19 +208559,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 914.6721576696973, + 914.6721576696855, 218.08221308861175, - -557.0552397091419, + -557.0552397091424, -979.5607324835055, -944.3476762076248, -432.5074874306306, - 362.73791447635085, + 362.73791447635267, 997.3853225002504 ], "relative wind speed": [ 3.4550620399157577, 3.245429203502782, - 2.945783131246169, + 2.9457831312461686, 2.731056789878114, 2.754988909270914, 2.999101011123812, @@ -289158,17 +208579,17 @@ 3.4740101324453883 ], "relative wind angle": [ - 0.050721773176511074, + 0.050721773176517645, 0.11480646468224104, - 0.11930111626109738, - 0.04543689230641852, + 0.11930111626109736, + 0.04543689230641853, 0.0636263859071975, 0.12428294783343298, - 0.10664183633633337, + 0.10664183633633233, 0.0357150413887182 ], "resistance": [ - 97549.1721576697, + 97549.17215766969, 96852.58221308861, 96077.44476029086, 95654.9392675165, @@ -289218,44 +208639,44 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1040.5443952446121, - 185.51945197595978, - -718.7457688608683, + 1040.5443952445985, + 185.51945197595887, + -718.7457688608692, -1170.9052153877597, - -1092.198284105505, + -1092.198284105507, -441.2287715560551, 507.97810943497825, - 1225.2415813352436 + 1225.24158133525 ], "relative wind speed": [ - 3.6873351254354487, + 3.687335125435448, 3.4409710296755884, - 3.1063657597307177, + 3.1063657597307173, 2.882263951788095, 2.932619229536108, 3.2181383198439946, 3.542200959783001, - 3.7268284619684184 + 3.726828461968418 ], "relative wind angle": [ - 0.05952200989378249, - 0.12310466794518164, - 0.12205290037912343, - 0.03898115681008455, - 0.07486586043084505, + 0.05952200989378809, + 0.12310466794518166, + 0.12205290037912345, + 0.03898115681008456, + 0.07486586043084653, 0.13167674598861373, 0.1069737706334323, - 0.030144275553102423 + 0.03014427555309874 ], "resistance": [ - 97675.04439524464, + 97675.04439524462, 96820.01945197598, 95915.75423113916, 95463.59478461227, - 95542.30171589453, + 95542.30171589451, 96193.27122844398, 97142.478109435, - 97859.74158133527 + 97859.74158133529 ], "fuel": [ 42.824501419322786, @@ -289265,7 +208686,7 @@ 41.7260693166173, 42.05954522539831, 42.548626858408014, - 42.92042284947434 + 42.92042284947435 ] }, { @@ -289298,9 +208719,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 896.7048801060382, + 896.7048801060364, 336.8421319768472, - -369.3151811512489, + -369.31518115124936, -829.2553654076373, -865.445231518816, -496.28676035446824, @@ -289308,9 +208729,9 @@ 811.9282256655251 ], "relative wind speed": [ - 3.153794256526932, + 3.1537942565269312, 2.97933722715338, - 2.688704502576633, + 2.6887045025766327, 2.4432436970751623, 2.415633346972818, 2.6277846879848, @@ -289318,17 +208739,17 @@ 3.132453178614463 ], "relative wind angle": [ - 0.03771693930446387, - 0.11616380928216981, - 0.1378343574881353, + 0.03771693930446386, + 0.11616380928216982, + 0.1378343574881345, 0.07256171946947415, 0.049250585433156926, - 0.13178969861125367, - 0.1266595771802349, + 0.13178969861125364, + 0.12665957718023488, 0.05657705109665536 ], "resistance": [ - 97531.20488010609, + 97531.20488010607, 96971.3421319769, 96265.1848188488, 95805.24463459241, @@ -289338,7 +208759,7 @@ 97446.42822566557 ], "fuel": [ - 41.531047560432754, + 41.53104756043275, 41.24136125463964, 40.87764198583733, 40.641739226825095, @@ -289378,54 +208799,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 681.7057937021141, + 681.7057937021104, -298.4119059135205, - -1035.5147618513206, + -1035.514761851322, -1182.202369453843, -797.8199947746052, 98.08715102268707, - 1023.218563848608, - 1363.9796301203778 + 1023.2185638486062, + 1363.9796301203842 ], "relative wind speed": [ - 3.123234957776134, + 3.123234957776133, 2.742216210093837, - 2.358570967663023, + 2.3585709676630224, 2.2428195701827693, 2.4967774486761574, 2.9101107344551855, 3.228875534948633, - 3.310325453078275 + 3.3103254530782746 ], "relative wind angle": [ - 0.1407210705482239, + 0.14072107054822466, 0.19599112737254304, - 0.13487839555870446, + 0.13487839555870448, 0.038125850566359275, 0.1763613163721016, 0.18454941391247026, - 0.09838372986238576, - 0.025827730823198752 + 0.0983837298623869, + 0.025827730823194454 ], "resistance": [ 97316.20579370213, 96336.08809408649, - 95598.9852381487, + 95598.98523814869, 95452.29763054618, 95836.68000522541, 96732.5871510227, 97657.71856384863, - 97998.47963012039 + 97998.4796301204 ], "fuel": [ 41.40501222260727, 40.89942647036429, - 40.521552942421934, + 40.52155294242192, 40.44659518872264, 40.643185582230174, 41.103526754414005, 41.582018564610074, - 41.75906785542208 + 41.759067855422096 ] }, { @@ -289458,39 +208879,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 410.15283449798017, + 410.1528344979779, -395.42322189663264, - -919.754616398619, - -960.8397207716596, + -919.7546163986201, + -960.839720771661, -534.5248500156895, 247.4505673268004, 963.5111228468636, 1058.7345688710202 ], "relative wind speed": [ - 2.7639416372408703, + 2.76394163724087, 2.396447465532015, - 2.072903709690569, - 2.036749010075478, + 2.0729037096905687, + 2.0367490100754786, 2.320398399967915, 2.6982701224289207, 2.9540975473058566, 2.9791400736796447 ], "relative wind angle": [ - 0.16076515183278156, - 0.19830298489461354, + 0.16076515183278295, + 0.19830298489461357, 0.10887237382812179, - 0.07547703532770561, - 0.19184618372834375, - 0.17587449445351822, - 0.07631947460567606, + 0.07547703532770854, + 0.19184618372834378, + 0.1758744944535182, + 0.07631947460567608, 0.05157527511954531 ], "resistance": [ 97044.65283449799, 96239.07677810338, - 95714.7453836014, + 95714.74538360139, 95673.66027922835, 96099.97514998433, 96881.95056732681, @@ -289538,20 +208959,20 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 750.2091994908214, + 750.2091994908187, -438.36795165293734, - -1304.0408399105586, - -1451.5578330047838, - -949.3470272512436, + -1304.04083991056, + -1451.5578330047783, + -949.347027251245, 154.9024651962718, 1257.7307240006085, 1602.0096897292115 ], "relative wind speed": [ - 3.6603894008062707, + 3.66038940080627, 3.267666214281296, 2.893182161392649, - 2.7979498153644404, + 2.79794981536444, 3.0609128351310795, 3.477067077559708, 3.794355667409742, @@ -289559,19 +208980,19 @@ ], "relative wind angle": [ 0.123931449943609, - 0.16411229823842716, - 0.10475295289032098, - 0.037907854802923795, - 0.14836794938053882, + 0.16411229823842718, + 0.10475295289032205, + 0.03790785480291794, + 0.14836794938053957, 0.1541472562143119, - 0.07981244865560307, + 0.07981244865560308, 0.027438298306145647 ], "resistance": [ 97384.70919949084, 96196.13204834708, 95330.45916008945, - 95182.94216699523, + 95182.94216699524, 95685.15297274877, 96789.40246519628, 97892.23072400062, @@ -289581,7 +209002,7 @@ 42.744017046354514, 42.13105718834283, 41.687930529286554, - 41.61269658376723, + 41.61269658376724, 41.86915646173312, 42.436354948017154, 43.00735198276518, @@ -289618,9 +209039,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 617.1107208976246, + 617.1107208976209, -399.6532415443953, - -1123.1258027895815, + -1123.1258027895824, -1233.8698662307802, -780.5688713296445, 172.82244433049118, @@ -289628,9 +209049,9 @@ 1365.7533671606443 ], "relative wind speed": [ - 3.2925041128128125, + 3.2925041128128116, 2.915138121416192, - 2.5603318599372287, + 2.5603318599372282, 2.48000316990647, 2.7423630330929174, 3.1405585603885724, @@ -289638,13 +209059,13 @@ 3.494384440129295 ], "relative wind angle": [ - 0.13396204812848148, + 0.13396204812848228, 0.17500847403235165, 0.10881966970122192, 0.04611726325126262, 0.16105063787162796, 0.16233089209016843, - 0.0810164035458082, + 0.08101640354580822, 0.03272417007010011 ], "resistance": [ @@ -289698,34 +209119,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 582.1840694216098, + 582.1840694216035, -544.630467746977, -1310.4500150681652, -1397.194794733371, -852.9750144266791, 224.2787785103028, 1233.8189045617564, - 1437.9431585463471 + 1437.9431585463317 ], "relative wind speed": [ 4.031101730174998, 3.694552196937871, - 3.4031844707552343, + 3.403184470755234, 3.3551547559181976, 3.586928985057352, 3.932699424945413, 4.18738297279755, - 4.2259646551650105 + 4.225964655165011 ], "relative wind angle": [ - 0.09759395617805376, - 0.1181852225056011, + 0.09759395617805605, + 0.11818522250560111, 0.0656565416480959, - 0.03573141901169859, - 0.10972512331133813, + 0.03573141901169858, + 0.10972512331133812, 0.11099793413098448, - 0.053347584383403035, - 0.02836630622448552 + 0.05334758438340303, + 0.02836630622449335 ], "resistance": [ 97216.68406942162, @@ -289735,7 +209156,7 @@ 95781.52498557334, 96858.77877851031, 97868.31890456178, - 98072.44315854636 + 98072.44315854635 ], "fuel": [ 43.93401973433785, @@ -289745,7 +209166,7 @@ 43.195451083991415, 43.749115413365146, 44.271897260463746, - 44.37806220830635 + 44.37806220830634 ] }, { @@ -289778,53 +209199,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 821.7547471363923, + 821.7547471363632, -701.5156254665308, - -1775.3510923657905, + -1775.3510923658014, -1925.17564084671, - -1247.954269339747, + -1247.9542693397525, 189.20364133913972, - 1570.975725789047, + 1570.9757257890324, 1926.9316992606418 ], "relative wind speed": [ - 5.613703734977305, + 5.613703734977304, 5.29562651838688, 5.018562203187522, 4.961308989916095, - 5.163741629488148, + 5.163741629488149, 5.489466004810004, 5.743860257087098, 5.793385050795846 ], "relative wind angle": [ - 0.06470285956896424, + 0.06470285956896939, 0.07865656898214059, - 0.04494713833125063, + 0.0449471383312531, 0.01959480697625058, - 0.0703499315602275, + 0.07034993156022909, 0.07587367272827633, - 0.039268369808623305, + 0.039268369808626136, 0.01678021265457483 ], "resistance": [ - 97456.25474713642, + 97456.2547471364, 95932.9843745335, - 94859.14890763424, + 94859.14890763423, 94709.32435915332, 95386.54573066028, 96823.70364133918, - 98205.47572578907, + 98205.47572578906, 98561.43169926068 ], "fuel": [ - 49.86434664412883, + 49.86434664412882, 49.07932551683351, - 48.53111051993136, + 48.531110519931346, 48.454963117492746, 48.79982121431972, 49.53731161199229, - 50.25362723954635, + 50.25362723954633, 50.439306934420905 ] }, @@ -289858,19 +209279,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 934.7460166398105, + 934.7460166398087, -289.34413352222873, - -1281.5916100324275, + -1281.5916100324284, -1523.0398039619158, - -1142.9467630724303, + -1142.946763072432, -56.84189240032629, 1132.5594311399327, 1700.018794106284 ], "relative wind speed": [ - 4.075885878634795, + 4.075885878634794, 3.726753575617786, - 3.365403819911391, + 3.3654038199113905, 3.2289040674038625, 3.4228068795668323, 3.799968475801426, @@ -289878,11 +209299,11 @@ 4.23115009825548 ], "relative wind angle": [ - 0.09348592559142507, + 0.0934859255914239, 0.13488169539576916, 0.09769105700418093, 0.011439561900602208, - 0.11139137585376063, + 0.11139137585376163, 0.1322674827132103, 0.07969007461867929, 0.008729756833142754 @@ -289938,9 +209359,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1181.6094051146192, + 1181.6094051145974, -283.6198268730859, - -1539.1742836971898, + -1539.1742836972062, -1875.0549929224508, -1515.719566899943, -243.99738535758843, @@ -289958,19 +209379,19 @@ 5.875395804941268 ], "relative wind angle": [ - 0.05116674924207294, + 0.051166749242077286, 0.07538594394010824, - 0.0557668642535617, - 0.0008422941887837136, + 0.05576686425356568, + 0.0008422941887837135, 0.05686117207997753, 0.07526906822654049, - 0.050071102627079395, + 0.05007110262707939, 0.0007240795996711001 ], "resistance": [ - 97816.10940511462, + 97816.10940511459, 96350.88017312692, - 95095.32571630282, + 95095.32571630279, 94759.44500707755, 95118.78043310005, 96390.5026146424, @@ -289978,9 +209399,9 @@ 98649.44729036902 ], "fuel": [ - 50.42976955769343, + 50.429769557693426, 49.672539854202576, - 49.030025685284514, + 49.03002568528449, 48.85913747571402, 49.04197457455838, 49.69291161775072, @@ -290005,68 +209426,7 @@ "id": "5324", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.020856705839037, - 8.020856705839037, - 8.020856705839037, - 8.020856705839037, - 8.020856705839037, - 8.020856705839037, - 8.020856705839037, - 8.020856705839037 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 729.6861597595434, - 1029.710653111345, - 550.3961759177091, - -166.33888277564415, - -725.64385613133, - -855.1559591308667, - -601.3860973349495, - 40.549682547709835 - ], - "relative wind speed": [ - 2.633441445529569, - 2.720504322782856, - 2.565782127028864, - 2.2271987919141782, - 1.8663604562142364, - 1.737000699272419, - 1.9583353329224074, - 2.33621504593415 - ], - "relative wind angle": [ - 0.1173646590643411, - 0.02052029374212651, - 0.1515303134060569, - 0.22270301943870643, - 0.1659831475489184, - 0.03214232617196023, - 0.19908643309315188, - 0.21214802558501525 - ], - "resistance": [ - 97364.18615975956, - 97664.21065311135, - 97184.89617591772, - 96468.16111722437, - 95908.85614386869, - 95779.34404086915, - 96033.11390266506, - 96675.04968254773 - ], - "fuel": [ - 40.40109406858892, - 40.55662741020467, - 40.308309642452656, - 39.938586667637274, - 39.65140079429135, - 39.5850662968605, - 39.71510274926145, - 40.04511249636026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -61.40625, -69.84375 -61.25, -69.6875 -61.25, -69.6875 -61.40625, -69.84375 -61.40625))", @@ -290085,68 +209445,7 @@ "id": "5325", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.201861064908408, - 8.201861064908408, - 8.201861064908408, - 8.201861064908408, - 8.201861064908408, - 8.201861064908408, - 8.201861064908408, - 8.201861064908408 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 931.5046412610354, - 1053.3229171187468, - 435.10984255319136, - -343.3977063839991, - -862.6276400879904, - -915.426482571708, - -518.8057125659288, - 229.11517640667125 - ], - "relative wind speed": [ - 2.7544450637160955, - 2.7884652754611294, - 2.571635054552009, - 2.1865708273358813, - 1.8308961199582894, - 1.778653878261807, - 2.079865706555971, - 2.4815431143044764 - ], - "relative wind angle": [ - 0.09125425229761948, - 0.05421256168443657, - 0.18169551324431513, - 0.23356330483085366, - 0.13752780103408285, - 0.08505203380222555, - 0.22532386233876248, - 0.20537513257568957 - ], - "resistance": [ - 97566.00464126104, - 97687.82291711874, - 97069.6098425532, - 96291.102293616, - 95771.87235991201, - 95719.07351742829, - 96115.69428743407, - 96863.61517640667 - ], - "fuel": [ - 40.58954367323199, - 40.65274562195221, - 40.33257429943076, - 39.931409841654215, - 39.66510464416259, - 39.638081107005625, - 39.84133351575983, - 40.22620595544406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -61.5625, -70 -61.40625, -69.84375 -61.40625, -69.84375 -61.5625, -70 -61.5625))", @@ -290165,68 +209464,7 @@ "id": "5326", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.33311310386847, - 9.33311310386847, - 9.33311310386847, - 9.33311310386847, - 9.33311310386847, - 9.33311310386847, - 9.33311310386847, - 9.33311310386847 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 884.3664022876424, - 1038.2373798216304, - 439.9294076651504, - -342.922930413396, - -879.8431831335267, - -945.9894500136927, - -569.7226772101335, - 175.26055459607232 - ], - "relative wind speed": [ - 3.001592451449427, - 3.041521564432413, - 2.852282620828553, - 2.513343363300853, - 2.2046118140051565, - 2.1491898632140187, - 2.3946511950529845, - 2.7482677513664573 - ], - "relative wind angle": [ - 0.07721772571845802, - 0.03919970632781418, - 0.14074299642962107, - 0.17866106149351635, - 0.10522201620307177, - 0.05548947225249751, - 0.16787426658024757, - 0.16324520511496954 - ], - "resistance": [ - 97518.86640228766, - 97672.73737982164, - 97074.42940766517, - 96291.57706958662, - 95754.65681686648, - 95688.51054998633, - 96064.77732278989, - 96809.76055459608 - ], - "fuel": [ - 41.13813450969221, - 41.21794827785034, - 40.90809719603443, - 40.50468615981576, - 40.22932458789518, - 40.19547544343366, - 40.388240195874815, - 40.7714557276374 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -61.5625, -69.84375 -61.40625, -69.6875 -61.40625, -69.6875 -61.5625, -69.84375 -61.5625))", @@ -290245,68 +209483,7 @@ "id": "5327", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.863500469771303, - 9.863500469771303, - 9.863500469771303, - 9.863500469771303, - 9.863500469771303, - 9.863500469771303, - 9.863500469771303, - 9.863500469771303 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1068.041783338098, - 1233.7467856158837, - 513.907009089954, - -414.6712887529716, - -1043.8110159253388, - -1115.1888957002825, - -657.6898979808939, - 229.95169291634738 - ], - "relative wind speed": [ - 3.2034954177442176, - 3.243687443296175, - 3.0287230543806096, - 2.647109814898687, - 2.300518835982302, - 2.2434931638898044, - 2.526184171053439, - 2.923624366105297 - ], - "relative wind angle": [ - 0.07959616524443884, - 0.04334495120626909, - 0.15029474989790026, - 0.19032590588376871, - 0.11094893776365065, - 0.06269043374823302, - 0.18049399865736826, - 0.17213532162810105 - ], - "resistance": [ - 97702.5417833381, - 97868.24678561589, - 97148.40700908996, - 96219.82871124704, - 95590.68898407467, - 95519.31110429973, - 95976.81010201912, - 96864.45169291637 - ], - "fuel": [ - 41.531114122370305, - 41.61718316971288, - 41.244032410979486, - 40.76552359118344, - 40.443142827502996, - 40.40666074534651, - 40.640822578651196, - 41.09736587976471 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -61.40625, -69.6875 -61.25, -69.53125 -61.25, -69.53125 -61.40625, -69.6875 -61.40625))", @@ -290325,68 +209502,7 @@ "id": "5328", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.950026772206238, - 9.950026772206238, - 9.950026772206238, - 9.950026772206238, - 9.950026772206238, - 9.950026772206238, - 9.950026772206238, - 9.950026772206238 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1344.3083088565722, - 1062.9614998434104, - 151.94111796048992, - -758.61752020213, - -1178.8307820585965, - -1057.6134261820143, - -346.82443414456884, - 633.3411488921088 - ], - "relative wind speed": [ - 3.2977761928288314, - 3.230461177443985, - 2.920757779663672, - 2.50521895946911, - 2.2343998096195605, - 2.3306631906484845, - 2.7086979011603876, - 3.097054777095985 - ], - "relative wind angle": [ - 0.032749093266676396, - 0.09297041603942285, - 0.18320509385181805, - 0.1816649978005848, - 0.04834495134818669, - 0.12903568081441807, - 0.19773065409029073, - 0.14666781406974264 - ], - "resistance": [ - 97978.80830885658, - 97697.46149984341, - 96786.4411179605, - 95875.88247979787, - 95455.66921794141, - 95576.88657381799, - 96287.67556585543, - 97267.84114889211 - ], - "fuel": [ - 41.72499067792952, - 41.57880075731748, - 41.10744873907437, - 40.639421587909105, - 40.4244723858676, - 40.48641055039859, - 40.850701109575176, - 41.35613507718494 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -61.40625, -69.53125 -61.25, -69.375 -61.25, -69.375 -61.40625, -69.53125 -61.40625))", @@ -290405,68 +209521,7 @@ "id": "5329", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.295813118398055, - 10.295813118398055, - 10.295813118398055, - 10.295813118398055, - 10.295813118398055, - 10.295813118398055, - 10.295813118398055, - 10.295813118398055 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1292.543343031044, - 460.13948165463034, - -543.1162144349187, - -1171.1342143967472, - -1197.9065336721333, - -634.1820026687856, - 353.7193480052488, - 1230.419131330952 - ], - "relative wind speed": [ - 3.3750476346937415, - 3.1272309554623456, - 2.7209599148861754, - 2.3780021862094802, - 2.357492201859846, - 2.677525456364489, - 3.089513417977727, - 3.360628158643073 - ], - "relative wind angle": [ - 0.05549279264773782, - 0.1582825300608349, - 0.18851235857504064, - 0.0961059364850828, - 0.07948784692291024, - 0.18515208047821488, - 0.1658014066819288, - 0.06795282724526058 - ], - "resistance": [ - 97927.04334303105, - 97094.63948165462, - 96091.38378556508, - 95463.36578560325, - 95436.59346632786, - 96000.3179973312, - 96988.21934800525, - 97864.91913133096 - ], - "fuel": [ - 41.90410477935743, - 41.47259522814558, - 40.95594426025647, - 40.63443713695929, - 40.62076394883057, - 40.909233124472166, - 41.41761401618654, - 41.87181119896846 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -61.5625, -69.6875 -61.40625, -69.53125 -61.40625, -69.53125 -61.5625, -69.6875 -61.5625))", @@ -290485,68 +209540,7 @@ "id": "5330", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.199843013199777, - 10.199843013199777, - 10.199843013199777, - 10.199843013199777, - 10.199843013199777, - 10.199843013199777, - 10.199843013199777, - 10.199843013199777 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1388.1298524463623, - 1197.6256121567635, - 258.3456649978307, - -732.6187808557474, - -1241.9290988877374, - -1159.756659356628, - -454.2794835750924, - 583.8907112047959 - ], - "relative wind speed": [ - 3.3790354776113354, - 3.334756400799663, - 3.0326628859999265, - 2.6026919911149062, - 2.2958370264183685, - 2.359692386340914, - 2.73709777514582, - 3.1487684592894287 - ], - "relative wind angle": [ - 0.044546186534568565, - 0.08319884737429542, - 0.17981736886326416, - 0.18936927412239452, - 0.06558884921230064, - 0.11771405507039467, - 0.19948336710935807, - 0.1562287202312754 - ], - "resistance": [ - 98022.62985244635, - 97832.12561215674, - 96892.84566499782, - 95901.88121914424, - 95392.57090111225, - 95474.74334064336, - 96180.22051642489, - 97218.39071120477 - ], - "fuel": [ - 41.8958482337328, - 41.79679753387405, - 41.310403044353606, - 40.80080319342136, - 40.54031385667884, - 40.582276063815016, - 40.94356912377239, - 41.47861078574004 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -61.5625, -69.53125 -61.40625, -69.375 -61.40625, -69.375 -61.5625, -69.53125 -61.5625))", @@ -290565,68 +209559,7 @@ "id": "5331", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.489685988295186, - 10.489685988295186, - 10.489685988295186, - 10.489685988295186, - 10.489685988295186, - 10.489685988295186, - 10.489685988295186, - 10.489685988295186 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1400.7971481592326, - 618.5398934040572, - -423.1352048452268, - -1152.2680621125019, - -1254.9424028032013, - -773.3482398144924, - 209.45953484912116, - 1162.282245824072 - ], - "relative wind speed": [ - 3.448005010926021, - 3.2321308635422215, - 2.8344408176020126, - 2.462553611555399, - 2.3855708211141913, - 2.6707708211039365, - 3.0896006132563505, - 3.393451989956222 - ], - "relative wind angle": [ - 0.03762223364032097, - 0.14521851799206786, - 0.18872537554424043, - 0.11570991427655, - 0.05439160242392781, - 0.1760321801555076, - 0.17297449693396674, - 0.08387922198394343 - ], - "resistance": [ - 98035.29714815927, - 97253.03989340409, - 96211.3647951548, - 95482.23193788753, - 95379.55759719682, - 95861.15176018553, - 96843.95953484916, - 97796.7822458241 - ], - "fuel": [ - 42.07937557280033, - 41.67347341302751, - 41.136497917585274, - 40.76303776476706, - 40.710607104881916, - 40.956872719574925, - 41.46211416667767, - 41.95537229097036 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -61.71875, -70 -61.5625, -69.84375 -61.5625, -69.84375 -61.71875, -70 -61.71875))", @@ -290658,33 +209591,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1202.7065790160877, + 1202.7065790160814, 1243.381141751668, 418.25523698695724, -571.5041060948492, -1180.8406212561017, -1198.2700435264637, - -631.9471871852197, + -631.9471871852206, 347.85563342152 ], "relative wind speed": [ - 3.5658415292648287, + 3.565841529264828, 3.5748155117336506, 3.342303681110309, 2.9719382660888005, 2.6708579184958703, 2.658834686416268, - 2.9457959766179154, + 2.945795976617915, 3.319079808497969 ], "relative wind angle": [ - 0.0562043243147527, + 0.05620432431475468, 0.04909988216833229, - 0.13457603490929645, - 0.15497473041917273, + 0.13457603490929648, + 0.15497473041917276, 0.07506894044207192, 0.06603648168682298, - 0.15282383722595005, + 0.15282383722594933, 0.13865502843790983 ], "resistance": [ @@ -290725,68 +209658,7 @@ "id": "5333", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.931893059621478, - 10.931893059621478, - 10.931893059621478, - 10.931893059621478, - 10.931893059621478, - 10.931893059621478, - 10.931893059621478, - 10.931893059621478 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1192.263992234488, - 1314.303743057235, - 502.3366032132626, - -514.4079497777811, - -1176.949098636328, - -1229.3474222459813, - -694.9112785488378, - 291.86926627388584 - ], - "relative wind speed": [ - 3.5022638765708147, - 3.52953357504859, - 3.302788971274792, - 2.919892339711303, - 2.589478034376176, - 2.552183671731768, - 2.8395129446570815, - 3.2319463912857187 - ], - "relative wind angle": [ - 0.06694117210462609, - 0.044792930446375806, - 0.1390518591251301, - 0.16838777336342087, - 0.09059406948824933, - 0.06196516211203646, - 0.16192459620196856, - 0.15199610727411306 - ], - "resistance": [ - 97826.76399223451, - 97948.80374305726, - 97136.83660321329, - 96120.09205022224, - 95457.5509013637, - 95405.15257775405, - 95939.58872145119, - 96926.36926627392 - ], - "fuel": [ - 42.251558985921974, - 42.314994305828066, - 41.893982320050135, - 41.37025080649813, - 41.03104170491879, - 41.0042844078822, - 41.27767447926651, - 41.78525354957229 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -61.875, -70 -61.71875, -69.84375 -61.71875, -69.84375 -61.875, -70 -61.875))", @@ -290818,9 +209690,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1516.9461136544924, + 1516.9461136544815, 1551.7132512447297, - 493.3390017327529, + 493.33900173275015, -776.087472165942, -1547.2842003257838, -1562.0669539852806, @@ -290828,7 +209700,7 @@ 432.41636771563935 ], "relative wind speed": [ - 4.476422403418954, + 4.476422403418953, 4.482590932086764, 4.245080523390533, 3.87735777350941, @@ -290838,17 +209710,17 @@ 4.229336794264116 ], "relative wind angle": [ - 0.0432739228738992, + 0.04327392287390176, 0.039516682595166684, - 0.10480613762159266, - 0.11656883634579386, - 0.05397926518634172, + 0.10480613762159373, + 0.11656883634579385, + 0.053979265186341725, 0.04946539135836591, 0.11530279215307127, 0.10682882182123295 ], "resistance": [ - 98151.4461136545, + 98151.44611365449, 98186.21325124473, 97127.83900173275, 95858.41252783407, @@ -290858,7 +209730,7 @@ 97066.91636771563 ], "fuel": [ - 45.15712213879269, + 45.15712213879268, 45.17523018733135, 44.62600421088642, 43.97275393543398, @@ -290885,68 +209757,7 @@ "id": "5335", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.621888266354015, - 13.621888266354015, - 13.621888266354015, - 13.621888266354015, - 13.621888266354015, - 13.621888266354015, - 13.621888266354015, - 13.621888266354015 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1453.155453166938, - 1605.4693677174082, - 601.6585541591403, - -665.8306669004505, - -1491.3679705640852, - -1556.331497049062, - -894.3544878267721, - 336.0466663598072 - ], - "relative wind speed": [ - 4.245674131155117, - 4.27399348632832, - 4.043296383988404, - 3.6597017625355677, - 3.336679921775691, - 3.3003274696859815, - 3.5792368012702207, - 3.970612640089038 - ], - "relative wind angle": [ - 0.055074534170991105, - 0.03668147064658836, - 0.11286437286984913, - 0.13353785217778077, - 0.07010017743949644, - 0.04751049565089878, - 0.12757284585965237, - 0.12302606545809874 - ], - "resistance": [ - 98087.65545316692, - 98239.9693677174, - 97236.15855415912, - 95968.66933309953, - 95143.1320294359, - 95078.16850295092, - 95740.14551217321, - 96970.54666635979 - ], - "fuel": [ - 44.37175679025755, - 44.45108483059204, - 43.92987096052578, - 43.277102155214095, - 42.85515746721083, - 42.822061250925344, - 43.16004631555974, - 43.79258324876941 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -61.71875, -69.6875 -61.5625, -69.53125 -61.5625, -69.53125 -61.71875, -69.6875 -61.71875))", @@ -290965,68 +209776,7 @@ "id": "5336", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.745479584431315, - 10.745479584431315, - 10.745479584431315, - 10.745479584431315, - 10.745479584431315, - 10.745479584431315, - 10.745479584431315, - 10.745479584431315 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1232.205446398848, - 1483.722165926547, - 654.9068281359432, - -447.6460029594823, - -1218.9008357972693, - -1327.2019921290762, - -816.6840511135961, - 223.75795657124263 - ], - "relative wind speed": [ - 3.4808386152743713, - 3.5368978223072305, - 3.3138371727572524, - 2.9029307170734944, - 2.518434707268367, - 2.439078644676607, - 2.734453150597268, - 3.167292864929019 - ], - "relative wind angle": [ - 0.08442043635149075, - 0.038010395344167065, - 0.14645182876709123, - 0.19043534330184345, - 0.11680807073195179, - 0.05513337217316409, - 0.1777837690654349, - 0.17436962479660068 - ], - "resistance": [ - 97866.70544639883, - 98118.22216592653, - 97289.40682813592, - 96186.8539970405, - 95415.59916420272, - 95307.29800787091, - 95817.81594888639, - 96858.25795657122 - ], - "fuel": [ - 42.15245127770861, - 42.28328569647528, - 41.85304125799833, - 41.28465943904937, - 40.88975529372071, - 40.83447928637541, - 41.09542542541251, - 41.630239247493634 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -61.71875, -69.53125 -61.5625, -69.375 -61.5625, -69.375 -61.71875, -69.53125 -61.71875))", @@ -291045,68 +209795,7 @@ "id": "5337", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.318215191345395, - 10.318215191345395, - 10.318215191345395, - 10.318215191345395, - 10.318215191345395, - 10.318215191345395, - 10.318215191345395, - 10.318215191345395 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1347.6563224802799, - 1029.8285694747888, - 110.36421420394117, - -792.0958456858752, - -1188.8018437014657, - -1052.2166810387093, - -323.97622574664774, - 656.7351835439645 - ], - "relative wind speed": [ - 3.382544347670405, - 3.3080865186132757, - 3.0012020457960067, - 2.6013748622711836, - 2.3527530759512327, - 2.4563421760259887, - 2.8230904308337093, - 3.195293746480685 - ], - "relative wind angle": [ - 0.02675354322957334, - 0.09090014530980363, - 0.1725057644880456, - 0.1653794963690481, - 0.03846836836569895, - 0.12255811908648921, - 0.18350935616563538, - 0.13443154588852727 - ], - "resistance": [ - 97982.15632248034, - 97664.32856947485, - 96744.864214204, - 95842.40415431418, - 95445.69815629859, - 95582.28331896134, - 96310.52377425341, - 97291.23518354402 - ], - "fuel": [ - 41.946385545432605, - 41.78125746420372, - 41.30566443114759, - 40.84192597066607, - 40.6390333692886, - 40.70882282567661, - 41.08209580410461, - 41.5878956087694 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -61.875, -69.6875 -61.71875, -69.53125 -61.71875, -69.53125 -61.875, -69.6875 -61.875))", @@ -291125,68 +209814,7 @@ "id": "5338", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.29101374903255, - 14.29101374903255, - 14.29101374903255, - 14.29101374903255, - 14.29101374903255, - 14.29101374903255, - 14.29101374903255, - 14.29101374903255 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1558.1625113807304, - 1903.4920069854297, - 835.205052615127, - -615.6440319817002, - -1639.5658124412948, - -1786.9242286986018, - -1133.0039234680653, - 233.70242768780918 - ], - "relative wind speed": [ - 4.4517464691513355, - 4.51271473351485, - 4.288834292017726, - 3.8808313079119645, - 3.5096184797103165, - 3.4308707688637186, - 3.7069352455011053, - 4.132144341411108 - ], - "relative wind angle": [ - 0.06586742617681242, - 0.028106531936724098, - 0.11036192197422222, - 0.13991149223684968, - 0.083585886932863, - 0.03697281783928312, - 0.12777442792050747, - 0.13135130355959718 - ], - "resistance": [ - 98192.66251138071, - 98537.99200698541, - 97469.70505261511, - 96018.85596801828, - 94994.93418755868, - 94847.57577130139, - 95501.49607653193, - 96868.2024276878 - ], - "fuel": [ - 44.99411562147786, - 45.17422886337519, - 44.618480181381244, - 43.87051343923302, - 43.347358138298546, - 43.27238900140305, - 43.605689665157016, - 44.30743266238336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -61.875, -69.53125 -61.71875, -69.375 -61.71875, -69.375 -61.875, -69.53125 -61.875))", @@ -291205,68 +209833,7 @@ "id": "5339", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.181057140575515, - 13.181057140575515, - 13.181057140575515, - 13.181057140575515, - 13.181057140575515, - 13.181057140575515, - 13.181057140575515, - 13.181057140575515 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1329.8973027406382, - 1719.1070181656796, - 812.8714507631094, - -470.61557256694505, - -1414.6489118676145, - -1580.8463117401197, - -1052.6181789402544, - 135.94719032526518 - ], - "relative wind speed": [ - 4.112652307204696, - 4.186792264374135, - 3.986954842394018, - 3.601455671770705, - 3.2352539095242485, - 3.138717475980427, - 3.3889479110424428, - 3.796089290746288 - ], - "relative wind angle": [ - 0.07329599661494884, - 0.023483125231347737, - 0.11063623648729774, - 0.14607962893481077, - 0.09322538907458751, - 0.03132681204253223, - 0.13026158348049238, - 0.1385401895943646 - ], - "resistance": [ - 97964.39730274066, - 98353.60701816571, - 97447.37145076314, - 96163.88442743308, - 95219.85108813242, - 95053.6536882599, - 95581.88182105977, - 96770.4471903253 - ], - "fuel": [ - 43.949745997810034, - 44.152446998539304, - 43.681349905551826, - 43.019371549477924, - 42.53638410893632, - 42.45169730004187, - 42.7212146781036, - 43.331451784706246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -61.40625, -69.375 -61.25, -69.21875 -61.25, -69.21875 -61.40625, -69.375 -61.40625))", @@ -291285,68 +209852,7 @@ "id": "5340", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.116604934665224, - 10.116604934665224, - 10.116604934665224, - 10.116604934665224, - 10.116604934665224, - 10.116604934665224, - 10.116604934665224, - 10.116604934665224 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1265.2721778489345, - 489.92937892476357, - -477.37486145152207, - -1108.498949306099, - -1159.235794992001, - -650.1474487497567, - 288.06465502564333, - 1147.49409684776 - ], - "relative wind speed": [ - 3.3186889411409024, - 3.0881750113328805, - 2.6951820884482243, - 2.350877975578147, - 2.311367645207939, - 2.6113773719522366, - 3.015312618862741, - 3.2908189593635506 - ], - "relative wind angle": [ - 0.04902477743516866, - 0.15336264295696173, - 0.18830842924252217, - 0.10301977619636085, - 0.07042034928666985, - 0.18165155914744438, - 0.16811382233392763, - 0.07353086138812799 - ], - "resistance": [ - 97899.77217784896, - 97124.42937892479, - 96157.12513854851, - 95526.00105069393, - 95475.26420500803, - 95984.35255125027, - 96922.56465502568, - 97781.99409684779 - ], - "fuel": [ - 41.78216394766559, - 41.380230627598905, - 40.88192181102468, - 40.558673816571, - 40.532751876357885, - 40.793284123642806, - 41.275952110706264, - 41.72096436542894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -61.40625, -69.21875 -61.25, -69.0625 -61.25, -69.0625 -61.40625, -69.21875 -61.40625))", @@ -291378,19 +209884,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1662.1566673884327, + 1662.1566673884063, 749.2465955833086, - -496.16729419135936, + -496.1672941913612, -1383.7323791384879, - -1519.7828618292933, + -1519.7828618292897, -967.533779756629, - 200.1200071861267, + 200.12000718612853, 1344.6490892861684 ], "relative wind speed": [ - 3.965368774286602, + 3.9653687742866017, 3.7486713888354464, - 3.344937180399418, + 3.3449371803994175, 2.968165254182705, 2.882722562114387, 3.159383120917292, @@ -291398,31 +209904,31 @@ 3.9018244335276133 ], "relative wind angle": [ - 0.030534666492246593, - 0.12533831317166164, - 0.16265366531360526, - 0.10037001022556095, - 0.04200820910436519, + 0.030534666492257504, + 0.1253383131716616, + 0.16265366531360592, + 0.10037001022556097, + 0.042008209104362544, 0.14887669266840697, - 0.15171366444207576, + 0.15171366444207504, 0.07629855966947513 ], "resistance": [ - 98296.65666738848, + 98296.65666738845, 97383.74659558335, 96138.33270580869, 95250.76762086156, - 95114.71713817074, + 95114.71713817076, 95666.96622024341, 96834.62000718617, 97979.1490892862 ], "fuel": [ - 43.45964718864845, + 43.459647188648425, 42.98528522014355, 42.343150306721796, 41.88904436137407, - 41.81969579925202, + 41.81969579925204, 42.10161952813655, 42.70144439543118, 43.29431369603242 @@ -291458,17 +209964,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1628.3786945615057, + 1628.3786945614775, 909.7552104847864, - -240.03109072163352, + -240.03109072163534, -1176.3564872160432, - -1412.06099210292, + -1412.0609921029295, -1059.3229487754534, -44.355780242165565, 1077.2741986298888 ], "relative wind speed": [ - 3.816092540835396, + 3.8160925408353954, 3.6557734386366585, 3.2866908607538665, 2.8942218253641516, @@ -291478,17 +209984,17 @@ 3.700578579910454 ], "relative wind angle": [ - 0.009316143784193058, - 0.11117009724277935, - 0.16443674175641232, + 0.009316143784204976, + 0.11117009724277936, + 0.16443674175641368, 0.12307220059094971, - 0.012974538647758651, - 0.1378913749601027, + 0.01297453864776721, + 0.13789137496010273, 0.16096947544252874, 0.09616006430740398 ], "resistance": [ - 98262.87869456154, + 98262.87869456151, 97544.25521048483, 96394.46890927841, 95458.143512784, @@ -291498,7 +210004,7 @@ 97711.77419862994 ], "fuel": [ - 43.067165477228656, + 43.06716547722864, 42.69358833600657, 42.099867681265366, 41.62000697782764, @@ -291538,11 +210044,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1920.7152783106212, + 1920.7152783105194, 1080.0687259696215, -274.410443542798, -1382.7028126925106, - -1664.9696468378984, + -1664.9696468379111, -1256.6240287675128, -63.583517258814936, 1260.502910688214 @@ -291558,31 +210064,31 @@ 4.030095485431431 ], "relative wind angle": [ - 0.00844504255809524, + 0.008445042558134679, 0.1096269581342913, 0.16282318231895176, - 0.12247466371047314, - 0.011725925547849386, - 0.13590027774342034, + 0.12247466371047312, + 0.011725925547858855, + 0.13590027774342037, 0.15971084466174948, 0.09603302945730233 ], "resistance": [ - 98555.21527831064, + 98555.21527831053, 97714.56872596964, 96360.08955645721, 95251.7971873075, - 94969.53035316212, + 94969.5303531621, 95377.8759712325, 96570.9164827412, 97895.00291068823 ], "fuel": [ - 44.01409458929445, + 44.01409458929439, 43.57636002872074, 42.876598578404625, 42.30910229223109, - 42.16529905955599, + 42.165299059555984, 42.3734299847026, 42.98506901137476, 43.67009259912474 @@ -291618,11 +210124,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1670.5651031417747, + 1670.5651031414181, 980.833127001415, - -194.88121928580404, + -194.88121928580586, -1191.2250036256855, - -1463.2203566016824, + -1463.2203566016315, -1155.9158075288515, -135.6981857357432, 1031.233102836114 @@ -291630,7 +210136,7 @@ "relative wind speed": [ 4.117191693561545, 3.9797408700040116, - 3.6401581655235207, + 3.6401581655235202, 3.2717399673541494, 3.1129756280949206, 3.2868750067906225, @@ -291638,31 +210144,31 @@ 3.9921926667763183 ], "relative wind angle": [ - 0.002357942762548754, + 0.0023579427626900075, 0.09106387894179038, 0.1383774743279993, 0.10662253987023398, - 0.0031185946362236846, + 0.0031185946361880846, 0.11033131994777737, - 0.13764560453098965, - 0.0873263381546799 + 0.13764560453098967, + 0.08732633815467988 ], "resistance": [ - 98305.06510314177, + 98305.0651031414, 97615.3331270014, 96439.61878071418, 95443.2749963743, - 95171.2796433983, + 95171.27964339836, 95478.58419247113, 96498.80181426424, 97665.7331028361 ], "fuel": [ - 43.995050039068275, + 43.99505003906809, 43.63634682943874, 43.02898334416399, 42.518307472357925, - 42.37953813882091, + 42.37953813882094, 42.536342062222516, 43.059433825569215, 43.66249797803722 @@ -291698,11 +210204,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1795.4888474025583, + 1795.4888474024447, 1007.894965326861, - -268.2331830750054, + -268.2331830750072, -1314.3875455280786, - -1579.285856234791, + -1579.285856234821, -1197.9121865483776, -73.18560297111708, 1174.3071218897176 @@ -291710,39 +210216,39 @@ "relative wind speed": [ 4.175840188100903, 4.01591241132934, - 3.6458690942497736, + 3.645869094249773, 3.2546711982128502, - 3.1000707875051137, + 3.100070787505114, 3.3046221673032647, 3.7088702743147404, 4.0565004074478885 ], "relative wind angle": [ - 0.007625633839918233, + 0.00762563383996191, 0.10048827973291996, 0.14807899165943122, - 0.11016941606710381, - 0.010271920157734395, + 0.1101694160671038, + 0.010271920157756012, 0.12221608682925615, 0.14554555789124377, 0.08832886200020731 ], "resistance": [ - 98429.98884740256, + 98429.98884740245, 97642.39496532686, 96366.266816925, 95320.11245447192, - 95055.2141437652, + 95055.21414376517, 95436.58781345162, 96561.31439702888, 97808.80712188972 ], "fuel": [ - 44.12480673340355, + 44.124806733403496, 43.71498658087795, 43.05586013122806, 42.52003634918548, - 42.38500575971695, + 42.38500575971693, 42.57949172672369, 43.15621084929356, 43.80138590651396 @@ -291778,9 +210284,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1470.5638609826756, + 1470.5638609826574, 1674.3158982235627, - 654.0390553527031, + 654.0390553527004, -666.0695347312931, -1546.6807629846826, -1633.3190389644515, @@ -291788,7 +210294,7 @@ 297.08467604356883 ], "relative wind speed": [ - 4.505441934649266, + 4.505441934649265, 4.541236045474642, 4.323159118285036, 3.953737771156545, @@ -291798,9 +210304,9 @@ 4.23177733954215 ], "relative wind angle": [ - 0.0524307830102393, + 0.05243078301024354, 0.030825176522060915, - 0.10057106010842831, + 0.10057106010842941, 0.1201450833177394, 0.06493367747133068, 0.03895267007555167, @@ -291808,9 +210314,9 @@ 0.1122167248599191 ], "resistance": [ - 98105.06386098267, + 98105.06386098266, 98308.81589822356, - 97288.53905535271, + 97288.5390553527, 95968.43046526871, 95087.81923701531, 95001.18096103554, @@ -291818,7 +210324,7 @@ 96931.58467604357 ], "fuel": [ - 45.25154536733021, + 45.2515453673302, 45.35769607743281, 44.82770234686174, 44.14770600957317, @@ -291858,34 +210364,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1434.484029395042, + 1434.4840293950374, 1631.2459197005537, - 644.1457544943714, + 644.1457544943705, -627.0610503647331, -1475.4086372906304, -1559.4194023017544, - -921.6074883704414, + -921.6074883704432, 301.63546869076345 ], "relative wind speed": [ 4.176341171318614, 4.2134429981018755, - 3.985618004166881, + 3.9856180041668807, 3.5961358268840637, 3.259452510822221, 3.21134774686618, - 3.4900867287815394, - 3.890200941359853 + 3.490086728781539, + 3.8902009413598533 ], "relative wind angle": [ - 0.059817139219411244, + 0.0598171392194131, 0.03522126231178954, 0.11554587205691337, - 0.13989883034323752, + 0.13989883034323755, 0.07667318998334659, 0.04621889303606483, 0.1320413041435242, - 0.1292619345132804 + 0.12926193451328127 ], "resistance": [ 98068.98402939505, @@ -291938,53 +210444,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1975.20881056308, + 1975.2088105630382, 969.8466985674686, - -498.86098914385457, - -1606.5925130923197, + -498.8609891438582, + -1606.5925130923206, -1820.6680840666395, -1254.1766964393964, - 92.24994058642824, - 1472.5961123751013 + 92.24994058642915, + 1472.596112375103 ], "relative wind speed": [ - 4.619589812921102, + 4.6195898129211015, 4.4219194185972395, 4.028520967905637, - 3.648948100357821, + 3.6489481003578215, 3.5380742339822326, 3.7822226243633557, 4.198761500247187, - 4.532522155015728 + 4.5325221550157275 ], "relative wind angle": [ - 0.018588448341953463, + 0.018588448341965408, 0.10039114222533485, - 0.13466931243197344, - 0.08828891666947437, + 0.13466931243197514, + 0.08828891666947564, 0.024271535059055598, - 0.11744329123627682, - 0.12917785465287032, - 0.07104523944885074 + 0.11744329123627684, + 0.12917785465286946, + 0.07104523944884918 ], "resistance": [ - 98609.70881056307, + 98609.70881056302, 97604.34669856746, 96135.63901085613, 95027.90748690767, 94813.83191593335, 95380.3233035606, - 96726.74994058641, + 96726.74994058642, 98107.09611237509 ], "fuel": [ - 45.55568099501261, + 45.55568099501258, 45.03228134272659, 44.27442079110868, 43.708135694895674, 43.5992242667691, 43.88779947001172, - 44.57847184327275, + 44.57847184327276, 45.29354662405894 ] }, @@ -292018,13 +210524,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2428.1577786892412, + 2428.1577786890484, 1388.3476131708794, - -345.2458704383953, + -345.2458704383989, -1790.560206778594, -2166.8776935874566, -1682.7781273464261, - -164.35851198149066, + -164.35851198149248, 1542.023143239183 ], "relative wind speed": [ @@ -292038,19 +210544,19 @@ 5.017211131908697 ], "relative wind angle": [ - 0.004540279456502909, - 0.08597737713927169, - 0.1272670368941614, - 0.09503675255883981, + 0.004540279456551814, + 0.08597737713927167, + 0.12726703689416227, + 0.09503675255883982, 0.005864869920663986, - 0.10213494726587746, - 0.1259846277251351, + 0.10213494726587745, + 0.12598462772513602, 0.07883702307373859 ], "resistance": [ - 99062.65777868927, + 99062.65777868908, 98022.8476131709, - 96289.25412956164, + 96289.25412956162, 94843.93979322143, 94467.62230641257, 94951.72187265361, @@ -292058,9 +210564,9 @@ 98176.52314323922 ], "fuel": [ - 47.49589065304649, + 47.4958906530464, 46.95287116586334, - 46.056482913430116, + 46.05648291343011, 45.31770321996484, 45.12662205467625, 45.372528355226834, @@ -292098,37 +210604,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1760.6887625496847, + 1760.6887625496702, 1474.122177030874, - 254.49183342857486, + 254.49183342857214, -1020.0252447107014, -1647.9556338888979, -1525.44870851006, - -592.273179564113, + -592.2731795641139, 752.203723563257 ], "relative wind speed": [ - 4.250634749658876, + 4.250634749658875, 4.19705794663559, - 3.886019936549317, + 3.8860199365493164, 3.4638438361924497, 3.1818458855752105, 3.2521905859193576, - 3.6181332296227993, + 3.6181332296227997, 4.024155177553549 ], "relative wind angle": [ - 0.03184218865196709, - 0.0673455670840558, - 0.13804841695010325, + 0.03184218865197058, + 0.06734556708405581, + 0.13804841695010406, 0.1372205767665015, 0.042543692758506196, - 0.08695550804865908, - 0.14834249728340043, + 0.08695550804865909, + 0.14834249728340118, 0.11801784248524674 ], "resistance": [ - 98395.18876254967, + 98395.18876254966, 98108.62217703086, 96888.99183342856, 95614.47475528928, @@ -292138,7 +210644,7 @@ 97386.70372356325 ], "fuel": [ - 44.325466440358895, + 44.32546644035889, 44.176123069508286, 43.54393393122205, 42.8892088301749, @@ -292178,19 +210684,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2030.60942189451, + 2030.6094218944045, 1315.6514507333095, - -97.3666737507474, + -97.36667375075012, -1365.1731829877226, -1787.1728923668343, -1482.4695171110498, - -293.84309500329437, + -293.84309500329346, 1148.1148781144375 ], "relative wind speed": [ - 4.4716592882899135, + 4.471659288289913, 4.343292766729463, - 3.9752370607095533, + 3.975237060709553, 3.5502368501819332, 3.3380750787811464, 3.503468276523242, @@ -292198,17 +210704,17 @@ 4.305148119372836 ], "relative wind angle": [ - 0.006679864748598464, + 0.006679864748631705, 0.08752773090024733, - 0.1430725778779596, - 0.11912309590017095, - 0.008948347487079815, + 0.14307257787795963, + 0.11912309590017096, + 0.008948347487079816, 0.10858395923840505, - 0.14524768957663256, - 0.0981601571065209 + 0.14524768957663178, + 0.09816015710652089 ], "resistance": [ - 98665.10942189449, + 98665.10942189439, 97950.15145073329, 96537.13332624924, 95269.32681701226, @@ -292218,7 +210724,7 @@ 97782.61487811443 ], "fuel": [ - 45.038829975825536, + 45.038829975825486, 44.66608338776093, 43.934994316200466, 43.28536055192134, @@ -292245,68 +210751,7 @@ "id": "5352", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.042344490736287, - 15.042344490736287, - 15.042344490736287, - 15.042344490736287, - 15.042344490736287, - 15.042344490736287, - 15.042344490736287, - 15.042344490736287 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1405.0869662390724, - 1594.3728579385624, - 614.5751814558671, - -652.8031620420579, - -1495.1302845892196, - -1575.4155618729783, - -939.7467537457642, - 281.72798983145367 - ], - "relative wind speed": [ - 4.589173401388419, - 4.621918893840379, - 4.416101388239058, - 4.070581529440642, - 3.7792715731566844, - 3.7391538976675562, - 3.980132492829128, - 4.332871120153221 - ], - "relative wind angle": [ - 0.047741623958657706, - 0.028536589600213897, - 0.09195534175033489, - 0.10870083514656004, - 0.05798316852961923, - 0.035276231277587125, - 0.1020611548742543, - 0.10209694093268815 - ], - "resistance": [ - 98039.58696623908, - 98228.87285793856, - 97249.07518145586, - 95981.69683795795, - 95139.36971541078, - 95059.08443812703, - 95694.75324625423, - 96916.22798983146 - ], - "fuel": [ - 45.58699229718956, - 45.685555223986796, - 45.17680650107317, - 44.52403362280742, - 44.093492882556156, - 44.052594283770425, - 44.37707093684878, - 45.00479229024546 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -62.03125, -69.84375 -61.875, -69.6875 -61.875, -69.6875 -62.03125, -69.84375 -62.03125))", @@ -292338,9 +210783,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1635.3392575953094, + 1635.3392575952948, 1712.3376426198793, - 562.5902679908104, + 562.5902679908031, -844.175053411609, -1715.5721531220952, -1748.1652790393846, @@ -292348,9 +210793,9 @@ 426.7908157005859 ], "relative wind speed": [ - 5.041738749916209, + 5.041738749916208, 5.053917441101791, - 4.827370049510613, + 4.827370049510612, 4.473781359379527, 4.19550468121253, 4.180826192394277, @@ -292358,19 +210803,19 @@ 4.796526816452835 ], "relative wind angle": [ - 0.03853949969639823, + 0.038539499696401115, 0.03207864459935565, - 0.08784080485721396, - 0.09779520439071783, - 0.04631801972711883, - 0.03878076911404399, + 0.08784080485721524, + 0.09779520439071784, + 0.04631801972711884, + 0.03878076911404398, 0.09551655135075839, 0.09119585659458 ], "resistance": [ - 98269.83925759535, + 98269.83925759533, 98346.83764261992, - 97197.09026799086, + 97197.09026799085, 95790.32494658843, 94918.92784687795, 94886.33472096066, @@ -292378,9 +210823,9 @@ 97061.29081570063 ], "fuel": [ - 47.232218178012886, + 47.23221817801287, 47.27236183889342, - 46.67522754180962, + 46.675227541809605, 45.95129928055407, 45.50656758622995, 45.489987972092635, @@ -292405,68 +210850,7 @@ "id": "5354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.751271774336741, - 15.751271774336741, - 15.751271774336741, - 15.751271774336741, - 15.751271774336741, - 15.751271774336741, - 15.751271774336741, - 15.751271774336741 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1434.9434273574352, - 1497.2681702915688, - 487.10818778159955, - -746.4186665906545, - -1507.871492683411, - -1534.2376951176184, - -841.3342979222634, - 377.0966256819265 - ], - "relative wind speed": [ - 4.770857219584953, - 4.781281986442433, - 4.570741580754188, - 4.243529568666468, - 3.9871968399585893, - 3.9746899019121877, - 4.215108379651267, - 4.544367288203607 - ], - "relative wind angle": [ - 0.03742980898828299, - 0.031598880282600314, - 0.08590326069018497, - 0.09523889726508096, - 0.04479093901615939, - 0.03801413629836481, - 0.0931712297972105, - 0.08891680458184087 - ], - "resistance": [ - 98069.44342735742, - 98131.76817029156, - 97121.60818778159, - 95888.08133340933, - 95126.62850731658, - 95100.26230488237, - 95793.16570207772, - 97011.59662568191 - ], - "fuel": [ - 46.271244884958804, - 46.30369016121133, - 45.77959822457316, - 45.14476819949251, - 44.755715613571205, - 44.74228285521264, - 45.09615481485814, - 45.72275122164788 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -62.1875, -69.84375 -62.03125, -69.6875 -62.03125, -69.6875 -62.1875, -69.84375 -62.1875))", @@ -292485,68 +210869,7 @@ "id": "5355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.697090088735248, - 17.697090088735248, - 17.697090088735248, - 17.697090088735248, - 17.697090088735248, - 17.697090088735248, - 17.697090088735248, - 17.697090088735248 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1483.803574114656, - 1896.0787115102103, - 860.8510884192783, - -607.6640425718379, - -1675.794296289112, - -1849.8193299906325, - -1237.6144265304465, - 131.10912710715638 - ], - "relative wind speed": [ - 5.29719725826645, - 5.359129634451112, - 5.179916345049253, - 4.847729785920833, - 4.547351550935355, - 4.474196518027303, - 4.680509756326906, - 5.02376560395444 - ], - "relative wind angle": [ - 0.04729399667438387, - 0.016491103319415074, - 0.07253810525932324, - 0.09141507838454656, - 0.05509998697564734, - 0.019753200765147687, - 0.08029372889853592, - 0.08820335264440321 - ], - "resistance": [ - 98118.30357411467, - 98530.57871151023, - 97495.3510884193, - 96026.83595742818, - 94958.7057037109, - 94784.68067000939, - 95396.88557346957, - 96765.60912710716 - ], - "fuel": [ - 48.30227830959274, - 48.51724561567176, - 47.97866007902567, - 47.22149395869816, - 46.67580723305457, - 46.58730345034375, - 46.899151141790526, - 47.60140222958539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -62.03125, -69.6875 -61.875, -69.53125 -61.875, -69.53125 -62.03125, -69.6875 -62.03125))", @@ -292565,68 +210888,7 @@ "id": "5356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.71548766367642, - 17.71548766367642, - 17.71548766367642, - 17.71548766367642, - 17.71548766367642, - 17.71548766367642, - 17.71548766367642, - 17.71548766367642 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1900.9963586946596, - 2118.7735246957654, - 789.7511477526205, - -908.3882851288436, - -2019.9436838828697, - -2112.240172800408, - -1238.9957417725218, - 406.3527975896777 - ], - "relative wind speed": [ - 5.391690035959375, - 5.423802340530228, - 5.184511946018746, - 4.789772256482847, - 4.462317727485358, - 4.423230619779225, - 4.701429232316765, - 5.103007218877992 - ], - "relative wind angle": [ - 0.04501428225732592, - 0.029029178961291903, - 0.0898604184454475, - 0.10469392026430258, - 0.0543979194965624, - 0.035598340730240804, - 0.09912271475413907, - 0.09824611024056662 - ], - "resistance": [ - 98535.49635869468, - 98753.27352469579, - 97424.25114775266, - 95726.1117148712, - 94614.55631611716, - 94522.25982719962, - 95395.5042582275, - 97040.8527975897 - ], - "fuel": [ - 48.53996669401892, - 48.653778701493515, - 47.96196922474833, - 47.08758361027307, - 46.521045479730006, - 46.474210482725354, - 46.91859906736801, - 47.76361650574728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -62.03125, -69.53125 -61.875, -69.375 -61.875, -69.375 -62.03125, -69.53125 -62.03125))", @@ -292645,68 +210907,7 @@ "id": "5357", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.757412808395035, - 16.757412808395035, - 16.757412808395035, - 16.757412808395035, - 16.757412808395035, - 16.757412808395035, - 16.757412808395035, - 16.757412808395035 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1629.8969448485877, - 2123.869394827396, - 998.5982791013776, - -615.3186455902032, - -1807.272510755508, - -2016.769587342551, - -1363.9019580055974, - 130.21514024990938 - ], - "relative wind speed": [ - 5.095877233200311, - 5.172516473661783, - 4.972269258194058, - 4.589506966293043, - 4.233104878824161, - 4.13910799818894, - 4.3776340773290405, - 4.777401751718375 - ], - "relative wind angle": [ - 0.05863039265538071, - 0.01827546778179159, - 0.08704816971934524, - 0.11284667533312732, - 0.07059837575470734, - 0.022839006475117305, - 0.09890871544789738, - 0.10839060014778949 - ], - "resistance": [ - 98264.39694484857, - 98758.36939482739, - 97633.09827910137, - 96019.18135440978, - 94827.22748924448, - 94617.73041265743, - 95270.59804199438, - 96764.7151402499 - ], - "fuel": [ - 47.378692598983186, - 47.6366018979484, - 47.05040521889613, - 46.21787932859021, - 45.60924210577851, - 45.50281465218339, - 45.83501911730383, - 46.60125233536672 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -62.1875, -69.6875 -62.03125, -69.53125 -62.03125, -69.53125 -62.1875, -69.6875 -62.1875))", @@ -292725,68 +210926,7 @@ "id": "5358", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.724227332783464, - 18.724227332783464, - 18.724227332783464, - 18.724227332783464, - 18.724227332783464, - 18.724227332783464, - 18.724227332783464, - 18.724227332783464 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1475.7454347291878, - 2244.0000516908312, - 1230.2946091148278, - -421.1781273306224, - -1768.4177466504188, - -2092.4579740289864, - -1595.7968006883075, - -130.25406792027388 - ], - "relative wind speed": [ - 5.575243378266262, - 5.684502677425012, - 5.531655986851937, - 5.190811604049944, - 4.84668563550143, - 4.71806418848086, - 4.896374415769572, - 5.256346189848813 - ], - "relative wind angle": [ - 0.05714514871827992, - 0.005789178231756533, - 0.06602535849192274, - 0.09322813935169176, - 0.06574683931684387, - 0.006975039097542157, - 0.07460684828766369, - 0.09206248221547582 - ], - "resistance": [ - 98110.24543472921, - 98878.50005169085, - 97864.79460911485, - 96213.32187266939, - 94866.0822533496, - 94542.04202597102, - 95038.70319931171, - 96504.24593207974 - ], - "fuel": [ - 49.45736097112987, - 49.85842785016312, - 49.329686435277296, - 48.47647925757872, - 47.7879657770215, - 47.623371002507476, - 47.87580731966034, - 48.626044129769895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -62.1875, -69.53125 -62.03125, -69.375 -62.03125, -69.375 -62.1875, -69.53125 -62.1875))", @@ -292805,68 +210945,7 @@ "id": "5359", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.760277402922412, - 18.760277402922412, - 18.760277402922412, - 18.760277402922412, - 18.760277402922412, - 18.760277402922412, - 18.760277402922412, - 18.760277402922412 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1468.3303013818695, - 2390.8283401627996, - 1391.6110357123744, - -331.4096153661776, - -1794.227030012802, - -2183.4962409627587, - -1740.288796007333, - -240.56069622626273 - ], - "relative wind speed": [ - 5.58903394417315, - 5.71957450345325, - 5.575481991893883, - 5.225714118260766, - 4.85724691265947, - 4.702830583713082, - 4.872796790112085, - 5.24614715328018 - ], - "relative wind angle": [ - 0.06306081762279166, - 0.0017947178292879416, - 0.06582343676676468, - 0.0974370679197133, - 0.0725771017681606, - 0.0021827333123207392, - 0.07533240948385928, - 0.09705636518614523 - ], - "resistance": [ - 98102.83030138185, - 99025.32834016279, - 98026.11103571235, - 96303.0903846338, - 94840.27296998719, - 94451.00375903722, - 94894.21120399266, - 96393.93930377372 - ], - "fuel": [ - 49.49545099843858, - 49.977279845636545, - 49.45552247683984, - 48.564546296461245, - 47.81679213928256, - 47.619149222458454, - 47.84422257370171, - 48.611248508262726 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -62.03125, -69.375 -61.875, -69.21875 -61.875, -69.21875 -62.03125, -69.375 -62.03125))", @@ -292898,9 +210977,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1617.1482895188783, + 1617.148289518862, 2346.6251864089354, - 1236.1675309481616, + 1236.167530948158, -501.2027580143258, -1879.015319766011, -2187.577658899296, @@ -292910,7 +210989,7 @@ "relative wind speed": [ 5.449179371776578, 5.5550416411011705, - 5.379808902496011, + 5.37980890249601, 5.006752985668107, 4.637237247497768, 4.509882202564505, @@ -292918,19 +210997,19 @@ 5.111746243298815 ], "relative wind angle": [ - 0.06100477693111479, - 0.009501242146580354, + 0.06100477693111844, + 0.009501242146580352, 0.07569961070947787, - 0.10457125810542803, - 0.07170318184958922, + 0.10457125810542801, + 0.07170318184958921, 0.011703233950138768, - 0.08635150778585578, + 0.08635150778585576, 0.10241578430429091 ], "resistance": [ - 98251.64828951888, + 98251.64828951887, 98981.12518640893, - 97870.66753094817, + 97870.66753094815, 96133.29724198568, 94755.48468023399, 94446.9223411007, @@ -292940,7 +211019,7 @@ "fuel": [ 48.83596887562292, 49.21712306527533, - 48.637692236553455, + 48.637692236553434, 47.740347141035656, 47.03669785784254, 46.88008310668486, @@ -292965,68 +211044,7 @@ "id": "5361", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.020071685408965, - 16.020071685408965, - 16.020071685408965, - 16.020071685408965, - 16.020071685408965, - 16.020071685408965, - 16.020071685408965, - 16.020071685408965 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1472.9657243741276, - 2133.762236016977, - 1129.042404961574, - -436.001698856393, - -1676.6189366955905, - -1957.0892221817548, - -1435.2469012298052, - -30.564621352506947 - ], - "relative wind speed": [ - 4.877031028507067, - 4.983655120406155, - 4.807038497850424, - 4.428405514107112, - 4.049035788793713, - 3.9170529882556506, - 4.131888593868057, - 4.535344206846789 - ], - "relative wind angle": [ - 0.0695758047571559, - 0.010805945457711633, - 0.08648276826425871, - 0.12072934901985118, - 0.08383406605682775, - 0.013748538531108035, - 0.10065856019801266, - 0.11786925727268385 - ], - "resistance": [ - 98107.46572437412, - 98768.26223601698, - 97763.54240496157, - 96198.49830114361, - 94957.8810633044, - 94677.41077781825, - 95199.25309877019, - 96603.9353786475 - ], - "fuel": [ - 46.55324665676184, - 46.89807614712525, - 46.374416901458986, - 45.56619969466453, - 44.9319984362145, - 44.78941627657322, - 45.05493863899882, - 45.77470004604041 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -62.1875, -69.375 -62.03125, -69.21875 -62.03125, -69.21875 -62.1875, -69.375 -62.1875))", @@ -293045,68 +211063,7 @@ "id": "5362", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.253989436377747, - 20.253989436377747, - 20.253989436377747, - 20.253989436377747, - 20.253989436377747, - 20.253989436377747, - 20.253989436377747, - 20.253989436377747 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1917.8070083679359, - 2813.878516809509, - 1495.9181611976455, - -586.4160428610503, - -2248.96171997045, - -2627.6045179303474, - -1952.39639940276, - -87.04113548279201 - ], - "relative wind speed": [ - 6.070328214479824, - 6.1871893006922125, - 6.001409273800369, - 5.6019767811555665, - 5.204996470922154, - 5.065526769371738, - 5.284312596938678, - 5.706025677931688 - ], - "relative wind angle": [ - 0.059276263594657076, - 0.008450194819241204, - 0.0723050303186165, - 0.1002854803251092, - 0.06914556345053025, - 0.010321386784164817, - 0.08213782926776687, - 0.09845079610168639 - ], - "resistance": [ - 98552.30700836795, - 99448.37851680952, - 98130.41816119765, - 96048.08395713897, - 94385.53828002956, - 94006.89548206967, - 94682.10360059726, - 96547.45886451722 - ], - "fuel": [ - 51.54327629370391, - 52.01275697530049, - 51.323269670528745, - 50.247075836823164, - 49.39942116976792, - 49.20780679280509, - 49.549872322193636, - 50.503692499390496 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -62.1875, -69.21875 -62.03125, -69.0625 -62.03125, -69.0625 -62.1875, -69.21875 -62.1875))", @@ -293125,68 +211082,7 @@ "id": "5363", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.37142029579365, - 18.37142029579365, - 18.37142029579365, - 18.37142029579365, - 18.37142029579365, - 18.37142029579365, - 18.37142029579365, - 18.37142029579365 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2171.4047958110696, - 2205.451870304154, - 681.2893178490176, - -1142.2154785116309, - -2241.1549857163754, - -2255.5896403032784, - -1193.875524421257, - 621.3746961213928 - ], - "relative wind speed": [ - 5.611644015159754, - 5.616478497818117, - 5.34343286950353, - 4.926040960831911, - 4.603971882006728, - 4.598072957961149, - 4.912721324510085, - 5.331156168730481 - ], - "relative wind angle": [ - 0.0385734136299402, - 0.036252478997406086, - 0.09451694868461234, - 0.1036380399091614, - 0.047021650900007275, - 0.04428664627692835, - 0.10283164188630088, - 0.0957374185062626 - ], - "resistance": [ - 98805.90479581112, - 98839.9518703042, - 97315.78931784906, - 95492.28452148841, - 94393.34501428367, - 94378.91035969676, - 95440.62447557879, - 97255.87469612143 - ], - "fuel": [ - 49.41440353512519, - 49.43221941566003, - 48.63889341949814, - 47.701117448820355, - 47.14193976544232, - 47.13462482454199, - 47.674730406818014, - 48.60788446411456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -62.03125, -69.0625 -61.875, -68.90625 -61.875, -68.90625 -62.03125, -69.0625 -62.03125))", @@ -293205,68 +211101,7 @@ "id": "5364", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.11271430073029, - 14.11271430073029, - 14.11271430073029, - 14.11271430073029, - 14.11271430073029, - 14.11271430073029, - 14.11271430073029, - 14.11271430073029 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1720.2725964794572, - 1667.4518893932727, - 474.8603895770075, - -898.929245335712, - -1693.0154775052551, - -1670.466226207318, - -819.8134330510738, - 566.848710605148 - ], - "relative wind speed": [ - 4.432980137020094, - 4.423541871392231, - 4.147025914925939, - 3.7322742656704966, - 3.4173362213973077, - 3.4295447303291473, - 3.7592121257281286, - 4.1712861986565315 - ], - "relative wind angle": [ - 0.0441234933322962, - 0.0500428293827587, - 0.12291861807902897, - 0.13377646746085867, - 0.05724984270494564, - 0.06456483158290748, - 0.13567399149909182, - 0.11962541296111767 - ], - "resistance": [ - 98354.77259647948, - 98301.9518893933, - 97109.36038957704, - 95735.57075466431, - 94941.48452249478, - 94964.0337737927, - 95814.68656694895, - 97201.34871060518 - ], - "fuel": [ - 44.92446214516252, - 44.89691975462738, - 44.277828130254704, - 43.57123350202869, - 43.16600623654227, - 43.17748089458915, - 43.61173533787222, - 44.325392243707796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -62.03125, -68.90625 -61.875, -68.75 -61.875, -68.75 -62.03125, -68.90625 -62.03125))", @@ -293285,68 +211120,7 @@ "id": "5365", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.43513790443454, - 14.43513790443454, - 14.43513790443454, - 14.43513790443454, - 14.43513790443454, - 14.43513790443454, - 14.43513790443454, - 14.43513790443454 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1957.4817503199838, - 1363.9077957057789, - -4.482406009345141, - -1286.6438473681237, - -1771.8949925049083, - -1519.1834043769813, - -394.43374416397546, - 1032.1163700807729 - ], - "relative wind speed": [ - 4.54993926122269, - 4.445311092248456, - 4.103055733859857, - 3.6930507539376696, - 3.4704316605643233, - 3.60347783184464, - 3.9888315126491207, - 4.371180540803975 - ], - "relative wind angle": [ - 0.012665876991171917, - 0.0767753138689669, - 0.13194558117825456, - 0.11464214244663826, - 0.01660602612088663, - 0.0947600578281786, - 0.1357470249346982, - 0.09679601898557788 - ], - "resistance": [ - 98591.98175032005, - 97998.40779570583, - 96630.01759399072, - 95347.85615263194, - 94862.60500749515, - 95115.31659562308, - 96240.06625583608, - 97666.61637008082 - ], - "fuel": [ - 45.328562416615334, - 45.01912740417909, - 44.310769281342594, - 43.65337103419277, - 43.40616553308945, - 43.53479715140996, - 44.11018355585155, - 44.846733022908786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -62.1875, -69.0625 -62.03125, -68.90625 -62.03125, -68.90625 -62.1875, -69.0625 -62.1875))", @@ -293365,68 +211139,7 @@ "id": "5366", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.683618987010988, - 14.683618987010988, - 14.683618987010988, - 14.683618987010988, - 14.683618987010988, - 14.683618987010988, - 14.683618987010988, - 14.683618987010988 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1848.3525964547816, - 1659.4563043095286, - 372.1213862133727, - -1038.673243020563, - -1790.8069883486896, - -1710.269681738806, - -755.0687050458328, - 701.7067574055718 - ], - "relative wind speed": [ - 4.6018452405793955, - 4.5692059662516575, - 4.274115237651443, - 3.8570573144305587, - 3.562391711418973, - 3.6041602575079943, - 3.9496269772100745, - 4.35783469133784 - ], - "relative wind angle": [ - 0.0355497870183587, - 0.05521226350185735, - 0.12200043786185479, - 0.12567405069873647, - 0.045929166232833336, - 0.07001747259964712, - 0.13208001489812185, - 0.11116857773385277 - ], - "resistance": [ - 98482.85259645479, - 98293.95630430953, - 97006.62138621337, - 95595.82675697944, - 94843.69301165131, - 94924.2303182612, - 95879.43129495416, - 97336.20675740557 - ], - "fuel": [ - 45.492252283789014, - 45.39371356785135, - 44.72570447687635, - 44.0007131822706, - 43.61722693651666, - 43.65818941164365, - 44.14585955963272, - 44.896141849395164 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -62.1875, -68.90625 -62.03125, -68.75 -62.03125, -68.75 -62.1875, -68.90625 -62.1875))", @@ -293445,68 +211158,7 @@ "id": "5367", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.710033343959934, - 14.710033343959934, - 14.710033343959934, - 14.710033343959934, - 14.710033343959934, - 14.710033343959934, - 14.710033343959934, - 14.710033343959934 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1991.8970004981174, - 1362.5030478755534, - -32.45521863862814, - -1326.2450822818428, - -1800.5090751507096, - -1532.755347804341, - -378.8641925375805, - 1067.933220494816 - ], - "relative wind speed": [ - 4.624877577860795, - 4.515610892291124, - 4.171238680526432, - 3.763953979569995, - 3.547997604150109, - 3.68605993964778, - 4.071676249327119, - 4.450890927548511 - ], - "relative wind angle": [ - 0.01085708171558524, - 0.0765336265563751, - 0.12945515218132683, - 0.11082019309822368, - 0.014152592293906502, - 0.09380358669117504, - 0.1326391146300982, - 0.0936617173297915 - ], - "resistance": [ - 98626.39700049814, - 97997.00304787557, - 96602.04478136139, - 95308.25491771818, - 94833.9909248493, - 95101.74465219567, - 96255.63580746243, - 97702.43322049483 - ], - "fuel": [ - 45.59091973258869, - 45.26277280352177, - 44.54073775476864, - 43.87753996575155, - 43.63599193221716, - 43.772259068439425, - 44.36255762995564, - 45.10969940651783 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -61.40625, -68.75 -61.25, -68.59375 -61.25, -68.59375 -61.40625, -68.75 -61.40625))", @@ -293538,9 +211190,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1983.4677170232517, + 1983.4677170232335, 1034.5212950967443, - -392.5011744589692, + -392.50117445897376, -1501.9570732306038, -1745.8167634100141, -1236.8049177494222, @@ -293548,27 +211200,27 @@ 1414.1800069167048 ], "relative wind speed": [ - 4.207394055107417, + 4.207394055107416, 4.00743025476519, - 3.583385615539662, + 3.5833856155396617, 3.1513784315410094, 3.005898182213798, 3.267734898975442, - 3.727859459144467, + 3.7278594591444674, 4.099561268966176 ], "relative wind angle": [ - 0.017406758072104667, + 0.017406758072111044, 0.11922804433033762, - 0.16847962871392688, + 0.16847962871392888, 0.1186707245066119, - 0.024365641944508392, + 0.024365641944508395, 0.1463930573506673, - 0.1618913251205947, + 0.1618913251205954, 0.09113565151817955 ], "resistance": [ - 98617.96771702326, + 98617.96771702325, 97669.02129509675, 96241.99882554104, 95132.54292676941, @@ -293578,7 +211230,7 @@ 98048.68000691672 ], "fuel": [ - 44.132386610823545, + 44.13238661082353, 43.63822865656583, 42.90142378920754, 42.33382164290586, @@ -293618,7 +211270,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2281.985290938437, + 2281.985290938421, 770.5414404867461, -1073.1458748964415, -2220.593293858956, @@ -293628,7 +211280,7 @@ 2174.121171697223 ], "relative wind speed": [ - 5.302458739267533, + 5.302458739267532, 5.017843437104166, 4.566566865860573, 4.204053322041515, @@ -293638,9 +211290,9 @@ 5.286288005498384 ], "relative wind angle": [ - 0.038932580924463625, + 0.03893258092446648, 0.10820160257844344, - 0.12292832297532148, + 0.1229283229753215, 0.05950287283832294, 0.04935178489986393, 0.12014516923449164, @@ -293648,7 +211300,7 @@ 0.04731088256872633 ], "resistance": [ - 98916.48529093842, + 98916.4852909384, 97405.04144048673, 95561.35412510355, 94413.90670614103, @@ -293658,7 +211310,7 @@ 98808.6211716972 ], "fuel": [ - 48.03339502244516, + 48.03339502244514, 47.2462229038535, 46.29752456626637, 45.713473062968774, @@ -293698,9 +211350,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2733.822153588326, + 2733.8221535882512, 2040.0566389731193, - 105.71482985892362, + 105.71482985891998, -1789.9522210791838, -2585.060395094715, -2291.072269962202, @@ -293710,7 +211362,7 @@ "relative wind speed": [ 5.91356244955227, 5.81928726584446, - 5.457772525811143, + 5.4577725258111425, 5.012773548499222, 4.7555609925257825, 4.87046988656823, @@ -293718,17 +211370,17 @@ 5.697164430649159 ], "relative wind angle": [ - 0.015765500184305403, + 0.01576550018431949, 0.05907209415077158, 0.10630386766089356, 0.09498038953652004, - 0.019604917325794825, + 0.019604917325794828, 0.07059753008055397, - 0.11005611660160138, - 0.08354210133651419 + 0.11005611660160139, + 0.08354210133651417 ], "resistance": [ - 99368.32215358832, + 99368.32215358825, 98674.55663897312, 96740.21482985892, 94844.54777892082, @@ -293738,7 +211390,7 @@ 97961.17809111558 ], "fuel": [ - 50.677537382525216, + 50.677537382525166, 50.313996855722294, 49.309839388779324, 48.33926698716023, @@ -293778,9 +211430,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3130.405540889449, + 3130.4055408892746, 1517.8182700640355, - -865.3175945198745, + -865.3175945198946, -2664.941772185506, -3005.9311377362374, -2098.8645149505464, @@ -293788,7 +211440,7 @@ 2322.726909946614 ], "relative wind speed": [ - 6.7764678116359685, + 6.776467811635968, 6.560515802654741, 6.137968073408047, 5.741648962251923, @@ -293798,19 +211450,19 @@ 6.680415062837952 ], "relative wind angle": [ - 0.013356706404251776, + 0.013356706404276712, 0.07171753582195545, - 0.09370456897580937, + 0.09370456897581292, 0.05961789914032686, 0.016082641129834225, 0.08005807602770876, - 0.09102385137621143, - 0.05123214747281701 + 0.09102385137621144, + 0.05123214747281702 ], "resistance": [ - 99764.90554088945, + 99764.90554088927, 98152.31827006403, - 95769.18240548013, + 95769.18240548011, 93969.5582278145, 93628.56886226377, 94535.63548504945, @@ -293818,9 +211470,9 @@ 98957.22690994662 ], "fuel": [ - 54.93759848551856, + 54.93759848551848, 54.09296255889977, - 52.86244765452682, + 52.862447654526804, 51.94722967225094, 51.77517395550817, 52.233815099741285, @@ -293858,19 +211510,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2525.385720560922, + 2525.385720560893, 2021.9183768060357, - 243.3791260352773, + 243.37912603527002, -1574.3134334508013, -2416.2298635722454, -2202.490879834557, - -812.5899550775048, + -812.5899550775011, 1127.2721048365238 ], "relative wind speed": [ - 5.601379418921824, + 5.601379418921823, 5.52938642780692, - 5.184209052030337, + 5.1842090520303366, 4.737876158785763, 4.458995577004828, 4.547964234957683, @@ -293878,17 +211530,17 @@ 5.36755274352093 ], "relative wind angle": [ - 0.02213698424542187, + 0.022136984245426886, 0.057242960724784894, - 0.11043746050225972, + 0.11043746050226073, 0.10396585447080643, 0.02780973914022636, 0.0696138434776955, - 0.11597233977168686, - 0.09173281427083832 + 0.11597233977168589, + 0.09173281427083833 ], "resistance": [ - 99159.88572056095, + 99159.88572056092, 98656.41837680606, 96877.8791260353, 95060.18656654922, @@ -293898,7 +211550,7 @@ 97761.77210483655 ], "fuel": [ - 49.296517836570374, + 49.29651783657037, 49.03290781575399, 48.109235216364524, 47.17739055733706, @@ -293925,68 +211577,7 @@ "id": "5373", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.64215879730777, - 20.64215879730777, - 20.64215879730777, - 20.64215879730777, - 20.64215879730777, - 20.64215879730777, - 20.64215879730777, - 20.64215879730777 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2870.3563378203507, - 1509.592049163015, - -622.7522977945682, - -2314.0027519659834, - -2691.4631686164703, - -1985.5085359057794, - -69.50117336651783, - 1976.8503550677851 - ], - "relative wind speed": [ - 6.296732795696952, - 6.107259064454072, - 5.704921921283003, - 5.308045240550912, - 5.171710852405819, - 5.394147176425689, - 5.818015375827252, - 6.182240109018937 - ], - "relative wind angle": [ - 0.009023569043155717, - 0.07177161010686958, - 0.09876637770887814, - 0.06742021211366549, - 0.010986572283021984, - 0.08127961039264986, - 0.09684042359274803, - 0.057875169148587986 - ], - "resistance": [ - 99504.85633782035, - 98144.09204916301, - 96011.74770220544, - 94320.49724803402, - 93943.03683138354, - 94648.99146409422, - 96564.99882663348, - 98611.35035506779 - ], - "fuel": [ - 52.53777007063925, - 51.825712401533835, - 50.72376218874398, - 49.86179128669464, - 49.670865783527944, - 50.028380363257455, - 51.008045185849184, - 52.069441509342795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -61.875, -68.75 -61.71875, -68.59375 -61.71875, -68.59375 -61.875, -68.75 -61.875))", @@ -294005,68 +211596,7 @@ "id": "5374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.467489112623307, - 15.467489112623307, - 15.467489112623307, - 15.467489112623307, - 15.467489112623307, - 15.467489112623307, - 15.467489112623307, - 15.467489112623307 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 2041.222076124708, - 1504.93694922953, - 71.60528583561336, - -1319.3568622301227, - -1893.981624100542, - -1666.0067032017605, - -510.4079331659823, - 1010.8229649291061 - ], - "relative wind speed": [ - 4.829172438690013, - 4.740129962595575, - 4.4088624456538295, - 4.000499330739354, - 3.7654011794796873, - 3.8768957198684, - 4.2498334579526285, - 4.6362870478200815 - ], - "relative wind angle": [ - 0.016591984681490493, - 0.06745681403507665, - 0.12095612960290264, - 0.10840395248936363, - 0.021280050226641447, - 0.08250787339255121, - 0.12550579114202964, - 0.09349124091404058 - ], - "resistance": [ - 98675.72207612469, - 98139.43694922951, - 96706.10528583558, - 95315.14313776985, - 94740.51837589942, - 94968.49329679822, - 96124.09206683398, - 97645.32296492907 - ], - "fuel": [ - 46.31581776586993, - 46.03602362470076, - 45.29346903948528, - 44.58017352829206, - 44.28760318376838, - 44.40352964059595, - 44.99413245580618, - 45.77917854147209 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -61.875, -68.59375 -61.71875, -68.4375 -61.71875, -68.4375 -61.875, -68.59375 -61.875))", @@ -294085,68 +211615,7 @@ "id": "5375", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.759099671184917, - 16.759099671184917, - 16.759099671184917, - 16.759099671184917, - 16.759099671184917, - 16.759099671184917, - 16.759099671184917, - 16.759099671184917 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2088.6190857188376, - 1491.8799940354293, - 12.190654119549436, - -1400.7659005734176, - -1954.8233016266531, - -1702.075617371529, - -494.6300299138984, - 1062.9605376412765 - ], - "relative wind speed": [ - 5.159770144386728, - 5.066700781683695, - 4.746372619276939, - 4.362840809510814, - 4.1517446696411735, - 4.26482765580092, - 4.618674994387103, - 4.982552740881481 - ], - "relative wind angle": [ - 0.012447013095321693, - 0.06142240054188957, - 0.10639990515035705, - 0.09223516082541994, - 0.015469311047015592, - 0.07298996130662037, - 0.1093532829501392, - 0.08073650310911908 - ], - "resistance": [ - 98723.11908571883, - 98126.37999403544, - 96646.69065411955, - 95233.73409942658, - 94679.67669837334, - 94932.42438262847, - 96139.8699700861, - 97697.46053764128 - ], - "fuel": [ - 47.61990965261843, - 47.30853695241783, - 46.54216573333175, - 45.817961533136184, - 45.53600970291963, - 45.66448766981793, - 46.28154274599774, - 47.08554940932987 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -61.71875, -68.4375 -61.5625, -68.28125 -61.5625, -68.28125 -61.71875, -68.4375 -61.71875))", @@ -294165,68 +211634,7 @@ "id": "5376", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.805815351539515, - 22.805815351539515, - 22.805815351539515, - 22.805815351539515, - 22.805815351539515, - 22.805815351539515, - 22.805815351539515, - 22.805815351539515 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 3108.741272614585, - 1487.1764694200538, - -892.5393034685039, - -2676.941140763791, - -3005.5664550966794, - -2084.2939949192532, - 106.87138424267687, - 2329.635700461411 - ], - "relative wind speed": [ - 6.895783735849334, - 6.681469894011142, - 6.267295415457812, - 5.882541102681751, - 5.7754922713495604, - 6.022134535482035, - 6.452065753183562, - 6.804693562775803 - ], - "relative wind angle": [ - 0.013450039873100002, - 0.06915769168883096, - 0.08950510212287177, - 0.05622037289758837, - 0.016059194966252865, - 0.07674360435792611, - 0.08693533617801331, - 0.04859507510888907 - ], - "resistance": [ - 99743.24127261464, - 98121.67646942011, - 95741.96069653155, - 93957.55885923626, - 93628.93354490338, - 94550.2060050808, - 96741.37138424274, - 98964.13570046147 - ], - "fuel": [ - 55.606015732281534, - 54.756835387082354, - 53.528342613926455, - 52.62099632537194, - 52.45518634993143, - 52.92103600780599, - 54.04170689795282, - 55.19679288583979 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -61.71875, -68.28125 -61.5625, -68.125 -61.5625, -68.125 -61.71875, -68.28125 -61.71875))", @@ -294245,68 +211653,7 @@ "id": "5377", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.47939876159212, - 17.47939876159212, - 17.47939876159212, - 17.47939876159212, - 17.47939876159212, - 17.47939876159212, - 17.47939876159212, - 17.47939876159212 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2224.4413944220287, - 830.5174742084637, - -944.7211264491671, - -2105.215631125211, - -2200.249527888006, - -1283.3966170796211, - 437.5305289172138, - 2000.618954889047 - ], - "relative wind speed": [ - 5.38877746498376, - 5.135753289155566, - 4.717381642516424, - 4.368853042464453, - 4.32788629553544, - 4.625317341234874, - 5.051319906029445, - 5.355618120025864 - ], - "relative wind angle": [ - 0.031174449648092586, - 0.09635260848073204, - 0.11275174002168846, - 0.058753918664295995, - 0.03881967890905621, - 0.10702452370701829, - 0.10526917429516201, - 0.0479193589101201 - ], - "resistance": [ - 98858.94139442206, - 97465.0174742085, - 95689.77887355087, - 94529.28436887483, - 94434.25047211202, - 95351.10338292041, - 97072.03052891724, - 98635.11895488907 - ], - "fuel": [ - 48.452140947395634, - 47.726167846479164, - 46.81206860887684, - 46.22084972975216, - 46.17265629888724, - 46.639011095033396, - 47.522801825484876, - 48.33508414539892 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -61.875, -68.4375 -61.71875, -68.28125 -61.71875, -68.28125 -61.875, -68.4375 -61.875))", @@ -294325,68 +211672,7 @@ "id": "5378", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.175201714170186, - 19.175201714170186, - 19.175201714170186, - 19.175201714170186, - 19.175201714170186, - 19.175201714170186, - 19.175201714170186, - 19.175201714170186 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2539.4705612331963, - 1417.247419044039, - -435.2350197568012, - -1962.5110863889913, - -2341.788108010145, - -1804.8905974989993, - -169.8253865673214, - 1641.4745213389851 - ], - "relative wind speed": [ - 5.857593380196819, - 5.695022705757892, - 5.323653780067394, - 4.942919448798023, - 4.79546833787783, - 4.98744756044777, - 5.382065330083657, - 5.733712942763058 - ], - "relative wind angle": [ - 0.005010711436239942, - 0.06963943266736188, - 0.09992299881641978, - 0.07183507129917248, - 0.0061205222310469565, - 0.07953884394130131, - 0.09883496994164324, - 0.061913882331064 - ], - "resistance": [ - 99173.97056123323, - 98051.74741904407, - 96199.26498024323, - 94671.98891361104, - 94292.71189198988, - 94829.60940250102, - 96464.67461343271, - 98275.97452133901 - ], - "fuel": [ - 50.54421187357123, - 49.95786115015638, - 49.00020959920866, - 48.22027906629851, - 48.02793991433706, - 48.30036909583021, - 49.1366309518982, - 50.07464301370857 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -61.875, -68.28125 -61.71875, -68.125 -61.71875, -68.125 -61.875, -68.28125 -61.875))", @@ -294405,68 +211691,7 @@ "id": "5379", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.294932828349804, - 18.294932828349804, - 18.294932828349804, - 18.294932828349804, - 18.294932828349804, - 18.294932828349804, - 18.294932828349804, - 18.294932828349804 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 2195.9853541093435, - 1062.569804633542, - -606.6487574140647, - -1864.5282435898607, - -2101.6062505721493, - -1462.0756301329893, - 71.30068489210862, - 1634.976953927835 - ], - "relative wind speed": [ - 5.573393071920971, - 5.388586847122132, - 5.02741810201062, - 4.6883467003238035, - 4.5916917094367475, - 4.8072315192498465, - 5.183764106922957, - 5.492335414576365 - ], - "relative wind angle": [ - 0.014091877437074515, - 0.07479426203633908, - 0.09780235617342513, - 0.06223515257351165, - 0.017104981676317986, - 0.0838595015028332, - 0.09484355152015762, - 0.05311562153073002 - ], - "resistance": [ - 98830.48535410932, - 97697.06980463352, - 96027.85124258591, - 94769.97175641012, - 94532.89374942782, - 95172.42436986699, - 96705.80068489208, - 98269.4769539278 - ], - "fuel": [ - 49.34032051923185, - 48.74959411974767, - 47.88831573391526, - 47.246129180412694, - 47.12575290271546, - 47.45095322150331, - 48.236871724905605, - 49.047330323247834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -61.40625, -68.125 -61.25, -67.96875 -61.25, -67.96875 -61.40625, -68.125 -61.40625))", @@ -294498,54 +211723,54 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1739.787632134774, + 1739.7876321347521, 199.41329780543856, - -1371.1999682149617, + -1371.1999682149653, -2093.743778171811, -1905.6209779160072, -699.3022065457226, - 978.8733102680417, - 2183.2615545152476 + 978.8733102680435, + 2183.2615545152075 ], "relative wind speed": [ - 5.203815309737369, + 5.203815309737368, 4.886123641695327, 4.477429948797602, 4.223851352559832, 4.3066624814030385, 4.663993060098566, - 5.0576334940554855, - 5.2712536704336355 + 5.057633494055485, + 5.271253670433636 ], "relative wind angle": [ - 0.05602751598572842, + 0.05602751598573239, 0.10741783694481172, - 0.10054581522704739, - 0.026457640745865447, + 0.10054581522704849, + 0.026457640745865443, 0.06771534857485893, 0.11255500735348622, - 0.08897882587398355, - 0.02119960094943473 + 0.0889788258739823, + 0.021199600949445202 ], "resistance": [ - 98374.28763213482, + 98374.2876321348, 96833.91329780548, 95263.30003178508, 94540.75622182823, 94728.87902208403, 95935.19779345432, 97613.37331026809, - 98817.7615545153 + 98817.76155451525 ], "fuel": [ - 47.77935073668562, + 47.77935073668561, 46.98030207289249, 46.1746581792938, 45.80711304901634, 45.902620706268124, 46.5181837352665, 47.3835330889289, - 48.011033786313774 + 48.011033786313746 ] }, { @@ -294578,9 +211803,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1154.259717056214, + 1154.259717056203, -151.02871656218667, - -1294.8762542605245, + -1294.8762542605264, -1641.32097090786, -1339.4460637898883, -225.76800050380007, @@ -294590,7 +211815,7 @@ "relative wind speed": [ 4.276686795205324, 3.929913316660354, - 3.542103977718702, + 3.5421039777187016, 3.360705229192582, 3.524377210969897, 3.9073093034751083, @@ -294598,12 +211823,12 @@ 4.406466274915213 ], "relative wind angle": [ - 0.08466896320660304, + 0.08466896320660698, 0.13344772491312276, 0.10686242820300422, 0.003393338335990746, 0.10280056115027428, - 0.1342243839509002, + 0.13422438395090022, 0.08875947579668111, 0.002588014981474088 ], @@ -294658,47 +211883,47 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1412.1584503964168, + 1412.1584503964186, 115.8323334376746, - -1170.7922391420852, + -1170.792239142088, -1731.586438137445, -1547.1716815004738, -516.2420316024445, - 875.7525041750723, + 875.7525041750687, 1845.9746570067182 ], "relative wind speed": [ - 4.559575800949864, + 4.5595758009498635, 4.250688423433418, 3.8612328120217745, 3.628039103853559, 3.72183371024483, 4.071047233601141, - 4.442145745322727, + 4.442145745322728, 4.634556064202035 ], "relative wind angle": [ - 0.06407637957193016, + 0.06407637957192842, 0.11870197734913154, - 0.10897020031591406, + 0.10897020031591509, 0.024943202287956916, 0.07852621076910184, - 0.12396630107767086, - 0.0946738537382455, + 0.12396630107767087, + 0.09467385373824784, 0.019525339263158692 ], "resistance": [ - 98046.65845039643, + 98046.65845039644, 96750.33233343769, 95463.70776085793, 94902.91356186257, 95087.32831849954, 96118.25796839756, - 97510.25250417509, + 97510.25250417508, 98480.47465700674 ], "fuel": [ - 45.43223222688166, + 45.432232226881666, 44.760772099724086, 44.100520152659456, 43.814667196359636, @@ -294738,17 +211963,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 927.541737643036, + 927.5417376430287, -155.4360102462606, - -1093.2233070012599, + -1093.2233070012644, -1361.3272504841807, - -1103.1455200608807, + -1103.1455200608825, -172.09664738076208, 913.4004361163752, 1536.3684943633361 ], "relative wind speed": [ - 4.031564224000047, + 4.031564224000046, 3.7264529190776954, 3.3923221408659723, 3.2420760701760036, @@ -294758,17 +211983,17 @@ 4.149992145328773 ], "relative wind angle": [ - 0.07923626490487719, + 0.07923626490487858, 0.12212378340431729, - 0.09532448626367339, + 0.09532448626367573, 0.0008222327397488927, - 0.09432278106821378, + 0.09432278106821496, 0.12229832125229145, 0.08024331412165966, 0.0006423484380144888 ], "resistance": [ - 97562.04173764303, + 97562.04173764301, 96479.06398975372, 95541.27669299873, 95273.1727495158, @@ -294778,7 +212003,7 @@ 98170.86849436333 ], "fuel": [ - 43.84068845155261, + 43.840688451552595, 43.28125975992148, 42.80035719391836, 42.66347350866928, @@ -294818,9 +212043,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1364.9764614336436, + 1364.976461433629, 205.22521684627282, - -1002.4811453030779, + -1002.4811453030852, -1585.3676509759325, -1463.3033738968343, -569.0232654423635, @@ -294828,9 +212053,9 @@ 1652.127311200613 ], "relative wind speed": [ - 4.416816114100523, + 4.416816114100522, 4.136705006101024, - 3.765687932117621, + 3.7656879321176207, 3.5256172546888433, 3.5897659952252363, 3.9092654270018805, @@ -294838,19 +212063,19 @@ 4.4681883867730745 ], "relative wind angle": [ - 0.05718035714589426, - 0.1142234294338896, - 0.11025853390565722, - 0.032485005329457306, + 0.05718035714589815, + 0.11422342943388962, + 0.11025853390565925, + 0.0324850053294573, 0.0703739435937008, 0.12090056501484361, - 0.09724223026749118, - 0.025630542264423257 + 0.0972422302674912, + 0.02563054226442326 ], "resistance": [ - 97999.47646143369, + 97999.47646143367, 96839.72521684632, - 95632.01885469697, + 95632.01885469696, 95049.1323490241, 95171.1966261032, 96065.47673455768, @@ -294858,7 +212083,7 @@ 98286.62731120066 ], "fuel": [ - 44.97376305898221, + 44.9737630589822, 44.372953758157095, 43.752620898982016, 43.45516575810903, @@ -294898,19 +212123,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 956.9555900345376, + 956.9555900345258, -35.19519901292642, - -955.4682992772923, + -955.4682992772932, -1289.283556260808, -1099.2619765024992, -276.8274031245637, - 752.1305768571701, + 752.1305768571729, 1405.0416453313528 ], "relative wind speed": [ 4.003367488382831, 3.7283356584259133, - 3.4068748186690145, + 3.406874818669014, 3.2387485123320765, 3.347099649075945, 3.6509643282281985, @@ -294918,17 +212143,17 @@ 4.09151993539708 ], "relative wind angle": [ - 0.06849042935095974, + 0.06849042935096461, 0.11462091456681979, 0.09673696040955425, 0.012025508582239147, 0.08194704348312817, 0.11706100287694117, - 0.08334672651283286, + 0.08334672651283152, 0.00951901691999108 ], "resistance": [ - 97591.45559003459, + 97591.45559003457, 96599.30480098711, 95679.03170072276, 95345.21644373923, @@ -294938,7 +212163,7 @@ 98039.5416453314 ], "fuel": [ - 43.766145669284064, + 43.76614566928406, 43.25335877954275, 42.78099585354529, 42.610432168811045, @@ -294965,68 +212190,7 @@ "id": "5386", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.795043453748939, - 13.795043453748939, - 13.795043453748939, - 13.795043453748939, - 13.795043453748939, - 13.795043453748939, - 13.795043453748939, - 13.795043453748939 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1402.4755964062397, - 507.4136398460978, - -617.1590754697345, - -1341.0773755315304, - -1391.1240446297243, - -795.249460297714, - 300.7277820762765, - 1284.669680749369 - ], - "relative wind speed": [ - 4.259083494726458, - 4.052185770371931, - 3.7149605117547178, - 3.437483956639425, - 3.4101136653778266, - 3.653554147435503, - 3.995964942532787, - 4.2370238934533395 - ], - "relative wind angle": [ - 0.03319727072053986, - 0.0989531030623608, - 0.11459296491418461, - 0.058332531762358655, - 0.041466212722422326, - 0.10979108871014513, - 0.10650277210461892, - 0.04731581569287273 - ], - "resistance": [ - 98036.97559640625, - 97141.91363984611, - 96017.34092453028, - 95293.42262446848, - 95243.37595537028, - 95839.2505397023, - 96935.2277820763, - 97919.16968074939 - ], - "fuel": [ - 44.48945492768908, - 44.0252022747709, - 43.44613215959508, - 43.07585851626431, - 43.05033244176795, - 43.35486067200078, - 43.91842168175165, - 44.42818074349215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -61.875, -67.96875 -61.71875, -67.8125 -61.71875, -67.8125 -61.875, -67.96875 -61.875))", @@ -295058,9 +212222,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1044.1483588898955, + 1044.1483588898864, 49.929662233841555, - -927.3721758544007, + -927.3721758544034, -1337.493538610025, -1188.4965886773116, -389.9259552059639, @@ -295068,9 +212232,9 @@ 1396.6843156378736 ], "relative wind speed": [ - 4.374915628533723, + 4.3749156285337225, 4.1287773196239375, - 3.8275736601143544, + 3.827573660114354, 3.6543490986088263, 3.730664007123804, 4.001367083359964, @@ -295078,17 +212242,17 @@ 4.438859465711267 ], "relative wind angle": [ - 0.05308737528184439, - 0.09516072412837336, - 0.08439872198929084, + 0.05308737528184648, + 0.09516072412837337, + 0.08439872198929083, 0.017515352064854044, 0.06226606973092521, 0.09820042637106167, - 0.07527616399945593, + 0.07527616399945594, 0.01441950501736812 ], "resistance": [ - 97678.6483588899, + 97678.64835888988, 96684.42966223384, 95707.1278241456, 95297.00646138997, @@ -295098,7 +212262,7 @@ 98031.18431563787 ], "fuel": [ - 44.96862288033568, + 44.96862288033567, 44.45444845803391, 43.952607633458065, 43.74307051355752, @@ -295125,68 +212289,7 @@ "id": "5388", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.317893010557768, - 16.317893010557768, - 16.317893010557768, - 16.317893010557768, - 16.317893010557768, - 16.317893010557768, - 16.317893010557768, - 16.317893010557768 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2147.9650224726483, - 1305.5690222441408, - -215.2573262367987, - -1538.7869745591888, - -1922.3631255191085, - -1565.6687791327167, - -260.43823579952914, - 1267.283267194005 - ], - "relative wind speed": [ - 5.052762732181887, - 4.918069536162487, - 4.568330537158515, - 4.185763995178297, - 4.012748383525804, - 4.176739500457937, - 4.556634385210219, - 4.910391083598549 - ], - "relative wind angle": [ - 0.0011649934378536073, - 0.07398643983699635, - 0.11407606546264074, - 0.08895727392387345, - 0.0014669337929945072, - 0.08714911747590821, - 0.11437016225790429, - 0.0758024371299482 - ], - "resistance": [ - 98782.46502247266, - 97940.06902224416, - 96419.24267376322, - 95095.71302544083, - 94712.1368744809, - 95068.8312208673, - 96374.06176420048, - 97901.78326719403 - ], - "fuel": [ - 47.201583693078355, - 46.76222858030559, - 45.97572213413834, - 45.29825322416373, - 45.103132180140406, - 45.28456090080112, - 45.95248813580082, - 46.74232321897814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -62.03125, -68.59375 -61.875, -68.4375 -61.875, -68.4375 -62.03125, -68.59375 -62.03125))", @@ -295205,68 +212308,7 @@ "id": "5389", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.38079556676865, - 16.38079556676865, - 16.38079556676865, - 16.38079556676865, - 16.38079556676865, - 16.38079556676865, - 16.38079556676865, - 16.38079556676865 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1907.1931689509602, - 1438.5496383825412, - 86.58031553054025, - -1247.864181223612, - -1816.0125651722683, - -1617.5862088591457, - -535.6154726179666, - 912.3920914716546 - ], - "relative wind speed": [ - 5.026052519600743, - 4.951095559494265, - 4.655149921509305, - 4.289262447480136, - 4.075840400496846, - 4.1665731315870875, - 4.494803456034443, - 4.8451941712117135 - ], - "relative wind angle": [ - 0.016038990940980012, - 0.05638195890537095, - 0.1022546063884451, - 0.09175363132506625, - 0.019778647491384773, - 0.0670127491089804, - 0.1059158741401738, - 0.08120121447953985 - ], - "resistance": [ - 98541.69316895098, - 98073.04963838255, - 96721.08031553056, - 95386.6358187764, - 94818.48743482775, - 95016.91379114086, - 96098.88452738205, - 97546.89209147167 - ], - "fuel": [ - 47.13902042079957, - 46.89469143765863, - 46.19441690555262, - 45.509889378165724, - 45.220458494063756, - 45.321406009132296, - 45.87442577574936, - 46.621351155281126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -62.1875, -68.75 -62.03125, -68.59375 -62.03125, -68.59375 -62.1875, -68.75 -62.1875))", @@ -295285,68 +212327,7 @@ "id": "5390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.093454784685466, - 15.093454784685466, - 15.093454784685466, - 15.093454784685466, - 15.093454784685466, - 15.093454784685466, - 15.093454784685466, - 15.093454784685466 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2013.2931819171772, - 1207.933792278247, - -209.70527933947142, - -1432.7235532954173, - -1777.5746448886412, - -1435.9428499679707, - -215.10961744672477, - 1203.344760397309 - ], - "relative wind speed": [ - 4.716122382290258, - 4.578279297134809, - 4.225941667943728, - 3.8409346525175088, - 3.6691371249593097, - 3.8397573157584564, - 4.224428314651674, - 4.5772916185866945 - ], - "relative wind angle": [ - 0.00016169049326981638, - 0.08082266044789063, - 0.1241949993979155, - 0.09666458195424522, - 0.0002078287445425859, - 0.0964121453665304, - 0.12423972113712871, - 0.08107651285806593 - ], - "resistance": [ - 98647.79318191718, - 97842.43379227824, - 96424.79472066053, - 95201.77644670458, - 94856.92535511137, - 95198.55715003202, - 96419.39038255328, - 97837.8447603973 - ], - "fuel": [ - 45.95126869473451, - 45.531578265796846, - 44.7986787470825, - 44.17240414671349, - 43.996821174539065, - 44.17076297654884, - 44.79589908863018, - 45.529193736047674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -62.1875, -68.59375 -62.03125, -68.4375 -62.03125, -68.4375 -62.1875, -68.59375 -62.1875))", @@ -295365,68 +212346,7 @@ "id": "5391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.45531173953787, - 14.45531173953787, - 14.45531173953787, - 14.45531173953787, - 14.45531173953787, - 14.45531173953787, - 14.45531173953787, - 14.45531173953787 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1717.8039637759994, - 1175.6506800812622, - -35.878137639692795, - -1162.388556695897, - -1574.6363546249622, - -1344.6110566617654, - -342.0104300245057, - 916.0394637487598 - ], - "relative wind speed": [ - 4.4912349937849845, - 4.394115226585714, - 4.0881839349958575, - 3.729115953276153, - 3.540012846569869, - 3.6598680439007745, - 3.99870414470992, - 4.335501923687706 - ], - "relative wind angle": [ - 0.010031424177924481, - 0.06934646631805493, - 0.11660950201073644, - 0.09889400314030886, - 0.012727056630900747, - 0.08328838507618226, - 0.11923119338317892, - 0.08502599791675253 - ], - "resistance": [ - 98352.303963776, - 97810.15068008126, - 96598.6218623603, - 95472.11144330411, - 95059.86364537504, - 95289.88894333823, - 96292.4895699755, - 97550.53946374876 - ], - "fuel": [ - 45.221223433712424, - 44.9390260955914, - 44.31236363632023, - 43.734577180781415, - 43.52431577801978, - 43.64155907875222, - 44.154881324431045, - 44.80428258163169 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -62.03125, -68.125 -61.875, -67.96875 -61.875, -67.96875 -62.03125, -68.125 -62.03125))", @@ -295445,68 +212365,7 @@ "id": "5392", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.878618090697751, - 14.878618090697751, - 14.878618090697751, - 14.878618090697751, - 14.878618090697751, - 14.878618090697751, - 14.878618090697751, - 14.878618090697751 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1297.7641769183292, - 434.56557902790155, - -631.342989268066, - -1298.0885582225255, - -1328.7552262049949, - -741.9799761335698, - 306.3611568049264, - 1225.2145930733268 - ], - "relative wind speed": [ - 4.504919468496301, - 4.31494956576136, - 4.016622271251741, - 3.7806991975657365, - 3.76532596544087, - 3.9816063703731506, - 4.282373707856978, - 4.492025447522087 - ], - "relative wind angle": [ - 0.02961810081316737, - 0.08258764057307677, - 0.0922457052751044, - 0.044262781401486505, - 0.03543798883337427, - 0.08951974990212787, - 0.08650640937649827, - 0.037250082402669596 - ], - "resistance": [ - 97932.2641769183, - 97069.06557902787, - 96003.1570107319, - 95336.41144177744, - 95305.74477379497, - 95892.5200238664, - 96940.8611568049, - 97859.7145930733 - ], - "fuel": [ - 45.381434422528116, - 44.93399388550996, - 44.385303977956674, - 44.04423761966357, - 44.02859021473714, - 44.32859437397312, - 44.86777537070316, - 45.34372149401575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -62.03125, -67.96875 -61.875, -67.8125 -61.875, -67.8125 -62.03125, -67.96875 -62.03125))", @@ -295538,11 +212397,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1082.0917182851526, + 1082.0917182851326, 318.5860992402004, - -591.4922772955606, + -591.4922772955633, -1133.0018187220576, - -1135.1464520380532, + -1135.1464520380596, -599.2698775164317, 309.57819586959613, 1077.0080411078325 @@ -295558,17 +212417,17 @@ 4.3275296345420005 ], "relative wind angle": [ - 0.030527844390154123, + 0.030527844390161398, 0.07750780410203771, - 0.08308370619538157, - 0.036526816012532076, - 0.03587087219868296, - 0.08287516157091766, - 0.0777980290840553, - 0.031102107946798147 + 0.0830837061953829, + 0.03652681601253207, + 0.03587087219868605, + 0.08287516157091765, + 0.07779802908405528, + 0.03110210794679815 ], "resistance": [ - 97716.59171828517, + 97716.59171828514, 96953.08609924022, 96043.00772270445, 95501.49818127796, @@ -295578,7 +212437,7 @@ 97711.50804110785 ], "fuel": [ - 44.854491424757484, + 44.85449142475747, 44.45919803991382, 43.99085259603657, 43.71364287670983, @@ -295605,68 +212464,7 @@ "id": "5394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.606650063065876, - 14.606650063065876, - 14.606650063065876, - 14.606650063065876, - 14.606650063065876, - 14.606650063065876, - 14.606650063065876, - 14.606650063065876 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1046.6631757530185, - 439.5106763719705, - -392.0595483676916, - -973.993121910441, - -1051.97749524979, - -677.074308743584, - 109.6411731608423, - 861.2366513792003 - ], - "relative wind speed": [ - 4.358393152205899, - 4.226768338671031, - 3.996199703052034, - 3.7971492058384326, - 3.7577218597953563, - 3.9051880692211567, - 4.140827499196987, - 4.324086302721038 - ], - "relative wind angle": [ - 0.016638060813660805, - 0.06242320412412956, - 0.07523834665257713, - 0.042447169432392975, - 0.01929795985391648, - 0.06757110178523262, - 0.07260576497070138, - 0.03727195548589475 - ], - "resistance": [ - 97681.16317575304, - 97074.010676372, - 96242.44045163234, - 95660.50687808958, - 95582.52250475023, - 95957.42569125645, - 96744.14117316087, - 97495.73665137924 - ], - "fuel": [ - 45.00616933087843, - 44.69172880997109, - 44.263289666906005, - 43.964997980547906, - 43.92511993960515, - 44.11703730699393, - 44.52146651480305, - 44.909992590345865 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -62.1875, -67.96875 -62.03125, -67.8125 -62.03125, -67.8125 -62.1875, -67.96875 -62.1875))", @@ -295698,17 +212496,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 959.8966759790028, + 959.8966759789755, 292.6772029972526, - -515.3091642905001, + -515.3091642905074, -1004.4147741391116, - -1014.1413903272032, + -1014.1413903272114, -550.8616580688913, 251.53023881110403, 936.7695787761932 ], "relative wind speed": [ - 4.339451537298399, + 4.339451537298398, 4.186010145055958, 3.954176380305312, 3.7782016917754695, @@ -295718,31 +212516,31 @@ 4.335168433417982 ], "relative wind angle": [ - 0.025541134629277564, + 0.02554113462928626, 0.06660658934442025, - 0.07167962140818024, + 0.07167962140818336, 0.032265154716156395, - 0.029374538623247345, - 0.07072153469844868, + 0.029374538623251123, + 0.07072153469844869, 0.06787775594609459, - 0.02811867098721931 + 0.028118670987219315 ], "resistance": [ - 97594.396675979, + 97594.39667597898, 96927.17720299725, 96119.1908357095, 95630.0852258609, - 95620.3586096728, + 95620.35860967278, 96083.6383419311, 96886.0302388111, 97571.26957877619 ], "fuel": [ - 44.952935380683186, + 44.95293538068317, 44.60767653175978, 44.191794203626, 43.94122478062441, - 43.93625085000684, + 43.936250850006836, 44.173550615223505, 44.586438885867764, 44.94094033733127 @@ -295778,9 +212576,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1645.8007022983074, + 1645.8007022981692, 760.6464707567247, - -531.3861667353049, + -531.386166735314, -1487.8726996780042, -1652.7306425438273, -1141.8221814507833, @@ -295788,7 +212586,7 @@ 1251.7282198848443 ], "relative wind speed": [ - 6.177563608894295, + 6.177563608894294, 6.046239228276299, 5.800935193215106, 5.580878246720889, @@ -295798,19 +212596,19 @@ 6.125875114466572 ], "relative wind angle": [ - 0.009482908967893784, + 0.0094829089679172, 0.04510813773797516, - 0.05639904283137161, + 0.05639904283137358, 0.03401499140519624, 0.010605655494264088, - 0.048128574992248783, + 0.04812857499224879, 0.05528306581292409, - 0.030987784749852015 + 0.030987784749852018 ], "resistance": [ - 98280.30070229832, + 98280.30070229818, 97395.14647075674, - 96103.11383326471, + 96103.1138332647, 95146.62730032201, 94981.76935745619, 95492.67781854923, @@ -295818,9 +212616,9 @@ 97886.22821988486 ], "fuel": [ - 52.44231756996539, + 52.44231756996531, 51.982386120465186, - 51.31627185646231, + 51.31627185646229, 50.827151550251635, 50.74319177698671, 51.00371903042087, @@ -295858,9 +212656,9 @@ ], "ice resistance": 82271.17066207352, "wind resistance": [ - 2064.20785442735, + 2064.207854427168, 826.8194840331926, - -854.3115649853426, + -854.3115649853316, -2010.9406714382203, -2150.5717000712393, -1374.544252779575, @@ -295868,9 +212666,9 @@ 1729.5841107428387 ], "relative wind speed": [ - 7.693754417643644, + 7.693754417643643, 7.541250067692094, - 7.283095522453546, + 7.283095522453545, 7.067865934265308, 7.029476990671126, 7.192840274739865, @@ -295878,19 +212676,19 @@ 7.658503439748386 ], "relative wind angle": [ - 0.011126121877648045, + 0.011126121877668003, 0.03918147515183252, - 0.04562297338230686, - 0.024669805170357956, + 0.04562297338230443, + 0.02466980517035796, 0.012177577228713467, 0.041080407386331896, 0.04457550792432549, - 0.022766883062822124 + 0.02276688306282212 ], "resistance": [ - 84335.37851650087, + 84335.37851650068, 83097.99014610672, - 81416.85909708818, + 81416.85909708819, 80260.2299906353, 80120.59896200229, 80896.62640929394, @@ -295898,9 +212696,9 @@ 84000.75477281636 ], "fuel": [ - 53.66971485441651, + 53.66971485441642, 53.09177907219141, - 52.31571691338203, + 52.31571691338205, 51.78788777331064, 51.724503729976014, 52.07769210390924, @@ -295938,19 +212736,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1295.591661351833, + 1295.5916613518093, 216.4030449826423, - -957.5879089821028, + -957.5879089821083, -1553.7980794401974, -1472.3302772007937, -655.9347627215429, - 565.1725953853456, + 565.1725953853347, 1490.3203255058816 ], "relative wind speed": [ - 6.024335674807698, + 6.0243356748076975, 5.838847033676188, - 5.594142951032323, + 5.594142951032322, 5.4349219558596396, 5.463756397957836, 5.661547457746571, @@ -295958,27 +212756,27 @@ 6.050361777009762 ], "relative wind angle": [ - 0.025705590900943164, + 0.025705590900947484, 0.052732923384218575, 0.050143393821814916, - 0.016335286840200827, + 0.016335286840200823, 0.028343648096214154, 0.0543859367107825, - 0.04751406658248949, + 0.047514066582491826, 0.014673543484551793 ], "resistance": [ - 97930.09166135185, + 97930.09166135182, 96850.90304498265, 95676.9120910179, 95080.70192055982, 95162.16972279923, 95978.56523727847, - 97199.67259538536, + 97199.67259538535, 98124.82032550589 ], "fuel": [ - 51.751578017197176, + 51.75157801719717, 51.19262106884318, 50.58948350261103, 50.285144291772205, @@ -296018,9 +212816,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1929.7220615743718, + 1929.7220615742808, 795.2718189868974, - -765.4644209286489, + -765.4644209286525, -1854.119198575514, -1996.312117220452, -1294.5206833923003, @@ -296028,9 +212826,9 @@ 1589.15333776821 ], "relative wind speed": [ - 7.2621454536003345, + 7.262145453600333, 7.114843615882607, - 6.861159012936654, + 6.861159012936653, 6.646741338782766, 6.605197521047955, 6.763607854011093, @@ -296038,17 +212836,17 @@ 7.2241415030868765 ], "relative wind angle": [ - 0.011005117028468455, + 0.011005117028478542, 0.040601365314440585, 0.04789591175906009, 0.026447660129179106, - 0.012099728618379248, + 0.012099728618379246, 0.04271105515565009, 0.0468059140546079, 0.02433335643266893 ], "resistance": [ - 98564.22206157439, + 98564.2220615743, 97429.77181898692, 95869.03557907137, 94780.3808014245, @@ -296058,7 +212856,7 @@ 98223.65333776822 ], "fuel": [ - 58.22318034713395, + 58.22318034713389, 57.63304084710538, 56.82897418751537, 56.2734826975005, @@ -296085,68 +212883,7 @@ "id": "5400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.809579963814484, - 12.809579963814484, - 12.809579963814484, - 12.809579963814484, - 12.809579963814484, - 12.809579963814484, - 12.809579963814484, - 12.809579963814484 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 904.3948562870519, - 277.93144218280486, - -476.420834556704, - -932.2935609323822, - -940.0443237623022, - -504.45334371602166, - 245.45601964389698, - 886.0413043994795 - ], - "relative wind speed": [ - 3.861911471936718, - 3.6993782171533396, - 3.452247358535523, - 3.2630522001325293, - 3.2585480875472044, - 3.441961165147762, - 3.689781027570399, - 3.8581065557011542 - ], - "relative wind angle": [ - 0.030868866483356124, - 0.08056673796561849, - 0.08754821035416302, - 0.03959257127531005, - 0.03658699858117236, - 0.08660673565543595, - 0.08189912578624456, - 0.033483526690359984 - ], - "resistance": [ - 97538.89485628708, - 96912.43144218283, - 96158.07916544333, - 95702.20643906765, - 95694.45567623773, - 96130.046656284, - 96879.95601964393, - 97520.5413043995 - ], - "fuel": [ - 43.43715289861206, - 43.11306552402317, - 42.72475555806008, - 42.491117229252, - 42.487151588505284, - 42.71036636434843, - 43.09630487652301, - 43.42763731799442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -62.34375, -67.96875 -62.1875, -67.8125 -62.1875, -67.8125 -62.34375, -67.96875 -62.34375))", @@ -296178,10 +212915,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1059.3308333430095, + 1059.3308333429814, 285.8568151786376, - -615.1349506453807, - -1134.0621975436306, + -615.1349506453835, + -1134.0621975436252, -1121.0872796920703, -568.1146547838807, 340.3188157812938, @@ -296191,27 +212928,27 @@ 4.291092344250387, 4.108056971533392, 3.840735386320654, - 3.6446605167181207, + 3.6446605167181203, 3.6514100841269803, 3.856181664287146, 4.122501764901116, 4.296826599622619 ], "relative wind angle": [ - 0.03294421843467438, - 0.07950068203842342, - 0.08342589123235608, - 0.03467763815059669, + 0.032944218434684494, + 0.0795006820384234, + 0.08342589123235743, + 0.034677638150593486, 0.03871831174631939, 0.08470552095273773, 0.07771193404279969, 0.029412662441894475 ], "resistance": [ - 97693.83083334302, + 97693.830833343, 96920.35681517865, 96019.36504935463, - 95500.43780245638, + 95500.43780245639, 95513.41272030794, 96066.38534521613, 96974.81881578131, @@ -296221,7 +212958,7 @@ 44.73155782767665, 44.33118331033837, 43.86760852438943, - 43.60198298995043, + 43.601982989950436, 43.608612303512174, 43.89172651704689, 44.35930170154723, @@ -296245,68 +212982,7 @@ "id": "5402", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.216111331071376, - 12.216111331071376, - 12.216111331071376, - 12.216111331071376, - 12.216111331071376, - 12.216111331071376, - 12.216111331071376, - 12.216111331071376 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 848.9686251191315, - 157.6572664133064, - -588.2738777297809, - -969.7598574822705, - -915.5637851994638, - -393.5703562845074, - 383.3782124539048, - 976.9874451507276 - ], - "relative wind speed": [ - 3.7008497740416506, - 3.5049564236671498, - 3.239265392961785, - 3.061096188093667, - 3.094299821266987, - 3.3145528962608855, - 3.574652451340854, - 3.7283603046319787 - ], - "relative wind angle": [ - 0.04550937159705589, - 0.09537134451568623, - 0.09387854523954901, - 0.03125582993426028, - 0.054438294366372, - 0.10086806765411822, - 0.08504810341137353, - 0.02566061638145275 - ], - "resistance": [ - 97483.46862511915, - 96792.15726641333, - 96046.22612227024, - 95664.74014251774, - 95718.93621480055, - 96240.92964371551, - 97017.87821245391, - 97611.48744515073 - ], - "fuel": [ - 42.96136891842259, - 42.603959840371076, - 42.22030688340534, - 42.024898324021784, - 42.05262617590826, - 42.32024859107696, - 42.72046240150965, - 43.027750002849814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -62.5, -67.96875 -62.34375, -67.8125 -62.34375, -67.8125 -62.5, -67.96875 -62.5))", @@ -296338,39 +213014,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1092.3267569967347, + 1092.326756996722, 329.5953222870212, - -585.6308471544398, - -1135.335786644815, + -585.6308471544407, + -1135.3357866448205, -1141.956717547694, -609.6344153362061, 301.79390239245913, 1076.6342647649644 ], "relative wind speed": [ - 4.32865074848478, + 4.328650748484779, 4.1519041450074265, - 3.8850216722328494, - 3.6822459585059475, + 3.885021672232849, + 3.682245958505948, 3.678831130400718, 3.877203600410147, 4.144589532709402, 4.325746234978409 ], "relative wind angle": [ - 0.03008595318982184, + 0.030085953189825532, 0.07761874132317938, 0.08377391438461487, - 0.03743008325436903, + 0.03743008325437199, 0.035402315798668336, - 0.08313032225895717, + 0.08313032225895715, 0.07851613961613567, 0.03185991480026023 ], "resistance": [ 97726.82675699674, 96964.09532228703, - 96048.86915284558, + 96048.86915284557, 95499.1642133552, 95492.54328245232, 96024.86558466381, @@ -296380,7 +213056,7 @@ "fuel": [ 44.85218325765895, 44.4572605476386, - 43.98623721408355, + 43.986237214083545, 43.704828496562655, 43.701445917312185, 43.973925665655216, @@ -296405,68 +213081,7 @@ "id": "5404", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.22553773098822, - 17.22553773098822, - 17.22553773098822, - 17.22553773098822, - 17.22553773098822, - 17.22553773098822, - 17.22553773098822, - 17.22553773098822 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1024.8062006742548, - -21.632018845115454, - -1021.0527481390454, - -1404.2969991175669, - -1226.4232760162686, - -368.72673475161537, - 733.1454794027068, - 1448.3644048089427 - ], - "relative wind speed": [ - 5.0639278469962905, - 4.839763417632172, - 4.578740036685153, - 4.4393854120116725, - 4.51545407872496, - 4.754932264292281, - 5.006778450572264, - 5.13074535913412 - ], - "relative wind angle": [ - 0.04234576873010719, - 0.07148868560868954, - 0.059989778246438676, - 0.009579431619257858, - 0.04749299698383468, - 0.07276632725131016, - 0.05485575305134597, - 0.008288586263710868 - ], - "resistance": [ - 97659.30620067427, - 96612.8679811549, - 95613.44725186097, - 95230.20300088245, - 95408.07672398374, - 96265.7732652484, - 97367.64547940272, - 98082.86440480896 - ], - "fuel": [ - 47.55475444792853, - 47.013750935102145, - 46.5008594019649, - 46.305168629988515, - 46.39592589227408, - 46.83520455371491, - 47.40355768790852, - 47.774890412818706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -62.34375, -67.65625 -62.1875, -67.5 -62.1875, -67.5 -62.34375, -67.65625 -62.34375))", @@ -296498,50 +213113,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1229.90471423075, + 1229.9047142307281, 132.77768128268872, - -1009.1903302409501, - -1542.7750360691643, + -1009.1903302409537, + -1542.7750360692262, -1423.6394324151352, -569.0993591881852, 641.6950822691397, 1514.3989231798623 ], "relative wind speed": [ - 5.79970456182804, + 5.799704561828039, 5.600720724570725, - 5.349641833000084, - 5.196048731752442, + 5.349641833000083, + 5.196048731752443, 5.2400058701101715, 5.452170383309934, 5.6987337875964625, 5.839119120255371 ], "relative wind angle": [ - 0.030138999660830033, - 0.057446439396446954, - 0.05236202397377905, - 0.01431930217670461, - 0.03335936179739268, + 0.030138999660833717, + 0.05744643939644695, + 0.05236202397377906, + 0.014319302176720117, + 0.033359361797392684, 0.05901342570813665, 0.04915177086156989, 0.012742206681618663 ], "resistance": [ - 97864.40471423078, + 97864.40471423075, 96767.27768128272, 95625.30966975908, - 95091.72496393087, + 95091.7249639308, 95210.8605675849, 96065.40064081184, 97276.19508226917, 98148.89892317989 ], "fuel": [ - 50.694114960133746, + 50.69411496013373, 50.12617173599532, 49.53977326148933, - 49.26744189585039, + 49.26744189585035, 49.32815455077734, 49.76518446938006, 50.38906303135627, @@ -296578,44 +213193,44 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 914.5760598540792, + 914.5760598540674, 119.42577725798401, - -708.0135432561256, + -708.0135432561237, -1101.096622837682, -1015.6855999558229, -399.261327901545, 477.1350373762707, - 1116.8054899837662 + 1116.8054899837398 ], "relative wind speed": [ 4.070816392311165, 3.8636170404716346, - 3.5952933230794515, + 3.595293323079451, 3.4263293630904985, 3.473227724938225, 3.7023398403936456, 3.9634231227827743, - 4.110367869766974 + 4.110367869766975 ], "relative wind angle": [ - 0.04537395033940237, + 0.04537395033940727, 0.08865979212051903, - 0.08330377965264674, - 0.02363405310916306, + 0.0833037796526454, + 0.023634053109163056, 0.05318762520316626, 0.09253271882653093, 0.07555086016185802, - 0.019700365519873607 + 0.01970036551988488 ], "resistance": [ - 97549.07605985407, + 97549.07605985405, 96753.92577725797, 95926.48645674386, 95533.4033771623, 95618.81440004417, 96235.23867209844, 97111.63503737625, - 97751.30548998376 + 97751.30548998373 ], "fuel": [ 44.04330486043456, @@ -296625,7 +213240,7 @@ 43.04933470268641, 43.3652498032987, 43.816833743173675, - 44.14824336624764 + 44.14824336624762 ] }, { @@ -296658,9 +213273,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 871.1964506219174, + 871.1964506218919, -104.8193884990178, - -993.0680757292703, + -993.0680757292739, -1285.356264444692, -1088.4036162116809, -266.1386756585871, @@ -296668,9 +213283,9 @@ 1341.4148479716132 ], "relative wind speed": [ - 5.1206387790723635, + 5.120638779072363, 4.911626709347752, - 4.681514169279794, + 4.681514169279793, 4.570728629290698, 4.652899365608504, 4.873021350275564, @@ -296678,7 +213293,7 @@ 5.1941172310222345 ], "relative wind angle": [ - 0.040382118880985446, + 0.04038211888099095, 0.0635036763340586, 0.05002171749349768, 0.004231717800074698, @@ -296688,7 +213303,7 @@ 0.0037238321382199323 ], "resistance": [ - 97505.69645062192, + 97505.6964506219, 96529.68061150098, 95641.43192427073, 95349.1437355553, @@ -296698,7 +213313,7 @@ 97975.91484797161 ], "fuel": [ - 47.85255368418506, + 47.852553684185054, 47.34838820241313, 46.89264014546862, 46.74331312459975, @@ -296740,21 +213355,21 @@ "wind resistance": [ 1166.9312144069154, 545.7078235933313, - -353.427202670875, + -353.4272026708777, -1019.0553894058257, - -1135.5957600098918, + -1135.595760009879, -776.4411285354581, - 55.81172431487812, + 55.81172431488085, 890.5478703142771 ], "relative wind speed": [ 4.271385733146034, 4.137827534401036, - 3.884639030688523, + 3.884639030688522, 3.6525326024915303, 3.5913964918269725, 3.74449571215981, - 4.006550192382707, + 4.006550192382706, 4.2192262834039855 ], "relative wind angle": [ @@ -296762,9 +213377,9 @@ 0.06861757687329996, 0.08764568494424928, 0.0540103691401854, - 0.017036890637126018, + 0.017036890637119502, 0.07583853839698891, - 0.08497226626940647, + 0.08497226626940386, 0.04675041502941254 ], "resistance": [ @@ -296772,9 +213387,9 @@ 97180.20782359331, 96281.0727973291, 95615.44461059416, - 95498.9042399901, + 95498.90423999011, 95858.05887146453, - 96690.31172431486, + 96690.31172431487, 97525.04787031426 ], "fuel": [ @@ -296782,9 +213397,9 @@ 44.34761406241488, 43.88412210309322, 43.54293759434088, - 43.48337148377086, + 43.483371483770874, 43.66710470640456, - 44.09470623515843, + 44.094706235158434, 44.52617256126641 ] }, @@ -296805,68 +213420,7 @@ "id": "5409", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.141095394885642, - 14.141095394885642, - 14.141095394885642, - 14.141095394885642, - 14.141095394885642, - 14.141095394885642, - 14.141095394885642, - 14.141095394885642 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1123.8509139256257, - 607.5045306999327, - -227.66963593710625, - -904.0867057063897, - -1062.52937461903, - -805.7014957310157, - -61.618230596228386, - 747.3040877256226 - ], - "relative wind speed": [ - 4.250757303860667, - 4.145928771576975, - 3.9165691353355943, - 3.688434080065259, - 3.6055710388557034, - 3.725634817527079, - 3.966051737017105, - 4.179059010061111 - ], - "relative wind angle": [ - 0.005840075124062334, - 0.05928949174905008, - 0.08246133372656211, - 0.057117264471657325, - 0.006885122146541482, - 0.06598725011953054, - 0.08143020704671115, - 0.05040558698005045 - ], - "resistance": [ - 97758.35091392565, - 97242.00453069997, - 96406.83036406292, - 95730.41329429364, - 95571.970625381, - 95828.79850426901, - 96572.8817694038, - 97381.80408772566 - ], - "fuel": [ - 44.63846908227889, - 44.370820947061915, - 43.94000851348717, - 43.59299093916462, - 43.51195229702887, - 43.64335901587954, - 44.02545699269334, - 44.44318810408206 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -60.3125, -67.5 -60.15625, -67.34375 -60.15625, -67.34375 -60.3125, -67.5 -60.3125))", @@ -296898,19 +213452,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1144.1840246766824, + 1144.1840246766415, 604.2673415102463, - -233.32902759329136, + -233.3290275932941, -895.7925153177794, -1045.0448344790234, -763.4578525265106, - -11.170202410157799, + -11.170202410159618, 792.9092859127404 ], "relative wind speed": [ - 3.589122501938323, + 3.589122501938322, 3.4571401538852404, - 3.1746435702513174, + 3.174643570251317, 2.891172228975553, 2.7929579624228453, 2.9547582760989957, @@ -296918,17 +213472,17 @@ 3.5104896604578832 ], "relative wind angle": [ - 0.011476149748405103, - 0.08997454436641389, - 0.1257359742409574, + 0.011476149748424452, + 0.0899745443664139, + 0.12573597424095742, 0.08740660529119217, - 0.014747768077167578, - 0.10532508610137946, - 0.1225636004326187, - 0.07195686404699479 + 0.014747768077167576, + 0.10532508610137944, + 0.12256360043261962, + 0.07195686404699478 ], "resistance": [ - 97778.68402467668, + 97778.68402467664, 97238.76734151025, 96401.1709724067, 95738.70748468222, @@ -296938,7 +213492,7 @@ 97427.40928591274 ], "fuel": [ - 42.59690981704797, + 42.59690981704795, 42.317026844101036, 41.88497881679708, 41.54511650476658, @@ -296965,68 +213519,7 @@ "id": "5411", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.732664539782075, - 12.732664539782075, - 12.732664539782075, - 12.732664539782075, - 12.732664539782075, - 12.732664539782075, - 12.732664539782075, - 12.732664539782075 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1191.5036019653162, - 768.4423919217334, - -78.61650311006906, - -841.5642717569253, - -1091.2962671764217, - -912.3838500687743, - -197.7753137126192, - 667.6509726932018 - ], - "relative wind speed": [ - 3.9109436044830557, - 3.8235971121189714, - 3.5763332289411744, - 3.298197627542647, - 3.1628774163427056, - 3.2679318463598777, - 3.536822594339277, - 3.7975210121775063 - ], - "relative wind angle": [ - 0.005079482947957755, - 0.06554507169396245, - 0.10477892296550599, - 0.08455063864232795, - 0.006280868311568067, - 0.07671038865852758, - 0.10595380697151516, - 0.07341181651855154 - ], - "resistance": [ - 97826.00360196533, - 97402.94239192175, - 96555.88349688995, - 95792.93572824309, - 95543.20373282359, - 95722.11614993124, - 96436.7246862874, - 97302.15097269321 - ], - "fuel": [ - 43.526922430538214, - 43.30744873544043, - 42.87001720030293, - 42.478307051799796, - 42.350560991052646, - 42.44205695392154, - 42.808696346833955, - 43.2552588746963 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -60.15625, -67.1875 -60, -67.03125 -60, -67.03125 -60.15625, -67.1875 -60.15625))", @@ -297045,68 +213538,7 @@ "id": "5412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.84726904100524, - 18.84726904100524, - 18.84726904100524, - 18.84726904100524, - 18.84726904100524, - 18.84726904100524, - 18.84726904100524, - 18.84726904100524 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1648.116476460189, - 768.226093105257, - -513.943280854659, - -1464.927221496493, - -1631.183779149087, - -1124.1526168410765, - 62.23077773557452, - 1252.1177470299444 - ], - "relative wind speed": [ - 5.599144410881151, - 5.4551292708936545, - 5.183624538619395, - 4.937309980689692, - 4.872367131846153, - 5.03308496244953, - 5.312289171724295, - 5.541962626721538 - ], - "relative wind angle": [ - 0.011517576421542665, - 0.055494343071514324, - 0.07016609866077919, - 0.04282483418196623, - 0.01323566738863367, - 0.060153168270713014, - 0.06846396923569276, - 0.038150048042665266 - ], - "resistance": [ - 98282.61647646023, - 97402.7260931053, - 96120.55671914539, - 95169.57277850356, - 95003.31622085096, - 95510.34738315897, - 96696.73077773562, - 97886.61774702999 - ], - "fuel": [ - 49.69068861153728, - 49.233476089810544, - 48.572387192166495, - 48.08600929659905, - 48.001323466429085, - 48.259910565717085, - 48.8687067843821, - 49.48456149078051 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -60.15625, -67.03125 -60, -66.875 -60, -66.875 -60.15625, -67.03125 -60.15625))", @@ -297125,68 +213557,7 @@ "id": "5413", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.785678483471003, - 18.785678483471003, - 18.785678483471003, - 18.785678483471003, - 18.785678483471003, - 18.785678483471003, - 18.785678483471003, - 18.785678483471003 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1799.4174084653314, - 916.3349981279207, - -448.2369362655463, - -1513.7012740767623, - -1737.222649829935, - -1266.4358257206804, - -30.51598556112367, - 1267.5506975138906 - ], - "relative wind speed": [ - 5.611438979440786, - 5.471786280435196, - 5.186205810190288, - 4.913254608928541, - 4.825482306837762, - 4.983280226400368, - 5.279848123567594, - 5.53474986439624 - ], - "relative wind angle": [ - 0.008367605617596828, - 0.056884187493304365, - 0.07584955725977512, - 0.0498221474378366, - 0.00973053020927099, - 0.06246742737372392, - 0.07450178777412429, - 0.044223753343138515 - ], - "resistance": [ - 98433.91740846535, - 97550.83499812793, - 96186.26306373447, - 95120.79872592325, - 94897.27735017007, - 95368.06417427934, - 96603.98401443889, - 97902.0506975139 - ], - "fuel": [ - 49.697626299083865, - 49.238263193146615, - 48.5341445450547, - 47.98918242709445, - 47.875392091977616, - 48.11527698474359, - 48.748952538363625, - 49.42061154608011 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -60.3125, -67.1875 -60.15625, -67.03125 -60.15625, -67.03125 -60.3125, -67.1875 -60.3125))", @@ -297218,13 +213589,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1553.6962760235783, + 1553.696276023269, 876.546753272205, - -258.76040474931506, + -258.7604047493187, -1203.4336831967157, - -1441.8583889792108, + -1441.8583889791516, -1125.1156965792306, - -126.71605738898324, + -126.7160573889796, 987.8851801712153 ], "relative wind speed": [ @@ -297234,35 +213605,35 @@ 4.110820222494242, 3.9990025568015373, 4.137446175080894, - 4.429255940234211, + 4.42925594023421, 4.693312985841459 ], "relative wind angle": [ - 0.0036900296092251855, + 0.003690029609315447, 0.06252339064231945, - 0.09001002298717893, - 0.06494610607429961, - 0.004418944826123814, + 0.09001002298718018, + 0.06494610607429963, + 0.004418944826098689, 0.07058159205587897, - 0.08929276995960174, - 0.05687624397598468 + 0.08929276995959924, + 0.056876243975984675 ], "resistance": [ - 98188.19627602359, + 98188.19627602329, 97511.04675327223, 96375.73959525069, 95431.0663168033, - 95192.64161102081, + 95192.64161102087, 95509.38430342078, 96507.78394261103, 97622.38518017123 ], "fuel": [ - 46.397888083517984, + 46.39788808351783, 46.04600714942849, 45.45987286552216, 44.975814435556565, - 44.854168453172036, + 44.854168453172065, 45.01581898328176, 45.527798004231656, 46.103746986808616 @@ -297298,37 +213669,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1872.802482156283, + 1872.802482156134, 1033.596982841158, - -356.86884202707733, - -1500.7363361629668, + -356.8688420270828, + -1500.7363361629632, -1777.9536503768304, -1374.9222050968565, -144.22585703897676, 1212.2709511623489 ], "relative wind speed": [ - 5.8093720697758595, + 5.809372069775859, 5.686253011863533, 5.410096451683068, - 5.133308633581231, + 5.13330863358123, 5.028728214984967, 5.1675369365250425, 5.455984575561408, 5.71717183384216 ], "relative wind angle": [ - 0.003959733485597661, + 0.0039597334856256985, 0.051421657925649095, - 0.0722103361566491, - 0.05061975062893005, - 0.0045744339809920915, - 0.05658861550707301, - 0.0716019591700193, + 0.07221033615665062, + 0.05061975062892785, + 0.004574433980992092, + 0.05658861550707302, + 0.07160195917001928, 0.0454464698720921 ], "resistance": [ - 98507.30248215632, + 98507.30248215617, 97668.09698284119, 96277.63115797295, 95133.76366383706, @@ -297338,7 +213709,7 @@ 97846.77095116238 ], "fuel": [ - 50.59619828729988, + 50.59619828729981, 50.15936146840973, 49.441341856881564, 48.85605616812724, @@ -297378,14 +213749,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1159.255145070173, + 1159.2551450701612, 457.6737864634597, -448.07002215121656, -1053.2790590515742, -1113.776860522688, -660.8718353923941, 210.33195074461673, - 1017.4093062386601 + 1017.4093062386628 ], "relative wind speed": [ 3.606931095168058, @@ -297395,20 +213766,20 @@ 2.7768658454639543, 3.006382732872458, 3.337690314228216, - 3.5756500589019704 + 3.57565005890197 ], "relative wind angle": [ - 0.03389399692369867, + 0.033893996923705226, 0.11144268786241428, 0.13459174509148164, 0.07364114220722771, 0.04403144297798152, 0.12677736057405192, - 0.12476352546765927, - 0.05799732981661604 + 0.12476352546765926, + 0.057997329816614124 ], "resistance": [ - 97793.75514507017, + 97793.75514507016, 97092.17378646346, 96186.42997784878, 95581.22094094842, @@ -297418,7 +213789,7 @@ 97651.90930623867 ], "fuel": [ - 42.60164502579573, + 42.601645025795726, 42.238129707506694, 41.77153884948541, 41.46146880365529, @@ -297445,68 +213816,7 @@ "id": "5417", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.571558045060419, - 14.571558045060419, - 14.571558045060419, - 14.571558045060419, - 14.571558045060419, - 14.571558045060419, - 14.571558045060419, - 14.571558045060419 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1353.3762151319397, - 670.3220029179893, - -353.81408164642926, - -1136.9754087046995, - -1292.2022896574044, - -915.164703260476, - 19.97524338994299, - 985.7380222140455 - ], - "relative wind speed": [ - 4.427280130842566, - 4.2884078823559, - 4.0112913200584, - 3.748087048448874, - 3.6687722891106485, - 3.830177189223408, - 4.1194952860664475, - 4.36033748046517 - ], - "relative wind angle": [ - 0.01227399143705075, - 0.07156099932685042, - 0.09469665408728835, - 0.061342776442992096, - 0.014811772626859105, - 0.08013972568045813, - 0.09220215296490278, - 0.05272077587640066 - ], - "resistance": [ - 97987.87621513192, - 97304.82200291798, - 96280.68591835356, - 95497.52459129528, - 95342.29771034258, - 95719.3352967395, - 96654.47524338993, - 97620.23802221403 - ], - "fuel": [ - 45.13430137078507, - 44.77986871600502, - 44.25170369346272, - 43.85044699423978, - 43.77118671988074, - 43.96386117972439, - 44.444021154320026, - 44.94332041566884 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -60.625, -67.5 -60.46875, -67.34375 -60.46875, -67.34375 -60.625, -67.5 -60.625))", @@ -297538,37 +213848,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1406.416063925928, + 1406.4160639259117, 440.55107249829234, - -722.1973506334116, - -1427.7732549952525, + -722.197350633417, + -1427.773254995248, -1441.5463397225412, -771.6212663258948, 383.24688723220424, 1373.8976619568475 ], "relative wind speed": [ - 4.554780611665191, + 4.5547806116651905, 4.342064271127811, 4.01562214790241, - 3.762887905010636, + 3.7628879050106354, 3.755985851093897, 3.99999174991824, 4.327613071809252, 4.549080209047027 ], "relative wind angle": [ - 0.0344140361020867, + 0.03441403610208993, 0.09073469406254556, - 0.09969744583984363, - 0.045673249431298274, + 0.09969744583984586, + 0.04567324943129584, 0.04173683311012313, 0.09851837060918588, 0.09248857869713564, 0.037775644998045206 ], "resistance": [ - 98040.91606392592, + 98040.9160639259, 97075.05107249829, 95912.30264936658, 95206.72674500475, @@ -297578,7 +213888,7 @@ 98008.39766195684 ], "fuel": [ - 45.501758801574326, + 45.50175880157431, 45.00089495080008, 44.40253910260759, 44.04189902414749, @@ -297618,9 +213928,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1417.4229343546813, + 1417.4229343546504, 389.3456847378984, - -809.0034620485594, + -809.0034620485621, -1501.9319046441915, -1486.3704295403095, -752.8857530003279, @@ -297638,19 +213948,19 @@ 4.788186113026212 ], "relative wind angle": [ - 0.03535081531561234, - 0.08597447138871137, - 0.09091649172714869, + 0.035350815315621766, + 0.08597447138871138, + 0.09091649172714991, 0.0381739472310921, 0.04213670425425016, 0.09213766516443389, - 0.08421429163439315, - 0.03192706344118775 + 0.08421429163439316, + 0.03192706344118776 ], "resistance": [ - 98051.92293435468, + 98051.92293435465, 97023.8456847379, - 95825.49653795145, + 95825.49653795143, 95132.5680953558, 95148.12957045969, 95881.61424699967, @@ -297658,9 +213968,9 @@ 98088.73132376885 ], "fuel": [ - 46.32672331975716, + 46.326723319757136, 45.793675254906965, - 45.17730681011921, + 45.177306810119205, 44.823338729395665, 44.831268373783615, 45.2060515810887, @@ -297698,37 +214008,37 @@ ], "ice resistance": 96634.49999999994, "wind resistance": [ - 1469.575449642938, + 1469.5754496429327, 804.6971095335521, - -279.1298518451231, + -279.12985184512945, -1163.142442998771, -1375.1814772046582, -1049.3428866586864, - -87.25354242226331, + -87.25354242225785, 966.4732685417439 ], "relative wind speed": [ - 4.67601854045366, + 4.676018540453659, 4.554096005086259, 4.282761243142298, 4.009548245343659, 3.90771397210724, 4.049146509441945, - 4.335127911919872, + 4.335127911919871, 4.588997793280152 ], "relative wind angle": [ 0.00562191087204103, - 0.06377271771201923, - 0.08981975729823174, - 0.06315466594485636, + 0.06377271771201924, + 0.08981975729823423, + 0.06315466594485637, 0.006727262912443609, 0.07173841421632145, - 0.08873189524857673, - 0.05517148163212389 + 0.08873189524857299, + 0.05517148163212388 ], "resistance": [ - 98104.07544964289, + 98104.07544964287, 97439.19710953349, 96355.37014815482, 95471.35755700117, @@ -297738,7 +214048,7 @@ 97600.97326854168 ], "fuel": [ - 46.001435726229786, + 46.00143572622978, 45.65612445442653, 45.096754229892, 44.64374607376565, @@ -297778,49 +214088,49 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1799.728416175496, + 1799.7284161753923, 824.9975463586306, - -581.7721258661513, + -581.7721258661641, -1615.6706849042039, -1789.7948614710367, -1221.3642735478752, 85.05524506436268, - 1384.8625046251436 + 1384.8625046251582 ], "relative wind speed": [ - 5.914043773841006, + 5.914043773841005, 5.762241651848054, - 5.47988534723275, + 5.479885347232749, 5.226137274291313, 5.1618695804396975, 5.330795669511602, 5.6206465736212285, - 5.8573287866261365 + 5.857328786626136 ], "relative wind angle": [ - 0.011928297192023207, + 0.011928297192041823, 0.054838912181571886, - 0.06869006681382266, + 0.06869006681382427, 0.04135668814916109, 0.013666558936304345, - 0.05928229038071507, + 0.05928229038071508, 0.0669672108091977, - 0.03689790472854166 + 0.03689790472853865 ], "resistance": [ - 98434.22841617548, + 98434.22841617538, 97459.49754635862, - 96052.72787413384, + 96052.72787413382, 95018.82931509578, 94844.70513852895, 95413.1357264521, 96719.55524506434, - 98019.36250462513 + 98019.36250462514 ], "fuel": [ - 51.08202246936206, + 51.082022469362, 50.575150610440986, - 49.849846509672616, + 49.84984650967261, 49.32148262431352, 49.23288949715936, 49.522519896976036, @@ -297845,68 +214155,7 @@ "id": "5422", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.76372225096752, - 18.76372225096752, - 18.76372225096752, - 18.76372225096752, - 18.76372225096752, - 18.76372225096752, - 18.76372225096752, - 18.76372225096752 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1732.5306638477778, - 690.0385503482303, - -700.8976058483786, - -1648.169274455866, - -1756.0211047931843, - -1094.6989420672598, - 234.22558218150516, - 1476.1871900377628 - ], - "relative wind speed": [ - 5.601994149474162, - 5.423972311519017, - 5.121709890464927, - 4.866916845125051, - 4.824440211758623, - 5.023752200442551, - 5.331571026019448, - 5.565130926601309 - ], - "relative wind angle": [ - 0.018784113138207614, - 0.06445619056451206, - 0.07599633541412651, - 0.04122046197095824, - 0.02181199126699291, - 0.0695991294159393, - 0.07299953525715484, - 0.03604644623767977 - ], - "resistance": [ - 98367.03066384782, - 97324.53855034827, - 95933.60239415166, - 94986.33072554418, - 94878.47889520686, - 95539.80105793278, - 96868.72558218155, - 98110.6871900378 - ], - "fuel": [ - 49.63713473536956, - 49.09541830839252, - 48.37893520948724, - 47.895108386351495, - 47.84023389584995, - 48.17739241192624, - 48.859832121833, - 49.50355449892131 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -60.625, -67.03125 -60.46875, -66.875 -60.46875, -66.875 -60.625, -67.03125 -60.625))", @@ -297938,54 +214187,54 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1985.4312674585744, + 1985.4312674585017, 878.800509675395, - -694.6474393734243, + -694.6474393734352, -1831.6463139343068, - -2008.9080249165181, + -2008.9080249164726, -1350.3071159624233, - 120.67149084911216, - 1561.9023682331353 + 120.67149084912307, + 1561.9023682331535 ], "relative wind speed": [ - 6.743880926391187, + 6.743880926391186, 6.591537016931701, - 6.316015704221605, + 6.316015704221604, 6.074063556383873, - 6.01755894406945, + 6.0175589440694495, 6.184058970377966, 6.465206200788892, - 6.693033505646178 + 6.693033505646177 ], "relative wind angle": [ - 0.011079310278378784, + 0.011079310278388805, 0.04699320730721381, - 0.05753412196487797, + 0.05753412196487798, 0.0335882916022488, - 0.012416652875495345, - 0.050092180938003876, - 0.05620505353827028, - 0.030481043930901838 + 0.012416652875486402, + 0.05009218093800388, + 0.05620505353826831, + 0.03048104393089819 ], "resistance": [ - 98619.93126745863, + 98619.93126745857, 97513.30050967545, - 95939.85256062663, + 95939.85256062662, 94802.85368606575, - 94625.59197508355, + 94625.59197508359, 95284.19288403763, - 96755.17149084917, - 98196.40236823319 + 96755.17149084918, + 98196.40236823322 ], "fuel": [ - 55.25116546342477, + 55.25116546342474, 54.67521094354172, - 53.86414357493782, + 53.86414357493781, 53.2837869235093, - 53.19374093354863, + 53.19374093354865, 53.52888900597303, 54.2832671190323, - 55.030198304261184 + 55.03019830426119 ] }, { @@ -298005,68 +214254,7 @@ "id": "5424", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.35032938086019, - 26.35032938086019, - 26.35032938086019, - 26.35032938086019, - 26.35032938086019, - 26.35032938086019, - 26.35032938086019, - 26.35032938086019 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2341.0049031782546, - 1605.141424584148, - -108.58298317778826, - -1720.7725946756873, - -2304.710633742383, - -1997.4857877816721, - -577.7616122315558, - 1212.5442802221623 - ], - "relative wind speed": [ - 7.687420704233012, - 7.609663744852581, - 7.366164228300272, - 7.0917381027653095, - 6.951854825886943, - 7.036884274617151, - 7.291388562255298, - 7.558569526429232 - ], - "relative wind angle": [ - 0.004869663345878761, - 0.030701931864752598, - 0.04995011430046585, - 0.04041516749568658, - 0.005384920245321638, - 0.033201853235818674, - 0.050462802733252286, - 0.0379178145605159 - ], - "resistance": [ - 98975.5049031783, - 98239.64142458419, - 96525.91701682226, - 94913.72740532436, - 94329.78936625767, - 94637.01421221838, - 96056.73838776849, - 97847.04428022221 - ], - "fuel": [ - 60.690101247256585, - 60.305634179856455, - 59.4180738072495, - 58.59307577400469, - 58.296645910846976, - 58.45244712957192, - 59.17698552996468, - 60.10133796458628 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -60.15625, -66.71875 -60, -66.5625 -60, -66.5625 -60.15625, -66.71875 -60.15625))", @@ -298098,9 +214286,9 @@ ], "ice resistance": 75017.65399901733, "wind resistance": [ - 2128.9752499871065, + 2128.975249987012, 1798.173520773129, - 248.7170089343308, + 248.71700893432717, -1407.809949214301, -2219.380035839571, -2081.281796716172, @@ -298108,9 +214296,9 @@ 842.7684584412054 ], "relative wind speed": [ - 7.70437793376224, + 7.704377933762238, 7.66959150271421, - 7.4595838923705875, + 7.459583892370587, 7.189360102850007, 7.018973283024891, 7.056967583569711, @@ -298118,17 +214306,17 @@ 7.545629636127676 ], "relative wind angle": [ - 0.011758450380652978, + 0.01175845038066242, 0.023248326688238667, - 0.04596087795847164, + 0.04596087795847163, 0.04263171900526552, 0.012906727184949346, 0.025266954568268718, 0.047104533503848814, - 0.04061771235869928 + 0.04061771235869927 ], "resistance": [ - 77146.62924900444, + 77146.62924900434, 76815.82751979046, 75266.37100795166, 73609.84404980304, @@ -298138,7 +214326,7 @@ 75860.42245745854 ], "fuel": [ - 50.39172931164635, + 50.3917293116463, 50.245515610379485, 49.56607934711789, 48.84957358722015, @@ -298178,17 +214366,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1908.652899514418, + 1908.652899513676, 1183.5453100659615, - -208.4769570270073, + -208.4769570270273, -1443.250206593295, -1813.261448471505, -1509.7820998574061, - -321.09131761589197, + -321.0913176158829, 1089.1073714124395 ], "relative wind speed": [ - 6.273319905640525, + 6.273319905640524, 6.179406300678019, 5.930876379493827, 5.664655406901894, @@ -298198,33 +214386,33 @@ 6.164306132464212 ], "relative wind angle": [ - 0.0017779056968184523, + 0.0017779056969433435, 0.04048073212051375, - 0.06155048766907967, + 0.061550487669083276, 0.04694892973584202, 0.002011905789693892, - 0.04429044240779132, - 0.061782711987489684, + 0.044290442407791314, + 0.06178271198748789, 0.04314099517165323 ], "resistance": [ - 98543.15289951443, + 98543.15289951369, 97818.04531006598, - 96426.02304297301, + 96426.02304297299, 95191.24979340672, 94821.23855152851, 95124.71790014261, - 96313.40868238412, + 96313.40868238414, 97723.60737141245 ], "fuel": [ - 52.856722542679776, + 52.85672254267939, 52.47902715579389, - 51.75943114803647, + 51.75943114803646, 51.1271585036764, 50.938796906249166, 51.093251551417175, - 51.7015312094905, + 51.70153120949051, 52.42998014448571 ] }, @@ -298258,17 +214446,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2112.811336484563, + 2112.8113364842793, 1374.8046997685015, -174.32895113182167, -1588.4823309858257, -2054.290592036403, -1746.2448701728936, - -441.8229242682828, + -441.82292426826825, 1150.9738995940606 ], "relative wind speed": [ - 7.281629955792382, + 7.281629955792381, 7.199237552563, 6.9646776913330735, 6.708310287106667, @@ -298278,27 +214466,27 @@ 7.168484224479319 ], "relative wind angle": [ - 0.003094271573922594, + 0.003094271573958474, 0.03198821817113736, 0.050009676123848934, 0.03908321423689104, 0.0034214500950693785, 0.03449992401759584, - 0.05033521574068156, + 0.050335215740679354, 0.03657314727436713 ], "resistance": [ - 98747.31133648453, + 98747.31133648424, 98009.30469976847, 96460.17104886816, 95046.01766901414, 94580.20940796357, 94888.25512982707, - 96192.67707573168, + 96192.6770757317, 97785.47389959403 ], "fuel": [ - 58.3201697159072, + 58.32016971590705, 57.93521250951292, 57.133749220487125, 56.40991623284056, @@ -298338,9 +214526,9 @@ ], "ice resistance": 53729.54802525081, "wind resistance": [ - 1834.1140515420557, + 1834.1140515419975, 2060.3399879856515, - 743.6849635131694, + 743.6849635131148, -966.9177132613622, -2087.1393036025547, -2181.571965014744, @@ -298348,9 +214536,9 @@ 337.3763548683637 ], "relative wind speed": [ - 7.67245112195885, + 7.672451121958849, 7.696250870699763, - 7.530857552652635, + 7.530857552652634, 7.265425048471404, 7.053414810705326, 7.02743831321044, @@ -298358,19 +214546,19 @@ 7.471998767115071 ], "relative wind angle": [ - 0.021295212279445745, - 0.013434663012938797, - 0.04112171578553925, + 0.02129521227945096, + 0.013434663012938799, + 0.041121715785544646, 0.04604789818926787, 0.023164487404416373, 0.014713349667741267, - 0.04298622549132005, + 0.04298622549132006, 0.044773976971341396 ], "resistance": [ - 55563.66207679287, + 55563.66207679281, 55789.888013236465, - 54473.23298876398, + 54473.23298876393, 52762.63031198945, 51642.40872164826, 51547.97606023607, @@ -298378,9 +214566,9 @@ 54066.92438011918 ], "fuel": [ - 41.70549496911052, + 41.705494969110504, 41.78755234615775, - 41.312642319309916, + 41.31264231930989, 40.70527220139918, 40.31342401122488, 40.28060532261291, @@ -298418,9 +214606,9 @@ ], "ice resistance": 61334.98280806067, "wind resistance": [ - 1859.1230344566757, + 1859.1230344564901, 1597.4949157341034, - 241.37669813468892, + 241.37669813465982, -1225.932506364683, -1959.2057015210776, -1850.1579088171966, @@ -298428,9 +214616,9 @@ 712.1118087007126 ], "relative wind speed": [ - 7.66248278398773, + 7.662482783987728, 7.634796890370222, - 7.451151514043719, + 7.451151514043718, 7.21284611160954, 7.0607103375136635, 7.09063814673784, @@ -298438,19 +214626,19 @@ 7.519449704294841 ], "relative wind angle": [ - 0.010957003952738407, + 0.010957003952758674, 0.020094430285924086, - 0.04039478644571589, + 0.04039478644571864, 0.03773865865484255, 0.011890893226832065, - 0.021636774644790947, - 0.041325802075660174, - 0.03619918793147154 + 0.021636774644790944, + 0.04132580207566018, + 0.03619918793147153 ], "resistance": [ - 63194.10584251734, + 63194.10584251716, 62932.47772379477, - 61576.35950619535, + 61576.359506195324, 60109.050301695985, 59375.777106539594, 59484.82489924347, @@ -298458,9 +214646,9 @@ 62047.09461676138 ], "fuel": [ - 44.578348197478874, + 44.5783481974788, 44.47625863047101, - 43.95117122892494, + 43.95117122892492, 43.39073865981544, 43.113670245275294, 43.15474747635577, @@ -298498,9 +214686,9 @@ ], "ice resistance": 79954.57133641215, "wind resistance": [ - 2254.8760988985123, + 2254.8760988967406, 1291.9775071440854, - -384.59625465859426, + -384.59625465861245, -1805.4525128996793, -2169.1114931036827, -1741.4659003839843, @@ -298508,7 +214696,7 @@ 1382.7512169159745 ], "relative wind speed": [ - 7.709140587345272, + 7.709140587345271, 7.605299256610604, 7.360741882675205, 7.112994618235062, @@ -298518,19 +214706,19 @@ 7.617071408475622 ], "relative wind angle": [ - 0.0011164610056336867, + 0.0011164610058325693, 0.033163547890424167, - 0.047298027985231465, + 0.04729802798523381, 0.033747525644257266, 0.0012272676751626337, - 0.03539713800824283, + 0.03539713800824284, 0.047187715261407505, - 0.031513441585841954 + 0.03151344158584195 ], "resistance": [ - 82209.44743531066, + 82209.44743530889, 81246.54884355623, - 79569.97508175355, + 79569.97508175354, 78149.11882351247, 77785.45984330846, 78213.10543602816, @@ -298538,9 +214726,9 @@ 81337.32255332812 ], "fuel": [ - 52.68028996654531, + 52.6802899665445, 52.23768308490904, - 51.47526091603588, + 51.475260916035865, 50.83731448988976, 50.675243619509004, 50.86588213334017, @@ -298578,54 +214766,54 @@ ], "ice resistance": 85942.52608997036, "wind resistance": [ - 2086.186228748411, + 2086.186228747476, 1376.659690026725, - -157.56937716825632, + -157.56937716827815, -1570.57715667093, -2047.9040310422351, -1752.2003888447107, -465.8039171785276, - 1119.0281549107276 + 1119.0281549107021 ], "relative wind speed": [ - 7.686490237068816, + 7.686490237068815, 7.611411619564145, 7.392708037175394, 7.15262187427657, 7.035824992735459, 7.116978196574657, 7.343897696049249, - 7.577926221373197 + 7.577926221373198 ], "relative wind angle": [ - 0.003178178216211473, + 0.0031781782163162716, 0.027958018411217127, - 0.04402169237798977, - 0.034584435491400764, + 0.04402169237799229, + 0.03458443549140077, 0.0034720937224455876, - 0.029900888757656136, + 0.02990088875765614, 0.04431446835165791, - 0.03264270466903167 + 0.03264270466903507 ], "resistance": [ - 88028.71231871877, + 88028.71231871784, 87319.18577999709, - 85784.9567128021, + 85784.95671280209, 84371.94893329943, 83894.62205892813, 84190.32570112565, 85476.72217279184, - 87061.55424488109 + 87061.55424488106 ], "fuel": [ - 55.42860846113076, + 55.42860846113031, 55.086768426896526, 54.35400289762384, 53.68688214817823, 53.46320145832432, 53.60167155614681, 54.20784313160262, - 54.963108718069336 + 54.963108718069314 ] }, { @@ -298658,21 +214846,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1891.8219737447725, + 1891.821973744758, 776.1399934198889, - -748.5218852696089, + -748.5218852696271, -1807.393605979205, - -1942.7016176818524, + -1942.7016176817779, -1249.024990409429, 197.41912523643987, 1568.5324541195805 ], "relative wind speed": [ - 6.662011149074887, + 6.6620111490748855, 6.503596626689076, - 6.231027939642982, + 6.231027939642981, 6.000209385402143, - 5.956590447953112, + 5.956590447953111, 6.129159259830242, 6.406063778205214, 6.622752422246839 @@ -298680,29 +214868,29 @@ "relative wind angle": [ 0.013157764732388942, 0.04790093255214347, - 0.05664124595364037, + 0.05664124595364233, 0.03124513246369861, - 0.014716104911736548, - 0.0508297054338735, + 0.014716104911721461, + 0.05082970543387351, 0.05509202127877372, 0.028307244190349006 ], "resistance": [ - 98526.32197374481, + 98526.32197374478, 97410.63999341991, - 95885.97811473042, + 95885.9781147304, 94827.10639402083, - 94691.79838231817, + 94691.79838231826, 95385.4750095906, 96831.91912523647, 98203.03245411962 ], "fuel": [ - 54.83278259251371, + 54.83278259251369, 54.25252470157815, - 53.46704919340329, + 53.467049193403284, 52.92662922587202, - 52.85787224225051, + 52.85787224225055, 53.21108576683092, 53.95336069097341, 54.66416550608312 @@ -298738,9 +214926,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1899.1745134399862, + 1899.1745134398298, 835.5656248676205, - -675.5510402374093, + -675.5510402374239, -1765.1922294462129, -1933.113251169645, -1298.739491345983, @@ -298748,9 +214936,9 @@ 1497.4088293799105 ], "relative wind speed": [ - 6.8867703440226755, + 6.886770344022675, 6.743311171042084, - 6.485219169623714, + 6.485219169623713, 6.259796422385552, 6.2077508264485255, 6.363295572663709, @@ -298758,19 +214946,19 @@ 6.839497411716125 ], "relative wind angle": [ - 0.010245076229222268, - 0.04301484166116546, - 0.052378310818136806, + 0.010245076229243942, + 0.04301484166116547, + 0.05237831081813893, 0.030388131241231228, - 0.011365754508813287, + 0.011365754508813289, 0.04558541577884985, - 0.05126338575425624, - 0.02781180396967008 + 0.05126338575425625, + 0.027811803969670076 ], "resistance": [ - 98533.67451344001, + 98533.67451343985, 97470.06562486765, - 95958.94895976262, + 95958.94895976261, 94869.30777055382, 94701.38674883038, 95335.76050865404, @@ -298778,7 +214966,7 @@ 98131.90882937994 ], "fuel": [ - 56.08287483108742, + 56.082874831087345, 55.529567622167875, 54.75069811042649, 54.194340735419104, @@ -298818,13 +215006,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2030.3196853307527, + 2030.31968533064, 621.5462946927764, - -1108.1071719725078, + -1108.1071719725478, -2164.649920027332, - -2195.9321786300097, + -2195.932178629966, -1224.397791207186, - 487.12815381752443, + 487.12815381751716, 1955.4240377010938 ], "relative wind speed": [ @@ -298834,35 +215022,35 @@ 6.956783942065006, 6.948079364293109, 7.143535442247472, - 7.41931879241217, + 7.419318792412169, 7.613918426636567 ], "relative wind angle": [ - 0.01677051770407357, - 0.04419179159418318, - 0.047050515623565894, + 0.016770517704086812, + 0.04419179159418319, + 0.04705051562357061, 0.021257849675849275, - 0.01839699776961835, + 0.018396997769612317, 0.04602078615670035, - 0.0454299839625983, + 0.04542998396259831, 0.01942290671732966 ], "resistance": [ - 98664.81968533076, + 98664.81968533064, 97256.04629469277, - 95526.39282802748, + 95526.39282802746, 94469.85007997268, - 94438.56782136999, + 94438.56782137003, 95410.10220879281, 97121.62815381752, 98589.9240377011 ], "fuel": [ - 60.31413783462137, + 60.31413783462132, 59.58148747193875, - 58.69205902979, + 58.692059029789995, 58.15423681980686, - 58.138376220998616, + 58.13837622099864, 58.63265905284018, 59.51196755700148, 60.27500153948006 @@ -298898,51 +215086,51 @@ ], "ice resistance": 91454.97153531146, "wind resistance": [ - 1880.4120206101761, + 1880.412020610056, 757.4329001504884, - -775.4964300306892, - -1834.1251354628148, - -1964.6685517551523, + -775.4964300307147, + -1834.125135462782, + -1964.6685517552287, -1263.2154594003296, 193.86256930855598, 1567.1991602692324 ], "relative wind speed": [ - 7.664464609860877, + 7.664464609860874, 7.525840492112941, - 7.290628887964926, - 7.094397094796239, + 7.2906288879649255, + 7.094397094796238, 7.058571697777865, 7.2061901900903065, 7.444070296984831, 7.631315878000806 ], "relative wind angle": [ - 0.010018566421951806, + 0.01001856642196289, 0.03568768674171416, - 0.04156709004834344, - 0.02254526373604207, - 0.010878571624738233, + 0.04156709004834611, + 0.022545263736037144, + 0.010878571624748439, 0.03727142966072844, - 0.0407098069250113, - 0.020958798747246352 + 0.040709806925011305, + 0.02095879874724635 ], "resistance": [ - 93335.38355592164, + 93335.38355592152, 92212.40443546194, - 90679.47510528077, - 89620.84639984864, - 89490.3029835563, + 90679.47510528074, + 89620.84639984867, + 89490.30298355623, 90191.75607591114, 91648.83410462001, 93022.17069558069 ], "fuel": [ - 58.04468802448389, + 58.04468802448383, 57.482341349707426, - 56.72228146228878, - 56.202494540028425, - 56.13868651959356, + 56.72228146228875, + 56.20249454002843, + 56.13868651959353, 56.482293263141095, 57.20189444653762, 57.88737065126203 @@ -298978,50 +215166,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2008.654123212811, + 2008.6541232127456, 690.0446135994025, - -989.7525658978448, - -2065.3152672776705, + -989.7525658978957, + -2065.3152672777287, -2137.340289865777, -1257.3916199536543, 380.6770899100047, 1836.241984553355 ], "relative wind speed": [ - 7.4468343927213745, + 7.446834392721374, 7.274203795616493, 7.002964369152405, - 6.790156540328111, + 6.790156540328112, 6.769611373190782, 6.95477819606711, 7.227826136608002, 7.42810573258696 ], "relative wind angle": [ - 0.015115518139190315, - 0.043875294864162744, - 0.0483775416035829, - 0.023547101040111068, + 0.01511551813919766, + 0.04387529486416274, + 0.04837754160358979, + 0.023547101040120498, 0.01662778773277659, 0.04589182541401253, - 0.046871367978246356, + 0.04687136797824636, 0.021524474543982142 ], "resistance": [ - 98643.15412321282, + 98643.15412321276, 97324.54461359941, - 95644.74743410217, - 94569.18473272235, + 95644.74743410212, + 94569.1847327223, 94497.15971013423, 95377.10838004635, 97015.17708991002, 98470.74198455337 ], "fuel": [ - 59.26352629224742, + 59.26352629224739, 58.57765189762161, - 57.71327675757578, - 57.16533701602827, + 57.71327675757574, + 57.16533701602823, 57.12879803004827, 57.57652714945132, 58.41767150048324, @@ -299058,9 +215246,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2266.6740205663664, + 2266.6740205660935, 1106.1495732854164, - -653.7655407309467, + -653.7655407309685, -1999.4820107570667, -2259.682677314395, -1620.5489696233635, @@ -299068,9 +215256,9 @@ 1643.7998507069424 ], "relative wind speed": [ - 7.510252254431075, + 7.510252254431074, 7.371308147029279, - 7.099692563686164, + 7.099692563686163, 6.849430888659109, 6.775568672231379, 6.926473558662451, @@ -299078,19 +215266,19 @@ 7.442950776324723 ], "relative wind angle": [ - 0.00699506963573823, + 0.006995069635769974, 0.04028926954200188, - 0.05176503933363639, + 0.05176503933363854, 0.03250616895775474, - 0.007753568444691257, - 0.042878281075271044, + 0.007753568444691256, + 0.04287828107527104, 0.051010460870112455, - 0.02991323712724189 + 0.029913237127241893 ], "resistance": [ - 98901.17402056638, + 98901.1740205661, 97740.64957328542, - 95980.73445926906, + 95980.73445926905, 94635.01798924294, 94374.81732268562, 95013.95103037666, @@ -299098,9 +215286,9 @@ 98278.29985070696 ], "fuel": [ - 59.60471012946018, + 59.604710129460045, 58.99960807999395, - 58.091543940847146, + 58.09154394084714, 57.404969735274484, 57.27299479371166, 57.59761686626584, @@ -299138,17 +215326,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2056.7840505606837, + 2056.784050560371, 1126.7491858956164, - -421.4778049342094, + -421.47780493424216, -1694.1233719164811, -1997.4597595626656, -1550.8744537141902, - -178.58194194232783, + -178.58194194233147, 1329.9862041476226 ], "relative wind speed": [ - 7.20063426752052, + 7.200634267520519, 7.090334491390702, 6.846060508699386, 6.605333431103206, @@ -299158,19 +215346,19 @@ 7.11857055635469 ], "relative wind angle": [ - 0.0028723749468327064, + 0.0028723749468713583, 0.036220586590083766, - 0.050039496414809204, - 0.034450176771653976, + 0.05003949641481365, + 0.03445017677165397, 0.0031742844382726203, 0.03870377030204269, - 0.0497390830550976, + 0.049739083055097603, 0.03196549694616635 ], "resistance": [ - 98691.28405056066, + 98691.28405056034, 97761.24918589559, - 96213.02219506576, + 96213.02219506573, 94940.3766280835, 94637.0402404373, 95083.62554628578, @@ -299178,9 +215366,9 @@ 97964.4862041476 ], "fuel": [ - 57.86699831535074, + 57.86699831535057, 57.38240198730307, - 56.58283421254936, + 56.58283421254934, 55.93226718822331, 55.77809329315264, 56.00519397379245, @@ -299218,13 +215406,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1974.394976483807, + 1974.3949764835852, 980.4343938804777, - -542.7330842670308, + -542.7330842670199, -1718.6867224550224, -1953.878978484201, -1414.6293491375473, - -27.570072058504593, + -27.57007205849368, 1411.9082416927668 ], "relative wind speed": [ @@ -299238,33 +215426,33 @@ 6.713378232186227 ], "relative wind angle": [ - 0.006910608397922179, + 0.0069106083979543105, 0.04267734399790728, - 0.055491179102089935, + 0.05549117910208794, 0.035384042175381505, 0.0077172034996188235, 0.04566253232535896, - 0.05468938920591031, + 0.054689389205908275, 0.03239404872200885 ], "resistance": [ - 98608.89497648379, + 98608.89497648357, 97614.93439388047, - 96091.76691573295, + 96091.76691573297, 94915.81327754496, 94680.62102151578, 95219.87065086243, - 96606.92992794148, + 96606.9299279415, 98046.40824169276 ], "fuel": [ - 55.48444844612125, + 55.484448446121135, 54.966966447637844, - 54.181098694624666, + 54.18109869462467, 53.58027890596338, 53.460731657621, 53.73513506453516, - 54.44592735198049, + 54.4459273519805, 55.19115152507747 ] }, @@ -299298,9 +215486,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1092.4688677591785, + 1092.4688677591694, -195.89895140201224, - -1322.9372304605895, + -1322.9372304605913, -1649.5210259687783, -1354.260161502758, -248.71575155585379, @@ -299308,9 +215496,9 @@ 1793.5372480789065 ], "relative wind speed": [ - 5.044356342460395, + 5.044356342460394, 4.758569904155377, - 4.450400312675619, + 4.450400312675618, 4.31209634358357, 4.440521470051504, 4.745500427033534, @@ -299318,14 +215506,14 @@ 5.154569522216377 ], "relative wind angle": [ - 0.05816121558790672, + 0.058161215587908634, 0.0886377834961813, 0.0680235369289262, 0.001521433387599141, 0.06608098370582839, 0.08888254283334275, 0.06010767525550733, - 0.001272767116554128 + 0.0012727671165541278 ], "resistance": [ 97726.96886775922, @@ -299378,9 +215566,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1147.2676782251601, + 1147.267678225151, 0.7848459095857834, - -1097.2690470513198, + -1097.2690470513244, -1527.0640786774848, -1333.899411625268, -398.0305916439038, @@ -299388,9 +215576,9 @@ 1604.938715416787 ], "relative wind speed": [ - 4.762059949233066, + 4.762059949233065, 4.499441089256273, - 4.187820268581825, + 4.187820268581824, 4.017663667417152, 4.107822230416769, 4.393910367896477, @@ -299398,17 +215586,17 @@ 4.838367192794691 ], "relative wind angle": [ - 0.05309289661345648, - 0.09133412672016898, - 0.0783198295637198, + 0.05309289661345858, + 0.091334126720169, + 0.07831982956371979, 0.013190025393880879, - 0.06155876654501406, + 0.06155876654501407, 0.09353408716910569, 0.06989143857351425, - 0.010952581023452755 + 0.010952581023452753 ], "resistance": [ - 97781.76767822518, + 97781.76767822517, 96635.2848459096, 95537.2309529487, 95107.43592132253, @@ -299418,7 +215606,7 @@ 98239.4387154168 ], "fuel": [ - 46.30497395750666, + 46.30497395750665, 45.7119388283858, 45.1485397693539, 44.929238524547316, @@ -299458,17 +215646,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1300.6792492497698, + 1300.6792492497443, -379.1149912427609, -1795.7220940719963, -2158.264212128035, - -1718.0922781479712, + -1718.0922781479694, -247.75286950259397, 1410.879583506401, 2276.698260824909 ], "relative wind speed": [ - 6.635105582268657, + 6.635105582268656, 6.351943725150359, 6.062989481217431, 5.946764058456257, @@ -299478,17 +215666,17 @@ 6.755587297225371 ], "relative wind angle": [ - 0.04440332506033087, - 0.06371058874728615, + 0.04440332506033338, + 0.06371058874728613, 0.045769231764775896, 0.0020359657275512083, - 0.04845323102623064, + 0.048453231026230635, 0.0634687962203712, 0.04171735893525981, - 0.0017922062727188314 + 0.0017922062727188312 ], "resistance": [ - 97935.17924924975, + 97935.17924924973, 96255.38500875722, 94838.77790592799, 94476.23578787195, @@ -299498,7 +215686,7 @@ 98911.1982608249 ], "fuel": [ - 54.74344083416237, + 54.74344083416236, 53.87525036822325, 53.15124739290903, 52.96715856116154, @@ -299538,17 +215726,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1332.0140303058051, + 1332.0140303057688, -80.34740296941527, -1404.1414678698748, -1883.3795027515735, - -1625.5859800529888, + -1625.5859800530015, -454.9095036800445, 1017.6153960227548, 1946.8782614238535 ], "relative wind speed": [ - 6.077331762107449, + 6.077331762107448, 5.824329363997614, 5.5366646512682465, 5.389242265930406, @@ -299558,31 +215746,31 @@ 6.158263695825807 ], "relative wind angle": [ - 0.040329507964844045, - 0.0660675124510875, - 0.05398699886830031, + 0.040329507964849555, + 0.06606751245108748, + 0.053986998868300315, 0.0070502567447159525, - 0.044725481758478444, + 0.04472548175848093, 0.06694023460981566, 0.04959872485643732, 0.006169834518979947 ], "resistance": [ - 97966.51403030581, + 97966.51403030579, 96554.1525970306, 95230.35853213014, 94751.12049724844, - 95008.91401994703, + 95008.91401994701, 96179.59049631997, 97652.11539602277, 98581.37826142387 ], "fuel": [ - 51.91812317125691, + 51.91812317125689, 51.18728615015399, 50.50901799292373, 50.26507996845298, - 50.39619381463707, + 50.39619381463706, 50.99471145486716, 51.75479298985795, 52.23860836538271 @@ -299618,19 +215806,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1610.3375525887368, - 225.84215758774735, - -1236.0946094827887, + 1610.3375525887313, + 225.84215758774553, + -1236.0946094827868, -1945.2709033713145, - -1810.9008885856074, + -1810.9008885855965, -745.318954179811, 793.8857145638194, 1929.751111247082 ], "relative wind speed": [ - 5.8578608657666065, + 5.857860865766606, 5.60937283887428, - 5.286614631452588, + 5.286614631452587, 5.081761661083667, 5.131987111014022, 5.402477393270001, @@ -299638,19 +215826,19 @@ 5.901484902144043 ], "relative wind angle": [ - 0.036969984009472955, - 0.07314560097991148, - 0.06875979917918498, + 0.03696998400947296, + 0.07314560097991149, + 0.06875979917918336, 0.0204147611867535, - 0.04220197188865152, + 0.04220197188864888, 0.07595211305074426, 0.06355724828824831, 0.017578810993681644 ], "resistance": [ - 98244.83755258871, + 98244.8375525887, 96860.34215758771, - 95398.40539051717, + 95398.40539051719, 94689.22909662865, 94823.59911141437, 95889.18104582017, @@ -299658,9 +215846,9 @@ 98564.25111124705 ], "fuel": [ - 50.77460306383586, + 50.774603063835855, 50.05667989402953, - 49.306342091752924, + 49.30634209175294, 48.94522261388116, 49.01350143372824, 49.557345512495246, @@ -299698,9 +215886,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1670.7771686109627, + 1670.777168610919, 223.10014275784124, - -1317.9609380481525, + -1317.960938048138, -2067.407343750743, -1933.8365117962676, -821.4389210945992, @@ -299708,9 +215896,9 @@ 1990.5707806755017 ], "relative wind speed": [ - 7.274992488600486, + 7.274992488600485, 7.067743670298515, - 6.801912986372163, + 6.801912986372162, 6.635085367110228, 6.6739155457083275, 6.893015583283996, @@ -299718,19 +215906,19 @@ 7.310424515142775 ], "relative wind angle": [ - 0.02432395496735339, - 0.047798115370049375, - 0.04421305945448764, + 0.024323954967357956, + 0.04779811537004937, + 0.04421305945448513, 0.013182800587443207, 0.026515150527213975, 0.04901068825239477, - 0.04202718301475825, + 0.042027183014758246, 0.011964908549714897 ], "resistance": [ - 98305.27716861096, + 98305.27716861092, 96857.60014275784, - 95316.53906195184, + 95316.53906195186, 94567.09265624925, 94700.66348820373, 95813.0610789054, @@ -299738,7 +215926,7 @@ 98625.07078067551 ], "fuel": [ - 58.309562589662434, + 58.309562589662406, 57.55872149597651, 56.76801579436956, 56.386674837098596, @@ -299778,50 +215966,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1339.9371228251548, + 1339.9371228251348, 264.04504023067057, - -921.9736398513814, - -1544.3378703403505, + -921.9736398513978, + -1544.3378703403778, -1475.975420680741, -672.2291914569123, 553.1026552576586, 1502.4523614191166 ], "relative wind speed": [ - 5.269788666765491, + 5.26978866676549, 5.058445761563049, 4.770949772110814, - 4.576933254003745, + 4.5769332540037455, 4.605361035275321, 4.836543118274353, 5.120357519704844, 5.294497600905761 ], "relative wind angle": [ - 0.03323332478330126, + 0.0332333247833046, 0.07100512170632303, - 0.06973316562909616, - 0.024307863936939563, + 0.06973316562910095, + 0.0243078639369487, 0.03803015136889585, - 0.0742687372385664, + 0.07426873723856639, 0.06496769554489354, - 0.02101289114411134 + 0.021012891144111343 ], "resistance": [ - 97974.43712282517, + 97974.43712282515, 96898.54504023069, - 95712.52636014864, - 95090.16212965967, + 95712.52636014862, + 95090.16212965964, 95158.52457931927, 95962.27080854311, 97187.60265525768, 98136.95236141913 ], "fuel": [ - 48.30084023517783, + 48.30084023517782, 47.74340656625067, - 47.13390604407316, - 46.81616413690535, + 47.13390604407315, + 46.81616413690534, 46.8509954465055, 47.26181583407168, 47.8927479144099, @@ -299845,68 +216033,7 @@ "id": "5447", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.695124019600254, - 18.695124019600254, - 18.695124019600254, - 18.695124019600254, - 18.695124019600254, - 18.695124019600254, - 18.695124019600254, - 18.695124019600254 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1320.2343060872608, - 335.22572327201124, - -808.8895713458551, - -1459.0192755112676, - -1437.0997977326333, - -728.253140413748, - 428.50178610230796, - 1372.4871753979842 - ], - "relative wind speed": [ - 5.503693041838271, - 5.322361220370293, - 5.06314243193259, - 4.877631607506481, - 4.886248722548169, - 5.083161881868515, - 5.341409213994594, - 5.511331379878763 - ], - "relative wind angle": [ - 0.025327409738455438, - 0.05958297899364395, - 0.061034339791155294, - 0.024568146758511385, - 0.028528693968963712, - 0.062390348281128924, - 0.057851036598453115, - 0.021742796351995143 - ], - "resistance": [ - 97954.73430608727, - 96969.72572327201, - 95825.61042865415, - 95175.48072448873, - 95197.40020226737, - 95906.24685958624, - 97063.00178610231, - 98006.98717539798 - ], - "fuel": [ - 49.34263955194902, - 48.832199465292916, - 48.24384105220577, - 47.91168377262748, - 47.92285701709549, - 48.285148584567686, - 48.88038118580228, - 49.36981828728141 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -61.09375, -67.5 -60.9375, -67.34375 -60.9375, -67.34375 -61.09375, -67.5 -61.09375))", @@ -299938,51 +216065,51 @@ ], "ice resistance": 91764.94453875953, "wind resistance": [ - 1324.3262789387627, + 1324.326278938668, -400.0476169062131, -1857.978475736356, -2229.466119722292, - -1784.937783711368, + -1784.9377837113316, -276.1733843827715, 1427.9491571664512, 2318.5277582121307 ], "relative wind speed": [ - 7.611600985873028, + 7.611600985873026, 7.359993344356478, - 7.105439255783623, + 7.105439255783622, 7.003339764992086, - 7.119819480541226, + 7.119819480541225, 7.379620381473963, 7.62502668756029, 7.7189073799157715 ], "relative wind angle": [ - 0.034157010096814794, + 0.03415701009682454, 0.04863118418614288, 0.03463450652361055, 0.0014029173302546809, - 0.036517324834222466, + 0.03651732483421638, 0.048501741726427426, - 0.032273579216653935, + 0.03227357921665393, 0.0012728622941638945 ], "resistance": [ - 93089.2708176983, + 93089.2708176982, 91364.89692185332, 89906.96606302318, 89535.47841903724, - 89980.00675504816, + 89980.0067550482, 91488.77115437677, 93192.89369592599, 94083.47229697167 ], "fuel": [ - 57.921042293806536, + 57.92104229380648, 57.06104781084258, 56.342568124653184, 56.1607605430886, - 56.378374948582184, + 56.378374948582206, 57.12245855785348, 57.97307440566553, 58.42190759529249 @@ -300018,9 +216145,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1739.5790043826419, + 1739.5790043825946, 122.09629736448915, - -1528.0132649744373, + -1528.013264974441, -2262.676700680182, -2063.019416366151, -785.2887326235323, @@ -300028,9 +216155,9 @@ 2217.750048293594 ], "relative wind speed": [ - 7.632123759293493, + 7.632123759293491, 7.408438082430408, - 7.134420043669267, + 7.134420043669266, 6.973425187482579, 7.028625360480641, 7.264016293618751, @@ -300038,17 +216165,17 @@ 7.682592576060988 ], "relative wind angle": [ - 0.02615824483209255, + 0.02615824483209679, 0.04788276918236253, 0.04232319831134361, 0.01036745905652304, - 0.028404848836085426, + 0.02840484883608543, 0.048835515408807165, 0.04008088069650844, 0.00941042640554854 ], "resistance": [ - 98374.0790043827, + 98374.07900438266, 96756.59629736455, 95106.48673502562, 94371.82329931988, @@ -300058,7 +216185,7 @@ 98852.25004829364 ], "fuel": [ - 60.42435702318244, + 60.42435702318241, 59.58554272125451, 58.73984010875364, 58.366575190381944, @@ -300098,19 +216225,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1685.1863264785607, + 1685.186326478477, 245.78408603152639, - -1298.7684946705958, + -1298.7684946705995, -2062.125435483922, - -1938.095785217287, + -1938.0957852173124, -838.2721737714637, 778.108291631761, 1981.9850793514343 ], "relative wind speed": [ - 7.160344079100932, + 7.1603440791009305, 6.951436156467955, - 6.680771281534867, + 6.6807712815348665, 6.508660336054595, 6.545386916979751, 6.766842142878426, @@ -300118,31 +216245,31 @@ 7.193744355615867 ], "relative wind angle": [ - 0.02470669869175345, + 0.024706698691762438, 0.04930090127425493, 0.04605606548611142, 0.014198845428786912, - 0.027028502334032877, - 0.050646926010418536, + 0.027028502334036985, + 0.05064692601041853, 0.04374051828727872, 0.012846564204693184 ], "resistance": [ - 98319.68632647862, + 98319.68632647854, 96880.28408603158, 95335.73150532946, 94572.37456451614, - 94696.40421478277, + 94696.40421478274, 95796.2278262286, 97412.60829163183, 98616.48507935149 ], "fuel": [ - 57.63047697075896, + 57.63047697075891, 56.88382827710392, 56.091210776571096, 55.70275695952998, - 55.76572510656176, + 55.765725106561746, 56.326594729705235, 57.15905784349313, 57.78539155679759 @@ -300178,53 +216305,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1735.359223635016, + 1735.3592236349687, 334.29892425802245, - -1222.2438183888735, + -1222.2438183888917, -2041.4266610884806, -1958.2197292653946, -913.5747084378309, - 691.133993605381, + 691.1339936054101, 1934.3983335411904 ], "relative wind speed": [ - 7.08888282946387, + 7.088882829463868, 6.885850869383884, - 6.612396916537198, + 6.612396916537197, 6.429699625778664, 6.454646470470186, 6.670815439901339, - 6.941968585840061, + 6.94196858584006, 7.111517668605105 ], "relative wind angle": [ - 0.02327329179163439, - 0.04953515745400331, - 0.04799081576888492, - 0.016744025542182305, - 0.02556061138997883, - 0.051133307127546615, - 0.04571081208658577, + 0.02327329179163916, + 0.04953515745400332, + 0.04799081576888723, + 0.0167440255421823, + 0.025560611389978834, + 0.05113330712754661, + 0.04571081208658091, 0.015138559913827421 ], "resistance": [ - 98369.85922363502, + 98369.85922363497, 96968.79892425802, - 95412.25618161113, + 95412.25618161111, 94593.07333891152, 94676.2802707346, 95720.92529156216, - 97325.63399360538, + 97325.63399360541, 98568.89833354119 ], "fuel": [ - 57.2073521018199, + 57.20735210181986, 56.480230674016155, - 55.68098223444272, + 55.680982234442716, 55.26397179194031, 55.306214895448704, 55.838759995559926, - 56.664727461534255, + 56.664727461534284, 57.31124184280109 ] }, @@ -300258,9 +216385,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1481.772458862748, + 1481.7724588627188, 211.3869719227132, - -1142.8897563499777, + -1142.8897563499995, -1806.739219752526, -1691.5625022604654, -717.7460337375705, @@ -300268,7 +216395,7 @@ 1756.7237787153408 ], "relative wind speed": [ - 6.249924024139063, + 6.2499240241390615, 6.037751868916912, 5.762871287342923, 5.588417997705018, @@ -300278,19 +216405,19 @@ 6.2852834554660255 ], "relative wind angle": [ - 0.02907270586734532, + 0.029072705867349145, 0.05774799453711821, - 0.05401679509496329, + 0.054016795094967394, 0.016381894707023316, - 0.03228682855325113, + 0.032286828553251136, 0.05955281546886914, - 0.0508142903604807, + 0.050814290360480706, 0.014565455660851531 ], "resistance": [ - 98116.27245886273, + 98116.2724588627, 96845.8869719227, - 95491.61024365001, + 95491.61024364998, 94827.76078024745, 94942.93749773952, 95916.75396626242, @@ -300298,9 +216425,9 @@ 98391.22377871533 ], "fuel": [ - 52.76687049326371, + 52.766870493263696, 52.10845648635051, - 51.41317668472834, + 51.413176684728334, 51.07485185096818, 51.13343304165915, 51.6307086940949, @@ -300325,68 +216452,7 @@ "id": "5453", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.63302135135772, - 16.63302135135772, - 16.63302135135772, - 16.63302135135772, - 16.63302135135772, - 16.63302135135772, - 16.63302135135772, - 16.63302135135772 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1119.3020737265924, - 297.3696754812663, - -665.3588053962103, - -1220.1779687429453, - -1208.0573167595076, - -620.8881238028989, - 348.82193735701367, - 1148.1649600226683 - ], - "relative wind speed": [ - 4.915008550962392, - 4.746013478865477, - 4.501348442729749, - 4.32378723470686, - 4.329153157372747, - 4.51378246866761, - 4.757808141692803, - 4.919729673977002 - ], - "relative wind angle": [ - 0.026144887326621173, - 0.06284482393854231, - 0.06514687588644537, - 0.026914155847606494, - 0.029683998711759724, - 0.06608274590339595, - 0.061630689481799755, - 0.023653308815811413 - ], - "resistance": [ - 97753.8020737266, - 96931.86967548128, - 95969.1411946038, - 95414.32203125706, - 95426.4426832405, - 96013.61187619712, - 96983.32193735703, - 97782.66496002268 - ], - "fuel": [ - 46.985083105461726, - 46.559515688836726, - 46.06424570622709, - 45.78038875841497, - 45.78657769614678, - 46.08704741029206, - 46.586082086806776, - 47.00007297110925 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -61.25, -67.1875 -61.09375, -67.03125 -61.09375, -67.03125 -61.25, -67.1875 -61.25))", @@ -300418,11 +216484,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1454.464161621585, + 1454.4641616215013, 290.413947879013, - -1008.3467274259892, + -1008.3467274260001, -1697.6323432720146, - -1632.6626007684972, + -1632.6626007685172, -767.7541188751184, 568.5832440483118, 1609.764453831347 @@ -300438,31 +216504,31 @@ 6.351909700487568 ], "relative wind angle": [ - 0.02410697245794243, + 0.02410697245795625, 0.05184086718901036, - 0.050562651450018835, + 0.050562651450021034, 0.01793229630345828, - 0.02660741063887765, - 0.05362925899107194, + 0.026607410638881824, + 0.05362925899107193, 0.04807116304477986, 0.016134954671719073 ], "resistance": [ - 98088.9641616216, + 98088.96416162152, 96924.91394787903, - 95626.15327257403, + 95626.15327257401, 94936.867656728, - 95001.83739923152, + 95001.8373992315, 95866.7458811249, 97203.08324404832, 98244.26445383136 ], "fuel": [ - 53.221517950027135, + 53.22151795002709, 52.61810326336108, - 51.95080909747123, + 51.95080909747122, 51.59920849577151, - 51.63227371935723, + 51.63227371935722, 52.07395023381518, 52.761840830513194, 53.30240297291736 @@ -300498,50 +216564,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1400.2026714647654, + 1400.2026714646454, 432.8010976746191, - -757.6070182244566, - -1487.2416811065414, + -757.6070182244694, + -1487.2416811065868, -1510.7899390031762, -845.0739477161969, 331.6941724995795, 1343.8433895452981 ], "relative wind speed": [ - 6.251224194533092, + 6.2512241945330915, 6.098217712557112, 5.8672809490987445, - 5.692685788603957, + 5.692685788603958, 5.684682721082492, 5.848517957563646, 6.080167418256892, 6.243937065819632 ], "relative wind angle": [ - 0.017047596792155666, - 0.045223084391211164, - 0.04830623009749882, - 0.02195679950362601, + 0.017047596792175202, + 0.04522308439121117, + 0.04830623009750112, + 0.02195679950363613, 0.018746768297312623, 0.04715526593636557, 0.04661362323353916, - 0.02001805332871299 + 0.020018053328712985 ], "resistance": [ - 98034.7026714648, + 98034.70267146468, 97067.30109767464, - 95876.89298177557, - 95147.2583188935, + 95876.89298177556, + 95147.25831889344, 95123.71006099685, 95789.42605228383, 96966.19417249961, 97978.34338954533 ], "fuel": [ - 52.873319886240864, + 52.8733198862408, 52.37168434981458, - 51.7591902818769, - 51.38638187925831, + 51.75919028187689, + 51.38638187925828, 51.37438284468158, 51.71439436314155, 52.31945745543341, @@ -300565,68 +216631,7 @@ "id": "5456", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.606499689639158, - 24.606499689639158, - 24.606499689639158, - 24.606499689639158, - 24.606499689639158, - 24.606499689639158, - 24.606499689639158, - 24.606499689639158 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1609.3253928524719, - 367.571460264302, - -1056.4470752985726, - -1843.8910079476154, - -1800.659749771963, - -895.458444054304, - 553.6345174802191, - 1712.9048848239836 - ], - "relative wind speed": [ - 7.126309324380813, - 6.949517089734436, - 6.70402955838338, - 6.533940833156104, - 6.546745243528793, - 6.734119845229427, - 6.978548957394061, - 7.138051208785146 - ], - "relative wind angle": [ - 0.019279490239381074, - 0.043483316104187084, - 0.043247280039754886, - 0.01649979381068671, - 0.02098648716472661, - 0.04487509129586645, - 0.04154503609338129, - 0.01510326563088489 - ], - "resistance": [ - 98243.82539285248, - 97002.0714602643, - 95578.05292470142, - 94790.60899205238, - 94833.84025022804, - 95739.0415559457, - 97188.13451748021, - 98347.40488482398 - ], - "fuel": [ - 57.50471487274649, - 56.86048447452508, - 56.12875671005794, - 55.727370866525085, - 55.74934738908532, - 56.21110194122329, - 56.95664980245844, - 57.55871188071414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -60.78125, -66.71875 -60.625, -66.5625 -60.625, -66.5625 -60.78125, -66.71875 -60.78125))", @@ -300658,9 +216663,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1624.6143802990919, + 1624.6143802989864, 385.1520990237441, - -1048.8772584262442, + -1048.8772584262697, -1851.784360507194, -1817.0163053855322, -919.1267124212281, @@ -300668,9 +216673,9 @@ 1707.992396646121 ], "relative wind speed": [ - 7.381092155124438, + 7.3810921551244375, 7.211364028972899, - 6.9739544824044435, + 6.973954482404443, 6.808090912715882, 6.817992785701042, 6.997269172323351, @@ -300678,19 +216683,19 @@ 7.390226326203169 ], "relative wind angle": [ - 0.01762456849783694, - 0.040377940845779885, - 0.040389367096304446, + 0.01762456849784954, + 0.04037794084577989, + 0.040389367096307194, 0.01573742928210988, 0.019080355015614968, - 0.04161408433872598, - 0.03893718047397576, + 0.04161408433872597, + 0.038937180473975756, 0.014497685889543546 ], "resistance": [ - 98259.11438029908, + 98259.11438029898, 97019.65209902375, - 95585.62274157375, + 95585.62274157372, 94782.7156394928, 94817.48369461446, 95715.37328757877, @@ -300698,9 +216703,9 @@ 98342.49239664612 ], "fuel": [ - 59.010934733972164, + 59.01093473397211, 58.36781746109702, - 57.63087856248812, + 57.63087856248811, 57.221611120695385, 57.2392838224705, 57.69724171486234, @@ -300725,68 +216730,7 @@ "id": "5458", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.53781704370835, - 21.53781704370835, - 21.53781704370835, - 21.53781704370835, - 21.53781704370835, - 21.53781704370835, - 21.53781704370835, - 21.53781704370835 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1481.7813362577435, - 444.27296098443185, - -819.2773631661348, - -1583.9785541097226, - -1600.5304584417754, - -880.6359413779119, - 373.3363855853768, - 1442.1995282566131 - ], - "relative wind speed": [ - 6.283094213373962, - 6.119104086375553, - 5.873946621846061, - 5.69025800906787, - 5.684639979313927, - 5.860799413787303, - 6.106484723001511, - 6.278006720192847 - ], - "relative wind angle": [ - 0.018529271070838838, - 0.048055453244781214, - 0.050973146922431274, - 0.022726444020216317, - 0.020480212119501153, - 0.050175156339850265, - 0.04903047523574846, - 0.020598471575070332 - ], - "resistance": [ - 98116.28133625777, - 97078.77296098447, - 95815.22263683389, - 95050.5214458903, - 95033.96954155825, - 95753.86405862212, - 97007.83638558541, - 98076.69952825663 - ], - "fuel": [ - 52.992009705381996, - 52.45384143531457, - 51.80383192357893, - 51.413331575933924, - 51.404903281798795, - 51.77241841655065, - 52.417192058633375, - 52.97140464778357 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -60.9375, -66.71875 -60.78125, -66.5625 -60.78125, -66.5625 -60.9375, -66.71875 -60.9375))", @@ -300818,53 +216762,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1313.5535215370055, + 1313.5535215369691, 236.56144353793752, - -950.3885484321218, + -950.3885484321254, -1565.483380230633, - -1494.5022438660453, + -1494.5022438660872, -686.4494561306619, - 541.6387001834428, + 541.6387001834755, 1483.5160084278305 ], "relative wind speed": [ - 6.39329181230653, + 6.393291812306529, 6.219900174304402, - 5.989067959674956, + 5.989067959674955, 5.836984464622732, - 5.86046761683826, + 5.860467616838261, 6.044179241799808, - 6.27298380834117, + 6.272983808341169, 6.414738751115942 ], "relative wind angle": [ - 0.02222704428534657, + 0.022227044285351563, 0.046465533417462, - 0.044509749943429364, - 0.015069680828050451, - 0.024248270690456798, + 0.04450974994342936, + 0.01506968082805045, + 0.024248270690465954, 0.04781743035951385, - 0.04249399212951689, + 0.04249399212951167, 0.0137123152703198 ], "resistance": [ - 97948.05352153703, + 97948.053521537, 96871.06144353797, 95684.11145156791, 95069.01661976939, - 95139.99775613399, + 95139.99775613395, 95948.05054386937, - 97176.13870018347, + 97176.13870018351, 98118.01600842786 ], "fuel": [ - 53.604569550808364, + 53.60456955080836, 53.046673897400545, 52.43681821308782, 52.12284434244626, - 52.159004658284935, + 52.1590046582849, 52.57197703354055, - 53.20426967174912, + 53.204269671749145, 53.69300660104402 ] }, @@ -300885,68 +216829,7 @@ "id": "5460", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.28973125190738, - 18.28973125190738, - 18.28973125190738, - 18.28973125190738, - 18.28973125190738, - 18.28973125190738, - 18.28973125190738, - 18.28973125190738 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1238.1427624835724, - 426.9168486838407, - -602.6587188616995, - -1261.1530579883674, - -1304.405563828339, - -762.3050010436818, - 242.29286710606357, - 1134.8941911951606 - ], - "relative wind speed": [ - 5.372066225379297, - 5.224484599775909, - 4.991710182411949, - 4.8081108150054686, - 4.79077107197327, - 4.951297169492176, - 5.185885888517191, - 5.356552378586839 - ], - "relative wind angle": [ - 0.018103281550844796, - 0.05253085806028985, - 0.05826972152734573, - 0.02845427160209648, - 0.02030015491346024, - 0.055432138335371424, - 0.05608558653512685, - 0.025540253049763262 - ], - "resistance": [ - 97872.64276248362, - 97061.41684868389, - 96031.84128113835, - 95373.34694201167, - 95330.0944361717, - 95872.19499895636, - 96876.79286710611, - 97769.3941911952 - ], - "fuel": [ - 48.8348895988201, - 48.41449072671626, - 47.88446339589038, - 47.54753746972486, - 47.52546331696885, - 47.80263043570015, - 48.3191557345136, - 48.78124743968594 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -61.09375, -66.71875 -60.9375, -66.5625 -60.9375, -66.5625 -61.09375, -66.71875 -61.09375))", @@ -300978,9 +216861,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1113.3851432687788, + 1113.3851432687552, 150.45718614451107, - -873.0562463157785, + -873.0562463157858, -1370.7025726720567, -1281.0256090820894, -540.9095005164727, @@ -300988,7 +216871,7 @@ 1327.7637125433757 ], "relative wind speed": [ - 5.655913327789133, + 5.655913327789132, 5.47825731306073, 5.249753939863962, 5.10599494822473, @@ -300998,17 +216881,17 @@ 5.686418672601216 ], "relative wind angle": [ - 0.026928014787358776, + 0.026928014787362894, 0.05300514769478849, - 0.049198735308221775, - 0.014665175817315308, + 0.04919873530822403, + 0.01466517581731531, 0.029632949375617057, 0.054494077251609055, - 0.04650186531631821, + 0.04650186531631822, 0.013168181582436789 ], "resistance": [ - 97747.88514326881, + 97747.88514326878, 96784.95718614454, 95761.44375368425, 95263.79742732797, @@ -301058,9 +216941,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1255.100920148152, + 1255.1009201480756, 360.12085010505507, - -720.1712640356509, + -720.1712640356363, -1364.5022741942194, -1371.094708211367, -744.7143558440348, @@ -301078,19 +216961,19 @@ 6.155266932224714 ], "relative wind angle": [ - 0.016898893746207736, + 0.016898893746220875, 0.04265968462973108, - 0.044601253025094253, - 0.019367330176863623, + 0.04460125302509176, + 0.01936733017686362, 0.01844831699917184, - 0.04426822536617309, - 0.043056814070333196, + 0.0442682253661731, + 0.04305681407033319, 0.017753805144258495 ], "resistance": [ - 97889.60092014814, + 97889.60092014806, 96994.62085010504, - 95914.32873596433, + 95914.32873596434, 95269.99772580576, 95263.40529178861, 95889.78564415596, @@ -301098,9 +216981,9 @@ 97873.80762998827 ], "fuel": [ - 52.46543172419731, + 52.465431724197266, 52.00171220445236, - 51.44594634876179, + 51.445946348761794, 51.11653201437188, 51.11316961522465, 51.43337038768115, @@ -301138,53 +217021,53 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 953.2169730480764, + 953.2169730480291, 183.63286933832205, - -671.9830084133591, + -671.9830084133682, -1122.5414737671072, - -1077.182335822563, + -1077.1823358225465, -503.5478276650065, - 378.33823236023636, + 378.3382323602509, 1061.7658284976715 ], "relative wind speed": [ - 5.324616542414286, + 5.324616542414285, 5.176229098540476, 4.976452852765871, 4.843023561132473, 4.861093612747021, 5.018807104787409, - 5.216961705805416, + 5.216961705805415, 5.341057500341808 ], "relative wind angle": [ - 0.022609956007865854, + 0.022609956007875676, 0.04813215377592516, - 0.04660152662342284, + 0.04660152662342522, 0.016272604257087035, - 0.02476631912616334, + 0.024766319126158853, 0.049643109465842834, - 0.04445168398516697, + 0.04445168398516197, 0.014755128056594001 ], "resistance": [ - 97587.71697304805, + 97587.716973048, 96818.1328693383, - 95962.51699158661, + 95962.5169915866, 95511.95852623286, - 95557.3176641774, + 95557.31766417742, 96130.95217233496, - 97012.83823236021, + 97012.83823236023, 97696.26582849765 ], "fuel": [ - 48.73167886640922, + 48.73167886640918, 48.33361619552814, - 47.893641261070975, + 47.89364126107097, 47.66304994731961, - 47.686230104723386, + 47.68623010472341, 47.98003867978185, - 48.43411810165459, + 48.4341181016546, 48.78800244372938 ] }, @@ -301205,68 +217088,7 @@ "id": "5464", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 76047.37911468164, - "wind resistance": [ - 2016.5921049762655, - 1187.961045631091, - -302.1654925807088, - -1590.603904024225, - -1934.0164068105005, - -1587.8795178452492, - -297.5404930221266, - 1191.8253298586496 - ], - "relative wind speed": [ - 7.671836721468353, - 7.583760775879309, - 7.367305867789205, - 7.144517064438951, - 7.0503972968043955, - 7.145050959782685, - 7.368038068176342, - 7.584263750661474 - ], - "relative wind angle": [ - 4.7762510462022506e-05, - 0.029009614221574945, - 0.042188000427839406, - 0.030721101890633356, - 5.197241775598783e-05, - 0.03079136633884186, - 0.042183805497435126, - 0.028939334798053034 - ], - "resistance": [ - 78063.9712196579, - 77235.34016031273, - 75745.21362210093, - 74456.77521065742, - 74113.36270787113, - 74459.4995968364, - 75749.83862165951, - 77239.20444454029 - ], - "fuel": [ - 50.79932287628997, - 50.43100859667147, - 49.77509789672014, - 49.214625182679804, - 49.06628284328264, - 49.21580377789955, - 49.777120905433975, - 50.43272028425729 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -60.15625, -66.09375 -60, -65.9375 -60, -65.9375 -60.15625, -66.09375 -60.15625))", @@ -301285,68 +217107,7 @@ "id": "5465", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 75591.58568457581, - "wind resistance": [ - 1758.4448864792867, - 785.537042605014, - -618.8685207868439, - -1643.0883858409252, - -1807.8935808717106, - -1236.2222361582972, - 72.27968469083862, - 1362.574626073776 - ], - "relative wind speed": [ - 7.6421674826240205, - 7.524761025960094, - 7.311793662733837, - 7.125624784999662, - 7.08047386393948, - 7.205123557066736, - 7.421152700491436, - 7.600085880686121 - ], - "relative wind angle": [ - 0.007160242577994857, - 0.03153932903167585, - 0.0384206258938103, - 0.02244227198695529, - 0.0077282751378316295, - 0.03293898875759536, - 0.037854182116234925, - 0.021041023484002948 - ], - "resistance": [ - 77350.0305710551, - 76377.12272718083, - 74972.71716378897, - 73948.49729873489, - 73783.6921037041, - 74355.36344841751, - 75663.86536926666, - 76954.16031064959 - ], - "fuel": [ - 50.48183444834814, - 50.05223705846791, - 49.43831919870354, - 48.99522258827761, - 48.924289371649934, - 49.170773143801625, - 49.739528586629746, - 50.30660889066543 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -60.3125, -66.25 -60.15625, -66.09375 -60.15625, -66.09375 -60.3125, -66.25 -60.3125))", @@ -301378,9 +217139,9 @@ ], "ice resistance": 91805.30438962347, "wind resistance": [ - 2066.250980445071, + 2066.2509804445617, 1082.836101927518, - -497.48248956307, + -497.4824895630918, -1761.4409290253207, -2040.5683584870967, -1540.3085469040234, @@ -301388,9 +217149,9 @@ 1396.5085092027875 ], "relative wind speed": [ - 7.684403198413169, + 7.684403198413168, 7.572756887722741, - 7.3384958894844186, + 7.338495889484418, 7.114555703689754, 7.037951211247301, 7.157944040513845, @@ -301398,19 +217159,19 @@ 7.613534455610973 ], "relative wind angle": [ - 0.0038705730912484684, + 0.0038705730913058357, 0.03296472208802362, - 0.044059878876841256, + 0.044059878876843775, 0.029173310874608515, - 0.0042260961491246965, + 0.004226096149124697, 0.03487582740133692, - 0.04370571259284464, - 0.027260848796987938 + 0.043705712592844635, + 0.02726084879698794 ], "resistance": [ - 93871.55537006854, + 93871.55537006803, 92888.14049155099, - 91307.8219000604, + 91307.82190006039, 90043.86346059815, 89764.73603113637, 90264.99584271945, @@ -301418,9 +217179,9 @@ 93201.81289882626 ], "fuel": [ - 58.314838268195714, + 58.31483826819547, 57.82016284951625, - 57.03277203934494, + 57.032772039344934, 56.40969576043048, 56.27289949511486, 56.51827532029385, @@ -301445,68 +217206,7 @@ "id": "5467", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 73066.66961426166, - "wind resistance": [ - 1741.8252603709916, - 666.6040928616203, - -769.6401713747036, - -1737.8321716807804, - -1840.3339725158658, - -1153.2359857973388, - 223.3941904908679, - 1495.7172000189712 - ], - "relative wind speed": [ - 7.643780318649405, - 7.509446546270266, - 7.28796220819858, - 7.107393884689648, - 7.079294648204404, - 7.221634361041625, - 7.445092150385835, - 7.617659906017313 - ], - "relative wind angle": [ - 0.010286023003981092, - 0.033987992640356846, - 0.03873916474954749, - 0.020260931546931246, - 0.011106237842979599, - 0.03534310906704879, - 0.03792117169172965, - 0.01890359334425132 - ], - "resistance": [ - 74808.49487463266, - 73733.27370712327, - 72297.02944288695, - 71328.83744258087, - 71226.3356417458, - 71913.43362846432, - 73290.06380475253, - 74562.38681428063 - ], - "fuel": [ - 49.36701081126844, - 48.90260915823549, - 48.28898810647836, - 47.87966893806848, - 47.8365387966537, - 48.126399416738984, - 48.71243328479332, - 49.260333977557664 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -60.46875, -66.25 -60.3125, -66.09375 -60.3125, -66.09375 -60.46875, -66.25 -60.46875))", @@ -301538,54 +217238,54 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2023.0112592233672, + 2023.0112592232617, 882.6383333934536, - -733.253387631903, + -733.2533876319067, -1894.2351484958272, - -2069.974767813321, + -2069.9747678133863, -1387.106773296171, - 126.90023858078712, - 1602.0954826877714 + 126.9002385807762, + 1602.0954826877933 ], "relative wind speed": [ - 7.369384686096193, + 7.369384686096192, 7.225450593891567, - 6.968206316714947, + 6.968206316714946, 6.744847273048135, 6.694218265664424, 6.849324970773124, - 7.110871224239558, - 7.323074771110794 + 7.110871224239559, + 7.323074771110793 ], "relative wind angle": [ - 0.009690870452427357, - 0.04003830246443255, + 0.009690870452438813, + 0.04003830246443256, 0.04846769163485985, 0.027909658328447988, - 0.010668309029582617, + 0.010668309029593023, 0.04223825062045036, - 0.04749454842584995, - 0.025705414837777506 + 0.04749454842585229, + 0.025705414837773187 ], "resistance": [ - 98657.51125922333, + 98657.51125922323, 97517.13833339342, 95901.24661236806, 94740.26485150415, - 94564.52523218666, + 94564.52523218658, 95247.3932267038, - 96761.40023858075, - 98236.59548268774 + 96761.40023858074, + 98236.59548268776 ], "fuel": [ - 58.83237765487044, + 58.83237765487037, 58.238773887377434, 57.405932496574245, 56.81355288018452, - 56.724320518761104, + 56.724320518761076, 57.07169325927039, - 57.84805198829381, - 58.61271293070343 + 57.848051988293804, + 58.61271293070344 ] }, { @@ -301618,9 +217318,9 @@ ], "ice resistance": 88254.09572831469, "wind resistance": [ - 1548.3048665660062, + 1548.3048665658534, 434.5708589656824, - -908.3889689276584, + -908.3889689276693, -1705.335650540077, -1710.9886637228556, -929.5703868651835, @@ -301628,9 +217328,9 @@ 1534.7248593165605 ], "relative wind speed": [ - 7.618805065045198, + 7.618805065045196, 7.4734217768126605, - 7.26133734267026, + 7.261337342670259, 7.1064577484891895, 7.10490929339831, 7.257678253576575, @@ -301638,19 +217338,19 @@ 7.617360760494016 ], "relative wind angle": [ - 0.013693932736420049, - 0.03419167186213323, - 0.035396701714817486, - 0.015189124943683676, - 0.014684479222323996, + 0.013693932736436265, + 0.034191671862133226, + 0.03539670171481748, + 0.015189124943683675, + 0.014684479222323995, 0.03520847600297806, 0.03440816955494631, 0.014170306477055153 ], "resistance": [ - 89802.40059488069, + 89802.40059488054, 88688.66658728037, - 87345.70675938703, + 87345.70675938702, 86548.76007777461, 86543.10706459184, 87324.52534144951, @@ -301658,9 +217358,9 @@ 89788.82058763124 ], "fuel": [ - 56.29134142549662, + 56.29134142549654, 55.74824679533884, - 55.09951216502887, + 55.09951216502886, 54.71770937777312, 54.71500956246781, 55.0893339578007, @@ -301698,54 +217398,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1526.5152415529574, + 1526.5152415528628, 535.8834799007873, - -734.411786962819, + -734.4117869628535, -1554.9363488938343, -1615.376133695394, -958.6305787670226, 276.6773548457404, - 1381.9354202694103 + 1381.935420269352 ], "relative wind speed": [ - 6.333410794957243, + 6.333410794957241, 6.181300410562252, 5.939938654514871, 5.748831232370342, 5.728488345408016, 5.892299742506259, 6.135535820265126, - 6.314951344458616 + 6.314951344458617 ], "relative wind angle": [ - 0.015461731132488424, - 0.045822199695985055, - 0.05094869309769428, - 0.025165967301037994, + 0.015461731132502788, + 0.04582219969598505, + 0.05094869309770082, + 0.02516596730103799, 0.017094625425682467, 0.048071341401290726, 0.049323139455103616, - 0.022909484980666278 + 0.022909484980675975 ], "resistance": [ - 98161.01524155296, + 98161.01524155286, 97170.38347990079, - 95900.08821303718, + 95900.08821303715, 95079.56365110616, 95019.12386630461, 95675.86942123297, 96911.17735484574, - 98016.43542026941 + 98016.43542026935 ], "fuel": [ - 53.246359666012786, + 53.24635966601274, 52.73225557258544, - 52.07835916679478, + 52.078359166794776, 51.65917830755921, 51.62840053740507, 51.963563898223576, 52.598339181032244, - 53.17110008740328 + 53.17110008740325 ] }, { @@ -301778,9 +217478,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1276.7440658638006, + 1276.7440658637315, 54.69808154154089, - -1173.439255229081, + -1173.4392552290847, -1700.576463626865, -1536.7089272482553, -561.8477671237379, @@ -301788,9 +217488,9 @@ 1669.7467087478253 ], "relative wind speed": [ - 6.924251965439911, + 6.92425196543991, 6.737403060855141, - 6.5129527732407935, + 6.512952773240793, 6.384769585737212, 6.43438033840043, 6.629774929488351, @@ -301798,17 +217498,17 @@ 6.970023884976117 ], "relative wind angle": [ - 0.024385782485185054, + 0.02438578248519416, 0.04344831063556433, - 0.037628406817384843, + 0.03762840681738484, 0.008436696782303032, 0.026242767661693756, - 0.044154107964173406, + 0.04415410796417341, 0.03577404595427389, 0.007728275124844882 ], "resistance": [ - 97911.24406586384, + 97911.24406586376, 96689.19808154157, 95461.06074477095, 94933.92353637316, @@ -301818,7 +217518,7 @@ 98304.24670874786 ], "fuel": [ - 56.460814792220276, + 56.460814792220255, 55.82827654693675, 55.19818399780826, 54.929459162062926, @@ -301858,54 +217558,54 @@ ], "ice resistance": 57793.39862142686, "wind resistance": [ - 1222.8681307845873, + 1222.8681307844854, 342.61227099980897, - -722.4476593087493, + -722.4476593088111, -1355.5936465986306, -1361.5559703577783, -744.906635018935, 316.6720989362766, - 1208.5120058884277 + 1208.5120058883476 ], "relative wind speed": [ - 7.565221104345695, + 7.565221104345693, 7.449799206177793, 7.2818461301386, 7.159557419680734, 7.157929678798837, 7.2779818240979015, 7.446022064246935, - 7.5636806647664105 + 7.563680664766411 ], "relative wind angle": [ - 0.010855068702602791, - 0.027128273671587884, - 0.027971609178679028, - 0.012003971556930863, + 0.010855068702613017, + 0.02712827367158788, + 0.027971609178686966, + 0.012003971556930861, 0.01147275640983694, - 0.027768876202577862, + 0.027768876202577866, 0.027354712837240797, - 0.011362577660204345 + 0.011362577660214115 ], "resistance": [ - 59016.26675221145, + 59016.26675221135, 58136.01089242667, - 57070.950962118106, + 57070.95096211805, 56437.80497482823, 56431.84265106908, 57048.49198640793, 58110.07072036313, - 59001.91062731529 + 59001.91062731521 ], "fuel": [ - 42.978559638412214, + 42.97855963841218, 42.64977369862745, - 42.25581603788013, + 42.255816037880116, 42.02362055520145, 42.021441064399774, 42.24755407409123, 42.64012847369532, - 42.973174328434794 + 42.973174328434766 ] }, { @@ -301938,9 +217638,9 @@ ], "ice resistance": 51537.44960077032, "wind resistance": [ - 1364.8620761741768, + 1364.862076173944, 511.345701360915, - -623.387244974263, + -623.3872449742375, -1382.31750932254, -1458.314578849735, -909.3874353567917, @@ -301948,9 +217648,9 @@ 1181.9497043008305 ], "relative wind speed": [ - 7.583759490923123, + 7.583759490923121, 7.476125860459211, - 7.300907499826046, + 7.300907499826045, 7.159784075516795, 7.139024451008154, 7.25166327450688, @@ -301958,19 +217658,19 @@ 7.564163543990501 ], "relative wind angle": [ - 0.008386034110107781, + 0.008386034110134258, 0.027051167470536295, - 0.03046336703568887, - 0.015681791770684596, + 0.030463367035685227, + 0.0156817917706846, 0.008908466693249942, 0.027888703056996113, 0.02994180928808337, - 0.014843381349461972 + 0.01484338134946197 ], "resistance": [ - 52902.3116769445, + 52902.311676944264, 52048.795302131235, - 50914.06235579606, + 50914.06235579608, 50155.132091447784, 50079.135021920585, 50628.06216541353, @@ -301978,9 +217678,9 @@ 52719.39930507115 ], "fuel": [ - 40.75445950342449, + 40.75445950342441, 40.455036381529446, - 40.06115691762456, + 40.061156917624565, 39.80039695500492, 39.77440326470064, 39.96263879556466, @@ -302018,53 +217718,53 @@ ], "ice resistance": 60762.63118169943, "wind resistance": [ - 1213.6830705539942, + 1213.6830705538814, 119.40743733440468, - -1026.4310890662164, + -1026.4310890662528, -1561.3485268099757, -1446.5115759399196, -594.8103818818818, - 617.9870884485281, + 617.9870884485208, 1489.9257480232773 ], "relative wind speed": [ - 7.572097828430872, + 7.572097828430871, 7.421500222599076, - 7.234187965873985, + 7.234187965873984, 7.121038584741068, 7.152432780343761, 7.3085767866682065, - 7.494029935559874, + 7.494029935559873, 7.601629409231447 ], "relative wind angle": [ - 0.01716567559609394, + 0.017165675596106874, 0.03238489495816169, - 0.029014273063497367, + 0.029014273063501194, 0.007933167168018455, 0.01817296996044393, - 0.03288544691759484, - 0.028007987614629935, + 0.03288544691759483, + 0.028007987614629932, 0.007431606291580191 ], "resistance": [ - 61976.31425225342, + 61976.31425225331, 60882.03861903383, - 59736.20009263321, + 59736.200092633175, 59201.28265488945, 59316.11960575951, 60167.82079981755, - 61380.618270147956, + 61380.61827014795, 62252.556929722705 ], "fuel": [ - 44.10532173749679, + 44.105321737496745, 43.684979744511736, - 43.24960660559641, + 43.2496066055964, 43.04803195369262, 43.09121657674078, 43.41303178886593, - 43.875945607302874, + 43.87594560730287, 44.21213869169396 ] }, @@ -302098,19 +217798,19 @@ ], "ice resistance": 64008.201105570035, "wind resistance": [ - 1141.720974090389, + 1141.7209740902908, -111.56693242977053, - -1279.894009774609, + -1279.8940097745835, -1687.8919921569868, - -1456.7786542608883, + -1456.7786542609247, -412.1348726742435, 890.8688823182238, 1697.4395912169966 ], "relative wind speed": [ - 7.568260381780839, + 7.568260381780838, 7.389709020251288, - 7.192487807538347, + 7.192487807538346, 7.094750429514915, 7.157974457516173, 7.342163450707439, @@ -302118,31 +217818,31 @@ 7.62756054605831 ], "relative wind angle": [ - 0.022669886126263274, + 0.022669886126273072, 0.03605882061056063, - 0.028533459202682115, + 0.028533459202678222, 0.003352956998233229, - 0.02396953711139903, + 0.023969537111403663, 0.03629242857407935, 0.027234416081313443, 0.0031187411689327363 ], "resistance": [ - 65149.92207966042, + 65149.922079660326, 63896.634173140264, - 62728.307095795426, + 62728.30709579545, 62320.30911341305, - 62551.42245130915, + 62551.42245130911, 63596.06623289579, 64899.06998788826, 65705.64069678703 ], "fuel": [ - 45.34959363108605, + 45.349593631086016, 44.8537410816863, - 44.39676641629015, + 44.39676641629016, 44.23838032978823, - 44.32802318786207, + 44.32802318786206, 44.73569290637834, 45.249878311739245, 45.571329290148604 @@ -302178,14 +217878,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1303.5624472110285, + 1303.5624472109466, 310.52180594101446, -833.4782976956867, -1472.6014410951066, - -1442.513388301857, + -1442.513388301837, -721.9973015367104, 439.409386202904, - 1375.4991627163436 + 1375.4991627163145 ], "relative wind speed": [ 5.967261226715919, @@ -302195,37 +217895,37 @@ 5.405870904736515, 5.586556688662942, 5.8225742741497895, - 5.976983117691112 + 5.976983117691113 ], "relative wind angle": [ - 0.021911574552895753, + 0.02191157455291095, 0.050203861700248736, 0.05050679439355133, - 0.019664549916202693, - 0.024187476542141297, - 0.05210975178537059, + 0.01966454991620269, + 0.024187476542136703, + 0.052109751785370584, 0.04823957075180497, - 0.01774998145736432 + 0.017749981457370577 ], "resistance": [ - 97938.06244721104, + 97938.06244721096, 96945.02180594103, 95801.02170230432, 95161.89855890491, - 95191.98661169816, + 95191.98661169817, 95912.5026984633, 97073.90938620293, - 98009.99916271635 + 98009.99916271633 ], "fuel": [ - 51.49273657025209, + 51.49273657025205, 50.978210645332915, 50.39001638531433, 50.063527848591605, 50.07886388279037, 50.44712082539133, 51.04478417548047, - 51.530151805943056 + 51.530151805943035 ] }, { @@ -302245,68 +217945,7 @@ "id": "5477", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.528439196962672, - 22.528439196962672, - 22.528439196962672, - 22.528439196962672, - 22.528439196962672, - 22.528439196962672, - 22.528439196962672, - 22.528439196962672 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1284.0376824976993, - 237.50636149128695, - -922.029009802076, - -1527.6183815574823, - -1462.6996666079322, - -680.1134382308428, - 517.089071911174, - 1439.6247839139432 - ], - "relative wind speed": [ - 6.514344929274418, - 6.349413145327301, - 6.129130266105345, - 5.983349960673651, - 6.004342010096109, - 6.1784921738004295, - 6.39707550470367, - 6.533631155787331 - ], - "relative wind angle": [ - 0.020584321814518115, - 0.04335086588887473, - 0.04162642130430037, - 0.014297340622449292, - 0.022333013265696793, - 0.044550901715318274, - 0.039881929113739716, - 0.013093105521918752 - ], - "resistance": [ - 97918.53768249771, - 96872.00636149131, - 95712.47099019794, - 95106.88161844254, - 95171.80033339208, - 95954.38656176918, - 97151.58907191119, - 98074.12478391395 - ], - "fuel": [ - 54.25665123334494, - 53.714590271484376, - 53.11875701749173, - 52.80956057298268, - 52.8426408903423, - 53.24265357529069, - 53.85900388115906, - 54.33758705015417 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -61.5625, -67.1875 -61.40625, -67.03125 -61.40625, -67.03125 -61.5625, -67.1875 -61.5625))", @@ -302338,19 +217977,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1080.728430742718, + 1080.7284307427108, 373.1483386862383, - -527.83200725407, + -527.8320072540828, -1105.286378013383, -1144.2894537755747, -672.3287844828683, - 206.0885730981754, + 206.0885730981663, 987.4808883559872 ], "relative wind speed": [ - 5.246561394494973, + 5.246561394494972, 5.114998723292792, - 4.907631732791884, + 4.9076317327918835, 4.744343475459271, 4.728454344357396, 4.870469691271106, @@ -302359,18 +217998,18 @@ ], "relative wind angle": [ 0.01638804021750652, - 0.047721099604189625, - 0.052818273639555366, + 0.04772109960418963, + 0.05281827363955747, 0.025804299456736624, 0.018183901673660838, 0.050118966976323315, - 0.05103101941036436, + 0.05103101941036653, 0.023397824901716737 ], "resistance": [ - 97715.22843074273, + 97715.22843074272, 97007.64833868625, - 96106.66799274595, + 96106.66799274593, 95529.21362198664, 95490.21054622444, 95962.17121551714, @@ -302378,7 +218017,7 @@ 97621.980888356 ], "fuel": [ - 48.37431597098931, + 48.3743159709893, 48.007907139646846, 47.54404555754162, 47.24833677980811, @@ -302418,53 +218057,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1046.5281852376083, + 1046.5281852375774, 293.1586434218716, - -610.3571565124967, + -610.357156512513, -1144.5111997121385, - -1146.0193331831106, + -1146.0193331831524, -615.9703637678886, - 286.67095008748583, + 286.67095008749675, 1042.9155913495706 ], "relative wind speed": [ 5.613226698043693, 5.479261906655814, - 5.283459562107444, + 5.283459562107443, 5.1401052664932525, - 5.139537093864113, + 5.139537093864114, 5.282124994839308, 5.477975041784244, 5.612706419563025 ], "relative wind angle": [ - 0.01734422017775816, - 0.04314701578035502, - 0.0448499978440156, - 0.019196060075471758, - 0.01894294745603776, + 0.01734422017776456, + 0.04314701578035503, + 0.04484999784401807, + 0.01919606007547176, + 0.01894294745604948, 0.0447583845942785, - 0.04325642274848845, - 0.017579539079398156 + 0.04325642274848589, + 0.01757953907939816 ], "resistance": [ - 97681.02818523764, + 97681.0281852376, 96927.6586434219, - 96024.14284348753, + 96024.14284348751, 95489.98880028789, - 95488.48066681692, + 95488.48066681687, 96018.52963623214, - 96921.17095008751, + 96921.17095008753, 97677.41559134959 ], "fuel": [ - 49.97673584478509, + 49.97673584478508, 49.586775748013835, 49.121881999835914, 48.848467895393895, - 48.84769743952789, + 48.84769743952787, 49.1190032825673, - 49.58342675183191, + 49.583426751831915, 49.97486085000595 ] }, @@ -302498,9 +218137,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1295.9283656823027, + 1295.9283656822008, 475.7646115062071, - -597.3366756158284, + -597.3366756158539, -1305.649436502481, -1369.5825326166068, -835.4735337232505, @@ -302508,9 +218147,9 @@ 1142.7320465123157 ], "relative wind speed": [ - 6.14139753561095, + 6.141397535610948, 6.01267861924346, - 5.804488190682616, + 5.804488190682615, 5.637132669307371, 5.615115632703878, 5.752737007784751, @@ -302518,19 +218157,19 @@ 6.121194534375726 ], "relative wind angle": [ - 0.012896851188346228, + 0.012896851188363445, 0.04027418914652939, - 0.04535371963803159, + 0.045353719638036485, 0.023077797021622347, 0.014105697227184228, 0.042095060083669374, - 0.044149273196268046, + 0.04414927319626805, 0.021252526503841893 ], "resistance": [ - 97930.42836568231, + 97930.42836568222, 97110.26461150622, - 96037.1633243842, + 96037.16332438416, 95328.85056349753, 95264.9174673834, 95799.02646627676, @@ -302538,9 +218177,9 @@ 97777.23204651233 ], "fuel": [ - 52.39048831737537, + 52.390488317375315, 51.965294902883585, - 51.41275230265357, + 51.41275230265356, 51.050387854115094, 51.017772294619924, 51.29071598089621, @@ -302578,9 +218217,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 941.9345820007911, + 941.9345820007875, 306.98554923835036, - -487.99754274989573, + -487.99754274990846, -985.9977937704152, -1010.8268308739152, -580.3279771185989, @@ -302588,9 +218227,9 @@ 882.481087240636 ], "relative wind speed": [ - 5.181813462956116, + 5.181813462956115, 5.061520590728725, - 4.87650547908946, + 4.8765054790894595, 4.734153830857897, 4.723994236698808, 4.852661292823345, @@ -302598,12 +218237,12 @@ 5.172533211010857 ], "relative wind angle": [ - 0.015653428971050192, - 0.0433283277479667, - 0.046964894143440995, + 0.015653428971050196, + 0.04332832774796671, + 0.04696489414344336, 0.022082188091139744, 0.017170601438016162, - 0.045194430165707226, + 0.04519443016570723, 0.045453382068732714, 0.02021042529472676 ], @@ -302658,9 +218297,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1443.9924310056085, + 1443.9924310056049, 529.3115845325738, - -669.6414207823509, + -669.6414207823582, -1461.4419605856165, -1533.2770631187668, -938.0754601197004, @@ -302668,9 +218307,9 @@ 1271.6251412915735 ], "relative wind speed": [ - 6.822381778572104, + 6.822381778572103, 6.693301882516797, - 6.48490526905896, + 6.484905269058959, 6.317812401044846, 6.295689086672122, 6.432752452732205, @@ -302678,12 +218317,12 @@ 6.8018997841661175 ], "relative wind angle": [ - 0.011580334057479135, - 0.03617711950707719, + 0.011580334057479134, + 0.036177119507077186, 0.040623250731374336, 0.020635738280123418, 0.012549185134458398, - 0.03764310095195486, + 0.03764310095195487, 0.03965723887192308, 0.019166917624641053 ], @@ -302738,51 +218377,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 918.8446754277575, + 918.8446754277284, 171.7355067091521, - -658.8890738299306, - -1094.4891654908242, - -1049.8962274854912, + -658.8890738299197, + -1094.4891654907933, + -1049.8962274854675, -492.27396083764506, 364.26196686006915, 1025.839056836423 ], "relative wind speed": [ - 5.745733257453091, + 5.74573325745309, 5.612519051919844, - 5.4344973724688135, - 5.316543797816798, + 5.434497372468813, + 5.316543797816797, 5.332808695508209, 5.472835566735697, 5.649649330473532, 5.76078651701191 ], "relative wind angle": [ - 0.01873687070029214, + 0.018736870700298062, 0.03958955228504951, - 0.03800738994635846, - 0.013147625035342135, - 0.02018787485393888, + 0.03800738994635554, + 0.01314762503533369, + 0.02018787485393338, 0.04060054726824291, 0.03655932098649567, 0.012133694852057232 ], "resistance": [ - 97553.34467542774, + 97553.34467542771, 96806.23550670914, - 95975.61092617005, - 95540.01083450916, - 95584.6037725145, + 95975.61092617006, + 95540.01083450919, + 95584.60377251451, 96142.22603916234, 96998.76196686005, 97660.33905683641 ], "fuel": [ - 50.627010009465984, + 50.62701000946598, 50.24063667674035, - 49.813510921982484, - 49.59054180745963, - 49.613335000246025, + 49.81351092198249, + 49.59054180745964, + 49.61333500024604, 49.898982305952075, 50.34000458542967, 50.68251301079134 @@ -302818,9 +218457,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 834.4686711149934, + 834.4686711149716, 36.66142614746059, - -763.5395797606907, + -763.5395797606943, -1106.4706562584452, -998.3662632088126, -361.5494931667654, @@ -302828,9 +218467,9 @@ 1093.3338482518811 ], "relative wind speed": [ - 5.293287480724315, + 5.293287480724314, 5.13333935194816, - 4.940752108172686, + 4.940752108172685, 4.830628987246505, 4.873740490720479, 5.041930763330798, @@ -302838,17 +218477,17 @@ 5.332659965913338 ], "relative wind angle": [ - 0.02742396565697104, + 0.027423965656975087, 0.048920562156856466, 0.042487934708928976, 0.00947303508760459, - 0.02978537799386207, - 0.04980820387758626, - 0.040130720689062406, + 0.029785377993862074, + 0.04980820387758627, + 0.0401307206890624, 0.00858119500976921 ], "resistance": [ - 97468.96867111498, + 97468.96867111496, 96671.16142614745, 95870.9604202393, 95528.02934374154, @@ -302858,7 +218497,7 @@ 97727.83384825187 ], "fuel": [ - 48.62927913689795, + 48.62927913689793, 48.21701263705518, 47.80588826573138, 47.630427734829524, @@ -302898,9 +218537,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 737.7661941213046, + 737.7661941212718, 144.26215697374755, - -517.2826445837418, + -517.2826445837436, -867.0731595488423, -833.252324179085, -391.6440823955345, @@ -302910,7 +218549,7 @@ "relative wind speed": [ 4.705605435360386, 4.576247540918443, - 4.401682579632813, + 4.401682579632812, 4.284750833568063, 4.299985694867681, 4.4374044140237885, @@ -302918,17 +218557,17 @@ 4.719481940170731 ], "relative wind angle": [ - 0.022224971848587946, - 0.047522203399307524, + 0.022224971848597938, + 0.04752220339930752, 0.04610432032734129, - 0.016221604722458465, - 0.02432185990579282, - 0.04901031182435991, + 0.01622160472245847, + 0.024321859905792817, + 0.049010311824359915, 0.044013676804818824, - 0.014727251735750957 + 0.014727251735750955 ], "resistance": [ - 97372.26619412132, + 97372.26619412129, 96778.76215697377, 96117.21735541627, 95767.42684045117, @@ -302938,7 +218577,7 @@ 97453.21604667461 ], "fuel": [ - 46.355326260566976, + 46.35532626056696, 46.048621308310665, 45.708299683898936, 45.529013463637305, @@ -302978,11 +218617,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1032.9045675008201, + 1032.904567500762, 220.61549656880743, - -695.8181862055862, + -695.8181862055953, -1191.2764219006694, - -1153.1059320892928, + -1153.1059320893091, -554.4764842995992, 384.0332045347059, 1124.142606984542 @@ -302998,31 +218637,31 @@ 5.323892863722308 ], "relative wind angle": [ - 0.023484025883399345, + 0.02348402588341353, 0.05161378838916565, - 0.05090798582658063, + 0.050907985826582826, 0.01868641940388715, - 0.025939150710272255, + 0.02593915071027654, 0.05347100388934527, - 0.048461985724932856, + 0.04846198572493285, 0.01682007913213903 ], "resistance": [ - 97667.40456750081, + 97667.40456750075, 96855.11549656879, 95938.68181379439, 95443.22357809932, - 95481.39406791069, + 95481.39406791067, 96080.02351570039, 97018.53320453469, 97758.64260698453 ], "fuel": [ - 48.63371748493002, + 48.63371748492998, 48.213389609212406, 47.74211851624866, 47.48863328158651, - 47.50812950698281, + 47.5081295069828, 47.814598900736, 48.29775460742886, 48.68108298187869 @@ -303058,9 +218697,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 918.6741138334237, + 918.6741138333564, 202.34923168876412, - -615.7254455725106, + -615.725445572536, -1064.137250242442, -1036.4357959751615, -512.198688133316, @@ -303068,7 +218707,7 @@ 985.1462439256611 ], "relative wind speed": [ - 5.711017741401703, + 5.711017741401702, 5.583711485425321, 5.408509025597776, 5.288315088900538, @@ -303078,19 +218717,19 @@ 5.720432035352869 ], "relative wind angle": [ - 0.01738473379328013, - 0.038707747595669265, - 0.038153266692672785, - 0.01431061925214776, + 0.017384733793292896, + 0.03870774759566926, + 0.03815326669267861, + 0.014310619252147758, 0.018738453883628756, 0.03978590634432818, 0.036802466445224655, 0.013229540656719448 ], "resistance": [ - 97553.17411383342, + 97553.17411383336, 96836.84923168877, - 96018.7745544275, + 96018.77455442747, 95570.36274975757, 95598.06420402483, 96122.30131186669, @@ -303098,9 +218737,9 @@ 97619.64624392566 ], "fuel": [ - 50.47369540902976, + 50.47369540902973, 50.10320183736619, - 49.68241723121349, + 49.68241723121347, 49.452828896796134, 49.46699045037559, 49.73552958620569, @@ -303138,51 +218777,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 951.1608543143011, + 951.160854314272, 267.2914777764181, - -552.7876122278176, - -1037.8906012741845, - -1039.387327769924, + -552.7876122278267, + -1037.8906012741518, + -1039.387327769904, -558.3514220368615, 260.86035894598535, 947.577469115964 ], "relative wind speed": [ - 5.255439566318047, + 5.255439566318046, 5.1255119049877615, 4.935344838976763, - 4.795900996405157, + 4.795900996405156, 4.795297224385628, 4.933928274433105, 5.124147912171071, 5.254888594261703 ], "relative wind angle": [ - 0.01798243783196253, + 0.017982437831968703, 0.04479795846247833, - 0.0466422122580334, - 0.019995856429279733, - 0.019708192298550472, + 0.04664221225803579, + 0.019995856429268623, + 0.019708192298544838, 0.04653868925893046, 0.04492246580768963, 0.018249117617454777 ], "resistance": [ - 97585.66085431428, + 97585.66085431425, 96901.79147777641, 96081.71238777216, - 95596.6093987258, - 95595.11267223005, + 95596.60939872584, + 95595.11267223008, 96076.14857796312, 96895.36035894597, 97582.07746911595 ], "fuel": [ - 48.45861259052212, + 48.45861259052211, 48.1047815106943, 47.682770799078064, - 47.43431596324654, - 47.43355074098613, + 47.434315963246554, + 47.433550740986135, 47.67991622276327, 48.10146233703479, 48.456754026954414 @@ -303218,9 +218857,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 937.5747451826082, + 937.5747451825227, 244.5763464214142, - -573.148950187031, + -573.1489501870255, -1045.0620353978975, -1036.8900233089316, -542.6887172313582, @@ -303230,7 +218869,7 @@ "relative wind speed": [ 5.462456732322799, 5.33510047451663, - 5.152692882525521, + 5.15269288252552, 5.021943322733741, 5.025096841290456, 5.160109954609341, @@ -303238,19 +218877,19 @@ 5.4653560798996415 ], "relative wind angle": [ - 0.01736818271779458, - 0.041573958800615776, - 0.04245964986594791, + 0.01736818271781376, + 0.04157395880061577, + 0.042459649865945304, 0.017439053065898883, 0.018879996972962946, 0.04298467659869355, 0.040952101506141245, - 0.016024069370052345 + 0.01602406937005235 ], "resistance": [ - 97572.07474518262, + 97572.07474518253, 96879.07634642143, - 96061.35104981298, + 96061.35104981299, 95589.43796460211, 95597.60997669108, 96091.81128276866, @@ -303258,7 +218897,7 @@ 97591.66213416576 ], "fuel": [ - 49.353134554036245, + 49.35313455403619, 48.9946269619351, 48.57389304311539, 48.33221784441049, @@ -303298,39 +218937,39 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 901.0698971981492, + 901.0698971981274, 44.953308873842616, - -815.428358310166, + -815.4283583101842, -1186.593689078767, - -1071.7806938710146, + -1071.7806938710073, -389.52409453997825, 537.3204787345221, 1175.7219127167064 ], "relative wind speed": [ - 5.312369814032208, + 5.312369814032207, 5.141255928105409, 4.9342004487364965, 4.815058954322202, - 4.860895357314112, + 4.860895357314111, 5.0415339131577275, 5.244353406044165, 5.353950315626776 ], "relative wind angle": [ - 0.029224553787959143, + 0.029224553787962945, 0.0524350918403911, - 0.04578686179132344, + 0.04578686179132829, 0.010369942843670495, - 0.031939781362371064, + 0.03193978136236759, 0.05347324294964369, 0.043077281237486595, 0.009326144642990567 ], "resistance": [ - 97535.56989719813, + 97535.56989719812, 96679.45330887382, - 95819.07164168982, + 95819.0716416898, 95447.90631092121, 95562.71930612897, 96244.97590546001, @@ -303338,7 +218977,7 @@ 97810.22191271669 ], "fuel": [ - 48.67532243277505, + 48.67532243277503, 48.23280531692198, 47.79083133184544, 47.60101591978001, @@ -303378,9 +219017,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 864.3476335314372, + 864.3476335314281, 200.87947905995316, - -559.0352218507742, + -559.0352218507869, -980.0878063885502, -957.0099475364259, -473.6321860462849, @@ -303388,7 +219027,7 @@ 919.4960174019925 ], "relative wind speed": [ - 4.794096822804812, + 4.794096822804811, 4.653365702670889, 4.4567392787190325, 4.3195849450365325, @@ -303400,17 +219039,17 @@ "relative wind angle": [ 0.022940299750662547, 0.05201490396808352, - 0.05211991647794336, - 0.020007071068615146, + 0.05211991647794763, + 0.02000707106861515, 0.025400330877158202, - 0.0540203252054752, + 0.05402032520547519, 0.049669756501813225, 0.017991778641652183 ], "resistance": [ 97498.84763353145, 96835.37947905996, - 96075.46477814924, + 96075.46477814922, 95654.41219361147, 95677.49005246359, 96160.86781395372, @@ -303445,68 +219084,7 @@ "id": "5492", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.441455736033811, - 13.441455736033811, - 13.441455736033811, - 13.441455736033811, - 13.441455736033811, - 13.441455736033811, - 13.441455736033811, - 13.441455736033811 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1471.9440232885436, - 917.3090888350898, - -123.70855146252416, - -1042.0386771519925, - -1323.0476220516211, - -1088.0718621703445, - -201.06460586694266, - 851.7396249791864 - ], - "relative wind speed": [ - 4.167396393500212, - 4.059971960321169, - 3.770994432553478, - 3.450201711278006, - 3.3001256508104038, - 3.431420943734715, - 3.746681598607764, - 4.044024006257835 - ], - "relative wind angle": [ - 0.002936641004183141, - 0.0734592948743312, - 0.11524789145658837, - 0.0915083577999808, - 0.0037083914023765085, - 0.08694657007805488, - 0.11599911548154604, - 0.07804160153728178 - ], - "resistance": [ - 98106.44402328855, - 97551.8090888351, - 96510.7914485375, - 95592.46132284802, - 95311.45237794839, - 95546.42813782967, - 96433.43539413308, - 97486.23962497921 - ], - "fuel": [ - 44.23350988458896, - 43.94533598766892, - 43.40754079833911, - 42.936474316869145, - 42.79295505426146, - 42.912943734984665, - 43.36773921313302, - 43.911343459334894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -62.65625, -68.28125 -62.5, -68.125 -62.5, -68.125 -62.65625, -68.28125 -62.65625))", @@ -303525,68 +219103,7 @@ "id": "5493", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.574068182954182, - 11.574068182954182, - 11.574068182954182, - 11.574068182954182, - 11.574068182954182, - 11.574068182954182, - 11.574068182954182, - 11.574068182954182 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1142.4710634261255, - 737.2356493508987, - -67.87726152939103, - -791.4125234350158, - -1029.2590354451304, - -857.3204303349166, - -178.55853898191253, - 643.3109077250228 - ], - "relative wind speed": [ - 3.606588065735944, - 3.516061924475873, - 3.2589786118926836, - 2.9669043348309967, - 2.8235857701136893, - 2.935544688869252, - 3.2185668370135625, - 3.4896407759336046 - ], - "relative wind angle": [ - 0.00564391265194534, - 0.07471136571047134, - 0.12042330598641292, - 0.09831855619764429, - 0.007209037698254328, - 0.0895221779626765, - 0.12194281231981911, - 0.08355334292442694 - ], - "resistance": [ - 97776.97106342616, - 97371.73564935093, - 96566.62273847064, - 95843.08747656501, - 95605.2409645549, - 95777.17956966511, - 96455.94146101811, - 97277.81090772506 - ], - "fuel": [ - 42.65613504916854, - 42.44596943266694, - 42.03022997378984, - 41.65867289693999, - 41.536957002844176, - 41.6249240123141, - 41.973265613230566, - 42.39734484869685 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -62.8125, -68.4375 -62.65625, -68.28125 -62.65625, -68.28125 -62.8125, -68.4375 -62.8125))", @@ -303605,68 +219122,7 @@ "id": "5494", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.665738119515801, - 12.665738119515801, - 12.665738119515801, - 12.665738119515801, - 12.665738119515801, - 12.665738119515801, - 12.665738119515801, - 12.665738119515801 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1277.2659611871013, - 829.1140838920746, - -74.6307156196417, - -890.5199825626296, - -1161.4100603203133, - -971.5407833349955, - -210.81336107946117, - 713.7267326322644 - ], - "relative wind speed": [ - 3.920082065336773, - 3.8278946269422924, - 3.563837270226768, - 3.2641816639659984, - 3.116595191673424, - 3.2291534049597663, - 3.5184190908815207, - 3.7980688582969497 - ], - "relative wind angle": [ - 0.005830694992125297, - 0.07004861162459919, - 0.11297032283620695, - 0.09211150413009786, - 0.007333925918854601, - 0.08306443895916754, - 0.11443497944389347, - 0.07913423825393884 - ], - "resistance": [ - 97911.76596118712, - 97463.61408389208, - 96559.86928438037, - 95743.98001743738, - 95473.0899396797, - 95662.95921666503, - 96423.68663892055, - 97348.22673263228 - ], - "fuel": [ - 43.52025864050934, - 43.287646431341514, - 42.82083288681206, - 42.40200995087573, - 42.26350085165409, - 42.36055449632428, - 42.75075361441314, - 43.22787587110439 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -62.8125, -68.28125 -62.65625, -68.125 -62.65625, -68.125 -62.8125, -68.28125 -62.8125))", @@ -303685,68 +219141,7 @@ "id": "5495", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.547057774037231, - 11.547057774037231, - 11.547057774037231, - 11.547057774037231, - 11.547057774037231, - 11.547057774037231, - 11.547057774037231, - 11.547057774037231 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1118.5947017392955, - 755.6622534716098, - -32.55991413171796, - -759.7479153532436, - -1019.9758931749188, - -865.9459001490654, - -210.9274805223513, - 604.3355241051077 - ], - "relative wind speed": [ - 3.5943639046575155, - 3.513118099152966, - 3.2633834244588984, - 2.972172960890268, - 2.8210151917807735, - 2.9215714628888643, - 3.1981099443780296, - 3.4704130131607545 - ], - "relative wind angle": [ - 0.00914585905657908, - 0.07127622984879106, - 0.11877417240707824, - 0.09998553828959017, - 0.011653191906186893, - 0.08574038161423561, - 0.12121017609359443, - 0.08559268686161481 - ], - "resistance": [ - 97753.09470173928, - 97390.1622534716, - 96601.94008586826, - 95874.75208464674, - 95614.52410682506, - 95768.55409985092, - 96423.57251947763, - 97238.83552410509 - ], - "fuel": [ - 42.62508314597689, - 42.43686062677905, - 42.029764294520845, - 41.6562408031131, - 41.52305156231184, - 41.601856379021456, - 41.93796283637147, - 42.35852497490406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -62.96875, -68.75 -62.8125, -68.59375 -62.8125, -68.59375 -62.96875, -68.75 -62.96875))", @@ -303765,68 +219160,7 @@ "id": "5496", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.684076733460868, - 13.684076733460868, - 13.684076733460868, - 13.684076733460868, - 13.684076733460868, - 13.684076733460868, - 13.684076733460868, - 13.684076733460868 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1470.1954291755837, - 1249.411871825022, - 217.65690230901419, - -876.2871214571787, - -1422.7556343623091, - -1328.9070376277487, - -542.9487528135851, - 604.6108854893646 - ], - "relative wind speed": [ - 4.245787366387688, - 4.2042504613442535, - 3.944299119530097, - 3.5934467386936118, - 3.360209167393234, - 3.4120366450988557, - 3.7094771147541707, - 4.050290921079999 - ], - "relative wind angle": [ - 0.02784447885308869, - 0.05465478510737625, - 0.11255303224549652, - 0.11065929209093608, - 0.0351855639496104, - 0.06736205722137, - 0.11971120343501974, - 0.09813489488455411 - ], - "resistance": [ - 98104.69542917557, - 97883.91187182501, - 96852.156902309, - 95758.2128785428, - 95211.74436563767, - 95305.59296237223, - 96091.5512471864, - 97239.11088548935 - ], - "fuel": [ - 44.43214395551033, - 44.31729485671005, - 43.78299201917628, - 43.22081051962095, - 42.941646355919374, - 42.98951000503223, - 43.3916425088744, - 43.982915121103034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -62.96875, -68.59375 -62.8125, -68.4375 -62.8125, -68.4375 -62.96875, -68.59375 -62.96875))", @@ -303845,68 +219179,7 @@ "id": "5497", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.805043929437783, - 12.805043929437783, - 12.805043929437783, - 12.805043929437783, - 12.805043929437783, - 12.805043929437783, - 12.805043929437783, - 12.805043929437783 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1309.9913347138709, - 1093.0206416772253, - 173.84206317367625, - -789.2377015239199, - -1259.8107314780127, - -1167.5658782608516, - -461.79235755904847, - 553.9850502864992 - ], - "relative wind speed": [ - 3.9787937481490396, - 3.9352200413057057, - 3.6866075263897464, - 3.3550187098032205, - 3.1383037381869707, - 3.1927720353846305, - 3.4768771893460193, - 3.7978414264287723 - ], - "relative wind angle": [ - 0.026542770485904345, - 0.05660223987635819, - 0.11429193148332967, - 0.11109464083695009, - 0.03365376751426083, - 0.06978391784286443, - 0.12121917500670466, - 0.09809667151072081 - ], - "resistance": [ - 97944.49133471388, - 97727.52064167724, - 96808.3420631737, - 95845.2622984761, - 95374.68926852201, - 95466.93412173916, - 96172.70764244096, - 97188.48505028652 - ], - "fuel": [ - 43.644253403784084, - 43.53151551660808, - 43.05585367661011, - 42.56084628917475, - 42.3202345603846, - 42.36733594070893, - 42.72876064697688, - 43.25219102428227 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -63.125, -68.75 -62.96875, -68.59375 -62.96875, -68.59375 -63.125, -68.75 -63.125))", @@ -303925,68 +219198,7 @@ "id": "5498", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.526559411993668, - 12.526559411993668, - 12.526559411993668, - 12.526559411993668, - 12.526559411993668, - 12.526559411993668, - 12.526559411993668, - 12.526559411993668 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1232.448509926351, - 1213.470259613382, - 355.30375992015433, - -645.8876954286552, - -1232.8816854642237, - -1224.7985502150973, - -617.3323261662481, - 388.4743598920495 - ], - "relative wind speed": [ - 3.8966862584811777, - 3.8928205840521493, - 3.668183943605259, - 3.32921516149598, - 3.0704689066834217, - 3.075368433915781, - 3.340115216549018, - 3.678079595714456 - ], - "relative wind angle": [ - 0.04240553561384878, - 0.045133655594857776, - 0.1129883070797183, - 0.12323970838112229, - 0.053826092240777224, - 0.05714216100512511, - 0.12414086337057695, - 0.11149919600667377 - ], - "resistance": [ - 97866.94850992635, - 97847.97025961339, - 96989.80375992015, - 95988.61230457135, - 95401.61831453578, - 95409.7014497849, - 96017.16767383376, - 97022.97435989205 - ], - "fuel": [ - 43.39135746435767, - 43.38149485790676, - 42.936923857464265, - 42.42172263896086, - 42.121396994228874, - 42.12552388885078, - 42.4363652183019, - 42.954056889131394 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -63.125, -68.59375 -62.96875, -68.4375 -62.96875, -68.4375 -63.125, -68.59375 -63.125))", @@ -304005,68 +219217,7 @@ "id": "5499", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.652875249696047, - 11.652875249696047, - 11.652875249696047, - 11.652875249696047, - 11.652875249696047, - 11.652875249696047, - 11.652875249696047, - 11.652875249696047 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1309.534357891337, - 944.8201075114393, - 31.82892335631186, - -840.6677037068916, - -1190.2887742359653, - -1034.8271127721696, - -293.6257208787674, - 667.6778130444836 - ], - "relative wind speed": [ - 3.6859400465881147, - 3.60673941003798, - 3.326907913078566, - 2.9836167880157665, - 2.7890042243507662, - 2.890697047178637, - 3.2087976452845433, - 3.5302591197756135 - ], - "relative wind angle": [ - 0.016175580285189062, - 0.07632358669106877, - 0.1352353627585462, - 0.12072640198947664, - 0.021378297037877216, - 0.09528105304223197, - 0.1402454393931245, - 0.10196144875063749 - ], - "resistance": [ - 97944.03435789133, - 97579.32010751143, - 96666.32892335631, - 95793.83229629311, - 95444.21122576404, - 95599.67288722783, - 96340.87427912123, - 97302.17781304449 - ], - "fuel": [ - 42.79765127234491, - 42.60824676356592, - 42.13627978117359, - 41.68814467448701, - 41.50936590318265, - 41.58880508148949, - 41.968787259913846, - 42.464651348433065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -62.96875, -68.4375 -62.8125, -68.28125 -62.8125, -68.28125 -62.96875, -68.4375 -62.96875))", @@ -304085,68 +219236,7 @@ "id": "5500", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.98315840360361, - 11.98315840360361, - 11.98315840360361, - 11.98315840360361, - 11.98315840360361, - 11.98315840360361, - 11.98315840360361, - 11.98315840360361 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1277.6516543982252, - 768.8048744988009, - -130.39248171121562, - -907.273913187882, - -1127.8352393115679, - -911.9421770728932, - -138.2284967959322, - 762.1498661591131 - ], - "relative wind speed": [ - 3.7470757185919488, - 3.637480969192495, - 3.35623456829172, - 3.0482653088329914, - 2.910240423658347, - 3.0461135834237876, - 3.3534706330845023, - 3.6356779795963483 - ], - "relative wind angle": [ - 0.00037171466840723504, - 0.08115644980700777, - 0.1249940045049728, - 0.09753812570575714, - 0.00047860067489935334, - 0.09695751993273988, - 0.12509756529953311, - 0.08174037913171282 - ], - "resistance": [ - 97912.15165439821, - 97403.30487449879, - 96504.10751828877, - 95727.22608681211, - 95506.66476068842, - 95722.55782292709, - 96496.27150320406, - 97396.6498661591 - ], - "fuel": [ - 43.01475324690852, - 42.75069421793626, - 42.28642375976282, - 41.88772965010385, - 41.77494729680827, - 41.885340693820496, - 42.28239111937246, - 42.74724707584633 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -62.96875, -68.28125 -62.8125, -68.125 -62.8125, -68.125 -62.96875, -68.28125 -62.96875))", @@ -304178,9 +219268,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1369.5089835325489, + 1369.5089835325298, 646.618214796672, - -394.35446406116716, + -394.3544640611708, -1165.4919729660487, -1302.5052867765462, -884.7687963418948, @@ -304188,7 +219278,7 @@ 1046.2475722522304 ], "relative wind speed": [ - 4.193499987783037, + 4.193499987783036, 4.035127669040836, 3.7314808891997973, 3.448476271207852, @@ -304198,17 +219288,17 @@ 4.131600292249085 ], "relative wind angle": [ - 0.01756204251890531, - 0.08491807111791706, - 0.11019608370255672, + 0.017562042518911632, + 0.08491807111791708, + 0.11019608370255873, 0.06909914079822296, 0.021835157304425486, 0.09626071893310763, - 0.1060192219024321, - 0.0576602615385671 + 0.10601922190243211, + 0.057660261538567105 ], "resistance": [ - 98004.00898353253, + 98004.00898353252, 97281.11821479666, 96240.14553593882, 95469.00802703394, @@ -304218,7 +219308,7 @@ 97680.74757225222 ], "fuel": [ - 44.32415272835604, + 44.324152728356026, 43.94905931062607, 43.41233578494251, 43.017338627611196, @@ -304245,68 +219335,7 @@ "id": "5502", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.144773180793742, - 12.144773180793742, - 12.144773180793742, - 12.144773180793742, - 12.144773180793742, - 12.144773180793742, - 12.144773180793742, - 12.144773180793742 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1342.7720941450343, - 759.0716265424862, - -201.98619346641135, - -996.6176593314281, - -1199.6063805787408, - -922.2943009963342, - -77.28191972930108, - 865.0633682287053 - ], - "relative wind speed": [ - 3.8104156051188434, - 3.6812572751842456, - 3.3800086245668064, - 3.06329229123077, - 2.9368303987745876, - 3.0971898147841648, - 3.4234166519361486, - 3.7095121260599546 - ], - "relative wind angle": [ - 0.005743550764048416, - 0.08822037271357089, - 0.12959345429423844, - 0.09592322063274497, - 0.007452046840170873, - 0.10491334685539865, - 0.12794115917975857, - 0.0791740766360361 - ], - "resistance": [ - 97977.2720941451, - 97393.57162654254, - 96432.51380653365, - 95637.88234066863, - 95434.89361942132, - 95712.20569900372, - 96557.21808027076, - 97499.56336822876 - ], - "fuel": [ - 43.165579067531944, - 42.862615598301076, - 42.366550978514425, - 41.958985518995675, - 41.8552496307934, - 41.997006269679055, - 42.430724940457566, - 42.91753527114477 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -63.125, -68.28125 -62.96875, -68.125 -62.96875, -68.125 -63.125, -68.28125 -63.125))", @@ -304338,54 +219367,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1357.2427303783315, + 1357.2427303783124, 482.1984872622161, - -613.214663753156, + -613.2146637531614, -1313.734783575469, -1358.4411502061503, -772.9680667859639, 296.88556826618515, - 1251.8503170963068 + 1251.8503170962977 ], "relative wind speed": [ 4.301883882673161, 4.101317180738564, - 3.777479520753965, + 3.7774795207539644, 3.513752569731974, 3.489774327547311, 3.7234294917710034, 4.051589597614225, - 4.282320944991553 + 4.282320944991554 ], "relative wind angle": [ - 0.03203802189214692, - 0.09394833449890104, - 0.10777011582243648, + 0.03203802189215385, + 0.09394833449890105, + 0.10777011582243855, 0.054061535013708924, 0.0394971409506451, - 0.10351568084431183, + 0.10351568084431184, 0.10045340572081206, - 0.04435179062638245 + 0.04435179062638746 ], "resistance": [ - 97991.74273037835, + 97991.74273037833, 97116.69848726223, 96021.28533624686, 95320.76521642455, 95276.05884979386, 95861.53193321405, 96931.3855682662, - 97886.35031709632 + 97886.35031709631 ], "fuel": [ - 44.65272347531577, + 44.65272347531575, 44.19896834511284, 43.634956556536615, 43.276609963428385, 43.2538026930066, 43.5530749941751, 44.10323972128589, - 44.59792120920443 + 44.597921209204415 ] }, { @@ -304405,68 +219434,7 @@ "id": "5504", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.386737714437638, - 12.386737714437638, - 12.386737714437638, - 12.386737714437638, - 12.386737714437638, - 12.386737714437638, - 12.386737714437638, - 12.386737714437638 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1126.1863337441528, - 543.7786929014164, - -307.91929342267485, - -947.3867314520057, - -1067.0452471091453, - -736.645862641717, - 46.59204809816492, - 843.7597944327954 - ], - "relative wind speed": [ - 3.8114175371813306, - 3.6722054737076264, - 3.400201132331752, - 3.143663457054207, - 3.0711947695667154, - 3.2363633779628467, - 3.5210471759175874, - 3.751869004127054 - ], - "relative wind angle": [ - 0.01594534656839856, - 0.08307610049658508, - 0.1090832300952961, - 0.06964943939014014, - 0.019788964676681488, - 0.09429527088660357, - 0.10532522279402909, - 0.05834467743562449 - ], - "resistance": [ - 97760.68633374416, - 97178.27869290143, - 96326.58070657734, - 95687.11326854801, - 95567.45475289087, - 95897.8541373583, - 96681.09204809817, - 97478.25979443282 - ], - "fuel": [ - 43.23134439154364, - 42.92951992666781, - 42.49041206547565, - 42.162497497879976, - 42.101306424465335, - 42.27039588820049, - 42.6728586836249, - 43.08482323158542 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -62.65625, -67.96875 -62.5, -67.8125 -62.5, -67.8125 -62.65625, -67.96875 -62.65625))", @@ -304485,68 +219453,7 @@ "id": "5505", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.987345641410446, - 11.987345641410446, - 11.987345641410446, - 11.987345641410446, - 11.987345641410446, - 11.987345641410446, - 11.987345641410446, - 11.987345641410446 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1131.198487682983, - 508.69282099555767, - -357.77818938451037, - -980.853611636523, - -1078.461003218622, - -705.1746638173317, - 105.51449172660432, - 901.3862771451813 - ], - "relative wind speed": [ - 3.716566390706737, - 3.559952605842661, - 3.2704777887753744, - 3.006558153969198, - 2.9451310018527113, - 3.132634641760654, - 3.4337497561313035, - 3.667052006913207 - ], - "relative wind angle": [ - 0.02211429045320201, - 0.0930962193685233, - 0.11825105032810825, - 0.07147671370721159, - 0.027908163993431153, - 0.1058400755846157, - 0.11260381927017732, - 0.058586253591872264 - ], - "resistance": [ - 97765.69848768301, - 97143.19282099558, - 96276.72181061552, - 95653.6463883635, - 95556.03899678141, - 95929.3253361827, - 96740.01449172663, - 97535.88627714521 - ], - "fuel": [ - 42.9416632987507, - 42.61909343405462, - 42.172506019340965, - 41.8530937614408, - 41.80318736131852, - 41.994239136652794, - 42.41094395515351, - 42.82241134805835 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -62.8125, -68.125 -62.65625, -67.96875 -62.65625, -67.96875 -62.8125, -68.125 -62.8125))", @@ -304565,68 +219472,7 @@ "id": "5506", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.673189513375645, - 10.673189513375645, - 10.673189513375645, - 10.673189513375645, - 10.673189513375645, - 10.673189513375645, - 10.673189513375645, - 10.673189513375645 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1061.6283086571207, - 569.6162787192866, - -200.72741973376924, - -815.2265775912247, - -958.045011120646, - -705.6005755285832, - -16.867078818732807, - 726.0117212880136 - ], - "relative wind speed": [ - 3.3602211043289736, - 3.2327408438592147, - 2.9545931013890154, - 2.6713744222778546, - 2.5697968699109954, - 2.728429669063614, - 3.0274281870602002, - 3.2800458104395167 - ], - "relative wind angle": [ - 0.0109339561819595, - 0.09463001780683551, - 0.1341746249033064, - 0.0950379992293478, - 0.014297250646198589, - 0.11218895323376958, - 0.13092779185323902, - 0.07736267212869624 - ], - "resistance": [ - 97696.12830865712, - 97204.11627871929, - 96433.77258026623, - 95819.27342240878, - 95676.45498887936, - 95928.89942447141, - 96617.63292118127, - 97360.51172128801 - ], - "fuel": [ - 42.01798800453494, - 41.76304522223368, - 41.36569033005381, - 41.050305678455, - 40.97720698612688, - 41.1064669930551, - 41.460327643314564, - 41.843986009248624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -62.8125, -67.96875 -62.65625, -67.8125 -62.65625, -67.8125 -62.8125, -67.96875 -62.8125))", @@ -304658,9 +219504,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1113.9394310850666, + 1113.939431085064, 425.69637807028994, - -454.6227303276046, + -454.6227303276055, -1034.9401179301508, -1086.4369078873115, -636.8944163753154, @@ -304668,9 +219514,9 @@ 992.9443133986515 ], "relative wind speed": [ - 3.6628173275307887, + 3.662817327530788, 3.4794051953611564, - 3.1719988430894364, + 3.1719988430894355, 2.9120314706942145, 2.878857610803229, 3.0980302459196953, @@ -304679,11 +219525,11 @@ ], "relative wind angle": [ 0.033017942988982835, - 0.10447935776135132, - 0.12397815344227793, + 0.10447935776135134, + 0.12397815344227703, 0.06593404996394553, 0.04201399219170269, - 0.1173971295812901, + 0.11739712958129012, 0.11521356984868232, 0.052784854670178 ], @@ -304738,7 +219584,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 975.2364767677991, + 975.2364767677982, 280.5530331513619, -537.4132519488958, -1018.0237297851136, @@ -304748,7 +219594,7 @@ 984.8979772625007 ], "relative wind speed": [ - 3.889305211681248, + 3.8893052116812474, 3.7084976849045876, 3.4388409273150327, 3.2363116749318954, @@ -304760,7 +219606,7 @@ "relative wind angle": [ 0.0354667115937468, 0.08848481764831369, - 0.0948107584601689, + 0.09481075846016888, 0.04100901385885626, 0.0425954441974608, 0.09529326337086821, @@ -304818,50 +219664,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 636.7588455681534, - -36.238828081051906, - -666.5623986559012, - -895.0630179862819, + 636.7588455681343, + -36.238828081052816, + -666.5623986559067, + -895.0630179863083, -771.7171687505243, -213.96244772599766, - 487.4227528341153, + 487.4227528341107, 930.5457379552736 ], "relative wind speed": [ 4.048688181393198, 3.8673409142205797, - 3.6604251667515744, - 3.5540771976303325, + 3.660425166751574, + 3.554077197630333, 3.6199483428511963, 3.813079627841465, 4.012130306168506, 4.106633325285835 ], "relative wind angle": [ - 0.043516450153532026, - 0.07150148636828928, - 0.05865992692145599, - 0.007653576544884904, + 0.04351645015353968, + 0.07150148636828929, + 0.05865992692145788, + 0.00765357654489941, 0.048674314140770926, - 0.07252074922349783, - 0.0535126205498936, + 0.07252074922349781, + 0.05351262054989568, 0.006623755535562329 ], "resistance": [ - 97271.25884556818, + 97271.25884556817, 96598.26117191897, 95967.93760134412, - 95739.43698201375, + 95739.43698201372, 95862.78283124951, 96420.53755227404, 97121.92275283414, 97565.0457379553 ], "fuel": [ - 44.086976981063955, + 44.08697698106395, 43.739544604040866, 43.41567100969483, - 43.29862766680055, + 43.298627666800535, 43.361784153861976, 43.648076789660664, 44.00973732022126, @@ -304898,9 +219744,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1018.0140081376703, + 1018.0140081376567, 363.8153989013508, - -455.69842433999384, + -455.69842433999474, -980.7528719242096, -1015.0258777979825, -577.9282905801383, @@ -304910,7 +219756,7 @@ "relative wind speed": [ 3.680094036327912, 3.5048519173657993, - 3.220991657532199, + 3.2209916575321986, 2.988959065574524, 2.9673759747491912, 3.1724478449727513, @@ -304918,17 +219764,17 @@ 3.6625859711486424 ], "relative wind angle": [ - 0.032705793303725306, - 0.0963710329004408, + 0.0327057933037321, + 0.09637103290044081, 0.11093727873389031, 0.05592105965559836, 0.040565115205297236, 0.10650515156920175, 0.10323686670981201, - 0.045628045027785905 + 0.04562804502778591 ], "resistance": [ - 97652.51400813767, + 97652.51400813766, 96998.31539890135, 96178.80157566, 95653.74712807579, @@ -304938,7 +219784,7 @@ 97571.77474202863 ], "fuel": [ - 42.86148635394126, + 42.861486353941245, 42.522807947021334, 42.10079291359601, 41.83172550845822, @@ -304978,54 +219824,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 947.4286202850353, + 947.4286202850208, 338.32299257192517, - -437.58146181387474, + -437.58146181387656, -939.1307022348765, -975.9742531520924, -571.937346622436, 182.7931508720958, - 859.9045999397558 + 859.9045999397422 ], "relative wind speed": [ - 4.153508956631492, + 4.153508956631491, 4.010235945455066, - 3.779864279782216, + 3.7798642797822155, 3.5943072569835968, 3.5747102184395096, 3.734728565828308, 3.967721742393276, - 4.13656199530829 + 4.136561995308291 ], "relative wind angle": [ - 0.022679700189881205, - 0.06770394376725423, + 0.0226797001898861, + 0.06770394376725425, 0.07666138158015652, 0.03842950050602852, 0.026352671899636786, - 0.07270691412823788, - 0.07302511140942937, - 0.03338982947639535 + 0.07270691412823789, + 0.07302511140942938, + 0.033389829476402004 ], "resistance": [ - 97581.92862028503, + 97581.92862028502, 96972.82299257192, - 96196.91853818613, + 96196.91853818612, 95695.36929776512, 95658.52574684791, 96062.56265337756, 96817.2931508721, - 97494.40459993975 + 97494.40459993973 ], "fuel": [ - 44.346947102528254, + 44.34694710252825, 44.031722198135704, - 43.63217479635234, + 43.63217479635233, 43.3750970350487, 43.35624913997516, 43.56321656935763, 43.95145351171376, - 44.30156665644631 + 44.3015666564463 ] }, { @@ -305058,9 +219904,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1326.9100112092856, + 1326.9100112092838, 610.5777248116201, - -401.92165813974225, + -401.92165813974407, -1140.0928246733229, -1263.0447986771924, -840.5329050928249, @@ -305068,10 +219914,10 @@ 1037.1807991524238 ], "relative wind speed": [ - 4.0635266752444394, + 4.063526675244439, 3.9000028392679207, - 3.592644398049596, - 3.309454354302541, + 3.5926443980495955, + 3.3094543543025416, 3.2390101393342863, 3.434153982691456, 3.7545095488354128, @@ -305079,12 +219925,12 @@ ], "relative wind angle": [ 0.020044913519227, - 0.08965235535445305, - 0.11503310600294311, - 0.07076313458530363, - 0.025148477036799708, - 0.10185353231680011, - 0.11005319695756137, + 0.08965235535445304, + 0.11503310600294313, + 0.07076313458530521, + 0.025148477036799705, + 0.10185353231680012, + 0.11005319695756138, 0.05843833405469543 ], "resistance": [ @@ -305138,37 +219984,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1136.3698017653023, + 1136.3698017652932, 478.5356929456757, - -396.1153534059622, + -396.1153534059631, -999.9637032133728, - -1076.351978264679, + -1076.3519782646758, -664.4154287785523, - 166.62042230776024, + 166.62042230775933, 957.3427843662685 ], "relative wind speed": [ - 3.5148407064846023, + 3.514840706484602, 3.3358033691326816, - 3.018215080375088, + 3.0182150803750876, 2.735381935804007, 2.683079429801692, 2.9026602110941604, - 3.2316246915727307, + 3.231624691572731, 3.4742921701928395 ], "relative wind angle": [ - 0.030636296018787812, + 0.030636296018791438, 0.11126218038536138, - 0.13831562508311254, + 0.13831562508311251, 0.07982585273949463, - 0.04013812260871804, + 0.04013812260871527, 0.12795021988492014, - 0.1291286032378414, + 0.12912860323784225, 0.06282313218746423 ], "resistance": [ - 97770.86980176532, + 97770.86980176531, 97113.03569294569, 96238.38464659406, 95634.53629678664, @@ -305178,7 +220024,7 @@ 97591.84278436628 ], "fuel": [ - 42.36526628299257, + 42.365266282992565, 42.024420513592375, 41.57372849177108, 41.26423730603009, @@ -305218,9 +220064,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1363.7787145927077, + 1363.7787145926977, 360.86714401563404, - -786.2113258615063, + -786.2113258615082, -1436.302645080039, -1407.7488988230034, -684.5810544248361, @@ -305228,7 +220074,7 @@ 1430.9958367815907 ], "relative wind speed": [ - 4.3325805059687275, + 4.332580505968727, 4.094936533518984, 3.7474176158691717, 3.4916525103516145, @@ -305238,17 +220084,17 @@ 4.344905256207602 ], "relative wind angle": [ - 0.04398743255558875, + 0.043987432555591274, 0.10445907620884705, - 0.11051875259297887, + 0.11051875259297989, 0.04513526616112617, 0.054352743877155406, 0.11314673635850304, - 0.10033380119391225, + 0.10033380119391226, 0.036267235796898015 ], "resistance": [ - 97998.27871459271, + 97998.2787145927, 96995.36714401563, 95848.28867413849, 95198.19735491996, @@ -305258,7 +220104,7 @@ 98065.49583678159 ], "fuel": [ - 44.7229318220426, + 44.72293182204259, 44.20308515345693, 43.6130998127268, 43.280907238804794, @@ -305298,19 +220144,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1280.720151418016, - 633.8741617643782, - -315.8264111163271, + 1280.7201514180133, + 633.8741617643791, + -315.8264111163289, -1035.3894000477562, - -1176.9308047043373, + -1176.9308047043432, -814.8930586189163, 53.95807091497045, 948.4711611358871 ], "relative wind speed": [ - 3.70222211621993, + 3.702222116219929, 3.5440270529044944, - 3.226820663961301, + 3.2268206639613006, 2.919127705552271, 2.827488796506545, 3.023410944691291, @@ -305319,12 +220165,12 @@ ], "relative wind angle": [ 0.018131443570256506, - 0.10084575408455844, - 0.13598898156669934, + 0.10084575408455843, + 0.13598898156669936, 0.08982851969911554, - 0.023741653651737547, + 0.023741653651742224, 0.11828626468218602, - 0.13057216419222747, + 0.13057216419222745, 0.07219472358762777 ], "resistance": [ @@ -305332,7 +220178,7 @@ 97268.37416176435, 96318.67358888364, 95599.11059995221, - 95457.56919529564, + 95457.56919529563, 95819.60694138106, 96688.45807091494, 97582.97116113585 @@ -305342,7 +220188,7 @@ 42.51578848796967, 42.02600844945739, 41.65714982684986, - 41.58482037517268, + 41.58482037517267, 41.76997477377086, 42.216314903201706, 42.67877261707905 @@ -305378,49 +220224,49 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1393.355538876477, + 1393.355538876459, 661.949218678631, - -391.74463936401753, + -391.7446393640221, -1173.8882962085108, -1314.5606210874212, -893.0489366624224, - 80.231875530264, - 1061.9750939571013 + 80.23187553026673, + 1061.9750939571077 ], "relative wind speed": [ - 4.116649329091555, + 4.116649329091554, 3.953597315152993, - 3.6390405944922146, + 3.639040594492214, 3.343785063910031, 3.2639706535337845, 3.4596783658968575, - 3.789154216639573, - 4.0520868169638105 + 3.7891542166395724, + 4.05208681696381 ], "relative wind angle": [ - 0.0183549557025186, + 0.01835495570252465, 0.08990210950198961, - 0.11745182119003421, + 0.11745182119003517, 0.07426705968073222, 0.02315076665585937, 0.10277945217124317, - 0.1127785292849038, - 0.061267233490938995 + 0.11277852928490281, + 0.061267233490935366 ], "resistance": [ - 98027.85553887648, + 98027.85553887647, 97296.44921867864, - 96242.75536063599, + 96242.75536063597, 95460.6117037915, 95319.93937891258, 95741.45106333758, 96714.73187553027, - 97696.4750939571 + 97696.47509395711 ], "fuel": [ - 44.063802096785565, + 44.06380209678555, 43.684236818640244, - 43.14091910565685, + 43.14091910565684, 42.740292726895504, 42.66847965556144, 42.883881162789606, @@ -305458,17 +220304,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1108.6981663156184, + 1108.6981663155839, 507.9731838739499, - -346.0390973960157, + -346.0390973960175, -969.4909604304303, - -1073.0391159069532, + -1073.039115906944, -719.3435829097125, 75.35290471279677, 863.7597390437913 ], "relative wind speed": [ - 3.9738884798725556, + 3.9738884798725542, 3.8338768822510767, 3.572270084581149, 3.333804846969394, @@ -305478,31 +220324,31 @@ 3.924318793362681 ], "relative wind angle": [ - 0.01722877680558576, + 0.017228776805598648, 0.07720600420328498, - 0.09805762527382723, + 0.09805762527382839, 0.059692402669865655, - 0.020908714292086145, - 0.08613130379730306, + 0.020908714292080837, + 0.08613130379730305, 0.0944430322535867, 0.050701767358217235 ], "resistance": [ - 97743.19816631562, + 97743.19816631559, 97142.47318387395, 96288.46090260398, 95665.00903956957, - 95561.46088409305, + 95561.46088409306, 95915.15641709029, 96709.8529047128, 97498.25973904379 ], "fuel": [ - 43.72680613632226, + 43.726806136322246, 43.41554853442065, 42.97536495847805, 42.65573292585993, - 42.602785795329, + 42.60278579532901, 42.78380503904406, 43.19222387233089, 43.599732434786844 @@ -305538,9 +220384,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1184.3857346001892, + 1184.3857346001419, 822.7821334578462, - -2.6964655096085153, + -2.696465509610789, -774.0517308139629, -1064.8549835673498, -910.737660641008, @@ -305548,27 +220394,27 @@ 627.6428960493772 ], "relative wind speed": [ - 3.477290344721816, + 3.4772903447218155, 3.393958689845216, 3.122865111924405, 2.797576037514576, 2.620978969566573, 2.728025533610336, 3.0345992145802696, - 3.336861881278585 + 3.3368618812785846 ], "relative wind angle": [ - 0.012816708656070977, + 0.012816708656096965, 0.08001316955917677, - 0.13755177352166476, + 0.13755177352166637, 0.11978176078916498, - 0.017004464906761947, + 0.01700446490676195, 0.0996034609446746, 0.14157923341401296, - 0.10035164914973733 + 0.10035164914973622 ], "resistance": [ - 97818.88573460023, + 97818.88573460019, 97457.28213345789, 96631.80353449043, 95860.44826918608, @@ -305578,7 +220424,7 @@ 97262.14289604942 ], "fuel": [ - 42.275952521719695, + 42.27595252171968, 42.08832974495334, 41.66184248177635, 41.26560994019654, @@ -305618,21 +220464,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1148.095866504441, + 1148.09586650444, 583.7110500527178, -271.3433658417398, -933.321978640035, - -1071.5839114704459, + -1071.5839114704636, -766.0467453634374, - 9.91510539900446, + 9.915105399002641, 821.8901801331222 ], "relative wind speed": [ - 3.7793857810213836, + 3.779385781021383, 3.6461389311494803, 3.3727096545819264, 3.1065250588568145, - 3.021688506571613, + 3.0216885065716133, 3.1811993347304903, 3.4697532907144066, 3.7099677048767226 @@ -305641,18 +220487,18 @@ 0.01291838380332561, 0.0830425825185489, 0.11257704226048523, - 0.07520042840726908, - 0.016157960180297384, - 0.09521388853735689, - 0.10941562694747461, - 0.06295098302912665 + 0.0752004284072691, + 0.016157960180311126, + 0.0952138885373569, + 0.10941562694747563, + 0.06295098302912663 ], "resistance": [ 97782.59586650445, 97218.21105005272, 96363.15663415827, 95701.17802135997, - 95562.91608852956, + 95562.91608852954, 95868.45325463657, 96644.415105399, 97456.39018013312 @@ -305662,7 +220508,7 @@ 42.84204210694479, 42.40108206639121, 42.061561550544184, - 41.99085459536042, + 41.9908545953604, 42.14720095531263, 42.54582958827328, 42.965357899204875 @@ -305685,68 +220531,7 @@ "id": "5520", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.024434110622678, - 13.024434110622678, - 13.024434110622678, - 13.024434110622678, - 13.024434110622678, - 13.024434110622678, - 13.024434110622678, - 13.024434110622678 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1265.2400831759314, - 1199.585628991039, - 314.1658152234795, - -694.3484413494998, - -1263.1448639146492, - -1235.2324907383563, - -595.2273156686861, - 429.23123763490366 - ], - "relative wind speed": [ - 4.028123448451171, - 4.01514704716026, - 3.7882687152186594, - 3.4571074863815188, - 3.2138406178030787, - 3.230037805085765, - 3.493360870837508, - 3.8213816690050573 - ], - "relative wind angle": [ - 0.036846285172213354, - 0.045645955084494094, - 0.10777430577693518, - 0.11394365224355034, - 0.04618790854605354, - 0.056751647789170453, - 0.11691259627987058, - 0.10304127788546547 - ], - "resistance": [ - 97899.74008317593, - 97834.08562899104, - 96948.66581522347, - 95940.1515586505, - 95371.35513608535, - 95399.26750926164, - 96039.27268433131, - 97063.7312376349 - ], - "fuel": [ - 43.79205846040634, - 43.75793688105945, - 43.29933801082554, - 42.78053668569364, - 42.48960483192282, - 42.50385355296369, - 42.831359007122956, - 43.35877066569442 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -63.28125, -68.59375 -63.125, -68.4375 -63.125, -68.4375 -63.28125, -68.59375 -63.28125))", @@ -305765,68 +220550,7 @@ "id": "5521", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.496148309012272, - 13.496148309012272, - 13.496148309012272, - 13.496148309012272, - 13.496148309012272, - 13.496148309012272, - 13.496148309012272, - 13.496148309012272 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1445.9671426758114, - 1259.2790006743408, - 246.28690745229505, - -844.2965751023394, - -1405.2167750464596, - -1325.8126622426971, - -562.7329094759771, - 573.2050949312716 - ], - "relative wind speed": [ - 4.193785746680211, - 4.158272759466571, - 3.901670377498663, - 3.5489098231418774, - 3.3084777960094875, - 3.353003410917465, - 3.6484013596499127, - 3.9923806535641084 - ], - "relative wind angle": [ - 0.030410682494413088, - 0.05365849667699311, - 0.1137642015685253, - 0.11390209911839584, - 0.038551814453205636, - 0.0665625261720716, - 0.12169954693619958, - 0.10120381536102058 - ], - "resistance": [ - 98080.46714267581, - 97893.77900067435, - 96880.78690745229, - 95790.20342489766, - 95229.28322495354, - 95308.6873377573, - 96071.76709052402, - 97207.70509493127 - ], - "fuel": [ - 44.26463093945614, - 44.16752287662479, - 43.64286399425512, - 43.082286485575224, - 42.79568796925673, - 42.836187846678946, - 43.226590943508675, - 43.81176739788371 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -63.4375, -68.75 -63.28125, -68.59375 -63.28125, -68.59375 -63.4375, -68.75 -63.4375))", @@ -305845,68 +220569,7 @@ "id": "5522", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.628373192836714, - 14.628373192836714, - 14.628373192836714, - 14.628373192836714, - 14.628373192836714, - 14.628373192836714, - 14.628373192836714, - 14.628373192836714 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1585.4796665239428, - 1376.6683740120407, - 261.64849159363075, - -938.1695809934154, - -1552.422980332467, - -1463.7651468635777, - -622.220295785738, - 628.2669857528363 - ], - "relative wind speed": [ - 4.514801624261468, - 4.477841007446384, - 4.215841225612397, - 3.8580404391659053, - 3.616183134307916, - 3.6618511820278212, - 3.960668747536704, - 4.309958020334716 - ], - "relative wind angle": [ - 0.02843595317000891, - 0.05073862615565515, - 0.10683334411397076, - 0.10611761519635844, - 0.03550493856611143, - 0.062058192302972444, - 0.11374517727433815, - 0.09495517692700477 - ], - "resistance": [ - 98219.97966652398, - 98011.16837401208, - 96896.14849159367, - 95696.33041900663, - 95082.07701966757, - 95170.73485313647, - 96012.2797042143, - 97262.76698575288 - ], - "fuel": [ - 45.3057435575098, - 45.1970280682181, - 44.61925054969085, - 44.00269995927725, - 43.68912670598082, - 43.73429938452509, - 44.16453727329228, - 44.80871328904669 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -63.4375, -68.59375 -63.28125, -68.4375 -63.28125, -68.4375 -63.4375, -68.59375 -63.4375))", @@ -305925,68 +220588,7 @@ "id": "5523", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.325562060915605, - 17.325562060915605, - 17.325562060915605, - 17.325562060915605, - 17.325562060915605, - 17.325562060915605, - 17.325562060915605, - 17.325562060915605 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1881.7773096092787, - 1690.5225997276211, - 358.5202879737244, - -1110.9008504103294, - -1891.0644569196638, - -1810.1458519075522, - -819.7105614073316, - 696.0376430599008 - ], - "relative wind speed": [ - 5.270853704295836, - 5.241790764432816, - 4.977695368867619, - 4.611521587979421, - 4.358818012427664, - 4.3937253919037556, - 4.690814646978372, - 5.051243597486931 - ], - "relative wind angle": [ - 0.027339394183258744, - 0.04211949891478632, - 0.09178247267241008, - 0.09217859795889266, - 0.03306177239657577, - 0.050255589952844834, - 0.09741300679968193, - 0.08413434490296026 - ], - "resistance": [ - 98516.27730960929, - 98325.02259972761, - 96993.02028797372, - 95523.59914958967, - 94743.43554308034, - 94824.35414809245, - 95814.78943859266, - 97330.5376430599 - ], - "fuel": [ - 48.10756975888985, - 48.00777781420246, - 47.316547148284755, - 46.56166300470913, - 46.164135693970834, - 46.205261972836425, - 46.71061755330147, - 47.49107426000541 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -63.28125, -68.4375 -63.125, -68.28125 -63.125, -68.28125 -63.28125, -68.4375 -63.28125))", @@ -306018,11 +220620,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1469.0805534145265, + 1469.0805534145047, 1319.0673108873498, 285.7539604578078, -851.0655356272164, - -1455.443399925105, + -1455.4433999251023, -1391.7770039148427, -623.8922308004403, 549.3189346185636 @@ -306032,23 +220634,23 @@ 4.383139863372099, 4.137345757455838, 3.7940430359034796, - 3.55504314412192, + 3.5550431441219206, 3.588485872043659, - 3.8693043301090566, + 3.869304330109057, 4.206469226970623 ], "relative wind angle": [ - 0.03056809672144334, + 0.030568096721450604, 0.04729960746949655, 0.10360427600465544, - 0.10506034627061396, + 0.10506034627061395, 0.0379252884949677, 0.0577845040673663, - 0.1108098897635073, + 0.1108098897635083, 0.0947270109126515 ], "resistance": [ - 98103.58055341458, + 98103.58055341455, 97953.56731088739, 96920.25396045785, 95783.43446437283, @@ -306058,7 +220660,7 @@ 97183.81893461861 ], "fuel": [ - 44.981107702059575, + 44.98110770205956, 44.90305338730819, 44.36767869962616, 43.783265974819145, @@ -306098,9 +220700,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1399.5625459317343, + 1399.5625459317016, 1021.5004493013048, - 43.12534477693589, + 43.12534477693498, -899.1763568483566, -1283.1775969594605, -1122.1828477093495, @@ -306108,9 +220710,9 @@ 703.3581474574221 ], "relative wind speed": [ - 3.879579981246201, + 3.8795799812462004, 3.8015372778299663, - 3.5182034060491825, + 3.518203406049182, 3.169263284529819, 2.9695213267702547, 3.0687965175779843, @@ -306118,17 +220720,17 @@ 3.718194181906171 ], "relative wind angle": [ - 0.01668160212846446, - 0.07268003695461574, + 0.016681602128477774, + 0.07268003695461575, 0.12972274542664433, 0.11624217467460715, - 0.021794668109758802, - 0.09007646498886743, + 0.0217946681097588, + 0.09007646498886744, 0.13466180437233818, 0.09901965820152707 ], "resistance": [ - 98034.06254593174, + 98034.0625459317, 97656.00044930131, 96677.62534477694, 95735.32364315164, @@ -306138,7 +220740,7 @@ 97337.85814745742 ], "fuel": [ - 43.328423638603894, + 43.32842363860386, 43.13197002420567, 42.626042953828076, 42.14213706488111, @@ -306178,9 +220780,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 1395.2044340187913, + 1395.2044340187858, 1867.4665773230026, - 900.1842662971576, + 900.1842662971467, -520.3885712319716, -1588.3886083657826, -1787.9872886948433, @@ -306188,7 +220790,7 @@ 65.85926857486993 ], "relative wind speed": [ - 5.057730078653564, + 5.057730078653563, 5.131824229535573, 4.960280618529891, 4.626127955020814, @@ -306200,17 +220802,17 @@ "relative wind angle": [ 0.05313594993880809, 0.014379189903790519, - 0.07526318312527187, + 0.07526318312527482, 0.09822610624268201, 0.06232176673097628, - 0.017467436521001578, - 0.08439295781186593, + 0.017467436521001575, + 0.08439295781186594, 0.09519391008248859 ], "resistance": [ 98029.70443401886, 98501.96657732308, - 97534.68426629723, + 97534.68426629722, 96114.1114287681, 95046.11139163429, 94846.51271130523, @@ -306220,7 +220822,7 @@ "fuel": [ 47.34139179744366, 47.58753436585613, - 47.084278632738446, + 47.08427863273844, 46.35149692189836, 45.80552962301563, 45.703964449115574, @@ -306258,11 +220860,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1488.2464710777203, + 1488.2464710776949, 1870.0601020597587, - 834.5538237649016, + 834.5538237648962, -613.1139596864887, - -1653.9190166421295, + -1653.9190166421222, -1815.441495038267, -1194.3906987612545, 160.79202246765635 @@ -306272,37 +220874,37 @@ 5.120850656070416, 4.931946714714921, 4.585693018230147, - 4.273994307152517, + 4.273994307152516, 4.202037529767806, 4.422231613853648, 4.780339986434984 ], "relative wind angle": [ - 0.050559445692642986, + 0.05055944569264958, 0.019098694616742296, - 0.07998751962044688, + 0.07998751962044827, 0.10037330780589455, - 0.059879039988974474, + 0.05987903998897076, 0.023275481773831357, 0.08923030635571892, - 0.09627333881296339 + 0.0962733388129634 ], "resistance": [ - 98122.74647107773, + 98122.74647107771, 98504.56010205977, 97469.05382376492, 96021.38604031352, - 94980.58098335788, + 94980.5809833579, 94819.05850496175, 95440.10930123876, 96795.29202246768 ], "fuel": [ - 47.32561822798852, + 47.32561822798851, 47.52468705695637, 46.986057338609214, 46.23972561517905, - 45.70796698802811, + 45.70796698802812, 45.62580471564146, 45.94224803484711, 46.63773554990256 @@ -306325,68 +220927,7 @@ "id": "5528", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.75083179307362, - 16.75083179307362, - 16.75083179307362, - 16.75083179307362, - 16.75083179307362, - 16.75083179307362, - 16.75083179307362, - 16.75083179307362 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1859.0854414915138, - 1794.7193282815115, - 487.4082882799157, - -1023.1494028391353, - -1889.5929471403279, - -1862.3016347287212, - -925.5026751170117, - 600.6610946742858 - ], - "relative wind speed": [ - 5.12568265967536, - 5.115663432621679, - 4.854672710811279, - 4.471067003043051, - 4.187288848219251, - 4.199523576580483, - 4.4986846407613665, - 4.880119924798734 - ], - "relative wind angle": [ - 0.034909630790565915, - 0.04018527564377514, - 0.09687209706374027, - 0.10273351962865263, - 0.04273739517565142, - 0.04895820719032733, - 0.1045647603261814, - 0.09409568499934 - ], - "resistance": [ - 98493.58544149152, - 98429.21932828153, - 97121.90828827993, - 95611.35059716088, - 94744.9070528597, - 94772.1983652713, - 95708.997324883, - 97235.1610946743 - ], - "fuel": [ - 47.49144573948455, - 47.45785134397084, - 46.77886706427148, - 46.00224103400153, - 45.560606509140996, - 45.574474542042665, - 46.05218765109835, - 46.83743610721952 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -63.59375, -68.28125 -63.4375, -68.125 -63.4375, -68.125 -63.59375, -68.28125 -63.59375))", @@ -306405,68 +220946,7 @@ "id": "5529", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.868987889617173, - 16.868987889617173, - 16.868987889617173, - 16.868987889617173, - 16.868987889617173, - 16.868987889617173, - 16.868987889617173, - 16.868987889617173 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1822.3183211433407, - 1818.2976363260077, - 537.4138414707941, - -976.7843710208817, - -1873.8462177815527, - -1872.1421475441039, - -970.6803239720248, - 544.4925311221359 - ], - "relative wind speed": [ - 5.149208594992901, - 5.148585902238276, - 4.896999208542932, - 4.518055046935226, - 4.2301955406598735, - 4.230953400149985, - 4.519767938566905, - 4.898579596151375 - ], - "relative wind angle": [ - 0.03681461582237782, - 0.03714013013736469, - 0.09405036309830411, - 0.10181282254705329, - 0.044817497956378946, - 0.04520028636788433, - 0.10192627831555168, - 0.09387963300149504 - ], - "resistance": [ - 98456.81832114335, - 98452.79763632602, - 97171.91384147081, - 95657.71562897913, - 94760.65378221846, - 94762.35785245591, - 95663.81967602798, - 97178.99253112215 - ], - "fuel": [ - 47.59470757214715, - 47.592609167895354, - 46.92717517195429, - 46.14840593782842, - 45.691061307829756, - 45.69192724688044, - 46.151528191124015, - 46.930835857274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -63.75, -68.4375 -63.59375, -68.28125 -63.59375, -68.28125 -63.75, -68.4375 -63.75))", @@ -306485,68 +220965,7 @@ "id": "5530", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.464071504762543, - 19.464071504762543, - 19.464071504762543, - 19.464071504762543, - 19.464071504762543, - 19.464071504762543, - 19.464071504762543, - 19.464071504762543 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2188.0609683872262, - 1852.365792929675, - 293.4089387318327, - -1364.3114939982734, - -2184.577922458331, - -2042.896307083225, - -851.171669218882, - 887.8000841257763 - ], - "relative wind speed": [ - 5.878102900310511, - 5.832202138260182, - 5.551053828090513, - 5.179351815690838, - 4.938163495264471, - 4.99229112042505, - 5.303145652369272, - 5.666733378402539 - ], - "relative wind angle": [ - 0.02116861139340732, - 0.04192231225826752, - 0.08478728667845674, - 0.08125534079627666, - 0.025198669831525747, - 0.04898062719734972, - 0.0887610771699196, - 0.07425329004420655 - ], - "resistance": [ - 98822.56096838726, - 98486.8657929297, - 96927.90893873187, - 95270.18850600175, - 94449.9220775417, - 94591.6036929168, - 95783.32833078115, - 97522.3000841258 - ], - "fuel": [ - 50.707236778610294, - 50.53178701864278, - 49.72249975787284, - 48.871863214465485, - 48.45473644523743, - 48.52660634775179, - 49.134081148764615, - 50.02999399841802 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -63.75, -68.28125 -63.59375, -68.125 -63.59375, -68.125 -63.75, -68.28125 -63.75))", @@ -306565,68 +220984,7 @@ "id": "5531", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.286203142422398, - 20.286203142422398, - 20.286203142422398, - 20.286203142422398, - 20.286203142422398, - 20.286203142422398, - 20.286203142422398, - 20.286203142422398 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 2258.939746744958, - 2093.8111119915375, - 488.34477497068656, - -1323.12560083871, - -2316.6814749023615, - -2246.9947885049132, - -1070.6426550844462, - 780.7939622075664 - ], - "relative wind speed": [ - 6.109681067684491, - 6.08800099328541, - 5.816794936645642, - 5.4344774789513, - 5.165159896402022, - 5.190695850266889, - 5.492902344775088, - 5.871416697441355 - ], - "relative wind angle": [ - 0.02660272186104001, - 0.03600696104910995, - 0.0813127109209638, - 0.08271380537596135, - 0.03146888091495602, - 0.04223484217523413, - 0.08611892307150479, - 0.07654586935171587 - ], - "resistance": [ - 98893.43974674492, - 98728.3111119915, - 97122.84477497064, - 95311.37439916124, - 94317.8185250976, - 94387.50521149504, - 95563.85734491551, - 97415.29396220752 - ], - "fuel": [ - 51.762383003496645, - 51.67598321956821, - 50.841248434954174, - 49.91092141616712, - 49.40584053045066, - 49.441146448334315, - 50.03985816610957, - 50.99258796796671 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -63.28125, -67.8125 -63.125, -67.65625 -63.125, -67.65625 -63.28125, -67.8125 -63.28125))", @@ -306658,19 +221016,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1131.6590983573392, + 1131.6590983573237, 1086.0666022620794, - 309.6000607575106, + 309.6000607575115, -574.7955445566286, -1082.2552173850845, -1062.699783370996, - -507.1894111035308, + -507.18941110353035, 388.3816590207716 ], "relative wind speed": [ 3.361511962668933, 3.350824021212647, - 3.111540167150635, + 3.1115401671506344, 2.7507397370700675, 2.4742042889263387, 2.4886598637363306, @@ -306678,17 +221036,17 @@ 3.139248387339161 ], "relative wind angle": [ - 0.049599340930985454, + 0.04959934093099441, 0.058642805098807475, - 0.14331212058317622, + 0.14331212058317544, 0.15773190352042113, 0.06741024335133655, - 0.07899573535460984, - 0.16042468166175672, + 0.07899573535460983, + 0.160424681661756, 0.13807718153504844 ], "resistance": [ - 97766.15909835736, + 97766.15909835734, 97720.5666022621, 96944.10006075753, 96059.70445544338, @@ -306698,7 +221056,7 @@ 97022.88165902079 ], "fuel": [ - 41.9376310277735, + 41.93763102777349, 41.913956901726145, 41.51196043632011, 41.05681919836585, @@ -306738,9 +221096,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1239.8396713313923, + 1239.839671331376, 1107.6338745453477, - 242.45942220100642, + 242.4594222010055, -703.2979540955903, -1204.4878911247129, -1148.1675316930891, @@ -306748,9 +221106,9 @@ 473.42530287955105 ], "relative wind speed": [ - 3.81166937404108, + 3.811669374041079, 3.784062727637277, - 3.5444659365242885, + 3.544465936524288, 3.2077601614832543, 2.971596128119022, 3.006671953998475, @@ -306758,17 +221116,17 @@ 3.6151738149161794 ], "relative wind angle": [ - 0.03420816561212833, + 0.03420816561213483, 0.05421487324718279, 0.11887368680608303, - 0.12169817217181451, + 0.12169817217181453, 0.04388437582139473, - 0.06825196977867078, + 0.06825196977867079, 0.12828452549608732, - 0.10792639288395812 + 0.10792639288395811 ], "resistance": [ - 97874.3396713314, + 97874.33967133139, 97742.13387454537, 96876.95942220102, 95931.20204590443, @@ -306778,7 +221136,7 @@ 97107.92530287956 ], "fuel": [ - 43.15294008495828, + 43.152940084958274, 43.08425966559505, 42.63641021831893, 42.150034298429915, @@ -306818,9 +221176,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1435.3659652665483, + 1435.36596526653, 1203.2547400792973, - 209.12525498703508, + 209.12525498703417, -830.513471888301, -1343.5261801200936, -1244.2928621375963, @@ -306828,9 +221186,9 @@ 612.2205937277877 ], "relative wind speed": [ - 3.835787622492773, + 3.8357876224927723, 3.7877034635904563, - 3.5068469309834955, + 3.506846930983495, 3.125254218665415, 2.869999803762383, 2.9331668943941347, @@ -306838,17 +221196,17 @@ 3.630833461779664 ], "relative wind angle": [ - 0.032019216081916616, + 0.03201921608192355, 0.06733714037994272, 0.13823454685425857, 0.13754950322326476, - 0.04279980300413406, + 0.04279980300413405, 0.08699886757271649, 0.14860366757700438, 0.11829902273041841 ], "resistance": [ - 98069.86596526661, + 98069.8659652666, 97837.75474007936, 96843.6252549871, 95803.98652811175, @@ -306858,7 +221216,7 @@ 97246.72059372785 ], "fuel": [ - 43.153736071595176, + 43.15373607159516, 43.03302942258295, 42.51831240554246, 41.983966543855544, @@ -306898,19 +221256,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1537.9765512728136, + 1537.9765512727663, 1331.2849286956716, - 249.11563013428713, + 249.11563013428258, -913.215299745304, -1506.0483408598511, -1418.30911416035, - -600.3559047009585, + -600.3559047009612, 612.1235330168874 ], "relative wind speed": [ 4.459147909755879, 4.422095578342694, - 4.164464577386783, + 4.1644645773867826, 3.813576213790331, 3.5772301864192357, 3.6229334224784235, @@ -306918,17 +221276,17 @@ 4.258780617655931 ], "relative wind angle": [ - 0.027991821079250735, + 0.0279918210792666, 0.05061029614314126, - 0.10613698397702309, + 0.10613698397702415, 0.10513619632349325, - 0.03489535100834569, + 0.0348953510083457, 0.06178706977464096, - 0.11288893010531702, + 0.112888930105318, 0.0941109832650428 ], "resistance": [ - 98172.47655127285, + 98172.47655127279, 97965.7849286957, 96883.61563013431, 95721.28470025472, @@ -306938,7 +221296,7 @@ 97246.62353301691 ], "fuel": [ - 45.13022588438366, + 45.130225884383634, 45.022649699781596, 44.46201120292967, 43.864697271090314, @@ -306978,9 +221336,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1671.0206918306249, + 1671.0206918306103, 2000.3350886896606, - 835.7215164929639, + 835.7215164929548, -732.9957510437162, -1820.589241996483, -1960.0481469316528, @@ -306988,7 +221346,7 @@ 255.39652732322975 ], "relative wind speed": [ - 5.205230196308328, + 5.205230196308327, 5.25547012459301, 5.044533340869126, 4.674310778913747, @@ -306998,19 +221356,19 @@ 4.9171677987874425 ], "relative wind angle": [ - 0.04900995561687782, - 0.023225255611773042, - 0.0848686263524019, - 0.10344702615141262, + 0.04900995561688009, + 0.023225255611773046, + 0.08486862635240452, + 0.10344702615141263, 0.05863894462930466, 0.02845058604658227, - 0.0943984683160452, + 0.09439846831604519, 0.09832085565175964 ], "resistance": [ - 98305.52069183065, + 98305.52069183064, 98634.8350886897, - 97470.221516493, + 97470.22151649298, 95901.5042489563, 94813.91075800355, 94674.45185306837, @@ -307018,9 +221376,9 @@ 96889.89652732326 ], "fuel": [ - 47.839242593103215, + 47.83924259310321, 48.01113133553008, - 47.40506026203171, + 47.405060262031704, 46.59666908092986, 46.0415855699207, 45.97072722790293, @@ -307058,9 +221416,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1702.465082015251, + 1702.4650820152456, 1631.1302953735121, - 440.4315813086296, + 440.4315813086241, -925.2534939429015, -1703.823336160196, -1673.4922837622144, @@ -307068,9 +221426,9 @@ 565.4304776282797 ], "relative wind speed": [ - 4.674344086687349, + 4.6743440866873485, 4.6621994569645135, - 4.400201392757507, + 4.4002013927575065, 4.014641874551164, 3.7287228337353002, 3.743896744709686, @@ -307080,12 +221438,12 @@ "relative wind angle": [ 0.03785830419344853, 0.04495670973946089, - 0.10775707722957537, + 0.1077570772295764, 0.11476506109349456, 0.047465829588302796, 0.0559940873498876, - 0.11715681000166941, - 0.10393546396017732 + 0.11715681000166943, + 0.1039354639601773 ], "resistance": [ 98336.96508201526, @@ -307125,68 +221483,7 @@ "id": "5538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.5950702816457, - 20.5950702816457, - 20.5950702816457, - 20.5950702816457, - 20.5950702816457, - 20.5950702816457, - 20.5950702816457, - 20.5950702816457 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2091.4239337174677, - 2537.2395847009375, - 1073.113643663306, - -923.4619339020464, - -2320.670560898847, - -2508.9136653520964, - -1604.3916868695178, - 284.26561062650944 - ], - "relative wind speed": [ - 6.177202505477396, - 6.2346879866231495, - 6.012422351837946, - 5.620148723983112, - 5.277775440842177, - 5.209741846492014, - 5.4647526806574245, - 5.8674247091840925 - ], - "relative wind angle": [ - 0.04448196555395496, - 0.01991145966988521, - 0.0749542638199181, - 0.09133353121182453, - 0.0520688433337873, - 0.023829450297454202, - 0.08248237072775866, - 0.08747431639279994 - ], - "resistance": [ - 98725.92393371747, - 99171.73958470093, - 97707.61364366331, - 95711.03806609796, - 94313.82943910116, - 94125.5863346479, - 95030.10831313048, - 96918.7656106265 - ], - "fuel": [ - 52.068712664998074, - 52.30220437064978, - 51.53815625781072, - 50.509106872581626, - 49.797797792917734, - 49.702519827070645, - 50.16154288353619, - 51.12980577281206 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -63.75, -67.96875 -63.59375, -67.8125 -63.59375, -67.8125 -63.75, -67.96875 -63.75))", @@ -307205,68 +221502,7 @@ "id": "5539", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.60688970103674, - 19.60688970103674, - 19.60688970103674, - 19.60688970103674, - 19.60688970103674, - 19.60688970103674, - 19.60688970103674, - 19.60688970103674 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2114.089604008601, - 2152.721344451651, - 658.8521911061653, - -1136.5028055262756, - -2219.2259085071237, - -2235.546237663477, - -1195.4719208373754, - 590.5303426754435 - ], - "relative wind speed": [ - 5.9133218526704505, - 5.918545595065373, - 5.66540388870494, - 5.280907306876656, - 4.98680192850239, - 4.980601052736236, - 5.266760634890481, - 5.652219636882645 - ], - "relative wind angle": [ - 0.03383571726180189, - 0.031490097034744514, - 0.08191710529625162, - 0.08897494701913149, - 0.040125315516941595, - 0.037422848025904565, - 0.08813297666249509, - 0.08311592355614153 - ], - "resistance": [ - 98748.58960400862, - 98787.22134445168, - 97293.3521911062, - 95497.99719447375, - 94415.2740914929, - 94398.95376233655, - 95439.02807916266, - 97225.03034267547 - ], - "fuel": [ - 50.84219640787916, - 50.862403406138895, - 50.085054031426296, - 49.161810556283875, - 48.610828646806254, - 48.60255684237684, - 49.1316897186928, - 50.04970066865368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -63.59375, -67.8125 -63.4375, -67.65625 -63.4375, -67.65625 -63.59375, -67.8125 -63.59375))", @@ -307298,37 +221534,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1820.4053280443477, + 1820.4053280443059, 1577.4906492421687, - 296.986017887064, + 296.98601788705855, -1079.2051971279943, -1782.07733675108, -1678.9479975452623, -711.6035665904137, - 723.5294409680446 + 723.5294409680482 ], "relative wind speed": [ 4.841892812591736, 4.801795262905557, - 4.521090936616783, + 4.521090936616782, 4.138356038718767, 3.8801902012266276, 3.929702820756346, 4.249651603268698, - 4.623181945708232 + 4.6231819457082315 ], "relative wind angle": [ - 0.02820440516251994, + 0.02820440516253175, 0.05075916027209415, 0.106612021986127, - 0.10573001133915477, + 0.10573001133915479, 0.03519744959935633, 0.06203695255264319, - 0.11345015822256811, - 0.09460710320937751 + 0.11345015822256813, + 0.09460710320937518 ], "resistance": [ - 98454.90532804435, + 98454.9053280443, 98211.99064924217, 96931.48601788706, 95555.294802872, @@ -307338,7 +221574,7 @@ 97358.02944096805 ], "fuel": [ - 46.41491071472665, + 46.41491071472663, 46.28824270637059, 45.62415218847043, 44.91723935319475, @@ -307378,9 +221614,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2151.7411049118764, + 2151.741104911851, 1930.992034131048, - 397.7445780701855, + 397.74457807017825, -1296.5533506911106, -2193.212800223675, -2100.1262721921958, @@ -307398,17 +221634,17 @@ 5.793716275659318 ], "relative wind angle": [ - 0.023827864335564428, + 0.023827864335569087, 0.03678870594984627, - 0.07956743475335472, - 0.07903752521640278, - 0.028070844746079317, + 0.0795674347533561, + 0.07903752521640277, + 0.02807084474607932, 0.04283930509224226, 0.08375959275333855, 0.07303774660254464 ], "resistance": [ - 98786.24110491191, + 98786.24110491188, 98565.49203413108, 97032.24457807021, 95337.94664930891, @@ -307418,7 +221654,7 @@ 97423.6031532564 ], "fuel": [ - 51.35840443676183, + 51.358404436761816, 51.243013429621904, 50.446550532697024, 49.57660225998369, @@ -307458,39 +221694,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2547.9981295375637, + 2547.998129537553, 2150.497959513121, - 328.72781501314967, - -1606.91053052373, + 328.7278150131242, + -1606.9105305237263, -2560.062383344237, -2392.5796854547207, - -997.6455295795531, + -997.6455295795458, 1034.169294612786 ], "relative wind speed": [ - 6.565684817242795, + 6.5656848172427935, 6.516957249670017, 6.223285098471785, - 5.8374264208655475, + 5.837426420865547, 5.588884793478179, 5.645628269742668, 5.967794646038283, 6.345731095399885 ], "relative wind angle": [ - 0.0195205492537106, - 0.03910906575412107, - 0.07857786058212331, - 0.07476855691710169, - 0.022932816317182553, - 0.045148868888204165, - 0.08194929421264785, + 0.019520549253710596, + 0.03910906575412106, + 0.07857786058212755, + 0.07476855691710019, + 0.02293281631718255, + 0.04514886888820417, + 0.08194929421264649, 0.06876958519645517 ], "resistance": [ - 99182.49812953759, + 99182.49812953758, 98784.99795951314, - 96963.22781501318, + 96963.22781501315, 95027.5894694763, 94074.43761665579, 94241.9203145453, @@ -307498,9 +221734,9 @@ 97668.66929461282 ], "fuel": [ - 54.00514155011868, + 54.00514155011867, 53.796902972670914, - 52.850053596075504, + 52.8500535960755, 51.85755375904182, 51.37394738793441, 51.45867926982389, @@ -307538,9 +221774,9 @@ ], "ice resistance": 95310.65284127659, "wind resistance": [ - 2974.8422713683867, + 2974.8422713682558, 2553.878409342604, - 410.93231176149493, + 410.93231176148765, -1897.135290378439, -3054.1740848264526, -2877.5273574111925, @@ -307548,9 +221784,9 @@ 1162.0395302821526 ], "relative wind speed": [ - 7.837884146402549, + 7.837884146402548, 7.7945377527592035, - 7.508131608785198, + 7.508131608785197, 7.1310212829627195, 6.886724185826644, 6.935746472074189, @@ -307558,19 +221794,19 @@ 7.616293939050067 ], "relative wind angle": [ - 0.016833464216040164, - 0.031187108494090166, - 0.06339465731471416, - 0.06028460158223411, - 0.01915868548235898, + 0.016833464216053355, + 0.03118710849409017, + 0.06339465731471418, + 0.060284601582234115, + 0.019158685482358984, 0.03505022329676148, 0.0657020237901398, 0.05643934123157173 ], "resistance": [ - 98285.49511264497, + 98285.49511264484, 97864.5312506192, - 95721.58515303809, + 95721.58515303808, 93413.51755089815, 92256.47875645015, 92433.1254838654, @@ -307578,9 +221814,9 @@ 96472.69237155875 ], "fuel": [ - 60.579453926256164, + 60.579453926256086, 60.36034688113654, - 59.25518939711695, + 59.255189397116936, 58.08398926378105, 57.50432367834288, 57.59249982104791, @@ -307605,68 +221841,7 @@ "id": "5544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.284224450534886, - 23.284224450534886, - 23.284224450534886, - 23.284224450534886, - 23.284224450534886, - 23.284224450534886, - 23.284224450534886, - 23.284224450534886 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2560.5838624227654, - 2712.2908510826273, - 897.1922339803059, - -1349.7952245376728, - -2753.270595210215, - -2817.183533442636, - -1582.3916318543706, - 627.8906278579925 - ], - "relative wind speed": [ - 6.950010657450419, - 6.96749524780163, - 6.709747589030352, - 6.308080201017896, - 5.993534942123968, - 5.973200081446882, - 6.261341432363894, - 6.665825786702003 - ], - "relative wind angle": [ - 0.032353307773623004, - 0.025751156212631583, - 0.07137896655944401, - 0.0789236348539776, - 0.037518653528349676, - 0.030038875290308378, - 0.07650043271731866, - 0.0746797960978662 - ], - "resistance": [ - 99195.08386242276, - 99346.79085108262, - 97531.69223398031, - 95284.70477546233, - 93881.22940478979, - 93817.31646655736, - 95052.10836814562, - 97262.390627858 - ], - "fuel": [ - 56.01018249048698, - 56.08981941390468, - 55.142620589128754, - 53.98702489275198, - 53.27476830389684, - 53.24250730327507, - 53.86847670377672, - 55.00313145935692 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -63.90625, -67.65625 -63.75, -67.5 -63.75, -67.5 -63.90625, -67.65625 -63.90625))", @@ -307698,53 +221873,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2796.026729785677, + 2796.026729785579, 2567.480360984722, - 575.9773442070109, + 575.9773442069927, -1658.6234467097238, - -2871.3152684733614, + -2871.3152684733795, -2774.957683858347, - -1308.6413465169317, + -1308.6413465169226, 981.2631383569969 ], "relative wind speed": [ - 6.917497297981824, + 6.917497297981823, 6.890967645315191, - 6.5932995166914985, + 6.593299516691498, 6.177500317957999, - 5.887762546565225, + 5.8877625465652255, 5.9187905507410274, 6.248673311633255, 6.660030517493961 ], "relative wind angle": [ - 0.024992934926067623, + 0.02499293492608095, 0.035120126198050355, - 0.07819782240242433, - 0.078825071104236, - 0.02936521425635335, + 0.07819782240242575, + 0.07882507110423599, + 0.02936521425635713, 0.040891690453906324, - 0.08252013853872338, - 0.07310346863095035 + 0.08252013853872203, + 0.07310346863095037 ], "resistance": [ - 99430.52672978568, + 99430.52672978558, 99201.98036098471, - 97210.47734420701, + 97210.477344207, 94975.87655329028, - 93763.18473152664, + 93763.18473152662, 93859.54231614165, - 95325.85865348307, + 95325.85865348308, 97615.763138357 ], "fuel": [ - 55.77993837266226, + 55.77993837266221, 55.65992691923908, 54.62239920326828, 53.47579322652543, - 52.86132144366109, + 52.86132144366108, 52.90994576682511, - 53.65414693325829, + 53.65414693325831, 54.83234779452563 ] }, @@ -307765,68 +221940,7 @@ "id": "5546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.425307669553895, - 20.425307669553895, - 20.425307669553895, - 20.425307669553895, - 20.425307669553895, - 20.425307669553895, - 20.425307669553895, - 20.425307669553895 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2475.838454121689, - 2275.189735514088, - 520.5138992327575, - -1445.7604909763959, - -2515.3066055002982, - -2430.4953185824306, - -1139.765078066739, - 875.0947757362173 - ], - "relative wind speed": [ - 6.188080199589274, - 6.1621014307173585, - 5.8681639172126046, - 5.4548441078712315, - 5.16458302216457, - 5.195551973268136, - 5.5253874606314595, - 5.933795590362197 - ], - "relative wind angle": [ - 0.027812736036365346, - 0.039013801022036276, - 0.08735912141740661, - 0.08879218041993843, - 0.03332642944225315, - 0.046276473428970115, - 0.09279373628959328, - 0.08160858303434142 - ], - "resistance": [ - 99110.33845412168, - 98909.68973551407, - 97155.01389923274, - 95188.7395090236, - 94119.19339449969, - 94204.00468141756, - 95494.73492193324, - 97509.5947757362 - ], - "fuel": [ - 52.05268240388127, - 51.94754886634859, - 51.03453800121269, - 50.02503836588008, - 49.48196660501533, - 49.52487492214678, - 50.181193429888154, - 51.218113495753606 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -64.0625, -67.65625 -63.90625, -67.5 -63.90625, -67.5 -64.0625, -67.65625 -64.0625))", @@ -307858,9 +221972,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2484.040979801186, + 2484.0409798011788, 2321.7428800872876, - 561.1618877623077, + 561.1618877623005, -1434.575643663351, -2539.7304126569707, -2471.150953539318, @@ -307868,7 +221982,7 @@ 848.0992754724703 ], "relative wind speed": [ - 6.2599201992801765, + 6.259920199280175, 6.239150638476748, 5.949245320258214, 5.536788203453867, @@ -307880,17 +221994,17 @@ "relative wind angle": [ 0.02856170937215685, 0.037398491445367964, - 0.0856074829765866, + 0.08560748297658789, 0.08790757529761734, 0.034103059476421206, - 0.04429906507195519, + 0.0442990650719552, 0.09107329568284207, 0.08108253652957827 ], "resistance": [ 99118.54097980117, 98956.24288008727, - 97195.6618877623, + 97195.66188776228, 95199.92435633663, 94094.76958734302, 94163.34904646067, @@ -307900,7 +222014,7 @@ "fuel": [ 52.40345578833433, 52.31840021957468, - 51.40203108703881, + 51.4020310870388, 50.37721239840576, 49.81608724108979, 49.850775135091354, @@ -307925,68 +222039,7 @@ "id": "5548", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.155765283160655, - 16.155765283160655, - 16.155765283160655, - 16.155765283160655, - 16.155765283160655, - 16.155765283160655, - 16.155765283160655, - 16.155765283160655 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2342.006377576956, - 1818.3008072996763, - 181.6307318094223, - -1454.882825331294, - -2184.2314272685626, - -1961.1552098613938, - -667.7375589919893, - 1096.1828879406567 - ], - "relative wind speed": [ - 5.075406719996723, - 4.992931641594498, - 4.6370273985013695, - 4.181556496834496, - 3.9028727886579704, - 4.007842686558342, - 4.414764578477809, - 4.848376495448341 - ], - "relative wind angle": [ - 0.022084138584541297, - 0.06723251909988921, - 0.1268113484786454, - 0.11839875380179816, - 0.028720455494879768, - 0.08379255521672417, - 0.13323282574039153, - 0.10205345934118773 - ], - "resistance": [ - 98976.50637757697, - 98452.80080729969, - 96816.13073180943, - 95179.61717466872, - 94450.26857273145, - 94673.34479013862, - 95966.76244100803, - 97730.68288794067 - ], - "fuel": [ - 47.14125750881289, - 46.86742804974865, - 46.01824232460785, - 45.179103907292145, - 44.80833364508446, - 44.92152612231659, - 45.58147648028047, - 46.491528690318574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -64.21875, -67.65625 -64.0625, -67.5 -64.0625, -67.5 -64.21875, -67.65625 -64.21875))", @@ -308018,9 +222071,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2431.734429726377, + 2431.734429726319, 2710.794271677838, - 1001.0808446592055, + 1001.0808446592036, -1189.0685241342362, -2621.180327711936, -2739.0909396034895, @@ -308028,9 +222081,9 @@ 507.6923250516502 ], "relative wind speed": [ - 6.451058793697947, + 6.451058793697946, 6.485563599043506, - 6.228503300363727, + 6.228503300363725, 5.807394357972213, 5.461343874355384, 5.420322986360546, @@ -308038,19 +222091,19 @@ 6.141384798618238 ], "relative wind angle": [ - 0.04003727694541112, + 0.04003727694541945, 0.02585474227850632, - 0.07960981193018016, + 0.07960981193017877, 0.09188007419786288, 0.04729790596323002, - 0.030937389430220702, + 0.030937389430220705, 0.08679753747810076, 0.08687033441299111 ], "resistance": [ - 99066.23442972638, + 99066.23442972632, 99345.29427167783, - 97635.58084465921, + 97635.5808446592, 95445.43147586577, 94013.31967228807, 93895.40906039652, @@ -308058,9 +222111,9 @@ 97142.19232505166 ], "fuel": [ - 53.332625036446295, + 53.33262503644626, 53.479046771137035, - 52.58651689945953, + 52.586516899459525, 51.45907401395432, 50.731504377203684, 50.671941143399664, @@ -308085,68 +222138,7 @@ "id": "5550", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.156337476761983, - 16.156337476761983, - 16.156337476761983, - 16.156337476761983, - 16.156337476761983, - 16.156337476761983, - 16.156337476761983, - 16.156337476761983 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2216.1779350335037, - 1960.4688289203132, - 414.9558512535168, - -1263.1579790668638, - -2142.921083980579, - -2033.9482509921427, - -878.9115842801621, - 861.4217006683866 - ], - "relative wind speed": [ - 5.056807986894409, - 5.016562196091092, - 4.692731243142789, - 4.240354910970755, - 3.925528932994493, - 3.9768314212254046, - 4.354234479185463, - 4.795881008647124 - ], - "relative wind angle": [ - 0.033741365751159956, - 0.055771231673557235, - 0.12091814729232161, - 0.12315154583613866, - 0.04347056832387945, - 0.07037406295656164, - 0.13036993615806536, - 0.10882606320990522 - ], - "resistance": [ - 98850.67793503353, - 98594.96882892035, - 97049.45585125354, - 95371.34202093317, - 94491.57891601945, - 94600.5517490079, - 95755.58841571986, - 97495.92170066842 - ], - "fuel": [ - 47.07594091588372, - 46.942230752660016, - 46.13926214066399, - 45.277465695809575, - 44.82984956749505, - 44.88513776075515, - 45.4738706956377, - 46.37030977082027 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -64.375, -67.65625 -64.21875, -67.5 -64.21875, -67.5 -64.375, -67.65625 -64.375))", @@ -308178,9 +222170,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2933.1332912582147, + 2933.133291258182, 3064.259831264062, - 991.6814222271896, + 991.6814222271678, -1545.270292813355, -3111.6089890579296, -3166.968944944356, @@ -308188,7 +222180,7 @@ 759.5762743188461 ], "relative wind speed": [ - 7.094980183929001, + 7.094980183929, 7.109758033851077, 6.819742083671517, 6.37070316965909, @@ -308198,19 +222190,19 @@ 6.782484888736644 ], "relative wind angle": [ - 0.034579387640101496, + 0.03457938764010471, 0.029066224225212094, - 0.0788975166214594, - 0.08699473486070469, + 0.07889751662146222, + 0.08699473486070468, 0.04075236679547115, 0.03442547114126419, 0.08500508641326225, 0.0817008985289424 ], "resistance": [ - 99567.63329125821, + 99567.63329125819, 99698.75983126406, - 97626.1814222272, + 97626.18142222716, 95089.22970718665, 93522.89101094207, 93467.53105505565, @@ -308218,9 +222210,9 @@ 97394.07627431885 ], "fuel": [ - 56.658715674345075, + 56.65871567434505, 56.72772587290184, - 55.64444111346318, + 55.64444111346316, 54.34019732460696, 53.54690235790936, 53.51903153728939, @@ -308245,68 +222237,7 @@ "id": "5552", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.056613823695574, - 17.056613823695574, - 17.056613823695574, - 17.056613823695574, - 17.056613823695574, - 17.056613823695574, - 17.056613823695574, - 17.056613823695574 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 2171.292548335361, - 2362.1723709193357, - 856.6111678319467, - -1026.1786024192097, - -2235.7659033904274, - -2317.059842056121, - -1313.3894535951604, - 522.9819744374599 - ], - "relative wind speed": [ - 5.288744715182287, - 5.317300153634037, - 5.037874200735127, - 4.580969651597797, - 4.2027930472703705, - 4.166606429303849, - 4.500457043247956, - 4.9647766426791735 - ], - "relative wind angle": [ - 0.05116466909569329, - 0.036364419431203054, - 0.10816738266916386, - 0.12603446552028358, - 0.06440143119608366, - 0.04641363403162757, - 0.1211441925025145, - 0.11624524135596513 - ], - "resistance": [ - 98805.79254833533, - 98996.6723709193, - 97491.11116783191, - 95608.32139758076, - 94398.73409660955, - 94317.44015794386, - 95321.11054640482, - 97157.48197443743 - ], - "fuel": [ - 47.97340693016884, - 48.073344612700865, - 47.288770516894196, - 46.31948537020902, - 45.70373307262967, - 45.66254483946081, - 46.17278498163334, - 47.11605218024705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -64.53125, -67.65625 -64.375, -67.5 -64.375, -67.5 -64.53125, -67.65625 -64.53125))", @@ -308338,39 +222269,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3059.841592423003, + 3059.841592422981, 3947.514240721677, - 1808.465360062859, + 1808.4653600628371, -1251.7707146913017, -3491.9963205370077, -3866.1209701556836, - -2611.4567582220225, + -2611.456758222015, 233.99114720573198 ], "relative wind speed": [ 7.872000221058635, 7.961872971977589, - 7.71360526560054, + 7.713605265600539, 7.250721086752417, 6.831454283857909, 6.726494918669048, - 7.009810904674063, + 7.009810904674062, 7.487603009969987 ], "relative wind angle": [ - 0.044829975776488076, + 0.044829975776490553, 0.014929135630428497, - 0.06757835105645346, - 0.08530467304219608, - 0.05166401752986079, + 0.06757835105645511, + 0.08530467304219606, + 0.051664017529860794, 0.01767126176616441, - 0.0743752708004244, + 0.0743752708004229, 0.08259967181404154 ], "resistance": [ - 99694.34159242304, + 99694.341592423, 100582.0142407217, - 98442.9653600629, + 98442.96536006287, 95382.72928530873, 93142.50367946303, 92768.37902984435, @@ -308378,9 +222309,9 @@ 96868.49114720576 ], "fuel": [ - 61.20974513227708, + 61.209745132277064, 61.67858373222191, - 60.55379079489343, + 60.55379079489342, 58.97420559729551, 57.83997297189266, 57.65237235767694, @@ -308405,68 +222336,7 @@ "id": "5554", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.648979482939495, - 17.648979482939495, - 17.648979482939495, - 17.648979482939495, - 17.648979482939495, - 17.648979482939495, - 17.648979482939495, - 17.648979482939495 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1974.1993561731942, - 2443.8027800887303, - 1079.2089189819671, - -800.4954694798998, - -2138.5886514309896, - -2338.0624493009545, - -1510.282577581902, - 255.43012220517812 - ], - "relative wind speed": [ - 5.402528690205836, - 5.4712274134102366, - 5.236722881958341, - 4.808853732381071, - 4.422394736949608, - 4.3371144841524645, - 4.61753450614835, - 5.06160224024581 - ], - "relative wind angle": [ - 0.05762521550056283, - 0.023254272393202984, - 0.09391092687317501, - 0.11823477598165766, - 0.07041589695924404, - 0.029336600746047162, - 0.10654892383805972, - 0.11230517048156596 - ], - "resistance": [ - 98608.69935617318, - 99078.30278008872, - 97713.70891898195, - 95834.00453052009, - 94495.911348569, - 94296.43755069903, - 95124.21742241808, - 96889.93012220516 - ], - "fuel": [ - 48.50545429377756, - 48.7512205625915, - 48.03933460497407, - 47.07007011041718, - 46.38809685342949, - 46.287003566004714, - 46.70748992335824, - 47.612936916981226 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -64.6875, -67.65625 -64.53125, -67.5 -64.53125, -67.5 -64.6875, -67.65625 -64.6875))", @@ -308498,9 +222368,9 @@ ], "ice resistance": 91503.57309600878, "wind resistance": [ - 3432.3981613499636, + 3432.39816134984, 3374.2041804217115, - 932.1473944076861, + 932.1473944076715, -1938.3926932658615, -3609.2631043566726, -3584.7478901453105, @@ -308508,7 +222378,7 @@ 1035.459340212532 ], "relative wind speed": [ - 7.920941123087038, + 7.920941123087037, 7.915046290110067, 7.603161608112952, 7.145402506005481, @@ -308518,19 +222388,19 @@ 7.617967871042229 ], "relative wind angle": [ - 0.02798453079302756, + 0.027984530793039464, 0.029940229116514762, - 0.07328812159067638, + 0.07328812159067791, 0.0771023965940558, - 0.03256080553463715, + 0.032560805534637145, 0.03477559642787983, 0.07782055324409225, 0.07231087215805136 ], "resistance": [ - 94935.97125735875, + 94935.97125735861, 94877.7772764305, - 92435.72049041647, + 92435.72049041645, 89565.18040274292, 87894.30999165212, 87918.82520586347, @@ -308538,7 +222408,7 @@ 92539.03243622131 ], "fuel": [ - 58.85431411952229, + 58.854314119522215, 58.8247108314709, 57.593796026983625, 56.17527792863167, @@ -308565,68 +222435,7 @@ "id": "5556", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.054762728723723, - 18.054762728723723, - 18.054762728723723, - 18.054762728723723, - 18.054762728723723, - 18.054762728723723, - 18.054762728723723, - 18.054762728723723 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2232.5678669746176, - 2284.3177039829297, - 722.650003352961, - -1152.8031925944906, - -2291.746225267705, - -2313.7214445656646, - -1231.1005644098132, - 631.7947847588293 - ], - "relative wind speed": [ - 5.546416354478345, - 5.553836950210249, - 5.2712433836748005, - 4.83501999511323, - 4.49464468297721, - 4.485472141694727, - 4.814411531382086, - 5.252346794557212 - ], - "relative wind angle": [ - 0.0414211912891765, - 0.03779329256267835, - 0.10003753768686503, - 0.1108063323824555, - 0.051121627972450186, - 0.04680096987000394, - 0.10956643396624853, - 0.10197019988522478 - ], - "resistance": [ - 98867.06786697464, - 98918.81770398296, - 97357.15000335299, - 95481.69680740553, - 94342.75377473232, - 94320.77855543437, - 95403.39943559021, - 97266.29478475885 - ], - "fuel": [ - 49.088965364716536, - 49.116058087313284, - 48.30286135608101, - 47.33826244354214, - 46.75885925005669, - 46.7477274793078, - 47.298276489483875, - 48.25583026805655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -64.84375, -67.65625 -64.6875, -67.5 -64.6875, -67.5 -64.84375, -67.65625 -64.84375))", @@ -308645,68 +222454,7 @@ "id": "5557", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.849796651203203, - 21.849796651203203, - 21.849796651203203, - 21.849796651203203, - 21.849796651203203, - 21.849796651203203, - 21.849796651203203, - 21.849796651203203 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 3031.8916796070716, - 2593.2372844929505, - 443.21061956015546, - -1854.5884445109805, - -3007.375192458252, - -2821.8357854000715, - -1186.468117534925, - 1217.5748553125577 - ], - "relative wind speed": [ - 6.6499534451413655, - 6.597043223797084, - 6.254262436227485, - 5.795414902420211, - 5.492984403725341, - 5.556417837552384, - 5.939609403059361, - 6.3881080603667835 - ], - "relative wind angle": [ - 0.023767888248783568, - 0.04510196693548978, - 0.09265861358665532, - 0.09001009230676302, - 0.02877530137919603, - 0.05355626700094328, - 0.09758248097342918, - 0.08163933027970556 - ], - "resistance": [ - 99666.39167960711, - 99227.73728449299, - 97077.7106195602, - 94779.91155548906, - 93627.1248075418, - 93812.66421459996, - 95448.03188246512, - 97852.0748553126 - ], - "fuel": [ - 54.22723759892218, - 53.996683290677325, - 52.876996422312274, - 51.69936786189949, - 51.11596214400321, - 51.209526580214195, - 52.039755652993, - 53.27828643335076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -65, -67.8125 -64.84375, -67.65625 -64.84375, -67.65625 -65, -67.8125 -65))", @@ -308725,68 +222473,7 @@ "id": "5558", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.295066074357745, - 19.295066074357745, - 19.295066074357745, - 19.295066074357745, - 19.295066074357745, - 19.295066074357745, - 19.295066074357745, - 19.295066074357745 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2079.8616320711208, - 2514.4874134393413, - 1065.3879227657599, - -901.2572338915361, - -2275.090323634524, - -2459.1084802362147, - -1562.0618719522627, - 299.27105946069605 - ], - "relative wind speed": [ - 5.8416773474564545, - 5.900757191805277, - 5.667869711987464, - 5.255554028115081, - 4.893420231001589, - 4.822014138544163, - 5.093722481338834, - 5.518143496369485 - ], - "relative wind angle": [ - 0.04935537606440493, - 0.02236487293241194, - 0.0838720843209761, - 0.10284146540952584, - 0.0589297469646172, - 0.027369301643831112, - 0.09335201273997644, - 0.09793149168391546 - ], - "resistance": [ - 98714.36163207114, - 99148.98741343938, - 97699.88792276579, - 95733.2427661085, - 94359.40967636551, - 94175.39151976381, - 95072.43812804777, - 96933.77105946072 - ], - "fuel": [ - 50.446878667451784, - 50.67448203758956, - 49.918357587149586, - 48.904681577277444, - 48.20509955751682, - 48.11192736314402, - 48.56731062093367, - 49.52176361090645 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -65, -67.65625 -64.84375, -67.5 -64.84375, -67.5 -65, -67.65625 -65))", @@ -308805,68 +222492,7 @@ "id": "5559", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.190170993761175, - 21.190170993761175, - 21.190170993761175, - 21.190170993761175, - 21.190170993761175, - 21.190170993761175, - 21.190170993761175, - 21.190170993761175 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2703.349302454517, - 2607.6689595160315, - 698.2384813082645, - -1510.6724699881797, - -2775.1435028524866, - -2734.665545033722, - -1364.9633370909887, - 867.1229071964499 - ], - "relative wind speed": [ - 6.431603589031723, - 6.41970832256208, - 6.116431929808494, - 5.673349012474363, - 5.348005622495382, - 5.362278798972978, - 5.705782094744513, - 6.146527462506297 - ], - "relative wind angle": [ - 0.03206515371820735, - 0.03701088362408203, - 0.08875215773599394, - 0.09340494259831429, - 0.038565056568983645, - 0.04431373464977854, - 0.09515841792646317, - 0.08619573217122964 - ], - "resistance": [ - 99337.84930245452, - 99242.16895951603, - 97332.73848130826, - 95123.82753001183, - 93859.35649714751, - 93899.83445496627, - 95269.53666290901, - 97501.62290719645 - ], - "fuel": [ - 53.1661966845293, - 53.11596354548384, - 52.12061664366702, - 50.98608199598741, - 50.34479933328019, - 50.36523574820969, - 51.06036138788549, - 52.20810572416107 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -64.84375, -67.5 -64.6875, -67.34375 -64.6875, -67.34375 -64.84375, -67.5 -64.84375))", @@ -308898,17 +222524,17 @@ ], "ice resistance": 83286.31979822593, "wind resistance": [ - 3306.2141679294946, + 3306.2141679294364, 3181.708919724657, - 823.1841762514377, + 823.1841762514232, -1911.0982420501605, - -3468.245910208894, + -3468.2459102088687, -3415.8454221804313, -1719.908363672428, 1044.493899745732 ], "relative wind speed": [ - 7.8990712839786665, + 7.899071283978665, 7.886408173412917, 7.582590040640739, 7.14486512252489, @@ -308918,31 +222544,31 @@ 7.614345459197065 ], "relative wind angle": [ - 0.02564511777550092, - 0.029844344573005253, - 0.070662228009197, + 0.02564511777550525, + 0.02984434457300525, + 0.07066222800919857, 0.07309363846208806, - 0.02966570545189245, - 0.03439469574752075, - 0.07464653652117047, + 0.02966570545188871, + 0.03439469574752076, + 0.07464653652117048, 0.06857956612391641 ], "resistance": [ - 86592.53396615543, + 86592.53396615537, 86468.02871795058, - 84109.50397447737, + 84109.50397447735, 81375.22155617576, - 79818.07388801704, + 79818.07388801707, 79870.4743760455, 81566.4114345535, 84330.81369797167 ], "fuel": [ - 54.73861931834556, + 54.73861931834554, 54.67916426828799, - 53.56379259370486, + 53.563792593704854, 52.296629193731206, - 51.58742451025458, + 51.5874245102546, 51.61114367102732, 52.38432874904035, 53.667572335646085 @@ -308978,19 +222604,19 @@ ], "ice resistance": 72851.60239420005, "wind resistance": [ - 3300.8165435389274, + 3300.816543538651, 2494.5651619405216, - 112.11402792531226, + 112.11402792529043, -2255.4338098141707, - -3259.750067458026, + -3259.7500674580842, -2921.191551895259, -1013.401049084423, 1549.1664470750293 ], "relative wind speed": [ - 7.8787048433201425, + 7.878704843320142, 7.795969408381382, - 7.468643700710773, + 7.468643700710772, 7.071871834801449, 6.844625279772376, 6.938713584825141, @@ -308998,31 +222624,31 @@ 7.675383637369361 ], "relative wind angle": [ - 0.011373396479262146, + 0.011373396479291432, 0.03878216109454056, - 0.0692886515278715, - 0.060698765973256824, - 0.013091770276302848, + 0.06928865152787311, + 0.06069876597325682, + 0.01309177027631133, 0.043576440718944384, - 0.07099065502966938, - 0.05592085598985236 + 0.07099065502966939, + 0.055920855989852365 ], "resistance": [ - 76152.41893773897, + 76152.4189377387, 75346.16755614057, - 72963.71642212536, + 72963.71642212533, 70596.16858438587, - 69591.85232674202, + 69591.85232674197, 69930.41084230479, 71838.20134511562, 74400.76884127507 ], "fuel": [ - 49.95351748802416, + 49.95351748802405, 49.600851921353026, - 48.57286892701015, + 48.572868927010134, 47.57223959483078, - 47.15407210092587, + 47.154072100925845, 47.29461846432859, 48.09457612172882, 49.19040241756548 @@ -309045,68 +222671,7 @@ "id": "5562", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.736380643375206, - 22.736380643375206, - 22.736380643375206, - 22.736380643375206, - 22.736380643375206, - 22.736380643375206, - 22.736380643375206, - 22.736380643375206 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2666.6768568912084, - 2248.0684152689537, - 338.9432825007243, - -1688.8817590071649, - -2685.5987914852267, - -2509.3352727769707, - -1046.6173344368726, - 1082.48175655444 - ], - "relative wind speed": [ - 6.809257615439003, - 6.759752607921776, - 6.46318869077463, - 6.074436442624573, - 5.824715108443525, - 5.882094868976448, - 6.206487518346204, - 6.5874515005773535 - ], - "relative wind angle": [ - 0.018907770006847974, - 0.038047260538169606, - 0.07625518451897471, - 0.07236518618314579, - 0.02210420382695259, - 0.04372761552100951, - 0.07941562366711406, - 0.06672082429137861 - ], - "resistance": [ - 99301.17685689125, - 98882.568415269, - 96973.44328250077, - 94945.61824099287, - 93948.90120851481, - 94125.16472722308, - 95587.88266556317, - 97716.98175655448 - ], - "fuel": [ - 55.27431744540385, - 55.05485244749332, - 54.062218213834356, - 53.022720309013245, - 52.517394816861994, - 52.60648958321798, - 53.35030039839836, - 54.44720261511601 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -65, -67.34375 -64.84375, -67.1875 -64.84375, -67.1875 -65, -67.34375 -65))", @@ -309138,51 +222703,51 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2959.487349051069, + 2959.487349050931, 2041.5485988514301, - -100.59547683594792, + -100.5954768359552, -2116.926907886278, - -2857.8083326216147, + -2857.808332621702, -2472.574809198504, -701.8428961879545, - 1536.5221198670188 + 1536.5221198670151 ], "relative wind speed": [ - 7.415900155561746, + 7.415900155561745, 7.315632323249609, - 6.996844509722685, + 6.996844509722684, 6.631770505215081, 6.442567037604692, 6.556200794844278, - 6.895390638539252, + 6.895390638539251, 7.247197052478325 ], "relative wind angle": [ - 0.0068572003388393836, - 0.042138260962810765, - 0.06961324160985956, + 0.006857200338855574, + 0.04213826096281077, + 0.06961324160985957, 0.05734527022607496, - 0.007893195721283166, - 0.047022721339374574, - 0.07063917588874011, - 0.05247087049539992 + 0.00789319572129723, + 0.04702272133937458, + 0.07063917588873854, + 0.052470870495399925 ], "resistance": [ - 99593.98734905111, + 99593.98734905098, 98676.04859885147, 96533.90452316409, 94517.57309211377, - 93776.69166737843, + 93776.69166737834, 94161.92519080154, 95932.65710381209, 98171.02211986706 ], "fuel": [ - 58.739434242275614, + 58.739434242275536, 58.25803660021577, 57.146820916988645, 56.11646951633607, - 55.74167750691868, + 55.741677506918634, 55.936301891659994, 56.83799872227747, 57.99452093812249 @@ -309218,9 +222783,9 @@ ], "ice resistance": 79694.51197228482, "wind resistance": [ - 1480.2508574846688, + 1480.2508574844142, 601.8249456013182, - -608.1379353307857, + -608.1379353308112, -1449.3696061414194, -1556.9087100138058, -1012.3340088533587, @@ -309228,7 +222793,7 @@ 1221.5623555868624 ], "relative wind speed": [ - 7.600547937602783, + 7.600547937602782, 7.49166515530039, 7.306261968545777, 7.151554658617395, @@ -309238,19 +222803,19 @@ 7.5728923148798275 ], "relative wind angle": [ - 0.007732650060247849, + 0.007732650060276564, 0.028128363663814517, - 0.03274539841823102, + 0.032745398418234414, 0.017841071573707054, - 0.008252060265058477, - 0.029120065302366625, - 0.032227017926376084, + 0.008252060265058475, + 0.029120065302366622, + 0.03222701792637609, 0.016848340223709065 ], "resistance": [ - 81174.76282976949, + 81174.76282976923, 80296.33691788613, - 79086.37403695403, + 79086.374036954, 78245.1423661434, 78137.603262271, 78682.17796343146, @@ -309258,9 +222823,9 @@ 80916.07432787168 ], "fuel": [ - 52.20482404963636, + 52.20482404963625, 51.80428994053872, - 51.2572868884114, + 51.25728688841138, 50.88019115502371, 50.8321748375789, 51.07577078824475, @@ -309298,54 +222863,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1472.5837106581748, + 1472.583710658033, 395.8601593152489, -889.1880391245759, -1640.5137057829597, -1636.6511209454911, -874.7060800788458, 412.5909695165501, - 1481.86517736327 + 1481.865177363201 ], "relative wind speed": [ - 7.547054267555694, + 7.547054267555693, 7.404649455387042, 7.199495890810612, 7.051582874027721, 7.052649458038936, 7.20201769910654, 7.407101417802284, - 7.548050838867371 + 7.548050838867372 ], "relative wind angle": [ - 0.01376240009922721, + 0.013762400099243344, 0.033533590708312896, - 0.034346303799599284, - 0.014376625603383162, - 0.014727239297475164, + 0.03434630379959929, + 0.014376625603383163, + 0.014727239297475166, 0.03447744108739464, - 0.03338328596333414, - 0.01343095386218209 + 0.03338328596333415, + 0.013430953862190356 ], "resistance": [ - 98107.08371065817, + 98107.08371065803, 97030.36015931526, 95745.31196087542, 94993.98629421704, 94997.84887905451, 95759.79391992115, 97047.09096951655, - 98116.36517736327 + 98116.3651773632 ], "fuel": [ - 60.1143223971996, + 60.11432239719953, 59.5559281454094, 58.89514235494036, 58.511649071657715, 58.5136152490324, 58.90255490196182, 59.5645718322433, - 60.119154566093265 + 60.11915456609322 ] }, { @@ -309378,9 +222943,9 @@ ], "ice resistance": 82019.20427251003, "wind resistance": [ - 745.8033134666184, + 745.8033134665202, -245.78638925955602, - -1082.9233222227922, + -1082.9233222228431, -1292.5692026246434, -1037.5305425387596, -168.55109311782144, @@ -309388,9 +222953,9 @@ 1315.548499358294 ], "relative wind speed": [ - 7.503357351579385, + 7.5033573515793845, 7.357873816947367, - 7.213104995887873, + 7.213104995887872, 7.155960655669182, 7.2219090505187875, 7.370076985577963, @@ -309398,19 +222963,19 @@ 7.566278409758675 ], "relative wind angle": [ - 0.019910460558622757, - 0.027886526154827097, - 0.01951476795562809, - 0.0008529888102851731, + 0.019910460558633908, + 0.0278865261548271, + 0.019514767955633783, + 0.0008529888102851732, 0.020686508794202575, - 0.027840340476765965, + 0.02784034047676597, 0.018738647976505405, 0.0008067313886645706 ], "resistance": [ - 82765.00758597665, + 82765.00758597655, 81773.41788325048, - 80936.28095028724, + 80936.28095028718, 80726.6350698854, 80981.67372997127, 81850.65317939222, @@ -309418,9 +222983,9 @@ 83334.75277186833 ], "fuel": [ - 52.937228802037446, + 52.9372288020374, 52.479436789358274, - 52.09579999930628, + 52.095799999306266, 52.00013336766644, 52.11653539326153, 52.514962990998065, @@ -309458,19 +223023,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 778.6426122077719, + 778.6426122077282, -339.09847397967314, - -1243.4547627486645, + -1243.4547627487264, -1448.5645375561944, - -1109.2091026198214, + -1109.2091026198468, -110.99069709446849, - 969.0263333624935, + 969.0263333625298, 1462.2167316750783 ], "relative wind speed": [ - 6.972066081505773, + 6.972066081505771, 6.7931896816779025, - 6.621242078439164, + 6.621242078439163, 6.560573922984736, 6.649566882271827, 6.8322045574934585, @@ -309478,33 +223043,33 @@ 7.055870957418522 ], "relative wind angle": [ - 0.027099679500864036, + 0.027099679500868137, 0.036463640149491466, - 0.024365166258397773, + 0.024365166258406887, 0.0029754055778607965, - 0.028414340055555463, + 0.028414340055559373, 0.03625532527485326, - 0.023049957142990254, + 0.023049957142985435, 0.00276654214059415 ], "resistance": [ - 97413.1426122078, + 97413.14261220775, 96295.40152602036, - 95391.04523725137, + 95391.0452372513, 95185.93546244383, - 95525.29089738021, + 95525.29089738018, 96523.50930290556, - 97603.52633336252, + 97603.52633336256, 98096.71673167511 ], "fuel": [ - 56.92304583097496, + 56.92304583097494, 56.3463511958055, - 55.883154039481965, + 55.88315403948194, 55.77852340372211, - 55.95172021999281, + 55.951720219992794, 56.463665051524224, - 57.02173700667707, + 57.0217370066771, 57.27802444922967 ] }, @@ -309538,9 +223103,9 @@ ], "ice resistance": 52087.32000646327, "wind resistance": [ - 3600.338682091093, + 3600.3386820898704, 2257.2252642412896, - -348.63878672319333, + -348.6387867232115, -2669.8941491991354, -3383.3960734884313, -2819.469165773822, @@ -309548,9 +223113,9 @@ 2044.7783306092388 ], "relative wind speed": [ - 7.910675917913836, + 7.910675917913835, 7.772952079616129, - 7.401679334665245, + 7.4016793346652445, 6.998377695115535, 6.811613462200989, 6.968363323241041, @@ -309558,19 +223123,19 @@ 7.745939650759552 ], "relative wind angle": [ - 0.0025452034383009144, - 0.04817815686841693, - 0.07431278575290279, + 0.0025452034384317755, + 0.04817815686841692, + 0.07431278575290429, 0.05759028152348498, 0.002955876348402714, 0.05374603983524826, - 0.07471891262810167, - 0.052026944311335956 + 0.07471891262810165, + 0.05202694431133595 ], "resistance": [ - 55687.658688554366, + 55687.65868855314, 54344.54527070456, - 51738.68121974007, + 51738.68121974006, 49417.425857264134, 48703.92393297484, 49267.85084068945, @@ -309578,7 +223143,7 @@ 54132.09833707251 ], "fuel": [ - 41.75044782258971, + 41.750447822589265, 41.26657144003815, 40.346916266717614, 39.54898349545186, @@ -309618,37 +223183,37 @@ ], "ice resistance": 79945.76576816352, "wind resistance": [ - 3550.923487495187, + 3550.9234874950926, 2711.171784108781, - 156.24433072272586, - -2396.3939552586453, + 156.24433072272222, + -2396.393955258649, -3496.4128601315533, -3143.291036681876, -1105.5147267428874, 1650.2572535875115 ], "relative wind speed": [ - 7.917341826235154, + 7.917341826235152, 7.83168349166272, - 7.482316040315929, - 7.054625776047149, + 7.482316040315928, + 7.05462577604715, 6.806273271223228, 6.904664446766254, 7.281799510344355, 7.696876807897569 ], "relative wind angle": [ - 0.012699487118109141, - 0.04109646680060874, + 0.012699487118117884, + 0.041096466800608744, 0.07432166754369293, - 0.06581341000442452, + 0.06581341000442621, 0.014772714963901683, 0.0466178344600949, - 0.07637217351700443, + 0.07637217351700444, 0.06031476303093279 ], "resistance": [ - 83496.68925565871, + 83496.68925565861, 82656.9375522723, 80102.01009888624, 77549.37181290486, @@ -309658,7 +223223,7 @@ 81596.02302175103 ], "fuel": [ - 53.27737372470489, + 53.27737372470484, 52.88715794050971, 51.71607098225133, 50.57029037123159, @@ -309698,51 +223263,51 @@ ], "ice resistance": 56498.5816900884, "wind resistance": [ - 3572.8680387678105, + 3572.8680387675777, 1627.9980280484197, - -1156.8651291543865, + -1156.8651291544084, -3192.9780361803932, - -3529.8949844622075, + -3529.894984462251, -2387.710580965133, 203.3881224009383, 2771.8654000327224 ], "relative wind speed": [ - 7.921918238527319, + 7.921918238527318, 7.695017091478177, 7.274305550616375, 6.8958418318706265, - 6.801921368068262, + 6.801921368068263, 7.057594125277689, 7.490487409479252, 7.840298993349587 ], "relative wind angle": [ - 0.0136844105534687, + 0.01368441055349304, 0.06146476361576798, - 0.07706774144921624, + 0.07706774144921913, 0.04632985889917605, - 0.015937847817567845, - 0.06702407720919475, + 0.01593784781757481, + 0.06702407720919476, 0.07483927649329823, - 0.040745574297289824 + 0.04074557429728982 ], "resistance": [ - 60071.44972885621, + 60071.44972885598, 58126.579718136825, - 55341.716560934015, + 55341.71656093399, 53305.60365390801, - 52968.6867056262, + 52968.686705626154, 54110.87110912327, 56701.96981248934, 59270.447090121124 ], "fuel": [ - 43.37648255802809, + 43.376482558027995, 42.64626665512825, 41.625175265187465, 40.896881880780164, - 40.777858207817374, + 40.77785820781735, 41.183072401430096, 42.12031715129905, 43.07403547536052 @@ -309778,17 +223343,17 @@ ], "ice resistance": 82169.00687441725, "wind resistance": [ - 3807.3684204078345, + 3807.368420407489, 2561.855780014408, - -181.8578960593186, + -181.85789605934042, -2723.8929102441616, - -3619.824317455379, + -3619.824317455481, -3096.0277579792673, - -810.1660632539206, + -810.1660632539315, 2033.1560545961147 ], "relative wind speed": [ - 7.94611423741001, + 7.946114237410009, 7.819235469623224, 7.43425807404013, 6.997418477986506, @@ -309798,31 +223363,31 @@ 7.752245860308637 ], "relative wind angle": [ - 0.006305169026110644, + 0.006305169026145862, 0.048376137052398474, - 0.07874951326505382, + 0.07874951326505664, 0.06420644931031892, - 0.007393491032182421, - 0.05464878539605367, - 0.07982428147382116, - 0.057947353731397366 + 0.007393491032197438, + 0.054648785396053674, + 0.07982428147382256, + 0.05794735373139737 ], "resistance": [ - 85976.37529482508, + 85976.37529482474, 84730.86265443165, - 81987.14897835793, + 81987.1489783579, 79445.11396417308, - 78549.18255696187, + 78549.18255696176, 79072.97911643799, - 81358.84081116333, + 81358.84081116332, 84202.16292901336 ], "fuel": [ - 54.444948397177974, + 54.44494839717781, 53.85563152978149, - 52.57780174064952, + 52.577801740649505, 51.41889879018551, - 51.016178224028685, + 51.01617822402864, 51.25126176716086, 52.289121607122546, 53.607221386119264 @@ -309882,7 +223447,7 @@ 0.04903315723850174, 0.08457012512235906, 0.07250671518048014, - 0.012663894405587132, + 0.01266389440558713, 0.056267058654772946, 0.08654169672471654, 0.06530148611241239 @@ -309938,7 +223503,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2987.159143461653, + 2987.159143461642, 2073.711704347097, -50.64477258684019, -2047.5333396929636, @@ -309948,9 +223513,9 @@ 1561.3421783929007 ], "relative wind speed": [ - 6.3096814281366695, + 6.309681428136668, 6.192974105951393, - 5.8154880178984305, + 5.81548801789843, 5.372930626708521, 5.137986755091328, 5.278073449951434, @@ -309959,16 +223524,16 @@ ], "relative wind angle": [ 0.009891324622843607, - 0.0598051357593847, - 0.10091640876510578, + 0.05980513575938471, + 0.1009164087651047, 0.08542267242464645, - 0.012147097174017685, + 0.012147097174017683, 0.0701875418888394, 0.10312592288350278, 0.07508651526098654 ], "resistance": [ - 99621.65914346167, + 99621.65914346166, 98708.21170434711, 96583.85522741318, 94586.96666030705, @@ -309978,7 +223543,7 @@ 98195.84217839292 ], "fuel": [ - 52.550784480233446, + 52.55078448023343, 52.07164054239186, 50.96932744913681, 49.94846801538975, @@ -310018,19 +223583,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3844.9486959013484, + 3844.9486959013375, 2547.7033711772565, - -221.6351332850354, + -221.63513328504996, -2764.276023286224, -3636.0514718556697, -3090.3471052121313, - -772.0457899854264, + -772.0457899854191, 2084.4042004462426 ], "relative wind speed": [ - 7.905456143847188, + 7.905456143847187, 7.77261084237677, - 7.38046061147481, + 7.380460611474809, 6.939041918117746, 6.719634381823945, 6.872862850417486, @@ -310038,19 +223603,19 @@ 7.713586735513284 ], "relative wind angle": [ - 0.005590414011292504, - 0.049940759126698625, - 0.08042335791282686, + 0.0055904140112925035, + 0.04994075912669862, + 0.08042335791282824, 0.06496954058361015, 0.006576974088037922, 0.056485218107378755, - 0.08139710126341197, + 0.0813971012634106, 0.05843789725802063 ], "resistance": [ 100479.44869590137, 99182.20337117728, - 96412.864866715, + 96412.86486671498, 93870.22397671381, 92998.44852814436, 93544.1528947879, @@ -310060,7 +223625,7 @@ "fuel": [ 61.43941682168782, 60.75573944063318, - 59.317188684113944, + 59.31718868411393, 58.02152654682874, 57.58283101907752, 57.85710974157938, @@ -310098,51 +223663,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3362.7616359004824, + 3362.7616358996747, 1928.0016850481043, - -528.1834527146275, + -528.1834527146348, -2598.0819113337675, - -3133.278584165604, + -3133.2785841653567, -2484.1635579916438, - -335.8842457342216, + -335.88424573422526, 2089.8607902881085 ], "relative wind speed": [ - 7.3708069297599295, + 7.370806929759929, 7.208682825248248, - 6.824807888313209, + 6.824807888313208, 6.428310195328323, 6.267282060225658, 6.453100893616516, - 6.857814265918927, + 6.857814265918926, 7.230798520969954 ], "relative wind angle": [ - 0.002246313156353464, + 0.0022463131564523123, 0.055776099935269705, 0.08093516039137731, - 0.058906213794065555, - 0.0026418383209790204, + 0.05890621379406556, + 0.0026418383209369954, 0.06231484369057704, 0.08054477617885773, 0.05236232952508998 ], "resistance": [ - 99997.26163590048, + 99997.26163589967, 98562.5016850481, - 96106.31654728537, + 96106.31654728536, 94036.41808866624, - 93501.2214158344, + 93501.22141583465, 94150.33644200835, 96298.61575426577, 98724.3607902881 ], "fuel": [ - 58.33434222160716, + 58.33434222160673, 57.581132935467004, 56.30948448449883, 55.25525982784599, - 54.985271615426, + 54.98527161542613, 55.3128652758951, 56.40823419049954, 57.66572116361797 @@ -310178,51 +223743,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3161.2288321984124, + 3161.2288321983724, 2474.4741043923823, - 236.01813910900637, + 236.01813910899364, -2023.7695324063625, - -3037.5264044919877, + -3037.526404491973, -2746.6495855658395, -980.5078396171648, 1445.7183138484743 ], "relative wind speed": [ - 6.487395824477207, + 6.487395824477206, 6.4023955106279695, 6.026371402934338, 5.55008458496543, - 5.261120283683974, + 5.261120283683973, 5.364235541838748, 5.783471184049459, 6.2419750337985445 ], "relative wind angle": [ - 0.0188238798360706, - 0.054272471747548685, - 0.10194114872823173, - 0.0938287906367831, - 0.02321211214000106, + 0.018823879836076498, + 0.05427247174754869, + 0.10194114872823393, + 0.09382879063678311, + 0.02321211213999628, 0.06478954334623717, 0.10623842931434804, 0.08340265424007186 ], "resistance": [ - 99795.72883219841, + 99795.72883219837, 99108.97410439239, - 96870.518139109, + 96870.51813910899, 94610.73046759363, - 93596.97359550801, + 93596.97359550803, 93887.85041443416, 95653.99216038284, 98080.21831384847 ], "fuel": [ - 53.34422746461997, + 53.34422746461995, 52.983259491983176, - 51.818878085456205, + 51.81887808545619, 50.66231289256562, - 50.14964378871731, + 50.14964378871733, 50.296352501442115, 51.193895640713706, 52.44581446541997 @@ -310258,37 +223823,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2668.9769568351185, + 2668.9769568349784, 1731.2507971014438, - -133.19850844446773, + -133.19850844447683, -1809.1791774367211, -2367.476257142601, -1968.3532152412417, - -400.02534973160436, + -400.0253497315989, 1504.0692280215335 ], "relative wind speed": [ 5.236188386142483, 5.0922597065072415, - 4.679185477507327, + 4.6791854775073265, 4.203938737713793, 3.9672511758117897, 4.150378511489793, - 4.6110708055979766, + 4.611070805597976, 5.048133298230426 ], "relative wind angle": [ - 0.006565811591469408, + 0.006565811591503227, 0.08342709279001992, - 0.13601668080625523, - 0.11274267454840045, + 0.13601668080625606, + 0.11274267454840044, 0.008665952361916033, 0.10242019397864757, - 0.13803868146052528, + 0.13803868146052287, 0.09382765800139761 ], "resistance": [ - 99303.47695683515, + 99303.476956835, 98365.75079710147, 96501.30149155555, 94825.32082256331, @@ -310298,7 +223863,7 @@ 98138.56922802156 ], "fuel": [ - 47.72545832225931, + 47.72545832225923, 47.23473171087702, 46.26875686750135, 45.41146776904152, @@ -310338,19 +223903,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3493.8266832463305, + 3493.8266832459594, 2326.7459949291697, - -169.4693639169236, + -169.46936391694908, -2462.8230666625113, -3258.7079106199453, -2766.106065741111, - -680.4285992550758, + -680.4285992550795, 1895.4286254319559 ], "relative wind speed": [ - 7.012994861463567, + 7.012994861463566, 6.878549230447405, - 6.477256741289622, + 6.477256741289621, 6.020208886834726, 5.790042906476534, 5.949138951988348, @@ -310358,19 +223923,19 @@ 6.816434459791262 ], "relative wind angle": [ - 0.006699461780433773, + 0.006699461780483488, 0.05806355004608695, - 0.09454690591852118, + 0.09454690591852352, 0.07741890275748363, - 0.008114526256631664, + 0.008114526256631662, 0.06714731803749507, - 0.09593652832807023, - 0.06836057274592176 + 0.09593652832807024, + 0.06836057274592175 ], "resistance": [ - 100128.32668324636, + 100128.32668324599, 98961.2459949292, - 96465.0306360831, + 96465.03063608307, 94171.67693333751, 93375.79208938009, 93868.39393425891, @@ -310378,9 +223943,9 @@ 98529.92862543199 ], "fuel": [ - 56.15310544938823, + 56.15310544938805, 55.539269953510676, - 54.24337869082921, + 54.24337869082919, 53.073237836497405, 52.671726902095536, 52.91995854755164, @@ -310418,19 +223983,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2487.14220661692, + 2487.1422066168598, 1762.6668403762924, - 28.764229245029128, + 28.76422924502731, -1610.7310906457678, - -2249.3720046313856, + -2249.372004631374, -1940.5849543691183, - -524.0989866881464, + -524.0989866881482, 1291.802833409396 ], "relative wind speed": [ - 5.062486448101463, + 5.062486448101462, 4.947875061042368, - 4.558977838094548, + 4.558977838094547, 4.086926223418438, 3.8246969146603735, 3.9718519492219904, @@ -310438,31 +224003,31 @@ 4.853257624581477 ], "relative wind angle": [ - 0.014577427743970353, - 0.07799228950123624, + 0.014577427743985585, + 0.07799228950123623, 0.1361926983168574, 0.12015096044385964, - 0.019295645603680918, - 0.0972122984728611, - 0.14073375712133418, + 0.019295645603675162, + 0.09721229847286109, + 0.14073375712133496, 0.1011079884469164 ], "resistance": [ - 99121.64220661695, + 99121.64220661689, 98397.16684037632, 96663.26422924506, 95023.76890935426, - 94385.12799536865, + 94385.12799536866, 94693.91504563091, 96110.40101331189, 97926.30283340943 ], "fuel": [ - 47.058165416106874, + 47.05816541610684, 46.67923899507747, 45.78027681669681, 44.94055114997569, - 44.61615545514271, + 44.61615545514272, 44.77281338800236, 45.49599058924301, 46.434007529493584 @@ -310498,9 +224063,9 @@ ], "ice resistance": 61340.59049443643, "wind resistance": [ - 3205.2504898370207, + 3205.2504898369625, 1102.758291600403, - -1545.3409367329987, + -1545.3409367330023, -3231.1016811808768, -3334.606795947784, -1923.9248288226881, @@ -310508,9 +224073,9 @@ 2959.0773448723994 ], "relative wind speed": [ - 7.879575187477341, + 7.879575187477339, 7.6176764990572945, - 7.203716887735936, + 7.203716887735935, 6.875710772503143, 6.846884178574339, 7.137123569452217, @@ -310518,17 +224083,17 @@ 7.854433745522614 ], "relative wind angle": [ - 0.022330446535254265, - 0.06431911147871515, + 0.022330446535259237, + 0.06431911147871516, 0.07175979443232376, 0.03503015601253537, 0.025699160807928053, - 0.06865641225903067, + 0.06865641225903069, 0.06842027334692774, - 0.030663662493886662 + 0.03066366249388666 ], "resistance": [ - 64545.840984273455, + 64545.840984273396, 62443.34878603683, 59795.24955770343, 58109.48881325555, @@ -310538,7 +224103,7 @@ 64299.66783930883 ], "fuel": [ - 45.10986450829998, + 45.10986450829995, 44.28607948146726, 43.27192365965052, 42.63991213434037, @@ -310578,21 +224143,21 @@ ], "ice resistance": 68110.88326849276, "wind resistance": [ - 3559.312233763172, + 3559.312233763161, 1589.8919893111452, - -1197.2962070347712, + -1197.2962070347676, -3212.7271454962392, - -3530.5380750567383, + -3530.5380750567783, -2358.15644269565, - 246.26771295553408, + 246.26771295552317, 2803.789141400124 ], "relative wind speed": [ - 7.921080996228937, + 7.921080996228935, 7.689925060636244, - 7.267616782628361, + 7.26761678262836, 6.891565602577072, - 6.802961181763644, + 6.802961181763645, 7.063204481763278, 7.4970361670636745, 7.844114260691179 @@ -310600,11 +224165,11 @@ "relative wind angle": [ 0.01452380655089612, 0.06203118555004225, - 0.07701033648904992, + 0.0770103364890485, 0.04558132030804779, - 0.016911119134457104, + 0.01691111913446367, 0.06754327609030363, - 0.07464925976373227, + 0.07464925976373377, 0.04004299521562529 ], "resistance": [ @@ -310612,9 +224177,9 @@ 69700.7752578039, 66913.58706145799, 64898.15612299652, - 64580.34519343602, + 64580.345193435984, 65752.72682579712, - 68357.1509814483, + 68357.15098144829, 70914.67240989288 ], "fuel": [ @@ -310622,7 +224187,7 @@ 47.19924292316578, 46.05727211712971, 45.249515472638436, - 45.12352091293753, + 45.12352091293751, 45.59016979730612, 46.64512254266813, 47.705639020362405 @@ -310658,9 +224223,9 @@ ], "ice resistance": 63015.79073770723, "wind resistance": [ - 3587.0854801596106, + 3587.085480159294, 1764.3461273864086, - -980.2426233133228, + -980.2426233133301, -3078.168742811449, -3488.9974724328713, -2482.9315497814605, @@ -310668,9 +224233,9 @@ 2609.844348904109 ], "relative wind speed": [ - 7.919107448524549, + 7.919107448524548, 7.711924699065914, - 7.302307800425985, + 7.302307800425984, 6.918428155541787, 6.804003779845643, 7.037964738002593, @@ -310678,19 +224243,19 @@ 7.819340258233904 ], "relative wind angle": [ - 0.010118508092202504, + 0.01011850809223542, 0.05850533101358625, 0.07643177013864691, 0.04881847770516196, 0.01177689494752258, 0.06411519062763248, 0.07479191662180924, - 0.04319008582220555 + 0.04319008582220556 ], "resistance": [ - 66602.87621786684, + 66602.87621786652, 64780.13686509364, - 62035.54811439391, + 62035.5481143939, 59937.62199489579, 59526.79326527436, 60532.85918792577, @@ -310698,9 +224263,9 @@ 65625.63508661135 ], "fuel": [ - 45.93175806643984, + 45.931758066439706, 45.202683456031494, - 44.128202250628945, + 44.12820225062894, 43.32578500968896, 43.17056833891686, 43.55178787174134, @@ -310738,50 +224303,50 @@ ], "ice resistance": 51924.22029221298, "wind resistance": [ - 3487.2166502439104, + 3487.2166502438376, 1466.381031359655, - -1302.1391397260813, - -3240.5597075887927, + -1302.1391397260995, + -3240.559707588807, -3501.1373294682817, -2253.950343989156, 364.72250504063413, - 2867.7688294103973 + 2867.768829410412 ], "relative wind speed": [ - 7.913586141282103, + 7.913586141282101, 7.672339530636616, - 7.249303447828492, - 6.883703935458185, + 7.249303447828491, + 6.883703935458186, 6.8110573808554875, 7.081705612875254, 7.514183108102976, - 7.850475679202863 + 7.850475679202862 ], "relative wind angle": [ - 0.016783436382845685, + 0.0167834363828523, 0.06309669175656903, - 0.07612973464674666, - 0.04300683490758844, + 0.07612973464674813, + 0.043006834907591024, 0.01950054808773858, 0.06836702769786128, - 0.0734411896944084, - 0.037707933391955155 + 0.07344118969440841, + 0.03770793339195221 ], "resistance": [ - 55411.43694245689, + 55411.436942456814, 53390.601323572635, - 50622.0811524869, - 48683.66058462419, + 50622.08115248688, + 48683.66058462417, 48423.082962744695, 49670.269948223824, 52288.942797253614, - 54791.98912162338 + 54791.989121623395 ], "fuel": [ - 41.65038657806996, + 41.65038657806994, 40.92697598718637, - 39.96058177275707, - 39.30092196724797, + 39.96058177275706, + 39.300921967247966, 39.21331144574371, 39.634925759826785, 40.53900876432891, @@ -310805,68 +224370,7 @@ "id": "5584", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 83688.69255982531, - "wind resistance": [ - 3202.9667715495925, - 2186.070973836737, - -136.70044352845798, - -2310.489804392859, - -3094.2376734328463, - -2667.809600507633, - -741.022585888677, - 1678.743195071991 - ], - "relative wind speed": [ - 7.85710135430009, - 7.752198072469106, - 7.425777527764785, - 7.055002099485045, - 6.865448217569735, - 6.983684268713902, - 7.329819167484235, - 7.687351058468539 - ], - "relative wind angle": [ - 0.006120349719261129, - 0.040852237883407395, - 0.06682214608143404, - 0.05454341380253725, - 0.007004393527995731, - 0.04535072017846781, - 0.06769827868693368, - 0.05005284240331556 - ], - "resistance": [ - 86891.6593313749, - 85874.76353366204, - 83551.99211629685, - 81378.20275543246, - 80594.45488639247, - 81020.88295931768, - 82947.66997393663, - 85367.4357548973 - ], - "fuel": [ - 54.88169655852885, - 54.39665432770356, - 53.303163949731314, - 52.29799563773447, - 51.93990032438305, - 52.13445231690114, - 53.021958496770985, - 54.15610619827687 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.78125 -64.21875, -60.78125 -64.0625, -60.625 -64.0625, -60.625 -64.21875, -60.78125 -64.21875))", @@ -310885,68 +224389,7 @@ "id": "5585", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 66116.01648430302, - "wind resistance": [ - 3628.0253304536054, - 2150.5763533076097, - -479.31416832675313, - -2750.3297485419644, - -3367.848701949497, - -2745.9499695867926, - -471.91458862312356, - 2156.7971420380127 - ], - "relative wind speed": [ - 7.911353104056682, - 7.759557275009404, - 7.381065228193109, - 6.9824496517668475, - 6.810880943427564, - 6.983328580158651, - 7.382241072992036, - 7.760348189556513 - ], - "relative wind angle": [ - 7.452108109109453e-05, - 0.05021630470897953, - 0.0746161938882106, - 0.055691022041373994, - 8.656187147011013e-05, - 0.0558035851867403, - 0.07460428690568834, - 0.050103607766059044 - ], - "resistance": [ - 69744.04181475662, - 68266.59283761063, - 65636.70231597626, - 63365.68673576106, - 62748.16778235353, - 63370.06651471623, - 65644.1018956799, - 68272.81362634103 - ], - "fuel": [ - 47.21719800710246, - 46.608017347472305, - 45.54375995341863, - 44.645438847511926, - 44.40449220654499, - 44.64715283927637, - 45.54671829239902, - 46.61056527055517 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -64.375, -60.9375 -64.21875, -60.78125 -64.21875, -60.78125 -64.375, -60.9375 -64.375))", @@ -310978,51 +224421,51 @@ ], "ice resistance": 86192.04733367053, "wind resistance": [ - 3194.977181234528, + 3194.977181234426, 2456.3402271803825, - 149.1446095414467, + 149.14460954143215, -2168.441043744322, - -3175.6497407871393, + -3175.649740787081, -2865.6127619183753, - -1029.8204511122822, + -1029.820451112293, 1466.4307204957913 ], "relative wind speed": [ - 7.863834584923278, + 7.863834584923276, 7.7878968250252925, 7.471838378204944, 7.084929013212769, 6.859600931585236, 6.945695239671941, - 7.2846173934959815, + 7.284617393495982, 7.6614489620029715 ], "relative wind angle": [ - 0.011931878138842642, + 0.011931878138851947, 0.03708304096965487, - 0.06725742318254858, + 0.06725742318255024, 0.059517120335477215, - 0.013678786356636548, - 0.041582004995973705, - 0.06898871026426272, - 0.05503377690954609 + 0.013678786356628433, + 0.0415820049959737, + 0.06898871026426431, + 0.0550337769095461 ], "resistance": [ - 89387.02451490506, + 89387.02451490496, 88648.38756085091, - 86341.19194321198, + 86341.19194321196, 84023.60628992622, - 83016.3975928834, + 83016.39759288346, 83326.43457175215, - 85162.22688255826, + 85162.22688255824, 87658.47805416632 ], "fuel": [ - 56.08825020044146, + 56.088250200441415, 55.72869185218485, - 54.61865515566053, + 54.618655155660505, 53.52356131096795, - 53.05387060486899, + 53.05387060486902, 53.19804771396449, 54.05907899582089, 55.25000101879222 @@ -311045,68 +224488,7 @@ "id": "5587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 74273.68961249349, - "wind resistance": [ - 3315.7269696189323, - 2262.5145842967213, - -138.99594115750733, - -2385.399827018071, - -3195.37420352743, - -2753.464925862463, - -761.2873065691165, - 1739.8714248834076 - ], - "relative wind speed": [ - 7.873969547912524, - 7.765585644022847, - 7.428368381826347, - 7.044840547600364, - 6.848599440558352, - 6.971254574609665, - 7.329532994847116, - 7.69889163435593 - ], - "relative wind angle": [ - 0.0062913303920380855, - 0.04218616081961818, - 0.06907366650855311, - 0.05646272412006887, - 0.00723328171467678, - 0.04699637174045578, - 0.0700066075933149, - 0.05166152303675165 - ], - "resistance": [ - 77589.41658211242, - 76536.2041967902, - 74134.69367133598, - 71888.28978547541, - 71078.31540896605, - 71520.22468663103, - 73512.40230592436, - 76013.5610373769 - ], - "fuel": [ - 50.588077720650126, - 50.12224023314826, - 49.075484300333706, - 48.11576121489588, - 47.77432465349324, - 47.96030445332646, - 48.8077446117211, - 49.89260669129861 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.3125 -63.90625, -60.3125 -63.75, -60.15625 -63.75, -60.15625 -63.90625, -60.3125 -63.90625))", @@ -311138,53 +224520,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3466.2873845920694, + 3466.287384591724, 2009.1453149178778, -486.36444588411723, -2596.9541045368187, -3155.536325006755, -2502.214630786364, - -326.8882868531964, + -326.8882868532037, 2143.9437039110235 ], "relative wind speed": [ - 6.751655405007436, + 6.751655405007434, 6.5730680581850045, - 6.142157847845217, + 6.142157847845216, 5.688328689284124, 5.499387547644983, 5.71164515788812, - 6.172682648517759, + 6.1726826485177595, 6.593256466255954 ], "relative wind angle": [ - 0.00227232293301464, + 0.0022723229330634987, 0.06906274355049759, - 0.10211809750031352, + 0.10211809750031244, 0.07599993679254541, 0.00278975576415493, 0.07949924522481505, - 0.10161135929137388, - 0.06555274282249215 + 0.10161135929137498, + 0.06555274282249217 ], "resistance": [ - 100100.78738459208, + 100100.78738459173, 98643.6453149179, 96148.1355541159, 94037.54589546319, 93478.96367499325, 94132.28536921366, - 96307.61171314682, + 96307.6117131468, 98778.44370391103 ], "fuel": [ - 54.734008651823814, + 54.73400865182362, 53.96854872502145, 52.67596970339987, 51.60085187616904, 51.319088423120334, 51.64875609754394, - 52.757879158004656, + 52.75787915800464, 54.039028826780275 ] }, @@ -311218,9 +224600,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3051.605098870963, + 3051.605098870734, 2040.3925919961894, - -117.68269348796821, + -117.68269348797367, -2099.0022562214617, -2794.193056471753, -2365.638350415542, @@ -311238,19 +224620,19 @@ 5.872803561947774 ], "relative wind angle": [ - 0.008002286835443594, + 0.008002286835485217, 0.06838031210776734, - 0.11271483394833191, - 0.09378609847950645, - 0.010065598880118046, + 0.1127148339483329, + 0.09378609847950646, + 0.010065598880118048, 0.08136906259811745, 0.11472533716181195, 0.0808501395132353 ], "resistance": [ - 99686.10509887098, + 99686.10509887074, 98674.8925919962, - 96516.81730651205, + 96516.81730651204, 94535.49774377856, 93840.30694352827, 94268.86164958448, @@ -311258,9 +224640,9 @@ 98295.15559240602 ], "fuel": [ - 51.341420008183164, + 51.34142000818305, 50.810935368669774, - 49.691528779953586, + 49.69152877995357, 48.679065461849795, 48.32728164662237, 48.54392837567303, @@ -311298,9 +224680,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3023.919517715456, + 3023.9195177153615, 1555.2878492822874, - -685.3271996143812, + -685.3271996143867, -2431.1886256528596, -2804.4245131805455, -2017.874130598122, @@ -311310,7 +224692,7 @@ "relative wind speed": [ 6.040496326094594, 5.824600573205613, - 5.376062136759182, + 5.376062136759181, 4.935459591716384, 4.79140032607586, 5.051647366245488, @@ -311318,17 +224700,17 @@ 5.923373326814449 ], "relative wind angle": [ - 0.012541874582996142, + 0.012541874583013847, 0.08512737550871198, 0.11644652706498221, - 0.07871578834282844, - 0.01581172785446891, - 0.09819193504940549, + 0.07871578834282845, + 0.015811727854468913, + 0.09819193504940547, 0.1132612831642816, 0.0655666467375182 ], "resistance": [ - 99658.41951771548, + 99658.41951771537, 98189.78784928231, 95949.17280038563, 94203.31137434716, @@ -311338,7 +224720,7 @@ 98778.48396614539 ], "fuel": [ - 51.18397403927859, + 51.18397403927854, 50.41492731086967, 49.25709546596824, 48.367875173264565, @@ -311378,17 +224760,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3323.078359821464, + 3323.078359821071, 1899.281137523465, - -496.9593600985336, + -496.95936009854995, -2501.7664454281494, - -3021.009685938565, + -3021.0096859384666, -2363.8897267830907, - -265.03327855942734, + -265.0332785594219, 2095.540868278318 ], "relative wind speed": [ - 6.466964598014657, + 6.4669645980146555, 6.282922044306944, 5.847823872305265, 5.3925183453167955, @@ -311398,31 +224780,31 @@ 6.313639881014243 ], "relative wind angle": [ - 0.0036240061193186547, + 0.0036240061193799256, 0.07356856540851432, - 0.10788337327293608, + 0.10788337327293919, 0.07957647130639993, - 0.004500364690253488, + 0.004500364690228818, 0.0851775985054144, - 0.1070271466570987, + 0.10702714665709767, 0.06794731165975461 ], "resistance": [ - 99957.57835982148, + 99957.57835982108, 98533.78113752347, - 96137.54063990148, + 96137.54063990146, 94132.73355457187, - 93613.49031406145, + 93613.49031406155, 94270.61027321692, 96369.46672144059, 98730.04086827833 ], "fuel": [ - 53.26015976973676, + 53.260159769736546, 52.512886815140185, - 51.2722625296532, + 51.27226252965319, 50.25071398587192, - 49.98857222241975, + 49.988572222419805, 50.320490095133295, 51.391405518834, 52.615444537273085 @@ -311445,68 +224827,7 @@ "id": "5592", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90011.67392919703, - "wind resistance": [ - 3588.4098247654765, - 2606.988989060006, - 21.36287439379521, - -2485.6659560771404, - -3488.982105770945, - -3076.399062768589, - -976.5390365795829, - 1767.888129920182 - ], - "relative wind speed": [ - 7.919196532102437, - 7.819000630443475, - 7.461508853680541, - 7.037446578171136, - 6.803901473393164, - 6.918813345858483, - 7.302919594254878, - 7.712398759989806 - ], - "relative wind angle": [ - 0.010041830269044785, - 0.04325546154851001, - 0.07481071139753427, - 0.06406845853871405, - 0.01168795607186007, - 0.048887536448582826, - 0.0764384286905547, - 0.05845479108305484 - ], - "resistance": [ - 93600.0837539625, - 92618.66291825703, - 90033.03680359083, - 87526.0079731199, - 86522.69182342608, - 86935.27486642844, - 89035.13489261744, - 91779.56205911722 - ], - "fuel": [ - 58.17792356176365, - 57.685238932350316, - 56.40438436993938, - 55.186219048302014, - 54.705260463811996, - 54.90258649492142, - 55.91670195091156, - 57.26684271831406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -64.21875, -60.46875 -64.0625, -60.3125 -64.0625, -60.3125 -64.21875, -60.46875 -64.21875))", @@ -311525,68 +224846,7 @@ "id": "5593", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.996666054917718, - 17.996666054917718, - 17.996666054917718, - 17.996666054917718, - 17.996666054917718, - 17.996666054917718, - 17.996666054917718, - 17.996666054917718 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2336.598849184804, - 1908.2868216161332, - 258.25171480490826, - -1451.0136038984492, - -2262.467848233495, - -2080.873675946561, - -801.40275186082, - 1011.7147411643964 - ], - "relative wind speed": [ - 5.535427808747313, - 5.473414925703478, - 5.151938937065022, - 4.732282711757181, - 4.465889955208734, - 4.541680654666697, - 4.903331449804373, - 5.309485328531517 - ], - "relative wind angle": [ - 0.02258623257260333, - 0.05298261826750531, - 0.10401985710082731, - 0.09877180118367523, - 0.027996695894619856, - 0.06386563897751174, - 0.10931443835788256, - 0.0880046420196556 - ], - "resistance": [ - 98971.09884918481, - 98542.78682161613, - 96892.75171480491, - 95183.48639610155, - 94372.0321517665, - 94553.62632405345, - 95833.09724813918, - 97646.2147411644 - ], - "fuel": [ - 49.07857614215189, - 48.85455761940648, - 47.99792598050026, - 47.121227412923375, - 46.708830357546894, - 46.80090729372082, - 47.45313833062805, - 48.38783673034768 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.625 -64.375, -60.625 -64.21875, -60.46875 -64.21875, -60.46875 -64.375, -60.625 -64.375))", @@ -311605,68 +224865,7 @@ "id": "5594", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96281.29196598302, - "wind resistance": [ - 3304.721730059864, - 2438.712526213956, - 51.38702649512197, - -2287.1840388055753, - -3244.7320055296914, - -2881.1482569621185, - -952.7729288197261, - 1595.2717470856041 - ], - "relative wind speed": [ - 7.877607825914259, - 7.788680203459181, - 7.458934820160906, - 7.065298867661422, - 6.845498617579352, - 6.946511143763424, - 7.299441604039147, - 7.681087702455208 - ], - "relative wind angle": [ - 0.010148227273401273, - 0.03960621942317139, - 0.0692455239425445, - 0.05968685650500503, - 0.011678360342627214, - 0.044410917698204044, - 0.0707610457528895, - 0.054896768884048874 - ], - "resistance": [ - 99586.01369604288, - 98720.00449219698, - 96332.67899247815, - 93994.10792717745, - 93036.55996045333, - 93400.14370902091, - 95328.51903716329, - 97876.56371306862 - ], - "fuel": [ - 61.26052487587267, - 60.8063028411544, - 59.568600302125176, - 58.3767365882869, - 57.89458994505007, - 58.07726063734868, - 59.054332438977504, - 60.366600490454346 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -64.375, -60.46875 -64.21875, -60.3125 -64.21875, -60.3125 -64.375, -60.46875 -64.375))", @@ -311685,68 +224884,7 @@ "id": "5595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.805417843387918, - 20.805417843387918, - 20.805417843387918, - 20.805417843387918, - 20.805417843387918, - 20.805417843387918, - 20.805417843387918, - 20.805417843387918 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2360.481175765255, - 1837.052745275936, - 145.0625454625806, - -1563.6420761307945, - -2320.904089847285, - -2100.4410285610466, - -761.0349428379559, - 1074.308412003049 - ], - "relative wind speed": [ - 6.25022862167062, - 6.18269552742875, - 5.890148660522195, - 5.526179760850536, - 5.309822178651288, - 5.388306357953327, - 5.706638077624716, - 6.059777771735002 - ], - "relative wind angle": [ - 0.01472937453824259, - 0.043268268181161806, - 0.07992401055871695, - 0.07201458094636264, - 0.01733829098808506, - 0.04965214734780491, - 0.08249991325261913, - 0.06566371330242667 - ], - "resistance": [ - 98994.98117576525, - 98471.55274527594, - 96779.56254546258, - 95070.8579238692, - 94313.59591015271, - 94534.05897143895, - 95873.46505716204, - 97708.80841200305 - ], - "fuel": [ - 52.48144820456774, - 52.20772740004158, - 51.329894932098696, - 50.45420184499396, - 50.06958736406167, - 50.18134069190533, - 50.864176483352495, - 51.810684342741894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.3125 -64.21875, -60.3125 -64.0625, -60.15625 -64.0625, -60.15625 -64.21875, -60.3125 -64.21875))", @@ -311778,9 +224916,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2420.4918718996178, + 2420.491871899496, 1622.0293302356095, - -90.1841991779711, + -90.18419917797837, -1664.3156622953866, -2218.8050115487395, -1880.446853816622, @@ -311788,29 +224926,29 @@ 1314.2346453430455 ], "relative wind speed": [ - 5.418686426473008, + 5.418686426473007, 5.29996909379902, - 4.940736672622402, - 4.52556840212577, + 4.940736672622401, + 4.525568402125769, 4.312951277782525, 4.458030834095242, 4.85312604872085, 5.242417567368087 ], "relative wind angle": [ - 0.008136238859586033, - 0.06793533445253278, - 0.11213936172065762, - 0.09341181937893442, - 0.010222236614640695, + 0.008136238859613325, + 0.06793533445253279, + 0.11213936172065862, + 0.09341181937893323, + 0.010222236614640697, 0.08079126997436832, - 0.11417251028197273, - 0.08060871610240149 + 0.11417251028197274, + 0.08060871610240147 ], "resistance": [ - 99054.99187189963, + 99054.99187189952, 98256.52933023563, - 96544.31580082205, + 96544.31580082203, 94970.18433770463, 94415.69498845127, 94754.05314618339, @@ -311818,9 +224956,9 @@ 97948.73464534307 ], "fuel": [ - 48.59463975206999, + 48.594639752069945, 48.17732334121067, - 47.2904330625758, + 47.290433062575794, 46.4846911119007, 46.203063692317116, 46.37478113173967, @@ -311858,21 +224996,21 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2178.6538556324704, + 2178.653855632465, 1203.2119898082783, - -376.4755049497526, - -1665.0729105462433, - -1980.3278195406, + -376.4755049497562, + -1665.0729105462406, + -1980.3278195405974, -1502.2109031327263, - -102.85090135729479, + -102.85090135729843, 1435.2272620624954 ], "relative wind speed": [ - 5.056007611755403, + 5.056007611755402, 4.891027012548344, 4.518578292484672, - 4.135501311677152, - 3.989811510711683, + 4.135501311677151, + 3.9898115107116836, 4.190425231842042, 4.589581579602036, 4.937553823732209 @@ -311880,17 +225018,17 @@ "relative wind angle": [ 0.007070349142777202, 0.08233470706284313, - 0.11825834091678766, - 0.08514499296710505, + 0.1182583409167886, + 0.08514499296710243, 0.008959801595814783, 0.09613982905851118, - 0.11642044401217873, - 0.07128833478822494 + 0.11642044401217967, + 0.07128833478822492 ], "resistance": [ 98813.15385563245, 97837.71198980826, - 96258.02449505024, + 96258.02449505022, 94969.42708945375, 94654.17218045938, 95132.28909686726, @@ -311900,7 +225038,7 @@ "fuel": [ 47.18159240448469, 46.67297673685645, - 45.85680447892802, + 45.85680447892801, 45.19790545342269, 45.03764675729619, 45.28084064112789, @@ -311925,68 +225063,7 @@ "id": "5598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.851068835965844, - 16.851068835965844, - 16.851068835965844, - 16.851068835965844, - 16.851068835965844, - 16.851068835965844, - 16.851068835965844, - 16.851068835965844 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2030.5685807130521, - 1242.3854963227514, - -205.14278852157622, - -1471.9113598077656, - -1843.5526112650732, - -1510.629908707062, - -270.31670468213633, - 1187.2947725970862 - ], - "relative wind speed": [ - 5.160181226647029, - 5.036616285450096, - 4.713495817598611, - 4.361374225924501, - 4.201545707028905, - 4.348902506751828, - 4.697170829081465, - 5.02582047844279 - ], - "relative wind angle": [ - 0.0015900955130584312, - 0.06618943635676271, - 0.10186674505422862, - 0.07912443527619628, - 0.0019528962304250469, - 0.07667545263637643, - 0.1022220184624782, - 0.06864594465347941 - ], - "resistance": [ - 98665.06858071308, - 97876.88549632278, - 96429.35721147845, - 95162.58864019226, - 94790.94738873496, - 95123.87009129296, - 96364.1832953179, - 97821.79477259712 - ], - "fuel": [ - 47.68484614794202, - 47.27403081377753, - 46.52557391950708, - 45.876977581203576, - 45.6878269573336, - 45.85724739623812, - 46.49205861475362, - 47.24540296185727 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.15625 -64.375, -60.15625 -64.21875, -60 -64.21875, -60 -64.375, -60.15625 -64.375))", @@ -312018,17 +225095,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1995.3759339835142, + 1995.3759339833869, 1335.3599674845464, - -86.38261978939954, + -86.38261978940318, -1395.2563112550506, -1853.982297684377, -1575.0931398244084, - -389.17778108905804, + -389.1777810890617, 1079.5159245849918 ], "relative wind speed": [ - 5.189650847825396, + 5.189650847825395, 5.08698721783151, 4.777638978428921, 4.423262411061573, @@ -312038,19 +225115,19 @@ 5.0371538357530925 ], "relative wind angle": [ - 0.007287780052502346, + 0.007287780052532814, 0.06055396893601476, - 0.09920423759401055, - 0.08178096898408954, - 0.008913132859759126, + 0.09920423759401167, + 0.08178096898408956, + 0.008913132859759124, 0.07057137801084627, - 0.10079740007505274, + 0.10079740007505385, 0.07179574396262392 ], "resistance": [ - 98629.87593398354, + 98629.87593398342, 97969.85996748458, - 96548.11738021064, + 96548.11738021062, 95239.24368874497, 94780.51770231566, 95059.40686017562, @@ -312058,9 +225135,9 @@ 97714.01592458502 ], "fuel": [ - 47.799680115126364, + 47.79968011512629, 47.455596855209194, - 46.719912599223456, + 46.71991259922345, 46.0492822061581, 45.815752392499775, 45.957636937017114, @@ -312098,19 +225175,19 @@ ], "ice resistance": 84190.55020020367, "wind resistance": [ - 3041.262344355102, + 3041.262344355, 2341.7594147400014, - 141.95730780219674, + 141.95730780218582, -2070.949809131911, - -3034.175214126255, + -3034.175214126193, -2740.8053494259148, -991.3300756243298, 1390.7814073564005 ], "relative wind speed": [ - 7.840483562671904, + 7.840483562671902, 7.7683188631808475, - 7.466630904227648, + 7.466630904227647, 7.097673699752201, 6.8828589714067485, 6.96420506280159, @@ -312118,31 +225195,31 @@ 7.6465651222394335 ], "relative wind angle": [ - 0.011497424862389383, - 0.035389033325626124, + 0.01149742486239904, + 0.03538903332562612, 0.06417582509706743, - 0.056716286704495696, - 0.013097168220066253, - 0.039477200615669304, + 0.0567162867044957, + 0.013097168220057777, + 0.03947720061566931, 0.06576256229330485, 0.052641125208535464 ], "resistance": [ - 87231.81254455876, + 87231.81254455866, 86532.30961494366, 84332.50750800586, 82119.60039107176, - 81156.37498607741, + 81156.37498607747, 81449.74485077776, 83199.22012457934, 85581.33160756007 ], "fuel": [ - 55.044802759284835, + 55.04480275928478, 54.709853152830284, 53.668367324202116, 52.63884484729563, - 52.19641035848538, + 52.1964103584854, 52.33079714836541, 53.13884565670696, 54.257407579506705 @@ -312165,68 +225242,7 @@ "id": "5601", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79656.6844960981, - "wind resistance": [ - 2643.144539693574, - 2357.728477298275, - 450.4030367314517, - -1657.935505271027, - -2761.821679393688, - -2642.2500857767045, - -1216.654227338975, - 960.731155475507 - ], - "relative wind speed": [ - 7.788670610527362, - 7.759079079180442, - 7.5056770833790365, - 7.164141462461663, - 6.935953937898426, - 6.969041451373762, - 7.241247021610303, - 7.5793089403836165 - ], - "relative wind angle": [ - 0.01700458949425423, - 0.026795418245967314, - 0.05684461270254952, - 0.05518838978181426, - 0.019095399676282498, - 0.029833906621056182, - 0.05892278189177612, - 0.05216254227692545 - ], - "resistance": [ - 82299.82903579167, - 82014.41297339636, - 80107.08753282955, - 77998.74899082707, - 76894.86281670441, - 77014.4344103214, - 78440.03026875912, - 80617.4156515736 - ], - "fuel": [ - 52.72201197544934, - 52.59036160850146, - 51.71837420793092, - 50.77023992016227, - 50.28041203169231, - 50.33325061022785, - 50.96731845655901, - 51.95035862461262 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -64.6875, -60.9375 -64.53125, -60.78125 -64.53125, -60.78125 -64.6875, -60.9375 -64.6875))", @@ -312258,9 +225274,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2986.9062653020446, + 2986.9062653017572, 2090.530448138601, - -77.23157962740152, + -77.23157962743426, -2136.77861252199, -2911.3600780884335, -2535.6742612683593, @@ -312268,9 +225284,9 @@ 1524.2448543478386 ], "relative wind speed": [ - 7.7434829562514, + 7.743482956251399, 7.6496661131154475, - 7.34256904528166, + 7.342569045281659, 6.989013989048927, 6.803275881538899, 6.908596049266304, @@ -312278,19 +225294,19 @@ 7.576263886307234 ], "relative wind angle": [ - 0.007016026325118212, + 0.007016026325149859, 0.03844343226170665, - 0.06407001334378987, + 0.06407001334379335, 0.05308512235343127, - 0.007985654694410831, + 0.00798565469441083, 0.042569547387102454, - 0.06503168061954415, - 0.04896696806585908 + 0.06503168061954416, + 0.04896696806585909 ], "resistance": [ - 99621.4062653021, + 99621.4062653018, 98725.03044813864, - 96557.26842037264, + 96557.26842037261, 94497.72138747806, 93723.13992191161, 94098.82573873168, @@ -312298,9 +225314,9 @@ 98158.74485434788 ], "fuel": [ - 60.75224575578351, + 60.75224575578336, 60.28202901798934, - 59.157232497037434, + 59.15723249703741, 58.10478433625592, 57.713050165216906, 57.9027694033557, @@ -312325,68 +225341,7 @@ "id": "5603", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.896682006293037, - 20.896682006293037, - 20.896682006293037, - 20.896682006293037, - 20.896682006293037, - 20.896682006293037, - 20.896682006293037, - 20.896682006293037 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1971.6240289208854, - 2059.007259402695, - 657.7847654218858, - -1060.878404579158, - -2120.1003537932156, - -2156.876620803834, - -1195.0674714546276, - 502.45631505849997 - ], - "relative wind speed": [ - 6.21784506197344, - 6.229116573284621, - 6.005756828049639, - 5.66251596086543, - 5.397490175796495, - 5.384478073960188, - 5.632528946651077, - 5.977491982886418 - ], - "relative wind angle": [ - 0.030092174788021425, - 0.025352200669982144, - 0.06838630911460915, - 0.0746786864895982, - 0.03466754273164577, - 0.029330148041918715, - 0.07292558502998908, - 0.0707368315132209 - ], - "resistance": [ - 98606.12402892088, - 98693.5072594027, - 97292.28476542188, - 95573.62159542085, - 94514.39964620679, - 94477.62337919617, - 95439.43252854537, - 97136.9563150585 - ], - "fuel": [ - 52.39688274581019, - 52.44255165417732, - 51.71365896780851, - 50.82961509840478, - 50.29024820040385, - 50.27159633210343, - 50.761053676186634, - 51.63330951695754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -64.84375, -60.9375 -64.6875, -60.78125 -64.6875, -60.78125 -64.84375, -60.9375 -64.84375))", @@ -312418,7 +225373,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2198.9821482094576, + 2198.9821482091775, 1582.9377900090258, -3.9452382405997923, -1534.7460282960164, @@ -312438,17 +225393,17 @@ 6.1236732815407 ], "relative wind angle": [ - 0.0092948950806906, + 0.009294895080738377, 0.04236983022794838, 0.07261805930450065, - 0.06170340003705014, + 0.061703400037050146, 0.01076892235901448, 0.047676109991467784, 0.07407654852173791, 0.05641265752894975 ], "resistance": [ - 98833.48214820946, + 98833.48214820918, 98217.43779000902, 96630.5547617594, 95099.75397170399, @@ -312458,7 +225413,7 @@ 97727.7664712223 ], "fuel": [ - 52.73567992574125, + 52.73567992574111, 52.41400306219035, 51.59189212428838, 50.807714962638116, @@ -312485,68 +225440,7 @@ "id": "5605", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.07706719490182, - 14.07706719490182, - 14.07706719490182, - 14.07706719490182, - 14.07706719490182, - 14.07706719490182, - 14.07706719490182, - 14.07706719490182 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1316.4215759968965, - 1266.2058917115546, - 340.41115929401803, - -726.6597069161489, - -1336.4763791182813, - -1315.1844698257573, - -650.4825738215732, - 428.76360945378747 - ], - "relative wind speed": [ - 4.308277278947824, - 4.298976916018306, - 4.0788090812124524, - 3.756087102031679, - 3.5180790129800403, - 3.5294377072574057, - 3.7817257347522593, - 4.102431320061306 - ], - "relative wind angle": [ - 0.03466120831191078, - 0.04048854285413494, - 0.09709007000523436, - 0.10272187258751812, - 0.042450737321193185, - 0.04932296517846012, - 0.10474421838186397, - 0.0940228262305969 - ], - "resistance": [ - 97950.92157599692, - 97900.70589171158, - 96974.91115929405, - 95907.84029308388, - 95298.02362088175, - 95319.31553017427, - 95984.01742617846, - 97063.26360945382 - ], - "fuel": [ - 44.68357747685028, - 44.65746864593045, - 44.17779782610866, - 43.62888577006332, - 43.317092460675525, - 43.32795549209359, - 43.66793161977395, - 44.22343715149362 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -65, -60.9375 -64.84375, -60.78125 -64.84375, -60.78125 -65, -60.9375 -65))", @@ -312578,47 +225472,47 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1646.0044262866613, + 1646.0044262866013, 1228.577323961572, - 52.73558023059013, + 52.73558023058831, -1103.2457527204206, - -1586.5989735752946, + -1586.598973575312, -1410.4532869211853, -465.19130760768167, - 791.821747453916 + 791.8217474539088 ], "relative wind speed": [ 4.969066410323759, 4.90135342586377, - 4.6420060167360955, + 4.642006016736095, 4.326237680250174, 4.145658506555069, 4.225498791616646, 4.508867439143242, - 4.812667968722113 + 4.812667968722114 ], "relative wind angle": [ - 0.01345173479553121, + 0.013451734795547718, 0.049779634089851574, 0.08881730185602713, - 0.0783035362892406, - 0.016123721676785947, + 0.07830353628924061, + 0.016123721676792834, 0.05774997292647923, 0.09144714269268943, - 0.07037533876309718 + 0.07037533876310034 ], "resistance": [ - 98280.5044262867, + 98280.50442628664, 97863.07732396161, 96687.23558023063, 95531.25424727962, - 95047.90102642475, + 95047.90102642473, 95224.04671307886, 96169.30869239237, 97426.32174745396 ], "fuel": [ - 47.02687748216967, + 47.02687748216964, 46.80961628654745, 46.20110329688444, 45.60788344445601, @@ -312645,68 +225539,7 @@ "id": "5607", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.754803925334988, - 11.754803925334988, - 11.754803925334988, - 11.754803925334988, - 11.754803925334988, - 11.754803925334988, - 11.754803925334988, - 11.754803925334988 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1164.9258725669652, - 1103.611881179796, - 293.8086322695017, - -625.5787398303446, - -1144.6157910368538, - -1118.4659975950804, - -533.5677268101099, - 400.7481601430127 - ], - "relative wind speed": [ - 3.6810530130517525, - 3.6678352727495045, - 3.440020602090086, - 3.1049763938826227, - 2.8563919866247374, - 2.8733448936954926, - 3.142512485790177, - 3.4739384075690025 - ], - "relative wind angle": [ - 0.04074428848404859, - 0.050691936607215514, - 0.12028097684669248, - 0.12850177057380263, - 0.052517069950893315, - 0.064725917719631, - 0.1317316327354915, - 0.11478987790761332 - ], - "resistance": [ - 97799.425872567, - 97738.11188117982, - 96928.30863226953, - 96008.92126016968, - 95489.88420896318, - 95516.03400240495, - 96100.93227318992, - 97035.24816014305 - ], - "fuel": [ - 42.79384255992674, - 42.76199917430011, - 42.34274080563719, - 41.86970544637666, - 41.604043982698585, - 41.617404388901925, - 41.916904531583675, - 42.39796662220817 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.3125 -64.53125, -60.3125 -64.375, -60.15625 -64.375, -60.15625 -64.53125, -60.3125 -64.53125))", @@ -312725,68 +225558,7 @@ "id": "5608", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.670884057086734, - 15.670884057086734, - 15.670884057086734, - 15.670884057086734, - 15.670884057086734, - 15.670884057086734, - 15.670884057086734, - 15.670884057086734 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1606.7841935351935, - 1484.1545395453177, - 350.7333864185366, - -921.5231019846524, - -1618.3107024657265, - -1566.358718829334, - -735.2270707701191, - 566.7501060471295 - ], - "relative wind speed": [ - 4.786735008802143, - 4.7662544817907335, - 4.5205952046246125, - 4.171935202938216, - 3.9243259047365484, - 3.949175112082031, - 4.228165659834455, - 4.572540050514949 - ], - "relative wind angle": [ - 0.030700489268283865, - 0.04222313168179774, - 0.09558703240815129, - 0.09818886077079454, - 0.037450094092426646, - 0.050965965767942344, - 0.10222041539061434, - 0.08956224140195172 - ], - "resistance": [ - 98241.28419353519, - 98118.65453954531, - 96985.23338641853, - 95712.97689801535, - 95016.18929753428, - 95068.14128117067, - 95899.27292922988, - 97201.25010604713 - ], - "fuel": [ - 46.2832452709015, - 46.21936999650482, - 45.631642844453935, - 44.97761804777865, - 44.6219753381254, - 44.64842947497716, - 45.07301024595851, - 45.74328800726766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.15625 -64.53125, -60.15625 -64.375, -60 -64.375, -60 -64.53125, -60.15625 -64.53125))", @@ -312805,68 +225577,7 @@ "id": "5609", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.252964296703409, - 15.252964296703409, - 15.252964296703409, - 15.252964296703409, - 15.252964296703409, - 15.252964296703409, - 15.252964296703409, - 15.252964296703409 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1180.4190800139331, - 1451.66748964601, - 627.2651702415915, - -507.76891669006, - -1310.5350977079306, - -1425.1545276711895, - -921.5367405894285, - 147.82121918335088 - ], - "relative wind speed": [ - 4.58533807624402, - 4.63239866852864, - 4.464787814512435, - 4.164632438304976, - 3.8994745040579084, - 3.8434501762173214, - 4.036941472529934, - 4.345924911347275 - ], - "relative wind angle": [ - 0.04682419851145312, - 0.01965385356434658, - 0.07698322984874185, - 0.09488442779858121, - 0.05506763640288658, - 0.02368890835899568, - 0.08516095408689385, - 0.09091509341277863 - ], - "resistance": [ - 97814.91908001398, - 98086.16748964606, - 97261.76517024163, - 96126.73108330998, - 95323.96490229211, - 95209.34547232886, - 95712.96325941061, - 96782.32121918339 - ], - "fuel": [ - 45.665394428674844, - 45.806450601866366, - 45.37858855872337, - 44.7936475234183, - 44.38283534168137, - 44.32437496994011, - 44.58160413727954, - 45.13092180638649 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.3125 -64.6875, -60.3125 -64.53125, -60.15625 -64.53125, -60.15625 -64.6875, -60.3125 -64.6875))", @@ -312885,68 +225596,7 @@ "id": "5610", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.343404964897084, - 12.343404964897084, - 12.343404964897084, - 12.343404964897084, - 12.343404964897084, - 12.343404964897084, - 12.343404964897084, - 12.343404964897084 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 906.8018766319083, - 1387.484266393224, - 774.7619530695265, - -221.9422967151122, - -1039.1075355404255, - -1243.404869956299, - -946.5211694093205, - -66.59957744121766 - ], - "relative wind speed": [ - 3.7738352741241314, - 3.873657017298735, - 3.739209815823421, - 3.4308622749744977, - 3.1092919544834334, - 2.9840091231045567, - 3.150847360264972, - 3.484065611407996 - ], - "relative wind angle": [ - 0.07840379051235485, - 0.006924939991495731, - 0.08931285567488764, - 0.13002378185414526, - 0.09520719303333305, - 0.008989580188099191, - 0.10604818675075686, - 0.12802725084390212 - ], - "resistance": [ - 97541.30187663193, - 98021.98426639324, - 97409.26195306954, - 96412.5577032849, - 95595.39246445958, - 95391.09513004372, - 95687.9788305907, - 96567.9004225588 - ], - "fuel": [ - 43.08528325008619, - 43.334948395869446, - 43.01685259088858, - 42.502396434304536, - 42.083368371611655, - 41.97899652451473, - 42.13072022782416, - 42.58233454077288 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.15625 -64.6875, -60.15625 -64.53125, -60 -64.53125, -60 -64.6875, -60.15625 -64.6875))", @@ -312965,68 +225615,7 @@ "id": "5611", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.919840638148685, - 12.919840638148685, - 12.919840638148685, - 12.919840638148685, - 12.919840638148685, - 12.919840638148685, - 12.919840638148685, - 12.919840638148685 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 673.7461702732226, - 1272.2142424255744, - 874.1936394900404, - -26.9120928949078, - -867.8503934375703, - -1177.230942422122, - -1008.64040098632, - -263.66913226499855 - ], - "relative wind speed": [ - 3.8535402649111687, - 3.9849251594141335, - 3.904476571637801, - 3.6493139634111653, - 3.35057680408721, - 3.1931972953839134, - 3.2910788800802733, - 3.5719245638494654 - ], - "relative wind angle": [ - 0.07987179187296449, - 0.009769332963657618, - 0.06469077236813231, - 0.10869663542504533, - 0.09189318075582303, - 0.012191669439957819, - 0.07676983166054634, - 0.11106128540029761 - ], - "resistance": [ - 97308.24617027324, - 97906.71424242559, - 97508.69363949005, - 96607.5879071051, - 95766.64960656244, - 95457.2690575779, - 95625.8595990137, - 96370.83086773501 - ], - "fuel": [ - 43.40327559195312, - 43.71373045753641, - 43.50710913023529, - 43.04150317080817, - 42.60971160936421, - 42.451517963404456, - 42.53767816292361, - 42.91967081225539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.625 -64.84375, -60.625 -64.6875, -60.46875 -64.6875, -60.46875 -64.84375, -60.625 -64.84375))", @@ -313045,68 +225634,7 @@ "id": "5612", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.38811204769678, - 12.38811204769678, - 12.38811204769678, - 12.38811204769678, - 12.38811204769678, - 12.38811204769678, - 12.38811204769678, - 12.38811204769678 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 876.7239727589458, - 1280.9247314061204, - 683.4497751769286, - -253.68623855570513, - -1000.5426499098749, - -1172.0979966378704, - -864.902567024249, - -25.857773516969246 - ], - "relative wind speed": [ - 3.770526019236866, - 3.8548642521909398, - 3.719672092542127, - 3.427049532001219, - 3.1322759997821286, - 3.027877308897063, - 3.192500418874931, - 3.5047611767085582 - ], - "relative wind angle": [ - 0.0702682578702646, - 0.010152387924287147, - 0.08615610434552684, - 0.12095847754146453, - 0.08461786129490222, - 0.012925389873539458, - 0.10042748803306913, - 0.1182637262077953 - ], - "resistance": [ - 97511.22397275899, - 97915.42473140616, - 97317.94977517697, - 96380.81376144434, - 95633.95735009018, - 95462.40200336218, - 95769.59743297579, - 96608.64222648308 - ], - "fuel": [ - 43.102933456172394, - 43.31277149282485, - 43.00281133597878, - 42.51931631439517, - 42.13633191248553, - 42.04865229098121, - 42.20573325186395, - 42.636558813171575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -64.84375, -60.46875 -64.6875, -60.3125 -64.6875, -60.3125 -64.84375, -60.46875 -64.84375))", @@ -313125,68 +225653,7 @@ "id": "5613", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.958565882853618, - 10.958565882853618, - 10.958565882853618, - 10.958565882853618, - 10.958565882853618, - 10.958565882853618, - 10.958565882853618, - 10.958565882853618 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 827.9679354277118, - 1067.5500025677816, - 500.02125484115504, - -304.35814438165653, - -894.5825959468725, - -996.608551256294, - -664.6357067042782, - 81.47102319302394 - ], - "relative wind speed": [ - 3.3834366070837527, - 3.439132498334713, - 3.2865702120222746, - 2.9950703333922624, - 2.7215752841664855, - 2.6508457066450193, - 2.837793428526495, - 3.1439098268833763 - ], - "relative wind angle": [ - 0.06676432106249429, - 0.021821691529407914, - 0.10114391804459986, - 0.1320212170903119, - 0.08303450666054908, - 0.02831238300648833, - 0.11720766027907513, - 0.12573706008631658 - ], - "resistance": [ - 97462.46793542772, - 97702.05000256778, - 97134.52125484115, - 96330.14185561835, - 95739.91740405312, - 95637.8914487437, - 95969.86429329572, - 96715.97102319302 - ], - "fuel": [ - 42.079868035291156, - 42.2041285690992, - 41.91012299631379, - 41.495471220524536, - 41.19274622637964, - 41.14054871287443, - 41.31053141224664, - 41.69406291832337 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.625 -65, -60.625 -64.84375, -60.46875 -64.84375, -60.46875 -65, -60.625 -65))", @@ -313205,68 +225672,7 @@ "id": "5614", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.681378962823274, - 10.681378962823274, - 10.681378962823274, - 10.681378962823274, - 10.681378962823274, - 10.681378962823274, - 10.681378962823274, - 10.681378962823274 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 980.9769980736032, - 1197.751791971275, - 529.7034148477901, - -374.25627395354286, - -1012.4676544013969, - -1105.2661652486477, - -696.8089174867346, - 154.13400968519227 - ], - "relative wind speed": [ - 3.3705350652530894, - 3.4208566850269633, - 3.2360824638530064, - 2.8967136060429537, - 2.584106434073537, - 2.5171118825406293, - 2.750615017748567, - 3.105988244228642 - ], - "relative wind angle": [ - 0.07271872257827766, - 0.030946579451592113, - 0.12223405267957377, - 0.1567373988958799, - 0.09490826912385193, - 0.04206334118237826, - 0.14394639952548433, - 0.14609818406692343 - ], - "resistance": [ - 97615.4769980736, - 97832.25179197127, - 97164.20341484778, - 96260.24372604645, - 95622.0323455986, - 95529.23383475136, - 95937.69108251327, - 96788.63400968519 - ], - "fuel": [ - 41.98131438972631, - 42.093860031096995, - 41.747582018706574, - 41.28166495898462, - 40.95455053578739, - 40.907112989913976, - 41.116151583779725, - 41.55363758589475 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -65, -60.46875 -64.84375, -60.3125 -64.84375, -60.3125 -65, -60.46875 -65))", @@ -313298,37 +225704,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 706.2366419639438, + 706.2366419639357, 1097.6830406061645, 620.6926877099395, - -165.91163822977887, - -816.7618578305796, + -165.91163822977933, + -816.7618578305828, -983.0097849142667, -756.7623042193081, -65.2111718828528 ], "relative wind speed": [ - 3.3835887896566077, + 3.383588789656607, 3.4743078996911114, - 3.358588861553211, + 3.3585888615532107, 3.088650758660699, - 2.8052139333377197, + 2.80521393333772, 2.6920406622905753, 2.8350977352346516, 3.127000927455352 ], "relative wind angle": [ - 0.0777802915631135, + 0.07778029156311636, 0.005563377040352238, - 0.08652704372740008, - 0.1269792383991024, - 0.09386010319488568, + 0.08652704372740007, + 0.12697923839910244, + 0.09386010319488923, 0.007180036854402772, - 0.10255578890163898, + 0.10255578890163897, 0.12541367111894156 ], "resistance": [ - 97340.73664196396, + 97340.73664196394, 97732.18304060618, 97255.19268770996, 96468.58836177023, @@ -313338,7 +225744,7 @@ 96569.28882811716 ], "fuel": [ - 42.10900030615754, + 42.109000306157526, 42.31195938558763, 42.06472296660991, 41.65885489478066, @@ -313365,68 +225771,7 @@ "id": "5616", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.024093189439203, - 12.024093189439203, - 12.024093189439203, - 12.024093189439203, - 12.024093189439203, - 12.024093189439203, - 12.024093189439203, - 12.024093189439203 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 659.3793534729984, - 1224.0966087382485, - 829.9104550247239, - -32.091882546614215, - -828.8458623490028, - -1115.8476932320182, - -948.509423650516, - -233.050260091577 - ], - "relative wind speed": [ - 3.6157349635436535, - 3.746546876266966, - 3.6619130340367243, - 3.3999723390504095, - 3.093673047859006, - 2.933894810243798, - 3.0388723541460583, - 3.3293453331448424 - ], - "relative wind angle": [ - 0.0865321458036739, - 0.009495263253532015, - 0.07165718568799696, - 0.11980187944742961, - 0.10118096135385406, - 0.012125447008982998, - 0.08638211405415493, - 0.12235591856262076 - ], - "resistance": [ - 97293.87935347299, - 97858.59660873825, - 97464.41045502473, - 96602.4081174534, - 95805.654137651, - 95518.65230676798, - 95685.99057634949, - 96401.44973990842 - ], - "fuel": [ - 42.72349759330482, - 43.0163785973031, - 42.81181558376299, - 42.36649387676286, - 41.95733923321683, - 41.81053475458184, - 41.89609279754039, - 42.26307357274783 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.15625 -64.84375, -60.15625 -64.6875, -60 -64.6875, -60 -64.84375, -60.15625 -64.84375))", @@ -313445,68 +225790,7 @@ "id": "5617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.46126796703334, - 13.46126796703334, - 13.46126796703334, - 13.46126796703334, - 13.46126796703334, - 13.46126796703334, - 13.46126796703334, - 13.46126796703334 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 614.3783121397355, - 1306.5171788617336, - 1000.5243368231577, - 75.55466901074215, - -845.5797033685003, - -1246.508543426953, - -1116.8825475989179, - -380.92228178717414 - ], - "relative wind speed": [ - 3.982594610425669, - 4.136479121611698, - 4.077057450498543, - 3.8318107684306026, - 3.5253076044772396, - 3.343410536211064, - 3.4156194288168216, - 3.688641995655842 - ], - "relative wind angle": [ - 0.08329492844458071, - 0.01740361910014709, - 0.056330879954593245, - 0.10368993046147365, - 0.09412974061043147, - 0.021532394889812147, - 0.06725454411640139, - 0.10772983618348915 - ], - "resistance": [ - 97248.87831213977, - 97941.01717886176, - 97635.02433682319, - 96710.05466901077, - 95788.92029663154, - 95387.99145657307, - 95517.61745240111, - 96253.57771821285 - ], - "fuel": [ - 43.8045735876434, - 44.163587830850275, - 44.004648706544245, - 43.52631838519586, - 43.05313525213574, - 42.84816584795263, - 42.91436994060015, - 43.29143332951378 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.3125 -65, -60.3125 -64.84375, -60.15625 -64.84375, -60.15625 -65, -60.3125 -65))", @@ -313538,9 +225822,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 540.5098025815396, + 540.5098025815314, 1166.627487308624, - 907.9046540210957, + 907.9046540210875, 86.47070725967569, -738.2369837798342, -1106.0182415333652, @@ -313548,7 +225832,7 @@ -346.98812534381614 ], "relative wind speed": [ - 3.6160191904154693, + 3.6160191904154684, 3.76980389086147, 3.7148008667010783, 3.4758770480666232, @@ -313558,19 +225842,19 @@ 3.3252996137064765 ], "relative wind angle": [ - 0.09141165647514367, + 0.0914116564751461, 0.020106296284535644, - 0.060039420457953886, + 0.06003942045795759, 0.11273416589012906, - 0.10423997611805398, + 0.10423997611805397, 0.025368399934570584, 0.07300168913041735, - 0.11786228318255369 + 0.1178622831825537 ], "resistance": [ 97175.00980258157, 97801.12748730865, - 97542.40465402113, + 97542.40465402111, 96720.97070725971, 95896.2630162202, 95528.48175846666, @@ -313580,7 +225864,7 @@ "fuel": [ 42.76124114722836, 43.085761022023405, - 42.951486856150595, + 42.95148685615059, 42.52682291442373, 42.10299233649952, 41.91479959827481, @@ -313618,19 +225902,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 688.137686795154, + 688.1376867951458, 1287.762414672492, - 875.6339567609293, + 875.6339567609239, -38.111284816962325, - -886.0877748495759, + -886.0877748495786, -1192.2506206920625, -1017.8116171170986, -259.70135374801976 ], "relative wind speed": [ - 3.9238476937431472, + 3.923847693743147, 4.052642910601687, - 3.970673190749721, + 3.9706731907497206, 3.716023058224413, 3.420276151212378, 3.266642789378026, @@ -313638,11 +225922,11 @@ 3.6450023737975883 ], "relative wind angle": [ - 0.07733807566217508, - 0.008812775001312913, - 0.06367262406017357, - 0.10596151107942735, - 0.08875270982455473, + 0.07733807566217796, + 0.008812775001312915, + 0.06367262406017532, + 0.10596151107942736, + 0.08875270982455599, 0.01093332870609184, 0.07513521155250225, 0.1080340993245852 @@ -313652,7 +225936,7 @@ 97922.26241467253, 97510.13395676095, 96596.38871518307, - 95748.41222515046, + 95748.41222515045, 95442.24937930796, 95616.68838288293, 96374.798646252 @@ -313662,7 +225946,7 @@ 43.9222658283953, 43.70830777416978, 43.23618750595649, - 42.800828528936194, + 42.80082852893619, 42.644299115250625, 42.73344038973811, 43.12216287144954 @@ -313698,7 +225982,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1073.4997361336045, + 1073.4997361335863, 1032.3243438613408, 268.09484673473617, -616.772641397095, @@ -313708,7 +225992,7 @@ 341.17695342639036 ], "relative wind speed": [ - 4.391588952764047, + 4.391588952764045, 4.384063573609862, 4.206770867532386, 3.9508206081215507, @@ -313718,17 +226002,17 @@ 4.225678178397612 ], "relative wind angle": [ - 0.026931932202008235, - 0.03144026708433106, + 0.026931932202012357, + 0.031440267084331064, 0.07451017658639239, 0.07729072882266268, - 0.03141093983156537, - 0.03652177453030582, + 0.031410939831565364, + 0.03652177453030581, 0.07894409515825077, 0.07225430991737813 ], "resistance": [ - 97707.99973613361, + 97707.9997361336, 97666.82434386136, 96902.59484673475, 96017.72735860292, @@ -313738,7 +226022,7 @@ 96975.6769534264 ], "fuel": [ - 45.082609649869724, + 45.08260964986972, 45.06123769906978, 44.66571209183084, 44.21046544463624, @@ -313765,68 +226049,7 @@ "id": "5621", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.80433987366867, - 15.80433987366867, - 15.80433987366867, - 15.80433987366867, - 15.80433987366867, - 15.80433987366867, - 15.80433987366867, - 15.80433987366867 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1354.7178439908148, - 784.9141224599589, - -202.45334160260154, - -1040.9581293839346, - -1261.2846177182928, - -1008.962726144804, - -148.4265278481298, - 830.368251171476 - ], - "relative wind speed": [ - 4.735193252075191, - 4.635704902685763, - 4.396439851807029, - 4.14786146823527, - 4.04501454717671, - 4.158658182224741, - 4.410840560574888, - 4.645367914568098 - ], - "relative wind angle": [ - 0.0015252953741492275, - 0.05376583498882918, - 0.07857384125872685, - 0.05762982323559867, - 0.0017855484365167237, - 0.05994041996636433, - 0.07831678324420013, - 0.05145204345355903 - ], - "resistance": [ - 97989.21784399087, - 97419.41412246002, - 96432.04665839746, - 95593.54187061613, - 95373.21538228176, - 95625.53727385525, - 96486.07347215193, - 97464.86825117153 - ], - "fuel": [ - 46.28089190372669, - 45.98510133096525, - 45.475409972969445, - 45.04541184540071, - 44.93285907872668, - 45.0617715693076, - 45.5032054680985, - 46.008652661356784 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -65.3125, -70 -65.15625, -69.84375 -65.15625, -69.84375 -65.3125, -70 -65.3125))", @@ -313845,68 +226068,7 @@ "id": "5622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.329223549957725, - 17.329223549957725, - 17.329223549957725, - 17.329223549957725, - 17.329223549957725, - 17.329223549957725, - 17.329223549957725, - 17.329223549957725 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1175.8794384624816, - 1101.8869335557047, - 256.62788782256393, - -708.1492063232545, - -1241.5818242072892, - -1210.5511417924208, - -593.9203023692498, - 388.7553385443498 - ], - "relative wind speed": [ - 5.106560733319673, - 5.094879220067029, - 4.925707662401853, - 4.688751626662045, - 4.5230214335945105, - 4.536175828246395, - 4.719331460746677, - 4.95482528403492 - ], - "relative wind angle": [ - 0.020245468602442057, - 0.026158854602578614, - 0.059282483516576626, - 0.05963736823015175, - 0.022857874284849106, - 0.02938161702295995, - 0.06187814854887291, - 0.05643134634097468 - ], - "resistance": [ - 97810.37943846249, - 97736.38693355572, - 96891.12788782257, - 95926.35079367676, - 95392.91817579273, - 95423.94885820759, - 96040.57969763076, - 97023.25533854436 - ], - "fuel": [ - 47.74384521266576, - 47.70541597798959, - 47.267862310413236, - 46.771688370295166, - 46.49883693152491, - 46.514680158335835, - 46.830254239506644, - 47.336083610817724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -65.3125, -69.84375 -65.15625, -69.6875 -65.15625, -69.6875 -65.3125, -69.84375 -65.3125))", @@ -313925,68 +226087,7 @@ "id": "5623", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.925383772194994, - 19.925383772194994, - 19.925383772194994, - 19.925383772194994, - 19.925383772194994, - 19.925383772194994, - 19.925383772194994, - 19.925383772194994 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1225.5052294823745, - 1332.7121911254853, - 454.3383531031177, - -658.9831877352772, - -1368.5830230965366, - -1413.427731546306, - -825.0974849250797, - 262.2835825593884 - ], - "relative wind speed": [ - 5.808895827974943, - 5.823771031852046, - 5.676355004372252, - 5.4452224469666195, - 5.264069861141982, - 5.2476083325462675, - 5.406726931109629, - 5.639437449453529 - ], - "relative wind angle": [ - 0.023238421251146293, - 0.016697694225387204, - 0.04802358934092609, - 0.052938249881306305, - 0.02564407722887035, - 0.01853122197237816, - 0.05042046091950429, - 0.05111350657599432 - ], - "resistance": [ - 97860.00522948241, - 97967.21219112552, - 97088.83835310316, - 95975.51681226477, - 95265.9169769035, - 95221.07226845373, - 95809.40251507497, - 96896.78358255944 - ], - "fuel": [ - 50.77104505524676, - 50.82678070800031, - 50.371384631476644, - 49.79830459333068, - 49.435446166724134, - 49.41257748426959, - 49.71319301273175, - 50.27219563287677 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -65.46875, -69.6875 -65.3125, -69.53125 -65.3125, -69.53125 -65.46875, -69.6875 -65.46875))", @@ -314018,19 +226119,19 @@ ], "ice resistance": 95825.43524224324, "wind resistance": [ - 1466.165765109221, + 1466.1657651091227, 1797.0793163499948, - 746.9906210096415, + 746.9906210096087, -710.0989953111348, - -1732.885962367258, + -1732.8859623672179, -1870.7188238827985, -1225.8166009566485, 151.11907070414236 ], "relative wind speed": [ - 7.615248041779524, + 7.615248041779523, 7.65035711785168, - 7.521443704599486, + 7.521443704599485, 7.298641411334868, 7.110299156351337, 7.072509653579382, @@ -314038,31 +226139,31 @@ 7.434930421959923 ], "relative wind angle": [ - 0.020497965532641337, + 0.02049796553265217, 0.008914340427040977, - 0.033581150180591414, - 0.039598009623885495, - 0.02195388639454076, + 0.033581150180594724, + 0.03959800962388549, + 0.021953886394535705, 0.009642693288014887, 0.03503495482149891, 0.03887177299062433 ], "resistance": [ - 97291.60100735247, + 97291.60100735236, 97622.51455859323, - 96572.42586325288, + 96572.42586325285, 95115.3362469321, - 94092.54927987598, + 94092.54927987602, 93954.71641836045, 94599.6186412866, 95976.55431294738 ], "fuel": [ - 60.063202453106356, + 60.0632024531063, 60.234678388843065, - 59.691938490364535, + 59.69193849036452, 58.9456363968653, - 58.4264974002119, + 58.426497400211936, 58.35683479913152, 58.683385555644094, 59.38578616247972 @@ -314085,68 +226186,7 @@ "id": "5625", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 81540.10363443913, - "wind resistance": [ - 1632.7525519337214, - 1914.272891829769, - 743.1235027408293, - -828.0049617196273, - -1893.3715987082978, - -2010.7464931004288, - -1266.1740085654674, - 236.7850782027308 - ], - "relative wind speed": [ - 7.641142610758109, - 7.670897427085713, - 7.525337327780475, - 7.283330517917835, - 7.084533328392738, - 7.052304980797452, - 7.207424712209248, - 7.451897036716051 - ], - "relative wind angle": [ - 0.02081906843155661, - 0.010997324284383067, - 0.036999435018141166, - 0.04248188721756986, - 0.022455021469554273, - 0.011961997984045021, - 0.038632239929592624, - 0.04152036165540595 - ], - "resistance": [ - 83172.85618637285, - 83454.3765262689, - 82283.22713717996, - 80712.0986727195, - 79646.73203573083, - 79529.3571413387, - 80273.92962587366, - 81776.88871264187 - ], - "fuel": [ - 53.12658414796571, - 53.257649070040785, - 52.71434591807912, - 51.99350611102403, - 51.50993768549334, - 51.45691967083094, - 51.79411048744247, - 52.48103280310886 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -65.625, -69.6875 -65.46875, -69.53125 -65.46875, -69.53125 -65.625, -69.6875 -65.625))", @@ -314178,50 +226218,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1356.253953856536, + 1356.253953856496, 1741.375933776424, - 777.6081050806242, - -605.3312299086683, + 777.6081050805988, + -605.3312299086792, -1611.2476651582383, -1772.0790130558962, -1203.3887137039055, 86.33514356080923 ], "relative wind speed": [ - 6.712965295365991, + 6.712965295365989, 6.759166257616919, - 6.627337984293856, - 6.387761166996533, + 6.627337984293855, + 6.387761166996534, 6.17725914025522, 6.1266716122661355, 6.269036990207563, 6.512982482401279 ], "relative wind angle": [ - 0.026713504448606828, - 0.009274362177526344, - 0.04044309112946621, - 0.04953091889381967, + 0.02671350444861098, + 0.009274362177526342, + 0.04044309112946896, + 0.04953091889382191, 0.029030786181253532, 0.010231844465077088, - 0.0427559498624378, + 0.04275594986243781, 0.048577859645292626 ], "resistance": [ - 97990.75395385656, + 97990.75395385653, 98375.87593377645, - 97412.10810508065, - 96029.16877009136, + 97412.10810508062, + 96029.16877009135, 95023.25233484179, 94862.42098694414, 95431.11128629613, 96720.83514356083 ], "fuel": [ - 55.24841092200643, + 55.24841092200641, 55.4490178655897, - 54.948036528042124, - 54.235201452911795, + 54.9480365280421, + 54.23520145291178, 53.721173375773034, 53.63933691949788, 53.929137412861365, @@ -314258,9 +226298,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1804.9740277136043, + 1804.9740277135315, 1790.07103795504, - 491.25026437774795, + 491.2502643777225, -1051.3913382513929, -1954.1440568333546, -1947.9066115464193, @@ -314270,7 +226310,7 @@ "relative wind speed": [ 6.781481526007475, 6.779708590183591, - 6.587508583117554, + 6.587508583117553, 6.307610033434682, 6.103340659408318, 6.105310010520206, @@ -314278,19 +226318,19 @@ 6.591912814842256 ], "relative wind angle": [ - 0.020327384077513378, - 0.020997467619176504, - 0.051506314102113024, + 0.020327384077524303, + 0.0209974676191765, + 0.05150631410211518, 0.05349772567851323, - 0.022586320271190164, + 0.022586320271190168, 0.02331726816860394, - 0.05375481751714336, + 0.053754817517143366, 0.05118835790193173 ], "resistance": [ - 98439.47402771363, + 98439.47402771356, 98424.57103795507, - 97125.75026437777, + 97125.75026437776, 95583.10866174864, 94680.35594316668, 94686.5933884536, @@ -314298,9 +226338,9 @@ 97152.42967832883 ], "fuel": [ - 55.473383229448494, + 55.47338322944845, 55.46560658986719, - 54.7910338881957, + 54.79103388819569, 53.9979825235247, 53.53799672132197, 53.541164525739774, @@ -314338,17 +226378,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 830.5705486772422, + 830.5705486772276, 1397.7640006112088, - 826.7996522404283, + 826.7996522404192, -191.17864553931213, -1070.1182111979724, -1307.7592160680142, - -1067.4622584453555, + -1067.4622584453627, -186.68658104256974 ], "relative wind speed": [ - 5.065964091877598, + 5.065964091877597, 5.155371083169868, 5.065229539199683, 4.841464188236046, @@ -314358,19 +226398,19 @@ 4.842550971894235 ], "relative wind angle": [ - 0.04519553908265234, + 0.045195539082654806, 0.00010564015626625007, - 0.04535431019059899, - 0.06701983565759283, + 0.04535431019060144, + 0.06701983565759281, 0.049699691079608324, 0.00012083986312488962, - 0.04985832588459772, + 0.04985832588459995, 0.06700477225948175 ], "resistance": [ 97465.07054867726, 98032.26400061123, - 97461.29965224046, + 97461.29965224044, 96443.32135446071, 95564.38178880206, 95326.74078393201, @@ -314418,9 +226458,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1018.652370647007, + 1018.6523706469907, 1631.2690090351516, - 928.4131959473962, + 928.4131959473925, -271.96364331396944, -1280.2903175840584, -1537.2809121420669, @@ -314428,9 +226468,9 @@ -164.5484042431017 ], "relative wind speed": [ - 5.351548904420971, + 5.35154890442097, 5.442893155182773, - 5.334885340200647, + 5.334885340200646, 5.08219711915712, 4.823921042395803, 4.7206147905694245, @@ -314438,17 +226478,17 @@ 5.106913191127235 ], "relative wind angle": [ - 0.04609723295852769, - 0.0022762185151295523, - 0.04952931906307666, + 0.0460972329585301, + 0.0022762185151295527, + 0.04952931906307665, 0.07111980805989299, - 0.05114341080192299, + 0.051143410801922994, 0.0026244924123792423, 0.05457200100381282, - 0.07077503024230816 + 0.07077503024230815 ], "resistance": [ - 97653.152370647, + 97653.15237064699, 98265.76900903515, 97562.91319594739, 96362.53635668603, @@ -314458,7 +226498,7 @@ 96469.9515957569 ], "fuel": [ - 48.72602083683316, + 48.726020836833136, 49.0446176266599, 48.67920914678811, 48.05939446028871, @@ -314498,17 +226538,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 949.5675590770061, + 949.5675590769806, 1622.547466091306, - 978.554446310136, + 978.5544463101251, -200.05331271855175, - -1228.4142609380633, + -1228.4142609380706, -1518.8449313559195, -1248.827828378835, -234.56567244280996 ], "relative wind speed": [ - 5.358486631118135, + 5.358486631118134, 5.459625227824557, 5.363821570201694, 5.119572117594455, @@ -314518,19 +226558,19 @@ 5.111665247773146 ], "relative wind angle": [ - 0.0475765142821918, + 0.04757651428219646, 0.00072588625623422, - 0.04648310923565463, + 0.04648310923565702, 0.06967896103307133, - 0.05245382771856258, + 0.052453827718564695, 0.0008349012032080075, 0.051361480983039866, 0.06978691761863597 ], "resistance": [ - 97584.06755907703, + 97584.067559077, 98257.04746609132, - 97613.05444631015, + 97613.05444631014, 96434.44668728147, 95406.08573906195, 95115.65506864409, @@ -314538,9 +226578,9 @@ 96399.9343275572 ], "fuel": [ - 48.777944349080315, + 48.7779443490803, 49.12783617843456, - 48.79298031315009, + 48.79298031315008, 48.18413845506967, 47.657133239792756, 47.50900854224027, @@ -314578,19 +226618,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 797.0842929853206, + 797.0842929852879, 1927.3819340855698, - 1593.8232506404638, + 1593.823250640442, 201.2146064620665, -1264.0133659543808, -1965.1347582996204, - -1825.3001753657154, + -1825.300175365699, -748.8317456820059 ], "relative wind speed": [ - 6.249604276313088, + 6.249604276313086, 6.4161833272209225, - 6.374170820701443, + 6.374170820701442, 6.144938101816465, 5.851420686895396, 5.6682686225187355, @@ -314598,33 +226638,33 @@ 5.961242604556743 ], "relative wind angle": [ - 0.05275245644764733, + 0.052752456447651544, 0.014342914272969605, - 0.03128572902156681, - 0.06090088804044796, + 0.03128572902157036, + 0.060900888040447965, 0.05634589296114976, 0.01623558466332369, - 0.03489274445193541, + 0.034892744451932224, 0.06277997925850938 ], "resistance": [ - 97431.58429298534, + 97431.5842929853, 98561.88193408558, - 98228.32325064047, + 98228.32325064046, 96835.71460646208, 95370.48663404564, 94669.36524170039, - 94809.1998246343, + 94809.19982463431, 95885.668254318 ], "fuel": [ - 52.923140173390536, + 52.9231401733905, 53.51111838604878, 53.33710748090568, 52.61508382404554, 51.8632000594544, 51.506244546088695, - 51.57729121915408, + 51.577291219154084, 52.1266555952205 ] }, @@ -314658,9 +226698,9 @@ ], "ice resistance": 93333.95558906435, "wind resistance": [ - 1744.1995808524734, + 1744.1995808523643, 2351.611134529958, - 1117.4238540449442, + 1117.4238540449223, -721.6312100270225, -2106.425256918239, -2360.1229523002003, @@ -314668,7 +226708,7 @@ 27.38093281379406 ], "relative wind speed": [ - 7.668710739235727, + 7.668710739235726, 7.732442620128837, 7.587610891203082, 7.31111450575812, @@ -314678,19 +226718,19 @@ 7.429817027430651 ], "relative wind angle": [ - 0.028742087624135982, + 0.028742087624147573, 0.007685439914628915, - 0.040132276821850436, + 0.040132276821853205, 0.050779780722872904, 0.031220413709091073, - 0.008501436140575459, + 0.00850143614057546, 0.04260657161001677, - 0.04996781583782369 + 0.0499678158378237 ], "resistance": [ - 95078.15516991683, + 95078.15516991672, 95685.56672359431, - 94451.3794431093, + 94451.37944310927, 92612.32437903734, 91227.53033214611, 90973.83263676416, @@ -314698,9 +226738,9 @@ 93361.33652187814 ], "fuel": [ - 58.926696107431326, + 58.926696107431255, 59.23676003693882, - 58.608186618681515, + 58.60818661868149, 57.68206856087749, 56.99301498358161, 56.86755204889594, @@ -314725,68 +226765,7 @@ "id": "5633", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 89352.73224082531, - "wind resistance": [ - 1764.2481783693693, - 2484.8694858961026, - 1242.326910719854, - -673.4959223722326, - -2159.3344243756183, - -2460.4569206296255, - -1791.5069360846792, - -50.07825806462279 - ], - "relative wind speed": [ - 7.675221775817186, - 7.750679047806738, - 7.607809681846969, - 7.32199583302931, - 7.054872496711599, - 6.97188852110572, - 7.12751619413324, - 7.420824231440702 - ], - "relative wind angle": [ - 0.031321518568655206, - 0.0063844252641616596, - 0.040803646411465166, - 0.05320788137449844, - 0.03407670677010401, - 0.007097604942510561, - 0.04355491834878166, - 0.05249861801569455 - ], - "resistance": [ - 91116.98041919468, - 91837.60172672142, - 90595.05915154517, - 88679.23631845307, - 87193.3978164497, - 86892.27532019568, - 87561.22530474063, - 89302.65398276069 - ], - "fuel": [ - 56.93831450219788, - 57.295698374072344, - 56.68068020304621, - 55.743667981296696, - 55.02636102257431, - 54.8819915409907, - 55.20316919021006, - 56.04707707905428 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -65.9375, -69.375 -65.78125, -69.21875 -65.78125, -69.21875 -65.9375, -69.375 -65.9375))", @@ -314818,53 +226797,53 @@ ], "ice resistance": 85008.10670988787, "wind resistance": [ - 889.9345599936496, + 889.9345599935732, 2198.3508448690773, - 1831.9681513809774, + 1831.9681513809737, 232.26316571520147, - -1462.99507439839, + -1462.9950743983754, -2280.0141620225404, - -2127.010356493047, + -2127.0103564930687, -894.0044815810179 ], "relative wind speed": [ - 7.5540188055682425, + 7.554018805568242, 7.714598988423205, - 7.676123743215847, + 7.676123743215846, 7.4587931323582515, - 7.181504814711898, + 7.181504814711897, 7.008721278980102, - 7.050839368291321, + 7.050839368291322, 7.28035826915779 ], "relative wind angle": [ - 0.04141266176202235, + 0.0414126617620304, 0.01157830078752784, 0.024288751118084727, - 0.04733966463360608, - 0.043562116603974764, - 0.012744460258969236, - 0.02644321420068369, - 0.04850081583156873 + 0.04733966463360609, + 0.04356211660397222, + 0.012744460258969238, + 0.026443214200687893, + 0.04850081583156874 ], "resistance": [ - 85898.04126988152, + 85898.04126988145, 87206.45755475695, 86840.07486126885, 85240.36987560306, - 83545.11163548948, + 83545.11163548949, 82728.09254786532, - 82881.09635339482, + 82881.0963533948, 84114.10222830685 ], "fuel": [ - 54.407714384868726, + 54.4077143848687, 55.032629987653536, 54.85699898702471, 54.09600822285974, - 53.29995465048698, + 53.29995465048699, 52.92012048960014, - 52.991063307539335, + 52.99106330753932, 53.5659470190946 ] }, @@ -314898,9 +226877,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1098.526286030774, + 1098.5262860307157, 2531.300217944321, - 2020.2929368012228, + 2020.2929368012155, 183.9039603566307, -1707.2508651198295, -2570.6537597211645, @@ -314910,7 +226889,7 @@ "relative wind speed": [ 7.443265269989555, 7.618786862637546, - 7.5644972875981225, + 7.564497287598122, 7.308363429557638, 6.9892133913932, 6.79745455678552, @@ -314918,19 +226897,19 @@ 7.130156077630224 ], "relative wind angle": [ - 0.04751251186110113, - 0.011714499766496337, + 0.04751251186110814, + 0.011714499766496335, 0.03005267003167561, - 0.056225201354004106, + 0.05622520135400411, 0.05060170260795248, 0.013130032619422794, - 0.03315059169594892, + 0.033150591695948924, 0.05763200315717043 ], "resistance": [ - 97733.02628603081, + 97733.02628603076, 99165.80021794437, - 98654.79293680127, + 98654.79293680126, 96818.40396035668, 94927.24913488021, 94063.84624027889, @@ -314938,9 +226917,9 @@ 95718.2388028491 ], "fuel": [ - 59.3763348249464, + 59.37633482494637, 60.12407393060883, - 59.85651200286695, + 59.856512002866936, 58.903004290060835, 57.93417602682143, 57.496284321468806, @@ -314965,68 +226944,7 @@ "id": "5636", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.62141190274807, - 25.62141190274807, - 25.62141190274807, - 25.62141190274807, - 25.62141190274807, - 25.62141190274807, - 25.62141190274807, - 25.62141190274807 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1793.046313135721, - 2645.009906626623, - 1391.2102731095983, - -613.0524645657024, - -2214.9483358320576, - -2571.50405413732, - -1931.8287357513655, - -133.68769771451116 - ], - "relative wind speed": [ - 7.450257369004379, - 7.5419236213133525, - 7.396837453899488, - 7.0903984418844495, - 6.794322721096887, - 6.692424388298541, - 6.85244130098224, - 7.169058936718263 - ], - "relative wind angle": [ - 0.036582436698328426, - 0.005224185899799517, - 0.04438598507327088, - 0.05994171094813564, - 0.04011597507755394, - 0.005887322312599881, - 0.047914856687279524, - 0.059283241412866575 - ], - "resistance": [ - 98427.54631313572, - 99279.50990662663, - 98025.7102731096, - 96021.4475354343, - 94419.55166416794, - 94062.99594586268, - 94702.67126424864, - 96500.81230228549 - ], - "fuel": [ - 59.20755906138974, - 59.653464756459634, - 58.998181133926835, - 57.96282604566684, - 57.146071905970274, - 56.96557504360422, - 57.2897306333542, - 58.20909462310601 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -65.78125, -68.90625 -65.625, -68.75 -65.625, -68.75 -65.78125, -68.90625 -65.78125))", @@ -315058,19 +226976,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2018.6508965519042, + 2018.650896551886, 2496.7611885008027, - 1081.1228814416172, + 1081.1228814416118, -880.1916911720291, - -2272.2214370232414, + -2272.2214370232305, -2473.7479053240877, - -1612.4940120739775, + -1612.494012073983, 233.1317737117788 ], "relative wind speed": [ - 6.321085789901351, + 6.32108578990135, 6.38142360922426, - 6.173051564216687, + 6.173051564216686, 5.800046453462116, 5.471802712578369, 5.401313100377351, @@ -315078,29 +226996,29 @@ 6.021313114791018 ], "relative wind angle": [ - 0.04242368451188583, - 0.017397595662289274, + 0.042423684511888445, + 0.017397595662289277, 0.06891568427141748, - 0.08460762529287837, - 0.04901322248833932, + 0.08460762529287838, + 0.049013222488337053, 0.020554935990770917, - 0.07546401505887253, - 0.08149149489895499 + 0.075464015058874, + 0.081491494898955 ], "resistance": [ - 98653.15089655195, + 98653.15089655193, 99131.26118850085, - 97715.62288144167, + 97715.62288144165, 95754.30830882801, - 94362.2785629768, + 94362.27856297682, 94160.75209467596, 95022.00598792607, 96867.63177371182 ], "fuel": [ - 52.82728335849308, + 52.82728335849307, 53.07758833392505, - 52.33892881205598, + 52.338928812055975, 51.32786607938072, 50.61895598728786, 50.51692338629409, @@ -315138,9 +227056,9 @@ ], "ice resistance": 94652.37802832297, "wind resistance": [ - 1827.5673678481035, + 1827.5673678480234, 2979.882509989926, - 1716.0502316729217, + 1716.050231672918, -478.93573512236617, -2340.732453237517, -2823.015128585608, @@ -315148,9 +227066,9 @@ -345.9618434794975 ], "relative wind speed": [ - 7.697857103200562, + 7.697857103200561, 7.817637740365684, - 7.6835475963890625, + 7.683547596389062, 7.364708105336065, 7.037905641831036, 6.904611499934126, @@ -315158,9 +227076,9 @@ 7.3858103365717245 ], "relative wind angle": [ - 0.04097465132930712, + 0.04097465132931525, 0.0013522486018690894, - 0.04299846493394281, + 0.042998464933942805, 0.06202641571370234, 0.04481934961988945, 0.0015310623361308982, @@ -315168,9 +227086,9 @@ 0.06184897144676835 ], "resistance": [ - 96479.94539617107, + 96479.945396171, 97632.2605383129, - 96368.4282599959, + 96368.42825999588, 94173.44229320061, 92311.64557508545, 91829.36289973736, @@ -315178,9 +227096,9 @@ 94306.41618484347 ], "fuel": [ - 59.64433641673462, + 59.64433641673457, 60.23973483049056, - 59.58697800565932, + 59.58697800565931, 58.46741474729862, 57.53184864190641, 57.29160150255188, @@ -315218,11 +227136,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1651.9388180193419, + 1651.9388180192946, 2563.41138535503, - 1428.1373162205928, + 1428.1373162205728, -454.8253398391698, - -2009.153755215426, + -2009.1537552154223, -2393.042500164627, -1851.6998306393434, -189.2624097317439 @@ -315232,25 +227150,25 @@ 6.2392212675311765, 6.084801719665204, 5.733400172727551, - 5.376040495372385, + 5.3760404953723855, 5.23834176686105, 5.416945128392357, 5.787592673212412 ], "relative wind angle": [ - 0.05469762342413438, - 0.004359385927956511, - 0.061355359408320126, + 0.05469762342414251, + 0.00435938592795651, + 0.06135535940832375, 0.08739719132728796, - 0.06228601844992122, - 0.005192331976824752, + 0.062286018449921224, + 0.005192331976824751, 0.06893121967676703, - 0.08657678145998209 + 0.08657678145998207 ], "resistance": [ - 98286.43881801935, + 98286.4388180193, 99197.91138535505, - 98062.63731622061, + 98062.63731622059, 96179.67466016085, 94625.3462447846, 94241.4574998354, @@ -315258,9 +227176,9 @@ 96445.23759026827 ], "fuel": [ - 51.92205986081149, + 51.92205986081146, 52.39873404264453, - 51.805490766698085, + 51.80549076669808, 50.83211277065288, 50.03855901428806, 49.84395108431467, @@ -315298,9 +227216,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1327.4282768958765, + 1327.42827689584, 2654.3647108763544, - 1892.0536236958105, + 1892.0536236957487, -35.19352275198253, -1886.562286516517, -2603.703438694465, @@ -315310,7 +227228,7 @@ "relative wind speed": [ 7.243168494170446, 7.403136115706494, - 7.319690275295636, + 7.319690275295635, 7.035445042706251, 6.70488766228477, 6.527831496839058, @@ -315318,19 +227236,19 @@ 6.922537211879899 ], "relative wind angle": [ - 0.04826763007077235, - 0.007640790574704525, - 0.03682401614263243, - 0.06224902319886736, + 0.04826763007077695, + 0.007640790574704524, + 0.03682401614263845, + 0.06224902319886737, 0.052146030164078934, 0.008665353906413285, - 0.04071034072520059, - 0.06326566181893523 + 0.0407103407252006, + 0.06326566181893524 ], "resistance": [ - 97961.92827689591, + 97961.92827689587, 99288.86471087638, - 98526.55362369584, + 98526.55362369577, 96599.30647724804, 94747.93771348351, 94030.79656130556, @@ -315338,9 +227256,9 @@ 95926.15032076009 ], "fuel": [ - 58.09119444573527, + 58.09119444573525, 58.784567786620016, - 58.38543125560321, + 58.385431255603166, 57.385992723355585, 56.43891896728539, 56.07549011663145, @@ -315378,47 +227296,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1370.3299042064882, + 1370.3299042064627, 2413.119566421099, 1515.1010341993551, -228.29821711485602, -1781.8123072542967, -2261.052604687591, -1883.7219756999039, - -400.3999360068501 + -400.3999360068483 ], "relative wind speed": [ - 6.220405761888181, + 6.22040576188818, 6.357852049091161, - 6.243323866251369, + 6.243323866251368, 5.933740768220282, 5.5965300011346955, 5.439881728309882, 5.570951713776422, - 5.899603070689837 + 5.899603070689836 ], "relative wind angle": [ - 0.05414814714380102, - 0.0026928060244056987, - 0.05006587655063238, - 0.0774294113722103, - 0.060191269611667444, + 0.054148147143803074, + 0.002692806024405699, + 0.050065876550632375, + 0.07742941137221031, + 0.06019126961166745, 0.0031472136210361455, - 0.05611446022920038, - 0.0778783573611229 + 0.056114460229200386, + 0.07787835736112148 ], "resistance": [ - 98004.82990420649, + 98004.82990420646, 99047.6195664211, 98149.60103419935, 96406.20178288514, 94852.6876927457, 94373.44739531241, 94750.77802430009, - 96234.10006399314 + 96234.10006399316 ], "fuel": [ - 52.52995931309821, + 52.52995931309819, 53.074470648248536, 52.6053122751762, 51.7030632822411, @@ -315458,51 +227376,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1087.8462278385614, + 1087.8462278385286, 2382.8293785932347, - 1843.8397873624654, - 128.3882983153053, - -1600.14274601961, + 1843.839787362429, + 128.3882983153071, + -1600.1427460196228, -2358.9838393636164, -2132.4261853233966, -771.0618269034985 ], "relative wind speed": [ - 6.385876546614778, + 6.385876546614777, 6.56790509496827, - 6.501628597189817, - 6.219985565067684, - 5.872594080114648, + 6.501628597189816, + 6.2199855650676845, + 5.872594080114649, 5.668280441358924, 5.74418019238654, 6.04802116966797 ], "relative wind angle": [ - 0.05939401583948872, + 0.05939401583949247, 0.013126999142786604, - 0.039559532814077286, - 0.07238768426980559, - 0.06459217196110353, - 0.015210562335058932, - 0.04477928187216788, - 0.07444965353932674 + 0.03955953281408289, + 0.07238768426980713, + 0.06459217196110696, + 0.01521056233505893, + 0.04477928187216787, + 0.07444965353932675 ], "resistance": [ - 97722.34622783856, + 97722.34622783853, 99017.32937859323, - 98478.33978736246, + 98478.33978736243, 96762.8882983153, - 95034.35725398039, + 95034.35725398037, 94275.51616063638, 94502.07381467661, 95863.4381730965 ], "fuel": [ - 53.448787247553575, + 53.44878724755357, 54.12423235770423, - 53.842344808407645, + 53.84234480840763, 52.95237179240107, - 52.066688881953155, + 52.06668888195315, 51.68137767992794, 51.79619084001295, 52.490114656351565 @@ -315538,47 +227456,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1442.427366146976, + 1442.4273661469688, 2547.7927571341843, - 1608.286799536936, + 1608.2867995369106, -227.64645116819702, -1867.454458816108, -2379.3595158234457, - -1984.1794557949743, - -424.6489679066417 + -1984.1794557949834, + -424.64896790665443 ], "relative wind speed": [ - 6.231617653415797, + 6.231617653415796, 6.377197316891942, 6.257817560235789, 5.932246061571181, 5.575595595671068, 5.40848215364128, 5.546173834963578, - 5.8931130559156255 + 5.893113055915626 ], "relative wind angle": [ 0.05721969357270515, - 0.0030785497817926734, - 0.052536429803053966, - 0.08173971031474675, + 0.003078549781792674, + 0.0525364298030582, + 0.08173971031474674, 0.06396084663474924, 0.003629952166665768, - 0.05928497072060934, - 0.08228372417631623 + 0.059284970720611216, + 0.08228372417631893 ], "resistance": [ - 98076.92736614698, + 98076.92736614696, 99182.29275713419, - 98242.78679953693, + 98242.78679953692, 96406.8535488318, 94767.04554118389, 94255.14048417655, 94650.32054420502, - 96209.85103209336 + 96209.85103209334 ], "fuel": [ - 52.538640383077976, + 52.53864038307796, 53.116251993866335, 52.625020751182994, 51.67456276686561, @@ -315605,68 +227523,7 @@ "id": "5644", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.993147005133196, - 16.993147005133196, - 16.993147005133196, - 16.993147005133196, - 16.993147005133196, - 16.993147005133196, - 16.993147005133196, - 16.993147005133196 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1748.3777563542644, - 2096.864152921231, - 882.142307035303, - -754.1534643096784, - -1890.8327157524254, - -2038.6447200825933, - -1282.3372265609778, - 269.44372809496963 - ], - "relative wind speed": [ - 5.178157844588999, - 5.231496789453581, - 5.01054391251036, - 4.620598791470056, - 4.278048258511421, - 4.2126543778914565, - 4.47319407878046, - 4.874944345723 - ], - "relative wind angle": [ - 0.05214666927501831, - 0.02445285810803825, - 0.090091421499523, - 0.11051582070167824, - 0.06313175482450215, - 0.030368492679671268, - 0.10094871533662551, - 0.10472799957867765 - ], - "resistance": [ - 98382.87775635428, - 98731.36415292125, - 97516.64230703532, - 95880.34653569033, - 94743.66728424758, - 94595.85527991742, - 95352.16277343903, - 96903.94372809498 - ], - "fuel": [ - 47.6857932609545, - 47.86780175075415, - 47.23533099679266, - 46.392038359698645, - 45.81209586597713, - 45.73703428989914, - 46.12195697560358, - 46.91839960571121 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -65.15625, -67.96875 -65, -67.8125 -65, -67.8125 -65.15625, -67.96875 -65.15625))", @@ -315685,68 +227542,7 @@ "id": "5645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.0881442158138, - 18.0881442158138, - 18.0881442158138, - 18.0881442158138, - 18.0881442158138, - 18.0881442158138, - 18.0881442158138, - 18.0881442158138 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1685.1636929742326, - 2099.8363214357887, - 925.1001225052005, - -707.7457496369079, - -1874.1997282987813, - -2049.506102965459, - -1339.7798723081178, - 192.64699470131927 - ], - "relative wind speed": [ - 5.444820197685854, - 5.505353072108636, - 5.305381337313862, - 4.942359797156435, - 4.61818947273978, - 4.545858394481327, - 4.777726431780511, - 5.152360684841867 - ], - "relative wind angle": [ - 0.04863850809699115, - 0.01916041783041032, - 0.07809306963468995, - 0.0972432475067513, - 0.057353366315080034, - 0.02320527144626425, - 0.08673832137711698, - 0.09326800861771449 - ], - "resistance": [ - 98319.66369297425, - 98734.33632143581, - 97559.60012250522, - 95926.75425036311, - 94760.30027170123, - 94584.99389703455, - 95294.7201276919, - 96827.14699470134 - ], - "fuel": [ - 48.84036156279773, - 49.05689151337194, - 48.44513975089363, - 47.60335358970583, - 47.00808298933769, - 46.91905739841094, - 47.28018235828587, - 48.06630888237648 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -65.3125, -68.125 -65.15625, -67.96875 -65.15625, -67.96875 -65.3125, -68.125 -65.3125))", @@ -315765,68 +227561,7 @@ "id": "5646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.29658579505244, - 15.29658579505244, - 15.29658579505244, - 15.29658579505244, - 15.29658579505244, - 15.29658579505244, - 15.29658579505244, - 15.29658579505244 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1618.290520162558, - 1799.7759652846162, - 675.2484090142825, - -755.4615095053541, - -1691.4124347152438, - -1768.575403178058, - -1029.3906445577304, - 357.2415472434823 - ], - "relative wind speed": [ - 4.710334854799341, - 4.740856993143121, - 4.508716981011092, - 4.12352570284597, - 3.801093131411794, - 3.762956073165008, - 4.038196952000444, - 4.430812478087072 - ], - "relative wind angle": [ - 0.05025347863188267, - 0.032628578069760314, - 0.10116201291212579, - 0.11893560613445552, - 0.06228844077816855, - 0.04111224005085241, - 0.11299690231727676, - 0.11065204577417721 - ], - "resistance": [ - 98252.79052016257, - 98434.27596528463, - 97309.7484090143, - 95879.03849049465, - 94943.08756528478, - 94865.92459682196, - 95605.10935544228, - 96991.7415472435 - ], - "fuel": [ - 45.934031094098415, - 46.02867360158094, - 45.44421885843578, - 44.70743256613564, - 44.229558223319486, - 44.19030608803514, - 44.56723344655441, - 45.27979349960427 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -65.3125, -67.96875 -65.15625, -67.8125 -65.15625, -67.8125 -65.3125, -67.96875 -65.3125))", @@ -315845,68 +227580,7 @@ "id": "5647", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.426071281014792, - 16.426071281014792, - 16.426071281014792, - 16.426071281014792, - 16.426071281014792, - 16.426071281014792, - 16.426071281014792, - 16.426071281014792 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1559.0032835739548, - 1571.2573682147759, - 471.15461145200607, - -840.6352736092613, - -1624.4287034350036, - -1629.6106183679995, - -859.3102657043064, - 449.51195834611826 - ], - "relative wind speed": [ - 4.972325924100752, - 4.974295115534432, - 4.7516683190197115, - 4.415498254824545, - 4.159767401714199, - 4.157412420655278, - 4.410140373941954, - 4.7466899091356165 - ], - "relative wind angle": [ - 0.034485968060967716, - 0.033430001609435635, - 0.08566800964068241, - 0.09269633494952857, - 0.041225876882257526, - 0.04000182166733381, - 0.09232049673277236, - 0.08621193700951375 - ], - "resistance": [ - 98193.50328357394, - 98205.75736821476, - 97105.65461145199, - 95793.86472639072, - 95010.07129656499, - 95004.88938163199, - 95775.18973429568, - 97084.0119583461 - ], - "fuel": [ - 47.003122351983656, - 47.009506150119314, - 46.43863125253864, - 45.76379233181825, - 45.36363252306798, - 45.36099454215386, - 45.75423137157755, - 46.42744542756566 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -65.46875, -67.8125 -65.3125, -67.65625 -65.3125, -67.65625 -65.46875, -67.8125 -65.46875))", @@ -315925,68 +227599,7 @@ "id": "5648", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.301776350633112, - 21.301776350633112, - 21.301776350633112, - 21.301776350633112, - 21.301776350633112, - 21.301776350633112, - 21.301776350633112, - 21.301776350633112 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2175.9047402214837, - 2323.3095414009567, - 782.6231417797353, - -1134.9155682983728, - -2341.4338655490374, - -2403.5582178211753, - -1360.7783136635426, - 521.0938285851462 - ], - "relative wind speed": [ - 6.365458505823268, - 6.383997072559475, - 6.145743406223805, - 5.771656174863431, - 5.476540845959395, - 5.454919156538569, - 5.722010102374517, - 6.09914310587809 - ], - "relative wind angle": [ - 0.033384005190698986, - 0.0257309322473509, - 0.07242996519602163, - 0.08060469764003357, - 0.03880521814002142, - 0.03011463493024218, - 0.07780411055233082, - 0.07626806350320998 - ], - "resistance": [ - 98810.40474022152, - 98957.809541401, - 97417.12314177978, - 95499.58443170167, - 94293.066134451, - 94230.94178217887, - 95273.7216863365, - 97155.59382858519 - ], - "fuel": [ - 53.0379868916272, - 53.115153252347454, - 52.312598291582134, - 51.32607582421681, - 50.71236711983431, - 50.680913524362154, - 51.210776178877204, - 52.17724265938907 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -65.46875, -67.65625 -65.3125, -67.5 -65.3125, -67.5 -65.46875, -67.65625 -65.46875))", @@ -316005,68 +227618,7 @@ "id": "5649", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.571055031892957, - 18.571055031892957, - 18.571055031892957, - 18.571055031892957, - 18.571055031892957, - 18.571055031892957, - 18.571055031892957, - 18.571055031892957 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1789.8420938011386, - 2012.782638373341, - 754.1967629621886, - -868.7208081327208, - -1937.6145489210248, - -2031.7792921987584, - -1209.1086424844761, - 359.8377795861579 - ], - "relative wind speed": [ - 5.584587186581811, - 5.6164351107780615, - 5.398590759067412, - 5.039301630674455, - 4.7424158746651175, - 4.70465503721887, - 4.953114190983426, - 5.318229164664798 - ], - "relative wind angle": [ - 0.04002830882640253, - 0.024930870909507578, - 0.07815236302728289, - 0.0906244792102311, - 0.04714151859535943, - 0.029763880027705976, - 0.08519763090110219, - 0.08585941566784197 - ], - "resistance": [ - 98424.34209380117, - 98647.28263837338, - 97388.69676296222, - 95765.7791918673, - 94696.885451079, - 94602.72070780127, - 95425.39135751556, - 96994.33777958619 - ], - "fuel": [ - 49.44378220600825, - 49.560202565692784, - 48.90538956087076, - 48.06972386698582, - 47.52468693742624, - 47.47687539196399, - 47.89569619661019, - 48.7014265285217 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -65.625, -67.8125 -65.46875, -67.65625 -65.46875, -67.65625 -65.625, -67.8125 -65.625))", @@ -316085,68 +227637,7 @@ "id": "5650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.268818689721325, - 18.268818689721325, - 18.268818689721325, - 18.268818689721325, - 18.268818689721325, - 18.268818689721325, - 18.268818689721325, - 18.268818689721325 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2067.0985739195658, - 1910.263543250865, - 448.4859793338692, - -1194.4426338509893, - -2094.0417291797785, - -2027.6822062802712, - -955.6704497587816, - 725.2484537452056 - ], - "relative wind speed": [ - 5.554438809824817, - 5.531840103155937, - 5.259212130939417, - 4.873326641360214, - 4.600182676687456, - 4.627333597667149, - 4.93499330422678, - 5.316404668344224 - ], - "relative wind angle": [ - 0.029318742665267065, - 0.040218151737494115, - 0.09089455814657653, - 0.09302567233021096, - 0.03540290948927544, - 0.04808517556984406, - 0.0968843128855278, - 0.08525305591787613 - ], - "resistance": [ - 98701.59857391957, - 98544.76354325088, - 97082.98597933388, - 95440.05736614902, - 94540.45827082024, - 94606.81779371975, - 95678.82955024124, - 97359.74845374523 - ], - "fuel": [ - 49.243308728713785, - 49.16135792022575, - 48.40193924952062, - 47.557899661218244, - 47.0999943252302, - 47.13366914088175, - 47.67994290846298, - 48.545111939464114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -65.625, -67.65625 -65.46875, -67.5 -65.46875, -67.5 -65.625, -67.65625 -65.625))", @@ -316178,34 +227669,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1794.4139206068212, + 1794.4139206068176, 1785.321562295645, 528.0650813698885, -953.281889489419, -1829.1891482448746, -1825.329113598843, -939.5188780514645, - 544.0341459536176 + 544.0341459536157 ], "relative wind speed": [ - 4.962625708431913, + 4.962625708431912, 4.961166973728101, - 4.7043583770564315, + 4.704358377056431, 4.316841108513439, 4.021616536408091, 4.023415930113355, 4.32088714827399, - 4.708071402575455 + 4.708071402575456 ], "relative wind angle": [ 0.038858222183632524, - 0.03965507715883374, - 0.10027584160138883, + 0.03965507715883375, + 0.10027584160138772, 0.10893615911532468, - 0.04795688569984356, + 0.047956885699843556, 0.04890429569676691, 0.10920923059507928, - 0.09985221419493781 + 0.09985221419493892 ], "resistance": [ 98428.9139206068, @@ -316245,68 +227736,7 @@ "id": "5652", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.037153646238362, - 20.037153646238362, - 20.037153646238362, - 20.037153646238362, - 20.037153646238362, - 20.037153646238362, - 20.037153646238362, - 20.037153646238362 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1754.9466768039092, - 2704.974150666205, - 1503.5115035558938, - -474.44889902060277, - -2101.4540221539028, - -2502.5194406207884, - -1924.678902440448, - -176.69831595989308 - ], - "relative wind speed": [ - 5.982459991379129, - 6.108167678287956, - 5.940872124505554, - 5.5608789468635775, - 5.172831151767363, - 5.023773212144945, - 5.220540975169115, - 5.623578488069341 - ], - "relative wind angle": [ - 0.0604006773698374, - 0.0051567537352868705, - 0.06833778382714792, - 0.09765880932051639, - 0.06986869161716164, - 0.006269865683165895, - 0.07778494373553047, - 0.09656655539210605 - ], - "resistance": [ - 98389.44667680388, - 99339.47415066618, - 98138.01150355587, - 96160.05110097937, - 94533.04597784606, - 94131.98055937918, - 94709.82109755953, - 96457.80168404008 - ], - "fuel": [ - 51.18589786851136, - 51.683167458355186, - 51.054852072248934, - 50.03216081275625, - 49.201841168655164, - 48.998676288489676, - 49.29157894263787, - 50.18517998051053 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -65.78125, -68.59375 -65.625, -68.4375 -65.625, -68.4375 -65.78125, -68.59375 -65.78125))", @@ -316325,68 +227755,7 @@ "id": "5653", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.2178463484851, - 20.2178463484851, - 20.2178463484851, - 20.2178463484851, - 20.2178463484851, - 20.2178463484851, - 20.2178463484851, - 20.2178463484851 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1799.4285277977851, - 2968.3957216031413, - 1749.1131159405795, - -374.78803986346065, - -2191.4742487250733, - -2685.339484733033, - -2156.1155334679042, - -315.2801395106926 - ], - "relative wind speed": [ - 6.046463887768642, - 6.199025583883678, - 6.038254188632455, - 5.640034646653063, - 5.215415889332325, - 5.03312728382126, - 5.224918640347711, - 5.652459431906029 - ], - "relative wind angle": [ - 0.06749414415477871, - 0.0010075408836418029, - 0.06905228649662082, - 0.10354413167954256, - 0.07826946048471888, - 0.001240932706067654, - 0.0798226288049233, - 0.10331571503286202 - ], - "resistance": [ - 98433.92852779782, - 99602.89572160317, - 98383.6131159406, - 96259.71196013657, - 94443.02575127495, - 93949.160515267, - 94478.38446653212, - 96319.21986048933 - ], - "fuel": [ - 51.43586229574686, - 52.048400401222175, - 51.40961119095696, - 50.31009790825803, - 49.38294455068403, - 49.133021420219976, - 49.40087283205971, - 50.34067573697614 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -65.9375, -68.75 -65.78125, -68.59375 -65.78125, -68.59375 -65.9375, -68.75 -65.9375))", @@ -316418,19 +227787,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1416.3473359359432, + 1416.3473359359323, 2384.4478221418285, - 1435.300115698812, + 1435.3001156988103, -255.49849125923538, - -1719.7193339178557, + -1719.7193339178575, -2134.6891500093498, - -1733.0294465704555, + -1733.029446570452, -277.8757440269237 ], "relative wind speed": [ - 5.223357051199836, + 5.2233570511998355, 5.369816374690563, - 5.226932243664057, + 5.226932243664055, 4.860872422069932, 4.4631675932009856, 4.2858366687758425, @@ -316438,21 +227807,21 @@ 4.855434393097955 ], "relative wind angle": [ - 0.0738087437373882, + 0.0738087437373897, 0.0005095323286095078, - 0.07301588364916964, - 0.11173288671989579, - 0.08640930727617757, + 0.07301588364916811, + 0.1117328867198958, + 0.08640930727617885, 0.0006384039619030876, - 0.08561965403653493, - 0.11185855048580005 + 0.08561965403653364, + 0.11185855048580007 ], "resistance": [ - 98050.84733593596, + 98050.84733593595, 99018.94782214184, 98069.80011569883, 96379.00150874078, - 94914.78066608217, + 94914.78066608215, 94499.81084999067, 94901.47055342956, 96356.62425597309 @@ -316462,7 +227831,7 @@ 48.42903493376986, 47.933356326356176, 47.058665971341604, - 46.30978464474303, + 46.309784644743026, 46.09899760194821, 46.303013726184204, 47.04716101132601 @@ -316485,68 +227854,7 @@ "id": "5655", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.458224417542702, - 16.458224417542702, - 16.458224417542702, - 16.458224417542702, - 16.458224417542702, - 16.458224417542702, - 16.458224417542702, - 16.458224417542702 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1195.0845657676637, - 2193.0025963658336, - 1465.3267701598052, - -83.7231416740342, - -1504.845509538446, - -2003.0938494888178, - -1694.5637759747424, - -402.52440917888816 - ], - "relative wind speed": [ - 4.935618759952998, - 5.104112194744304, - 4.9892878052345795, - 4.643526148225624, - 4.243941831749758, - 4.039729386770596, - 4.180715490369199, - 4.561692638223268 - ], - "relative wind angle": [ - 0.08224237169334861, - 0.008070658649314917, - 0.06964612553397188, - 0.11486647327637953, - 0.09568437354191314, - 0.01019717164100271, - 0.08314463823991274, - 0.11693645539470934 - ], - "resistance": [ - 97829.58456576767, - 98827.50259636584, - 98099.82677015981, - 96550.77685832596, - 95129.65449046156, - 94631.40615051117, - 94939.93622402525, - 96231.97559082111 - ], - "fuel": [ - 46.8463361823862, - 47.3666829404002, - 46.9868833443516, - 46.18494136024637, - 45.45708060003664, - 45.20367042611085, - 45.360480579477226, - 46.02100607400258 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -65.78125, -68.4375 -65.625, -68.28125 -65.625, -68.28125 -65.78125, -68.4375 -65.78125))", @@ -316565,68 +227873,7 @@ "id": "5656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.350916767602538, - 18.350916767602538, - 18.350916767602538, - 18.350916767602538, - 18.350916767602538, - 18.350916767602538, - 18.350916767602538, - 18.350916767602538 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1299.0237893662324, - 2488.2667376362333, - 1732.8267105591476, - -31.95315112985736, - -1692.5619573500335, - -2317.144289807262, - -1997.3276438908033, - -544.6481220971436 - ], - "relative wind speed": [ - 5.459093351840452, - 5.644674327429842, - 5.536874619551236, - 5.1857193474678756, - 4.772014358430821, - 4.55098593696278, - 4.6815425565242785, - 5.067754543234693 - ], - "relative wind angle": [ - 0.07860126567941701, - 0.010509377252536265, - 0.06230602755133707, - 0.10565563373562124, - 0.08994702463888304, - 0.013035109480840981, - 0.07370858434741091, - 0.10812455413675069 - ], - "resistance": [ - 97933.52378936624, - 99122.76673763625, - 98367.32671055917, - 96602.54684887016, - 94941.93804264998, - 94317.35571019276, - 94637.17235610921, - 96089.85187790287 - ], - "fuel": [ - 48.93603759884577, - 49.55703064421467, - 49.16194896284, - 48.24727544901992, - 47.397176178901276, - 47.08009534383686, - 47.24227486743024, - 47.98372153956748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -65.78125, -68.28125 -65.625, -68.125 -65.625, -68.125 -65.78125, -68.28125 -65.78125))", @@ -316645,68 +227892,7 @@ "id": "5657", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.41104691824066, - 18.41104691824066, - 18.41104691824066, - 18.41104691824066, - 18.41104691824066, - 18.41104691824066, - 18.41104691824066, - 18.41104691824066 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1610.9192382180863, - 2303.5189611120804, - 1193.6294975270248, - -523.8201180780034, - -1872.913838465356, - -2165.6081114142, - -1579.570693436859, - -29.833807326831447 - ], - "relative wind speed": [ - 5.522022529682494, - 5.62137625587584, - 5.447000999210174, - 5.082634869526744, - 4.726245470342306, - 4.60763041639925, - 4.812515888686039, - 5.195859105799835 - ], - "relative wind angle": [ - 0.05765732653575919, - 0.010120391694175767, - 0.07325488740671834, - 0.09989871719657428, - 0.06737897644727335, - 0.012347128306649871, - 0.08293375914020024, - 0.09771476639765084 - ], - "resistance": [ - 98245.41923821812, - 98938.0189611121, - 97828.12949752706, - 96110.67988192203, - 94761.58616153468, - 94468.89188858583, - 95054.92930656316, - 96604.6661926732 - ], - "fuel": [ - 49.166933086173685, - 49.52875525212735, - 48.94979775617051, - 48.062949806743575, - 47.37400869953581, - 47.225432701289584, - 47.52323391769847, - 48.316907508056076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -65.9375, -68.4375 -65.78125, -68.28125 -65.78125, -68.28125 -65.9375, -68.4375 -65.9375))", @@ -316725,68 +227911,7 @@ "id": "5658", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.727248035924232, - 15.727248035924232, - 15.727248035924232, - 15.727248035924232, - 15.727248035924232, - 15.727248035924232, - 15.727248035924232, - 15.727248035924232 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1110.491820772122, - 2052.4291451067365, - 1383.628401006852, - -63.66410005572561, - -1397.5746812244688, - -1873.039123095963, - -1589.2776156493592, - -385.6915927396203 - ], - "relative wind speed": [ - 4.723270234940731, - 4.889993350457248, - 4.779916028973754, - 4.442915903318453, - 4.050731861008262, - 3.847814360718096, - 3.9837310499109124, - 4.356398581179699 - ], - "relative wind angle": [ - 0.08463775407931373, - 0.008909202103131427, - 0.07070430686818598, - 0.11756200265769938, - 0.09873260869281184, - 0.011322348080143933, - 0.08486637730014114, - 0.1199079067344374 - ], - "resistance": [ - 97744.99182077212, - 98686.92914510674, - 98018.12840100685, - 96570.83589994427, - 95236.92531877552, - 94761.46087690404, - 95045.22238435064, - 96248.80840726038 - ], - "fuel": [ - 46.07937095886333, - 46.5701329618544, - 46.221338918163596, - 45.47224264729273, - 44.78873342135358, - 44.54670124560848, - 44.691047042904344, - 45.30662625501812 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -65.9375, -68.28125 -65.78125, -68.125 -65.78125, -68.125 -65.9375, -68.28125 -65.9375))", @@ -316805,68 +227930,7 @@ "id": "5659", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.323728110138525, - 18.323728110138525, - 18.323728110138525, - 18.323728110138525, - 18.323728110138525, - 18.323728110138525, - 18.323728110138525, - 18.323728110138525 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1599.8125231291433, - 2228.3889677533716, - 1122.801029624794, - -552.892628781623, - -1846.8619125052082, - -2112.447090664773, - -1511.4925793554557, - 12.00423035645872 - ], - "relative wind speed": [ - 5.494443305797903, - 5.585157134792557, - 5.408158155221149, - 5.048892650797411, - 4.70362876636485, - 4.595546821878554, - 4.802588487526001, - 5.178968412061053 - ], - "relative wind angle": [ - 0.055302865906236204, - 0.011699950686576411, - 0.07330958075197257, - 0.09816846141391987, - 0.06461288383861485, - 0.014219586235630388, - 0.0825732369857248, - 0.09569519498362959 - ], - "resistance": [ - 98234.31252312918, - 98862.8889677534, - 97757.30102962482, - 96081.6073712184, - 94787.63808749482, - 94522.05290933525, - 95123.00742064457, - 96646.50423035648 - ], - "fuel": [ - 49.06169144233414, - 49.38996624945014, - 48.813552813447416, - 47.948578052137535, - 47.28779458911823, - 47.15294043225432, - 47.4584574863362, - 48.239004188103706 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -66.09375, -68.75 -65.9375, -68.59375 -65.9375, -68.59375 -66.09375, -68.75 -66.09375))", @@ -316898,14 +227962,14 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1013.0921860355666, + 1013.092186035552, 1857.8151364950681, - 1235.2075855157873, + 1235.20758551578, -84.9438185441195, -1294.7564763862665, -1714.1895666751016, -1450.8244921599517, - -347.5463406501631 + -347.54634065016216 ], "relative wind speed": [ 4.748700637255657, @@ -316915,22 +227979,22 @@ 4.1389427702302894, 3.9621709085594676, 4.085694984364876, - 4.419369808396864 + 4.419369808396865 ], "relative wind angle": [ - 0.07488989750233901, - 0.007137975453801773, - 0.06383665027748164, + 0.07488989750234346, + 0.007137975453801772, + 0.06383665027748339, 0.10433752321920721, 0.08594832221764438, 0.008822432860170497, 0.07493197568555036, - 0.10598507108063046 + 0.10598507108063152 ], "resistance": [ - 97647.59218603556, + 97647.59218603553, 98492.31513649505, - 97869.70758551577, + 97869.70758551576, 96549.55618145586, 95339.74352361372, 94920.31043332488, @@ -316938,7 +228002,7 @@ 96286.95365934982 ], "fuel": [ - 46.24177523592462, + 46.24177523592461, 46.681428307307954, 46.357122375589555, 45.67424918894448, @@ -316978,17 +228042,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 948.2731232463684, + 948.2731232463611, 1929.0730711119486, - 1419.6645801275063, + 1419.664580127499, 49.815596499054664, - -1282.8947397899728, + -1282.8947397899692, -1829.7245913194738, - -1614.1859100734337, + -1614.18591007343, -507.8438379170493 ], "relative wind speed": [ - 4.914510622003187, + 4.914510622003186, 5.088747351647434, 5.008186081929164, 4.710482009964809, @@ -316998,17 +228062,17 @@ 4.568819390636083 ], "relative wind angle": [ - 0.07834504450505285, + 0.07834504450505426, 0.013992502104334812, - 0.056725391178079364, - 0.1005310272104876, - 0.08856573197422694, + 0.05672539117808132, + 0.10053102721048761, + 0.08856573197422568, 0.0171854611493257, - 0.06701087836015021, - 0.10365917421080621 + 0.06701087836014856, + 0.10365917421080623 ], "resistance": [ - 97582.77312324638, + 97582.77312324637, 98563.57307111197, 98054.16458012752, 96684.31559649907, @@ -317018,7 +228082,7 @@ 96126.65616208296 ], "fuel": [ - 46.878660817677016, + 46.87866081767701, 47.389149652468355, 47.12356487279918, 46.41417111021207, @@ -317058,9 +228122,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1121.59857271468, + 1121.5985727146726, 2233.955961519803, - 1603.3944863562829, + 1603.3944863562938, 4.024672624249433, -1532.5271875835406, -2137.3343389553193, @@ -317068,9 +228132,9 @@ -567.5435045641134 ], "relative wind speed": [ - 5.660928567800934, + 5.660928567800933, 5.831535313416359, - 5.744257766761855, + 5.744257766761853, 5.4412329320890445, 5.081719391891954, 4.884995405939849, @@ -317078,19 +228142,19 @@ 5.316292731445958 ], "relative wind angle": [ - 0.06700390530504989, - 0.01075439105792878, - 0.05056426623822282, + 0.06700390530504988, + 0.010754391057928778, + 0.05056426623821843, 0.08709451194486792, 0.07465442975766344, 0.012838318140140343, - 0.05824649687548307, + 0.05824649687548308, 0.08914672938634678 ], "resistance": [ 97756.09857271472, 98868.45596151985, - 98237.89448635632, + 98237.89448635634, 96638.52467262429, 95101.9728124165, 94497.16566104472, @@ -317100,7 +228164,7 @@ "fuel": [ 49.939553479095764, 50.51950529376216, - 50.19018306872711, + 50.19018306872712, 49.36151855749238, 48.57436619076247, 48.26694218110295, @@ -317138,17 +228202,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 691.9928253430153, + 691.9928253430044, 1914.8698599318795, - 1734.0992306240823, + 1734.0992306240696, 371.7950866022875, -1141.9304944616051, -1951.4573710697623, -1875.1786591822529, - -865.483651517643 + -865.4836515176448 ], "relative wind speed": [ - 5.395765240657948, + 5.395765240657947, 5.608885546469126, 5.583016381774293, 5.330600995976151, @@ -317158,19 +228222,19 @@ 5.05054271796716 ], "relative wind angle": [ - 0.07546823931626012, + 0.07546823931626159, 0.02505633617028856, - 0.0372810230062566, + 0.03728102300625959, 0.08165947079821811, 0.08176817607246117, 0.029653214914965836, 0.043638776245388027, - 0.08619853084107387 + 0.08619853084107389 ], "resistance": [ 97326.49282534304, 98549.3698599319, - 98368.59923062411, + 98368.5992306241, 97006.29508660232, 95492.56950553843, 94683.04262893027, @@ -317180,7 +228244,7 @@ "fuel": [ 48.930028586523875, 49.56589881446619, - 49.47155141593656, + 49.471551415936545, 48.76445179006658, 47.986857176092066, 47.574505696856626, @@ -317205,68 +228269,7 @@ "id": "5664", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.479187953614796, - 15.479187953614796, - 15.479187953614796, - 15.479187953614796, - 15.479187953614796, - 15.479187953614796, - 15.479187953614796, - 15.479187953614796 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1131.7333703106415, - 1912.2699528171433, - 1157.116408239648, - -197.82808416049284, - -1374.3326426137019, - -1711.8183109967285, - -1392.1567729475728, - -227.7899065710235 - ], - "relative wind speed": [ - 4.6550035063177555, - 4.787835257873193, - 4.660374830965295, - 4.3314761567531015, - 3.9728519064713406, - 3.811724472997739, - 3.9665496781823824, - 4.323300153593658 - ], - "relative wind angle": [ - 0.07483166610651201, - 0.0008593137112576192, - 0.07349333039102296, - 0.11291630649351077, - 0.08771111821791047, - 0.0010793678311174072, - 0.08637837842671926, - 0.11313076283170233 - ], - "resistance": [ - 97766.23337031064, - 98546.76995281715, - 97791.61640823964, - 96436.67191583951, - 95260.1673573863, - 94922.68168900328, - 95242.34322705242, - 96406.71009342898 - ], - "fuel": [ - 45.85303918111293, - 46.259536535831444, - 45.866222806291034, - 45.16583367035344, - 44.56322367556734, - 44.39131290010525, - 44.55413369654232, - 45.15042320022461 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -66.09375, -68.28125 -65.9375, -68.125 -65.9375, -68.125 -66.09375, -68.28125 -66.09375))", @@ -317285,68 +228288,7 @@ "id": "5665", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.85585018321363, - 16.85585018321363, - 16.85585018321363, - 16.85585018321363, - 16.85585018321363, - 16.85585018321363, - 16.85585018321363, - 16.85585018321363 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1879.5615097584705, - 2120.2583551986336, - 812.8479246141433, - -869.0113093926848, - -1981.997219196418, - -2084.2388749669935, - -1232.9303564136098, - 390.5068979078442 - ], - "relative wind speed": [ - 5.1706538984811345, - 5.207554381800443, - 4.963157936802927, - 4.553535444552599, - 4.2080174203814975, - 4.162264973389284, - 4.450857854668291, - 4.869125928060956 - ], - "relative wind angle": [ - 0.049822448455324866, - 0.030494567630581903, - 0.09727970174538778, - 0.11509855424991365, - 0.06123288866084025, - 0.03815615848028938, - 0.10851858852384445, - 0.10760854114290637 - ], - "resistance": [ - 98514.06150975847, - 98754.75835519863, - 97447.34792461415, - 95765.48869060731, - 94652.50278080358, - 94550.26112503301, - 95401.5696435864, - 97025.00689790785 - ], - "fuel": [ - 47.610928468492304, - 47.736709541140804, - 47.05609015572246, - 46.18989185718254, - 45.62246450655106, - 45.570570382112535, - 46.00384987674042, - 46.8375845847076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -66.25, -68.4375 -66.09375, -68.28125 -66.09375, -68.28125 -66.25, -68.4375 -66.25))", @@ -317365,68 +228307,7 @@ "id": "5666", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.78136870990479, - 14.78136870990479, - 14.78136870990479, - 14.78136870990479, - 14.78136870990479, - 14.78136870990479, - 14.78136870990479, - 14.78136870990479 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 763.2845873722799, - 1627.353178113025, - 1250.585458608296, - 100.60269788098321, - -1046.3851223986303, - -1548.40247767052, - -1388.6672944388247, - -475.06084939304856 - ], - "relative wind speed": [ - 4.3813739444363335, - 4.55604827851194, - 4.489667963689265, - 4.212695695191136, - 3.86504393336955, - 3.657516415784176, - 3.7387008202963545, - 4.048233840526065 - ], - "relative wind angle": [ - 0.08597794728465137, - 0.018157546291596605, - 0.057776022400635584, - 0.10687093535756144, - 0.09749807410757828, - 0.02261894589195727, - 0.06939819311178151, - 0.1112302677088105 - ], - "resistance": [ - 97397.78458737227, - 98261.85317811302, - 97885.08545860829, - 96735.10269788097, - 95588.11487760136, - 95086.09752232947, - 95245.83270556116, - 96159.43915060694 - ], - "fuel": [ - 45.01595735383051, - 45.46490716233969, - 45.26880588617709, - 44.673525744617606, - 44.084697642502036, - 43.828517641725284, - 43.90992895573409, - 44.377385960249114 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -66.25, -68.28125 -66.09375, -68.125 -66.09375, -68.125 -66.25, -68.28125 -66.25))", @@ -317445,68 +228326,7 @@ "id": "5667", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.012827630712835, - 16.012827630712835, - 16.012827630712835, - 16.012827630712835, - 16.012827630712835, - 16.012827630712835, - 16.012827630712835, - 16.012827630712835 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1624.0634960846273, - 2019.4236109082249, - 897.3112405443135, - -653.5581853310259, - -1761.2651429208227, - -1929.2080676549776, - -1251.0806230194185, - 203.81634244587258 - ], - "relative wind speed": [ - 4.9018199770889, - 4.965553411621532, - 4.753462495723482, - 4.364789169441329, - 4.012567336037825, - 3.9334228135758886, - 4.187258054595607, - 4.590985865841146 - ], - "relative wind angle": [ - 0.05807734306378377, - 0.02293157966638583, - 0.09386824353971308, - 0.11855048006689986, - 0.070967940753162, - 0.028950335527960124, - 0.10660657849597287, - 0.11268402620084197 - ], - "resistance": [ - 98258.56349608464, - 98653.92361090824, - 97531.81124054432, - 95980.94181466899, - 94873.2348570792, - 94705.29193234503, - 95383.4193769806, - 96838.31634244589 - ], - "fuel": [ - 46.624823241128965, - 46.831164666811276, - 46.247043010620644, - 45.44744225273331, - 44.88180730003006, - 44.796448203298574, - 45.141758663239386, - 45.888383107114336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -65.78125, -67.8125 -65.625, -67.65625 -65.625, -67.65625 -65.78125, -67.8125 -65.78125))", @@ -317525,68 +228345,7 @@ "id": "5668", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.601848479580314, - 15.601848479580314, - 15.601848479580314, - 15.601848479580314, - 15.601848479580314, - 15.601848479580314, - 15.601848479580314, - 15.601848479580314 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2131.5514386179375, - 1398.7918840449975, - -100.26755026090268, - -1459.5405816094026, - -1921.2800369769939, - -1610.1122552278302, - -353.0311267980869, - 1184.1493492279542 - ], - "relative wind speed": [ - 4.87613171263054, - 4.755181439989721, - 4.401869767475711, - 3.995744242715712, - 3.7918478909926145, - 3.942463744934587, - 4.333395142094672, - 4.710498790377788 - ], - "relative wind angle": [ - 0.007076199157003441, - 0.07556141376661965, - 0.12347924354337814, - 0.10222721170367033, - 0.009099697124078746, - 0.09117757105982123, - 0.12544063197021066, - 0.08667313427373124 - ], - "resistance": [ - 98766.05143861797, - 98033.29188404503, - 96534.23244973912, - 95174.95941839063, - 94713.21996302303, - 95024.3877447722, - 96281.46887320194, - 97818.64934922798 - ], - "fuel": [ - 46.49100867385569, - 46.108730186728394, - 45.33289994665937, - 44.63664402353089, - 44.40169314177035, - 44.55994016497672, - 45.20290733588164, - 45.99713015535177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -65.78125, -67.65625 -65.625, -67.5 -65.625, -67.5 -65.78125, -67.65625 -65.78125))", @@ -317605,68 +228364,7 @@ "id": "5669", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.487880724936602, - 13.487880724936602, - 13.487880724936602, - 13.487880724936602, - 13.487880724936602, - 13.487880724936602, - 13.487880724936602, - 13.487880724936602 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2031.3336869082432, - 1409.1963965484038, - 6.306667681826184, - -1299.5276955553618, - -1792.363674943068, - -1526.3594637337628, - -373.1619697448814, - 1084.737682279867 - ], - "relative wind speed": [ - 4.339563238377102, - 4.22500727623916, - 3.8527265497552765, - 3.401738263410112, - 3.1547037111266776, - 3.3065507890544397, - 3.7336929088613044, - 4.148751787239378 - ], - "relative wind angle": [ - 0.013885865345255115, - 0.08919707722105066, - 0.15440211835018663, - 0.1361077015793698, - 0.019101736443883504, - 0.11406938164123277, - 0.15936603501513705, - 0.11148705610744965 - ], - "resistance": [ - 98665.83368690823, - 98043.69639654839, - 96640.80666768181, - 95334.97230444463, - 94842.13632505691, - 95108.14053626622, - 96261.33803025511, - 97719.23768227985 - ], - "fuel": [ - 44.56319599728036, - 44.23873277634465, - 43.51236932871933, - 42.84283843469364, - 42.59179951083033, - 42.72718346740976, - 43.31715312825281, - 44.07008926909052 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -65.9375, -67.8125 -65.78125, -67.65625 -65.78125, -67.65625 -65.9375, -67.8125 -65.9375))", @@ -317685,68 +228383,7 @@ "id": "5670", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.073625562609335, - 15.073625562609335, - 15.073625562609335, - 15.073625562609335, - 15.073625562609335, - 15.073625562609335, - 15.073625562609335, - 15.073625562609335 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2197.326834868578, - 1810.7840611615793, - 285.89082929837514, - -1292.7669788995636, - -2055.1074994555493, - -1889.9837108106103, - -714.9375069934058, - 958.0118927353487 - ], - "relative wind speed": [ - 4.780667148812253, - 4.716330223085079, - 4.369136387480263, - 3.9037596837986484, - 3.598474249355625, - 3.6823938596818295, - 4.088330042768577, - 4.534804917761786 - ], - "relative wind angle": [ - 0.029665169267870793, - 0.06746504354101088, - 0.13578508902278122, - 0.13320902477606075, - 0.03941537799975895, - 0.08644987357518684, - 0.14517537396348384, - 0.11458392989980609 - ], - "resistance": [ - 98831.8268348686, - 98445.2840611616, - 96920.39082929838, - 95341.73302110044, - 94579.39250054446, - 94744.5162891894, - 95919.56249300661, - 97592.51189273536 - ], - "fuel": [ - 46.0292162082191, - 45.82721439215853, - 45.035749574662084, - 44.22549488066243, - 43.83753982904447, - 43.92138784161533, - 44.52099303950154, - 45.38353395336188 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -65.9375, -67.65625 -65.78125, -67.5 -65.78125, -67.5 -65.9375, -67.65625 -65.9375))", @@ -317778,9 +228415,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2132.194968553107, + 2132.1949685530863, 1714.6401657463857, - 259.3431531522792, + 259.3431531522783, -1214.706218469796, -1908.5072011602078, -1729.0121056735193, @@ -317788,9 +228425,9 @@ 977.2038679735924 ], "relative wind speed": [ - 4.296699290402324, + 4.296699290402323, 4.2198446350574255, - 3.8440713343327673, + 3.844071334332767, 3.3385722134811298, 3.0069110163686092, 3.1138480869303486, @@ -317798,17 +228435,17 @@ 4.044387991757769 ], "relative wind angle": [ - 0.03270349966067006, - 0.0847050528567956, + 0.032703499660676844, + 0.08470505285679558, 0.16869053321203017, 0.16722691741506812, 0.046740067709789807, - 0.11490661162408111, + 0.1149066116240811, 0.1819148466255496, 0.1378364728411536 ], "resistance": [ - 98766.69496855314, + 98766.69496855311, 98349.14016574642, 96893.84315315231, 95419.79378153023, @@ -317818,7 +228455,7 @@ 97611.70386797361 ], "fuel": [ - 44.33269367491812, + 44.332693674918104, 44.11461069908872, 43.35960058517547, 42.602895464570054, @@ -317858,9 +228495,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2220.8337415570204, + 2220.8337415569986, 2252.0382840933617, - 704.4592790973365, + 704.4592790973329, -1139.3462428793464, -2250.8093652806347, -2264.0877500820743, @@ -317870,25 +228507,25 @@ "relative wind speed": [ 5.33936772998673, 5.344006669847536, - 5.051752269417729, + 5.051752269417728, 4.601518109428364, - 4.250373495848044, + 4.250373495848045, 4.244539471233153, 4.588498841523663, 5.03989619921224 ], "relative wind angle": [ - 0.04367561341276045, + 0.043675613412765546, 0.04129807668884964, 0.10812365820696843, 0.11988323595245294, - 0.054875900509757554, + 0.05487590050975957, 0.05200421621968503, - 0.11908927422313649, + 0.1190892742231365, 0.10941177252951757 ], "resistance": [ - 98855.33374155706, + 98855.33374155704, 98886.5382840934, 97338.95927909738, 95495.1537571207, @@ -317898,7 +228535,7 @@ 97284.34361825557 ], "fuel": [ - 48.19436900544762, + 48.19436900544761, 48.21070304296298, 47.404987942621894, 46.456682567745354, @@ -317925,68 +228562,7 @@ "id": "5673", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.780290493035062, - 15.780290493035062, - 15.780290493035062, - 15.780290493035062, - 15.780290493035062, - 15.780290493035062, - 15.780290493035062, - 15.780290493035062 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2323.355968670672, - 1826.7227783758026, - 207.79310987963618, - -1421.9855663763801, - -2161.618307599193, - -1949.8208387178474, - -677.2619738902058, - 1073.4683322695837 - ], - "relative wind speed": [ - 4.980028667220996, - 4.900435537124695, - 4.54224794235018, - 4.078628038254642, - 3.7901340716104377, - 3.892497058908411, - 4.305088319342681, - 4.746640404821953 - ], - "relative wind angle": [ - 0.02403202765820714, - 0.0686667131700564, - 0.13140839394087164, - 0.1242507071758809, - 0.031578977587359586, - 0.08648740423379936, - 0.1386929770133421, - 0.10669224762728544 - ], - "resistance": [ - 98957.85596867067, - 98461.2227783758, - 96842.29310987964, - 95212.51443362363, - 94472.88169240081, - 94684.67916128215, - 95957.2380261098, - 97707.96833226958 - ], - "fuel": [ - 46.76318192935138, - 46.503517232238806, - 45.663431941347966, - 44.82756781732988, - 44.4514931416533, - 44.55897597678984, - 45.20828768247917, - 46.111429746326635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -66.25, -68.125 -66.09375, -67.96875 -66.09375, -67.96875 -66.25, -68.125 -66.25))", @@ -318018,19 +228594,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1834.4506601948997, + 1834.4506601948779, 2047.2915992047438, - 776.8974143135238, + 776.8974143135183, -841.0996733448019, -1903.3094076953257, - -1993.9505173138396, + -1993.9505173138386, -1161.373375312617, 404.8664561697806 ], "relative wind speed": [ - 4.891957060914725, + 4.8919570609147245, 4.926353515431956, - 4.674111616873493, + 4.674111616873492, 4.252633165013733, 3.896876704163891, 3.853301568042639, @@ -318038,32 +228614,32 @@ 4.586066189787707 ], "relative wind angle": [ - 0.05335691870789491, + 0.053356918707899076, 0.03410131216787771, - 0.10683963020240324, + 0.10683963020240428, 0.1265949654626381, - 0.06700012269462899, - 0.043603074427632206, + 0.067000122694629, + 0.0436030744276322, 0.12022946767017259, 0.11734661777573283 ], "resistance": [ - 98468.95066019494, + 98468.95066019493, 98681.7915992048, - 97411.39741431357, + 97411.39741431356, 95793.40032665525, 94731.19059230472, - 94640.5494826862, + 94640.54948268621, 95473.12662468743, 97039.36645616982 ], "fuel": [ - 46.518526767879706, + 46.51852676787969, 46.62970440715938, - 45.96861259257298, + 45.96861259257297, 45.13532904795957, 44.59357796056496, - 44.547543352873056, + 44.54754335287308, 44.971540084051114, 45.776150766557826 ] @@ -318098,9 +228674,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1903.7644204248609, + 1903.7644204248572, 1653.756977998186, - 334.19997246871117, + 334.19997246870935, -1078.2260071314286, -1804.90133342861, -1698.0612997317712, @@ -318108,7 +228684,7 @@ 768.7466390611626 ], "relative wind speed": [ - 4.481338477448982, + 4.481338477448981, 4.437038777192832, 4.121974332619098, 3.6840369122488643, @@ -318118,9 +228694,9 @@ 4.236092936588271 ], "relative wind angle": [ - 0.03501040533043169, + 0.03501040533043168, 0.06275575110403084, - 0.13392589709583308, + 0.1339258970958339, 0.1361689279791657, 0.04640543357415986, 0.08099479481512864, @@ -318165,68 +228741,7 @@ "id": "5676", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.68220821698816, - 14.68220821698816, - 14.68220821698816, - 14.68220821698816, - 14.68220821698816, - 14.68220821698816, - 14.68220821698816, - 14.68220821698816 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2398.218995217935, - 1641.9435585949605, - -15.255196041455747, - -1546.3417342310431, - -2111.2916699819416, - -1788.0403513421934, - -419.62411878444254, - 1296.2525052118044 - ], - "relative wind speed": [ - 4.720520237288398, - 4.5924162317207005, - 4.186850357638386, - 3.699639534630707, - 3.437143165061043, - 3.6065187650147315, - 4.070325359294815, - 4.517735246954234 - ], - "relative wind angle": [ - 0.012494614222535887, - 0.08985273254535334, - 0.15388590247872388, - 0.13433449513842427, - 0.01716030918994014, - 0.1145115668068756, - 0.15832799004784195, - 0.10989900811762388 - ], - "resistance": [ - 99032.71899521792, - 98276.44355859494, - 96619.24480395853, - 95088.15826576894, - 94523.20833001804, - 94846.4596486578, - 96214.87588121554, - 97930.75250521179 - ], - "fuel": [ - 45.77858428540651, - 45.38332028184553, - 44.52463406314745, - 43.74037577204339, - 43.45319836730317, - 43.617369290913324, - 44.31665918244016, - 45.203355133408564 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -66.09375, -67.65625 -65.9375, -67.5 -65.9375, -67.5 -66.09375, -67.65625 -66.09375))", @@ -318258,9 +228773,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2180.045319460918, + 2180.045319460941, 1221.727783919031, - -297.91315435028537, + -297.9131543502881, -1531.5426403755496, -1845.0869758951017, -1372.743302679703, @@ -318268,9 +228783,9 @@ 1449.7469161975832 ], "relative wind speed": [ - 4.182710157500932, + 4.182710157500931, 3.9878405190669413, - 3.5365405732823, + 3.5365405732822994, 3.0490968905622684, 2.8553351732411656, 3.1217192711224895, @@ -318278,17 +228793,17 @@ 4.043638382097629 ], "relative wind angle": [ - 0.010765482941609485, + 0.010765482941599172, 0.12600959465329994, - 0.18880133806691468, + 0.18880133806691526, 0.1439814571551791, - 0.015770439848420255, + 0.01577043984842025, 0.16124310488050148, - 0.18413878236078463, - 0.10840638778265911 + 0.18413878236078465, + 0.1084063877826591 ], "resistance": [ - 98814.54531946091, + 98814.54531946094, 97856.22778391904, 96336.58684564971, 95102.95735962444, @@ -318298,7 +228813,7 @@ 98084.24691619759 ], "fuel": [ - 43.99237898789751, + 43.99237898789752, 43.49265680799009, 42.707234147162026, 42.07595509559542, @@ -318325,68 +228840,7 @@ "id": "5678", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.37131418011025, - 15.37131418011025, - 15.37131418011025, - 15.37131418011025, - 15.37131418011025, - 15.37131418011025, - 15.37131418011025, - 15.37131418011025 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2444.1595932424025, - 1421.6475248577226, - -298.15441777828346, - -1744.0361042445074, - -2133.3018366220576, - -1667.8893606353658, - -170.60964778741163, - 1530.4123958198034 - ], - "relative wind speed": [ - 4.8909603998328475, - 4.718143587188364, - 4.297204237459418, - 3.8418432053523635, - 3.6487406632072936, - 3.8696153750403672, - 4.332301674818629, - 4.740785045281357 - ], - "relative wind angle": [ - 0.0036257621074546123, - 0.09589096104778423, - 0.14504747299798054, - 0.11128443612988002, - 0.004860167242293703, - 0.1170056003606822, - 0.14386418579440943, - 0.09011872441961326 - ], - "resistance": [ - 99078.6595932424, - 98056.1475248577, - 96336.34558222171, - 94890.46389575547, - 94501.19816337792, - 94966.61063936462, - 96463.89035221258, - 98164.91239581979 - ], - "fuel": [ - 46.435882276507634, - 45.90180257302414, - 45.01228827444935, - 44.272966742185275, - 44.07525288865015, - 44.31170874179956, - 45.07787901439192, - 45.9584278625328 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -66.25, -67.65625 -66.09375, -67.5 -66.09375, -67.5 -66.25, -67.65625 -66.25))", @@ -318418,51 +228872,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2913.6428837932126, + 2913.6428837932035, 1300.3588874950674, - -921.2869668510684, + -921.2869668510721, -2507.3706234724286, - -2748.741183149621, + -2748.7411831496393, -1773.470051442324, 310.3302044082611, 2346.9265452621858 ], "relative wind speed": [ - 5.721649338258295, + 5.721649338258294, 5.456783286189644, - 4.96895013074292, + 4.968950130742919, 4.523111371201082, - 4.422635371070686, + 4.422635371070687, 4.745575933751189, 5.254189697149033, 5.642556007621775 ], "relative wind angle": [ - 0.025133016645504196, + 0.0251330166455042, 0.10301400216674524, - 0.131142133135954, + 0.13114213313595402, 0.07918439033033527, - 0.03251737933973747, + 0.032517379339744294, 0.11852034070328524, - 0.12398490654757026, + 0.12398490654757027, 0.06345100250706591 ], "resistance": [ - 99548.14288379325, + 99548.14288379323, 97934.8588874951, 95713.21303314896, 94127.1293765276, - 93885.7588168504, + 93885.75881685039, 94861.0299485577, 96944.8302044083, 98981.42654526222 ], "fuel": [ - 49.668463261449006, + 49.66846326144899, 48.82476574659966, 47.6787652338915, 46.871845729398345, - 46.74986920689832, + 46.74986920689831, 47.24405378391636, 48.311806666756226, 49.3709846962316 @@ -318498,9 +228952,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 962.7981294431411, + 962.7981294431447, 1761.202258209909, - 1160.6685233617973, + 1160.66852336179, -101.64514992543809, -1255.4255671743904, -1647.7543446058517, @@ -318508,7 +228962,7 @@ -336.3008041680405 ], "relative wind speed": [ - 4.968868596908659, + 4.968868596908658, 5.103155067464172, 5.007989260845883, 4.729335455348784, @@ -318518,19 +228972,19 @@ 4.670614997249842 ], "relative wind angle": [ - 0.06430551815739682, + 0.0643055181573951, 0.005776723550474458, - 0.055462934486267185, - 0.08936756104208769, + 0.05546293448626918, + 0.0893675610420877, 0.07238723033789445, 0.006921718513840911, 0.06356302404229076, - 0.09049417627104789 + 0.0904941762710479 ], "resistance": [ - 97597.29812944315, + 97597.29812944317, 98395.70225820993, - 97795.16852336182, + 97795.1685233618, 96532.85485007458, 95379.07443282563, 94986.74565539416, @@ -318540,7 +228994,7 @@ "fuel": [ 47.1293349604378, 47.54466224539059, - 47.232045427141955, + 47.23204542714195, 46.57930418039772, 45.987871855049384, 45.78789116143607, @@ -318565,68 +229019,7 @@ "id": "5681", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.013858604491286, - 16.013858604491286, - 16.013858604491286, - 16.013858604491286, - 16.013858604491286, - 16.013858604491286, - 16.013858604491286, - 16.013858604491286 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1561.0868383169582, - 1845.5843504592176, - 759.8457905796568, - -687.3182695164405, - -1681.4264595239347, - -1802.0937454360628, - -1118.5597926820037, - 259.6098447610184 - ], - "relative wind speed": [ - 4.880754436822891, - 4.926974533351447, - 4.716153451790219, - 4.348991704839687, - 4.02984753015756, - 3.97320486969771, - 4.221295015519587, - 4.598663516731672 - ], - "relative wind angle": [ - 0.0509497028699249, - 0.025485409893922877, - 0.09047738366844355, - 0.10991950328458135, - 0.061720275333968753, - 0.03160503467429138, - 0.1011183367001715, - 0.10392951814850541 - ], - "resistance": [ - 98195.58683831696, - 98480.08435045922, - 97394.34579057965, - 95947.18173048356, - 94953.07354047606, - 94832.40625456393, - 95515.940207318, - 96894.10984476101 - ], - "fuel": [ - 46.593023320083205, - 46.74137936725222, - 46.176821143270956, - 45.431150053694275, - 44.92343748608076, - 44.86206036355342, - 45.210454067021935, - 45.918186418612464 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -66.5625, -68.4375 -66.40625, -68.28125 -66.40625, -68.28125 -66.5625, -68.4375 -66.5625))", @@ -318645,68 +229038,7 @@ "id": "5682", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.604323459775298, - 24.604323459775298, - 24.604323459775298, - 24.604323459775298, - 24.604323459775298, - 24.604323459775298, - 24.604323459775298, - 24.604323459775298 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1061.1159704859383, - 2623.9357505495827, - 2205.6584254817644, - 315.0198805443724, - -1693.6337723462093, - -2675.3456911190115, - -2499.788852245383, - -1048.7138014700868 - ], - "relative wind speed": [ - 7.081639874034198, - 7.285708910639626, - 7.239364911897106, - 6.965952586605618, - 6.610973363755517, - 6.38537687151059, - 6.4378713713609566, - 6.732762930844848 - ], - "relative wind angle": [ - 0.056653613924903, - 0.016038607749410624, - 0.03256916969813834, - 0.0646783261754328, - 0.06069184730794186, - 0.018300272999880008, - 0.03662563631796045, - 0.06692175777678017 - ], - "resistance": [ - 97695.61597048599, - 99258.43575054963, - 98840.15842548182, - 96949.51988054442, - 94940.86622765384, - 93959.15430888103, - 94134.71114775466, - 95585.78619852995 - ], - "fuel": [ - 57.21621970836541, - 58.03198799406495, - 57.8127628573874, - 56.82997390900921, - 55.80041075114879, - 55.30268265272297, - 55.39142668532228, - 56.12933705606399 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -66.5625, -68.28125 -66.40625, -68.125 -66.40625, -68.125 -66.5625, -68.28125 -66.5625))", @@ -318725,68 +229057,7 @@ "id": "5683", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.749787858888563, - 16.749787858888563, - 16.749787858888563, - 16.749787858888563, - 16.749787858888563, - 16.749787858888563, - 16.749787858888563, - 16.749787858888563 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1182.2398734169037, - 2030.183814817563, - 1249.135688024946, - -196.99293621317884, - -1466.210185003425, - -1843.232254217418, - -1513.2212131851084, - -276.11311429194575 - ], - "relative wind speed": [ - 4.998705560210277, - 5.134894818926058, - 5.0118821828972715, - 4.687609186050905, - 4.33286967281499, - 4.1705721523363355, - 4.317621320129162, - 4.667669332560757 - ], - "relative wind angle": [ - 0.06967997815676373, - 0.0019520020043277474, - 0.06666161903761032, - 0.10304117269876295, - 0.08040934822342466, - 0.0024033460867800274, - 0.07740057395633777, - 0.10348292972387876 - ], - "resistance": [ - 97816.7398734169, - 98664.68381481756, - 97883.63568802495, - 96437.50706378682, - 95168.28981499658, - 94791.26774578258, - 95121.27878681489, - 96358.38688570805 - ], - "fuel": [ - 47.137875423970904, - 47.57974370791611, - 47.17263799322422, - 46.424864716045064, - 45.7749819259897, - 45.58308845592009, - 45.751025790249685, - 46.38417728132538 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -66.71875, -68.75 -66.5625, -68.59375 -66.5625, -68.59375 -66.71875, -68.75 -66.71875))", @@ -318818,39 +229089,39 @@ ], "ice resistance": 76327.45545330268, "wind resistance": [ - 710.4521873327285, + 710.4521873326958, 2802.57575513389, - 2919.967325660142, + 2919.9673256601855, 919.7470446844418, -1533.5202162282003, -3040.625290594784, -3089.917456281113, - -1714.4194877487244 + -1714.4194877487316 ], "relative wind speed": [ - 7.554515301770063, + 7.554515301770062, 7.825758532822033, - 7.837815919568282, + 7.837815919568281, 7.584632759949528, 7.19831275858106, 6.9024569104770235, 6.888762561301622, - 7.166571977712167 + 7.1665719777121675 ], "relative wind angle": [ - 0.06287360194621582, + 0.06287360194621934, 0.02676631735402677, - 0.022772518457829894, - 0.06092902091071909, - 0.0659892668348379, + 0.022772518457825016, + 0.0609290209107191, + 0.06598926683483788, 0.0303477270023961, - 0.025910510171862126, - 0.06448810386627504 + 0.02591051017186213, + 0.06448810386627676 ], "resistance": [ - 77037.90764063541, + 77037.90764063539, 79130.03120843657, - 79247.42277896282, + 79247.42277896286, 77247.20249798712, 74793.93523707447, 73286.83016270789, @@ -318858,9 +229129,9 @@ 74613.03596555395 ], "fuel": [ - 50.343629656492794, + 50.34362965649279, 51.2769287985137, - 51.32977991600936, + 51.329779916009386, 50.4362632045257, 49.36069358744919, 48.71104845501188, @@ -318898,53 +229169,53 @@ ], "ice resistance": 90918.03665534634, "wind resistance": [ - 710.9818959125078, + 710.9818959124823, 2919.655880325292, - 3085.679424380982, - 1006.6510387208073, - -1567.4694725373374, + 3085.679424380971, + 1006.6510387207964, + -1567.4694725373265, -3170.219903811092, - -3239.9925718835657, + -3239.9925718835984, -1822.9789743751317 ], "relative wind speed": [ - 7.558968129791935, + 7.558968129791933, 7.845858889869592, - 7.862849324774051, - 7.601470084001188, + 7.86284932477405, + 7.601470084001189, 7.197160884811809, 6.883285717542863, 6.8638709548603485, 7.152256745329423 ], "relative wind angle": [ - 0.06614738048488228, - 0.02869259103180291, + 0.06614738048488396, + 0.028692591031802914, 0.02306240191682234, - 0.06338709413088894, - 0.06947789610604489, + 0.06338709413089069, + 0.0694778961060433, 0.032706366819744835, - 0.026419670990604622, + 0.026419670990608827, 0.06737411672419748 ], "resistance": [ - 91629.01855125885, + 91629.01855125882, 93837.69253567164, - 94003.71607972732, - 91924.68769406715, - 89350.567182809, + 94003.71607972731, + 91924.68769406714, + 89350.56718280901, 87747.81675153525, - 87678.04408346277, + 87678.04408346274, 89095.05768097121 ], "fuel": [ - 57.19205523202184, + 57.19205523202183, 58.29774482756489, 58.38159179531171, - 57.339018529868255, + 57.33901852986824, 56.07045564207144, 55.29305286918449, - 55.25942724590361, + 55.25942724590359, 55.94588211007179 ] }, @@ -318978,49 +229249,49 @@ ], "ice resistance": 61231.157620502105, "wind resistance": [ - 1660.953895870538, + 1660.9538958705089, 3624.6146654402655, - 2800.7185085946585, + 2800.718508594622, 196.0889465853288, - -2424.5750682754333, + -2424.575068275444, -3573.535795698099, -3226.9092761276006, - -1159.0166663444543 + -1159.0166663444506 ], "relative wind speed": [ - 7.700908757113382, + 7.700908757113379, 7.929428366557192, - 7.845562558692281, + 7.84556255869228, 7.490663103751433, 7.0523548462286705, 6.794399925096308, 6.891070504657198, - 7.275278058507973 + 7.275278058507972 ], "relative wind angle": [ - 0.062073156208342264, + 0.06207315620834406, 0.013622114262112971, - 0.04143149835050117, - 0.07584377743513306, - 0.06778996379861253, + 0.041431498350503845, + 0.07584377743513307, + 0.06778996379861417, 0.015897914444626196, 0.047174235621057416, - 0.07809364650026232 + 0.07809364650026089 ], "resistance": [ - 62892.11151637264, + 62892.11151637261, 64855.77228594237, - 64031.87612909677, + 64031.87612909672, 61427.24656708744, - 58806.58255222667, + 58806.58255222666, 57657.62182480401, 58004.2483443745, - 60072.14095415765 + 60072.14095415766 ], "fuel": [ - 44.460530065779125, + 44.46053006577911, 45.23269089247848, - 44.906967071291014, + 44.90696707129099, 43.89385246527624, 42.89997851300136, 42.47229901035769, @@ -319058,9 +229329,9 @@ ], "ice resistance": 68856.42055739138, "wind resistance": [ - 1994.655468456258, + 1994.6554684562107, 3899.8222352027406, - 2742.8474526720784, + 2742.8474526720747, -60.693657554187666, -2724.899615393537, -3738.4416444800772, @@ -319068,9 +229339,9 @@ -949.4459767889493 ], "relative wind speed": [ - 7.751096269416871, + 7.751096269416869, 7.963186167222149, - 7.845737738054852, + 7.845737738054851, 7.456335743023475, 7.001918388382425, 6.759735243446881, @@ -319078,9 +229349,9 @@ 7.315012767087055 ], "relative wind angle": [ - 0.06140227371764145, + 0.06140227371764507, 0.008903239898517904, - 0.04786235333304466, + 0.047862353333044665, 0.08079151903678007, 0.06798172405495297, 0.010488357526444177, @@ -319088,9 +229359,9 @@ 0.08235588191878561 ], "resistance": [ - 70851.07602584764, + 70851.0760258476, 72756.24279259412, - 71599.26801006346, + 71599.26801006345, 68795.72689983719, 66131.52094199785, 65117.978912911305, @@ -319098,9 +229369,9 @@ 67906.97458060243 ], "fuel": [ - 47.67897269202241, + 47.6789726920224, 48.48434768170864, - 47.993646856186366, + 47.99364685618636, 46.82525592492067, 45.742036300344296, 45.336883006943, @@ -319138,19 +229409,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1528.3493998958293, + 1528.3493998958074, 3311.635867652123, - 2537.8886864883534, + 2537.8886864883425, 149.70664902118733, -2243.4826856010077, -3279.380543474559, - -2954.3805407490145, + -2954.3805407490327, -1051.9981183392156 ], "relative wind speed": [ - 7.6536606134764495, + 7.653660613476449, 7.862249337983785, - 7.7827172604103065, + 7.782717260410306, 7.454835417948903, 7.05359990373157, 6.820324606320159, @@ -319158,29 +229429,29 @@ 7.26341663953661 ], "relative wind angle": [ - 0.05703039094031489, + 0.05703039094031683, 0.012204214642180232, 0.038628587507779796, 0.06994549621561937, - 0.06188801446100329, + 0.061888014461003296, 0.014068738284385039, - 0.04350427042389396, + 0.04350427042389651, 0.07179195973126927 ], "resistance": [ - 98162.84939989586, + 98162.84939989584, 99946.13586765215, - 99172.38868648838, + 99172.38868648837, 96784.20664902122, 94391.01731439903, 93355.11945652547, - 93680.11945925101, + 93680.119459251, 95582.5018816608 ], "fuel": [ - 60.392372739073004, + 60.392372739073, 61.32705319327823, - 60.920052947761754, + 60.92005294776175, 59.677890015418996, 58.45441210609248, 57.931435622489445, @@ -319205,68 +229476,7 @@ "id": "5689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.785775771873013, - 18.785775771873013, - 18.785775771873013, - 18.785775771873013, - 18.785775771873013, - 18.785775771873013, - 18.785775771873013, - 18.785775771873013 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1694.9180533472263, - 2359.5444742030613, - 1188.5321129567965, - -585.2970190515371, - -1954.5951985435695, - -2235.4582360225395, - -1598.5912890860454, - 14.303268812396709 - ], - "relative wind speed": [ - 5.636136913619218, - 5.729623169154725, - 5.546836482180248, - 5.1758955188649365, - 4.819340817758789, - 4.707813034335844, - 4.921858415957468, - 5.310573491118541 - ], - "relative wind angle": [ - 0.05564330838547688, - 0.011809266105914547, - 0.07382777739194843, - 0.09887795354338107, - 0.06508626912780002, - 0.014372576192347115, - 0.08322290782559903, - 0.09636248163674435 - ], - "resistance": [ - 98329.41805334725, - 98994.0444742031, - 97823.03211295683, - 96049.2029809485, - 94679.90480145646, - 94399.0417639775, - 95035.90871091398, - 96648.80326881242 - ], - "fuel": [ - 49.64322978636784, - 49.990611520895406, - 49.3796592084679, - 48.46391800125724, - 47.76502380329815, - 47.62253270056661, - 47.94605818530583, - 48.77215236307536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -66.875, -68.4375 -66.71875, -68.28125 -66.71875, -68.28125 -66.875, -68.4375 -66.875))", @@ -319298,9 +229508,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1648.1910041346564, + 1648.1910041346346, 3390.407323674004, - 2500.2220801288895, + 2500.222080128886, 68.13295532837219, -2308.356211644539, -3282.8903340447323, @@ -319308,9 +229518,9 @@ -943.6729092300375 ], "relative wind speed": [ - 7.176284266403665, + 7.176284266403664, 7.389703723733615, - 7.292459432885643, + 7.292459432885642, 6.93196556968266, 6.498313131441386, 6.254551007221371, @@ -319318,19 +229528,19 @@ 6.758326920712736 ], "relative wind angle": [ - 0.0645591119274808, - 0.011789571100649768, + 0.06455911192748251, + 0.01178957110064977, 0.04660846809256668, - 0.08197663598533718, - 0.07130548073751543, + 0.08197663598533719, + 0.07130548073751541, 0.013929414995809138, - 0.053383574300315574, + 0.05338357430031558, 0.08408774011522595 ], "resistance": [ - 98282.69100413469, + 98282.69100413466, 100024.90732367404, - 99134.72208012892, + 99134.72208012891, 96702.6329553284, 94326.14378835549, 93351.6096659553, @@ -319338,9 +229548,9 @@ 95690.82709076999 ], "fuel": [ - 57.44929000626932, + 57.44929000626931, 58.36308800483016, - 57.89477187149225, + 57.89477187149224, 56.630311143595364, 55.41601843335653, 54.92414562476283, @@ -319378,9 +229588,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1668.0066203938404, + 1668.0066203938277, 2452.7402079107833, - 1310.9786283831181, + 1310.9786283831072, -493.2926272939185, -1936.3391780120292, -2268.5596304219234, @@ -319388,29 +229598,29 @@ -71.42779645433984 ], "relative wind speed": [ - 5.457576207619888, + 5.457576207619887, 5.571097004096336, - 5.392703171141399, + 5.392703171141398, 5.006319976915697, 4.619176652931519, 4.481607879312416, 4.694750634584099, - 5.104771425020037 + 5.104771425020038 ], "relative wind angle": [ - 0.06421175194168266, - 0.008887784926991736, - 0.07800348891060926, + 0.0642117519416844, + 0.008887784926991734, + 0.07800348891061068, 0.1090326217236487, 0.07588714114273075, 0.011048505091393544, 0.08962912213989137, - 0.10692167058718449 + 0.10692167058718555 ], "resistance": [ 98302.50662039383, 99087.24020791079, - 97945.47862838312, + 97945.4786283831, 96141.20737270608, 94698.16082198797, 94365.94036957808, @@ -319420,7 +229630,7 @@ "fuel": [ 48.83794118748776, 49.24819637170779, - 48.6520469871471, + 48.65204698714709, 47.719870112723434, 46.983038479125184, 46.81450123818479, @@ -319458,19 +229668,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1741.460992638371, + 1741.4609926383637, 1870.497506916192, - 666.1491184368351, + 666.1491184368288, -824.2002232808763, -1771.7169957254673, -1826.7608415217264, - -1017.7557251558474, + -1017.7557251558446, 441.1698985380899 ], "relative wind speed": [ 4.610409006897597, 4.632520317678452, - 4.374633943267397, + 4.374633943267396, 3.9557656623924013, 3.6105722747639244, 3.5821584091819214, @@ -319478,14 +229688,14 @@ 4.3178723216896575 ], "relative wind angle": [ - 0.05265737416802859, + 0.0526573741680307, 0.03941341052749825, - 0.11473082234814083, + 0.1147308223481418, 0.13329124261458783, 0.06725884106448136, 0.050979109546972885, - 0.12900319501891824, - 0.12205468946412532 + 0.12900319501891738, + 0.12205468946412533 ], "resistance": [ 98375.96099263837, @@ -319538,33 +229748,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1687.7386874414278, + 1687.7386874414187, 1768.6502488440801, - 604.2456909080202, + 604.2456909080238, -809.7002059731103, - -1689.8447873915984, + -1689.844787391603, -1724.4180229690837, - -930.6608624725022, + -930.6608624725004, 463.5473917788313 ], "relative wind speed": [ - 4.4059710572175605, + 4.40597105721756, 4.4204623056662165, - 4.156749373281958, + 4.156749373281957, 3.7352133872362776, - 3.392493323487199, + 3.3924933234871992, 3.3735893216466275, 3.6936467826071424, 4.119438415458463 ], "relative wind angle": [ - 0.053025564621725946, + 0.05302556462172805, 0.0438670887652104, - 0.12243615550861782, + 0.122436155508616, 0.14077706619834185, - 0.06888869513771285, + 0.06888869513771609, 0.05749290820380097, - 0.1378794298108107, + 0.13787942981080986, 0.12757115760524224 ], "resistance": [ @@ -319605,68 +229815,7 @@ "id": "5694", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.552246932818367, - 13.552246932818367, - 13.552246932818367, - 13.552246932818367, - 13.552246932818367, - 13.552246932818367, - 13.552246932818367, - 13.552246932818367 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1461.1852405413392, - 1804.830956468828, - 806.455698614518, - -558.9833429966502, - -1530.901386401617, - -1677.7221986519908, - -1072.4586755510645, - 209.13404903560968 - ], - "relative wind speed": [ - 4.24125498472292, - 4.304799965708404, - 4.086441308771993, - 3.6830259180838687, - 3.3112502892349105, - 3.2282068673850834, - 3.5005170694280476, - 3.922746794035751 - ], - "relative wind angle": [ - 0.06966216290960651, - 0.02813094751629568, - 0.11439562204402363, - 0.14675947569160452, - 0.0892740100763233, - 0.03751635000996568, - 0.1336498638191168, - 0.13773188818912832 - ], - "resistance": [ - 98095.68524054134, - 98439.33095646882, - 97440.95569861452, - 96075.51665700335, - 95103.59861359838, - 94956.77780134801, - 95562.04132444893, - 96843.63404903561 - ], - "fuel": [ - 44.3185484808715, - 44.49765843157788, - 43.978516168003864, - 43.27451057740187, - 42.777626741928756, - 42.702871599868125, - 43.01156324257989, - 43.66968995807528 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -66.5625, -67.96875 -66.40625, -67.8125 -66.40625, -67.8125 -66.5625, -67.96875 -66.5625))", @@ -319685,68 +229834,7 @@ "id": "5695", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.584673036920101, - 12.584673036920101, - 12.584673036920101, - 12.584673036920101, - 12.584673036920101, - 12.584673036920101, - 12.584673036920101, - 12.584673036920101 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1696.984507429378, - 1539.624931329271, - 374.966700650275, - -902.5351211967727, - -1594.202457240326, - -1526.6889718103735, - -669.3943183726033, - 646.699447020028 - ], - "relative wind speed": [ - 4.049542596835755, - 4.018868751972252, - 3.714388582308027, - 3.273260032911213, - 2.9512048926191587, - 2.9928413783940364, - 3.3632905050599313, - 3.7939655136483 - ], - "relative wind angle": [ - 0.04389884256132291, - 0.06553123946109318, - 0.14859100686346333, - 0.15783646100899082, - 0.060253599632566934, - 0.08804788151645847, - 0.164236745543733, - 0.13602850379186757 - ], - "resistance": [ - 98331.48450742941, - 98174.1249313293, - 97009.4667006503, - 95731.96487880325, - 95040.2975427597, - 95107.81102818965, - 95965.10568162742, - 97281.19944702006 - ], - "fuel": [ - 43.67712507829513, - 43.59511705080946, - 42.99101943543618, - 42.334195457747086, - 41.98111068914217, - 42.015496809837174, - 42.45361114126193, - 43.13151330371619 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -66.40625, -67.8125 -66.25, -67.65625 -66.25, -67.65625 -66.40625, -67.8125 -66.40625))", @@ -319778,41 +229866,41 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2564.3325196447804, + 2564.332519644773, 1808.0726425954708, - 4.41178166964346, + 4.411781669632546, -1700.8142426786762, - -2357.412069862433, + -2357.4120698624165, -2036.1741482733696, -558.7279035632255, 1330.1157023361902 ], "relative wind speed": [ - 5.421179000005349, + 5.421179000005347, 5.309125977441389, 4.933778666778453, 4.484125724871883, - 4.238293880316718, + 4.238293880316717, 4.377841719578967, 4.796889078691621, 5.219667925220083 ], "relative wind angle": [ - 0.01272015914631728, - 0.06965284471891679, - 0.12017766247434297, + 0.012720159146317281, + 0.0696528447189168, + 0.12017766247434576, 0.10433790750405282, - 0.016270566548999027, + 0.016270566548992206, 0.08450211700593771, - 0.12362452223058751, + 0.12362452223058752, 0.08959214005369656 ], "resistance": [ - 99198.83251964477, + 99198.83251964475, 98442.57264259545, 96638.91178166962, 94933.6857573213, - 94277.08793013755, + 94277.08793013757, 94598.32585172662, 96075.77209643676, 97964.61570233617 @@ -319822,7 +229910,7 @@ 48.13308732998327, 47.19788751761506, 46.324858599615865, - 45.991583776208415, + 45.99158377620843, 46.15443674663511, 46.908378852827695, 47.88408733518647 @@ -319858,7 +229946,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3848.95908119687, + 3848.959081196681, 2510.9941679566327, -250.11386166631564, -2759.8089841547626, @@ -319868,7 +229956,7 @@ 2122.518703796679 ], "relative wind speed": [ - 7.583490685558076, + 7.5834906855580755, 7.4407544069994875, 7.03002410511707, 6.5696455068722, @@ -319878,17 +229966,17 @@ 7.389081916592794 ], "relative wind angle": [ - 0.005130265258403698, + 0.0051302652584253395, 0.05521551616072902, - 0.08825542803677626, - 0.0709394967886172, + 0.08825542803677627, + 0.07093949678861722, 0.006132391312959619, - 0.063109363716469, + 0.06310936371646901, 0.08924187191479918, - 0.0630613294899098 + 0.06306132948990982 ], "resistance": [ - 100483.45908119687, + 100483.45908119668, 99145.49416795664, 96384.38613833368, 93874.69101584524, @@ -319898,7 +229986,7 @@ 98757.01870379668 ], "fuel": [ - 59.405884628238795, + 59.4058846282387, 58.70082850843644, 57.266888002545144, 55.98812627060089, @@ -319925,68 +230013,7 @@ "id": "5698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.74092864413922, - 15.74092864413922, - 15.74092864413922, - 15.74092864413922, - 15.74092864413922, - 15.74092864413922, - 15.74092864413922, - 15.74092864413922 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1954.9037543315953, - 2016.4134907358275, - 659.657820891196, - -973.5935249446875, - -1974.6074350129038, - -2000.8244104921896, - -1066.01321538488, - 552.2705565942815 - ], - "relative wind speed": [ - 4.903167425652789, - 4.913101476481319, - 4.635609897296147, - 4.200492889728558, - 3.8544190273577943, - 3.8417483941868813, - 4.172375549076378, - 4.610147104570551 - ], - "relative wind angle": [ - 0.04759665384111892, - 0.04201542347752941, - 0.11352563633913876, - 0.12802059114848768, - 0.06056137625210041, - 0.05374237503377879, - 0.1261936361577748, - 0.1165903801081034 - ], - "resistance": [ - 98589.40375433158, - 98650.91349073581, - 97294.15782089118, - 95660.9064750553, - 94659.89256498708, - 94633.6755895078, - 95568.4867846151, - 97186.77055659427 - ], - "fuel": [ - 46.5323762875361, - 46.56451619984931, - 45.85885720773307, - 45.01847644401918, - 44.508316160810566, - 44.49500495389586, - 44.971219112965294, - 45.80329680162238 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -66.5625, -67.65625 -66.40625, -67.5 -66.40625, -67.5 -66.5625, -67.65625 -66.5625))", @@ -320018,13 +230045,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1831.878732013347, + 1831.8787320133197, 2616.1009476843046, - 1356.5145653115105, + 1356.5145653114978, -588.744889867854, - -2115.88911473617, + -2115.889114736163, -2447.6711278082075, - -1781.8420775579998, + -1781.8420775579962, -26.563342284314786 ], "relative wind speed": [ @@ -320038,31 +230065,31 @@ 5.404644471194128 ], "relative wind angle": [ - 0.060252243612740314, + 0.060252243612745844, 0.010629369755038491, - 0.07669425339830474, + 0.07669425339830764, 0.10488124112385848, - 0.0709629475329234, + 0.07096294753292184, 0.013097497167007113, - 0.08735278273924184, + 0.08735278273924058, 0.10246529958358402 ], "resistance": [ - 98466.37873201337, + 98466.37873201334, 99250.60094768433, - 97991.01456531155, + 97991.01456531153, 96045.75511013217, - 94518.61088526386, + 94518.61088526387, 94186.82887219182, 94852.65792244203, 96607.93665771572 ], "fuel": [ - 50.1203134146312, + 50.12031341463118, 50.53077870961436, - 49.87261976781092, + 49.8726197678109, 48.86778198716662, - 48.08879073846116, + 48.088790738461164, 47.92069731767728, 48.258445521193224, 49.1567342810282 @@ -320085,68 +230112,7 @@ "id": "5700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.837183780993424, - 12.837183780993424, - 12.837183780993424, - 12.837183780993424, - 12.837183780993424, - 12.837183780993424, - 12.837183780993424, - 12.837183780993424 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1730.9017826176196, - 1567.1073940373763, - 377.4269260863257, - -926.5230220287522, - -1630.6470683193425, - -1560.4145501278385, - -683.5218005763381, - 660.5631759353855 - ], - "relative wind speed": [ - 4.120173506252375, - 4.088768093646165, - 3.783050383442724, - 3.3415406093307434, - 3.020584534708936, - 3.062961986268829, - 3.4334079934200434, - 3.8644361825679447 - ], - "relative wind angle": [ - 0.04294757101855031, - 0.06465324870607635, - 0.1460325474080124, - 0.15453684585353494, - 0.05859737544464316, - 0.0863532130636122, - 0.1610275457649524, - 0.13349139673993887 - ], - "resistance": [ - 98365.40178261763, - 98201.60739403739, - 97011.92692608634, - 95707.97697797127, - 95003.85293168067, - 95074.08544987217, - 95950.97819942367, - 97295.0631759354 - ], - "fuel": [ - 43.88832104143815, - 43.80294079681651, - 43.18579809889506, - 42.51542811806472, - 42.1560635732783, - 42.19182538878628, - 42.63987711645794, - 43.332196514972814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -66.71875, -67.96875 -66.5625, -67.8125 -66.5625, -67.8125 -66.71875, -67.96875 -66.71875))", @@ -320165,68 +230131,7 @@ "id": "5701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.600941820526753, - 13.600941820526753, - 13.600941820526753, - 13.600941820526753, - 13.600941820526753, - 13.600941820526753, - 13.600941820526753, - 13.600941820526753 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1923.8891968858543, - 1721.5746346988408, - 397.6130885619532, - -1043.0989893305823, - -1810.9905815899874, - -1724.2811236775588, - -742.6569575795429, - 747.5979983291063 - ], - "relative wind speed": [ - 4.358801340580467, - 4.32209902253592, - 3.9992911758961576, - 3.5375223518907495, - 3.205999959892682, - 3.25531026307355, - 3.6446200021232773, - 4.094327842192327 - ], - "relative wind angle": [ - 0.04116899965189677, - 0.06510564808080962, - 0.1447974188551682, - 0.15178964446828785, - 0.055985826090025316, - 0.08648797033627884, - 0.1590026798704194, - 0.13101860178560812 - ], - "resistance": [ - 98558.38919688584, - 98356.07463469883, - 97032.11308856194, - 95591.4010106694, - 94823.50941841, - 94910.21887632243, - 95891.84304242044, - 97382.09799832909 - ], - "fuel": [ - 44.599908326974074, - 44.494318087076955, - 43.807087319347254, - 43.06666532170955, - 42.67517986914382, - 42.71927607594951, - 43.220433448415676, - 43.98812031789057 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -66.875, -68.125 -66.71875, -67.96875 -66.71875, -67.96875 -66.875, -68.125 -66.875))", @@ -320245,68 +230150,7 @@ "id": "5702", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.999713015804101, - 12.999713015804101, - 12.999713015804101, - 12.999713015804101, - 12.999713015804101, - 12.999713015804101, - 12.999713015804101, - 12.999713015804101 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1489.8918129533213, - 2018.6847652660636, - 1017.4581326267516, - -446.19678965308776, - -1558.751741609678, - -1785.4979336677175, - -1228.9350485392843, - 104.98423385609749 - ], - "relative wind speed": [ - 4.125057116657057, - 4.2246010258197355, - 4.010836294790837, - 3.5729544498980363, - 3.1353027111271614, - 2.9998275748327923, - 3.280154191874653, - 3.7523613638665148 - ], - "relative wind angle": [ - 0.0895310734243453, - 0.021538815000097734, - 0.12435952146764073, - 0.17230235429338892, - 0.11791001747011591, - 0.030335016982179913, - 0.15225761471820876, - 0.16398769506312308 - ], - "resistance": [ - 98124.39181295331, - 98653.18476526605, - 97651.95813262674, - 96188.3032103469, - 95075.7482583903, - 94849.00206633226, - 95405.5649514607, - 96739.48423385608 - ], - "fuel": [ - 43.889499498129936, - 44.165347798765495, - 43.64393143238574, - 42.888405066084104, - 42.31944613925964, - 42.20405348462486, - 42.487633586315056, - 43.17198434819373 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -66.875, -67.96875 -66.71875, -67.8125 -66.71875, -67.8125 -66.875, -67.96875 -66.875))", @@ -320338,34 +230182,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1429.8989537804036, + 1429.8989537803982, 2006.8632611400344, - 1045.5236343335528, + 1045.52363433355, -402.32055709409815, - -1528.3742021254175, + -1528.3742021254166, -1775.3109518032402, -1259.7684186066263, 46.88539170969034 ], "relative wind speed": [ - 4.17558001041083, + 4.175580010410829, 4.283032800709604, - 4.084008184045113, + 4.084008184045112, 3.6626774674292215, - 3.234900030742535, + 3.2349000307425344, 3.091225753691599, 3.349764735752809, - 3.8058954796245796 + 3.80589547962458 ], "relative wind angle": [ - 0.08876484297743172, + 0.08876484297743298, 0.016937238236883003, 0.11601503364642847, - 0.16345537647966432, - 0.1146776503042436, + 0.1634553764796643, + 0.11467765030424262, 0.023468340214638183, - 0.14160030390592526, - 0.1572522197805387 + 0.1416003039059253, + 0.15725221978053938 ], "resistance": [ 98064.39895378044, @@ -320405,68 +230249,7 @@ "id": "5704", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.780853279963727, - 15.780853279963727, - 15.780853279963727, - 15.780853279963727, - 15.780853279963727, - 15.780853279963727, - 15.780853279963727, - 15.780853279963727 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1617.3838838645006, - 2115.7703932545955, - 1005.5472662493066, - -587.5733825860616, - -1768.169646442473, - -1980.1218341428876, - -1338.939888738656, - 133.0891614502707 - ], - "relative wind speed": [ - 4.846582000425491, - 4.927572884003486, - 4.720563214540986, - 4.320596142668912, - 3.943447405893434, - 3.841765219626202, - 4.093460329283585, - 4.513599838471563 - ], - "relative wind angle": [ - 0.06508723169980754, - 0.019735106284229413, - 0.09605693870802852, - 0.1260195232871123, - 0.08002252290645338, - 0.025313948822619933, - 0.11082898153819583, - 0.12060399131646879 - ], - "resistance": [ - 98251.8838838645, - 98750.2703932546, - 97640.04726624931, - 96046.92661741393, - 94866.33035355753, - 94654.37816585711, - 95295.56011126135, - 96767.58916145028 - ], - "fuel": [ - 46.394884431391205, - 46.65507925417886, - 46.07672402234232, - 45.254822886326096, - 44.65183826474336, - 44.54413370860991, - 44.87046553929818, - 45.625447503536435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -66.71875, -67.65625 -66.5625, -67.5 -66.5625, -67.5 -66.71875, -67.65625 -66.71875))", @@ -320498,37 +230281,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1107.607844078546, + 1107.6078440785332, 2014.9129578810607, - 1335.602223110809, + 1335.6022231108054, -84.76460172034876, -1381.044943983704, -1829.28426742787, - -1541.0489261350413, + -1541.0489261350394, -353.5066717027248 ], "relative wind speed": [ 4.658733917562602, 4.820180358914108, - 4.706711368819159, + 4.706711368819158, 4.3696705228078025, 3.9810539290219586, 3.783973230345058, - 3.924214595439174, + 3.9242145954391736, 4.296343983264601 ], "relative wind angle": [ - 0.08434613690332284, + 0.08434613690332679, 0.007661250232445976, 0.07235478588771149, - 0.11885215697012848, + 0.11885215697012849, 0.09874747674693264, 0.009759274338808825, - 0.08681579752146149, - 0.12089048493405524 + 0.08681579752146021, + 0.12089048493405523 ], "resistance": [ - 97742.1078440786, + 97742.10784407858, 98649.41295788111, 97970.10222311085, 96549.73539827969, @@ -320538,7 +230321,7 @@ 96280.99332829732 ], "fuel": [ - 45.84781516981084, + 45.847815169810836, 46.320465127748506, 45.966298011500406, 45.23132073122223, @@ -320578,9 +230361,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1364.224099160935, + 1364.2240991609224, 2148.991305682476, - 1231.546417947734, + 1231.5464179477303, -296.80387840110325, -1571.4441546895114, -1905.1076133975012, @@ -320590,7 +230373,7 @@ "relative wind speed": [ 4.621008610835761, 4.753862686519622, - 4.592641536833781, + 4.5926415368337805, 4.209020413402669, 3.801001187973226, 3.633472192009809, @@ -320598,14 +230381,14 @@ 4.25270240811084 ], "relative wind angle": [ - 0.08244385164761661, - 0.004635198146036648, - 0.08976488873294904, + 0.08244385164762066, + 0.004635198146036647, + 0.08976488873294905, 0.1334919635320712, 0.10028434496158764, - 0.006064488871919859, + 0.00606448887191986, 0.10755537295437088, - 0.13211271346310963 + 0.13211271346310965 ], "resistance": [ 97998.72409916093, @@ -320658,9 +230441,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 737.0886784381773, + 737.0886784381701, 1884.9062130698703, - 1656.0930581652528, + 1656.0930581652474, 336.5516901681849, -1091.908773818699, -1834.204882624097, @@ -320668,9 +230451,9 @@ -746.9705374812283 ], "relative wind speed": [ - 4.545228973137036, + 4.545228973137035, 4.778460735585728, - 4.7402793709489615, + 4.740279370948961, 4.447660991364519, 4.042638798341161, 3.7640865917992796, @@ -320678,14 +230461,14 @@ 4.149740543454734 ], "relative wind angle": [ - 0.10246967477484599, - 0.03139824131290085, - 0.053352641111664184, - 0.11435504038019645, + 0.10246967477484709, + 0.031398241312900844, + 0.05335264111166419, + 0.11435504038019646, 0.11526247977922849, 0.03986368188113223, 0.06636102811705812, - 0.1226048572969821 + 0.12260485729698209 ], "resistance": [ 97371.58867843819, @@ -320738,17 +230521,17 @@ ], "ice resistance": 66690.10403282227, "wind resistance": [ - 1519.1136575648597, + 1519.1136575648015, 3661.9073802509556, - 3044.11096329879, + 3044.1109632987645, 421.8995602902942, -2338.4181491477575, -3671.9776385467267, -3411.823444900754, - -1390.669195967981 + -1390.6691959679847 ], "relative wind speed": [ - 7.685223012942533, + 7.685223012942531, 7.9412070123825815, 7.8785455665199375, 7.5279127551576455, @@ -320758,29 +230541,29 @@ 7.23977525984329 ], "relative wind angle": [ - 0.06659800058456562, + 0.06659800058457062, 0.018198937333148976, - 0.03898524100415309, + 0.03898524100415594, 0.07695980581007746, - 0.07237672365897778, + 0.07237672365897779, 0.02130409923085193, - 0.04479975359348066, - 0.08002917646989698 + 0.044799753593480665, + 0.08002917646989699 ], "resistance": [ - 68209.21769038713, + 68209.21769038707, 70352.01141307323, - 69734.21499612107, + 69734.21499612104, 67112.00359311257, 64351.685883674516, 63018.12639427555, 63278.280587921516, - 65299.43483685429 + 65299.434836854285 ], "fuel": [ - 46.58452430871323, + 46.5845243087132, 47.47023448227595, - 47.213119387999065, + 47.21311938799904, 46.137611959939235, 45.033102551430034, 44.50965144391467, @@ -320818,9 +230601,9 @@ ], "ice resistance": 54736.10321273431, "wind resistance": [ - 1986.631495207701, + 1986.6314952076573, 3922.4342233383795, - 2785.3702682716867, + 2785.370268271643, -32.83104460366667, -2725.8994389448562, -3766.712821990841, @@ -320828,7 +230611,7 @@ -981.5227801793553 ], "relative wind speed": [ - 7.750981063832982, + 7.75098106383298, 7.96730687119405, 7.85197538732314, 7.461438751709094, @@ -320838,19 +230621,19 @@ 7.310577017419063 ], "relative wind angle": [ - 0.06221351911703508, - 0.009499705323646482, - 0.04776011946650064, + 0.06221351911703866, + 0.00949970532364648, + 0.04776011946650529, 0.08128432609097247, 0.0688699621073582, - 0.011203486483883893, - 0.05443913100871826, - 0.08296553682174755 + 0.011203486483883895, + 0.054439131008718264, + 0.08296553682174757 ], "resistance": [ - 56722.734707942014, + 56722.73470794197, 58658.53743607269, - 57521.473481006, + 57521.47348100596, 54703.27216813064, 52010.20377378946, 50969.39039074347, @@ -320858,9 +230641,9 @@ 53754.580432554954 ], "fuel": [ - 42.127929075030806, + 42.12792907503079, 42.844595747268094, - 42.421945820392935, + 42.42194582039292, 41.39515108701303, 40.441562094087054, 40.08025083152394, @@ -320898,51 +230681,51 @@ ], "ice resistance": 64566.95361661939, "wind resistance": [ - 2655.132199370466, + 2655.132199370393, 4111.638757152192, - 2284.8496420944175, + 2284.8496420943666, -740.9589602031483, - -3235.385994803466, + -3235.385994803484, -3848.5458760002584, -2974.842720444034, - -301.4015933973278 + -301.40159339732054 ], "relative wind speed": [ - 7.840154465432244, + 7.840154465432242, 7.987781714280434, 7.7934296761859985, 7.352779205201912, - 6.905921444530435, + 6.905921444530436, 6.7346207261337, 6.958608116728939, - 7.422695669324778 + 7.422695669324777 ], "relative wind angle": [ - 0.05337323874642283, + 0.053373238746429075, 0.004392304099373781, - 0.06007040582349113, - 0.08532128085624902, - 0.06060189299056612, + 0.06007040582349668, + 0.08532128085624903, + 0.06060189299056979, 0.005209619618560272, - 0.06728733914786142, - 0.08451568746445065 + 0.06728733914786143, + 0.08451568746444935 ], "resistance": [ - 67222.08581598985, + 67222.08581598978, 68678.59237377158, - 66851.8032587138, + 66851.80325871376, 63825.99465641624, - 61331.56762181592, + 61331.567621815906, 60718.40774061913, 61592.11089617535, - 64265.55202322206 + 64265.552023222066 ], "fuel": [ - 46.18224798456999, + 46.182247984569955, 46.777075984594866, - 46.032285457482004, + 46.03228545748199, 44.82596716536238, - 43.85711721534269, + 43.85711721534268, 43.62250748605011, 43.95723086829604, 44.999093232547125 @@ -320978,19 +230761,19 @@ ], "ice resistance": 52655.333066443716, "wind resistance": [ - 3020.520717266023, + 3020.5207172659684, 3754.372048134919, - 1633.8850256157784, + 1633.8850256157566, -1316.7195792516723, - -3418.092861482539, + -3418.0928614825534, -3727.1674547960465, -2442.1559748612926, 330.90173847508777 ], "relative wind speed": [ - 7.8780799888975634, + 7.878079988897563, 7.952448067964939, - 7.70249240652665, + 7.702492406526649, 7.2537733392036925, 6.858516813489149, 6.772146404110169, @@ -320998,31 +230781,31 @@ 7.515728144088189 ], "relative wind angle": [ - 0.04119607732922373, + 0.04119607732922913, 0.016523704318748545, - 0.0662971014454341, - 0.0814608797855384, - 0.04732442158260258, - 0.01940391701155174, - 0.07239046047774812, - 0.07861565435337603 + 0.06629710144543578, + 0.08146087978553841, + 0.04732442158260493, + 0.019403917011551735, + 0.07239046047774814, + 0.07861565435337604 ], "resistance": [ - 55675.85378370974, + 55675.85378370968, 56409.70511457864, - 54289.2180920595, + 54289.21809205947, 51338.613487192044, - 49237.24020496118, + 49237.24020496116, 48928.165611647666, 50213.17709158242, 52986.2348049188 ], "fuel": [ - 41.74616569188952, + 41.74616569188951, 42.01334998136847, - 41.246782961396974, + 41.24678296139696, 40.207962761773764, - 39.487883163430276, + 39.48788316343027, 39.383358381415476, 39.82026487729888, 40.78404705115534 @@ -321045,68 +230828,7 @@ "id": "5712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 84834.42650410795, - "wind resistance": [ - 2592.1106512901533, - 3678.4424466394485, - 1874.1065361270812, - -912.188973191398, - -3087.5114320584435, - -3544.2751773182317, - -2582.072172957898, - -58.554680756511516 - ], - "relative wind speed": [ - 7.8195859771869864, - 7.930386980743966, - 7.728469140926755, - 7.315234693018041, - 6.919746672273604, - 6.792479753279179, - 7.021366220387869, - 7.450916738840008 - ], - "relative wind angle": [ - 0.045313850648115585, - 0.008580190649927369, - 0.0583165439219635, - 0.07785851714206864, - 0.051211293186486866, - 0.010017628004757653, - 0.06419715632518298, - 0.07643791102106551 - ], - "resistance": [ - 87426.53715539811, - 88512.86895074739, - 86708.53304023502, - 83922.23753091655, - 81746.91507204951, - 81290.15132678972, - 82252.35433115005, - 84775.87182335144 - ], - "fuel": [ - 55.13836855663149, - 55.66294365541097, - 54.79406431645694, - 53.47611927025328, - 52.46725130959452, - 52.25765086731129, - 52.70009288379862, - 53.8768271797167 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -67.03125, -68.28125 -66.875, -68.125 -66.875, -68.125 -67.03125, -68.28125 -67.03125))", @@ -321138,51 +230860,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1835.174060243955, + 1835.1740602439331, 3155.9007399916864, - 1944.5763557550545, + 1944.5763557550363, -304.40470976831784, - -2280.0868290315557, + -2280.0868290315484, -2868.70505191721, -2356.9740062079927, -433.8202814769502 ], "relative wind speed": [ - 6.255161904325129, + 6.255161904325128, 6.424866936675713, 6.272381990804251, 5.869650471312733, - 5.428946591211277, + 5.428946591211276, 5.22700644590727, 5.40904203172608, 5.843604613948749 ], "relative wind angle": [ - 0.0692407093582563, + 0.0692407093582579, 0.0020376415038251745, - 0.06609184866239672, + 0.06609184866240007, 0.10221665047228448, - 0.07979918213458048, + 0.0797991821345777, 0.002504603789931996, - 0.07666008187295252, + 0.07666008187295253, 0.10267385014974939 ], "resistance": [ - 98469.67406024394, + 98469.67406024392, 99790.40073999167, - 98579.07635575504, + 98579.07635575502, 96330.09529023166, - 94354.41317096843, + 94354.41317096844, 93765.79494808278, 94277.52599379199, 96200.67971852304 ], "fuel": [ - 52.425855253490646, + 52.42585525349064, 53.11846381909009, 52.48298087240708, 51.317603130424466, - 50.3093725562632, + 50.30937255626321, 50.01179702625808, 50.27042909439769, 51.2511151993467 @@ -321218,9 +230940,9 @@ ], "ice resistance": 67057.71267796414, "wind resistance": [ - 3306.0050883064287, + 3306.005088306334, 3690.1776393295368, - 1355.4664984290248, + 1355.4664984290102, -1643.7483551892947, -3605.0979030507333, -3767.020480997213, @@ -321228,7 +230950,7 @@ 673.9443861887739 ], "relative wind speed": [ - 7.913508127138544, + 7.9135081271385435, 7.952330361823873, 7.666508844094767, 7.200422064274279, @@ -321238,19 +230960,19 @@ 7.568905437275961 ], "relative wind angle": [ - 0.036127952602582815, + 0.03612795260259204, 0.023244467456322627, - 0.07143968413398773, + 0.0714396841339893, 0.0819013363434366, - 0.04192453616194023, + 0.04192453616194024, 0.02728643666153481, 0.07718986625252071, 0.07790577017361483 ], "resistance": [ - 70363.71776627057, + 70363.71776627048, 70747.89031729367, - 68413.17917639317, + 68413.17917639315, 65413.964322774846, 63452.61477491341, 63290.69219696693, @@ -321258,7 +230980,7 @@ 67731.65706415291 ], "fuel": [ - 47.47512015390443, + 47.475120153904385, 47.63573835173944, 46.66809475464486, 45.45480506575794, @@ -321298,9 +231020,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2777.911251070276, + 2777.911251070269, 3788.048993904362, - 1857.8983446348066, + 1857.8983446347775, -1023.2068893629876, -3215.70010585033, -3641.7318865996167, @@ -321308,9 +231030,9 @@ 68.1416045693768 ], "relative wind speed": [ - 7.481926364104527, + 7.481926364104526, 7.589292090747947, - 7.359649236714501, + 7.3596492367145006, 6.9058979146252675, 6.478435288108474, 6.35232173786893, @@ -321319,8 +231041,8 @@ ], "relative wind angle": [ 0.04977813996820534, - 0.012129551463484916, - 0.068326025643529, + 0.012129551463484914, + 0.06832602564353227, 0.08968704083416573, 0.057496566747948584, 0.01449165794293696, @@ -321328,9 +231050,9 @@ 0.0873610349767234 ], "resistance": [ - 99412.4112510703, + 99412.41125107028, 100422.54899390438, - 98492.39834463483, + 98492.3983446348, 95611.29311063702, 93418.79989414968, 92992.7681134004, @@ -321340,7 +231062,7 @@ "fuel": [ 58.877589157671984, 59.410280116567534, - 58.39572891907302, + 58.395728919073015, 56.90711453662586, 55.79498953862416, 55.580963810727624, @@ -321378,9 +231100,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1217.5707669715393, + 1217.570766971532, 2305.274599875296, - 1616.2427095896965, + 1616.2427095896928, 22.469902592957624, -1470.7778199999539, -2044.0963071265342, @@ -321398,14 +231120,14 @@ 4.006531347168169 ], "relative wind angle": [ - 0.11090074543979947, + 0.11090074543980147, 0.014807142692131044, - 0.08716673066118559, - 0.1520092909747969, + 0.08716673066118687, + 0.15200929097479693, 0.13475371592320085, 0.02027180421357663, 0.11127541357048637, - 0.15721796025994902 + 0.157217960259949 ], "resistance": [ 97852.07076697158, @@ -321458,53 +231180,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1185.0495001915515, + 1185.0495001915442, 2337.1751838928412, - 1698.0287392851478, + 1698.0287392851442, 72.40074037599243, -1486.3368061796155, -2118.248399083258, - -1845.5577852704673, + -1845.5577852704664, -529.4616484124872 ], "relative wind speed": [ 4.652520286266676, 4.864896441271088, - 4.759843142242546, + 4.759843142242545, 4.382340468357471, 3.916029435017268, 3.648837371787419, - 3.7848546618451846, + 3.784854661845185, 4.21619776213605 ], "relative wind angle": [ - 0.1053775447447303, + 0.1053775447447324, 0.017250033430046732, - 0.07795753826375354, + 0.07795753826375355, 0.13922223539346387, 0.1252919591335729, - 0.022999891413335336, - 0.09809758939299246, + 0.02299989141333534, + 0.09809758939299247, 0.14474628986466695 ], "resistance": [ - 97819.54950019157, + 97819.54950019156, 98971.67518389286, 98332.52873928516, 96706.900740376, 95148.1631938204, 94516.25160091676, - 94788.94221472954, + 94788.94221472956, 96105.03835158753 ], "fuel": [ - 45.73211175553011, + 45.7321117555301, 46.333154906117464, 45.99911374741433, 45.15635133344905, 44.35750132337832, 44.03622335764291, - 44.174683105650615, + 44.17468310565063, 44.84682652192443 ] }, @@ -321538,9 +231260,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1766.7649063861918, + 1766.7649063861645, 3150.7765797829325, - 2035.5356721880216, + 2035.5356721880144, -196.40649623611716, -2206.5952776118374, -2867.6283870380503, @@ -321548,7 +231270,7 @@ -513.741974712615 ], "relative wind speed": [ - 6.011794836146215, + 6.011794836146214, 6.2007922544718515, 6.055700383113847, 5.643442126796455, @@ -321558,19 +231280,19 @@ 5.5766608555367885 ], "relative wind angle": [ - 0.0776185170414717, + 0.07761851704147457, 0.005418728386470684, - 0.06918678751967638, - 0.11109101808343445, - 0.09015848133840802, + 0.069186787519678, + 0.11109101808343447, + 0.09015848133840804, 0.00678863689209626, 0.08176071997980816, 0.11242694783544936 ], "resistance": [ - 98401.26490638622, + 98401.26490638619, 99785.27657978296, - 98670.03567218805, + 98670.03567218804, 96438.09350376391, 94427.9047223882, 93766.87161296199, @@ -321578,9 +231300,9 @@ 96120.75802528742 ], "fuel": [ - 51.233347184071604, + 51.23334718407159, 51.95895398718105, - 51.37370008914753, + 51.373700089147526, 50.216325381134254, 49.18980658646991, 48.85553005228926, @@ -321618,17 +231340,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1478.4834576934009, + 1478.4834576933827, 3049.9495647074145, 2278.843295845225, 121.77614773928508, - -1993.4906611078022, + -1993.4906611078059, -2882.499336530358, -2555.6765009359315, -823.7351047365155 ], "relative wind speed": [ - 5.9978819079711885, + 5.997881907971188, 6.227491123375441, 6.128005790842531, 5.745176975265832, @@ -321638,17 +231360,17 @@ 5.547577555187906 ], "relative wind angle": [ - 0.08417816692450092, - 0.01596037440145457, + 0.08417816692450356, + 0.015960374401454567, 0.05939150409157087, 0.10704023947045752, - 0.09577738617554597, + 0.09577738617554712, 0.01987867394639846, 0.07108090484493536, 0.11086833575860987 ], "resistance": [ - 98112.98345769342, + 98112.9834576934, 99684.44956470744, 98913.34329584523, 96756.27614773929, @@ -321658,7 +231380,7 @@ 95810.7648952635 ], "fuel": [ - 51.254208353759495, + 51.25420835375948, 52.076955727270516, 51.67209170679929, 50.55129006284504, @@ -321698,17 +231420,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1104.3366753710998, + 1104.3366753710907, 2372.4370590684484, - 1843.3180568800253, + 1843.3180568800108, 177.44217450067663, -1491.8271708242391, -2235.3078577907736, - -2010.3735806093591, - -693.4498825694809 + -2010.3735806093546, + -693.4498825694827 ], "relative wind speed": [ - 5.048925308790818, + 5.0489253087908175, 5.271508365142038, 5.191141711266247, 4.843723743173193, @@ -321718,19 +231440,19 @@ 4.626243910716904 ], "relative wind angle": [ - 0.09528812025572815, - 0.02078044339034474, - 0.06273776428966436, - 0.11791317040057908, + 0.09528812025573048, + 0.020780443390344742, + 0.0627377642896679, + 0.1179131704005791, 0.10935973034660633, 0.02651118090368155, - 0.07696925700824796, - 0.1234839714410614 + 0.07696925700824651, + 0.12348397144106141 ], "resistance": [ - 97738.83667537115, + 97738.83667537113, 99006.9370590685, - 98477.81805688007, + 98477.81805688006, 96811.94217450073, 95142.6728291758, 94399.19214220927, @@ -321778,9 +231500,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 835.10196375132, + 835.1019637513073, 2424.7330742784325, - 2264.435553225281, + 2264.4355532252666, 552.4773310340606, -1384.2310017761229, -2456.9692005972993, @@ -321788,7 +231510,7 @@ -1140.44531644169 ], "relative wind speed": [ - 5.697620786934991, + 5.697620786934989, 5.961338781882513, 5.9398358940062845, 5.643142931482357, @@ -321798,19 +231520,19 @@ 5.278136268661004 ], "relative wind angle": [ - 0.08777578462441292, + 0.08777578462441418, 0.03076089390008546, - 0.04044633636359406, - 0.09281413019000331, - 0.09584397401884871, - 0.03730530520470124, + 0.040446336363596805, + 0.0928141301900033, + 0.0958439740188487, + 0.037305305204701246, 0.04861995250566139, - 0.0992531097267252 + 0.09925310972672521 ], "resistance": [ - 97469.60196375137, + 97469.60196375135, 99059.23307427848, - 98898.93555322532, + 98898.93555322531, 97186.97733103411, 95250.26899822392, 94177.53079940274, @@ -321861,37 +231583,37 @@ 1654.4734287858664, 3248.8656739674516, 2303.0343625254463, - -20.70685494546342, + -20.70685494545978, -2236.0193227884483, -3091.190513784697, -2692.2006514832665, -789.7471132586834 ], "relative wind speed": [ - 6.739786185248954, + 6.739786185248952, 6.94396831853061, 6.8340314738159575, - 6.462807812673815, + 6.462807812673814, 6.025105240280533, 5.788602160329533, 5.917991618295978, 6.321291494289032 ], "relative wind angle": [ - 0.06811840075203605, + 0.06811840075203442, 0.010231933100319512, - 0.05244845164803707, - 0.08951086922208257, + 0.05244845164803706, + 0.08951086922208133, 0.07621325709076214, 0.01227425233700849, - 0.060576169521106484, + 0.06057616952110648, 0.09152032286960632 ], "resistance": [ 98288.97342878589, 99883.36567396746, 98937.53436252546, - 96613.79314505454, + 96613.79314505456, 94398.48067721157, 93543.30948621532, 93942.29934851675, @@ -321938,19 +231660,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1083.7635720619037, + 1083.7635720618891, 2789.6723301656675, - 2430.9915074206765, + 2430.99150742068, 449.69986050438274, -1694.9471709425125, -2794.0539437660445, - -2642.4884938306586, + -2642.4884938306495, -1147.727740016211 ], "relative wind speed": [ - 6.272567457009792, + 6.272567457009791, 6.525033208210778, - 6.480924806740741, + 6.480924806740739, 6.161179735848631, 5.728630038269661, 5.43932406185275, @@ -321958,23 +231680,23 @@ 5.848262039330311 ], "relative wind angle": [ - 0.07900971904725093, - 0.02407930121813564, - 0.04212080405405124, - 0.08825404083426945, + 0.07900971904725235, + 0.024079301218135642, + 0.042120804054048604, + 0.08825404083426946, 0.08652970616353438, 0.028886844535932203, - 0.049712891978008045, - 0.09298947839400926 + 0.04971289197800581, + 0.09298947839400927 ], "resistance": [ - 97718.2635720619, + 97718.26357206189, 99424.17233016566, 99065.49150742068, 97084.19986050438, 94939.55282905749, 93840.44605623395, - 93992.01150616934, + 93992.01150616935, 95486.77225998379 ], "fuel": [ @@ -322005,68 +231727,7 @@ "id": "5724", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.418744367578068, - 22.418744367578068, - 22.418744367578068, - 22.418744367578068, - 22.418744367578068, - 22.418744367578068, - 22.418744367578068, - 22.418744367578068 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2654.831536866386, - 1913.930685618052, - 3.0154383985463937, - -1840.647015731447, - -2569.9786799723806, - -2258.341420354318, - -702.3450632274507, - 1320.5428276548373 - ], - "relative wind speed": [ - 6.714402561671039, - 6.62520641658297, - 6.312688919568154, - 5.943211841847881, - 5.741179199097784, - 5.843884007575399, - 6.180153635718867, - 6.536250711168199 - ], - "relative wind angle": [ - 0.009899730554487429, - 0.04485968049424259, - 0.07716566814054823, - 0.06585498883387028, - 0.01157796564315959, - 0.050862253528971633, - 0.07882390899499336, - 0.05987240870861068 - ], - "resistance": [ - 99289.33153686638, - 98548.43068561803, - 96637.51543839854, - 94793.85298426854, - 94064.5213200276, - 94376.15857964566, - 95932.15493677254, - 97955.04282765482 - ], - "fuel": [ - 54.81821895760099, - 54.43026175754375, - 53.43907905441873, - 52.495658925235126, - 52.125944167249074, - 52.28367797767346, - 53.076645340464836, - 54.121019715185454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -65.15625, -67.34375 -65, -67.1875 -65, -67.1875 -65.15625, -67.34375 -65.15625))", @@ -322098,19 +231759,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2983.744933863167, + 2983.7449338622137, 1706.8670704625692, - -487.3519773132866, + -487.3519773133048, -2337.607974884617, -2812.8228112292927, -2236.5477039283396, - -316.4776469427525, + -316.4776469427634, 1850.3661543070448 ], "relative wind speed": [ - 7.447557121109719, + 7.4475571211097185, 7.304652115729537, - 6.967895552517806, + 6.967895552517805, 6.622876530000811, 6.483634344662896, 6.644221463471272, @@ -322118,33 +231779,33 @@ 7.324010366994899 ], "relative wind angle": [ - 0.0019299890250477998, - 0.04806495879707284, - 0.06922428133086385, - 0.04994395600592919, + 0.0019299890251628495, + 0.04806495879707285, + 0.06922428133086547, + 0.0499439560059292, 0.002216921188606552, 0.052846830545771495, - 0.06894008104998386, + 0.06894008104998549, 0.045159352499128204 ], "resistance": [ - 99618.24493386317, + 99618.24493386221, 98341.36707046257, - 96147.14802268671, + 96147.1480226867, 94296.89202511538, 93821.6771887707, 94397.95229607166, - 96318.02235305725, + 96318.02235305724, 98484.86615430705 ], "fuel": [ - 58.95956068963122, + 58.95956068963072, 58.290660888436335, - 57.15537703345863, + 57.15537703345862, 56.211981747165595, 55.97173866877489, 56.26318074229678, - 57.24314376325114, + 57.243143763251126, 58.365531114188826 ] }, @@ -322165,68 +231826,7 @@ "id": "5726", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.998614523741857, - 19.998614523741857, - 19.998614523741857, - 19.998614523741857, - 19.998614523741857, - 19.998614523741857, - 19.998614523741857, - 19.998614523741857 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 2181.4918162234426, - 1706.3955437085988, - 143.0388889570204, - -1440.6730341878665, - -2147.4836198460434, - -1947.3663806297773, - -712.233434570122, - 986.4246461363655 - ], - "relative wind speed": [ - 6.008288217732905, - 5.944531739686215, - 5.6636765535222535, - 5.313063775818075, - 5.103542935495503, - 5.17766551620103, - 5.483470224125995, - 5.823833026099209 - ], - "relative wind angle": [ - 0.015046713198214622, - 0.04307723962153579, - 0.07996846339445184, - 0.07230793174024389, - 0.017714420679214308, - 0.04946229917876893, - 0.08260240893516338, - 0.06595663185942809 - ], - "resistance": [ - 98815.9918162234, - 98340.89554370855, - 96777.53888895697, - 95193.82696581208, - 94487.01638015392, - 94687.13361937017, - 95922.26656542983, - 97620.92464613632 - ], - "fuel": [ - 51.36066194709983, - 51.112489587170714, - 50.30178025124698, - 49.48978823346156, - 49.130408342993334, - 49.23196987965932, - 49.86211062331332, - 50.73800478587181 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -65.3125, -67.34375 -65.15625, -67.1875 -65.15625, -67.1875 -65.3125, -67.34375 -65.3125))", @@ -322258,19 +231858,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2584.079829211387, + 2584.079829211325, 1989.1221139708214, - 126.40534789192316, + 126.4053478919086, -1745.1282467706242, -2560.406990793381, -2310.4648713243423, - -829.1743178020297, + -829.1743178020406, 1186.271410209807 ], "relative wind speed": [ 6.925066781367832, 6.855648749819531, - 6.565525664862544, + 6.565525664862543, 6.209356102177028, 6.001265700221394, 6.080445719694888, @@ -322278,33 +231878,33 @@ 6.739112458433595 ], "relative wind angle": [ - 0.012516101726998073, + 0.012516101727006942, 0.03871581996638396, - 0.07041694713255703, + 0.0704169471325586, 0.06251567606928689, 0.01444288505439018, - 0.04365470461796674, - 0.07232482770134521, + 0.043654704617966736, + 0.07232482770134674, 0.057595693396628234 ], "resistance": [ - 99218.57982921139, + 99218.57982921132, 98623.62211397082, - 96760.90534789192, + 96760.90534789191, 94889.37175322938, 94074.09300920661, 94324.03512867566, - 95805.32568219797, + 95805.32568219796, 97820.77141020981 ], "fuel": [ - 55.99480447061476, + 55.99480447061472, 55.68326242000788, - 54.716391831993135, + 54.716391831993114, 53.75794752018431, 53.34450483265749, 53.47099213522716, - 54.22539471303995, + 54.225394713039925, 55.264947784728726 ] }, @@ -322325,68 +231925,7 @@ "id": "5728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.117290211555147, - 17.117290211555147, - 17.117290211555147, - 17.117290211555147, - 17.117290211555147, - 17.117290211555147, - 17.117290211555147, - 17.117290211555147 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1886.1948967425033, - 1696.3084229481137, - 362.8844383846699, - -1108.4627733848793, - -1890.8761981905127, - -1810.4868728178117, - -819.6581179679852, - 697.6962830229022 - ], - "relative wind speed": [ - 5.219222678000552, - 5.190098955727741, - 4.922999399647023, - 4.551813027211458, - 4.294942162646511, - 4.33009080421967, - 4.631510601748525, - 4.996780134080545 - ], - "relative wind angle": [ - 0.02806006051450137, - 0.04305593246896411, - 0.09405727109512946, - 0.09471536632983206, - 0.0341007782782502, - 0.05161432934155363, - 0.09999607735343488, - 0.08625887352300367 - ], - "resistance": [ - 98520.69489674251, - 98330.80842294813, - 96997.38443838469, - 95526.03722661514, - 94743.6238018095, - 94824.0131271822, - 95814.84188203202, - 97332.19628302292 - ], - "fuel": [ - 47.888383333783054, - 47.78930169586681, - 47.09730808484886, - 46.34141584072502, - 45.942738326497775, - 45.98359558007705, - 46.489151388173134, - 47.270439953815945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -65.46875, -67.34375 -65.3125, -67.1875 -65.3125, -67.1875 -65.46875, -67.34375 -65.46875))", @@ -322418,51 +231957,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2489.2664260115853, + 2489.2664260110687, 1510.4422869495666, - -265.7306245756481, + -265.73062457565356, -1813.3730936746015, - -2259.032114644875, + -2259.032114645426, -1845.7388527144321, -320.2208800070639, 1464.3954582233837 ], "relative wind speed": [ - 5.745222101910466, + 5.745222101910465, 5.607342805541436, - 5.250958199646261, + 5.25095819964626, 4.864691064611774, - 4.691389262535601, + 4.691389262535602, 4.855349305050824, 5.23871627390552, 5.599240221565886 ], "relative wind angle": [ - 0.0010708183620901288, + 0.0010708183621938087, 0.06571765902933722, 0.10051596240097785, 0.07756192762413619, - 0.0013113578012650974, - 0.07591424547692112, + 0.0013113578014344216, + 0.07591424547692113, 0.10075164696902567, - 0.06737019503930489 + 0.0673701950393049 ], "resistance": [ - 99123.7664260116, + 99123.76642601108, 98144.94228694958, 96368.76937542437, 94821.12690632541, - 94375.46788535514, + 94375.46788535459, 94788.76114728558, 96314.27911999295, 98098.8954582234 ], "fuel": [ - 50.058717822752016, + 50.058717822751746, 49.54721339817988, 48.62814238130677, 47.83689387782346, - 47.610698776297745, + 47.61069877629746, 47.82044168658365, 48.60013228824923, 49.52323849499011 @@ -322498,39 +232037,39 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 1800.6049038142846, + 1800.6049038142537, 1657.6578850912083, - 398.08420467974247, + 398.08420467973883, -1008.0396123189039, -1777.2782881898993, -1716.470350488249, - -792.46970470612, + -792.4697047061172, 648.3839823640956 ], "relative wind speed": [ 4.729775205735882, 4.705706570538656, - 4.427893095440737, + 4.427893095440736, 4.030491102181549, 3.745475695542908, 3.77567045101739, - 4.097941485434459, + 4.0979414854344585, 4.489376700381901 ], "relative wind angle": [ - 0.03512301575614764, - 0.04907300036488068, + 0.03512301575615712, + 0.04907300036488069, 0.11146492732630099, - 0.11580711485141547, + 0.11580711485141548, 0.04435866370134851, 0.06117443438327704, - 0.12048171170301306, - 0.10392451790758016 + 0.1204817117030103, + 0.10392451790758014 ], "resistance": [ - 98435.10490381435, + 98435.10490381432, 98292.15788509128, - 97032.58420467982, + 97032.5842046798, 95626.46038768117, 94857.22171181017, 94918.02964951182, @@ -322538,7 +232077,7 @@ 97282.88398236418 ], "fuel": [ - 45.97952788856834, + 45.97952788856833, 45.90497202298385, 45.25131184703746, 44.52857276617552, @@ -322578,9 +232117,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2169.747454312803, + 2169.7474543124426, 1339.4687408400096, - -190.83084728536778, + -190.83084728537324, -1532.6210335251026, -1935.459769716942, -1583.3799158701731, @@ -322588,9 +232127,9 @@ 1267.1356576207872 ], "relative wind speed": [ - 4.963617387679615, + 4.963617387679614, 4.828653796353007, - 4.470203873505555, + 4.470203873505554, 4.073143961212135, 3.88926107126074, 4.055607447308644, @@ -322598,17 +232137,17 @@ 4.813870326768344 ], "relative wind angle": [ - 0.002293882395158436, + 0.002293882395255235, 0.07707342047377427, - 0.12046012160088367, + 0.1204601216008846, 0.09537678914962348, - 0.002927538319603484, + 0.0029275383196034842, 0.09180258711718012, - 0.12107539204078133, + 0.12107539204078134, 0.08066600003811415 ], "resistance": [ - 98804.2474543128, + 98804.24745431244, 97973.96874084, 96443.66915271463, 95101.87896647489, @@ -322618,7 +232157,7 @@ 97901.63565762079 ], "fuel": [ - 46.83351301357813, + 46.833513013577935, 46.400391706575675, 45.60882004145253, 44.9219278237212, @@ -322658,37 +232197,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2058.944009804998, + 2058.9440098049745, 1734.587186864048, - 305.8319111135397, + 305.83191111353517, -1194.195761330503, -1938.3919844558059, -1799.832929654899, - -709.2550178759257, - 869.8898311782123 + -709.2550178759248, + 869.889831178215 ], "relative wind speed": [ - 4.652379130836417, + 4.652379130836416, 4.596941901244404, 4.265103209005585, 3.813788937923299, 3.5113194286437333, 3.583590498870742, 3.9727685967777457, - 4.407835029125641 + 4.40783502912564 ], "relative wind angle": [ - 0.03172969178665607, + 0.031729691786663065, 0.06516117759549091, - 0.13425921682675154, + 0.1342592168267532, 0.13361363551673855, - 0.04204609898281005, + 0.04204609898281006, 0.08362545407820035, - 0.1442052649638796, - 0.11551954661638324 + 0.14420526496387884, + 0.11551954661638131 ], "resistance": [ - 98693.44400980501, + 98693.44400980498, 98369.08718686407, 96940.33191111355, 95440.30423866952, @@ -322698,7 +232237,7 @@ 97504.38983117822 ], "fuel": [ - 45.60336337952979, + 45.603363379529775, 45.433988559742, 44.69257173403606, 43.92234363576357, @@ -322738,9 +232277,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2234.220172150661, + 2234.2201721506226, 1558.824464504729, - -14.009208795552695, + -14.009208795558152, -1492.2132685898641, -2051.458018431301, -1764.675802572906, @@ -322748,7 +232287,7 @@ 1170.5531284381668 ], "relative wind speed": [ - 5.078486245407439, + 5.078486245407438, 4.9716025971260125, 4.62150720861899, 4.205101406043999, @@ -322758,17 +232297,17 @@ 4.894042637194085 ], "relative wind angle": [ - 0.011762179057926233, - 0.06965809124642497, - 0.11909458867684694, + 0.011762179057935671, + 0.06965809124642498, + 0.1190945886768488, 0.10255703406639138, - 0.015007303744915166, - 0.08422862155097126, + 0.015007303744915164, + 0.08422862155097127, 0.12224679303848232, - 0.08807938678767481 + 0.08807938678767482 ], "resistance": [ - 98868.72017215067, + 98868.72017215064, 98193.32446450474, 96620.49079120446, 95142.28673141015, @@ -322778,7 +232317,7 @@ 97805.05312843819 ], "fuel": [ - 47.2333054201132, + 47.23330542011319, 46.88062337409684, 46.06589094917802, 45.308568006165096, @@ -322818,7 +232357,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2057.6320356040196, + 2057.632035603997, 1685.2651289121677, 286.49917121073213, -1144.2199481856487, @@ -322838,17 +232377,17 @@ 3.9003465075921833 ], "relative wind angle": [ - 0.03622984879464631, - 0.08598655889407289, + 0.0362298487946555, + 0.0859865588940729, 0.17503160655616187, - 0.17678035404595477, + 0.17678035404595474, 0.05259045311375716, 0.11866512814419518, - 0.19037246507667308, - 0.14511993226752148 + 0.1903724650766731, + 0.1451199322675215 ], "resistance": [ - 98692.13203560404, + 98692.13203560401, 98319.76512891219, 96920.99917121074, 95490.28005181436, @@ -322858,7 +232397,7 @@ 97559.39806834635 ], "fuel": [ - 43.89979394996472, + 43.8997939499647, 43.70538398198606, 42.979708032821705, 42.2449866396216, @@ -322898,17 +232437,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2353.9271099060306, + 2353.927109906029, 1886.23459577612, - 256.30866762351525, + 256.3086676235098, -1400.202048778453, - -2172.699208239116, + -2172.6992082391107, -1972.7337385628407, -702.5322357364412, 1068.1935530758628 ], "relative wind speed": [ - 4.8529216548097525, + 4.852921654809752, 4.776239104352183, 4.406731113816305, 3.919054134077302, @@ -322920,10 +232459,10 @@ "relative wind angle": [ 0.027757109487617893, 0.07240277509737693, - 0.141921377217825, - 0.13719393807415975, - 0.037349375951223666, - 0.09331805647348528, + 0.14192137721782655, + 0.13719393807415972, + 0.0373493759512207, + 0.09331805647348529, 0.1511241980101271, 0.11666783674043174 ], @@ -322932,7 +232471,7 @@ 98520.73459577614, 96890.80866762354, 95234.29795122158, - 94461.8007917609, + 94461.80079176092, 94661.7662614372, 95931.9677642636, 97702.6935530759 @@ -322942,7 +232481,7 @@ 46.002124025106454, 45.1560050262792, 44.30621418831328, - 43.913413843241685, + 43.9134138432417, 44.01487953641703, 44.66287455099472, 45.57623097254272 @@ -322978,7 +232517,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2425.4552398786354, + 2425.45523987859, 1603.8301137979388, -66.76787448609139, -1578.0725290247274, @@ -322988,9 +232527,9 @@ 1355.6631958428652 ], "relative wind speed": [ - 4.656346785564325, + 4.656346785564324, 4.515206406955876, - 4.0955666653421, + 4.0955666653420995, 3.5997210407117364, 3.342938107735164, 3.531247893049676, @@ -322998,17 +232537,17 @@ 4.460808111613901 ], "relative wind angle": [ - 0.009270209976152348, + 0.009270209976164323, 0.09623841182088258, - 0.1610500622744973, + 0.1610500622744966, 0.13792249368431167, 0.01291256144033685, 0.12317597654041045, - 0.16450194523680411, + 0.1645019452368041, 0.11117512784677124 ], "resistance": [ - 99059.95523987866, + 99059.95523987862, 98238.33011379797, 96567.73212551394, 95056.42747097531, @@ -323018,7 +232557,7 @@ 97990.16319584289 ], "fuel": [ - 45.54067122199447, + 45.54067122199446, 45.11126912046872, 44.24591859339573, 43.472027110701184, @@ -323058,9 +232597,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2793.1537372090206, + 2793.153737209015, 1780.11160871201, - -174.7434349571049, + -174.7434349571031, -1915.5727138915008, -2475.3751483762817, -2044.5388091746108, @@ -323068,9 +232607,9 @@ 1596.1014139086783 ], "relative wind speed": [ - 5.401191297262108, + 5.401191297262107, 5.250291911554452, - 4.829360674606159, + 4.829360674606158, 4.350832568029561, 4.11824866628475, 4.308976021103152, @@ -323078,19 +232617,19 @@ 5.215658680545474 ], "relative wind angle": [ - 0.004984993651478488, + 0.0049849936514784875, 0.08286303127416121, - 0.13322327718529642, - 0.10884568509150516, + 0.13322327718529559, + 0.10884568509150518, 0.006537969610928704, 0.10102108077567111, 0.13472093800258203, 0.09074291462792848 ], "resistance": [ - 99427.65373720905, + 99427.65373720904, 98414.61160871203, - 96459.75656504292, + 96459.75656504293, 94718.92728610853, 94159.12485162375, 94589.96119082542, @@ -323138,9 +232677,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2894.0034292076853, + 2894.0034292075434, 1897.7477397769544, - -127.17903019766527, + -127.17903019766891, -1959.6349436230103, -2582.432134557829, -2158.5984605934964, @@ -323148,9 +232687,9 @@ 1613.867931851044 ], "relative wind speed": [ - 5.510730117809494, + 5.510730117809493, 5.365422012136847, - 4.940966354765281, + 4.94096635476528, 4.450496160417149, 4.203251661282823, 4.387222081350205, @@ -323158,17 +232697,17 @@ 5.313055136691285 ], "relative wind angle": [ - 0.007386931035111551, - 0.080882507611321, + 0.007386931035141611, + 0.08088250761132101, 0.132703876957496, 0.11056432659688857, - 0.009684799475485683, - 0.09897020551641007, + 0.009684799475485681, + 0.09897020551641006, 0.1349202684594473, - 0.09255805339257495 + 0.09255805339257496 ], "resistance": [ - 99528.50342920772, + 99528.50342920757, 98532.24773977698, 96507.32096980236, 94674.86505637702, @@ -323178,7 +232717,7 @@ 98248.36793185107 ], "fuel": [ - 48.80897045915409, + 48.808970459154004, 48.28688872803025, 47.23712025294506, 46.30028416476645, @@ -323218,17 +232757,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2868.797872168183, + 2868.7978721681175, 2152.387484273864, - 137.60511691462852, + 137.6051169146249, -1838.5505137415312, - -2676.2389424835837, + -2676.238942483569, -2371.706678389921, - -757.6662533798572, + -757.6662533798535, 1392.4999757617497 ], "relative wind speed": [ - 5.754081010966762, + 5.754081010966761, 5.654293615719563, 5.265474482310909, 4.781123788647047, @@ -323238,31 +232777,31 @@ 5.5202890490324945 ], "relative wind angle": [ - 0.01795568133729454, + 0.017955681337306906, 0.06574481501265803, - 0.1196773185102955, - 0.10846728875298539, - 0.022975599664691558, - 0.08045957604809109, - 0.1245523471757852, + 0.11967731851029643, + 0.10846728875298538, + 0.022975599664686725, + 0.0804595760480911, + 0.12455234717578431, 0.09389736234604085 ], "resistance": [ - 99503.29787216817, + 99503.2978721681, 98786.88748427384, 96772.10511691461, 94795.94948625845, - 93958.2610575164, + 93958.26105751641, 94262.79332161006, 95876.83374662013, 98026.99997576173 ], "fuel": [ - 49.86783327088223, + 49.867833270882194, 49.49209695449782, 48.44564048383765, 47.43391974705134, - 47.00943883147673, + 47.00943883147674, 47.16345204256562, 47.98549328314139, 49.09564533189315 @@ -323298,11 +232837,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 897.4960315135795, + 897.4960315135577, 2267.4049954502807, - 1933.8790494150708, + 1933.879049415049, 303.11443774896907, - -1444.9031603641142, + -1444.9031603641233, -2314.8767051049945, -2174.79131078906, -931.1971762221438 @@ -323318,19 +232857,19 @@ 6.146961505291997 ], "relative wind angle": [ - 0.05915896629025227, + 0.05915896629025602, 0.017339616206071225, - 0.033070933888919636, - 0.06683879061982805, - 0.06345326782188179, - 0.01987636078100337, + 0.03307093388892299, + 0.06683879061982806, + 0.06345326782188354, + 0.019876360781003372, 0.03738698342508083, 0.0693537866615424 ], "resistance": [ - 97531.99603151358, + 97531.99603151355, 98901.90499545028, - 98568.37904941507, + 98568.37904941505, 96937.61443774897, 95189.59683963588, 94319.623294895, @@ -323338,9 +232877,9 @@ 95703.30282377786 ], "fuel": [ - 54.005204311983135, + 54.00520431198312, 54.71895033662983, - 54.54453449863057, + 54.544534498630554, 53.697693557445206, 52.80095279790477, 52.35889001849583, @@ -323378,19 +232917,19 @@ ], "ice resistance": 72526.31278610227, "wind resistance": [ - -51.511121193081635, + -51.511121193118015, 2095.1501475712794, - 2955.675907743567, + 2955.6759077435636, 1486.8353994512654, - -776.7863246693669, + -776.7863246693523, -2535.5038109848138, -2896.002520557555, -2106.9630859740646 ], "relative wind speed": [ - 7.4330827907818575, + 7.433082790781856, 7.733027301751366, - 7.822190022384754, + 7.822190022384753, 7.655005055709296, 7.3179780308848414, 7.0002722079572415, @@ -323398,31 +232937,31 @@ 7.085507732844252 ], "relative wind angle": [ - 0.06204104828368044, + 0.06204104828368403, 0.03687647995917801, 0.007372052117927198, 0.0479154824139285, - 0.06301817811759898, + 0.06301817811759722, 0.04073856935729359, 0.008356751311663474, 0.0517700026630111 ], "resistance": [ - 72474.80166490919, + 72474.80166490914, 74621.46293367355, 75481.98869384584, 74013.14818555352, - 71749.52646143289, + 71749.52646143292, 69990.80897511746, 69630.31026554471, 70419.3497001282 ], "fuel": [ - 48.36452327819198, + 48.364523278191974, 49.28592027519922, 49.660092559145966, 49.02307634606818, - 48.057093641467056, + 48.05709364146706, 47.319736473943266, 47.17001573668227, 47.49834523070232 @@ -323458,9 +232997,9 @@ ], "ice resistance": 92441.64120619463, "wind resistance": [ - 843.7736123459908, + 843.7736123459435, 2782.9837587618167, - 2711.6065659460874, + 2711.6065659460473, 716.401622056379, -1620.9942011186577, -2966.7549929498455, @@ -323468,7 +233007,7 @@ -1510.887712447795 ], "relative wind speed": [ - 7.57018550766837, + 7.570185507668368, 7.817227455237949, 7.809874598090175, 7.55184124500845, @@ -323478,19 +233017,19 @@ 7.1983958758555815 ], "relative wind angle": [ - 0.05898919877378889, + 0.05898919877379265, 0.02265176135379783, - 0.025086419665645083, - 0.06016799270874616, + 0.02508641966564951, + 0.06016799270874617, 0.062206697836011245, - 0.02562903615940009, + 0.025629036159400088, 0.02832307242463205, - 0.06312611375603064 + 0.06312611375603065 ], "resistance": [ - 93285.41481854062, + 93285.41481854058, 95224.62496495646, - 95153.24777214072, + 95153.24777214068, 93158.04282825101, 90820.64700507597, 89474.88621324478, @@ -323498,9 +233037,9 @@ 90930.75349374683 ], "fuel": [ - 58.01956576147495, + 58.01956576147492, 59.0013385834725, - 58.964954078175225, + 58.96495407817522, 57.95557029503678, 56.791912027492884, 56.13115517800617, @@ -323538,9 +233077,9 @@ ], "ice resistance": 79267.65149723567, "wind resistance": [ - 477.9452881415964, + 477.94528814155274, 2352.0847022221933, - 2597.883611889458, + 2597.8836118895124, 917.526860714097, -1234.2050639773297, -2625.135264021832, @@ -323548,9 +233087,9 @@ -1614.3227979606527 ], "relative wind speed": [ - 7.508884500277759, + 7.508884500277758, 7.757035251708175, - 7.782536276548296, + 7.782536276548295, 7.5723205767351836, 7.2373282470547915, 6.970700875657012, @@ -323558,19 +233097,19 @@ 7.170929345439243 ], "relative wind angle": [ - 0.05599374566148908, + 0.05599374566149305, 0.025912554847558104, - 0.017475819227381565, + 0.017475819227375212, 0.05196441287404565, 0.058097045520698096, - 0.02883640656380552, + 0.028836406563805518, 0.019591428529017917, - 0.05487595524789347 + 0.054875955247893474 ], "resistance": [ - 79745.59678537726, + 79745.59678537722, 81619.73619945787, - 81865.53510912512, + 81865.53510912518, 80185.17835794977, 78033.44643325833, 76642.51623321383, @@ -323578,9 +233117,9 @@ 77653.328699275 ], "fuel": [ - 51.554634478442, + 51.55463447844198, 52.408813288926, - 52.52181083720366, + 52.521810837203674, 51.75380985297285, 50.785709733001205, 50.16907492020346, @@ -323618,19 +233157,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 832.2297895134043, + 832.229789513397, 1736.9420827886524, - 1331.6331889313979, + 1331.633188931396, 128.5622538409043, - -1061.312915551519, + -1061.3129155515207, -1584.0348582564611, -1410.7877740936738, -456.6137541672524 ], "relative wind speed": [ - 3.9369516434949197, + 3.9369516434949188, 4.137958925477058, - 4.059897237592492, + 4.059897237592491, 3.7355909925591937, 3.3195284545448045, 3.0653145572379215, @@ -323638,17 +233177,17 @@ 3.544603975066972 ], "relative wind angle": [ - 0.11395034031712435, - 0.02333457199044817, - 0.07670427999311076, + 0.11395034031712631, + 0.023334571990448166, + 0.07670427999311075, 0.14412210493756272, - 0.1352646136302893, - 0.03150238165032688, + 0.13526461363029013, + 0.03150238165032687, 0.09836189954928025, - 0.15194629504558105 + 0.15194629504558108 ], "resistance": [ - 97466.72978951344, + 97466.72978951343, 98371.44208278868, 97966.13318893143, 96763.06225384094, @@ -323658,7 +233197,7 @@ 96177.88624583278 ], "fuel": [ - 43.517614523922646, + 43.51761452392264, 43.98798236413959, 43.776882129057995, 43.153877287837524, @@ -323698,17 +233237,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1239.4297384247584, + 1239.429738424742, 2381.2546934987167, - 1666.9805823349852, + 1666.980582334978, -16.659888012693045, - -1604.2838018532693, + -1604.2838018532639, -2207.2937650502836, -1904.5221094715052, -521.3925003573331 ], "relative wind speed": [ - 5.218093428575443, + 5.218093428575442, 5.4045801275551835, 5.298236508957908, 4.947797337146405, @@ -323718,19 +233257,19 @@ 4.825845380445313 ], "relative wind angle": [ - 0.08270585707298637, + 0.08270585707298907, 0.01135421830235719, - 0.06502857739186792, + 0.06502857739186962, 0.11103870312159637, - 0.09525752070063755, + 0.09525752070063638, 0.014244119817549746, - 0.07765207152381207, + 0.07765207152381208, 0.11385675253432366 ], "resistance": [ - 97873.9297384248, + 97873.92973842479, 99015.75469349876, - 98301.48058233503, + 98301.48058233502, 96617.84011198735, 95030.21619814678, 94427.20623494976, @@ -323738,9 +233277,9 @@ 96113.1074996427 ], "fuel": [ - 47.940604734789886, + 47.94060473478987, 48.536483348514594, - 48.163160423434505, + 48.16316042343449, 47.29069926401628, 46.47765650754735, 46.17130500347563, @@ -323778,9 +233317,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 951.5487347188046, + 951.5487347188, 1742.9134385160096, - 1177.6174435358944, + 1177.6174435358907, -30.88573179874402, -1140.1978116247192, -1539.6826923039516, @@ -323788,9 +233327,9 @@ -295.677211514233 ], "relative wind speed": [ - 3.920262862395163, + 3.920262862395162, 4.087377931722008, - 3.9766193754185024, + 3.976619375418502, 3.6348576165175075, 3.2290147436445213, 3.0146871758476568, @@ -323798,19 +233337,19 @@ 3.5472252864165625 ], "relative wind angle": [ - 0.10493492840461714, + 0.1049349284046182, 0.010841726527759122, - 0.08761082838151922, + 0.0876108283815205, 0.14810874581923036, 0.12751034090431587, 0.01469968821032649, 0.1103570695878233, - 0.1517957080666078 + 0.15179570806660783 ], "resistance": [ 97586.04873471883, 98377.41343851604, - 97812.11744353593, + 97812.11744353591, 96603.61426820129, 95494.30218837531, 95094.81730769608, @@ -323820,7 +233359,7 @@ "fuel": [ 43.44084706842693, 43.85246897625976, - 43.5581970998079, + 43.558197099807884, 42.933084004673724, 42.364062462711644, 42.16026814029542, @@ -323858,9 +233397,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1638.9427301461765, + 1638.9427301461656, 2566.8544957953654, - 1448.096593421813, + 1448.0965934217966, -417.57276367907434, -1966.8573382724535, -2358.7773408408193, @@ -323868,7 +233407,7 @@ -191.70193862540327 ], "relative wind speed": [ - 5.7415032017670296, + 5.741503201767029, 5.869287375822533, 5.708634905310994, 5.336138033908644, @@ -323878,19 +233417,19 @@ 5.385777890809308 ], "relative wind angle": [ - 0.06286369994333803, + 0.06286369994333979, 0.004250013464245739, - 0.06941930796804426, + 0.06941930796804746, 0.10043669576825086, 0.07291191744198697, - 0.00519764208120774, + 0.005197642081207739, 0.0794486916226202, 0.09950790475885925 ], "resistance": [ - 98273.4427301462, + 98273.44273014618, 99201.35449579539, - 98082.59659342183, + 98082.59659342181, 96216.92723632095, 94667.64266172756, 94275.72265915919, @@ -323900,7 +233439,7 @@ "fuel": [ 50.1065755443577, 50.591830466224195, - 50.00716908626309, + 50.00716908626308, 49.04253209225659, 48.25132414241808, 48.05258903299905, @@ -323925,68 +233464,7 @@ "id": "5748", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.572147318446547, - 16.572147318446547, - 16.572147318446547, - 16.572147318446547, - 16.572147318446547, - 16.572147318446547, - 16.572147318446547, - 16.572147318446547 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1383.5192118301711, - 2322.9459723254677, - 1397.5091481327545, - -242.7155192099035, - -1661.0035848447624, - -2063.0274412726067, - -1670.8221651941276, - -259.20786165735444 - ], - "relative wind speed": [ - 5.007294971413295, - 5.155034777814219, - 5.010047392886284, - 4.638417189462626, - 4.232946077277846, - 4.0517220861515995, - 4.229687996166634, - 4.634212058201524 - ], - "relative wind angle": [ - 0.07828130311275384, - 0.00041078468270846965, - 0.07763863963161956, - 0.11921421578312014, - 0.09263950121106375, - 0.0005226442778880276, - 0.09200000371845808, - 0.11932290808340293 - ], - "resistance": [ - 98018.01921183016, - 98957.44597232547, - 98032.00914813275, - 96391.7844807901, - 94973.49641515524, - 94571.4725587274, - 94963.67783480587, - 96375.29213834264 - ], - "fuel": [ - 47.06016269068693, - 47.5505666767278, - 47.067441695353764, - 46.21899075911975, - 45.493413258414236, - 45.289104694249474, - 45.488416290207155, - 46.21051048061695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -67.96875, -69.84375 -67.8125, -69.6875 -67.8125, -69.6875 -67.96875, -69.84375 -67.96875))", @@ -324018,54 +233496,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1873.5219670833176, + 1873.521967083292, 3066.8554874474466, - 1780.156928343822, + 1780.1569283438002, -456.83947739337964, -2359.8937595632706, -2861.0018666652795, - -2294.163948159585, - -345.80863074592344 + -2294.163948159574, + -345.80863074590525 ], "relative wind speed": [ - 7.099228485984759, + 7.099228485984758, 7.233106574793427, - 7.086241672004027, + 7.086241672004026, 6.732156458742293, 6.364381214304454, 6.211808320842569, 6.378837848947288, - 6.751478560450542 + 6.751478560450541 ], "relative wind angle": [ - 0.049918088908766166, + 0.04991808890876839, 0.0013395194325326505, - 0.051945791977317995, + 0.05194579197732013, 0.07592524215764487, 0.05568741107538303, 0.001559753190359457, - 0.05771258821196138, - 0.07570753449975451 + 0.05771258821195946, + 0.07570753449975157 ], "resistance": [ - 98508.02196708332, + 98508.02196708329, 99701.35548744745, - 98414.65692834381, + 98414.6569283438, 96177.66052260662, 94274.60624043673, 93773.49813333472, 94340.33605184042, - 96288.69136925408 + 96288.6913692541 ], "fuel": [ - 57.01911309486603, + 57.019113094866015, 57.64480224775818, - 56.97038340660683, + 56.97038340660682, 55.81253462184209, 54.84218979591484, 54.5889221676207, 54.87547995796437, - 55.86956399542265 + 55.869563995422666 ] }, { @@ -324098,37 +233576,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1584.5975425618326, + 1584.597542561818, 2409.9766969486536, - 1327.0489920416185, + 1327.048992041613, -433.754538812389, - -1871.0594438140706, + -1871.0594438140743, -2220.0872544208196, - -1690.080831567133, + -1690.0808315671384, -129.20004622978195 ], "relative wind speed": [ - 5.477055179715261, + 5.4770551797152605, 5.596104009483393, - 5.430498294285748, + 5.430498294285747, 5.058617838835578, 4.679664923597366, 4.536630594817832, - 4.733612311391047, + 4.733612311391048, 5.129111306981725 ], "relative wind angle": [ - 0.0638606453698179, + 0.06386064536981965, 0.006332824780812098, 0.07365998215853757, - 0.10491460509382629, - 0.07476099430987704, - 0.007811804150545874, - 0.08452848834754799, + 0.1049146050938263, + 0.07476099430987852, + 0.007811804150545875, + 0.08452848834755061, 0.10346747588514367 ], "resistance": [ - 98219.09754256185, + 98219.09754256184, 99044.47669694867, 97961.54899204163, 96200.74546118763, @@ -324138,7 +233616,7 @@ 96505.29995377023 ], "fuel": [ - 48.9571262512617, + 48.957126251261684, 49.38843699937888, 48.823060400172515, 47.91309343437267, @@ -324178,9 +233656,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1776.4350540460073, + 1776.4350540459563, 2944.29694339669, - 1726.2898155221883, + 1726.2898155221737, -413.73828672432865, -2246.9610705153373, -2737.39242606717, @@ -324188,7 +233666,7 @@ -354.11101892221996 ], "relative wind speed": [ - 6.925822235342704, + 6.925822235342703, 7.060079556052277, 6.918675465889858, 6.572286575293387, @@ -324198,19 +233676,19 @@ 6.582923208803772 ], "relative wind angle": [ - 0.05069197361276419, + 0.05069197361277076, 0.0007554944444639667, - 0.05183608446410411, + 0.05183608446410626, 0.07639909374166017, 0.0565420553392637, 0.0008806351151495818, - 0.057684710803079194, + 0.05768471080307919, 0.07627540855808673 ], "resistance": [ - 98410.93505404599, + 98410.93505404594, 99578.79694339668, - 98360.78981552218, + 98360.78981552216, 96220.76171327566, 94387.53892948465, 93897.10757393282, @@ -324218,9 +233696,9 @@ 96280.38898107776 ], "fuel": [ - 56.08057743333806, + 56.080577433338036, 56.69243403626861, - 56.05441938777361, + 56.05441938777359, 54.94680337119688, 54.01153260551327, 53.76344533416331, @@ -324258,53 +233736,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1981.0512981965585, + 1981.0512981964966, 3235.7626760673993, - 1874.1426176815112, + 1874.142617681493, -489.14589507868004, -2497.0512845178127, -3023.7958365940976, - -2421.7818238293657, - -361.97970066967173 + -2421.781823829344, + -361.97970066967537 ], "relative wind speed": [ - 7.346867068605995, + 7.346867068605994, 7.482942939471234, - 7.332496347222341, + 7.33249634722234, 6.971035576346543, 6.596404394991355, 6.441628026411187, - 6.612375063772436, - 6.992400850876564 + 6.6123750637724354, + 6.992400850876565 ], "relative wind angle": [ - 0.04909996598251006, + 0.049099965982516855, 0.0014315852098397853, - 0.05126498881965373, + 0.0512649888196559, 0.07475838619100443, 0.05469128331146658, 0.0016630068785359903, - 0.05685373335687554, - 0.0745295374745742 + 0.056853733356871626, + 0.07452953747457569 ], "resistance": [ - 98615.55129819657, + 98615.55129819651, 99870.26267606742, - 98508.64261768153, + 98508.6426176815, 96145.35410492134, 94137.4487154822, 93610.70416340591, - 94212.71817617065, + 94212.71817617067, 96272.52029933034 ], "fuel": [ - 58.41498486603357, + 58.41498486603353, 59.07350100298185, - 58.359146309599836, + 58.359146309599815, 57.135658689759126, 56.11248460263765, 55.84655388537285, - 56.150569229297574, + 56.15056922929758, 57.200964279612165 ] }, @@ -324338,7 +233816,7 @@ ], "ice resistance": 84319.27654134059, "wind resistance": [ - 2358.3425745381064, + 2358.3425745380446, 3481.9260784142098, 1842.886504821403, -772.7874167977279, @@ -324348,9 +233826,9 @@ -159.44457413350756 ], "relative wind speed": [ - 7.783044503671757, + 7.783044503671755, 7.898280345907757, - 7.717424681719295, + 7.717424681719294, 7.331956565128266, 6.955418232852686, 6.824279604286592, @@ -324358,17 +233836,17 @@ 7.429403574117322 ], "relative wind angle": [ - 0.044364899500176545, + 0.044364899500181555, 0.006185309021456091, 0.05370554591297803, - 0.07330833877961626, + 0.07330833877961627, 0.04964799591455137, - 0.007158764481686136, - 0.05897842098168547, - 0.07234510521539152 + 0.007158764481686135, + 0.058978420981685466, + 0.07234510521539153 ], "resistance": [ - 86677.6191158787, + 86677.61911587862, 87801.2026197548, 86162.163046162, 83546.48912454286, @@ -324378,7 +233856,7 @@ 84159.83196720708 ], "fuel": [ - 54.77928324890664, + 54.77928324890661, 55.318793415708846, 54.533349000698124, 53.300597145926474, @@ -324418,9 +233896,9 @@ ], "ice resistance": 81417.06858888203, "wind resistance": [ - 2695.234203350021, + 2695.234203349901, 3213.9696748328897, - 1307.6785923924072, + 1307.6785923923926, -1268.6470519646246, -3044.4855139506435, -3262.40988095188, @@ -324428,9 +233906,9 @@ 383.51423944147973 ], "relative wind speed": [ - 7.8200093333556815, + 7.820009333355681, 7.873161685636996, - 7.64292879259999, + 7.642928792599989, 7.247635207542466, 6.912037704040868, 6.8514331542875135, @@ -324438,19 +233916,19 @@ 7.510032962260778 ], "relative wind angle": [ - 0.03431597893473075, + 0.03431597893474369, 0.01670494969158916, - 0.059474104173084005, - 0.0705568584793516, + 0.05947410417308587, + 0.07055685847935161, 0.03882589215869178, 0.01919638236699365, 0.06396170180668988, 0.06808774202303633 ], "resistance": [ - 84112.30279223205, + 84112.30279223193, 84631.03826371492, - 82724.74718127443, + 82724.74718127442, 80148.4215369174, 78372.58307493139, 78154.65870793015, @@ -324458,9 +233936,9 @@ 81800.5828283235 ], "fuel": [ - 53.56510391777901, + 53.565103917778956, 53.80864927758692, - 52.9185703265938, + 52.918570326593795, 51.73712770880602, 50.937149274199015, 50.83978723989256, @@ -324498,17 +233976,17 @@ ], "ice resistance": 65180.5793868912, "wind resistance": [ - 2533.559588680502, + 2533.5595886804404, 3436.1723326863466, - 1662.5042548569, + 1662.504254856849, -981.6976435876859, - -2984.3972268442994, + -2984.3972268442812, -3363.6051327309287, -2371.0714664590196, 54.801212630260125 ], "relative wind speed": [ - 7.804974862806118, + 7.804974862806116, 7.897391654088713, 7.6940756699037856, 7.298259301838545, @@ -324518,31 +233996,31 @@ 7.462934050240891 ], "relative wind angle": [ - 0.041078043444440424, + 0.04107804344444583, 0.01045367512356445, - 0.0568631587788302, + 0.056863158778836055, 0.07348680220662386, - 0.04625960700703546, + 0.04625960700703305, 0.012094934093644406, 0.06202782962209096, 0.0718624367699681 ], "resistance": [ - 67714.1389755717, + 67714.13897557164, 68616.75171957754, - 66843.0836417481, + 66843.08364174805, 64198.881743303515, - 62196.1821600469, + 62196.18216004692, 61816.974254160275, 62809.50792043218, 65235.380599521464 ], "fuel": [ - 46.3823164260385, + 46.38231642603847, 46.751660190678834, - 46.02876020612838, + 46.028760206128354, 44.97278791881536, - 44.19031674972648, + 44.19031674972649, 44.04383760356847, 44.42836273534612, 45.38361741476963 @@ -324580,7 +234058,7 @@ "wind resistance": [ 1479.8676418474388, 2204.324434385582, - 1190.0826954574586, + 1190.0826954574513, -431.44478374141, -1738.3689059444205, -2044.654458566074, @@ -324588,7 +234066,7 @@ -88.64155210714489 ], "relative wind speed": [ - 5.293025254849031, + 5.293025254849029, 5.401252049709985, 5.238769204441766, 4.88286528785888, @@ -324598,19 +234076,19 @@ 4.964924394318347 ], "relative wind angle": [ - 0.06172016989863419, - 0.007636323217953635, - 0.07352024544234602, + 0.061720169898632396, + 0.007636323217953636, + 0.07352024544234753, 0.10318737648157544, 0.07221085598842533, - 0.009383933832767897, + 0.009383933832767899, 0.0839747135205815, 0.10147599160748041 ], "resistance": [ 98114.36764184744, 98838.82443438558, - 97824.58269545746, + 97824.58269545744, 96203.0552162586, 94896.13109405558, 94589.84554143393, @@ -324620,7 +234098,7 @@ "fuel": [ 48.23050648054942, 48.60866080930174, - 48.07979041555006, + 48.07979041555005, 47.2422062680302, 46.57424812033241, 46.41862738863868, @@ -324658,43 +234136,43 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1735.347328550899, + 1735.3473285508771, 2800.3335223348076, 1606.5728556435788, -443.78731372400216, -2174.065033410221, -2621.306321682747, - -2083.406075968591, + -2083.406075968587, -290.64343446186103 ], "relative wind speed": [ - 6.7979185256119425, + 6.797918525611942, 6.922720234039201, 6.7792037246213335, 6.4392748404769975, 6.089020169745128, 5.946747637965247, - 6.109849406368481, + 6.10984940636848, 6.467117011251688 ], "relative wind angle": [ - 0.04932734094753324, - 0.00201670277285421, + 0.049327340947535485, + 0.0020167027728542094, 0.05237983170603228, 0.0758557084245001, 0.05507565807372104, 0.0023476820109123537, - 0.05812436687888445, - 0.07552851138877843 + 0.05812436687888253, + 0.07552851138877845 ], "resistance": [ - 98369.84732855091, + 98369.8473285509, 99434.83352233483, 98241.0728556436, 96190.712686276, 94460.43496658979, 94013.19367831727, - 94551.09392403142, + 94551.09392403143, 96343.85656553815 ], "fuel": [ @@ -324704,7 +234182,7 @@ 54.276722968381755, 53.393834622288324, 53.16743802020871, - 53.439817536544645, + 53.43981753654465, 54.35540252343227 ] }, @@ -324738,17 +234216,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1248.337351163209, + 1248.337351163198, 2443.3350653964335, 1715.760731095521, -46.92847335589795, -1722.1314620075063, -2356.975730814662, - -2051.209571186804, + -2051.2095711867933, -602.8569067356093 ], "relative wind speed": [ - 6.373647351159932, + 6.373647351159931, 6.535672665884773, 6.445594554184193, 6.148200789429468, @@ -324759,22 +234237,22 @@ ], "relative wind angle": [ 0.05679336685482942, - 0.00820962739755411, - 0.04437151155942013, + 0.008209627397554112, + 0.04437151155942014, 0.07456049939168742, 0.06238682009008149, - 0.009547724018147703, - 0.049979869644428486, - 0.07588369028012078 + 0.009547724018147704, + 0.049979869644426266, + 0.07588369028012079 ], "resistance": [ - 97882.83735116318, + 97882.83735116317, 99077.8350653964, 98350.26073109549, 96587.57152664407, 94912.36853799247, 94277.5242691853, - 94583.29042881317, + 94583.29042881318, 96031.64309326436 ], "fuel": [ @@ -324784,7 +234262,7 @@ 52.66393901978442, 51.80650752749225, 51.4842990020456, - 51.63930018982304, + 51.63930018982305, 52.378236386611086 ] }, @@ -324818,14 +234296,14 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1086.521738694115, + 1086.5217386940785, 2508.248632117633, - 2015.628075628032, + 2015.6280756279884, 208.69030610191112, -1656.2174456261055, -2517.4245744856344, - -2310.5137264011682, - -897.5441366040723 + -2310.5137264011446, + -897.5441366040868 ], "relative wind speed": [ 6.730070722895997, @@ -324834,38 +234312,38 @@ 6.586439476566849, 6.235028301032019, 6.020783984495431, - 6.086221519278295, - 6.386567534393876 + 6.086221519278294, + 6.386567534393877 ], "relative wind angle": [ - 0.05792832867260349, + 0.05792832867260923, 0.014472126434960224, - 0.03612913287387534, - 0.06850651277093962, - 0.06253344584139543, - 0.016639517557272922, - 0.04075416280365058, - 0.0706539904693819 + 0.03612913287388149, + 0.06850651277093964, + 0.06253344584139545, + 0.016639517557272925, + 0.04075416280364513, + 0.07065399046938504 ], "resistance": [ - 97721.02173869414, + 97721.0217386941, 99142.74863211764, - 98650.12807562805, + 98650.128075628, 96843.19030610193, 94978.2825543739, 94117.07542551438, - 94323.98627359884, - 95736.95586339594 + 94323.98627359887, + 95736.95586339592 ], "fuel": [ - 55.25647417687533, + 55.2564741768753, 55.99835530164689, - 55.74044601252909, + 55.74044601252907, 54.802162595883, 53.84651749261165, 53.40957235332732, - 53.514299504151566, - 54.23372721434093 + 53.51429950415157, + 54.233727214340924 ] }, { @@ -324898,19 +234376,19 @@ ], "ice resistance": 88893.02235808416, "wind resistance": [ - 1638.6836713402372, + 1638.6836713401935, 3032.845391618175, - 2002.344199424544, + 2002.3441994244895, -203.65293924376238, - -2230.1984788934606, + -2230.1984788934788, -2918.0228647878757, - -2486.3764069574645, + -2486.3764069574827, -637.1502590709861 ], "relative wind speed": [ - 7.6762030156353065, + 7.676203015635306, 7.8296100450416874, - 7.7228119752425215, + 7.722811975242521, 7.410408874669655, 7.0632287389001185, 6.8927860475902945, @@ -324918,33 +234396,33 @@ 7.341602908458774 ], "relative wind angle": [ - 0.046341145388351844, + 0.04634114538835663, 0.004402860313865726, - 0.039742771554948854, - 0.06325287310695493, - 0.05036607683003903, - 0.0050012740037792, - 0.043772503554247645, - 0.06384648608691444 + 0.03974277155495444, + 0.06325287310695495, + 0.05036607683004124, + 0.005001274003779201, + 0.04377250355425018, + 0.06384648608691443 ], "resistance": [ - 90531.70602942439, + 90531.70602942436, 91925.86774970233, - 90895.3665575087, + 90895.36655750865, 88689.36941884039, - 86662.82387919069, + 86662.82387919068, 85974.99949329629, - 86406.64595112669, + 86406.64595112667, 88255.87209901317 ], "fuel": [ - 56.64947639354674, + 56.649476393546735, 57.33960573205372, - 56.828796149782676, + 56.82879614978265, 55.748588064504105, 54.77221036830009, 54.444294249224015, - 54.64987335578803, + 54.649873355788024, 55.53844676654108 ] }, @@ -324978,9 +234456,9 @@ ], "ice resistance": 65792.04252381666, "wind resistance": [ - 1816.2769568394178, + 1816.2769568393815, 3162.8764682616165, - 1949.5706808503237, + 1949.57068085032, -352.22699173957153, -2386.056530178026, -2988.230849379397, @@ -324988,9 +234466,9 @@ -511.0543237326492 ], "relative wind speed": [ - 7.702380890109507, + 7.702380890109505, 7.845057834581652, - 7.719438731491593, + 7.719438731491592, 7.389614713188268, 7.036626510382918, 6.877197946476225, @@ -324998,19 +234476,19 @@ 7.364399392589951 ], "relative wind angle": [ - 0.04560233913710532, + 0.04560233913710775, 0.001610552976840771, 0.04318449317214001, - 0.06553484197358861, + 0.0655348419735886, 0.04992033266721344, 0.0018372137886446325, - 0.04750443610364354, - 0.06575955331147909 + 0.04750443610364355, + 0.06575955331147908 ], "resistance": [ - 67608.31948065608, + 67608.31948065605, 68954.91899207828, - 67741.613204667, + 67741.61320466698, 65439.81553207709, 63405.985993638635, 62803.81167443727, @@ -325018,9 +234496,9 @@ 65280.988200084015 ], "fuel": [ - 46.339214258112214, + 46.3392142581122, 46.890816885947984, - 46.39351398314674, + 46.39351398314673, 45.46511979537309, 44.66121233568816, 44.42614545019684, @@ -325058,19 +234536,19 @@ ], "ice resistance": 92532.49798608673, "wind resistance": [ - 1669.7301437492206, + 1669.7301437491478, 3045.2625599651838, - 1978.7773812059131, + 1978.777381205884, -237.02712256416635, - -2254.1775976659846, + -2254.177597666003, -2918.576340803298, -2471.8824536160173, -605.4142016683218 ], "relative wind speed": [ - 7.680403311330391, + 7.68040331133039, 7.830552874046802, - 7.720009023264755, + 7.720009023264754, 7.405303238592973, 7.058742493718611, 6.891798190899167, @@ -325078,31 +234556,31 @@ 7.346830919642025 ], "relative wind angle": [ - 0.04592748504146826, + 0.045927485041475515, 0.0037411924212618136, - 0.04032013428974497, - 0.06342696915747424, - 0.04997553549024341, + 0.04032013428974772, + 0.06342696915747426, + 0.04997553549024564, 0.004250795531252317, 0.044372295868659165, 0.06393246100457467 ], "resistance": [ - 94202.22812983594, + 94202.22812983589, 95577.76054605191, - 94511.27536729265, + 94511.27536729262, 92295.47086352257, - 90278.32038842075, + 90278.32038842073, 89613.92164528344, 90060.61553247072, 91927.08378441841 ], "fuel": [ - 58.481981088558456, + 58.48198108855843, 59.181628265366186, - 58.638560841560945, + 58.63856084156093, 57.52377724880218, - 56.524823699094455, + 56.52482369909444, 56.1991082122848, 56.41791492738009, 57.34021084304911 @@ -325138,53 +234616,53 @@ ], "ice resistance": 51816.019061637155, "wind resistance": [ - 1739.5402610183228, + 1739.5402610182464, 3034.541809724902, - 1872.4091997423238, - -339.2095051291508, - -2295.216006053328, + 1872.4091997423202, + -339.2095051291544, + -2295.216006053357, -2875.3611166261107, - -2388.8167421751496, + -2388.8167421751677, -497.6087807459262 ], "relative wind speed": [ - 7.688401884130834, + 7.688401884130833, 7.826080909136878, - 7.705437066770765, - 7.388356623711707, - 7.049343568387245, + 7.705437066770764, + 7.388356623711708, + 7.049343568387246, 6.896174728116485, 7.030718874134019, 7.363216326981336 ], "relative wind angle": [ - 0.04393458875630762, - 0.001609388422215567, - 0.04152363470844754, - 0.06297221906055897, - 0.04792040376660385, - 0.0018264046471987258, - 0.04551117314920182, + 0.0439345887563152, + 0.0016093884222155672, + 0.04152363470844755, + 0.06297221906056072, + 0.047920403766608485, + 0.0018264046471987256, + 0.04551117314920426, 0.06318751180050738 ], "resistance": [ - 53555.55932265548, + 53555.559322655405, 54850.56087136206, 53688.42826137948, 51476.809556508, - 49520.80305558383, + 49520.8030555838, 48940.657945011044, - 49427.202319462005, + 49427.20231946198, 51318.41028089123 ], "fuel": [ - 40.985457402756154, + 40.985457402756126, 41.448082920835986, 41.03263613081394, 40.255894372879226, - 39.58409288542262, + 39.584092885422606, 39.38757622371613, - 39.552302115283545, + 39.55230211528354, 40.20096148154074 ] }, @@ -325218,9 +234696,9 @@ ], "ice resistance": 58085.11888017119, "wind resistance": [ - 935.1695985406623, + 935.1695985406186, 3657.9598143839758, - 3836.4712297177975, + 3836.471229717725, 1251.2386228340038, -1922.4157375372306, -3888.682175382135, @@ -325228,7 +234706,7 @@ -2195.2773600694745 ], "relative wind speed": [ - 7.614176295872481, + 7.61417629587248, 7.96325950975447, 7.981185986357187, 7.6593557068981175, @@ -325238,19 +234716,19 @@ 7.111347810623217 ], "relative wind angle": [ - 0.0810970566876231, - 0.03452865934377966, - 0.02857543374767078, - 0.07807488614357022, + 0.0810970566876272, + 0.034528659343779654, + 0.028575433747678552, + 0.07807488614357024, 0.08625726398551824, 0.04062184316372062, 0.03379857991869279, 0.08410513232288071 ], "resistance": [ - 59020.28847871185, + 59020.28847871181, 61743.078694555166, - 61921.59010988899, + 61921.590109888915, 59336.357503005194, 56162.70314263396, 54196.436704789056, @@ -325258,9 +234736,9 @@ 55889.84152010172 ], "fuel": [ - 42.98006841728908, + 42.98006841728906, 44.0153557716357, - 44.08419481549342, + 44.0841948154934, 43.09883215705888, 41.92319652601076, 41.213624069026324, @@ -325298,49 +234776,49 @@ ], "ice resistance": 76229.13892718116, "wind resistance": [ - 1634.1520270203982, + 1634.1520270203619, 4195.027918925276, - 3648.5552472642376, + 3648.5552472642266, 667.869236650673, - -2554.9384001159888, + -2554.9384001159815, -4202.663809506601, - -3971.787479394341, + -3971.7874793943483, -1720.9606031270268 ], "relative wind speed": [ - 7.7189788298820865, + 7.718978829882085, 8.026837004054252, - 7.972197408219022, + 7.972197408219021, 7.58104050216811, 7.052845172699664, 6.700384087243516, - 6.765303222371239, + 6.76530322237124, 7.200908561475243 ], "relative wind angle": [ - 0.07833823149296196, + 0.0783382314929648, 0.02377709704974109, 0.04193156002425704, 0.08762661637168358, - 0.08575459292863721, + 0.08575459292863592, 0.028485338687157573, - 0.04941756051552369, - 0.09226521426232014 + 0.04941756051552594, + 0.09226521426232015 ], "resistance": [ - 77863.29095420157, + 77863.29095420153, 80424.16684610644, - 79877.69417444541, + 79877.6941744454, 76897.00816383184, - 73674.20052706517, + 73674.20052706519, 72026.47511767456, 72257.35144778682, 74508.17832405414 ], "fuel": [ - 50.70988900106208, + 50.709889001062066, 51.86239778297821, - 51.61441252463294, + 51.61441252463293, 50.281359589934695, 48.877219369828765, 48.17425562256069, @@ -325378,11 +234856,11 @@ ], "ice resistance": 36883.34674179863, "wind resistance": [ - 1672.985493981847, + 1672.9854939818033, 3964.9223321510544, - 3266.826481766573, + 3266.826481766533, 435.6850466120741, - -2524.795794173944, + -2524.7957941739296, -3940.658963863654, -3646.249027182381, -1456.4321853742913 @@ -325390,37 +234868,37 @@ "relative wind speed": [ 7.715045880763224, 7.986532398781961, - 7.916195128450327, + 7.916195128450325, 7.538003955337565, - 7.048012949993369, + 7.048012949993368, 6.738821835362759, 6.821310297432243, 7.2370515995722355 ], "relative wind angle": [ - 0.07109123708586021, - 0.01890996753803504, - 0.042260312173888245, - 0.08287370784655959, - 0.07783242909183102, + 0.07109123708586489, + 0.018909967538035043, + 0.04226031217389087, + 0.0828737078465596, + 0.07783242909182819, 0.022411738199950505, - 0.049048559437061656, - 0.08632842008297645 + 0.04904855943706166, + 0.08632842008297646 ], "resistance": [ - 38556.33223578048, + 38556.332235780435, 40848.26907394969, - 40150.1732235652, + 40150.173223565165, 37319.031788410706, - 34358.55094762469, + 34358.5509476247, 32942.687777934974, 33237.09771461625, 35426.91455642434 ], "fuel": [ - 36.08185672060647, + 36.08185672060645, 36.77695840516966, - 36.56316883880244, + 36.56316883880243, 35.71473097655887, 34.859433130941454, 34.46191149109315, @@ -325458,9 +234936,9 @@ ], "ice resistance": 42105.78779763684, "wind resistance": [ - 1867.7559220047733, + 1867.7559220047406, 4246.609854890379, - 3404.6307411824055, + 3404.6307411823836, 377.84260718620135, -2730.7973284540603, -4167.29500209925, @@ -325468,7 +234946,7 @@ -1444.698188919294 ], "relative wind speed": [ - 7.748875906974808, + 7.748875906974807, 8.026462559190634, 7.94207263357651, 7.536028361584368, @@ -325478,19 +234956,19 @@ 7.246007180036279 ], "relative wind angle": [ - 0.07394789429054933, + 0.07394789429055235, 0.01814094407266039, - 0.04617337466112045, + 0.04617337466112287, 0.08822778978104859, 0.08166628366371527, 0.021737298220805817, - 0.05394704542333807, + 0.05394704542333808, 0.09176885731386272 ], "resistance": [ - 43973.54371964162, + 43973.54371964158, 46352.397652527216, - 45510.41853881924, + 45510.41853881923, 42483.63040482304, 39374.99046918278, 37938.49279553759, @@ -325498,7 +234976,7 @@ 40661.08960871755 ], "fuel": [ - 37.756295074210726, + 37.75629507421071, 38.52609400338397, 38.25122137806341, 37.28488229639071, @@ -325538,50 +235016,50 @@ ], "ice resistance": 62571.62165678014, "wind resistance": [ - 1387.0267978688753, + 1387.0267978688244, 4241.536038286842, - 4055.2684704416897, - 1058.23597858235, + 4055.268470441635, + 1058.2359785823428, -2388.2105147490365, -4343.36922758248, -4264.570237889853, -2104.536189160186 ], "relative wind speed": [ - 7.690965300664356, + 7.690965300664355, 8.044320009790654, 8.025800572262444, - 7.644112383883232, + 7.6441123838832326, 7.090248455266689, 6.686664788481364, 6.7088818433258055, 7.14073639591869 ], "relative wind angle": [ - 0.0857922539438163, + 0.08579225394382148, 0.03142590674515133, - 0.037582881551643986, - 0.08897411133901673, + 0.0375828815516499, + 0.08897411133901797, 0.0930811838446636, - 0.037809383597106797, + 0.03780938359710679, 0.0449647732785996, 0.09526462382666652 ], "resistance": [ - 63958.64845464901, + 63958.64845464897, 66813.15769506698, - 66626.89012722182, - 63629.85763536249, + 66626.89012722178, + 63629.85763536248, 60183.4111420311, 58228.25242919766, 58307.05141889029, 60467.08546761995 ], "fuel": [ - 44.878139049229915, + 44.878139049229894, 46.01666360573667, - 45.941445861858156, - 44.74894772066419, + 45.941445861858135, + 44.748947720664184, 43.41894775496459, 42.684091762828885, 42.713433661421476, @@ -325618,53 +235096,53 @@ ], "ice resistance": 35600.09247208211, "wind resistance": [ - 629.8326653866752, + 629.8326653866607, 3937.8393901778036, - 4671.928897375852, + 4671.928897375881, 1924.0880865265863, -1753.7989567787336, -4285.678380709243, - -4596.451546683551, + -4596.451546683573, -2870.191051548303 ], "relative wind speed": [ - 7.587261991471489, + 7.587261991471488, 8.02289493358323, - 8.095601187956015, + 8.095601187956014, 7.7714733976816035, 7.207679221395203, 6.719400357951935, - 6.631623156612958, + 6.631623156612959, 7.0086650308662355 ], "relative wind angle": [ - 0.09665918950450458, - 0.04774458737488388, - 0.023561726011603477, + 0.09665918950450574, + 0.04774458737488387, + 0.023561726011598765, 0.08407735671821795, - 0.1017668159426311, - 0.057015776794384646, - 0.02876444995958631, + 0.10176681594263111, + 0.05701577679438465, + 0.02876444995959017, 0.09325345975440401 ], "resistance": [ - 36229.92513746879, + 36229.925137468774, 39537.93186225992, - 40272.021369457965, + 40272.021369457994, 37524.1805586087, 33846.293515303376, 31314.41409137287, - 31003.640925398562, + 31003.64092539854, 32729.90142053381 ], "fuel": [ - 35.396290590644895, + 35.39629059064489, 36.37716451973499, - 36.60035379802398, + 36.60035379802399, 35.775207761501036, 34.71474912769728, 34.0139749250209, - 33.929602676619204, + 33.9296026766192, 34.402813780470524 ] }, @@ -325685,68 +235163,7 @@ "id": "5770", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 38698.92221450925, - "wind resistance": [ - 1593.211617159097, - 4149.86530596525, - 3639.6784887175854, - 690.9039716462648, - -2515.136090925982, - -4170.126555700765, - -3954.6107907329642, - -1736.3428924412292 - ], - "relative wind speed": [ - 7.712372098759939, - 8.020820117314765, - 7.969774304343845, - 7.58353971356356, - 7.059095150674045, - 6.706560398719997, - 6.7671415881316666, - 7.197321248131482 - ], - "relative wind angle": [ - 0.07812496017331855, - 0.024174225994702668, - 0.04113331478756485, - 0.08679134176346379, - 0.08537182150318516, - 0.0289127714520179, - 0.048448675538706465, - 0.09146138356805142 - ], - "resistance": [ - 40292.13383166835, - 42848.7875204745, - 42338.60070322684, - 39389.826186155515, - 36183.78612358327, - 34528.795658808485, - 34744.311423776286, - 36962.57932206802 - ], - "fuel": [ - 36.60649692276526, - 37.399654897635656, - 37.23943564809944, - 36.33237822735752, - 35.382897605559705, - 34.90773389519377, - 34.96903335878535, - 35.610023100338026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -68.75, -67.96875 -68.59375, -67.8125 -68.59375, -67.8125 -68.75, -67.96875 -68.75))", @@ -325778,53 +235195,53 @@ ], "ice resistance": 42377.267456897855, "wind resistance": [ - 1298.929693600272, + 1298.9296936002138, 4129.089852332672, - 4014.3320192603824, + 4014.3320192603715, 1096.2462816262414, - -2298.6660219420264, + -2298.66602194203, -4256.9747266038285, - -4208.4474473003065, + -4208.447447300325, -2123.7742375021553 ], "relative wind speed": [ - 7.676100003279248, + 7.676100003279247, 8.028807946884863, - 8.017376599003379, + 8.017376599003377, 7.647200352477867, - 7.10370095056484, + 7.103700950564841, 6.702486210909943, 6.716155963432691, 7.134802395614181 ], "relative wind angle": [ - 0.0849250203397953, + 0.08492502033980055, 0.03204499567789155, 0.03584466281097189, 0.08688206283408918, - 0.09178662996305553, + 0.09178662996305675, 0.03838907994581192, - 0.04279327910799378, + 0.04279327910799637, 0.09313913903895989 ], "resistance": [ - 43676.19715049813, + 43676.19715049807, 46506.35730923053, - 46391.59947615824, + 46391.599476158226, 43473.513738524096, 40078.601434955825, 38120.29273029402, - 38168.82000959755, + 38168.82000959753, 40253.4932193957 ], "fuel": [ - 37.66155402837319, + 37.661554028373175, 38.57664097781726, 38.53895610623489, 37.597163271059244, 36.54135270281262, 35.95182717636595, - 35.96626330938467, + 35.966263309384665, 36.59469591558102 ] }, @@ -325858,9 +235275,9 @@ ], "ice resistance": 32990.56641686248, "wind resistance": [ - 1507.2731011318974, + 1507.2731011318538, 3804.8416647416852, - 3263.318884779059, + 3263.318884779026, 546.8771491101434, -2368.314539050789, -3832.3779369539625, @@ -325868,9 +235285,9 @@ -1538.9535993496174 ], "relative wind speed": [ - 7.689132451005609, + 7.689132451005608, 7.965878919185282, - 7.9112051567490065, + 7.911205156749006, 7.551627361713032, 7.073328729738111, 6.760141286461814, @@ -325878,19 +235295,19 @@ 7.219948847316934 ], "relative wind angle": [ - 0.07081635756280064, - 0.020889995849402303, - 0.039035974097132456, - 0.07993860774397027, + 0.07081635756280535, + 0.020889995849402307, + 0.0390359740971353, + 0.07993860774397026, 0.0769933463164545, - 0.0246166276911564, + 0.024616627691156405, 0.04525888524980465, 0.08361931491596197 ], "resistance": [ - 34497.83951799438, + 34497.83951799433, 36795.40808160417, - 36253.88530164154, + 36253.88530164151, 33537.44356597262, 30622.25187781169, 29158.188479908516, @@ -325898,9 +235315,9 @@ 31451.61281751286 ], "fuel": [ - 34.89894319033771, + 34.898943190337704, 35.56107942583552, - 35.40324874329629, + 35.403248743296274, 34.62798816057435, 33.82654996895313, 33.43598158764999, @@ -325938,9 +235355,9 @@ ], "ice resistance": 33616.04372842286, "wind resistance": [ - 1790.2509352566522, + 1790.2509352566303, 4115.116614787559, - 3322.0706598926517, + 3322.0706598926445, 385.7722693105279, -2644.2442968481555, -4056.50992348792, @@ -325948,9 +235365,9 @@ -1431.7050023292104 ], "relative wind speed": [ - 7.734705578210346, + 7.734705578210345, 8.007329474007108, - 7.927630943361878, + 7.927630943361877, 7.5338991381015825, 7.029959224192206, 6.71778771397998, @@ -325958,9 +235375,9 @@ 7.244747121350445 ], "relative wind angle": [ - 0.07228722005317716, + 0.0722872200531787, 0.018125635819788346, - 0.044591617805484846, + 0.04459161780548484, 0.08570426839598373, 0.07954856304308133, 0.02160551787241945, @@ -325968,9 +235385,9 @@ 0.08913380498569512 ], "resistance": [ - 35406.29466367951, + 35406.294663679495, 37731.16034321042, - 36938.11438831552, + 36938.1143883155, 34001.815997733385, 30971.799431574706, 29559.53380493494, @@ -325980,7 +235397,7 @@ "fuel": [ 35.15840297681567, 35.8363830268234, - 35.60285386694411, + 35.6028538669441, 34.7585722866894, 33.92097828134485, 33.542254986894264, @@ -326018,53 +235435,53 @@ ], "ice resistance": 37111.178152108994, "wind resistance": [ - 1689.083359916218, + 1689.083359916196, 3802.6893115345083, - 3014.692089212149, - 290.1910170447409, + 3014.6920892121234, + 290.1910170447445, -2492.9051794952393, -3757.761272195912, - -3425.8480958429536, + -3425.8480958429645, -1284.6627855130937 ], "relative wind speed": [ - 7.71092616119817, + 7.710926161198169, 7.958498251385675, - 7.878685772354037, - 7.510446354775147, + 7.878685772354036, + 7.510446354775146, 7.046745608397887, 6.765893253341824, 6.858667249067513, 7.260041424466527 ], "relative wind angle": [ - 0.06625750812022202, + 0.0662575081202237, 0.01578413946394494, - 0.04226450764047924, - 0.07949173888877628, + 0.042264507640481855, + 0.07949173888877488, 0.07251300502859512, - 0.01856666116497285, - 0.04855469338511043, + 0.018566661164972846, + 0.048554693385112715, 0.08223956955396537 ], "resistance": [ - 38800.261512025216, + 38800.26151202519, 40913.8674636435, - 40125.87024132114, + 40125.870241321114, 37401.36916915374, 34618.272972613755, 33353.416879913086, - 33685.330056266044, + 33685.33005626603, 35826.5153665959 ], "fuel": [ - 36.15490645940617, + 36.15490645940616, 36.7971409038943, - 36.555758794319, + 36.55575879431898, 35.7389847923887, 34.93316307595055, 34.57646082954824, - 34.66948758917566, + 34.66948758917565, 35.279459120316936 ] }, @@ -326098,51 +235515,51 @@ ], "ice resistance": 29014.109062274973, "wind resistance": [ - 2578.6036648613517, + 2578.603664861301, 4361.005046323604, - 2616.588566901053, + 2616.588566901035, -516.392572331366, - -3234.393782570809, + -3234.393782570831, -3995.7521423412545, -3261.1143026293757, -561.44696107848 ], "relative wind speed": [ - 7.837312425893727, + 7.8373124258937255, 8.018435816416465, 7.842091139287178, 7.393991145449157, - 6.914678643712783, + 6.914678643712784, 6.703799957106082, 6.909258525341152, 7.386822168422991 ], "relative wind angle": [ - 0.05966536699736242, + 0.059665366997366145, 0.00044880962902798095, - 0.05897883740814774, + 0.05897883740814962, 0.08901645800882993, - 0.06763803140618808, + 0.06763803140619137, 0.0005368225899734485, - 0.06695289408511046, + 0.06695289408511045, 0.08910307852466061 ], "resistance": [ - 31592.712727136324, + 31592.712727136273, 33375.11410859857, - 31630.697629176026, + 31630.697629176007, 28497.716489943607, - 25779.715279704164, + 25779.71527970414, 25018.356919933718, 25752.994759645597, 28452.662101196493 ], "fuel": [ - 34.08983562737012, + 34.089835627370114, 34.58252948399851, 34.10021218549534, 33.262398069311516, - 32.56514473047432, + 32.565144730474316, 32.37476081374274, 32.558426522870974, 33.25061613345376 @@ -326178,9 +235595,9 @@ ], "ice resistance": 36734.520474003686, "wind resistance": [ - 1727.4818722614473, + 1727.4818722613963, 4301.674240735556, - 3674.1574139866643, + 3674.1574139866752, 618.4546454265765, -2646.2508926372684, -4280.500603712033, @@ -326188,9 +235605,9 @@ -1689.1672279905033 ], "relative wind speed": [ - 7.734156783464897, + 7.734156783464896, 8.041155397902552, - 7.978515470736723, + 7.978515470736721, 7.575921581820745, 7.038613638676294, 6.685737279654254, @@ -326198,19 +235615,19 @@ 7.208652807000672 ], "relative wind angle": [ - 0.07892220905021712, + 0.07892220905022133, 0.022935528004466063, - 0.04375208825271764, - 0.0896038207886632, - 0.08673988912547503, + 0.0437520882527151, + 0.08960382078866322, + 0.08673988912547505, 0.027586391759714272, 0.051642247121032825, 0.09418219989555414 ], "resistance": [ - 38462.00234626513, + 38462.002346265086, 41036.19471473924, - 40408.67788799035, + 40408.67788799036, 37352.975119430266, 34088.26958136642, 32454.019870291653, @@ -326218,7 +235635,7 @@ 35045.35324601318 ], "fuel": [ - 36.053667021879505, + 36.053667021879484, 36.83481980542618, 36.64212362195119, 35.72472648105949, @@ -326258,9 +235675,9 @@ ], "ice resistance": 31609.91297295622, "wind resistance": [ - 2434.5883410211536, + 2434.5883410211027, 4727.3497239992175, - 3324.9385381646025, + 3324.9385381645807, -43.28094554720519, -3235.740021354093, -4454.2501206815905, @@ -326268,9 +235685,9 @@ -1097.44690878638 ], "relative wind speed": [ - 7.833981563994355, + 7.833981563994354, 8.085125060726597, - 7.9452572940994335, + 7.945257294099433, 7.480526543575744, 6.932686774102635, 6.638084498199144, @@ -326278,19 +235695,19 @@ 7.312669531961619 ], "relative wind angle": [ - 0.07298715023812143, - 0.010430831315052326, - 0.05692096414243574, + 0.07298715023812599, + 0.010430831315052328, + 0.05692096414243769, 0.09687838057853722, 0.082496293267349, - 0.012704766738059809, - 0.06647303551188803, + 0.01270476673805981, + 0.06647303551188802, 0.0991093802972252 ], "resistance": [ - 34044.50131397737, + 34044.50131397732, 36337.26269695544, - 34934.851511120825, + 34934.851511120796, 31566.632027409014, 28374.172951602126, 27155.66285227463, @@ -326298,9 +235715,9 @@ 30512.46606416984 ], "fuel": [ - 34.7706159054796, + 34.77061590547958, 35.427478610675344, - 35.0233729024963, + 35.02337290249629, 34.08271411860392, 33.23010889059517, 32.91468319898313, @@ -326338,9 +235755,9 @@ ], "ice resistance": 25535.184576405274, "wind resistance": [ - 3124.253364461263, + 3124.253364461234, 4489.889429922459, - 2332.9652827620375, + 2332.9652827620084, -1021.7585733621454, -3664.624066575572, -4240.976033581483, @@ -326348,7 +235765,7 @@ -83.97721415150954 ], "relative wind speed": [ - 7.912416593368996, + 7.912416593368994, 8.049361999666312, 7.813171418098984, 7.318557897633562, @@ -326358,19 +235775,19 @@ 7.46782678438206 ], "relative wind angle": [ - 0.05480354105327446, + 0.054803541053276485, 0.009312631124277491, - 0.06909483967686607, + 0.06909483967686929, 0.09413233014870658, 0.06344897478196171, 0.011232432230953262, 0.07770742892625729, - 0.09224537817510979 + 0.09224537817510978 ], "resistance": [ - 28659.437940866537, + 28659.437940866508, 30025.074006327734, - 27868.14985916731, + 27868.149859167283, 24513.42600304313, 21870.560509829702, 21294.20854282379, @@ -326378,9 +235795,9 @@ 25451.207362253765 ], "fuel": [ - 33.30475121007989, + 33.304751210079885, 33.66627758632965, - 33.098448069190745, + 33.09844806919074, 32.24968828471454, 31.610522603203535, 31.474586372407174, @@ -326418,47 +235835,47 @@ ], "ice resistance": 23310.30008531995, "wind resistance": [ - 3222.3810412027124, + 3222.3810412026723, 4808.654046711741, - 2597.321950244983, + 2597.3219502449792, -945.5786460639611, - -3803.878891684497, + -3803.8788916844896, -4474.015803840477, -3364.483042174965, -205.66302193229058 ], "relative wind speed": [ - 7.934184466807318, + 7.934184466807317, 8.092434944511783, - 7.856121376160182, + 7.856121376160181, 7.338422828711989, - 6.818858583818618, + 6.818858583818617, 6.630279949465779, 6.908652000389252, 7.4562501249946065 ], "relative wind angle": [ - 0.05991641827123445, + 0.05991641827123815, 0.00731597523963297, - 0.07119318524254728, - 0.09979204603950416, - 0.0697314323094497, + 0.07119318524254727, + 0.09979204603950415, + 0.06973143230944813, 0.00892938348943941, 0.08097689039487298, 0.09820995252970001 ], "resistance": [ - 26532.68112652266, + 26532.68112652262, 28118.95413203169, - 25907.62203556493, + 25907.622035564928, 22364.721439255987, - 19506.42119363545, + 19506.42119363546, 18836.28428147947, 19945.817043144983, 23104.637063387658 ], "fuel": [ - 32.75555146340794, + 32.755551463407926, 33.16358508316525, 32.597340487824496, 31.72805778914982, @@ -326498,53 +235915,53 @@ ], "ice resistance": 21347.28176377149, "wind resistance": [ - 2032.0405028824207, + 2032.0405028823807, 4426.876590736538, 3439.4715320987634, 286.2226726498193, -2888.4986778081657, -4295.363665578687, - -3878.2475091799206, + -3878.247509179906, -1381.737545910939 ], "relative wind speed": [ - 7.775172860603775, + 7.7751728606037736, 8.0503810906055, - 7.951679584649926, + 7.951679584649925, 7.525970884362506, 6.9929574463245245, 6.674288812629888, - 6.791579981229455, + 6.791579981229454, 7.260477195481226 ], "relative wind angle": [ - 0.07477903490194066, + 0.07477903490194363, 0.016562190212411013, 0.04935892150356749, 0.09156593335253148, 0.08316199492956562, 0.019977366847650557, - 0.05779884892808687, + 0.05779884892808495, 0.09492413583572695 ], "resistance": [ - 23379.32226665391, + 23379.32226665387, 25774.15835450803, 24786.753295870254, 21633.50443642131, 18458.783085963325, 17051.918098192804, - 17469.03425459157, + 17469.034254591585, 19965.54421786055 ], "fuel": [ - 31.972226633691932, + 31.97222663369192, 32.56374736157463, 32.31727429491548, 31.55446179370456, 30.82383188141649, 30.512048504338974, - 30.603719896695548, + 30.60371989669556, 31.16592176954388 ] }, @@ -326578,9 +235995,9 @@ ], "ice resistance": 13094.564596284397, "wind resistance": [ - 3251.694776745997, + 3251.6947767459424, 4350.766099304183, - 2090.8941569140443, + 2090.8941569140225, -1230.5640647966356, -3726.1913101861173, -4190.107327368925, @@ -326588,9 +236005,9 @@ 145.6631168994063 ], "relative wind speed": [ - 7.925122794485736, + 7.925122794485734, 8.035350175470766, - 7.779330256936932, + 7.779330256936931, 7.282357223159363, 6.818786863434875, 6.688540435266227, @@ -326598,19 +236015,19 @@ 7.501379797805738 ], "relative wind angle": [ - 0.05029967925887535, + 0.05029967925887977, 0.013686050764816264, - 0.07127241996752619, + 0.07127241996752774, 0.09261347080616995, 0.05846937243225933, 0.016442112212331973, - 0.07939757130932924, + 0.07939757130932923, 0.08990195643845052 ], "resistance": [ - 16346.259373030394, + 16346.25937303034, 17445.33069558858, - 15185.458753198442, + 15185.45875319842, 11864.000531487762, 9368.37328609828, 8904.457268915472, @@ -326618,9 +236035,9 @@ 13240.227713183804 ], "fuel": [ - 30.358436969236323, + 30.35843696923631, 30.598493114782784, - 30.109778718397408, + 30.1097787183974, 29.425978936849077, 28.939205494325414, 28.851272885376694, @@ -326658,19 +236075,19 @@ ], "ice resistance": 27734.22782217679, "wind resistance": [ - 2970.322972959999, + 2970.322972959955, 4161.089146760518, - 2100.280627169119, + 2100.2806271690824, -1043.4798948678326, -3478.815406817477, -3980.7316328317866, - -2866.708914210998, + -2866.7089142109908, -11.084081495664577 ], "relative wind speed": [ - 7.883006540192898, + 7.8830065401928975, 8.003139941953911, - 7.773384502464198, + 7.773384502464197, 7.306907011466492, 6.8605526200132925, 6.720024213810333, @@ -326678,33 +236095,33 @@ 7.4711501317050955 ], "relative wind angle": [ - 0.050178273068967105, - 0.010300257575474326, - 0.06590929958130841, + 0.05017827306897153, + 0.010300257575474325, + 0.06590929958131178, 0.087920338120147, - 0.05766428936435269, + 0.057664289364352694, 0.0122670707749957, - 0.07336614669093414, - 0.08598269714089768 + 0.07336614669093262, + 0.0859826971408977 ], "resistance": [ - 30704.550795136787, + 30704.550795136744, 31895.316968937306, - 29834.508449345907, + 29834.50844934587, 26690.747927308956, 24255.41241535931, 23753.496189345, - 24867.51890796579, + 24867.518907965798, 27723.143740681124 ], "fuel": [ - 33.848741639307484, + 33.84874163930748, 34.17264878142496, - 33.615412328172184, + 33.61541232817218, 32.79579063232227, 32.18614398021867, 32.06324029808437, - 32.33729852553976, + 32.337298525539765, 33.06089494691119 ] }, @@ -326738,49 +236155,49 @@ ], "ice resistance": 13202.639797649115, "wind resistance": [ - 3174.4204859400816, + 3174.4204859400525, 3842.436909626169, - 1612.4574109584719, + 1612.4574109584464, -1427.6946439266394, -3550.2193371111243, -3831.7721123233314, -2451.0296395742444, - 427.4843397083496 + 427.4843397083423 ], "relative wind speed": [ - 7.900684938783934, + 7.900684938783933, 7.968174042014202, 7.703201693450216, 7.238497495313209, 6.835845031764269, 6.757055737256767, 7.057640077975729, - 7.533508731697863 + 7.5335087316978635 ], "relative wind angle": [ - 0.040973389566481125, + 0.04097338956648384, 0.0185754991266545, - 0.06923913447858006, + 0.06923913447858328, 0.08377310293936446, 0.047360390026470994, 0.021905418743441814, - 0.07558400969017177, - 0.080485311062975 + 0.07558400969017176, + 0.08048531106297639 ], "resistance": [ - 16377.060283589197, + 16377.060283589168, 17045.076707275286, - 14815.097208607587, + 14815.097208607562, 11774.945153722476, 9652.420460537991, 9370.867685325784, 10751.610158074871, - 13630.124137357465 + 13630.124137357458 ], "fuel": [ - 30.365103201576552, + 30.365103201576545, 30.510550339122695, - 30.031497639287522, + 30.03149763928751, 29.408209893289026, 28.993440281112257, 28.939680457890336, @@ -326818,17 +236235,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1335.6007610072402, + 1335.600761007251, 1092.864284131675, - 147.728817890169, + 147.72881789016628, -833.2354692620866, -1299.7371311507231, -1196.9226508731253, - -464.4484258312468, + -464.4484258312441, 575.3432757038863 ], "relative wind speed": [ - 4.258974388574959, + 4.258974388574958, 4.2132619833626626, 3.974435852388342, 3.663061869328048, @@ -326838,17 +236255,17 @@ 4.090370666305549 ], "relative wind angle": [ - 0.021941121322944488, + 0.021941121322939433, 0.05093659065806242, - 0.10000750618364244, - 0.09477833604095362, - 0.026965275225755526, - 0.060962270657566514, - 0.10493240848863573, + 0.10000750618364355, + 0.09477833604095363, + 0.026965275225755522, + 0.06096227065756652, + 0.10493240848863468, 0.08485189279589675 ], "resistance": [ - 97970.10076100724, + 97970.10076100726, 97727.36428413168, 96782.22881789017, 95801.26453073791, @@ -326858,7 +236275,7 @@ 97209.84327570388 ], "fuel": [ - 44.543028440965045, + 44.54302844096506, 44.4168911675542, 43.92784320106285, 43.42377141911272, @@ -326898,9 +236315,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1323.6526396046493, + 1323.6526396046402, 1415.8243884317972, - 488.8801224294257, + 488.8801224294266, -661.0097173257791, -1387.5191231136678, -1426.5941679965017, @@ -326908,9 +236325,9 @@ 326.6717773700411 ], "relative wind speed": [ - 4.435891467798564, + 4.435891467798563, 4.45242518938871, - 4.246308427375834, + 4.246308427375833, 3.9177234847588167, 3.653460548615774, 3.6332928628555217, @@ -326918,17 +236335,17 @@ 4.204325129119915 ], "relative wind angle": [ - 0.04238146341152506, + 0.042381463411527674, 0.03235590058755938, - 0.09236255593841769, - 0.10480071386591214, + 0.0923625559384165, + 0.10480071386591212, 0.05146525777658493, - 0.03965406927726519, - 0.10131590410929059, + 0.03965406927726518, + 0.1013159041092906, 0.09763299894217388 ], "resistance": [ - 97958.15263960464, + 97958.15263960462, 98050.32438843178, 97123.38012242941, 95973.4902826742, @@ -326938,7 +236355,7 @@ 96961.17177737002 ], "fuel": [ - 45.09520849484529, + 45.09520849484528, 45.14315859908173, 44.66237810319403, 44.07040504324993, @@ -326978,9 +236395,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1498.2950723775702, + 1498.2950723775575, 1718.0018940588416, - 666.6208713825854, + 666.6208713825799, -707.8511250160027, -1627.9576188510482, -1720.8013582581261, @@ -326988,9 +236405,9 @@ 278.2513138120303 ], "relative wind speed": [ - 5.0831924604342325, + 5.083192460434232, 5.117639142957401, - 4.919192020987511, + 4.91919202098751, 4.585876435016981, 4.305989927807541, 4.2649929015961625, @@ -326998,19 +236415,19 @@ 4.832197447430243 ], "relative wind angle": [ - 0.04213449991134614, - 0.024167609846155756, + 0.04213449991134878, + 0.02416760984615576, 0.07916248703255942, 0.09313152979932654, 0.04974529492658257, 0.02900037725079597, 0.08670062751372726, - 0.08837142192299972 + 0.08837142192299971 ], "resistance": [ - 98132.79507237757, + 98132.79507237756, 98352.50189405883, - 97301.12087138259, + 97301.12087138258, 95926.64887498399, 95006.54238114895, 94913.69864174188, @@ -327018,9 +236435,9 @@ 96912.75131381203 ], "fuel": [ - 47.440172897288946, + 47.44017289728894, 47.554664922125795, - 47.00840372575998, + 47.008403725759976, 46.30047912261516, 45.830504440367825, 45.7832564189555, @@ -327058,9 +236475,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1461.3630225114903, + 1461.3630225114703, 1405.6883711364899, - 377.4403045491845, + 377.4403045491781, -807.9966919303934, -1485.3982219240734, -1461.7976929595825, @@ -327078,17 +236495,17 @@ 4.343412879868398 ], "relative wind angle": [ - 0.034346264007660894, + 0.03434626400766736, 0.040110171627784456, - 0.09614440787655074, + 0.09614440787655305, 0.10164077554143842, 0.04197799998598605, - 0.04876412415081016, + 0.04876412415081017, 0.10364617190260658, - 0.09311679067748464 + 0.09311679067748466 ], "resistance": [ - 98095.86302251153, + 98095.86302251152, 98040.18837113654, 97011.94030454922, 95826.50330806964, @@ -327098,7 +236515,7 @@ 97109.93350658567 ], "fuel": [ - 45.49670874592893, + 45.49670874592892, 45.467732151805436, 44.934640745114464, 44.3249376758085, @@ -327138,34 +236555,34 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1011.0341136953784, + 1011.0341136953739, 1158.288018264282, 465.0854125653932, -431.1086227961009, -1033.0985936261113, -1096.066086439896, -650.8439607357091, - 209.39383529068164 + 209.39383529068073 ], "relative wind speed": [ - 3.4354519493331486, + 3.435451949333148, 3.469130093439078, 3.2752593089083133, 2.9403484723480404, 2.647500147696353, 2.6032140755275024, 2.843283944251537, - 3.1884068105230363 + 3.1884068105230368 ], "relative wind angle": [ - 0.06344625062817763, - 0.03612363111287807, + 0.06344625062817938, + 0.03612363111287808, 0.12089775984118999, 0.14791409026042895, - 0.08236706982069242, - 0.04814768981222214, - 0.1393773651164536, - 0.13633143122196514 + 0.08236706982069243, + 0.048147689812222144, + 0.13937736511645357, + 0.13633143122196678 ], "resistance": [ 97645.53411369544, @@ -327205,68 +236622,7 @@ "id": "5789", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.538009305964987, - 9.538009305964987, - 9.538009305964987, - 9.538009305964987, - 9.538009305964987, - 9.538009305964987, - 9.538009305964987, - 9.538009305964987 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 687.7095790268045, - 974.9422170377347, - 511.2677165864352, - -194.00810461788342, - -745.9851458453277, - -868.7028396226924, - -622.5555204387756, - 12.591372001048512 - ], - "relative wind speed": [ - 2.978719079545408, - 3.053892910561101, - 2.9198365687108025, - 2.6342789774908804, - 2.344626038596263, - 2.245835413946465, - 2.4175593121432555, - 2.7259150545204167 - ], - "relative wind angle": [ - 0.0850258946575292, - 0.015177291986069864, - 0.10930211871757296, - 0.15400564200545713, - 0.1081010581108483, - 0.020638794475513866, - 0.1321324083997196, - 0.1487892575519798 - ], - "resistance": [ - 97322.20957902682, - 97609.44221703775, - 97145.76771658644, - 96440.49189538213, - 95888.51485415468, - 95765.79716037732, - 96011.94447956124, - 96647.09137200106 - ], - "fuel": [ - 41.14906313211125, - 41.2979134476117, - 41.057779263035926, - 40.69405510978987, - 40.41068120901937, - 40.34783446128192, - 40.47394908063505, - 40.800410705977676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.625 -65.3125, -60.625 -65.15625, -60.46875 -65.15625, -60.46875 -65.3125, -60.625 -65.3125))", @@ -327298,37 +236654,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1186.6375145348957, + 1186.6375145348902, 1087.5956577985553, - 267.9156297372456, + 267.91562973724467, -639.7503690965177, - -1135.6891363207556, + -1135.6891363207528, -1093.3144086120974, -492.09872344925816, - 439.76465434690635 + 439.7646543469082 ], "relative wind speed": [ 3.524153851223253, 3.501905630619878, 3.2573575337880714, 2.903282622129122, - 2.6452128679874822, + 2.645212867987482, 2.6745968739776536, 2.967563542897158, - 3.3147792536006517 + 3.3147792536006513 ], "relative wind angle": [ - 0.041545345153517016, - 0.0593199373705285, - 0.13548569058528045, - 0.14329707206195424, - 0.05536222513968291, + 0.041545345153519694, + 0.05931993737052849, + 0.1354856905852813, + 0.14329707206195427, + 0.0553622251396789, 0.07770145559120607, 0.14881043991857185, - 0.12540754201365925 + 0.12540754201365747 ], "resistance": [ - 97821.1375145349, + 97821.13751453489, 97722.09565779855, 96902.41562973724, 95994.74963090348, @@ -327378,17 +236734,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 801.1572172062006, + 801.1572172061979, 967.777897929267, - 421.74892403004833, + 421.74892403004696, -311.2531330835459, - -824.6076347114144, + -824.6076347114158, -895.9360010376154, -559.1996934206022, 133.0535636090176 ], "relative wind speed": [ - 3.04005990981584, + 3.0400599098158394, 3.0829632068908577, 2.9146403463631794, 2.6085885257130093, @@ -327398,11 +236754,11 @@ 2.8037331478749508 ], "relative wind angle": [ - 0.07151057796439317, + 0.07151057796439474, 0.03201691378582946, - 0.12271742390128187, - 0.15622580298451344, - 0.09340421789146744, + 0.12271742390128278, + 0.15622580298451347, + 0.09340421789146863, 0.04345539763926111, 0.14412660022577733, 0.1452721157397312 @@ -327458,19 +236814,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 507.39918225282236, + 507.3991822528151, 992.7166306035024, - 710.0345473305397, + 710.0345473305333, 11.897356694323207, - -653.7301852414516, + -653.730185241453, -916.000256003093, -795.9128210966996, -226.86542799408153 ], "relative wind speed": [ - 3.2514939008631636, + 3.251493900863163, 3.379489687723803, - 3.3123312963212084, + 3.312331296321208, 3.0801357444095627, 2.7995584534477493, 2.643631890447226, @@ -327478,14 +236834,14 @@ 2.9870560620168565 ], "relative wind angle": [ - 0.09034307744135944, + 0.09034307744136315, 0.013874177213189435, - 0.06859872291790037, + 0.06859872291790362, 0.119752888139803, - 0.10497727892273276, + 0.10497727892273381, 0.01773643035700214, 0.08334471558194112, - 0.12350330507542583 + 0.12350330507542584 ], "resistance": [ 97141.89918225288, @@ -327525,68 +236881,7 @@ "id": "5793", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.16420073677147, - 14.16420073677147, - 14.16420073677147, - 14.16420073677147, - 14.16420073677147, - 14.16420073677147, - 14.16420073677147, - 14.16420073677147 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 552.2543010456093, - 1252.8998106747704, - 1004.057421515221, - 112.33798272024251, - -802.8125884567407, - -1225.6771662334577, - -1120.5411824540606, - -423.1447497406416 - ], - "relative wind speed": [ - 4.148694511635908, - 4.30125290625078, - 4.254734997251203, - 4.031227239715479, - 3.7456253099525845, - 3.569397505168694, - 3.6247213984803146, - 3.8717673038563674 - ], - "relative wind angle": [ - 0.07610340928142117, - 0.018617590181067258, - 0.047537406915740814, - 0.09091743835436773, - 0.08431145515210572, - 0.022435454640882768, - 0.055807844525770506, - 0.09467290439243144 - ], - "resistance": [ - 97186.75430104563, - 97887.39981067479, - 97638.55742151523, - 96746.83798272026, - 95831.68741154327, - 95408.82283376655, - 95513.95881754595, - 96211.35525025937 - ], - "fuel": [ - 44.36214169569414, - 44.725417480156544, - 44.59618669215858, - 44.13498420142639, - 43.664739476422675, - 43.44850568926575, - 43.50220531792619, - 43.85945130189455 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.3125 -65.3125, -60.3125 -65.15625, -60.15625 -65.15625, -60.15625 -65.3125, -60.3125 -65.3125))", @@ -327618,19 +236913,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 786.7351626116833, + 786.7351626116706, 977.2975210249633, - 432.5224971859252, + 432.5224971859261, -320.58532852508324, - -857.9329492991801, + -857.9329492991819, -938.7921091223766, -609.1716516983129, 97.70945066745207 ], "relative wind speed": [ - 3.475491925382115, + 3.4754919253821144, 3.5188801118763853, - 3.3735413058448867, + 3.373541305844886, 3.1081568112274502, 2.868750017665813, 2.8153602869783323, @@ -327638,17 +236933,17 @@ 3.263147563944096 ], "relative wind angle": [ - 0.05575426168540269, + 0.05575426168540866, 0.022160215559936473, - 0.09021853502504498, + 0.09021853502504375, 0.11345111562072265, - 0.067562712365997, + 0.06756271236599863, 0.027699023649806732, 0.10189842670248496, 0.10804089429734755 ], "resistance": [ - 97421.23516261169, + 97421.23516261167, 97611.79752102496, 97067.02249718593, 96313.91467147492, @@ -327698,9 +236993,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1131.7917687737508, + 1131.791768773749, 1344.2164344001476, - 551.1564916069692, + 551.1564916069647, -513.1317391253351, -1245.8330530913036, -1335.5561434004894, @@ -327708,7 +237003,7 @@ 175.42938760850757 ], "relative wind speed": [ - 4.494827361457101, + 4.4948273614571, 4.532477798313543, 4.365569344568318, 4.076515829623641, @@ -327718,13 +237013,13 @@ 4.270555936819804 ], "relative wind angle": [ - 0.04364543324779518, + 0.04364543324779517, 0.02149404872720634, - 0.07655511744682737, + 0.07655511744682883, 0.09206248884141932, - 0.051257019264026836, - 0.02575218900431982, - 0.08410264515485211, + 0.05125701926402684, + 0.025752189004319817, + 0.08410264515485212, 0.08786841194507021 ], "resistance": [ @@ -327778,17 +237073,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1165.2944330808523, + 1165.2944330808295, 1056.2163684491552, - 239.69018937277087, + 239.69018937276905, -662.9733891865326, - -1148.3800270386146, + -1148.3800270386105, -1102.0079327079407, -498.29730486739663, 430.85608998653515 ], "relative wind speed": [ - 3.828458203060708, + 3.8284582030607077, 3.8057444157894764, 3.582241672522084, 3.266597296816828, @@ -327798,19 +237093,19 @@ 3.6402038439942452 ], "relative wind angle": [ - 0.03315635197054931, + 0.03315635197055935, 0.04938555902622186, - 0.10981850929048673, - 0.11269688029826444, - 0.04170830068883388, - 0.0611917592465883, - 0.11817254973507167, + 0.10981850929048774, + 0.11269688029826445, + 0.04170830068883122, + 0.061191759246588304, + 0.11817254973507169, 0.10108856238142788 ], "resistance": [ - 97799.79443308084, + 97799.79443308081, 97690.71636844914, - 96874.19018937276, + 96874.19018937275, 95971.52661081345, 95486.11997296137, 95532.49206729204, @@ -327818,9 +237113,9 @@ 97065.35608998653 ], "fuel": [ - 43.23286307398381, + 43.232863073983786, 43.17622298856495, - 42.753638182703725, + 42.75363818270371, 42.289361096790984, 42.04095003547402, 42.06464347904956, @@ -327858,19 +237153,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1615.0430354925975, + 1615.043035492561, 1367.3519082298735, 223.15522871657777, -991.19426267769, -1593.2405708500955, -1488.414561253362, - -614.3029351788655, + -614.3029351788628, 660.0518973351027 ], "relative wind speed": [ - 4.7919474659286765, + 4.791947465928676, 4.750496305800411, - 4.496382906666893, + 4.496382906666892, 4.15811831658533, 3.9369502976409145, 3.9868688228849205, @@ -327878,33 +237173,33 @@ 4.601346566777242 ], "relative wind angle": [ - 0.023589602725683778, + 0.02358960272569319, 0.04684708678070108, - 0.09525228841641838, - 0.09207393299687583, - 0.028713897376895225, + 0.09525228841641721, + 0.09207393299687584, + 0.02871389737689523, 0.055828555166990076, - 0.10028581337876154, + 0.10028581337876043, 0.08318322448556838 ], "resistance": [ - 98249.5430354926, + 98249.54303549258, 98001.85190822989, 96857.6552287166, 95643.30573732233, 95041.25942914991, 95146.08543874665, - 96020.19706482114, + 96020.19706482116, 97294.55189733511 ], "fuel": [ - 46.32200551396867, + 46.322005513968655, 46.19303830113082, 45.6002438186421, 44.97643273597231, 44.66919625570509, 44.72259412768243, - 45.16945449457805, + 45.16945449457806, 45.82601977328315 ] }, @@ -327938,31 +237233,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1478.6598044869143, + 1478.6598044869124, 1357.122838200754, - 323.24858350612794, + 323.24858350612885, -828.3349803299125, - -1456.3684362088616, + -1456.3684362088643, -1404.6546693221017, -645.1425000876825, 535.9750118132706 ], "relative wind speed": [ - 4.26579837524918, + 4.2657983752491795, 4.243112692141773, - 3.9899446838694383, + 3.989944683869438, 3.628357426578684, - 3.369512898284499, + 3.3695128982844995, 3.398035849100115, 3.6920176556520086, 4.047922347942887 ], "relative wind angle": [ - 0.03516856817822812, - 0.04976546676700194, - 0.11264410368796852, - 0.11690088578264358, - 0.044528892239059696, + 0.03516856817822811, + 0.04976546676700195, + 0.11264410368796754, + 0.1169008857826436, + 0.04452889223906219, 0.06215629126258242, 0.12177739656518187, 0.10473706284982316 @@ -328018,9 +237313,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2042.3476626792417, + 2042.347662678958, 1278.60199438788, - -173.64812881765465, + -173.64812881765647, -1460.0059732032369, -1856.6389558296614, -1533.7075911082684, @@ -328028,9 +237323,9 @@ 1173.7048816054594 ], "relative wind speed": [ - 5.100098143204383, + 5.100098143204382, 4.979087038296225, - 4.651869112596233, + 4.651869112596232, 4.289848081023239, 4.120228382128469, 4.265674068219968, @@ -328038,17 +237333,17 @@ 4.95827454191022 ], "relative wind angle": [ - 0.0031099881553862205, - 0.06737711956514306, - 0.10551632475436348, - 0.08346905477728034, - 0.0038496066124108362, + 0.003109988155457618, + 0.06737711956514307, + 0.10551632475436243, + 0.08346905477728035, + 0.003849606612410836, 0.07866723410394608, 0.10623944015973805, 0.07219543910686263 ], "resistance": [ - 98676.84766267925, + 98676.84766267898, 97913.1019943879, 96460.85187118236, 95174.49402679678, @@ -328058,7 +237353,7 @@ 97808.20488160547 ], "fuel": [ - 47.42859452329255, + 47.4285945232924, 47.030448213966025, 46.27936690087043, 45.62063681797373, @@ -328098,51 +237393,51 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -133.2723768679316, + -133.2723768679607, -3170.325290373272, - -4274.978656628366, + -4274.9786566283765, -3663.4673053075603, - -963.7080283832329, + -963.708028383222, 2423.7865163432944, - 4572.583824307585, + 4572.583824307581, 3125.2973386189988 ], "relative wind speed": [ - 7.295010172724355, + 7.295010172724354, 6.758308100033072, - 6.479005996212829, + 6.479005996212828, 6.655172400275547, 7.15966047223782, 7.668323358003617, - 7.905718993166575, + 7.905718993166574, 7.758001793019071 ], "relative wind angle": [ - 0.09794786442611692, - 0.08184704868444717, + 0.09794786442611918, + 0.08184704868444716, 0.010496708622944087, - 0.06862514613292904, - 0.09980563335241499, - 0.07211607893782636, - 0.008602358377874146, - 0.05885760176381498 + 0.06862514613292903, + 0.09980563335241388, + 0.07211607893782637, + 0.008602358377874144, + 0.058857601763814986 ], "resistance": [ - 96501.22762313206, + 96501.22762313203, 93464.1747096267, - 92359.52134337163, + 92359.52134337161, 92971.03269469243, - 95670.79197161675, + 95670.79197161677, 99058.28651634327, 101207.08382430757, 99759.79733861898 ], "fuel": [ - 58.64810369994688, + 58.64810369994686, 57.10229744229497, 56.5485605762217, 56.85453583444821, - 58.222017306721554, + 58.22201730672156, 59.976215295071256, 61.11109326824167, 60.344826225845175 @@ -328178,39 +237473,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -42.08203792083259, + -42.08203792084896, -2624.5232315999183, - -3591.88801059638, - -3083.0129904511195, - -812.1799918028282, + -3591.8880105964163, + -3083.012990451114, + -812.1799918028228, 2061.199519750966, 3913.2726676326256, 2714.510673157585 ], "relative wind speed": [ - 6.13607338572712, + 6.136073385727118, 5.588058585648091, - 5.294502743572562, - 5.471640950941977, + 5.294502743572561, + 5.4716409509419766, 5.985861201394575, 6.50042553689789, 6.7416742442580375, 6.598717771004025 ], "relative wind angle": [ - 0.11820780532445978, - 0.10131464688151565, - 0.014288378723009493, - 0.08383955304770627, - 0.12118859701338486, + 0.11820780532446072, + 0.10131464688151566, + 0.014288378723017263, + 0.08383955304770362, + 0.12118859701338394, 0.08705563043080289, - 0.011221081153790797, + 0.011221081153790799, 0.06949406452305949 ], "resistance": [ - 96592.41796207918, + 96592.41796207917, 94009.9767684001, - 93042.61198940364, + 93042.6119894036, 93551.4870095489, 95822.32000819719, 98695.69951975098, @@ -328218,9 +237513,9 @@ 99349.0106731576 ], "fuel": [ - 52.372678848536374, + 52.37267884853637, 51.055201368877555, - 50.568072289595676, + 50.56807228959566, 50.823888818915634, 51.9772032278931, 53.4640408647761, @@ -328258,39 +237553,39 @@ ], "ice resistance": 90777.64455856865, "wind resistance": [ - -26.829421797439863, + -26.82942179746169, -3233.012961465607, - -4466.292831117717, + -4466.292831117778, -3879.232693306287, - -1115.1395983629336, + -1115.13959836293, 2427.4341491569903, 4735.876899508261, 3346.664530453865 ], "relative wind speed": [ - 7.483410084216856, + 7.483410084216855, 6.933696080267319, - 6.636452299530941, + 6.63645229953094, 6.801716897994682, - 7.310113289330001, + 7.31011328933, 7.833456545988061, 8.08682160477453, 7.948322466466191 ], "relative wind angle": [ - 0.09706483171870119, + 0.09706483171870349, 0.08293477784414768, - 0.013120032876095747, - 0.0663927282057317, - 0.09937340917067947, + 0.013120032876104208, + 0.06639272820573171, + 0.09937340917067834, 0.07339052751726491, 0.01076685759820553, - 0.056803887731247386 + 0.05680388773124739 ], "resistance": [ - 90750.81513677121, + 90750.81513677118, 87544.63159710304, - 86311.35172745094, + 86311.35172745086, 86898.41186526236, 89662.50496020571, 93205.07870772564, @@ -328298,9 +237593,9 @@ 94124.30908902251 ], "fuel": [ - 56.75745941364855, + 56.75745941364853, 55.195182044816264, - 54.604428195889405, + 54.60442819588936, 54.88493026422658, 56.2228700800953, 57.97919548589128, @@ -328338,9 +237633,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 415.4990493093992, + 415.4990493093974, -2070.71369150576, - -3245.2084314685126, + -3245.208431468529, -2957.262508085658, -1068.6927869912797, 1582.015389127897, @@ -328348,7 +237643,7 @@ 2849.2571256991614 ], "relative wind speed": [ - 5.334940695354185, + 5.3349406953541845, 4.729855131297243, 4.33770281172278, 4.458360395631957, @@ -328359,10 +237654,10 @@ ], "relative wind angle": [ 0.14518307765037392, - 0.14168270678012793, - 0.03983037428892408, + 0.14168270678012795, + 0.03983037428892965, 0.09516201443684286, - 0.1551921059883363, + 0.15519210598833633, 0.12020134987771461, 0.029377258846077323, 0.07323689582292807 @@ -328370,7 +237665,7 @@ "resistance": [ 97049.99904930944, 94563.78630849428, - 93389.29156853154, + 93389.29156853151, 93677.23749191439, 95565.80721300877, 98216.51538912795, @@ -328380,7 +237675,7 @@ "fuel": [ 48.51337754075372, 47.24031434035383, - 46.6469145566557, + 46.64691455665569, 46.79192092870836, 47.75063137048107, 49.118618910367175, @@ -328418,17 +237713,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -856.641906766552, + -856.6419067665629, -3310.183952783056, -3867.244343428418, -2844.3585885598095, -73.96424349353038, 2895.9227866350593, - 4209.07887480834, + 4209.07887480826, 2232.321690003537 ], "relative wind speed": [ - 6.287130862058064, + 6.2871308620580635, 5.7596022438742125, 5.5751645903420135, 5.872049172751649, @@ -328438,33 +237733,33 @@ 6.813573135565616 ], "relative wind angle": [ - 0.118254291740545, - 0.08216892947818463, - 0.013131880246820238, + 0.11825429174054501, + 0.08216892947818465, + 0.01313188024682024, 0.09829481212919984, - 0.11556880154581217, + 0.11556880154581216, 0.06847667438546783, - 0.010372029740715561, + 0.010372029740726266, 0.08467689072097585 ], "resistance": [ - 95777.85809323347, + 95777.85809323346, 93324.31604721697, 92767.25565657161, 93790.14141144021, 96560.53575650649, 99530.42278663508, - 100843.57887480837, + 100843.57887480829, 98866.82169000356 ], "fuel": [ - 53.451425048184205, + 53.45142504818419, 52.20655603643313, 51.927037073903264, 52.44118205973609, 53.85324967333824, 55.39871671983412, - 56.09251981263601, + 56.09251981263597, 55.050545153673035 ] }, @@ -328498,19 +237793,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -153.4996305208715, + -153.49963052088788, -2930.233534974117, - -3902.992150166474, + -3902.992150166432, -3292.5937634291877, -761.7281604345953, 2363.945103504231, - 4317.415135734596, + 4317.415135734691, 2880.5407560037474 ], "relative wind speed": [ - 6.25711678299991, + 6.257116782999909, 5.674418663220649, - 5.375646943942658, + 5.375646943942657, 5.584005020844752, 6.141006522279253, 6.683146293271503, @@ -328518,33 +237813,33 @@ 6.758872647857485 ], "relative wind angle": [ - 0.12419119016775704, - 0.10406483191040547, - 0.01088529599736204, - 0.09086458598534039, - 0.1265518155505576, + 0.12419119016775883, + 0.10406483191040546, + 0.01088529599735184, + 0.0908645859853404, + 0.12655181555055764, 0.08831305696553413, - 0.008448922199740552, + 0.00844892219972741, 0.07503709952143332 ], "resistance": [ - 96481.00036947915, + 96481.00036947914, 93704.26646502591, - 92731.50784983355, + 92731.5078498336, 93341.90623657084, 95872.77183956544, 98998.44510350426, - 100951.91513573463, + 100951.91513573471, 99515.04075600377 ], "fuel": [ - 52.971207530351656, + 52.97120753035165, 51.556763188182416, - 51.06803430842686, + 51.06803430842689, 51.374296321619816, 52.65892722254637, 54.278368892455184, - 55.30894071558336, + 55.308940715583404, 54.54952284100053 ] }, @@ -328578,17 +237873,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -493.1763926975018, + -493.1763926975218, -2830.855564555437, - -3459.6824409189558, + -3459.6824409192013, -2729.4941858748207, -323.0648942099615, - 2417.381788940291, + 2417.381788940287, 3898.5255442095677, 2272.861137317881 ], "relative wind speed": [ - 5.815697359391333, + 5.815697359391331, 5.277644366930088, 5.049665318345208, 5.304553388524424, @@ -328598,19 +237893,19 @@ 6.317364286548944 ], "relative wind angle": [ - 0.12700213634569485, + 0.12700213634569663, 0.09651231320096086, - 0.0034456352710922874, + 0.0034456352711567297, 0.10068245009449794, - 0.1262487253016251, - 0.0803036897270904, - 0.0026674154428846623, + 0.12624872530162512, + 0.08030368972709041, + 0.0026674154428846628, 0.08449862241945247 ], "resistance": [ - 96141.32360730255, + 96141.32360730252, 93803.64443544461, - 93174.81755908109, + 93174.81755908084, 93905.00581412522, 96311.43510579008, 99051.88178894033, @@ -328618,9 +237913,9 @@ 98907.36113731793 ], "fuel": [ - 51.034163121730344, + 51.03416312173033, 49.84441461320996, - 49.5278474093732, + 49.52784740937308, 49.89558017341611, 51.12153410749133, 52.543895198344636, @@ -328658,9 +237953,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1010.048880381386, + -1010.0488803814114, -3943.6778471729376, - -4618.152209754713, + -4618.152209754779, -3437.245397378727, -157.73751633645588, 3376.41419882057, @@ -328668,7 +237963,7 @@ 2655.7507555314114 ], "relative wind speed": [ - 7.288045000108336, + 7.288045000108334, 6.748759072712476, 6.557347727746227, 6.853228678400751, @@ -328678,19 +237973,19 @@ 7.827774008971821 ], "relative wind angle": [ - 0.10446827282364966, + 0.10446827282365073, 0.07249747159311888, - 0.010471178821535901, + 0.010471178821546504, 0.08560320288974013, - 0.10253957031688776, + 0.10253957031688778, 0.06177687932776773, 0.008500755366839398, 0.07492432233698226 ], "resistance": [ - 95624.45111961864, + 95624.4511196186, 92690.82215282708, - 92016.3477902453, + 92016.34779024523, 93197.25460262128, 96476.76248366357, 100010.91419882058, @@ -328698,9 +237993,9 @@ 99290.25075553142 ], "fuel": [ - 58.94018907008222, + 58.9401890700822, 57.45603031977805, - 57.11933321647291, + 57.119333216472874, 57.70995370969808, 59.377387344027994, 61.21909449139586, @@ -328738,39 +238033,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 294.5569532927984, + 294.5569532927875, -2812.587977229734, - -4179.961847996867, - -3749.708356712463, - -1280.2625756409834, + -4179.961847996898, + -3749.708356712461, + -1280.262575640987, 2072.804768627775, 4421.006134236261, - 3407.701321990822 + 3407.7013219908295 ], "relative wind speed": [ - 6.745624262877075, + 6.745624262877074, 6.155483002330125, - 5.800562366729402, - 5.937917047431316, + 5.800562366729401, + 5.937917047431315, 6.46393782750336, 7.02822651468844, 7.32389344293234, - 7.212979971660069 + 7.212979971660068 ], "relative wind angle": [ - 0.11318074620017055, + 0.11318074620017153, 0.10399187126432333, - 0.02444663002676084, - 0.07390554806641296, - 0.11813553776884601, + 0.024446630026765382, + 0.07390554806641146, + 0.11813553776884603, 0.09104012063831596, - 0.019361141430558976, - 0.06082313811648131 + 0.01936114143055898, + 0.060823138116479485 ], "resistance": [ 96929.0569532928, 93821.91202277028, - 92454.53815200315, + 92454.53815200312, 92884.79164328755, 95354.23742435903, 98707.30476862779, @@ -328780,7 +238075,7 @@ "fuel": [ 55.32340601547454, 53.73738286471699, - 53.05079854086412, + 53.05079854086411, 53.266086807648335, 54.51505930974277, 56.24726493641626, @@ -328818,11 +238113,11 @@ ], "ice resistance": 88031.02785358115, "wind resistance": [ - -471.0304390212623, + -471.03043902129866, -3610.0414414266743, - -4553.259466592313, + -4553.259466592062, -3747.708226799954, - -702.769360115024, + -702.7693601150349, 2897.994494909115, 5000.901195627768, 3093.869936037092 @@ -328830,37 +238125,37 @@ "relative wind speed": [ 7.417860628578375, 6.8643014452307565, - 6.609377038161268, + 6.609377038161267, 6.836109214918484, - 7.380950020149378, + 7.3809500201493785, 7.89838244034557, 8.112904207026165, 7.922795611819281 ], "relative wind angle": [ - 0.10151968380477965, - 0.07943559148640586, - 0.0028068186174035554, - 0.07591443997267093, - 0.10202912735059973, + 0.10151968380478402, + 0.07943559148640587, + 0.002806818617364001, + 0.07591443997267094, + 0.1020291273506019, 0.0690178359677488, 0.002286642841382966, 0.06548595455002612 ], "resistance": [ - 87559.99741455988, + 87559.99741455985, 84420.98641215448, - 83477.76838698884, + 83477.76838698909, 84283.3196267812, - 87328.25849346613, + 87328.25849346611, 90929.02234849027, 93031.92904920892, 91124.89778961825 ], "fuel": [ - 55.202578127614984, + 55.20257812761496, 53.70990968001098, - 53.2685526808119, + 53.26855268081202, 53.64528537294872, 55.09112771060785, 56.84541658352918, @@ -328898,19 +238193,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 210.2431304112124, + 210.2431304112015, -2190.766967120866, - -3218.6554261522524, + -3218.655426152256, -2845.72517383402, - -886.679544573486, + -886.6795445734897, 1727.3611819112157, 3536.0996425808407, 2663.0744269803727 ], "relative wind speed": [ - 5.351208967279461, + 5.35120896727946, 4.76444794224906, - 4.41342280172265, + 4.413422801722649, 4.567018066084798, 5.101962109916253, 5.653803196796994, @@ -328918,17 +238213,17 @@ 5.814447589115261 ], "relative wind angle": [ - 0.1424032782287409, - 0.13178882803552883, + 0.14240327822874246, + 0.1317888280355288, 0.028544326251044794, 0.09824145539032265, - 0.14941111291070516, - 0.11096454260476704, - 0.021236205847390343, + 0.1494111129107059, + 0.11096454260476703, + 0.02123620584739034, 0.07711711765675439 ], "resistance": [ - 96844.74313041125, + 96844.74313041124, 94443.73303287917, 93415.84457384779, 93788.77482616602, @@ -328938,7 +238233,7 @@ 99297.57442698041 ], "fuel": [ - 48.675928821332676, + 48.67592882133266, 47.447946765155564, 46.9287969077578, 47.116696258268306, @@ -328978,9 +238273,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 512.6193508602337, + 512.6193508602155, -2384.410497371977, - -3790.867153302899, + -3790.8671533029046, -3503.3503482398773, -1366.4041784294805, 1694.8433995854357, @@ -328988,9 +238283,9 @@ 3289.6791685021635 ], "relative wind speed": [ - 6.299385963424219, + 6.299385963424218, 5.713811585399801, - 5.332170301430094, + 5.332170301430093, 5.431841150120018, 5.936139447976125, 6.501720712900189, @@ -328998,17 +238293,17 @@ 6.739073881615127 ], "relative wind angle": [ - 0.11828103981510621, - 0.11489108654181407, + 0.1182810398151081, + 0.11489108654181406, 0.03432302728203479, 0.07301425432588332, 0.12555609104993037, 0.10091726925417246, - 0.02684022508211274, + 0.026840225082112742, 0.058832745795555134 ], "resistance": [ - 97147.11935086022, + 97147.1193508602, 94250.089502628, 92843.63284669709, 93131.1496517601, @@ -329045,68 +238340,7 @@ "id": "5812", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.723843820361424, - 21.723843820361424, - 21.723843820361424, - 21.723843820361424, - 21.723843820361424, - 21.723843820361424, - 21.723843820361424, - 21.723843820361424 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 75.6743486560008, - -2699.5058756364688, - -3805.0487993274965, - -3312.2421640273697, - -952.7548596849738, - 2104.018894152674, - 4136.539457798774, - 2977.6279764892042 - ], - "relative wind speed": [ - 6.182661219649419, - 5.5988998593720725, - 5.271231115660543, - 5.443009156194944, - 5.982555487981998, - 6.53211989238285, - 6.799293525729896, - 6.662576172121288 - ], - "relative wind angle": [ - 0.12391081128769496, - 0.1094616209860252, - 0.019133715387773413, - 0.08627534321747209, - 0.12807784165122502, - 0.09377336128427602, - 0.014833273496030254, - 0.07045373343186125 - ], - "resistance": [ - 96710.17434865602, - 93934.99412436354, - 92829.45120067251, - 93322.25783597265, - 95681.74514031503, - 98738.51889415269, - 100771.03945779879, - 99612.12797648922 - ], - "fuel": [ - 52.515482969727024, - 51.09945545406919, - 50.54333765710725, - 50.79067083189818, - 51.98738773982241, - 53.56856724521083, - 54.63917601773093, - 54.02684795615329 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-61.71875 -69.21875, -61.71875 -69.0625, -61.5625 -69.0625, -61.5625 -69.21875, -61.71875 -69.21875))", @@ -329140,7 +238374,7 @@ "wind resistance": [ 137.37874756437668, -2677.6139092387, - -3837.2633027739867, + -3837.2633027740103, -3373.953131219225, -1031.959605829199, 2047.8014693759833, @@ -329148,7 +238382,7 @@ 3040.223116726964 ], "relative wind speed": [ - 6.309607651048153, + 6.309607651048152, 5.732516479370261, 5.40121508189751, 5.559319228753733, @@ -329158,10 +238392,10 @@ 6.778677496293293 ], "relative wind angle": [ - 0.11949560507503983, - 0.1068477234807053, - 0.020809821720673024, - 0.081466557655994, + 0.1194956050750389, + 0.10684772348070531, + 0.020809821720678356, + 0.08146655765599402, 0.12389822210865753, 0.09229970098036307, 0.016276617988522157, @@ -329170,7 +238404,7 @@ "resistance": [ 96771.8787475644, 93956.88609076133, - 92797.23669722604, + 92797.23669722602, 93260.5468687808, 95602.54039417084, 98682.30146937602, @@ -329205,68 +238439,7 @@ "id": "5814", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.20607605518874, - 23.20607605518874, - 23.20607605518874, - 23.20607605518874, - 23.20607605518874, - 23.20607605518874, - 23.20607605518874, - 23.20607605518874 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1088.8866354542988, - -3586.1502263736493, - -4085.1263640616453, - -2865.710203048571, - 121.47061183544429, - 3209.9441413549066, - 4385.169234081615, - 2183.5259077220653 - ], - "relative wind speed": [ - 6.380967293976384, - 5.846353686879234, - 5.68419946003269, - 6.016878017599499, - 6.601337343089417, - 7.079162866609069, - 7.210012123611667, - 6.934809099419469 - ], - "relative wind angle": [ - 0.11986444844466156, - 0.07894834444069504, - 0.019521046198360887, - 0.10289151701700328, - 0.11584474519384405, - 0.06517822141176685, - 0.015389551494531487, - 0.08923314710465273 - ], - "resistance": [ - 95545.61336454572, - 93048.34977362637, - 92549.37363593836, - 93768.78979695145, - 96755.97061183545, - 99844.44414135492, - 101019.66923408164, - 98818.02590772208 - ], - "fuel": [ - 54.00612136187067, - 52.74143033480839, - 52.49151506421193, - 53.10390165616893, - 54.62743265287405, - 56.237537057520626, - 56.85953626221133, - 55.698499740940136 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-61.71875 -69.375, -61.71875 -69.21875, -61.5625 -69.21875, -61.5625 -69.375, -61.71875 -69.375))", @@ -329285,68 +238458,7 @@ "id": "5815", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.550545670058334, - 25.550545670058334, - 25.550545670058334, - 25.550545670058334, - 25.550545670058334, - 25.550545670058334, - 25.550545670058334, - 25.550545670058334 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1597.8330662411136, - -4147.411722483899, - -4509.641938112905, - -2894.697522015249, - 510.01772473701567, - 3797.063913625334, - 4651.6828589961115, - 2014.068362480004 - ], - "relative wind speed": [ - 6.962827915922644, - 6.455692644741946, - 6.349280822338705, - 6.722452218407377, - 7.311121235416464, - 7.762570372134088, - 7.849847090535659, - 7.532735391405897 - ], - "relative wind angle": [ - 0.10799850538970344, - 0.06306622307806538, - 0.027584290188862808, - 0.09751789427854905, - 0.10283490786564724, - 0.05243789384894103, - 0.02231033565212788, - 0.08699990339923422 - ], - "resistance": [ - 95036.6669337589, - 92487.08827751612, - 92124.8580618871, - 93739.80247798476, - 97144.51772473703, - 100431.56391362534, - 101286.18285899612, - 98648.56836248001 - ], - "fuel": [ - 57.34517274139606, - 56.05906434376862, - 55.878303462639565, - 56.68796036671277, - 58.42672118820841, - 60.146313681373236, - 60.599986303414695, - 59.208564115187386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-61.875 -69.53125, -61.875 -69.375, -61.71875 -69.375, -61.71875 -69.53125, -61.875 -69.53125))", @@ -329378,49 +238490,49 @@ ], "ice resistance": 88422.4149840935, "wind resistance": [ - -2611.610922019692, + -2611.6109220197213, -4610.875194524215, - -4472.27750094244, + -4472.277500942459, -2114.5173578651447, 1595.5776556061755, 4569.8347487211795, 4242.66135935366, - 1019.1924211368714 + 1019.1924211368641 ], "relative wind speed": [ - 7.0586920171207455, + 7.058692017120745, 6.639516503232286, 6.678712954503728, 7.147406414729495, 7.7283759250618145, 8.091337839624874, 8.059014871743523, - 7.646404970593883 + 7.646404970593884 ], "relative wind angle": [ - 0.0980330535826609, + 0.09803305358266431, 0.03776960656855384, - 0.05037779535547209, - 0.10179800491601293, + 0.05037779535547429, + 0.10179800491601294, 0.0895143813835997, 0.030990232700249056, - 0.04174384023775648, - 0.09513392050856824 + 0.041743840237756485, + 0.0951339205085694 ], "resistance": [ - 85810.8040620738, + 85810.80406207377, 83811.53978956929, - 83950.13748315106, + 83950.13748315105, 86307.89762622835, 90017.99263969967, 92992.24973281467, 92665.07634344716, - 89441.60740523037 + 89441.60740523036 ], "fuel": [ - 54.36627535280178, + 54.366275352801765, 53.42435480762066, - 53.48917303649341, + 53.489173036493405, 54.602781593371326, 56.39700465992062, 57.87236135588303, @@ -329458,53 +238570,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2407.36985658139, + -2407.369856581394, -4387.573817774228, - -4301.101398671552, + -4301.101398671555, -2098.5370904050833, - 1447.0233192955675, + 1447.0233192955602, 4346.1040664564425, - 4142.293542872285, + 4142.293542872325, 1088.7576348224138 ], "relative wind speed": [ - 6.708036774804445, + 6.7080367748044445, 6.273675074251862, - 6.299499113012954, + 6.299499113012953, 6.766212286486396, 7.3539599874392385, 7.727838373807842, - 7.706801917406153, + 7.706801917406152, 7.300469585114828 ], "relative wind angle": [ - 0.10520474761502738, + 0.10520474761502739, 0.0428224178457541, - 0.051550463391271076, - 0.10774608727892311, - 0.09593441987668488, + 0.05155046339127108, + 0.10774608727892312, + 0.09593441987668605, 0.03476081102528815, - 0.04213087834290333, - 0.09983374479533151 + 0.04213087834289806, + 0.09983374479533152 ], "resistance": [ - 94227.13014341865, + 94227.13014341863, 92246.9261822258, 92333.39860132847, 94535.96290959495, 98081.5233192956, 100980.60406645646, - 100776.79354287231, + 100776.79354287236, 97723.25763482244 ], "fuel": [ - 56.34759201308261, + 56.347592013082604, 55.35256606766546, 55.39571262801685, 56.50409159723319, 58.3262139170955, 59.850860770959585, - 59.74265335916754, + 59.74265335916756, 58.13997070894935 ] }, @@ -329538,17 +238650,17 @@ ], "ice resistance": 71444.7685575226, "wind resistance": [ - -3217.4528154837244, + -3217.452815483757, -4212.075103928164, - -3555.88486296012, + -3555.8848629601416, -839.4546392147713, - 2485.363245239245, + 2485.3632452392267, 4522.187357452836, - 2966.5984535232747, + 2966.59845352326, -269.1218587346011 ], "relative wind speed": [ - 6.926517577781062, + 6.926517577781061, 6.673583751442948, 6.8576586726037085, 7.347780486621895, @@ -329558,31 +238670,31 @@ 7.4385615323571 ], "relative wind angle": [ - 0.0749280882405256, + 0.07492808824053004, 0.0068311918033747586, - 0.06625675154923072, - 0.0937285606640841, - 0.066249067067515, + 0.06625675154923408, + 0.09372856066408411, + 0.06624906706751668, 0.005663907018677776, - 0.05755762239301938, + 0.057557622393021306, 0.09258138684539222 ], "resistance": [ - 68227.31574203889, + 68227.31574203885, 67232.69345359445, - 67888.88369456248, + 67888.88369456246, 70605.31391830783, - 73930.13180276185, + 73930.13180276184, 75966.95591497544, - 74411.36701104588, + 74411.36701104586, 71175.64669878801 ], "fuel": [ - 46.5919334809592, + 46.591933480959185, 46.18655154028076, - 46.453584283349464, + 46.45358428334946, 47.576064684714936, - 48.98731295684807, + 48.987312956848065, 49.872179174476074, 49.19498523258565, 47.815224630410285 @@ -329618,39 +238730,39 @@ ], "ice resistance": 93738.55412541778, "wind resistance": [ - -2824.3434943894026, + -2824.3434943894317, -4223.154322322287, - -3824.8325715574792, + -3824.8325715575047, -1384.066265732352, 1970.9979810283476, 4336.790430288787, 3393.5381064823487, - 302.3789378346519 + 302.3789378346555 ], "relative wind speed": [ 7.002316286411883, 6.687096901387716, - 6.799015751730484, + 6.799015751730483, 7.257845903258697, 7.7645506671947055, 8.03762498937551, 7.943177276512443, - 7.52624430130552 + 7.526244301305519 ], "relative wind angle": [ - 0.08190108060356592, + 0.08190108060356999, 0.02015406225713787, - 0.05625436396767652, + 0.056254363967678495, 0.09318972739756119, 0.07384552414498856, 0.016767311075406355, - 0.04814450394195842, - 0.08985728565307081 + 0.04814450394195841, + 0.08985728565306958 ], "resistance": [ - 90914.21063102837, + 90914.21063102834, 89515.3998030955, - 89913.7215538603, + 89913.72155386028, 92354.48785968543, 95709.55210644612, 98075.34455570657, @@ -329658,9 +238770,9 @@ 94040.93306325244 ], "fuel": [ - 56.83810150820627, + 56.838101508206265, 56.15094861346591, - 56.3458790437099, + 56.345879043709886, 57.55323220773208, 59.249031974534816, 60.469990454335345, @@ -329698,9 +238810,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -839.0767718612115, + -839.0767718612151, -2078.2753482353346, - -2220.6843354262983, + -2220.6843354263, -1332.9800932437265, 408.4152782321207, 2049.3470894381026, @@ -329708,9 +238820,9 @@ 983.6850176425178 ], "relative wind speed": [ - 4.058004069103113, + 4.058004069103112, 3.6201870305609427, - 3.547128825797506, + 3.5471288257975058, 3.899133161238014, 4.408365813378396, 4.774445730467478, @@ -329718,13 +238830,13 @@ 4.549488626247442 ], "relative wind angle": [ - 0.15875099575474463, - 0.09080911400836288, + 0.15875099575474466, + 0.09080911400836286, 0.049985559293169085, 0.14902952415145398, - 0.14603953482933865, + 0.14603953482933868, 0.06881502247524457, - 0.036709932001022016, + 0.03670993200102201, 0.12759925752431944 ], "resistance": [ @@ -329778,19 +238890,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -835.4963961161384, + -835.496396116142, -1985.9127794627047, - -2093.558214026546, + -2093.558214026547, -1204.4054084730788, - 470.57881820458897, + 470.5788182045908, 2020.9175648594064, 2271.2614658196344, 901.1127026528857 ], "relative wind speed": [ - 3.7250924340074243, + 3.7250924340074234, 3.2751044330491794, - 3.2146186087855955, + 3.214618608785595, 3.5956428228671755, 4.122000761925887, 4.487860835168417, @@ -329798,11 +238910,11 @@ 4.235393324542682 ], "relative wind angle": [ - 0.17792623318227072, - 0.09904041930730541, + 0.17792623318227133, + 0.0990404193073054, 0.06266880386935135, 0.17006608063745507, - 0.1606365827426782, + 0.1606365827426775, 0.07222135245018117, 0.04444355270216538, 0.1441819049623104 @@ -329858,9 +238970,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -621.6495218486116, + -621.6495218486152, -2041.2276552072553, - -2314.655169754961, + -2314.655169754963, -1568.4892334774013, 168.84576547971847, 1948.6614512447977, @@ -329870,7 +238982,7 @@ "relative wind speed": [ 4.124432483180988, 3.640706311956202, - 3.5000461142785975, + 3.500046114278597, 3.8191700370874675, 4.346689581887977, 4.759192282277975, @@ -329878,14 +238990,14 @@ 4.617206282745584 ], "relative wind angle": [ - 0.16612320523808308, + 0.1661232052380844, 0.11082043045948059, 0.03217624566312662, - 0.14765646422948955, + 0.14765646422948958, 0.15755594801617226, - 0.08470369788875677, - 0.02315355410179913, - 0.12199462599192738 + 0.08470369788875678, + 0.023153554101799135, + 0.1219946259919274 ], "resistance": [ 96012.85047815135, @@ -329938,19 +239050,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -913.3107689262315, + -913.3107689262351, -2077.8230407584224, - -2170.3996231781075, + -2170.399623178112, -1234.3194282328168, 498.9381204037054, 2078.68076275774, - 2294.730226112957, + 2294.7302261129644, 872.8359548783919 ], "relative wind speed": [ - 4.0033433521501856, + 4.003343352150185, 3.5821155706547705, - 3.5342905813547154, + 3.534290581354715, 3.8993716938626526, 4.4026652457603435, 4.751701516289055, @@ -329958,27 +239070,27 @@ 4.495010528856831 ], "relative wind angle": [ - 0.15734273415371716, + 0.15734273415371788, 0.08406732944216615, - 0.05716506320562006, - 0.15094381332244516, + 0.057165063205622, + 0.1509438133224452, 0.1429686916099311, 0.06334268688006427, - 0.042191728602565017, - 0.13081822081025718 + 0.04219172860256239, + 0.1308182208102572 ], "resistance": [ - 95721.18923107376, + 95721.18923107375, 94556.67695924157, 94464.10037682188, 95400.18057176717, 97133.43812040369, 98713.18076275772, - 98929.23022611294, + 98929.23022611295, 97507.33595487838 ], "fuel": [ - 44.315925253615234, + 44.31592525361522, 43.72253210324297, 43.67557496202005, 44.15184712450998, @@ -330018,11 +239130,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1951.547465143287, + -1951.5474651432942, -2645.1812683576145, - -2247.6753083480353, + -2247.6753083480426, -547.324864005097, - 1580.6222166530188, + 1580.6222166530133, 2937.0545292704755, 2003.1398816312721, -50.742352681709235 @@ -330038,11 +239150,11 @@ 5.0085256167199 ], "relative wind angle": [ - 0.11319608908732606, - 0.014133536002340852, - 0.0962752770702347, - 0.13545759063576182, - 0.09528269268355007, + 0.11319608908732902, + 0.01413353600234085, + 0.096275277070237, + 0.13545759063576185, + 0.09528269268355125, 0.010779901741428746, 0.07824352558110483, 0.1322223853912292 @@ -330050,9 +239162,9 @@ "resistance": [ 94682.9525348567, 93989.31873164237, - 94386.82469165196, + 94386.82469165194, 96087.17513599488, - 98215.122216653, + 98215.12221665299, 99571.55452927046, 98637.63988163126, 96583.75764731827 @@ -330060,9 +239172,9 @@ "fuel": [ 46.49212736410672, 46.14074883139296, - 46.341896972731675, + 46.34189697273167, 47.20895426740255, - 48.30921190615682, + 48.309211906156804, 49.019350330135545, 48.529680112009515, 47.464205638359985 @@ -330098,9 +239210,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2086.358291370989, + -2086.358291370996, -2720.143959094269, - -2255.5885994329637, + -2255.588599432971, -447.03816050443857, 1741.4470352382796, 3074.3119130786927, @@ -330108,29 +239220,29 @@ -163.38903499943262 ], "relative wind speed": [ - 4.484620375976042, + 4.484620375976041, 4.231597482656248, - 4.431258999946609, - 4.928238835115381, + 4.431258999946608, + 4.92823883511538, 5.397785419925988, 5.598347086503511, 5.441677225964182, 4.996035362189268 ], "relative wind angle": [ - 0.1133920388159379, - 0.008087909056446404, - 0.1037753696424174, - 0.13911684140919814, - 0.09414631214521418, + 0.11339203881593889, + 0.008087909056446402, + 0.10377536964241849, + 0.13911684140919733, + 0.0941463121452142, 0.006113342942658485, 0.08445497864476702, 0.1372169946217671 ], "resistance": [ - 94548.14170862903, + 94548.14170862902, 93914.35604090574, - 94378.91140056706, + 94378.91140056704, 96187.46183949558, 98375.94703523829, 99708.81191307871, @@ -330140,7 +239252,7 @@ "fuel": [ 46.46320140968669, 46.14238789084058, - 46.37739310528075, + 46.377393105280746, 47.29993549275026, 48.432557613100315, 49.13109687603437, @@ -330178,9 +239290,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1937.4001745409923, + -1937.4001745409932, -2444.223032881555, - -1978.0891091340754, + -1978.089109134079, -299.4853561522832, 1673.0683927015016, 2825.045426089893, @@ -330188,9 +239300,9 @@ -231.3567875538738 ], "relative wind speed": [ - 4.082996492751289, + 4.082996492751288, 3.850451455049243, - 4.068954934344108, + 4.068954934344107, 4.566011235415447, 5.018758447871057, 5.199309599380054, @@ -330198,12 +239310,12 @@ 4.583703537092721 ], "relative wind angle": [ - 0.11862704266203518, + 0.11862704266203425, 0.002322813757749847, 0.11590823038375102, 0.14824912825012226, 0.09643188292233092, - 0.0017202049254500355, + 0.0017202049254500357, 0.09368690799889602, 0.14767270787311365 ], @@ -330245,68 +239357,7 @@ "id": "5827", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.834474055633454, - 17.834474055633454, - 17.834474055633454, - 17.834474055633454, - 17.834474055633454, - 17.834474055633454, - 17.834474055633454, - 17.834474055633454 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -2109.606996601382, - -2666.973474162878, - -2172.913128644248, - -359.5342780715273, - 1779.1713560228145, - 3031.7337238763193, - 1869.4944703707806, - -253.37429050101673 - ], - "relative wind speed": [ - 4.517458817819521, - 4.287765643548936, - 4.497722812303962, - 4.986044047970899, - 5.437412840615136, - 5.620316570797687, - 5.45374935926306, - 5.01121315867482 - ], - "relative wind angle": [ - 0.10647947759371766, - 0.002961421240130396, - 0.10293383333910763, - 0.1340294426082417, - 0.08841231733678574, - 0.0022592806529507727, - 0.08484174870791446, - 0.13335224267465812 - ], - "resistance": [ - 94524.89300339864, - 93967.52652583714, - 94461.58687135577, - 96274.96572192849, - 98413.67135602282, - 99666.23372387633, - 98503.99447037079, - 96381.125709499 - ], - "fuel": [ - 46.60642503757766, - 46.32426282470298, - 46.574318635195766, - 47.49989815452512, - 48.60725580565989, - 49.26369812849637, - 48.65439699051851, - 47.55446315850138 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -69.84375, -60.9375 -69.6875, -60.78125 -69.6875, -60.78125 -69.84375, -60.9375 -69.84375))", @@ -330338,37 +239389,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1938.8729642174058, + -1938.8729642174203, -2669.4482807860095, -2293.290690696591, - -605.5657035121276, + -605.5657035121258, 1537.4748376426578, 2927.5188423351483, 2042.8418744087285, -10.794103323420131 ], "relative wind speed": [ - 4.659836184352986, + 4.659836184352985, 4.3947104767517216, - 4.551741848158232, - 5.010562678121064, + 4.5517418481582315, + 5.010562678121065, 5.4685979314222495, 5.683850492939602, 5.558892223121993, 5.149164810838876 ], "relative wind angle": [ - 0.10863519342089593, + 0.108635193420899, 0.01589841809131528, - 0.08940832722049766, - 0.12901239848057336, + 0.08940832722049641, + 0.12901239848057422, 0.09251888375451557, 0.012292329088715373, 0.0731772763672846, - 0.12552110782938622 + 0.12552110782938625 ], "resistance": [ - 94695.6270357826, + 94695.62703578259, 93965.051719214, 94341.2093093034, 96028.93429648787, @@ -330378,7 +239429,7 @@ 96623.70589667658 ], "fuel": [ - 47.03299960237895, + 47.03299960237894, 46.66292312702544, 46.8532195421828, 47.713512641400946, @@ -330418,32 +239469,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1679.36211579444, + -1679.3621157944508, -2582.8013118298713, - -2351.2628211483225, - -858.6618643077163, + -2351.262821148328, + -858.6618643077145, 1222.6371128263982, 2724.629594388136, 2180.261433537862, 269.67076274998 ], "relative wind speed": [ - 4.715582870557222, + 4.715582870557221, 4.414175062256585, 4.5110546337375235, - 4.931959621950014, + 4.931959621950013, 5.39263416176046, 5.6420105929917135, 5.56485499389821, 5.1954787362795845 ], "relative wind angle": [ - 0.11223019473036062, - 0.03007586046161906, - 0.07553034307201045, - 0.1248455720294997, - 0.09809090231601245, - 0.023529262475341033, + 0.11223019473036261, + 0.030075860461619062, + 0.07553034307201192, + 0.1248455720294979, + 0.09809090231601246, + 0.023529262475341036, 0.06120739374264798, 0.11848269006388774 ], @@ -330498,9 +239549,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2071.8772549088008, + -2071.8772549088026, -2789.27231856081, - -2369.457702826956, + -2369.457702826965, -578.8772185130856, 1653.756262929417, 3066.449795528475, @@ -330508,7 +239559,7 @@ -79.24452047739942 ], "relative wind speed": [ - 4.849221691129676, + 4.849221691129675, 4.5942800691014725, 4.762260355393296, 5.225840131846162, @@ -330520,17 +239571,17 @@ "relative wind angle": [ 0.10288576914393946, 0.012270921475938787, - 0.0879519704232316, + 0.08795197042323413, 0.1243104782545144, 0.08776312965365923, - 0.009571206768795772, - 0.07274871332225867, + 0.009571206768795774, + 0.07274871332225868, 0.12169141710184542 ], "resistance": [ 94562.62274509123, 93845.22768143922, - 94265.04229717307, + 94265.04229717306, 96055.62278148695, 98288.25626292944, 99700.9497955285, @@ -330540,7 +239591,7 @@ "fuel": [ 47.804892034729505, 47.441829538186205, - 47.65405876048053, + 47.654058760480524, 48.566616109648024, 49.72117470470327, 50.461300107650445, @@ -330578,13 +239629,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -1313.7095665334182, + -1313.70956653342, -2424.7762890659806, - -2377.873796424863, + -2377.873796424872, -1148.5027520417607, 830.2192433243999, 2457.4805979636567, - 2347.4683824315507, + 2347.46838243154, 638.2358646447774 ], "relative wind speed": [ @@ -330592,25 +239643,25 @@ 4.194744857450756, 4.215476248965975, 4.602240366014427, - 5.0822496328751505, + 5.08224963287515, 5.384520561456795, 5.368305700150124, 5.040667585676321 ], "relative wind angle": [ - 0.12704806860034068, - 0.052687600416454955, - 0.06288090256148049, + 0.12704806860034154, + 0.05268760041645496, + 0.06288090256148403, 0.12976423438105109, - 0.11383922175606073, + 0.11383922175605976, 0.041038160682236695, - 0.04936490877325986, + 0.04936490877326211, 0.11842197010102827 ], "resistance": [ 95320.79043346655, 94209.72371093399, - 94256.62620357511, + 94256.6262035751, 95485.9972479582, 97464.71924332438, 99091.98059796363, @@ -330620,7 +239671,7 @@ "fuel": [ 46.34976674479475, 45.78515240547992, - 45.80889413319896, + 45.808894133198955, 46.43411271119905, 47.452237547666805, 48.30044035459895, @@ -330664,13 +239715,13 @@ -1093.0077350348784, 951.8712657308333, 2586.258823970733, - 2368.5904222493955, + 2368.5904222494046, 572.7816182211009 ], "relative wind speed": [ - 4.486335410380272, + 4.4863354103802715, 4.1221417475911935, - 4.1637155933118475, + 4.163715593311847, 4.578082734300135, 5.073173772421604, 5.373289956105494, @@ -330678,13 +239729,13 @@ 4.990536646245708 ], "relative wind angle": [ - 0.1318638754677949, + 0.13186387546779488, 0.050485450515472506, - 0.07107529948494941, + 0.07107529948494785, 0.1372092337791681, - 0.11653649932532151, + 0.11653649932532152, 0.03872334996387988, - 0.055388832839929056, + 0.05538883283992705, 0.12580630010707536 ], "resistance": [ @@ -330725,68 +239776,7 @@ "id": "5833", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.768071177215102, - 14.768071177215102, - 14.768071177215102, - 14.768071177215102, - 14.768071177215102, - 14.768071177215102, - 14.768071177215102, - 14.768071177215102 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -1109.1415233006865, - -2173.7192628176326, - -2163.7550780775828, - -1074.7687817408523, - 730.5642012446169, - 2262.226011665566, - 2239.0107241819924, - 690.495376848361 - ], - "relative wind speed": [ - 3.886796933603049, - 3.478817129300945, - 3.48405907685046, - 3.898115809055888, - 4.413790712614754, - 4.742000657814448, - 4.738150610401304, - 4.4037974518611644 - ], - "relative wind angle": [ - 0.16238829413244654, - 0.07360959543428888, - 0.07658996708556011, - 0.16306906889252862, - 0.14285736512095507, - 0.05397878150859817, - 0.05629285142753317, - 0.14420448162110902 - ], - "resistance": [ - 95525.35847669937, - 94460.78073718243, - 94470.74492192248, - 95559.7312182592, - 97365.06420124468, - 98896.72601166563, - 98873.51072418205, - 97324.99537684841 - ], - "fuel": [ - 44.04062339947642, - 43.498731071905056, - 43.503783499208545, - 44.05819012290404, - 44.98701290559354, - 45.784544469675666, - 45.772391187622446, - 44.966266363684774 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.625 -69.6875, -60.625 -69.53125, -60.46875 -69.53125, -60.46875 -69.6875, -60.625 -69.6875))", @@ -330805,68 +239795,7 @@ "id": "5834", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.60500091397648, - 19.60500091397648, - 19.60500091397648, - 19.60500091397648, - 19.60500091397648, - 19.60500091397648, - 19.60500091397648, - 19.60500091397648 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -2038.0190243939887, - -2993.348922517147, - -2665.8231822681337, - -874.8292935710178, - 1529.8943210332582, - 3195.2114888653396, - 2424.5711234974206, - 179.55041130495192 - ], - "relative wind speed": [ - 5.089439822925468, - 4.786895620359118, - 4.913171675587174, - 5.372107097652613, - 5.857485012219143, - 6.1072218478894476, - 6.006102934995321, - 5.599374403529551 - ], - "relative wind angle": [ - 0.10785350260137821, - 0.02391470200129762, - 0.07863936191880197, - 0.12322635484325516, - 0.09366686322065529, - 0.018743870208527313, - 0.06430737878275856, - 0.11820091837247595 - ], - "resistance": [ - 94596.48097560606, - 93641.1510774829, - 93968.6768177319, - 95759.67070642902, - 98164.3943210333, - 99829.71148886539, - 99059.07112349746, - 96814.050411305 - ], - "fuel": [ - 48.700432840902046, - 48.21725776959005, - 48.38252716792369, - 49.29332149333892, - 50.53499454875444, - 51.407487384477065, - 51.00245076388046, - 49.835098863216786 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -69.6875, -60.46875 -69.53125, -60.3125 -69.53125, -60.3125 -69.6875, -60.46875 -69.6875))", @@ -330898,9 +239827,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1783.8302341817407, + -1783.830234181748, -2467.487673028014, - -2112.8360923450527, + -2112.8360923450546, -540.4649368283681, 1456.57422690565, 2757.7075669659553, @@ -330908,7 +239837,7 @@ 10.572939243240398 ], "relative wind speed": [ - 4.1653858110407675, + 4.165385811040767, 3.887261576410184, 4.052781635867864, 4.530263386960676, @@ -330918,10 +239847,10 @@ 4.672472529495835 ], "relative wind angle": [ - 0.12563331342282236, + 0.12563331342282327, 0.01848761173612165, - 0.10389516905779729, - 0.14760553502265408, + 0.10389516905779836, + 0.1476055350226541, 0.10456747584059972, 0.013768108196033187, 0.08263385349880353, @@ -330978,39 +239907,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1104.7926970354465, + -1104.7926970354506, -1693.0185109149256, - -1514.0966184399217, - -492.1874228840479, + -1514.096618439923, + -492.18742288404974, 906.3702109407441, 1909.6497031613844, 1493.4691573084738, 191.24888175206615 ], "relative wind speed": [ - 3.108415713841273, + 3.1084157138412727, 2.8028327296696585, 2.9168454376547635, - 3.352103150774484, - 3.800436066658507, + 3.3521031507744845, + 3.8004360666585066, 4.031090576544599, 3.949376563414373, 3.5873342489071054 ], "relative wind angle": [ - 0.16776275269618457, + 0.1677627526961859, 0.04265088751378439, - 0.12029117837754745, - 0.18436563402744752, - 0.1370003072096027, + 0.12029117837754838, + 0.18436563402744874, + 0.13700030720960268, 0.029650679840192453, 0.0887444039683017, - 0.17215103049373612 + 0.1721510304937361 ], "resistance": [ 95529.70730296455, 94941.48148908507, - 95120.40338156009, + 95120.40338156007, 96142.31257711595, 97540.87021094075, 98544.14970316138, @@ -331020,7 +239949,7 @@ "fuel": [ 42.012673993762505, 41.7127239137406, - 41.8038241127547, + 41.80382411275469, 42.32642439708951, 43.0479393641685, 43.570013926650844, @@ -331058,19 +239987,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -1056.8758451247468, + -1056.87584512475, -1615.7774003618874, - -1446.1739138371545, + -1446.173913837155, -473.82203907618714, 856.7170912835982, 1809.5834542421635, - 1414.6282793301652, + 1414.6282793301625, 176.57804348123136 ], "relative wind speed": [ - 3.0991260295774996, + 3.0991260295774987, 2.808467587883869, - 2.916738107849074, + 2.9167381078490737, 3.331828794595494, 3.761554046494359, 3.983262582319755, @@ -331078,17 +240007,17 @@ 3.5570757477747383 ], "relative wind angle": [ - 0.16087332087050515, + 0.16087332087050585, 0.040710176238667434, 0.11502968703221238, 0.17732978609734937, 0.1323578936930528, - 0.028699419638976643, - 0.08584153623708642, + 0.028699419638976646, + 0.08584153623708772, 0.16599269100068925 ], "resistance": [ - 95577.62415487522, + 95577.6241548752, 95018.72259963807, 95188.32608616281, 96160.67796092377, @@ -331098,7 +240027,7 @@ 96811.07804348119 ], "fuel": [ - 41.98170996097832, + 41.981709960978314, 41.696582859831025, 41.78298428880608, 42.28039725943036, @@ -331138,9 +240067,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1428.2238637615883, + -1428.2238637615928, -2031.2901417546955, - -1760.1210521223766, + -1760.1210521223802, -484.46571680827765, 1169.5805985974648, 2278.253987185458, @@ -331148,9 +240077,9 @@ 70.83086624522093 ], "relative wind speed": [ - 3.642852602416889, + 3.6428526024168884, 3.366964682765001, - 3.512282955372727, + 3.5122829553727266, 3.9602799172655785, 4.406640310478109, 4.620866015573194, @@ -331158,17 +240087,17 @@ 4.123716392499494 ], "relative wind angle": [ - 0.1382192429415418, + 0.1382192429415434, 0.02457066497314705, - 0.1098149841864076, + 0.10981498418640863, 0.15901378377971617, - 0.11414642129315507, - 0.017902413921968886, - 0.08542696344068719, - 0.15266107555226374 + 0.11414642129315508, + 0.01790241392196889, + 0.0854269634406872, + 0.15266107555226377 ], "resistance": [ - 95206.27613623842, + 95206.2761362384, 94603.2098582453, 94874.37894787762, 96150.03428319172, @@ -331218,9 +240147,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1070.6287474438413, + -1070.628747443846, -1693.872999079148, - -1546.3646254449386, + -1546.364625444939, -560.4550922924254, 829.7556032260418, 1854.5919468659022, @@ -331228,23 +240157,23 @@ 235.25466000352753 ], "relative wind speed": [ - 3.310004873014035, + 3.3100048730140346, 3.0125098993639403, - 3.1010597865409357, - 3.5018682199016427, + 3.1010597865409353, + 3.501868219901643, 3.9324870463142214, 4.164777393215641, 4.099270036128932, 3.762646090087228 ], "relative wind angle": [ - 0.1519603485724498, + 0.15196034857245203, 0.0438530497150907, 0.10152262744099542, - 0.16538926997950673, + 0.16538926997950743, 0.1277617998826261, - 0.031715392706324515, - 0.07674437680267729, + 0.03171539270632451, + 0.0767443768026773, 0.1538318479616475 ], "resistance": [ @@ -331285,68 +240214,7 @@ "id": "5840", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.343299016457745, - 23.343299016457745, - 23.343299016457745, - 23.343299016457745, - 23.343299016457745, - 23.343299016457745, - 23.343299016457745, - 23.343299016457745 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -2275.692324615531, - -3468.8353846616756, - -3165.5317907746394, - -1183.2833215178034, - 1581.6998767012956, - 3564.574730485776, - 2847.398055649086, - 315.5926047223984 - ], - "relative wind speed": [ - 6.158710325254738, - 5.855565826256189, - 5.952614340033445, - 6.379366766358012, - 6.855139660243936, - 7.115827533479808, - 7.034844358667565, - 6.6502881360235495 - ], - "relative wind angle": [ - 0.08810405719239324, - 0.023244828574581503, - 0.05873605549773156, - 0.098959798627718, - 0.07913356647328677, - 0.01912745431308448, - 0.04969206406895078, - 0.09491593455560915 - ], - "resistance": [ - 94358.80767538445, - 93165.6646153383, - 93468.96820922535, - 95451.21667848219, - 98216.19987670128, - 100199.07473048577, - 99481.89805564907, - 96950.09260472239 - ], - "fuel": [ - 53.60284860852193, - 53.0009784274162, - 53.15347503137191, - 54.15854968601764, - 55.58492160011351, - 56.6253430027727, - 56.24734903002363, - 54.92824404138618 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -69.84375, -60.46875 -69.6875, -60.3125 -69.6875, -60.3125 -69.84375, -60.46875 -69.84375))", @@ -331378,37 +240246,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1924.5205956152695, + -1924.520595615275, -2887.542192774348, - -2606.0749540953257, + -2606.074954095324, -919.0467961707691, - 1393.446091870066, + 1393.4460918700588, 3027.4633420457794, 2363.8769968017277, 227.02862565765645 ], "relative wind speed": [ - 5.2447877378581005, + 5.2447877378581, 4.953549525229747, - 5.059125021504196, + 5.059125021504195, 5.482686100444651, 5.942841074070867, 6.187689839346071, 6.101672923358039, - 5.724099192959665 + 5.724099192959664 ], "relative wind angle": [ 0.09975274403344805, - 0.02451940312973711, - 0.06934903511295593, + 0.024519403129737112, + 0.06934903511295433, 0.11281511684823652, - 0.08800328406789198, - 0.019628279650548548, + 0.08800328406789326, + 0.019628279650548544, 0.057485454161361894, - 0.10803814084301708 + 0.10803814084301604 ], "resistance": [ - 94709.97940438474, + 94709.97940438472, 93746.95780722566, 94028.42504590467, 95715.45320382924, @@ -331458,9 +240326,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1406.0670480995013, + -1406.067048099505, -2609.51653516883, - -2569.813190781124, + -2569.8131907811294, -1265.2186671293312, 854.7362013532129, 2605.7079489715434, @@ -331468,7 +240336,7 @@ 691.2107496035824 ], "relative wind speed": [ - 4.952461260332784, + 4.952461260332783, 4.594704077687148, 4.610819658410306, 4.98848943235471, @@ -331480,17 +240348,17 @@ "relative wind angle": [ 0.11601706210501911, 0.04858215519525093, - 0.055924729826907216, - 0.11806733890113949, + 0.0559247298269092, + 0.11806733890113948, 0.10509839920912636, - 0.038688760044422205, + 0.03868876004442221, 0.04479030308707996, - 0.10838971874187246 + 0.10838971874187248 ], "resistance": [ 95228.43295190054, 94024.98346483121, - 94064.68680921893, + 94064.68680921891, 95369.28133287071, 97489.23620135325, 99240.20794897158, @@ -331538,9 +240406,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1649.4128633131495, + -1649.4128633131568, -2375.7768288717625, - -2095.5433320435095, + -2095.5433320435186, -653.0710228217195, 1252.7624656885164, 2548.1375290436335, @@ -331548,7 +240416,7 @@ 96.26260290024766 ], "relative wind speed": [ - 4.548311360506924, + 4.548311360506923, 4.287819505060148, 4.408432407869708, 4.818646802199664, @@ -331558,19 +240426,19 @@ 4.999116773942979 ], "relative wind angle": [ - 0.10555508090101261, - 0.02119812752825647, - 0.07963004555470211, + 0.10555508090101365, + 0.021198127528256467, + 0.0796300455547049, 0.12208269071123919, - 0.09146972425770629, + 0.0914697242577063, 0.016642951615779115, 0.06541762754540913, - 0.1176546219259504 + 0.11765462192595041 ], "resistance": [ - 94985.0871366869, + 94985.08713668688, 94258.72317112828, - 94538.95666795653, + 94538.95666795652, 95981.42897717832, 97887.26246568856, 99182.63752904368, @@ -331578,9 +240446,9 @@ 96730.76260290029 ], "fuel": [ - 46.52369715538657, + 46.52369715538656, 46.15496590626343, - 46.29699097507479, + 46.296990975074785, 47.03267332553037, 48.016549359255535, 48.69299475138404, @@ -331618,51 +240486,51 @@ ], "ice resistance": 72592.8960299127, "wind resistance": [ - 3466.197555520128, + 3466.1975555198114, 1693.8288822229188, - -966.0154837139526, + -966.0154837139562, -2992.291022620884, - -3383.9572551303863, + -3383.957255130448, -2400.7247714826626, 33.63474984700588, 2534.0037176803635 ], "relative wind speed": [ - 7.90129414479799, + 7.901294144797988, 7.698959212870204, - 7.301468651985508, + 7.301468651985507, 6.93077427325838, - 6.821805845548888, + 6.821805845548889, 7.049362467311848, 7.460297559820043, 7.805885736425031 ], "relative wind angle": [ - 0.010077975132121615, - 0.05691952119292281, + 0.010077975132154663, + 0.05691952119292282, 0.07399453475677589, - 0.046963519048711745, - 0.011672789885673227, - 0.062171120544987406, + 0.04696351904871175, + 0.011672789885682737, + 0.06217112054498741, 0.07241640957265222, - 0.041695230966734616 + 0.04169523096673462 ], "resistance": [ - 76059.09358543283, + 76059.09358543252, 74286.72491213563, 71626.88054619875, 69600.60500729183, - 69208.93877478232, + 69208.93877478226, 70192.17125843004, 72626.53077975972, 75126.89974759307 ], "fuel": [ - 49.91257189285582, + 49.91257189285569, 49.14111447863879, 48.00529997712075, 47.157700245110966, - 46.99562654792308, + 46.99562654792305, 47.40357586631804, 48.42908578640083, 49.50535949615242 @@ -331698,9 +240566,9 @@ ], "ice resistance": 76780.4564760907, "wind resistance": [ - 3112.6006335047496, + 3112.600633504655, 1077.2172445262768, - -1494.547911477137, + -1494.5479114771624, -3136.9196653681975, -3242.0802508178967, -1879.7422737588677, @@ -331708,7 +240576,7 @@ 2862.346266157594 ], "relative wind speed": [ - 7.864726825023885, + 7.864726825023884, 7.61109660413791, 7.209401564054573, 6.890670554071549, @@ -331718,19 +240586,19 @@ 7.839106372528766 ], "relative wind angle": [ - 0.021515368732065124, + 0.021515368732075445, 0.06237848929855545, - 0.06965843021891811, + 0.06965843021892132, 0.03413635971483269, 0.024662059018406762, 0.06648408352399601, - 0.06653755263677748, + 0.06653755263677746, 0.03000495315388161 ], "resistance": [ - 79893.05710959545, + 79893.05710959535, 77857.67372061696, - 75285.90856461355, + 75285.90856461354, 73643.5368107225, 73538.3762252728, 74900.71420233183, @@ -331738,7 +240606,7 @@ 79642.80274224828 ], "fuel": [ - 51.62136893026162, + 51.621368930261575, 50.70738781691789, 49.57459094776851, 48.86404515368916, @@ -331778,51 +240646,51 @@ ], "ice resistance": 48934.26266368743, "wind resistance": [ - 3407.6328862826995, + 3407.632886282172, 1736.5288274260893, - -851.8593430117835, + -851.859343011809, -2875.2140984114485, - -3300.28152462668, + -3300.2815246267564, -2411.3428961973077, -67.82330284366617, 2395.2874395107683 ], "relative wind speed": [ - 7.889718281810864, + 7.889718281810863, 7.701908679227409, 7.317779829148642, 6.951176868636409, - 6.83304802555285, + 6.833048025552851, 7.044061511847676, 7.442331506857077, 7.78584228113994 ], "relative wind angle": [ - 0.007913681006131967, + 0.007913681006188085, 0.054266669195435, - 0.07226431780402462, + 0.0722643178040277, 0.0474131749572926, - 0.009137493345234936, - 0.059340352508731244, + 0.009137493345247086, + 0.05934035250873125, 0.0710528763098678, - 0.04232712140084949 + 0.04232712140084948 ], "resistance": [ - 52341.895549970126, + 52341.8955499696, 50670.791491113516, - 48082.40332067564, + 48082.403320675614, 46059.04856527598, - 45633.98113906075, + 45633.98113906067, 46522.91976749012, 48866.43936084376, 51329.5501031982 ], "fuel": [ - 40.557553631366744, + 40.55755363136655, 39.97733837230631, - 39.099150397951774, + 39.09915039795177, 38.4300277843156, - 38.2913944851257, + 38.291394485125664, 38.58208390468839, 39.362525995200656, 40.204821721417915 @@ -331858,51 +240726,51 @@ ], "ice resistance": 57766.33733539089, "wind resistance": [ - 3321.557753905494, + 3321.557753905312, 1548.8722657004619, - -1033.171884069412, + -1033.1718840694266, -2948.1613040770644, - -3283.1003750690725, + -3283.1003750691816, -2261.448870754448, 127.69070360929254, 2524.0519626090136 ], "relative wind speed": [ - 7.882246846511407, + 7.882246846511406, 7.676120804539237, - 7.287308111798423, + 7.287308111798422, 6.934262083260147, - 6.84115347498253, + 6.841153474982531, 7.071659325202569, 7.471702396463704, 7.8004618823673 ], "relative wind angle": [ - 0.01172629748257667, + 0.011726297482595606, 0.05649963660972994, - 0.07149851842378632, + 0.07149851842378788, 0.04367464628810557, - 0.013510918227732602, + 0.013510918227749037, 0.06133485951019771, - 0.06973110316461034, + 0.06973110316461033, 0.03882221860051123 ], "resistance": [ - 61087.895089296384, + 61087.8950892962, 59315.20960109135, - 56733.165451321474, + 56733.16545132146, 54818.17603131382, - 54483.23696032182, + 54483.23696032171, 55504.888464636446, 57894.028039000186, 60290.38929799991 ], "fuel": [ - 43.76371472897583, + 43.76371472897575, 43.09087417511011, 42.13175334635325, 41.436437705321374, - 41.31622637511127, + 41.31622637511123, 41.684207585864414, 42.559895498957474, 43.45956645781513 @@ -331938,51 +240806,51 @@ ], "ice resistance": 62953.03855655198, "wind resistance": [ - 3254.3930629873757, + 3254.3930629872775, 1077.6486342266435, - -1625.8588789381538, - -3318.025081831027, - -3398.583697932965, + -1625.858878938161, + -3318.0250818310415, + -3398.5836979329906, -1920.1688971310214, 737.0118188131892, 3062.884528283521 ], "relative wind speed": [ - 7.88893955426514, + 7.888939554265138, 7.6164520642450935, 7.19219338685017, - 6.860582817459941, - 6.8381275407405715, + 6.8605828174599415, + 6.838127540740572, 7.140379087089173, 7.567543183915929, 7.869419226287108 ], "relative wind angle": [ - 0.023852485111882222, + 0.023852485111891534, 0.06631098090833273, - 0.07314144186692786, - 0.03478479919329298, - 0.027518749715939244, - 0.07073931320354945, - 0.06950762237876192, + 0.07314144186692939, + 0.034784799193296176, + 0.02751874971594328, + 0.07073931320354947, + 0.06950762237876193, 0.03032402219952128 ], "resistance": [ - 66207.43161953936, + 66207.43161953926, 64030.687190778626, - 61327.17967761383, - 59635.01347472095, - 59554.45485861902, + 61327.17967761382, + 59635.01347472094, + 59554.45485861899, 61032.86965942096, 63690.05037536517, 66015.92308483551 ], "fuel": [ - 45.77253470212426, + 45.77253470212422, 44.90649885474061, - 43.85543331233593, + 43.85543331233592, 43.2113944739689, - 43.18099954465477, + 43.18099954465475, 43.74265342790227, 44.77256909166344, 45.69563408947705 @@ -332018,9 +240886,9 @@ ], "ice resistance": 80188.16692168478, "wind resistance": [ - 3527.0619491515827, + 3527.06194915139, 1484.263138950424, - -1314.2444628079393, + -1314.2444628079538, -3274.051563677629, -3537.8621861250467, -2277.3414538283614, @@ -332028,7 +240896,7 @@ 2900.062276882949 ], "relative wind speed": [ - 7.919667238547744, + 7.919667238547743, 7.675985770691551, 7.248407415316961, 6.878604037481343, @@ -332038,19 +240906,19 @@ 7.855846151712059 ], "relative wind angle": [ - 0.01694272731001674, - 0.0637518012345391, - 0.07697752299482494, + 0.0169427273100364, + 0.06375180123453911, + 0.0769775229948264, 0.04352188713555059, - 0.019718224718134034, + 0.019718224718134038, 0.06913876983755762, 0.07423185019839987, 0.03810509520686626 ], "resistance": [ - 83715.22887083636, + 83715.22887083617, 81672.4300606352, - 78873.92245887684, + 78873.92245887683, 76914.11535800716, 76650.30473555974, 77910.82546785643, @@ -332058,7 +240926,7 @@ 83088.22919856773 ], "fuel": [ - 53.37935500262753, + 53.37935500262744, 52.43301853762887, 51.16180348590174, 50.28891611878534, @@ -332098,9 +240966,9 @@ ], "ice resistance": 70360.56824796351, "wind resistance": [ - 3202.0221519348197, + 3202.0221519347833, 621.8848879281431, - -2208.254700161684, + -2208.254700161706, -3684.435826165238, -3511.5646753878864, -1579.0327084081437, @@ -332108,7 +240976,7 @@ 3612.3907074548915 ], "relative wind speed": [ - 7.897761107247992, + 7.89776110724799, 7.558582289322701, 7.097638380345567, 6.787115621129238, @@ -332118,19 +240986,19 @@ 7.939326101735347 ], "relative wind angle": [ - 0.035892729829284535, + 0.03589272982928763, 0.07631452707464452, - 0.07496233118182082, + 0.07496233118182379, 0.025855649236410098, - 0.041473951851627854, + 0.04147395185162786, 0.08002603689877073, 0.06942261348180359, - 0.022102633679660918 + 0.02210263367966092 ], "resistance": [ - 73562.59039989833, + 73562.5903998983, 70982.45313589166, - 68152.31354780184, + 68152.31354780181, 66676.13242179828, 66849.00357257563, 68781.53553955536, @@ -332138,9 +241006,9 @@ 73972.9589554184 ], "fuel": [ - 48.829284523890905, + 48.82928452389088, 47.73407643492412, - 46.5612362281653, + 46.561236228165285, 45.96131811328744, 46.0311535423684, 46.81941599632338, @@ -332178,53 +241046,53 @@ ], "ice resistance": 62900.10814764699, "wind resistance": [ - 3120.846558466361, + 3120.846558466299, 403.68006702494677, - -2434.4430146281775, - -3786.2745614178384, + -2434.443014628181, + -3786.2745614178093, -3500.9192044235097, -1396.5226274438137, - 1605.4605682663896, + 1605.4605682664042, 3798.0801871058466 ], "relative wind speed": [ - 7.892435609103906, + 7.892435609103904, 7.528540830505784, - 7.058962064516247, - 6.7641127535734675, + 7.058962064516246, + 6.764112753573467, 6.843921293641072, 7.242297389697023, 7.700704713798962, 7.960940721695508 ], "relative wind angle": [ - 0.04077021650844829, - 0.07958526040099245, - 0.0744081934736898, - 0.021230428530335233, - 0.04702066667479132, + 0.040770216508453735, + 0.07958526040099247, + 0.07440819347368981, + 0.021230428530330005, + 0.047020666674791316, 0.08273783536392801, - 0.06819727259731206, - 0.018038322003751606 + 0.06819727259731044, + 0.01803832200375161 ], "resistance": [ - 66020.95470611335, + 66020.95470611329, 63303.788214671935, - 60465.66513301882, - 59113.83358622916, + 60465.66513301881, + 59113.833586229186, 59399.18894322348, 61503.58552020318, - 64505.56871591338, + 64505.568715913396, 66698.18833475283 ], "fuel": [ - 45.69765280077942, + 45.69765280077941, 44.62122298496257, 43.526209257310995, - 43.015179500657865, + 43.01517950065787, 43.122485523755735, 43.92318669467131, - 45.09393076905369, + 45.0939307690537, 45.97022193717886 ] }, @@ -332258,19 +241126,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3192.0787221729734, + 3192.078722172959, 1520.1180424501435, - -935.7088228594839, + -935.7088228594948, -2775.3048967734358, -3111.3814585066575, -2160.3816223837857, - 102.32856624998385, + 102.32856624999113, 2393.8366492293644 ], "relative wind speed": [ - 7.270538316298965, + 7.270538316298963, 7.060883074716581, - 6.657775134434462, + 6.657775134434461, 6.285688892780326, 6.18296145472666, 6.421344871955399, @@ -332280,17 +241148,17 @@ "relative wind angle": [ 0.01246284484038672, 0.06357907337688665, - 0.08177577189014039, + 0.08177577189014175, 0.051007966285248056, - 0.014655192251096573, + 0.014655192251096572, 0.06992114326591282, - 0.07961111736876943, + 0.07961111736876804, 0.04463820548148246 ], "resistance": [ - 99826.578722173, + 99826.57872217298, 98154.61804245017, - 95698.79117714055, + 95698.79117714053, 93859.1951032266, 93523.11854149337, 94474.11837761625, @@ -332298,7 +241166,7 @@ 99028.3366492294 ], "fuel": [ - 57.73098095195108, + 57.73098095195107, 56.85504760447225, 55.58731034784154, 54.65238288535458, @@ -332338,7 +241206,7 @@ ], "ice resistance": 73736.08413233627, "wind resistance": [ - 3316.9099270442603, + 3316.9099270441475, 1581.9645296562594, -982.7099626836243, -2909.8552217873003, @@ -332348,9 +241216,9 @@ 2473.480392022255 ], "relative wind speed": [ - 7.880190560775418, + 7.880190560775416, 7.679937852236218, - 7.295076833236017, + 7.295076833236016, 6.941438443948785, 6.843018202885545, 7.06702596464356, @@ -332358,17 +241226,17 @@ 7.793634179766636 ], "relative wind angle": [ - 0.010723088907524225, - 0.05555890430637704, + 0.010723088907534577, + 0.055558904306377034, 0.07115187117152519, 0.04423735256495246, 0.012348427200344772, - 0.06038306938480843, - 0.0695421646062665, + 0.06038306938480844, + 0.06954216460626651, 0.03939755640711144 ], "resistance": [ - 77052.99405938052, + 77052.99405938042, 75318.04866199254, 72753.37416965264, 70826.22891054896, @@ -332378,7 +241246,7 @@ 76209.56452435852 ], "fuel": [ - 50.35030142861386, + 50.35030142861382, 49.588595976813735, 48.48312487011414, 47.66855824278678, @@ -332418,53 +241286,53 @@ ], "ice resistance": 94707.39603216722, "wind resistance": [ - 3302.4155564959074, + 3302.4155564957437, 1256.9971387144833, - -1421.4736390466896, - -3206.8854799301116, + -1421.4736390467115, + -3206.8854799300934, -3380.99835968739, -2058.2080866479228, - 520.0970328912153, + 520.0970328911972, 2888.331876924589 ], "relative wind speed": [ - 7.890198471364325, + 7.890198471364324, 7.640078340081924, - 7.225789462088547, - 6.8837969961685, + 7.225789462088546, + 6.883796996168499, 6.835299399044768, 7.113772047902064, - 7.534223015127161, + 7.534223015127162, 7.84792257273498 ], "relative wind angle": [ - 0.019596770177996783, + 0.01959677017801378, 0.06317925272928725, - 0.073076625965753, - 0.038319378854434524, + 0.07307662596575451, + 0.03831937885443162, 0.02262164218786402, 0.06786045477421707, - 0.07008002657994858, - 0.03360990491950422 + 0.07008002657995176, + 0.033609904919504226 ], "resistance": [ - 98009.81158866313, + 98009.81158866297, 95964.3931708817, - 93285.92239312053, - 91500.5105522371, + 93285.9223931205, + 91500.51055223713, 91326.39767247983, 92649.1879455193, - 95227.49306505843, + 95227.49306505841, 97595.7279090918 ], "fuel": [ - 60.4358891774458, + 60.43588917744573, 59.37955165723147, - 58.01982090276485, - 57.128281335458254, + 58.01982090276482, + 57.12828133545827, 57.04197340866743, 57.70050884588948, - 59.00280099293181, + 59.002800992931796, 60.22078267084601 ] }, @@ -332498,9 +241366,9 @@ ], "ice resistance": 68485.45419198285, "wind resistance": [ - 3310.574273852544, + 3310.574273852486, 1115.261685148158, - -1625.8200636313777, + -1625.820063631385, -3353.6406302408577, -3445.7353030077174, -1962.0601401098684, @@ -332508,9 +241376,9 @@ 3091.6965882913173 ], "relative wind speed": [ - 7.8970699698325415, + 7.89706996983254, 7.623139807758753, - 7.1936296813332135, + 7.193629681333213, 6.855638087338563, 6.829954931069062, 7.134405226802677, @@ -332518,7 +241386,7 @@ 7.874784116678905 ], "relative wind angle": [ - 0.023721746991581503, + 0.023721746991586187, 0.06693269863440343, 0.07426321328147167, 0.03573781872719575, @@ -332528,7 +241396,7 @@ 0.03111106504146603 ], "resistance": [ - 71796.02846583539, + 71796.02846583533, 69600.715877131, 66859.63412835146, 65131.81356174199, @@ -332538,7 +241406,7 @@ 71577.15078027417 ], "fuel": [ - 48.07674618388118, + 48.07674618388114, 47.157746204490245, 46.03545163857493, 45.34238753734427, @@ -332578,9 +241446,9 @@ ], "ice resistance": 90454.2678273178, "wind resistance": [ - 4117.014344597581, + 4117.014344596108, 2516.9433606338243, - -447.51387882961717, + -447.51387882961353, -3047.6936770014436, -3806.6441067666383, -3133.389919818139, @@ -332588,9 +241456,9 @@ 2395.155906164924 ], "relative wind speed": [ - 7.984493215333381, + 7.984493215333379, 7.822037634730256, - 7.398962975699014, + 7.398962975699013, 6.94301914343844, 6.737759005346039, 6.925695312435419, @@ -332598,17 +241466,17 @@ 7.806664684336952 ], "relative wind angle": [ - 0.0014452541524514041, + 0.0014452541526050414, 0.055337088369487836, - 0.0843506998530347, + 0.0843506998530334, 0.06470684109906186, 0.0017126797783235646, - 0.06250776973390318, + 0.06250776973390319, 0.08461431847568471, 0.0575399663470226 ], "resistance": [ - 94571.28217191539, + 94571.28217191392, 92971.21118795163, 90006.75394848819, 87406.57415031636, @@ -332618,7 +241486,7 @@ 92849.42373348272 ], "fuel": [ - 58.66900468019149, + 58.669004680190746, 57.86180975520356, 56.391492222346734, 55.128769778006244, @@ -332658,9 +241526,9 @@ ], "ice resistance": 78137.452864144, "wind resistance": [ - 4018.887695860147, + 4018.88769585907, 2316.738258853449, - -610.6935796197904, + -610.693579619805, -3086.113952920441, -3732.0982596495123, -2969.0349433482916, @@ -332668,9 +241536,9 @@ 2483.1070344618747 ], "relative wind speed": [ - 7.9709764858066015, + 7.9709764858066, 7.793759186931156, - 7.370625040300626, + 7.3706250403006255, 6.931486043174041, 6.7512915084198575, 6.955121918778277, @@ -332678,19 +241546,19 @@ 7.814787546838833 ], "relative wind angle": [ - 0.0019777341450866437, + 0.001977734145198916, 0.05679028268636796, - 0.08283447667605266, + 0.08283447667605401, 0.06064142220983208, 0.002335031215207309, - 0.06364672354377975, + 0.06364672354377973, 0.0824820476039768, 0.05378011381126437 ], "resistance": [ - 82156.34056000414, + 82156.34056000307, 80454.19112299745, - 77526.7592845242, + 77526.75928452419, 75051.33891122356, 74405.35460449448, 75168.4179207957, @@ -332698,7 +241566,7 @@ 80620.55989860588 ], "fuel": [ - 52.65578891635671, + 52.655788916356215, 51.87605478148774, 50.560248825458686, 49.47249375360833, @@ -332725,68 +241593,7 @@ "id": "5858", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 91467.8750272481, - "wind resistance": [ - 3676.496699226005, - 1421.7217667693549, - -1539.288649502214, - -3524.1831048162567, - -3726.3982197588593, - -2275.00744834575, - 569.8778870092174, - 3196.5446421415218 - ], - "relative wind speed": [ - 7.947443269587892, - 7.674010741133039, - 7.216646347264859, - 6.835199955280463, - 6.778657183789225, - 7.08672046038433, - 7.551957576493919, - 7.898866330682467 - ], - "relative wind angle": [ - 0.02116356434799859, - 0.06941458916540226, - 0.08108858106952606, - 0.04308639228588148, - 0.02481331135491179, - 0.07517755448457501, - 0.07748081074728641, - 0.03728145198515626 - ], - "resistance": [ - 95144.3717264741, - 92889.59679401745, - 89928.58637774589, - 87943.69192243184, - 87741.47680748923, - 89192.86757890234, - 92037.75291425732, - 94664.41966938962 - ], - "fuel": [ - 58.96043084153656, - 57.82089273531748, - 56.35316500845124, - 55.38754802883392, - 55.28999670432982, - 55.99354057992028, - 57.39530394257673, - 58.71628357454581 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -52.5, -66.71875 -52.34375, -66.5625 -52.34375, -66.5625 -52.5, -66.71875 -52.5))", @@ -332818,53 +241625,53 @@ ], "ice resistance": 93840.8761557829, "wind resistance": [ - 3846.8727960583165, + 3846.872796053325, 2314.8609739339845, - -464.62832671654905, + -464.6283267165709, -2883.4826334530226, - -3564.3191571518764, + -3564.319157151873, -2920.5774009077722, - -527.2607299725569, - 2262.160710215845 + -527.260729972546, + 2262.160710215856 ], "relative wind speed": [ - 7.9440802761610465, + 7.944080276161046, 7.787595595108352, 7.389143174902183, 6.96485169668606, - 6.778157133414958, + 6.778157133414959, 6.957383157941212, - 7.379186181426211, - 7.7809168098961425 + 7.37918618142621, + 7.780916809896142 ], "relative wind angle": [ - 0.0006286548697868442, + 0.0006286548703166531, 0.05250306615462831, - 0.0789764319672087, + 0.07897643196721152, 0.05972773542628874, 0.0007367909564226104, 0.05877500358041234, - 0.07908322018889642, - 0.05345714575914059 + 0.0790832201888936, + 0.053457145759138514 ], "resistance": [ - 97687.74895184122, + 97687.74895183623, 96155.73712971689, - 93376.24782906636, + 93376.24782906633, 90957.39352232988, - 90276.55699863101, + 90276.55699863103, 90920.29875487513, - 93313.61542581033, - 96103.03686599874 + 93313.61542581035, + 96103.03686599876 ], "fuel": [ - 60.26853024858259, + 60.26853024858001, 59.47770943362563, - 58.06523983652558, + 58.06523983652556, 56.85943055836252, - 56.52395703917392, + 56.52395703917393, 56.84110815622252, - 58.03374274571104, + 58.03374274571105, 59.4506610655023 ] }, @@ -332898,37 +241705,37 @@ ], "ice resistance": 86157.26523488895, "wind resistance": [ - 3593.833501076475, + 3593.833501076304, 1678.5806046032922, - -1105.9352850563155, + -1105.9352850563191, -3170.4941444439537, -3532.2344839176185, -2427.677377091426, - 148.7830871527367, + 148.78308715274034, 2733.747568310624 ], "relative wind speed": [ - 7.923534110576007, + 7.923534110576006, 7.701880244683308, - 7.282820000854973, + 7.282820000854972, 6.900895428541343, 6.800066191026971, 7.050130048471911, - 7.48223401391298, + 7.482234013912979, 7.835874889771197 ], "relative wind angle": [ - 0.012620588272328459, + 0.012620588272346054, 0.060795505975541994, - 0.07721524442954815, + 0.07721524442954814, 0.04733533047398495, 0.014705829116677314, 0.06642368285577535, - 0.07515339273178628, + 0.07515339273178478, 0.0416837657339785 ], "resistance": [ - 89751.09873596542, + 89751.09873596526, 87835.84583949225, 85051.32994983264, 82986.77109044499, @@ -332938,7 +241745,7 @@ 88891.01280319958 ], "fuel": [ - 56.2662234846477, + 56.266223484647625, 55.33550267499061, 54.00670974345421, 53.04011205640644, @@ -332965,68 +241772,7 @@ "id": "5861", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.956461002374798, - 25.956461002374798, - 25.956461002374798, - 25.956461002374798, - 25.956461002374798, - 25.956461002374798, - 25.956461002374798, - 25.956461002374798 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3088.491368352359, - 839.9364779794014, - -1797.362496037058, - -3325.514986832466, - -3297.6457769894514, - -1695.6934053086115, - 957.6239445206156, - 3154.7054830997586 - ], - "relative wind speed": [ - 7.728933975041715, - 7.434724673802543, - 7.005156402766043, - 6.690385600218104, - 6.6983252181697255, - 7.023450017169218, - 7.4519638278583, - 7.735807756098703 - ], - "relative wind angle": [ - 0.02898278153794223, - 0.07039372965067059, - 0.07366299026313508, - 0.030821921864364665, - 0.03344364378374691, - 0.07452323539912892, - 0.06923898086230558, - 0.026655563084459464 - ], - "resistance": [ - 99722.99136835238, - 97474.43647797941, - 94837.13750396296, - 93308.98501316755, - 93336.85422301057, - 94938.8065946914, - 97592.12394452063, - 99789.20548309977 - ], - "fuel": [ - 60.4320705170813, - 59.257340714888315, - 57.903490053101734, - 57.13085995361495, - 57.14487276513925, - 57.955201985942495, - 59.31835850657713, - 60.466948428793856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -52.5, -66.5625 -52.34375, -66.40625 -52.34375, -66.40625 -52.5, -66.5625 -52.5))", @@ -333058,17 +241804,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3467.2699619295745, + 3467.269961929567, 1964.466234295458, - -570.2222940824649, + -570.2222940824977, -2686.785005899721, - -3224.328871622234, + -3224.3288716220723, -2527.7076195778136, - -301.8950760641528, + -301.8950760641419, 2190.5646972366812 ], "relative wind speed": [ - 7.274405575641071, + 7.274405575641069, 7.100927429751957, 6.696910639037679, 6.281624179670299, @@ -333078,21 +241824,21 @@ 7.1322642025650325 ], "relative wind angle": [ - 0.003237718175998611, + 0.0032377181759986116, 0.0600358381267719, - 0.08656270810917156, + 0.0865627081091767, 0.06256379473798519, - 0.0038506771050489676, - 0.06749659098248688, - 0.08595883336497084, + 0.003850677105020135, + 0.06749659098248689, + 0.08595883336496954, 0.055093958703249575 ], "resistance": [ 100101.76996192959, 98598.96623429547, - 96064.27770591754, + 96064.27770591751, 93947.7149941003, - 93410.17112837778, + 93410.17112837794, 94106.79238042221, 96332.60492393587, 98825.0646972367 @@ -333100,9 +241846,9 @@ "fuel": [ 57.707845769945024, 56.9185212227895, - 55.606255252181974, + 55.60625525218197, 54.52877877001255, - 54.25778625365902, + 54.257786253659106, 54.6091807858992, 55.74404292966584, 57.03673890261359 @@ -333125,68 +241871,7 @@ "id": "5863", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.364055602502187, - 23.364055602502187, - 23.364055602502187, - 23.364055602502187, - 23.364055602502187, - 23.364055602502187, - 23.364055602502187, - 23.364055602502187 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3317.970057006336, - 1415.4832416835125, - -1188.9003376357286, - -3019.2530199398916, - -3271.783230881172, - -2101.684667616326, - 357.95401916051924, - 2720.0711032969266 - ], - "relative wind speed": [ - 7.081460353619829, - 6.827681760555967, - 6.377197594026741, - 5.982133091941797, - 5.901633538212711, - 6.19347406031687, - 6.6564036841214875, - 7.013589867503049 - ], - "relative wind angle": [ - 0.019796517036401597, - 0.07569845001907365, - 0.09265783172880315, - 0.053201490160638236, - 0.02375482612502404, - 0.08346712866126273, - 0.08876078862532892, - 0.045371551096602306 - ], - "resistance": [ - 99952.47005700637, - 98049.98324168354, - 95445.5996623643, - 93615.24698006014, - 93362.71676911885, - 94532.8153323837, - 96992.45401916055, - 99354.57110329696 - ], - "fuel": [ - 56.52561158698549, - 55.52883130180196, - 54.18614053785447, - 53.25760375826418, - 53.13047395742109, - 53.7215273471366, - 54.980578256547304, - 56.21089989955331 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -51.40625, -65.3125 -51.25, -65.15625 -51.25, -65.15625 -51.40625, -65.3125 -51.40625))", @@ -333218,9 +241903,9 @@ ], "ice resistance": 62664.405374888614, "wind resistance": [ - 3301.6613996872, + 3301.661399686909, 2648.275059394451, - 271.024623962403, + 271.02462396238843, -2179.1854967099644, -3308.1379001671667, -3033.6233475689733, @@ -333228,7 +241913,7 @@ 1434.8957125805427 ], "relative wind speed": [ - 7.88322563828833, + 7.883225638288329, 7.816310836268941, 7.494270891652668, 7.088136529788669, @@ -333238,19 +241923,19 @@ 7.661612316652064 ], "relative wind angle": [ - 0.014588867434651532, + 0.014588867434681973, 0.0367613963635227, - 0.06961197194483588, + 0.06961197194483748, 0.06351678038313074, - 0.01681213256985501, + 0.016812132569855007, 0.04154247348489653, 0.07181412553595294, 0.05875681405164478 ], "resistance": [ - 65966.06677457581, + 65966.06677457552, 65312.680434283066, - 62935.42999885102, + 62935.429998851, 60485.21987817865, 59356.26747472145, 59630.78202731964, @@ -333258,9 +241943,9 @@ 64099.30108746915 ], "fuel": [ - 45.67563658295583, + 45.67563658295572, 45.414416371275834, - 44.47740921302169, + 44.47740921302167, 43.53365138631446, 43.106325825231195, 43.20979733937699, @@ -333285,68 +241970,7 @@ "id": "5865", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 46012.99622308506, - "wind resistance": [ - 3803.82506073259, - 1971.563148021618, - -892.7240663447083, - -3151.959075846178, - -3642.1143988007716, - -2682.4448262365586, - -100.024900260516, - 2638.6225094611546 - ], - "relative wind speed": [ - 7.9478644360851405, - 7.744772529269964, - 7.321433695061069, - 6.911615512890892, - 6.7749158451134015, - 7.006178150220056, - 7.447458791532856, - 7.829278689938275 - ], - "relative wind angle": [ - 0.007953446854303532, - 0.05935397115484999, - 0.08019264612765324, - 0.053561212178772834, - 0.009330472819676385, - 0.06561965841518413, - 0.07883279226435472, - 0.0472783541040721 - ], - "resistance": [ - 49816.82128381765, - 47984.559371106676, - 45120.27215674035, - 42861.03714723888, - 42370.88182428428, - 43330.5513968485, - 45912.97132282454, - 48651.61873254621 - ], - "fuel": [ - 39.68484778218052, - 39.06644292083334, - 38.12474850379614, - 37.40351368148404, - 37.24954451992208, - 37.5518373149265, - 38.38230970685791, - 39.29013534067977 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -51.5625, -65.3125 -51.40625, -65.15625 -51.40625, -65.15625 -51.5625, -65.3125 -51.5625))", @@ -333378,19 +242002,19 @@ ], "ice resistance": 69411.12646961915, "wind resistance": [ - 3271.873791337177, + 3271.8737913371224, 3090.705874780677, - 753.2761479576438, + 753.2761479576366, -1923.4791163054506, - -3418.650369960633, + -3418.650369960662, -3342.431142972073, -1645.1183365507495, 1075.4627883744033 ], "relative wind speed": [ - 7.892008535918147, + 7.892008535918146, 7.873552907628978, - 7.5705875018272275, + 7.570587501827227, 7.140559940295141, 6.835205944126716, 6.856457076391372, @@ -333398,31 +242022,31 @@ 7.616839421222054 ], "relative wind angle": [ - 0.024203448290976433, - 0.03032241544958874, + 0.024203448290981023, + 0.030322415449588743, 0.06987706780922791, 0.07131767049476949, - 0.027946493018522853, - 0.034822183658399744, + 0.027946493018526825, + 0.03482218365839974, 0.07358670225382781, 0.06685131215378538 ], "resistance": [ - 72683.00026095632, + 72683.00026095627, 72501.83234439982, 70164.4026175768, 67487.6473533137, - 65992.47609965852, + 65992.4760996585, 66068.69532664708, 67766.0081330684, 70486.58925799356 ], "fuel": [ - 48.45313608326492, + 48.4531360832649, 48.37601887637767, 47.39200511994296, 46.290113198443294, - 45.686228285586225, + 45.68622828558622, 45.71681126084175, 46.40345887670114, 47.52643159986481 @@ -333458,21 +242082,21 @@ ], "ice resistance": 66146.86121283048, "wind resistance": [ - 3966.4121070085966, + 3966.4121070085857, 2993.0197973101494, - 150.70026633601447, + 150.7002663359999, -2665.0707923281043, - -3859.9798956456834, + -3859.979895645778, -3449.8417237393696, - -1173.5173363651738, + -1173.5173363651847, 1877.77214377563 ], "relative wind speed": [ - 7.9788955182681915, + 7.97889551826819, 7.880480966006308, 7.492245266222649, 7.01813116297268, - 6.744866132057902, + 6.744866132057903, 6.859592741208054, 7.281638119378513, 7.739627110535344 @@ -333480,29 +242104,29 @@ "relative wind angle": [ 0.013244451531619506, 0.04590398462724773, - 0.0824557256452038, + 0.08245572564520516, 0.07288484512975806, - 0.01566781711535087, - 0.05274163732097081, - 0.08484625432980092, + 0.01566781711536504, + 0.052741637320970806, + 0.08484625432980222, 0.0660800266599108 ], "resistance": [ - 70113.27331983908, + 70113.27331983906, 69139.88101014063, - 66297.5614791665, + 66297.56147916648, 63481.79042050238, - 62286.8813171848, + 62286.8813171847, 62697.01948909111, - 64973.34387646531, + 64973.3438764653, 68024.63335660611 ], "fuel": [ 47.370707868617316, 46.9671092506999, - 45.80877374452298, + 45.808773744522966, 44.69089923777441, - 44.22543100894472, + 44.225431008944675, 44.384598541184005, 45.27937825895063, 46.509026823234485 @@ -333538,9 +242162,9 @@ ], "ice resistance": 75743.69308649535, "wind resistance": [ - 2574.095082876229, + 2574.095082876076, 2465.4302737247017, - 613.7971728998382, + 613.7971728998054, -1532.2585525457725, -2745.584112559245, -2700.05382567794, @@ -333548,7 +242172,7 @@ 808.0610760408017 ], "relative wind speed": [ - 7.782645773108989, + 7.782645773108988, 7.771385286887375, 7.529957569440574, 7.186867472495466, @@ -333558,19 +242182,19 @@ 7.557982583424942 ], "relative wind angle": [ - 0.0201900638104734, + 0.0201900638104899, 0.023915983634380193, - 0.05579853035118878, + 0.05579853035119277, 0.056807145116262746, 0.022632281221226475, 0.026721770384549617, - 0.05822711463225791, + 0.058227114632257916, 0.05401499144387538 ], "resistance": [ - 78317.78816937158, + 78317.78816937143, 78209.12336022005, - 76357.49025939518, + 76357.49025939516, 74211.43453394958, 72998.1089739361, 73043.6392608174, @@ -333578,9 +242202,9 @@ 76551.75416253615 ], "fuel": [ - 50.91265193248282, + 50.912651932482746, 50.864103839988026, - 50.04360439610204, + 50.04360439610203, 49.108601718576736, 48.587558420333124, 48.60701175127353, @@ -333618,54 +242242,54 @@ ], "ice resistance": 80632.16830047203, "wind resistance": [ - 2984.5150125930013, + 2984.5150125928776, 2648.6818193032996, - 502.5717238964862, + 502.5717238964462, -1858.8540603800975, - -3089.579914547856, + -3089.5799145478923, -2948.6078855829037, -1341.1250413900125, - 1101.5347184634338 + 1101.5347184634447 ], "relative wind speed": [ - 7.841867483710058, + 7.841867483710057, 7.807333772739466, - 7.523058111991146, + 7.523058111991147, 7.139580144161697, 6.883300349908337, 6.922445283291092, 7.2303738480608, - 7.6092775415416005 + 7.6092775415416 ], "relative wind angle": [ - 0.018702279295966094, + 0.018702279295977967, 0.030139485464613435, - 0.0637645060468075, + 0.06376450604681272, 0.06204217950242268, - 0.02130712535769613, + 0.02130712535770134, 0.033993582867375596, - 0.0663494022285774, - 0.05820803165866389 + 0.06634940222857738, + 0.05820803165866198 ], "resistance": [ - 83616.68331306503, + 83616.6833130649, 83280.85011977532, - 81134.74002436851, + 81134.74002436847, 78773.31424009193, - 77542.58838592417, + 77542.58838592413, 77683.56041488913, 79291.04325908201, - 81733.70301893546 + 81733.70301893547 ], "fuel": [ - 53.33334682291407, + 53.333346822914024, 53.176827057690474, - 52.18651250064582, + 52.18651250064579, 51.11664512312484, - 50.567277854949054, + 50.56727785494904, 50.62991865260189, 51.34943145567265, - 52.4611776394689 + 52.461177639468914 ] }, { @@ -333698,9 +242322,9 @@ ], "ice resistance": 79155.07969169987, "wind resistance": [ - 2412.8822801821298, + 2412.882280182119, 2359.4142350978072, - 622.7435109044382, + 622.7435109044345, -1419.7559595176936, -2598.541180241489, -2576.157323884301, @@ -333708,9 +242332,9 @@ 718.4327751632118 ], "relative wind speed": [ - 7.7582711046882595, + 7.758271104688258, 7.7527110151407905, - 7.5270956147658765, + 7.527095614765876, 7.201951680951462, 6.967260119022074, 6.973446494787991, @@ -333719,18 +242343,18 @@ ], "relative wind angle": [ 0.02005426609080622, - 0.02189323979180417, + 0.021893239791804173, 0.05258022908748106, - 0.054141792149808084, + 0.05414179214980809, 0.022331437814898113, 0.024340211388078747, - 0.05484630887421381, + 0.0548463088742138, 0.051705912473130916 ], "resistance": [ - 81567.961971882, + 81567.96197188199, 81514.49392679767, - 79777.82320260431, + 79777.8232026043, 77735.32373218218, 76556.53851145838, 76578.92236781557, @@ -333738,7 +242362,7 @@ 79873.51246686307 ], "fuel": [ - 52.385040542680784, + 52.38504054268077, 52.360500529531315, 51.56921191455505, 50.65293819906235, @@ -333778,10 +242402,10 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2621.361288722288, + 2621.3612887220334, 1772.677055479151, -122.73170044440849, - -1885.5856047720135, + -1885.585604772008, -2511.6699933673954, -2155.291836421473, -578.5020128359974, @@ -333791,24 +242415,24 @@ 6.845079649974236, 6.744644313390429, 6.43733209507977, - 6.088939048387252, + 6.088939048387251, 5.912228019239394, 6.026551970390772, 6.353763535388035, 6.688376247714815 ], "relative wind angle": [ - 0.006120617811238542, + 0.006120617811274819, 0.04452338130150144, - 0.07252150962585847, - 0.059066767634885574, + 0.07252150962585846, + 0.05906676763488369, 0.007086364962654909, - 0.049832715248019674, + 0.04983271524801968, 0.07347706564681018, 0.05376762426419077 ], "resistance": [ - 99255.86128872227, + 99255.86128872202, 98407.17705547914, 96511.76829955558, 94748.91439522797, @@ -333818,7 +242442,7 @@ 98024.13280539094 ], "fuel": [ - 55.575037155168324, + 55.5750371551682, 55.130917334966874, 54.1487193411582, 53.2472095585093, @@ -333858,9 +242482,9 @@ ], "ice resistance": 69498.13365546061, "wind resistance": [ - 3477.393265812505, + 3477.3932658126723, 2336.600784922186, - -178.66568843662026, + -178.66568843664209, -2509.5580070446667, -3327.9652488507163, -2848.9846854700845, @@ -333868,7 +242492,7 @@ 1854.5463686987023 ], "relative wind speed": [ - 7.89706782346301, + 7.897067823463008, 7.780027166584135, 7.426160121855866, 7.026583304745608, @@ -333878,19 +242502,19 @@ 7.718652214364363 ], "relative wind angle": [ - 0.005785404137848399, + 0.005785404137829209, 0.0445615172223248, - 0.07221560829313146, - 0.05855220928578145, + 0.07221560829313454, + 0.058552209285781455, 0.006693742804398368, - 0.04982614628510106, + 0.049826146285101056, 0.07311444138465086, - 0.053297085287607446 + 0.05329708528760744 ], "resistance": [ - 72975.52692127312, + 72975.52692127328, 71834.7344403828, - 69319.46796702399, + 69319.46796702397, 66988.57564841595, 66170.1684066099, 66649.14896999052, @@ -333898,7 +242522,7 @@ 71352.68002415932 ], "fuel": [ - 48.57791284417412, + 48.57791284417419, 48.09311012685261, 47.04130633775767, 46.08761814939612, @@ -333938,19 +242562,19 @@ ], "ice resistance": 69950.32155260835, "wind resistance": [ - 3708.865021329322, + 3708.8650213291185, 2726.31176917666, - 58.54238265540698, - -2545.270570135199, + 58.54238265541426, + -2545.270570135195, -3606.834902614577, -3193.478439208364, -1036.0605343319476, 1805.4381135425501 ], "relative wind speed": [ - 7.938159931059142, + 7.938159931059141, 7.838155398418772, - 7.470665541842304, + 7.470665541842303, 7.030818766422243, 6.785114969770512, 6.90039768377993, @@ -333958,19 +242582,19 @@ 7.721383018462533 ], "relative wind angle": [ - 0.01099352657077476, - 0.044155467681676185, - 0.07725377892347275, - 0.06681270252657545, + 0.010993526570794958, + 0.04415546768167619, + 0.07725377892347132, + 0.06681270252657544, 0.012861833700498213, 0.05016089098067828, 0.07909982102244745, - 0.06082954281186502 + 0.06082954281186503 ], "resistance": [ - 73659.18657393768, + 73659.18657393748, 72676.63332178502, - 70008.86393526375, + 70008.86393526377, 67405.05098247316, 66343.48664999378, 66756.84311339998, @@ -333978,9 +242602,9 @@ 71755.7596661509 ], "fuel": [ - 48.8707684078424, + 48.870768407842306, 48.45042381658641, - 47.327247696772844, + 47.32724769677285, 46.256536265527316, 45.827250773086554, 45.993909285129575, @@ -334018,9 +242642,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2786.196524459898, + 2786.196524458879, 1592.5912601688942, - -448.04246359630633, + -448.04246359631, -2165.2436108933325, -2606.6863069212923, -2064.671396770773, @@ -334028,9 +242652,9 @@ 1735.4598092039087 ], "relative wind speed": [ - 6.841095220499702, + 6.841095220499701, 6.695512844993771, - 6.352488888981061, + 6.35248888898106, 5.999591808039319, 5.857158305823939, 6.02303868308594, @@ -334038,19 +242662,19 @@ 6.716530754216325 ], "relative wind angle": [ - 0.0022945713043154956, + 0.00229457130446065, 0.05363998637444332, - 0.07752285715680683, + 0.07752285715680542, 0.05616260377471458, - 0.0026800344093154548, - 0.0596356591731013, + 0.0026800344093154543, + 0.059635659173101305, 0.07714199052931874, 0.0501623348280157 ], "resistance": [ - 99420.69652445993, + 99420.69652445891, 98227.09126016892, - 96186.45753640373, + 96186.45753640372, 94469.2563891067, 94027.81369307873, 94569.82860322925, @@ -334058,7 +242682,7 @@ 98369.95980920394 ], "fuel": [ - 55.50934348730186, + 55.50934348730132, 54.884758992989774, 53.82922444963875, 52.95299394271319, @@ -334085,68 +242709,7 @@ "id": "5875", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.408732604265484, - 24.408732604265484, - 24.408732604265484, - 24.408732604265484, - 24.408732604265484, - 24.408732604265484, - 24.408732604265484, - 24.408732604265484 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3089.261632566693, - 1740.0387198204298, - -535.2388735122695, - -2431.4736317584684, - -2907.204368072671, - -2279.0620153026757, - -277.77052688490585, - 1956.5252756675036 - ], - "relative wind speed": [ - 7.292565605185376, - 7.1367436835353395, - 6.777326309449273, - 6.411562311248619, - 6.2679258423631685, - 6.444788364780895, - 6.821748717634173, - 7.166608416836589 - ], - "relative wind angle": [ - 0.0030544198325411355, - 0.052992554358682206, - 0.07566580584974715, - 0.054071887476162386, - 0.0035537384813362945, - 0.05868841034737699, - 0.07517214593213108, - 0.04837037312104722 - ], - "resistance": [ - 99723.7616325667, - 98374.53871982044, - 96099.26112648775, - 94203.02636824155, - 93727.29563192735, - 94355.43798469735, - 96356.7294731151, - 98591.02527566752 - ], - "fuel": [ - 57.97475958528149, - 57.267613270580284, - 56.090452204505304, - 55.124113698304924, - 54.88377642778596, - 55.20128955848587, - 56.2226920989656, - 57.38062061501272 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -52.03125, -65.9375 -51.875, -65.78125 -51.875, -65.78125 -52.03125, -65.9375 -52.03125))", @@ -334178,9 +242741,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1830.7201761442175, + 1830.7201761441847, 2398.963224686471, - 1120.242637163874, + 1120.242637163854, -731.6132091010877, -2102.2865436878383, -2341.721532901047, @@ -334188,7 +242751,7 @@ 112.02967854733652 ], "relative wind speed": [ - 6.1442421696745235, + 6.144242169674523, 6.217946657225953, 6.029102799049776, 5.671698760193794, @@ -334198,9 +242761,9 @@ 5.843832029526064 ], "relative wind angle": [ - 0.04526987461484055, + 0.045269874614845454, 0.013890375228699589, - 0.066426083117982, + 0.06642608311798535, 0.08466036161100006, 0.052046838324089, 0.016423827161496266, @@ -334208,9 +242771,9 @@ 0.08216093188561997 ], "resistance": [ - 98465.22017614426, + 98465.22017614423, 99033.46322468651, - 97754.74263716392, + 97754.7426371639, 95902.88679089895, 94532.21345631221, 94292.778467099, @@ -334218,9 +242781,9 @@ 96746.52967854738 ], "fuel": [ - 52.01083537760743, + 52.01083537760741, 52.30802545434238, - 51.64094721201653, + 51.64094721201651, 50.68566403619789, 49.986817723885, 49.86545756973233, @@ -334258,9 +242821,9 @@ ], "ice resistance": 93935.10157803474, "wind resistance": [ - 2691.148657136535, + 2691.148657136473, 2487.0900660332663, - 549.8476347035648, + 549.847634703543, -1641.5668756241212, -2835.1036567565498, -2749.5666541252212, @@ -334268,9 +242831,9 @@ 914.4482028695056 ], "relative wind speed": [ - 7.798709366248275, + 7.798709366248273, 7.777601818834705, - 7.522856000020074, + 7.522856000020073, 7.170071185932511, 6.9265543437108175, 6.950246959874652, @@ -334278,19 +242841,19 @@ 7.5754275156091415 ], "relative wind angle": [ - 0.01911767348178905, + 0.019117673481794856, 0.026103354919306796, - 0.05801147723822358, - 0.05774912098395015, - 0.02152522067759751, - 0.029211525830392018, + 0.058011477238225494, + 0.05774912098395016, + 0.021525220677597507, + 0.029211525830392014, 0.06040414037812256, 0.05465583401404858 ], "resistance": [ - 96626.25023517128, + 96626.2502351712, 96422.191644068, - 94484.9492127383, + 94484.94921273828, 92293.53470241062, 91099.99792127819, 91185.53492390952, @@ -334298,9 +242861,9 @@ 94849.54978090424 ], "fuel": [ - 59.719657929342006, + 59.71965792934197, 59.61462521895959, - 58.62520876491336, + 58.62520876491334, 57.522811144266505, 56.92991553272663, 56.97223015314035, @@ -334338,9 +242901,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2921.5626868617255, + 2921.5626868616164, 1962.142436311642, - -131.14707035705942, + -131.14707035707215, -2065.3232190190647, -2746.1526686262714, -2341.6791910833654, @@ -334348,7 +242911,7 @@ 1569.264742614625 ], "relative wind speed": [ - 6.586146610397973, + 6.5861466103979724, 6.468395480404319, 6.111798786754726, 5.7050005001482065, @@ -334358,17 +242921,17 @@ 6.408212099551342 ], "relative wind angle": [ - 0.006885079103653133, - 0.05451396657010756, - 0.08908929062023466, + 0.006885079103669258, + 0.05451396657010757, + 0.08908929062023714, 0.07308377222992166, 0.00824684160504606, 0.06256764963709487, - 0.09042932267401024, + 0.09042932267401026, 0.06505181687856822 ], "resistance": [ - 99556.06268686177, + 99556.06268686167, 98596.64243631168, 96503.35292964298, 94569.17678098098, @@ -334378,7 +242941,7 @@ 98203.76474261467 ], "fuel": [ - 54.03561217281218, + 54.03561217281211, 53.532669689244756, 52.44722506516132, 51.45877950222534, @@ -334405,68 +242968,7 @@ "id": "5879", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.391306446018834, - 25.391306446018834, - 25.391306446018834, - 25.391306446018834, - 25.391306446018834, - 25.391306446018834, - 25.391306446018834, - 25.391306446018834 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 3090.054798634548, - 1393.3654085534981, - -1026.2611886908417, - -2786.701503753815, - -3071.397520881739, - -2069.0805109212597, - 186.65463357761837, - 2412.503621863758 - ], - "relative wind speed": [ - 7.560830318284157, - 7.352947106014704, - 6.970800242753274, - 6.629577133652921, - 6.546910572229925, - 6.779554705053338, - 7.171899129121362, - 7.488451119664678 - ], - "relative wind angle": [ - 0.01333344786195971, - 0.05848530824903543, - 0.07279795750409083, - 0.04333893468310142, - 0.01539855061201643, - 0.06343818896137361, - 0.07075325208044356, - 0.038365657476947396 - ], - "resistance": [ - 99724.55479863459, - 98027.86540855354, - 95608.2388113092, - 93847.79849624622, - 93563.1024791183, - 94565.41948907878, - 96821.15463357767, - 99047.0036218638 - ], - "fuel": [ - 59.51716483647671, - 58.62899840497517, - 57.38092656558352, - 56.48656190238899, - 56.3430097388878, - 56.8497459046811, - 58.00383966926162, - 59.16120222206728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -52.34375, -66.25 -52.1875, -66.09375 -52.1875, -66.09375 -52.34375, -66.25 -52.34375))", @@ -334485,68 +242987,7 @@ "id": "5880", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90341.73518825449, - "wind resistance": [ - 3120.107716496612, - 1126.2848510654076, - -1433.3632974590982, - -3099.2833227429583, - -3230.9454265313543, - -1915.8127132426089, - 568.03467436547, - 2806.737732321355 - ], - "relative wind speed": [ - 7.864116221553516, - 7.617362073137505, - 7.219270316993581, - 6.898199424125505, - 6.8615798720915535, - 7.134521521021532, - 7.537090843115034, - 7.832014235954097 - ], - "relative wind angle": [ - 0.02025523471929281, - 0.06136688969848098, - 0.06950702457427775, - 0.03507525289335701, - 0.023215198107271184, - 0.0655257601402942, - 0.06657165139633416, - 0.030891792669867375 - ], - "resistance": [ - 93461.8429047511, - 91468.0200393199, - 88908.37189079539, - 87242.45186551154, - 87110.78976172314, - 88425.92247501187, - 90909.76986261996, - 93148.47292057585 - ], - "fuel": [ - 58.108308187719835, - 57.11216719507147, - 55.85501713401612, - 55.04991134306394, - 54.986722021152914, - 55.62079669828976, - 56.83590850125573, - 57.95076452778334 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -52.34375, -66.09375 -52.1875, -65.9375 -52.1875, -65.9375 -52.34375, -66.09375 -52.34375))", @@ -334565,68 +243006,7 @@ "id": "5881", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.040525683831433, - 26.040525683831433, - 26.040525683831433, - 26.040525683831433, - 26.040525683831433, - 26.040525683831433, - 26.040525683831433, - 26.040525683831433 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3123.8142345404704, - 1253.221424629468, - -1257.209911161659, - -2975.140258031086, - -3176.75117891176, - -1995.74442651782, - 398.62674725821853, - 2644.0070221693386 - ], - "relative wind speed": [ - 7.740553303693183, - 7.510009245103941, - 7.117342816597557, - 6.785994342174698, - 6.728916716779568, - 6.985287880046483, - 7.38497913739085, - 7.690563465484434 - ], - "relative wind angle": [ - 0.017331044758463747, - 0.06030068398941114, - 0.07114068968036497, - 0.03874748058571067, - 0.019936945703744647, - 0.06483648999561524, - 0.06855838254159698, - 0.03418808143132889 - ], - "resistance": [ - 99758.3142345405, - 97887.7214246295, - 95377.29008883837, - 93659.35974196895, - 93457.74882108827, - 94638.75557348221, - 97033.12674725824, - 99278.50702216936 - ], - "fuel": [ - 60.5886836711072, - 59.60985421993063, - 58.31667749801214, - 57.445249838463866, - 57.34370184325701, - 57.94070689515798, - 59.1670015057041, - 60.33637229083304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -52.5, -66.25 -52.34375, -66.09375 -52.34375, -66.09375 -52.5, -66.25 -52.5))", @@ -334645,68 +243025,7 @@ "id": "5882", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.538338852482, - 22.538338852482, - 22.538338852482, - 22.538338852482, - 22.538338852482, - 22.538338852482, - 22.538338852482, - 22.538338852482 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2726.9240836608114, - 691.1306862202873, - -1641.7942708066657, - -2954.840995349032, - -2893.632208341671, - -1420.5419504771926, - 947.4641136801984, - 2871.834342246002 - ], - "relative wind speed": [ - 6.78826779712156, - 6.481562758174355, - 6.040429502884455, - 5.722305877276935, - 5.742530706722337, - 6.086590409657428, - 6.524603438046605, - 6.805325418374081 - ], - "relative wind angle": [ - 0.03579472856982715, - 0.08368600208201445, - 0.08673579690825162, - 0.034647686592226876, - 0.04231668050014835, - 0.08913055549054123, - 0.08028493301046322, - 0.029132043438991458 - ], - "resistance": [ - 99361.42408366081, - 97325.63068622029, - 94992.70572919333, - 93679.65900465097, - 93740.86779165833, - 95213.9580495228, - 97581.9641136802, - 99506.334342246 - ], - "fuel": [ - 55.02468344163779, - 53.963041370741955, - 52.765410977558204, - 52.10025223284572, - 52.131116612229775, - 52.8781238124142, - 54.09586755775936, - 55.10084035715487 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -52.5, -66.09375 -52.34375, -65.9375 -52.34375, -65.9375 -52.5, -66.09375 -52.5))", @@ -334738,39 +243057,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2382.9656152931693, + 2382.965615293111, 402.59663545032345, - -1717.9916494388417, + -1717.9916494388544, -2782.0682562337242, - -2613.1686889251214, + -2613.1686889251323, -1107.0163323601246, 1110.398697721832, 2782.9624155912625 ], "relative wind speed": [ - 6.53602032991737, + 6.536020329917369, 6.218023499637325, 5.793817318605439, 5.515246458440393, 5.572982745705562, 5.925696768733871, - 6.341086603702299, + 6.341086603702298, 6.5848124452930135 ], "relative wind angle": [ - 0.042011005548701776, + 0.0420110055487097, 0.08613728721656715, - 0.08329144419252636, + 0.08329144419252903, 0.02660834762172352, - 0.0492761517908402, - 0.09039795305369645, - 0.0760883862829792, - 0.022285589240406734 + 0.04927615179084246, + 0.09039795305369644, + 0.07608838628297775, + 0.022285589240406738 ], "resistance": [ - 99017.4656152932, + 99017.46561529314, 97037.09663545035, - 94916.50835056118, + 94916.50835056117, 93852.4317437663, 94021.3313110749, 95527.4836676399, @@ -334778,7 +243097,7 @@ 99417.46241559129 ], "fuel": [ - 53.78238667163872, + 53.78238667163869, 52.75197820947011, 51.664791986747005, 51.125564483589784, @@ -334805,68 +243124,7 @@ "id": "5884", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.928865691325054, - 23.928865691325054, - 23.928865691325054, - 23.928865691325054, - 23.928865691325054, - 23.928865691325054, - 23.928865691325054, - 23.928865691325054 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2675.3553277848405, - 813.5087539758642, - -1436.2862888912314, - -2795.601220189539, - -2820.1146827972607, - -1525.7244965941027, - 709.9803343165004, - 2617.1112307422445 - ], - "relative wind speed": [ - 7.1304530897483795, - 6.869566680775183, - 6.475503186629105, - 6.176364889351939, - 6.168790241893888, - 6.458048306723238, - 6.853115553786012, - 7.123892971344253 - ], - "relative wind angle": [ - 0.02655127043615088, - 0.06905387645509518, - 0.07435266264810952, - 0.033404851619368146, - 0.030691604000076873, - 0.07346180645834795, - 0.07024881845928013, - 0.02896043243072708 - ], - "resistance": [ - 99309.85532778486, - 97448.00875397588, - 95198.21371110878, - 93838.89877981048, - 93814.38531720276, - 95108.77550340591, - 97344.48033431651, - 99251.61123074226 - ], - "fuel": [ - 57.02714938874398, - 56.0559732356968, - 54.8996459521848, - 54.210126355855955, - 54.19775488742968, - 54.854066644443584, - 56.00234932048694, - 56.99657266436326 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -52.34375, -65.78125 -52.1875, -65.625 -52.1875, -65.625 -52.34375, -65.78125 -52.34375))", @@ -334885,68 +243143,7 @@ "id": "5885", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 88518.7412832353, - "wind resistance": [ - 2626.942898874713, - 487.17419708133457, - -1859.854641138325, - -3076.1507206116403, - -2930.221184402675, - -1323.7872899520808, - 1107.340811003607, - 2974.621066376316 - ], - "relative wind speed": [ - 7.804183021489256, - 7.520334265040602, - 7.138862044164107, - 6.885114849864316, - 6.925629239580559, - 7.232854591313901, - 7.609616397127218, - 7.839949394046636 - ], - "relative wind angle": [ - 0.030218750585122585, - 0.0635384653885283, - 0.06160381258355137, - 0.020922319486614268, - 0.03405356259446364, - 0.06606749853837092, - 0.057788422048492605, - 0.018373864544512973 - ], - "resistance": [ - 91145.68418211001, - 89005.91548031663, - 86658.88664209697, - 85442.59056262366, - 85588.52009883263, - 87194.95399328321, - 89626.08209423891, - 91493.36234961162 - ], - "fuel": [ - 56.95251285299622, - 55.90247803485772, - 54.77032830461653, - 54.191680222739926, - 54.26081501609852, - 55.02710798878644, - 56.2050550058596, - 57.12473574381322 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -52.5, -65.9375 -52.34375, -65.78125 -52.34375, -65.78125 -52.5, -65.9375 -52.5))", @@ -334965,68 +243162,7 @@ "id": "5886", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.635762206463937, - 23.635762206463937, - 23.635762206463937, - 23.635762206463937, - 23.635762206463937, - 23.635762206463937, - 23.635762206463937, - 23.635762206463937 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2001.067115650767, - -286.1569790829453, - -2327.358703284459, - -2962.779309343199, - -2469.187826334006, - -525.5197816596701, - 1799.5328347129798, - 3174.473600289057 - ], - "relative wind speed": [ - 6.973234926588996, - 6.609125948196469, - 6.210506753051, - 6.024035846114701, - 6.178413401731736, - 6.566448941777822, - 6.9446672616048994, - 7.107023964278162 - ], - "relative wind angle": [ - 0.052762746568403844, - 0.08202364836547925, - 0.06413470293791046, - 0.0035542620051646234, - 0.05955798345987588, - 0.08255795123904051, - 0.0573467726385491, - 0.0030126518695782374 - ], - "resistance": [ - 98635.56711565077, - 96348.34302091706, - 94307.14129671553, - 93671.7206906568, - 94165.312173666, - 96108.98021834032, - 98434.03283471298, - 99808.97360028906 - ], - "fuel": [ - 56.235541911859656, - 55.050029339779826, - 54.00847301017923, - 53.68740366968994, - 53.93667844718514, - 54.92708815121476, - 56.13030073977181, - 56.851296309460906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -52.5, -65.78125 -52.34375, -65.625 -52.34375, -65.625 -52.5, -65.78125 -52.5))", @@ -335045,68 +243181,7 @@ "id": "5887", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 93369.31003653898, - "wind resistance": [ - 2130.34785353977, - -253.11111949630504, - -2419.118001530296, - -3130.7449996388204, - -2646.779150714483, - -638.0775211385808, - 1807.0927592565095, - 3284.4539070977407 - ], - "relative wind speed": [ - 7.747077946869055, - 7.408981767263707, - 7.0359481581722285, - 6.8562643838695525, - 6.990467682527125, - 7.34784623598473, - 7.705795783099487, - 7.866097751350594 - ], - "relative wind angle": [ - 0.04330309967437533, - 0.06820272422863564, - 0.053849411390537644, - 0.004468861382101725, - 0.047993417613854915, - 0.06877107693019291, - 0.04916444681847557, - 0.003895155081328286 - ], - "resistance": [ - 95499.65789007876, - 93116.19891704268, - 90950.19203500869, - 90238.56503690017, - 90722.5308858245, - 92731.2325154004, - 95176.4027957955, - 96653.76394363673 - ], - "fuel": [ - 59.1417138047198, - 57.93455984646356, - 56.855873091550166, - 56.50528779462233, - 56.74351011166907, - 57.74156820344079, - 58.976755267970105, - 59.733831595352115 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -52.03125, -65.625 -51.875, -65.46875 -51.875, -65.46875 -52.03125, -65.625 -52.03125))", @@ -335138,9 +243213,9 @@ ], "ice resistance": 82337.94548633895, "wind resistance": [ - 2913.6628935774133, + 2913.6628935764056, 1819.2850250937117, - -306.49700171173754, + -306.49700171175573, -2199.6598246379945, -2775.1614487687184, -2317.2212146169186, @@ -335148,9 +243223,9 @@ 1652.4207198565346 ], "relative wind speed": [ - 7.808727588378387, + 7.808727588378385, 7.694858831214183, - 7.390501805704377, + 7.3905018057043765, 7.06341009250058, 6.913540530135907, 7.040058009634488, @@ -335158,9 +243233,9 @@ 7.673428638913283 ], "relative wind angle": [ - 0.0020257360372437946, + 0.0020257360373534066, 0.03968779935761596, - 0.06060057294075906, + 0.0606005729407609, 0.046408194648610686, 0.0022880351674941764, 0.04338140852723409, @@ -335168,9 +243243,9 @@ 0.04271651546294896 ], "resistance": [ - 85251.60837991638, + 85251.60837991536, 84157.23051143266, - 82031.44848462721, + 82031.4484846272, 80138.28566170097, 79562.78403757024, 80020.72427172204, @@ -335178,9 +243253,9 @@ 83990.3662061955 ], "fuel": [ - 54.10132124331618, + 54.10132124331569, 53.5861577950236, - 52.598210863540885, + 52.59821086354087, 51.7325284093383, 51.47201331488878, 51.679211164903634, @@ -335205,68 +243280,7 @@ "id": "5889", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.378959450335813, - 24.378959450335813, - 24.378959450335813, - 24.378959450335813, - 24.378959450335813, - 24.378959450335813, - 24.378959450335813, - 24.378959450335813 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2620.344447974545, - 1331.6365636564733, - -666.8024044647718, - -2228.319631246388, - -2554.6607707303156, - -1868.9145960340356, - -58.78303132447763, - 1841.8788808288373 - ], - "relative wind speed": [ - 7.215152076385467, - 7.056733910533704, - 6.733953607009743, - 6.427431854412329, - 6.3291350242310624, - 6.5052960083490055, - 6.838876988143468, - 7.127726804332746 - ], - "relative wind angle": [ - 0.0072866524688222955, - 0.04968067888139322, - 0.06583682736949771, - 0.042967933914152656, - 0.00830673462786311, - 0.053895909908776296, - 0.06482531758347335, - 0.03874413080130435 - ], - "resistance": [ - 99254.84444797452, - 97966.13656365646, - 95967.69759553521, - 94406.1803687536, - 94079.83922926967, - 94765.58540396595, - 96575.71696867551, - 98476.37888082882 - ], - "fuel": [ - 57.68249438445689, - 57.009168353326736, - 55.97724304125299, - 55.18127165066018, - 55.01606800826019, - 55.36367177150937, - 56.28963049250187, - 57.27502151433643 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -52.1875, -65.625 -52.03125, -65.46875 -52.03125, -65.46875 -52.1875, -65.625 -52.1875))", @@ -335285,68 +243299,7 @@ "id": "5890", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 85919.36508238471, - "wind resistance": [ - 2623.3771172773922, - 768.8152533851317, - -1465.2920194394646, - -2802.0190471847163, - -2817.027307526707, - -1520.5887449543516, - 704.8584442199026, - 2587.5772457944404 - ], - "relative wind speed": [ - 7.792652024417077, - 7.554995564467346, - 7.201526535976089, - 6.937791545926367, - 6.9336336898104864, - 7.191852594360182, - 7.545774795854882, - 7.788950518741223 - ], - "relative wind angle": [ - 0.02212741866675944, - 0.05637798200719682, - 0.05969326423240695, - 0.026218126055592494, - 0.024869352069401766, - 0.05922796573611913, - 0.0569669577981242, - 0.023352515379932173 - ], - "resistance": [ - 88542.74219966211, - 86688.18033576984, - 84454.07306294524, - 83117.3460352, - 83102.33777485801, - 84398.77633743036, - 86624.22352660462, - 88506.94232817915 - ], - "fuel": [ - 55.67743108642922, - 54.78433255095506, - 53.72545191073016, - 53.100775588158186, - 53.09379970588532, - 53.699478932423006, - 54.75376125825103, - 55.66006985539812 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -52.1875, -65.46875 -52.03125, -65.3125 -52.03125, -65.3125 -52.1875, -65.46875 -52.1875))", @@ -335378,9 +243331,9 @@ ], "ice resistance": 95760.14244166973, "wind resistance": [ - 2607.794488594347, + 2607.794488594245, 819.2124319519826, - -1380.4931728369083, + -1380.4931728369156, -2733.1677955107407, -2779.257565854714, -1550.4464773654945, @@ -335388,9 +243341,9 @@ 2497.8174943461236 ], "relative wind speed": [ - 7.7880241475478975, + 7.788024147547897, 7.5606142623777215, - 7.214529956633976, + 7.214529956633975, 6.950422330728982, 6.937661094214811, 7.184815485209177, @@ -335398,17 +243351,17 @@ 7.776637512799147 ], "relative wind angle": [ - 0.02043441761416053, - 0.05468458287321855, + 0.020434417614171398, + 0.05468458287321854, 0.05898206619225009, 0.027080144177124787, - 0.022939520649342033, + 0.02293952064934203, 0.05754791999831397, 0.05649130371613165, - 0.024202466550343575 + 0.02420246655034357 ], "resistance": [ - 98367.93693026407, + 98367.93693026397, 96579.3548736217, 94379.64926883281, 93026.97464615898, @@ -335418,7 +243371,7 @@ 98257.95993601585 ], "fuel": [ - 60.62244119748937, + 60.62244119748931, 59.69550631165849, 58.57182861630476, 57.88978077423318, @@ -335445,68 +243398,7 @@ "id": "5892", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.55673125938426, - 19.55673125938426, - 19.55673125938426, - 19.55673125938426, - 19.55673125938426, - 19.55673125938426, - 19.55673125938426, - 19.55673125938426 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2177.8181680293383, - 1069.544306018537, - -590.2168526814821, - -1855.5114698467678, - -2102.222986851886, - -1487.7406631122649, - 30.328707680231673, - 1592.194718597426 - ], - "relative wind speed": [ - 5.889927527252705, - 5.720232079541541, - 5.3847626670316755, - 5.06925721546772, - 4.975766655948143, - 5.169956000481858, - 5.518498990710829, - 5.809658455895921 - ], - "relative wind angle": [ - 0.011393342523267437, - 0.06484692882836685, - 0.08499285823927011, - 0.05442921082001981, - 0.01348667429714371, - 0.07176035786936773, - 0.08292833165619747, - 0.047486979104210125 - ], - "resistance": [ - 98812.31816802932, - 97704.04430601852, - 96044.2831473185, - 94778.98853015322, - 94532.2770131481, - 95146.75933688771, - 96664.82870768022, - 98226.69471859741 - ], - "fuel": [ - 50.81439161744864, - 50.23679192739699, - 49.38032106460701, - 48.734288947382545, - 48.60901740251303, - 48.921450654796494, - 49.69933550913083, - 50.50861246427124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.03125, -65.15625 -51.875, -65 -51.875, -65 -52.03125, -65.15625 -52.03125))", @@ -335525,68 +243417,7 @@ "id": "5893", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.82398332136453, - 18.82398332136453, - 18.82398332136453, - 18.82398332136453, - 18.82398332136453, - 18.82398332136453, - 18.82398332136453, - 18.82398332136453 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1949.7203915323043, - 787.1031817747189, - -767.1909048292837, - -1830.6728337571167, - -1955.717362873127, - -1221.246792152324, - 261.28226580152295, - 1653.1517231701673 - ], - "relative wind speed": [ - 5.664141702834763, - 5.467966165717867, - 5.131756103728447, - 4.845501832570338, - 4.79620486568543, - 5.018707837081286, - 5.362010969334387, - 5.622027599894363 - ], - "relative wind angle": [ - 0.02039702712428403, - 0.07113300996682598, - 0.08468725688303642, - 0.046503144049494335, - 0.02408879888483067, - 0.07751285957155697, - 0.08104246321456303, - 0.04007631894087863 - ], - "resistance": [ - 98584.22039153233, - 97421.60318177474, - 95867.30909517074, - 94803.82716624292, - 94678.7826371269, - 95413.25320784771, - 96895.78226580155, - 98287.6517231702 - ], - "fuel": [ - 49.82083221707561, - 49.21601470983584, - 48.41529556060054, - 47.872605665591784, - 47.80907253110653, - 48.1830781156211, - 48.94412360187555, - 49.66607320263085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -52.1875, -65.3125 -52.03125, -65.15625 -52.03125, -65.15625 -52.1875, -65.3125 -52.1875))", @@ -335605,68 +243436,7 @@ "id": "5894", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.296856667901885, - 22.296856667901885, - 22.296856667901885, - 22.296856667901885, - 22.296856667901885, - 22.296856667901885, - 22.296856667901885, - 22.296856667901885 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2171.7620612696155, - 673.3921630900222, - -1152.327742607402, - -2265.683064382065, - -2294.956345874787, - -1259.5008341210178, - 549.3716397485914, - 2102.1135655914113 - ], - "relative wind speed": [ - 6.614949919351061, - 6.389534098719843, - 6.047192775923806, - 5.786086192144415, - 5.776403446377215, - 6.0248031679165726, - 6.3683481956984815, - 6.606482103806602 - ], - "relative wind angle": [ - 0.024333003603600106, - 0.06427072061039707, - 0.06941277212907376, - 0.03159235505554107, - 0.027866223290741267, - 0.06816742107094484, - 0.06590707742739953, - 0.027668129769464027 - ], - "resistance": [ - 98806.2620612696, - 97307.89216309, - 95482.17225739258, - 94368.81693561791, - 94339.5436541252, - 95374.99916587897, - 97183.87163974857, - 98736.6135655914 - ], - "fuel": [ - 54.394168861755674, - 53.614383865947346, - 52.675529902672515, - 52.10908871887268, - 52.09425759901264, - 52.62080287617998, - 53.55021518470157, - 54.3577370991524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.1875, -65.15625 -52.03125, -65 -52.03125, -65 -52.1875, -65.15625 -52.1875))", @@ -335685,68 +243455,7 @@ "id": "5895", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.48445198633615, - 18.48445198633615, - 18.48445198633615, - 18.48445198633615, - 18.48445198633615, - 18.48445198633615, - 18.48445198633615, - 18.48445198633615 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1923.0016556719584, - 796.9500839851044, - -726.6197314358378, - -1782.786606733247, - -1917.405579360524, - -1215.0591853201458, - 231.26822030385847, - 1603.8176324341512 - ], - "relative wind speed": [ - 5.57028391545109, - 5.378190119496267, - 5.043733237559636, - 4.755299920767473, - 4.7012204675237745, - 4.919817864672463, - 5.26215657419406, - 5.524188578112304 - ], - "relative wind angle": [ - 0.01967754028055106, - 0.071615278621648, - 0.08627957044237496, - 0.04835021838511825, - 0.023315720773471122, - 0.07830065289209129, - 0.08268988585464328, - 0.04161635130922668 - ], - "resistance": [ - 98557.50165567198, - 97431.45008398512, - 95907.88026856417, - 94851.71339326676, - 94717.09442063949, - 95419.44081467987, - 96865.76822030387, - 98238.31763243416 - ], - "fuel": [ - 49.413742762282794, - 48.827982803147, - 48.04294883053552, - 47.503817952597004, - 47.43539860648553, - 47.79310413299096, - 48.53550164969265, - 49.24722749642572 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -52.34375, -65.625 -52.1875, -65.46875 -52.1875, -65.46875 -52.34375, -65.625 -52.34375))", @@ -335765,68 +243474,7 @@ "id": "5896", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 77031.78246001217, - "wind resistance": [ - 2167.751733197041, - -61.235043047938234, - -2188.8203255081244, - -2999.6664214319753, - -2620.393296389, - -791.3915919999527, - 1555.066437797319, - 3072.5680911564086 - ], - "relative wind speed": [ - 7.746046711216264, - 7.434591276550625, - 7.0741921803693275, - 6.8831265965165604, - 6.988205164183193, - 7.318681822548258, - 7.667597802719077, - 7.839567547090037 - ], - "relative wind angle": [ - 0.03836406258775966, - 0.06437016196601657, - 0.053633256174398826, - 0.00843767757395295, - 0.042526871204333926, - 0.06539106707426409, - 0.04947897373345471, - 0.007408246013103486 - ], - "resistance": [ - 79199.53419320921, - 76970.54741696423, - 74842.96213450405, - 74032.11603858019, - 74411.38916362317, - 76240.39086801221, - 78586.84889780948, - 80104.35055116858 - ], - "fuel": [ - 51.308213697787, - 50.31385080789548, - 49.381968818912725, - 49.031251280541866, - 49.19499481214563, - 49.99214399470841, - 51.03304907249847, - 51.717132646340986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -52.34375, -65.46875 -52.1875, -65.3125 -52.1875, -65.3125 -52.34375, -65.46875 -52.34375))", @@ -335845,68 +243493,7 @@ "id": "5897", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.596112386839206, - 25.596112386839206, - 25.596112386839206, - 25.596112386839206, - 25.596112386839206, - 25.596112386839206, - 25.596112386839206, - 25.596112386839206 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2054.9575845080435, - 37.59605175338584, - -1941.4773476367773, - -2751.6753841373247, - -2446.6795674404602, - -817.3153160220027, - 1337.7899286747197, - 2782.658137927425 - ], - "relative wind speed": [ - 7.483859573988431, - 7.1945961878871465, - 6.850546481752627, - 6.658988336143725, - 6.746448260098755, - 7.054112555283446, - 7.388689406837623, - 7.56178501337281 - ], - "relative wind angle": [ - 0.03600979974022985, - 0.06278563176428047, - 0.05388615875005599, - 0.010569859730816164, - 0.03994779340114662, - 0.06403771157450293, - 0.0499580527136473, - 0.00930789202142229 - ], - "resistance": [ - 98689.45758450804, - 96672.09605175338, - 94693.02265236323, - 93882.82461586267, - 94187.82043255954, - 95817.184683978, - 97972.28992867473, - 99417.15813792743 - ], - "fuel": [ - 59.3034675138135, - 58.25641250945932, - 57.243945212707686, - 56.833663336162424, - 56.98782563285589, - 57.817263294954294, - 58.92950686913408, - 59.684876656464766 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -52.5, -65.625 -52.34375, -65.46875 -52.34375, -65.46875 -52.5, -65.625 -52.5))", @@ -335925,68 +243512,7 @@ "id": "5898", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 61879.750611321804, - "wind resistance": [ - 1798.894125698971, - -493.9461569840423, - -2439.8713145817856, - -2945.5845510404106, - -2360.6439868310226, - -359.90291881685334, - 1911.3681029010768, - 3118.845452611473 - ], - "relative wind speed": [ - 7.698660524585395, - 7.36592216998472, - 7.023972604842354, - 6.884035918890546, - 7.03975631051325, - 7.387200645031119, - 7.713063699376838, - 7.838213588034291 - ], - "relative wind angle": [ - 0.04481395603922623, - 0.06481517622334809, - 0.04697278592839491, - 0.0015487374215867919, - 0.049011651839326695, - 0.06462821849010669, - 0.042773513677542695, - 0.001360203182076534 - ], - "resistance": [ - 63678.644737020775, - 61385.80445433776, - 59439.87929674002, - 58934.16606028139, - 59519.106624490785, - 61519.84769250495, - 63791.11871422288, - 64998.59606393328 - ], - "fuel": [ - 44.76809215422169, - 43.8779368792189, - 43.13781154953435, - 42.94777214377836, - 43.16767020695019, - 43.92943844631652, - 44.81226155266786, - 45.289412545743986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -52.5, -65.46875 -52.34375, -65.3125 -52.34375, -65.3125 -52.5, -65.46875 -52.5))", @@ -336005,68 +243531,7 @@ "id": "5899", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.20416772028187, - 25.20416772028187, - 25.20416772028187, - 25.20416772028187, - 25.20416772028187, - 25.20416772028187, - 25.20416772028187, - 25.20416772028187 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1452.2319573791247, - -705.7440226001854, - -2399.4773942720713, - -2758.486328292689, - -2027.679975228657, - -76.82814783344656, - 1980.0860084095148, - 2836.349977067457 - ], - "relative wind speed": [ - 7.300658179541451, - 6.963981967309878, - 6.642739080936879, - 6.538113784768616, - 6.720693572483727, - 7.068966480944184, - 7.371658527924596, - 7.464609841589054 - ], - "relative wind angle": [ - 0.049985336821956806, - 0.06657161393857583, - 0.04372727279413696, - 0.00804629930261874, - 0.05430291475346718, - 0.06558149727129775, - 0.03940109965665295, - 0.0070475871252563835 - ], - "resistance": [ - 98086.73195737912, - 95928.75597739982, - 94235.02260572792, - 93876.0136717073, - 94606.82002477134, - 96557.67185216656, - 98614.58600840952, - 99470.84997706745 - ], - "fuel": [ - 58.36104732300296, - 57.24641473501425, - 56.383709253630826, - 56.20221866495562, - 56.57217036015671, - 57.56947168444769, - 58.63633094721206, - 59.08509019437879 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -52.34375, -65.3125 -52.1875, -65.15625 -52.1875, -65.15625 -52.34375, -65.3125 -52.34375))", @@ -336085,68 +243550,7 @@ "id": "5900", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.253821972842395, - 25.253821972842395, - 25.253821972842395, - 25.253821972842395, - 25.253821972842395, - 25.253821972842395, - 25.253821972842395, - 25.253821972842395 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2123.516233693961, - 191.00104445452598, - -1791.7226048646153, - -2692.6999561350094, - -2462.6043063198013, - -944.3187517018887, - 1171.1560553915515, - 2672.307517039433 - ], - "relative wind speed": [ - 7.399886020433688, - 7.123527151551803, - 6.7788204888608234, - 6.571821814999893, - 6.638734997482211, - 6.9344413187587985, - 7.271774767001913, - 7.459374874216775 - ], - "relative wind angle": [ - 0.03336352690768002, - 0.06234338317195864, - 0.05620628617085574, - 0.01441537234983629, - 0.03719042974861594, - 0.06404563705044705, - 0.052392439400942986, - 0.012700062095456262 - ], - "resistance": [ - 98758.01623369395, - 96825.50104445452, - 94842.77739513539, - 93941.80004386499, - 94171.8956936802, - 95690.18124829812, - 97805.65605539155, - 99306.80751703943 - ], - "fuel": [ - 58.79031133347826, - 57.786495379384704, - 56.77104233671121, - 56.31444019287561, - 56.430762099420825, - 57.20325073911873, - 58.29388543484646, - 59.077906223996735 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.34375, -65.15625 -52.1875, -65 -52.1875, -65 -52.34375, -65.15625 -52.34375))", @@ -336165,68 +243569,7 @@ "id": "5901", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.335758109460397, - 19.335758109460397, - 19.335758109460397, - 19.335758109460397, - 19.335758109460397, - 19.335758109460397, - 19.335758109460397, - 19.335758109460397 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1884.278932257872, - 547.6115161700545, - -1042.0061506162, - -1983.9113344821235, - -1984.472899687038, - -1044.0460520652268, - 545.2493015119126, - 1882.9469403767216 - ], - "relative wind speed": [ - 5.793001145770699, - 5.56077020585661, - 5.214516036598152, - 4.954943083418564, - 4.954727623215846, - 5.21402175032059, - 5.560306700103823, - 5.792816856697723 - ], - "relative wind angle": [ - 0.029940953731738457, - 0.07544920781447377, - 0.08050792752943774, - 0.03510386334970042, - 0.035008482398541166, - 0.08047733131873026, - 0.07549135816691067, - 0.03002478055306238 - ], - "resistance": [ - 98518.77893225786, - 97182.11151617004, - 95592.49384938378, - 94650.58866551786, - 94650.02710031295, - 95590.45394793476, - 97179.7493015119, - 98517.44694037671 - ], - "fuel": [ - 50.393574496491496, - 49.69897081237558, - 48.881575236471065, - 48.40167552765108, - 48.401390395459146, - 48.88053234175385, - 49.697749164620745, - 50.39287901323331 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -52.5, -65.3125 -52.34375, -65.15625 -52.34375, -65.15625 -52.5, -65.3125 -52.5))", @@ -336245,68 +243588,7 @@ "id": "5902", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.846046506872902, - 24.846046506872902, - 24.846046506872902, - 24.846046506872902, - 24.846046506872902, - 24.846046506872902, - 24.846046506872902, - 24.846046506872902 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1230.5303779221213, - -1031.741880007492, - -2637.9770207446236, - -2869.7270190740237, - -1881.3768598970964, - 247.4399868510627, - 2304.916239699429, - 2856.643666186068 - ], - "relative wind speed": [ - 7.177625445975843, - 6.810130135667164, - 6.489656546261389, - 6.420932382631431, - 6.651001021104442, - 7.026823547004019, - 7.323829567720628, - 7.384155264018172 - ], - "relative wind angle": [ - 0.058184671560250444, - 0.07078776139746536, - 0.04065957810960046, - 0.01691584424379426, - 0.062797559932962, - 0.06860132035060071, - 0.03602638051225814, - 0.014709093300151114 - ], - "resistance": [ - 97865.03037792208, - 95602.75811999248, - 93996.52297925534, - 93764.77298092595, - 94753.12314010288, - 96881.93998685104, - 98939.4162396994, - 99491.14366618604 - ], - "fuel": [ - 57.68077258192573, - 56.51457440303424, - 55.69812323494301, - 55.5811169401597, - 56.08150795849088, - 57.171651158815706, - 58.24128670174402, - 58.53079571131748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.5, -65.15625 -52.34375, -65 -52.34375, -65 -52.5, -65.15625 -52.5))", @@ -336325,68 +243607,7 @@ "id": "5903", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.251099734447248, - 22.251099734447248, - 22.251099734447248, - 22.251099734447248, - 22.251099734447248, - 22.251099734447248, - 22.251099734447248, - 22.251099734447248 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1575.665542915478, - -437.2648557522298, - -2131.3278725206255, - -2567.8935798874336, - -2032.9453642989101, - -271.18556563601305, - 1715.4489170231536, - 2753.8058833048854 - ], - "relative wind speed": [ - 6.532480939546649, - 6.1852277266816404, - 5.827092868431686, - 5.6821902716097155, - 5.850709160646481, - 6.216676192074152, - 6.553555799006024, - 6.6795822193634855 - ], - "relative wind angle": [ - 0.05571782064480409, - 0.0807148152590578, - 0.058635305016171514, - 0.002776280147332301, - 0.06221846152758389, - 0.0803056188116255, - 0.05212930740096217, - 0.0023617265161466755 - ], - "resistance": [ - 98210.16554291549, - 96197.23514424778, - 94503.1721274794, - 94066.60642011258, - 94601.5546357011, - 96363.314434364, - 98349.94891702317, - 99388.3058833049 - ], - "fuel": [ - 54.0190543005064, - 52.97787255476645, - 52.11330779813169, - 51.89223715131981, - 52.16322521543236, - 53.06320586431342, - 54.09191665603216, - 54.635438278315654 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -53.59375, -70 -53.4375, -69.84375 -53.4375, -69.84375 -53.59375, -70 -53.59375))", @@ -336418,9 +243639,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1180.9391787163313, + 1180.939178716323, 308.76152578303936, - -687.2266395253309, + -687.2266395253346, -1249.7683209164761, -1223.4642330590714, -593.4542710143523, @@ -336428,7 +243649,7 @@ 1242.8957341896748 ], "relative wind speed": [ - 4.072521744586581, + 4.07252174458658, 3.8525764378237133, 3.5321215086043836, 3.297315064434938, @@ -336438,19 +243659,19 @@ 4.084613740092722 ], "relative wind angle": [ - 0.04336589433539912, + 0.04336589433540168, 0.1024363025475035, - 0.10795834513665248, + 0.10795834513665455, 0.04376773533074641, 0.0533285630232289, 0.11071121915131762, - 0.09816079907843521, + 0.09816079907843522, 0.03532768692545968 ], "resistance": [ - 97815.43917871639, + 97815.43917871638, 96943.26152578309, - 95947.27336047473, + 95947.27336047472, 95384.73167908358, 95411.03576694099, 96041.0457289857, @@ -336458,9 +243679,9 @@ 97877.39573418973 ], "fuel": [ - 43.94926919782316, + 43.949269197823156, 43.497568067456626, - 42.985207249193024, + 42.98520724919302, 42.69745315885882, 42.710882112244505, 43.0332886570827, @@ -336498,37 +243719,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1492.5877389980024, + 1492.5877389979787, 602.5075479461293, - -569.3107260814086, - -1365.0035731041971, - -1454.512175275042, + -569.3107260814131, + -1365.0035731041962, + -1454.5121752750365, -887.9835231990073, - 232.68521940718983, + 232.68521940718801, 1281.8424984691783 ], "relative wind speed": [ - 4.345602261140735, + 4.345602261140734, 4.148473631087729, - 3.8087412476564095, - 3.515374598931366, + 3.808741247656409, + 3.5153745989313654, 3.46735206005596, 3.700939860707758, 4.049725846129151, 4.30684696147819 ], "relative wind angle": [ - 0.027906169570506678, - 0.09569898743449527, - 0.11560766056291864, - 0.06402577947605206, - 0.03497715242258511, + 0.027906169570514634, + 0.09569898743449529, + 0.11560766056292056, + 0.06402577947605033, + 0.03497715242258194, 0.107313519022043, - 0.10870016777590503, + 0.10870016777590606, 0.05224778658338863 ], "resistance": [ - 98127.08773899803, + 98127.087738998, 97237.00754794615, 96065.18927391862, 95269.49642689583, @@ -336538,7 +243759,7 @@ 97916.34249846921 ], "fuel": [ - 44.75759974124539, + 44.757599741245386, 44.29562433709253, 43.69191468111505, 43.284893990236895, @@ -336578,9 +243799,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1101.3755775221198, + 1101.3755775221189, 240.1509375870246, - -695.2133085235328, + -695.2133085235359, -1188.0935725491331, -1128.4975250189623, -486.4026864572934, @@ -336588,7 +243809,7 @@ 1240.9239460197277 ], "relative wind speed": [ - 3.640623318350003, + 3.6406233183500025, 3.391655545486072, 3.041055506206145, 2.794519847988689, @@ -336598,9 +243819,9 @@ 3.6708105081798434 ], "relative wind angle": [ - 0.05931322567095498, + 0.059313225670954976, 0.12965837645909734, - 0.1333613267628165, + 0.133361326762819, 0.04772694784879626, 0.0762314403672905, 0.14068237674359757, @@ -336658,9 +243879,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1315.7258994948616, + 1315.7258994948497, 402.9069884393293, - -669.4979924802228, + -669.4979924802255, -1307.2752401750777, -1306.1289650112458, -665.4780954217322, @@ -336668,7 +243889,7 @@ 1318.410567596904 ], "relative wind speed": [ - 3.8958608503233454, + 3.895860850323345, 3.6576643251608782, 3.292152779535654, 3.0074995906995343, @@ -336678,19 +243899,19 @@ 3.8964059821062613 ], "relative wind angle": [ - 0.04749896017576284, + 0.047498960175767525, 0.12199013801081077, - 0.13542459645459, + 0.13542459645459168, 0.06104946664755393, 0.06153054539622585, 0.1355489807079319, 0.12177352536330144, - 0.047110107884252066 + 0.04711010788425207 ], "resistance": [ - 97950.2258994949, + 97950.22589949488, 97037.40698843935, - 95965.00200751981, + 95965.0020075198, 95327.22475982495, 95328.37103498878, 95969.0219045783, @@ -336698,9 +243919,9 @@ 97952.91056759693 ], "fuel": [ - 43.34655878881902, + 43.34655878881901, 42.87342073540812, - 42.32152601186086, + 42.321526011860854, 41.9953342551395, 41.9959191608955, 42.32358679196217, @@ -336738,9 +243959,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1299.480482417388, + 1299.4804824173816, 139.3042544382115, - -1012.612281415677, + -1012.6122814156788, -1525.2131020799443, -1362.0012517152431, -445.3527418789954, @@ -336748,9 +243969,9 @@ 1680.8001335579684 ], "relative wind speed": [ - 3.926899517097914, + 3.9268995170979135, 3.6036133976051374, - 3.1849934036412897, + 3.1849934036412892, 2.925699123760541, 3.0266790886645465, 3.4051867208339446, @@ -336758,19 +243979,19 @@ 4.002700433503596 ], "relative wind angle": [ - 0.07901019336456849, + 0.0790101933645713, 0.15006043868185032, 0.142377407657082, 0.034326021286939054, 0.10258327476937297, 0.15887696685868358, 0.11922575879697231, - 0.02508766887288103 + 0.025087668872881032 ], "resistance": [ - 97933.98048241745, + 97933.98048241744, 96773.80425443826, - 95621.88771858439, + 95621.88771858437, 95109.28689792012, 95272.49874828481, 96189.14725812107, @@ -336818,9 +244039,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 896.5115300479829, + 896.5115300479783, -198.59753862921752, - -1110.7157022802817, + -1110.715702280284, -1352.348253092231, -1044.1362942618043, -87.17787625813435, @@ -336828,7 +244049,7 @@ 1557.901708475305 ], "relative wind speed": [ - 3.670639076469579, + 3.670639076469578, 3.324074707145815, 2.950079037997646, 2.7943914950918614, @@ -336838,14 +244059,14 @@ 3.8151417092144078 ], "relative wind angle": [ - 0.1023600931459862, - 0.15415168002466978, - 0.11780194420455975, + 0.10236009314598726, + 0.1541516800246698, + 0.11780194420456165, 0.007173726109992345, 0.1261265756916805, - 0.1523216063142217, - 0.09394626765039653, - 0.005254357782890753 + 0.15232160631422173, + 0.09394626765039654, + 0.005254357782890754 ], "resistance": [ 97531.01153004797, @@ -336898,17 +244119,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1106.547563457475, + 1106.5475634574686, -168.96356610229032, - -1264.0471461537627, + -1264.0471461537645, -1575.9286309072986, -1260.998183883422, -163.86207775979165, - 1110.9077158691316, + 1110.9077158691289, 1842.0734973666595 ], "relative wind speed": [ - 3.9709636820556304, + 3.9709636820556296, 3.6011269813141435, 3.189237082590949, 3.002712310970884, @@ -336918,13 +244139,13 @@ 4.114861628794652 ], "relative wind angle": [ - 0.0993349346233519, + 0.09933493462335302, 0.15503719403935132, - 0.12341501096534765, + 0.12341501096534947, 0.00028393132905325314, 0.1237435128151373, - 0.15496411208526345, - 0.09900277919345757, + 0.15496411208526348, + 0.09900277919345869, 0.00020719143742372657 ], "resistance": [ @@ -336978,7 +244199,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 848.6506805068448, + 848.6506805068384, -488.59783114999846, -1468.808454526582, -1639.8135861726741, @@ -336990,7 +244211,7 @@ "relative wind speed": [ 3.9662591205083797, 3.5605462830861185, - 3.173693229693633, + 3.1736932296936327, 3.072750576969721, 3.339947523600054, 3.7694788814131406, @@ -336998,17 +244219,17 @@ 4.176681070317709 ], "relative wind angle": [ - 0.1175576368947103, + 0.11755763689471314, 0.15571867470320663, - 0.09965327691204927, + 0.09965327691204816, 0.03439735749295445, 0.13973518386159917, - 0.14702296514165802, - 0.07707798630669373, - 0.025303568654148886 + 0.14702296514165805, + 0.07707798630669374, + 0.02530356865414889 ], "resistance": [ - 97483.15068050688, + 97483.15068050686, 96145.90216885004, 95165.69154547344, 94994.68641382735, @@ -337018,7 +244239,7 @@ 98433.02858733806 ], "fuel": [ - 43.59067247938078, + 43.59067247938077, 42.90092152260151, 42.399556583058434, 42.31245596004046, @@ -337058,9 +244279,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 44.56491942138564, + 44.56491942138291, -921.2582436514467, - -1320.7799649603585, + -1320.7799649603703, -1165.9535003321216, -366.9746466024426, 687.4190210720462, @@ -337068,9 +244289,9 @@ 1035.7799067571705 ], "relative wind speed": [ - 3.887822406136308, + 3.8878224061363076, 3.569012087299509, - 3.386540817345002, + 3.3865408173450016, 3.471465223581649, 3.7608395935290115, 4.06463162299131, @@ -337078,19 +244299,19 @@ 4.148253453126289 ], "relative wind angle": [ - 0.10713446776900531, + 0.10713446776900636, 0.09516251630772649, - 0.018861071545920836, - 0.07173093538575306, + 0.01886107154592672, + 0.07173093538575305, 0.11076642875951999, - 0.08352994703088484, + 0.08352994703088486, 0.015143297003198454, 0.06001257363405658 ], "resistance": [ - 96679.06491942139, + 96679.06491942138, 95713.24175634855, - 95313.72003503965, + 95313.72003503963, 95468.54649966788, 96267.52535339756, 97321.91902107204, @@ -337098,9 +244319,9 @@ 97670.27990675718 ], "fuel": [ - 43.695316931970126, + 43.69531693197012, 43.19936901767198, - 42.99523044451426, + 42.995230444514256, 43.07426968319588, 43.48356793294665, 44.027345046427776, @@ -337138,9 +244359,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -44.507034246388685, + -44.50703424639141, -992.684976819497, - -1331.7613162452126, + -1331.7613162452753, -1131.6968370704708, -278.10001293055575, 784.5112946208164, @@ -337148,7 +244369,7 @@ 982.5267806755501 ], "relative wind speed": [ - 3.7864800761285133, + 3.786480076128513, 3.459988774367433, 3.2908759459571355, 3.4031199739676956, @@ -337158,11 +244379,11 @@ 4.067145707140498 ], "relative wind angle": [ - 0.11482520476270813, - 0.09638098525884096, - 0.011258489125924018, - 0.08253719049212556, - 0.11711177485637303, + 0.1148252047627091, + 0.09638098525884098, + 0.011258489125963465, + 0.08253719049212557, + 0.11711177485637304, 0.08294434205313332, 0.00890948459504039, 0.06903813482633561 @@ -337170,7 +244391,7 @@ "resistance": [ 96589.99296575366, 95641.81502318055, - 95302.73868375483, + 95302.73868375477, 95502.80316292957, 96356.39998706948, 97419.01129462085, @@ -337180,7 +244401,7 @@ "fuel": [ 43.421245318075904, 42.9346413197823, - 42.76143974869028, + 42.76143974869024, 42.863581753423304, 43.301055066137145, 43.84943788054584, @@ -337218,7 +244439,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 151.2797963636076, + 151.27979636360396, -834.6167948156854, -1301.4319347371738, -1193.933008197173, @@ -337231,24 +244452,24 @@ 3.759399559452196, 3.4256539659700964, 3.213087287608541, - 3.2750888227580655, + 3.275088822758065, 3.5645879694673788, 3.886420891400503, 4.06391960081512, 4.01412078078452 ], "relative wind angle": [ - 0.1134455463731027, + 0.11344554637310467, 0.1082995566558327, - 0.03052702908944382, - 0.07076827794790046, + 0.030527029089443818, + 0.07076827794789889, 0.11967454985431017, 0.09541798923740136, - 0.024134408710083377, - 0.05772313559038737 + 0.024134408710083374, + 0.057723135590387366 ], "resistance": [ - 96785.7797963636, + 96785.77979636358, 95799.8832051843, 95333.0680652628, 95440.56699180281, @@ -337258,7 +244479,7 @@ 97741.21477142547 ], "fuel": [ - 43.2700201251537, + 43.27002012515369, 42.76340988251289, 42.52479518624444, 42.579671889986564, @@ -337298,7 +244519,7 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 34.11975562337557, + 34.11975562337102, -1033.3773240499613, -1465.3572797356746, -1285.1165039911884, @@ -337308,7 +244529,7 @@ 1139.9495557426426 ], "relative wind speed": [ - 4.044041715995483, + 4.0440417159954825, 3.7040359900013553, 3.5122609666094866, 3.607385470245989, @@ -337318,17 +244539,17 @@ 4.323882405949599 ], "relative wind angle": [ - 0.11018146096635525, + 0.11018146096635625, 0.09709736032930431, 0.017980454770168394, 0.07485579218056794, - 0.11372551788034549, + 0.1137255178803455, 0.08476429900657861, 0.0143475627815879, 0.062433920713987325 ], "resistance": [ - 96668.61975562335, + 96668.61975562334, 95601.12267595001, 95169.1427202643, 95349.38349600878, @@ -337338,7 +244559,7 @@ 97774.44955574261 ], "fuel": [ - 44.162738995646905, + 44.1627389956469, 43.61482519046682, 43.394308151997265, 43.48623300715984, @@ -337378,9 +244599,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 501.631914530175, + 501.63191453017225, -475.85967647497864, - -1126.2074779407208, + -1126.2074779407199, -1189.1861888740032, -694.2258329686829, 247.283815593094, @@ -337388,9 +244609,9 @@ 1266.2317578921657 ], "relative wind speed": [ - 3.326255510361817, + 3.3262555103618165, 2.964089456528578, - 2.647870678439455, + 2.6478706784394546, 2.603784746607483, 2.8682534107646425, 3.241145945845615, @@ -337398,17 +244619,17 @@ 3.5371115817725562 ], "relative wind angle": [ - 0.12946129082611368, - 0.15826705721705972, - 0.08744458671582056, + 0.1294612908261154, + 0.15826705721705975, + 0.0874445867158193, 0.05384347815345743, - 0.1502796280763996, + 0.15027962807639964, 0.14463852407058075, 0.06603878612838482, 0.039627185521492046 ], "resistance": [ - 97136.13191453021, + 97136.1319145302, 96158.64032352505, 95508.2925220593, 95445.31381112602, @@ -337418,7 +244639,7 @@ 97900.7317578922 ], "fuel": [ - 41.96536958249928, + 41.96536958249927, 41.4617886924367, 41.12871432483836, 41.09654348282434, @@ -337458,34 +244679,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 514.453845107374, + 514.4538451073722, -639.1768308879618, - -1368.4059709675626, - -1406.8817660971208, + -1368.4059709675653, + -1406.881766097125, -773.5997400215647, 358.063886376568, 1363.5867986687508, 1453.5907431525875 ], "relative wind speed": [ - 3.731083005555354, + 3.7310830055553534, 3.3485441672778764, - 3.032686530107273, - 3.009150547813588, + 3.0326865301072723, + 3.0091505478135883, 3.2968842100327276, 3.6847900684430317, 3.94882745872911, 3.9667920123571228 ], "relative wind angle": [ - 0.12333042505456078, + 0.1233304250545608, 0.14366017753439125, 0.07227043295444029, - 0.0564282468033667, + 0.05642824680337064, 0.139673147182175, 0.1304721048828705, 0.05548361476975841, - 0.04279599407469655 + 0.04279599407469656 ], "resistance": [ 97148.95384510739, @@ -337538,9 +244759,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 543.618462474732, + 543.6184624747302, -586.933562311765, - -1323.0595825891733, + -1323.059582589177, -1380.7601323411304, -788.4124978674017, 309.1942162710111, @@ -337548,9 +244769,9 @@ 1441.9863339185504 ], "relative wind speed": [ - 3.6866419685726495, + 3.6866419685726486, 3.309176941922084, - 2.9887582513624067, + 2.9887582513624062, 2.9528805630650803, 3.2304811806906595, 3.616170022314899, @@ -337560,7 +244781,7 @@ "relative wind angle": [ 0.12215926667947871, 0.14566266112163456, - 0.07704392281434132, + 0.07704392281434276, 0.052514575959505636, 0.13951447185970098, 0.13321952527503764, @@ -337618,19 +244839,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 559.5150195011029, + 559.5150195010956, -809.2388486626623, - -1653.072887051223, + -1653.072887051224, -1679.7144551083802, -903.3323727646039, 450.2100761701604, - 1628.051635623142, + 1628.0516356231492, 1690.5979013712677 ], "relative wind speed": [ - 4.286095170554512, + 4.286095170554511, 3.8927122532926233, - 3.5788260230057447, + 3.5788260230057443, 3.56493573833318, 3.861819385755938, 4.25805731435317, @@ -337638,33 +244859,33 @@ 4.536021821024005 ], "relative wind angle": [ - 0.11076759415914043, + 0.11076759415914143, 0.12518880340268942, 0.059717414942055284, - 0.051633534680106126, - 0.12299562581635341, + 0.05163353468010612, + 0.12299562581635343, 0.11439814377408138, - 0.047219290399245606, + 0.04721929039924326, 0.04057276407958517 ], "resistance": [ - 97194.01501950115, + 97194.01501950114, 95825.26115133738, 94981.42711294882, 94954.78554489167, 95731.16762723544, 97084.7100761702, - 98262.55163562318, + 98262.5516356232, 98325.09790137131 ], "fuel": [ - 44.71798733425332, + 44.717987334253316, 44.01353881422284, 43.58272140583763, 43.56916276539843, 43.965368343195564, 44.6614758734741, - 45.272770228343916, + 45.27277022834393, 45.30537579519396 ] }, @@ -337685,68 +244906,7 @@ "id": "5920", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.05170603858008, - 14.05170603858008, - 14.05170603858008, - 14.05170603858008, - 14.05170603858008, - 14.05170603858008, - 14.05170603858008, - 14.05170603858008 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 169.9256994529169, - -1061.3047399825373, - -1629.813540406305, - -1480.220524846326, - -533.0717068461399, - 783.593329185328, - 1732.2456457588496, - 1380.9893665277214 - ], - "relative wind speed": [ - 4.041047590992188, - 3.6497292899245215, - 3.403881026690785, - 3.4847574966441166, - 3.8295628619896873, - 4.204175716696611, - 4.40558864429362, - 4.341898494458045 - ], - "relative wind angle": [ - 0.12430847341264148, - 0.1180019874586448, - 0.03132544110609016, - 0.0801217702958859, - 0.13121192748472985, - 0.10238108555774061, - 0.024201316356552406, - 0.06428028522541214 - ], - "resistance": [ - 96804.42569945294, - 95573.1952600175, - 95004.68645959372, - 95154.2794751537, - 96101.42829315389, - 97418.09332918536, - 98366.74564575889, - 98015.48936652775 - ], - "fuel": [ - 44.06811754237825, - 43.43591725925287, - 43.14590849319045, - 43.222102567160974, - 43.706458342987965, - 44.38532405398088, - 44.87844256488433, - 44.695465794293895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -53.59375, -68.28125 -53.4375, -68.125 -53.4375, -68.125 -53.59375, -68.28125 -53.59375))", @@ -337765,68 +244925,7 @@ "id": "5921", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.969167870052377, - 17.969167870052377, - 17.969167870052377, - 17.969167870052377, - 17.969167870052377, - 17.969167870052377, - 17.969167870052377, - 17.969167870052377 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -76.86422010033493, - -1546.8798924100229, - -2074.007189187616, - -1771.1819664836148, - -454.540393919704, - 1189.004557042008, - 2224.725217581221, - 1508.100931869787 - ], - "relative wind speed": [ - 5.060709989681864, - 4.68565581210101, - 4.4922823845667175, - 4.618020498469338, - 4.972009827408911, - 5.326940673035566, - 5.49099866152125, - 5.385680458329625 - ], - "relative wind angle": [ - 0.09883835459981087, - 0.08217928185215173, - 0.009921957716095447, - 0.06969597500158344, - 0.1006075414772945, - 0.07226766407400545, - 0.008117283717239415, - 0.05974887687276062 - ], - "resistance": [ - 96557.63577989966, - 95087.62010758997, - 94560.49281081239, - 94863.31803351638, - 96179.9596060803, - 97823.504557042, - 98859.22521758122, - 98142.60093186979 - ], - "fuel": [ - 47.794561783898445, - 47.041755389390445, - 46.773768087641955, - 46.927595634073754, - 47.60038333429342, - 48.44926647154162, - 48.989374157132524, - 48.61524342230511 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -53.75, -68.4375 -53.59375, -68.28125 -53.59375, -68.28125 -53.75, -68.4375 -53.75))", @@ -337845,68 +244944,7 @@ "id": "5922", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.284179634065778, - 14.284179634065778, - 14.284179634065778, - 14.284179634065778, - 14.284179634065778, - 14.284179634065778, - 14.284179634065778, - 14.284179634065778 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 218.85317017112357, - -1071.2408996678369, - -1690.1715570227834, - -1554.2569090447814, - -591.7155618650959, - 775.9929592456338, - 1783.8456810385715, - 1464.8173272972917 - ], - "relative wind speed": [ - 4.120387815641308, - 3.7198229211526836, - 3.4603624736353296, - 3.532701285786398, - 3.8805103530388427, - 4.266013805251234, - 4.479045423121246, - 4.42221414867373 - ], - "relative wind angle": [ - 0.12399074610054601, - 0.120142782035871, - 0.034952793206578917, - 0.07787245042174597, - 0.13169865218325882, - 0.10469987252001463, - 0.027001155747537, - 0.06218589774052433 - ], - "resistance": [ - 96853.35317017113, - 95563.25910033217, - 94944.32844297723, - 95080.24309095523, - 96042.78443813491, - 97410.49295924565, - 98418.34568103858, - 98099.3173272973 - ], - "fuel": [ - 44.293823806548566, - 43.63130520758996, - 43.315656096353734, - 43.38484921234718, - 43.87683885759111, - 44.581853757954235, - 45.105827708686455, - 44.939558756506514 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -53.75, -68.28125 -53.59375, -68.125 -53.59375, -68.125 -53.75, -68.28125 -53.75))", @@ -337925,68 +244963,7 @@ "id": "5923", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.358901175607038, - 19.358901175607038, - 19.358901175607038, - 19.358901175607038, - 19.358901175607038, - 19.358901175607038, - 19.358901175607038, - 19.358901175607038 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -191.4719283046743, - -1742.643028647557, - -2236.621614091453, - -1866.3483938293484, - -399.947187354619, - 1363.7147622204448, - 2417.6498856275794, - 1539.6158306178604 - ], - "relative wind speed": [ - 5.423519454503108, - 5.052638596086944, - 4.876070288649776, - 5.018188594393644, - 5.378095945646315, - 5.727942256280484, - 5.878981018348155, - 5.75814748899753 - ], - "relative wind angle": [ - 0.09259248921305539, - 0.07343656756312635, - 0.004678024317528717, - 0.0674971692867081, - 0.09337679851143649, - 0.0647657214905336, - 0.0038799835122751295, - 0.058812593757977316 - ], - "resistance": [ - 96443.02807169533, - 94891.85697135245, - 94397.87838590855, - 94768.15160617065, - 96234.55281264539, - 97998.21476222045, - 99052.14988562759, - 98174.11583061785 - ], - "fuel": [ - 49.34561137816857, - 48.552140388632786, - 48.301334996666775, - 48.48924683249632, - 49.238449174572416, - 50.15012459060962, - 50.70045164025974, - 50.241686455218286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -53.28125, -68.125 -53.125, -67.96875 -53.125, -67.96875 -53.28125, -68.125 -53.28125))", @@ -338018,19 +244995,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -243.19102880793344, + -243.1910288079389, -1089.4811478974025, - -1297.1766145040592, - -981.2317150409972, + -1297.1766145040774, + -981.2317150409963, -61.49317480102491, 949.6105018242952, 1438.58129275398, 795.285479938183 ], "relative wind speed": [ - 3.5453337226492825, + 3.545333722649282, 3.223214894196148, - 3.1003178397702147, + 3.1003178397702142, 3.2700459805502957, 3.6054728402630074, 3.8961149049611623, @@ -338038,19 +245015,19 @@ 3.856893165737841 ], "relative wind angle": [ - 0.12646295970454854, - 0.09157660657295766, - 0.009775777816646474, - 0.10343057651048564, + 0.1264629597045503, + 0.09157660657295767, + 0.009775777816657831, + 0.10343057651048562, 0.12434253020368466, - 0.07572687285684891, + 0.0757268728568489, 0.007587193202259369, 0.08764896444715783 ], "resistance": [ 96391.3089711921, 95545.01885210264, - 95337.32338549598, + 95337.32338549597, 95653.26828495905, 96573.00682519902, 97584.11050182434, @@ -338060,7 +245037,7 @@ "fuel": [ 42.814337659088835, 42.380487638906075, - 42.27441999105893, + 42.27441999105892, 42.43583299085796, 42.90783244768739, 43.430351729329274, @@ -338098,43 +245075,43 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -414.6286582798075, + -414.62865827981295, -1372.0534649229248, - -1564.5208371518574, + -1564.5208371518584, -1100.9509677873812, - 40.94514389884807, + 40.945143898847164, 1223.4800791328626, - 1677.016545139858, + 1677.0165451398816, 837.308499216475 ], "relative wind speed": [ - 3.9847270219247535, + 3.9847270219247526, 3.6570469139515183, - 3.556973418378477, + 3.5569734183784765, 3.759674301605469, - 4.1175830809931755, + 4.117583080993176, 4.411184391668097, 4.492268911038997, 4.324047758060263 ], "relative wind angle": [ - 0.11764767869950957, + 0.11764767869951051, 0.07758164065852605, - 0.018802300283950777, - 0.10071377407285687, - 0.11383495136150254, + 0.01880230028395078, + 0.10071377407285688, + 0.1138349513615045, 0.06429805205527818, - 0.01488731272759455, - 0.08753241293123343 + 0.014887312727587093, + 0.08753241293123341 ], "resistance": [ - 96219.87134172021, + 96219.8713417202, 95262.44653507709, 95069.97916284816, 95533.54903221263, 96675.44514389886, 97857.98007913287, - 98311.51654513988, + 98311.5165451399, 97471.8084992165 ], "fuel": [ @@ -338144,7 +245121,7 @@ 43.79356906374552, 44.3795405695831, 44.991480215426485, - 45.22755737080499, + 45.227557370805, 44.791071494784276 ] }, @@ -338165,68 +245142,7 @@ "id": "5926", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.9523947170976, - 12.9523947170976, - 12.9523947170976, - 12.9523947170976, - 12.9523947170976, - 12.9523947170976, - 12.9523947170976, - 12.9523947170976 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -203.0952149286495, - -1159.5505093836991, - -1415.9115150174084, - -1110.4935869668052, - -120.83683732019017, - 1003.1170827096566, - 1606.0078640907814, - 933.1190807317507 - ], - "relative wind speed": [ - 3.6172184799330807, - 3.2614369328951285, - 3.111330791952155, - 3.2825071498616243, - 3.644072526836504, - 3.9656731137552903, - 4.084501783016423, - 3.948250362315095 - ], - "relative wind angle": [ - 0.13492926140537206, - 0.10273961820164516, - 0.004354826549727096, - 0.1079476494028328, - 0.1339289245092267, - 0.08444657128039522, - 0.00331724373773657, - 0.0896918236005871 - ], - "resistance": [ - 96431.40478507137, - 95474.94949061632, - 95218.58848498261, - 95524.0064130332, - 96513.66316267982, - 97637.61708270966, - 98240.50786409079, - 97567.61908073176 - ], - "fuel": [ - 42.97625185750894, - 42.485979077657056, - 42.35514856085054, - 42.51104251821037, - 43.0185759368357, - 43.59940188650281, - 43.91289489590925, - 43.56309174165827 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -53.4375, -67.96875 -53.28125, -67.8125 -53.28125, -67.8125 -53.4375, -67.96875 -53.4375))", @@ -338245,68 +245161,7 @@ "id": "5927", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.604881455315054, - 12.604881455315054, - 12.604881455315054, - 12.604881455315054, - 12.604881455315054, - 12.604881455315054, - 12.604881455315054, - 12.604881455315054 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -334.13816222301375, - -1225.4974331139706, - -1418.1803514014346, - -1011.2049452663432, - 24.95068478092071, - 1118.0646684925132, - 1569.9171291119737, - 812.0936730804306 - ], - "relative wind speed": [ - 3.4760233536137823, - 3.1230779577885914, - 3.006401120482257, - 3.2181002947278627, - 3.596509112294142, - 3.9069169711241933, - 3.997395208438394, - 3.8290268532298963 - ], - "relative wind angle": [ - 0.14305650558917246, - 0.09858831503404358, - 0.02023936062363563, - 0.12256702106909967, - 0.1382326992892904, - 0.0787624916679164, - 0.015221370096740131, - 0.10293524018415176 - ], - "resistance": [ - 96300.361837777, - 95409.00256688605, - 95216.31964859858, - 95623.29505473367, - 96659.45068478094, - 97752.56466849253, - 98204.41712911199, - 97446.59367308044 - ], - "fuel": [ - 42.641017061199534, - 42.1844387677926, - 42.08612999234458, - 42.293935223947734, - 42.82578748330931, - 43.39120654511482, - 43.62622847584057, - 43.23249331528384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -53.28125, -67.8125 -53.125, -67.65625 -53.125, -67.65625 -53.28125, -67.8125 -53.28125))", @@ -338338,39 +245193,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 104.75325863516628, + 104.75325863515991, -1079.659420210336, - -1597.1852523008392, + -1597.1852523008574, -1430.402322359465, - -484.81384845276716, + -484.813848452769, 794.9468447499521, 1687.4769381699507, - 1294.4786200772278 + 1294.4786200772187 ], "relative wind speed": [ - 4.2025259015686665, + 4.202525901568666, 3.8416447857783664, 3.6260059966440528, 3.711277303631935, 4.033449005752096, 4.378550008308684, 4.558729576061675, - 4.489583010804518 + 4.489583010804519 ], "relative wind angle": [ - 0.11122527913788863, - 0.1016955001345319, - 0.023467731138169502, + 0.11122527913788964, + 0.10169550013453191, + 0.023467731138178963, 0.07272767935822301, - 0.11590826080537088, + 0.11590826080537184, 0.08918991211430558, 0.018665565229514642, - 0.060102939369360626 + 0.060102939369364325 ], "resistance": [ - 96739.2532586352, + 96739.25325863519, 95554.8405797897, - 95037.31474769919, + 95037.31474769917, 95204.09767764056, 96149.68615154726, 97429.44684474998, @@ -338378,7 +245233,7 @@ 97928.97862007725 ], "fuel": [ - 44.62873766782856, + 44.62873766782855, 44.02076097772361, 43.75674599462354, 43.841721205247694, @@ -338418,39 +245273,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 360.20638307538866, + 360.2063830753805, -769.1417560132495, - -1408.230263374392, + -1408.2302633743866, -1378.090291576178, -662.6809749198701, 483.8762680794962, 1422.5344406257545, - 1351.7719877776935 + 1351.7719877777017 ], "relative wind speed": [ - 3.890923197175628, + 3.8909231971756277, 3.528394754001417, - 3.259914118955024, + 3.259914118955023, 3.277088333395061, 3.56659616205632, 3.925598294457745, 4.15124697489224, - 4.137702691668442 + 4.137702691668441 ], "relative wind angle": [ - 0.11490578952195675, - 0.12244140876172142, - 0.05012628959068982, - 0.06105146071939811, + 0.11490578952195966, + 0.12244140876172144, + 0.050126289590685394, + 0.06105146071939812, 0.12540749108208635, 0.10999934696998329, 0.03935712661925476, - 0.048341961611389685 + 0.04834196161138509 ], "resistance": [ - 96994.7063830754, + 96994.70638307539, 95865.35824398676, - 95226.26973662562, + 95226.26973662563, 95256.40970842383, 95971.81902508014, 97118.3762680795, @@ -338460,7 +245315,7 @@ "fuel": [ 43.564181419478444, 42.98328097288048, - 42.656657091037864, + 42.65665709103787, 42.6720268109031, 43.037838376623505, 43.62808154811342, @@ -338498,39 +245353,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -58.030212792590646, + -58.030212792594284, -994.3778115189325, - -1312.8329978687984, - -1092.3673562920862, + -1312.832997868812, + -1092.3673562920867, -222.0697089776968, 840.2945307671234, 1497.0357271073226, 980.3435642992199 ], "relative wind speed": [ - 3.351112437262954, + 3.351112437262953, 2.978025219669314, - 2.7886095602065506, - 2.93137015585081, + 2.78860956020655, + 2.9313701558508103, 3.2924233228071547, 3.633369193291055, 3.7806960502621187, 3.6711135794374643 ], "relative wind angle": [ - 0.1485756643638255, + 0.14857566436382627, 0.12515932543669844, - 0.010642557356038118, - 0.1127407185576206, + 0.010642557356048552, + 0.11274071855762159, 0.1512442984940457, 0.10249632223653976, - 0.007849793091385966, - 0.0899537115596611 + 0.007849793091385964, + 0.08995371155966109 ], "resistance": [ 96576.46978720742, 95640.12218848108, - 95321.66700213122, + 95321.6670021312, 95542.13264370793, 96412.43029102232, 97474.79453076713, @@ -338578,34 +245433,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 162.15041471782615, + 162.1504147178248, -705.3804069008997, - -1122.704587583024, + -1122.704587583029, -1027.7403772580892, -377.022558416234, 544.7979420870352, 1227.5815359108556, - 1006.1020142899142 + 1006.1020142899124 ], "relative wind speed": [ 3.0642014485263243, 2.695257115164303, - 2.451175123538993, + 2.4511751235389925, 2.521252208136334, 2.8470425680259055, 3.1985263770146655, 3.3892067530686245, - 3.337404561072874 + 3.3374045610728746 ], "relative wind angle": [ - 0.15377991974046812, + 0.15377991974046884, 0.15258107886721134, - 0.04488209334817083, - 0.1009628308920937, - 0.16561399590450998, - 0.12842779115961753, + 0.044882093348175785, + 0.10096283089209371, + 0.16561399590451, + 0.1284277911596175, 0.03245486517498927, - 0.07621692578425132 + 0.07621692578425279 ], "resistance": [ 96796.6504147178, @@ -338615,7 +245470,7 @@ 96257.47744158375, 97179.29794208703, 97862.08153591084, - 97640.6020142899 + 97640.60201428989 ], "fuel": [ 41.447228030708075, @@ -338645,68 +245500,7 @@ "id": "5932", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.341018519362086, - 13.341018519362086, - 13.341018519362086, - 13.341018519362086, - 13.341018519362086, - 13.341018519362086, - 13.341018519362086, - 13.341018519362086 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -349.35095322717007, - -1325.4316794660826, - -1542.2046425554263, - -1113.3208329555764, - 6.241329175273677, - 1196.7813173537706, - 1705.6360743258147, - 894.0576675679131 - ], - "relative wind speed": [ - 3.68425144631614, - 3.3212811420959825, - 3.197596408581911, - 3.409862608691532, - 3.796964582512647, - 4.118220530240653, - 4.2149763900124135, - 4.045180558440548 - ], - "relative wind angle": [ - 0.13853070189488093, - 0.0963520611980249, - 0.01779095117326854, - 0.1175672520781575, - 0.13439308129709715, - 0.07766431999408462, - 0.013496400060026115, - 0.09903633828524784 - ], - "resistance": [ - 96285.14904677284, - 95309.06832053393, - 95092.29535744459, - 95521.17916704444, - 96640.74132917529, - 97831.28131735379, - 98340.13607432583, - 97528.55766756793 - ], - "fuel": [ - 43.21003455547369, - 42.71026875385009, - 42.59975931867045, - 42.818570726091394, - 43.39298336555902, - 44.00892946772207, - 44.27380300550492, - 43.851810201262225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -53.59375, -67.96875 -53.4375, -67.8125 -53.4375, -67.8125 -53.59375, -67.96875 -53.59375))", @@ -338725,68 +245519,7 @@ "id": "5933", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.716940213240333, - 11.716940213240333, - 11.716940213240333, - 11.716940213240333, - 11.716940213240333, - 11.716940213240333, - 11.716940213240333, - 11.716940213240333 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -332.70529798880216, - -1147.5990490477066, - -1313.813028298498, - -912.5426552121348, - 60.75376095165302, - 1071.5712320061812, - 1460.4229399515007, - 735.5647349171031 - ], - "relative wind speed": [ - 3.2211780930966656, - 2.86929143723803, - 2.7602680517256557, - 2.982323919236282, - 3.363239677654514, - 3.6680425413274618, - 3.7507718831486083, - 3.5767462137460417 - ], - "relative wind angle": [ - 0.15439976986101073, - 0.10456403696721264, - 0.026032733776436733, - 0.1348972957407889, - 0.14782898853933318, - 0.08173623512109612, - 0.01915701738017728, - 0.11237414298274781 - ], - "resistance": [ - 96301.79470201119, - 95486.90095095227, - 95320.68697170149, - 95721.95734478785, - 96695.25376095164, - 97706.07123200617, - 98094.92293995149, - 97370.06473491709 - ], - "fuel": [ - 41.993466698332256, - 41.57593583303972, - 41.49107541346936, - 41.69611918131297, - 42.19594969139416, - 42.7187803364982, - 42.92092084620773, - 42.54456400284058 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -53.75, -68.125 -53.59375, -67.96875 -53.59375, -67.96875 -53.75, -68.125 -53.75))", @@ -338805,68 +245538,7 @@ "id": "5934", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.622232176977727, - 15.622232176977727, - 15.622232176977727, - 15.622232176977727, - 15.622232176977727, - 15.622232176977727, - 15.622232176977727, - 15.622232176977727 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -318.0598023793764, - -1490.1845458535072, - -1784.6911305029525, - -1371.6444792014618, - -118.84396384516458, - 1272.0926340016422, - 1967.0673096708551, - 1103.253634865082 - ], - "relative wind speed": [ - 4.341412160586591, - 3.9801575769134523, - 3.83852755386924, - 4.0217477142620375, - 4.39528273295764, - 4.724903757079413, - 4.840668969152026, - 4.689553835233452 - ], - "relative wind angle": [ - 0.11567661606085566, - 0.0843037324378198, - 0.007063773783181942, - 0.09300164028095488, - 0.1142525906236153, - 0.07099118092512967, - 0.005601375920047276, - 0.07972744779286003 - ], - "resistance": [ - 96316.44019762066, - 95144.31545414652, - 94849.80886949708, - 95262.85552079856, - 96515.65603615486, - 97906.59263400167, - 98601.56730967088, - 97737.7536348651 - ], - "fuel": [ - 45.24039490614532, - 44.64054311190515, - 44.4906287274516, - 44.70097534138415, - 45.34285477510143, - 46.062350661435076, - 46.42454038426113, - 45.9746306741696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -53.75, -67.96875 -53.59375, -67.8125 -53.59375, -67.8125 -53.75, -67.96875 -53.75))", @@ -338885,68 +245557,7 @@ "id": "5935", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.606044751282372, - 10.606044751282372, - 10.606044751282372, - 10.606044751282372, - 10.606044751282372, - 10.606044751282372, - 10.606044751282372, - 10.606044751282372 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -179.54560069825857, - -986.6588268164828, - -1197.9527824278484, - -910.5696117102107, - -52.43564900887668, - 908.5973313571963, - 1402.0420263711326, - 799.5575911579685 - ], - "relative wind speed": [ - 2.9648817645969077, - 2.5890026792653957, - 2.434554623295458, - 2.630092602110729, - 3.015593659544792, - 3.3438591663350032, - 3.457928973202997, - 3.311637344554569 - ], - "relative wind angle": [ - 0.17345796368984684, - 0.13312111667064622, - 0.010571164268802375, - 0.14500040348929247, - 0.1705121430842267, - 0.10294740457686269, - 0.007442557468689502, - 0.11500915022918289 - ], - "resistance": [ - 96454.95439930176, - 95647.84117318354, - 95436.54721757217, - 95723.93038828981, - 96582.06435099113, - 97543.09733135722, - 98036.54202637114, - 97434.05759115798 - ], - "fuel": [ - 41.33429354777905, - 40.92027755673604, - 40.81229277474526, - 40.95920471622352, - 41.399716676560764, - 41.896303230668714, - 42.15261209694011, - 41.83978719069548 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -53.59375, -67.8125 -53.4375, -67.65625 -53.4375, -67.65625 -53.59375, -67.8125 -53.59375))", @@ -338965,68 +245576,7 @@ "id": "5936", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.843929245453637, - 9.843929245453637, - 9.843929245453637, - 9.843929245453637, - 9.843929245453637, - 9.843929245453637, - 9.843929245453637, - 9.843929245453637 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -87.29490190334809, - -864.6723701049514, - -1098.7396017829433, - -880.4321028367808, - -113.5925394625383, - 788.9997932776505, - 1320.9091435100445, - 811.6249775513324 - ], - "relative wind speed": [ - 2.787690532513843, - 2.4041969032349453, - 2.2219407153452253, - 2.3949307200587118, - 2.7763877610656147, - 3.1143835273353444, - 3.2469257709952957, - 3.1215147526451488 - ], - "relative wind angle": [ - 0.18489332408880788, - 0.1530188616839749, - 0.002587735444069859, - 0.1501807780665733, - 0.1856547817241987, - 0.11793807273754091, - 0.0017708416321571558, - 0.11504468948008101 - ], - "resistance": [ - 96547.20509809667, - 95769.82762989508, - 95535.76039821708, - 95754.06789716324, - 96520.90746053749, - 97423.49979327768, - 97955.40914351007, - 97446.12497755136 - ], - "fuel": [ - 40.92254459108054, - 40.52347196715512, - 40.40375224874376, - 40.51540484459169, - 40.90900775086405, - 41.37509321679832, - 41.65118304344538, - 41.38681547745044 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -53.59375, -67.65625 -53.4375, -67.5 -53.4375, -67.5 -53.59375, -67.65625 -53.59375))", @@ -339058,17 +245608,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 22.22295594480829, + 22.222955944805562, -814.5317127289863, - -1134.5489230976596, + -1134.5489230976627, -961.9280264977156, - -223.72022849363202, + -223.72022849363293, 712.0457244119157, 1325.442036259668, 923.6846374527017 ], "relative wind speed": [ - 2.8561070663832497, + 2.8561070663832484, 2.459732801648343, 2.2372349040198567, 2.3736757184704995, @@ -339078,19 +245628,19 @@ 3.176809399468901 ], "relative wind angle": [ - 0.1826058446405123, + 0.1826058446405117, 0.16519139075191025, - 0.02385966374614077, + 0.023859663746145423, 0.13905046621921557, - 0.18965187276472023, + 0.18965187276472084, 0.1304001646948137, - 0.016301649036559385, + 0.01630164903655939, 0.10374845630432132 ], "resistance": [ 96656.72295594479, 95819.968287271, - 95499.95107690233, + 95499.95107690232, 95672.57197350227, 96410.77977150635, 97346.5457244119, @@ -339125,68 +245675,7 @@ "id": "5938", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.444011306214568, - 9.444011306214568, - 9.444011306214568, - 9.444011306214568, - 9.444011306214568, - 9.444011306214568, - 9.444011306214568, - 9.444011306214568 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 122.1634539917527, - -685.0665307526015, - -1050.9525704521302, - -937.4969439189754, - -298.9839861188934, - 573.366806110479, - 1199.43827240992, - 935.9699461261703 - ], - "relative wind speed": [ - 2.7649171508666575, - 2.375487727863565, - 2.125704338572032, - 2.220452879803589, - 2.576256181492568, - 2.939204113123969, - 3.124618989382754, - 3.058014351242847 - ], - "relative wind angle": [ - 0.1817657444424245, - 0.17830398160454308, - 0.04519073114503347, - 0.12893977489688238, - 0.19524222425680168, - 0.14383979520722487, - 0.03073800807244561, - 0.09350134946811868 - ], - "resistance": [ - 96756.66345399176, - 95949.4334692474, - 95583.54742954786, - 95697.00305608103, - 96335.5160138811, - 97207.86680611048, - 97833.93827240993, - 97570.46994612618 - ], - "fuel": [ - 40.80478711622807, - 40.38980515232059, - 40.2025085117565, - 40.26053303101724, - 40.58798051123992, - 41.037798814025265, - 41.36237122478515, - 41.22560436200467 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -53.75, -67.65625 -53.59375, -67.5 -53.59375, -67.5 -53.75, -67.65625 -53.75))", @@ -339218,9 +245707,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -102.96362505400566, + -102.9636250540093, -1024.7562871478744, - -1303.1852560092743, + -1303.1852560092752, -1045.7487922970809, -137.99936933394292, 931.4027616572885, @@ -339228,9 +245717,9 @@ 961.5307345502097 ], "relative wind speed": [ - 3.0521827212154564, + 3.052182721215456, 2.637511993391162, - 2.4402180042744126, + 2.440218004274412, 2.6262609696398207, 3.0384314420029384, 3.404616788444188, @@ -339238,13 +245727,13 @@ 3.4133031378394665 ], "relative wind angle": [ - 0.18260080582326568, + 0.18260080582326754, 0.15103757517968458, 0.002865494214748436, 0.1478816409556231, 0.18343659111546706, - 0.1168280488500128, - 0.0019704228531942963, + 0.11682804885001281, + 0.0019704228531942968, 0.11361296741775528 ], "resistance": [ @@ -339298,21 +245787,21 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 929.2909272419975, + 929.2909272419956, -23.912872900790717, -897.2593218240745, -1211.0078041672946, - -1019.3390612538378, + -1019.3390612538365, -228.18979082608848, - 754.7213125551207, + 754.7213125551189, 1377.95041845189 ], "relative wind speed": [ - 3.4907314285438353, + 3.490731428543835, 3.1830802580164206, 2.81717441206645, 2.6238772459876656, - 2.7555172437152438, + 2.7555172437152433, 3.1058141054579957, 3.4411639772951514, 3.5907310376334114 @@ -339320,11 +245809,11 @@ "relative wind angle": [ 0.09013628334092455, 0.15247638373900343, - 0.13154188705890216, + 0.13154188705890213, 0.014901418994414333, - 0.11428005397918176, + 0.11428005397917981, 0.1563004826607108, - 0.10758640540134937, + 0.10758640540135041, 0.0108888188634189 ], "resistance": [ @@ -339378,19 +245867,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1025.5282489402716, + 1025.5282489402653, 48.325964821916386, - -885.438920016225, + -885.4389200162263, -1263.7740472342089, - -1097.5220880475217, + -1097.52208804752, -306.5470902067118, 722.2348783231655, 1414.266530208365 ], "relative wind speed": [ - 3.56702208424013, + 3.5670220842401297, 3.262905271745735, - 2.8848215371964705, + 2.88482153719647, 2.6668625669938018, 2.779434727068073, 3.1308709872977296, @@ -339398,17 +245887,17 @@ 3.6519512592935848 ], "relative wind angle": [ - 0.08451707926547883, - 0.15156695191328406, + 0.08451707926548147, + 0.1515669519132841, 0.13756748820272038, - 0.025056647665197208, - 0.1085500088533064, + 0.02505664766519721, + 0.10855000885330537, 0.15801141024233897, 0.11384952016362282, 0.018296895854321836 ], "resistance": [ - 97660.02824894027, + 97660.02824894026, 96682.82596482191, 95749.06107998377, 95370.72595276579, @@ -339418,7 +245907,7 @@ 98048.76653020836 ], "fuel": [ - 42.45654007898305, + 42.45654007898304, 41.95120270692722, 41.47164788018138, 41.27826941387294, @@ -339458,17 +245947,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 841.7870135008825, + 841.7870135008798, -254.2561969038161, - -1134.2491689320555, + -1134.2491689320573, -1346.7886270314466, - -993.6875035537746, + -993.6875035537755, -19.178807006598618, 1042.9157967841265, 1539.9218047626837 ], "relative wind speed": [ - 3.582349882405793, + 3.582349882405792, 3.2221440899133538, 2.845194424052296, 2.7040207408799724, @@ -339480,12 +245969,12 @@ "relative wind angle": [ 0.11137967865441857, 0.16199644786794945, - 0.11864773939004084, - 0.01605484771872069, - 0.13707537034995523, + 0.11864773939004271, + 0.016054847718720688, + 0.13707537034995604, 0.15776307793243943, 0.09272799832852895, - 0.01159713810767331 + 0.011597138107673311 ], "resistance": [ 97476.2870135009, @@ -339538,19 +246027,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 622.8653537315204, + 622.8653537315149, -357.86280670565793, - -1066.1983981352614, + -1066.1983981352623, -1184.023952230129, - -760.1330737216094, + -760.1330737216099, 153.04114922850204, 1062.10931811922, 1335.9409806885515 ], "relative wind speed": [ - 3.14978316284338, + 3.1497831628433794, 2.7686408328402585, - 2.4015090860898862, + 2.401509086089886, 2.310552321099207, 2.5750058149050465, 2.981009369065459, @@ -339558,17 +246047,17 @@ 3.348602229466724 ], "relative wind angle": [ - 0.1413127685182636, + 0.14131276851826596, 0.18872531103860601, - 0.12144758253642199, + 0.121447582536422, 0.04674334671770095, - 0.1731448560968849, + 0.17314485609688554, 0.17513571677694714, 0.08871026315046054, 0.0322469880694662 ], "resistance": [ - 97257.36535373154, + 97257.36535373153, 96276.63719329436, 95568.30160186475, 95450.47604776989, @@ -339578,7 +246067,7 @@ 97970.44098068857 ], "fuel": [ - 41.48614111709672, + 41.48614111709671, 40.98045630601276, 40.61744901442606, 40.5572469717642, @@ -339618,37 +246107,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 923.3645140791591, + 923.3645140791546, -13.861417513055585, - -876.0740849535387, + -876.0740849535409, -1190.652013313128, -1004.911483983215, -229.36375066619257, - 739.0464060598483, + 739.046406059851, 1357.795679573564 ], "relative wind speed": [ 3.43172844203011, 3.124148142500879, - 2.7556484293786028, + 2.7556484293786023, 2.5584908611792985, 2.6890286484485624, 3.0409428728149126, - 3.3784666500764438, + 3.3784666500764433, 3.5301217663527584 ], "relative wind angle": [ - 0.09155911975062148, + 0.0915591197506239, 0.15615243528012723, - 0.13590225459489455, - 0.016467225036687978, + 0.13590225459489538, + 0.01646722503668798, 0.11695063811200296, 0.160461570505358, - 0.11073402003502937, + 0.11073402003502737, 0.011934529055779068 ], "resistance": [ - 97557.86451407918, + 97557.86451407916, 96620.63858248696, 95758.42591504648, 95443.84798668689, @@ -339658,7 +246147,7 @@ 97992.29567957358 ], "fuel": [ - 42.12922352236315, + 42.129223522363134, 41.64484557287042, 41.20212264616053, 41.04128412453353, @@ -339698,9 +246187,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 809.2587610872779, + 809.2587610872724, -181.65670047190542, - -1004.9824358141282, + -1004.9824358141286, -1222.1704681577853, -940.4988125354585, -73.77008409961581, @@ -339708,9 +246197,9 @@ 1410.157494855779 ], "relative wind speed": [ - 3.468432177368771, + 3.4684321773687707, 3.1360342019767145, - 2.777513620681008, + 2.7775136206810074, 2.6289881212954684, 2.8099980225423606, 3.1766964191957845, @@ -339718,14 +246207,14 @@ 3.6075659541838414 ], "relative wind angle": [ - 0.10413693480277442, + 0.10413693480277655, 0.1566651112300647, 0.1196129831597266, - 0.00782814992044429, + 0.007828149920444291, 0.12866060683924663, - 0.15464352539704979, + 0.15464352539704976, 0.09498755064444568, - 0.00570468145195579 + 0.005704681451955791 ], "resistance": [ 97443.75876108729, @@ -339778,19 +246267,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 520.3573853237594, + 520.3573853237563, -435.0583660182074, - -1078.4844574492513, + -1078.4844574492527, -1148.0730759848639, - -672.2593094951376, + -672.2593094951371, 243.2605137675464, 1103.1652495129379, 1264.7643017315945 ], "relative wind speed": [ - 3.0836406943132566, + 3.0836406943132557, 2.6978126413433405, - 2.3499174107908463, + 2.349917410790846, 2.295492290817163, 2.5822112080402513, 2.9830289315998093, @@ -339798,21 +246287,21 @@ 3.302630738873543 ], "relative wind angle": [ - 0.1494192496846499, + 0.1494192496846514, 0.18802333437460012, 0.10834339653529801, 0.06317278858142969, - 0.17872108201178688, + 0.17872108201178627, 0.16986135411345826, 0.0779250833511156, - 0.043893117428257515 + 0.04389311742825752 ], "resistance": [ 97154.85738532379, 96199.44163398183, - 95556.01554255078, + 95556.01554255077, 95486.42692401516, - 95962.24069050488, + 95962.2406905049, 96877.76051376757, 97737.66524951297, 97899.26430173163 @@ -339858,9 +246347,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 592.2188061881725, + 592.2188061881698, -544.4705821558764, - -1301.9806155979372, + -1301.9806155979404, -1376.584000563702, -801.5481792638743, 292.478710570781, @@ -339868,9 +246357,9 @@ 1482.3136359611708 ], "relative wind speed": [ - 3.498976986493862, + 3.4989769864938616, 3.096851371948478, - 2.742607522252358, + 2.7426075222523574, 2.6923625550343293, 2.988513884486374, 3.4034639369093265, @@ -339878,19 +246367,19 @@ 3.731653663194177 ], "relative wind angle": [ - 0.13695628206048058, + 0.13695628206048138, 0.16880032162605932, - 0.09423360248404558, - 0.057718813328511864, - 0.16053742823413486, - 0.15346670834034132, + 0.09423360248404793, + 0.05771881332851187, + 0.1605374282341349, + 0.1534667083403413, 0.06990038440480098, 0.0416326356322191 ], "resistance": [ 97226.71880618819, 96090.02941784414, - 95332.51938440208, + 95332.51938440207, 95257.91599943631, 95832.95182073614, 96926.9787105708, @@ -339900,7 +246389,7 @@ "fuel": [ 42.35382308033206, 41.76818071908772, - 41.38056784821816, + 41.38056784821815, 41.342509288334924, 41.636396457695554, 42.19892496775661, @@ -339938,10 +246427,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 892.5921864284264, + 892.5921864284192, -279.96743178286397, - -1220.7305828624371, - -1446.1401351712643, + -1220.7305828624385, + -1446.1401351712811, -1067.9090237368687, -24.183016210238748, 1111.0561300594418, @@ -339951,37 +246440,37 @@ 3.7813147935366445, 3.417260730281736, 3.0389352867990924, - 2.898537665116317, + 2.8985376651163173, 3.1088849090100203, 3.5051156966017047, 3.8377570621310353, 3.944868356382931 ], "relative wind angle": [ - 0.10635082142516424, + 0.10635082142516737, 0.15371276368546274, - 0.11163361159801946, - 0.01533185831712593, + 0.11163361159802046, + 0.015331858317140413, 0.1294714651460976, 0.14983051083097249, 0.08832861263341117, 0.011265057196955457 ], "resistance": [ - 97527.09218642845, + 97527.09218642843, 96354.53256821715, 95413.76941713758, - 95188.35986482874, + 95188.35986482873, 95566.59097626315, 96610.31698378977, 97745.55613005946, 98273.40373223947 ], "fuel": [ - 43.0583854639014, + 43.05838546390139, 42.45302980901526, 41.97104235466002, - 41.85604584588889, + 41.856045845888886, 42.04911440848352, 42.58464697172005, 43.17173691921533, @@ -340018,17 +246507,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 547.0629345627776, + 547.0629345627758, -562.7459246427552, -1285.3188821989256, -1341.9293828187397, - -757.7841350376434, + -757.7841350376443, 319.65277624078317, - 1302.0869256559427, + 1302.0869256559463, 1433.9419285824697 ], "relative wind speed": [ - 3.45223847706116, + 3.4522384770611594, 3.0523593044123434, 2.707613541634483, 2.6690791110615586, @@ -340038,14 +246527,14 @@ 3.689264012331888 ], "relative wind angle": [ - 0.13895755660946582, + 0.13895755660946663, 0.1681380005449233, 0.09031731016608417, - 0.06202176350899187, - 0.16174340462980177, - 0.15175083538784637, - 0.06675454880473804, - 0.04485728750273473 + 0.06202176350899186, + 0.16174340462980247, + 0.1517508353878464, + 0.06675454880473637, + 0.04485728750273474 ], "resistance": [ 97181.56293456281, @@ -340054,7 +246543,7 @@ 95292.57061718129, 95876.71586496239, 96954.15277624081, - 97936.58692565597, + 97936.58692565598, 98068.4419285825 ], "fuel": [ @@ -340064,7 +246553,7 @@ 41.27772015704388, 41.57634816487773, 42.13048861532777, - 42.6395329725878, + 42.639532972587816, 42.708126475981715 ] }, @@ -340098,33 +246587,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 517.3718488883005, - -733.7446530414318, - -1502.211876256114, - -1523.1409542742658, + 517.3718488882951, + -733.7446530414327, + -1502.2118762561213, + -1523.140954274264, -806.8815025615195, 432.2863191884344, - 1509.8679968626075, + 1509.8679968626093, 1558.8288127211645 ], "relative wind speed": [ - 3.8872775668908908, + 3.8872775668908903, 3.487092233748922, 3.165178547755164, - 3.1529339243475407, + 3.1529339243475403, 3.460208326860209, 3.8631795584277255, - 4.131054745238363, + 4.131054745238362, 4.140407735480203 ], "relative wind angle": [ - 0.12478016912600359, - 0.14226498806310164, - 0.06811112329479391, - 0.06022588074882243, + 0.12478016912600538, + 0.1422649880631017, + 0.0681111232947988, + 0.060225880748820584, 0.14027702267309736, 0.1283344890508288, - 0.052169476743304154, + 0.05216947674330203, 0.04585054709424932 ], "resistance": [ @@ -340178,9 +246667,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 147.1360399601508, + 147.13603996014808, -1050.7138078367761, - -1588.388974405897, + -1588.388974405896, -1425.3599774868244, -480.4652564689404, 810.4986183705041, @@ -340188,23 +246677,23 @@ 1345.630297730696 ], "relative wind speed": [ - 3.789956818081784, + 3.7899568180817838, 3.378999357970737, - 3.12423676696038, + 3.1242367669603803, 3.2193087510294243, - 3.587984541198725, + 3.5879845411987255, 3.9774073326274952, 4.1804964268348055, 4.107731358834337 ], "relative wind angle": [ - 0.13986093191260796, + 0.13986093191260873, 0.1323020569274636, 0.03266623540940855, 0.09377260163588179, - 0.14779013212836858, + 0.14779013212836933, 0.1123052946148839, - 0.024410746548290355, + 0.02441074654829035, 0.07344977315611692 ], "resistance": [ @@ -340258,9 +246747,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 425.3196076026866, + 425.3196076026852, -553.3985601959525, - -1153.999206285132, + -1153.9992062851338, -1168.4677784810124, -602.6946620067893, 367.7297187639556, @@ -340268,7 +246757,7 @@ 1249.4030627036532 ], "relative wind speed": [ - 3.103769863670059, + 3.103769863670058, 2.7034232000210543, 2.372212925279093, 2.3611112005358064, @@ -340278,12 +246767,12 @@ 3.3526371740519303 ], "relative wind angle": [ - 0.1577895727036341, + 0.15778957270363272, 0.18486676050368914, - 0.09078012250480268, + 0.09078012250480512, 0.08174698206053212, 0.18301199584654176, - 0.16187649423059766, + 0.1618764942305977, 0.06433961079888253, 0.0575383581893874 ], @@ -340325,68 +246814,7 @@ "id": "5953", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.431955525920982, - 11.431955525920982, - 11.431955525920982, - 11.431955525920982, - 11.431955525920982, - 11.431955525920982, - 11.431955525920982, - 11.431955525920982 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 354.4338163900402, - -754.4434145933224, - -1368.6099202066525, - -1322.2008940146607, - -594.9858477244829, - 540.4423305411901, - 1461.3793066529624, - 1353.3754111406352 - ], - "relative wind speed": [ - 3.393823288359363, - 2.9744112795693156, - 2.660522040617744, - 2.6921939957600167, - 3.042434297808765, - 3.4535953018650427, - 3.700819563350889, - 3.677843724016449 - ], - "relative wind angle": [ - 0.15412012628315414, - 0.16695704121589966, - 0.06697320076253793, - 0.09019509655598835, - 0.17208871850923368, - 0.14361797462049375, - 0.04812968020356335, - 0.06598149817390361 - ], - "resistance": [ - 96988.93381639004, - 95880.05658540668, - 95265.89007979335, - 95312.29910598534, - 96039.51415227551, - 97174.94233054119, - 98095.87930665296, - 97987.87541114063 - ], - "fuel": [ - 42.15040249265219, - 41.5800132096591, - 41.266064338646274, - 41.289738623904384, - 41.661754045096316, - 42.24653051835241, - 42.72436160111224, - 42.668160082127656 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -54.375, -69.6875 -54.21875, -69.53125 -54.21875, -69.53125 -54.375, -69.6875 -54.375))", @@ -340405,68 +246833,7 @@ "id": "5954", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.508167914419802, - 12.508167914419802, - 12.508167914419802, - 12.508167914419802, - 12.508167914419802, - 12.508167914419802, - 12.508167914419802, - 12.508167914419802 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -54.27508369502539, - -1131.004056034456, - -1503.5144199683295, - -1254.5913576855805, - -261.0911400991299, - 957.9363079167615, - 1717.5829090024354, - 1134.643642623928 - ], - "relative wind speed": [ - 3.5508310328022925, - 3.145535464515995, - 2.937029794476424, - 3.089753429420882, - 3.4808782452044023, - 3.8510415504018143, - 4.012327300683089, - 3.8959386708251666 - ], - "relative wind angle": [ - 0.1520076699002207, - 0.12918341843548478, - 0.012050818655262346, - 0.11520521053528793, - 0.15508694124617428, - 0.10541908328154365, - 0.00882111880150008, - 0.09129061483382962 - ], - "resistance": [ - 96580.224916305, - 95503.49594396558, - 95130.9855800317, - 95379.90864231445, - 96373.4088599009, - 97592.4363079168, - 98352.08290900246, - 97769.14364262395 - ], - "fuel": [ - 42.71184909833154, - 42.15956949647906, - 41.969504589870944, - 42.09645466138635, - 42.605433550682626, - 43.23497009909398, - 43.63006732118599, - 43.32668510087225 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -54.375, -69.53125 -54.21875, -69.375 -54.21875, -69.375 -54.375, -69.53125 -54.375))", @@ -340485,68 +246852,7 @@ "id": "5955", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.43665136779005, - 14.43665136779005, - 14.43665136779005, - 14.43665136779005, - 14.43665136779005, - 14.43665136779005, - 14.43665136779005, - 14.43665136779005 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -36.03546290125723, - -1300.7700174056954, - -1761.1403088752768, - -1495.809391040114, - -363.1207301805898, - 1053.2314318227463, - 1954.9557042458846, - 1331.4998625772014 - ], - "relative wind speed": [ - 4.093964607722927, - 3.6875550068356984, - 3.472904477982958, - 3.6124657255515595, - 3.998167125547413, - 4.375822739172254, - 4.548056844400905, - 4.438015091773713 - ], - "relative wind angle": [ - 0.13169953129717768, - 0.11259525366946137, - 0.01391598369250036, - 0.09592074709075112, - 0.13487414261324612, - 0.09482697777695184, - 0.010626127462022728, - 0.07803729711032943 - ], - "resistance": [ - 96598.46453709874, - 95333.7299825943, - 94873.35969112473, - 95138.69060895989, - 96271.37926981942, - 97687.73143182274, - 98589.45570424589, - 97965.9998625772 - ], - "fuel": [ - 44.295849580982534, - 43.647494048230435, - 43.41296669381096, - 43.548038469642165, - 44.12760146319997, - 44.85902372898855, - 45.328574597836926, - 45.00360243232389 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -53.90625, -69.375 -53.75, -69.21875 -53.75, -69.21875 -53.90625, -69.375 -53.90625))", @@ -340578,9 +246884,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 543.5193469257301, + 543.5193469257247, -711.2555831714744, - -1495.7883155609188, + -1495.7883155609215, -1529.6328801136588, -829.5501502993393, 405.9024037462714, @@ -340588,9 +246894,9 @@ 1573.7028066821986 ], "relative wind speed": [ - 3.898186462081179, + 3.8981864620811786, 3.4992904195719228, - 3.173327973338842, + 3.1733279733388415, 3.1535515905022673, 3.455858836540714, 3.8592466299449786, @@ -340598,17 +246904,17 @@ 4.14655644568962 ], "relative wind angle": [ - 0.12343935311835641, + 0.12343935311835821, 0.14254823646760528, - 0.07035632179910496, + 0.07035632179910653, 0.05763297385982221, - 0.13933587792414331, - 0.1291742472033391, + 0.13933587792414334, + 0.12917424720333912, 0.05402184359137978, 0.04382096552897854 ], "resistance": [ - 97178.01934692574, + 97178.01934692572, 95923.24441682853, 95138.71168443908, 95104.86711988634, @@ -340618,7 +246924,7 @@ 98208.2028066822 ], "fuel": [ - 43.496212337001396, + 43.49621233700138, 42.85023328489217, 42.449319413946554, 42.43207561235445, @@ -340658,37 +246964,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 625.3642857147634, + 625.3642857147561, -697.6859082323581, - -1546.462508173689, + -1546.4625081736908, -1601.9564086980413, -889.4597858752504, - 401.87361647688886, - 1565.0798082547417, + 401.87361647688795, + 1565.0798082547371, 1694.4497355632502 ], "relative wind speed": [ - 3.813370177605022, + 3.8133701776050213, 3.3815761559949795, 3.0156834447939467, 2.9817472547945982, 3.3081252301926156, - 3.7483899678782775, + 3.748389967878277, 4.048597042295023, 4.07365535589465 ], "relative wind angle": [ - 0.13621717191522403, + 0.1362171719152265, 0.16239183993907663, - 0.08477596862446501, + 0.08477596862446632, 0.06228854535584009, 0.15718270994263978, - 0.14637946866474935, - 0.0631134592038203, + 0.1463794686647486, + 0.06311345920382207, 0.04557894239669466 ], "resistance": [ - 97259.86428571476, + 97259.86428571475, 95936.81409176764, 95088.03749182631, 95032.54359130196, @@ -340698,7 +247004,7 @@ 98328.94973556325 ], "fuel": [ - 43.194323715783554, + 43.19432371578354, 42.51296055025851, 42.07927521240503, 42.05101377595791, @@ -340738,9 +247044,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 763.6487002131416, + 763.6487002131362, -302.65608933300064, - -1127.3496370879298, + -1127.3496370879311, -1305.264253831962, -919.1935326409939, 45.36248511257327, @@ -340748,9 +247054,9 @@ 1477.0576972815888 ], "relative wind speed": [ - 3.476238571480306, + 3.4762385714803057, 3.110693372164403, - 2.7406988443344065, + 2.7406988443344056, 2.6186834560165764, 2.8456446636528248, 3.2412212053477147, @@ -340758,17 +247064,17 @@ 3.6502637048312434 ], "relative wind angle": [ - 0.11867420988967851, + 0.11867420988968039, 0.16661978910346736, 0.11630254896257057, - 0.025260722246842296, - 0.14514138209904592, - 0.15985082133685657, + 0.0252607222468423, + 0.14514138209904595, + 0.15985082133685655, 0.08946511087737828, 0.01812099781223706 ], "resistance": [ - 97398.14870021316, + 97398.14870021315, 96331.84391066701, 95507.15036291209, 95329.23574616805, @@ -340778,7 +247084,7 @@ 98111.5576972816 ], "fuel": [ - 42.260184225770985, + 42.26018422577098, 41.709985418075405, 41.2873562095203, 41.19651250584276, @@ -340805,68 +247111,7 @@ "id": "5959", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.738877624863669, - 12.738877624863669, - 12.738877624863669, - 12.738877624863669, - 12.738877624863669, - 12.738877624863669, - 12.738877624863669, - 12.738877624863669 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 762.1982709341728, - -535.9741867739585, - -1452.6659881536189, - -1586.1892230016151, - -999.6485923125574, - 222.2331382528264, - 1409.9534550150365, - 1721.7707002525258 - ], - "relative wind speed": [ - 3.862935425542291, - 3.454395166278709, - 3.0775838744531083, - 2.9966831033903167, - 3.278180946805907, - 3.706196764487978, - 4.02457673769765, - 4.085172064891006 - ], - "relative wind angle": [ - 0.12331959043286987, - 0.15831634858164478, - 0.09600816316319982, - 0.04252148911206184, - 0.14546144367972122, - 0.14747861483619046, - 0.07337027888145595, - 0.031187348628727605 - ], - "resistance": [ - 97396.69827093417, - 96098.52581322604, - 95181.83401184638, - 95048.31077699839, - 95634.85140768744, - 96856.73313825282, - 98044.45345501504, - 98356.27070025253 - ], - "fuel": [ - 43.308985901751484, - 42.63971355426551, - 42.1708909333208, - 42.1028641984542, - 42.40218628498813, - 43.02984536157361, - 43.64528101743568, - 43.807723893536966 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -53.90625, -69.0625 -53.75, -68.90625 -53.75, -68.90625 -53.90625, -69.0625 -53.90625))", @@ -340898,17 +247143,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 580.4755468229469, + 580.4755468229414, -651.8780231891005, -1440.2856140506588, -1489.8726888099627, - -822.9363835176691, + -822.9363835176682, 381.06874095222975, 1463.7459801206078, 1579.2831305221325 ], "relative wind speed": [ - 3.6540377781604727, + 3.6540377781604723, 3.233492681668565, 2.877305640295215, 2.845565990678233, @@ -340918,13 +247163,13 @@ 3.907902092349081 ], "relative wind angle": [ - 0.13865446789744262, + 0.13865446789744504, 0.1652679042906639, - 0.08604861156441138, + 0.08604861156441136, 0.06409179672818605, - 0.1602533444369208, - 0.1485796034346293, - 0.06370039088855325, + 0.1602533444369201, + 0.14857960343462934, + 0.06370039088855327, 0.046653864253365665 ], "resistance": [ @@ -340965,68 +247210,7 @@ "id": "5961", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.166286702808007, - 10.166286702808007, - 10.166286702808007, - 10.166286702808007, - 10.166286702808007, - 10.166286702808007, - 10.166286702808007, - 10.166286702808007 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 535.1344379349148, - -404.1387168643223, - -1051.6980208757095, - -1134.3680440764588, - -687.2874420249855, - 204.64333526378778, - 1057.515700486626, - 1249.7690273739154 - ], - "relative wind speed": [ - 3.1125461798065386, - 2.7400172772223077, - 2.3985284086242684, - 2.334863511943976, - 2.603875809516857, - 2.9933957762612335, - 3.273404103656876, - 3.3191151431379997 - ], - "relative wind angle": [ - 0.14160999115573775, - 0.18078192536146692, - 0.10753081463162564, - 0.055108824436324574, - 0.1695192339034626, - 0.16533177371034247, - 0.07872080969558796, - 0.038756915940617205 - ], - "resistance": [ - 97169.63443793496, - 96230.36128313572, - 95582.80197912433, - 95500.13195592359, - 95947.21255797506, - 96839.14333526383, - 97692.01570048666, - 97884.26902737396 - ], - "fuel": [ - 41.43326633449563, - 40.94919080996121, - 40.61736838762016, - 40.57511891986665, - 40.803907730305276, - 41.26256598717362, - 41.703907841205805, - 41.80376835374808 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.0625 -54.0625, -69.0625 -53.90625, -68.90625 -53.90625, -68.90625 -54.0625, -69.0625 -54.0625))", @@ -341045,68 +247229,7 @@ "id": "5962", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.463177557231766, - 13.463177557231766, - 13.463177557231766, - 13.463177557231766, - 13.463177557231766, - 13.463177557231766, - 13.463177557231766, - 13.463177557231766 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 663.1386506065619, - -714.7043722208573, - -1610.617560030868, - -1679.7819617984915, - -955.6538780807741, - 382.69286006627044, - 1598.695985501493, - 1760.3442823561227 - ], - "relative wind speed": [ - 4.02776638797624, - 3.6058198687498173, - 3.2471499592738375, - 3.207627788537219, - 3.519382696061642, - 3.950572073963254, - 4.2502910229109245, - 4.2801963281668645 - ], - "relative wind angle": [ - 0.12515255193526964, - 0.14944764898477192, - 0.0790714007790579, - 0.0543182455079791, - 0.14334796726415422, - 0.1363205171498296, - 0.060382961065634094, - 0.04069793020919421 - ], - "resistance": [ - 97297.63865060655, - 95919.79562777912, - 95023.88243996912, - 94954.71803820149, - 95678.84612191921, - 97017.19286006625, - 98233.19598550147, - 98394.8442823561 - ], - "fuel": [ - 43.83136523570687, - 43.121730873599525, - 42.66409623873723, - 42.62889108225002, - 42.998359664964596, - 43.68635385693422, - 44.31723472370261, - 44.401514641439874 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.90625 -54.0625, -68.90625 -53.90625, -68.75 -53.90625, -68.75 -54.0625, -68.90625 -54.0625))", @@ -341125,68 +247248,7 @@ "id": "5963", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.24332426263291, - 11.24332426263291, - 11.24332426263291, - 11.24332426263291, - 11.24332426263291, - 11.24332426263291, - 11.24332426263291, - 11.24332426263291 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 707.033424114531, - -463.36951199754685, - -1290.7764167910123, - -1413.7476492059823, - -883.9765805740817, - 215.9693459828104, - 1290.4808459086435, - 1576.379905088158 - ], - "relative wind speed": [ - 3.460485745979269, - 3.0449115586786206, - 2.6538953110469126, - 2.5681328935238152, - 2.8618650861112855, - 3.3005676737576195, - 3.622440206163749, - 3.6837381571481767 - ], - "relative wind angle": [ - 0.14108406941413365, - 0.1843984684373085, - 0.11440413147151729, - 0.050586634570535506, - 0.1708595652430093, - 0.16997008184837512, - 0.08373057452202404, - 0.03525894184225227 - ], - "resistance": [ - 97341.53342411453, - 96171.13048800245, - 95343.723583209, - 95220.75235079402, - 95750.52341942592, - 96850.46934598281, - 97924.98084590865, - 98210.87990508816 - ], - "fuel": [ - 42.20524376388548, - 41.60180497136811, - 41.17828423834642, - 41.11555699179954, - 41.38619254358301, - 41.95143925126321, - 42.50796264093591, - 42.6567624115269 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -54.21875, -69.375 -54.0625, -69.21875 -54.0625, -69.21875 -54.21875, -69.375 -54.21875))", @@ -341205,68 +247267,7 @@ "id": "5964", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.928936322095185, - 9.928936322095185, - 9.928936322095185, - 9.928936322095185, - 9.928936322095185, - 9.928936322095185, - 9.928936322095185, - 9.928936322095185 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 580.7256860650773, - -394.85855617883453, - -1075.6784216587007, - -1170.3148132861756, - -715.9819531824837, - 205.25810870229816, - 1097.4837841785838, - 1317.014928051327 - ], - "relative wind speed": [ - 3.073499003551633, - 2.680084624151671, - 2.3108215473391676, - 2.2354201953540573, - 2.5209677960857686, - 2.9357828872585605, - 3.234467271450962, - 3.287030773196023 - ], - "relative wind angle": [ - 0.1516357311313291, - 0.19770177917651355, - 0.12155098788403741, - 0.05826001715989509, - 0.1852199495367502, - 0.18028411823225787, - 0.08673549506967242, - 0.03960899861207804 - ], - "resistance": [ - 97215.22568606511, - 96239.6414438212, - 95558.82157834133, - 95464.18518671385, - 95918.51804681754, - 96839.75810870233, - 97731.9837841786, - 97951.51492805136 - ], - "fuel": [ - 41.316600808097064, - 40.8137119518278, - 40.46486476879727, - 40.416510302172355, - 40.648955738547215, - 41.12263760325554, - 41.58441125901594, - 41.69848424711965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -54.21875, -69.21875 -54.0625, -69.0625 -54.0625, -69.0625 -54.21875, -69.21875 -54.21875))", @@ -341285,68 +247286,7 @@ "id": "5965", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.913053448509329, - 10.913053448509329, - 10.913053448509329, - 10.913053448509329, - 10.913053448509329, - 10.913053448509329, - 10.913053448509329, - 10.913053448509329 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 701.8252678007161, - -430.0657341984115, - -1238.1080592579228, - -1364.994048056633, - -862.9199224479648, - 196.21351524848933, - 1240.3026343833712, - 1535.104709983359 - ], - "relative wind speed": [ - 3.3731109769583103, - 2.960973943298775, - 2.5681270821350304, - 2.476689033259393, - 2.766535487399577, - 3.2037836339277903, - 3.526516632021246, - 3.591323947856906 - ], - "relative wind angle": [ - 0.14329894848205801, - 0.1895148453073604, - 0.11988043775484668, - 0.049863918569340436, - 0.1750126032938542, - 0.17499705866777363, - 0.08720245660865887, - 0.034380237808337204 - ], - "resistance": [ - 97336.3252678007, - 96204.43426580157, - 95396.39194074206, - 95269.50595194336, - 95771.58007755202, - 96830.71351524847, - 97874.80263438336, - 98169.60470998334 - ], - "fuel": [ - 41.98497383554755, - 41.40133193968008, - 40.98759401060367, - 40.92284591576821, - 41.17939759078794, - 41.7236738990397, - 42.26430472780844, - 42.41768802463022 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -54.375, -69.375 -54.21875, -69.21875 -54.21875, -69.21875 -54.375, -69.375 -54.375))", @@ -341365,68 +247305,7 @@ "id": "5966", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.0753095745516, - 13.0753095745516, - 13.0753095745516, - 13.0753095745516, - 13.0753095745516, - 13.0753095745516, - 13.0753095745516, - 13.0753095745516 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 304.7600926184941, - -930.4585278211298, - -1572.0319098190912, - -1483.699268309655, - -622.2436222457718, - 663.4154787728921, - 1660.1409783282388, - 1453.577747453609 - ], - "relative wind speed": [ - 3.8189109687485647, - 3.4053314818949723, - 3.1167662819618145, - 3.168660486282735, - 3.5190544144916056, - 3.9206558708710904, - 4.153744443632381, - 4.11429406849479 - ], - "relative wind angle": [ - 0.13631100735143725, - 0.13966063751262298, - 0.04861230500555398, - 0.08210116996850542, - 0.14800811486170914, - 0.12120647926338719, - 0.036470010688295924, - 0.0632020090088513 - ], - "resistance": [ - 96939.26009261851, - 95704.04147217888, - 95062.46809018092, - 95150.80073169035, - 96012.25637775424, - 97297.9154787729, - 98294.64097832826, - 98088.07774745363 - ], - "fuel": [ - 43.33460568724149, - 42.699747016760675, - 42.37224125255703, - 42.4172417415492, - 42.857626991941686, - 43.52000543808194, - 44.03775627271118, - 43.930152962988174 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -54.375, -69.21875 -54.21875, -69.0625 -54.21875, -69.0625 -54.375, -69.21875 -54.375))", @@ -341445,68 +247324,7 @@ "id": "5967", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.160068370233098, - 12.160068370233098, - 12.160068370233098, - 12.160068370233098, - 12.160068370233098, - 12.160068370233098, - 12.160068370233098, - 12.160068370233098 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 403.25616005144457, - -795.9565068660922, - -1474.1725070044708, - -1438.1530099955035, - -671.5661690944689, - 548.234358067135, - 1550.7375190131625, - 1466.7867025499881 - ], - "relative wind speed": [ - 3.6052219638069882, - 3.181573377934982, - 2.8605405092073677, - 2.883528038197772, - 3.2312825018840394, - 3.6491646792264216, - 3.9059083464006097, - 3.888968766681676 - ], - "relative wind angle": [ - 0.145727770054658, - 0.1590752681171289, - 0.06619278167849325, - 0.08207364184950171, - 0.1627345316075295, - 0.13855057325501383, - 0.04846067918049694, - 0.06082380134600774 - ], - "resistance": [ - 97037.75616005145, - 95838.54349313391, - 95160.32749299552, - 95196.3469900045, - 95962.93383090553, - 97182.73435806713, - 98185.23751901316, - 98101.28670254999 - ], - "fuel": [ - 42.68971383463049, - 42.072841093585744, - 41.72633706708439, - 41.7446965756239, - 42.13657850206971, - 42.76465292290543, - 43.28498608317612, - 43.241269289611495 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -54.53125, -70 -54.375, -69.84375 -54.375, -69.84375 -54.53125, -70 -54.53125))", @@ -341525,68 +247343,7 @@ "id": "5968", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.222425240480645, - 13.222425240480645, - 13.222425240480645, - 13.222425240480645, - 13.222425240480645, - 13.222425240480645, - 13.222425240480645, - 13.222425240480645 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 117.75843661510498, - -992.3327325604296, - -1483.3641206107613, - -1328.2891544009562, - -445.74445262328663, - 752.91394621771, - 1596.128641398881, - 1232.1959415335969 - ], - "relative wind speed": [ - 3.795222281582154, - 3.417012301292662, - 3.1866956522219025, - 3.2759470090800664, - 3.615036728449342, - 3.9744470870134867, - 4.161390817354865, - 4.091500202658523 - ], - "relative wind angle": [ - 0.12880670431040828, - 0.11997650987103241, - 0.02852349248809325, - 0.08571372074503066, - 0.13526535196991288, - 0.10308443263011924, - 0.021841397510237504, - 0.06859830610021368 - ], - "resistance": [ - 96752.25843661508, - 95642.16726743955, - 95151.13587938923, - 95306.21084559902, - 96188.7555473767, - 97387.4139462177, - 98230.62864139887, - 97866.69594153359 - ], - "fuel": [ - 43.355113080584545, - 42.785079509177486, - 42.53439686099841, - 42.61346921419364, - 43.06518040670571, - 43.68332883561133, - 44.12137819287652, - 43.93199092301869 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -54.53125, -69.84375 -54.375, -69.6875 -54.375, -69.6875 -54.53125, -69.84375 -54.53125))", @@ -341605,68 +247362,7 @@ "id": "5969", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.76051413186711, - 13.76051413186711, - 13.76051413186711, - 13.76051413186711, - 13.76051413186711, - 13.76051413186711, - 13.76051413186711, - 13.76051413186711 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -246.03940564709046, - -1299.9278138095697, - -1575.6572861769164, - -1222.874422755067, - -116.80414114816176, - 1127.576505483, - 1776.1623730806887, - 1017.6555324410883 - ], - "relative wind speed": [ - 3.8361427695050874, - 3.4661212742803476, - 3.3142854162755504, - 3.4972184772426913, - 3.875851610127473, - 4.210014294956142, - 4.330557612042251, - 4.184217964469131 - ], - "relative wind angle": [ - 0.13285247262510186, - 0.09974312043612814, - 0.006043299953404405, - 0.10699582096712575, - 0.13148343381920263, - 0.08207492298328159, - 0.004625078844058898, - 0.0893767753912119 - ], - "resistance": [ - 96388.46059435295, - 95334.57218619047, - 95058.84271382313, - 95411.62557724498, - 96517.69585885188, - 97762.07650548304, - 98410.66237308073, - 97652.15553244113 - ], - "fuel": [ - 43.60782270561877, - 43.06796579759086, - 42.927404798297985, - 43.10729654639859, - 43.674308261608765, - 44.31766464594264, - 44.65527384070451, - 44.2606024700964 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -54.6875, -70 -54.53125, -69.84375 -54.53125, -69.84375 -54.6875, -70 -54.6875))", @@ -341685,68 +247381,7 @@ "id": "5970", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.098395604504285, - 13.098395604504285, - 13.098395604504285, - 13.098395604504285, - 13.098395604504285, - 13.098395604504285, - 13.098395604504285, - 13.098395604504285 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -182.66309496244685, - -1167.980165003023, - -1440.343392677697, - -1147.516886133535, - -148.3489233916771, - 1001.4315554023542, - 1642.1928887920603, - 972.2342271492162 - ], - "relative wind speed": [ - 3.6658380795954795, - 3.305409924792484, - 3.147823167019607, - 3.314098464964613, - 3.676915244209932, - 4.004040430365183, - 4.129077844760293, - 3.9968519991907194 - ], - "relative wind angle": [ - 0.13424068020017046, - 0.10394866780492397, - 0.0017754216357037122, - 0.10607319131362253, - 0.13383382770514726, - 0.08576220086902496, - 0.0013535012746918316, - 0.08790178229084575 - ], - "resistance": [ - 96451.83690503756, - 95466.51983499699, - 95194.15660732232, - 95486.98311386647, - 96486.15107660834, - 97635.93155540236, - 98276.69288879208, - 97606.73422714922 - ], - "fuel": [ - 43.10167263792202, - 42.596583496132155, - 42.45760310488948, - 42.60703656279475, - 43.11932772158531, - 43.713437609162405, - 44.04666379372586, - 43.698290011911304 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -54.6875, -69.84375 -54.53125, -69.6875 -54.53125, -69.6875 -54.6875, -69.84375 -54.6875))", @@ -341765,68 +247400,7 @@ "id": "5971", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.673067394020906, - 13.673067394020906, - 13.673067394020906, - 13.673067394020906, - 13.673067394020906, - 13.673067394020906, - 13.673067394020906, - 13.673067394020906 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -696.9716059517368, - -1411.0643847115252, - -1430.7777785757535, - -766.7928274201595, - 385.85976971225773, - 1384.8077409584685, - 1431.1338485088963, - 466.93888560710366 - ], - "relative wind speed": [ - 3.656206314095728, - 3.3736049881861816, - 3.362682972713319, - 3.6318344738765176, - 3.990760897796923, - 4.232352364619903, - 4.241035295731725, - 4.012953464591939 - ], - "relative wind angle": [ - 0.12052921127490177, - 0.05687772247021396, - 0.05009889916581874, - 0.11865581740660346, - 0.1103818190986473, - 0.04532827096004862, - 0.03971684273914005, - 0.10734101825770162 - ], - "resistance": [ - 95937.52839404825, - 95223.43561528846, - 95203.72222142424, - 95867.70717257983, - 97020.35976971225, - 98019.30774095845, - 98065.63384850888, - 97101.43888560709 - ], - "fuel": [ - 43.30351756782525, - 42.93846855685989, - 42.92841785187229, - 43.26774079832674, - 43.86068836241, - 44.37856608314937, - 44.40267270124076, - 43.90258319021716 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -54.84375, -69.6875 -54.6875, -69.53125 -54.6875, -69.53125 -54.84375, -69.6875 -54.84375))", @@ -341845,68 +247419,7 @@ "id": "5972", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.603954934339733, - 16.603954934339733, - 16.603954934339733, - 16.603954934339733, - 16.603954934339733, - 16.603954934339733, - 16.603954934339733, - 16.603954934339733 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -226.87001979552952, - -1481.244862299377, - -1834.2387860108602, - -1490.5851272411974, - -242.5864791519325, - 1208.732685822075, - 2035.262754562993, - 1222.025395587756 - ], - "relative wind speed": [ - 4.639721277677231, - 4.28405540950599, - 4.126452369671347, - 4.280995366567825, - 4.635725165803183, - 4.9662692834434825, - 5.097975302826162, - 4.96890732644679 - ], - "relative wind angle": [ - 0.10488848801545787, - 0.08059643706988166, - 0.00048688484487422926, - 0.07998832335588141, - 0.10497923800903003, - 0.06950565080367267, - 0.00039409902488775204, - 0.06889550176382424 - ], - "resistance": [ - 96407.62998020448, - 95153.25513770063, - 94800.26121398916, - 95143.91487275882, - 96391.91352084809, - 97843.23268582209, - 98669.76275456301, - 97856.52539558777 - ], - "fuel": [ - 46.259638962932605, - 45.617460809076675, - 45.43780094670198, - 45.61270101390945, - 46.25155669020519, - 47.00178171576737, - 47.43253966244398, - 47.008689288758674 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -54.84375, -69.53125 -54.6875, -69.375 -54.6875, -69.375 -54.84375, -69.53125 -54.84375))", @@ -341925,68 +247438,7 @@ "id": "5973", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.847619888905449, - 14.847619888905449, - 14.847619888905449, - 14.847619888905449, - 14.847619888905449, - 14.847619888905449, - 14.847619888905449, - 14.847619888905449 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -192.2160471131574, - -1375.3603011438872, - -1715.4486080893894, - -1390.7751904873367, - -218.09497030673901, - 1150.7792717235106, - 1938.1302778128584, - 1172.751868855853 - ], - "relative wind speed": [ - 4.159801360518588, - 3.7819424759421896, - 3.6113928021263577, - 3.776213822135324, - 4.152434786254199, - 4.499285845746023, - 4.6372949056336905, - 4.504094934898727 - ], - "relative wind angle": [ - 0.12362614468143848, - 0.0967509300578263, - 0.0010277656861214905, - 0.09550166882826601, - 0.12384658927632482, - 0.08128812540061744, - 0.000800394501599051, - 0.0800319408940312 - ], - "resistance": [ - 96442.28395288688, - 95259.13969885615, - 94919.05139191065, - 95243.7248095127, - 96416.40502969328, - 97785.27927172354, - 98572.63027781289, - 97807.25186885588 - ], - "fuel": [ - 44.58268799740166, - 43.97666703449008, - 43.803433456347264, - 43.9688057139598, - 44.56937677589438, - 45.27689863210484, - 45.687010667856086, - 45.28831233575519 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -55, -69.6875 -54.84375, -69.53125 -54.84375, -69.53125 -55, -69.6875 -55))", @@ -342005,68 +247457,7 @@ "id": "5974", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.537080933886177, - 15.537080933886177, - 15.537080933886177, - 15.537080933886177, - 15.537080933886177, - 15.537080933886177, - 15.537080933886177, - 15.537080933886177 - ], - "ice resistance": 96634.49999999994, - "wind resistance": [ - -43.5492982438609, - -1183.8950985913398, - -1601.275126603945, - -1372.7389341452918, - -361.38778592025756, - 909.8479422336804, - 1718.9351151071423, - 1178.567080147519 - ], - "relative wind speed": [ - 4.382038455198206, - 4.045901357972914, - 3.869935088827086, - 3.9798811751719794, - 4.295686288724996, - 4.61366057654101, - 4.762224703039609, - 4.6707309433842905 - ], - "relative wind angle": [ - 0.10199411163456465, - 0.0856681218760503, - 0.011216497608918186, - 0.07161996238741306, - 0.10405176135438929, - 0.07510449184035539, - 0.009114817390142955, - 0.061012311339348355 - ], - "resistance": [ - 96590.95070175608, - 95450.6049014086, - 95033.224873396, - 95261.76106585465, - 96273.11221407968, - 97544.34794223362, - 98353.43511510709, - 97813.06708014746 - ], - "fuel": [ - 45.30027153683488, - 44.71545082789008, - 44.50260918774591, - 44.619070208631435, - 45.1367832525353, - 45.792930519900665, - 46.213671757269324, - 45.93239959341974 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -55, -69.53125 -54.84375, -69.375 -54.84375, -69.375 -55, -69.53125 -55))", @@ -342085,68 +247476,7 @@ "id": "5975", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.160099196885678, - 13.160099196885678, - 13.160099196885678, - 13.160099196885678, - 13.160099196885678, - 13.160099196885678, - 13.160099196885678, - 13.160099196885678 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -390.7339320996025, - -1225.0381399401203, - -1382.4893353328762, - -948.8853801033838, - 72.87370006396395, - 1114.6446495033379, - 1484.8903720324897, - 720.9836797856269 - ], - "relative wind speed": [ - 3.6094501051926002, - 3.291310077314983, - 3.200728118162705, - 3.4071137227550143, - 3.7583424806408154, - 4.039869581883686, - 4.112007755010545, - 3.9426950609803306 - ], - "relative wind angle": [ - 0.12660015764462665, - 0.08188438895749191, - 0.02344141583217619, - 0.11037704448701992, - 0.12155933008576321, - 0.06668667606833328, - 0.018245804670621445, - 0.09533405253724904 - ], - "resistance": [ - 96243.76606790042, - 95409.46186005989, - 95252.01066466713, - 95685.61461989663, - 96707.37370006398, - 97749.14464950335, - 98119.3903720325, - 97355.48367978564 - ], - "fuel": [ - 43.043697423648695, - 42.616431411980635, - 42.53608762827386, - 42.75756870000504, - 43.28224087149819, - 43.82118873134324, - 44.013703638928625, - 43.617058206160785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -54.84375, -69.375 -54.6875, -69.21875 -54.6875, -69.21875 -54.84375, -69.375 -54.84375))", @@ -342165,68 +247495,7 @@ "id": "5976", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.856936634295801, - 14.856936634295801, - 14.856936634295801, - 14.856936634295801, - 14.856936634295801, - 14.856936634295801, - 14.856936634295801, - 14.856936634295801 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -440.7294558312551, - -1547.377528291595, - -1780.4329963192276, - -1266.8178367583996, - 30.161436904834773, - 1389.433111235121, - 1937.5104838657917, - 989.4213979636097 - ], - "relative wind speed": [ - 4.092967353929958, - 3.723287071989995, - 3.6045055101761325, - 3.8276669430637287, - 4.226939682439046, - 4.5559339568157124, - 4.650477488003163, - 4.468597835148232 - ], - "relative wind angle": [ - 0.1281445344304964, - 0.08662104392344032, - 0.01873381295924254, - 0.10931869648838809, - 0.12406169345159093, - 0.07076064192387578, - 0.014519918686699756, - 0.09358928690627254 - ], - "resistance": [ - 96193.77054416876, - 95087.12247170843, - 94854.06700368079, - 95367.68216324161, - 96664.66143690485, - 98023.93311123514, - 98572.0104838658, - 97623.92139796363 - ], - "fuel": [ - 44.46341830306409, - 43.897445469700365, - 43.77883485419861, - 44.04050085631911, - 44.70562803896329, - 45.40941804845052, - 45.69514097988674, - 45.20159009754754 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -54.84375, -69.21875 -54.6875, -69.0625 -54.6875, -69.0625 -54.84375, -69.21875 -54.84375))", @@ -342245,68 +247514,7 @@ "id": "5977", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.103907827359132, - 15.103907827359132, - 15.103907827359132, - 15.103907827359132, - 15.103907827359132, - 15.103907827359132, - 15.103907827359132, - 15.103907827359132 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -441.39883707718946, - -1568.662765207746, - -1808.7486150785671, - -1293.6936802174105, - 20.22556077667832, - 1401.6883651382977, - 1966.5964855418351, - 1009.7283710916217 - ], - "relative wind speed": [ - 4.1633478171732925, - 3.793942525601719, - 3.673738754785083, - 3.8944013734624043, - 4.292522580338947, - 4.622252185018921, - 4.718353389803639, - 4.537934892862113 - ], - "relative wind angle": [ - 0.12580056853368013, - 0.0853312982546374, - 0.017717534186829125, - 0.10686798074013984, - 0.12199566392681702, - 0.07001210625543841, - 0.013794696064775458, - 0.09166667085262396 - ], - "resistance": [ - 96193.10116292283, - 95065.83723479227, - 94825.75138492144, - 95340.8063197826, - 96654.72556077669, - 98036.18836513831, - 98601.09648554184, - 97644.22837109164 - ], - "fuel": [ - 44.68926222387384, - 44.11279187243687, - 43.99062538951499, - 44.252972010076974, - 44.9266964918129, - 45.64198236267061, - 45.93652292674932, - 45.438313974005354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -55, -69.375 -54.84375, -69.21875 -54.84375, -69.21875 -55, -69.375 -55))", @@ -342325,68 +247533,7 @@ "id": "5978", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.743355213437308, - 10.743355213437308, - 10.743355213437308, - 10.743355213437308, - 10.743355213437308, - 10.743355213437308, - 10.743355213437308, - 10.743355213437308 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -74.46417204373574, - -907.7427750076349, - -1174.6159109272703, - -960.2720825375554, - -162.27891130169155, - 793.6326114891604, - 1370.2056134979052, - 868.834352975909 - ], - "relative wind speed": [ - 3.0422059787842617, - 2.6718244298507265, - 2.490126735639684, - 2.643991492190754, - 3.0076199178945067, - 3.340980245963646, - 3.4785145721009876, - 3.3630497732102285 - ], - "relative wind angle": [ - 0.16317190495972447, - 0.13584875087041084, - 0.007039281623049935, - 0.1278291559598198, - 0.16506542537361796, - 0.10851899511556891, - 0.005039114376872048, - 0.10039291245921003 - ], - "resistance": [ - 96560.03582795626, - 95726.75722499237, - 95459.88408907273, - 95674.22791746244, - 96472.22108869831, - 97428.13261148916, - 98004.7056134979, - 97503.33435297591 - ], - "fuel": [ - 41.47518085399779, - 41.047457839841215, - 40.91101775604865, - 41.020581048279965, - 41.42998363672141, - 41.92352400269338, - 42.22285454055054, - 41.962495185063126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -55, -69.21875 -54.84375, -69.0625 -54.84375, -69.0625 -55, -69.21875 -55))", @@ -342405,68 +247552,7 @@ "id": "5979", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.301836047134268, - 14.301836047134268, - 14.301836047134268, - 14.301836047134268, - 14.301836047134268, - 14.301836047134268, - 14.301836047134268, - 14.301836047134268 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -111.87433684164898, - -1278.8016521191348, - -1658.820580444406, - -1376.0284943458755, - -275.0136426733252, - 1053.5873761121657, - 1857.8270429571867, - 1192.2370383151174 - ], - "relative wind speed": [ - 4.029836115771729, - 3.647005070921534, - 3.4597902924308337, - 3.6093593515789872, - 3.9816148613601907, - 4.334995967340121, - 4.485831824375927, - 4.366389938536388 - ], - "relative wind angle": [ - 0.12765445917224033, - 0.10437289256037416, - 0.007026739418553987, - 0.09589158342751526, - 0.12920908830363018, - 0.0877615386852151, - 0.005419499599204882, - 0.0792276477253172 - ], - "resistance": [ - 96522.62566315837, - 95355.69834788088, - 94975.67941955561, - 95258.47150565413, - 96359.48635732669, - 97688.08737611218, - 98492.3270429572, - 97826.73703831513 - ], - "fuel": [ - 44.1387617066046, - 43.540663190505384, - 43.34698151510149, - 43.491059088752046, - 44.054841390231125, - 44.74116652108161, - 45.159809863265906, - 44.81316828303622 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -53.90625, -68.75 -53.75, -68.59375 -53.75, -68.59375 -53.90625, -68.75 -53.90625))", @@ -342498,19 +247584,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1021.5562112618554, + 1021.5562112618518, -171.29300264998892, - -1185.3336799062226, + -1185.3336799062254, -1469.0518084394962, -1160.788166183037, -130.24770465242182, - 1056.682545074982, + 1056.6825450749848, 1720.99022354504 ], "relative wind speed": [ - 3.7752824122928335, + 3.7752824122928326, 3.4096297472651376, - 3.0045003732085123, + 3.004500373208512, 2.8247648670734535, 3.0159809089916956, 3.423933866553885, @@ -342520,12 +247606,12 @@ "relative wind angle": [ 0.10415206032259049, 0.1613687884282622, - 0.12757015883362754, + 0.12757015883362843, 0.002565100972838995, 0.13050789938030988, 0.16068876476811852, - 0.10117752035962216, - 0.001848226677563689 + 0.10117752035962106, + 0.0018482266775636893 ], "resistance": [ 97656.05621126185, @@ -342578,13 +247664,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 758.7991463300486, + 758.7991463300441, -483.80170332717535, - -1384.0239852764626, + -1384.023985276468, -1531.8463927687408, - -1002.5597764674294, + -1002.5597764674276, 155.62443606345005, - 1303.3351906686403, + 1303.3351906686466, 1649.7307931877604 ], "relative wind speed": [ @@ -342594,18 +247680,18 @@ 3.14805361036955, 3.3957024039693393, 3.7908720728928653, - 4.0946801922406735, + 4.094680192240673, 4.161071220574822 ], "relative wind angle": [ - 0.10918824387413624, + 0.1091882438741383, 0.1418085228505728, - 0.0882142635586778, + 0.08821426355868157, 0.03297692064693253, - 0.12747531467156398, + 0.12747531467156312, 0.13406899486483798, - 0.06963667844182479, - 0.02494671697202397 + 0.0696366784418216, + 0.024946716972023972 ], "resistance": [ 97393.29914633004, @@ -342645,68 +247731,7 @@ "id": "5982", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.029030021123477, - 12.029030021123477, - 12.029030021123477, - 12.029030021123477, - 12.029030021123477, - 12.029030021123477, - 12.029030021123477, - 12.029030021123477 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1056.0098125968689, - -233.0049546049786, - -1295.3249747570162, - -1574.109346057488, - -1195.2996992039366, - -65.96747795575357, - 1199.427298987247, - 1850.073291006017 - ], - "relative wind speed": [ - 3.7664126326097427, - 3.364449894284112, - 2.9274553597335817, - 2.747347052959501, - 2.9752320880194003, - 3.4232071227891185, - 3.8036660228560626, - 3.9357279208879867 - ], - "relative wind angle": [ - 0.11742976895948837, - 0.17754710046937938, - 0.13674677907406133, - 0.010861448810742908, - 0.1488647570498619, - 0.17446802933246064, - 0.10511159959552475, - 0.007581791514655061 - ], - "resistance": [ - 97690.50981259685, - 96401.495045395, - 95339.17502524296, - 95060.3906539425, - 95439.20030079604, - 96568.53252204423, - 97833.92729898723, - 98484.573291006 - ], - "fuel": [ - 42.93263989065093, - 42.26665756226541, - 41.722446680825875, - 41.58032516895042, - 41.773509072063646, - 42.35261045467797, - 43.007120182802915, - 43.345978187357666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -54.0625, -68.59375 -53.90625, -68.4375 -53.90625, -68.4375 -54.0625, -68.59375 -54.0625))", @@ -342725,68 +247750,7 @@ "id": "5983", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.101588117893032, - 13.101588117893032, - 13.101588117893032, - 13.101588117893032, - 13.101588117893032, - 13.101588117893032, - 13.101588117893032, - 13.101588117893032 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 857.7826450334733, - -386.92747716760186, - -1341.4695703211437, - -1538.4485348190474, - -1078.5437457692478, - 53.64487497522896, - 1233.207901962549, - 1694.9834457086572 - ], - "relative wind speed": [ - 3.975313996497811, - 3.6046535951585836, - 3.238853163752192, - 3.1240168373758013, - 3.351042997953429, - 3.74687643294977, - 4.0672399398777195, - 4.156095444606222 - ], - "relative wind angle": [ - 0.10477557216512949, - 0.14368150128003682, - 0.09715645430471144, - 0.02299271181839474, - 0.12438759698978662, - 0.1381919905387497, - 0.07732368090741878, - 0.01728229451839094 - ], - "resistance": [ - 97492.2826450335, - 96247.57252283243, - 95293.03042967888, - 95096.05146518098, - 95555.95625423078, - 96688.14487497526, - 97867.70790196258, - 98329.48344570868 - ], - "fuel": [ - 43.6414713908431, - 42.99919501161277, - 42.51055248171184, - 42.41013839829999, - 42.64480931112759, - 43.225873305613874, - 43.836324264308814, - 44.076713860961235 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -53.90625, -67.8125 -53.75, -67.65625 -53.75, -67.65625 -53.90625, -67.8125 -53.90625))", @@ -342818,19 +247782,19 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - 269.0504021364113, + 269.0504021364077, -750.2542431543493, - -1284.7608825353386, + -1284.76088253534, -1214.3768760143803, -507.34069771200984, 552.2032140397305, - 1380.382947439979, + 1380.3829474399745, 1216.3527910440534 ], "relative wind speed": [ - 3.3059588505517867, + 3.305958850551786, 2.9083630943451206, - 2.6256116499997373, + 2.625611649999737, 2.6742754077549327, 3.013508179945132, 3.398826206735081, @@ -342838,27 +247802,27 @@ 3.585923383957763 ], "relative wind angle": [ - 0.15140324117660914, - 0.15788843509666867, + 0.1514032411766099, + 0.15788843509666864, 0.05643010292968068, - 0.09281915504435469, - 0.16622702349756793, - 0.1349531846488536, - 0.040899559911800554, + 0.0928191550443547, + 0.16622702349756796, + 0.13495318464885364, + 0.04089955991180327, 0.06917758501333336 ], "resistance": [ - 96903.55040213649, + 96903.55040213648, 95884.24575684572, 95349.73911746473, 95420.12312398569, 96127.15930228807, 97186.70321403981, - 98014.88294744006, + 98014.88294744004, 97850.85279104413 ], "fuel": [ - 41.97137834644153, + 41.971378346441526, 41.447217795049646, 41.17390180477705, 41.20983136508089, @@ -342898,19 +247862,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 334.03712985406764, + 334.037129854064, -840.741369242533, - -1465.7192289436948, + -1465.7192289436962, -1391.1516615617566, -585.6201262234149, 631.8635125244891, - 1594.1308248885525, + 1594.130824888548, 1420.797738359237 ], "relative wind speed": [ - 3.4303260243868396, + 3.430326024386839, 2.986199554263604, - 2.6635246030068997, + 2.6635246030068993, 2.7140313632433877, 3.0940418960799327, 3.5246055255020208, @@ -342918,13 +247882,13 @@ 3.7382169075128266 ], "relative wind angle": [ - 0.1628695652606464, + 0.16286956526064775, 0.17297964169305025, 0.06411236276325773, - 0.10062803950222249, + 0.1006280395022225, 0.18075691851608516, - 0.14634796541335585, - 0.04522770376113557, + 0.14634796541335587, + 0.04522770376113802, 0.07299985156016672 ], "resistance": [ @@ -342965,68 +247929,7 @@ "id": "5986", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.430530808689637, - 10.430530808689637, - 10.430530808689637, - 10.430530808689637, - 10.430530808689637, - 10.430530808689637, - 10.430530808689637, - 10.430530808689637 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 255.93255074224635, - -780.8533036250551, - -1305.4230938399369, - -1211.308253099167, - -462.1465065332668, - 628.7146375639995, - 1465.5074002761385, - 1247.3209244789878 - ], - "relative wind speed": [ - 3.0964825146096064, - 2.6547228542047376, - 2.343450926323989, - 2.4149931212468156, - 2.805249191214808, - 3.2264645597708665, - 3.4591711064943866, - 3.4096092462956697 - ], - "relative wind angle": [ - 0.1813973980097709, - 0.189425605938256, - 0.06332726530439302, - 0.1204300995927594, - 0.20047342204895388, - 0.1555548316858876, - 0.04288618072383709, - 0.08519645888339154 - ], - "resistance": [ - 96890.43255074228, - 95853.64669637497, - 95329.07690616009, - 95423.19174690086, - 96172.35349346677, - 97263.21463756403, - 98100.00740027617, - 97881.82092447902 - ], - "fuel": [ - 41.44953286920433, - 40.91646722361252, - 40.64828239686776, - 40.69632297002987, - 41.07990520592116, - 41.64217720351961, - 42.07649364886338, - 41.9629982742537 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -54.0625, -67.65625 -53.90625, -67.5 -53.90625, -67.5 -54.0625, -67.65625 -54.0625))", @@ -343058,34 +247961,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 812.3547673759767, + 812.3547673759722, -763.7866546759569, -1813.9573608182545, -1916.9669392507494, -1120.7812477620546, 396.5035754493583, - 1803.5081319075516, + 1803.5081319075534, 2043.876053969395 ], "relative wind speed": [ - 4.215521345086926, + 4.215521345086925, 3.7547073636693047, - 3.3515799290691084, + 3.351579929069108, 3.2946210072139688, 3.6309642849989614, 4.105690497715212, - 4.440882100313249, + 4.440882100313248, 4.483301715103045 ], "relative wind angle": [ - 0.1299466281115191, - 0.15913200289622614, - 0.08818319311825049, + 0.12994662811151997, + 0.15913200289622617, + 0.08818319311824922, 0.05391455555074515, - 0.15101614651811013, - 0.14542692538159407, - 0.06651558838218634, - 0.039611079891892935 + 0.1510161465181101, + 0.1454269253815941, + 0.06651558838218466, + 0.03961107989189294 ], "resistance": [ 97446.85476737597, @@ -343125,68 +248028,7 @@ "id": "5988", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.947476000169182, - 10.947476000169182, - 10.947476000169182, - 10.947476000169182, - 10.947476000169182, - 10.947476000169182, - 10.947476000169182, - 10.947476000169182 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 441.6645466014188, - -732.0197024960494, - -1410.4182366816049, - -1386.2986383861676, - -650.4418121081649, - 537.1006183875197, - 1532.6664931116557, - 1476.7843869712196 - ], - "relative wind speed": [ - 3.3046876924743804, - 2.845910468888843, - 2.4830545657807304, - 2.500545007013788, - 2.8826449972628625, - 3.336374758342524, - 3.614559855416938, - 3.602482143319334 - ], - "relative wind angle": [ - 0.17249243967071806, - 0.19551472584016175, - 0.08656539022347938, - 0.09985547637315025, - 0.19805995071228538, - 0.16648052836357105, - 0.059427608608025796, - 0.06925162035255782 - ], - "resistance": [ - 97076.16454660139, - 95902.48029750392, - 95224.08176331836, - 95248.2013616138, - 95984.0581878918, - 97171.60061838749, - 98167.16649311162, - 98111.2843869712 - ], - "fuel": [ - 41.87274526921331, - 41.26878081045113, - 40.9220223576967, - 40.93432155326897, - 41.31059410031274, - 41.92208092397543, - 42.43875930205851, - 42.40965993014113 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -54.21875, -67.65625 -54.0625, -67.5 -54.0625, -67.5 -54.21875, -67.65625 -54.21875))", @@ -343218,37 +248060,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1116.3256080808897, + 1116.3256080808842, -457.028024483453, - -1661.844710456914, - -1915.0225256997624, + -1661.8447104569177, + -1915.0225256997587, -1328.2983817244976, 100.09519801814349, - 1594.46040855094, + 1594.4604085509354, 2184.407612403056 ], "relative wind speed": [ - 4.110600102919477, + 4.110600102919476, 3.6512424585452568, 3.1867813157879117, - 3.0380091798196127, + 3.0380091798196123, 3.331040040853358, 3.8290063291677043, - 4.223421102049263, + 4.223421102049264, 4.3316695607146345 ], "relative wind angle": [ - 0.12716856728344147, + 0.12716856728344236, 0.17814911900454658, - 0.12386051349902827, - 0.02970914966689711, - 0.15715314464592217, + 0.12386051349903097, + 0.02970914966689337, + 0.15715314464592214, 0.16979600494416947, - 0.09335568104580276, - 0.020834904604588728 + 0.09335568104580633, + 0.02083490460458873 ], "resistance": [ - 97750.82560808092, + 97750.82560808091, 96177.47197551657, 94972.65528954311, 94719.47747430026, @@ -343285,68 +248127,7 @@ "id": "5990", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.76626012128632, - 11.76626012128632, - 11.76626012128632, - 11.76626012128632, - 11.76626012128632, - 11.76626012128632, - 11.76626012128632, - 11.76626012128632 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 522.7420148722467, - -757.0422770761343, - -1524.1646621941773, - -1525.429563628676, - -761.3527425427801, - 517.7065183841933, - 1616.3180299135847, - 1619.2546132119587 - ], - "relative wind speed": [ - 3.5477015436920776, - 3.087744500321639, - 2.715292457812742, - 2.7144462778159086, - 3.0859478134607974, - 3.546137906406361, - 3.838808020605336, - 3.839406406642826 - ], - "relative wind angle": [ - 0.1594374618603862, - 0.18367106414741813, - 0.08639536346531664, - 0.08579490887825536, - 0.18354755916960327, - 0.15970912568992926, - 0.06107173383588773, - 0.06061942036445243 - ], - "resistance": [ - 97157.24201487226, - 95877.45772292388, - 95110.33533780584, - 95109.07043637134, - 95873.14725745724, - 97152.2065183842, - 98250.8180299136, - 98253.75461321198 - ], - "fuel": [ - 42.46908077662255, - 41.81038498163934, - 41.41847403886976, - 41.41782962862845, - 41.80817671406733, - 42.46647710001221, - 43.036765403056094, - 43.03829579935248 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -54.375, -67.65625 -54.21875, -67.5 -54.21875, -67.5 -54.375, -67.65625 -54.375))", @@ -343365,68 +248146,7 @@ "id": "5991", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.83844181169885, - 12.83844181169885, - 12.83844181169885, - 12.83844181169885, - 12.83844181169885, - 12.83844181169885, - 12.83844181169885, - 12.83844181169885 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1074.0904479646033, - -516.0003853942608, - -1696.8252706162484, - -1919.6900697738806, - -1275.9464575216398, - 186.2842429014254, - 1678.4716548872193, - 2196.351615494522 - ], - "relative wind speed": [ - 3.9973806837539643, - 3.513355736445193, - 3.0331956748264117, - 2.896589624957391, - 3.2230494878030975, - 3.744787283793937, - 4.143286657943361, - 4.239913781701973 - ], - "relative wind angle": [ - 0.1401675739538218, - 0.19246806101830397, - 0.1295791965486539, - 0.0406640518512756, - 0.1741528522566311, - 0.18043807106198306, - 0.0947380716387107, - 0.02777645048285224 - ], - "resistance": [ - 97708.59044796461, - 96118.49961460575, - 94937.67472938377, - 94714.80993022614, - 95358.55354247837, - 96820.78424290144, - 98312.97165488724, - 98830.85161549454 - ], - "fuel": [ - 43.547525493056725, - 42.72677293830761, - 42.12335756662115, - 42.010053072467414, - 42.33783649898689, - 43.08810912687457, - 43.86195478867223, - 44.13246314474655 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -52.65625, -66.875 -52.5, -66.71875 -52.5, -66.71875 -52.65625, -66.875 -52.65625))", @@ -343458,9 +248178,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3281.964439209525, + 3281.964439209518, 1148.9079739515691, - -1547.8043770676159, + -1547.804377067634, -3275.3455885860167, -3389.8034989366315, -1965.086566292448, @@ -343468,7 +248188,7 @@ 3010.0911001737877 ], "relative wind speed": [ - 7.731263072363837, + 7.731263072363835, 7.460811384582467, 7.029703409035492, 6.68512477897493, @@ -343479,8 +248199,8 @@ ], "relative wind angle": [ 0.023360754853512754, - 0.06830998050862719, - 0.07683540781860478, + 0.0683099805086272, + 0.07683540781860766, 0.037982449066686665, 0.02715015569865476, 0.07329318217888321, @@ -343490,7 +248210,7 @@ "resistance": [ 99916.46443920954, 97783.40797395159, - 95086.6956229324, + 95086.69562293238, 93359.154411414, 93244.69650106339, 94669.41343370757, @@ -343500,7 +248220,7 @@ "fuel": [ 60.412788461597145, 59.29640538627462, - 57.90925271085425, + 57.90925271085424, 57.034848806387224, 56.97730760079926, 57.69702593900477, @@ -343538,51 +248258,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3242.547894361942, + 3242.547894361778, 1780.0198319310148, - -612.7592332349814, - -2568.651656711785, - -3039.6490942945456, + -612.7592332349959, + -2568.6516567117906, + -3039.6490942946384, -2326.413949958933, -204.18431371431507, 2124.3256949027564 ], "relative wind speed": [ - 7.0340512273239035, + 7.034051227323903, 6.856062658226402, 6.45880641553812, - 6.058720952170767, + 6.058720952170768, 5.908893190480252, 6.114515535313842, 6.532741774456143, 6.905417860553244 ], "relative wind angle": [ - 0.005275379334283059, - 0.06188968393803649, - 0.08721459433522419, - 0.06136685554426342, - 0.006279917249056232, - 0.06940686855410141, + 0.005275379334304104, + 0.0618896839380365, + 0.08721459433522674, + 0.061366855544265235, + 0.006279917249073911, + 0.06940686855410143, 0.0862250614361062, 0.05383466758187568 ], "resistance": [ - 99877.04789436194, + 99877.04789436178, 98414.51983193101, - 96021.74076676503, - 94065.84834328822, - 93594.85090570545, + 96021.740766765, + 94065.8483432882, + 93594.85090570536, 94308.08605004106, 96430.31568628568, 98758.82569490276 ], "fuel": [ - 56.38738633127697, + 56.387386331276886, 55.62032933312885, - 54.38254361259273, - 53.38658430075129, - 53.14887454479115, + 54.38254361259272, + 53.38658430075127, + 53.148874544791106, 53.50916175524571, 54.59239128886454, 55.80019226280966 @@ -343618,9 +248338,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 3038.085895420638, + 3038.085895420485, 1301.1127456074973, - -1096.336320166407, + -1096.3363201664179, -2789.5803111455534, -3028.268433108422, -1965.976599220452, @@ -343628,7 +248348,7 @@ 2471.2339583724715 ], "relative wind speed": [ - 7.206002823556654, + 7.206002823556653, 6.9791306640596655, 6.576279759797002, 6.224380829149307, @@ -343638,19 +248358,19 @@ 7.142612002288164 ], "relative wind angle": [ - 0.016964299353592328, + 0.01696429935361196, 0.06589262146795646, - 0.08032159450597783, + 0.08032159450597921, 0.04607205224173861, 0.01987470717908005, - 0.07178472291597268, + 0.07178472291597267, 0.07744538089125626, 0.040145758398509104 ], "resistance": [ - 99672.58589542063, + 99672.58589542049, 97935.6127456075, - 95538.1636798336, + 95538.16367983358, 93844.91968885445, 93606.23156689158, 94668.52340077955, @@ -343658,9 +248378,9 @@ 99105.73395837247 ], "fuel": [ - 57.38302061000749, + 57.38302061000742, 56.47423290632702, - 55.23832456319761, + 55.238324563197594, 54.37832778866087, 54.25795629394782, 54.79530263532418, @@ -343698,9 +248418,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2862.749717740433, + 2862.749717740455, 833.2773316608072, - -1577.4354397756324, + -1577.4354397756542, -3005.2939906207266, -3005.1344201378524, -1576.8570194063723, @@ -343708,29 +248428,29 @@ 2863.127898990053 ], "relative wind speed": [ - 7.022457737488765, + 7.0224577374887645, 6.7313438218497055, 6.296760528440739, 5.970437738404494, 5.970488467456019, 6.296876651712891, - 6.731452448195102, + 6.731452448195103, 7.02250086697585 ], "relative wind angle": [ - 0.03105674038372235, - 0.07827078925571102, - 0.08367760180179772, + 0.03105674038371877, + 0.07827078925571103, + 0.0836776018018017, 0.036512465937834616, - 0.03653103065757145, - 0.08368348919583599, - 0.07826257246045985, + 0.036531030657571455, + 0.083683489195836, + 0.07826257246045984, 0.031040505062187876 ], "resistance": [ - 99497.24971774043, + 99497.24971774046, 97467.7773316608, - 95057.06456022436, + 95057.06456022435, 93629.20600937927, 93629.36557986215, 95057.64298059364, @@ -343738,9 +248458,9 @@ 99497.62789899006 ], "fuel": [ - 56.30051052589733, + 56.30051052589735, 55.24111519699146, - 54.00262543426122, + 54.002625434261205, 53.2792687632465, 53.27934917818561, 54.002920000683474, @@ -343778,51 +248498,51 @@ ], "ice resistance": 89195.44965964407, "wind resistance": [ - 2675.308832867904, + 2675.3088328678714, 17.41858397371834, - -2554.626699776458, + -2554.6266997764833, -3579.9936062109227, - -3152.132791594606, - -991.6312500671484, - 1826.4891060599257, + -3152.132791594624, + -991.631250067152, + 1826.4891060599366, 3692.5628809350237 ], "relative wind speed": [ - 7.830970120687665, + 7.830970120687663, 7.463589703191401, - 7.0279821965880656, + 7.027982196588065, 6.788522516672315, 6.907803980670278, 7.303196396707566, - 7.723296906820836, + 7.723296906820835, 7.9345958250625515 ], "relative wind angle": [ - 0.04449745240554391, + 0.04449745240554641, 0.07685787787297077, - 0.06579915129048887, + 0.06579915129049226, 0.011849592436585931, - 0.050448890090225317, - 0.07854927842365322, - 0.059867930895609225, + 0.050448890090227516, + 0.07854927842365324, + 0.059867930895607366, 0.010137973285783688 ], "resistance": [ - 91870.75849251197, + 91870.75849251194, 89212.86824361779, - 86640.82295986761, + 86640.8229598676, 85615.45605343315, - 86043.31686804947, + 86043.31686804944, 88203.81840957692, - 91021.93876570399, + 91021.938765704, 92888.0125405791 ], "fuel": [ - 57.31218859152996, + 57.312188591529946, 56.00329040982956, - 54.76169430867117, + 54.76169430867115, 54.27358471244091, - 54.476785401644484, + 54.47678540164446, 55.513260347869625, 56.89132391571749, 57.82009872200802 @@ -343858,51 +248578,51 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2848.2727389193824, + 2848.2727389193096, 504.4777192300644, - -2029.4254327946364, + -2029.4254327946546, -3319.0892910643342, - -3135.641671406109, + -3135.6416714061343, -1362.8199952277755, 1276.3888406002989, 3283.471031250203 ], "relative wind speed": [ - 7.383024701313405, + 7.3830247013134045, 7.051496013919915, - 6.607087944846802, + 6.607087944846801, 6.3130669103660795, - 6.3680835485397385, + 6.368083548539739, 6.7333458092584175, 7.169932406267609, 7.430123014232486 ], "relative wind angle": [ - 0.03823099345566973, - 0.07931166796098975, - 0.07694803691896833, + 0.038230993455678444, + 0.07931166796098976, + 0.07694803691896979, 0.02528367984915903, - 0.04432794423074326, + 0.04432794423074827, 0.0830675866132379, 0.0708969892618067, 0.021481856002813684 ], "resistance": [ - 99482.77273891936, + 99482.77273891927, 97138.97771923004, - 94605.07456720533, + 94605.07456720532, 93315.41070893564, - 93498.85832859387, + 93498.85832859384, 95271.68000477219, 97910.88884060027, 99917.97103125017 ], "fuel": [ - 58.34670004995216, + 58.34670004995212, 57.124723563808914, 55.8266263986827, 55.175116964077866, - 55.26741305133412, + 55.26741305133411, 56.16580684108976, 57.524914780670116, 58.575848054152345 @@ -343938,54 +248658,54 @@ ], "ice resistance": 70306.8231954217, "wind resistance": [ - 2037.6896342969703, + 2037.6896342969449, -472.5616202963938, - -2635.215707380932, + -2635.2157073809394, -3218.890365428124, - -2619.317682782621, + -2619.3176827825955, -445.6889721081243, 2060.2661725097387, - 3451.9522454738144 + 3451.95224547002 ], "relative wind speed": [ - 7.739586956379986, + 7.739586956379985, 7.377658576551535, - 6.9983526403490615, + 6.998352640349061, 6.836426382684729, - 7.001534908011072, + 7.001534908011071, 7.381927339882207, 7.742464571748723, - 7.885808242507359 + 7.88580824250736 ], "relative wind angle": [ - 0.04815109489039107, - 0.07117898748315712, + 0.048151094890393376, + 0.07117898748315714, 0.05282262438337213, - 0.0003129993270225896, - 0.05323141119998735, + 0.0003129993270225897, + 0.05323141119998318, 0.07113775706013917, 0.04774188700800661, - 0.0002713478168842744 + 0.00027134781729342566 ], "resistance": [ - 72344.51282971867, + 72344.51282971865, 69834.2615751253, 67671.60748804077, 67087.93282999357, - 67687.50551263908, + 67687.50551263911, 69861.13422331358, 72367.08936793145, - 73758.77544089552 + 73758.77544089172 ], "fuel": [ - 48.30915222175787, + 48.309152221757856, 47.2546604939633, 46.36498758444178, 46.12785778001535, - 46.37146421764745, + 46.37146421764746, 47.26582483754383, 48.318742431810264, - 48.9135738747469 + 48.91357387474525 ] }, { @@ -344018,19 +248738,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1973.191891086186, + 1973.1918910861568, -637.7907510115074, - -2799.8653715434957, + -2799.8653715435103, -3334.0520671528575, -2594.7925413885023, -291.39382593335176, - 2264.4894438818155, + 2264.4894438818374, 3536.1192798693846 ], "relative wind speed": [ - 7.606879572955559, + 7.606879572955557, 7.219191912950579, - 6.826926512577419, + 6.826926512577418, 6.675535021216491, 6.868893536737527, 7.275272048554065, @@ -344038,29 +248758,29 @@ 7.777116910333497 ], "relative wind angle": [ - 0.05383990174622594, - 0.0763701700410363, - 0.05416301313430349, + 0.053839901746228006, + 0.07637017004103631, + 0.054163013134305535, 0.004212619058702697, 0.059630930739134766, 0.07578035033613523, - 0.048365109305736786, - 0.0036159240613109164 + 0.0483651093057345, + 0.003615924061310916 ], "resistance": [ - 98607.69189108623, + 98607.6918910862, 95996.70924898854, - 93834.63462845655, + 93834.63462845654, 93300.4479328472, 94039.70745861155, 96343.10617406669, - 98898.98944388186, + 98898.98944388187, 100170.61927986942 ], "fuel": [ - 59.94236699309414, + 59.942366993094126, 58.590887668712384, - 57.49096916058884, + 57.49096916058883, 57.22189053479774, 57.59454977770837, 58.76872784248423, @@ -344098,9 +248818,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2093.421262132768, + 2093.421262132735, -284.69934197445764, - -2427.921781473786, + -2427.9217814738113, -3111.9790653379496, -2616.2842482964334, -603.2192225122271, @@ -344108,9 +248828,9 @@ 3275.641465233457 ], "relative wind speed": [ - 7.733314613963738, + 7.733314613963737, 7.394618372406619, - 7.024100082019085, + 7.024100082019084, 6.848829316842841, 6.986427903079199, 7.343973644419974, @@ -344118,19 +248838,19 @@ 7.855435490933824 ], "relative wind angle": [ - 0.04371363410941533, + 0.04371363410941787, 0.0681165000409707, - 0.05324744680970363, - 0.003705989464760232, + 0.05324744680970571, + 0.0037059894647602314, 0.04839033098500027, 0.06858697320951014, - 0.04857516887248235, - 0.0032310971667496016 + 0.04857516887248236, + 0.003231097166749601 ], "resistance": [ - 98727.92126213276, + 98727.92126213272, 96349.80065802553, - 94206.5782185262, + 94206.57821852618, 93522.52093466204, 94018.21575170355, 96031.28077748776, @@ -344138,9 +248858,9 @@ 99910.14146523344 ], "fuel": [ - 60.75604331354661, + 60.75604331354659, 59.52300224430145, - 58.429783372398916, + 58.429783372398894, 58.084456458245626, 58.334520206917404, 59.359449689781016, @@ -344178,7 +248898,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1747.9339062516992, + 1747.9339062516628, -306.919424620075, -2121.5113526884343, -2660.164694184743, @@ -344198,9 +248918,9 @@ 7.121858821018299 ], "relative wind angle": [ - 0.047164502915713065, + 0.047164502915717776, 0.07184742006149779, - 0.05498243206615615, + 0.05498243206615614, 0.0020087946565193826, 0.0523615752471861, 0.07211483287779609, @@ -344208,7 +248928,7 @@ 0.00173858852170741 ], "resistance": [ - 98382.43390625171, + 98382.43390625168, 96327.58057537994, 94512.98864731158, 93974.33530581527, @@ -344218,7 +248938,7 @@ 99468.4015116654 ], "fuel": [ - 56.519829443433274, + 56.51982944343325, 55.45580627268927, 54.52925640827655, 54.25657267389248, @@ -344258,50 +248978,50 @@ ], "ice resistance": 90813.12646161334, "wind resistance": [ - 2453.4698646219076, + 2453.4698646218494, -83.51240773503014, - -2487.355215884236, - -3389.7672258614184, + -2487.355215884254, + -3389.767225861495, -2944.597684794713, -856.1171417649202, - 1804.0542258608439, + 1804.054225860862, 3513.1868241617885 ], "relative wind speed": [ - 7.796553709909795, + 7.796553709909794, 7.4425513371742555, - 7.033213798664356, - 6.817689483339498, + 7.033213798664355, + 6.817689483339499, 6.9415160099856665, 7.319789878262983, 7.713935307654117, 7.905061946446562 ], "relative wind angle": [ - 0.04374311106919238, + 0.04374311106919746, 0.07311875876528565, - 0.060888703299553655, - 0.009027806680287733, + 0.06088870329955548, + 0.009027806680300033, 0.04913537432775078, 0.07434729174183861, - 0.05550974386003312, + 0.05550974386003113, 0.007785969153511776 ], "resistance": [ - 93266.59632623525, + 93266.59632623519, 90729.61405387831, - 88325.7712457291, - 87423.35923575192, + 88325.77124572909, + 87423.35923575185, 87868.52877681862, 89957.00931984842, - 92617.18068747419, + 92617.1806874742, 94326.31328577513 ], "fuel": [ - 58.01010699198406, + 58.01010699198404, 56.7470031279, - 55.57228365219784, - 55.136840423555114, + 55.572283652197825, + 55.136840423555086, 55.351270536777974, 56.367098747796504, 57.684497545902246, @@ -344338,53 +249058,53 @@ ], "ice resistance": 87218.33324236273, "wind resistance": [ - 2536.9203933087374, + 2536.9203933086756, 113.43580549654871, - -2293.176533233898, - -3313.0278242000786, + -2293.1765332339237, + -3313.027824200133, -2967.4078171432047, -1026.2099581998991, - 1579.4299121620788, + 1579.429912162068, 3359.738365842819 ], "relative wind speed": [ - 7.80324916653464, + 7.803249166534639, 7.470403191166731, 7.066860545284788, - 6.8357838567523235, + 6.835783856752324, 6.931888400858374, 7.289365577221679, - 7.681227531487112, + 7.681227531487113, 7.887574622198052 ], "relative wind angle": [ - 0.03944546091805349, + 0.03944546091805912, 0.07046085429796389, - 0.061744452938382585, - 0.013276056574238634, + 0.06174445293838618, + 0.013276056574246999, 0.04440696217430184, 0.07221382085618915, - 0.05680040151818398, + 0.05680040151818594, 0.011505639432171078 ], "resistance": [ - 89755.25363567147, + 89755.2536356714, 87331.76904785927, - 84925.15670912883, - 83905.30541816265, + 84925.1567091288, + 83905.30541816259, 84250.92542521952, 86192.12328416284, - 88797.76315452482, + 88797.7631545248, 90578.07160820554 ], "fuel": [ - 56.26825740368689, + 56.26825740368686, 55.09281455416321, - 53.94718215773972, - 53.46819852414792, + 53.9471821577397, + 53.468198524147894, 53.63008895652338, 54.54761655825347, - 55.80124207876164, + 55.80124207876163, 56.67231172983958 ] }, @@ -344418,32 +249138,32 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 649.4080778600674, + 649.408077860061, -483.99650821751584, - -1275.8628931960006, - -1384.4210533736737, + -1275.862893196002, + -1384.421053373675, -861.0814814432879, 210.30150507573944, 1242.419420841341, 1495.9477460575881 ], "relative wind speed": [ - 3.612914473224151, + 3.6129144732241505, 3.2307400300135405, - 2.8819612443968547, - 2.8117778516528897, + 2.8819612443968543, + 2.81177785165289, 3.077815311642044, 3.4768400799977646, 3.770994228211612, 3.8236113029915857 ], "relative wind angle": [ - 0.1237658793189157, + 0.1237658793189184, 0.1573562373490276, - 0.09381530045886792, - 0.04428486533222614, - 0.14542483788014876, - 0.1461350455102182, + 0.09381530045886793, + 0.04428486533222865, + 0.14542483788014873, + 0.14613504551021822, 0.07165399210679096, 0.03256097336537608 ], @@ -344498,37 +249218,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1514.4872564874695, + 1514.4872564874604, -102.35398813152915, -1566.001923415547, -2063.4973173490016, - -1725.532680089933, + -1725.5326800899275, -369.91312812007163, 1286.8997805743857, 2309.102333016428 ], "relative wind speed": [ - 4.813942016163281, + 4.81394201616328, 4.436394508854732, - 4.000431110379185, + 4.000431110379184, 3.7807677731431157, - 3.9439974538125417, + 3.9439974538125413, 4.36435074352023, 4.767148474903249, 4.943171926630153 ], "relative wind angle": [ - 0.0801219693984011, - 0.13139009494915577, - 0.10937692110940105, - 0.0096120325352065, - 0.09784627279188532, - 0.13357187810650545, + 0.0801219693984025, + 0.1313900949491558, + 0.10937692110940005, + 0.009612032535206498, + 0.09784627279188306, + 0.13357187810650548, 0.09173113621745094, 0.007351682510858442 ], "resistance": [ - 98148.98725648747, + 98148.98725648745, 96532.14601186848, 95068.49807658445, 94571.002682651, @@ -344538,7 +249258,7 @@ 98943.60233301643 ], "fuel": [ - 46.265614042385266, + 46.26561404238526, 45.428484697467034, 44.67906075502667, 44.42614604712111, @@ -344580,32 +249300,32 @@ "wind resistance": [ 358.8636455253818, -801.5846300616136, - -1431.7284919936574, + -1431.72849199366, -1369.0781294769795, -588.6250150155447, 607.7656020684462, - 1567.586291499093, - 1422.224418158009 + 1567.5862914990894, + 1422.2244181580108 ], "relative wind speed": [ - 3.3321507428192856, + 3.332150742819285, 2.8793727947438192, - 2.5421909520515715, + 2.542190952051571, 2.586487691639075, 2.973088926174327, 3.4134584580306075, - 3.671478108217268, - 3.640407636077462 + 3.6714781082172685, + 3.6404076360774615 ], "relative wind angle": [ - 0.17058246559752585, + 0.17058246559752518, 0.18477948772622266, - 0.07185130545737417, + 0.07185130545737572, 0.10494028851696952, 0.19142491498546052, 0.1556097995859201, - 0.04972870557223682, - 0.07449154387791027 + 0.04972870557223906, + 0.07449154387790875 ], "resistance": [ 96993.3636455254, @@ -344615,7 +249335,7 @@ 96045.87498498448, 97242.26560206847, 98202.0862914991, - 98056.72441815802 + 98056.72441815803 ], "fuel": [ 41.97269984802941, @@ -344658,34 +249378,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1567.8482802693807, + 1567.8482802693734, -204.77200718558652, - -1736.8208238911457, + -1736.8208238911466, -2187.6366937673447, -1758.2038924451335, -240.52200941902902, 1537.2398803274036, - 2573.1232309319885 + 2573.123230932676 ], "relative wind speed": [ - 4.597287016015681, + 4.59728701601568, 4.153157398087957, 3.652045958862495, 3.4194137921741485, 3.643791536050711, 4.14289129624812, 4.590732510196742, - 4.7665368962917265 + 4.766536896291726 ], "relative wind angle": [ - 0.10298210289830158, + 0.10298210289830266, 0.162900244482187, - 0.1318031715123642, + 0.13180317151236504, 0.0015213411408603154, 0.13006701014500344, 0.16330753455979055, 0.10474090402322846, - 0.0010913780842230017 + 0.001091378084019548 ], "resistance": [ 98202.34828026936, @@ -344695,7 +249415,7 @@ 94876.29610755485, 96393.97799058096, 98171.73988032738, - 99207.62323093197 + 99207.62323093266 ], "fuel": [ 45.39183160026971, @@ -344705,7 +249425,7 @@ 43.679664467015186, 44.45582226696449, 45.375887506050766, - 45.9174226425617 + 45.917422642562045 ] }, { @@ -344725,68 +249445,7 @@ "id": "6008", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.19425650847121, - 23.19425650847121, - 23.19425650847121, - 23.19425650847121, - 23.19425650847121, - 23.19425650847121, - 23.19425650847121, - 23.19425650847121 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2925.949886501654, - 666.5127506863246, - -1863.5567913327923, - -3238.03847384441, - -3127.43120989783, - -1464.4410121598921, - 1128.9936332704929, - 3187.6397567354215 - ], - "relative wind speed": [ - 6.996139197027668, - 6.662682698792884, - 6.194239169848158, - 5.865643920627351, - 5.901207186345904, - 6.275258494721427, - 6.738071758825834, - 7.025982587280933 - ], - "relative wind angle": [ - 0.03901708564295091, - 0.08722800348787875, - 0.08857870508413396, - 0.033164812783335204, - 0.046261224818058416, - 0.0926283194402971, - 0.08141294264823451, - 0.027686116592226008 - ], - "resistance": [ - 99560.44988650164, - 97301.0127506863, - 94770.94320866719, - 93396.46152615557, - 93507.06879010216, - 95170.0589878401, - 97763.49363327048, - 99822.13975673541 - ], - "fuel": [ - 56.070776151068486, - 54.891773362907465, - 53.594096597851866, - 52.899107652848684, - 52.954774700614315, - 53.797221357011395, - 55.131555516273586, - 56.20855671195902 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -53.59375, -67.03125 -53.4375, -66.875 -53.4375, -66.875 -53.59375, -67.03125 -53.59375))", @@ -344805,68 +249464,7 @@ "id": "6009", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 82852.95616767024, - "wind resistance": [ - 2785.498269125448, - 162.93139483447158, - -2456.205598507764, - -3585.076407788998, - -3221.867601432765, - -1130.1678974840543, - 1697.8085797534623, - 3648.8011496679355 - ], - "relative wind speed": [ - 7.844246043058962, - 7.485950666727505, - 7.046827518465041, - 6.791572663521798, - 6.892872068739666, - 7.280413721443281, - 7.706237945006722, - 7.932113343627979 - ], - "relative wind angle": [ - 0.04213195909968439, - 0.076260155100491, - 0.0676234817977306, - 0.01517770438200728, - 0.04795132289738101, - 0.07841745585147855, - 0.061829316829905424, - 0.012995203339031054 - ], - "resistance": [ - 85638.4544367957, - 83015.88756250471, - 80396.75056916248, - 79267.87975988124, - 79631.08856623748, - 81722.7882701862, - 84550.7647474237, - 86501.75731733818 - ], - "fuel": [ - 54.28448983641956, - 53.053633719119254, - 51.849930002832565, - 51.33899514505248, - 51.50286859943097, - 52.456160545635335, - 53.77089552314675, - 54.69526500581086 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -53.75, -67.1875 -53.59375, -67.03125 -53.59375, -67.03125 -53.75, -67.1875 -53.75))", @@ -344898,9 +249496,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2286.171754129422, + 2286.171754129411, 39.91141936569693, - -2117.0815353950875, + -2117.081535395091, -2975.498173098893, -2600.8367147072113, -773.8318888106223, @@ -344908,9 +249506,9 @@ 3170.742079212412 ], "relative wind speed": [ - 6.2591404862057525, + 6.259140486205751, 5.866262420541824, - 5.393225315077072, + 5.393225315077071, 5.1301425723750285, 5.265856505621657, 5.700267500494752, @@ -344921,14 +249519,14 @@ 0.060696400134889104, 0.1059587781202229, 0.09241982114797592, - 0.016273037577918207, - 0.0721637218657496, - 0.10905647079435479, - 0.08102412564336438, - 0.013103701360269083 + 0.016273037577918203, + 0.07216372186574961, + 0.1090564707943548, + 0.08102412564336439, + 0.01310370136026908 ], "resistance": [ - 98920.67175412943, + 98920.67175412942, 96674.41141936572, 94517.41846460493, 93659.00182690112, @@ -344938,7 +249536,7 @@ 99805.24207921243 ], "fuel": [ - 52.30532661057305, + 52.30532661057303, 51.1384921222768, 50.03569900890176, 49.601637302682605, @@ -344965,68 +249563,7 @@ "id": "6011", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.85928601809771, - 22.85928601809771, - 22.85928601809771, - 22.85928601809771, - 22.85928601809771, - 22.85928601809771, - 22.85928601809771, - 22.85928601809771 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2520.1071233760995, - 200.85275945397007, - -2130.1640111962533, - -3158.4353286380665, - -2848.6019908512844, - -1010.0631749364074, - 1498.5615722925104, - 3253.7688475021205 - ], - "relative wind speed": [ - 6.852016422207544, - 6.488548555109899, - 6.034717057086923, - 5.764465387362956, - 5.865402105217719, - 6.265126379736929, - 6.703376831642277, - 6.9371470868065614 - ], - "relative wind angle": [ - 0.0489603226441225, - 0.09050320966455139, - 0.0819511767315196, - 0.01946298749068229, - 0.05720424229702433, - 0.09373998820035205, - 0.07376088585677318, - 0.01617257407636602 - ], - "resistance": [ - 99154.60712337609, - 96835.35275945396, - 94504.33598880374, - 93476.06467136192, - 93785.8980091487, - 95624.43682506357, - 98133.0615722925, - 99888.2688475021 - ], - "fuel": [ - 55.37325941209383, - 54.16680379842046, - 52.97439730041896, - 52.45482292549944, - 52.61096421473876, - 53.54484928983156, - 54.839394010874244, - 55.75907096918678 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -53.28125, -66.875 -53.125, -66.71875 -53.125, -66.71875 -53.28125, -66.875 -53.28125))", @@ -345058,19 +249595,19 @@ ], "ice resistance": 91151.8015014628, "wind resistance": [ - 2291.7926999617484, - 39.123261607732275, - -2166.4555148873587, + 2291.792699961694, + 39.12326160774319, + -2166.455514887366, -3066.3077201392443, -2722.5588930461126, -901.565437333029, - 1502.2703766898994, + 1502.2703766898776, 3111.4069366884833 ], "relative wind speed": [ - 7.763673596113086, - 7.451867710933908, - 7.081004911345078, + 7.763673596113085, + 7.451867710933907, + 7.081004911345077, 6.874789921129035, 6.9701134443015675, 7.3025185211786745, @@ -345078,33 +249615,33 @@ 7.8482082460749965 ], "relative wind angle": [ - 0.03752390417824054, - 0.06536363834439499, + 0.037523904178246456, + 0.06536363834439328, 0.056107836511032225, - 0.01088602815065387, + 0.010886028150653869, 0.04179843148400936, - 0.06670240440054478, - 0.05184478768148765, + 0.0667024044005448, + 0.051844787681489785, 0.009535783241440278 ], "resistance": [ - 93443.59420142455, - 91190.92476307054, + 93443.5942014245, + 91190.92476307055, 88985.34598657544, 88085.49378132356, 88429.2426084167, 90250.23606412977, - 92654.0718781527, + 92654.07187815268, 94263.20843815128 ], "fuel": [ - 58.09912381262399, + 58.09912381262396, 56.974897384682734, 55.89246677679764, 55.456045936645346, 55.62240560313202, 56.511022364192286, - 57.702952317923675, + 57.70295231792366, 58.512848808683685 ] }, @@ -345138,19 +249675,19 @@ ], "ice resistance": 84491.29686547961, "wind resistance": [ - 2657.2210151349573, + 2657.221015134888, 341.6996127457023, - -2089.735516849356, + -2089.7355168493596, -3253.0177585672973, - -3017.8287874898488, + -3017.8287874898306, -1227.5313271861232, 1339.3357647279772, 3217.1187210176395 ], "relative wind speed": [ - 7.815086501971249, + 7.8150865019712485, 7.503406293704452, - 7.102773179891342, + 7.102773179891341, 6.851881293905095, 6.917274013576665, 7.254181608134211, @@ -345158,31 +249695,31 @@ 7.872482425920663 ], "relative wind angle": [ - 0.034883637745035015, + 0.034883637745041385, 0.06807158461374657, 0.06328725691130428, 0.01823127121516515, - 0.03941349434250688, - 0.07041406034311053, + 0.03941349434250407, + 0.07041406034311054, 0.05877866808483469, 0.015867527081584308 ], "resistance": [ - 87148.51788061457, + 87148.5178806145, 84832.99647822531, 82401.56134863026, 81238.27910691232, - 81473.46807798976, + 81473.46807798979, 83263.76553829349, 85830.63263020759, 87708.41558649726 ], "fuel": [ - 55.00482249238137, + 55.00482249238133, 53.90373909098583, 52.76901006946744, 52.233896752340506, - 52.34167827373602, + 52.341678273736036, 53.168875767050885, 54.37569174460602, 55.27406199333731 @@ -345218,19 +249755,19 @@ ], "ice resistance": 61708.05834146446, "wind resistance": [ - 2693.1517830067896, + 2693.1517830067496, 330.39866049603006, - -2138.905114621688, + -2138.9051146217025, -3309.858271731373, - -3061.5572693733156, + -3061.557269373334, -1229.3375429484222, 1382.906089115193, 3284.084219037526 ], "relative wind speed": [ - 7.821729525197388, + 7.821729525197386, 7.5033507306566865, - 7.095781544753044, + 7.095781544753043, 6.842112564850856, 6.911190291152143, 7.2556000316041365, @@ -345238,31 +249775,31 @@ 7.88222682087811 ], "relative wind angle": [ - 0.0358024114498322, - 0.06937553395988118, - 0.06425137016853125, + 0.0358024114498353, + 0.06937553395988119, + 0.06425137016853297, 0.018150988973353842, - 0.040521759727817935, + 0.040521759727820676, 0.07174844599249677, 0.05955447072661514, 0.015755627364631902 ], "resistance": [ - 64401.21012447125, + 64401.21012447121, 62038.45700196049, - 59569.15322684277, + 59569.153226842755, 58398.20006973308, - 58646.50107209114, + 58646.50107209112, 60478.720798516035, 63090.964430579654, 64992.14256050198 ], "fuel": [ - 45.052669331952494, + 45.05266933195247, 44.129326215187206, 43.18654346775167, 42.747402948359095, - 42.84009660252289, + 42.840096602522884, 43.53117781399895, 44.53807110850825, 45.2868479360799 @@ -345285,68 +249822,7 @@ "id": "6015", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 50803.90958456104, - "wind resistance": [ - 2865.91031288297, - 561.8988595759911, - -1979.470562618033, - -3312.711915372689, - -3166.833632609825, - -1445.5445653485804, - 1179.7731941809761, - 3212.9577764147143 - ], - "relative wind speed": [ - 7.8424332073386696, - 7.538552556865812, - 7.125837641584129, - 6.847804390510006, - 6.88841229292533, - 7.219709680885029, - 7.627346880447737, - 7.877915813094539 - ], - "relative wind angle": [ - 0.03204678825843418, - 0.06839237592661748, - 0.06703030610181229, - 0.023339756103175617, - 0.03648700653062964, - 0.07141781367643732, - 0.0626169919456611, - 0.020287413679769883 - ], - "resistance": [ - 53669.81989744402, - 51365.80844413703, - 48824.439021943006, - 47491.197669188354, - 47637.07595195122, - 49358.36501921246, - 51983.68277874202, - 54016.86736097575 - ], - "fuel": [ - 41.02602476957554, - 40.217389382625655, - 39.34835913831873, - 38.90206362852868, - 38.95057335195306, - 39.528942859677954, - 40.43230546349096, - 41.14953925097146 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -53.28125, -66.5625 -53.125, -66.40625 -53.125, -66.40625 -53.28125, -66.5625 -53.28125))", @@ -345378,17 +249854,17 @@ ], "ice resistance": 84700.2267994378, "wind resistance": [ - 2043.1334146425033, + 2043.1334146424451, -533.0707755976364, - -2723.803356842727, + -2723.8033568427563, -3298.913646563098, -2645.5773390202303, -400.8750496926041, - 2154.2304763428438, + 2154.230476342822, 3524.7625698848206 ], "relative wind speed": [ - 7.742938014402226, + 7.742938014402224, 7.370163591757199, 6.984006014984377, 6.824307472645939, @@ -345398,33 +249874,33 @@ 7.8979416691885715 ], "relative wind angle": [ - 0.050006102966003024, + 0.05000610296600747, 0.0729011550334231, - 0.05331013795144769, + 0.053310137951451855, 0.0015429252638997498, 0.055321115944033494, 0.07269363024959888, - 0.047992906831130416, - 0.0013331822125671878 + 0.04799290683113274, + 0.001333182212567188 ], "resistance": [ - 86743.36021408031, + 86743.36021408025, 84167.15602384017, - 81976.42344259509, + 81976.42344259506, 81401.3131528747, 82054.64946041757, 84299.3517497452, - 86854.45727578065, + 86854.45727578063, 88224.98936932263 ], "fuel": [ - 54.810720710214895, + 54.81072071021488, 53.59081006834871, - 52.5728615019502, + 52.57286150195017, 52.3085894980579, 52.60890264506396, 53.65280763302499, - 54.86388399250416, + 54.86388399250414, 55.52350279833395 ] }, @@ -345458,54 +249934,54 @@ ], "ice resistance": 79035.88493489612, "wind resistance": [ - 1346.587060237136, + 1346.5870602370887, -1373.115805859663, - -3225.1002659878213, - -3435.737888004387, - -2142.9894866137656, + -3225.1002659878613, + -3435.737888004358, + -2142.9894866137874, 455.55921650208984, - 2883.491942548386, - 3384.33495373762 + 2883.491942548415, + 3384.3349537375652 ], "relative wind speed": [ - 7.654006313562577, + 7.654006313562576, 7.235505429981255, 6.883127159800312, - 6.8244311391564585, - 7.100007957176577, + 6.824431139156458, + 7.100007957176578, 7.526047223658531, 7.849616942376602, - 7.9007003023110665 + 7.900700302311067 ], "relative wind angle": [ - 0.06322338580401922, + 0.06322338580402449, 0.07445756834643871, - 0.04034102902850647, - 0.021345359082765112, - 0.06816394691037944, + 0.04034102902851197, + 0.021345359082759908, + 0.06816394691038272, 0.07157812797274013, - 0.03537179225374445, - 0.01843724211284182 + 0.035371792253741305, + 0.018437242112847838 ], "resistance": [ - 80382.47199513327, + 80382.47199513321, 77662.76912903646, - 75810.78466890831, - 75600.14704689174, - 76892.89544828236, + 75810.78466890827, + 75600.14704689177, + 76892.89544828233, 79491.44415139822, - 81919.3768774445, - 82420.21988863374 + 81919.37687744453, + 82420.21988863368 ], "fuel": [ - 51.843437810091686, + 51.843437810091665, 50.620675414022486, - 49.803786588513034, - 49.71168511493286, - 50.27954309824821, + 49.803786588513006, + 49.711685114932884, + 50.27954309824819, 51.439805399693896, - 52.54659274435335, - 52.77763408444785 + 52.54659274435336, + 52.777634084447826 ] }, { @@ -345538,17 +250014,17 @@ ], "ice resistance": 47549.08730110659, "wind resistance": [ - 2400.7371208217482, + 2400.73712082169, -77.66661215159547, - -2430.0349350177385, + -2430.0349350177676, -3316.4862086994, -2884.6421511363333, -846.0008706713052, - 1755.121405300859, + 1755.1214053008407, 3429.1457390857104 ], "relative wind speed": [ - 7.787176008088847, + 7.787176008088845, 7.44129892933291, 7.0411676802896, 6.830081573284373, @@ -345558,33 +250034,33 @@ 7.892663727797598 ], "relative wind angle": [ - 0.042701720632625416, - 0.07146091113142905, - 0.05953671397998848, - 0.00895900479186616, + 0.04270172063263062, + 0.07146091113142906, + 0.05953671397999221, + 0.008959004791866159, 0.04784839267533755, 0.0726547425729805, - 0.054402378609636357, + 0.054402378609638403, 0.007752836061461362 ], "resistance": [ - 49949.82442192834, + 49949.82442192828, 47471.420688955, - 45119.05236608886, + 45119.05236608883, 44232.60109240719, 44664.445149970255, 46703.08643043529, - 49304.20870640745, + 49304.20870640743, 50978.2330401923 ], "fuel": [ - 39.73022385214739, + 39.73022385214736, 38.89549317376089, - 38.1243539751927, + 38.12435397519269, 37.83910453112095, 37.97770153980474, 38.641358087174154, - 39.510577844386745, + 39.51057784438674, 40.08330351899124 ] }, @@ -345618,19 +250094,19 @@ ], "ice resistance": 53644.50387400007, "wind resistance": [ - 1967.441346597876, + 1967.4413465978287, -848.2849551434701, - -3087.008857241901, + -3087.0088572419336, -3583.849009681737, - -2664.1475477662098, + -2664.1475477662207, -134.23273795140267, 2568.1764120253465, 3749.723289065565 ], "relative wind speed": [ - 7.742269067757102, + 7.7422690677571016, 7.326987201260812, - 6.922261984322238, + 6.922261984322237, 6.78379592466147, 7.007352525233352, 7.440495835829956, @@ -345638,31 +250114,31 @@ 7.938881066182381 ], "relative wind angle": [ - 0.057980772206792854, + 0.05798077220679669, 0.07890825147850254, - 0.05320740690897046, + 0.05320740690897464, 0.008391971322045584, - 0.06406961185986611, + 0.06406961185986784, 0.0777020175842952, 0.04710377097981242, - 0.00717094009549544 + 0.007170940095495441 ], "resistance": [ - 55611.94522059795, + 55611.945220597896, 52796.2189188566, - 50557.49501675817, + 50557.495016758134, 50060.654864318334, - 50980.35632623386, + 50980.35632623384, 53510.271136048665, 56212.68028602541, 57394.22716306563 ], "fuel": [ - 41.72299239663557, + 41.722992396635554, 40.71709344086774, - 39.938377433946535, + 39.93837743394652, 39.768085644449656, - 40.084036569847825, + 40.08403656984781, 40.96939161264651, 41.94141940509195, 42.374947318638306 @@ -345698,19 +250174,19 @@ ], "ice resistance": 51393.35523880741, "wind resistance": [ - 2664.9418712965016, + 2664.941871296447, 147.3739028833952, - -2365.6340883133016, + -2365.6340883133234, -3445.5482923717536, - -3095.901187062307, + -3095.9011870623253, -1086.4861251906514, 1627.713118056392, 3496.679517571036 ], "relative wind speed": [ - 7.824049051023636, + 7.824049051023635, 7.479466860844537, - 7.058423918852895, + 7.0584239188528946, 6.814554873417219, 6.911923112276468, 7.283405806377523, @@ -345718,29 +250194,29 @@ 7.908999085853475 ], "relative wind angle": [ - 0.04058728910691715, - 0.0732352574382731, - 0.06471804050287217, + 0.040587289106922615, + 0.07323525743827311, + 0.06471804050287389, 0.01442567241864612, - 0.04594690744138631, - 0.07521034426812664, - 0.05937966428109478, + 0.04594690744138873, + 0.07521034426812663, + 0.05937966428109477, 0.01242934242801682 ], "resistance": [ - 54058.297110103915, + 54058.29711010386, 51540.729141690805, - 49027.72115049411, + 49027.721150494086, 47947.80694643565, - 48297.4540517451, + 48297.45405174508, 50306.86911361676, 53021.068356863805, 54890.034756378445 ], "fuel": [ - 41.16431407742382, + 41.1643140774238, 40.2780881331478, - 39.416987888902575, + 39.41698788890257, 39.05416644809994, 39.17116319089494, 39.852360684212314, @@ -345765,68 +250241,7 @@ "id": "6021", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 51140.14249176779, - "wind resistance": [ - 3343.1453697168945, - 1360.1168970743347, - -1316.0228710658048, - -3159.342100348338, - -3384.718797103931, - -2140.5126460970023, - 405.9512172827199, - 2807.0611799929393 - ], - "relative wind speed": [ - 7.893165337300013, - 7.654107967992406, - 7.243459798661984, - 6.894398007158952, - 6.831636606101144, - 7.098446940992847, - 7.517021212218524, - 7.8384050596188395 - ], - "relative wind angle": [ - 0.01737489901712764, - 0.06175019907796481, - 0.07335352521778485, - 0.04039198655486329, - 0.020075023006244367, - 0.06659085421075243, - 0.07067948568064479, - 0.03552524782244091 - ], - "resistance": [ - 54483.287861484685, - 52500.259388842125, - 49824.11962070198, - 47980.80039141945, - 47755.423694663856, - 48999.62984567079, - 51546.0937090505, - 53947.203671760726 - ], - "fuel": [ - 41.31624461208176, - 40.61307734150742, - 39.68733601535489, - 39.06518707193364, - 38.98998637011254, - 39.40749501084424, - 40.27995147633378, - 41.1247099339714 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -53.75, -66.875 -53.59375, -66.71875 -53.59375, -66.71875 -53.75, -66.875 -53.75))", @@ -345845,68 +250260,7 @@ "id": "6022", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 87908.7240191701, - "wind resistance": [ - 2948.9504001672067, - 383.1713054751017, - -2303.7800258606294, - -3587.3113346382524, - -3322.358512051942, - -1337.2452222364482, - 1501.9992210033306, - 3578.4772202934364 - ], - "relative wind speed": [ - 7.86371738808992, - 7.5195277390248005, - 7.0757317969725815, - 6.797089429935039, - 6.871027602500017, - 7.246086809865131, - 7.68004498758803, - 7.927713841677828 - ], - "relative wind angle": [ - 0.03852121299207383, - 0.07526337249117349, - 0.07026491492850821, - 0.020175198443831456, - 0.04408993520238081, - 0.07810922224109033, - 0.06472797270101088, - 0.017297567271752842 - ], - "resistance": [ - 90857.6744193373, - 88291.8953246452, - 85604.94399330947, - 84321.41268453185, - 84586.36550711816, - 86571.47879693365, - 89410.72324017342, - 91487.20123946354 - ], - "fuel": [ - 56.810187426803, - 55.55588267416733, - 54.268600873182095, - 53.663160170614354, - 53.78763609807585, - 54.72856078091333, - 56.09982002811057, - 57.121679914081334 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -53.75, -66.71875 -53.59375, -66.5625 -53.59375, -66.5625 -53.75, -66.71875 -53.75))", @@ -345938,19 +250292,19 @@ ], "ice resistance": 77838.29802434614, "wind resistance": [ - 3531.2490088521517, + 3531.249008852006, 1554.472457550688, - -1220.5182195896487, + -1220.5182195896632, -3211.322385165862, - -3513.9978476395663, + -3513.9978476395263, -2326.245134496199, 274.6780889662914, 2811.6738024367223 ], "relative wind speed": [ - 7.917678128865007, + 7.917678128865006, 7.6846114596744375, - 7.263258152502448, + 7.2632581525024476, 6.890870980790548, 6.806495246024722, 7.068574905898976, @@ -345958,31 +250312,31 @@ 7.844354760753949 ], "relative wind angle": [ - 0.015048563148205895, + 0.01504856314822065, 0.062133232444458425, - 0.07657831813796472, - 0.04480843951332296, - 0.01750552426596438, - 0.06755615417208274, + 0.07657831813796616, + 0.044808439513322966, + 0.017505524265958035, + 0.06755615417208273, 0.07414792567559324, 0.03935895038334024 ], "resistance": [ - 81369.5470331983, + 81369.54703319815, 79392.77048189682, - 76617.77980475649, + 76617.77980475647, 74626.97563918028, - 74324.30017670657, + 74324.3001767066, 75512.05288984993, 78112.97611331243, 80649.97182678286 ], "fuel": [ - 52.29402834595355, + 52.29402834595348, 51.39528827614284, 50.158173783745426, 49.28830853056728, - 49.157348553455215, + 49.157348553455236, 49.67321483478058, 50.82118484671305, 51.96519085965373 @@ -346018,17 +250372,17 @@ ], "ice resistance": 42553.372600389885, "wind resistance": [ - 3303.1113663760443, + 3303.1113663758697, 1305.0639360712667, - -1355.3193692979767, + -1355.3193692980021, -3161.3501172680335, -3362.5307956816396, -2091.4068685249295, - 453.21649097583213, + 453.2164909758212, 2824.5550779365913 ], "relative wind speed": [ - 7.888464130729941, + 7.88846413072994, 7.645939120241827, 7.236248654429386, 6.892618363612868, @@ -346038,33 +250392,33 @@ 7.8395662550057 ], "relative wind angle": [ - 0.018257216274151677, + 0.018257216274169923, 0.06200647146274182, - 0.07275825909351763, - 0.03920099001894488, + 0.07275825909352068, + 0.039200990018944885, 0.02106661427592922, 0.06671718010618179, - 0.06997527887541669, - 0.03446386435778639 + 0.06997527887541828, + 0.034463864357786395 ], "resistance": [ - 45856.483966765925, + 45856.48396676575, 43858.43653646115, - 41198.05323109191, + 41198.05323109188, 39392.02248312185, 39190.841804708245, 40461.965731864955, - 43006.58909136572, + 43006.589091365706, 45377.92767832648 ], "fuel": [ - 38.36387864815242, + 38.363878648152365, 37.719580408605246, 36.88476059809608, 36.33304177852252, 36.2723350093157, 36.65843017912016, - 37.449407076163354, + 37.44940707616335, 38.20820860142118 ] }, @@ -346098,19 +250452,19 @@ ], "ice resistance": 34343.44933421938, "wind resistance": [ - 2866.2002493749787, + 2866.2002493749314, 140.03901831008625, - -2562.5693296865065, + -2562.569329686503, -3709.11952327536, - -3317.088086716205, + -3317.088086716223, -1133.7271110317815, 1794.1637102899222, 3797.407077962762 ], "relative wind speed": [ - 7.859064783304553, + 7.859064783304552, 7.486132193799633, - 7.03159720268374, + 7.031597202683738, 6.7700774131418004, 6.8795556641419155, 7.283612440345905, @@ -346118,31 +250472,31 @@ 7.9535675784060675 ], "relative wind angle": [ - 0.04412063602542101, + 0.04412063602542605, 0.07913564983151711, - 0.06978469336088272, + 0.06978469336088114, 0.01500580604209538, - 0.05040751250444481, + 0.050407512504447013, 0.08134080406396428, 0.06352565541998743, - 0.012772811354672547 + 0.012772811354672549 ], "resistance": [ - 37209.649583594364, + 37209.64958359431, 34483.48835252947, - 31780.880004532875, + 31780.88000453288, 30634.329810944022, - 31026.361247503177, + 31026.36124750316, 33209.7222231876, 36137.6130445093, 38140.85641218214 ], "fuel": [ - 35.68254968405137, + 35.68254968405135, 34.89486905810199, 34.1412909617191, 33.82980517151619, - 33.935758872667954, + 33.93575887266795, 34.536314051235514, 35.36950266238693, 35.95794349143035 @@ -346178,9 +250532,9 @@ ], "ice resistance": 47563.94361217227, "wind resistance": [ - 3703.4152410832394, + 3703.4152410826246, 1950.6755721209083, - -828.6542303864517, + -828.6542303864626, -3044.317424630437, -3539.4985906855873, -2639.671942205401, @@ -346188,7 +250542,7 @@ 2525.5007076739275 ], "relative wind speed": [ - 7.931691271128674, + 7.931691271128673, 7.7385465009850005, 7.328872034997952, 6.928883164056113, @@ -346198,19 +250552,19 @@ 7.8114840558831045 ], "relative wind angle": [ - 0.006868016748821085, + 0.006868016748885746, 0.05712757728116288, - 0.07790620341602342, + 0.07790620341602486, 0.05267430149263666, - 0.008021728654394399, - 0.06307008541226596, - 0.07676613808150767, + 0.0080217286543944, + 0.06307008541226597, + 0.07676613808150769, 0.04671814772063135 ], "resistance": [ - 51267.35885325551, + 51267.35885325489, 49514.61918429317, - 46735.28938178581, + 46735.289381785806, 44519.62618754183, 44024.44502148668, 44924.27166996687, @@ -346218,7 +250572,7 @@ 50089.444319846196 ], "fuel": [ - 40.183276733295244, + 40.18327673329503, 39.581991575347104, 38.65196546604275, 37.93114567863268, @@ -346245,68 +250599,7 @@ "id": "6027", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 36582.11661883435, - "wind resistance": [ - 3393.385732078892, - 920.3178112515925, - -1972.4655812500132, - -3644.7845642842913, - -3609.920502247136, - -1845.6247317368616, - 1067.1789900174226, - 3476.1305567426425 - ], - "relative wind speed": [ - 7.918780487034214, - 7.60243303272682, - 7.140432329913594, - 6.801717342178997, - 6.811466034836649, - 7.16283225606123, - 7.623475591060277, - 7.927155551814825 - ], - "relative wind angle": [ - 0.03059095798467061, - 0.07411951608156701, - 0.07765856821142685, - 0.032415555857528394, - 0.035565966205149756, - 0.07867755015231037, - 0.07272892885782618, - 0.027812152598460448 - ], - "resistance": [ - 39975.502350913244, - 37502.43443008594, - 34609.651037584335, - 32937.33205455006, - 32972.19611658721, - 34736.49188709749, - 37649.29560885177, - 40058.247175576995 - ], - "fuel": [ - 36.509960087593605, - 35.76878969617913, - 34.9307114511816, - 34.46042196512159, - 34.470120221244535, - 34.966806214899975, - 35.812167902863955, - 36.5351519057747 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -52.65625, -66.25 -52.5, -66.09375 -52.5, -66.09375 -52.65625, -66.25 -52.65625))", @@ -346338,19 +250631,19 @@ ], "ice resistance": 72168.66765876931, "wind resistance": [ - 3314.811895529354, + 3314.8118955292375, 945.6491995386859, - -1864.8044782443503, + -1864.8044782443685, -3521.074103978841, -3515.145184206798, -1843.197557828611, - 970.6626668265089, + 970.6626668265235, 3328.892640498274 ], "relative wind speed": [ - 7.904383464784589, + 7.904383464784588, 7.602587687989078, - 7.155662399215664, + 7.155662399215663, 6.823160792972976, 6.824816509466305, 7.159473360009152, @@ -346358,33 +250651,33 @@ 7.905812743765201 ], "relative wind angle": [ - 0.028578175098340843, + 0.028578175098352497, 0.07129583896748219, - 0.07554197273973629, + 0.07554197273973776, 0.032564936428348214, - 0.03310028279592021, + 0.03310028279592022, 0.0757166871986199, - 0.07105985030757651, + 0.07105985030757495, 0.028104102887979078 ], "resistance": [ - 75483.47955429865, + 75483.47955429854, 73114.316858308, - 70303.86318052496, + 70303.86318052493, 68647.59355479047, 68653.52247456252, 70325.4701009407, - 73139.33032559582, + 73139.33032559583, 75497.56029926758 ], "fuel": [ - 49.66074320348778, + 49.66074320348774, 48.63722483662522, - 47.450145075926045, + 47.45014507592603, 46.76433404960687, 46.76677083075684, 47.45915929739836, - 48.64792198531765, + 48.647921985317666, 49.666888758696516 ] }, @@ -346405,68 +250698,7 @@ "id": "6029", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.27353217367, - 26.27353217367, - 26.27353217367, - 26.27353217367, - 26.27353217367, - 26.27353217367, - 26.27353217367, - 26.27353217367 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2636.6863688838857, - 147.5655276239013, - -2337.558326414128, - -3406.275375453126, - -3060.956720219154, - -1074.6139909357917, - 1609.1889893018379, - 3458.033099163884 - ], - "relative wind speed": [ - 7.760056811475649, - 7.416537336616408, - 6.996554486363494, - 6.7531207695227184, - 6.85013346094373, - 7.220649838113277, - 7.628304888336424, - 7.844626824923629 - ], - "relative wind angle": [ - 0.040795898023669966, - 0.07365925241415869, - 0.06513392975705169, - 0.014544501531902754, - 0.04621857203159769, - 0.0756613099713607, - 0.05973304201712702, - 0.012520656607081303 - ], - "resistance": [ - 99271.18636888388, - 96782.0655276239, - 94296.94167358587, - 93228.22462454687, - 93573.54327978085, - 95559.88600906421, - 98243.68898930184, - 100092.53309916388 - ], - "fuel": [ - 60.71748979460109, - 59.42237803171827, - 58.15234501211089, - 57.61323902233647, - 57.78696756352734, - 58.794906236279246, - 60.18007958747168, - 61.14990266158587 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -52.8125, -66.25 -52.65625, -66.09375 -52.65625, -66.09375 -52.8125, -66.25 -52.8125))", @@ -346498,9 +250730,9 @@ ], "ice resistance": 60944.47427316966, "wind resistance": [ - 3403.4700561544996, + 3403.4700561544123, 1101.2507181064066, - -1731.30097339828, + -1731.3009733982872, -3485.2756661611893, -3552.8203752342633, -1977.4525820624985, @@ -346508,9 +250740,9 @@ 3243.056619650157 ], "relative wind speed": [ - 7.913452310838232, + 7.913452310838231, 7.6249084143750165, - 7.179217852067262, + 7.179217852067261, 6.833271770042242, 6.814408927083135, 7.135801859203655, @@ -346518,19 +250750,19 @@ 7.897169962598312 ], "relative wind angle": [ - 0.02565246539748111, - 0.06986035943649697, + 0.025652465397489766, + 0.06986035943649699, 0.07664767684216507, 0.03588984412616286, - 0.029790892692731392, - 0.07465740014935579, + 0.02979089269273139, + 0.0746574001493558, 0.07254892621980617, 0.031053127235558378 ], "resistance": [ - 64347.944329324164, + 64347.94432932408, 62045.72499127607, - 59213.173299771384, + 59213.17329977137, 57459.19860700847, 57391.65389793539, 58967.02169110716, @@ -346538,9 +250770,9 @@ 64187.53089281982 ], "fuel": [ - 45.03162465276482, + 45.03162465276478, 44.13213462992255, - 43.05250117266969, + 43.052501172669686, 42.39893703151351, 42.37399750318836, 42.96008988906707, @@ -346565,68 +250797,7 @@ "id": "6031", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 81130.59493516175, - "wind resistance": [ - 2608.0759456934065, - 54.816139669030235, - -2440.5028023752748, - -3459.184917363793, - -3066.0215793590614, - -1001.9658405191112, - 1719.6008258524525, - 3543.404577406527 - ], - "relative wind speed": [ - 7.817868116280675, - 7.465742859221072, - 7.044813833534494, - 6.809790883861944, - 6.91926837075874, - 7.297809276086203, - 7.704929248278745, - 7.913411703444413 - ], - "relative wind angle": [ - 0.042309886434144586, - 0.07398466425918343, - 0.06388540052321778, - 0.01236522422530906, - 0.04780858575122725, - 0.07569038462506059, - 0.05840553001141651, - 0.010640674030177578 - ], - "resistance": [ - 83738.67088085515, - 81185.41107483077, - 78690.09213278646, - 77671.41001779796, - 78064.57335580268, - 80128.62909464263, - 82850.1957610142, - 84673.99951256828 - ], - "fuel": [ - 53.39030474544269, - 52.20969692240081, - 51.07931904303001, - 50.62451672213702, - 50.79959144590238, - 51.72814695845197, - 52.97672870220877, - 53.8288644023918 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -52.96875, -66.25 -52.8125, -66.09375 -52.8125, -66.09375 -52.96875, -66.25 -52.96875))", @@ -346658,53 +250829,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2292.837064797528, + 2292.8370647974843, -308.71748036163626, - -2646.5414897000446, - -3389.2348512194185, + -2646.5414897000483, + -3389.2348512196113, -2840.6513963988473, -636.5983633099968, - 2017.1125956878168, + 2017.1125956877877, 3598.7962709445455 ], "relative wind speed": [ - 7.710246676073349, + 7.710246676073348, 7.337263680002578, - 6.928031599238913, - 6.7345503272146106, + 6.9280315992389125, + 6.734550327214611, 6.888655635374, 7.284644257531392, - 7.674884913053561, + 7.674884913053562, 7.845209503823568 ], "relative wind angle": [ - 0.048528806977538835, + 0.04852880697754341, 0.07575914470844872, 0.05940787555528865, - 0.003918006268468112, + 0.00391800626849645, 0.05432209980297099, - 0.07630743914082992, - 0.05362096871059101, + 0.07630743914082994, + 0.05362096871059515, 0.0033633254310460247 ], "resistance": [ - 98927.33706479752, + 98927.33706479748, 96325.78251963836, 93987.95851029996, - 93245.26514878059, + 93245.2651487804, 93793.84860360116, 95997.90163669, - 98651.61259568782, + 98651.6125956878, 100233.29627094454 ], "fuel": [ - 60.48718198756992, + 60.4871819875699, 59.13744280964525, 57.94601658048198, - 57.57177410597292, + 57.57177410597282, 57.84800666539837, 58.96911861205729, - 60.34293741777806, + 60.34293741777804, 61.174234420311095 ] }, @@ -346725,68 +250896,7 @@ "id": "6033", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 91379.49166933732, - "wind resistance": [ - 1462.0646039265848, - -1336.1571441509732, - -3283.254055825226, - -3536.1854192432, - -2259.4823009898028, - 393.32106021412983, - 2916.298045834319, - 3517.4239753665715 - ], - "relative wind speed": [ - 7.6729453190723405, - 7.244710647489172, - 6.876490371060218, - 6.805943970441314, - 7.082056282450336, - 7.519559740531717, - 7.857702668972943, - 7.918884879102733 - ], - "relative wind angle": [ - 0.06403543593165369, - 0.07689989200307022, - 0.04307337901094141, - 0.02025088004842934, - 0.06938646978570728, - 0.07408385506376872, - 0.03769196049394489, - 0.017404457183308863 - ], - "resistance": [ - 92841.55627326391, - 90043.33452518635, - 88096.2376135121, - 87843.30625009412, - 89120.00936834753, - 91772.81272955146, - 94295.78971517165, - 94896.9156447039 - ], - "fuel": [ - 57.79681941871534, - 56.409436262763606, - 55.46123883343229, - 55.33910159512204, - 55.95803658975217, - 57.26348795907751, - 58.52934684912215, - 58.83444513201661 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -53.125, -66.25 -52.96875, -66.09375 -52.96875, -66.09375 -53.125, -66.25 -53.125))", @@ -346818,54 +250928,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1441.0222966361434, + 1441.0222966360998, -1197.982334882363, - -3068.3122572620523, + -3068.3122572620887, -3336.510216528495, -2176.2904741480306, 308.55769470644736, - 2708.225130698207, - 3345.453280172609 + 2708.225130698229, + 3345.4532801726637 ], "relative wind speed": [ 7.397016805308597, 6.979281577244946, - 6.613662644421477, + 6.613662644421476, 6.5358708596802275, 6.800059579518436, 7.228159971150856, 7.564134737615544, - 7.631452024916431 + 7.63145202491643 ], "relative wind angle": [ - 0.06434893053621292, + 0.0643489305362181, 0.07858121238935811, - 0.04524789081916983, + 0.045247890819174734, 0.019097479476997813, - 0.07000680544408305, + 0.07000680544408304, 0.07587022461915018, - 0.03955908125980789, - 0.016355555523750103 + 0.03955908125980508, + 0.016355555523743317 ], "resistance": [ - 98075.52229663615, + 98075.5222966361, 95436.51766511763, - 93566.18774273795, + 93566.18774273791, 93297.98978347151, 94458.20952585197, 96943.05769470645, - 99342.7251306982, - 99979.9532801726 + 99342.72513069824, + 99979.95328017266 ], "fuel": [ - 58.82374326618144, + 58.8237432661814, 57.463122805000836, - 56.51450791579676, + 56.51450791579674, 56.37954737047241, 56.96530989268136, 58.23669186854454, - 59.48629839364977, - 59.82173004060759 + 59.486298393649776, + 59.82173004060762 ] }, { @@ -346885,68 +250995,7 @@ "id": "6035", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 89322.95083039593, - "wind resistance": [ - 1602.2088841964178, - -1173.6076666850895, - -3191.7437360356053, - -3517.6813509049207, - -2364.4650667775895, - 223.89540963920444, - 2777.32219021735, - 3552.248697076717 - ], - "relative wind speed": [ - 7.691144794544745, - 7.271156478932266, - 6.895371534638314, - 6.804518963797527, - 7.06150243855548, - 7.493250856554787, - 7.8404321526097895, - 7.919409486299944 - ], - "relative wind angle": [ - 0.06153368110587407, - 0.07674943191995877, - 0.04576717799038962, - 0.016367103632877432, - 0.0670282552993294, - 0.0744703565400992, - 0.04024736339558229, - 0.014062786585686942 - ], - "resistance": [ - 90925.15971459234, - 88149.34316371084, - 86131.20709436032, - 85805.269479491, - 86958.48576361834, - 89546.84624003514, - 92100.27302061328, - 92875.19952747265 - ], - "fuel": [ - 56.84350886260127, - 55.48691304487845, - 54.51861077629622, - 54.36364729518842, - 54.91370638680588, - 56.16631638489119, - 57.42644773055389, - 57.813677300438215 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -52.96875, -65.9375 -52.8125, -65.78125 -52.8125, -65.78125 -52.96875, -65.9375 -52.96875))", @@ -346965,68 +251014,7 @@ "id": "6036", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.125186008270465, - 21.125186008270465, - 21.125186008270465, - 21.125186008270465, - 21.125186008270465, - 21.125186008270465, - 21.125186008270465, - 21.125186008270465 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1137.589668417504, - -1122.714211088387, - -2655.837077357959, - -2826.343532661089, - -1736.4501664091367, - 426.22749164060406, - 2445.231466518484, - 2848.2822762578926 - ], - "relative wind speed": [ - 6.176836053856077, - 5.74035524779903, - 5.368263723770584, - 5.307950438724838, - 5.603313652966565, - 6.049690005182411, - 6.382176127449523, - 6.432424867013886 - ], - "relative wind angle": [ - 0.08226594250415399, - 0.09813676563155263, - 0.05364352175987528, - 0.02927662408264489, - 0.09070828841122672, - 0.09310385828593445, - 0.045115041906612356, - 0.024157574824854103 - ], - "resistance": [ - 97772.08966841754, - 95511.78578891164, - 93978.66292264208, - 93808.15646733894, - 94898.04983359089, - 97060.72749164063, - 99079.73146651851, - 99482.78227625792 - ], - "fuel": [ - 52.26247790586418, - 51.098067841771325, - 50.31909016155452, - 50.232996503923665, - 50.78517960221916, - 51.89396507673945, - 52.94479842821175, - 53.15639101671155 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -52.96875, -65.78125 -52.8125, -65.625 -52.8125, -65.625 -52.96875, -65.78125 -52.96875))", @@ -347045,68 +251033,7 @@ "id": "6037", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.259901948505494, - 18.259901948505494, - 18.259901948505494, - 18.259901948505494, - 18.259901948505494, - 18.259901948505494, - 18.259901948505494, - 18.259901948505494 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 889.4447795191918, - -1038.943179054333, - -2292.6884385964913, - -2389.74181182362, - -1384.9078805168538, - 488.0127136137053, - 2181.877501925368, - 2410.4768778425514 - ], - "relative wind speed": [ - 5.3612325572130555, - 4.925543993681005, - 4.564484803926303, - 4.524445075302972, - 4.835535872311832, - 5.278658737903858, - 5.5938090939592895, - 5.6262437261020315 - ], - "relative wind angle": [ - 0.09627714661445722, - 0.1121496812503407, - 0.057915199970892596, - 0.03926313023381657, - 0.10678192655355535, - 0.104618962406991, - 0.04724931107704497, - 0.03157128499510694 - ], - "resistance": [ - 97523.94477951918, - 95595.55682094565, - 94341.81156140349, - 94244.75818817636, - 95249.59211948313, - 97122.51271361369, - 98816.37750192535, - 99044.97687784254 - ], - "fuel": [ - 48.62009204000132, - 47.62726033725029, - 46.98919155082528, - 46.94004207505358, - 47.45060414727067, - 48.41227405550227, - 49.293246596724416, - 49.41295790213082 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -53.125, -65.9375 -52.96875, -65.78125 -52.96875, -65.78125 -53.125, -65.9375 -53.125))", @@ -347125,68 +251052,7 @@ "id": "6038", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.567601413212767, - 21.567601413212767, - 21.567601413212767, - 21.567601413212767, - 21.567601413212767, - 21.567601413212767, - 21.567601413212767, - 21.567601413212767 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1292.696823863087, - -853.9058713946379, - -2435.5775489093085, - -2707.626178771341, - -1839.7738081569769, - 150.7763172644154, - 2139.6708925174244, - 2784.44987897807 - ], - "relative wind speed": [ - 6.313425916552736, - 5.916400449786314, - 5.553401455223554, - 5.459643259125094, - 5.701838842546663, - 6.112815939314868, - 6.444380906440473, - 6.524002488753629 - ], - "relative wind angle": [ - 0.07071408061846553, - 0.09008396548811758, - 0.05524510732410042, - 0.018059791256492645, - 0.07831375677475509, - 0.087181930695621, - 0.04760085717739529, - 0.015113178056545436 - ], - "resistance": [ - 97927.19682386314, - 95780.59412860541, - 94198.92245109075, - 93926.87382122871, - 94794.72619184307, - 96785.27631726448, - 98774.17089251749, - 99418.94987897814 - ], - "fuel": [ - 52.933804511281856, - 51.82627530685169, - 51.021190842130146, - 50.88365401952792, - 51.32336722053594, - 52.342501670522125, - 53.37551398032491, - 53.71356527833032 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -53.125, -65.78125 -52.96875, -65.625 -52.96875, -65.625 -53.125, -65.78125 -53.125))", @@ -347205,68 +251071,7 @@ "id": "6039", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.088996938194907, - 23.088996938194907, - 23.088996938194907, - 23.088996938194907, - 23.088996938194907, - 23.088996938194907, - 23.088996938194907, - 23.088996938194907 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 940.3216442374651, - -1427.025616472738, - -2898.804128106187, - -2959.6039034547084, - -1647.4307522113395, - 685.0416789589799, - 2718.6528536321493, - 2862.752466167076 - ], - "relative wind speed": [ - 6.670004065525518, - 6.242618200355058, - 5.9080267247343645, - 5.888460210298085, - 6.197825631568585, - 6.628100391367892, - 6.92800238259774, - 6.944640605905511 - ], - "relative wind angle": [ - 0.07658719202065571, - 0.08473441866364799, - 0.04009797888064235, - 0.032848880384640046, - 0.08243473149837982, - 0.07979555630737174, - 0.03419205037930904, - 0.02785162785391494 - ], - "resistance": [ - 97574.82164423747, - 95207.47438352727, - 93735.69587189381, - 93674.89609654529, - 94987.06924778866, - 97319.54167895898, - 99353.15285363214, - 99497.25246616708 - ], - "fuel": [ - 54.88064454004897, - 53.66329959982674, - 52.916989505185775, - 52.88633249274052, - 53.551023317329026, - 54.74837051766586, - 55.808820252183885, - 55.88454648404175 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -52.65625, -65.3125 -52.5, -65.15625 -52.5, -65.15625 -52.65625, -65.3125 -52.65625))", @@ -347285,68 +251090,7 @@ "id": "6040", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 95167.39861333571, - "wind resistance": [ - 2063.06488467499, - -343.53705423202337, - -2480.8724673999277, - -3127.7048783020873, - -2603.4211964657843, - -550.7545885776999, - 1889.0565187971697, - 3313.5455878307257 - ], - "relative wind speed": [ - 7.738913431199875, - 7.394997112042703, - 7.02416859158175, - 6.854333645012677, - 6.999682056878046, - 7.362088542381596, - 7.716695250560485, - 7.867937485506194 - ], - "relative wind angle": [ - 0.04481476366114458, - 0.06858701331591362, - 0.052703435200274804, - 0.0024062517970478647, - 0.049551310264928594, - 0.06889408247321338, - 0.047969810320211796, - 0.002096260785571476 - ], - "resistance": [ - 97230.46349801071, - 94823.86155910368, - 92686.52614593579, - 92039.69373503362, - 92563.97741686992, - 94616.64402475802, - 97056.45513213288, - 98480.94420116644 - ], - "fuel": [ - 60.03156623115527, - 58.79729514273349, - 57.71919171202577, - 57.396270524978966, - 57.65789159437384, - 58.69202744508898, - 59.94159997172169, - 60.681407171131895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.65625, -65.15625 -52.5, -65 -52.5, -65 -52.65625, -65.15625 -52.65625))", @@ -347365,68 +251109,7 @@ "id": "6041", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.811121284410284, - 22.811121284410284, - 22.811121284410284, - 22.811121284410284, - 22.811121284410284, - 22.811121284410284, - 22.811121284410284, - 22.811121284410284 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1441.6113566191016, - -563.7485811086044, - -2183.0340315058766, - -2557.656175743079, - -1935.8203000229823, - -146.1369697910668, - 1792.7586337930588, - 2684.4117564861517 - ], - "relative wind speed": [ - 6.658214373218205, - 6.315992875397806, - 5.978186221523905, - 5.857085940930224, - 6.03585808931962, - 6.393092797078634, - 6.710044039715112, - 6.8160065870487605 - ], - "relative wind angle": [ - 0.055053499164626325, - 0.07598663038492964, - 0.052163066053606724, - 0.006600629099477372, - 0.060736718484049754, - 0.07506850500486108, - 0.046469342078165984, - 0.005671998401418659 - ], - "resistance": [ - 98076.11135661913, - 96070.75141889142, - 94451.46596849416, - 94076.84382425695, - 94698.67969997704, - 96488.36303020896, - 98427.25863379308, - 99318.91175648618 - ], - "fuel": [ - 54.74071089009338, - 53.70441701285816, - 52.878551809824835, - 52.68887740323319, - 53.00400425517286, - 53.91898919512963, - 54.923710018861804, - 55.39045354029513 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -52.8125, -65.3125 -52.65625, -65.15625 -52.65625, -65.15625 -52.8125, -65.3125 -52.8125))", @@ -347445,68 +251128,7 @@ "id": "6042", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.32460707259177, - 26.32460707259177, - 26.32460707259177, - 26.32460707259177, - 26.32460707259177, - 26.32460707259177, - 26.32460707259177, - 26.32460707259177 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1976.683360562125, - -292.35432803326694, - -2327.9748140709016, - -2966.060299040648, - -2486.8952987666817, - -561.185481586388, - 1751.0620624957046, - 3120.244890340724 - ], - "relative wind speed": [ - 7.675446950823316, - 7.349755819991363, - 6.995777036449361, - 6.83030562821786, - 6.963879754600734, - 7.306791123191082, - 7.646385472086056, - 7.794551440370147 - ], - "relative wind angle": [ - 0.04244552564935155, - 0.06564455384800968, - 0.050929462061835726, - 0.0031519858652126263, - 0.046785617136125335, - 0.06603111102278945, - 0.04659273916929511, - 0.0027620599703723735 - ], - "resistance": [ - 98611.18336056217, - 96342.14567196678, - 94306.52518592915, - 93668.4397009594, - 94147.60470123336, - 96073.31451841365, - 98385.56206249575, - 99754.74489034076 - ], - "fuel": [ - 60.45669934736025, - 59.2807422431483, - 58.24205963571448, - 57.91964839489658, - 58.16161876364267, - 59.14268649978921, - 60.33891052086234, - 61.056625109511316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.8125, -65.15625 -52.65625, -65 -52.65625, -65 -52.8125, -65.15625 -52.8125))", @@ -347525,68 +251147,7 @@ "id": "6043", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 94788.33280931522, - "wind resistance": [ - 2060.1725018776997, - -272.4221723311384, - -2379.8459635788313, - -3057.6715041662283, - -2575.451447001211, - -603.2584159073995, - 1782.45458800923, - 3210.633920603963 - ], - "relative wind speed": [ - 7.735604520550548, - 7.403893658723677, - 7.040503069232598, - 6.867857896631785, - 7.001471576109121, - 7.351363153846863, - 7.700097276109721, - 7.854470665875482 - ], - "relative wind angle": [ - 0.04269981709707835, - 0.06667779172408378, - 0.052212679321548904, - 0.003832960983615513, - 0.04718023454778706, - 0.06715496501212212, - 0.0477365547758279, - 0.0033514946203694216 - ], - "resistance": [ - 96848.50531119292, - 94515.91063698409, - 92408.48684573639, - 91730.661305149, - 92212.88136231402, - 94185.07439340782, - 96570.78739732446, - 97998.9667299192 - ], - "fuel": [ - 59.834232990540045, - 58.64091202070789, - 57.58019406816173, - 57.24254039748151, - 57.4825791811142, - 58.4733005048309, - 59.69109485291101, - 60.430247398113785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -52.96875, -65.3125 -52.8125, -65.15625 -52.8125, -65.15625 -52.96875, -65.3125 -52.96875))", @@ -347605,68 +251166,7 @@ "id": "6044", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.341645753851527, - 22.341645753851527, - 22.341645753851527, - 22.341645753851527, - 22.341645753851527, - 22.341645753851527, - 22.341645753851527, - 22.341645753851527 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1420.5883670030344, - -801.3009418305301, - -2487.1719160741977, - -2810.9117355540566, - -1977.3402064895217, - 58.70389889330545, - 2145.220630799129, - 2913.2555307064285 - ], - "relative wind speed": [ - 6.5414375927304595, - 6.1479228382658695, - 5.7788935648742035, - 5.671386114333491, - 5.901277960211804, - 6.310192716391297, - 6.64980274212133, - 6.7417258091244054 - ], - "relative wind angle": [ - 0.06670745663225133, - 0.08716677939829832, - 0.05555321136305895, - 0.014359620920370552, - 0.0739563285751987, - 0.08491976477222171, - 0.04827145276328666, - 0.01207971650234479 - ], - "resistance": [ - 98055.08836700306, - 95833.1990581695, - 94147.32808392584, - 93823.58826444598, - 94657.15979351051, - 96693.20389889333, - 98779.72063079916, - 99547.75553070646 - ], - "fuel": [ - 54.064871274958925, - 52.917752158660974, - 52.059626187474635, - 51.896049670905384, - 52.31802032716551, - 53.35957717623497, - 54.44295759324561, - 54.84582274440368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -52.96875, -65.15625 -52.8125, -65 -52.8125, -65 -52.96875, -65.15625 -52.96875))", @@ -347685,68 +251185,7 @@ "id": "6045", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.426520995764555, - 24.426520995764555, - 24.426520995764555, - 24.426520995764555, - 24.426520995764555, - 24.426520995764555, - 24.426520995764555, - 24.426520995764555 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1855.8901694223678, - -539.3191387893385, - -2545.4487445978193, - -3056.1998304835033, - -2407.188140135655, - -305.8857121380606, - 2052.3203148023094, - 3267.3691478477485 - ], - "relative wind speed": [ - 7.163554457283434, - 6.7864615828514685, - 6.399698490422199, - 6.245335564842012, - 6.429906557143222, - 6.826723224251872, - 7.190554222571899, - 7.325025220337349 - ], - "relative wind angle": [ - 0.05530930835951623, - 0.07963180791041378, - 0.05744836438338309, - 0.0032335288594005536, - 0.06162765244646504, - 0.07916118077465334, - 0.05112403285692377, - 0.0027569138082809263 - ], - "resistance": [ - 98490.3901694224, - 96095.18086121068, - 94089.05125540221, - 93578.30016951653, - 94227.31185986438, - 96328.61428786197, - 98686.82031480235, - 99901.86914784778 - ], - "fuel": [ - 57.35541740756345, - 56.11570914259793, - 55.09380785698988, - 54.83602833713963, - 55.16375586701257, - 56.2355903318448, - 57.45803252846868, - 58.09596494658615 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -53.125, -65.3125 -52.96875, -65.15625 -52.96875, -65.15625 -53.125, -65.3125 -53.125))", @@ -347765,68 +251204,7 @@ "id": "6046", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.35071033366849, - 24.35071033366849, - 24.35071033366849, - 24.35071033366849, - 24.35071033366849, - 24.35071033366849, - 24.35071033366849, - 24.35071033366849 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1480.982573545225, - -1111.0835017044847, - -2980.0792744583705, - -3272.036768447084, - -2172.0578988872367, - 252.40030514260434, - 2629.2754868419142, - 3321.9571471894487 - ], - "relative wind speed": [ - 7.0971874287271675, - 6.669752350162076, - 6.288040828591043, - 6.19911555489083, - 6.4656628598025865, - 6.9057417561490775, - 7.255026406091542, - 7.33115488529768 - ], - "relative wind angle": [ - 0.06825249359502387, - 0.0849790051155069, - 0.05036629746741137, - 0.019101846880605976, - 0.07493090546293603, - 0.08206836998294804, - 0.04364863441090298, - 0.016151957711397668 - ], - "resistance": [ - 98115.48257354525, - 95523.41649829553, - 93654.42072554164, - 93362.46323155293, - 94462.44210111277, - 96886.90030514263, - 99263.77548684193, - 99956.45714718946 - ], - "fuel": [ - 57.043545951980036, - 55.706514324508696, - 54.75796711650835, - 54.61096752892292, - 55.166456727447965, - 56.406705728640844, - 57.643845905354965, - 58.00833579642919 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -53.125, -65.15625 -52.96875, -65 -52.96875, -65 -53.125, -65.15625 -53.125))", @@ -347858,9 +251236,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1734.4517921056904, + 1734.4517921056686, -572.4513742031831, - -2462.822479615792, + -2462.8224796157865, -2923.003901821494, -2240.272463969128, -197.40549576111516, @@ -347870,7 +251248,7 @@ "relative wind speed": [ 6.527780679090698, 6.124695905146177, - 5.715804004855568, + 5.715804004855567, 5.5608940856348985, 5.770145311357451, 6.19633743254641, @@ -347878,17 +251256,17 @@ 6.706933313880569 ], "relative wind angle": [ - 0.0660171453644021, + 0.06601714536440546, 0.09369752967694639, - 0.06648821854904206, + 0.0664882185490404, 0.006469642133999432, - 0.07470058791278994, + 0.07470058791278995, 0.09261108062173913, 0.05778572381301724, 0.005364138057107824 ], "resistance": [ - 98368.95179210574, + 98368.95179210571, 96062.04862579686, 94171.67752038426, 93711.49609817856, @@ -347898,7 +251276,7 @@ 99776.376249959 ], "fuel": [ - 53.86647336394101, + 53.866473363941, 52.673133862673296, 51.71002466312578, 51.47758321150184, @@ -347938,9 +251316,9 @@ ], "ice resistance": 75389.91790614196, "wind resistance": [ - 1088.5127032271412, + 1088.5127032270939, -1767.9616486302002, - -3523.545545399993, + -3523.5455453999966, -3580.090679536839, -1973.9229939862707, 850.0682077547572, @@ -347948,9 +251326,9 @@ 3424.0294425289794 ], "relative wind speed": [ - 7.6241254990308995, + 7.624125499030899, 7.173899683457554, - 6.826524709073699, + 6.8265247090736985, 6.810727602255423, 7.137558737929072, 7.5899405593224785, @@ -347958,19 +251336,19 @@ 7.917450592851015 ], "relative wind angle": [ - 0.07074934546256847, + 0.07074934546257318, 0.07724331579953206, 0.0357410607175402, 0.03063416490696559, - 0.07558123152688376, + 0.07558123152688377, 0.07300148343794409, - 0.030867807715083774, + 0.03086780771508377, 0.026350965162243303 ], "resistance": [ - 76478.4306093691, + 76478.43060936905, 73621.95625751176, - 71866.37236074197, + 71866.37236074195, 71809.82722660512, 73415.99491215569, 76239.98611389671, @@ -347978,7 +251356,7 @@ 78813.94734867093 ], "fuel": [ - 50.09680630386008, + 50.096806303860056, 48.854775483079585, 48.1064900093853, 48.08257932428827, @@ -348005,68 +251383,7 @@ "id": "6049", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79959.48766405956, - "wind resistance": [ - 1778.818303128217, - -1138.5696269481086, - -3309.368995986046, - -3695.8200609349187, - -2547.301415362701, - 147.9992473618804, - 2861.560134122865, - 3779.566691941138 - ], - "relative wind speed": [ - 7.720827119684588, - 7.282402671100568, - 6.880439871915045, - 6.772533389675828, - 7.033964902800629, - 7.486951649492293, - 7.857950167495956, - 7.951139864925916 - ], - "relative wind angle": [ - 0.06341543443728773, - 0.08101805440044373, - 0.05004539293813626, - 0.01515027693876632, - 0.06961748690993373, - 0.07879992423255652, - 0.04381559426223912, - 0.012904398699851783 - ], - "resistance": [ - 81738.30596718777, - 78820.91803711145, - 76650.11866807351, - 76263.66760312465, - 77412.18624869686, - 80107.48691142144, - 82821.04779818242, - 83739.0543560007 - ], - "fuel": [ - 52.46329357216744, - 51.138007565045974, - 50.172425706871536, - 50.0023691062411, - 50.50939961922069, - 51.71855537812474, - 52.96321038800799, - 53.390483883353596 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -53.4375, -66.25 -53.28125, -66.09375 -53.28125, -66.09375 -53.4375, -66.25 -53.4375))", @@ -348098,9 +251415,9 @@ ], "ice resistance": 59250.531873291366, "wind resistance": [ - 1958.1065914246647, + 1958.1065914246428, -1170.261658944626, - -3520.2772218354767, + -3520.2772218354803, -3955.429192896034, -2750.750331007377, 127.83284961459867, @@ -348108,9 +251425,9 @@ 4084.1041241835665 ], "relative wind speed": [ - 7.753598552785352, + 7.753598552785351, 7.28511496747141, - 6.849906302482007, + 6.849906302482006, 6.728061549189566, 7.0056273929862005, 7.491609012611227, @@ -348118,19 +251435,19 @@ 7.995642155413824 ], "relative wind angle": [ - 0.0673071976053028, - 0.08711681861702672, - 0.054761732140219926, - 0.015403137727569334, + 0.06730719760530444, + 0.08711681861702673, + 0.05476173214021993, + 0.015403137727569332, 0.07450607839891533, 0.08470974248708796, - 0.04752786105622025, + 0.04752786105622024, 0.01296106807403962 ], "resistance": [ - 61208.63846471603, + 61208.63846471601, 58080.27021434674, - 55730.25465145589, + 55730.254651455885, 55295.10268039533, 56499.78154228399, 59378.364722905964, @@ -348138,7 +251455,7 @@ 63334.635997474936 ], "fuel": [ - 43.80996943898967, + 43.80996943898966, 42.62905096756374, 41.76590346390782, 41.60832949245639, @@ -348165,68 +251482,7 @@ "id": "6051", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 76249.03139605117, - "wind resistance": [ - 2073.0970338970765, - -1099.7791038053, - -3530.6860056393634, - -4013.888272460379, - -2853.8627494683205, - 41.68179123263326, - 3035.165885997256, - 4181.2215854880815 - ], - "relative wind speed": [ - 7.7709032597647765, - 7.298605102169959, - 6.851162406125077, - 6.71580554580644, - 6.988291469181769, - 7.480208465907896, - 7.89206746142986, - 8.007565859971242 - ], - "relative wind angle": [ - 0.0671204227095101, - 0.08861641685361922, - 0.05728997993819373, - 0.013572972499034356, - 0.07465045722902211, - 0.08645955661039999, - 0.04972714774477899, - 0.011383311155825394 - ], - "resistance": [ - 78322.12842994825, - 75149.25229224587, - 72718.3453904118, - 72235.1431235908, - 73395.16864658285, - 76290.7131872838, - 79284.19728204842, - 80430.25298153925 - ], - "fuel": [ - 50.91459193986769, - 49.515085972119074, - 48.4681955771335, - 48.26272028936098, - 48.75746635269668, - 50.014252347327954, - 51.34634679404809, - 51.865165883086746 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -53.28125, -65.9375 -53.125, -65.78125 -53.125, -65.78125 -53.28125, -65.9375 -53.28125))", @@ -348245,68 +251501,7 @@ "id": "6052", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.198336742896245, - 26.198336742896245, - 26.198336742896245, - 26.198336742896245, - 26.198336742896245, - 26.198336742896245, - 26.198336742896245, - 26.198336742896245 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1892.1550619143854, - -947.6665048065079, - -3151.364819436265, - -3606.216917616981, - -2606.932676858607, - -28.5860047389142, - 2665.6939841638305, - 3746.5532192832397 - ], - "relative wind speed": [ - 7.65349727595088, - 7.226972703958024, - 6.820146819999741, - 6.691743980016798, - 6.931129638299945, - 7.374784346145525, - 7.752559317383832, - 7.863659524789739 - ], - "relative wind angle": [ - 0.06102761749272174, - 0.08117263126728443, - 0.05309240199971062, - 0.01108030644970079, - 0.0673971529666733, - 0.07954222567245725, - 0.04670193035740154, - 0.009428963094764686 - ], - "resistance": [ - 98526.65506191438, - 95686.8334951935, - 93483.13518056374, - 93028.28308238302, - 94027.5673231414, - 96605.91399526109, - 99300.19398416384, - 100381.05321928323 - ], - "fuel": [ - 60.20306224697153, - 58.735198261337814, - 57.61681607029924, - 57.38822737033077, - 57.89143597254464, - 59.206973685206094, - 60.608093982645684, - 61.17777044643689 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -53.28125, -65.78125 -53.125, -65.625 -53.125, -65.625 -53.28125, -65.78125 -53.28125))", @@ -348325,68 +251520,7 @@ "id": "6053", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.357480298231618, - 25.357480298231618, - 25.357480298231618, - 25.357480298231618, - 25.357480298231618, - 25.357480298231618, - 25.357480298231618, - 25.357480298231618 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 847.16240499575, - -1860.8883505324957, - -3416.7228747922018, - -3375.229341890812, - -1710.1195560541892, - 1021.7487651887132, - 3271.7288795546992, - 3173.298345195777 - ], - "relative wind speed": [ - 7.277831314851833, - 6.825149132023079, - 6.494609402217311, - 6.506746340083442, - 6.853000472727599, - 7.303956698412668, - 7.599374503159663, - 7.58898518857781 - ], - "relative wind angle": [ - 0.07600742872193579, - 0.07941293153723246, - 0.0328129086418831, - 0.036910207552014594, - 0.08072923837572799, - 0.07419714052033445, - 0.028041348823551512, - 0.03164466686147646 - ], - "resistance": [ - 97481.66240499572, - 94773.61164946748, - 93217.77712520777, - 93259.27065810916, - 94924.38044394579, - 97656.24876518868, - 99906.22887955466, - 99807.79834519574 - ], - "fuel": [ - 58.29121499652182, - 56.90132775035174, - 56.11514958622016, - 56.135999761212545, - 56.97799139117726, - 58.38175651322439, - 59.55875905612285, - 59.50687436530748 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -53.4375, -65.9375 -53.28125, -65.78125 -53.28125, -65.78125 -53.4375, -65.9375 -53.4375))", @@ -348405,68 +251539,7 @@ "id": "6054", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 84122.05403218762, - "wind resistance": [ - 2564.321271598601, - -422.1386321707978, - -3056.7092647060017, - -3843.6880292282876, - -3176.2325234314885, - -623.7749481792052, - 2394.4525114794706, - 4150.213427050203 - ], - "relative wind speed": [ - 7.829243598199901, - 7.403975359024437, - 6.942754577080961, - 6.732174985611529, - 6.918578920631987, - 7.371901958377251, - 7.807813297165139, - 7.99009446527848 - ], - "relative wind angle": [ - 0.055379984039176905, - 0.08505163224337858, - 0.06574515922889926, - 0.0023907798774492873, - 0.06267843081142464, - 0.08542257249027421, - 0.0584521643055952, - 0.0020143872026890087 - ], - "resistance": [ - 86686.37530378622, - 83699.91540001682, - 81065.34476748161, - 80278.36600295933, - 80945.82150875613, - 83498.27908400842, - 86516.50654366708, - 88272.26745923782 - ], - "fuel": [ - 54.78346953869426, - 53.37220319770018, - 52.15477636356037, - 51.796125749649306, - 52.10015748417849, - 53.27811497468698, - 54.70230705010103, - 55.546381825472196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -53.4375, -65.78125 -53.28125, -65.625 -53.28125, -65.625 -53.4375, -65.78125 -53.4375))", @@ -348485,68 +251558,7 @@ "id": "6055", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 77105.249616247, - "wind resistance": [ - 1870.591405369145, - -1242.0711408532843, - -3537.1137257244773, - -3932.2230758028454, - -2677.1857907318845, - 208.67985715029863, - 3092.7611222524174, - 4030.023633136818 - ], - "relative wind speed": [ - 7.74113916708736, - 7.272477424758533, - 6.844800112914843, - 6.734172918959916, - 7.0187098093551725, - 7.503238973838565, - 7.895329911181259, - 7.989895999930123 - ], - "relative wind angle": [ - 0.06798854361219582, - 0.08645233870610781, - 0.05293167476740459, - 0.017196712165869488, - 0.07499907531563889, - 0.08378716428550163, - 0.04588341168942075, - 0.014493803185316345 - ], - "resistance": [ - 78975.84102161616, - 75863.17847539372, - 73568.13589052254, - 73173.02654044416, - 74428.06382551513, - 77313.92947339731, - 80198.01073849942, - 81135.27324938383 - ], - "fuel": [ - 51.207588404812384, - 49.826721463799814, - 48.83166513314086, - 48.66233604005849, - 49.20220604524736, - 50.46583071771094, - 51.75963503410042, - 52.18675642677569 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -53.59375, -66.25 -53.4375, -66.09375 -53.4375, -66.09375 -53.59375, -66.25 -53.59375))", @@ -348578,53 +251590,53 @@ ], "ice resistance": 54606.43828590884, "wind resistance": [ - 2652.9550616177366, + 2652.9550616176894, -402.6273426064181, - -3111.8701875737497, + -3111.870187573775, -3938.2967613762885, -3264.8757850029324, -660.6754198739654, - 2435.4719074138848, + 2435.4719074138957, 4252.142748078542 ], "relative wind speed": [ - 7.843828416260045, + 7.843828416260044, 7.409804284340439, 6.935924640908758, 6.716655487021047, 6.90492829036795, 7.368750191628314, - 7.816433220752732, + 7.8164332207527325, 8.005636638489301 ], "relative wind angle": [ - 0.056272014156377115, - 0.0870884708175441, - 0.06785784770138639, - 0.0030678372187330095, + 0.05627201415638107, + 0.08708847081754412, + 0.06785784770138968, + 0.003067837218733009, 0.06393343648198085, 0.08757491434753742, - 0.06020393218100468, + 0.060203932181004685, 0.0025738860066355385 ], "resistance": [ - 57259.39334752657, + 57259.39334752652, 54203.81094330242, - 51494.56809833509, + 51494.56809833506, 50668.14152453255, 51341.5625009059, 53945.76286603487, - 57041.91019332272, + 57041.910193322736, 58858.58103398738 ], "fuel": [ - 42.32521211603507, + 42.32521211603505, 41.216258356665996, - 40.26205885800068, + 40.26205885800067, 39.97642654348666, 40.20898484893743, 41.124196597050044, - 42.24513319123566, + 42.24513319123567, 42.919450177723995 ] }, @@ -348658,50 +251670,50 @@ ], "ice resistance": 89958.02978513218, "wind resistance": [ - 2970.93907058072, + 2970.939070580658, 9.595419402059633, - -2838.8483434263035, - -3962.467571193978, + -2838.8483434263107, + -3962.4675711938653, -3472.766886260786, -1059.6604161789328, 2069.9201051690434, 4132.796658827148 ], "relative wind speed": [ - 7.882288694862435, + 7.882288694862434, 7.473764875991563, - 6.989107225560052, - 6.723685346988468, + 6.989107225560051, + 6.723685346988467, 6.860773154351103, 7.303664965140155, 7.768723417283254, 7.999546155833685 ], "relative wind angle": [ - 0.04959356908314813, + 0.049593569083154855, 0.08546575506010823, 0.07324798307137914, - 0.012697071586745547, + 0.01269707158672806, 0.056985147135961665, 0.08746125636629873, - 0.06588606178843047, + 0.06588606178843046, 0.010671910522494868 ], "resistance": [ - 92928.9688557129, + 92928.96885571284, 89967.62520453424, 87119.18144170588, - 85995.5622139382, + 85995.56221393832, 86485.2628988714, 88898.36936895325, 92027.94989030123, 94090.82644395933 ], "fuel": [ - 57.8406286520983, + 57.840628652098275, 56.37230372922982, 54.9907475619441, - 54.45407187430342, + 54.45407187430348, 54.68739067524974, 55.85015229898775, 57.390421979826854, @@ -348725,68 +251737,7 @@ "id": "6058", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 49736.05613003155, - "wind resistance": [ - 3264.877435876424, - 612.0725577213852, - -2279.804144127007, - -3773.2044292444625, - -3582.832032685077, - -1587.7403368740743, - 1413.4312303835832, - 3716.5752594249607 - ], - "relative wind speed": [ - 7.908905474924449, - 7.559734113540436, - 7.087690784764496, - 6.771881867586781, - 6.8251464101907935, - 7.209981238838502, - 7.6745064122322955, - 7.954560032036943 - ], - "relative wind angle": [ - 0.037207696864509435, - 0.07832462288774186, - 0.07658983645470792, - 0.025910090305918492, - 0.043119287541416335, - 0.08213248129291886, - 0.07072335828903749, - 0.022057117584136164 - ], - "resistance": [ - 53000.93356590798, - 50348.128687752935, - 47456.25198590454, - 45962.85170078709, - 46153.22409734648, - 48148.31579315748, - 51149.487360415136, - 53452.63138945651 - ], - "fuel": [ - 40.7892318750275, - 39.86650521751044, - 38.89045470117819, - 38.398594869466365, - 38.4608335726651, - 39.12120383682915, - 40.142481861150706, - 40.948955197569404 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -53.75, -66.09375 -53.59375, -65.9375 -53.59375, -65.9375 -53.75, -66.09375 -53.75))", @@ -348805,68 +251756,7 @@ "id": "6059", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79815.50782448605, - "wind resistance": [ - 3436.3135427887755, - 641.8866717798701, - -2396.4012057470754, - -3961.278288396934, - -3755.9309161394376, - -1651.9919298561363, - 1504.087119918342, - 3923.016906089968 - ], - "relative wind speed": [ - 7.937033686758072, - 7.569855387992586, - 7.073192204172435, - 6.74082657910869, - 6.7984056825988155, - 7.205006105119128, - 7.693164213297321, - 7.985992774871896 - ], - "relative wind angle": [ - 0.03918272416439116, - 0.08236375242396266, - 0.08064856985672461, - 0.027162732404806867, - 0.045749478545480345, - 0.0865447036151107, - 0.07413685224755888, - 0.022926741684178725 - ], - "resistance": [ - 83251.82136727482, - 80457.39449626592, - 77419.10661873897, - 75854.22953608911, - 76059.57690834661, - 78163.5158946299, - 81319.5949444044, - 83738.52473057601 - ], - "fuel": [ - 53.16331750656639, - 51.877512082523666, - 50.512469595617986, - 49.82280342998158, - 49.912783862620216, - 50.84374091854711, - 52.27113859052382, - 53.39023647243789 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -53.59375, -65.9375 -53.4375, -65.78125 -53.4375, -65.78125 -53.59375, -65.9375 -53.59375))", @@ -348885,68 +251775,7 @@ "id": "6060", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90830.14201005451, - "wind resistance": [ - 2890.2952104986034, - -289.2975721493858, - -3175.048993766053, - -4134.583720070863, - -3481.6746337537516, - -806.1466915851961, - 2454.3379235787143, - 4438.803128895932 - ], - "relative wind speed": [ - 7.880334222176424, - 7.433125339514115, - 6.931583938511304, - 6.686290039693732, - 6.869276397801657, - 7.350868885354505, - 7.8255843095561834, - 8.036177647843045 - ], - "relative wind angle": [ - 0.05688878488106411, - 0.09092884596019776, - 0.07313201547188772, - 0.006176971631935587, - 0.06527313313790735, - 0.09194920379515785, - 0.06476490206535922, - 0.005139376564706178 - ], - "resistance": [ - 93720.43722055311, - 90540.84443790512, - 87655.09301628845, - 86695.55828998364, - 87348.46737630076, - 90023.99531846931, - 93284.47993363322, - 95268.94513895044 - ], - "fuel": [ - 58.23858910612046, - 56.653976483688524, - 55.24837037073523, - 54.78786018511033, - 55.100838834272956, - 56.399949091387214, - 58.01909582764231, - 59.02394032078741 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -53.59375, -65.78125 -53.4375, -65.625 -53.4375, -65.625 -53.59375, -65.78125 -53.59375))", @@ -348965,68 +251794,7 @@ "id": "6061", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 81009.75917133571, - "wind resistance": [ - 3048.958953424066, - -265.72185485907175, - -3288.264976063143, - -4312.14552796914, - -3641.2096146475815, - -860.3319224054248, - 2547.0079160276036, - 4638.653665240847 - ], - "relative wind speed": [ - 7.906755387113867, - 7.442110891174749, - 6.916877365714966, - 6.656516486558268, - 6.844941946064303, - 7.34744829720515, - 7.843903269693263, - 8.066027477068415 - ], - "relative wind angle": [ - 0.05880977946786822, - 0.0948424488981279, - 0.076984890383217, - 0.007143097861280578, - 0.06794569233082871, - 0.09606812286565256, - 0.06787154801749007, - 0.0058948497067020916 - ], - "resistance": [ - 84058.71812475978, - 80744.03731647664, - 77721.49419527256, - 76697.61364336657, - 77368.54955668813, - 80149.42724893028, - 83556.76708736332, - 85648.41283657655 - ], - "fuel": [ - 53.54000307168545, - 52.00806822146097, - 50.64678712128581, - 50.193364070305435, - 50.49004585511737, - 51.73758408597478, - 53.305391268419285, - 54.28921241303516 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -53.75, -65.9375 -53.59375, -65.78125 -53.59375, -65.78125 -53.75, -65.9375 -53.75))", @@ -349045,68 +251813,7 @@ "id": "6062", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92702.48269857668, - "wind resistance": [ - 3364.01029762518, - 353.0476610879814, - -2727.69369413628, - -4139.408797561984, - -3777.12795972815, - -1416.3982672335478, - 1872.0777418951511, - 4222.228928316152 - ], - "relative wind speed": [ - 7.936108523046068, - 7.531421045167304, - 7.017394395755141, - 6.702773561316621, - 6.804482810372005, - 7.249862195009196, - 7.748482477274945, - 8.022196170122458 - ], - "relative wind angle": [ - 0.046213859144796594, - 0.08772327671924567, - 0.0808185387499767, - 0.021088964428782265, - 0.053906417426661, - 0.09113942246974736, - 0.07317875764956373, - 0.017620036543849325 - ], - "resistance": [ - 96066.49299620187, - 93055.53035966467, - 89974.7890044404, - 88563.0739010147, - 88925.35473884853, - 91286.08443134313, - 94574.56044047183, - 96924.71162689284 - ], - "fuel": [ - 59.431911021386625, - 57.9041088349085, - 56.37581638618751, - 55.68729311566322, - 55.863277779092385, - 57.0220061779041, - 58.67066826221085, - 59.8735605442565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -53.75, -65.78125 -53.59375, -65.625 -53.59375, -65.625 -53.75, -65.78125 -53.75))", @@ -349125,68 +251832,7 @@ "id": "6063", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92422.75901710894, - "wind resistance": [ - 3063.62624017863, - -209.1748679796001, - -3224.235635177087, - -4279.149567520883, - -3639.476686087637, - -908.8251507651257, - 2473.1166420125373, - 4579.346763311278 - ], - "relative wind speed": [ - 7.907007316526917, - 7.449792277339995, - 6.9278879940893905, - 6.663711755376478, - 6.843316710166858, - 7.338415586742448, - 7.833014505323683, - 8.058951168763617 - ], - "relative wind angle": [ - 0.05741759527861221, - 0.09378298193994472, - 0.07699126544988681, - 0.008394504019388, - 0.06635453141408619, - 0.0952106301775838, - 0.06808003626797657, - 0.0069411448397655616 - ], - "resistance": [ - 95486.38525728756, - 92213.58414912934, - 89198.52338193185, - 88143.60944958805, - 88783.2823310213, - 91513.93386634381, - 94895.87565912148, - 97002.10578042021 - ], - "fuel": [ - 59.13493306545066, - 57.482929644737496, - 55.99629749321656, - 55.48414053946145, - 55.79420525380548, - 57.134939969146735, - 58.83391613172348, - 59.91352321919787 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -53.28125, -65.625 -53.125, -65.46875 -53.125, -65.46875 -53.28125, -65.625 -53.28125))", @@ -349205,68 +251851,7 @@ "id": "6064", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 69698.12118181626, - "wind resistance": [ - 1594.1467755594713, - -1581.7821209955364, - -3744.1391740564686, - -3990.4275743805083, - -2474.489960779647, - 560.1665509024242, - 3398.7167853027604, - 3982.4360510205006 - ], - "relative wind speed": [ - 7.706227250937853, - 7.217650656941662, - 6.802760912014818, - 6.733694325257633, - 7.0595603463598575, - 7.558362899553266, - 7.933837325087842, - 7.992539737842209 - ], - "relative wind angle": [ - 0.07352499947918006, - 0.08734073323781082, - 0.047688422427111354, - 0.025394203069667325, - 0.08027389714736825, - 0.08339425945537723, - 0.04088568256654988, - 0.021393883850761356 - ], - "resistance": [ - 71292.26795737573, - 68116.33906082073, - 65953.98200775978, - 65707.69360743575, - 67223.6312210366, - 70258.28773271869, - 73096.83796711902, - 73680.55723283676 - ], - "fuel": [ - 47.86427694620805, - 46.54651984780852, - 45.67079074161848, - 45.57215054642062, - 46.18287493475122, - 47.43113708752607, - 48.629751273240494, - 48.87995087309559 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -53.28125, -65.46875 -53.125, -65.3125 -53.125, -65.3125 -53.28125, -65.46875 -53.28125))", @@ -349285,68 +251870,7 @@ "id": "6065", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 65963.80579514966, - "wind resistance": [ - 2489.480311711701, - -574.8045823507637, - -3197.050170328963, - -3902.1644832990096, - -3143.4528167442477, - -484.4047459377143, - 2565.6613145570227, - 4240.708239457301 - ], - "relative wind speed": [ - 7.8223714490815235, - 7.3817433355363, - 6.917587884248789, - 6.720571998675165, - 6.928441514006984, - 7.396124811594689, - 7.831971320434946, - 8.001669132815005 - ], - "relative wind angle": [ - 0.05858868301564288, - 0.08688401341076558, - 0.06478356821270013, - 0.0010740027252698322, - 0.06615839853113789, - 0.08671464569195828, - 0.057211268810661096, - 0.0009020508237977633 - ], - "resistance": [ - 68453.28610686136, - 65389.001212798896, - 62766.7556248207, - 62061.641311850646, - 62820.35297840541, - 65479.40104921194, - 68529.46710970669, - 70204.51403460695 - ], - "fuel": [ - 46.68454623648907, - 45.4448470511533, - 44.41172419119627, - 44.138285522161055, - 44.43258454865945, - 45.48091938480409, - 46.71581144235361, - 47.40871982391047 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -53.4375, -65.625 -53.28125, -65.46875 -53.28125, -65.46875 -53.4375, -65.625 -53.4375))", @@ -349365,68 +251889,7 @@ "id": "6066", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 58545.4664372241, - "wind resistance": [ - 1665.1553169015933, - -1801.6613392758154, - -4110.815129522565, - -4334.755455560928, - -2608.8720856363034, - 729.6833808284791, - 3800.969040766584, - 4330.599634928658 - ], - "relative wind speed": [ - 7.727768226007087, - 7.191471113301417, - 6.742474605607729, - 6.679399256351191, - 7.047936521196928, - 7.5943764844954496, - 7.9956767790125856, - 8.048443112550483 - ], - "relative wind angle": [ - 0.08126142412295329, - 0.0953659917825186, - 0.050618825763863014, - 0.030295254243112097, - 0.08911965421594482, - 0.09029234368080974, - 0.04267981563149342, - 0.025140820247365796 - ], - "resistance": [ - 60210.62175412569, - 56743.80509794829, - 54434.65130770154, - 54210.71098166317, - 55936.5943515878, - 59275.14981805258, - 62346.435477990686, - 62876.06607215276 - ], - "fuel": [ - 43.42927535638961, - 42.13565462592712, - 41.29882340675386, - 41.21872342977875, - 41.84086791873149, - 43.075804190574715, - 44.248504103535794, - 44.45427969338342 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -53.4375, -65.46875 -53.28125, -65.3125 -53.28125, -65.3125 -53.4375, -65.46875 -53.4375))", @@ -349458,53 +251921,53 @@ ], "ice resistance": 59980.81289153081, "wind resistance": [ - 3167.783812085174, + 3167.783812085123, -221.85962719846793, - -3336.835448638507, + -3336.8354486385033, -4420.714496911998, -3751.997906370194, -921.0742754131934, - 2577.2483436926705, + 2577.2483436926814, 4751.184348459155 ], "relative wind speed": [ - 7.925447953012228, + 7.925447953012226, 7.452141614049867, - 6.911853042596866, + 6.911853042596865, 6.639031018426835, 6.827086955669823, 7.340805604314078, - 7.851632255380228, + 7.851632255380227, 8.083632147280644 ], "relative wind angle": [ - 0.05948992144888958, + 0.05948992144889331, 0.09708047798722395, - 0.07970277732725438, + 0.07970277732725299, 0.008425333263792424, 0.06907501714877917, - 0.098557621164783, - 0.07014622548130992, + 0.09855762116478302, + 0.07014622548130835, 0.006919641129232801 ], "resistance": [ - 63148.596703615985, + 63148.596703615935, 59758.95326433235, - 56643.977442892305, + 56643.97744289231, 55560.09839461881, 56228.814985160614, 59059.73861611762, - 62558.06123522348, + 62558.06123522349, 64731.99723998997 ], "fuel": [ - 44.56057183676532, + 44.56057183676529, 43.258204363953325, 42.099067006145674, 41.704203862778186, 41.94730449248521, 42.99487160350806, - 44.33060113624995, + 44.33060113624996, 45.18359572917145 ] }, @@ -349538,9 +252001,9 @@ ], "ice resistance": 80489.48849913586, "wind resistance": [ - 2302.193652955153, + 2302.193652955113, -599.3882628659994, - -3057.053179563034, + -3057.0531795630486, -3700.5606496217297, -2949.788558872351, -418.3512655962513, @@ -349548,9 +252011,9 @@ 3984.7811966808586 ], "relative wind speed": [ - 7.790773088046882, + 7.7907730880468815, 7.371515365204906, - 6.935912807677679, + 6.935912807677678, 6.756472145450443, 6.95755610670469, 7.4003036091722105, @@ -349558,19 +252021,19 @@ 7.965790383579746 ], "relative wind angle": [ - 0.05622067918119383, + 0.05622067918119779, 0.08211885674560178, - 0.060208252022746156, - 0.002137596744840897, - 0.062961939082787, + 0.060208252022748, + 0.0021375967448408967, + 0.06296193908278701, 0.08179868678821473, 0.053462645044010215, - 0.0018130793158271498 + 0.0018130793158271496 ], "resistance": [ - 82791.682152091, + 82791.68215209097, 79890.10023626985, - 77432.43531957282, + 77432.4353195728, 76788.92784951412, 77539.6999402635, 80071.1372335396, @@ -349578,9 +252041,9 @@ 84474.2696958167 ], "fuel": [ - 52.949594313046354, + 52.94959431304635, 51.620029976568006, - 50.51838290252765, + 50.518382902527634, 50.23364391208477, 50.56599514975777, 51.70206849747415, @@ -349618,9 +252081,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2326.310147117514, + 2326.3101471174887, -159.7863567981076, - -2455.4047889270514, + -2455.4047889270732, -3261.427454181183, -2780.025758356778, -707.1412129161508, @@ -349628,9 +252091,9 @@ 3468.3963587201906 ], "relative wind speed": [ - 7.071191132373071, + 7.07119113237307, 6.683793652898535, - 6.242387504113463, + 6.242387504113462, 6.018884925263922, 6.16904562792915, 6.5867875626512005, @@ -349638,19 +252101,19 @@ 7.199436939542841 ], "relative wind angle": [ - 0.05418516865990962, - 0.08843214850350216, - 0.07244478505937949, + 0.054185168659911666, + 0.08843214850350217, + 0.07244478505938255, 0.008090646164700397, 0.062118623722285424, 0.08973800349466643, - 0.06453218573680695, + 0.06453218573680697, 0.006763932887325164 ], "resistance": [ - 98960.81014711752, + 98960.81014711749, 96474.71364320189, - 94179.09521107294, + 94179.09521107293, 93373.07254581881, 93854.47424164323, 95927.35878708385, @@ -349658,9 +252121,9 @@ 100102.89635872019 ], "fuel": [ - 56.639146204918525, + 56.63914620491852, 55.348465296801606, - 54.17709586615679, + 54.177095866156776, 53.77046351977647, 54.013036289315835, 55.06738992516221, @@ -349698,19 +252161,19 @@ ], "ice resistance": 93024.08657478073, "wind resistance": [ - 3364.4405507463634, + 3364.4405507463343, 127.53186680946237, - -3037.723210378248, + -3037.7232103782553, -4347.551459107839, - -3850.160617543035, - -1241.2977657500378, - 2209.02539126022, + -3850.160617543046, + -1241.2977657500342, + 2209.025391260231, 4541.868922830865 ], "relative wind speed": [ - 7.945176367994744, + 7.945176367994742, 7.503378092588503, - 6.966465983462488, + 6.966465983462487, 6.661059905018261, 6.800948226702616, 7.285467829899087, @@ -349718,31 +252181,31 @@ 8.062816210393843 ], "relative wind angle": [ - 0.05266754111248741, + 0.05266754111248951, 0.09355518186836077, 0.08235031575122399, 0.016431774292634788, - 0.06153900482429561, - 0.09636200797809569, - 0.07352894958112305, + 0.061539004824297416, + 0.09636200797809567, + 0.07352894958112154, 0.013574843602642576 ], "resistance": [ - 96388.52712552709, + 96388.52712552706, 93151.6184415902, - 89986.36336440248, + 89986.36336440247, 88676.53511567289, - 89173.92595723769, + 89173.92595723768, 91782.7888090307, - 95233.11196604095, + 95233.11196604096, 97565.95549761159 ], "fuel": [ - 59.59731236148873, + 59.597312361488726, 57.952344091828664, - 56.38149209562678, + 56.381492095626776, 55.74235648843288, - 55.98430837971154, + 55.98430837971152, 57.2684466366283, 59.00566609112388, 60.20534120575477 @@ -349778,53 +252241,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2405.6967121541966, + 2405.696712154171, -32.97563875887863, - -2332.7887902686343, - -3203.8313872254494, + -2332.788790268647, + -3203.8313872253857, -2765.6520976555057, -761.0797865537479, - 1789.514023025542, + 1789.5140230255492, 3440.46827876765 ], "relative wind speed": [ - 6.488360364260378, + 6.4883603642603775, 6.0744497646320355, - 5.585325701907052, - 5.32262857876413, + 5.585325701907051, + 5.322628578764129, 5.475494447652662, 5.931350581422581, 6.394059466911196, 6.614339322661299 ], "relative wind angle": [ - 0.06258880404882475, - 0.10653248829049404, - 0.09100854918324205, - 0.013521450122488518, - 0.07418619971330427, + 0.06258880404882829, + 0.10653248829049405, + 0.09100854918324329, + 0.013521450122472098, + 0.07418619971330426, 0.10911280705716775, - 0.0794715329445166, + 0.0794715329445152, 0.010880736592048487 ], "resistance": [ - 99040.19671215421, + 99040.19671215418, 96601.52436124114, - 94301.71120973138, - 93430.66861277456, + 94301.71120973137, + 93430.66861277464, 93868.84790234451, 95873.42021344627, - 98424.01402302555, + 98424.01402302556, 100074.96827876766 ], "fuel": [ - 53.40345593605438, + 53.40345593605436, 52.13646017316882, 50.96188307073264, - 50.52215660909991, + 50.52215660909994, 50.74300877879245, 51.76246846621159, - 53.08123303507182, + 53.08123303507183, 53.94775165358005 ] }, @@ -349858,51 +252321,51 @@ ], "ice resistance": 48481.27127092616, "wind resistance": [ - 2700.3808850965543, + 2700.3808850965106, -922.6639420009487, - -3867.0503389114674, + -3867.050338911482, -4572.364700594699, - -3465.352548983534, + -3465.3525489835192, -246.44100141794115, 3271.9138753276166, 4940.734775747569 ], "relative wind speed": [ - 7.87309449319767, + 7.8730944931976685, 7.345290969017867, - 6.810859303330561, + 6.81085930333056, 6.612177881510217, - 6.893098989819594, + 6.893098989819593, 7.452994778123484, 7.944345544631534, 8.110458325245155 ], "relative wind angle": [ - 0.072208744713453, + 0.07220874471345609, 0.10216962803110878, - 0.07222118699270637, + 0.07222118699270792, 0.00818651539172267, - 0.08249658911976815, + 0.08249658911976546, 0.1006881197837366, - 0.061902501446368136, - 0.006674159593397038 + 0.06190250144636814, + 0.006674159593397037 ], "resistance": [ - 51181.65215602271, + 51181.65215602267, 47558.60732892521, - 44614.220932014694, + 44614.22093201468, 43908.90657033146, - 45015.918721942624, + 45015.91872194264, 48234.830269508224, 51753.185146253774, 53422.006046673734 ], "fuel": [ - 40.15360884472065, + 40.15360884472064, 38.92446989938128, - 37.961546805850766, + 37.96154680585076, 37.73567229553646, - 38.09101649393242, + 38.09101649393243, 39.15017496786976, 40.35196502943329, 40.93810188248706 @@ -349938,9 +252401,9 @@ ], "ice resistance": 51532.79714949336, "wind resistance": [ - 3007.255485389607, + 3007.2554853895817, -630.6884057339994, - -3749.0262128523755, + -3749.0262128523973, -4600.599401304018, -3702.929148805677, -553.1055899520434, @@ -349948,7 +252411,7 @@ 5088.684116590433 ], "relative wind speed": [ - 7.914337514368003, + 7.914337514368001, 7.394290953039129, 6.8387070261138385, 6.598942566005327, @@ -349958,9 +252421,9 @@ 8.123296733440664 ], "relative wind angle": [ - 0.06870583675173472, - 0.10325986834541999, - 0.078244894301922, + 0.06870583675173635, + 0.10325986834542, + 0.07824489430192484, 0.0009413959046126128, 0.07942357809783794, 0.10308696065413775, @@ -349968,9 +252431,9 @@ 0.0007647408926787091 ], "resistance": [ - 54540.052634882966, + 54540.052634882944, 50902.10874375936, - 47783.77093664098, + 47783.77093664096, 46932.19774818934, 47829.86800068768, 50979.691559541316, @@ -349978,9 +252441,9 @@ 56621.48126608379 ], "fuel": [ - 41.33658840911679, + 41.336588409116786, 40.05703317729017, - 38.9994345097203, + 38.999434509720295, 38.71690934631847, 39.01480505213066, 40.08380706161667, @@ -350018,53 +252481,53 @@ ], "ice resistance": 48822.09180258151, "wind resistance": [ - 3290.3765890248724, + 3290.376589024825, -204.0439749471152, - -3424.202233777145, + -3424.2022337771596, -4557.006745668103, -3873.7441344439285, -960.8577435135085, - 2650.794190810513, + 2650.794190810535, 4907.017292284523 ], "relative wind speed": [ - 7.945804080667869, + 7.945804080667868, 7.459032082900307, - 6.900442388113474, + 6.900442388113473, 6.615985491331782, 6.808442700950975, 7.338496772960704, - 7.866040258530182, + 7.866040258530181, 8.10675215354325 ], "relative wind angle": [ - 0.06098190721068126, + 0.06098190721068491, 0.10010080840601371, - 0.08268559558680026, - 0.009156116219123175, + 0.08268559558680161, + 0.009156116219123177, 0.07118503549121648, - 0.10175062214471822, - 0.0725164178715568, + 0.10175062214471824, + 0.07251641787155373, 0.007472345057304171 ], "resistance": [ - 52112.46839160638, + 52112.46839160634, 48618.04782763439, - 45397.88956880437, + 45397.889568804356, 44265.085056913405, 44948.34766813758, 47861.234059068, - 51472.885993392025, + 51472.88599339205, 53729.109094866035 ], "fuel": [ - 40.477280046803905, + 40.47728004680389, 39.27883806915987, 38.21468499245092, 37.849505871970464, 38.06919591878178, 39.0252682285626, - 40.254532552977466, + 40.25453255297747, 41.047094102018875 ] }, @@ -350085,68 +252548,7 @@ "id": "6075", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 59628.35956032686, - "wind resistance": [ - 3347.4604500676396, - -237.37201923381508, - -3521.6317410711345, - -4657.755001932677, - -3942.162554470604, - -945.1222835633926, - 2749.0437836835517, - 5039.825321369619 - ], - "relative wind speed": [ - 7.956955628991952, - 7.457003408438591, - 6.885630198914245, - 6.597626160448036, - 6.799407899926805, - 7.344262443422687, - 7.882460747452785, - 8.125048905594687 - ], - "relative wind angle": [ - 0.06287546901370147, - 0.10259828978086676, - 0.08435017072031238, - 0.00859002707333363, - 0.0735974939078832, - 0.10417894376768429, - 0.07366234708832048, - 0.006975164158861185 - ], - "resistance": [ - 62975.8200103945, - 59390.98754109305, - 56106.72781925573, - 54970.60455839419, - 55686.19700585626, - 58683.237276763466, - 62377.40334401041, - 64668.18488169648 - ], - "fuel": [ - 44.49315356517357, - 43.119397210846095, - 41.90279759922329, - 41.491283292199356, - 41.749917581262885, - 42.853830137188396, - 44.26050721298162, - 45.15830693603644 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -53.59375, -65.3125 -53.4375, -65.15625 -53.4375, -65.15625 -53.59375, -65.3125 -53.59375))", @@ -350165,68 +252567,7 @@ "id": "6076", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 68812.49750669325, - "wind resistance": [ - 3418.3229499903573, - 1.4556948913632368, - -3259.528437832465, - -4529.523423513892, - -3944.9077132789316, - -1152.5999276847579, - 2443.2903484150847, - 4801.222680877279 - ], - "relative wind speed": [ - 7.959468472557048, - 7.489664267690478, - 6.931130497442389, - 6.626300108415188, - 6.791009481966483, - 7.305879639514242, - 7.837753388389578, - 8.097104113385548 - ], - "relative wind angle": [ - 0.05716406830152135, - 0.09835521955907776, - 0.08455307004392287, - 0.013937323034608021, - 0.06701336257818037, - 0.10083773130906963, - 0.07475303165464953, - 0.011405546506283214 - ], - "resistance": [ - 72230.8204566836, - 68813.95320158462, - 65552.96906886078, - 64282.97408317936, - 64867.58979341432, - 67659.8975790085, - 71255.78785510834, - 73613.72018757054 - ], - "fuel": [ - 48.26088605407608, - 46.832757383499526, - 45.51029774553293, - 45.005969977061234, - 45.23738126813416, - 46.36021773251271, - 47.848927533399134, - 48.85123823383753 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -53.59375, -65.15625 -53.4375, -65 -53.4375, -65 -53.59375, -65.15625 -53.59375))", @@ -350258,9 +252599,9 @@ ], "ice resistance": 93374.73576828242, "wind resistance": [ - 2955.1947650079237, + 2955.1947650078982, -298.18740521229483, - -3246.8230083168055, + -3246.8230083168273, -4224.178038701688, -3552.7249509604953, -813.6736267881606, @@ -350268,7 +252609,7 @@ 4546.953568204244 ], "relative wind speed": [ - 7.8918936661803505, + 7.891893666180349, 7.434461501863138, 6.921349460091458, 6.670723485341819, @@ -350278,19 +252619,19 @@ 8.051743233102291 ], "relative wind angle": [ - 0.05821082802267486, - 0.0930151436880879, - 0.07482539823938548, - 0.006177312662936796, + 0.05821082802267677, + 0.09301514368808789, + 0.07482539823938845, + 0.0061773126629367965, 0.06698814823706464, 0.09405625574943031, 0.06606649434703037, 0.005117781488139303 ], "resistance": [ - 96329.93053329035, + 96329.93053329032, 93076.54836307012, - 90127.91275996562, + 90127.91275996559, 89150.55772958073, 89822.01081732192, 92561.06214149426, @@ -350298,9 +252639,9 @@ 97921.68933648667 ], "fuel": [ - 59.56718759260687, + 59.56718759260686, 57.91465672700823, - 56.45094388315358, + 56.450943883153556, 55.97292047867826, 56.30094538816632, 57.656434024561754, @@ -350325,68 +252666,7 @@ "id": "6078", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 68800.49376916591, - "wind resistance": [ - 3684.836483360643, - 485.17567948175565, - -2839.0343964327694, - -4417.109769792754, - -4070.2459474763236, - -1589.129006656789, - 1933.743120935742, - 4505.1397767668495 - ], - "relative wind speed": [ - 7.9856338102907385, - 7.5598823262748525, - 7.007340385059902, - 6.6587039828264, - 6.75643006675385, - 7.229652399104062, - 7.766393971908877, - 8.067301647272515 - ], - "relative wind angle": [ - 0.0477105469989319, - 0.09332193583463201, - 0.08793973309384649, - 0.02491279444441072, - 0.05639907578532967, - 0.0975979024823459, - 0.07932582574009037, - 0.02056219796976771 - ], - "resistance": [ - 72485.33025252656, - 69285.66944864768, - 65961.45937273314, - 64383.38399937316, - 64730.24782168959, - 67211.36476250913, - 70734.23689010166, - 73305.63354593277 - ], - "fuel": [ - 48.369000549100804, - 47.02733317380195, - 45.673789007967585, - 45.04562526754175, - 45.18290223391322, - 46.177898841079795, - 47.630020596156704, - 48.71910167984864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -53.75, -65.15625 -53.59375, -65 -53.59375, -65 -53.75, -65.15625 -53.75))", @@ -350418,9 +252698,9 @@ ], "ice resistance": 62896.35365376615, "wind resistance": [ - 3500.090008175255, + 3500.0900081752116, 334.49619698226525, - -2877.5568009652998, + -2877.5568009653252, -4326.433001088331, -3926.1527174517105, -1432.5076649292314, @@ -350428,9 +252708,9 @@ 4447.407757253601 ], "relative wind speed": [ - 7.9601175382671645, + 7.960117538267164, 7.534253319973363, - 6.996303710251241, + 6.99630371025124, 6.6702526191569165, 6.782864297006315, 7.252981883687689, @@ -350438,19 +252718,19 @@ 8.054715965896113 ], "relative wind angle": [ - 0.04897476910194539, + 0.04897476910194993, 0.09202483723031736, - 0.08435250950658321, - 0.021178689553263425, + 0.08435250950658585, + 0.02117868955326343, 0.05748364899163971, 0.09560427766142551, - 0.07590483651050348, + 0.07590483651050349, 0.01753803502381931 ], "resistance": [ - 66396.4436619414, + 66396.44366194136, 63230.84985074842, - 60018.79685280085, + 60018.79685280082, 58569.920652677814, 58970.20093631444, 61463.84598883692, @@ -350458,9 +252738,9 @@ 67343.76141101975 ], "fuel": [ - 45.848566657975454, + 45.84856665797544, 44.592706426653706, - 43.3565282790895, + 43.35652827908949, 42.811483773940225, 42.96128201762516, 43.90791356009394, @@ -350498,19 +252778,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 708.8253820279806, - -756.9418328383554, - -1694.9752167884944, + 708.8253820279751, + -756.9418328383563, + -1694.9752167884967, -1754.0458206327507, -958.0447727493865, 473.85149122335497, - 1765.9497407838062, + 1765.9497407838107, 1903.0585587831083 ], "relative wind speed": [ - 3.7951175658800516, + 3.795117565880051, 3.3085118611012967, - 2.8897052245548145, + 2.889705224554814, 2.8523622349138873, 3.22933130239609, 3.726291355280554, @@ -350518,19 +252798,19 @@ 4.086016113566319 ], "relative wind angle": [ - 0.15531132331603195, - 0.1879013787137475, - 0.09946727529806146, + 0.1553113233160334, + 0.18790137871374754, + 0.09946727529806258, 0.07446437812424887, 0.18280578629410404, - 0.16662444106060226, - 0.07074350682679025, - 0.0519573697986027 + 0.16662444106060223, + 0.07074350682678866, + 0.05195736979860271 ], "resistance": [ 97343.32538202802, 95877.55816716168, - 94939.52478321156, + 94939.52478321154, 94880.4541793673, 95676.45522725066, 97108.3514912234, @@ -350540,7 +252820,7 @@ "fuel": [ 43.07336868662042, 42.318441074439825, - 41.8395122789796, + 41.83951227897959, 41.809462367962745, 42.21548884263025, 42.951809844289706, @@ -350578,19 +252858,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1603.7811802784408, + 1603.78118027843, -408.4068592216763, - -2053.142866196097, + -2053.142866196101, -2471.3980185870387, -1862.3352218371074, -89.39141576690236, - 1876.905916919336, + 1876.9059169193342, 2854.8909746909967 ], "relative wind speed": [ 4.837641209871753, 4.350042050272042, - 3.8295626684097606, + 3.82956266840976, 3.62280325102781, 3.899093806391619, 4.436534587643371, @@ -350598,17 +252878,17 @@ 5.047870995858874 ], "relative wind angle": [ - 0.1107874235308289, + 0.11078742353083193, 0.1645494764453002, - 0.1237958241535784, + 0.12379582415357931, 0.01209773666553542, 0.13760783196046755, 0.1613130925417442, - 0.09679663229591245, + 0.09679663229591248, 0.008682314054564896 ], "resistance": [ - 98238.28118027849, + 98238.28118027847, 96226.09314077836, 94581.35713380395, 94163.101981413, @@ -350618,7 +252898,7 @@ 99489.39097469104 ], "fuel": [ - 46.219809015418704, + 46.2198090154187, 45.178797959034114, 44.33907967389344, 44.12714529912515, @@ -350658,9 +252938,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1302.7902689878047, + 1302.7902689877992, -489.7568105401215, - -1891.528589129467, + -1891.5285891294698, -2203.350894692816, -1575.764673168006, 38.54554354997981, @@ -350668,9 +252948,9 @@ 2483.653677228149 ], "relative wind speed": [ - 4.6014922184029174, + 4.601492218402916, 4.140053154023403, - 3.6707646142979127, + 3.670764614297912, 3.510607497382712, 3.789899414618921, 4.289175688965458, @@ -350678,19 +252958,19 @@ 4.817956331088081 ], "relative wind angle": [ - 0.11230051650749515, - 0.15858076505893348, + 0.11230051650749516, + 0.1585807650589335, 0.1116326069760493, - 0.02150083570645031, - 0.13648620131924022, + 0.021500835706450314, + 0.1364862013192402, 0.15302311409890149, 0.08717008117548267, - 0.015666033827985724 + 0.015666033827985728 ], "resistance": [ - 97937.29026898784, + 97937.29026898782, 96144.74318945991, - 94742.97141087057, + 94742.97141087055, 94431.14910530721, 95058.73532683203, 96673.04554355, @@ -350700,7 +252980,7 @@ "fuel": [ 45.48469006876657, 44.558586007380455, - 43.84270352866211, + 43.842703528662106, 43.68445055045392, 44.00332561232891, 44.83028623348892, @@ -350738,11 +253018,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2114.221426545917, + 2114.2214265459024, -219.81582309201804, -2291.3294400074737, -2949.94428056962, - -2430.0710372311823, + -2430.0710372311805, -452.4444345264528, 1916.2447193922253, 3336.4876118138855 @@ -350750,29 +253030,29 @@ "relative wind speed": [ 5.716391052023324, 5.254160635940573, - 4.730089991338165, + 4.730089991338164, 4.47714959302358, - 4.688686749167503, + 4.688686749167502, 5.201413856174472, 5.682179050796777, 5.883539887955212 ], "relative wind angle": [ - 0.08379083540397352, + 0.08379083540397618, 0.13424048439487124, - 0.10931925285947307, - 0.005944728022542371, - 0.10221518868595668, + 0.10931925285947205, + 0.005944728022542372, + 0.10221518868595558, 0.13561016124990524, - 0.09094621596751502, + 0.09094621596751501, 0.004523700215396281 ], "resistance": [ - 98748.72142654593, + 98748.72142654592, 96414.68417690799, 94343.17055999255, 93684.5557194304, - 94204.42896276883, + 94204.42896276884, 96182.05556547357, 98550.74471939224, 99970.98761181391 @@ -350818,7 +253098,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2327.3431155822527, + 2327.3431155822436, 13.957030801804649, -2170.8561311084977, -3013.330069835336, @@ -350828,9 +253108,9 @@ 3300.4801826053226 ], "relative wind speed": [ - 5.886478946511465, + 5.886478946511463, 5.451335162922055, - 4.927953367937976, + 4.927953367937975, 4.64067107521896, 4.804230652752871, 5.292845311745145, @@ -350839,11 +253119,11 @@ ], "relative wind angle": [ 0.07309710906427913, - 0.12652203734950654, - 0.1103917489053524, - 0.01721879484142744, + 0.1265220373495065, + 0.1103917489053514, + 0.017218794841427437, 0.08960379984910895, - 0.13033191295178342, + 0.13033191295178345, 0.0940123878801337, 0.013281524418520188 ], @@ -350898,9 +253178,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2153.7161109538956, + 2153.716110953883, 193.54802712563833, - -1761.7709901567978, + -1761.7709901568087, -2624.0784224374875, -2352.715667762239, -798.8525862110218, @@ -350908,9 +253188,9 @@ 2792.0024241337214 ], "relative wind speed": [ - 5.6121562542486885, + 5.612156254248688, 5.233360300646734, - 4.753141529276863, + 4.753141529276862, 4.463007979733145, 4.575222418869709, 5.00408812550752, @@ -350918,19 +253198,19 @@ 5.701799520946779 ], "relative wind angle": [ - 0.0635536808670211, + 0.06355368086702284, 0.11866459307796812, - 0.10956876205691754, + 0.10956876205691958, 0.025879064688454623, - 0.07798411337725264, + 0.07798411337725265, 0.12412891664149281, - 0.09529739602489551, - 0.020255618886917324 + 0.09529739602489552, + 0.020255618886917327 ], "resistance": [ - 98788.21611095389, + 98788.21611095387, 96828.04802712562, - 94872.72900984318, + 94872.72900984317, 94010.42157756249, 94281.78433223774, 95835.64741378896, @@ -350938,9 +253218,9 @@ 99426.50242413371 ], "fuel": [ - 49.31470078729846, + 49.31470078729845, 48.29640152715032, - 47.29486555512579, + 47.29486555512578, 46.857702615468625, 46.99497670358798, 47.78630506679311, @@ -350978,13 +253258,13 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2962.5491750565834, - 1109.6835671396766, - -1222.2676696230683, + 2962.549175056556, + 1109.6835671396748, + -1222.2676696230756, -2738.2000589508207, -2854.9782631339767, -1631.4550446098092, - 633.8272493858585, + 633.8272493858549, 2689.1069918136363 ], "relative wind speed": [ @@ -350998,19 +253278,19 @@ 5.662458953641783 ], "relative wind angle": [ - 0.03844140882749573, - 0.1178962055148765, - 0.13987250157756273, + 0.0384414088275015, + 0.11789620551487652, + 0.1398725015775643, 0.073503496622259, - 0.050386451216520176, - 0.13393205125618454, - 0.1283088684599538, - 0.05708633707839904 + 0.05038645121652017, + 0.13393205125618457, + 0.12830886845995462, + 0.057086337078399045 ], "resistance": [ - 99597.04917505661, + 99597.04917505659, 97744.1835671397, - 95412.23233037697, + 95412.23233037695, 93896.2999410492, 93779.52173686605, 95003.04495539021, @@ -351018,9 +253298,9 @@ 99323.60699181366 ], "fuel": [ - 49.4926671489919, + 49.49266714899189, 48.52416459921066, - 47.32339794121926, + 47.323397941219255, 46.553667801597825, 46.4947272135488, 47.114786308067735, @@ -351058,17 +253338,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2410.0955958917257, + 2410.0955958917148, 923.3198446074257, - -941.2437992842915, - -2158.0197165084, + -941.2437992842943, + -2158.019716508401, -2255.7901394218807, -1278.2698970036417, 530.3899412899282, 2182.3348321101294 ], "relative wind speed": [ - 4.790144809673747, + 4.7901448096737465, 4.484450593469767, 3.967716038225257, 3.521554405332558, @@ -351078,14 +253358,14 @@ 4.75263349376319 ], "relative wind angle": [ - 0.044343301610822436, + 0.04434330161082494, 0.13811379125370798, - 0.16732137975887118, - 0.09016799199413161, - 0.06122537313075699, + 0.1673213797588725, + 0.09016799199413163, + 0.06122537313075698, 0.16075189471365167, - 0.1511987876880635, - 0.06677080030298622 + 0.15119878768806347, + 0.06677080030298624 ], "resistance": [ 99044.59559589173, @@ -351138,19 +253418,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1471.0311234821747, + 1471.031123482171, -465.5288400393847, - -2017.8030141624386, + -2017.8030141624404, -2388.6426725841065, - -1762.0379933117829, + -1762.0379933117856, -37.42842470468349, - 1836.6424262927449, + 1836.6424262927394, 2705.0825023634134 ], "relative wind speed": [ - 4.862838421233948, + 4.862838421233947, 4.395235239697745, - 3.9098718922054743, + 3.9098718922054734, 3.7303506109612723, 4.000849867188148, 4.509534827288463, @@ -351159,12 +253439,12 @@ ], "relative wind angle": [ 0.10625491313709033, - 0.15338881734218604, - 0.11122291000912315, - 0.015498159840142769, - 0.12926448693029652, - 0.14947138863110712, - 0.08802821702172746, + 0.15338881734218607, + 0.11122291000912214, + 0.015498159840142767, + 0.12926448693029738, + 0.14947138863110715, + 0.08802821702172872, 0.011395420119608637 ], "resistance": [ @@ -351174,7 +253454,7 @@ 94245.8573274159, 94872.46200668822, 96597.07157529531, - 98471.14242629275, + 98471.14242629273, 99339.58250236341 ], "fuel": [ @@ -351184,7 +253464,7 @@ 44.399453562626576, 44.7173967298735, 45.60001879154456, - 46.5716799777224, + 46.57167997772238, 47.02637673379555 ] }, @@ -351218,11 +253498,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2067.6338838008724, + 2067.633883800856, -193.80252726025356, - -2198.248629122222, + -2198.248629122225, -2839.6577200885085, - -2332.4969726967747, + -2332.496972696772, -418.5719923539891, 1875.793314255121, 3257.041299948258 @@ -351238,19 +253518,19 @@ 5.586478897152909 ], "relative wind angle": [ - 0.0914759298850353, + 0.09147592988503894, 0.14770299198709738, - 0.12164329544263841, + 0.12164329544263931, 0.006649912411300157, - 0.11386662637659667, - 0.14935827105157023, + 0.1138666263765957, + 0.14935827105157026, 0.0993282287314579, 0.00491892836048095 ], "resistance": [ - 98702.13388380088, + 98702.13388380087, 96440.69747273976, - 94436.2513708778, + 94436.25137087778, 93794.8422799115, 94302.00302730325, 96215.92800764603, @@ -351258,7 +253538,7 @@ 99891.54129994827 ], "fuel": [ - 48.385400714843826, + 48.38540071484381, 47.21258574492673, 46.188958656610886, 45.86456241424998, @@ -351285,68 +253565,7 @@ "id": "6090", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.352685590876844, - 15.352685590876844, - 15.352685590876844, - 15.352685590876844, - 15.352685590876844, - 15.352685590876844, - 15.352685590876844, - 15.352685590876844 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1787.2988139026475, - -119.79524745554318, - -1821.8201777943705, - -2386.543370831778, - -1967.0081708695134, - -362.5386844867853, - 1579.4766322465202, - 2768.5586039302525 - ], - "relative wind speed": [ - 4.807336944300696, - 4.355289898580007, - 3.828477532738551, - 3.5639957501864252, - 3.7746975082246217, - 4.288388936880896, - 4.764618511061682, - 4.965557780077543 - ], - "relative wind angle": [ - 0.09825239293292069, - 0.16161121913345464, - 0.1361170673253464, - 0.009511700341604935, - 0.12525722990515117, - 0.16415514497051148, - 0.1092528933111826, - 0.006826909132205247 - ], - "resistance": [ - 98421.79881390261, - 96514.70475254442, - 94812.6798222056, - 94247.9566291682, - 94667.49182913046, - 96271.96131551318, - 98213.97663224649, - 99403.05860393023 - ], - "fuel": [ - 46.07481391415184, - 45.08649831254138, - 44.21588477230485, - 43.92940126785754, - 44.1421177230814, - 44.96167202615754, - 45.96645694297624, - 46.5886064743705 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -54.375, -67.34375 -54.21875, -67.1875 -54.21875, -67.1875 -54.375, -67.34375 -54.375))", @@ -351365,68 +253584,7 @@ "id": "6091", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.26043454525392, - 17.26043454525392, - 17.26043454525392, - 17.26043454525392, - 17.26043454525392, - 17.26043454525392, - 17.26043454525392, - 17.26043454525392 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1929.2864669200444, - -353.22537419347645, - -2287.9322879334404, - -2822.0760296627404, - -2225.0186401261763, - -247.9312200923505, - 2019.2284242602582, - 3271.5897726986695 - ], - "relative wind speed": [ - 5.332271557139072, - 4.837852747551605, - 4.295329168043588, - 4.058419954203416, - 4.315888911778738, - 4.86366095147435, - 5.348847015576626, - 5.530754427129498 - ], - "relative wind angle": [ - 0.09951815443229566, - 0.15276221318290273, - 0.11932373146108348, - 0.0032168549894467493, - 0.12306199282311728, - 0.15194529237201237, - 0.09574050122166973, - 0.002360498600718223 - ], - "resistance": [ - 98563.78646692008, - 96281.27462580655, - 94346.5677120666, - 93812.42397033729, - 94409.48135987385, - 96386.56877990768, - 98653.72842426029, - 99906.0897726987 - ], - "fuel": [ - 48.062811044464816, - 46.88033057043599, - 45.89321444656993, - 45.62313990972801, - 45.92509482378532, - 46.93445284827615, - 48.1098034734176, - 48.76725866662965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -54.21875, -67.1875 -54.0625, -67.03125 -54.0625, -67.03125 -54.21875, -67.1875 -54.21875))", @@ -351445,68 +253603,7 @@ "id": "6092", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.492422223221794, - 17.492422223221794, - 17.492422223221794, - 17.492422223221794, - 17.492422223221794, - 17.492422223221794, - 17.492422223221794, - 17.492422223221794 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2689.8634252474712, - 505.82904485445033, - -1794.878561186597, - -2950.222996846438, - -2746.6977330119926, - -1087.6964423943355, - 1329.2773715145559, - 3165.199243135001 - ], - "relative wind speed": [ - 5.52878169176318, - 5.106870447601706, - 4.5258655874252955, - 4.129876383126904, - 4.219622582631826, - 4.721495098636081, - 5.281020963752339, - 5.596138203718957 - ], - "relative wind angle": [ - 0.06897228738925364, - 0.1441748222898992, - 0.14559685776951142, - 0.04720431368831275, - 0.0904228212605226, - 0.15603529201973193, - 0.12465958855834082, - 0.03483026870626031 - ], - "resistance": [ - 99324.36342524749, - 97140.32904485447, - 94839.62143881342, - 93684.27700315358, - 93887.80226698802, - 95546.80355760569, - 97963.77737151457, - 99799.69924313502 - ], - "fuel": [ - 48.710225767368186, - 47.57218134255848, - 46.392538517230875, - 45.8075871968224, - 45.91027169487641, - 46.75303566906589, - 47.99917471386804, - 48.96026297451024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -54.21875, -67.03125 -54.0625, -66.875 -54.0625, -66.875 -54.21875, -67.03125 -54.21875))", @@ -351538,51 +253635,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2602.163582343179, + 2602.1635823431607, 1067.4556543087328, - -907.6868587631961, + -907.6868587632007, -2238.8010263120805, - -2383.092943130171, + -2383.09294313017, -1402.0701087143425, - 490.45782382890684, + 490.45782382890593, 2266.599047939777 ], "relative wind speed": [ 4.824630135179347, 4.515830230841066, - 3.9733570793959174, + 3.973357079395917, 3.487008087508006, - 3.4107378137669726, + 3.410737813766973, 3.810179221737806, 4.3729420182704155, 4.769796953036297 ], "relative wind angle": [ - 0.042033642498748476, + 0.042033642498753764, 0.14306792353140185, - 0.17910022859084648, - 0.10260447448139483, - 0.059475882504609744, + 0.17910022859084773, + 0.10260447448139484, + 0.05947588250460975, 0.1698012497598333, - 0.16258133200217528, + 0.1625813320021753, 0.0749486382664754 ], "resistance": [ - 99236.6635823432, + 99236.66358234317, 97701.95565430875, - 95726.81314123682, + 95726.81314123681, 94395.69897368793, - 94251.40705686984, + 94251.40705686985, 95232.42989128568, 97124.95782382893, 98901.09904793979 ], "fuel": [ - 45.99619452162582, + 45.9961945216258, 45.19514426276475, 44.177104454574376, 43.4992017754515, - 43.426113647807554, + 43.42611364780757, 43.92455797150544, 44.89624364442487, 45.82029588928192 @@ -351605,68 +253702,7 @@ "id": "6094", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.466894339605606, - 19.466894339605606, - 19.466894339605606, - 19.466894339605606, - 19.466894339605606, - 19.466894339605606, - 19.466894339605606, - 19.466894339605606 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2296.7702096284665, - -179.56642073920375, - -2409.6203697419605, - -3154.0789357280773, - -2627.585127378854, - -545.154433371501, - 1985.840211675697, - 3534.9439247667433 - ], - "relative wind speed": [ - 5.962098431343421, - 5.494517095517197, - 4.957731482165702, - 4.690564023900523, - 4.8955667959951725, - 5.415115312359227, - 5.91050678959268, - 6.124687836679372 - ], - "relative wind angle": [ - 0.08038292150950559, - 0.13088198477436588, - 0.1081982858901832, - 0.008538195056269732, - 0.09794601507205075, - 0.13281238636077652, - 0.09070403941885266, - 0.006538904581790559 - ], - "resistance": [ - 98931.27020962848, - 96454.9335792608, - 94224.87963025806, - 93480.42106427194, - 94006.91487262116, - 96089.34556662852, - 98620.3402116757, - 100169.44392476676 - ], - "fuel": [ - 50.76756246230413, - 49.48217571759241, - 48.34415353103279, - 47.968367705922105, - 48.23391634911751, - 49.2943437667043, - 50.60491602326526, - 51.41881557475214 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -54.375, -67.03125 -54.21875, -66.875 -54.21875, -66.875 -54.375, -67.03125 -54.375))", @@ -351685,68 +253721,7 @@ "id": "6095", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.4301067963465, - 19.4301067963465, - 19.4301067963465, - 19.4301067963465, - 19.4301067963465, - 19.4301067963465, - 19.4301067963465, - 19.4301067963465 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2966.506254765567, - 811.44267699599, - -1654.5304229221783, - -3061.801069228919, - -3006.0610485470006, - -1458.0672981193766, - 1039.7283901793762, - 3097.2759742500893 - ], - "relative wind speed": [ - 6.051215499880644, - 5.685090212640338, - 5.143028163684574, - 4.737821595462867, - 4.759648951554427, - 5.191456100379733, - 5.728937813903742, - 6.068320500566412 - ], - "relative wind angle": [ - 0.04877927398790108, - 0.11741216721682823, - 0.12608884219567687, - 0.05251508652268131, - 0.06203107968762247, - 0.128635656295071, - 0.1131349873651899, - 0.040993621332085395 - ], - "resistance": [ - 99601.0062547656, - 97445.94267699603, - 94979.96957707785, - 93572.6989307711, - 93628.43895145303, - 95176.43270188065, - 97674.2283901794, - 99731.77597425012 - ], - "fuel": [ - 51.07460094206663, - 49.94931787664589, - 48.68289232862482, - 47.97031534590777, - 47.998399361540436, - 48.78295840207937, - 50.06770065994039, - 51.14343950308732 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -53.90625, -66.875 -53.75, -66.71875 -53.75, -66.71875 -53.90625, -66.875 -53.90625))", @@ -351778,19 +253753,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2342.956272165695, + 2342.956272165671, 373.54404086133945, - -1701.1962784597963, + -1701.1962784598072, -2720.1783296716203, -2529.558300292665, -1019.9753790362793, - 1163.757119379432, + 1163.7571193794374, 2792.3813061526707 ], "relative wind speed": [ 5.98946761327073, 5.640932672331603, - 5.177215418116176, + 5.177215418116175, 4.874696959491742, 4.94760203076931, 5.341569687976877, @@ -351798,27 +253773,27 @@ 6.048951785095788 ], "relative wind angle": [ - 0.0515916510047875, + 0.05159165100479181, 0.10431248607699185, - 0.10095402322663978, + 0.10095402322664089, 0.030888021340962662, 0.06246873455312312, - 0.11018170963110374, - 0.09020523071274751, + 0.11018170963110376, + 0.09020523071274629, 0.02489048578206129 ], "resistance": [ - 98977.4562721657, + 98977.45627216567, 97008.04404086134, 94933.3037215402, 93914.32167032838, 94104.94169970733, 95614.52462096373, - 97798.25711937943, + 97798.25711937944, 99426.88130615267 ], "fuel": [ - 51.02078391812449, + 51.02078391812448, 49.99632942907545, 48.93269592080157, 48.41617119214221, @@ -351858,9 +253833,9 @@ ], "ice resistance": 86170.34870067427, "wind resistance": [ - 3531.3941017652505, + 3531.3941017651814, 1490.827724066672, - -1309.1377867179071, + -1309.137786717918, -3273.2163591630306, -3539.9875226677286, -2283.033420227297, @@ -351868,7 +253843,7 @@ 2897.3596736451145 ], "relative wind speed": [ - 7.920150296288266, + 7.9201502962882655, 7.676939900021278, 7.249321525467575, 6.87891520760321, @@ -351878,19 +253853,19 @@ 7.855614470803796 ], "relative wind angle": [ - 0.016830770464381237, + 0.016830770464387832, 0.0637087539829299, - 0.07703669213991518, + 0.07703669213991661, 0.04366153298200585, 0.01959060119988843, - 0.06911035176340093, - 0.074306597311948, + 0.06911035176340094, + 0.07430659731194801, 0.03823020059068352 ], "resistance": [ - 89701.74280243952, + 89701.74280243945, 87661.17642474093, - 84861.21091395635, + 84861.21091395634, 82897.13234151123, 82630.36117800654, 83887.31528044697, @@ -351898,9 +253873,9 @@ 89067.70837431938 ], "fuel": [ - 56.24206753295063, + 56.242067532950585, 55.251300914473106, - 53.917035631633965, + 53.91703563163396, 52.998503709655935, 52.874851268531536, 53.459784008864496, @@ -351938,54 +253913,54 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 2190.7022229270387, + 2190.7022229270133, 367.17865865331805, - -1540.581869681334, + -1540.5818696813367, -2477.7278511025606, -2294.7512495443016, -897.6487222150354, - 1114.5872566106736, - 2619.5977904242027 + 1114.58725661067, + 2619.5977904241918 ], "relative wind speed": [ - 5.274800185840282, + 5.27480018584028, 4.905556338860226, 4.407657533527646, 4.077832368397598, 4.160259083005924, 4.589857257534509, 5.06989424992385, - 5.3387784945175225 + 5.338778494517523 ], "relative wind angle": [ - 0.06325889906231612, + 0.06325889906231963, 0.12895427602329884, - 0.12709581695162595, - 0.03906581028220127, + 0.12709581695162683, + 0.039065810282201276, 0.08023866416372169, - 0.13787877272340868, - 0.11042140294598277, - 0.029835839830431084 + 0.13787877272340865, + 0.1104214029459838, + 0.029835839830434807 ], "resistance": [ - 98825.20222292708, + 98825.20222292705, 97001.67865865336, 95093.9181303187, 94156.77214889748, 94339.74875045574, 95736.85127778501, 97749.08725661071, - 99254.09779042425 + 99254.09779042423 ], "fuel": [ - 47.86126971578662, + 47.86126971578661, 46.9132421604683, 45.934664784685985, 45.45892020202577, 45.55155200371317, 46.262941539316415, 47.30031431703502, - 48.08604462922744 + 48.08604462922743 ] }, { @@ -352018,54 +253993,54 @@ ], "ice resistance": 95489.50383505816, "wind resistance": [ - 3807.7198181103013, + 3807.719818110145, 1481.3172925287872, - -1577.5815575429478, - -3632.675029019585, - -3845.621067098713, + -1577.5815575429588, + -3632.675029019596, + -3845.6210670987384, -2350.9737320572385, 585.7061342338893, - 3302.6431805836983 + 3302.6431805836764 ], "relative wind speed": [ - 7.967371042890565, + 7.967371042890563, 7.68610965684197, 7.213899796761208, - 6.818559992790822, - 6.7589359277983805, + 6.8185599927908225, + 6.758935927798381, 7.077141693803753, 7.557900894657421, - 7.916404223881399 + 7.9164042238814 ], "relative wind angle": [ - 0.021662495231344794, + 0.021662495231360174, 0.07154018151515644, - 0.08387890389619077, - 0.04479456571380846, - 0.025536326847904415, - 0.07770793670449476, + 0.08387890389619208, + 0.04479456571381094, + 0.025536326847908762, + 0.07770793670449477, 0.08005274689430622, - 0.038579138151809744 + 0.03857913815181262 ], "resistance": [ - 99297.22365316846, + 99297.2236531683, 96970.82112758694, - 93911.92227751522, + 93911.9222775152, 91856.82880603857, - 91643.88276795944, + 91643.88276795943, 93138.53010300093, 96075.20996929205, - 98792.14701564185 + 98792.14701564184 ], "fuel": [ - 61.108744288997755, + 61.108744288997656, 59.89736662249745, 58.33522044029578, 57.30526028970188, 57.19943577298934, 57.94577185550808, 59.436383102166324, - 60.844035056906606 + 60.84403505690659 ] }, { @@ -352098,51 +254073,51 @@ ], "ice resistance": 60774.736169885095, "wind resistance": [ - 3593.9330746369596, + 3593.9330746366213, 1796.10814445512, - -942.3533669457756, + -942.3533669457793, -3055.855271266668, - -3483.2453413325966, + -3483.245341332462, -2505.962062724502, -13.439993095955288, 2577.1964689520573 ], "relative wind speed": [ - 7.919054373699309, + 7.919054373699308, 7.715987253858009, - 7.308394560425966, + 7.308394560425965, 6.922946840529385, - 6.8039282961714225, + 6.803928296171422, 7.033377789607853, 7.456019808328332, 7.815220372852739 ], "relative wind angle": [ - 0.009347729859197167, + 0.009347729859232799, 0.05791473625364365, - 0.07636885975380656, + 0.07636885975380657, 0.049411456593689805, - 0.01087982708729837, - 0.06354276798405566, + 0.010879827087277963, + 0.06354276798405564, 0.07485393752810024, 0.043766250872525135 ], "resistance": [ - 64368.669244522054, + 64368.66924452172, 62570.84431434021, 59832.38280293932, 57718.88089861843, - 57291.4908285525, + 57291.49082855263, 58268.77410716059, 60761.29617678914, 63351.932638837156 ], "fuel": [ - 45.039811564366616, + 45.03981156436649, 44.335565476884724, 43.285964379984776, 42.49497760443884, - 42.33704555322032, + 42.33704555322037, 42.69917768681407, 43.638872129271824, 44.64005675478717 @@ -352178,19 +254153,19 @@ ], "ice resistance": 65572.91203361913, "wind resistance": [ - 3266.7041367867278, + 3266.704136786615, 848.3275859517817, -1955.00300471405, -3552.4642952838585, - -3499.123651119742, + -3499.123651119764, -1760.6353363756753, - 1073.3417219053554, + 1073.3417219053445, 3393.378626707068 ], "relative wind speed": [ - 7.8999613621676605, + 7.899961362167659, 7.5888622385670494, - 7.140002788275402, + 7.140002788275401, 6.815318359119101, 6.830215677337532, 7.174287814601559, @@ -352198,31 +254173,31 @@ 7.912816905915581 ], "relative wind angle": [ - 0.03053632716466261, + 0.030536327164673516, 0.07240204548579844, 0.07502290779603846, 0.03050415750153312, - 0.03532076963177396, + 0.035320769631777105, 0.07659385594511901, - 0.07027859798038605, - 0.02627221399268461 + 0.07027859798038762, + 0.026272213992684614 ], "resistance": [ - 68839.61617040585, + 68839.61617040574, 66421.2396195709, 63617.90902890508, 62020.447738335264, - 62073.788382499384, + 62073.78838249936, 63812.27669724345, - 66646.25375552448, + 66646.25375552446, 68966.2906603262 ], "fuel": [ - 46.843321671012724, + 46.84332167101268, 45.85855093987945, 44.744260345875624, 44.122368124926965, - 44.14298041485529, + 44.14298041485528, 44.820575716220354, 45.949259183474545, 46.895503751725485 @@ -352258,17 +254233,17 @@ ], "ice resistance": 79411.55591058664, "wind resistance": [ - 3559.30094485512, + 3559.3009448550656, 1288.9240122384872, -1615.2314991690837, -3503.2945292357435, -3650.4791974380823, -2151.133778177431, - 668.4791291732436, + 668.4791291732545, 3209.865963531007 ], "relative wind speed": [ - 7.9326893768784466, + 7.932689376878445, 7.653553487289373, 7.2016315448948545, 6.835204303330314, @@ -352278,27 +254253,27 @@ 7.897275923256046 ], "relative wind angle": [ - 0.022949753669071933, + 0.022949753669076773, 0.06948841443519795, 0.07915964813416537, 0.040092320866641384, 0.026796750888109195, 0.07484147454914036, - 0.07535377393834543, + 0.07535377393834396, 0.03469813890021222 ], "resistance": [ - 82970.85685544176, + 82970.8568554417, 80700.47992282512, 77796.32441141756, 75908.2613813509, 75761.07671314856, 77260.4221324092, - 80080.03503975988, + 80080.0350397599, 82621.42187411764 ], "fuel": [ - 53.03272283368578, + 53.03272283368575, 51.988209597883056, 50.680078469575434, 49.84646424016648, @@ -352338,9 +254313,9 @@ ], "ice resistance": 78528.10534208904, "wind resistance": [ - 3356.818558348743, + 3356.8185583486957, 747.5439601189719, - -2177.521431248384, + -2177.521431248395, -3761.9129433663256, -3633.4432792729676, -1710.6379731714078, @@ -352348,7 +254323,7 @@ 3661.5976545795565 ], "relative wind speed": [ - 7.919302065901508, + 7.9193020659015065, 7.579869330227642, 7.106544313861233, 6.777393867667357, @@ -352358,17 +254333,17 @@ 7.950092536644621 ], "relative wind angle": [ - 0.03487758914080697, + 0.034877589140810156, 0.07746116601691673, - 0.07794640683089388, + 0.0779464068308953, 0.028927129657698766, 0.04054187210716993, - 0.08168120199841314, + 0.08168120199841315, 0.07232999657103163, 0.024659219648144624 ], "resistance": [ - 81884.92390043777, + 81884.92390043773, 79275.64930220801, 76350.58391084065, 74766.19239872272, @@ -352378,7 +254353,7 @@ 82189.7029966686 ], "fuel": [ - 52.53073372968545, + 52.53073372968542, 51.3424954884986, 50.04056792197845, 49.3486585400328, @@ -352418,9 +254393,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2736.7412527698343, + 2736.7412527698216, 743.4032952336693, - -1535.8047156859047, + -1535.8047156859102, -2834.0053475843542, -2780.5773697662553, -1347.2578392042851, @@ -352428,7 +254403,7 @@ 2862.139632442826 ], "relative wind speed": [ - 5.851411306586332, + 5.851411306586331, 5.501148443429827, 4.983780279335585, 4.598146133077111, @@ -352438,17 +254413,17 @@ 5.868381088194765 ], "relative wind angle": [ - 0.048275260752082536, + 0.048275260752084846, 0.11583042555568424, - 0.1240705148725873, - 0.05144489621809028, + 0.12407051487258908, + 0.05144489621809027, 0.061160568416803396, 0.1266923456018356, 0.11146558929065367, - 0.04030257087304501 + 0.040302570873045014 ], "resistance": [ - 99371.24125276983, + 99371.24125276982, 97377.90329523367, 95098.69528431409, 93800.49465241564, @@ -352498,54 +254473,54 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 3215.6040000580433, + 3215.6040000579596, 994.4233529791381, - -1673.8688689758728, + -1673.8688689758783, -3286.3167792458153, - -3312.445325756602, + -3312.4453257565874, -1767.8433623261208, 885.4921569797552, - 3153.862219652081 + 3153.862219652063 ], "relative wind speed": [ - 6.9991688128492004, + 6.999168812849199, 6.680630607737914, 6.194329663286492, 5.820027374893992, 5.81154916601534, 6.175082385096561, 6.662788290370896, - 6.992120503485264 + 6.992120503485265 ], "relative wind angle": [ - 0.03361571470041748, + 0.033615714700427395, 0.08790594180617248, - 0.0960764673444307, + 0.09607646734443187, 0.04362783488694997, - 0.040488694177337685, - 0.09512367249270641, + 0.040488694177334944, + 0.09512367249270642, 0.0893026574336428, - 0.03631093587500318 + 0.03631093587500624 ], "resistance": [ - 99850.10400005808, + 99850.104000058, 97628.92335297918, - 94960.63113102417, + 94960.63113102416, 93348.18322075423, - 93322.05467424344, + 93322.05467424345, 94866.65663767392, 97519.9921569798, - 99788.36221965213 + 99788.3622196521 ], "fuel": [ - 56.00451751362222, + 56.00451751362216, 54.8429253210141, - 53.47178434275264, + 53.47178434275263, 52.65604661369948, - 52.642907832405776, + 52.64290783240578, 53.42397713468874, 54.78643072968143, - 55.971980873994625 + 55.97198087399461 ] }, { @@ -352565,68 +254540,7 @@ "id": "6106", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.335174010775184, - 20.335174010775184, - 20.335174010775184, - 20.335174010775184, - 20.335174010775184, - 20.335174010775184, - 20.335174010775184, - 20.335174010775184 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3068.0004787609905, - 1039.2054322639706, - -1446.278429532802, - -2998.215397271708, - -3065.2487180396292, - -1684.4097822306976, - 762.7813515356102, - 2910.307220795752 - ], - "relative wind speed": [ - 6.285989506028805, - 5.964456521920641, - 5.454680648777421, - 5.045794543936306, - 5.020888321133644, - 5.3989111866485455, - 5.913496649449766, - 6.266014764073182 - ], - "relative wind angle": [ - 0.036732262354233276, - 0.10260202549403762, - 0.11632492617917078, - 0.05639874638791747, - 0.04599347559256331, - 0.11339384518520292, - 0.10726325814790998, - 0.0454073953373702 - ], - "resistance": [ - 99702.50047876101, - 97673.70543226399, - 95188.22157046721, - 93636.28460272831, - 93569.25128196039, - 94950.09021776932, - 97397.28135153562, - 99544.80722079577 - ], - "fuel": [ - 52.24921788355909, - 51.18862408508629, - 49.91016232337327, - 49.12354807607246, - 49.08977350299085, - 49.788881066099236, - 51.0453033443066, - 52.16623156516577 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -54.375, -66.71875 -54.21875, -66.5625 -54.21875, -66.5625 -54.375, -66.71875 -54.375))", @@ -352645,68 +254559,7 @@ "id": "6107", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.95217633500861, - 21.95217633500861, - 21.95217633500861, - 21.95217633500861, - 21.95217633500861, - 21.95217633500861, - 21.95217633500861, - 21.95217633500861 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 3059.135754784702, - 873.5011864721255, - -1686.3200829728921, - -3182.920421439705, - -3162.2686099621096, - -1612.345715764086, - 959.2873251409164, - 3107.862607013745 - ], - "relative wind speed": [ - 6.697692591992065, - 6.366376817957325, - 5.872587058669983, - 5.501713068111236, - 5.508770993059361, - 5.888538878412297, - 6.381094353568158, - 6.70349142066816 - ], - "relative wind angle": [ - 0.038151226118452654, - 0.09459967112879485, - 0.10149017606845911, - 0.04365113368245017, - 0.04639053886775918, - 0.10230203365256334, - 0.09337783620479709, - 0.03582179661317121 - ], - "resistance": [ - 99693.63575478474, - 97508.00118647217, - 94948.17991702716, - 93451.57957856034, - 93472.23139003794, - 95022.15428423596, - 97593.78732514096, - 99742.36260701378 - ], - "fuel": [ - 54.3820212163499, - 53.240146245324745, - 51.92537985736794, - 51.16799620554721, - 51.178390744977534, - 51.963032181670314, - 53.2846296776638, - 54.407680903140246 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -54.21875, -66.5625 -54.0625, -66.40625 -54.0625, -66.40625 -54.21875, -66.5625 -54.21875))", @@ -352725,68 +254578,7 @@ "id": "6108", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96252.82553736572, - "wind resistance": [ - 3823.8553702327445, - 1257.1018934316708, - -1902.7479621117382, - -3867.2886107353843, - -3948.3540523166084, - -2196.3929514587653, - 916.9680298783569, - 3631.7811938162195 - ], - "relative wind speed": [ - 7.978819622345061, - 7.659594231796069, - 7.162527552053526, - 6.7730823189270595, - 6.750338373716449, - 7.110502579271301, - 7.61096773029958, - 7.9595217586627065 - ], - "relative wind angle": [ - 0.02820349907630488, - 0.07758028185035062, - 0.08590346972929452, - 0.040677840987735775, - 0.03333795602409273, - 0.08358472028236376, - 0.08083061442037946, - 0.034611802195354334 - ], - "resistance": [ - 100076.68090759846, - 97509.92743079738, - 94350.07757525398, - 92385.53692663033, - 92304.47148504911, - 94056.43258590695, - 97169.79356724408, - 99884.60673118194 - ], - "fuel": [ - 61.51911845289226, - 60.17629118557964, - 58.556845132333464, - 57.56873377694589, - 57.528268556796746, - 58.40823669741119, - 60.000185711823065, - 61.41778397670422 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -54.21875, -66.40625 -54.0625, -66.25 -54.0625, -66.25 -54.21875, -66.40625 -54.21875))", @@ -352805,68 +254597,7 @@ "id": "6109", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 73568.19400346214, - "wind resistance": [ - 3564.6309752570814, - 834.7295062919547, - -2248.261927550233, - -3941.5045061377496, - -3824.9800613489715, - -1826.0108685379673, - 1323.81204623944, - 3840.763021610346 - ], - "relative wind speed": [ - 7.951322654470764, - 7.598376198078862, - 7.100426652941857, - 6.749316254321334, - 6.781998989175517, - 7.175215773560147, - 7.668310347845256, - 7.979083427551787 - ], - "relative wind angle": [ - 0.0358304776271823, - 0.08104560963667012, - 0.08249734742797796, - 0.031462940490416445, - 0.04201158666717872, - 0.08583674098509271, - 0.07637554480431175, - 0.02661250099377341 - ], - "resistance": [ - 77132.82497871922, - 74402.9235097541, - 71319.9320759119, - 69626.68949732439, - 69743.21394211316, - 71742.18313492417, - 74892.00604970158, - 77408.95702507248 - ], - "fuel": [ - 50.38561971034905, - 49.19133409619977, - 47.87592023631913, - 47.16851442806235, - 47.216854384867, - 48.053990961745036, - 49.403260383942936, - 50.507967149822484 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -54.375, -66.5625 -54.21875, -66.40625 -54.21875, -66.40625 -54.375, -66.5625 -54.375))", @@ -352885,68 +254616,7 @@ "id": "6110", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 81944.38553309684, - "wind resistance": [ - 3664.7080525330093, - 833.8290787050646, - -2341.193311366642, - -4067.741519256564, - -3931.704232035463, - -1849.127188968425, - 1403.87835180209, - 3986.8582077149804 - ], - "relative wind speed": [ - 7.968392850846589, - 7.602026002308452, - 7.087950369257865, - 6.727832181522223, - 6.766042226984533, - 7.175222136142339, - 7.683460913266765, - 8.000680357321793 - ], - "relative wind angle": [ - 0.03750064977636701, - 0.08385162386784407, - 0.0849890935781186, - 0.03184318106790398, - 0.044168662463860565, - 0.08885216592496986, - 0.07838787307038736, - 0.02677584433582041 - ], - "resistance": [ - 85609.09358562985, - 82778.2146118019, - 79603.19222173019, - 77876.64401384027, - 78012.68130106137, - 80095.25834412841, - 83348.26388489893, - 85931.24374081181 - ], - "fuel": [ - 54.27056817402601, - 52.94335084335869, - 51.49026485387465, - 50.715835185762884, - 50.77645108560712, - 51.71300839972869, - 53.208212521006416, - 54.423493515590124 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -54.375, -66.40625 -54.21875, -66.25 -54.21875, -66.25 -54.375, -66.40625 -54.375))", @@ -352965,68 +254635,7 @@ "id": "6111", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 74502.89467151632, - "wind resistance": [ - 3272.0824360522565, - 370.80014097720414, - -2618.9628739789005, - -4007.62533751941, - -3673.8221608241147, - -1408.5333543151755, - 1772.7327754022226, - 4063.3801663683553 - ], - "relative wind speed": [ - 7.919664218789406, - 7.530158176032553, - 7.032806483329879, - 6.7257072055395195, - 6.819287023567356, - 7.247101123352525, - 7.730678483561489, - 7.999288682971826 - ], - "relative wind angle": [ - 0.044197283868290374, - 0.08468242616618141, - 0.07840085300004168, - 0.02112314119293538, - 0.05133490257616234, - 0.08799835146419674, - 0.07131074655733526, - 0.017759699880397033 - ], - "resistance": [ - 77774.97710756857, - 74873.69481249352, - 71883.93179753741, - 70495.26933399691, - 70829.0725106922, - 73094.36131720114, - 76275.62744691854, - 78566.27483788467 - ], - "fuel": [ - 50.67057910531238, - 49.3953098309337, - 48.11391761681095, - 47.530058546065405, - 47.66974999629591, - 48.62869240785161, - 50.007623665640786, - 51.023833245225546 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -53.90625, -66.25 -53.75, -66.09375 -53.75, -66.09375 -53.90625, -66.25 -53.90625))", @@ -353058,47 +254667,47 @@ ], "ice resistance": 75474.22904547924, "wind resistance": [ - 3476.144453122044, + 3476.144453121964, 912.280341000278, - -2059.865182273861, + -2059.8651822738757, -3756.9876110094774, - -3702.225303739975, + -3702.2253037399605, -1860.94767614183, 1142.628626512931, 3606.0349487282765 ], "relative wind speed": [ - 7.933205512305219, + 7.933205512305217, 7.604553220752978, - 7.128515036330629, + 7.128515036330628, 6.782599463586251, - 6.797930735052586, + 6.797930735052585, 7.163684965977914, 7.637531365294064, 7.946317165555499 ], "relative wind angle": [ - 0.03218240500540504, + 0.032182405005411946, 0.0766242239484506, - 0.07976181800919854, + 0.07976181800919994, 0.032607281693502445, - 0.037559310496434135, + 0.03755931049643118, 0.08134996550037207, - 0.07443576202697841, + 0.07443576202697842, 0.027830690015972697 ], "resistance": [ - 78950.37349860129, + 78950.3734986012, 76386.50938647952, - 73414.36386320538, + 73414.36386320536, 71717.24143446976, - 71772.00374173926, + 71772.00374173927, 73613.2813693374, 76616.85767199217, 79080.26399420752 ], "fuel": [ - 51.19614399623657, + 51.19614399623653, 50.056365006668344, 48.7656951464837, 48.043454169385875, @@ -353138,9 +254747,9 @@ ], "ice resistance": 88527.21312447681, "wind resistance": [ - 3842.819439243798, + 3842.8194392436963, 1062.8187357544375, - -2188.356840992994, + -2188.3568409930085, -4074.972018300323, -4039.4403301080456, -2059.94933776831, @@ -353148,9 +254757,9 @@ 3926.9320765940683 ], "relative wind speed": [ - 7.989638122167726, + 7.989638122167725, 7.636692420539584, - 7.117156393916597, + 7.117156393916596, 6.732681024177869, 6.742668148060569, 7.139945374590736, @@ -353158,19 +254767,19 @@ 7.99805584531276 ], "relative wind angle": [ - 0.033970567016355056, + 0.03397056701636486, 0.08299144063241509, - 0.08777570632325753, - 0.03703552081728792, + 0.08777570632325879, + 0.03703552081728791, 0.04025611804091588, 0.08878011861001814, - 0.08156295497249254, + 0.08156295497249255, 0.03117404242033985 ], "resistance": [ - 92370.03256372061, + 92370.03256372051, 89590.03186023125, - 86338.85628348382, + 86338.8562834838, 84452.24110617649, 84487.77279436876, 86467.2637867085, @@ -353178,9 +254787,9 @@ 92454.14520107087 ], "fuel": [ - 57.560992614295806, + 57.560992614295756, 56.187427053508486, - 54.617541460510566, + 54.61754146051056, 53.72459125488385, 53.74128631938456, 54.6787991685913, @@ -353218,9 +254827,9 @@ ], "ice resistance": 92530.02861352045, "wind resistance": [ - 3494.6870189195906, + 3494.6870189194997, 732.7942115872247, - -2324.6629137825075, + -2324.6629137825257, -3949.427028871378, -3786.3873616190467, -1733.7115327344363, @@ -353228,7 +254837,7 @@ 3881.0878633588 ], "relative wind speed": [ - 7.9434123497663816, + 7.943412349766381, 7.583236337056431, 7.086298046285224, 6.745260332289634, @@ -353238,9 +254847,9 @@ 7.982273502989987 ], "relative wind angle": [ - 0.03756496784143794, + 0.037564967841446806, 0.08168251381845497, - 0.0814712971690881, + 0.08147129716909084, 0.029185462780697655, 0.043943559133354126, 0.08614929726075606, @@ -353248,9 +254857,9 @@ 0.024661589396075795 ], "resistance": [ - 96024.71563244004, + 96024.71563243995, 93262.82282510768, - 90205.36569973794, + 90205.36569973793, 88580.60158464908, 88743.6412519014, 90796.31708078602, @@ -353258,9 +254867,9 @@ 96411.11647687925 ], "fuel": [ - 59.4104818473958, + 59.41048184739576, 58.008210469566976, - 56.488978042452075, + 56.48897804245206, 55.695796271760756, 55.77494602229665, 56.77990642976058, @@ -353298,17 +254907,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3999.4058709669807, + 3999.405870966919, 1120.6089187741563, - -2245.4214012874545, + -2245.4214012874727, -4203.591580480603, - -4169.341703381546, + -4169.34170338156, -2122.217157501269, 1263.4194692749152, 4080.3433562209975 ], "relative wind speed": [ - 7.88388869570229, + 7.883888695702289, 7.513157823275154, 6.964500334888114, 6.555832317324964, @@ -353318,29 +254927,29 @@ 7.892083589450611 ], "relative wind angle": [ - 0.03627024560798177, - 0.08910535156873112, - 0.09485432675710005, - 0.04032167212835974, - 0.04355650670660697, - 0.09583710356778397, - 0.08766620681455352, + 0.036270245607987896, + 0.08910535156873113, + 0.0948543267571024, + 0.040321672128359735, + 0.043556506706609516, + 0.09583710356778398, + 0.08766620681455353, 0.03349177771745057 ], "resistance": [ - 100633.90587096699, + 100633.90587096693, 97755.10891877417, - 94389.07859871256, + 94389.07859871254, 92430.90841951942, - 92465.15829661847, + 92465.15829661845, 94512.28284249874, 97897.91946927493, 100714.84335622101 ], "fuel": [ - 60.96614329341372, + 60.96614329341369, 59.45576906728962, - 57.728874309665855, + 57.72887430966584, 56.743659742065965, 56.760769292413606, 57.79133918816224, @@ -353378,9 +254987,9 @@ ], "ice resistance": 82579.78988667764, "wind resistance": [ - 3233.2307065550485, + 3233.2307065550012, -80.98227128282815, - -3203.7090554570605, + -3203.709055457064, -4374.381296897638, -3777.7143716785977, -1047.9182096949771, @@ -353388,9 +254997,9 @@ 4645.998266855535 ], "relative wind speed": [ - 7.931029046333996, + 7.931029046333994, 7.472327301419395, - 6.935648195803315, + 6.9356481958033145, 6.650820503603468, 6.818588238078752, 7.318380421563351, @@ -353398,17 +255007,17 @@ 8.072233515149765 ], "relative wind angle": [ - 0.056503412468459115, - 0.09526111043747992, - 0.08043318654844041, - 0.011627616342972059, - 0.06573420971762681, + 0.05650341246846305, + 0.09526111043747991, + 0.08043318654844042, + 0.011627616342972057, + 0.06573420971762682, 0.09727126769914243, 0.0712397639983533, 0.009580078345618649 ], "resistance": [ - 85813.02059323268, + 85813.02059323264, 82498.8076153948, 79376.08083122058, 78205.40858978, @@ -353418,7 +255027,7 @@ 87225.78815353317 ], "fuel": [ - 54.367327888998034, + 54.36732788899801, 52.81397170972454, 51.3877622382867, 50.86244497158229, @@ -353458,9 +255067,9 @@ ], "ice resistance": 88496.48499280798, "wind resistance": [ - 3088.7843117947123, + 3088.784311794683, -146.17666067264872, - -3160.9400006846117, + -3160.9400006846226, -4253.303023936005, -3646.6003828768407, -964.5670061563142, @@ -353468,9 +255077,9 @@ 4526.406744667871 ], "relative wind speed": [ - 7.908808567775804, + 7.908808567775802, 7.458671323892085, - 6.939027140721405, + 6.939027140721404, 6.669848500009749, 6.840174396850145, 7.328400973145374, @@ -353478,19 +255087,19 @@ 8.052972105251941 ], "relative wind angle": [ - 0.05601333868366541, - 0.09285624406763827, - 0.07721834897106557, - 0.009808781525913435, + 0.05601333868366739, + 0.09285624406763826, + 0.07721834897106701, + 0.009808781525913433, 0.06477567935686585, 0.09451175429851896, 0.06848522413061461, - 0.008124051153365423 + 0.008124051153365425 ], "resistance": [ - 91585.2693046027, + 91585.26930460267, 88350.30833213533, - 85335.54499212337, + 85335.54499212335, 84243.18196887197, 84849.88460993113, 87531.91798665166, @@ -353498,7 +255107,7 @@ 93022.89173747585 ], "fuel": [ - 57.17033715581299, + 57.17033715581298, 55.58416591363272, 54.14101727087675, 53.62645700854095, @@ -353538,17 +255147,17 @@ ], "ice resistance": 65383.357701078945, "wind resistance": [ - 3911.937801083037, + 3911.9378010830224, 788.980116166149, - -2628.2683646906225, + -2628.2683646906335, -4417.172503056157, - -4206.709101748998, + -4206.709101749013, -1870.694971696048, 1667.0553306451766, 4409.432084651988 ], "relative wind speed": [ - 8.012168753399251, + 8.01216875339925, 7.605829486415603, 7.0475933203253165, 6.666814143738554, @@ -353560,29 +255169,29 @@ "relative wind angle": [ 0.042820776407134054, 0.09186074678224437, - 0.09146464761405977, - 0.03190138651036005, - 0.05101443479664878, + 0.09146464761406098, + 0.03190138651036004, + 0.05101443479665096, 0.09729241714766605, 0.08336023330375512, 0.026380465565076196 ], "resistance": [ - 69295.29550216199, + 69295.29550216197, 66172.33781724509, - 62755.08933638832, + 62755.08933638831, 60966.18519802279, - 61176.64859932994, + 61176.64859932993, 63512.66272938289, 67050.41303172412, 69792.78978573093 ], "fuel": [ - 47.03131239533349, + 47.03131239533348, 45.758432506981464, - 44.40718503009802, + 44.40718503009801, 43.71714466548364, - 43.79770938944905, + 43.79770938944904, 44.70299573042698, 46.11265795560989, 47.23743615521953 @@ -353618,51 +255227,51 @@ ], "ice resistance": 66417.66300895241, "wind resistance": [ - 3560.2364052671874, + 3560.236405267133, 540.5152629439508, -2649.434365797042, -4210.910595519395, - -3921.6842883047757, + -3921.6842883048084, -1604.3359709857468, - 1751.3751646717574, + 1751.37516467175, 4244.924452838641 ], "relative wind speed": [ - 7.9621916541948305, + 7.962191654194829, 7.562019256663653, 7.035191706443942, 6.69557164679525, - 6.776877713364505, + 6.776877713364506, 7.220694720168858, - 7.734897874801496, + 7.734897874801497, 8.03068414287711 ], "relative wind angle": [ - 0.04409641154350117, + 0.04409641154350621, 0.08841678286713815, 0.08443840184547044, 0.025596331941840345, - 0.051815515602411585, + 0.051815515602415874, 0.0926079884496791, - 0.07678422346758888, - 0.021340195322048415 + 0.07678422346759034, + 0.02134019532204841 ], "resistance": [ - 69977.8994142196, + 69977.89941421954, 66958.17827189637, 63768.228643155366, 62206.752413433016, - 62495.97872064763, + 62495.9787206476, 64813.327037966665, 68169.03817362417, 70662.58746179106 ], "fuel": [ - 47.314366583349944, + 47.31436658334992, 46.07531455872132, 44.80326863003458, 44.194407456878764, - 44.306499884407806, + 44.30649988440779, 45.21584863378096, 46.56807954872649, 47.60002675979191 @@ -353685,68 +255294,7 @@ "id": "6120", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79234.87522970005, - "wind resistance": [ - 3634.038808108813, - 966.6931781824605, - -2129.8356183269825, - -3904.288595417551, - -3851.829722180042, - -1939.724782899255, - 1186.8917237971473, - 3758.355039876569 - ], - "relative wind speed": [ - 7.957954842158519, - 7.617130957647326, - 7.121280343432009, - 6.75913094489579, - 6.773843613424172, - 7.154950631766257, - 7.648618753684258, - 7.970454907890376 - ], - "relative wind angle": [ - 0.033246180582799045, - 0.07963699436355326, - 0.08328920425182759, - 0.03431182350900628, - 0.03906056289724527, - 0.08479320237553344, - 0.07753481715118168, - 0.029095619495771732 - ], - "resistance": [ - 82868.91403780886, - 80201.5684078825, - 77105.03961137307, - 75330.58663428249, - 75383.04550752, - 77295.15044680079, - 80421.7669534972, - 82993.23026957661 - ], - "fuel": [ - 52.98541157783669, - 51.761250124973515, - 50.373324396375054, - 49.594060433279964, - 49.616930061659424, - 50.45750783334358, - 51.86130630013855, - 53.043111420942076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -54.21875, -66.09375 -54.0625, -65.9375 -54.0625, -65.9375 -54.21875, -66.09375 -54.21875))", @@ -353765,68 +255313,7 @@ "id": "6121", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 72452.53051270563, - "wind resistance": [ - 4292.706426163539, - 1496.2540717874763, - -2000.3879183056488, - -4224.510825705602, - -4357.437302059145, - -2479.018160009029, - 941.5121614454183, - 3978.4633836395806 - ], - "relative wind speed": [ - 8.048661129218777, - 7.706052842626449, - 7.158745654964484, - 6.718619159591671, - 6.681147103362304, - 7.073572094522865, - 7.6269937221221635, - 8.017407883981672 - ], - "relative wind angle": [ - 0.02921820153160709, - 0.08444998259362, - 0.09570871262433443, - 0.04727034121699891, - 0.03520091781718439, - 0.09202154659268451, - 0.0898164419935353, - 0.039608335680694697 - ], - "resistance": [ - 76745.23693886917, - 73948.78458449311, - 70452.14259439998, - 68228.01968700004, - 68095.09321064649, - 69973.5123526966, - 73394.04267415105, - 76430.99389634522 - ], - "fuel": [ - 50.21436743213833, - 48.995346326159186, - 47.51204091891155, - 46.59222169403514, - 46.53783089432315, - 47.31254187234454, - 48.75698370235847, - 50.07593230938422 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -54.375, -66.25 -54.21875, -66.09375 -54.21875, -66.09375 -54.375, -66.25 -54.375))", @@ -353845,68 +255332,7 @@ "id": "6122", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 52923.025958259095, - "wind resistance": [ - 3409.6873599654937, - 362.1902397452541, - -2756.9374332895422, - -4188.096786062593, - -3822.282925247033, - -1433.822106479638, - 1895.024079108949, - 4276.035745298028 - ], - "relative wind speed": [ - 7.94355972259626, - 7.534277943582686, - 7.013775499917058, - 6.694699251086606, - 6.797459557463828, - 7.248465587326282, - 7.753228407481178, - 8.030354876299699 - ], - "relative wind angle": [ - 0.04670269274751617, - 0.08877212310751528, - 0.08189928869469823, - 0.021435544402837067, - 0.05458436317531015, - 0.09228225297477417, - 0.07407318557305856, - 0.017869841764765932 - ], - "resistance": [ - 56332.71331822459, - 53285.216198004346, - 50166.08852496956, - 48734.9291721965, - 49100.74303301206, - 51489.20385177946, - 54818.05003736804, - 57199.06170355712 - ], - "fuel": [ - 41.985224328407966, - 40.889667535962204, - 39.80414621596994, - 39.31818906323117, - 39.441677867691666, - 40.2601966547233, - 41.43639240697052, - 42.30297991325189 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -54.375, -66.09375 -54.21875, -65.9375 -54.21875, -65.9375 -54.375, -66.09375 -54.375))", @@ -353925,68 +255351,7 @@ "id": "6123", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 35758.08298161714, - "wind resistance": [ - 4623.866157598564, - 1947.7867486310424, - -1677.520308246112, - -4203.714573309673, - -4537.023094088701, - -2876.1973412400293, - 558.3003905872029, - 3836.210580825613 - ], - "relative wind speed": [ - 8.086638254161473, - 7.772499669756639, - 7.218604945875209, - 6.734041210380679, - 6.639983641863877, - 7.005094567635794, - 7.574618383342724, - 8.008482377753122 - ], - "relative wind angle": [ - 0.02212039584655136, - 0.08218948521026291, - 0.10040166192735969, - 0.0572250255057659, - 0.026940832998980976, - 0.09121711620431798, - 0.09566788969119716, - 0.048110739902024836 - ], - "resistance": [ - 40381.94913921571, - 37705.86973024818, - 34080.56267337102, - 31554.368408307466, - 31221.059887528438, - 32881.885640377106, - 36316.38337220434, - 39594.29356244275 - ], - "fuel": [ - 36.633948364777886, - 35.828899544970355, - 34.780795864898025, - 34.07936633062154, - 33.98859229657417, - 34.445007561641305, - 35.42140855183136, - 36.39422940995968 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -54.21875, -65.9375 -54.0625, -65.78125 -54.0625, -65.78125 -54.21875, -65.9375 -54.21875))", @@ -354018,47 +255383,47 @@ ], "ice resistance": 51941.00055694161, "wind resistance": [ - 4318.844649805782, + 4318.844649805738, 1239.932803378957, - -2377.1430531535734, + -2377.1430531535807, -4498.438302791463, -4475.943537216484, -2296.394827163731, - 1333.5522755215025, + 1333.5522755214988, 4371.9615397074995 ], "relative wind speed": [ - 8.063133164563887, + 8.063133164563885, 7.676077998768903, - 7.098707209328248, + 7.098707209328247, 6.664802822229591, 6.671159993001365, 7.1131089291903855, - 7.689398418468324, + 7.689398418468323, 8.068388650933498 ], "relative wind angle": [ - 0.03680133234050442, - 0.09162215653118172, + 0.03680133234050744, + 0.0916221565311817, 0.09828259084444767, 0.04243929794836748, - 0.04448475774305937, - 0.09889647321699221, + 0.044484757743059364, + 0.09889647321699223, 0.09071097944269901, 0.03505316626723465 ], "resistance": [ - 56259.84520674739, + 56259.84520674735, 53180.93336032057, - 49563.85750378804, + 49563.85750378803, 47442.56225415015, 47465.05701972512, 49644.605729777875, - 53274.552832463116, + 53274.55283246311, 56312.962096649106 ], "fuel": [ - 41.95862540391151, + 41.9586254039115, 40.852789996711316, 39.59872694422479, 38.88590822225489, @@ -354098,17 +255463,17 @@ ], "ice resistance": 48239.78862955593, "wind resistance": [ - 3922.7494761276503, + 3922.7494761276103, 956.0909018214625, - -2408.2922216145525, + -2408.2922216145744, -4274.721312804297, -4161.205333293943, -1999.08670219516, - 1430.3114092885771, + 1430.311409288588, 4191.219132778049 ], "relative wind speed": [ - 8.00739074718925, + 8.007390747189248, 7.62667908189778, 7.083635263377898, 6.695725134555593, @@ -354118,33 +255483,33 @@ 8.034143596288823 ], "relative wind angle": [ - 0.03828518313661532, + 0.03828518313661822, 0.08790449195018535, - 0.09053001752112842, + 0.09053001752113088, 0.03527079938289932, 0.045572162287403246, 0.09369761438859128, - 0.08332758340599275, - 0.029393128791608155 + 0.08332758340599142, + 0.02939312879160816 ], "resistance": [ - 52162.538105683576, + 52162.53810568354, 49195.87953137739, - 45831.49640794138, + 45831.496407941355, 43965.067316751636, 44078.58329626199, 46240.70192736077, - 49670.10003884451, + 49670.10003884452, 52431.007762333975 ], "fuel": [ - 40.4947820816128, + 40.49478208161278, 39.47387495049561, - 38.35572933413001, + 38.355729334130004, 37.753589753341515, 37.78984159214178, 38.48947803847234, - 39.634867927378416, + 39.63486792737842, 40.58878565007974 ] }, @@ -354165,68 +255530,7 @@ "id": "6126", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 24947.5057832137, - "wind resistance": [ - 4753.047780443812, - 1853.3768041321237, - -1924.674015678247, - -4452.800488517147, - -4707.390102057729, - -2837.2384268859823, - 795.1729302175154, - 4152.172683053264 - ], - "relative wind speed": [ - 8.111924255724196, - 7.766079403056661, - 7.182449576118265, - 6.688851359350742, - 6.616814384513594, - 7.019512692141216, - 7.615639553985672, - 8.052627845754717 - ], - "relative wind angle": [ - 0.026841611808398103, - 0.0880318449958034, - 0.10431585056117287, - 0.0560763476039561, - 0.03290862726095637, - 0.09742284345291753, - 0.09836239831414474, - 0.04657179801061909 - ], - "resistance": [ - 29700.55356365751, - 26800.882587345823, - 23022.831767535452, - 20494.705294696552, - 20240.11568115597, - 22110.267356327717, - 25742.678713431214, - 29099.678466266963 - ], - "fuel": [ - 33.57973832077674, - 32.82388264146118, - 31.885998886069913, - 31.288065087929105, - 31.22916952228664, - 31.66742291437726, - 32.55583352147627, - 33.42053860999097 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -54.375, -65.78125 -54.21875, -65.625 -54.21875, -65.625 -54.375, -65.78125 -54.375))", @@ -354258,17 +255562,17 @@ ], "ice resistance": 32336.767804262596, "wind resistance": [ - 4304.738665689325, - 1199.444303674798, - -2420.0617743597104, + 4304.738665689314, + 1199.4443036747944, + -2420.0617743597177, -4519.003376263852, -4475.298701408952, -2263.201985083433, - 1381.310634231486, + 1381.3106342314932, 4407.9326945594985 ], "relative wind speed": [ - 8.062353935956383, + 8.06235393595638, 7.670641615502638, 7.091397083600014, 6.660181736217093, @@ -354279,22 +255583,22 @@ ], "relative wind angle": [ 0.037703773721373186, - 0.0922605345399685, - 0.09823549300152147, + 0.09226053453996852, + 0.09823549300152261, 0.0415876528401213, 0.04556204568138635, - 0.09942719291366123, - 0.09048991827765812, + 0.09942719291366124, + 0.09048991827765691, 0.0343082952695978 ], "resistance": [ - 36641.50646995192, + 36641.50646995191, 33536.21210793739, - 29916.706029902885, + 29916.706029902878, 27817.764427998743, 27861.469102853644, 30073.565819179163, - 33718.07843849408, + 33718.07843849409, 36744.700498822094 ], "fuel": [ @@ -354338,54 +255642,54 @@ ], "ice resistance": 82923.6154067313, "wind resistance": [ - 3481.9937641143842, + 3481.993764114315, 313.63019941129096, - -2889.6883191980087, + -2889.6883191980123, -4323.113652603744, -3913.9396878616462, -1412.3509880993552, 2025.4408899032824, - 4450.410446759495 + 4450.410446759612 ], "relative wind speed": [ - 7.957857054247406, + 7.957857054247405, 7.530980335938037, - 6.9938484017300295, + 6.993848401730029, 6.670262348319244, 6.785365260704036, 7.2562390945116295, 7.775265600005099, - 8.054580735308262 + 8.05458073530826 ], "relative wind angle": [ - 0.049273488670473646, + 0.04927348867048042, 0.0920544910594202, 0.08404147285853475, 0.020686867014396718, - 0.05779659878772639, + 0.05779659878772638, 0.09555037813012655, 0.07557824676836451, - 0.017131088765344134 + 0.017131088765331173 ], "resistance": [ - 86405.60917084568, + 86405.60917084562, 83237.24560614259, 80033.92708753329, 78600.50175412756, 79009.67571886966, 81511.26441863195, 84949.05629663459, - 87374.0258534908 + 87374.02585349092 ], "fuel": [ - 54.64937874058404, + 54.64937874058401, 53.15653534588128, 51.685196432615406, 51.039165524644474, 51.22279652582722, 52.359018635856586, 53.958453255644784, - 55.11312281434464 + 55.11312281434469 ] }, { @@ -354405,68 +255709,7 @@ "id": "6129", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64357.37030500425, - "wind resistance": [ - 4052.210026921308, - 824.8611593351816, - -2706.17588903417, - -4557.064597861423, - -4340.2608654211435, - -1927.4503697013606, - 1727.6601963199828, - 4564.28483196926 - ], - "relative wind speed": [ - 8.034523519836506, - 7.615507418236649, - 7.038434409184833, - 6.64364556334352, - 6.704886283204154, - 7.17726375607639, - 7.743998277963919, - 8.08523604418394 - ], - "relative wind angle": [ - 0.0441020926380341, - 0.09483317129486198, - 0.09470718055737455, - 0.03314626088049583, - 0.05285539803022976, - 0.10064274309517691, - 0.08605586447386808, - 0.02723469132908983 - ], - "resistance": [ - 68409.58033192556, - 65182.231464339435, - 61651.19441597008, - 59800.305707142834, - 60017.10943958311, - 62429.919935302896, - 66085.03050132423, - 68921.65513697351 - ], - "fuel": [ - 46.66661883547719, - 45.36245384073939, - 43.979968823436316, - 43.273835175187756, - 43.35588895729017, - 44.28087074082341, - 45.7233685648269, - 46.877109854799066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -54.0625, -65.625 -53.90625, -65.46875 -53.90625, -65.46875 -54.0625, -65.625 -54.0625))", @@ -354498,9 +255741,9 @@ ], "ice resistance": 84077.78739947226, "wind resistance": [ - 3556.8951891217403, + 3556.8951891216784, 291.6951629691612, - -2988.0329407195713, + -2988.0329407195823, -4436.3891754042415, -3999.0176263169596, -1411.327041452234, @@ -354508,9 +255751,9 @@ 4591.466728612821 ], "relative wind speed": [ - 7.971531444710711, + 7.971531444710709, 7.531085281757653, - 6.979579456899948, + 6.979579456899947, 6.650191558667829, 6.773380107913212, 7.259941193920186, @@ -354518,19 +255761,19 @@ 8.074586298585777 ], "relative wind angle": [ - 0.05112596997005109, + 0.05112596997005543, 0.09472563235199401, - 0.08607107730861531, + 0.0860710773086166, 0.020482876894327644, - 0.060179813064453906, + 0.06017981306445391, 0.09827466816345427, - 0.07708184421048958, + 0.07708184421048957, 0.016869222225833674 ], "resistance": [ - 87634.682588594, + 87634.68258859395, 84369.48256244142, - 81089.7544587527, + 81089.75445875268, 79641.39822406802, 80078.7697731553, 82666.46035802003, @@ -354538,9 +255781,9 @@ 88669.25412808509 ], "fuel": [ - 55.238539117229195, + 55.238539117229166, 53.68572420031144, - 52.165937465455215, + 52.1659374654552, 51.50752730113578, 51.705529929698585, 52.891568287959494, @@ -354565,68 +255808,7 @@ "id": "6131", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 55894.98016605088, - "wind resistance": [ - 3842.338291980359, - 669.4193295146506, - -2729.275972316984, - -4441.9491623059475, - -4173.9538187048565, - -1764.5484982589478, - 1787.5948279932745, - 4475.857587012066 - ], - "relative wind speed": [ - 8.005098884325225, - 7.588530028280705, - 7.0293284381148835, - 6.659356614917175, - 6.7349222557635775, - 7.201041448907689, - 7.747859552683818, - 8.068070117095127 - ], - "relative wind angle": [ - 0.04506236234679111, - 0.09298527866032946, - 0.09058133869250341, - 0.029230777101806184, - 0.05356841608913857, - 0.0980044898916075, - 0.08216095794003386, - 0.024125884997576664 - ], - "resistance": [ - 59737.31845803124, - 56564.399495565536, - 53165.704193733894, - 51453.03100374494, - 51721.02634734602, - 54130.431667791934, - 57682.57499404416, - 60370.83775306295 - ], - "fuel": [ - 43.25002915816647, - 42.06992762551272, - 40.847407892904556, - 40.247642011699085, - 40.340771727824865, - 41.190054204613034, - 42.48153518561466, - 43.49014011047363 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -53.90625, -65.3125 -53.75, -65.15625 -53.75, -65.15625 -53.90625, -65.3125 -53.90625))", @@ -354645,68 +255827,7 @@ "id": "6132", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 60091.48110113505, - "wind resistance": [ - 3859.356663821545, - 559.5987699864272, - -2895.4005004513856, - -4564.3981779218775, - -4227.21699326142, - -1683.2790857943728, - 1964.7299889916976, - 4656.047705510628 - ], - "relative wind speed": [ - 8.012365381448644, - 7.575651779257697, - 7.002529093586602, - 6.635287231888672, - 6.730468636314708, - 7.218497571495214, - 7.775718189577463, - 8.091363940683165 - ], - "relative wind angle": [ - 0.048452270382848175, - 0.09627991956972262, - 0.09178788893287716, - 0.027048007995929102, - 0.05769000260106414, - 0.1010595182390481, - 0.08263884175145124, - 0.02217971342482187 - ], - "resistance": [ - 63950.837764956595, - 60651.079871121474, - 57196.080600683665, - 55527.082923213165, - 55864.26410787363, - 58408.20201534068, - 62056.211090126744, - 64747.52880664567 - ], - "fuel": [ - 44.87506534109853, - 43.59683146396044, - 42.30188172839788, - 41.692244750031946, - 41.814571871964375, - 42.75113235659452, - 44.136186896747006, - 45.18975317100583 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -53.90625, -65.15625 -53.75, -65 -53.75, -65 -53.90625, -65.15625 -53.90625))", @@ -354738,11 +255859,11 @@ ], "ice resistance": 61260.41793163833, "wind resistance": [ - 4132.125167121525, + 4132.125167121405, 1201.2647073678381, - -2261.1188402269036, + -2261.118840226911, -4304.271954761898, - -4294.959619926369, + -4294.959619926351, -2227.5924266792936, 1240.1229689659485, 4154.138398635667 @@ -354750,7 +255871,7 @@ "relative wind speed": [ 8.033156817934401, 7.664380083801323, - 7.112747227735262, + 7.1127472277352615, 6.697165702610883, 6.699791127513006, 7.118713896825577, @@ -354758,29 +255879,29 @@ 8.035345740265345 ], "relative wind angle": [ - 0.03482880876272643, - 0.08747109062193206, - 0.09393701278659349, + 0.03482880876273919, + 0.08747109062193205, + 0.09393701278659466, 0.04091841683867773, - 0.041763996882058084, - 0.09419514143515025, + 0.04176399688205542, + 0.09419514143515026, 0.08709509917644599, 0.03410109121593312 ], "resistance": [ - 65392.54309875985, + 65392.543098759736, 62461.68263900617, - 58999.29909141143, + 58999.29909141142, 56956.14597687643, - 56965.45831171196, + 56965.45831171198, 59032.82550495904, 62500.540900604276, 65414.556330274 ], "fuel": [ - 45.44625980094085, + 45.44625980094081, 44.293191842488866, - 42.972194764179065, + 42.97219476417906, 42.213602553044836, 42.21702484581476, 42.98477215677275, @@ -354818,17 +255939,17 @@ ], "ice resistance": 52409.769325290436, "wind resistance": [ - 4144.94645634733, + 4144.946456347287, 936.8312771289384, - -2636.374001981272, + -2636.3740019812794, -4567.319500475427, -4398.9558613827685, - -2031.9668517636346, - 1637.5778777150808, + -2031.9668517636383, + 1637.5778777150954, 4542.522967279496 ], "relative wind speed": [ - 8.045771388426953, + 8.045771388426951, 7.632686070973205, 7.0521808946115545, 6.644857607480297, @@ -354838,33 +255959,33 @@ 8.085110232278705 ], "relative wind angle": [ - 0.042463087166550936, + 0.04246308716655355, 0.09453801248405919, - 0.09620397043868567, + 0.09620397043868682, 0.035747452739745625, 0.05105675299154703, - 0.10080009755577496, - 0.08771816720460476, + 0.10080009755577497, + 0.0877181672046035, 0.02937749794987161 ], "resistance": [ - 56554.715781637766, + 56554.71578163772, 53346.60060241938, 49773.39532330916, 47842.449824815005, 48010.81346390767, 50377.8024735268, - 54047.34720300551, + 54047.34720300553, 56952.29229256993 ], "fuel": [ - 42.06638330880567, + 42.066383308805655, 40.911393822900266, 39.67004660121063, 39.019001692075825, 39.07521569618066, 39.87668184773977, - 41.160408461137045, + 41.16040846113705, 42.21218641443936 ] }, @@ -354898,19 +256019,19 @@ ], "ice resistance": 58607.4516831602, "wind resistance": [ - 4375.387290070208, + 4375.387290070194, 1554.0464019611645, - -1995.7363551222734, + -1995.7363551222807, -4272.001270470584, - -4423.099577942154, + -4423.099577942172, -2539.31678988786, 923.9666015935327, 4018.301775544085 ], "relative wind speed": [ - 8.060310345808038, + 8.060310345808036, 7.716102791094297, - 7.161575622941695, + 7.161575622941694, 6.712015746207665, 6.6693903836748705, 7.064780865523128, @@ -354919,30 +256040,30 @@ ], "relative wind angle": [ 0.028963705871963896, - 0.08525886509930522, + 0.0852588650993052, 0.09731267915270746, 0.04873167327299452, - 0.03500642288805484, - 0.09314095617247364, + 0.03500642288805801, + 0.09314095617247366, 0.09136503749677813, 0.04075451196191839 ], "resistance": [ - 62982.838973230406, + 62982.83897323039, 60161.49808512136, - 56611.71532803793, + 56611.71532803792, 54335.45041268962, - 54184.352105218044, + 54184.35210521803, 56068.13489327234, 59531.41828475373, 62625.75345870429 ], "fuel": [ - 44.49589023259, + 44.49589023258999, 43.4106328070814, 42.08725061622688, 41.263317764524956, - 41.209307544012056, + 41.20930754401205, 41.888740080024675, 43.17231223869179, 44.35689649537214 @@ -354965,68 +256086,7 @@ "id": "6136", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 18860.47232142323, - "wind resistance": [ - 4661.342159955904, - 1367.207089196345, - -2510.900308586424, - -4798.67790026759, - -4784.570897595833, - -2460.503007266434, - 1425.6691293421245, - 4694.594809849186 - ], - "relative wind speed": [ - 8.115688064749973, - 7.704330178836741, - 7.0856490052249175, - 6.61616646062128, - 6.620169134264306, - 7.094669028647947, - 7.712626680019337, - 8.118951502253296 - ], - "relative wind angle": [ - 0.03883678870478974, - 0.09776963611469877, - 0.10582661502017957, - 0.046330406760801926, - 0.04761617643253401, - 0.10620166411026, - 0.09719530873010787, - 0.03775029631167329 - ], - "resistance": [ - 23521.814481379133, - 20227.679410619574, - 16349.572012836805, - 14061.794421155639, - 14075.901423827396, - 16399.969314156795, - 20286.141450765354, - 23555.067131272415 - ], - "fuel": [ - 32.006824866291836, - 31.22629875229981, - 30.359153753513553, - 29.873851444197456, - 29.876784262615566, - 30.37006368583531, - 31.239799047945127, - 32.0149097445903 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -54.53125, -65.78125 -54.375, -65.625 -54.375, -65.625 -54.53125, -65.78125 -54.53125))", @@ -355058,54 +256118,54 @@ ], "ice resistance": 23018.019361835763, "wind resistance": [ - 4438.535277509116, + 4438.535277509058, 1097.8643797148907, - -2680.2061625739334, + -2680.206162573948, -4777.64544699655, - -4647.078370472402, + -4647.078370472391, -2213.1710466941513, - 1639.5593785132878, - 4746.448531865972 + 1639.5593785132805, + 4746.448531865921 ], "relative wind speed": [ - 8.088920577780089, + 8.088920577780087, 7.663345654304998, - 7.052454720785304, + 7.052454720785303, 6.612674352059774, 6.649682308082197, 7.135968350175063, - 7.740270881779822, - 8.119202474730281 + 7.740270881779823, + 8.119202474730283 ], "relative wind angle": [ - 0.04273251731642066, + 0.042732517316425855, 0.09851808310519776, - 0.10233005566267253, + 0.10233005566267361, 0.04009576890212933, - 0.05198901929921246, - 0.10582532441966946, - 0.09320907110525234, - 0.03265300201877304 + 0.05198901929921032, + 0.10582532441966948, + 0.09320907110525353, + 0.03265300201877984 ], "resistance": [ - 27456.55463934488, + 27456.55463934482, 24115.883741550653, - 20337.81319926183, + 20337.813199261815, 18240.373914839212, - 18370.94099136336, + 18370.94099136337, 20804.84831514161, - 24657.57874034905, - 27764.467893701734 + 24657.578740349043, + 27764.467893701683 ], "fuel": [ - 32.99205888449543, + 32.992058884495414, 32.15188367062497, 31.251741889290006, 30.774946043361894, - 30.804149122697048, + 30.80414912269705, 31.36013798462381, 32.28529848291093, - 33.07158894427639 + 33.071588944276385 ] }, { @@ -355125,68 +256185,7 @@ "id": "6138", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 9016.581209748343, - "wind resistance": [ - 5486.211329613681, - 2456.6120653654543, - -1751.463697708823, - -4770.78572944165, - -5238.611140294393, - -3417.225969759027, - 523.4786057507481, - 4384.5770719756365 - ], - "relative wind speed": [ - 8.210283957137568, - 7.864845191619675, - 7.228408113686577, - 6.649665708891047, - 6.516535690904673, - 6.92951731215976, - 7.591055012951428, - 8.102835678184736 - ], - "relative wind angle": [ - 0.022232603753807253, - 0.09270655808801055, - 0.11746558867978897, - 0.07073246708135854, - 0.02801255672683258, - 0.10526347545091856, - 0.11182980470018254, - 0.05803141731847193 - ], - "resistance": [ - 14502.792539362024, - 11473.193275113797, - 7265.11751203952, - 4245.795480306693, - 3777.9700694539497, - 5599.355239989316, - 9540.059815499091, - 13401.15828172398 - ], - "fuel": [ - 29.96588435404464, - 29.348221342826903, - 28.54696047083442, - 28.01265057770108, - 27.932897754240813, - 28.247986355553703, - 28.97195071559245, - 29.737335822173158 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -54.6875, -65.78125 -54.53125, -65.625 -54.53125, -65.625 -54.6875, -65.78125 -54.6875))", @@ -355205,68 +256204,7 @@ "id": "6139", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 17851.136880875216, - "wind resistance": [ - 4531.351610754216, - 1019.578395628585, - -2870.802272443132, - -4963.1059120220125, - -4766.787397366774, - -2170.259266373778, - 1832.3370616674583, - 4993.931631281772 - ], - "relative wind speed": [ - 8.107663900936451, - 7.657324775417731, - 7.023601153316669, - 6.57823813755961, - 6.63399620302029, - 7.149090630003895, - 7.772589426398674, - 8.152968941299358 - ], - "relative wind angle": [ - 0.046438864761747085, - 0.10307019614487405, - 0.10524085841463195, - 0.03886062487165991, - 0.0567648197176255, - 0.11042645571431575, - 0.09506724134849834, - 0.031352012232063194 - ], - "resistance": [ - 22382.488491629432, - 18870.7152765038, - 14980.334608432084, - 12888.030968853203, - 13084.349483508442, - 15680.877614501438, - 19683.473942542674, - 22845.068512156988 - ], - "fuel": [ - 31.732300569224186, - 30.916516468089544, - 30.066359807931065, - 29.632422394254604, - 29.67244573884011, - 30.215290429113402, - 31.101238784248203, - 31.84317829198198 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -54.84375, -65.9375 -54.6875, -65.78125 -54.6875, -65.78125 -54.84375, -65.9375 -54.84375))", @@ -355285,68 +256223,7 @@ "id": "6140", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 14206.136334167555, - "wind resistance": [ - 5771.882732651113, - 3799.639033515792, - -275.2154428383001, - -3981.068923729006, - -5245.568687990835, - -4409.231711721044, - -994.5718435989511, - 3189.672835189802 - ], - "relative wind speed": [ - 8.22902226276307, - 8.035940870123113, - 7.469429844834706, - 6.819856573390172, - 6.493671056901192, - 6.731138501633395, - 7.354739219671835, - 7.960786865296253 - ], - "relative wind angle": [ - 0.007016974432502016, - 0.07133133672671965, - 0.11643006499113846, - 0.09610126018071813, - 0.008892216040989165, - 0.0851894150074977, - 0.11825413292423005, - 0.08229433634362412 - ], - "resistance": [ - 19978.01906681867, - 18005.775367683345, - 13930.920891329255, - 10225.067410438549, - 8960.56764617672, - 9796.904622446511, - 13211.564490568604, - 17395.80916935736 - ], - "fuel": [ - 31.16878927762573, - 30.722634315232668, - 29.84667839367591, - 29.103691851179626, - 28.86186571145624, - 29.02114268257298, - 29.698457566428313, - 30.58758005748149 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -54.84375, -65.78125 -54.6875, -65.625 -54.6875, -65.625 -54.84375, -65.78125 -54.84375))", @@ -355365,68 +256242,7 @@ "id": "6141", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 20866.894971308302, - "wind resistance": [ - 5207.655003209671, - 2221.1281575221474, - -1826.6632306823776, - -4657.804283153979, - -5041.042989471531, - -3194.5728762077633, - 634.1287527715103, - 4304.47150527843 - ], - "relative wind speed": [ - 8.173308149963358, - 7.826717980455994, - 7.209482594286626, - 6.663103755289003, - 6.554275679753327, - 6.964479984526498, - 7.601635121678859, - 8.084834206507699 - ], - "relative wind angle": [ - 0.02413700817523732, - 0.09111002919504964, - 0.11256328558385736, - 0.0650513870597761, - 0.03010093743095689, - 0.1024273215990154, - 0.10673361750019926, - 0.053599858948787174 - ], - "resistance": [ - 26074.549974517973, - 23088.02312883045, - 19040.231740625924, - 16209.090688154323, - 15825.851981836771, - 17672.32209510054, - 21501.023724079812, - 25171.366476586732 - ], - "fuel": [ - 32.639449941091975, - 31.90173200897263, - 30.9548409909735, - 30.32879245643358, - 30.24633904164517, - 30.64863198064912, - 31.52322283962657, - 32.412848927767016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -55, -65.9375 -54.84375, -65.78125 -54.84375, -65.78125 -55, -65.9375 -55))", @@ -355445,68 +256261,7 @@ "id": "6142", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23468.956753858653, - "wind resistance": [ - 5977.701818914749, - 4105.186067467348, - -101.49039361858013, - -4018.145233199084, - -5461.113464881491, - -4665.95665235108, - -1189.299686985134, - 3181.928998134481 - ], - "relative wind speed": [ - 8.263094885919106, - 8.08090800221347, - 7.5028619156355045, - 6.821375965095608, - 6.460192270745963, - 6.686684315000274, - 7.32938499081708, - 7.967537336688442 - ], - "relative wind angle": [ - 0.010575728796445433, - 0.07129945045856927, - 0.12044727668883592, - 0.1026904406599875, - 0.013527350745374811, - 0.08619964165173526, - 0.12331247304588294, - 0.08787663836948047 - ], - "resistance": [ - 29446.658572773402, - 27574.142821326, - 23367.466360240072, - 19450.81152065957, - 18007.84328897716, - 18803.000101507572, - 22279.65706687352, - 26650.885751993133 - ], - "fuel": [ - 33.51230584419025, - 33.02238877114505, - 31.969351330828747, - 31.048108582255967, - 30.723094534002456, - 30.901237212976177, - 31.707760653418816, - 32.78563412567732 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -55, -65.78125 -54.84375, -65.625 -54.84375, -65.625 -55, -65.78125 -55))", @@ -355525,68 +256280,7 @@ "id": "6143", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 25938.566103229376, - "wind resistance": [ - 5526.773405174365, - 3357.4097213739515, - -561.5663744002741, - -3972.53699814649, - -4959.36230359511, - -4041.2840081264767, - -677.148152432248, - 3259.519785972636 - ], - "relative wind speed": [ - 8.186040661936454, - 7.971867078094545, - 7.416405595725562, - 6.809959425355062, - 6.5362051564499914, - 6.795776251118986, - 7.397984023081629, - 7.959754530831854 - ], - "relative wind angle": [ - 0.001132225543940571, - 0.07241163922580827, - 0.11145950786863901, - 0.08672581149966008, - 0.0014180163024326642, - 0.0849713450421534, - 0.1117382103859903, - 0.07417319169058083 - ], - "resistance": [ - 31465.33950840374, - 29295.975824603327, - 25376.9997288291, - 21966.029105082886, - 20979.203799634266, - 21897.2820951029, - 25261.417950797128, - 29198.08588920201 - ], - "fuel": [ - 34.05507952604011, - 33.47239913571475, - 32.464173679033294, - 31.63315880074598, - 31.40081292634276, - 31.616855039386177, - 32.43530583780518, - 33.44651930872319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -54.53125, -65.625 -54.375, -65.46875 -54.375, -65.46875 -54.53125, -65.625 -54.53125))", @@ -355618,19 +256312,19 @@ ], "ice resistance": 36260.453998435674, "wind resistance": [ - 3864.817690534066, + 3864.817690534037, 315.6258009520934, - -3234.3818127222476, + -3234.3818127222403, -4794.49529008249, - -4308.661710147298, + -4308.661710147284, -1492.101220129065, - 2335.8982560049553, + 2335.8982560049662, 5011.836123941699 ], "relative wind speed": [ - 8.023069929347882, + 8.02306992934788, 7.545696330835515, - 6.946707869787733, + 6.946707869787732, 6.588807730426878, 6.726232708993763, 7.2577079322303435, @@ -355638,33 +256332,33 @@ 8.136305687362713 ], "relative wind angle": [ - 0.05547474473656293, - 0.10274247809917574, - 0.09365030859050595, + 0.05547474473656493, + 0.10274247809917575, + 0.09365030859050358, 0.02197662537723032, - 0.0661848117437453, + 0.06618481174374362, 0.10683461635645285, - 0.08302845961886111, + 0.08302845961885977, 0.01779625202802424 ], "resistance": [ - 40125.27168896974, + 40125.27168896971, 36576.079799387764, - 33026.07218571343, + 33026.072185713434, 31465.958708353184, - 31951.792288288376, + 31951.79228828839, 34768.35277830661, - 38596.35225444063, + 38596.352254440644, 41272.29012237737 ], "fuel": [ - 36.55557632183219, + 36.555576321832184, 35.497023154788664, 34.48511600791662, 34.05524833999252, 34.18814200945479, 34.97588219161674, - 36.09382637200019, + 36.093826372000194, 36.90769870098525 ] }, @@ -355698,19 +256392,19 @@ ], "ice resistance": 40480.14454580284, "wind resistance": [ - 3459.6724906853415, + 3459.672490685298, -318.05391049666287, - -3733.376218145946, + -3733.376218145957, -4868.439780481418, -4079.3624930989354, -899.9647914623383, - 2967.134732796654, + 2967.1347327966723, 5324.124705161732 ], "relative wind speed": [ - 7.9794895821901255, + 7.979489582190124, 7.451100314835968, - 6.852979004895057, + 6.852979004895056, 6.558755187815074, 6.781761168309436, 7.358372281593384, @@ -355718,27 +256412,27 @@ 8.163777858478229 ], "relative wind angle": [ - 0.06703369342061108, + 0.0670336934206144, 0.10791525919746385, - 0.08773152010633677, + 0.08773152010633804, 0.00711097527185468, - 0.07889529507909579, - 0.10928058057407475, - 0.07590264367586255, + 0.07889529507909578, + 0.10928058057407476, + 0.0759026436758611, 0.005712919606750989 ], "resistance": [ - 43939.81703648818, + 43939.81703648814, 40162.09063530617, - 36746.76832765689, + 36746.768327656886, 35611.704765321425, 36400.7820527039, 39580.1797543405, - 43447.2792785995, + 43447.27927859951, 45804.26925096457 ], "fuel": [ - 37.74553248179498, + 37.745532481794974, 36.56680329271418, 35.54685841844166, 35.21749491795164, @@ -355778,50 +256472,50 @@ ], "ice resistance": 26679.638452710067, "wind resistance": [ - 2800.5245956267063, + 2800.5245956266626, -1124.1377677143755, - -4232.726909123248, - -4929.046527178914, + -4232.72690912327, + -4929.046527178965, -3620.216751848784, -94.04131011554273, - 3672.533234624061, + 3672.5332346240575, 5316.589624959972 ], "relative wind speed": [ - 7.898748926744801, + 7.8987489267448, 7.323191519636725, 6.751304799290154, - 6.554249560249726, + 6.554249560249727, 6.877444075483786, 7.487345162731576, 8.006831778315371, 8.168921857939727 ], "relative wind angle": [ - 0.07975465878814626, - 0.11047536158369968, - 0.07598791897710787, - 0.012598131123158688, + 0.07975465878815044, + 0.1104753615836997, + 0.0759879189771108, + 0.0125981311231675, 0.0916293664277205, 0.10804370725590508, - 0.06405463476560082, - 0.01010788432802445 + 0.06405463476560083, + 0.010107884328024449 ], "resistance": [ - 29480.163048336773, + 29480.16304833673, 25555.50068499569, - 22446.91154358682, - 21750.591925531153, + 22446.911543586797, + 21750.591925531102, 23059.421700861283, 26585.597142594524, - 30352.17168733413, + 30352.171687334125, 31996.22807767004 ], "fuel": [ - 33.52119062638811, + 33.521190626388105, 32.50885395483427, - 31.74769467427805, - 31.58212539244486, + 31.747694674278044, + 31.582125392444844, 31.894827463562017, 32.769011975995056, 33.75390067643042, @@ -355858,50 +256552,50 @@ ], "ice resistance": 39295.70947236481, "wind resistance": [ - 2248.876912514843, + 2248.876912514799, -1638.2499544106831, - -4427.511479227251, - -4857.977050730569, + -4427.511479227262, + -4857.97705073062, -3179.747348405672, 461.14737813356624, 4024.868688167906, 5040.58653137154 ], "relative wind speed": [ - 7.823756212058166, + 7.823756212058164, 7.235279099025249, 6.703563214147317, - 6.5816569413623265, + 6.581656941362327, 6.959836207023427, 7.569756776378046, 8.044421764691597, 8.144462732466154 ], "relative wind angle": [ - 0.08594714310770889, + 0.08594714310771276, 0.10823872635290516, - 0.06475116870129949, - 0.02555553176203229, - 0.09664719032767886, + 0.06475116870130122, + 0.025555531762040982, + 0.09664719032767888, 0.10343855251208735, 0.05394679384353269, 0.02065101107006361 ], "resistance": [ - 41544.58638487966, + 41544.586384879614, 37657.45951795413, - 34868.19799313756, - 34437.73242163424, + 34868.19799313755, + 34437.732421634195, 36115.962123959136, 39756.85685049838, 43320.57816053272, 44336.29600373635 ], "fuel": [ - 36.99200978255795, + 36.992009782557936, 35.81458162140548, 35.00434882669484, - 34.881884587971264, + 34.88188458797124, 35.36322440009148, 36.44351565606514, 37.54867815587978, @@ -355938,9 +256632,9 @@ ], "ice resistance": 34094.03578175582, "wind resistance": [ - 3383.0298395732534, + 3383.0298395732134, -233.65740711514445, - -3548.843468772324, + -3548.8434687723275, -4698.373966962776, -3977.572190696792, -955.1193063887004, @@ -355948,9 +256642,9 @@ 5087.34721982084 ], "relative wind speed": [ - 7.962910965520228, + 7.962910965520227, 7.458821051018615, - 6.881988693538586, + 6.8819886935385854, 6.590674440308182, 6.794023643113019, 7.34388840035458, @@ -355958,19 +256652,19 @@ 8.13201812158885 ], "relative wind angle": [ - 0.0633492757451703, + 0.0633492757451738, 0.1035115133503884, - 0.0852269646371353, + 0.08522696463713529, 0.008767113518894872, 0.07426689121121073, - 0.10513742848653312, - 0.0743451766879364, + 0.10513742848653314, + 0.07434517668793642, 0.0071053625450555125 ], "resistance": [ - 37477.06562132907, + 37477.065621329035, 33860.37837464067, - 30545.192312983494, + 30545.19231298349, 29395.661814793042, 30116.463591059026, 33138.91647536712, @@ -355978,7 +256672,7 @@ 39181.38300157666 ], "fuel": [ - 35.76130467130514, + 35.76130467130513, 34.71871425602774, 33.80579392259258, 33.49879044194715, @@ -356018,54 +256712,54 @@ ], "ice resistance": 25021.630017029358, "wind resistance": [ - 3605.0876842695325, + 3605.0876842694634, 271.81178799014015, - -3059.11244633593, + -3059.1124463359556, -4514.353481314585, -4055.247422862878, -1405.7858187974853, 2188.0670990563995, - 4690.662611451928 + 4690.662611451808 ], "relative wind speed": [ - 7.9805568246957055, + 7.980556824695704, 7.53043664210179, - 6.969087127948714, + 6.969087127948713, 6.636209556521151, 6.765629960285185, 7.263302277270057, 7.803515912379832, - 8.088495454263606 + 8.088495454263608 ], "relative wind angle": [ - 0.052481807369122405, + 0.052481807369128754, 0.09659405996476347, - 0.08741853967355391, + 0.08741853967355645, 0.020226163737024072, 0.061917282010205126, - 0.10015837142894686, - 0.07805071227442124, - 0.016594194822210678 + 0.10015837142894687, + 0.07805071227442126, + 0.01659419482222406 ], "resistance": [ - 28626.71770129889, + 28626.71770129882, 25293.441805019498, - 21962.517570693428, + 21962.517570693402, 20507.276535714773, 20966.38259416648, 23615.844198231873, 27209.697116085757, - 29712.292628481286 + 29712.292628481166 ], "fuel": [ - 33.296174271573335, + 33.29617427157331, 32.44329917493678, - 31.63232559332571, + 31.6323255933257, 31.290979508441175, 31.397818047091487, 32.02969740072838, 32.92855353750797, - 33.58286192405897 + 33.58286192405893 ] }, { @@ -356098,19 +256792,19 @@ ], "ice resistance": 50134.784302087304, "wind resistance": [ - 1687.329636353319, + 1687.3296363532754, -2005.5744010054805, -4409.187386522983, -4597.798427998816, - -2682.452097942645, + -2682.452097942656, 902.5330719934318, 4143.834992907421, 4589.17447762017 ], "relative wind speed": [ - 7.740101513253918, + 7.740101513253917, 7.165380425374233, - 6.691987461600682, + 6.691987461600681, 6.638672883509742, 7.04463273147839, 7.628456273490465, @@ -356118,27 +256812,27 @@ 8.090985360427041 ], "relative wind angle": [ - 0.08774022658020462, + 0.08774022658020843, 0.10156796044543669, - 0.0522071077627916, + 0.052207107762791596, 0.035053946167797015, - 0.0964279490087822, + 0.09642794900878336, 0.09538302577447032, 0.04341030346414066, 0.02875992144554055 ], "resistance": [ - 51822.11393844063, + 51822.11393844058, 48129.20990108182, 45725.596915564325, 45536.98587408849, - 47452.33220414466, + 47452.33220414465, 51037.31737408074, 54278.61929499473, 54723.95877970748 ], "fuel": [ - 40.37596958458571, + 40.37596958458569, 39.11480959497344, 38.32121760639066, 38.25985424912844, @@ -356178,9 +256872,9 @@ ], "ice resistance": 49335.90184525811, "wind resistance": [ - 2859.150783925943, + 2859.150783925932, -697.768885251935, - -3705.3945300623236, + -3705.3945300623454, -4500.218975504311, -3568.456937973795, -467.22064558094644, @@ -356188,9 +256882,9 @@ 4936.108494490236 ], "relative wind speed": [ - 7.8914561866998, + 7.8914561866997985, 7.380110086019701, - 6.842229201545457, + 6.842229201545456, 6.618650120968786, 6.87024582543358, 7.416827729340919, @@ -356199,8 +256893,8 @@ ], "relative wind angle": [ 0.06823669159432594, - 0.10077775179367995, - 0.074895618422465, + 0.10077775179367994, + 0.07489561842246649, 0.0027878799872155502, 0.07839903831821891, 0.10027715962969737, @@ -356208,9 +256902,9 @@ 0.0022770033767057314 ], "resistance": [ - 52195.05262918405, + 52195.052629184036, 48638.13296000617, - 45630.507315195784, + 45630.50731519576, 44835.6828697538, 45767.44490728431, 48868.68119967716, @@ -356218,9 +256912,9 @@ 54272.01033974835 ], "fuel": [ - 40.50615263711885, + 40.506152637118845, 39.285596608333094, - 38.2902642871465, + 38.290264287146485, 38.032851097862206, 38.334850517595484, 39.363282359582975, @@ -356245,68 +256939,7 @@ "id": "6152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 27634.19184184806, - "wind resistance": [ - 3885.6457472590555, - 226.78527927940013, - -3374.555299643267, - -4900.681571052533, - -4356.299347494783, - -1424.6471405546654, - 2488.132280209251, - 5170.394407624222 - ], - "relative wind speed": [ - 8.030194962957284, - 7.535458191353926, - 6.923941947826088, - 6.567889557672719, - 6.72203345772676, - 7.272319767189802, - 7.856767328426927, - 8.156751296203419 - ], - "relative wind angle": [ - 0.05834615816541568, - 0.10563929763634834, - 0.09480092499654069, - 0.0201499512162458, - 0.06971771155760537, - 0.10947677641789623, - 0.0835172881617131, - 0.01622453596029215 - ], - "resistance": [ - 31519.837589107115, - 27860.97712112746, - 24259.636542204793, - 22733.510270795527, - 23277.892494353277, - 26209.544701293395, - 30122.32412205731, - 32804.58624947228 - ], - "fuel": [ - 34.069942930226716, - 33.09658866191354, - 32.1871823153814, - 31.816365577704943, - 31.94764471681726, - 32.67357971297931, - 33.69228740815536, - 34.42353700340611 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -54.84375, -65.46875 -54.6875, -65.3125 -54.6875, -65.3125 -54.84375, -65.46875 -54.84375))", @@ -356338,53 +256971,53 @@ ], "ice resistance": 43121.912138186606, "wind resistance": [ - 1792.4993035435618, + 1792.4993035435218, -2010.8984332464206, - -4513.7543232857715, - -4732.323798157282, - -2793.8193893008647, + -4513.754323285786, + -4732.323798157264, + -2793.8193893008574, 884.5623768553814, - 4239.899650701511, + 4239.899650701533, 4755.625500890143 ], "relative wind speed": [ - 7.758910920617336, + 7.7589109206173354, 7.168709247719267, 6.6767496916401825, - 6.614870394192728, + 6.614870394192727, 7.028851918483259, 7.629879795101951, 8.06389927524045, 8.114736448836357 ], "relative wind angle": [ - 0.08962248201604966, + 0.0896224820160534, 0.10485643304976867, - 0.05494271968751948, - 0.03504658695987087, - 0.09896027111389435, - 0.09849738156890321, - 0.04548428661607668, + 0.05494271968752149, + 0.0350465869598677, + 0.09896027111389323, + 0.09849738156890323, + 0.04548428661607423, 0.02856688013535129 ], "resistance": [ - 44914.41144173017, + 44914.41144173013, 41111.01370494018, - 38608.157814900835, - 38389.588340029324, - 40328.09274888574, + 38608.15781490082, + 38389.58834002934, + 40328.09274888575, 44006.47451504199, - 47361.81178888812, + 47361.81178888814, 47877.53763907675 ], "fuel": [ - 38.0582433752228, + 38.05824337522279, 36.85789278709199, - 36.0973584542856, - 36.03204916668392, + 36.09735845428559, + 36.032049166683926, 36.61748391977295, 37.76680777322588, - 38.859104479281214, + 38.85910447928123, 39.03070826780795 ] }, @@ -356405,68 +257038,7 @@ "id": "6154", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 30162.35411976977, - "wind resistance": [ - 4741.772066884227, - 1692.6767072189068, - -2135.8768955183696, - -4591.258414131738, - -4753.9713814871575, - -2718.262126707439, - 1017.2390701171389, - 4357.959242419147 - ], - "relative wind speed": [ - 8.116332656808897, - 7.74645743542679, - 7.148294905000669, - 6.660740327257471, - 6.614644942815259, - 7.044201921908189, - 7.6505073992929065, - 8.078547010963053 - ], - "relative wind angle": [ - 0.031104309279606335, - 0.09174789664819401, - 0.10529501898353681, - 0.05298582616913745, - 0.038168868767847815, - 0.100924245778201, - 0.09835982471766416, - 0.04368012123461244 - ], - "resistance": [ - 34904.126186654, - 31855.030826988677, - 28026.4772242514, - 25571.095705638032, - 25408.382738282613, - 27444.09199306233, - 31179.59318988691, - 34520.313362188914 - ], - "fuel": [ - 35.0146013055098, - 34.16160408440807, - 33.13954042975015, - 32.51276315004529, - 32.47202051759767, - 32.98884737075151, - 33.97732807149084, - 34.90532479821408 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55, -65.46875 -54.84375, -65.3125 -54.84375, -65.3125 -55, -65.46875 -55))", @@ -356498,9 +257070,9 @@ ], "ice resistance": 34531.72426443643, "wind resistance": [ - 3858.474251458869, + 3858.474251458796, 292.5638672972309, - -3260.183390142127, + -3260.1833901421305, -4807.695156434387, -4309.137179324171, -1472.4590583788122, @@ -356508,9 +257080,9 @@ 5035.501065736953 ], "relative wind speed": [ - 8.022918352180954, + 8.022918352180952, 7.5425960449875245, - 6.942264947526231, + 6.94226494752623, 6.585887323885398, 6.726924693657903, 7.261403419590799, @@ -356518,19 +257090,19 @@ 8.13909226369821 ], "relative wind angle": [ - 0.05602819991230923, - 0.10316432339509407, - 0.09365272511655104, + 0.05602819991231518, + 0.10316432339509408, + 0.09365272511655105, 0.021468333834406612, - 0.06683725863023417, + 0.06683725863023418, 0.10717436402708885, 0.0829309292291257, 0.01737101300996589 ], "resistance": [ - 38390.1985158953, + 38390.19851589523, 34824.28813173366, - 31271.540874294304, + 31271.5408742943, 29724.029108002043, 30222.58708511226, 33059.26520605762, @@ -356538,7 +257110,7 @@ 39567.22533017339 ], "fuel": [ - 36.03223124182888, + 36.03223124182886, 34.99182521941473, 34.002313844921545, 33.58598535203963, @@ -356578,9 +257150,9 @@ ], "ice resistance": 46575.061780726246, "wind resistance": [ - 2119.1504811605373, + 2119.1504811604937, -1366.940428866561, - -3938.6484201890235, + -3938.648420189038, -4384.7649094807675, -2976.5826328733674, 253.90203608285083, @@ -356588,9 +257160,9 @@ 4543.030238842541 ], "relative wind speed": [ - 7.789847119339688, + 7.789847119339687, 7.265726036800805, - 6.783626402289696, + 6.783626402289695, 6.658062525598525, 6.979691107401584, 7.523764433817719, @@ -356598,19 +257170,19 @@ 8.066474415917167 ], "relative wind angle": [ - 0.0757702193266236, - 0.09708924258070516, - 0.05994183660025391, + 0.075770219326628, + 0.09708924258070517, + 0.05994183660025577, 0.019467644119790146, 0.08458505437100503, - 0.09374946113634224, - 0.05106740361983531, - 0.016068256767343123 + 0.09374946113634225, + 0.051067403619835305, + 0.01606825676734312 ], "resistance": [ - 48694.21226188679, + 48694.21226188674, 45208.121351859685, - 42636.41336053722, + 42636.413360537204, 42190.296871245475, 43598.47914785288, 46828.9638168091, @@ -356618,7 +257190,7 @@ 51118.09201956879 ], "fuel": [ - 39.304474938992925, + 39.30447493899291, 38.15317697047045, 37.33284316705391, 37.193043952532584, @@ -356658,9 +257230,9 @@ ], "ice resistance": 43314.22151713564, "wind resistance": [ - 2490.32481925522, + 2490.324819255169, -976.8035753369986, - -3748.215515091415, + -3748.2155150914296, -4380.36600359837, -3261.235934137432, -156.51003308690997, @@ -356668,9 +257240,9 @@ 4679.907722664037 ], "relative wind speed": [ - 7.8387748821644605, + 7.83877488216446, 7.330334720668532, - 6.825469413403434, + 6.825469413403433, 6.647747886355187, 6.924811853680192, 7.460938529775162, @@ -356678,19 +257250,19 @@ 8.07507640221331 ], "relative wind angle": [ - 0.07035587940438139, + 0.07035587940438613, 0.09751604600525211, - 0.0671909993034713, + 0.06719099930347297, 0.009869387513790087, 0.07966025272079579, - 0.09580373758945168, + 0.0958037375894517, 0.057854411237432686, 0.008124858942979542 ], "resistance": [ - 45804.54633639086, + 45804.546336390806, 42337.41794179864, - 39566.00600204422, + 39566.0060020442, 38933.855513537266, 40052.985582998204, 43157.71148404873, @@ -356698,7 +257270,7 @@ 47994.12923979967 ], "fuel": [ - 38.346942580510074, + 38.34694258051005, 37.239065338577056, 36.38566317814584, 36.19500782084951, @@ -356738,9 +257310,9 @@ ], "ice resistance": 30732.783367161424, "wind resistance": [ - 3789.2257890097535, + 3789.2257890096735, 399.15336738674887, - -3051.7258883590584, + -3051.7258883590657, -4625.2586460808925, -4205.601931637848, -1543.5632674452645, @@ -356750,7 +257322,7 @@ "relative wind speed": [ 8.006849909617966, 7.553185590618791, - 6.975002323836362, + 6.975002323836361, 6.620450123033145, 6.738945374437247, 7.243784761329333, @@ -356758,19 +257330,19 @@ 8.105101504807253 ], "relative wind angle": [ - 0.05186345916567238, + 0.05186345916568094, 0.0984609755512645, - 0.09116085155019094, - 0.023487834580877134, - 0.06163274413622424, + 0.09116085155019095, + 0.023487834580877137, + 0.061632744136224236, 0.1026810343689892, 0.08147446462728175, 0.019184865035114233 ], "resistance": [ - 34522.009156171174, + 34522.0091561711, 31131.936734548173, - 27681.057478802366, + 27681.05747880236, 26107.524721080532, 26527.181435523577, 29189.22009971616, @@ -356778,7 +257350,7 @@ 35513.516633838924 ], "fuel": [ - 34.90580640723135, + 34.90580640723133, 33.964390331270415, 33.050010259804736, 32.647780456505764, @@ -356818,9 +257390,9 @@ ], "ice resistance": 29662.590164880483, "wind resistance": [ - 3082.572343067859, + 3082.5723430678117, -353.44815152883893, - -3439.0510403478584, + -3439.0510403478693, -4433.460843927027, -3702.2296134875105, -796.6479151394087, @@ -356828,7 +257400,7 @@ 4814.325739087562 ], "relative wind speed": [ - 7.916086588451586, + 7.916086588451584, 7.432311376980153, 6.892624465657496, 6.633263841615941, @@ -356838,19 +257410,19 @@ 8.089142657698671 ], "relative wind angle": [ - 0.061896247907603764, - 0.09810095628381614, - 0.07839741576741306, + 0.06189624790760736, + 0.09810095628381615, + 0.07839741576741448, 0.0053457376306585425, - 0.07166145895384986, + 0.07166145895384984, 0.09904449353850345, - 0.06865079330232148, + 0.06865079330232149, 0.004383608289552503 ], "resistance": [ - 32745.162507948342, + 32745.162507948295, 29309.142013351644, - 26223.539124532625, + 26223.539124532614, 25229.129320953456, 25960.360551392972, 28865.942249741074, @@ -356858,7 +257430,7 @@ 34476.915903968045 ], "fuel": [ - 34.407046673668404, + 34.407046673668376, 33.47588269087699, 32.67712170427801, 32.42725027465712, @@ -356898,17 +257470,17 @@ ], "ice resistance": 65520.499875789785, "wind resistance": [ - 2975.82132283019, + 2975.82132283011, 645.7071534036149, - -1965.6971119889968, + -1965.6971119890077, -3373.983066666322, - -3256.5394098658435, + -3256.5394098658653, -1536.3461316906323, 1142.6132862460145, 3255.0906570599946 ], "relative wind speed": [ - 7.85804653009976, + 7.858046530099759, 7.553027826722961, 7.130859780085878, 6.83981146466949, @@ -356918,31 +257490,31 @@ 7.886543768633634 ], "relative wind angle": [ - 0.03147895170068482, + 0.03147895170069187, 0.06936724556706204, - 0.0691964471313209, + 0.06919644713132253, 0.025404928005256733, - 0.035994830573779384, + 0.035994830573782464, 0.07270945178310959, 0.06471078836270448, - 0.02203250114165058 + 0.022032501141650583 ], "resistance": [ - 68496.32119861997, + 68496.3211986199, 66166.2070291934, - 63554.80276380079, + 63554.80276380078, 62146.51680912347, - 62263.96046592394, + 62263.96046592392, 63984.15374409915, 66663.11316203579, 68775.59053284978 ], "fuel": [ - 46.70220547927497, + 46.70220547927494, 45.7559693635838, - 44.71951290582402, + 44.719512905824004, 44.17110173519841, - 44.21655429063622, + 44.21655429063621, 44.888177620338325, 45.956063175196064, 46.81696977177455 @@ -356965,68 +257537,7 @@ "id": "6161", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 56666.10086105555, - "wind resistance": [ - 3161.4257573256873, - 799.7433119947927, - -1924.7485146258368, - -3464.681306584036, - -3402.440185032392, - -1697.6239251040097, - 1062.6458435493587, - 3309.3204798452207 - ], - "relative wind speed": [ - 7.8838513538709325, - 7.578951055289912, - 7.142162516041414, - 6.828739701160738, - 6.846104144713642, - 7.182183166121411, - 7.616677013281501, - 7.898896645987273 - ], - "relative wind angle": [ - 0.03017348397132431, - 0.07068535200281219, - 0.0727516323366015, - 0.02913220835784949, - 0.03474896610050698, - 0.07459731621389869, - 0.068211970524055, - 0.02518442344845275 - ], - "resistance": [ - 59827.526618381235, - 57465.84417305034, - 54741.35234642972, - 53201.41955447152, - 53263.66067602316, - 54968.47693595154, - 57728.74670460491, - 59975.42134090077 - ], - "fuel": [ - 43.284127881240565, - 42.401391690715805, - 41.4088284024165, - 40.86003133551023, - 40.8820415391137, - 41.49051715351534, - 42.49863130945465, - 43.34009766618671 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -51.25, -65 -51.09375, -64.84375 -51.09375, -64.84375 -51.25, -65 -51.25))", @@ -357045,68 +257556,7 @@ "id": "6162", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 51327.897135755644, - "wind resistance": [ - 3297.4553953145733, - 1206.147946444984, - -1487.495873002863, - -3249.558178588526, - -3395.6991312390237, - -2021.6984056674046, - 587.886203203303, - 2949.960004048997 - ], - "relative wind speed": [ - 7.891315749380818, - 7.633713217945478, - 7.215224653477808, - 6.8753671859510215, - 6.834647673980336, - 7.12121447437409, - 7.544919236394556, - 7.855863997181882 - ], - "relative wind angle": [ - 0.02094503180521149, - 0.06430504269930047, - 0.07330908568889581, - 0.03736210415821841, - 0.024183819535080597, - 0.06894003846545159, - 0.07010027887946228, - 0.032697128144990435 - ], - "resistance": [ - 54625.35253107022, - 52534.045082200624, - 49840.401262752785, - 48078.338957167114, - 47932.19800451662, - 49306.19873008824, - 51915.78333895895, - 54277.85713980464 - ], - "fuel": [ - 41.36718138942081, - 40.62493497157672, - 39.692887654814946, - 39.09779104499485, - 39.048954088228534, - 39.51125249067296, - 40.40861843031649, - 41.242720979982266 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -51.25, -64.84375 -51.09375, -64.6875 -51.09375, -64.6875 -51.25, -64.84375 -51.25))", @@ -357125,68 +257575,7 @@ "id": "6163", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 51024.6691446348, - "wind resistance": [ - 3157.327848281853, - 905.7005668594466, - -1774.1694669627468, - -3358.5747165771572, - -3358.0164573586917, - -1772.1299445360564, - 908.061125381224, - 3158.654965973532 - ], - "relative wind speed": [ - 7.879024173189298, - 7.591796409022793, - 7.16611717865272, - 6.849277396667059, - 6.849433008044031, - 7.1664762427104325, - 7.592135340943467, - 7.879159447357955 - ], - "relative wind angle": [ - 0.027104417843164606, - 0.06790937556427612, - 0.07192982611487561, - 0.03112957428339273, - 0.031179926633665717, - 0.0719464725550741, - 0.06788722377216035, - 0.027059570841878475 - ], - "resistance": [ - 54181.996992916655, - 51930.36971149425, - 49250.49967767205, - 47666.09442805764, - 47666.6526872761, - 49252.53920009874, - 51932.73027001602, - 54183.32411060833 - ], - "fuel": [ - 41.20846637947907, - 40.413705506919776, - 39.49237528680949, - 38.960232471141865, - 38.9604183245877, - 39.49306630645491, - 40.41452883894725, - 41.20894037740893 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -51.09375, -64.6875 -50.9375, -64.53125 -50.9375, -64.53125 -51.09375, -64.6875 -51.09375))", @@ -357218,51 +257607,51 @@ ], "ice resistance": 48750.53539351184, "wind resistance": [ - 2313.0120370919103, + 2313.0120370918703, -450.5184791458014, - -2862.33651005906, + -2862.336510059078, -3548.9894119282944, - -2913.996454534852, + -2913.9964545348375, -537.7481918866652, - 2239.6208037837823, + 2239.6208037837932, 3824.2892570712575 ], "relative wind speed": [ - 7.786711495420429, + 7.786711495420427, 7.390865355398216, - 6.968279975225302, + 6.968279975225301, 6.781114420439534, 6.957882009845557, 7.376998527464911, - 7.7774078048356925, + 7.777407804835692, 7.941126191715636 ], "relative wind angle": [ - 0.052061968309594885, - 0.07855685385255899, - 0.05959719410367744, + 0.05206196830959702, + 0.078556853852559, + 0.0595971941036793, 0.0010256285441051264, - 0.05827029250351791, - 0.07870482556543673, - 0.05339071830489505, + 0.058270292503516, + 0.07870482556543675, + 0.053390718304892976, 0.000875808293714674 ], "resistance": [ - 51063.54743060375, + 51063.54743060371, 48300.01691436604, - 45888.19888345278, + 45888.19888345276, 45201.54598158355, - 45836.538938976984, + 45836.538938977, 48212.78720162518, - 50990.156197295626, + 50990.15619729563, 52574.8246505831 ], "fuel": [ - 40.11277096872585, + 40.112770968725826, 39.17202243949874, - 38.37422533390195, + 38.37422533390194, 38.15104815141085, - 38.357373692168856, + 38.35737369216886, 39.14279075442697, 40.08742012972835, 40.639252871440505 @@ -357298,47 +257687,47 @@ ], "ice resistance": 49279.58966989786, "wind resistance": [ - 1663.1529231154746, + 1663.1529231154454, -1408.4753563857703, - -3571.34951453999, + -3571.3495145399975, -3871.9623537300067, -2500.5679038430862, 398.50430014614176, - 3184.836429542487, + 3184.836429542469, 3897.950597359293 ], "relative wind speed": [ - 7.711365902944708, + 7.711365902944706, 7.242934965043559, - 6.833630667726991, + 6.8336306677269905, 6.749476580686182, 7.049856890689277, 7.5303080521613985, - 7.903615512244917, + 7.903615512244918, 7.975601052902915 ], "relative wind angle": [ - 0.06950381795679045, + 0.06950381795679204, 0.08476059603129643, 0.04854824100805302, 0.02136393095818479, 0.07603762214613355, - 0.08151861780860743, - 0.0419716556766867, - 0.018079168827824007 + 0.08151861780860745, + 0.04197165567668934, + 0.018079168827824003 ], "resistance": [ - 50942.74259301333, + 50942.7425930133, 47871.114313512095, 45708.24015535787, 45407.627316167855, 46779.02176605478, 49678.09397004401, - 52464.426099440345, + 52464.42609944033, 53177.54026725715 ], "fuel": [ - 40.07105315391382, + 40.07105315391381, 39.028564869351456, 38.31556516877833, 38.217844823469385, @@ -357378,47 +257767,47 @@ ], "ice resistance": 39974.358154781, "wind resistance": [ - 2620.6929204671287, + 2620.6929204670596, -285.0943560345004, - -2920.5505502339, + -2920.550550233893, -3789.8522534784934, - -3193.2247417502695, + -3193.224741750273, -745.205321792957, - 2233.203033345402, + 2233.2030333454168, 4038.33692733126 ], "relative wind speed": [ - 7.833538437806724, + 7.833538437806722, 7.423453756617375, - 6.966660797393305, + 6.9666607973933035, 6.744995713755182, - 6.911578392063152, + 6.911578392063153, 7.350277181820632, 7.784592324604606, 7.977422713361371 ], "relative wind angle": [ - 0.05233381973434735, - 0.08310567274700023, - 0.06632089206784356, - 0.005443509906560792, - 0.05932253058680888, + 0.05233381973435372, + 0.08310567274700024, + 0.0663208920678402, + 0.005443509906560791, + 0.05932253058681075, 0.08393498010918729, - 0.05934384362226272, - 0.004602539016340611 + 0.059343843622260854, + 0.00460253901634061 ], "resistance": [ - 42595.051075248135, + 42595.05107524806, 39689.2637987465, - 37053.8076045471, + 37053.80760454711, 36184.50590130251, - 36781.13341303074, + 36781.13341303073, 39229.152832988046, - 42207.561188126405, + 42207.56118812642, 44012.69508211226 ], "fuel": [ - 37.31985034836391, + 37.319850348363886, 36.42301072307852, 35.63677638203155, 35.38310647794552, @@ -357458,9 +257847,9 @@ ], "ice resistance": 36890.769106418906, "wind resistance": [ - 2149.417138079174, + 2149.417138079112, -1108.9530762258437, - -3614.0805531840924, + -3614.0805531841143, -4118.6676246959505, -2937.992360194774, 30.89398430212168, @@ -357468,9 +257857,9 @@ 4306.717272343296 ], "relative wind speed": [ - 7.784636463897636, + 7.784636463897635, 7.300323398079433, - 6.839166047856086, + 6.839166047856085, 6.697657363222418, 6.976396429966428, 7.481707713252835, @@ -357478,19 +257867,19 @@ 8.025712296610534 ], "relative wind angle": [ - 0.06864593517512092, + 0.06864593517512739, 0.0910915760336247, - 0.05927951369749598, + 0.05927951369749784, 0.013596295161039607, - 0.07661359017986875, + 0.07661359017986874, 0.08887727232833194, 0.051276213196540216, 0.011346341768222721 ], "resistance": [ - 39040.18624449808, + 39040.18624449802, 35781.81603019306, - 33276.68855323481, + 33276.688553234795, 32772.10148172296, 33952.77674622413, 36921.66309072103, @@ -357498,7 +257887,7 @@ 41197.4863787622 ], "fuel": [ - 36.226972939046256, + 36.22697293904624, 35.266551015826415, 34.55501418094302, 34.4145207201998, @@ -357525,68 +257914,7 @@ "id": "6168", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 43173.76279881205, - "wind resistance": [ - 3593.9735049065894, - 1510.3443186335899, - -1340.0014870863233, - -3333.998458380327, - -3600.988498869545, - -2313.777106405214, - 383.1149797699072, - 2959.65457682516 - ], - "relative wind speed": [ - 7.930022230390463, - 7.681630063989994, - 7.246045075441557, - 6.8693071882074745, - 6.794789515079063, - 7.074388785522066, - 7.519923396776357, - 7.865560112462203 - ], - "relative wind angle": [ - 0.017320610382169963, - 0.06494774922064026, - 0.07842873793210713, - 0.04431553493391499, - 0.020214800183191793, - 0.0705315362064386, - 0.07556678188216127, - 0.03869951568468516 - ], - "resistance": [ - 46767.736303718644, - 44684.107117445645, - 41833.76131172573, - 39839.76434043172, - 39572.77429994251, - 40859.98569240684, - 43556.877778581955, - 46133.41737563721 - ], - "fuel": [ - 38.66265710955126, - 37.984028412915, - 37.081849085263514, - 36.46868957036163, - 36.38771252925697, - 36.78056205440851, - 37.623628795070296, - 38.4543518490503 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -51.40625, -64.84375 -51.25, -64.6875 -51.25, -64.6875 -51.40625, -64.84375 -51.40625))", @@ -357605,68 +257933,7 @@ "id": "6169", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 47708.08826033512, - "wind resistance": [ - 3174.0817264803227, - 872.9276504898626, - -1835.1343830625883, - -3411.2002989014836, - -3388.817905768905, - -1753.4162039038383, - 967.5141981944689, - 3227.2765559318395 - ], - "relative wind speed": [ - 7.883165221950873, - 7.588407062988476, - 7.156815341888644, - 6.83962292842528, - 6.845864886897067, - 7.171208978450742, - 7.601983565381685, - 7.888581505136719 - ], - "relative wind angle": [ - 0.028309281103951176, - 0.06919910383741974, - 0.07256653226707323, - 0.030580824287380716, - 0.03260018504300832, - 0.07323189988178543, - 0.06831024448058931, - 0.026513411961645358 - ], - "resistance": [ - 50882.16998681544, - 48581.01591082498, - 45872.953877272535, - 44296.88796143363, - 44319.270354566215, - 45954.672056431285, - 48675.60245852959, - 50935.364816266956 - ], - "fuel": [ - 40.050155915948395, - 39.26638096333199, - 38.36925133049218, - 37.85969294178551, - 37.866864700659555, - 38.3959237090039, - 39.298208905650775, - 40.06850712865703 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -51.5625, -65 -51.40625, -64.84375 -51.40625, -64.84375 -51.5625, -65 -51.5625))", @@ -357685,68 +257952,7 @@ "id": "6170", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57257.27427563323, - "wind resistance": [ - 4000.1745176880286, - 1971.132117340374, - -1074.8555002778048, - -3401.6232547507243, - -3858.4792261048387, - -2736.962123636222, - 46.63792695942175, - 2915.7018420173445 - ], - "relative wind speed": [ - 7.9810057622108745, - 7.752026445681422, - 7.297948215329055, - 6.870083065842259, - 6.7423241489525, - 7.004389615908518, - 7.476318596232151, - 7.871298912785528 - ], - "relative wind angle": [ - 0.011214410371087466, - 0.06470682082450914, - 0.08497359829826834, - 0.054565911536641504, - 0.013274803242975025, - 0.07162477989892577, - 0.08294157489593189, - 0.04761958548167686 - ], - "resistance": [ - 61257.44879332126, - 59228.4063929736, - 56182.41877535543, - 53855.651020882506, - 53398.79504952839, - 54520.31215199701, - 57303.91220259265, - 60172.97611765057 - ], - "fuel": [ - 43.82868323385142, - 43.05822745333566, - 41.93038421402888, - 41.092106481770415, - 40.92987846222097, - 41.32951230288528, - 42.34162599280643, - 43.41498794381728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -51.5625, -64.84375 -51.40625, -64.6875 -51.40625, -64.6875 -51.5625, -64.84375 -51.5625))", @@ -357765,68 +257971,7 @@ "id": "6171", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 61220.25845161104, - "wind resistance": [ - 3163.6469778340033, - 618.2240489035976, - -2177.8488500000203, - -3639.222549637423, - -3471.361730638404, - -1566.4587275047888, - 1326.0444715465383, - 3562.2243667437324 - ], - "relative wind speed": [ - 7.891332313103451, - 7.556688956811565, - 7.101560922532201, - 6.794629386882833, - 6.841527236412667, - 7.209443294208585, - 7.658162512376621, - 7.931748363211936 - ], - "relative wind angle": [ - 0.035363817704242975, - 0.07533164007403817, - 0.07403464497071684, - 0.025631950431995745, - 0.0407930658583283, - 0.07896740402345886, - 0.0686449441457546, - 0.02195663789583978 - ], - "resistance": [ - 64383.90542944504, - 61838.482500514634, - 59042.40960161101, - 57581.03590197361, - 57748.89672097263, - 59653.79972410625, - 62546.30292315758, - 64782.482818354765 - ], - "fuel": [ - 45.0458312959259, - 44.05213142223424, - 42.98836838750532, - 42.44396593695883, - 42.5060947967534, - 43.21848603630819, - 44.32603530333606, - 45.20361386466597 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -51.40625, -64.6875 -51.25, -64.53125 -51.25, -64.53125 -51.40625, -64.6875 -51.40625))", @@ -357858,49 +258003,49 @@ ], "ice resistance": 34805.48827608931, "wind resistance": [ - 2920.418275881133, + 2920.418275881071, -2.964736712652666, - -2809.55564429671, + -2809.555644296739, -3910.2378111110957, - -3422.9666450980403, + -3422.9666450980476, -1037.7911458749477, 2048.611377325138, 4076.8649595785027 ], "relative wind speed": [ - 7.874084352657191, + 7.874084352657189, 7.4702830325383, - 6.99261568428707, + 6.9926156842870695, 6.732215080990337, - 6.868539863588901, + 6.868539863588902, 7.305676947705875, 7.764107813672677, 7.990952656207952 ], "relative wind angle": [ - 0.04912384457425206, - 0.08435500718795667, - 0.07206238972375884, - 0.012270176077865206, - 0.0563226322134162, + 0.04912384457425658, + 0.08435500718795669, + 0.07206238972376192, + 0.012270176077865205, + 0.056322632213418176, 0.08626030716415921, 0.06489117705211289, 0.010337298489960598 ], "resistance": [ - 37725.906551970445, + 37725.90655197038, 34802.523539376656, - 31995.9326317926, + 31995.93263179257, 30895.250464978213, - 31382.52163099127, + 31382.52163099126, 33767.697130214365, 36854.09965341445, 38882.35323566781 ], "fuel": [ - 35.83482823632542, + 35.8348282363254, 34.985620361893226, - 34.20025956928973, + 34.20025956928972, 33.90026012630952, 34.03251354785329, 34.69263645648142, @@ -357938,54 +258083,54 @@ ], "ice resistance": 36401.32676907805, "wind resistance": [ - 2542.1352779435038, + 2542.135277943449, -744.9204652515182, - -3478.846769939966, + -3478.84676993997, -4169.49253899707, - -3250.1375910148126, + -3250.1375910148236, -359.4616710704249, - 2867.3341255111736, - 4505.2614716398675 + 2867.3341255111554, + 4505.261471640413 ], "relative wind speed": [ - 7.838378981083282, + 7.838378981083281, 7.362038607413231, - 6.872024700307756, + 6.8720247003077555, 6.6784214819539205, 6.918536006776745, 7.4233895944582855, 7.879187905267559, - 8.043942568015444 + 8.043942568015442 ], "relative wind angle": [ - 0.0644166294057944, + 0.06441662940579956, 0.09287497157612117, 0.06713471178925684, - 0.004612957622360301, - 0.07299538470792158, + 0.0046129576223603004, + 0.0729953847079231, 0.09210521449161796, - 0.058542626283751655, - 0.003829868385225619 + 0.05854262628375355, + 0.003829868385167642 ], "resistance": [ - 38943.46204702155, + 38943.4620470215, 35656.40630382653, - 32922.479999138086, + 32922.47999913808, 32231.834230080978, - 33151.189178063236, + 33151.18917806323, 36041.86509800762, - 39268.66089458922, - 40906.588240717916 + 39268.66089458921, + 40906.58824071846 ], "fuel": [ - 36.19789400581426, + 36.19789400581424, 35.230375362821306, 34.456291891539294, 34.265143002875405, 34.519982556041725, 35.34175118944448, 36.295799252082375, - 36.794900533064734 + 36.7949005330649 ] }, { @@ -358018,53 +258163,53 @@ ], "ice resistance": 46882.74341432138, "wind resistance": [ - 2689.4358741242613, + 2689.435874124214, -227.24927315923924, - -2904.6386519439584, - -3824.062454574956, + -2904.638651943962, + -3824.062454574745, -3248.4355555249895, -807.3275835190543, - 2200.8574220856717, + 2200.8574220856535, 4056.7770289299624 ], "relative wind speed": [ - 7.843132257874128, + 7.843132257874127, 7.433355030497698, - 6.971051971023345, - 6.740770669259662, + 6.9710519710233445, + 6.740770669259661, 6.9015725251283095, 7.34109391880299, 7.781443397686782, 7.98175655595686 ], "relative wind angle": [ - 0.0517918292023276, + 0.05179182920233188, 0.08357305733383012, 0.06768830074877265, - 0.006867839308584915, + 0.006867839308552583, 0.058865305166145035, 0.08462588231045097, - 0.060629807914291345, + 0.060629807914293184, 0.005800029740033572 ], "resistance": [ - 49572.179288445644, + 49572.17928844559, 46655.49414116214, 43978.10476237742, - 43058.68095974643, + 43058.680959746634, 43634.3078587964, 46075.41583080233, - 49083.60083640706, + 49083.60083640704, 50939.52044325134 ], "fuel": [ - 39.60155628564807, + 39.60155628564805, 38.62568865659861, 37.757750883006516, - 37.46585110772038, + 37.465851107720454, 37.6482336330435, 38.43537931637239, - 39.43588000826474, + 39.43588000826473, 40.06994118498929 ] }, @@ -358098,9 +258243,9 @@ ], "ice resistance": 40455.649384884455, "wind resistance": [ - 2767.8695457186113, + 2767.869545718546, -302.5064617800017, - -3080.473415759996, + -3080.473415760014, -3992.3030954614187, -3356.0610882445035, -767.2378584969665, @@ -358108,9 +258253,9 @@ 4278.035666923355 ], "relative wind speed": [ - 7.859708333831533, + 7.859708333831532, 7.426821945131947, - 6.944081509801823, + 6.944081509801822, 6.710187094214636, 6.888215569961208, 7.352880022580497, @@ -358118,19 +258263,19 @@ 8.012235517743608 ], "relative wind angle": [ - 0.055259821727775896, - 0.0877722977942189, - 0.07013067095481638, + 0.055259821727781926, + 0.08777229779421891, + 0.07013067095481797, 0.0055312117934296695, - 0.06306320334120248, - 0.0886572604981169, + 0.0630632033412025, + 0.08865726049811691, 0.06234119546424748, - 0.004632341298077863 + 0.0046323412980778635 ], "resistance": [ - 43223.518930603066, + 43223.518930603, 40153.14292310445, - 37375.17596912446, + 37375.17596912444, 36463.34628942303, 37099.58829663995, 39688.411526387485, @@ -358138,7 +258283,7 @@ 44733.68505180781 ], "fuel": [ - 37.51795264496245, + 37.51795264496243, 36.564074458845646, 35.731266422854986, 35.46416823760727, @@ -358165,68 +258310,7 @@ "id": "6176", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 86142.44829308652, - "wind resistance": [ - 3967.177683378297, - 2237.8755066395643, - -672.8232299798474, - -3098.139463658681, - -3709.0319841167548, - -2903.224858209993, - -343.850504706279, - 2514.8357902240714 - ], - "relative wind speed": [ - 7.965269350751441, - 7.782503781230403, - 7.359708395795347, - 6.9274513312205865, - 6.75705885003029, - 6.966777951673745, - 7.412020808231209, - 7.817530184550813 - ], - "relative wind angle": [ - 0.0032948275857666138, - 0.05730432187943617, - 0.08217575063750572, - 0.05901875489082549, - 0.003883969085805653, - 0.06402266732828844, - 0.08159447710800238, - 0.05229254217716948 - ], - "resistance": [ - 90109.62597646481, - 88380.32379972609, - 85469.62506310668, - 83044.30882942784, - 82433.41630896977, - 83239.22343487653, - 85798.59778838024, - 88657.28408331059 - ], - "fuel": [ - 56.441967204575725, - 55.598704167210784, - 54.20448196227838, - 53.066835571714996, - 52.78373427876606, - 53.15745559124335, - 54.360479441102655, - 55.73301047861354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -51.71875, -64.84375 -51.5625, -64.6875 -51.5625, -64.6875 -51.71875, -64.84375 -51.71875))", @@ -358245,68 +258329,7 @@ "id": "6177", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79980.36150084564, - "wind resistance": [ - 3450.226876496461, - 1169.2664729224198, - -1680.287927081732, - -3479.5896369326656, - -3577.7503454757716, - -2037.95966698751, - 755.197766692294, - 3217.115354042933 - ], - "relative wind speed": [ - 7.918775945573813, - 7.634939851010676, - 7.188524841375328, - 6.836018891479829, - 6.808602953340767, - 7.125431925426564, - 7.575565804437901, - 7.895120795008138 - ], - "relative wind angle": [ - 0.024510115160163215, - 0.06945667833408949, - 0.07732242597589778, - 0.037371658461447535, - 0.028507605446689878, - 0.0744320999086148, - 0.07336467371742136, - 0.03235649958462832 - ], - "resistance": [ - 83430.5883773421, - 81149.62797376806, - 78300.0735737639, - 76500.77186391297, - 76402.61115536987, - 77942.40183385814, - 80735.55926753793, - 83197.47685488858 - ], - "fuel": [ - 53.24656282619149, - 52.19332345623455, - 50.904734598768485, - 50.10664022321579, - 50.063446805764265, - 50.74512715290153, - 52.00420236838862, - 53.13803480585212 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -51.875, -65 -51.71875, -64.84375 -51.71875, -64.84375 -51.875, -65 -51.875))", @@ -358325,68 +258348,7 @@ "id": "6178", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.34288548011928, - 26.34288548011928, - 26.34288548011928, - 26.34288548011928, - 26.34288548011928, - 26.34288548011928, - 26.34288548011928, - 26.34288548011928 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 3644.4093298880944, - 2087.6190892404484, - -581.3865310203291, - -2831.157696821847, - -3411.3260130408344, - -2707.642606285579, - -372.75511624589126, - 2263.0679608679784 - ], - "relative wind speed": [ - 7.875958611985805, - 7.711275898852904, - 7.322076274638242, - 6.921359752209727, - 6.759027931342682, - 6.946323246592704, - 7.355432119377055, - 7.733690051642563 - ], - "relative wind angle": [ - 0.002123733415373442, - 0.05276842057602647, - 0.07634579000773765, - 0.05537410992202701, - 0.0024746814410743626, - 0.05858578400900882, - 0.0759989030039272, - 0.04955268574124318 - ], - "resistance": [ - 100278.9093298881, - 98722.11908924047, - 96053.11346897969, - 93803.34230317817, - 93223.17398695918, - 93926.85739371444, - 96261.74488375412, - 98897.567960868 - ], - "fuel": [ - 61.363645684003615, - 60.54509577120118, - 59.162734676223664, - 58.018096937465984, - 57.72597380125333, - 58.080450279906614, - 59.269836352585386, - 60.63689470951065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -51.875, -64.84375 -51.71875, -64.6875 -51.71875, -64.6875 -51.875, -64.84375 -51.875))", @@ -358405,68 +258367,7 @@ "id": "6179", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 77619.47027844477, - "wind resistance": [ - 3824.5815529569954, - 2207.4401354991824, - -582.9676216265107, - -2946.214439495172, - -3563.4775828526326, - -2841.8254144416933, - -406.70705611252924, - 2355.7429677261025 - ], - "relative wind speed": [ - 7.942395084228398, - 7.773602410318516, - 7.37002082743062, - 6.951742297777483, - 6.779865915640522, - 6.972756060147928, - 7.398041261798854, - 7.79240017795101 - ], - "relative wind angle": [ - 0.0017694708028097447, - 0.05417828517601115, - 0.07895092368763636, - 0.057726847956813286, - 0.002072878595563765, - 0.0604080460904889, - 0.07865127398018605, - 0.05149332924832188 - ], - "resistance": [ - 81444.05183140177, - 79826.91041394396, - 77036.50265681827, - 74673.2558389496, - 74055.99269559214, - 74777.64486400309, - 77212.76322233224, - 79975.21324617087 - ], - "fuel": [ - 52.32818624448598, - 51.59142366096751, - 50.34300836381456, - 49.308362843305616, - 49.04154375842457, - 49.353626356633335, - 50.42100923578606, - 51.658584501840195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -51.71875, -64.6875 -51.5625, -64.53125 -51.5625, -64.53125 -51.71875, -64.6875 -51.71875))", @@ -358485,68 +258386,7 @@ "id": "6180", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 49251.32265219025, - "wind resistance": [ - 3106.726682469416, - 312.0194680144341, - -2547.755815065244, - -3853.8896305327034, - -3517.2335125701065, - -1324.0305599363019, - 1729.0281732836593, - 3905.5335244661983 - ], - "relative wind speed": [ - 7.893633831801112, - 7.5166278188059374, - 7.040179329102518, - 6.750223022822313, - 6.844427317733393, - 7.256441732133107, - 7.719554092845509, - 7.974341949054469 - ], - "relative wind angle": [ - 0.043156086253903235, - 0.08153058831652979, - 0.07466507342465785, - 0.0193401595349592, - 0.049776740505780834, - 0.08446078876840235, - 0.06808335911150677, - 0.016371016428108353 - ], - "resistance": [ - 52358.04933465966, - 49563.34212020468, - 46703.56683712501, - 45397.43302165755, - 45734.08913962014, - 47927.29209225395, - 50980.350825473906, - 53156.856176656445 - ], - "fuel": [ - 40.5632130117525, - 39.59855172632815, - 38.64151630070668, - 38.214536854749156, - 38.32398360965566, - 39.047316023486005, - 40.08403467072413, - 40.84428133243698 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.53125 -51.71875, -64.53125 -51.5625, -64.375 -51.5625, -64.375 -51.71875, -64.53125 -51.71875))", @@ -358565,68 +258405,7 @@ "id": "6181", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 40865.901133850144, - "wind resistance": [ - 2624.0285331811174, - -566.6906658116459, - -3310.2181257399934, - -4057.743223146157, - -3284.1902213151407, - -522.8126020948148, - 2661.03233652332, - 4435.48511708681 - ], - "relative wind speed": [ - 7.845405768711828, - 7.387877674447939, - 6.902268801976226, - 6.69306694771397, - 6.9075541313252, - 7.394860324598319, - 7.850056123250988, - 8.029168735700068 - ], - "relative wind angle": [ - 0.06056444986176964, - 0.09054897475645339, - 0.0681324138264625, - 0.0005237768529492452, - 0.06879961742354614, - 0.09046323912020231, - 0.05989582248123069, - 0.00043661724022128133 - ], - "resistance": [ - 43489.92966703126, - 40299.210468038495, - 37555.68300811015, - 36808.15791070399, - 37581.710912535, - 40343.08853175533, - 43526.933470373464, - 45301.38625093695 - ], - "fuel": [ - 37.60237277975911, - 36.60865875950826, - 35.784508389296974, - 35.56480860270306, - 35.792195525347196, - 36.6220671985472, - 37.614119420175015, - 38.18338941494132 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -51.875, -64.6875 -51.71875, -64.53125 -51.71875, -64.53125 -51.875, -64.6875 -51.875))", @@ -358645,68 +258424,7 @@ "id": "6182", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 55841.321354709755, - "wind resistance": [ - 3713.4167702652267, - 1616.8777597181652, - -1302.5016492089853, - -3382.6201407027183, - -3689.1720642679393, - -2419.3882831570445, - 323.85985632102893, - 2985.3938670864554 - ], - "relative wind speed": [ - 7.946168506375288, - 7.698919491563919, - 7.254976216563701, - 6.863992946954174, - 6.778364458937547, - 7.057935769919936, - 7.513530379721187, - 7.872319829253733 - ], - "relative wind angle": [ - 0.01632096806164357, - 0.0655946120043353, - 0.0805827199351908, - 0.0468186568517989, - 0.01913312839873328, - 0.07156151068497683, - 0.07780401321110664, - 0.040818306430854004 - ], - "resistance": [ - 59554.73812497498, - 57458.199114427916, - 54538.81970550077, - 52458.70121400704, - 52152.14929044181, - 53421.93307155271, - 56165.18121103078, - 58826.715221796214 - ], - "fuel": [ - 43.18110637931862, - 42.398567865190024, - 41.336146414997174, - 40.5984976601943, - 40.491149869772, - 40.93807602500223, - 41.92409987087916, - 42.907516320121466 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.53125 -51.875, -64.53125 -51.71875, -64.375 -51.71875, -64.375 -51.875, -64.53125 -51.875))", @@ -358725,68 +258443,7 @@ "id": "6183", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 37740.35436957085, - "wind resistance": [ - 3366.946191767289, - 281.4621794176819, - -2828.753536597611, - -4209.218151029854, - -3803.663752483815, - -1361.9207917174353, - 1980.8014273556073, - 4327.431148115673 - ], - "relative wind speed": [ - 7.939459039882103, - 7.522641628854917, - 7.000912996850185, - 6.688920567630634, - 6.802847238631452, - 7.2611020735106235, - 7.765369122498646, - 8.035675580686986 - ], - "relative wind angle": [ - 0.04830565943539111, - 0.08964783013465426, - 0.08137642922589138, - 0.01963314871309198, - 0.0563844617640206, - 0.09288603420833749, - 0.07335019615432314, - 0.016342369684717875 - ], - "resistance": [ - 41107.30056133814, - 38021.81654898853, - 34911.60083297324, - 33531.136218540996, - 33936.690617087035, - 36378.433577853415, - 39721.155796926454, - 42067.78551768653 - ], - "fuel": [ - 36.85674722167964, - 35.9225589326083, - 35.01673487615531, - 34.626220022597636, - 34.74021028956451, - 35.4394526046763, - 36.432683316381016, - 37.15478226506421 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.0625 -51.40625, -64.0625 -51.25, -63.90625 -51.25, -63.90625 -51.40625, -64.0625 -51.40625))", @@ -358818,39 +258475,39 @@ ], "ice resistance": 40480.634077541494, "wind resistance": [ - 1951.3948493736098, + 1951.3948493735843, -1616.4802337314031, - -4123.877268527325, + -4123.877268527351, -4470.543446875519, -2864.627058926133, - 504.7384966770878, + 504.73849667708055, 3742.5192391173077, 4562.097847721052 ], "relative wind speed": [ - 7.770622653377373, + 7.770622653377371, 7.226745374341903, 6.747758844335976, 6.650022424626539, 7.004609476892884, - 7.564474974470277, + 7.5644749744702775, 7.994678287688929, 8.07615825110698 ], "relative wind angle": [ - 0.0804297072587646, - 0.09885807914062722, - 0.05699574682502057, + 0.08042970725876597, + 0.09885807914062723, + 0.05699574682502447, 0.02551487432961081, 0.0892476380737469, - 0.09443090511023605, - 0.048098697658686934, + 0.09443090511023723, + 0.04809869765868694, 0.021008572689331102 ], "resistance": [ - 42432.0289269151, + 42432.02892691508, 38864.15384381009, - 36356.75680901417, + 36356.75680901414, 36010.090630665974, 37616.00701861536, 40985.37257421858, @@ -358858,7 +258515,7 @@ 45042.731925262546 ], "fuel": [ - 37.268703437457646, + 37.26870343745764, 36.174076950198405, 35.43314742337006, 35.33254925371668, @@ -358898,51 +258555,51 @@ ], "ice resistance": 29766.43209793548, "wind resistance": [ - 675.8662346799065, + 675.8662346798701, -2660.9788473649605, - -4354.941644248833, - -4103.7040973380645, - -1755.4636012174997, + -4354.941644248818, + -4103.7040973380535, + -1755.4636012174924, 1725.2751717089595, 4371.127194520999, 3776.952984620828 ], "relative wind speed": [ - 7.586859177847564, + 7.586859177847563, 7.0388255546685095, - 6.6744959522979865, - 6.745265991258836, - 7.199853125818828, + 6.674495952297986, + 6.745265991258835, + 7.199853125818829, 7.736488352527813, 8.052913820513092, 7.993729037503081 ], "relative wind angle": [ - 0.09099993736113558, + 0.09099993736113926, 0.08890207164259717, - 0.02912249534240742, - 0.05192477978020625, - 0.09590602496210154, + 0.029122495342403607, + 0.051924779780204114, + 0.09590602496210156, 0.08086664365459144, - 0.024136527302096113, + 0.024136527302096117, 0.043809477862968925 ], "resistance": [ - 30442.298332615388, + 30442.29833261535, 27105.45325057052, - 25411.49045368665, - 25662.728000597417, - 28010.968496717982, + 25411.490453686663, + 25662.728000597428, + 28010.96849671799, 31491.70726964444, 34137.559292456484, 33543.38508255631 ], "fuel": [ - 33.77811380849029, + 33.77811380849028, 32.901804371091075, - 32.47279775343478, - 32.5357508473597, - 33.13551116620004, + 32.47279775343479, + 32.535750847359715, + 33.13551116620005, 34.06226949456213, 34.796895622081635, 34.62965388063472 @@ -358978,54 +258635,54 @@ ], "ice resistance": 48455.33466612659, "wind resistance": [ - 1824.2556840495126, + 1824.2556840494944, -1858.252510983657, - -4335.536723759422, + -4335.536723759429, -4595.275071778928, -2790.9508906228293, 742.918386911886, 4021.643906379195, - 4635.079058691514 + 4635.079058691437 ], "relative wind speed": [ - 7.7581921839694425, + 7.758192183969441, 7.190100958589449, - 6.708235281232972, + 6.708235281232971, 6.634850486340316, 7.023788372005723, 7.604314384835653, 8.032604090190711, - 8.093324908962757 + 8.093324908962758 ], "relative wind angle": [ 0.08556516297069468, 0.10163822126892175, - 0.05498882510911067, + 0.05498882510911068, 0.03137316784766898, 0.09453728463120388, - 0.09608430284971342, - 0.04591558113656816, - 0.02571811700321434 + 0.09608430284971343, + 0.04591558113656815, + 0.025718117003222976 ], "resistance": [ - 50279.590350176106, + 50279.590350176084, 46597.08215514293, 44119.797942367164, 43860.059594347666, 45664.38377550376, 49198.253053038476, 52476.97857250579, - 53090.41372481811 + 53090.41372481803 ], "fuel": [ - 39.84301250590479, + 39.84301250590478, 38.606468436257785, 37.803015539684644, 37.720097757562755, 38.301287806204456, 39.47467865297457, 40.60490903804366, - 40.82081234601169 + 40.820812346011664 ] }, { @@ -359058,9 +258715,9 @@ ], "ice resistance": 29820.610228077065, "wind resistance": [ - 415.6426584570254, + 415.64265845697446, -3064.120822173303, - -4657.754991591999, + -4657.754991592003, -4240.188187806103, -1564.2586781808895, 2154.499479456139, @@ -359068,9 +258725,9 @@ 3827.854699621428 ], "relative wind speed": [ - 7.556685565669632, + 7.556685565669631, 6.973940407034545, - 6.615260543284678, + 6.615260543284677, 6.733216377874291, 7.241346439541136, 7.804149549757852, @@ -359078,19 +258735,19 @@ 8.012764329779097 ], "relative wind angle": [ - 0.09911498729870084, - 0.09201556743272418, + 0.09911498729870534, + 0.0920155674327242, 0.02395922180054509, 0.061923732218996, - 0.1034462863065697, + 0.10344628630656971, 0.08220347184223946, - 0.019541701389086008, + 0.01954170138908601, 0.05202542867365383 ], "resistance": [ - 30236.25288653409, + 30236.25288653404, 26756.48940590376, - 25162.855236485066, + 25162.855236485062, 25580.42204027096, 28256.351549896175, 31975.109707533204, @@ -359098,9 +258755,9 @@ 33648.46492769849 ], "fuel": [ - 33.722802745317445, + 33.72280274531742, 32.81255385833965, - 32.41072796745254, + 32.41072796745253, 32.51510140962865, 33.19936815156591, 34.194542284716945, @@ -359138,39 +258795,39 @@ ], "ice resistance": 44171.02353218947, "wind resistance": [ - 1783.1295117911977, + 1783.1295117911468, -1645.346210541902, - -4007.2191377179915, + -4007.219137718006, -4297.834995816163, - -2694.052176886875, + -2694.052176886882, 567.923656653129, 3650.4129287564974, 4338.04055116501 ], "relative wind speed": [ - 7.742175773737195, + 7.742175773737193, 7.2165308222038345, 6.763198515301861, 6.681414274348055, - 7.0302027420826105, + 7.03020274208261, 7.56879905919103, 7.976476800495797, 8.045106562424579 ], "relative wind angle": [ - 0.07852863683461479, - 0.09465270623865706, - 0.05283968701900934, - 0.026477875693214015, + 0.07852863683461903, + 0.09465270623865707, + 0.05283968701901144, + 0.026477875693214012, 0.08650047745918964, 0.09023507374951573, 0.04479653410503547, 0.021988924597455134 ], "resistance": [ - 45954.15304398067, + 45954.15304398062, 42525.67732164757, - 40163.80439447148, + 40163.80439447147, 39873.18853637331, 41476.971355302594, 44738.947188842605, @@ -359178,9 +258835,9 @@ 48509.06408335448 ], "fuel": [ - 38.39575422769511, + 38.39575422769509, 37.298072793994784, - 36.56732598143235, + 36.56732598143233, 36.4788456807344, 36.971048394711175, 38.00168257873921, @@ -359218,9 +258875,9 @@ ], "ice resistance": 43640.42607566405, "wind resistance": [ - 3067.738088819042, + 3067.7380888190164, -596.5033171027644, - -3757.478953641028, + -3757.4789536410353, -4633.442942526512, -3755.7428199289934, -593.5816875477467, @@ -359228,7 +258885,7 @@ 5143.608099485395 ], "relative wind speed": [ - 7.923388719739016, + 7.923388719739015, 7.400940415022462, 6.838842526063194, 6.592143555655233, @@ -359238,17 +258895,17 @@ 8.130090451863976 ], "relative wind angle": [ - 0.06870038773099796, + 0.06870038773099958, 0.10408998928821966, - 0.07956827383917355, + 0.07956827383917493, 3.549347432303282e-05, 0.07961265727070342, - 0.1040834200439859, + 0.10408342004398588, 0.06865585937471032, 2.877926963009965e-05 ], "resistance": [ - 46708.164164483096, + 46708.16416448307, 43043.92275856128, 39882.94712202302, 39006.98313313754, @@ -359258,7 +258915,7 @@ 48784.03417514944 ], "fuel": [ - 38.64303039341625, + 38.64303039341624, 37.461191307000874, 36.481811660190914, 36.2169869104017, @@ -359298,49 +258955,49 @@ ], "ice resistance": 39155.92109163602, "wind resistance": [ - 2146.562666322923, + 2146.5626663229014, -1513.2738761082946, - -4163.459520211272, + -4163.459520211298, -4588.888285252378, - -3043.122706751703, + -3043.12270675171, 373.15788008286836, 3740.4418390024293, 4745.821019468527 ], "relative wind speed": [ - 7.800657519770055, + 7.800657519770053, 7.247703647806037, 6.746114252711209, 6.6260492777523625, - 6.975178817536011, + 6.97517881753601, 7.548123548997275, 7.999582474524207, 8.099311590878914 ], "relative wind angle": [ - 0.08055890366000704, + 0.08055890366000841, 0.10183399087276178, - 0.06144320170938636, - 0.02278490143375086, - 0.09011717155026705, - 0.09776770116794137, + 0.06144320170938997, + 0.022784901433750858, + 0.09011717155026706, + 0.09776770116794138, 0.051806135288988066, 0.01863980133651265 ], "resistance": [ - 41302.48375795894, + 41302.48375795892, 37642.64721552772, - 34992.46157142475, + 34992.46157142472, 34567.032806383635, - 36112.798384884314, + 36112.79838488431, 39529.07897171889, 42896.36293063845, 43901.74211110454 ], "fuel": [ - 36.91703395489042, + 36.917033954890414, 35.810202440701204, - 35.03982913702537, + 35.039829137025365, 34.91859713108985, 35.36230713556812, 36.37448516365051, @@ -359365,68 +259022,7 @@ "id": "6191", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 54814.12210888605, - "wind resistance": [ - 2742.659160235715, - -1027.3164396020911, - -4048.294623222162, - -4746.264861567874, - -3536.535567196177, - -166.22673720118473, - 3470.9976195161726, - 5120.710261040145 - ], - "relative wind speed": [ - 7.884719657436565, - 7.333454154749886, - 6.7812336530453, - 6.584178737206578, - 6.886304290429037, - 7.470638594988355, - 7.975265575487367, - 8.13870881732875 - ], - "relative wind angle": [ - 0.07596737346403985, - 0.10619312324535361, - 0.07392734318537943, - 0.010475850030182324, - 0.08700765287648152, - 0.10423592274242646, - 0.06284328649785509, - 0.008474861878813918 - ], - "resistance": [ - 57556.78126912176, - 53786.80566928396, - 50765.82748566389, - 50067.85724731817, - 51277.586541689874, - 54647.89537168486, - 58285.11972840222, - 59934.8323699262 - ], - "fuel": [ - 42.43499745086624, - 41.06761002920436, - 40.01005664540977, - 39.77054769747269, - 40.18681893466429, - 41.375270947889554, - 42.70526477132634, - 43.324728933718646 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.0625 -51.71875, -64.0625 -51.5625, -63.90625 -51.5625, -63.90625 -51.71875, -64.0625 -51.71875))", @@ -359445,68 +259041,7 @@ "id": "6192", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 28478.820105168772, - "wind resistance": [ - 1674.4731572810815, - -1995.371553932422, - -4383.3855636294065, - -4570.3171258142975, - -2666.5025199473857, - 896.375151080385, - 4116.85018895111, - 4558.292024661365 - ], - "relative wind speed": [ - 7.737405116388716, - 7.166238905602381, - 6.696083290945368, - 6.643261631292718, - 7.046553049265353, - 7.626687862962526, - 8.042624967754705, - 8.086310821964682 - ], - "relative wind angle": [ - 0.08722299363289662, - 0.10090519359831153, - 0.05182575734749769, - 0.034828786197306345, - 0.09579950845376624, - 0.09479429752632035, - 0.04314286587908807, - 0.028611505716563655 - ], - "resistance": [ - 30153.293262449854, - 26483.44855123635, - 24095.434541539365, - 23908.502979354475, - 25812.317585221386, - 29375.195256249157, - 32595.670294119882, - 33037.11212983014 - ], - "fuel": [ - 33.70057758124294, - 32.7430372827846, - 32.14686859626417, - 32.101096596181534, - 32.573345364539165, - 33.493369018920355, - 34.36562008346601, - 34.488190183274995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.90625 -51.71875, -63.90625 -51.5625, -63.75 -51.5625, -63.75 -51.71875, -63.90625 -51.71875))", @@ -359525,68 +259060,7 @@ "id": "6193", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 37277.24116957866, - "wind resistance": [ - 770.9227166664677, - -2851.2830828285805, - -4703.679941371993, - -4438.805091067905, - -1901.7187584947787, - 1872.015050289203, - 4756.087093962153, - 4130.9021168495965 - ], - "relative wind speed": [ - 7.61186691076927, - 7.016669513239121, - 6.616810612391098, - 6.6917493209779515, - 7.186195775544327, - 7.76841531676158, - 8.11170419279844, - 8.049994945147876 - ], - "relative wind angle": [ - 0.09839552423336526, - 0.09706768344393384, - 0.032337194630299854, - 0.05643935593392562, - 0.10424454433652275, - 0.08764905735866471, - 0.026376283717262968, - 0.04690885132445422 - ], - "resistance": [ - 38048.16388624512, - 34425.95808675008, - 32573.561228206665, - 32838.43607851076, - 35375.522411083875, - 39149.256219867864, - 42033.32826354081, - 41408.143286428254 - ], - "fuel": [ - 35.930386125868054, - 34.87854456556942, - 34.35950038019942, - 34.4329363427319, - 35.14956400267205, - 36.25980523890017, - 37.14403093618121, - 36.949728424000796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.0625 -51.875, -64.0625 -51.71875, -63.90625 -51.71875, -63.90625 -51.875, -64.0625 -51.875))", @@ -359605,68 +259079,7 @@ "id": "6194", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48774.631571070364, - "wind resistance": [ - 3056.592086845547, - -596.2558494402547, - -3746.994823397152, - -4619.668096963567, - -3744.221074997582, - -591.5878897639232, - 3060.539225470322, - 5126.28627004107 - ], - "relative wind speed": [ - 7.921454834525133, - 7.4005478724649, - 6.840321243161889, - 6.59458682752877, - 6.84089011770604, - 7.401291474148616, - 7.921946073301556, - 8.12764719166216 - ], - "relative wind angle": [ - 0.06851108588426433, - 0.10376359285830362, - 0.07928316887623502, - 5.6684557764810746e-05, - 0.0793540835095604, - 0.103753130244021, - 0.06843994191397755, - 4.599254929365558e-05 - ], - "resistance": [ - 51831.22365791591, - 48178.37572163011, - 45027.63674767321, - 44154.9634741068, - 45030.410496072785, - 48183.043681306444, - 51835.17079654068, - 53900.91784111143 - ], - "fuel": [ - 40.37914338070461, - 39.13126685758023, - 38.09480229942571, - 37.81426093119172, - 38.09569850400155, - 39.132829830073646, - 40.380518646625674, - 41.1082228662295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.90625 -51.875, -63.90625 -51.71875, -63.75 -51.71875, -63.75 -51.875, -63.90625 -51.875))", @@ -359685,68 +259098,7 @@ "id": "6195", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 49760.67772565605, - "wind resistance": [ - 2506.296197264277, - -1148.5519915914338, - -3997.2193008962568, - -4601.425967447256, - -3323.9783842871584, - -15.187346243281354, - 3464.1816468106445, - 4892.933528741061 - ], - "relative wind speed": [ - 7.8485717683946135, - 7.308806061449057, - 6.783774975375266, - 6.613411263260199, - 6.921593644398328, - 7.48931848287558, - 7.967994381604983, - 8.109952456383414 - ], - "relative wind angle": [ - 0.0756652421943204, - 0.10256691535717162, - 0.06859940915791081, - 0.013718232186087736, - 0.0858222184659566, - 0.10008638945594127, - 0.05839140605827129, - 0.011186669514841888 - ], - "resistance": [ - 52266.973922920326, - 48612.12573406462, - 45763.458424759796, - 45159.2517582088, - 46436.69934136889, - 49745.490379412775, - 53224.8593724667, - 54653.61125439711 - ], - "fuel": [ - 40.531317989544675, - 39.27684560303172, - 38.33355155170349, - 38.13735896595979, - 38.55376042789988, - 39.660539262778656, - 40.868318619432586, - 41.377322408161554 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -52.03125, -65 -51.875, -64.84375 -51.875, -64.84375 -52.03125, -65 -52.03125))", @@ -359765,68 +259117,7 @@ "id": "6196", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.875126380077383, - 19.875126380077383, - 19.875126380077383, - 19.875126380077383, - 19.875126380077383, - 19.875126380077383, - 19.875126380077383, - 19.875126380077383 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2512.4937412721447, - 1738.8477948606596, - -57.19291559085832, - -1744.997593760705, - -2371.4150767110586, - -2044.960466063334, - -562.731286223614, - 1312.3255101565683 - ], - "relative wind speed": [ - 6.034136621892206, - 5.93062305855898, - 5.598302591136019, - 5.211644008681538, - 5.0081393644618375, - 5.13029967963095, - 5.491017461601504, - 5.859268844515221 - ], - "relative wind angle": [ - 0.008928270546320333, - 0.054771676326388415, - 0.09176782097643899, - 0.07699163272793644, - 0.010757433784829809, - 0.06332668694185911, - 0.0935660077869359, - 0.06846759422652432 - ], - "resistance": [ - 99146.99374127219, - 98373.3477948607, - 96577.30708440919, - 94889.50240623933, - 94263.08492328899, - 94589.53953393671, - 96071.76871377643, - 97946.82551015662 - ], - "fuel": [ - 51.38064332916309, - 50.97599673749406, - 50.045185157033806, - 49.18140768576272, - 48.86351956497741, - 49.02900331705554, - 49.78535088876927, - 50.75386157378365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -52.03125, -64.84375 -51.875, -64.6875 -51.875, -64.6875 -52.03125, -64.84375 -52.03125))", @@ -359845,68 +259136,7 @@ "id": "6197", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 91233.02049792938, - "wind resistance": [ - 3581.751210358885, - 2690.33812061766, - 112.47785944224597, - -2437.442866492682, - -3510.65197576024, - -3135.803915753593, - -1067.2082916470754, - 1698.3428498733301 - ], - "relative wind speed": [ - 7.920728376447685, - 7.829811606901835, - 7.476060219401502, - 7.047428105986099, - 6.8027131842247925, - 6.907162578129654, - 7.288577932365939, - 7.703804370001004 - ], - "relative wind angle": [ - 0.011869281103693884, - 0.0420101180713403, - 0.07484902169371327, - 0.06557250225847056, - 0.013820094183192442, - 0.04762576623476187, - 0.07677808882322465, - 0.05997859884247865 - ], - "resistance": [ - 94814.77170828826, - 93923.35861854703, - 91345.49835737163, - 88795.5776314367, - 87722.36852216914, - 88097.21658217578, - 90165.81220628231, - 92931.3633478027 - ], - "fuel": [ - 58.79267409559776, - 58.3409960119259, - 57.05143612835848, - 55.800179993626834, - 55.28078647570217, - 55.46171202703208, - 56.46955205431324, - 57.841829118128175 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -52.1875, -65 -52.03125, -64.84375 -52.03125, -64.84375 -52.1875, -65 -52.1875))", @@ -359925,68 +259155,7 @@ "id": "6198", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.337448854484922, - 19.337448854484922, - 19.337448854484922, - 19.337448854484922, - 19.337448854484922, - 19.337448854484922, - 19.337448854484922, - 19.337448854484922 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2276.8013320248756, - 1279.014400924094, - -388.27361648230544, - -1772.0053324719775, - -2118.6323928808742, - -1648.9467217535112, - -180.751437005958, - 1453.9387464482388 - ], - "relative wind speed": [ - 5.8456584835900545, - 5.701527920721751, - 5.369776125454204, - 5.03035761894049, - 4.897474034092407, - 5.064538911945294, - 5.415023488765285, - 5.7317080566743 - ], - "relative wind angle": [ - 0.0038852233856584185, - 0.06165348215381068, - 0.08840491536163007, - 0.06349287178721118, - 0.004637434145417725, - 0.06941968772429984, - 0.08766430702384344, - 0.055715065183482106 - ], - "resistance": [ - 98911.30133202486, - 97913.51440092408, - 96246.22638351769, - 94862.49466752801, - 94515.86760711911, - 94985.55327824647, - 96453.74856299403, - 98088.43874644823 - ], - "fuel": [ - 50.600846564826966, - 50.08025679398173, - 49.218625701455665, - 48.511387278730275, - 48.33533881782516, - 48.57399506801883, - 49.32530664143026, - 50.171254795091585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -52.1875, -64.84375 -52.03125, -64.6875 -52.03125, -64.6875 -52.1875, -64.84375 -52.1875))", @@ -360005,68 +259174,7 @@ "id": "6199", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.652155421274426, - 23.652155421274426, - 23.652155421274426, - 23.652155421274426, - 23.652155421274426, - 23.652155421274426, - 23.652155421274426, - 23.652155421274426 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3263.621223400107, - 2505.174611975108, - 171.2592419825196, - -2163.9024807612986, - -3180.031999249197, - -2860.1965797707417, - -1003.2170961618722, - 1515.484760032301 - ], - "relative wind speed": [ - 7.140210537706363, - 7.054600499876053, - 6.699348818404313, - 6.259910921792016, - 6.001578904064321, - 6.101980633501831, - 6.490013965611138, - 6.914844258239797 - ], - "relative wind angle": [ - 0.014714362377488294, - 0.04655813500829009, - 0.08509437408925104, - 0.07625827479945509, - 0.017506263305085402, - 0.05383318170969948, - 0.08784605646613433, - 0.06902344303302116 - ], - "resistance": [ - 99898.12122340014, - 99139.67461197513, - 96805.75924198255, - 94470.59751923873, - 93454.46800075083, - 93774.30342022929, - 95631.28290383816, - 98149.98476003233 - ], - "fuel": [ - 56.92265659265239, - 56.52381854623129, - 55.30992975241411, - 54.11567810249932, - 53.60234346017282, - 53.76350557278165, - 54.706741171958484, - 56.006597445498066 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -52.03125, -64.6875 -51.875, -64.53125 -51.875, -64.53125 -52.03125, -64.6875 -52.03125))", @@ -360085,68 +259193,7 @@ "id": "6200", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 66261.61057677865, - "wind resistance": [ - 3855.9056546044776, - 2146.331452683353, - -697.358806523338, - -3046.569478362737, - -3625.061829563165, - -2811.6677505856205, - -300.7836419511623, - 2480.0705020957394 - ], - "relative wind speed": [ - 7.949998067851947, - 7.767511139124093, - 7.353104617027984, - 6.933600049370319, - 6.772372681746535, - 6.980921982295719, - 7.416154900644821, - 7.809781775100272 - ], - "relative wind angle": [ - 0.003978104402338812, - 0.05651150700305264, - 0.08016331956169485, - 0.05685456447839555, - 0.004669848416616317, - 0.06288703250628078, - 0.0794803462331449, - 0.050470268995168106 - ], - "resistance": [ - 70117.51623138312, - 68407.942029462, - 65564.25177025532, - 63215.04109841591, - 62636.548747215485, - 63449.94282619303, - 65960.82693482749, - 68741.68107887439 - ], - "fuel": [ - 47.37247482872396, - 46.66594696855419, - 45.51480511585266, - 44.58652832237614, - 44.36109155182808, - 44.67842432183619, - 45.67353540559278, - 46.80301937696696 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.53125 -52.03125, -64.53125 -51.875, -64.375 -51.875, -64.375 -52.03125, -64.53125 -52.03125))", @@ -360165,68 +259212,7 @@ "id": "6201", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 33789.58433074491, - "wind resistance": [ - 3707.4399919623975, - 928.8989993733667, - -2249.2423057023516, - -4031.8996505743416, - -3943.541896330371, - -1929.5805814822525, - 1299.2137993373253, - 3916.6930155747577 - ], - "relative wind speed": [ - 7.971917411516762, - 7.615267612780117, - 7.103899392668579, - 6.736459663033181, - 6.761273776402446, - 7.160585833662894, - 7.668174731600376, - 7.99289694064914 - ], - "relative wind angle": [ - 0.03551872484528944, - 0.08262852680226872, - 0.0853768982389851, - 0.03387722074784761, - 0.041881988034922296, - 0.08788840351907312, - 0.07908064286119401, - 0.02855033460476054 - ], - "resistance": [ - 37497.02432270731, - 34718.48333011828, - 31540.34202504256, - 29757.68468017057, - 29846.04243441454, - 31860.003749262658, - 35088.798130082236, - 37706.277346319665 - ], - "fuel": [ - 35.76719325208889, - 34.961677921198785, - 34.07553801997517, - 33.594944948005754, - 33.61848710730173, - 34.162967115331455, - 35.06737513541618, - 35.82902013952556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -52.1875, -64.6875 -52.03125, -64.53125 -52.03125, -64.53125 -52.1875, -64.6875 -52.1875))", @@ -360245,68 +259231,7 @@ "id": "6202", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 70907.617524756, - "wind resistance": [ - 4032.056190542502, - 2122.241145055268, - -893.9976964962443, - -3294.2526008075, - -3830.247744324348, - -2846.105815348259, - -137.8341959994541, - 2759.1092845495696 - ], - "relative wind speed": [ - 7.98059537844797, - 7.771194533114218, - 7.326987107920048, - 6.891911027322933, - 6.742136838188164, - 6.982467133317181, - 7.447252624943804, - 7.851616020337693 - ], - "relative wind angle": [ - 0.007561559934118978, - 0.06187636853459589, - 0.08461729426171459, - 0.05737486464187123, - 0.00895057196127542, - 0.06887632487006792, - 0.08324761984532618, - 0.0503555725223553 - ], - "resistance": [ - 74939.6737152985, - 73029.85866981128, - 70013.61982825976, - 67613.36492394851, - 67077.36978043165, - 68061.51170940774, - 70769.78332875654, - 73666.72680930558 - ], - "fuel": [ - 49.423963051124886, - 48.601123023594255, - 47.32922644477247, - 46.3412684111849, - 46.12357800285741, - 46.52410043304528, - 47.644908112230375, - 48.87400807411435 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.53125 -52.1875, -64.53125 -52.03125, -64.375 -52.03125, -64.375 -52.1875, -64.53125 -52.1875))", @@ -360325,68 +259250,7 @@ "id": "6203", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57032.53468719729, - "wind resistance": [ - 4376.317035195523, - 1790.1907962185142, - -1670.4477890387898, - -4048.0364352885335, - -4335.756497624654, - -2708.0649291340087, - 587.7584638010194, - 3695.700053988625 - ], - "relative wind speed": [ - 8.051261913812459, - 7.74445010708165, - 7.213507040636847, - 6.756445816653972, - 6.67543669745445, - 7.029065801758556, - 7.572951187034766, - 7.983402371993263 - ], - "relative wind angle": [ - 0.022421481143995597, - 0.0793933709976211, - 0.09553871023618633, - 0.0531503046620611, - 0.02704363844799867, - 0.08749336306825956, - 0.09099116852497742, - 0.044975703743195906 - ], - "resistance": [ - 61408.85172239281, - 58822.7254834158, - 55362.08689815849, - 52984.49825190875, - 52696.77818957264, - 54324.46975806328, - 57620.2931509983, - 60728.23474118591 - ], - "fuel": [ - 43.88678725062752, - 42.90602241536406, - 41.63253943235261, - 40.783434554565176, - 40.682108261092665, - 41.259389857473465, - 42.458486486809626, - 43.62625650204635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -52.34375, -65 -52.1875, -64.84375 -52.1875, -64.84375 -52.34375, -65 -52.34375))", @@ -360405,68 +259269,7 @@ "id": "6204", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.86512391493705, - 21.86512391493705, - 21.86512391493705, - 21.86512391493705, - 21.86512391493705, - 21.86512391493705, - 21.86512391493705, - 21.86512391493705 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2561.1243396282716, - 949.8259712886993, - -1126.6042181505109, - -2490.0971841999544, - -2607.0699350594514, - -1551.4034692174428, - 457.89332407355505, - 2283.693656831814 - ], - "relative wind speed": [ - 6.570235351546365, - 6.331808836281543, - 5.941106855224935, - 5.620650483676989, - 5.5809540587388895, - 5.850063045921011, - 6.246462207943224, - 6.536308508692448 - ], - "relative wind angle": [ - 0.023316924851195676, - 0.07242699102148664, - 0.08338055565578285, - 0.04299019128712, - 0.02745104896814596, - 0.0784030502279526, - 0.07929575021802585, - 0.03696481528754277 - ], - "resistance": [ - 99195.6243396283, - 97584.32597128872, - 95507.89578184951, - 94144.40281580007, - 94027.43006494058, - 95083.09653078258, - 97092.39332407358, - 98918.19365683185 - ], - "fuel": [ - 54.00081445652182, - 53.16026301246245, - 52.09131706672213, - 51.3981175296428, - 51.33897080230827, - 51.87460732117192, - 52.90556594544841, - 53.85540120425465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -52.34375, -64.84375 -52.1875, -64.6875 -52.1875, -64.6875 -52.34375, -64.84375 -52.34375))", @@ -360485,68 +259288,7 @@ "id": "6205", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 85126.4347056413, - "wind resistance": [ - 3477.7719990586083, - 1495.4262480802863, - -1252.9894959309568, - -3200.3537053231958, - -3478.9294138314035, - -2271.035711385088, - 317.1533298151844, - 2815.406340411133 - ], - "relative wind speed": [ - 7.91086393555672, - 7.67549461090074, - 7.256798218181637, - 6.89114435286654, - 6.813507722337828, - 7.0776011590992365, - 7.506299708234742, - 7.84332743146713 - ], - "relative wind angle": [ - 0.015813977591006497, - 0.06211897636318027, - 0.0756920761747872, - 0.0434859322566381, - 0.0183611797616906, - 0.0673742351103179, - 0.07317157371479317, - 0.03820397493824663 - ], - "resistance": [ - 88604.2067046999, - 86621.86095372158, - 83873.44520971033, - 81926.0810003181, - 81647.5052918099, - 82855.3989942562, - 85443.58803545649, - 87941.84104605243 - ], - "fuel": [ - 55.707249564040524, - 54.75263224222104, - 53.453297391971425, - 52.54967922566795, - 52.42156790427684, - 52.97914220311924, - 54.192152511144194, - 55.38665445089562 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -52.5, -65 -52.34375, -64.84375 -52.34375, -64.84375 -52.5, -65 -52.5))", @@ -360565,68 +259307,7 @@ "id": "6206", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.757804858049074, - 20.757804858049074, - 20.757804858049074, - 20.757804858049074, - 20.757804858049074, - 20.757804858049074, - 20.757804858049074, - 20.757804858049074 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1827.8496555869606, - -56.713763177143846, - -1832.4218072435633, - -2495.0410023966924, - -2156.1623997793995, - -602.5778676149839, - 1367.6234156805676, - 2631.566119553534 - ], - "relative wind speed": [ - 6.178577870026303, - 5.844513519589832, - 5.455806336850873, - 5.250747948048793, - 5.371964984739667, - 5.733628346220174, - 6.1046711220200605, - 6.281916767938683 - ], - "relative wind angle": [ - 0.05266267916995977, - 0.08833580491644251, - 0.07410831562189964, - 0.010601322523123336, - 0.060579154009392344, - 0.09004875836740371, - 0.0662191280049777, - 0.008861078603582448 - ], - "resistance": [ - 98462.34965558696, - 96577.78623682285, - 94802.07819275644, - 94139.4589976033, - 94478.3376002206, - 96031.92213238502, - 98002.12341568057, - 99266.06611955354 - ], - "fuel": [ - 52.14112125324646, - 51.164118369674696, - 50.255641333617035, - 49.919642114138874, - 50.09127567954448, - 50.88359764897076, - 51.90130932497294, - 52.561807022765585 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -52.5, -64.84375 -52.34375, -64.6875 -52.34375, -64.6875 -52.5, -64.84375 -52.5))", @@ -360645,68 +259326,7 @@ "id": "6207", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78393.52608147898, - "wind resistance": [ - 2997.927896232679, - 742.565619966208, - -1852.0919104854584, - -3310.24691392195, - -3244.5914384794523, - -1611.928274923419, - 1020.5030853457174, - 3154.0849934792022 - ], - "relative wind speed": [ - 7.858064093598202, - 7.565791080144381, - 7.14960769873762, - 6.853013388436505, - 6.8712975317293585, - 7.191849998453459, - 7.605722242022716, - 7.874014767992077 - ], - "relative wind angle": [ - 0.02909141368567121, - 0.067548187954256, - 0.0690968199236978, - 0.027351993483311896, - 0.03327059014816437, - 0.0710661412701142, - 0.06494706605179487, - 0.023804617290701578 - ], - "resistance": [ - 81391.45397771166, - 79136.09170144518, - 76541.43417099353, - 75083.27916755703, - 75148.93464299952, - 76781.59780655557, - 79414.0291668247, - 81547.61107495819 - ], - "fuel": [ - 52.30406978599794, - 51.27965605108325, - 50.12454326154627, - 49.48638381127109, - 49.514947737350084, - 50.230409392835185, - 51.40487617710399, - 52.37569891961859 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -52.34375, -64.6875 -52.1875, -64.53125 -52.1875, -64.53125 -52.34375, -64.6875 -52.34375))", @@ -360738,51 +259358,51 @@ ], "ice resistance": 54508.194123994734, "wind resistance": [ - 3331.0431933172404, + 3331.0431933172295, 876.6651109523809, - -1975.2788625368848, + -1975.278862536903, -3607.21758050039, - -3558.5086557869654, + -3558.508655786987, -1797.9457875793341, - 1081.975181970789, + 1081.9751819707963, 3446.678070508755 ], "relative wind speed": [ - 7.909845621283267, + 7.9098456212832655, 7.594749110949951, - 7.138393422734331, + 7.13839342273433, 6.80687622523098, 6.82048907892298, 7.169694203379016, - 7.624176569997901, + 7.624176569997902, 7.921563297899409 ], "relative wind angle": [ 0.030796498868861676, - 0.07348242295212058, - 0.07641898317668637, + 0.07348242295212057, + 0.07641898317668783, 0.03131709993796777, - 0.03571721003901259, + 0.0357172100390157, 0.07784739732461238, 0.0715412510826412, - 0.02690914608008328 + 0.026909146080083282 ], "resistance": [ - 57839.23731731197, + 57839.23731731196, 55384.859234947115, - 52532.91526145785, + 52532.915261457834, 50900.97654349434, - 50949.68546820777, + 50949.68546820775, 52710.2483364154, - 55590.16930596552, + 55590.16930596553, 57954.87219450349 ], "fuel": [ - 42.53957517185967, + 42.53957517185966, 41.640773784475584, 40.624538374251514, 40.05664261999394, - 40.0734492823124, + 40.073449282312396, 40.6868451657982, 41.71509990433387, 42.58247396333285 @@ -360818,9 +259438,9 @@ ], "ice resistance": 73609.86921230596, "wind resistance": [ - 3947.2227866791145, + 3947.222786679067, 1141.6860138935845, - -2174.908728162656, + -2174.908728162667, -4130.78011954531, -4121.679263325161, -2142.054705245624, @@ -360828,9 +259448,9 @@ 3968.758038341439 ], "relative wind speed": [ - 8.004231528810337, + 8.004231528810335, 7.650206688752698, - 7.121969453598422, + 7.121969453598421, 6.72525825131654, 6.727818477052822, 7.127804812586991, @@ -360838,19 +259458,19 @@ 8.006382783759067 ], "relative wind angle": [ - 0.0334683773308454, + 0.033468377330848724, 0.08388320688543802, - 0.08979131685317597, + 0.0897913168531772, 0.03899582618636305, - 0.039821144463683567, - 0.0900471632887434, + 0.03982114446368357, + 0.09004716328874342, 0.08351687360333004, - 0.03275354568342102 + 0.03275354568342103 ], "resistance": [ - 77557.09199898507, + 77557.09199898502, 74751.55522619955, - 71434.9604841433, + 71434.96048414329, 69479.08909276065, 69488.1899489808, 71467.81450706034, @@ -360858,9 +259478,9 @@ 77578.6272506474 ], "fuel": [ - 50.57371911005154, + 50.57371911005153, 49.34230998101452, - 47.92436399696083, + 47.924363996960814, 47.107355197506266, 47.111123853996254, 47.93820937860453, @@ -360898,47 +259518,47 @@ ], "ice resistance": 49558.37451771188, "wind resistance": [ - 3013.81245964154, + 3013.812459641489, 279.92939431531704, - -2506.2385671989578, + -2506.2385671989687, -3766.2103697213097, - -3428.421645598726, + -3428.421645598737, -1276.7120920520938, - 1703.4758756948395, + 1703.4758756948504, 3815.735005190538 ], "relative wind speed": [ - 7.878940070397585, + 7.878940070397584, 7.509136404730202, 7.044554799695425, 6.764191603632263, - 6.858614144655055, + 6.858614144655056, 7.261622069023881, - 7.713140235485625, + 7.713140235485624, 7.9601505367379755 ], "relative wind angle": [ - 0.04254367004532353, + 0.04254367004532875, 0.079729433595974, - 0.07255848645296835, + 0.07255848645296989, 0.018357263167830998, - 0.04887742254377141, - 0.08245310552548454, - 0.06625935827788104, + 0.04887742254377368, + 0.08245310552548456, + 0.06625935827787936, 0.01559896467223287 ], "resistance": [ - 52572.18697735343, + 52572.18697735337, 49838.3039120272, - 47052.13595051292, + 47052.135950512915, 45792.164147990574, - 46129.95287211316, + 46129.95287211315, 48281.662425659786, - 51261.85039340673, + 51261.850393406734, 53374.10952290242 ], "fuel": [ - 40.63832658468033, + 40.638326584680314, 39.6921724544565, 38.756537801582624, 38.34290641983483, @@ -360978,19 +259598,19 @@ ], "ice resistance": 66273.43963547594, "wind resistance": [ - 3921.935986496497, + 3921.9359864964463, 1376.736431164165, - -1827.2243030624923, + -1827.224303062496, -3876.314868897851, -4008.5627010601456, -2306.010860605704, - 822.1202079815957, + 822.1202079816067, 3608.6532039978483 ], "relative wind speed": [ - 7.990760929737828, + 7.990760929737826, 7.677751253936564, - 7.17707668458532, + 7.1770766845853196, 6.774710680297569, 6.737591071339028, 7.092216110884344, @@ -360998,17 +259618,17 @@ 7.95931459857405 ], "relative wind angle": [ - 0.026467031504030937, - 0.07728393706694774, + 0.02646703150403513, + 0.07728393706694775, 0.08745134636138056, - 0.04336847828827746, - 0.03139130328959956, - 0.08367887907776617, - 0.08258995932695701, + 0.043368478288277466, + 0.031391303289599555, + 0.08367887907776615, + 0.08258995932695566, 0.03691065370956097 ], "resistance": [ - 70195.37562197243, + 70195.37562197239, 67650.1760666401, 64446.21533241344, 62397.12476657808, @@ -361018,7 +259638,7 @@ 69882.09283947379 ], "fuel": [ - 47.404911257763665, + 47.40491125776365, 46.356258211114486, 45.07045858039231, 44.26815307371011, @@ -361045,68 +259665,7 @@ "id": "6212", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 27535.027164922296, - "wind resistance": [ - 3489.1698148707, - 145.441707593538, - -3126.83978315533, - -4486.229800510297, - -3974.359813718773, - -1281.9102076912204, - 2283.590595041016, - 4699.951178506537 - ], - "relative wind speed": [ - 7.965812411496048, - 7.510328015522351, - 6.954933554966964, - 6.6376617805213805, - 6.781859466830306, - 7.283045949480232, - 7.815157352796864, - 8.086360818711102 - ], - "relative wind angle": [ - 0.05419677738003708, - 0.09660904911779365, - 0.0853667652255779, - 0.01720422040271575, - 0.06367010891546702, - 0.09963379107377142, - 0.07595110438021785, - 0.014121798542542639 - ], - "resistance": [ - 31024.196979792996, - 27680.468872515834, - 24408.187381766966, - 23048.797364412, - 23560.667351203523, - 26253.116957231076, - 29818.617759963312, - 32234.978343428833 - ], - "fuel": [ - 33.93517236967378, - 33.04985807645284, - 32.22373991098261, - 31.892263464418665, - 32.016271758087406, - 32.684610257395384, - 33.61117693096127, - 34.26600917225662 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.21875 -52.03125, -64.21875 -51.875, -64.0625 -51.875, -64.0625 -52.03125, -64.21875 -52.03125))", @@ -361125,68 +259684,7 @@ "id": "6213", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48906.267172838794, - "wind resistance": [ - 4077.276253013515, - 851.1487615909537, - -2692.7800610557097, - -4563.562566050496, - -4357.482351794344, - -1952.7100700613664, - 1709.1502547274104, - 4563.987363598415 - ], - "relative wind speed": [ - 8.03772361890051, - 7.619668411599106, - 7.041258835560302, - 6.643223611953765, - 6.701444045119214, - 7.173214520769167, - 7.741771585001643, - 8.085909553369666 - ], - "relative wind angle": [ - 0.04377049086369419, - 0.0948550941517173, - 0.0951418670061597, - 0.0337698707036672, - 0.05250576289300781, - 0.10077825656011398, - 0.08651035050303749, - 0.02774294452992441 - ], - "resistance": [ - 52983.54342585231, - 49757.41593442975, - 46213.487111783084, - 44342.7046067883, - 44548.78482104445, - 46953.55710277743, - 50615.41742756621, - 53470.254536437205 - ], - "fuel": [ - 40.783097784309604, - 39.66460199783877, - 38.48056354231654, - 37.874375493473835, - 37.9405132130216, - 38.7239627150999, - 39.95829010466138, - 40.95520224652868 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.375 -52.1875, -64.375 -52.03125, -64.21875 -52.03125, -64.21875 -52.1875, -64.375 -52.1875))", @@ -361205,68 +259703,7 @@ "id": "6214", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48593.06807137028, - "wind resistance": [ - 4670.570027069836, - 2030.442125790567, - -1605.6246218700653, - -4182.144796808596, - -4554.53204813959, - -2944.889651861613, - 477.9895194528326, - 3790.5331930296525 - ], - "relative wind speed": [ - 8.091240683320237, - 7.784073494602909, - 7.231189591398636, - 6.73988914398935, - 6.6348055703392745, - 6.992640458527956, - 7.5629833957816945, - 8.003918732618173 - ], - "relative wind angle": [ - 0.02060491674699292, - 0.0814021729399931, - 0.10090229310720347, - 0.05896404391943498, - 0.025128858434075824, - 0.09063935632425608, - 0.09646153241951465, - 0.049643690516417496 - ], - "resistance": [ - 53263.63809844012, - 50623.51019716085, - 46987.44344950022, - 44410.92327456169, - 44038.53602323069, - 45648.178419508666, - 49071.05759082311, - 52383.601264399935 - ], - "fuel": [ - 40.88203355243451, - 39.961073245545606, - 38.7351562787718, - 37.896251544013765, - 37.777046841241784, - 38.29601399370675, - 39.43163830571395, - 40.57216695788286 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.21875 -52.1875, -64.21875 -52.03125, -64.0625 -52.03125, -64.0625 -52.1875, -64.21875 -52.1875))", @@ -361285,68 +259722,7 @@ "id": "6215", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 58817.38324079132, - "wind resistance": [ - 4455.226193998682, - 1606.7662547701002, - -1995.4187902570993, - -4320.596070493004, - -4487.4322526014, - -2595.086295873527, - 911.6082243791861, - 4061.07579161839 - ], - "relative wind speed": [ - 8.071663830751948, - 7.725425896629503, - 7.163637592974965, - 6.705077441741391, - 6.657978371144933, - 7.056785932915154, - 7.626449332672368, - 8.03258174484105 - ], - "relative wind angle": [ - 0.028805032842602423, - 0.08611428508548992, - 0.0988816319113499, - 0.050084786519902565, - 0.03492346173700116, - 0.0942969401123235, - 0.09286311785250058, - 0.04180222284239269 - ], - "resistance": [ - 63272.60943479001, - 60424.14949556142, - 56821.96445053422, - 54496.78717029832, - 54329.95098818992, - 56222.29694491779, - 59728.991465170504, - 62878.45903240971 - ], - "fuel": [ - 44.60903066072558, - 43.510413986910706, - 42.164326525030404, - 41.32108151178144, - 41.26135050074757, - 41.94492693850768, - 43.246883077877214, - 44.45521179082107 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.0625 -52.03125, -64.0625 -51.875, -63.90625 -51.875, -63.90625 -52.03125, -64.0625 -52.03125))", @@ -361365,68 +259741,7 @@ "id": "6216", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64409.8747805556, - "wind resistance": [ - 3228.231692774876, - -415.2841660858503, - -3656.2064765011964, - -4669.946949390436, - -3870.2558761593427, - -775.4852817368701, - 2923.619162542356, - 5120.0408522180005 - ], - "relative wind speed": [ - 7.943677107356965, - 7.430024267742351, - 6.860009513937535, - 6.590671951702359, - 6.816092068277331, - 7.3726424333436915, - 7.905781842289019, - 8.131676352033699 - ], - "relative wind angle": [ - 0.06606699640549174, - 0.10388874936832271, - 0.08248843558879376, - 0.004377058669544072, - 0.07701656385890623, - 0.10470027935330513, - 0.07155681822677012, - 0.0035475743194269462 - ], - "resistance": [ - 67638.10647333047, - 63994.59061446975, - 60753.6683040544, - 59739.92783116516, - 60539.61890439625, - 63634.389498818724, - 67333.49394309796, - 69529.9156327736 - ], - "fuel": [ - 46.35134281790391, - 44.89228614325414, - 43.63596111434823, - 43.25101507704901, - 43.55436200836509, - 44.750725685561825, - 46.227467545417454, - 47.128406368398544 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.90625 -52.03125, -63.90625 -51.875, -63.75 -51.875, -63.75 -52.03125, -63.90625 -52.03125))", @@ -361445,68 +259760,7 @@ "id": "6217", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 42190.87934792202, - "wind resistance": [ - 2800.8083366368955, - -890.7555396766074, - -3915.3429864026293, - -4656.687111276398, - -3560.585499799541, - -293.71487048022755, - 3305.63492712647, - 5059.1057429534085 - ], - "relative wind speed": [ - 7.8892177249744035, - 7.3532106324637665, - 6.805289827027887, - 6.5962809591773075, - 6.87803610177456, - 7.448317281372102, - 7.952054281725901, - 8.12626694349622 - ], - "relative wind angle": [ - 0.07291715114834241, - 0.10422605267969749, - 0.07459012898337562, - 0.0072480031450698834, - 0.08366060366851089, - 0.1028904558404091, - 0.06381763289466486, - 0.005883356119182703 - ], - "resistance": [ - 44991.687684558914, - 41300.12380824541, - 38275.53636151939, - 37534.19223664562, - 38630.29384812248, - 41897.164477441795, - 45496.51427504849, - 47249.98509087543 - ], - "fuel": [ - 38.08318966324582, - 36.91630418454857, - 35.99804063643573, - 35.77816315963137, - 36.10398268815659, - 37.10158842916818, - 38.24670433109534, - 38.82202557648386 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.0625 -52.1875, -64.0625 -52.03125, -63.90625 -52.03125, -63.90625 -52.1875, -64.0625 -52.1875))", @@ -361525,68 +259779,7 @@ "id": "6218", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64921.82947389154, - "wind resistance": [ - 3661.0638185084863, - 470.79173847130005, - -2837.1466920069906, - -4400.887264338817, - -4050.1498190801467, - -1572.923145694538, - 1935.9101652721583, - 4490.618400998923 - ], - "relative wind speed": [ - 7.98215587548273, - 7.557207823571582, - 7.007044277247128, - 6.661110546436374, - 6.759905513117656, - 7.23185625397314, - 7.766110059964397, - 8.06478401787277 - ], - "relative wind angle": [ - 0.047730243032127216, - 0.09302705701610094, - 0.08744468847621974, - 0.02453504261085248, - 0.05636873995543991, - 0.09722516951528014, - 0.07887903463651662, - 0.020264078859304795 - ], - "resistance": [ - 68582.89329240003, - 65392.62121236284, - 62084.68278188455, - 60520.942209552726, - 60871.67965481139, - 63348.906328197, - 66857.7396391637, - 69412.44787489047 - ], - "fuel": [ - 46.73775079706254, - 45.44629095858981, - 44.14719161199555, - 43.547250235964036, - 43.68102186525198, - 44.638872628701066, - 46.03468563684341, - 47.07976851935965 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.90625 -52.1875, -63.90625 -52.03125, -63.75 -52.03125, -63.75 -52.1875, -63.90625 -52.1875))", @@ -361618,19 +259811,19 @@ ], "ice resistance": 47308.79759959906, "wind resistance": [ - 2218.4096448677083, + 2218.4096448676573, -1225.2241892453567, - -3836.877213747808, + -3836.8772137478154, -4340.173320579426, -3043.2729599027443, 111.89469373970132, - 3347.03042961756, + 3347.030429617538, 4538.517095724939 ], "relative wind speed": [ - 7.801439517511751, + 7.80143951751175, 7.2879084540222285, - 6.803437724967933, + 6.8034377249679325, 6.661906434765721, 6.965104436536421, 7.500768542159173, @@ -361638,33 +259831,33 @@ 8.061894381079448 ], "relative wind angle": [ - 0.07320831406209209, - 0.09620724447535732, + 0.07320831406209664, + 0.0962072444753573, 0.06168826173788839, 0.016048703865678783, 0.08201750148917583, 0.09346893686833431, - 0.05283027119918085, + 0.05283027119918296, 0.013261586274694644 ], "resistance": [ - 49527.207244466765, + 49527.207244466714, 46083.573410353696, - 43471.92038585125, + 43471.92038585124, 42968.62427901963, 44265.52463969631, 47420.692293338754, - 50655.82802921662, + 50655.828029216595, 51847.31469532399 ], "fuel": [ - 39.586269210495146, + 39.586269210495125, 38.438046936120564, 37.59665768234434, 37.43742894541154, 37.849646652971515, 38.878646465058246, - 39.97218992723819, + 39.972189927238176, 40.38475019934251 ] }, @@ -361685,68 +259878,7 @@ "id": "6220", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 70597.78388616309, - "wind resistance": [ - 4755.678822347982, - 2318.26446545362, - -1284.5190218530806, - -4009.83752630659, - -4531.556518065747, - -3163.762078394615, - 140.2025088353912, - 3521.881601671652 - ], - "relative wind speed": [ - 8.094323415682663, - 7.821326241118667, - 7.284030862623998, - 6.776741192320542, - 6.6296936478613055, - 6.949659362310481, - 7.510912315724521, - 7.971617667353794 - ], - "relative wind angle": [ - 0.014084531015898698, - 0.076596220920998, - 0.10071941723692934, - 0.06457095965270108, - 0.017196360021120464, - 0.08622590613084041, - 0.09766713111326435, - 0.0548817415412489 - ], - "resistance": [ - 75353.46270851107, - 72916.04835161672, - 69313.26486431001, - 66587.94635985649, - 66066.22736809734, - 67434.02180776847, - 70737.98639499847, - 74119.66548783475 - ], - "fuel": [ - 49.60403207837618, - 48.55251656971308, - 47.038741499429044, - 45.92573608015141, - 45.71582065349272, - 46.268310544537506, - 47.63159073740674, - 49.069001473415284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.21875 -52.34375, -64.21875 -52.1875, -64.0625 -52.1875, -64.0625 -52.34375, -64.21875 -52.34375))", @@ -361765,68 +259897,7 @@ "id": "6221", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 89632.86580788932, - "wind resistance": [ - 4413.941405816498, - 1664.8299065847132, - -1877.8614983834705, - -4214.408029597496, - -4422.742345903214, - -2627.693111201086, - 795.7184399124562, - 3921.4993639779204 - ], - "relative wind speed": [ - 8.062461236696317, - 7.730846672775815, - 7.181408187317583, - 6.724785805065122, - 6.666035196529126, - 7.047929919957129, - 7.6070153727808245, - 8.013523713734829 - ], - "relative wind angle": [ - 0.026516144343225603, - 0.08353851602173729, - 0.09742046742133424, - 0.05099320579382188, - 0.03207258588508604, - 0.09165479992754826, - 0.09195398427559344, - 0.04278697001045748 - ], - "resistance": [ - 94046.80721370582, - 91297.69571447403, - 87755.00430950585, - 85418.45777829182, - 85210.1234619861, - 87005.17269668824, - 90428.58424780177, - 93554.36517186725 - ], - "fuel": [ - 58.40337090111415, - 57.02775665013007, - 55.29651780653809, - 54.18025484017298, - 54.081711518139514, - 54.93607926486801, - 56.598716954624834, - 58.154892712592456 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.375 -52.5, -64.375 -52.34375, -64.21875 -52.34375, -64.21875 -52.5, -64.375 -52.5))", @@ -361858,11 +259929,11 @@ ], "ice resistance": 94783.73458667281, "wind resistance": [ - 4055.2801841493274, + 4055.280184149251, 964.08537211148, - -2517.7161467981423, + -2517.7161467981605, -4431.389710940202, - -4296.86842482688, + -4296.868424826895, -2033.898122637711, 1524.9080780346703, 4373.157664896273 @@ -361878,29 +259949,29 @@ 8.061075789865495 ], "relative wind angle": [ - 0.04023020041061823, + 0.040230200410626506, 0.09136611338888222, - 0.09376968446728506, + 0.09376968446728744, 0.03594781223521963, - 0.04816873035423039, + 0.04816873035423269, 0.09747864578277499, - 0.0859283675333964, + 0.08592836753339642, 0.029738062108329848 ], "resistance": [ - 98839.01477082213, + 98839.01477082206, 95747.8199587843, - 92266.01843987466, + 92266.01843987465, 90352.34487573261, - 90486.86616184593, + 90486.86616184592, 92749.8364640351, 96308.64266470748, 99156.89225156908 ], "fuel": [ - 60.86855835920723, + 60.868558359207185, 59.26861586067268, - 57.50908260353691, + 57.50908260353689, 56.56121523466547, 56.62740008839476, 57.75088206788318, @@ -361938,17 +260009,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3555.3823397103297, + 3555.3823397102933, 525.2077682485724, - -2634.7060741852656, + -2634.706074185273, -4158.670675871936, - -3841.7630185113394, + -3841.7630185113303, -1504.45660418451, - 1836.6058366914294, + 1836.6058366914185, 4302.03078239326 ], "relative wind speed": [ - 7.312277123278315, + 7.312277123278314, 6.871044238667418, 6.288852053942696, 5.913770810716571, @@ -361958,33 +260029,33 @@ 7.393116084939547 ], "relative wind angle": [ - 0.05416340083655427, + 0.05416340083655837, 0.1078998939890254, - 0.10363500476298562, - 0.030460864608402187, - 0.06587754900476286, + 0.10363500476298669, + 0.03046086460840219, + 0.06587754900476119, 0.1138560602113321, - 0.09206116780065644, + 0.09206116780065765, 0.024364359318038754 ], "resistance": [ - 100189.88233971034, + 100189.88233971031, 97159.70776824858, - 93999.79392581475, + 93999.79392581474, 92475.82932412808, 92792.73698148868, 95130.0433958155, - 98471.10583669145, + 98471.10583669144, 100936.53078239327 ], "fuel": [ - 57.51269939805197, + 57.51269939805195, 55.928764175448606, - 54.31340365352861, + 54.313403653528596, 53.54762742745791, 53.70615850304807, 54.886923585540686, - 56.61006557913444, + 56.610065579134435, 57.908234656527526 ] }, @@ -362018,39 +260089,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3141.7647189510426, + 3141.76471895101, 363.8507402766154, - -2472.487841827635, + -2472.487841827653, -3780.3199304550926, - -3443.843220463372, + -3443.8432204633737, -1269.8767293115416, 1758.86867552092, 3935.1614746319065 ], "relative wind speed": [ - 7.021003944829142, + 7.0210039448291415, 6.596685483021856, 6.050517186694662, 5.711244476474339, - 5.8208653575770155, + 5.820865357577015, 6.2976750108619655, 6.8240905385156685, 7.11046105637939 ], "relative wind angle": [ - 0.05536092490643486, + 0.05536092490643887, 0.10628405365442065, - 0.099524389895849, - 0.02633606259766513, - 0.06679071364559985, - 0.1113508465054772, + 0.09952438989585236, + 0.026336062597665126, + 0.06679071364559987, + 0.11135084650547722, 0.08821113680031933, - 0.0211527100811534 + 0.021152710081153398 ], "resistance": [ - 99776.26471895106, + 99776.26471895102, 96998.35074027663, - 94162.01215817238, + 94162.01215817237, 92854.18006954492, 93190.65677953664, 95364.62327068848, @@ -362058,7 +260129,7 @@ 100569.66147463192 ], "fuel": [ - 56.00765739486273, + 56.007657394862704, 54.558555711038565, 53.10860360428367, 52.45011635799373, @@ -362098,9 +260169,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1529.1706277420017, + 1529.1706277419544, -1793.9359383641422, - -3970.29326843538, + -3970.2932684353837, -4152.155207644482, -2449.713778184323, 769.2237636588143, @@ -362108,9 +260179,9 @@ 4121.502596225848 ], "relative wind speed": [ - 7.587436060982597, + 7.587436060982596, 7.062434233892728, - 6.629720491523572, + 6.629720491523571, 6.577651045008518, 6.943898139500607, 7.477227430217641, @@ -362118,17 +260189,17 @@ 7.907048379854357 ], "relative wind angle": [ - 0.08147180658370763, + 0.08147180658371173, 0.09429645653185742, 0.04873017901308439, - 0.03166863803958067, - 0.08904151103024785, + 0.03166863803958068, + 0.08904151103024784, 0.08905115343855986, - 0.04108003670950412, - 0.02634289226670437 + 0.04108003670950413, + 0.026342892266704367 ], "resistance": [ - 98163.67062774202, + 98163.67062774197, 94840.56406163587, 92664.20673156463, 92482.34479235554, @@ -362138,7 +260209,7 @@ 100756.00259622587 ], "fuel": [ - 59.788042657494366, + 59.78804265749433, 58.077851901867795, 56.980087985912235, 56.889153971807, @@ -362178,9 +260249,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3262.1237967442758, + 3262.1237967442466, 497.00072967896995, - -2391.659864551708, + -2391.659864551719, -3792.0777364404985, -3507.35782451484, -1378.3421383688928, @@ -362188,7 +260259,7 @@ 3932.4342973622297 ], "relative wind speed": [ - 6.910687429207482, + 6.9106874292074805, 6.484660970175985, 5.920019107840746, 5.554094174643327, @@ -362198,19 +260269,19 @@ 6.9874168789041455 ], "relative wind angle": [ - 0.055309766658953964, - 0.11078735727912346, - 0.10694093799343789, - 0.03181479346619194, - 0.06767685284203143, - 0.11715659605926083, + 0.055309766658955976, + 0.11078735727912348, + 0.10694093799343997, + 0.03181479346619195, + 0.06767685284203141, + 0.11715659605926085, 0.09473229014320121, - 0.025287081675855583 + 0.02528708167585558 ], "resistance": [ - 99896.6237967443, + 99896.62379674427, 97131.500729679, - 94242.84013544832, + 94242.8401354483, 92842.42226355954, 93127.14217548519, 95256.15786163113, @@ -362218,7 +260289,7 @@ 100566.93429736226 ], "fuel": [ - 55.344939476664656, + 55.34493947666465, 53.901205988170496, 52.42335656917954, 51.718072857608526, @@ -362258,21 +260329,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3013.635801166565, + 3013.635801166558, 22.42487020046974, - -2829.406955563305, + -2829.4069555633014, -3944.6723966966165, - -3430.3083530727763, + -3430.308353072767, -988.0245675010083, 2158.0771024362366, 4227.4299639893325 ], "relative wind speed": [ - 7.135791268100767, + 7.135791268100766, 6.675452600895872, - 6.12414827580052, + 6.124148275800518, 5.820968870815863, - 5.98486093381483, + 5.984860933814829, 6.494336763072776, 7.016614947039319, 7.270103082075161 @@ -362280,19 +260351,19 @@ "relative wind angle": [ 0.06281936343753329, 0.1087669969073761, - 0.09432794862293166, - 0.015652910802561936, - 0.07492078080344586, - 0.11181285041223749, - 0.08230090269108115, - 0.012532665623736172 + 0.09432794862292931, + 0.015652910802561933, + 0.0749207808034429, + 0.1118128504122375, + 0.08230090269108116, + 0.012532665623736174 ], "resistance": [ 99648.13580116659, 96656.9248702005, 93805.09304443673, 92689.82760330342, - 93204.19164692725, + 93204.19164692727, 95646.47543249902, 98792.57710243626, 100861.92996398936 @@ -362302,7 +260373,7 @@ 55.09880902066564, 53.644642030310735, 53.08419280352373, - 53.34209875265306, + 53.34209875265307, 54.58011276056564, 56.20760895636245, 57.298176817513145 @@ -362338,9 +260409,9 @@ ], "ice resistance": 25852.318234108086, "wind resistance": [ - -220.24692717761718, + -220.24692717764992, -3399.343114179257, - -4507.544668145496, + -4507.5446681455, -3825.130308908785, -937.1695832949044, 2633.0075637884584, @@ -362348,9 +260419,9 @@ 3238.7440026141194 ], "relative wind speed": [ - 7.455034939499227, + 7.455034939499226, 6.903262958948831, - 6.624096046165042, + 6.624096046165041, 6.816196260057066, 7.340862108781789, 7.861982127231496, @@ -362358,19 +260429,19 @@ 7.937585967640699 ], "relative wind angle": [ - 0.09905741906104236, + 0.09905741906104575, 0.08148591152042477, 0.008661221925885917, 0.07059062323648597, 0.1006032428716378, 0.07153104866993651, - 0.007084261716667806, - 0.06060463002590946 + 0.0070842617166678055, + 0.060604630025909455 ], "resistance": [ - 25632.07130693047, + 25632.071306930437, 22452.97511992883, - 21344.77356596259, + 21344.773565962587, 22027.1879251993, 24915.148650813182, 28485.325797896545, @@ -362378,7 +260449,7 @@ 29091.062236722206 ], "fuel": [ - 32.528056557016065, + 32.52805655701606, 31.74914438143914, 31.48646298597366, 31.647677759502038, @@ -362418,43 +260489,43 @@ ], "ice resistance": 35292.91266255902, "wind resistance": [ - -1834.3274354568057, + -1834.3274354568348, -4186.796842070791, - -4414.195178351911, + -4414.195178351914, -2653.0067592440064, - 750.0887300284448, + 750.0887300284485, 3880.347183865768, - 4417.911973916322, + 4417.911973916282, 1698.9723245335663 ], "relative wind speed": [ - 7.188459098492938, + 7.188459098492937, 6.730401220581904, - 6.66628904472481, + 6.6662890447248095, 7.04275500079205, - 7.599870309172003, + 7.599870309172004, 8.008350163231482, 8.061796530496292, 7.735087260384245 ], "relative wind angle": [ - 0.09725766453308629, - 0.05165044230527547, + 0.09725766453308972, + 0.051650442305275476, 0.031001089142388843, - 0.0909550622996645, + 0.09095506229966449, 0.09197739235040447, 0.043402544374504755, - 0.02563346137452088, - 0.08279451314631205 + 0.025633461374525213, + 0.08279451314631203 ], "resistance": [ - 33458.585227102216, + 33458.58522710219, 31106.11582048823, - 30878.71748420711, + 30878.717484207107, 32639.905903315015, 36043.00139258747, 39173.259846424786, - 39710.82463647534, + 39710.8246364753, 36991.88498709259 ], "fuel": [ @@ -362464,7 +260535,7 @@ 34.377869787926116, 35.342080331719096, 36.267036765837354, - 36.42954954189047, + 36.42954954189045, 35.618613799184736 ] }, @@ -362485,68 +260556,7 @@ "id": "6230", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 29018.41779839771, - "wind resistance": [ - 498.08989361497515, - -3100.74001278347, - -4785.548298869511, - -4384.019618712351, - -1661.561004812258, - 2166.9828427309803, - 4941.011401235111, - 3993.2771688690336 - ], - "relative wind speed": [ - 7.573122853739324, - 6.972101883434928, - 6.595271465836557, - 6.708895885147328, - 7.229088386640491, - 7.810358761714622, - 8.131070221785775, - 8.037575795097828 - ], - "relative wind angle": [ - 0.1016009839538014, - 0.09558783271128019, - 0.026226597576689013, - 0.0627703175077265, - 0.10645413129241556, - 0.08530227446418864, - 0.021272076304485143, - 0.05238340211266243 - ], - "resistance": [ - 29516.507692012685, - 25917.67778561424, - 24232.8694995282, - 24634.39817968536, - 27356.85679358545, - 31185.40064112869, - 33959.429199632825, - 33011.69496726674 - ], - "fuel": [ - 33.530833293109495, - 32.599874229150316, - 32.18060381516116, - 32.279566948005694, - 32.966383812512944, - 33.97890525184937, - 34.74661960341774, - 34.481113217297185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.59375 -51.5625, -63.59375 -51.40625, -63.4375 -51.40625, -63.4375 -51.5625, -63.59375 -51.5625))", @@ -362578,17 +260588,17 @@ ], "ice resistance": 44983.84574844992, "wind resistance": [ - -1311.459374407863, + -1311.4593744078884, -4220.864512995882, - -4793.803317786769, + -4793.803317786853, -3367.5756910489363, 124.27832302212482, 3722.741097605045, - 5075.868941426284, + 5075.868941426208, 2508.3007693762265 ], "relative wind speed": [ - 7.28779525925261, + 7.287795259252608, 6.745743780405063, 6.583767835421054, 6.920948434068639, @@ -362598,33 +260608,33 @@ 7.855614647022368 ], "relative wind angle": [ - 0.1070064506524258, + 0.10700645065242789, 0.06959002787647636, - 0.01746899490451371, + 0.017468994904526417, 0.09140092486393872, - 0.10373820683599383, - 0.0586176686733077, - 0.014128474564653123, + 0.10373820683599384, + 0.058617668673307706, + 0.01412847456466098, 0.08050082647419474 ], "resistance": [ - 43672.386374042064, + 43672.386374042035, 40762.98123545404, - 40190.042430663154, + 40190.042430663074, 41616.27005740099, 45108.12407147205, 48706.58684605497, - 50059.71468987621, + 50059.71468987613, 47492.14651782615 ], "fuel": [ - 37.66034196781928, + 37.66034196781927, 36.7507420437383, - 36.57532982714223, + 36.5753298271422, 37.01425107171643, 38.12081957892499, 39.30864224968358, - 39.767764270712206, + 39.76776427071218, 38.90237889863523 ] }, @@ -362658,9 +260668,9 @@ ], "ice resistance": 25935.852406173395, "wind resistance": [ - 948.9916792117692, + 948.9916792117365, -2806.8779946097493, - -4810.428893919463, + -4810.428893919485, -4607.878240175618, -2082.3198166604343, 1789.3744470749261, @@ -362668,9 +260678,9 @@ 4352.471729405985 ], "relative wind speed": [ - 7.641985638744684, + 7.641985638744683, 7.029561860418343, - 6.603003865969128, + 6.603003865969127, 6.660412881564748, 7.159121314622833, 7.761328658858529, @@ -362678,19 +260688,19 @@ 8.08033803422563 ], "relative wind angle": [ - 0.09995402152702496, - 0.10129687914184488, - 0.036768161165195455, + 0.0999540215270283, + 0.10129687914184486, + 0.03676816116519848, 0.0552182806813675, - 0.10672055235176962, - 0.09171794989682688, + 0.10672055235176964, + 0.09171794989682687, 0.029869841516284742, - 0.04550757482706733 + 0.04550757482706734 ], "resistance": [ - 26884.844085385164, + 26884.84408538513, 23128.974411563646, - 21125.423512253932, + 21125.42351225391, 21327.974165997777, 23853.53258951296, 27725.22685324832, @@ -362698,9 +260708,9 @@ 30288.32413557938 ], "fuel": [ - 32.845328991558915, + 32.84532899155891, 31.91162317799038, - 31.435011357291607, + 31.435011357291604, 31.482516120456232, 32.08766130503576, 33.061433869402364, @@ -362738,53 +260748,53 @@ ], "ice resistance": 41233.22728331162, "wind resistance": [ - -880.2598092986846, + -880.2598092987209, -4023.6259204851376, - -4807.019073837309, + -4807.019073837317, -3695.843030314685, - -328.86887006297184, + -328.8688700629573, 3401.891670117573, - 5253.528713137537, + 5253.528713137333, 2935.319778073459 ], "relative wind speed": [ - 7.35968355080736, + 7.359683550807358, 6.790410495913237, - 6.5691781869404, + 6.569178186940399, 6.857810028634042, - 7.447540127607496, + 7.447540127607495, 7.97001387811462, 8.153324099321377, 7.912094383380083 ], "relative wind angle": [ - 0.10783406102424824, + 0.10783406102425133, 0.07796069918854992, 0.0067256836304532, 0.08633469124143865, - 0.10655710652438002, - 0.066403637475542, - 0.005418906055384281, + 0.10655710652437793, + 0.06640363747554201, + 0.0054189060554047696, 0.07480744475736599 ], "resistance": [ - 40352.96747401294, + 40352.9674740129, 37209.601362826485, 36426.20820947431, 37537.38425299694, - 40904.35841324865, + 40904.358413248665, 44635.11895342919, - 46486.75599644916, + 46486.755996448956, 44168.54706138508 ], "fuel": [ - 36.625087034376435, + 36.62508703437642, 35.682535506857164, 35.453355116275596, 35.77910550557792, - 36.79421428491639, + 36.7942142849164, 37.96826756173739, - 38.57020070989055, + 38.57020070989048, 37.818605983689515 ] }, @@ -362818,54 +260828,54 @@ ], "ice resistance": 38707.35667244793, "wind resistance": [ - 2120.7334873110485, + 2120.7334873110085, -1512.5430959569785, - -4138.654436025663, + -4138.654436025692, -4556.542557676559, -3015.9470469275875, 378.06804189523973, 3717.896329304396, - 4705.614241210693 + 4705.614241210587 ], "relative wind speed": [ - 7.796096821141364, + 7.796096821141362, 7.246811683350157, - 6.749669777987287, + 6.749669777987286, 6.631776111531487, 6.979086323320357, 7.547879965859778, 7.995544349266833, - 8.093597294126267 + 8.093597294126269 ], "relative wind angle": [ - 0.08011413337616084, + 0.08011413337616362, 0.10105301592468605, - 0.060777338382932256, - 0.022812612562662513, - 0.08951654135856918, + 0.06077733838293591, + 0.022812612562662517, + 0.08951654135856917, 0.09700927535786064, 0.05129786025329985, - 0.01869179067701287 + 0.018691790677024752 ], "resistance": [ - 40828.090159758984, + 40828.09015975894, 37194.81357649095, - 34568.702236422265, + 34568.702236422236, 34150.814114771376, 35691.40962552035, 39085.42471434317, 42425.253001752324, - 43412.970913658624 + 43412.970913658515 ], "fuel": [ - 36.770753227558956, + 36.77075322755895, 35.67818821740002, - 34.91907154283292, + 34.91907154283291, 34.800641426110445, 35.240466523091605, 36.24058527388942, 37.26657968508343, - 37.57795899228057 + 37.57795899228054 ] }, { @@ -362898,54 +260908,54 @@ ], "ice resistance": 38866.41677666861, "wind resistance": [ - -10.383010069283046, + -10.38301006931215, -3264.3447681867474, - -4524.760768075277, + -4524.760768075335, -3935.5308115640873, -1140.5497198539742, 2450.972138010373, 4799.687041362045, - 3405.807552860413 + 3405.8075528604277 ], "relative wind speed": [ - 7.4877087663036725, + 7.487708766303672, 6.930010216293683, - 6.626803157994558, + 6.626803157994557, 6.792798083831329, 7.307729417360547, 7.838600015844843, 8.09655307594108, - 7.957800324124438 + 7.957800324124437 ], "relative wind angle": [ - 0.09830993267067085, + 0.0983099326706731, 0.08431668501983154, - 0.013647597562185714, - 0.06714000998951983, + 0.01364759756219385, + 0.06714000998951981, 0.10073929542760975, 0.0745240172736518, 0.011170063972131963, - 0.0572991801144169 + 0.05729918011441496 ], "resistance": [ - 38856.03376659933, + 38856.0337665993, 35602.07200848186, - 34341.65600859333, + 34341.65600859327, 34930.88596510452, 37725.86705681463, 41317.38891467898, 43666.10381803065, - 42272.224329529025 + 42272.22432952904 ], "fuel": [ - 36.17163972970966, + 36.17163972970965, 35.21472027823673, - 34.854645686991184, + 34.85464568699116, 35.022240604032525, 35.83481654864187, 36.921643574816684, 37.658343847799955, - 37.21866199065926 + 37.218661990659264 ] }, { @@ -362978,19 +260988,19 @@ ], "ice resistance": 54856.95179233201, "wind resistance": [ - 2236.6445249053795, + 2236.644524905336, -1328.4500523996358, - -3994.577708662062, + -3994.5777086620546, -4483.351463467381, -3089.8877502392425, 195.23288481218333, - 3523.530584201988, + 3523.530584201966, 4679.596536689787 ], "relative wind speed": [ - 7.808850923553614, + 7.808850923553613, 7.275213213104776, - 6.77720504158304, + 6.777205041583039, 6.63949977281217, 6.9619210533882185, 7.5178301526278135, @@ -362998,33 +261008,33 @@ 8.084772122126967 ], "relative wind angle": [ - 0.07655749794899598, - 0.09950640075862353, - 0.062730851193717, + 0.07655749794900032, + 0.09950640075862352, + 0.06273085119371523, 0.01835963220328974, 0.08589256738563077, 0.09628498142759936, - 0.053334879438502736, + 0.05333487943850482, 0.015077301156554193 ], "resistance": [ - 57093.59631723739, + 57093.596317237345, 53528.50173993237, - 50862.37408366994, + 50862.37408366996, 50373.60032886463, 51767.06404209277, 55052.18467714419, - 58380.482376534, + 58380.482376533975, 59536.548329021796 ], "fuel": [ - 42.264148465245086, + 42.264148465245064, 40.975857923492555, - 40.04332939109059, + 40.043329391090595, 39.87524052232132, 40.356796954204256, 41.52067230204609, - 42.74079749636103, + 42.740797496361026, 43.17424665512184 ] }, @@ -363058,50 +261068,50 @@ ], "ice resistance": 69430.78377447836, "wind resistance": [ - 63.2407657311378, + 63.24076573111597, -3095.5923550247753, - -4365.038073069332, - -3835.5990545716522, + -4365.038073069336, + -3835.5990545716595, -1183.4508949034243, 2278.8250257105283, 4584.593060700314, 3331.272829794052 ], "relative wind speed": [ - 7.494096038019339, + 7.494096038019338, 6.956059565689191, - 6.6563213074141885, - 6.805227309963234, + 6.656321307414188, + 6.805227309963235, 7.295619835655012, 7.810299580172575, 8.067275306193777, 7.942066826285873 ], "relative wind angle": [ - 0.09428605376029324, + 0.0942860537602956, 0.08194654981858715, 0.014977748047635984, - 0.06299328437244475, + 0.06299328437244651, 0.09685903511308036, 0.07296684077327362, - 0.0123580155324989, + 0.012358015532498903, 0.05396683111323826 ], "resistance": [ - 69494.0245402095, + 69494.02454020947, 66335.1914194536, - 65065.74570140903, - 65595.18471990671, + 65065.745701409025, + 65595.1847199067, 68247.33287957494, 71709.60880018889, 74015.37683517867, 72762.05660427241 ], "fuel": [ - 47.11354011518003, + 47.113540115180015, 45.823912780425815, - 45.31610687607418, - 45.52716506994827, + 45.31610687607417, + 45.52716506994826, 46.60012972842857, 48.040230173282254, 49.024036799952825, @@ -363138,9 +261148,9 @@ ], "ice resistance": 59387.99677446676, "wind resistance": [ - 732.3202885711544, + 732.3202885711326, -2594.2250277299063, - -4317.269731821849, + -4317.269731821871, -4097.266947838805, -1801.0152134778582, 1651.543354535188, @@ -363150,7 +261160,7 @@ "relative wind speed": [ 7.59424437693258, 7.050015905768469, - 6.682470848554928, + 6.682470848554927, 6.7444250402265515, 7.191035656579316, 7.725336057362088, @@ -363158,19 +261168,19 @@ 7.9935143927769525 ], "relative wind angle": [ - 0.08988820131696945, - 0.08879885534933714, - 0.03030296711254247, + 0.08988820131697194, + 0.08879885534933715, + 0.030302967112546132, 0.050266865933635524, 0.0949431162622226, 0.0810185383168268, 0.025168370428380018, - 0.04240687277166368 + 0.042406872771663676 ], "resistance": [ - 60120.31706303792, + 60120.31706303789, 56793.77174673685, - 55070.72704264491, + 55070.72704264489, 55290.729826627954, 57586.981560988905, 61039.54012900195, @@ -363178,9 +261188,9 @@ 63176.8572183598 ], "fuel": [ - 43.39501143017297, + 43.39501143017296, 42.15398172072202, - 41.52735559148722, + 41.527355591487215, 41.60674960329817, 42.446164760722766, 43.74520598854596, @@ -363218,9 +261228,9 @@ ], "ice resistance": 78308.96342475823, "wind resistance": [ - -216.6756743165206, + -216.6756743165388, -3301.861736198185, - -4377.960557934497, + -4377.960557934592, -3718.6760290214443, -918.7644131104898, 2544.416363682576, @@ -363228,9 +261238,9 @@ 3137.258959135037 ], "relative wind speed": [ - 7.451637453825867, + 7.4516374538258665, 6.91688689587386, - 6.64653243626078, + 6.646532436260779, 6.831847950769271, 7.339852416030434, 7.845827547305428, @@ -363238,19 +261248,19 @@ 7.919986604151422 ], "relative wind angle": [ - 0.09607588730314036, + 0.09607588730314268, 0.07889810135580924, - 0.008448934143455739, + 0.008448934143468879, 0.06822589784284258, 0.09754373426247753, - 0.06954051300516137, + 0.06954051300516136, 0.0069533144266432124, - 0.058840541490914146 + 0.05884054149091414 ], "resistance": [ - 78092.28775044171, + 78092.2877504417, 75007.10168856004, - 73931.00286682374, + 73931.00286682363, 74590.28739573678, 77390.19901164774, 80853.3797884408, @@ -363258,9 +261268,9 @@ 81446.22238389327 ], "fuel": [ - 50.81195430348174, + 50.811954303481734, 49.4532623075588, - 48.98768807739973, + 48.98768807739969, 49.272416304312024, 50.49964694491038, 52.05795058735665, @@ -363298,40 +261308,40 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -3363.0393558426404, + -3363.0393558426495, -3760.917525434468, - -2510.6065205605228, - 312.82462714438407, + -2510.6065205605264, + 312.8246271443877, 3152.172819827838, 4084.302575153497, 1935.0212370030404, -1115.6471790804044 ], "relative wind speed": [ - 5.028971868785464, + 5.028971868785463, 4.880188885813156, - 5.261889029430465, - 5.8852816666150085, - 6.371245439269696, + 5.261889029430464, + 5.885281666615008, + 6.371245439269697, 6.485914194871546, 6.180279147935778, 5.589882486157981 ], "relative wind angle": [ - 0.09208340609167907, - 0.03057104850103247, + 0.09208340609168028, + 0.030571048501032472, 0.12832646538571202, - 0.13689387051293217, - 0.07264477186778069, + 0.1368938705129305, + 0.07264477186778223, 0.023000983743411328, 0.10917426340181408, - 0.14417732123343027 + 0.14417732123343024 ], "resistance": [ 93271.46064415736, 92873.58247456553, 94123.89347943947, - 96947.32462714438, + 96947.3246271444, 99786.67281982784, 100718.8025751535, 98569.52123700303, @@ -363341,7 +261351,7 @@ 49.08830551124309, 48.88862062055759, 49.51810273590395, - 50.96098820721246, + 50.960988207212466, 52.44192254022086, 52.93463922743247, 51.80341261844816, @@ -363378,37 +261388,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2677.2436125582653, + -2677.2436125582726, -2728.313615746344, - -1437.5358808602077, - 809.3597032644702, + -1437.5358808602086, + 809.359703264472, 2789.5890484865686, 2908.27954208709, 1013.286099823008, -1262.854808602593 ], "relative wind speed": [ - 3.70574109679647, + 3.7057410967964697, 3.680562639105489, - 4.150415106149459, - 4.755563544828513, + 4.150415106149458, + 4.755563544828514, 5.15342587510012, 5.171438289901425, 4.802537847147497, 4.204156359810585 ], "relative wind angle": [ - 0.08929362300072705, + 0.08929362300072953, 0.07604907377148434, - 0.17580753013596676, - 0.15772686762337876, - 0.0641682626513493, + 0.17580753013596612, + 0.15772686762337945, + 0.06416826265134931, 0.05409908965478665, 0.15173524464635263, - 0.17862346881415742 + 0.17862346881415744 ], "resistance": [ - 93957.25638744174, + 93957.25638744172, 93906.18638425365, 95196.9641191398, 97443.85970326448, @@ -363458,9 +261468,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -3091.6701518340833, + -3091.6701518340997, -3773.8974260074647, - -2975.6372533920294, + -2975.637253392035, -351.4922167866607, 2633.463009931773, 4241.063311251, @@ -363468,9 +261478,9 @@ -546.2772626267924 ], "relative wind speed": [ - 5.567059368429194, + 5.567059368429193, 5.332488379978931, - 5.596255939790227, + 5.596255939790226, 6.160477127818062, 6.667073682984651, 6.8561351491457225, @@ -363478,19 +261488,19 @@ 6.122952152646 ], "relative wind angle": [ - 0.0945033070756698, + 0.09450330707567214, 0.003545916466673112, 0.09880942086860554, 0.12398103447194625, 0.07887536490253243, - 0.002757901104434613, - 0.08320570143861152, - 0.1247448153017536 + 0.0027579011044346134, + 0.08320570143861153, + 0.12474481530175362 ], "resistance": [ - 93542.82984816591, + 93542.8298481659, 92860.60257399254, - 93658.86274660798, + 93658.86274660796, 96283.00778321334, 99267.96300993177, 100875.563311251, @@ -363498,9 +261508,9 @@ 96088.2227373732 ], "fuel": [ - 51.19636936956585, + 51.19636936956584, 50.85364895262279, - 51.25483142912172, + 51.25483142912171, 52.59035998601325, 54.140669341595206, 54.98935203148874, @@ -363538,17 +261548,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2729.718603159421, + -2729.7186031594265, -3127.1014617813307, - -2192.252921931733, + -2192.2529219317385, 106.91856785484924, - 2499.292211094773, + 2499.2922110947657, 3431.5059532726755, 1732.1385087738636, -794.0279589912934 ], "relative wind speed": [ - 4.6854618428262755, + 4.685461842826274, 4.525178984173912, 4.844016854036883, 5.400502094440689, @@ -363558,17 +261568,17 @@ 5.198905817192353 ], "relative wind angle": [ - 0.09430605853418421, + 0.09430605853418422, 0.022488756708608813, - 0.12108779154448258, + 0.12108779154448442, 0.1347890077394406, - 0.07547279740817385, - 0.017027438368718496, - 0.10245526471746011, + 0.07547279740817532, + 0.017027438368718492, + 0.1024552647174601, 0.14004946235984805 ], "resistance": [ - 93904.78139684061, + 93904.7813968406, 93507.3985382187, 94442.24707806829, 96741.41856785488, @@ -363578,7 +261588,7 @@ 95840.47204100873 ], "fuel": [ - 47.50513909789489, + 47.50513909789488, 47.30476594594985, 47.777081309325304, 48.95253028299631, @@ -363618,9 +261628,9 @@ ], "ice resistance": 79354.91970382589, "wind resistance": [ - -3355.0878117953, + -3355.0878117953216, -4800.957661976958, - -4238.387281661282, + -4238.387281661289, -1336.5761817558996, 2490.1104722224336, 5075.805299750413, @@ -363628,9 +261638,9 @@ 149.64280588308247 ], "relative wind speed": [ - 6.923653758555208, + 6.923653758555207, 6.583206556128035, - 6.742276015394777, + 6.7422760153947765, 7.283840681334299, 7.853476527480683, 8.140974534746965, @@ -363638,9 +261648,9 @@ 7.520620976022205 ], "relative wind angle": [ - 0.09184495724374306, + 0.09184495724374547, 0.018085089273338618, - 0.06926715997359885, + 0.06926715997359884, 0.10715221587580426, 0.08094542715031267, 0.014624248176134398, @@ -363648,7 +261658,7 @@ 0.10376625948233732 ], "resistance": [ - 75999.83189203059, + 75999.83189203056, 74553.96204184892, 75116.5324221646, 78018.34352206999, @@ -363658,7 +261668,7 @@ 79504.56250970897 ], "fuel": [ - 49.8865882222896, + 49.88658822228959, 49.256686205290244, 49.50084889407127, 50.77897556767935, @@ -363698,19 +261708,19 @@ ], "ice resistance": 96516.85765907752, "wind resistance": [ - -2022.8971869351335, + -2022.8971869351662, -4356.654759175974, - -4517.34511684797, + -4517.345116847973, -2600.175558505878, - 936.0689766801333, + 936.0689766801261, 4103.789328047453, 4483.346733453884, 1605.309823974123 ], "relative wind speed": [ - 7.159940421957601, + 7.1599404219576, 6.698852365603284, - 6.653469151502668, + 6.653469151502667, 7.057039237302853, 7.631043920465615, 8.038840410526191, @@ -363718,31 +261728,31 @@ 7.726304120679277 ], "relative wind angle": [ - 0.09958683763880945, + 0.0995868376388128, 0.05018210505255902, 0.03557567592668171, 0.09518316669508085, - 0.09342028648334642, + 0.09342028648334762, 0.041811922039805424, 0.029305676076322576, - 0.08691642606041161 + 0.08691642606041163 ], "resistance": [ - 94493.96047214238, + 94493.96047214235, 92160.20289990155, 91999.51254222955, 93916.68210057163, - 97452.92663575766, + 97452.92663575764, 100620.64698712497, 101000.2043925314, 98122.16748305164 ], "fuel": [ - 58.629778797488285, + 58.62977879748828, 57.45631487519044, 57.37626203889546, 58.337624183132, - 60.14674880192467, + 60.146748801924666, 61.806848944886326, 62.00826774893339, 60.494365408079986 @@ -363778,51 +261788,51 @@ ], "ice resistance": 67817.78523360241, "wind resistance": [ - -2180.634477959171, + -2180.6344779591927, -4429.658495215015, - -4512.083416508845, + -4512.083416508849, -2476.586812424466, - 1109.8215990733916, + 1109.821599073377, 4231.017491593364, 4425.666984395106, 1452.9392998520852 ], "relative wind speed": [ - 7.133136917197011, + 7.13313691719701, 6.682286281342174, - 6.658997302192977, + 6.658997302192976, 7.080362586469312, - 7.656992272086497, + 7.656992272086498, 8.053460311472168, 8.072727411702806, 7.705818488544666 ], "relative wind angle": [ - 0.09932306729536812, + 0.09932306729537035, 0.04702014536963021, 0.03952609354103861, 0.09707061150934504, - 0.09250767870981967, + 0.09250767870982209, 0.03901006166218404, 0.03260140294742595, - 0.08916982629210096 + 0.08916982629210098 ], "resistance": [ - 65637.15075564323, + 65637.15075564322, 63388.12673838739, 63305.70181709356, 65341.19842117794, - 68927.6068326758, + 68927.60683267578, 72048.80272519577, 72243.45221799752, 69270.72453345449 ], "fuel": [ - 45.54393923301098, + 45.543939233010974, 44.654221318617836, 44.62197140856102, 45.425784548742655, - 46.87956206660589, + 46.879562066605885, 48.18371365662409, 48.26624627889341, 47.02115592248405 @@ -363858,50 +261868,50 @@ ], "ice resistance": 89385.0410784232, "wind resistance": [ - -1599.5056602706172, + -1599.5056602706536, -4173.122699996824, - -4546.517849152533, - -2942.574983992101, + -4546.517849152562, + -2942.5749839920936, 472.85790804789576, 3780.2249220883714, 4662.688098941162, 2029.698325379948 ], "relative wind speed": [ - 7.231962198709369, + 7.231962198709367, 6.741409702586384, 6.636053123363153, - 6.992758802002411, + 6.9927588020024105, 7.561960242370916, 8.002369347426662, 8.089951723877082, 7.78369091676805 ], "relative wind angle": [ - 0.10071488398186308, + 0.1007148839818664, 0.05891231926204142, - 0.024987702823949343, - 0.09041690658681821, - 0.0963058118675043, + 0.024987702823953788, + 0.09041690658681699, + 0.09630581186750431, 0.049620969295619335, 0.020496299993851573, 0.08120787650771834 ], "resistance": [ - 87785.53541815258, + 87785.53541815255, 85211.91837842637, - 84838.52322927066, - 86442.46609443109, + 84838.52322927064, + 86442.4660944311, 89857.89898647109, 93165.26600051156, 94047.72917736435, 91414.73940380313 ], "fuel": [ - 55.31123821353077, + 55.31123821353075, 54.08255983413679, - 53.906343434680466, - 54.66696447379712, + 53.90634343468045, + 54.66696447379713, 56.318525061566945, 57.95919781639151, 58.403836955159875, @@ -363938,54 +261948,54 @@ ], "ice resistance": 95058.36098092048, "wind resistance": [ - -1842.37613279375, + -1842.3761327937755, -4151.451487899478, - -4362.350215479706, + -4362.350215479684, -2602.170940304295, 768.5765481519556, 3852.366682324893, 4351.050762438292, - 1649.1468612248755 + 1649.146861224879 ], "relative wind speed": [ - 7.185490997877585, + 7.185490997877584, 6.735124664960496, - 6.675697233964439, + 6.6756972339644385, 7.050334986702992, 7.6010848032830856, 8.002866162489639, 8.052505045494874, - 7.726612947634468 + 7.726612947634467 ], "relative wind angle": [ - 0.0959908980597226, + 0.09599089805972492, 0.05041323908334174, - 0.03126850431939868, + 0.031268504319395124, 0.09012465310804048, - 0.0907276687662102, + 0.09072766876621019, 0.04242198448248589, - 0.025920931028084352, - 0.08221773659388187 + 0.025920931028084356, + 0.08221773659388053 ], "resistance": [ - 93215.98484812673, + 93215.98484812671, 90906.909493021, - 90696.01076544078, + 90696.01076544079, 92456.19004061619, 95826.93752907243, 98910.72766324537, 99409.41174335877, - 96707.50784214535 + 96707.50784214537 ], "fuel": [ 57.984674599960265, 56.83449598943609, - 56.7304335524041, + 56.73043355240411, 57.60402144699019, 59.30912220291981, 60.90609756817433, 61.167670589423615, - 59.761525848926155 + 59.76152584892617 ] }, { @@ -364018,17 +262028,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2545.3318377380438, + -2545.33183773804, -3667.8624588907296, -3243.661414994551, -1029.5847750571666, 1902.8270425411283, 3897.5134086421167, - 2897.237656423731, + 2897.237656423742, 144.4879596302817 ], "relative wind speed": [ - 5.866759188994061, + 5.8667591889940605, 5.555638129815162, 5.697245331578945, 6.185942689253923, @@ -364038,17 +262048,17 @@ 6.4060995806587755 ], "relative wind angle": [ - 0.09814218973209739, + 0.09814218973209626, 0.019939578909347652, 0.07347009029358306, - 0.11375980467438038, - 0.08590919995962158, - 0.015916311389387604, - 0.0611394977476211, + 0.11375980467438039, + 0.0859091999596216, + 0.0159163113893876, + 0.06113949774761929, 0.10983416629615313 ], "resistance": [ - 94089.16816226195, + 94089.16816226197, 92966.63754110927, 93390.83858500545, 95604.91522494283, @@ -364058,7 +262068,7 @@ 96778.98795963028 ], "fuel": [ - 52.28703599143931, + 52.28703599143932, 51.72176442157004, 51.93482775031896, 53.057759315797874, @@ -364098,9 +262108,9 @@ ], "ice resistance": 96293.22660147081, "wind resistance": [ - -2514.9331236043363, + -2514.9331236043545, -4300.952469108419, - -4126.973434420583, + -4126.973434420597, -1887.727520179189, 1556.4328539123235, 4260.156077110438, @@ -364108,7 +262118,7 @@ 829.5796638115462 ], "relative wind speed": [ - 7.064442060375184, + 7.064442060375183, 6.6878624810409155, 6.7368599135448495, 7.175956773030507, @@ -364118,19 +262128,19 @@ 7.608422974578017 ], "relative wind angle": [ - 0.08959631910275039, + 0.08959631910275287, 0.032474357748284506, - 0.04826240906283209, + 0.048262409062834404, 0.09445263242281536, - 0.082054611606284, - 0.027008687312348782, - 0.04063844185994649, + 0.08205461160628398, + 0.027008687312348786, + 0.040638441859946486, 0.0890692263123877 ], "resistance": [ - 93778.29347786648, + 93778.29347786646, 91992.27413236239, - 92166.25316705024, + 92166.25316705022, 94405.49908129162, 97849.65945538314, 100553.38267858126, @@ -364140,7 +262150,7 @@ "fuel": [ 58.267771398799795, 57.37265826427245, - 57.459330878510826, + 57.45933087851081, 58.58492895063434, 60.3526183350959, 61.7712098763937, @@ -364178,19 +262188,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2394.641470811992, + -2394.641470812003, -3994.8972839519847, - -3789.6761612251685, + -3789.6761612251757, -1657.8212768430276, 1545.8250091392147, 4015.0877156115384, - 3530.4401635091563, + 3530.4401635091745, 691.5690568638893 ], "relative wind speed": [ - 6.557271003764406, + 6.557271003764405, 6.189557725797376, - 6.251735242838492, + 6.251735242838491, 6.6981611713384455, 7.229633651044631, 7.546839133315907, @@ -364198,23 +262208,23 @@ 7.099298744798697 ], "relative wind angle": [ - 0.09509070004858541, + 0.0950907000485866, 0.03256834878541309, 0.05402156041680582, 0.10153592226230643, - 0.0862240577263344, + 0.08622405772633442, 0.02670946107699057, - 0.04505135029117537, + 0.0450513502911729, 0.09578061184852245 ], "resistance": [ - 94239.85852918803, + 94239.85852918802, 92639.60271604803, 92844.82383877484, 94976.67872315699, 98180.32500913923, 100649.58771561156, - 100164.94016350916, + 100164.94016350919, 97326.0690568639 ], "fuel": [ @@ -364224,7 +262234,7 @@ 55.990168528789724, 57.63979127997378, 58.93732699580877, - 58.68086731999145, + 58.68086731999147, 57.19618344858343 ] }, @@ -364258,13 +262268,13 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -2744.1313923986745, + -2744.1313923986863, -2740.3268133375286, - -1383.7748036862213, + -1383.774803686223, 882.8904227491912, 2810.5506385181197, 2801.6648252403866, - 867.4895888802821, + 867.4895888802839, -1397.0028652404035 ], "relative wind speed": [ @@ -364274,21 +262284,21 @@ 5.110787961726829, 5.469195972501247, 5.4679147210723675, - 5.107477142338547, + 5.1074771423385465, 4.550789057357217 ], "relative wind angle": [ - 0.06794959594180668, + 0.06794959594181159, 0.06878293963553317, - 0.14968944877755463, + 0.14968944877755538, 0.1330040581688168, - 0.05108449380547415, - 0.051744137605694435, - 0.1333801759508884, - 0.1494870373308069 + 0.051084493805474154, + 0.05174413760569444, + 0.13338017595088675, + 0.14948703733080693 ], "resistance": [ - 93890.3686076014, + 93890.36860760138, 93894.17318666255, 95250.72519631386, 97517.39042274926, @@ -364298,7 +262308,7 @@ 95237.49713475967 ], "fuel": [ - 45.61754176692943, + 45.61754176692942, 45.6194627931899, 46.30785292358385, 47.47336502216835, @@ -364338,11 +262348,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -3759.202503206987, + -3759.2025032070196, -3635.28429554962, - -1700.5277069706026, + -1700.5277069705953, 1324.5673772623923, - 3737.8391132570723, + 3737.839113257043, 3445.391388660679, 809.5466758037546, -2144.6641714564867 @@ -364358,31 +262368,31 @@ 6.331711357185671 ], "relative wind angle": [ - 0.037584225088117915, + 0.03758422508812383, 0.05157074503334119, - 0.10306985603792163, + 0.10306985603792054, 0.09012831610042989, - 0.030759510199435496, + 0.030759510199439104, 0.04266905012069117, 0.09636476416996403, - 0.09891039574791373 + 0.09891039574791374 ], "resistance": [ - 92875.29749679303, + 92875.29749679299, 92999.2157044504, - 94933.97229302941, + 94933.97229302942, 97959.0673772624, - 100372.33911325708, + 100372.33911325705, 100079.89138866069, 97444.04667580377, 94489.83582854352 ], "fuel": [ - 53.524201445156876, + 53.52420144515686, 53.586330457035096, 54.563772085364725, 56.119969525947546, - 57.38584512133864, + 57.38584512133863, 57.23128845299774, 55.85262263124774, 54.338162007969615 @@ -364418,31 +262428,31 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2449.224046537881, + -2449.2240465378864, -2697.4762154871405, - -1736.591897465887, - 321.8446164814213, - 2347.2436289681136, + -1736.591897465889, + 321.8446164814268, + 2347.2436289681063, 2927.6682813394036, 1328.827460228029, -871.4153862108506 ], "relative wind speed": [ - 4.101977397472256, + 4.101977397472255, 3.9887649964030394, 4.339484553970133, - 4.886496359732629, + 4.886496359732628, 5.300387459773979, 5.386100592875366, 5.107758764757508, 4.587208205370918 ], "relative wind angle": [ - 0.0945609836277195, + 0.09456098362772067, 0.03794124563342736, - 0.13900820487933774, - 0.14354801801132236, - 0.07313705191242406, + 0.13900820487933854, + 0.1435480180113208, + 0.07313705191242559, 0.028094965776004885, 0.11799316223618019, 0.15298511639043186 @@ -364498,53 +262508,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -3537.8633390536816, + -3537.8633390536997, -3631.4447715484566, - -2045.8988297281903, - 808.9049342785911, + -2045.8988297282012, + 808.9049342785875, 3321.6286939317106, 3543.174508011205, - 1200.782674682545, + 1200.7826746825558, -1707.6552484831082 ], "relative wind speed": [ - 6.356017549550564, + 6.356017549550563, 6.328069953077793, - 6.677010088308332, - 7.1662156462433195, + 6.677010088308331, + 7.16621564624332, 7.5095915535998605, 7.5331570447619844, 7.225680637332505, 6.740792067971725 ], "relative wind angle": [ - 0.04332488252965941, + 0.04332488252966197, 0.03374757076625655, - 0.08656073937247914, - 0.08422089959357727, + 0.08656073937248043, + 0.0842208995935786, 0.036666343974440144, - 0.02834735179938169, - 0.0799732570964788, + 0.028347351799381693, + 0.07997325709647743, 0.08955006013742291 ], "resistance": [ - 93096.63666094634, + 93096.63666094633, 93003.05522845157, - 94588.60117027184, + 94588.60117027182, 97443.40493427862, 99956.12869393174, 100177.67450801123, - 97835.28267468257, + 97835.28267468259, 94926.84475151692 ], "fuel": [ - 55.389564426557016, + 55.389564426557, 55.34260619197521, 56.14261863265281, 57.60663991515815, 58.92032632964785, 59.03728055910274, - 57.809972663755744, + 57.80997266375576, 56.31449547541466 ] }, @@ -364565,68 +262575,7 @@ "id": "6256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.31170490017222, - 20.31170490017222, - 20.31170490017222, - 20.31170490017222, - 20.31170490017222, - 20.31170490017222, - 20.31170490017222, - 20.31170490017222 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -2569.025133845629, - -3030.34804029879, - -2269.40066179078, - -116.92585655252697, - 2222.6734722404035, - 3310.863883205733, - 1795.908457945612, - -620.4669505031161 - ], - "relative wind speed": [ - 5.1614322601391365, - 4.990683588379884, - 5.242287727401021, - 5.7320290549921005, - 6.154859712959328, - 6.29410505019502, - 6.086140028405147, - 5.627301660204572 - ], - "relative wind angle": [ - 0.08215808690572904, - 0.010562260306865922, - 0.09516361531898507, - 0.11394779489903575, - 0.06887428699871524, - 0.008374905539940396, - 0.08193702774505057, - 0.11607791775599244 - ], - "resistance": [ - 94065.47486615437, - 93604.15195970121, - 94365.09933820923, - 96517.57414344748, - 98857.1734722404, - 99945.36388320573, - 98430.40845794561, - 96014.03304949688 - ], - "fuel": [ - 49.31043577823294, - 49.0776010411268, - 49.46208373625157, - 50.56132879387832, - 51.77568973332244, - 52.34745111903686, - 51.55266002606697, - 50.30263112709917 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-61.71875 -52.34375, -61.71875 -52.1875, -61.5625 -52.1875, -61.5625 -52.34375, -61.71875 -52.34375))", @@ -364658,17 +262607,17 @@ ], "ice resistance": 92985.79357889335, "wind resistance": [ - -3528.6785412173012, + -3528.678541217334, -3936.7811927425937, - -2699.607469440216, + -2699.607469440227, 181.40422806622882, - 3076.3463807614244, + 3076.3463807614025, 4044.4517275001563, 1898.0201067669623, -1217.2510758557582 ], "relative wind speed": [ - 6.846930049496002, + 6.846930049496, 6.7326670985665915, 7.014624048838393, 7.499219373287027, @@ -364678,29 +262627,29 @@ 7.276740518217013 ], "relative wind angle": [ - 0.05349335300669797, - 0.01658339699264697, - 0.07476801402785944, + 0.05349335300670005, + 0.016583396992646972, + 0.07476801402786093, 0.08402432386473546, - 0.0463948432435172, - 0.01397136751198041, + 0.04639484324351959, + 0.013971367511980411, 0.06770622835322598, 0.08659962606885219 ], "resistance": [ - 89457.11503767605, + 89457.11503767602, 89049.01238615076, - 90286.18610945313, + 90286.18610945312, 93167.19780695958, - 96062.13995965477, + 96062.13995965476, 97030.24530639351, 94883.81368566031, 91768.54250303759 ], "fuel": [ - 56.12247476869577, + 56.12247476869575, 55.92345858292482, - 56.52868963599286, + 56.528689635992855, 57.96016801432755, 59.42967788286984, 59.92805866265839, @@ -364738,47 +262687,47 @@ ], "ice resistance": 95161.3575465382, "wind resistance": [ - -2395.426613464493, + -2395.4266134645186, -4002.2169495121016, - -3810.4987633789096, - -1700.9422947244348, - 1490.8293274799544, + -3810.4987633789133, + -1700.9422947244238, + 1490.8293274799653, 3956.375312366905, 3502.107019055489, 686.3961197662611 ], "relative wind speed": [ - 7.075027239753671, + 7.07502723975367, 6.735056984544688, - 6.7888455473064475, - 7.1980681370359845, - 7.69281314709843, + 6.788845547306447, + 7.198068137035984, + 7.692813147098429, 7.992145642714646, 7.946506194186493, 7.5778096871070995 ], "relative wind angle": [ - 0.08197784444467285, + 0.08197784444467555, 0.028297911698679637, - 0.04565688124331408, - 0.08746218951901695, - 0.07538141098985957, + 0.045656881243314074, + 0.08746218951901569, + 0.0753814109898581, 0.023845996094133893, - 0.039001845573715666, - 0.08306887898229634 + 0.03900184557371567, + 0.08306887898229633 ], "resistance": [ - 92765.93093307372, + 92765.93093307369, 91159.1405970261, 91350.85878315929, 93460.41525181377, - 96652.18687401815, + 96652.18687401817, 99117.7328589051, 98663.46456559369, 95847.75366630446 ], "fuel": [ - 57.75894062768732, + 57.75894062768731, 56.95917014031646, 57.05409199471397, 58.1075896207512, @@ -364818,54 +262767,54 @@ ], "ice resistance": 76062.51771494039, "wind resistance": [ - -2104.9671546012105, + -2104.9671546012396, -3866.865715045282, - -3818.3810919393327, + -3818.3810919393727, -1929.1620147238173, - 1166.7281262620345, + 1166.7281262620236, 3716.479082677386, 3601.5566567343776, - 963.110194826837 + 963.1101948268551 ], "relative wind speed": [ - 7.124455463017963, + 7.124455463017961, 6.765374893191462, 6.778967105142135, 7.155579395688183, 7.644599443110185, 7.964136415500532, 7.952570105162726, - 7.615474364879037 + 7.615474364879036 ], "relative wind angle": [ - 0.08251003565255537, - 0.03410819749938099, - 0.03849606290526289, + 0.08251003565255807, + 0.034108197499380995, + 0.03849606290526866, 0.08390392903102675, - 0.07688449831190938, - 0.028972668411017494, + 0.07688449831191083, + 0.028972668411017498, 0.03281277788659053, - 0.07882614830150333 + 0.07882614830150052 ], "resistance": [ - 73957.55056033918, + 73957.55056033915, 72195.65199989511, - 72244.13662300106, + 72244.13662300102, 74133.35570021658, - 77229.24584120243, + 77229.24584120241, 79778.99679761777, 79664.07437167477, - 77025.62790976722 + 77025.62790976724 ], "fuel": [ - 48.99912209877722, + 48.99912209877721, 48.24596562275762, - 48.2665367196942, + 48.26653671969417, 49.074907095022105, - 50.428309226385004, + 50.428309226385, 51.56974285649781, 51.517775532137904, - 50.33819973074249 + 50.338199730742495 ] }, { @@ -364898,9 +262847,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1867.532702336277, + 1867.5327023362333, -511.20925675272156, - -2521.0387985266752, + -2521.03879852669, -3041.849739304478, -2421.074399331683, -342.3366052559104, @@ -364908,7 +262857,7 @@ 3249.8323241789803 ], "relative wind speed": [ - 7.321234543267857, + 7.321234543267856, 6.956235341235652, 6.579817262865253, 6.42647168349137, @@ -364918,9 +262867,9 @@ 7.474965025347675 ], "relative wind angle": [ - 0.0520333109500032, + 0.05203331095000747, 0.07543524434151612, - 0.0548347917827782, + 0.05483479178278022, 0.0022175610666097696, 0.05771602276279964, 0.07512770895441358, @@ -364928,9 +262877,9 @@ 0.0019065093021279917 ], "resistance": [ - 98502.03270233628, + 98502.03270233623, 96123.29074324729, - 94113.46120147333, + 94113.46120147331, 93592.65026069552, 94213.42560066831, 96292.16339474409, @@ -364938,9 +262887,9 @@ 99884.33232417898 ], "fuel": [ - 58.28991607900463, + 58.28991607900461, 57.05855502345102, - 56.034572640193105, + 56.03457264019309, 55.77167828594784, 56.08514801150672, 57.14527800408799, @@ -364978,9 +262927,9 @@ ], "ice resistance": 93997.68338991737, "wind resistance": [ - 2904.43529355005, + 2904.4352935499883, 418.65730647457167, - -2213.462343282121, + -2213.4623432821354, -3497.238473645506, -3261.2763056038602, -1351.6781015020897, @@ -364988,9 +262937,9 @@ 3465.3317526030987 ], "relative wind speed": [ - 7.854667023487935, + 7.854667023487934, 7.522257986618505, - 7.089183127354214, + 7.089183127354213, 6.813150377073789, 6.878940487803244, 7.2409426918987325, @@ -364998,19 +262947,19 @@ 7.911801199726066 ], "relative wind angle": [ - 0.036771994693742774, + 0.03677199469374881, 0.07310524422652342, - 0.06892570723037347, + 0.06892570723037508, 0.020703949939084403, - 0.04199070543552818, - 0.07595080098124816, - 0.06373676571108614, + 0.041990705435528186, + 0.07595080098124815, + 0.06373676571108615, 0.01782862283668354 ], "resistance": [ - 96902.11868346742, + 96902.11868346736, 94416.34069639194, - 91784.22104663524, + 91784.22104663523, 90500.44491627187, 90736.40708431351, 92646.00528841527, @@ -365018,9 +262967,9 @@ 97463.01514252047 ], "fuel": [ - 59.86189882136299, + 59.86189882136295, 58.59042407421825, - 57.26915857038379, + 57.269158570383766, 56.63408461556629, 56.75035324010999, 57.69891658388915, @@ -365058,54 +263007,54 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2195.603567566908, + 2195.6035675669045, -161.31746093141192, - -2341.3421395681835, - -3106.1020755637946, - -2653.4086570608124, + -2341.342139568187, + -3106.102075563711, + -2653.408657060805, -688.1486755203223, - 1752.223782300629, - 3271.857760525694 + 1752.2237823006471, + 3271.8577605258324 ], "relative wind speed": [ - 7.213119477470579, + 7.2131194774705785, 6.854352338601457, - 6.447701575612104, - 6.2425884385925885, - 6.379504713613212, + 6.447701575612103, + 6.242588438592588, + 6.379504713613211, 6.763507004918924, 7.152224645460167, - 7.331934435988143 + 7.331934435988142 ], "relative wind angle": [ - 0.04894827203405733, - 0.07954949271852911, + 0.04894827203405732, + 0.07954949271852912, 0.0647772978280133, - 0.007299714996581667, - 0.05535054102990393, - 0.08062028235345237, - 0.05838881226250834, - 0.006215140835747455 + 0.0072997149965664575, + 0.05535054102990192, + 0.08062028235345238, + 0.05838881226250643, + 0.0062151408357295915 ], "resistance": [ 98830.1035675669, 96473.18253906857, - 94293.1578604318, - 93528.3979244362, + 94293.15786043179, + 93528.39792443627, 93981.09134293918, 95946.35132447966, - 98386.72378230061, - 99906.35776052569 + 98386.72378230063, + 99906.35776052582 ], "fuel": [ 57.543814206284694, 56.32077586490273, - 55.207933237394656, - 54.821734326435575, + 55.20793323739464, + 54.8217343264356, 55.05007879085843, 56.05022259226142, - 57.31215989652324, - 58.10917170589434 + 57.312159896523255, + 58.1091717058944 ] }, { @@ -365138,9 +263087,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2013.3897601399149, + 2013.389760139893, -307.50657583786597, - -2355.2933715461877, + -2355.2933715461986, -2973.0483413568636, -2452.510772476504, -471.25852015979217, @@ -365150,7 +263099,7 @@ "relative wind speed": [ 6.530215879624706, 6.1323060531909634, - 5.696813166256745, + 5.696813166256744, 5.496080861630119, 5.6728283822745595, 6.100780586059454, @@ -365158,19 +263107,19 @@ 6.67965541414118 ], "relative wind angle": [ - 0.06240593341575357, + 0.062405933415757134, 0.09665396879973188, - 0.07549222099006954, + 0.07549222099007101, 0.0028815179177790282, - 0.07185311693099944, + 0.07185311693099942, 0.09715499649191366, 0.06605458806887454, 0.0023709379332015933 ], "resistance": [ - 98647.88976013992, + 98647.88976013991, 96326.99342416215, - 94279.20662845383, + 94279.20662845382, 93661.45165864316, 94181.9892275235, 96163.24147984022, @@ -365178,9 +263127,9 @@ 99881.45911917434 ], "fuel": [ - 53.784073571905296, + 53.78407357190528, 52.58114700378359, - 51.53641830537005, + 51.536418305370034, 51.22431907856898, 51.487208440221956, 52.49703093168898, @@ -365218,47 +263167,47 @@ ], "ice resistance": 78506.00219083663, "wind resistance": [ - 3445.6280397662777, + 3445.628039766183, 782.7473477320636, - -2210.6761857056517, - -3840.7722351553857, + -2210.6761857056554, + -3840.772235155364, -3716.2347515197544, -1758.6515810698947, 1306.2341067573798, 3740.9345917111714 ], "relative wind speed": [ - 7.933080157640678, + 7.933080157640677, 7.587529310533546, - 7.103462125346292, - 6.765002408381113, + 7.10346212534629, + 6.765002408381112, 6.799888526154322, 7.183428409712993, 7.662445470569312, 7.962850442540986 ], "relative wind angle": [ - 0.035343038115212305, + 0.035343038115221735, 0.07904773787750045, - 0.07990649970416212, - 0.029970350606627585, - 0.04123600619656179, + 0.07990649970416072, + 0.029970350606623883, + 0.0412360061965618, 0.08350462355629978, 0.07406613169149596, 0.025460863352731504 ], "resistance": [ - 81951.63023060291, + 81951.63023060281, 79288.74953856869, 76295.32600513098, - 74665.22995568125, + 74665.22995568126, 74789.76743931687, 76747.35060976674, 79812.236297594, 82246.9367825478 ], "fuel": [ - 52.56144325533538, + 52.561443255335334, 51.34839793122378, 50.016279390801834, 49.30488446571971, @@ -365298,49 +263247,49 @@ ], "ice resistance": 88986.58318082815, "wind resistance": [ - 3737.792013641716, + 3737.7920136416797, 935.0877511798208, - -2268.476811987315, - -4064.0323694229555, + -2268.4768119873443, + -4064.032369422941, -3973.5504045831076, -1941.2887050296777, 1314.1398061301297, 3952.036230935584 ], "relative wind speed": [ - 7.976831456483082, + 7.9768314564830805, 7.617164013672902, 7.101564501226379, - 6.731154997972885, + 6.731154997972884, 6.756575371881107, 7.159606359979216, 7.671305786889846, 7.998293770193301 ], "relative wind angle": [ - 0.0358427598073184, - 0.0833136554037523, - 0.08608608552759725, - 0.03412057314352552, + 0.0358427598073215, + 0.08331365540375228, + 0.08608608552760112, + 0.034120573143522265, 0.04231963167174983, - 0.088651650924228, + 0.08865165092422801, 0.07967843301511522, 0.028713356521429475 ], "resistance": [ - 92724.37519446987, + 92724.37519446983, 89921.67093200797, - 86718.10636884083, - 84922.55081140519, + 86718.1063688408, + 84922.5508114052, 85013.03277624505, 87045.29447579847, 90300.72298695828, 92938.61941176374 ], "fuel": [ - 57.73813548517602, + 57.73813548517598, 56.349775313788754, - 54.79864239293406, + 54.79864239293404, 53.94595333916318, 53.98863516366437, 54.955312530934435, @@ -365378,19 +263327,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2121.2400135458847, + 2121.2400135458593, -641.0808447830459, - -2925.628458295085, + -2925.6284582950775, -3496.4304087021865, - -2705.842683256451, + -2705.842683256442, -270.86937113314343, - 2433.843490015901, + 2433.843490015912, 3786.14533918702 ], "relative wind speed": [ - 7.038500400414528, + 7.038500400414526, 6.591275481575481, - 6.132267241976249, + 6.1322672419762485, 5.953232013894699, 6.182330133796566, 6.657085044962728, @@ -365398,19 +263347,19 @@ 7.233306460991666 ], "relative wind angle": [ - 0.06767357197248294, - 0.09725818780626286, - 0.07004832229929014, + 0.0676735719724846, + 0.09725818780626287, + 0.07004832229928855, 0.005553225133677385, - 0.07706291774458181, + 0.07706291774458038, 0.09629373030441785, - 0.06064067831210953, + 0.0606406783121077, 0.004570466218338162 ], "resistance": [ - 98755.74001354587, + 98755.74001354584, 95993.41915521694, - 93708.8715417049, + 93708.87154170491, 93138.0695912978, 93928.65731674354, 96363.63062886684, @@ -365418,9 +263367,9 @@ 100420.645339187 ], "fuel": [ - 56.44683483627057, + 56.446834836270554, 55.01627687527949, - 53.854600860048514, + 53.854600860048535, 53.56738453156961, 53.96551602899156, 55.20635530857529, @@ -365458,7 +263407,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2081.4634594896306, + 2081.4634594896197, -481.4525323995131, -2641.955592247514, -3216.3664991700443, @@ -365468,7 +263417,7 @@ 3591.0552862322456 ], "relative wind speed": [ - 6.239499484005765, + 6.239499484005764, 5.769871600414513, 5.270455504055152, 5.061626546219043, @@ -365478,8 +263427,8 @@ 6.433794374794002 ], "relative wind angle": [ - 0.07996197234531191, - 0.11919065679718821, + 0.07996197234531331, + 0.11919065679718822, 0.0896537265935877, 0.0037031552915394567, 0.0941879630884944, @@ -365488,7 +263437,7 @@ 0.0029133621175100335 ], "resistance": [ - 98715.96345948962, + 98715.9634594896, 96153.04746760047, 93992.54440775247, 93418.13350082994, @@ -365498,7 +263447,7 @@ 100225.55528623224 ], "fuel": [ - 52.1879607030443, + 52.18796070304428, 50.8600995595321, 49.759717383741076, 49.47008263089192, @@ -365538,17 +263487,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2357.404920015102, + 2357.404920015073, -162.44055551049678, -2486.567540526352, -3300.918900830513, -2810.782094226075, -708.9499938568879, - 1896.4435392434498, + 1896.4435392434607, 3519.6381919925225 ], "relative wind speed": [ - 7.043284319462429, + 7.043284319462427, 6.648648986908834, 6.198758085038959, 5.971085735177061, @@ -365558,27 +263507,27 @@ 7.174215762071556 ], "relative wind angle": [ - 0.05551372981188986, - 0.09060573130947551, - 0.07427134870200143, + 0.05551372981189186, + 0.09060573130947552, + 0.07427134870200144, 0.008191184308651435, 0.06384736139185593, 0.09195675595467051, - 0.06596039048941231, - 0.006817483239150745 + 0.06596039048941062, + 0.006817483239150746 ], "resistance": [ - 98991.90492001509, + 98991.90492001506, 96472.05944448948, 94147.93245947364, 93333.58109916947, 93823.71790577391, 95925.5500061431, - 98530.94353924344, + 98530.94353924345, 100154.1381919925 ], "fuel": [ - 56.45931319278591, + 56.45931319278589, 55.150977845491795, 53.96520777925941, 53.554480718721706, @@ -365618,7 +263567,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2126.053401420613, + 2126.0534014205878, -470.30562663371165, -2696.159621942894, -3299.3198364666696, @@ -365638,17 +263587,17 @@ 7.192404039793411 ], "relative wind angle": [ - 0.06171187591823877, + 0.06171187591824236, 0.09204069591038833, 0.06908593544418784, - 0.0008885407924182498, - 0.07021558151715131, - 0.09189317117419865, + 0.0008885407924182499, + 0.07021558151715132, + 0.09189317117419864, 0.06057969923733978, 0.0007384850822322588 ], "resistance": [ - 98760.55340142062, + 98760.55340142059, 96164.19437336629, 93938.34037805711, 93335.18016353332, @@ -365658,7 +263607,7 @@ 100241.95069349423 ], "fuel": [ - 56.40582424436791, + 56.405824244367906, 55.060366834622045, 53.92687858944622, 53.62290151333667, @@ -365698,9 +263647,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2105.2722642076405, + 2105.272264207617, -213.932442043204, - -2287.8527734431063, + -2287.852773443119, -2958.0393569895186, -2454.9277541888823, -494.49765535501683, @@ -365708,7 +263657,7 @@ 3291.0862626395774 ], "relative wind speed": [ - 5.955676266767853, + 5.955676266767852, 5.5177661483858405, 5.022653302654319, 4.782366626595728, @@ -365718,17 +263667,17 @@ 6.1120264710086 ], "relative wind angle": [ - 0.07539073129714464, - 0.12078434510178025, - 0.09804327599067024, + 0.07539073129714759, + 0.12078434510178027, + 0.09804327599067364, 0.0063684348437168786, - 0.09027581696583153, + 0.09027581696583155, 0.1221292106464924, 0.08319876105675893, 0.004982980779714198 ], "resistance": [ - 98739.77226420763, + 98739.7722642076, 96420.56755795678, 94346.64722655687, 93676.46064301046, @@ -365738,7 +263687,7 @@ 99925.58626263957 ], "fuel": [ - 50.84087012997353, + 50.840870129973524, 49.63802010454452, 48.57933745356279, 48.24064617010286, @@ -365778,9 +263727,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2587.6533759536014, + 2587.653375953576, 47.37241362091663, - -2393.7342877501924, + -2393.734287750196, -3366.799948486134, -2944.436212951645, -879.0404435732471, @@ -365788,9 +263737,9 @@ 3584.944848159621 ], "relative wind speed": [ - 6.669652733245569, + 6.669652733245568, 6.252852338108312, - 5.750817161964324, + 5.750817161964323, 5.4713415632465345, 5.614839019973941, 6.07556766402329, @@ -365798,17 +263747,17 @@ 6.787864634817268 ], "relative wind angle": [ - 0.060380271689705445, + 0.06038027168970913, 0.10548055819956134, - 0.09203878280532757, - 0.016295141603349904, + 0.09203878280532758, + 0.0162951416033499, 0.07174136853186101, - 0.1085704505858008, - 0.08074846329202841, + 0.10857045058580081, + 0.08074846329202842, 0.01313445510989893 ], "resistance": [ - 99222.15337595361, + 99222.1533759536, 96681.87241362093, 94240.76571224982, 93267.70005151388, @@ -365818,7 +263767,7 @@ 100219.44484815963 ], "fuel": [ - 54.28864387014554, + 54.288643870145535, 52.96761832050188, 51.720790639450485, 51.22996548219573, @@ -365858,9 +263807,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2256.5810941570526, + 2256.581094157038, -671.5137326757322, - -3091.938258680995, + -3091.9382586810043, -3698.08219847086, -2857.322531517286, -276.58178633754505, @@ -365868,7 +263817,7 @@ 4024.814170067675 ], "relative wind speed": [ - 7.087956198936421, + 7.08795619893642, 6.6161725433269885, 6.130335459444673, 5.940417435688749, @@ -365878,9 +263827,9 @@ 7.2931358464899185 ], "relative wind angle": [ - 0.07104438651545622, + 0.07104438651545779, 0.10240853657076536, - 0.07402667906991255, + 0.07402667906991404, 0.005920981744269427, 0.08145372700105101, 0.10133296662455271, @@ -365888,9 +263837,9 @@ 0.004822758654483778 ], "resistance": [ - 98891.08109415705, + 98891.08109415704, 95962.98626732428, - 93542.561741319, + 93542.56174131899, 92936.41780152914, 93777.17746848271, 96357.91821366246, @@ -365900,7 +263849,7 @@ "fuel": [ 56.64414781423628, 55.12716687849064, - 53.897284414313596, + 53.89728441431359, 53.59269965793169, 54.01554481956853, 55.329911035731556, @@ -365938,9 +263887,9 @@ ], "ice resistance": 90568.79899026228, "wind resistance": [ - 3134.5550963080095, + 3134.5550963079477, 116.05347790279848, - -2843.004534290725, + -2843.0045342907324, -4070.431284033777, -3612.0211769317975, -1180.7112081053892, @@ -365950,7 +263899,7 @@ "relative wind speed": [ 7.906193409688431, 7.493260072971605, - 6.992624050746751, + 6.99262405074675, 6.708177270580749, 6.836694887270343, 7.28692971640586, @@ -365958,19 +263907,19 @@ 8.015525492411152 ], "relative wind angle": [ - 0.04922529414296378, + 0.049225294142970555, 0.08735470136477635, - 0.0766556695637547, - 0.015440172669537131, + 0.07665566956375472, + 0.01544017266953713, 0.05693361997279636, 0.08983474368366068, 0.06898577419348066, - 0.012921695826601859 + 0.01292169582660186 ], "resistance": [ - 93703.3540865703, + 93703.35408657022, 90684.85246816507, - 87725.79445597155, + 87725.79445597154, 86498.3677062285, 86956.77781333048, 89388.08778215689, @@ -365978,9 +263927,9 @@ 94790.13484203613 ], "fuel": [ - 58.229974874324924, + 58.2299748743249, 56.724932393695454, - 55.282437682128844, + 55.28243768212883, 54.693646744361786, 54.912888072529654, 56.08876924767053, @@ -366018,19 +263967,19 @@ ], "ice resistance": 91637.28726543701, "wind resistance": [ - 3106.3756645646426, + 3106.375664564621, 32.96186662326363, - -2931.28146547504, + -2931.2814654750473, -4111.472494087095, - -3608.962396545303, + -3608.962396545314, -1109.5968611574535, 2142.9463384702176, 4297.618136272806 ], "relative wind speed": [ - 7.904663856150241, + 7.90466385615024, 7.481807171813712, - 6.977392647808992, + 6.977392647808991, 6.698941118123971, 6.839856722604109, 7.299993980016526, @@ -366038,17 +263987,17 @@ 8.02443384672019 ], "relative wind angle": [ - 0.05114756031210052, + 0.05114756031210269, 0.08870420032503905, 0.07649417248563585, 0.013625621253648398, - 0.059118711295114944, + 0.059118711295116824, 0.09091949438540693, 0.06855853853687424, 0.011374806019440577 ], "resistance": [ - 94743.66293000165, + 94743.66293000164, 91670.24913206027, 88706.00579996197, 87525.81477134992, @@ -366098,11 +264047,11 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2563.6960907486828, + 2563.696090748672, -586.9509101649164, - -3271.1754546276316, - -3991.6831149335667, - -3193.454097795464, + -3271.175454627639, + -3991.683114933192, + -3193.454097795471, -456.0603648744436, 2674.2510772225723, 4381.456729029636 @@ -366110,29 +264059,29 @@ "relative wind speed": [ 7.512250011304301, 7.037844034600893, - 6.535970130713562, - 6.323563007894394, + 6.535970130713561, + 6.323563007894393, 6.5526276779255275, 7.059715366959902, 7.526747250192297, 7.706061289857924 ], "relative wind angle": [ - 0.06614795845689539, + 0.06614795845689707, 0.09837760800576965, - 0.0736620114580759, - 0.0017377289768386443, - 0.07585265174837018, + 0.07366201145807588, + 0.0017377289767747548, + 0.07585265174837164, 0.09807184707618151, - 0.06395132444709899, + 0.063951324447099, 0.0014259731989869856 ], "resistance": [ 99198.19609074865, 96047.54908983505, 93363.32454537234, - 92642.81688506641, - 93441.04590220451, + 92642.81688506677, + 93441.0459022045, 96178.43963512553, 99308.75107722255, 101015.95672902961 @@ -366141,8 +264090,8 @@ 59.02002378491268, 57.385447549827305, 56.02199404766352, - 55.66057585691719, - 56.06109575182094, + 55.660575856917376, + 56.06109575182093, 57.45261903328036, 59.07805123089726, 59.97989296060343 @@ -366178,19 +264127,19 @@ ], "ice resistance": 28314.000498224643, "wind resistance": [ - 152.6674326272696, + 152.66743262723685, -2848.8143330416824, - -4113.476830855641, + -4113.476830855601, -3664.8557019399123, - -1223.2348528899674, + -1223.2348528899784, 2035.5843627017202, 4258.95703766885, 3195.6973219889915 ], "relative wind speed": [ - 7.5001389430069985, + 7.500138943006998, 6.993237460894218, - 6.701820695719915, + 6.701820695719914, 6.827666611466019, 7.281200749861465, 7.769337059218057, @@ -366198,29 +264147,29 @@ 7.91523449853922 ], "relative wind angle": [ - 0.0881387891768828, + 0.08813878917688532, 0.0779466045933751, - 0.016400545014721272, + 0.016400545014714503, 0.05702153662789718, - 0.09079623091946697, + 0.0907962309194682, 0.07014680172231341, - 0.013701208910300163, + 0.013701208910300165, 0.04917984391875192 ], "resistance": [ - 28466.667930851912, + 28466.66793085188, 25465.18616518296, - 24200.523667369, + 24200.52366736904, 24649.14479628473, - 27090.765645334675, + 27090.765645334664, 30349.584860926363, 32572.957535893493, 31509.697820213634 ], "fuel": [ - 33.25427791511633, + 33.254277915116326, 32.48623266025851, - 32.172657780747144, + 32.17265778074715, 32.28321290744043, 32.89803875474021, 33.753206154258166, @@ -366258,9 +264207,9 @@ ], "ice resistance": 27049.53764129066, "wind resistance": [ - -823.5833790540601, + -823.5833790540928, -3551.834284900451, - -4216.7309914611105, + -4216.730991461125, -3233.12701570677, -286.5032823174006, 2957.7183112854, @@ -366268,9 +264217,9 @@ 2504.5258908068135 ], "relative wind speed": [ - 7.350542652363333, + 7.350542652363332, 6.858834226988233, - 6.672315570485823, + 6.6723155704858215, 6.923688064308157, 7.436031960070963, 7.891859200600585, @@ -366278,19 +264227,19 @@ 7.835023432228275 ], "relative wind angle": [ - 0.0938641224075588, + 0.09386412240756235, 0.06664909053915126, - 0.006434311550242683, + 0.006434311550242682, 0.07481475714387574, 0.0927818758493419, 0.05791438265273778, - 0.00533301271280508, - 0.06609909868127478 + 0.005333012712805081, + 0.0660990986812748 ], "resistance": [ - 26225.9542622366, + 26225.954262236566, 23497.703356390208, - 22832.80664982955, + 22832.806649829534, 23816.41062558389, 26763.03435897326, 30007.25595257606, @@ -366300,7 +264249,7 @@ "fuel": [ 32.67773304984516, 32.00096518464955, - 31.840228922042492, + 31.840228922042485, 32.07859470105478, 32.81422361688263, 33.66151591146496, @@ -366338,49 +264287,49 @@ ], "ice resistance": 42380.17210585271, "wind resistance": [ - 409.76138909895235, + 409.7613890989087, -2708.0779731172006, - -4166.6612701995655, + -4166.661270199544, -3825.630487211314, -1474.430644142536, 1838.9238218260107, 4235.438090932359, - 3427.752522976709 + 3427.7525229767234 ], "relative wind speed": [ - 7.5408561902912075, + 7.540856190291207, 7.022231080429587, - 6.6996381525861874, + 6.699638152586186, 6.795425484050804, 7.241027366086343, 7.745015174427566, 8.025698600338545, - 7.944758139161786 + 7.944758139161785 ], "relative wind angle": [ - 0.08805734599207965, - 0.0820270212353633, - 0.022469046494117566, - 0.05336959716273506, + 0.08805734599208344, + 0.08202702123536329, + 0.022469046494112625, + 0.05336959716273505, 0.09171358356693912, 0.07435718336312082, - 0.01875607947120865, - 0.04564303502594347 + 0.018756079471208654, + 0.04564303502594103 ], "resistance": [ - 42789.93349495166, + 42789.93349495162, 39672.09413273551, - 38213.51083565314, + 38213.51083565317, 38554.54161864139, 40905.741461710175, 44219.09592767872, 46615.61019678507, - 45807.92462882942 + 45807.92462882944 ], "fuel": [ - 37.38112293790202, + 37.381122937902006, 36.41780486508637, - 35.97956590640823, + 35.97956590640824, 36.08132130135374, 36.79463992752787, 37.83478134315028, @@ -366418,9 +264367,9 @@ ], "ice resistance": 24483.824616546965, "wind resistance": [ - 105.45398050665244, + 105.45398050662334, -2851.0176450516847, - -4071.229295692301, + -4071.229295692403, -3607.8990032489237, -1170.8377963864514, 2051.4719400440445, @@ -366428,7 +264377,7 @@ 3127.420169568304 ], "relative wind speed": [ - 7.49166668022155, + 7.491666680221548, 6.99112559781694, 6.7077561458931, 6.837650747075918, @@ -366438,19 +264387,19 @@ 7.905389806126442 ], "relative wind angle": [ - 0.08742640790202351, + 0.08742640790202479, 0.07654654129489247, - 0.01519748454213832, + 0.015197484542152931, 0.057135959493189274, 0.08986875981973376, 0.06886063582041435, - 0.012717204024880583, - 0.04941212946283764 + 0.012717204024880585, + 0.04941212946283765 ], "resistance": [ - 24589.278597053617, + 24589.278597053588, 21632.80697149528, - 20412.595320854663, + 20412.59532085456, 20875.92561329804, 23312.986820160513, 26535.29655659101, @@ -366458,9 +264407,9 @@ 27611.24478611527 ], "fuel": [ - 32.26841658973188, + 32.26841658973187, 31.55429716045538, - 31.26904380287799, + 31.269043802877967, 31.376705766757382, 31.956145637779194, 32.7562165187148, @@ -366498,53 +264447,53 @@ ], "ice resistance": 25548.431922816762, "wind resistance": [ - -2548.5993051620862, + -2548.599305162101, -4546.849178892575, - -4428.841453497396, - -2124.996789337343, + -4428.841453497393, + -2124.9967893373505, 1533.4543160512949, 4486.751731686487, - 4208.09772905596, + 4208.097729055931, 1042.3284527501783 ], "relative wind speed": [ 7.068078067438363, 6.651202040556923, - 6.6845522396930654, - 7.143629973356593, + 6.684552239693064, + 7.143629973356594, 7.717799206604243, 8.079830665091672, 8.05226139141538, 7.6479214800248565 ], "relative wind angle": [ - 0.09700040781348725, - 0.03809751006106496, - 0.04882819248951638, - 0.10022063353354274, + 0.09700040781348954, + 0.03809751006106497, + 0.0488281924895141, + 0.10022063353354385, 0.08881191352373292, 0.03135888360267516, - 0.04052951649107252, + 0.04052951649107526, 0.09359219391595741 ], "resistance": [ - 22999.832617654676, + 22999.83261765466, 21001.582743924188, - 21119.590469319366, - 23423.43513347942, + 21119.59046931937, + 23423.435133479412, 27081.886238868057, 30035.18365450325, - 29756.529651872723, + 29756.529651872694, 26590.76037556694 ], "fuel": [ - 31.880452101479413, + 31.880452101479406, 31.406041843936556, 31.43364557914009, - 31.982929511083327, + 31.98292951108332, 32.895762636936226, 33.668979801626676, - 33.59463739306632, + 33.59463739306631, 32.77032593140755 ] }, @@ -366578,9 +264527,9 @@ ], "ice resistance": 20624.685027324478, "wind resistance": [ - -2095.4520899430318, + -2095.4520899430463, -4302.134134451502, - -4398.759015139654, + -4398.759015139716, -2443.046221165543, 1037.6452141173977, 4084.467019356347, @@ -366590,7 +264539,7 @@ "relative wind speed": [ 7.143995140659283, 6.7038598207567475, - 6.676600719439847, + 6.676600719439846, 7.082097707154032, 7.642702491636833, 8.031552244060835, @@ -366598,9 +264547,9 @@ 7.7000948053747305 ], "relative wind angle": [ - 0.09662503632717148, - 0.04629688902242131, - 0.03751973349479578, + 0.0966250363271738, + 0.0462968890224213, + 0.03751973349480466, 0.0939579044984072, 0.09030218668783703, 0.03863938110274033, @@ -366608,9 +264557,9 @@ 0.08639734780021964 ], "resistance": [ - 18529.232937381446, + 18529.232937381432, 16322.550892872976, - 16225.926012184824, + 16225.926012184762, 18181.638806158935, 21662.330241441876, 24709.152046680825, @@ -366620,7 +264569,7 @@ "fuel": [ 30.83963831194803, 30.353308154016613, - 30.33242709046614, + 30.332427090466126, 30.76182983444837, 31.561267570031614, 32.29805747011536, @@ -366658,9 +264607,9 @@ ], "ice resistance": 24395.055278153726, "wind resistance": [ - -1586.2164042829863, + -1586.2164042830009, -3999.171574844553, - -4324.9690414523575, + -4324.969041452339, -2761.706690294235, 499.2222777673487, 3621.089592252505, @@ -366668,9 +264617,9 @@ 1861.3653040798854 ], "relative wind speed": [ - 7.227268479660997, + 7.227268479660995, 6.76661646927892, - 6.674919952302466, + 6.6749199523024645, 7.0183894084799245, 7.55921349029795, 7.974209667840893, @@ -366678,19 +264627,19 @@ 7.753536507938858 ], "relative wind angle": [ - 0.09537815533426648, - 0.05453199212130483, - 0.024976201149751357, - 0.08624617681128365, - 0.0911779336797928, + 0.09537815533426647, + 0.054531992121304836, + 0.024976201149746913, + 0.08624617681128363, + 0.09117793367979281, 0.046267386105521925, 0.020706272735747072, 0.07805127061315809 ], "resistance": [ - 22808.83887387074, + 22808.838873870725, 20395.883703309173, - 20070.08623670137, + 20070.086236701387, 21633.34858785949, 24894.277555921075, 28016.14487040623, @@ -366725,68 +264674,7 @@ "id": "6283", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 19721.752130092646, - "wind resistance": [ - -832.0936048472722, - -3616.1189501944064, - -4296.702934603287, - -3295.7248642551895, - -292.3034264018934, - 3017.346141971928, - 4630.114774914426, - 2561.6966145393926 - ], - "relative wind speed": [ - 7.351626022972134, - 6.849535651936822, - 6.65844721210282, - 6.914823957933465, - 7.437559454204321, - 7.902376678525996, - 8.064042196076686, - 7.8453110484705775 - ], - "relative wind angle": [ - 0.09574543507978263, - 0.06815097536506688, - 0.006482354496267918, - 0.07635691642736, - 0.09463586008232391, - 0.059059769309928824, - 0.005352442109953721, - 0.06728604445790355 - ], - "resistance": [ - 18889.658525245373, - 16105.63317989824, - 15425.049195489359, - 16426.027265837456, - 19429.448703690752, - 22739.098272064573, - 24351.86690500707, - 22283.448744632038 - ], - "fuel": [ - 30.9207938778033, - 30.30647982586872, - 30.160691395179512, - 30.375708378854725, - 31.043240319917604, - 31.81770753659921, - 32.20987006766148, - 31.708664809004294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.8125 -52.65625, -62.8125 -52.5, -62.65625 -52.5, -62.65625 -52.65625, -62.8125 -52.65625))", @@ -366818,53 +264706,53 @@ ], "ice resistance": 32158.165700864272, "wind resistance": [ - -996.9758219056566, + -996.9758219056821, -3928.9917830787927, - -4607.351594916196, + -4607.351594916341, -3440.6214852532758, - -174.90571830220506, + -174.90571830221597, 3352.22692511899, - 4956.759743960345, + 4956.75974396009, 2657.3454678936614 ], "relative wind speed": [ - 7.334103441356524, + 7.334103441356523, 6.799262943475307, 6.608060126173034, 6.899289347619659, - 7.465042039467011, + 7.465042039467012, 7.9552466564532685, - 8.114768469180708, + 8.11476846918071, 7.868655058988754 ], "relative wind angle": [ - 0.10290499739098503, + 0.10290499739098828, 0.07156702236587592, - 0.009959414510802487, + 0.00995941451082478, 0.08405817989552364, - 0.101093789524178, + 0.1010937895241802, 0.0611534645698322, - 0.008110156640231432, + 0.008110156640258812, 0.07368266413606034 ], "resistance": [ - 31161.189878958616, + 31161.18987895859, 28229.17391778548, - 27550.814105948077, + 27550.81410594793, 28717.544215610997, - 31983.259982562067, + 31983.259982562056, 35510.392625983266, - 37114.92544482462, + 37114.92544482436, 34815.511168757934 ], "fuel": [ - 33.97233095225418, + 33.97233095225417, 33.192284577287246, - 33.01636743160015, + 33.016367431600116, 33.31999239518798, - 34.19677988783472, + 34.19677988783471, 35.18833003539364, - 35.65471690598216, + 35.654716905982085, 34.98932278703375 ] }, @@ -366898,51 +264786,51 @@ ], "ice resistance": 40772.81204011014, "wind resistance": [ - -1289.7444981203844, + -1289.7444981204026, -4077.539199105715, - -4617.886191883135, - -3233.746581640742, - 130.75988334999056, + -4617.886191883139, + -3233.7465816407457, + 130.75988334999784, 3584.7188630130804, 4862.016321999476, 2384.1698802011815 ], "relative wind speed": [ - 7.285869229842898, + 7.2858692298428975, 6.766949622733571, - 6.61450202103265, - 6.939666179699251, - 7.5121130403366045, + 6.614502021032649, + 6.939666179699252, + 7.512113040336605, 7.982739227142072, 8.109506506497285, 7.8330559859805176 ], "relative wind angle": [ - 0.10278944240286611, + 0.10278944240286828, 0.06628617393607927, 0.017190944382450463, - 0.08787352653582049, - 0.0996832557514092, + 0.08787352653582177, + 0.09968325575140921, 0.05617904310274871, 0.01402152664431055, - 0.0778296151965425 + 0.07782961519654251 ], "resistance": [ - 39483.06754198976, + 39483.06754198974, 36695.27284100442, - 36154.92584822701, + 36154.925848227, 37539.0654584694, - 40903.57192346013, + 40903.57192346014, 44357.53090312322, 45634.82836210962, 43156.98192031132 ], "fuel": [ - 36.36056435163552, + 36.3605643516355, 35.531812062399894, 35.374524226974536, 35.7796018457103, - 36.793972240486205, + 36.79397224048621, 37.87912844959726, 38.291670133366885, 37.49690963878411 @@ -366965,68 +264853,7 @@ "id": "6286", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 19714.68943698654, - "wind resistance": [ - 534.1053155894151, - -2679.5896839357447, - -4246.003103760264, - -3948.384409865521, - -1604.683805888686, - 1779.5616518826937, - 4288.038763327342, - 3583.6089385973864 - ], - "relative wind speed": [ - 7.562108649644041, - 7.030863436338449, - 6.689393379609821, - 6.773090829530913, - 7.221725388760055, - 7.739881404727198, - 8.036841483600076, - 7.9664324157433875 - ], - "relative wind angle": [ - 0.08923467930782453, - 0.08506673185070598, - 0.02555124593753056, - 0.05253743102050884, - 0.09345260592773594, - 0.07725779580315141, - 0.021266640788564564, - 0.04466182223537711 - ], - "resistance": [ - 20248.794752575955, - 17035.099753050796, - 15468.686333226276, - 15766.30502712102, - 18110.005631097854, - 21494.251088869234, - 24002.728200313883, - 23298.298375583927 - ], - "fuel": [ - 31.23117332704262, - 30.50836584328515, - 30.169987228388464, - 30.233576630948797, - 30.745850717426563, - 31.52162760681855, - 32.12415230022941, - 31.952587088809047 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.65625 -52.8125, -62.65625 -52.65625, -62.5 -52.65625, -62.5 -52.8125, -62.65625 -52.8125))", @@ -367045,68 +264872,7 @@ "id": "6287", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 22395.19461074425, - "wind resistance": [ - 101.31783364570583, - -3068.8295084389974, - -4364.941896577919, - -3852.8265604284825, - -1219.5084117629413, - 2244.1379702573286, - 4571.371397399409, - 3359.14236319036 - ], - "relative wind speed": [ - 7.499906157170108, - 6.961195078525046, - 6.657364338163604, - 6.801412471466121, - 7.28962968489626, - 7.805706655261747, - 8.066399034155596, - 7.945318225361647 - ], - "relative wind angle": [ - 0.09408532665785015, - 0.08239293310112959, - 0.015865633200682964, - 0.06231222380103211, - 0.09680769919794412, - 0.07346166140735531, - 0.013094056871838854, - 0.053331755468873296 - ], - "resistance": [ - 22496.512444389955, - 19326.36510230525, - 18030.25271416633, - 18542.368050315767, - 21175.686198981308, - 24639.332581001578, - 26966.566008143658, - 25754.33697393461 - ], - "fuel": [ - 31.759557498982204, - 31.01977299640218, - 30.72808280339186, - 30.8425874048331, - 31.446785362565176, - 32.280786841295225, - 32.866228476647954, - 32.558763925765916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.125 -52.96875, -63.125 -52.8125, -62.96875 -52.8125, -62.96875 -52.96875, -63.125 -52.96875))", @@ -367125,68 +264891,7 @@ "id": "6288", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23533.21859526466, - "wind resistance": [ - -223.2916644491379, - -3129.734333200453, - -4136.314755583466, - -3513.274574494324, - -869.8053822691945, - 2394.1879139686207, - 4416.963649862733, - 2939.4957854264685 - ], - "relative wind speed": [ - 7.443313659523728, - 6.940354826110748, - 6.687781237577977, - 6.862429327486752, - 7.340422733904776, - 7.817685017584159, - 8.034818371611058, - 7.886177012452124 - ], - "relative wind angle": [ - 0.09061258200331906, - 0.073952772907739, - 0.0077246681787351895, - 0.06412211050404293, - 0.09188626294661383, - 0.06564081376105124, - 0.006429608074926656, - 0.05578877508793413 - ], - "resistance": [ - 23309.926930815524, - 20403.48426206421, - 19396.903839681196, - 20019.944020770337, - 22663.413212995467, - 25927.406509233282, - 27950.182245127395, - 26472.71438069113 - ], - "fuel": [ - 31.95540425645627, - 31.266934715880694, - 31.035827102604216, - 31.178430522933404, - 31.79954163502411, - 32.60232592793136, - 33.119727149753416, - 32.74031001558378 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.96875 -52.96875, -62.96875 -52.8125, -62.8125 -52.8125, -62.8125 -52.96875, -62.96875 -52.96875))", @@ -367205,68 +264910,7 @@ "id": "6289", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 18232.944005772973, - "wind resistance": [ - -26.85465954358733, - -2995.7770722053465, - -4142.233440380463, - -3607.691682433244, - -1058.405523407022, - 2217.1822331365256, - 4354.266943955205, - 3087.1636318028723 - ], - "relative wind speed": [ - 7.473588816399725, - 6.966276713187604, - 6.69207662026218, - 6.8420030741884394, - 7.3094276110717455, - 7.794437154369336, - 8.031087865703709, - 7.903749472934285 - ], - "relative wind angle": [ - 0.08970881969745535, - 0.07640220712540949, - 0.0123162913775477, - 0.06071580120550191, - 0.09172918209923313, - 0.06827106676847926, - 0.010262735261657977, - 0.052551471266104925 - ], - "resistance": [ - 18206.089346229386, - 15237.166933567627, - 14090.71056539251, - 14625.25232333973, - 17174.53848236595, - 20450.1262389095, - 22587.210949728178, - 21320.107637575846 - ], - "fuel": [ - 30.767288354805608, - 30.120748568582663, - 29.879863851063497, - 29.991569145404224, - 30.538930122157716, - 31.27773496014994, - 31.78127312827101, - 31.480668312490923 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.125 -53.125, -63.125 -52.96875, -62.96875 -52.96875, -62.96875 -53.125, -63.125 -53.125))", @@ -367298,9 +264942,9 @@ ], "ice resistance": 19752.979650295154, "wind resistance": [ - 170.90068397342475, + 170.900683973392, -2887.4889434637007, - -4183.817674181126, + -4183.817674181213, -3732.323012040466, -1253.2525582835988, 2064.0442943274065, @@ -367308,7 +264952,7 @@ 3265.2153938951706 ], "relative wind speed": [ - 7.505037898204221, + 7.50503789820422, 6.988665697438084, 6.690294897045576, 6.81705337920473, @@ -367318,19 +264962,19 @@ 7.926434991539153 ], "relative wind angle": [ - 0.08963182937812061, - 0.07956857818806932, - 0.01700961395586782, + 0.08963182937812308, + 0.07956857818806934, + 0.017009613955880874, 0.057911155138214224, 0.09243077507177064, 0.07150174446620897, - 0.014165013511239636, + 0.014165013511239638, 0.04979867191381071 ], "resistance": [ - 19923.88033426858, + 19923.880334268546, 16865.490706831453, - 15569.161976114028, + 15569.16197611394, 16020.656638254688, 18499.727092011555, 21817.02394462256, @@ -367338,9 +264982,9 @@ 23018.195044190325 ], "fuel": [ - 31.156348974657593, + 31.156348974657583, 30.471285903992896, - 30.19141806581836, + 30.19141806581834, 30.288182767984512, 30.83301600637723, 31.597843592526065, @@ -367365,68 +265009,7 @@ "id": "6291", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 20151.3222491283, - "wind resistance": [ - 374.2046374542406, - -2709.3404341255336, - -4134.4974775008595, - -3782.5089744453944, - -1435.305046952708, - 1850.0714687823893, - 4209.560993885669, - 3375.7310209860916 - ], - "relative wind speed": [ - 7.534487506217047, - 7.020695741398691, - 6.70417911894577, - 6.802998870875319, - 7.246558007954396, - 7.745381607816043, - 8.020915613886002, - 7.937273543658294 - ], - "relative wind angle": [ - 0.08750925324504182, - 0.08096820518733842, - 0.02156133484800857, - 0.05344629446362232, - 0.09099572576493493, - 0.07337819350289097, - 0.018021343443598774, - 0.04580276878332636 - ], - "resistance": [ - 20525.526886582542, - 17441.981815002768, - 16016.824771627442, - 16368.813274682907, - 18716.017202175593, - 22001.39371791069, - 24360.88324301397, - 23527.053270114393 - ], - "fuel": [ - 31.295211576963442, - 30.597754834378495, - 30.287358327708496, - 30.363317957715438, - 30.881635423050163, - 31.641552578731808, - 32.21208969559381, - 32.00809832539724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.8125 -52.96875, -62.8125 -52.8125, -62.65625 -52.8125, -62.65625 -52.96875, -62.8125 -52.96875))", @@ -367445,68 +265028,7 @@ "id": "6292", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 24767.548305423803, - "wind resistance": [ - 915.0289738468455, - -2371.0021307821626, - -4185.145569166201, - -4067.2275834944885, - -1945.3177365639058, - 1408.2739049817537, - 4098.814502506779, - 3819.78290968719 - ], - "relative wind speed": [ - 7.61779260792162, - 7.0870645256654505, - 6.709961705102764, - 6.743134174274491, - 7.162672719846398, - 7.688183213086912, - 8.019417598865362, - 7.991544670254214 - ], - "relative wind angle": [ - 0.08609523646543889, - 0.0882657169214262, - 0.03405446901622658, - 0.04474808302795255, - 0.09158065461246029, - 0.08134853797968696, - 0.028492210340452483, - 0.03775406630345622 - ], - "resistance": [ - 25682.57727927065, - 22396.54617464164, - 20582.4027362576, - 20700.320721929314, - 22822.230568859897, - 26175.822210405557, - 28866.36280793058, - 28587.331215110993 - ], - "fuel": [ - 32.54073453201228, - 31.735658382596498, - 31.30840845087049, - 31.335807247818785, - 31.837685485802524, - 32.66504753767456, - 33.35908457297275, - 33.28585519742923 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.65625 -52.96875, -62.65625 -52.8125, -62.5 -52.8125, -62.5 -52.96875, -62.65625 -52.96875))", @@ -367525,68 +265047,7 @@ "id": "6293", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 21858.828890094304, - "wind resistance": [ - 545.3131168607069, - -2579.433452382709, - -4119.825099364993, - -3846.9600936000934, - -1592.1806353197608, - 1689.0040093963144, - 4137.168912621968, - 3490.9007525012275 - ], - "relative wind speed": [ - 7.559999750679145, - 7.044838853127688, - 6.71126194868838, - 6.787890110575497, - 7.219906764913356, - 7.723399216522019, - 8.01496182027075, - 7.950169669325412 - ], - "relative wind angle": [ - 0.08635419068124008, - 0.08267438802820398, - 0.025439484374265253, - 0.05016037696273073, - 0.09043276880608415, - 0.0753963395363332, - 0.02130085492540675, - 0.04282228153391572 - ], - "resistance": [ - 22404.14200695501, - 19279.395437711595, - 17739.00379072931, - 18011.86879649421, - 20266.648254774544, - 23547.83289949062, - 25995.997802716272, - 25349.729642595532 - ], - "fuel": [ - 31.73747302652596, - 31.009093309461722, - 30.66339736289786, - 30.72399046195515, - 31.235296185353256, - 32.01315050048195, - 32.6196213548029, - 32.457358189487756 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.8125 -53.125, -62.8125 -52.96875, -62.65625 -52.96875, -62.65625 -53.125, -62.8125 -53.125))", @@ -367605,68 +265066,7 @@ "id": "6294", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 17384.43144799235, - "wind resistance": [ - 195.74733194625514, - -2903.1945244323724, - -4229.046981275296, - -3781.6033865947684, - -1284.8158349256264, - 2070.6570969097156, - 4379.381349760526, - 3319.6472164366096 - ], - "relative wind speed": [ - 7.5101899703034976, - 6.987477598925034, - 6.683223542733323, - 6.808917309094488, - 7.274548430182335, - 7.7779923539198945, - 8.040928511743564, - 7.93477493890211 - ], - "relative wind angle": [ - 0.09052622333235642, - 0.08076772978421783, - 0.01770510421432719, - 0.05825338106146673, - 0.09346703649760105, - 0.07254366516659236, - 0.014715372431705762, - 0.04998040362280332 - ], - "resistance": [ - 17580.178779938604, - 14481.236923559976, - 13155.384466717052, - 13602.82806139758, - 16099.615613066722, - 19455.088544902064, - 21763.812797752875, - 20704.07866442896 - ], - "fuel": [ - 30.628255839356964, - 29.961369041460536, - 29.686962934747843, - 29.778837196412553, - 30.30518324581621, - 31.04908345531264, - 31.58525221843197, - 31.33668127410803 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.65625 -53.125, -62.65625 -52.96875, -62.5 -52.96875, -62.5 -53.125, -62.65625 -53.125))", @@ -367685,68 +265085,7 @@ "id": "6295", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 27923.438273547377, - "wind resistance": [ - -145.9166575530362, - -3164.882871965736, - -4258.941971879183, - -3651.444465184293, - -965.8116836985755, - 2401.575529373338, - 4532.94064419001, - 3093.4784069678317 - ], - "relative wind speed": [ - 7.4588817116962955, - 6.938494681250523, - 6.668888889439153, - 6.8394489166179815, - 7.328370497744476, - 7.822865338195926, - 8.053933915895021, - 7.909606125355559 - ], - "relative wind angle": [ - 0.09298299538716334, - 0.07733494649992043, - 0.009828451704012238, - 0.06486949342301714, - 0.09464385116151919, - 0.06857766150918512, - 0.008138199457132641, - 0.0560828163185841 - ], - "resistance": [ - 27777.52161599434, - 24758.55540158164, - 23664.496301668194, - 24271.993808363084, - 26957.6265898488, - 30325.013802920716, - 32456.378917737387, - 31016.91668051521 - ], - "fuel": [ - 33.07496834922115, - 32.3102889031851, - 32.041544839742485, - 32.190220243637164, - 32.86394110798419, - 33.74661045347069, - 34.32709514179207, - 33.93319958209584 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.4375 -53.28125, -63.4375 -53.125, -63.28125 -53.125, -63.28125 -53.28125, -63.4375 -53.28125))", @@ -367778,9 +265117,9 @@ ], "ice resistance": 47734.7407837806, "wind resistance": [ - 1312.2702527379151, - -1950.866267700203, - -3984.8857665597643, + 1312.2702527378788, + -1950.8662677002103, + -3984.8857665597898, -4072.867058783191, -2268.9617060224155, 943.74641725951, @@ -367788,9 +265127,9 @@ 3959.686947894341 ], "relative wind speed": [ - 7.671366036767681, - 7.158266586987936, - 6.7546012574795204, + 7.6713660367676795, + 7.158266586987937, + 6.75460125747952, 6.729880367524546, 7.101831195900302, 7.618732353531488, @@ -367798,19 +265137,19 @@ 7.999660833056803 ], "relative wind angle": [ - 0.07993565583826646, - 0.08885418654946285, - 0.04231759648265299, + 0.07993565583826924, + 0.08885418654946535, + 0.042317596482655616, 0.03434455677196292, - 0.08636152178843097, + 0.08636152178843098, 0.08347104827828293, - 0.03582172288574401, + 0.03582172288574402, 0.028891409119623897 ], "resistance": [ - 49047.01103651852, + 49047.01103651848, 45783.874516080396, - 43749.855017220834, + 43749.85501722081, 43661.87372499741, 45465.77907775818, 48678.487201040116, @@ -367818,9 +265157,9 @@ 51694.42773167494 ], "fuel": [ - 39.42350820917838, + 39.42350820917837, 38.340204608367856, - 37.6849923624702, + 37.68499236247018, 37.65699858103892, 38.23672200916908, 39.299180131502474, @@ -367858,9 +265197,9 @@ ], "ice resistance": 30435.344783793258, "wind resistance": [ - 776.8286204898614, + 776.8286204898322, -2258.814499628552, - -3901.0723986277408, + -3901.0723986277917, -3764.896013885893, -1764.9636515192578, 1348.8004738833988, @@ -367868,7 +265207,7 @@ 3489.1157058192402 ], "relative wind speed": [ - 7.5884362044334415, + 7.588436204433441, 7.096800292563779, 6.754633660948448, 6.792805199166797, @@ -367878,19 +265217,19 @@ 7.940729812231856 ], "relative wind angle": [ - 0.08040995050687977, + 0.08040995050688254, 0.08102692396534443, - 0.030028334136162717, + 0.03002833413617011, 0.04235164754658006, 0.08494478321301163, 0.07495723410628496, - 0.025437861035252647, + 0.02543786103525265, 0.036226319113529484 ], "resistance": [ - 31212.17340428312, + 31212.17340428309, 28176.530284164706, - 26534.272385165517, + 26534.272385165466, 26670.448769907365, 28670.381132274, 31784.145257676657, @@ -367900,7 +265239,7 @@ "fuel": [ 33.986177788309874, 33.17857136596503, - 32.755956087904494, + 32.75595608790448, 32.79061785945976, 33.30762063185018, 34.14218502537941, @@ -367938,50 +265277,50 @@ ], "ice resistance": 54218.35631593305, "wind resistance": [ - 2231.2592604303354, + 2231.2592604303063, -1019.109123128721, - -3566.945597901551, - -4113.076404421907, + -3566.9455979015584, + -4113.076404421965, -2999.5658861358643, -62.56488991459992, 3037.892896573878, 4332.753310834203 ], "relative wind speed": [ - 7.795303752368494, + 7.7953037523684925, 7.3150297351611275, - 6.849204729986569, - 6.696091972780893, + 6.849204729986568, + 6.696091972780894, 6.964386775446359, 7.467247399370867, 7.8966979375199635, 8.026941886033665 ], "relative wind angle": [ - 0.06734636602011648, - 0.09109770510153428, - 0.06084978768996372, - 0.011412760386582751, - 0.07539586406727716, + 0.06734636602011813, + 0.09109770510153427, + 0.06084978768996373, + 0.01141276038659248, + 0.07539586406727715, 0.08923570812467112, 0.0527700160623397, 0.009520486104313402 ], "resistance": [ - 56449.61557636339, + 56449.61557636336, 53199.24719280433, - 50651.410718031504, - 50105.27991151114, + 50651.41071803149, + 50105.27991151108, 51218.79042979718, 54155.79142601845, 57256.249212506926, 58551.109626767255 ], "fuel": [ - 42.0279382385372, + 42.02793823853719, 40.85926338793104, 39.970670232080394, - 39.78334331826798, + 39.78334331826796, 40.1664611255738, 41.19910805125025, 42.324053168166344, @@ -368018,50 +265357,50 @@ ], "ice resistance": 50945.1613725735, "wind resistance": [ - 1560.6483639329454, + 1560.6483639329053, -1279.916772467779, - -3298.7742390402273, - -3592.354351683447, + -3298.7742390402527, + -3592.3543516834106, -2351.039557510612, 320.7669327931799, 2906.978065595922, 3604.5730254141017 ], "relative wind speed": [ - 7.688090245772006, + 7.688090245772005, 7.255775835865908, - 6.87649307356174, - 6.794574509638604, + 6.876493073561739, + 6.794574509638603, 7.067005792608053, 7.5101943729543255, 7.858953206957517, 7.929883967175041 ], "relative wind angle": [ - 0.063995955361115, - 0.07832676345180258, - 0.04527624138157341, - 0.018778905967893725, + 0.06399595536111849, + 0.07832676345180256, + 0.045276241381575856, + 0.018778905967887814, 0.06962898293920189, 0.0756681672767851, - 0.03961301256438563, + 0.039613012564385625, 0.016090107058572195 ], "resistance": [ - 52505.809736506446, + 52505.8097365064, 49665.244600105725, - 47646.38713353327, - 47352.80702089005, + 47646.38713353325, + 47352.80702089009, 48594.121815062885, 51265.92830536668, 53852.139438169426, 54549.7343979876 ], "fuel": [ - 40.61502503332001, + 40.61502503331998, 39.63321531586341, - 38.95367233983143, - 38.85611700348229, + 38.95367233983142, + 38.8561170034823, 39.27078905357963, 40.18278131623538, 41.09085656868206, @@ -368085,68 +265424,7 @@ "id": "6300", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 22829.121977274222, - "wind resistance": [ - 420.50744761808164, - -2497.558996804444, - -3888.8637738960824, - -3595.542926253249, - -1432.2986810574985, - 1654.1207387918803, - 3910.2221107764854, - 3214.494859043123 - ], - "relative wind speed": [ - 7.5341527565859945, - 7.051104774174747, - 6.7472011181502065, - 6.829333919189835, - 7.239483201283118, - 7.710739020667402, - 7.978023054144767, - 7.907829854102578 - ], - "relative wind angle": [ - 0.08179058871769074, - 0.07662961829326381, - 0.021914423739889256, - 0.048443065291211986, - 0.08512762705077002, - 0.0700628945890515, - 0.018533119411133513, - 0.041832078435782495 - ], - "resistance": [ - 23249.629424892304, - 20331.56298046978, - 18940.25820337814, - 19233.579051020974, - 21396.823296216724, - 24483.242716066103, - 26739.344088050708, - 26043.616836317346 - ], - "fuel": [ - 31.940801867036697, - 31.250296754062287, - 30.93222589653066, - 30.998683757401096, - 31.498698261825886, - 32.24224186658757, - 32.80818047405148, - 32.63163888172741 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-62.96875 -53.28125, -62.96875 -53.125, -62.8125 -53.125, -62.8125 -53.28125, -62.96875 -53.28125))", @@ -368165,68 +265443,7 @@ "id": "6301", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 25591.034368524273, - "wind resistance": [ - 436.57899830551105, - -2522.4344512077405, - -3938.2787875917275, - -3644.632919471238, - -1456.810472349669, - 1670.7029055468302, - 3961.8896966154534, - 3265.59752115461 - ], - "relative wind speed": [ - 7.538068411585505, - 7.04836571511019, - 6.7392497365854185, - 6.82152213138336, - 7.2369152423950585, - 7.714658667070914, - 7.986108601270491, - 7.915949305951887 - ], - "relative wind angle": [ - 0.08281632111712829, - 0.07779574823290919, - 0.022425161814902464, - 0.04899246630316553, - 0.08627099845492611, - 0.07106487972767475, - 0.018923499087370056, - 0.04221461555847113 - ], - "resistance": [ - 26027.613366829784, - 23068.599917316533, - 21652.755580932546, - 21946.401449053035, - 24134.223896174604, - 27261.737274071103, - 29552.924065139727, - 28856.631889678883 - ], - "fuel": [ - 32.62759917455585, - 31.89704280490632, - 31.559006648498272, - 31.628502191921772, - 32.156382834668676, - 32.94192226888329, - 33.54049992032354, - 33.35652590389445 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-63.125 -53.4375, -63.125 -53.28125, -62.96875 -53.28125, -62.96875 -53.4375, -63.125 -53.4375))", @@ -368258,19 +265475,19 @@ ], "ice resistance": 29537.93976215576, "wind resistance": [ - 1019.6163504126234, + 1019.6163504126016, -1728.2901893225462, - -3403.7605482964063, + -3403.76054829641, -3446.9345951132054, -1885.8569463793538, 837.230864988669, - 3175.461709272313, + 3175.4617092723493, 3278.0550061955146 ], "relative wind speed": [ - 7.610253541716351, + 7.610253541716349, 7.176505439888561, - 6.844746774795998, + 6.844746774795997, 6.832702945237525, 7.148743921060645, 7.584079923719005, @@ -368278,23 +265495,23 @@ 7.8952307806833755 ], "relative wind angle": [ - 0.06841908936178304, + 0.06841908936178466, 0.07412474008271847, 0.03380331022027155, 0.02990742764439095, 0.07284368900049981, - 0.07013448637136105, - 0.02934310072495449, + 0.07013448637136104, + 0.029343100724950704, 0.025881563815018126 ], "resistance": [ - 30557.55611256838, + 30557.55611256836, 27809.649572833212, - 26134.179213859352, + 26134.17921385935, 26091.005167042553, 27652.082815776404, 30375.170627144427, - 32713.40147142807, + 32713.401471428107, 32815.99476835127 ], "fuel": [ @@ -368304,7 +265521,7 @@ 32.64360656312096, 33.042520430468514, 33.76007662456891, - 34.39823824528034, + 34.39823824528035, 34.4267044172256 ] }, @@ -368338,54 +265555,54 @@ ], "ice resistance": 15806.055575879638, "wind resistance": [ - 682.2099619028559, + 682.2099619028158, -2216.02561120252, - -3752.5585003129163, + -3752.5585003129236, -3596.4526177251028, - -1648.5016730638126, + -1648.5016730638235, 1339.3566423696138, - 3671.1127816617045, - 3300.71556023783 + 3671.112781661752, + 3300.7155602378552 ], "relative wind speed": [ - 7.569724524091335, + 7.569724524091334, 7.098904474990825, - 6.777235040065888, + 6.777235040065887, 6.820910116178808, 7.199183720350079, 7.6638456968377575, 7.949720801492749, - 7.912279115210294 + 7.912279115210293 ], "relative wind angle": [ - 0.07754827665328475, + 0.07754827665328903, 0.07700210536398387, - 0.027427272627785135, + 0.027427272627785132, 0.04153836470296986, - 0.08154832639298097, + 0.08154832639298233, 0.07131585806967089, - 0.02338128708720524, - 0.03580618311544709 + 0.02338128708720049, + 0.035806183115443986 ], "resistance": [ - 16488.265537782492, + 16488.265537782456, 13590.029964677118, - 12053.497075566722, + 12053.497075566715, 12209.602958154535, - 14157.553902815825, + 14157.553902815815, 17145.41221824925, - 19477.16835754134, - 19106.771136117466 + 19477.16835754139, + 19106.771136117495 ], "fuel": [ - 30.389200704290992, + 30.389200704290978, 29.776198994681707, - 29.46388701490575, + 29.463887014905744, 29.495215791774136, 29.89377420162014, 30.532539811472155, - 31.05411724612596, - 30.969913535248217 + 31.054117246125976, + 30.969913535248228 ] }, { @@ -368418,9 +265635,9 @@ ], "ice resistance": 18173.702329562617, "wind resistance": [ - -418.66873450679486, + -418.6687345068276, -3164.790513144064, - -3995.269986079431, + -3995.2699860796965, -3305.478119008898, -655.8986543324754, 2486.4433588335633, @@ -368428,7 +265645,7 @@ 2686.435073407083 ], "relative wind speed": [ - 7.409039610304633, + 7.4090396103046325, 6.928027120310898, 6.706534783437583, 6.899497180051376, @@ -368438,19 +265655,19 @@ 7.85027193855458 ], "relative wind angle": [ - 0.08846810002577413, + 0.0884681000257779, 0.06880060425828384, - 0.002825263604744134, + 0.00282526360478343, 0.06519300448266627, 0.0889223165704304, 0.060902830999649916, 0.0023638118593610606, - 0.057287996923711344 + 0.05728799692371134 ], "resistance": [ - 17755.033595055822, + 17755.03359505579, 15008.911816418553, - 14178.432343483186, + 14178.43234348292, 14868.224210553719, 17517.80367523014, 20660.14568839618, @@ -368458,9 +265675,9 @@ 20860.1374029697 ], "fuel": [ - 30.666949322317496, + 30.666949322317492, 30.07239939818818, - 29.898122491384814, + 29.89812249138477, 30.04269541554273, 30.614480432664866, 31.326466579354896, @@ -368498,19 +265715,19 @@ ], "ice resistance": 18568.362279782243, "wind resistance": [ - -843.2282159986535, + -843.2282159986898, -3598.4534769448437, - -4266.205997257286, + -4266.205997257297, -3261.311335767972, - -275.16429941667957, + -275.1642994166723, 3005.404932872134, 4587.96903528722, 2525.962264044396 ], "relative wind speed": [ - 7.348840396041065, + 7.348840396041064, 6.851573876481272, - 6.664144334526116, + 6.6641443345261155, 6.920235619984889, 7.439269486471245, 7.899627907309719, @@ -368518,29 +265735,29 @@ 7.839548751217731 ], "relative wind angle": [ - 0.09500508973130826, + 0.09500508973131296, 0.06730966114347109, - 0.0068151604801613514, + 0.006815160480161351, 0.07594585023534386, - 0.09384681848410818, - 0.058368664522823466, + 0.093846818484107, + 0.05836866452282346, 0.005636014276898258, 0.06702572529809878 ], "resistance": [ - 17725.13406378359, + 17725.134063783553, 14969.908802837399, - 14302.156282524957, + 14302.156282524946, 15307.05094401427, - 18293.197980365563, + 18293.19798036557, 21573.767212654377, 23156.331315069463, 21094.32454382664 ], "fuel": [ - 30.66032481513765, + 30.660324815137642, 30.064157144410917, - 29.923923388614373, + 29.92392338861437, 30.13559021648041, 30.786753214086144, 31.540367670495495, @@ -368578,54 +265795,54 @@ ], "ice resistance": 21555.30051632103, "wind resistance": [ - -369.4964207229714, + -369.4964207230005, -3154.585369202541, - -4028.9636738907247, + -4028.9636738905538, -3356.2978118512365, - -709.6004173000838, + -709.6004173000729, 2461.783034790802, 4345.048167041365, - 2748.534732113887 + 2748.5347321138725 ], "relative wind speed": [ - 7.417619283695004, + 7.417619283695002, 6.931320295753943, - 6.702132415273355, + 6.702132415273353, 6.890396992421098, 7.36350146024631, 7.822980797021234, 8.020202658351948, - 7.859049489583826 + 7.8590494895838265 ], "relative wind angle": [ - 0.08896517679259884, + 0.08896517679260135, 0.07006149500444299, - 0.00405351850076972, + 0.00405351850074233, 0.06488959065529708, - 0.08962077329222568, + 0.08962077329222444, 0.06206497803023343, 0.003387345239622353, - 0.05688249826475236 + 0.05688249826475431 ], "resistance": [ - 21185.804095598058, + 21185.80409559803, 18400.715147118488, - 17526.336842430304, + 17526.336842430475, 18199.002704469793, - 20845.700099020945, + 20845.700099020956, 24017.08355111183, 25900.348683362394, - 24303.835248434916 + 24303.8352484349 ], "fuel": [ - 31.449156610630823, + 31.449156610630816, 30.810817394491814, - 30.616364109344296, + 30.616364109344335, 30.765706051268744, 31.3696580449796, 32.127667770622956, 32.595508060121674, - 32.198050807908686 + 32.19805080790868 ] }, { @@ -368658,9 +265875,9 @@ ], "ice resistance": 23537.50144995859, "wind resistance": [ - -1169.180940476268, + -1169.1809404762753, -3754.6402125786553, - -4266.801923355768, + -4266.801923355815, -3021.506378085356, 66.30245115611979, 3254.781606837896, @@ -368668,7 +265885,7 @@ 2212.272838541645 ], "relative wind speed": [ - 7.294930103242762, + 7.29493010324276, 6.817156942498417, 6.673270381691977, 6.96633307636856, @@ -368678,19 +265895,19 @@ 7.798081444383459 ], "relative wind angle": [ - 0.0945319594669619, - 0.061217060508427505, - 0.014799497226793345, + 0.09453195946696188, + 0.06121706050842751, + 0.014799497226800845, 0.08000251120043256, 0.09204334212761293, - 0.052625496088937594, - 0.012267855388276572, - 0.07145396550241415 + 0.0526254960889376, + 0.01226785538827657, + 0.07145396550241413 ], "resistance": [ - 22368.32050948232, + 22368.320509482313, 19782.861237379933, - 19270.69952660282, + 19270.699526602773, 20515.995071873233, 23603.80390111471, 26792.283056796485, @@ -368700,7 +265917,7 @@ "fuel": [ 31.728917153862852, 31.12399601554671, - 31.007116984790564, + 31.007116984790553, 31.293001092623747, 32.02676678665387, 32.82168753769319, @@ -368738,19 +265955,19 @@ ], "ice resistance": 22478.621096009807, "wind resistance": [ - -411.35602905938504, + -411.3560290594214, -3124.9665674441676, - -3947.7806142457994, + -3947.780614245803, -3268.869867038731, - -654.0446898070513, + -654.0446898070477, 2449.6134993295527, - 4266.331419649137, + 4266.331419649574, 2654.1618018505796 ], "relative wind speed": [ - 7.40874394948831, + 7.408743949488309, 6.933788642202394, - 6.7148076858639545, + 6.714807685863954, 6.904630854452156, 7.370132630522992, 7.818626283807435, @@ -368758,33 +265975,33 @@ 7.844387462659317 ], "relative wind angle": [ - 0.08735083318457643, - 0.06794200659732313, - 0.00288615314481413, + 0.08735083318458024, + 0.06794200659732312, + 0.0028861531448141305, 0.06425122073389349, - 0.08780963135420301, - 0.060243065101267444, - 0.002420232185493836, + 0.087809631354203, + 0.06024306510126744, + 0.0024202321854479634, 0.056545157290246756 ], "resistance": [ - 22067.265066950422, + 22067.265066950386, 19353.65452856564, - 18530.840481764008, + 18530.840481764004, 19209.751228971076, - 21824.576406202756, + 21824.57640620276, 24928.23459533936, - 26744.952515658944, + 26744.95251565938, 25132.782897860387 ], "fuel": [ - 31.657199526450093, + 31.657199526450082, 31.02598167646933, 30.839999203008418, 30.993273127826832, 31.59963158822856, 32.35236775739304, - 32.809610937189525, + 32.80961093718964, 32.403236243299794 ] }, @@ -368818,9 +266035,9 @@ ], "ice resistance": 23951.19915016014, "wind resistance": [ - -682.9243014495769, + -682.9243014496024, -3420.331010811671, - -4130.869915421903, + -4130.869915421677, -3262.2633112425974, -416.4982331140927, 2795.4842261023477, @@ -368828,9 +266045,9 @@ 2570.740236207239 ], "relative wind speed": [ - 7.371043887993838, + 7.371043887993837, 6.882540502583991, - 6.683475340449958, + 6.683475340449957, 6.9146694229793555, 7.413446834249146, 7.8690608202796914, @@ -368838,19 +266055,19 @@ 7.8408436238637185 ], "relative wind angle": [ - 0.09206754280747557, + 0.092067542807478, 0.06748763786219633, - 0.0031856427820362225, + 0.0031856427820013715, 0.07153862139634612, 0.09153946080886455, - 0.05901637256677083, + 0.05901637256677082, 0.0026485419283350433, - 0.06307637366811594 + 0.06307637366811593 ], "resistance": [ - 23268.274848710564, + 23268.27484871054, 20530.86813934847, - 19820.329234738238, + 19820.329234738463, 20688.935838917543, 23534.700917046048, 26746.68337626249, @@ -368858,9 +266075,9 @@ 26521.93938636738 ], "fuel": [ - 31.94531582843817, + 31.94531582843816, 31.296450392946554, - 31.132584800036504, + 31.13258480003656, 31.333159660293944, 32.00995751970285, 32.810052427214416, @@ -368898,19 +266115,19 @@ ], "ice resistance": 26763.34260718745, "wind resistance": [ - -70.04501059621907, + -70.04501059625545, -2891.899417208646, - -3958.454263196727, + -3958.4542631967342, -3433.2896704621744, - -983.2057355194338, + -983.2057355194447, 2140.186575486263, 4155.899732268765, 2909.6960190683167 ], "relative wind speed": [ - 7.461462875921466, + 7.461462875921465, 6.978818203627613, - 6.722221549266266, + 6.722221549266265, 6.869200838393561, 7.316192697847267, 7.777930336632217, @@ -368918,31 +266135,31 @@ 7.874908487252477 ], "relative wind angle": [ - 0.08578419653678575, + 0.08578419653678965, 0.07222413253411544, 0.01084610964139309, 0.05833575526103884, - 0.08749184262834765, + 0.08749184262834893, 0.06479275488421313, 0.00911284845662243, 0.05087876520522672 ], "resistance": [ - 26693.29759659123, + 26693.297596591194, 23871.443189978803, - 22804.888343990722, + 22804.888343990715, 23330.052936725275, - 25780.136871668015, + 25780.136871668004, 28903.529182673712, 30919.242339456214, 29673.038626255766 ], "fuel": [ - 32.796440465219504, + 32.7964404652195, 32.09203759283426, 31.833515763918612, 31.960281230291997, - 32.56525075053699, + 32.56525075053698, 33.36886042430699, 33.906751236668384, 33.57241898482995 @@ -368978,9 +266195,9 @@ ], "ice resistance": 25656.769657323766, "wind resistance": [ - -276.1920398557777, + -276.1920398558141, -3118.2054050677325, - -4069.44028709508, + -4069.4402870953127, -3432.949694980278, -806.8352258102022, 2400.5795975178444, @@ -368988,7 +266205,7 @@ 2848.0343444883038 ], "relative wind speed": [ - 7.433179486409491, + 7.43317948640949, 6.939907682666306, 6.697762483889969, 6.876024188002968, @@ -368998,19 +266215,19 @@ 7.872509566461516 ], "relative wind angle": [ - 0.08937936916464917, - 0.07198425312361874, - 0.006329265175667659, + 0.0893793691646529, + 0.07198425312361875, + 0.006329265175702741, 0.06391500050031043, 0.09040917726185983, - 0.06390180364827255, - 0.005282656770601103, + 0.06390180364827254, + 0.005282656770601104, 0.05581575288040216 ], "resistance": [ - 25380.57761746799, + 25380.577617467952, 22538.564252256034, - 21587.329370228686, + 21587.329370228454, 22223.81996234349, 24849.934431513564, 28057.34925484161, @@ -369020,7 +266237,7 @@ "fuel": [ 32.465068089936096, 31.769622011788666, - 31.54356629786072, + 31.543566297860668, 31.694452048314723, 32.33293673653428, 33.147563838694445, @@ -369058,54 +266275,54 @@ ], "ice resistance": 86086.5410993343, "wind resistance": [ - 3687.711191113678, + 3687.711191113627, 584.9908355693406, - -2704.590615260102, + -2704.590615260109, -4328.394126096013, -4040.599844687131, -1666.5857114710998, 1787.8581839223698, - 4368.533414240468 + 4368.533414240392 ], "relative wind speed": [ - 7.982151985898688, + 7.982151985898687, 7.572308983112196, - 7.029430310159452, + 7.0294303101594515, 6.676626765227223, 6.757649277081746, 7.213924780749252, 7.743880396328535, - 8.050045286573315 + 8.050045286573317 ], "relative wind angle": [ - 0.04492334695491421, + 0.04492334695491916, 0.09083912084607619, - 0.08731311650871626, - 0.026958655009988116, + 0.08731311650871627, + 0.026958655009988113, 0.053070630639079165, 0.09536536585875191, 0.07923984374004527, - 0.022358392427067587 + 0.02235839242707752 ], "resistance": [ - 89774.25229044797, + 89774.25229044793, 86671.53193490364, 83381.95048407419, 81758.14697323828, 82045.94125464716, 84419.9553878632, 87874.39928325667, - 90455.07451357477 + 90455.07451357468 ], "fuel": [ - 56.277558500909905, + 56.27755850090988, 54.77637316613427, 53.22390214587381, 52.47241520130556, 52.60488937932025, 53.70942542876046, 55.35410317986751, - 56.61175243104511 + 56.611752431045076 ] }, { @@ -369138,54 +266355,54 @@ ], "ice resistance": 89175.05394946446, "wind resistance": [ - 3134.1625217994224, + 3134.1625217993533, -82.85951234455933, - -3115.6924139912335, + -3115.6924139912408, -4252.358075465159, -3674.677986202096, -1024.8417564757037, 2339.2885644307717, - 4502.860045269637 + 4502.860045269423 ], "relative wind speed": [ - 7.914076117661711, + 7.91407611766171, 7.468342012800919, 6.947681660132667, 6.67172175483313, 6.833924917028128, 7.318401338240071, 7.814400176416457, - 8.051289300093973 + 8.051289300093975 ], "relative wind angle": [ - 0.05493387070742237, + 0.05493387070742844, 0.09249774932197799, - 0.07794961672709268, + 0.07794961672709412, 0.011286507596790866, 0.06362749788913342, - 0.09439845124955729, + 0.0943984512495573, 0.06928925888287317, - 0.009352531566024865 + 0.009352531566048608 ], "resistance": [ - 92309.21647126388, + 92309.21647126382, 89092.1944371199, - 86059.36153547323, + 86059.36153547322, 84922.6958739993, 85500.37596326237, 88150.21219298875, 91514.34251389523, - 93677.9139947341 + 93677.91399473388 ], "fuel": [ - 57.53063642513435, + 57.53063642513432, 55.94448751332574, - 54.48441862500121, + 54.4844186250012, 53.94602174318305, 54.219046847336294, 55.48733326980422, 57.13514268924225, - 58.21714862915865 + 58.217148629158544 ] }, { @@ -369218,51 +266435,51 @@ ], "ice resistance": 62111.95833801836, "wind resistance": [ - 3872.032354432871, + 3872.032354432835, 881.4141164728499, - -2464.890502826358, + -2464.890502826376, -4281.575363217482, - -4133.742346640047, + -4133.742346640076, -1931.8912285419174, 1499.0870915441628, 4221.687174309027 ], "relative wind speed": [ - 8.001738570511328, + 8.001738570511327, 7.615646336001112, - 7.073165980910011, + 7.0731659809100105, 6.692564517482746, - 6.734195081198028, + 6.7341950811980285, 7.16792399704358, 7.7037345845335095, 8.036590304461917 ], "relative wind angle": [ - 0.039558598780720135, - 0.08839764659760153, - 0.08980631961366563, + 0.039558598780722945, + 0.08839764659760155, + 0.08980631961366686, 0.033594912354524546, - 0.04700956782881927, - 0.09393494790659143, - 0.0824380151852166, + 0.047009567828824, + 0.09393494790659145, + 0.08243801518521658, 0.02797494249377727 ], "resistance": [ - 65983.99069245123, + 65983.99069245119, 62993.37245449121, - 59647.06783519201, + 59647.067835191985, 57830.38297480088, - 57978.21599137831, + 57978.21599137828, 60180.06710947644, 63611.045429562524, 66333.64551232739 ], "fuel": [ - 45.68282485204107, + 45.68282485204105, 44.499997541613965, - 43.2159446857041, + 43.21594468570409, 42.53629239543217, - 42.59114019518099, + 42.591140195180984, 43.417678740415795, 44.74156803257359, 45.82329073721442 @@ -369298,54 +266515,54 @@ ], "ice resistance": 45446.23782518466, "wind resistance": [ - 3782.9948540936966, + 3782.994854093613, 718.6481515025043, - -2607.6801789388373, + -2607.6801789388483, -4322.700277489763, - -4095.7233447317885, + -4095.723344731796, -1789.3498123576246, 1666.9858166553458, - 4319.850674096935 + 4319.850674097008 ], "relative wind speed": [ - 7.993059282889972, + 7.993059282889971, 7.592344443377268, 7.047673849040209, 6.6811741495756625, - 6.745093929959235, + 6.745093929959236, 7.1931630509036, 7.727585789968379, - 8.046564534433834 + 8.046564534433832 ], "relative wind angle": [ - 0.04269755541536031, - 0.09007426353504548, - 0.08874958986536884, + 0.04269755541536811, + 0.0900742635350455, + 0.0887495898653701, 0.030006489853969375, - 0.05060360338758747, + 0.05060360338758966, 0.0950876134531146, - 0.08092303277052339, - 0.024913643279797955 + 0.0809230327705234, + 0.024913643279789042 ], "resistance": [ - 49229.23267927836, + 49229.23267927827, 46164.88597668716, - 42838.55764624583, + 42838.55764624581, 41123.5375476949, 41350.51448045287, 43656.88801282704, 47113.223641840006, - 49766.0884992816 + 49766.08849928167 ], "fuel": [ - 39.485170642881, + 39.485170642880966, 38.46465059011355, - 37.39643278865278, + 37.396432788652774, 36.86175697535002, 36.931891061161465, 37.65541309551983, 38.77674219406406, - 39.66755685376173 + 39.66755685376175 ] }, { @@ -369378,47 +266595,47 @@ ], "ice resistance": 45148.07293349068, "wind resistance": [ - 3942.3367288495174, + 3942.336728849459, 847.2706848957096, - -2575.773787261438, + -2575.7737872614452, -4400.5796882765535, -4218.809289129193, -1921.46057007966, - 1605.6572000903288, + 1605.6572000903507, 4372.007583476214 ], "relative wind speed": [ - 8.01501431948488, + 8.015014319484878, 7.614113527731514, - 7.05692001395506, + 7.056920013955059, 6.671222746675902, 6.7224763417923254, 7.173382597793119, - 7.722177324054772, + 7.722177324054771, 8.057724850833466 ], "relative wind angle": [ - 0.04167304740741587, + 0.0416730474074212, 0.09121612242787536, 0.09180326925633567, 0.03318476393780471, 0.049691638386711826, 0.09683748942958922, - 0.08387503311965286, + 0.08387503311965022, 0.027473036406801946 ], "resistance": [ - 49090.4096623402, + 49090.40966234014, 45995.34361838639, - 42572.29914622924, + 42572.299146229234, 40747.49324521412, 40929.26364436149, 43226.61236341102, - 46753.730133581004, + 46753.73013358103, 49520.08051696689 ], "fuel": [ - 39.43818276867336, + 39.43818276867334, 38.409207951522724, 37.31270617270178, 36.74598414288232, @@ -369458,54 +266675,54 @@ ], "ice resistance": 35405.64329371843, "wind resistance": [ - 3864.3450992205544, + 3864.345099220489, 512.7186103878012, - -2964.1791968737452, + -2964.179196873749, -4613.67177624445, -4247.275812951568, -1647.7455386889087, 2038.864527451431, - 4729.906483232924 + 4729.906483233015 ], "relative wind speed": [ 8.015085832740642, 7.570058052754857, - 6.991344654278731, + 6.9913446542787305, 6.625504939617399, 6.728979891029338, 7.225994212424911, 7.787289079337247, - 8.100830548479731 + 8.10083054847973 ], "relative wind angle": [ - 0.04986377197957175, - 0.09762695570161303, + 0.04986377197957843, + 0.09762695570161302, 0.09224560288426122, 0.026098256631033188, 0.05940452792051169, 0.10229134497098488, - 0.08279426993950342, - 0.021344432202364098 + 0.08279426993950341, + 0.021344432202353696 ], "resistance": [ - 39269.98839293898, + 39269.98839293892, 35918.361904106234, - 32441.464096844684, + 32441.46409684468, 30791.97151747398, 31158.36748076686, 33757.897755029524, 37444.50782116986, - 40135.54977695135 + 40135.54977695145 ], "fuel": [ - 36.29619971880129, + 36.296199718801276, 35.3060055476857, 34.322974308366874, 33.87234199451547, 33.97156468746981, 34.689881066482975, 35.7517020553409, - 36.558709847346066 + 36.558709847346094 ] }, { @@ -369538,54 +266755,54 @@ ], "ice resistance": 26521.549050342306, "wind resistance": [ - 4018.2998038379883, + 4018.2998038379446, 1003.1928959305624, - -2430.3645205422763, + -2430.364520542291, -4349.120410119158, - -4244.95502253986, - -2055.3308020483564, + -4244.955022539842, + -2055.33080204836, 1437.8684360016778, - 4264.540305553914 + 4264.540305553855 ], "relative wind speed": [ - 8.021717137493429, + 8.021717137493427, 7.636017201350691, 7.0824786915580145, 6.684215290365418, 6.713581765087128, 7.149221443705778, 7.697962167618963, - 8.046203570784876 + 8.046203570784877 ], "relative wind angle": [ - 0.038524779573620424, + 0.03852477957362331, 0.08935027090538253, - 0.09256419098750879, + 0.09256419098751119, 0.036577820932165814, - 0.04603617204261685, - 0.09545214454423745, + 0.04603617204261444, + 0.09545214454423746, 0.08514458346942343, - 0.030384159049139724 + 0.03038415904914703 ], "resistance": [ - 30539.848854180294, + 30539.84885418025, 27524.74194627287, - 24091.18452980003, + 24091.184529800015, 22172.42864022315, - 22276.594027802446, - 24466.21824829395, + 22276.594027802465, + 24466.218248293946, 27959.417486343984, - 30786.08935589622 + 30786.08935589616 ], "fuel": [ - 33.804355477538834, + 33.80435547753882, 33.00964038211617, 32.14582649529642, 31.682213334632415, - 31.707030286562045, + 31.707030286562052, 32.23804331216577, 33.1221243259708, - 33.87075313653323 + 33.87075313653321 ] }, { @@ -369618,9 +266835,9 @@ ], "ice resistance": 35844.64773452327, "wind resistance": [ - 3788.274606536379, + 3788.274606536361, 440.59385857380767, - -2994.093778366874, + -2994.0937783668924, -4586.091946176795, -4191.6377754527675, -1575.9186759391014, @@ -369628,9 +266845,9 @@ 4720.363585579464 ], "relative wind speed": [ - 8.0050292612047, + 8.005029261204697, 7.558276271127675, - 6.984481442830256, + 6.984481442830255, 6.628344104185131, 6.73968450508319, 7.237147263259896, @@ -369638,19 +266855,19 @@ 8.0974622652604 ], "relative wind angle": [ - 0.050669471493790634, + 0.05066947149379064, 0.09736339619816792, - 0.09084580332624016, - 0.02434675512232263, + 0.09084580332624138, + 0.024346755122322625, 0.06019302490261273, - 0.10169827053489207, + 0.10169827053489208, 0.08140523206181519, 0.0199288868964006 ], "resistance": [ - 39632.922341059646, + 39632.92234105963, 36285.241593097075, - 32850.55395615639, + 32850.55395615638, 31258.555788346475, 31653.009959070503, 34268.72905858417, @@ -369698,54 +266915,54 @@ ], "ice resistance": 38470.50307844302, "wind resistance": [ - 2263.710212001013, + 2263.7102120009877, -1350.3334315574612, - -4049.3451215124987, + -4049.3451215124915, -4541.9156968736315, -3123.8813744356376, 208.07161579553576, - 3580.2732445215006, - 4744.936532638978 + 3580.2732445214933, + 4744.936532639105 ], "relative wind speed": [ - 7.814484353180604, + 7.814484353180602, 7.273403354978331, - 6.768606628868994, + 6.7686066288689934, 6.629732215316943, 6.957751210151403, 7.521573721253932, - 7.978874100529378, - 8.094635159267927 + 7.978874100529379, + 8.094635159267925 ], "relative wind angle": [ - 0.07764824778126485, - 0.10088836961583658, - 0.06354496172405061, + 0.07764824778126628, + 0.1008883696158366, + 0.06354496172404887, 0.018810057792648716, 0.08723234013110712, 0.09754882919316282, - 0.05389602598052924, - 0.015405663456195541 + 0.05389602598053131, + 0.015405663456181128 ], "resistance": [ - 40734.21329044404, + 40734.21329044401, 37120.16964688556, - 34421.15795693052, + 34421.15795693053, 33928.58738156939, 35346.62170400738, 38678.57469423856, - 42050.77632296452, - 43215.439611081994 + 42050.77632296451, + 43215.439611082125 ], "fuel": [ - 36.74190525992217, + 36.74190525992216, 35.65625693595632, - 34.877183062060254, + 34.87718306206027, 34.737926699257834, 35.141265817004566, 36.11843711329458, - 37.14947451559338, - 37.515396599275924 + 37.149474515593376, + 37.51539659927597 ] }, { @@ -369778,19 +266995,19 @@ ], "ice resistance": 31164.254996961205, "wind resistance": [ - 2779.2440512973735, + 2779.24405129733, -852.4495003791526, - -3843.417554972868, + -3843.4175549728716, -4585.53731930269, -3528.067747813089, -321.6250727378101, - 3227.9396556747233, + 3227.939655674709, 4983.984573122543 ], "relative wind speed": [ - 7.88391338311687, + 7.883913383116869, 7.357297706525989, - 6.81689471353957, + 6.816894713539569, 6.6078555607492735, 6.881484275049114, 7.441846982959603, @@ -369798,33 +267015,33 @@ 8.114626359143864 ], "relative wind angle": [ - 0.07144431535951383, + 0.07144431535951695, 0.10258128251867021, 0.07380790887044686, 0.006431099841709963, 0.08187346758793732, - 0.10141178759463544, - 0.06335408086838198, - 0.005236923831455658 + 0.10141178759463546, + 0.06335408086838375, + 0.005236923831455659 ], "resistance": [ - 33943.49904825858, + 33943.499048258534, 30311.805496582052, - 27320.837441988337, + 27320.837441988333, 26578.717677658515, 27636.187249148115, 30842.629924223394, - 34392.194652635924, + 34392.19465263591, 36148.23957008375 ], "fuel": [ - 34.742129177151, + 34.742129177150986, 33.74306582691726, - 32.95711688523616, + 32.95711688523615, 32.76726142273154, 33.038412819902334, 33.886030901049295, - 34.8689697618944, + 34.86896976189439, 35.37258474526267 ] }, @@ -369858,54 +267075,54 @@ ], "ice resistance": 32042.254650453462, "wind resistance": [ - 2720.634359603806, + 2720.634359603773, -954.2437458740023, - -3928.632083661192, + -3928.6320836611994, -4634.0146722972095, -3494.727029063739, -223.9288666379216, - 3338.054914874727, - 5006.4336134543155 + 3338.054914874745, + 5006.433613454028 ], "relative wind speed": [ - 7.877901950479921, + 7.87790195047992, 7.342008126518054, - 6.8009639699389055, + 6.800963969938904, 6.602109024514549, 6.88988815213715, 7.458338592506917, 7.954796475707474, - 8.120594455996354 + 8.120594455996356 ], "relative wind angle": [ - 0.07346505516726122, + 0.07346505516726425, 0.10359928715830646, - 0.07292716984101016, + 0.07292716984101015, 0.0088569589453713, 0.08402327704581057, 0.1019777408420351, - 0.06233429029834551, - 0.007200747397363523 + 0.06233429029834373, + 0.007200747397394359 ], "resistance": [ - 34762.88901005727, + 34762.88901005723, 31088.01090457946, - 28113.62256679227, + 28113.622566792263, 27408.239978156253, 28547.527621389723, 31818.32578381554, - 35380.30956532819, - 37048.68826390778 + 35380.30956532821, + 37048.68826390749 ], "fuel": [ - 34.9743254999782, + 34.97432549997819, 33.95247286310868, 33.16219797386392, 32.979611846295825, 33.27543270753615, 34.15154642572441, - 35.15093882599865, - 35.63527428224318 + 35.15093882599866, + 35.63527428224309 ] }, { @@ -369938,50 +267155,50 @@ ], "ice resistance": 27969.05803675025, "wind resistance": [ - 2476.9215735647776, + 2476.9215735647304, -987.0293185751543, - -3749.8521769972394, - -4376.052841787765, + -3749.8521769972504, + -4376.05284178783, -3250.0047378845375, -145.04499760547696, 3187.851186021897, 4670.712079341265 ], "relative wind speed": [ - 7.836856957714549, + 7.836856957714548, 7.328509003193373, 6.824845716241592, - 6.6488002569015086, + 6.648800256901509, 6.9268024326049265, 7.462564887901084, 7.925805944225435, 8.074055614116544 ], "relative wind angle": [ - 0.07043627393573113, + 0.07043627393573586, 0.09739850162315757, - 0.06690968390462383, - 0.01012852063670395, - 0.07970880597828044, - 0.09564345207806171, + 0.06690968390462548, + 0.01012852063671491, + 0.07970880597828045, + 0.09564345207806173, 0.05760424558528913, 0.008340559341937193 ], "resistance": [ - 30445.97961031503, + 30445.979610314982, 26982.028718175097, - 24219.205859753012, - 23593.005194962487, + 24219.205859753, + 23593.00519496242, 24719.053298865714, 27824.013039144775, 31156.90922277215, 32639.770116091517 ], "fuel": [ - 33.77910345111155, + 33.77910345111154, 32.87018569096015, - 32.177246748527665, - 32.02413883527789, + 32.17724674852766, + 32.024138835277874, 32.30050812459813, 33.08700940354502, 33.97116879047272, @@ -370018,50 +267235,50 @@ ], "ice resistance": 27207.19061215567, "wind resistance": [ - 4070.28910296964, + 4070.2891029696, 1114.469708442437, - -2324.454229031653, - -4309.241968513044, + -2324.4542290316713, + -4309.2419685130335, -4260.710327700639, -2149.689733148167, 1317.0229092737864, 4185.022090879473 ], "relative wind speed": [ - 8.026124024054116, + 8.026124024054115, 7.651517986230785, 7.1009486864017575, - 6.694012852979426, + 6.694012852979425, 6.7076928460715335, 7.132046177158744, 7.68038657359296, 8.037537066221475 ], "relative wind angle": [ - 0.0362498401740252, + 0.03624984017402826, 0.08796356739528334, - 0.09304208393505298, - 0.03897272976119889, - 0.043379035358415065, + 0.09304208393505536, + 0.03897272976119605, + 0.04337903535841507, 0.09438894839045166, - 0.0860045582827063, + 0.08600455828270631, 0.03245567771265495 ], "resistance": [ - 31277.47971512531, + 31277.47971512527, 28321.66032059811, - 24882.736383124018, - 22897.948643642627, + 24882.736383124, + 22897.948643642638, 22946.480284455032, 25057.500879007504, 28524.213521429458, 31392.212703035144 ], "fuel": [ - 34.00392874127744, + 34.003928741277434, 33.21640145842418, - 32.34107411401386, - 31.8559040633237, + 32.34107411401385, + 31.855904063323706, 31.867592513495843, 32.38449648487979, 33.26933069579797, @@ -370098,11 +267315,11 @@ ], "ice resistance": 35303.8550660713, "wind resistance": [ - 3688.667658041948, + 3688.6676580418716, 246.72227356997973, - -3169.3124963716436, + -3169.312496371658, -4640.571140340911, - -4149.219230355473, + -4149.219230355484, -1402.9023971933093, 2294.4263056302043, 4849.774926715687 @@ -370110,7 +267327,7 @@ "relative wind speed": [ 7.995826580853474, 7.530479525332947, - 6.953000319492823, + 6.953000319492822, 6.613696509833873, 6.752402309744013, 7.267740899499686, @@ -370118,31 +267335,31 @@ 8.110930781330246 ], "relative wind angle": [ - 0.05456386213454819, + 0.054563862134556336, 0.09959233123245036, - 0.0896944824507646, + 0.08969448245076583, 0.01996706814971587, - 0.06462446702485751, - 0.10320533933108147, + 0.06462446702485923, + 0.10320533933108149, 0.07970703285424267, - 0.016280892002565824 + 0.016280892002565828 ], "resistance": [ - 38992.52272411325, + 38992.52272411317, 35550.577339641284, - 32134.542569699657, + 32134.542569699643, 30663.28392573039, - 31154.635835715828, + 31154.635835715817, 33900.95266887799, 37598.28137170151, 40153.629992786984 ], "fuel": [ - 36.21263914071194, + 36.21263914071192, 35.19989350102184, 34.23835837800116, 33.83761099429722, - 33.970551612925696, + 33.97055161292569, 34.73014073864282, 35.797090792914375, 36.56422299554568 @@ -370178,7 +267395,7 @@ ], "ice resistance": 35354.08299410721, "wind resistance": [ - 3994.617448035857, + 3994.617448035824, 657.8409920105696, -2883.166124793479, -4640.534705031965, @@ -370188,9 +267405,9 @@ 4715.755954942233 ], "relative wind speed": [ - 8.031412516973765, + 8.031412516973763, 7.592848200213599, - 7.007977016449961, + 7.00797701644996, 6.624738804285176, 6.711042959178623, 7.203495042426067, @@ -370198,17 +267415,17 @@ 8.10274770634888 ], "relative wind angle": [ - 0.04787928950145783, - 0.0975182311526196, + 0.04787928950146015, + 0.09751823115261961, 0.09447462682368402, 0.029538523578038534, - 0.05730881374697398, + 0.057308813746973976, 0.10280731436667669, 0.08514524565615514, 0.02414928537384493 ], "resistance": [ - 39348.70044214306, + 39348.70044214303, 36011.92398611778, 32470.91686931373, 30713.548289075243, @@ -370218,7 +267435,7 @@ 40069.838949049445 ], "fuel": [ - 36.31995652142481, + 36.3199565214248, 35.33308009421048, 34.331112646194676, 33.85116931641383, @@ -370258,47 +267475,47 @@ ], "ice resistance": 35135.98342821831, "wind resistance": [ - 3428.7772787109425, + 3428.7772787109097, -167.42374990080862, - -3499.8995487217653, + -3499.899548721769, -4695.255729809978, -4005.440832814238, -1018.1789143288515, - 2709.3536518491455, + 2709.353651849171, 5059.643666312957 ], "relative wind speed": [ - 7.96807627606328, + 7.968076276063278, 7.468886133277446, - 6.891350145546807, + 6.891350145546806, 6.5930137889160365, 6.78764894896246, 7.3333592386879225, - 7.878560209009362, + 7.878560209009361, 8.129857746275555 ], "relative wind angle": [ - 0.062188517972906455, + 0.06218851797290824, 0.10306992657305325, 0.08594618183376655, 0.010334110958936464, 0.0730214360259356, - 0.10498171320467989, - 0.07515504813924248, - 0.008380530509960196 + 0.10498171320467987, + 0.07515504813923952, + 0.008380530509960198 ], "resistance": [ - 38564.76070692925, + 38564.76070692921, 34968.5596783175, - 31636.083879496542, + 31636.08387949654, 30440.72769840833, 31130.54259540407, 34117.80451388945, - 37845.33708006745, + 37845.337080067475, 40195.627094531264 ], "fuel": [ - 36.08437711012509, + 36.084377110125075, 35.03300009511386, 34.10168401366962, 33.77769158822238, @@ -370338,54 +267555,54 @@ ], "ice resistance": 41771.40305801923, "wind resistance": [ - 727.9043547309193, + 727.9043547308829, -1797.3991853383923, - -3220.951210132458, + -3220.951210132487, -3161.28822477374, - -1578.8644734992922, + -1578.8644734992777, 980.782615449094, 3059.36449090494, - 2917.3847862586226 + 2917.384786258648 ], "relative wind speed": [ - 7.560967223640718, + 7.560967223640716, 7.156282167332442, 6.867485570199293, 6.884084603811151, 7.194682032373629, 7.597321925879464, 7.859345828186569, - 7.844810645993912 + 7.8448106459939115 ], "relative wind angle": [ - 0.06565848002263293, - 0.06720561192886478, - 0.026731783892022888, + 0.06565848002263631, + 0.06720561192886479, + 0.026731783892027045, 0.03210706260227895, - 0.0690063756541584, + 0.06900637565415679, 0.06329881088949928, - 0.023357537987694264, - 0.028173911504571488 + 0.023357537987694268, + 0.028173911504567547 ], "resistance": [ - 42499.307412750146, + 42499.30741275011, 39974.003872680834, - 38550.45184788677, + 38550.45184788674, 38610.11483324549, - 40192.538584519934, + 40192.53858451995, 42752.185673468324, 44830.76754892417, - 44688.787844277846 + 44688.787844277875 ], "fuel": [ - 37.28979954623996, + 37.28979954623995, 36.50950410793146, - 36.080098448163575, + 36.08009844816357, 36.09794402084423, - 36.576091405926256, + 36.57609140592626, 37.369243685610954, 38.03126652742102, - 37.985534799950045 + 37.98553479995006 ] }, { @@ -370418,53 +267635,53 @@ ], "ice resistance": 34004.56670072744, "wind resistance": [ - 207.0423957874118, + 207.0423957873827, -2381.9467576225397, - -3525.489903277019, - -3190.857886015052, - -1159.3873656480755, + -3525.4899032769827, + -3190.8578860150665, + -1159.3873656480646, 1622.0554348710903, - 3566.676860732201, + 3566.676860732274, 2771.0917649606417 ], "relative wind speed": [ - 7.4909142038375585, + 7.490914203837558, 7.058508790685939, - 6.8027581714923295, - 6.896038129107546, + 6.802758171492328, + 6.896038129107547, 7.273753109570557, 7.694071325381118, 7.921095957532453, 7.840021558014845 ], "relative wind angle": [ - 0.07472401614818659, + 0.07472401614818958, 0.06698134483732851, - 0.01600794158556535, - 0.04619312728980027, - 0.07695928489933453, + 0.016007941585558415, + 0.046193127289802675, + 0.07695928489933308, 0.06144111683131161, - 0.013747710588442394, + 0.013747710588434317, 0.04062793832487848 ], "resistance": [ - 34211.60909651485, + 34211.60909651482, 31622.6199431049, - 30479.07679745042, - 30813.708814712387, - 32845.17933507936, + 30479.076797450456, + 30813.708814712372, + 32845.179335079374, 35626.62213559853, - 37571.24356145964, + 37571.24356145971, 36775.65846568808 ], "fuel": [ - 34.81783042359471, + 34.8178304235947, 34.09800510722198, - 33.78800327526828, + 33.788003275268295, 33.87821467383391, 34.434809303319994, 35.22179243029898, - 35.78910377282148, + 35.789103772821505, 35.55530408683687 ] }, @@ -370498,39 +267715,39 @@ ], "ice resistance": 65861.98425364838, "wind resistance": [ - -492.85860078026235, + -492.8586007802878, -2597.743697721631, - -3156.341012743378, + -3156.341012743389, -2548.951327272687, - -410.3661090782225, + -410.3661090782298, 2037.2679756088328, 3369.5416339331605, 1967.984091757662 ], "relative wind speed": [ - 7.372443807192108, + 7.372443807192107, 7.002660232648919, - 6.847777610989662, + 6.847777610989661, 7.012415829776517, - 7.38554579268204, + 7.3855457926820405, 7.737051377112989, 7.874462276018431, 7.728210567544621 ], "relative wind angle": [ - 0.06968628954960722, - 0.05119498251613709, + 0.06968628954960882, + 0.051194982516137084, 0.0009589832486271453, 0.05244984216719439, - 0.06956246584709816, + 0.06956246584709976, 0.046331956354121864, 0.0008339494866653122, - 0.047588026007307944 + 0.04758802600730794 ], "resistance": [ - 65369.12565286811, + 65369.12565286809, 63264.24055592675, - 62705.643240905, + 62705.64324090499, 63313.03292637569, 65451.61814457015, 67899.25222925721, @@ -370538,7 +267755,7 @@ 67829.96834540604 ], "fuel": [ - 45.436920165230376, + 45.43692016523036, 44.605758663366444, 44.387951989044446, 44.62483878394865, @@ -370578,29 +267795,29 @@ ], "ice resistance": 50199.4452401524, "wind resistance": [ - -520.8349216390052, + -520.8349216390343, -2953.387782276797, - -3611.994221268258, + -3611.9942212682654, -2929.973653429315, -481.30775847464247, 2340.139068878041, - 3907.166657493526, + 3907.1666574935225, 2306.872593622913 ], "relative wind speed": [ - 7.381695707625351, + 7.381695707625349, 6.953138582195724, - 6.769688788228059, + 6.769688788228058, 6.957856705943118, 7.3879802196643345, 7.792659822095869, - 7.952546570543634, + 7.952546570543633, 7.788447425879459 ], "relative wind angle": [ - 0.0802069838216693, - 0.05986115152521883, - 0.0004656612810245796, + 0.08020698382167069, + 0.059861151525218835, + 0.00046566128102457966, 0.06046240652331763, 0.08013861005174157, 0.053405661321996464, @@ -370608,9 +267825,9 @@ 0.054007804705104905 ], "resistance": [ - 49678.6103185134, + 49678.61031851337, 47246.057457875606, - 46587.451018884145, + 46587.45101888414, 47269.471586723084, 49718.13748167776, 52539.58430903044, @@ -370618,7 +267835,7 @@ 52506.31783377532 ], "fuel": [ - 39.63776472300822, + 39.6377647230082, 38.8207241186565, 38.60330057030875, 38.828483457513975, @@ -370658,53 +267875,53 @@ ], "ice resistance": 38265.23176677995, "wind resistance": [ - -48.93988241271654, + -48.93988241275656, -2795.294877110464, - -3846.3766480109807, + -3846.3766480109916, -3348.1669103963104, - -981.8013657963893, + -981.8013657963784, 2050.7493339967805, - 4019.365599589197, + 4019.3655995892987, 2836.4503354515837 ], "relative wind speed": [ - 7.461345517775089, + 7.461345517775088, 6.992795388656895, - 6.741801732981261, + 6.74180173298126, 6.8810730551620924, 7.312975883733497, 7.762222997574147, - 7.981190550592123, + 7.981190550592122, 7.861432873287945 ], "relative wind angle": [ - 0.08315404972725847, - 0.07025214243989135, - 0.011042863561409464, - 0.05606284914138388, - 0.08484514358349993, - 0.06327859932764926, - 0.009327977168316482, - 0.04906551567623684 + 0.08315404972726248, + 0.07025214243989136, + 0.011042863561409462, + 0.05606284914138389, + 0.08484514358349862, + 0.06327859932764925, + 0.009327977168304582, + 0.04906551567623685 ], "resistance": [ - 38216.29188436724, + 38216.291884367194, 35469.93688966949, - 34418.85511876897, + 34418.85511876896, 34917.064856383644, - 37283.43040098356, + 37283.430400983576, 40315.98110077673, - 42284.59736636915, + 42284.59736636925, 41101.682102231534 ], "fuel": [ - 35.980393954376666, + 35.98039395437665, 35.17669465059085, - 34.8765299180255, + 34.87652991802549, 35.018294664087136, 35.70425182029018, 36.613782752573336, - 37.22253310770108, + 37.22253310770112, 36.855013932878705 ] }, @@ -370738,49 +267955,49 @@ ], "ice resistance": 42379.718867226155, "wind resistance": [ - -110.21525313681923, + -110.21525313685561, -2906.427319851151, - -3939.626072436473, + -3939.62607243656, -3399.175881093619, - -941.3644807968922, + -941.3644807968813, 2165.20701481757, 4148.265285323509, - 2865.5648819394446 + 2865.56488193943 ], "relative wind speed": [ - 7.454748753938796, + 7.454748753938795, 6.975294172009274, - 6.724336518284197, + 6.724336518284195, 6.875547043749609, 7.322528763907471, 7.780615508848753, 7.998500163872841, - 7.868898228582594 + 7.868898228582595 ], "relative wind angle": [ - 0.0855677442016646, - 0.07137297473598213, - 0.009868370516249126, - 0.0587318838586541, - 0.08711669242839193, - 0.06397493777285711, + 0.0855677442016685, + 0.07137297473598214, + 0.009868370516260376, + 0.05873188385865409, + 0.08711669242839065, + 0.06397493777285712, 0.008296296437390185, - 0.051310723470063005 + 0.05131072347006517 ], "resistance": [ - 42269.503614089335, + 42269.5036140893, 39473.291547375, - 38440.092794789685, + 38440.0927947896, 38980.54298613254, - 41438.35438642926, + 41438.35438642927, 44544.925882043724, 46527.98415254966, - 45245.283749165596 + 45245.28374916558 ], "fuel": [ - 37.21781084451847, + 37.21781084451845, 36.35760762768987, - 36.04712427391736, + 36.04712427391733, 36.2090378165805, 36.959084350724254, 37.939273304428184, @@ -370818,19 +268035,19 @@ ], "ice resistance": 56742.89059355138, "wind resistance": [ - -716.2068290545358, + -716.2068290545612, -3126.370540779404, - -3719.2670698475304, + -3719.267069847534, -2880.2505351887885, -300.8151041222627, 2553.88293131546, - 3963.2468020399756, + 3963.2468020397246, 2204.1613164027112 ], "relative wind speed": [ - 7.3528858831492485, + 7.352885883149248, 6.921903734368452, - 6.756495148014289, + 6.756495148014288, 6.971564615008159, 7.418940911575966, 7.822586768595617, @@ -370838,33 +268055,33 @@ 7.7783611306519616 ], "relative wind angle": [ - 0.08233323089109892, - 0.05842135884439669, + 0.08233323089110163, + 0.058421358844396684, 0.004904747456637191, 0.06473977680152981, 0.08159853284411908, 0.05168840698737957, - 0.004160096242630753, + 0.00416009624265744, 0.05801677722135547 ], "resistance": [ - 56026.68376449685, + 56026.68376449682, 53616.52005277198, 53023.62352370385, 53862.640058362595, 56442.07548942912, 59296.77352486685, - 60706.13739559136, + 60706.13739559111, 58947.0519099541 ], "fuel": [ - 41.8736476301209, + 41.873647630120885, 41.00709501114188, 40.79723708274824, 41.094594296985136, 42.02518169686825, 43.083938014321404, - 43.61782683480904, + 43.61782683480894, 42.95260263645229 ] }, @@ -370898,19 +268115,19 @@ ], "ice resistance": 52983.426916003555, "wind resistance": [ - -835.2946951743252, + -835.2946951743616, -3186.172059241155, - -3723.7375413454356, + -3723.7375413454392, -2796.383122687894, -177.39297381286087, 2646.5984921809722, - 3924.1108196437635, + 3924.1108196439236, 2092.7409839386164 ], "relative wind speed": [ - 7.333405821950881, + 7.33340582195088, 6.909097638759715, - 6.759072708252806, + 6.7590727082528055, 6.987727524868492, 7.438021261264753, 7.833732893744494, @@ -370918,33 +268135,33 @@ 7.763676015306461 ], "relative wind angle": [ - 0.08221651573737065, + 0.0822165157373747, 0.05629510174401498, 0.007764826785027191, - 0.0663024976965174, + 0.06630249769651742, 0.08105758658304658, - 0.0496446179140442, - 0.006590397557745845, + 0.04964461791404421, + 0.006590397557728998, 0.059667512613794146 ], "resistance": [ - 52148.132220829226, + 52148.1322208292, 49797.2548567624, 49259.68937465812, 50187.043793315665, 52806.0339421907, 55630.02540818453, - 56907.53773564732, + 56907.53773564748, 55076.16789994217 ], "fuel": [ - 40.48974550084877, + 40.489745500848755, 39.67817794821008, 39.49548901108317, 39.811318294465124, 40.72054855182009, 41.72954674527297, - 42.1957442118186, + 42.19574421181866, 41.52931690142958 ] }, @@ -370978,19 +268195,19 @@ ], "ice resistance": 90653.78163024383, "wind resistance": [ - -1038.13644044986, + -1038.1364404499036, -3141.433774302761, - -3536.462549091848, + -3536.4625490918515, -2481.793390079689, - 76.03024372875734, + 76.0302437287719, 2683.937891605241, 3623.265054589152, 1746.9091801755603 ], "relative wind speed": [ - 7.294176347670878, + 7.294176347670877, 6.907498990183344, - 6.797405933433474, + 6.797405933433473, 7.040057333243901, 7.471258159551223, 7.830144620516156, @@ -370998,27 +268215,27 @@ 7.711180183488177 ], "relative wind angle": [ - 0.07743924677681514, + 0.07743924677681945, 0.0486942388024317, - 0.013064284347516643, + 0.013064284347516645, 0.06564399773116647, - 0.07560025434591196, + 0.07560025434591049, 0.04295270659437291, 0.011204092025819241, - 0.05992366416638059 + 0.0599236641663806 ], "resistance": [ - 89615.64518979397, + 89615.64518979393, 87512.34785594107, 87117.31908115197, 88171.98824016414, - 90729.81187397259, + 90729.8118739726, 93337.71952184907, 94277.04668483298, 92400.69081041939 ], "fuel": [ - 56.19995103942655, + 56.19995103942653, 55.17964566053038, 54.989854153443616, 55.49786414067549, @@ -371058,9 +268275,9 @@ ], "ice resistance": 62892.8078885276, "wind resistance": [ - -1213.4686075251666, + -1213.468607525203, -3211.177195957407, - -3518.2613500110565, + -3518.2613500110965, -2335.2660569929503, 266.2166882919155, 2808.804445415499, @@ -371068,7 +268285,7 @@ 1564.6153671088105 ], "relative wind speed": [ - 7.2645584098653035, + 7.264558409865302, 6.891160850018658, 6.80555401569203, 7.067040771578372, @@ -371078,19 +268295,19 @@ 7.686117401831801 ], "relative wind angle": [ - 0.07669158445950462, + 0.07669158445950752, 0.04502773221297182, - 0.017326676284253974, + 0.01732667628426038, 0.0675393960389256, - 0.07428242893294804, - 0.039554022899242786, + 0.07428242893294802, + 0.03955402289924279, 0.014891065994192746, - 0.062092140221575144 + 0.06209214022157515 ], "resistance": [ - 61679.33928100243, + 61679.339281002394, 59681.630692570194, - 59374.546538516544, + 59374.5465385165, 60557.54183153465, 63159.02457681952, 65701.61233394309, @@ -371098,9 +268315,9 @@ 64457.42325563641 ], "fuel": [ - 43.990804781639355, + 43.99080478163935, 43.22899427512269, - 43.11320695488544, + 43.11320695488543, 43.5611879791082, 44.5646443959365, 45.569717810036025, @@ -371138,54 +268355,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -976.9466120916222, + -976.946612091644, -2913.3122841357945, - -3269.1441752203173, + -3269.144175220321, -2272.644262450278, - 104.37079290262773, + 104.37079290263864, 2514.8499479222883, 3359.773614305079, - 1604.4869136749112 + 1604.486913674904 ], "relative wind speed": [ - 6.777142706994292, + 6.777142706994291, 6.392290325182372, - 6.285376931931599, + 6.285376931931598, 6.531263906168006, 6.962013857163069, 7.316961433332578, 7.409003782010009, - 7.19318371837419 + 7.193183718374191 ], "relative wind angle": [ - 0.08300119931600977, + 0.08300119931601246, 0.05191664228353964, 0.01475643234647412, - 0.07093094731199245, - 0.08079228943161544, - 0.045350918697003056, + 0.07093094731199247, + 0.08079228943161407, + 0.04535091869700305, 0.012518389594854639, - 0.06439435438013592 + 0.06439435438013766 ], "resistance": [ - 95657.55338790838, + 95657.55338790835, 93721.1877158642, - 93365.35582477969, + 93365.35582477968, 94361.85573754972, - 96738.87079290263, + 96738.87079290264, 99149.34994792228, 99994.27361430507, - 98238.98691367492 + 98238.9869136749 ], "fuel": [ - 56.23315266991305, + 56.23315266991303, 55.249690302653015, - 55.07048406024927, + 55.07048406024926, 55.573535272495135, 56.788414888464935, 58.04186855690854, 58.48634793820028, - 57.56593725204979 + 57.56593725204978 ] }, { @@ -371218,19 +268435,19 @@ ], "ice resistance": 89514.24625952201, "wind resistance": [ - -1498.4926896966717, + -1498.4926896966972, -3478.3175006952624, - -3691.6039908983767, + -3691.6039908983803, -2274.9791198950224, - 533.4677223900217, + 533.4677223900326, 3142.0863595292176, - 3648.441820605083, + 3648.4418206050323, 1432.4628840070181 ], "relative wind speed": [ - 7.222394951682832, + 7.22239495168283, 6.843162465839099, - 6.783552226140144, + 6.783552226140143, 7.085332958238545, 7.545411255903355, 7.890966184500959, @@ -371238,33 +268455,33 @@ 7.67426066339327 ], "relative wind angle": [ - 0.08032283376588832, - 0.04315296292574549, - 0.02388475755204524, + 0.08032283376589111, + 0.0431529629257455, + 0.023884757552045235, 0.07406919039325718, - 0.0768772994191214, + 0.07687729941911996, 0.03742000576870385, - 0.020399627571598706, + 0.02039962757160415, 0.06837582723602763 ], "resistance": [ - 88015.75356982535, + 88015.75356982532, 86035.92875882675, 85822.64226862363, 87239.26713962699, - 90047.71398191203, + 90047.71398191205, 92656.33261905123, - 93162.68808012709, + 93162.68808012705, 90946.70914352903 ], "fuel": [ - 55.4223483215623, + 55.42234832156228, 54.473270843293975, 54.371897024561164, 55.04838211868863, 56.411584871784996, 57.7040834154115, - 57.95790314670346, + 57.95790314670344, 56.854152645244596 ] }, @@ -371298,47 +268515,47 @@ ], "ice resistance": 29800.575674093096, "wind resistance": [ - -532.6263382172547, + -532.6263382172801, -3271.234756434209, - -4030.456449969588, + -4030.4564499696025, -3282.8115105578872, - -552.1440673848738, + -552.1440673848774, 2615.93285904191, 4407.4217972419865, 2632.3908610077888 ], "relative wind speed": [ - 7.392526974333394, + 7.392526974333393, 6.908967442523581, - 6.697450186994464, + 6.6974501869944625, 6.906617657785049, - 7.389421122840851, + 7.389421122840852, 7.843415612797945, 8.02478414598556, 7.845484824158742 ], "relative wind angle": [ - 0.08989642238876741, + 0.08989642238876988, 0.068136105000169, 0.00023280867477841962, 0.06783931272462995, - 0.08993430897954621, - 0.06000809087007492, + 0.08993430897954745, + 0.060008090870074915, 0.00019430111344170974, 0.05971067770645164 ], "resistance": [ - 29267.94933587584, + 29267.949335875815, 26529.340917658887, - 25770.119224123508, + 25770.119224123493, 26517.76416353521, - 29248.43160670822, + 29248.431606708218, 32416.508533135006, 34207.99747133508, 32432.966535100884 ], "fuel": [ - 33.46498593960659, + 33.464985939606585, 32.75470214732159, 32.5627317361607, 32.751758843259665, @@ -371378,53 +268595,53 @@ ], "ice resistance": 55180.54566136039, "wind resistance": [ - -719.9086734414013, + -719.9086734414304, -3614.0811543948803, - -4364.929644446322, + -4364.929644446729, -3436.5358307841634, -420.8655552150194, 2978.941368876025, - 4758.029038137305, + 4758.029038137669, 2726.409299447234 ], "relative wind speed": [ - 7.372236863507545, + 7.372236863507544, 6.854141730438221, 6.643232585427094, 6.890376413485953, - 7.41985139267634, + 7.419851392676341, 7.900937425402502, 8.079079890493734, 7.869357276267041 ], "relative wind angle": [ - 0.09753716423684194, - 0.07165849361387416, - 0.0036006984547858733, + 0.09753716423684536, + 0.07165849361387418, + 0.0036006984548475405, 0.07620390390079458, - 0.09690927739048331, - 0.06215127223183627, - 0.0029607654448055095, + 0.09690927739048445, + 0.06215127223183628, + 0.0029607654447680112, 0.06670872651727507 ], "resistance": [ - 54460.63698791899, + 54460.63698791896, 51566.46450696551, - 50815.616016914064, + 50815.61601691366, 51744.00983057622, 54759.68010614537, 58159.487030236414, - 59938.574699497694, + 59938.57469949806, 57906.95496080762 ], "fuel": [ - 41.30813016419242, + 41.30813016419241, 40.287028099187204, - 40.02721087971062, + 40.02721087971048, 40.348771045308325, 41.41541313514219, 42.65850489048128, - 43.32614568431458, + 43.32614568431472, 42.56469135685473 ] }, @@ -371458,54 +268675,54 @@ ], "ice resistance": 28794.60698231082, "wind resistance": [ - 174.42657969424909, + 174.4265796942127, -2830.1633944311616, - -4108.806899508152, - -3670.757431874208, + -4108.806899508199, + -3670.757431874197, -1242.9082925472576, 2012.952282363527, 4246.1495587754725, - 3207.9581364478945 + 3207.9581364479127 ], "relative wind speed": [ - 7.503315636585371, + 7.50331563658537, 6.996612681556219, - 6.703202486500792, - 6.8260834099157774, + 6.703202486500791, + 6.826083409915777, 7.277787966347843, 7.766167279271718, 8.02078672265468, - 7.916471973437195 + 7.916471973437194 ], "relative wind angle": [ - 0.08792384190100629, - 0.07810956395685899, - 0.016890452870772628, - 0.05655406296620316, - 0.0906558442775663, + 0.08792384190101009, + 0.07810956395685897, + 0.016890452870779202, + 0.056554062966201205, + 0.09065584427756632, 0.07035613183729947, 0.014115635545031162, - 0.04875782042441015 + 0.04875782042440788 ], "resistance": [ - 28969.03356200507, + 28969.033562005032, 25964.443587879658, - 24685.800082802667, - 25123.84955043661, + 24685.80008280262, + 25123.849550436622, 27551.69868976356, 30807.559264674346, 33040.75654108629, - 32002.565118758714 + 32002.565118758732 ], "fuel": [ 33.38610251831116, 32.61166272435726, - 32.29227908076905, - 32.40101138544824, + 32.29227908076904, + 32.40101138544825, 33.01659571325645, 33.87655309596262, 34.489205103131496, - 34.202080969093245 + 34.20208096909325 ] }, { @@ -371538,39 +268755,39 @@ ], "ice resistance": 46748.47936601049, "wind resistance": [ - -506.3235532279177, + -506.32355322793956, -3377.6236402249524, - -4201.65447862104, + -4201.654478621647, -3438.369393664416, - -608.6851593126521, + -608.6851593126485, 2700.732929625632, 4597.533740373274, 2787.1138733091866 ], "relative wind speed": [ - 7.4017370763965165, + 7.401737076396516, 6.895256870364782, - 6.668929233432631, + 6.66892923343263, 6.882891570332458, - 7.385443172554165, + 7.385443172554164, 7.860401726045372, 8.053313944122472, 7.8712315576519645 ], "relative wind angle": [ - 0.09365446311932142, + 0.0936544631193238, 0.07188523691293992, - 0.0012270176329940972, + 0.0012270176330845786, 0.07032901476317016, - 0.09386169361082802, + 0.09386169361082684, 0.06304622124401794, 0.001016090167864147, 0.06148630269820583 ], "resistance": [ - 46242.15581278257, + 46242.155812782556, 43370.85572578554, - 42546.82488738945, + 42546.824887388844, 43310.10997234608, 46139.79420669784, 49449.21229563613, @@ -371578,9 +268795,9 @@ 49535.59323931968 ], "fuel": [ - 38.48995435132608, + 38.48995435132607, 37.564608032691865, - 37.304709462808546, + 37.30470946280836, 37.545362612180085, 38.45643849928781, 39.55977470276462, @@ -371605,68 +268822,7 @@ "id": "6344", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 65025.793775437356, - "wind resistance": [ - -2394.0869913288952, - -3920.681641704152, - -3703.924244258429, - -1607.7476567623853, - 1513.2287148120959, - 3888.6197963757877, - 3374.7282388748536, - 602.5260103802866 - ], - "relative wind speed": [ - 7.071996463678162, - 6.746666880089876, - 6.807411459229826, - 7.211161127964026, - 7.692980460191556, - 7.979822576490273, - 7.928066067327641, - 7.562687189729991 - ], - "relative wind angle": [ - 0.07938647422176855, - 0.026146145199129837, - 0.04575926500709291, - 0.08563260160291075, - 0.07296642929426593, - 0.022104952496460304, - 0.03928745859806389, - 0.08164317301423926 - ], - "resistance": [ - 62631.706784108464, - 61105.1121337332, - 61321.86953117893, - 63418.046118674974, - 66539.02249024945, - 68914.41357181314, - 68400.52201431221, - 65628.31978581764 - ], - "fuel": [ - 44.35920990804125, - 43.77030696629053, - 43.853395603853144, - 44.66593395080395, - 45.90600835761802, - 46.874126370001505, - 46.66290414954692, - 45.5404088787074 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-61.40625 -52.65625, -61.40625 -52.5, -61.25 -52.5, -61.25 -52.65625, -61.40625 -52.65625))", @@ -371698,41 +268854,41 @@ ], "ice resistance": 59736.157779166446, "wind resistance": [ - -2634.946948843568, + -2634.946948843579, -3843.9935786553506, - -3448.170495264021, + -3448.1704952640357, -1195.2589363738007, - 1844.0495422944841, + 1844.0495422945096, 3939.1598992762447, 2999.701902743327, 177.0556068310434 ], "relative wind speed": [ - 7.023221638049556, + 7.023221638049554, 6.748280700913083, 6.85899099247934, 7.277538763309746, - 7.73458096143085, + 7.734580961430849, 7.975593545798335, 7.880585472614539, 7.495786441369584 ], "relative wind angle": [ 0.07287993596148, - 0.016227443268318053, - 0.05200469521489647, - 0.0844316458499445, - 0.06616677690745075, - 0.013730135087441328, + 0.016227443268318056, + 0.05200469521489861, + 0.08443164584994449, + 0.06616677690744739, + 0.013730135087441326, 0.0452581502833797, - 0.08196772616001687 + 0.08196772616001685 ], "resistance": [ - 57101.210830322874, + 57101.21083032287, 55892.16420051109, - 56287.987283902425, + 56287.98728390241, 58540.898842792645, - 61580.207321460926, + 61580.207321460955, 63675.31767844269, 62735.85968190977, 59913.213385997486 @@ -371742,7 +268898,7 @@ 41.824712793476735, 41.96889571731674, 42.80064602441333, - 43.9526514176967, + 43.952651417696714, 44.76678630947053, 44.39970419294324, 43.31654555749971 @@ -371778,9 +268934,9 @@ ], "ice resistance": 54770.20932388968, "wind resistance": [ - -2437.530853792181, + -2437.5308537922174, -3941.9933636544556, - -3704.0963214477015, + -3704.0963214476906, -1574.6451699166719, 1561.7985310489494, 3925.839393424234, @@ -371788,9 +268944,9 @@ 562.4264344508701 ], "relative wind speed": [ - 7.064621222566783, + 7.064621222566782, 6.7419811075271845, - 6.80865875234367, + 6.8086587523436695, 7.217352335006505, 7.700221033766804, 7.984232444822244, @@ -371798,19 +268954,19 @@ 7.557254942079289 ], "relative wind angle": [ - 0.07934041720722879, - 0.025300291885684344, - 0.04682804505445171, + 0.07934041720723298, + 0.025300291885684348, + 0.046828045054449347, 0.08618998187954968, - 0.07277930412547814, - 0.021363214067027816, + 0.07277930412547816, + 0.02136321406702782, 0.040215408755354634, 0.08230443017284848 ], "resistance": [ - 52332.6784700975, + 52332.67847009746, 50828.21596023522, - 51066.113002441976, + 51066.11300244198, 53195.564153973006, 56332.00785493862, 58696.04871731391, @@ -371818,7 +268974,7 @@ 55332.63575834055 ], "fuel": [ - 40.55432491847098, + 40.554324918470954, 40.03155355044752, 40.11365753248528, 40.857961443768275, @@ -371858,19 +269014,19 @@ ], "ice resistance": 54792.20567592409, "wind resistance": [ - -3090.681883926558, + -3090.6818839266016, -4038.856260138091, - -3410.5900928716183, + -3410.59009287164, -808.2429569199921, 2374.320503376246, 4319.861257936547, - 2829.094973518764, + 2829.0949735187824, -268.8410534600698 ], "relative wind speed": [ - 6.943971873334191, + 6.943971873334189, 6.703173578747725, - 6.879075582632173, + 6.879075582632172, 7.347560905791287, 7.811734630784947, 8.019314639832983, @@ -371878,29 +269034,29 @@ 7.433390347287617 ], "relative wind angle": [ - 0.07146093458584399, + 0.07146093458584866, 0.006427727905991886, - 0.06325821116329049, + 0.06325821116329224, 0.08968485332282368, 0.06351136916038112, 0.005372789123569175, - 0.05529198987133427, + 0.05529198987133225, 0.08864657248018082 ], "resistance": [ - 51701.52379199753, + 51701.52379199749, 50753.349415786, - 51381.615583052466, + 51381.61558305245, 53983.96271900409, 57166.52617930033, 59112.06693386064, - 57621.300649442856, + 57621.30064944287, 54523.36462246402 ], "fuel": [ - 40.33398547619497, + 40.333985476194954, 40.005758873285274, - 40.22286989499879, + 40.22286989499878, 41.137809229700146, 42.29099619842669, 43.014516106284134, @@ -371938,9 +269094,9 @@ ], "ice resistance": 26926.539313531714, "wind resistance": [ - -415.7096731050515, + -415.7096731050806, -3563.664336861213, - -4543.411591226897, + -4543.411591227079, -3765.060230629784, -754.7445172290354, 2839.3479567924987, @@ -371948,9 +269104,9 @@ 3125.889761231392 ], "relative wind speed": [ - 7.42608251442045, + 7.4260825144204485, 6.872900165337874, - 6.612586839337042, + 6.612586839337041, 6.83167042113792, 7.37208383171943, 7.890346307366921, @@ -371958,19 +269114,19 @@ 7.926070955387002 ], "relative wind angle": [ - 0.10097645579008807, - 0.0798940733714971, - 0.004104092958494061, + 0.10097645579009028, + 0.07989407337149712, + 0.004104092958521113, 0.0747424131861957, 0.10171863532030034, - 0.06957397892275147, - 0.0033464226859615254, + 0.06957397892275148, + 0.003346422685961526, 0.06440683128222031 ], "resistance": [ - 26510.829640426662, + 26510.829640426633, 23362.8749766705, - 22383.127722304816, + 22383.127722304635, 23161.47908290193, 26171.794796302678, 29765.887270324212, @@ -371978,9 +269134,9 @@ 30052.429074763106 ], "fuel": [ - 32.74999603090802, + 32.749996030908015, 31.968237965716014, - 31.73245323968679, + 31.732453239686755, 31.919478636831307, 32.66402883877733, 33.597129233940215, @@ -372018,49 +269174,49 @@ ], "ice resistance": 32331.188611843467, "wind resistance": [ - -737.6692168894006, + -737.6692168894297, -3684.7711489562607, - -4447.592342506825, + -4447.592342506643, -3494.3221377376976, - -416.9711380092631, + -416.9711380092522, 3047.9856637439916, 4854.648995576121, 2777.0630006594693 ], "relative wind speed": [ - 7.3718950803762455, + 7.371895080376244, 6.843576622177507, - 6.629100699945114, + 6.629100699945113, 6.882500295719941, - 7.422964907527137, + 7.4229649075271364, 7.91269259549746, 8.09322364725219, 7.878859992021038 ], "relative wind angle": [ - 0.09946893414266669, + 0.09946893414266893, 0.0730536716028551, - 0.0038709539416096088, + 0.0038709539415809277, 0.07792756097818883, - 0.09878234769095727, + 0.09878234769095502, 0.0631689114370528, 0.0031706676489321674, 0.06805649799311556 ], "resistance": [ - 31593.519394954066, + 31593.519394954037, 28646.417462887206, - 27883.596269336642, + 27883.596269336824, 28836.86647410577, - 31914.217473834204, + 31914.217473834215, 35379.17427558746, 37185.837607419584, 35108.251612502936 ], "fuel": [ - 34.09005593374364, + 34.09005593374363, 33.30133768208183, - 33.10245293175103, + 33.102452931751074, 33.35132982668745, 34.17783255398407, 35.15061277430604, @@ -372098,49 +269254,49 @@ ], "ice resistance": 20677.06980545845, "wind resistance": [ - -907.1990140671041, + -907.1990140671332, -3727.257328516407, - -4396.676360864705, - -3326.419527278944, + -4396.676360864796, + -3326.419527278951, -232.06429367009332, 3141.082689908166, 4726.37690886965, 2570.944355144078 ], "relative wind speed": [ - 7.342346864539139, + 7.342346864539137, 6.83109099683653, 6.642894264162008, - 6.912900353029388, + 6.912900353029389, 7.449844356934539, 7.921264685307264, 8.07973973695444, 7.8499711547777835 ], "relative wind angle": [ - 0.0980059489771701, - 0.06883232783492374, - 0.008129701094493045, - 0.0790944437271558, + 0.09800594897717238, + 0.06883232783492373, + 0.0081297010945067, + 0.07909444372715718, 0.09658732581553194, - 0.059347164703698385, + 0.05934716470369839, 0.006683946978357071, - 0.06963640679396611 + 0.06963640679396613 ], "resistance": [ - 19769.870791391346, + 19769.870791391317, 16949.812476942043, - 16280.393444593745, - 17350.650278179506, + 16280.393444593654, + 17350.6502781795, 20445.005511788357, 23818.152495366616, 25403.4467143281, 23248.014160602528 ], "fuel": [ - 31.121019436720125, + 31.121019436720122, 30.48970695405751, - 30.34419347106667, + 30.344193471066653, 30.57763634891196, 31.276548827866463, 32.07902001764505, @@ -372178,49 +269334,49 @@ ], "ice resistance": 28044.576253420153, "wind resistance": [ - -1217.1552546735984, + -1217.1552546736166, -3905.9747242138874, - -4436.861444517472, + -4436.861444517519, -3132.3964587211267, - 85.82535290656233, + 85.82535290655869, 3405.572500816652, 4661.794188264321, 2305.25350338946 ], "relative wind speed": [ - 7.292264769924663, + 7.292264769924661, 6.794012935551142, 6.6445674420977205, 6.951875661570203, - 7.499727809004708, + 7.499727809004709, 7.95389407242809, 8.079156279665463, 7.816294996346465 ], "relative wind angle": [ - 0.09853305256696122, + 0.09853305256696235, 0.06385814504777611, - 0.015686093524841894, + 0.01568609352484897, 0.0836652193384181, - 0.09579886877037913, + 0.0957988687703803, 0.05453595954928811, 0.012900594996899979, 0.0743943404833202 ], "resistance": [ - 26827.420998746555, + 26827.420998746536, 24138.601529206266, - 23607.71480890268, + 23607.714808902634, 24912.179794699026, - 28130.401606326715, + 28130.40160632671, 31450.148754236805, 32706.370441684474, 30349.829756809613 ], "fuel": [ - 32.83065853303635, + 32.83065853303634, 32.157456930443935, - 32.02771864432701, + 32.027718644326995, 32.34838172807228, 33.16656372127112, 34.050938481496416, @@ -372245,68 +269401,7 @@ "id": "6352", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.873101671778139, - 11.873101671778139, - 11.873101671778139, - 11.873101671778139, - 11.873101671778139, - 11.873101671778139, - 11.873101671778139, - 11.873101671778139 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -248.4972913370293, - -1037.7253669382676, - -1223.7023515534825, - -904.2041225805037, - -24.675662411515987, - 927.8719937709411, - 1364.5439587501678, - 737.2982919109472 - ], - "relative wind speed": [ - 3.2895112041317476, - 2.962259227740636, - 2.843064223820716, - 3.0249514612344557, - 3.369230075302327, - 3.660275335284966, - 3.7536090741659196, - 3.608637404839332 - ], - "relative wind angle": [ - 0.13885753691012429, - 0.09924207318688555, - 0.014153344763321923, - 0.11609815243482433, - 0.13555152587727015, - 0.08027096743161409, - 0.010719895068185499, - 0.09725439712850761 - ], - "resistance": [ - 96386.002708663, - 95596.77463306177, - 95410.79764844655, - 95730.29587741953, - 96609.8243375885, - 97562.37199377097, - 97999.0439587502, - 97371.79829191098 - ], - "fuel": [ - 42.14700306376623, - 41.74233765366347, - 41.64731804936572, - 41.81063587208764, - 42.26218626309118, - 42.75447162299127, - 42.98127635260537, - 42.655711216320995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -55.15625, -69.21875 -55, -69.0625 -55, -69.0625 -55.15625, -69.21875 -55.15625))", @@ -372325,68 +269420,7 @@ "id": "6353", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.570468402155482, - 14.570468402155482, - 14.570468402155482, - 14.570468402155482, - 14.570468402155482, - 14.570468402155482, - 14.570468402155482, - 14.570468402155482 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -187.05164502267598, - -1272.6561149494264, - -1579.9544262876243, - -1279.7634123333419, - -198.99148165909537, - 1058.4132527741776, - 1777.0272234798485, - 1068.5390034322318 - ], - "relative wind speed": [ - 4.077478205482554, - 3.724635336911158, - 3.5671199976948516, - 3.7219553172811164, - 4.074015837378276, - 4.398923182601276, - 4.527591907564077, - 4.401190995123599 - ], - "relative wind angle": [ - 0.11805170664690785, - 0.09162997150388201, - 0.000488721449692522, - 0.09103095747435078, - 0.11815250407492814, - 0.07755369115433416, - 0.00038504531014424946, - 0.07695179955410796 - ], - "resistance": [ - 96447.44835497736, - 95361.8438850506, - 95054.5455737124, - 95354.73658766669, - 96435.50851834094, - 97692.9132527742, - 98411.52722347988, - 97703.03900343226 - ], - "fuel": [ - 44.336471450405185, - 43.780193686135334, - 43.623526431226395, - 43.77656626432774, - 44.33032947300346, - 44.98006535773341, - 45.35403505179175, - 44.98532149306814 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.375 -55.3125, -69.375 -55.15625, -69.21875 -55.15625, -69.21875 -55.3125, -69.375 -55.3125))", @@ -372405,68 +269439,7 @@ "id": "6354", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.837925039378618, - 11.837925039378618, - 11.837925039378618, - 11.837925039378618, - 11.837925039378618, - 11.837925039378618, - 11.837925039378618, - 11.837925039378618 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -414.6050274452864, - -1154.2247914570612, - -1269.6471964184739, - -818.6665555490854, - 147.68451582028592, - 1096.83104909157, - 1367.077459025174, - 617.6607339106713 - ], - "relative wind speed": [ - 3.2208565692218216, - 2.898089578831966, - 2.8234201416785893, - 3.0565523239479986, - 3.421747106691309, - 3.6991008494923814, - 3.756403732988955, - 3.5692797862618995 - ], - "relative wind angle": [ - 0.1454169903054044, - 0.08923975416148018, - 0.03594035736472292, - 0.1318229201123842, - 0.13682417859040374, - 0.06987968272714686, - 0.027011266465442683, - 0.11279893175691584 - ], - "resistance": [ - 96219.89497255477, - 95480.275208543, - 95364.85280358158, - 95815.83344445097, - 96782.18451582035, - 97731.33104909163, - 98001.57745902523, - 97252.16073391073 - ], - "fuel": [ - 42.03666635669643, - 41.657825789055764, - 41.59888890717819, - 41.8294497792685, - 42.32603862545775, - 42.81716899275658, - 42.957619540345114, - 42.56880610559267 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.21875 -55.3125, -69.21875 -55.15625, -69.0625 -55.15625, -69.0625 -55.3125, -69.21875 -55.3125))", @@ -372485,68 +269458,7 @@ "id": "6355", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.306847510476977, - 13.306847510476977, - 13.306847510476977, - 13.306847510476977, - 13.306847510476977, - 13.306847510476977, - 13.306847510476977, - 13.306847510476977 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -270.06567819860356, - -1226.7273908204925, - -1462.5748674765937, - -1105.5798605136306, - -66.83736891342505, - 1076.277018455252, - 1630.9634527222988, - 903.4796792607731 - ], - "relative wind speed": [ - 3.695786306331827, - 3.345533956961302, - 3.2112389895284776, - 3.396030171631565, - 3.760354758465913, - 4.075108204012003, - 4.1817518438710835, - 4.033123281646019 - ], - "relative wind angle": [ - 0.13168536196858957, - 0.09583159544988938, - 0.01013996106373167, - 0.10803177735093547, - 0.1294113925813269, - 0.0786353355895915, - 0.007786595327452184, - 0.09091486795341729 - ], - "resistance": [ - 96364.4343218014, - 95407.7726091795, - 95171.9251325234, - 95528.92013948636, - 96567.66263108657, - 97710.77701845525, - 98265.4634527223, - 97537.97967926077 - ], - "fuel": [ - 43.22321890223448, - 42.73307908151726, - 42.61276733144291, - 42.794959960108066, - 43.32778025998783, - 43.918778210693844, - 44.2073070308279, - 43.82912885471867 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -55.78125, -70 -55.625, -69.84375 -55.625, -69.84375 -55.78125, -70 -55.78125))", @@ -372565,68 +269477,7 @@ "id": "6356", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.950430122889635, - 9.950430122889635, - 9.950430122889635, - 9.950430122889635, - 9.950430122889635, - 9.950430122889635, - 9.950430122889635, - 9.950430122889635 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -559.2618116345193, - -812.517514012915, - -718.1414656118354, - -225.45546071269837, - 428.87709626212154, - 877.2024054300123, - 655.4428348403562, - 41.15713344514643 - ], - "relative wind speed": [ - 2.569812535618153, - 2.4094883778441973, - 2.4814413238924407, - 2.7301169905174847, - 2.989050922398914, - 3.1197319823901117, - 3.062810937846626, - 2.843382335002057 - ], - "relative wind angle": [ - 0.11369207326727282, - 0.023699606268446385, - 0.08504857323557759, - 0.1304737591431582, - 0.0976907187820868, - 0.018303421256359732, - 0.06887642544012296, - 0.12524844623746587 - ], - "resistance": [ - 96075.23818836549, - 95821.9824859871, - 95916.35853438819, - 96409.04453928732, - 97063.37709626213, - 97511.70240543003, - 97289.94283484037, - 96675.65713344516 - ], - "fuel": [ - 40.74186237919948, - 40.61204945255897, - 40.66039650153804, - 40.91332827455886, - 41.25064143116512, - 41.48267611319725, - 41.36780903079136, - 41.05057666723154 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -55.78125, -69.84375 -55.625, -69.6875 -55.625, -69.6875 -55.78125, -69.84375 -55.78125))", @@ -372645,68 +269496,7 @@ "id": "6357", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.017575474037711, - 11.017575474037711, - 11.017575474037711, - 11.017575474037711, - 11.017575474037711, - 11.017575474037711, - 11.017575474037711, - 11.017575474037711 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -619.1116852594096, - -965.0042230968356, - -883.7536368338638, - -331.37362109605147, - 447.15119351667045, - 1015.3260940838613, - 824.3625166485695, - 113.00352996036463 - ], - "relative wind speed": [ - 2.8736249938059713, - 2.6853636554602827, - 2.7412417917794487, - 2.9982960496030806, - 3.282231344569047, - 3.437962367774099, - 3.393575790121638, - 3.1687511740798553 - ], - "relative wind angle": [ - 0.114008948479451, - 0.03198264657689111, - 0.07502566924870255, - 0.12588678864516956, - 0.0997652454270314, - 0.024979716890382368, - 0.06058398963867018, - 0.11908189811666643 - ], - "resistance": [ - 96015.3883147406, - 95669.49577690318, - 95750.74636316615, - 96303.12637890397, - 97081.65119351668, - 97649.82609408388, - 97458.86251664859, - 96747.50352996038 - ], - "fuel": [ - 41.3723969909217, - 41.19523724486877, - 41.236812283443754, - 41.52011030357433, - 41.92131851625631, - 42.215547730319884, - 42.11652327465553, - 41.748841206294095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -55.9375, -70 -55.78125, -69.84375 -55.78125, -69.84375 -55.9375, -70 -55.9375))", @@ -372725,68 +269515,7 @@ "id": "6358", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.172544925701557, - 9.172544925701557, - 9.172544925701557, - 9.172544925701557, - 9.172544925701557, - 9.172544925701557, - 9.172544925701557, - 9.172544925701557 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -516.5000769236749, - -800.635562239346, - -726.1256557418569, - -256.9051250264729, - 396.236492106917, - 870.02242499165, - 695.8299634928721, - 94.07868402527038 - ], - "relative wind speed": [ - 2.3587620820782775, - 2.1677444264461454, - 2.2302414418931913, - 2.495462220007544, - 2.779385194729275, - 2.9308061556749556, - 2.883533202755383, - 2.657331166611636 - ], - "relative wind angle": [ - 0.1394199167461128, - 0.03776189017030186, - 0.09522624936905676, - 0.1535734672089916, - 0.11821274522100864, - 0.027927235248002356, - 0.073607027137264, - 0.14415116468526334 - ], - "resistance": [ - 96117.99992307636, - 95833.8644377607, - 95908.37434425819, - 96377.59487497357, - 97030.73649210697, - 97504.5224249917, - 97330.32996349291, - 96728.57868402531 - ], - "fuel": [ - 40.329079847576494, - 40.18340978237288, - 40.22158032622097, - 40.462431128930945, - 40.799052465892615, - 41.044229414806054, - 40.95399039436604, - 40.64312665117319 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -55.9375, -69.84375 -55.78125, -69.6875 -55.78125, -69.6875 -55.9375, -69.84375 -55.9375))", @@ -372805,68 +269534,7 @@ "id": "6359", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.214694717004857, - 8.214694717004857, - 8.214694717004857, - 8.214694717004857, - 8.214694717004857, - 8.214694717004857, - 8.214694717004857, - 8.214694717004857 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -591.7645713595934, - -807.7384973555461, - -674.7480333997676, - -138.28179389429351, - 529.9674154385343, - 958.559226057142, - 649.2633461350115, - 0.09304698654159438 - ], - "relative wind speed": [ - 2.019199205255155, - 1.8328405132273393, - 1.9603068136255284, - 2.2900729162757276, - 2.5967559182124296, - 2.731483549711927, - 2.6414965314623555, - 2.3613286021675823 - ], - "relative wind angle": [ - 0.1709165977569075, - 0.01981334621040228, - 0.1495557373936955, - 0.19751154459953893, - 0.13264473982853345, - 0.013294386250787105, - 0.1108015676060135, - 0.19147629270450078 - ], - "resistance": [ - 96042.73542864043, - 95826.76150264448, - 95959.75196660026, - 96496.21820610574, - 97164.46741543856, - 97593.05922605717, - 97283.76334613503, - 96634.59304698657 - ], - "fuel": [ - 39.809929118710876, - 39.69923709535631, - 39.76737749209356, - 40.04291518274048, - 40.387636541477924, - 40.609603463165286, - 40.449351038586684, - 40.1141604646356 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -55.78125, -69.6875 -55.625, -69.53125 -55.625, -69.53125 -55.78125, -69.6875 -55.78125))", @@ -372885,68 +269553,7 @@ "id": "6360", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.303718167559532, - 12.303718167559532, - 12.303718167559532, - 12.303718167559532, - 12.303718167559532, - 12.303718167559532, - 12.303718167559532, - 12.303718167559532 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -857.8081983775392, - -1145.608600815628, - -970.094148620507, - -231.85270994353868, - 683.0971474388416, - 1256.7760546337186, - 843.080804907403, - -43.23169349465479 - ], - "relative wind speed": [ - 3.1678592870811184, - 3.0102458132657164, - 3.117695602402062, - 3.409539816061491, - 3.696011622373116, - 3.8254744175303883, - 3.7384232647235227, - 3.47431613676053 - ], - "relative wind angle": [ - 0.0984284900864208, - 0.010835784907519946, - 0.08515799435806032, - 0.11984330990233796, - 0.08432701633704183, - 0.008526558935787713, - 0.07099217613762779, - 0.11759845344960233 - ], - "resistance": [ - 95776.69180162245, - 95488.89139918436, - 95664.40585137947, - 96402.64729005644, - 97317.59714743882, - 97891.27605463371, - 97477.58080490738, - 96591.26830650533 - ], - "fuel": [ - 42.146720402280096, - 41.99953888974569, - 42.0892605496026, - 42.4678990448409, - 42.93998416639086, - 43.237573174018635, - 43.02285061958503, - 42.56496661646459 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -55.78125, -69.53125 -55.625, -69.375 -55.625, -69.375 -55.78125, -69.53125 -55.78125))", @@ -372965,68 +269572,7 @@ "id": "6361", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.985919203454108, - 12.985919203454108, - 12.985919203454108, - 12.985919203454108, - 12.985919203454108, - 12.985919203454108, - 12.985919203454108, - 12.985919203454108 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -885.5609435923916, - -1301.948923413438, - -1160.4384734237547, - -382.65491795277285, - 662.8288576402865, - 1387.5528959493204, - 1054.5144833419463, - 79.05602689816624 - ], - "relative wind speed": [ - 3.3736053177212675, - 3.1748711985528244, - 3.2571902174276306, - 3.558018130226264, - 3.876782120353148, - 4.041144060912307, - 3.97509299714369, - 3.7082555782238438 - ], - "relative wind angle": [ - 0.10686690044948828, - 0.023832764378516665, - 0.07770434428329318, - 0.12206537571217649, - 0.09295327980311141, - 0.018723216464250632, - 0.06364983474362612, - 0.11709676465423526 - ], - "resistance": [ - 95748.93905640765, - 95332.5510765866, - 95474.06152657629, - 96251.84508204726, - 97297.32885764033, - 98022.05289594937, - 97689.01448334199, - 96713.55602689821 - ], - "fuel": [ - 42.65233776064578, - 42.43953900508979, - 42.511786799965364, - 42.91021248232056, - 43.449316210295486, - 43.825407062259885, - 43.652336233689056, - 43.14779226452043 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -55.9375, -69.6875 -55.78125, -69.53125 -55.78125, -69.53125 -55.9375, -69.6875 -55.9375))", @@ -373045,68 +269591,7 @@ "id": "6362", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.236726987674844, - 8.236726987674844, - 8.236726987674844, - 8.236726987674844, - 8.236726987674844, - 8.236726987674844, - 8.236726987674844, - 8.236726987674844 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -728.1716769487703, - -792.9303696988709, - -486.9972111867446, - 135.6755961423587, - 739.3594698934094, - 889.6672500204086, - 393.03726383115645, - -266.79837416113264 - ], - "relative wind speed": [ - 1.923835613196572, - 1.8617849313961747, - 2.093262439906659, - 2.431330268557006, - 2.675643964934007, - 2.7191857168860945, - 2.5452831770487196, - 2.224600462754991 - ], - "relative wind angle": [ - 0.11936900846484828, - 0.056519568092408, - 0.18149581017787136, - 0.17744608844243684, - 0.08572973271547597, - 0.038687134854238574, - 0.14899623560908906, - 0.19413700382690083 - ], - "resistance": [ - 95906.32832305122, - 95841.56963030112, - 96147.50278881325, - 96770.17559614235, - 97373.85946989339, - 97524.1672500204, - 97027.53726383114, - 96367.70162583885 - ], - "fuel": [ - 39.75037089973173, - 39.71719510551024, - 39.8740615409414, - 40.19441119940805, - 40.50636892897821, - 40.58425234681191, - 40.327238755311924, - 39.987183473325885 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -55.9375, -69.53125 -55.78125, -69.375 -55.78125, -69.375 -55.9375, -69.53125 -55.9375))", @@ -373125,68 +269610,7 @@ "id": "6363", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.008545823467383, - 9.008545823467383, - 9.008545823467383, - 9.008545823467383, - 9.008545823467383, - 9.008545823467383, - 9.008545823467383, - 9.008545823467383 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -672.3149842819898, - -848.8512981223782, - -681.4979531869037, - -91.4281646172185, - 600.6119796827984, - 1005.1091484237663, - 613.7678477309919, - -76.08475339838651 - ], - "relative wind speed": [ - 2.22273995442421, - 2.073334584531475, - 2.216911391266148, - 2.535286913565167, - 2.8198194743840057, - 2.9314226023715384, - 2.8244041241266125, - 2.5424938621389503 - ], - "relative wind angle": [ - 0.13809085694607612, - 0.0017633709145500145, - 0.13610182690370443, - 0.17004749817601475, - 0.10871939355632676, - 0.0012471954581067578, - 0.10670093535322568, - 0.1695608017639976 - ], - "resistance": [ - 95962.185015718, - 95785.64870187761, - 95953.00204681308, - 96543.07183538277, - 97235.11197968278, - 97639.60914842375, - 97248.26784773098, - 96558.4152466016 - ], - "fuel": [ - 40.162596156810565, - 40.0721568535205, - 40.15788887560629, - 40.46100223877097, - 40.81814761509297, - 41.0277241632564, - 40.82495430506603, - 40.4689012890283 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -56.09375, -70 -55.9375, -69.84375 -55.9375, -69.84375 -56.09375, -70 -56.09375))", @@ -373205,68 +269629,7 @@ "id": "6364", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.174607893623802, - 10.174607893623802, - 10.174607893623802, - 10.174607893623802, - 10.174607893623802, - 10.174607893623802, - 10.174607893623802, - 10.174607893623802 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -670.2946073333287, - -971.8300113968476, - -852.870950375464, - -254.6020766214824, - 534.7667981502159, - 1074.0971711051998, - 795.6604263803993, - 51.1130668233518 - ], - "relative wind speed": [ - 2.596942888368672, - 2.4063871037992968, - 2.4960931817360645, - 2.793893467346643, - 3.0974107328988683, - 3.247670968616456, - 3.179242746601217, - 2.9209972452646156 - ], - "relative wind angle": [ - 0.13244632990129096, - 0.026704041582189666, - 0.10116384380467941, - 0.1511725328521847, - 0.11094926386632811, - 0.01978550693574575, - 0.07937386424207844, - 0.14454715948341582 - ], - "resistance": [ - 95964.20539266667, - 95662.66998860316, - 95781.62904962453, - 96379.89792337852, - 97169.26679815022, - 97708.5971711052, - 97430.1604263804, - 96685.61306682335 - ], - "fuel": [ - 40.817602467727525, - 40.66319416702695, - 40.72406954516988, - 41.03102232019991, - 41.43806038135152, - 41.7174993546205, - 41.57309997715393, - 41.188389236730764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -56.09375, -69.84375 -55.9375, -69.6875 -55.9375, -69.6875 -56.09375, -69.84375 -56.09375))", @@ -373285,68 +269648,7 @@ "id": "6365", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.001031830491815, - 8.001031830491815, - 8.001031830491815, - 8.001031830491815, - 8.001031830491815, - 8.001031830491815, - 8.001031830491815, - 8.001031830491815 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -609.3557832681843, - -767.3568159235365, - -607.649132184848, - -64.51404874450782, - 569.0375123131812, - 937.1298201661575, - 566.583102895248, - -67.3592818263678 - ], - "relative wind speed": [ - 1.9335600839141085, - 1.7784724792247861, - 1.9348063946283611, - 2.2671861754743126, - 2.55632422101678, - 2.66654903605822, - 2.555381055022554, - 2.265682009197482 - ], - "relative wind angle": [ - 0.16282371951053343, - 0.0004312389360910076, - 0.1632860173662982, - 0.1971286115137899, - 0.1229229551153747, - 0.00028761764947752454, - 0.12339624349305765, - 0.19726120719983237 - ], - "resistance": [ - 96025.14421673182, - 95867.14318407647, - 96026.85086781516, - 96569.9859512555, - 97203.53751231318, - 97571.62982016616, - 97201.08310289525, - 96567.14071817363 - ], - "fuel": [ - 39.7019611267646, - 39.62097495746954, - 39.70283640748777, - 39.98194167161164, - 40.30889699486977, - 40.49954341488879, - 40.30762747222273, - 39.98047670834408 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-70 -56.25, -70 -56.09375, -69.84375 -56.09375, -69.84375 -56.25, -70 -56.25))", @@ -373365,68 +269667,7 @@ "id": "6366", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.700401484751481, - 8.700401484751481, - 8.700401484751481, - 8.700401484751481, - 8.700401484751481, - 8.700401484751481, - 8.700401484751481, - 8.700401484751481 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -487.0184227672835, - -772.4128572696716, - -705.8153505262901, - -256.7980546816425, - 377.43145556941545, - 845.8680738758126, - 690.5555864494727, - 109.13626925261406 - ], - "relative wind speed": [ - 2.2306215779288765, - 2.028603321795027, - 2.0879558058158527, - 2.359138109342231, - 2.650793885741167, - 2.808406916991704, - 2.764565318737204, - 2.537094446340898 - ], - "relative wind angle": [ - 0.1528533550968642, - 0.04444513425030941, - 0.1017899714455832, - 0.166154407450901, - 0.12847773828780498, - 0.03209910409408452, - 0.07682037995116324, - 0.1544029032039676 - ], - "resistance": [ - 96147.48157723273, - 95862.08714273035, - 95928.68464947373, - 96377.70194531837, - 97011.93145556943, - 97480.36807387583, - 97325.05558644948, - 96743.63626925263 - ], - "fuel": [ - 40.09979262970687, - 39.95344648867905, - 39.98756961725795, - 40.21806716045394, - 40.544919361321355, - 40.78729068132541, - 40.70684078522224, - 40.406469918108684 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.84375 -56.25, -69.84375 -56.09375, -69.6875 -56.09375, -69.6875 -56.25, -69.84375 -56.25))", @@ -373445,68 +269686,7 @@ "id": "6367", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.104050068992622, - 8.104050068992622, - 8.104050068992622, - 8.104050068992622, - 8.104050068992622, - 8.104050068992622, - 8.104050068992622, - 8.104050068992622 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -493.61268389281554, - -780.1768857474426, - -705.8670102997144, - -241.22950366203213, - 407.9176267100752, - 885.3189781754436, - 712.8713094390482, - 112.86584663829217 - ], - "relative wind speed": [ - 2.0466123249343284, - 1.8221077345508907, - 1.8945770713744783, - 2.1997454420004656, - 2.517247384392064, - 2.684227972153559, - 2.6335781977043875, - 2.384591452052104 - ], - "relative wind angle": [ - 0.1825941393654206, - 0.051670881499594326, - 0.1262404337586397, - 0.19741659555083788, - 0.14817362641831414, - 0.03506681045128111, - 0.0906997319601292, - 0.18193488239883335 - ], - "resistance": [ - 96140.88731610726, - 95854.32311425263, - 95928.63298970036, - 96393.27049633804, - 97042.41762671014, - 97519.81897817552, - 97347.37130943913, - 96747.36584663836 - ], - "fuel": [ - 39.80867767040146, - 39.66173934484084, - 39.69981304453268, - 39.938342445980176, - 40.27293811270927, - 40.52000994727841, - 40.4306644274764, - 40.12066257412973 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -56.09375, -69.6875 -55.9375, -69.53125 -55.9375, -69.53125 -56.09375, -69.6875 -56.09375))", @@ -373525,68 +269705,7 @@ "id": "6368", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.165912237035483, - 8.165912237035483, - 8.165912237035483, - 8.165912237035483, - 8.165912237035483, - 8.165912237035483, - 8.165912237035483, - 8.165912237035483 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -676.3810912942843, - -796.0219106160314, - -566.8840357261565, - 23.40163178756302, - 657.1736669576103, - 935.2922011249575, - 499.79060443507024, - -159.20474565202358 - ], - "relative wind speed": [ - 1.9408515808095081, - 1.8254261637075029, - 2.0189377264410995, - 2.358581779773604, - 2.630899030110602, - 2.712259922319352, - 2.5714635953325327, - 2.2639846628207643 - ], - "relative wind angle": [ - 0.14453115368876052, - 0.02640491132731076, - 0.1730798538939873, - 0.18917186852144136, - 0.10645280447212083, - 0.017770107988262476, - 0.1356284685374642, - 0.19717800246213782 - ], - "resistance": [ - 95958.11890870577, - 95838.47808938402, - 96067.61596427391, - 96657.90163178762, - 97291.67366695766, - 97569.79220112502, - 97134.29060443513, - 96475.29525434804 - ], - "fuel": [ - 39.74368464840303, - 39.68238197184783, - 39.79983644926741, - 40.10331269180138, - 40.43058938570933, - 40.57468025327676, - 40.349178069366936, - 40.00929303543195 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -56.09375, -69.53125 -55.9375, -69.375 -55.9375, -69.375 -56.09375, -69.53125 -56.09375))", @@ -373605,68 +269724,7 @@ "id": "6369", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.920603367458504, - 8.920603367458504, - 8.920603367458504, - 8.920603367458504, - 8.920603367458504, - 8.920603367458504, - 8.920603367458504, - 8.920603367458504 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -743.1371274603196, - -876.5506912881608, - -632.8180530293287, - 10.504125450117499, - 704.2364599674393, - 1015.2046178495666, - 546.0331149483814, - -173.70899459056 - ], - "relative wind speed": [ - 2.1516329031775627, - 2.035064919289644, - 2.2227437325880572, - 2.5610004596968143, - 2.8369013797589977, - 2.921650965257733, - 2.781536245989852, - 2.4736228964713907 - ], - "relative wind angle": [ - 0.13149956075235075, - 0.02181077074556723, - 0.15579392690949945, - 0.17399903305253225, - 0.09961261395296835, - 0.015191589631855055, - 0.12431286503403634, - 0.1802115464419163 - ], - "resistance": [ - 95891.36287253974, - 95757.9493087119, - 96001.68194697073, - 96645.00412545017, - 97338.73645996749, - 97649.70461784962, - 97180.53311494844, - 96460.7910054095 - ], - "fuel": [ - 40.080611323436486, - 40.01228819876498, - 40.137157433618256, - 40.467806324428054, - 40.82609031290535, - 40.98727375677956, - 40.74422721617866, - 40.3729687862036 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.6875 -56.25, -69.6875 -56.09375, -69.53125 -56.09375, -69.53125 -56.25, -69.6875 -56.25))", @@ -373685,68 +269743,7 @@ "id": "6370", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.674399236256823, - 8.674399236256823, - 8.674399236256823, - 8.674399236256823, - 8.674399236256823, - 8.674399236256823, - 8.674399236256823, - 8.674399236256823 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -645.1892612543359, - -874.2945648755376, - -728.7930268393216, - -147.15916792647567, - 573.831365011496, - 1032.6504052413666, - 693.9112699999005, - -7.685717028255567 - ], - "relative wind speed": [ - 2.1379691018273124, - 1.9505347725993296, - 2.0820507134792052, - 2.418943631292712, - 2.732285885780103, - 2.8690960497833333, - 2.775132946095048, - 2.4869679834348237 - ], - "relative wind angle": [ - 0.1641049437460237, - 0.017752356213118017, - 0.14474336514113145, - 0.19104869035441396, - 0.12818461304087403, - 0.01206847358788668, - 0.10842762831631544, - 0.18576122386135607 - ], - "resistance": [ - 95989.31073874568, - 95760.20543512447, - 95905.70697316069, - 96487.34083207353, - 97208.33136501152, - 97667.15040524138, - 97328.41126999991, - 96626.81428297175 - ], - "fuel": [ - 40.005613296660826, - 39.88824225728072, - 39.962760312087156, - 40.26142872763188, - 40.63340402478745, - 40.871126265537285, - 40.695543864191315, - 40.33323533051135 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-69.53125 -56.25, -69.53125 -56.09375, -69.375 -56.09375, -69.375 -56.25, -69.53125 -56.25))", @@ -373765,68 +269762,7 @@ "id": "6371", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.293507724645664, - 10.293507724645664, - 10.293507724645664, - 10.293507724645664, - 10.293507724645664, - 10.293507724645664, - 10.293507724645664, - 10.293507724645664 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -908.4647838570163, - -1132.5602952658746, - -896.0590910471328, - -99.27101998988837, - 822.9262401076176, - 1346.6284590754922, - 805.144045555674, - -119.99173585980043 - ], - "relative wind speed": [ - 2.52584738483611, - 2.357195031273479, - 2.532760350368144, - 2.9073223476096044, - 3.236616510038401, - 3.3614316933527286, - 3.2312097505639596, - 2.8988046177047444 - ], - "relative wind angle": [ - 0.13981189999673607, - 0.001834399346204738, - 0.14186628304828725, - 0.17357870651235088, - 0.10896926489900086, - 0.0012863672940411695, - 0.11105637290944664, - 0.17409395133105426 - ], - "resistance": [ - 95726.035216143, - 95501.93970473413, - 95738.44090895288, - 96535.22898001013, - 97457.42624010763, - 97981.12845907551, - 97439.64404555569, - 96514.50826414021 - ], - "fuel": [ - 40.767329674896985, - 40.652742609445404, - 40.773678553534324, - 41.18265147483184, - 41.65894342062427, - 41.930831417099675, - 41.649729437615875, - 41.171986091289725 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -56.71875, -68.75 -56.5625, -68.59375 -56.5625, -68.59375 -56.71875, -68.75 -56.71875))", @@ -373845,68 +269781,7 @@ "id": "6372", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.591280052528123, - 13.591280052528123, - 13.591280052528123, - 13.591280052528123, - 13.591280052528123, - 13.591280052528123, - 13.591280052528123, - 13.591280052528123 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -202.72886991257383, - -1194.0961825217191, - -1462.8030452221537, - -1158.9473666184858, - -143.73416193219145, - 1016.2739319866396, - 1649.3352832250002, - 966.1627734010663 - ], - "relative wind speed": [ - 3.7962558567550952, - 3.4471461900537914, - 3.297920099978348, - 3.4614384763130883, - 3.8146031546068104, - 4.132788272036352, - 4.25282009627052, - 4.120825091141689 - ], - "relative wind angle": [ - 0.12610298823137112, - 0.09619024530188798, - 0.002803806436106215, - 0.09958781557449704, - 0.12549325201327063, - 0.0801942532721821, - 0.0021742572136460745, - 0.08361162643867395 - ], - "resistance": [ - 96431.77113008745, - 95440.4038174783, - 95171.69695477787, - 95475.55263338154, - 96490.76583806783, - 97650.77393198667, - 98283.83528322502, - 97600.6627734011 - ], - "fuel": [ - 43.48964866674033, - 42.98154325532332, - 42.84445290371042, - 42.99949554309484, - 43.520000508656885, - 44.11943716071115, - 44.44868488477491, - 44.093438633816355 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -56.71875, -68.59375 -56.5625, -68.4375 -56.5625, -68.4375 -56.71875, -68.59375 -56.71875))", @@ -373925,68 +269800,7 @@ "id": "6373", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.768601375672185, - 12.768601375672185, - 12.768601375672185, - 12.768601375672185, - 12.768601375672185, - 12.768601375672185, - 12.768601375672185, - 12.768601375672185 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 70.23236363328306, - -938.8799282553382, - -1364.4307535099892, - -1205.1509947436534, - -376.45447274884555, - 723.6413279787284, - 1477.5062901638357, - 1103.4486233184844 - ], - "relative wind speed": [ - 3.651227386489908, - 3.292588219110659, - 3.082155525956265, - 3.1769330798841104, - 3.503326936606724, - 3.8423461416147657, - 4.013113300970387, - 3.938509522464842 - ], - "relative wind angle": [ - 0.1278623851066236, - 0.11626680526170935, - 0.024201303588904908, - 0.08713687323635062, - 0.13329190171333083, - 0.0995716358141629, - 0.01858636653611927, - 0.07025637654449653 - ], - "resistance": [ - 96704.73236363329, - 95695.62007174466, - 95270.06924649, - 95429.34900525634, - 96258.04552725116, - 97358.14132797872, - 98112.00629016383, - 97737.94862331849 - ], - "fuel": [ - 42.97432487247518, - 42.45613298698852, - 42.238743163316926, - 42.32003126653318, - 42.74447813413119, - 43.31187971283224, - 43.70330452047566, - 43.50882046503095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -56.875, -68.75 -56.71875, -68.59375 -56.71875, -68.59375 -56.875, -68.75 -56.875))", @@ -374005,68 +269819,7 @@ "id": "6374", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.646916734050695, - 16.646916734050695, - 16.646916734050695, - 16.646916734050695, - 16.646916734050695, - 16.646916734050695, - 16.646916734050695, - 16.646916734050695 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 156.6643904221528, - -1314.3427575038231, - -1973.968466801618, - -1782.8773221675374, - -631.302249955379, - 948.981372769369, - 2066.6622066892996, - 1616.0502714813465 - ], - "relative wind speed": [ - 4.751904974284391, - 4.3574586040548295, - 4.117571537725902, - 4.203853436710876, - 4.552013037763282, - 4.93092061328756, - 5.132935632978968, - 5.06251319635315 - ], - "relative wind angle": [ - 0.10706758932985061, - 0.09888117619119477, - 0.024421454252721506, - 0.06855602428378485, - 0.11178849768768107, - 0.08735008971268812, - 0.019589865967089684, - 0.05691428254398147 - ], - "resistance": [ - 96791.16439042219, - 95320.1572424962, - 94660.53153319842, - 94851.62267783249, - 96003.19775004465, - 97583.4813727694, - 98701.16220668933, - 98250.55027148138 - ], - "fuel": [ - 46.501160688124386, - 45.746571002254115, - 45.41081441383436, - 45.50791528608711, - 46.095952252784144, - 46.91093580275023, - 47.492956276596026, - 47.25774562361558 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -56.875, -68.59375 -56.71875, -68.4375 -56.71875, -68.4375 -56.875, -68.59375 -56.875))", @@ -374085,68 +269838,7 @@ "id": "6375", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.562117800441673, - 15.562117800441673, - 15.562117800441673, - 15.562117800441673, - 15.562117800441673, - 15.562117800441673, - 15.562117800441673, - 15.562117800441673 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 724.7796371928216, - -554.5708547560998, - -1466.0719957793035, - -1601.6190417453536, - -1041.4515229136205, - 160.31959399631887, - 1328.9286083215175, - 1649.1142233003684 - ], - "relative wind speed": [ - 4.57859964858195, - 4.247923914689825, - 3.9521639776431416, - 3.88696349923639, - 4.100111846492022, - 4.441805298608352, - 4.706898319441255, - 4.7608829697171675 - ], - "relative wind angle": [ - 0.0826418879687914, - 0.10307311192233486, - 0.06080401683130198, - 0.025069798795667453, - 0.09231233199224612, - 0.09855908764227649, - 0.051045020775384656, - 0.020467209446747264 - ], - "resistance": [ - 97359.2796371928, - 96079.92914524388, - 95168.42800422067, - 95032.88095825462, - 95593.04847708635, - 96794.81959399629, - 97963.42860832148, - 98283.61422330033 - ], - "fuel": [ - 45.720902391032, - 45.0614670323629, - 44.59535333716089, - 44.526302793418694, - 44.81210656497488, - 45.42920327220456, - 46.03442533088427, - 46.201136204400825 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -55.15625, -65.625 -55, -65.46875 -55, -65.46875 -55.15625, -65.625 -55.15625))", @@ -374165,68 +269857,7 @@ "id": "6376", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23747.79635073322, - "wind resistance": [ - 4359.824346335838, - 1125.6712674398514, - -2571.15988900718, - -4655.510186228785, - -4557.188654700043, - -2218.879826297456, - 1534.1894463170502, - 4591.833240199299 - ], - "relative wind speed": [ - 8.074557024262226, - 7.663761157926071, - 7.068243084124666, - 6.634617816896313, - 6.6624472452666295, - 7.131159747775043, - 7.721827124311136, - 8.097439154309553 - ], - "relative wind angle": [ - 0.04066951414258026, - 0.09564700699224381, - 0.10015873896135373, - 0.04034717894704475, - 0.049295819213766405, - 0.10281493772538541, - 0.09165625938721034, - 0.03305541749630098 - ], - "resistance": [ - 28107.62069706906, - 24873.467618173072, - 21176.63646172604, - 19092.286164504436, - 19190.607696033177, - 21528.916524435765, - 25281.98579705027, - 28339.62959093252 - ], - "fuel": [ - 33.160636598507494, - 32.338774349905535, - 31.44700805160691, - 30.966630987834456, - 30.988927699339087, - 31.529794534782216, - 32.44043925145367, - 33.221090842762834 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55.15625, -65.46875 -55, -65.3125 -55, -65.3125 -55.15625, -65.46875 -55.15625))", @@ -374258,41 +269889,41 @@ ], "ice resistance": 21876.137170769965, "wind resistance": [ - 4145.845934683253, + 4145.845934683246, 937.3452506497815, -2636.481837776446, -4567.9486997399545, - -4399.713529222059, + -4399.713529222074, -2032.5424529504708, 1637.5503545991014, 4543.117466097392 ], "relative wind speed": [ - 8.045903092721698, + 8.045903092721696, 7.63278266235628, - 7.05218609151956, + 7.052186091519559, 6.644762534308716, - 6.692305289223669, + 6.69230528922367, 7.15989772907917, 7.732410878388301, 8.085211037708717 ], "relative wind angle": [ 0.042463321016646155, - 0.09454974518483111, - 0.09622263347719041, + 0.09454974518483113, + 0.09622263347719043, 0.035761172136432484, - 0.051058870697051964, - 0.10081498577906634, - 0.08773502425160068, + 0.05105887069705414, + 0.10081498577906635, + 0.0877350242516007, 0.029387983956901037 ], "resistance": [ - 26021.98310545322, + 26021.98310545321, 22813.482421419747, 19239.65533299352, 17308.18847103001, - 17476.423641547906, + 17476.42364154789, 19843.594717819495, 23513.687525369067, 26419.254636867357 @@ -374302,7 +269933,7 @@ 31.835581962874983, 31.000063848552294, 30.56829344370631, - 30.605349729862855, + 30.60534972986285, 31.137920572809538, 32.00484954567509, 32.726733701662965 @@ -374325,68 +269956,7 @@ "id": "6378", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 19878.991131762243, - "wind resistance": [ - 4590.722304688861, - 1255.1752692820155, - -2601.213438388633, - -4817.06367011568, - -4750.169268413192, - -2362.2026974348228, - 1532.4293677358037, - 4748.4118096989805 - ], - "relative wind speed": [ - 8.108272501905226, - 7.688141684221027, - 7.069176982707668, - 6.609994718234335, - 6.628973115685069, - 7.111950855916463, - 7.727490169568898, - 8.123751433823049 - ], - "relative wind angle": [ - 0.04081172747411311, - 0.09868458326111076, - 0.10492937056826715, - 0.043829347361393454, - 0.04992601760066877, - 0.10670906781173926, - 0.095961487537903, - 0.03565845097962291 - ], - "resistance": [ - 24469.713436451104, - 21134.16640104426, - 17277.77769337361, - 15061.927461646563, - 15128.82186334905, - 17516.78843432742, - 21411.420499498046, - 24627.402941461223 - ], - "fuel": [ - 32.23890520342066, - 31.437058698554697, - 30.561606259235354, - 30.083611926917794, - 30.0977746631182, - 30.61425633864852, - 31.502131421217015, - 32.277837725452294 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55.3125, -65.46875 -55.15625, -65.3125 -55.15625, -65.3125 -55.3125, -65.46875 -55.3125))", @@ -374405,68 +269975,7 @@ "id": "6379", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 25427.73082151894, - "wind resistance": [ - 4205.8378188462375, - 830.9645820898149, - -2836.581757693115, - -4740.121098954438, - -4496.221737995595, - -1962.859896484555, - 1844.1939436579414, - 4781.35309025093 - ], - "relative wind speed": [ - 8.060277937177098, - 7.622043572920926, - 7.020980535224664, - 6.612085006221708, - 6.681131327769135, - 7.177050091502555, - 7.766043301929138, - 8.117014729193247 - ], - "relative wind angle": [ - 0.046438267521368815, - 0.09892952530832808, - 0.09850323746329316, - 0.033832140902213245, - 0.056033428895602574, - 0.10508539050483878, - 0.08902659340340675, - 0.027557745991396234 - ], - "resistance": [ - 29633.568640365178, - 26258.695403608755, - 22591.149063825826, - 20687.609722564503, - 20931.509083523346, - 23464.870925034385, - 27271.924765176882, - 30209.08391176987 - ], - "fuel": [ - 33.56192436746607, - 32.68602298039066, - 31.78221671070053, - 31.332851299455946, - 31.38967510940016, - 31.99298945864749, - 32.94454053940571, - 33.715521264888196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -55.15625, -65.3125 -55, -65.15625 -55, -65.15625 -55.15625, -65.3125 -55.15625))", @@ -374498,9 +270007,9 @@ ], "ice resistance": 10911.483419929042, "wind resistance": [ - 3618.553775029399, + 3618.5537750293515, 124.2204697932284, - -3273.3711685432027, + -3273.3711685432136, -4665.5987552399965, -4114.29017603755, -1291.2409097856325, @@ -374508,9 +270017,9 @@ 4921.456020087389 ], "relative wind speed": [ - 7.988783512403356, + 7.988783512403354, 7.512578647298827, - 6.933953399017297, + 6.933953399017296, 6.606053387390105, 6.761677963978481, 7.287119661755911, @@ -374518,19 +270027,19 @@ 8.117943676791038 ], "relative wind angle": [ - 0.05691883208515908, - 0.1008066201439593, - 0.08877147733119767, + 0.05691883208516299, + 0.10080662014395929, + 0.08877147733119892, 0.01715520540247795, - 0.06726283244129788, + 0.0672628324412979, 0.10393662318169834, 0.07849268757247198, 0.013959979202619046 ], "resistance": [ - 14530.03719495844, + 14530.037194958393, 11035.70388972227, - 7638.112251385839, + 7638.112251385828, 6245.884664689045, 6797.193243891492, 9620.24251014341, @@ -374538,7 +270047,7 @@ 15832.939440016431 ], "fuel": [ - 29.971593838686807, + 29.971593838686797, 29.261849763745367, 28.61532108848275, 28.362800642801073, @@ -374578,9 +270087,9 @@ ], "ice resistance": 17395.60825841763, "wind resistance": [ - 3411.35086998294, + 3411.3508699829, -13.308638358885219, - -3273.3908763497784, + -3273.3908763497893, -4534.291684590418, -3942.1427142695247, -1139.3428904347602, @@ -374588,9 +270097,9 @@ 4812.073574626527 ], "relative wind speed": [ - 7.958868043133672, + 7.958868043133671, 7.487552494945145, - 6.928649738302269, + 6.928649738302267, 6.625077042930264, 6.79191142337609, 7.308228167376943, @@ -374598,19 +270107,19 @@ 8.098271141807949 ], "relative wind angle": [ - 0.05747381721501672, - 0.09854306706313724, - 0.08447613245909714, - 0.013601783003082131, + 0.05747381721502059, + 0.09854306706313726, + 0.08447613245909713, + 0.01360178300308213, 0.067362579797739, 0.10096920041731423, - 0.0746357046699709, + 0.07463570466997091, 0.011127306027364597 ], "resistance": [ - 20806.95912840057, + 20806.95912840053, 17382.299620058744, - 14122.21738206785, + 14122.21738206784, 12861.316573827211, 13453.465544148105, 16256.265367982869, @@ -374618,9 +270127,9 @@ 22207.681833044157 ], "fuel": [ - 31.36062973436774, + 31.360629734367727, 30.584604542769547, - 29.886418467015183, + 29.886418467015176, 29.62698723099669, 29.748085533141897, 30.338979817651236, @@ -374645,68 +270154,7 @@ "id": "6382", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23287.029698484606, - "wind resistance": [ - 3621.2731611284653, - 181.5704066510698, - -3197.377092842562, - -4616.778014621006, - -4099.753874173839, - -1337.5992316003103, - 2337.3837277781895, - 4843.336064109957 - ], - "relative wind speed": [ - 7.98694113869064, - 7.5198262486680605, - 6.946630654648584, - 6.616064228830819, - 6.761950188788932, - 7.277871412605093, - 7.826846213927305, - 8.108199135970754 - ], - "relative wind angle": [ - 0.055323433310501866, - 0.09939062332854355, - 0.08844651294573547, - 0.018380168371070916, - 0.06535898897282412, - 0.10270636973423365, - 0.07847794509913633, - 0.014997422247497567 - ], - "resistance": [ - 26908.30285961307, - 23468.600105135676, - 20089.652605642044, - 18670.2516838636, - 19187.275824310767, - 21949.430466884296, - 25624.413426262796, - 28130.365762594563 - ], - "fuel": [ - 32.85132577274673, - 31.99389515730531, - 31.194475491465674, - 30.871333364896778, - 30.988171530498022, - 31.629220724746993, - 32.5261351096927, - 33.166554393954414 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -55.3125, -65.15625 -55.15625, -65 -55.15625, -65 -55.3125, -65.15625 -55.3125))", @@ -374725,68 +270173,7 @@ "id": "6383", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 19700.648467922012, - "wind resistance": [ - 2948.571849619715, - -489.3547029244146, - -3502.419762939022, - -4388.675470568105, - -3602.3393060474373, - -657.6337071426206, - 2806.4430641374565, - 4811.772494709709 - ], - "relative wind speed": [ - 7.8984631478190455, - 7.410018657633598, - 6.878585049032312, - 6.637282881795285, - 6.858180556105931, - 7.383223153279803, - 7.8806997380203585, - 8.084975979224197 - ], - "relative wind angle": [ - 0.0636399198326766, - 0.0978410418434145, - 0.07586698017548765, - 0.0020282970093914625, - 0.07330931906343446, - 0.09819727433636692, - 0.06620453371124112, - 0.0016651104523948044 - ], - "resistance": [ - 22649.220317541727, - 19211.293764997597, - 16198.22870498299, - 15311.972997353907, - 16098.309161874575, - 19043.01476077939, - 22507.09153205947, - 24512.42096263172 - ], - "fuel": [ - 31.796137434526532, - 30.993623330504562, - 30.326447986537005, - 30.136636224798163, - 30.30490176802364, - 30.9554710722662, - 31.762088836374204, - 32.24944027998407 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -55.46875, -65.625 -55.3125, -65.46875 -55.3125, -65.46875 -55.46875, -65.625 -55.46875))", @@ -374805,68 +270192,7 @@ "id": "6384", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 29989.826798762442, - "wind resistance": [ - 4554.355441090265, - 1135.33748382482, - -2732.8780665411323, - -4884.062563770858, - -4752.715659703954, - -2263.8373821085333, - 1679.4631179374192, - 4863.920487493051 - ], - "relative wind speed": [ - 8.106920979663977, - 7.672255175706948, - 7.046773705756239, - 6.595131486550081, - 6.632412925812316, - 7.130748173076663, - 7.749454776231725, - 8.137279008619155 - ], - "relative wind angle": [ - 0.04356994850408156, - 0.10074136378367643, - 0.10493692162349351, - 0.04129050137366339, - 0.053264688536356686, - 0.10842067641392716, - 0.09539134905534212, - 0.03346201160465801 - ], - "resistance": [ - 34544.18223985271, - 31125.164282587262, - 27256.94873222131, - 25105.764234991584, - 25237.11113905849, - 27725.98941665391, - 31669.28991669986, - 34853.74728625549 - ], - "fuel": [ - 34.9121045937804, - 33.9625524367038, - 32.9406917069539, - 32.396508131225715, - 32.42924126606894, - 33.06163115637905, - 34.11076016505489, - 35.00022652363384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55.46875, -65.46875 -55.3125, -65.3125 -55.3125, -65.3125 -55.46875, -65.46875 -55.46875))", @@ -374898,19 +270224,19 @@ ], "ice resistance": 36457.72303286651, "wind resistance": [ - 4259.845981557468, + 4259.845981557421, 787.652043153932, - -2944.5467494268123, + -2944.546749426827, -4846.078398673315, - -4565.145155310631, + -4565.145155310645, -1939.5379958116282, - 1953.314142527066, + 1953.3141425270805, 4922.427147229082 ], "relative wind speed": [ 8.071136542253704, 7.618779582979657, - 7.004617029248034, + 7.004617029248033, 6.5924842658012945, 6.67210656254822, 7.184319642921967, @@ -374918,31 +270244,31 @@ 8.136301510567591 ], "relative wind angle": [ - 0.04853963914780055, + 0.04853963914780513, 0.10153603498713304, - 0.10017481300493349, - 0.03313821133869594, - 0.05872829426120554, - 0.10769942268375901, - 0.09011223093242383, + 0.10017481300493461, + 0.03313821133869595, + 0.05872829426120744, + 0.107699422683759, + 0.0901122309324226, 0.026848734521880333 ], "resistance": [ - 40717.56901442398, + 40717.569014423934, 37245.37507602044, - 33513.176283439694, + 33513.17628343968, 31611.644634193195, - 31892.57787755588, + 31892.577877555865, 34518.18503705488, - 38411.037175393576, + 38411.03717539359, 41380.15018009559 ], "fuel": [ - 36.73679396632677, + 36.73679396632676, 35.693055570339816, 34.62118612695434, 34.095006696175226, - 34.17189765109813, + 34.17189765109812, 34.90472036459303, 36.03845028387245, 36.94106240819139 @@ -374965,68 +270291,7 @@ "id": "6386", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 40433.856641528175, - "wind resistance": [ - 3928.564922442547, - -67.2733160288044, - -3813.8806793629883, - -5217.241362907804, - -4482.309362689699, - -1190.4921065266608, - 2976.4161884034875, - 5661.204320004632 - ], - "relative wind speed": [ - 8.049437927843767, - 7.50042378965129, - 6.851415941685871, - 6.504334205741706, - 6.713060468999107, - 7.321357441778215, - 7.932006770588448, - 8.21901869779274 - ], - "relative wind angle": [ - 0.0674522406244141, - 0.11456497696576133, - 0.09794891230398463, - 0.013858675214669604, - 0.08090696600237265, - 0.11737979969356588, - 0.08457072124270017, - 0.010967291855807077 - ], - "resistance": [ - 44362.421563970725, - 40366.58332549937, - 36619.97596216519, - 35216.615278620375, - 35951.54727883848, - 39243.364535001514, - 43410.272829931666, - 46095.06096153281 - ], - "fuel": [ - 37.88069645794262, - 36.629249779221524, - 35.50982899105955, - 35.10397584302346, - 35.31560484446391, - 36.288169346764114, - 37.577103473360474, - 38.44180391370626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55.625, -65.46875 -55.46875, -65.3125 -55.46875, -65.3125 -55.625, -65.46875 -55.625))", @@ -375045,68 +270310,7 @@ "id": "6387", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 44779.81783369623, - "wind resistance": [ - 2890.1283181243707, - -985.2615695553759, - -4125.398742825055, - -4875.250641182236, - -3676.67722680555, - -230.54654596486216, - 3528.912114252944, - 5300.312166621541 - ], - "relative wind speed": [ - 7.908576727119224, - 7.3444890189277015, - 6.771934556909244, - 6.559946243282861, - 6.864288856802831, - 7.464752401065271, - 7.987800054789662, - 8.162790738687253 - ], - "relative wind angle": [ - 0.07714235062694645, - 0.10934032108572247, - 0.07744667036098903, - 0.009220795452599979, - 0.088907237910237, - 0.10757187438506208, - 0.06563960987807549, - 0.00741016410330779 - ], - "resistance": [ - 47669.9461518206, - 43794.556264140854, - 40654.419090871175, - 39904.56719251399, - 41103.14060689068, - 44549.27128773137, - 48308.72994794918, - 50080.130000317775 - ], - "fuel": [ - 38.96151479534886, - 37.699226386198916, - 36.71741062057889, - 36.48838402676839, - 36.85546386876335, - 37.94066952267107, - 39.17494383307995, - 39.774743443721476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -55.46875, -65.3125 -55.3125, -65.15625 -55.3125, -65.15625 -55.46875, -65.3125 -55.46875))", @@ -375125,68 +270329,7 @@ "id": "6388", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 36807.12083093669, - "wind resistance": [ - 2934.577115705939, - -635.0621846817885, - -3688.6994132891377, - -4517.681545823867, - -3629.1305363457177, - -534.7803654294839, - 3019.3292709327106, - 4982.447939111837 - ], - "relative wind speed": [ - 7.901955176936541, - 7.390969817535635, - 6.846984699360446, - 6.613791903530833, - 6.859178112778755, - 7.406941687188754, - 7.912523019104669, - 8.108450940711629 - ], - "relative wind angle": [ - 0.0676447241461545, - 0.1012870210985902, - 0.07642420790813574, - 0.0012136740090987223, - 0.077948009571051, - 0.10106786451910664, - 0.06611635918805406, - 0.0009899531653851427 - ], - "resistance": [ - 39741.69794664263, - 36172.0586462549, - 33118.42141764755, - 32289.439285112825, - 33177.99029459097, - 36272.34046550721, - 39826.4501018694, - 41789.56877004853 - ], - "fuel": [ - 36.438915593513656, - 35.379494679045905, - 34.51084548286103, - 34.28101841230531, - 34.52745884040225, - 35.40860967244767, - 36.46464512965852, - 37.0680994426017 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -55.46875, -65.15625 -55.3125, -65 -55.3125, -65 -55.46875, -65.15625 -55.46875))", @@ -375205,68 +270348,7 @@ "id": "6389", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 41567.469785143585, - "wind resistance": [ - 1680.9838777895347, - -2009.4573072147396, - -4408.587496348078, - -4594.508888192337, - -2676.7027765817365, - 907.3579323082013, - 4144.800613365893, - 4583.793961767322 - ], - "relative wind speed": [ - 7.739139954486014, - 7.1646227155197115, - 6.691923549968109, - 6.6393705920976664, - 7.045596014138319, - 7.629081974511907, - 8.046916777930896, - 8.09033179606079 - ], - "relative wind angle": [ - 0.0877529157336143, - 0.10148420655752374, - 0.052062987593649274, - 0.035154700746336635, - 0.0964166587159422, - 0.09528645607858312, - 0.04329023957671074, - 0.028847937183566846 - ], - "resistance": [ - 43248.45366293312, - 39558.012477928845, - 37158.8822887955, - 36972.96089695125, - 38890.767008561845, - 42474.827717451786, - 45712.27039850948, - 46151.2637469109 - ], - "fuel": [ - 37.52584275117099, - 36.38324306427637, - 35.66762858630628, - 35.61306600250177, - 36.18206654359746, - 37.28212164664539, - 38.316877565982416, - 38.46019198547409 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -55.625, -65.3125 -55.46875, -65.15625 -55.46875, -65.15625 -55.625, -65.3125 -55.625))", @@ -375285,68 +270367,7 @@ "id": "6390", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 44608.75949902414, - "wind resistance": [ - 2022.4927727928953, - -1619.246650179055, - -4193.359922958076, - -4560.642716332204, - -2939.9736249078996, - 491.507515789679, - 3805.547327041313, - 4673.4743170232 - ], - "relative wind speed": [ - 7.783237390038449, - 7.229101772579908, - 6.7377661629254515, - 6.634111686438754, - 6.993831543843606, - 7.565219857680039, - 8.005933491298263, - 8.092034729609798 - ], - "relative wind angle": [ - 0.08167742396353986, - 0.10103568962956369, - 0.05883280531556671, - 0.025459353069066302, - 0.09092068004091551, - 0.09653241121363809, - 0.04950514697201638, - 0.020871661318909704 - ], - "resistance": [ - 46631.25227181704, - 42989.51284884509, - 40415.39957606606, - 40048.11678269194, - 41668.78587411624, - 45100.26701481382, - 48414.306826065455, - 49282.233816047345 - ], - "fuel": [ - 38.61771042945263, - 37.44401875344553, - 36.64417993631383, - 36.53206631989879, - 37.03055728645002, - 38.11827874783504, - 39.21036516099179, - 39.503129024311065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -55.625, -65.15625 -55.46875, -65 -55.46875, -65 -55.625, -65.15625 -55.625))", @@ -375365,68 +270386,7 @@ "id": "6391", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 54382.95465128152, - "wind resistance": [ - 1229.529392864195, - -2366.381770991, - -4474.076664472141, - -4450.808183189718, - -2282.8237357491853, - 1326.4024609089174, - 4346.083798155974, - 4291.132049424734 - ], - "relative wind speed": [ - 7.6737768633846475, - 7.09974952058887, - 6.668726761662705, - 6.675300492444801, - 7.1146481411185984, - 7.687563090202119, - 8.064313541723404, - 8.058872927184423 - ], - "relative wind angle": [ - 0.09112500354383178, - 0.09767235944630853, - 0.042122634650021994, - 0.04423805163880903, - 0.09830867833166956, - 0.09018288313365269, - 0.0348297550672757, - 0.036639371518621275 - ], - "resistance": [ - 55612.48404414572, - 52016.57288029052, - 49908.877986809384, - 49932.1464680918, - 52100.13091553234, - 55709.35711219044, - 58729.038449437496, - 58674.086700706255 - ], - "fuel": [ - 41.72318771095004, - 40.443785494920554, - 39.716247331830516, - 39.724188952728205, - 40.47296887358142, - 41.75832009719686, - 42.870959570589854, - 42.85040879828144 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -55.78125, -65.625 -55.625, -65.46875 -55.625, -65.46875 -55.78125, -65.625 -55.78125))", @@ -375445,68 +270405,7 @@ "id": "6392", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 50140.99232816694, - "wind resistance": [ - 3820.156222976515, - -81.36727465630247, - -3735.8168343651523, - -5098.023524336073, - -4377.854330365804, - -1160.6001733114572, - 2905.8153315314266, - 5519.041664013075 - ], - "relative wind speed": [ - 8.031526891314956, - 7.4945395842729114, - 6.861797286734603, - 6.524955355435603, - 6.7291830434944515, - 7.322513575169044, - 7.918526796982515, - 8.198309962933871 - ], - "relative wind angle": [ - 0.06609402579865094, - 0.11187932570903536, - 0.09529031486430936, - 0.013267449335321445, - 0.07891009082618504, - 0.11451909521800634, - 0.0825425876664152, - 0.010559320638538426 - ], - "resistance": [ - 53961.14855114346, - 50059.62505351064, - 46405.175493801784, - 45042.96880383087, - 45763.13799780114, - 48980.39215485548, - 53046.80765969837, - 55660.03399218002 - ], - "fuel": [ - 41.12967867920939, - 39.76773363106592, - 38.543411725351206, - 38.099756480756014, - 38.33344714551286, - 39.40099572334972, - 40.805418619451075, - 41.740428007635785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55.78125, -65.46875 -55.625, -65.3125 -55.625, -65.3125 -55.78125, -65.46875 -55.78125))", @@ -375525,68 +270424,7 @@ "id": "6393", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 41354.960357915086, - "wind resistance": [ - 3301.8581750111152, - -496.75013234447033, - -3834.061904480539, - -4833.552639972713, - -3967.803284117257, - -721.693090550445, - 3111.4706553531214, - 5348.582574554886 - ], - "relative wind speed": [ - 7.959662562467821, - 7.422509833936929, - 6.831954391839395, - 6.559973642849087, - 6.804428677893808, - 7.3866653847324795, - 7.936049201505863, - 8.16230503877555 - ], - "relative wind angle": [ - 0.06962749240432399, - 0.10814832623471803, - 0.08488866193788187, - 0.0027481948612762958, - 0.08147293253006307, - 0.10867519632362198, - 0.07305584370422145, - 0.002208699348344925 - ], - "resistance": [ - 44656.818532926205, - 40858.21022557061, - 37520.89845343455, - 36521.40771794238, - 37387.15707379783, - 40633.267267364645, - 44466.43101326821, - 46703.54293246997 - ], - "fuel": [ - 37.97524781664501, - 36.780015945947824, - 35.774238981368946, - 35.48108368386169, - 35.73479658698486, - 36.710921561192464, - 37.91406428957881, - 38.64150842810675 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -55.9375, -65.625 -55.78125, -65.46875 -55.78125, -65.46875 -55.9375, -65.625 -55.9375))", @@ -375605,68 +270443,7 @@ "id": "6394", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 40256.80226969117, - "wind resistance": [ - 3544.8437798150335, - -414.58157270063384, - -3941.6458934065486, - -5058.725853854547, - -4191.303685572078, - -834.2295178752684, - 3189.298200377427, - 5592.863896078277 - ], - "relative wind speed": [ - 7.9980369190506995, - 7.442156539925988, - 6.820006592411762, - 6.522789664953975, - 6.7684293150750285, - 7.375265146888067, - 7.954102088301679, - 8.199600291382174 - ], - "relative wind angle": [ - 0.07120834382260495, - 0.1128970989927387, - 0.09054159645874003, - 0.005160689410147965, - 0.08417289443442451, - 0.1139254737900321, - 0.07760402492649873, - 0.004105326538955662 - ], - "resistance": [ - 43801.646049506206, - 39842.22069699054, - 36315.15637628462, - 35198.07641583662, - 36065.498584119094, - 39422.572751815904, - 43446.1004700686, - 45849.66616576945 - ], - "fuel": [ - 37.7014846388923, - 36.46943580515403, - 35.42105188877656, - 35.09866343169542, - 35.34859792052537, - 36.3422735694222, - 37.58846604970375, - 38.36165489509498 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -55.9375, -65.46875 -55.78125, -65.3125 -55.78125, -65.3125 -55.9375, -65.46875 -55.9375))", @@ -375685,68 +270462,7 @@ "id": "6395", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 31748.399050903947, - "wind resistance": [ - 3674.6733018840496, - -10.131247138921026, - -3507.6877570232245, - -4856.212700093522, - -4211.057890433076, - -1193.328495761576, - 2673.464394888979, - 5198.246556836144 - ], - "relative wind speed": [ - 8.00379533279804, - 7.497930250901561, - 6.896342612081678, - 6.569250997869276, - 6.751710602254552, - 7.309403377740993, - 7.87951739402247, - 8.154218363087274 - ], - "relative wind angle": [ - 0.0616821124522032, - 0.10590036026553067, - 0.0911100529474332, - 0.014432635251056584, - 0.0731397110452978, - 0.1086424420134117, - 0.07971582656081026, - 0.011627165721834629 - ], - "resistance": [ - 35423.072352787996, - 31738.267803765026, - 28240.711293880722, - 26892.186350810425, - 27537.34116047087, - 30555.07055514237, - 34421.86344579293, - 36946.645607740094 - ], - "fuel": [ - 35.163223658517595, - 34.1296268909406, - 33.19529134167192, - 32.84720567932157, - 33.01289087245858, - 33.80845339915195, - 34.87738316076581, - 35.6053536127607 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -55.78125, -65.3125 -55.625, -65.15625 -55.625, -65.15625 -55.78125, -65.3125 -55.78125))", @@ -375765,68 +270481,7 @@ "id": "6396", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 43388.636935252944, - "wind resistance": [ - 2328.6275623715774, - -1324.437009860023, - -4073.7744476047083, - -4590.777118376278, - -3184.895134534563, - 172.11915484692872, - 3593.2582040290035, - 4815.455831233343 - ], - "relative wind speed": [ - 7.82477507575939, - 7.279246212290136, - 6.76614365451747, - 6.620311973535598, - 6.947983286878695, - 7.517589462176737, - 7.982535736681922, - 8.103890800969138 - ], - "relative wind angle": [ - 0.07794549033758577, - 0.1020956025639184, - 0.06506082613032, - 0.018093110501052084, - 0.0878056459512431, - 0.0988479284397637, - 0.0551357829724306, - 0.014780537526881599 - ], - "resistance": [ - 45717.26449762452, - 42064.199925392924, - 39314.862487648235, - 38797.85981687666, - 40203.74180071838, - 43560.75609009987, - 46981.89513928194, - 48204.09276648628 - ], - "fuel": [ - 38.31850391442061, - 37.15366328506064, - 36.309740754153395, - 36.154186142167966, - 36.579509802800004, - 37.62486066945331, - 38.733323231471864, - 39.13987870039695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -55.78125, -65.15625 -55.625, -65 -55.625, -65 -55.78125, -65.15625 -55.78125))", @@ -375858,9 +270513,9 @@ ], "ice resistance": 46007.75260428523, "wind resistance": [ - 1220.0377074508324, + 1220.0377074508142, -2268.5693455567634, - -4332.003537060627, + -4332.003537060631, -4326.709656192503, -2249.5191080715085, 1242.1186709361355, @@ -375868,9 +270523,9 @@ 4168.7993102342225 ], "relative wind speed": [ - 7.66803329093811, + 7.668033290938109, 7.112471718073762, - 6.692906249024529, + 6.692906249024528, 6.694399314846452, 7.115863233019082, 7.671179189770553, @@ -375878,17 +270533,17 @@ 8.038610695596054 ], "relative wind angle": [ - 0.08800510354689542, - 0.09470746586305082, + 0.08800510354689668, + 0.09470746586305083, 0.041435023647367654, 0.04191582619554557, 0.09485384817040471, 0.08779124928912568, - 0.034490223470234636, - 0.034903554247678166 + 0.03449022347023464, + 0.03490355424767816 ], "resistance": [ - 47227.79031173607, + 47227.79031173605, 43739.18325872847, 41675.749067224606, 41681.04294809273, @@ -375898,7 +270553,7 @@ 50176.551914519456 ], "fuel": [ - 38.814671883728145, + 38.81467188372814, 37.68159530024067, 37.032720135584476, 37.03436459755828, @@ -375925,68 +270580,7 @@ "id": "6398", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 35972.3012147301, - "wind resistance": [ - 3301.5807249428726, - -119.38243790431079, - -3318.6162605161553, - -4494.314578532158, - -3860.318739624985, - -1031.5572956043725, - 2530.9734202682375, - 4801.899964579105 - ], - "relative wind speed": [ - 7.9443121986172756, - 7.470096909553151, - 6.918318945562053, - 6.629113508433712, - 6.80760461008913, - 7.324836448569379, - 7.84808510427118, - 8.093851427392751 - ], - "relative wind angle": [ - 0.05872704296109449, - 0.09820272040384018, - 0.08241089347171664, - 0.011010576005535594, - 0.0685473399510207, - 0.10015667430745129, - 0.07262927070143589, - 0.009017940752325261 - ], - "resistance": [ - 39273.88193967297, - 35852.91877682578, - 32653.684954213943, - 31477.98663619794, - 32111.982475105113, - 34940.74391912573, - 38503.274634998335, - 40774.2011793092 - ], - "fuel": [ - 36.29737432372164, - 35.28708728964259, - 34.38168696361302, - 34.05852782553977, - 34.2321525610561, - 35.02505549376381, - 36.065996826071796, - 36.75418936095785 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -55.9375, -65.15625 -55.78125, -65 -55.78125, -65 -55.9375, -65.15625 -55.9375))", @@ -376018,49 +270612,49 @@ ], "ice resistance": 39708.35256670517, "wind resistance": [ - 2334.464520405367, + 2334.4645204053268, -1046.7937381757656, - -3700.235449191132, + -3700.23544919115, -4272.338713998954, - -3116.7220071973024, + -3116.722007197306, -63.528790935946745, - 3164.240278660065, + 3164.2402786600833, 4519.532924421113 ], "relative wind speed": [ - 7.814450709312498, + 7.8144507093124975, 7.31538863874674, - 6.82950011053719, + 6.8295001105371895, 6.66881836140252, - 6.948283417618081, + 6.948283417618082, 7.471905473432872, 7.918472742896418, 8.054262474146322 ], "relative wind angle": [ - 0.06985546613652152, + 0.06985546613652471, 0.09484137890950292, - 0.06363104552818144, - 0.011787106924552123, - 0.07858055731558042, + 0.06363104552818319, + 0.011787106924552121, + 0.07858055731558185, 0.09284890996073825, - 0.05487081253606261, + 0.05487081253606058, 0.009759491073982598 ], "resistance": [ - 42042.81708711054, + 42042.817087110496, 38661.55882852941, - 36008.11711751404, + 36008.11711751402, 35436.01385270622, - 36591.630559507874, + 36591.63055950787, 39644.823775769226, - 42872.59284536524, + 42872.59284536526, 44227.88549112629 ], "fuel": [ - 37.14699119162754, + 37.14699119162753, 36.11334187646225, - 35.33197784511802, + 35.33197784511801, 35.16694281538043, 35.50155896101697, 36.40953872338053, @@ -376085,68 +270679,7 @@ "id": "6400", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 45246.37901458345, - "wind resistance": [ - 3681.0816934281465, - -292.62051920200247, - -3898.333897283206, - -5116.79418768259, - -4295.593979191326, - -960.296962888824, - 3115.28440482077, - 5618.9274547292625 - ], - "relative wind speed": [ - 8.016383601882344, - 7.462726177297857, - 6.830827046068073, - 6.515905669321175, - 6.748698281709297, - 7.356293397679802, - 7.946517250769613, - 8.206723332645147 - ], - "relative wind angle": [ - 0.06990553828142909, - 0.11353095313372062, - 0.09319641025206736, - 0.00822093600826987, - 0.08306457005529305, - 0.11518079849625766, - 0.08008129125194693, - 0.006527162955997458 - ], - "resistance": [ - 48927.4607080116, - 44953.75849538145, - 41348.045117300244, - 40129.58482690086, - 40950.785035392124, - 44286.082051694626, - 48361.66341940422, - 50865.30646931271 - ], - "fuel": [ - 39.383120398960976, - 38.070942599826964, - 36.93112701592527, - 36.556891239139375, - 36.8085062857818, - 37.85623118306324, - 39.19269797126505, - 40.04434051859728 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -56.09375, -65.46875 -55.9375, -65.3125 -55.9375, -65.3125 -56.09375, -65.46875 -56.09375))", @@ -376165,68 +270698,7 @@ "id": "6401", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 46354.97104560071, - "wind resistance": [ - 3032.0974433010924, - -779.7733710738903, - -3974.8082533929373, - -4806.019450140131, - -3768.4272650178827, - -432.6180469230494, - 3325.870983360106, - 5290.955535624584 - ], - "relative wind speed": [ - 7.924717558427763, - 7.37622768605634, - 6.8011933410886884, - 6.566525917388748, - 6.843641107546508, - 7.43154338702329, - 7.961177119426783, - 8.155814451421485 - ], - "relative wind angle": [ - 0.07345326620877526, - 0.10794070440395363, - 0.0798106707559511, - 0.004236430014162193, - 0.08508268461867219, - 0.1071341623749714, - 0.06816226098531938, - 0.003410891503228523 - ], - "resistance": [ - 49387.0684889018, - 45575.19767452682, - 42380.162792207775, - 41548.951595460574, - 42586.543780582826, - 45922.352998677656, - 49680.84202896082, - 51645.92658122529 - ], - "fuel": [ - 39.538680954355755, - 38.272275513675446, - 37.252451583843715, - 36.993363629474395, - 37.317178806219154, - 38.38537197027111, - 39.63852441468711, - 40.31464723289784 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -56.25, -65.625 -56.09375, -65.46875 -56.09375, -65.46875 -56.25, -65.625 -56.25))", @@ -376245,68 +270717,7 @@ "id": "6402", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 58772.428295979415, - "wind resistance": [ - 3770.7051128895837, - 137.8027081432374, - -3392.419313765702, - -4840.437109999726, - -4265.726461216906, - -1331.424951128276, - 2527.6709865663943, - 5127.661000581222 - ], - "relative wind speed": [ - 8.014204730967856, - 7.520033976952117, - 6.9180346174715845, - 6.576004716016981, - 6.738578067568668, - 7.285945431313001, - 7.8598160839837625, - 8.148133149225503 - ], - "relative wind angle": [ - 0.05901322854671736, - 0.10473423255890149, - 0.09251898234601097, - 0.01790089194974453, - 0.07020147145243563, - 0.10811217995909639, - 0.0814069026926483, - 0.014446764133099373 - ], - "resistance": [ - 62543.133408869, - 58910.23100412265, - 55380.00898221371, - 53931.991185979685, - 54506.70183476251, - 57441.00334485114, - 61300.09928254581, - 63900.08929656063 - ], - "fuel": [ - 44.324804647310835, - 42.93880129688449, - 41.63901979795186, - 41.11929034902941, - 41.32463443946476, - 42.39221712549514, - 43.84504261465845, - 44.855100037115285 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -56.25, -65.46875 -56.09375, -65.3125 -56.09375, -65.3125 -56.25, -65.46875 -56.25))", @@ -376325,68 +270736,7 @@ "id": "6403", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 52238.546921263216, - "wind resistance": [ - 3393.306751784872, - -167.43012865937635, - -3467.7214324493216, - -4651.435530575487, - -3969.057628306815, - -1011.2181268689383, - 2679.9226949478543, - 5006.953793342902 - ], - "relative wind speed": [ - 7.961993120728172, - 7.467539684180909, - 6.895817950973567, - 6.600620423047391, - 6.793058506971037, - 7.333132304741105, - 7.8731615708484615, - 8.122240353775796 - ], - "relative wind angle": [ - 0.061609408421135575, - 0.10206372442492735, - 0.0850482017295189, - 0.010235844051799382, - 0.07222813169700373, - 0.10394113261521962, - 0.07446969314118454, - 0.008318212427244539 - ], - "resistance": [ - 55631.853673048085, - 52071.11679260384, - 48770.82548881389, - 47587.11139068773, - 48269.4892929564, - 51227.32879439428, - 54918.46961621107, - 57245.50071460612 - ], - "fuel": [ - 41.730209587383186, - 40.462832491623324, - 39.330284649014004, - 38.933949440041275, - 39.16178906015102, - 40.16941668587918, - 41.472514795074204, - 42.32009148231488 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -56.09375, -65.3125 -55.9375, -65.15625 -55.9375, -65.15625 -56.09375, -65.3125 -56.09375))", @@ -376405,68 +270755,7 @@ "id": "6404", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 29608.947001177086, - "wind resistance": [ - 3168.516816828276, - -373.06311374510915, - -3544.240562602914, - -4558.046112800326, - -3796.8815226668376, - -798.3551077625561, - 2809.0592702719114, - 4970.066759073372 - ], - "relative wind speed": [ - 7.931684859037266, - 7.433094542191936, - 6.877249686830954, - 6.61121550069445, - 6.825521794508188, - 7.365356610322661, - 7.886875757571614, - 8.111177600926066 - ], - "relative wind angle": [ - 0.06386963473816384, - 0.10107063281263946, - 0.08070051495636962, - 0.005149500325223621, - 0.07423824714599614, - 0.10200338460168762, - 0.07035142581699332, - 0.004197221111756328 - ], - "resistance": [ - 32777.46381800536, - 29235.883887431977, - 26064.706438574172, - 25050.90088837676, - 25812.06547851025, - 28810.59189341453, - 32418.006271448998, - 34579.013760250455 - ], - "fuel": [ - 34.41600878847739, - 33.456507996291535, - 32.636963921385174, - 32.38285457173193, - 32.57328193560204, - 33.344424823122495, - 34.31649479289855, - 34.92200205899869 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -56.09375, -65.15625 -55.9375, -65 -55.9375, -65 -56.09375, -65.15625 -56.09375))", @@ -376498,47 +270787,47 @@ ], "ice resistance": 28047.12918918837, "wind resistance": [ - 2344.623180154813, + 2344.623180154751, -947.5152174689756, - -3573.836187000601, + -3573.8361870006192, -4167.544508852054, -3099.4971116101697, -147.99414917363174, - 3019.0491816905305, + 3019.0491816905196, 4426.526490120432 ], "relative wind speed": [ - 7.8121922187328625, + 7.812192218732861, 7.3285569942102775, - 6.8509966713856185, + 6.850996671385618, 6.68448034415813, 6.947402750325584, 7.455803418832433, - 7.89687259909421, + 7.896872599094211, 8.038312930349587 ], "relative wind angle": [ - 0.06710560755432686, + 0.06710560755433183, 0.09250229870763625, - 0.06331659953131669, + 0.06331659953131843, 0.009558359925785551, 0.07547370101194356, - 0.09091918123718172, - 0.05492174716242356, - 0.00794847992045551 + 0.09091918123718173, + 0.05492174716242559, + 0.007948479920455512 ], "resistance": [ - 30391.752369343183, + 30391.75236934312, 27099.613971719395, - 24473.29300218777, + 24473.29300218775, 23879.584680336317, 24947.6320775782, 27899.13504001474, - 31066.1783708789, + 31066.17837087889, 32473.655679308802 ], "fuel": [ - 33.7645305717746, + 33.764530571774586, 32.90030719742155, 32.23978794876896, 32.094027284520166, @@ -376578,53 +270867,53 @@ ], "ice resistance": 28111.369266403584, "wind resistance": [ - 3600.0654095456703, + 3600.0654095456084, 101.84949966404383, - -3287.209182266608, - -4663.110736015002, + -3287.2091822666152, + -4663.110736015038, -4102.0149680160575, -1269.6534730273233, - 2440.6617668635663, + 2440.6617668635517, 4926.167894504502 ], "relative wind speed": [ - 7.986525390874572, + 7.986525390874571, 7.509088834144669, - 6.931182211466747, - 6.605881165192442, + 6.931182211466746, + 6.605881165192443, 6.764254124975715, 7.2906314244555706, 7.842093778945911, 8.118008112689404 ], "relative wind angle": [ - 0.057257022743588175, - 0.10086872857000695, - 0.08845819539545598, - 0.016622862726930664, + 0.057257022743594, + 0.10086872857000696, + 0.08845819539545596, + 0.016622862726937342, 0.06761770015618129, - 0.10390193476744111, - 0.07816082104005058, + 0.1039019347674411, + 0.07816082104005198, 0.013526341151972968 ], "resistance": [ - 31711.434675949255, + 31711.434675949193, 28213.218766067628, - 24824.160084136976, - 23448.258530388583, + 24824.16008413697, + 23448.258530388546, 24009.354298387527, 26841.71579337626, - 30552.03103326715, + 30552.031033267136, 33037.53716090809 ], "fuel": [ - 34.12228543095068, + 34.12228543095066, 33.188127309141706, 32.32654554807165, - 31.98895546765116, + 31.988955467651145, 32.125774864809124, 32.83430942221494, - 33.80763504310473, + 33.807635043104725, 34.48830854620725 ] }, @@ -376658,9 +270947,9 @@ ], "ice resistance": 25820.884117035508, "wind resistance": [ - 3225.183324792273, + 3225.1833247922295, 13.998885500252072, - -3066.173396711991, + -3066.1733967120126, -4277.686968102786, -3740.004607152605, -1121.4815556508365, @@ -376668,7 +270957,7 @@ 4498.718390697413 ], "relative wind speed": [ - 7.925836412701554, + 7.925836412701553, 7.483924974472732, 6.958201680547356, 6.669993682938417, @@ -376678,19 +270967,19 @@ 8.053369542783464 ], "relative wind angle": [ - 0.053641551254533223, - 0.09256235950947633, - 0.07960447622033391, - 0.013609204823200988, + 0.05364155125453737, + 0.09256235950947632, + 0.0796044762203367, + 0.01360920482320099, 0.06234022689229675, 0.09485997420000011, 0.07094602473171163, 0.011271360355834805 ], "resistance": [ - 29046.06744182778, + 29046.067441827738, 25834.88300253576, - 22754.710720323517, + 22754.710720323495, 21543.197148932722, 22080.879509882903, 24699.40256138467, @@ -376698,9 +270987,9 @@ 30319.60250773292 ], "fuel": [ - 33.406399842001015, + 33.406399842001, 32.579023682016285, - 31.821457482953285, + 31.821457482953278, 31.533160247947883, 31.660435487206662, 32.295644735834706, @@ -376725,68 +271014,7 @@ "id": "6408", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 17584.957241754517, - "wind resistance": [ - 4323.379090846927, - 1888.2342619008123, - -1486.48965435856, - -3887.943527163625, - -4241.447435688107, - -2763.892017995422, - 408.2228550783766, - 3486.4863394692293 - ], - "relative wind speed": [ - 8.038570979249506, - 7.754184481295183, - 7.241334078274887, - 6.7861783073727056, - 6.686803412666369, - 7.01459808528756, - 7.54288035400892, - 7.954856833948871 - ], - "relative wind angle": [ - 0.018836288833888527, - 0.07552594443677872, - 0.09349296778453174, - 0.054691667214185835, - 0.02264472608973895, - 0.08350671668223611, - 0.08974506450137133, - 0.04665036703760696 - ], - "resistance": [ - 21908.336332601444, - 19473.19150365533, - 16098.467587395957, - 13697.013714590892, - 13343.50980606641, - 14821.065223759095, - 17993.180096832893, - 21071.443581223746 - ], - "fuel": [ - 31.619475430856312, - 31.053210462705714, - 30.30493590081347, - 29.798271389475104, - 29.725500227281213, - 30.0327550164534, - 30.719831563742094, - 31.42237705887545 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.03125, -66.40625 -56.875, -66.25 -56.875, -66.25 -57.03125, -66.40625 -57.03125))", @@ -376805,68 +271033,7 @@ "id": "6409", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 17395.934831296443, - "wind resistance": [ - 4390.187289479472, - 2266.882770362201, - -1022.2691546346141, - -3604.244502123969, - -4160.556362347197, - -3038.318497932756, - -68.31723124205382, - 3071.5088198029225 - ], - "relative wind speed": [ - 8.035202985305398, - 7.801655089406911, - 7.315977610542567, - 6.843874772263172, - 6.6878270162799245, - 6.958857311417992, - 7.467796784647014, - 7.902714427101875 - ], - "relative wind angle": [ - 0.00948675972167769, - 0.0680246494427106, - 0.09222011705834052, - 0.06177251517830811, - 0.011398103898897961, - 0.07627836353296019, - 0.09034012543611117, - 0.05348745259565129 - ], - "resistance": [ - 21786.122120775915, - 19662.817601658644, - 16373.665676661829, - 13791.690329172474, - 13235.378468949246, - 14357.616333363687, - 17327.61760005439, - 20467.443651099366 - ], - "fuel": [ - 31.590529999453448, - 31.096513606772326, - 30.36436833467036, - 29.817840154847104, - 29.70333353492572, - 29.935507295670202, - 30.572567617828106, - 31.281746977033627 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -57.1875, -66.5625 -57.03125, -66.40625 -57.03125, -66.40625 -57.1875, -66.5625 -57.1875))", @@ -376885,68 +271052,7 @@ "id": "6410", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 17633.14897889247, - "wind resistance": [ - 4443.437992713567, - 2118.645060348259, - -1276.7957228624873, - -3815.085419215, - -4278.503733738024, - -2951.8740468096767, - 177.9199870130251, - 3346.124427854782 - ], - "relative wind speed": [ - 8.049817508376007, - 7.786076297228165, - 7.277418522185066, - 6.804517782586364, - 6.674269359279088, - 6.980146795885481, - 7.50896884074813, - 7.940023371806567 - ], - "relative wind angle": [ - 0.01444550801799824, - 0.07309454477998972, - 0.09466117650377803, - 0.059432104823859855, - 0.0174229621422067, - 0.0815518412527463, - 0.09173380953506186, - 0.05092472752992318 - ], - "resistance": [ - 22076.586971606037, - 19751.79403924073, - 16356.353256029983, - 13818.06355967747, - 13354.645245154446, - 14681.274932082793, - 17811.068965905495, - 20979.273406747252 - ], - "fuel": [ - 31.6594151370499, - 31.116878446905922, - 30.36062119659625, - 29.823297193108942, - 29.72778543936708, - 30.003337965720327, - 30.679373416449856, - 31.40082918739583 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.1875, -66.40625 -57.03125, -66.25 -57.03125, -66.25 -57.1875, -66.40625 -57.1875))", @@ -376978,11 +271084,11 @@ ], "ice resistance": 12164.512855243007, "wind resistance": [ - 4162.478259671261, + 4162.478259671087, 1830.0483753499393, - -1419.941042698818, - -3742.856597938484, - -4091.7783056644803, + -1419.9410426988252, + -3742.8565979384766, + -4091.778305664451, -2683.686679962211, 366.1938384491041, 3335.7119765608513 @@ -376990,39 +271096,39 @@ "relative wind speed": [ 8.01376692996044, 7.741232376136487, - 7.247798127523221, - 6.809162434187783, - 6.711252966039716, + 7.24779812752322, + 6.809162434187782, + 6.711252966039715, 7.023866319952329, 7.531985069327696, 7.930742949229306 ], "relative wind angle": [ - 0.01780142218630624, + 0.017801422186324946, 0.07259268094243038, - 0.08999427012295051, - 0.052854503471549685, - 0.0212567844019886, + 0.08999427012295053, + 0.05285450347154758, + 0.021256784401983374, 0.08002188956662767, - 0.08659004453371409, + 0.0865900445337141, 0.045374162701527936 ], "resistance": [ - 16326.991114914268, + 16326.991114914093, 13994.561230592946, - 10744.571812544189, - 8421.656257304523, - 8072.734549578527, + 10744.571812544182, + 8421.65625730453, + 8072.734549578556, 9480.826175280796, 12530.706693692111, 15500.224831803858 ], "fuel": [ - 30.354268540526878, + 30.354268540526835, 29.859883969402873, 29.20476751930375, 28.76061113509406, - 28.695629557472444, + 28.69562955747245, 28.96064088038019, 29.559942963711542, 30.176710151299396 @@ -377045,68 +271151,7 @@ "id": "6412", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23653.461163739812, - "wind resistance": [ - 4114.4805017510735, - 1702.7867446218115, - -1552.3260522686796, - -3805.319446639998, - -4090.14554093434, - -2583.429749760391, - 508.3611669119491, - 3439.7357295105467 - ], - "relative wind speed": [ - 8.01060499604104, - 7.724204754879711, - 7.225651816472782, - 6.795288567570115, - 6.715336118133752, - 7.042882399046787, - 7.553508284844398, - 7.942895244528928 - ], - "relative wind angle": [ - 0.020544474280146066, - 0.07443559525955717, - 0.08977300204811456, - 0.050305915149535606, - 0.024507867271332837, - 0.08165176332122367, - 0.08586662250932972, - 0.04303273785473771 - ], - "resistance": [ - 27767.941665490885, - 25356.247908361624, - 22101.135111471132, - 19848.141717099814, - 19563.315622805472, - 21070.03141397942, - 24161.82233065176, - 27093.19689325036 - ], - "fuel": [ - 33.07248818765462, - 32.458987018559554, - 31.66525123398475, - 31.13896362998414, - 31.073774583246877, - 31.422046678935384, - 32.16315557720987, - 32.89866202398469 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.34375, -66.40625 -57.1875, -66.25 -57.1875, -66.25 -57.34375, -66.40625 -57.34375))", @@ -377138,47 +271183,47 @@ ], "ice resistance": 15327.954802538292, "wind resistance": [ - 3996.285615049095, + 3996.2856150490297, 1677.9339664850959, -1478.3818552766352, -3680.931498208407, -3972.61159967216, -2536.2903143986514, - 452.6814310335649, + 452.68143103357943, 3304.801859771276 ], "relative wind speed": [ - 7.991634984707839, + 7.991634984707838, 7.716810532188226, - 7.234373407230681, + 7.234373407230679, 6.81560652830669, 6.733850157286995, 7.047113088343994, - 7.5415389062414775, + 7.541538906241477, 7.922024698327037 ], "relative wind angle": [ - 0.019289204598412837, + 0.019289204598418593, 0.07182554229982983, - 0.08706028624952877, + 0.0870602862495275, 0.049288779908279665, 0.022892726173335067, 0.07866472640540718, - 0.08350589450587191, - 0.04240046934196926 + 0.08350589450586925, + 0.042400469341969255 ], "resistance": [ - 19324.24041758739, + 19324.240417587323, 17005.88876902339, 13849.572947261657, 11647.023304329885, 11355.343202866132, 12791.66448813964, - 15780.636233571857, + 15780.636233571871, 18632.75666230957 ], "fuel": [ - 31.01928972077521, + 31.0192897207752, 30.501972105986972, 29.829820376763784, 29.382737540374123, @@ -377205,68 +271250,7 @@ "id": "6414", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 33467.932143108446, - "wind resistance": [ - 3691.070347809622, - 1546.7085089135435, - -1379.3054921453222, - -3422.15687224286, - -3692.8720584132097, - -2365.290583753962, - 405.20267544404123, - 3048.2520009813015 - ], - "relative wind speed": [ - 7.9450861597488585, - 7.689637748593979, - 7.2423066063712325, - 6.855552298784471, - 6.77991535241302, - 7.068317873944064, - 7.525997694062244, - 7.879914273033024 - ], - "relative wind angle": [ - 0.01791006739284501, - 0.06671599549471599, - 0.08054414888426244, - 0.0454406730423575, - 0.0209884432388639, - 0.07259037367890256, - 0.07750183848553684, - 0.03953023123976765 - ], - "resistance": [ - 37159.002490918065, - 35014.64065202199, - 32088.626650963124, - 30045.775270865586, - 29775.060084695237, - 31102.641559354484, - 33873.134818552484, - 36516.18414408975 - ], - "fuel": [ - 35.66766390377992, - 35.04616785338356, - 34.22572985054976, - 33.671811250493, - 33.59957217956734, - 33.95644149237798, - 34.72230604978252, - 35.47956134967041 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.5, -66.40625 -57.34375, -66.25 -57.34375, -66.25 -57.5, -66.40625 -57.5))", @@ -377285,68 +271269,7 @@ "id": "6415", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 26681.29391546819, - "wind resistance": [ - 3455.1455940719934, - 1106.4151539285012, - -1771.9203026235118, - -3545.919895244828, - -3607.1516033144944, - -1994.8666358647024, - 848.29790884475, - 3309.775896353407 - ], - "relative wind speed": [ - 7.922054916378316, - 7.627472126648615, - 7.174059823751948, - 6.8232464438945115, - 6.806135070289959, - 7.134710761505556, - 7.590473920538354, - 7.907321712123874 - ], - "relative wind angle": [ - 0.0263605154025712, - 0.07116414305508902, - 0.07788482297099066, - 0.03621490888256822, - 0.030683792293251938, - 0.07608831819992422, - 0.0736040957845494, - 0.031248184539879847 - ], - "resistance": [ - 30136.439509540185, - 27787.709069396693, - 24909.37361284468, - 23135.374020223364, - 23074.142312153697, - 24686.42727960349, - 27529.59182431294, - 29991.0698118216 - ], - "fuel": [ - 33.696065533624456, - 33.07760616240328, - 32.34768511760394, - 31.91316947140456, - 31.898380721668218, - 32.2924342526461, - 33.01089153956832, - 33.65719137105724 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -56.71875, -66.25 -56.5625, -66.09375 -56.5625, -66.09375 -56.71875, -66.25 -56.71875))", @@ -377365,68 +271288,7 @@ "id": "6416", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 25099.6639720919, - "wind resistance": [ - 3790.694755754088, - 1125.9566240896092, - -2053.5489796380643, - -3950.1638626359054, - -3961.251276919982, - -2093.681131953963, - 1079.4675195989694, - 3764.4322009350217 - ], - "relative wind speed": [ - 7.97832270711993, - 7.642422961907727, - 7.137520558418338, - 6.755570731060529, - 6.752458204791582, - 7.130406460904467, - 7.635779286003375, - 7.9756873762730285 - ], - "relative wind angle": [ - 0.03133922186769652, - 0.07995935548659953, - 0.08603061138452961, - 0.03803527868437699, - 0.03703105396140282, - 0.0857146618164486, - 0.08040428669582203, - 0.032214465142977884 - ], - "resistance": [ - 28890.35872784599, - 26225.62059618151, - 23046.114992453837, - 21149.500109455996, - 21138.41269517192, - 23005.98284013794, - 26179.13149169087, - 28864.096173026923 - ], - "fuel": [ - 33.365395618742305, - 32.6776485874213, - 31.891616186926314, - 31.4406501132426, - 31.438053165095035, - 31.881935179129165, - 32.665884636377655, - 33.358488547520885 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -56.71875, -66.09375 -56.5625, -65.9375 -56.5625, -65.9375 -56.71875, -66.09375 -56.71875))", @@ -377445,68 +271307,7 @@ "id": "6417", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 28088.771639731985, - "wind resistance": [ - 3508.072185912333, - 667.2834838746785, - -2427.2294192770096, - -4027.576436682579, - -3823.4634580537495, - -1688.0660271070992, - 1523.4945727176491, - 3991.6563358744315 - ], - "relative wind speed": [ - 7.948277699497243, - 7.5756819562338045, - 7.070021764821218, - 6.7302346077500825, - 6.787514115378438, - 7.201007509562831, - 7.6980684914945385, - 7.996837398586382 - ], - "relative wind angle": [ - 0.03964179424801217, - 0.08372186178002874, - 0.08225885819025568, - 0.027941763943355045, - 0.04642563541910794, - 0.08808900089774686, - 0.07553440662713173, - 0.023515232095179486 - ], - "resistance": [ - 31596.84382564432, - 28756.055123606664, - 25661.542220454976, - 24061.195203049407, - 24265.308181678236, - 26400.705612624886, - 29612.266212449635, - 32080.427975606417 - ], - "fuel": [ - 34.09096388354022, - 33.330100668869306, - 32.53545317240386, - 32.13847503627288, - 32.18857656891687, - 32.722025588493864, - 33.55626270440463, - 34.22347574569592 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.25 -56.875, -66.25 -56.71875, -66.09375 -56.71875, -66.09375 -56.875, -66.25 -56.875))", @@ -377525,68 +271326,7 @@ "id": "6418", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 18543.04608020129, - "wind resistance": [ - 4009.6922817265877, - 1472.2474839835522, - -1775.4855246592924, - -3895.0519659878555, - -4066.389661129175, - -2395.423160899256, - 754.0818252688441, - 3603.8972841190334 - ], - "relative wind speed": [ - 8.001875791116065, - 7.692566668596415, - 7.187547180826026, - 6.774054244425989, - 6.725940094275744, - 7.077619965598236, - 7.5899573023591635, - 7.961185553785917 - ], - "relative wind angle": [ - 0.025241816029670974, - 0.07730607904674935, - 0.08891091065206401, - 0.04555345177544585, - 0.03003160700543165, - 0.08403812034488285, - 0.08418548127969994, - 0.03875705185004439 - ], - "resistance": [ - 22552.738361927877, - 20015.29356418484, - 16767.560555541997, - 14647.994114213434, - 14476.656419072115, - 16147.622919302034, - 19297.127905470134, - 22146.943364320323 - ], - "fuel": [ - 31.773015869694312, - 31.177360761139916, - 30.449925154776295, - 29.99634516650234, - 29.960409773651048, - 30.315530930534504, - 31.01312424942668, - 31.67614772566314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -56.875, -66.09375 -56.71875, -65.9375 -56.71875, -65.9375 -56.875, -66.09375 -56.875))", @@ -377605,68 +271345,7 @@ "id": "6419", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 26041.831361750163, - "wind resistance": [ - 3809.826822025996, - 1310.4277549237158, - -1816.1383797815688, - -3798.8929090552774, - -3913.336705597827, - -2231.024989044119, - 829.8949036767626, - 3538.581494859536 - ], - "relative wind speed": [ - 7.974364302661949, - 7.665531656748743, - 7.176007776597198, - 6.7860540285085, - 6.75396542887948, - 7.102545984747387, - 7.596805080840557, - 7.947075296499457 - ], - "relative wind angle": [ - 0.026478117729610638, - 0.07585876907176585, - 0.08517141949332889, - 0.04162226285896893, - 0.0312639862788576, - 0.08188471665965266, - 0.08044315516101101, - 0.035538712670605356 - ], - "resistance": [ - 29851.65818377616, - 27352.25911667388, - 24225.692981968594, - 22242.938452694885, - 22128.494656152336, - 23810.806372706043, - 26871.726265426925, - 29580.4128566097 - ], - "fuel": [ - 33.61998435699833, - 32.96520067019895, - 32.17884050527169, - 31.699007576610835, - 31.671758359099847, - 32.077226373567356, - 32.84197656769397, - 33.547800013601574 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -56.71875, -65.9375 -56.5625, -65.78125 -56.5625, -65.78125 -56.71875, -65.9375 -56.71875))", @@ -377685,68 +271364,7 @@ "id": "6420", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 26920.008032251542, - "wind resistance": [ - 3835.6087854870784, - 922.5869410339183, - -2375.02790561656, - -4197.767795351185, - -4081.2650710208836, - -1954.5402276598543, - 1409.8207082767476, - 4111.2696517938675 - ], - "relative wind speed": [ - 7.9939327149118, - 7.619311223872381, - 7.086814260577241, - 6.708005152114746, - 6.740784917581878, - 7.16151087616355, - 7.688836400373955, - 8.021459245975041 - ], - "relative wind angle": [ - 0.037800566471015914, - 0.08634201288210269, - 0.08860490436707531, - 0.03426593605822406, - 0.04483223487950601, - 0.09187654588257414, - 0.08165117808724674, - 0.0286534581488817 - ], - "resistance": [ - 30755.61681773862, - 27842.59497328546, - 24544.980126634982, - 22722.240236900358, - 22838.74296123066, - 24965.467804591688, - 28329.82874052829, - 31031.27768404541 - ], - "fuel": [ - 33.86252411885335, - 33.091824284573626, - 32.257476521803696, - 31.8136594317615, - 31.841656724873246, - 32.361615578799004, - 33.218532996504365, - 33.93709126094643 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -56.71875, -65.78125 -56.5625, -65.625 -56.5625, -65.625 -56.71875, -65.78125 -56.71875))", @@ -377765,68 +271383,7 @@ "id": "6421", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 11830.818507679467, - "wind resistance": [ - 3224.3476070632278, - -74.28668803807886, - -3186.4235828218298, - -4357.209636579784, - -3766.40600512287, - -1051.3451002258626, - 2399.4790778928436, - 4623.341319094372 - ], - "relative wind speed": [ - 7.929234019823402, - 7.472830943487997, - 6.938285607320275, - 6.65395454710287, - 6.820044038151758, - 7.317277534267947, - 7.825978894343278, - 8.069116538292352 - ], - "relative wind angle": [ - 0.05616531028120696, - 0.09483461146739881, - 0.08016523668377695, - 0.011742953271980645, - 0.0653119519821685, - 0.09685690242821353, - 0.07105584897260127, - 0.009683402422875716 - ], - "resistance": [ - 15055.166114742695, - 11756.531819641388, - 8644.394924857637, - 7473.608871099683, - 8064.412502556597, - 10779.473407453605, - 14230.29758557231, - 16454.159826773837 - ], - "fuel": [ - 30.08218135592484, - 29.40453959883368, - 28.802329864469, - 28.585107917093033, - 28.694085228961, - 29.21159403400018, - 29.908931328182835, - 30.381805311687284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -56.875, -65.9375 -56.71875, -65.78125 -56.71875, -65.78125 -56.875, -65.9375 -56.875))", @@ -377858,19 +271415,19 @@ ], "ice resistance": 23702.62132578199, "wind resistance": [ - 4208.506511729032, + 4208.506511728923, 2112.637497546897, - -1069.9001588640167, + -1069.9001588640422, -3526.488790169431, -4027.2454045617815, -2887.5844716557476, - 7.5483228937628155, + 7.5483228937737294, 3020.829247782196 ], "relative wind speed": [ - 8.010634670959456, + 8.010634670959455, 7.77661654680436, - 7.3039675240662705, + 7.30396752406627, 6.852895745156646, 6.712612971113561, 6.982383247538648, @@ -377878,29 +271435,29 @@ 7.890960691674599 ], "relative wind angle": [ - 0.010741587904717671, + 0.010741587904728008, 0.06689060672900232, - 0.08898079247865082, - 0.05812617752594077, - 0.012818799285062752, + 0.08898079247865331, + 0.05812617752594078, + 0.012818799285062753, 0.07451267872805253, - 0.08693507168330387, + 0.08693507168330261, 0.050472618348301905 ], "resistance": [ - 27911.127837511023, + 27911.127837510914, 25815.258823328888, - 22632.721166917974, + 22632.72116691795, 20176.13253561256, 19675.37592122021, 20815.036854126243, - 23710.169648675754, + 23710.169648675765, 26723.450573564187 ], "fuel": [ - 33.109593370866406, + 33.10959337086638, 32.574085384555474, - 31.79218101527222, + 31.792181015272213, 31.21440588544923, 31.099386157175132, 31.362511730679433, @@ -377938,9 +271495,9 @@ ], "ice resistance": 12327.210344458788, "wind resistance": [ - 3960.8143454592973, + 3960.814345459159, 1462.770752026663, - -1743.8385659069681, + -1743.8385659069754, -3842.9009694987108, -4017.672765835465, -2376.6991291597406, @@ -377948,9 +271505,9 @@ 3546.7612911248943 ], "relative wind speed": [ - 7.993986277607124, + 7.9939862776071235, 7.689595435665474, - 7.191353308379558, + 7.191353308379557, 6.78263042116347, 6.733582155568774, 7.079199622002329, @@ -377958,19 +271515,19 @@ 7.952412830221597 ], "relative wind angle": [ - 0.024702372893292645, + 0.02470237289330613, 0.07620258287897967, 0.08777773518100623, - 0.04515463525063509, + 0.045154635250635095, 0.029327429336828595, - 0.08278751301670662, - 0.08321346783341607, - 0.03850891877096325 + 0.0827875130167066, + 0.08321346783341609, + 0.038508918770963255 ], "resistance": [ - 16288.024689918086, + 16288.024689917947, 13789.981096485451, - 10583.37177855182, + 10583.371778551813, 8484.309374960078, 8309.537578623323, 9950.511215299048, @@ -377978,7 +271535,7 @@ 15873.971635583683 ], "fuel": [ - 30.34584290001958, + 30.345842900019548, 29.81748657689119, 29.17329670263284, 28.772327340498812, @@ -378005,68 +271562,7 @@ "id": "6424", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 41251.697353902586, - "wind resistance": [ - 3108.1051605216126, - -694.2630018544405, - -3927.402377259601, - -4797.2926673122165, - -3823.4026070224136, - -519.3265031317387, - 3256.1449743679404, - 5313.132640399628 - ], - "relative wind speed": [ - 7.934345814385972, - 7.390033802543489, - 6.811185782540907, - 6.565681096676771, - 6.832577893781101, - 7.417908369218038, - 7.9527172974124385, - 8.156579915233573 - ], - "relative wind angle": [ - 0.07220240487157568, - 0.1078472671303908, - 0.0812140625280105, - 0.002135107115314968, - 0.08387066105313638, - 0.10744043560274419, - 0.06953619840596179, - 0.0017186650315481303 - ], - "resistance": [ - 44359.8025144242, - 40557.43435204815, - 37324.29497664298, - 36454.404686590366, - 37428.29474688017, - 40732.37085077085, - 44507.842328270526, - 46564.829994302214 - ], - "fuel": [ - 37.87985674613083, - 36.687670853735725, - 35.71628057959714, - 35.46156433193596, - 35.74692163321849, - 36.74133941406572, - 37.92736088078526, - 38.59586143765367 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -56.40625, -65.46875 -56.25, -65.3125 -56.25, -65.3125 -56.40625, -65.46875 -56.40625))", @@ -378085,68 +271581,7 @@ "id": "6425", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 34628.05893326256, - "wind resistance": [ - 3456.401524116405, - -238.44496443636672, - -3621.8694916564164, - -4793.1587245802075, - -4053.887440142931, - -965.2376928440863, - 2841.488613513913, - 5203.560685674205 - ], - "relative wind speed": [ - 7.975692185859439, - 7.461004324925503, - 6.87163188319599, - 6.574053107419808, - 6.782842603592456, - 7.345204836635335, - 7.8993224323692806, - 8.148646842851402 - ], - "relative wind angle": [ - 0.06468472255497351, - 0.10572174016079536, - 0.08711939171464177, - 0.008857665577791019, - 0.07608070291319917, - 0.10739486394182314, - 0.07576191055004083, - 0.007146032855679653 - ], - "resistance": [ - 38084.46045737897, - 34389.61396882619, - 31006.189441606144, - 29834.900208682353, - 30574.17149311963, - 33662.821240418474, - 37469.54754677648, - 39831.61961893676 - ], - "fuel": [ - 35.94117324008293, - 34.86823809316352, - 33.93029311543536, - 33.615516756932344, - 33.81359689220974, - 34.66316598748281, - 35.75908693590662, - 36.46621538560373 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -56.5625, -65.625 -56.40625, -65.46875 -56.40625, -65.46875 -56.5625, -65.625 -56.5625))", @@ -378165,68 +271600,7 @@ "id": "6426", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 20403.99763539387, - "wind resistance": [ - 3694.608428536867, - 330.0599136073761, - -3060.59197089609, - -4571.754166869261, - -4129.622047910474, - -1470.0383354491605, - 2173.757938880535, - 4739.630424880521 - ], - "relative wind speed": [ - 7.9934969778559735, - 7.541049900749677, - 6.971127125876178, - 6.627855432571566, - 6.752594521840292, - 7.254384405708272, - 7.803647436055361, - 8.097225393695773 - ], - "relative wind angle": [ - 0.05228451225894379, - 0.0975984707538129, - 0.08926573333672379, - 0.021735047593239482, - 0.06190400234476857, - 0.10146822388427862, - 0.07972111004953372, - 0.01779041620039251 - ], - "resistance": [ - 24098.606063930736, - 20734.057549001245, - 17343.40566449778, - 15832.243468524608, - 16274.375587483395, - 18933.95929994471, - 22577.755574274404, - 25143.62806027439 - ], - "fuel": [ - 32.14764629592086, - 31.343655676892247, - 30.576041836115827, - 30.247709682170616, - 30.3428929151127, - 30.930802261942077, - 31.779007831219552, - 32.40593763940177 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -56.5625, -65.46875 -56.40625, -65.3125 -56.40625, -65.3125 -56.5625, -65.46875 -56.5625))", @@ -378245,68 +271619,7 @@ "id": "6427", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 17235.76899306168, - "wind resistance": [ - 3068.4368724847227, - -495.66504300488305, - -3620.500253594022, - -4543.726009766058, - -3728.4105132284094, - -677.3169044921415, - 2914.9012544279394, - 4998.776138803165 - ], - "relative wind speed": [ - 7.919409292950435, - 7.4137712326456, - 6.861891741521064, - 6.610355004742473, - 6.839795428726371, - 7.384838601221586, - 7.900271310767806, - 8.111908022615394 - ], - "relative wind angle": [ - 0.06578440001436968, - 0.10144191874187126, - 0.07894689634927, - 0.002199787396236622, - 0.07618676397933734, - 0.10184072915811926, - 0.06855291182459256, - 0.001792595730014993 - ], - "resistance": [ - 20304.205865546402, - 16740.103950056797, - 13615.268739467658, - 12692.042983295622, - 13507.35847983327, - 16558.45208856954, - 20150.67024748962, - 22234.545131864845 - ], - "fuel": [ - 31.243973129175693, - 30.44394266222692, - 29.781402303986027, - 29.592609485200576, - 29.759171765797042, - 30.40443339009517, - 31.208534888408717, - 31.69700745987165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.3125 -56.40625, -65.3125 -56.25, -65.15625 -56.25, -65.15625 -56.40625, -65.3125 -56.40625))", @@ -378325,68 +271638,7 @@ "id": "6428", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23746.55405639685, - "wind resistance": [ - 3698.807861358906, - 472.05205659233616, - -2869.7474043345683, - -4446.529350570869, - -4089.008144132895, - -1581.9226062749003, - 1964.6257748278076, - 4544.20132064863 - ], - "relative wind speed": [ - 7.988537343337075, - 7.5587877119110605, - 7.002655278770124, - 6.653285537180222, - 6.754045093471299, - 7.231775877113245, - 7.771529647196078, - 8.07264799005154 - ], - "relative wind angle": [ - 0.04831220852484917, - 0.09405041885549853, - 0.08838142903602907, - 0.024691782930548977, - 0.05715150800771654, - 0.09831671623209985, - 0.07961788604351003, - 0.020349720132477555 - ], - "resistance": [ - 27445.361917755756, - 24218.606112989186, - 20876.80665206228, - 19300.02470582598, - 19657.545912263955, - 22164.63145012195, - 25711.179831224657, - 28290.75537704548 - ], - "fuel": [ - 32.98917459267015, - 32.177099410598956, - 31.37691125068124, - 31.01378286051393, - 31.095307952047648, - 31.680357312124464, - 32.54791853506397, - 33.20833910209697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -56.40625, -65.15625 -56.25, -65 -56.25, -65 -56.40625, -65.15625 -56.40625))", @@ -378418,11 +271670,11 @@ ], "ice resistance": 23657.516219859906, "wind resistance": [ - 2689.0065809390107, + 2689.006580938956, -414.1481723491597, - -3160.960235459075, + -3160.9602354590897, -3994.4067755382785, - -3306.820659021436, + -3306.820659021454, -660.1017855964601, 2481.6620191522125, 4321.3770302122575 @@ -378430,39 +271682,39 @@ "relative wind speed": [ 7.850535905730669, 7.409709904662979, - 6.928728109542328, + 6.928728109542327, 6.7068042619762895, - 6.899149975582561, + 6.899149975582562, 7.370575521727368, 7.824443186373412, 8.015482579625758 ], "relative wind angle": [ - 0.05719908678494324, - 0.08842383653088826, - 0.06883753500789876, + 0.05719908678494906, + 0.08842383653088827, + 0.06883753500790038, 0.002929021696235008, - 0.06509726560401442, + 0.06509726560401784, 0.08889456392755957, 0.06094684680505073, - 0.0024508027529807266 + 0.002450802752980726 ], "resistance": [ - 26346.522800798917, + 26346.522800798863, 23243.368047510747, - 20496.55598440083, + 20496.555984400817, 19663.109444321628, - 20350.69556083847, + 20350.695560838452, 22997.414434263446, 26139.17823901212, 27978.893250072164 ], "fuel": [ - 32.70828023965574, + 32.70828023965573, 31.93928630986189, - 31.288494100783016, + 31.288494100783012, 31.096580355282022, - 31.254720924313197, + 31.254720924313194, 31.87986901417498, 32.655780991811156, 33.12718065794761 @@ -378485,68 +271737,7 @@ "id": "6430", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 14539.26349631672, - "wind resistance": [ - 2926.589917560781, - -379.5673814865004, - -3332.064033564169, - -4262.093383880445, - -3547.159060383572, - -741.9758428960813, - 2620.7028608967885, - 4621.356615501023 - ], - "relative wind speed": [ - 7.890232690142485, - 7.423092559192757, - 6.906442108406076, - 6.662017597418977, - 6.862627081834506, - 7.365400140289639, - 7.851909307433251, - 8.060331500664311 - ], - "relative wind angle": [ - 0.06009692369179583, - 0.09432730432405512, - 0.07461870180472081, - 0.004349451989935578, - 0.06910921526429313, - 0.09506838559363612, - 0.06561987741389685, - 0.003594901369073299 - ], - "resistance": [ - 17465.8534138775, - 14159.69611483022, - 11207.199462752551, - 10277.170112436275, - 10992.104435933148, - 13797.287653420639, - 17159.96635721351, - 19160.62011181774 - ], - "fuel": [ - 30.603018380117263, - 29.894220278969037, - 29.295622499159464, - 29.113783733176664, - 29.25328114281996, - 29.818998113349224, - 30.53573259913886, - 30.98212349931005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.15625 -56.5625, -65.15625 -56.40625, -65 -56.40625, -65 -56.5625, -65.15625 -56.5625))", @@ -378578,17 +271769,17 @@ ], "ice resistance": 13686.316839569385, "wind resistance": [ - 2809.966865981696, + 2809.966865981627, -164.44757095354726, - -2929.673788130829, + -2929.673788130851, -3919.1328089343006, - -3357.2553697682088, + -3357.2553697682233, -885.7023929101379, 2202.2448864009093, 4143.803346999255 ], "relative wind speed": [ - 7.861463675941555, + 7.861463675941554, 7.445825225274107, 6.970038410190698, 6.726352296019812, @@ -378598,29 +271789,29 @@ 7.996335484428321 ], "relative wind angle": [ - 0.05196091666513132, + 0.051960916665137726, 0.08538791317479796, - 0.07032101804578586, + 0.07032101804578901, 0.008560554419905029, - 0.05935132200462877, + 0.059351322004630634, 0.08672760925486261, - 0.06295053305320002, + 0.06295053305320003, 0.007200935895156167 ], "resistance": [ - 16496.283705551083, + 16496.28370555101, 13521.869268615837, - 10756.643051438556, + 10756.643051438534, 9767.184030635084, - 10329.061469801176, + 10329.061469801161, 12800.614446659247, 15888.561725970294, 17830.120186568638 ], "fuel": [ - 30.390939971088525, + 30.390939971088507, 29.76215860451149, - 29.207128058825873, + 29.20712805882587, 29.015437914351406, 29.123844719503502, 29.614646984109346, @@ -378645,68 +271836,7 @@ "id": "6432", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 12923.288548369948, - "wind resistance": [ - 3487.5162993341182, - 567.562399642411, - -2545.715503983727, - -4094.8800371061516, - -3835.8449885057234, - -1608.2385311427643, - 1653.5591571373952, - 4101.090488386573 - ], - "relative wind speed": [ - 7.948711094969872, - 7.562618455091531, - 7.0502432886694875, - 6.716110883932019, - 6.788838966124154, - 7.216449589789413, - 7.717798400439963, - 8.010255749599553 - ], - "relative wind angle": [ - 0.042134526781673017, - 0.08569080608631378, - 0.08243650984630596, - 0.02587390275830948, - 0.04933862375885771, - 0.0898121758861399, - 0.07529197145577442, - 0.02169297029308306 - ], - "resistance": [ - 16410.804847704065, - 13490.85094801236, - 10377.573044386221, - 8828.408511263797, - 9087.443559864225, - 11315.050017227184, - 14576.847705507344, - 17024.379036756523 - ], - "fuel": [ - 30.372410580351463, - 29.755774878688626, - 29.13325947671975, - 28.836934681288405, - 28.885861240229353, - 29.316917632599868, - 29.981410061458256, - 30.50601891047178 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -56.71875, -65.46875 -56.5625, -65.3125 -56.5625, -65.3125 -56.71875, -65.46875 -56.71875))", @@ -378725,68 +271855,7 @@ "id": "6433", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 15392.345895808521, - "wind resistance": [ - 2535.4892874853867, - -722.7433868828703, - -3442.3561447957327, - -4135.014105396767, - -3236.6489662107015, - -376.01769072434763, - 2827.967320514628, - 4471.020994402781 - ], - "relative wind speed": [ - 7.836327299105621, - 7.3646205176376185, - 6.877950337500918, - 6.683865820387083, - 6.919760892331223, - 7.419803297725325, - 7.873049949074094, - 8.038473365061671 - ], - "relative wind angle": [ - 0.06365977856627511, - 0.0920980316829883, - 0.06683374428113753, - 0.004145508301529876, - 0.07210570484770619, - 0.09141115601901087, - 0.058376109778006245, - 0.003446922754190665 - ], - "resistance": [ - 17927.835183293908, - 14669.60250892565, - 11949.989751012788, - 11257.331790411754, - 12155.69692959782, - 15016.328205084174, - 18220.31321632315, - 19863.366890211302 - ], - "fuel": [ - 30.70530022036857, - 30.00088494520297, - 29.443164200419346, - 29.30551576301101, - 29.48438717984824, - 30.073967295993324, - 30.770464820794707, - 31.142456762875298 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.625 -56.875, -65.625 -56.71875, -65.46875 -56.71875, -65.46875 -56.875, -65.625 -56.875))", @@ -378805,68 +271874,7 @@ "id": "6434", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 12678.446053943226, - "wind resistance": [ - 3284.1107686354044, - 653.8605659275381, - -2239.8556850327404, - -3758.2412898871044, - -3588.6886799132517, - -1623.4356202690433, - 1367.6242094978588, - 3686.417611254554 - ], - "relative wind speed": [ - 7.910553165482494, - 7.565608745835998, - 7.094634755408635, - 6.775521263889592, - 6.822957927744095, - 7.203552635514016, - 7.667839588504635, - 7.951221155915049 - ], - "relative wind angle": [ - 0.0363374136123306, - 0.07780254714391158, - 0.07678327367940045, - 0.02680632672291151, - 0.042132874871580406, - 0.08172148122100253, - 0.071033318557061, - 0.022841884889979486 - ], - "resistance": [ - 15962.55682257863, - 13332.306619870764, - 10438.590368910485, - 8920.204764056121, - 9089.757374029974, - 11055.010433674182, - 14046.070263441085, - 16364.86366519778 - ], - "fuel": [ - 30.27568824392735, - 29.723201577772162, - 29.145113688891648, - 28.854244601672328, - 28.88629939870062, - 29.265646347406246, - 29.870583295106808, - 30.362463068745424 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -56.875, -65.46875 -56.71875, -65.3125 -56.71875, -65.3125 -56.875, -65.46875 -56.875))", @@ -378898,19 +271906,19 @@ ], "ice resistance": 21924.44814665112, "wind resistance": [ - 2856.3123846876333, + 2856.312384687586, -20.34903149929596, - -2774.304113598271, + -2774.3041135982785, -3845.1579500343432, - -3360.0726020863476, + -3360.072602086333, -1008.7343325832408, 2023.8665074468809, 4008.0149097374815 ], "relative wind speed": [ - 7.863722460414434, + 7.863722460414433, 7.465682799937371, - 6.996747054850788, + 6.996747054850787, 6.742777950757672, 6.878388401243425, 7.308483992149522, @@ -378918,31 +271926,31 @@ 7.980307227141239 ], "relative wind angle": [ - 0.04856909551031625, + 0.04856909551032082, 0.08298117719345441, 0.07056734667842354, 0.011698214521361498, - 0.055533364258416755, - 0.08477026856744034, + 0.05553336425841476, + 0.08477026856744035, 0.06362812468964567, 0.009884074129616845 ], "resistance": [ - 24780.760531338754, + 24780.760531338707, 21904.099115151825, - 19150.14403305285, + 19150.144033052842, 18079.290196616777, - 18564.375544564773, + 18564.375544564788, 20915.71381406788, 23948.314654098, 25932.463056388602 ], "fuel": [ - 32.31578947521195, + 32.315789475211936, 31.618470950670698, 30.979747259716742, 30.73900491523176, - 30.84752996189711, + 30.847529961897116, 31.38598841525864, 32.11083397235231, 32.60360034832001 @@ -378978,19 +271986,19 @@ ], "ice resistance": 14521.353068834333, "wind resistance": [ - 2130.4794069705604, + 2130.4794069704985, -1015.7481417853269, - -3468.8712043260784, + -3468.8712043260857, -3985.0859191739655, -2891.003458599367, -41.127666327065526, - 2951.8643209914662, + 2951.8643209914444, 4176.589925726064 ], "relative wind speed": [ - 7.777547584387861, + 7.77754758438786, 7.311630967424707, - 6.863002002892905, + 6.863002002892904, 6.718474384134234, 6.980049524531218, 7.466685368255581, @@ -378998,29 +272006,29 @@ 8.004588667886567 ], "relative wind angle": [ - 0.06559010982441474, - 0.08806864358764338, + 0.06559010982442151, + 0.0880686435876434, 0.05827379124301587, 0.011583622356578966, 0.07309672345419495, 0.08623520026387348, - 0.05073939439448529, + 0.05073939439448749, 0.009722392860679262 ], "resistance": [ - 16651.83247580489, + 16651.832475804833, 13505.604927049006, - 11052.481864508254, + 11052.481864508247, 10536.267149660367, 11630.349610234965, 14480.225402507267, - 17473.217389825797, + 17473.217389825775, 18697.9429945604 ], "fuel": [ - 30.424728284369486, + 30.42472828436948, 29.758810875053015, - 29.26514903166209, + 29.265149031662084, 29.164118799322353, 29.379421887775926, 29.961157197906438, @@ -379058,49 +272066,49 @@ ], "ice resistance": 12250.083080619803, "wind resistance": [ - 2203.387101559256, + 2203.3871015592194, -675.44896467949, - -3069.6336242210127, + -3069.633624221038, -3669.490543187556, -2866.7077921519012, -332.9107506871769, - 2491.714822626993, + 2491.7148226270074, 3918.0998929280904 ], "relative wind speed": [ - 7.776592945492057, + 7.776592945492056, 7.358066254302038, 6.931270183955174, 6.764022191651343, 6.972184616356536, 7.412531090102565, - 7.813081965616997, + 7.8130819656169965, 7.958313888964402 ], "relative wind angle": [ - 0.05681227257581726, + 0.05681227257582117, 0.081245182812652, - 0.05816489560737811, + 0.05816489560738193, 0.004039305520678042, 0.06337526073411165, - 0.0806469175674721, - 0.051593998527673476, + 0.08064691756747208, + 0.05159399852767132, 0.0034331306776337537 ], "resistance": [ - 14453.470182179059, + 14453.470182179022, 11574.634115940313, - 9180.44945639879, + 9180.449456398765, 8580.592537432247, 9383.375288467902, 11917.172329932626, - 14741.797903246796, + 14741.79790324681, 16168.182973547893 ], "fuel": [ - 29.95555521578983, + 29.955555215789822, 29.368350069782018, - 28.90348911782307, + 28.903489117823067, 28.7903608745319, 28.94206240482315, 29.436602270893005, @@ -379138,19 +272146,19 @@ ], "ice resistance": 11800.672424497447, "wind resistance": [ - 2763.1650468977787, + 2763.165046897753, -82.15901910234243, - -2773.254706407999, + -2773.25470640801, -3784.0789952382147, - -3280.4093116535078, + -3280.409311653493, -938.0339582297056, - 2042.4927735876154, + 2042.49277358763, 3959.522225038152 ], "relative wind speed": [ - 7.850100914418937, + 7.850100914418936, 7.454406310692456, - 6.994522349056901, + 6.994522349056899, 6.751447572542276, 6.892137921523357, 7.3182973464440355, @@ -379158,31 +272166,31 @@ 7.971424287483031 ], "relative wind angle": [ - 0.04881606284031026, - 0.08192438919289739, + 0.048816062840312535, + 0.08192438919289738, 0.0686264202718442, 0.01011471170599911, - 0.055607756450376, + 0.055607756450374, 0.08345156985996793, - 0.06185557893829736, + 0.06185557893829556, 0.008566676943070454 ], "resistance": [ - 14563.837471395225, + 14563.8374713952, 11718.513405395104, - 9027.417718089448, + 9027.417718089437, 8016.593429259232, - 8520.263112843939, + 8520.263112843953, 10862.638466267741, - 13843.165198085062, + 13843.165198085077, 15760.194649535599 ], "fuel": [ - 29.97868098088327, + 29.97868098088326, 29.396965453121148, 28.874501329592963, 28.68521640243381, - 28.779057327118508, + 28.779057327118515, 29.227878822650993, 29.82849352285549, 30.232267769710447 @@ -379218,53 +272226,53 @@ ], "ice resistance": 17735.24903308332, "wind resistance": [ - 2450.442360918667, + 2450.4423609186015, -197.80084829509724, - -2642.209027657427, - -3492.025940393298, + -2642.209027657431, + -3492.025940393076, -2980.195816645628, -768.6798374726568, - 1970.3350320068093, + 1970.3350320067912, 3668.3978894520915 ], "relative wind speed": [ 7.800550356254309, 7.428041776839033, - 7.007897920248059, - 6.7974971027532805, + 7.007897920248058, + 6.79749710275328, 6.939979800014447, 7.33730882862387, 7.739591218174944, 7.925019786923471 ], "relative wind angle": [ - 0.04699786130696182, - 0.07597087711596087, + 0.04699786130696891, + 0.07597087711596089, 0.061515144043883835, - 0.00669359276481333, - 0.05283081235789412, + 0.006693592764780156, + 0.052830812357894115, 0.07691217619795525, - 0.05569322739445801, - 0.005741258551615619 + 0.05569322739446001, + 0.0057412585516156195 ], "resistance": [ - 20185.691394001988, + 20185.691394001922, 17537.448184788223, - 15093.040005425893, - 14243.223092690023, + 15093.04000542589, + 14243.223092690245, 14755.053216437693, 16966.569195610664, - 19705.58406509013, + 19705.584065090112, 21403.646922535412 ], "fuel": [ - 31.216610553301393, + 31.21661055330138, 30.618817318262412, 30.090196935281526, - 29.91162659195978, + 29.911626591959823, 30.018854585918007, 30.49337080115318, - 31.106298276318057, + 31.106298276318054, 31.5003030319818 ] }, @@ -379298,9 +272306,9 @@ ], "ice resistance": 23902.292408615973, "wind resistance": [ - 4039.895531469556, + 4039.8955314695013, 1514.064796725619, - -1745.2827664332654, + -1745.282766433269, -3892.885501175322, -4082.8238623965226, -2432.446096268428, @@ -379308,9 +272316,9 @@ 3590.0631391031056 ], "relative wind speed": [ - 8.005349141631738, + 8.005349141631736, 7.698736326957575, - 7.1931217287005245, + 7.193121728700524, 6.775521772804853, 6.722179498084837, 7.071263752108239, @@ -379318,19 +272326,19 @@ 7.960252306939993 ], "relative wind angle": [ - 0.024571781910350282, + 0.0245717819103548, 0.07709028052746107, 0.0893451085571661, - 0.04647133153486983, - 0.029263421835246335, + 0.046471331534869834, + 0.02926342183524634, 0.08394638260019154, - 0.08471765903605934, - 0.039551042362417264 + 0.08471765903605932, + 0.03955104236241727 ], "resistance": [ - 27942.18794008553, + 27942.187940085474, 25416.357205341592, - 22157.009642182707, + 22157.009642182704, 20009.40690744065, 19819.46854621945, 21469.846312347545, @@ -379338,7 +272346,7 @@ 27492.35554771908 ], "fuel": [ - 33.11765233754223, + 33.117652337542225, 32.47401499430208, 31.678543255772375, 31.176006747039683, @@ -379378,19 +272386,19 @@ ], "ice resistance": 27417.567824070924, "wind resistance": [ - 3931.461176936409, + 3931.461176936311, 1508.4966758849805, - -1653.6347466851475, + -1653.6347466851694, -3762.310127562745, - -3968.667946756923, + -3968.6679467569484, -2401.6268711722587, - 642.1374541371515, + 642.1374541371661, 3442.3828569772886 ], "relative wind speed": [ - 7.98724904830264, + 7.9872490483026395, 7.694011303626024, - 7.204958589624666, + 7.204958589624665, 6.7974455444893165, 6.739578281383889, 7.072499758231727, @@ -379398,33 +272406,33 @@ 7.938060017423349 ], "relative wind angle": [ - 0.02294273617960306, - 0.07425857329077126, - 0.08671984034600616, + 0.02294273617961274, + 0.07425857329077128, + 0.08671984034600745, 0.045870128310576075, - 0.0271909970077868, + 0.027190997007790884, 0.08079786814666141, - 0.08252701138500208, - 0.039275404393802546 + 0.08252701138500074, + 0.03927540439380254 ], "resistance": [ - 31349.029001007333, + 31349.029001007235, 28926.064499955904, - 25763.933077385776, + 25763.933077385755, 23655.25769650818, - 23448.899877314, + 23448.899877313976, 25015.940952898665, - 28059.705278208075, + 28059.70527820809, 30859.950681048213 ], "fuel": [ - 34.02339481965472, + 34.02339481965469, 33.37479037969709, - 32.561176368572205, + 32.5611763685722, 32.0392944381452, - 31.989111186991458, + 31.98911118699145, 32.37416011446269, - 33.148176297130014, + 33.14817629713002, 33.890713503850606 ] }, @@ -379458,53 +272466,53 @@ ], "ice resistance": 16514.4213561484, "wind resistance": [ - 3253.8250637455167, + 3253.825063745455, 471.02509583257415, - -2464.146271249716, - -3891.323017677176, - -3620.24707766543, + -2464.1462712497414, + -3891.3230176772013, + -3620.2470776654445, -1479.8835101942132, - 1610.8614105062297, + 1610.8614105062152, 3896.7296683533677 ], "relative wind speed": [ - 7.912571942052463, + 7.912571942052462, 7.541890385611251, - 7.057540235914744, - 6.7481345497538845, + 7.057540235914743, + 6.748134549753885, 6.824050579637481, 7.23162156525292, - 7.705036461305746, + 7.705036461305747, 7.977414440156939 ], "relative wind angle": [ - 0.04103929951875033, + 0.04103929951875575, 0.08160569748054894, - 0.07726985472704775, - 0.02307134778774618, - 0.047590186289976855, + 0.07726985472705063, + 0.02307134778775099, + 0.047590186289979186, 0.08511524971347827, - 0.07076508544427387, + 0.07076508544427544, 0.019515675286848347 ], "resistance": [ - 19768.246419893916, + 19768.246419893854, 16985.446451980974, - 14050.275084898683, - 12623.098338471224, - 12894.17427848297, + 14050.275084898658, + 12623.098338471198, + 12894.174278482955, 15034.537845954186, - 18125.28276665463, + 18125.282766654615, 20411.151024501767 ], "fuel": [ - 31.120647278902005, + 31.12064727890199, 30.49749955414411, 29.871457145817743, - 29.57863808556855, - 29.63367265365607, + 29.578638085568542, + 29.633672653656063, 30.07781786210046, - 30.749256965888055, + 30.74925696588805, 31.268709447186552 ] }, @@ -379538,9 +272546,9 @@ ], "ice resistance": 12265.504046730397, "wind resistance": [ - 3278.352907280052, + 3278.352907279983, 341.82655688901286, - -2664.589216946315, + -2664.5892169463295, -4042.3915501903393, -3690.186844699354, -1387.9379144183476, @@ -379550,7 +272558,7 @@ "relative wind speed": [ 7.921887372535087, 7.526798652575275, - 7.025519568114504, + 7.025519568114502, 6.719014825471806, 6.817784362512853, 7.251605698081403, @@ -379558,19 +272566,19 @@ 8.005830558533306 ], "relative wind angle": [ - 0.04512731067214074, - 0.0856019426378282, + 0.04512731067214813, + 0.08560194263782821, 0.07875248214421329, 0.020558249710744596, - 0.05244167078664906, + 0.05244167078664907, 0.08885889060878613, - 0.07148595591173652, + 0.07148595591173651, 0.017253463802392704 ], "resistance": [ - 15543.856954010449, + 15543.85695401038, 12607.33060361941, - 9600.914829784082, + 9600.914829784067, 8223.112496540058, 8575.317202031043, 10877.56613231205, @@ -379578,9 +272586,9 @@ 16378.658462300069 ], "fuel": [ - 30.186017120969126, + 30.18601712096911, 29.575445292449263, - 28.983583726208376, + 28.983583726208373, 28.723579707304467, 28.789371927542632, 29.230804576102017, @@ -379618,47 +272626,47 @@ ], "ice resistance": 26733.676691974866, "wind resistance": [ - 3860.709602683459, + 3860.709602683317, 1726.8968452762565, - -1285.6752589298121, + -1285.675258929823, -3462.645159693362, -3805.883390789302, -2534.3218375814395, 281.13659025945526, - 3046.0291553195057 + 3046.029155319484 ], "relative wind speed": [ - 7.96685155027902, + 7.966851550279018, 7.717627053952653, 7.261348039743687, 6.853507054754843, 6.757519215382171, 7.040811190945299, 7.510500264040537, - 7.884429631930776 + 7.884429631930777 ], "relative wind angle": [ - 0.015690146198564195, + 0.015690146198578347, 0.06691128193599695, - 0.083380556001022, + 0.08338055600102333, 0.04951899944643773, 0.018498366314468103, 0.07335435059113116, 0.08060839131620748, - 0.043039877809139065 + 0.04303987780914165 ], "resistance": [ - 30594.386294658325, + 30594.386294658183, 28460.573537251123, - 25448.001433045054, + 25448.001433045043, 23271.031532281504, 22927.793301185564, 24199.354854393427, 27014.81328223432, - 29779.70584729437 + 29779.70584729435 ], "fuel": [ - 33.81904180467829, + 33.81904180467826, 33.25268446469701, 32.48193179617891, 31.94598331714967, @@ -379698,47 +272706,47 @@ ], "ice resistance": 19208.94649495086, "wind resistance": [ - 3584.823727670664, + 3584.823727670515, 1585.34119651949, - -1227.286679412613, + -1227.2866794126276, -3249.672904474457, -3560.563481322428, -2362.2795549438633, 271.5979010760457, - 2845.906563824392 + 2845.9065638243737 ], "relative wind speed": [ - 7.925584336661632, + 7.92558433666163, 7.690328191374528, - 7.263551853109169, + 7.263551853109168, 6.885308087254272, 6.798599661191864, 7.063617822309223, 7.501777049998799, - 7.850374320647725 + 7.850374320647726 ], "relative wind angle": [ - 0.015073436038643981, + 0.015073436038658712, 0.0628441260104127, - 0.07766640390300782, - 0.04562455716873834, - 0.01757235590891274, + 0.07766640390300925, + 0.045624557168738346, + 0.017572355908912745, 0.06842825195154227, 0.07519530637542111, - 0.040012610285115546 + 0.04001261028511832 ], "resistance": [ - 22793.770222621522, + 22793.770222621373, 20794.28769147035, - 17981.659815538245, + 17981.65981553823, 15959.273590476401, 15648.38301362843, 16846.666940006995, 19480.544396026904, - 22054.85305877525 + 22054.853058775232 ], "fuel": [ - 31.830843138885584, + 31.830843138885548, 31.357677957224183, 30.71726854023718, 30.274982550856066, @@ -379778,9 +272786,9 @@ ], "ice resistance": 13585.443968527527, "wind resistance": [ - 3636.9123866830705, + 3636.9123866829614, 1348.2658141177053, - -1604.6155299949787, + -1604.6155299949896, -3544.656553976194, -3711.957442764884, -2213.276019982175, @@ -379788,7 +272796,7 @@ 3239.8402860404058 ], "relative wind speed": [ - 7.943571356081528, + 7.943571356081526, 7.663645786753672, 7.20528512175389, 6.829835751018329, @@ -379798,19 +272806,19 @@ 7.903384887762395 ], "relative wind angle": [ - 0.022567164868957153, + 0.022567164868966993, 0.07015146632376522, - 0.08064376391670149, + 0.08064376391670286, 0.04154724710420211, - 0.026429029593400405, + 0.02642902959340041, 0.07575441844082013, 0.0768250981205405, 0.035901097517970555 ], "resistance": [ - 17222.3563552106, + 17222.35635521049, 14933.709782645232, - 11980.828438532548, + 11980.828438532537, 10040.787414551332, 9873.486525762642, 11372.167948545351, @@ -379818,7 +272826,7 @@ 16825.28425456793 ], "fuel": [ - 30.549428222583067, + 30.549428222583046, 30.056512505153712, 29.449334129313645, 29.068079316500054, @@ -379858,19 +272866,19 @@ ], "ice resistance": 16390.685916764323, "wind resistance": [ - 3288.150314799008, + 3288.1503147989424, 1291.848591725935, - -1359.769436464736, + -1359.7694364647577, -3154.9668956897112, -3351.2584386482195, -2078.06613703481, - 460.59953521902935, + 460.5995352190257, 2821.1994877635843 ], "relative wind speed": [ - 7.88642287329983, + 7.8864228732998285, 7.643776921327065, - 7.235166491285267, + 7.235166491285266, 6.893329539728366, 6.8386795781813765, 7.1088591550634534, @@ -379878,27 +272886,27 @@ 7.838699634904381 ], "relative wind angle": [ - 0.018380552409357796, + 0.018380552409363836, 0.06191990331686419, - 0.07248386311663353, + 0.07248386311663506, 0.03888959099556026, - 0.02119700161343773, - 0.06658582361313375, - 0.06969364755090937, - 0.0341974377973102 + 0.021197001613437728, + 0.06658582361313377, + 0.06969364755090939, + 0.03419743779731021 ], "resistance": [ - 19678.83623156333, + 19678.836231563266, 17682.53450849026, - 15030.916480299587, + 15030.916480299566, 13235.719021074612, 13039.427478116104, 14312.619779729514, - 16851.285451983353, + 16851.28545198335, 19211.885404527908 ], "fuel": [ - 31.10017776077565, + 31.100177760775637, 30.65089225073426, 30.07705199868858, 29.703403279084718, @@ -379938,53 +272946,53 @@ ], "ice resistance": 12675.478981696639, "wind resistance": [ - 3377.4894175508052, + 3377.4894175507143, 700.02359124746, - -2262.156273306904, + -2262.1562733069113, -3832.7209399346866, - -3672.6226472327035, + -3672.6226472327253, -1680.8245795355688, - 1373.2351051695223, + 1373.2351051695332, 3757.181176263588 ], "relative wind speed": [ - 7.924699112688215, + 7.924699112688214, 7.574801778539868, - 7.0934158323849035, + 7.093415832384903, 6.76416409190951, 6.808997957410583, 7.196227291191692, - 7.6711642558045945, + 7.671164255804594, 7.963001528844814 ], "relative wind angle": [ - 0.03656538553286011, + 0.03656538553286923, 0.07924266929264683, - 0.07878614963340712, - 0.02808027291160064, - 0.04256024042835221, + 0.07878614963340713, + 0.028080272911600635, + 0.04256024042835482, 0.08342086957522475, - 0.07284147737771282, + 0.07284147737771131, 0.023851888185529798 ], "resistance": [ - 16052.968399247444, + 16052.968399247353, 13375.502572944099, - 10413.322708389735, + 10413.322708389727, 8842.758041761952, - 9002.856334463935, + 9002.856334463913, 10994.65440216107, - 14048.71408686616, + 14048.714086866172, 16432.66015796023 ], "fuel": [ - 30.295136935697762, + 30.29513693569774, 29.73206701657122, 29.14020310392581, 28.83963848913327, - 28.86985694491066, + 28.86985694491065, 29.25378209411843, - 29.871132729777607, + 29.871132729777614, 30.37714560434302 ] }, @@ -380018,51 +273026,51 @@ ], "ice resistance": 6401.547087737578, "wind resistance": [ - 3928.3591755936322, + 3928.359175593516, 1590.9464588504088, - -1536.5680769148457, + -1536.5680769148676, -3679.245429381488, - -3933.3518479643717, + -3933.3518479644044, -2458.4890386032275, - 523.2270146054761, + 523.227014605458, 3325.888538387866 ], "relative wind speed": [ - 7.983529635671112, + 7.983529635671111, 7.703822463719095, 7.223449660484336, 6.8136078219815825, 6.742401206967896, 7.06030020090209, - 7.551059162912828, + 7.5510591629128285, 7.922844686575173 ], "relative wind angle": [ - 0.020592144701587406, + 0.02059214470159819, 0.07212467380461972, - 0.08603735592490003, + 0.08603735592490262, 0.047375395148239186, - 0.024383400614543315, + 0.024383400614547867, 0.07871162951410435, - 0.08229590473948116, + 0.08229590473948385, 0.04073863765283827 ], "resistance": [ - 10329.90626333121, + 10329.906263331093, 7992.493546587987, - 4864.979010822733, + 4864.979010822711, 2722.3016583560902, - 2468.1952397732066, + 2468.195239773174, 3943.0580491343508, - 6924.774102343054, + 6924.774102343036, 9727.435626125443 ], "fuel": [ - 29.124008595682167, + 29.12400859568214, 28.680749911128945, - 28.119458509693235, + 28.11945850969323, 27.75592432341154, - 27.71394486330354, + 27.71394486330353, 27.9609482428657, 28.485035724033146, 29.007813478442344 @@ -380098,9 +273106,9 @@ ], "ice resistance": 14089.291309048742, "wind resistance": [ - 3566.5327474243604, + 3566.532747424273, 1583.4220231449872, - -1212.993276820118, + -1212.9932768201288, -3228.2204502259083, -3541.15896210766, -2355.824448529853, @@ -380108,7 +273116,7 @@ 2822.6542924601126 ], "relative wind speed": [ - 7.922554733758597, + 7.922554733758594, 7.689415072181287, 7.265334320340269, 6.888822796008405, @@ -380118,19 +273126,19 @@ 7.846799559831 ], "relative wind angle": [ - 0.014824125434162951, - 0.062389027889686845, - 0.07723318676605102, - 0.04550065731179953, - 0.01726757029944783, - 0.06792019370975519, + 0.014824125434170441, + 0.06238902788968685, + 0.07723318676605247, + 0.04550065731179954, + 0.017267570299447827, + 0.0679201937097552, 0.07481668853917949, 0.03994254619194648 ], "resistance": [ - 17655.824056473102, + 17655.824056473015, 15672.713332193729, - 12876.298032228624, + 12876.298032228613, 10861.070858822834, 10548.132346941082, 11733.466860518889, @@ -380138,9 +273146,9 @@ 16911.945601508854 ], "fuel": [ - 30.6449813597012, + 30.64498135970118, 30.21354424176824, - 29.630034948738246, + 29.630034948738242, 29.227571626957197, 29.16642984585821, 29.39994388486241, @@ -380178,51 +273186,51 @@ ], "ice resistance": 7072.72191333012, "wind resistance": [ - 3545.226991252166, + 3545.2269912520314, 1542.5714723398123, - -1250.0363613665832, + -1250.0363613665868, -3240.701305056973, - -3534.282922242295, + -3534.282922242375, -2322.1285411312347, 301.6658554184578, 2847.38092642176 ], "relative wind speed": [ - 7.920508539956738, + 7.920508539956737, 7.683698092641327, - 7.258972588973758, + 7.258972588973757, 6.885678520584503, - 6.803814568561215, + 6.803814568561216, 7.070157836712946, 7.505575605336414, 7.849444536147425 ], "relative wind angle": [ - 0.015612750217473244, - 0.06281118326389495, - 0.0770051799531803, + 0.015612750217487465, + 0.06281118326389494, + 0.07700517995318032, 0.04466244972602991, - 0.018175496242316232, + 0.018175496242328452, 0.06827000992301911, 0.07447033189024371, 0.039175726413694864 ], "resistance": [ - 10617.948904582285, + 10617.94890458215, 8615.293385669931, - 5822.685551963536, + 5822.685551963533, 3832.0206082731465, - 3538.4389910878244, + 3538.4389910877444, 4750.593372198885, 7374.387768748577, 9920.102839751878 ], "fuel": [ - 29.180038992049454, + 29.18003899204943, 28.796868691014087, 28.28747074911705, 27.942070442797522, - 27.892378782647214, + 27.8923787826472, 28.099619784040556, 28.56693336396383, 29.044825219455994 @@ -380245,68 +273253,7 @@ "id": "6452", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 22476.825684830994, - "wind resistance": [ - 3389.308013060432, - 1165.05861669355, - -1629.735651599065, - -3406.1833076693183, - -3512.770989447199, - -2018.530026912853, - 715.0029156119417, - 3136.0771379789694 - ], - "relative wind speed": [ - 7.908563202158524, - 7.632148973254277, - 7.195010514821932, - 6.848181836859736, - 6.81843627386197, - 7.12648210502954, - 7.56758011750483, - 7.882819969564 - ], - "relative wind angle": [ - 0.02362158757443668, - 0.067874043349841, - 0.07585299602401649, - 0.03701951982129503, - 0.027399070967573387, - 0.07269833503511311, - 0.07211192064388205, - 0.032158820801509565 - ], - "resistance": [ - 25866.133697891426, - 23641.884301524544, - 20847.09003323193, - 19070.642377161676, - 18964.054695383795, - 20458.29565791814, - 23191.828600442936, - 25612.902822809963 - ], - "fuel": [ - 32.58689067488389, - 32.03603741924688, - 31.36998206314628, - 30.96172758267469, - 30.93760554751043, - 31.2796274738091, - 31.926816805137058, - 32.523247381933906 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.46875 -57.03125, -65.46875 -56.875, -65.3125 -56.875, -65.3125 -57.03125, -65.46875 -57.03125))", @@ -380338,19 +273285,19 @@ ], "ice resistance": 22032.42887200632, "wind resistance": [ - 3255.727906271404, + 3255.7279062713133, 637.1871999356808, - -2236.698272175363, - -3738.0321451012314, - -3564.0563994972326, + -2236.698272175374, + -3738.032145101235, + -3564.0563994972144, -1603.9770711238198, 1369.8027112669588, 3668.5862406494307 ], "relative wind speed": [ - 7.9063527836138165, + 7.906352783613816, 7.562487236764828, - 7.0944199053939805, + 7.09441990539398, 6.778487792310605, 6.827149018530076, 7.2061893434701805, @@ -380358,31 +273305,31 @@ 7.948111807823933 ], "relative wind angle": [ - 0.03634326794737039, - 0.07743092515577986, - 0.07619195323966431, - 0.026367480218859263, - 0.04209140470239398, + 0.036343267947379555, + 0.07743092515577987, + 0.07619195323966432, + 0.026367480218859266, + 0.04209140470239135, 0.08126761686737603, 0.0704880054439778, 0.022486597966126738 ], "resistance": [ - 25288.156778277724, + 25288.156778277633, 22669.616071942, - 19795.730599830957, - 18294.396726905088, - 18468.372472509087, + 19795.730599830946, + 18294.396726905085, + 18468.372472509105, 20428.4518008825, 23402.23158327328, 25701.01511265575 ], "fuel": [ - 32.4419797391207, + 32.44197973912068, 31.8010296412089, - 31.126945468956748, + 31.12694546895674, 30.78702127693804, - 30.825982311442413, + 30.825982311442417, 31.272715100320845, 31.97778409927599, 32.545365149520556 @@ -380418,19 +273365,19 @@ ], "ice resistance": 22433.344618149837, "wind resistance": [ - 3261.892144935231, + 3261.89214493506, 1276.1242938487849, - -1357.1881398283513, + -1357.1881398283585, -3136.525324081653, -3328.455003365634, -2059.7469921216652, - 463.1098448164739, + 463.10984481648484, 2805.2603455574463 ], "relative wind speed": [ - 7.882551070908411, + 7.88255107090841, 7.640887657194497, - 7.234905901723, + 7.234905901722999, 6.895973428582428, 6.842550419777343, 7.111395323198337, @@ -380438,27 +273385,27 @@ 7.835857202945926 ], "relative wind angle": [ - 0.018387190163200583, + 0.0183871901632187, 0.061582580322969586, 0.07194988132910078, 0.03847926771248908, 0.02118225345564815, 0.06617429868694508, - 0.06918043981043982, + 0.06918043981043821, 0.03386192826451565 ], "resistance": [ - 25695.236763085068, + 25695.236763084897, 23709.46891199862, - 21076.156478321485, + 21076.156478321478, 19296.819294068184, 19104.889614784202, 20373.59762602817, - 22896.45446296631, + 22896.45446296632, 25238.604963707283 ], "fuel": [ - 32.54391379482485, + 32.5439137948248, 32.05250410671209, 31.423479706250053, 31.01305408595854, @@ -380498,51 +273445,51 @@ ], "ice resistance": 10908.801272024917, "wind resistance": [ - 3066.6302964284805, + 3066.6302964283786, 628.9451311873017, - -2073.203609829292, + -2073.2036098293065, -3505.757123147836, - -3362.046200912977, + -3362.046200912995, -1548.788032765573, - 1235.9707807161285, + 1235.9707807161358, 3408.1147340716743 ], "relative wind speed": [ - 7.8742831834652165, + 7.874283183465216, 7.554368173136277, - 7.115925444039505, + 7.1159254440395046, 6.817324421207515, - 6.8574182334724645, + 6.857418233472465, 7.208331428761401, - 7.641474043470597, + 7.6414740434705966, 7.909020686416955 ], "relative wind angle": [ - 0.03345715453242475, + 0.03345715453243471, 0.07233921305356321, - 0.07155694235302379, + 0.07155694235302534, 0.0254517246471127, - 0.038420695272562165, + 0.03842069527256505, 0.07581838067286875, - 0.06662798907067817, + 0.06662798907067652, 0.021937968723282023 ], "resistance": [ - 13975.431568453398, + 13975.431568453296, 11537.746403212219, - 8835.597662195625, + 8835.59766219561, 7403.044148877081, - 7546.75507111194, + 7546.755071111922, 9360.013239259344, - 12144.772052741046, + 12144.772052741053, 14316.916006096591 ], "fuel": [ - 29.85591291860091, + 29.8559129186009, 29.36102607575834, 28.838289200056394, 28.57217865553202, - 28.598529729050473, + 28.59852972905047, 28.93761380985308, 29.482193914638664, 29.92700512542725 @@ -380578,47 +273525,47 @@ ], "ice resistance": 3648.131201530529, "wind resistance": [ - 3319.170840575869, + 3319.1708405757017, 1060.538618768107, - -1709.6745651029232, - -3416.99984064839, + -1709.6745651029305, + -3416.9998406483755, -3476.278792814399, -1925.9460367112042, 810.1943862095213, 3178.325985997977 ], "relative wind speed": [ - 7.900659172149408, + 7.900659172149407, 7.616788580089052, - 7.180516115149997, - 6.843616123920289, + 7.180516115149996, + 6.843616123920288, 6.827075578956787, 7.142402119839074, 7.580868329903106, 7.8863359466659135 ], "relative wind angle": [ - 0.02540674399363949, - 0.06853831454033806, + 0.02540674399365697, + 0.06853831454033804, 0.07485453132796244, - 0.034753048114366136, - 0.029403124539874797, + 0.03475304811436294, + 0.029403124539874793, 0.073098386239541, 0.07089457644142413, - 0.030156551129569192 + 0.030156551129569196 ], "resistance": [ - 6967.3020421063975, + 6967.30204210623, 4708.669820298635, - 1938.4566364276056, - 231.13136088213878, + 1938.4566364275984, + 231.13136088215333, 171.85240871612996, 1722.1851648193247, 4458.32558774005, 6826.4571875285055 ], "fuel": [ - 28.492750026209652, + 28.49275002620962, 28.092360872382038, 27.62720234579275, 27.35474093000925, @@ -380658,17 +273605,17 @@ ], "ice resistance": 6586.239541495718, "wind resistance": [ - 2883.673855214496, + 2883.673855214416, 297.16360493767206, - -2362.017755222154, + -2362.0177552221794, -3584.7698625736266, - -3281.7511118465845, + -3281.75111184657, -1256.2463052380335, - 1577.131823608448, + 1577.1318236084298, 3603.7544190989647 ], "relative wind speed": [ - 7.855871434211768, + 7.8558714342117675, 7.506381090019873, 7.064629485108225, 6.79521780821447, @@ -380678,33 +273625,33 @@ 7.929111123435982 ], "relative wind angle": [ - 0.03990393899871663, + 0.03990393899872498, 0.07561140005263835, - 0.06920261573080966, - 0.01822220595185453, - 0.04556926437337922, + 0.06920261573081286, + 0.018222205951854527, + 0.04556926437337679, 0.07818818824939106, - 0.0635665755783277, + 0.06356657557832945, 0.015616131056014684 ], "resistance": [ - 9469.913396710213, + 9469.913396710133, 6883.40314643339, - 4224.221786273564, + 4224.221786273539, 3001.4696789220916, - 3304.4884296491336, + 3304.488429649148, 5329.993236257685, - 8163.371365104166, + 8163.371365104148, 10189.993960594682 ], "fuel": [ - 28.95855866214484, + 28.958558662144828, 28.47753774932415, - 28.008954877181402, + 28.008954877181395, 27.802321048709295, 27.853009901448715, 28.20061055739469, - 28.712465786975862, + 28.712465786975855, 29.096904089547564 ] }, @@ -380738,53 +273685,53 @@ ], "ice resistance": 1989.058774440829, "wind resistance": [ - 3605.172817943938, + 3605.172817943807, 1231.3611569688073, - -1737.3256766615123, + -1737.3256766615305, -3616.48472434239, -3722.4858726467282, -2122.72266060075, - 785.1064757578679, + 785.1064757578861, 3353.656076702133 ], "relative wind speed": [ - 7.942717755697496, + 7.942717755697495, 7.648284245382191, 7.183382617277163, 6.814698854650233, 6.785043904408399, 7.1152887666812505, - 7.584365517643656, + 7.584365517643655, 7.917289034249705 ], "relative wind angle": [ - 0.025322915381230496, + 0.02532291538124365, 0.07219132853288959, - 0.08069780581481581, - 0.0392261785102306, + 0.08069780581481857, + 0.03922617851023061, 0.029644721024303107, 0.07760957330968542, - 0.07642278000483078, + 0.07642278000482788, 0.03376115494216537 ], "resistance": [ - 5594.231592384767, + 5594.231592384636, 3220.4199314096363, - 251.73309777931672, + 251.73309777929853, -1627.4259499015611, -1733.4270982058993, -133.66388615992082, - 2774.165250198697, + 2774.165250198715, 5342.714851142962 ], "fuel": [ - 28.24708268173797, + 28.247082681737947, 27.838912711111178, 27.357963980848943, 27.3186897, 27.3186897, 27.3186897, - 27.764521933262806, + 27.764521933262813, 28.202841979947806 ] }, @@ -380818,19 +273765,19 @@ ], "ice resistance": 6182.678214120913, "wind resistance": [ - 3373.80110580568, + 3373.8011058055963, 1029.8925692435841, - -1802.7138495535874, + -1802.7138495535946, -3515.728915976484, - -3547.6290411401205, + -3547.629041140095, -1918.943884526805, - 895.3351535824986, + 895.3351535825095, 3298.0468513014057 ], "relative wind speed": [ - 7.911168768916842, + 7.911168768916841, 7.615093570937378, - 7.167079608910309, + 7.167079608910308, 6.8262853977400395, 6.817375517217519, 7.146576113000565, @@ -380838,31 +273785,31 @@ 7.903482011217787 ], "relative wind angle": [ - 0.027174013754718104, - 0.07082311709199766, - 0.07641380969373458, - 0.034415877301464955, - 0.031535212202211955, + 0.02717401375472627, + 0.07082311709199765, + 0.0764138096937346, + 0.03441587730146496, + 0.031535212202208424, 0.0754747239299426, - 0.07209317082616779, + 0.07209317082616624, 0.029723711125581635 ], "resistance": [ - 9556.479319926593, + 9556.47931992651, 7212.570783364497, - 4379.964364567326, + 4379.964364567319, 2666.949298144429, - 2635.0491729807927, + 2635.049172980818, 4263.734329594108, - 7078.013367703412, + 7078.013367703423, 9480.725065422319 ], "fuel": [ - 28.975088101453263, + 28.975088101453245, 28.537371570998452, 28.03567337287665, 27.74675940973706, - 27.74148275578608, + 27.741482755786087, 28.01572492672034, 28.512863932336934, 28.960621586028637 @@ -380885,68 +273832,7 @@ "id": "6460", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.41853017614541, - 17.41853017614541, - 17.41853017614541, - 17.41853017614541, - 17.41853017614541, - 17.41853017614541, - 17.41853017614541, - 17.41853017614541 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2644.1927459217495, - 1890.3960936791482, - 34.35703784910038, - -1733.6986783017855, - -2430.335787174504, - -2109.8738167599213, - -597.0788099965412, - 1354.1043636814175 - ], - "relative wind speed": [ - 5.447908662238196, - 5.3368828256718075, - 4.953265629308036, - 4.48883660959229, - 4.230312291978058, - 4.369546038755046, - 4.800042758691456, - 5.236945366540939 - ], - "relative wind angle": [ - 0.01417395115063701, - 0.07050048105206962, - 0.12323604538227358, - 0.10828870481205412, - 0.018253993731853817, - 0.08614317259798167, - 0.12719089655657262, - 0.09277114793927257 - ], - "resistance": [ - 99278.69274592174, - 98524.89609367913, - 96668.85703784908, - 94900.8013216982, - 94204.16421282548, - 94524.62618324006, - 96037.42119000344, - 97988.6043636814 - ], - "fuel": [ - 48.60652417225446, - 48.21186228300955, - 47.249116641687024, - 46.343930314545254, - 45.99046955870459, - 46.15284173645564, - 46.92450697020532, - 47.93236568674916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -57.96875, -67.65625 -57.8125, -67.5 -57.8125, -67.5 -57.96875, -67.65625 -57.96875))", @@ -380978,19 +273864,19 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 2440.7880953339154, + 2440.7880953333406, 1490.0637442317384, - -214.95732022286393, + -214.95732022286757, -1696.5176863243987, -2132.1283851001617, -1727.7067852250393, - -267.2340093836865, + -267.2340093836847, 1445.5443822527795 ], "relative wind speed": [ 4.97186467733184, 4.8178798937314715, - 4.4141732557672935, + 4.414173255767293, 3.9650428882463804, 3.758511791807377, 3.953970484011376, @@ -380998,17 +273884,17 @@ 4.808771584638007 ], "relative wind angle": [ - 0.0014283889232182328, - 0.08811199190151243, + 0.001428388923373684, + 0.08811199190151245, 0.13787488646134713, 0.10967817325007174, - 0.001889513360017896, + 0.0018895133600178957, 0.10743138787827916, - 0.138318536926406, + 0.13831853692640517, 0.0903762382215255 ], "resistance": [ - 99075.28809533388, + 99075.2880953333, 98124.5637442317, 96419.54267977709, 94937.98231367556, @@ -381018,7 +273904,7 @@ 98080.04438225273 ], "fuel": [ - 46.76127602884611, + 46.761276028845806, 46.264577516058964, 45.38222721639953, 44.62430181881546, @@ -381045,68 +273931,7 @@ "id": "6462", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.309762413730613, - 19.309762413730613, - 19.309762413730613, - 19.309762413730613, - 19.309762413730613, - 19.309762413730613, - 19.309762413730613, - 19.309762413730613 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 3137.7595122837993, - 1560.1764689449246, - -777.7541868111894, - -2558.8561861445924, - -2913.458704511857, - -2037.4568938906505, - 97.82447549852623, - 2303.2657956726707 - ], - "relative wind speed": [ - 6.019786660960266, - 5.783339309114474, - 5.30789579483726, - 4.84840858263021, - 4.70963082241046, - 4.997143220133388, - 5.499517811410624, - 5.908585968127356 - ], - "relative wind angle": [ - 0.016035035341908473, - 0.09203846642563578, - 0.12375165310735652, - 0.08156743102336694, - 0.020496322865309717, - 0.10657007991808427, - 0.11941872885983291, - 0.06690750398155787 - ], - "resistance": [ - 99772.25951228384, - 98194.67646894496, - 95856.74581318886, - 94075.64381385545, - 93721.04129548819, - 94597.0431061094, - 96732.32447549856, - 98937.76579567272 - ], - "fuel": [ - 51.0197458556606, - 50.193298422331765, - 48.98555976960475, - 48.07911972715286, - 47.900064115669764, - 48.34324872015315, - 49.43548788056444, - 50.58142644199524 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -58.125, -67.65625 -57.96875, -67.5 -57.96875, -67.5 -58.125, -67.65625 -58.125))", @@ -381138,19 +273963,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2784.748044925682, + 2784.748044925642, 1455.5579934050656, - -585.4077104940934, + -585.4077104940952, -2187.7448699933666, - -2541.5256139721923, + -2541.525613972174, -1839.0411195371707, -0.24209652403078508, 1952.7904201328893 ], "relative wind speed": [ - 5.540535467776553, + 5.540535467776552, 5.328867325825883, - 4.880790185705747, + 4.880790185705746, 4.433192568616355, 4.281608605918499, 4.542342847882641, @@ -381158,31 +273983,31 @@ 5.4200100713495 ], "relative wind angle": [ - 0.012731203438835645, + 0.012731203438844364, 0.09302832463077013, - 0.12934137941327586, + 0.129341379413275, 0.08927963368768124, - 0.016474875714071333, - 0.1091960714895105, + 0.016474875714064592, + 0.10919607148951048, 0.12571727552736198, 0.07299237816272425 ], "resistance": [ - 99419.24804492567, + 99419.24804492563, 98090.05799340505, 96049.09228950589, 94446.75513000661, - 94092.9743860278, + 94092.97438602781, 94795.45888046281, 96634.25790347595, 98587.29042013288 ], "fuel": [ - 48.96186608783964, + 48.9618660878396, 48.26667584841994, 47.2120115494682, 46.394868898629014, - 46.21573915518576, + 46.215739155185766, 46.57188376077839, 47.51280957417217, 48.52596767220672 @@ -381205,68 +274030,7 @@ "id": "6464", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.47530763271288, - 17.47530763271288, - 17.47530763271288, - 17.47530763271288, - 17.47530763271288, - 17.47530763271288, - 17.47530763271288, - 17.47530763271288 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 1376.3013630045389, - -642.0836734232926, - -2191.075311874337, - -2508.8537420770135, - -1766.51144274115, - 70.3180267024145, - 1981.7635921880938, - 2728.619435192086 - ], - "relative wind speed": [ - 5.260141757536793, - 4.808375980069662, - 4.366460236286885, - 4.228551925452523, - 4.500983807289409, - 4.980709485319621, - 5.372333901368121, - 5.481541312132518 - ], - "relative wind angle": [ - 0.09605867795602922, - 0.13068525908258485, - 0.08751335936485634, - 0.02054792953180015, - 0.11232388434601556, - 0.12613894788007124, - 0.07109717096092945, - 0.015850562103275408 - ], - "resistance": [ - 98010.8013630046, - 95992.41632657677, - 94443.42468812573, - 94125.64625792304, - 94867.98855725891, - 96704.81802670247, - 98616.26359218816, - 99363.11943519214 - ], - "fuel": [ - 48.00513790629781, - 46.96265257623223, - 46.1728874343902, - 46.01196938864946, - 46.388466347008176, - 47.32887333093872, - 48.32081168860082, - 48.71208388345278 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -58.59375, -68.28125 -58.4375, -68.125 -58.4375, -68.125 -58.59375, -68.28125 -58.59375))", @@ -381285,68 +274049,7 @@ "id": "6465", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.84324478487274, - 18.84324478487274, - 18.84324478487274, - 18.84324478487274, - 18.84324478487274, - 18.84324478487274, - 18.84324478487274, - 18.84324478487274 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 1736.9334463084233, - -458.02594004965977, - -2280.2487808194383, - -2748.2760410650353, - -2125.5346395653723, - -198.24239986482826, - 1957.436206848155, - 3060.383184991131 - ], - "relative wind speed": [ - 5.688144686957843, - 5.244468768588547, - 4.778483494766449, - 4.591218714065051, - 4.823736806791912, - 5.302732700812392, - 5.726213605098082, - 5.877426093162262 - ], - "relative wind angle": [ - 0.08369339348244256, - 0.12293652288168623, - 0.09094826908707077, - 0.006392908403339712, - 0.09873632461709259, - 0.12157902134721965, - 0.0758638301363229, - 0.004993880365918961 - ], - "resistance": [ - 98371.43344630847, - 96176.47405995039, - 94354.2512191806, - 93886.223958935, - 94508.96536043467, - 96436.25760013521, - 98591.9362068482, - 99694.88318499118 - ], - "fuel": [ - 49.732289937529586, - 48.59638048790305, - 47.66698465901894, - 47.430269080010106, - 47.745414159164184, - 48.729885261298506, - 49.84739286585403, - 50.42584942284689 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -58.75, -68.4375 -58.59375, -68.28125 -58.59375, -68.28125 -58.75, -68.4375 -58.75))", @@ -381365,68 +274068,7 @@ "id": "6466", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.146990641152684, - 20.146990641152684, - 20.146990641152684, - 20.146990641152684, - 20.146990641152684, - 20.146990641152684, - 20.146990641152684, - 20.146990641152684 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1608.0161836430325, - -666.7544869699814, - -2459.901723351477, - -2855.8780988820035, - -2085.80582127671, - -37.6278114344841, - 2140.6117162923692, - 3075.4301909049245 - ], - "relative wind speed": [ - 6.003612958712993, - 5.564134897153851, - 5.12939967145331, - 4.981971191892319, - 5.2307474858372185, - 5.696006554147709, - 6.090430758913003, - 6.2116061418745785 - ], - "relative wind angle": [ - 0.0803174760902035, - 0.11073050766835382, - 0.07568894331127383, - 0.013314930607353372, - 0.09221629202851195, - 0.1081567555858651, - 0.06372799137084464, - 0.010679025675331374 - ], - "resistance": [ - 98242.51618364302, - 95967.74551303001, - 94174.59827664851, - 93778.62190111798, - 94548.69417872328, - 96596.8721885655, - 98775.11171629236, - 99709.93019090491 - ], - "fuel": [ - 51.246871624827165, - 50.07108818869104, - 49.15781762572679, - 48.957755070549666, - 49.347361302109995, - 50.394344942375554, - 51.52494143478761, - 52.01556531583026 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -58.75, -68.28125 -58.59375, -68.125 -58.59375, -68.125 -58.75, -68.28125 -58.75))", @@ -381445,68 +274087,7 @@ "id": "6467", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96110.85035845806, - "wind resistance": [ - 3317.5552048656646, - 548.4774935797177, - -2416.0271365780427, - -3899.26517851861, - -3661.6152264002776, - -1553.4659886654335, - 1547.4105987825824, - 3881.0918047162413 - ], - "relative wind speed": [ - 7.920422571628855, - 7.553865367844327, - 7.066979228757335, - 6.7488564983643755, - 6.815430742032149, - 7.219578098274637, - 7.696817166395283, - 7.9772254498095805 - ], - "relative wind angle": [ - 0.03988319496823635, - 0.08141848525461857, - 0.07833233198263967, - 0.024854920778439045, - 0.046353804020076675, - 0.08519733968721577, - 0.07191075354448087, - 0.021027033075859347 - ], - "resistance": [ - 99428.40556332373, - 96659.32785203778, - 93694.82322188001, - 92211.58517993946, - 92449.23513205779, - 94557.38436979262, - 97658.26095724065, - 99991.9421631743 - ], - "fuel": [ - 61.17765164549887, - 59.736698180949574, - 58.22567356164322, - 57.48193280959209, - 57.600546996400716, - 58.66195258016932, - 60.25322618361771, - 61.474395071628116 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -58.28125, -67.8125 -58.125, -67.65625 -58.125, -67.65625 -58.28125, -67.8125 -58.28125))", @@ -381525,68 +274106,7 @@ "id": "6468", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.901251972828117, - 21.901251972828117, - 21.901251972828117, - 21.901251972828117, - 21.901251972828117, - 21.901251972828117, - 21.901251972828117, - 21.901251972828117 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3177.641872054315, - 1383.0572226374825, - -1090.6053363762167, - -2844.7379581649384, - -3099.1828502064873, - -2005.946382662145, - 322.0404732778261, - 2576.2693907873763 - ], - "relative wind speed": [ - 6.684746923009217, - 6.432128420724347, - 5.977095593001025, - 5.572587617938974, - 5.485728538756173, - 5.779860119839859, - 6.2492709412964995, - 6.612512855639553 - ], - "relative wind angle": [ - 0.020458073934382846, - 0.08104482280903101, - 0.10049574418523437, - 0.058773158968637634, - 0.02493044868644507, - 0.09021450705910043, - 0.09610500276258964, - 0.049521852033285754 - ], - "resistance": [ - 99812.14187205434, - 98017.55722263751, - 95543.89466362381, - 93789.76204183509, - 93535.31714979354, - 94628.55361733788, - 96956.54047327786, - 99210.7693907874 - ], - "fuel": [ - 54.374499760014054, - 53.4348300479861, - 52.159229397374745, - 51.2684686628353, - 51.14021064062683, - 51.69298438001081, - 52.884903875721854, - 54.05827764112309 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -58.28125, -67.65625 -58.125, -67.5 -58.125, -67.5 -58.28125, -67.65625 -58.28125))", @@ -381605,68 +274125,7 @@ "id": "6469", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.116347730246545, - 22.116347730246545, - 22.116347730246545, - 22.116347730246545, - 22.116347730246545, - 22.116347730246545, - 22.116347730246545, - 22.116347730246545 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 3097.654531302809, - 2299.1992813897723, - 89.49534089412373, - -2074.5413713218295, - -2972.407287383152, - -2635.2517771752246, - -855.444308972501, - 1501.8817396081085 - ], - "relative wind speed": [ - 6.717543676319859, - 6.621767567531185, - 6.260260534360421, - 5.820870747392524, - 5.570670859011649, - 5.684185178572091, - 6.0800415216210375, - 6.501940526093459 - ], - "relative wind angle": [ - 0.013472797696540735, - 0.05159991257497662, - 0.09173809586213975, - 0.08074907324367998, - 0.016246759650098322, - 0.06012064046832783, - 0.09446531180244293, - 0.07227508532037516 - ], - "resistance": [ - 99732.15453130283, - 98933.6992813898, - 96723.99534089415, - 94559.9586286782, - 93662.09271261688, - 93999.2482228248, - 95779.05569102753, - 98136.38173960814 - ], - "fuel": [ - 54.62895025168466, - 54.20962573001337, - 53.061523289043365, - 51.95475804137327, - 51.50067242766208, - 51.67083331866334, - 52.57610431175913, - 53.79326591244532 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -58.4375, -67.8125 -58.28125, -67.65625 -58.28125, -67.65625 -58.4375, -67.8125 -58.4375))", @@ -381685,68 +274144,7 @@ "id": "6470", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.200435276445415, - 26.200435276445415, - 26.200435276445415, - 26.200435276445415, - 26.200435276445415, - 26.200435276445415, - 26.200435276445415, - 26.200435276445415 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 3613.642478289341, - 1712.889226392239, - -1074.1110076018158, - -3157.277201699766, - -3534.2412424949725, - -2449.9620286714417, - 120.30957985982604, - 2717.73638898036 - ], - "relative wind speed": [ - 7.848409721220241, - 7.627353320402849, - 7.204169566655554, - 6.8150437587166275, - 6.7086816740857165, - 6.958981698646542, - 7.3962075289456175, - 7.756231270606585 - ], - "relative wind angle": [ - 0.012271963397494806, - 0.06180306462922018, - 0.07919168834571608, - 0.04915912315884434, - 0.014356962035204916, - 0.06774760394131354, - 0.07713138292350981, - 0.04318989217155043 - ], - "resistance": [ - 100248.14247828933, - 98347.38922639223, - 95560.38899239816, - 93477.22279830022, - 93100.25875750501, - 94184.53797132854, - 96754.80957985981, - 99352.23638898035 - ], - "fuel": [ - 61.110957184839975, - 60.112987814688445, - 58.67401162962023, - 57.617312765596054, - 57.427820851047386, - 57.974292149568484, - 59.28717242840326, - 60.638896715685995 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -58.4375, -67.65625 -58.28125, -67.5 -58.28125, -67.5 -58.4375, -67.65625 -58.4375))", @@ -381765,68 +274163,7 @@ "id": "6471", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 22.817384222525398, - 22.817384222525398, - 22.817384222525398, - 22.817384222525398, - 22.817384222525398, - 22.817384222525398, - 22.817384222525398, - 22.817384222525398 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3522.9084488190674, - 2313.2460111336623, - -201.1343836236556, - -2491.7978837894643, - -3266.625320166282, - -2755.8369798897784, - -645.8369316191092, - 1937.6765537719948 - ], - "relative wind speed": [ - 6.959173639050592, - 6.818739313170944, - 6.409625440437387, - 5.9468140353374785, - 5.7174329928756835, - 5.884210392694765, - 6.327388045613914, - 6.764210271391128 - ], - "relative wind angle": [ - 0.00593687817852643, - 0.060137754532680956, - 0.09701951523477055, - 0.07882047616795908, - 0.0072262994677789304, - 0.06970324974499452, - 0.09828453254141603, - 0.06927938056349854 - ], - "resistance": [ - 100157.40844881907, - 98947.74601113365, - 96433.36561637634, - 94142.70211621054, - 93367.87467983372, - 93878.66302011022, - 95988.66306838089, - 98572.17655377199 - ], - "fuel": [ - 55.8410390521889, - 55.20477227353442, - 53.89966205507578, - 52.731152263210994, - 52.34031763106312, - 52.59771603995978, - 53.671283755069226, - 55.00833529216095 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -58.59375, -68.125 -58.4375, -67.96875 -58.4375, -67.96875 -58.59375, -68.125 -58.59375))", @@ -381845,68 +274182,7 @@ "id": "6472", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.881734741543273, - 23.881734741543273, - 23.881734741543273, - 23.881734741543273, - 23.881734741543273, - 23.881734741543273, - 23.881734741543273, - 23.881734741543273 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2646.5943410034815, - -70.67619399111936, - -2627.5316339727433, - -3582.9408022313237, - -3091.14966788277, - -851.570141997945, - 1987.1624333273794, - 3810.8258762849728 - ], - "relative wind speed": [ - 7.151588573983288, - 6.734229867397357, - 6.246263308999764, - 5.98777738142885, - 6.141279859760257, - 6.596262998128458, - 7.060080178161476, - 7.28059472006747 - ], - "relative wind angle": [ - 0.057094617174598114, - 0.09614183807724191, - 0.08111574717924279, - 0.011575542700627018, - 0.0665002017956886, - 0.09815914881822041, - 0.07174838671130886, - 0.00952000138706703 - ], - "resistance": [ - 99281.09434100351, - 96563.8238060089, - 94006.96836602729, - 93051.5591977687, - 93543.35033211726, - 95782.92985800208, - 98621.66243332741, - 100445.325876285 - ], - "fuel": [ - 56.9411732699483, - 55.52840642844394, - 54.224132304125924, - 53.74301307107998, - 53.990242102874205, - 55.127485412213844, - 56.595795833370154, - 57.55488969371483 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -58.59375, -67.96875 -58.4375, -67.8125 -58.4375, -67.8125 -58.59375, -67.96875 -58.59375))", @@ -381925,68 +274201,7 @@ "id": "6473", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 77388.97093583319, - "wind resistance": [ - 3090.461828664189, - 377.07014655876264, - -2443.092834151452, - -3772.674222251826, - -3477.4509108847597, - -1368.9695537618609, - 1620.7367316504715, - 3791.197323005741 - ], - "relative wind speed": [ - 7.888270962858218, - 7.5240954734650884, - 7.056780009982364, - 6.765699138630764, - 6.84824961175462, - 7.24647009478074, - 7.702285207591494, - 7.959186936735458 - ], - "relative wind angle": [ - 0.04102937668899945, - 0.07940876441571598, - 0.07382807035013819, - 0.02058593372067969, - 0.04726471166322092, - 0.0824578432849215, - 0.06763087791356893, - 0.017498710084000845 - ], - "resistance": [ - 80479.43276449738, - 77766.04108239195, - 74945.87810168174, - 73616.29671358137, - 73911.52002494843, - 76020.00138207132, - 79009.70766748366, - 81180.16825883894 - ], - "fuel": [ - 51.887538921061065, - 50.666603155428845, - 49.426658316095434, - 48.852344779957065, - 48.97929853746495, - 49.89543019793514, - 51.222810888198964, - 52.207297640964796 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -58.75, -68.125 -58.59375, -67.96875 -58.59375, -67.96875 -58.75, -68.125 -58.75))", @@ -382018,54 +274233,54 @@ ], "ice resistance": 83166.3024132036, "wind resistance": [ - 3570.69984869548, + 3570.6998486954144, 776.312913177695, - -2334.3807791740473, + -2334.380779174062, -4003.9827566800814, - -3852.0533988378374, + -3852.05339883787, -1784.2155314189586, 1413.5990105317142, - 3930.6391169354283 + 3930.639116935392 ], "relative wind speed": [ - 7.954654844037145, + 7.954654844037143, 7.591438662647458, - 7.086661209749012, + 7.086661209749011, 6.73715115253671, - 6.779787591775404, + 6.7797875917754045, 7.184157049272844, 7.682531247941267, - 7.9907976964273475 + 7.990797696427348 ], "relative wind angle": [ - 0.03758248451330618, + 0.037582484513312094, 0.08269603466770495, - 0.08305706211873584, + 0.08305706211873719, 0.030340758615335965, - 0.044099053858030014, + 0.04409905385803505, 0.0873958570410376, 0.07660185197383768, - 0.025579574625812063 + 0.025579574625816403 ], "resistance": [ - 86737.00226189908, + 86737.002261899, 83942.61532638129, 80831.92163402954, 79162.31965652351, - 79314.24901436575, + 79314.24901436572, 81382.08688178463, 84579.90142373531, - 87096.94153013903 + 87096.94153013898 ], "fuel": [ - 54.80767962844071, + 54.80767962844067, 53.48565330169011, 52.048157803875185, 51.29146033939945, - 51.359888806749694, + 51.35988880674967, 52.29977599141402, 53.78459613633987, - 54.98007951181966 + 54.980079511819625 ] }, { @@ -382085,68 +274300,7 @@ "id": "6475", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 62914.0416920795, - "wind resistance": [ - 3805.678927455905, - 1294.1032798496599, - -1834.912124957831, - -3809.2453851066166, - -3915.026242990625, - -2218.357384746385, - 849.982711899589, - 3554.975259612256 - ], - "relative wind speed": [ - 7.97429724859259, - 7.6633987999251705, - 7.172906343938242, - 6.783874509446726, - 6.75421274547885, - 7.105007055127092, - 7.5998829597034465, - 7.949078755439478 - ], - "relative wind angle": [ - 0.026867218822922128, - 0.07615292294365114, - 0.08518737791543672, - 0.04129662301770688, - 0.03172203109009222, - 0.08215088498976297, - 0.08039073386042304, - 0.035240494276234303 - ], - "resistance": [ - 66719.72061953541, - 64208.14497192916, - 61079.12956712167, - 59104.79630697289, - 58999.01544908888, - 60695.68430733312, - 63764.02440397909, - 66469.01695169177 - ], - "fuel": [ - 45.97891612209586, - 44.976441813373334, - 43.760358920311965, - 43.01178604060424, - 42.972088373954776, - 43.61383983706926, - 44.80161710408049, - 45.877795299016235 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -58.90625, -68.4375 -58.75, -68.28125 -58.75, -68.28125 -58.90625, -68.4375 -58.90625))", @@ -382178,33 +274332,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1843.1975682819393, + 1843.1975682819284, -452.9878424312228, - -2398.2398181230583, + -2398.2398181230565, -2912.4783638512363, -2316.683396283741, -315.5786956826414, - 1959.1804091510894, + 1959.180409151064, 3178.4240713459985 ], "relative wind speed": [ - 6.502387910443183, + 6.502387910443182, 6.102849309910169, - 5.683594078373627, + 5.683594078373626, 5.509187280942833, 5.703682168732959, 6.12929597264881, - 6.519953770700847, + 6.519953770700848, 6.6679752791456615 ], "relative wind angle": [ - 0.06449594410540369, - 0.09508170523203878, - 0.07048947352031432, - 0.0024110784184839086, - 0.07354283772746877, + 0.06449594410540542, + 0.09508170523203877, + 0.07048947352031275, + 0.002411078418483909, + 0.07354283772746875, 0.09467021431338851, - 0.06143506437075304, + 0.06143506437075666, 0.001992070743545734 ], "resistance": [ @@ -382214,7 +274368,7 @@ 93722.02163614877, 94317.81660371626, 96318.92130431737, - 98593.68040915109, + 98593.68040915107, 99812.924071346 ], "fuel": [ @@ -382258,9 +274412,9 @@ ], "ice resistance": 95131.99571085993, "wind resistance": [ - 3198.617461189635, + 3198.6174611895767, 540.8050102865127, - -2317.04633574931, + -2317.046335749317, -3756.309067537135, -3536.69297524825, -1518.2796828648097, @@ -382268,9 +274422,9 @@ 3719.8069653177554 ], "relative wind speed": [ - 7.900365045084686, + 7.900365045084685, 7.548443729041219, - 7.0799757856811585, + 7.079975785681158, 6.772834976920383, 6.8342589196729415, 7.221070564412414, @@ -382278,17 +274432,17 @@ 7.953085514574138 ], "relative wind angle": [ - 0.0381429881315094, + 0.038142988131515225, 0.07827789405396375, - 0.07542509553647583, + 0.07542509553647585, 0.024248096053047053, 0.04409667947916401, 0.08183445638879995, 0.06951385209228826, - 0.020649083913521417 + 0.020649083913521413 ], "resistance": [ - 98330.61317204958, + 98330.61317204952, 95672.80072114644, 92814.94937511062, 91375.6866433228, @@ -382298,7 +274452,7 @@ 98851.80267617769 ], "fuel": [ - 60.60297650274274, + 60.60297650274272, 59.23022928237259, 57.783490280081935, 57.06639455352496, @@ -382325,68 +274479,7 @@ "id": "6478", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.68671380949867, - 20.68671380949867, - 20.68671380949867, - 20.68671380949867, - 20.68671380949867, - 20.68671380949867, - 20.68671380949867, - 20.68671380949867 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2247.2384573607796, - 271.8721139344343, - -1764.2969544465977, - -2715.8161606812446, - -2489.8285323589407, - -950.311122339308, - 1215.2783332889958, - 2781.6019611706924 - ], - "relative wind speed": [ - 6.235429575415676, - 5.897794563376141, - 5.4630018367159225, - 5.191854471270845, - 5.273445770486659, - 5.648524725310405, - 6.070043098386584, - 6.303527538876711 - ], - "relative wind angle": [ - 0.048867411811032366, - 0.09440757196326803, - 0.08828445937237346, - 0.024120347024148094, - 0.05779099036479205, - 0.09858704649696869, - 0.07943581591254413, - 0.01986592822625901 - ], - "resistance": [ - 98881.7384573608, - 96906.37211393446, - 94870.20304555341, - 93918.68383931876, - 94144.67146764108, - 95684.18887766071, - 97849.77833328901, - 99416.1019611707 - ], - "fuel": [ - 52.26834055129694, - 51.24151428505789, - 50.19827887580122, - 49.716055229984846, - 49.830279213016375, - 50.61347526769438, - 51.730100240140146, - 52.548606206653275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -59.0625, -68.28125 -58.90625, -68.125 -58.90625, -68.125 -59.0625, -68.28125 -59.0625))", @@ -382418,51 +274511,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2796.7358783132586, + 2796.735878313226, 544.2200303085301, - -1917.9931864343707, + -1917.9931864343744, -3199.0685140134538, - -3043.442815998049, + -3043.442815998038, -1354.3929795657023, 1197.0640371939226, 3165.449462923414 ], "relative wind speed": [ - 7.090562447633345, + 7.090562447633343, 6.759821679288827, - 6.30929578449745, + 6.309295784497449, 6.005101555937902, - 6.054058220689063, + 6.054058220689062, 6.421254365581366, 6.864436136129732, 7.132072073819302 ], "relative wind angle": [ - 0.0392786985917957, - 0.08348305164202609, + 0.03927869859179853, + 0.08348305164202607, 0.08230821874719503, - 0.028297494139571736, - 0.04600793377524418, - 0.08789586581975523, - 0.07563850535772938, + 0.02829749413957174, + 0.04600793377524177, + 0.08789586581975524, + 0.0756385053577294, 0.02382515517412957 ], "resistance": [ - 99431.23587831328, + 99431.23587831324, 97178.72003030854, 94716.50681356565, 93435.43148598656, - 93591.05718400197, + 93591.05718400198, 95280.10702043431, 97831.56403719394, 99799.94946292343 ], "fuel": [ - 56.65721332803636, + 56.65721332803634, 55.48287618435573, 54.22081263552891, 53.573090273641185, - 53.65145005487856, + 53.651450054878566, 54.50770790815775, 55.821289919104984, 56.851238356402924 @@ -382485,68 +274578,7 @@ "id": "6480", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.832882804951542, - 14.832882804951542, - 14.832882804951542, - 14.832882804951542, - 14.832882804951542, - 14.832882804951542, - 14.832882804951542, - 14.832882804951542 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 1491.635480334974, - -4.328721578207478, - -1403.2118463729803, - -1931.2992190857212, - -1652.791981116452, - -422.6423549589181, - 1135.3620146365456, - 2145.218952474527 - ], - "relative wind speed": [ - 4.583322184307856, - 4.21971634176182, - 3.783454299781303, - 3.546500376881643, - 3.689559781152986, - 4.100449684966083, - 4.50612551815155, - 4.6948938966337215 - ], - "relative wind angle": [ - 0.07938999808582343, - 0.13651315684306545, - 0.11885845103220705, - 0.016978076624323386, - 0.09867800552485044, - 0.14050976953335167, - 0.09972690394707864, - 0.012824893236279939 - ], - "resistance": [ - 98126.13548033494, - 96630.17127842177, - 95231.28815362699, - 94703.20078091425, - 94981.70801888352, - 96211.85764504105, - 97769.86201463651, - 98779.7189524745 - ], - "fuel": [ - 45.44079838999524, - 44.66604463726151, - 43.94910306719743, - 43.68034630063536, - 43.82195621943034, - 44.45089156308971, - 45.25553036670367, - 45.781900467967105 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -59.21875, -68.59375 -59.0625, -68.4375 -59.0625, -68.4375 -59.21875, -68.59375 -59.21875))", @@ -382565,68 +274597,7 @@ "id": "6481", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.781465353803352, - 21.781465353803352, - 21.781465353803352, - 21.781465353803352, - 21.781465353803352, - 21.781465353803352, - 21.781465353803352, - 21.781465353803352 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2585.718206984646, - 540.6593811555813, - -1713.1757286997217, - -2906.247531571089, - -2779.781855099838, - -1257.2173676111179, - 1069.0536617381586, - 2884.8376341731273 - ], - "relative wind speed": [ - 6.573369349917433, - 6.250072831817382, - 5.8033242362163975, - 5.4962746626198715, - 5.539603511556667, - 5.901947244144354, - 6.34175208322024, - 6.609641178515495 - ], - "relative wind angle": [ - 0.04111659754354987, - 0.08922410114966808, - 0.08927465734887238, - 0.03180858155032166, - 0.048795132480887723, - 0.09450225418213634, - 0.08167736399132465, - 0.026449182055274276 - ], - "resistance": [ - 99220.21820698469, - 97175.15938115562, - 94921.32427130033, - 93728.25246842895, - 93854.71814490021, - 95377.28263238893, - 97703.5536617382, - 99519.33763417316 - ], - "fuel": [ - 53.89938743148469, - 52.83402334651285, - 51.67792481671587, - 51.073593143232415, - 51.137401369439175, - 51.910282228670795, - 53.10779692359844, - 54.05651691448453 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -59.375, -68.75 -59.21875, -68.59375 -59.21875, -68.59375 -59.375, -68.75 -59.375))", @@ -382645,68 +274616,7 @@ "id": "6482", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.638344682076223, - 17.638344682076223, - 17.638344682076223, - 17.638344682076223, - 17.638344682076223, - 17.638344682076223, - 17.638344682076223, - 17.638344682076223 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1711.2970717855333, - -153.2364810163599, - -1831.2392748112416, - -2385.440046553371, - -1989.0914890392833, - -418.3322128372911, - 1486.349324175224, - 2645.466700494262 - ], - "relative wind speed": [ - 5.357816586869697, - 4.967315810104899, - 4.52312152951649, - 4.30451446111085, - 4.473848070478918, - 4.903803501257559, - 5.316285053069333, - 5.494785745627536 - ], - "relative wind angle": [ - 0.07439243767918823, - 0.12010142364730127, - 0.09819924510851237, - 0.007431705056571802, - 0.08912712095453301, - 0.12166460489170079, - 0.08351122482281498, - 0.005821840852277225 - ], - "resistance": [ - 98345.79707178552, - 96481.26351898363, - 94803.26072518874, - 94249.05995344662, - 94645.4085109607, - 96216.16778716269, - 98120.84932417521, - 99279.96670049425 - ], - "fuel": [ - 48.356617337944975, - 47.39073757744972, - 46.53254556065889, - 46.251408644311674, - 46.45235333160923, - 47.25446105233357, - 48.23940200546133, - 48.84540721926052 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -59.375, -68.59375 -59.21875, -68.4375 -59.21875, -68.4375 -59.375, -68.59375 -59.375))", @@ -382725,68 +274635,7 @@ "id": "6483", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.50550993471237, - 25.50550993471237, - 25.50550993471237, - 25.50550993471237, - 25.50550993471237, - 25.50550993471237, - 25.50550993471237, - 25.50550993471237 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2217.3202199379703, - -412.48951105228116, - -2714.3490481756635, - -3378.7274843331797, - -2778.8190436144323, - -521.3160933922009, - 2125.718515921173, - 3644.3097063600617 - ], - "relative wind speed": [ - 7.507783770169051, - 7.11707510507668, - 6.698047500003151, - 6.510847365946208, - 6.684543031691572, - 7.099096747534006, - 7.4957382805065755, - 7.658903267407251 - ], - "relative wind angle": [ - 0.0532395526628652, - 0.08074280590427854, - 0.061590679521861036, - 0.0013851712014740772, - 0.05980371348547137, - 0.08094773309098861, - 0.05502922606962298, - 0.0011775364113314206 - ], - "resistance": [ - 98851.82021993797, - 96222.01048894772, - 93920.15095182434, - 93255.77251566682, - 93855.68095638556, - 96113.1839066078, - 98760.21851592118, - 100278.80970636006 - ], - "fuel": [ - 59.24232572211838, - 57.87880441039317, - 56.70644158800904, - 56.37173275777999, - 56.67389013422377, - 57.82293378103588, - 59.194398879363945, - 59.992971350333065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -59.21875, -68.4375 -59.0625, -68.28125 -59.0625, -68.28125 -59.21875, -68.4375 -59.21875))", @@ -382805,68 +274654,7 @@ "id": "6484", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96348.71559738327, - "wind resistance": [ - 3505.4427377930406, - 1419.4650020250847, - -1384.2357164513887, - -3309.1759096822134, - -3540.0810634838745, - -2226.9579649037405, - 444.00001493664604, - 2956.720518654114 - ], - "relative wind speed": [ - 7.918490701763231, - 7.6673495164437995, - 7.236824932079033, - 6.871056660672012, - 6.806642817925312, - 7.088344858809706, - 7.527366494808411, - 7.86266251409532 - ], - "relative wind angle": [ - 0.01839908883158054, - 0.06475988958840513, - 0.07690969169324036, - 0.04224191830242583, - 0.02140496028632199, - 0.0700580814654608, - 0.07393559807805401, - 0.03691194981242347 - ], - "resistance": [ - 99854.15833517631, - 97768.18059940836, - 94964.47988093187, - 93039.53968770106, - 92808.6345338994, - 94121.75763247954, - 96792.71561231991, - 99305.43611603738 - ], - "fuel": [ - 61.401732620657086, - 60.3102901655259, - 58.86882105999994, - 57.89608501183484, - 57.78032714915014, - 58.44126877599264, - 59.80545547699977, - 61.11305626026781 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -59.21875, -68.28125 -59.0625, -68.125 -59.0625, -68.125 -59.21875, -68.28125 -59.21875))", @@ -382885,68 +274673,7 @@ "id": "6485", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.36930592902456, - 23.36930592902456, - 23.36930592902456, - 23.36930592902456, - 23.36930592902456, - 23.36930592902456, - 23.36930592902456, - 23.36930592902456 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 3129.205418487807, - 1092.31825490966, - -1463.5146328211813, - -3092.9530066139196, - -3193.786110432544, - -1828.0016377653883, - 670.0392873953679, - 2890.4826144023245 - ], - "relative wind speed": [ - 7.060961880260712, - 6.777035936063996, - 6.323751493217264, - 5.959920937538207, - 5.927788145408969, - 6.2504110978913365, - 6.708652772604824, - 7.0338607741154275 - ], - "relative wind angle": [ - 0.02736280244104468, - 0.07938314583062482, - 0.08975707780847758, - 0.0443464501795922, - 0.03259526210405507, - 0.08608745058955956, - 0.08459467048752596, - 0.03757209565733609 - ], - "resistance": [ - 99763.70541848779, - 97726.81825490965, - 95170.9853671788, - 93541.54699338606, - 93440.71388956744, - 94806.49836223459, - 97304.53928739535, - 99524.98261440231 - ], - "fuel": [ - 56.433818404212815, - 55.36856105989267, - 54.05374317264088, - 53.22818604961637, - 53.17742342625765, - 53.868217536043204, - 55.149648410219385, - 56.30817178408672 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -59.375, -68.4375 -59.21875, -68.28125 -59.21875, -68.28125 -59.375, -68.4375 -59.375))", @@ -382965,68 +274692,7 @@ "id": "6486", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 85677.28618343333, - "wind resistance": [ - 3077.4128817154487, - 722.4450555107833, - -1953.8267549023294, - -3430.957012551433, - -3339.3631530331877, - -1619.3399321870165, - 1109.5968696903801, - 3295.1196245591454 - ], - "relative wind speed": [ - 7.872477768132427, - 7.566295272568197, - 7.1353596567086015, - 6.832330241410223, - 6.857869447833812, - 7.194265453928143, - 7.621871301897393, - 7.894652813492375 - ], - "relative wind angle": [ - 0.0309779320096789, - 0.070281462419392, - 0.0711965234408647, - 0.027299958800388966, - 0.035562864600760226, - 0.07392232753927225, - 0.06664500706997328, - 0.023625676959675008 - ], - "resistance": [ - 88754.69906514877, - 86399.7312389441, - 83723.459428531, - 82246.3291708819, - 82337.92303040014, - 84057.94625124632, - 86786.88305312372, - 88972.40580799247 - ], - "fuel": [ - 55.78031776491806, - 54.646574640101974, - 53.38319925614675, - 52.69731166442982, - 52.73960605388608, - 53.53964157843904, - 54.83154222463877, - 55.88616954488353 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -59.375, -68.28125 -59.21875, -68.125 -59.21875, -68.125 -59.375, -68.28125 -59.375))", @@ -383058,9 +274724,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3024.653311648035, + 3024.6533116479404, 1220.9400322742476, - -1194.6047191160978, + -1194.6047191161088, -2848.7174682844525, -3044.0739382481897, -1905.6044437758028, @@ -383068,9 +274734,9 @@ 2560.913947264791 ], "relative wind speed": [ - 7.18675777435304, + 7.1867577743530395, 6.9470810228905915, - 6.536617555453394, + 6.536617555453393, 6.1877187879867135, 6.127317595216446, 6.39777879277381, @@ -383078,9 +274744,9 @@ 7.1348191582316325 ], "relative wind angle": [ - 0.019542479634930696, + 0.01954247963494206, 0.06827698915218022, - 0.08114604671474396, + 0.08114604671474532, 0.04451378418616104, 0.02292200863833611, 0.074149472621622, @@ -383088,9 +274754,9 @@ 0.03860170989508045 ], "resistance": [ - 99659.15331164806, + 99659.15331164797, 97855.44003227427, - 95439.89528088394, + 95439.89528088392, 93785.78253171558, 93590.42606175184, 94728.89555622422, @@ -383098,7 +274764,7 @@ 99195.41394726482 ], "fuel": [ - 57.257610455750196, + 57.25761045575015, 56.31421831294659, 55.06978341377656, 54.230145772330744, @@ -383138,19 +274804,19 @@ ], "ice resistance": 67547.78577408366, "wind resistance": [ - 3842.1783960565845, + 3842.17839605649, 1295.3035094838233, - -1866.7330507543993, + -1866.7330507544066, -3853.9180445836573, -3953.717315788035, -2228.2607462965716, - 876.542390079474, + 876.5423900794885, 3605.710421933374 ], "relative wind speed": [ - 7.980433971549816, + 7.9804339715498145, 7.664910678246696, - 7.1687487520401545, + 7.168748752040154, 6.776353232616781, 6.748354604464633, 7.104699890661474, @@ -383158,27 +274824,27 @@ 7.956673495165519 ], "relative wind angle": [ - 0.027434324625501265, + 0.02743432462550936, 0.07712793382966365, 0.08607857978487914, 0.041480627239285986, - 0.03244476285425312, + 0.032444762854253115, 0.08322308913968254, - 0.08112915054976917, + 0.0811291505497678, 0.03532446448823331 ], "resistance": [ - 71389.96417014024, + 71389.96417014016, 68843.08928356749, - 65681.05272332927, + 65681.05272332925, 63693.86772950001, 63594.06845829563, 65319.525027787095, - 68424.32816416313, + 68424.32816416315, 71153.49619601703 ], "fuel": [ - 47.90540811385453, + 47.905408113854484, 46.84475158342366, 45.56149421744704, 44.77406758638093, @@ -383205,68 +274871,7 @@ "id": "6489", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 57199.08574800483, - "wind resistance": [ - 4220.720040008215, - 2149.320715061487, - -1030.1306567674765, - -3506.069859966563, - -4025.337296701633, - -2915.3408836603376, - -33.93915781800388, - 2989.0352889073 - ], - "relative wind speed": [ - 8.011280661395574, - 7.781425321348084, - 7.310493095985152, - 6.857269752550591, - 6.711819904334783, - 6.977002524878298, - 7.468991562281262, - 7.88714116804245 - ], - "relative wind angle": [ - 0.009930836572760292, - 0.06632328142446973, - 0.08899908561181978, - 0.05883287700955647, - 0.011853606850751326, - 0.07398336805338963, - 0.08710560442906956, - 0.051143504522415076 - ], - "resistance": [ - 61419.805788013044, - 59348.40646306632, - 56168.95509123735, - 53693.015888038266, - 53173.748451303196, - 54283.744864344495, - 57165.14659018682, - 60188.121036912125 - ], - "fuel": [ - 43.89099440957212, - 43.1033669399911, - 41.92547562955623, - 41.03426626559545, - 40.85025068744616, - 41.24482601008645, - 42.2904881454412, - 43.42073516613255 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -59.0625, -68.125 -58.90625, -67.96875 -58.90625, -67.96875 -59.0625, -68.125 -59.0625))", @@ -383285,68 +274890,7 @@ "id": "6490", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 81420.2703821471, - "wind resistance": [ - 3664.439390376625, - 1307.8577057555922, - -1685.9925084761016, - -3618.1953395002347, - -3757.4465251006295, - -2192.1358882826607, - 721.7737367071095, - 3334.0618901694143 - ], - "relative wind speed": [ - 7.949810589951118, - 7.659780519572256, - 7.1930552649269845, - 6.816428148052251, - 6.777462550754962, - 7.103608198300795, - 7.57584602527606, - 7.916425604111104 - ], - "relative wind angle": [ - 0.024154128433572255, - 0.07191723035752966, - 0.08161011375144381, - 0.04092192660617712, - 0.028333283302142364, - 0.077558846525369, - 0.07747804243474819, - 0.03523322828251235 - ], - "resistance": [ - 85084.70977252373, - 82728.12808790269, - 79734.27787367099, - 77802.07504264686, - 77662.82385704646, - 79228.13449386443, - 82142.0441188542, - 84754.3322723165 - ], - "fuel": [ - 54.022468001545974, - 52.92013695822847, - 51.549515350285205, - 50.68263774030634, - 50.62069974249151, - 51.3210925741321, - 52.64919499405656, - 53.86668286629265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -59.0625, -67.96875 -58.90625, -67.8125 -58.90625, -67.8125 -59.0625, -67.96875 -59.0625))", @@ -383365,68 +274909,7 @@ "id": "6491", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 55607.166209918374, - "wind resistance": [ - 3789.6032540413544, - 1475.8550520435383, - -1568.477544522033, - -3615.0721640266347, - -3828.1214612658587, - -2342.4559366007306, - 579.5879906949813, - 3284.2282931035697 - ], - "relative wind speed": [ - 7.964515279870756, - 7.684773727518202, - 7.214884740458142, - 6.821374263110791, - 6.7617337929126355, - 7.078050599307512, - 7.556453249469335, - 7.913494846910633 - ], - "relative wind angle": [ - 0.021516325610826552, - 0.07117850420234455, - 0.08347380991147815, - 0.04460961385239935, - 0.02534442099094936, - 0.0772915465790716, - 0.0796924088171375, - 0.03844987935459365 - ], - "resistance": [ - 59396.76946395973, - 57083.02126196191, - 54038.688665396345, - 51992.09404589174, - 51779.044748652515, - 53264.71027331764, - 56186.75420061336, - 58891.39450302195 - ], - "fuel": [ - 43.12157442070452, - 42.26025710397353, - 41.15732044711651, - 40.43524096709896, - 40.36096860255095, - 40.882412829704485, - 41.93196496517429, - 42.93174288479881 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -58.90625, -67.8125 -58.75, -67.65625 -58.75, -67.65625 -58.90625, -67.8125 -58.90625))", @@ -383445,68 +274928,7 @@ "id": "6492", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 54456.96457936424, - "wind resistance": [ - 4093.7074589291697, - 1873.1173069538709, - -1297.1079851153554, - -3614.858647587349, - -4000.322635274304, - -2695.5994072475623, - 253.44374524767045, - 3179.7322448858395 - ], - "relative wind speed": [ - 8.000527732517883, - 7.743814401291374, - 7.265426922439833, - 6.831824633897843, - 6.723803861200976, - 7.01792853205568, - 7.512093849079319, - 7.908486235326927 - ], - "relative wind angle": [ - 0.015474174371678764, - 0.06965920366256292, - 0.08798897340370203, - 0.053293121083104085, - 0.018412734588585222, - 0.07687782588600453, - 0.0850926563314935, - 0.04603225942410477 - ], - "resistance": [ - 58550.672038293415, - 56330.08188631811, - 53159.856594248886, - 50842.105931776896, - 50456.64194408993, - 51761.36517211668, - 54710.40832461191, - 57636.69682425008 - ], - "fuel": [ - 42.80429532428903, - 41.98426343736573, - 40.845341535883676, - 40.03634152424557, - 39.90373577552884, - 40.35481281115241, - 41.39771378031784, - 42.46455560904651 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -58.90625, -67.65625 -58.75, -67.5 -58.75, -67.5 -58.90625, -67.65625 -58.90625))", @@ -383525,68 +274947,7 @@ "id": "6493", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 78795.10340540118, - "wind resistance": [ - 3676.9491275171677, - 1667.774069365063, - -1198.0230174780336, - -3286.913496481611, - -3628.445054784519, - -2443.869101337292, - 225.61331383566358, - 2865.4505793630015 - ], - "relative wind speed": [ - 7.938034590044409, - 7.703678939841591, - 7.270480598701838, - 6.8812730153970465, - 6.785960046943772, - 7.050884887962627, - 7.496783228515999, - 7.8555539969519055 - ], - "relative wind angle": [ - 0.014298409604524193, - 0.06333980996470141, - 0.07932223199041641, - 0.04755473489982471, - 0.016726107146855195, - 0.06921299987437464, - 0.07692295283488669, - 0.04165312824232024 - ], - "resistance": [ - 82472.05253291834, - 80462.87747476625, - 77597.08038792315, - 75508.18990891956, - 75166.65835061666, - 76351.2343040639, - 79020.71671923685, - 81660.55398476418 - ], - "fuel": [ - 52.8015980354954, - 51.88000652617225, - 50.591482560669405, - 49.67152855113616, - 49.52266132388512, - 50.04085386901613, - 51.22776018956496, - 52.427562287353126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -59.0625, -67.8125 -58.90625, -67.65625 -58.90625, -67.65625 -59.0625, -67.8125 -59.0625))", @@ -383605,68 +274966,7 @@ "id": "6494", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 70820.39486386292, - "wind resistance": [ - 3922.771463124951, - 1969.233579152904, - -1006.0488015985502, - -3305.4416005037347, - -3774.3592137023043, - -2714.429843882561, - -8.589908011606894, - 2809.047017153727 - ], - "relative wind speed": [ - 7.968029257388144, - 7.748919411429315, - 7.306755311173481, - 6.886064199451968, - 6.755070877623096, - 7.005335164250106, - 7.465373375186484, - 7.855099786083627 - ], - "relative wind angle": [ - 0.009987305049928797, - 0.06264851395417977, - 0.08310303511409989, - 0.05413583316658769, - 0.011780728592421111, - 0.06930852081589141, - 0.08133338424703801, - 0.04745205559497321 - ], - "resistance": [ - 74743.16632698788, - 72789.62844301583, - 69814.34606226438, - 67514.95326335919, - 67046.03565016061, - 68105.96501998036, - 70811.80495585132, - 73629.44188101665 - ], - "fuel": [ - 49.33867183565016, - 48.49858127782333, - 47.24638825228823, - 46.301219132866876, - 46.110884954909295, - 46.54227694786462, - 47.662513623271586, - 48.85799064754739 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -59.0625, -67.65625 -58.90625, -67.5 -58.90625, -67.5 -59.0625, -67.65625 -59.0625))", @@ -383685,68 +274985,7 @@ "id": "6495", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 24.861485210233553, - 24.861485210233553, - 24.861485210233553, - 24.861485210233553, - 24.861485210233553, - 24.861485210233553, - 24.861485210233553, - 24.861485210233553 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - 3535.0097304896954, - 2472.443888523474, - -66.06426565125003, - -2469.680859629356, - -3376.1033406995957, - -2928.6281468233574, - -840.4621176227993, - 1820.2287571926572 - ], - "relative wind speed": [ - 7.4866052186229135, - 7.371897430485498, - 6.995958322364632, - 6.558127072992607, - 6.325974833020544, - 6.459283517691604, - 6.864676426406285, - 7.284104926619504 - ], - "relative wind angle": [ - 0.008798805608618442, - 0.049367567245462, - 0.083049299381701, - 0.06973224318964547, - 0.010413181563736527, - 0.05634950418954699, - 0.08464132401412729, - 0.06277265551097622 - ], - "resistance": [ - 100169.50973048975, - 99106.94388852353, - 96568.43573434881, - 94164.8191403707, - 93258.39665930046, - 93705.87185317671, - 95794.03788237726, - 98454.72875719272 - ], - "fuel": [ - 58.91249003567003, - 58.35325551540241, - 57.03423176686558, - 55.80739957541698, - 55.35033374753772, - 55.57559215431163, - 56.63662328097478, - 58.012071757674306 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -59.21875, -67.8125 -59.0625, -67.65625 -59.0625, -67.65625 -59.21875, -67.8125 -59.21875))", @@ -383765,68 +275004,7 @@ "id": "6496", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 93641.85595665826, - "wind resistance": [ - 3562.579863429226, - 1521.5631621703833, - -1295.3300948220458, - -3283.180204466422, - -3561.9313899158224, - -2312.7107384738047, - 343.9289688604804, - 2900.1330869345766 - ], - "relative wind speed": [ - 7.924262274822811, - 7.681812016944644, - 7.252286048897761, - 6.878063644434754, - 6.800303802693598, - 7.073035313458703, - 7.5128164807928, - 7.856863554384403 - ], - "relative wind angle": [ - 0.016487395256519512, - 0.06380713755144866, - 0.07758001615024615, - 0.044367538546343385, - 0.019212753829227526, - 0.06930748241500415, - 0.07488455492332412, - 0.0388372977166073 - ], - "resistance": [ - 97204.43582008748, - 95163.41911882863, - 92346.52586183621, - 90358.67575219183, - 90079.92456674244, - 91329.14521818445, - 93985.78492551873, - 96541.98904359282 - ], - "fuel": [ - 60.01810216721026, - 58.97013776121753, - 57.549257675485464, - 56.56432853389014, - 56.42738992723085, - 57.04333449379412, - 58.37253107343382, - 59.67626836346908 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -59.21875, -67.65625 -59.0625, -67.5 -59.0625, -67.5 -59.21875, -67.65625 -59.21875))", @@ -383858,9 +275036,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2857.2683379746068, + 2857.2683379730825, 1714.9788122871541, - -328.2920713784333, + -328.29207137843696, -2099.0896834743544, -2596.27420834433, -2114.374195024231, @@ -383868,9 +275046,9 @@ 1693.239125351125 ], "relative wind speed": [ - 6.249303170122461, + 6.2493031701224595, 6.101273771422933, - 5.724411364548162, + 5.724411364548161, 5.319254680861379, 5.140364577528371, 5.3152230873367525, @@ -383878,17 +275056,17 @@ 6.097759239437497 ], "relative wind angle": [ - 0.0004259271460369341, + 0.00042592714629759436, 0.06399538421059371, - 0.09701260169565099, - 0.07412922308625798, + 0.097012601695651, + 0.074129223086258, 0.0005178130588424513, 0.07347541148263186, 0.0971027619110722, - 0.06465092120100131 + 0.0646509212010013 ], "resistance": [ - 99491.7683379746, + 99491.76833797309, 98349.47881228715, 96306.20792862156, 94535.41031652564, @@ -383898,7 +275076,7 @@ 98327.73912535113 ], "fuel": [ - 52.3501052081031, + 52.350105208102306, 51.751961836184236, 50.69414269981694, 49.789951221028005, @@ -383925,68 +275103,7 @@ "id": "6498", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.45138303041977, - 19.45138303041977, - 19.45138303041977, - 19.45138303041977, - 19.45138303041977, - 19.45138303041977, - 19.45138303041977, - 19.45138303041977 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2599.3629488707593, - 1269.6468161457833, - -697.201967919531, - -2186.3641773488926, - -2472.6017950182904, - -1727.3833177414017, - 75.55049775247062, - 1922.6519791910996 - ], - "relative wind speed": [ - 5.948696776441283, - 5.746162260579658, - 5.3467492971890875, - 4.968948737192684, - 4.858963156521304, - 5.096875078865916, - 5.514416401350407, - 5.85713793090325 - ], - "relative wind angle": [ - 0.014164742037608027, - 0.07750427480578358, - 0.10209597538864654, - 0.06560342402045789, - 0.017341798725143815, - 0.08740126932357813, - 0.09898138459595393, - 0.055643974685768 - ], - "resistance": [ - 99233.86294887081, - 97904.14681614583, - 95937.2980320805, - 94448.13582265115, - 94161.89820498176, - 94907.11668225864, - 96710.05049775251, - 98557.15197919114 - ], - "fuel": [ - 50.90741050326811, - 50.21286368914546, - 49.19758855073255, - 48.43846755647034, - 48.293499471793325, - 48.67155966798494, - 49.59476179753237, - 50.55312384571316 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.65625 -59.375, -67.65625 -59.21875, -67.5 -59.21875, -67.5 -59.375, -67.65625 -59.375))", @@ -384018,17 +275135,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1915.1292959269977, + 1915.1292959269867, 950.5552031554616, -478.17612943356926, -1565.8011983184497, -1781.549065646418, -1245.3140604929258, - 60.10993689055158, + 60.10993689054885, 1407.2458583528169 ], "relative wind speed": [ - 4.728521352936788, + 4.728521352936786, 4.544371586733024, 4.174784540988965, 3.8182642642839704, @@ -384044,7 +275161,7 @@ 0.08035157164850026, 0.020325010568373936, 0.10520091406315195, - 0.1179365661047674, + 0.11793656610476835, 0.06606504881836923 ], "resistance": [ @@ -384085,68 +275202,7 @@ "id": "6500", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.505279296322314, - 21.505279296322314, - 21.505279296322314, - 21.505279296322314, - 21.505279296322314, - 21.505279296322314, - 21.505279296322314, - 21.505279296322314 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2726.7391538524425, - 873.0764289227754, - -1381.1021566540148, - -2764.1228679981305, - -2804.9875944240794, - -1528.388575631785, - 702.3863049826323, - 2630.099126785539 - ], - "relative wind speed": [ - 6.5162384154519986, - 6.232284460173365, - 5.793742482821812, - 5.452430614425001, - 5.438246580054143, - 5.761468507244009, - 6.2022928820903545, - 6.504374631535605 - ], - "relative wind angle": [ - 0.0314814860800229, - 0.08456201075920829, - 0.0932209287154984, - 0.04335600576971668, - 0.03772459374533318, - 0.09149086161187385, - 0.08706426900816898, - 0.03634070871772364 - ], - "resistance": [ - 99361.23915385247, - 97507.57642892281, - 95253.39784334601, - 93870.3771320019, - 93829.51240557595, - 95106.11142436824, - 97336.88630498266, - 99264.59912678557 - ], - "fuel": [ - 53.59925061303157, - 52.631960670424675, - 51.472899113591254, - 50.77113164161847, - 50.750504464549834, - 51.397824932327325, - 52.543532956138876, - 53.54850539171216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -59.53125, -68.28125 -59.375, -68.125 -59.375, -68.125 -59.53125, -68.28125 -59.53125))", @@ -384178,54 +275234,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2281.6592283383834, + 2281.659228338325, 670.5153827143786, - -1238.5880300560675, + -1238.5880300560693, -2369.8925236074138, -2368.9753230034876, -1235.2855224932555, - 674.3430547891494, - 2283.8274744093833 + 674.3430547891458, + 2283.827474409394 ], "relative wind speed": [ - 5.9683377918548, + 5.9683377918547995, 5.695833487475205, - 5.286856695628187, + 5.286856695628186, 4.977671792993079, 4.978019791737002, 5.287647674303156, 5.696567679269592, - 5.968628030447918 + 5.968628030447917 ], "relative wind angle": [ - 0.034471312996368936, + 0.034471312996378595, 0.08716144149162725, 0.0938630144393372, 0.041181698760676226, - 0.04133255499428631, + 0.041332554994286314, 0.09390909698555742, - 0.08709436752451649, - 0.034341448130744315 + 0.08709436752451777, + 0.03434144813074108 ], "resistance": [ - 98916.1592283384, + 98916.15922833834, 97305.0153827144, 95395.91196994395, 94264.6074763926, 94265.52467699653, 95399.21447750676, 97308.84305478916, - 98918.3274744094 + 98918.32747440941 ], "fuel": [ - 51.030816984295676, + 51.030816984295654, 50.19202111864402, 49.21060482319068, 48.63543255328375, 48.635896942930636, 49.212290839324645, 50.1940024399426, - 51.031952327686476 + 51.0319523276865 ] }, { @@ -384245,68 +275301,7 @@ "id": "6502", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.831340538693077, - 17.831340538693077, - 17.831340538693077, - 17.831340538693077, - 17.831340538693077, - 17.831340538693077, - 17.831340538693077, - 17.831340538693077 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2411.430821433745, - 919.1447218197136, - -993.9490853443604, - -2255.7429281920813, - -2368.2375425295268, - -1393.8490676380225, - 454.9743753556413, - 2146.7175165536555 - ], - "relative wind speed": [ - 5.517916674770202, - 5.254213514943681, - 4.813367766288625, - 4.442130131338969, - 4.394490647960311, - 4.706611607526251, - 5.156592211060646, - 5.479637979006288 - ], - "relative wind angle": [ - 0.03130585700073139, - 0.09904698029683352, - 0.11703740209299962, - 0.062016260918233534, - 0.03931272255708245, - 0.11061557671227464, - 0.10921510739097573, - 0.05026312072117867 - ], - "resistance": [ - 99045.93082143375, - 97553.64472181971, - 95640.55091465564, - 94378.75707180792, - 94266.26245747047, - 95240.65093236198, - 97089.47437535564, - 98781.21751655366 - ], - "fuel": [ - 48.93442171622686, - 48.15645512436842, - 47.17123176200629, - 46.52887444753205, - 46.471893031659036, - 46.9670083624101, - 47.91616094581361, - 48.79581537041858 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -59.6875, -68.28125 -59.53125, -68.125 -59.53125, -68.125 -59.6875, -68.28125 -59.6875))", @@ -384325,68 +275320,7 @@ "id": "6503", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.3021356653914, - 17.3021356653914, - 17.3021356653914, - 17.3021356653914, - 17.3021356653914, - 17.3021356653914, - 17.3021356653914, - 17.3021356653914 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2252.6735166787366, - 1296.0980050304242, - -324.9426197919456, - -1687.4757603598464, - -2044.2746344189827, - -1608.099975502817, - -191.4207798961179, - 1409.0839580607226 - ], - "relative wind speed": [ - 5.324098418479741, - 5.174601553926313, - 4.817685987386375, - 4.442517929440816, - 4.2882633912365025, - 4.467518958032641, - 4.850270983070805, - 5.1960813435582915 - ], - "relative wind angle": [ - 0.0030778640732824526, - 0.07307787031133924, - 0.10771216637709875, - 0.07991315983366358, - 0.0038213289994187016, - 0.08466985327146405, - 0.10698575352759276, - 0.0683041293677987 - ], - "resistance": [ - 98887.17351667878, - 97930.59800503046, - 96309.5573802081, - 94947.0242396402, - 94590.22536558106, - 95026.40002449723, - 96443.07922010393, - 98043.58395806077 - ], - "fuel": [ - 48.27642593443912, - 47.777350528834134, - 46.93937691179574, - 46.24259845205913, - 46.061278352840404, - 46.28300050838729, - 47.008029574741826, - 47.836121505874196 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -59.84375, -68.75 -59.6875, -68.59375 -59.6875, -68.59375 -59.84375, -68.75 -59.84375))", @@ -384405,68 +275339,7 @@ "id": "6504", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.63476707381842, - 16.63476707381842, - 16.63476707381842, - 16.63476707381842, - 16.63476707381842, - 16.63476707381842, - 16.63476707381842, - 16.63476707381842 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2402.5448149715976, - 997.807627201566, - -862.6325055327161, - -2139.639299633409, - -2294.9316706930267, - -1410.1377590674228, - 361.63053413759553, - 2038.1390665905856 - ], - "relative wind speed": [ - 5.2151637380546, - 4.956875169414953, - 4.503035275234147, - 4.1028071526314775, - 4.0317905811270585, - 4.345417892403671, - 4.8141397377705415, - 5.159480746460876 - ], - "relative wind angle": [ - 0.03007554169948314, - 0.10703013578701395, - 0.13185593557257694, - 0.07507728114511944, - 0.0389069816974132, - 0.12216132909159773, - 0.12329003436604255, - 0.059680632602537496 - ], - "resistance": [ - 99037.0448149716, - 97632.30762720156, - 95771.86749446728, - 94494.8607003666, - 94339.56832930697, - 95224.36224093258, - 96996.1305341376, - 98672.63906659058 - ], - "fuel": [ - 47.6563157257648, - 46.92380823692544, - 45.96497414637785, - 45.31428433683537, - 45.2355700311276, - 45.68525359997216, - 46.594486065840584, - 47.465589129525185 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -59.84375, -68.59375 -59.6875, -68.4375 -59.6875, -68.4375 -59.84375, -68.59375 -59.84375))", @@ -384485,68 +275358,7 @@ "id": "6505", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.454283373880987, - 14.454283373880987, - 14.454283373880987, - 14.454283373880987, - 14.454283373880987, - 14.454283373880987, - 14.454283373880987, - 14.454283373880987 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2214.649634272788, - 1261.2357116822732, - -304.64671323260427, - -1600.7852142778547, - -1937.5848087780723, - -1486.2639399835798, - -112.89947423078866, - 1424.8808946474128 - ], - "relative wind speed": [ - 4.614632314109493, - 4.4411503966806425, - 4.0315294671430015, - 3.5938966576711997, - 3.415736562687694, - 3.6384434603506546, - 4.087646977866697, - 4.4772753404369565 - ], - "relative wind angle": [ - 0.006147826574418463, - 0.10012892841956596, - 0.14924719316098053, - 0.1126016339674717, - 0.008305706872867153, - 0.12231987289847483, - 0.1471832127436829, - 0.090316881627201 - ], - "resistance": [ - 98849.14963427279, - 97895.73571168227, - 96329.8532867674, - 95033.71478572214, - 94696.91519122192, - 95148.23606001642, - 96521.60052576922, - 98059.38089464742 - ], - "fuel": [ - 45.47989183972525, - 44.98259522323619, - 44.173177280815665, - 43.51009401955805, - 43.33881609228101, - 43.56842946407464, - 44.27180283626545, - 45.06771139190916 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.75 -60, -68.75 -59.84375, -68.59375 -59.84375, -68.59375 -60, -68.75 -60))", @@ -384565,68 +275377,7 @@ "id": "6506", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.319159216937386, - 16.319159216937386, - 16.319159216937386, - 16.319159216937386, - 16.319159216937386, - 16.319159216937386, - 16.319159216937386, - 16.319159216937386 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1810.6179033099652, - 280.9893303080826, - -1315.0934910047308, - -2089.743907865165, - -1931.507989173193, - -754.3187243384846, - 932.1484589595275, - 2182.5989654809746 - ], - "relative wind speed": [ - 5.024916831757965, - 4.7002342413160525, - 4.268200933423256, - 3.9869193482578056, - 4.060340611026966, - 4.4321499433569995, - 4.849599554145082, - 5.083367894823951 - ], - "relative wind angle": [ - 0.05821366009967705, - 0.11695660067766835, - 0.11347645952681105, - 0.03387236597494039, - 0.07206459772210719, - 0.12406633415303144, - 0.09982373308943769, - 0.026564366930918376 - ], - "resistance": [ - 98445.11790330999, - 96915.4893303081, - 95319.4065089953, - 94544.75609213486, - 94702.99201082684, - 95880.18127566154, - 97566.64845895956, - 98817.09896548101 - ], - "fuel": [ - 47.026593189332786, - 46.23268501142528, - 45.4135676897413, - 45.019430230645476, - 45.09975823807843, - 45.700279803639354, - 46.569585510857024, - 47.2209749519318 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.59375 -60, -68.59375 -59.84375, -68.4375 -59.84375, -68.4375 -60, -68.59375 -60))", @@ -384645,68 +275396,7 @@ "id": "6507", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.9699095440663, - 13.9699095440663, - 13.9699095440663, - 13.9699095440663, - 13.9699095440663, - 13.9699095440663, - 13.9699095440663, - 13.9699095440663 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 1952.2008359872898, - 904.8623746181665, - -558.2951678257932, - -1621.468893108542, - -1799.0864328907182, - -1179.2861977069342, - 182.4266239479848, - 1536.4818653991406 - ], - "relative wind speed": [ - 4.444485190550321, - 4.2252749928175914, - 3.808988642268975, - 3.417452309374475, - 3.3199606403774307, - 3.59480715724039, - 4.033260813007557, - 4.369966473078197 - ], - "relative wind angle": [ - 0.02549706556476371, - 0.11334146059081968, - 0.14822097455500194, - 0.09307812470400477, - 0.03413626660589187, - 0.13332924680539035, - 0.13992320105664025, - 0.07274913945724433 - ], - "resistance": [ - 98586.70083598729, - 97539.36237461817, - 96076.2048321742, - 95013.03110689146, - 94835.41356710928, - 95455.21380229306, - 96816.92662394799, - 98170.98186539914 - ], - "fuel": [ - 44.92356748565222, - 44.378486067764456, - 43.62382811593334, - 43.08046846963528, - 42.99010293102633, - 43.305945330922754, - 44.00487720930009, - 44.706720353838904 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.4375 -59.84375, -68.4375 -59.6875, -68.28125 -59.6875, -68.28125 -59.84375, -68.4375 -59.84375))", @@ -384725,68 +275415,7 @@ "id": "6508", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.40664558803813, - 15.40664558803813, - 15.40664558803813, - 15.40664558803813, - 15.40664558803813, - 15.40664558803813, - 15.40664558803813, - 15.40664558803813 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2110.0688380918073, - 1126.087225268342, - -411.82122356599666, - -1635.7544444665082, - -1917.1737015471654, - -1409.9657748006566, - -32.89595713349445, - 1448.0288186049202 - ], - "relative wind speed": [ - 4.825878145066954, - 4.647927165951932, - 4.262334706964474, - 3.872275096827084, - 3.7340285220151817, - 3.953333015856845, - 4.366299545388958, - 4.715671155705255 - ], - "relative wind angle": [ - 0.010859124119526836, - 0.09115852648136702, - 0.12844381196670343, - 0.0902507463441839, - 0.014034574157057144, - 0.10723194354290282, - 0.12536914456206244, - 0.07407659707993561 - ], - "resistance": [ - 98744.56883809183, - 97760.58722526836, - 96222.67877643401, - 94998.7455555335, - 94717.32629845286, - 95224.53422519936, - 96601.60404286651, - 98082.52881860493 - ], - "fuel": [ - 46.294260778548235, - 45.78145906326261, - 44.98719446940841, - 44.36137393226059, - 44.21826705030829, - 44.476404705134485, - 45.18207624215043, - 45.948842277051384 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -59.84375, -68.28125 -59.6875, -68.125 -59.6875, -68.125 -59.84375, -68.28125 -59.84375))", @@ -384818,17 +275447,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 2128.422824892288, + 2128.422824891324, 1289.3108260158242, - -228.37205184734194, + -228.37205184734557, -1549.307202510101, -1928.337379987307, -1573.9492490076354, - -269.8523617382725, + -269.85236173827616, 1254.2493712310425 ], "relative wind speed": [ - 5.284130353697948, + 5.284130353697947, 5.155630289066489, 4.824178167361859, 4.465000416180828, @@ -384838,17 +275467,17 @@ 5.1489208992693 ], "relative wind angle": [ - 0.0009649034011973141, + 0.0009649034014274353, 0.06655416816037422, - 0.10174670236140243, + 0.10174670236140353, 0.07848728017939252, - 0.001184599292887293, + 0.0011845992928872931, 0.0770013738544911, - 0.10196185611191405, + 0.10196185611191515, 0.06804461563579366 ], "resistance": [ - 98762.9228248923, + 98762.92282489134, 97923.81082601583, 96406.12794815267, 95085.19279748992, @@ -384858,7 +275487,7 @@ 97888.74937123105 ], "fuel": [ - 48.16521115446331, + 48.16521115446281, 47.727624717292144, 46.942826879772596, 46.266744089135386, @@ -384885,68 +275514,7 @@ "id": "6510", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.649650621310434, - 12.649650621310434, - 12.649650621310434, - 12.649650621310434, - 12.649650621310434, - 12.649650621310434, - 12.649650621310434, - 12.649650621310434 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1644.6546738083025, - 846.9622247869074, - -352.05017025178586, - -1280.6928576518999, - -1479.531350211642, - -1048.3594370184219, - 37.05217482936678, - 1178.8828190995146 - ], - "relative wind speed": [ - 4.030760287667971, - 3.854514932895061, - 3.486497950654592, - 3.118452678801267, - 2.9980866036182916, - 3.2215316871832296, - 3.6166122019810167, - 3.9383758923589105 - ], - "relative wind angle": [ - 0.016314333738957465, - 0.10700541489002532, - 0.1486696899389484, - 0.10236845669090822, - 0.02193449800943843, - 0.12813656278904922, - 0.14328341384829393, - 0.08100361761592668 - ], - "resistance": [ - 98279.15467380828, - 97481.4622247869, - 96282.4498297482, - 95353.80714234809, - 95154.96864978834, - 95586.14056298157, - 96671.55217482935, - 97813.3828190995 - ], - "fuel": [ - 43.699236365658635, - 43.28462418053921, - 42.665874381313344, - 42.19032482719616, - 42.08891853105789, - 42.30899969091129, - 42.86608414739638, - 43.45685707345369 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.28125 -60, -68.28125 -59.84375, -68.125 -59.84375, -68.125 -60, -68.28125 -60))", @@ -384978,9 +275546,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1602.471005492942, + 1602.4710054929365, 827.8957095892783, - -355.5657440898676, + -355.56574408987035, -1279.5193750914768, -1478.8183320235967, -1065.3859553309312, @@ -384988,7 +275556,7 @@ 1132.9986911305668 ], "relative wind speed": [ - 4.3319066171804295, + 4.331906617180428, 4.173390757943734, 3.842342907612276, 3.515548121696461, @@ -384998,17 +275566,17 @@ 4.244820484374193 ], "relative wind angle": [ - 0.012683642351068024, - 0.08772793201532532, - 0.1205751360130378, - 0.08200015243538711, + 0.012683642351068022, + 0.08772793201532533, + 0.12057513601303872, + 0.08200015243538712, 0.01612403215954402, 0.1017443413513063, 0.11723018050121828, 0.06788834435779365 ], "resistance": [ - 98236.97100549292, + 98236.9710054929, 97462.39570958925, 96278.9342559101, 95354.9806249085, @@ -385018,7 +275586,7 @@ 97767.49869113053 ], "fuel": [ - 44.707078261007595, + 44.70707826100759, 44.30456981909561, 43.69389479861415, 43.22075049417801, @@ -385045,68 +275613,7 @@ "id": "6512", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.9406740061268, - 15.9406740061268, - 15.9406740061268, - 15.9406740061268, - 15.9406740061268, - 15.9406740061268, - 15.9406740061268, - 15.9406740061268 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1875.3662283204158, - 861.283387481546, - -573.4687089201543, - -1619.355853844405, - -1793.0734648877033, - -1194.846453070213, - 140.55282527405507, - 1465.6194072734488 - ], - "relative wind speed": [ - 4.910322743792459, - 4.7187703654887025, - 4.3595028189193625, - 4.029546135925646, - 3.9476823147387177, - 4.174766022676234, - 4.548648181398564, - 4.84336897673025 - ], - "relative wind angle": [ - 0.01937473996496596, - 0.08650568096590089, - 0.11065861968069045, - 0.0678405533718678, - 0.02410008613724333, - 0.09781202725056513, - 0.10603942270544676, - 0.05642808064971373 - ], - "resistance": [ - 98509.86622832043, - 97495.78338748156, - 96061.03129107985, - 95015.14414615561, - 94841.42653511232, - 95439.6535469298, - 96775.05282527406, - 98100.11940727347 - ], - "fuel": [ - 46.68509512627159, - 46.157548596596435, - 45.41769825577529, - 44.8831987326055, - 44.79481471379306, - 45.09965304427422, - 45.784936165938845, - 46.47147578018192 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -59.53125, -67.96875 -59.375, -67.8125 -59.375, -67.8125 -59.53125, -67.96875 -59.53125))", @@ -385125,68 +275632,7 @@ "id": "6513", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.182255626119648, - 16.182255626119648, - 16.182255626119648, - 16.182255626119648, - 16.182255626119648, - 16.182255626119648, - 16.182255626119648, - 16.182255626119648 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2047.8304565560884, - 1208.2943113354104, - -250.6447580974418, - -1497.9649444736742, - -1838.5375706148743, - -1473.6180594302205, - -209.7078491817647, - 1242.9603023883174 - ], - "relative wind speed": [ - 4.9957359041867235, - 4.8584871152589795, - 4.517528117631556, - 4.152051369196775, - 3.9944198106323423, - 4.1602728034126475, - 4.528212291220537, - 4.865515006194476 - ], - "relative wind angle": [ - 0.0010759417817533096, - 0.07371512936096124, - 0.11105387261313845, - 0.0844485664738245, - 0.0013456576499669818, - 0.08611511646089304, - 0.11079076583722296, - 0.07204197231410728 - ], - "resistance": [ - 98682.33045655608, - 97842.79431133541, - 96383.85524190255, - 95136.53505552633, - 94795.96242938512, - 95160.88194056979, - 96424.79215081823, - 97877.46030238832 - ], - "fuel": [ - 47.01365172461526, - 46.576096529749435, - 45.82195563851293, - 45.18348309628406, - 45.01015849862512, - 45.19589027006201, - 45.843008354815, - 46.59411207663204 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-68.125 -59.6875, -68.125 -59.53125, -67.96875 -59.53125, -67.96875 -59.6875, -68.125 -59.6875))", @@ -385205,68 +275651,7 @@ "id": "6514", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.384035325805616, - 15.384035325805616, - 15.384035325805616, - 15.384035325805616, - 15.384035325805616, - 15.384035325805616, - 15.384035325805616, - 15.384035325805616 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1829.0852518369138, - 1222.2446846022776, - -73.24655313969379, - -1262.7621990947018, - -1679.4441019219757, - -1422.415804101157, - -341.6889579470753, - 994.9217385123011 - ], - "relative wind speed": [ - 4.749541736765212, - 4.646561254813801, - 4.336630945875467, - 3.9795202406317993, - 3.7974771060724195, - 3.9228111840467217, - 4.262934566668142, - 4.598086312241287 - ], - "relative wind angle": [ - 0.007806336289588153, - 0.06685224328607019, - 0.10999593549760318, - 0.09130243717109891, - 0.009763517061139917, - 0.07921017012522792, - 0.11190542233310716, - 0.07899219011382186 - ], - "resistance": [ - 98463.58525183689, - 97856.74468460226, - 96561.2534468603, - 95371.73780090528, - 94955.055898078, - 95212.08419589883, - 96292.81104205291, - 97629.42173851229 - ], - "fuel": [ - 46.12613320042534, - 45.81008710152123, - 45.13997290107608, - 44.530175945932704, - 44.31781205421588, - 44.44873138767395, - 45.00189773798841, - 45.69204878917557 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.96875 -59.6875, -67.96875 -59.53125, -67.8125 -59.53125, -67.8125 -59.6875, -67.96875 -59.6875))", @@ -385285,68 +275670,7 @@ "id": "6515", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.35724649146436, - 14.35724649146436, - 14.35724649146436, - 14.35724649146436, - 14.35724649146436, - 14.35724649146436, - 14.35724649146436, - 14.35724649146436 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1818.493207488289, - 1169.4783540435528, - -109.38611407128155, - -1255.7398762798166, - -1630.3651425395583, - -1354.792515999421, - -275.6539292348061, - 1028.2701199535186 - ], - "relative wind speed": [ - 4.489399855294653, - 4.372976477353084, - 4.04397357958761, - 3.6700502106061577, - 3.4870095890774966, - 3.631944887185744, - 3.995024983981379, - 4.341045771086473 - ], - "relative wind angle": [ - 0.005494486229865694, - 0.07713227882749192, - 0.12425822443815104, - 0.10149359962250437, - 0.0070739774782089555, - 0.0929112619404766, - 0.12578871562662283, - 0.0857635924842148 - ], - "resistance": [ - 98452.9932074883, - 97803.97835404356, - 96525.11388592873, - 95378.7601237202, - 95004.13485746045, - 95279.7074840006, - 96358.84607076521, - 97662.77011995354 - ], - "fuel": [ - 45.18765033245444, - 44.849716125571206, - 44.18841393473282, - 43.60080572205127, - 43.40983709043578, - 43.55026195419511, - 44.10288371355938, - 44.776398309494354 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.8125 -59.53125, -67.8125 -59.375, -67.65625 -59.375, -67.65625 -59.53125, -67.8125 -59.53125))", @@ -385378,9 +275702,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1702.6743839898072, + 1702.674383989778, 641.6767985592096, - -717.0830129776541, + -717.0830129776568, -1610.1116228312358, -1687.1801877786083, -992.3506444346003, @@ -385388,7 +275712,7 @@ 1521.0170047384609 ], "relative wind speed": [ - 4.771298185985841, + 4.77129818598584, 4.554363613060178, 4.194257109764882, 3.8935155002853725, @@ -385398,17 +275722,17 @@ 4.740874167652424 ], "relative wind angle": [ - 0.029801069091178613, - 0.09328815982833645, - 0.10937062032178296, + 0.02980106909118606, + 0.09328815982833646, + 0.10937062032178398, 0.057356309712424454, 0.03687619704697299, 0.10340544099787038, - 0.1024382033155142, + 0.10243820331551422, 0.04709633322247106 ], "resistance": [ - 98337.17438398981, + 98337.17438398978, 97276.17679855922, 95917.41698702234, 95024.38837716877, @@ -385418,7 +275742,7 @@ 98155.51700473846 ], "fuel": [ - 46.18978983818363, + 46.189789838183614, 45.63861170514227, 44.93886609182512, 44.48270801789569, @@ -385458,7 +275782,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1465.0340447671215, + 1465.0340447671042, 529.9410598019203, -641.7707220065449, -1394.8789860319885, @@ -385478,17 +275802,17 @@ 4.250636399181564 ], "relative wind angle": [ - 0.034742252529351966, - 0.10331500504427452, - 0.11993411762939367, - 0.06109950090874916, + 0.034742252529358364, + 0.10331500504427453, + 0.11993411762939366, + 0.06109950090874917, 0.043835343380907464, 0.11512289965757921, 0.11105514417240442, 0.04907751511843436 ], "resistance": [ - 98099.5340447671, + 98099.53404476709, 97164.4410598019, 95992.72927799344, 95239.62101396799, @@ -385498,7 +275822,7 @@ 97979.60653108072 ], "fuel": [ - 44.507334838720055, + 44.50733483872004, 44.02217077702845, 43.41883214219787, 43.03373812914205, @@ -385538,7 +275862,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1360.4836720840676, + 1360.4836720840576, 617.2798708369355, -413.7742481599762, -1155.9502476016119, @@ -385558,17 +275882,17 @@ 3.792120736296396 ], "relative wind angle": [ - 0.024858546043327916, + 0.02485854604333238, 0.10558589039552883, 0.1358098251817975, 0.08329922233515116, 0.03246746802663237, - 0.1223023747124853, + 0.12230237471248531, 0.1284529640881875, - 0.06633079190415042 + 0.06633079190415044 ], "resistance": [ - 97994.98367208405, + 97994.98367208404, 97251.77987083692, 96220.72575184001, 95478.54975239838, @@ -385578,7 +275902,7 @@ 97718.48607777321 ], "fuel": [ - 43.23687915613418, + 43.23687915613417, 42.85129876342771, 42.319782761014714, 41.93963409967427, @@ -385618,11 +275942,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1379.2488672296104, + 1379.2488672295758, 584.0368603754341, - -489.4224204761922, + -489.42242047619675, -1237.249423087911, - -1336.2219096739263, + -1336.22190967392, -842.5468233817946, 174.3356872043205, 1146.03418531256 @@ -385630,7 +275954,7 @@ "relative wind speed": [ 4.200824013518235, 4.020904113043878, - 3.701935162574176, + 3.7019351625741757, 3.420508619967714, 3.365785530512633, 3.5787937553967097, @@ -385638,31 +275962,31 @@ 4.156387302777043 ], "relative wind angle": [ - 0.024657719056803324, - 0.0917946572203505, - 0.11306762011308386, - 0.0649793682121373, - 0.0307769446499714, + 0.024657719056816834, + 0.09179465722035052, + 0.11306762011308484, + 0.06497936821213732, + 0.03077694464996779, 0.10317277761072391, - 0.10708690453351068, + 0.10708690453351069, 0.05346276397039168 ], "resistance": [ - 98013.74886722963, + 98013.74886722959, 97218.53686037545, 96145.07757952382, 95397.2505769121, - 95298.27809032609, + 95298.2780903261, 95791.95317661822, 96808.83568720434, 97780.53418531257 ], "fuel": [ - 44.32737296856945, + 44.32737296856942, 43.91483170076903, 43.36167300175329, 42.97884821869541, - 42.92833852627469, + 42.92833852627471, 43.180643569045536, 43.703204772286966, 44.20614165753504 @@ -385698,37 +276022,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1783.4306382915793, + 1783.4306382913974, 1128.3296464654695, -134.39038030319352, - -1258.1226583220514, + -1258.1226583220523, -1612.7157771147513, -1335.2679607593582, -264.0660221397429, 1018.4661446927012 ], "relative wind speed": [ - 4.632697737358532, + 4.632697737358531, 4.518573595657391, - 4.20470968652446, - 3.8538235008544186, + 4.204709686524459, + 3.853823500854419, 3.6865986409569524, 3.8256228938383794, 4.168130794166599, - 4.494545837956789 + 4.49454583795679 ], "relative wind angle": [ - 0.003973363160867697, - 0.07120737090766321, - 0.11274450680976354, - 0.09029695178091988, + 0.0039733631609235815, + 0.0712073709076632, + 0.11274450680976256, + 0.0902969517809211, 0.004993062811512092, - 0.08413361594066836, + 0.08413361594066837, 0.11373820554459624, - 0.0773966990454782 + 0.07739669904547963 ], "resistance": [ - 98417.9306382916, + 98417.93063829141, 97762.82964646548, 96500.10961969683, 95376.37734167796, @@ -385738,7 +276062,7 @@ 97652.96614469272 ], "fuel": [ - 45.72193897389911, + 45.721938973899, 45.3809286768183, 44.72813020848403, 44.15217477640985, @@ -385778,51 +276102,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1715.9586974092417, + 1715.958697409169, 1142.1584544653506, - -60.32846313084519, + -60.32846313084883, -1158.3735717935524, - -1541.7918326200925, + -1541.7918326200752, -1297.7883388450773, - -294.19869316828135, + -294.19869316827953, 943.3040160072087 ], "relative wind speed": [ - 4.290634640656331, + 4.2906346406563305, 4.1831491465156745, 3.8611000107076547, 3.4864278240684596, 3.2943305380609877, 3.429784618836357, - 3.7886760248026783, + 3.788676024802678, 4.136058551466908 ], "relative wind angle": [ - 0.008512394847984255, + 0.00851239484801034, 0.07811573895301213, - 0.12938494872088502, - 0.10865967383117826, - 0.01108689093091046, + 0.12938494872088674, + 0.10865967383117828, + 0.011086890930900446, 0.09532156288106246, - 0.1318725592697698, - 0.0915406853708141 + 0.13187255926976812, + 0.09154068537081411 ], "resistance": [ - 98350.45869740927, + 98350.4586974092, 97776.65845446537, 96574.17153686918, 95476.12642820648, - 95092.70816737994, + 95092.70816737995, 95336.71166115496, 96340.30130683175, 97577.80401600724 ], "fuel": [ - 44.53383019324429, + 44.53383019324425, 44.23519795546952, 43.613342045186215, 43.05019717684162, - 42.85461359474478, + 42.854613594744784, 42.979017712684836, 43.49302302862886, 44.13199075194591 @@ -385858,17 +276182,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1598.8726022549718, + 1598.8726022549517, 680.9337129110027, - -563.9517787394061, + -563.9517787394097, -1434.5521094355236, - -1552.193529223644, + -1552.1935292236367, -984.5884840176932, 193.02526339818178, 1321.4521016526369 ], "relative wind speed": [ - 4.57721264877121, + 4.5772126487712095, 4.3870225112639245, 4.048796169779061, 3.750013686829419, @@ -385878,31 +276202,31 @@ 4.528660413308367 ], "relative wind angle": [ - 0.02360576471106832, + 0.023605764711073025, 0.089009165037035, - 0.1097495391983345, - 0.06329006459561193, - 0.029278207039338724, - 0.09978056118103786, + 0.10974953919833552, + 0.06329006459561194, + 0.02927820703933493, + 0.09978056118103787, 0.10419866809981372, 0.0523971180947665 ], "resistance": [ - 98233.37260225497, + 98233.37260225495, 97315.433712911, - 96070.5482212606, + 96070.54822126059, 95199.94789056448, - 95082.30647077636, + 95082.30647077637, 95649.91151598231, 96827.52526339819, 97955.95210165264 ], "fuel": [ - 45.53660450302067, + 45.536604503020655, 45.05985423183158, - 44.418306980677954, + 44.41830698067795, 43.973072843905484, - 43.91312608949368, + 43.9131260894937, 44.20283681593687, 44.80772521353969, 45.392189909877324 @@ -385938,9 +276262,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1257.1372560463296, + 1257.1372560463014, 559.1845147078939, - -400.7353771897251, + -400.735377189726, -1084.9720500838494, -1188.216164932663, -765.5281647166626, @@ -385950,7 +276274,7 @@ "relative wind speed": [ 3.774888783257035, 3.601065205626993, - 3.2817385610641963, + 3.281738561064196, 2.9905978585474, 2.925576341860377, 3.1370546126638508, @@ -385958,19 +276282,19 @@ 3.7235878808569334 ], "relative wind angle": [ - 0.025101611851161342, + 0.025101611851174613, 0.102201759869303, - 0.12981670805191076, - 0.07812537612215675, + 0.12981670805191078, + 0.07812537612215677, 0.032391023525506366, 0.11738396728710418, - 0.1227468755826922, + 0.12274687558269222, 0.06272366955712456 ], "resistance": [ - 97891.63725604638, + 97891.63725604635, 97193.68451470794, - 96233.76462281033, + 96233.76462281031, 95549.5279499162, 95446.28383506738, 95868.97183528339, @@ -385978,9 +276302,9 @@ 97649.167717128 ], "fuel": [ - 43.05653803596019, + 43.05653803596018, 42.69464391575611, - 42.19987860082453, + 42.19987860082452, 41.849299982913045, 41.79655262372937, 42.01275489849434, @@ -386005,68 +276329,7 @@ "id": "6524", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.642467518578261, - 14.642467518578261, - 14.642467518578261, - 14.642467518578261, - 14.642467518578261, - 14.642467518578261, - 14.642467518578261, - 14.642467518578261 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 2049.5352125369964, - 1466.8156269298133, - 36.746477010658964, - -1323.709958238096, - -1861.8262135027808, - -1613.5250273807133, - -449.11385727461766, - 1053.1892854563948 - ], - "relative wind speed": [ - 4.626326678005817, - 4.52545338800847, - 4.17568074500025, - 3.7490579978789715, - 3.5096405735817964, - 3.638783741900932, - 4.035364395342018, - 4.4345281164854065 - ], - "relative wind angle": [ - 0.015307887986342888, - 0.07626390728229179, - 0.13413558933828307, - 0.11896193525791982, - 0.020179083730703106, - 0.09489774067793995, - 0.13882938687230054, - 0.1005053861732827 - ], - "resistance": [ - 98684.03521253704, - 98101.31562692986, - 96671.2464770107, - 95310.79004176195, - 94772.67378649727, - 95020.97497261933, - 96185.38614272543, - 97687.68928545644 - ], - "fuel": [ - 45.56051822828829, - 45.256530318270656, - 44.51586009371064, - 43.81830738568964, - 43.54429752157904, - 43.670599091930015, - 44.26595222939836, - 45.041520199872295 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -57.65625, -67.34375 -57.5, -67.1875 -57.5, -67.1875 -57.65625, -67.34375 -57.65625))", @@ -386085,68 +276348,7 @@ "id": "6525", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.514438721161905, - 18.514438721161905, - 18.514438721161905, - 18.514438721161905, - 18.514438721161905, - 18.514438721161905, - 18.514438721161905, - 18.514438721161905 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2475.8836903536994, - 1278.5421301895676, - -563.5183879025753, - -2005.5640239444074, - -2316.3508299525274, - -1680.2658790046771, - -16.13480625473676, - 1741.494779155928 - ], - "relative wind speed": [ - 5.683868158748451, - 5.497387023034715, - 5.108836650274693, - 4.728346140636502, - 4.602713557955967, - 4.823905602475622, - 5.2336523980329686, - 5.579791404430285 - ], - "relative wind angle": [ - 0.011040554638146825, - 0.07768714730737339, - 0.10601867109489564, - 0.07152410132292021, - 0.013634071615970808, - 0.08855999516892368, - 0.10348108885150714, - 0.060595331283429095 - ], - "resistance": [ - 99110.3836903537, - 97913.04213018957, - 96070.98161209743, - 94628.9359760556, - 94318.14917004747, - 94954.23412099533, - 96618.36519374527, - 98375.99477915592 - ], - "fuel": [ - 49.73748811493486, - 49.11233938828249, - 48.16099053250292, - 47.425044114702835, - 47.26744794080477, - 47.590383784863135, - 48.44237322115048, - 49.353420868242694 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -57.8125, -67.5 -57.65625, -67.34375 -57.65625, -67.34375 -57.8125, -67.5 -57.8125))", @@ -386165,68 +276367,7 @@ "id": "6526", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.166063504358151, - 14.166063504358151, - 14.166063504358151, - 14.166063504358151, - 14.166063504358151, - 14.166063504358151, - 14.166063504358151, - 14.166063504358151 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2079.4026400176544, - 1310.0242870657958, - -136.81183890729244, - -1414.6222803838018, - -1816.9091858481343, - -1489.0996762946788, - -261.55622302216943, - 1203.640009039873 - ], - "relative wind speed": [ - 4.508793751196557, - 4.371664996734187, - 3.995251356520382, - 3.567330252749592, - 3.361339797286315, - 3.5378484252408264, - 3.958003653595076, - 4.347640876552185 - ], - "relative wind angle": [ - 0.00417424823232752, - 0.08987684315308266, - 0.14410210721276207, - 0.11772632778694354, - 0.0055992161361941295, - 0.11113862808503158, - 0.14546781428677338, - 0.0965237504931369 - ], - "resistance": [ - 98713.90264001767, - 97944.52428706581, - 96497.68816109272, - 95219.87771961621, - 94817.59081415187, - 95145.40032370534, - 96372.94377697785, - 97838.14000903988 - ], - "fuel": [ - 45.15790298199212, - 44.756722290614235, - 44.00825726976956, - 43.353708750910336, - 43.14889788686418, - 43.31574566310766, - 43.94409030855057, - 44.70142315992764 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -57.8125, -67.34375 -57.65625, -67.1875 -57.65625, -67.1875 -57.8125, -67.34375 -57.8125))", @@ -386245,68 +276386,7 @@ "id": "6527", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.056363227588616, - 19.056363227588616, - 19.056363227588616, - 19.056363227588616, - 19.056363227588616, - 19.056363227588616, - 19.056363227588616, - 19.056363227588616 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 2585.877482525537, - 1311.2673350912537, - -623.3116594626281, - -2120.9914946051576, - -2432.2643601980853, - -1742.2275088032438, - 14.136035482833904, - 1850.2639842269473 - ], - "relative wind speed": [ - 5.84398862505709, - 5.649335442411578, - 5.251348605997479, - 4.866061130047668, - 4.7438505318474435, - 4.9740657391532626, - 5.392555863094443, - 5.742627447166073 - ], - "relative wind angle": [ - 0.012146787746736382, - 0.07781972398668716, - 0.10495022667309942, - 0.06968141104141877, - 0.01496391856044345, - 0.0884103306109641, - 0.10219230551501222, - 0.05903160719742172 - ], - "resistance": [ - 99220.37748252555, - 97945.76733509127, - 96011.18834053738, - 94513.50850539486, - 94202.23563980193, - 94892.27249119677, - 96648.63603548285, - 98484.76398422696 - ], - "fuel": [ - 50.42734680334213, - 49.761516619824604, - 48.76248318495152, - 47.99863216142678, - 47.84092348931482, - 48.19102197132979, - 49.09012834391573, - 50.04233972307743 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -57.96875, -67.5 -57.8125, -67.34375 -57.8125, -67.34375 -57.96875, -67.5 -57.96875))", @@ -386338,37 +276418,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1965.9760332400338, + 1965.9760332399774, 1137.3112793901128, - -232.79584552862343, + -232.79584552862707, -1374.86806214431, -1681.188194272651, -1296.304992038973, - -101.49456880940397, - 1249.823797265386 + -101.49456880940488, + 1249.8237972653842 ], "relative wind speed": [ - 4.138250455047047, + 4.1382504550470465, 3.9719267607964373, - 3.5694491435981903, + 3.5694491435981894, 3.130081678821211, 2.9444574515174216, 3.1652400097563964, - 3.6130291064091504, - 3.9996918876835177 + 3.61302910640915, + 3.999691887683518 ], "relative wind angle": [ - 0.0053398104624665516, + 0.005339810462487343, 0.11042348578976456, 0.1680164422904159, - 0.1302214725526448, + 0.13022147255264482, 0.007504803807431611, - 0.1387289314181969, - 0.16597091195328711, - 0.10179675504214593 + 0.13872893141819687, + 0.16597091195328645, + 0.10179675504214702 ], "resistance": [ - 98600.47603324005, + 98600.47603323999, 97771.81127939012, 96401.70415447139, 95259.63193785571, @@ -386378,7 +276458,7 @@ 97884.3237972654 ], "fuel": [ - 43.94267482052926, + 43.942674820529234, 43.51102128903438, 42.802934005736724, 42.21803582305794, @@ -386418,17 +276498,17 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 2315.471898459078, + 2315.471898459071, 1241.2956774543673, - -442.5981812622085, + -442.5981812622131, -1786.1736447161984, -2097.821529705947, -1546.8826949722243, - -41.0947017619219, + -41.09470176192008, 1582.5467801288014 ], "relative wind speed": [ - 5.024359921964072, + 5.02435992196407, 4.838199437265917, 4.432602394940868, 4.020726690707395, @@ -386440,17 +276520,17 @@ "relative wind angle": [ 0.010635342548830456, 0.09205888210277668, - 0.1302159013836024, + 0.13021590138360412, 0.09195427514734021, 0.013796063531927836, 0.10860185287256477, - 0.12715837714175618, - 0.07530816247341154 + 0.1271583771417553, + 0.07530816247341156 ], "resistance": [ 98949.97189845913, 97875.79567745443, - 96191.90181873785, + 96191.90181873784, 94848.32635528386, 94536.67847029411, 95087.61730502783, @@ -386460,7 +276540,7 @@ "fuel": [ 46.98782287680736, 46.42737551736923, - 45.55745112331901, + 45.557451123319, 44.870908158004774, 44.71262142332343, 44.992689907126945, @@ -386498,19 +276578,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2424.5346033068345, + 2424.534603306827, 1524.8898197921535, - -163.78086137505124, + -163.78086137505488, -1654.2379850331909, - -2121.6791722439857, + -2121.6791722440275, -1738.4987790637706, -304.9383711946166, 1404.5540491538595 ], "relative wind speed": [ - 4.893309278687915, + 4.893309278687913, 4.74551525910788, - 4.340940026644672, + 4.340940026644671, 3.8819393373835975, 3.661684204344023, 3.8512974222734373, @@ -386520,29 +276600,29 @@ "relative wind angle": [ 0.004002632097353786, 0.08895915539311779, - 0.14234327889755155, + 0.14234327889755233, 0.11600092405124607, - 0.0053489478576301645, - 0.10968954626918631, + 0.0053489478576509205, + 0.10968954626918632, 0.14363497204195486, 0.0953251091630937 ], "resistance": [ - 99059.03460330686, + 99059.03460330685, 98159.38981979218, 96470.71913862498, 94980.26201496684, - 94512.82082775605, + 94512.820827756, 94896.00122093626, 96329.56162880542, 98039.05404915388 ], "fuel": [ - 46.451511055478775, + 46.45151105547876, 45.98146757690146, 45.107308415033025, 44.34457252500076, - 44.107063991379235, + 44.10706399137922, 44.301699244286176, 45.03471722199597, 45.91882329603541 @@ -386578,9 +276658,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2664.827178204425, + 2664.8271782038864, 1510.2178814340787, - -418.5533117109444, + -418.55331171094986, -2023.5344727580632, -2433.1661695244566, -1892.9415631587326, @@ -386590,7 +276670,7 @@ "relative wind speed": [ 5.843926454050844, 5.6778434405325005, - 5.2900472147482605, + 5.29004721474826, 4.887032424637056, 4.726095252961073, 4.924382865417605, @@ -386598,7 +276678,7 @@ 5.710023364309686 ], "relative wind angle": [ - 0.004195056075402761, + 0.004195056075508622, 0.0727241402568983, 0.10585289622918699, 0.0774007115274655, @@ -386608,7 +276688,7 @@ 0.0662271530734254 ], "resistance": [ - 99299.32717820443, + 99299.32717820388, 98144.71788143407, 96215.94668828906, 94610.96552724193, @@ -386618,7 +276698,7 @@ 98330.57936961338 ], "fuel": [ - 50.43264003772734, + 50.432640037727055, 49.82889885679177, 48.83141590192048, 48.011936297276534, @@ -386658,19 +276738,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2332.9285371046444, + 2332.9285371045717, 934.1083991643591, - -918.553492917561, + -918.5534929175647, -2177.5405179748395, -2319.3195397805684, -1429.7006825844346, - 341.75264771858747, + 341.7526477185802, 1997.5848980414976 ], "relative wind speed": [ - 5.883259251690934, + 5.883259251690933, 5.655016365287613, - 5.2648625373996705, + 5.26486253739967, 4.932255606643878, 4.877610656051905, 5.140487821497811, @@ -386678,33 +276758,33 @@ 5.837523427393511 ], "relative wind angle": [ - 0.023436835624076585, + 0.023436835624090803, 0.08021995629529859, 0.09568326653026785, 0.05236870881225033, 0.02827013744647816, - 0.08826939855666331, - 0.09092752172264937, + 0.08826939855666333, + 0.0909275217226506, 0.04424171611797841 ], "resistance": [ - 98967.42853710463, + 98967.42853710456, 97568.60839916434, 95715.94650708242, 94456.95948202515, 94315.18046021942, 95204.79931741556, - 96976.25264771857, + 96976.25264771856, 98632.08489804149 ], "fuel": [ - 50.66115847113544, + 50.661158471135394, 49.9320834172633, 48.977670399744454, 48.336382203284955, 48.264533949511424, 48.716596980937986, - 49.6255378245468, + 49.62553782454679, 50.48571145091996 ] }, @@ -386725,68 +276805,7 @@ "id": "6533", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.219949681123413, - 21.219949681123413, - 21.219949681123413, - 21.219949681123413, - 21.219949681123413, - 21.219949681123413, - 21.219949681123413, - 21.219949681123413 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2401.2769997967935, - 1112.2711111848676, - -748.8982768340466, - -2121.3293329387852, - -2356.9951112109793, - -1608.1091051344065, - 117.6209754690517, - 1841.4294981224211 - ], - "relative wind speed": [ - 6.363565011520383, - 6.177201724006378, - 5.827013714437177, - 5.508743241290015, - 5.426576524403157, - 5.637807312420536, - 5.99905022506154, - 6.292570248522573 - ], - "relative wind angle": [ - 0.013560368296128117, - 0.06355489519571633, - 0.08049597330226435, - 0.04908628890471225, - 0.015901973752768115, - 0.06964489618696931, - 0.07818278178657247, - 0.04296787578216904 - ], - "resistance": [ - 99035.77699979683, - 97746.77111118489, - 95885.60172316598, - 94513.17066706125, - 94277.50488878904, - 95026.39089486562, - 96752.12097546908, - 98475.92949812245 - ], - "fuel": [ - 53.04720574398857, - 52.37477547227007, - 51.414775346412554, - 50.71512560988514, - 50.595690966537944, - 50.975939017825375, - 51.86012659164047, - 52.754392957952945 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -58.125, -67.1875 -57.96875, -67.03125 -57.96875, -67.03125 -58.125, -67.1875 -58.125))", @@ -386818,9 +276837,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2517.7278675250636, + 2517.727867525031, 878.0737061205036, - -1197.3036965629217, + -1197.3036965629399, -2526.4334287497677, -2614.437153086077, -1519.2193910738933, @@ -386838,19 +276857,19 @@ 6.954752893245316 ], "relative wind angle": [ - 0.02193418700457996, - 0.06402651086853511, - 0.07175252145849331, + 0.02193418700458502, + 0.0640265108685351, + 0.07175252145849642, 0.035357680950480724, 0.02524435327664729, - 0.06838733737834471, - 0.06847119425257349, - 0.03096801585216031 + 0.06838733737834472, + 0.06847119425257348, + 0.030968015852160306 ], "resistance": [ - 99152.22786752504, + 99152.22786752501, 97512.57370612049, - 95437.19630343706, + 95437.19630343704, 94108.06657125022, 94020.0628469139, 95115.28060892608, @@ -386858,9 +276877,9 @@ 98942.91456951824 ], "fuel": [ - 56.26147199213097, + 56.26147199213095, 55.406479712509565, - 54.3386257885378, + 54.33862578853778, 53.66316119853109, 53.61866968039837, 54.17442477179668, @@ -386898,51 +276917,51 @@ ], "ice resistance": 83945.14276247438, "wind resistance": [ - 2698.577022005913, + 2698.577022005775, 813.9988283788371, - -1473.1040113186173, + -1473.1040113186427, -2856.133942661865, - -2883.775355249487, + -2883.775355249458, -1574.8519635646771, 696.3076204645586, 2632.6676570051677 ], "relative wind speed": [ - 7.8038584491936165, + 7.803858449193616, 7.563368366897856, 7.202217153632986, 6.930090145294112, - 6.922427375496816, + 6.922427375496815, 7.184404388025995, 7.546408121483563, 7.797054446531444 ], "relative wind angle": [ - 0.02209394401656435, + 0.02209394401657943, 0.05736394494624984, - 0.06124677300818042, - 0.027392778597769906, - 0.024907709817233125, - 0.06039337792010517, - 0.05845005144494587, - 0.024346301432848865 + 0.06124677300818405, + 0.027392778597769903, + 0.024907709817228667, + 0.060393377920105164, + 0.058450051444945875, + 0.02434630143284886 ], "resistance": [ - 86643.71978448029, + 86643.71978448016, 84759.14159085322, - 82472.03875115576, + 82472.03875115573, 81089.00881981252, - 81061.3674072249, + 81061.36740722493, 82370.2907989097, 84641.45038293894, 86577.81041947955 ], "fuel": [ - 54.76307883786376, + 54.76307883786371, 53.86894772362652, - 52.80159166240064, + 52.801591662400625, 52.1655964962298, - 52.15295796303159, + 52.1529579630316, 52.75455966290586, 53.81354799925732, 54.73158536883247 @@ -386965,68 +276984,7 @@ "id": "6536", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 30096.81448408031, - "wind resistance": [ - 3431.7483111502625, - 1461.0315076944062, - -1258.0684137322132, - -3174.905742439074, - -3441.9840653533392, - -2234.56785545246, - 330.89176254754784, - 2796.6019969498957 - ], - "relative wind speed": [ - 7.904362425550168, - 7.669623817215035, - 7.254831981619151, - 6.894465453908078, - 6.820059812448124, - 7.083010073565275, - 7.507301387202676, - 7.839547646687745 - ], - "relative wind angle": [ - 0.016014223606235323, - 0.06170046655582657, - 0.07481055364471671, - 0.042643134256954714, - 0.018560553460971622, - 0.06681781483453139, - 0.0722902174826964, - 0.037499793320226744 - ], - "resistance": [ - 33528.56279523057, - 31557.845991774717, - 28838.746070348097, - 26921.908741641237, - 26654.83041872697, - 27862.24662862785, - 30427.70624662786, - 32893.4164810302 - ], - "fuel": [ - 34.62549865765875, - 34.08031560300974, - 33.351823886166414, - 32.8548047911711, - 32.78663892598625, - 33.09691774565551, - 33.774191495338506, - 34.44821225566429 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.65625, -66.40625 -57.5, -66.25 -57.5, -66.25 -57.65625, -66.40625 -57.65625))", @@ -387045,68 +277003,7 @@ "id": "6537", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 29847.33963579001, - "wind resistance": [ - 3278.6504553092454, - 1394.1798456240467, - -1208.5838582294855, - -3043.6378910990425, - -3299.1959582786294, - -2144.942541632132, - 310.6905862430831, - 2670.3911554722545 - ], - "relative wind speed": [ - 7.880867808535993, - 7.6558269251658695, - 7.258723296241758, - 6.914448858594001, - 6.843363594806786, - 7.094224185790231, - 7.500042587541949, - 7.818574018849848 - ], - "relative wind angle": [ - 0.015349045837406193, - 0.05912588694162725, - 0.07153672112930695, - 0.04069877730975763, - 0.017676300419805103, - 0.0638126209626177, - 0.06923122937140401, - 0.035990281191234395 - ], - "resistance": [ - 33125.99009109926, - 31241.519481414056, - 28638.755777560524, - 26803.701744690967, - 26548.14367751138, - 27702.397094157877, - 30158.030222033092, - 32517.730791262264 - ], - "fuel": [ - 34.51295560252826, - 33.99415240218889, - 33.29932934270041, - 32.8246023153923, - 32.75948367262975, - 33.05552845883801, - 33.70184593935389, - 34.34405482874878 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -57.8125, -66.5625 -57.65625, -66.40625 -57.65625, -66.40625 -57.8125, -66.5625 -57.8125))", @@ -387125,68 +277022,7 @@ "id": "6538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 30055.09638366558, - "wind resistance": [ - 2945.388755066204, - 982.3849436515338, - -1470.233578028703, - -3013.125665644602, - -3093.5173769803405, - -1765.3209035346335, - 640.9830116866142, - 2753.917256559449 - ], - "relative wind speed": [ - 7.839756035114009, - 7.593255186533598, - 7.208983257067751, - 6.908655686740146, - 6.886324210186443, - 7.157213947485925, - 7.5441232901658815, - 7.820083913870713 - ], - "relative wind angle": [ - 0.02142085199291888, - 0.06007830066349498, - 0.06619364175400959, - 0.03162339735195985, - 0.024387184213609293, - 0.06374329245172694, - 0.06324903706454474, - 0.0279366782401068 - ], - "resistance": [ - 33000.48513873178, - 31037.481327317113, - 28584.862805636876, - 27041.970718020977, - 26961.57900668524, - 28289.775480130946, - 30696.079395352193, - 32809.01364022503 - ], - "fuel": [ - 34.4779927997903, - 33.9387726194922, - 33.285208677976144, - 32.8855344475033, - 32.86495239376265, - 33.208083528694175, - 33.84645618669549, - 34.42476614828914 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.8125, -66.40625 -57.65625, -66.25 -57.65625, -66.25 -57.8125, -66.40625 -57.8125))", @@ -387205,68 +277041,7 @@ "id": "6539", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 41336.931891936234, - "wind resistance": [ - 3024.9860228475955, - 1242.5649255725475, - -1182.6753826860877, - -2864.1698357631867, - -3077.522523648302, - -1966.8136985166166, - 335.4435962576208, - 2516.55780422972 - ], - "relative wind speed": [ - 7.843375037765778, - 7.627967203144029, - 7.2563378511482926, - 6.940060756812665, - 6.880848431266606, - 7.1188990346029275, - 7.497344070209397, - 7.791030984976267 - ], - "relative wind angle": [ - 0.015397107145106158, - 0.055842198574323564, - 0.06638086854702892, - 0.0367456925456778, - 0.017551137124868756, - 0.059840053785827615, - 0.06424402968132316, - 0.03273064661376537 - ], - "resistance": [ - 44361.91791478383, - 42579.496817508785, - 40154.256509250146, - 38472.762056173044, - 38259.40936828793, - 39370.11819341962, - 41672.37548819385, - 43853.489696165954 - ], - "fuel": [ - 37.880534977468386, - 37.314966055318735, - 36.56441405921383, - 36.056880798250525, - 35.99323572327125, - 36.32642479858937, - 37.031672239991394, - 37.71800366599568 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -57.96875, -66.875 -57.8125, -66.71875 -57.8125, -66.71875 -57.96875, -66.875 -57.96875))", @@ -387285,68 +277060,7 @@ "id": "6540", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 87006.49445328387, - "wind resistance": [ - 2881.5089580918793, - 1187.4082824661018, - -1124.960265845155, - -2732.003466065067, - -2938.517893647502, - -1885.5511105829974, - 307.67080780227116, - 2388.960757013898 - ], - "relative wind speed": [ - 7.820920317797106, - 7.615901472498834, - 7.2617357506618925, - 6.960312014147463, - 6.903082860559798, - 7.128631871423584, - 7.48909483747168, - 7.770032449275903 - ], - "relative wind angle": [ - 0.014564063762130713, - 0.053214252068026824, - 0.06324658846717812, - 0.035063634014047135, - 0.01650067464047841, - 0.05685545077084744, - 0.06132405663537601, - 0.03140835653463372 - ], - "resistance": [ - 89888.00341137574, - 88193.90273574997, - 85881.53418743872, - 84274.4909872188, - 84067.97655963637, - 85120.94334270088, - 87314.16526108613, - 89395.45521029778 - ], - "fuel": [ - 56.333275287665, - 55.50846374640555, - 54.39987109142828, - 53.64114339024462, - 53.544339267945674, - 54.03957817624959, - 55.08435628503449, - 56.09236586557485 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -57.96875, -66.71875 -57.8125, -66.5625 -57.8125, -66.5625 -57.96875, -66.71875 -57.96875))", @@ -387365,68 +277079,7 @@ "id": "6541", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 32751.13395699713, - "wind resistance": [ - 2803.8767233287035, - 1140.2974425510365, - -1117.6627548977813, - -2677.007052116165, - -2870.137085055292, - -1829.6331862382722, - 316.8565167359957, - 2343.0749951370235 - ], - "relative wind speed": [ - 7.809409781614442, - 7.607262801625781, - 7.260898143095411, - 6.9680808608275235, - 6.9145967595038815, - 7.13639139556664, - 7.488517052081173, - 7.761725233521608 - ], - "relative wind angle": [ - 0.014600799773489244, - 0.052214147865406985, - 0.06166511081302711, - 0.0338433596369574, - 0.01649044030555361, - 0.055662779261885544, - 0.059788483231037894, - 0.030381715508826998 - ], - "resistance": [ - 35555.01068032584, - 33891.431399548164, - 31633.47120209935, - 30074.126904880966, - 29880.99687194184, - 30921.50077075886, - 33067.99047373312, - 35094.208952134155 - ], - "fuel": [ - 35.20116959750037, - 34.72745882044707, - 34.1009700689784, - 33.67939252578478, - 33.62780843424446, - 33.90736237579161, - 34.49679095419687, - 35.06892330335888 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -58.125, -66.875 -57.96875, -66.71875 -57.96875, -66.71875 -58.125, -66.875 -58.125))", @@ -387458,7 +277111,7 @@ ], "ice resistance": 77386.762909428, "wind resistance": [ - 2654.8610745103033, + 2654.8610745101723, 1015.0510283873809, -1151.9684235839086, -2604.7729013410863, @@ -387468,7 +277121,7 @@ 2301.5784380699624 ], "relative wind speed": [ - 7.788603457799024, + 7.788603457799023, 7.5863989722890555, 7.251707355089582, 6.976596666526418, @@ -387478,17 +277131,17 @@ 7.751954251912254 ], "relative wind angle": [ - 0.015659980379964793, - 0.05114604221693018, + 0.01565998037997897, + 0.051146042216930185, 0.05885204085906748, 0.030874030105803352, - 0.01758602846093273, + 0.017586028460932733, 0.054223090985729375, - 0.05693783213316625, + 0.05693783213316624, 0.027785142119701532 ], "resistance": [ - 80041.6239839383, + 80041.62398393817, 78401.81393781537, 76234.79448584409, 74781.99000808691, @@ -387498,7 +277151,7 @@ 79688.34134749796 ], "fuel": [ - 51.68868598648433, + 51.688685986484266, 50.9502221835622, 49.98968589077655, 49.35551130812604, @@ -387525,68 +277178,7 @@ "id": "6543", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 46035.11778560925, - "wind resistance": [ - 2781.3054016033566, - 1416.8848319396202, - -710.1106997306597, - -2376.734419297547, - -2726.6569971411336, - -2004.5157199524, - -79.81610694743358, - 1945.164444207221 - ], - "relative wind speed": [ - 7.7949910530689195, - 7.640048387251191, - 7.323888943773741, - 7.024262598837597, - 6.927584858386261, - 7.098096796186113, - 7.423878247037449, - 7.707986275943827 - ], - "relative wind angle": [ - 0.00642485706448794, - 0.044791445080254975, - 0.05925363848227169, - 0.03862841478104434, - 0.007229329708049139, - 0.04821390511564505, - 0.05845465801163537, - 0.03520046269454082 - ], - "resistance": [ - 48816.423187212604, - 47452.00261754887, - 45325.00708587859, - 43658.3833663117, - 43308.46078846812, - 44030.60206565684, - 45955.30167866181, - 47980.28222981647 - ], - "fuel": [ - 39.34565611597802, - 38.889043374370644, - 38.19104633896569, - 37.65588861692986, - 37.54484031052592, - 37.77451271996456, - 38.39612931081152, - 39.06501396187895 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -57.96875, -66.5625 -57.8125, -66.40625 -57.8125, -66.40625 -57.96875, -66.5625 -57.96875))", @@ -387605,68 +277197,7 @@ "id": "6544", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 28343.681160218097, - "wind resistance": [ - 2727.7188735911077, - 1133.966188318529, - -1054.7797094875714, - -2584.010955790265, - -2786.213834195205, - -1801.211077890559, - 270.75620356714717, - 2244.999262996658 - ], - "relative wind speed": [ - 7.796575762328398, - 7.603649354202515, - 7.268804012270032, - 6.983113798298996, - 6.927170476360579, - 7.13840324754941, - 7.479089025910533, - 7.746509285239027 - ], - "relative wind angle": [ - 0.01350964376718647, - 0.05024561689529468, - 0.05984573408302043, - 0.03336325731173303, - 0.01520531597896246, - 0.05352341437443783, - 0.058161160377395826, - 0.030074361502348067 - ], - "resistance": [ - 31071.400033809205, - 29477.647348536626, - 27288.901450730526, - 25759.67020442783, - 25557.467326022892, - 26542.470082327538, - 28614.437363785244, - 30588.680423214755 - ], - "fuel": [ - 33.94796805708337, - 33.52052336316337, - 32.9489045477475, - 32.560104647830826, - 32.50934688178836, - 32.758040743770394, - 33.29295626158252, - 33.81750475846481 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -57.96875, -66.40625 -57.8125, -66.25 -57.8125, -66.25 -57.96875, -66.40625 -57.96875))", @@ -387698,54 +277229,54 @@ ], "ice resistance": 51731.408887265374, "wind resistance": [ - 2364.7948924211305, + 2364.7948924210177, 776.7640758742127, - -1210.1926920664519, + -1210.1926920664991, -2456.669257809466, -2519.7553599676394, -1443.7773951579147, - 506.6947063619409, - 2214.0065703058754 + 506.6947063619591, + 2214.0065703059117 ], "relative wind speed": [ - 7.747719141428013, + 7.747719141428012, 7.546306544751676, 7.235125445247151, 6.994461260035502, 6.977043990737629, 7.194411183396185, 7.507280102319035, - 7.731998863489355 + 7.731998863489354 ], "relative wind angle": [ - 0.017588505364021137, + 0.017588505364033762, 0.04890097077417594, - 0.05329365386044148, - 0.02518953320049203, + 0.05329365386044773, + 0.025189533200492033, 0.0195315434459487, 0.051294881736801405, - 0.05135991442265442, - 0.02278632363086197 + 0.05135991442265225, + 0.022786323630857096 ], "resistance": [ - 54096.203779686504, + 54096.20377968639, 52508.17296313959, - 50521.216195198926, + 50521.216195198875, 49274.73962945591, 49211.653527297734, 50287.63149210746, - 52238.10359362731, - 53945.415457571245 + 52238.10359362733, + 53945.41545757129 ], "fuel": [ - 41.177838085851455, + 41.17783808585141, 40.61585435619594, - 39.92591179368465, + 39.925911793684634, 39.500589133674865, 39.47921660516869, 39.845767842584976, 40.52121391205969, - 41.12407282191324 + 41.12407282191325 ] }, { @@ -387765,68 +277296,7 @@ "id": "6546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 29398.230683838756, - "wind resistance": [ - 2746.5675269368257, - 1345.0018819140641, - -777.81051131606, - -2402.013371153993, - -2717.9564560528306, - -1946.367763132108, - -6.193058064895013, - 1991.676480454149 - ], - "relative wind speed": [ - 7.7917643430409145, - 7.6300365645927215, - 7.312488952501092, - 7.018278765761492, - 6.9309819723839245, - 7.10863170391974, - 7.4348912566724366, - 7.713226681814564 - ], - "relative wind angle": [ - 0.007868092017786174, - 0.045584739290233704, - 0.058893089491911355, - 0.03719624874152717, - 0.00884528136915008, - 0.04893087427053613, - 0.057922424292819574, - 0.0338435897429786 - ], - "resistance": [ - 32144.79821077558, - 30743.23256575282, - 28620.420172522696, - 26996.217312684763, - 26680.274227785925, - 27451.862920706648, - 29392.03762577386, - 31389.907164292905 - ], - "fuel": [ - 34.24118011959294, - 33.85918077616064, - 33.294523960958216, - 32.87381761657051, - 32.79312145969813, - 32.99084980225685, - 33.49783031051763, - 34.034524900314864 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.40625 -58.125, -66.40625 -57.96875, -66.25 -57.96875, -66.25 -58.125, -66.40625 -58.125))", @@ -387845,68 +277315,7 @@ "id": "6547", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 18258.199427051386, - "wind resistance": [ - 2426.786436753053, - 939.7383538183785, - -1041.47583928136, - -2379.5621501829482, - -2523.1895044865487, - -1573.5770332644133, - 324.5492662401739, - 2083.4026322921236 - ], - "relative wind speed": [ - 7.752185809907131, - 7.568657583910141, - 7.263182376869267, - 7.011288332502198, - 6.971649775210474, - 7.170474726058046, - 7.47973710633291, - 7.716354148044027 - ], - "relative wind angle": [ - 0.013987414428483332, - 0.04661198491421051, - 0.05376411520701551, - 0.028432264618592502, - 0.015553545469286814, - 0.049202425638685605, - 0.052206089755123426, - 0.02583371837479791 - ], - "resistance": [ - 20684.98586380444, - 19197.937780869765, - 17216.723587770026, - 15878.637276868438, - 15735.009922564837, - 16684.622393786973, - 18582.74869329156, - 20341.60205934351 - ], - "fuel": [ - 31.332241194835056, - 30.990591408716384, - 30.548191143331863, - 30.25766329049459, - 30.226874591909805, - 30.431862402205024, - 30.851657679175585, - 31.252617995819282 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.5 -58.28125, -67.5 -58.125, -67.34375 -58.125, -67.34375 -58.28125, -67.5 -58.28125))", @@ -387938,17 +277347,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2709.6782157567177, + 2709.678215756634, 2190.498178506501, - 273.7791980801867, + 273.77919808018123, -1700.0754352631902, -2624.460471698214, -2404.495451078541, -911.6934081812215, - 1188.0020121416837 + 1188.002012141682 ], "relative wind speed": [ - 6.020398639556087, + 6.0203986395560865, 5.951226344145701, 5.607249358272069, 5.162039293944902, @@ -387958,17 +277367,17 @@ 5.782773310149658 ], "relative wind angle": [ - 0.021300231690777313, - 0.05238933899298401, - 0.10164163563522027, - 0.09564628382731791, - 0.02626371027877438, - 0.06278433489262135, - 0.10650347970971377, - 0.08535290559660512 + 0.02130023169079295, + 0.052389338992984015, + 0.10164163563522136, + 0.0956462838273179, + 0.026263710278774378, + 0.06278433489262136, + 0.10650347970971379, + 0.08535290559660513 ], "resistance": [ - 99344.17821575675, + 99344.17821575666, 98824.99817850653, 96908.27919808021, 94934.42456473684, @@ -387978,7 +277387,7 @@ 97822.50201214172 ], "fuel": [ - 51.170704252023484, + 51.17070425202344, 50.89852638008981, 49.902381469493264, 48.89083013827502, @@ -388018,54 +277427,54 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 2839.1831570335744, + 2839.1831570335708, 2119.686079738931, - 89.49516202867198, - -1907.3073812192943, + 89.49516202866653, + -1907.3073812192888, -2742.2420567278023, -2438.7639448201408, - -806.7187349572396, - 1364.2079705241085 + -806.718734957245, + 1364.2079705241194 ], "relative wind speed": [ - 6.586283179638042, + 6.586283179638041, 6.49820137105273, 6.1606811110286435, - 5.750137955085234, + 5.750137955085233, 5.51555486666904, 5.619061358524921, - 5.987192986520009, - 6.382506177600436 + 5.98719298652001, + 6.382506177600435 ], "relative wind angle": [ 0.01322227826363465, 0.048805499491915295, - 0.08701900989026191, - 0.0766255111170498, + 0.08701900989026319, + 0.07662551111704834, 0.0157892998942945, - 0.056449018664805554, - 0.08954718491042471, - 0.06902083454286165 + 0.05644901866480556, + 0.08954718491042594, + 0.06902083454285843 ], "resistance": [ - 99473.68315703353, + 99473.68315703352, 98754.1860797389, - 96723.99516202863, + 96723.99516202862, 94727.19261878067, 93892.25794327215, 94195.73605517982, - 95827.78126504272, - 97998.70797052406 + 95827.78126504271, + 97998.70797052408 ], "fuel": [ - 54.03190160526825, + 54.03190160526823, 53.65462982941239, 52.60047556419242, 51.57861852113978, 51.15574235011492, 51.309147307874895, - 52.14000593951923, - 53.260564428079235 + 52.14000593951922, + 53.26056442807924 ] }, { @@ -388098,13 +277507,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2530.922714409993, + 2530.922714409946, 2000.0717636534573, - 218.8119267497441, + 218.8119267497368, -1586.4169834691747, - -2408.4508088234306, + -2408.4508088234415, -2183.010920017776, - -783.8104441734613, + -783.8104441734631, 1150.2622851814795 ], "relative wind speed": [ @@ -388118,31 +277527,31 @@ 5.327583403383124 ], "relative wind angle": [ - 0.021387683483221658, + 0.02138768348323204, 0.059049471492753226, - 0.1125493242401484, + 0.11254932424015038, 0.10517282816619111, - 0.026983231245122027, - 0.07194254117734354, - 0.11800319306922778, + 0.02698323124512614, + 0.07194254117734356, + 0.11800319306922871, 0.0924213994764439 ], "resistance": [ - 99165.42271440997, + 99165.42271440991, 98634.57176365342, 96853.31192674971, 95048.0830165308, - 94226.04919117654, + 94226.04919117653, 94451.48907998219, 95850.68955582651, 97784.76228518145 ], "fuel": [ - 49.10921601419744, + 49.10921601419742, 48.831284343203336, 47.90635264429791, 46.98102067137586, - 46.563677220237366, + 46.56367722023736, 46.677881962470806, 47.39092698733127, 48.38854208690459 @@ -388178,53 +277587,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2199.216530511563, + 2199.2165305114722, 1409.0772490826876, - -144.47299174060026, + -144.4729917406039, -1535.9825022534187, -1986.679490163855, -1651.7372976733768, - -338.95981840712557, + -338.9598184071292, 1244.176630626227 ], "relative wind speed": [ - 5.076761889156213, + 5.076761889156212, 4.951265643784036, 4.599106026104783, 4.2016538261505065, 4.008790197235561, 4.162796974310028, 4.548860723883239, - 4.91833460124824 + 4.918334601248241 ], "relative wind angle": [ - 0.0049826519519078774, + 0.00498265195193016, 0.07271300448395207, - 0.11637074309267197, + 0.11637074309267294, 0.09426382249108868, - 0.006310083464265611, - 0.0865171598962448, - 0.11766206993043511, - 0.08049575815411496 + 0.006310083464265612, + 0.08651715989624481, + 0.11766206993043606, + 0.08049575815411635 ], "resistance": [ - 98833.71653051156, + 98833.71653051148, 98043.5772490827, - 96490.0270082594, + 96490.02700825939, 95098.51749774658, 94647.82050983615, 94982.76270232663, - 96295.54018159288, + 96295.54018159286, 97878.67663062623 ], "fuel": [ - 47.26441397843196, + 47.26441397843192, 46.852086065077316, - 46.04815244097357, + 46.04815244097355, 45.33569648122331, 45.106483372298506, 45.276754380163055, - 45.94814161432, + 45.948141614319994, 46.76632699368161 ] }, @@ -388258,54 +277667,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2873.1301186917335, + 2873.1301186917153, 1375.1494423550284, -849.795143584397, -2526.7596092531676, - -2837.595155742507, + -2837.595155742638, -1993.6845718378136, 51.97913121133024, - 2131.9672788132993 + 2131.9672788132775 ], "relative wind speed": [ - 7.561122820119412, + 7.56112282011941, 7.381293748459351, - 7.034907517103557, + 7.034907517103556, 6.716771927517918, - 6.627334136080618, + 6.627334136080619, 6.8270519736665864, 7.183467984058244, - 7.48178527665003 + 7.481785276650031 ], "relative wind angle": [ 0.009845387431200406, - 0.05188412060860263, - 0.0664207248420052, - 0.04132993011588637, - 0.011232653257860882, + 0.05188412060860264, + 0.06642072484200522, + 0.04132993011588638, + 0.011232653257880648, 0.056100496195785395, - 0.06504512444375489, - 0.037101889471678536 + 0.06504512444375488, + 0.037101889471681526 ], "resistance": [ - 99507.63011869174, + 99507.63011869171, 98009.64944235503, 95784.7048564156, 94107.74039074683, - 93796.90484425749, + 93796.90484425737, 94640.81542816218, 96686.47913121132, - 98766.4672788133 + 98766.46727881327 ], "fuel": [ - 59.638343403012975, + 59.63834340301297, 58.85485041668181, 57.70654276102445, 56.853225114255125, - 56.69620708525271, + 56.69620708525265, 57.12334402021035, 58.16973406055973, - 59.24964733328627 + 59.24964733328625 ] }, { @@ -388338,47 +277747,47 @@ ], "ice resistance": 56894.43052390223, "wind resistance": [ - 2769.9786240205613, + 2769.9786240199173, 1471.7984162521425, - -622.5642969773253, + -622.5642969773326, -2307.740666917991, - -2689.562806043956, + -2689.562806043963, -2036.1244602850747, - -162.58857897620692, + -162.58857897619964, 1857.2860481000425 ], "relative wind speed": [ 7.790966435564943, 7.646277453875174, - 7.337169274689719, + 7.3371692746897175, 7.036882374655742, - 6.931449614366227, + 6.931449614366226, 7.090739937055752, - 7.410134869970072, + 7.410134869970071, 7.695871503725656 ], "relative wind angle": [ - 0.004690696289235183, + 0.0046906962893061895, 0.04313632202557527, 0.05860705018417001, - 0.03952319626064236, + 0.039523196260642365, 0.005272359272576803, 0.04651827031502295, - 0.058029310527749914, - 0.03613732473155108 + 0.058029310527748, + 0.03613732473155109 ], "resistance": [ - 59664.40914792279, + 59664.409147922146, 58366.22894015437, - 56271.8662269249, + 56271.866226924896, 54586.68985698424, - 54204.86771785827, + 54204.867717858266, 54858.30606361716, 56731.841944926025, 58751.716572002275 ], "fuel": [ - 43.222491534661685, + 43.22249153466144, 42.73548442501331, 41.963012055872625, 41.35331158840988, @@ -388418,51 +277827,51 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 2527.7112993731535, + 2527.7112992923467, 1501.3631824904332, - -326.7584961695102, + -326.7584961695338, -1906.7192500582132, - -2338.161766823081, + -2338.161766873647, -1907.0575479940799, -327.32979120892924, 1500.8825989048419 ], "relative wind speed": [ - 6.480252122989817, + 6.480252122989816, 6.351685405844546, - 6.029932512143311, + 6.02993251214331, 5.689979959410415, - 5.543028380613444, + 5.543028380613445, 5.689896634472505, 6.029821316158315, 6.351610761634247 ], "relative wind angle": [ - 8.605623784727249e-06, - 0.05218609087828085, - 0.07779272064881837, + 8.605636685851213e-06, + 0.052186090878280855, + 0.07779272064882123, 0.058275374242115485, - 1.0060667709177405e-05, + 1.0060678744453073e-05, 0.058262344350495085, 0.07779415812600778, 0.052199138344541096 ], "resistance": [ - 99162.21129937322, + 99162.21129929241, 98135.86318249049, - 96307.74150383055, + 96307.74150383052, 94727.78074994184, - 94296.33823317698, + 94296.33823312641, 94727.44245200598, 96307.17020879113, 98135.3825989049 ], "fuel": [ - 53.67922767150923, + 53.67922767146683, 53.14283255230734, - 52.19711938060488, + 52.19711938060486, 51.389801604666204, - 51.170960565340366, + 51.17096056531475, 51.38962973810827, 52.19682578534209, 53.14258230546718 @@ -388498,53 +277907,53 @@ ], "ice resistance": 70661.7156605396, "wind resistance": [ - 2619.8351504313687, + 2619.835150431092, 1723.9728535509203, - -190.89541336687762, + -190.89541336691036, -1948.8642626438705, - -2540.8989270603197, + -2540.8989270603124, -2166.4619983545854, - -559.5674524596834, + -559.567452459698, 1415.1908198078308 ], "relative wind speed": [ - 7.767345062531135, + 7.767345062531133, 7.673654205319485, 7.401544745499794, 7.101288166401152, - 6.955005715501497, + 6.955005715501498, 7.058242342132201, 7.343084447522694, 7.633836532230451 ], "relative wind angle": [ - 0.0037689432396863327, + 0.00376894323971579, 0.03473715769884751, - 0.05490435419624476, - 0.04337303889468568, + 0.054904354196248804, + 0.04337303889468569, 0.00420915539066871, 0.03776729175108249, - 0.055341907758954256, + 0.05534190775895626, 0.04034556338296613 ], "resistance": [ - 73281.55081097098, + 73281.55081097069, 72385.68851409052, - 70470.82024717273, + 70470.8202471727, 68712.85139789573, - 68120.81673347928, + 68120.8167334793, 68495.25366218502, - 70102.14820807992, + 70102.1482080799, 72076.90648034743 ], "fuel": [ - 48.708787619390165, + 48.70878761939004, 48.326644524015485, - 47.51984327879224, + 47.51984327879222, 46.79116217279834, 46.54835130393174, 46.7017673374817, - 47.36607513498498, + 47.36607513498497, 48.195621119160876 ] }, @@ -388578,51 +277987,51 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3518.581603972714, + 3518.5816039724377, 1933.4535601553252, - -647.3261015466887, + -647.326101546696, -2753.6641426001715, - -3262.735708649605, + -3262.735708649536, -2486.7934882218415, -197.8674846353315, 2313.0567046674623 ], "relative wind speed": [ - 6.948487670602785, + 6.948487670602783, 6.753125299061083, 6.3159321741740415, 5.872596007316939, - 5.706068682388879, + 5.706068682388878, 5.93599186419921, 6.399195378162104, 6.808327022955288 ], "relative wind angle": [ - 0.006020309744652551, - 0.06948311167141762, - 0.09851740390672416, + 0.006020309744689434, + 0.06948311167141763, + 0.0985174039067253, 0.06981999873828072, - 0.007331171842970712, + 0.007331171842955569, 0.07906674407170133, - 0.09723146167164738, + 0.0972314616716474, 0.060211450980119756 ], "resistance": [ - 100153.08160397274, + 100153.08160397245, 98567.95356015534, - 95987.17389845333, + 95987.17389845331, 93880.83585739984, - 93371.76429135041, + 93371.76429135048, 94147.70651177817, 96436.63251536468, 98947.55670466748 ], "fuel": [ - 55.781944424571165, + 55.78194442457102, 54.94932043129016, - 53.61371116364613, + 53.61371116364612, 52.54200399805335, - 52.28546497058825, + 52.28546497058829, 52.67687475651822, 53.8445334434047, 55.14786406683878 @@ -388658,9 +278067,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 2412.0855525236275, + 2412.085552523624, 1250.5243492694171, - -546.2272922573084, + -546.227292257312, -1957.6300858871982, -2264.153438903737, -1650.8265760077356, @@ -388668,9 +278077,9 @@ 1687.009662068711 ], "relative wind speed": [ - 5.714677993158065, + 5.714677993158064, 5.535175034826229, - 5.159813476489337, + 5.159813476489336, 4.792255655391736, 4.6698034200877006, 4.8812340531452, @@ -388681,8 +278090,8 @@ 0.010256796787689053, 0.07430060717749486, 0.10143155210523368, - 0.06849666204624194, - 0.012551877885341107, + 0.06849666204624195, + 0.012551877885341105, 0.08427691851226746, 0.09918191490108745, 0.058474915435470336 @@ -388690,7 +278099,7 @@ "resistance": [ 99046.5855525236, 97885.02434926938, - 96088.27270774267, + 96088.27270774265, 94676.86991411277, 94370.34656109623, 94983.67342399224, @@ -388700,7 +278109,7 @@ "fuel": [ 49.907703846140876, 49.30143496731258, - 48.37352214985653, + 48.37352214985651, 47.6530429957025, 47.497551662185174, 47.809026541800975, @@ -388725,68 +278134,7 @@ "id": "6558", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90157.03376532355, - "wind resistance": [ - 3441.096443966908, - 1182.4676749185128, - -1653.54147134312, - -3455.3484815848133, - -3562.6896546711105, - -2044.7837516267027, - 729.5473944228215, - 3186.1523034623133 - ], - "relative wind speed": [ - 7.9167092474988605, - 7.6362040476051005, - 7.192544843407907, - 6.840423182172817, - 6.810450042281515, - 7.123545664287254, - 7.571249154757263, - 7.890825417954637 - ], - "relative wind angle": [ - 0.023987858036483112, - 0.06887432764306473, - 0.07700499329036224, - 0.037577041620510274, - 0.027885278601760415, - 0.07383971200121393, - 0.0731462344188849, - 0.03257299632695843 - ], - "resistance": [ - 93598.13020929045, - 91339.50144024206, - 88503.49229398042, - 86701.68528373874, - 86594.34411065244, - 88112.25001369684, - 90886.58115974636, - 93343.18606878586 - ], - "fuel": [ - 58.1769392997187, - 57.048465033932985, - 55.658397005220536, - 54.79078984930159, - 54.73948414291038, - 55.468979023710254, - 56.824458299757595, - 58.04861165147409 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.34375 -58.75, -67.34375 -58.59375, -67.1875 -58.59375, -67.1875 -58.75, -67.34375 -58.75))", @@ -388805,68 +278153,7 @@ "id": "6559", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 90919.24004562186, - "wind resistance": [ - 2865.9364717057324, - 636.6589010983807, - -1875.9243281096497, - -3241.7739527706617, - -3138.9407388516884, - -1499.2599541181808, - 1072.5173269766528, - 3110.6509052870715 - ], - "relative wind speed": [ - 7.83952218360899, - 7.547789356457733, - 7.142420679809506, - 6.861602188614098, - 6.890211571665163, - 7.208605926262672, - 7.610450078821586, - 7.864574939233028 - ], - "relative wind angle": [ - 0.029917214378493543, - 0.06650830671063727, - 0.06653874544186945, - 0.0247759373001846, - 0.03404060573106667, - 0.06964264803806287, - 0.06244122693432201, - 0.021615722765996034 - ], - "resistance": [ - 93785.17651732759, - 91555.89894672023, - 89043.31571751222, - 87677.4660928512, - 87780.29930677018, - 89419.98009150368, - 91991.75737259851, - 94029.89095090893 - ], - "fuel": [ - 58.271243984954445, - 57.155761067845106, - 55.92068491944784, - 55.25914876986687, - 55.308713404653915, - 56.10433983347431, - 57.37240099343718, - 58.394820265707565 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -58.59375, -67.1875 -58.4375, -67.03125 -58.4375, -67.03125 -58.59375, -67.1875 -58.59375))", @@ -388885,68 +278172,7 @@ "id": "6560", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.279116879226645, - 19.279116879226645, - 19.279116879226645, - 19.279116879226645, - 19.279116879226645, - 19.279116879226645, - 19.279116879226645, - 19.279116879226645 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 2280.224085066293, - 1389.0247527957054, - -249.48634497346575, - -1683.0105286945945, - -2098.4315905857056, - -1723.143448141138, - -317.1637987562881, - 1331.976489837305 - ], - "relative wind speed": [ - 5.8288025712617815, - 5.704897503043784, - 5.3836055241555005, - 5.037256050173891, - 4.881836873543067, - 5.02607353252989, - 5.368804544301746, - 5.695026089459049 - ], - "relative wind angle": [ - 0.0012745946293808799, - 0.05779831529548187, - 0.08806288702967988, - 0.06755968516101517, - 0.001521837271764089, - 0.06561513593989855, - 0.08830629520559749, - 0.059746698515250975 - ], - "resistance": [ - 98914.72408506632, - 98023.52475279574, - 96385.01365502656, - 94951.48947130544, - 94536.06840941432, - 94911.35655185889, - 96317.33620124374, - 97966.47648983734 - ], - "fuel": [ - 50.532584404799906, - 50.06741803651612, - 49.21989999623885, - 48.48660465147533, - 48.275531999224356, - 48.4661853624654, - 49.18510874423936, - 50.03774203014595 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -58.59375, -67.03125 -58.4375, -66.875 -58.4375, -66.875 -58.59375, -67.03125 -58.59375))", @@ -388965,68 +278191,7 @@ "id": "6561", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.52173526862669, - 25.52173526862669, - 25.52173526862669, - 25.52173526862669, - 25.52173526862669, - 25.52173526862669, - 25.52173526862669, - 25.52173526862669 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 2631.7224497434363, - 1908.7810644822457, - -3.5684470987725945, - -1860.3841012219455, - -2599.327137045231, - -2296.60596828254, - -742.0883464353719, - 1289.6237232444837 - ], - "relative wind speed": [ - 7.517453208791717, - 7.439517044579516, - 7.1631094117766585, - 6.838688988250262, - 6.661825778564717, - 6.748748890996992, - 7.041440833042547, - 7.356925877858689 - ], - "relative wind angle": [ - 0.008107219071828153, - 0.034878500800481715, - 0.059762364476113265, - 0.0505598507453671, - 0.009148516423034974, - 0.038450168047461035, - 0.06079625760172693, - 0.04699558755139391 - ], - "resistance": [ - 99266.22244974344, - 98543.28106448225, - 96630.93155290122, - 94774.11589877805, - 94035.17286295477, - 94337.89403171746, - 95892.41165356463, - 97924.12372324448 - ], - "fuel": [ - 59.48565372697887, - 59.10713863418326, - 58.11525373239732, - 57.165193911719996, - 56.79067441537741, - 56.94385730515287, - 57.735845458839535, - 58.78450846381704 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.1875 -58.75, -67.1875 -58.59375, -67.03125 -58.59375, -67.03125 -58.75, -67.1875 -58.75))", @@ -389045,68 +278210,7 @@ "id": "6562", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.006533959735695, - 25.006533959735695, - 25.006533959735695, - 25.006533959735695, - 25.006533959735695, - 25.006533959735695, - 25.006533959735695, - 25.006533959735695 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 2714.8617204727016, - 1181.0859463677807, - -969.0249225196567, - -2505.260513287394, - -2733.4237380698905, - -1807.9782474157582, - 210.5854364441002, - 2171.0298044072297 - ], - "relative wind speed": [ - 7.402160147681026, - 7.208522282885193, - 6.861941707083232, - 6.558882746612043, - 6.49179944288343, - 6.7061644295145655, - 7.060395942660044, - 7.342785028497949 - ], - "relative wind angle": [ - 0.013434322916810315, - 0.05443594422640812, - 0.06638963034087692, - 0.0383664816371362, - 0.015318388751099412, - 0.058518231329644614, - 0.06452091323896868, - 0.03426884620695062 - ], - "resistance": [ - 99349.36172047269, - 97815.58594636776, - 95665.47507748033, - 94129.23948671258, - 93901.0762619301, - 94826.52175258423, - 96845.08543644409, - 98805.52980440721 - ], - "fuel": [ - 58.70842638874025, - 57.907216816658014, - 56.79878458213734, - 56.01735567730613, - 55.90204607852894, - 56.37095020960541, - 57.404771247719694, - 58.423339330375065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -58.75, -67.03125 -58.59375, -66.875 -58.59375, -66.875 -58.75, -67.03125 -58.75))", @@ -389138,9 +278242,9 @@ ], "ice resistance": 92352.80662942337, "wind resistance": [ - 2881.6847040748835, + 2881.684704074236, 1535.854101225581, - -638.4854255074133, + -638.4854255074315, -2390.6937728358025, -2789.9465826867345, -2114.5050070047255, @@ -389148,9 +278252,9 @@ 1927.8692871663807 ], "relative wind speed": [ - 7.807670910356733, + 7.807670910356732, 7.6581773284499866, - 7.337550232991134, + 7.337550232991133, 7.025104835029642, 6.914751393795522, 7.0799598790136145, @@ -389158,19 +278262,19 @@ 7.708528649442188 ], "relative wind angle": [ - 0.004759738318183364, - 0.044669930983199414, - 0.06088427435357528, - 0.041209770656385585, + 0.00475973831825334, + 0.04466993098319942, + 0.06088427435357711, + 0.04120977065638558, 0.005374381069102259, - 0.048320840593128835, - 0.060274106034432715, + 0.04832084059312883, + 0.06027410603443271, 0.03755438673082107 ], "resistance": [ - 95234.49133349826, + 95234.4913334976, 93888.66073064896, - 91714.32120391596, + 91714.32120391594, 89962.11285658757, 89562.86004673663, 90238.30162241864, @@ -389178,9 +278282,9 @@ 94280.67591658975 ], "fuel": [ - 59.00636945360273, + 59.00636945360239, 58.323474414527766, - 57.2344218029652, + 57.234421802965194, 56.36960096585089, 56.17414369416086, 56.50515837153239, @@ -389205,68 +278309,7 @@ "id": "6564", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 46101.08352848842, - "wind resistance": [ - 2760.847766476494, - 1387.6475506368843, - -731.6707714691256, - -2378.7500808992445, - -2715.86878744149, - -1978.794480393928, - -54.37481117595598, - 1955.2859717024803 - ], - "relative wind speed": [ - 7.79259338674504, - 7.635742661421903, - 7.320020836886322, - 7.023171005503742, - 6.930035357935746, - 7.102487998013351, - 7.427462332515204, - 7.708759354191418 - ], - "relative wind angle": [ - 0.006905699540925982, - 0.044938054965227514, - 0.05895345312875306, - 0.03801435801046632, - 0.0077652448934869825, - 0.048314539009721554, - 0.058099697683801535, - 0.03463208418212802 - ], - "resistance": [ - 48861.93129496492, - 47488.73107912531, - 45369.412757019294, - 43722.333447589175, - 43385.21474104693, - 44122.28904809449, - 46046.70871731247, - 48056.36950019091 - ], - "fuel": [ - 39.361005094815724, - 38.9012440802796, - 38.20544649056235, - 37.67623248683126, - 37.56915925074792, - 37.80381200521212, - 38.42599373815202, - 39.09044428055034 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -58.28125, -66.71875 -58.125, -66.5625 -58.125, -66.5625 -58.28125, -66.71875 -58.28125))", @@ -389285,68 +278328,7 @@ "id": "6565", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 42602.265641780934, - "wind resistance": [ - 2796.4901549172064, - 1380.247408494397, - -775.686617348616, - -2432.647960071663, - -2759.9973678845236, - -1985.758974359971, - -19.008010833022126, - 2014.5203348743817 - ], - "relative wind speed": [ - 7.79898625076576, - 7.636171859680945, - 7.314092704778587, - 7.014224209216851, - 6.923740644754372, - 7.102904362644474, - 7.434138750478208, - 7.717708843840462 - ], - "relative wind angle": [ - 0.0077099265329929, - 0.04610933382956409, - 0.059870585797737526, - 0.03806597091025963, - 0.008684578791448159, - 0.04957384136976268, - 0.05890267013991717, - 0.0345947269187639 - ], - "resistance": [ - 45398.75579669814, - 43982.51305027533, - 41826.579024432314, - 40169.61768170927, - 39842.26827389641, - 40616.50666742097, - 42583.25763094791, - 44616.785976655316 - ], - "fuel": [ - 38.214966063055705, - 37.759158008568875, - 37.07961396286625, - 36.56909908889955, - 36.46945025911707, - 36.70578084498972, - 37.31614693014414, - 37.96237163084919 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.875 -58.4375, -66.875 -58.28125, -66.71875 -58.28125, -66.71875 -58.4375, -66.875 -58.4375))", @@ -389365,68 +278347,7 @@ "id": "6566", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 51580.70684681394, - "wind resistance": [ - 2440.8959257221904, - 1699.2602562466673, - -85.12279613077408, - -1778.3486359686976, - -2407.8987162382873, - -2098.109653646461, - -627.1588813427261, - 1245.560225946927 - ], - "relative wind speed": [ - 7.742981500042745, - 7.665211408309517, - 7.413967480650826, - 7.12793017475401, - 6.979504546574767, - 7.0648269824238215, - 7.32805106570049, - 7.60656674522043 - ], - "relative wind angle": [ - 0.005555503179811119, - 0.031252447943002026, - 0.05151275565066501, - 0.04214972546728718, - 0.0061632181934424555, - 0.033909327713574786, - 0.05211725190994757, - 0.03949606440801368 - ], - "resistance": [ - 54021.602772536135, - 53279.96710306061, - 51495.58405068317, - 49802.35821084524, - 49172.80813057565, - 49482.59719316748, - 50953.54796547121, - 52826.267072760864 - ], - "fuel": [ - 41.15122768721939, - 40.88781033137945, - 40.26241155888136, - 39.679917450131285, - 39.46606379380276, - 39.57111262046597, - 40.07478238686052, - 40.72767220408368 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -58.4375, -66.71875 -58.28125, -66.5625 -58.28125, -66.5625 -58.4375, -66.71875 -58.4375))", @@ -389458,51 +278379,51 @@ ], "ice resistance": 41715.50326949018, "wind resistance": [ - 2616.826805060591, + 2616.826805042703, 1552.488370586856, -366.13904094100144, -2028.9516464637563, - -2479.945171430947, + -2479.945171418065, -2035.3893549902095, -377.04750151885673, 1543.3532166531331 ], "relative wind speed": [ - 7.7619884797909435, + 7.761988479790943, 7.650418721469609, 7.372889042967956, 7.083968512092853, - 6.96024562241276, + 6.960245622412759, 7.082695650026945, 7.371159436941135, 7.649240119410573 ], "relative wind angle": [ - 0.00011158022342783877, + 0.00011158022541783839, 0.03697980198158425, 0.05439783538788495, 0.040111345813847295, - 0.0001244330270359928, + 0.00012443302525154206, 0.03994548709720354, - 0.054410612179968745, + 0.05441061217996875, 0.03714573670544315 ], "resistance": [ - 44332.33007455077, + 44332.33007453289, 43267.99164007704, 41349.36422854918, 39686.551623026426, - 39235.558098059235, + 39235.55809807211, 39680.113914499976, 41338.455767971325, 43258.85648614331 ], "fuel": [ - 37.8710501529109, + 37.87105015290516, 37.53202677684053, 36.931535159091126, 36.42218831603658, - 36.28581524468967, + 36.28581524469355, 36.42023633351867, 36.928160192110255, 37.529135204162415 @@ -389538,54 +278459,54 @@ ], "ice resistance": 37018.71550365847, "wind resistance": [ - 2905.0582495036506, + 2905.0582495034723, 1503.1031075789033, - -706.350214273556, - -2453.5153118138915, + -706.3502142735924, + -2453.5153118138805, -2831.080229975956, -2101.0735666621404, - -109.75885725280386, - 2003.3661568235038 + -109.75885725281114, + 2003.3661568235257 ], "relative wind speed": [ - 7.81291315942428, + 7.812913159424278, 7.655088606071698, - 7.327626052351991, - 7.014043708118524, + 7.32762605235199, + 7.014043708118523, 6.909627513484485, 7.08407953406779, - 7.42229485056335, - 7.719310543851038 + 7.422294850563351, + 7.719310543851037 ], "relative wind angle": [ - 0.006069913652861906, - 0.04611636921662855, - 0.06167600489859693, - 0.04076280669027001, + 0.0060699136528801975, + 0.046116369216628546, + 0.06167600489860054, + 0.04076280669026729, 0.0068634364559247395, 0.04983652389890431, - 0.060888368925716876, - 0.03703676533366011 + 0.0608883689257187, + 0.037036765333657115 ], "resistance": [ - 39923.773753162124, + 39923.77375316195, 38521.81861123738, - 36312.36528938492, - 34565.20019184458, + 36312.36528938488, + 34565.20019184459, 34187.63527368252, 34917.64193699633, - 36908.95664640567, - 39022.08166048198 + 36908.95664640566, + 39022.081660482 ], "fuel": [ - 36.49422416031698, + 36.49422416031693, 36.071538771496456, - 35.420240596773, - 34.91807635818913, + 35.420240596772985, + 34.91807635818914, 34.8110504918283, 35.01845940694205, 35.59431235640404, - 36.22152737164082 + 36.221527371640825 ] }, { @@ -389618,9 +278539,9 @@ ], "ice resistance": 21148.20282896802, "wind resistance": [ - 2490.9519387771907, + 2490.9519387769433, 889.1067264989688, - -1172.869711296844, + -1172.8697112968366, -2512.9776915837538, -2617.860528299847, -1560.7537735016194, @@ -389628,9 +278549,9 @@ 2240.3822914251505 ], "relative wind speed": [ - 7.765195175017078, + 7.765195175017077, 7.564837899596782, - 7.244227490721084, + 7.244227490721083, 6.9882554141839766, 6.95927489549628, 7.176558418212549, @@ -389638,19 +278559,19 @@ 7.739124591536281 ], "relative wind angle": [ - 0.016498586278052212, + 0.01649858627807913, 0.04966666485664498, - 0.05566218492895125, - 0.02782060729386815, - 0.018409413164142574, + 0.05566218492894926, + 0.027820607293868146, + 0.018409413164142577, 0.05235621767709218, 0.05376162849450539, - 0.025120784096346663 + 0.025120784096346667 ], "resistance": [ - 23639.15476774521, + 23639.154767744963, 22037.30955546699, - 19975.333117671176, + 19975.333117671184, 18635.225137384266, 18530.342300668173, 19587.4490554664, @@ -389658,7 +278579,7 @@ 23388.58512039317 ], "fuel": [ - 32.0353727376545, + 32.035372737654434, 31.650081952827456, 31.168171827975172, 30.863453970649488, @@ -389698,54 +278619,54 @@ ], "ice resistance": 32435.573696702846, "wind resistance": [ - 2427.0979793382285, + 2427.09797933809, 890.2729947296648, - -1110.8258919885666, + -1110.8258919885702, -2428.1529284608805, -2544.2331880537095, -1540.6426105635073, 393.32194261208497, - 2149.637035805914 + 2149.6370358059467 ], "relative wind speed": [ - 7.754131763975201, + 7.7541317639752005, 7.5625967528697595, - 7.252325899461188, + 7.252325899461187, 7.002091968508291, 6.970044267908936, 7.177409481364648, 7.490784041587626, - 7.725204500480946 + 7.725204500480945 ], "relative wind angle": [ - 0.015398610533986775, - 0.04784317089550566, + 0.015398610534001196, + 0.04784317089550567, 0.05409116139629734, - 0.027541841797127074, + 0.027541841797127077, 0.01713102126519065, 0.050412873674410906, 0.05236764671355153, - 0.024963243034546147 + 0.0249632430345417 ], "resistance": [ - 34862.67167604108, + 34862.67167604093, 33325.84669143251, - 31324.74780471428, + 31324.747804714276, 30007.420768241966, 29891.340508649137, 30894.93108613934, 32828.89563931493, - 34585.210732508756 + 34585.21073250879 ], "fuel": [ - 35.002772261613714, + 35.00277226161367, 34.568752051767284, 34.016786613177615, 33.66155995118844, 33.63056765160324, 33.90017373136344, 34.430286744965514, - 34.92376341748892 + 34.92376341748893 ] }, { @@ -389778,53 +278699,53 @@ ], "ice resistance": 20653.339034890552, "wind resistance": [ - 2460.7742740520916, + 2460.774274052026, 888.823754744586, - -1144.7246062728118, + -1144.7246062728445, -2473.725655760394, - -2583.4460895717784, + -2583.446089571822, -1550.7285805515821, - 419.38338739896426, + 419.38338739893516, 2198.5858917676305 ], "relative wind speed": [ - 7.75999959792941, + 7.759999597929409, 7.563676179203719, 7.247872102779876, 6.994640488814385, 6.96433509063713, 7.177071803367339, - 7.495859323405788, + 7.495859323405789, 7.732694320014385 ], "relative wind angle": [ - 0.016002573758786488, + 0.016002573758793427, 0.048825660755629434, - 0.05492496829603196, - 0.027674043093073267, - 0.01783102689772544, - 0.05145799686076558, - 0.05310613355407178, + 0.054924968296036006, + 0.027674043093073263, + 0.017831026897731667, + 0.051457996860765576, + 0.053106133554075965, 0.025032088660781302 ], "resistance": [ - 23114.113308942644, + 23114.11330894258, 21542.16278963514, - 19508.61442861774, + 19508.614428617708, 18179.613379130158, - 18069.892945318774, + 18069.89294531873, 19102.61045433897, - 21072.722422289517, + 21072.722422289487, 22851.924926658183 ], "fuel": [ - 31.90803297984801, + 31.90803297984799, 31.532916440630835, - 31.061289503032825, + 31.06128950303281, 30.761377762830076, - 30.73691117365778, + 30.736911173657777, 30.96897057220852, - 31.422676253236546, + 31.422676253236535, 31.844827722773037 ] }, @@ -389845,68 +278766,7 @@ "id": "6572", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 69486.82455195038, - "wind resistance": [ - 2509.714620533294, - 1553.9187692627056, - -286.27021597922794, - -1919.3823664979718, - -2406.3711205950676, - -2007.2675747049216, - -435.2313606320422, - 1429.2181681416332 - ], - "relative wind speed": [ - 7.747885536287962, - 7.647554241513957, - 7.38307701936593, - 7.101591697350844, - 6.974367505489003, - 7.084239303421572, - 7.359463710838702, - 7.631443359493578 - ], - "relative wind angle": [ - 0.0015259575011517743, - 0.03467426584758982, - 0.05240858531482682, - 0.03969735334173005, - 0.0016951996175369056, - 0.037432688107197506, - 0.052576896471355695, - 0.03693986202766781 - ], - "resistance": [ - 71996.53917248368, - 71040.74332121309, - 69200.55433597116, - 67567.44218545241, - 67080.45343135532, - 67479.55697724546, - 69051.59319131834, - 70916.04272009202 - ], - "fuel": [ - 48.16157758727803, - 47.75854576403281, - 46.99216326039862, - 46.32257536334794, - 46.124827347134314, - 46.28682319135599, - 46.930676778143905, - 47.70621376491522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.71875 -58.59375, -66.71875 -58.4375, -66.5625 -58.4375, -66.5625 -58.59375, -66.71875 -58.59375))", @@ -389938,53 +278798,53 @@ ], "ice resistance": 44521.17686801997, "wind resistance": [ - 2529.9242666370847, + 2529.9242666356404, 1421.6674782745758, - -465.05405124129175, - -2041.4706742085182, + -465.05405124128083, + -2041.4706742085546, -2433.3688994154363, -1921.7281597117144, - -262.111863616974, + -262.11186361695945, 1591.5738343833618 ], "relative wind speed": [ - 7.751646444922501, + 7.7516464449225, 7.631279022999021, - 7.355382086416451, - 7.078544723687675, + 7.3553820864164505, + 7.078544723687676, 6.970622906435927, 7.102195912810628, 7.387554444715305, 7.653222256380789 ], "relative wind angle": [ - 0.0020781148082600095, + 0.0020781148084202832, 0.037686067321982285, - 0.05311707760008455, - 0.037409568283018356, + 0.053117077600082455, + 0.037409568283024296, 0.002310957603961007, 0.04049499985171888, - 0.05288553952524787, + 0.05288553952524577, 0.03459933105295023 ], "resistance": [ - 47051.10113465705, + 47051.101134655604, 45942.84434629454, - 44056.122816778676, - 42479.70619381145, + 44056.12281677869, + 42479.70619381141, 42087.80796860453, 42599.44870830825, - 44259.06500440299, + 44259.065004403004, 46112.750702403326 ], "fuel": [ - 38.75619566196521, + 38.756195661964725, 38.39206166940912, 37.78266493191186, - 37.28365157158946, + 37.283651571589445, 37.16103168600319, 37.32123144080019, - 37.84757795930516, + 37.84757795930517, 38.447590263666484 ] }, @@ -390018,54 +278878,54 @@ ], "ice resistance": 79375.27982259917, "wind resistance": [ - 2530.0487731415305, + 2530.0487731411486, 1307.5402362401655, - -625.1007086683494, + -625.100708668353, -2154.5646790671417, - -2484.263146196605, + -2484.2631461967394, -1849.0351409811738, -107.32666136303305, - 1741.076437115713 + 1741.0764371157384 ], "relative wind speed": [ - 7.7559843491624605, + 7.75598434916246, 7.61742653229421, - 7.330650569867135, + 7.330650569867134, 7.0573483103487575, 6.966479822951468, 7.117720658549559, 7.4127388036102815, - 7.673393589179464 + 7.673393589179463 ], "relative wind angle": [ - 0.005299557926781127, + 0.005299557926823026, 0.04047099010416248, 0.05387645632026061, 0.03544170390473256, - 0.00590015839608479, + 0.005900158396103607, 0.04331401150896386, 0.053279263251458875, - 0.03259527515216357 + 0.032595275152160166 ], "resistance": [ - 81905.3285957407, + 81905.32859574031, 80682.82005883934, 78750.17911393082, 77220.71514353203, - 76891.01667640256, + 76891.01667640243, 77526.244681618, 79267.95316123613, - 81116.35625971488 + 81116.35625971491 ], "fuel": [ - 52.540125660825424, + 52.54012566082524, 51.980160149764004, 51.10626616443667, 50.42453093765864, - 50.27871330894578, + 50.278713308945726, 50.56002032788205, 51.339028212867134, - 52.1781034136276 + 52.178103413627625 ] }, { @@ -390085,68 +278945,7 @@ "id": "6575", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 33814.4506327931, - "wind resistance": [ - 2490.9761720845017, - 1670.3052884350327, - -151.98018148117262, - -1843.714208100122, - -2433.137620215988, - -2090.322525329084, - -569.962676525236, - 1320.3897609454507 - ], - "relative wind speed": [ - 7.7487733336834, - 7.66273895870364, - 7.404443643891753, - 7.116733356268936, - 6.973610599490911, - 7.0680382441594345, - 7.33818419600966, - 7.6175349888204655 - ], - "relative wind angle": [ - 0.004281415459405414, - 0.03271026158894323, - 0.05236889474561047, - 0.041818293137287486, - 0.00475732638841512, - 0.035463593898829034, - 0.052842193419279905, - 0.03906757304432225 - ], - "resistance": [ - 36305.4268048776, - 35484.755921228134, - 33662.47045131193, - 31970.73642469298, - 31381.313012577113, - 31724.128107464017, - 33244.48795626787, - 35134.84039373855 - ], - "fuel": [ - 35.41822389624154, - 35.180956012632976, - 34.66306748326972, - 34.19334173126598, - 34.03218441591453, - 34.125757980251564, - 34.54602018623059, - 35.080552428778276 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -58.59375, -66.5625 -58.4375, -66.40625 -58.4375, -66.40625 -58.59375, -66.5625 -58.59375))", @@ -390178,17 +278977,17 @@ ], "ice resistance": 22421.249256333587, "wind resistance": [ - 2319.410307149901, + 2319.4103071496647, 1058.180247986642, - -773.9066090541019, + -773.9066090541346, -2122.1209741132807, - -2348.410307066257, + -2348.410307066173, -1615.0281633704762, - 85.93177267279316, + 85.9317726727786, 1777.6344774634417 ], "relative wind speed": [ - 7.729132549163751, + 7.729132549163749, 7.5791666306482535, 7.302167198996935, 7.056047725685665, @@ -390198,33 +278997,33 @@ 7.672288560790651 ], "relative wind angle": [ - 0.008825705283255384, + 0.008825705283280543, 0.04068167231011742, - 0.05037821036661618, - 0.03001829893668358, - 0.00975376398732971, - 0.043088930301807486, - 0.04945461320877661, - 0.027606579442933543 + 0.050378210366620595, + 0.030018298936683584, + 0.009753763987318326, + 0.04308893030180749, + 0.04945461320877885, + 0.027606579442933547 ], "resistance": [ - 24740.65956348349, + 24740.659563483252, 23479.42950432023, - 21647.342647279485, + 21647.342647279453, 20299.128282220307, - 20072.83894926733, + 20072.838949267414, 20806.22109296311, - 22507.18102900638, + 22507.181029006366, 24198.88373379703 ], "fuel": [ - 32.30585714802239, + 32.30585714802233, 31.996525565578892, - 31.55772861121866, + 31.55772861121865, 31.24279974704469, - 31.190603802883203, + 31.190603802883217, 31.360457794611946, - 31.762110252754177, + 31.76211025275417, 32.17225502052663 ] }, @@ -390258,53 +279057,53 @@ ], "ice resistance": 18024.681445873546, "wind resistance": [ - 2236.4948661851085, + 2236.4948661848794, 848.8686202964855, - -987.7374161702974, - -2217.5918505155787, - -2341.7822134300404, + -987.7374161703337, + -2217.591850515604, + -2341.782213429986, -1449.038917948863, - 315.6299403849407, + 315.62994038496254, 1939.2564969310442 ], "relative wind speed": [ - 7.722767871738707, + 7.722767871738706, 7.550392124294727, 7.266702981219756, - 7.035134681297958, + 7.035134681297959, 7.000921557372542, 7.186489060913635, 7.473223804756224, 7.691614022377999 ], "relative wind angle": [ - 0.013387375778992015, + 0.013387375779016894, 0.043500244371406656, - 0.04969343626831531, - 0.0258918862975317, - 0.014767807985380129, + 0.049693436268319784, + 0.02589188629753599, + 0.01476780798537261, 0.04570446915466298, - 0.048319084590722206, + 0.0483190845907199, 0.02368158102167456 ], "resistance": [ - 20261.176312058655, + 20261.176312058426, 18873.55006617003, - 17036.94402970325, - 15807.089595357967, - 15682.899232443506, + 17036.944029703212, + 15807.089595357942, + 15682.89923244356, 16575.642527924683, - 18340.311386258487, + 18340.31138625851, 19963.93794280459 ], "fuel": [ - 31.234032439185572, + 31.23403243918552, 30.917156482250704, - 30.508769627462648, - 30.24231636642766, - 30.215722853706687, + 30.50876962746264, + 30.242316366427655, + 30.215722853706694, 30.40816704991667, - 30.79729270521097, + 30.797292705210975, 31.165552588180777 ] }, @@ -390338,9 +279137,9 @@ ], "ice resistance": 14277.12617680444, "wind resistance": [ - 2547.8645024858743, + 2547.864502485165, 1405.8642602752188, - -504.2716113223214, + -504.27161132232504, -2080.8248813247337, -2461.3630513206117, -1917.990960925108, @@ -390348,9 +279147,9 @@ 1636.9188523335833 ], "relative wind speed": [ - 7.755328402921994, + 7.755328402921993, 7.630029434092653, - 7.349788777327157, + 7.349788777327156, 7.071800402281344, 6.9669709751376265, 7.103974524198301, @@ -390358,19 +279157,19 @@ 7.65985915509366 ], "relative wind angle": [ - 0.0028246535144621616, + 0.002824653514540771, 0.038570045581113516, - 0.05365728017367632, + 0.053657280173676325, 0.03723218277466933, - 0.003144282166965124, - 0.04142776645641056, - 0.053339473718223784, + 0.0031442821669651236, + 0.04142776645641055, + 0.05333947371822379, 0.03437263973175256 ], "resistance": [ - 16824.990679290313, + 16824.990679289607, 15682.99043707966, - 13772.85456548212, + 13772.854565482116, 12196.301295479707, 11815.763125483829, 12359.135215879332, @@ -390378,7 +279177,7 @@ 15914.045029138024 ], "fuel": [ - 30.462447617660718, + 30.46244761766056, 30.215742362760135, 29.813944321932055, 29.492542756568632, @@ -390418,9 +279217,9 @@ ], "ice resistance": 13969.84218327077, "wind resistance": [ - 2384.5833484513387, + 2384.5833484510804, 852.0966738138704, - -1123.8332787008912, + -1123.8332787009058, -2409.47779697668, -2511.3019895575526, -1501.0120560834002, @@ -390428,9 +279227,9 @@ 2141.1587383749684 ], "relative wind speed": [ - 7.748251456125585, + 7.748251456125584, 7.556317474271444, - 7.249194967454517, + 7.249194967454515, 7.004121316860047, 6.976017115186152, 7.18347281241757, @@ -390438,19 +279237,19 @@ 7.722855689279002 ], "relative wind angle": [ - 0.015773909609157137, + 0.01577390960918529, 0.04759179359663818, 0.05329604330317821, - 0.026650985622282346, + 0.02665098562228235, 0.017520226866533404, - 0.050063970946959344, + 0.05006397094695934, 0.051558354131652134, - 0.02417018023958193 + 0.024170180239581934 ], "resistance": [ - 16354.425531722109, + 16354.42553172185, 14821.93885708464, - 12846.008904569879, + 12846.008904569864, 11560.36438629409, 11458.540193713217, 12468.83012718737, @@ -390458,9 +279257,9 @@ 16111.000921645738 ], "fuel": [ - 30.360204024749592, + 30.360204024749535, 30.032939089873864, - 29.623874013960027, + 29.62387401396002, 29.365516238200428, 29.34531692275349, 29.547440219579233, @@ -390498,19 +279297,19 @@ ], "ice resistance": 16062.98830860198, "wind resistance": [ - 3418.313405026769, + 3418.313405026209, 1890.3526531810421, - -647.0720817398833, + -647.0720817398869, -2737.5761752191793, - -3245.845419715377, + -3245.8454197151987, -2514.596593873259, -270.1649359628791, 2207.0027011810635 ], "relative wind speed": [ - 7.885682349997311, + 7.885682349997309, 7.72074179710327, - 7.349844200971774, + 7.3498442009717735, 6.977778406067433, 6.836674635574284, 7.022410718565702, @@ -390518,31 +279317,31 @@ 7.7611026738204485 ], "relative wind angle": [ - 0.0038058910094751464, - 0.05080778030251887, + 0.0038058910095334886, + 0.050807780302518875, 0.07142388898458328, 0.0501317389308853, - 0.004389863946979036, + 0.004389863946953745, 0.05586529312962253, 0.07084579667059004, 0.045068345777526164 ], "resistance": [ - 19481.30171362875, + 19481.30171362819, 17953.340961783022, - 15415.916226862097, + 15415.916226862093, 13325.4121333828, - 12817.142888886603, + 12817.142888886781, 13548.391714728721, 15792.8233726391, 18269.991009783043 ], "fuel": [ - 31.055059776807404, + 31.055059776807276, 30.710970282024782, 30.158746734527455, 29.721787211632268, - 29.618005723068066, + 29.6180057230681, 29.767619896219756, 30.239258550073366, 30.781564741534304 @@ -390578,19 +279377,19 @@ ], "ice resistance": 11128.702822435183, "wind resistance": [ - 3322.252350162602, + 3322.252350161918, 2111.4274975963635, - -299.8594688505327, + -299.85946885053636, -2465.955648014922, - -3149.7748594577533, + -3149.774859457528, -2642.013001518484, -597.5402975595607, 1861.4372375097082 ], "relative wind speed": [ - 7.870463493070743, + 7.8704634930707424, 7.745624227884411, - 7.402354025007819, + 7.402354025007818, 7.027848052305628, 6.851847146117677, 6.9926611693925445, @@ -390598,31 +279397,31 @@ 7.713712249184842 ], "relative wind angle": [ - 0.003010621899592125, + 0.003010621899665879, 0.04434695555751826, 0.06885830180099235, - 0.05365410420751458, - 0.0034581917373838708, + 0.05365410420751459, + 0.0034581917373517662, 0.049125851056063596, 0.06930161606127438, 0.04887946409389372 ], "resistance": [ - 14450.955172597785, + 14450.955172597101, 13240.130320031547, - 10828.84335358465, + 10828.843353584647, 8662.747174420261, - 7978.92796297743, + 7978.927962977656, 8486.6898209167, 10531.162524875623, 12990.140059944892 ], "fuel": [ - 29.955028762482073, + 29.95502876248193, 29.704306740242217, 29.2212582005109, 28.80577545443322, - 28.678236718359244, + 28.678236718359287, 28.77277277466917, 29.163124706020106, 29.6532214193587 @@ -390658,54 +279457,54 @@ ], "ice resistance": 36198.82173290576, "wind resistance": [ - 2886.7548471306545, + 2886.754847129636, 1602.4889342397983, - -550.0094028541243, + -550.0094028541389, -2331.4621903070256, - -2766.3684322006447, + -2766.368432200881, -2158.868365132199, -257.81441073522365, - 1847.4613843765874 + 1847.4613843765655 ], "relative wind speed": [ - 7.806014474440989, + 7.806014474440988, 7.666409701617459, - 7.3513665834594955, + 7.351366583459495, 7.036449469378073, - 6.9162930586418785, + 6.916293058641879, 7.07072372074781, 7.39772809744959, - 7.697879611496213 + 7.697879611496214 ], "relative wind angle": [ - 0.002975024522898746, - 0.043187058143098166, - 0.060551312001225925, + 0.002975024523010701, + 0.04318705814309817, + 0.06055131200122776, 0.042384117616186115, - 0.0033577371103071254, + 0.00335773711034019, 0.046827988575252756, - 0.06017137723068735, - 0.038740409440120284 + 0.06017137723068734, + 0.03874040944012316 ], "resistance": [ - 39085.57658003642, + 39085.5765800354, 37801.31066714556, - 35648.81233005163, + 35648.812330051616, 33867.35954259873, - 33432.453300705114, + 33432.453300704874, 34039.95336777356, 35941.00732217054, - 38046.28311728235 + 38046.28311728232 ], "fuel": [ - 36.24063098336764, + 36.24063098336733, 35.8571529350902, 35.2281866865446, 34.72067984759449, - 34.59857552805554, + 34.59857552805548, 34.76933238435801, 35.31255558226241, - 35.929827306671235 + 35.92982730667123 ] }, { @@ -390738,49 +279537,49 @@ ], "ice resistance": 22106.63270804269, "wind resistance": [ - 2713.830621017183, + 2713.830621016845, 1888.5813723596038, - -89.13845694168049, - -1963.857850166307, + -89.13845694168413, + -1963.8578501663214, -2661.2423691683616, -2316.0151964688266, -685.5878385263095, 1388.8042966732573 ], "relative wind speed": [ - 7.784483411293456, + 7.784483411293454, 7.698471860431156, - 7.420576191085022, - 7.1031556575435495, + 7.420576191085021, + 7.10315565754355, 6.9380565647484875, 7.033373436019319, 7.325971598952228, 7.634133256700437 ], "relative wind angle": [ - 0.006086557824854811, + 0.006086557824891292, 0.03452803436051215, 0.057064571507138825, - 0.04686482620168539, + 0.04686482620168776, 0.0068291147114473314, 0.03779460463974747, - 0.057802296512303175, - 0.04360308770616143 + 0.05780229651230318, + 0.043603087706161434 ], "resistance": [ - 24820.463329059872, + 24820.463329059534, 23995.214080402293, - 22017.49425110101, - 20142.774857876382, + 22017.494251101005, + 20142.774857876368, 19445.390338874327, 19790.617511573862, 21421.04486951638, 23495.437004715946 ], "fuel": [ - 32.32562907738044, + 32.325629077380356, 32.12231247914413, - 31.645375576085886, + 31.645375576085875, 31.20671488966923, 31.046873016267458, 31.125773556577503, @@ -390818,53 +279617,53 @@ ], "ice resistance": 30366.825578352953, "wind resistance": [ - 2386.777942773908, + 2386.7779427734276, 1259.6233268599535, - -555.9255499549799, + -555.9255499549909, -2012.6473214051402, -2338.5328331753008, -1768.3649419189933, - -141.75241295046726, + -141.7524129505, 1606.2112929519826 ], "relative wind speed": [ - 7.733121267472328, + 7.733121267472327, 7.606265608125417, - 7.3376882597488535, + 7.337688259748853, 7.078944756600618, 6.98925980447098, 7.12710605017738, - 7.403326830187249, + 7.4033268301872495, 7.651108304345402 ], "relative wind angle": [ - 0.004249416296560301, + 0.0042494162966125555, 0.03764019401847774, 0.050709962947279814, 0.03387607870876012, 0.00470168152692266, 0.04017208571698631, - 0.0502599831387932, - 0.031341901616815215 + 0.05025998313879762, + 0.03134190161681521 ], "resistance": [ - 32753.60352112686, + 32753.60352112638, 31626.448905212907, - 29810.900028397973, + 29810.900028397962, 28354.178256947813, 28028.292745177652, 28598.46063643396, - 30225.073165402486, + 30225.073165402453, 31973.036871304936 ], "fuel": [ - 34.409388288456306, + 34.40938828845617, 34.09905127001085, - 33.609120237817635, + 33.60912023781763, 33.22488844287909, 33.14001217185919, 33.28877046836712, - 33.71980616715609, + 33.71980616715608, 34.1939732409169 ] }, @@ -390898,51 +279697,51 @@ ], "ice resistance": 24839.742247665166, "wind resistance": [ - 2127.408968284941, + 2127.4089682849226, 1630.149512792079, - 75.05075801513885, + 75.05075801511703, -1489.336818370164, - -2163.110877383202, + -2163.1108773833766, -1955.6489199741118, -716.1264449184637, - 968.6470866874552 + 968.647086687477 ], "relative wind speed": [ - 7.699320990486549, + 7.699320990486547, 7.646911417914827, - 7.431528110079355, + 7.431528110079354, 7.172101301801653, - 7.023448582642934, + 7.023448582642935, 7.080474523232157, 7.306214043995438, - 7.561040710396344 + 7.561040710396343 ], "relative wind angle": [ - 0.008146657191184426, + 0.008146657191184424, 0.02545273445566169, - 0.045490655367565365, + 0.0454906553675678, 0.039513007698963216, - 0.008930636842765892, - 0.027489443415602874, + 0.008930636842790756, + 0.027489443415602877, 0.04627145051862931, - 0.03747948321705898 + 0.03747948321705603 ], "resistance": [ - 26967.151215950107, + 26967.15121595009, 26469.891760457245, - 24914.793005680305, + 24914.793005680283, 23350.405429295002, - 22676.631370281964, + 22676.63137028179, 22884.093327691055, 24123.615802746703, - 25808.38933435262 + 25808.389334352643 ], "fuel": [ 32.866378226738945, 32.73959293405976, - 32.34903046153271, + 32.349030461532706, 31.965214619596942, - 31.80271271631294, + 31.802712716312897, 31.852568731613076, 32.15378032927573, 32.572357060805565 @@ -390978,7 +279777,7 @@ ], "ice resistance": 18087.34318562982, "wind resistance": [ - 2418.5819175083925, + 2418.5819174898097, 1433.9321479453647, -343.5616397839476, -1884.3893634939159, @@ -390988,7 +279787,7 @@ 1425.238095568533 ], "relative wind speed": [ - 7.732350565702127, + 7.732350565702125, 7.628699221448091, 7.371295288932772, 7.104071206640428, @@ -390998,17 +279797,17 @@ 7.627574272382371 ], "relative wind angle": [ - 0.00010660585867844648, - 0.03434010698961297, + 0.00010660586076130201, + 0.03434010698961298, 0.05038336077993488, 0.03704140655691831, 0.00011792955777331301, - 0.03688347237973684, + 0.03688347237973683, 0.05039462702498972, 0.03449809862000639 ], "resistance": [ - 20505.925103138212, + 20505.92510311963, 19521.275333575184, 17743.78154584587, 16202.953822135903, @@ -391018,7 +279817,7 @@ 19512.581281198352 ], "fuel": [ - 31.290666174422643, + 31.290666174418334, 31.06417825611898, 30.66445594032215, 30.327467810333463, @@ -391058,51 +279857,51 @@ ], "ice resistance": 15832.664371875695, "wind resistance": [ - 2385.9011962759214, + 2385.901196275616, 1728.2669688644892, - -14.484975420651608, + -14.484975420680712, -1707.7340982575297, - -2378.9918025017905, + -2378.991802501587, -2104.305709659264, -686.8155806846516, 1165.5996616951452 ], "relative wind speed": [ - 7.736531420552683, + 7.736531420552681, 7.667546584832615, - 7.4239536566577, + 7.423953656657699, 7.139945952603841, - 6.986090207637486, + 6.986090207637485, 7.061735210263053, 7.31739618404293, 7.594771004075323 ], "relative wind angle": [ - 0.006895640317681148, + 0.0068956403177133484, 0.02968860835450867, - 0.05056475953053934, + 0.05056475953054154, 0.04245715048841086, - 0.007636379163211816, + 0.007636379163182739, 0.03223637917146979, 0.05130173627032704, 0.03991314173251003 ], "resistance": [ - 18218.565568151615, + 18218.56556815131, 17560.931340740186, - 15818.179396455043, + 15818.179396455014, 14124.930273618165, - 13453.672569373904, + 13453.672569374108, 13728.358662216431, 15145.848791191043, 16998.264033570842 ], "fuel": [ - 30.770074496504616, + 30.77007449650455, 30.624003539708802, - 30.244693873034816, + 30.244693873034812, 29.886983024339006, - 29.74812809930322, + 29.748128099303262, 29.80474640183108, 30.10138222552841, 30.500303716754978 @@ -391138,51 +279937,51 @@ ], "ice resistance": 20967.911956038726, "wind resistance": [ - 1813.7488216962265, + 1813.7488216961501, 567.8144803206997, - -977.0258720202182, + -977.0258720202401, -1930.7420956055612, - -1967.6089218351772, + -1967.6089218351299, -1114.6581258133592, 408.77026612678674, 1725.3241813557725 ], "relative wind speed": [ - 7.660076522377892, + 7.66007652237789, 7.499893997497962, 7.25748435152467, 7.073919115085256, - 7.063796696002487, + 7.063796696002486, 7.233642658953692, 7.476825327538097, 7.650729667448199 ], "relative wind angle": [ - 0.014329386849447415, + 0.014329386849455164, 0.03847037622161759, - 0.04109647956155515, + 0.041096479561557854, 0.018834785736114572, - 0.01553907417103193, + 0.015539074171024786, 0.039887107526256765, - 0.03989021912234632, + 0.039890219122346325, 0.017414627552898295 ], "resistance": [ - 22781.660777734953, + 22781.660777734876, 21535.726436359426, - 19990.886084018508, + 19990.886084018486, 19037.169860433165, - 19000.30303420355, + 19000.303034203596, 19853.253830225367, 21376.682222165513, 22693.2361373945 ], "fuel": [ - 31.82793273827145, + 31.827932738271436, 31.53139942667654, - 31.171747537403895, + 31.17174753740389, 30.954147808510434, - 30.94580422548131, + 30.945804225481318, 31.140136413104663, 31.493962524825463, 31.80669717825595 @@ -391218,53 +280017,53 @@ ], "ice resistance": 24900.406299016773, "wind resistance": [ - 1679.5368607460514, + 1679.5368607456512, 650.2765715642163, - -732.5742380258271, - -1670.2776396399531, + -732.5742380258962, + -1670.2776396399859, -1773.5498581012544, -1119.4475954061236, - 203.30573218638528, + 203.30573218638892, 1431.4699730037464 ], "relative wind speed": [ - 7.633536009207442, + 7.633536009207441, 7.5051019398368135, 7.292114100167909, - 7.1177363796283615, + 7.117736379628362, 7.08944450494833, 7.225270947533139, - 7.440172534473988, + 7.440172534473989, 7.607162692010976 ], "relative wind angle": [ - 0.00970466747164642, + 0.00970466747169218, 0.03261792619991168, - 0.037317394878488876, - 0.019669437785126007, + 0.037317394878497806, + 0.019669437785131652, 0.010449494864516146, 0.03388167614042628, - 0.036574449057913676, + 0.03657444905791368, 0.01840380627630631 ], "resistance": [ - 26579.943159762825, + 26579.943159762424, 25550.68287058099, - 24167.832060990946, - 23230.12865937682, + 24167.832060990877, + 23230.128659376787, 23126.85644091552, 23780.95870361065, - 25103.71203120316, + 25103.712031203162, 26331.87627202052 ], "fuel": [ - 32.767573246838765, + 32.767573246838666, 32.50764645892956, - 32.16463075970017, - 31.93608221580682, + 32.16463075970015, + 31.936082215806813, 31.911111460877123, 32.06994077213085, - 32.39599720815942, + 32.39599720815943, 32.704566515423 ] }, @@ -391298,54 +280097,54 @@ ], "ice resistance": 24590.50234154115, "wind resistance": [ - 1579.7395389098601, + 1579.7395389096637, 232.76531526317194, - -1220.9151956724781, + -1220.9151956725, -1943.8008224103032, - -1832.8603888796715, + -1832.8603888796315, -806.36486119049, 711.7826188468644, - 1845.9369271986798 + 1845.9369271987634 ], "relative wind speed": [ - 7.632019129228627, + 7.632019129228626, 7.449409611256633, 7.213175024137861, 7.062955458508575, 7.093397769377353, 7.284936811478641, 7.518917074597448, - 7.660200264656481 + 7.66020026465648 ], "relative wind angle": [ - 0.020044975077430752, - 0.040099976497307614, - 0.03735269858781954, + 0.02004497507745291, + 0.04009997649730761, + 0.037352698587822517, 0.011653184211699709, - 0.021567273318328892, + 0.021567273318323747, 0.041005820130407135, 0.03583315996276957, - 0.010744580954545124 + 0.01074458095453479 ], "resistance": [ - 26170.24188045101, + 26170.241880450812, 24823.26765680432, - 23369.58714586867, + 23369.58714586865, 22646.701519130846, - 22757.641952661477, + 22757.641952661517, 23784.13748035066, 25302.284960388013, - 26436.43926873983 + 26436.439268739912 ], "fuel": [ - 32.66363605852389, + 32.663636058523835, 32.326324299790286, - 31.969865626856528, + 31.969865626856517, 31.79553337291666, - 31.82216163535323, + 31.822161635353233, 32.07071653095441, 32.44550714946419, - 32.73109664726401 + 32.73109664726404 ] }, { @@ -391378,19 +280177,19 @@ ], "ice resistance": 19351.458685540114, "wind resistance": [ - 1464.9001247063425, + 1464.9001247061933, 160.13208820421642, - -1212.003636399535, + -1212.003636399546, -1860.2974376238817, - -1727.6792423141524, + -1727.6792423141123, -715.7385403833287, - 733.5237925081346, + 733.5237925081601, 1783.3099631278928 ], "relative wind speed": [ - 7.614680445526021, + 7.61468044552602, 7.436013234675459, - 7.211595599190129, + 7.211595599190128, 7.074418672142515, 7.110775671760263, 7.297410233453057, @@ -391398,31 +280197,31 @@ 7.648469741903626 ], "relative wind angle": [ - 0.020215740369196197, + 0.020215740369212677, 0.038610693052858074, - 0.03495188316547468, - 0.009803672446326663, - 0.021648544262357582, + 0.03495188316547467, + 0.00980367244632666, + 0.021648544262352454, 0.039344418450572356, - 0.033521183303414075, - 0.009067843011194994 + 0.033521183303410765, + 0.009067843011194992 ], "resistance": [ - 20816.358810246456, + 20816.358810246307, 19511.59077374433, - 18139.45504914058, + 18139.455049140568, 17491.161247916232, - 17623.77944322596, + 17623.779443226, 18635.720145156785, - 20084.98247804825, + 20084.982478048274, 21134.768648668007 ], "fuel": [ - 31.36281975095325, + 31.362819750953214, 31.061968541949014, - 30.752417648609615, + 30.752417648609608, 30.6086009228316, - 30.63789354811132, + 30.637893548111332, 30.863565293284758, 31.193399993468596, 31.437199738660397 @@ -391458,9 +280257,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 3430.357282046283, + 3430.357282046145, 1577.0572859716922, - -1086.9872525970677, + -1086.9872525970713, -3043.2627290999953, -3373.4118121206884, -2290.8599283716794, @@ -391470,7 +280269,7 @@ "relative wind speed": [ 7.625531335998969, 7.4014039099813, - 6.982756124175189, + 6.9827561241751885, 6.603830960412548, 6.507817206473054, 6.7616294715462235, @@ -391478,17 +280277,17 @@ 7.542534693023668 ], "relative wind angle": [ - 0.013839463291959826, - 0.0635221365273853, - 0.08012857958594896, - 0.04856592045193155, - 0.016216576826031275, - 0.06954178421996397, - 0.07777998062860277, - 0.042517759940537136 + 0.01383946329197587, + 0.06352213652738531, + 0.08012857958594898, + 0.04856592045193156, + 0.016216576826031278, + 0.06954178421996399, + 0.07777998062860278, + 0.04251775994053713 ], "resistance": [ - 100064.85728204632, + 100064.85728204617, 98211.55728597172, 95547.51274740296, 93591.23727090003, @@ -391498,7 +280297,7 @@ 99280.51208210309 ], "fuel": [ - 59.77009338720286, + 59.77009338720279, 58.79813917212021, 57.42338420343604, 56.43068332384831, @@ -391538,9 +280337,9 @@ ], "ice resistance": 94198.6985372881, "wind resistance": [ - 2928.337543780297, + 2928.3375437802097, 788.8849183735801, - -1723.0322757221147, + -1723.032275722133, -3176.8152913718804, -3150.111367218222, -1625.1789041770753, @@ -391548,9 +280347,9 @@ 2991.8954199781692 ], "relative wind speed": [ - 7.844321780576838, + 7.844321780576836, 7.568881030759732, - 7.168418386500625, + 7.168418386500624, 6.876432834854831, 6.883859893578182, 7.185607223739124, @@ -391558,19 +280357,19 @@ 7.850833248730783 ], "relative wind angle": [ - 0.02662312507217808, - 0.06443543582374539, - 0.06706993162525829, + 0.02662312507218642, + 0.06443543582374538, + 0.06706993162525994, 0.02793333910183129, - 0.030338753322139814, + 0.03033875332213981, 0.06787751741664867, 0.06337988855542669, 0.024465672237983415 ], "resistance": [ - 97127.03608106839, + 97127.0360810683, 94987.58345566169, - 92475.66626156599, + 92475.66626156597, 91021.88324591622, 91048.58717006988, 92573.51963311102, @@ -391578,9 +280377,9 @@ 97190.59395726628 ], "fuel": [ - 59.978078336302325, + 59.97807833630228, 58.88057979784327, - 57.613752103821696, + 57.61375210382169, 56.89129647539334, 56.904496054708595, 57.662662701489225, @@ -391618,53 +280417,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 3019.125398775708, + 3019.125398774104, 1827.015237112344, - -340.73076791077074, - -2229.9501231610357, + -340.7307679107871, + -2229.950123161034, -2769.5842279441313, -2267.4293137267887, - -403.91965467247246, - 1773.7337135923844 + -403.9196546724779, + 1773.7337135924026 ], "relative wind speed": [ - 6.651458231949155, + 6.651458231949154, 6.5062202295731595, - 6.1328829141096906, - 5.731498110592637, + 6.13288291410969, + 5.731498110592636, 5.552835015542167, 5.722322224891598, 6.120753261079617, - 6.4981384049178565 + 6.498138404917856 ], "relative wind angle": [ - 0.0009154911273948671, - 0.05907267439454488, - 0.08968849232034969, - 0.0685747321948529, + 0.0009154911276374086, + 0.059072674394544875, + 0.08968849232035217, + 0.06857473219485127, 0.0010966202579142598, - 0.0671764666991436, - 0.08986670983958396, - 0.06047385111926772 + 0.06717646669914358, + 0.0898667098395852, + 0.060473851119264045 ], "resistance": [ - 99653.62539877575, + 99653.62539877415, 98461.51523711238, - 96293.76923208927, + 96293.76923208925, 94404.54987683901, 93864.91577205592, 94367.07068627325, - 96230.58034532757, - 98408.23371359243 + 96230.58034532756, + 98408.23371359245 ], "fuel": [ - 54.382312303067245, + 54.38231230306641, 53.75747359461288, 52.63481091171064, 51.670655492510605, 51.397693994219466, 51.651662490401286, - 52.60234804397662, + 52.60234804397661, 53.7296698023443 ] }, @@ -391698,19 +280497,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 2734.3104085670348, + 2734.3104085668965, 1296.9814249275987, - -812.1033746258727, + -812.1033746258836, -2389.3893686561805, - -2675.2926909504386, + -2675.2926909504786, -1855.9965156307444, 88.69129180229356, 2054.7212417089213 ], "relative wind speed": [ - 6.849056611403977, + 6.8490566114039755, 6.657570905682375, - 6.290816922487585, + 6.2908169224875845, 5.953552159649293, 5.861188271668138, 6.077816553497498, @@ -391718,31 +280517,31 @@ 6.768923186481871 ], "relative wind angle": [ - 0.01214535403409912, - 0.0613390410141749, - 0.0786043849738268, + 0.012145354034117404, + 0.06133904101417491, + 0.07860438497382823, 0.04880968347362022, - 0.014192508586669931, + 0.014192508586677753, 0.06719852270181846, 0.07658112965988295, 0.04292630399714624 ], "resistance": [ - 99368.81040856702, + 99368.81040856687, 97931.48142492758, - 95822.39662537411, + 95822.3966253741, 94245.1106313438, - 93959.20730904955, + 93959.20730904951, 94778.50348436924, 96723.19129180227, 98689.2212417089 ], "fuel": [ - 55.51033494218153, + 55.51033494218146, 54.75914504406519, - 53.67079216930371, + 53.6707921693037, 52.867681839640376, - 52.72309887492238, + 52.72309887492236, 53.1382347537034, 54.13360499574203, 55.15420381360842 @@ -391765,68 +280564,7 @@ "id": "6596", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 96112.67570355393, - "wind resistance": [ - 2891.030194696559, - 999.7806324376725, - -1395.1729309078692, - -2926.187778005482, - -3025.760769361019, - -1761.103648648579, - 576.456523379893, - 2653.759166305943 - ], - "relative wind speed": [ - 7.829762518836811, - 7.593351737451304, - 7.2194590461656745, - 6.923459874151298, - 6.895823880103244, - 7.1553181255713, - 7.532395314076427, - 7.805336088715259 - ], - "relative wind angle": [ - 0.020025309629592994, - 0.0581275796594284, - 0.06474198450893905, - 0.031696121333083936, - 0.02273788497378178, - 0.06169041861388624, - 0.062048721342475785, - 0.02811397041167434 - ], - "resistance": [ - 99003.7058982505, - 97112.4563359916, - 94717.50277264607, - 93186.48792554846, - 93086.91493419292, - 94351.57205490535, - 96689.13222693383, - 98766.43486985988 - ], - "fuel": [ - 60.95479693517028, - 59.970541564935715, - 58.74324431008411, - 57.969856720262996, - 57.919859799545655, - 58.55760228218038, - 59.75205567747538, - 60.830584786187856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-67.03125 -58.90625, -67.03125 -58.75, -66.875 -58.75, -66.875 -58.90625, -67.03125 -58.90625))", @@ -391858,51 +280596,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2869.7041443952694, + 2869.7041443951057, 1480.3618331850776, - -700.8501229578142, - -2421.5150495695125, - -2791.344879113287, + -700.8501229578178, + -2421.5150495695198, + -2791.3448791133887, -2064.534142730128, -96.81914796761339, 1987.1314699976247 ], "relative wind speed": [ - 7.612173377093316, + 7.612173377093314, 7.451368703604378, - 7.118647458421642, - 6.800122812331535, + 7.118647458421641, + 6.800122812331536, 6.694740386030009, 6.873269731518957, 7.2173118764521025, 7.5181821005132425 ], "relative wind angle": [ - 0.006494057922209483, - 0.04824127505926188, + 0.00649405792222658, + 0.04824127505926187, 0.0644849422088394, - 0.042573050108483224, - 0.007384005014734992, - 0.05230232603343735, + 0.04257305010848583, + 0.0073840050147500275, + 0.05230232603343736, 0.06360220051236477, 0.038504793965029524 ], "resistance": [ - 99504.20414439528, + 99504.2041443951, 98114.86183318507, 95933.64987704219, 94212.98495043049, - 93843.15512088672, + 93843.15512088661, 94569.96585726987, 96537.68085203238, 98621.63146999762 ], "fuel": [ - 59.982906793659936, + 59.98290679365985, 59.2559721245081, 58.129203728761496, 57.25283550484245, - 57.06591237749678, + 57.06591237749673, 57.43374712682686, 58.43946101686202, 59.5202930829837 @@ -391938,19 +280676,19 @@ ], "ice resistance": 91733.0829782741, "wind resistance": [ - 2880.318698769577, + 2880.31869876937, 1334.9313336953855, - -918.0280745080563, + -918.0280745080672, -2586.449790921728, - -2875.216021965436, + -2875.2160219655016, -1983.268337822985, 102.96662607054168, 2191.1171062294125 ], "relative wind speed": [ - 7.815077273514177, + 7.815077273514176, 7.633795302493551, - 7.2940678743714376, + 7.294067874371437, 6.987988201997595, 6.908055006867757, 7.107870711298555, @@ -391958,31 +280696,31 @@ 7.7436863093523405 ], "relative wind angle": [ - 0.010385638113119645, + 0.010385638113141025, 0.04954889197645468, - 0.062219267834438416, + 0.06221926783443842, 0.037689206414673916, - 0.011749323454952556, + 0.011749323454962005, 0.05321845213199593, - 0.06086556768285957, + 0.06086556768285956, 0.03400966130167344 ], "resistance": [ - 94613.40167704369, + 94613.40167704347, 93068.01431196948, - 90815.05490376605, + 90815.05490376604, 89146.63318735237, - 88857.86695630867, + 88857.8669563086, 89749.81464045112, 91836.04960434465, 93924.20008450352 ], "fuel": [ - 58.690381583418784, + 58.69038158341867, 57.91037371236655, - 56.78915241093222, + 56.7891524109322, 55.971008153865, - 55.83045731696883, + 55.830457316968804, 56.26559490333176, 57.294926540283086, 58.34142098759939 @@ -392018,49 +280756,49 @@ ], "ice resistance": 62060.154066835916, "wind resistance": [ - 2879.7055001988847, + 2879.7055001987865, 1319.8209014086315, - -938.5468295993269, - -2600.442636848613, + -938.5468295993633, + -2600.4426368485947, -2880.934614236161, -1973.1063161847778, 123.32583148827325, 2210.2966590830765 ], "relative wind speed": [ - 7.815548665256512, + 7.815548665256511, 7.6319379589262475, - 7.29085093640436, - 6.985307954648556, + 7.290850936404359, + 6.9853079546485555, 6.907657009324288, 7.109996433793794, 7.459357808859385, 7.746224827371293 ], "relative wind angle": [ - 0.010800927354696935, - 0.049903025589330983, - 0.06230680869376159, - 0.037418675145406775, + 0.010800927354707213, + 0.04990302558933098, + 0.062306808693765155, + 0.037418675145403806, 0.012220588411083517, - 0.053569771413211204, + 0.0535697714132112, 0.06089753532562656, 0.03374154187183557 ], "resistance": [ - 64939.8595670348, + 64939.8595670347, 63379.97496824455, - 61121.60723723659, - 59459.71142998731, + 61121.60723723655, + 59459.71142998732, 59179.219452599755, 60087.04775065114, 62183.47989832419, 64270.45072591899 ], "fuel": [ - 45.26607649006986, + 45.26607649006982, 44.65103069739744, - 43.776623814118274, + 43.77662381411825, 43.14528355770116, 43.0397406700439, 43.38239584499954, @@ -392098,9 +280836,9 @@ ], "ice resistance": 93122.67080866398, "wind resistance": [ - 2657.2301532475612, + 2657.230153247274, 1442.5579120351686, - -556.7096448263728, + -556.7096448263765, -2188.6000993886228, -2572.130417002845, -1979.1674570535397, @@ -392108,9 +280846,9 @@ 1739.7618985469344 ], "relative wind speed": [ - 7.77273156991889, + 7.772731569918888, 7.6385438932581105, - 7.344480867725971, + 7.34448086772597, 7.055383982392305, 6.9496106212953, 7.096836692245597, @@ -392118,17 +280856,17 @@ 7.676848357668419 ], "relative wind angle": [ - 0.0036250674013250895, - 0.040718382988039786, + 0.0036250674013557156, + 0.04071838298803979, 0.05606648133313977, 0.038433374914540304, 0.0040544273418138665, 0.0438283705023325, - 0.05563978486522251, + 0.055639784865222516, 0.03532072397829773 ], "resistance": [ - 95779.90096191154, + 95779.90096191126, 94565.22872069915, 92565.96116383761, 90934.07070927536, @@ -392138,7 +280876,7 @@ 94862.43270721092 ], "fuel": [ - 59.28503777511612, + 59.28503777511598, 58.66593291597165, 57.658883439751854, 56.847910008240945, @@ -392178,19 +280916,19 @@ ], "ice resistance": 75669.3864209315, "wind resistance": [ - 2593.628900841006, + 2593.6289008406093, 1264.1687794683057, - -746.1346293616116, + -746.1346293616189, -2280.979580533265, -2576.876091808561, -1842.74359996957, - -3.65263715677429, + -3.6526371567561, 1886.0545021036742 ], "relative wind speed": [ - 7.768566417682134, + 7.768566417682133, 7.614517628385496, - 7.313504568886092, + 7.313504568886091, 7.035785954739557, 6.954141252106256, 7.1224873483349285, @@ -392198,33 +280936,33 @@ 7.694700821947151 ], "relative wind angle": [ - 0.007589461140326699, + 0.007589461140370585, 0.043304800734417136, 0.055710145863157874, 0.035008495334013144, - 0.008478311145482581, - 0.046298420265029804, - 0.05482660643271337, - 0.03200956531571636 + 0.00847831114548258, + 0.04629842026502981, + 0.05482660643271134, + 0.032009565315716366 ], "resistance": [ - 78263.01532177252, + 78263.01532177211, 76933.55520039982, - 74923.2517915699, + 74923.25179156988, 73388.40684039824, 73092.51032912295, 73826.64282096193, - 75665.73378377473, + 75665.73378377475, 77555.44092303517 ], "fuel": [ - 50.888175617923764, + 50.88817561792359, 50.297504338537955, - 49.416829848276876, + 49.41682984827686, 48.75456796183336, 48.62790105244599, 48.942765899296816, - 49.74034526968046, + 49.74034526968047, 50.57298580491142 ] }, @@ -392258,53 +280996,53 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 1944.6383285433767, + 1944.6383285417032, 1162.6331733122788, -246.40096586321306, - -1469.1369032046896, + -1469.136903204695, -1807.9500249293542, -1479.7249109981149, - -264.2898627486229, + -264.28986274861745, 1147.5947609147352 ], "relative wind speed": [ - 5.802301087794076, + 5.802301087794074, 5.692871694115445, 5.416848823097421, - 5.124785147796414, + 5.124785147796415, 4.997583309940054, 5.121889175640842, 5.412973829690642, 5.69026484815364 ], "relative wind angle": [ - 0.00033484435748235166, + 0.00033484435781391554, 0.04975586590160076, 0.07434762261748298, - 0.055813660004224296, + 0.05581366000422628, 0.0003887614621909966, - 0.055307972412135704, - 0.07440094434610553, + 0.05530797241213571, + 0.07440094434610404, 0.05026214883260636 ], "resistance": [ - 98579.13832854334, + 98579.13832854168, 97797.13317331225, 96388.09903413676, 95165.36309679528, 94826.54997507062, 95154.77508900185, - 96370.21013725134, + 96370.21013725136, 97782.09476091471 ], "fuel": [ - 50.550562194479944, + 50.55056219447907, 50.14320796721378, 49.414972034596325, 48.78900832905068, 48.61654172653314, 48.78361223218464, - 49.405773946717645, + 49.40577394671766, 50.13539661005285 ] }, @@ -392338,9 +281076,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2106.439156021079, + 2106.439156020002, 1300.4746711494518, - -241.69064053200054, + -241.690640531986, -1607.5967862728976, -2012.620664842343, -1675.8511671712622, @@ -392348,9 +281086,9 @@ 1203.6180462293523 ], "relative wind speed": [ - 6.931857282559815, + 6.931857282559814, 6.837317175247293, - 6.589009284099366, + 6.589009284099364, 6.324712529217208, 6.205567100852956, 6.309580197923985, @@ -392358,19 +281096,19 @@ 6.823321760823607 ], "relative wind angle": [ - 0.0014845082995354156, + 0.0014845082996849902, 0.036499940907462336, - 0.05514176994087413, + 0.055141769940870104, 0.041762507521951056, 0.0016582530552732744, 0.039554348844775086, - 0.055314456733205404, + 0.05531445673320541, 0.03870915752822008 ], "resistance": [ - 98740.93915602111, + 98740.93915602003, 97934.97467114948, - 96392.80935946802, + 96392.80935946804, 95026.90321372713, 94621.87933515769, 94958.64883282877, @@ -392378,7 +281116,7 @@ 97838.11804622939 ], "fuel": [ - 56.307801028898155, + 56.307801028897586, 55.88751683117205, 55.09006524472002, 54.39114731729657, @@ -392418,54 +281156,54 @@ ], "ice resistance": 75581.84899540438, "wind resistance": [ - 2863.9846177101936, + 2863.9846177094187, 1817.5056991196252, - -272.2417243472155, + -272.2417243472337, -2150.498901744304, -2740.649889943543, -2302.8134286239474, -530.1243762447375, - 1601.3217648401805 + 1601.321764840166 ], "relative wind speed": [ - 7.802162854041834, + 7.802162854041833, 7.693204828713673, - 7.394773861890161, + 7.39477386189016, 7.071295308862138, 6.920128409177618, 7.041059711716268, 7.353858982330531, - 7.6654226925435545 + 7.665422692543555 ], "relative wind angle": [ - 0.002626726271920479, - 0.038661395938368225, - 0.059674684387161725, - 0.04616621867771253, + 0.002626726272005012, + 0.03866139593836822, + 0.05967468438716359, + 0.04616621867771252, 0.002961527781825947, 0.04224426742322293, 0.060007096145058385, - 0.042585736884026996 + 0.04258573688402961 ], "resistance": [ - 78445.83361311458, + 78445.83361311379, 77399.354694524, - 75309.60727105716, + 75309.60727105715, 73431.35009366008, 72841.19910546084, 73279.03556678043, 75051.72461915964, - 77183.17076024455 + 77183.17076024454 ], "fuel": [ - 50.969915087916746, + 50.96991508791639, 50.503707827460964, 49.58491727334521, 48.77297811386035, 48.520576000465255, 48.70771052481943, 49.4726614661701, - 50.407905560696435 + 50.40790556069642 ] }, { @@ -392498,51 +281236,51 @@ ], "ice resistance": 44611.67003218216, "wind resistance": [ - 2786.2181118820117, + 2786.2181118801636, 1570.9464913590637, - -499.0934268768506, + -499.0934268768833, -2230.9556453363766, - -2664.3674941499557, + -2664.367494149312, -2104.9126314881833, -285.6389118538282, 1749.830016825501 ], "relative wind speed": [ - 7.789996966595383, + 7.789996966595382, 7.658866895193625, - 7.356669476485852, + 7.356669476485851, 7.051892035573153, - 6.932276235461823, + 6.932276235461822, 7.076882394530882, 7.390529125715924, 7.681882924318356 ], "relative wind angle": [ - 0.0021769643957572503, + 0.002176964395961245, 0.041172076607048615, - 0.05832867531769258, - 0.04131405555193953, - 0.0024463176284709085, - 0.04456011907749765, + 0.05832867531769639, + 0.041314055551939524, + 0.0024463176283801417, + 0.04456011907749764, 0.05806114157617327, 0.03792419363198951 ], "resistance": [ - 47397.88814406417, + 47397.88814406232, 46182.616523541226, - 44112.57660530531, + 44112.57660530528, 42380.714386845786, - 41947.30253803221, + 41947.30253803285, 42506.75740069398, 44326.031120328335, 46361.50004900766 ], "fuel": [ - 38.871076412975356, + 38.87107641297473, 38.47045489592886, - 37.80070683760848, + 37.80070683760847, 37.252624369110976, - 37.117208531766266, + 37.117208531766465, 37.29213662980165, 37.86903134952861, 38.529079986333755 @@ -392578,53 +281316,53 @@ ], "ice resistance": 61836.19803644086, "wind resistance": [ - 2851.6932375978067, + 2851.6932375974684, 1470.668371441836, - -701.3622715096899, - -2415.7906442769163, + -701.3622715096972, + -2415.79064427688, -2784.044844755732, -2062.5747693975536, - -103.36628834935618, + -103.3662883493489, 1972.0067560899479 ], "relative wind speed": [ - 7.805009672763956, + 7.805009672763955, 7.649180264414314, - 7.327040481545221, - 7.019327315670198, + 7.32704048154522, + 7.019327315670197, 6.9175322909152905, 7.089461916837498, - 7.421920692758191, + 7.42192069275819, 7.713590151367965 ], "relative wind angle": [ - 0.006089233128217294, + 0.0060892331282537595, 0.045430076254111926, 0.06060014167444828, - 0.03992484103475558, - 0.006870456351135913, - 0.0490195850934402, - 0.05982451116361798, - 0.036329739620935164 + 0.03992484103475002, + 0.0068704563511359125, + 0.04901958509344019, + 0.059824511163616124, + 0.03632973962093516 ], "resistance": [ - 64687.891274038666, + 64687.891274038324, 63306.8664078827, 61134.835764931166, - 59420.40739216394, + 59420.40739216398, 59052.15319168512, 59773.62326704331, - 61732.8317480915, + 61732.831748091514, 63808.20479253081 ], "fuel": [ - 45.166114948482296, + 45.16611494848216, 44.62242689502068, 43.78169044880377, - 43.130476686000364, + 43.13047668600038, 42.99202481516646, 43.26374875049887, - 44.01140785827033, + 44.01140785827034, 44.81897550600894 ] }, @@ -392658,19 +281396,19 @@ ], "ice resistance": 50971.53409074954, "wind resistance": [ - 2969.4401584924417, + 2969.4401583205217, 1757.5198648310252, - -410.97984929095037, + -410.97984929092854, -2285.913145567869, - -2792.3850895326286, + -2792.3850895722135, -2284.888419251787, -409.2453136014119, 1758.974388637369 ], "relative wind speed": [ - 7.814288476199832, + 7.814288476199831, 7.688145051047265, - 7.3749154522800024, + 7.374915452280001, 7.047862843166623, 6.907945526392765, 7.048066505002401, @@ -392678,31 +281416,31 @@ 7.688331751998648 ], "relative wind angle": [ - 1.7645133124727402e-05, + 1.7645152000568515e-05, 0.041704605713625345, - 0.06148641916334625, + 0.06148641916334263, 0.04546818448028343, - 1.9960231959371804e-05, + 1.9960237521545992e-05, 0.04549456520510919, - 0.06148412155015828, + 0.061484121550158276, 0.04167820750719642 ], "resistance": [ - 53940.97424924198, + 53940.97424907006, 52729.053955580566, - 50560.554241458594, + 50560.55424145861, 48685.62094518167, - 48179.14900121691, + 48179.14900117733, 48686.645671497754, 50562.28877714813, 52730.50847938691 ], "fuel": [ - 41.122490542032935, + 41.12249054197169, 40.69345946914935, - 39.939428827456105, + 39.93942882745611, 39.3015820305592, - 39.131525769107256, + 39.131525769094, 39.30192706678196, 39.94002496767834, 40.69397110839225 @@ -392738,19 +281476,19 @@ ], "ice resistance": 27724.093548360957, "wind resistance": [ - 2886.294854955151, + 2886.29485495494, 1531.8307903511704, - -648.4662319729105, + -648.4662319729177, -2400.688920157805, - -2797.006103826392, + -2797.00610382625, -2113.440674378733, - -162.1895940799368, + -162.18959407995135, 1939.5458685324193 ], "relative wind speed": [ - 7.808612383935829, + 7.808612383935828, 7.657862688281459, - 7.3361216752463, + 7.336121675246299, 7.023377197523701, 6.913825307216848, 7.080434081939806, @@ -392758,33 +281496,33 @@ 7.7102257089252735 ], "relative wind angle": [ - 0.0049497553711689, - 0.044895678642231464, - 0.061023732588720556, + 0.00494975537119133, + 0.04489567864223147, + 0.06102373258872055, 0.04116409246962149, - 0.005590358863088692, - 0.04855981476728056, - 0.06038780946909961, + 0.005590358863068833, + 0.048559814767280565, + 0.060387809469101446, 0.03749527609429261 ], "resistance": [ - 30610.38840331611, + 30610.388403315897, 29255.924338712128, - 27075.627316388047, + 27075.62731638804, 25323.404628203152, - 24927.087444534565, + 24927.087444534707, 25610.652873982224, - 27561.90395428102, + 27561.903954281006, 29663.639416893377 ], "fuel": [ - 33.82335309497785, + 33.82335309497779, 33.46180614246801, - 32.894158421649145, + 32.89415842164914, 32.45078152247862, - 32.35208291501674, + 32.352082915016766, 32.52268298262425, - 33.0192295631055, + 33.01922956310549, 33.569919316809035 ] }, @@ -392818,50 +281556,50 @@ ], "ice resistance": 25102.88232495613, "wind resistance": [ - 2662.916462188583, + 2662.9164621885066, 1043.668018545366, - -1119.6537294593509, - -2587.4479510195342, + -1119.65372945938, + -2587.4479510195597, -2750.058804529366, -1720.0803416126655, 349.31876539161385, 2274.680239770296 ], "relative wind speed": [ - 7.788892769864382, + 7.78889276986438, 7.590200795614765, 7.256982867863109, - 6.980178829255519, + 6.98017882925552, 6.935197515602149, 7.152109272313227, 7.489994313509268, 7.748607531193776 ], "relative wind angle": [ - 0.014983631247482289, + 0.014983631247489698, 0.050663988184713384, - 0.05886028077262273, - 0.031429077285122564, - 0.01682822129182311, + 0.058860280772626505, + 0.031429077285126096, + 0.016828221291823115, 0.053770240974199926, - 0.05702713572119372, + 0.05702713572119373, 0.028311379647008306 ], "resistance": [ - 27765.79878714471, + 27765.798787144635, 26146.550343501494, - 23983.228595496777, - 22515.434373936594, + 23983.22859549675, + 22515.43437393657, 22352.823520426762, 23382.801983343463, 25452.201090347742, 27377.562564726424 ], "fuel": [ - 33.07193346278715, + 33.07193346278713, 32.65764485179945, - 32.11937828581705, - 31.76408538422534, + 32.119378285817035, + 31.764085384225332, 31.725217217472256, 31.97307063634482, 32.482982753013005, @@ -392898,51 +281636,51 @@ ], "ice resistance": 38637.57365045524, "wind resistance": [ - 3141.8352797379957, + 3141.8352797376247, 2120.284156522841, - -160.566525513761, + -160.5665255137792, -2281.662491488867, - -3031.1815318094414, + -3031.1815318095614, -2602.9735052106807, - -704.0925671584009, - 1664.1117773878177 + -704.0925671584118, + 1664.1117773877995 ], "relative wind speed": [ - 7.847239554102771, + 7.84723955410277, 7.741681957538356, - 7.420290037819886, + 7.4202900378198855, 7.057964448954741, 6.875249553990715, 6.993896304453595, 7.333997600473804, - 7.6833171798654485 + 7.683317179865449 ], "relative wind angle": [ - 0.00551026590740971, - 0.04045197281838543, - 0.06554347169063357, + 0.005510265907450007, + 0.040451972818385425, + 0.06554347169063526, 0.05304748997008052, - 0.006289290663326498, + 0.006289290663344152, 0.04477984094425804, - 0.06631578761719137, - 0.04872633043068684 + 0.06631578761719305, + 0.048726330430689115 ], "resistance": [ - 41779.40893019324, + 41779.40893019286, 40757.85780697808, - 38477.007124941476, + 38477.00712494146, 36355.91115896637, - 35606.3921186458, + 35606.39211864568, 36034.60014524456, - 37933.481083296836, - 40301.685427843055 + 37933.48108329683, + 40301.68542784304 ], "fuel": [ - 37.06493943508273, + 37.06493943508261, 36.749168030936666, - 36.058148860023124, + 36.05814886002312, 35.432901482253044, - 35.21596460923171, + 35.215964609231676, 35.33964691640981, 35.89633532767536, 36.609414877247076 @@ -392978,9 +281716,9 @@ ], "ice resistance": 30467.03784532107, "wind resistance": [ - 2833.104621326929, + 2833.1046213259724, 1774.8897029859218, - -293.8530579092658, + -293.85305790927305, -2140.0723599478442, -2705.0293733914114, -2262.391463595297, @@ -392990,7 +281728,7 @@ "relative wind speed": [ 7.796879216088349, 7.686592547890321, - 7.390431978307147, + 7.390431978307145, 7.071868947721006, 6.925391709592739, 7.047600360710253, @@ -392998,19 +281736,19 @@ 7.664270704237011 ], "relative wind angle": [ - 0.002110831987202264, + 0.0021108319873074572, 0.03858071200011491, 0.05899488838322999, 0.04523057139986326, 0.0023764584026210083, - 0.04208073013646586, + 0.042080730136465856, 0.05925866237055013, 0.041732405646438056 ], "resistance": [ - 33300.142466648, + 33300.14246664704, 32241.92754830699, - 30173.184787411803, + 30173.184787411796, 28326.965485373225, 27762.008471929657, 28204.64638172577, @@ -393018,7 +281756,7 @@ 32068.322260971552 ], "fuel": [ - 34.561567555555584, + 34.561567555555314, 34.26792373389107, 33.70590425403909, 33.21778580570128, @@ -393058,19 +281796,19 @@ ], "ice resistance": 48321.869567434725, "wind resistance": [ - 2714.950450083652, + 2714.9504500829353, 1455.0511931479632, - -593.9210515521227, + -593.9210515521336, -2252.1003874774797, -2633.418633592428, -2006.8244399206815, - -178.47861003535218, + -178.47861003537037, 1803.1383645862843 ], "relative wind speed": [ - 7.782164396313034, + 7.782164396313033, 7.6422035042727385, - 7.340199016208892, + 7.340199016208891, 7.045449815835515, 6.9402180273615475, 7.094042187486474, @@ -393078,33 +281816,33 @@ 7.687024512195841 ], "relative wind angle": [ - 0.004240470920755139, + 0.004240470920833684, 0.04201732551616901, - 0.057383806070080624, + 0.05738380607008063, 0.03894866802146019, - 0.0047549035411818975, + 0.004754903541181897, 0.04526617154103991, - 0.05687270696392916, + 0.05687270696393111, 0.035696488551046575 ], "resistance": [ - 51036.820017518374, + 51036.82001751766, 49776.92076058269, - 47727.9485158826, + 47727.94851588259, 46069.76917995725, 45688.450933842294, 46315.045127514044, - 48143.39095739937, + 48143.39095739936, 50125.007932021006 ], "fuel": [ - 40.103536450975426, + 40.10353645097518, 39.67124793951831, - 38.98083174282935, + 38.980831742829345, 38.43353294341704, 38.30912193855172, 38.513843974843205, - 39.11955549330298, + 39.11955549330297, 39.790090854176185 ] }, @@ -393138,19 +281876,19 @@ ], "ice resistance": 43125.64675931657, "wind resistance": [ - 2993.301233383463, + 2993.30123338299, 2078.7987390274902, - -95.81222431906644, + -95.81222431907008, -2152.930793417152, -2916.3972770918335, -2533.2703339913714, - -739.4524266246481, + -739.452426624659, 1538.891624688138 ], "relative wind speed": [ - 7.826643398861491, + 7.82664339886149, 7.731913801708208, - 7.426890591717899, + 7.426890591717898, 7.077678799143486, 6.895947864401143, 7.001996344217481, @@ -393158,27 +281896,27 @@ 7.66269578266263 ], "relative wind angle": [ - 0.006539231009273654, - 0.03788699694513463, - 0.06269973976920903, + 0.006539231009324588, + 0.037886996945134636, + 0.06269973976920902, 0.05162857753716709, 0.007421798326031818, 0.041838693430315814, - 0.06357536531653747, + 0.06357536531653922, 0.04768382261568028 ], "resistance": [ - 46118.947992700036, + 46118.94799269956, 45204.44549834407, - 43029.834534997506, + 43029.8345349975, 40972.71596589942, 40209.24948222474, 40592.3764253252, - 42386.19433269193, + 42386.19433269191, 44664.538384004714 ], "fuel": [ - 38.4496176852593, + 38.44961768525914, 38.1519868690641, 37.45674380322366, 36.81526030656079, @@ -393218,17 +281956,17 @@ ], "ice resistance": 87119.64261287398, "wind resistance": [ - 2618.858021024578, + 2618.8580210239415, 1768.805775214114, - -143.73673635566593, + -143.73673635568412, -1925.9880246574066, -2555.3616298769775, -2200.012374560083, - -608.0009965142162, - 1379.948770791114 + -608.0009965142308, + 1379.9487707911176 ], "relative wind speed": [ - 7.768511337314388, + 7.768511337314387, 7.679663248227551, 7.409187107977892, 7.106120092169971, @@ -393238,19 +281976,19 @@ 7.6295255550730205 ], "relative wind angle": [ - 0.004745605572626374, + 0.004745605572696559, 0.03411503147873544, - 0.05500094479997974, - 0.044212607328353616, - 0.00530152624119058, - 0.03715327698587548, - 0.05555349950508263, - 0.04117772772464077 + 0.055000944799981764, + 0.04421260732835362, + 0.005301526241190579, + 0.037153276985875484, + 0.05555349950508463, + 0.04117772772464076 ], "resistance": [ - 89738.50063389857, + 89738.50063389793, 88888.4483880881, - 86975.90587651831, + 86975.9058765183, 85193.65458821658, 84564.280982997, 84919.6302383139, @@ -393258,7 +281996,7 @@ 88499.5913836651 ], "fuel": [ - 56.26005681639094, + 56.26005681639063, 55.84532749005066, 54.92205334281852, 54.073928534877076, @@ -393298,17 +282036,17 @@ ], "ice resistance": 74046.78412674116, "wind resistance": [ - 2637.1736339438066, + 2637.173633943574, 1968.8037447414863, - 50.256538744950376, + 50.256538744917634, -1846.3258939614425, - -2634.4155386197526, + -2634.4155386198363, -2354.794369910185, -811.077725489311, 1247.219998787561 ], "relative wind speed": [ - 7.776697096323176, + 7.776697096323175, 7.707040361578676, 7.441123528944083, 7.124057770179144, @@ -393318,31 +282056,31 @@ 7.614076515597743 ], "relative wind angle": [ - 0.008796830254740845, + 0.008796830254766085, 0.03183004076543889, - 0.055837680220709646, - 0.0480275461209119, - 0.009848659318625861, + 0.05583768022071363, + 0.04802754612091191, + 0.009848659318637133, 0.0349295942889167, 0.05688301581046385, - 0.04493448596132234 + 0.044934485961322344 ], "resistance": [ - 76683.95776068496, + 76683.95776068473, 76015.58787148264, - 74097.0406654861, + 74097.04066548607, 72200.45823277971, - 71412.3685881214, + 71412.36858812132, 71691.98975683097, 73235.70640125184, 75294.00412552872 ], "fuel": [ - 50.18734295613959, + 50.18734295613949, 49.8934952574596, - 49.05924320900692, + 49.05924320900691, 48.248004424737715, - 47.91484562365551, + 47.91484562365547, 48.03278878319226, 48.689159517556625, 49.57811822164737 @@ -393378,9 +282116,9 @@ ], "ice resistance": 45386.1566030942, "wind resistance": [ - 3007.009552484924, + 3007.0095524827484, 1846.4718932055366, - -346.07737862896465, + -346.077378628961, -2280.2084781381673, -2847.867167304081, -2362.0735806750854, @@ -393388,9 +282126,9 @@ 1730.2651291130678 ], "relative wind speed": [ - 7.82173234506992, + 7.821732345069918, 7.701169674562409, - 7.386508100608485, + 7.386508100608484, 7.051098351836998, 6.900518204809104, 7.034815848081253, @@ -393398,19 +282136,19 @@ 7.6862643986228045 ], "relative wind angle": [ - 0.0014083633166500546, - 0.04129239447875394, - 0.06239844571765965, + 0.001408363316886547, + 0.041292394478753935, + 0.06239844571765787, 0.04731356178791147, - 0.001596378941256149, + 0.0015963789412561488, 0.04520625536853034, 0.06258499561186633, 0.04340116658358263 ], "resistance": [ - 48393.16615557912, + 48393.166155576946, 47232.62849629973, - 45040.07922446523, + 45040.07922446524, 43105.948124956034, 42538.28943579012, 43024.083022419116, @@ -393418,7 +282156,7 @@ 47116.421732207265 ], "fuel": [ - 39.20326908780905, + 39.20326908780832, 38.81627474063974, 38.098822716517475, 37.48078084529416, @@ -393445,68 +282183,7 @@ "id": "6617", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 35804.56683892571, - "wind resistance": [ - 2671.039642380514, - 1646.1729991856082, - -308.855776766115, - -2038.6392256768522, - -2549.6981695028153, - -2121.409477117384, - -449.07891910125545, - 1528.7151844826767 - ], - "relative wind speed": [ - 7.7718455324776485, - 7.664624137140127, - 7.383684792109237, - 7.084850309767749, - 6.950405365879861, - 7.068469039835522, - 7.361447997610193, - 7.649484545963091 - ], - "relative wind angle": [ - 0.0014328249882268815, - 0.03687241495418159, - 0.05565414416665068, - 0.04211600832674917, - 0.0016021648885201905, - 0.03998383030672205, - 0.05582243373529812, - 0.03900564328547878 - ], - "resistance": [ - 38475.606481306226, - 37450.739838111316, - 35495.71106215959, - 33765.92761324886, - 33254.868669422896, - 33683.15736180833, - 35355.48791982446, - 37333.28202340839 - ], - "fuel": [ - 36.057730460648735, - 35.75353982469423, - 35.1841067992772, - 34.69213887696085, - 34.548919216623034, - 34.668877305657944, - 35.14381122025619, - 35.718926810062776 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.5625 -59.375, -66.5625 -59.21875, -66.40625 -59.21875, -66.40625 -59.375, -66.5625 -59.375))", @@ -393538,53 +282215,53 @@ ], "ice resistance": 54770.40343912122, "wind resistance": [ - 2680.8271582471607, + 2680.827158244523, 1558.4800199836827, - -416.6397001765836, + -416.6397001766163, -2104.7499594152396, - -2547.6904879252434, + -2547.690487923366, -2060.8178623555104, - -342.21409564295755, + -342.21409564297574, 1620.8234682742732 ], "relative wind speed": [ - 7.772401417779205, + 7.772401417779204, 7.653445496639725, 7.366696370161891, 7.071928708897329, - 6.949837342859493, + 6.949837342859492, 7.080623907627463, 7.378498999196524, 7.661480746407593 ], "relative wind angle": [ - 0.0007604495299835157, + 0.0007604495302755069, 0.03855425310815093, - 0.055858978006134596, - 0.04054333678824312, - 0.0008504543139726665, - 0.041675026596565364, - 0.05576953329566506, + 0.05585897800613857, + 0.04054333678824313, + 0.0008504543137115771, + 0.04167502659656537, + 0.05576953329566705, 0.037422003237440535 ], "resistance": [ - 57451.23059736838, + 57451.23059736574, 56328.8834591049, - 54353.76373894463, + 54353.7637389446, 52665.65347970598, - 52222.71295119598, + 52222.71295119786, 52709.585576765705, - 54428.18934347826, + 54428.18934347824, 56391.226907395496 ], "fuel": [ - 42.39599412065252, + 42.395994120651544, 41.983825829423026, - 41.26986965106938, + 41.26986965106937, 40.67116554451369, - 40.51582874128779, + 40.51582874128846, 40.686612084298226, - 41.29650944783791, + 41.296509447837906, 42.006597748695704 ] }, @@ -393618,9 +282295,9 @@ ], "ice resistance": 34381.227605798864, "wind resistance": [ - 2485.9013351721915, + 2485.9013351716167, 1550.0638944972416, - -272.79453453277165, + -272.7945345327789, -1896.9771414040952, -2388.501565311948, -1997.7638431694504, @@ -393628,9 +282305,9 @@ 1407.0596871151902 ], "relative wind speed": [ - 7.7446247197618, + 7.744624719761799, 7.646352543573202, - 7.384639895302427, + 7.384639895302426, 7.105081049278909, 6.977634321337681, 7.085187756979113, @@ -393638,17 +282315,17 @@ 7.627871004115946 ], "relative wind angle": [ - 0.0017506866337539545, - 0.03421714180071097, + 0.001750686633817371, + 0.03421714180071096, 0.05195492814963211, 0.03952563975392944, 0.001943124555243228, 0.0369284132542619, - 0.052146325586383144, - 0.0368154087698147 + 0.05214632558638314, + 0.03681540876981469 ], "resistance": [ - 36867.12894097106, + 36867.12894097048, 35931.29150029611, 34108.43307126609, 32484.25046439477, @@ -393658,7 +282335,7 @@ 35788.28729291406 ], "fuel": [ - 35.58206481285097, + 35.5820648128508, 35.3097451125342, 34.78866686784642, 34.33479802294988, @@ -393698,19 +282375,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1377.3643355875956, + 1377.3643355875192, 908.4580654680449, - -84.31196039205133, + -84.31196039205497, -993.5717977404656, - -1302.6045346661213, + -1302.604534666165, -1105.4105785632728, -273.1253328832172, 749.5618071854842 ], "relative wind speed": [ - 4.759197835220143, + 4.759197835220142, 4.679414686193458, - 4.44583145202254, + 4.4458314520225395, 4.183785002740607, 4.054320532154028, 4.146149684568417, @@ -393718,31 +282395,31 @@ 4.645796171061812 ], "relative wind angle": [ - 0.005285039769111721, + 0.005285039769132728, 0.04947730786202467, 0.07935852748022962, 0.06386152084573925, - 0.006203898750396917, - 0.05584717228045649, + 0.006203898750414813, + 0.055847172280456485, 0.08026576494414332, - 0.05750327702268411 + 0.05750327702268412 ], "resistance": [ - 98011.86433558761, + 98011.86433558754, 97542.95806546806, 96550.18803960797, 95640.92820225954, - 95331.89546533389, + 95331.89546533384, 95529.08942143674, 96361.37466711679, 97384.0618071855 ], "fuel": [ - 46.350726612004436, + 46.350726612004394, 46.107185335085205, 45.594258697318494, 45.12769627099388, - 44.969824839886094, + 44.96982483988608, 45.070521653359876, 45.49712106590561, 46.024843143672676 @@ -393778,53 +282455,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1255.292639032663, + 1255.2926390326156, 888.7039423572951, - -16.002908781963015, + -16.00290878197029, -879.7488083427079, -1211.5692134172714, -1057.4474925696477, - -316.1404156948065, - 636.2807878858712 + -316.14041569480287, + 636.2807878858748 ], "relative wind speed": [ - 4.648880972052424, + 4.648880972052423, 4.585099345505997, 4.370721288009171, 4.120311856338255, 3.986220158984919, 4.059422303733538, 4.289387004077889, - 4.530460865599353 + 4.530460865599352 ], "relative wind angle": [ - 0.008773566764210773, + 0.00877356676422343, 0.04482448743648028, - 0.0758830098966637, + 0.07588300989666663, 0.06390687997645328, - 0.010232113231022322, + 0.01023211323102232, 0.05063373842639156, - 0.07732473223996263, - 0.05811445204855359 + 0.0773247322399612, + 0.05811445204855168 ], "resistance": [ - 97889.79263903265, + 97889.7926390326, 97523.20394235729, - 96618.49709121803, + 96618.49709121801, 95754.75119165728, 95422.93078658271, 95577.05250743034, - 96318.35958430517, + 96318.35958430519, 97270.78078788586 ], "fuel": [ - 45.977406550570564, + 45.97740655057054, 45.78710386792219, 45.31959440513744, 44.87609355189926, 44.706454417538055, 44.78519631267447, - 45.16517042009066, + 45.16517042009067, 45.65635725171251 ] }, @@ -393858,39 +282535,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1729.1029921674763, + 1729.1029921668724, 989.1236650034225, - -284.0352082198842, + -284.0352082198915, -1358.0659916927307, -1633.7333329825924, -1300.2148863102502, -186.18617294593605, - 1071.2589402336143 + 1071.2589402336234 ], "relative wind speed": [ - 5.76005199037633, + 5.760051990376329, 5.652988425816317, 5.400777346575166, 5.142728451517531, 5.038633811209612, 5.158464061413026, 5.421958471624762, - 5.667307446155989 + 5.667307446155988 ], "relative wind angle": [ - 0.0018427221925025295, + 0.0018427221926230278, 0.04646395306811404, - 0.06683824866900184, + 0.06683824866900352, 0.04815550602898266, - 0.0021065586176353835, + 0.002106558617635384, 0.05092197892497927, 0.06657675481043433, - 0.04369513769841877 + 0.04369513769841623 ], "resistance": [ - 98363.60299216748, + 98363.60299216687, 97623.62366500343, - 96350.46479178012, + 96350.4647917801, 95276.43400830727, 95000.76666701741, 95334.28511368975, @@ -393898,7 +282575,7 @@ 97705.75894023362 ], "fuel": [ - 50.435406874184075, + 50.435406874183755, 50.050479933926084, 49.39296902476773, 48.84298623650406, @@ -393938,21 +282615,21 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1820.859723071655, + 1820.8597230716496, 1120.444023569169, - -204.69309903962676, - -1374.4425358219269, - -1719.513846462054, + -204.6930990396395, + -1374.4425358219414, + -1719.513846462305, -1426.0891246791398, - -292.06035210124173, + -292.06035210123446, 1047.1212131991306 ], "relative wind speed": [ - 5.948860336666605, + 5.948860336666604, 5.853226086780731, - 5.602737322841489, - 5.334897930887606, - 5.214186953856589, + 5.602737322841488, + 5.334897930887607, + 5.21418695385659, 5.32131837724101, 5.584444411593005, 5.840851732576723 @@ -393960,19 +282637,19 @@ "relative wind angle": [ 0.0015408407208561783, 0.0432828317976098, - 0.06561094195147554, - 0.04992387034207826, - 0.0017579437455572389, + 0.06561094195147724, + 0.049923870342082705, + 0.0017579437456203934, 0.047612415166670745, - 0.06582617354039036, - 0.04559615833883145 + 0.06582617354038867, + 0.04559615833883144 ], "resistance": [ 98455.35972307168, 97754.9440235692, - 96429.80690096041, - 95260.0574641781, - 94914.98615353798, + 96429.8069009604, + 95260.05746417808, + 94914.98615353773, 95208.41087532089, 96342.43964789879, 97681.62121319916 @@ -393981,8 +282658,8 @@ 51.290697068409884, 50.92605987558766, 50.24118591152305, - 49.64205109490682, - 49.4662813039064, + 49.642051094906805, + 49.46628130390627, 49.61571555449285, 50.19626127453155, 50.88799349138578 @@ -394018,51 +282695,51 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2053.5342192265234, + 2053.534219226389, 1612.2249725060792, - 122.8981328043701, - -1394.835580650737, - -2072.7338262567846, + 122.89813280434464, + -1394.8355806507352, + -2072.733826256739, -1887.9411056882273, - -712.126626367859, + -712.1266263678626, 912.3714019584368 ], "relative wind speed": [ - 6.759210702544375, + 6.759210702544374, 6.706363311955919, 6.47116249985496, - 6.180970866544702, + 6.180970866544701, 6.00927777453481, 6.06819905910807, 6.3184178868906224, 6.60257130516847 ], "relative wind angle": [ - 0.011318719421142324, + 0.011318719421161942, 0.03147738990186198, - 0.05798087631927525, - 0.051674574894941414, - 0.012731320720302357, + 0.05798087631927909, + 0.05167457489493926, + 0.012731320720293635, 0.034788992963583086, - 0.05938416561389717, - 0.04837228367100347 + 0.05938416561389718, + 0.04837228367100348 ], "resistance": [ - 98688.03421922652, + 98688.03421922639, 98246.72497250608, - 96757.39813280437, + 96757.39813280434, 95239.66441934927, - 94561.76617374322, + 94561.76617374326, 94746.55889431178, 95922.37337363214, 97546.87140195843 ], "fuel": [ - 55.30495160611565, + 55.30495160611558, 55.07461069509606, - 54.30260772395639, + 54.302607723956385, 53.52437112711461, - 53.17953970958059, + 53.17953970958061, 53.27337002787998, 53.873377880737664, 54.71080873944568 @@ -394098,19 +282775,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2093.6730982208574, + 2093.673098220286, 1284.435401144281, - -245.2503521184517, + -245.25035211847353, -1594.628273628994, -1989.615481818848, -1651.165543101546, - -340.9846020738769, + -340.984602073866, 1204.1934274475316 ], "relative wind speed": [ - 6.699134959675643, + 6.699134959675641, 6.600942510199196, - 6.34516962960559, + 6.345169629605589, 6.073245409019612, 5.951467206389034, 6.060192166401787, @@ -394118,29 +282795,29 @@ 6.588934763563429 ], "relative wind angle": [ - 0.001321471801473544, - 0.03910755322344468, - 0.058950489274036406, + 0.0013214718015575582, + 0.03910755322344469, + 0.05895048927404018, 0.04457092394357636, - 0.001487485073029799, + 0.0014874850730297988, 0.042599141973662484, - 0.05911534746487281, + 0.059115347464870925, 0.04108049024590274 ], "resistance": [ - 98728.17309822085, + 98728.17309822029, 97918.93540114428, - 96389.24964788154, + 96389.24964788153, 95039.871726371, 94644.88451818115, 94983.33445689845, - 96293.51539792612, + 96293.51539792614, 97838.69342744754 ], "fuel": [ - 55.02356796429627, + 55.02356796429597, 54.6016202626094, - 53.81067761787733, + 53.81067761787732, 53.12019336492971, 52.91935809881187, 53.09141081365408, @@ -394178,9 +282855,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1594.887541130418, + 1594.8875411303197, 1162.5551645566866, - 12.467799012649266, + 12.467799012647447, -1105.1613581768142, -1554.609418354994, -1372.92935640406, @@ -394188,9 +282865,9 @@ 782.2401486720373 ], "relative wind speed": [ - 5.33231216013819, + 5.332312160138189, 5.266749788444462, - 5.030961253096906, + 5.030961253096905, 4.75096242733022, 4.596335309358758, 4.671316507702714, @@ -394198,17 +282875,17 @@ 5.19501754215635 ], "relative wind angle": [ - 0.010023777521704117, + 0.01002377752172627, 0.04224508431905575, - 0.07321440931577827, + 0.07321440931577826, 0.06276880251205967, - 0.011628877525476483, + 0.011628877525476485, 0.04763373486474878, 0.07480233057560091, - 0.057397329803410335 + 0.05739732980341034 ], "resistance": [ - 98229.38754113042, + 98229.38754113032, 97797.05516455669, 96646.96779901265, 95529.33864182318, @@ -394218,7 +282895,7 @@ 97416.74014867203 ], "fuel": [ - 48.55099024649326, + 48.5509902464932, 48.32606542131512, 47.73110808390365, 47.15765729556906, @@ -394258,37 +282935,37 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 1538.4835217638338, + 1538.483521763701, 1097.2289478306502, - -18.10695327934991, - -1089.417669344719, + -18.10695327934627, + -1089.417669344728, -1504.97964597986, -1319.9769620364168, -408.1435583989605, 769.9040283929571 ], "relative wind speed": [ - 5.527151982344361, + 5.5271519823443604, 5.462482811422382, - 5.241847518077796, - 4.984739989401286, + 5.241847518077795, + 4.9847399894012865, 4.846746119158081, 4.9195160853911375, 5.153968526943949, 5.403029170527472 ], "relative wind angle": [ - 0.00796692227926083, + 0.0079669222792887, 0.03834944114531976, - 0.06494934389311934, - 0.05453442217359987, + 0.06494934389311764, + 0.05453442217360395, 0.009085379997242167, 0.04258449981140246, - 0.06605837850823759, + 0.0660583785082376, 0.050308786296473965 ], "resistance": [ - 98172.98352176389, + 98172.98352176376, 97731.7289478307, 96616.39304672071, 95545.08233065534, @@ -394298,7 +282975,7 @@ 97404.40402839301 ], "fuel": [ - 49.4297851530804, + 49.42978515308035, 49.20031841032079, 48.62353752841116, 48.07388209735707, @@ -394338,9 +283015,9 @@ ], "ice resistance": 84995.82514921305, "wind resistance": [ - 2211.8409309398194, + 2211.840930938375, 1233.2603341787653, - -425.83912030310603, + -425.83912030310967, -1806.4619941192104, -2144.896034555659, -1688.8091575897488, @@ -394348,9 +283025,9 @@ 1400.1629559235043 ], "relative wind speed": [ - 7.703919742239079, + 7.703919742239078, 7.5965468035384225, - 7.3532856783903595, + 7.353285678390359, 7.111299274957643, 7.018348354408532, 7.13442847608273, @@ -394358,17 +283035,17 @@ 7.618202914118059 ], "relative wind angle": [ - 0.002054211302965751, + 0.0020542113031278893, 0.03338675686522524, 0.04663367877919402, - 0.03251685702995849, + 0.03251685702995848, 0.0022548725844954965, 0.03555020095517007, - 0.046433884036745816, - 0.03035254640904274 + 0.04643388403674582, + 0.030352546409042738 ], "resistance": [ - 87207.66608015288, + 87207.66608015142, 86229.08548339181, 84569.98602890995, 83189.36315509384, @@ -394378,7 +283055,7 @@ 86395.98810513655 ], "fuel": [ - 55.03321013882572, + 55.033210138825034, 54.56522316697358, 53.77993337661719, 53.134261011668656, @@ -394418,53 +283095,53 @@ ], "ice resistance": 47262.81740843479, "wind resistance": [ - 2040.6489639578904, + 2040.6489639575047, 1681.2530343441722, - 192.83207658009633, + 192.8320765800745, -1373.9877998584998, -2117.8297509115764, -1967.8990145318785, - -815.0578261880182, + -815.0578261879855, 838.7742680553783 ], "relative wind speed": [ - 7.689212178867162, + 7.6892121788671615, 7.651315162724798, 7.448212839782805, 7.191675492546498, 7.033890436615502, 7.075095397703674, - 7.288602341961364, + 7.288602341961363, 7.541843422920963 ], "relative wind angle": [ - 0.010389325304849158, + 0.010389325304891903, 0.022902401178307205, - 0.044008677966657035, + 0.044008677966659554, 0.04008367790431613, 0.011357300437835905, 0.024768017539811796, - 0.044973051559354986, - 0.03822166306477765 + 0.044973051559350045, + 0.03822166306477766 ], "resistance": [ - 49303.46637239268, + 49303.4663723923, 48944.07044277896, - 47455.64948501489, + 47455.64948501487, 45888.82960857629, 45144.98765752322, 45294.91839390292, - 46447.75958224677, + 46447.75958224681, 48101.59167649017 ], "fuel": [ - 39.510326186388305, + 39.51032618638818, 39.38872850155705, - 38.89025459072472, + 38.890254590724716, 38.37443113984849, 38.13274366814744, 38.181293158076926, - 38.55739217896404, + 38.55739217896405, 39.10556889917955 ] }, @@ -394498,19 +283175,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1857.4657266311951, + 1857.4657266288123, 1119.214445240068, - -243.9445517963104, + -243.94455179631404, -1435.7732166853002, -1770.629487780936, -1462.428421756451, - -289.12617277455865, + -289.1261727745732, 1081.3937904841332 ], "relative wind speed": [ - 6.675258171246274, + 6.675258171246273, 6.58527255929136, - 6.3569158724672175, + 6.356915872467217, 6.11751744909326, 6.012994650215993, 6.11141240926846, @@ -394518,33 +283195,33 @@ 6.579601551488951 ], "relative wind angle": [ - 0.0006232929122030708, + 0.0006232929125593151, 0.035116400996186375, 0.052113598618303246, 0.03876523015107123, 0.0006919416052711746, - 0.03784047237818408, - 0.05218187434365123, + 0.03784047237818409, + 0.05218187434365335, 0.036041531730810365 ], "resistance": [ - 98491.9657266312, + 98491.96572662881, 97753.71444524007, - 96390.5554482037, + 96390.55544820368, 95198.7267833147, 94863.87051221906, 95172.07157824354, - 96345.37382722544, + 96345.37382722543, 97715.89379048413 ], "fuel": [ - 54.99718110004919, + 54.99718110004793, 54.612798070458254, - 53.90837583262312, + 53.90837583262311, 53.298155273447044, 53.127658796298334, 53.28456814049746, - 53.88514629148534, + 53.885146291485334, 54.59316071543718 ] }, @@ -394578,51 +283255,51 @@ ], "ice resistance": 53577.79693459583, "wind resistance": [ - 1886.4950440428474, + 1886.4950440425782, 1456.2540188796338, - 73.83872698914638, - -1324.230669824945, - -1932.1020653747946, + 73.83872698910272, + -1324.2306698249668, + -1932.1020653746928, -1752.8517670317815, -653.9575913097069, 848.3156471251204 ], "relative wind speed": [ - 7.66207488631943, + 7.662074886319429, 7.616476087263764, 7.4248579846681535, - 7.193689234349932, + 7.193689234349933, 7.060611323849946, 7.1097760753897346, 7.309658524004699, 7.537271325197393 ], "relative wind angle": [ - 0.007523853467114177, - 0.022570473195216524, - 0.0405156992581061, - 0.03523527221872489, - 0.008164792348527615, + 0.007523853467143689, + 0.02257047319521652, + 0.040515699258111576, + 0.03523527221872804, + 0.008164792348514017, 0.024179330348320857, 0.04115458040826339, 0.033628472787894055 ], "resistance": [ - 55464.29197863868, + 55464.291978638415, 55034.05095347547, - 53651.63566158498, - 52253.56626477089, - 51645.69486922104, + 53651.635661584936, + 52253.56626477087, + 51645.694869221144, 51824.94516756405, 52923.83934328613, 54426.112581720954 ], "fuel": [ - 41.66951133359873, + 41.669511333598635, 41.51413753819111, - 41.01956534147611, - 40.52662517321637, - 40.314566661140226, + 41.0195653414761, + 40.52662517321636, + 40.31456666114026, 40.3769559423707, 40.76204669825108, 41.29576581509369 @@ -394658,9 +283335,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1413.8454428985242, + 1413.845442897902, 850.9059820279926, - -171.95732314091947, + -171.95732314092493, -1062.4732330279967, -1313.107265948819, -1076.6853674405775, @@ -394668,9 +283345,9 @@ 830.7174522459645 ], "relative wind speed": [ - 4.878430277716238, + 4.878430277716237, 4.784773758475436, - 4.546351180523193, + 4.546351180523192, 4.292791430738199, 4.181291889922738, 4.288149242211264, @@ -394678,19 +283355,19 @@ 4.780609330979982 ], "relative wind angle": [ - 0.0006373057335908409, - 0.05107524814826884, - 0.07674543137542224, + 0.0006373057337650466, + 0.05107524814826883, + 0.0767454313754237, 0.05796075204225707, 0.0007435624551657756, 0.056996518573992315, - 0.07685043727134239, + 0.07685043727134237, 0.052040732354432566 ], "resistance": [ - 98048.34544289853, + 98048.3454428979, 97485.405982028, - 96462.54267685908, + 96462.54267685907, 95572.026766972, 95321.39273405119, 95557.81463255943, @@ -394698,9 +283375,9 @@ 97465.21745224597 ], "fuel": [ - 46.80810506521995, + 46.80810506521961, 46.515746750566095, - 45.9875483758243, + 45.98754837582429, 45.53086326657333, 45.402862229207656, 45.523598751223716, @@ -394738,47 +283415,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1509.1873517421718, + 1509.1873517418753, 967.5083677176517, - -129.0752386715685, - -1119.3112725615756, + -129.07523867158125, + -1119.3112725615701, -1437.219014681461, -1210.1826309423232, -282.7736073226188, 838.4915081311356 ], "relative wind speed": [ - 5.390747667162741, + 5.39074766716274, 5.309199946674395, 5.081973023398625, - 4.833200778563757, + 4.833200778563756, 4.71515180124365, 4.80678820482288, 5.0464212179762, 5.285166710131522 ], "relative wind angle": [ - 0.003304850262830044, - 0.04263010078239011, - 0.06651929995601169, - 0.052050765415141836, + 0.0033048502628972316, + 0.042630100782390115, + 0.06651929995601503, + 0.0520507654151397, 0.0037783775698462, 0.0470889942050669, - 0.06698862513885309, - 0.047596073951519186 + 0.0669886251388531, + 0.04759607395151918 ], "resistance": [ - 98143.68735174218, + 98143.68735174187, 97602.00836771764, - 96505.42476132844, - 95515.18872743842, + 96505.42476132842, + 95515.18872743844, 95197.28098531853, 95424.31736905768, 96351.72639267737, 97472.99150813113 ], "fuel": [ - 48.86369778123211, + 48.86369778123194, 48.58216733419611, 48.01557500613728, 47.50777593204873, @@ -394818,19 +283495,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1798.5826342946748, + 1798.582634294471, 992.5245819738338, - -350.69803656771364, + -350.6980365677191, -1457.9307197749658, -1725.6270921079358, -1340.674185722919, - -152.19854848773866, + -152.19854848774776, 1158.9565014473992 ], "relative wind speed": [ - 6.145720074946268, + 6.145720074946266, 6.0340450935843695, - 5.783981225671251, + 5.78398122567125, 5.534911304959619, 5.440915344096667, 5.564506701390025, @@ -394838,33 +283515,33 @@ 6.061203829888441 ], "relative wind angle": [ - 0.0032619900675317634, + 0.0032619900675657986, 0.04366006979056543, - 0.0609654260568618, + 0.06096542605686181, 0.042472718776942725, - 0.003684543203135658, + 0.0036845432031356574, 0.0473467960999426, - 0.060545978468080075, - 0.038782887004164615 + 0.060545978468081914, + 0.03878288700416461 ], "resistance": [ - 98433.0826342947, + 98433.0826342945, 97627.02458197386, 96283.80196343231, 95176.56928022506, 94908.87290789209, 95293.82581427711, - 96482.30145151229, + 96482.30145151228, 97793.45650144742 ], "fuel": [ - 52.25321207009762, + 52.25321207009751, 51.83380259904568, 51.140266026174416, 50.57362447444248, 50.43731196555272, 50.633416146432566, - 51.24233309271246, + 51.24233309271245, 51.92020267258857 ] }, @@ -394898,19 +283575,19 @@ ], "ice resistance": 92111.41443429602, "wind resistance": [ - 2150.2098032701833, + 2150.209803269965, 1689.5938723216532, - 119.9112922016684, + 119.91129220165749, -1483.655238072326, -2199.0808873664864, -2006.851743215906, - -767.6942075937004, + -767.6942075937186, 947.3789112631857 ], "relative wind speed": [ - 7.704077698106703, + 7.704077698106702, 7.6555835942556225, - 7.439387197017129, + 7.439387197017128, 7.174543860238727, 7.018830567086704, 7.071692551242588, @@ -394918,33 +283595,33 @@ 7.559280131430937 ], "relative wind angle": [ - 0.009134959838000977, + 0.009134959838025286, 0.025150254230134735, 0.04607375628827562, 0.040717044281733825, 0.010026832838335772, 0.02722733823990501, - 0.0469619352584581, + 0.046961935258460465, 0.0386436542761537 ], "resistance": [ - 94261.6242375662, + 94261.624237566, 93801.00830661767, 92231.32572649769, 90627.75919622369, 89912.33354692953, 90104.56269108012, - 91343.72022670232, + 91343.72022670231, 93058.79334555921 ], "fuel": [ - 58.51204672458063, + 58.51204672458053, 58.27923200505382, 57.49177757020327, 56.696792055997975, 56.345198756763, 56.43948194176439, - 57.05055516273846, + 57.050555162738455, 57.905746257692215 ] }, @@ -394978,19 +283655,19 @@ ], "ice resistance": 88676.12884494988, "wind resistance": [ - 2152.608568017218, + 2152.6085680169963, 1692.9693347605607, - 121.6385477811782, + 121.63854778117457, -1484.4741534259701, - -2201.9073345533943, + -2201.9073345534744, -2010.0820170312727, -770.0501916418361, 947.332108780789 ], "relative wind speed": [ - 7.70449491097681, + 7.704494910976809, 7.656107363971083, - 7.439730380149099, + 7.439730380149098, 7.1745016798876735, 7.018419588818123, 7.071172136875276, @@ -394998,31 +283675,31 @@ 7.559363796197565 ], "relative wind angle": [ - 0.00917657700486354, + 0.009176577004887738, 0.025156831816209913, 0.04612737079129741, 0.04079014900809906, - 0.010073648836194746, + 0.010073648836205765, 0.02723832805717251, - 0.04702071920243415, - 0.038712376161074834 + 0.047020719202434155, + 0.03871237616107483 ], "resistance": [ - 90828.73741296711, + 90828.73741296688, 90369.09817971045, - 88797.76739273107, + 88797.76739273105, 87191.65469152392, - 86474.22151039648, + 86474.22151039641, 86666.04682791862, 87906.07865330804, 89623.46095373067 ], "fuel": [ - 56.79590472613697, + 56.79590472613686, 56.56945423684924, 55.80124413839377, 55.02552433181793, - 54.682120152216655, + 54.682120152216626, 54.77375103340515, 55.369391356824046, 56.20377314963063 @@ -395058,9 +283735,9 @@ ], "ice resistance": 48147.76215934938, "wind resistance": [ - 1751.352164402815, + 1751.352164402204, 1324.3182730658955, - 37.802339544494316, + 37.80233954444702, -1247.5173813877445, -1789.7794365846312, -1612.0298767039712, @@ -395068,7 +283745,7 @@ 807.3532487586053 ], "relative wind speed": [ - 7.640106472623267, + 7.640106472623266, 7.594684235590365, 7.415384078738825, 7.202349310958906, @@ -395078,19 +283755,19 @@ 7.5271875660914045 ], "relative wind angle": [ - 0.0064165672587574215, + 0.006416567258826632, 0.02139813732020525, - 0.037610720943220856, - 0.03219347104242263, - 0.006921796999187849, + 0.03761072094322677, + 0.032193471042422636, + 0.00692179699918785, 0.02278930972902219, 0.038114547619746204, - 0.030803701692765556 + 0.030803701692765553 ], "resistance": [ - 49899.1143237522, + 49899.114323751586, 49472.08043241528, - 48185.56449889387, + 48185.56449889383, 46900.244777961634, 46357.98272276475, 46535.73228264541, @@ -395098,9 +283775,9 @@ 48955.11540810799 ], "fuel": [ - 39.712915556650756, + 39.71291555665056, 39.567540553007255, - 39.1336739089018, + 39.133673908901784, 38.70636088213715, 38.527926113406224, 38.58629518659063, @@ -395138,7 +283815,7 @@ ], "ice resistance": 65650.86410529762, "wind resistance": [ - 1736.305217251862, + 1736.3052172517746, 2091.3687980194227, 850.2010645056544, -847.5356161108721, @@ -395148,7 +283825,7 @@ 212.32125771152278 ], "relative wind speed": [ - 7.660188132400656, + 7.6601881324006555, 7.697575464612064, 7.545141618820615, 7.2848502085981295, @@ -395158,17 +283835,17 @@ 7.452714597993019 ], "relative wind angle": [ - 0.023262230196856346, + 0.02326223019686589, 0.010915289522431029, - 0.039373070410902884, - 0.04613947391747038, - 0.02521747367272067, + 0.03937307041090289, + 0.046139473917470385, + 0.025217473672720668, 0.011959315361057253, 0.041324243461800844, 0.04509951852601207 ], "resistance": [ - 67387.16932254948, + 67387.1693225494, 67742.23290331704, 66501.06516980327, 64803.328489186744, @@ -395178,7 +283855,7 @@ 65863.18536300914 ], "fuel": [ - 46.24927038708678, + 46.24927038708675, 46.39376658353547, 45.89070884605107, 45.21188218891088, @@ -395218,17 +283895,17 @@ ], "ice resistance": 62345.35010212618, "wind resistance": [ - 1869.6812248539609, + 1869.681224853477, 1291.717269508954, - -84.60934980484308, + -84.60934980489037, -1387.07193620408, -1864.0097138817837, -1623.3752923323627, - -485.90844106148506, + -485.90844106146324, 956.5651086460384 ], "relative wind speed": [ - 7.655058472527718, + 7.655058472527716, 7.593652960538184, 7.398736857125965, 7.179482211742956, @@ -395238,33 +283915,33 @@ 7.5499581362270645 ], "relative wind angle": [ - 0.004151676125223062, - 0.0244081521719102, - 0.03973013672587138, + 0.004151676125276545, + 0.024408152171910197, + 0.03973013672587697, 0.03207941420532414, 0.0044969480616439805, - 0.025983873891165275, - 0.040074322642259526, + 0.025983873891165278, + 0.04007432264225676, 0.03050477850094895 ], "resistance": [ - 64215.03132698014, + 64215.03132697966, 63637.06737163514, - 62260.74075232134, + 62260.74075232129, 60958.27816592211, 60481.340388244396, 60721.97480979382, - 61859.4416610647, + 61859.44166106472, 63301.91521077222 ], "fuel": [ - 44.97915835346278, + 44.979158353462594, 44.75177631886124, - 44.21530752623139, + 44.21530752623137, 43.714121091114436, 43.532174820049434, 43.62386828694193, - 44.06021516333281, + 44.06021516333283, 44.62049045293196 ] }, @@ -395298,19 +283975,19 @@ ], "ice resistance": 22317.909324039487, "wind resistance": [ - 1879.3256629340467, + 1879.325662933792, 561.0927714843565, - -1049.2289922831587, + -1049.2289922831842, -2024.689704790293, -2047.3108230227735, -1133.5671920904497, - 463.6258901788242, + 463.6258901787987, 1825.0997647394834 ], "relative wind speed": [ - 7.671755672286166, + 7.6717556722861655, 7.501510247846057, - 7.247880295948818, + 7.247880295948817, 7.0586496192670625, 7.052433207486376, 7.233256060915592, @@ -395318,33 +283995,33 @@ 7.666036446152112 ], "relative wind angle": [ - 0.015623725310383954, - 0.04050211833818517, - 0.04274307256707642, + 0.015623725310412378, + 0.04050211833818518, + 0.042743072567079016, 0.019019128292433917, 0.01699587843132439, - 0.042005057369680854, - 0.04137504341346781, + 0.04200505736968086, + 0.0413750434134705, 0.017512065296823018 ], "resistance": [ - 24197.234986973534, + 24197.23498697328, 22879.002095523843, - 21268.680331756328, + 21268.680331756303, 20293.219619249194, 20270.598501016713, 21184.342131949037, - 22781.53521421831, + 22781.535214218286, 24143.00908877897 ], "fuel": [ - 32.17185010589979, + 32.17185010589973, 31.85134332025759, - 31.46859397031927, + 31.468593970319258, 31.241434430936067, 31.236208564691594, 31.448813958711675, - 31.82790256302169, + 31.827902563021688, 32.158538441035304 ] }, @@ -395378,54 +284055,54 @@ ], "ice resistance": 22636.908071818685, "wind resistance": [ - 1771.14069930989, + 1771.1406993097225, 618.1747553606219, - -865.657264580932, + -865.6572645809392, -1824.5805930576425, -1895.9360144016282, -1132.4040154579452, - 309.95398678831043, - 1599.895924346074 + 309.9539867883068, + 1599.895924346023 ], "relative wind speed": [ - 7.650731769849843, + 7.650731769849842, 7.504544756233271, - 7.273769459836524, + 7.273769459836523, 7.092255922063834, 7.072681308801597, 7.2276085610492835, 7.459812018758292, - 7.632589563576156 + 7.632589563576157 ], "relative wind angle": [ - 0.012168153026279535, + 0.012168153026297784, 0.03601459852944754, 0.03974892367065474, - 0.01953824145481669, - 0.013162711816211108, - 0.03739518126837796, - 0.038757109955919765, - 0.01815491364575969 + 0.019538241454816693, + 0.013162711816211106, + 0.03739518126837795, + 0.03875710995591977, + 0.018154913645765807 ], "resistance": [ - 24408.048771128575, + 24408.048771128408, 23255.082827179307, - 21771.250807237753, + 21771.250807237746, 20812.327478761043, 20740.972057417057, 21504.50405636074, - 22946.862058606996, - 24236.80399616476 + 22946.862058606992, + 24236.80399616471 ], "fuel": [ - 32.22370576134547, + 32.22370576134543, 31.94212197388999, 31.5870116440336, 31.361880457322368, 31.345264769291187, 31.524042666725308, 31.867684495432194, - 32.181570623989344 + 32.18157062398933 ] }, { @@ -395458,53 +284135,53 @@ ], "ice resistance": 22375.24426890146, "wind resistance": [ - 1878.8003350251784, + 1878.8003350247527, 946.7675096435305, - -508.4364708852554, + -508.43647088525904, -1645.3085862127155, -1879.2495134953242, -1384.285403912043, - -65.17538296330531, + -65.17538296326529, 1316.9831003932086 ], "relative wind speed": [ - 7.657013336947454, + 7.657013336947452, 7.5490941143763, - 7.331980865653579, + 7.331980865653578, 7.1295036621405234, 7.065388357904125, 7.180581030981227, - 7.40213634539976, + 7.402136345399759, 7.59735107927251 ], "relative wind angle": [ - 0.004584839375299637, + 0.004584839375348068, 0.03100168198464735, - 0.040356920996211784, + 0.04035692099621179, 0.02586017613194656, 0.004968756977927898, - 0.03259326262354599, - 0.03997422399118116, + 0.032593262623546, + 0.039974223991175596, 0.02426737490131467 ], "resistance": [ - 24254.04460392664, + 24254.044603926213, 23322.01177854499, - 21866.807798016205, + 21866.8077980162, 20729.935682688745, 20495.994755406136, 20990.958864989418, - 22310.068885938155, + 22310.068885938195, 23692.22736929467 ], "fuel": [ - 32.18580777189763, + 32.18580777189753, 31.958332500028128, - 31.609633504662877, + 31.609633504662867, 31.34269655179799, 31.288363999586704, 31.403559305595493, - 31.715014098705613, + 31.715014098705623, 32.048301667179416 ] }, @@ -395538,53 +284215,53 @@ ], "ice resistance": 27286.789441891524, "wind resistance": [ - 1761.61559680985, + 1761.6155968096755, 831.8926457529924, - -556.8728543352481, + -556.8728543352772, -1601.5840992817066, - -1791.0872605990298, + -1791.0872605991535, -1267.0595818096153, - 11.400911826964148, + 11.40091182692413, 1306.3287753830737 ], "relative wind speed": [ - 7.640966281424896, + 7.640966281424895, 7.530594997519721, - 7.321472306812067, + 7.321472306812066, 7.1334458352394705, - 7.081543084673316, + 7.081543084673317, 7.198802480780233, - 7.411387281375913, + 7.411387281375914, 7.592533746363023 ], "relative wind angle": [ - 0.005888024248217365, + 0.00588802424823622, 0.03049399725064736, - 0.03821429760797298, + 0.038214297607975886, 0.023269533803132725, - 0.0063531686388378986, + 0.006353168638855373, 0.03189993077016731, - 0.03775045991174837, + 0.037750459911754256, 0.021862293593828394 ], "resistance": [ - 29048.405038701374, + 29048.4050387012, 28118.682087644516, - 26729.916587556276, + 26729.916587556247, 25685.205342609817, - 25495.702181292494, + 25495.70218129237, 26019.72986008191, - 27298.190353718488, + 27298.190353718448, 28593.118217274598 ], "fuel": [ - 33.407016110485884, + 33.407016110485834, 33.16351430302167, 32.80577619717317, 32.54139448649589, - 32.49387268496054, + 32.49387268496051, 32.62560951526484, - 32.95129279698417, + 32.95129279698416, 33.28737100301872 ] }, @@ -395618,51 +284295,51 @@ ], "ice resistance": 32319.595619717013, "wind resistance": [ - 2555.7402081074106, + 2555.7402081048895, 1454.5818624827334, - -443.4595248574733, + -443.4595248574806, -2042.916840308506, - -2448.7125412731984, + -2448.7125412722926, -1951.6000459241586, -288.70399513547454, 1584.1562080084295 ], "relative wind speed": [ - 7.754842545155129, + 7.754842545155128, 7.636227861793453, - 7.359371314681261, + 7.35937131468126, 7.079170990108237, - 6.967412015630277, + 6.967412015630276, 7.097213336124722, 7.383905941190194, 7.652957022517975 ], "relative wind angle": [ - 0.0015841524350412473, + 0.00158415243532158, 0.03760410212894169, 0.05352411895758339, 0.038108659522118754, - 0.0017631875225024806, + 0.0017631875223765468, 0.04046153833228071, 0.05334610430211659, - 0.035250202903626994 + 0.03525020290362699 ], "resistance": [ - 34875.33582782443, + 34875.3358278219, 33774.177482199746, - 31876.13609485954, + 31876.136094859532, 30276.678779408507, - 29870.883078443814, + 29870.88307844472, 30367.995573792854, 32030.891624581538, 33903.75182772544 ], "fuel": [ - 35.00638529875191, + 35.00638529875119, 34.69445879924847, 34.16738947202292, 33.73364225907806, - 33.62511091366964, + 33.62511091366988, 33.75814968289152, 34.209861777738205, 34.73092926018383 @@ -395698,54 +284375,54 @@ ], "ice resistance": 35052.27924602612, "wind resistance": [ - 1820.847870780668, + 1820.8478707802133, 1272.3177089640012, - -68.27964470987354, + -68.279644709899, -1345.566165965105, -1822.2016269168853, -1593.8740001722072, -490.0290711118578, - 920.1489758060598 + 920.1489758060852 ], "relative wind speed": [ - 7.64794196961245, + 7.647941969612449, 7.5896099938884305, - 7.400070107495813, + 7.400070107495812, 7.185533535196913, 7.074443764061808, 7.136987535515347, 7.333330303864642, - 7.543664809361106 + 7.543664809361105 ], "relative wind angle": [ - 0.004366575770245947, + 0.004366575770296798, 0.02360687635193268, - 0.03875961509303848, + 0.038759615093041336, 0.03150994562316277, - 0.004720559964063369, + 0.00472055996406337, 0.025104312151638053, 0.03911254110764281, - 0.030013567998182077 + 0.030013567998178378 ], "resistance": [ - 36873.12711680679, + 36873.12711680633, 36324.59695499012, - 34983.999601316245, + 34983.999601316216, 33706.71308006102, 33230.07761910923, 33458.40524585391, 34562.25017491426, - 35972.428221832175 + 35972.428221832204 ], "fuel": [ - 35.58382073501495, + 35.58382073501481, 35.423796219544826, - 35.03741121312402, + 35.03741121312401, 34.67549475830873, 34.54199646405996, 34.60584205271134, 34.91723808001585, - 35.321647026437205 + 35.32164702643721 ] }, { @@ -395778,51 +284455,51 @@ ], "ice resistance": 34177.12037171055, "wind resistance": [ - 2201.023473775902, + 2201.0234737754654, 1510.41539709676, - -103.91890000989588, + -103.91890000993953, -1624.1060195630234, - -2175.1330587038174, + -2175.13305870397, -1887.067688324747, -550.0156980950233, 1137.3736245385226 ], "relative wind speed": [ - 7.705670611504863, + 7.705670611504861, 7.632836970282537, - 7.404505259826908, + 7.404505259826907, 7.147597659640022, - 7.016733723573804, + 7.016733723573805, 7.095893989176819, 7.333840302170704, 7.584441931774289 ], "relative wind angle": [ - 0.004590290918270347, + 0.004590290918318719, 0.02863908867386943, - 0.04653880243047143, + 0.046538802430476214, 0.03758650562967745, - 0.005040991551175711, + 0.005040991551197735, 0.030806856812477936, - 0.04698755413333916, - 0.03542068640358832 + 0.04698755413333917, + 0.035420686403588315 ], "resistance": [ - 36378.143845486455, + 36378.14384548602, 35687.53576880731, - 34073.20147170065, + 34073.20147170061, 32553.01435214753, - 32001.987313006735, + 32001.987313006583, 32290.052683385806, 33627.104673615526, 35314.493996249075 ], "fuel": [ - 35.43936831789796, + 35.43936831789783, 35.23934949874939, - 34.77871743773615, + 34.77871743773614, 34.353814715644376, - 34.20192228676808, + 34.20192228676804, 34.281187525520785, 34.65313885765197, 35.13204471886809 @@ -395858,9 +284535,9 @@ ], "ice resistance": 41763.64545008651, "wind resistance": [ - 1637.4342194779165, + 1637.4342194777892, 1678.2892856573453, - 492.6430509719212, + 492.64305097187025, -952.1907195187305, -1823.0275036924286, -1840.0481567784627, @@ -395868,7 +284545,7 @@ 419.09196796143806 ], "relative wind speed": [ - 7.634982042101536, + 7.6349820421015355, 7.6393135720602405, 7.485501610212919, 7.2578632311267, @@ -395878,19 +284555,19 @@ 7.47482490806952 ], "relative wind angle": [ - 0.015640129406203657, + 0.015640129406217857, 0.014210900334188165, - 0.036469401101021266, + 0.03646940110102735, 0.03823340271707483, 0.016844359005445262, 0.015323841815508723, 0.03767095642462945, - 0.037123135512500835 + 0.03712313551250084 ], "resistance": [ - 43401.079669564424, + 43401.07966956429, 43441.93473574385, - 42256.28850105843, + 42256.28850105838, 40811.45473056778, 39940.61794639408, 39923.59729330805, @@ -395898,9 +284575,9 @@ 42182.737418047946 ], "fuel": [ - 37.57418867357471, + 37.57418867357467, 37.58714466024033, - 37.213677032405684, + 37.21367703240566, 36.76563883937138, 36.49934709925836, 36.49417049797056, @@ -395938,53 +284615,53 @@ ], "ice resistance": 54526.67265297824, "wind resistance": [ - 1423.1615661413744, + 1423.161566141247, 1216.2784611783572, - 172.60471961704752, + 172.60471961701114, -954.4381520453244, -1513.04066215465, -1427.0559828920632, - -631.0948123032103, + -631.0948123032176, 546.0993707884882 ], "relative wind speed": [ - 7.592661404718757, + 7.592661404718755, 7.570525374909145, - 7.428274226309522, + 7.428274226309521, 7.245519282291258, 7.130121869709926, 7.153620805681436, - 7.301225041208306, + 7.301225041208305, 7.4826195555812625 ], "relative wind angle": [ - 0.008370804401504258, - 0.015666354801859125, - 0.031139908325777642, + 0.008370804401517521, + 0.015666354801859128, + 0.03113990832578121, 0.028777528440359624, - 0.008913842441131498, + 0.0089138424411315, 0.016579452812353526, - 0.03168195611313761, + 0.031681956113137615, 0.02786542068104622 ], "resistance": [ - 55949.83421911961, + 55949.83421911948, 55742.951114156596, - 54699.27737259529, + 54699.27737259525, 53572.234500932915, 53013.63199082359, 53099.61667008618, - 53895.57784067503, + 53895.57784067502, 55072.77202376672 ], "fuel": [ - 41.84568345120664, + 41.84568345120659, 41.770511590961235, - 41.39371658295941, + 41.3937165829594, 40.99137477317249, 40.79371174995557, 40.824062055696075, - 41.106321264657126, + 41.10632126465712, 41.52809274949172 ] }, @@ -396018,19 +284695,19 @@ ], "ice resistance": 56647.525414077194, "wind resistance": [ - 1401.512669516298, + 1401.5126695151157, 933.8634609469882, - -104.95621079448028, + -104.95621079448392, -1068.9692161248022, -1399.560133539926, -1205.4175335576656, - -337.0441882569794, + -337.0441882569503, 740.3855477715915 ], "relative wind speed": [ - 7.5815396495776595, + 7.581539649577659, 7.531293396033079, - 7.382756225204349, + 7.382756225204348, 7.220218730610014, 7.140740128003868, 7.193714813409784, @@ -396038,33 +284715,33 @@ 7.505887989835124 ], "relative wind angle": [ - 0.0024201756149371443, - 0.01897161163976424, + 0.002420175615074765, + 0.018971611639764244, 0.029857845807830727, 0.02338384611902713, - 0.0025695739286343234, - 0.019862004622946534, - 0.03000697835125426, + 0.002569573928634323, + 0.019862004622946537, + 0.030006978351250557, 0.022493718905607495 ], "resistance": [ - 58049.03808359349, + 58049.03808359231, 57581.38887502418, - 56542.569203282714, + 56542.56920328271, 55578.55619795239, 55247.96528053727, 55442.10788051953, - 56310.481225820215, + 56310.481225820244, 57387.910961848786 ], "fuel": [ - 42.617444841396406, + 42.61744484139597, 42.44409646978831, 42.06193805737332, 41.71089155499064, 41.59130274728604, 41.661483104054085, - 41.97710689053735, + 41.97710689053736, 42.37261599558674 ] }, @@ -396085,68 +284762,7 @@ "id": "6650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 62087.652049908305, - "wind resistance": [ - 1793.2075001156918, - 1055.5056074448476, - -273.15896508236256, - -1422.2288037333165, - -1727.6608309394505, - -1419.9256715859701, - -269.24629368392925, - 1058.7719542435043 - ], - "relative wind speed": [ - 7.638036811980962, - 7.559252071277904, - 7.366014393327543, - 7.1677552598131, - 7.08419720107102, - 7.168205106420957, - 7.366633442905262, - 7.5596786214931395 - ], - "relative wind angle": [ - 4.055278949267273e-05, - 0.025935485535222354, - 0.037603113729567816, - 0.02729126841087594, - 4.372319376895699e-05, - 0.027350687383195342, - 0.037599952289761415, - 0.025876057602073243 - ], - "resistance": [ - 63880.859550024, - 63143.15765735315, - 61814.49308482594, - 60665.42324617499, - 60359.991218968855, - 60667.72637832233, - 61818.405756224376, - 63146.424004151806 - ], - "fuel": [ - 44.847537233912746, - 44.55844780217478, - 44.04288094785889, - 43.60230001092233, - 43.486016586134824, - 43.60317817309718, - 44.04438955319145, - 44.55972334965755 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-66.09375 -60, -66.09375 -59.84375, -65.9375 -59.84375, -65.9375 -60, -66.09375 -60))", @@ -396165,68 +284781,7 @@ "id": "6651", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64944.60357084262, - "wind resistance": [ - 1851.5300874181266, - 913.286027010181, - -529.1988994289677, - -1641.8562149379577, - -1861.7996371375884, - -1352.7723655240334, - -38.2495335823005, - 1323.29543506982 - ], - "relative wind speed": [ - 7.653537358254702, - 7.543963504810155, - 7.3280700319011105, - 7.129175100753316, - 7.068902318583403, - 7.185723952530228, - 7.4057682715182915, - 7.597425647327726 - ], - "relative wind angle": [ - 0.005079991998281152, - 0.031048977086790493, - 0.039901254330527394, - 0.025140263238381044, - 0.005500137870249655, - 0.0325974389313718, - 0.03948240815162842, - 0.023590501706531646 - ], - "resistance": [ - 66796.13365826075, - 65857.8895978528, - 64415.40467141365, - 63302.74735590466, - 63082.80393370503, - 63591.83120531859, - 64906.35403726032, - 66267.89900591245 - ], - "fuel": [ - 46.0097836740729, - 45.63227821936857, - 45.05827920941801, - 44.62081590337304, - 44.534886095267986, - 44.73403199930701, - 45.25277046732817, - 45.79684384250253 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.9375 -59.84375, -65.9375 -59.6875, -65.78125 -59.6875, -65.78125 -59.84375, -65.9375 -59.84375))", @@ -396258,51 +284813,51 @@ ], "ice resistance": 65434.670188379125, "wind resistance": [ - 1665.876363744148, + 1665.8763637435477, 753.0305461923454, - -575.2574629409391, + -575.2574629409719, -1550.6740363278623, - -1711.985939762806, + -1711.9859397625805, -1180.3891076496257, 53.949514458119666, 1278.1580680557781 ], "relative wind speed": [ - 7.627260613490962, + 7.627260613490961, 7.517298547883521, - 7.316155633569192, + 7.316155633569191, 7.1394642771676615, - 7.095310705119774, + 7.095310705119773, 7.211709992109089, 7.415686429029449, 7.585946763809024 ], "relative wind angle": [ - 0.006528979678554719, - 0.029707781935168, - 0.03636331538046607, + 0.006528979678622739, + 0.029707781935167998, + 0.03636331538046912, 0.021412848864163742, - 0.007018478352517013, + 0.007018478352485376, 0.030967012013404387, 0.03587504854067628, - 0.020152386955119613 + 0.02015238695511961 ], "resistance": [ - 67100.54655212327, + 67100.54655212267, 66187.70073457147, - 64859.41272543819, + 64859.41272543815, 63883.99615205126, - 63722.68424861632, + 63722.68424861654, 64254.2810807295, 65488.61970283724, 66712.8282564349 ], "fuel": [ - 46.13296896168088, + 46.13296896168064, 45.764605422200404, - 45.234135729668, + 45.23413572966798, 44.848770723800286, - 44.78538120285198, + 44.78538120285207, 44.99464502668062, 45.4845996216335, 45.97613297473133 @@ -396338,19 +284893,19 @@ ], "ice resistance": 60875.248325573564, "wind resistance": [ - 1519.5076094034193, + 1519.5076094032884, 624.5433639704606, - -614.2243027594704, + -614.2243027594741, -1480.0269314844663, -1593.914927039561, -1042.064178706758, - 130.3180164944024, + 130.3180164944315, 1245.6074659115366 ], "relative wind speed": [ - 7.606555846404167, + 7.6065558464041665, 7.495945686312586, - 7.306335817516213, + 7.306335817516212, 7.147294485149057, 7.116149912436023, 7.232570752407498, @@ -396358,33 +284913,33 @@ 7.577299186602474 ], "relative wind angle": [ - 0.0077430232877784945, + 0.007743023287792833, 0.02869101847312046, 0.033567698863232166, - 0.01843370576207421, + 0.018433705762074214, 0.0082766416808485, 0.02973610799982975, - 0.03303519525723456, - 0.017387501450108495 + 0.0330351952572312, + 0.0173875014501085 ], "resistance": [ - 62394.75593497699, + 62394.755934976856, 61499.79168954403, 60261.02402281409, 59395.221394089094, 59281.333398534, 59833.184146866806, - 61005.56634206796, + 61005.56634206799, 62120.8557914851 ], "fuel": [ - 44.267234617412434, + 44.267234617412385, 43.9217283541457, 43.448412470327334, 43.12099147562398, 43.07812998573491, 43.286267438499216, - 43.732207107674526, + 43.73220710767454, 44.1611773471495 ] }, @@ -396405,68 +284960,7 @@ "id": "6654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 74403.55737204012, - "wind resistance": [ - 1585.0935400250346, - 501.87649120928836, - -849.5652401595289, - -1688.9466768038765, - -1725.7536733578672, - -987.4800415462596, - 342.539883045607, - 1496.6729830237455 - ], - "relative wind speed": [ - 7.6226778539755005, - 7.483168465877331, - 7.271465120485374, - 7.1108485717408705, - 7.1007665933800315, - 7.247640553342136, - 7.460020032192609, - 7.613273702483132 - ], - "relative wind angle": [ - 0.012376110858987889, - 0.03358096425743495, - 0.0358982877422449, - 0.016571572356950122, - 0.013285815268176742, - 0.034672681678949824, - 0.034990569247998024, - 0.015477869021970389 - ], - "resistance": [ - 75988.65091206515, - 74905.4338632494, - 73553.99213188059, - 72714.61069523625, - 72677.80369868226, - 73416.07733049386, - 74746.09725508573, - 75900.23035506386 - ], - "fuel": [ - 49.88168731510437, - 49.40909139698221, - 48.82559362203357, - 48.46660411648997, - 48.45092237674673, - 48.766429759107616, - 49.33994290739957, - 49.842946727005305 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65.78125 -60, -65.78125 -59.84375, -65.625 -59.84375, -65.625 -60, -65.78125 -60))", @@ -396498,9 +284992,9 @@ ], "ice resistance": 58796.79849987212, "wind resistance": [ - 1192.5244917289347, + 1192.52449172892, 325.14687996465, - -717.4807113258103, + -717.4807113258394, -1331.5034856841994, -1332.6078364690438, -721.6422648009138, @@ -396508,7 +285002,7 @@ 1189.8649597860822 ], "relative wind speed": [ - 7.560547321621404, + 7.560547321621402, 7.446484102201264, 7.281828548286354, 7.16290235641445, @@ -396520,17 +285014,17 @@ "relative wind angle": [ 0.010847010818244726, 0.026685860658857783, - 0.027329718018148326, - 0.011548062831926605, + 0.02732971801815239, + 0.011548062831926604, 0.011449684683431072, 0.027292108842602386, 0.026727774889609236, 0.010941083911543078 ], "resistance": [ - 59989.32299160106, + 59989.322991601046, 59121.945379836776, - 58079.31778854631, + 58079.31778854628, 57465.29501418793, 57464.190663403075, 58075.156235071205, @@ -396538,9 +285032,9 @@ 59986.6634596582 ], "fuel": [ - 43.34536283921278, + 43.345362839212775, 43.0182257035903, - 42.628696984357084, + 42.62869698435707, 42.40118884279573, 42.40078092186546, 42.6271503207419, @@ -396578,53 +285072,53 @@ ], "ice resistance": 63979.21035194216, "wind resistance": [ - 1772.0999595555004, + 1772.0999595521644, 1003.6662893499488, - -325.67787668347955, + -325.677876683505, -1445.3840259712488, -1726.0970857157954, -1379.4599419856531, - -213.6787348150283, + -213.67873481500646, 1097.1605343643605 ], "relative wind speed": [ - 7.63631407527259, + 7.6363140752725895, 7.552109436144828, 7.35739939311862, 7.162733806931954, 7.085930618128833, 7.1756078798687275, - 7.375118951669843, + 7.375118951669842, 7.564320841435535 ], "relative wind angle": [ - 0.0011610274609718232, + 0.00116102746135432, 0.026599581832694334, - 0.037412150748154314, - 0.026294791984736228, + 0.037412150748157284, + 0.026294791984736225, 0.0012512076596435104, 0.02799560792924565, - 0.03732222200928596, + 0.037322222009282986, 0.024898514429573325 ], "resistance": [ - 65751.31031149765, + 65751.31031149432, 64982.87664129211, - 63653.532475258675, + 63653.53247525865, 62533.826325970906, 62253.11326622636, 62599.750409956505, - 63765.531617127126, + 63765.531617127155, 65076.37088630652 ], "fuel": [ - 45.58960288905388, + 45.58960288905255, 45.28316594887062, 44.758236803615624, 44.321191117967146, 44.21235410126503, 44.34679347322472, - 44.802209165980685, + 44.802209165980706, 45.32033229630961 ] }, @@ -396658,19 +285152,19 @@ ], "ice resistance": 69157.8163229306, "wind resistance": [ - 1882.3080626489573, + 1882.3080626476512, 1031.328360178988, - -393.0593141620775, + -393.0593141620848, -1566.1825586950836, -1845.318573349923, -1439.015694148893, - -177.09738208100316, + -177.097382081025, 1211.6901140325353 ], "relative wind speed": [ - 7.654433216700931, + 7.65443321670093, 7.559602643524143, - 7.349868293432863, + 7.349868293432862, 7.144300804516119, 7.067840584244644, 7.169178911510928, @@ -396678,33 +285172,33 @@ 7.5831183828172275 ], "relative wind angle": [ - 0.002234401257786723, + 0.0022344012579357865, 0.02903815507181297, 0.03991568217056711, - 0.027339696560230747, - 0.002419844854148954, + 0.02733969656023075, + 0.0024198448541489534, 0.030620015130441096, - 0.03973082444805368, + 0.03973082444805647, 0.025757250630697504 ], "resistance": [ - 71040.12438557955, + 71040.12438557824, 70189.14468310958, - 68764.75700876852, + 68764.7570087685, 67591.6337642355, 67312.49774958067, 67718.8006287817, - 68980.71894084959, + 68980.71894084956, 70369.50643696313 ], "fuel": [ - 47.75828587790034, + 47.758285877899795, 47.40231460169901, - 46.81251238033042, + 46.81251238033041, 46.332421671240716, 46.21894184669957, 46.38421615876303, - 46.90145110162216, + 46.90145110162214, 47.47753625646099 ] }, @@ -396738,50 +285232,50 @@ ], "ice resistance": 70173.68346211224, "wind resistance": [ - 1484.6168067504113, + 1484.6168067501058, 648.0552257881609, - -547.4477094716494, - -1409.6462825644703, + -547.4477094716785, + -1409.6462825645103, -1541.5872681419605, -1043.5678376986252, 74.98280571700889, 1167.16933681081 ], "relative wind speed": [ - 7.599563901683001, + 7.599563901682999, 7.497558128869099, 7.31576930040271, - 7.159060132190102, + 7.159060132190103, 7.122999675160333, 7.230291693446846, 7.414176650942624, 7.565603339574696 ], "relative wind angle": [ - 0.006477976183052407, + 0.006477976183086685, 0.02711950571916331, - 0.032577517390491, - 0.0186745131764343, + 0.032577517390494415, + 0.018674513176440245, 0.006911391803569826, - 0.028122233021501283, + 0.02812223302150128, 0.0321449704704258, - 0.017670917175085656 + 0.017670917175085652 ], "resistance": [ - 71658.30026886266, + 71658.30026886234, 70821.7386879004, - 69626.23575264058, - 68764.03717954777, + 69626.23575264055, + 68764.03717954773, 68632.09619397028, 69130.11562441362, 70248.66626782925, 71340.85279892305 ], "fuel": [ - 48.01856326858521, + 48.018563268585076, 47.66667645065461, - 47.16832629164787, - 46.81221622619264, + 47.16832629164786, + 46.812216226192625, 46.757965264844195, 46.96307808186684, 47.42712528578372, @@ -396818,9 +285312,9 @@ ], "ice resistance": 51433.708237422485, "wind resistance": [ - 1544.1880965729288, + 1544.1880965726014, 699.7984193149532, - -532.4302058888497, + -532.4302058888788, -1439.0818978323223, -1590.0253128185504, -1099.6688056570565, @@ -396828,9 +285322,9 @@ 1181.112687769677 ], "relative wind speed": [ - 7.608025393852901, + 7.6080253938529, 7.50618383170744, - 7.3196336933102, + 7.319633693310199, 7.155761257092078, 7.114491949472253, 7.221859205026771, @@ -396838,19 +285332,19 @@ 7.569222346061456 ], "relative wind angle": [ - 0.005999525856953878, + 0.0059995258569908875, 0.027549993167070085, - 0.033720026553533275, + 0.03372002655353657, 0.01987598055210277, - 0.006415719450381912, + 0.006415719450381911, 0.028634927441781192, 0.033304735441688375, 0.018790143797657286 ], "resistance": [ - 52977.89633399541, + 52977.896333995086, 52133.50665673744, - 50901.278031533635, + 50901.278031533606, 49994.62633959016, 49843.682924603934, 50334.03943176543, @@ -396858,9 +285352,9 @@ 52614.820925192165 ], "fuel": [ - 40.781106106008494, + 40.78110610600838, 40.48463290588218, - 40.056746619109234, + 40.05674661910923, 39.74552353764044, 39.69400674023309, 39.86167445178429, @@ -396898,54 +285392,54 @@ ], "ice resistance": 25358.22234181597, "wind resistance": [ - 2587.635379253359, + 2587.63537925333, -984.6483259437045, - -3848.309559801728, + -3848.30955980175, -4508.167872625072, -3364.982887796039, -170.8259223605346, 3275.2225882038583, - 4836.783614680808 + 4836.783614681062 ], "relative wind speed": [ - 7.856030589089041, + 7.85603058908904, 7.3330321025852125, 6.811104475961819, 6.625328030379645, 6.909925173109628, 7.462635104112455, 7.94185987865624, - 8.097487944081339 + 8.097487944081337 ], "relative wind angle": [ - 0.07218023034611898, + 0.07218023034612206, 0.10055198704266446, - 0.06971587702440778, + 0.06971587702441097, 0.00982981875600189, 0.08208403846091762, 0.09879995321699757, - 0.059776961126358184, - 0.008042670454328554 + 0.05977696112635819, + 0.008042670454300946 ], "resistance": [ - 27945.85772106933, + 27945.8577210693, 24373.574015872266, - 21509.912782014242, + 21509.91278201422, 20850.054469190898, 21993.23945401993, 25187.396419455436, 28633.44493001983, - 30195.005956496778 + 30195.005956497032 ], "fuel": [ - 33.11860474932949, + 33.11860474932948, 32.215214402665026, - 31.525316835632793, + 31.52531683563279, 31.37067314944222, 31.63961675435093, 32.41684424475902, 33.29793735102663, - 33.711749352088304 + 33.71174935208838 ] }, { @@ -396965,68 +285459,7 @@ "id": "6661", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 23645.88720113102, - "wind resistance": [ - 1045.0278916042444, - -2565.8321135575825, - -4572.820162462056, - -4451.859488216094, - -2131.796504360278, - 1548.2711183334468, - 4516.846534170309, - 4231.2599860872 - ], - "relative wind speed": [ - 7.649121328319693, - 7.065859735190413, - 6.646786029262113, - 6.680981592350141, - 7.143294259672676, - 7.720708269209677, - 8.084302410031048, - 8.056065723311 - ], - "relative wind angle": [ - 0.09416171085656892, - 0.09755738222870002, - 0.038241208831756184, - 0.04924246512690577, - 0.10085137825485839, - 0.0892597650674876, - 0.03143883528771251, - 0.04083214729323235 - ], - "resistance": [ - 24690.915092735264, - 21080.055087573437, - 19073.067038668964, - 19194.027712914925, - 21514.09069677074, - 25194.158319464466, - 28162.733735301328, - 27877.14718721822 - ], - "fuel": [ - 32.29354460456972, - 31.42439190219867, - 30.9622768036145, - 30.989703915701124, - 31.52630112887844, - 32.41852987337289, - 33.17497918973193, - 33.10078074029856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -55.3125, -65 -55.15625, -64.84375 -55.15625, -64.84375 -55.3125, -65 -55.3125))", @@ -397045,68 +285478,7 @@ "id": "6662", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 19882.50506669638, - "wind resistance": [ - 2081.207015873726, - -1482.4095975240598, - -4061.1055290416152, - -4473.19528787538, - -2966.8209615078777, - 360.78641625822274, - 3637.7216871419478, - 4612.188837248643 - ], - "relative wind speed": [ - 7.7879234629323815, - 7.249234390711423, - 6.76184289936646, - 6.645703687413321, - 6.985136088185748, - 7.542710307541606, - 7.982565918253039, - 8.079511156875059 - ], - "relative wind angle": [ - 0.07857168319523258, - 0.09907574875223, - 0.05960179698515926, - 0.022186494440338746, - 0.08762374346233726, - 0.09520892564745563, - 0.05047882194708207, - 0.018248747010371415 - ], - "resistance": [ - 21963.712082570106, - 18400.09546917232, - 15821.399537654765, - 15409.309778821, - 16915.684105188502, - 20243.291482954603, - 23520.226753838328, - 24494.693903945023 - ], - "fuel": [ - 31.63260901873654, - 30.81067857672646, - 30.24538431442986, - 30.15734023317912, - 30.482248035834882, - 31.229902711843863, - 32.00643893730084, - 32.2450665518903 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -55.3125, -64.84375 -55.15625, -64.6875 -55.15625, -64.6875 -55.3125, -64.84375 -55.3125))", @@ -397125,68 +285497,7 @@ "id": "6663", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 15186.81198515167, - "wind resistance": [ - 828.6930023477689, - -2628.493313734998, - -4454.9064961365075, - -4256.200625968548, - -1913.7308348089027, - 1657.207283216896, - 4441.873398683307, - 3972.293308180757 - ], - "relative wind speed": [ - 7.612966976206361, - 7.049088744551389, - 6.6613754775973675, - 6.717437118189031, - 7.176378228811042, - 7.730977851164797, - 8.067449870326197, - 8.02082970938406 - ], - "relative wind angle": [ - 0.0925206187650851, - 0.09268446461293245, - 0.03292549630493137, - 0.0509766077730005, - 0.09816691304010018, - 0.08448903296470207, - 0.027185353951109627, - 0.04268733471381586 - ], - "resistance": [ - 16015.504987499438, - 12558.318671416671, - 10731.905489015162, - 10930.611359183122, - 13273.081150342767, - 16844.019268368567, - 19628.685383834978, - 19159.105293332424 - ], - "fuel": [ - 30.287074383922306, - 29.565526821630076, - 29.202291193514906, - 29.241207903419316, - 29.71105756346489, - 30.466599450205713, - 31.088709275959744, - 30.981779874913336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -55.15625, -64.6875 -55, -64.53125 -55, -64.53125 -55.15625, -64.6875 -55.15625))", @@ -397218,9 +285529,9 @@ ], "ice resistance": 14931.184192218185, "wind resistance": [ - -199.2248099755052, + -199.22480997553066, -3537.687842771542, - -4716.213327424142, + -4716.213327424146, -4008.2068136630733, -990.9818481060247, 2752.948868956857, @@ -397228,9 +285539,9 @@ 3422.562850503811 ], "relative wind speed": [ - 7.464653251540838, + 7.464653251540837, 6.884869930577638, - 6.588509179682072, + 6.588509179682071, 6.788309059277583, 7.338519631107237, 7.885016460408524, @@ -397238,19 +285549,19 @@ 7.968298353953334 ], "relative wind angle": [ - 0.1037289701948223, + 0.10372897019482445, 0.0860004287639772, 0.009625017127906409, 0.07397272453466483, 0.10551844134743434, - 0.07506997344450654, - 0.007795920335010039, + 0.07506997344450655, + 0.007795920335010038, 0.06300265281806977 ], "resistance": [ - 14731.95938224268, + 14731.959382242654, 11393.496349446643, - 10214.970864794042, + 10214.970864794039, 10922.977378555111, 13940.20234411216, 17684.13306117504, @@ -397258,9 +285569,9 @@ 18353.747042721996 ], "fuel": [ - 30.013995447119278, + 30.013995447119267, 29.3324340813169, - 29.101737398410418, + 29.101737398410414, 29.239710068132844, 29.848603386385182, 30.651246086738723, @@ -397298,19 +285609,19 @@ ], "ice resistance": 13421.10373754316, "wind resistance": [ - -994.0718194468936, + -994.0718194469227, -3768.7670063814476, -4396.677640538455, -3262.527144223346, -141.3711526671359, 3207.072465779711, - 4693.811413555341, + 4693.811413555464, 2487.027108752529 ], "relative wind speed": [ - 7.32798768742432, + 7.3279876874243195, 6.821919849512199, - 6.645350355560002, + 6.6453503555600015, 6.925216471986982, 7.463754626333337, 7.928962494298115, @@ -397318,33 +285629,33 @@ 7.838903844624891 ], "relative wind angle": [ - 0.0978797206537477, - 0.06720813900159296, - 0.010263592219518392, - 0.08016976301888257, + 0.09787972065375111, + 0.06720813900159298, + 0.010263592219518393, + 0.08016976301888258, 0.09609372020313577, - 0.057813209340630355, - 0.008443775519471135, + 0.05781320934063036, + 0.008443775519457986, 0.07080864387921505 ], "resistance": [ - 12427.031918096267, + 12427.031918096238, 9652.336731161713, 9024.426097004705, 10158.576593319814, 13279.732584876025, 16628.176203322873, - 18114.915151098503, + 18114.915151098627, 15908.13084629569 ], "fuel": [ - 29.539002559452825, + 29.53900255945282, 28.993424249937227, 28.873935515055933, 29.09082777582163, 29.712420770612084, 30.419583862438778, - 30.746945268046446, + 30.746945268046478, 30.263995183519917 ] }, @@ -397365,68 +285676,7 @@ "id": "6666", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 9319.157514670713, - "wind resistance": [ - -951.3552793300369, - -3907.1445315567216, - -4607.345468223601, - -3474.1240325255567, - -222.47104488929472, - 3317.5750918275953, - 4973.920974112047, - 2701.4421778240103 - ], - "relative wind speed": [ - 7.341647619205096, - 6.804104712770641, - 6.606770987211462, - 6.8928057698310905, - 7.457745025657547, - 7.951220641508578, - 8.115930492238126, - 7.874451044465447 - ], - "relative wind angle": [ - 0.10296581678537749, - 0.07242014604058354, - 0.00883240738903009, - 0.08349511636301465, - 0.10135735497970617, - 0.06195762823826886, - 0.007189987273279214, - 0.07306654964010452 - ], - "resistance": [ - 8367.802235340676, - 5412.012983113991, - 4711.812046447112, - 5845.033482145156, - 9096.686469781418, - 12636.732606498308, - 14293.07848878276, - 12020.599692494723 - ], - "fuel": [ - 28.75055204438068, - 28.215007726625466, - 28.092904710772693, - 28.291432037606032, - 28.88761165521386, - 29.581399620926216, - 29.922028405370483, - 29.45729643105051 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.53125 -55.3125, -64.53125 -55.15625, -64.375 -55.15625, -64.375 -55.3125, -64.53125 -55.3125))", @@ -397458,53 +285708,53 @@ ], "ice resistance": 13874.171115059724, "wind resistance": [ - -1666.8608430888526, + -1666.8608430888635, -3971.463772816609, - -4236.80998880406, + -4236.8099888041, -2625.1015262837245, - 602.8195860923879, + 602.8195860923843, 3627.4088062656847, - 4255.417052230518, + 4255.41705223047, 1713.1102397056093 ], "relative wind speed": [ - 7.211032777655101, + 7.211032777655099, 6.767432027460758, - 6.692804383010087, + 6.6928043830100865, 7.040873691987248, - 7.572234369569592, + 7.572234369569593, 7.971172487269712, 8.0339340648818, 7.730706612049708 ], "relative wind angle": [ - 0.09315463475816567, + 0.09315463475816568, 0.05116025842623654, - 0.02709950729708229, - 0.08568217436697317, - 0.08869909913301996, - 0.043429165595048815, - 0.02257485628306128, + 0.027099507297086392, + 0.08568217436697319, + 0.08869909913302121, + 0.04342916559504882, + 0.0225748562830662, 0.07802019152311147 ], "resistance": [ - 12207.310271970871, + 12207.31027197086, 9902.707342243115, - 9637.361126255664, + 9637.361126255624, 11249.069588776, - 14476.990701152112, + 14476.990701152108, 17501.579921325407, - 18129.58816729024, + 18129.588167290196, 15587.281354765333 ], "fuel": [ 29.49475501813417, 29.04147783842096, - 28.990557377853815, + 28.990557377853804, 29.30388463173926, - 29.960479777717815, + 29.960479777717808, 30.610899824257217, - 30.75021707131085, + 30.750217071310846, 30.195286816001506 ] }, @@ -397525,68 +285775,7 @@ "id": "6668", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 34031.37411417236, - "wind resistance": [ - 1643.9632278138124, - -1950.3305074716845, - -4293.751681667687, - -4480.974963289609, - -2623.4529186640866, - 863.674684871683, - 4019.7233492665364, - 4462.084060935813 - ], - "relative wind speed": [ - 7.730145987674381, - 7.171031558997445, - 6.710658257963184, - 6.65781488613119, - 7.0511139677478685, - 7.619033505425087, - 8.027479736614596, - 8.071360859169744 - ], - "relative wind angle": [ - 0.08537009555732995, - 0.09876642686180932, - 0.05081826312487392, - 0.033806272204226856, - 0.09361438613669157, - 0.09294161533288114, - 0.04247656446947772, - 0.027884045921145736 - ], - "resistance": [ - 35675.337341986175, - 32081.043606700674, - 29737.62243250467, - 29550.39915088275, - 31407.921195508272, - 34895.048799044045, - 38051.0974634389, - 38493.45817510817 - ], - "fuel": [ - 35.235832454200064, - 34.223644995698756, - 33.5896035825759, - 33.539829529489765, - 34.039431635103504, - 35.01201052630285, - 35.93125778459061, - 36.063063653645024 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.84375 -55.46875, -64.84375 -55.3125, -64.6875 -55.3125, -64.6875 -55.46875, -64.84375 -55.46875))", @@ -397605,68 +285794,7 @@ "id": "6669", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 28913.767788033943, - "wind resistance": [ - 559.8663595598118, - -2935.717161815901, - -4619.5256161402685, - -4273.446656272659, - -1692.596471990426, - 2001.0573862894998, - 4721.752638735314, - 3904.2743256036883 - ], - "relative wind speed": [ - 7.5773798987009835, - 6.997043795812206, - 6.625754948398178, - 6.723511749114338, - 7.21866512370226, - 7.782492558099814, - 8.100937208815417, - 8.019987659399142 - ], - "relative wind angle": [ - 0.0975251833523877, - 0.09291198854686639, - 0.02720880167526576, - 0.05867160711642049, - 0.10238806976783854, - 0.08351173950399576, - 0.022253164378562017, - 0.04917861927559479 - ], - "resistance": [ - 29473.634147593755, - 25978.050626218042, - 24294.242171893675, - 24640.321131761284, - 27221.171316043517, - 30914.825174323443, - 33635.52042676926, - 32818.04211363763 - ], - "fuel": [ - 33.51945895207405, - 32.615094248587944, - 32.19569124608515, - 32.28103124383048, - 32.93150030854002, - 33.90555599175573, - 34.65550108306594, - 34.427272884926616 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-65 -55.625, -65 -55.46875, -64.84375 -55.46875, -64.84375 -55.625, -65 -55.625))", @@ -397698,19 +285826,19 @@ ], "ice resistance": 59122.210836630074, "wind resistance": [ - 158.282785959178, + 158.28278595915617, -3298.2929442469394, - -4731.946976281113, + -4731.94697628112, -4185.011163435596, - -1333.9984944018033, + -1333.9984944018142, 2435.642184925633, 4989.56025319537, 3697.512943555521 ], "relative wind speed": [ - 7.519812395590812, + 7.519812395590811, 6.93182968228254, - 6.595449708495653, + 6.595449708495652, 6.749975428091166, 7.282093210674246, 7.843863668477155, @@ -397718,27 +285846,27 @@ 8.000893182263756 ], "relative wind angle": [ - 0.10214149434561173, - 0.09052908463369243, - 0.018119971221962704, + 0.1021414943456139, + 0.09052908463369241, + 0.018119971221962707, 0.06785569706008672, - 0.105488061242063, - 0.07997895123578425, + 0.10548806124206407, + 0.07997895123578426, 0.014701791868938725, 0.05723396561685525 ], "resistance": [ - 59280.49362258925, + 59280.49362258923, 55823.917892383135, - 54390.26386034896, + 54390.263860348954, 54937.19967319448, - 57788.212342228275, + 57788.21234222826, 61557.85302155571, 64111.771089825445, 62819.723780185595 ], "fuel": [ - 43.07781411720821, + 43.077814117208206, 41.799912247707226, 41.28293187796827, 41.47925642202312, @@ -397765,68 +285893,7 @@ "id": "6671", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 43710.908686645824, - "wind resistance": [ - -227.67635701592735, - -3677.9917025946124, - -4879.785868873096, - -4130.468809208094, - -988.698916392168, - 2890.562637844243, - 5304.783802520418, - 3534.697787412708 - ], - "relative wind speed": [ - 7.465333236366776, - 6.864216257248732, - 6.5592320189942335, - 6.77108222538308, - 7.344063992618943, - 7.908793298057975, - 8.163513433484713, - 7.988674593121555 - ], - "relative wind angle": [ - 0.10766033727552889, - 0.08903492406834519, - 0.009299029066723384, - 0.07747868657177702, - 0.10944515782977257, - 0.07725012951284159, - 0.007471559658614861, - 0.06565125477283239 - ], - "resistance": [ - 43483.2323296299, - 40032.91698405121, - 38831.12281777273, - 39580.43987743773, - 42722.209770253656, - 46601.47132449006, - 49015.69248916624, - 47245.60647405853 - ], - "fuel": [ - 37.60024729380831, - 36.5274373753102, - 36.16416430278298, - 36.39003377062172, - 37.35981403566037, - 38.60791223296395, - 39.41292269100417, - 38.82057468463635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-64.6875 -55.46875, -64.6875 -55.3125, -64.53125 -55.3125, -64.53125 -55.46875, -64.6875 -55.46875))", @@ -397858,19 +285925,19 @@ ], "ice resistance": 25792.70722125003, "wind resistance": [ - -484.39125716042327, + -484.39125716044146, -3639.62703775939, - -4580.697024908801, + -4580.697024908524, -3764.3113556708486, - -694.2579810789284, + -694.2579810789211, 2928.908318649701, 5038.78145012035, 3106.3210874711913 ], "relative wind speed": [ - 7.416640296354582, + 7.416640296354581, 6.8596569058881105, - 6.6042639354335355, + 6.604263935433535, 6.834110102366859, 7.383211778189397, 7.90338386898971, @@ -397878,21 +285945,21 @@ 7.925484752103965 ], "relative wind angle": [ - 0.102228816916751, - 0.0798368972523294, - 0.002544174148193691, + 0.10222881691675319, + 0.07983689725232938, + 0.002544174148150053, 0.07664827156694909, - 0.10269330234671271, - 0.0692753828515544, + 0.10269330234671163, + 0.06927538285155439, 0.0020697675748065428, - 0.06607683823370786 + 0.06607683823370787 ], "resistance": [ - 25308.31596408961, + 25308.31596408959, 22153.08018349064, - 21212.01019634123, + 21212.010196341507, 22028.395865579183, - 25098.449240171103, + 25098.44924017111, 28721.615539899733, 30831.48867137038, 28899.028308721223 @@ -397900,7 +285967,7 @@ "fuel": [ 32.447013147936275, 31.677608094994405, - 31.455300089593653, + 31.455300089593717, 31.647964661844746, 32.39468703888812, 33.3210607681724, @@ -397938,17 +286005,17 @@ ], "ice resistance": 31202.507544527016, "wind resistance": [ - -1756.2826017261687, + -1756.2826017261905, -4003.5112551612983, - -4222.009404556582, + -4222.0094045566075, -2545.2320725362297, - 702.2919024016373, + 702.2919024016228, 3689.8019601629567, 4206.895402260776, 1616.4393520385674 ], "relative wind speed": [ - 7.1955847589786845, + 7.195584758978684, 6.75945098498409, 6.69799306443632, 7.055474810158347, @@ -397958,31 +286025,31 @@ 7.7172954028039165 ], "relative wind angle": [ - 0.09269006343878337, + 0.09269006343878579, 0.04914302702588991, - 0.029329460977318506, - 0.08654107889158077, - 0.08789748578970906, + 0.029329460977322294, + 0.08654107889158079, + 0.08789748578971032, 0.04163300423503099, 0.024464706499565562, 0.0791032282315085 ], "resistance": [ - 29446.224942800847, + 29446.224942800825, 27198.996289365718, - 26980.498139970434, + 26980.49813997041, 28657.275471990786, - 31904.799446928653, + 31904.79944692864, 34892.30950468997, 35409.40294678779, 32818.94689656558 ], "fuel": [ - 33.51219088072865, + 33.512190880728646, 32.92580582345225, - 32.869793945953234, + 32.86979394595323, 33.30418424035209, - 34.1752493399303, + 34.175249339930296, 35.01122876391892, 35.159295991170666, 34.42752411272327 @@ -398018,19 +286085,19 @@ ], "ice resistance": 34590.33949437509, "wind resistance": [ - 275.47567022679505, + 275.4756702267623, -3261.1441235488164, - -4792.792054200549, + -4792.792054200621, -4288.977672819525, - -1454.0721550433009, + -1454.0721550433082, 2370.8422696227935, 5023.2261163120675, 3833.6634666383143 ], "relative wind speed": [ - 7.539536578624943, + 7.539536578624942, 6.9414731558341, - 6.5880228793894196, + 6.588022879389419, 6.730515034790933, 7.2640011775596935, 7.837491649427557, @@ -398038,31 +286105,31 @@ 8.019382288834054 ], "relative wind angle": [ - 0.1029134405204361, + 0.10291344052043935, 0.09314724786619026, - 0.021028878867019034, + 0.021028878867029595, 0.06687021091397453, - 0.10683175800286715, - 0.08247243536274229, + 0.1068317580028682, + 0.0824724353627423, 0.017025663278128367, 0.05611051714285055 ], "resistance": [ - 34865.81516460188, + 34865.81516460185, 31329.195370826274, - 29797.54744017454, + 29797.54744017447, 30301.361821555565, - 33136.26733933179, + 33136.26733933178, 36961.18176399788, 39613.56561068716, 38424.00296101341 ], "fuel": [ - 35.00366903195756, + 35.00366903195755, 34.01799686862877, - 33.605562438922746, + 33.605562438922725, 33.74026358591358, - 34.51582120459711, + 34.5158212045971, 35.60961349827315, 36.40006720824626, 36.04232057884991 @@ -398098,9 +286165,9 @@ ], "ice resistance": 36314.04376709132, "wind resistance": [ - -282.8747077761218, + -282.87470777613635, -3434.4857729702308, - -4495.23424403942, + -4495.23424403953, -3786.1260518746203, -874.9564051192538, 2683.0878026655955, @@ -398110,7 +286177,7 @@ "relative wind speed": [ 7.4450428868974825, 6.895977487094097, - 6.624522952821257, + 6.624522952821256, 6.82407606893766, 7.350751947998426, 7.868145415931053, @@ -398118,19 +286185,19 @@ 7.930586585751258 ], "relative wind angle": [ - 0.09912251305861652, + 0.09912251305861877, 0.0804923026098155, - 0.007152430435756055, + 0.007152430435771578, 0.07149429886881788, - 0.100398257805872, + 0.10039825780587201, 0.07052918364378209, - 0.005850974828494584, + 0.005850974828494585, 0.061505474074683215 ], "resistance": [ - 36031.1690593152, + 36031.16905931519, 32879.55799412109, - 31818.809523051903, + 31818.809523051794, 32527.917715216703, 35439.087361972066, 38997.13156975692, @@ -398138,9 +286205,9 @@ 39497.381011394486 ], "fuel": [ - 35.338653180347166, + 35.33865318034716, 34.44436071357252, - 34.151678943960206, + 34.15167894396017, 34.34687218732164, 35.16782617884863, 36.214024784631526, @@ -398178,51 +286245,51 @@ ], "ice resistance": 49428.04708476002, "wind resistance": [ - 406.2174449961385, + 406.21744499610213, -2961.7608715971073, - -4509.450887755927, - -4111.997655188148, - -1531.052015965961, + -4509.45088775596, + -4111.997655188145, + -1531.05201596595, 2064.5143324644523, 4640.311280717651, 3700.7050587394588 ], "relative wind speed": [ - 7.5507162708950055, + 7.550716270895005, 6.987575231937706, 6.640667645795492, - 6.752743157270693, + 6.752743157270692, 7.242245459846576, 7.786990938882465, 8.084860463997623, 7.991488932368032 ], "relative wind angle": [ - 0.09580070601207125, - 0.08888862614718775, - 0.02333958782156772, - 0.05943731922306639, - 0.09989451582328061, + 0.09580070601207473, + 0.08888862614718773, + 0.02333958782157248, + 0.05943731922306452, + 0.0998945158232795, 0.0797427730885351, 0.019169887669650918, 0.05021558603408424 ], "resistance": [ - 49834.26452975616, + 49834.264529756125, 46466.286213162915, - 44918.596197004095, - 45316.049429571874, - 47896.99506879406, + 44918.596197004066, + 45316.04942957188, + 47896.99506879407, 51492.561417224475, 54068.358365477674, 53128.752143499485 ], "fuel": [ - 39.69079506397834, + 39.69079506397833, 38.563476620698076, - 38.0595937272885, + 38.059593727288494, 38.188142382932796, - 39.03720195125554, + 39.03720195125555, 40.26136222421529, 41.16790312244789, 40.83435234354352 @@ -398258,9 +286325,9 @@ ], "ice resistance": 52538.69492807186, "wind resistance": [ - 134.64829174080296, + 134.64829174077386, -3412.60748451393, - -4864.86902219287, + -4864.869022192954, -4284.53483142237, -1332.1507556939105, 2547.1771088619753, @@ -398268,7 +286335,7 @@ 3788.3037939203605 ], "relative wind speed": [ - 7.520307912766002, + 7.520307912766001, 6.915118920817019, 6.571656312648125, 6.73586696740998, @@ -398278,9 +286345,9 @@ 8.017332852000756 ], "relative wind angle": [ - 0.10531148445480039, - 0.09298564996134116, - 0.017884940990133536, + 0.10531148445480251, + 0.09298564996134118, + 0.017884940990145953, 0.0707063387349018, 0.10870240759368542, 0.08174692540079463, @@ -398288,9 +286355,9 @@ 0.05939027634751942 ], "resistance": [ - 52673.34321981267, + 52673.34321981264, 49126.08744355793, - 47673.82590587899, + 47673.82590587891, 48254.16009664949, 51206.54417237795, 55085.87203693384, @@ -398298,9 +286365,9 @@ 56326.99872199222 ], "fuel": [ - 40.67386874114861, + 40.673868741148596, 39.450251895618564, - 38.96280650727114, + 38.96280650727111, 39.15665175995986, 40.16222254938917, 41.53281530380794, @@ -398338,19 +286405,19 @@ ], "ice resistance": 34762.8786270799, "wind resistance": [ - 2159.132926059581, + 2159.132926059563, -1283.2839592383352, - -3861.3965732101788, + -3861.3965732101824, -4335.725680540469, - -2996.418343489251, + -2996.41834348924, 174.15283294721303, - 3389.2373870807714, + 3389.2373870807896, 4512.052608796759 ], "relative wind speed": [ - 7.793433513622674, + 7.793433513622673, 7.278120166604989, - 6.79774782820173, + 6.797747828201729, 6.664346959151107, 6.973912482612782, 7.51012836686945, @@ -398358,33 +286425,33 @@ 8.059748188029998 ], "relative wind angle": [ - 0.07395090445981185, - 0.09602235983011422, + 0.07395090445981335, + 0.0960223598301142, 0.060500472448197125, 0.017485614351566134, - 0.08265984673064525, + 0.08265984673064389, 0.09304724027384506, - 0.05173910239354407, - 0.014458059954342536 + 0.051739102393541916, + 0.014458059954342538 ], "resistance": [ - 36922.011553139484, + 36922.01155313947, 33479.594667841564, - 30901.482053869724, + 30901.48205386972, 30427.152946539434, - 31766.46028359065, + 31766.460283590663, 34937.031460027116, - 38152.116014160674, + 38152.116014160696, 39274.93123587666 ], "fuel": [ - 35.598136288298406, + 35.59813628829839, 34.61177693302362, 33.9019459050094, 33.774042785365914, 34.13734315164196, 35.023995377088575, - 35.96129313389819, + 35.961293133898195, 36.29769088498036 ] }, @@ -398418,49 +286485,49 @@ ], "ice resistance": 41729.992524871486, "wind resistance": [ - 1844.3578722820967, + 1844.3578722820675, -1740.9652984208224, - -4194.433348021808, + -4194.433348021816, -4484.118529489402, - -2783.262408853305, + -2783.262408853312, 636.2104535730468, 3851.5894634932956, 4536.264025302353 ], "relative wind speed": [ - 7.7568976539605465, + 7.756897653960545, 7.20631499988367, - 6.732914930849433, + 6.732914930849432, 6.651200681859228, - 7.020727583030092, + 7.020727583030093, 7.584794073116935, 8.007991854583953, 8.075989505860784 ], "relative wind angle": [ - 0.08238729262880894, + 0.08238729262881163, 0.09905213506865829, - 0.054902759298649274, + 0.05490275929864928, 0.02858893711573601, - 0.09104895419436404, + 0.09104895419436528, 0.0940944341781006, 0.04615403453727127, - 0.023544164188264816 + 0.023544164188264813 ], "resistance": [ - 43574.35039715358, + 43574.350397153554, 39989.027226450664, - 37535.55917684968, + 37535.55917684967, 37245.873995382084, - 38946.73011601818, + 38946.730116018174, 42366.20297844453, 45581.58198836478, 46266.25655017384 ], "fuel": [ - 37.62917909319685, + 37.62917909319684, 36.514076019694805, - 35.77856670259691, + 35.778566702596905, 35.69320232244894, 36.198875942080136, 37.248079093448304, @@ -398498,50 +286565,50 @@ ], "ice resistance": 20237.37932942506, "wind resistance": [ - 2458.124720323107, + 2458.1247203230414, 214.9833142894131, - -2078.9560438183325, - -3115.897414806488, + -2078.956043818329, + -3115.897414806441, -2843.633572777886, -1078.4327456514256, 1372.4424657396376, 3106.9219857103853 ], "relative wind speed": [ - 7.7856274957001235, + 7.785627495700123, 7.480132356124641, - 7.099385251440696, - 6.87127590669192, + 7.099385251440695, + 6.871275906691919, 6.9468461670985215, 7.274770587859827, 7.646789929294482, 7.85240310893731 ], "relative wind angle": [ - 0.03521926975544663, + 0.03521926975545294, 0.06563576260942426, - 0.05914979525208953, - 0.014977215878816232, - 0.03947383218075843, + 0.05914979525208766, + 0.01497721587880882, + 0.039473832180758436, 0.06749139458059603, 0.0549110600185405, - 0.013105756254942593 + 0.013105756254942591 ], "resistance": [ - 22695.504049748168, + 22695.504049748102, 20452.362643714474, - 18158.42328560673, - 17121.481914618573, + 18158.423285606732, + 17121.48191461862, 17393.745756647175, 19158.946583773635, 21609.8217951647, 23344.301315135446 ], "fuel": [ - 31.807241463682864, + 31.80724146368285, 31.27825301718206, - 30.75664908787219, - 30.527291858236765, + 30.756649087872194, + 30.527291858236772, 30.587125541318336, 30.98174387341986, 31.54887263264648, @@ -398578,54 +286645,54 @@ ], "ice resistance": 17346.97585225099, "wind resistance": [ - 2923.0300552677327, + 2923.03005526766, 1097.6601697078404, - -1288.9435866635868, + -1288.9435866636013, -2872.9238735042745, -3022.1744133647917, -1837.6807756146918, 462.87911481965057, - 2567.3159818111635 + 2567.3159818111926 ], "relative wind speed": [ - 7.831481945772625, + 7.831481945772623, 7.606508243633013, 7.2370273330277675, 6.934809965870379, 6.893399050401356, 7.140874755559005, 7.515084518223722, - 7.794836154294826 + 7.794836154294825 ], "relative wind angle": [ - 0.01778949265323867, + 0.017789492653244914, 0.05659092186472356, - 0.06486847798305988, + 0.06486847798306158, 0.0336358792130881, 0.02021067196595137, 0.060285373272742, 0.06246516552773617, - 0.02992356122984061 + 0.029923561229836897 ], "resistance": [ - 20270.005907518724, + 20270.00590751865, 18444.63602195883, - 16058.032265587404, + 16058.03226558739, 14474.051978746716, 14324.8014388862, 15509.2950766363, 17809.85496707064, - 19914.291834062155 + 19914.291834062184 ], "fuel": [ - 31.236071691024996, + 31.236071691024982, 30.820660012189236, 30.296227137925655, 29.95986437602076, 29.928651886085515, 30.17864430075256, 30.67910412628415, - 31.1541468119315 + 31.15414681193151 ] }, { @@ -398658,17 +286725,17 @@ ], "ice resistance": 13889.145229726784, "wind resistance": [ - 2438.178990866967, + 2438.1789908668907, 262.3592744851776, - -1994.6119189807687, + -1994.6119189807832, -3045.3082902362185, -2803.967671438935, -1106.9755377265283, - 1289.1546851368475, + 1289.1546851368657, 3013.476249847783 ], "relative wind speed": [ - 7.780322566563542, + 7.78032256656354, 7.485294700253085, 7.112422393586539, 6.88423205244343, @@ -398678,33 +286745,33 @@ 7.8396202123870795 ], "relative wind angle": [ - 0.03352706557977049, - 0.06386809878757717, - 0.05835828097665718, + 0.03352706557977711, + 0.06386809878757715, + 0.058358280976659085, 0.01582176085285758, 0.03752799056767635, 0.06578103733143713, - 0.0543726945577914, + 0.054372694557789356, 0.01389348336393654 ], "resistance": [ - 16327.324220593751, + 16327.324220593675, 14151.504504211962, - 11894.533310746016, + 11894.533310746001, 10843.836939490566, 11085.177558287849, 12782.169692000256, - 15178.299914863632, + 15178.29991486365, 16902.62147957457 ], "fuel": [ - 30.35434059172915, + 30.354340591729134, 29.89251461472211, 29.43207787540375, 29.224194990297, 29.271581413927215, 29.610900032144027, - 30.10826076048221, + 30.108260760482214, 30.479394283679163 ] }, @@ -398738,51 +286805,51 @@ ], "ice resistance": 8597.64100667985, "wind resistance": [ - 3210.2020580376266, + 3210.202058037401, 1564.678643223171, - -907.0498688391344, + -907.0498688391381, -2789.185169416509, - -3151.34961083479, + -3151.3496108348627, -2238.1517500368027, 24.798971042546327, - 2347.076903688714 + 2347.0769036887323 ], "relative wind speed": [ - 7.862677468413289, + 7.862677468413288, 7.6738802919562525, - 7.3041741119727455, + 7.304174111972745, 6.960821747449703, 6.860307114353004, 7.0708607637445295, 7.45215077796495, - 7.7738324702663695 + 7.773832470266369 ], "relative wind angle": [ - 0.009431998284103354, + 0.009431998284126896, 0.05304215434050661, 0.06867373320429952, - 0.04339509230135413, - 0.010810172776666006, + 0.04339509230135414, + 0.010810172776676275, 0.057570520113643664, 0.06730800123999527, - 0.038854284464811144 + 0.038854284464808285 ], "resistance": [ - 11807.843064717477, + 11807.843064717252, 10162.319649903022, - 7690.591137840716, + 7690.591137840713, 5808.455837263342, - 5446.291395845061, + 5446.291395844988, 6359.489256643048, 8622.439977722397, - 10944.717910368565 + 10944.717910368583 ], "fuel": [ - 29.414770511217327, + 29.414770511217284, 29.091551513459407, 28.6249806998362, 28.284949425521013, - 28.22103213500383, + 28.221032135003817, 28.38313584239554, 28.798209523304212, 29.24397626858284 @@ -398818,9 +286885,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -599.1436300689654, + -599.1436300689671, -541.4657739645876, - -174.9077975302821, + -174.90779753028255, 344.41902685551304, 738.3628408027118, 605.8188545702085, @@ -398828,9 +286895,9 @@ -362.0084159076381 ], "relative wind speed": [ - 1.241830648007138, + 1.2418306480071377, 1.3210179197956167, - 1.6571855381984115, + 1.6571855381984113, 1.9897725956179362, 2.161796242507376, 2.114336304381992, @@ -398838,11 +286905,11 @@ 1.5021023168135703 ], "relative wind angle": [ - 0.08581095195450918, + 0.08581095195451564, 0.19092577885509351, - 0.2818741685538503, + 0.28187416855385067, 0.2030251421671042, - 0.049253014880142304, + 0.0492530148801423, 0.11884482790592778, 0.25008005057032756, 0.2703774657525968 @@ -398898,32 +286965,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -568.0850624279163, + -568.0850624279167, -578.4077692114452, -282.5719297886849, 224.89860305988145, - 681.329351595529, + 681.3293515955281, 704.9731111787521, 263.993819949457, -249.63495742498412 ], "relative wind speed": [ - 1.1942260984659094, + 1.1942260984659092, 1.1790788197220474, 1.497080417416526, - 1.8656706657234767, + 1.865670665723477, 2.0934635574963774, 2.10203205915261, 1.8887868764395987, 1.5257911416315846 ], "relative wind angle": [ - 0.17114878107935116, - 0.15049326934392848, + 0.17114878107935183, + 0.1504932693439285, 0.30768160761424784, - 0.25157283178818146, - 0.09731018441657564, - 0.08419634696977638, + 0.2515728317881819, + 0.09731018441657678, + 0.08419634696977639, 0.24241049490661015, 0.30928513319568257 ], @@ -398978,17 +287045,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -500.11152926560413, + -500.11152926560504, -414.78000041728194, - -72.84683097893083, + -72.84683097893094, 364.44220546274744, 659.53717297826, 463.162220458271, 38.96878633189738, - -347.47252467632813 + -347.47252467632825 ], "relative wind speed": [ - 1.0340705117251467, + 1.0340705117251465, 1.169769942759939, 1.5109653638252287, 1.8103793502082555, @@ -398998,14 +287065,14 @@ 1.2494086098476964 ], "relative wind angle": [ - 0.04431332772954822, - 0.24927199942964748, - 0.3051318399484233, - 0.19644837047040925, - 0.023597090892089535, + 0.04431332772955324, + 0.24927199942964745, + 0.3051318399484237, + 0.19644837047040928, + 0.02359709089208954, 0.15554157476779784, 0.287913750192156, - 0.2867372344459355 + 0.2867372344459356 ], "resistance": [ 96134.38847073441, @@ -399058,17 +287125,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -555.9462253501079, + -555.9462253501082, -530.3069369903756, - -209.8501650120504, + -209.85016501205052, 284.10209245156057, - 693.0172783019816, + 693.0172783019818, 634.3032215473238, 187.2514834379392, -291.33987122878716 ], "relative wind speed": [ - 1.1137361353293953, + 1.113736135329395, 1.15303947239286, 1.4926567127746362, 1.8465202669060263, @@ -399078,14 +287145,14 @@ 1.4187802225385215 ], "relative wind angle": [ - 0.13852949409942542, + 0.13852949409942703, 0.1939573520111149, - 0.3189757657436067, - 0.24045350870941104, - 0.07527385910847287, + 0.31897576574360703, + 0.240453508709411, + 0.07527385910847285, 0.1100719143644681, 0.26498260616656316, - 0.3151294355293676 + 0.31512943552936756 ], "resistance": [ 96078.55377464986, @@ -399138,33 +287205,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -629.5934643061305, + -629.5934643061312, -569.4597107613153, - -181.6024938909868, + -181.60249389098703, 371.24494733084, - 795.041813214242, - 657.0980969100667, - 142.83766035766666, + 795.0418132142433, + 657.0980969100665, + 142.8376603576669, -374.1892438102619 ], "relative wind speed": [ - 1.1919911672826988, + 1.1919911672826984, 1.277027256385308, 1.6418928197882854, 1.998002197450703, 2.181766266624151, - 2.1331076793045565, + 2.133107679304556, 1.866851615256748, 1.4795047157887733 ], "relative wind angle": [ - 0.09855836007484302, - 0.21137903027781213, - 0.30701400782384175, - 0.2188624994161606, - 0.053785395165137084, - 0.1259386299477515, - 0.26902990787181635, + 0.09855836007484416, + 0.21137903027781216, + 0.30701400782384247, + 0.21886249941616062, + 0.05378539516513502, + 0.12593862994774974, + 0.2690299078718159, 0.2975823050440592 ], "resistance": [ @@ -399205,68 +287272,7 @@ "id": "6689", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.502750167514084, - 6.502750167514084, - 6.502750167514084, - 6.502750167514084, - 6.502750167514084, - 6.502750167514084, - 6.502750167514084, - 6.502750167514084 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -681.9552125160072, - -584.9663049967029, - -139.3843959107062, - 449.23106108296656, - 861.7997359079018, - 638.5230897801573, - 76.41056567644887, - -455.0989132497705 - ], - "relative wind speed": [ - 1.3100801525178938, - 1.4347262395710039, - 1.804039792521373, - 2.1456932660851877, - 2.3057050501503302, - 2.2302794447773784, - 1.9437145395632272, - 1.5583921817651436 - ], - "relative wind angle": [ - 0.055329640202811774, - 0.21142592862689802, - 0.2798206306132425, - 0.1891975092702777, - 0.03142692155899341, - 0.135411530631732, - 0.2592304738588994, - 0.2619326802942544 - ], - "resistance": [ - 95952.54478748399, - 96049.5336950033, - 96495.1156040893, - 97083.73106108297, - 97496.2997359079, - 97273.02308978015, - 96710.91056567644, - 96179.40108675024 - ], - "fuel": [ - 39.05538374107239, - 39.10511689939219, - 39.33404845228098, - 39.637600519007634, - 39.85113284301325, - 39.735493372511385, - 39.44518535720813, - 39.171764024349216 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -57.8125, -60.9375 -57.65625, -60.78125 -57.65625, -60.78125 -57.8125, -60.9375 -57.8125))", @@ -399298,9 +287304,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -754.3863144051384, + -754.386314405139, -729.224926372397, - -317.17282670120494, + -317.1728267012054, 328.13494129295213, 860.9638681244578, 802.9651249588064, @@ -399308,9 +287314,9 @@ -400.47757782403755 ], "relative wind speed": [ - 1.6060640271113757, + 1.6060640271113753, 1.633738338991268, - 1.9536501399793411, + 1.953650139979341, 2.313030221653735, 2.5240759330523326, 2.5062521849776536, @@ -399318,12 +287324,12 @@ 1.8974435877547682 ], "relative wind angle": [ - 0.0997450917562036, - 0.13044352021682895, - 0.23793145754046588, + 0.0997450917562047, + 0.13044352021682892, + 0.23793145754046632, 0.19081352255295467, 0.06340487119708592, - 0.08489257102466578, + 0.08489257102466577, 0.2046519114027505, 0.23330824928330696 ], @@ -399365,68 +287371,7 @@ "id": "6691", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.476733934069289, - 7.476733934069289, - 7.476733934069289, - 7.476733934069289, - 7.476733934069289, - 7.476733934069289, - 7.476733934069289, - 7.476733934069289 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -768.6682843368453, - -683.863000981577, - -210.3263585707598, - 439.2651200783466, - 911.1462635960656, - 715.2248597372218, - 107.64259816689514, - -492.8350503750248 - ], - "relative wind speed": [ - 1.60763419754662, - 1.6994039038758992, - 2.0400646645371596, - 2.3790608919902683, - 2.5504170320267407, - 2.490209051839786, - 2.219741181958009, - 1.8518056114441173 - ], - "relative wind angle": [ - 0.05734058795925681, - 0.1586747553887041, - 0.2334203698313615, - 0.1684315499359757, - 0.03613222154445417, - 0.10804133264982092, - 0.21421805822061843, - 0.21706716292956388 - ], - "resistance": [ - 95865.83171566317, - 95950.63699901843, - 96424.17364142925, - 97073.76512007836, - 97545.64626359608, - 97349.72485973724, - 96742.14259816692, - 96141.66494962499 - ], - "fuel": [ - 39.39024957052106, - 39.43370602633152, - 39.676850559906285, - 40.01175049590641, - 40.256015626878714, - 40.15449804044905, - 39.84058476394331, - 39.531691802739175 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -57.96875, -60.9375 -57.8125, -60.78125 -57.8125, -60.78125 -57.96875, -60.9375 -57.96875))", @@ -399458,17 +287403,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -839.5289683523415, + -839.528968352344, -809.4538062026313, - -358.6238036915488, - 342.94567581841557, + -358.62380369154926, + 342.9456758184151, 912.6945780324763, 842.8938739710034, - 223.34798710738005, + 223.34798710737914, -460.97435914270545 ], "relative wind speed": [ - 1.9670817863361958, + 1.9670817863361956, 1.9946316694880628, 2.2857946224280954, 2.6226415844853044, @@ -399478,14 +287423,14 @@ 2.2274106800538456 ], "relative wind angle": [ - 0.07395983542488233, + 0.07395983542488535, 0.10067215936580802, - 0.1887348955916715, - 0.15544019510526408, + 0.1887348955916721, + 0.1554401951052641, 0.051508616988285016, 0.07155972300935724, - 0.16752693110812944, - 0.1833102114703751 + 0.1675269311081301, + 0.18331021147037507 ], "resistance": [ 95794.97103164767, @@ -399525,68 +287470,7 @@ "id": "6693", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.661408188669038, - 8.661408188669038, - 8.661408188669038, - 8.661408188669038, - 8.661408188669038, - 8.661408188669038, - 8.661408188669038, - 8.661408188669038 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -850.5559326046332, - -764.9061924436805, - -255.3189132759917, - 448.54194406225906, - 958.8107960771194, - 759.6962226860146, - 106.72055013604131, - -548.0471796156739 - ], - "relative wind speed": [ - 1.969779242852498, - 2.0473910526876162, - 2.357156614219826, - 2.678418966656227, - 2.845589928285528, - 2.790269195419554, - 2.534013615111869, - 2.1916852293586286 - ], - "relative wind angle": [ - 0.045648022669292174, - 0.12059679564148475, - 0.18699892628860218, - 0.1398766460005695, - 0.031592836698617566, - 0.0883899543673427, - 0.17380945527166528, - 0.17121919909072666 - ], - "resistance": [ - 95783.94406739544, - 95869.59380755639, - 96379.18108672409, - 97083.04194406234, - 97593.31079607719, - 97394.19622268609, - 96741.22055013612, - 96086.4528203844 - ], - "fuel": [ - 39.893899179055474, - 39.937762393147246, - 40.19929817569551, - 40.56213017309288, - 40.82632042259589, - 40.72311414810373, - 40.38569501789109, - 40.04894296589697 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.9375 -58.125, -60.9375 -57.96875, -60.78125 -57.96875, -60.78125 -58.125, -60.9375 -58.125))", @@ -399618,9 +287502,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -696.8088548725611, + -696.808854872563, -677.0351306269035, - -306.1608710776254, + -306.1608710776261, 279.4291324899625, 761.8466421222654, 716.0273229432275, @@ -399628,9 +287512,9 @@ -373.0659971236337 ], "relative wind speed": [ - 1.7399616545479448, + 1.7399616545479444, 1.7603822743925153, - 2.032096199577769, + 2.0320961995777687, 2.348454663676462, 2.5386259425022772, 2.524508364661807, @@ -399638,14 +287522,14 @@ 1.989182979994317 ], "relative wind angle": [ - 0.08176405138563812, + 0.08176405138564084, 0.10387603683354307, - 0.1982595367944554, - 0.16403509198570787, - 0.05600753148430843, + 0.19825953679445543, + 0.1640350919857079, + 0.05600753148430844, 0.07236746788777347, 0.17403829258940448, - 0.19400937034193383 + 0.1940093703419338 ], "resistance": [ 95937.69114512746, @@ -399698,17 +287582,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -748.0116629767963, + -748.0116629767974, -722.4634399207741, - -318.21028454934435, + -318.2102845493448, 313.3069871388575, - 830.4338944682886, + 830.4338944682904, 771.3323944152198, 212.71088645236614, -404.0918166898655 ], "relative wind speed": [ - 1.7339105401752883, + 1.733910540175288, 1.7602264144718407, 2.0542344208442804, 2.39038550812138, @@ -399718,13 +287602,13 @@ 1.9994721942027043 ], "relative wind angle": [ - 0.08515519526338963, - 0.11326399148531376, - 0.21029729833498131, + 0.08515519526339094, + 0.11326399148531377, + 0.21029729833498187, 0.17131245497941858, - 0.05698177621474715, + 0.0569817762147452, 0.0774376235839499, - 0.18402141912042624, + 0.18402141912042627, 0.20524308845626527 ], "resistance": [ @@ -399732,7 +287616,7 @@ 95912.03656007924, 96316.28971545066, 96947.80698713887, - 97464.9338944683, + 97464.93389446831, 97405.83239441524, 96847.21088645238, 96230.40818331015 @@ -399742,7 +287626,7 @@ 39.53738222594206, 39.74484193358165, 40.07014887395971, - 40.33763623409054, + 40.337636234090546, 40.307015222561525, 40.01823048030356, 39.70071730021815 @@ -399778,9 +287662,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -844.9514321509034, + -844.9514321509043, -809.3473828737108, - -337.3979991763463, + -337.39799917634673, 391.0987728069772, 987.7265161756882, 905.8201872856139, @@ -399798,14 +287682,14 @@ 1.9277947045739061 ], "relative wind angle": [ - 0.10542985797987987, + 0.10542985797988198, 0.14714871104664923, - 0.25732929722174913, + 0.2573292972217501, 0.20169358327543818, 0.06448669207573075, 0.09293681345064951, 0.2204415492674359, - 0.25185988721417096 + 0.2518598872141709 ], "resistance": [ 95789.54856784911, @@ -399858,19 +287742,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -916.4904032234776, + -916.490403223479, -904.1842508498785, -415.99124399783295, 376.84994465233694, - 1053.4932338170452, + 1053.4932338170433, 1025.184261072468, 329.3086905948189, -456.3517788030729 ], "relative wind speed": [ - 1.7043944597872205, + 1.7043944597872203, 1.7171331677971071, - 2.079458179255695, + 2.0794581792556945, 2.4951858966778024, 2.745890197053635, 2.737942134684313, @@ -399878,14 +287762,14 @@ 2.0540011659803925 ], "relative wind angle": [ - 0.11923534303746856, - 0.1322868020831673, - 0.2542632182023563, + 0.11923534303747044, + 0.13228680208316732, + 0.25426321820235587, 0.2071601409925647, - 0.07390227209702724, - 0.08281812339038398, - 0.21302583931405733, - 0.25253620895435147 + 0.07390227209702874, + 0.08281812339038397, + 0.2130258393140573, + 0.2525362089543514 ], "resistance": [ 95718.00959677654, @@ -399925,68 +287809,7 @@ "id": "6698", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.615834901701929, - 8.615834901701929, - 8.615834901701929, - 8.615834901701929, - 8.615834901701929, - 8.615834901701929, - 8.615834901701929, - 8.615834901701929 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -925.8085025531352, - -903.3063825608363, - -410.95645764817027, - 372.61386578916336, - 1024.4026878723175, - 972.3680303256201, - 284.1109643401951, - -486.49233543698006 - ], - "relative wind speed": [ - 1.9234273828193205, - 1.94434678414935, - 2.2701453912347125, - 2.648484628340094, - 2.876303241637649, - 2.8622034899361206, - 2.6113469967605263, - 2.2267066282473444 - ], - "relative wind angle": [ - 0.0905788301548645, - 0.11069651925153745, - 0.212032955475678, - 0.17489281578577429, - 0.060525585550653654, - 0.07511529005337698, - 0.18398668399671092, - 0.20846848531463286 - ], - "resistance": [ - 95708.69149744693, - 95731.19361743922, - 96223.5435423519, - 97007.11386578922, - 97658.90268787238, - 97606.86803032568, - 96918.61096434026, - 96148.00766456308 - ], - "fuel": [ - 39.83268500469677, - 39.84419991637388, - 40.09661961434539, - 40.50020331625772, - 40.83765259412772, - 40.81065473534446, - 40.454504789984995, - 40.057835036308695 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -57.8125, -60.46875 -57.65625, -60.3125 -57.65625, -60.3125 -57.8125, -60.46875 -57.8125))", @@ -400018,17 +287841,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1122.1172456058384, + -1122.1172456058393, -1069.3264485432835, - -448.89329467626703, + -448.8932946762675, 497.5998751938673, 1257.4678709450545, 1135.3614187130715, 289.8647610058306, - -626.2100559285363 + -626.2100559285359 ], "relative wind speed": [ - 2.1010905684285746, + 2.101090568428574, 2.1458063926605067, 2.5130158594099026, 2.923137072742303, @@ -400039,13 +287862,13 @@ ], "relative wind angle": [ 0.08036263795844319, - 0.11958467375006554, - 0.21278184813881734, + 0.11958467375006555, + 0.21278184813881787, 0.1699941208105889, - 0.0533976081245161, - 0.08187827508214068, + 0.05339760812451609, + 0.0818782750821407, 0.1877273717549606, - 0.2057925440926581 + 0.20579254409265807 ], "resistance": [ 95512.38275439416, @@ -400085,68 +287908,7 @@ "id": "6700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.592349501182103, - 9.592349501182103, - 9.592349501182103, - 9.592349501182103, - 9.592349501182103, - 9.592349501182103, - 9.592349501182103, - 9.592349501182103 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -982.6976841982723, - -941.6010192266344, - -411.1243670722479, - 404.48984673834957, - 1058.0809060109073, - 962.4889112494602, - 240.02330117257543, - -552.0691787269552 - ], - "relative wind speed": [ - 2.221682542733399, - 2.2551738086746367, - 2.5583808546732243, - 2.908509398981644, - 3.115588174658878, - 3.0914323682442917, - 2.8456019393446583, - 2.4866314706437724 - ], - "relative wind angle": [ - 0.06559593617733182, - 0.09483703105940923, - 0.17587500540844156, - 0.14473810298196915, - 0.046759048567132026, - 0.06913421268206693, - 0.15796526111718232, - 0.1695143335102813 - ], - "resistance": [ - 95651.80231580173, - 95692.89898077336, - 96223.37563292775, - 97038.98984673835, - 97692.5809060109, - 97596.98891124946, - 96874.52330117258, - 96082.43082127304 - ], - "fuel": [ - 40.31988658949607, - 40.34090952865934, - 40.61283821061542, - 41.032974471764966, - 41.371436533487596, - 41.321834988209275, - 40.94805580896782, - 40.54048606560038 - ] + "inaccessible": true }, { "geometry": "POLYGON ((-60.46875 -57.96875, -60.46875 -57.8125, -60.3125 -57.8125, -60.3125 -57.96875, -60.46875 -57.96875))", @@ -400178,9 +287940,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1166.0463982846918, + -1166.0463982846982, -1094.5734258979646, - -443.4371359026786, + -443.43713590268044, 520.9874703563632, 1268.3373305235796, 1101.9953230275473, @@ -400188,9 +287950,9 @@ -688.9544584682089 ], "relative wind speed": [ - 2.4226581908330505, + 2.42265819083305, 2.475949999382162, - 2.811297995865705, + 2.8112979958657047, 3.185880973234528, 3.399075918634865, 3.36045553620538, @@ -400198,17 +287960,17 @@ 2.696878238748671 ], "relative wind angle": [ - 0.05739421771888979, + 0.0573942177188956, 0.10006981676749899, - 0.1747516784566507, - 0.13978457888750323, + 0.17475167845665138, + 0.13978457888750326, 0.04089611238347818, 0.07367407592827796, 0.1590888910073979, - 0.16534569746648295 + 0.16534569746648298 ], "resistance": [ - 95468.45360171533, + 95468.45360171532, 95539.92657410205, 96191.06286409733, 97155.48747035638, @@ -400218,7 +287980,7 @@ 95945.5455415318 ], "fuel": [ - 40.74183787088569, + 40.74183787088568, 40.7783550428788, 41.1119108349955, 41.60885282624381, @@ -400258,7 +288020,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -958.2565326884228, + -958.2565326884269, -946.8048940824942, -461.4115681767785, 331.2350565550082, @@ -400268,24 +288030,24 @@ -501.0687273080721 ], "relative wind speed": [ - 2.35907901749518, + 2.3590790174951795, 2.3679769689335903, - 2.63875757923823, + 2.6387575792382294, 2.9729223743154667, 3.183474623985137, 3.176861590775307, 2.9557948051845764, - 2.6194459430646426 + 2.619445943064642 ], "relative wind angle": [ - 0.06799422604641553, - 0.07550848396959432, - 0.15712262364538124, + 0.0679942260464188, + 0.07550848396959434, + 0.15712262364538052, 0.13675736536452354, 0.0503688563912599, 0.05625890578672175, 0.14015165229162932, - 0.15535262227327887 + 0.15535262227327745 ], "resistance": [ 95676.2434673116, @@ -400338,9 +288100,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1008.4372032487308, + -1008.4372032487399, -852.4168884503019, - -195.37450431434036, + -195.37450431434263, 630.2961087485378, 1163.8250998360713, 799.7947747256176, @@ -400348,9 +288110,9 @@ -734.1372949966285 ], "relative wind speed": [ - 2.2293556661044693, + 2.229355666104469, 2.3541717001664777, - 2.693816900942815, + 2.6938169009428146, 3.018154475855368, 3.1646031670005947, 3.072883905505961, @@ -400358,17 +288120,17 @@ 2.423939654871074 ], "relative wind angle": [ - 0.0196063568385201, - 0.1276948801877271, - 0.174499255222468, + 0.019606356838531427, + 0.12769488018772712, + 0.17449925522246865, 0.12010015255169827, - 0.013811568046500184, - 0.09771831026004466, - 0.1690400202563551, - 0.14974174359775125 + 0.013811568046500185, + 0.09771831026004467, + 0.16904002025635512, + 0.14974174359775122 ], "resistance": [ - 95626.06279675131, + 95626.0627967513, 95782.08311154974, 96439.1254956857, 97264.79610874857, @@ -400378,7 +288140,7 @@ 95900.36270500341 ], "fuel": [ - 40.37191862108634, + 40.37191862108632, 40.45174900275313, 40.788929558365105, 41.21492434528629, @@ -400418,34 +288180,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -632.5453081631803, + -632.5453081631816, -595.8168970628769, - -239.2352271050338, + -239.2352271050347, 294.10491989041066, - 715.036914419913, + 715.0369144199108, 630.0975645228809, 149.68791654985375, -362.4775054549432 ], "relative wind speed": [ - 1.5602708460491628, + 1.5602708460491623, 1.6020246952800314, - 1.8827905510101344, - 2.190103428892813, + 1.8827905510101342, + 2.1901034288928134, 2.3639458999027165, 2.335851494939427, 2.1160777565403377, 1.7961437307325316 ], "relative wind angle": [ - 0.07640193944090054, - 0.12547022249849646, - 0.2155023304218489, - 0.1692466549800256, - 0.05039971992792798, + 0.07640193944090345, + 0.1254702224984965, + 0.21550233042184944, + 0.16924665498002694, + 0.05039971992793019, 0.08593284367668773, 0.19143059962721165, - 0.20685687155438068 + 0.20685687155438065 ], "resistance": [ 96001.9546918368, @@ -400498,54 +288260,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -687.7788503752784, + -687.7788503752793, -609.4529844345357, - -185.18118253948683, + -185.1811825394875, 391.4769293868908, - 804.8548669326328, + 804.854866932636, 623.5198484146476, - 83.04732958539785, - -448.4389629932484 + 83.04732958539807, + -448.43896299324865 ], "relative wind speed": [ - 1.5953471003687891, + 1.595347100368789, 1.6813920613607773, - 1.990783184716921, + 1.9907831847169208, 2.299568038550694, 2.4546727822708294, 2.39655410426497, 2.146469927607808, - 1.8117774904089163 + 1.8117774904089161 ], "relative wind angle": [ - 0.04990604967945505, - 0.1479099615522318, - 0.21771670528037781, - 0.15734667503473077, - 0.032427285708525266, + 0.049906049679457276, + 0.14790996155223177, + 0.2177167052803788, + 0.1573466750347308, + 0.032427285708521845, 0.10357890741324903, - 0.20169874552321396, - 0.20022165927290933 + 0.2016987455232134, + 0.20022165927290878 ], "resistance": [ 95946.72114962472, 96025.04701556546, 96449.31881746052, 97025.97692938689, - 97439.35486693263, + 97439.35486693264, 97258.01984841465, 96717.5473295854, - 96186.06103700676 + 96186.06103700674 ], "fuel": [ 39.35173625011517, 39.39189511351051, 39.60982245708907, 39.90709696015168, - 40.12095991767129, + 40.1209599176713, 40.02706713428087, 39.747943705286545, - 39.47452115168555 + 39.474521151685536 ] }, { @@ -400578,9 +288340,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -631.9133244731534, + -631.9133244731552, -577.9808154236321, - -205.54879704704103, + -205.54879704704172, 325.42322460677406, 725.6882876911961, 600.8933004189114, @@ -400590,7 +288352,7 @@ "relative wind speed": [ 1.5478117004063618, 1.6092765681687804, - 1.8971128618522342, + 1.897112861852234, 2.1982504538178027, 2.35947939922701, 2.3179933180305756, @@ -400598,12 +288360,12 @@ 1.7693385876030934 ], "relative wind angle": [ - 0.06335494492479192, + 0.06335494492479717, 0.13591520759792342, 0.21587650998855035, 0.16295818372565135, 0.04154481404428095, - 0.09420874648853708, + 0.09420874648853707, 0.1957781570249844, 0.20295707815977082 ], @@ -400658,9 +288420,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -650.5045168069089, + -650.5045168069146, -548.6418397368118, - -123.59076580803617, + -123.59076580803708, 408.8423478623788, 751.4012597918197, 513.7011884979404, @@ -400670,7 +288432,7 @@ "relative wind speed": [ 1.7931323097865302, 1.8944476143015352, - 2.167287416591902, + 2.1672874165919014, 2.42708923430965, 2.5437380433819623, 2.469209377597674, @@ -400678,17 +288440,17 @@ 1.94811821059382 ], "relative wind angle": [ - 0.018755699820828243, + 0.018755699820840084, 0.1278961105861338, 0.17406624400119855, 0.11943542406956571, 0.013220881523078236, - 0.09801509894933953, - 0.16885101198717492, + 0.09801509894933955, + 0.16885101198717495, 0.14899739544585708 ], "resistance": [ - 95983.99548319311, + 95983.9954831931, 96085.8581602632, 96510.90923419197, 97043.34234786239, @@ -400698,7 +288460,7 @@ 96159.0338727812 ], "fuel": [ - 39.59289933792713, + 39.59289933792712, 39.64514447151659, 39.86356888572355, 40.13812306044464, @@ -400738,9 +288500,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -908.9292817606279, + -908.9292817606297, -935.1467855745982, - -509.17344695462907, + -509.17344695463044, 250.11367591943508, 927.4664607894565, 988.5448906526985, @@ -400748,7 +288510,7 @@ -418.7670379463757 ], "relative wind speed": [ - 2.27525830258122, + 2.2752583025812196, 2.254060656671324, 2.5104314231724634, 2.8505623030006664, @@ -400758,12 +288520,12 @@ 2.556180108323224 ], "relative wind angle": [ - 0.08467093373771435, - 0.06615824687653984, - 0.16129174063260215, + 0.08467093373771568, + 0.06615824687653986, + 0.16129174063260357, 0.14828075064796606, - 0.06252547805327502, - 0.04816606844650144, + 0.06252547805327503, + 0.04816606844650143, 0.13991219556236037, 0.1655067677990451 ], @@ -400818,9 +288580,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1123.9510538971435, + -1123.9510538971463, -1060.0669202693184, - -439.2346020425721, + -439.2346020425739, 487.4637239200315, 1209.2496469699086, 1060.3651822742563, @@ -400828,27 +288590,27 @@ -659.7192460225242 ], "relative wind speed": [ - 2.453864684568876, + 2.4538646845688756, 2.501109743572658, 2.819217232900897, - 3.1792064244600122, + 3.179206424460012, 3.386550560075146, 3.3518094571030588, 3.0890436675181854, 2.717135089904765 ], "relative wind angle": [ - 0.05570996676881937, + 0.05570996676882137, 0.09349890924679402, - 0.16636828766933667, - 0.13463488570181095, + 0.166368287669338, + 0.13463488570181012, 0.04035702756958825, 0.06972346306770076, 0.15171801900100051, - 0.15770811627828438 + 0.1577081162782844 ], "resistance": [ - 95510.5489461029, + 95510.54894610289, 95574.43307973072, 96195.26539795747, 97121.96372392008, @@ -400858,7 +288620,7 @@ 95974.78075397752 ], "fuel": [ - 40.78447599798483, + 40.78447599798482, 40.817124963881824, 41.1352017357016, 41.612653838109296, @@ -400898,9 +288660,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -792.4876742978686, + -792.4876742978706, -707.4499828224366, - -230.83166803469294, + -230.83166803469385, 416.37583658895574, 874.1789163147155, 675.5297174244274, @@ -400918,14 +288680,14 @@ 2.2894236150077187 ], "relative wind angle": [ - 0.03445767007258827, - 0.10324347098830675, - 0.15970476999125066, + 0.0344576700725915, + 0.10324347098830676, + 0.15970476999125205, 0.11974200357957332, 0.02514210088098761, 0.07941830496045627, - 0.15081896474623524, - 0.14313781360135913 + 0.15081896474623527, + 0.14313781360135916 ], "resistance": [ 95842.01232570212, @@ -400978,39 +288740,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -989.4087167209464, + -989.4087167209486, -856.2269295174096, - -232.65096430371977, + -232.65096430372205, 576.2180918790982, 1119.6864432313187, 808.7909245756919, - 38.91205214146839, + 38.91205214146976, -693.7834174062414 ], "relative wind speed": [ - 2.269055216917679, + 2.2690552169176783, 2.3744119593692794, 2.697493725717769, 3.017389448971444, 3.170396972236828, 3.0922801273807514, - 2.8148811944206535, + 2.814881194420654, 2.4688842524965766 ], "relative wind angle": [ - 0.026223273938849684, + 0.026223273938849687, 0.1167916047342933, - 0.16789907914646177, + 0.16789907914646374, 0.11986714319471148, 0.018766965229697462, 0.08959469307740958, - 0.1608349006462448, + 0.16083490064624484, 0.14667245499404621 ], "resistance": [ 95645.09128327906, 95778.27307048261, - 96401.8490356963, + 96401.84903569629, 97210.71809187911, 97754.18644323133, 97443.2909245757, @@ -401020,7 +288782,7 @@ "fuel": [ 40.42779556307707, 40.495944004268544, - 40.815902618550325, + 40.81590261855031, 41.233091363816506, 41.51476232487332, 41.35349561939132, @@ -401058,34 +288820,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1048.4871740001527, + -1048.4871740001558, -968.4479445201589, - -360.994420412459, + -360.99442041245993, 517.7370933473858, - 1188.6434290429847, + 1188.6434290429884, 1003.2746417187245, 201.72787500298818, -630.9446560171968 ], "relative wind speed": [ - 2.0481637104444146, + 2.048163710444414, 2.117477478801415, 2.476762991587583, 2.860066751089249, 3.0695750664999157, 3.0221771623166296, 2.7354909535879512, - 2.331798416024246 + 2.3317984160242458 ], "relative wind angle": [ - 0.06446130526002869, + 0.06446130526003215, 0.12706398317973597, - 0.2079811024736147, - 0.1597366950344042, - 0.042995054797452976, - 0.08890462357467359, + 0.20798110247361523, + 0.15973669503440424, + 0.042995054797450395, + 0.0889046235746736, 0.18806177134512694, - 0.19635213591824485 + 0.19635213591824371 ], "resistance": [ 95586.01282599989, @@ -401138,9 +288900,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -1002.6944592310613, + -1002.6944592310638, -886.8620906797673, - -264.55282731567877, + -264.55282731568013, 581.587545910882, 1189.9974772006422, 922.2875651982199, @@ -401148,9 +288910,9 @@ -650.9585254737954 ], "relative wind speed": [ - 1.845004921340571, + 1.8450049213405708, 1.9542138068756332, - 2.342833653357221, + 2.3428336533572205, 2.726826298229075, 2.918686423290338, 2.8467212709162295, @@ -401158,14 +288920,14 @@ 2.1182993028740262 ], "relative wind angle": [ - 0.05383742055738034, + 0.053837420557384476, 0.15917415202898377, - 0.23141154302640424, + 0.2314115430264042, 0.16584298819483873, 0.03402266315768689, - 0.10902470504203662, + 0.10902470504203664, 0.21345635745826153, - 0.2141405466284961 + 0.21414054662849608 ], "resistance": [ 95631.805540769, @@ -401218,17 +288980,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -898.2042105510748, + -898.2042105510752, -752.9817041340373, - -158.03065271849118, + -158.0306527184921, 589.0225504842097, - 1074.2574026197267, + 1074.257402619718, 737.0584795482873, 13.297557338778006, -650.1642618700469 ], "relative wind speed": [ - 1.8642990531919128, + 1.8642990531919124, 2.0003447670923085, 2.358254651878885, 2.6910499574565514, @@ -401238,13 +289000,13 @@ 2.071725903108287 ], "relative wind angle": [ - 0.023448334499935743, + 0.023448334499935747, 0.15745017398717648, - 0.2081291921177364, + 0.20812919211773748, 0.1399826255015258, - 0.015398778458867609, + 0.015398778458874817, 0.11453410168140588, - 0.20073758117040702, + 0.20073758117040705, 0.18224305981915923 ], "resistance": [ @@ -401298,34 +289060,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -855.4858909898146, + -855.4858909898151, -596.5907541462411, - 52.93679841848143, + 52.9367984184812, 753.2102255135833, 1060.5983890135403, 570.8128352011763, -156.24028877325122, - -722.3868482047785 + -722.3868482047787 ], "relative wind speed": [ - 1.5900550953402248, + 1.5900550953402244, 1.8330104350264278, 2.238398215163388, 2.552044873533412, 2.643349909643905, 2.4810575761388685, 2.1225332462379027, - 1.7328130062137928 + 1.7328130062137925 ], "relative wind angle": [ 0.03755655641008218, 0.228255090488481, - 0.2376080195932226, + 0.23760801959322309, 0.12980456928018316, - 0.022588017372934997, + 0.022588017372935, 0.16796345519838107, 0.2508499367064935, - 0.1918106124089741 + 0.19181061240897354 ], "resistance": [ 95779.01410901023, @@ -401378,20 +289140,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -733.9589067899349, + -733.9589067899351, -483.20633359884914, - 81.98109701648355, - 660.6707829441364, + 81.98109701648309, + 660.6707829441359, 862.2181913487195, 424.7136602316948, -190.69274905859743, -646.9035079438177 ], "relative wind speed": [ - 1.6411682192762225, + 1.6411682192762223, 1.8627565431897017, - 2.2093474280827436, - 2.4699682951065527, + 2.209347428082743, + 2.469968295106553, 2.532599719041779, 2.3743699209804556, 2.055791429809199, @@ -401399,13 +289161,13 @@ ], "relative wind angle": [ 0.04786044391876889, - 0.20046560861424112, - 0.20328798616767177, - 0.10541212727351601, - 0.03100752115016793, - 0.15686186423553258, + 0.20046560861424115, + 0.20328798616767121, + 0.10541212727351706, + 0.031007521150167926, + 0.1568618642355326, 0.2187102622765759, - 0.15044164505138508 + 0.1504416450513851 ], "resistance": [ 95900.54109321006, @@ -401458,7 +289220,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -733.6061187108354, + -733.6061187108393, -535.3684226511007, 10.354557680624794, 617.2742754377216, @@ -401468,7 +289230,7 @@ -603.394192931846 ], "relative wind speed": [ - 1.4872406811323355, + 1.487240681132335, 1.6942378096622246, 2.0657192792951307, 2.3630379225857707, @@ -401478,14 +289240,14 @@ 1.6362454315070845 ], "relative wind angle": [ - 0.023272802083818756, + 0.023272802083828297, 0.21912753522172307, 0.23761096048517724, 0.13555670133385042, - 0.014071819514894631, - 0.15929479261604332, + 0.01407181951489463, + 0.1592947926160433, 0.2457634610115412, - 0.1964304537696081 + 0.19643045376960813 ], "resistance": [ 95900.89388128919, @@ -401538,17 +289300,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -661.5673104894386, + -661.5673104894424, -555.1882757368171, -116.90301108368362, 435.6471094283613, - 796.9962879848433, + 796.9962879848374, 550.2782778912463, - 15.524925939034574, + 15.524925939034802, -475.67482417240376 ], "relative wind speed": [ - 1.5557064444125008, + 1.5557064444125004, 1.6745538442013554, 1.988955802848052, 2.280558920636707, @@ -401558,21 +289320,21 @@ 1.7404336237287081 ], "relative wind angle": [ - 0.025791701433108462, + 0.025791701433117074, 0.16428092745105552, 0.21658529483422992, - 0.14547687494212994, - 0.016645529881503404, - 0.1178418768528089, - 0.20824464737553466, - 0.19111369098502018 + 0.14547687494212996, + 0.016645529881510072, + 0.11784187685280892, + 0.20824464737553414, + 0.19111369098502015 ], "resistance": [ 95972.93268951055, 96079.31172426317, 96517.5969889163, 97070.14710942835, - 97431.49628798483, + 97431.49628798482, 97184.77827789124, 96650.02492593903, 96158.82517582759 @@ -401582,7 +289344,7 @@ 39.36044496045147, 39.58567024993053, 39.87063238104077, - 40.057602435524934, + 40.05760243552493, 39.92989246358417, 39.65386270926213, 39.40125212276793 @@ -401618,17 +289380,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -674.7309396071977, + -674.7309396072004, -575.6825047521186, - -137.4070674241375, + -137.40706742413795, 428.403588305305, - 810.393214046833, + 810.3932140468285, 580.9953679848275, 38.66927229570456, -469.93062494175615 ], "relative wind speed": [ - 1.5417877043606727, + 1.5417877043606725, 1.6533146851676526, 1.9730991024602818, 2.2752586366958427, @@ -401638,12 +289400,12 @@ 1.7415047834189958 ], "relative wind angle": [ - 0.03472175135792406, - 0.164669696263403, - 0.22323001046910806, + 0.03472175135793046, + 0.16466969626340303, + 0.22323001046910856, 0.15298078618084424, - 0.022163887948812706, - 0.11607563853194167, + 0.022163887948817716, + 0.11607563853194165, 0.21182354560842756, 0.20042842236670988 ], @@ -401652,7 +289414,7 @@ 96058.8174952479, 96497.09293257588, 97062.90358830531, - 97444.89321404685, + 97444.89321404684, 97215.49536798484, 96673.16927229572, 96164.56937505826 @@ -401662,7 +289424,7 @@ 39.34283805983938, 39.568024868373335, 39.85979653630736, - 40.057450787758626, + 40.05745078775861, 39.93868751771347, 39.658694506882064, 39.39710816485656 @@ -401698,31 +289460,31 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -674.4300710957336, + -674.4300710957377, -760.3979111306303, - -524.132423726991, + -524.1324237269928, 35.30196600756608, - 605.3043012774197, + 605.3043012774215, 807.9264712509357, 391.25208853991444, -217.33575989499832 ], "relative wind speed": [ - 2.569503149698723, + 2.5695031496987224, 2.505934214646837, 2.650335793601301, 2.89825912442754, - 3.098509570155916, + 3.0985095701559158, 3.150143124450347, 3.029658095200714, 2.793421207110013 ], "relative wind angle": [ - 0.07420565130686432, + 0.07420565130686732, 0.02105486941415584, - 0.100195681855292, - 0.11138700436868504, - 0.0615189082602526, + 0.10019568185529311, + 0.11138700436868502, + 0.0615189082602508, 0.016748663164767603, 0.08761635442008694, 0.11558576459800163 @@ -401732,7 +289494,7 @@ 95874.10208886939, 96110.36757627303, 96669.80196600758, - 97239.80430127743, + 97239.80430127744, 97442.42647125095, 97025.75208853993, 96417.16424010502 @@ -401778,19 +289540,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -718.9790607900691, + -718.9790607900723, -806.6731208477813, - -546.3257166534463, + -546.3257166534472, 53.586713146550665, - 660.031345239156, + 660.0313452391538, 866.0769065988893, 413.8397540927499, -236.16612200513237 ], "relative wind speed": [ - 2.4743885705683075, + 2.474388570568307, 2.4074078094769176, - 2.5705373820615196, + 2.570537382061519, 2.8430724742728954, 3.059009614135164, 3.1119971491632157, @@ -401798,14 +289560,14 @@ 2.7197568868489386 ], "relative wind angle": [ - 0.08303353272749736, + 0.08303353272750004, 0.025822725515742505, - 0.11428203365904396, - 0.12426489232450458, - 0.06713789601911842, + 0.11428203365904395, + 0.12426489232450459, + 0.06713789601912007, 0.019975293477392332, 0.09856828110107423, - 0.12993036136949285 + 0.12993036136949287 ], "resistance": [ 95915.52093921, @@ -401858,37 +289620,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -682.9182150256304, + -682.9182150256311, -746.5979053040662, - -474.5611909003633, + -474.56119090036464, 97.09040806651001, - 653.6206483799815, + 653.6206483799801, 802.6374680548033, - 356.0310250418079, - -251.98705281572302 + 356.03102504180924, + -251.98705281572347 ], "relative wind speed": [ - 2.2008475452252987, + 2.2008475452252982, 2.146693349544755, 2.3301723132071492, - 2.612812795162759, + 2.6128127951627595, 2.825094758417719, 2.8664608796185957, 2.7194093664114516, 2.449101796332129 ], "relative wind angle": [ - 0.0892393947907953, + 0.08923939479079529, 0.038532798658361914, - 0.13477272743105884, - 0.13825468732026222, - 0.06948426964750566, - 0.0288540866865028, - 0.11538892005518077, - 0.14756186391299905 + 0.1347727274310605, + 0.13825468732026383, + 0.06948426964750726, + 0.028854086686502804, + 0.11538892005517981, + 0.14756186391299908 ], "resistance": [ - 95951.58178497436, + 95951.58178497435, 95887.90209469592, 96159.93880909962, 96731.59040806649, @@ -401898,7 +289660,7 @@ 96382.51294718427 ], "fuel": [ - 40.16244524511363, + 40.162445245113624, 40.12981137157969, 40.26932723753695, 40.5633999429258, @@ -401938,19 +289700,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -735.8385219770571, + -735.8385219770589, -835.0497120315588, - -568.6841648061363, + -568.6841648061381, 55.81076027420477, 696.4220645762834, 928.2423049322647, - 457.34223862531417, + 457.3422386253137, -223.8549306414202 ], "relative wind speed": [ - 2.2370370856560635, + 2.237037085656063, 2.153820755319899, - 2.3398418941904677, + 2.3398418941904673, 2.6499840103855155, 2.8939717543703556, 2.956427504886129, @@ -401958,14 +289720,14 @@ 2.521307633430539 ], "relative wind angle": [ - 0.10650531232022398, + 0.10650531232022502, 0.03024316301126067, - 0.1414688182523939, + 0.1414688182523947, 0.15207207119392416, - 0.08226569348936495, + 0.08226569348936497, 0.022031215603985164, - 0.11761450590561001, - 0.15989831568649934 + 0.11761450590561096, + 0.15989831568649937 ], "resistance": [ 95898.66147802299, @@ -402018,17 +289780,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -780.397780342284, + -780.3977803422863, -843.2524146818823, - -523.388318533468, + -523.3883185334689, 127.39264766087035, - 750.250953657513, + 750.2509536575112, 897.3997287559673, 383.3053305993635, -303.3661041686414 ], "relative wind speed": [ - 2.365487655605996, + 2.3654876556059956, 2.3157935990082272, 2.5135960497259897, 2.811004416253576, @@ -402038,14 +289800,14 @@ 2.6229350129327207 ], "relative wind angle": [ - 0.08436093299567728, + 0.0843609329956799, 0.04101409435640396, - 0.13311205937824194, - 0.13446078419729657, - 0.06581078599554178, + 0.1331120593782428, + 0.1344607841972966, + 0.06581078599554348, 0.030944720569438863, - 0.11492496891939775, - 0.14416692734616846 + 0.11492496891939777, + 0.14416692734616843 ], "resistance": [ 95854.10221965768, @@ -402098,39 +289860,39 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -736.2346757631976, + -736.2346757631992, -743.8649629620304, - -383.51704004604085, + -383.5170400460413, 232.45177670635485, - 768.1052716266727, + 768.10527162667, 785.8491128200476, 262.97240747738897, -357.36371271121493 ], "relative wind speed": [ - 1.9599970267849918, + 1.9599970267849915, 1.9528856149102052, 2.198909399347559, 2.511486297515016, - 2.714471554581264, + 2.7144715545812645, 2.7195922379492155, 2.5248250670289596, 2.2141320518503744 ], "relative wind angle": [ - 0.08433415616740053, + 0.08433415616740185, 0.07723980648809603, - 0.17285728481771673, + 0.1728572848177174, 0.15357033444964716, - 0.06085928199737899, + 0.06085928199738264, 0.055437642046607394, 0.1503614510729779, - 0.17439331326459398 + 0.17439331326459395 ], "resistance": [ 95898.26532423681, 95890.63503703798, - 96250.98295995398, + 96250.98295995397, 96866.95177670637, 97402.60527162669, 97420.34911282005, @@ -402140,7 +289902,7 @@ "fuel": [ 39.82047535526165, 39.816565786952175, - 40.0014355240546, + 40.001435524054585, 40.318565644952386, 40.59549331030149, 40.60468497344149, @@ -402178,9 +289940,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -731.4723744618398, + -731.4723744618416, -810.5924856089023, - -515.7903032114643, + -515.7903032114655, 112.87575343728258, 737.0045727652273, 920.6425696847905, @@ -402188,7 +289950,7 @@ -246.94669228287694 ], "relative wind speed": [ - 1.935700369259414, + 1.9357003692594135, 1.8601246630959227, 2.0870527372791576, 2.4309274456743633, @@ -402198,9 +289960,9 @@ 2.2468555318464873 ], "relative wind angle": [ - 0.12662374975336324, + 0.126623749753365, 0.05039820859353805, - 0.18162155862891705, + 0.1816215586289189, 0.18175870525420354, 0.09115932648523044, 0.034228978636913515, @@ -402258,9 +290020,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -668.6616347145844, + -668.6616347145862, -648.9929974004831, - -293.60303866252366, + -293.60303866252457, 266.36075235118324, 726.0792321692325, 680.451854860341, @@ -402268,7 +290030,7 @@ -360.431660777366 ], "relative wind speed": [ - 1.744564190347654, + 1.7445641903476539, 1.7648810340317063, 2.0250642974281945, 2.3289724677128123, @@ -402278,9 +290040,9 @@ 1.9821074465173485 ], "relative wind angle": [ - 0.07774981072859533, + 0.07774981072859961, 0.09990621778857744, - 0.19100315361619571, + 0.1910031536161969, 0.1585265324217277, 0.053971801906827266, 0.07053761279578073, @@ -402338,17 +290100,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -690.2529367015497, + -690.252936701552, -653.5526791118311, - -270.34731834507375, + -270.3473183450742, 307.01555124399533, 763.7750833058069, 678.6780143417689, - 161.513352125148, + 161.51335212514755, -394.7757247369034 ], "relative wind speed": [ - 1.7314373047062903, + 1.73143730470629, 1.7693861532185606, 2.044945716291802, 2.3527422649259724, @@ -402358,13 +290120,13 @@ 1.96496039489421 ], "relative wind angle": [ - 0.07017517671838025, - 0.11145759734090215, - 0.1967370737367652, - 0.1572711243911698, + 0.070175176718385, + 0.11145759734090216, + 0.19673707373676633, + 0.15727112439116983, 0.04801296135057303, 0.07870368450834998, - 0.17595145639195542, + 0.17595145639195606, 0.18865000127225962 ], "resistance": [ @@ -402418,17 +290180,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -750.5208457980475, + -750.520845798057, -625.8562202129954, - -128.16414214520773, + -128.1641421452082, 485.592222503416, - 872.1366739751797, + 872.1366739751679, 581.1059947118092, - -16.808012196500385, + -16.808012196501295, -559.2010664260752 ], "relative wind speed": [ - 1.928700010943136, + 1.9287000109431356, 2.04387717364878, 2.3387843423291, 2.615378055011775, @@ -402438,21 +290200,21 @@ 2.089327254658846 ], "relative wind angle": [ - 0.01476620253671266, + 0.014766202536727694, 0.13017082793398127, - 0.17346811674975907, + 0.17346811674975968, 0.11710611472187304, - 0.010409072953447056, - 0.10024234899100909, - 0.16936324377031034, - 0.14678277601785886 + 0.010409072953457723, + 0.10024234899100912, + 0.16936324377031098, + 0.14678277601785888 ], "resistance": [ - 95883.97915420195, + 95883.97915420194, 96008.643779787, 96506.33585785479, 97120.09222250342, - 97506.63667397518, + 97506.63667397517, 97215.6059947118, 96617.6919878035, 96075.29893357393 @@ -402462,7 +290224,7 @@ 39.87865790503324, 40.134335203481314, 40.450906901257554, - 40.65100350539477, + 40.65100350539476, 40.50029834943305, 40.191667911852754, 39.91284692786475 @@ -402498,30 +290260,30 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -604.0555289184163, + -604.0555289184172, -613.1561131782273, - -321.011174733364, + -321.01117473336444, 183.71794231054946, 625.3673013583607, 646.5468644869966, - 220.1998373786223, + 220.1998373786214, -289.73525532951726 ], "relative wind speed": [ - 1.8071966008937006, + 1.8071966008937004, 1.7979740165650635, 2.015707105371897, 2.2957867849311118, 2.4795206603123567, 2.486216341140582, - 2.313202785004121, + 2.3132027850041204, 2.03552089091054 ], "relative wind angle": [ - 0.08342664783675317, + 0.0834266478367545, 0.07338204580481916, - 0.1679838794594551, - 0.15075508204691532, + 0.16798387945945575, + 0.1507550820469153, 0.06077233533262158, 0.053045452220132815, 0.14621279583016406, @@ -402578,9 +290340,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -767.832161608444, + -767.8321616084495, -698.4919039880788, - -253.13925406615226, + -253.13925406615317, 367.9564536056441, 817.2308558530576, 654.5027095796067, @@ -402598,13 +290360,13 @@ 2.4819558691839756 ], "relative wind angle": [ - 0.03252748710521978, + 0.032527487105226606, 0.08140757254279163, - 0.13369988892816687, + 0.1336998889281677, 0.10444597363330264, - 0.025011367672914446, + 0.02501136767291445, 0.06500597411276185, - 0.12642459141608403, + 0.12642459141608406, 0.12060685147268871 ], "resistance": [ @@ -402658,34 +290420,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -518.5747454463244, + -518.5747454463253, -651.629818534532, - -515.3559431636663, + -515.3559431636666, -54.264007148525934, 482.5137911649747, 792.600492044345, - 477.886883325609, + 477.88688332560855, -59.63145411532605 ], "relative wind speed": [ - 1.7979167743062099, + 1.7979167743062094, 1.657463083728788, - 1.8004429555216979, + 1.8004429555216974, 2.103834208670877, 2.3678844297663093, 2.468237736956799, - 2.365964193299142, + 2.3659641932991415, 2.100776766457481 ], "relative wind angle": [ - 0.1594984249056977, - 0.0009399671551586287, - 0.1605122810501257, - 0.19390260903286327, + 0.15949842490569843, + 0.0009399671551586286, + 0.160512281050125, + 0.19390260903286324, 0.12088733986503106, 0.0006312036762224226, - 0.1219240890419611, - 0.19418841109527998 + 0.1219240890419602, + 0.19418841109528 ], "resistance": [ 96115.92525455367, @@ -402738,33 +290500,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -540.9434913388022, + -540.9434913388027, -609.4338802575203, - -397.46261489537164, + -397.4626148953723, 72.63118376484044, 549.6371792955304, 708.3289261839229, - 343.05498049821813, + 343.0549804982179, -166.4807207857407 ], "relative wind speed": [ - 1.6109500407746762, + 1.610950040774676, 1.5323393101669627, - 1.7322743547425603, + 1.73227435474256, 2.0422886687468838, 2.2744451157880294, 2.3281316236675687, - 2.183457391044121, + 2.1834573910441213, 1.896659593103632 ], "relative wind angle": [ - 0.14263421182477196, - 0.048541197886634024, + 0.14263421182477276, + 0.04854119788663403, 0.1941124984793473, - 0.19623675300408372, + 0.1962367530040837, 0.10085402193928146, 0.03194193279021641, - 0.15364011712005626, + 0.1536401171200577, 0.21152444016117913 ], "resistance": [ @@ -402818,9 +290580,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -508.1105419502369, + -508.11054195023826, -642.7975639820086, - -513.1943258951633, + -513.1943258951642, -62.52861049266471, 465.89265321726907, 775.5067490686365, @@ -402828,9 +290590,9 @@ -54.04667927195942 ], "relative wind speed": [ - 1.8279519059726521, + 1.8279519059726517, 1.689120489859407, - 1.8240232544708137, + 1.8240232544708135, 2.1179195387510106, 2.3769830403801913, 2.4775650376006735, @@ -402838,14 +290600,14 @@ 2.122704259236509 ], "relative wind angle": [ - 0.1540475533291833, + 0.15404755332918477, 0.0014414693966075945, - 0.1524717896910698, + 0.15247178969107056, 0.18722865396416077, 0.11827349958646703, 0.0009827451570850198, - 0.1166661032880428, - 0.18680164358336 + 0.11666610328804282, + 0.18680164358336002 ], "resistance": [ 96126.38945804982, @@ -402898,34 +290660,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -534.6687977619808, + -534.6687977619818, -612.5664365273083, - -412.2749848071405, + -412.274984807141, 54.49864298456123, 538.4624450125764, 719.0165460366159, - 362.1983953589797, - -149.44295905904914 + 362.19839535897927, + -149.44295905904892 ], "relative wind speed": [ - 1.6178820597019856, + 1.6178820597019852, 1.5285278845390167, 1.7215118067080997, 2.032670696066901, 2.2708048015976567, 2.3318874999131474, 2.1932838178013183, - 1.9084932924732565 + 1.9084932924732567 ], "relative wind angle": [ - 0.14848157181084937, - 0.041504920705855514, - 0.19231641494788912, - 0.1990349771855765, + 0.14848157181085012, + 0.04150492070585551, + 0.19231641494789029, + 0.19903497718557647, 0.10559662780395937, 0.02720158569224915, - 0.15058918267387064, - 0.2121768814658171 + 0.1505891826738714, + 0.21217688146581762 ], "resistance": [ 96099.83120223798, @@ -402978,9 +290740,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -434.8082445956213, + -434.80824459562245, -612.511819775272, - -521.02016641358, + -521.0201664135802, -123.46814026766742, 384.18930228801946, 720.7478267502029, @@ -402988,9 +290750,9 @@ 20.283906054199406 ], "relative wind speed": [ - 1.7607850759558032, + 1.760785075955803, 1.5889385308664306, - 1.6902259181648736, + 1.6902259181648733, 1.9754027809123715, 2.246871117684472, 2.3715118064899827, @@ -402998,14 +290760,14 @@ 2.0607226296513126 ], "relative wind angle": [ - 0.17553818016791717, + 0.17553818016791847, 0.027371355010061688, 0.14606245966429887, - 0.1994488554030882, + 0.19944885540308818, 0.13728789179693163, 0.018337841478929157, 0.1071426102108565, - 0.19108680000255898 + 0.191086800002559 ], "resistance": [ 96199.69175540438, @@ -403058,9 +290820,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -484.76338822016646, + -484.7633882201676, -617.6713635848765, - -489.4515937173344, + -489.45159371733484, -51.1142369482036, 464.3476126491298, 769.0703372022629, @@ -403068,9 +290830,9 @@ -43.30840361236642 ], "relative wind speed": [ - 1.6409959030417212, + 1.640995903041721, 1.4885638008369477, - 1.636947213242881, + 1.6369472132428808, 1.9525667747368016, 2.2250696672520713, 2.3298026501750777, @@ -403078,8 +290840,8 @@ 1.957366998832585 ], "relative wind angle": [ - 0.18332972386276658, - 0.0016510355887420897, + 0.18332972386276838, + 0.0016510355887420895, 0.18162912096342088, 0.21712078325156245, 0.13485854954251597, @@ -403090,7 +290852,7 @@ "resistance": [ 96149.73661177988, 96016.82863641517, - 96145.04840628272, + 96145.0484062827, 96583.38576305185, 97098.84761264917, 97403.57033720231, @@ -403138,34 +290900,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -442.9247089675048, + -442.92470896750615, -615.6848426518598, - -520.4825539233227, - -117.97830874345073, - 390.9822736925737, + -520.4825539233232, + -117.9783087434505, + 390.9822736925728, 723.8468777207579, - 502.4238573843634, + 502.4238573843643, 11.383059307148187 ], "relative wind speed": [ - 1.7843994050885845, + 1.7843994050885843, 1.6182670233701606, - 1.7219501067480383, - 2.0050389925635965, + 1.721950106748038, + 2.005038992563596, 2.272872744009156, 2.39400158488103, 2.3205429487968168, - 2.080829254321402 + 2.0808292543214026 ], "relative wind angle": [ - 0.16984086986172392, + 0.1698408698617259, 0.023853509871534808, 0.14395240759172834, - 0.19471146367491238, - 0.13309204836827343, - 0.016123364542985682, - 0.10665287547309749, - 0.18753348088030386 + 0.1947114636749112, + 0.13309204836827426, + 0.01612336454298568, + 0.10665287547309645, + 0.18753348088030503 ], "resistance": [ 96191.5752910325, @@ -403218,9 +290980,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -475.19165672586087, + -475.1916567258618, -692.6772019148634, - -596.8970654976288, + -596.8970654976292, -153.09609473810178, 426.95807512987085, 824.3153307029988, @@ -403228,7 +290990,7 @@ 49.59837620092276 ], "relative wind speed": [ - 1.7892135747067717, + 1.7892135747067712, 1.5849134828998768, 1.690235870473212, 2.0084969141495175, @@ -403238,10 +291000,10 @@ 2.1262873556072375 ], "relative wind angle": [ - 0.19776328057642611, + 0.19776328057642667, 0.03802844105012335, - 0.1582244409074487, - 0.21927566500978835, + 0.15822444090745008, + 0.21927566500978832, 0.15251912397743508, 0.024514281188230437, 0.11179985202128152, @@ -403298,7 +291060,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -452.0416260463501, + -452.04162604635076, -553.467141369674, -421.7580661774766, -23.79450663026273, @@ -403318,10 +291080,10 @@ 1.9338220804603212 ], "relative wind angle": [ - 0.1504581444501929, + 0.1504581444501944, 0.010211023579657317, 0.1615598992001807, - 0.1884173086461802, + 0.18841730864618017, 0.11346490425042045, 0.006918077052462503, 0.1248003519179937, @@ -403378,9 +291140,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -430.1373868620385, + -430.13738686203965, -604.0319905137316, - -509.754212615941, + -509.7542126159417, -112.36678675978237, 392.37945497654937, 725.7599183127804, @@ -403388,9 +291150,9 @@ 20.23296045270149 ], "relative wind speed": [ - 1.664710786440898, + 1.6647107864408979, 1.485226082062545, - 1.5956150960341657, + 1.5956150960341655, 1.895340168693661, 2.175305246455008, 2.3015904072854703, @@ -403398,9 +291160,9 @@ 1.9775996972804275 ], "relative wind angle": [ - 0.19248414209782388, + 0.19248414209782566, 0.02833353424924419, - 0.1630100231898862, + 0.1630100231898869, 0.2171185182108939, 0.146923768386042, 0.01828232240334914, @@ -403458,19 +291220,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -547.681821750045, + -547.6818217500459, -643.9474659614442, - -449.66021356577585, + -449.66021356577653, 35.86746060472478, - 555.4643948498863, + 555.4643948498858, 778.3050600276358, 413.91083131034225, -127.29351936563717 ], "relative wind speed": [ - 1.5946631930698423, + 1.5946631930698418, 1.4822913721644282, - 1.6794659348607541, + 1.679465934860754, 2.0119679833585304, 2.2716549003942657, 2.346524871767585, @@ -403478,11 +291240,11 @@ 1.9118973611983447 ], "relative wind angle": [ - 0.16975003804656397, - 0.03461335243698079, - 0.2050343968598572, + 0.16975003804656463, + 0.034613352436980785, + 0.20503439685985775, 0.21654281118399105, - 0.11886993712873735, + 0.11886993712873828, 0.02186250676045, 0.15536984559924594, 0.2280722971849367 @@ -403538,34 +291300,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -471.96097910135313, + -471.9609791013538, -638.0692565601072, - -523.1698898659812, + -523.1698898659814, -87.1609407548965, - 449.38955902557564, + 449.3895590255761, 789.6218350170348, 523.4162214076823, - -1.9508843985033764 + -1.9508843985036037 ], "relative wind speed": [ - 1.6313436340668286, + 1.6313436340668284, 1.4502780412522698, 1.5862307421050785, 1.9125693415335099, 2.2045044331724384, 2.3276201260834593, 2.2371843645725917, - 1.9655025724005997 + 1.9655025724006 ], "relative wind angle": [ - 0.20333877733581673, + 0.20333877733581782, 0.018736378618152763, - 0.18450391679240716, + 0.18450391679240777, 0.23144809917885822, - 0.14999872835252143, + 0.14999872835252068, 0.011673720078181479, - 0.1304474979245714, - 0.2251058970432973 + 0.13044749792457136, + 0.2251058970432978 ], "resistance": [ 96162.53902089868, diff --git a/tests/regression_tests/example_meshes/vessel_meshes/grf_sparse.json b/tests/regression_tests/example_meshes/vessel_meshes/grf_sparse.json index e312e738..42ab25b3 100644 --- a/tests/regression_tests/example_meshes/vessel_meshes/grf_sparse.json +++ b/tests/regression_tests/example_meshes/vessel_meshes/grf_sparse.json @@ -208,7 +208,7 @@ "HullType": "slender", "ForceLimit": 96634.5, "MaxIceConc": 80, - "MinDepth": -10 + "MinDepth": 10 } }, "cellboxes": [ @@ -242,17 +242,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -59.3493518120265, + -59.34935181202923, -373.7598773023394, - -460.6860228914418, + -460.6860228915298, -370.6631813028341, - -54.14561158000697, + -54.14561158000606, 311.33649410026464, 516.5838952597073, 306.9255362214594 ], "relative wind speed": [ - 2.21967536380444, + 2.2196753638044395, 2.031875171350505, 1.9497160039695263, 2.0340135206722025, @@ -262,19 +262,19 @@ 2.3935333760736697 ], "relative wind angle": [ - 0.11580931589550804, + 0.11580931589550995, 0.08889066720315822, - 0.0007146162237045406, - 0.08976958017262847, - 0.11566443344646746, + 0.0007146162238599, + 0.08976958017262848, + 0.1156644334464665, 0.07537435869868926, - 0.000565763906404338, - 0.07625724008676248 + 0.0005657639064043379, + 0.07625724008676246 ], "resistance": [ 96575.150648188, 96260.7401226977, - 96173.81397710858, + 96173.8139771085, 96263.8368186972, 96580.35438842002, 96945.8364941003, @@ -284,7 +284,7 @@ "fuel": [ 39.9579364746746, 39.79622792944385, - 39.75158472628566, + 39.751584726285614, 39.797818837601454, 39.96061597204326, 40.14906119830573, @@ -309,52 +309,7 @@ "id": "34", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 27.01469924368853, - 27.01469924368853, - 27.01469924368853, - 27.01469924368853, - 27.01469924368853, - 27.01469924368853, - 27.01469924368853, - 27.01469924368853 - ], - "relative wind speed": [ - 0.35002234618452494, - 0.35002234618452494, - 0.35002234618452494, - 0.35002234618452494, - 0.35002234618452494, - 0.35002234618452494, - 0.35002234618452494, - 0.35002234618452494 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((62.5 45, 62.5 47.5, 65 47.5, 65 45, 62.5 45))", @@ -373,52 +328,7 @@ "id": "35", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 28.473696313484798, - 28.473696313484798, - 28.473696313484798, - 28.473696313484798, - 28.473696313484798, - 28.473696313484798, - 28.473696313484798, - 28.473696313484798 - ], - "relative wind speed": [ - 0.3593499820300052, - 0.3593499820300052, - 0.3593499820300052, - 0.3593499820300052, - 0.3593499820300052, - 0.3593499820300052, - 0.3593499820300052, - 0.3593499820300052 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 52.5, 55 55, 57.5 55, 57.5 52.5, 55 52.5))", @@ -450,19 +360,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -79.83587137515497, + -79.83587137515951, -960.8843259780369, - -1254.7464731478813, + -1254.746473147883, -1051.830729500668, -232.7764490179552, 764.4333572554297, - 1373.2462422731178, + 1373.246242273166, 893.914160808783 ], "relative wind speed": [ - 3.76512216491313, + 3.7651221649131297, 3.4596443790046165, - 3.3089627404725688, + 3.3089627404725683, 3.4225541469562577, 3.7168736127370905, 4.002768434546666, @@ -470,33 +380,33 @@ 4.034528160880021 ], "relative wind angle": [ - 0.10901143984840363, - 0.08880006531116207, + 0.10901143984840464, + 0.08880006531116208, 0.007334755986764018, 0.0797002657946067, - 0.11043225500124874, - 0.07672546769505786, - 0.00587915771290128, + 0.11043225500124876, + 0.07672546769505788, + 0.005879157712882395, 0.06759089508482059 ], "resistance": [ - 96554.66412862486, + 96554.66412862485, 95673.61567402197, 95379.75352685213, 95582.66927049935, 96401.72355098206, 97398.93335725545, - 98007.74624227313, + 98007.74624227318, 97528.4141608088 ], "fuel": [ - 43.38554467473816, + 43.385544674738156, 42.933397247849854, 42.78323177625925, 42.88688870821922, 43.30684954015243, 43.821527379467256, - 44.137565771385766, + 44.13756577138578, 43.88862616308515 ] }, @@ -530,9 +440,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 600.4724478733904, + 600.4724478733724, 357.3930696254313, - -44.74184487364323, + -44.74184487364414, -382.22028106289815, -478.81497565899156, -369.07525444217913, @@ -540,9 +450,9 @@ 376.3953881851619 ], "relative wind speed": [ - 2.021615732342778, + 2.0216157323427777, 1.9240468629623528, - 1.6762481290878029, + 1.6762481290878024, 1.3903571709730143, 1.2591186384403104, 1.403692838212241, @@ -550,17 +460,17 @@ 1.9337054718978077 ], "relative wind angle": [ - 0.003972563926438869, + 0.003972563926466817, 0.14355855048020624, - 0.22945257063769964, - 0.19097184497330125, + 0.22945257063769967, + 0.19097184497330122, 0.006378295751471038, 0.1973801519073147, - 0.22729332933787813, + 0.2272933293378781, 0.13690518363642526 ], "resistance": [ - 97234.9724478734, + 97234.97244787338, 96991.89306962544, 96589.75815512637, 96252.27971893712, @@ -570,7 +480,7 @@ 97010.89538818518 ], "fuel": [ - 39.51404543873717, + 39.514045438737156, 39.38839506355029, 39.18100988864177, 39.007433128121434, @@ -610,33 +520,33 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -499.45736924910807, + -499.457369249109, -838.8821828423802, - -785.2774545754091, + -785.2774545754105, -315.0636979713686, 377.8322669810909, 911.9515994431717, - 787.1423783250129, + 787.1423783250098, 162.77215241333943 ], "relative wind speed": [ - 2.2992002250621386, + 2.299200225062138, 2.0700652679855707, - 2.1168728362584237, + 2.1168728362584233, 2.39988753762426, 2.715010600133905, 2.8935158579218268, - 2.8594498822109946, + 2.859449882210995, 2.626431807704328 ], "relative wind angle": [ 0.16279714177825363, 0.055500330878782665, - 0.09948859258960524, + 0.09948859258960636, 0.17260519027850055, 0.13769087113449724, - 0.039695824408639564, - 0.07359715478690654, + 0.03969582440863956, + 0.07359715478690956, 0.15758649965550983 ], "resistance": [ @@ -690,19 +600,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -603.6403384658734, + -603.6403384658843, -1559.480811476904, - -1696.4628223448344, + -1696.4628223448362, -1098.5121698712846, - 173.3582902197868, + 173.35829021978316, 1402.179985416884, 1726.4426526197258, 746.7352484116982 ], "relative wind speed": [ - 4.57159194029321, + 4.571591940293209, 4.2842003047551405, - 4.223227882783902, + 4.223227882783901, 4.432511210088856, 4.767360344312859, 5.027206507576212, @@ -710,17 +620,17 @@ 4.89694005410698 ], "relative wind angle": [ - 0.09370408386373698, + 0.09370408386373935, 0.05440293475765969, 0.02327759044322443, 0.08401784288010677, - 0.0898455777369483, - 0.046356076758447086, + 0.08984557773694953, + 0.04635607675844708, 0.019356727599805564, 0.07603333547138541 ], "resistance": [ - 96030.85966153412, + 96030.85966153411, 95075.01918852309, 94938.03717765516, 95535.98783012871, @@ -757,52 +667,7 @@ "id": "52", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.023010078056004, - 42.023010078056004, - 42.023010078056004, - 42.023010078056004, - 42.023010078056004, - 42.023010078056004, - 42.023010078056004, - 42.023010078056004 - ], - "relative wind speed": [ - 0.43655531673738956, - 0.43655531673738956, - 0.43655531673738956, - 0.43655531673738956, - 0.43655531673738956, - 0.43655531673738956, - 0.43655531673738956, - 0.43655531673738956 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 43.75, 55 45, 56.25 45, 56.25 43.75, 55 43.75))", @@ -821,68 +686,7 @@ "id": "56", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.83265791158737, - 12.83265791158737, - 12.83265791158737, - 12.83265791158737, - 12.83265791158737, - 12.83265791158737, - 12.83265791158737, - 12.83265791158737 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -1312.9333752281918, - -1160.0025188840982, - -364.1316119675166, - 691.2828779330439, - 1412.4745945623336, - 1052.8252721890576, - 61.65673818063806, - -906.378655172437 - ], - "relative wind speed": [ - 3.1212583973500143, - 3.2114679204371126, - 3.5220895513674613, - 3.846010342856625, - 4.009424302629291, - 3.937538700450534, - 3.6623247280505464, - 3.3205333403208313 - ], - "relative wind angle": [ - 0.02264025202273244, - 0.08233342827894151, - 0.12644692935372684, - 0.09479608474388619, - 0.017624400100102088, - 0.06712593872917302, - 0.1215806268914024, - 0.10985408602255027 - ], - "resistance": [ - 95321.56662477183, - 95474.49748111593, - 96270.36838803251, - 97325.78287793307, - 98046.97459456236, - 97687.32527218909, - 96696.15673818067, - 95728.1213448276 - ], - "fuel": [ - 42.314481736498465, - 42.39255718897243, - 42.80027633161086, - 43.34459307838608, - 43.718922474094384, - 43.53200714788814, - 43.01937253399226, - 42.52223106247744 - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.75 41.25, 63.75 42.5, 65 42.5, 65 41.25, 63.75 41.25))", @@ -914,19 +718,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 114.88782829363163, + 114.88782829363026, -133.18466064984216, - -290.404220464843, + -290.4042204648433, -298.9537601070406, - -162.5785927173223, + -162.57859271732252, 80.60334974709826, 297.8793575477928, 317.7793800386403 ], "relative wind speed": [ - 1.6175455226511293, + 1.617545522651129, 1.4254461005460304, - 1.263510628864243, + 1.2635106288642428, 1.2510853116307006, 1.3987370454407662, 1.594058422572772, @@ -934,11 +738,11 @@ 1.7342734453248687 ], "relative wind angle": [ - 0.14362226588288662, + 0.14362226588288896, 0.17059863998579305, 0.08774444031884165, - 0.06832520519791496, - 0.16628435103877304, + 0.06832520519791498, + 0.16628435103877373, 0.15240387112729545, 0.06422286392849293, 0.04927062451751227 @@ -994,37 +798,37 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 631.8081179995297, + 631.808117999527, 85.8073977955728, - -465.16723334099333, + -465.167233340994, -720.3215811777327, - -650.7469341314438, + -650.746934131444, -224.54717220881412, 366.2061862882956, 794.0993647123464 ], "relative wind speed": [ - 2.663934583642725, + 2.6639345836427246, 2.44080165198697, 2.1452297419664244, 1.9555244852499425, - 2.0197555202884234, + 2.019755520288423, 2.284392068652177, 2.5639713691548827, 2.711435747948168 ], "relative wind angle": [ - 0.07943644283164857, - 0.15556744418536084, - 0.15134682962394358, + 0.07943644283164998, + 0.15556744418536086, + 0.1513468296239443, 0.04052581265002254, - 0.10485370631055957, + 0.10485370631055851, 0.16631499181184836, 0.12648333587770078, 0.029223929324980767 ], "resistance": [ - 97266.30811799949, + 97266.30811799948, 96720.30739779554, 96169.33276665896, 95914.17841882222, @@ -1074,17 +878,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 490.6950142195237, + 490.695014219521, 98.6887089973593, - -325.6718298304404, + -325.67182983044086, -545.8354522734828, - -516.7828845041377, + -516.7828845041388, -222.50316211227027, 218.45400361839847, 559.0348931021208 ], "relative wind speed": [ - 2.6123816782148412, + 2.612381678214841, 2.454726986271138, 2.2370900652816403, 2.087906632043527, @@ -1094,14 +898,14 @@ 2.633092251879279 ], "relative wind angle": [ - 0.052084486605893855, + 0.05208448660589599, 0.11134340516044737, - 0.11186403742474293, + 0.11186403742474395, 0.038524622955020196, - 0.06438617270643747, - 0.11913036545342119, - 0.09975474351766804, - 0.030545237050307893 + 0.06438617270643919, + 0.1191303654534212, + 0.09975474351766803, + 0.030545237050307896 ], "resistance": [ 97125.19501421956, @@ -1154,7 +958,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -356.37807151563527, + -356.37807151563607, -413.50030799913463, -289.88287583187184, 17.444494256085363, @@ -1164,9 +968,9 @@ -93.5906452543611 ], "relative wind speed": [ - 1.4676861177154898, + 1.4676861177154896, 1.3947628084121548, - 1.5302294159381031, + 1.530229415938103, 1.7637198080968002, 1.9499097956673392, 2.0027200152903175, @@ -1174,14 +978,14 @@ 1.6868737919302663 ], "relative wind angle": [ - 0.12803525016928524, + 0.128035250169287, 0.02798998961713394, - 0.15921364562679674, - 0.1732634750162727, - 0.09625689815123308, + 0.15921364562679602, + 0.17326347501627268, + 0.09625689815123306, 0.0194918764350665, 0.12795377906029606, - 0.1812421413738552 + 0.18124214137385522 ], "resistance": [ 96278.1219284844, @@ -1234,7 +1038,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -272.5883972762018, + -272.5883972762024, -276.42754850845665, -144.393595746252, 83.25615926434443, @@ -1246,7 +1050,7 @@ "relative wind speed": [ 1.2167498956995668, 1.2109705441194383, - 1.3570127817888968, + 1.3570127817888966, 1.544633468882511, 1.667563767856522, 1.6717654051414683, @@ -1254,17 +1058,17 @@ 1.3694366269969296 ], "relative wind angle": [ - 0.08268837931019274, + 0.08268837931019543, 0.07333194743409145, - 0.1672995816209439, + 0.16729958162094324, 0.15001282004172056, 0.060301979298421224, - 0.053096541669261005, + 0.05309654166926101, 0.1457819392645545, 0.16937931199350192 ], "resistance": [ - 96361.91160272382, + 96361.9116027238, 96358.07245149156, 96490.10640425376, 96717.75615926436, @@ -1274,7 +1078,7 @@ 96503.3062573959 ], "fuel": [ - 38.850163751688534, + 38.85016375168853, 38.848190016049216, 38.91610112515522, 39.03334416381856, @@ -1314,19 +1118,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 81.17631168173864, + 81.17631168173818, -565.453640185226, - -780.4977562816198, + -780.4977562816205, -578.5610536709538, - 57.25283027803687, + 57.25283027803664, 841.4817856909423, - 1350.3800242318557, + 1350.3800242318348, 863.6961985676431 ], "relative wind speed": [ - 1.7288982458526263, + 1.728898245852626, 1.1106881989815016, - 0.6992140267762387, + 0.6992140267762386, 1.0914012360578784, 1.7114395131956976, 2.1643673617209815, @@ -1334,33 +1138,33 @@ 2.1741567776430357 ], "relative wind angle": [ - 0.49117182283575606, + 0.4911718228357562, 0.5532549435908432, - 0.014179525607432292, + 0.014179525607440123, 0.5490751739330896, - 0.49663639884565686, - 0.2730294859441727, - 0.004254907336436983, + 0.4966363988456569, + 0.27302948594417276, + 0.004254907336463076, 0.26508051150004236 ], "resistance": [ - 96715.67631168172, + 96715.6763116817, 96069.04635981475, 95854.00224371835, 96055.93894632901, 96691.75283027801, 97475.9817856909, - 97984.88002423182, + 97984.88002423181, 97498.19619856762 ], "fuel": [ - 39.10867917480339, + 39.108679174803385, 38.77616411693508, 38.66592721860498, 38.769440010125095, 39.09634934027038, 39.50163954279592, - 39.76586294774211, + 39.76586294774209, 39.51315330124562 ] }, @@ -1394,9 +1198,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -460.6794233418384, + -460.6794233418391, -1017.7315554033382, - -1026.315301947861, + -1026.3153019478614, -488.06158557514163, 419.7004752593682, 1226.2672884968258, @@ -1414,13 +1218,13 @@ 2.512826498399819 ], "relative wind angle": [ - 0.3092914916918696, + 0.30929149169187076, 0.16598458245487788, - 0.1563384195631865, + 0.15633841956318795, 0.3085466925634568, - 0.2493872442069361, + 0.24938724420693606, 0.0938956005913524, - 0.08777474812194726, + 0.08777474812194724, 0.24510902275773763 ], "resistance": [ @@ -1461,68 +1265,7 @@ "id": "100", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.143490376793423, - 10.143490376793423, - 10.143490376793423, - 10.143490376793423, - 10.143490376793423, - 10.143490376793423, - 10.143490376793423, - 10.143490376793423 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1163.0684578209125, - -1291.0292821559328, - -818.1134388164915, - 188.41045751389083, - 1190.1368785678824, - 1486.5656238657566, - 693.6306423586375, - -386.56042719383913 - ], - "relative wind speed": [ - 2.3464601489153205, - 2.245939642106378, - 2.54574912118461, - 2.9956834368210354, - 3.3261925491100994, - 3.3948766145794345, - 3.176254636547742, - 2.75595951540645 - ], - "relative wind angle": [ - 0.13684689382866896, - 0.054497294839468725, - 0.19493362721207977, - 0.19315270189429268, - 0.09638668682490266, - 0.03604359294799261, - 0.15588105422389364, - 0.2101951977987073 - ], - "resistance": [ - 95471.4315421791, - 95343.47071784409, - 95816.38656118352, - 96822.9104575139, - 97824.6368785679, - 98121.06562386577, - 97328.13064235865, - 96247.93957280618 - ], - "fuel": [ - 40.546826194190956, - 40.481494152156614, - 40.723250924730976, - 41.2405610987817, - 41.759148423772174, - 41.91332362759866, - 41.501643635858834, - 40.94458903711016 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 53.75, 58.75 55, 60 55, 60 53.75, 58.75 53.75))", @@ -1554,19 +1297,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 362.7526157682818, - 128.47386265325855, - -128.37482293540347, + 362.7526157682815, + 128.47386265325844, + -128.3748229354037, -278.8433881221687, -274.28688579850933, -114.40916711116057, - 145.29465414436953, + 145.29465414436942, 373.17545333853303 ], "relative wind speed": [ 1.4082161598691927, 1.2343312273334426, - 0.9430087524179812, + 0.9430087524179811, 0.672099400130857, 0.6835491906216847, 0.962672670301704, @@ -1574,13 +1317,13 @@ 1.413716607124652 ], "relative wind angle": [ - 0.1158986736559251, - 0.30866654299908625, - 0.40025954848296835, + 0.11589867365592607, + 0.3086665429990863, + 0.4002595484829687, 0.21696038919821087, 0.24054797149199708, 0.4001051126616195, - 0.298510663814948, + 0.2985106638149484, 0.10251798636255088 ], "resistance": [ @@ -1634,9 +1377,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 137.09386764306896, + 137.09386764306828, 390.20236153188307, - 366.9119483748482, + 366.91194837484613, 96.57816013068259, -208.35263002082206, -379.342019756888, @@ -1644,9 +1387,9 @@ -173.5169173422537 ], "relative wind speed": [ - 1.9556184386219497, + 1.9556184386219493, 2.076999475444255, - 2.068114784154473, + 2.0681147841544725, 1.9327526158835127, 1.7339177116255826, 1.5865015875098705, @@ -1654,9 +1397,9 @@ 1.759369612663151 ], "relative wind angle": [ - 0.12069966925429007, + 0.12069966925429099, 0.042126283868146056, - 0.05406975076543683, + 0.054069750765438886, 0.127382808735888, 0.13622308896481197, 0.05516210598476143, @@ -1714,17 +1457,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -313.4795188449351, + -313.47951884493546, -636.7213366231674, -615.0237784012111, -246.1400787060286, - 336.0163079299575, + 336.0163079299573, 832.28639543947, - 782.6682638801649, + 782.6682638801656, 255.31678494038306 ], "relative wind speed": [ - 1.4431009123224527, + 1.4431009123224525, 1.0674897041286162, 1.1017844995987593, 1.5040429564398183, @@ -1734,13 +1477,13 @@ 1.8683005371558277 ], "relative wind angle": [ - 0.36957315242057004, - 0.1814081530036216, - 0.22788114575338855, - 0.3705103448199666, - 0.2755713484126279, + 0.36957315242057065, + 0.18140815300362156, + 0.22788114575338903, + 0.37051034481996664, + 0.2755713484126283, 0.08978843358520391, - 0.11710191268780229, + 0.11710191268780135, 0.29578958655876875 ], "resistance": [ @@ -1750,7 +1493,7 @@ 96388.35992129397, 96970.51630792995, 97466.78639543947, - 97417.16826388016, + 97417.16826388017, 96889.81678494038 ], "fuel": [ @@ -1760,7 +1503,7 @@ 39.0258687959656, 39.32585163292434, 39.58257334163508, - 39.55686452996588, + 39.556864529965885, 39.28419220393759 ] }, @@ -1794,17 +1537,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -145.91698846357326, + -145.9169884635736, -366.9048031805527, - -383.22699785059274, + -383.2269978505928, -197.46736488563465, 135.65953783683494, 446.00402883515994, - 483.35946771013755, + 483.359467710138, 197.05296085581256 ], "relative wind speed": [ - 1.2186816427332732, + 1.218681642733273, 0.9291583729887621, 0.8982348784785299, 1.161360935382566, @@ -1814,13 +1557,13 @@ 1.5192444800230709 ], "relative wind angle": [ - 0.33210369267980044, + 0.33210369267980117, 0.20215516209133896, - 0.14917501790188575, + 0.1491750179018865, 0.3291089741273106, 0.27299925088989896, - 0.11185153625890103, - 0.07915939710265177, + 0.11185153625890101, + 0.07915939710265035, 0.24964995038548737 ], "resistance": [ @@ -1874,34 +1617,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 406.3236489191588, + 406.32364891915654, 38.61324408552332, - -315.3041805508334, + -315.3041805508335, -466.0044967989144, - -406.1287102134254, + -406.12871021342573, -112.76554612262248, 275.60619422222385, 545.1964923154926 ], "relative wind speed": [ - 1.9915649446630193, + 1.991564944663019, 1.7852265354995662, 1.517039928599386, 1.352126595619984, - 1.4299354129284, + 1.4299354129283999, 1.680479821629984, - 1.9260415543265148, + 1.926041554326515, 2.045189449262449 ], "relative wind angle": [ - 0.1043095962561069, - 0.1954530604137031, - 0.18761995273265933, - 0.03954454390318453, + 0.10430959625611011, + 0.19545306041370314, + 0.1876199527326599, + 0.03954454390318452, 0.14552865477697616, - 0.20780890037343808, - 0.1474464094148975, - 0.02614006404449809 + 0.20780890037343805, + 0.14744640941489826, + 0.026140064044498094 ], "resistance": [ 97040.82364891919, @@ -1954,11 +1697,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 85.88928111829864, + 85.8892811182975, -320.59136512469536, - -520.4274830143547, + -520.4274830143568, -479.1866536028506, - -179.0977227033893, + -179.09772270338908, 250.99250939957005, 574.2389526028765, 478.279560494057 @@ -1966,7 +1709,7 @@ "relative wind speed": [ 2.0326811351936844, 1.7709568577128865, - 1.5933573739011688, + 1.5933573739011686, 1.6399081855289357, 1.870736276897057, 2.1201789130143345, @@ -1974,14 +1717,14 @@ 2.2230942305953074 ], "relative wind angle": [ - 0.16405577084417097, + 0.164055770844173, 0.16612516183424575, - 0.051594515539514565, - 0.10792294369273178, - 0.1784039900599646, + 0.051594515539518875, + 0.1079229436927318, + 0.17840399005996393, 0.13856775319424924, 0.03642065475805934, - 0.07954082559891394 + 0.07954082559891396 ], "resistance": [ 96720.38928111829, @@ -2021,52 +1764,7 @@ "id": "135", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 52.140843520787435, - 52.140843520787435, - 52.140843520787435, - 52.140843520787435, - 52.140843520787435, - 52.140843520787435, - 52.140843520787435, - 52.140843520787435 - ], - "relative wind speed": [ - 0.4862781205494579, - 0.4862781205494579, - 0.4862781205494579, - 0.4862781205494579, - 0.4862781205494579, - 0.4862781205494579, - 0.4862781205494579, - 0.4862781205494579 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((57.5 56.25, 57.5 57.5, 58.75 57.5, 58.75 56.25, 57.5 56.25))", @@ -2098,9 +1796,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 628.3707031838499, + 628.3707031838453, 199.80218320800554, - -295.07027341865364, + -295.0702734186548, -588.6270032614823, -585.833680996491, -285.6213478443253, @@ -2110,7 +1808,7 @@ "relative wind speed": [ 2.33805572051944, 2.1498060790219866, - 1.8539093562652338, + 1.8539093562652333, 1.614440732021451, 1.6175643692877613, 1.8604711402338658, @@ -2118,17 +1816,17 @@ 2.340213700462637 ], "relative wind angle": [ - 0.06561660853041328, - 0.17010452137358203, - 0.19617946054189098, - 0.09125685355552751, - 0.09491780619844102, - 0.19688158861498353, - 0.1684484694965245, - 0.06290941152602204 + 0.06561660853041835, + 0.17010452137358206, + 0.19617946054189153, + 0.09125685355552753, + 0.09491780619844103, + 0.1968815886149835, + 0.16844846949652448, + 0.06290941152602203 ], "resistance": [ - 97262.87070318386, + 97262.87070318384, 96834.30218320801, 96339.42972658135, 96045.87299673852, @@ -2138,7 +1836,7 @@ 97269.34261734679 ], "fuel": [ - 39.954602222115255, + 39.95460222211524, 39.73317390350618, 39.47833858990872, 39.327601727453114, @@ -2178,11 +1876,11 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 1073.8865536325266, + 1073.8865536325156, 888.9455143265968, - 128.09842634195684, - -667.7815334063762, - -1051.6444463135458, + 128.09842634195593, + -667.7815334063771, + -1051.6444463135413, -973.3608705618326, -386.47623686851875, 454.21113389190214 @@ -2190,25 +1888,25 @@ "relative wind speed": [ 3.874285824261418, 3.8359897607996043, - 3.6255597972677895, - 3.3495451650705608, - 3.172837622681183, + 3.625559797267789, + 3.349545165070561, + 3.1728376226811825, 3.2190327402831347, 3.4543169200885, 3.722571210215673 ], "relative wind angle": [ - 0.02221115879366853, + 0.022211158793673528, 0.04882841845209315, - 0.09691733540679082, - 0.0923578948872393, - 0.027122677943723684, + 0.09691733540679083, + 0.0923578948872405, + 0.027122677943719586, 0.058196556687281166, 0.10173812336606149, - 0.08308047636798577 + 0.08308047636798578 ], "resistance": [ - 97708.38655363256, + 97708.38655363255, 97523.44551432662, 96762.59842634198, 95966.71846659365, @@ -2218,7 +1916,7 @@ 97088.71113389193 ], "fuel": [ - 43.42625379095948, + 43.426253790959464, 43.33030995958544, 42.93693605077033, 42.52775454115996, @@ -2258,9 +1956,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 652.2520931551321, + 652.2520931551298, 1119.4815790447028, - 715.126890141501, + 715.1268901414996, -38.85902144188776, -702.636663556875, -920.212497716527, @@ -2268,24 +1966,24 @@ -111.6225504490917 ], "relative wind speed": [ - 2.7481210342353335, + 2.7481210342353326, 2.882110897696578, 2.7704916534550343, - 2.4553914525721314, + 2.455391452572131, 2.0811376031830218, 1.891227039667018, 2.051262767254609, 2.4195775988433943 ], "relative wind angle": [ - 0.13257770633467483, + 0.13257770633467567, 0.006345652611074162, - 0.12208976976078094, - 0.20317839151515518, + 0.12208976976078185, + 0.2031783915151541, 0.17545392052075448, 0.009670460751948403, - 0.16523935678459395, - 0.20622881772635068 + 0.16523935678459398, + 0.2062288177263507 ], "resistance": [ 97286.75209315514, @@ -2338,37 +2036,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 251.97627045842114, + 251.97627045842046, 487.86027895840084, - 356.4806709803047, - 27.931212484860907, + 356.48067098030424, + 27.931212484861362, -284.4278428363755, -413.6543852025642, - -357.00303391624664, + -357.0030339162465, -93.00300004865232 ], "relative wind speed": [ - 1.810099770407058, + 1.8100997704070576, 1.9199791271695754, 1.8659169615138833, - 1.6680332899054429, + 1.668033289905443, 1.41351817287468, 1.2602281361356016, 1.3389730007022003, 1.5786575777038798 ], "relative wind angle": [ - 0.14728139999128304, + 0.14728139999128376, 0.02377423110452523, - 0.1079766031648898, - 0.1991623691529683, + 0.10797660316489083, + 0.1991623691529689, 0.1890460903836129, - 0.0362249580621007, - 0.15074817446730052, + 0.036224958062100694, + 0.15074817446729977, 0.21060289505450133 ], "resistance": [ - 96886.47627045841, + 96886.4762704584, 97122.36027895838, 96990.9806709803, 96662.43121248485, @@ -2378,7 +2076,7 @@ 96541.49699995133 ], "fuel": [ - 39.276780302191945, + 39.27678030219194, 39.39861562658713, 39.330731827247405, 39.16125157502698, @@ -2418,34 +2116,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -82.06074413931378, + -82.06074413931401, 574.4418743783951, - 1003.2764150680946, - 676.829746809386, - 33.768931101923044, + 1003.2764150680932, + 676.8297468093856, + 33.76893110192327, -538.1311730957029, - -749.5742469202232, - -607.8537700339818 + -749.5742469202241, + -607.853770033982 ], "relative wind speed": [ - 1.858414783636206, + 1.8584147836362057, 2.2216228921609686, - 2.3732192018884235, - 2.2661316765195694, + 2.373219201888423, + 2.26613167651957, 1.9329218529067482, 1.5014273617156424, 1.2480877442191867, 1.4333665344763238 ], "relative wind angle": [ - 0.30761923578052675, - 0.1927093075592713, + 0.30761923578052713, + 0.19270930755927126, 0.01643947020856476, - 0.16414682958550383, - 0.295396318944742, + 0.1641468295855052, + 0.2953963189447416, 0.2873222833331465, - 0.031263078273881084, - 0.26131375085993114 + 0.03126307827388464, + 0.2613137508599312 ], "resistance": [ 96552.43925586074, @@ -2498,33 +2196,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 626.8614629977537, + 626.8614629977519, 1068.862546432205, - 698.3402835832976, + 698.3402835832967, 11.501892766092624, - -589.3159980981121, + -589.3159980981122, -798.734171804073, - -638.0710930188782, + -638.0710930188781, -69.49087140019446 ], "relative wind speed": [ - 2.3155673068975333, + 2.315567306897533, 2.463028782068072, - 2.345500116122145, + 2.3455001161221447, 1.999370734147105, - 1.560706658489667, + 1.5607066584896672, 1.3157303847410933, 1.515350267066225, 1.9494034713375124 ], "relative wind angle": [ - 0.18420755124171367, + 0.1842075512417149, 0.010601150182103041, 0.1658459875678651, 0.29103625597327426, - 0.2752208205327808, + 0.2752208205327816, 0.019846135154564428, - 0.2583914837030511, + 0.25839148370305065, 0.2987230567442522 ], "resistance": [ @@ -2565,68 +2263,7 @@ "id": "152", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.020179802694141, - 12.020179802694141, - 12.020179802694141, - 12.020179802694141, - 12.020179802694141, - 12.020179802694141, - 12.020179802694141, - 12.020179802694141 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -1169.1346635152986, - -965.5979567604363, - -185.09922243682922, - 750.9406814168342, - 1312.4578157383376, - 833.3320246529711, - -88.15204946679842, - -907.8208723759899 - ], - "relative wind speed": [ - 2.9083142588846975, - 3.036361745515171, - 3.349555857903483, - 3.645105720622798, - 3.7696587358910736, - 3.6673050273850953, - 3.3836510411530907, - 3.062976183223579 - ], - "relative wind angle": [ - 0.0059102708329671905, - 0.09644264894090568, - 0.12893459705378196, - 0.08699047222699934, - 0.004559798547929284, - 0.07981110377537405, - 0.12762825699848737, - 0.10357790935485502 - ], - "resistance": [ - 95465.36533648465, - 95668.90204323952, - 96449.40077756313, - 97385.44068141679, - 97946.9578157383, - 97467.83202465293, - 96546.34795053316, - 95726.67912762397 - ], - "fuel": [ - 41.780490251266755, - 41.884529469288395, - 42.284915835949974, - 42.768082326406926, - 43.05949161001342, - 42.81076733070826, - 42.33480682476996, - 41.914090722093476 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 44.375, 56.875 45, 57.5 45, 57.5 44.375, 56.875 44.375))", @@ -2658,7 +2295,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1033.5379875655867, + -1033.5379875655876, -830.0982008225292, -113.3142357137508, 721.898497353422, @@ -2668,7 +2305,7 @@ -826.9943962721441 ], "relative wind speed": [ - 2.4666574491565005, + 2.4666574491565, 2.6151042087159824, 2.9442684578806055, 3.240722324507927, @@ -2680,11 +2317,11 @@ "relative wind angle": [ 0.0004299659798008217, 0.12029266943409526, - 0.1516774323922219, + 0.15167743239222192, 0.0974533620227735, 0.00031598748984044836, 0.09694791148446381, - 0.15156865446277026, + 0.15156865446277024, 0.12079292507782445 ], "resistance": [ @@ -2725,68 +2362,7 @@ "id": "154", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.43004973133173, - 8.43004973133173, - 8.43004973133173, - 8.43004973133173, - 8.43004973133173, - 8.43004973133173, - 8.43004973133173, - 8.43004973133173 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -819.9015813245289, - -895.941743226711, - -548.9244769685497, - 158.74543052387617, - 848.6225865675506, - 1024.6670252272274, - 458.547482448103, - -292.9172412838234 - ], - "relative wind speed": [ - 1.938355863753842, - 1.8663415998938824, - 2.1267701265692787, - 2.503560048068268, - 2.7740254161123628, - 2.8229788338370185, - 2.632354325032776, - 2.276977722662802 - ], - "relative wind angle": [ - 0.13291640433115168, - 0.062001466133538984, - 0.19899238825026674, - 0.19248474635444188, - 0.09273523950332953, - 0.04097592117838381, - 0.16040081280737936, - 0.21191706214153708 - ], - "resistance": [ - 95814.59841867542, - 95738.55825677325, - 96085.57552303141, - 96793.24543052384, - 97483.12258656751, - 97659.16702522719, - 97093.04748244806, - 96341.58275871613 - ], - "fuel": [ - 39.795780847384194, - 39.75685312209091, - 39.93467883750029, - 40.29870622695553, - 40.65537477247948, - 40.74667389137177, - 40.453487201692525, - 40.06615454877073 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 43.75, 56.875 44.375, 57.5 44.375, 57.5 43.75, 56.875 43.75))", @@ -2818,9 +2394,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -765.3412792792492, + -765.3412792792508, -731.6686183479483, - -308.2879734165167, + -308.2879734165174, 341.76816157800226, 868.2114601108299, 790.4728430171374, @@ -2828,9 +2404,9 @@ -420.51366043402027 ], "relative wind speed": [ - 1.666145638849977, + 1.6661456388499767, 1.701925609001439, - 2.0169155219307497, + 2.0169155219307493, 2.3672863971572697, 2.570022602402385, 2.5464694555684355, @@ -2838,12 +2414,12 @@ 1.9434537762838808 ], "relative wind angle": [ - 0.08854846560935621, + 0.08854846560935872, 0.1273741889718331, - 0.22657809878776777, - 0.18032389773981916, + 0.2265780987877678, + 0.1803238977398192, 0.05736243360139898, - 0.0850024947339551, + 0.08500249473395512, 0.19785460504955396, 0.22023697481500018 ], @@ -2898,34 +2474,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -902.5177034420949, + -902.5177034420976, -833.6794215607943, -318.3684631126707, - 422.7678364431554, - 979.7710730303133, + 422.76783644315583, + 979.7710730303088, 819.1935308830948, - 145.20636836473795, - -556.5837600437385 + 145.20636836473705, + -556.583760043738 ], "relative wind speed": [ - 2.217337956477472, + 2.2173379564774716, 2.273612811332076, 2.561164473120321, - 2.8762725488718313, + 2.8762725488718317, 3.050537856625628, 3.008829275995636, 2.768177264838378, - 2.4391443279453773 + 2.4391443279453777 ], "relative wind angle": [ - 0.04728115153123565, + 0.047281151531238, 0.09723027836167308, - 0.16352034090257683, - 0.12861907056759997, - 0.03436110791460474, + 0.16352034090257686, + 0.12861907056760086, + 0.03436110791460797, 0.07342200838174426, - 0.1511938392300894, - 0.15183426570499362 + 0.15119383923009017, + 0.15183426570499434 ], "resistance": [ 95731.98229655791, @@ -2965,68 +2541,7 @@ "id": "157", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.033524560073904, - 7.033524560073904, - 7.033524560073904, - 7.033524560073904, - 7.033524560073904, - 7.033524560073904, - 7.033524560073904, - 7.033524560073904 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -561.197364129705, - -695.4748849928965, - -525.6153064934035, - -17.43314090145168, - 560.9275020385624, - 872.0625472643212, - 509.4393753948609, - -76.62430134685792 - ], - "relative wind speed": [ - 1.642554520262179, - 1.488612790430202, - 1.6729948159170676, - 2.02616280976186, - 2.3173162853026357, - 2.4190849671580636, - 2.295436443048933, - 1.9906291433866945 - ], - "relative wind angle": [ - 0.1936351511364488, - 0.012269240015597257, - 0.20581474242502093, - 0.23169237085568858, - 0.13682239973309043, - 0.007549905500224636, - 0.14950455844559318, - 0.23590592526483484 - ], - "resistance": [ - 96073.30263587026, - 95939.02511500707, - 96108.88469350657, - 96617.06685909852, - 97195.42750203854, - 97506.56254726429, - 97143.93937539484, - 96557.87569865311 - ], - "fuel": [ - 39.31626189941262, - 39.24740563823229, - 39.334519291847954, - 39.59578509045703, - 39.89430011344814, - 40.055404240591315, - 39.867674563569544, - 39.56530438030448 - ] + "inaccessible": true }, { "geometry": "POLYGON ((57.5 43.75, 57.5 44.375, 58.125 44.375, 58.125 43.75, 57.5 43.75))", @@ -3058,31 +2573,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -919.7414135228785, + -919.741413522881, -901.8908393427014, - -413.68215971564837, + -413.6821597156488, 370.53732909175505, - 1029.8610819993592, + 1029.8610819993555, 988.6619796769305, 300.7642887036536, -473.13109286425356 ], "relative wind speed": [ - 1.8420179839486037, + 1.8420179839486035, 1.8592690818585291, 2.1963630250510513, 2.587193783331611, - 2.8231899273391794, + 2.82318992733918, 2.8118588336302417, 2.5572291804232323, 2.1609858737413683 ], "relative wind angle": [ - 0.1003061435654182, + 0.10030614356542152, 0.1173080302016655, - 0.22601678229416697, - 0.1860076327269694, - 0.0653826121088742, + 0.22601678229416794, + 0.18600763272696938, + 0.0653826121088776, 0.07746658493621156, 0.19368231323374668, 0.22326185652788996 @@ -3138,7 +2653,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -797.9003390402845, + -797.9003390402859, -906.7136099367242, -596.1921845087816, 103.80331612426698, @@ -3148,7 +2663,7 @@ -232.04560275400718 ], "relative wind speed": [ - 1.8879565810655943, + 1.8879565810655938, 1.781514081631969, 2.0335836986147493, 2.42611981954694, @@ -3158,13 +2673,13 @@ 2.2535360237510775 ], "relative wind angle": [ - 0.1567666284150228, + 0.15676662841502428, 0.04962975853845872, - 0.2079013702574352, - 0.2097815333620234, - 0.1085675296680243, + 0.20790137025743521, + 0.20978153336202338, + 0.10856752966802431, 0.031669249318168016, - 0.16132158978603067, + 0.16132158978603064, 0.22611638027864964 ], "resistance": [ @@ -3205,52 +2720,7 @@ "id": "160", "land": true, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.58042323196843, - 35.58042323196843, - 35.58042323196843, - 35.58042323196843, - 35.58042323196843, - 35.58042323196843, - 35.58042323196843, - 35.58042323196843 - ], - "relative wind speed": [ - 0.40169946930142325, - 0.40169946930142325, - 0.40169946930142325, - 0.40169946930142325, - 0.40169946930142325, - 0.40169946930142325, - 0.40169946930142325, - 0.40169946930142325 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 44.375, 59.375 45, 60 45, 60 44.375, 59.375 44.375))", @@ -3269,52 +2739,7 @@ "id": "161", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 29.984840447423853, - 29.984840447423853, - 29.984840447423853, - 29.984840447423853, - 29.984840447423853, - 29.984840447423853, - 29.984840447423853, - 29.984840447423853 - ], - "relative wind speed": [ - 0.3687623502519929, - 0.3687623502519929, - 0.3687623502519929, - 0.3687623502519929, - 0.3687623502519929, - 0.3687623502519929, - 0.3687623502519929, - 0.3687623502519929 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 43.75, 58.75 44.375, 59.375 44.375, 59.375 43.75, 58.75 43.75))", @@ -3333,68 +2758,7 @@ "id": "162", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.860127388847398, - 7.860127388847398, - 7.860127388847398, - 7.860127388847398, - 7.860127388847398, - 7.860127388847398, - 7.860127388847398, - 7.860127388847398 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -453.63132802958194, - -860.7145655508837, - -833.5524616730072, - -363.9174133431886, - 374.0768446166803, - 985.7501824456126, - 923.1724416270254, - 268.5811960275091 - ], - "relative wind speed": [ - 2.0123057206270616, - 1.6959204262643834, - 1.7241766520661015, - 2.069464081100777, - 2.457339187055748, - 2.68546906541249, - 2.6674154280835842, - 2.4094000519925944 - ], - "relative wind angle": [ - 0.23794029121874247, - 0.10297693225342157, - 0.13248531316040132, - 0.24224773194440707, - 0.1942340266183114, - 0.06496253149806194, - 0.08549028278998065, - 0.20752693987528928 - ], - "resistance": [ - 96180.86867197041, - 95773.78543444912, - 95800.94753832699, - 96270.5825866568, - 97008.57684461668, - 97620.25018244561, - 97557.67244162703, - 96903.0811960275 - ], - "fuel": [ - 39.718265228651504, - 39.50956041994859, - 39.523466779481666, - 39.7643429841723, - 40.14451899179061, - 40.461157040126174, - 40.4286991960123, - 40.09004901132418 - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 43.75, 59.375 44.375, 60 44.375, 60 43.75, 59.375 43.75))", @@ -3426,19 +2790,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -590.5277772898448, + -590.5277772898457, -734.6458879965286, - -559.058132599554, + -559.0581325995543, -24.17651012336046, 587.4188090987925, 921.4798652969437, - 541.895151350566, + 541.8951513505656, -76.53058033017646 ], "relative wind speed": [ - 1.6987729234777766, + 1.6987729234777762, 1.5388410181304641, - 1.7248400866329716, + 1.7248400866329714, 2.085990800250901, 2.3855137576634218, 2.491680889372049, @@ -3447,13 +2811,13 @@ ], "relative wind angle": [ 0.19299258823149476, - 0.010174891295583258, + 0.01017489129558326, 0.20312977884605046, - 0.23043139764809065, - 0.13701064870338714, + 0.23043139764809067, + 0.13701064870338717, 0.006283859632841133, - 0.14755681977207932, - 0.2339109019948779 + 0.14755681977208007, + 0.23391090199487793 ], "resistance": [ 96043.97222271014, @@ -3506,33 +2870,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -729.5162344461542, + -729.5162344461557, -864.2516563364015, - -617.4604379818111, + -617.4604379818118, 24.9504832734533, 719.6582817848716, 1032.3194149498395, - 558.2632591749161, + 558.2632591749152, -161.74560177313697 ], "relative wind speed": [ - 1.9431665112057255, + 1.9431665112057253, 1.8134887316487258, - 2.0230560951686023, + 2.023056095168602, 2.3910163119962284, 2.685128374419499, 2.774359222877821, - 2.6254627236327885, + 2.625462723632789, 2.295397889942414 ], "relative wind angle": [ - 0.15774695480928058, - 0.0269391513557973, + 0.157746954809282, + 0.026939151355797296, 0.18610955549275923, 0.20235940781600995, 0.1139313480067825, 0.01760783622063294, - 0.1430682682446423, + 0.14306826824464466, 0.21091359772137197 ], "resistance": [ @@ -3586,9 +2950,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -103.53069530458174, + -103.53069530458242, -624.4418582519311, - -760.8652474359042, + -760.8652474359062, -555.8945294937405, 10.443527605156078, 641.671213676218, @@ -3598,7 +2962,7 @@ "relative wind speed": [ 2.02407935242164, 1.6511787368853683, - 1.496450483979053, + 1.4964504839790527, 1.7091253978279304, 2.0909975210856917, 2.396409113015503, @@ -3606,10 +2970,10 @@ 2.355431644643 ], "relative wind angle": [ - 0.24952473423244773, - 0.20062221351794607, - 0.02305166940447093, - 0.22290488457680996, + 0.24952473423244861, + 0.2006222135179461, + 0.02305166940447575, + 0.22290488457681, 0.24137759671400846, 0.13774285246560766, 0.013819836649772984, @@ -3666,33 +3030,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -374.80419554531227, + -374.804195545315, -1010.484329717227, -1103.9799823446128, -702.476267594976, - 141.46065267700033, + 141.46065267699942, 962.2404095809316, - 1181.2200266758655, + 1181.2200266758728, 522.5214591208278 ], "relative wind speed": [ - 3.0211680035176895, + 3.021168003517689, 2.724948886158326, 2.6606408675186333, 2.8794661959271806, - 3.2174734733723103, + 3.2174734733723107, 3.471922410590138, 3.5214459858733083, 3.344886557694624 ], "relative wind angle": [ - 0.1430241498560249, + 0.14302414985602568, 0.0861352711033375, 0.03725626336009895, 0.13045504887041923, - 0.1342433637829437, + 0.13424336378294452, 0.06757137493823542, - 0.028146305134246378, + 0.028146305134242433, 0.1122201546607013 ], "resistance": [ @@ -3702,7 +3066,7 @@ 95932.02373240502, 96775.960652677, 97596.74040958093, - 97815.72002667586, + 97815.72002667587, 97157.02145912082 ], "fuel": [ @@ -3712,7 +3076,7 @@ 41.39833546789889, 41.83219075020354, 42.25668343874411, - 42.37035941642915, + 42.37035941642917, 42.02895687149505 ] }, @@ -3746,9 +3110,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -54.0664024253781, + -54.066402425379465, -590.5225456333144, - -753.6270864003438, + -753.6270864004105, -602.0536910289918, -73.28677459138498, 550.3258613846806, @@ -3756,7 +3120,7 @@ 566.9161759184794 ], "relative wind speed": [ - 2.2368201745790333, + 2.236820174579033, 1.90417805376715, 1.7440844442332992, 1.8956029230437481, @@ -3766,19 +3130,19 @@ 2.5233585455945926 ], "relative wind angle": [ - 0.1994316078238537, + 0.19943160782385425, 0.16729343033485952, - 0.003019919819779199, - 0.16407315664940247, - 0.2003689144946506, - 0.12631337939582837, + 0.003019919819926253, + 0.1640731566494025, + 0.20036891449465064, + 0.1263133793958284, 0.002002380420957074, 0.12301314268419371 ], "resistance": [ 96580.43359757464, 96043.9774543667, - 95880.87291359967, + 95880.87291359961, 96032.44630897102, 96561.21322540863, 97184.8258613847, @@ -3788,7 +3152,7 @@ "fuel": [ 39.92990968871585, 39.65420906464556, - 39.57059712221114, + 39.570597122211105, 39.64829462564755, 39.92001327660947, 40.241807555745616, @@ -3826,9 +3190,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -110.08947327913143, + -110.08947327913211, -703.5329422286094, - -859.0126638298447, + -859.012663829844, -615.782632256592, 35.69228359534827, 761.4398120735598, @@ -3838,7 +3202,7 @@ "relative wind speed": [ 2.0384616095646257, 1.6064719683860322, - 1.4255897933049435, + 1.4255897933049433, 1.682634880133383, 2.123581286551297, 2.4666112440045294, @@ -3846,12 +3210,12 @@ 2.4152977196234384 ], "relative wind angle": [ - 0.2859833712690737, - 0.2358022777655073, - 0.03106932672315104, + 0.28598337126907486, + 0.23580227776550733, + 0.031069326723147463, 0.26330064403367487, 0.2742172768862924, - 0.15274902877139326, + 0.1527490287713933, 0.017196318984196674, 0.18232671207894535 ], @@ -3906,34 +3270,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -556.0034694565397, + -556.0034694565404, -685.0557628523609, - -512.7332226174942, + -512.7332226174944, -9.79117661249802, 558.6862632717668, 857.5885737664651, 496.0586828930393, - -81.76780716814687 + -81.76780716814665 ], "relative wind speed": [ - 1.6203593154612153, + 1.6203593154612148, 1.4706157614517295, - 1.6578046925872076, + 1.6578046925872074, 2.009811306644315, 2.2977208269040443, 2.396325226625195, 2.270852023101985, - 1.9661494910802726 + 1.9661494910802728 ], "relative wind angle": [ - 0.19340655867108142, + 0.193406558671082, 0.015264938089014066, - 0.20851905803481702, + 0.2085190580348165, 0.2324004205108928, 0.13596063208206752, 0.009367808178294546, - 0.1517070176898448, - 0.23765954360045047 + 0.15170701768984482, + 0.23765954360045097 ], "resistance": [ 96078.49653054346, @@ -3986,33 +3350,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -329.24685339654843, + -329.2468533965491, -805.6335953087357, - -846.6842592559681, + -846.684259255969, -464.3234337014028, - 238.69454437727313, + 238.69454437727268, 891.7197000496446, - 986.2316554828783, + 986.2316554828815, 397.68160828398845 ], "relative wind speed": [ - 2.034109599792802, + 2.0341095997928016, 1.6785933316083137, 1.6346162023575532, 1.9457229518022219, 2.3466550712438905, 2.612798559867178, - 2.640534369849041, + 2.6405343698490404, 2.420445017387081 ], "relative wind angle": [ 0.25062040051044426, 0.1453602354390941, - 0.09841683903810117, + 0.09841683903810343, 0.24411946691521885, - 0.21666502214468758, - 0.09319304723377472, - 0.060863965044649124, + 0.2166650221446881, + 0.09319304723377471, + 0.060863965044645474, 0.1955407035717126 ], "resistance": [ @@ -4022,7 +3386,7 @@ 96170.17656629864, 96873.19454437731, 97526.21970004968, - 97620.73165548292, + 97620.73165548293, 97032.18160828404 ], "fuel": [ @@ -4066,23 +3430,23 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -344.0094978872186, + -344.00949788721914, -551.9692766856646, - -485.8660847301304, + -485.86608473013064, -133.04551612368402, - 353.165051650707, + 353.1650516507068, 713.0762732518156, 561.3908718947787, 102.63872097209764 ], "relative wind speed": [ - 1.3408210982085667, + 1.3408210982085662, 1.0775863828045082, - 1.179647090399623, + 1.1796470903996228, 1.5342670216735108, 1.8667219785571427, 2.03008860649574, - 1.9725326118321143, + 1.9725326118321145, 1.7112793076627244 ], "relative wind angle": [ @@ -4090,10 +3454,10 @@ 0.08605242472138228, 0.23261397318235877, 0.31626620922496074, - 0.21755087565443845, + 0.21755087565443895, 0.04563676481112357, - 0.13830103035139674, - 0.2825949977295271 + 0.13830103035139676, + 0.2825949977295272 ], "resistance": [ 96290.49050211275, @@ -4146,9 +3510,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -833.8809923093092, + -833.8809923093097, -570.7637692353201, - 94.8313634510614, + 94.8313634510605, 841.9882030636359, 1206.688829753196, 684.9825385461277, @@ -4156,9 +3520,9 @@ -675.4651976139396 ], "relative wind speed": [ - 1.0628399358925364, + 1.062839935892536, 1.4064526428838515, - 1.9292913364397242, + 1.929291336439724, 2.3108769842761796, 2.425752687845006, 2.2440578858933993, @@ -4166,12 +3530,12 @@ 1.2937358290848833 ], "relative wind angle": [ - 0.05811864949067809, + 0.0581186494906781, 0.3832107912716566, - 0.3612858233675811, + 0.36128582336758147, 0.1909410968723821, 0.025453014940593488, - 0.23653985619844556, + 0.23653985619844553, 0.38534382667839306, 0.3458444334065521 ], @@ -4226,9 +3590,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -897.2964341014805, + -897.2964341014808, -917.867144014511, - -446.870992179043, + -446.87099217904347, 366.52896245826423, 1105.7926676620232, 1152.8543454679361, @@ -4236,9 +3600,9 @@ -382.0674293478901 ], "relative wind speed": [ - 1.4169002870977667, + 1.4169002870977665, 1.3915801617069739, - 1.8161024228582863, + 1.816102422858286, 2.3011127501675603, 2.599503568479755, 2.613145590980401, @@ -4246,14 +3610,14 @@ 1.8627681920016244 ], "relative wind angle": [ - 0.19369788348745398, - 0.16571699814549196, - 0.33517382967292764, - 0.2706694682890771, + 0.19369788348745456, + 0.16571699814549193, + 0.3351738296729276, + 0.2706694682890772, 0.10511257071351188, 0.08795939604661976, 0.25835925598054993, - 0.3366164753364914 + 0.33661647533649147 ], "resistance": [ 95737.20356589858, @@ -4306,31 +3670,31 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -754.713101682604, + -754.7131016826047, -665.9863712140852, - -183.2355098254061, + -183.23550982540655, 486.1949825403151, - 986.0712908966836, + 986.0712908966873, 782.5982277196183, 151.369019898219, -464.61637688781207 ], "relative wind speed": [ - 1.220754670206367, + 1.2207546702063667, 1.3410165130903566, - 1.7663110386497893, + 1.7663110386497891, 2.163491658833287, - 2.359349473946237, + 2.3593494739462364, 2.2931303095681286, 1.984166631053184, 1.541452479708613 ], "relative wind angle": [ - 0.09382695468115702, + 0.0938269546811594, 0.24294570587666478, 0.3289436389945185, 0.22578531365688362, - 0.048494956545881915, + 0.048494956545877335, 0.14114874250484613, 0.29169315724704986, 0.3196278211381831 @@ -4386,34 +3750,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -549.1408473083957, + -549.140847308396, -590.9530655155052, - -314.63595923673836, + -314.6359592367385, 204.3232293034505, - 708.9240159664496, + 708.9240159664494, 804.6309384365993, - 359.00077470827796, - -186.08221140584453 + 359.0007747082775, + -186.08221140584442 ], "relative wind speed": [ - 1.0238483731506591, + 1.0238483731506587, 0.9516118709859956, 1.3142743166113195, 1.7413069503014251, 2.0138794589326654, 2.0490023946576312, - 1.8375687706886032, + 1.837568770688603, 1.439383920691809 ], "relative wind angle": [ - 0.27364299846868356, + 0.273642998468684, 0.17011009188636853, - 0.3939867598518947, + 0.39398675985189524, 0.3228052097901545, - 0.1378252288184683, + 0.1378252288184691, 0.0787044586029455, - 0.27812713339219736, - 0.3938748362855837 + 0.278127133392197, + 0.3938748362855836 ], "resistance": [ 96085.3591526916, @@ -4466,33 +3830,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -733.8813714097645, + -733.8813714097652, -869.3401437157671, - -590.3421867378977, + -590.3421867378979, 85.74743740704525, - 813.7097348520933, + 813.7097348520938, 1125.3778578395013, 603.7117562836338, -152.7143282606603 ], "relative wind speed": [ - 1.567026025283963, + 1.5670260252839625, 1.4070698358374378, - 1.6928441234673715, + 1.6928441234673712, 2.1434233603573123, 2.4805072485468735, 2.574614777221486, - 2.396406799283632, + 2.3964067992836324, 2.0035526128069114 ], "relative wind angle": [ - 0.23282140889167754, - 0.05182736311110072, - 0.27803856332926913, - 0.27604774367811635, - 0.1462776058089576, - 0.028315621762644256, - 0.19512403490536853, + 0.23282140889167804, + 0.05182736311110071, + 0.2780385633292687, + 0.2760477436781163, + 0.14627760580895685, + 0.028315621762644252, + 0.1951240349053697, 0.29588092824578427 ], "resistance": [ @@ -4546,9 +3910,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -298.5227799062395, + -298.5227799062418, -815.2212658409912, - -887.868956529569, + -887.8689565295706, -545.5885532930843, 151.4512031381396, 827.3787116626354, @@ -4556,9 +3920,9 @@ 440.2049339674895 ], "relative wind speed": [ - 2.355661909636446, + 2.3556619096364457, 2.0376427747946337, - 1.971913122399749, + 1.9719131223997488, 2.216502871173793, 2.5739490570739076, 2.832378629924133, @@ -4566,9 +3930,9 @@ 2.694711821884117 ], "relative wind angle": [ - 0.19385410876617948, + 0.19385410876618064, 0.11922549514794063, - 0.056343526333252354, + 0.05634352633325433, 0.181186305127772, 0.1772313329542236, 0.08567377584278524, @@ -4626,9 +3990,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -638.7315142111865, + -638.7315142111872, -744.2186350419947, - -483.1294778504375, + -483.12947785043764, 111.15968844686495, 739.2929743053528, 981.4931756923406, @@ -4636,7 +4000,7 @@ -147.38017973565047 ], "relative wind speed": [ - 1.3565684086322396, + 1.3565684086322392, 1.213721678186975, 1.5121703919199563, 1.950470376960398, @@ -4646,14 +4010,14 @@ 1.7813073836937405 ], "relative wind angle": [ - 0.2519130725896819, + 0.2519130725896823, 0.07322036847628671, - 0.31166795404705594, + 0.3116679540470563, 0.2949487899597193, - 0.14974557316946097, + 0.149745573169461, 0.03785443234557106, 0.215771391067116, - 0.32393198025927444 + 0.3239319802592744 ], "resistance": [ 95995.76848578881, @@ -4706,9 +4070,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -406.93805764459, + -406.9380576445906, -665.1430090809358, - -593.3240289612933, + -593.3240289612936, -176.544495020044, 406.2585673880692, 843.9107400760686, @@ -4716,7 +4080,7 @@ 133.12466247291445 ], "relative wind speed": [ - 1.5117343892372062, + 1.511734389237206, 1.225395653015609, 1.3238669922360973, 1.7004056046711802, @@ -4726,14 +4090,14 @@ 1.9091241180393228 ], "relative wind angle": [ - 0.29379298370297313, - 0.0889179049933231, - 0.21611537407048056, + 0.2937929837029739, + 0.08891790499332311, + 0.21611537407048162, 0.3047974070373449, 0.2139611386442679, 0.04851584806776878, 0.13016606681057463, - 0.2705805913337402 + 0.27058059133374013 ], "resistance": [ 96227.56194235539, @@ -4786,9 +4150,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -476.52984263872565, + -476.5298426387259, -464.5707903604743, - -188.07008442333984, + -188.07008442333995, 255.36656517967594, 640.3976166994994, 613.0394781376581, @@ -4796,7 +4160,7 @@ -224.7160304223828 ], "relative wind speed": [ - 0.8715316306866185, + 0.8715316306866183, 0.8945963261581964, 1.2620221905785824, 1.6348039601274769, @@ -4808,12 +4172,12 @@ "relative wind angle": [ 0.21096925502176914, 0.24740547261155058, - 0.40075081612621344, + 0.400750816126214, 0.29619963781789466, 0.09903214758247786, 0.11968396314791614, 0.31188392584417646, - 0.4010115428666983 + 0.4010115428666984 ], "resistance": [ 96157.97015736125, @@ -4866,9 +4230,9 @@ ], "ice resistance": 96634.50000000007, "wind resistance": [ - -509.0669277451089, + -509.0669277451091, -477.73483616837535, - -164.15201699305408, + -164.1520169930542, 315.5757613952061, 716.6050477569569, 644.7867994708705, @@ -4876,7 +4240,7 @@ -259.0900277495656 ], "relative wind speed": [ - 0.8219169426203196, + 0.8219169426203192, 0.8841541339218101, 1.2942702850729286, 1.6829803472203164, @@ -4888,11 +4252,11 @@ "relative wind angle": [ 0.2053245978348231, 0.3019558564931062, - 0.42989970864267635, - 0.3015995918238386, + 0.4298997086426767, + 0.30159959182383866, 0.08873698438203216, - 0.14163548033673498, - 0.34275926433275106, + 0.141635480336735, + 0.3427592643327511, 0.4331225913027744 ], "resistance": [ @@ -4946,34 +4310,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -641.4939595307766, + -641.4939595307771, -589.9832386576455, - -195.7741135334138, + -195.77411353341392, 384.7470440230318, - 848.4308648239503, + 848.4308648239492, 730.5298231358004, 192.49057538540433, - -356.4714343088318 + -356.47143430883193 ], "relative wind speed": [ - 1.062429128486068, + 1.0624291284860676, 1.1427669766690398, 1.5512152182910752, 1.9455696019806208, 2.1529166932256607, 2.1113714921965014, 1.8323583949564972, - 1.4066146824465993 + 1.406614682446599 ], "relative wind angle": [ - 0.1403729069510248, - 0.24962922437808652, - 0.3609967845265104, - 0.2559413810169655, - 0.06909943531001116, + 0.1403729069510256, + 0.2496292243780865, + 0.36099678452651074, + 0.25594138101696556, + 0.06909943531001277, 0.13411310968290555, - 0.303658741715429, - 0.3577365094945739 + 0.30365874171542895, + 0.3577365094945733 ], "resistance": [ 95993.0060404692, @@ -5026,17 +4390,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -621.3927586698933, + -621.3927586698949, -447.434462916823, 37.68904106934576, 600.5928939394494, 911.9641671514512, 542.1068954208808, - -27.290923452863808, + -27.290923452863694, -486.4244254339068 ], "relative wind speed": [ - 0.9151480387103543, + 0.9151480387103542, 1.1898743194453287, 1.6427365365650237, 1.9835338864882328, @@ -5046,14 +4410,14 @@ 1.1412412728825772 ], "relative wind angle": [ - 0.029086238329241513, + 0.029086238329252966, 0.37598365375355464, 0.3681898626712351, 0.20267628742111535, 0.012689235190094399, - 0.2254149139602214, - 0.3802154190893395, - 0.35741599668189344 + 0.22541491396022137, + 0.3802154190893392, + 0.3574159966818935 ], "resistance": [ 96013.10724133007, @@ -5106,34 +4470,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -594.5976814840394, + -594.5976814840396, -556.1027128707992, -196.3336527970498, 346.74571015028823, - 791.8930059912359, + 791.8930059912368, 703.8174522136289, 203.68087140575722, -315.62281359618805 ], "relative wind speed": [ - 0.9998409172409353, + 0.999840917240935, 1.063760736252317, 1.464241542396496, 1.8557670221429114, 2.066336305760424, 2.0341683028453565, 1.76788695730614, - 1.3511315064861975 + 1.3511315064861973 ], "relative wind angle": [ - 0.1617863449126947, + 0.1617863449126954, 0.2523239431085982, - 0.3752360377892331, + 0.3752360377892328, 0.26907709497489507, - 0.07802184592707241, - 0.1309299053704758, + 0.078021845927071, + 0.13092990537047583, 0.3084108818170281, - 0.37377395045474066 + 0.37377395045474004 ], "resistance": [ 96039.902318516, @@ -5186,32 +4550,32 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -785.6961031398665, + -785.6961031398673, -821.3202932846001, - -420.61422809305736, - 297.9838941370549, + -420.6142280930576, + 297.9838941370556, 969.4094901997944, 1050.9077523465746, 431.4238349357065, -308.811389833196 ], "relative wind speed": [ - 1.3209227530474479, + 1.3209227530474477, 1.2735544213479055, 1.6711808049735533, - 2.1381417744324356, + 2.138141774432436, 2.432356046025346, 2.4574889603047465, 2.206433223834895, 1.7577094772974906 ], "relative wind angle": [ - 0.2135431573516355, + 0.2135431573516371, 0.15761444663599103, - 0.34337862724393703, - 0.2823858677028237, + 0.34337862724393764, + 0.2823858677028245, 0.11534363372024814, - 0.08143337198761759, + 0.0814333719876176, 0.2578461268261858, 0.34580840606006236 ], @@ -5266,41 +4630,41 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -844.641800653244, + -844.6418006532462, -701.1443417198255, - -125.14018069024587, - 610.4350747514256, - 1105.461314880876, + -125.14018069024632, + 610.4350747514261, + 1105.4613148808805, 775.1042899383554, 61.68448100194746, - -588.6841777136983 + -588.6841777136985 ], "relative wind speed": [ - 1.3722370744660546, + 1.3722370744660541, 1.545009475482163, 1.9812626331763987, - 2.365783930526978, + 2.3657839305269777, 2.5342631011424306, 2.4327905324999795, 2.0928742037518946, 1.6457795868255034 ], "relative wind angle": [ - 0.04244632500000781, + 0.04244632500001304, 0.2417407318025389, - 0.2977782776265682, - 0.19233067176704788, - 0.022978694166142913, + 0.297778277626569, + 0.19233067176704668, + 0.022978694166138083, 0.15262493099916752, 0.28145149391193724, - 0.27835168968507523 + 0.2783516896850753 ], "resistance": [ 95789.8581993468, 95933.35565828021, 96509.3598193098, 97244.93507475147, - 97739.96131488091, + 97739.96131488093, 97409.6042899384, 96696.184481002, 96045.81582228634 @@ -5310,7 +4674,7 @@ 39.24243762210825, 39.53826842063895, 39.91784853387584, - 40.17443113552262, + 40.174431135522624, 40.00309886956633, 39.63448511804235, 39.30009920859314 @@ -5346,9 +4710,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -975.8149126358442, + -975.8149126358453, -985.6757969062639, - -491.8791426662913, + -491.8791426662915, 346.9959617948648, 1083.7238293361447, 1106.4611747944655, @@ -5356,7 +4720,7 @@ -459.172396718978 ], "relative wind speed": [ - 1.8848521558141198, + 1.8848521558141194, 1.8754970703035014, 2.218676823413072, 2.6352852682627517, @@ -5366,14 +4730,14 @@ 2.2377343429269216 ], "relative wind angle": [ - 0.11766246140982438, - 0.10868039276170573, - 0.23145758317398943, - 0.19721085768722085, - 0.07642022922484504, - 0.0701024851336813, - 0.1931602510529552, - 0.23284265599756557 + 0.11766246140982532, + 0.10868039276170574, + 0.2314575831739899, + 0.19721085768722088, + 0.07642022922484505, + 0.07010248513368128, + 0.19316025105295523, + 0.23284265599756554 ], "resistance": [ 95658.68508736414, @@ -5426,9 +4790,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -218.24992400981546, + -218.24992400981682, -727.8183892659954, - -827.5049501620206, + -827.5049501620251, -563.3125664682834, 56.80482711559716, 694.3576643687138, @@ -5446,14 +4810,14 @@ 2.75676037646745 ], "relative wind angle": [ - 0.1670202240316911, + 0.16702022403169242, 0.11213400323977041, - 0.03151464781842096, + 0.03151464781842802, 0.14815151990502962, - 0.15859098324837617, + 0.15859098324837614, 0.08566076877690099, - 0.02263095918513056, - 0.12213217534917248 + 0.022630959185130556, + 0.12213217534917249 ], "resistance": [ 96416.2500759902, @@ -5506,9 +4870,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -266.1656452490349, + -266.1656452490354, -712.8550574765002, - -769.9993076497319, + -769.9993076497328, -457.35497148780405, 159.47847836257893, 751.9723025934461, @@ -5518,7 +4882,7 @@ "relative wind speed": [ 2.060545783498103, 1.7401133502832644, - 1.6801631055966522, + 1.680163105596652, 1.9367041851882747, 2.2952304843794864, 2.5467503667384945, @@ -5526,17 +4890,17 @@ 2.4006475795899163 ], "relative wind angle": [ - 0.2221616940402914, + 0.22216169404029243, 0.1361561834074943, - 0.07147453042509644, + 0.071474530425098, 0.21113911940868846, 0.1991225775286843, - 0.09287747616640231, + 0.09287747616640232, 0.04640275798055258, 0.1698881567987471 ], "resistance": [ - 96368.33435475099, + 96368.33435475097, 95921.64494252352, 95864.50069235028, 96177.14502851221, @@ -5546,7 +4910,7 @@ 97018.16380850185 ], "fuel": [ - 39.72978940453387, + 39.72978940453386, 39.500500487667665, 39.47122149606698, 39.631559651425505, @@ -5588,7 +4952,7 @@ "wind resistance": [ -302.60805195570356, -640.2670346566365, - -643.8084814692018, + -643.8084814692021, -314.2506024352556, 240.1069261083403, 725.3799235933584, @@ -5596,24 +4960,24 @@ 253.81272375899403 ], "relative wind speed": [ - 1.7535592066787553, + 1.753559206678755, 1.4561478690486724, - 1.451828022674735, + 1.4518280226747349, 1.7448904030226449, 2.0933450282614587, 2.310129148368074, 2.3128464478324458, - 2.1005762971418735 + 2.100576297141874 ], "relative wind angle": [ - 0.24919712624468113, + 0.2491971262446811, 0.1256530402877078, - 0.12041228556874431, - 0.2484792213448946, + 0.12041228556874432, + 0.24847922134489464, 0.20809292008541322, - 0.07907724162019283, + 0.07907724162019285, 0.07547473300080679, - 0.20573566477416488 + 0.20573566477416597 ], "resistance": [ 96331.8919480443, @@ -5653,52 +5017,7 @@ "id": "191", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 62.820782547176755, - 62.820782547176755, - 62.820782547176755, - 62.820782547176755, - 62.820782547176755, - 62.820782547176755, - 62.820782547176755, - 62.820782547176755 - ], - "relative wind speed": [ - 0.5337616585616294, - 0.5337616585616294, - 0.5337616585616294, - 0.5337616585616294, - 0.5337616585616294, - 0.5337616585616294, - 0.5337616585616294, - 0.5337616585616294 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 41.875, 58.75 42.5, 59.375 42.5, 59.375 41.875, 58.75 41.875))", @@ -5730,9 +5049,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -224.60846953722614, + -224.60846953722682, -619.0166276967022, - -660.150406020742, + -660.1504060207424, -353.4340142467187, 216.85542972445955, 762.8507100120701, @@ -5740,9 +5059,9 @@ 370.7410005136985 ], "relative wind speed": [ - 1.5778845803408539, + 1.5778845803408537, 1.1764638135930845, - 1.1145912663457826, + 1.1145912663457824, 1.4654339749914502, 1.8892782447425416, 2.1621805961207095, @@ -5750,12 +5069,12 @@ 1.9777753411031416 ], "relative wind angle": [ - 0.3513550562597441, - 0.22983291880430717, - 0.14770198961978975, + 0.3513550562597448, + 0.2298329188043072, + 0.14770198961979053, 0.3481804848745375, - 0.2915568460326617, - 0.12427595352587611, + 0.29155684603266163, + 0.12427595352587613, 0.07480808893779242, 0.2555767920940404 ], @@ -5810,9 +5129,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -233.2304440342008, + -233.23044403420124, -556.550634033189, - -564.8727861212748, + -564.872786121275, -258.7285917271836, 262.53342462670787, 737.1643612765573, @@ -5820,9 +5139,9 @@ 293.2490799639087 ], "relative wind speed": [ - 1.368301730502784, + 1.3683017305027838, 0.9707463275736891, - 0.9560355009861725, + 0.9560355009861723, 1.3430635951343832, 1.757997197470029, 2.0051073137145514, @@ -5830,14 +5149,14 @@ 1.777353074499857 ], "relative wind angle": [ - 0.40099783374897285, + 0.4009978337489737, 0.2401492071908241, - 0.2188603269268774, + 0.21886032692687737, 0.4011537831567445, 0.30869030970064376, 0.11540677236449387, 0.1033423997184026, - 0.29952698887237744 + 0.2995269888723774 ], "resistance": [ 96401.26955596583, @@ -5877,52 +5196,7 @@ "id": "194", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 90.78783577796352, - 90.78783577796352, - 90.78783577796352, - 90.78783577796352, - 90.78783577796352, - 90.78783577796352, - 90.78783577796352, - 90.78783577796352 - ], - "relative wind speed": [ - 0.6416667489282164, - 0.6416667489282164, - 0.6416667489282164, - 0.6416667489282164, - 0.6416667489282164, - 0.6416667489282164, - 0.6416667489282164, - 0.6416667489282164 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 41.25, 59.375 41.875, 60 41.875, 60 41.25, 59.375 41.25))", @@ -5954,19 +5228,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -152.45079863016952, - -607.525885669249, + -152.45079863016997, + -607.5258856692489, -690.0451472021648, -404.07775666969314, 186.9662507951432, 797.4510953048266, - 986.8492971801077, + 986.8492971801088, 491.0422143908868 ], "relative wind speed": [ - 1.5601157996174957, + 1.5601157996174955, 1.0785269507667214, - 0.939427993222379, + 0.9394279932223789, 1.3252556721003894, 1.809062248046582, 2.131536333725824, @@ -5974,13 +5248,13 @@ 1.9875524971907623 ], "relative wind angle": [ - 0.4165627719826596, - 0.3318546729411494, - 0.1434784600033896, + 0.4165627719826599, + 0.33185467294114934, + 0.14347846000338962, 0.42079289400967335, 0.3564392869630323, - 0.1656045754750133, - 0.061195592260011436, + 0.16560457547501334, + 0.06119559226000962, 0.275853455356139 ], "resistance": [ @@ -6021,52 +5295,7 @@ "id": "196", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.7289097746262, - 60.7289097746262, - 60.7289097746262, - 60.7289097746262, - 60.7289097746262, - 60.7289097746262, - 60.7289097746262, - 60.7289097746262 - ], - "relative wind speed": [ - 0.5247995396349218, - 0.5247995396349218, - 0.5247995396349218, - 0.5247995396349218, - 0.5247995396349218, - 0.5247995396349218, - 0.5247995396349218, - 0.5247995396349218 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.125 40.625, 58.125 41.25, 58.75 41.25, 58.75 40.625, 58.125 40.625))", @@ -6085,52 +5314,7 @@ "id": "197", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 80.71903201534903, - 80.71903201534903, - 80.71903201534903, - 80.71903201534903, - 80.71903201534903, - 80.71903201534903, - 80.71903201534903, - 80.71903201534903 - ], - "relative wind speed": [ - 0.6050394264447593, - 0.6050394264447593, - 0.6050394264447593, - 0.6050394264447593, - 0.6050394264447593, - 0.6050394264447593, - 0.6050394264447593, - 0.6050394264447593 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((57.5 40, 57.5 40.625, 58.125 40.625, 58.125 40, 57.5 40))", @@ -6162,9 +5346,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -632.0830716039666, + -632.0830716039677, -780.714919774537, - -583.6416697769951, + -583.6416697769955, -8.849692411374008, 642.0786749347903, 986.0704293503436, @@ -6172,9 +5356,9 @@ -89.40080142774104 ], "relative wind speed": [ - 1.6947482378339294, + 1.694748237833929, 1.529881599000609, - 1.734857765420935, + 1.7348577654209347, 2.1184306075847776, 2.4307994251966916, 2.5377982047864074, @@ -6182,13 +5366,13 @@ 2.072006080113126 ], "relative wind angle": [ - 0.20167036670301236, + 0.20167036670301292, 0.01563226384154517, - 0.21686553181608462, + 0.2168655318160846, 0.24021330319136258, 0.14011097928885966, - 0.00942348082908036, - 0.1560178013184926, + 0.009423480829080358, + 0.15601780131849258, 0.2457051133211088 ], "resistance": [ @@ -6242,19 +5426,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -449.3023409727034, + -449.30234097270375, -709.5665330583454, - -607.9862568871192, + -607.9862568871195, -132.80654062448275, - 510.3656623287577, + 510.3656623287575, 979.6064708985127, 746.5319578387187, 131.2208396957974 ], "relative wind speed": [ - 1.3853342451273025, + 1.3853342451273023, 1.0540075466463057, - 1.2084519588402838, + 1.2084519588402836, 1.6621479122021994, 2.0628025280667086, 2.2501940654382397, @@ -6262,11 +5446,11 @@ 1.8470434641563545 ], "relative wind angle": [ - 0.3641161773839892, + 0.3641161773839899, 0.0934791023062185, - 0.2974819591930802, + 0.29748195919308024, 0.3688773572793973, - 0.24150579811188763, + 0.2415057981118881, 0.04373650341939587, 0.1638772565034395, 0.3304559624117078 @@ -6322,20 +5506,20 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -315.81600400829495, + -315.8160040082954, -710.4487755871762, - -703.6047159667439, - -295.0387641063337, + -703.604715966744, + -295.0387641063335, 376.3429575550351, 973.2476471126618, - 957.5765221624858, + 957.5765221624868, 351.2103584291485 ], "relative wind speed": [ - 1.4841363570277488, + 1.4841363570277484, 1.0264082102064636, 1.037651815915636, - 1.5028933868374912, + 1.5028933868374914, 1.9766221585797281, 2.2485955772572233, 2.2434292039123864, @@ -6344,11 +5528,11 @@ "relative wind angle": [ 0.4251529705847809, 0.24240591162029576, - 0.2569656850167923, - 0.42474778656631984, - 0.3148706963285648, - 0.10979010818267106, - 0.11782288005167667, + 0.2569656850167932, + 0.4247477865663204, + 0.31487069632856485, + 0.10979010818267104, + 0.11782288005167574, 0.3210867034060534 ], "resistance": [ @@ -6402,19 +5586,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 349.16190716752, - -290.6012705513333, - -680.7257418652979, + 349.16190716751885, + -290.6012705513334, + -680.7257418652983, -687.4618785518262, -311.2743514197341, 324.2764952717698, - 899.1732481905792, + 899.1732481905799, 914.5800978675695 ], "relative wind speed": [ - 1.9625447742428543, + 1.962544774242854, 1.5119951277820185, - 1.0784019528872504, + 1.0784019528872502, 1.067702784791605, 1.4935512098376629, 1.9483705861254728, @@ -6422,13 +5606,13 @@ 2.2231257208407564 ], "relative wind angle": [ - 0.2985988593485235, - 0.396845281018421, - 0.2331194247697968, + 0.29859885934852426, + 0.39684528101842104, + 0.23311942476979777, 0.2191182270316828, 0.39689648288273804, 0.3046340902234781, - 0.11255972133534779, + 0.11255972133534681, 0.10458659637335922 ], "resistance": [ @@ -6469,52 +5653,7 @@ "id": "202", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 79.72539176868293, - 79.72539176868293, - 79.72539176868293, - 79.72539176868293, - 79.72539176868293, - 79.72539176868293, - 79.72539176868293, - 79.72539176868293 - ], - "relative wind speed": [ - 0.6013039186460212, - 0.6013039186460212, - 0.6013039186460212, - 0.6013039186460212, - 0.6013039186460212, - 0.6013039186460212, - 0.6013039186460212, - 0.6013039186460212 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 40, 59.375 40.625, 60 40.625, 60 40, 59.375 40))", @@ -6546,34 +5685,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 594.4924500945611, + 594.4924500945602, 16.923334276225546, - -469.40500137164497, + -469.40500137164554, -631.2390155770588, - -482.0015957436488, + -482.00159574364886, -4.076236898365664, - 575.5741496218849, + 575.5741496218851, 939.4015295605979 ], "relative wind speed": [ - 1.990083587773164, + 1.9900835877731637, 1.6373092705577175, - 1.1772621332335977, + 1.1772621332335973, 0.913467689564513, 1.1615883767688047, 1.6214001961003486, - 1.9808518654919083, + 1.980851865491908, 2.115489783357548 ], "relative wind angle": [ - 0.2120982029312827, + 0.21209820293128323, 0.3758672333362418, - 0.37485369735984453, + 0.3748536973598448, 0.009368903775155283, - 0.3689727545808294, + 0.36897275458082945, 0.3797422755756414, - 0.21935753212881332, - 0.004045440963589576 + 0.2193575321288128, + 0.004045440963589575 ], "resistance": [ 97228.99245009456, @@ -6613,52 +5752,7 @@ "id": "204", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 34.185095865319084, - 34.185095865319084, - 34.185095865319084, - 34.185095865319084, - 34.185095865319084, - 34.185095865319084, - 34.185095865319084, - 34.185095865319084 - ], - "relative wind speed": [ - 0.3937441407421754, - 0.3937441407421754, - 0.3937441407421754, - 0.3937441407421754, - 0.3937441407421754, - 0.3937441407421754, - 0.3937441407421754, - 0.3937441407421754 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60.625 44.375, 60.625 45, 61.25 45, 61.25 44.375, 60.625 44.375))", @@ -6677,52 +5771,7 @@ "id": "205", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.027416367508135, - 19.027416367508135, - 19.027416367508135, - 19.027416367508135, - 19.027416367508135, - 19.027416367508135, - 19.027416367508135, - 19.027416367508135 - ], - "relative wind speed": [ - 0.2937552343723007, - 0.2937552343723007, - 0.2937552343723007, - 0.2937552343723007, - 0.2937552343723007, - 0.2937552343723007, - 0.2937552343723007, - 0.2937552343723007 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60 43.75, 60 44.375, 60.625 44.375, 60.625 43.75, 60 43.75))", @@ -6754,9 +5803,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -472.8717002513853, + -472.8717002513861, -423.0144805174249, - -130.00225825649045, + -130.0022582564909, 279.08705406066963, 584.5260815899445, 469.90237547907884, @@ -6764,9 +5813,9 @@ -291.987046079533 ], "relative wind speed": [ - 1.1058846607365493, + 1.105884660736549, 1.1826194872767986, - 1.4818085287717568, + 1.4818085287717566, 1.7741234087231337, 1.9225853329428075, 1.8763598784914264, @@ -6774,12 +5823,12 @@ 1.3310902959302975 ], "relative wind angle": [ - 0.07902055988510437, + 0.07902055988510578, 0.19360917282612963, - 0.27970381022087526, + 0.27970381022087565, 0.19915492448684638, 0.045421512033788226, - 0.12156495745042796, + 0.12156495745042795, 0.2504931068373611, 0.2668449827295395 ], @@ -6834,9 +5883,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -366.43217049250165, + -366.4321704925021, -405.6869437175355, - -247.75870120877642, + -247.75870120877664, 77.99005310770963, 401.7450993577613, 492.0845559174834, @@ -6844,21 +5893,21 @@ -119.31598756825338 ], "relative wind speed": [ - 1.1318648947415217, + 1.1318648947415215, 1.0687625357709256, - 1.2722026174307073, + 1.272202617430707, 1.559127331177158, - 1.7616777897527722, + 1.761677789752772, 1.8006591618040735, 1.663167843321565, 1.397765624141916 ], "relative wind angle": [ - 0.17793466816152562, + 0.1779346681615275, 0.0780109300600047, - 0.2527427810288661, - 0.23736039400411132, - 0.11396594780137462, + 0.2527427810288656, + 0.2373603940041113, + 0.11396594780137366, 0.04627213780950943, 0.1924641787843943, 0.2653870403643001 @@ -6914,7 +5963,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -144.7334235253038, + -144.73342352530403, -265.77665897769276, -253.28397020930686, -103.75262375675919, @@ -6926,7 +5975,7 @@ "relative wind speed": [ 1.0799247823120461, 0.9021557115386838, - 0.9263583196481554, + 0.9263583196481553, 1.1283076240014, 1.3474549117837904, 1.4724086888089574, @@ -6934,9 +5983,9 @@ 1.3072085450922883 ], "relative wind angle": [ - 0.2501586391391668, - 0.10220079527865691, - 0.14863034028365038, + 0.2501586391391682, + 0.10220079527865693, + 0.1486303402836496, 0.25630995969806253, 0.19973171192837613, 0.0625510135599696, @@ -6994,29 +6043,29 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -325.9543678927349, + -325.95436789273526, -356.0657178172321, - -215.64186099837934, + -215.64186099837968, 68.32690996640997, - 345.3044422448743, + 345.30444224487405, 414.8394802934397, 186.05307404285986, -115.3439087990671 ], "relative wind speed": [ - 1.1565854475522497, + 1.1565854475522495, 1.109032803253716, 1.284552647800714, 1.5336080057186516, - 1.7100985849147923, + 1.710098584914792, 1.7413136733295402, 1.6161842601155927, 1.3820902837415765 ], "relative wind angle": [ - 0.14665448395210987, - 0.07004348018679996, - 0.21876426386700593, + 0.14665448395211061, + 0.07004348018679994, + 0.21876426386700695, 0.20795966752480835, 0.09899279479608426, 0.04458860052110395, @@ -7061,52 +6110,7 @@ "id": "210", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 19.694851617319802, - 19.694851617319802, - 19.694851617319802, - 19.694851617319802, - 19.694851617319802, - 19.694851617319802, - 19.694851617319802, - 19.694851617319802 - ], - "relative wind speed": [ - 0.2988629367349376, - 0.2988629367349376, - 0.2988629367349376, - 0.2988629367349376, - 0.2988629367349376, - 0.2988629367349376, - 0.2988629367349376, - 0.2988629367349376 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((61.875 43.75, 61.875 44.375, 62.5 44.375, 62.5 43.75, 61.875 43.75))", @@ -7138,33 +6142,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -279.9444280626398, - -324.3909866742555, + -279.94442806264, + -324.39098667425543, -213.66871363592156, 40.77988574402718, 307.9893967838111, 410.2544185076058, - 211.31941584021763, + 211.31941584021774, -69.34260327595939 ], "relative wind speed": [ - 0.9783691315046008, + 0.9783691315046007, 0.8947986495537461, 1.0706039426432763, 1.338426304592757, 1.5356745463736174, 1.58582402763285, - 1.4728576536303686, + 1.4728576536303684, 1.234551536808026 ], "relative wind angle": [ - 0.21259534044473755, - 0.06030299520640455, + 0.21259534044473805, + 0.060302995206404544, 0.267222561458921, 0.26137949240947367, 0.13483344084646978, - 0.034011806400862786, - 0.19313611547283185, + 0.03401180640086279, + 0.19313611547283072, 0.28395688125780566 ], "resistance": [ @@ -7218,9 +6222,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -528.4761999141799, + -528.4761999141806, -606.3988562126686, - -395.50295987296283, + -395.5029598729632, 80.15580045824913, 573.9333048054164, 753.3561001315452, @@ -7228,9 +6232,9 @@ -140.85394782057801 ], "relative wind speed": [ - 1.3769197683550243, + 1.3769197683550238, 1.272950555523648, - 1.5081032142197064, + 1.5081032142197062, 1.8640645305371593, 2.1256367452647034, 2.1894831592178123, @@ -7238,11 +6242,11 @@ 1.7144978994736784 ], "relative wind angle": [ - 0.19713153867943947, + 0.19713153867944003, 0.060821219455849375, - 0.25410374366972666, - 0.2486616763161034, - 0.12721291661554346, + 0.25410374366972627, + 0.24866167631610342, + 0.1272129166155435, 0.0353466040351941, 0.18741777686561034, 0.2708769480005967 @@ -7298,34 +6302,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -289.9074542890464, + -289.90745428904665, -497.44032662447546, - -455.7692683023339, - -155.68603493941407, + -455.76926830233447, + -155.68603493941396, 278.8339057269329, 616.5946672045402, - 520.9585525668824, + 520.9585525668829, 119.92964066865193 ], "relative wind speed": [ - 1.3521097659019834, + 1.3521097659019832, 1.0995672195169224, - 1.164056487409338, - 1.4766944004789349, + 1.1640564874093378, + 1.476694400478935, 1.7894747840075902, 1.954833177386334, 1.917131533246157, 1.6881334275585818 ], "relative wind angle": [ - 0.28558215931759057, + 0.2855821593175905, 0.10007040793784405, - 0.19500322701619047, - 0.2946497460183142, + 0.1950032270161916, + 0.29464974601831495, 0.21450309085415664, 0.056223969193438014, - 0.11792750096451156, - 0.2568461863973446 + 0.11792750096451061, + 0.2568461863973445 ], "resistance": [ 96344.59254571094, @@ -7378,10 +6382,10 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -77.34933800419697, + -77.3493380041972, -362.2916207562721, - -426.5791734459452, - -282.279079719651, + -426.57917344594557, + -282.2790797196509, 55.592213426883745, 416.8555808791938, 564.5359957337774, @@ -7390,20 +6394,20 @@ "relative wind speed": [ 1.3568576563634995, 1.0347957123340161, - 0.9202269540269115, - 1.1403140950030293, + 0.9202269540269113, + 1.1403140950030295, 1.4716129276288143, 1.7134483190722836, 1.7776078480584099, 1.645111264666898 ], "relative wind angle": [ - 0.32182087967263395, + 0.3218208796726346, 0.25486036516077243, - 0.06549024291849283, - 0.3083317860516969, + 0.06549024291849453, + 0.30833178605169725, 0.29593054904127947, - 0.15285040155401927, + 0.1528504015540193, 0.03388505650105673, 0.21193383436647772 ], @@ -7458,40 +6462,40 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -160.78643657088628, + -160.7864365708865, -435.5094275135239, - -459.2130082551611, - -233.7486571705158, - 175.00010756761003, + -459.2130082551612, + -233.74865717051603, + 175.00010756761014, 563.2346478156089, 617.4647877170551, 262.7336302183196 ], "relative wind speed": [ - 1.2628832343658376, + 1.2628832343658374, 0.9033604484237245, - 0.8573956864829434, - 1.182998374199537, + 0.8573956864829433, + 1.1829983741995367, 1.555622604312128, 1.7885121332864515, 1.8109965178016243, 1.6172045626111804 ], "relative wind angle": [ - 0.39038388634094945, + 0.39038388634095006, 0.2570204774910788, - 0.18276389337538718, - 0.3902275468005723, - 0.3140701259479735, + 0.1827638933753878, + 0.3902275468005717, + 0.3140701259479732, 0.12874942279127283, - 0.08615311804195046, - 0.2819871714028118 + 0.08615311804195044, + 0.28198717140281176 ], "resistance": [ 96473.71356342915, 96198.99057248651, 96175.28699174487, - 96400.75134282952, + 96400.7513428295, 96809.50010756764, 97197.73464781564, 97251.96478771708, @@ -7501,7 +6505,7 @@ 38.80159569698722, 38.66038277048865, 38.64821183283607, - 38.76406431696097, + 38.76406431696096, 38.97457787890477, 39.17510189294816, 39.20315652541018, @@ -7538,41 +6542,41 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -249.26228304646878, + -249.262283046469, -279.9268656972414, - -178.68070516149612, + -178.68070516149606, 40.66059271177767, - 262.3668981912705, + 262.36689819127093, 333.16807556445247, - 160.32715991449504, + 160.3271599144948, -76.79795459860748 ], "relative wind speed": [ - 1.0122458666229686, + 1.0122458666229683, 0.9566049197968111, - 1.1066659344519185, + 1.1066659344519183, 1.3312107613509778, - 1.495548025744248, + 1.4955480257442477, 1.5317351661509042, 1.4270935853427638, 1.2203210645834772 ], "relative wind angle": [ - 0.16205139473071536, + 0.16205139473071606, 0.05953290442305974, - 0.22213265943388874, + 0.22213265943388824, 0.21797905136357468, - 0.1094215674599775, + 0.10942156745997547, 0.037166307960306504, - 0.17168592781066697, - 0.23815288874918006 + 0.17168592781066763, + 0.23815288874918003 ], "resistance": [ 96385.23771695356, 96354.57313430279, 96455.81929483853, 96675.1605927118, - 96896.86689819129, + 96896.8668981913, 96967.66807556448, 96794.82715991452, 96557.70204540143 @@ -7582,7 +6586,7 @@ 38.67237242909385, 38.72444084870412, 38.83737353228608, - 38.951705819612116, + 38.95170581961213, 38.9882559896634, 38.89906196964053, 38.776875155122 @@ -7618,19 +6622,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -344.1873825143113, + -344.1873825143115, -309.99061614667255, - -98.05917809844607, + -98.05917809844641, 201.12903630386438, 427.4767946585215, 348.923074266679, - 70.33614396741075, + 70.33614396741098, -208.6541378950692 ], "relative wind speed": [ - 0.9246969732291113, + 0.924696973229111, 0.9875063759230498, - 1.2466157789068075, + 1.2466157789068073, 1.5008695503231129, 1.6314528077390773, 1.5942189039432828, @@ -7639,12 +6643,12 @@ ], "relative wind angle": [ 0.08672692085563186, - 0.197506076326788, - 0.28804119395269867, + 0.19750607632678802, + 0.2880411939526991, 0.20603282733701825, 0.04911440639650413, - 0.12184855787907917, - 0.2555529631283498, + 0.12184855787907915, + 0.25555296312834935, 0.27660827216038486 ], "resistance": [ @@ -7698,34 +6702,34 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -249.90497098296157, + -249.9049709829619, -419.3951461279296, - -377.3437365619672, + -377.3437365619673, -116.10202613479123, - 254.65759814700004, + 254.65759814699982, 538.1878974413721, 441.77802152171216, 95.63908198051183 ], "relative wind speed": [ - 1.179167626794892, + 1.1791676267948918, 0.9376366063347555, 1.012635442636259, 1.3204388684354043, - 1.616439730968725, + 1.6164397309687248, 1.7675268853390558, 1.72565441391149, 1.5032481134730784 ], "relative wind angle": [ - 0.3119251562679267, + 0.31192515626792744, 0.1022154432614676, - 0.22565590563302607, + 0.22565590563302704, 0.3205829226751417, - 0.22578606489408254, - 0.05415528315602554, - 0.1316769386870038, - 0.28046059170397125 + 0.225786064894082, + 0.05415528315602553, + 0.13167693868700384, + 0.2804605917039713 ], "resistance": [ 96384.59502901701, @@ -7778,19 +6782,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -336.2154022182575, + -336.21540221825785, -409.7426390571734, - -289.03591707432383, - 25.837906340161112, - 375.46288771774437, + -289.03591707432406, + 25.837906340161, + 375.4628877177446, 544.7355690006851, - 306.2073349863073, + 306.20733498630705, -52.54063051331798 ], "relative wind speed": [ - 1.0567265020545749, + 1.0567265020545746, 0.926841173887189, - 1.1188363097669438, + 1.1188363097669436, 1.4369682404827577, 1.6798781666265032, 1.7548866040973519, @@ -7798,14 +6802,14 @@ 1.3688622394882568 ], "relative wind angle": [ - 0.25609056488473436, + 0.25609056488473525, 0.03846569595357774, - 0.2882676256868597, - 0.29238307800618035, - 0.16002064365312954, + 0.2882676256868593, + 0.2923830780061804, + 0.16002064365312885, 0.020311996591664674, - 0.1952862634596779, - 0.30739392017537304 + 0.19528626345967848, + 0.307393920175373 ], "resistance": [ 96298.2845977818, @@ -7858,9 +6862,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -322.8959388035803, + -322.89593880358075, -427.1245229338082, - -341.3602915811126, + -341.3602915811131, -39.46609361728167, 324.78309481870974, 549.9760997591843, @@ -7868,9 +6872,9 @@ -8.776881355292062 ], "relative wind speed": [ - 1.2389566001773522, + 1.238956600177352, 1.0848406734606224, - 1.2175736606388687, + 1.2175736606388685, 1.5075849592236883, 1.7563874693222923, 1.8555406524031999, @@ -7878,13 +6882,13 @@ 1.532024148059651 ], "relative wind angle": [ - 0.22914844076086485, + 0.22914844076086535, 0.01164479757339436, - 0.21819199769228756, + 0.21819199769228806, 0.2584864831665661, 0.16092419506398034, - 0.006808022292072817, - 0.14935223428914765, + 0.006808022292072818, + 0.14935223428914768, 0.2542710274660038 ], "resistance": [ @@ -7938,9 +6942,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -273.00033118435886, + -273.000331184359, -383.36170668203135, - -305.32510964128414, + -305.32510964128426, -28.154849465853772, 318.54877873261864, 546.4670051750295, @@ -7948,9 +6952,9 @@ 25.64006568006232 ], "relative wind speed": [ - 0.9728726614205989, + 0.9728726614205988, 0.763625014522734, - 0.9235403360999588, + 0.9235403360999587, 1.2640588200419771, 1.543215531290694, 1.656765592518016, @@ -7958,14 +6962,14 @@ 1.3153519266076674 ], "relative wind angle": [ - 0.35175387424960053, + 0.3517538742496012, 0.035810061970600236, 0.32687405134945824, 0.3611895243042587, 0.2189529206317772, 0.016502549360101433, 0.18962118753914883, - 0.3464986741043477 + 0.34649867410434776 ], "resistance": [ 96361.49966881564, @@ -8005,68 +7009,7 @@ "id": "222", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.63138373049964, - 5.63138373049964, - 5.63138373049964, - 5.63138373049964, - 5.63138373049964, - 5.63138373049964, - 5.63138373049964, - 5.63138373049964 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -448.63619948261703, - -516.7352517506638, - -336.6643906264944, - 70.42577401962467, - 494.9370353610209, - 651.5874853500104, - 331.6276258439284, - -115.62752267959945 - ], - "relative wind speed": [ - 1.2321775700799413, - 1.1307033723466695, - 1.3555560012094756, - 1.6934899576763884, - 1.9406283071524735, - 2.0014518916260395, - 1.8565472572263166, - 1.5544746874680226 - ], - "relative wind angle": [ - 0.21027052991726455, - 0.06386271857554672, - 0.26821459174690004, - 0.2603133374544369, - 0.1329180223146954, - 0.03606200100448039, - 0.1947252444050867, - 0.2842117451138601 - ], - "resistance": [ - 96185.86380051737, - 96117.76474824932, - 96297.83560937349, - 96704.9257740196, - 97129.437035361, - 97286.08748535, - 96966.12762584392, - 96518.87247732039 - ], - "fuel": [ - 38.88871011811502, - 38.85375265104069, - 38.946226417140586, - 39.15572861462839, - 39.37485310023341, - 39.45588240712186, - 39.29047658432253, - 39.059902859715315 - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.125 43.75, 63.125 44.375, 63.75 44.375, 63.75 43.75, 63.125 43.75))", @@ -8085,68 +7028,7 @@ "id": "223", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.654370750377098, - 4.654370750377098, - 4.654370750377098, - 4.654370750377098, - 4.654370750377098, - 4.654370750377098, - 4.654370750377098, - 4.654370750377098 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -386.41035462571534, - -330.8224980531385, - -75.4786193080298, - 264.54984002292997, - 506.4032038855131, - 378.71830656882105, - 53.63902528127801, - -253.10627848821292 - ], - "relative wind speed": [ - 0.891886104654915, - 0.9946799350745317, - 1.2962478520879581, - 1.569512447226723, - 1.6970518421470864, - 1.6389196457945896, - 1.4125109856453126, - 1.100943439333611 - ], - "relative wind angle": [ - 0.06833169234950665, - 0.24571737241770192, - 0.31619958010641824, - 0.21058542194174493, - 0.035891506707187555, - 0.14817429173008792, - 0.2893842080170526, - 0.3025947255717581 - ], - "resistance": [ - 96248.08964537428, - 96303.67750194685, - 96559.02138069195, - 96899.04984002291, - 97140.9032038855, - 97013.2183065688, - 96688.13902528127, - 96381.39372151178 - ], - "fuel": [ - 38.65905988943971, - 38.68762061437191, - 38.81896256412527, - 38.99424061098554, - 39.11917314026395, - 39.05318870882141, - 38.885469528282876, - 38.72757004132423 - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.75 44.375, 63.75 45, 64.375 45, 64.375 44.375, 63.75 44.375))", @@ -8178,9 +7060,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -176.78159820961395, + -176.78159820961406, -295.14920364025704, - -267.87675470959186, + -267.876754709592, -88.32654390954508, 167.59266103097093, 362.93638643598786, @@ -8188,9 +7070,9 @@ 63.07149942264709 ], "relative wind speed": [ - 1.05715903701907, + 1.0571590370190698, 0.8730120011082222, - 0.9263363182658777, + 0.9263363182658776, 1.1615621619356329, 1.3956493340443537, 1.5176535635943247, @@ -8199,12 +7081,12 @@ ], "relative wind angle": [ 0.2708253603681472, - 0.08822591251678268, + 0.08822591251678269, 0.18899624096711934, 0.2818269406696224, - 0.20405602908805068, + 0.2040560290880507, 0.050706810475969595, - 0.11740823401990613, + 0.11740823401990615, 0.24916102884706945 ], "resistance": [ @@ -8258,34 +7140,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -190.29135176173344, + -190.29135176173367, -291.2068366374175, - -249.37896050823832, + -249.37896050823838, -56.84681616499671, - 199.85383737593997, + 199.8538373759402, 382.782594067531, - 286.7188789553454, - 41.324402498036875 + 286.7188789553451, + 41.3244024980371 ], "relative wind speed": [ - 0.9511212493218513, + 0.9511212493218512, 0.7677570853324451, 0.8574602512747859, 1.1209785558059011, 1.3594531502633704, 1.4708139095733317, 1.420389529726385, - 1.2231727498991616 + 1.2231727498991614 ], "relative wind angle": [ - 0.30627104547649103, + 0.3062710454764921, 0.06983820424140073, - 0.24863081359667077, + 0.24863081359667122, 0.31939275678722445, - 0.21254030911826652, + 0.212540309118266, 0.03643360622257843, - 0.14910360262501865, - 0.29188363574561055 + 0.14910360262501943, + 0.29188363574560977 ], "resistance": [ 96444.20864823826, @@ -8338,9 +7220,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -443.0457964733403, + -443.04579647334106, -397.9716301690163, - -125.73806577765879, + -125.73806577765902, 255.748123026195, 541.210802779886, 437.50575076792995, @@ -8348,7 +7230,7 @@ -272.9208745245952 ], "relative wind speed": [ - 1.1016106472709655, + 1.101610647270965, 1.1716647985009547, 1.453613199230479, 1.7322037511895003, @@ -8358,13 +7240,13 @@ 1.314732700147483 ], "relative wind angle": [ - 0.07691932248576017, - 0.18371285171425505, - 0.2697338624506509, - 0.19388998769887922, + 0.07691932248576161, + 0.18371285171425503, + 0.2697338624506517, + 0.1938899876988792, 0.04516364359230692, - 0.11710161118508584, - 0.24183708596184222, + 0.11710161118508586, + 0.24183708596184225, 0.2566677643433924 ], "resistance": [ @@ -8418,34 +7300,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -389.02186621399136, + -389.02186621399164, -415.66162425539625, - -231.68436871313293, - 115.72239721752726, - 446.788506085677, + -231.68436871313304, + 115.72239721752692, + 446.7885060856761, 507.9180240197595, 217.39016504236884, -145.76918139100644 ], "relative wind speed": [ - 1.0689373460819012, + 1.068937346081901, 1.0243254060869054, 1.2613847807542722, - 1.5654923573594504, - 1.7676767216647202, + 1.5654923573594506, + 1.7676767216647205, 1.7938967374430577, 1.635914568993579, 1.3477914234825434 ], "relative wind angle": [ - 0.18173065400542354, - 0.11045775055839446, - 0.2835372939863041, - 0.2492216910776806, - 0.10950976362987583, + 0.18173065400542357, + 0.11045775055839448, + 0.2835372939863049, + 0.2492216910776815, + 0.10950976362987787, 0.06298547362708333, 0.21741488959034186, - 0.2905609204045302 + 0.29056092040453013 ], "resistance": [ 96245.47813378605, @@ -8498,33 +7380,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -524.5510950272547, + -524.5510950272551, -473.1372046663336, - -146.65224683336692, + -146.65224683336726, 318.93799926370195, 677.1752386918639, - 559.344536671054, - 124.99200832035615, + 559.3445366710542, + 124.99200832035638, -309.6557563129303 ], "relative wind speed": [ - 1.0308262630182559, + 1.0308262630182554, 1.1140287504183177, - 1.4630830867907623, + 1.463083086790762, 1.798419743246169, 1.9701494715629675, - 1.9243262893982982, + 1.924326289398298, 1.6743594613985484, 1.307584854581302 ], "relative wind angle": [ 0.10767260349026204, 0.2307417805640832, - 0.32782336051817274, + 0.3278233605181731, 0.23082340077411814, - 0.05625759199249466, - 0.1327884645705183, - 0.2852049727854416, + 0.05625759199249465, + 0.1327884645705166, + 0.2852049727854412, 0.32009546887060597 ], "resistance": [ @@ -8565,68 +7447,7 @@ "id": "229", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.294201860667094, - 5.294201860667094, - 5.294201860667094, - 5.294201860667094, - 5.294201860667094, - 5.294201860667094, - 5.294201860667094, - 5.294201860667094 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -484.35268786556543, - -457.9130950212657, - -175.69544717857525, - 253.36032153498468, - 603.9679434082639, - 543.4021619499099, - 153.34660881382297, - -259.89717878815463 - ], - "relative wind speed": [ - 1.0441531316256232, - 1.0873083667625176, - 1.4037272168682275, - 1.730076448857067, - 1.9108350285818014, - 1.8866125156764528, - 1.6646609773050456, - 1.3222638730030132 - ], - "relative wind angle": [ - 0.13072410583541816, - 0.19586775943054127, - 0.31535278453630605, - 0.23574806478475155, - 0.07128973067941453, - 0.11240027514761239, - 0.2646131635009415, - 0.3105771298624909 - ], - "resistance": [ - 96150.14731213448, - 96176.58690497877, - 96458.80455282147, - 96887.86032153503, - 97238.46794340831, - 97177.90216194995, - 96787.84660881387, - 96374.60282121188 - ], - "fuel": [ - 38.7729824133123, - 38.786555856217305, - 38.93160158933537, - 39.15268254772043, - 39.333849860051956, - 39.30252139454585, - 39.10108692993944, - 38.88829509639047 - ] + "inaccessible": true }, { "geometry": "POLYGON ((62.5 42.5, 62.5 43.125, 63.125 43.125, 63.125 42.5, 62.5 42.5))", @@ -8658,17 +7479,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -361.67272070910786, + -361.672720709108, -399.78564754297753, - -237.72946319033815, + -237.72946319033827, 90.35824977308175, - 416.5799676735015, + 416.5799676735013, 504.0165985026448, - 235.20072479300052, + 235.20072479300063, -115.57358711501968 ], "relative wind speed": [ - 1.0211558220224046, + 1.0211558220224044, 0.9537442836766895, 1.181923934223515, 1.489712783039475, @@ -8678,13 +7499,13 @@ 1.3108588722373657 ], "relative wind angle": [ - 0.20996918654891064, + 0.20996918654891067, 0.09789129590313582, - 0.2959124328896838, + 0.29591243288968416, 0.26781445088056643, - 0.12542353140268733, - 0.05359379854413483, - 0.2179553233280308, + 0.12542353140268822, + 0.05359379854413484, + 0.21795532332803033, 0.30545784329943476 ], "resistance": [ @@ -8725,68 +7546,7 @@ "id": "231", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.125837095544029, - 5.125837095544029, - 5.125837095544029, - 5.125837095544029, - 5.125837095544029, - 5.125837095544029, - 5.125837095544029, - 5.125837095544029 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -270.0391384117311, - -413.08744047213696, - -359.3799085728439, - -94.64671850631896, - 260.7524155493612, - 514.4029432048407, - 390.74639613573174, - 53.83693065095463 - ], - "relative wind speed": [ - 1.240027120905839, - 1.0457161298445652, - 1.1328424391101881, - 1.4127662849424683, - 1.6774487406744036, - 1.8049873445415263, - 1.7516191213625885, - 1.5347941107203997 - ], - "relative wind angle": [ - 0.25549364636993166, - 0.060429568708532666, - 0.1991079941761951, - 0.2723570157736237, - 0.187925656794315, - 0.034995599420484254, - 0.12827346929673675, - 0.2502173877390444 - ], - "resistance": [ - 96364.46086158828, - 96221.41255952786, - 96275.12009142716, - 96539.85328149368, - 96895.25241554936, - 97148.90294320484, - 97025.24639613573, - 96688.33693065096 - ], - "fuel": [ - 38.83725411858543, - 38.76374763638759, - 38.79133674192501, - 38.92748479134058, - 39.11067093613454, - 39.24169942836881, - 39.177792142069706, - 39.00396171362986 - ] + "inaccessible": true }, { "geometry": "POLYGON ((60 41.875, 60 42.5, 60.625 42.5, 60.625 41.875, 60 41.875))", @@ -8818,19 +7578,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -26.535602257744358, + -26.53560225774504, -518.1435450342784, - -665.6440951663112, - -492.17419707886063, + -665.6440951663103, + -492.17419707886074, 16.66754261056758, 611.312912698497, 951.5330689088044, 572.6855921632246 ], "relative wind speed": [ - 1.6956049904844965, + 1.695604990484496, 1.2506733162068642, - 1.025810108352691, + 1.0258101083526907, 1.2803307078591817, 1.726624268545887, 2.071744169683041, @@ -8838,14 +7598,14 @@ 2.053548374643352 ], "relative wind angle": [ - 0.35101404782099555, - 0.32605597570568207, - 0.016082529557691256, - 0.3374814702624455, + 0.3510140478209959, + 0.3260559757056821, + 0.01608252955768436, + 0.33748147026244557, 0.3444434154078569, 0.19459047254835196, 0.007526693836590213, - 0.20793414916230676 + 0.2079341491623068 ], "resistance": [ 96607.96439774227, @@ -8898,33 +7658,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 34.264750210352304, + 34.264750210351735, -364.3492752886383, - -514.9355938773894, - -416.9308546914283, + -514.9355938773898, + -416.93085469142846, -53.13343424102811, 404.8313407491745, - 708.1250447633287, + 708.1250447633255, 482.5644790121511 ], "relative wind speed": [ - 1.565139599807737, + 1.5651395998077366, 1.1884851015548306, - 0.9592730420661092, - 1.1230154857175942, + 0.9592730420661091, + 1.123015485717594, 1.4952072456434602, 1.8090908870737339, 1.940387050326882, 1.8504439719022843 ], "relative wind angle": [ - 0.31892064601642867, + 0.318920646016429, 0.3193353678012429, - 0.03849424468347173, - 0.2897862361460257, + 0.03849424468347462, + 0.289786236146025, 0.33440425539977175, 0.20773127799429722, - 0.019026925480382442, + 0.019026925480388278, 0.1742983458995561 ], "resistance": [ @@ -8934,7 +7694,7 @@ 96217.56914530856, 96581.36656575896, 97039.33134074917, - 97342.62504476332, + 97342.6250447633, 97117.06447901213 ], "fuel": [ @@ -8978,17 +7738,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -33.80305172009662, + -33.803051720097756, -686.1802751488748, - -883.0528165329846, + -883.0528165329902, -657.6429343351759, - 13.655945043183237, - 799.9381159121108, + 13.65594504318301, + 799.9381159121103, 1254.08922483257, 757.5786496715778 ], "relative wind speed": [ - 1.9685780070702992, + 1.9685780070702987, 1.4628795518154472, 1.2063814978054472, 1.4907660020431932, @@ -8998,12 +7758,12 @@ 2.375857646555265 ], "relative wind angle": [ - 0.34345577638122077, + 0.3434557763812211, 0.3182399192085447, - 0.012914617266877012, - 0.3276530055587327, - 0.33820405988860436, - 0.19245349767092412, + 0.012914617266902802, + 0.3276530055587328, + 0.3382040598886047, + 0.19245349767092415, 0.0061527515824862855, 0.20332985094198147 ], @@ -9058,9 +7818,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 313.8310948716621, - -226.2668021496387, - -570.1199772411032, + 313.83109487166143, + -226.2668021496388, + -570.1199772411036, -592.0251162326626, -294.3536543655374, 232.2822977623689, @@ -9068,9 +7828,9 @@ 772.127927135429 ], "relative wind speed": [ - 1.8510067333902178, - 1.4566562218358245, - 1.0706822274725056, + 1.8510067333902176, + 1.4566562218358243, + 1.0706822274725054, 1.0349841465431406, 1.3929734898091188, 1.801319994269175, @@ -9078,13 +7838,13 @@ 2.072536823984386 ], "relative wind angle": [ - 0.27265841286650255, - 0.3671237854741516, - 0.22698427605066834, + 0.27265841286650344, + 0.3671237854741513, + 0.22698427605066882, 0.17685676684585092, - 0.365954283907631, + 0.36595428390763074, 0.294492677970846, - 0.11755817565127384, + 0.11755817565127386, 0.08797253001630291 ], "resistance": [ @@ -9138,17 +7898,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 245.5540943629311, + 245.5540943629304, -235.66268328896592, - -530.4973924082751, + -530.4973924082756, -536.3901787752172, -254.30301817135478, 223.36762969410472, - 650.6070805591243, + 650.6070805591249, 664.0921904781745 ], "relative wind speed": [ - 1.7950763914870114, + 1.7950763914870111, 1.4337036096232336, 1.1027332955388964, 1.0934360559049738, @@ -9158,13 +7918,13 @@ 2.0082103265437943 ], "relative wind angle": [ - 0.25582329364066925, + 0.25582329364066964, 0.3272594500762366, - 0.18009846653565106, + 0.18009846653565292, 0.16677629796180793, 0.3264592140647586, - 0.2617007098314965, - 0.0987710273649609, + 0.26170070983149657, + 0.0987710273649598, 0.0905099882206687 ], "resistance": [ @@ -9218,19 +7978,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -53.82533740206304, + -53.825337402063724, -431.3705801903958, - -537.317627519008, + -537.3176275190084, -404.87680107413144, -9.782820323391661, 441.53411654358524, - 686.642847156259, + 686.6428471562685, 403.0710328497446 ], "relative wind speed": [ - 1.7027532962630656, + 1.7027532962630654, 1.3824483309704618, - 1.2381562667855077, + 1.2381562667855075, 1.4094241045341285, 1.7337466190004949, 1.998520137258408, @@ -9238,13 +7998,13 @@ 1.9795882956788142 ], "relative wind angle": [ - 0.253133218864799, - 0.21150782514934985, + 0.2531332188647999, + 0.21150782514934982, 0.01292053335445257, 0.22383221829990077, 0.2485116341183667, 0.1457344732989815, - 0.007650631611772309, + 0.007650631611757798, 0.1587016680932244 ], "resistance": [ @@ -9254,7 +8014,7 @@ 96229.62319892588, 96624.71717967662, 97076.0341165436, - 97321.14284715627, + 97321.14284715628, 97037.57103284977 ], "fuel": [ @@ -9264,7 +8024,7 @@ 39.02368017522926, 39.22689963419205, 39.45974849828606, - 39.58652553501686, + 39.586525535016875, 39.439874616946554 ] }, @@ -9298,19 +8058,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 496.4447726116025, + 496.4447726116018, -74.99832896763314, - -536.8733220345691, + -536.8733220345692, -661.8682434770791, -482.67230291646365, 15.049640345972875, - 575.5754124874877, + 575.5754124874873, 863.9356120157934 ], "relative wind speed": [ - 2.131950353797816, + 2.1319503537978157, 1.8055771940825782, - 1.4279593022191541, + 1.427959302219154, 1.2638662909154261, 1.4811236587482002, 1.865162352121437, @@ -9318,13 +8078,13 @@ 2.267505590345914 ], "relative wind angle": [ - 0.17767340689159639, + 0.1776734068915964, 0.28168442812442746, 0.2353655173090063, 0.024509433506364257, 0.25722949691035746, 0.2724520250795387, - 0.15421307829578285, + 0.1542130782957836, 0.013660168689412498 ], "resistance": [ @@ -9334,7 +8094,7 @@ 95972.63175652295, 96151.82769708357, 96649.549640346, - 97210.07541248752, + 97210.07541248751, 97498.43561201582 ], "fuel": [ @@ -9344,7 +8104,7 @@ 39.01374066106861, 39.10566805372976, 39.361625905682885, - 39.650984790923026, + 39.65098479092302, 39.80029971853923 ] }, @@ -9378,33 +8138,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 430.0624205547856, + 430.0624205547847, -198.4093510387279, - -658.3095550780074, + -658.3095550780079, -742.3846804285731, - -477.8987976323831, + -477.89879763238264, 101.82281133295623, - 690.8689881412874, + 690.868988141287, 885.0253513332605 ], "relative wind speed": [ 2.3274320672462183, 1.9920738484812166, - 1.6527531323285651, + 1.6527531323285647, 1.5592063569585104, 1.8008229240783837, 2.1659974639249833, - 2.434812172449929, + 2.4348121724499285, 2.4957521447356097 ], "relative wind angle": [ - 0.1703564720225543, - 0.23753659088345366, - 0.16308063688303814, - 0.057281337742357746, - 0.22090209370659133, + 0.1703564720225556, + 0.2375365908834537, + 0.16308063688303745, + 0.05728133774235775, + 0.2209020937065908, 0.2181403646919421, - 0.11043361461616762, + 0.1104336146161666, 0.03577423954222327 ], "resistance": [ @@ -9458,9 +8218,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 516.8214053574288, - -20.931619992639867, - -449.791412696097, + 516.8214053574281, + -20.931619992640208, + -449.7914126960971, -575.4772667873978, -407.05006355866857, 50.49370259150896, @@ -9468,8 +8228,8 @@ 872.0243051962541 ], "relative wind speed": [ - 1.861352776598035, - 1.4996523965009194, + 1.8613527765980349, + 1.4996523965009192, 1.0416903848038546, 0.8092463051632062, 1.1001217281106144, @@ -9478,11 +8238,11 @@ 2.004999349922587 ], "relative wind angle": [ - 0.24148520049359978, - 0.41020612346461977, - 0.39479078753672475, + 0.24148520049360028, + 0.4102061234646195, + 0.39479078753672564, 0.03887866987756899, - 0.4165651937514878, + 0.41656519375148754, 0.39409802026697255, 0.21306980756262614, 0.015688675784235093 @@ -9538,33 +8298,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 527.9586686844259, + 527.958668684425, 51.82692363309684, - -358.3307928964022, + -358.3307928964024, -511.1803073499199, -399.33749287728807, -16.80984673622777, - 465.5258352861765, + 465.5258352861763, 786.739806717708 ], "relative wind speed": [ - 1.781296940722794, + 1.7812969407227939, 1.45969089285871, - 1.019049738655848, + 1.0190497386558477, 0.7322089319486769, 0.9581021289492423, 1.4001003456291259, - 1.7471451315419975, + 1.7471451315419972, 1.885430603469678 ], "relative wind angle": [ - 0.21777093012115234, + 0.21777093012115287, 0.4062576859754853, - 0.43659153207799345, - 0.04448842253829702, + 0.4365915320779934, + 0.044488422538297025, 0.4133567671914938, - 0.424640959358841, - 0.249207206647781, + 0.42464095935884105, + 0.24920720664778054, 0.017272285230830364 ], "resistance": [ @@ -9605,52 +8365,7 @@ "id": "242", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 87.00930212650472, - 87.00930212650472, - 87.00930212650472, - 87.00930212650472, - 87.00930212650472, - 87.00930212650472, - 87.00930212650472, - 87.00930212650472 - ], - "relative wind speed": [ - 0.6281719586578283, - 0.6281719586578283, - 0.6281719586578283, - 0.6281719586578283, - 0.6281719586578283, - 0.6281719586578283, - 0.6281719586578283, - 0.6281719586578283 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60.625 40, 60.625 40.625, 61.25 40.625, 61.25 40, 60.625 40))", @@ -9682,37 +8397,37 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 872.3577548563444, + 872.3577548563276, 574.883450605322, - 31.01470818537541, + 31.014708185375184, -440.24429508288745, - -608.9031595382235, + -608.9031595382245, -479.8411462796114, - -34.885084588930454, + -34.88508458893057, 515.8627275369133 ], "relative wind speed": [ 2.08891430567176, 1.9791400584191827, - 1.6505349778507374, + 1.6505349778507372, 1.2182195452798852, - 0.9606618380721126, + 0.9606618380721127, 1.170230222105349, 1.600677491082912, 1.9499680210368298 ], "relative wind angle": [ - 0.012725469998786576, - 0.19329065482453242, - 0.3488784753420881, + 0.01272546999881275, + 0.19329065482453245, + 0.3488784753420885, 0.35003410090443227, - 0.027673725550254307, - 0.33087331427981825, - 0.36023240668313095, + 0.027673725550262335, + 0.3308733142798183, + 0.360232406683131, 0.21591510758297303 ], "resistance": [ - 97506.85775485639, + 97506.85775485638, 97209.38345060537, 96665.51470818542, 96194.25570491716, @@ -9762,34 +8477,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 646.6231872527828, + 646.6231872527817, 132.57321915457783, -376.29167201557937, -621.6082739963917, -555.1747555864542, -164.6367222565683, - 384.026541801283, + 384.0265418012832, 798.9801408201865 ], "relative wind speed": [ - 2.0988447019285665, + 2.098844701928566, 1.826075052910976, - 1.4323959211039943, + 1.432395921103994, 1.1437723464936074, - 1.240757333042878, + 1.2407573330428778, 1.6155735029547444, 1.9730356731488476, 2.15323307185028 ], "relative wind angle": [ - 0.1337576789856779, - 0.28075936563100207, - 0.3090448886769571, - 0.09644480183068777, - 0.22754677045683327, - 0.3185483447767578, - 0.22264263406019183, - 0.05117330416219355 + 0.13375767898567872, + 0.2807593656310021, + 0.30904488867695706, + 0.09644480183068778, + 0.22754677045683228, + 0.31854834477675775, + 0.2226426340601918, + 0.051173304162193546 ], "resistance": [ 97281.12318725277, @@ -9842,9 +8557,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 938.1396861191304, + 938.1396861191263, 286.100125306006, - -431.60832085335505, + -431.60832085335596, -839.6608918978965, -814.8708252465921, -351.1988081340194, @@ -9854,7 +8569,7 @@ "relative wind speed": [ 2.563181707833465, 2.2955012019709002, - 1.8754285158871618, + 1.8754285158871615, 1.529696772200467, 1.557937400286471, 1.9307365543578436, @@ -9862,14 +8577,14 @@ 2.5801351119084672 ], "relative wind angle": [ - 0.09371265207382148, + 0.09371265207382505, 0.23191344990717555, - 0.2733487036385823, + 0.27334870363858277, 0.12347363445685589, 0.15456902851557794, 0.2767832505143816, - 0.21800033794528045, - 0.07308356548369427 + 0.21800033794528043, + 0.07308356548369428 ], "resistance": [ 97572.63968611915, @@ -9922,11 +8637,11 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 774.985929306777, + 774.9859293067698, 413.804156143957, - -105.26771903964891, + -105.26771903964982, -501.69795358637646, - -592.9980360701753, + -592.9980360701758, -398.5456175431649, 66.09879057075523, 565.0734204555085 @@ -9934,7 +8649,7 @@ "relative wind speed": [ 2.112485732576767, 1.9615890243926553, - 1.6306078642775979, + 1.6306078642775974, 1.2618312002712397, 1.1281297510264872, 1.3738417684994715, @@ -9942,11 +8657,11 @@ 2.0354495148525613 ], "relative wind angle": [ - 0.03052536419458971, + 0.030525364194600623, 0.2021898742292923, - 0.30689561887179667, - 0.24228145141074336, - 0.05718272462250686, + 0.3068956188717967, + 0.24228145141074334, + 0.057182724622508806, 0.29080796436333034, 0.2846838074330574, 0.14928570019001713 @@ -10002,19 +8717,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 957.3950223664278, + 957.3950223664165, 536.2319096374758, - -129.86980098111826, + -129.86980098111871, -669.8817979504265, - -807.0738308285138, + -807.0738308285174, -599.0101837564232, -11.657547792221521, 638.0572780891816 ], "relative wind speed": [ - 2.7483030059435585, + 2.748303005943558, 2.6178883070660106, - 2.3160053721441773, + 2.316005372144177, 1.989296099938932, 1.8594488600630965, 2.038965494410193, @@ -10022,21 +8737,21 @@ 2.6558276492340576 ], "relative wind angle": [ - 0.011173441122811942, - 0.12870265618525026, + 0.011173441122821879, + 0.12870265618525029, 0.19310948752659926, 0.14760908051766872, - 0.01651497895387306, + 0.016514978953879784, 0.1655444278747034, - 0.18814959088984728, - 0.11038669370668176 + 0.18814959088984726, + 0.11038669370668178 ], "resistance": [ - 97591.89502236647, + 97591.89502236646, 97170.73190963751, 96504.63019901892, 95964.61820204962, - 95827.42616917154, + 95827.42616917152, 96035.48981624361, 96622.84245220783, 97272.55727808923 @@ -10046,7 +8761,7 @@ 40.42797787945143, 40.08434613546633, 39.80697394604253, - 39.736679377381805, + 39.7366793773818, 39.8433146379771, 40.14520953839613, 40.4806535213489 @@ -10082,33 +8797,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -68.38276339511549, + -68.38276339511594, -317.7966214597591, - -378.03735198121296, - -272.7868874964263, + -378.0373519812133, + -272.7868874964262, 6.631731062832273, 310.4706026010932, - 450.3826385854601, + 450.3826385854667, 245.69181767653674 ], "relative wind speed": [ - 1.536704332385499, + 1.5367043323854988, 1.3066283270173784, - 1.2202453552296386, - 1.3544328797685175, + 1.2202453552296384, + 1.3544328797685172, 1.5941654561432497, 1.7876090517136412, - 1.8476539123367424, + 1.8476539123367421, 1.7516664296990845 ], "relative wind angle": [ - 0.20562587911804903, + 0.20562587911804955, 0.15454362170340014, 0.02403507760648463, - 0.18008834386381356, + 0.18008834386381295, 0.19811372417834922, 0.11275116672319425, - 0.0158726151775237, + 0.01587261517750971, 0.13894404070412214 ], "resistance": [ @@ -10162,33 +8877,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -14.655407866660084, + -14.655407866660767, -204.73869594560938, - -267.6491288166867, + -267.6491288166899, -221.2924014107317, - -42.364553667212476, + -42.364553667212704, 174.21844783976417, - 306.5276160819485, + 306.52761608194874, 197.8797705130005 ], "relative wind speed": [ - 1.5079723972858345, + 1.5079723972858343, 1.3392559328788072, - 1.2551236874849758, + 1.2551236874849756, 1.3217518616859643, 1.4859706750659694, 1.6396594598821168, - 1.7049205633243196, + 1.7049205633243198, 1.653802169021944 ], "relative wind angle": [ - 0.1497024730846824, + 0.14970247308468462, 0.12494621493770415, - 0.008865510408026873, + 0.008865510408039396, 0.1146169740419508, - 0.1519360983331958, + 0.15193609833319655, 0.10196597088149652, - 0.0065265476805753545, + 0.006526547680575354, 0.09153150315266992 ], "resistance": [ @@ -10242,30 +8957,30 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 505.55178207121503, + 505.5517820712141, -73.16041661740883, - -555.9012494739666, - -691.3132536116841, + -555.901249473967, + -691.3132536116798, -529.248844728407, -28.796394270076917, 544.0345586359156, 858.3038342967914 ], "relative wind speed": [ - 2.328311348427474, + 2.3283113484274733, 2.0335085223602447, - 1.6972178813585983, - 1.5466548367177928, + 1.697217881358598, + 1.5466548367177926, 1.7193130184095036, 2.0595907554601256, 2.344466347313433, 2.4464116183802784 ], "relative wind angle": [ - 0.1411592438042153, + 0.14115924380421532, 0.22308357231264783, - 0.1828841544095147, - 0.008643363472175883, + 0.1828841544095153, + 0.008643363472163037, 0.19169700885155685, 0.22021160280807794, 0.13204097763777328, @@ -10275,7 +8990,7 @@ 97140.05178207123, 96561.3395833826, 96078.59875052604, - 95943.18674638832, + 95943.18674638834, 96105.2511552716, 96605.70360572994, 97178.53455863593, @@ -10285,7 +9000,7 @@ 39.926789860082096, 39.62821301058383, 39.380104321925415, - 39.31066392553735, + 39.310663925537355, 39.39377993201089, 39.65105777832601, 39.94668859299797, @@ -10322,9 +9037,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 182.2137020259638, + 182.21370202596222, -20.048449372169898, - -198.43481644682993, + -198.4348164468305, -254.17019368646777, -208.1819200477995, -36.37923843138867, @@ -10342,13 +9057,13 @@ 1.698480469622488 ], "relative wind angle": [ - 0.088409263958882, - 0.14121907288909924, - 0.11485110538004048, + 0.08840926395888578, + 0.14121907288909927, + 0.11485110538004242, 0.005117693932487985, 0.10880146077225815, 0.14244688830682323, - 0.09450992628817975, + 0.09450992628817974, 0.003838818599883972 ], "resistance": [ @@ -10402,32 +9117,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -229.2277387473456, + -229.22773874734605, -302.29342223103924, - -247.66056847998595, + -247.6605684799863, -42.12701298761385, - 207.07707768228784, + 207.0770776822876, 360.80417828434247, 233.55789374489154, -11.380107395742584 ], "relative wind speed": [ - 1.2474238714330101, + 1.24742387143301, 1.1422807210261814, 1.2263894135732152, 1.4272490385525156, - 1.6098454516434624, + 1.6098454516434622, 1.6860793123604738, 1.625926720204083, 1.4528003562599305 ], "relative wind angle": [ - 0.16221901459572308, + 0.16221901459572377, 0.011389487360857502, - 0.14983646006556295, + 0.14983646006556445, 0.19168593835595843, - 0.1254773783359709, - 0.007716030650847379, + 0.12547737833597, + 0.00771603065084738, 0.11283415671070811, 0.1882738525652607 ], @@ -10482,34 +9197,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -258.9102803749497, + -258.9102803749513, -383.38128983758907, - -343.46934170011446, + -343.46934170011514, -116.60006256484417, - 190.65584869921554, - 405.1269281785933, - 311.089831585959, + 190.65584869921736, + 405.12692817859283, + 311.0898315859579, 25.529300547780394 ], "relative wind speed": [ - 1.8787169609657122, + 1.878716960965712, 1.772707772262232, 1.8144382565624493, 1.9725539570699244, - 2.141981024270471, + 2.1419810242704704, 2.230508301243483, 2.1966961421365574, 2.0558917807615256 ], "relative wind angle": [ - 0.1021351507473764, - 0.023661411379368783, - 0.07294468362812491, + 0.10213515074737857, + 0.02366141137936878, + 0.07294468362812642, 0.11633061043198183, - 0.08954600140421093, - 0.018804380108039757, - 0.06023421972874738, - 0.11159492696871176 + 0.08954600140420721, + 0.01880438010803976, + 0.060234219728749226, + 0.11159492696871175 ], "resistance": [ 96375.589719625, @@ -10562,33 +9277,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -314.4064365775686, + -314.4064365775693, -312.02704831104325, - -148.1263309315956, + -148.12633093159593, 121.06521713049801, - 351.5641754841869, + 351.5641754841878, 346.07612872897937, - 111.78465616158314, + 111.78465616158337, -156.02884407514966 ], "relative wind speed": [ - 1.0678946136761565, + 1.0678946136761562, 1.07186503159308, - 1.269199527788792, + 1.2691995277887917, 1.5018987628964457, - 1.6448884152426198, + 1.6448884152426195, 1.642303917844042, 1.4950549699521525, 1.2610935375807972 ], "relative wind angle": [ - 0.1083782089578561, - 0.11510020167058464, - 0.23020255370814502, + 0.10837820895785817, + 0.11510020167058466, + 0.23020255370814552, 0.1919046656473134, - 0.07028149476412766, - 0.07502583132988971, - 0.19493703635300494, + 0.07028149476412451, + 0.0750258313298897, + 0.19493703635300436, 0.22914868448810224 ], "resistance": [ @@ -10642,34 +9357,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -369.31073000472816, + -369.3107300047295, -411.4367991169361, -274.98396070702734, 32.46324869222781, - 340.1165661100215, + 340.1165661100231, 439.11813832668486, - 205.63631922845025, + 205.63631922845116, -125.87467551562327 ], "relative wind speed": [ 1.7787785105376301, 1.7340387184980521, - 1.8517645328539076, + 1.8517645328539074, 2.0452855508581447, - 2.1971791532937264, + 2.197179153293726, 2.2326573727217167, 2.1360284024524003, 1.951526642572399 ], "relative wind angle": [ - 0.08043909317027312, - 0.027251322111653396, - 0.11351355727205828, + 0.08043909317027588, + 0.0272513221116534, + 0.11351355727205731, 0.12223394937658216, - 0.0650971381643138, - 0.02116425347800792, - 0.09835440692861887, - 0.12813814143028143 + 0.06509713816431038, + 0.021164253478007922, + 0.09835440692861773, + 0.1281381414302814 ], "resistance": [ 96265.18926999529, @@ -10709,68 +9424,7 @@ "id": "256", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.636612041229135, - 6.636612041229135, - 6.636612041229135, - 6.636612041229135, - 6.636612041229135, - 6.636612041229135, - 6.636612041229135, - 6.636612041229135 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -238.32325842891146, - -411.2003734186708, - -391.24241362083694, - -168.82070501532257, - 168.25648365474967, - 433.3572915383861, - 386.7166461193599, - 87.35629402752011 - ], - "relative wind speed": [ - 1.730592065822629, - 1.5783647061891721, - 1.6015086172209978, - 1.7811856259011714, - 1.9896169881685395, - 2.112413196359427, - 2.0949211934733896, - 1.9444542740779829 - ], - "relative wind angle": [ - 0.14341130857478632, - 0.05228654510679877, - 0.08168803696693351, - 0.15063602316910876, - 0.12463611767061869, - 0.03905988587580266, - 0.06241931371435166, - 0.13790308724952374 - ], - "resistance": [ - 96396.1767415711, - 96223.29962658133, - 96243.25758637916, - 96465.67929498467, - 96802.75648365475, - 97067.85729153838, - 97021.21664611936, - 96721.85629402752 - ], - "fuel": [ - 39.33157742914474, - 39.24273237138993, - 39.25298349372292, - 39.36732754421806, - 39.540965340559744, - 39.67782311957172, - 39.65372601953522, - 39.49925285316663 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.125 44.375, 68.125 45, 68.75 45, 68.75 44.375, 68.125 44.375))", @@ -10802,33 +9456,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -631.241744590794, + -631.2417445907977, -1013.7506466421619, - -944.893252910012, - -384.9185253520427, + -944.8932529100157, + -384.91852535204544, 428.5381527585332, 1037.3744365087196, 874.9716562761432, 142.83752771566742 ], "relative wind speed": [ - 3.187418741081356, + 3.1874187410813555, 3.003429105993769, - 3.046218898112319, - 3.283989834351687, + 3.0462188981123184, + 3.2839898343516873, 3.5572903968758083, 3.713942218717325, 3.6789269663157036, 3.468337349015559 ], "relative wind angle": [ - 0.09956845041308042, + 0.09956845041308153, 0.030865996511361182, - 0.06101837834398418, - 0.10843237911570396, + 0.061018378343986, + 0.10843237911570601, 0.08918660311532256, 0.024959660721139424, - 0.05051446842432156, + 0.05051446842432155, 0.10264812423212083 ], "resistance": [ @@ -10882,19 +9536,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -244.59669268377786, + -244.59669268377803, -295.9026231118339, - -211.4189010013821, + -211.41890100138238, 12.101081839367453, - 258.84428523318195, + 258.8442852331817, 377.2382034695064, - 210.56343790141193, + 210.5634379014117, -43.035411565011145 ], "relative wind speed": [ - 0.9817185819423329, + 0.9817185819423327, 0.8841973533567662, - 1.0287049117876659, + 1.0287049117876657, 1.277156849677472, 1.4713591763194536, 1.5319478581816077, @@ -10902,13 +9556,13 @@ 1.2237399973818954 ], "relative wind angle": [ - 0.2150815746038444, + 0.2150815746038454, 0.03127989489396092, 0.24411217553460327, 0.256464658829856, - 0.14288833175240123, + 0.142888331752402, 0.01805191483647502, - 0.17366516434354207, + 0.1736651643435427, 0.2679290285090675 ], "resistance": [ @@ -10962,17 +9616,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -564.2272478967993, + -564.2272478968014, -694.9547449862748, - -541.4524567623828, + -541.452456762383, -49.70626298141542, - 511.4316432795413, + 511.43164327954037, 817.0600295143668, 478.80856094280443, -87.76378602884142 ], "relative wind speed": [ - 2.006183460406813, + 2.0061834604068127, 1.8824654577740216, 2.0221135279550957, 2.311095599652778, @@ -10982,17 +9636,17 @@ 2.2913776011887617 ], "relative wind angle": [ - 0.1329757566974689, + 0.13297575669747058, 0.005312640857959875, - 0.1389810203969435, + 0.1389810203969443, 0.16787920843784915, - 0.10398445670103366, + 0.10398445670103473, 0.0037670957028378125, - 0.11007656145756567, - 0.16933776718280408 + 0.11007656145756568, + 0.1693377671828041 ], "resistance": [ - 96070.27275210319, + 96070.27275210318, 95939.54525501371, 96093.0475432376, 96584.79373701857, @@ -11002,7 +9656,7 @@ 96546.73621397115 ], "fuel": [ - 39.80169220697983, + 39.80169220697982, 39.73465697532694, 39.813377305616385, 40.06614905245288, @@ -11042,9 +9696,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -332.5338876154961, + -332.5338876154965, -273.0641080597057, - -43.55600897128136, + -43.55600897128147, 245.8062589556182, 437.1742502370437, 300.1858704152404, @@ -11052,7 +9706,7 @@ -235.92377816864598 ], "relative wind speed": [ - 0.8618723371069508, + 0.8618723371069507, 0.9756551407797406, 1.2501398847688439, 1.48922124690267, @@ -11062,12 +9716,12 @@ 1.0286341943846753 ], "relative wind angle": [ - 0.035528218984065885, + 0.03552821898406901, 0.24475774262232106, - 0.2962543501870334, + 0.2962543501870337, 0.18895017840506123, 0.019236692487074124, - 0.15571468895388782, + 0.15571468895388785, 0.2825965496232094, 0.27539879464075023 ], @@ -11122,32 +9776,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -556.3575470761915, + -556.3575470761931, -494.32701813756944, - -149.77388619780822, - 323.3056007689165, + -149.7738861978089, + 323.30560076891675, 668.1287610019915, 525.0306158008302, 82.02901350397974, -354.98475874332144 ], "relative wind speed": [ - 1.3158830836100412, + 1.315883083610041, 1.3973332592153394, 1.6974678719250087, - 1.993491236285662, + 1.9934912362856623, 2.1425065784299306, 2.090297225524933, 1.8548545905620148, 1.5322778531320158 ], "relative wind angle": [ - 0.06153729977895406, - 0.1692514374502139, - 0.2462518036665999, - 0.17639343663217688, - 0.03778007007634542, - 0.11284203889216184, + 0.06153729977895947, + 0.16925143745021393, + 0.24625180366660127, + 0.17639343663217755, + 0.03778007007634543, + 0.11284203889216185, 0.2249794407784069, 0.2303305753385144 ], @@ -11202,9 +9856,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -434.7359664258688, + -434.735966425869, -401.77487440414797, - -142.07366557416844, + -142.07366557416867, 238.99104502908813, 539.356427564968, 463.75059131062767, @@ -11212,7 +9866,7 @@ -247.93359819275554 ], "relative wind speed": [ - 1.018046128014766, + 1.0180461280147657, 1.0731628072659667, 1.3671334088108755, 1.6638254745646854, @@ -11223,10 +9877,10 @@ ], "relative wind angle": [ 0.10791878425981702, - 0.1949802990102182, - 0.2997581773658728, + 0.19498029901021818, + 0.29975817736587357, 0.2199379730379058, - 0.060191989339696696, + 0.0601919893396967, 0.11635984624754662, 0.2587078627243567, 0.2919314319140152 @@ -11282,17 +9936,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -634.1890281660274, - -564.1822307863796, - -169.82001479445762, + -634.1890281660285, + -564.1822307863797, + -169.82001479445785, 375.04499816718226, 776.3947754666485, 615.2399326756645, - 105.00069878821137, + 105.00069878821114, -398.8660311085081 ], "relative wind speed": [ - 1.3247212543009812, + 1.324721254300981, 1.4151139434291937, 1.7523157383102983, 2.081686460184445, @@ -11302,13 +9956,13 @@ 1.572483300244388 ], "relative wind angle": [ - 0.07041391078707472, - 0.18537251470677327, - 0.2668418500235041, - 0.1897483728657817, + 0.07041391078707789, + 0.1853725147067733, + 0.2668418500235045, + 0.18974837286578172, 0.041481051883162576, 0.11928746198138548, - 0.24140791900084096, + 0.2414079190008414, 0.2523582986187867 ], "resistance": [ @@ -11362,7 +10016,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -168.96899990718362, + -168.96899990718373, -561.5007338212165, -607.1500632486719, -309.40737490916763, @@ -11382,13 +10036,13 @@ 1.823605771396304 ], "relative wind angle": [ - 0.6143529965707433, - 0.5559176421212204, - 0.39517852310605794, + 0.6143529965707436, + 0.5559176421212205, + 0.3951785231060582, 0.6450373743796027, 0.4606089526629418, - 0.18599150832812025, - 0.10957221134784992, + 0.18599150832812028, + 0.10957221134784993, 0.39350261982036894 ], "resistance": [ @@ -11429,52 +10083,7 @@ "id": "265", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 157.39702444981808, - 157.39702444981808, - 157.39702444981808, - 157.39702444981808, - 157.39702444981808, - 157.39702444981808, - 157.39702444981808, - 157.39702444981808 - ], - "relative wind speed": [ - 0.8448779231272628, - 0.8448779231272628, - 0.8448779231272628, - 0.8448779231272628, - 0.8448779231272628, - 0.8448779231272628, - 0.8448779231272628, - 0.8448779231272628 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 47.5, 58.75 48.125, 59.375 48.125, 59.375 47.5, 58.75 47.5))", @@ -11506,19 +10115,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -739.1505801928488, + -739.1505801928492, -972.6773906488579, - -719.0606651484718, + -719.060665148472, 37.06999444022654, - 937.9818961613764, + 937.9818961613755, 1478.3945953545185, 907.6248553052765, 3.5227712453390723 ], "relative wind speed": [ - 1.3998581279924818, + 1.3998581279924815, 1.0755558159704772, - 1.4206768648983576, + 1.4206768648983574, 2.0098392114902754, 2.456880531733123, 2.615156670727, @@ -11526,11 +10135,11 @@ 1.9890729171330028 ], "relative wind angle": [ - 0.39322922390014947, - 0.010460330244187235, - 0.39928250955556455, - 0.39306832708289, - 0.2200934079932, + 0.39322922390015, + 0.010460330244187237, + 0.3992825095555646, + 0.3930683270828901, + 0.2200934079932005, 0.00430203616072144, 0.2278649064015868, 0.39740121728729616 @@ -11586,34 +10195,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -24.07771471080548, + -24.077714710805594, -546.8138074107164, - -691.7873128975909, + -691.7873128975912, -457.5796883428281, 130.86035764838675, 804.362076404635, - 1142.8283522508336, - 661.1785208563181 + 1142.8283522508323, + 661.1785208563178 ], "relative wind speed": [ 1.5625276225825977, 0.9919787156032011, - 0.7028277202019025, + 0.7028277202019024, 1.1217821631044924, 1.682116293369017, 2.0705038091105674, - 2.185644296647316, + 2.1856442966473164, 2.003150661905327 ], "relative wind angle": [ - 0.49518454580394206, + 0.49518454580394256, 0.5021663732984233, - 0.09585539480320178, + 0.09585539480320295, 0.535687825908135, 0.4571700060592889, 0.23269751053581345, - 0.03078146395263498, - 0.2898899918330112 + 0.030781463952638585, + 0.28988999183301123 ], "resistance": [ 96610.42228528923, @@ -11653,68 +10262,7 @@ "id": "268", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.913814880530194, - 6.913814880530194, - 6.913814880530194, - 6.913814880530194, - 6.913814880530194, - 6.913814880530194, - 6.913814880530194, - 6.913814880530194 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -807.6032908389251, - -881.1065953613332, - -500.001941420963, - 242.93838761530492, - 972.3262779922022, - 1140.650441482231, - 519.1606046246309, - -268.25253464715615 - ], - "relative wind speed": [ - 1.4057066578445145, - 1.3121425630050654, - 1.6908552918988347, - 2.172931739815169, - 2.4936981798969624, - 2.5441744662425005, - 2.3098809930789774, - 1.8635743812452559 - ], - "relative wind angle": [ - 0.23139874764565593, - 0.12420143210945894, - 0.3327244584683596, - 0.28861520661179296, - 0.12964218829347182, - 0.0639351236672262, - 0.24142699447021593, - 0.33828877696264253 - ], - "resistance": [ - 95826.89670916105, - 95753.39340463866, - 96134.49805857902, - 96877.43838761529, - 97606.8262779922, - 97775.15044148221, - 97153.66060462462, - 96366.24746535283 - ], - "fuel": [ - 39.14346664370717, - 39.1058339173765, - 39.30117259980068, - 39.683527193191686, - 40.06090503088427, - 40.14827536969331, - 39.82620885437673, - 39.420222129254284 - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 46.875, 59.375 47.5, 60 47.5, 60 46.875, 59.375 46.875))", @@ -11733,68 +10281,7 @@ "id": "269", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.014985262470212, - 5.014985262470212, - 5.014985262470212, - 5.014985262470212, - 5.014985262470212, - 5.014985262470212, - 5.014985262470212, - 5.014985262470212 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -69.8861746090954, - -473.40677449020694, - -571.4859974444746, - -368.3298818881652, - 105.78425721326789, - 626.6873091284219, - 852.692498482201, - 467.28377181777455 - ], - "relative wind speed": [ - 1.444353141923092, - 0.9861472099829698, - 0.7992162242392061, - 1.131563951294569, - 1.5879748086788557, - 1.9066551003851115, - 1.9922533519847776, - 1.8241115688774021 - ], - "relative wind angle": [ - 0.42661953062147767, - 0.3817114855567111, - 0.09794877238211107, - 0.4360011182682512, - 0.38587576606553764, - 0.193879085529382, - 0.03924058996217028, - 0.26507281375752895 - ], - "resistance": [ - 96564.61382539092, - 96161.0932255098, - 96063.01400255554, - 96266.17011811186, - 96740.28425721328, - 97261.18730912844, - 97487.19249848221, - 97101.78377181779 - ], - "fuel": [ - 38.911079268390935, - 38.70362208937441, - 38.65328933273352, - 38.75758565963923, - 39.001583890893684, - 39.270625904471814, - 39.38766973615948, - 39.18818811643493 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 46.25, 58.75 46.875, 59.375 46.875, 59.375 46.25, 58.75 46.25))", @@ -11813,68 +10300,7 @@ "id": "270", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.94461033135043, - 6.94461033135043, - 6.94461033135043, - 6.94461033135043, - 6.94461033135043, - 6.94461033135043, - 6.94461033135043, - 6.94461033135043 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -552.9194537547062, - -789.2368679823919, - -656.811421978665, - -121.84641060155377, - 559.9367799392294, - 1016.6991372137027, - 711.5583899573699, - 50.76380022745343 - ], - "relative wind speed": [ - 1.6380451203984565, - 1.3854754538936223, - 1.5449335606015837, - 1.9522549602880166, - 2.314852155246336, - 2.474305980223153, - 2.378006015643508, - 2.05680161589314 - ], - "relative wind angle": [ - 0.2615321229180402, - 0.039215620731501165, - 0.2263495674046559, - 0.282736908387917, - 0.18400040393232273, - 0.021954729689213255, - 0.14632299060855436, - 0.26800087271034245 - ], - "resistance": [ - 96081.58054624531, - 95845.26313201763, - 95977.68857802135, - 96512.65358939845, - 97194.43677993925, - 97651.19913721371, - 97346.05838995738, - 96685.26380022746 - ], - "fuel": [ - 39.28588685885995, - 39.16474307654896, - 39.23260295240738, - 39.507403799101, - 39.85916562659589, - 40.09579690009765, - 39.937628959915486, - 39.59629745305013 - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 46.25, 59.375 46.875, 60 46.875, 60 46.25, 59.375 46.25))", @@ -11893,68 +10319,7 @@ "id": "271", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 4.611465394783885, - 4.611465394783885, - 4.611465394783885, - 4.611465394783885, - 4.611465394783885, - 4.611465394783885, - 4.611465394783885, - 4.611465394783885 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -106.02329655081542, - -381.5106286576564, - -428.7077574301378, - -252.44285232050663, - 108.73370532582442, - 476.42777225418797, - 584.5628029744054, - 284.3422387982521 - ], - "relative wind speed": [ - 1.266209603541587, - 0.9161380109358566, - 0.8230499577186294, - 1.1011045930863836, - 1.459781359439464, - 1.7014521804583183, - 1.7483812926725208, - 1.5880230012666512 - ], - "relative wind angle": [ - 0.375512881007341, - 0.2826895259262075, - 0.12545362342423305, - 0.37293558429718127, - 0.32374318765462196, - 0.15076396384056956, - 0.05893657708045609, - 0.25540142327746956 - ], - "resistance": [ - 96528.47670344915, - 96252.98937134231, - 96205.79224256983, - 96382.05714767946, - 96743.2337053258, - 97110.92777225416, - 97219.06280297438, - 96918.84223879823 - ], - "fuel": [ - 38.793191394456166, - 38.65152983582108, - 38.62728838435521, - 38.71786412429439, - 38.90381998293476, - 39.09363007830227, - 39.14954699963285, - 38.99440941420122 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 45.625, 58.75 46.25, 59.375 46.25, 59.375 45.625, 58.75 45.625))", @@ -11973,68 +10338,7 @@ "id": "272", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.486775112562863, - 6.486775112562863, - 6.486775112562863, - 6.486775112562863, - 6.486775112562863, - 6.486775112562863, - 6.486775112562863, - 6.486775112562863 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -287.6464084876793, - -653.3715537917346, - -667.6692717792198, - -333.78033582792546, - 243.6881427594817, - 763.5142341649655, - 796.3122287303966, - 298.26698871465624 - ], - "relative wind speed": [ - 1.692404873799454, - 1.3539957749498086, - 1.3353561109843173, - 1.6562647957391576, - 2.037409929131679, - 2.2763938406177795, - 2.287377872814489, - 2.066896321197467 - ], - "relative wind angle": [ - 0.28665294393569596, - 0.15730871635727456, - 0.13410080502968805, - 0.2843299903193102, - 0.23707963667131515, - 0.09331694879752159, - 0.07813220669556939, - 0.2267218104678288 - ], - "resistance": [ - 96346.85359151236, - 95981.12844620831, - 95966.83072822083, - 96300.71966417212, - 96878.18814275952, - 97398.014234165, - 97430.81222873044, - 96932.7669887147 - ], - "fuel": [ - 39.252091951273215, - 39.06433672157136, - 39.057006697331715, - 39.22838037812541, - 39.5257541980352, - 39.79450567618656, - 39.81149604892765, - 39.553924363580556 - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 45.625, 59.375 46.25, 60 46.25, 60 45.625, 59.375 45.625))", @@ -12066,10 +10370,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 3.003189980002958, - -281.63784975000846, - -372.39065461328573, - -279.9775892658814, + 3.003189980002844, + -281.6378497500084, + -372.39065461328585, + -279.9775892658815, 5.771631195811551, 348.08840512939753, 557.9968203172651, @@ -12077,8 +10381,8 @@ ], "relative wind speed": [ 1.2486163913499835, - 0.8933686834811739, - 0.6963623667660249, + 0.893368683481174, + 0.6963623667660248, 0.8960705596597336, 1.2513514269236214, 1.5253903375158606, @@ -12086,10 +10390,10 @@ 1.5238047245374748 ], "relative wind angle": [ - 0.38093687469290044, - 0.37499726578801756, + 0.380936874692901, + 0.3749972657880179, 0.002115074813723147, - 0.3763088507813276, + 0.37630885078132764, 0.3800616701314452, 0.2161919046163883, 0.0009064807234953028, @@ -12098,7 +10402,7 @@ "resistance": [ 96637.50318998002, 96352.86215025, - 96262.10934538674, + 96262.10934538672, 96354.52241073413, 96640.27163119582, 96982.58840512941, @@ -12133,52 +10437,7 @@ "id": "274", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 49.6804824550059, - 49.6804824550059, - 49.6804824550059, - 49.6804824550059, - 49.6804824550059, - 49.6804824550059, - 49.6804824550059, - 49.6804824550059 - ], - "relative wind speed": [ - 0.47466652552454286, - 0.47466652552454286, - 0.47466652552454286, - 0.47466652552454286, - 0.47466652552454286, - 0.47466652552454286, - 0.47466652552454286, - 0.47466652552454286 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 45, 59.375 45.625, 60 45.625, 60 45, 59.375 45))", @@ -12197,52 +10456,7 @@ "id": "275", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 32.070915512818026, - 32.070915512818026, - 32.070915512818026, - 32.070915512818026, - 32.070915512818026, - 32.070915512818026, - 32.070915512818026, - 32.070915512818026 - ], - "relative wind speed": [ - 0.3813742634949526, - 0.3813742634949526, - 0.3813742634949526, - 0.3813742634949526, - 0.3813742634949526, - 0.3813742634949526, - 0.3813742634949526, - 0.3813742634949526 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60 48.125, 60 48.75, 60.625 48.75, 60.625 48.125, 60 48.125))", @@ -12261,52 +10475,7 @@ "id": "276", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 138.7401282005199, - 138.7401282005199, - 138.7401282005199, - 138.7401282005199, - 138.7401282005199, - 138.7401282005199, - 138.7401282005199, - 138.7401282005199 - ], - "relative wind speed": [ - 0.7932256492415022, - 0.7932256492415022, - 0.7932256492415022, - 0.7932256492415022, - 0.7932256492415022, - 0.7932256492415022, - 0.7932256492415022, - 0.7932256492415022 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60.625 48.125, 60.625 48.75, 61.25 48.75, 61.25 48.125, 60.625 48.125))", @@ -12325,52 +10494,7 @@ "id": "277", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 95.36620006750621, - 95.36620006750621, - 95.36620006750621, - 95.36620006750621, - 95.36620006750621, - 95.36620006750621, - 95.36620006750621, - 95.36620006750621 - ], - "relative wind speed": [ - 0.6576471497305991, - 0.6576471497305991, - 0.6576471497305991, - 0.6576471497305991, - 0.6576471497305991, - 0.6576471497305991, - 0.6576471497305991, - 0.6576471497305991 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60 47.5, 60 48.125, 60.625 48.125, 60.625 47.5, 60 47.5))", @@ -12389,52 +10513,7 @@ "id": "278", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 116.3627874021815, - 116.3627874021815, - 116.3627874021815, - 116.3627874021815, - 116.3627874021815, - 116.3627874021815, - 116.3627874021815, - 116.3627874021815 - ], - "relative wind speed": [ - 0.7264450370445297, - 0.7264450370445297, - 0.7264450370445297, - 0.7264450370445297, - 0.7264450370445297, - 0.7264450370445297, - 0.7264450370445297, - 0.7264450370445297 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((60.625 47.5, 60.625 48.125, 61.25 48.125, 61.25 47.5, 60.625 47.5))", @@ -12453,52 +10532,7 @@ "id": "279", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 73.79202804813775, - 73.79202804813775, - 73.79202804813775, - 73.79202804813775, - 73.79202804813775, - 73.79202804813775, - 73.79202804813775, - 73.79202804813775 - ], - "relative wind speed": [ - 0.5784960877778871, - 0.5784960877778871, - 0.5784960877778871, - 0.5784960877778871, - 0.5784960877778871, - 0.5784960877778871, - 0.5784960877778871, - 0.5784960877778871 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((61.25 48.125, 61.25 48.75, 61.875 48.75, 61.875 48.125, 61.25 48.125))", @@ -12530,9 +10564,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 314.4793532527518, + 314.4793532527516, -140.92004787185147, - -446.9978366456773, + -446.9978366456775, -486.47073091066795, -260.9744874562585, 169.31448601420163, @@ -12542,7 +10576,7 @@ "relative wind speed": [ 1.654829674205109, 1.284098620179339, - 0.8852727246952122, + 0.885272724695212, 0.8060273750710528, 1.151233188016529, 1.5539915821760442, @@ -12550,13 +10584,13 @@ 1.847733469539521 ], "relative wind angle": [ - 0.2903325412249231, + 0.29033254122492386, 0.4208468687730404, - 0.30775088053181765, - 0.18133001451974506, + 0.307750880531818, + 0.18133001451974504, 0.42409645683699804, 0.3443454157228131, - 0.1486127477062573, + 0.14861274770625732, 0.07874927097602541 ], "resistance": [ @@ -12610,9 +10644,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 437.58020747574494, + 437.5802074757445, 51.410651018336466, - -293.18024396531246, + -293.18024396531274, -430.3625182325203, -349.1877975666886, -41.946211721243685, @@ -12620,9 +10654,9 @@ 624.4629120454621 ], "relative wind speed": [ - 1.6591686780296782, + 1.659168678029678, 1.3846956423960535, - 1.0071937319560853, + 1.007193731956085, 0.7569305966328312, 0.9227773923960442, 1.2988367087518633, @@ -12630,17 +10664,17 @@ 1.7410958876388913 ], "relative wind angle": [ - 0.1913820574866649, + 0.1913820574866655, 0.3636202235432885, - 0.38779995014394697, + 0.387799950143947, 0.06101408653840507, 0.3490564032846491, 0.38890001543305486, 0.23893356978501928, - 0.026512145231689637 + 0.02651214523168964 ], "resistance": [ - 97072.08020747574, + 97072.08020747572, 96685.91065101832, 96341.31975603467, 96204.13748176747, @@ -12650,7 +10684,7 @@ 97258.96291204545 ], "fuel": [ - 39.04639814742086, + 39.04639814742085, 38.8471197783069, 38.66976610519404, 38.599284242442764, @@ -12677,52 +10711,7 @@ "id": "282", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.38232812129149, - 60.38232812129149, - 60.38232812129149, - 60.38232812129149, - 60.38232812129149, - 60.38232812129149, - 60.38232812129149, - 60.38232812129149 - ], - "relative wind speed": [ - 0.523299873800567, - 0.523299873800567, - 0.523299873800567, - 0.523299873800567, - 0.523299873800567, - 0.523299873800567, - 0.523299873800567, - 0.523299873800567 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((61.875 47.5, 61.875 48.125, 62.5 48.125, 62.5 47.5, 61.875 47.5))", @@ -12741,52 +10730,7 @@ "id": "283", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.18987414245444, - 55.18987414245444, - 55.18987414245444, - 55.18987414245444, - 55.18987414245444, - 55.18987414245444, - 55.18987414245444, - 55.18987414245444 - ], - "relative wind speed": [ - 0.5002941272871183, - 0.5002941272871183, - 0.5002941272871183, - 0.5002941272871183, - 0.5002941272871183, - 0.5002941272871183, - 0.5002941272871183, - 0.5002941272871183 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((62.5 49.375, 62.5 50, 63.125 50, 63.125 49.375, 62.5 49.375))", @@ -12818,9 +10762,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 175.74491678471247, + 175.74491678471213, -237.3854119270706, - -463.46696611785967, + -463.4669661178597, -437.28226021574824, -157.10492961214402, 272.4435209857651, @@ -12828,9 +10772,9 @@ 570.9685291298642 ], "relative wind speed": [ - 1.5519791601839812, + 1.551979160183981, 1.1722718240861525, - 0.8401619081390419, + 0.8401619081390417, 0.8916847067530062, 1.260809463121092, 1.619894622003171, @@ -12838,14 +10782,14 @@ 1.7897424953562109 ], "relative wind angle": [ - 0.32196100436213765, + 0.32196100436213804, 0.40064998213029396, - 0.18615426054359058, + 0.18615426054359, 0.2693695525671691, 0.40009163665363345, - 0.2861326171974344, - 0.08580270398282118, - 0.13297964905858375 + 0.2861326171974343, + 0.0858027039828212, + 0.13297964905858378 ], "resistance": [ 96810.24491678471, @@ -12898,33 +10842,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 36.57354621780155, + 36.57354621780132, -265.1302952052869, -380.29982121257626, -303.61761654580084, -27.59342042008916, 322.2085779493091, - 556.7539581644454, + 556.7539581644436, 380.02981390512934 ], "relative wind speed": [ 1.2915209029458425, 0.9347468320656351, - 0.7059382755214636, + 0.7059382755214634, 0.8727678573669426, 1.228655711342309, 1.5178502757859154, - 1.6368482675293705, + 1.6368482675293707, 1.5543157230457512 ], "relative wind angle": [ - 0.36888059983263616, + 0.36888059983263705, 0.3874919889631621, - 0.04793948302007347, + 0.04793948302007116, 0.35744855142577453, 0.38873759425400556, 0.23485753264353132, - 0.02066884524876795, + 0.02066884524877332, 0.1977512903899469 ], "resistance": [ @@ -12934,7 +10878,7 @@ 96330.8823834542, 96606.90657957991, 96956.7085779493, - 97191.25395816445, + 97191.25395816444, 97014.52981390513 ], "fuel": [ @@ -12978,19 +10922,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 384.4927509560699, + 384.4927509560695, -161.66057786732267, - -529.5516249175234, + -529.5516249175232, -578.7598528550716, -310.53168535420446, 204.01117202978287, - 715.261826327447, + 715.2618263274475, 828.1728685430813 ], "relative wind speed": [ 1.7992332340000425, 1.3893491515205283, - 0.942480632595848, + 0.9424806325958481, 0.849457604854786, 1.2360672051367572, 1.6836897876729056, @@ -12998,13 +10942,13 @@ 2.0108515965876785 ], "relative wind angle": [ - 0.2968868992342089, + 0.2968868992342097, 0.4346719124665486, - 0.32513360234314553, + 0.3251336023431452, 0.18865710801092614, - 0.4398805218561556, + 0.4398805218561554, 0.35489765668884504, - 0.15350548438123313, + 0.1535054843812324, 0.07930689550900492 ], "resistance": [ @@ -13058,11 +11002,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 45.394398058878096, + 45.39439805887787, -437.7528473448716, -623.9766370290631, -510.2942639324689, - -75.14582999604659, + -75.14582999604636, 476.4408274073412, 844.9487653343117, 583.3709476481476 @@ -13078,13 +11022,13 @@ 2.0516892615886966 ], "relative wind angle": [ - 0.30771596966065556, - 0.30802044089498287, + 0.3077159696606563, + 0.3080204408949829, 0.04181355688567284, - 0.27475541058836767, - 0.32435827134698303, - 0.20432879640284904, - 0.021226579457820152, + 0.2747554105883677, + 0.3243582713469827, + 0.20432879640284907, + 0.02122657945782015, 0.16720410229210728 ], "resistance": [ @@ -13138,9 +11082,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -12.45744723612961, + -12.457447236129951, -302.0682837576793, - -395.22572865066434, + -395.2257286506647, -312.9268060173288, -30.502869597674362, 307.2909357492547, @@ -13148,9 +11092,9 @@ 323.0878387234177 ], "relative wind speed": [ - 1.461053485792118, + 1.4610534857921178, 1.1762539267310073, - 1.0293941753842284, + 1.0293941753842282, 1.1630404041014124, 1.446016423349123, 1.6858432562935897, @@ -13158,10 +11102,10 @@ 1.6949860776325898 ], "relative wind angle": [ - 0.25954810145680846, + 0.25954810145680934, 0.23217231722756243, - 0.00755979757203799, - 0.22514086240564982, + 0.007559797572037991, + 0.2251408624056498, 0.26231043337752435, 0.16123859946578128, 0.004373553668584703, @@ -13218,34 +11162,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -95.67167674741404, + -95.67167674741495, -437.1783674618407, - -521.8568045692152, - -397.2388873863995, + -521.8568045692082, + -397.23888738640017, -28.60672396273003, 378.30418732435555, 577.8127178018763, - 321.38229883960776 + 321.3822988396073 ], "relative wind speed": [ - 2.2796832991633678, + 2.2796832991633673, 2.078130856403246, - 2.000319020294347, - 2.1049468474427178, + 2.0003190202943464, + 2.104946847442718, 2.3142154289626435, 2.496782157056926, 2.5595454309665597, - 2.474216596333896 + 2.4742165963338962 ], "relative wind angle": [ 0.12296769872219049, 0.0893440896339524, - 0.008696447856312062, - 0.09994205710286871, - 0.12112371051385146, + 0.008696447856299295, + 0.09994205710287093, + 0.12112371051385147, 0.07433274010519983, - 0.006796357078565649, - 0.08498678534845468 + 0.00679635707856565, + 0.08498678534845598 ], "resistance": [ 96538.82832325262, @@ -13298,7 +11242,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -175.73352023876805, + -175.73352023876816, -463.9699339982161, -495.816083075146, -279.4154678299709, @@ -13318,13 +11262,13 @@ 1.8164168410623454 ], "relative wind angle": [ - 0.2721039204818999, + 0.2721039204819003, 0.16789110884023353, - 0.10059571489475068, + 0.10059571489475067, 0.2642053996858482, - 0.23568495447101018, - 0.104497984497135, - 0.059448033023650794, + 0.2356849544710102, + 0.10449798449713502, + 0.0594480330236508, 0.20551995331427741 ], "resistance": [ @@ -13378,17 +11322,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 22.00484090323016, + 22.004840903229933, -288.8532672409242, -415.02224785064425, -357.0936505931335, -91.79152214351234, 252.34344555448456, - 485.01930721726876, + 485.0193072172656, 350.44303475645097 ], "relative wind speed": [ - 1.7042061515644662, + 1.704206151564466, 1.4574678877965812, 1.3119659102025927, 1.3897811735674426, @@ -13398,13 +11342,13 @@ 1.8985776111789903 ], "relative wind angle": [ - 0.1893138760862393, + 0.18931387608623929, 0.17676904362919138, 0.03182823092029015, 0.14241073194389822, 0.1990002161822204, 0.13920279747916256, - 0.021377502854333427, + 0.02137750285433862, 0.10408214365481769 ], "resistance": [ @@ -13445,52 +11389,7 @@ "id": "292", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 67.95708602613573, - 67.95708602613573, - 67.95708602613573, - 67.95708602613573, - 67.95708602613573, - 67.95708602613573, - 67.95708602613573, - 67.95708602613573 - ], - "relative wind speed": [ - 0.5551534936205244, - 0.5551534936205244, - 0.5551534936205244, - 0.5551534936205244, - 0.5551534936205244, - 0.5551534936205244, - 0.5551534936205244, - 0.5551534936205244 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.125 48.125, 63.125 48.75, 63.75 48.75, 63.75 48.125, 63.125 48.125))", @@ -13509,52 +11408,7 @@ "id": "293", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 55.73207186585041, - 55.73207186585041, - 55.73207186585041, - 55.73207186585041, - 55.73207186585041, - 55.73207186585041, - 55.73207186585041, - 55.73207186585041 - ], - "relative wind speed": [ - 0.5027456219494549, - 0.5027456219494549, - 0.5027456219494549, - 0.5027456219494549, - 0.5027456219494549, - 0.5027456219494549, - 0.5027456219494549, - 0.5027456219494549 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((62.5 47.5, 62.5 48.125, 63.125 48.125, 63.125 47.5, 62.5 47.5))", @@ -13573,52 +11427,7 @@ "id": "294", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 60.06950326117595, - 60.06950326117595, - 60.06950326117595, - 60.06950326117595, - 60.06950326117595, - 60.06950326117595, - 60.06950326117595, - 60.06950326117595 - ], - "relative wind speed": [ - 0.5219425744955979, - 0.5219425744955979, - 0.5219425744955979, - 0.5219425744955979, - 0.5219425744955979, - 0.5219425744955979, - 0.5219425744955979, - 0.5219425744955979 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.125 47.5, 63.125 48.125, 63.75 48.125, 63.75 47.5, 63.125 47.5))", @@ -13637,52 +11446,7 @@ "id": "295", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 44.40637719748924, - 44.40637719748924, - 44.40637719748924, - 44.40637719748924, - 44.40637719748924, - 44.40637719748924, - 44.40637719748924, - 44.40637719748924 - ], - "relative wind speed": [ - 0.4487643766479805, - 0.4487643766479805, - 0.4487643766479805, - 0.4487643766479805, - 0.4487643766479805, - 0.4487643766479805, - 0.4487643766479805, - 0.4487643766479805 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.75 48.125, 63.75 48.75, 64.375 48.75, 64.375 48.125, 63.75 48.125))", @@ -13701,52 +11465,7 @@ "id": "296", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 42.44411998735972, - 42.44411998735972, - 42.44411998735972, - 42.44411998735972, - 42.44411998735972, - 42.44411998735972, - 42.44411998735972, - 42.44411998735972 - ], - "relative wind speed": [ - 0.438737210729531, - 0.438737210729531, - 0.438737210729531, - 0.438737210729531, - 0.438737210729531, - 0.438737210729531, - 0.438737210729531, - 0.438737210729531 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((64.375 48.125, 64.375 48.75, 65 48.75, 65 48.125, 64.375 48.125))", @@ -13778,13 +11497,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 61.96377034393447, + 61.963770343934016, -226.76822395699963, - -360.51957181614483, + -360.519571816145, -318.0450484107336, - -89.69271009913223, + -89.69271009913211, 224.19334842670332, - 455.11952635682144, + 455.1195263568221, 357.5335742800206 ], "relative wind speed": [ @@ -13792,19 +11511,19 @@ 1.1245666695717247, 0.9247177410796653, 1.0020537258560058, - 1.274515274504086, + 1.2745152745040857, 1.5338139687991563, - 1.6619664811684924, + 1.6619664811684922, 1.616515949718145 ], "relative wind angle": [ - 0.26463582059701607, - 0.2806980387765944, - 0.07722476698214369, + 0.26463582059701735, + 0.28069803877659444, + 0.07722476698214512, 0.21179257935773532, - 0.29392105638102384, + 0.29392105638102306, 0.20453424434899373, - 0.04293833946953763, + 0.04293833946953504, 0.13067932324082665 ], "resistance": [ @@ -13845,52 +11564,7 @@ "id": "298", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 30.1184136034704, - 30.1184136034704, - 30.1184136034704, - 30.1184136034704, - 30.1184136034704, - 30.1184136034704, - 30.1184136034704, - 30.1184136034704 - ], - "relative wind speed": [ - 0.3695827984548225, - 0.3695827984548225, - 0.3695827984548225, - 0.3695827984548225, - 0.3695827984548225, - 0.3695827984548225, - 0.3695827984548225, - 0.3695827984548225 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((64.375 47.5, 64.375 48.125, 65 48.125, 65 47.5, 64.375 47.5))", @@ -13922,19 +11596,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -98.94542606991968, + -98.94542606992025, -233.60633532212, - -244.4673772022412, + -244.46737720224138, -135.39036871271963, 64.78720938446463, 248.87913918562913, - 273.9944987433406, + 273.9944987433413, 107.4928075396225 ], "relative wind speed": [ - 1.1682708470670666, + 1.1682708470670664, 0.9964894917706263, - 0.9767019355376256, + 0.9767019355376254, 1.127206583350999, 1.32568745526981, 1.4592164657641662, @@ -13942,14 +11616,14 @@ 1.3607752641846163 ], "relative wind angle": [ - 0.2143225379944712, + 0.21432253799447223, 0.11960267254426565, 0.08233497674388357, 0.20775050964015992, 0.1885456503635259, 0.08157173722611702, - 0.054576516715761844, - 0.17169854671767354 + 0.05457651671575982, + 0.1716985467176735 ], "resistance": [ 96535.55457393007, @@ -14002,11 +11676,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -110.26795204285418, + -110.26795204285429, -279.8193671778809, - -295.17083132217596, + -295.17083132217624, -159.7949917660938, - 89.22922543109019, + 89.2292254310903, 322.7284465215955, 357.95138165133073, 147.82860880401336 @@ -14022,11 +11696,11 @@ 1.3777699964051877 ], "relative wind angle": [ - 0.28896715234653353, - 0.17440242495834476, - 0.11706970837507215, + 0.2889671523465343, + 0.1744024249583448, + 0.117069708375075, 0.2832642224869767, - 0.24534225614714444, + 0.245342256147144, 0.10470831188490949, 0.06723331243946894, 0.21975356997688927 @@ -14082,9 +11756,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -91.35945627400974, + -91.35945627401065, -390.62043109010415, - -461.7583820157181, + -461.7583820157213, -340.80155972681155, -7.929907286081061, 353.33914663111386, @@ -14092,7 +11766,7 @@ 282.1636404128785 ], "relative wind speed": [ - 1.961833790462702, + 1.9618337904627015, 1.752750235515304, 1.6758512280423377, 1.7922806171837629, @@ -14104,7 +11778,7 @@ "relative wind angle": [ 0.14828713927066656, 0.10696768040778937, - 0.015042201036767759, + 0.015042201036775138, 0.12462157237885682, 0.14458453826353065, 0.08530683535661517, @@ -14162,9 +11836,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -100.56439525941164, + -100.56439525941198, -308.0298142516512, - -340.1062451776284, + -340.1062451776286, -204.6218373171426, 71.29627994821226, 344.859324338336, @@ -14172,7 +11846,7 @@ 194.24809795112992 ], "relative wind speed": [ - 1.2481607838251532, + 1.248160783825153, 0.99542091977752, 0.9370149407508178, 1.1337650449080119, @@ -14182,13 +11856,13 @@ 1.4989859162186991 ], "relative wind angle": [ - 0.2816035670506374, + 0.2816035670506378, 0.18975076824837347, - 0.08691713530514314, - 0.27034048371296937, + 0.08691713530514442, + 0.2703404837129693, 0.24942498902292629, - 0.11804385803779219, - 0.049946331111733445, + 0.1180438580377922, + 0.04994633111173344, 0.20339117661411144 ], "resistance": [ @@ -14242,19 +11916,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -152.1198105134481, + -152.11981051344856, -449.5832237225218, - -501.22756956537614, + -501.2275695653768, -334.0849371471486, 41.59864197834145, 417.8372171297244, - 539.0216696550581, + 539.0216696550535, 253.05853640158216 ], "relative wind speed": [ - 2.0971623485745745, + 2.097162348574574, 1.8999646371968322, - 1.8487357965705649, + 1.8487357965705646, 1.9835474625931677, 2.2038912054812023, 2.3759967885663733, @@ -14265,11 +11939,11 @@ 0.13572295282803112, 0.08567543534716446, 0.029124251727786727, - 0.12064045377350278, - 0.12911251265462478, + 0.1206404537735028, + 0.1291125126546248, 0.0684800458968718, - 0.022284062076413994, - 0.10367470052978553 + 0.022284062076418976, + 0.10367470052978554 ], "resistance": [ 96482.38018948656, @@ -14278,7 +11952,7 @@ 96300.41506285287, 96676.09864197836, 97052.33721712974, - 97173.52166965508, + 97173.52166965506, 96887.5585364016 ], "fuel": [ @@ -14288,7 +11962,7 @@ 39.697724455585984, 39.89104542874253, 40.08517834036896, - 40.14781967533823, + 40.147819675338226, 40.000090425247635 ] }, @@ -14322,32 +11996,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -24.707939059279738, + -24.70793905928008, -313.89904876861004, - -398.72893819242233, + -398.7289381924233, -296.9726622575119, - 3.4160619661125793, + 3.416061966112693, 351.526002681304, - 547.1639728869476, + 547.1639728869471, 326.59482728818637 ], "relative wind speed": [ 1.3556041746871696, 1.0353274829486054, - 0.8802514408111011, + 0.880251440811101, 1.0585345705164053, - 1.380718206640306, + 1.3807182066403063, 1.6346689107059602, - 1.7231375004703735, + 1.7231375004703733, 1.6197376354209205 ], "relative wind angle": [ - 0.3161474946021184, + 0.31614749460211944, 0.28258453290146585, - 0.0149950917385527, + 0.014995091738560106, 0.29460234653724876, - 0.31020323157769375, - 0.17753526922537835, + 0.3102032315776941, + 0.17753526922537838, 0.007659914271785463, 0.19091392507698554 ], @@ -14402,9 +12076,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -232.8001068643921, + -232.80010686439346, -464.63723398409866, - -469.85468170665627, + -469.85468170665786, -251.41337465736547, 126.03621587825455, 451.13095499104475, @@ -14422,14 +12096,14 @@ 2.3924315039205983 ], "relative wind angle": [ - 0.10892067550339515, - 0.05049834266866173, - 0.045527763981915215, + 0.10892067550339721, + 0.05049834266866174, + 0.04552776398191766, 0.10748311090021678, 0.10044481406338435, - 0.04107831650446311, + 0.0410783165044631, 0.0368920935617033, - 0.09822288922939422 + 0.09822288922939423 ], "resistance": [ 96401.69989313562, @@ -14482,37 +12156,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -120.33837417860173, + -120.33837417860218, -335.28069716453666, - -362.3500129536032, + -362.3500129536035, -207.9464805463033, 91.29794247548455, 380.35372464832153, 442.5117478238128, - 194.87071866045687 + 194.870718660457 ], "relative wind speed": [ - 1.2739829754255805, + 1.2739829754255803, 1.0152396159716583, 0.9672705566845045, 1.1804418531971335, 1.4615103200672503, 1.6517667993693936, 1.680307325315384, - 1.5380513868391419 + 1.538051386839142 ], "relative wind angle": [ - 0.2844838756615633, - 0.18237516314866326, - 0.10061716197501788, + 0.28448387566156375, + 0.18237516314866328, + 0.1006171619750201, 0.2758708687851873, - 0.24715888252107335, + 0.24715888252107338, 0.11170662819587697, 0.05785495799317836, - 0.21060671055310734 + 0.21060671055310787 ], "resistance": [ - 96514.1616258214, + 96514.16162582139, 96299.21930283547, 96272.1499870464, 96426.5535194537, @@ -14522,7 +12196,7 @@ 96829.37071866046 ], "fuel": [ - 38.819128267819934, + 38.81912826781992, 38.70858750255046, 38.69467845464446, 38.77405232310051, @@ -14562,37 +12236,37 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -215.61888785204064, + -215.61888785204292, -326.0220719826814, - -296.73828289357675, + -296.738282893577, -109.83310799636683, - 149.4528406085251, + 149.45284060852669, 334.1212712151098, 264.80094199913924, - 26.884242936986084 + 26.884242936986993 ], "relative wind speed": [ - 1.9337282472909627, + 1.9337282472909625, 1.8441564913574886, - 1.8739795009644324, + 1.8739795009644322, 2.001751091552284, - 2.143933690236869, + 2.1439336902368686, 2.2214507507229806, 2.1963509356359134, - 2.080564627684729 + 2.0805646276847285 ], "relative wind angle": [ - 0.08356491382408837, - 0.02146201988019813, + 0.08356491382409237, + 0.021462019880198125, 0.056292086808448064, 0.09439921262221233, - 0.07535526237519831, + 0.07535526237519537, 0.017816455610593376, 0.04802285796245562, - 0.09081323228183708 + 0.09081323228183463 ], "resistance": [ - 96418.88111214794, + 96418.88111214792, 96308.4779280173, 96337.76171710639, 96524.6668920036, @@ -14602,7 +12276,7 @@ 96661.38424293695 ], "fuel": [ - 39.607510574574476, + 39.60751057457447, 39.550749977796684, 39.56580096944215, 39.66193981644354, @@ -14648,11 +12322,11 @@ -485.12361388742426, -172.132512329076, 291.0824395357836, - 660.4839743829289, + 660.4839743829277, 573.9261717166985 ], "relative wind speed": [ - 1.7070454253829148, + 1.7070454253829146, 1.3477527679462031, 1.064525488451879, 1.1245256032743527, @@ -14662,13 +12336,13 @@ 1.9449870416761819 ], "relative wind angle": [ - 0.2721017360798753, - 0.3133537282197998, + 0.27210173607987526, + 0.31335372821979984, 0.12124244602969554, 0.20904337557454306, 0.3194984803099204, 0.2332298063608951, - 0.06512161872977797, + 0.06512161872977969, 0.12027322055674311 ], "resistance": [ @@ -14722,34 +12396,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 131.51243042298574, + 131.5124304229853, -208.11209276095963, - -396.3873414744879, + -396.38734147448815, -378.9812070075902, - -152.44645685220928, + -152.4464568522094, 197.54329602590383, 487.1835682118716, - 447.29707786393 + 447.29707786392976 ], "relative wind speed": [ - 1.5258269031382174, + 1.5258269031382172, 1.2213550766978902, 0.9711745746514798, 1.0019399151520942, - 1.2799451280490683, + 1.2799451280490681, 1.5731176198177932, 1.7387429984639553, - 1.7211983254645358 + 1.721198325464536 ], "relative wind angle": [ - 0.2555255281815962, + 0.255525528181597, 0.30189777916826255, - 0.13209155716076373, + 0.1320915571607654, 0.18292049433965737, - 0.3060649312302982, - 0.23294765384276445, + 0.3060649312302978, + 0.23294765384276447, 0.07363186423348145, - 0.10608731283589577 + 0.10608731283589681 ], "resistance": [ 96766.01243042297, @@ -14802,9 +12476,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 207.33114143749503, + 207.3311414374948, -221.8503942152537, - -478.64534136824534, + -478.64534136824545, -477.0598348936957, -216.83727100623776, 213.29880715234754, @@ -14822,14 +12496,14 @@ 1.8967180970554003 ], "relative wind angle": [ - 0.26023084461005547, - 0.3276794426933998, - 0.17211134511425852, + 0.26023084461005636, + 0.3276794426933999, + 0.17211134511425918, 0.17612279130712558, - 0.32791684109451646, + 0.3279168410945164, 0.25846161384880945, - 0.093589184336814, - 0.09607372993407022 + 0.09358918433681401, + 0.0960737299340702 ], "resistance": [ 96841.8311414375, @@ -14882,34 +12556,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 105.50769387081493, + 105.50769387081448, -242.69122993586387, - -412.86090283345067, + -412.8609028334507, -367.58547589784206, - -102.31663675846494, + -102.31663675846482, 273.9047976789592, 563.5693625585039, - 459.83755165315813 + 459.83755165315745 ], "relative wind speed": [ - 1.4319864524716934, + 1.4319864524716932, 1.0793701154619657, - 0.8053867223935834, + 0.8053867223935833, 0.8966071896931074, 1.2409120148749475, 1.5573721400394607, 1.7151676466502006, - 1.6692942748701003 + 1.6692942748701005 ], "relative wind angle": [ - 0.3245276270053719, - 0.37443531002701075, + 0.32452762700537224, + 0.3744353100270108, 0.12660444756525738, - 0.2836898503418789, - 0.37681310242910987, + 0.28368985034187894, + 0.3768131024291098, 0.25628516499046167, 0.059325419357429604, - 0.15091130627297827 + 0.15091130627297977 ], "resistance": [ 96740.00769387081, @@ -14962,9 +12636,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 294.1355874720855, + 294.1355874720848, -229.73530680926604, - -565.6368372371295, + -565.6368372371297, -588.4968611283099, -302.31765103938756, 207.84533290940067, @@ -14972,9 +12646,9 @@ 732.4220904162325 ], "relative wind speed": [ - 1.8955808275353574, + 1.8955808275353572, 1.5285524117829565, - 1.1796945575449345, + 1.1796945575449342, 1.1455540374623627, 1.4645202825075658, 1.8443356137178983, @@ -14982,13 +12656,13 @@ 2.103747199368154 ], "relative wind angle": [ - 0.2436231424985396, + 0.24362314249854009, 0.3206835677424375, 0.19116753753159918, 0.14438766263619182, - 0.31752906833435635, + 0.3175290683343563, 0.26431161879730164, - 0.10772397161063416, + 0.10772397161063417, 0.078430935825855 ], "resistance": [ @@ -15042,33 +12716,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 130.32708712772012, + 130.32708712772, -218.59342782995395, - -391.95620558396104, + -391.9562055839611, -347.5198750890212, -85.88541778971944, 292.43900839479204, - 592.3390786943426, + 592.3390786943432, 489.86677340069673 ], "relative wind speed": [ 1.3491687518739033, 0.9595594319656876, - 0.6250230038760137, + 0.6250230038760136, 0.7351737130694147, 1.1324609454200127, 1.4771492173982494, - 1.646836469890189, + 1.6468364698901887, 1.6007010106657344 ], "relative wind angle": [ - 0.39123739593106077, - 0.48584480763225824, - 0.19186711597225203, + 0.391237395931061, + 0.4858448076322582, + 0.19186711597225262, 0.3900166375491269, 0.47159126880859087, 0.3081910176413294, - 0.07243659779223421, + 0.07243659779223269, 0.17552073361436768 ], "resistance": [ @@ -15122,9 +12796,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 133.76407763229463, + 133.76407763229327, -370.9068013238143, - -620.7205837691614, + -620.7205837691615, -564.2097273681097, -187.51127015393058, 350.43261200499546, @@ -15132,9 +12806,9 @@ 631.8981339013783 ], "relative wind speed": [ - 1.903589176737713, + 1.9035891767377127, 1.5378354036597957, - 1.2710333845345738, + 1.2710333845345736, 1.3470009159474918, 1.6867394727049645, 2.025784804421362, @@ -15142,14 +12816,14 @@ 2.157389704019791 ], "relative wind angle": [ - 0.24787634099114284, - 0.2696423578510479, - 0.08847474879587602, + 0.2478763409911442, + 0.26964235785104784, + 0.08847474879587477, 0.1873084199058984, 0.2805537337586161, 0.2036266183231615, - 0.051001510762304185, - 0.1165299227280099 + 0.05100151076230418, + 0.11652992272800991 ], "resistance": [ 96768.2640776323, @@ -15202,19 +12876,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -15.770517624374293, + -15.770517624374747, -364.11376507458334, - -469.34706303957483, + -469.34706303957637, -346.8174457771028, - 13.016829854792604, + 13.01682985479249, 434.6624648887131, - 677.4602041846891, + 677.4602041846814, 408.87386280010503 ], "relative wind speed": [ - 1.415317640351064, + 1.4153176403510637, 1.0358201957128401, - 0.8416441417926208, + 0.8416441417926207, 1.059717729877626, 1.4401198829933473, 1.7332471902862236, @@ -15222,14 +12896,14 @@ 1.7187401297068405 ], "relative wind angle": [ - 0.358737777545327, + 0.3587377775453273, 0.33650024486296537, - 0.015717792995409884, + 0.015717792995424012, 0.3473348501435373, - 0.35228779889616446, + 0.35228779889616485, 0.19862849298599594, - 0.00720733142098005, - 0.2114470734080988 + 0.007207331420995454, + 0.21144707340809876 ], "resistance": [ 96618.72948237567, @@ -15238,7 +12912,7 @@ 96287.68255422293, 96647.51682985484, 97069.16246488875, - 97311.96020418474, + 97311.96020418472, 97043.37386280014 ], "fuel": [ @@ -15282,19 +12956,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 193.29191385704587, + 193.29191385704553, -111.96354095511623, - -300.2871318135559, + -300.287131813556, -308.42707431330666, -136.00859592984108, 163.75363043336165, - 445.50089606189135, + 445.5008960618911, 464.300595345892 ], "relative wind speed": [ - 1.2853013967563716, + 1.2853013967563713, 0.9487141828784412, - 0.5907974881941389, + 0.5907974881941388, 0.5672099594038663, 0.9132992293541633, 1.2593873756902914, @@ -15302,14 +12976,14 @@ 1.4711859246185888 ], "relative wind angle": [ - 0.3548573504483143, + 0.35485735044831496, 0.5064890937758129, 0.35305603443306677, - 0.3068645809759427, + 0.30686458097594266, 0.5109218034920382, - 0.3741057336612201, - 0.14019612366663817, - 0.11672724928088052 + 0.37410573366122013, + 0.14019612366663894, + 0.11672724928088053 ], "resistance": [ 96827.79191385704, @@ -15349,52 +13023,7 @@ "id": "317", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 35.15434612347206, - 35.15434612347206, - 35.15434612347206, - 35.15434612347206, - 35.15434612347206, - 35.15434612347206, - 35.15434612347206, - 35.15434612347206 - ], - "relative wind speed": [ - 0.3992870410488339, - 0.3992870410488339, - 0.3992870410488339, - 0.3992870410488339, - 0.3992870410488339, - 0.3992870410488339, - 0.3992870410488339, - 0.3992870410488339 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 52.5, 58.75 53.125, 59.375 53.125, 59.375 52.5, 58.75 52.5))", @@ -15426,32 +13055,32 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 75.86178914168539, + 75.86178914168494, -227.29468906232978, -359.3704202069266, - -298.2460499059698, + -298.24604990596976, -43.07609598479877, 300.11865099271523, 549.791134815956, 408.62615141626196 ], "relative wind speed": [ - 1.251711173193082, + 1.2517111731930817, 0.8780142309005619, - 0.5954992921878329, - 0.7495124446901563, + 0.5954992921878328, + 0.7495124446901564, 1.1273917316393671, 1.4376661601363878, 1.5758088623526019, 1.50864975157251 ], "relative wind angle": [ - 0.4034192200691082, + 0.4034192200691088, 0.4675699947253057, 0.114910210827454, - 0.4106026894822556, + 0.41060268948225614, 0.4509871898480201, - 0.27886391078134104, + 0.2788639107813411, 0.04334271714896909, 0.19963104142403754 ], @@ -15513,27 +13142,27 @@ -140.33491168321268, 134.2154348304282, 387.3315024859579, - 404.10669011738287 + 404.10669011738344 ], "relative wind speed": [ 1.2925793089968796, 0.9951643766026815, - 0.7011349149893502, + 0.7011349149893501, 0.683112994937715, 0.9644299980264789, 1.2690683018187794, 1.4523416685212476, - 1.4609049001517622 + 1.460904900151762 ], "relative wind angle": [ - 0.2995123885754277, + 0.2995123885754281, 0.40612673792395443, - 0.2516851748914289, + 0.25168517489142894, 0.2157046028677818, 0.40655467636829434, - 0.31497140941900204, - 0.12051675478848205, - 0.1002500560248692 + 0.3149714094190021, + 0.12051675478848206, + 0.10025005602486699 ], "resistance": [ 96795.74511326793, @@ -15586,9 +13215,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 522.0916403408664, + 522.0916403408646, 395.93761957702895, - 59.5519385674246, + 59.55193856742426, -261.0294385853555, -402.9556451124079, -348.03478371947983, @@ -15596,9 +13225,9 @@ 268.3538858366319 ], "relative wind speed": [ - 1.7399265973739253, + 1.739926597373925, 1.6838698746630276, - 1.457076117656435, + 1.4570761176564349, 1.1434976674172086, 0.9309486936158242, 1.0288791375067017, @@ -15606,11 +13235,11 @@ 1.608236027144529 ], "relative wind angle": [ - 0.03794720285710221, + 0.037947202857105136, 0.142851878847576, - 0.2816878886627501, + 0.28168788866275, 0.29556479225668636, - 0.07096517813779378, + 0.0709651781377938, 0.23515931057576733, 0.3092682017104761, 0.2086177327843924 @@ -15666,9 +13295,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 175.14298036552657, + 175.14298036552577, 333.9388582278067, - 238.84907785451617, + 238.8490778545157, 12.078092628712284, -201.50966830558048, -286.75178761671623, @@ -15676,27 +13305,27 @@ -61.91038483738532 ], "relative wind speed": [ - 1.5515171814038422, + 1.5515171814038418, 1.6374241869668686, - 1.5913497585837224, + 1.5913497585837226, 1.431103666969946, 1.2295798415286325, 1.1126159188240963, 1.1775729687541348, - 1.367850300753 + 1.3678503007530003 ], "relative wind angle": [ - 0.13470670002650068, - 0.019665309024949364, - 0.10250315082261838, - 0.18445425577242885, + 0.1347067000265015, + 0.01966530902494936, + 0.10250315082262054, + 0.18445425577242888, 0.1702847320269282, - 0.028943387077171097, - 0.13872287258840524, - 0.19308908978371214 + 0.0289433870771711, + 0.1387228725884052, + 0.19308908978371334 ], "resistance": [ - 96809.64298036556, + 96809.64298036555, 96968.43885822783, 96873.34907785454, 96646.57809262874, @@ -15706,7 +13335,7 @@ 96572.58961516264 ], "fuel": [ - 39.020292965430386, + 39.02029296543037, 39.102243692096515, 39.05315887678377, 38.93623675369687, @@ -15746,9 +13375,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 440.1923776112401, + 440.19237761123986, 298.42556258703485, - 8.456614006243399, + 8.456614006243285, -253.21656848638668, -349.8461343817022, -288.50400553601014, @@ -15756,24 +13385,24 @@ 247.2240841948253 ], "relative wind speed": [ - 1.6875768273860874, + 1.6875768273860872, 1.6214831233242224, - 1.4145412526360537, + 1.4145412526360532, 1.153738310965814, 1.0060474080949846, 1.109432024253786, 1.3634955006364902, - 1.5902625083535356 + 1.5902625083535358 ], "relative wind angle": [ - 0.015601750541579196, + 0.015601750541579194, 0.13758555692785013, - 0.24334499489377756, + 0.2433449948937771, 0.22697140367676238, - 0.026172812963236536, + 0.02617281296323654, 0.20182074156761803, 0.2526502758304029, - 0.1639920199616909 + 0.16399201996169158 ], "resistance": [ 97074.69237761128, @@ -15826,33 +13455,33 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 331.59301402720496, + 331.59301402720405, 341.0294310931248, - 117.5248602215504, + 117.52486022154972, -147.34983242786927, -310.1565421139851, -314.230170709386, - -161.11888946405168, + -161.11888946405145, 101.41474664381576 ], "relative wind speed": [ - 1.7002705467436912, + 1.7002705467436907, 1.7045923649194594, - 1.5717157692245172, + 1.571715769224517, 1.3564309500796978, 1.1763289581771734, 1.1700575282560122, - 1.3432718603251053, + 1.343271860325105, 1.5603732975272848 ], "relative wind angle": [ - 0.06835918422098156, + 0.06835918422098157, 0.060900794965834316, - 0.16803286061087327, + 0.16803286061087397, 0.19887964064722594, - 0.09889080390923408, - 0.08878477818551074, - 0.19695642525503954, + 0.09889080390923409, + 0.08878477818551075, + 0.19695642525503843, 0.17260419683075953 ], "resistance": [ @@ -15906,9 +13535,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 232.54028154410935, + 232.5402815441082, -107.0804149707327, - -358.7358867203196, + -358.7358867203202, -406.4197406098581, -267.94957118461684, 44.21176651984774, @@ -15916,7 +13545,7 @@ 473.7586163242961 ], "relative wind speed": [ - 1.7851281472687537, + 1.7851281472687535, 1.5518665458060998, 1.3176520481150458, 1.2506522122314139, @@ -15926,13 +13555,13 @@ 1.9014239917219207 ], "relative wind angle": [ - 0.1523898857482879, - 0.21139126189642202, - 0.14431906219612808, - 0.046084842055131026, + 0.15238988574829013, + 0.21139126189642204, + 0.14431906219613044, + 0.04608484205513103, 0.19315620087447938, - 0.1968669458461627, - 0.10230193018555855, + 0.19686694584616268, + 0.10230193018555857, 0.030305987090671588 ], "resistance": [ @@ -15986,37 +13615,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 460.9327549499949, + 460.93275494999216, 129.1673239418285, - -248.3098257040042, + -248.30982570400465, -463.96932512191984, - -454.94070265086566, + -454.9407026508661, -216.9634595203704, - 165.67067627590745, + 165.67067627590882, 482.010360888647 ], "relative wind speed": [ 2.223789827543691, 2.0697259901207286, - 1.838890750110357, + 1.8388907501103569, 1.6634378558889498, 1.6733937590225192, 1.860570395239343, - 2.0890114118838325, + 2.089011411883832, 2.231246819475131 ], "relative wind angle": [ - 0.056833266476744936, - 0.1378128080725689, + 0.05683326647674884, + 0.13781280807256893, 0.15054427680040533, - 0.063581851199622, - 0.07555752015366217, + 0.06358185119962201, + 0.07555752015366364, 0.15342136000148932, - 0.13240591349040487, + 0.13240591349040232, 0.04738730708097293 ], "resistance": [ - 97095.43275495, + 97095.43275494999, 96763.66732394183, 96386.19017429599, 96170.53067487809, @@ -16066,34 +13695,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 147.16535084435316, + 147.16535084435247, -241.79664195768942, - -457.4974416889476, + -457.49744168894773, -438.0517360246155, -179.06089695668777, 221.3910249080028, 551.8987331239031, - 507.2861929584957 + 507.2861929584959 ], "relative wind speed": [ - 1.6650350456903324, + 1.6650350456903322, 1.348015763139538, - 1.0908384217858729, + 1.0908384217858726, 1.1216520923011961, 1.4077412388489947, 1.7137475313652353, 1.8878952927768042, - 1.8697523051916416 + 1.8697523051916418 ], "relative wind angle": [ - 0.24276881507462045, - 0.28366170347483904, + 0.2427688150746218, + 0.283661703474839, 0.12249188869790602, 0.16910988781033673, 0.288305030824571, 0.221963183201636, 0.07065854727117263, - 0.10113739200029831 + 0.1011373920002994 ], "resistance": [ 96781.66535084437, @@ -16146,9 +13775,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 272.08174805730357, + 272.0817480573031, -82.46839375324157, - -349.4552603361945, + -349.45526033619467, -407.20371743606586, -268.8389773176568, 51.46341769129526, @@ -16166,14 +13795,14 @@ 1.7620952634979445 ], "relative wind angle": [ - 0.19932585177522663, - 0.29637910645489, - 0.22618721716693987, + 0.19932585177522777, + 0.2963791064548901, + 0.22618721716694085, 0.06181853722208531, 0.2804061086987038, 0.27275988280436775, - 0.14086801766663867, - 0.033906706043574306 + 0.14086801766663865, + 0.03390670604357431 ], "resistance": [ 96906.58174805732, @@ -16226,9 +13855,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 377.67730673111714, + 377.67730673111373, 367.09879438547205, - 104.80666499921904, + 104.8066649992179, -198.14381272871333, -373.6590240129947, -369.1469452555025, @@ -16238,7 +13867,7 @@ "relative wind speed": [ 2.1048095600305006, 2.100825075893339, - 1.9729645424922193, + 1.972964542492219, 1.7812117153573621, 1.6357067708959632, 1.6408211129944772, @@ -16246,11 +13875,11 @@ 1.9831905479364236 ], "relative wind angle": [ - 0.04321356983958444, + 0.04321356983958958, 0.04845543784059846, - 0.119308580505428, + 0.11930858050542895, 0.12968427812387984, - 0.05561811343413637, + 0.055618113434136376, 0.06205545851151287, 0.13138427945392048, 0.11641308190741428 @@ -16306,9 +13935,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 182.83417434231455, + 182.83417434230955, 218.29422911262873, - 89.52625117813841, + 89.5262511781375, -84.35984144589725, -204.43687751710013, -219.36908149307214, @@ -16316,24 +13945,24 @@ 26.547931362864574 ], "relative wind speed": [ - 1.9276358673753704, + 1.9276358673753702, 1.9423383350726344, - 1.879277074512665, + 1.8792770745126648, 1.7703006814940117, 1.6770517145023005, 1.660001289883344, 1.7310690822489494, - 1.842367495210697 + 1.8423674952106968 ], "relative wind angle": [ - 0.0385457382201934, - 0.018609595339944163, - 0.06677695001692945, + 0.03854573822020205, + 0.01860959533994416, + 0.06677695001693111, 0.07984364771964945, - 0.04430874784839666, - 0.021775224424422975, + 0.04430874784839667, + 0.02177522442442298, 0.07250379665518016, - 0.07671418329573841 + 0.07671418329573697 ], "resistance": [ 96817.33417434231, @@ -16386,33 +14015,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 332.48185065581356, + 332.48185065581265, 68.0848266969956, - -198.98473257138545, + -198.98473257138562, -330.08273231968593, -299.2201523078207, -98.52716589601368, - 186.67364509171114, + 186.67364509171125, 403.4392222097979 ], "relative wind speed": [ - 1.578512099136684, + 1.5785120991366839, 1.3941666856011028, - 1.130279763024153, + 1.1302797630241528, 0.939908320029536, 0.9961163854041967, 1.2410671025982671, - 1.4854009417290965, + 1.4854009417290963, 1.6126129883920932 ], "relative wind angle": [ - 0.11576710780007225, + 0.11576710780007322, 0.24417693028002327, 0.26344088169622965, 0.08435759041607975, - 0.18408059639222804, + 0.18408059639222807, 0.2750356937683211, - 0.19946839414787101, + 0.1994683941478699, 0.04912912370211327 ], "resistance": [ @@ -16466,9 +14095,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 382.52939630996434, + 382.52939630996343, 58.68067909992328, - -268.8055607054621, + -268.80556070546254, -422.9798335967994, -382.7700423832109, -131.5612686267175, @@ -16476,9 +14105,9 @@ 475.9672570040377 ], "relative wind speed": [ - 1.9644840568637227, + 1.9644840568637225, 1.78456315653025, - 1.5417421969145089, + 1.5417421969145086, 1.3817544586104755, 1.4336948622259196, 1.6522750703195692, @@ -16486,14 +14115,14 @@ 2.0013578350097263 ], "relative wind angle": [ - 0.08750847249077835, - 0.17462920032087692, + 0.08750847249077963, + 0.17462920032087695, 0.17392311465469126, 0.04868885661132807, 0.12004138103034098, - 0.18877274482241904, + 0.18877274482241901, 0.1423257443622011, - 0.033608247062648325 + 0.03360824706264833 ], "resistance": [ 97017.02939631003, @@ -16546,32 +14175,32 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 117.84230786974467, + 117.84230786974376, -299.2737541097663, - -513.4052606028085, - -476.1974198309882, - -176.53758098872754, + -513.4052606028089, + -476.19741983098834, + -176.53758098872765, 262.22658695130167, 604.017866723116, 518.2884661752696 ], "relative wind speed": [ - 1.811765343647264, + 1.8117653436472638, 1.5011375527522075, - 1.2725112934564833, - 1.3234692758695712, + 1.272511293456483, + 1.323469275869571, 1.6039889163902252, 1.8978567259045371, 2.0581518681500848, 2.025759901906751 ], "relative wind angle": [ - 0.21903716958281128, - 0.2379770740628699, - 0.08400769293705408, - 0.15389419746338429, - 0.24797050651536806, - 0.18755749698905033, + 0.2190371695828123, + 0.23797707406286986, + 0.0840076929370541, + 0.15389419746338356, + 0.24797050651536853, + 0.18755749698905036, 0.05190238886466717, 0.10031390565201405 ], @@ -16626,13 +14255,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 70.59199197790838, + 70.59199197790815, -186.20648415248849, - -308.7283979122233, + -308.7283979122235, -272.32520808975653, -72.63844097517864, 206.51950767264145, - 417.7773404992106, + 417.77734049921014, 334.35032349302287 ], "relative wind speed": [ @@ -16642,17 +14271,17 @@ 0.7980562488318232, 1.0898653374285396, 1.3570769310870505, - 1.488432247948585, + 1.4884322479485852, 1.4457433104776085 ], "relative wind angle": [ - 0.3178495918195523, - 0.35915139174713556, - 0.11205230984670558, + 0.317849591819553, + 0.3591513917471356, + 0.11205230984670857, 0.2761821580317576, 0.363736239929426, - 0.2461863617187469, - 0.05376166658648888, + 0.24618636171874686, + 0.05376166658649094, 0.15109723516177684 ], "resistance": [ @@ -16706,19 +14335,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -23.93607830118708, + -23.936078301187536, -482.611920552867, - -623.1833537010626, + -623.1833537010737, -478.9227859331488, -17.807448477277603, 526.3820105614432, - 851.0593793134644, + 851.0593793133892, 520.9650794920128 ], "relative wind speed": [ - 1.7339275154377605, + 1.73392751543776, 1.3421438584376395, - 1.1430381839262684, + 1.1430381839262682, 1.3460751572364031, 1.7382319492843796, 2.0558708134421444, @@ -16726,13 +14355,13 @@ 2.053298957623105 ], "relative wind angle": [ - 0.30151688170046115, + 0.3015168817004615, 0.2734959109745736, - 0.0019716124370341578, + 0.001971612437090468, 0.2751361006315002, - 0.3007468378958357, + 0.3007468378958353, 0.1772568210280998, - 0.0010371601661110126, + 0.001037160166218057, 0.17905838835986607 ], "resistance": [ @@ -16742,7 +14371,7 @@ 96155.57721406686, 96616.69255152272, 97160.88201056144, - 97485.55937931346, + 97485.55937931339, 97155.46507949202 ], "fuel": [ @@ -16752,7 +14381,7 @@ 38.978067900876624, 39.21517551454959, 39.496018069495754, - 39.66410078687751, + 39.664100786877476, 39.49321709706806 ] }, @@ -16786,9 +14415,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -184.62650267830452, - -497.7882577095911, - -531.9605502587652, + -184.62650267830475, + -497.7882577095912, + -531.9605502587651, -294.0019422772725, 154.00429708257457, 581.7196256850452, @@ -16798,7 +14427,7 @@ "relative wind speed": [ 1.4942122547981331, 1.167383507170475, - 1.115141143843506, + 1.1151411438435057, 1.394556781351752, 1.748070000530041, 1.9813214621379285, @@ -16806,12 +14435,12 @@ 1.8285596442905163 ], "relative wind angle": [ - 0.30575631282315546, - 0.19360000400038518, - 0.11878652573912415, - 0.299525920576814, + 0.30575631282315624, + 0.1936000040003852, + 0.11878652573912228, + 0.29952592057681393, 0.2602277605699375, - 0.11360099150050165, + 0.11360099150050167, 0.06575600852268138, 0.22697791348819166 ], @@ -16866,11 +14495,11 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 82.6404987260596, + 82.64049872605949, -259.57697765340185, - -412.3963388864654, + -412.3963388864655, -350.0931197550213, - -68.29932540175321, + -68.2993254017531, 313.2293754822325, 592.4616904835859, 449.31452176034236 @@ -16883,17 +14512,17 @@ 1.2358038667149338, 1.5535776313150498, 1.6999810199212655, - 1.6362085440164682 + 1.6362085440164684 ], "relative wind angle": [ - 0.35929097341944705, - 0.40534323744914963, - 0.10495464936685202, + 0.35929097341944766, + 0.4053432374491496, + 0.10495464936685414, 0.3395104106579198, - 0.4029997003925034, + 0.4029997003925031, 0.25840591355266257, - 0.045184680550407655, - 0.17719156323833635 + 0.04518468055040766, + 0.17719156323833699 ], "resistance": [ 96717.14049872612, @@ -16946,34 +14575,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 113.76546793647015, + 113.76546793646901, -293.2756436403928, - -493.9985641348009, + -493.9985641348013, -445.8168777934764, - -139.6798120363145, + -139.6798120363144, 296.19420621234065, 630.4346222503863, 519.9582188399121 ], "relative wind speed": [ - 1.6391266108213798, + 1.6391266108213793, 1.2900525462500805, - 1.029490065684156, - 1.1079800120860228, + 1.0294900656841557, + 1.1079800120860226, 1.4384950360039621, 1.7583425271614477, 1.9225384832477226, - 1.8783994004813458 + 1.8783994004813456 ], "relative wind angle": [ - 0.27669355138622853, - 0.3077529727249021, - 0.10204849760987185, - 0.2206191469352724, - 0.3165367823365459, - 0.22411484199330162, + 0.27669355138622975, + 0.30775297272490215, + 0.10204849760987295, + 0.22061914693527138, + 0.3165367823365456, + 0.22411484199330164, 0.05457771104942858, - 0.12944099425764843 + 0.1294409942576476 ], "resistance": [ 96748.26546793642, @@ -17026,9 +14655,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -172.85672594359926, + -172.85672594359994, -439.6911151086476, - -461.7293058632124, + -461.7293058632127, -242.88446524376548, 154.1831837946928, 525.8808065514662, @@ -17036,9 +14665,9 @@ 237.41799284501292 ], "relative wind speed": [ - 1.3601266275493633, + 1.3601266275493629, 1.0498413978634717, - 1.0127182863589324, + 1.0127182863589321, 1.2903842103748169, 1.6266652496286962, 1.8422316131937546, @@ -17046,10 +14675,10 @@ 1.6825257403480494 ], "relative wind angle": [ - 0.3195657296574238, + 0.31956572965742447, 0.19532014027625627, - 0.1378267588567099, - 0.31560538648048314, + 0.1378267588567107, + 0.3156053864804832, 0.2657969178615381, 0.11082838824449077, 0.07475875408742508, @@ -17106,10 +14735,10 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -100.04666322213359, + -100.0466632221337, -416.71938881973017, - -482.85832121125355, - -310.57105628230477, + -482.8583212112539, + -310.5710562823049, 76.321561200838, 482.73585592929567, 634.5630929546867, @@ -17118,22 +14747,22 @@ "relative wind speed": [ 1.4330830559896717, 1.0924936115265709, - 0.9815017827542541, - 1.2239213342522006, + 0.981501782754254, + 1.2239213342522004, 1.5761573005921978, 1.8287855506724702, 1.8906753111057966, 1.7435640077545456 ], "relative wind angle": [ - 0.32329418431143797, - 0.24864405513360074, - 0.07655453264982391, - 0.3114089809482894, + 0.3232941843114383, + 0.24864405513360072, + 0.07655453264982535, + 0.31140898094828867, 0.29302919905082564, 0.14754580924146476, 0.039713203872029805, - 0.21677605859283816 + 0.2167760585928382 ], "resistance": [ 96534.45333677788, @@ -17186,9 +14815,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 220.94733150064076, + 220.94733150063985, -65.04078954568547, - -288.77758939676494, + -288.77758939676517, -341.06226780379995, -240.58039138353058, 15.201439767892339, @@ -17196,9 +14825,9 @@ 411.61739823549533 ], "relative wind speed": [ - 1.6184992698137235, + 1.618499269813723, 1.404418910922342, - 1.1754876001452124, + 1.1754876001452121, 1.092544618012368, 1.2321676045868348, 1.471524520633114, @@ -17216,7 +14845,7 @@ 0.020032714558069226 ], "resistance": [ - 96855.44733150066, + 96855.44733150065, 96569.45921045433, 96345.72241060325, 96293.43773219621, @@ -17226,7 +14855,7 @@ 97046.11739823551 ], "fuel": [ - 39.07101585598707, + 39.071015855987056, 38.923612197295846, 38.808506222829664, 38.78163415075683, @@ -17266,9 +14895,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 290.0225773357264, + 290.0225773357257, 34.742580098373196, - -213.01780767472496, + -213.0178076747252, -321.8074260137673, -282.2174318302491, -80.47659572978057, @@ -17276,7 +14905,7 @@ 381.6092345830979 ], "relative wind speed": [ - 1.6202155513785164, + 1.6202155513785161, 1.4443007409598032, 1.2106854434188263, 1.061929190951076, @@ -17286,12 +14915,12 @@ 1.6635043770650362 ], "relative wind angle": [ - 0.10938628824112129, + 0.10938628824112231, 0.20994998672842127, - 0.2069896023802319, + 0.20698960238023242, 0.04791936753842637, 0.15761372571458682, - 0.22571511217795076, + 0.22571511217795073, 0.16032690917549622, 0.03058328773520241 ], @@ -17346,19 +14975,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 132.16513298123323, + 132.1651329812329, -170.4426384074212, - -342.1056476610908, + -342.1056476610909, -330.33535747978567, - -133.6196003147279, + -133.61960031472796, 176.16263160771132, 438.9664171725615, 412.04579606552204 ], "relative wind speed": [ - 1.38211077587605, + 1.3821107758760496, 1.078331073119376, - 0.8142138396162164, + 0.8142138396162163, 0.8387350897360238, 1.1227874734780547, 1.4170688071286954, @@ -17368,9 +14997,9 @@ "relative wind angle": [ 0.2841995383721363, 0.35073501269975826, - 0.1683667034705087, - 0.2132977594516583, - 0.3523974849473416, + 0.16836670347050867, + 0.21329775945165833, + 0.3523974849473419, 0.26453084466310184, 0.08626234649145545, 0.11327181014591062 @@ -17426,19 +15055,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 197.67889546488345, + 197.67889546488288, -106.0291529074583, -319.8826400736502, -352.7164282731768, -213.29163111313267, 71.17910097601407, - 352.53332763390324, + 352.53332763390347, 428.0691072967701 ], "relative wind speed": [ 1.5456595233420196, 1.2962520631430499, - 1.0473916269246313, + 1.047391626924631, 0.9904529179834813, 1.1832763033101357, 1.4522178765152856, @@ -17446,13 +15075,13 @@ 1.675771222252962 ], "relative wind angle": [ - 0.19515119839562836, - 0.26806327508479283, - 0.1783533440666247, + 0.19515119839563008, + 0.2680632750847929, + 0.17835334406662406, 0.08141238015386144, 0.2560921467722815, 0.23867807126765744, - 0.11349228785339542, + 0.11349228785339444, 0.048083610239566144 ], "resistance": [ @@ -17508,31 +15137,31 @@ "wind resistance": [ -14.041219756121905, -259.2945020010676, - -332.2406744641189, - -243.12074943992928, + -332.2406744641197, + -243.12074943992923, 12.880889587268825, 311.08369488096264, - 479.32684744827054, + 479.32684744826645, 286.95483992347056 ], "relative wind speed": [ 1.1850323505593365, 0.8648757486863348, 0.7039672041204671, - 0.891547547793776, + 0.8915475477937761, 1.2126637172886678, 1.4583706327387451, 1.5424931567509037, 1.4422197936249042 ], "relative wind angle": [ - 0.3616673353418047, - 0.33710780910417676, - 0.020950316227608227, - 0.35144704537101046, + 0.36166733534180495, + 0.3371078091041767, + 0.020950316227618827, + 0.35144704537101074, 0.35306124271784184, - 0.19743436303646744, - 0.00956080828908467, + 0.19743436303646747, + 0.009560808289096282, 0.2144516983973193 ], "resistance": [ @@ -17542,7 +15171,7 @@ 96391.37925056007, 96647.38088958726, 96945.58369488096, - 97113.82684744828, + 97113.82684744826, 96921.45483992348 ], "fuel": [ @@ -17552,7 +15181,7 @@ 38.601032326919494, 38.7327964681469, 38.88658904577672, - 38.97350334491542, + 38.973503344915414, 38.87413273160303 ] }, @@ -17586,34 +15215,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 117.30961181737302, + 117.3096118173728, -159.80390748849948, - -314.82039532751867, + -314.8203953275187, -301.5409701440067, -118.3090408308401, 166.91201085126647, 406.57998970721826, - 376.20629749565046 + 376.20629749565 ], "relative wind speed": [ 1.3175230198796284, 1.0243690088030464, - 0.7721357140556984, + 0.7721357140556983, 0.8011830413114478, 1.076876560915513, 1.358748751302397, 1.5163563151323156, - 1.5012114340348255 + 1.5012114340348257 ], "relative wind angle": [ - 0.2883735946016962, - 0.3534652953278394, + 0.28837359460169665, + 0.35346529532783943, 0.16492237197529636, 0.2206015210600482, - 0.3553792116110783, - 0.2640220378333753, + 0.3553792116110784, + 0.26402203783337524, 0.08369674548787069, - 0.1170475328978309 + 0.1170475328978328 ], "resistance": [ 96751.80961181736, @@ -17666,33 +15295,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 62.67433812864158, + 62.67433812864135, -227.93820738968094, - -355.1282657430419, + -355.1282657430422, -300.0321681350673, - -57.40037287318978, + -57.40037287318984, 267.5587593648793, - 501.93566772186296, + 501.93566772186205, 375.40026951559173 ], "relative wind speed": [ - 1.2864997046269757, + 1.2864997046269755, 0.9503359881750673, 0.7106509824135985, 0.8330366526303417, - 1.1658663650497696, + 1.1658663650497698, 1.4529925604554816, 1.584077350495943, 1.5232779807159602 ], "relative wind angle": [ - 0.34701196536548057, + 0.3470119653654809, 0.3828827700435736, - 0.09099993156644975, - 0.32210813928157406, - 0.3846975265960227, - 0.24685147432930415, - 0.040779496093094725, + 0.0909999315664534, + 0.3221081392815741, + 0.3846975265960233, + 0.24685147432930418, + 0.04077949609309745, 0.17399796717793228 ], "resistance": [ @@ -17746,11 +15375,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 60.94669636007279, + 60.94669636007268, -229.20165765516475, - -353.30264816021497, + -353.30264816021514, -293.9485441487942, - -47.084181923247854, + -47.08418192324791, 280.6461296793335, 514.7494685794429, 378.2033069759741 @@ -17758,7 +15387,7 @@ "relative wind speed": [ 1.2608404577524277, 0.9128278143217473, - 0.6646027320809463, + 0.6646027320809462, 0.8027542857208206, 1.1500688339380367, 1.4419162125801652, @@ -17766,11 +15395,11 @@ 1.5059756105122692 ], "relative wind angle": [ - 0.36868883964049787, + 0.3686888396404982, 0.40968634448855124, - 0.09011411702213185, - 0.35498224285949914, - 0.4061819007609129, + 0.09011411702213308, + 0.3549822428594992, + 0.4061819007609132, 0.2549156710588898, 0.03805954533869726, 0.18634944193032615 @@ -17826,33 +15455,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -639.6941832004409, + -639.6941832004422, -792.2599648143696, - -626.3275970137602, - -71.0849035564679, + -626.327597013762, + -71.08490355646745, 568.1879690690184, 925.5646067465095, - 549.0655028695487, + 549.0655028695478, -93.44230771035336 ], "relative wind speed": [ - 2.2274712011622797, + 2.2274712011622793, 2.0970548240779308, - 2.2359024217122725, - 2.5326011955229997, + 2.235902421712272, + 2.5326011955229992, 2.7952263658618834, 2.8943530284380024, 2.7884868206606166, 2.5220724757334456 ], "relative wind angle": [ - 0.12518511205494026, + 0.12518511205494118, 0.002542186082965924, - 0.12810964736143168, - 0.15806471886700468, - 0.099662565199489, - 0.0018418972422851207, - 0.10262189606902622, + 0.1281096473614326, + 0.15806471886700324, + 0.09966256519948902, + 0.001841897242285121, + 0.1026218960690273, 0.158730166858158 ], "resistance": [ @@ -17906,53 +15535,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -58.7546883715122, + -58.754688371512884, -471.913088611645, - -589.261366827416, - -455.1758348003127, + -589.2613668274273, + -455.17583480031294, -30.887694315435965, 457.4198301276492, - 729.9716290564995, - 433.2720363086544 + 729.9716290565414, + 433.27203630865415 ], "relative wind speed": [ - 1.8974375156303471, + 1.8974375156303467, 1.5902944503012755, 1.450842282485696, - 1.6051223591441766, + 1.6051223591441763, 1.9150134391995506, 2.176811695893174, - 2.27213605873153, - 2.165901154303166 + 2.2721360587315296, + 2.1659011543031657 ], "relative wind angle": [ 0.21815065775668974, 0.17955363261936552, - 0.0062028293225711946, - 0.1859390987929335, + 0.0062028293226069914, + 0.18593909879293288, 0.21611655865915708, 0.1308442679724604, - 0.003960719182543392, - 0.13743676499112717 + 0.0039607191824873305, + 0.13743676499112634 ], "resistance": [ 96575.74531162847, 96162.58691138834, - 96045.23863317257, + 96045.23863317256, 96179.32416519968, 96603.61230568455, 97091.91983012763, - 97364.47162905648, + 97364.47162905653, 97067.77203630864 ], "fuel": [ 39.447793731912064, 39.235371881986026, - 39.17515409576267, + 39.17515409576266, 39.2439648529861, 39.46214417396479, 39.71407292540644, - 39.85507430558143, + 39.855074305581454, 39.701593686013595 ] }, @@ -17986,33 +15615,33 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -73.41231032898236, + -73.41231032898372, -445.28014088050827, - -545.3094527727869, + -545.3094527727872, -417.6622231268634, - -27.31543629251678, + -27.315436292517006, 413.9089513145341, - 647.2040432908125, + 647.2040432908398, 374.2771699782825 ], "relative wind speed": [ - 1.9561329758112345, + 1.9561329758112342, 1.692620217388075, - 1.5808131531324852, - 1.7154798205193302, - 1.9840953874880725, + 1.580813153132485, + 1.7154798205193305, + 1.9840953874880727, 2.2131713728034494, - 2.294367124195884, + 2.2943671241958836, 2.195499877271353 ], "relative wind angle": [ - 0.18342075149765874, - 0.14360492672055095, + 0.1834207514976606, + 0.14360492672055097, 0.008993143534496458, - 0.15352690446334724, - 0.18080699748755258, - 0.10967080649207482, - 0.0061962093059005, + 0.15352690446334796, + 0.18080699748755322, + 0.10967080649207483, + 0.006196209305864664, 0.11977554768484638 ], "resistance": [ @@ -18022,7 +15651,7 @@ 96216.83777687314, 96607.1845637075, 97048.40895131454, - 97281.70404329083, + 97281.70404329085, 97008.7771699783 ], "fuel": [ @@ -18032,7 +15661,7 @@ 39.367140660830806, 39.56789634766156, 39.79550107191092, - 39.916138657750146, + 39.91613865775017, 39.77502748442329 ] }, @@ -18066,33 +15695,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 297.18884626427234, + 297.18884626427143, -146.73286504637758, - -480.1250947917956, + -480.1250947917965, -544.4825663936824, - -370.5914098809717, + -370.59140988097147, 36.55127928164279, 453.8303718151733, 604.2444448358515 ], "relative wind speed": [ - 2.276865844200425, + 2.2768658442004246, 2.0434241590423645, - 1.8151439933243052, + 1.815143993324305, 1.7485980927206335, - 1.8981690359464634, + 1.8981690359464636, 2.1474593052615556, - 2.3435904175028397, + 2.3435904175028393, 2.393651702242037 ], "relative wind angle": [ - 0.11681278839973364, + 0.11681278839973362, 0.15855219725433314, - 0.10537126570786559, + 0.10537126570786665, 0.03011194850042491, 0.1402586652955485, 0.15081072168020668, - 0.08155096214164123, + 0.08155096214163987, 0.02199567474425573 ], "resistance": [ @@ -18133,52 +15762,7 @@ "id": "352", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 59.37975925628551, - 59.37975925628551, - 59.37975925628551, - 59.37975925628551, - 59.37975925628551, - 59.37975925628551, - 59.37975925628551, - 59.37975925628551 - ], - "relative wind speed": [ - 0.5189373375909331, - 0.5189373375909331, - 0.5189373375909331, - 0.5189373375909331, - 0.5189373375909331, - 0.5189373375909331, - 0.5189373375909331, - 0.5189373375909331 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 59.375, 59.375 60, 60 60, 60 59.375, 59.375 59.375))", @@ -18197,52 +15781,7 @@ "id": "353", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 57.67349681901862, - 57.67349681901862, - 57.67349681901862, - 57.67349681901862, - 57.67349681901862, - 57.67349681901862, - 57.67349681901862, - 57.67349681901862 - ], - "relative wind speed": [ - 0.5114272271819641, - 0.5114272271819641, - 0.5114272271819641, - 0.5114272271819641, - 0.5114272271819641, - 0.5114272271819641, - 0.5114272271819641, - 0.5114272271819641 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 58.75, 58.75 59.375, 59.375 59.375, 59.375 58.75, 58.75 58.75))", @@ -18274,37 +15813,37 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 575.5000160956631, + 575.5000160956613, 252.88681446572537, - -171.9837538527247, + -171.98375385272539, -467.24831511279035, -507.45551225269287, -307.71447667444295, - 94.02567994171477, + 94.02567994171454, 482.3569456182929 ], "relative wind speed": [ 2.1389657120787424, 1.9948294146049002, - 1.7296183319866678, - 1.4800334776330912, + 1.7296183319866676, + 1.4800334776330915, 1.4301625905405129, 1.6251753626784844, 1.9049828814154024, 2.1047660815195997 ], "relative wind angle": [ - 0.041811656733555726, + 0.04181165673355838, 0.15813974356080387, - 0.2066372661717027, - 0.12716873414625432, + 0.20663726617170378, + 0.1271687341462552, 0.06255651267746938, - 0.19452585645343112, - 0.18737736727777562, + 0.1945258564534311, + 0.1873773672777762, 0.08930057036272834 ], "resistance": [ - 97210.00001609566, + 97210.00001609564, 96887.38681446572, 96462.51624614726, 96167.25168488719, @@ -18314,7 +15853,7 @@ 97116.85694561827 ], "fuel": [ - 39.672142756032486, + 39.67214275603248, 39.50545819918049, 39.28653120285843, 39.134783099103096, @@ -18354,13 +15893,13 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 647.0379675551497, + 647.0379675551472, 501.63920641749326, - 90.55825552311694, + 90.55825552311683, -303.5376747129661, - -483.8913271697384, + -483.89132716973853, -420.4959436775572, - -103.8511141647956, + -103.85111416479572, 328.76397153705705 ], "relative wind speed": [ @@ -18368,20 +15907,20 @@ 1.8160692627230932, 1.5595119107135518, 1.1944237113988332, - 0.9331593004539178, + 0.9331593004539179, 1.0440826072724432, - 1.398620269465229, + 1.3986202694652288, 1.720920699934968 ], "relative wind angle": [ - 0.045285310554477584, - 0.15135028343324766, - 0.3075717458743526, + 0.0452853105544825, + 0.1513502834332477, + 0.30757174587435293, 0.336059846587812, - 0.0911101680507604, - 0.26535680469339795, - 0.34433610044563256, - 0.23092738898401458 + 0.09111016805076164, + 0.2653568046933979, + 0.34433610044563223, + 0.2309273889840146 ], "resistance": [ 97281.53796755512, @@ -18434,9 +15973,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 163.61489769037576, + 163.61489769037553, -271.7267900375422, - -518.9577845097918, + -518.9577845097925, -504.6710285779851, -224.3484246006069, 219.27498602869014, @@ -18446,7 +15985,7 @@ "relative wind speed": [ 1.892700997654288, 1.5894994039827244, - 1.347581113854759, + 1.3475811138547589, 1.3663591994500612, 1.6277416760082364, 1.9249290052036212, @@ -18454,14 +15993,14 @@ 2.0892397106157605 ], "relative wind angle": [ - 0.20114271389711877, + 0.20114271389711932, 0.23061165845106452, - 0.10084478242146425, - 0.1258151952002602, - 0.2344522580788304, - 0.18988188894722616, + 0.10084478242146534, + 0.12581519520026022, + 0.23445225807883044, + 0.18988188894722613, 0.06460487034417708, - 0.08215840900573369 + 0.0821584090057337 ], "resistance": [ 96798.11489769041, @@ -18514,34 +16053,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 385.2089018487941, + 385.2089018487932, 46.92356336672583, - -282.69169466012715, + -282.6916946601275, -428.2821322384956, -376.781325944213, -109.78711369266478, 249.54931284063196, - 504.42184257997224 + 504.4218425799704 ], "relative wind speed": [ - 1.8822855103869895, + 1.882285510386989, 1.6821174069546723, 1.416249159324568, 1.2467047454055198, - 1.318911749333223, + 1.3189117493332232, 1.5662081516714563, 1.810183765216804, - 1.9308687741339101 + 1.9308687741339103 ], "relative wind angle": [ 0.10653069888140974, - 0.2049442607486683, - 0.20189028803172282, - 0.047573995088590906, - 0.1523364428371873, - 0.2203526903439699, - 0.15753459366847458, - 0.030710360196845227 + 0.20494426074866834, + 0.20189028803172393, + 0.0475739950885909, + 0.15233644283718803, + 0.22035269034396993, + 0.1575345936684746, + 0.030710360196848845 ], "resistance": [ 97019.70890184879, @@ -18594,9 +16133,9 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 286.20046980443567, + 286.20046980443453, -134.00759495043144, - -447.65762161914597, + -447.65762161914654, -508.0025062223557, -340.08838261690494, 45.5123042453979, @@ -18604,7 +16143,7 @@ 580.912437422754 ], "relative wind speed": [ - 2.06583586241634, + 2.0658358624163395, 1.8188925983495938, 1.573144374807721, 1.5017391997113418, @@ -18614,14 +16153,14 @@ 2.1887796746181296 ], "relative wind angle": [ - 0.1379958836279208, + 0.13799588362792162, 0.19010258765477506, - 0.12868923952212033, - 0.038754059941112494, + 0.12868923952212208, + 0.0387540599411125, 0.17132464778207704, 0.17872855147496178, 0.09456798398897977, - 0.026585946339257954 + 0.026585946339257958 ], "resistance": [ 96920.70046980439, @@ -18674,33 +16213,33 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 582.1262030259131, + 582.1262030259124, 284.5437287204186, - -124.8417235372724, + -124.84172353727251, -424.18261396855087, -479.4439981287186, -306.8027089559938, - 70.35432534921824, + 70.35432534921802, 454.7519001241735 ], "relative wind speed": [ - 1.9724932096534815, + 1.972493209653481, 1.8333166394027234, 1.5542450835427077, 1.2682268200527544, 1.1883211546303625, 1.3934800782071608, - 1.6991641618614874, + 1.6991641618614872, 1.922091923288272 ], "relative wind angle": [ - 0.03786524626479938, + 0.03786524626479939, 0.18119746434481235, - 0.25533385600953523, + 0.2553338560095357, 0.17817823559988752, 0.06287889613334116, 0.23936737353058318, - 0.23313339690700247, + 0.233133396907002, 0.1172119602916305 ], "resistance": [ @@ -18754,9 +16293,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 604.0118673489517, + 604.0118673489519, 583.6843764188573, - 198.5108432240388, + 198.51084322403858, -226.03633082932765, -473.6012763968418, -464.7124135405842, @@ -18764,7 +16303,7 @@ 231.72617503055153 ], "relative wind speed": [ - 1.8662148431726098, + 1.8662148431726093, 1.8579981834656216, 1.6410017392456286, 1.284412940586803, @@ -18774,9 +16313,9 @@ 1.6633589721694424 ], "relative wind angle": [ - 0.09258372854541091, - 0.10722070972534987, - 0.28014494992505273, + 0.09258372854540971, + 0.10722070972534989, + 0.2801449499250531, 0.3520002437043126, 0.1795155285809166, 0.20388888410971162, @@ -18821,52 +16360,7 @@ "id": "361", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 66.88386183539191, - 66.88386183539191, - 66.88386183539191, - 66.88386183539191, - 66.88386183539191, - 66.88386183539191, - 66.88386183539191, - 66.88386183539191 - ], - "relative wind speed": [ - 0.5507523686640657, - 0.5507523686640657, - 0.5507523686640657, - 0.5507523686640657, - 0.5507523686640657, - 0.5507523686640657, - 0.5507523686640657, - 0.5507523686640657 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 56.25, 58.75 56.875, 59.375 56.875, 59.375 56.25, 58.75 56.25))", @@ -18898,9 +16392,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 621.5862632611575, + 621.586263261155, 289.48492284595613, - -158.51357949462454, + -158.51357949462476, -478.73137858233656, -530.6330438075763, -331.73128542069, @@ -18908,9 +16402,9 @@ 501.6558033349013 ], "relative wind speed": [ - 2.1299958393357494, + 2.129995839335749, 1.983609347890023, - 1.7021021793337519, + 1.7021021793337516, 1.4254840634940225, 1.3586965780906612, 1.5646829141606264, @@ -18918,10 +16412,10 @@ 2.0858892232396817 ], "relative wind angle": [ - 0.03966656771883082, + 0.03966656771883361, 0.16855165378275502, 0.22884459495969509, - 0.15020084495675023, + 0.15020084495675026, 0.06220813007830118, 0.21430579894357554, 0.20831677018483583, @@ -18978,34 +16472,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 520.80826737283, + 520.808267372829, 545.3505943931575, - 210.0970573553543, + 210.09705735535408, -182.43683189741125, - -428.2833710223596, + -428.2833710223595, -439.0061222508424, -216.3997940292943, - 169.68952454613714 + 169.68952454613725 ], "relative wind speed": [ - 1.8056490758187296, + 1.8056490758187294, 1.815916094367134, 1.6291635068106687, 1.3065671918029578, 1.0055625545211884, 0.986900893848325, 1.271751117214596, - 1.6013765357854919 + 1.6013765357854917 ], "relative wind angle": [ - 0.103303266060904, - 0.08488349710756084, - 0.25054701341277946, + 0.10330326606090506, + 0.08488349710756082, + 0.2505470134127799, 0.32506576904045786, - 0.18624267082314905, + 0.18624267082314844, 0.15663949278394332, - 0.32321126081631824, - 0.2636184578056557 + 0.3232112608163182, + 0.26361845780565524 ], "resistance": [ 97155.30826737285, @@ -19058,9 +16552,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 468.89259041692253, + 468.8925904169223, -33.25596736245802, - -454.1313358007958, + -454.1313358007957, -579.962257075811, -443.7291010705436, -15.975358587494384, @@ -19078,9 +16572,9 @@ 2.1181796150546552 ], "relative wind angle": [ - 0.17212466584466618, - 0.2851881856357658, - 0.2521677408098449, + 0.17212466584466685, + 0.28518818563576576, + 0.2521677408098445, 0.005521305336461122, 0.2569946120848184, 0.2830844843208407, @@ -19138,19 +16632,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 652.3313370660192, + 652.3313370660178, 166.1609823433107, - -355.77506764438726, + -355.7750676443875, -636.2254058895411, -603.1398397371858, -245.7887137925568, - 295.30606225870224, + 295.3060622587027, 728.6740558798222 ], "relative wind speed": [ - 2.303698766916906, + 2.303698766916905, 2.078768338108651, - 1.7451156290535264, + 1.7451156290535261, 1.4922652104973757, 1.5313613299839486, 1.825052801466761, @@ -19158,14 +16652,14 @@ 2.3292144755698003 ], "relative wind angle": [ - 0.08900464405346913, + 0.08900464405346788, 0.20319491355235247, - 0.2244939660672945, + 0.224493966067294, 0.08716389008577685, - 0.13411887947077608, + 0.1341188794707761, 0.23192699171604056, - 0.18200435987515004, - 0.05580183508855351 + 0.18200435987514943, + 0.055801835088553506 ], "resistance": [ 97286.83133706602, @@ -19218,19 +16712,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 307.01477716590466, + 307.0147771659042, -231.35136599429097, - -584.9444600312466, + -584.9444600312469, -616.803123195447, -334.3249147677077, 185.2425881682468, - 671.9676276053583, + 671.9676276053574, 745.0854074490744 ], "relative wind speed": [ - 1.9978444540782547, + 1.9978444540782543, 1.6468254989885664, - 1.314658525679698, + 1.3146585256796979, 1.271417805175314, 1.56271164337099, 1.92909717715297, @@ -19240,11 +16734,11 @@ "relative wind angle": [ 0.21747328288976983, 0.28527186284937667, - 0.17149337441377127, - 0.11521744208150234, + 0.1714933744137719, + 0.11521744208150235, 0.2794653331694134, 0.24261339820262373, - 0.10361469022967894, + 0.10361469022968, 0.06664703604673816 ], "resistance": [ @@ -19254,7 +16748,7 @@ 96017.69687680456, 96300.1750852323, 96819.74258816826, - 97306.46762760538, + 97306.46762760537, 97379.58540744909 ], "fuel": [ @@ -19264,7 +16758,7 @@ 38.9887424862172, 39.13375525970843, 39.40125530395336, - 39.6527576223794, + 39.65275762237938, 39.69061546491825 ] }, @@ -19298,19 +16792,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 499.69034535187575, + 499.6903453518746, 119.35125952351223, - -271.69695859925014, + -271.6969585992505, -472.1248766074342, - -434.81187590007414, + -434.81187590007426, -151.69769764293608, 261.47817089043906, 585.298925880051 ], "relative wind speed": [ - 1.8672930498806184, + 1.8672930498806177, 1.645010048900346, - 1.316257240653418, + 1.3162572406534179, 1.0660610802986121, 1.1256436200201692, 1.4310132188213538, @@ -19318,14 +16812,14 @@ 1.9019386600248513 ], "relative wind angle": [ - 0.11689485537370782, + 0.11689485537370783, 0.2576861039466722, - 0.2889698377856628, + 0.28896983778566354, 0.10453026173563036, - 0.19469947962263248, - 0.2973145408098307, - 0.21750195679872775, - 0.05851730619098383 + 0.19469947962263306, + 0.2973145408098308, + 0.21750195679872777, + 0.05851730619098384 ], "resistance": [ 97134.1903453519, @@ -19378,17 +16872,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 538.4074491053047, + 538.4074491053038, 274.82361588642107, - -111.34752374891673, + -111.34752374891718, -406.2088588019777, - -467.9434863981277, + -467.94348639812665, -322.6322666995852, - 28.145851922292422, + 28.145851922292877, 394.7760565140561 ], "relative wind speed": [ - 2.108777950169658, + 2.1087779501696575, 1.9965460060081526, 1.7634158007360532, 1.5266760594913995, @@ -19400,12 +16894,12 @@ "relative wind angle": [ 0.022218894182829844, 0.13348892005484614, - 0.18763614362248154, + 0.18763614362248274, 0.13103025576240995, - 0.03229140656038239, + 0.03229140656037895, 0.16663762234965435, - 0.17821626705593444, - 0.09723025598204917 + 0.17821626705593382, + 0.09723025598204918 ], "resistance": [ 97172.90744910532, @@ -19458,37 +16952,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 700.2786067044476, + 700.2786067044412, 648.8220569951941, - 174.40861136939543, + 174.40861136939475, -350.26595327612563, -641.6166237855316, -619.4291844238076, - -274.95917301733107, + -274.95917301733084, 262.44943131634 ], "relative wind speed": [ - 2.4521338901826533, + 2.452133890182653, 2.4356901107798636, 2.231404196817837, - 1.9264467796468856, + 1.9264467796468858, 1.6945329720139337, 1.7180850656687112, 1.9761674825399866, 2.2744681606504913 ], "relative wind angle": [ - 0.052940251960505655, + 0.05294025196051195, 0.07258750339562263, - 0.1709350070483928, - 0.18805587941412386, + 0.17093500704839346, + 0.18805587941412447, 0.0766483136333044, 0.10299731898110454, - 0.1932750342394071, - 0.15901313041546689 + 0.1932750342394065, + 0.1590131304154669 ], "resistance": [ - 97334.77860670447, + 97334.77860670445, 97283.32205699521, 96808.9086113694, 96284.23404672388, @@ -19498,7 +16992,7 @@ 96896.94943131636 ], "fuel": [ - 40.13503374142907, + 40.135033741429055, 40.108397835727814, 39.86328720077459, 39.59318391572819, @@ -19538,9 +17032,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 434.35414124287786, + 434.35414124287627, 129.90367551402778, - -201.47499051067143, + -201.47499051067177, -387.533412576611, -373.3780834371337, -155.84717563551476, @@ -19548,9 +17042,9 @@ 466.8235690321346 ], "relative wind speed": [ - 1.72262693076108, + 1.7226269307610798, 1.535574338359474, - 1.2432574260616873, + 1.243257426061687, 1.0031844406010761, 1.0276083975916845, 1.2905169556252067, @@ -19558,13 +17052,13 @@ 1.7369638854968152 ], "relative wind angle": [ - 0.09935176799852762, + 0.09935176799852985, 0.2424074118234106, - 0.2857235055347439, + 0.2857235055347443, 0.12689802833815858, 0.167049909321657, - 0.28965520989830945, - 0.22449595845574533, + 0.2896552098983095, + 0.2244959584557453, 0.07315872687736467 ], "resistance": [ @@ -19618,19 +17112,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 835.6119963313845, + 835.6119963313554, 521.8226099753604, - -13.069075378934485, + -13.069075378934713, -468.8638326037377, - -614.3325042106804, + -614.3325042106762, -478.43802644414086, -28.974172903591352, 507.76947937412683 ], "relative wind speed": [ - 2.15824389327913, + 2.1582438932791295, 2.0444274991393723, - 1.7313191123108573, + 1.7313191123108571, 1.3430897740579792, 1.1393581922515976, 1.3328428241507762, @@ -19638,17 +17132,17 @@ 2.0377103945233164 ], "relative wind angle": [ - 0.0027243293283236232, + 0.0027243293283643753, 0.1750615660035938, - 0.2986741769717201, - 0.27475146795125255, - 0.005160612352899754, - 0.2704393438637215, + 0.2986741769717205, + 0.2747514679512526, + 0.00516061235287824, + 0.27043934386372154, 0.3006858699482856, 0.17979061626249698 ], "resistance": [ - 97470.11199633137, + 97470.11199633134, 97156.32260997535, 96621.43092462105, 96165.63616739625, @@ -19658,7 +17152,7 @@ 97142.26947937411 ], "fuel": [ - 39.645496456207496, + 39.64549645620748, 39.48306203508787, 39.207017650242385, 38.97263335485452, @@ -19698,34 +17192,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 546.8330611674589, + 546.8330611674564, 516.9383281284527, - 156.04310572304507, + 156.04310572304485, -243.3800546667784, - -470.8545042234449, + -470.8545042234448, -457.8562511486339, -200.80735313811851, - 206.2078664158571 + 206.20786641585732 ], "relative wind speed": [ - 1.9601437248434224, + 1.960143724843422, 1.9483749783335924, 1.753965305151992, 1.4506836597068304, 1.2040613891526402, 1.2230135709364818, 1.4884666469942518, - 1.7853414716380807 + 1.7853414716380809 ], "relative wind angle": [ - 0.06973108507392874, + 0.06973108507393193, 0.08829454479285315, - 0.2181177176927383, - 0.25430295705564676, - 0.11367091624231573, + 0.2181177176927388, + 0.2543029570556468, + 0.11367091624231476, 0.14094496614370788, 0.25783772029769403, - 0.20586555670243692 + 0.20586555670243745 ], "resistance": [ 97181.33306116746, @@ -19778,11 +17272,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 932.2406084700565, + 932.2406084700478, 419.0719284019542, - -277.3988018707669, + -277.39880187076824, -772.0937871763836, - -846.9151105350707, + -846.9151105350709, -535.4720866782468, 118.20562350922091, 757.8624918108267 @@ -19792,25 +17286,25 @@ 2.7539041439467, 2.4453490683359815, 2.1567454964833317, - 2.0922417692462383, + 2.0922417692462387, 2.3060909000040315, 2.6310285454773306, 2.8723669919644808 ], "relative wind angle": [ - 0.03223569671422758, - 0.13084163657235054, - 0.17012967768800633, - 0.10508189113023035, - 0.04499172932576659, + 0.03223569671423447, + 0.13084163657235057, + 0.17012967768800766, + 0.10508189113023036, + 0.04499172932576906, 0.15644130502631934, 0.1580182291819128, 0.07883830552244925 ], "resistance": [ - 97566.7406084701, + 97566.74060847009, 97053.571928402, - 96357.10119812928, + 96357.10119812927, 95862.40621282365, 95787.58488946497, 96099.0279133218, @@ -19818,7 +17312,7 @@ 97392.36249181087 ], "fuel": [ - 40.99325714540252, + 40.99325714540251, 40.7276190232394, 40.36866334784504, 40.114797683687165, @@ -19845,52 +17339,7 @@ "id": "374", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 31.672485390378192, - 31.672485390378192, - 31.672485390378192, - 31.672485390378192, - 31.672485390378192, - 31.672485390378192, - 31.672485390378192, - 31.672485390378192 - ], - "relative wind speed": [ - 0.37899787535753376, - 0.37899787535753376, - 0.37899787535753376, - 0.37899787535753376, - 0.37899787535753376, - 0.37899787535753376, - 0.37899787535753376, - 0.37899787535753376 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.125 58.75, 63.125 59.375, 63.75 59.375, 63.75 58.75, 63.125 58.75))", @@ -19922,9 +17371,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 671.5246617021694, + 671.5246617021676, 574.0994907325253, - 124.88830194792467, + 124.88830194792422, -343.8823260171798, -582.998108893998, -540.8217273321723, @@ -19932,7 +17381,7 @@ 290.0275777409913 ], "relative wind speed": [ - 2.240166977019455, + 2.240166977019454, 2.2061867313645993, 1.986231528190745, 1.6709563209470808, @@ -19944,15 +17393,15 @@ "relative wind angle": [ 0.04786535684410486, 0.0936844488923521, - 0.20228758131130747, + 0.20228758131130858, 0.21590182373673739, 0.0743235273345609, - 0.13850105710228663, + 0.1385010571022866, 0.22653047090081568, - 0.17329487571309446 + 0.1732948757130945 ], "resistance": [ - 97306.02466170219, + 97306.02466170218, 97208.59949073254, 96759.38830194794, 96290.61767398284, @@ -19962,7 +17411,7 @@ 96924.527577741 ], "fuel": [ - 39.794473206387224, + 39.79447320638722, 39.74406091592303, 39.512075126994745, 39.27078889787164, @@ -20002,19 +17451,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 349.67883325620505, + 349.67883325620437, 338.7199994276302, - 104.09220376112603, + 104.09220376112569, -162.06984739390862, - -316.8970878271574, + -316.8970878271572, -312.15617770713004, -146.1785149946245, 122.71713605754405 ], "relative wind speed": [ - 1.6799456720868235, + 1.679945672086823, 1.6748692460023484, - 1.529687057263932, + 1.5296870572639318, 1.3034638023998655, 1.121542735571103, 1.129109639349114, @@ -20024,10 +17473,10 @@ "relative wind angle": [ 0.06396298712290184, 0.07296738441990969, - 0.18412173180872576, - 0.21175920912538132, - 0.09589097582612324, - 0.10835232655429848, + 0.18412173180872635, + 0.2117592091253813, + 0.09589097582612208, + 0.1083523265542985, 0.2139329238176412, 0.1784901082351864 ], @@ -20082,17 +17531,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 666.742938838519, + 666.7429388385135, 519.0213154195715, - 72.01062470576244, + 72.01062470576176, -368.5567585049048, - -568.3547750196248, + -568.3547750196254, -504.5145470582895, -154.43353457820922, 322.98445558409503 ], "relative wind speed": [ - 2.222162000980916, + 2.2221620009809158, 2.169912219306302, 1.9415918536739223, 1.6345289369330058, @@ -20102,17 +17551,17 @@ 2.0793759954191224 ], "relative wind angle": [ - 0.03351467695845516, + 0.03351467695846179, 0.10439129933809867, - 0.2044649452399211, + 0.20446494523992217, 0.2041728816902146, - 0.051934542883931394, + 0.05193454288393353, 0.15007856280606532, 0.22130160332479687, 0.16006342781217334 ], "resistance": [ - 97301.24293883856, + 97301.24293883855, 97153.52131541961, 96706.5106247058, 96265.94324149514, @@ -20122,7 +17571,7 @@ 96957.48445558414 ], "fuel": [ - 39.77647580481572, + 39.77647580481571, 39.70005425494915, 39.4692946516186, 39.24258880180639, @@ -20162,9 +17611,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 444.1686956861523, + 444.1686956861512, 381.0524693896376, - 82.45898229913007, + 82.45898229912984, -230.5236134062941, -390.61433074830734, -363.33153035839666, @@ -20182,14 +17631,14 @@ 1.7261428382400434 ], "relative wind angle": [ - 0.046425671594011106, - 0.08922255532090269, - 0.19263674402692793, - 0.20435357170065155, + 0.04642567159401349, + 0.0892225553209027, + 0.1926367440269285, + 0.20435357170065158, 0.07044717945517256, - 0.12941949467548272, + 0.12941949467548275, 0.2148426115568962, - 0.1659686053841475 + 0.16596860538414754 ], "resistance": [ 97078.66869568614, @@ -20242,11 +17691,11 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 701.8858368781948, + 701.8858368781835, 561.364208492832, - 84.37260078437566, + 84.37260078437521, -396.29301059356794, - -621.2518325869323, + -621.2518325869316, -560.7579430724782, -190.11061068935692, 325.25403571294373 @@ -20254,25 +17703,25 @@ "relative wind speed": [ 2.4156909759365437, 2.369761724523734, - 2.1496715188561266, - 1.8531556118105372, - 1.658413677232819, + 2.149671518856126, + 1.853155611810537, + 1.6584136772328189, 1.7234059838112512, 1.9911833609873615, 2.269738552007531 ], "relative wind angle": [ - 0.03337462512755086, - 0.08913834818107015, - 0.1772069259783347, - 0.17626282691821502, - 0.048624531024760824, - 0.12271479817396554, + 0.033374625127564166, + 0.08913834818107016, + 0.1772069259783341, + 0.17626282691821438, + 0.048624531024758534, + 0.12271479817396555, 0.19147994902255075, 0.1436615463826147 ], "resistance": [ - 97336.38583687818, + 97336.38583687817, 97195.86420849281, 96718.87260078437, 96238.20698940642, @@ -20282,7 +17731,7 @@ 96959.75403571293 ], "fuel": [ - 40.08539327227054, + 40.08539327227053, 40.012676272865384, 39.7663911213528, 39.519065393962904, @@ -20322,19 +17771,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 418.5510641548018, + 418.55106415480134, 669.8922444798794, - 411.62661333226754, + 411.6266133322673, -6.902581020513139, -355.610610537643, -464.4584676505659, - -350.9578535543273, + -350.95785355432724, 0.8385999425379396 ], "relative wind speed": [ 1.7256595545246056, 1.8319545866969547, - 1.7217569718328776, + 1.7217569718328773, 1.4256470204518592, 1.0516960311052672, 0.8531751474607204, @@ -20342,13 +17791,13 @@ 1.4323044414653496 ], "relative wind angle": [ - 0.20042058735687915, + 0.2004205873568803, 0.0019339841605738096, 0.20385180993212745, - 0.35040358536959687, - 0.33276744171539946, - 0.004152698468109797, - 0.33569627365773747, + 0.3504035853695969, + 0.3327674417153995, + 0.004152698468109798, + 0.33569627365773713, 0.348705315178482 ], "resistance": [ @@ -20402,9 +17851,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 164.4780460455396, + 164.47804604553914, 483.14566621345455, - 481.88770102079513, + 481.88770102079286, 162.36299813999142, -204.7407400413016, -424.7270327001919, @@ -20414,7 +17863,7 @@ "relative wind speed": [ 1.7046229953554723, 1.8787756476660462, - 1.8782596537197513, + 1.878259653719751, 1.7032496422558763, 1.4200594757044156, 1.1800468365999677, @@ -20422,14 +17871,14 @@ 1.4217064137816189 ], "relative wind angle": [ - 0.2070257133925733, - 0.07698652353471225, - 0.07782866051520472, - 0.2075771203772856, - 0.24931468568075166, + 0.2070257133925744, + 0.07698652353471223, + 0.07782866051520757, + 0.20757712037728562, + 0.24931468568075169, 0.12275879802765023, 0.12398483418374835, - 0.24948193123833262 + 0.2494819312383326 ], "resistance": [ 96798.97804604555, @@ -20482,34 +17931,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 467.9749055994673, + 467.9749055994662, 717.1280063373868, - 416.80006189458254, + 416.8000618945821, -60.41077145885242, -451.2772573367048, -559.0693337306055, - -416.0740285426822, + -416.0740285426823, -1.901553034413837 ], "relative wind speed": [ - 2.026598045664699, + 2.0265980456646986, 2.119145298559443, 2.001734227943494, 1.7143552980798884, 1.3829590633694706, 1.2364863983243608, 1.4187090929176434, - 1.7551812788407803 + 1.7551812788407806 ], "relative wind angle": [ - 0.14716463211944905, + 0.14716463211944983, 0.009960638652124404, - 0.16410338548346953, - 0.26038606167842954, + 0.16410338548347023, + 0.2603860616784295, 0.21656743725578914, 0.01707153176931557, - 0.23259621621371868, - 0.25419378243519475 + 0.23259621621371918, + 0.2541937824351952 ], "resistance": [ 97102.47490559948, @@ -20562,34 +18011,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 34.01687286752917, + 34.01687286752849, 353.73489341428944, - 466.3617325936684, + 466.3617325936657, 228.2487439464012, - -112.36768926604009, + -112.36768926604054, -366.54891957690165, - -414.8673426686821, + -414.8673426686802, -278.9518505201926 ], "relative wind speed": [ - 1.8103707802596325, + 1.8103707802596323, 1.9878300736857741, 2.031851525017314, 1.9247448678411865, 1.7112504951712753, 1.501450038260419, - 1.4413188403426287, + 1.4413188403426285, 1.581511243387418 ], "relative wind angle": [ - 0.1639004248164408, + 0.1639004248164415, 0.08730466648992094, - 0.024745085006336133, + 0.02474508500634062, 0.12733390221091243, - 0.1734876639539755, + 0.17348766395397616, 0.11569732470210577, - 0.034887081074567984, - 0.15517257250726704 + 0.03488708107456162, + 0.15517257250726707 ], "resistance": [ 96668.51687286753, @@ -20642,17 +18091,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 24.034642277655166, + 24.03464227765471, 297.3811881849357, - 409.4472861287362, + 409.44728612873257, 214.09220568224544, -71.96799190370223, -291.68720996684453, - -340.11574018420674, + -340.11574018420623, -234.01264781834413 ], "relative wind speed": [ - 1.4653578125107396, + 1.4653578125107394, 1.652373858606853, 1.7041665374877548, 1.6021768284619142, @@ -20664,12 +18113,12 @@ "relative wind angle": [ 0.21586687227582857, 0.11679657890520594, - 0.024389696331438462, + 0.024389696331447566, 0.15751703875464662, 0.2287286430714257, 0.1675489858241786, - 0.038608297082191156, - 0.20691891996457157 + 0.03860829708218828, + 0.2069189199645716 ], "resistance": [ 96658.53464227763, @@ -20722,9 +18171,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 205.40391808865581, + 205.4039180886549, 365.1081739430648, - 240.60603698494435, + 240.606036984943, -9.382433114570517, -234.64212023578955, -312.5431738808594, @@ -20742,14 +18191,14 @@ 1.5026263497641437 ], "relative wind angle": [ - 0.1176418162865462, + 0.11764181628654809, 0.00930388021208309, - 0.10254515755618501, - 0.17205443715334173, + 0.10254515755618825, + 0.1720544371533417, 0.14825603602254372, - 0.01326900972311944, + 0.013269009723119441, 0.13339545243033862, - 0.1757830518908938 + 0.17578305189089383 ], "resistance": [ 96839.90391808865, @@ -20802,17 +18251,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -6.404115156499756, + -6.404115156500666, 178.41047261453116, - 265.8655833455215, + 265.8655833455258, 145.82324646263464, - -44.610541117435105, - -198.33567831879554, + -44.61054111743533, + -198.33567831879566, -235.63335570287984, -175.52370241985113 ], "relative wind speed": [ - 1.4407264287318835, + 1.4407264287318833, 1.572839844544527, 1.6162177263145472, 1.55230854497915, @@ -20822,12 +18271,12 @@ 1.2849057456910298 ], "relative wind angle": [ - 0.1437258921541299, + 0.14372589215413145, 0.08564327276692063, - 0.009956301093179408, + 0.009956301093168255, 0.10150397246980652, - 0.14699768088897205, - 0.1070069774880011, + 0.14699768088897283, + 0.10700697748800111, 0.013370469968104771, 0.12272542295463251 ], @@ -20869,52 +18318,7 @@ "id": "387", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 11.905608375248812, - 11.905608375248812, - 11.905608375248812, - 11.905608375248812, - 11.905608375248812, - 11.905608375248812, - 11.905608375248812, - 11.905608375248812 - ], - "relative wind speed": [ - 0.23236542078510433, - 0.23236542078510433, - 0.23236542078510433, - 0.23236542078510433, - 0.23236542078510433, - 0.23236542078510433, - 0.23236542078510433, - 0.23236542078510433 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((61.25 55.625, 61.25 56.25, 61.875 56.25, 61.875 55.625, 61.25 55.625))", @@ -20946,19 +18350,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 66.10104719170477, + 66.10104719170317, 309.4722930012242, - 351.8496303317643, + 351.8496303317622, 139.66135532643148, -133.0935908037536, -315.1909467335306, - -333.3158498138963, + -333.3158498138956, -196.3038340380533 ], "relative wind speed": [ - 1.7562381556016076, + 1.7562381556016071, 1.8921552284407326, - 1.9097526781637078, + 1.9097526781637075, 1.8016361234941936, 1.61601914261149, 1.454523605845608, @@ -20966,17 +18370,17 @@ 1.5652468198333849 ], "relative wind angle": [ - 0.13675475693245956, + 0.1367547569324612, 0.06304739951755087, - 0.037096286655753465, - 0.1220717415619499, + 0.037096286655756455, + 0.12207174156194991, 0.14870535657510892, 0.08205458757814993, - 0.04950424674494895, - 0.1406217560786517 + 0.0495042467449467, + 0.14062175607865174 ], "resistance": [ - 96700.60104719173, + 96700.60104719171, 96943.97229300124, 96986.34963033178, 96774.16135532645, @@ -21026,9 +18430,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -98.50235402666465, + -98.50235402666499, 148.33128052092275, - 335.6134927910716, + 335.6134927910707, 280.6092787748819, 54.668666402470876, -178.47964663540097, @@ -21036,9 +18440,9 @@ -270.37285581174683 ], "relative wind speed": [ - 1.302751509110282, + 1.3027515091102815, 1.5070309174086294, - 1.617553180338282, + 1.6175531803382819, 1.590872906059062, 1.4368303413829924, 1.2208606547769434, @@ -21048,9 +18452,9 @@ "relative wind angle": [ 0.21197376326939826, 0.16140858267649322, - 0.042315233226303844, + 0.042315233226306474, 0.09153854346381794, - 0.1919334667590085, + 0.19193346675900852, 0.19970358286481163, 0.06398646570629635, 0.1314609086457425 @@ -21106,14 +18510,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 95.12195118215561, + 95.12195118215493, 377.54802356571497, - 420.4934510635484, + 420.49345106354724, 168.1245618966501, -147.31886218725685, -355.0594101422744, - -373.6325631107469, - -209.61252992467917 + -373.63256311074724, + -209.61252992467928 ], "relative wind speed": [ 1.63195997133716, @@ -21126,14 +18530,14 @@ 1.3858855687934348 ], "relative wind angle": [ - 0.19030642105782458, + 0.19030642105782575, 0.08350342920865599, - 0.05314267664340532, + 0.05314267664340742, 0.17133492152978738, 0.2156188364265956, - 0.12241735022189289, - 0.08044897430418628, - 0.2082579356511053 + 0.1224173502218929, + 0.08044897430418765, + 0.20825793565110534 ], "resistance": [ 96729.62195118215, @@ -21173,52 +18577,7 @@ "id": "391", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256, - 28.99002111851256 - ], - "relative wind speed": [ - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157, - 0.36259346199023157 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((62.5 56.875, 62.5 57.5, 63.125 57.5, 63.125 56.875, 62.5 56.875))", @@ -21250,9 +18609,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 306.53564610317005, + 306.5356461031689, 263.76369130523005, - 54.82309205426793, + 54.823092054267704, -165.932416859834, -278.8171100507989, -260.41609295473893, @@ -21270,17 +18629,17 @@ 1.5354840406562822 ], "relative wind angle": [ - 0.04119816921033463, + 0.041198169210337324, 0.07760800223990119, - 0.16621539653570735, - 0.17262641712813365, + 0.16621539653570805, + 0.17262641712813367, 0.05875024675292523, 0.10668529236448364, 0.18279194232196927, 0.14452363189222622 ], "resistance": [ - 96941.03564610319, + 96941.03564610318, 96898.26369130524, 96689.32309205428, 96468.56758314017, @@ -21290,7 +18649,7 @@ 96762.79282039136 ], "fuel": [ - 39.105927970628485, + 39.10592797062848, 39.083849523689565, 38.97609436730317, 38.862422493291774, @@ -21330,9 +18689,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 202.83315038066962, + 202.83315038066905, 396.188572739605, - 297.73923245200103, + 297.7392324520008, 37.91133344523223, -210.4364406626185, -318.4402937026204, @@ -21350,13 +18709,13 @@ 1.2490464017444802 ], "relative wind angle": [ - 0.18458038037450103, + 0.18458038037450283, 0.03289465628866768, - 0.1285910470609758, - 0.2482010990112611, - 0.2509714737786123, - 0.056449376448140604, - 0.1979539190613831, + 0.12859104706097668, + 0.24820109901126114, + 0.25097147377861234, + 0.05644937644814061, + 0.19795391906138313, 0.26875936282950375 ], "resistance": [ @@ -21397,52 +18756,7 @@ "id": "394", "land": false, "ext_ice": true, - "inaccessible": true, - "speed": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "ice resistance": Infinity, - "wind resistance": [ - 11.628589822665052, - 11.628589822665052, - 11.628589822665052, - 11.628589822665052, - 11.628589822665052, - 11.628589822665052, - 11.628589822665052, - 11.628589822665052 - ], - "relative wind speed": [ - 0.22964618178901286, - 0.22964618178901286, - 0.22964618178901286, - 0.22964618178901286, - 0.22964618178901286, - 0.22964618178901286, - 0.22964618178901286, - 0.22964618178901286 - ], - "relative wind angle": [ - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966, - 1.5707963267948966 - ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity - ] + "inaccessible": true }, { "geometry": "POLYGON ((63.125 56.25, 63.125 56.875, 63.75 56.875, 63.75 56.25, 63.125 56.25))", @@ -21474,19 +18788,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -28.931675138284277, + -28.93167513828473, 253.98327124052344, - 434.25055034867785, + 434.2505503486776, 284.8678895859954, - 6.048668512026552, + 6.048668512026438, -238.30574489599104, -324.1491111231422, -259.3626582263911 ], "relative wind speed": [ - 1.2379833613010485, + 1.2379833613010482, 1.4722868037001609, - 1.5670454361825654, + 1.5670454361825652, 1.4926163174424816, 1.2719451954094898, 0.9913722563365844, @@ -21494,11 +18808,11 @@ 0.960491494958686 ], "relative wind angle": [ - 0.3007947065510164, + 0.30079470655101753, 0.18575498850312938, - 0.011331372705259293, - 0.16611229127991534, - 0.2925224743574651, + 0.011331372705259295, + 0.1661122912799153, + 0.29252247435746515, 0.27784194375637283, 0.021303588749811597, 0.25987023555181193 @@ -21554,9 +18868,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -37.102743640657536, + -37.10274364065799, 255.8657089715341, - 435.17100618092513, + 435.17100618091695, 276.8720524718235, -12.909800330600774, -266.38983758510994, @@ -21564,7 +18878,7 @@ -280.92748814078016 ], "relative wind speed": [ - 1.4330844734242798, + 1.4330844734242796, 1.6447718485750167, 1.7298024435430115, 1.6572478753670155, @@ -21574,11 +18888,11 @@ 1.1913235328145206 ], "relative wind angle": [ - 0.2275332663117523, + 0.2275332663117528, 0.14392508251856567, - 0.005986545529344551, + 0.005986545529363096, 0.1339119688131073, - 0.22431852544221514, + 0.22431852544221512, 0.19647003716703548, 0.009559478456850203, 0.18681313422160684 @@ -21586,7 +18900,7 @@ "resistance": [ 96597.39725635933, 96890.36570897151, - 97069.67100618091, + 97069.6710061809, 96911.37205247181, 96621.59019966939, 96368.11016241487, @@ -21634,9 +18948,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 53.417862885403565, + 53.41786288540334, 429.5988045721923, - 585.5491180954726, + 585.549118095471, 311.3156026339915, -80.42684340884762, -378.3303935448157, @@ -21644,7 +18958,7 @@ -297.7663342037446 ], "relative wind speed": [ - 1.515713777641934, + 1.5157137776419338, 1.7608243952173088, 1.826904367009857, 1.6940315232181438, @@ -21654,13 +18968,13 @@ 1.1826623114536863 ], "relative wind angle": [ - 0.2886549137216174, + 0.2886549137216177, 0.1503387666280231, - 0.03202986510859918, + 0.03202986510860265, 0.20597334279606944, - 0.31238232001333777, + 0.3123823200133378, 0.24651824117384138, - 0.0606767826356668, + 0.06067678263566681, 0.2973129103441158 ], "resistance": [ @@ -21714,33 +19028,33 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 70.48544116293033, + 70.48544116293021, 416.6330478200258, - 534.1160224586171, + 534.1160224586152, 265.5484694808964, - -101.17287115344652, + -101.17287115344641, -369.2080382152026, - -420.3505069214882, + -420.3505069214884, -265.8879984623859 ], "relative wind speed": [ - 1.515006543898931, + 1.5150065438989309, 1.738678154039675, - 1.789471255958461, + 1.7894712559584607, 1.6516311770298857, 1.3703603635872053, 1.0724414346772642, - 0.9853552548425818, + 0.9853552548425819, 1.2021841827317123 ], "relative wind angle": [ - 0.2690459361283403, + 0.2690459361283407, 0.13353987429180572, - 0.042106183483693806, + 0.04210618348369644, 0.20611446323872928, - 0.2982722193243145, + 0.29827221932431414, 0.2175688674336217, - 0.07651971307393837, + 0.07651971307393983, 0.28501452568412516 ], "resistance": [ @@ -21794,17 +19108,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 219.25653582235827, + 219.25653582235782, 650.9273854404721, - 663.5927193839455, + 663.5927193839448, 240.27599243263512, - -249.024497020294, + -249.02449702029412, -548.4571278958049, - -553.9823927092572, + -553.9823927092574, -266.7672265080971 ], "relative wind speed": [ - 1.853255121726513, + 1.8532551217265125, 2.0697599253959895, 2.0744207545285054, 1.865793624436389, @@ -21816,11 +19130,11 @@ "relative wind angle": [ 0.24075572909065784, 0.09143108644697245, - 0.08428242057394832, + 0.08428242057394963, 0.23582917695666356, - 0.29570219914638235, + 0.29570219914638274, 0.15758899821134062, - 0.1465227135863283, + 0.14652271358632907, 0.29470022399023943 ], "resistance": [ @@ -21874,17 +19188,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1430.9214867497512, + -1430.9214867497585, -1751.8610991010055, - -1395.4476193643231, + -1395.4476193643286, -186.24952218227008, 1197.5605881614683, 1955.3565985012465, - 1147.035019074383, + 1147.0350190743775, -245.86663428805605 ], "relative wind speed": [ - 3.9711058853436194, + 3.9711058853436185, 3.8159908761657637, 3.983625723900709, 4.350429416399288, @@ -21894,19 +19208,19 @@ 4.334211786805405 ], "relative wind angle": [ - 0.0872827332827093, + 0.08728273328271059, 0.0021390560179067627, - 0.08991688144937361, - 0.11465805941268437, + 0.08991688144937607, + 0.11465805941268438, 0.07396849221314897, 0.001696505810531568, - 0.07661426153244145, + 0.0766142615324429, 0.11508898435409236 ], "resistance": [ - 95203.57851325025, + 95203.57851325024, 94882.638900899, - 95239.05238063568, + 95239.05238063567, 96448.25047781772, 97832.06058816146, 98589.85659850124, @@ -21914,9 +19228,9 @@ 96388.63336571194 ], "fuel": [ - 44.5820058309818, + 44.582005830981785, 44.4185810998321, - 44.60009289960392, + 44.600092899603915, 45.21942719161487, 45.93487129426636, 46.32967909401789, @@ -21954,47 +19268,47 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1537.0229469681544, + -1537.0229469681708, -1578.4919670644522, - -900.0168944915604, + -900.0168944915731, 329.2042392927524, - 1409.480721027643, + 1409.4807210276376, 1508.1669435992826, 504.9778357637497, -748.1145349183207 ], "relative wind speed": [ - 4.815444840593197, + 4.815444840593196, 4.7989422666390045, 4.997347004135574, 5.2802317567310535, - 5.481684024832792, + 5.481684024832791, 5.496136996324633, 5.316379565189065, 5.035525926466028 ], "relative wind angle": [ - 0.03320153507676219, + 0.033201535076765536, 0.025557087614499804, - 0.06674111203916476, - 0.0660862537186436, + 0.06674111203916808, + 0.06608625371864361, 0.029165025134607645, 0.022314548377066524, - 0.0627305897410621, + 0.06273058974106212, 0.06930280501270973 ], "resistance": [ - 95097.47705303185, + 95097.47705303183, 95056.00803293556, - 95734.48310550844, + 95734.48310550842, 96963.70423929275, - 98043.98072102765, + 98043.98072102763, 98142.66694359928, 97139.47783576376, 95886.38546508168 ], "fuel": [ - 47.676419994648306, + 47.6764199946483, 47.655298484967595, 48.001671831081275, 48.63357352910691, @@ -22034,39 +19348,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1371.5585006043493, + -1371.5585006043602, -1684.9392959489996, - -1381.8171507747375, + -1381.817150774741, -252.953323584572, 1058.0725660737899, 1796.3368437498684, 1072.6367424901182, - -235.5992218064548 + -235.59922180645117 ], "relative wind speed": [ - 5.2876746302654265, + 5.287674630265426, 5.173433090674138, - 5.284955982237912, + 5.2849559822379115, 5.547550854050205, 5.799291945663395, 5.901430345510041, 5.801769586289742, - 5.551213343793929 + 5.551213343793928 ], "relative wind angle": [ - 0.04894153079502465, - 0.00035473485475195785, - 0.04847505904166597, + 0.04894153079502692, + 0.0003547348547519578, + 0.04847505904166596, 0.06566146894842911, 0.044620870166059395, 0.0003109749536276209, - 0.04415402189152868, - 0.06561808558234213 + 0.04415402189152867, + 0.06561808558234043 ], "resistance": [ 95262.94149939565, 94949.560704051, - 95252.68284922527, + 95252.68284922525, 96381.54667641543, 97692.5725660738, 98430.83684374987, @@ -22076,7 +19390,7 @@ "fuel": [ 49.445544725818905, 49.285895367354385, - 49.44031275239726, + 49.44031275239725, 50.01838949021682, 50.695700457929036, 51.079922308256286, @@ -22114,51 +19428,51 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2071.372603800184, + 2071.372603800133, 1898.2705288088182, - 420.4922112692457, + 420.4922112692475, -1236.4198696241292, - -2133.2373133461333, + -2133.237313346117, -2060.3152647326588, -971.0003207949758, - 727.793084390345 + 727.7930843903432 ], "relative wind speed": [ - 6.055608700949442, + 6.055608700949441, 6.032638266617573, - 5.780396418446753, + 5.7803964184467524, 5.429241559459771, 5.185519271802267, 5.212224323778536, 5.490630574246937, - 5.838094119340842 + 5.838094119340843 ], "relative wind angle": [ - 0.023999420738550412, + 0.023999420738559665, 0.03398368405300121, - 0.07535871506224173, + 0.07535871506224026, 0.07567785856620245, - 0.028027314070026323, + 0.02802731407002236, 0.039335352585566516, 0.07934389693031045, - 0.07036890044120252 + 0.0703689004412041 ], "resistance": [ - 98705.8726038002, + 98705.87260380016, 98532.77052880885, 97054.99221126927, 95398.08013037589, - 94501.26268665389, + 94501.2626866539, 94574.18473526736, 95663.49967920505, 97362.29308439037 ], "fuel": [ - 51.589715595091796, + 51.589715595091775, 51.49926727466706, 50.731645877644425, 49.88063811166141, - 49.424284106308285, + 49.42428410630829, 49.46127939723988, 50.01627328476589, 50.89060191293177 @@ -22194,9 +19508,9 @@ ], "ice resistance": 89044.28510985544, "wind resistance": [ - 341.9686678770122, + 341.9686678769576, -2194.490937406128, - -3397.500856718154, + -3397.5008567181976, -3141.7889293213702, -1258.9895060950475, 1424.6039152828707, @@ -22204,7 +19518,7 @@ 2769.986467357754 ], "relative wind speed": [ - 7.507678142457459, + 7.507678142457458, 7.088794900734895, 6.827793850859833, 6.899001210360015, @@ -22214,19 +19528,19 @@ 7.834525943443828 ], "relative wind angle": [ - 0.07125591400268527, + 0.0712559140026915, 0.06608486904115551, - 0.018676143258381284, - 0.041727653137666125, + 0.01867614325838723, + 0.04172765313766613, 0.0737590748234701, 0.06112477079498069, - 0.016147963615471803, - 0.0367425369899615 + 0.0161479636154718, + 0.03674253698996151 ], "resistance": [ - 89386.25377773245, + 89386.2537777324, 86849.79417244931, - 85646.78425313729, + 85646.78425313724, 85902.49618053407, 87785.29560376039, 90468.88902513831, @@ -22234,9 +19548,9 @@ 91814.27157721319 ], "fuel": [ - 56.08787395806515, + 56.08787395806513, 54.86165163404108, - 54.28844006390467, + 54.288440063904666, 54.409831296782535, 55.311122574818256, 56.618551388184656, @@ -22274,17 +19588,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1385.5999697156549, + 1385.599969715644, 1013.6707468291734, - 76.16139756958955, + 76.16139756958819, -817.4164808201158, - -1187.16050500763, + -1187.1605050076278, -1026.9943611947338, - -273.29192015678836, + -273.2919201567879, 712.3228943830632 ], "relative wind speed": [ - 3.2947141936267013, + 3.2947141936267004, 3.205370126370226, 2.8775673778766517, 2.45788343986079, @@ -22294,13 +19608,13 @@ 3.111660968751288 ], "relative wind angle": [ - 0.02310566033449676, + 0.023105660334501565, 0.10347470412202275, - 0.19031421782859445, + 0.19031421782859562, 0.17946200043459998, - 0.034505380904850155, - 0.14231036592062649, - 0.20087026222762355, + 0.03450538090484694, + 0.14231036592062646, + 0.20087026222762303, 0.14146772877950534 ], "resistance": [ @@ -22354,9 +19668,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -540.309243140593, + -540.3092431405935, -603.5892236278764, - -387.3322461661394, + -387.33224616614007, 81.056262712131, 551.1261669306336, 697.7313245243804, @@ -22364,7 +19678,7 @@ -173.90796931689556 ], "relative wind speed": [ - 1.6043632716731087, + 1.6043632716731082, 1.5315614947340148, 1.7338925628740303, 2.041827413350207, @@ -22374,14 +19688,14 @@ 1.8861470084343495 ], "relative wind angle": [ - 0.13926057058894487, + 0.1392605705889449, 0.051906102052083125, - 0.19447595236908338, + 0.19447595236908455, 0.19438778927651282, 0.0982677494758555, 0.03426211427104373, 0.15484692908145484, - 0.21066432200723814 + 0.21066432200723817 ], "resistance": [ 96094.19075685937, @@ -22434,9 +19748,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1039.3221052994681, + -1039.3221052994727, -1326.5140848261562, - -1076.19229964952, + -1076.192299649521, -166.69414095616503, 910.7845010215187, 1549.5384629010805, @@ -22444,9 +19758,9 @@ -105.03986105280455 ], "relative wind speed": [ - 2.866720875898897, + 2.8667208758988965, 2.681450519378841, - 2.848554735395601, + 2.8485547353956004, 3.232496313016929, 3.5814530937459796, 3.7221926273555654, @@ -22454,17 +19768,17 @@ 3.255128634839051 ], "relative wind angle": [ - 0.1315629043781474, - 0.004275551311002261, + 0.13156290437814994, + 0.00427555131100226, 0.12666692869098015, 0.1616857874258724, 0.10519796566043474, - 0.0030800830663598746, - 0.10024057438784388, + 0.003080083066359874, + 0.1002405743878439, 0.16055182027945225 ], "resistance": [ - 95595.17789470052, + 95595.17789470051, 95307.98591517383, 95558.30770035046, 96467.80585904382, @@ -22474,7 +19788,7 @@ 96529.46013894718 ], "fuel": [ - 41.49897702116241, + 41.4989770211624, 41.352300307556334, 41.48012924388475, 41.94653475034576, @@ -22514,54 +19828,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -885.4316891210019, + -885.4316891210219, -2049.0517042193987, - -2177.1380679460744, - -1356.5901181931767, + -2177.1380679461654, + -1356.5901181931822, 286.37089787224613, 1814.4079627475257, 2119.744494325765, - 831.3878383183728 + 831.3878383183546 ], "relative wind speed": [ - 6.170304763269402, + 6.1703047632694, 5.911487526746306, 5.869758279128185, - 6.073366373590809, + 6.07336637359081, 6.3887689411936615, 6.628977649434992, 6.665955835451654, - 6.48099146332737 + 6.480991463327371 ], "relative wind angle": [ - 0.06457324025400225, - 0.03454080172440174, - 0.01864791229928049, - 0.05913446272732086, + 0.06457324025400397, + 0.03454080172440175, + 0.018647912299298353, + 0.05913446272732274, 0.06236223814592136, 0.030801009279299484, 0.016420347688220097, - 0.05541123248710021 + 0.05541123248710423 ], "resistance": [ - 95749.06831087901, + 95749.068310879, 94585.44829578062, - 94457.36193205394, - 95277.90988180685, + 94457.36193205384, + 95277.90988180683, 96920.87089787226, 98448.90796274754, 98754.24449432577, - 97465.88783831839 + 97465.88783831836 ], "fuel": [ 53.18326788943481, 52.590206755785246, - 52.525232921189485, - 52.942525997176745, + 52.52523292118943, + 52.94252599717673, 53.785591036797115, 54.5786992642548, 54.738221825761926, - 54.06747835722467 + 54.067478357224665 ] }, { @@ -22581,68 +19895,7 @@ "id": "432", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.668017461699197, - 18.668017461699197, - 18.668017461699197, - 18.668017461699197, - 18.668017461699197, - 18.668017461699197, - 18.668017461699197, - 18.668017461699197 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -996.0094485510508, - -1443.6656635095933, - -1298.2878123148785, - -459.9816211252746, - 671.569416032662, - 1447.5592179724845, - 1100.652925504206, - 51.62317081908077 - ], - "relative wind speed": [ - 5.004962587503897, - 4.862487664904191, - 4.919632419317025, - 5.1380140403218615, - 5.380183766601335, - 5.509286847983939, - 5.4583188550614326, - 5.253269418768625 - ], - "relative wind angle": [ - 0.05387669170934553, - 0.011874793078904195, - 0.038195911619235794, - 0.06298808736184512, - 0.050115992197423465, - 0.01048061873013925, - 0.0344247510183883, - 0.06160437435836348 - ], - "resistance": [ - 95638.490551449, - 95190.83433649046, - 95336.21218768516, - 96174.51837887477, - 97306.06941603271, - 98082.05921797254, - 97735.15292550426, - 96686.12317081912 - ], - "fuel": [ - 48.116643851487574, - 47.88807521025329, - 47.962221880095754, - 48.3913151462529, - 48.974655066362025, - 49.37744920788862, - 49.197103117947236, - 48.65446878507532 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 45, 55 46.25, 56.25 46.25, 56.25 45, 55 45))", @@ -22661,68 +19914,7 @@ "id": "434", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.684846291562435, - 14.684846291562435, - 14.684846291562435, - 14.684846291562435, - 14.684846291562435, - 14.684846291562435, - 14.684846291562435, - 14.684846291562435 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1291.2769439820959, - -1491.666875050325, - -1080.8196297366458, - -7.9114447170222775, - 1125.2386155149497, - 1598.482341041873, - 825.6624102067035, - -361.93519791708604 - ], - "relative wind speed": [ - 3.74221535667499, - 3.6399464411927838, - 3.8203151172269827, - 4.1536412351234855, - 4.434638171874939, - 4.518957998967506, - 4.367537509429243, - 4.051845996711408 - ], - "relative wind angle": [ - 0.07344603951717561, - 0.014064487761198334, - 0.09095574570087883, - 0.10601909522760475, - 0.061962135526159375, - 0.011328582698787825, - 0.07953378695159875, - 0.10869303970073602 - ], - "resistance": [ - 95343.22305601792, - 95142.83312494968, - 95553.68037026336, - 96626.58855528299, - 97759.73861551496, - 98232.98234104189, - 97460.16241020671, - 96272.56480208292 - ], - "fuel": [ - 43.872784847176405, - 43.7705957983729, - 43.980268639930905, - 44.53078119659802, - 45.11685497620684, - 45.36303460896154, - 44.96144728963894, - 44.348656990565274 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 48.75, 66.25 50, 67.5 50, 67.5 48.75, 66.25 48.75))", @@ -22754,20 +19946,20 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 132.9209450539356, + 132.9209450539347, -273.1257787035106, - -507.1477938619546, - -500.81833713716424, + -507.14779386195846, + -500.81833713716355, -250.47509038752287, 159.19114374545552, 498.1020816434975, 483.17315434056854 ], "relative wind speed": [ - 2.5200664044442913, + 2.520066404444291, 2.3215999769310014, 2.1742105438972237, - 2.1796771243834603, + 2.17967712438346, 2.3339423415802427, 2.5314413056090825, 2.659103241214222, @@ -22775,18 +19967,18 @@ ], "relative wind angle": [ 0.09642857392904712, - 0.10256685085113289, - 0.043031785076752385, - 0.048387833186901, - 0.10414530901193965, - 0.09403837261821958, - 0.03518125372132739, + 0.10256685085113287, + 0.04303178507675755, + 0.04838783318689871, + 0.10414530901193966, + 0.09403837261821957, + 0.035181253721327396, 0.03972556223950032 ], "resistance": [ 96767.42094505393, 96361.37422129649, - 96127.35220613805, + 96127.35220613804, 96133.68166286283, 96384.02490961248, 96793.69114374545, @@ -22796,7 +19988,7 @@ "fuel": [ 40.41520531384031, 40.206144892468146, - 40.08593315862469, + 40.085933158624684, 40.08918177382924, 40.21779084752073, 40.42875212576814, @@ -22834,9 +20026,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 137.1986640432417, + 137.1986640432399, -305.27355724765175, - -551.0240002874564, + -551.0240002874575, -534.165363627199, -246.45583765884294, 205.64225702080898, @@ -22844,7 +20036,7 @@ 532.4839761652045 ], "relative wind speed": [ - 2.288778035055863, + 2.2887780350558624, 2.0440208625734884, 1.8633734972862517, 1.880001837917073, @@ -22854,12 +20046,12 @@ 2.456093381239532 ], "relative wind angle": [ - 0.1327943093057189, + 0.13279430930572056, 0.14169449957308072, - 0.05647620398270641, - 0.07448947812957858, + 0.056476203982708376, + 0.0744894781295786, 0.1461824810540308, - 0.12467071912918702, + 0.12467071912918704, 0.04261788927522134, 0.05699566031778176 ], @@ -22914,19 +20106,19 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -35.64604045069973, + -35.64604045072156, -595.2406764203824, - -801.8515549526564, + -801.8515549525291, -701.0954324958639, - -215.67386109799918, + -215.6738610979828, 402.7535096814008, - 795.4724286630935, + 795.47242866325, 552.8537459244635 ], "relative wind speed": [ - 5.508525514954091, + 5.50852551495409, 5.382736406949803, - 5.3182342776357014, + 5.318234277635701, 5.355135637623236, 5.470348972794175, 5.594168392741466, @@ -22934,33 +20126,33 @@ 5.620595478746721 ], "relative wind angle": [ - 0.03062024543291502, - 0.02466552982737159, - 0.003590914901049274, + 0.03062024543291865, + 0.024665529827371593, + 0.0035909149010183565, 0.019748111680179904, - 0.030834005910376158, + 0.030834005910372556, 0.023733115891234224, - 0.0033767553395141, + 0.0033767553394812213, 0.018815298660612358 ], "resistance": [ - 96598.85395954936, + 96598.85395954933, 96039.25932357968, - 95832.64844504741, + 95832.64844504753, 95933.4045675042, - 96418.82613890206, + 96418.82613890208, 97037.25350968145, - 97429.97242866315, + 97429.97242866331, 97187.35374592453 ], "fuel": [ - 49.90508747619627, + 49.90508747619626, 49.617481032759464, - 49.511586878003214, + 49.51158687800327, 49.56320751206089, - 49.812434148935736, + 49.81243414893574, 50.131219119796924, - 50.334395424010054, + 50.33439542401014, 50.208806934265745 ] }, @@ -22994,9 +20186,9 @@ ], "ice resistance": 50868.05927298595, "wind resistance": [ - 1644.8940016165325, + 1644.8940016164415, 114.46979751050094, - -1448.4876117133608, + -1448.4876117134045, -2144.861386428325, -1957.0685924853278, -748.4955023301263, @@ -23004,7 +20196,7 @@ 2095.030189242989 ], "relative wind speed": [ - 7.647972360248579, + 7.647972360248577, 7.437028969083002, 7.178952774895391, 7.027444662040559, @@ -23014,19 +20206,19 @@ 7.695426360019126 ], "relative wind angle": [ - 0.02455874433474057, - 0.04492623141936892, - 0.03964696201185456, + 0.02455874433474961, + 0.044926231419368926, + 0.039646962011860166, 0.009734546605585193, 0.026532868394632817, 0.045767910105017844, 0.037676164849515505, - 0.00888954100123868 + 0.008889541001238682 ], "resistance": [ - 52512.95327460248, + 52512.95327460239, 50982.52907049645, - 49419.57166127259, + 49419.571661272545, 48723.197886557624, 48910.99068050062, 50119.56377065582, @@ -23034,9 +20226,9 @@ 52963.089462228934 ], "fuel": [ - 40.61753196584174, + 40.61753196584172, 40.084786713203734, - 39.54971185810113, + 39.54971185810112, 39.314237140871334, 39.37756048071259, 39.78822865373116, @@ -23074,7 +20266,7 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 1829.2216236860695, + 1829.2216236860259, 449.357488272155, -1147.3772249802678, -2047.0024196487047, @@ -23084,9 +20276,9 @@ 1915.5859331137544 ], "relative wind speed": [ - 6.8341991277870155, + 6.834199127787015, 6.629581330309909, - 6.3399192090240915, + 6.33991920902409, 6.134869623599647, 6.146211057329209, 6.366383546746686, @@ -23094,17 +20286,17 @@ 6.844381840671584 ], "relative wind angle": [ - 0.023078458224253574, + 0.023078458224258386, 0.05354774586273848, - 0.05430117848865168, + 0.05430117848864964, 0.021484687244663774, 0.025662328930820242, - 0.055763758031569896, + 0.05576375803156989, 0.05172876360049666, 0.019257219218232726 ], "resistance": [ - 98463.72162368605, + 98463.72162368601, 97083.85748827214, 95487.12277501971, 94587.49758035128, @@ -23114,7 +20306,7 @@ 98550.08593311373 ], "fuel": [ - 55.73527632049832, + 55.735276320498315, 55.01861890857664, 54.198168605780374, 53.74009247493147, @@ -23154,19 +20346,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -231.006895500082, + -231.00689550008565, -451.450290512601, - -456.1147326438422, + -456.11473264383903, -248.0417308840265, - 112.84303290303887, + 112.84303290303706, 421.4400404842945, 432.5270051399916, 132.55988941161468 ], "relative wind speed": [ - 2.6289316310326547, + 2.6289316310326543, 2.5096321787787703, - 2.506082114169233, + 2.5060821141692324, 2.6207429803139095, 2.7780280696294257, 2.8862549789530254, @@ -23174,17 +20366,17 @@ 2.78575442338846 ], "relative wind angle": [ - 0.07298484958551568, + 0.07298484958551874, 0.032961801627730346, - 0.02982646674639004, + 0.029826466746386317, 0.07195021925329464, - 0.06906134399794364, - 0.028659402336612225, - 0.02586918862402332, + 0.06906134399794525, + 0.02865940233661222, + 0.025869188624023324, 0.06768159230521088 ], "resistance": [ - 96403.49310449994, + 96403.49310449992, 96183.04970948742, 96178.38526735618, 96386.45826911599, @@ -23194,7 +20386,7 @@ 96767.05988941163 ], "fuel": [ - 40.77071530322216, + 40.77071530322215, 40.657438476228045, 40.655043564118635, 40.76195535262802, @@ -23234,34 +20426,34 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 323.951402263674, + 323.95140226366493, -796.4234008267513, - -1409.3890192347126, + -1409.3890192347199, -1359.5498350766193, - -621.1208933380831, + -621.1208933380813, 527.7068467592362, 1447.6930085394897, - 1330.8454656784943 + 1330.845465678488 ], "relative wind speed": [ - 3.788210392946104, + 3.7882103929461035, 3.4155615668428285, - 3.146223831055663, + 3.1462238310556625, 3.175501601709634, - 3.4803588916011226, + 3.480358891601123, 3.846735652300275, 4.069976855028698, - 4.047175011426045 + 4.047175011426046 ], "relative wind angle": [ - 0.1223445323951101, + 0.12234453239511375, 0.12818881228453258, - 0.04934544435507946, + 0.04934544435508397, 0.06844215195899032, 0.13322820695807008, - 0.11375404894089042, - 0.03813939248182304, - 0.05368507001898929 + 0.1137540489408904, + 0.038139392481823034, + 0.053685070018993426 ], "resistance": [ 96958.45140226372, @@ -23301,68 +20493,7 @@ "id": "452", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.422918491321711, - 7.422918491321711, - 7.422918491321711, - 7.422918491321711, - 7.422918491321711, - 7.422918491321711, - 7.422918491321711, - 7.422918491321711 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -243.74829807155356, - -684.0823689838905, - -746.1624690690305, - -450.5702058789941, - 145.0636239226003, - 724.8898706109001, - 868.252737445255, - 387.8124625691328 - ], - "relative wind speed": [ - 2.001564053921084, - 1.6759263436117544, - 1.6082863386301207, - 1.862781579464894, - 2.222920058263362, - 2.4776810000818763, - 2.5221116748380337, - 2.3404437687295254 - ], - "relative wind angle": [ - 0.23068091515753286, - 0.14576562752276762, - 0.07055527162178458, - 0.21849091955316455, - 0.20735540951035458, - 0.09840718186834087, - 0.04496913450032922, - 0.17338614391428037 - ], - "resistance": [ - 96390.75170192843, - 95950.4176310161, - 95888.33753093095, - 96183.929794121, - 96779.56362392259, - 97359.38987061089, - 97502.75273744525, - 97022.31246256911 - ], - "fuel": [ - 39.63707362293893, - 39.41100501135353, - 39.37919096253353, - 39.53080088421524, - 39.83729043365487, - 40.136914090989976, - 40.21118936402513, - 39.962578007120406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 51.25, 58.75 52.5, 60 52.5, 60 51.25, 58.75 51.25))", @@ -23394,9 +20525,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -72.54529873058073, + -72.54529873058186, -607.4232757171862, - -759.5775068071546, + -759.5775068071687, -581.0820380569235, -28.731257815299614, 606.248016843816, @@ -23414,19 +20545,19 @@ 2.3977836570003475 ], "relative wind angle": [ - 0.23764807533956825, + 0.23764807533956966, 0.19810693560486414, - 0.008408834465875994, + 0.008408834465915603, 0.20640822791854418, 0.2347427189400924, - 0.1401081222503419, + 0.14010812225034192, 0.005146458204165826, - 0.1487640565640656 + 0.14876405656406563 ], "resistance": [ 96561.95470126945, 96027.07672428284, - 95874.92249319288, + 95874.92249319286, 96053.41796194311, 96605.76874218474, 97240.74801684385, @@ -23461,68 +20592,7 @@ "id": "454", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.595424839489446, - 8.595424839489446, - 8.595424839489446, - 8.595424839489446, - 8.595424839489446, - 8.595424839489446, - 8.595424839489446, - 8.595424839489446 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -603.8774537827692, - -1137.671060660006, - -1091.109072000722, - -452.5428307882646, - 536.3234848717061, - 1351.174710292507, - 1244.226639269294, - 357.63899354518117 - ], - "relative wind speed": [ - 2.1777167392805477, - 1.7868938071505467, - 1.832205249105339, - 2.2667926377645866, - 2.737444761437339, - 3.0071688579842757, - 2.9797781702023176, - 2.6641518642599364 - ], - "relative wind angle": [ - 0.26873094040073314, - 0.11506633293440983, - 0.15787784769678304, - 0.27362602929822655, - 0.21282236808897043, - 0.0682759712336617, - 0.0968243336297047, - 0.2319957656628603 - ], - "resistance": [ - 96030.62254621722, - 95496.82893933998, - 95543.39092799927, - 96181.95716921172, - 97170.8234848717, - 97985.67471029249, - 97878.72663926928, - 96992.13899354517 - ], - "fuel": [ - 39.98748369619837, - 39.714240857643325, - 39.73803319805721, - 40.06514306364477, - 40.574690671208614, - 40.997305504345164, - 40.94169704697817, - 40.48234795800815 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 43.125, 55 43.75, 55.625 43.75, 55.625 43.125, 55 43.125))", @@ -23541,68 +20611,7 @@ "id": "456", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.932744243865024, - 8.932744243865024, - 8.932744243865024, - 8.932744243865024, - 8.932744243865024, - 8.932744243865024, - 8.932744243865024, - 8.932744243865024 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1197.3631039951306, - -1060.7979711083347, - -313.8808737670756, - 710.3336827334911, - 1457.475161996982, - 1142.8197037855298, - 181.75941083363477, - -762.7162915090803 - ], - "relative wind speed": [ - 1.8605583847683378, - 1.9865018623009223, - 2.4418953851628618, - 2.88623174572893, - 3.1083425592255414, - 3.029402799183284, - 2.675933088951379, - 2.189323475087928 - ], - "relative wind angle": [ - 0.06490684460209804, - 0.18037863153695424, - 0.2586931071128327, - 0.18363780128360685, - 0.038833729806370204, - 0.11791424398150155, - 0.23561755365310666, - 0.243123292299507 - ], - "resistance": [ - 95437.13689600491, - 95573.70202889171, - 96320.61912623297, - 97344.83368273353, - 98091.97516199702, - 97777.31970378557, - 96816.25941083368, - 95871.78370849097 - ], - "fuel": [ - 39.85454362408648, - 39.92431849044985, - 40.30716662773004, - 40.83552446064226, - 41.22341193097806, - 41.059801583931275, - 40.562363351139496, - 40.076857633729134 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55.625 43.125, 55.625 43.75, 56.25 43.75, 56.25 43.125, 55.625 43.125))", @@ -23621,68 +20630,7 @@ "id": "457", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.256295762621553, - 9.256295762621553, - 9.256295762621553, - 9.256295762621553, - 9.256295762621553, - 9.256295762621553, - 9.256295762621553, - 9.256295762621553 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1198.8178690599366, - -1102.4312601905613, - -395.9146549490347, - 623.697212016677, - 1405.5862356412, - 1183.264822069175, - 248.33007186176292, - -715.3461637557234 - ], - "relative wind speed": [ - 1.9845167428414003, - 2.069307085219206, - 2.491783003740261, - 2.9309345397725215, - 3.167211279418925, - 3.1124752494048673, - 2.7857766337894825, - 2.31930091076271 - ], - "relative wind angle": [ - 0.07609224880771896, - 0.15146488911499012, - 0.24004860933381164, - 0.18029670659021324, - 0.047650046913835946, - 0.10048477712119809, - 0.21429560165204933, - 0.228596932036059 - ], - "resistance": [ - 95435.68213094004, - 95532.06873980942, - 96238.58534505093, - 97258.19721201665, - 98040.08623564117, - 97817.76482206915, - 96882.83007186174, - 95919.15383624425 - ], - "fuel": [ - 40.02466551929072, - 40.07390435044297, - 40.435881802783925, - 40.96154529352283, - 41.36727085266676, - 41.25167586378726, - 40.767573882644804, - 40.27199388284454 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 42.5, 55 43.125, 55.625 43.125, 55.625 42.5, 55 42.5))", @@ -23701,68 +20649,7 @@ "id": "458", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.484626060058569, - 7.484626060058569, - 7.484626060058569, - 7.484626060058569, - 7.484626060058569, - 7.484626060058569, - 7.484626060058569, - 7.484626060058569 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1098.8750593059945, - -842.1398260060271, - -18.73838694922233, - 967.9556290205594, - 1575.1867491526384, - 982.4078883356071, - -2.5592886005063065, - -832.4127451849238 - ], - "relative wind speed": [ - 1.334134085991051, - 1.6349675199996876, - 2.203996468319788, - 2.6558838385080716, - 2.824007424610366, - 2.6611675825103003, - 2.2129914733888034, - 1.643536653077526 - ], - "relative wind angle": [ - 0.0035809736775638083, - 0.3258479952764671, - 0.34478528830722976, - 0.20095550963727107, - 0.0016917416969665909, - 0.19796093996540978, - 0.34332593695809466, - 0.32842662177317616 - ], - "resistance": [ - 95535.62494069402, - 95792.36017399399, - 96615.7616130508, - 97602.45562902058, - 98209.68674915265, - 97616.90788833563, - 96631.94071139951, - 95802.0872548151 - ], - "fuel": [ - 39.224626600966374, - 39.35595115128113, - 39.77879007458395, - 40.288807069906, - 40.60448243706875, - 40.296304287028974, - 39.7871237521665, - 39.3609315450921 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55.625 42.5, 55.625 43.125, 56.25 43.125, 56.25 42.5, 55.625 42.5))", @@ -23794,17 +20681,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -951.8668374169033, + -951.8668374169041, -985.9988923381452, - -505.1874991805398, + -505.18749918054004, 346.2864508735961, 1128.4982490670927, - 1206.7030020324933, + 1206.7030020324928, 475.73822581725835, -396.0633873454981 ], "relative wind speed": [ - 1.5766768077347377, + 1.5766768077347375, 1.538472916618692, 1.939316172004249, 2.418975003611342, @@ -23814,13 +20701,13 @@ 2.0120300199345027 ], "relative wind angle": [ - 0.17793494882646704, + 0.17793494882646832, 0.13799389943359877, - 0.30283286939302023, - 0.2533397627603493, - 0.10267219069947989, - 0.07718331624170001, - 0.23560159086503824, + 0.3028328693930206, + 0.25333976276034936, + 0.1026721906994799, + 0.07718331624170002, + 0.23560159086503776, 0.3060888925881561 ], "resistance": [ @@ -23874,19 +20761,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1109.344106841986, + -1109.344106841987, -1075.9396845419838, - -484.4386964274099, + -484.43869642741083, 446.360485605946, 1210.5341555452442, 1133.0949594919139, - 313.96550935648565, + 313.96550935648656, -597.6533073040582 ], "relative wind speed": [ - 2.2144730969502837, + 2.214473096950283, 2.2416021287308734, - 2.5819019964091283, + 2.581901996409128, 2.9776958429568934, 3.2151434612285423, 3.196288233227167, @@ -23894,13 +20781,13 @@ 2.524750688728387 ], "relative wind angle": [ - 0.07962573927565257, - 0.1027915255723793, - 0.1954512230368282, - 0.16160396564693746, + 0.07962573927565118, + 0.10279152557237932, + 0.1954512230368276, + 0.1616039656469375, 0.05481280159527794, 0.07202452252145952, - 0.17208483263113777, + 0.1720848326311371, 0.19092535461107804 ], "resistance": [ @@ -23954,9 +20841,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -921.2968001551349, + -921.2968001551355, -929.9716109427243, - -476.3569894422267, + -476.3569894422276, 296.8709896979053, 969.1758123979384, 989.324398977587, @@ -23964,9 +20851,9 @@ -446.74772261817634 ], "relative wind speed": [ - 2.138711448591492, + 2.1387114485914918, 2.131324036842734, - 2.414153872510615, + 2.4141538725106146, 2.7708828590429095, 3.001332914385682, 3.006583405343607, @@ -23975,11 +20862,11 @@ ], "relative wind angle": [ 0.08794703178469629, - 0.08125676876707223, + 0.08125676876707225, 0.18012481427913185, 0.15897769087421518, - 0.06263010934724239, - 0.05757019211962374, + 0.0626301093472424, + 0.057570192119623734, 0.15595090879260165, 0.1815210720335467 ], @@ -24034,9 +20921,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -807.0322568468862, + -807.0322568468869, -977.6185164387209, - -707.2164563828437, + -707.2164563828446, 23.797925116799888, 833.0189349148282, 1227.3126716802321, @@ -24046,22 +20933,22 @@ "relative wind speed": [ 1.8625835214847484, 1.6913502505101083, - 1.9372111067385167, + 1.9372111067385163, 2.371284141571196, 2.715829846712872, 2.8256474410128347, - 2.6631113868428256, + 2.663111386842826, 2.285160968233079 ], "relative wind angle": [ - 0.1998266233095514, - 0.026254308341744432, + 0.19982662330955253, + 0.026254308341744435, 0.22516356519268205, 0.24156549395578575, 0.13655986663987096, - 0.015713905599569814, - 0.1631314768917625, - 0.2508617173194682 + 0.015713905599569818, + 0.16313147689176385, + 0.25086171731946816 ], "resistance": [ 95827.46774315313, @@ -24114,7 +21001,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -843.4552266429855, + -843.4552266429873, -1108.4174665862238, -919.1111136851346, -180.83232388757597, @@ -24134,13 +21021,13 @@ 3.062675152633063 ], "relative wind angle": [ - 0.12624044697812356, - 0.009851321473403715, + 0.1262404469781253, + 0.009851321473403717, 0.11477797566296373, 0.15288870840423954, - 0.10302410195932589, - 0.007239830118285138, - 0.09144293479734394, + 0.1030241019593259, + 0.007239830118285137, + 0.09144293479734396, 0.1503960400731638 ], "resistance": [ @@ -24194,9 +21081,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -479.2447260973613, + -479.24472609736176, -541.6701582346615, - -344.84504225555395, + -344.84504225555406, 83.18360616087352, 519.4916105586167, 663.2540741062935, @@ -24204,22 +21091,22 @@ -140.25296612186457 ], "relative wind speed": [ - 1.3185361817850967, + 1.3185361817850965, 1.2318488417952524, - 1.4562505235917809, - 1.7874073757768147, + 1.4562505235917806, + 1.787407375776815, 2.0274866454539193, 2.081294835225923, 1.930951623606628, 1.6292374391687197 ], "relative wind angle": [ - 0.18533343043606548, + 0.1853334304360661, 0.06634074526140403, - 0.2487084997263949, - 0.24023334221464412, - 0.12012786739310789, - 0.039246148597866765, + 0.24870849972639536, + 0.24023334221464457, + 0.1201278673931079, + 0.03924614859786677, 0.1867219345460086, 0.26408693696478786 ], @@ -24274,17 +21161,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -446.50627708996217, + -446.50627708996285, -468.1223412057433, - -253.81155188311322, + -253.81155188311345, 137.4839765351594, - 500.2302652765859, + 500.2302652765852, 549.9460498355443, 220.87619601091478, -183.05232311202292 ], "relative wind speed": [ - 1.216784587499157, + 1.2167845874991567, 1.1849444023566083, 1.4239798600403153, 1.7280421416350626, @@ -24294,13 +21181,13 @@ 1.487392740284986 ], "relative wind angle": [ - 0.1509990823281438, - 0.10476112252296083, - 0.254330639305531, + 0.15099908232814674, + 0.10476112252296084, + 0.25433063930553235, 0.22335225978019208, - 0.09506963216804225, + 0.09506963216804341, 0.06365414894355674, - 0.20258355335901723, + 0.20258355335901726, 0.2602653026751457 ], "resistance": [ @@ -24354,33 +21241,33 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -166.69548759442046, + -166.69548759442102, -378.32175927699836, - -388.4917646554393, + -388.49176465543957, -199.99862667435673, - 130.00327836121528, + 130.00327836121505, 427.60588865469924, - 450.9949161438582, + 450.9949161438575, 169.24723296556692 ], "relative wind speed": [ - 1.3508224726953308, + 1.3508224726953304, 1.109831655770861, - 1.0934994094826846, + 1.0934994094826844, 1.318273508538833, - 1.5938887470071121, + 1.593888747007112, 1.7701628135353926, 1.780298214355013, 1.6209125970450544 ], "relative wind angle": [ - 0.25809851490276653, + 0.258098514902767, 0.14047200837110163, - 0.11459492369369231, - 0.25475416588514366, - 0.21804190987720878, + 0.11459492369369328, + 0.2547541658851436, + 0.21804190987720826, 0.08789492584290809, - 0.07029070821698194, + 0.07029070821698352, 0.20641816686552278 ], "resistance": [ @@ -24434,32 +21321,32 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -178.2373487535972, + -178.23734875359787, -374.8591333233279, - -378.803040028483, + -378.8030400284831, -191.47096699646647, 127.61737485275364, 406.9686728362666, - 416.0874847947442, + 416.08748479474355, 143.12398828890525 ], "relative wind speed": [ - 1.4469806981105195, + 1.4469806981105193, 1.2415315956992439, - 1.2358088339190072, + 1.235808833919007, 1.4351049724213616, 1.681217820861907, 1.8381637029297893, - 1.842016022703334, + 1.8420160227033338, 1.6913663766374063 ], "relative wind angle": [ - 0.21171044007162623, - 0.10535970874809364, - 0.0967760170486678, + 0.2117104400716278, + 0.10535970874809365, + 0.09677601704866665, 0.21019594876013556, - 0.18185629853146876, - 0.07109028100634203, + 0.18185629853146873, + 0.07109028100634204, 0.06487123524438557, 0.17797653856098847 ], @@ -24514,17 +21401,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -435.40700670516014, + -435.4070067051608, -430.03879152572665, -202.76261772164594, 167.28464547515728, 481.01702074243076, 468.61256993398115, - 146.2192169601435, + 146.21921696014374, -220.73078269273492 ], "relative wind speed": [ - 1.3061800606119782, + 1.306180060611978, 1.3135341135773686, 1.5373623669863734, 1.8018443372121287, @@ -24534,14 +21421,14 @@ 1.5221602988852938 ], "relative wind angle": [ - 0.0984082284562632, + 0.09840822845626433, 0.10877642111980285, 0.21633574934160282, 0.18084884676264978, - 0.06538668626635646, - 0.07285130180622729, - 0.1855334303295407, - 0.21455560408823882 + 0.06538668626635648, + 0.0728513018062273, + 0.1855334303295401, + 0.21455560408823884 ], "resistance": [ 96199.09299329488, @@ -24594,41 +21481,41 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -313.26839386684605, + -313.2683938668465, -313.89145463078853, - -157.03111233413165, + -157.0311123341313, 106.13933488600412, - 332.65456478833937, + 332.65456478834005, 334.1006128372213, 108.61747685211947, - -154.91021513792668 + -154.9102151379268 ], "relative wind speed": [ - 1.2238818508716935, + 1.2238818508716933, 1.2229576124930568, - 1.3922518242509758, + 1.392251824250976, 1.60210962900899, - 1.7357111727177053, + 1.735711172717705, 1.7363625019089401, 1.6038126193106297, 1.3942111736128313 ], "relative wind angle": [ - 0.08784671840513797, + 0.08784671840513923, 0.08639498731102341, 0.18537429547304393, 0.161348781601514, - 0.061902224024657906, + 0.06190222402465611, 0.06081165952832653, 0.16069196756600143, - 0.18566989704095033 + 0.18566989704095035 ], "resistance": [ 96321.23160613315, 96320.6085453692, 96477.46888766586, 96740.639334886, - 96967.15456478833, + 96967.15456478835, 96968.60061283722, 96743.11747685212, 96479.58978486207 @@ -24638,7 +21525,7 @@ 38.8657110600854, 38.946376896668056, 39.081918641274775, - 39.19878807202014, + 39.198788072020164, 39.19953476678366, 39.08319619360991, 38.9474682008714 @@ -24674,34 +21561,34 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -325.40520278035365, + -325.40520278035467, -398.1390701264635, - -308.3870798895524, + -308.387079889553, -26.486616877399, - 292.91344707853614, + 292.9134470785352, 463.1403747848858, - 268.55954855349137, + 268.5595485534918, -54.94482113720437 ], "relative wind speed": [ - 1.5575297399274248, + 1.5575297399274246, 1.4688375167421885, - 1.5728383162414998, + 1.5728383162414996, 1.785946048096706, 1.9711764198455084, 2.038124559079741, - 1.958983154566662, + 1.9589831545666623, 1.7668707033060187 ], "relative wind angle": [ - 0.12516789361744826, + 0.12516789361745, 0.006578400154477229, - 0.13270340993230875, + 0.13270340993230959, 0.16006479312691155, - 0.0988043435458689, + 0.09880434354587002, 0.004740911152039776, 0.10643398329802799, - 0.16180802877381334 + 0.16180802877381337 ], "resistance": [ 96309.0947972196, @@ -24754,39 +21641,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -320.70211937332215, + -320.7021193733233, -341.2653175661825, - -201.92900406431647, - 67.67063015168424, + -201.92900406431727, + 67.67063015168446, 320.35484288916405, 368.2730597788707, - 150.36884444886596, + 150.36884444886573, -130.98818787150583 ], "relative wind speed": [ - 1.3742992878265239, + 1.3742992878265234, 1.34661342330819, - 1.491025985540838, - 1.6964731020083201, + 1.4910259855408379, + 1.6964731020083204, 1.8423749976163288, 1.8627067543036544, - 1.749252890466164, + 1.7492528904661642, 1.5508137149653158 ], "relative wind angle": [ - 0.095101206783943, + 0.09510120678394533, 0.05481031369450973, - 0.15815341909108677, - 0.15286770112316678, - 0.07089217649251144, - 0.03961474497130434, - 0.13465186993595019, + 0.15815341909108818, + 0.1528677011231675, + 0.07089217649251142, + 0.03961474497130435, + 0.13465186993595188, 0.1673552947356145 ], "resistance": [ 96313.79788062668, 96293.23468243382, - 96432.57099593569, + 96432.57099593568, 96702.17063015168, 96954.85484288917, 97002.77305977888, @@ -24796,7 +21683,7 @@ "fuel": [ 38.99679460251626, 38.98622723373522, - 39.057862557580904, + 39.0578625575809, 39.19667373609366, 39.32702105870222, 39.3517665030022, @@ -24834,17 +21721,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -723.843986060112, + -723.8439860601175, -1120.4755305470471, - -1031.2183393680298, + -1031.2183393680343, -401.301912568787, 490.5341265140487, 1138.8806349730985, - 927.571498105106, + 927.5714981051115, 116.83491041727757 ], "relative wind speed": [ - 3.6122600332743544, + 3.6122600332743535, 3.4421430654403373, 3.490903920941887, 3.723516446705922, @@ -24854,33 +21741,33 @@ 3.8837667673555076 ], "relative wind angle": [ - 0.08369682891992894, + 0.08369682891993027, 0.023377121423697272, - 0.05393600399439331, + 0.05393600399439537, 0.09322082599272086, 0.07580556385785973, 0.01945859115952, - 0.04598314737304389, - 0.08936389315742423 + 0.045983147373041475, + 0.08936389315742424 ], "resistance": [ - 95910.6560139399, + 95910.65601393988, 95514.02446945295, 95603.28166063197, 96233.19808743121, 97125.03412651405, 97773.3806349731, - 97562.0714981051, + 97562.07149810511, 96751.33491041728 ], "fuel": [ - 43.259120499474406, + 43.25912049947439, 43.056165190031834, 43.1017868138903, 43.424595997132066, 43.88415444079707, 44.22010187035011, - 44.110438042578906, + 44.11043804257891, 43.69122894222234 ] }, @@ -24914,19 +21801,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -64.58304110586869, + -64.5830411058705, -796.9670219721997, - -1040.013561951895, + -1040.0135619519128, -867.8268440649622, -183.5698947348692, 647.2824203848058, - 1154.0088005336447, + 1154.0088005336092, 748.2708792998246 ], "relative wind speed": [ - 3.267425550671864, + 3.2674255506718635, 2.972600889680952, - 2.82699262083002, + 2.8269926208300196, 2.9389354822762024, 3.2240690183069183, 3.4977613861808634, @@ -24934,23 +21821,23 @@ 3.526095431920102 ], "relative wind angle": [ - 0.12110786518429852, + 0.12110786518429945, 0.09925790107728706, - 0.007725741783440317, + 0.007725741783454688, 0.08984135432484062, 0.1227446688559735, 0.08431655723104532, - 0.006039196712986549, - 0.07485029108643915 + 0.006039196713004933, + 0.07485029108643916 ], "resistance": [ 96569.91695889416, 95837.53297802783, - 95594.48643804813, + 95594.48643804812, 95766.67315593507, 96450.93010526516, 97281.78242038483, - 97788.50880053367, + 97788.50880053364, 97382.77087929986 ], "fuel": [ @@ -24960,7 +21847,7 @@ 41.63607028119292, 41.987212198641615, 42.415924927787884, - 42.67865246844299, + 42.678652468442976, 42.46820919867642 ] }, @@ -24994,37 +21881,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -692.9469402158456, + -692.9469402158502, -1015.1812011051825, - -899.7454021412841, + -899.7454021412868, -286.02020209434704, - 533.6696624895767, + 533.6696624895749, 1099.649366203359, 828.7135351428069, - 60.8094294927032 + 60.80942949270457 ], "relative wind speed": [ - 2.8144361534344333, + 2.814436153434433, 2.6287723523449813, - 2.709216520254665, + 2.7092165202546648, 2.9929481258817763, 3.2888238587274694, 3.4390360793455605, 3.376027115097427, - 3.1272471522530183 + 3.127247152253018 ], "relative wind angle": [ - 0.11911458493221999, + 0.11911458493222281, 0.02577399035160377, - 0.08819890759042827, + 0.08819890759042952, 0.13581365006050075, - 0.10186843757701385, + 0.10186843757701494, 0.01970053027763756, 0.07074571075595289, - 0.12994734940977354 + 0.12994734940977268 ], "resistance": [ - 95941.55305978419, + 95941.55305978417, 95619.31879889485, 95734.75459785874, 96348.47979790569, @@ -25034,7 +21921,7 @@ 96695.30942949273 ], "fuel": [ - 41.27049484100448, + 41.27049484100447, 41.10552677421617, 41.164579802052124, 41.4793733292497, @@ -25061,68 +21948,7 @@ "id": "475", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.059472439274352, - 10.059472439274352, - 10.059472439274352, - 10.059472439274352, - 10.059472439274352, - 10.059472439274352, - 10.059472439274352, - 10.059472439274352 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -584.9232902426202, - -1015.5610144233692, - -965.9776251215803, - -413.5781269786462, - 423.713925810981, - 1084.422348118264, - 968.8262224749674, - 224.02807721857926 - ], - "relative wind speed": [ - 2.6118000961470695, - 2.359433998734968, - 2.39766164958109, - 2.6945372023690193, - 3.035887773920685, - 3.235921124454125, - 3.207699008978713, - 2.9626986993490023 - ], - "relative wind angle": [ - 0.15617174041036794, - 0.05755719901247611, - 0.08949221467295043, - 0.16356644594184178, - 0.13421296504141933, - 0.041956298292030444, - 0.06685336001016484, - 0.14864598434180523 - ], - "resistance": [ - 96049.57670975743, - 95618.93898557668, - 95668.52237487846, - 96220.92187302139, - 97058.21392581103, - 97718.92234811831, - 97603.326222475, - 96858.52807721862 - ], - "fuel": [ - 40.79282248932818, - 40.57227094430599, - 40.59762997450545, - 40.880768994771664, - 41.31209799122085, - 41.65430179068501, - 41.594313312425825, - 41.2089934207731 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 43.125, 68.75 43.75, 69.375 43.75, 69.375 43.125, 68.75 43.125))", @@ -25154,41 +21980,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -758.0978085256888, + -758.0978085256902, -771.5526678961896, - -398.59795709768923, - 246.31625832207828, - 816.3134261842715, + -398.59795709768946, + 246.31625832207783, + 816.3134261842697, 847.4405162946819, 299.311438408969, -353.35018295867167 ], "relative wind speed": [ - 1.7927264238701697, + 1.7927264238701692, 1.7791654768558771, 2.0565250007707823, - 2.404634281932814, + 2.4046342819328146, 2.62956903808119, 2.6387632638874146, 2.428828169731711, 2.0847626548437157 ], "relative wind angle": [ - 0.10591938228777802, + 0.10591938228778013, 0.09173612994084918, - 0.20568750649430056, - 0.18021965525428893, - 0.07213885919566577, - 0.0618049909911877, + 0.2056875064943011, + 0.18021965525429015, + 0.07213885919566733, + 0.061804990991187705, 0.17380700444162078, - 0.2082498675203817 + 0.20824986752038172 ], "resistance": [ 95876.40219147432, 95862.94733210382, 96235.90204290232, 96880.8162583221, - 97450.8134261843, + 97450.81342618428, 97481.9405162947, 96933.81143840899, 96281.14981704134 @@ -25221,68 +22047,7 @@ "id": "477", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.39661813141982, - 10.39661813141982, - 10.39661813141982, - 10.39661813141982, - 10.39661813141982, - 10.39661813141982, - 10.39661813141982, - 10.39661813141982 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -881.7537784406427, - -1117.8568324052544, - -900.6791139808984, - -127.15821506332668, - 783.3709105137832, - 1318.445449420802, - 810.4764462871808, - -95.53040789751913 - ], - "relative wind speed": [ - 2.571023174496395, - 2.399358274211653, - 2.5606327164969764, - 2.922556645701696, - 3.2477562652771494, - 3.3765604976686814, - 3.2559547007981866, - 2.935429027435231 - ], - "relative wind angle": [ - 0.13659970381715797, - 0.00272058762766033, - 0.1335190523917324, - 0.1679719713289658, - 0.10801041143474388, - 0.0019332277485833635, - 0.10488601873126992, - 0.16722842438746224 - ], - "resistance": [ - 95752.74622155938, - 95516.64316759477, - 95733.82088601914, - 96507.3417849367, - 97417.87091051381, - 97952.94544942083, - 97444.97644628721, - 96538.96959210251 - ], - "fuel": [ - 40.843946686008636, - 40.723201594986556, - 40.83426046291087, - 41.231244099032224, - 41.70139549183452, - 41.97912016690851, - 41.71543871104479, - 41.2475233877881 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 42.5, 68.75 43.125, 69.375 43.125, 69.375 42.5, 68.75 42.5))", @@ -25301,68 +22066,7 @@ "id": "478", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.980644757414508, - 6.980644757414508, - 6.980644757414508, - 6.980644757414508, - 6.980644757414508, - 6.980644757414508, - 6.980644757414508, - 6.980644757414508 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -655.5865616259886, - -564.104711799532, - -142.6225862586357, - 408.19854372288864, - 785.9516036136106, - 574.2147047430362, - 48.84709549687204, - -449.09415281142583 - ], - "relative wind speed": [ - 1.5075473668126846, - 1.6128682202722981, - 1.9288458584562793, - 2.2303478147997224, - 2.3725049725932137, - 2.30220220923338, - 2.0447573358419437, - 1.7108557897091992 - ], - "relative wind angle": [ - 0.039400248981988815, - 0.16440448996260693, - 0.22625235884870254, - 0.15664656890717504, - 0.025032013622348404, - 0.11491246376290487, - 0.2132225039586889, - 0.2048060907578383 - ], - "resistance": [ - 95978.91343837403, - 96070.39528820048, - 96491.87741374139, - 97042.6985437229, - 97420.45160361362, - 97208.71470474305, - 96683.34709549688, - 96185.4058471886 - ], - "fuel": [ - 39.24719950464758, - 39.29411683890772, - 39.51068019894009, - 39.7946961644312, - 39.99012689604262, - 39.88051930645668, - 39.60927833038192, - 39.353145280015355 - ] + "inaccessible": true }, { "geometry": "POLYGON ((69.375 42.5, 69.375 43.125, 70 43.125, 70 42.5, 69.375 42.5))", @@ -25381,68 +22085,7 @@ "id": "479", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.80839850487964, - 16.80839850487964, - 16.80839850487964, - 16.80839850487964, - 16.80839850487964, - 16.80839850487964, - 16.80839850487964, - 16.80839850487964 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1588.8813186663501, - -1479.169506898881, - -605.8976667737188, - 656.9250362414459, - 1592.5071365175863, - 1332.3953649662544, - 195.97394747226826, - -1003.9009334003149 - ], - "relative wind speed": [ - 4.274225913933623, - 4.3227005220352686, - 4.585230096057759, - 4.890283783783188, - 5.0659768816434525, - 5.024678012120145, - 4.786313183954199, - 4.474176286508481 - ], - "relative wind angle": [ - 0.02360942232641273, - 0.0482856112067932, - 0.0864651066795949, - 0.0719066577484306, - 0.019919021606556356, - 0.04153562540164873, - 0.08282401235314144, - 0.07860734029532801 - ], - "resistance": [ - 95045.61868133367, - 95155.33049310114, - 96028.6023332263, - 97291.42503624146, - 98227.0071365176, - 97966.89536496627, - 96830.47394747229, - 95630.5990665997 - ], - "fuel": [ - 45.77311111104414, - 45.82900056439857, - 46.27546029601924, - 46.92609646339153, - 47.41195722433654, - 47.27655068381169, - 46.68791585110151, - 46.07162941855126 - ] + "inaccessible": true }, { "geometry": "POLYGON ((57.5 49.375, 57.5 50, 58.125 50, 58.125 49.375, 57.5 49.375))", @@ -25461,68 +22104,7 @@ "id": "480", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.032338514093004, - 11.032338514093004, - 11.032338514093004, - 11.032338514093004, - 11.032338514093004, - 11.032338514093004, - 11.032338514093004, - 11.032338514093004 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 97.03246014061642, - -1090.3251022833701, - -1574.5317605844634, - -1351.0090318171192, - -337.1911277094441, - 979.0431631326446, - 1872.8186359958763, - 1354.7536566885083 - ], - "relative wind speed": [ - 3.216886188526415, - 2.712832962911844, - 2.411630608983802, - 2.5733279877041366, - 3.0504837264654556, - 3.506329281556642, - 3.7199254725296567, - 3.609957171915084 - ], - "relative wind angle": [ - 0.20486001817803315, - 0.19396386482559425, - 0.03528572113190803, - 0.15708831300032888, - 0.21620765664498479, - 0.14968822745030155, - 0.022873008395627274, - 0.11175157546027449 - ], - "resistance": [ - 96731.53246014062, - 95544.17489771663, - 95059.96823941554, - 95283.49096818289, - 96297.30887229055, - 97613.54316313265, - 98507.31863599588, - 97989.25365668851 - ], - "fuel": [ - 41.75028152456092, - 41.14083379950003, - 40.89380574055349, - 41.007732081324235, - 41.52679449155224, - 42.20639643572159, - 42.67154820963755, - 42.40156707845642 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.125 49.375, 58.125 50, 58.75 50, 58.75 49.375, 58.125 49.375))", @@ -25554,32 +22136,32 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 212.1197016017436, + 212.1197016017427, -554.0309348917903, - -902.7180827477132, - -767.6222346829992, - -145.1630631576013, + -902.7180827477133, + -767.6222346829991, + -145.16306315760107, 708.3961555852345, 1344.088743979542, 1032.9853272900214 ], "relative wind speed": [ - 2.0164910217270413, + 2.016491021727041, 1.4399468572800198, - 0.994191816490851, - 1.2028062619922781, + 0.9941918164908508, + 1.202806261992278, 1.783239377247921, 2.2743640353915886, 2.5015517882498335, 2.408201780039513 ], "relative wind angle": [ - 0.3843767232285134, + 0.38437672322851374, 0.4486744136298762, 0.12827691309644865, - 0.37874645071008595, - 0.43789034836958995, - 0.2782045927809758, + 0.3787464507100854, + 0.4378903483695897, + 0.27820459278097576, 0.050863326156648785, 0.1857454865560748 ], @@ -25621,68 +22203,7 @@ "id": "482", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.941542134938448, - 8.941542134938448, - 8.941542134938448, - 8.941542134938448, - 8.941542134938448, - 8.941542134938448, - 8.941542134938448, - 8.941542134938448 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 219.11762353914673, - -715.8220011955605, - -1169.6962492852083, - -1059.3493349766445, - -352.28690659165886, - 646.9403486262445, - 1398.9104435313548, - 1144.6456578724105 - ], - "relative wind speed": [ - 2.691345990371936, - 2.2176233084497285, - 1.884329582092911, - 1.9856330729872642, - 2.421636466796094, - 2.861784981270998, - 3.091434690116762, - 3.0273631623356523 - ], - "relative wind angle": [ - 0.22656189856487166, - 0.23930265616802399, - 0.07372877023705411, - 0.16662889558393817, - 0.2523152919358586, - 0.18472172598497463, - 0.04491446911086941, - 0.10900177278962371 - ], - "resistance": [ - 96853.61762353919, - 95918.67799880449, - 95464.80375071484, - 95575.1506650234, - 96282.21309340838, - 97281.44034862629, - 98033.4104435314, - 97779.14565787246 - ], - "fuel": [ - 40.58619038070131, - 40.10544010830325, - 39.87322864924931, - 39.92961388722798, - 40.29198505429247, - 40.807263525330214, - 41.197487203051665, - 41.06530483335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.125 48.75, 58.125 49.375, 58.75 49.375, 58.75 48.75, 58.125 48.75))", @@ -25716,7 +22237,7 @@ "wind resistance": [ 42.01272072134361, -559.3443419111995, - -756.9793074110537, + -756.9793074110628, -556.6987362970899, 46.46594530733114, 780.715779503973, @@ -25726,7 +22247,7 @@ "relative wind speed": [ 1.714326758962428, 1.1417422215061586, - 0.7933794401414348, + 0.7933794401414349, 1.1451794852342358, 1.717566016210812, 2.14134863022514, @@ -25734,19 +22255,19 @@ 2.1395123750835268 ], "relative wind angle": [ - 0.45279894920952507, - 0.481795469065803, - 0.0022697031229927615, + 0.4527989492095251, + 0.48179546906580306, + 0.0022697031230905916, 0.48273566702935483, 0.45188161297512264, 0.24964918720651794, - 0.0007851949694593159, + 0.000785194969459316, 0.25109664568388546 ], "resistance": [ 96676.51272072137, 96075.15565808883, - 95877.52069258898, + 95877.52069258897, 96077.80126370295, 96680.96594530735, 97415.215779504, @@ -25756,7 +22277,7 @@ "fuel": [ 39.118698161644986, 38.809500661660735, - 38.7081772274762, + 38.708177227476185, 38.81085799576815, 39.120992878725545, 39.50035608054465, @@ -25794,19 +22315,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1362.554423755385, + -1362.5544237553904, -1550.4983330514506, -1077.1637589264992, 65.20767259958029, 1243.3061575602223, 1684.6941017573408, - 836.2083562611533, + 836.208356261156, -413.5242224626263 ], "relative wind speed": [ - 3.3844860678112276, + 3.3844860678112267, 3.2794454153574413, - 3.500961260217714, + 3.5009612602177134, 3.8834026682674914, 4.191981661999186, 4.274657175193914, @@ -25814,13 +22335,13 @@ 3.7345200379484753 ], "relative wind angle": [ - 0.08841153132423756, - 0.022897739650483657, - 0.1159491765912682, - 0.12851581552360153, - 0.07134850386488555, + 0.08841153132423883, + 0.022897739650483653, + 0.11594917659126724, + 0.1285158155236015, + 0.07134850386488556, 0.01756613084789832, - 0.09906404247083951, + 0.09906404247083839, 0.13366943821331015 ], "resistance": [ @@ -25861,68 +22382,7 @@ "id": "485", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.519322011859778, - 11.519322011859778, - 11.519322011859778, - 11.519322011859778, - 11.519322011859778, - 11.519322011859778, - 11.519322011859778, - 11.519322011859778 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -787.2039256278172, - -1156.4381566447714, - -1025.3558520060897, - -326.1051659860027, - 609.1289551605478, - 1256.461659120102, - 949.0194358420022, - 73.16285033481927 - ], - "relative wind speed": [ - 2.9643924793978487, - 2.762479987897927, - 2.849239756852996, - 3.1564275012825282, - 3.4763773572881522, - 3.6388908500585377, - 3.571366000586408, - 3.302996780398614 - ], - "relative wind angle": [ - 0.12250547611681892, - 0.026779642591279525, - 0.09054714707790083, - 0.13931759602418486, - 0.10439183904257239, - 0.020328853737812597, - 0.0722026617778416, - 0.13309779035995578 - ], - "resistance": [ - 95847.2960743722, - 95478.06184335526, - 95609.14414799394, - 96308.39483401402, - 97243.62895516057, - 97890.96165912013, - 97583.51943584203, - 96707.66285033485 - ], - "fuel": [ - 41.62307350713335, - 41.43420556186006, - 41.501197725650684, - 41.85964364258132, - 42.341902093037625, - 42.67760865428592, - 42.51797478376804, - 42.065130178368676 - ] + "inaccessible": true }, { "geometry": "POLYGON ((57.5 45, 57.5 45.625, 58.125 45.625, 58.125 45, 57.5 45))", @@ -25954,20 +22414,20 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1041.9360295436718, + -1041.9360295436722, -939.9455757150376, - -324.99517782701423, - 522.7245270432409, + -324.9951778270156, + 522.7245270432418, 1130.7076729711239, 892.031222191285, 108.04868939728885, -681.4192293354499 ], "relative wind speed": [ - 2.5197407698772043, + 2.519740769877204, 2.5934807838273453, - 2.8919831025284295, - 3.209701547693681, + 2.891983102528429, + 3.2097015476936805, 3.3773332474643145, 3.321043636528661, 3.0646218602788915, @@ -25976,12 +22436,12 @@ "relative wind angle": [ 0.03462547152468124, 0.09331500715454588, - 0.14888644663451933, - 0.11397089988405516, + 0.14888644663451858, + 0.1139708998840532, 0.025830877307143698, 0.07283053235137586, 0.1404419746122641, - 0.13410548929788418 + 0.1341054892978842 ], "resistance": [ 95592.56397045635, @@ -26021,68 +22481,7 @@ "id": "487", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.819430088818864, - 8.819430088818864, - 8.819430088818864, - 8.819430088818864, - 8.819430088818864, - 8.819430088818864, - 8.819430088818864, - 8.819430088818864 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -416.5976837596022, - -810.2839524215219, - -803.1732118634307, - -392.187421094608, - 282.8756634156766, - 852.8678321613038, - 836.3247145032838, - 254.39682991171185 - ], - "relative wind speed": [ - 2.3134006135556, - 2.0584183320649863, - 2.064714294178217, - 2.326906353557274, - 2.6489483869196047, - 2.8516072530385737, - 2.847051955756963, - 2.6370924855109252 - ], - "relative wind angle": [ - 0.17032746180904676, - 0.07640903642090856, - 0.0823900551373525, - 0.1716396520349865, - 0.14857959009847996, - 0.05512974594694093, - 0.059718113266532966, - 0.15128454254464244 - ], - "resistance": [ - 96217.90231624039, - 95824.21604757846, - 95831.32678813656, - 96242.31257890537, - 96917.37566341566, - 97487.36783216128, - 97470.82471450327, - 96888.8968299117 - ], - "fuel": [ - 40.196184200873425, - 39.99428373110156, - 39.99792533242723, - 40.20872189723948, - 40.5563290064236, - 40.85115279638226, - 40.842578969471596, - 40.541630272900896 - ] + "inaccessible": true }, { "geometry": "POLYGON ((60 49.375, 60 50, 60.625 50, 60.625 49.375, 60 49.375))", @@ -26114,13 +22513,13 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 7.474198340988778, + 7.474198340988551, -503.4417781139446, -663.1816811155096, -479.80405241464655, - 47.10039767583089, + 47.100397675831005, 674.4645824841581, - 1045.2208777106252, + 1045.2208777106339, 638.3136528144206 ], "relative wind speed": [ @@ -26130,18 +22529,18 @@ 1.1241898194233886, 1.6369952623903905, 2.0166403258385968, - 2.147678160364828, + 2.1476781603648276, 1.999287237112569 ], "relative wind angle": [ - 0.43103969683893256, + 0.43103969683893306, 0.4373810216693415, 0.020726633495598105, 0.44750673293716625, - 0.4225204349322889, - 0.23158315801313917, - 0.007770780387336251, - 0.24578306738607925 + 0.4225204349322887, + 0.23158315801313914, + 0.007770780387321964, + 0.24578306738607922 ], "resistance": [ 96641.97419834099, @@ -26194,9 +22593,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -259.3313485209369, + -259.33134852093735, -690.6000734832395, - -733.0959272559544, + -733.0959272559547, -393.9024620116918, 233.69643918394604, 829.534563797009, @@ -26204,7 +22603,7 @@ 393.8320640236957 ], "relative wind speed": [ - 1.704383474187289, + 1.7043834741872887, 1.3036126724334338, 1.245811361963649, 1.5966102829130626, @@ -26214,13 +22613,13 @@ 2.112444438726545 ], "relative wind angle": [ - 0.3273762256636174, + 0.32737622566361774, 0.20733441960031637, - 0.13571341261077247, + 0.1357134126107741, 0.322959916451307, - 0.27385876164212647, + 0.2738587616421264, 0.1166953942499509, - 0.07220054161306529, + 0.07220054161306527, 0.24223773193683873 ], "resistance": [ @@ -26274,34 +22673,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 229.40533401063692, - -301.77159502682105, + 229.40533401063647, + -301.77159502682116, -508.24942937310914, -442.30434686511774, - -76.267086509828, + -76.26708650982795, 518.6073014181751, - 971.9622961387619, + 971.9622961387623, 780.8632949231568 ], "relative wind speed": [ - 1.5108195297242042, - 0.9699113722225444, - 0.4243918157292679, + 1.510819529724204, + 0.9699113722225443, + 0.42439181572926776, 0.6680399391971356, 1.258299150420494, 1.7103111802763797, - 1.9198395740496177, + 1.9198395740496175, 1.8492201175042655 ], "relative wind angle": [ - 0.5261046547421027, - 0.7254088763285937, - 0.3646085827849553, + 0.5261046547421029, + 0.7254088763285939, + 0.36460858278495595, 0.6982430712801143, - 0.6471883805211002, + 0.6471883805211001, 0.3857296443687766, - 0.0789067643132366, - 0.23438107860906437 + 0.0789067643132352, + 0.23438107860906435 ], "resistance": [ 96863.90533401063, @@ -26354,9 +22753,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 102.7712957376084, - -448.7078427630523, - -678.4554388436522, + 102.77129573760817, + -448.70784276305244, + -678.455438843652, -559.2490452734535, -81.57904242994528, 545.0160985929506, @@ -26364,9 +22763,9 @@ 711.2726378683521 ], "relative wind speed": [ - 1.7446471863694495, + 1.7446471863694493, 1.2663075288065395, - 0.9346571570567982, + 0.9346571570567979, 1.1320498174745357, 1.608856709320521, 2.007156934203294, @@ -26374,9 +22773,9 @@ 2.085827635924973 ], "relative wind angle": [ - 0.3658931844344374, - 0.3999930993397778, - 0.07835958260368522, + 0.365893184434438, + 0.39999309933977784, + 0.07835958260368239, 0.35138063453913293, 0.3984400766780954, 0.24821959610298597, @@ -26421,68 +22820,7 @@ "id": "492", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.850336690179631, - 5.850336690179631, - 5.850336690179631, - 5.850336690179631, - 5.850336690179631, - 5.850336690179631, - 5.850336690179631, - 5.850336690179631 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -30.277084244491334, - -482.47690997031054, - -618.1706347399481, - -466.5831401551146, - -3.869568302977086, - 537.1946378128489, - 850.3171657641024, - 513.7931334703426 - ], - "relative wind speed": [ - 1.6979555453802346, - 1.2995704114258255, - 1.101424920550075, - 1.3170040342493923, - 1.7168472051996237, - 2.035125083584731, - 2.1488323583938578, - 2.0238867887952807 - ], - "relative wind angle": [ - 0.31355090841635447, - 0.28333320841681103, - 0.009010481902245522, - 0.29058595434129875, - 0.3099850451215433, - 0.17947915277071058, - 0.004618447904848575, - 0.18754047487023404 - ], - "resistance": [ - 96604.22291575553, - 96152.0230900297, - 96016.32936526007, - 96167.9168598449, - 96630.63043169703, - 97171.69463781286, - 97484.81716576412, - 97148.29313347036 - ], - "fuel": [ - 39.171099133930916, - 38.93858939837581, - 38.86896753081946, - 38.946748671719575, - 39.18470072686957, - 39.46395533244275, - 39.62606207357901, - 39.451854785797934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((61.875 49.375, 61.875 50, 62.5 50, 62.5 49.375, 61.875 49.375))", @@ -26514,19 +22852,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 45.616933689402344, - -345.6839970267704, - -495.06470703122363, - -396.3801430650788, - -38.84739444122374, + 45.61693368940166, + -345.6839970267703, + -495.0647070312239, + -396.38014306507887, + -38.847394441223855, 413.9762074501866, 717.2454502815428, 489.9268300674396 ], "relative wind speed": [ - 1.4821419850441648, - 1.0810700648750777, - 0.8257631449224799, + 1.4821419850441644, + 1.081070064875078, + 0.8257631449224798, 1.0106625524780601, 1.410130637134981, 1.7368076440551379, @@ -26534,17 +22872,17 @@ 1.7787002228132476 ], "relative wind angle": [ - 0.36080007914719453, - 0.37631734248631643, - 0.0467912305662524, - 0.3459098884440918, - 0.38014032945346177, - 0.23079128189512965, - 0.02063725222114797, + 0.36080007914719486, + 0.37631734248631704, + 0.046791230566254775, + 0.3459098884440919, + 0.3801403294534621, + 0.23079128189512962, + 0.020637252221147966, 0.1938628143320325 ], "resistance": [ - 96680.11693368942, + 96680.11693368941, 96288.81600297324, 96139.43529296879, 96238.11985693494, @@ -26554,7 +22892,7 @@ 97124.42683006746 ], "fuel": [ - 38.92945780442987, + 38.929457804429866, 38.728105902100744, 38.65138927018755, 38.702060852374224, @@ -26594,17 +22932,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 361.51869259548664, + 361.51869259548596, -169.07777025204246, -526.3515831562172, -572.1804481042332, - -309.38432642789485, + -309.38432642789496, 192.37507022239868, 686.344192722498, 791.3076358197089 ], "relative wind speed": [ - 1.8039215199452774, + 1.8039215199452772, 1.4095038877911572, 0.9900079034738622, 0.9077556596637515, @@ -26614,13 +22952,13 @@ 2.0099667421704774 ], "relative wind angle": [ - 0.281349544113017, + 0.28134954411301694, 0.40449158497806786, 0.290551905347897, 0.17004348524297558, - 0.4057993871745571, + 0.4057993871745573, 0.3331500430507949, - 0.14441516144040045, + 0.14441516144040048, 0.07650130537421566 ], "resistance": [ @@ -26674,19 +23012,19 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 424.7199966685571, - -25.37036007984375, - -376.4788442451227, + 424.71999666855663, + -25.370360079843863, + -376.4788442451229, -474.8527500280409, - -324.428901166757, + -324.42890116675704, 61.81199521827773, 504.1324400444689, 731.6778353089237 ], "relative wind speed": [ - 1.6747212508516327, - 1.3338631977314732, - 0.9039582694190598, + 1.6747212508516325, + 1.333863197731473, + 0.9039582694190597, 0.694331302621533, 0.9850491484644496, 1.4127356662455164, @@ -26694,11 +23032,11 @@ 1.8146396708835832 ], "relative wind angle": [ - 0.2577724160155011, - 0.4337321324478073, - 0.4166524029054538, + 0.25777241601550155, + 0.4337321324478068, + 0.4166524029054541, 0.062263133832930605, - 0.44827528971383185, + 0.4482752897138319, 0.4080250767661709, 0.21435039456684082, 0.023810456175590335 @@ -26741,68 +23079,7 @@ "id": "496", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.899110867043319, - 6.899110867043319, - 6.899110867043319, - 6.899110867043319, - 6.899110867043319, - 6.899110867043319, - 6.899110867043319, - 6.899110867043319 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 79.3756830926277, - -200.74041651489642, - -354.28713789541644, - -342.5493944171867, - -159.03743395315223, - 127.78404707578329, - 357.36988394366585, - 329.7556352253557 - ], - "relative wind speed": [ - 2.0016015376186225, - 1.8268549335768103, - 1.7015828923142726, - 1.714436073985258, - 1.8556398165607586, - 2.02790751659659, - 2.1341095343928047, - 2.123797728697556 - ], - "relative wind angle": [ - 0.10833728139784006, - 0.112434338139744, - 0.04317642313495354, - 0.059004760472683895, - 0.11689650740861497, - 0.10124689642120782, - 0.03442182468112667, - 0.04762196679241252 - ], - "resistance": [ - 96713.87568309264, - 96433.75958348512, - 96280.2128621046, - 96291.95060558282, - 96475.46256604686, - 96762.2840470758, - 96991.86988394368, - 96964.25563522537 - ], - "fuel": [ - 39.59352771909519, - 39.449295114165295, - 39.37035734259199, - 39.37638857393513, - 39.470749604419304, - 39.6184829168492, - 39.73695641499979, - 39.722696219208046 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.875 46.875, 66.875 47.5, 67.5 47.5, 67.5 46.875, 66.875 46.875))", @@ -26821,68 +23098,7 @@ "id": "497", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.5390701094417825, - 7.5390701094417825, - 7.5390701094417825, - 7.5390701094417825, - 7.5390701094417825, - 7.5390701094417825, - 7.5390701094417825, - 7.5390701094417825 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -4.522980225592391, - -267.59446098118906, - -367.3134079338431, - -317.75856345383113, - -88.98586574156752, - 202.47525478678926, - 391.0697072678922, - 273.84142054454696 - ], - "relative wind speed": [ - 2.128339848295796, - 1.9693975335832998, - 1.8842649652616021, - 1.9333375776189619, - 2.0810585675440114, - 2.2320637594182022, - 2.304382956906207, - 2.263369409168231 - ], - "relative wind angle": [ - 0.09886355842944183, - 0.08405566641728932, - 0.012609654327917596, - 0.06819585327346805, - 0.10111732144329849, - 0.07414472388590285, - 0.010310665220004966, - 0.05823969310450642 - ], - "resistance": [ - 96629.97701977445, - 96366.90553901886, - 96267.1865920662, - 96316.74143654622, - 96545.51413425848, - 96836.97525478683, - 97025.56970726793, - 96908.34142054459 - ], - "fuel": [ - 39.809187100376946, - 39.67380460592776, - 39.62255430374172, - 39.648018266499776, - 39.765692534372256, - 39.91589407841326, - 40.0132527682929, - 39.95272008661536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 46.25, 66.25 46.875, 66.875 46.875, 66.875 46.25, 66.25 46.25))", @@ -26901,68 +23117,7 @@ "id": "498", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.45970362155893, - 6.45970362155893, - 6.45970362155893, - 6.45970362155893, - 6.45970362155893, - 6.45970362155893, - 6.45970362155893, - 6.45970362155893 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 65.44615227684585, - -159.92781177255324, - -284.99410822924733, - -277.1487563825717, - -131.87308201971769, - 97.98673566531875, - 283.30419304496036, - 264.8045702767622 - ], - "relative wind speed": [ - 1.8683053112947836, - 1.7187851990963101, - 1.6111550544141453, - 1.6202795699135994, - 1.7393695157121405, - 1.8872595178640486, - 1.979936978551776, - 1.9724769108209061 - ], - "relative wind angle": [ - 0.09892052098359058, - 0.10275105390742664, - 0.040235583899841984, - 0.052263941890167046, - 0.10628005647583186, - 0.09355035743888111, - 0.03273834154577399, - 0.04292554702751893 - ], - "resistance": [ - 96699.94615227685, - 96474.57218822747, - 96349.50589177076, - 96357.35124361745, - 96502.62691798029, - 96732.48673566533, - 96917.80419304497, - 96899.30457027677 - ], - "fuel": [ - 39.42421275739778, - 39.308155766902885, - 39.243834050536435, - 39.2478672115138, - 39.322592333734924, - 39.44098524201828, - 39.53657905617462, - 39.52703050331165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.875 46.25, 66.875 46.875, 67.5 46.875, 67.5 46.25, 66.875 46.25))", @@ -26981,68 +23136,7 @@ "id": "499", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.863787517205898, - 7.863787517205898, - 7.863787517205898, - 7.863787517205898, - 7.863787517205898, - 7.863787517205898, - 7.863787517205898, - 7.863787517205898 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - -81.84976582945637, - -272.03686088309496, - -311.34982049430096, - -225.58138292897343, - -3.388379474107296, - 228.95204267159943, - 322.45210546150884, - 162.9604053107987 - ], - "relative wind speed": [ - 2.1698463574676397, - 2.053143626789808, - 2.0162326537456705, - 2.084611987960427, - 2.211871534115542, - 2.3206055559311705, - 2.3527462218471236, - 2.292379060735353 - ], - "relative wind angle": [ - 0.07762474168101026, - 0.05071420461331002, - 0.010452775355125852, - 0.0642687751280393, - 0.0761469999445995, - 0.0448649459978861, - 0.008957670343304592, - 0.058436878680171216 - ], - "resistance": [ - 96552.6502341705, - 96362.46313911687, - 96323.15017950565, - 96408.91861707099, - 96631.11162052584, - 96863.45204267156, - 96956.95210546146, - 96797.46040531076 - ], - "fuel": [ - 39.911045884779604, - 39.8132002665419, - 39.79299170134752, - 39.83708780884095, - 39.95145115749952, - 40.07123389377266, - 40.119494385813994, - 40.03719158562019 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 45.625, 66.25 46.25, 66.875 46.25, 66.875 45.625, 66.25 45.625))", @@ -27074,9 +23168,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -40.77279999706025, + -40.77279999706161, -219.9940312530673, - -267.9790243752325, + -267.97902437569815, -218.35947957811072, -38.00579907243946, 169.65044188375168, @@ -27084,7 +23178,7 @@ 167.3303722967994 ], "relative wind speed": [ - 2.293032066821926, + 2.293032066821925, 2.1924177769974658, 2.1498041169795647, 2.1934618503068775, @@ -27096,7 +23190,7 @@ "relative wind angle": [ 0.060951458433978666, 0.04483614017466948, - 0.00032893247839351576, + 0.00032893247906856193, 0.04527116906923822, 0.06091391159430061, 0.04111411183760618, @@ -27106,7 +23200,7 @@ "resistance": [ 96593.72720000296, 96414.50596874696, - 96366.5209756248, + 96366.52097562433, 96416.14052042192, 96596.49420092758, 96804.15044188379, @@ -27116,7 +23210,7 @@ "fuel": [ 40.10603318231836, 40.01379812532537, - 39.98912324076899, + 39.98912324076876, 40.014638796796774, 40.107458138482656, 40.214478698727284, @@ -27154,9 +23248,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -88.33814105983993, + -88.33814105984447, -203.3376035674023, - -216.1166148272407, + -216.11661482724685, -135.79744538133195, 26.192297787007647, 176.87767972935762, @@ -27164,9 +23258,9 @@ 81.05322466793541 ], "relative wind speed": [ - 2.200075794455804, + 2.2000757944558034, 2.1288236880202716, - 2.117187501733641, + 2.1171875017336403, 2.172798550552553, 2.260055470603443, 2.327293264047024, @@ -27174,14 +23268,14 @@ 2.2862919083685718 ], "relative wind angle": [ - 0.050182181183174045, + 0.05018218118317847, 0.0266859993094669, - 0.01418279691249248, + 0.014182796912500307, 0.04570220387795476, 0.04884932002155692, - 0.024409766955646547, + 0.02440976695564655, 0.012843862243893183, - 0.04343204499002486 + 0.043432044990024864 ], "resistance": [ 96546.16185894019, @@ -27234,17 +23328,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -218.56369636900763, + -218.563696369009, -378.11391202721416, -365.2053942995444, -171.7302432968081, 130.0173877423349, 369.00774660680827, - 338.40363075835194, + 338.40363075834875, 75.77769524437645 ], "relative wind speed": [ - 2.218702629128548, + 2.2187026291285474, 2.112462822366604, 2.1240373283873684, 2.24522232212605, @@ -27254,13 +23348,13 @@ 2.3711634413211042 ], "relative wind angle": [ - 0.08043402681654217, + 0.08043402681654355, 0.029913965664127993, 0.04187259491080344, 0.08424479656280015, 0.07447077753883947, - 0.02537558899247134, - 0.035855300034487704, + 0.025375588992471335, + 0.035855300034490806, 0.0797604671686128 ], "resistance": [ @@ -27270,7 +23364,7 @@ 96462.7697567032, 96764.51738774235, 97003.50774660682, - 96972.90363075837, + 96972.90363075836, 96710.2776952444 ], "fuel": [ @@ -27280,7 +23374,7 @@ 40.05729914664687, 40.21271460808796, 40.33604730257332, - 40.32024196291398, + 40.320241962913975, 40.18475341554599 ] }, @@ -27314,34 +23408,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -95.88395919800791, + -95.88395919800928, -181.70572533253994, - -181.9381811410865, + -181.93818114108694, -96.73680812398698, 47.89469062985722, 169.51202273892295, 170.06556063797666, - 48.8814336443736 + 48.88143364437292 ], "relative wind speed": [ - 1.7439546668166148, + 1.7439546668166144, 1.6736660938031909, - 1.6734000543750522, + 1.673400054375052, 1.7433382172341068, 1.8379498433067774, 1.9021775187601246, 1.9024115654716853, - 1.8385345704538336 + 1.8385345704538338 ], "relative wind angle": [ - 0.06572887763915841, + 0.06572887763916009, 0.028501463321636628, 0.028146464066760097, - 0.06560895318870347, - 0.0623629335556991, - 0.025076773051621648, + 0.06560895318870345, + 0.06236293355569911, + 0.02507677305162165, 0.02475746461152073, - 0.0622073182792922 + 0.06220731827929399 ], "resistance": [ 96538.61604080198, @@ -27381,68 +23475,7 @@ "id": "505", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.677405189096842, - 13.677405189096842, - 13.677405189096842, - 13.677405189096842, - 13.677405189096842, - 13.677405189096842, - 13.677405189096842, - 13.677405189096842 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 1147.0131332226001, - 102.51593827020497, - -941.8993028039449, - -1403.5083474496278, - -1260.6198930948012, - -433.0834254204092, - 693.0013800740016, - 1483.5156061645794 - ], - "relative wind speed": [ - 4.178122609872723, - 3.907590704495355, - 3.565270946673899, - 3.3587034783107828, - 3.43748353147395, - 3.742156658723117, - 4.069624632455341, - 4.241711036488379 - ], - "relative wind angle": [ - 0.06068231475770032, - 0.11325566022218204, - 0.10429045452483335, - 0.024796093959060156, - 0.07377856306112063, - 0.11828546785549011, - 0.091326975674546, - 0.019633478676064763 - ], - "resistance": [ - 97781.51313322263, - 96737.01593827024, - 95692.60069719609, - 95230.99165255041, - 95373.88010690523, - 96201.41657457962, - 97327.50138007403, - 98118.01560616461 - ], - "fuel": [ - 44.25855088344949, - 43.7180721266214, - 43.181694866602825, - 42.9459210944439, - 43.018818793622465, - 43.44249890589794, - 44.02312211794938, - 44.4335398782798 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 42.5, 50 43.75, 51.25 43.75, 51.25 42.5, 50 42.5))", @@ -27461,68 +23494,7 @@ "id": "506", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.473407318683188, - 8.473407318683188, - 8.473407318683188, - 8.473407318683188, - 8.473407318683188, - 8.473407318683188, - 8.473407318683188, - 8.473407318683188 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -199.13785938501678, - -688.2998275695866, - -786.5079772761464, - -536.7114092369911, - 54.04539757391103, - 665.1813712820754, - 893.9246511609667, - 447.85563806750633 - ], - "relative wind speed": [ - 2.3268940060099244, - 2.029914887283315, - 1.9394912719908783, - 2.13258217561136, - 2.4533249100247936, - 2.7041975482088283, - 2.769767577834696, - 2.6239916336790774 - ], - "relative wind angle": [ - 0.17943855951145632, - 0.12261192792556402, - 0.03310370489909557, - 0.15966349732903112, - 0.17009851310757998, - 0.09193807531996885, - 0.02317825131180648, - 0.12957407998233586 - ], - "resistance": [ - 96435.362140615, - 95946.20017243044, - 95847.99202272388, - 96097.78859076304, - 96688.54539757394, - 97299.6813712821, - 97528.424651161, - 97082.35563806753 - ], - "fuel": [ - 40.135437895677924, - 39.88426415815638, - 39.83394379174432, - 39.962006215691474, - 40.265791523554114, - 40.58142301707569, - 40.69991878434969, - 40.46902223920365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.25 42.5, 51.25 43.75, 52.5 43.75, 52.5 42.5, 51.25 42.5))", @@ -27541,68 +23513,7 @@ "id": "507", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.10718273255929, - 10.10718273255929, - 10.10718273255929, - 10.10718273255929, - 10.10718273255929, - 10.10718273255929, - 10.10718273255929, - 10.10718273255929 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 172.98087904236309, - -786.8215935452631, - -1236.1186693128498, - -1113.8328130837867, - -372.38931462348364, - 657.6851263729081, - 1411.4266596135035, - 1127.7915848474363 - ], - "relative wind speed": [ - 2.9751103146536257, - 2.54493501302168, - 2.26065804093348, - 2.3565180454505965, - 2.7468584288652873, - 3.1495743191871197, - 3.359454990701537, - 3.29292200242465 - ], - "relative wind angle": [ - 0.18589844722969945, - 0.186172567348674, - 0.05146699043874537, - 0.13047487088014414, - 0.20154990581488325, - 0.1501279100007161, - 0.03462500581967718, - 0.09324225528712231 - ], - "resistance": [ - 96807.48087904236, - 95847.67840645474, - 95398.38133068715, - 95520.66718691621, - 96262.11068537652, - 97292.1851263729, - 98045.9266596135, - 97762.29158484744 - ], - "fuel": [ - 41.210963141920466, - 40.717637452822196, - 40.487882644744836, - 40.550340953850586, - 40.93022961142813, - 41.461397331691174, - 41.85257289109167, - 41.7051243398858 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 40, 50 41.25, 51.25 41.25, 51.25 40, 50 40))", @@ -27634,34 +23545,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1521.2700279317814, + -1521.270027931787, -1604.7362906244507, - -976.3717405107582, + -976.3717405107636, 248.75360914317025, 1375.2701165505005, 1573.59463824261, - 601.2715235950745, - -671.8316084392973 + 601.2715235950691, + -671.8316084392991 ], "relative wind speed": [ - 4.624033846292603, + 4.624033846292602, 4.589475360357868, 4.786324349595158, 5.083050449342109, 5.304084382315182, 5.334015004014086, 5.158110057652111, - 4.865963242341885 + 4.865963242341886 ], "relative wind angle": [ 0.04030696057440606, - 0.023719340773631012, - 0.07115135493592263, + 0.02371934077363101, + 0.0711513549359242, 0.07332088990774577, - 0.035136815193092905, + 0.03513681519309291, 0.02040801887935493, - 0.06601516082027188, - 0.07659825947008268 + 0.06601516082027357, + 0.07659825947008415 ], "resistance": [ 95113.22997206825, @@ -27714,7 +23625,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2189.438531584494, + -2189.4385315845047, -2208.7916763147896, -1181.4760449686437, 586.8888700466341, @@ -27724,9 +23635,9 @@ -1111.8931870166598 ], "relative wind speed": [ - 4.7380094017816985, + 4.738009401781698, 4.730296805187622, - 5.0275113535039, + 5.0275113535038995, 5.426817192356035, 5.696821977996665, 5.703227671695157, @@ -27734,14 +23645,14 @@ 5.045014261734703 ], "relative wind angle": [ - 0.04405001141920871, - 0.04054409085403376, - 0.09557902675771997, - 0.08982289425883201, + 0.04405001141921123, + 0.040544090854033765, + 0.0955790267577188, + 0.08982289425883203, 0.036632450549638554, - 0.033624675263725354, + 0.03362467526372535, 0.08826266294895577, - 0.09664111135294785 + 0.09664111135294784 ], "resistance": [ 94445.06146841552, @@ -27794,37 +23705,37 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1855.5717826135588, + -1855.571782613567, -2208.605197330683, - -1648.3928713856194, - -63.732212123358295, + -1648.3928713856212, + -63.732212123360114, 1671.7925963158086, 2499.305462854236, 1375.7683541111855, -410.6499165996529 ], "relative wind speed": [ - 3.827235449870261, + 3.8272354498702605, 3.6523122795562566, 3.902633401667959, - 4.383309400169865, + 4.383309400169866, 4.79112144703697, 4.925768053979381, 4.729907868149951, 4.2882600913871505 ], "relative wind angle": [ - 0.10898606155583153, + 0.1089860615558346, 0.013155248449620372, - 0.1244001411749083, - 0.1457871034965689, - 0.08699751206736744, + 0.1244001411749092, + 0.14578710349657042, + 0.08699751206736746, 0.009754103516358748, - 0.1025573546889663, + 0.10255735468896632, 0.14904234852850673 ], "resistance": [ - 94778.92821738645, + 94778.92821738643, 94425.89480266931, 94986.10712861439, 96570.76778787664, @@ -27834,7 +23745,7 @@ 96223.85008340035 ], "fuel": [ - 44.280654599648, + 44.280654599647995, 44.101466399924554, 44.386027770177684, 45.197284175645706, @@ -27874,34 +23785,34 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -1526.7314072234872, + -1526.7314072234935, -1491.1213623319936, - -702.5328695079415, + -702.5328695079434, 555.3108075742557, - 1588.4658643089733, + 1588.4658643089715, 1505.316712253787, 411.26293694976084, -826.2419848144427 ], "relative wind speed": [ - 3.024534307411465, + 3.0245343074114643, 3.046127446965888, - 3.3860971437658627, + 3.3860971437658622, 3.798304478599804, - 4.053208194897384, + 4.053208194897385, 4.037005328796749, 3.756414591185713, - 3.3390399122713297 + 3.33903991227133 ], "relative wind angle": [ - 0.061907097889758005, + 0.0619070978897616, 0.07620233817727262, 0.15270690401148168, 0.1310982386516376, - 0.04618245309276308, + 0.04618245309276549, 0.057474576822355745, 0.13755162046315705, - 0.14925675466364619 + 0.14925675466364696 ], "resistance": [ 95107.7685927765, @@ -27954,9 +23865,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -949.5523293804195, + -949.5523293804208, -930.4967296415816, - -416.1269417279959, + -416.12694172799615, 409.452157329516, 1109.4244616858346, 1065.6412936464012, @@ -27964,7 +23875,7 @@ -478.2213185722894 ], "relative wind speed": [ - 1.6734687115825095, + 1.673468711582509, 1.693432893646312, 2.077212273127533, 2.5088036961031746, @@ -27974,9 +23885,9 @@ 2.0377766267363473 ], "relative wind angle": [ - 0.12318371885894316, - 0.1436056973095085, - 0.26715503934629514, + 0.12318371885894495, + 0.14360569730950853, + 0.26715503934629553, 0.21414323833302448, 0.07443071236184047, 0.0881464764748427, @@ -28034,50 +23945,50 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1515.0428665077598, + 1515.0428665077343, -229.90964768938647, - -1792.2229574030844, - -2278.5359783242166, + -1792.2229574030807, + -2278.5359783238255, -1907.7553885015186, -425.3344358762479, - 1351.0171411147494, + 1351.0171411147603, 2399.8721238465478 ], "relative wind speed": [ - 6.711060802722032, + 6.711060802722031, 6.424406952667795, - 6.113394055150507, - 5.96861036687615, + 6.113394055150505, + 5.968610366876149, 6.086860935220501, 6.388678145677646, - 6.686899600636749, + 6.686899600636748, 6.816443605793567 ], "relative wind angle": [ - 0.04279254198378723, + 0.042792541983789824, 0.06603356966187295, - 0.05112567953544324, - 0.0029996376593236108, + 0.051125679535441074, + 0.0029996376592495867, 0.04718397046267683, - 0.06640340591603121, - 0.04673751228142265, + 0.0664034059160312, + 0.04673751228142028, 0.002626540055469589 ], "resistance": [ - 98149.54286650778, + 98149.54286650775, 96404.59035231062, 94842.27704259694, - 94355.9640216758, + 94355.96402167619, 94726.74461149849, 96209.16556412377, - 97985.51714111476, + 97985.51714111477, 99034.37212384657 ], "fuel": [ - 55.06930081716616, + 55.06930081716614, 54.16625339555127, 53.36733867125096, - 53.12050806356126, + 53.12050806356145, 53.30861990803406, 54.06582271087184, 54.98393180435591, @@ -28114,9 +24025,9 @@ ], "ice resistance": 60434.3471377899, "wind resistance": [ - 2553.463072755625, + 2553.463072755556, 820.1393026566402, - -1328.0157708642037, + -1328.0157708642255, -2661.4891181422245, -2717.297541801978, -1534.0173786178966, @@ -28124,9 +24035,9 @@ 2420.239773007739 ], "relative wind speed": [ - 7.778624009062311, + 7.778624009062309, 7.558697012240263, - 7.221416884632222, + 7.221416884632221, 6.962186684725736, 6.946745691510394, 7.185427381445653, @@ -28134,19 +24045,19 @@ 7.7648067422123574 ], "relative wind angle": [ - 0.01950260436643115, - 0.05313465050292124, - 0.05764218154763084, + 0.01950260436643684, + 0.053134650502921245, + 0.05764218154763276, 0.026850009928464282, 0.02183840821556428, 0.05589770421656247, - 0.05531927992196869, - 0.024074054049268642 + 0.055319279921968695, + 0.024074054049268646 ], "resistance": [ - 62987.81021054552, + 62987.81021054545, 61254.48644044653, - 59106.33136692569, + 59106.331366925675, 57772.85801964767, 57717.04959598792, 58900.329759172004, @@ -28154,7 +24065,7 @@ 62854.58691079763 ], "fuel": [ - 44.497828610366156, + 44.497828610366135, 43.827547220233235, 43.01236242768327, 42.51497193462818, @@ -28194,54 +24105,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1626.0738680898503, + 1626.0738680897775, -296.9522878622447, - -1999.3329536781275, + -1999.3329536781312, -2504.769757374059, -2083.4670757100685, -439.4051903703257, 1506.6616877047709, - 2633.249409443426 + 2633.249409442251 ], "relative wind speed": [ - 7.37626371052583, + 7.376263710525829, 7.088725625483196, - 6.781826353735641, + 6.7818263537356405, 6.64321395309588, 6.764427273883887, 7.065175983477151, 7.360269966425227, - 7.4856162768523395 + 7.48561627685234 ], "relative wind angle": [ - 0.03925675022245848, + 0.039256750222466975, 0.059453562540255786, 0.045161810972325384, 0.0017756071104530532, 0.04280956889120044, - 0.05965196812958667, - 0.04161040681600576, - 0.001575786973039305 + 0.05965196812958666, + 0.04161040681600575, + 0.0015757869731802153 ], "resistance": [ - 98260.57386808986, + 98260.57386808979, 96337.54771213778, - 94635.16704632189, + 94635.16704632188, 94129.73024262596, 94551.03292428995, 96195.09480962969, 98141.16168770479, - 99267.74940944344 + 99267.74940944227 ], "fuel": [ - 58.81515481816432, + 58.81515481816429, 57.819793383523816, 56.95012123139069, 56.69399175861147, 56.90742042150996, 57.7466069601725, 58.75294617388466, - 59.34196132850842 + 59.34196132850781 ] }, { @@ -28261,68 +24172,7 @@ "id": "525", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.84945806013542, - 12.84945806013542, - 12.84945806013542, - 12.84945806013542, - 12.84945806013542, - 12.84945806013542, - 12.84945806013542, - 12.84945806013542 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -784.0261879662312, - -1257.0248343804687, - -1167.597054152715, - -466.3715615909432, - 546.9108680625513, - 1303.751452063727, - 1093.3600910534833, - 178.1649076948479 - ], - "relative wind speed": [ - 3.3699468264310455, - 3.1535791668865834, - 3.2061709324696968, - 3.4876962019985385, - 3.8071813084203394, - 3.9882464274837384, - 3.9460916208248733, - 3.6996143489183906 - ], - "relative wind angle": [ - 0.11021546558283135, - 0.033835378559515135, - 0.06860828247858324, - 0.12000080047515632, - 0.0975148875029852, - 0.02675233711172343, - 0.055728854026393694, - 0.11309665042912102 - ], - "resistance": [ - 95850.47381203377, - 95377.47516561953, - 95466.90294584728, - 96168.12843840905, - 97181.41086806255, - 97938.25145206373, - 97727.86009105349, - 96812.66490769485 - ], - "fuel": [ - 42.59789210221206, - 42.356033077913985, - 42.40169648373477, - 42.760786142207564, - 43.282908887183055, - 43.67538518390924, - 43.566068224733286, - 43.09245979637821 - ] + "inaccessible": true }, { "geometry": "POLYGON ((52.5 47.5, 52.5 48.75, 53.75 48.75, 53.75 47.5, 52.5 47.5))", @@ -28354,9 +24204,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1214.2117328063105, + 1214.2117328062704, -825.7010380929278, - -2334.0862101296407, + -2334.0862101296734, -2594.6401231553464, -1781.9161838073014, 107.88891744088323, @@ -28364,7 +24214,7 @@ 2618.857850000615 ], "relative wind speed": [ - 6.874957681163621, + 6.874957681163619, 6.531973205320818, 6.221672774033959, 6.140918909420632, @@ -28374,19 +24224,19 @@ 7.057666562306023 ], "relative wind angle": [ - 0.055704088993427076, + 0.05570408899343106, 0.0702371681368546, - 0.04269033915144321, + 0.04269033915144841, 0.013500280530254732, - 0.06036403481395997, + 0.06036403481395998, 0.06849977445773268, 0.038014097197874436, 0.01174659010714765 ], "resistance": [ - 97848.71173280632, + 97848.71173280627, 95808.79896190707, - 94300.41378987036, + 94300.41378987033, 94039.85987684465, 94852.5838161927, 96742.38891744088, @@ -28394,9 +24244,9 @@ 99253.35785000061 ], "fuel": [ - 56.00398770811439, + 56.00398770811435, 54.95169547942535, - 54.183550497705184, + 54.18355049770517, 54.05172096915085, 54.46376067833744, 55.43136768901823, @@ -28434,53 +24284,53 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 2397.312525422545, + 2397.3125254225743, 602.8117670927531, - -1481.1647598670206, - -2663.10938995807, + -1481.1647598670424, + -2663.109389958099, -2621.9964549607357, -1329.520106565884, - 778.1910809060137, + 778.1910809060028, 2495.425457196936 ], "relative wind speed": [ - 7.63783891871114, + 7.637838918711139, 7.399933421567909, - 7.060998108286014, - 6.819365752425062, + 7.060998108286013, + 6.819365752425063, 6.830949794077827, 7.0879788228911, - 7.425682739800548, + 7.425682739800549, 7.648183390324961 ], "relative wind angle": [ - 0.023912993038426856, - 0.05604413859964587, - 0.05718648010077068, - 0.02291225852718835, + 0.023912993038422214, + 0.05604413859964586, + 0.057186480100772624, + 0.022912258527193193, 0.02673829421130237, 0.05851350046435495, - 0.05437513702455752, + 0.05437513702455956, 0.020428938515270667 ], "resistance": [ - 99031.81252542257, + 99031.8125254226, 97237.31176709279, - 95153.335240133, - 93971.39061004196, + 95153.33524013299, + 93971.39061004193, 94012.50354503929, 95304.97989343415, - 97412.69108090605, + 97412.69108090604, 99129.92545719696 ], "fuel": [ - 60.19867114319732, + 60.198671143197345, 59.264255666071925, - 58.19414507396326, - 57.59440482410691, + 58.194145073963256, + 57.5944048241069, 57.61517901270648, 58.27146859206211, - 59.35504921000551, + 59.355049210005504, 60.25010506228408 ] }, @@ -28501,68 +24351,7 @@ "id": "533", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.495587143228315, - 11.495587143228315, - 11.495587143228315, - 11.495587143228315, - 11.495587143228315, - 11.495587143228315, - 11.495587143228315, - 11.495587143228315 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -731.4327551947858, - -1111.7727124504327, - -1004.0495250949702, - -351.59694939526526, - 547.1004126910557, - 1188.796184870832, - 935.9690002877314, - 105.74394024325193 - ], - "relative wind speed": [ - 2.978284184792206, - 2.775485829519537, - 2.8467705390199396, - 3.1365183561709102, - 3.448000958812685, - 3.6132486362680347, - 3.55735643357883, - 3.3047147983993255 - ], - "relative wind angle": [ - 0.11991200450748124, - 0.03056507304221496, - 0.08311026865394022, - 0.13399837442521842, - 0.10351326250405192, - 0.02347679871576762, - 0.06648132153772182, - 0.1271404084267553 - ], - "resistance": [ - 95903.06724480524, - 95522.72728754958, - 95630.45047490504, - 96282.90305060474, - 97181.60041269107, - 97823.29618487085, - 97570.46900028775, - 96740.24394024326 - ], - "fuel": [ - 41.635338168944514, - 41.4407184331466, - 41.4957856874411, - 41.830237141998246, - 42.29350888009486, - 42.6261372896726, - 42.49489926829648, - 42.06561738716349 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 53.75, 50 55, 51.25 55, 51.25 53.75, 50 53.75))", @@ -28581,68 +24370,7 @@ "id": "536", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.248725808398742, - 15.248725808398742, - 15.248725808398742, - 15.248725808398742, - 15.248725808398742, - 15.248725808398742, - 15.248725808398742, - 15.248725808398742 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1246.2713713922012, - -1937.371451130658, - -1769.0601063060594, - -652.5712016378811, - 914.4517038904305, - 2055.117994043101, - 1660.0611270893005, - 224.63402201999997 - ], - "relative wind speed": [ - 3.963159146176721, - 3.6893543132131907, - 3.773287101279015, - 4.1495539458752715, - 4.561617377188026, - 4.78577561794984, - 4.71988219822374, - 4.392742373968558 - ], - "relative wind angle": [ - 0.1200174061308491, - 0.033239597434937755, - 0.07988543841152192, - 0.13255729443063163, - 0.10421017484907649, - 0.025622490031669318, - 0.0638394780693724, - 0.1251790103956621 - ], - "resistance": [ - 95388.22862860785, - 94697.12854886938, - 94865.43989369398, - 95981.92879836216, - 97548.95170389047, - 98689.61799404315, - 98294.56112708934, - 96859.13402202004 - ], - "fuel": [ - 44.41167641954338, - 44.05976445420416, - 44.14530580775275, - 44.71541099611001, - 45.523393051750844, - 46.11728517916233, - 45.911049326294076, - 45.16658620513381 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 52.5, 50 53.75, 51.25 53.75, 51.25 52.5, 50 52.5))", @@ -28661,68 +24389,7 @@ "id": "538", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.356028908803278, - 13.356028908803278, - 13.356028908803278, - 13.356028908803278, - 13.356028908803278, - 13.356028908803278, - 13.356028908803278, - 13.356028908803278 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1033.7772268404551, - -1402.0997526618366, - -1195.983004031431, - -301.07909813968854, - 821.7747115090988, - 1538.2381052475866, - 1052.979380796066, - -28.747852623885592 - ], - "relative wind speed": [ - 3.4340846936026996, - 3.250525941381692, - 3.3670958545405147, - 3.695307792582326, - 4.020196747696693, - 4.1700120716170685, - 4.076467230257529, - 3.7814838213468187 - ], - "relative wind angle": [ - 0.10379787715513915, - 0.013357520313253476, - 0.08754890324344064, - 0.12474458813872745, - 0.08862182004029448, - 0.010412070493031538, - 0.07228456359441689, - 0.12188746028363817 - ], - "resistance": [ - 95600.72277315955, - 95232.40024733817, - 95438.51699596857, - 96333.42090186031, - 97456.2747115091, - 98172.73810524758, - 97687.47938079607, - 96605.75214737612 - ], - "fuel": [ - 42.87136165435601, - 42.683297372905066, - 42.788477709598254, - 43.246975845021844, - 43.826477905347055, - 44.19869468654432, - 43.94638452467548, - 43.38709438227643 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.75 51.25, 53.75 52.5, 55 52.5, 55 51.25, 53.75 51.25))", @@ -28754,17 +24421,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2279.7579878181223, + -2279.7579878181405, -2464.6420658692223, -1566.9595035541188, 297.55772527099, 2081.724043505932, 2518.478423733177, - 1067.6356249275923, + 1067.6356249275996, -902.700867142059 ], "relative wind speed": [ - 4.920688062813313, + 4.920688062813312, 4.849319485132049, 5.119853729355549, 5.542951524852947, @@ -28774,33 +24441,33 @@ 5.281691454910545 ], "relative wind angle": [ - 0.05847371272289652, + 0.05847371272290031, 0.027075255263887193, - 0.09256164259304298, + 0.09256164259304296, 0.09720629099645015, 0.049044142357172874, 0.02215916277993317, - 0.08322346578073131, + 0.08322346578072996, 0.10203097816550745 ], "resistance": [ - 94354.74201218187, + 94354.74201218186, 94169.85793413078, 95067.54049644589, 96932.05772527099, 98716.22404350594, 99152.97842373318, - 97702.13562492759, + 97702.1356249276, 95731.79913285794 ], "fuel": [ - 48.3143045261225, + 48.314304526122484, 48.22069740686865, 48.67638608318546, 49.632448981645865, 50.55942233021445, 50.78814515429971, - 50.03109422419355, + 50.031094224193566, 49.01551262651028 ] }, @@ -28821,68 +24488,7 @@ "id": "546", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.21046705049851, - 10.21046705049851, - 10.21046705049851, - 10.21046705049851, - 10.21046705049851, - 10.21046705049851, - 10.21046705049851, - 10.21046705049851 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -863.9826872343756, - -1094.6702757480334, - -880.6749155877392, - -121.58197165984393, - 771.2248798821743, - 1295.4614716791398, - 795.1406767818612, - -93.69319429642928 - ], - "relative wind speed": [ - 2.519599123432365, - 2.3481847522506385, - 2.5102470292240437, - 2.872151718692849, - 3.1963503063494487, - 3.324313973288167, - 3.2037001850942946, - 2.8837093349557725 - ], - "relative wind angle": [ - 0.13906542878603076, - 0.0024971424296015257, - 0.13625174467213297, - 0.1707589690705858, - 0.10948725434138964, - 0.0017638973849017094, - 0.10663147303790307, - 0.1700678950444006 - ], - "resistance": [ - 95770.51731276565, - 95539.82972425198, - 95753.82508441228, - 96512.91802834017, - 97405.72487988218, - 97929.96147167915, - 97429.64067678187, - 96540.80680570359 - ], - "fuel": [ - 40.73991188013717, - 40.62191872476275, - 40.73136741602791, - 41.120982516085675, - 41.581972105945184, - 41.85403719711461, - 41.59436151731345, - 41.135337656913336 - ] + "inaccessible": true }, { "geometry": "POLYGON ((65 53.75, 65 55, 66.25 55, 66.25 53.75, 65 53.75))", @@ -28914,17 +24520,17 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 1382.8870512368894, + 1382.8870512368849, 443.51216672673627, -616.9961988423665, -1237.8543316160499, -1221.023915255689, -561.7694829138991, - 508.5562940084983, + 508.5562940084992, 1421.6074692852071 ], "relative wind speed": [ - 3.1843423260885317, + 3.1843423260885313, 2.877983295475522, 2.39078883567822, 1.9856865813291447, @@ -28934,14 +24540,14 @@ 3.193691445895329 ], "relative wind angle": [ - 0.08263716683338557, - 0.21238279647166053, - 0.2515524762490615, + 0.08263716683338826, + 0.2123827964716605, + 0.25155247624906196, 0.11858925462626607, - 0.13176137120849601, + 0.131761371208496, 0.2533084764961933, - 0.20646181080482337, - 0.0736270017354387 + 0.20646181080482284, + 0.07362700173543871 ], "resistance": [ 98017.38705123693, @@ -28994,19 +24600,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1823.4131449458046, + 1823.413144945801, 720.1836026781439, - -697.2066272631837, + -697.2066272631882, -1641.9726014639764, -1734.67787032454, -1021.2164718213162, - 343.2415062650307, + 343.2415062650325, 1606.5108770619254 ], "relative wind speed": [ - 4.391808314271634, + 4.391808314271633, 4.147268673369516, - 3.7288111207625083, + 3.728811120762508, 3.3661852234850906, 3.3148872952950823, 3.616161030803529, @@ -29015,32 +24621,32 @@ ], "relative wind angle": [ 0.03650503839300988, - 0.11950145578966606, - 0.1450410079751617, + 0.11950145578966608, + 0.14504100797516248, 0.07962373180665186, 0.04837270108768628, - 0.13715636039074083, - 0.13358984130046703, + 0.1371563603907408, + 0.13358984130046617, 0.06155248376439592 ], "resistance": [ 98457.91314494581, 97354.68360267814, - 95937.29337273682, + 95937.2933727368, 94992.52739853603, 94899.82212967546, 95613.28352817868, - 96977.74150626503, + 96977.74150626504, 98241.01087706193 ], "fuel": [ 44.76320216340072, 44.18967596291972, - 43.45947691600033, + 43.45947691600031, 42.9769125168511, 42.92973977359945, 43.293606043935775, - 43.9947564623973, + 43.994756462397305, 44.65008541770882 ] }, @@ -29074,12 +24680,12 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 700.9262783606343, + 700.9262783606339, 3.7355393761638425, - -605.0076866745445, - -814.1013727921832, - -649.7285012575328, - -70.55599959692995, + -605.0076866745447, + -814.1013727921815, + -649.7285012575326, + -70.55599959692972, 635.5008567167745, 1080.226961819353 ], @@ -29087,19 +24693,19 @@ 2.3830588254969367, 2.0374442164951097, 1.6032643368981914, - 1.3648325560555432, - 1.562903532504422, + 1.364832556055543, + 1.5629035325044223, 1.9926007834898265, 2.356094285830693, 2.5017731535102326 ], "relative wind angle": [ - 0.16247036527854192, + 0.1624703652785426, 0.2827877841224282, - 0.2641066816833532, - 0.01712479805662362, - 0.2492121359875251, - 0.28933344042299647, + 0.26410668168335405, + 0.017124798056617135, + 0.249212135987526, + 0.2893334404229964, 0.17858382186334618, 0.009342045851759241 ], @@ -29141,68 +24747,7 @@ "id": "553", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.041893013972473, - 17.041893013972473, - 17.041893013972473, - 17.041893013972473, - 17.041893013972473, - 17.041893013972473, - 17.041893013972473, - 17.041893013972473 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 271.35421787358064, - -1442.3897139339751, - -2257.3059049080002, - -2072.6715759278777, - -787.3640986282899, - 1031.8559495423888, - 2364.2072714880615, - 1929.997927861059 - ], - "relative wind speed": [ - 4.899090737263743, - 4.453340709442489, - 4.168007720590102, - 4.249968593922173, - 4.636584659346983, - 5.066237645517376, - 5.303462924951629, - 5.23801243850283 - ], - "relative wind angle": [ - 0.11619137774067331, - 0.11140048251650074, - 0.031721920636551715, - 0.0725646283720068, - 0.12280206149394864, - 0.0978774032121991, - 0.024928755315740514, - 0.058859118753784266 - ], - "resistance": [ - 96905.8542178736, - 95192.11028606605, - 94377.19409509201, - 94561.82842407214, - 95847.13590137173, - 97666.3559495424, - 98998.70727148808, - 98564.49792786107 - ], - "fuel": [ - 46.97057129179262, - 46.09150632686253, - 45.67732894022841, - 45.770951972112925, - 46.42621147191263, - 47.36417154973744, - 48.05892242116185, - 47.83177960297238 - ] + "inaccessible": true }, { "geometry": "POLYGON ((67.5 52.5, 67.5 53.75, 68.75 53.75, 68.75 52.5, 67.5 52.5))", @@ -29221,68 +24766,7 @@ "id": "554", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.00965422649118, - 17.00965422649118, - 17.00965422649118, - 17.00965422649118, - 17.00965422649118, - 17.00965422649118, - 17.00965422649118, - 17.00965422649118 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 688.7639555057303, - -1139.9416557803142, - -2235.398639730175, - -2242.043883971787, - -1163.441900863214, - 661.4692195076532, - 2216.150480802611, - 2231.758331943638 - ], - "relative wind speed": [ - 4.9869117766795465, - 4.533488038814941, - 4.181216927935187, - 4.178253365064373, - 4.526886845949469, - 4.980911541709744, - 5.2800964561231, - 5.282441897621186 - ], - "relative wind angle": [ - 0.11053536137999836, - 0.1222256502564663, - 0.055411712175884816, - 0.05393400329079426, - 0.12182131023714599, - 0.11119865180207945, - 0.04387119513853986, - 0.042652433680375024 - ], - "resistance": [ - 97323.2639555057, - 95494.55834421965, - 94399.1013602698, - 94392.45611602819, - 95471.05809913676, - 97295.96921950762, - 98850.65048080258, - 98866.25833194361 - ], - "fuel": [ - 47.15246689422003, - 46.21198312661855, - 45.65456110267931, - 45.651193303793065, - 46.19997818507996, - 47.13833802281981, - 47.947522610573614, - 47.95569182521813 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 52.5, 68.75 53.75, 70 53.75, 70 52.5, 68.75 52.5))", @@ -29301,68 +24785,7 @@ "id": "555", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 16.747862321086036, - 16.747862321086036, - 16.747862321086036, - 16.747862321086036, - 16.747862321086036, - 16.747862321086036, - 16.747862321086036, - 16.747862321086036 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -530.5114778515599, - -1719.6876945471786, - -1955.1970724884977, - -1374.4577584339986, - 50.19749898624832, - 1520.333921789792, - 2076.2551426827886, - 1028.895256082098 - ], - "relative wind speed": [ - 4.606110936461228, - 4.255238972340966, - 4.1497603587866925, - 4.367601462473451, - 4.752522130639817, - 5.069089252467305, - 5.155794170237161, - 4.972603143848171 - ], - "relative wind angle": [ - 0.10943858726684032, - 0.0714234961696291, - 0.01774472432203216, - 0.09350501080275808, - 0.10605420522991418, - 0.05994126602723079, - 0.01428198839615827, - 0.08210111586659408 - ], - "resistance": [ - 96103.98852214847, - 94914.81230545286, - 94679.30292751153, - 95260.04224156603, - 96684.69749898628, - 98154.83392178982, - 98710.75514268281, - 97663.39525608212 - ], - "fuel": [ - 46.251523336251765, - 45.64392302473906, - 45.524215600790875, - 45.81977349373077, - 46.550144282296856, - 47.31174957172992, - 47.60184054274184, - 47.05626454213636 - ] + "inaccessible": true }, { "geometry": "POLYGON ((65 51.25, 65 52.5, 66.25 52.5, 66.25 51.25, 65 51.25))", @@ -29394,19 +24817,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 535.9842137682067, + 535.9842137682062, -110.80048292456104, - -644.6838259813023, + -644.6838259813035, -786.3798180169094, - -597.3713843010316, + -597.3713843010319, -31.85196884476909, 603.9082520087068, 934.1637708672606 ], "relative wind speed": [ - 2.6179814664758707, + 2.6179814664758703, 2.3270784583147486, - 2.0079990639253436, + 2.007999063925343, 1.87467460971837, 2.0409712365451576, 2.367297276656075, @@ -29414,17 +24837,17 @@ 2.739522888185659 ], "relative wind angle": [ - 0.12263409941952177, + 0.12263409941952176, 0.1869168464633179, - 0.14559122315897902, + 0.1455912231589798, 0.01091393600934529, - 0.1575615500562702, - 0.18370471562978813, + 0.15756155005627023, + 0.18370471562978816, 0.11043093887393865, 0.007468403654192367 ], "resistance": [ - 97170.48421376823, + 97170.48421376821, 96523.69951707545, 95989.8161740187, 95848.1201819831, @@ -29434,7 +24857,7 @@ 97568.66377086728 ], "fuel": [ - 40.43357188178409, + 40.433571881784076, 40.09988284240157, 39.82561460880977, 39.75300019933912, @@ -29474,53 +24897,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -47.5767132777446, + -47.57671327774551, -543.5871362475627, - -704.489224101234, + -704.4892241012453, -583.0666076821603, - -113.78445059780461, + -113.78445059780552, 451.63353381884417, - 793.4884549091594, - 507.9592344624507 + 793.4884549091853, + 507.95923446245024 ], "relative wind speed": [ - 2.5830661379115383, + 2.583066137911538, 2.3284058387667557, 2.2039587352307333, 2.304456230004159, 2.5525117582665082, 2.786767517915854, 2.8861934866384398, - 2.806604431142555 + 2.8066044311425555 ], "relative wind angle": [ 0.1324484698043363, 0.10848854138243143, - 0.006993751833539629, + 0.0069937518335555044, 0.10010901431004678, - 0.1340434268486277, + 0.13404342684862852, 0.09059072461326859, - 0.005340559506036012, - 0.08215299937727541 + 0.005340559506015224, + 0.08215299937727677 ], "resistance": [ 96586.92328672226, 96090.91286375244, - 95930.01077589877, + 95930.01077589876, 96051.43339231783, 96520.7155494022, 97086.13353381885, - 97427.98845490917, + 97427.98845490918, 97142.45923446245 ], "fuel": [ 40.56457529322749, 40.30961161415705, - 40.2270999498916, + 40.227099949891596, 40.289357358986415, 40.53048966103135, 40.82210812774396, - 40.99899935914131, + 40.99899935914132, 40.85122367620717 ] }, @@ -29541,68 +24964,7 @@ "id": "561", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.823581381440144, - 12.823581381440144, - 12.823581381440144, - 12.823581381440144, - 12.823581381440144, - 12.823581381440144, - 12.823581381440144, - 12.823581381440144 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -115.22224344033748, - -729.8504110307622, - -903.4522591834902, - -739.1424287203672, - -130.89667671250754, - 578.1826802286696, - 981.8170221646114, - 591.3891476989465 - ], - "relative wind speed": [ - 3.57784317461332, - 3.3543670346107906, - 3.2556556986415166, - 3.350481403936375, - 3.572690567584708, - 3.783292411505125, - 3.868563770411298, - 3.786733953648235 - ], - "relative wind angle": [ - 0.08575839158836472, - 0.06519235953811656, - 0.0007942548718472735, - 0.06417432642614891, - 0.085882378849072, - 0.05779250007049568, - 0.0006684186882563146, - 0.05677261823798765 - ], - "resistance": [ - 96519.27775655966, - 95904.64958896925, - 95731.04774081652, - 95895.35757127963, - 96503.60332328749, - 97212.68268022867, - 97616.31702216461, - 97225.88914769895 - ], - "fuel": [ - 42.921248973936144, - 42.60560270158922, - 42.516702939880545, - 42.60084151212547, - 42.91318180022942, - 43.27903904766083, - 43.48813421577749, - 43.285870816199406 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 58.75, 50 60, 51.25 60, 51.25 58.75, 50 58.75))", @@ -29634,9 +24996,9 @@ ], "ice resistance": 54674.54961646656, "wind resistance": [ - -2173.568249575106, + -2173.568249575139, -3110.6150096813253, - -2776.5167219161267, + -2776.5167219161667, -945.1203329660748, 1495.7587980520293, 3148.181435708342, @@ -29644,7 +25006,7 @@ 74.68239574652398 ], "relative wind speed": [ - 7.081407466135635, + 7.0814074661356345, 6.868400498426433, 6.961097755835374, 7.296660099921614, @@ -29654,9 +25016,9 @@ 7.458585076418859 ], "relative wind angle": [ - 0.05738161112054221, - 0.01181438319916128, - 0.041868363826451066, + 0.05738161112054608, + 0.011814383199161279, + 0.04186836382645637, 0.06764357255006917, 0.05302057621253467, 0.010330775292258357, @@ -29664,9 +25026,9 @@ 0.06617286759883625 ], "resistance": [ - 52500.98136689146, + 52500.98136689142, 51563.93460678523, - 51898.03289455043, + 51898.03289455039, 53729.42928350049, 56170.308414518586, 57822.7310521749, @@ -29674,9 +25036,9 @@ 54749.232012213084 ], "fuel": [ - 40.613330686851256, + 40.61333068685124, 40.286149151776016, - 40.402428934398664, + 40.40242893439866, 41.04720792150812, 41.9259689931144, 42.533455655100155, @@ -29714,9 +25076,9 @@ ], "ice resistance": 48534.17034830141, "wind resistance": [ - -2946.600621679052, + -2946.600621679092, -3210.9289203976477, - -2114.346105256882, + -2114.3461052568855, 262.8538806735378, 2566.746155509656, 3196.243249421397, @@ -29724,9 +25086,9 @@ -1144.4667236153764 ], "relative wind speed": [ - 6.930225969106695, + 6.9302259691066945, 6.856777578458322, - 7.096486602148525, + 7.0964866021485244, 7.490187475508818, 7.802545186614872, 7.867168779910533, @@ -29734,19 +25096,19 @@ 7.266693536525301 ], "relative wind angle": [ - 0.040134398620294956, - 0.016336381574173182, + 0.04013439862030049, + 0.01633638157417318, 0.061544178722908995, 0.0675067641182825, - 0.03564537908597618, + 0.035645379085976175, 0.014238125598568404, - 0.05707387370877766, - 0.06958630498588117 + 0.057073873708777666, + 0.06958630498588116 ], "resistance": [ - 45587.56972662236, + 45587.56972662232, 45323.24142790376, - 46419.82424304453, + 46419.824243044524, 48797.02422897495, 51100.916503811066, 51730.413597722814, @@ -29754,7 +25116,7 @@ 47389.70362468604 ], "fuel": [ - 38.2762983815528, + 38.27629838155279, 38.19047391191707, 38.548220181865304, 39.339115576169924, @@ -29794,17 +25156,17 @@ ], "ice resistance": 36181.44962584301, "wind resistance": [ - -1860.5977514650403, + -1860.5977514650695, -2919.192084629871, - -2722.261082196288, + -2722.26108219631, -1135.1409822366695, - 1162.4240990158323, + 1162.4240990158141, 2855.2758878064924, 2385.5435868503155, 323.3390643394814 ], "relative wind speed": [ - 7.132535587514363, + 7.1325355875143615, 6.906687331886482, 6.961252019461878, 7.259469593152212, @@ -29814,31 +25176,31 @@ 7.490918416333033 ], "relative wind angle": [ - 0.0566728142388114, + 0.05667281423881337, 0.016788245623889135, - 0.03448806385956423, - 0.06277348116287548, - 0.05310048544291648, + 0.03448806385956745, + 0.0627734811628755, + 0.053100485442918566, 0.014832331356197435, 0.030901783655658387, 0.06083151855468729 ], "resistance": [ - 34320.85187437797, + 34320.85187437794, 33262.25754121314, - 33459.18854364672, + 33459.1885436467, 35046.30864360634, - 37343.873724858844, + 37343.87372485882, 39036.7255136495, 38566.99321269333, 36504.78869018249 ], "fuel": [ - 34.84875197093983, + 34.84875197093982, 34.5509829572719, - 34.606061414452554, + 34.60606141445254, 35.0552216453638, - 35.72204591594751, + 35.722045915947504, 36.22593191263306, 36.08504474690715, 35.47624066366518 @@ -29861,68 +25223,7 @@ "id": "570", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.03832978904852, - 19.03832978904852, - 19.03832978904852, - 19.03832978904852, - 19.03832978904852, - 19.03832978904852, - 19.03832978904852, - 19.03832978904852 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -90.0829944981324, - -1731.9217110441914, - -2318.352561500853, - -1978.311499317142, - -504.9722664944202, - 1331.7362008972832, - 2487.029180336347, - 1682.2442333529762 - ], - "relative wind speed": [ - 5.360593888539592, - 4.965116680635854, - 4.7617853842172195, - 4.8950153044121185, - 5.268628848902317, - 5.642874545212338, - 5.815480783218962, - 5.703791892671479 - ], - "relative wind angle": [ - 0.09844431276658193, - 0.08170577264227025, - 0.009704531764040037, - 0.0694890783581441, - 0.10016839953278674, - 0.07187410809687186, - 0.007946145847223538, - 0.059623121107921555 - ], - "resistance": [ - 96544.41700550189, - 94902.57828895583, - 94316.14743849917, - 94656.18850068288, - 96129.52773350562, - 97966.23620089731, - 99121.52918033638, - 98316.744233353 - ], - "fuel": [ - 49.01510941975061, - 48.17491673806815, - 47.87724847475372, - 48.049695097839546, - 48.80184735837409, - 49.750813942042775, - 50.35414681295161, - 49.93333620844149 - ] + "inaccessible": true }, { "geometry": "POLYGON ((67.5 56.25, 67.5 57.5, 68.75 57.5, 68.75 56.25, 67.5 56.25))", @@ -29954,19 +25255,19 @@ ], "ice resistance": 66538.49949755431, "wind resistance": [ - 3013.2903851302144, + 3013.2903851301235, 813.2618966231821, - -1768.3916005256615, + -1768.3916005256724, -3262.545770189954, - -3234.706896684067, + -3234.7068966840416, -1666.513466104254, 931.1593209990388, 3079.5147667692145 ], "relative wind speed": [ - 7.857948647514838, + 7.857948647514836, 7.575059477379951, - 7.163361320996529, + 7.163361320996528, 6.862830214881018, 6.870580405062973, 7.181274675402113, @@ -29974,29 +25275,29 @@ 7.864718271567756 ], "relative wind angle": [ - 0.027339084311466328, - 0.06620292646305634, - 0.06900215425334938, + 0.027339084311474453, + 0.06620292646305635, + 0.06900215425335099, 0.028760096402798425, - 0.03126917315433993, + 0.03126917315433638, 0.06983891944046106, - 0.06510065235690936, - 0.025095516364108433 + 0.06510065235690934, + 0.025095516364108436 ], "resistance": [ - 69551.78988268452, + 69551.78988268443, 67351.76139417749, - 64770.10789702865, + 64770.10789702863, 63275.95372736435, - 63303.79260087024, + 63303.79260087026, 64871.986031450055, 67469.65881855335, 69618.01426432352 ], "fuel": [ - 47.137469132766384, + 47.13746913276635, 46.23488654746575, - 45.19870618293568, + 45.19870618293567, 44.61033825838376, 44.62122470042054, 45.23912627020947, @@ -30034,9 +25335,9 @@ ], "ice resistance": 25292.18192793401, "wind resistance": [ - 661.049884840384, + 661.0498848403295, -1469.7107064312295, - -2704.5692882082985, + -2704.5692882084004, -2685.163375848766, -1398.0851187212247, 743.8818893908392, @@ -30044,7 +25345,7 @@ 2468.8211596082656 ], "relative wind speed": [ - 7.535923608937497, + 7.535923608937496, 7.196861787084102, 6.950927603665044, 6.956297114172458, @@ -30054,19 +25355,19 @@ 7.770146462796544 ], "relative wind angle": [ - 0.05471379451687103, + 0.05471379451687712, 0.056588324365329915, - 0.023528477501919325, + 0.02352847750193348, 0.02527118664974368, - 0.057194695434018984, - 0.05395406629073149, + 0.05719469543401898, + 0.053954066290731496, 0.021034438734734335, - 0.022623790745767793 + 0.02262379074576779 ], "resistance": [ - 25953.231812774393, + 25953.23181277434, 23822.47122150278, - 22587.61263972571, + 22587.61263972561, 22607.018552085243, 23894.096809212784, 26036.063817324848, @@ -30074,9 +25375,9 @@ 27761.003087542274 ], "fuel": [ - 32.60883577315591, + 32.6088357731559, 32.080074580229095, - 31.781369371601222, + 31.7813693716012, 31.786019666390732, 32.09757450261604, 32.62973217734462, @@ -30114,9 +25415,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 3220.2946953663777, + 3220.2946953662904, 1044.7284511033686, - -1635.9632110338862, + -1635.9632110338935, -3298.328651357475, -3364.5010299872665, -1877.317688626048, @@ -30124,9 +25425,9 @@ 3063.0882261250663 ], "relative wind speed": [ - 7.751417603378133, + 7.751417603378132, 7.473253553645856, - 7.043296292868975, + 7.043296292868974, 6.709409105882391, 6.690575985284979, 6.9999116565676776, @@ -30134,17 +25435,17 @@ 7.735121933540214 ], "relative wind angle": [ - 0.02516794975743466, + 0.02516794975744348, 0.06871690618861123, 0.07540769120891876, 0.03537097182521576, - 0.029159573202486695, + 0.029159573202486692, 0.07337171087579694, 0.0714532021942022, - 0.03067903315742381 + 0.030679033157423808 ], "resistance": [ - 99854.79469536642, + 99854.79469536633, 97679.22845110341, 94998.53678896616, 93336.17134864257, @@ -30154,7 +25455,7 @@ 99697.58822612511 ], "fuel": [ - 60.550002539325156, + 60.550002539325114, 59.41204232189605, 58.03408975969346, 57.1930186558135, @@ -30194,17 +25495,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1012.2594644274172, + -1012.2594644274182, -794.9929783719458, - -83.4926806287067, + -83.4926806287076, 731.0571666117294, 1178.9426146669693, 693.7864503535175, - -127.07478772553259, + -127.07478772553168, -821.0472444951779 ], "relative wind speed": [ - 2.3757700201913994, + 2.375770020191399, 2.534661231609345, 2.8696319528588825, 3.1645988185488045, @@ -30216,12 +25517,12 @@ "relative wind angle": [ 0.0038637940165278327, 0.12825761381026546, - 0.15722001632681235, + 0.15722001632681304, 0.09850258776034751, 0.0028034242471826776, - 0.10300482634669073, - 0.15822808713864595, - 0.12380760746691988 + 0.10300482634669074, + 0.15822808713864525, + 0.12380760746691989 ], "resistance": [ 95622.24053557258, @@ -30261,68 +25562,7 @@ "id": "577", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.147602361523997, - 18.147602361523997, - 18.147602361523997, - 18.147602361523997, - 18.147602361523997, - 18.147602361523997, - 18.147602361523997, - 18.147602361523997 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1914.6972344236056, - -1672.7057222239491, - -500.1932365113098, - 1013.4173182678733, - 2006.2471885483337, - 1432.456781513467, - -3.1894652642149595, - -1377.9404433592663 - ], - "relative wind speed": [ - 4.590157684262856, - 4.689208231987728, - 5.003419812669205, - 5.331240177602085, - 5.492523733615155, - 5.4082058658839545, - 5.118901709245095, - 4.776530403906624 - ], - "relative wind angle": [ - 0.012629928273793146, - 0.05933342678259881, - 0.09030362328085646, - 0.06758697053547208, - 0.010554874276379349, - 0.05143780363764029, - 0.08826101444825792, - 0.07545015226921557 - ], - "resistance": [ - 94719.8027655764, - 94961.79427777606, - 96134.30676348871, - 97647.9173182679, - 98640.74718854835, - 98066.95678151348, - 96631.31053473579, - 95256.55955664074 - ], - "fuel": [ - 47.0542510087492, - 47.177292633706145, - 47.776547371287236, - 48.55769697591339, - 49.07471005823861, - 48.775463133715185, - 48.03210283016277, - 47.32746167421465 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 41.25, 68.75 41.875, 69.375 41.875, 69.375 41.25, 68.75 41.25))", @@ -30354,19 +25594,19 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1085.196616746301, + -1085.196616746306, -1178.5623408157799, - -746.0377693036003, + -746.0377693036012, 153.2782138120183, 1020.1215846157556, 1239.4036852606678, - 536.577554813688, + 536.5775548136899, -416.05947887509774 ], "relative wind speed": [ - 2.9873700935019913, + 2.987370093501991, 2.9285565776273548, - 3.1427916500389994, + 3.142791650038999, 3.4734042869573805, 3.722538046857032, 3.7689820850574245, @@ -30374,17 +25614,17 @@ 3.2737031394422966 ], "relative wind angle": [ - 0.07576159716042345, + 0.07576159716042638, 0.03437036850994002, 0.11750097483032725, 0.1213331149683635, 0.0607786263493139, 0.026704216604528735, - 0.1027425864880884, - 0.12877461068157003 + 0.10274258648808733, + 0.12877461068157006 ], "resistance": [ - 95549.30338325375, + 95549.30338325373, 95455.93765918426, 95888.46223069644, 96787.77821381207, @@ -30394,7 +25634,7 @@ 96218.44052112494 ], "fuel": [ - 41.8449217980379, + 41.844921798037895, 41.79721966510124, 42.01847673770932, 42.48074844969175, @@ -30421,68 +25661,7 @@ "id": "579", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.43864441424536, - 13.43864441424536, - 13.43864441424536, - 13.43864441424536, - 13.43864441424536, - 13.43864441424536, - 13.43864441424536, - 13.43864441424536 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1243.7985289236922, - -1383.3314012812507, - -925.0064785293152, - 106.57654415725665, - 1136.5515135194646, - 1464.9555795850447, - 682.3371447253921, - -428.98131725887197 - ], - "relative wind speed": [ - 3.3689765894642436, - 3.2905646282624677, - 3.4993130466190303, - 3.843416730835135, - 4.114330237379817, - 4.17730786390037, - 4.0040635315061905, - 3.6750325707009113 - ], - "relative wind angle": [ - 0.0753586876820431, - 0.025768779547673506, - 0.10695180360620478, - 0.11564649739963825, - 0.06168740686485705, - 0.02029782708453843, - 0.09342726991359887, - 0.12097065700710528 - ], - "resistance": [ - 95390.7014710763, - 95251.16859871875, - 95709.49352147068, - 96741.07654415726, - 97771.05151351946, - 98099.45557958505, - 97316.83714472539, - 96205.51868274112 - ], - "fuel": [ - 42.831110619645614, - 42.759915239778735, - 42.994043207511865, - 43.5238704785139, - 44.056822392282896, - 44.22758229768377, - 43.82130641297155, - 43.24831047780438 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 40.625, 68.75 41.25, 69.375 41.25, 69.375 40.625, 68.75 40.625))", @@ -30514,32 +25693,32 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1019.5298435283466, + -1019.5298435283503, -1126.0095437772684, - -728.6058922795046, + -728.6058922795064, 129.2939723327181, - 976.7771553867342, + 976.7771553867351, 1225.6825444560873, 560.9572715840441, -357.7705658467853 ], "relative wind speed": [ - 2.6379056942239236, + 2.637905694223923, 2.562392854559981, 2.788746431176227, 3.143685967345292, - 3.4131155161108504, + 3.413115516110851, 3.470165246329861, 3.2910176724741986, 2.953835221648616 ], "relative wind angle": [ - 0.09614545154443375, + 0.09614545154443607, 0.03747271994818665, - 0.13994295569480286, + 0.13994295569480447, 0.14496231147447078, 0.07426205583917879, - 0.02766715732087236, + 0.027667157320872358, 0.11847530997761564, 0.15435180980671617 ], @@ -30581,68 +25760,7 @@ "id": "581", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.55249661521557, - 14.55249661521557, - 14.55249661521557, - 14.55249661521557, - 14.55249661521557, - 14.55249661521557, - 14.55249661521557, - 14.55249661521557 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1452.5329405695393, - -1584.3584059735758, - -1018.5603803489512, - 179.96887533758763, - 1342.607619412087, - 1652.9688784990503, - 724.4588918653662, - -549.4044707037683 - ], - "relative wind speed": [ - 3.6465150874523347, - 3.5781748700788216, - 3.8099181880355673, - 4.174990632986105, - 4.4543167129390575, - 4.50939843674543, - 4.315383304257166, - 3.9632641694270143 - ], - "relative wind angle": [ - 0.0697122555654239, - 0.029786106705740736, - 0.10642495501723534, - 0.11179602860270829, - 0.05705449704829703, - 0.02363376441919964, - 0.09392004391582899, - 0.11779548636097298 - ], - "resistance": [ - 95181.9670594305, - 95050.14159402647, - 95615.9396196511, - 96814.46887533762, - 97977.10761941213, - 98287.46887849909, - 97358.9588918654, - 96085.09552929628 - ], - "fuel": [ - 43.672482600163505, - 43.60532035452495, - 43.8940391410037, - 44.50956604747053, - 45.111768198987505, - 45.27337395490051, - 44.790964726373204, - 44.134346199021934 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 40, 68.75 40.625, 69.375 40.625, 69.375 40, 68.75 40))", @@ -30674,17 +25792,17 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -697.6573967939703, + -697.6573967939721, -1106.8693511727458, - -1002.1317197920644, + -1002.1317197920655, -342.79465053275, - 580.0542045614425, + 580.0542045614434, 1260.6550049477273, 1017.7522295323197, 165.00255936215808 ], "relative wind speed": [ - 2.4124926763096584, + 2.412492676309658, 2.14038635695464, 2.2271654326291204, 2.5952142653159966, @@ -30694,11 +25812,11 @@ 2.8197793805188494 ], "relative wind angle": [ - 0.18695570220788246, + 0.18695570220788368, 0.05348040270757679, - 0.1290417412196469, + 0.12904174121964862, 0.20162748527236482, - 0.15116772284528487, + 0.15116772284528415, 0.03600017502372872, 0.09202846730900387, 0.1853751074586534 @@ -30706,7 +25824,7 @@ "resistance": [ 95936.84260320601, 95527.63064882724, - 95632.36828020793, + 95632.36828020791, 96291.70534946723, 97214.55420456143, 97895.15500494771, @@ -30754,9 +25872,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -815.5760550877144, + -815.5760550877148, -1329.4115767791677, - -1226.4786435462079, + -1226.4786435462092, -462.372801719157, 636.3368548218364, 1464.6899548005545, @@ -30764,9 +25882,9 @@ 224.20947197531177 ], "relative wind speed": [ - 2.835665991084493, + 2.8356659910844924, 2.5509312842115626, - 2.623536850449506, + 2.6235368504495056, 2.9913224555950633, 3.3900968961447697, 3.6092254240313593, @@ -30775,10 +25893,10 @@ ], "relative wind angle": [ 0.16601726151686275, - 0.052184216272955795, + 0.0521842162729558, 0.10709756796564376, - 0.17800287657044933, - 0.13867309608616224, + 0.1780028765704493, + 0.13867309608616227, 0.03687442125354485, 0.07892744182723353, 0.16351994953090712 @@ -30786,7 +25904,7 @@ "resistance": [ 95818.9239449123, 95305.08842322085, - 95408.02135645381, + 95408.0213564538, 96172.12719828085, 97270.83685482186, 98099.18995480057, @@ -30796,7 +25914,7 @@ "fuel": [ 41.31114264680867, 41.048501812715685, - 41.10103604936799, + 41.101036049367984, 41.492248001371706, 42.058580544205164, 42.48852708008857, @@ -30834,34 +25952,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -548.1195245918179, + -548.1195245918207, -1472.3764513282977, - -1611.5641294201614, + -1611.5641294201687, -1043.2156816111183, 173.0677386056832, 1359.0525715186022, - 1686.6905893153898, - 747.7014177733017 + 1686.690589315379, + 747.7014177733026 ], "relative wind speed": [ - 3.9832287696455344, + 3.983228769645534, 3.6610199669113666, 3.589143858413331, 3.822045526030332, 4.191680927818664, 4.4758500012675695, - 4.533690196251226, - 4.339155266745146 + 4.533690196251227, + 4.339155266745145 ], "relative wind angle": [ - 0.11888539906881251, + 0.11888539906881346, 0.07104106306469445, - 0.029239489307166144, - 0.10702057853676972, - 0.11294729097775995, + 0.029239489307169943, + 0.10702057853676973, + 0.11294729097775996, 0.058091816328018304, - 0.023146519942044495, - 0.09422615296567893 + 0.023146519942049294, + 0.09422615296567775 ], "resistance": [ 96086.38047540818, @@ -30870,7 +25988,7 @@ 95591.28431838888, 96807.56773860568, 97993.55257151861, - 98321.19058931539, + 98321.19058931537, 97382.2014177733 ], "fuel": [ @@ -30880,7 +25998,7 @@ 43.938061772273045, 44.5626352490741, 45.176950835594596, - 45.34758321636458, + 45.347583216364576, 44.859629989091125 ] }, @@ -30914,39 +26032,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -187.2625744056677, + -187.26257440567224, -1350.521630222821, - -1683.5038695532767, + -1683.5038695538296, -1360.274653477999, - -203.62136010745326, + -203.62136010745235, 1144.4751223350995, 1919.2426431191898, 1158.3876646387835 ], "relative wind speed": [ - 4.0056148994329455, + 4.005614899432945, 3.6178936684602387, 3.442887030118478, 3.6141038823251974, - 4.000773718607275, + 4.000773718607276, 4.354536309846686, 4.494181790704493, 4.3576822047758155 ], "relative wind angle": [ - 0.13160725051473512, - 0.10339763889345815, - 0.0007092105321157665, - 0.10254589851028531, - 0.13176743089335585, + 0.131607250514736, + 0.10339763889345817, + 0.0007092105324288536, + 0.10254589851028532, + 0.1317674308933567, 0.0858586579516424, - 0.0005433094994634022, + 0.0005433094994634021, 0.08500120043415295 ], "resistance": [ 96447.23742559433, 95283.97836977718, - 94950.99613044673, + 94950.99613044618, 95274.225346522, 96430.87863989254, 97778.9751223351, @@ -30956,7 +26074,7 @@ "fuel": [ 44.08679935275324, 43.49089935339464, - 43.32125027282748, + 43.3212502728272, 43.48592448011374, 44.07838436886266, 44.77518743889337, @@ -30994,9 +26112,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1098.0159419529355, + -1098.0159419529446, -2216.8057184568715, - -2257.7754614896367, + -2257.775461489642, -1246.2091353110463, 539.4979136040965, 2090.760570771932, @@ -31004,9 +26122,9 @@ 711.1766821156853 ], "relative wind speed": [ - 5.351389690799847, + 5.351389690799846, 5.053817850293991, - 5.0384317031758235, + 5.038431703175823, 5.316247785950772, 5.699652143310081, 5.965092733025019, @@ -31014,12 +26132,12 @@ 5.732444125842971 ], "relative wind angle": [ - 0.08795403950058799, + 0.08795403950058925, 0.04132937391206616, 0.03469343271227883, - 0.08587413911275327, + 0.08587413911275328, 0.08256718841221317, - 0.03501275652965668, + 0.035012756529656686, 0.029238469693057573, 0.07962563228741015 ], @@ -31061,68 +26179,7 @@ "id": "587", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 18.048287993618988, - 18.048287993618988, - 18.048287993618988, - 18.048287993618988, - 18.048287993618988, - 18.048287993618988, - 18.048287993618988, - 18.048287993618988 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -175.72112375364668, - -1443.0952966218174, - -1837.0131041575314, - -1528.0725612118276, - -319.02950304652586, - 1125.817448195994, - 1980.1347875546762, - 1246.6079616621482 - ], - "relative wind speed": [ - 5.049520570436151, - 4.724526315641616, - 4.572384451193729, - 4.699241983230972, - 5.016043072679747, - 5.3232694080842995, - 5.454506992269616, - 5.34560294833761 - ], - "relative wind angle": [ - 0.08745910687663486, - 0.06858146101075732, - 0.0036749842046136225, - 0.06388296854077558, - 0.08804432428783117, - 0.06085750902558232, - 0.0030806504446685375, - 0.056149901289483314 - ], - "resistance": [ - 96458.77887624633, - 95191.40470337815, - 94797.48689584243, - 95106.42743878815, - 96315.47049695345, - 97760.31744819597, - 98614.63478755465, - 97881.10796166211 - ], - "fuel": [ - 47.83193057364016, - 47.18288683877522, - 46.98237242151363, - 47.13958235505663, - 47.75824022231315, - 48.504691208070625, - 48.94971147100066, - 48.56744703775894 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.25 49.375, 56.25 50, 56.875 50, 56.875 49.375, 56.25 49.375))", @@ -31154,9 +26211,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 461.51018240009216, + 461.5101824000849, -712.5746213705488, - -1415.679198155111, + -1415.6791981551114, -1417.7287280451583, -719.6760072199477, 453.23790134779665, @@ -31164,9 +26221,9 @@ 1461.016534042631 ], "relative wind speed": [ - 3.62394640241973, + 3.623946402419729, 3.216457247165128, - 2.892972464305458, + 2.8929724643054575, 2.8916706334580717, 3.213629829558016, 3.6214371437586634, @@ -31174,12 +26231,12 @@ 3.8856975122405215 ], "relative wind angle": [ - 0.13752938342935517, - 0.15543605272457087, + 0.13752938342935678, + 0.1554360527245709, 0.0717413730398377, - 0.0708419469201813, + 0.07084194692018131, 0.15522329101263566, - 0.13793562070014878, + 0.13793562070014875, 0.053405648040597796, 0.05269968857614812 ], @@ -31221,68 +26278,7 @@ "id": "589", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.867190452378315, - 9.867190452378315, - 9.867190452378315, - 9.867190452378315, - 9.867190452378315, - 9.867190452378315, - 9.867190452378315, - 9.867190452378315 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 153.9400932858848, - -913.8913656748864, - -1380.8801791474184, - -1205.281167165739, - -330.85647302294683, - 838.9114797637326, - 1666.0198880781168, - 1260.4923823330832 - ], - "relative wind speed": [ - 2.9202749398171126, - 2.417706665943659, - 2.095660468862348, - 2.240293641039494, - 2.712805537655614, - 3.1689137076781377, - 3.39050539131063, - 3.2967262566335123 - ], - "relative wind angle": [ - 0.22373867256073446, - 0.2225115793847041, - 0.0508879783701073, - 0.17170727508331365, - 0.24117654940109715, - 0.16917244970169976, - 0.031445304011633826, - 0.11637381814675438 - ], - "resistance": [ - 96788.4400932859, - 95720.60863432512, - 95253.61982085259, - 95429.21883283427, - 96303.64352697707, - 97473.41147976374, - 98300.51988807812, - 97894.9923823331 - ], - "fuel": [ - 41.06029185802042, - 40.51173099015656, - 40.2731654251787, - 40.3627766096602, - 40.81071878400484, - 41.41440560622416, - 41.844327650578926, - 41.63322073975165 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.25 48.75, 56.25 49.375, 56.875 49.375, 56.875 48.75, 56.25 48.75))", @@ -31314,19 +26310,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 898.4910624995409, + 898.4910624995209, -776.1230262404551, - -1942.5160183954122, + -1942.516018395423, -2096.0033720661286, -1328.2255212910677, 258.51755569385386, - 1772.3122735673842, + 1772.312273567395, 2135.052738726339 ], "relative wind speed": [ - 5.290175211169276, + 5.290175211169275, 4.914290204184513, - 4.585665136250698, + 4.5856651362506975, 4.522053049780882, 4.769858187781459, 5.156282836062414, @@ -31334,27 +26330,27 @@ 5.503502258687929 ], "relative wind angle": [ - 0.08195380046436596, - 0.10005317502862529, - 0.05697583362541243, + 0.08195380046436868, + 0.1000531750286253, + 0.05697583362541438, 0.026888314404228664, 0.09091716813168171, 0.09534288328591715, - 0.04792686246595705, - 0.02209240914921942 + 0.04792686246595474, + 0.022092409149219422 ], "resistance": [ - 97532.99106249954, + 97532.99106249952, 95858.37697375954, - 94691.98398160459, + 94691.98398160457, 94538.49662793387, 95306.27447870893, 96893.01755569385, - 98406.81227356738, + 98406.8122735674, 98769.55273872634 ], "fuel": [ - 48.37816826838145, + 48.378168268381444, 47.51514515234017, 46.92020231385408, 46.842289832772806, @@ -31381,68 +26377,7 @@ "id": "591", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.24403936230569, - 13.24403936230569, - 13.24403936230569, - 13.24403936230569, - 13.24403936230569, - 13.24403936230569, - 13.24403936230569, - 13.24403936230569 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -117.7288416298743, - -1347.1201148135424, - -1737.6925683647141, - -1420.254636151486, - -240.04363037278108, - 1170.905732393443, - 2018.6710777740573, - 1275.5469086904704 - ], - "relative wind speed": [ - 3.7457209022265343, - 3.302928361991003, - 3.087271400866847, - 3.271608006120451, - 3.7066446713441032, - 4.106130055482391, - 4.270643405199039, - 4.131128278239368 - ], - "relative wind angle": [ - 0.15862997406414486, - 0.1312862531743798, - 0.006409980100724884, - 0.1239253784525211, - 0.1603166827977702, - 0.10549777499286495, - 0.004633794412245231, - 0.09804754217907931 - ], - "resistance": [ - 96516.77115837012, - 95287.37988518644, - 94896.80743163527, - 95214.2453638485, - 96394.45636962721, - 97805.40573239342, - 98653.17107777404, - 97910.04690869045 - ], - "fuel": [ - 43.25111417674927, - 42.62116995524062, - 42.42221649483477, - 42.58387281337127, - 43.18818773088119, - 43.917451920060444, - 44.35919110053633, - 43.97183189165536 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 48.125, 55 48.75, 55.625 48.75, 55.625 48.125, 55 48.125))", @@ -31474,7 +26409,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -1401.6871157626101, + -1401.6871157626138, -2701.092944998256, -2710.26849697931, -1434.8976540859348, @@ -31484,7 +26419,7 @@ 773.5962574047462 ], "relative wind speed": [ - 5.9014759994208115, + 5.901475999420811, 5.585106816945192, 5.581991136555304, 5.894355009521738, @@ -31494,10 +26429,10 @@ 6.3191675956533935 ], "relative wind angle": [ - 0.08612834947403089, + 0.0861283494740309, 0.0381708692375105, 0.036954995935213154, - 0.08574590060759289, + 0.08574590060759288, 0.08050749728675173, 0.03232805301330898, 0.03126845087063212, @@ -31554,53 +26489,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1413.4532118406205, + -1413.4532118406387, -2623.830811463864, - -2610.1260367686555, + -2610.126036768732, -1363.0731292491037, 720.8802595286725, 2452.248336341625, - 2419.587756081244, + 2419.5877560811787, 662.5998831282159 ], "relative wind speed": [ - 6.758483927583443, + 6.758483927583442, 6.501683319190588, 6.5057253288494366, 6.767867822587443, 7.118449118396311, 7.353743051505115, - 7.350167399193558, + 7.350167399193559, 7.109527972136154 ], "relative wind angle": [ - 0.06253474415579598, + 0.06253474415579775, 0.026327514144114418, - 0.027720246606619398, + 0.027720246606631412, 0.06300988328938502, - 0.05936867198496761, + 0.059368671984967605, 0.023276424059577944, - 0.024534857165931, + 0.024534857165940054, 0.059978110506972854 ], "resistance": [ - 95221.04678815938, + 95221.04678815936, 94010.66918853614, - 94024.37396323134, + 94024.37396323126, 95271.4268707509, 97355.38025952867, 99086.74833634162, - 99054.08775608125, + 99054.08775608118, 97297.09988312822 ], "fuel": [ - 56.454674957077614, + 56.4546749570776, 55.840266365272385, - 55.84719263297239, + 55.847192632972344, 56.480366932877516, 57.55138129419821, 58.45348020832042, - 58.43635976357482, + 58.436359763574785, 57.52120938332585 ] }, @@ -31634,7 +26569,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1711.2277910133835, + -1711.2277910134271, -1942.0225075550625, -1400.344416535927, -18.85925898318237, @@ -31644,7 +26579,7 @@ -545.489509865718 ], "relative wind speed": [ - 6.052360070142748, + 6.052360070142746, 5.978339541967792, 6.123879460322907, 6.394009061516656, @@ -31654,17 +26589,17 @@ 6.296967687963852 ], "relative wind angle": [ - 0.03607160130843526, + 0.03607160130844142, 0.008129066545218427, 0.046882664734791385, 0.05590635556018266, - 0.032947470163247984, - 0.007261183432456896, + 0.03294747016324798, + 0.007261183432456897, 0.04376393471747236, 0.056768837447911905 ], "resistance": [ - 94923.27220898664, + 94923.2722089866, 94692.47749244497, 95234.1555834641, 96615.64074101685, @@ -31674,7 +26609,7 @@ 96089.01049013431 ], "fuel": [ - 53.11298929901035, + 53.11298929901033, 52.995669007736936, 53.271334510877196, 53.9793294714821, @@ -31701,68 +26636,7 @@ "id": "595", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 64660.73451261736, - "wind resistance": [ - -1197.7179388807308, - -1984.0805877390158, - -1900.76059855739, - -886.633133694464, - 666.5524762578789, - 1863.5930896740429, - 1663.7412607331062, - 307.07313930108285 - ], - "relative wind speed": [ - 7.219001761116134, - 7.0584564576228255, - 7.081331892559805, - 7.272886153247841, - 7.5139841124230085, - 7.664994201210192, - 7.643865664450063, - 7.461840970607659 - ], - "relative wind angle": [ - 0.03897973262356972, - 0.013396754688037946, - 0.020844889401647228, - 0.041714101426412645, - 0.037448744374209426, - 0.012336601593920403, - 0.019310656532880593, - 0.040657192959685846 - ], - "resistance": [ - 63463.01657373663, - 62676.653924878345, - 62759.97391405997, - 63774.1013789229, - 65327.28698887524, - 66524.3276022914, - 66324.47577335047, - 64967.80765191844 - ], - "fuel": [ - 44.683544939633734, - 44.376680249159534, - 44.40908547736265, - 44.80557569156019, - 45.42023863089154, - 45.9000846320633, - 45.81960119392292, - 45.27717868488517 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.25 46.875, 56.25 47.5, 56.875 47.5, 56.875 46.875, 56.25 46.875))", @@ -31781,68 +26655,7 @@ "id": "596", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.01002412145335, - 25.01002412145335, - 25.01002412145335, - 25.01002412145335, - 25.01002412145335, - 25.01002412145335, - 25.01002412145335, - 25.01002412145335 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -1340.4035683476795, - -2057.759239902447, - -1906.8102094823698, - -779.2421722178697, - 829.9907883976884, - 1994.9808317807365, - 1633.567791741847, - 181.35436831154584 - ], - "relative wind speed": [ - 6.771510866861251, - 6.609309153166486, - 6.653347100406235, - 6.874838570521561, - 7.135605317092133, - 7.286100135134242, - 7.2459088472633635, - 7.036108106801841 - ], - "relative wind angle": [ - 0.04378308900638452, - 0.012214953209510741, - 0.02739008099115845, - 0.049245551303070546, - 0.04154773471468035, - 0.011080282303910262, - 0.025149659546879, - 0.04811594758780309 - ], - "resistance": [ - 95294.0964316523, - 94576.74076009754, - 94727.68979051762, - 95855.25782778212, - 97464.49078839767, - 98629.48083178072, - 98268.06779174184, - 96815.85436831153 - ], - "fuel": [ - 56.61457460989268, - 56.24957946329317, - 56.32622422186468, - 56.90143195263048, - 57.730546055079465, - 58.336789019567114, - 58.14817487313718, - 57.39519429331831 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 46.875, 56.875 47.5, 57.5 47.5, 57.5 46.875, 56.875 46.875))", @@ -31874,39 +26687,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1658.4438313442624, + -1658.4438313442843, -2226.0872706351965, - -1917.3349525587473, + -1917.3349525587528, -527.3879667479905, 1218.8240665026915, 2321.457222827843, - 1586.5414467882638, - -89.99621410138388 + 1586.541446788271, + -89.99621410138934 ], "relative wind speed": [ - 5.663767356603802, + 5.663767356603801, 5.492836879304551, - 5.599346393729333, + 5.599346393729332, 5.9102003545035675, 6.229671079797345, 6.380893781402889, - 6.287637266511526, - 5.996381759179457 + 6.287637266511525, + 5.9963817591794575 ], "relative wind angle": [ - 0.060869658896248235, + 0.060869658896251885, 0.007866885641089385, 0.050639878804519485, 0.07520203414995978, 0.05533432139479359, 0.006771998660817575, - 0.045092474437034444, - 0.07411921474822629 + 0.04509247443703198, + 0.0741192147482278 ], "resistance": [ - 94976.05616865573, + 94976.05616865572, 94408.4127293648, - 94717.16504744126, + 94717.16504744125, 96107.11203325201, 97853.3240665027, 98955.95722282784, @@ -31914,7 +26727,7 @@ 96544.50378589862 ], "fuel": [ - 51.15300493025423, + 51.15300493025421, 50.8646979838467, 51.02136502737357, 51.73104455312186, @@ -31941,68 +26754,7 @@ "id": "598", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.589373605915403, - 14.589373605915403, - 14.589373605915403, - 14.589373605915403, - 14.589373605915403, - 14.589373605915403, - 14.589373605915403, - 14.589373605915403 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1533.9295198802656, - -1483.8776092087437, - -691.56061747479, - 548.1340075590351, - 1540.248271422155, - 1422.3890784066389, - 341.2462573766752, - -869.846361137661 - ], - "relative wind speed": [ - 3.6137301499610994, - 3.6395907612865366, - 3.927203717136396, - 4.279382921757251, - 4.497127390434854, - 4.476223793879719, - 4.226141422935032, - 3.869119043336562 - ], - "relative wind angle": [ - 0.041619006124636225, - 0.05669264038001253, - 0.112788829165702, - 0.09803640786340127, - 0.03344011745619994, - 0.04608807189793857, - 0.1047802116995463, - 0.10847072051972104 - ], - "resistance": [ - 95100.57048011974, - 95150.62239079126, - 95942.93938252522, - 97182.63400755906, - 98174.74827142217, - 98056.88907840665, - 96975.74625737668, - 95764.65363886235 - ], - "fuel": [ - 43.66378399701189, - 43.689286148556164, - 44.09422454179529, - 44.732496071151886, - 45.24741749446032, - 45.186055189354036, - 44.62557990356962, - 44.00290235612111 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 46.25, 56.875 46.875, 57.5 46.875, 57.5 46.25, 56.875 46.25))", @@ -32034,17 +26786,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1853.9184707000422, + -1853.9184707000459, -2245.5452240654668, - -1765.6328762598878, + -1765.6328762598969, -209.0098035107876, 1549.0816129981522, 2474.9472793499826, - 1423.4099471828176, + 1423.4099471828104, -357.51326588584743 ], "relative wind speed": [ - 4.648006211659472, + 4.64800621165947, 4.486196775028574, 4.674583431287619, 5.076449159572154, @@ -32054,33 +26806,33 @@ 5.041818965323323 ], "relative wind angle": [ - 0.08014594282714868, - 0.003882129698052372, - 0.08497611285780075, + 0.08014594282714729, + 0.0038821296980523726, + 0.08497611285780336, 0.10730296408256657, 0.06846634382875955, 0.0031247631063221755, - 0.07331398419133506, + 0.07331398419133657, 0.1080428556016802 ], "resistance": [ 94780.58152929999, 94388.95477593456, - 94868.86712374014, + 94868.86712374013, 96425.49019648923, 98183.58161299818, 99109.44727935002, - 98057.90994718285, + 98057.90994718284, 96276.98673411418 ], "fuel": [ 47.03997535677878, 46.84122415324939, - 47.08485926629349, + 47.084859266293485, 47.88100173109247, 48.79102849690922, 49.27490029029667, - 48.725596395613664, + 48.72559639561365, 47.80465985548029 ] }, @@ -32101,68 +26853,7 @@ "id": "600", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.554695591684531, - 13.554695591684531, - 13.554695591684531, - 13.554695591684531, - 13.554695591684531, - 13.554695591684531, - 13.554695591684531, - 13.554695591684531 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1419.3132459815943, - -1436.1022708477203, - -763.8998102443584, - 396.67682867531676, - 1399.5767014981793, - 1439.0046262048945, - 465.6141764834074, - -704.5489342844203 - ], - "relative wind speed": [ - 3.3334731935484947, - 3.3240742639495133, - 3.598973020873583, - 3.9631581992669687, - 4.206929135346792, - 4.214359568153221, - 3.982171452481696, - 3.6198996352826 - ], - "relative wind angle": [ - 0.05789706923969974, - 0.05201675919724928, - 0.12181025366506383, - 0.1126784083006833, - 0.045866751086301165, - 0.041021200274853065, - 0.11003852386186597, - 0.12341536668642124 - ], - "resistance": [ - 95215.18675401842, - 95198.39772915229, - 95870.60018975566, - 97031.17682867534, - 98034.0767014982, - 98073.50462620491, - 97100.11417648342, - 95929.95106571559 - ], - "fuel": [ - 42.8365089076282, - 42.82794959110518, - 43.171468973620144, - 43.768522427279926, - 44.28849664658941, - 44.30901533271465, - 43.80414463401719, - 43.20188016449365 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 45.625, 56.875 46.25, 57.5 46.25, 57.5 45.625, 56.875 45.625))", @@ -32194,37 +26885,37 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1048.9441845991455, + -1048.9441845991491, -1297.2928083441166, - -1014.8790557388952, + -1014.8790557388957, -97.72098578827536, 953.5592724164303, 1533.9005871803943, - 904.7398996947209, + 904.7398996947218, -154.6258358616824 ], "relative wind speed": [ - 2.7089082525045196, + 2.708908252504519, 2.53483933116929, - 2.72657242452596, + 2.7265724245259597, 3.126277431246415, 3.474658828034205, 3.6036131114314074, - 3.4608150348635727, + 3.4608150348635722, 3.1044850321111936 ], "relative wind angle": [ - 0.1370334775069845, + 0.13703347750698694, 0.004363261049040969, 0.1419327127642674, 0.17177863425381115, 0.10670214686623213, 0.0030691829692863688, - 0.11167736371649464, + 0.11167736371649366, 0.17299659131258235 ], "resistance": [ - 95585.55581540088, + 95585.55581540086, 95337.20719165589, 95619.62094426111, 96536.77901421174, @@ -32234,7 +26925,7 @@ 96479.87416413834 ], "fuel": [ - 41.17300697166854, + 41.17300697166853, 41.04615955474896, 41.19042409584373, 41.66098004983527, @@ -32261,68 +26952,7 @@ "id": "602", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.8342791857272, - 13.8342791857272, - 13.8342791857272, - 13.8342791857272, - 13.8342791857272, - 13.8342791857272, - 13.8342791857272, - 13.8342791857272 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1318.7733700844274, - -1143.264711053308, - -323.4860461636572, - 726.3842434777634, - 1411.3625940103366, - 996.8484711767696, - -3.83433836237964, - -953.2520384759373 - ], - "relative wind speed": [ - 3.430985278708645, - 3.526044985248069, - 3.816128430890809, - 4.112609360231047, - 4.255365114071666, - 4.176936556710018, - 3.913688290566898, - 3.6008660745595047 - ], - "relative wind angle": [ - 0.01429953568312867, - 0.07289281017342729, - 0.10823268295211093, - 0.07939479513872544, - 0.011529189624804067, - 0.06151824916590164, - 0.10552448462154128, - 0.09070722347906959 - ], - "resistance": [ - 95315.72662991562, - 95491.23528894673, - 96311.01395383639, - 97360.8842434778, - 98045.86259401038, - 97631.34847117681, - 96630.66566163767, - 95681.2479615241 - ], - "fuel": [ - 43.12015822103642, - 43.20976382782277, - 43.62981827109204, - 44.171423623449144, - 44.52700004749897, - 44.31161466191564, - 43.7942853913025, - 43.30690365092562 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 45, 56.875 45.625, 57.5 45.625, 57.5 45, 56.875 45))", @@ -32354,11 +26984,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -987.1755435735017, + -987.1755435735231, -825.0072288483852, - -175.55208913173465, - 618.7343717803228, - 1109.7390794862781, + -175.55208913173556, + 618.7343717803201, + 1109.7390794862536, 728.7944377108183, -46.287401469501674, -747.8946629141296 @@ -32367,38 +26997,38 @@ 2.55938256679208, 2.6747480786737605, 2.9713374477141534, - 3.2547205991447266, + 3.254720599144727, 3.378434401510823, 3.287853531430808, 3.022484392072612, 2.7149681305705964 ], "relative wind angle": [ - 0.01008685122432576, + 0.010086851224347774, 0.10161810004551607, - 0.13827093655960424, - 0.09472549212667487, - 0.007641386977309215, + 0.13827093655960504, + 0.09472549212667723, + 0.0076413869773237445, 0.08262053504075638, - 0.13591645148874731, + 0.13591645148874734, 0.1136321422563685 ], "resistance": [ - 95647.3244564265, + 95647.32445642648, 95809.49277115162, 96458.94791086827, 97253.23437178032, - 97744.23907948627, + 97744.23907948626, 97363.29443771082, 96588.2125985305, 95886.60533708587 ], "fuel": [ - 40.971453740731285, + 40.97145374073127, 41.05444453353748, 41.38778854408726, 41.79760326405177, - 42.05211290960251, + 42.052112909602506, 41.85457430062471, 41.454323148407866, 41.09394176924164 @@ -32434,9 +27064,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -88.39617656669316, + -88.39617656669543, -424.17595696503713, - -509.5801440297471, + -509.58014402973436, -395.45341604216264, -40.078994116825015, 356.77326280471516, @@ -32444,9 +27074,9 @@ 315.8894860650821 ], "relative wind speed": [ - 2.4016422360011243, + 2.401642236001124, 2.2156684294100013, - 2.1417025823980618, + 2.1417025823980613, 2.233784348602625, 2.4252586305143287, 2.5962623645434086, @@ -32454,19 +27084,19 @@ 2.5806922208133733 ], "relative wind angle": [ - 0.10761551818963981, + 0.10761551818964189, 0.07861447470397118, - 0.0055452567765573915, + 0.005545256776537371, 0.0855196903998211, - 0.10656358799261424, + 0.10656358799261426, 0.06707133361716225, - 0.004468783185095698, - 0.07400108623670025 + 0.004468783185095699, + 0.07400108623670024 ], "resistance": [ 96546.10382343334, 96210.324043035, - 96124.91985597028, + 96124.91985597029, 96239.04658395787, 96594.42100588321, 96991.27326280474, @@ -32514,54 +27144,54 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -29.42853577051028, + -29.42853577051119, -400.15066021653, - -529.393388384467, + -529.3933883844511, -452.09658444935576, -117.1712873012666, 298.04462586339105, - 555.7778399707345, - 371.8323382027338 + 555.7778399707881, + 371.83233820273927 ], "relative wind speed": [ - 2.896679609172203, + 2.8966796091722027, 2.7333383315885786, - 2.6513986740233166, + 2.651398674023316, 2.7065744004555445, 2.8609181265798176, 3.017360908187081, - 3.089610065457193, - 3.041391178389539 + 3.0896100654571925, + 3.0413911783895387 ], "relative wind angle": [ 0.07571409756172735, - 0.061360779090719124, - 0.006763561319363963, + 0.06136077909071913, + 0.006763561319347548, 0.05258283791105752, - 0.0766623708485206, + 0.07666237084852061, 0.055578656496559485, - 0.005804247493811593, - 0.04678967549766521 + 0.0058042474937733375, + 0.046789675497660464 ], "resistance": [ 96605.07146422949, 96234.34933978347, - 96105.10661161553, + 96105.10661161554, 96182.40341555064, 96517.32871269873, 96932.54462586339, - 97190.27783997073, - 97006.33233820273 + 97190.27783997079, + 97006.33233820274 ], "fuel": [ 41.24300757026589, 41.05233424321732, - 40.985981115836054, + 40.98598111583606, 41.02565777111732, 41.19783268857065, 41.41186207017302, - 41.545037281948865, - 41.449964205293284 + 41.54503728194889, + 41.44996420529329 ] }, { @@ -32594,9 +27224,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -124.66163797968716, + -124.6616379796883, -449.5181363324091, - -518.989760174208, + -518.9897601742059, -369.3577538913787, 9.721778006632576, 408.511627015931, @@ -32606,22 +27236,22 @@ "relative wind speed": [ 2.130310962845793, 1.9207615165561447, - 1.8523057723350482, - 1.978550503213897, + 1.8523057723350478, + 1.9785505032138972, 2.203837528142736, 2.388681612393789, 2.442148229458137, 2.341038776932857 ], "relative wind angle": [ - 0.13890781865067184, + 0.13890781865067345, 0.0950704503519666, - 0.020035150220891456, - 0.11895937248188047, - 0.1342449050453519, + 0.020035150220885912, + 0.11895937248188142, + 0.13424490504535191, 0.07640626274734665, 0.015195707363568067, - 0.10047160027905847 + 0.10047160027905848 ], "resistance": [ 96509.8383620203, @@ -32674,20 +27304,20 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 93.51565937139549, + 93.51565937139458, -276.0321586685079, - -470.06623774970035, - -445.9182007379834, + -470.0662377497026, + -445.91820073798317, -191.37832512595378, 191.9560901000143, 490.9569024306313, 434.4025052080758 ], "relative wind speed": [ - 2.137250788701461, + 2.1372507887014605, 1.9174263482477387, 1.7633855977843382, - 1.7885731273173433, + 1.788573127317343, 1.9729448991121836, 2.1871965407304255, 2.3131847618088295, @@ -32695,11 +27325,11 @@ ], "relative wind angle": [ 0.12908971205885164, - 0.13242135968748445, - 0.047029426624885864, - 0.07607127711422418, + 0.13242135968748447, + 0.04702942662489058, + 0.07607127711422272, 0.13990816472221532, - 0.11600948513915446, + 0.11600948513915448, 0.0358459055432109, 0.059294446857196106 ], @@ -32754,19 +27384,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 253.0552359436283, + 253.05523594362603, -171.5903565145959, - -479.6928310542496, + -479.6928310542505, -529.8840196217946, - -350.77667995498587, + -350.77667995498496, 45.17250788561614, 436.6232518291795, 554.9266833598203 ], "relative wind speed": [ - 2.537407913272002, + 2.5374079132720015, 2.3391888553585645, - 2.1575589134758224, + 2.157558913475822, 2.1134437276262337, 2.23984996299586, 2.446132104779752, @@ -32774,19 +27404,19 @@ 2.6436191830945055 ], "relative wind angle": [ - 0.08900285861163447, - 0.11359817066797387, + 0.08900285861163572, + 0.11359817066797388, 0.06932328466676406, 0.025460347511828962, - 0.10086452126082164, + 0.10086452126082054, 0.10861165881262172, 0.05734131838809599, - 0.02035350395117004 + 0.020353503951170044 ], "resistance": [ 96887.55523594364, 96462.90964348541, - 96154.80716894577, + 96154.80716894576, 96104.61598037822, 96283.72332004503, 96679.67250788563, @@ -32796,7 +27426,7 @@ "fuel": [ 40.411094025138894, 40.192282510341514, - 40.03394340468926, + 40.033943404689246, 40.0081827567572, 40.10015263080993, 40.30389230993691, @@ -32834,53 +27464,53 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -86.45012725965944, + -86.45012725966399, -384.74815983087683, - -459.1327730477565, + -459.1327730477574, -360.9059477587539, -46.1123755285048, 305.14648173431806, - 482.7182912556764, - 271.2990700669625 + 482.7182912557346, + 271.2990700669634 ], "relative wind speed": [ - 2.8975099305198064, + 2.8975099305198055, 2.7636694423217083, - 2.71140020341158, + 2.7114002034115794, 2.7757286712627844, 2.9137663759917953, 3.0410079751454893, - 3.0877025809266176, - 3.030004725219251 + 3.087702580926617, + 3.0300047252192503 ], "relative wind angle": [ - 0.06498145607804573, + 0.06498145607804744, 0.04607242045521696, 0.0030041046988228542, 0.05002687520513679, - 0.06461840555410113, - 0.04186805641839045, - 0.0026379895969873652, - 0.045825575638702945 + 0.06461840555410114, + 0.04186805641839044, + 0.002637989596945279, + 0.04582557563870053 ], "resistance": [ - 96548.04987274036, + 96548.04987274035, 96249.75184016913, - 96175.36722695226, + 96175.36722695225, 96273.59405224126, 96588.3876244715, 96939.64648173434, - 97117.21829125569, + 97117.21829125575, 96905.79907006698 ], "fuel": [ - 41.27786414670424, + 41.27786414670423, 41.12446376523805, - 41.08626290089593, + 41.086262900895925, 41.136712497623186, 41.2986333335233, 41.4797461542666, - 41.57147879023324, + 41.571478790233265, 41.4622740784407 ] }, @@ -32914,34 +27544,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 99.06396820156078, + 99.06396820155965, -207.88591417621956, - -382.9351204355419, + -382.9351204355421, -376.1761193834302, -183.8887203476561, 126.9219802220075, - 382.50693945628063, + 382.5069394562843, 366.6099102229323 ], "relative wind speed": [ 2.0876340195010568, 1.9050105520281981, - 1.769561100161422, + 1.7695611001614218, 1.7766869517840895, 1.9209561344384856, 2.1021948212466435, - 2.2174178186824616, + 2.217417818682461, 2.21171240109901 ], "relative wind angle": [ - 0.10756777198341892, - 0.11457296477516256, + 0.10756777198342099, + 0.11457296477516257, 0.047411363797297434, 0.055852733648957875, - 0.11694228096480529, + 0.11694228096480527, 0.10378532202840435, - 0.03783043682299726, - 0.04485868479340599 + 0.037830436822991385, + 0.044858684793405997 ], "resistance": [ 96733.56396820158, @@ -32950,7 +27580,7 @@ 96258.32388061659, 96450.61127965235, 96761.42198022202, - 97017.00693945629, + 97017.0069394563, 97001.10991022295 ], "fuel": [ @@ -32960,7 +27590,7 @@ 39.46545268928307, 39.56430509027315, 39.72437967513652, - 39.85628107978605, + 39.85628107978606, 39.84806990654165 ] }, @@ -32994,9 +27624,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 43.547555743142766, + 43.54755574314095, -275.7857956318944, - -424.8590264579466, + -424.8590264579491, -388.82320953621866, -146.66991546604118, 193.2781900358309, @@ -33004,9 +27634,9 @@ 354.15449101500553 ], "relative wind speed": [ - 2.250448345490953, + 2.2504483454909523, 2.07086655567365, - 1.9584840159142516, + 1.9584840159142514, 1.992810248240356, 2.148472812932854, 2.322060484187897, @@ -33016,17 +27646,17 @@ "relative wind angle": [ 0.10221182607154226, 0.0960588933238185, - 0.026180419125403163, - 0.06332750133199326, + 0.026180419125407407, + 0.06332750133199327, 0.10708142898941507, 0.08564047517332077, - 0.021207768868925937, + 0.02120776886892594, 0.05280605344385609 ], "resistance": [ - 96678.0475557432, + 96678.04755574318, 96358.71420436815, - 96209.6409735421, + 96209.64097354209, 96245.67679046383, 96487.830084534, 96827.77819003587, @@ -33036,7 +27666,7 @@ "fuel": [ 39.98054137464065, 39.8161815642098, - 39.73958398428214, + 39.739583984282135, 39.75809251581384, 39.88259138226998, 40.05773790312133, @@ -33074,9 +27704,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 46.18733681986669, + 46.18733681986441, -289.6238988503692, - -447.667509764698, + -447.6675097647046, -411.59721743165574, -159.38589301814363, 197.0944575369781, @@ -33084,7 +27714,7 @@ 370.53637092595864 ], "relative wind speed": [ - 2.4392256073008385, + 2.4392256073008376, 2.2663668795779284, 2.1581937013866646, 2.1895966781773093, @@ -33096,17 +27726,17 @@ "relative wind angle": [ 0.09063128402947795, 0.08484724843242035, - 0.02356465615787703, + 0.023564656157886454, 0.054899879981151506, 0.09456850207742858, - 0.07672066282397529, + 0.0767206628239753, 0.01956266258344361, - 0.04670852542886973 + 0.046708525428869725 ], "resistance": [ - 96680.68733681987, + 96680.68733681986, 96344.87610114962, - 96186.8324902353, + 96186.83249023529, 96222.90278256834, 96475.11410698186, 96831.59445753698, @@ -33114,9 +27744,9 @@ 97005.03637092595 ], "fuel": [ - 40.30520843111238, + 40.305208431112376, 40.13237450515742, - 40.05117849375448, + 40.05117849375447, 40.06970167334603, 40.19935504608615, 40.383013332595894, @@ -33154,33 +27784,33 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 41.163272251699254, + 41.16327225169789, -276.7912165292307, - -421.0133849947704, - -379.3175020109629, + -421.01338499477174, + -379.3175020109634, -130.65283163725326, 211.11387463632718, 455.17169046082927, 357.5035710352422 ], "relative wind speed": [ - 1.97296279161013, + 1.9729627916101296, 1.7640795235088, 1.633777122891725, - 1.6803844295685597, + 1.68038442956856, 1.8667849357253514, 2.065306661991411, 2.1698480329379697, 2.1339579054406594 ], "relative wind angle": [ - 0.13633132389555136, - 0.12933290126690816, - 0.03282239428570857, - 0.0903971425699748, + 0.13633132389555214, + 0.1293329012669082, + 0.03282239428571195, + 0.09039714256997604, 0.1441381536491691, - 0.11038588861133612, - 0.024711549095682545, + 0.11038588861133614, + 0.02471154909568254, 0.07114629775136645 ], "resistance": [ @@ -33234,34 +27864,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 39.13901775688328, + 39.13901775688373, -295.49671986541534, -452.2310831470236, -417.7997849058165, -168.06979745503213, 186.474666797194, 442.31815365065904, - 360.03391028004535 + 360.0339102800408 ], "relative wind speed": [ - 3.1031575850411257, + 3.103157585041125, 2.970617390906877, 2.889500619063705, 2.91238412173074, 3.0240860849806626, 3.1543804405641303, 3.228849612385563, - 3.208224177713054 + 3.2082241777130545 ], "relative wind angle": [ - 0.05470989847011051, + 0.05470989847010848, 0.04983756402447517, - 0.01370402358004045, - 0.031590745763241605, + 0.013704023580040452, + 0.03159074576324161, 0.05614189684114959, 0.046932004079179954, - 0.0122636674127294, - 0.02867682812871545 + 0.012263667412729402, + 0.028676828128719318 ], "resistance": [ 96673.63901775688, @@ -33271,7 +27901,7 @@ 96466.43020254497, 96820.97466679719, 97076.81815365066, - 96994.53391028005 + 96994.53391028004 ], "fuel": [ 41.70718382704048, @@ -33314,39 +27944,39 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 174.08705933601732, + 174.08705933601368, -202.36473123216865, - -448.9824669027935, - -469.63971551459053, + -448.98246690279666, + -469.6397155145921, -276.6788020927024, 87.94719473016585, 419.1508676228077, - 467.969847096148 + 467.96984709614526 ], "relative wind speed": [ - 2.5120642129697286, + 2.512064212969728, 2.332104584956633, 2.1833800103743606, - 2.165448876997616, + 2.1654488769976163, 2.2913866534749268, 2.4743095219940643, 2.606486358319165, - 2.6214024046139897 + 2.62140240461399 ], "relative wind angle": [ - 0.08440599918389782, + 0.08440599918390046, 0.09795634400135292, - 0.05075560273469363, - 0.032989977241755813, - 0.09255718467172133, - 0.09231000105843658, + 0.05075560273469801, + 0.03298997724175917, + 0.09255718467172135, + 0.09231000105843659, 0.042511085762948646, - 0.02725029631942809 + 0.027250296319432165 ], "resistance": [ 96808.58705933599, 96432.1352687678, - 96185.51753309718, + 96185.51753309717, 96164.86028448537, 96357.82119790727, 96722.44719473014, @@ -33356,7 +27986,7 @@ "fuel": [ 40.396055448609516, 40.202154114651556, - 40.07541309216124, + 40.075413092161234, 40.0648072552273, 40.163939034405104, 40.35164033301392, @@ -33394,34 +28024,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 147.21621412219793, + 147.21621412219338, -344.39270660767716, - -617.8404807952138, + -617.840480795217, -600.6339747852589, -283.4165596192497, 218.0192566329374, 623.5231900396075, - 583.0798214377182 + 583.0798214377228 ], "relative wind speed": [ - 2.613236766457241, + 2.6132367664572405, 2.3783173978907635, - 2.207409882991954, + 2.2074098829919535, 2.2219140665342416, 2.410703574356558, 2.6427456320784044, 2.7870844496442566, - 2.7755352640376683 + 2.775535264037668 ], "relative wind angle": [ - 0.11123427427849357, + 0.11123427427849658, 0.11682216021068204, - 0.04620169083590236, + 0.046201690835904766, 0.059907569198895956, 0.12062332234864476, - 0.10508749509695128, - 0.03658753111140532, - 0.047947814978492855 + 0.10508749509695127, + 0.036587531111405315, + 0.04794781497848822 ], "resistance": [ 96781.7162141222, @@ -33431,7 +28061,7 @@ 96351.08344038077, 96852.51925663295, 97258.02319003962, - 97217.57982143773 + 97217.57982143774 ], "fuel": [ 40.57036715691411, @@ -33441,7 +28071,7 @@ 40.34864495936854, 40.6068879522955, 40.81640958723415, - 40.79548525353975 + 40.79548525353976 ] }, { @@ -33474,13 +28104,13 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 542.0821776231605, + 542.0821776231523, -391.800073014163, - -1067.8080396446821, + -1067.8080396446903, -1175.654799527064, -781.9735129273658, 90.07585213568927, - 948.4668727414273, + 948.466872741421, 1203.9060363494655 ], "relative wind speed": [ @@ -33494,19 +28124,19 @@ 4.258353525705813 ], "relative wind angle": [ - 0.0734011443672427, - 0.09215303757357224, - 0.05519543236567062, - 0.02044934337442813, + 0.07340114436724572, + 0.09215303757357225, + 0.05519543236567465, + 0.020449343374428133, 0.08125441918794073, 0.08880602563013068, - 0.04728899595534941, - 0.017049164449074724 + 0.04728899595535176, + 0.01704916444907472 ], "resistance": [ - 97176.58217762322, + 97176.5821776232, 96242.6999269859, - 95566.69196035538, + 95566.69196035537, 95458.84520047299, 95852.5264870727, 96724.57585213575, @@ -33514,9 +28144,9 @@ 97838.40603634952 ], "fuel": [ - 44.26164428143149, + 44.26164428143147, 43.78031357019918, - 43.433918223845055, + 43.43391822384504, 43.37881341150846, 43.58017608840882, 44.02827120392629, @@ -33554,9 +28184,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 679.425000334857, + 679.4250003348461, -11.072770438307998, - -670.6775539643222, + -670.677553964324, -924.6032346132097, -807.2249883091863, -241.67726363243492, @@ -33566,7 +28196,7 @@ "relative wind speed": [ 3.9866804019420754, 3.798480719083589, - 3.5783737062705963, + 3.578373706270596, 3.460298883540143, 3.5244896055341095, 3.7265522716711255, @@ -33574,17 +28204,17 @@ 4.042521396766856 ], "relative wind angle": [ - 0.04525340589455948, - 0.07671766402300689, + 0.045253405894564384, + 0.07671766402300688, 0.06470113575275535, 0.010424830660401023, 0.05119268715126745, 0.07820143532148106, 0.05877955726668263, - 0.008923355424901644 + 0.008923355424901646 ], "resistance": [ - 97313.92500033487, + 97313.92500033486, 96623.42722956171, 95963.82244603569, 95709.8967653868, @@ -33594,7 +28224,7 @@ 97593.05562555646 ], "fuel": [ - 43.87351527539949, + 43.87351527539948, 43.516961399526934, 43.17801666420714, 43.04796591228907, @@ -33634,11 +28264,11 @@ ], "ice resistance": 74960.73928685536, "wind resistance": [ - 1770.306571899382, + 1770.3065718992439, 290.02156056480453, - -1323.5694990765005, + -1323.5694990764896, -2142.5435344547695, - -2032.208727641104, + -2032.2087276410675, -912.5297813423167, 765.0702440566929, 2034.709188805049 @@ -33646,7 +28276,7 @@ "relative wind speed": [ 7.663137339730941, 7.463700539794036, - 7.201941382693091, + 7.201941382693089, 7.032484010798791, 7.0628204599275834, 7.273257934999178, @@ -33654,31 +28284,31 @@ 7.690986632065463 ], "relative wind angle": [ - 0.02159027904755409, + 0.021590279047569518, 0.04413171108778474, - 0.04170006050980985, + 0.041700060509807194, 0.013554166156485041, - 0.023425705482652697, + 0.02342570548264796, 0.045288034046069396, 0.039868881619804356, - 0.012393595635954293 + 0.012393595635954291 ], "resistance": [ - 76731.04585875475, + 76731.0458587546, 75250.76084742017, - 73637.16978777885, + 73637.16978777887, 72818.19575240058, - 72928.53055921425, + 72928.5305592143, 74048.20950551305, 75725.80953091205, 76995.4484756604 ], "fuel": [ - 50.20810783954529, + 50.208107839545235, 49.55927975027258, - 48.861310094299824, + 48.86131009429984, 48.51076392130369, - 48.55784515538549, + 48.557845155385515, 49.0381884362756, 49.76661127247111, 50.32485718989261 @@ -33714,9 +28344,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -99.92757547560359, + -99.92757547560632, -504.83994103310124, - -610.6715242836381, + -610.6715242838618, -488.08343148719723, -71.61991459061483, 401.3032269625055, @@ -33724,7 +28354,7 @@ 377.50249787637495 ], "relative wind speed": [ - 3.1211130833800698, + 3.1211130833800693, 2.952257293700486, 2.8827920668073905, 2.9602003963161145, @@ -33734,19 +28364,19 @@ 3.2842538648436674 ], "relative wind angle": [ - 0.07530291231377817, + 0.07530291231377964, 0.05499159594269662, - 0.0018474836283346758, + 0.0018474836285149571, 0.05739231386932015, 0.07504703019490379, 0.04932051274427215, 0.001588683423266733, - 0.05172414857001275 + 0.05172414857001276 ], "resistance": [ 96534.57242452439, 96129.6600589669, - 96023.82847571636, + 96023.82847571615, 96146.4165685128, 96562.88008540939, 97035.80322696251, @@ -33756,7 +28386,7 @@ "fuel": [ 41.77526703550001, 41.56714063658815, - 41.512843392225065, + 41.51284339222495, 41.57574144110998, 41.78984009050723, 42.033746479623076, @@ -33794,53 +28424,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 188.72999759823324, + 188.72999759821687, -377.6814962738845, -717.6882004783911, - -723.4649288630917, + -723.4649288631554, -399.3945380915411, - 163.648610195296, - 640.0719664708904, + 163.6486101952978, + 640.071966470854, 653.9681012001984 ], "relative wind speed": [ - 5.1696881883812065, + 5.169688188381206, 5.040927427664559, 4.946246822012538, - 4.9439676012568325, + 4.943967601256833, 5.035526603279268, 5.164422020559567, 5.255173309525791, 5.257317614063672 ], "relative wind angle": [ - 0.029885675823143543, + 0.02988567582314726, 0.031087880805489472, 0.013568594766842813, - 0.012495640113137927, + 0.012495640113155697, 0.030682166887369286, - 0.03034425869287258, - 0.012770917299012861, - 0.011750831596740846 + 0.030344258692872578, + 0.012770917299021554, + 0.011750831596740847 ], "resistance": [ - 96823.22999759828, + 96823.22999759826, 96256.81850372616, 95916.81179952165, - 95911.03507113695, + 95911.0350711369, 96235.1054619085, - 96798.14861019533, - 97274.57196647093, + 96798.14861019535, + 97274.5719664709, 97288.46810120024 ], "fuel": [ 48.372440771919834, 48.08086504945435, 47.90641074206863, - 47.90345047234677, + 47.903450472346734, 48.069711429435046, - 48.35950418465179, - 48.60563596713643, + 48.3595041846518, + 48.60563596713642, 48.612827721846415 ] }, @@ -33861,68 +28491,7 @@ "id": "622", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.643667241438672, - 10.643667241438672, - 10.643667241438672, - 10.643667241438672, - 10.643667241438672, - 10.643667241438672, - 10.643667241438672, - 10.643667241438672 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -157.42929550982217, - -310.70805602657856, - -316.5215394970114, - -179.13404771540718, - 66.00143052371959, - 277.70282196599146, - 291.64685646580347, - 91.082753226161 - ], - "relative wind speed": [ - 2.914963921459667, - 2.841494190181897, - 2.837520286090557, - 2.905603385266658, - 3.0030101653842793, - 3.0726202960950704, - 3.0762905166510843, - 3.0120680079207656 - ], - "relative wind angle": [ - 0.04097196659778745, - 0.018749328181651193, - 0.015527918533471805, - 0.03978944414787702, - 0.03977005269482422, - 0.017338834603141003, - 0.014322613351165914, - 0.03838234184507844 - ], - "resistance": [ - 96477.07070449018, - 96323.79194397343, - 96317.97846050299, - 96455.3659522846, - 96700.50143052371, - 96912.202821966, - 96926.1468564658, - 96725.58275322616 - ], - "fuel": [ - 41.369333504582684, - 41.290508711406126, - 41.28752080313701, - 41.35816635392251, - 41.484391088360866, - 41.593579937753674, - 41.60077768154376, - 41.49731852896157 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.125 46.25, 68.125 46.875, 68.75 46.875, 68.75 46.25, 68.125 46.25))", @@ -33954,17 +28523,17 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 144.05717184471177, + 144.05717184467176, -299.8166756770388, - -564.8831211101915, + -564.8831211102297, -568.463006529928, -313.33587355484815, 128.4443999309351, - 500.7046296984754, + 500.7046296985209, 509.33400277164947 ], "relative wind speed": [ - 5.13409397998256, + 5.134093979982559, 5.0328056738255995, 4.958936252789359, 4.957522378222196, @@ -33974,33 +28543,33 @@ 5.203573485919003 ], "relative wind angle": [ - 0.023697028130846738, + 0.02369702813085611, 0.024448299204485983, - 0.01055510562609775, + 0.010555105626108268, 0.009886098104252663, - 0.02419020933207563, + 0.024190209332075628, 0.02398128172299931, - 0.010061463333720894, - 0.009418619531571682 + 0.01006146333370986, + 0.009418619531571684 ], "resistance": [ - 96778.55717184475, + 96778.5571718447, 96334.68332432299, - 96069.61687888984, + 96069.61687888979, 96066.0369934701, 96321.16412644518, 96762.94439993096, - 97135.2046296985, + 97135.20462969855, 97143.83400277168 ], "fuel": [ - 48.26777262109127, + 48.26777262109124, 48.039249073819185, - 47.90313216505336, + 47.903132165053336, 47.901295611767154, 48.032300368837596, 48.25972211783525, - 48.4519198118942, + 48.45191981189422, 48.45638126636588 ] }, @@ -34034,33 +28603,33 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 360.84033231907324, + 360.84033231907233, -312.58327923540537, -780.5045348192434, - -841.3079281058494, + -841.3079281058417, -530.7297592219834, 107.90311702725285, - 716.2433277328219, + 716.2433277328255, 859.8041531910294 ], "relative wind speed": [ - 3.2972225133227275, + 3.2972225133227266, 3.0541062977608404, 2.8414316913293862, - 2.800832012530237, + 2.8008320125302366, 2.9621835684700395, 3.2122643909948794, 3.4018338788343496, 3.4353380959174826 ], "relative wind angle": [ - 0.0852086585813764, - 0.10409957580429904, + 0.0852086585813751, + 0.10409957580429906, 0.05922974351525727, - 0.028383990361562375, - 0.09487375006562022, + 0.02838399036155455, + 0.09487375006562024, 0.09895692411686194, - 0.04946375938540773, + 0.04946375938540549, 0.023140432421454752 ], "resistance": [ @@ -34114,19 +28683,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 802.4447758166862, + 802.4447758166843, 97.38350550591804, - -624.7270888541616, + -624.727088854163, -960.1513394237163, -876.4707573578166, -325.9523314164744, 444.001033601, - 999.6851608038123 + 999.6851608038132 ], "relative wind speed": [ - 3.5209843435892427, + 3.520984343589242, 3.306400053661383, - 3.0289506601175646, + 3.028950660117564, 2.8554812028157412, 2.9099701826361635, 3.151662402095141, @@ -34136,15 +28705,15 @@ "relative wind angle": [ 0.05569436033785844, 0.10758203743380682, - 0.10122474771561103, - 0.027263588074846266, - 0.06740484974647064, + 0.10122474771561105, + 0.02726358807484627, + 0.06740484974647065, 0.11288602564017972, 0.0896392490880981, - 0.02183458236443799 + 0.021834582364437985 ], "resistance": [ - 97436.94477581672, + 97436.94477581671, 96731.88350550595, 96009.77291114586, 95674.34866057632, @@ -34154,7 +28723,7 @@ 97634.18516080384 ], "fuel": [ - 42.46587595877554, + 42.465875958775534, 42.101498249740054, 41.73022681145139, 41.55842920394771, @@ -34194,39 +28763,39 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -152.637659507197, + -152.637659507202, -654.9071180407141, - -776.7915365275699, + -776.791536527589, -592.8875055376934, - -48.194610693457435, + -48.194610693455616, 550.1486120449558, 838.7432741852913, 461.92614382667534 ], "relative wind speed": [ - 3.0725302903587854, + 3.072530290358785, 2.8552135802945564, - 2.7732148516056667, + 2.7732148516056663, 2.885519873977014, 3.112312285329153, 3.3128062964025764, - 3.381746521165768, + 3.3817465211657676, 3.286442636570231 ], "relative wind angle": [ - 0.09919246474701184, + 0.0991924647470152, 0.07046261443861268, - 0.007207578386416162, + 0.007207578386431566, 0.07954498611386733, - 0.09792047870941128, + 0.09792047870941015, 0.06071678211933486, 0.005910586917105743, 0.06982415457103039 ], "resistance": [ - 96481.86234049281, + 96481.8623404928, 95979.59288195928, - 95857.70846347243, + 95857.70846347242, 96041.6124944623, 96586.30538930654, 97184.64861204496, @@ -34234,9 +28803,9 @@ 97096.42614382667 ], "fuel": [ - 41.652158070134455, + 41.65215807013445, 41.39417927061996, - 41.33171776736471, + 41.331717767364694, 41.425983374244716, 41.705920661632106, 42.01470324795857, @@ -34261,68 +28830,7 @@ "id": "627", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.822853027177112, - 12.822853027177112, - 12.822853027177112, - 12.822853027177112, - 12.822853027177112, - 12.822853027177112, - 12.822853027177112, - 12.822853027177112 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 549.6891897739988, - -196.7477421901931, - -803.070441168139, - -946.9143415768176, - -719.2190394928184, - -55.36477455836393, - 668.8906884052831, - 1010.1764600176011 - ], - "relative wind speed": [ - 3.7783320765696415, - 3.5528694727287653, - 3.3267647873259074, - 3.2435230443333833, - 3.3619182724629058, - 3.5993619241897656, - 3.809320648273578, - 3.8804440483575235 - ], - "relative wind angle": [ - 0.06401203563131554, - 0.08975714191320014, - 0.06277102166581112, - 0.007195620668072322, - 0.07195364409298746, - 0.08859469856491242, - 0.05481078200769828, - 0.0060145438186419145 - ], - "resistance": [ - 97184.18918977404, - 96437.75225780986, - 95831.42955883191, - 95687.58565842322, - 95915.28096050723, - 96579.13522544169, - 97303.39068840533, - 97644.67646001764 - ], - "fuel": [ - 43.26373788843759, - 42.878736613977985, - 42.567530233758006, - 42.49390044506373, - 42.61048701272573, - 42.95150072780852, - 43.32541226042923, - 43.50228453035183 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 51.875, 55 52.5, 55.625 52.5, 55.625 51.875, 55 51.875))", @@ -34354,19 +28862,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -581.3909748337883, + -581.3909748337974, -2161.8404988733364, - -2518.0593503078744, + -2518.059350307807, -1884.9014153014268, - -113.63370035182015, + -113.63370035182743, 1788.280577829948, 2635.8237844512223, 1394.8874793323448 ], "relative wind speed": [ - 6.214472599963705, + 6.214472599963703, 5.878389394669327, - 5.761382614311613, + 5.7613826143116125, 5.944045288713401, 6.302174225395013, 6.616767170421826, @@ -34376,17 +28884,17 @@ "relative wind angle": [ 0.07711718860788214, 0.05232418465371597, - 0.007633606612005495, - 0.06222646845454774, - 0.07604193083685563, - 0.04648075461192638, + 0.007633606611990952, + 0.06222646845454773, + 0.07604193083685709, + 0.04648075461192637, 0.006545722207962405, 0.05639566421493535 ], "resistance": [ 96053.10902516622, 94472.65950112668, - 94116.44064969214, + 94116.4406496922, 94749.59858469859, 96520.86629964819, 98422.78057782997, @@ -34396,7 +28904,7 @@ "fuel": [ 53.202240574055764, 52.39617196193728, - 52.21577501139857, + 52.21577501139859, 52.53674615465271, 53.44259093170987, 54.42824748519335, @@ -34421,68 +28929,7 @@ "id": "629", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.99487511248981, - 19.99487511248981, - 19.99487511248981, - 19.99487511248981, - 19.99487511248981, - 19.99487511248981, - 19.99487511248981, - 19.99487511248981 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 502.6846571216447, - -1042.9259519398947, - -1944.9497601671392, - -1934.3137854736415, - -1004.0981909577531, - 547.6271494237881, - 1838.8754641534779, - 1813.5986957707428 - ], - "relative wind speed": [ - 5.726888401516183, - 5.40059496703291, - 5.160207988531344, - 5.164139449368526, - 5.409659727323596, - 5.735437483828601, - 5.952639972646142, - 5.949229603597686 - ], - "relative wind angle": [ - 0.06926908901747407, - 0.07278311375830368, - 0.030821094348980543, - 0.032506714619606795, - 0.07333820305365582, - 0.06852706657150785, - 0.026717053004625967, - 0.02821574023381231 - ], - "resistance": [ - 97137.18465712167, - 95591.57404806014, - 94689.5502398329, - 94700.18621452639, - 95630.40180904228, - 97182.12714942382, - 98473.3754641535, - 98448.09869577078 - ], - "fuel": [ - 50.48281571625858, - 49.68818080048689, - 49.22853676786449, - 49.2339388994547, - 49.708034219434325, - 50.50605470952075, - 51.17694716637865, - 51.16375460768218 - ] + "inaccessible": true }, { "geometry": "POLYGON ((55 51.25, 55 51.875, 55.625 51.875, 55.625 51.25, 55 51.25))", @@ -34514,9 +28961,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 255.42608074215968, - -1968.2403192435668, - -2997.6563573232525, + 255.42608074211967, + -1968.2403192435704, + -2997.6563573232925, -2752.2143940056812, -1069.6377865120703, 1295.294359676147, @@ -34524,9 +28971,9 @@ 2408.673355845236 ], "relative wind speed": [ - 7.083492730893739, + 7.083492730893738, 6.693468813644992, - 6.454980572467634, + 6.454980572467633, 6.527288695806781, 6.8606708003358285, 7.241695128902279, @@ -34534,19 +28981,19 @@ 7.391831666156779 ], "relative wind angle": [ - 0.07066009290725786, - 0.06467670870042432, - 0.01730513911196679, + 0.07066009290726259, + 0.06467670870042433, + 0.01730513911197321, 0.04208868206758474, - 0.0729590184458208, + 0.07295901844582081, 0.05977433397976393, 0.01498350944876697, 0.037163604076287736 ], "resistance": [ - 96889.92608074215, - 94666.25968075643, - 93636.84364267673, + 96889.92608074211, + 94666.25968075641, + 93636.84364267669, 93882.2856059943, 95564.86221348791, 97929.79435967613, @@ -34554,9 +29001,9 @@ 99043.17335584523 ], "fuel": [ - 57.472499465927626, - 56.33411120472745, - 55.813340357651825, + 57.472499465927605, + 56.334111204727435, + 55.813340357651796, 55.93714888716177, 56.79192826133919, 58.01116568863016, @@ -34594,54 +29041,54 @@ ], "ice resistance": 87860.81791641556, "wind resistance": [ - 1339.56676558025, + 1339.5667655802172, -990.7697163425328, - -2691.3957293198073, + -2691.395729319811, -2968.932434132974, - -2013.0218263964962, + -2013.0218263965144, 157.18254600302316, 2302.571055359622, - 2964.553804727573 + 2964.553804727657 ], "relative wind speed": [ - 7.6374965639603225, + 7.637496563960321, 7.28485846082729, - 6.970956082892193, + 6.970956082892192, 6.89404868031529, 7.1059717815202665, 7.467062737782579, 7.760925203521573, - 7.829321906634766 + 7.829321906634765 ], "relative wind angle": [ - 0.05177351180235571, + 0.051773511802357855, 0.06424209305575677, 0.03818850758291533, - 0.013241640256326358, - 0.055650019574691484, + 0.013241640256326357, + 0.055650019574693475, 0.0626724361748315, 0.0342997638184032, - 0.011659747075076714 + 0.011659747075067192 ], "resistance": [ - 89200.38468199581, + 89200.38468199578, 86870.04820007303, - 85169.42218709576, + 85169.42218709574, 84891.88548228258, - 85847.79609001907, + 85847.79609001905, 88018.00046241858, 90163.38897177519, - 90825.37172114314 + 90825.37172114322 ], "fuel": [ - 55.997204807367694, + 55.99720480736767, 54.87134839313138, - 54.062478440939955, + 54.06247844093994, 53.93149491314188, - 54.383843683971946, + 54.38384368397193, 55.42343371036445, 56.46836211544501, - 56.79424369337755 + 56.794243693377595 ] }, { @@ -34674,9 +29121,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 658.5764264681566, + 658.5764264681438, -717.341054712102, - -1640.1163603020668, + -1640.1163603020614, -1734.4387285927205, -1061.3754978545076, 260.3301797925724, @@ -34684,9 +29131,9 @@ 1704.7654635776998 ], "relative wind speed": [ - 5.3456187479557515, + 5.345618747955751, 5.041149347983447, - 4.787758212422206, + 4.787758212422205, 4.750042187286103, 4.954263489800136, 5.263760991552399, @@ -34694,19 +29141,19 @@ 5.527880764259019 ], "relative wind angle": [ - 0.06627155927418, + 0.06627155927418167, 0.07724403500490236, - 0.04097891859170829, + 0.040978918591705576, 0.023501864674831622, 0.07151520421376562, 0.07397117519060006, - 0.03570065627008484, + 0.035700656270084834, 0.02019438631167111 ], "resistance": [ 97293.07642646815, 95917.1589452879, - 94994.38363969793, + 94994.38363969795, 94900.06127140728, 95573.1245021455, 96894.83017979257, @@ -34716,7 +29163,7 @@ "fuel": [ 48.769409544389475, 48.06078532808042, - 47.589484629788615, + 47.58948462978863, 47.541488663580644, 47.88470182448633, 48.56358059325275, @@ -34754,19 +29201,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 265.4325702710471, - -495.4791030041406, - -938.4281596414435, + 265.43257027104437, + -495.47910300414014, + -938.4281596414448, -929.2521254137596, -463.1174650839316, 303.0329983173656, - 942.8792907743386, + 942.8792907743341, 921.3474431931222 ], "relative wind speed": [ - 3.1690099035101107, + 3.1690099035101102, 2.8700453318236363, - 2.642848168385365, + 2.6428481683853646, 2.649299539238893, 2.884369140475344, 3.181988199278713, @@ -34774,19 +29221,19 @@ 3.3679995633105744 ], "relative wind angle": [ - 0.11560240564932694, - 0.12571143813048505, - 0.05427574615728482, - 0.05932939765463153, + 0.11560240564932792, + 0.12571143813048502, + 0.05427574615728481, + 0.05932939765463152, 0.12706947840865723, - 0.11333148446841708, - 0.04251782179147898, + 0.11333148446841709, + 0.04251782179148159, 0.04665860520603974 ], "resistance": [ 96899.93257027108, 96139.02089699589, - 95696.07184035859, + 95696.07184035858, 95705.24787458628, 96171.38253491609, 96937.5329983174, @@ -34796,7 +29243,7 @@ "fuel": [ 41.69691076217233, 41.30526896009001, - 41.078274874723036, + 41.07827487472302, 41.08296982828202, 41.32188165340767, 41.716319591449945, @@ -34821,68 +29268,7 @@ "id": "634", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.554910466401324, - 23.554910466401324, - 23.554910466401324, - 23.554910466401324, - 23.554910466401324, - 23.554910466401324, - 23.554910466401324, - 23.554910466401324 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1372.5664640944196, - -709.8244170825819, - -2322.8761267776626, - -2652.399580328647, - -1917.6408808314045, - -25.007049239498883, - 1948.0901688036065, - 2732.5864034124897 - ], - "relative wind speed": [ - 6.847716696615425, - 6.49921717683241, - 6.169184064274289, - 6.0660874231654915, - 6.260550915141462, - 6.621623502325605, - 6.930143555460335, - 7.020563018212833 - ], - "relative wind angle": [ - 0.05564800918176285, - 0.07349944803505326, - 0.04768739837440315, - 0.010116376174566948, - 0.060873313922586644, - 0.07213836425474268, - 0.042447775713247926, - 0.008740973743479102 - ], - "resistance": [ - 98007.0664640944, - 95924.6755829174, - 94311.62387322233, - 93982.10041967133, - 94716.85911916858, - 96609.49295076048, - 98582.5901688036, - 99367.08640341248 - ], - "fuel": [ - 55.78790402399788, - 54.712636930155014, - 53.890809123175984, - 53.72411239183646, - 54.09636031133971, - 55.06446978082347, - 56.08792850706608, - 56.49887686302792 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.875 51.25, 56.875 51.875, 57.5 51.875, 57.5 51.25, 56.875 51.25))", @@ -34901,68 +29287,7 @@ "id": "635", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.521435957830883, - 11.521435957830883, - 11.521435957830883, - 11.521435957830883, - 11.521435957830883, - 11.521435957830883, - 11.521435957830883, - 11.521435957830883 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 198.0134818860688, - -841.6764251808618, - -1344.1377393800608, - -1232.6248416496665, - -455.9352589349205, - 647.4999882250459, - 1467.0035725308308, - 1206.8984527842458 - ], - "relative wind speed": [ - 3.3612116125915694, - 2.9585324901333667, - 2.6912568722419645, - 2.7662534299435126, - 3.121063728117013, - 3.50512022681296, - 3.714285765419575, - 3.6587736006637295 - ], - "relative wind angle": [ - 0.15288919335116885, - 0.15199373346137673, - 0.04519959328405674, - 0.0999319967475163, - 0.16475679245848893, - 0.12814892216271914, - 0.032744931833126927, - 0.07550063358759873 - ], - "resistance": [ - 96832.51348188605, - 95792.82357481912, - 95290.36226061992, - 95401.87515835032, - 96178.56474106507, - 97281.99998822503, - 98101.50357253081, - 97841.39845278423 - ], - "fuel": [ - 42.13096150977321, - 41.59663243037794, - 41.3398435516837, - 41.39675244401236, - 41.79440752373599, - 42.36321201726685, - 42.788585868455954, - 42.65330425775744 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.25 50.625, 56.25 51.25, 56.875 51.25, 56.875 50.625, 56.25 50.625))", @@ -34994,9 +29319,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - 66.91585718127499, + 66.91585718126862, -1284.4206735720845, - -1837.9451463520609, + -1837.94514635207, -1609.50735103838, -478.3189197529482, 1003.5109444197951, @@ -35004,7 +29329,7 @@ 1467.2952369827271 ], "relative wind speed": [ - 4.207283305300936, + 4.207283305300935, 3.7889469079720235, 3.5485344328448876, 3.666402440103369, @@ -35014,14 +29339,14 @@ 4.546198031836522 ], "relative wind angle": [ - 0.12995707051051417, - 0.11674583456932121, - 0.0222420051650948, + 0.129957070510515, + 0.11674583456932122, + 0.022242005165099794, 0.0900544809598913, - 0.13500661476764556, + 0.13500661476764558, 0.09946226504518592, 0.017013899223092877, - 0.07259244809948545 + 0.07259244809948547 ], "resistance": [ 96701.41585718124, @@ -35061,68 +29386,7 @@ "id": "637", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.90586267231479, - 12.90586267231479, - 12.90586267231479, - 12.90586267231479, - 12.90586267231479, - 12.90586267231479, - 12.90586267231479, - 12.90586267231479 - ], - "ice resistance": 96634.50000000007, - "wind resistance": [ - -188.69932636820704, - -1330.933773452608, - -1651.9235450314004, - -1308.8048838753275, - -151.69244281564897, - 1183.7031957276286, - 1935.4178837386926, - 1152.0381504417137 - ], - "relative wind speed": [ - 3.6254354945447718, - 3.196658310328218, - 3.0054606392811465, - 3.2063895536212583, - 3.6375680928252483, - 4.019584531024934, - 4.164479619445528, - 4.011826290540739 - ], - "relative wind angle": [ - 0.16053436624937092, - 0.1271719867004068, - 0.002044628720926927, - 0.12951669132876978, - 0.15999430239789436, - 0.10103559426525595, - 0.0014755863044006447, - 0.10340923793821598 - ], - "resistance": [ - 96445.80067363186, - 95303.56622654747, - 94982.57645496867, - 95325.69511612474, - 96482.80755718442, - 97818.2031957277, - 98569.91788373876, - 97786.53815044179 - ], - "fuel": [ - 42.947329068004365, - 42.36216072195538, - 42.198591052190785, - 42.37345126760851, - 42.96636894088134, - 43.656833691260154, - 44.04842588689069, - 43.640384509276444 - ] + "inaccessible": true }, { "geometry": "POLYGON ((56.25 50, 56.25 50.625, 56.875 50.625, 56.875 50, 56.25 50))", @@ -35154,33 +29418,33 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 244.68851325908508, - -1028.9250144611533, - -1640.4491331897893, - -1496.9709181731614, + 244.68851325907963, + -1028.925014461152, + -1640.4491331897948, + -1496.9709181731623, -537.1454037235026, 818.6330804067165, 1823.4017909252407, 1489.6259945964148 ], "relative wind speed": [ - 3.5803911805587614, - 3.1128587122209828, + 3.580391180558761, + 3.112858712220983, 2.8012774039416244, - 2.8931724703451427, + 2.893172470345143, 3.3095660806183744, 3.7526709535412968, 3.9906482623715034, 3.9245358584983787 ], "relative wind angle": [ - 0.16701102021275113, - 0.16720948887413048, - 0.04909851939288206, - 0.11210030977243432, - 0.18082271796499982, + 0.16701102021275246, + 0.16720948887413117, + 0.049098519392886585, + 0.11210030977243532, + 0.18082271796500043, 0.13849800540500992, - 0.0344581936646542, + 0.034458193664654205, 0.08256126881008036 ], "resistance": [ @@ -35221,68 +29485,7 @@ "id": "639", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.496252669596709, - 9.496252669596709, - 9.496252669596709, - 9.496252669596709, - 9.496252669596709, - 9.496252669596709, - 9.496252669596709, - 9.496252669596709 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -157.31723029479645, - -1096.8795700181952, - -1352.4998911465545, - -1003.3599783983557, - -1.8526323618298193, - 1129.101980032949, - 1720.1720441466655, - 993.3295602343301 - ], - "relative wind speed": [ - 2.6885814827617103, - 2.182165923469907, - 1.9622072907877133, - 2.242252403585982, - 2.7576141582935403, - 3.1734930467730464, - 3.3140079636973847, - 3.1313272575831212 - ], - "relative wind angle": [ - 0.2541483225985826, - 0.20901182678221855, - 0.018160041247290353, - 0.22633389350122093, - 0.24765092779685088, - 0.14316569404846732, - 0.010752084402102199, - 0.1613906332160884 - ], - "resistance": [ - 96477.18276970522, - 95537.62042998182, - 95282.00010885346, - 95631.14002160166, - 96632.64736763819, - 97763.60198003297, - 98354.67204414668, - 97627.82956023434 - ], - "fuel": [ - 40.689717780374025, - 40.20791464236994, - 40.07740216099194, - 40.25572384047597, - 40.76975602489381, - 41.35471518020494, - 41.6623257084575, - 41.28423876082637 - ] + "inaccessible": true }, { "geometry": "POLYGON ((58.75 50.625, 58.75 51.25, 59.375 51.25, 59.375 50.625, 58.75 50.625))", @@ -35301,68 +29504,7 @@ "id": "640", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.175141648854943, - 8.175141648854943, - 8.175141648854943, - 8.175141648854943, - 8.175141648854943, - 8.175141648854943, - 8.175141648854943, - 8.175141648854943 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -273.77698449704917, - -947.6533303045919, - -1071.4913695040404, - -676.2457429121425, - 177.25869216874662, - 1048.0034345132499, - 1332.7964738861592, - 652.6326507736121 - ], - "relative wind speed": [ - 2.2376986825008074, - 1.783461907279879, - 1.6566337255949442, - 1.9884595604845567, - 2.4699827705498345, - 2.8155592527525504, - 2.8920018982878104, - 2.674722201798992 - ], - "relative wind angle": [ - 0.2801023039466917, - 0.19884815426090888, - 0.07273272858976663, - 0.2659173084753469, - 0.2531506835018463, - 0.12545696098266568, - 0.04163900427528199, - 0.1966330481372958 - ], - "resistance": [ - 96360.72301550292, - 95686.84666969538, - 95563.00863049593, - 95958.25425708783, - 96811.75869216872, - 97682.50343451322, - 97967.29647388613, - 97287.13265077358 - ], - "fuel": [ - 39.954678044919035, - 39.60907635054798, - 39.54574903466073, - 39.74806619679823, - 40.18693849381995, - 40.63746911787834, - 40.78543570028475, - 40.43255127877862 - ] + "inaccessible": true }, { "geometry": "POLYGON ((59.375 50.625, 59.375 51.25, 60 51.25, 60 50.625, 59.375 50.625))", @@ -35394,9 +29536,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -44.02276710093997, + -44.02276710094088, -715.8515701675087, - -919.7518369031139, + -919.7518369031299, -709.1623260448634, -32.910418868148554, 762.624607171753, @@ -35404,9 +29546,9 @@ 752.8398608111154 ], "relative wind speed": [ - 2.1452966621108787, + 2.145296662110878, 1.6859681111031044, - 1.456526100452632, + 1.4565261004526318, 1.6916267455203615, 2.1515870957361742, 2.5276740943693534, @@ -35416,17 +29558,17 @@ "relative wind angle": [ 0.2858819472672615, 0.2551171360386519, - 0.0022504641739619063, - 0.25707721595834077, + 0.002250464174011239, + 0.2570772159583407, 0.2850227043659367, - 0.16912940223582343, - 0.0012292792115276064, + 0.16912940223582346, + 0.0012292792115276062, 0.1712490400511106 ], "resistance": [ 96590.47723289908, 95918.64842983251, - 95714.7481630969, + 95714.74816309688, 95925.33767395515, 96601.58958113186, 97397.12460717176, @@ -35436,7 +29578,7 @@ "fuel": [ 39.739220035994926, 39.394091513266105, - 39.28967710871624, + 39.28967710871623, 39.397519600210444, 39.744942735450515, 40.15582575594141, @@ -35474,9 +29616,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -235.058479402285, + -235.05847940228614, -943.8041997764935, - -1082.8897526015503, + -1082.8897526015508, -670.5603318612514, 219.30274778616217, 1144.9881515978716, @@ -35484,7 +29626,7 @@ 739.909922725549 ], "relative wind speed": [ - 2.06408048643092, + 2.0640804864309197, 1.5214303887829186, 1.35468091904039, 1.7614186005551726, @@ -35494,14 +29636,14 @@ 2.5558642744254625 ], "relative wind angle": [ - 0.3567305520927296, + 0.3567305520927299, 0.27591391230650386, - 0.0995549810797684, - 0.3505467401487342, + 0.09955498107977064, + 0.35054674014873427, 0.3161565497291577, 0.15379799802980226, 0.04822884547635787, - 0.238934922868327 + 0.23893492286832702 ], "resistance": [ 96399.44152059774, @@ -35554,19 +29696,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 12.370133986692736, + 12.370133986691826, -523.4829993891963, - -698.6471031481321, + -698.6471031481352, -531.3132884651438, - -0.6803658888252357, + -0.6803658888254631, 639.5624673251807, 1038.10458280394, 651.3106871279547 ], "relative wind speed": [ - 1.7230839987073825, + 1.7230839987073818, 1.2415858746826016, - 0.9699589607121728, + 0.9699589607121727, 1.2323814052831565, 1.7137136934432722, 2.0890901381905578, @@ -35574,14 +29716,14 @@ 2.094533160780396 ], "relative wind angle": [ - 0.3737661890024562, + 0.3737661890024565, 0.36952696237329535, - 0.005190684287030213, - 0.3662260872777215, - 0.3759115909989302, + 0.005190684287051602, + 0.36622608727772155, + 0.3759115909989305, 0.21633630178652205, - 0.002259520112260361, - 0.21228642455663327 + 0.0022595201122603613, + 0.21228642455663324 ], "resistance": [ 96646.87013398673, @@ -35634,17 +29776,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 863.0426361260943, + 863.0426361260916, -354.1761774020042, - -1306.4177693701085, + -1306.4177693701158, -1514.5361436029061, -1090.9505365698942, - 7.34922317901146, - 1170.3261200814295, + 7.34922317901237, + 1170.3261200814259, 1659.5782034151734 ], "relative wind speed": [ - 4.094902494930135, + 4.0949024949301345, 3.746627258590127, 3.3995545683091652, 3.28334987593294, @@ -35655,18 +29797,18 @@ ], "relative wind angle": [ 0.09430004851197746, - 0.13076555611202698, - 0.08993146161920669, - 0.01728629938155427, + 0.130765556112027, + 0.08993146161921041, + 0.017286299381554265, 0.11078761893144821, - 0.1269303662650404, - 0.07331485169516545, - 0.013322003218346142 + 0.12693036626504037, + 0.07331485169516698, + 0.013322003218346144 ], "resistance": [ 97497.54263612609, 96280.323822598, - 95328.0822306299, + 95328.08223062988, 95119.9638563971, 95543.5494634301, 96641.84922317902, @@ -35676,7 +29818,7 @@ "fuel": [ 44.028209113361655, 43.40003229814196, - 42.91244730017816, + 42.91244730017815, 42.806331841792485, 43.022479604543435, 43.58603114010508, @@ -35701,68 +29843,7 @@ "id": "645", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.40469745372562, - 13.40469745372562, - 13.40469745372562, - 13.40469745372562, - 13.40469745372562, - 13.40469745372562, - 13.40469745372562, - 13.40469745372562 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1075.7513349409437, - 20.375596759482505, - -987.782289895862, - -1386.7254037123066, - -1206.6577654069079, - -347.2324319252639, - 763.8518487688716, - 1499.7301596474572 - ], - "relative wind speed": [ - 4.092393394154878, - 3.8085747690660496, - 3.465283948117607, - 3.2740302837079005, - 3.37542843882097, - 3.692689949962944, - 4.016591589524917, - 4.173958138204958 - ], - "relative wind angle": [ - 0.06772426499046082, - 0.1184363849593642, - 0.10392504874375628, - 0.017827337933076785, - 0.08213895856210617, - 0.12217149750700232, - 0.08961915592058099, - 0.013983382874352968 - ], - "resistance": [ - 97710.25133494096, - 96654.87559675949, - 95646.71771010416, - 95247.77459628771, - 95427.8422345931, - 96287.26756807475, - 97398.35184876889, - 98134.23015964747 - ], - "fuel": [ - 43.99764797538222, - 43.45184129099946, - 42.93432474728613, - 42.73058014245829, - 42.822469324061274, - 43.26269937900169, - 43.83591206852317, - 44.21808325460492 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 43.75, 50 44.375, 50.625 44.375, 50.625 43.75, 50 43.75))", @@ -35781,68 +29862,7 @@ "id": "646", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.043852290895062, - 10.043852290895062, - 10.043852290895062, - 10.043852290895062, - 10.043852290895062, - 10.043852290895062, - 10.043852290895062, - 10.043852290895062 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 222.01285396465846, - -709.1416239466089, - -1177.4080711507008, - -1090.9043952234078, - -415.11668519455816, - 565.6799045942757, - 1314.59546765924, - 1113.8523730073248 - ], - "relative wind speed": [ - 2.9725876153221154, - 2.560357844278907, - 2.2725408687060065, - 2.3405404302288604, - 2.7042080025618285, - 3.097351410661264, - 3.314298727023079, - 3.266632600454167 - ], - "relative wind angle": [ - 0.1763574215046249, - 0.18275087440789617, - 0.06010968954848466, - 0.11657879800227758, - 0.19407267665346886, - 0.1507984131493439, - 0.041202717752609766, - 0.08343634615391168 - ], - "resistance": [ - 96856.51285396465, - 95925.3583760534, - 95457.0919288493, - 95543.5956047766, - 96219.38331480544, - 97200.17990459428, - 97949.09546765924, - 97748.35237300732 - ], - "fuel": [ - 41.19871985070322, - 40.719899329163816, - 40.48032542178687, - 40.52452088502046, - 40.87074501309747, - 41.37625627950729, - 41.764664144770194, - 41.660348611391626 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50.625 43.75, 50.625 44.375, 51.25 44.375, 51.25 43.75, 50.625 43.75))", @@ -35861,68 +29881,7 @@ "id": "647", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.538570419693747, - 7.538570419693747, - 7.538570419693747, - 7.538570419693747, - 7.538570419693747, - 7.538570419693747, - 7.538570419693747, - 7.538570419693747 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 616.6794555136148, - -68.5877450012415, - -644.6202548885735, - -811.555688408909, - -626.1119422262223, - -37.80586874586629, - 643.4860412759317, - 1030.3821848660868 - ], - "relative wind speed": [ - 2.4754378563934782, - 2.1465538174558225, - 1.7633356476625215, - 1.5844488563170787, - 1.7781683061281621, - 2.1637887638469864, - 2.486025442240532, - 2.6036890996238657 - ], - "relative wind angle": [ - 0.14865427035873724, - 0.2397043313932067, - 0.20218036008391507, - 0.005597562278012302, - 0.20767398839715384, - 0.2377580787006442, - 0.14291737123166665, - 0.003406329114746408 - ], - "resistance": [ - 97251.17945551363, - 96565.91225499877, - 95989.87974511144, - 95822.94431159111, - 96008.38805777379, - 96596.69413125415, - 97277.98604127594, - 97664.8821848661 - ], - "fuel": [ - 40.12968117037778, - 39.775981542598906, - 39.48001499773034, - 39.394474026641134, - 39.489505403802525, - 39.79183207877053, - 40.14355286319497, - 40.34405908884679 - ] + "inaccessible": true }, { "geometry": "POLYGON ((52.5 44.375, 52.5 45, 53.125 45, 53.125 44.375, 52.5 44.375))", @@ -35954,54 +29913,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 862.596293296554, + 862.5962932965394, -473.63618028649125, -1484.1646402063216, -1677.8822382784201, -1169.6955458444836, 55.642682097332, - 1310.0851508137184, - 1767.7905406312257 + 1310.0851508137257, + 1767.7905406312475 ], "relative wind speed": [ 4.684738082364555, 4.351431100881245, - 4.035916010005872, + 4.035916010005871, 3.944357241999307, 4.1437873639964655, 4.4925262372808605, 4.777983526400209, - 4.853842865798306 + 4.853842865798305 ], "relative wind angle": [ - 0.07943579816362976, - 0.10470916189894783, - 0.06730773099386018, + 0.07943579816363396, + 0.10470916189894781, + 0.06730773099385853, 0.01798204478899113, 0.0898321003061044, - 0.10140909407621773, - 0.05684186892584476, - 0.014612403448220077 + 0.10140909407621775, + 0.0568418689258428, + 0.014612403448212477 ], "resistance": [ - 97497.09629329658, + 97497.09629329656, 96160.86381971354, 95150.33535979371, 94956.6177617216, 95464.80445415554, 96690.14268209736, - 97944.58515081374, - 98402.29054063125 + 97944.58515081376, + 98402.29054063128 ], "fuel": [ - 46.05480708681425, + 46.05480708681424, 45.36550833496694, 44.84863695952879, 44.7499871085831, 45.00907631736606, 45.63774347952909, - 46.287130357210415, - 46.52552859344205 + 46.28713035721043, + 46.52552859344206 ] }, { @@ -36034,9 +29993,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -164.7498905347752, + -164.7498905347761, -840.1588678219782, - -1012.3969131959848, + -1012.3969131959861, -760.9279032378495, -32.37032909872778, 775.9104135760058, @@ -36044,9 +30003,9 @@ 662.3940711140135 ], "relative wind speed": [ - 2.730294004278478, + 2.7302940042784773, 2.3882807065602263, - 2.2519407544574777, + 2.251940754457477, 2.434575733449003, 2.787519120748942, 3.085592887114589, @@ -36054,13 +30013,13 @@ 3.049198123513985 ], "relative wind angle": [ - 0.17199585873158282, - 0.13012270033716486, - 0.012892377147524654, - 0.1446567442511186, - 0.16843080886969497, + 0.17199585873158346, + 0.1301227003371649, + 0.012892377147524652, + 0.14465674425111857, + 0.16843080886969494, 0.10060194075805015, - 0.009111196009349601, + 0.0091111960093496, 0.11535174792029391 ], "resistance": [ @@ -36101,68 +30060,7 @@ "id": "650", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.208353832289284, - 11.208353832289284, - 11.208353832289284, - 11.208353832289284, - 11.208353832289284, - 11.208353832289284, - 11.208353832289284, - 11.208353832289284 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 799.0688412682566, - -298.23211261704864, - -1151.129440447, - -1339.1568561531499, - -947.2101021114149, - 42.479557290494085, - 1091.2440429526532, - 1529.7998125007143 - ], - "relative wind speed": [ - 3.4719764839449754, - 3.094845519637951, - 2.7091603970085982, - 2.578828885082165, - 2.8132211058573318, - 3.22347094062983, - 3.553770341311925, - 3.6494486264330313 - ], - "relative wind angle": [ - 0.1226440957673286, - 0.17388224971777105, - 0.12302825101831255, - 0.02530768074747961, - 0.15156337454640692, - 0.16687733493045706, - 0.09368921819162018, - 0.01788234235132541 - ], - "resistance": [ - 97433.56884126825, - 96336.26788738296, - 95483.370559553, - 95295.34314384685, - 95687.28989788858, - 96676.9795572905, - 97725.74404295265, - 98164.29981250071 - ], - "fuel": [ - 42.22953402652922, - 41.66326027454485, - 41.22620824041883, - 41.13022108865588, - 41.33045685067721, - 41.83860852841699, - 42.38106944431722, - 42.60912075218299 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.125 43.75, 53.125 44.375, 53.75 44.375, 53.75 43.75, 53.125 43.75))", @@ -36194,21 +30092,21 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -340.40641222096156, + -340.4064122209634, -1089.3470936442454, -1229.1757014765221, -823.6869067840648, - 103.72084031323539, + 103.72084031323448, 1047.3317977865881, - 1373.4910723702824, + 1373.4910723702742, 666.9729865346844 ], "relative wind speed": [ - 2.9783838905455795, + 2.978383890545579, 2.6237519691182793, 2.5241062034652195, 2.7626744528557357, - 3.1510348426201986, + 3.151034842620198, 3.451914944406346, 3.525433172320291, 3.341769149179245 @@ -36218,10 +30116,10 @@ 0.11163747190994155, 0.03467386849639887, 0.15117155723554315, - 0.15963412487240003, + 0.1596341248724, 0.08477944909221155, - 0.024823042442319487, - 0.1248234889062588 + 0.024823042442323955, + 0.12482348890625881 ], "resistance": [ 96294.093587779, @@ -36274,17 +30172,17 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -442.96981233690803, + -442.9698123369094, -798.1286419413582, - -764.505888761355, + -764.5058887613554, -329.21725997486965, - 340.3925823498039, + 340.3925823498048, 880.2443351039719, 802.3319261789584, 207.32116468073036 ], "relative wind speed": [ - 2.1091389757139, + 2.1091389757138996, 1.8491344095695759, 1.8817102484921011, 2.1775857312376674, @@ -36294,17 +30192,17 @@ 2.4546827879335456 ], "relative wind angle": [ - 0.19319646297522705, - 0.07634151287411263, - 0.10942926739776059, + 0.19319646297522822, + 0.07634151287411262, + 0.10942926739776161, 0.19954781666703908, - 0.1617989990639591, + 0.1617989990639584, 0.05204960057216032, - 0.0765206460787024, + 0.07652064607870239, 0.17676851439770608 ], "resistance": [ - 96191.53018766307, + 96191.53018766305, 95836.37135805862, 95869.99411123862, 96305.2827400251, @@ -36341,68 +30239,7 @@ "id": "653", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.297022602031506, - 10.297022602031506, - 10.297022602031506, - 10.297022602031506, - 10.297022602031506, - 10.297022602031506, - 10.297022602031506, - 10.297022602031506 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -984.5821250161985, - -1114.3521517222694, - -750.1363596074257, - 89.66323697383223, - 947.614197514853, - 1250.2065688784915, - 611.8457750247762, - -302.1915922330777 - ], - "relative wind speed": [ - 2.47858685040426, - 2.3807030046162203, - 2.608427379434758, - 2.980988644687808, - 3.270337121991039, - 3.3422673247783212, - 3.1677443509040715, - 2.8199653130334568 - ], - "relative wind angle": [ - 0.11417431637749864, - 0.03430035894725463, - 0.15311751212828123, - 0.1620588151019873, - 0.0864524267466787, - 0.02442984657006523, - 0.12592254578372009, - 0.17140170603145136 - ], - "resistance": [ - 95649.9178749838, - 95520.14784827773, - 95884.36364039258, - 96724.16323697384, - 97582.11419751485, - 97884.7065688785, - 97246.34577502478, - 96332.30840776692 - ], - "fuel": [ - 40.73052174939636, - 40.66418024512127, - 40.85053483288401, - 41.28210778021016, - 41.72571872607254, - 41.88283008519354, - 41.55178055639673, - 41.0804070375289 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.75 43.75, 53.75 44.375, 54.375 44.375, 54.375 43.75, 53.75 43.75))", @@ -36421,68 +30258,7 @@ "id": "654", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.767877896761458, - 8.767877896761458, - 8.767877896761458, - 8.767877896761458, - 8.767877896761458, - 8.767877896761458, - 8.767877896761458, - 8.767877896761458 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -519.0826088446922, - -1017.5654651418956, - -1000.3722878718809, - -461.9051490291604, - 407.11470766976163, - 1140.868327706481, - 1101.1998784313046, - 339.98618752461516 - ], - "relative wind speed": [ - 2.265015865089442, - 1.925352065182141, - 1.941242527267846, - 2.297527131047793, - 2.7116316304920898, - 2.96247572035467, - 2.952087468033223, - 2.6841408403232783 - ], - "relative wind angle": [ - 0.22608490868356046, - 0.1028621656378392, - 0.11779956812912795, - 0.22846417827329846, - 0.18835494260778718, - 0.06678328407115848, - 0.07736110307537032, - 0.19509554282361852 - ], - "resistance": [ - 96115.4173911553, - 95616.93453485808, - 95634.1277121281, - 96172.59485097083, - 97041.61470766975, - 97775.36832770647, - 97735.69987843129, - 96974.4861875246 - ], - "fuel": [ - 40.117367204042594, - 39.86200950192189, - 39.87080165138005, - 40.1467165998403, - 40.59428512369321, - 40.97437596106761, - 40.95377612865913, - 40.559611984587065 - ] + "inaccessible": true }, { "geometry": "POLYGON ((54.375 43.75, 54.375 44.375, 55 44.375, 55 43.75, 54.375 43.75))", @@ -36514,17 +30290,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -962.5453445397295, + -962.545344539732, -1049.2282561860832, -635.0695870006084, 200.2161403647474, - 1012.3577435635389, + 1012.3577435635402, 1212.701027836195, 540.1194505330818, -345.24152312847446 ], "relative wind speed": [ - 2.0239947664211524, + 2.023994766421152, 1.9456725747992771, 2.2412588521974124, 2.6616506626462764, @@ -36534,13 +30310,13 @@ 2.402884045339196 ], "relative wind angle": [ - 0.14077944210241622, + 0.14077944210241858, 0.06808469884364937, - 0.21181644939234312, + 0.21181644939234315, 0.2019983002478399, - 0.09609216550992551, - 0.04396001571812009, - 0.16914249481117488, + 0.09609216550992436, + 0.043960015718120096, + 0.1691424948111749, 0.22410411337245406 ], "resistance": [ @@ -36581,68 +30357,7 @@ "id": "656", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.439856297392357, - 10.439856297392357, - 10.439856297392357, - 10.439856297392357, - 10.439856297392357, - 10.439856297392357, - 10.439856297392357, - 10.439856297392357 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 396.39812785975255, - -709.6389490104057, - -1335.3772457427644, - -1298.6879199364012, - -586.1415185211781, - 541.0146185041949, - 1472.9854495887685, - 1388.0844409448255 - ], - "relative wind speed": [ - 3.154272800872642, - 2.6976749548439, - 2.341265820958996, - 2.369323020386555, - 2.756179773525721, - 3.204452166022329, - 3.4733900158096893, - 3.4543121270932606 - ], - "relative wind angle": [ - 0.18089966291609916, - 0.20331706096983534, - 0.0867455135957124, - 0.10904607738321632, - 0.20738421622418235, - 0.17081555373029736, - 0.05843143552432831, - 0.07471638533238847 - ], - "resistance": [ - 97030.8981278598, - 95924.86105098964, - 95299.12275425727, - 95335.81208006364, - 96048.35848147886, - 97175.51461850424, - 98107.48544958881, - 98022.58444094486 - ], - "fuel": [ - 41.527809559504874, - 40.95870265433059, - 40.638747678608176, - 40.65746760021267, - 41.022021999750834, - 41.60255789379555, - 42.08613504418104, - 42.041948158340816 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.125 43.125, 53.125 43.75, 53.75 43.75, 53.75 43.125, 53.125 43.125))", @@ -36674,53 +30389,53 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -124.73213880153207, + -124.73213880153344, -1137.9115017104036, - -1432.5501814284698, - -1124.0441977060514, - -101.63562968254791, + -1432.550181428514, + -1124.0441977060518, + -101.63562968254837, 1087.5066583275297, - 1772.5851491341132, + 1772.5851491342723, 1067.5183958074063 ], "relative wind speed": [ 3.002732317816775, 2.529731911001542, - 2.309081230659009, - 2.537474323539179, + 2.3090812306590087, + 2.5374743235391786, 3.0119568997837023, 3.418880254860711, 3.571614426115203, 3.4131378225901368 ], "relative wind angle": [ - 0.21181124495022915, - 0.17604015456037928, - 0.0020429741124387696, - 0.17816822206574756, - 0.21115270849071238, - 0.12995108771387895, - 0.001320800821547567, + 0.21181124495023018, + 0.1760401545603793, + 0.0020429741124931133, + 0.17816822206574692, + 0.21115270849071288, + 0.12995108771387898, + 0.00132080082146351, 0.13214252231861986 ], "resistance": [ - 96509.76786119847, + 96509.76786119846, 95496.5884982896, - 95201.94981857153, + 95201.94981857149, 95510.45580229395, 96532.86437031745, 97722.00665832753, - 98407.08514913412, + 98407.08514913428, 97702.0183958074 ], "fuel": [ - 41.34944765784106, + 41.349447657841054, 40.829909980100325, - 40.679542207302326, + 40.679542207302305, 40.836995067583004, 41.36133560628186, 41.97607815232914, - 42.33262726411091, + 42.332627264111, 41.96570148124247 ] }, @@ -36754,54 +30469,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -176.99816852861568, + -176.99816852862114, -1603.1937036282334, - -2029.253677753225, + -2029.2536777533705, -1633.2679317140955, -227.25760204507878, 1425.591194835235, 2394.88511694115, - 1468.6648902801153 + 1468.664890280118 ], "relative wind speed": [ - 3.953817263560335, + 3.9538172635603344, 3.4628817139170343, 3.2323754459633105, 3.450625769700143, 3.938634589473642, 4.376524148047736, 4.549424398685995, - 4.3861937007509395 + 4.38619370075094 ], "relative wind angle": [ - 0.16733425745810598, - 0.13646368773137796, - 0.00238193357323277, - 0.1337667962868428, - 0.16798542324441307, + 0.16733425745810734, + 0.13646368773137793, + 0.0023819335733259906, + 0.13376679628684282, + 0.1679854232444131, 0.10784969233688003, 0.0016923679386271998, - 0.10511446395704364 + 0.1051144639570447 ], "resistance": [ 96457.5018314714, 95031.30629637178, - 94605.24632224679, + 94605.24632224665, 95001.23206828591, 96407.24239795493, 98060.09119483524, 99029.38511694116, - 98103.16489028012 + 98103.16489028014 ], "fuel": [ 43.85143943748416, 43.12148880364841, - 42.90489248419375, + 42.90489248419368, 43.10617779655235, 43.82558715991806, 44.680702163940836, 45.18690315349296, - 44.70312260735443 + 44.703122607354445 ] }, { @@ -36834,34 +30549,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -456.52080725721635, + -456.5208072572191, -1380.8819323753082, - -1534.0419547483607, + -1534.0419547483639, -972.387220070786, 224.25399887288677, 1416.5097851561914, 1771.2025649704265, - 828.3424094915654 + 828.3424094915636 ], "relative wind speed": [ - 2.9900935137498332, + 2.990093513749833, 2.5402858053067074, - 2.4291954558925464, + 2.429195455892546, 2.7582358634415356, - 3.2517397769658127, + 3.251739776965813, 3.6140584977871826, 3.6896450012354167, - 3.4505949805353016 + 3.450594980535302 ], "relative wind angle": [ - 0.2125785238385006, - 0.13886378796687873, - 0.05501955368054741, - 0.19724967912279023, - 0.19524288443181884, + 0.21257852383850218, + 0.1388637879668787, + 0.05501955368054943, + 0.1972496791227902, + 0.19524288443181945, 0.09744673750829484, 0.0362135194069253, - 0.15729911637406152 + 0.1572991163740629 ], "resistance": [ 96177.9791927428, @@ -36914,9 +30629,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -181.56057522014953, + -181.56057522015044, -1208.7247192290833, - -1490.6704321100096, + -1490.670432110011, -1144.512566328549, -74.50133953601471, 1142.7852762908633, @@ -36924,9 +30639,9 @@ 1050.4531177675644 ], "relative wind speed": [ - 3.138054249210426, + 3.1380542492104255, 2.681090976798289, - 2.4823230333109674, + 2.482323033310967, 2.7147054994658952, 3.178661740132711, 3.5725377679321904, @@ -36934,14 +30649,14 @@ 3.547062020932358 ], "relative wind angle": [ - 0.19743788554465427, + 0.19743788554465483, 0.15753630639363747, - 0.008339351401628526, - 0.1664949899203199, - 0.19488296783760012, + 0.008339351401628527, + 0.16649498992031994, + 0.19488296783760015, 0.11801196833805286, - 0.00557462851969095, - 0.12717980829684264 + 0.005574628519690949, + 0.12717980829684267 ], "resistance": [ 96452.93942477985, @@ -36994,11 +30709,11 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -873.9869715283035, + -873.9869715283053, -1139.7886089485605, - -917.0173954050745, + -917.0173954050749, -122.02886629426575, - 830.1872214854825, + 830.1872214854816, 1409.5311819172694, 892.2763954328398, -50.38715096811984 @@ -37010,17 +30725,17 @@ 2.6304007462934913, 3.005638423754352, 3.1559981673564157, - 3.025836322099748, + 3.0258363220997477, 2.6629479878197233 ], "relative wind angle": [ - 0.18762351039231595, + 0.18762351039231834, 0.008282136031526412, - 0.1791086219564594, + 0.17910862195646005, 0.21912461321173246, - 0.13888516392155176, + 0.13888516392155256, 0.005281154540881941, - 0.1300917072198998, + 0.13009170721989896, 0.2164035317368196 ], "resistance": [ @@ -37074,34 +30789,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -658.1591961420531, + -658.1591961420563, -1272.299963100741, - -1256.3725564677156, + -1256.3725564677184, -603.7460005467915, 459.6486783451701, 1353.9387925403744, - 1316.935340146637, + 1316.9353401466387, 396.1120283545015 ], "relative wind speed": [ - 2.8296044191935223, + 2.8296044191935215, 2.502560041669195, 2.5141121571130656, 2.854220123523989, 3.2666050026045177, 3.5234305229422427, - 3.5151969324088594, + 3.51519693240886, 3.245118934435389 ], "relative wind angle": [ - 0.17833188665529728, + 0.1783318866552979, 0.07931036798694825, - 0.0882333673098879, - 0.18020912462819483, + 0.08823336730989043, + 0.18020912462819486, 0.15426866509765838, 0.05630187228699166, 0.06306553884074871, - 0.15830546059242656 + 0.15830546059242653 ], "resistance": [ 95976.34080385798, @@ -37156,7 +30871,7 @@ "wind resistance": [ -1027.3031550901246, -1086.4691542245378, - -604.1026882360766, + -604.1026882360768, 294.4873959292245, 1136.3198777062148, 1272.5180844279412, @@ -37164,7 +30879,7 @@ -409.6208749974662 ], "relative wind speed": [ - 1.8919386641511704, + 1.89193866415117, 1.835637173723507, 2.1863830936430775, 2.64294917853865, @@ -37174,13 +30889,13 @@ 2.2993341179563744 ], "relative wind angle": [ - 0.1496789327650996, + 0.1496789327650989, 0.09640711456353748, - 0.24579675645809193, - 0.21957846742770395, - 0.09583693183462638, - 0.059254295297357575, - 0.19561371508021716, + 0.24579675645809237, + 0.21957846742770398, + 0.0958369318346264, + 0.05925429529735758, + 0.19561371508021713, 0.2530616141284187 ], "resistance": [ @@ -37221,68 +30936,7 @@ "id": "664", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 20.71084308116399, - 20.71084308116399, - 20.71084308116399, - 20.71084308116399, - 20.71084308116399, - 20.71084308116399, - 20.71084308116399, - 20.71084308116399 - ], - "ice resistance": 96634.50000000006, - "wind resistance": [ - -1650.0832903864884, - -2032.7963365040723, - -1665.3106182800075, - -300.54973327715743, - 1286.522034703441, - 2183.8348085245816, - 1308.1489297746248, - -274.81980862287674 - ], - "relative wind speed": [ - 5.463143015514361, - 5.328643009092674, - 5.459235875630839, - 5.766031913292689, - 6.058767892634691, - 6.177391331818968, - 6.062288646955831, - 5.771262943210489 - ], - "relative wind angle": [ - 0.055295325293802926, - 0.0004921743442632822, - 0.054654522214683206, - 0.07366561180801086, - 0.04985460213480948, - 0.00042455159658883276, - 0.04921306719139241, - 0.07359872096780028 - ], - "resistance": [ - 94984.41670961356, - 94601.70366349598, - 94969.18938172005, - 96333.9502667229, - 97921.02203470349, - 98818.33480852464, - 97942.64892977469, - 96359.68019137718 - ], - "fuel": [ - 50.287576682702365, - 50.093052572557816, - 50.27982657612158, - 50.977862488789725, - 51.798320145407054, - 52.2663454134222, - 51.80956518347058, - 50.991089169071955 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50.625 41.875, 50.625 42.5, 51.25 42.5, 51.25 41.875, 50.625 41.875))", @@ -37301,68 +30955,7 @@ "id": "665", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.76513563064433, - 19.76513563064433, - 19.76513563064433, - 19.76513563064433, - 19.76513563064433, - 19.76513563064433, - 19.76513563064433, - 19.76513563064433 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -775.315323521816, - -1967.5946962790422, - -2133.834652595722, - -1379.5776791322805, - 217.09157568285082, - 1752.381944739178, - 2146.8201089194445, - 916.794483831769 - ], - "relative wind speed": [ - 5.403180275199556, - 5.1008993108792655, - 5.038530659084101, - 5.2600047996009875, - 5.6147711627286405, - 5.890741762833107, - 5.944175392229288, - 5.749118350172419 - ], - "relative wind angle": [ - 0.08392087809792106, - 0.048086749613175384, - 0.021070187801029826, - 0.07522616475827557, - 0.08075131814904098, - 0.0416351644516484, - 0.017859596779071688, - 0.06881560811094278 - ], - "resistance": [ - 95859.1846764782, - 94666.90530372097, - 94500.6653474043, - 95254.92232086773, - 96851.59157568286, - 98386.88194473919, - 98781.32010891946, - 97551.29448383178 - ], - "fuel": [ - 49.54056866042429, - 48.932475778235926, - 48.848109342557564, - 49.23171837606835, - 50.05075528157811, - 50.84725317807828, - 51.05330109012707, - 50.412668473154085 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 41.25, 50 41.875, 50.625 41.875, 50.625 41.25, 50 41.25))", @@ -37381,68 +30974,7 @@ "id": "666", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 25.53234264968694, - 25.53234264968694, - 25.53234264968694, - 25.53234264968694, - 25.53234264968694, - 25.53234264968694, - 25.53234264968694, - 25.53234264968694 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1333.260864684351, - -2188.90268230559, - -2085.9553382997256, - -950.999523531962, - 767.3115054185328, - 2081.570375591731, - 1835.2120196450596, - 325.4286683995233 - ], - "relative wind speed": [ - 6.92696210666746, - 6.743643809038923, - 6.77308646659389, - 6.995969188224779, - 7.2722537526249145, - 7.442563190634328, - 7.415779014089938, - 7.205892990267309 - ], - "relative wind angle": [ - 0.04642111961638331, - 0.015584089403200151, - 0.025518929264239702, - 0.04997787625197475, - 0.04421553931104469, - 0.014120509807158102, - 0.02330689772981933, - 0.04852074792046502 - ], - "resistance": [ - 95301.23913531567, - 94445.59731769442, - 94548.54466170029, - 95683.50047646805, - 97401.81150541855, - 98716.07037559175, - 98469.71201964507, - 96959.92866839955 - ], - "fuel": [ - 57.45068285162414, - 57.01552423279546, - 57.06773658016574, - 57.645972077429775, - 58.53053624356285, - 59.21451488348957, - 59.08581333310753, - 58.30201131269679 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50.625 41.25, 50.625 41.875, 51.25 41.875, 51.25 41.25, 50.625 41.25))", @@ -37474,19 +31006,19 @@ ], "ice resistance": 66284.67057418202, "wind resistance": [ - -1257.4379726061816, + -1257.437972606207, -2492.996546272756, - -2538.2797853548473, + -2538.2797853548545, -1425.0347142753199, 552.7271765968908, 2261.913185496971, - 2370.1300676232313, + 2370.130067623286, 746.5073242027065 ], "relative wind speed": [ - 7.227830474517379, + 7.227830474517377, 6.987748694774568, - 6.975242962314035, + 6.975242962314034, 7.198608864307476, 7.514780355947858, 7.738528629214874, @@ -37494,33 +31026,33 @@ 7.542777179873189 ], "relative wind angle": [ - 0.053617682869011724, + 0.05361768286901379, 0.024661088277699954, - 0.02059909371379473, - 0.05218557613108051, - 0.05156845298796051, - 0.022268091286331133, - 0.018540052956614508, + 0.020599093713794727, + 0.05218557613108052, + 0.05156845298796052, + 0.022268091286331136, + 0.01854005295660852, 0.04980238998672131 ], "resistance": [ - 65027.23260157584, + 65027.232601575815, 63791.67402790926, - 63746.39078882717, + 63746.390788827164, 64859.6358599067, 66837.39775077891, 68546.583759679, - 68654.80064180525, + 68654.80064180531, 67031.17789838472 ], "fuel": [ 45.30079451945525, 44.81247974541502, - 44.794690913696115, + 44.79469091369611, 45.234224290078856, 46.026461611349006, 46.72283920400465, - 46.76729617358125, + 46.76729617358127, 46.104867550124744 ] }, @@ -37554,9 +31086,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -1273.5930889249248, + -1273.5930889249303, -2201.0171835353794, - -2117.650959584269, + -2117.6509595842817, -974.4015649609173, 794.0843100435432, 2191.6866599480345, @@ -37564,7 +31096,7 @@ 447.1924299963266 ], "relative wind speed": [ - 4.882710854015196, + 4.882710854015195, 4.59987401590329, 4.633895472755344, 4.959766276588535, @@ -37574,19 +31106,19 @@ 5.286583655308113 ], "relative wind angle": [ - 0.09656897010234293, + 0.09656897010234296, 0.03570386242586717, - 0.051507373941131626, + 0.051507373941135935, 0.10130564631102304, 0.08798215579145818, - 0.029312065052134267, + 0.029312065052134264, 0.04281104788208546, 0.095023368246691 ], "resistance": [ 95360.90691107513, 94433.48281646468, - 94516.8490404158, + 94516.84904041578, 95660.09843503914, 97428.5843100436, 98826.18665994809, @@ -37596,7 +31128,7 @@ "fuel": [ 47.6150084317361, 47.143261039698785, - 47.185535531984875, + 47.18553553198487, 47.767879234153554, 48.67828384922225, 49.405992815195006, @@ -37634,19 +31166,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -2070.4502808919788, + -2070.4502808919915, -2838.42720496921, - -2438.3959129568775, + -2438.3959129568793, -646.0576453697668, 1625.0343533194791, 3091.622589083263, - 2149.3399716437507, + 2149.3399716437434, -28.06043094949564 ], "relative wind speed": [ - 4.961770315540939, + 4.961770315540938, 4.699672830301173, - 4.856528979416502, + 4.856528979416501, 5.313939001156845, 5.7721767824452455, 5.987509061380377, @@ -37654,27 +31186,27 @@ 5.449701071065032 ], "relative wind angle": [ - 0.1016920201132614, + 0.10169202011326357, 0.01454883419761356, 0.08390521275416585, - 0.12148395643494289, + 0.12148395643494288, 0.08737513536794536, - 0.011419412313182971, - 0.0694997464678307, - 0.11844315095588913 + 0.011419412313182973, + 0.0694997464678323, + 0.11844315095588914 ], "resistance": [ - 94564.04971910804, + 94564.04971910802, 93796.0727950308, 94196.10408704313, 95988.44235463024, 98259.5343533195, 99726.12258908327, - 98783.83997164377, + 98783.83997164376, 96606.43956905052 ], "fuel": [ - 48.237270866906165, + 48.23727086690616, 47.848677872134544, 48.050818121910666, 48.96381740040461, @@ -37714,54 +31246,54 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1362.7372094558377, + -1362.7372094558468, -2104.7026981335093, - -1933.083855862129, + -1933.0838558621435, -744.1586417772814, - 933.6362428270313, + 933.6362428270259, 2150.708623534356, 1744.8024899705197, - 216.75822405399958 + 216.75822405399776 ], "relative wind speed": [ - 4.840395122063214, + 4.840395122063213, 4.602268365213914, 4.672221129791136, 4.999570900679405, - 5.368837532816941, + 5.368837532816942, 5.574313167200826, 5.5158128236743575, 5.220932119895544 ], "relative wind angle": [ - 0.08737099871055388, + 0.08737099871055516, 0.024161109559903932, - 0.05677713674616139, + 0.0567771367461653, 0.09739013548521415, - 0.07875246785092128, - 0.019947294354722762, + 0.07875246785092412, + 0.01994729435472276, 0.04808630186468487, - 0.09324863261070854 + 0.09324863261070855 ], "resistance": [ - 95271.76279054419, + 95271.76279054418, 94529.79730186652, - 94701.4161441379, + 94701.41614413788, 95890.34135822275, - 97568.13624282707, + 97568.13624282705, 98785.20862353439, 98379.30248997055, - 96851.25822405404 + 96851.25822405402 ], "fuel": [ - 47.52258054161625, + 47.52258054161624, 47.145159396088914, - 47.23227592652094, + 47.232275926520934, 47.838803360357325, 48.7036752076329, 49.33760834495773, 49.12557254454458, - 48.332856371442475 + 48.33285637144246 ] }, { @@ -37794,17 +31326,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -2109.729765631002, + -2109.72976563102, -2658.8724494344624, - -2175.4058106228676, + -2175.4058106228767, -380.3750571236924, - 1735.996797029833, + 1735.9967970298403, 2970.5516598572376, - 1829.5565213661994, + 1829.5565213662067, -270.02877173791967 ], "relative wind speed": [ - 4.858239857977606, + 4.858239857977605, 4.647615679133095, 4.839224076540028, 5.29064749587003, @@ -37814,31 +31346,31 @@ 5.315236473761846 ], "relative wind angle": [ - 0.09203772963975802, - 0.002663548713020637, - 0.0887678528506485, + 0.09203772963976165, + 0.0026635487130206364, + 0.088767852850651, 0.11728307637006234, - 0.07823449300967712, - 0.0021032308085337436, - 0.07494935497102763, + 0.07823449300967569, + 0.002103230808533743, + 0.07494935497102616, 0.11673802552953877 ], "resistance": [ - 94524.770234369, + 94524.77023436897, 93975.62755056554, - 94459.09418937714, + 94459.09418937712, 96254.12494287631, - 98370.49679702983, + 98370.49679702985, 99605.05165985724, 98464.0565213662, 96364.47122826207 ], "fuel": [ - 47.890564671221824, + 47.89056467122181, 47.61255753523376, - 47.85725666096255, + 47.857256660962534, 48.773393071654596, - 49.8689348969601, + 49.868934896960106, 50.51570015599807, 49.91775085676619, 48.83010208637154 @@ -37874,13 +31406,13 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1271.9487272260958, + -1271.9487272260985, -1513.620332876303, - -1120.6119748141787, + -1120.6119748141773, -26.88569795908552, 1168.5173841492533, 1733.6332889396572, - 951.9565970459025, + 951.9565970459043, -279.97002007691935 ], "relative wind speed": [ @@ -37894,14 +31426,14 @@ 3.413428242924887 ], "relative wind angle": [ - 0.11952130961362842, + 0.11952130961363028, 0.01543259683011079, - 0.13721791813765244, - 0.15838699090436176, + 0.13721791813765163, + 0.15838699090436179, 0.09340888068778563, - 0.011134729694314165, - 0.11132309912297345, - 0.16246696115345205 + 0.011134729694314163, + 0.11132309912297245, + 0.16246696115345208 ], "resistance": [ 95362.55127277391, @@ -37954,7 +31486,7 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1079.409445899384, + -1079.4094458993854, -1276.4123427378945, -900.841897989656, 56.8986963115085, @@ -37970,17 +31502,17 @@ 2.833635013535024, 3.2007637701031375, 3.3095394796381727, - 3.1207601252763264, + 3.120760125276327, 2.7044881251390893 ], "relative wind angle": [ - 0.17025823071704863, + 0.1702582307170506, 0.03159140047202924, 0.20253030008725947, 0.21598043544252638, 0.11982025873539363, 0.019999747049202585, - 0.15318941383044973, + 0.15318941383045048, 0.22646978797703204 ], "resistance": [ @@ -38034,9 +31566,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -715.9162612231737, + -715.9162612231746, -988.5014843392485, - -821.040341663193, + -821.0403416631939, -155.8582469333187, 676.1227311325351, 1215.8410728208291, @@ -38044,9 +31576,9 @@ 19.064847085027395 ], "relative wind speed": [ - 2.0363156283678325, + 2.036315628367832, 1.8020882127352562, - 1.9617836183894184, + 1.9617836183894182, 2.365945904036786, 2.7331730778265255, 2.8929732949357576, @@ -38054,13 +31586,13 @@ 2.453388756569647 ], "relative wind angle": [ - 0.20649186773133044, - 0.02491110166518477, - 0.18145257778466736, - 0.23267725098388906, + 0.206491867731331, + 0.024911101665184766, + 0.18145257778466797, + 0.23267725098388903, 0.15335353240098315, 0.015516617840382392, - 0.12736274264591255, + 0.12736274264591257, 0.2242396112629156 ], "resistance": [ @@ -38114,17 +31646,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -819.0260727520772, + -819.0260727520779, -940.820257244018, -625.4360015525006, 100.94168200381091, - 856.0892316318414, + 856.08923163184, 1137.362975793441, - 575.9656356921068, + 575.9656356921064, -221.128610138745 ], "relative wind speed": [ - 1.8473151374337433, + 1.847315137433743, 1.725588262263268, 1.9903898380415543, 2.4058578040546936, @@ -38134,14 +31666,14 @@ 2.238668694876019 ], "relative wind angle": [ - 0.17315195370549658, + 0.17315195370549724, 0.049811048232244026, - 0.22278832506459417, + 0.22278832506459467, 0.22468352452673837, - 0.11736895300124521, + 0.11736895300124618, 0.030724791699489492, - 0.16897862852510245, - 0.24178586683393435 + 0.1689786285251031, + 0.24178586683393433 ], "resistance": [ 95815.47392724792, @@ -38194,9 +31726,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 23.985164720237663, + 23.98516472022493, -1496.7027632015597, - -2097.848905429145, + -2097.8489054291294, -1828.710213188946, -534.2065019535585, 1140.4286071550432, @@ -38204,9 +31736,9 @@ 1613.1943896848807 ], "relative wind speed": [ - 4.841029505427987, + 4.841029505427986, 4.435678028759035, - 4.2108943085422625, + 4.210894308542262, 4.329351013250639, 4.702932816788859, 5.087032944343715, @@ -38214,19 +31746,19 @@ 5.177824210584943 ], "relative wind angle": [ - 0.11009887653523033, + 0.11009887653523236, 0.09601827950046979, - 0.01650114656832347, + 0.01650114656831674, 0.0756007406980363, - 0.11334552948916934, + 0.11334552948916936, 0.08369296821880343, 0.013173189625313778, - 0.0631941485348134 + 0.06319414853481338 ], "resistance": [ - 96658.48516472024, + 96658.48516472023, 95137.79723679845, - 94536.65109457086, + 94536.65109457087, 94805.78978681106, 96100.29349804643, 97774.92860715505, @@ -38234,9 +31766,9 @@ 98247.69438968488 ], "fuel": [ - 46.8747413031, + 46.874741303099995, 46.09555795894276, - 45.789910613412765, + 45.78991061341277, 45.92658551011386, 46.58773060823326, 47.452272100501986, @@ -38274,9 +31806,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 312.04650831419167, + 312.04650831417894, -1260.5494334139112, - -2050.089879224559, + -2050.089879224579, -1921.1788329052379, -799.542690860133, 846.7684203710614, @@ -38284,7 +31816,7 @@ 1787.07892357516 ], "relative wind speed": [ - 4.933885061704343, + 4.933885061704342, 4.533395512019092, 4.267698498986949, 4.324091340946757, @@ -38294,19 +31826,19 @@ 5.231333912875658 ], "relative wind angle": [ - 0.10254975258094273, + 0.10254975258094491, 0.10038048376686878, - 0.03219990456774882, + 0.03219990456775572, 0.06016306553291277, - 0.10858555683747727, - 0.0900638055526541, - 0.02603748635241068, + 0.10858555683747728, + 0.09006380555265411, + 0.026037486352410676, 0.04971979122425837 ], "resistance": [ - 96946.54650831422, + 96946.5465083142, 95373.95056658612, - 94584.41012077547, + 94584.41012077546, 94713.3211670948, 95834.95730913989, 97481.2684203711, @@ -38316,7 +31848,7 @@ "fuel": [ 47.13111790571539, 46.3238037061942, - 45.92195191709719, + 45.92195191709718, 45.98740522577526, 46.55951456259103, 47.40772139662323, @@ -38354,54 +31886,54 @@ ], "ice resistance": 74769.5870712076, "wind resistance": [ - 717.7065912143589, + 717.7065912143262, -2113.7693498920853, - -3646.101031311453, + -3646.1010313114857, -3521.399948389386, -1659.7791234000615, - 1243.3219801701707, + 1243.321980170167, 3539.09308485797, - 3243.050969234875 + 3243.050969234897 ], "relative wind speed": [ - 7.571928030172844, + 7.571928030172843, 7.113908309451595, - 6.796118418787304, + 6.796118418787303, 6.83096958207699, 7.1940426343093336, 7.647264352897258, 7.931022503826196, - 7.901025128875145 + 7.901025128875144 ], "relative wind angle": [ - 0.07503692718582551, + 0.07503692718582847, 0.07532978343076346, - 0.027887767883809426, + 0.02788776788381341, 0.03915281398492571, 0.07898644363849597, - 0.07006699189516932, + 0.07006699189516934, 0.023896293776536157, - 0.03384806581460064 + 0.03384806581459736 ], "resistance": [ - 75487.29366242196, + 75487.29366242193, 72655.81772131551, - 71123.48603989615, + 71123.48603989612, 71248.18712281821, 73109.80794780754, 76012.90905137776, 78308.68015606557, - 78012.63804044247 + 78012.6380404425 ], "fuel": [ - 49.662407801934094, + 49.66240780193408, 48.44155758504188, - 47.79330160428543, + 47.79330160428542, 47.84573006327142, 48.63529682358161, 49.892320863214096, 50.90858106538605, - 50.77643179846583 + 50.77643179846585 ] }, { @@ -38434,53 +31966,53 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 826.0340916075147, + 826.034091607471, -1645.318353481427, - -3091.822661058879, + -3091.8226610588863, -3076.2485047586124, -1588.9259228886403, 891.356838548043, - 2961.8708150046186, + 2961.870815004597, 2924.9755863245446 ], "relative wind speed": [ - 6.75771764547299, + 6.757717645472989, 6.312733302241429, - 5.981616572633856, + 5.981616572633855, 5.986552469302375, 6.324019144646979, 6.7682615325185616, - 7.062593652178391, + 7.062593652178392, 7.058410263656266 ], "relative wind angle": [ - 0.08011145070465124, + 0.08011145070465678, 0.08505150820913726, - 0.03638532950191171, - 0.03818392266142846, + 0.036385329501911715, + 0.038183922661428456, 0.0856184880925526, 0.07931476596278185, - 0.03081438921451, + 0.030814389214513606, 0.03238327784755287 ], "resistance": [ - 97460.5340916075, + 97460.53409160746, 94989.18164651855, - 93542.67733894111, + 93542.6773389411, 93558.25149524138, 95045.57407711135, 97525.85683854803, - 99596.3708150046, + 99596.37081500459, 99559.47558632452 ], "fuel": [ - 55.373330050242515, + 55.3733300502425, 54.10403243618825, - 53.37164533974327, + 53.37164533974325, 53.37948930882064, 54.13274246322855, 55.407188397363754, - 56.48861322818996, + 56.48861322818995, 56.469203335929684 ] }, @@ -38501,68 +32033,7 @@ "id": "680", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.70678176768495, - 15.70678176768495, - 15.70678176768495, - 15.70678176768495, - 15.70678176768495, - 15.70678176768495, - 15.70678176768495, - 15.70678176768495 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 628.2450470930598, - -933.5764521260153, - -1891.776197207294, - -1918.07019270842, - -1026.5793574542677, - 520.2277776853771, - 1861.0737307806448, - 1922.8352285702222 - ], - "relative wind speed": [ - 4.614438990542311, - 4.197665094328526, - 3.867054369061083, - 3.854357432720278, - 4.1693772812207905, - 4.588721158062787, - 4.870589760729473, - 4.8806436964227515 - ], - "relative wind angle": [ - 0.10910005941949022, - 0.12267852674506244, - 0.0579590591675036, - 0.05110240287401237, - 0.12080017698983966, - 0.11217756139500355, - 0.04600765508092916, - 0.04035013747396652 - ], - "resistance": [ - 97262.7450470931, - 95700.92354787403, - 94742.72380279275, - 94716.42980729163, - 95607.92064254578, - 97154.72777768542, - 98495.57373078068, - 98557.33522857027 - ], - "fuel": [ - 45.80965463840521, - 45.00600271864137, - 44.5174433902607, - 44.50408497724848, - 44.95843342225869, - 45.753781030580356, - 46.450429902405794, - 46.48267982959571 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.125 49.375, 53.125 50, 53.75 50, 53.75 49.375, 53.125 49.375))", @@ -38581,68 +32052,7 @@ "id": "681", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 17.042295970291363, - 17.042295970291363, - 17.042295970291363, - 17.042295970291363, - 17.042295970291363, - 17.042295970291363, - 17.042295970291363, - 17.042295970291363 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -549.6347502133649, - -1657.7603292385957, - -1861.613184284589, - -1284.0969425176481, - 79.65631553100502, - 1462.418369964309, - 1944.535965676172, - 930.8807743419529 - ], - "relative wind speed": [ - 4.679034213582713, - 4.357199248687923, - 4.2678761067875275, - 4.475869254578011, - 4.834849379681134, - 5.126786947330075, - 5.201380896761241, - 5.023517105773992 - ], - "relative wind angle": [ - 0.09993403028874602, - 0.06309453807591972, - 0.018344005519579123, - 0.08622316349729672, - 0.09670315857896644, - 0.05361345614505481, - 0.015051485301143228, - 0.07680372037557183 - ], - "resistance": [ - 96084.86524978661, - 94976.73967076138, - 94772.88681571538, - 95350.40305748233, - 96714.15631553097, - 98096.91836996427, - 98579.03596567614, - 97565.38077434193 - ], - "fuel": [ - 46.54850511306816, - 45.982228743687386, - 45.87855308122427, - 46.1726682889735, - 46.87212077603626, - 47.588388498085365, - 47.839797139548025, - 47.31221137684363 - ] + "inaccessible": true }, { "geometry": "POLYGON ((52.5 48.75, 52.5 49.375, 53.125 49.375, 53.125 48.75, 52.5 48.75))", @@ -38674,9 +32084,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 291.9388273281111, + 291.9388273280965, -1864.3767909800408, - -2879.5880293397677, + -2879.588029339793, -2650.335178762356, -1033.6702077342525, 1254.1390504846713, @@ -38684,9 +32094,9 @@ 2371.341998656895 ], "relative wind speed": [ - 6.356797513708066, + 6.356797513708065, 5.932260647766734, - 5.667261594255682, + 5.667261594255681, 5.743510624901761, 6.106736265731394, 6.519922243128537, @@ -38694,19 +32104,19 @@ 6.686792067286422 ], "relative wind angle": [ - 0.0854060519578599, + 0.08540605195786122, 0.07967870086247618, - 0.022147753360241797, - 0.05132937045065235, + 0.02214775336024681, + 0.051329370450652355, 0.08891235703115155, 0.07248377069517387, 0.01859044614831635, 0.04408344219031362 ], "resistance": [ - 96926.43882732817, + 96926.43882732815, 94770.12320902002, - 93754.9119706603, + 93754.91197066027, 93984.1648212377, 95600.82979226581, 97888.63905048472, @@ -38714,9 +32124,9 @@ 99005.84199865695 ], "fuel": [ - 53.4904834707834, + 53.49048347078338, 52.38601173234935, - 51.872007755110616, + 51.8720077551106, 51.98774380895544, 52.80945350025911, 53.98890824990567, @@ -38754,19 +32164,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -396.91214511261205, + -396.91214511264116, -2665.92885388188, - -3328.7408638587694, + -3328.740863859206, -2746.57330523953, -533.1122759922946, 2071.1340610334446, - 3571.6271132079783, + 3571.627113207287, 2185.69257128792 ], "relative wind speed": [ - 7.224525374746762, + 7.2245253747467615, 6.818772527688196, - 6.636399474764967, + 6.636399474764966, 6.802177803999128, 7.2023679331802795, 7.587635465077913, @@ -38774,33 +32184,33 @@ 7.602515890022525 ], "relative wind angle": [ - 0.07698428011833099, + 0.07698428011833387, 0.05880456038994856, - 0.0016743624976004918, + 0.001674362497666799, 0.05663412763659571, 0.07722158653952127, 0.05283996753035547, - 0.0014342074998830061, - 0.05066668640296499 + 0.0014342074999604164, + 0.05066668640296498 ], "resistance": [ - 96237.5878548874, + 96237.58785488737, 93968.57114611813, - 93305.75913614125, + 93305.75913614081, 93887.92669476048, 96101.38772400771, 98705.63406103346, - 100206.127113208, + 100206.1271132073, 98820.19257128793 ], "fuel": [ - 58.51242632254123, + 58.51242632254121, 57.35652055069318, - 57.02247952106373, + 57.02247952106352, 57.315790372164045, 58.44250139114091, 59.791475664548315, - 60.580175683970225, + 60.580175683969856, 59.85139534149553 ] }, @@ -38821,68 +32231,7 @@ "id": "684", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 23.64666330698268, - 23.64666330698268, - 23.64666330698268, - 23.64666330698268, - 23.64666330698268, - 23.64666330698268, - 23.64666330698268, - 23.64666330698268 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -717.7087313551128, - -2310.386224223934, - -2630.963976441755, - -1893.5624608359685, - -13.182778128160862, - 1939.2698559793862, - 2702.676513377013, - 1347.326170519209 - ], - "relative wind speed": [ - 6.522669225052761, - 6.197814174872069, - 6.097957168556947, - 6.2913429996018255, - 6.648093809272701, - 6.9519396264708195, - 7.039693422783788, - 6.867413514395466 - ], - "relative wind angle": [ - 0.07225566490384949, - 0.0465673168503001, - 0.01031072552347026, - 0.06002760263894308, - 0.07089016137110721, - 0.041512753908379586, - 0.008931366852102185, - 0.054986894181829164 - ], - "resistance": [ - 95916.79126864485, - 94324.11377577603, - 94003.53602355822, - 94740.937539164, - 96621.31722187181, - 98573.76985597936, - 99337.17651337698, - 97981.82617051918 - ], - "fuel": [ - 54.84473411031817, - 54.033273041095214, - 53.87108145613037, - 54.24473073829722, - 55.2066976393333, - 56.21945879391598, - 56.61930463368599, - 55.91091197325522 - ] + "inaccessible": true }, { "geometry": "POLYGON ((54.375 48.125, 54.375 48.75, 55 48.75, 55 48.125, 54.375 48.125))", @@ -38914,7 +32263,7 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -909.0394984737459, + -909.0394984737513, -1701.2072152346618, -1685.1635961606135, -851.565392473668, @@ -38924,24 +32273,24 @@ 455.5936792980665 ], "relative wind speed": [ - 4.290915527522722, + 4.2909155275227215, 4.021714852679491, 4.02921407169414, 4.307866739823714, - 4.667201532088003, + 4.6672015320880025, 4.901074968738733, 4.894911661094828, 4.651559991807136 ], "relative wind angle": [ - 0.10113947528668334, - 0.04295083349661478, - 0.04693231828353328, + 0.10113947528668443, + 0.04295083349661477, + 0.04693231828353329, 0.102320190407951, - 0.09296064459416298, - 0.0352409725631471, + 0.0929606445941618, + 0.03524097256314711, 0.03862745117784812, - 0.09473636827094768 + 0.09473636827094767 ], "resistance": [ 95725.46050152626, @@ -38994,17 +32343,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -815.9544834148019, + -815.954483414811, -2048.162762585236, -2214.1200513884996, -1416.925382076237, - 248.6170435100521, + 248.61704351005574, 1842.0715546055853, 2235.270302059722, 944.7586829462234 ], "relative wind speed": [ - 5.3280190601943005, + 5.3280190601943, 5.009782641706369, 4.946552315093179, 5.183429127521095, @@ -39014,17 +32363,17 @@ 5.693049839930443 ], "relative wind angle": [ - 0.08961819103076388, + 0.08961819103076513, 0.05103653957393766, - 0.023334849649862568, + 0.023334849649862564, 0.08088306964459749, - 0.08590114338268182, - 0.04372790292969077, + 0.08590114338268053, + 0.04372790292969076, 0.019563274842327356, - 0.0736289559068155 + 0.07362895590681548 ], "resistance": [ - 95818.5455165852, + 95818.54551658519, 94586.33723741476, 94420.3799486115, 95217.57461792376, @@ -39034,7 +32383,7 @@ 97579.25868294622 ], "fuel": [ - 49.21920425399206, + 49.219204253992054, 48.59102448532435, 48.506851169142614, 48.91212349624212, @@ -39074,9 +32423,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -874.2904738690659, + -874.2904738690731, -1373.4475868952186, - -1269.5864931029764, + -1269.586493102981, -501.22382271093556, 596.8761224458194, 1404.6065180468677, @@ -39084,9 +32433,9 @@ 164.36696974946153 ], "relative wind speed": [ - 3.8136228669594723, + 3.813622866959472, 3.6115200175728606, - 3.665338940967836, + 3.6653389409678354, 3.9356326534682786, 4.243002017657142, 4.416300335791179, @@ -39094,11 +32443,11 @@ 4.1300824580379745 ], "relative wind angle": [ - 0.09288299471365026, - 0.027059249804415635, - 0.05883461635131431, - 0.10245256976259064, - 0.083460384247479, + 0.09288299471365266, + 0.027059249804415632, + 0.058834616351316205, + 0.10245256976259065, + 0.08346038424747898, 0.022127360855924427, 0.04931949626652658, 0.09761320260685939 @@ -39154,51 +32503,51 @@ ], "ice resistance": 78709.2961068508, "wind resistance": [ - 2158.836842382534, + 2158.836842382334, 748.4423224763705, - -1054.1614867590324, + -1054.161486759036, -2212.934499629835, - -2294.08530905296, + -2294.085309053007, -1355.7138515396764, 399.8741362002038, 1964.5787495501281 ], "relative wind speed": [ - 7.713153056706968, + 7.713153056706967, 7.535121936378843, - 7.254312874903293, + 7.254312874903292, 7.033241322882372, - 7.010891224692282, + 7.0108912246922825, 7.201893032013017, 7.484669034343978, 7.692778583499925 ], "relative wind angle": [ - 0.01495022855072289, - 0.04378945359047062, - 0.04842793543428221, + 0.01495022855074517, + 0.04378945359047063, + 0.048427935434282206, 0.023715575580732708, - 0.01644788103343872, + 0.016447881033445473, 0.045816962760969956, - 0.04693635271105262, + 0.04693635271105261, 0.02168199667369385 ], "resistance": [ - 80868.13294923333, + 80868.13294923314, 79457.73842932718, 77655.13462009176, 76496.36160722097, - 76415.21079779784, + 76415.2107977978, 77353.58225531112, 79109.170243051, 80673.87485640093 ], "fuel": [ - 52.0646844301128, + 52.06468443011271, 51.424594819063685, 50.61728172335256, 50.1046988194487, - 50.068988990011206, + 50.06898899001119, 50.4834091832241, 51.26754230324732, 51.97608332768118 @@ -39234,9 +32583,9 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 613.8351963515597, + 613.835196351527, -1023.0270626649835, - -2039.2803282424065, + -2039.2803282424866, -2082.933390280825, -1185.6833676052665, 425.8517868544877, @@ -39244,7 +32593,7 @@ 1929.272123564726 ], "relative wind speed": [ - 7.486742171964444, + 7.486742171964443, 7.2292634163842715, 7.033017591183312, 7.020978163338814, @@ -39254,19 +32603,19 @@ 7.655777791705138 ], "relative wind angle": [ - 0.04087147296297481, - 0.04392440442770907, - 0.020336560993918267, + 0.04087147296297753, + 0.04392440442770906, + 0.020336560993929186, 0.016406093555151685, 0.04249451105312352, 0.04256835626793826, - 0.01870910792250515, + 0.018709107922505155, 0.015045630407068439 ], "resistance": [ - 97248.33519635162, + 97248.33519635159, 95611.47293733507, - 94595.21967175766, + 94595.21967175757, 94551.56660971923, 95448.8166323948, 97060.35178685455, @@ -39274,9 +32623,9 @@ 98563.77212356479 ], "fuel": [ - 59.89849605899668, + 59.898496058996656, 59.05654741428438, - 58.53883624006889, + 58.53883624006883, 58.51668408898604, 58.97342688854046, 59.80129677261189, @@ -39314,19 +32663,19 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 552.1630458915679, + 552.1630458915461, -1096.564712280211, - -2077.7414697147287, + -2077.741469714736, -2085.0980465405482, - -1123.8059173718648, + -1123.8059173718793, 520.6671257008929, - 1905.7084557376256, + 1905.7084557375856, 1923.2927467737354 ], "relative wind speed": [ - 6.894519271250811, + 6.89451927125081, 6.609635001371016, - 6.398975113894492, + 6.398975113894491, 6.396757273861073, 6.604450178186605, 6.889548844913508, @@ -39334,33 +32683,33 @@ 7.087640969822281 ], "relative wind angle": [ - 0.049829989280344815, + 0.04982998928034705, 0.05229853805147476, 0.02269663408152963, 0.021909843893523046, - 0.0520204693978551, + 0.05202046939785724, 0.05017189058892678, - 0.02049679682729485, + 0.020496796827300268, 0.019773839289077073 ], "resistance": [ - 97186.66304589159, + 97186.66304589158, 95537.93528771983, 94556.7585302853, 94549.40195345948, - 95510.69408262816, + 95510.69408262815, 97155.16712570091, - 98540.20845573765, + 98540.20845573762, 98557.79274677376 ], "fuel": [ - 56.432911161745295, + 56.43291116174528, 55.5852740462943, 55.085636395642425, 55.08190378857069, - 55.571353853256, + 55.571353853255985, 56.41662384113768, - 57.13635097982056, + 57.13635097982055, 57.145534423207906 ] }, @@ -39394,51 +32743,51 @@ ], "ice resistance": 84775.51315625191, "wind resistance": [ - -408.8680954112824, + -408.86809541135517, -2015.124847186853, - -2433.2040598373496, + -2433.2040598381573, -1963.1771996010066, - -320.82888289139373, + -320.82888289142284, 1549.4970897265994, 2550.64001839748, - 1475.786414908609 + 1475.7864149085908 ], "relative wind speed": [ - 7.364571010104339, + 7.3645710101043385, 7.0841915260930906, - 6.969074766389869, + 6.969074766389868, 7.094453635686686, - 7.378528187307868, + 7.378528187307869, 7.648124920226972, 7.7531658871866, - 7.638606678240341 + 7.6386066782403415 ], "relative wind angle": [ - 0.053259197415453215, - 0.03844386149858581, - 0.0010027845107848312, + 0.053259197415461555, + 0.038443861498585814, + 0.001002784510895545, 0.03978237858317088, - 0.053158357561907794, + 0.05315835756191197, 0.035607962449087795, 0.0009013711441411402, - 0.036947053037705964 + 0.036947053037708975 ], "resistance": [ - 84366.64506084063, + 84366.64506084056, 82760.38830906505, - 82342.30909641457, + 82342.30909641375, 82812.3359566509, - 84454.68427336052, + 84454.68427336049, 86325.01024597851, 87326.15317464939, - 86251.29957116052 + 86251.2995711605 ], "fuel": [ - 53.68439203655531, + 53.68439203655528, 52.93508771583603, - 52.74163214738699, + 52.7416321473866, 52.959170602277226, - 53.72573906101443, + 53.72573906101442, 54.610939774914456, 55.090116113618485, 54.5758070921657 @@ -39474,11 +32823,11 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 977.8183994835781, + 977.8183994835326, 641.4792446643419, -42.731328508005845, -662.0670138949931, - -872.7253367521907, + -872.7253367521994, -729.6397086271681, -156.0462805985744, 545.0679297926322 @@ -39488,37 +32837,37 @@ 3.119960304291439, 2.8733459918708695, 2.5883230834870226, - 2.4445744221849313, + 2.4445744221849317, 2.551372297657192, 2.826222870299948, 3.0893747777009994 ], "relative wind angle": [ - 0.007419334970033335, + 0.007419334970063264, 0.08079790327181834, 0.1325998749214383, 0.1105020248749676, - 0.009725262868924032, - 0.09885765367641917, + 0.009725262868935448, + 0.09885765367641919, 0.13482416487907822, - 0.0925238602416584 + 0.09252386024165839 ], "resistance": [ - 97612.31839948363, + 97612.31839948359, 97275.9792446644, 96591.76867149206, 95972.43298610506, - 95761.77466324787, + 95761.77466324785, 95904.8602913729, 96478.45371940148, 97179.56792979268 ], "fuel": [ - 41.66336603701198, + 41.663366037011954, 41.48909476633938, 41.13587603032313, 40.81765054525103, - 40.70973592564943, + 40.709735925649426, 40.78301687381031, 41.07754614823857, 41.439217688886636 @@ -39554,54 +32903,54 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 1036.3601046684535, + 1036.360104668439, 187.15963328015005, -735.5135072489411, - -1208.28788555543, + -1208.2878855554382, -1144.8429093004806, - -504.2474225012229, + -504.2474225012238, 454.88276202000725, - 1187.0550764503669 + 1187.055076450396 ], "relative wind speed": [ - 4.566412277957555, + 4.5664122779575544, 4.372748795599231, 4.112725913451809, - 3.940223067501885, + 3.9402230675018854, 3.9707947923779585, 4.18310893308349, 4.439010918693421, - 4.592817713972923 + 4.592817713972922 ], "relative wind angle": [ - 0.0358215136846949, + 0.035821513684698, 0.07470877153735563, - 0.07252855732818562, - 0.02413733255971918, + 0.07252855732818561, + 0.024137332559723786, 0.04119756832135866, - 0.07810242186277543, + 0.07810242186277544, 0.06718906179673204, - 0.020707121881323662 + 0.020707121881312938 ], "resistance": [ - 97670.86010466846, + 97670.86010466845, 96821.65963328017, 95898.98649275108, - 95426.21211444458, + 95426.21211444457, 95489.65709069953, 96130.25257749879, 97089.38276202002, - 97821.55507645039 + 97821.55507645042 ], "fuel": [ - 45.68680113227599, + 45.68680113227598, 45.2474204473904, 44.77306632219026, - 44.531236431658215, + 44.5312364316582, 44.56364099722137, 44.891664691494846, 45.38565213217551, - 45.76505182679658 + 45.765051826796594 ] }, { @@ -39634,7 +32983,7 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 714.549681874491, + 714.549681874485, 181.5201838980106, -418.66761013909036, -752.4999682526227, @@ -39654,8 +33003,8 @@ 3.0219507010439033 ], "relative wind angle": [ - 0.05020948179414108, - 0.11666043508428725, + 0.0502094817941455, + 0.11666043508428724, 0.12303529201644203, 0.04878075862652242, 0.06344740992904846, @@ -39714,19 +33063,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1093.3212746970794, + 1093.321274697023, 484.82940740042886, - -369.98153364577774, + -369.98153364577956, -984.7504086297213, -1079.5804267412777, -714.9221873850784, - 85.43219561635578, + 85.43219561635942, 868.2512666486873 ], "relative wind speed": [ 4.241834042192253, 4.108015205105977, - 3.8645392121466626, + 3.864539212146662, 3.647857492292686, 3.5980459155878717, 3.750106868716907, @@ -39734,17 +33083,17 @@ 4.199074441838789 ], "relative wind angle": [ - 0.01608717582103961, - 0.0672116077632815, + 0.016087175821060312, + 0.06721160776328151, 0.08340366339015834, 0.04919883140196658, - 0.018965927432229582, + 0.018965927432229586, 0.07363736077266063, - 0.08056177663407772, - 0.04273621599608234 + 0.08056177663407635, + 0.042736215996082336 ], "resistance": [ - 97727.82127469708, + 97727.82127469702, 97119.32940740042, 96264.51846635422, 95649.74959137027, @@ -39754,7 +33103,7 @@ 97502.75126664869 ], "fuel": [ - 44.59556274572452, + 44.59556274572449, 44.280324446254376, 43.83980410280131, 43.52466851348689, @@ -39794,9 +33143,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 914.0727412365013, + 914.0727412364904, -328.3173860922052, - -1335.5068566920381, + -1335.5068566920463, -1573.717425134898, -1191.7571167925353, -86.04441645725637, @@ -39804,7 +33153,7 @@ 1683.2103226938816 ], "relative wind speed": [ - 4.796748850804581, + 4.79674885080458, 4.500601754587118, 4.203453568299497, 4.094470839505667, @@ -39814,9 +33163,9 @@ 4.931153760495144 ], "relative wind angle": [ - 0.06637561847778135, + 0.06637561847778303, 0.09308902220819602, - 0.06510804973330381, + 0.06510804973330722, 0.007714164267134092, 0.07490964179791659, 0.09180229863435238, @@ -39824,9 +33173,9 @@ 0.006405260287693602 ], "resistance": [ - 97548.57274123651, + 97548.5727412365, 96306.18261390779, - 95298.99314330796, + 95298.99314330795, 95060.78257486511, 95442.74288320747, 96548.45558354275, @@ -39834,7 +33183,7 @@ 98317.71032269388 ], "fuel": [ - 46.48664374054883, + 46.48664374054882, 45.84529889842957, 45.32958448734283, 45.208164733156295, @@ -39874,53 +33223,53 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - 256.9603575490364, + 256.96035754902005, -1416.5136897320153, - -2223.7783907077046, + -2223.778390707743, -2063.8181395575484, -835.4366802440545, - 929.8538778192942, - 2229.166061000962, + 929.8538778192869, + 2229.166061000995, 1849.7226387308801 ], "relative wind speed": [ - 5.717323392345255, + 5.7173233923452536, 5.352852055259028, 5.121531868384029, 5.180569538425862, 5.4882947204223065, - 5.844325503031363, + 5.844325503031364, 6.0480639077311675, 5.99757158926908 ], "relative wind angle": [ - 0.08113474178127981, + 0.08113474178128119, 0.07646380541044263, - 0.022438166555961578, + 0.022438166555971473, 0.047579527085500076, - 0.08452844983931639, - 0.07002263209774874, - 0.01900030460409369, - 0.04109420253757075 + 0.0845284498393164, + 0.07002263209775032, + 0.019000304604087852, + 0.041094202537570755 ], "resistance": [ - 96891.46035754899, + 96891.46035754897, 95217.98631026794, - 94410.72160929225, + 94410.72160929222, 94570.6818604424, 95799.06331975591, 97564.35387781925, - 98863.66606100091, + 98863.66606100096, 98484.22263873083 ], "fuel": [ 50.488474937753566, 49.63003066029279, - 49.21965288782043, + 49.21965288782042, 49.30077698086899, 49.92692553224991, 50.83658754784548, - 51.5135372240713, + 51.51353722407133, 51.315195462662786 ] }, @@ -39954,43 +33303,43 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - 990.6275336845592, + 990.6275336845556, 145.29324787815494, - -737.011118749755, + -737.0111187497578, -1162.5280856279378, - -1074.5235334835506, + -1074.5235334835534, -422.4655243539919, - 510.15989577094297, + 510.1598957709439, 1198.1297517792482 ], "relative wind speed": [ - 3.911120345587344, + 3.911120345587343, 3.6812218261301446, - 3.378397136579841, + 3.3783971365798404, 3.183660096750909, 3.2351707105937053, 3.4945382743895763, - 3.788089844750224, + 3.7880898447502234, 3.9531633248205957 ], "relative wind angle": [ 0.05263578591267074, 0.10474541840494457, - 0.10037626907195596, + 0.10037626907195707, 0.029493575270932403, - 0.06364697824856912, + 0.06364697824857087, 0.11036332123946219, - 0.0894894360527022, - 0.023751291323559808 + 0.08948943605270096, + 0.023751291323559805 ], "resistance": [ 97625.12753368454, 96779.79324787814, 95897.48888125023, 95471.97191437204, - 95559.97646651644, + 95559.97646651643, 96212.034475646, - 97144.65989577092, + 97144.65989577094, 97832.62975177923 ], "fuel": [ @@ -39998,7 +33347,7 @@ 43.06954909007219, 42.61602007967267, 42.398327892760726, - 42.443295284890425, + 42.44329528489042, 42.777373009557465, 43.25794733938835, 43.614526973702965 @@ -40021,68 +33370,7 @@ "id": "699", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.237240772401494, - 13.237240772401494, - 13.237240772401494, - 13.237240772401494, - 13.237240772401494, - 13.237240772401494, - 13.237240772401494, - 13.237240772401494 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - 1212.0174204964505, - 95.90778235482503, - -1004.3499490006498, - -1479.2016804604127, - -1315.012114967015, - -425.1927512359862, - 768.8448537181566, - 1597.4554647193554 - ], - "relative wind speed": [ - 4.090178003016287, - 3.7922733148527623, - 3.4163572103615825, - 3.191774252408813, - 3.286101948390409, - 3.625835795651697, - 3.982025304136572, - 4.164204513857803 - ], - "relative wind angle": [ - 0.06962286151787918, - 0.12860022194625173, - 0.11831222081168538, - 0.026303107303382145, - 0.08669744935664156, - 0.13453845935180417, - 0.10144258612507062, - 0.02015981358067558 - ], - "resistance": [ - 97846.51742049644, - 96730.40778235481, - 95630.15005099933, - 95155.29831953958, - 95319.48788503297, - 96209.307248764, - 97403.34485371814, - 98231.95546471934 - ], - "fuel": [ - 43.93336475341376, - 43.35570862293395, - 42.79079386681401, - 42.548378239364936, - 42.63210343225321, - 43.087594005785235, - 43.703440537554314, - 44.13392969018543 - ] + "inaccessible": true }, { "geometry": "POLYGON ((52.5 46.875, 52.5 47.5, 53.125 47.5, 53.125 46.875, 52.5 46.875))", @@ -40101,68 +33389,7 @@ "id": "700", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.89618612928749, - 19.89618612928749, - 19.89618612928749, - 19.89618612928749, - 19.89618612928749, - 19.89618612928749, - 19.89618612928749, - 19.89618612928749 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -29.824645992970545, - -1385.0346878350265, - -1904.006868374363, - -1661.8223042591326, - -497.5392772950363, - 997.1226580055063, - 1966.7565486073509, - 1390.2331519051404 - ], - "relative wind speed": [ - 5.5911146300963726, - 5.284480826270164, - 5.12084951002612, - 5.210569191516963, - 5.492135143262962, - 5.7877779531979945, - 5.9330440361088685, - 5.854406881927154 - ], - "relative wind angle": [ - 0.07269957827612195, - 0.061019186618833585, - 0.009690572376377247, - 0.04839688278346718, - 0.07401214931342258, - 0.05570728456030496, - 0.008363963660078485, - 0.04307094379131947 - ], - "resistance": [ - 96604.67535400706, - 95249.465312165, - 94730.49313162567, - 94972.6776957409, - 96136.960722705, - 97631.62265800554, - 98601.25654860737, - 98024.73315190517 - ], - "fuel": [ - 50.08537185361823, - 49.39083162820533, - 49.126669905561485, - 49.24981940952863, - 49.84489751014884, - 50.6162301099666, - 51.12106331948686, - 50.82047871794212 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.125 46.875, 53.125 47.5, 53.75 47.5, 53.75 46.875, 53.125 46.875))", @@ -40181,68 +33408,7 @@ "id": "701", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.12124277693604, - 11.12124277693604, - 11.12124277693604, - 11.12124277693604, - 11.12124277693604, - 11.12124277693604, - 11.12124277693604, - 11.12124277693604 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -384.1395495587858, - -971.691927634748, - -1046.8747156926534, - -648.7714750186838, - 157.60885377142677, - 925.8097973143713, - 1102.1377414945118, - 465.16892243842904 - ], - "relative wind speed": [ - 3.0127412858838833, - 2.737652803186223, - 2.6861476213645203, - 2.8986531799699535, - 3.218685206329323, - 3.4556911960299814, - 3.4958769242280603, - 3.3217998517915834 - ], - "relative wind angle": [ - 0.13486989203521815, - 0.07788657380578279, - 0.038672627052858954, - 0.12447655394020747, - 0.1261926878495105, - 0.06167970161536037, - 0.029712080284525908, - 0.10855292214342116 - ], - "resistance": [ - 96250.36045044122, - 95662.80807236527, - 95587.62528430736, - 95985.72852498133, - 96792.10885377144, - 97560.30979731439, - 97736.63774149453, - 97099.66892243845 - ], - "fuel": [ - 41.56123253175926, - 41.26004954491082, - 41.221603085222654, - 41.425421577132354, - 41.84007438013505, - 42.23734525302817, - 42.32884213930216, - 41.99886378087709 - ] + "inaccessible": true }, { "geometry": "POLYGON ((52.5 46.25, 52.5 46.875, 53.125 46.875, 53.125 46.25, 52.5 46.25))", @@ -40274,13 +33440,13 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -791.1259527058628, + -791.1259527058792, -1496.4450754744148, -1492.3424824991298, -776.2683272289105, - 424.44138914029645, + 424.441389140291, 1430.6988232915883, - 1420.9791297242336, + 1420.9791297242427, 407.2311970458195 ], "relative wind speed": [ @@ -40290,31 +33456,31 @@ 4.4069157937200805, 4.715793960537223, 4.921401971140798, - 4.9198205260983965, + 4.919820526098396, 4.711808508575745 ], "relative wind angle": [ - 0.08492050031543018, - 0.036676968902582464, + 0.08492050031543542, + 0.03667696890258247, 0.037651927254083034, - 0.08522813221543567, - 0.07926925283955596, - 0.031086717946411477, - 0.031937504594616084, - 0.07970105661924072 + 0.08522813221543565, + 0.07926925283955737, + 0.031086717946411473, + 0.031937504594612615, + 0.0797010566192407 ], "resistance": [ - 95843.37404729413, + 95843.37404729411, 95138.05492452557, 95142.15751750086, 95858.23167277107, 97058.94138914028, 98065.19882329158, - 98055.47912972422, + 98055.47912972423, 97041.73119704581 ], "fuel": [ - 45.7204472034125, + 45.72044720341249, 45.36011894131695, 45.362209491570724, 45.72805746600059, @@ -40354,33 +33520,33 @@ ], "ice resistance": 96634.49999999996, "wind resistance": [ - -455.74506937031356, + -455.7450693703163, -868.2521941169534, - -857.8305524967527, + -857.8305524967541, -419.5049406143471, - 296.45818586148835, + 296.4581858614897, 895.1657742791758, - 870.8241709424942, + 870.8241709424924, 254.26635768646202 ], "relative wind speed": [ - 2.546917471352094, + 2.5469174713520935, 2.3059772053349863, 2.31428614166735, 2.565047561866084, 2.8760108856638893, 3.0725716181744533, - 3.066318130074272, + 3.0663181300742726, 2.85985283287455 ], "relative wind angle": [ - 0.14846864302873689, - 0.0646189409647593, - 0.07186135556555258, + 0.14846864302873836, + 0.06461894096475929, + 0.07186135556555412, 0.15022967207303292, - 0.13137489596781748, + 0.13137489596781662, 0.048482019008509854, - 0.05421683790432341, + 0.054216837904325466, 0.1346435759266632 ], "resistance": [ @@ -40434,9 +33600,9 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -299.55905290364444, + -299.5590529036526, -1148.3020926678755, - -1338.7804336742633, + -1338.780433674283, -973.6882235483854, -6.6151937916984025, 1025.4020897019782, @@ -40444,9 +33610,9 @@ 776.3568131607899 ], "relative wind speed": [ - 3.5163295351779307, + 3.5163295351779293, 3.18721444565064, - 3.0737135103556463, + 3.0737135103556468, 3.2632778172176424, 3.613648003870754, 3.9070051667843506, @@ -40454,19 +33620,19 @@ 3.843701755274332 ], "relative wind angle": [ - 0.13166608705760216, - 0.09166047370184711, - 0.01596589216978888, + 0.13166608705760385, + 0.09166047370184713, + 0.015965892169802785, 0.11089245122999192, - 0.12810041349879323, + 0.12810041349879325, 0.0747386914104609, - 0.012277908245595529, - 0.09409291298530634 + 0.01227790824559553, + 0.09409291298530632 ], "resistance": [ - 96334.94094709636, + 96334.94094709634, 95486.19790733213, - 95295.71956632573, + 95295.71956632572, 95660.81177645162, 96627.8848062083, 97659.90208970198, @@ -40474,9 +33640,9 @@ 97410.85681316079 ], "fuel": [ - 42.751143272297696, + 42.75114327229769, 42.31621765974427, - 42.218978186234054, + 42.21897818623404, 42.40547690568543, 42.90188020184901, 43.435458138153905, @@ -40514,19 +33680,19 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -334.0674985013675, + -334.0674985013686, -737.7682151892188, - -759.4200450630581, + -759.4200450630592, -407.46444948217663, 217.3342576029563, 777.3884972104834, - 827.5848311666336, + 827.5848311666318, 303.16249350530734 ], "relative wind speed": [ - 2.137526722601908, + 2.1375267226019075, 1.8568373568867989, - 1.8356137402861048, + 1.8356137402861046, 2.0928032429881878, 2.4263222938248967, 2.647303419220888, @@ -40534,17 +33700,17 @@ 2.465002018150712 ], "relative wind angle": [ - 0.19498031434121063, + 0.1949803143412112, 0.10196518012965547, - 0.0800842398082928, + 0.08008423980829418, 0.19069725375912797, - 0.17152610242758143, - 0.07145602716357398, - 0.055190726301035324, + 0.17152610242758146, + 0.07145602716357399, + 0.055190726301037336, 0.1616265293905793 ], "resistance": [ - 96300.43250149861, + 96300.4325014986, 95896.73178481075, 95875.07995493691, 96227.0355505178, @@ -40554,7 +33720,7 @@ 96937.66249350528 ], "fuel": [ - 39.87854995882677, + 39.87854995882676, 39.67139716420952, 39.66030399653833, 39.840842340560485, @@ -40581,68 +33747,7 @@ "id": "706", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.240970810351834, - 13.240970810351834, - 13.240970810351834, - 13.240970810351834, - 13.240970810351834, - 13.240970810351834, - 13.240970810351834, - 13.240970810351834 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 424.63627488140537, - -821.1267303997201, - -1536.2953222802016, - -1510.8965993861138, - -732.259586871849, - 528.0032903662259, - 1571.836116298522, - 1512.3947336786377 - ], - "relative wind speed": [ - 3.895813435004115, - 3.4940741068709817, - 3.1899427478428732, - 3.2046377029807713, - 3.526388075667803, - 3.9248211827119435, - 4.1757682462099455, - 4.164501455541197 - ], - "relative wind angle": [ - 0.12703036549508714, - 0.13803736031300662, - 0.058458312812093925, - 0.06783253947355106, - 0.14042199902497324, - 0.12280639612013279, - 0.044646732846187094, - 0.05218167372044903 - ], - "resistance": [ - 97059.1362748814, - 95813.37326960028, - 95098.2046777198, - 95123.60340061388, - 95902.24041312815, - 97162.50329036622, - 98206.33611629852, - 98146.89473367864 - ], - "fuel": [ - 43.52835273656616, - 42.88754337359934, - 42.52227622987878, - 42.535215847381835, - 42.93306455799237, - 43.58178326640851, - 44.12356961012887, - 44.09260855356229 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.125 45, 53.125 45.625, 53.75 45.625, 53.75 45, 53.125 45))", @@ -40674,9 +33779,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -23.91217719345036, + -23.912177193451726, -533.3063141858681, - -702.1589282335606, + -702.1589282335647, -568.7403080042736, -82.91107117530282, 503.48887019725976, @@ -40684,9 +33789,9 @@ 554.6060752702531 ], "relative wind speed": [ - 2.0978894408600617, + 2.0978894408600612, 1.759505570812077, - 1.58544894886219, + 1.5854489488621897, 1.7307678193729228, 2.063804931645032, 2.358934303501427, @@ -40694,17 +33799,17 @@ 2.3800995057723098 ], "relative wind angle": [ - 0.21468228931205408, - 0.1877238405676394, - 0.011006265310476042, - 0.17637693419830655, + 0.2146822893120546, + 0.18772384056763944, + 0.01100626531048613, + 0.17637693419830652, 0.21828476320869772, 0.13965389815781792, 0.007038224781823087, 0.12794311566516606 ], "resistance": [ - 96610.58782280654, + 96610.58782280653, 96101.19368581411, 95932.34107176642, 96065.75969199571, @@ -40714,7 +33819,7 @@ 97189.10607527023 ], "fuel": [ - 39.70598061475903, + 39.705980614759014, 39.444105148875536, 39.35751243989151, 39.42592473328847, @@ -40741,68 +33846,7 @@ "id": "708", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.135431496166419, - 8.135431496166419, - 8.135431496166419, - 8.135431496166419, - 8.135431496166419, - 8.135431496166419, - 8.135431496166419, - 8.135431496166419 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -293.4395862084418, - -820.5530444634437, - -894.3453311412745, - -539.347569657449, - 174.80016337018242, - 869.2919605961561, - 1039.710963932468, - 463.40662031658485 - ], - "relative wind speed": [ - 2.193088424373367, - 1.83733891410206, - 1.7640050741296354, - 2.0425577369854166, - 2.4363236698062884, - 2.714681487008209, - 2.7628962991078287, - 2.5638384801425875 - ], - "relative wind angle": [ - 0.2301254522010442, - 0.14508750655458644, - 0.07067661002822007, - 0.2180252528368712, - 0.20679769557360753, - 0.09801018046391276, - 0.045102081192735816, - 0.17318789274031396 - ], - "resistance": [ - 96341.06041379161, - 95813.9469555366, - 95740.15466885877, - 96095.1524303426, - 96809.30016337022, - 97503.7919605962, - 97674.2109639325, - 97097.90662031663 - ], - "fuel": [ - 39.92605650991224, - 39.65561771451311, - 39.61784062859287, - 39.799763253060675, - 40.16715691064981, - 40.52625869131088, - 40.61465170398999, - 40.316169084449314 - ] + "inaccessible": true }, { "geometry": "POLYGON ((54.375 45.625, 54.375 46.25, 55 46.25, 55 45.625, 54.375 45.625))", @@ -40821,68 +33865,7 @@ "id": "709", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.193535574103171, - 13.193535574103171, - 13.193535574103171, - 13.193535574103171, - 13.193535574103171, - 13.193535574103171, - 13.193535574103171, - 13.193535574103171 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -769.6097594579524, - -1527.502352601231, - -1533.1065801434997, - -789.1959617820603, - 468.675767897319, - 1545.2035667620212, - 1558.3143177569582, - 491.46145887127386 - ], - "relative wind speed": [ - 3.4995618216429643, - 3.1814379038209615, - 3.1781802796643226, - 3.49240849381393, - 3.8964020937617647, - 4.160208538511426, - 4.162697722598278, - 3.902815026632494 - ], - "relative wind angle": [ - 0.14134674334439012, - 0.06512235545132296, - 0.06303773955733462, - 0.14082075200572575, - 0.1268686419620556, - 0.0497864163941401, - 0.04811541117732719, - 0.12592902898707087 - ], - "resistance": [ - 95864.89024054204, - 95106.99764739875, - 95101.39341985648, - 95845.30403821793, - 97103.17576789731, - 98179.70356676201, - 98192.81431775694, - 97125.96145887126 - ], - "fuel": [ - 42.87599523521813, - 42.48882207770575, - 42.485967091338594, - 42.86596262313993, - 43.513178398992935, - 44.071762426041225, - 44.078591854470375, - 43.52495666685851 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.75 45, 53.75 45.625, 54.375 45.625, 54.375 45, 53.75 45))", @@ -40901,68 +33884,7 @@ "id": "710", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.866601539259858, - 6.866601539259858, - 6.866601539259858, - 6.866601539259858, - 6.866601539259858, - 6.866601539259858, - 6.866601539259858, - 6.866601539259858 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -154.20846587038773, - -617.9209826044802, - -717.0067303117369, - -479.87321413185805, - 75.28411901082472, - 659.3374767135481, - 887.7779998467165, - 458.86317785090455 - ], - "relative wind speed": [ - 1.899033127210007, - 1.5378449062696182, - 1.4189264066066227, - 1.660558213111995, - 2.0399477258241805, - 2.324380903939122, - 2.3988250029901472, - 2.23836099930341 - ], - "relative wind angle": [ - 0.261158756159596, - 0.19320434985568083, - 0.05129449587862349, - 0.2421332740834033, - 0.24274118996134827, - 0.12737726598365945, - 0.030332499879683953, - 0.17883139387836225 - ], - "resistance": [ - 96480.29153412963, - 96016.57901739553, - 95917.49326968828, - 96154.62678586815, - 96709.78411901084, - 97293.83747671357, - 97522.27799984673, - 97093.36317785092 - ], - "fuel": [ - 39.460803080220295, - 39.22259758524108, - 39.17180176383653, - 39.29342800067467, - 39.57898760931961, - 39.880648557189446, - 39.99898239132763, - 39.776961408107795 - ] + "inaccessible": true }, { "geometry": "POLYGON ((54.375 45, 54.375 45.625, 55 45.625, 55 45, 54.375 45))", @@ -40981,68 +33903,7 @@ "id": "711", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.51917363229382, - 9.51917363229382, - 9.51917363229382, - 9.51917363229382, - 9.51917363229382, - 9.51917363229382, - 9.51917363229382, - 9.51917363229382 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -581.6192176966897, - -1086.963429199548, - -1055.5022550357048, - -475.39872228665536, - 439.6127089335987, - 1193.4634780483575, - 1120.6034590212785, - 315.3034595569493 - ], - "relative wind speed": [ - 2.4614839123283407, - 2.146497746873363, - 2.172789753623436, - 2.516558711488543, - 2.915354425960547, - 3.1544796563437463, - 3.1364277715528526, - 2.867948174435882 - ], - "relative wind angle": [ - 0.19779987187151718, - 0.08343555401091154, - 0.10639072340182382, - 0.20211824804287723, - 0.16668980747125248, - 0.05673915994317872, - 0.07363072248206018, - 0.17707294896261394 - ], - "resistance": [ - 96052.88078230331, - 95547.53657080045, - 95578.99774496429, - 96159.10127771334, - 97074.1127089336, - 97827.96347804836, - 97755.10345902128, - 96949.80345955695 - ], - "fuel": [ - 40.48445924970401, - 40.22571072820021, - 40.2417918758198, - 40.53896758656515, - 41.0102553574355, - 41.40087604303835, - 41.36303006286315, - 40.94604549220159 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.25 54.375, 51.25 55, 51.875 55, 51.875 54.375, 51.25 54.375))", @@ -41061,68 +33922,7 @@ "id": "712", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.943289070987271, - 14.943289070987271, - 14.943289070987271, - 14.943289070987271, - 14.943289070987271, - 14.943289070987271, - 14.943289070987271, - 14.943289070987271 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -1780.6921937202114, - -2001.4630745064733, - -1349.9883954111428, - 146.22356682443024, - 1661.7108459052934, - 2179.029622003972, - 1046.751293696415, - -575.5518686629193 - ], - "relative wind speed": [ - 3.6797491066746915, - 3.5668166145846754, - 3.8407814834875253, - 4.294183361191811, - 4.650460857758034, - 4.737632205599701, - 4.518377725878188, - 4.089905737064875 - ], - "relative wind angle": [ - 0.09284005839777836, - 0.028923604962761765, - 0.12714325406499508, - 0.13679493480836663, - 0.07342159604966164, - 0.02177437126978918, - 0.1079951335958705, - 0.14367365206569008 - ], - "resistance": [ - 94853.8078062798, - 94633.03692549354, - 95284.51160458887, - 96780.72356682444, - 98296.21084590531, - 98813.52962200399, - 97681.25129369643, - 96058.94813133709 - ], - "fuel": [ - 43.85733174444573, - 43.7451598351839, - 44.07669093018248, - 44.84408175952565, - 45.629850475917145, - 45.9000328998812, - 45.30996825347484, - 44.47285101958546 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 54.375, 51.875 55, 52.5 55, 52.5 54.375, 51.875 54.375))", @@ -41141,68 +33941,7 @@ "id": "713", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.904878236308992, - 13.904878236308992, - 13.904878236308992, - 13.904878236308992, - 13.904878236308992, - 13.904878236308992, - 13.904878236308992, - 13.904878236308992 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -1881.0824875172239, - -1888.010145891073, - -962.7448212854679, - 598.8876043860982, - 1939.7968120116975, - 1955.9483785864568, - 626.7978584893581, - -938.7934608735404 - ], - "relative wind speed": [ - 3.2925260178864137, - 3.2886641423439276, - 3.664015139117289, - 4.140179812401578, - 4.448227428760306, - 4.451083350746845, - 4.147583380325679, - 3.672378787300803 - ], - "relative wind angle": [ - 0.07432644921675703, - 0.07199214594904894, - 0.15869786182415394, - 0.14111974290509913, - 0.054992643063202076, - 0.05317020704513272, - 0.14006501354038187, - 0.15924069704808053 - ], - "resistance": [ - 94753.41751248275, - 94746.48985410889, - 95671.7551787145, - 97233.38760438607, - 98574.29681201167, - 98590.44837858643, - 97261.29785848933, - 95695.70653912643 - ], - "fuel": [ - 42.89333566701805, - 42.88981561113983, - 43.36153886744188, - 44.164923453338446, - 44.86199782745645, - 44.870435032313935, - 44.17936447460306, - 43.373792165258635 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.25 53.75, 51.25 54.375, 51.875 54.375, 51.875 53.75, 51.25 53.75))", @@ -41234,34 +33973,34 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1627.2923168949328, + -1627.2923168949337, -1691.4346337271081, - -948.6230958293618, + -948.6230958293654, 409.4236792257243, - 1638.5513395245553, + 1638.5513395245498, 1788.156633475306, 668.0865902814621, -726.6122807244274 ], "relative wind speed": [ - 3.1281681596130353, + 3.128168159613035, 3.090295648641094, - 3.4198646104925574, + 3.419864610492557, 3.868493778837145, - 4.176583612103346, + 4.176583612103347, 4.204683044855694, 3.941295821123761, 3.5020055092482854 ], "relative wind angle": [ 0.08431192235842853, - 0.06002593239674145, - 0.15430352665301644, + 0.06002593239674144, + 0.15430352665301791, 0.1447293681526965, - 0.06311485995535622, - 0.04410477977710776, + 0.06311485995535975, + 0.04410477977710775, 0.13375706519133532, - 0.15999966931319928 + 0.15999966931319926 ], "resistance": [ 95007.2076831051, @@ -41314,7 +34053,7 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -2562.5414861952795, + -2562.5414861952922, -2495.3552495389395, -1188.2604346523312, 885.4864194501752, @@ -41324,7 +34063,7 @@ -1427.4126565775805 ], "relative wind speed": [ - 4.655927934355171, + 4.65592793435517, 4.68287575009341, 5.053164779554719, 5.5119202222555845, @@ -41334,17 +34073,17 @@ 4.992685893677458 ], "relative wind angle": [ - 0.043590396918738415, + 0.04359039691874096, 0.05577356844175542, 0.11345213681280522, 0.0995807328110493, - 0.03499302006787835, + 0.03499302006787834, 0.04519892142717778, - 0.10503316899668293, + 0.10503316899668294, 0.10997698419255428 ], "resistance": [ - 94071.95851380477, + 94071.95851380476, 94139.1447504611, 95446.23956534771, 97519.98641945022, @@ -41354,7 +34093,7 @@ 95207.08734342246 ], "fuel": [ - 47.47920379210703, + 47.47920379210702, 47.513181108993244, 48.177545110330456, 49.244623551641965, @@ -41394,39 +34133,39 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1468.075124646005, + -1468.0751246460113, -1665.6978715971836, - -1145.2579005996004, - 89.92266039414153, - 1357.8070403581542, + -1145.2579005996022, + 89.92266039414062, + 1357.8070403581496, 1821.1118106007816, 896.9447458136638, - -451.1133801146525 + -451.1133801146516 ], "relative wind speed": [ - 3.3831006448330467, + 3.3831006448330463, 3.272935800372058, 3.5146828572675504, 3.925152381956821, 4.2526104943992395, 4.337966947406034, 4.144522940336309, - 3.7580905748216082 + 3.758090574821608 ], "relative wind angle": [ - 0.09383812939708513, - 0.025773595352493645, - 0.124452086632666, - 0.1361214713640149, - 0.0746112148526487, - 0.01944489216343029, + 0.09383812939708869, + 0.02577359535249365, + 0.12445208663266691, + 0.13612147136401492, + 0.07461121485265017, + 0.019444892163430292, 0.1054623573507956, - 0.14221283428609657 + 0.14221283428609577 ], "resistance": [ - 95166.42487535403, + 95166.42487535402, 94968.80212840285, - 95489.24209940044, + 95489.24209940042, 96724.42266039416, 97992.30704035818, 98455.6118106008, @@ -41474,9 +34213,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -2808.8182462973764, + -2808.8182462974055, -3320.6875157265295, - -2520.708130856532, + -2520.7081308565466, -186.5691043123079, 2365.619938513104, 3577.6027351363628, @@ -41484,7 +34223,7 @@ -671.7745969221505 ], "relative wind speed": [ - 5.907745822606586, + 5.907745822606585, 5.741358947351276, 5.975756906329497, 6.444534203357832, @@ -41494,19 +34233,19 @@ 6.355237186589651 ], "relative wind angle": [ - 0.06983279500607666, + 0.06983279500608143, 0.007814418272757438, - 0.0796838817430156, + 0.07968388174301838, 0.09757543616783573, 0.060152080494621576, - 0.006412076628475089, + 0.006412076628475088, 0.0700300171381886, 0.0989509229897333 ], "resistance": [ - 93825.6817537026, + 93825.68175370258, 93313.81248427345, - 94113.79186914346, + 94113.79186914343, 96447.93089568768, 99000.11993851309, 100212.10273513634, @@ -41514,9 +34253,9 @@ 95962.72540307784 ], "fuel": [ - 52.730416653843804, + 52.73041665384379, 52.47257548129707, - 52.87597364062454, + 52.87597364062453, 54.06659880590295, 55.391651774704314, 56.02938046265234, @@ -41541,68 +34280,7 @@ "id": "718", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.222096674090006, - 12.222096674090006, - 12.222096674090006, - 12.222096674090006, - 12.222096674090006, - 12.222096674090006, - 12.222096674090006, - 12.222096674090006 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1385.1202042015502, - -1367.428741050202, - -667.2617663384508, - 474.5585604545913, - 1428.1128261448375, - 1386.7877535955859, - 402.91889106976487, - -728.7982310846146 - ], - "relative wind speed": [ - 2.9166932763966398, - 2.9278457370644886, - 3.2443417784083226, - 3.6363718833322776, - 3.8838760982842455, - 3.8754757843849723, - 3.614670059670085, - 3.219998872905312 - ], - "relative wind angle": [ - 0.06417298531604303, - 0.07186194677433866, - 0.14984774650004565, - 0.13092707237173498, - 0.04817786306537022, - 0.05427020847411319, - 0.13439708098485198, - 0.1479744114022555 - ], - "resistance": [ - 95249.37979579845, - 95267.0712589498, - 95967.23823366156, - 97109.05856045459, - 98062.61282614483, - 98021.28775359559, - 97037.41889106977, - 95905.70176891539 - ], - "fuel": [ - 41.81714694126678, - 41.82616972132187, - 42.18419531348192, - 42.77197041334394, - 43.26654917719563, - 43.245045017094384, - 42.73494980354662, - 42.15265594641348 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 52.5, 51.875 53.125, 52.5 53.125, 52.5 52.5, 51.875 52.5))", @@ -41634,34 +34312,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1425.5256809348202, + -1425.5256809348275, -1661.5973378631825, - -1208.928055767884, + -1208.9280557678858, -9.300343771173175, - 1270.6788289192218, + 1270.6788289192255, 1825.768283044813, 961.7944868608884, - -372.735572862528 + -372.7355728625271 ], "relative wind speed": [ - 3.572544682909523, + 3.572544682909522, 3.4470026641703355, 3.6567254297685374, 4.044725389086792, 4.369884443887947, 4.469579196917936, 4.2996889068400135, - 3.936897521043145 + 3.9368975210431447 ], "relative wind angle": [ - 0.09057199120214728, + 0.09057199120214972, 0.015771484138775195, - 0.10960953631725208, + 0.10960953631725312, 0.12675996541113227, - 0.07401236249159875, + 0.07401236249159725, 0.012162987187504762, 0.09316700979547798, - 0.13025129932721688 + 0.13025129932721605 ], "resistance": [ 95208.97431906518, @@ -41701,68 +34379,7 @@ "id": "720", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.373164893679867, - 10.373164893679867, - 10.373164893679867, - 10.373164893679867, - 10.373164893679867, - 10.373164893679867, - 10.373164893679867, - 10.373164893679867 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -622.0242789079589, - -737.1980763119623, - -559.1676106570217, - -39.618174866492154, - 529.6094500868576, - 801.7916582409371, - 440.13900183648457, - -145.3566953029872 - ], - "relative wind speed": [ - 2.6550153277745494, - 2.571903710281457, - 2.688029963474602, - 2.9195457870285497, - 3.122326598741733, - 3.1911347644636363, - 3.0939496918002147, - 2.8765052020414905 - ], - "relative wind angle": [ - 0.07677278164478211, - 0.008415727501744526, - 0.0872533882674588, - 0.10625204694741244, - 0.06526459154688215, - 0.00678265032585253, - 0.07578229069897323, - 0.10784802199186148 - ], - "resistance": [ - 96012.47572109207, - 95897.30192368806, - 96075.332389343, - 96594.88182513353, - 97164.1094500869, - 97436.29165824097, - 97074.63900183652, - 96489.14330469705 - ], - "fuel": [ - 40.96263497933248, - 40.90359690429091, - 40.99487612011317, - 41.26193216380973, - 41.55567660846158, - 41.69655971200682, - 41.50942638231585, - 41.20749960208335 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50.625 51.875, 50.625 52.5, 51.25 52.5, 51.25 51.875, 50.625 51.875))", @@ -41781,68 +34398,7 @@ "id": "721", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.293329387835142, - 8.293329387835142, - 8.293329387835142, - 8.293329387835142, - 8.293329387835142, - 8.293329387835142, - 8.293329387835142, - 8.293329387835142 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -702.5956141774896, - -785.2331351221112, - -510.74598530243384, - 91.7752135020146, - 696.7572234055956, - 888.8499482668117, - 421.42995796962214, - -228.46840352701747 - ], - "relative wind speed": [ - 1.960438009449204, - 1.8821824725042717, - 2.093925326476544, - 2.4240201226118336, - 2.672648300240123, - 2.7283246261886216, - 2.569405155441561, - 2.2606398587219694 - ], - "relative wind angle": [ - 0.12305094683620325, - 0.04414385430131803, - 0.17185834974967182, - 0.17555048287020633, - 0.09015466427673884, - 0.03044822495687496, - 0.13982193352066613, - 0.18838473320887517 - ], - "resistance": [ - 95931.90438582253, - 95849.26686487792, - 96123.7540146976, - 96726.27521350204, - 97331.25722340563, - 97523.34994826684, - 97055.92995796965, - 96406.03159647301 - ], - "fuel": [ - 39.79027594815189, - 39.74793573771973, - 39.888670116201794, - 40.19857643870149, - 40.51110762300195, - 40.61062679285277, - 40.368705838853785, - 40.03369118984624 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 51.25, 50 51.875, 50.625 51.875, 50.625 51.25, 50 51.25))", @@ -41861,68 +34417,7 @@ "id": "722", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.081612628798563, - 13.081612628798563, - 13.081612628798563, - 13.081612628798563, - 13.081612628798563, - 13.081612628798563, - 13.081612628798563, - 13.081612628798563 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - -649.309076880103, - -882.3701781911368, - -764.0948436158988, - -217.3210545662987, - 476.4994230760667, - 920.772455287477, - 639.5759438855102, - -23.510494683488105 - ], - "relative wind speed": [ - 3.4598369929904815, - 3.346215734818671, - 3.413022078033923, - 3.6139499443983105, - 3.8217565160305322, - 3.9216240439311854, - 3.8636220287109153, - 3.6763651458023983 - ], - "relative wind angle": [ - 0.06524627089999727, - 0.009355563503139427, - 0.053147727310178555, - 0.07969664811341552, - 0.05905989102821404, - 0.007982817645349454, - 0.046944445365218766, - 0.07834080556322047 - ], - "resistance": [ - 95985.19092311992, - 95752.12982180889, - 95870.40515638413, - 96417.17894543373, - 97110.9994230761, - 97555.2724552875, - 97274.07594388555, - 96610.98950531654 - ], - "fuel": [ - 42.84873169395425, - 42.729339380772764, - 42.78990409449116, - 43.07056461168237, - 43.428306051107505, - 43.65831881962261, - 43.512650080986845, - 43.17031516151107 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50.625 51.25, 50.625 51.875, 51.25 51.875, 51.25 51.25, 50.625 51.25))", @@ -41954,19 +34449,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -942.4906050785976, + -942.490605078603, -1026.371977695013, - -663.7948034774718, + -663.7948034774727, 107.36778782232705, - 853.6296816451177, + 853.6296816451231, 1051.888160381087, - 457.1799354583154, + 457.17993545831814, -362.0077894361384 ], "relative wind speed": [ 3.21006917949217, 3.1603595004415754, - 3.3296184421725195, + 3.3296184421725186, 3.5995174487656847, 3.8082613421681324, 3.849613800804755, @@ -41974,17 +34469,17 @@ 3.442509654802602 ], "relative wind angle": [ - 0.058590449132239854, - 0.024962740000610186, - 0.09008081554341867, - 0.09591408417694632, - 0.0493790206961525, - 0.020492590912509417, - 0.0809506209637941, + 0.05859044913224364, + 0.024962740000610183, + 0.09008081554341744, + 0.09591408417694633, + 0.049379020696150244, + 0.02049259091250942, + 0.08095062096379271, 0.1003029889307617 ], "resistance": [ - 95692.00939492142, + 95692.0093949214, 95608.128022305, 95970.70519652254, 96741.86778782234, @@ -41994,7 +34489,7 @@ 96272.49221056388 ], "fuel": [ - 42.336552174270906, + 42.3365521742709, 42.293649734956304, 42.4792835023209, 42.87573317981431, @@ -42021,68 +34516,7 @@ "id": "724", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.190595943341743, - 10.190595943341743, - 10.190595943341743, - 10.190595943341743, - 10.190595943341743, - 10.190595943341743, - 10.190595943341743, - 10.190595943341743 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1168.4748473515547, - -1075.9533277295131, - -400.6556714756348, - 568.3039252450558, - 1298.625230394155, - 1083.610425482681, - 199.2218146558298, - -716.715034790473 - ], - "relative wind speed": [ - 2.325663198875186, - 2.396950163256786, - 2.751585793486453, - 3.133163180168336, - 3.3416246916333407, - 3.290865358716343, - 3.0006566806983277, - 2.599702556211656 - ], - "relative wind angle": [ - 0.05443401971679097, - 0.11292265840483542, - 0.18587271631660773, - 0.14381343381441572, - 0.037874673503086834, - 0.08216661471058664, - 0.1702863080706675, - 0.17359781998780674 - ], - "resistance": [ - 95466.02515264845, - 95558.54667227049, - 96233.84432852437, - 97202.80392524505, - 97933.12523039416, - 97718.11042548268, - 96833.72181465583, - 95917.78496520953 - ], - "fuel": [ - 40.57226901243965, - 40.6195431545685, - 40.96555316853457, - 41.46499434409562, - 41.84374058975294, - 41.73202729264306, - 41.27434248937891, - 40.803398958511984 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 51.875, 51.875 52.5, 52.5 52.5, 52.5 51.875, 51.875 51.875))", @@ -42101,68 +34535,7 @@ "id": "725", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.278532465737607, - 12.278532465737607, - 12.278532465737607, - 12.278532465737607, - 12.278532465737607, - 12.278532465737607, - 12.278532465737607, - 12.278532465737607 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1362.9228880261708, - -1209.9448349029976, - -386.30646927350244, - 718.8586833294657, - 1487.646302485692, - 1129.2596363301218, - 95.24005724557628, - -922.5500958859848 - ], - "relative wind speed": [ - 2.9259715239627426, - 3.021273893490042, - 3.362232392273929, - 3.716970683006463, - 3.8975408284541, - 3.8241388480314162, - 3.5281053284803527, - 3.152183816051658 - ], - "relative wind angle": [ - 0.028635251295310884, - 0.09426203412913778, - 0.145035189481579, - 0.1085931941317327, - 0.02149584457897117, - 0.07443050851915536, - 0.13817156772203823, - 0.1281491216598598 - ], - "resistance": [ - 95271.57711197383, - 95424.555165097, - 96248.1935307265, - 97353.35868332947, - 98122.1463024857, - 97763.75963633013, - 96729.74005724558, - 95711.94990411401 - ], - "fuel": [ - 41.87000414340319, - 41.948075248619176, - 42.36990895540467, - 42.9398950859926, - 43.33907575870173, - 43.15271556556205, - 42.6177066399771, - 42.094980285651005 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.25 51.25, 51.25 51.875, 51.875 51.875, 51.875 51.25, 51.25 51.25))", @@ -42181,68 +34554,7 @@ "id": "726", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.582844241401723, - 11.582844241401723, - 11.582844241401723, - 11.582844241401723, - 11.582844241401723, - 11.582844241401723, - 11.582844241401723, - 11.582844241401723 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - -1114.2745433724585, - -1076.5856397033608, - -494.7917777348666, - 413.25032034538253, - 1142.1409777968238, - 1053.7612243574467, - 259.08461925270603, - -627.4408616086694 - ], - "relative wind speed": [ - 2.811816562216423, - 2.8366070078267396, - 3.105849685686023, - 3.430592462027944, - 3.629173404499143, - 3.60983000467151, - 3.380962837625181, - 3.0509420412317785 - ], - "relative wind angle": [ - 0.04933542252800245, - 0.0674557394010671, - 0.13209139026098465, - 0.1131381911781803, - 0.0382179733339502, - 0.052991375563481935, - 0.12128754066334527, - 0.12728900846941865 - ], - "resistance": [ - 95520.22545662758, - 95557.91436029668, - 96139.70822226518, - 97047.75032034543, - 97776.64097779687, - 97688.26122435748, - 96893.58461925275, - 96007.05913839137 - ], - "fuel": [ - 41.49957278018883, - 41.518833792433654, - 41.8168316124595, - 42.284452442705444, - 42.66203426911301, - 42.61614623942186, - 42.20484441300221, - 41.748777219330265 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 51.25, 51.875 51.875, 52.5 51.875, 52.5 51.25, 51.875 51.25))", @@ -42261,68 +34573,7 @@ "id": "727", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 11.847931538246788, - 11.847931538246788, - 11.847931538246788, - 11.847931538246788, - 11.847931538246788, - 11.847931538246788, - 11.847931538246788, - 11.847931538246788 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1297.5894547732892, - -1214.5492702835095, - -493.1361158779773, - 567.2581340762263, - 1378.0770738069332, - 1183.8909892910651, - 230.12411179471837, - -782.8494317929631 - ], - "relative wind speed": [ - 2.8201806839981285, - 2.874026831251656, - 3.1959973423262182, - 3.5597307086339884, - 3.7672852129857564, - 3.7263691094177513, - 3.454194255426442, - 3.0780146601966414 - ], - "relative wind angle": [ - 0.04626609499768911, - 0.08461334239573062, - 0.14883811719691356, - 0.1203414538049474, - 0.034629253694492816, - 0.0652279104372804, - 0.13763892608543968, - 0.1392894430302879 - ], - "resistance": [ - 95336.91054522671, - 95419.9507297165, - 96141.36388412202, - 97201.75813407623, - 98012.57707380693, - 97818.39098929106, - 96864.62411179472, - 95851.65056820704 - ], - "fuel": [ - 41.59172464545004, - 41.63411291074746, - 42.003441499840406, - 42.54982729671403, - 42.97043807315061, - 42.86948163074915, - 42.375659715223534, - 41.85488962190371 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 50.625, 50 51.25, 50.625 51.25, 50.625 50.625, 50 50.625))", @@ -42341,68 +34592,7 @@ "id": "728", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 15.806068921360666, - 15.806068921360666, - 15.806068921360666, - 15.806068921360666, - 15.806068921360666, - 15.806068921360666, - 15.806068921360666, - 15.806068921360666 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - -260.3913534279636, - -953.1474715114609, - -1108.212477916707, - -830.9670686600375, - -53.76749109855518, - 779.7232752893706, - 1149.469743192607, - 606.245469298663 - ], - "relative wind speed": [ - 4.373176964287164, - 4.164740160716281, - 4.092643059778719, - 4.205640832621233, - 4.4281868437614555, - 4.6247653862602425, - 4.688687265053942, - 4.58760293303844 - ], - "relative wind angle": [ - 0.0682019453882442, - 0.04593592976162034, - 0.006736097619043671, - 0.0547708346607144, - 0.06735340388140122, - 0.041363932617498406, - 0.005879768040297701, - 0.05020662527479222 - ], - "resistance": [ - 96374.10864657201, - 95681.35252848851, - 95526.28752208326, - 95803.53293133993, - 96580.73250890142, - 97414.22327528935, - 97783.96974319257, - 97240.74546929864 - ], - "fuel": [ - 45.447291820277044, - 45.09199734547674, - 45.012713609555774, - 45.154530419358714, - 45.55360894015314, - 45.98408975601207, - 46.175883925505914, - 45.8942790163441 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50.625 50.625, 50.625 51.25, 51.25 51.25, 51.25 50.625, 50.625 50.625))", @@ -42421,68 +34611,7 @@ "id": "729", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 14.519254942711926, - 14.519254942711926, - 14.519254942711926, - 14.519254942711926, - 14.519254942711926, - 14.519254942711926, - 14.519254942711926, - 14.519254942711926 - ], - "ice resistance": 96634.49999999999, - "wind resistance": [ - -678.7836038329742, - -1025.7664257100378, - -938.1048496066314, - -358.0865407844185, - 451.26611496681835, - 1028.094536424971, - 819.5735019378444, - 80.12913196021509 - ], - "relative wind speed": [ - 3.8774661627933074, - 3.73803482378504, - 3.7825896214288286, - 3.980414335646169, - 4.204812243772322, - 4.329236134141335, - 4.290361943338065, - 4.107492126050534 - ], - "relative wind angle": [ - 0.06557865649561614, - 0.017044383244207838, - 0.04336962938605832, - 0.07434156312982283, - 0.060466840088785535, - 0.014716617681983572, - 0.03823408210936194, - 0.07203752942892742 - ], - "resistance": [ - 95955.71639616702, - 95608.73357428994, - 95696.39515039335, - 96276.41345921556, - 97085.7661149668, - 97662.59453642496, - 97454.07350193783, - 96714.6291319602 - ], - "fuel": [ - 44.03852418625914, - 43.86088376555587, - 43.90572046310301, - 44.203105799274724, - 44.62016693118488, - 44.91889548790756, - 44.81076349030302, - 44.42861666851539 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 50, 50 50.625, 50.625 50.625, 50.625 50, 50 50))", @@ -42514,9 +34643,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - 193.10662329804654, + 193.1066232980429, -937.8918839256603, - -1496.6285026792375, + -1496.6285026792266, -1401.0379997667478, -589.2221469068263, 596.7181905577145, @@ -42524,9 +34653,9 @@ 1254.6312226575446 ], "relative wind speed": [ - 4.871972930084459, + 4.871972930084458, 4.584771620873451, - 4.399707774805864, + 4.399707774805863, 4.440946043350153, 4.679774408591562, 4.961479409532772, @@ -42536,15 +34665,15 @@ "relative wind angle": [ 0.07465355124316765, 0.07096670734829631, - 0.021907467277417672, - 0.042524699133103444, + 0.021907467277412607, + 0.04252469913310344, 0.07772564187008815, 0.06557039831695306, 0.01880193722133885, 0.037094951994137655 ], "resistance": [ - 96827.60662329808, + 96827.60662329807, 95696.60811607436, 95137.8714973208, 95233.46200023328, @@ -42554,7 +34683,7 @@ 97889.13122265757 ], "fuel": [ - 47.03715225775019, + 47.037152257750186, 46.45610962667686, 46.17081911963105, 46.21954519039956, @@ -42594,53 +34723,53 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - -10.110760771732203, + -10.110760771738569, -876.6791308186985, - -1207.1270873913609, + -1207.127087391389, -1044.8135407097216, -293.0678141246872, 666.4394588776686, - 1289.3399020574907, + 1289.3399020575125, 905.7042703798497 ], "relative wind speed": [ - 3.7941671406652353, + 3.794167140665235, 3.4999618410610496, 3.3414708121750287, 3.4319030819595766, 3.7052010641077913, 3.984279900795859, - 4.118105393035937, + 4.118105393035936, 4.043050884271143 ], "relative wind angle": [ - 0.10253285695920475, + 0.10253285695920693, 0.08760614062752017, - 0.013384798175423136, - 0.07085889300414924, - 0.10500376751808696, + 0.013384798175439727, + 0.07085889300414923, + 0.10500376751808697, 0.07693445144227458, - 0.01086044477707821, - 0.06013377254602022 + 0.010860444777067987, + 0.060133772546020224 ], "resistance": [ - 96624.38923922833, + 96624.38923922832, 95757.82086918136, - 95427.3729126087, + 95427.37291260867, 95589.68645929033, 96341.43218587537, 97300.93945887772, - 97923.83990205755, + 97923.83990205757, 97540.20427037991 ], "fuel": [ - 43.45365355420243, + 43.45365355420242, 43.00868902022241, - 42.83974691511227, + 42.83974691511226, 42.92267922973078, 43.30805384940406, 43.802990167481994, - 44.1261306866786, + 44.12613068667862, 43.92694220237639 ] }, @@ -42661,68 +34790,7 @@ "id": "732", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.088191993082717, - 10.088191993082717, - 10.088191993082717, - 10.088191993082717, - 10.088191993082717, - 10.088191993082717, - 10.088191993082717, - 10.088191993082717 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -678.4397246243234, - -877.4285798503474, - -724.2376041550788, - -137.38572202837258, - 568.001098522252, - 993.3511533246619, - 633.3672576942004, - -60.615323914269084 - ], - "relative wind speed": [ - 2.5561334161224543, - 2.4154390955058864, - 2.530824544747552, - 2.812769906694401, - 3.077597149243559, - 3.1892124780189275, - 3.098443057045469, - 2.844951266022723 - ], - "relative wind angle": [ - 0.11175271614436175, - 0.006724839601871916, - 0.10374479047970822, - 0.13798633334100768, - 0.09275737496629835, - 0.005093228624583133, - 0.08468855994410204, - 0.13641565551699333 - ], - "resistance": [ - 95956.0602753757, - 95757.07142014967, - 95910.26239584494, - 96497.11427797165, - 97202.50109852226, - 97627.85115332468, - 97267.86725769422, - 96573.88467608574 - ], - "fuel": [ - 40.761888710730936, - 40.65995984982477, - 40.738416425767696, - 41.03977993611089, - 41.403710100671695, - 41.624055755181075, - 41.43752819316247, - 41.07929829406579 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 50.625, 51.875 51.25, 52.5 51.25, 52.5 50.625, 51.875 50.625))", @@ -42741,68 +34809,7 @@ "id": "733", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.490216965951289, - 10.490216965951289, - 10.490216965951289, - 10.490216965951289, - 10.490216965951289, - 10.490216965951289, - 10.490216965951289, - 10.490216965951289 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -941.5627010974581, - -1063.3144779081572, - -718.8846462278179, - 77.848033491553, - 889.8006569776553, - 1174.4548636227237, - 571.4442796530357, - -294.85562617007554 - ], - "relative wind speed": [ - 2.5578393325267794, - 2.4685025429828014, - 2.6775337452378905, - 3.023155386612605, - 3.29396193170474, - 3.361431607786852, - 3.197427137817751, - 2.8728485457705992 - ], - "relative wind angle": [ - 0.1026281133083741, - 0.030805574725960197, - 0.13846855910073602, - 0.14827583481057166, - 0.07963748725468503, - 0.022620748010692762, - 0.11584266132159002, - 0.15609560020609672 - ], - "resistance": [ - 95692.93729890254, - 95571.18552209184, - 95915.61535377218, - 96712.34803349155, - 97524.30065697766, - 97808.95486362273, - 97205.94427965303, - 96339.64437382993 - ], - "fuel": [ - 40.87108654226266, - 40.80882285080775, - 40.985106490226684, - 41.39457616384476, - 41.81429808754369, - 41.96202489448834, - 41.64943805611836, - 41.20273627252412 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.25 50, 51.25 50.625, 51.875 50.625, 51.875 50, 51.25 50))", @@ -42834,17 +34841,17 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -72.96683580123317, + -72.9668358012359, -980.9690517016306, -1285.4461780488118, -1073.6298975874415, - -228.48150979003913, + -228.48150979004004, 800.6176996725999, 1431.3811278536177, 932.7306589866475 ], "relative wind speed": [ - 3.5751488087510435, + 3.575148808751043, 3.2404437235904346, 3.0737179013432, 3.200025752149532, @@ -42854,17 +34861,17 @@ 3.867179625593413 ], "relative wind angle": [ - 0.12544512549878095, + 0.12544512549878187, 0.10349733105441361, 0.008504182260744052, 0.09320053501858067, - 0.12730159429515323, + 0.1273015942951541, 0.08744405098837785, 0.00658701488319966, - 0.07708658734003677 + 0.07708658734003679 ], "resistance": [ - 96561.53316419879, + 96561.53316419877, 95653.53094829839, 95349.05382195121, 95560.87010241258, @@ -42874,7 +34881,7 @@ 97567.23065898666 ], "fuel": [ - 42.828983236099205, + 42.8289832360992, 42.36302566810251, 42.20746464171425, 42.31564761068946, @@ -42901,68 +34908,7 @@ "id": "735", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.707942284243718, - 10.707942284243718, - 10.707942284243718, - 10.707942284243718, - 10.707942284243718, - 10.707942284243718, - 10.707942284243718, - 10.707942284243718 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - -506.98568246137756, - -1227.3356845325652, - -1298.4068264257326, - -749.184358716619, - 291.47690927172334, - 1260.3934036111932, - 1425.4186060922375, - 574.4219382968322 - ], - "relative wind speed": [ - 2.864570945317741, - 2.4967919635027376, - 2.444544959639317, - 2.753631977281369, - 3.1800724047231834, - 3.476299338524893, - 3.513235992691421, - 3.2766046654630094 - ], - "relative wind angle": [ - 0.18791972580669628, - 0.10636195423020527, - 0.06561783041284097, - 0.17954485520488145, - 0.16908583223867996, - 0.07632275876241158, - 0.04564063296282841, - 0.15064783869791765 - ], - "resistance": [ - 96127.51431753863, - 95407.16431546745, - 95336.09317357428, - 95885.31564128339, - 96925.97690927173, - 97894.8934036112, - 98059.91860609225, - 97208.92193829684 - ], - "fuel": [ - 41.230337879536016, - 40.86158927123073, - 40.82531246065367, - 41.106140429434326, - 41.641328763866966, - 42.14324304878254, - 42.22907690842232, - 41.787537714018924 - ] + "inaccessible": true }, { "geometry": "POLYGON ((52.5 51.875, 52.5 52.5, 53.125 52.5, 53.125 51.875, 52.5 51.875))", @@ -42994,34 +34940,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -870.7094021142352, + -870.709402114238, -829.6074450630335, -359.80246560851583, - 354.0667883781912, + 354.0667883781898, 916.7936079087467, 820.7411289654583, 187.45921346482191, -502.93757995180204 ], "relative wind speed": [ - 2.298005544874926, + 2.2980055448749255, 2.3307492278296147, - 2.5917406716369733, - 2.89524379501958, + 2.591740671636973, + 2.8952437950195806, 3.074544302102301, 3.0497967451679924, 2.8313481666598963, 2.5201618037868605 ], "relative wind angle": [ - 0.05270326898075708, + 0.052703268980759194, 0.08127937945246375, - 0.15053377054047526, - 0.12481519381384873, + 0.1505337705404745, + 0.12481519381385052, 0.0393839324468366, 0.062087733385355275, 0.13770961840657217, - 0.14351184171115575 + 0.14351184171115577 ], "resistance": [ 95763.79059788577, @@ -43074,37 +35020,37 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -1252.3956167789074, + -1252.395616778921, -1153.4256879879817, - -441.35260150590057, + -441.3526015059024, 573.5786584833922, 1324.3111652899024, 1092.1468045367546, 168.52648437882362, - -789.8916325271375 + -789.8916325271366 ], "relative wind speed": [ - 2.940461912950172, + 2.9404619129501715, 3.0023647996719562, - 3.305132438221735, + 3.3051324382217344, 3.640982627366226, 3.8270357063413334, 3.7786669830527355, 3.5169046226670035, - 3.1679274086284583 + 3.167927408628459 ], "relative wind angle": [ - 0.03632662369086784, - 0.07938607239619817, + 0.03632662369087701, + 0.07938607239619819, 0.13459479671079408, - 0.1070780107076629, + 0.10707801070766292, 0.027908656936080592, 0.06305226568754135, - 0.1264452115945276, - 0.1231435398097802 + 0.12644521159452762, + 0.1231435398097811 ], "resistance": [ - 95382.10438322113, + 95382.10438322111, 95481.07431201205, 96193.14739849413, 97208.07865848343, @@ -43114,7 +35060,7 @@ 95844.60836747289 ], "fuel": [ - 41.85059150459453, + 41.85059150459452, 41.90113076205546, 42.26582727138726, 42.78889722361528, @@ -43141,68 +35087,7 @@ "id": "738", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.152530925053622, - 13.152530925053622, - 13.152530925053622, - 13.152530925053622, - 13.152530925053622, - 13.152530925053622, - 13.152530925053622, - 13.152530925053622 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1485.3931565502808, - -1405.7824222878935, - -598.9805173076684, - 610.4178706910443, - 1549.1607199313057, - 1362.5986083669204, - 285.36792258760215, - -878.5791435453048 - ], - "relative wind speed": [ - 3.1725721308599333, - 3.218780479668751, - 3.543333376599831, - 3.9196429242337874, - 4.14012066946294, - 4.104298393992182, - 3.8276104380536213, - 3.4412515789647524 - ], - "relative wind angle": [ - 0.04520996796377329, - 0.07493105684186031, - 0.13706659535436208, - 0.11345128960538613, - 0.03463949915812446, - 0.05874320173608544, - 0.1268294585784761, - 0.12930591165105623 - ], - "resistance": [ - 95149.10684344971, - 95228.7175777121, - 96035.51948269233, - 97244.91787069105, - 98183.6607199313, - 97997.09860836693, - 96919.8679225876, - 95755.9208564547 - ], - "fuel": [ - 42.47760608461008, - 42.51818762834157, - 42.93078518602029, - 43.55380679884602, - 44.04115204650085, - 43.944037858513184, - 43.38582248783293, - 42.78752452205119 - ] + "inaccessible": true }, { "geometry": "POLYGON ((53.125 51.25, 53.125 51.875, 53.75 51.875, 53.75 51.25, 53.125 51.25))", @@ -43234,11 +35119,11 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1215.2977747361379, + -1215.2977747361665, -993.1181511742898, -166.80209908290362, 823.3831112932985, - 1421.2137350775347, + 1421.2137350775738, 901.7257732541766, -75.36880356039319, -938.4117699491994 @@ -43246,39 +35131,39 @@ "relative wind speed": [ 2.507719805922417, 2.6658364179052056, - 3.039027582876219, + 3.0390275828762188, 3.380611037966826, - 3.521459005257467, + 3.5214590052574666, 3.4033290090284853, 3.0746777881986267, 2.6945873822723447 ], "relative wind angle": [ - 0.007207940048492481, + 0.0072079400485232864, 0.13002003122650707, - 0.1675730184736755, + 0.16757301847367553, 0.11002411172723393, - 0.00513293406172489, - 0.10173371299655488, + 0.00513293406170326, + 0.1017337129965549, 0.16561197728514776, 0.13819664582116906 ], "resistance": [ - 95419.20222526386, + 95419.20222526383, 95641.38184882571, 96467.69790091709, 97457.8831112933, - 98055.71373507753, + 98055.71373507757, 97536.22577325418, 96559.1311964396, 95696.0882300508 ], "fuel": [ - 40.96000791275622, + 40.9600079127562, 41.073546130217316, 41.497422044785466, 42.00870450741141, - 42.31916086386504, + 42.31916086386505, 42.04931251384957, 41.544480767221714, 41.10153036391396 @@ -43301,68 +35186,7 @@ "id": "740", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 12.530512408841354, - 12.530512408841354, - 12.530512408841354, - 12.530512408841354, - 12.530512408841354, - 12.530512408841354, - 12.530512408841354, - 12.530512408841354 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1331.3174567124702, - -1479.1191861926868, - -970.2620041653981, - 150.01255158938147, - 1266.037975815243, - 1611.745586990217, - 750.1077749961396, - -454.5935378942522 - ], - "relative wind speed": [ - 3.056368247841172, - 2.9657396352297125, - 3.2182469599938917, - 3.6209371658338614, - 3.9299530120458184, - 3.998788061316484, - 3.7985265627332114, - 3.4168306344305033 - ], - "relative wind angle": [ - 0.09583129425531119, - 0.03479523576933208, - 0.1366342920869914, - 0.14320231799288777, - 0.07448389490525624, - 0.025803877810112084, - 0.11565927441372073, - 0.15182101831429176 - ], - "resistance": [ - 95303.18254328753, - 95155.38081380731, - 95664.2379958346, - 96784.51255158937, - 97900.53797581524, - 98246.24558699022, - 97384.60777499614, - 96179.90646210575 - ], - "fuel": [ - 42.07414133400877, - 41.99877725221112, - 42.25858528618029, - 42.833961271828, - 43.41179832689376, - 43.59173323808963, - 43.14409254950863, - 42.522853912156 - ] + "inaccessible": true }, { "geometry": "POLYGON ((54.375 50.625, 54.375 51.25, 55 51.25, 55 50.625, 54.375 50.625))", @@ -43394,50 +35218,50 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -2022.9922777207357, + -2022.992277720754, -2336.612785827674, - -1705.9489306125834, - -36.78953382767759, + -1705.9489306125906, + -36.789533827681225, 1728.799623689747, 2471.802844714797, 1277.9606980154622, -571.0484842076366 ], "relative wind speed": [ - 5.058296889331879, + 5.058296889331878, 4.939355784491237, - 5.145441163316457, - 5.53207899083211, + 5.145441163316456, + 5.532078990832111, 5.862074168477525, 5.962637454312392, 5.78573385252075, 5.417230197854804 ], "relative wind angle": [ - 0.06350701016628647, + 0.06350701016628997, 0.011677270478642404, - 0.07832190402947961, - 0.09262378270209137, - 0.054789837829226015, + 0.07832190402948104, + 0.09262378270209257, + 0.05478983782922602, 0.009673199587419428, 0.06963929701082948, 0.09459328331479885 ], "resistance": [ - 94611.50772227929, + 94611.50772227928, 94297.88721417236, 94928.55106938744, - 96597.71046617236, + 96597.71046617234, 98363.29962368977, 99106.30284471482, 97912.4606980155, 96063.45151579239 ], "fuel": [ - 48.72938367367213, + 48.729383673672125, 48.57037255640391, 48.890502238123325, - 49.744922135851986, + 49.74492213585198, 50.659985986456576, 51.04853511352006, 50.42522383515906, @@ -43474,41 +35298,41 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1165.2688326516418, + -1165.2688326516482, -1406.730962925506, - -1093.7345246864816, + -1093.734524686486, -110.82117645306516, - 991.9697838375896, + 991.9697838375942, 1561.5545435499425, 890.0579215645967, -230.99986395975338 ], "relative wind speed": [ - 3.4944374214356566, + 3.494437421435656, 3.3621418524953044, - 3.523060421482845, + 3.5230604214828447, 3.8582298350250914, 4.156527455412067, 4.264248532112502, 4.1322945982232815, - 3.821240102381221 + 3.8212401023812212 ], "relative wind angle": [ - 0.08761618617584542, - 0.005539299538204084, - 0.0944092912441977, + 0.08761618617584796, + 0.005539299538204085, + 0.09440929124419888, 0.11717618269409058, - 0.07363218237861635, - 0.0043674459018304655, + 0.07363218237861484, + 0.004367445901830466, 0.08045756256368038, - 0.1183157487020873 + 0.11831574870208825 ], "resistance": [ - 95469.23116734838, + 95469.23116734836, 95227.76903707451, 95540.76547531353, 96523.67882354694, - 97626.4697838376, + 97626.46978383762, 98196.05454354995, 97524.55792156461, 96403.50013604027 @@ -43518,7 +35342,7 @@ 42.985794225871985, 43.145571574996225, 43.64969568611629, - 44.219582925902046, + 44.21958292590206, 44.51569844594099, 44.16672834568439, 43.58786461885549 @@ -43554,19 +35378,19 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -541.7817718486585, + -541.7817718486622, -1173.0287875473146, - -1212.275788498297, + -1212.2757884983007, -679.8888953472133, - 285.9287059912358, + 285.9287059912376, 1149.7042339904674, 1241.731649563918, 446.44179099569374 ], "relative wind speed": [ - 3.2359994472866447, + 3.2359994472866442, 2.9553646229905572, - 2.9305944579588057, + 2.9305944579588052, 3.181149055457769, 3.525780295320867, 3.764125271412768, @@ -43574,11 +35398,11 @@ 3.5753475076798487 ], "relative wind angle": [ - 0.13228748276985303, + 0.13228748276985555, 0.06722907348027714, - 0.04986082520670187, + 0.0498608252067041, 0.1276902220783519, - 0.12135874670406993, + 0.12135874670406901, 0.052768955801538384, 0.03861500078540286, 0.11354714099417952 @@ -43634,17 +35458,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1754.581571106251, + 1754.5815711062492, 585.5457496850681, -754.6360832075848, -1554.7709834476805, -1549.8051683809044, - -738.2954208225888, + -738.2954208225883, 604.7777679984961, 1766.0123376332763 ], "relative wind speed": [ - 3.5985483828548, + 3.5985483828547995, 3.2639133062076615, 2.724541484986052, 2.269720591365437, @@ -43657,9 +35481,9 @@ 0.07788674874265307, 0.20633429848716534, 0.24682325112955633, - 0.12044444923532288, - 0.12346435918454504, - 0.2472425214342137, + 0.1204444492353229, + 0.12346435918454506, + 0.24724252143421369, 0.20497554106322355, 0.07580571841263338 ], @@ -43701,68 +35525,7 @@ "id": "745", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.59480778886181, - 19.59480778886181, - 19.59480778886181, - 19.59480778886181, - 19.59480778886181, - 19.59480778886181, - 19.59480778886181, - 19.59480778886181 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 3024.942526685916, - 686.9366885535346, - -1877.857851803832, - -3249.235034083911, - -3105.6763556107708, - -1373.214642682071, - 1273.5381133728733, - 3361.453631364655 - ], - "relative wind speed": [ - 6.111833782855311, - 5.711195229232806, - 5.14313725218334, - 4.740119888897163, - 4.796002335367477, - 5.266725704238848, - 5.822739028610654, - 6.155275300828005 - ], - "relative wind angle": [ - 0.05603440449571679, - 0.12431987082731925, - 0.12853113448241432, - 0.04729724553237989, - 0.07143137423973626, - 0.1348730149697823, - 0.11346055273286161, - 0.03641763684567042 - ], - "resistance": [ - 99659.44252668592, - 97321.43668855354, - 94756.64214819617, - 93385.26496591608, - 93528.82364438922, - 95261.28535731793, - 97908.03811337287, - 99995.95363136465 - ], - "fuel": [ - 51.305369111708, - 50.084848731978425, - 48.7693322415259, - 48.07597810370657, - 48.14823194532361, - 49.02623603207944, - 50.389163623916374, - 51.48271409448193 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 52.5, 66.25 53.125, 66.875 53.125, 66.875 52.5, 66.25 52.5))", @@ -43794,14 +35557,14 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 1456.154082912955, + 1456.1540829129485, 544.3819605698723, - -560.2950292740647, + -560.2950292740661, -1262.4653713811963, -1302.2091305144481, -693.2114876274832, 388.52412841970954, - 1364.331151062645 + 1364.3311510626459 ], "relative wind speed": [ 3.3818074917534156, @@ -43811,17 +35574,17 @@ 2.2288608289501695, 2.592283240648567, 3.0561984411322096, - 3.3606644695295707 + 3.36066446952957 ], "relative wind angle": [ - 0.060184583880781295, + 0.060184583880784986, 0.17851257035366883, - 0.21924589552666243, + 0.21924589552666346, 0.11745903407210291, 0.0913889484265952, 0.21481339421284018, 0.19029062611777023, - 0.07891134751547947 + 0.07891134751547808 ], "resistance": [ 98090.65408291295, @@ -43861,68 +35624,7 @@ "id": "747", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.040274884922841, - 13.040274884922841, - 13.040274884922841, - 13.040274884922841, - 13.040274884922841, - 13.040274884922841, - 13.040274884922841, - 13.040274884922841 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 1633.1845202965596, - 311.0996721457341, - -1075.124330295207, - -1769.8264476529353, - -1643.2087530672206, - -638.7758112332758, - 819.8642684210818, - 1928.1657713224095 - ], - "relative wind speed": [ - 4.16540115686207, - 3.8251114450736736, - 3.354044860160456, - 3.0308469058271634, - 3.1063717083064715, - 3.516906939417237, - 3.968689338281085, - 4.220672816174292 - ], - "relative wind angle": [ - 0.07464474092781022, - 0.15631252677308657, - 0.1591363822949845, - 0.051551136197342015, - 0.10016724719010954, - 0.1701391650439378, - 0.13432705407271675, - 0.03701070287564648 - ], - "resistance": [ - 98267.68452029658, - 96945.59967214575, - 95559.37566970481, - 94864.67355234709, - 94991.2912469328, - 95995.72418876673, - 97454.3642684211, - 98562.66577132243 - ], - "fuel": [ - 43.99605616387678, - 43.310229759148676, - 42.5981164222015, - 42.24393251672213, - 42.308352904719584, - 42.82150068144314, - 43.57337956356724, - 44.14996402520528 - ] + "inaccessible": true }, { "geometry": "POLYGON ((67.5 54.375, 67.5 55, 68.125 55, 68.125 54.375, 67.5 54.375))", @@ -43954,54 +35656,54 @@ ], "ice resistance": 83204.13628603636, "wind resistance": [ - 2593.372383495276, + 2593.372383495247, 231.36291892621375, - -2182.8055535105123, + -2182.8055535105523, -3274.878481296724, -2987.4252474110617, -1128.9253529866837, - 1450.7790827295466, - 3277.7274752347184 + 1450.7790827295394, + 3277.7274752346457 ], "relative wind speed": [ - 7.808381469265337, + 7.808381469265336, 7.4872613122452405, 7.086140802065103, 6.845295896043543, 6.925217225567371, 7.271201608607548, - 7.662640753954831, - 7.878539134031813 + 7.662640753954832, + 7.878539134031814 ], "relative wind angle": [ - 0.036990459790841784, + 0.03699045979084479, 0.06906246954381176, - 0.062404907741323866, + 0.06240490774132921, 0.01582111491043799, 0.0417103891039686, - 0.07111803882850337, - 0.05770443366970269, - 0.01374608968692351 + 0.07111803882850339, + 0.05770443366970462, + 0.013746089686931588 ], "resistance": [ - 85797.50866953164, + 85797.50866953161, 83435.49920496257, - 81021.33073252585, + 81021.3307325258, 79929.25780473964, 80216.7110386253, 82075.21093304968, - 84654.91536876591, - 86481.86376127107 + 84654.9153687659, + 86481.863761271 ], "fuel": [ - 54.359962321137374, + 54.35996232113736, 53.248851298899915, - 52.13465696294763, + 52.1346569629476, 51.637764239578914, 51.76812501873782, 52.618379729854524, - 53.81988363993078, - 54.68576807436973 + 53.819883639930765, + 54.685768074369705 ] }, { @@ -44034,11 +35736,11 @@ ], "ice resistance": 47076.79912114825, "wind resistance": [ - 2620.4455476664516, + 2620.445547666408, -145.3547772160273, - -2728.016282621702, + -2728.01628262172, -3660.853392220957, - -3147.3669647256174, + -3147.366964725603, -853.3030724091223, 2024.6366771100766, 3841.0848537263337 @@ -44046,7 +35748,7 @@ "relative wind speed": [ 7.827932427848187, 7.4410687454938, - 6.998254707915128, + 6.998254707915127, 6.77053921156974, 6.9137585111661295, 7.3285113611506825, @@ -44054,31 +35756,31 @@ 7.952130634633456 ], "relative wind angle": [ - 0.048287574907516645, + 0.04828757490752124, 0.07948263304990341, - 0.06544745387239208, + 0.06544745387239377, 0.008339119644294705, - 0.05467841233652152, + 0.05467841233651949, 0.08070603069943202, 0.0590723335565843, 0.0071000036484252255 ], "resistance": [ - 49697.2446688147, + 49697.24466881466, 46931.44434393222, - 44348.782838526546, + 44348.78283852653, 43415.9457289273, - 43929.432156422634, + 43929.43215642265, 46223.49604873913, 49101.43579825833, 50917.88397487458 ], "fuel": [ - 39.644108570166864, + 39.64410857016685, 38.716660585243325, 37.87632393031564, 37.57890228971602, - 37.74221939328598, + 37.742219393285986, 38.48384175340661, 39.44191219877911, 40.06247540658574 @@ -44114,17 +35816,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 2844.734341781237, + 2844.734341781197, -15.126247591564606, - -2743.1288129275817, + -2743.1288129276, -3800.0674858849015, - -3310.0122049877245, + -3310.0122049877355, -970.3861915306152, 2038.6123432226777, 4005.5530521184046 ], "relative wind speed": [ - 7.470953052567789, + 7.470953052567788, 7.0526977459736075, 6.558001546971903, 6.289662185885814, @@ -44134,31 +35836,31 @@ 7.594257801346503 ], "relative wind angle": [ - 0.05410440177677617, + 0.054104401776780275, 0.09262786943714421, - 0.07915205670942436, + 0.07915205670942718, 0.012875472280142967, - 0.06281894420544724, + 0.06281894420544902, 0.0948016655141829, 0.07047564553924096, - 0.010663539544358383 + 0.010663539544358384 ], "resistance": [ - 99479.23434178124, + 99479.2343417812, 96619.37375240843, - 93891.37118707242, + 93891.3711870724, 92834.43251411509, - 93324.48779501228, + 93324.48779501226, 95664.11380846938, 98673.11234322267, 100640.0530521184 ], "fuel": [ - 58.74954599837105, + 58.74954599837102, 57.261293706610296, - 55.870020720564426, + 55.870020720564405, 55.338428154919065, - 55.58438703603356, + 55.584387036033554, 56.77096338284032, 58.32696529506888, 59.36231186287152 @@ -44181,68 +35883,7 @@ "id": "751", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 79986.68036074181, - "wind resistance": [ - 2530.4410025429315, - -398.70972195001013, - -2993.133206544746, - -3779.194260510685, - -3132.481421558321, - -633.8407207908094, - 2332.415513611446, - 4067.5161084296524 - ], - "relative wind speed": [ - 7.822428284536321, - 7.405663035134658, - 6.952372697441539, - 6.743724195430702, - 6.924219745034606, - 7.368266984459852, - 7.7974173429482665, - 7.978557972478703 - ], - "relative wind angle": [ - 0.05414176230311858, - 0.08346807121791248, - 0.06474962294775823, - 0.002782395263592238, - 0.0611732902172457, - 0.08389268950930213, - 0.0577241056676275, - 0.00235176574648939 - ], - "resistance": [ - 82517.12136328474, - 79587.9706387918, - 76993.54715419706, - 76207.48610023112, - 76854.1989391835, - 79352.83963995101, - 82319.09587435325, - 84054.19646917147 - ], - "fuel": [ - 52.82244297631893, - 51.48338886716917, - 50.32401671573676, - 49.97769287602583, - 50.2624548239686, - 51.3772835726948, - 52.73090987558461, - 53.537885466171076 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 51.875, 66.25 52.5, 66.875 52.5, 66.875 51.875, 66.25 51.875))", @@ -44261,68 +35902,7 @@ "id": "752", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.153546860216228, - 9.153546860216228, - 9.153546860216228, - 9.153546860216228, - 9.153546860216228, - 9.153546860216228, - 9.153546860216228, - 9.153546860216228 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 759.5357553164099, - -55.25626336558389, - -769.1426946988483, - -997.0748549625741, - -806.4785905472813, - -117.51180879072217, - 705.8609811282372, - 1203.3736696108344 - ], - "relative wind speed": [ - 2.9279708402362927, - 2.606032140553879, - 2.2284785082177727, - 2.0411713488650136, - 2.2046927344852185, - 2.5772620699428486, - 2.909908389138294, - 3.0442245021250507 - ], - "relative wind angle": [ - 0.1178527676237741, - 0.19365991671906238, - 0.16453324753002532, - 0.007183296824674805, - 0.15679551185619986, - 0.19584965897385392, - 0.12576710301695426, - 0.004816422130647076 - ], - "resistance": [ - 97394.0357553164, - 96579.24373663441, - 95865.35730530115, - 95637.42514503743, - 95828.02140945272, - 96516.98819120928, - 97340.36098112824, - 97837.87366961084 - ], - "fuel": [ - 40.97686109684736, - 40.55607065904909, - 40.189422204261106, - 40.07275680138419, - 40.17029886043174, - 40.52402104924188, - 40.94906533843305, - 41.207115679497875 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.875 51.875, 66.875 52.5, 67.5 52.5, 67.5 51.875, 66.875 51.875))", @@ -44341,68 +35921,7 @@ "id": "753", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.47923571013605, - 6.47923571013605, - 6.47923571013605, - 6.47923571013605, - 6.47923571013605, - 6.47923571013605, - 6.47923571013605, - 6.47923571013605 - ], - "ice resistance": 96634.50000000001, - "wind resistance": [ - 402.06029717184697, - -208.49524683948152, - -635.0896430297457, - -699.011481231234, - -414.31076797701326, - 158.35907776431304, - 724.5002924385949, - 871.218537842492 - ], - "relative wind speed": [ - 2.1217612520337243, - 1.75223695457063, - 1.378322006018079, - 1.2945587050852467, - 1.5905400758871635, - 1.9903151003476567, - 2.265373477235301, - 2.314261502666211 - ], - "relative wind angle": [ - 0.2132102939474115, - 0.29602329671931116, - 0.20007257709458584, - 0.09575199940223941, - 0.2861594685193917, - 0.259734409711321, - 0.12121635937739982, - 0.05350576447648254 - ], - "resistance": [ - 97036.56029717186, - 96426.00475316054, - 95999.41035697027, - 95935.48851876878, - 96220.189232023, - 96792.85907776433, - 97359.0002924386, - 97505.7185378425 - ], - "fuel": [ - 39.60484212661496, - 39.2901075328259, - 39.07102603961009, - 39.03825672522481, - 39.1843245288671, - 39.4790505217688, - 39.77161606953224, - 39.847630443376275 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 51.25, 66.25 51.875, 66.875 51.875, 66.875 51.25, 66.25 51.25))", @@ -44434,34 +35953,34 @@ ], "ice resistance": 96634.5, "wind resistance": [ - 70.51228000698347, + 70.51228000698075, -688.6073709766715, - -1012.1910334907093, + -1012.1910334907102, -890.0034111570876, - -266.1618783321701, + -266.1618783321692, 562.8436503453977, - 1136.2651443655914, - 851.2054432353143 + 1136.2651443655986, + 851.205443235317 ], "relative wind speed": [ 2.8521760804295258, 2.5000397803771706, - 2.2879125895126666, + 2.287912589512666, 2.383883510739749, 2.7078824621617392, 3.0360067389894123, 3.198904782172627, - 3.128040157971215 + 3.1280401579712147 ], "relative wind angle": [ - 0.16044716686295424, + 0.16044716686295635, 0.15012793635162347, - 0.03197196400072665, - 0.11370963904740285, - 0.16907709973372545, + 0.03197196400072666, + 0.11370963904740283, + 0.16907709973372478, 0.12347447594225255, - 0.022865003947475225, - 0.0865797662878367 + 0.02286500394747037, + 0.08657976628783415 ], "resistance": [ 96705.01228000698, @@ -44501,68 +36020,7 @@ "id": "755", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 5.902738380867775, - 5.902738380867775, - 5.902738380867775, - 5.902738380867775, - 5.902738380867775, - 5.902738380867775, - 5.902738380867775, - 5.902738380867775 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 54.44315794773229, - -348.3003668967691, - -520.7840831149425, - -449.7662091318989, - -114.26429089330986, - 329.91082442429456, - 640.9178939104806, - 477.1157506328732 - ], - "relative wind speed": [ - 1.751185890049306, - 1.43161477044854, - 1.2283312859918234, - 1.32711377552606, - 1.6306282735384354, - 1.9173105478780146, - 2.0534855343596634, - 1.9910724785350447 - ], - "relative wind angle": [ - 0.23802049941300776, - 0.23684945435658397, - 0.05062943277442909, - 0.18797972596626122, - 0.25599833047073994, - 0.1761105010532588, - 0.030276643293942366, - 0.12488226915862213 - ], - "resistance": [ - 96688.94315794774, - 96286.19963310323, - 96113.71591688506, - 96184.73379086811, - 96520.2357091067, - 96964.4108244243, - 97275.41789391047, - 97111.61575063287 - ], - "fuel": [ - 39.231308710360906, - 39.02406413390719, - 38.93549171103331, - 38.971946820315736, - 39.144421430365014, - 39.373407011350565, - 39.534177450129235, - 39.44945752771218 - ] + "inaccessible": true }, { "geometry": "POLYGON ((66.25 50.625, 66.25 51.25, 66.875 51.25, 66.875 50.625, 66.25 50.625))", @@ -44594,17 +36052,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -454.9621868404588, + -454.9621868404597, -754.7699001309697, - -710.1459439983842, + -710.1459439983855, -297.3202159048915, - 314.2533909248241, + 314.25339092482545, 782.8196768647208, 678.0384364887873, 131.12971057318646 ], "relative wind speed": [ - 2.535031105502175, + 2.5350311055021746, 2.3544282500123925, 2.3894708366746413, 2.6129902285979525, @@ -44616,9 +36074,9 @@ "relative wind angle": [ 0.1196122884420389, 0.04008557463350757, - 0.07081231425952433, + 0.07081231425952592, 0.1279590015329194, - 0.10555845775329137, + 0.10555845775329033, 0.031238613158470065, 0.056511211707985905, 0.11935937371063925 @@ -44674,9 +36132,9 @@ ], "ice resistance": 96634.49999999997, "wind resistance": [ - -273.5732999997099, + -273.5732999997126, -626.3178813203344, - -658.4415379561101, + -658.4415379561087, -387.2277876160815, 128.01519867278967, 600.7597033956417, @@ -44684,9 +36142,9 @@ 260.0144682432806 ], "relative wind speed": [ - 2.4631705128797603, + 2.46317051287976, 2.259756947130847, - 2.2330922472851342, + 2.233092247285134, 2.403743963791212, 2.6489300039853974, 2.8244535190773257, @@ -44694,12 +36152,12 @@ 2.7029713461433005 ], "relative wind angle": [ - 0.12473853921075795, + 0.12473853921075974, 0.0666686954525436, - 0.04190731149099423, + 0.041907311490991576, 0.11794424985769775, 0.11595017067197906, - 0.05332530321577304, + 0.05332530321577305, 0.03288338140659402, 0.10483637412484531 ], @@ -44754,9 +36212,9 @@ ], "ice resistance": 96634.50000000003, "wind resistance": [ - -173.705893758437, + -173.70589375843747, -479.4096647466654, - -528.8027039776989, + -528.802703977703, -351.4477544831266, 41.78504083379994, 429.84368466436445, @@ -44764,7 +36222,7 @@ 247.80857466676525 ], "relative wind speed": [ - 2.4731596630208363, + 2.473159663020836, 2.303755921675526, 2.2629164827442776, 2.3803922096001595, @@ -44774,9 +36232,9 @@ 2.6597817024589667 ], "relative wind angle": [ - 0.10077144911761039, - 0.06089114567598439, - 0.022336456526949034, + 0.10077144911760931, + 0.060891145675984394, + 0.022336456526954006, 0.08903904414212944, 0.09682038805806542, 0.0514422068772779, @@ -44786,7 +36244,7 @@ "resistance": [ 96460.79410624159, 96155.09033525336, - 96105.69729602234, + 96105.69729602232, 96283.0522455169, 96676.28504083383, 97064.34368466439, @@ -44796,7 +36254,7 @@ "fuel": [ 40.43520206458501, 40.27809673571036, - 40.25274561285799, + 40.25274561285798, 40.3438157869976, 40.546154749435715, 40.746395425089304, @@ -44834,9 +36292,9 @@ ], "ice resistance": 96634.49999999999, "wind resistance": [ - -163.25648962763898, + -163.25648962764103, -390.14559137155084, - -415.99338607264554, + -415.9933860726462, -255.9723488197542, 62.637144676377375, 361.05035982134586, @@ -44844,9 +36302,9 @@ 170.14169378171482 ], "relative wind speed": [ - 2.1453799869711703, + 2.14537998697117, 1.997786443119304, - 1.9732677757654669, + 1.9732677757654666, 2.0898792998047533, 2.2660601607146917, 2.397192789110511, @@ -44854,13 +36312,13 @@ 2.317345130256239 ], "relative wind angle": [ - 0.10373852515209595, + 0.10373852515209703, 0.057197162940971394, 0.03074001562447772, 0.0958342950717604, 0.09819554497992834, 0.047659357541259426, - 0.025090883582374938, + 0.02509088358237494, 0.08640262909128388 ], "resistance": [ @@ -44901,68 +36359,7 @@ "id": "760", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 6.981681968972333, - 6.981681968972333, - 6.981681968972333, - 6.981681968972333, - 6.981681968972333, - 6.981681968972333, - 6.981681968972333, - 6.981681968972333 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 392.31196910779545, - -232.97484526739458, - -667.3881837064008, - -728.4728822664434, - -433.3213848127132, - 156.28462993822518, - 731.8055967162688, - 872.4131200641707 - ], - "relative wind speed": [ - 2.2364634175632503, - 1.8812371645490409, - 1.533538957577063, - 1.4612819741049086, - 1.7368435039346313, - 2.1164452995478302, - 2.380473112818558, - 2.4254997356039194 - ], - "relative wind angle": [ - 0.19225193775611962, - 0.2597150913116111, - 0.1676546413671093, - 0.08304394881113844, - 0.24858522518462522, - 0.23029580335484767, - 0.10770868367641691, - 0.04999452350281148 - ], - "resistance": [ - 97026.8119691078, - 96401.5251547326, - 95967.1118162936, - 95906.02711773355, - 96201.17861518728, - 96790.78462993822, - 97366.30559671627, - 97506.91312006417 - ], - "fuel": [ - 39.78689220909304, - 39.4646036286687, - 39.241552535578435, - 39.210244690232706, - 39.36164772814844, - 39.66506683370591, - 39.962485169473325, - 40.03533581636101 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.125 51.875, 68.125 52.5, 68.75 52.5, 68.75 51.875, 68.125 51.875))", @@ -44981,68 +36378,7 @@ "id": "761", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 9.709122455768961, - 9.709122455768961, - 9.709122455768961, - 9.709122455768961, - 9.709122455768961, - 9.709122455768961, - 9.709122455768961, - 9.709122455768961 - ], - "ice resistance": 96634.49999999996, - "wind resistance": [ - 320.18959318575617, - -443.77812464136105, - -911.6095109083003, - -922.5820795032419, - -481.722097130923, - 275.9753554908343, - 934.8476853309458, - 960.4315734258826 - ], - "relative wind speed": [ - 2.9014226770630813, - 2.5710257215108197, - 2.302867416829433, - 2.29410918889933, - 2.552052843854635, - 2.8846237203718954, - 3.102906529257328, - 3.109387447425953 - ], - "relative wind angle": [ - 0.13861554905478443, - 0.15950696813585233, - 0.07676772541189547, - 0.06918538473407204, - 0.1577408397681718, - 0.14204145554687975, - 0.05694912253526507, - 0.05102647412981162 - ], - "resistance": [ - 96954.68959318571, - 96190.72187535859, - 95722.89048909166, - 95711.91792049671, - 96152.77790286903, - 96910.4753554908, - 97569.3476853309, - 97594.93157342584 - ], - "fuel": [ - 41.05538100690622, - 40.6620149391557, - 40.42220128763958, - 40.41658644663011, - 40.64253424440855, - 41.03255594049479, - 41.373444303316155, - 41.38671351376926 - ] + "inaccessible": true }, { "geometry": "POLYGON ((67.5 51.25, 67.5 51.875, 68.125 51.875, 68.125 51.25, 67.5 51.25))", @@ -45074,19 +36410,19 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - 128.21368049430498, + 128.21368049430384, -236.411418955901, - -439.26874019929267, + -439.2687401992931, -423.2050229293974, - -182.95345191997046, + -182.95345191997058, 190.96687734157854, - 497.472866317687, + 497.47286631768793, 460.4016644901992 ], "relative wind speed": [ - 1.747129161293146, + 1.7471291612931459, 1.471799459633858, - 1.25702807685134, + 1.2570280768513398, 1.2796688453890908, 1.5181727887455179, 1.7863692992630937, @@ -45094,13 +36430,13 @@ 1.9286670445851415 ], "relative wind angle": [ - 0.1983081924211267, + 0.19830819242112843, 0.2234949865530065, - 0.09331105090743345, + 0.09331105090743466, 0.12580876061470994, - 0.2287110034364808, + 0.22871100343648126, 0.18364004364558065, - 0.06030127572510575, + 0.0603012757251039, 0.08335044774468525 ], "resistance": [ @@ -45141,68 +36477,7 @@ "id": "763", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 8.27880287803573, - 8.27880287803573, - 8.27880287803573, - 8.27880287803573, - 8.27880287803573, - 8.27880287803573, - 8.27880287803573, - 8.27880287803573 - ], - "ice resistance": 96634.50000000004, - "wind resistance": [ - 532.8103600243612, - -48.06832249488252, - -558.5783927524415, - -719.8494671719841, - -585.6574132763335, - -93.31284381886508, - 494.0150297711557, - 846.4431799233475 - ], - "relative wind speed": [ - 2.6011715280488152, - 2.3448537533535077, - 2.049140644478051, - 1.9050345335735346, - 2.0304359149827507, - 2.3217287090802867, - 2.586462051206575, - 2.694365741519869 - ], - "relative wind angle": [ - 0.10428779639682018, - 0.16911866240162055, - 0.14070304457236557, - 0.0061582317677624804, - 0.13375852620149845, - 0.17081962283110336, - 0.11133528255378099, - 0.004354125692725083 - ], - "resistance": [ - 97167.3103600244, - 96586.43167750516, - 96075.9216072476, - 95914.65053282806, - 96048.84258672371, - 96541.18715618117, - 97128.5150297712, - 97480.94317992339 - ], - "fuel": [ - 40.4193811817842, - 40.11962999391445, - 39.85722778335375, - 39.77453600724158, - 39.843336249337874, - 40.096335141544465, - 40.39932247600639, - 40.58174728741802 - ] + "inaccessible": true }, { "geometry": "POLYGON ((67.5 50.625, 67.5 51.25, 68.125 51.25, 68.125 50.625, 67.5 50.625))", @@ -45234,34 +36509,34 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -85.65338897321976, + -85.65338897322135, -303.5392957128631, - -349.58651202722876, - -248.18038353565908, - 7.18878373288203, + -349.5865120272308, + -248.18038353565885, + 7.188783732882484, 275.00302792245907, 383.1393674096498, - 196.0219797921443 + 196.02197979214407 ], "relative wind speed": [ - 1.7689932590004998, + 1.7689932590004995, 1.5999475226158921, 1.5454384346556296, - 1.6478516673041008, + 1.6478516673041006, 1.8301269898294907, 1.9796135668778467, 2.022454447937139, 1.9399192848813729 ], "relative wind angle": [ - 0.13525954553609093, + 0.1352595455360934, 0.09192602741044734, - 0.01995623715149313, - 0.11585363311514417, - 0.13071495592091306, + 0.019956237151498694, + 0.11585363311514321, + 0.13071495592091223, 0.07425935960808626, 0.015248938779136842, - 0.09834958040629696 + 0.09834958040629697 ], "resistance": [ 96548.84661102679, @@ -45301,68 +36576,7 @@ "id": "765", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 7.346828034465894, - 7.346828034465894, - 7.346828034465894, - 7.346828034465894, - 7.346828034465894, - 7.346828034465894, - 7.346828034465894, - 7.346828034465894 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 203.27425276594818, - -103.28857122580393, - -337.36998701693415, - -384.00693571575744, - -270.16963603564614, - 9.715450869653978, - 298.95289971020134, - 408.9832808320582 - ], - "relative wind speed": [ - 2.1848419294518404, - 2.0207415465919385, - 1.863165918597753, - 1.8154926183809097, - 1.9131143742576069, - 2.085699994620304, - 2.2275891958477683, - 2.266611439635463 - ], - "relative wind angle": [ - 0.08368331234564903, - 0.11186977583199972, - 0.07327916498918029, - 0.018000001327065737, - 0.0956032640158294, - 0.10837170057487268, - 0.06127452988797003, - 0.014417220520869002 - ], - "resistance": [ - 96837.77425276597, - 96531.21142877423, - 96297.13001298309, - 96250.49306428427, - 96364.33036396439, - 96644.21545086968, - 96933.45289971023, - 97043.4832808321 - ], - "fuel": [ - 39.83570140272277, - 39.67772505043785, - 39.5573348967588, - 39.53337345702264, - 39.591875770059424, - 39.73591699742634, - 39.88507762698827, - 39.94190236399521 - ] + "inaccessible": true }, { "geometry": "POLYGON ((67.5 50, 67.5 50.625, 68.125 50.625, 68.125 50, 67.5 50))", @@ -45394,9 +36608,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -66.50608376283367, + -66.5060837628348, -372.5134958663823, - -453.3981402379559, + -453.3981402379561, -348.0806799270649, -25.652487734429315, 337.1580416056054, @@ -45404,9 +36618,9 @@ 302.18915560859955 ], "relative wind speed": [ - 1.8766388083881718, + 1.876638808388171, 1.653127987305609, - 1.5603020020382954, + 1.5603020020382952, 1.6738094051492216, 1.9023877858422384, 2.0995286048199526, @@ -45414,11 +36628,11 @@ 2.0830781502632876 ], "relative wind angle": [ - 0.16301018660027458, + 0.16301018660027392, 0.12501685968745554, 0.008360702041596507, - 0.1345785242050286, - 0.16078448300625314, + 0.13457852420502864, + 0.16078448300625317, 0.09833804916053873, 0.006013242203148972, 0.10802129870148244 @@ -45474,32 +36688,32 @@ ], "ice resistance": 96634.50000000006, "wind resistance": [ - 173.8979238669299, + 173.89792386692534, -262.6216675848111, - -529.0245038425173, - -535.0209318170464, + -529.0245038425182, + -535.020931817045, -283.782576013027, 149.31342665022476, 523.4478425804277, 537.5216012717196 ], "relative wind speed": [ - 2.409655533000783, + 2.4096555330007825, 2.185965193596452, 2.0089195129077155, - 2.003356345480527, + 2.0033563454805265, 2.1736044390712186, 2.3984478767853634, 2.5485757661741233, 2.552951115531651 ], "relative wind angle": [ - 0.11236902422648098, + 0.11236902422648495, 0.1261854558545281, - 0.059199148171755187, - 0.05344408303433121, + 0.05919914817175706, + 0.05344408303432705, 0.12463259478098712, - 0.11495451672046325, + 0.11495451672046324, 0.04665350791891194, 0.04193106034805866 ], @@ -45507,7 +36721,7 @@ 96808.39792386699, 96371.87833241525, 96105.47549615754, - 96099.479068183, + 96099.47906818302, 96350.71742398704, 96783.81342665029, 97157.94784258048, @@ -45541,68 +36755,7 @@ "id": "768", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 10.319627774909188, - 10.319627774909188, - 10.319627774909188, - 10.319627774909188, - 10.319627774909188, - 10.319627774909188, - 10.319627774909188, - 10.319627774909188 - ], - "ice resistance": 96634.49999999997, - "wind resistance": [ - 487.6118918656848, - 9.91614645263644, - -452.93261797884315, - -639.7142964509858, - -563.1599834759081, - -175.86730080241477, - 330.8815728101763, - 668.976152077988 - ], - "relative wind speed": [ - 3.0850250748354524, - 2.916749081068723, - 2.7146682841950933, - 2.6019226581319415, - 2.657120918636499, - 2.8408178552494205, - 3.0345094159360295, - 3.1317199379444465 - ], - "relative wind angle": [ - 0.05200621694905026, - 0.09095327681570806, - 0.07901947696145879, - 0.014654084674739571, - 0.06039081227921046, - 0.09339133448782154, - 0.07067600491242548, - 0.012174898464338405 - ], - "resistance": [ - 97122.11189186566, - 96644.41614645261, - 96181.56738202112, - 95994.78570354899, - 96071.34001652406, - 96458.63269919755, - 96965.38157281015, - 97303.47615207796 - ], - "fuel": [ - 41.50127517632951, - 41.254758179938484, - 41.01671297506661, - 40.920876070496256, - 40.9601400711785, - 41.15911314711231, - 41.42030021022463, - 41.59509139101423 - ] + "inaccessible": true }, { "geometry": "POLYGON ((69.375 50.625, 69.375 51.25, 70 51.25, 70 50.625, 69.375 50.625))", @@ -45621,68 +36774,7 @@ "id": "769", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 92728.5231395674, - "wind resistance": [ - 385.4627106389926, - -1112.6488021950245, - -1942.098636923307, - -1898.146786852758, - -948.4939726274351, - 575.1506816141336, - 1794.6984844002836, - 1689.2605354794323 - ], - "relative wind speed": [ - 7.472573399684264, - 7.233024314935784, - 7.067275824465613, - 7.079340074132393, - 7.261450989974692, - 7.500092196301391, - 7.656476742888805, - 7.645323263816675 - ], - "relative wind angle": [ - 0.039438520401188594, - 0.03914138314375436, - 0.014949137659456093, - 0.018877548379192057, - 0.04058579323801481, - 0.037746938186006745, - 0.01379865705157526, - 0.017479895654422532 - ], - "resistance": [ - 93113.9858502064, - 91615.87433737238, - 90786.4245026441, - 90830.37635271465, - 91780.02916693997, - 93303.67382118154, - 94523.22162396769, - 94417.78367504684 - ], - "fuel": [ - 57.93344881417714, - 57.18552941032601, - 56.775025568340396, - 56.79671358925222, - 57.2670749008733, - 58.02874457333387, - 58.64462058450181, - 58.591155487713856 - ] + "inaccessible": true }, { "geometry": "POLYGON ((68.75 50, 68.75 50.625, 69.375 50.625, 69.375 50, 68.75 50))", @@ -45701,68 +36793,7 @@ "id": "770", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 13.767852763250302, - 13.767852763250302, - 13.767852763250302, - 13.767852763250302, - 13.767852763250302, - 13.767852763250302, - 13.767852763250302, - 13.767852763250302 - ], - "ice resistance": 96634.5, - "wind resistance": [ - 311.93309354772373, - -426.1788883951467, - -898.1387874154016, - -928.7463645760517, - -537.9550607095525, - 182.55788676663997, - 823.4930393012701, - 896.2440699803037 - ], - "relative wind speed": [ - 3.963283464447596, - 3.7413895006882814, - 3.5646169379001718, - 3.5481904438947676, - 3.7035013614094394, - 3.9275364743901227, - 4.088648216655538, - 4.102911493973415 - ], - "relative wind angle": [ - 0.06619756561459184, - 0.07422334046352021, - 0.03653273565726578, - 0.02630326332451317, - 0.07084852223559147, - 0.07069947918897986, - 0.03184873073348135, - 0.022746353135699348 - ], - "resistance": [ - 96946.43309354772, - 96208.32111160485, - 95736.3612125846, - 95705.75363542394, - 96096.54493929044, - 96817.05788676663, - 97457.99303930128, - 97530.7440699803 - ], - "fuel": [ - 43.901451843239116, - 43.521386032947404, - 43.27942879452293, - 43.26376598564204, - 43.464007416670384, - 43.83468792818202, - 44.16605174144543, - 44.20376066383283 - ] + "inaccessible": true }, { "geometry": "POLYGON ((69.375 50, 69.375 50.625, 70 50.625, 70 50, 69.375 50))", @@ -45781,68 +36812,7 @@ "id": "771", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 21.286319313790212, - 21.286319313790212, - 21.286319313790212, - 21.286319313790212, - 21.286319313790212, - 21.286319313790212, - 21.286319313790212, - 21.286319313790212 - ], - "ice resistance": 96634.50000000003, - "wind resistance": [ - 580.1021547973924, - -763.7655959154472, - -1637.2998206022548, - -1705.7577591572554, - -1016.8430829917797, - 287.46251711067816, - 1460.595789702169, - 1624.118702420641 - ], - "relative wind speed": [ - 6.078280383572956, - 5.818148772879676, - 5.610357885533615, - 5.586802665008042, - 5.763167747625822, - 6.025673386870632, - 6.219604433147905, - 6.240771658285642 - ], - "relative wind angle": [ - 0.05015559618683302, - 0.05623912675146041, - 0.028124118079309052, - 0.018602220919648384, - 0.052900447368043856, - 0.054300307281680074, - 0.025368573335085645, - 0.016652707805923546 - ], - "resistance": [ - 97214.60215479742, - 95870.73440408458, - 94997.20017939777, - 94928.74224084278, - 95617.65691700825, - 96921.9625171107, - 98095.0957897022, - 98258.61870242067 - ], - "fuel": [ - 52.18717508682208, - 51.495369388165535, - 51.04928908274745, - 51.01445022782845, - 51.36584031052173, - 52.035955639808535, - 52.64408569956413, - 52.729259540982575 - ] + "inaccessible": true }, { "geometry": "POLYGON ((50 58.125, 50 58.75, 50.625 58.75, 50.625 58.125, 50 58.125))", @@ -45874,49 +36844,49 @@ ], "ice resistance": 14593.231922933026, "wind resistance": [ - -1498.6685334062531, + -1498.6685334062786, -3248.793606754396, - -3387.607264372189, - -2006.1214920318598, + -3387.6072643721636, + -2006.121492031867, 601.819275058333, 2953.94916153164, 3284.029963648987, 1189.1187161926464 ], "relative wind speed": [ - 7.21311484489281, + 7.213114844892809, 6.875045786291502, - 6.836369880701861, - 7.123816736169266, + 6.83636988070186, + 7.123816736169267, 7.546789986547179, 7.8560047290628106, 7.889683879655395, 7.6311401491609665 ], "relative wind angle": [ - 0.07309783399114951, + 0.07309783399115254, 0.03698644299311135, - 0.02446929666192776, - 0.06894650120199626, - 0.06986048240628664, + 0.02446929666192322, + 0.06894650120199787, + 0.06986048240628666, 0.032366313101309135, - 0.021201990449672806, + 0.021201990449672803, 0.06435632530075286 ], "resistance": [ - 13094.563389526773, + 13094.563389526747, 11344.43831617863, - 11205.624658560837, - 12587.110430901166, + 11205.624658560862, + 12587.110430901159, 15195.051197991359, 17547.181084464668, 17877.26188658201, 15782.350639125672 ], "fuel": [ - 29.67453196686487, + 29.674531966864862, 29.322727867419644, - 29.2953118740784, + 29.295311874078404, 29.571352283435317, 30.111812996449544, 30.620966566258915, @@ -45954,53 +36924,53 @@ ], "ice resistance": 11229.387768626138, "wind resistance": [ - -1773.5044678236081, + -1773.5044678236482, -3283.171669936539, - -3258.7343006327246, - -1684.1052192272582, + -3258.7343006327756, + -1684.1052192272618, 930.9668917126946, 3098.1293737709275, - 3040.004638436716, + 3040.0046384367415, 827.5075085616081 ], "relative wind speed": [ - 7.163228476127313, + 7.163228476127312, 6.8597744233664235, - 6.866579383065071, - 7.178951687689098, + 6.86657938306507, + 7.178951687689099, 7.592674759516729, 7.867912497323004, - 7.861974292826794, + 7.861974292826793, 7.57781003132366 ], "relative wind angle": [ - 0.06956540885904047, - 0.02914457209549419, - 0.03134740678370955, - 0.07029874700693858, - 0.06562491858540846, - 0.025409331919805732, - 0.02737748626049321, - 0.06659293718686499 + 0.06956540885904527, + 0.029144572095494193, + 0.031347406783716635, + 0.07029874700694017, + 0.06562491858540848, + 0.025409331919805735, + 0.027377486260489154, + 0.066592937186865 ], "resistance": [ - 9455.88330080253, + 9455.88330080249, 7946.2160986896, - 7970.653467993414, - 9545.28254939888, + 7970.653467993363, + 9545.282549398877, 12160.354660338833, 14327.517142397066, - 14269.392407062855, + 14269.39240706288, 12056.895277187747 ], "fuel": [ - 28.955882293690056, + 28.955882293690053, 28.672179255909196, - 28.67670410166791, - 28.972948549914108, + 28.676704101667905, + 28.972948549914104, 29.485322395336336, 29.929219075762084, - 29.91708539584349, + 29.917085395843493, 29.46456803205128 ] }, @@ -46034,17 +37004,17 @@ ], "ice resistance": 15060.4912835548, "wind resistance": [ - -791.5474626682771, + -791.547462668299, -2470.387964470843, - -2800.232255834162, + -2800.2322558342494, -2010.1137312342398, -12.305017253875121, 2050.129194411271, - 2837.8656677178114, + 2837.865667717684, 1396.8335973809662 ], "relative wind speed": [ - 7.312682172131581, + 7.31268217213158, 7.008521375016732, 6.917310227762557, 7.099916057659689, @@ -46054,33 +37024,33 @@ 7.639723239958749 ], "relative wind angle": [ - 0.060765313681302585, - 0.03856586368666948, - 0.00895322874578007, + 0.06076531368130442, + 0.03856586368666947, + 0.00895322874579247, 0.050417298417761144, 0.059753800463698936, - 0.03499352706444863, - 0.00793447005010495, + 0.03499352706444864, + 0.007934470050118943, 0.04685220710397152 ], "resistance": [ - 14268.943820886523, + 14268.943820886501, 12590.103319083957, - 12260.259027720638, + 12260.25902772055, 13050.37755232056, 15048.186266300925, 17110.62047796607, - 17898.35695127261, + 17898.356951272486, 16457.32488093577 ], "fuel": [ - 29.91699180127337, + 29.91699180127336, 29.57195801409908, - 29.50540140845708, + 29.50540140845706, 29.66550963922628, 30.080704732653494, 30.52491063116082, - 30.698750078092125, + 30.698750078092097, 30.382491431501904 ] }, @@ -46114,19 +37084,19 @@ ], "ice resistance": 6349.951436270411, "wind resistance": [ - -1227.269507651894, + -1227.2695076519158, -2869.5925794852883, - -3056.623686070623, + -3056.6236860706304, -1914.7482907120248, - 388.259936425442, + 388.25993642542744, 2539.1284018244223, 2984.848301107504, 1183.5536102160659 ], "relative wind speed": [ - 7.248308184103902, + 7.2483081841039, 6.937617811489992, - 6.8857152027567246, + 6.885715202756724, 7.127822448796534, 7.504760755265649, 7.792872681317194, @@ -46134,27 +37104,27 @@ 7.619288199297569 ], "relative wind angle": [ - 0.06580086231112797, - 0.03548765266941945, - 0.018662158378497242, + 0.06580086231112967, + 0.035487652669419445, + 0.01866215837849724, 0.06006387430170621, - 0.06354923052985063, + 0.0635492305298524, 0.0315915653744042, 0.016392952804708986, - 0.0561853604476769 + 0.056185360447676906 ], "resistance": [ - 5122.681928618517, + 5122.6819286184955, 3480.358856785123, - 3293.327750199788, + 3293.327750199781, 4435.2031455583865, - 6738.211372695853, + 6738.211372695839, 8889.079838094833, 9334.799737377914, 7533.505046486477 ], "fuel": [ - 28.16433218638143, + 28.164332186381426, 27.882586132446953, 27.851136887205634, 28.04517157269902, @@ -46194,54 +37164,54 @@ ], "ice resistance": 66317.6108465322, "wind resistance": [ - -384.68059844207164, + -384.6805984421044, -2445.0649710174985, - -3038.0091784019387, + -3038.0091784038486, -2508.0191690350657, - -491.15833081142773, + -491.1583308114168, 1875.1848470500227, 3229.3985869154712, - 1964.5660513324365 + 1964.5660513324183 ], "relative wind speed": [ - 7.3860629697034685, + 7.386062969703468, 7.027434315724457, - 6.86808993734687, + 6.868089937346869, 7.014872634509665, - 7.369156397751699, + 7.3691563977516985, 7.711910213762083, 7.854153857638917, - 7.723338276196184 + 7.723338276196185 ], "relative wind angle": [ - 0.0668013754670327, + 0.06680137546703603, 0.050483277209468255, - 0.0012335639027167495, - 0.04886362321357037, - 0.06695486264288489, + 0.0012335639029867533, + 0.048863623213570365, + 0.06695486264288322, 0.04599928180691404, - 0.001078693832098182, - 0.04437824497168146 + 0.0010786938320981817, + 0.04437824497168396 ], "resistance": [ - 65932.93024809012, + 65932.9302480901, 63872.545875514705, - 63279.601668130264, + 63279.60166812835, 63809.59167749714, - 65826.45251572077, + 65826.45251572078, 68192.79569358223, 69547.00943344767, - 68282.17689786464 + 68282.17689786461 ], "fuel": [ - 45.66235054543183, + 45.66235054543182, 44.844268002489244, - 44.61176462805873, + 44.611764628057976, 44.81952052840771, - 45.61968612639592, + 45.61968612639593, 46.577802352277374, 47.135488383217215, - 46.61440056950546 + 46.61440056950545 ] }, { @@ -46274,19 +37244,19 @@ ], "ice resistance": 59730.951086307614, "wind resistance": [ - -719.7243473045273, + -719.7243473045528, -2761.16412377304, - -3231.669539888582, + -3231.6695398885895, -2448.3564083318706, - -190.9331054052127, + -190.9331054052018, 2253.1076725342973, - 3374.3476497354714, + 3374.347649735668, 1808.9067995691657 ], "relative wind speed": [ - 7.337470169086926, + 7.337470169086925, 6.97179192950244, - 6.841166788205955, + 6.841166788205954, 7.034376690918122, 7.421464108471526, 7.765997378785047, @@ -46294,33 +37264,33 @@ 7.709354224955511 ], "relative wind angle": [ - 0.07093946775440775, - 0.04849744305965126, + 0.0709394677544093, + 0.04849744305965125, 0.006154202752251072, - 0.05654149665102954, - 0.07013526918695846, + 0.05654149665102953, + 0.07013526918695688, 0.04353443914239569, - 0.005341988342022163, - 0.051586508192778734 + 0.005341988342001379, + 0.05158650819277873 ], "resistance": [ - 59011.22673900309, + 59011.22673900306, 56969.78696253458, - 56499.281546419035, + 56499.28154641902, 57282.59467797574, - 59540.0179809024, + 59540.01798090241, 61984.058758841915, - 63105.298736043085, + 63105.29873604328, 61539.85788587678 ], "fuel": [ - 42.97666892711424, + 42.97666892711422, 42.21861573936768, - 42.04610065163714, + 42.04610065163713, 42.33376540905802, 43.1755550329923, 44.10831249873693, - 44.54366633745637, + 44.54366633745646, 43.93713241963358 ] }, @@ -46354,9 +37324,9 @@ ], "ice resistance": 30924.44944483109, "wind resistance": [ - 743.6194566088161, + 743.6194566087615, -1511.3803111582674, - -2841.5176688465217, + -2841.5176688465617, -2840.261254046989, -1506.7533846013393, 748.9712085602041, @@ -46364,9 +37334,9 @@ 2635.1240385120254 ], "relative wind speed": [ - 7.552331993510605, + 7.552331993510604, 7.194530809907075, - 6.930633190836248, + 6.9306331908362475, 6.930981384230751, 7.195340563941352, 7.553103388449119, @@ -46374,9 +37344,9 @@ 7.795648877595149 ], "relative wind angle": [ - 0.05733698057849803, + 0.057336980578503845, 0.06014620171912549, - 0.025801968423133967, + 0.02580196842313827, 0.025914903655184788, 0.0601850700362421, 0.05728764243463148, @@ -46384,9 +37354,9 @@ 0.02303996809760314 ], "resistance": [ - 31668.068901439907, + 31668.068901439852, 29413.069133672823, - 28082.93177598457, + 28082.93177598453, 28084.1881907841, 29417.69606022975, 31673.420653391295, @@ -46394,9 +37364,9 @@ 33559.57348334312 ], "fuel": [ - 34.11042635430633, + 34.11042635430631, 33.50340272415925, - 33.15421523091109, + 33.15421523091108, 33.15454195838953, 33.504628874668505, 34.111889499447884, @@ -46434,9 +37404,9 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - -83.6388193454386, + -83.6388193454568, -1713.7240733732324, - -2306.6432386549623, + -2306.6432386549677, -1985.4798279956176, -542.3241432969808, 1272.381795933381, @@ -46444,9 +37414,9 @@ 1658.5230065528704 ], "relative wind speed": [ - 5.856634301809762, + 5.856634301809761, 5.501419241843686, - 5.317790137490338, + 5.317790137490337, 5.43173957442747, 5.763921474736635, 6.103879294148672, @@ -46454,19 +37424,19 @@ 6.165967994375524 ], "relative wind angle": [ - 0.08091531276901463, + 0.0809153127690174, 0.06687159566646302, 0.008746421881815175, - 0.0555979468487382, + 0.05559794684873821, 0.0822197549896879, 0.06026284899423533, 0.007424600325970518, 0.048971822303477484 ], "resistance": [ - 96550.86118065461, + 96550.86118065458, 94920.77592662681, - 94327.85676134509, + 94327.85676134507, 94649.02017200443, 96092.17585670306, 97906.88179593343, @@ -46474,9 +37444,9 @@ 98293.02300655292 ], "fuel": [ - 51.266732487353636, + 51.266732487353615, 50.43247977525386, - 50.13148509642512, + 50.13148509642511, 50.29436092070123, 51.03098468427794, 51.96825677883231, @@ -46514,9 +37484,9 @@ ], "ice resistance": 64943.41374270727, "wind resistance": [ - -480.07714916974874, + -480.07714916979603, -2621.8511308825728, - -3196.408280449308, + -3196.4082804521204, -2593.878039506544, -432.7901240688916, 2052.1337661122125, @@ -46524,7 +37494,7 @@ 2012.4107370257188 ], "relative wind speed": [ - 7.375747911876275, + 7.3757479118762745, 6.999878943221635, 6.8405140891969385, 7.005475964081752, @@ -46534,19 +37504,19 @@ 7.735468879210763 ], "relative wind angle": [ - 0.07064194696040592, - 0.0522332711845943, - 0.0005503938979249063, - 0.05295259869443785, - 0.0705699613638823, - 0.04723139939522049, + 0.07064194696041064, + 0.05223327118459431, + 0.0005503938983283348, + 0.052952598694437844, + 0.07056996136388229, + 0.047231399395220496, 0.000477684602427303, 0.0479514505678366 ], "resistance": [ - 64463.33659353752, + 64463.336593537475, 62321.5626118247, - 61747.00546225796, + 61747.005462255154, 62349.53570320073, 64510.623618638376, 66995.54750881948, @@ -46554,9 +37524,9 @@ 66955.82447973298 ], "fuel": [ - 45.07722809546287, + 45.07722809546285, 44.238865993178074, - 44.01686876868634, + 44.016868768685256, 44.24970558653921, 45.09593041214789, 46.0904405525417, @@ -46594,53 +37564,53 @@ ], "ice resistance": 70830.35986068936, "wind resistance": [ - -1164.3261694952744, + -1164.3261694953326, -2592.391537921005, -2728.567926063737, -1667.2088797934703, 402.71704845530985, 2297.294245626239, - 2622.4322853164813, - 984.2581598845791 + 2622.432285316423, + 984.2581598845863 ], "relative wind speed": [ - 7.248937584552767, + 7.248937584552765, 6.977808118971199, 6.940142529139765, 7.161110122805297, 7.497486388474192, 7.750457541649854, - 7.784203229960211, - 7.581418077058736 + 7.7842032299602115, + 7.581418077058735 ], "relative wind angle": [ - 0.05826091926667991, - 0.030163567152185863, + 0.058260919266685626, + 0.03016356715218586, 0.017936990592145947, 0.05399593740350508, 0.05632743395624683, 0.027155756228686153, - 0.01599186176184692, - 0.05099976987757875 + 0.01599186176185386, + 0.050999769877576574 ], "resistance": [ - 69666.03369119408, + 69666.03369119402, 68237.96832276836, 68101.79193462562, 69163.1509808959, 71233.07690914467, 73127.6541063156, - 73452.79214600584, + 73452.79214600578, 71814.61802057395 ], "fuel": [ - 47.184830646625414, + 47.18483064662538, 46.59629511720786, 46.54057030219137, 46.97671656682222, 47.83937414884697, 48.64292829533095, - 48.78217307966818, + 48.78217307966816, 48.08460469893933 ] }, @@ -46661,68 +37631,7 @@ "id": "782", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 95482.51959489475, - "wind resistance": [ - -500.91387145124463, - -2575.0204284095926, - -3121.0712184623335, - -2511.7168284367326, - -393.8743992855743, - 2021.8903789726573, - 3324.45977102713, - 1932.0047531654636 - ], - "relative wind speed": [ - 7.3700597933479415, - 7.005432331000415, - 6.854077189096188, - 7.018081374654164, - 7.387058972856305, - 7.733714468594948, - 7.8681667186131765, - 7.722237722623738 - ], - "relative wind angle": [ - 0.06885235156188305, - 0.05034087697442217, - 0.0012430166368250608, - 0.051969124249718536, - 0.06869365780711181, - 0.045596828572094, - 0.0010828102341197683, - 0.04722658842728181 - ], - "resistance": [ - 94981.6057234435, - 92907.49916648516, - 92361.44837643241, - 92970.80276645801, - 95088.64519560918, - 97504.40997386741, - 98806.97936592188, - 97414.52434806022 - ], - "fuel": [ - 58.87753719567538, - 57.82986588944552, - 57.55670700607304, - 57.86160493316521, - 58.932039275786806, - 60.173431068384026, - 60.8517951208364, - 60.1268524728347 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 56.25, 51.875 56.875, 52.5 56.875, 52.5 56.25, 51.875 56.25))", @@ -46754,49 +37663,49 @@ ], "ice resistance": 92793.79108432443, "wind resistance": [ - -1482.8366377934144, + -1482.8366377934472, -2961.955524885663, - -3017.783425197402, + -3017.7834251974346, -1687.95997412434, 673.2626966988064, 2719.1326633342833, - 2852.1517946250133, + 2852.1517946249805, 910.5619335244482 ], "relative wind speed": [ - 7.204606577236197, + 7.204606577236196, 6.915207671818936, - 6.899710563407122, + 6.899710563407121, 7.168646584083623, 7.5468036386130715, 7.812842245185492, - 7.82653149445824, + 7.826531494458241, 7.580970072823448 ], "relative wind angle": [ - 0.06438339421311058, + 0.06438339421311402, 0.02987269910621052, - 0.024849630108903165, + 0.02484963010890763, 0.06267412734059612, - 0.061460268764726135, + 0.06146026876472613, 0.02643970727061256, - 0.02190642470155567, + 0.02190642470156074, 0.05926121533893301 ], "resistance": [ - 91310.95444653102, + 91310.95444653099, 89831.83555943877, - 89776.00765912703, + 89776.007659127, 91105.83111020009, 93467.05378102323, 95512.92374765872, - 95645.94287894944, + 95645.94287894941, 93704.35301784889 ], "fuel": [ - 57.034323632700904, + 57.03432363270089, 56.30575752163524, - 56.27841793767949, + 56.278417937679485, 56.93280030980806, 58.110930992852, 59.14849173766872, @@ -46821,68 +37730,7 @@ "id": "784", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5, - 26.5 - ], - "ice resistance": 48890.41475693549, - "wind resistance": [ - -1439.3903664200116, - -3405.237095008484, - -3632.3525787099898, - -2267.072488827973, - 482.83086626291333, - 3057.9211374178885, - 3597.3271491014057, - 1441.0106752837419 - ], - "relative wind speed": [ - 7.230445584524117, - 6.855603390472486, - 6.792177292718692, - 7.084457537240761, - 7.535982025320657, - 7.878519568374663, - 7.933265157613031, - 7.673384510094154 - ], - "relative wind angle": [ - 0.0790079127783492, - 0.043069435776035316, - 0.022561219680087004, - 0.07231570388852011, - 0.07579836166086894, - 0.03747465370023151, - 0.01931567011477149, - 0.06675691877139661 - ], - "resistance": [ - 47451.02439051548, - 45485.17766192701, - 45258.062178225504, - 46623.34226810752, - 49373.2456231984, - 51948.33589435338, - 52487.7419060369, - 50331.42543221923 - ], - "fuel": [ - 38.88871848900163, - 38.24302196341302, - 38.16935089034994, - 38.61510764602569, - 39.533990951331866, - 40.41997239883892, - 40.608685208841834, - 39.86077827423666 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 55.625, 51.875 56.25, 52.5 56.25, 52.5 55.625, 51.875 55.625))", @@ -46914,9 +37762,9 @@ ], "ice resistance": 96634.50000000001, "wind resistance": [ - -1692.399952916121, + -1692.3999529161429, -2744.8547899791483, - -2578.3584393863584, + -2578.358439386364, -1091.13620638893, 1099.1026414824591, 2752.828643058636, @@ -46924,9 +37772,9 @@ 402.43279133650867 ], "relative wind speed": [ - 5.672171819445379, + 5.672171819445378, 5.39060775445658, - 5.448756313910463, + 5.4487563139104624, 5.804756328932469, 6.223391090390522, 6.468808070336838, @@ -46934,19 +37782,19 @@ 6.099912603880556 ], "relative wind angle": [ - 0.08580543462658193, - 0.027493486947930676, - 0.0507740868928769, - 0.09303555469731827, - 0.07818917512083023, - 0.022910077983664883, + 0.08580543462658581, + 0.02749348694793068, + 0.05077408689287691, + 0.09303555469731828, + 0.07818917512083022, + 0.02291007798366488, 0.043088230372952514, 0.08852174801603885 ], "resistance": [ - 94942.10004708389, + 94942.10004708388, 93889.64521002087, - 94056.14156061366, + 94056.14156061364, 95543.36379361109, 97733.60264148247, 99387.32864305864, @@ -46981,68 +37829,7 @@ "id": "786", "land": true, "ext_ice": false, - "inaccessible": true, - "speed": [ - 19.275734059927533, - 19.275734059927533, - 19.275734059927533, - 19.275734059927533, - 19.275734059927533, - 19.275734059927533, - 19.275734059927533, - 19.275734059927533 - ], - "ice resistance": 96634.5, - "wind resistance": [ - -1418.6373257343766, - -2545.299301348665, - -2481.3504038848623, - -1190.0303156911414, - 863.9622052566374, - 2527.1290271320286, - 2376.352863111435, - 598.7922382690322 - ], - "relative wind speed": [ - 5.130702171918002, - 4.806438581341088, - 4.831369996003392, - 5.186926079712728, - 5.630403197697701, - 5.909627154852027, - 5.889262170024933, - 5.578650624404127 - ], - "relative wind angle": [ - 0.10339279587591234, - 0.04097768997335659, - 0.05199046850320079, - 0.10661772436013772, - 0.09418806227952355, - 0.03332495917579272, - 0.042645097911898064, - 0.09910563858427326 - ], - "resistance": [ - 95215.86267426562, - 94089.20069865133, - 94153.14959611514, - 95444.46968430886, - 97498.46220525664, - 99161.62902713203, - 99010.85286311143, - 97233.29223826903 - ], - "fuel": [ - 48.617209520818975, - 48.0451426774098, - 48.077486529984405, - 48.733862022362146, - 49.79068654832061, - 50.657924852057434, - 50.57888017788814, - 49.653368218010264 - ] + "inaccessible": true }, { "geometry": "POLYGON ((51.875 55, 51.875 55.625, 52.5 55.625, 52.5 55, 51.875 55))", @@ -47074,17 +37861,17 @@ ], "ice resistance": 96634.5, "wind resistance": [ - -1597.475931203218, + -1597.4759312032256, -1589.9227027870352, - -793.0572206595143, + -793.0572206595161, 528.4324902340541, 1647.3863500176003, 1629.7601110838377, - 497.9259564576623, + 497.9259564576605, -819.2489929930898 ], "relative wind speed": [ - 3.0808474169440974, + 3.080847416944097, 3.0853507357968697, 3.4284826766633048, 3.8584504563365076, @@ -47094,17 +37881,17 @@ 3.4186919606153454 ], "relative wind angle": [ - 0.06915566995580208, + 0.06915566995580691, 0.07207938049448673, - 0.15436051634217557, + 0.15436051634217704, 0.1360350570800321, 0.05152949401244376, - 0.05382875926070313, - 0.1373553862911286, + 0.053828759260703136, + 0.13735538629112942, 0.15366465977786706 ], "resistance": [ - 95037.02406879679, + 95037.02406879677, 95044.57729721296, 95841.44277934049, 97162.93249023406, @@ -47114,7 +37901,7 @@ 95815.25100700691 ], "fuel": [ - 42.27028955319939, + 42.270289553199376, 42.27413564591168, 42.681090988872555, 43.36117770618485, @@ -47154,54 +37941,54 @@ ], "ice resistance": 85563.96040930874, "wind resistance": [ - 1395.93465355047, + 1395.934653550412, -1376.9024469073156, - -3276.9033560956377, + -3276.9033560956195, -3501.971851610564, - -2198.770348122587, + -2198.7703481225726, 444.6545256509162, 2927.3150437006225, - 3462.2807602053654 + 3462.2807602054163 ], "relative wind speed": [ - 7.662891852499457, + 7.662891852499455, 7.236886912276001, - 6.875810658109165, + 6.875810658109164, 6.81305061636057, 7.092139924275199, 7.526342276798812, 7.857581564478551, - 7.912060512123857 + 7.9120605121238565 ], "relative wind angle": [ - 0.06415262556443077, + 0.06415262556443597, 0.07601915855177488, - 0.04160880452438, + 0.041608804524377326, 0.021303476809497002, - 0.0693233924695398, - 0.07309021777444669, + 0.06932339246953818, + 0.0730902177744467, 0.03640750135294117, - 0.01834399865264937 + 0.018343998652643315 ], "resistance": [ - 86959.89506285921, + 86959.89506285916, 84187.05796240142, - 82287.0570532131, + 82287.05705321312, 82061.98855769818, - 83365.19006118615, + 83365.19006118616, 86008.61493495965, 88491.27545300937, - 89026.2411695141 + 89026.24116951416 ], "fuel": [ - 54.91438161936767, + 54.91438161936763, 53.60013958367582, - 52.71611432094694, + 52.71611432094697, 52.61228516226844, - 53.21609540567586, + 53.21609540567587, 54.46027929213312, 55.65247366798939, - 55.91237217874313 + 55.91237217874314 ] }, { @@ -47234,53 +38021,53 @@ ], "ice resistance": 31788.154582223106, "wind resistance": [ - -385.64406416845304, + -385.64406416847487, -2528.4838441385655, - -3152.2683360789706, + -3152.268336078978, -2605.432198433795, -515.7428166493119, 1942.562335271581, - 3356.018155507547, + 3356.018155506772, 2051.8259971896623 ], "relative wind speed": [ - 7.389233178750447, + 7.3892331787504455, 7.0161279460993, - 6.849120924166034, + 6.849120924166033, 7.000744868801805, 7.368570452330582, 7.724671263223448, - 7.8731277169278, + 7.873127716927801, 7.738615429316212 ], "relative wind angle": [ - 0.06934609918604608, + 0.06934609918604769, 0.052669405754171575, 0.0015120667813272623, 0.05069037190510802, - 0.06954087108623265, + 0.06954087108623266, 0.047834444340884, - 0.0013154019142832287, + 0.0013154019143676306, 0.045853517613440316 ], "resistance": [ - 31402.510518054652, + 31402.51051805463, 29259.67073808454, - 28635.886246144135, + 28635.886246144128, 29182.72238378931, 31272.411765573794, 33730.71691749469, - 35144.17273773065, + 35144.17273772988, 33839.98057941277 ], "fuel": [ 34.037957725988534, 33.46279675360509, - 33.29857721546855, + 33.29857721546854, 33.442460791718844, 34.002550650457486, 34.682240224025236, - 35.083224306594715, + 35.08322430659449, 34.712972168062535 ] }, @@ -47314,9 +38101,9 @@ ], "ice resistance": 45162.72090508063, "wind resistance": [ - 1590.294682837517, + 1590.2946828374697, -1427.8304615076158, - -3529.632574883264, + -3529.632574883286, -3804.4241206871047, -2426.962360226662, 433.38805582670466, @@ -47324,9 +38111,9 @@ 3809.2108395887954 ], "relative wind speed": [ - 7.699295473543507, + 7.699295473543506, 7.237635998556853, - 6.838714232017685, + 6.838714232017684, 6.761838986755666, 7.0611050014645, 7.533590099217533, @@ -47334,19 +38121,19 @@ 7.963409329415738 ], "relative wind angle": [ - 0.06887763150322279, - 0.08312115950409257, - 0.046798164815363585, - 0.021958732737716636, + 0.06887763150322762, + 0.08312115950409259, + 0.04679816481536596, + 0.021958732737716632, 0.07511411309813233, 0.07984867681325365, 0.04052047549792807, 0.018645039991302088 ], "resistance": [ - 46753.01558791814, + 46753.0155879181, 43734.89044357301, - 41633.088330197366, + 41633.08833019734, 41358.29678439352, 42735.75854485396, 45596.10896090733, @@ -47354,9 +38141,9 @@ 48971.93174466942 ], "fuel": [ - 38.65780597456541, + 38.6578059745654, 37.6802289195508, - 37.019472045594625, + 37.01947204559462, 36.934299130945526, 37.364075718387426, 38.27907531147244, @@ -47394,53 +38181,53 @@ ], "ice resistance": 96634.50000000004, "wind resistance": [ - 263.78169913656893, + 263.7816991365544, -2324.2925380300403, - -3494.8359331294632, - -3179.7267348700298, + -3494.835933129536, + -3179.726734870037, -1179.5889870457177, 1589.3646659020087, - 3552.5916719771158, + 3552.591671977054, 2805.081241837146 ], "relative wind speed": [ - 7.1134834357921415, + 7.113483435792141, 6.657123246359753, - 6.381285801464522, - 6.4744862598244355, + 6.3812858014645215, + 6.474486259824436, 6.870947047580729, 7.313977714262197, 7.555842206000254, 7.476134535526504 ], "relative wind angle": [ - 0.082665255005119, + 0.08266525500512034, 0.07538710295130899, - 0.0190723079719141, - 0.0508797887145389, + 0.01907230797192574, + 0.05087978871454108, 0.08559026530226674, 0.06860555995684471, - 0.016107235813661094, + 0.016107235813667988, 0.04405818687067547 ], "resistance": [ - 96898.28169913661, + 96898.2816991366, 94310.20746197, - 93139.66406687058, - 93454.77326513002, + 93139.66406687051, + 93454.77326513, 95454.91101295433, 98223.86466590205, - 100187.09167197716, + 100187.0916719771, 99439.5812418372 ], "fuel": [ 57.55288324301246, 56.22961351813247, - 55.63930600007316, + 55.639306000073134, 55.79771472363331, 56.81182084053126, 58.2402995119928, - 59.270395846884696, + 59.27039584688466, 58.87648973249591 ] } diff --git a/tests/regression_tests/example_routes/smoothed/fuel/checkerboard.json b/tests/regression_tests/example_routes/smoothed/fuel/checkerboard.json index de4424db..fbe6bd8c 100644 --- a/tests/regression_tests/example_routes/smoothed/fuel/checkerboard.json +++ b/tests/regression_tests/example_routes/smoothed/fuel/checkerboard.json @@ -22506,7 +22506,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -22519,74 +22518,74 @@ ], [ -9.0, - -9.024228478551004 + -9.013162154629274 ], [ - -8.974675094198528, + -8.98649868403844, -9.0 ], [ -8.0, - -8.061774328507278 + -8.032593347685795 ], [ - -7.936239111042142, + -7.966834517579441, -8.0 ], [ -7.0, - -7.087797603870592 + -7.044854356445214 ], [ - -6.910457954206473, + -6.954684063243425, -7.0 ], [ -6.0, - -6.102729620043027 + -6.050712395310004 ], [ - -5.896402090549935, + -5.94908568173006, -6.0 ], [ -5.0, - -5.1071380551820225 + -5.050990535952289 ], [ - -4.8930794260505905, + -4.949079605798956, -5.0 ], [ -4.0, - -4.101725474227873 + -4.046556479732255 ], [ - -3.8994468929411954, + -3.9537130056534835, -4.0 ], [ -3.0, - -3.0873211008464834 + -3.038311422886629 ], [ - -2.9144247090811217, + -2.962043615921279, -3.0 ], [ -2.0, - -2.064865934708333 + -2.027179204866417 ], [ - -1.936912069672087, + -1.973142197723305, -2.0 ], [ -1.0, - -1.0353923302858488 + -1.0140959039462796 ], [ - -0.9658028508838193, + -0.9860940795407492, -1.0 ], [ @@ -22594,76 +22593,76 @@ 0.0 ], [ - 0.9621139395853857, + 0.9811123686707536, 1.0 ], [ 1.0, - 1.0391727786684082 + 1.0192408766722774 ], [ - 1.9304423493973752, + 1.9636762446203029, 2.0 ], [ 2.0, - 2.0714190700557227 + 2.036922386819983 ], [ - 2.906061612183856, + 2.9488508067788417, 3.0 ], [ 3.0, - 3.095676034339633 + 3.051816949257999 ], [ - 3.8900370455011055, + 3.9378050772396858, 4.0 ], [ 4.0, - 4.110980890501149 + 4.062720152401229 ], [ - 4.88342744565385, + 4.931727839158936, 5.0 ], [ 5.0, - 5.116469903460553 + 5.0684543465454865 ], [ - 5.887294332151732, + 5.931839529907413, 6.0 ], [ 6.0, - 6.111370797013135 + 6.067870301634052 ], [ - 6.902718042102558, + 6.939406578206274, 7.0 ], [ 7.0, - 7.094988288398372 + 7.059847005230495 ], [ - 7.930822956762617, + 7.95575882697483, 8.0 ], [ 8.0, - 8.06668312788459 + 8.043289696172753 ], [ - 8.972815791414654, + 8.982310918069762, 9.0 ], [ 9.0, - 9.02584408712387 + 9.01712622281278 ], [ 9.5, @@ -22676,126 +22675,126 @@ "to": "B", "traveltime": [ 0.0, - 0.31792762839996636, - 0.3340840736704621, - 0.9577755188685613, - 0.9987563409396549, - 1.6022178410110475, - 1.6601755013395756, - 2.2510281681745026, - 2.3185271697025116, - 2.9039354472167505, - 2.974024639634772, - 3.560622662556978, - 3.626903334043664, - 4.220728371599714, - 4.277414874754157, - 4.883851045869491, - 4.925821098048737, - 5.549555778029696, - 5.572388380603377, - 6.2173825977447965, - 6.861237061777006, - 6.886520313703416, - 7.50704155527771, - 7.553283655017085, - 8.155048215367577, - 8.217217749788032, - 8.80550795981109, - 8.87790845981804, - 9.458671421148198, - 9.534982233818807, - 10.114791552427176, - 10.18810388310611, - 10.774128754038795, - 10.836972379432254, - 11.43695943771739, - 11.481315029165366, - 12.103589514891993, - 12.120880105868471, - 12.438510127537963 + 0.3215159385375095, + 0.33020910498161027, + 0.9672613512954227, + 0.9887287539198988, + 1.6162020131339583, + 1.6456727020568378, + 2.267990654901717, + 2.3012391543638473, + 2.922260704394043, + 2.9556307740161647, + 3.5786296911766895, + 3.6090521087395984, + 4.23670288990587, + 4.261707643393715, + 4.896077056597751, + 4.913800329506035, + 5.556344128845231, + 5.56553046141905, + 6.21709478657005, + 6.86708813692806, + 6.879596947272025, + 7.517502549554963, + 7.541526749978129, + 8.16861419075381, + 8.202373170552223, + 8.820702984982587, + 8.861635950816122, + 9.474055861966786, + 9.518827963005469, + 10.128970646918885, + 10.173476929222236, + 10.78576082242486, + 10.825126610527214, + 11.444761472044373, + 11.473337616874375, + 12.10633682156435, + 12.117688020315459, + 12.438138443559449 ], "fuel": [ 0.0, - 2.751093872057406, - 2.8908989522311064, - 8.287830705455544, - 8.642446279569244, - 13.864324111402098, - 14.365843796781588, - 19.4786147729907, - 20.062697667604958, - 25.128357211024728, - 25.734853565962755, - 30.81080822376953, - 31.384348655221036, - 36.52284017329534, - 37.01336027134848, - 42.26097855021817, - 42.62415413813843, - 48.02146001092832, - 48.21903526835312, - 53.80030433647545, - 59.371710883966315, - 59.590492119779285, - 64.9599914418982, - 65.3601339456004, - 70.56732780520059, - 71.10529371283039, - 76.19589121746037, - 76.82238779753247, - 81.84785045415725, - 82.5081837827402, - 87.52539437061195, - 88.15978121107656, - 93.23077626554824, - 93.77457522252443, - 98.96638798717487, - 99.35020614238879, - 104.73487665069237, - 104.88449572947151, - 107.63301434861172 + 2.78214426575901, + 2.8573680424829813, + 8.369913585739454, + 8.555675484151399, + 13.985332060370713, + 14.24034805916603, + 19.625394697481525, + 19.913100876355344, + 25.286929471567312, + 25.575687622312405, + 30.96662678643728, + 31.22987829103819, + 36.66107100162036, + 36.87744233253902, + 42.36677276308194, + 42.52013592858022, + 48.08020102196903, + 48.15969226775256, + 53.79781384653865, + 59.42234145380392, + 59.53058279054209, + 65.05051260042919, + 65.2583990018026, + 70.68471701085527, + 70.97684048221801, + 76.32737692961896, + 76.68157839375881, + 81.98097521929344, + 82.36839751859641, + 87.64808902336604, + 88.03321113788316, + 93.33143097183255, + 93.67207132121686, + 99.03390061240525, + 99.28117593517129, + 104.75864966654828, + 104.85687394948287, + 107.62979808986512 ], "distance": [ 0.0, - 76302.63081599193, - 80180.17768091091, - 229866.1245284547, - 239701.52182551718, - 384532.28184265137, - 398442.12032149814, - 540246.7603618806, - 556446.5207286028, - 696944.5073320201, - 713765.9135123453, - 854549.4390136747, - 870456.8001704792, - 1012974.8091839311, - 1026579.5699409976, - 1172124.2510086778, - 1182197.0635316968, - 1331893.3867271268, - 1337373.2113448104, - 1492171.8234587512, - 1646696.8948264816, - 1652764.8752888201, - 1801689.9732666507, - 1812788.0772041008, - 1957211.5716882187, - 1972132.2599491281, - 2113321.9103546618, - 2130698.0303563294, - 2270081.141075568, - 2288395.736116514, - 2427549.972582523, - 2445144.931945467, - 2585790.900969311, - 2600873.371063741, - 2744870.2650521733, - 2755515.606999688, - 2904861.483574079, - 2909011.225408434, - 2985242.430609112 + 77163.82524900227, + 79250.18519558645, + 232142.72431090142, + 237294.9009407757, + 387888.48315214994, + 394961.44849364104, + 544317.757176412, + 552297.3970473233, + 701342.5690545703, + 709351.3857638795, + 858871.1258824054, + 866172.5060975036, + 1016808.6935774088, + 1022809.8344144914, + 1175058.4935834603, + 1179312.0790814483, + 1333522.590922855, + 1335727.310740572, + 1492102.7487768119, + 1648101.1528627342, + 1651103.2673452857, + 1804200.6118931908, + 1809966.4199947508, + 1960467.4057809147, + 1968569.5609325336, + 2116968.716395821, + 2126792.6281958697, + 2273773.406872029, + 2284518.711121313, + 2430952.955260533, + 2441634.463013337, + 2588582.597381967, + 2598030.3865265315, + 2746742.7532906495, + 2753601.02804985, + 2905520.837175444, + 2908245.12487571, + 2985153.2264542673 ], "speed": [ 0.0, diff --git a/tests/regression_tests/example_routes/smoothed/fuel/gaussian_random_field.json b/tests/regression_tests/example_routes/smoothed/fuel/gaussian_random_field.json index be69ca9f..3acaa3e0 100644 --- a/tests/regression_tests/example_routes/smoothed/fuel/gaussian_random_field.json +++ b/tests/regression_tests/example_routes/smoothed/fuel/gaussian_random_field.json @@ -2771,9 +2771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -2835,9 +2851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -2899,9 +2931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -2963,9 +3011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -3027,9 +3091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4131,9 +4211,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4195,9 +4291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4259,9 +4371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4323,9 +4451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4387,9 +4531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4451,9 +4611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4515,9 +4691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4579,9 +4771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4643,9 +4851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4707,9 +4931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4771,9 +5011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -6275,9 +6531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -6339,9 +6611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -7763,9 +8051,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -7987,9 +8291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -8611,9 +8931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15475,9 +15811,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15539,9 +15891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15763,9 +16131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15827,9 +16211,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15891,9 +16291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -16355,9 +16771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -16819,9 +17251,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -17843,9 +18291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -17987,9 +18451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -19971,9 +20451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20035,9 +20531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20259,9 +20771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20403,9 +20931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20787,9 +21331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20851,9 +21411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20915,9 +21491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20979,9 +21571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -21043,9 +21651,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -25667,9 +26291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -25811,9 +26451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -25875,9 +26531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -26019,9 +26691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -26083,9 +26771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -30627,9 +31331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -30691,9 +31411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -30755,9 +31491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -31219,9 +31971,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -31363,9 +32131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -38627,9 +39411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -39091,9 +39891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -40275,9 +41091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -40339,9 +41171,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41043,9 +41891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41107,9 +41971,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41171,9 +42051,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41955,9 +42851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -43219,9 +44131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -44083,9 +45011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48387,9 +49331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48531,9 +49491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48595,9 +49571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48739,9 +49731,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -49123,9 +50131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -49347,9 +50371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -49571,9 +50611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -50435,9 +51491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51379,9 +52451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51443,9 +52531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51587,9 +52691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51971,9 +53091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52035,9 +53171,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52099,9 +53251,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52163,9 +53331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52387,9 +53571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52451,9 +53651,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53155,9 +54371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53219,9 +54451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53443,9 +54691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53507,9 +54771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53571,9 +54851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53715,9 +55011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53779,9 +55091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54003,9 +55331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54067,9 +55411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54131,9 +55491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54195,9 +55571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55219,9 +56611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55283,9 +56691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55347,9 +56771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55411,9 +56851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55475,9 +56931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55619,9 +57091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55683,9 +57171,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -59027,9 +60531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -59251,9 +60771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -60195,9 +61731,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -60339,9 +61891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -64883,9 +66451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66387,9 +67971,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66451,9 +68051,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66755,9 +68371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66819,9 +68451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66883,9 +68531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66947,9 +68611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -67011,9 +68691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -68835,9 +70531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -69539,9 +71251,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -170737,7 +172465,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -170749,219 +172476,179 @@ 1.5630000000000002 ], [ - -9.001491046349539, + -9.000608309699073, 1.25 ], [ - -8.932497621026725, + -8.930607153848905, 0.9375 ], [ - -8.867557298802371, + -8.86516530590895, 0.625 ], [ - -8.805905684323521, + -8.804079594757901, 0.3125 ], [ -8.75, - 1e-09 - ], - [ - -8.749999999, 0.0 ], [ - -8.710553271690676, + -8.704898198917585, -0.3125 ], [ - -8.66507255950026, + -8.656714918908174, -0.625 ], [ - -8.582867777206781, + -8.579611221884328, -1.25 ], [ - -8.535894005891544, + -8.542391237424754, -1.875 ], [ - -8.553672793592288, + -8.562341410905367, -2.5 ], [ - -8.546521544698205, + -8.554886740582653, -2.8125 ], [ - -8.537701842396855, + -8.54430078553108, -3.125 ], [ - -8.514029607191148, + -8.518376784780884, -3.4375 ], [ - -8.47383343013148, + -8.475805912887907, -3.75 ], [ -8.4375, -4.0625 ], - [ - -8.125000001, - -4.375 - ], [ -8.125, - -4.375000001 + -4.375 ], [ - -8.002252689119969, + -8.003330862196007, -4.6875 ], [ - -7.890667539848387, + -7.891961677344414, -5.0 ], - [ - -7.812500001, - -5.3125 - ], [ -7.8125, - -5.312500001 + -5.3125 ], [ - -7.718200274375924, + -7.718746917287891, -5.625 ], [ -7.5, - -6.249999999 - ], - [ - -7.499999999, -6.25 ], [ -6.25, - -6.9256496872227995 + -6.875 ], [ -5.625, - -7.128552421923199 - ], - [ - -5.312500001, - -7.1875 + -7.026527856665913 ], [ -5.3125, - -7.187500001 + -7.060286356988308 ], [ -5.0, - -7.191032633287996 - ], - [ - -4.687500001, - -7.1875 + -7.013901282891913 ], [ -4.6875, - -7.187499999 + -6.938291952035813 ], [ -4.375, - -7.101443597745 + -6.875 + ], + [ + -4.0625, + -6.774341744066521 ], [ -3.75, - -7.016753623205638 + -6.696241513378535 ], [ - -3.125, - -6.946678268557333 + -3.4375, + -6.630476704971869 ], [ - -2.500000001, - -6.875 + -3.125, + -6.5625 ], [ -2.5, - -6.874999999 + -6.430793597597158 ], [ -1.25, - -6.2780707578964146 - ], - [ - -1.1564319052220318, -6.25 ], [ -0.625, - -6.042903100667795 + -5.99848663592421 ], [ 0.0, - -5.771776240381883 + -5.704333938968808 ], [ - 1.492266115721454, + 1.25, -5.0 ], [ - 2.5, - -3.7500000013172894 - ], - [ - 2.500000001, + 2.0213777972690252, -3.75 ], [ - 2.510722375253438, - -2.5 - ], - [ - 2.5, - -1.250000001 + 2.1875, + -3.537457614659975 ], [ - 2.499999999, - -1.25 + 2.2474065195042923, + -3.4375 ], [ 2.5, - -1.249999999 - ], - [ - 2.500000001, - -0.625 + -3.125 ], [ - 2.5014420453475856, - -0.3125 + 2.5030136959074585, + -2.5 ], [ 2.5, - -1e-09 + -1.25 ], [ - 2.499999999, + 2.1146316145432458, 0.0 ], [ 1.875, - 0.624999999 - ], - [ - 1.874999999, 0.625 ], [ @@ -170969,7 +172656,7 @@ 0.9375 ], [ - 1.4229213627587973, + 1.417048398321115, 1.25 ], [ @@ -170977,124 +172664,96 @@ 1.5625 ], [ - 1.124989643759542, + 1.1130029356866917, 1.875 ], [ 0.9375, - 2.187499999 - ], - [ - 0.937499999, 2.1875 ], [ 0.625, - 2.3444857090761286 + 2.3444857093915337 ], [ 0.3125, - 2.450961287414262 + 2.4509612875939886 ], [ 0.0, - 2.4763177601426047 + 2.4763177602326363 ], [ -0.3125, 2.5 ], - [ - -0.312500001, - 2.8125 - ], [ -0.3125, - 3.1248129263453377 + 2.8125 ], [ - -0.31240378903090543, + -0.2196548265201146, 3.125 ], [ - -0.14803054578021152, + -0.09824188865469043, 3.4375 ], - [ - -1e-09, - 3.75 - ], [ 0.0, - 3.750000001 + 3.75 ], [ - 0.010956352919853505, + 0.09024660942150525, 4.0625 ], [ - 0.029450090564736273, + 0.17935018335884367, 4.375 ], [ - 0.04662874640156346, + 0.24354519523339596, 4.6875 ], [ - 0.06268028221716204, + 0.2739649693430166, 5.0 ], [ - 0.08633347856502896, + 0.2896440923855486, 5.3125 ], [ - 0.12139312393977267, + 0.31241136923555773, 5.625 ], [ - 0.12985107961287798, + 0.3051137867095309, 5.9375 ], [ - 0.12958325052381084, + 0.28314755660648205, 6.25 ], [ - 0.22533639569982306, + 0.3152201293849721, 6.875 ], [ - 0.5750011308096267, + 0.5207973436194493, 7.5 ], [ 1.25, - 8.124999999 - ], - [ - 1.250000001, - 8.125 - ], - [ - 1.875, - 8.136392119410244 - ], - [ - 2.499999999, - 8.125 + 8.75 ], [ 2.5, - 8.124999999 - ], - [ - 4.999999999, - 7.5 + 8.75 ], [ 5.0, - 7.499999999 + 7.5 ], [ 5.625, @@ -171107,276 +172766,225 @@ "to": "B", "traveltime": [ 0.0, - 0.07218283380783304, - 0.127469294458896, - 0.1873097156966549, - 0.2493118519345021, - 0.31194600381597815, - 0.3119460041440299, - 0.39548258701184147, - 0.47323703424014946, - 0.6407312184139449, - 0.876317535561954, - 1.0894183665666226, - 1.1716975191124566, - 1.2578170351731488, - 1.3274304230040366, - 1.3798654996756428, - 1.4320507455077816, - 1.506597879473625, - 1.5065978798013617, - 1.561741311988031, - 1.6182686150025813, - 1.688789672645033, - 1.6887896730786949, - 1.7776894435616746, - 1.9511667682010037, - 1.951166768732199, - 2.3607910041416025, - 2.633195993230574, - 2.794743088026439, - 2.7947430889359675, - 2.9765962149708973, - 3.132840160159666, - 3.132840160856616, - 3.274767184904895, - 3.4859949002022295, - 3.660295654155069, - 3.8174321089974685, - 3.817432109503966, - 4.211332290596642, - 4.248304118868123, - 4.474109470520298, - 4.754753288128041, - 5.389752272913486, - 6.422284004547409, - 6.422284005416138, - 6.877916152752536, - 7.261517866510967, - 7.261517867409289, - 7.261517868210028, - 7.613897823447148, - 7.761968131717384, - 7.882121735397356, - 7.882121736310734, - 8.285728512080485, - 8.285728513001862, - 8.55361649970497, - 8.907005064813877, - 9.240132444836908, - 9.641614754929176, - 10.099042234559079, - 10.099042237255, - 10.509744010919514, - 10.955425145171413, - 11.464619132393105, - 12.025394368230069, - 12.686867634018675, - 13.283464559917606, - 13.283877010616974, - 13.94629281434596, - 14.513078766173725, - 14.513078768982387, - 14.952024062015443, - 15.335488576184046, - 15.70077272045088, - 16.072120896394637, - 16.375168647364546, - 16.605105149439442, - 16.874046845102452, - 17.15080456120788, - 17.571844718694297, - 17.859706086729606, - 18.13506464174586, - 18.135064642545057, - 18.45955171935067, - 18.840520975300635, - 18.840520976291273, - 20.2910227355632, - 20.29102273716351, - 21.085589790392284 + 0.07393292326939442, + 0.13030764035808642, + 0.19129701060164672, + 0.2543341290967355, + 0.3175811621635068, + 0.4026541320331456, + 0.48218797452122786, + 0.6521504742648584, + 0.8883459265983259, + 1.1023468959699037, + 1.1844830269458841, + 1.270459101003081, + 1.3401086893702785, + 1.3929177922161793, + 1.4452857116725912, + 1.519386709062156, + 1.574452962017438, + 1.6302032820068921, + 1.699775833713371, + 1.7864896576834712, + 1.9586523370282236, + 2.4512462572241493, + 2.8487125233931803, + 3.152577605956883, + 3.49813686000041, + 3.799491991276696, + 4.0129333582326545, + 4.261069672588076, + 4.508782490915334, + 4.665233173573884, + 4.794028952794107, + 5.0908072523310155, + 5.511079162081494, + 5.881043380833102, + 6.276010890260888, + 6.941180087028049, + 8.069983814518556, + 8.224908394159424, + 8.287689014788588, + 8.450691234985818, + 8.678697577146218, + 9.062046075634383, + 9.869384378825663, + 10.142526748141307, + 10.358532343736591, + 10.648613886469125, + 10.913760236100885, + 11.23420635082828, + 11.604983209360727, + 11.940484796152388, + 12.283757654826628, + 12.634131731738284, + 12.970948452444844, + 13.632421717626428, + 14.335474681743095, + 15.02905103392271, + 15.566645207864978, + 15.993689005925626, + 16.36168826834166, + 16.711404017317342, + 17.07033238396756, + 17.3635539166441, + 17.58328241686005, + 17.851933154206044, + 18.13509934844297, + 18.534001239696135, + 18.770402372854846, + 19.149644587869858, + 19.557537701894066, + 20.75712759664651, + 21.275381135890758 ], "fuel": [ 0.0, - 3.730430098485013, - 6.464500307680273, - 9.838311386358079, - 13.182351473725758, - 16.456968634976906, - 16.456968651220823, - 20.25599649609266, - 23.911496873565287, - 31.41107285031317, - 41.060041424449686, - 50.00451908126779, - 53.745962684750545, - 57.60125373778509, - 61.010495588423225, - 63.743681548166144, - 65.8761988501113, - 69.98651849543462, - 69.98651851149826, - 72.72940176108239, - 75.96984454771633, - 79.42869738782522, - 79.42869740688289, - 83.40610470939764, - 91.2200215725771, - 91.22002159467687, - 109.46047106329262, - 120.67375812369853, - 127.12541380465835, - 127.12541384091416, - 134.28476045407555, - 140.49980981781482, - 140.4998098451211, - 146.19360146302552, - 155.1366478200286, - 162.9837945087394, - 170.4049791175081, - 170.40497913859525, - 188.30588271867157, - 189.8650020020102, - 199.31376145072426, - 210.75857868683582, - 237.20182688749628, - 278.218762291157, - 278.2187623264521, - 298.1157896004626, - 315.81006549084367, - 315.81006552669317, - 315.81006555954343, - 330.2087555200287, - 336.39471592597505, - 341.6026592061129, - 341.60265924264803, - 358.4724336950249, - 358.472433731969, - 369.2638702066795, - 383.0506002654825, - 396.1025684544987, - 411.7972516609452, - 429.5488365500703, - 429.54883665407453, - 445.4700089207516, - 462.6935348899807, - 482.3144988962421, - 503.9132450000154, - 529.4686235883644, - 552.5184959798387, - 552.5345257567985, - 578.2739209111419, - 600.3630831933043, - 600.3630833022754, - 617.3079367850625, - 632.1510572081623, - 646.3029519287974, - 660.6914674103184, - 672.4889756381158, - 681.515289557627, - 691.9914302671812, - 702.758303745108, - 719.3790896200691, - 731.6562704683395, - 744.2756012510731, - 744.2756012832701, - 757.5367761112996, - 772.8330386855149, - 772.8330387245333, - 831.5290056090951, - 831.5290056715055, - 862.599932176273 + 3.8208752370041044, + 6.608762772739139, + 10.047351752448208, + 13.447212854508884, + 16.753872458850406, + 20.622771212970193, + 24.361926998919696, + 31.972022157225314, + 41.645939235727624, + 50.62819838533909, + 54.36313843207471, + 58.212008052453804, + 61.62302278597048, + 64.37570491417637, + 66.51568705907013, + 70.60140798628827, + 73.34045227241666, + 76.53635429901537, + 79.94868568070919, + 83.8282929599393, + 91.58299442388575, + 113.51806010890517, + 129.87937329295028, + 142.01473783568431, + 155.65245415388696, + 167.57793682816083, + 176.1407223458399, + 186.05561025043764, + 195.9992598916133, + 202.56943551126434, + 208.13044056754222, + 220.63365242654748, + 239.9403305053694, + 255.4213759369236, + 271.52837946237184, + 299.2280051105783, + 344.0693094069822, + 350.4513755357184, + 353.07261386924876, + 360.20946938676684, + 370.16629186984636, + 387.8488877789055, + 420.3653876052723, + 431.9095583331738, + 440.6109961682041, + 451.92793259330347, + 462.31639637129797, + 474.7751943049504, + 489.1640912826464, + 502.1700700769257, + 515.4359872125737, + 528.937083699044, + 541.9098727402519, + 567.4652513051491, + 594.5801405618411, + 621.33553550766, + 642.0941662797218, + 658.5795796187496, + 672.8240720445897, + 686.3728135909422, + 700.2801024773859, + 711.6950805897372, + 720.3206724471211, + 730.7854793980248, + 741.8016657919522, + 757.5485317422618, + 767.5146882956103, + 784.8948744959936, + 802.1284457977971, + 850.441423642775, + 870.7073251337313 ], "distance": [ 0.0, - 35529.362439416385, - 71174.36630692233, - 106725.0796659725, - 142203.2753504754, - 177563.36681153823, - 177563.3669690159, - 212647.38947135143, - 247821.788554413, - 318036.8529698174, - 387849.1258222864, - 457493.47315241874, - 492310.6831243454, - 527132.6189102253, - 562040.0578969729, - 597133.5947621856, - 632174.9271221268, - 681324.9378480786, - 681324.938005327, - 718704.5256737412, - 755648.7468249615, - 791520.0414290845, - 791520.0415862245, - 827863.6685854256, - 901557.43419388, - 901557.4343508906, - 1059029.1246149566, - 1131700.764865551, - 1166838.5887344903, - 1166838.588891351, - 1201355.2824132512, - 1235871.7074173817, - 1235871.7075742423, - 1271692.4933706387, - 1341375.851617053, - 1410870.1211360472, - 1480394.9453037777, - 1480394.9454606907, - 1633713.1742069582, - 1644528.6162160668, - 1707698.929453135, - 1783191.6058984746, - 1969489.5874209162, - 2148024.9674083116, - 2148024.967592345, - 2287262.5620252867, - 2426500.168498414, - 2426500.168655873, - 2426500.1688133315, - 2496116.4187019453, - 2530924.91382558, - 2565733.4088713764, - 2565733.409028854, - 2664156.9317620103, - 2664156.9319194835, - 2713367.2302355524, - 2751485.0924247503, - 2791259.2450345727, - 2828744.233568184, - 2869324.5264113997, - 2869324.5265688202, - 2908237.1115981787, - 2944963.4466847624, - 2979834.0030987985, - 3014689.2907054247, - 3049497.4157054247, - 3084284.7033193265, - 3084308.124812736, - 3123620.138533673, - 3162119.277493163, - 3162119.2776504722, - 3196948.673211328, - 3231817.3225916075, - 3266677.6345326146, - 3301531.287968748, - 3336438.1082599848, - 3371462.4914451665, - 3406283.226097982, - 3441091.3637304073, - 3511509.3803484766, - 3591132.67734009, - 3693095.8028299827, - 3693095.8029866726, - 3761984.721242235, - 3830871.6833042656, - 3830871.6834609555, - 4115039.923650284, - 4115039.9238070897, - 4213043.583252887 + 35548.417127253204, + 71217.74935922053, + 106779.85475659303, + 142245.91923001295, + 177570.80041200353, + 212739.16366233368, + 247958.12414793737, + 318101.4478612055, + 387840.83110440755, + 457492.45895268954, + 492310.45610338385, + 527138.4755877494, + 562065.6734686306, + 597193.7711800266, + 632261.0156250367, + 681411.0264293847, + 718747.1605311863, + 755683.3591241665, + 791589.6056891339, + 827915.8530143227, + 901629.5059872281, + 1056484.2818239904, + 1127591.7642076623, + 1162322.4630935157, + 1197230.9557551048, + 1232770.7071355467, + 1268016.020658582, + 1304327.978224377, + 1339951.4276818999, + 1375269.932702688, + 1410644.8843568726, + 1481304.321615411, + 1621038.7160034697, + 1695659.348839519, + 1772219.226956016, + 1931362.6819457621, + 2094774.5178314135, + 2124791.080385974, + 2137762.8788632797, + 2182477.96357836, + 2252095.0195455234, + 2391327.922963002, + 2537016.592426839, + 2611568.8083025487, + 2660779.1066973032, + 2699168.0418505715, + 2738630.074476959, + 2776630.271450353, + 2816541.3933542916, + 2855453.978498813, + 2892180.313580509, + 2927050.869993731, + 2961906.157599596, + 2996714.282599596, + 3033020.939847765, + 3070353.764428767, + 3106833.6231316933, + 3143056.5832400303, + 3179243.6013846137, + 3214773.5509224297, + 3249744.9165594126, + 3284596.44307436, + 3319495.9282951113, + 3354313.4408058655, + 3389206.4356217026, + 3458913.0966178006, + 3532143.1712605925, + 3692962.6247500135, + 3830494.3643834903, + 4138789.039463505, + 4236792.698988314 ], "speed": [ 0.0, @@ -171385,7 +172993,6 @@ 24.209537312087708, 22.8190828868342, 21.984379169560643, - 18.63798429525334, 15.999007172199901, 17.375377394303275, 15.446669488884574, @@ -171397,59 +173004,47 @@ 26.5, 26.5, 26.5, - 19.28727686964381, 26.5, 25.89718745796174, 19.88462153733052, - 14.454518536898002, 15.805138001043636, 16.08769432686657, - 10.848486587481556, 13.906104477851148, 9.144025337019194, 6.932475480174472, - 6.420767796037976, - 5.94493959385175, - 7.290943667008055, + 6.235080197738762, 6.799641387495505, 8.468405238855489, - 11.48920831642899, - 14.5656173541534, - 16.807008435421636, + 7.710354048457035, + 7.8757687518867385, + 11.138046776059136, + 12.874949614218256, 11.37445907687126, 15.344795658971913, - 10.828971269430593, 10.296475240713034, 9.634672711845788, 11.069999813090215, 7.065915173962069, - 8.817585473300444, + 9.542410582153442, + 10.345100114248881, + 13.143580747912337, 13.870267882464008, 16.705141037017974, - 8.81683687763875, - 8.982019431675226, - 10.353832114969968, - 11.570505777496297, - 13.525571628040861, 8.982019431675226, 11.704299782794275, - 8.836836605788212, 8.742070814566874, 5.682224274541193, 6.2409062839371705, 5.16619099106896, 5.214011773899606, - 3.979141721231896, 5.046808818917155, 4.458145537314344, 3.844056380689419, 3.737062315199262, 3.6342642071141458, - 4.0129259261114045, 3.6436783527393217, 3.6662649616701874, 4.145349419706935, - 3.631451488040295, 4.043299446093943, 4.836205969586473, 5.069768656310444, @@ -171461,12 +173056,8 @@ 7.447944390533117, 12.48598205707684, 16.43758749051255, - 8.912752959029854, - 10.412878375176748, - 8.824764629732353, - 7.1937514211486615, + 12.62323764738259, 9.328338892462494, - 6.3033510014955025, 6.753981314257646 ] } diff --git a/tests/regression_tests/example_routes/smoothed/fuel/great_circle_forward.json b/tests/regression_tests/example_routes/smoothed/fuel/great_circle_forward.json index 432aefdd..e52a47a0 100644 --- a/tests/regression_tests/example_routes/smoothed/fuel/great_circle_forward.json +++ b/tests/regression_tests/example_routes/smoothed/fuel/great_circle_forward.json @@ -112828,7 +112828,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -112841,315 +112840,315 @@ ], [ -76.0, - -79.67872257824219 + -79.6787225785556 ], [ -72.0, - -79.8331055382862 + -79.83310553883 ], [ -68.0, - -79.9371370555606 + -79.93713705626074 ], [ -64.0, - -79.99251315450745 + -79.99251315535584 ], [ -60.0, - -79.999999999 + -80.0 ], [ -56.0, - -79.999999999 + -80.0 ], [ -52.0, - -79.999999999 + -80.0 ], [ -48.0, - -79.999999999 + -80.0 ], [ -44.0, - -79.999999999 + -80.0 ], [ -40.0, - -79.999999999 + -79.95391236111212 ], [ -36.0, - -79.999999999 + -79.85866124837669 ], [ -32.0, - -79.999999999 + -79.71219553039141 ], [ -28.0, - -79.95226482002678 + -79.51140805947263 ], [ -24.0, - -79.85548281684682 + -79.25199865310783 ], [ -20.0, - -79.70764278767639 + -78.9282801997633 ], [ -16.0, - -79.50567147249863 + -78.53291325147265 ], [ -12.0, - -79.2452977425738 + -78.0565483275809 ], [ -8.0, - -78.9208598959992 + -77.48734674002833 ], [ -4.0, - -78.52504139775802 + -76.81033908696202 ], [ 0.0, - -78.0485143101774 + -76.00656434009292 + ], + [ + 0.02969491262470071, + -76.0 ], [ 4.0, - -77.4794612717693 + -74.96661255530256 ], [ 8.0, - -76.80293523902944 + -73.72318560192626 ], [ 12.0, - -76.000000001 + -72.22997669023918 ], [ - 12.000000001, - -76.0 + 12.573846932314398, + -72.0 ], [ 16.0, - -74.62535039420212 + -70.34674815651924 ], [ 20.0, - -72.9503657375477 + -68.00145494687948 ], [ - 21.99791587273887, - -72.0 - ], - [ - 24.0, - -70.83795091161345 - ], - [ - 27.99967278881522, + 20.00217185691366, -68.0 ], [ - 28.0, - -67.99973093232313 + 24.0, + -64.61218557268238 ], [ - 31.999999999, + 24.66322873280177, -64.0 ], [ - 32.0, - -63.999999999 + 28.0, + -60.02127233396298 ], [ - 35.98882385400757, + 28.01600248260131, -60.0 ], [ - 36.0, - -59.98642258970962 - ], - [ - 38.85433157558932, + 30.52025053878642, -56.0 ], [ - 40.0, - -53.93279869748953 + 32.0, + -52.82104027532677 ], [ - 40.994648836872955, + 32.36244955116883, -52.0 ], [ - 42.67701041810235, + 33.8656005890844, -48.0 ], [ - 44.0, - -44.000000001 + 35.04823868110665, + -44.0 ], [ - 44.000000001, - -44.0 + 36.0, + -40.043981136110794 ], [ - 44.30200243808464, + 36.00960784336138, -40.0 ], [ - 44.5553884960976, + 36.811119105678955, -36.0 ], [ - 44.77318192141198, + 37.49749096075675, -32.0 ], [ - 44.9645195550144, + 38.09826753392241, -28.0 ], [ - 45.13602042940892, + 38.63475660387728, -24.0 ], [ - 45.292630668666064, + 39.12282825324394, -20.0 ], [ - 45.43816463655907, + 39.57468596368336, -16.0 ], [ - 45.57566433955732, + 40.0, + -12.000305499479714 + ], + [ + 40.000026209754495, -12.0 ], [ - 45.70764752516967, + 40.336371408606084, -8.0 ], [ - 45.836286893271556, + 40.66254208772462, -4.0 ], [ - 45.963547218148044, + 40.98343614335724, 0.0 ], [ - 46.09129842986967, + 41.303715192387706, 4.0 ], [ - 46.221418018847565, + 41.62806427068285, 8.0 ], [ - 46.35589411599755, + 41.96145152862058, 12.0 ], [ - 46.49694069295034, + 42.309416962628816, 16.0 ], [ - 46.64713854324813, + 42.67842471637915, 20.0 ], [ - 46.80962066558626, + 43.076326048632644, 24.0 ], [ - 46.98832983853833, + 43.51300352530464, 28.0 ], [ - 47.18839248689831, + 44.0, + 31.989919134256336 + ], + [ + 44.00110942817017, 32.0 ], [ - 47.416682165038104, + 44.47288871918014, 36.0 ], [ - 47.682699741697775, + 45.022379297718004, 40.0 ], [ - 47.999999999, + 45.67787703777909, 44.0 ], [ - 48.0, - 44.000000001 - ], - [ - 50.0843383877352, + 46.48136247983966, 48.0 ], [ - 52.0, - 50.96419405940081 - ], - [ - 52.7034504866626, + 47.497724664338946, 52.0 ], [ - 56.0, - 55.999999999 + 48.0, + 53.64329554045026 ], [ - 56.000000001, + 48.78330105756149, 56.0 ], [ - 57.819336743400804, + 50.50415329277745, 60.0 ], [ - 60.0, - 63.39374818062433 + 52.0, + 62.57254337420725 ], [ - 60.41248375302454, + 52.90319924084488, 64.0 ], [ - 64.0, - 67.999999999 + 56.0, + 67.63922674665109 ], [ - 64.000000001, + 56.32524470376829, 68.0 ], [ - 68.0, - 71.999999999 + 60.0, + 71.1537280924429 ], [ - 68.000000001, + 61.090989411589234, 72.0 ], [ - 72.0, - 75.42239057132844 + 64.0, + 73.78019771160947 ], [ - 72.74812590704201, + 68.0, + 75.75800014170125 + ], + [ + 68.52391765242736, 76.0 ], + [ + 72.0, + 77.32017282611142 + ], [ 76.0, - 77.88736445796096 + 78.57469282705712 ], [ 79.5, @@ -113162,249 +113161,249 @@ "to": "B", "traveltime": [ 0.0, - 0.11594520107812205, - 0.24426700144888086, - 0.36918734571109707, - 0.4919042503200538, - 0.6135780700536122, - 0.7351547290974724, - 0.8567313881413325, - 0.9783080471851927, - 1.0998847062290529, - 1.2214613652729132, - 1.3430380243167734, - 1.4646146833606337, - 1.5864784412277309, - 1.7097998988866883, - 1.835804183485513, - 1.9658023648094873, - 2.101231196377786, - 2.2437002991599546, - 2.3950498832135696, - 2.5574230794200035, - 2.7333583506468955, - 2.9259094376924772, - 3.1388030993347837, - 3.138803099514966, - 3.43316514505089, - 3.7803112501410046, - 3.975800395381408, - 4.206332767570837, - 4.75390829891905, - 4.753960076375322, - 5.501944569684468, - 5.501944569875674, - 6.266425012737291, - 6.268996199355598, - 7.010537439045702, - 7.389545364124713, - 7.743223928976265, - 8.46684310903465, - 9.184315446150784, - 9.18431544636648, - 9.885887534304889, - 10.587251784174404, - 11.288471197768287, - 11.989587571080852, - 12.690629666150338, - 13.39161799040321, - 14.092567707867417, - 14.793490484204604, - 15.494395706983992, - 16.19529133543062, - 16.896184534011173, - 17.597082190789564, - 18.2979913946646, - 18.998919936142496, - 19.699876901034486, - 20.40087344685611, - 21.101923894440386, - 21.803047347415305, - 22.504270200678018, - 23.20563017978034, - 23.90718310301811, - 24.609014683709752, - 24.609014683925448, - 25.357098788344196, - 25.922642166176367, - 26.119927694409398, - 26.905391131142743, - 26.90539113134337, - 27.62820993944082, - 28.252462294616254, - 28.36345270500057, - 29.116134596386296, - 29.116134596573303, - 29.86416215232982, - 29.864162152513117, - 30.501395413747996, - 30.60778871576426, - 30.965867167406415, - 31.27617476876603 + 0.11594520109293978, + 0.244267001468517, + 0.3691873457282561, + 0.4919042503308674, + 0.6135780700545035, + 0.7351547290863296, + 0.8567313881181557, + 0.9783080471499819, + 1.099884706181808, + 1.2217290094706312, + 1.344994261107463, + 1.4709118769947225, + 1.600801101950542, + 1.7361082331505084, + 1.8784533414606956, + 2.029687604991108, + 2.1919653410039346, + 2.367836215790324, + 2.560365095809926, + 2.773289806313219, + 2.774993131862942, + 3.0220133110615706, + 3.305565715488529, + 3.6325155927558423, + 3.6831312647597363, + 4.026899136385458, + 4.500352257148011, + 4.500644158062108, + 5.149295311454759, + 5.267499833086738, + 6.009862439823692, + 6.013842193136935, + 6.74786533115284, + 7.323143477058537, + 7.471959531265669, + 8.190983474479012, + 8.905086189651946, + 9.608211458395468, + 9.616020952769334, + 10.324757244321185, + 11.032008328573978, + 11.738202412721515, + 12.443632688696473, + 13.148507307835862, + 13.85297947431593, + 14.557112574172114, + 14.557166265735036, + 15.260069929923091, + 15.962888352848843, + 16.665666349451875, + 17.36844667257903, + 18.07127302322, + 18.77419317057615, + 19.47726261774521, + 20.180549371188366, + 20.884140634919838, + 21.588152748264882, + 22.290969588056047, + 22.292742768042032, + 22.996775166489737, + 23.701624079400002, + 24.40765692535112, + 25.1154647857994, + 25.82604705632365, + 26.118891412969994, + 26.539559664456448, + 27.260064309465793, + 27.72924094335088, + 27.98962859854619, + 28.669838053497884, + 28.736630934753087, + 29.339228018889948, + 29.4997643395625, + 29.84899305264464, + 30.246769330318735, + 30.294782577195523, + 30.568868468181964, + 30.83699265912719, + 31.0394477357883 ], "fuel": [ 0.0, - 3.167470970457322, - 6.673054416531427, - 10.085714538648087, - 13.438179576604677, - 16.762148902519495, - 20.08346392570141, - 23.404778948883326, - 26.726093972065243, - 30.04740899524716, - 33.36872401842908, - 36.690039041610994, - 40.01135406479291, - 43.34051225164007, - 46.709492886776815, - 50.151764838602595, - 53.70314481575659, - 57.40288304180449, - 61.294952252547965, - 65.42962457553274, - 69.86544753829352, - 74.67176862022632, - 79.93201201862226, - 85.74798790012522, - 85.74798790504757, - 93.78957328650075, - 103.27315001202118, - 108.61365731056199, - 114.91149965220991, - 129.87054568042439, - 129.87196017268573, - 150.30591644581003, - 150.3059164510335, - 171.19052045128862, - 171.26076190067494, - 191.5186969275222, - 201.87269682659655, - 211.53473179331746, - 231.30305963430092, - 250.90346378031035, - 250.90346378620288, - 270.0694939587734, - 289.22984626763196, - 308.38624183921917, - 327.5398224853345, - 346.6913739471757, - 365.8414564607629, - 384.9904842874703, - 404.1387761178884, - 423.2865884081079, - 442.4341385937279, - 461.5816223985904, - 480.72922799557637, - 499.87714904411246, - 519.0255983706206, - 538.1748241875587, - 557.3251313036315, - 576.4769109452325, - 595.6306849984468, - 614.7871745372795, - 633.9474101743742, - 653.1129167924348, - 672.2860359670103, - 672.2860359729028, - 692.722713491021, - 708.1726175419078, - 713.5621996700066, - 735.0200315688204, - 735.0200315743014, - 754.7664943020394, - 771.8202506875714, - 774.8523632685361, - 795.4146463021119, - 795.4146463072207, - 815.8497789899824, - 815.8497789949898, - 833.2581567251846, - 836.1646823291253, - 845.9469164377938, - 854.4241135108884 + 3.1674709708621225, + 6.67305441706786, + 10.08571453911685, + 13.438179576900088, + 16.762148902543842, + 20.083463925397005, + 23.40477894825017, + 26.72609397110333, + 30.047408993956495, + 33.376035707216545, + 36.74348086747557, + 40.1833851436634, + 43.73178857560493, + 47.428202107054005, + 51.3168839512929, + 55.448405868688255, + 59.88162098404118, + 64.6861828395981, + 69.94581957114215, + 75.76264366684394, + 75.80917628899492, + 82.55744391416064, + 90.30372406438963, + 99.23556630890845, + 100.6183201463398, + 110.00960796011232, + 122.94372685372112, + 122.95170120421648, + 140.67200078729743, + 143.9011934348984, + 164.18156713322838, + 164.2902887790754, + 184.3428391191522, + 200.05868427834125, + 204.12414388560427, + 223.76693587712003, + 243.27528636685693, + 262.48374740389033, + 262.6970925574039, + 282.05883938543764, + 301.38001229612826, + 320.6723093489305, + 339.9437401632758, + 359.19999116095045, + 378.4452476793062, + 397.6812413417764, + 397.68270812492335, + 416.88511521586986, + 436.0851936272218, + 455.2841676444077, + 474.4832052191842, + 493.68350020532836, + 512.8863575948293, + 532.0932936595914, + 551.3061662470253, + 570.5273576565363, + 589.7600461260508, + 608.9600812882403, + 609.0085222420597, + 628.2417648739993, + 647.4973136111771, + 666.7852058477235, + 686.121589154531, + 705.5337657093044, + 713.533889818922, + 725.0259952479221, + 744.709238072341, + 757.5265289479382, + 764.6399785019295, + 783.2224095327609, + 785.0471035299407, + 801.5092662856005, + 805.8949082156336, + 815.435379062655, + 826.3021057624546, + 827.6137647553711, + 835.1014321623777, + 842.4262337358739, + 847.9570411533684 ], "distance": [ 0.0, - 73741.14788568563, - 155353.81292148825, - 234803.15187225776, - 312851.10320355423, - 390235.6525540974, - 467558.4077059925, - 544881.1628578876, - 622203.9180097827, - 699526.6731616778, - 776849.4283135729, - 854172.183465468, - 931494.9386173631, - 1009000.2886208368, - 1087432.7356919337, - 1167571.4606967862, - 1250250.304018834, - 1336383.0408962718, - 1426993.3902657311, - 1523251.7257238303, - 1626521.0785111221, - 1738415.9110114253, - 1860878.4023724154, - 1996278.7711769224, - 1996278.7712915181, - 2183493.0322523657, - 2404277.9550896785, - 2528609.051462575, - 2675227.640175052, - 3023485.6781125157, - 3023518.6085747047, - 3499236.746319322, - 3499236.7464409284, - 3985446.3081009174, - 3987081.5827901606, - 4458701.811233067, - 4699750.851583318, - 4924690.418828906, - 5384912.217346039, - 5841224.623751899, - 5841224.623889082, - 6287424.471817911, - 6733492.134734922, - 7179467.681780631, - 7625377.695207423, - 8071240.467671616, - 8517069.041896444, - 8962873.06220368, - 9408659.947954131, - 9854435.669641823, - 10300205.28933388, - 10745973.36363111, - 11191744.273342168, - 11637522.52700669, - 12083313.079386631, - 12529121.709057936, - 12974955.51220049, - 13420823.59686409, - 13866738.112956138, - 14312715.847631223, - 14758780.7943403, - 15204968.453519521, - 15651333.338839406, - 15651333.338976588, - 16127114.82938691, - 16486800.41768817, - 16612274.013644379, - 17111828.759406786, - 17111828.759534385, - 17571541.521484364, - 17968566.019375943, - 18039155.92038037, - 18517861.603301693, - 18517861.60342063, - 18993607.128881775, - 18993607.128998354, - 19398887.483143736, - 19466553.62322608, - 19694291.518470492, - 19891647.152935207 + 73741.1478951097, + 155353.81293397682, + 234803.1518831709, + 312851.10321043164, + 390235.6525546642, + 467558.4076989056, + 544881.1628431471, + 622203.9179873886, + 699526.67313163, + 777019.6500233216, + 855416.3500643467, + 935499.9537686437, + 1018109.5008405449, + 1104164.8362837238, + 1194696.3251690029, + 1290881.316774345, + 1394089.9568785029, + 1505943.8332426467, + 1628392.2009351137, + 1763812.316815208, + 1764895.631864832, + 1922000.4658351596, + 2102339.7950507053, + 2310279.9169927165, + 2342471.484387193, + 2561107.8507411517, + 2862224.035546135, + 2862409.6845275005, + 3274951.818085227, + 3350129.893843166, + 3822272.511727869, + 3824803.634835092, + 4291642.350613208, + 4657519.251409231, + 4752166.261884967, + 5209465.489768653, + 5663634.81661864, + 6110822.4875395205, + 6115789.3259613, + 6566545.607388278, + 7016357.296973053, + 7465496.734490886, + 7914150.3900109595, + 8362450.647783611, + 8810494.945664935, + 9258323.59717347, + 9258357.745007487, + 9705404.47543109, + 10152396.992411869, + 10599363.798251398, + 11046332.083760269, + 11493329.642767929, + 11940386.85648644, + 12387539.024885964, + 12834829.40007581, + 13282313.443809027, + 13730065.147896476, + 14177056.658003656, + 14178184.400474742, + 14625949.00588748, + 15074232.914498407, + 15523269.804523317, + 15973435.603768423, + 16425365.927821845, + 16611614.93864892, + 16879159.946594305, + 17337400.900820248, + 17635797.23997116, + 17801403.78867538, + 18234017.002024658, + 18276497.274502967, + 18659749.02001401, + 18761850.119961753, + 18983959.581481997, + 19236945.29408272, + 19267481.719096355, + 19441800.34576373, + 19612327.331204895, + 19741088.759961363 ], "speed": [ 0.0, diff --git a/tests/regression_tests/example_routes/smoothed/fuel/great_circle_reverse.json b/tests/regression_tests/example_routes/smoothed/fuel/great_circle_reverse.json index 4c0ecad4..d54d99fe 100644 --- a/tests/regression_tests/example_routes/smoothed/fuel/great_circle_reverse.json +++ b/tests/regression_tests/example_routes/smoothed/fuel/great_circle_reverse.json @@ -112828,7 +112828,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -112841,315 +112840,315 @@ ], [ 76.0, - 79.67918855244447 + 79.67918855275651 ], [ 72.0, - 79.83376853512476 + 79.83376853566695 ], [ 68.0, - 79.93771745395387 + 79.93771745465315 ], [ 64.0, - 79.99283774564583 + 79.99283774649396 ], [ 60.0, - 79.999999999 + 80.0 ], [ 56.0, - 79.999999999 + 80.0 ], [ 52.0, - 79.999999999 + 80.0 ], [ 48.0, - 79.999999999 + 80.0 ], [ 44.0, - 79.999999999 + 79.99486865009956 ], [ 40.0, - 79.999999999 + 79.94152383764994 ], [ 36.0, - 79.999999999 + 79.83866415751862 ], [ 32.0, - 79.999999999 + 79.68400886502464 ], [ 28.0, - 79.95400316711466 + 79.4742013432143 ], [ 24.0, - 79.85882538543733 + 79.20466584332344 ], [ 20.0, - 79.71236911117242 + 78.86940788837998 ], [ 16.0, - 79.51147560315567 + 78.46074464489867 ], [ 12.0, - 79.25178974042711 + 77.96894629214593 ], [ 8.0, - 78.92757043777141 + 77.38176253026504 ], [ 4.0, - 78.53143368503561 + 76.68379939420541 + ], + [ + 0.6365831949587255, + 76.0 ], [ 0.0, - 78.05401018445687 + 75.8508370106038 ], [ -4.0, - 77.48349296940141 + 74.78709913041742 ], [ -8.0, - 76.8050417895914 + 73.51911361509465 ], [ -12.0, - 76.000000001 + 72.00172837150131 ], [ - -12.000000001, - 76.0 + -12.004221687997843, + 72.0 ], [ -16.0, - 74.61293621025615 + 70.01762789510205 ], [ - -20.0, - 72.93103716169026 + -19.41195571889583, + 68.0 ], [ - -21.957431960292197, - 72.0 + -20.0, + 67.57965398725278 ], [ -24.0, - 70.81425186148513 - ], - [ - -27.998580772863786, - 68.0 - ], - [ - -28.0, - 67.99882447402692 + 64.17777337050428 ], [ - -31.999999999, + -24.196185322601156, 64.0 ], [ - -32.0, - 63.999999999 - ], - [ - -35.98355515073545, + -27.694188942222873, 60.0 ], [ - -36.0, - 59.97990622576148 + -28.0, + 59.56012745155853 ], [ - -38.847065292697614, + -30.18856021158146, 56.0 ], [ - -40.0, - 53.91723793021053 + -32.0, + 52.00203163097535 ], [ - -40.98822567767398, + -32.00082553475252, 52.0 ], [ - -42.674205786505176, + -33.4256325297772, 48.0 ], [ - -44.0, - 44.000000001 - ], - [ - -44.000000001, + -34.546401203464505, 44.0 ], [ - -44.30199720166513, + -35.45597274471102, 40.0 ], [ - -44.55537900105041, + -36.0, + 37.19405420989775 + ], + [ + -36.2216659345673, 36.0 ], [ - -44.77316894826793, + -36.89276952792652, 32.0 ], [ - -44.96450374730178, + -37.47714285914417, 28.0 ], [ - -45.136002333098624, + -37.995696968043895, 24.0 ], [ - -45.29261075887134, + -38.463991463800156, 20.0 ], [ - -45.43814333618534, + -38.893990753553794, 16.0 ], [ - -45.575642032747105, + -39.29522372015169, 12.0 ], [ - -45.70762456733373, + -39.67558257057327, 8.0 ], [ - -45.83626361887949, + -40.0, + 4.457429227964312 + ], + [ + -40.03900187079496, 4.0 ], [ - -45.96352394708379, + -40.37522346592603, 0.0 ], [ - -46.09127547294017, + -40.70840426997628, -4.0 ], [ - -46.22139568291269, + -41.04349763709435, -8.0 ], [ - -46.35587270913939, + -41.38571642427581, -12.0 ], [ - -46.49692053010898, + -41.740828351038665, -16.0 ], [ - -46.64711995282299, + -42.11551746668807, -20.0 ], [ - -46.80960399765326, + -42.517859785437345, -24.0 ], [ - -46.98831547560356, + -42.957985201632, -28.0 ], [ - -47.188380858571335, + -43.4490409158204, -32.0 ], [ - -47.416673768804344, + -44.0, + -35.94248639577441 + ], + [ + -44.007564881729245, -36.0 ], [ - -47.68269517337156, + -44.57798981728597, -40.0 ], [ - -47.999999999, + -45.25836598066589, -44.0 ], [ - -48.0, - -44.000000001 - ], - [ - -50.08288460040781, + -46.092394808489495, -48.0 ], [ - -52.0, - -50.96817483160409 - ], - [ - -52.70128958574344, + -47.147651850047936, -52.0 ], [ - -56.0, - -55.999999999 + -48.0, + -54.59293554795087 ], [ - -56.000000001, + -48.491593632434, -56.0 ], [ - -57.817608729628596, + -50.237578137555644, -60.0 ], [ - -60.0, - -63.398836851588136 + -52.0, + -62.93144233582943 ], [ - -60.409470271718845, + -52.692332315618955, -64.0 ], [ - -64.0, - -67.999999999 + -56.0, + -67.82322221008576 ], [ - -64.000000001, + -56.16102830088735, -68.0 ], [ - -68.0, - -71.999999999 + -60.0, + -71.27112292429771 ], [ - -68.000000001, + -60.94430773861372, -72.0 ], [ - -72.0, - -75.44189349808693 + -64.0, + -73.86422345156943 + ], + [ + -68.0, + -75.81447021588096 ], [ - -72.7213976361909, + -68.40569816177337, -76.0 ], + [ + -72.0, + -77.35411973390971 + ], [ -76.0, - -77.90642638522206 + -78.59069605953331 ], [ -79.5, @@ -113162,249 +113161,249 @@ "to": "B", "traveltime": [ 0.0, - 0.11596725876569244, - 0.2442908582207573, - 0.3692012042428938, - 0.4919076148678333, - 0.6135769294447755, - 0.7351535884886357, - 0.8567302475324958, - 0.978306906576356, - 1.0998835656202162, - 1.2214602246640764, - 1.3430368837079367, - 1.464613542751797, - 1.5864567935592477, - 1.7097192252299502, - 1.8356345712396784, - 1.9655268161413, - 2.100849447600063, - 2.2432318150788926, - 2.3945354174291564, - 2.5569237330556693, - 2.732950293456116, - 2.925671162793762, - 3.1387898997868646, - 3.1387898999670467, - 3.434932766440969, - 3.7831807672997577, - 3.9747560582764487, - 4.209981136541353, - 4.753881146619513, - 4.754107076837134, - 5.501946500803232, - 5.501946500994437, - 6.266265186090034, - 6.270067230731077, - 7.010336146430891, - 7.392157741812572, - 7.7430472557811605, - 8.466764227663006, - 9.184307576075678, - 9.184307576291374, - 9.885879628496168, - 10.58724385070563, - 11.288463242638223, - 11.989579598906653, - 12.69062168060407, - 13.391609994497866, - 14.092559704151503, - 14.79348247489962, - 15.494387694085612, - 16.195283320786757, - 16.89617651938573, - 17.59707417791827, - 18.29798338530803, - 18.998911932141052, - 19.699868904370543, - 20.400865459729808, - 21.101915919368192, - 21.80303938736505, - 22.504262259262266, - 23.205622261544573, - 23.907175213887484, - 24.609006831710897, - 24.609006831926592, - 25.357026742413424, - 25.92327764472185, - 26.119825884423825, - 26.905394664138093, - 26.905394664338722, - 27.628171823843566, - 28.253318962584395, - 28.36338635136176, - 29.116152835422707, - 29.116152835609714, - 29.86418039136623, - 29.864180391549528, - 30.50462745994556, - 30.60739553371786, - 30.9689909994878, - 31.276179907675736 + 0.11596725878048134, + 0.24429085824038274, + 0.3692012042600775, + 0.49190761487868045, + 0.6135769294456911, + 0.7351535884775172, + 0.8567302475093433, + 0.9783069065411695, + 1.0998868869954075, + 1.2218835504574805, + 1.345483662264456, + 1.4719362127631366, + 1.6025871554456979, + 1.7389193021702074, + 1.8825997437563309, + 2.0355377567157324, + 2.199956986183315, + 2.378486830853789, + 2.574279479397268, + 2.755187327867037, + 2.7927247244886475, + 3.0457022682265635, + 3.3339163250833197, + 3.665689437755696, + 3.666068591482518, + 4.075025678045827, + 4.483084152983497, + 4.566187568124191, + 5.219080656562181, + 5.253621529941207, + 6.003818825131343, + 6.085372563428106, + 6.738382911697105, + 7.460666761566265, + 7.461033523219779, + 8.17820273129627, + 8.890935402338155, + 9.600775479629325, + 10.097579768673839, + 10.308972308690075, + 11.015929517392486, + 11.721820266122275, + 12.426930140228952, + 13.131461634558281, + 13.835563590445712, + 14.539349721325967, + 15.242910811945091, + 15.865882702669868, + 15.946283254222855, + 16.64927968478764, + 17.352243746899, + 18.055223753926175, + 18.758271398170145, + 19.461445578511626, + 20.16481736406589, + 20.868476946839813, + 21.572543955444843, + 22.277183471249334, + 22.97247817601849, + 22.982607718219224, + 23.687790035594265, + 24.39424589213152, + 25.10261363046082, + 25.813973189122247, + 26.27728328788292, + 26.528701980288503, + 27.24978563671239, + 27.785853370872392, + 27.980950885019457, + 28.697016983947744, + 28.72975397031639, + 29.35550344976279, + 29.493748238629916, + 29.859689384879296, + 30.252781325434945, + 30.289640689700544, + 30.571432029711577, + 30.83675317738308, + 31.036870262161955 ], "fuel": [ 0.0, - 3.168073557579557, - 6.673706152279562, - 10.08609313557794, - 13.438271491641444, - 16.762117742580614, - 20.08343276576253, - 23.404747788944448, - 26.726062812126365, - 30.047377835308282, - 33.3686928584902, - 36.690007881672116, - 40.01132290485403, - 43.339920865702055, - 46.707288988181425, - 50.14713125428932, - 53.69561718719313, - 57.39245416540253, - 61.28215388130805, - 65.4155700444071, - 69.85180604991346, - 74.66062103245159, - 79.92550266060098, - 85.74762730577146, - 85.7476273106938, - 93.8378623867634, - 103.35154146086998, - 108.58512738924941, - 115.01116831202654, - 129.86980391517866, - 129.8759760326877, - 150.30596920144427, - 150.30596920666775, - 171.18615419670638, - 171.2900210744806, - 191.51319787703926, - 201.94406356203035, - 211.52990531312204, - 231.3009046985858, - 250.90324878017057, - 250.9032487860631, - 270.06927798243805, - 289.2296295356602, - 308.3860245154894, - 327.53960469598127, - 346.691155792515, - 365.84123802310586, - 384.99026563643866, - 404.1385573141707, - 423.2863695062233, - 442.43391964415895, - 461.5814034495247, - 480.7290090944318, - 499.87693023898555, - 519.0253797117889, - 538.1746057291779, - 557.3249131058064, - 576.4766930767098, - 595.6304675403039, - 614.7869575882067, - 633.9471938585484, - 653.1127012717233, - 672.28582146069, - 672.2858214665825, - 692.7207452905941, - 708.189977983103, - 713.5594183546025, - 735.0201280856243, - 735.0201280911052, - 754.7654530338655, - 771.8436537339691, - 774.8505505740673, - 795.4151445686882, - 795.415144573797, - 815.8502772565587, - 815.8502772615661, - 833.3464519923521, - 836.1539411108042, - 846.0322554371003, - 854.4242538991682 + 3.16807355798357, + 6.673706152815704, + 10.086093136047376, + 13.438271491937774, + 16.76211774260563, + 20.083432765458788, + 23.40474778831195, + 26.726062811165114, + 30.047468570926508, + 33.380257564482214, + 36.756850665822284, + 40.21136865466932, + 43.780581216826704, + 47.50499682932845, + 51.430158228978726, + 55.60822434835119, + 60.099942258889165, + 64.97714368763104, + 70.32594229873149, + 75.26810767537174, + 76.29358016582334, + 83.20459518426765, + 91.07822557071552, + 100.14183228661531, + 100.15219026962696, + 111.32436201806603, + 122.47198487434345, + 124.74226128558234, + 142.57844497589446, + 143.52205637770308, + 164.0164634987817, + 166.244404769186, + 184.0837918444357, + 203.81564021433266, + 203.82565966213886, + 223.41778271997524, + 242.88870539922067, + 262.2806062073622, + 275.8526484213984, + 281.62761562699677, + 300.94076024271607, + 320.2247705693659, + 339.48744842449224, + 358.7343257019525, + 377.96946855200434, + 397.1959834766856, + 416.41635059630306, + 433.4351263708356, + 435.63156409042045, + 454.8365054372274, + 474.0405625202991, + 493.2450551975783, + 512.4513956349953, + 531.661192872796, + 550.8763884260879, + 570.0994462223202, + 589.3336343584083, + 608.5834626410294, + 627.5780029306711, + 627.854728750856, + 647.1193856611517, + 666.4188339926407, + 685.7705124295496, + 705.2039234777502, + 717.8609483006694, + 724.7293775432773, + 744.4284382008628, + 759.073106288562, + 764.402914738787, + 783.9649023000984, + 784.8592338724166, + 801.9538897313492, + 805.7305562210523, + 815.7275888439015, + 826.4663455915121, + 827.4732951264233, + 835.171465304332, + 842.4196914084176, + 847.8866279511602 ], "distance": [ 0.0, - 73755.17657498042, - 155368.98582840167, - 234811.9658984805, - 312853.243055942, - 390234.92712687724, - 467557.68227877235, - 544880.4374306675, - 622203.1925825626, - 699525.9477344577, - 776848.7028863528, - 854171.4580382479, - 931494.213190143, - 1008986.5207036817, - 1087381.4272462486, - 1167463.5873084357, - 1250075.055065867, - 1336140.2486736402, - 1426695.4343901759, - 1522924.5254849438, - 1626203.4942234058, - 1738156.38663809, - 1860726.8595368327, - 1996270.376264446, - 1996270.3763790417, - 2184617.239456456, - 2406102.9680026458, - 2527944.8530638213, - 2677548.0028403006, - 3023468.40925001, - 3023612.100868417, - 3499237.9745108555, - 3499237.974632462, - 3985344.6583532616, - 3987762.758744965, - 4458573.789130047, - 4701412.323792796, - 4924578.054676818, - 5384862.048793672, - 5841219.61838413, - 5841219.618521313, - 6287419.443723561, - 6733487.089048779, - 7179462.622317907, - 7625372.624904629, - 8071235.388864186, - 8517063.95650064, - 8962867.971840354, - 9408654.854036156, - 9854430.573438447, - 10300200.192020375, - 10745968.266329322, - 11191739.177156018, - 11637517.433055906, - 12083307.988841709, - 12529116.623179665, - 12974950.432388157, - 13420818.52471817, - 13866733.050364172, - 14312710.7968908, - 14758775.758342348, - 15204963.436032439, - 15651328.344968129, - 15651328.34510531, - 16127069.008174937, - 16487204.582043095, - 16612209.26249355, - 17111831.006391827, - 17111831.006519426, - 17571517.279964507, - 17969110.860203676, - 18039113.719466083, - 18517873.203328844, - 18517873.20344778, - 18993618.728908926, - 18993618.729025505, - 19400943.06452538, - 19466303.55944456, - 19696278.275674246, - 19891650.421281774 + 73755.17658438614, + 155368.98584088346, + 234811.96590940934, + 312853.2430628408, + 390234.92712745955, + 467557.682271701, + 544880.4374159424, + 622203.1925601838, + 699528.0601290793, + 777117.9380909578, + 855727.6092001942, + 936151.4313173551, + 1019245.4308634641, + 1105952.676180252, + 1197333.4370290267, + 1294602.013271206, + 1399172.6432125883, + 1512717.6244230098, + 1637241.7488966624, + 1752299.1405234355, + 1776172.92477478, + 1937066.6425920946, + 2120370.7827529917, + 2331378.4824126232, + 2331619.6241828823, + 2591716.3312371466, + 2851241.5212975047, + 2904095.293326986, + 3319335.297573548, + 3341303.293042609, + 3818428.7727835355, + 3870296.9503402775, + 4285611.5318393605, + 4744984.060356147, + 4745217.320767782, + 5201336.93710443, + 5654634.915887069, + 6106093.205044254, + 6422060.732876564, + 6556506.388326891, + 7006131.173061624, + 7455077.689253771, + 7903527.569185617, + 8351609.599579071, + 8799418.443523478, + 9247026.42276332, + 9694491.276397083, + 10090701.39889804, + 10141836.14968574, + 10588941.879524944, + 11036027.023027768, + 11483122.307497052, + 11930260.609236218, + 12377479.3879334, + 12824823.843545912, + 13272351.338190127, + 13720137.955662927, + 14168288.687714582, + 14610496.119947765, + 14616938.50878743, + 15065434.462637957, + 15514740.38739565, + 15965262.268973086, + 16417686.948281756, + 16712352.171093544, + 16872254.459463496, + 17330863.664949086, + 17671802.743874848, + 17795884.76287238, + 18251302.80179077, + 18272123.525121227, + 18670100.194049135, + 18758023.879768625, + 18990762.44878323, + 19240768.92297662, + 19264211.47864954, + 19443430.770896558, + 19612175.020815633, + 19739449.486734997 ], "speed": [ 0.0, diff --git a/tests/regression_tests/example_routes/smoothed/time/checkerboard.json b/tests/regression_tests/example_routes/smoothed/time/checkerboard.json index 1c51a810..9b8292c5 100644 --- a/tests/regression_tests/example_routes/smoothed/time/checkerboard.json +++ b/tests/regression_tests/example_routes/smoothed/time/checkerboard.json @@ -22506,7 +22506,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -22519,74 +22518,74 @@ ], [ -9.0, - -9.024228478551004 + -9.013162154629274 ], [ - -8.974675094198528, + -8.98649868403844, -9.0 ], [ -8.0, - -8.061774328507278 + -8.032593347685795 ], [ - -7.936239111042142, + -7.966834517579441, -8.0 ], [ -7.0, - -7.087797603870592 + -7.044854356445214 ], [ - -6.910457954206473, + -6.954684063243425, -7.0 ], [ -6.0, - -6.102729620043027 + -6.050712395310004 ], [ - -5.896402090549935, + -5.94908568173006, -6.0 ], [ -5.0, - -5.1071380551820225 + -5.050990535952289 ], [ - -4.8930794260505905, + -4.949079605798956, -5.0 ], [ -4.0, - -4.101725474227873 + -4.046556479732255 ], [ - -3.8994468929411954, + -3.9537130056534835, -4.0 ], [ -3.0, - -3.0873211008464834 + -3.038311422886629 ], [ - -2.9144247090811217, + -2.962043615921279, -3.0 ], [ -2.0, - -2.064865934708333 + -2.027179204866417 ], [ - -1.936912069672087, + -1.973142197723305, -2.0 ], [ -1.0, - -1.0353923302858488 + -1.0140959039462796 ], [ - -0.9658028508838193, + -0.9860940795407492, -1.0 ], [ @@ -22594,76 +22593,76 @@ 0.0 ], [ - 0.9621139395853857, + 0.9811123686707536, 1.0 ], [ 1.0, - 1.0391727786684082 + 1.0192408766722774 ], [ - 1.9304423493973752, + 1.9636762446203029, 2.0 ], [ 2.0, - 2.0714190700557227 + 2.036922386819983 ], [ - 2.906061612183856, + 2.9488508067788417, 3.0 ], [ 3.0, - 3.095676034339633 + 3.051816949257999 ], [ - 3.8900370455011055, + 3.9378050772396858, 4.0 ], [ 4.0, - 4.110980890501149 + 4.062720152401229 ], [ - 4.88342744565385, + 4.931727839158936, 5.0 ], [ 5.0, - 5.116469903460553 + 5.0684543465454865 ], [ - 5.887294332151732, + 5.931839529907413, 6.0 ], [ 6.0, - 6.111370797013135 + 6.067870301634052 ], [ - 6.902718042102558, + 6.939406578206274, 7.0 ], [ 7.0, - 7.094988288398372 + 7.059847005230495 ], [ - 7.930822956762617, + 7.95575882697483, 8.0 ], [ 8.0, - 8.06668312788459 + 8.043289696172753 ], [ - 8.972815791414654, + 8.982310918069762, 9.0 ], [ 9.0, - 9.02584408712387 + 9.01712622281278 ], [ 9.5, @@ -22676,126 +22675,126 @@ "to": "B", "traveltime": [ 0.0, - 0.31792762839996636, - 0.3340840736704621, - 0.9577755188685613, - 0.9987563409396549, - 1.6022178410110475, - 1.6601755013395756, - 2.2510281681745026, - 2.3185271697025116, - 2.9039354472167505, - 2.974024639634772, - 3.560622662556978, - 3.626903334043664, - 4.220728371599714, - 4.277414874754157, - 4.883851045869491, - 4.925821098048737, - 5.549555778029696, - 5.572388380603377, - 6.2173825977447965, - 6.861237061777006, - 6.886520313703416, - 7.50704155527771, - 7.553283655017085, - 8.155048215367577, - 8.217217749788032, - 8.80550795981109, - 8.87790845981804, - 9.458671421148198, - 9.534982233818807, - 10.114791552427176, - 10.18810388310611, - 10.774128754038795, - 10.836972379432254, - 11.43695943771739, - 11.481315029165366, - 12.103589514891993, - 12.120880105868471, - 12.438510127537963 + 0.3215159385375095, + 0.33020910498161027, + 0.9672613512954227, + 0.9887287539198988, + 1.6162020131339583, + 1.6456727020568378, + 2.267990654901717, + 2.3012391543638473, + 2.922260704394043, + 2.9556307740161647, + 3.5786296911766895, + 3.6090521087395984, + 4.23670288990587, + 4.261707643393715, + 4.896077056597751, + 4.913800329506035, + 5.556344128845231, + 5.56553046141905, + 6.21709478657005, + 6.86708813692806, + 6.879596947272025, + 7.517502549554963, + 7.541526749978129, + 8.16861419075381, + 8.202373170552223, + 8.820702984982587, + 8.861635950816122, + 9.474055861966786, + 9.518827963005469, + 10.128970646918885, + 10.173476929222236, + 10.78576082242486, + 10.825126610527214, + 11.444761472044373, + 11.473337616874375, + 12.10633682156435, + 12.117688020315459, + 12.438138443559449 ], "fuel": [ 0.0, - 2.751093872057406, - 2.8908989522311064, - 8.287830705455544, - 8.642446279569244, - 13.864324111402098, - 14.365843796781588, - 19.4786147729907, - 20.062697667604958, - 25.128357211024728, - 25.734853565962755, - 30.81080822376953, - 31.384348655221036, - 36.52284017329534, - 37.01336027134848, - 42.26097855021817, - 42.62415413813843, - 48.02146001092832, - 48.21903526835312, - 53.80030433647545, - 59.371710883966315, - 59.590492119779285, - 64.9599914418982, - 65.3601339456004, - 70.56732780520059, - 71.10529371283039, - 76.19589121746037, - 76.82238779753247, - 81.84785045415725, - 82.5081837827402, - 87.52539437061195, - 88.15978121107656, - 93.23077626554824, - 93.77457522252443, - 98.96638798717487, - 99.35020614238879, - 104.73487665069237, - 104.88449572947151, - 107.63301434861172 + 2.78214426575901, + 2.8573680424829813, + 8.369913585739454, + 8.555675484151399, + 13.985332060370713, + 14.24034805916603, + 19.625394697481525, + 19.913100876355344, + 25.286929471567312, + 25.575687622312405, + 30.96662678643728, + 31.22987829103819, + 36.66107100162036, + 36.87744233253902, + 42.36677276308194, + 42.52013592858022, + 48.08020102196903, + 48.15969226775256, + 53.79781384653865, + 59.42234145380392, + 59.53058279054209, + 65.05051260042919, + 65.2583990018026, + 70.68471701085527, + 70.97684048221801, + 76.32737692961896, + 76.68157839375881, + 81.98097521929344, + 82.36839751859641, + 87.64808902336604, + 88.03321113788316, + 93.33143097183255, + 93.67207132121686, + 99.03390061240525, + 99.28117593517129, + 104.75864966654828, + 104.85687394948287, + 107.62979808986512 ], "distance": [ 0.0, - 76302.63081599193, - 80180.17768091091, - 229866.1245284547, - 239701.52182551718, - 384532.28184265137, - 398442.12032149814, - 540246.7603618806, - 556446.5207286028, - 696944.5073320201, - 713765.9135123453, - 854549.4390136747, - 870456.8001704792, - 1012974.8091839311, - 1026579.5699409976, - 1172124.2510086778, - 1182197.0635316968, - 1331893.3867271268, - 1337373.2113448104, - 1492171.8234587512, - 1646696.8948264816, - 1652764.8752888201, - 1801689.9732666507, - 1812788.0772041008, - 1957211.5716882187, - 1972132.2599491281, - 2113321.9103546618, - 2130698.0303563294, - 2270081.141075568, - 2288395.736116514, - 2427549.972582523, - 2445144.931945467, - 2585790.900969311, - 2600873.371063741, - 2744870.2650521733, - 2755515.606999688, - 2904861.483574079, - 2909011.225408434, - 2985242.430609112 + 77163.82524900227, + 79250.18519558645, + 232142.72431090142, + 237294.9009407757, + 387888.48315214994, + 394961.44849364104, + 544317.757176412, + 552297.3970473233, + 701342.5690545703, + 709351.3857638795, + 858871.1258824054, + 866172.5060975036, + 1016808.6935774088, + 1022809.8344144914, + 1175058.4935834603, + 1179312.0790814483, + 1333522.590922855, + 1335727.310740572, + 1492102.7487768119, + 1648101.1528627342, + 1651103.2673452857, + 1804200.6118931908, + 1809966.4199947508, + 1960467.4057809147, + 1968569.5609325336, + 2116968.716395821, + 2126792.6281958697, + 2273773.406872029, + 2284518.711121313, + 2430952.955260533, + 2441634.463013337, + 2588582.597381967, + 2598030.3865265315, + 2746742.7532906495, + 2753601.02804985, + 2905520.837175444, + 2908245.12487571, + 2985153.2264542673 ], "speed": [ 0.0, diff --git a/tests/regression_tests/example_routes/smoothed/time/gaussian_random_field.json b/tests/regression_tests/example_routes/smoothed/time/gaussian_random_field.json index cb10b56a..1a77e7ce 100644 --- a/tests/regression_tests/example_routes/smoothed/time/gaussian_random_field.json +++ b/tests/regression_tests/example_routes/smoothed/time/gaussian_random_field.json @@ -2771,9 +2771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -2835,9 +2851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -2899,9 +2931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -2963,9 +3011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -3027,9 +3091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4131,9 +4211,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4195,9 +4291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4259,9 +4371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4323,9 +4451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4387,9 +4531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4451,9 +4611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4515,9 +4691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4579,9 +4771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4643,9 +4851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4707,9 +4931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -4771,9 +5011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -6275,9 +6531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -6339,9 +6611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -7763,9 +8051,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -7987,9 +8291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -8611,9 +8931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15475,9 +15811,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15539,9 +15891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15763,9 +16131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15827,9 +16211,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -15891,9 +16291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -16355,9 +16771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -16819,9 +17251,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -17843,9 +18291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -17987,9 +18451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -19971,9 +20451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20035,9 +20531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20259,9 +20771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20403,9 +20931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20787,9 +21331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20851,9 +21411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20915,9 +21491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -20979,9 +21571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -21043,9 +21651,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -25667,9 +26291,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -25811,9 +26451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -25875,9 +26531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -26019,9 +26691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -26083,9 +26771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -30627,9 +31331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -30691,9 +31411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -30755,9 +31491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -31219,9 +31971,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -31363,9 +32131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -38627,9 +39411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -39091,9 +39891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -40275,9 +41091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -40339,9 +41171,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41043,9 +41891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41107,9 +41971,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41171,9 +42051,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -41955,9 +42851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -43219,9 +44131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -44083,9 +45011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48387,9 +49331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48531,9 +49491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48595,9 +49571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -48739,9 +49731,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -49123,9 +50131,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -49347,9 +50371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -49571,9 +50611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -50435,9 +51491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51379,9 +52451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51443,9 +52531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51587,9 +52691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -51971,9 +53091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52035,9 +53171,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52099,9 +53251,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52163,9 +53331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52387,9 +53571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -52451,9 +53651,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53155,9 +54371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53219,9 +54451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53443,9 +54691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53507,9 +54771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53571,9 +54851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53715,9 +55011,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -53779,9 +55091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54003,9 +55331,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54067,9 +55411,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54131,9 +55491,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -54195,9 +55571,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55219,9 +56611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55283,9 +56691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55347,9 +56771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55411,9 +56851,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55475,9 +56931,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55619,9 +57091,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -55683,9 +57171,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -59027,9 +60531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -59251,9 +60771,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -60195,9 +61731,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -60339,9 +61891,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -64883,9 +66451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66387,9 +67971,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66451,9 +68051,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66755,9 +68371,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66819,9 +68451,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66883,9 +68531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -66947,9 +68611,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -67011,9 +68691,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -68835,9 +70531,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -69539,9 +71251,25 @@ 1.5707963267948966, 1.5707963267948966 ], - "resistance": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "resistance": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ], - "fuel": [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity, Infinity + "fuel": [ + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity, + Infinity ] }, { @@ -170737,7 +172465,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -170749,199 +172476,151 @@ 1.5630000000000002 ], [ - -9.001491046346402, + -9.000608309699073, 1.25 ], [ - -8.932497621022172, + -8.930607153848905, 0.9375 ], [ - -8.8675572987987, + -8.86516530590895, 0.625 ], [ - -8.80590568432173, + -8.804079594757901, 0.3125 ], [ -8.75, - 1e-09 - ], - [ - -8.749999999, 0.0 ], [ - -8.73915097234349, + -8.732175979890911, -0.3125 ], [ - -8.724770814646948, + -8.71370002838571, -0.625 ], [ - -8.697813316092896, + -8.689331336714373, -1.25 ], [ - -8.688375492252773, + -8.687972552857598, -1.875 ], - [ - -8.749999999, - -2.5 - ], [ -8.75, - -2.500000001 + -2.5 ], [ - -8.753758348787223, + -8.754547282097814, -2.8125 ], [ - -8.754787320854637, + -8.756130268437568, -3.125 ], [ - -8.752491369176118, + -8.754446412501075, -3.4375 ], [ - -8.750000001, + -8.752597428815632, -3.75 ], [ -8.75, - -3.75000000104613 - ], - [ - -8.745851880291683, -4.0625 ], - [ - -8.749999999, - -4.375 - ], [ -8.75, - -4.375000001 + -4.375 ], [ - -8.756533574812062, + -8.756795228352358, -5.0 ], [ -8.75, - -5.462595149742212 + -5.464663005778953 ], [ - -8.617330318117276, + -8.618517700791092, -5.625 ], [ -8.125, - -6.227839525545763 + -6.2259713269597015 ], [ - -8.10112230792767, + -8.098555414131066, -6.25 ], [ -7.5, - -6.698127244434357 + -6.690198062009926 ], [ -6.25, - -7.499999999 - ], - [ - -6.249999999, -7.5 ], [ -5.0, - -7.51052300317273 - ], - [ - -3.750000001, - -7.5 + -7.512895859983088 ], [ -3.75, - -7.499999999 + -7.5 ], [ -3.125, - -7.252875382295807 + -7.494555841643917 ], [ -2.5, - -6.9722785798757885 - ], - [ - -1.25, - -6.5296829503679295 - ], - [ - -0.002763223704209894, - -6.25 + -7.5 ], [ 0.0, - -6.24884094301969 + -7.5 ], [ 2.5, - -5.000000001 - ], - [ - 2.500000001, -5.0 ], [ - 3.533650073423337, + 3.537937966194529, -3.75 ], [ 3.75, - -3.6166197996950595 + -3.6214560479124023 ], [ - 3.7562932178945108, + 3.7550128969581564, -2.5 ], [ 3.75, - -1.250000001 - ], - [ - 3.749999999, -1.25 ], [ 3.75, - -1.249999999 - ], - [ - 3.750000001, -0.9375 ], [ 3.75, - -0.6789849247831841 + -0.6859997447021589 ], [ - 3.6930501845861103, + 3.6856558426861015, -0.625 ], [ 3.4375, - -0.312500001 - ], - [ - 3.437499999, -0.3125 ], [ @@ -170950,30 +172629,30 @@ ], [ 2.8125, - 0.3075267634598829 + 0.3118237913771793 ], [ - 2.8045638198364453, + 2.8114122934211174, 0.3125 ], [ 2.5, - 0.44411620068051305 + 0.44574144396455706 ], [ - 1.9465799337727288, + 1.9461882793196819, 0.625 ], [ 1.875, - 0.6911122841862161 + 0.6908344317739449 ], [ 1.5625, 0.9375 ], [ - 1.4229213627587973, + 1.417048398321115, 1.25 ], [ @@ -170981,124 +172660,96 @@ 1.5625 ], [ - 1.124989643759542, + 1.1130029356866917, 1.875 ], [ 0.9375, - 2.187499999 - ], - [ - 0.937499999, 2.1875 ], [ 0.625, - 2.3444857090761246 + 2.3444857093915337 ], [ 0.3125, - 2.450961287414258 + 2.4509612875939886 ], [ 0.0, - 2.476317760142603 + 2.4763177602326363 ], [ -0.3125, 2.5 ], - [ - -0.312500001, - 2.8125 - ], [ -0.3125, - 3.124999900789012 + 2.8125 ], [ - -0.3124999922691044, + -0.2196548265201146, 3.125 ], [ - -0.14807947046394773, + -0.09824188865469043, 3.4375 ], - [ - -1e-09, - 3.75 - ], [ 0.0, - 3.750000001 + 3.75 ], [ - 0.011141292382611403, + 0.09024660942150525, 4.0625 ], [ - 0.029834766342454813, + 0.17935018335884367, 4.375 ], [ - 0.047192869278452294, + 0.24354519523339596, 4.6875 ], [ - 0.06339131900537644, + 0.2739649693430166, 5.0 ], [ - 0.08717308400059408, + 0.2896440923855486, 5.3125 ], [ - 0.12233750675574043, + 0.31241136923555773, 5.625 ], [ - 0.13083274785004897, + 0.3051137867095309, 5.9375 ], [ - 0.1305527926724152, + 0.28314755660648205, 6.25 ], [ - 0.22622719434421806, + 0.3152201293849721, 6.875 ], [ - 0.5756590293302222, + 0.5207973436194493, 7.5 ], [ 1.25, - 8.124999999 - ], - [ - 1.250000001, - 8.125 - ], - [ - 1.875, - 8.136392119410244 - ], - [ - 2.499999999, - 8.125 + 8.75 ], [ 2.5, - 8.124999999 - ], - [ - 4.999999999, - 7.5 + 8.75 ], [ 5.0, - 7.499999999 + 7.5 ], [ 5.625, @@ -171111,279 +172762,222 @@ "to": "B", "traveltime": [ 0.0, - 0.07218283380792659, - 0.12746929445903235, - 0.18730971569676447, - 0.24931185193455377, - 0.31194600381597426, - 0.311946004144026, - 0.3952602665401627, - 0.47277373409962453, - 0.6397425535425069, - 0.8749832212985733, - 1.0881183836279353, - 1.088118383997719, - 1.1497123347842995, - 1.2054858571004337, - 1.2575011511492182, - 1.3098190780236034, - 1.3098190782675199, - 1.3617035660777976, - 1.4188448740949613, - 1.4188448744146787, - 1.5410790216954329, - 1.6174469223191497, - 1.6641200047143345, - 1.8377856623464865, - 1.846593440027318, - 2.0421043112588495, - 2.468716202559004, - 2.4687162031577694, - 2.8123270862436414, - 3.159433405160274, - 3.1594334056434628, - 3.3468824395309995, - 3.5197946938843, - 3.8934020936710643, - 4.373572178995872, - 4.374805102015475, - 5.42957526521641, - 5.429575265933842, - 6.274574365278834, - 6.358864482008951, - 6.5862937595915225, - 6.812982777257075, - 6.812982777696525, - 6.812982778261044, - 6.9170870088857495, - 7.000883306867774, - 7.037145093335192, - 7.2420732167792625, - 7.242073217440201, - 7.372474842515779, - 7.499856015803116, - 7.50351108701201, - 7.622647270343442, - 7.889183750263736, - 7.942675345438796, - 8.186337153543775, - 8.539725718652681, - 8.872853098675712, - 9.27433540876798, - 9.731762888397883, - 9.731762891093805, - 10.142464664758316, - 10.588145799010215, - 11.09733978623191, - 11.658115022068875, - 12.319588287857481, - 12.91654238238107, - 12.916542593447414, - 13.578978482807905, - 14.145789699505375, - 14.145789702314037, - 14.584792581282057, - 14.968320669303417, - 15.333662080691965, - 15.70506010013, - 16.00814673960847, - 16.238108744037305, - 16.507059851162, - 16.78381446529335, - 17.20483575754812, - 17.492641896852344, - 17.76784469054013, - 17.767844691339327, - 18.09233176814494, - 18.473301024094905, - 18.473301025085544, - 19.92380278435747, - 19.92380278595778, - 20.718369839186554 + 0.07393292326939442, + 0.13030764035808642, + 0.19129701060164672, + 0.2543341290967355, + 0.3175811621635068, + 0.4014343340406933, + 0.47959155023032407, + 0.6473854054841901, + 0.8827104339591534, + 1.0987308777067286, + 1.1603538416605497, + 1.2161320341836366, + 1.268146935111509, + 1.3204648271941086, + 1.37262235586454, + 1.424578875347388, + 1.5468874096056366, + 1.6235798592307509, + 1.6690225420401932, + 1.8412572687351991, + 1.8507557551800997, + 2.0676550821640576, + 2.583391264481767, + 3.0354169584416058, + 3.4803062886276166, + 3.7098117441199148, + 3.899466754827285, + 4.5155754189575745, + 6.1206350454340255, + 7.153371256313909, + 7.245091718050656, + 7.473599385987818, + 7.700216018034419, + 7.804320249020112, + 7.885842730096128, + 7.921084484098426, + 8.096377394633043, + 8.217723546347825, + 8.341009804451284, + 8.341441749912729, + 8.446883906930475, + 8.658901629031067, + 8.702848286019437, + 8.894810199331255, + 9.184891742063789, + 9.450038091695548, + 9.770484206422944, + 10.14126106495539, + 10.476762651747052, + 10.820035510421292, + 11.170409587332948, + 11.507226308039508, + 12.168699573221092, + 12.871752537337759, + 13.565328889517374, + 14.102923063459642, + 14.52996686152029, + 14.897966123936325, + 15.247681872912008, + 15.606610239562224, + 15.899831772238766, + 16.119560272454716, + 16.38821100980071, + 16.671377204037636, + 17.0702790952908, + 17.306680228449512, + 17.685922443464523, + 18.093815557488732, + 19.293405452241174, + 19.811658991485423 ], "fuel": [ 0.0, - 3.730430098489848, - 6.464500307687226, - 9.83831138636352, - 13.182351473728076, - 16.45696863497632, - 16.456968651220237, - 20.245885935743747, - 23.89005704136336, - 31.3661097373811, - 41.00092146165936, - 49.94684010660125, - 49.946840123784526, - 53.12912180271116, - 56.22881649082577, - 59.04468878581805, - 61.04864297867401, - 61.04864298785018, - 63.16887000208872, - 66.28951022902544, - 66.28951024483709, - 72.76638024963272, - 77.22418223059695, - 79.54640672943324, - 88.15197518701532, - 88.55392751275572, - 97.56958648977887, - 116.56649139261907, - 116.56649141727647, - 132.03871058046497, - 147.61812983117397, - 147.6181298513018, - 156.0572216636678, - 164.10075178782228, - 181.26373039334297, - 201.5127273814021, - 201.5630066953946, - 245.48677647842436, - 245.48677650719677, - 279.8177624184179, - 283.55310270967703, - 296.05469280606184, - 308.43388028156767, - 308.4338803015934, - 308.4338803258042, - 313.09751372100055, - 316.87130709110204, - 318.3838358061684, - 326.80749146723196, - 326.8074914947211, - 332.84223595679146, - 338.74074363331744, - 338.8976614487733, - 344.1026941554601, - 355.17960991146253, - 357.3552151289026, - 367.1707389821321, - 380.9574690409351, - 394.0094372299513, - 409.70412043639783, - 427.4557053255229, - 427.45570542952714, - 443.37687769620413, - 460.60040366543325, - 480.22136767169474, - 501.8201137754681, - 527.375492363817, - 550.4391641747372, - 550.4391723150067, - 576.1793479338307, - 598.2694948554415, - 598.2694949644126, - 615.2165714696267, - 630.0621527054417, - 644.2162660777487, - 658.6067128300705, - 670.4057349694484, - 679.4330500012244, - 689.9095573173646, - 700.6763101173103, - 717.2963512771413, - 729.5711766404636, - 742.1833690805116, - 742.1833691127086, - 755.4445439407381, - 770.7408065149534, - 770.7408065539718, - 829.4367734385336, - 829.436773500944, - 860.5077000057115 + 3.8208752370041044, + 6.608762772739139, + 10.047351752448208, + 13.447212854508884, + 16.753872458850406, + 20.567297953478864, + 24.24173386637915, + 31.75472765846259, + 41.39299456611219, + 50.46001708032185, + 53.643797738764796, + 56.743751980428875, + 59.55960299363654, + 61.563555853849, + 63.49985928102969, + 66.39395386128449, + 72.8747654388239, + 77.35151222735169, + 79.61251805549517, + 88.14718029992275, + 88.58065385657831, + 98.58260593277477, + 121.5481898985301, + 141.90214534234286, + 161.87042888373145, + 172.20293137878517, + 181.1598907797658, + 213.13653753831807, + 279.9759988551215, + 321.9344486726518, + 325.9990667981093, + 338.5599350767945, + 350.935169669374, + 355.59880308074173, + 359.2701943713795, + 360.74017613705104, + 367.9456640581476, + 373.56133807010804, + 379.27022676273333, + 379.28877084418406, + 383.8955146611666, + 392.70670045903597, + 394.4940948323024, + 402.2269716162255, + 413.54390804132487, + 423.93237181931937, + 436.3911697529718, + 450.7800667306678, + 463.7860455249471, + 477.05196266059505, + 490.5530591470655, + 503.52584818827336, + 529.0812267531705, + 556.1961160098625, + 582.9515109556814, + 603.7101417277432, + 620.195555066771, + 634.4400474926111, + 647.9887890389637, + 661.8960779254073, + 673.3110560377587, + 681.9366478951425, + 692.4014548460462, + 703.4176412399737, + 719.1645071902833, + 729.1306637436318, + 746.510849944015, + 763.7444212458186, + 812.0573990907965, + 832.3233005817527 ], "distance": [ 0.0, - 35529.362439483644, - 71174.36630702353, - 106725.07966605377, - 142203.2753505162, - 177563.36681154394, - 177563.3669690216, - 212392.4376496312, - 247237.35254059054, - 316918.24524132296, - 386542.41890202375, - 456495.4951675392, - 456495.495324942, - 491306.1297585336, - 526114.442777944, - 560923.5033358036, - 595732.7292370297, - 595732.729398018, - 630543.9040396479, - 665355.0765256518, - 665355.0766829003, - 734975.1037619769, - 786506.8211381412, - 809817.3116901374, - 896326.0085409724, - 899941.9620012615, - 983106.8661934343, - 1147658.5098668216, - 1147658.5100236274, - 1285624.2807366238, - 1423586.7134291371, - 1423586.713585943, - 1497856.4109357246, - 1573622.2281420908, - 1720278.7540006055, - 1861695.7249271253, - 1862027.6387667605, - 2171679.72019691, - 2171679.7203540886, - 2352028.0458814614, - 2380282.12460651, - 2504659.9027794953, - 2643894.1618035478, - 2643894.1619610065, - 2643894.162118465, - 2678702.287007079, - 2707497.2471751794, - 2716234.7774434173, - 2761188.1285550753, - 2761188.1287125517, - 2810399.524309734, - 2859221.0408479837, - 2860263.799067212, - 2897201.4791766577, - 2962017.8900363604, - 2972867.557662978, - 3017175.5339762787, - 3055293.3961654766, - 3095067.548775299, - 3132552.5373089104, - 3173132.830152126, - 3173132.8303095466, - 3212045.415338905, - 3248771.7504254887, - 3283642.306839525, - 3318497.594446151, - 3353305.719446151, - 3388113.833395436, - 3388113.8444795124, - 3427428.3009593827, - 3465929.763067687, - 3465929.763224996, - 3500759.882700946, - 3535629.8453280292, - 3570491.252408636, - 3605345.74251253, - 3640253.637112997, - 3675279.310804648, - 3710100.156857065, - 3744908.295659263, - 3815325.0016306746, - 3894935.808778853, - 3996845.893303065, - 3996845.893459755, - 4065734.8117153174, - 4134621.773777348, - 4134621.773934038, - 4418790.014123366, - 4418790.014280172, - 4516793.67372597 + 35548.417127253204, + 71217.74935922053, + 106779.85475659303, + 142245.91923001295, + 177570.80041200353, + 212435.4324481138, + 247304.26821333595, + 316973.3458978342, + 386589.76014848397, + 456547.2448070948, + 491359.0434534945, + 526167.6134414403, + 560976.2416612469, + 595784.9730369253, + 630594.293845633, + 665402.418845633, + 735022.7546192148, + 786785.1938429156, + 809833.9626994852, + 896264.3916216227, + 900230.2055966473, + 982639.5617773789, + 1147674.1466684549, + 1285642.4160719174, + 1423606.5941879246, + 1492589.6554480486, + 1561573.579268281, + 1837495.162800766, + 2229509.800900001, + 2410160.7367572067, + 2437727.19532965, + 2562642.9401933677, + 2701876.5563683845, + 2736684.6813683845, + 2764698.28880499, + 2774570.70591349, + 2819007.7736390247, + 2868219.169314898, + 2917377.684646829, + 2917520.282580904, + 2955229.809575464, + 3020031.639314345, + 3030828.2862440557, + 3075155.4403897612, + 3113544.3755430295, + 3153006.408169417, + 3191006.605142811, + 3230917.7270467496, + 3269830.312191271, + 3306556.647272967, + 3341427.203686189, + 3376282.491292054, + 3411090.616292054, + 3447397.273540223, + 3484730.098121225, + 3521209.9568241513, + 3557432.9169324883, + 3593619.9350770717, + 3629149.8846148876, + 3664121.2502518706, + 3698972.776766818, + 3733872.2619875693, + 3768689.7744983234, + 3803582.7693141606, + 3873289.4303102586, + 3946519.5049530505, + 4107338.958442472, + 4244870.698075949, + 4553165.373155965, + 4651169.032680773 ], "speed": [ 0.0, @@ -171392,21 +172986,17 @@ 24.209537312087708, 22.8190828868342, 21.984379169560643, - 18.63798429525334, 15.999007172199901, 17.375377394303275, 15.446669488884574, 10.51579109215816, 12.309444110383518, - 16.439447640771217, 21.936341725780284, 24.581994386926016, 26.5, 26.5, 26.5, 26.5, - 23.96174153939164, - 19.28727686964381, 22.74075669182206, 26.5, 19.858198190159612, @@ -171414,28 +173004,20 @@ 16.08769432686657, 15.838393503754265, 13.906104477851148, - 9.144025337019194, 14.736820577974102, 14.752502592771433, - 11.48920831642899, 14.5656173541534, 16.807008435421636, - 15.344795658971913, - 10.828971269430593, - 9.634672711845788, + 20.330570194724807, 11.069999813090215, - 8.244689060475833, 8.817585473300444, 13.870267882464008, 23.455569489317682, 26.5, - 16.705141037017974, - 11.939192662655543, 14.986090946724833, 14.960156164009755, 11.939192662655543, 10.77411182955342, - 11.707761862307212, 17.32303460214528, 17.395871622308427, 13.464394149791643, @@ -171447,17 +173029,14 @@ 6.2409062839371705, 5.16619099106896, 5.214011773899606, - 3.979141721231896, 5.046808818917155, 4.458145537314344, 3.844056380689419, 3.737062315199262, 3.6342642071141458, - 4.0129259261114045, 3.6436783527393217, 3.6662649616701874, 4.145349419706935, - 3.631451488040295, 4.043299446093943, 4.836205969586473, 5.069768656310444, @@ -171469,12 +173048,8 @@ 7.447944390533117, 12.48598205707684, 16.43758749051255, - 8.912752959029854, - 10.412878375176748, - 8.824764629732353, - 7.1937514211486615, + 12.62323764738259, 9.328338892462494, - 6.3033510014955025, 6.753981314257646 ] } diff --git a/tests/regression_tests/example_routes/smoothed/time/great_circle_forward.json b/tests/regression_tests/example_routes/smoothed/time/great_circle_forward.json index 7545d3d7..a27e4f03 100644 --- a/tests/regression_tests/example_routes/smoothed/time/great_circle_forward.json +++ b/tests/regression_tests/example_routes/smoothed/time/great_circle_forward.json @@ -112828,7 +112828,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -112841,315 +112840,315 @@ ], [ -76.0, - -79.26726646045648 + -79.18193148385858 ], [ -72.0, - -78.94036732327417 + -78.74728020238229 ], [ -68.0, - -78.54174362325642 + -78.22715252972434 ], [ -64.0, - -78.06198152457226 + -77.60801521827366 ], [ -60.0, - -77.48915978860829 + -76.8727124921211 ], [ - -56.0, - -76.80820093269878 + -56.002401369305574, + -76.0 ], [ - -52.0, - -76.000000001 + -56.0, + -75.99939638850331 ], [ - -51.999999999, - -76.0 + -52.0, + -74.8620688646833 ], [ -48.0, - -74.62535286897408 + -73.49676870485155 ], [ - -44.0, - -72.95037114589778 + -44.32794782939814, + -72.0 ], [ - -42.002071066716326, - -72.0 + -44.0, + -71.84145996632863 ], [ -40.0, - -70.83795916225614 + -69.57565991341592 ], [ - -36.000315406294575, + -37.60905687941111, -68.0 ], [ -36.0, - -67.99974063898529 + -66.68810821490682 ], [ - -32.000000001, + -33.17727615826802, -64.0 ], [ -32.0, - -63.999999999 + -62.568218952677796 ], [ - -28.01114902807833, + -30.130953954095453, -60.0 ], [ -28.0, - -59.98645552572514 + -56.02398238682907 ], [ - -25.145649187427527, + -27.98786825050846, -56.0 ], [ - -24.0, - -53.93282902120822 - ], - [ - -23.005338612718553, + -26.252281574051217, -52.0 ], [ - -21.32298410169842, + -24.935494476771897, -48.0 ], [ - -20.0, - -44.000000001 + -24.0, + -44.43741218110598 ], [ - -19.999999999, + -23.88851328719634, -44.0 ], [ - -19.697997522646663, + -22.974303276168133, -40.0 ], [ - -19.444611432711877, + -22.20950506084059, -36.0 ], [ - -19.22681798134451, + -21.553917359640486, -32.0 ], [ - -19.03548032652996, + -20.979532504892184, -28.0 ], [ - -18.863979435030647, + -20.46616707923599, -24.0 ], [ - -18.707369182241827, + -20.0, + -20.01067821532816 + ], + [ + -19.998734210044265, -20.0 ], [ - -18.56183520399527, + -19.54097728215476, -16.0 ], [ - -18.42433549352706, + -19.109957505041276, -12.0 ], [ - -18.29235230310888, + -18.69766277495688, -8.0 ], [ - -18.163712932704303, + -18.29720444789647, -4.0 ], [ - -18.036452607915137, + -17.90237634390639, 0.0 ], [ - -17.90870139859935, + -17.507293485798595, 4.0 ], [ - -17.778581814313196, + -17.106067069546736, 8.0 ], [ - -17.644105724147465, + -16.692479071960975, 12.0 ], [ - -17.503059156520834, + -16.25961984648902, 16.0 ], [ - -17.352861317990445, + -16.0, + 18.2894711880094 + ], + [ + -15.802586995715952, 20.0 ], [ - -17.190379210022375, + -15.31336367110547, 24.0 ], [ - -17.011670054285364, + -14.775592264258089, 28.0 ], [ - -16.811607426338004, + -14.173532217991195, 32.0 ], [ - -16.583317772316637, + -13.486014137979591, 36.0 ], [ - -16.31730022421742, + -12.683639517241794, 40.0 ], [ - -16.000000001, - 44.0 + -12.0, + 42.92551811417018 ], [ - -16.0, - 44.000000001 + -11.740024163274777, + 44.0 ], [ - -13.915661612264799, + -10.631362772442678, 48.0 ], [ - -12.0, - 50.9641940594008 - ], - [ - -11.296549513337402, + -9.224346487644443, 52.0 ], [ -8.0, - 55.999999999 + 54.76495185578379 ], [ - -7.999999999, + -7.420748232936084, 56.0 ], [ - -6.17932588939752, + -5.082456002128817, 60.0 ], [ -4.0, - 63.389945714684536 + 61.43967564302248 ], [ - -3.5847557124446348, + -1.8043359260445127, 64.0 ], [ 0.0, - 67.99566629825611 + 65.64935318287826 ], [ - 0.00393645834701858, + 3.0038756589741173, 68.0 ], [ 4.0, - 71.41669501667407 - ], - [ - 4.7445755941730745, - 72.0 + 68.62855789431927 ], [ 8.0, - 74.01345740119103 + 70.77070268027555 ], [ - 11.999999997556655, - 76.0 + 10.633329111399787, + 72.0 ], [ 12.0, - 76.000000001 + 72.53416198358381 ], [ 16.0, - 76.77742029002788 + 73.88721124303532 ], [ 20.0, - 77.4385474807895 + 75.03164821020772 + ], + [ + 23.9884213076888, + 76.0 ], [ 24.0, - 77.99951442428872 + 76.00238519057639 ], [ 28.0, - 78.47325177553479 + 76.74018005751778 ], [ 32.0, - 78.87011237704085 + 77.36681907409223 ], [ 36.0, - 79.19834955340909 + 77.89708728383938 ], [ 40.0, - 79.46448271854302 + 78.34286746416808 ], [ 44.0, - 79.67357515322436 + 78.71368653757558 ], [ 48.0, - 79.82944227304364 + 79.01713451921722 ], [ 52.0, - 79.9348036938714 + 79.25918434584723 ], [ 56.0, - 79.99138850009706 + 79.4444336790175 ], [ 60.0, - 79.999999999 + 79.57628417963653 ], [ 64.0, - 79.9941372381478 + 79.65706940220248 ], [ 68.0, - 79.9400492169634 + 79.68813900768586 ], [ 72.0, - 79.83642152729469 + 79.66990415903165 ], [ 76.0, - 79.68095962175802 + 79.60174758956514 ], [ 79.5, @@ -113162,249 +113161,249 @@ "to": "B", "traveltime": [ 0.0, - 0.11884832977944354, - 0.2612483701057424, - 0.4126159966910633, - 0.5751098843459715, - 0.7512875069242582, - 0.9442263161662756, - 1.157683348794005, - 1.1576833489741871, - 1.4520450400296991, - 1.7991906953749128, - 1.9946809820647884, - 2.225211746786031, - 2.7727888343763256, - 2.772838743933289, - 3.520824790724764, - 3.5208247909159693, - 4.285306066806142, - 4.287871016023677, - 5.029418170334611, - 5.408420465353231, - 5.762104466268402, - 6.4857234554449485, - 7.20319565394663, - 7.203195654162327, - 7.90476774236871, - 8.606131992445562, - 9.3073514062017, - 10.008467779641814, - 10.709509874811243, - 11.410498199141411, - 12.111447916663773, - 12.812370693042444, - 13.513275915848359, - 14.214171544307687, - 14.915064742887754, - 15.61596239965271, - 16.31687160350119, - 17.01780014493883, - 17.71875710977581, - 18.419753655526062, - 19.120804103020237, - 19.821927555882965, - 20.523150409006583, - 21.22451038793593, - 21.926063310956543, - 22.62789489137114, - 22.627894891586838, - 23.375978996005585, - 23.941522373837753, - 24.138807902070788, - 24.924271338804132, - 24.92427133900476, - 25.64712240584847, - 26.27070492426695, - 26.382396694126232, - 27.134294719813624, - 27.135096406150755, - 27.788330934566854, - 27.89860808486832, - 28.292752948050353, - 28.690528178461793, - 28.690528178665208, - 28.907844734377125, - 29.10546247812349, - 29.286675198392825, - 29.454230416632743, - 29.61044827040968, - 29.757315303199732, - 29.896559255439705, - 30.029709513563635, - 30.158146800081823, - 30.283144904686658, - 30.405906702733617, - 30.527596337147987, - 30.649177331933526, - 30.77119280735317, - 30.894830144636828, - 31.02133937094737, - 31.135561465937858 + 0.12476621313482646, + 0.2766308816417122, + 0.4408360389657467, + 0.6201782419488346, + 0.818061819937295, + 1.0385497105251142, + 1.0386963907181315, + 1.3001656852112229, + 1.6011694440678497, + 1.9206240350114554, + 1.9535722949699368, + 2.406425465847394, + 2.7186411025453805, + 2.971465020057608, + 3.4812342495807718, + 3.747763863464248, + 4.222128172169667, + 4.943009771582441, + 4.947374352920323, + 5.668217496656776, + 6.382985069773631, + 7.0164666331955114, + 7.094329692194986, + 7.804264226952196, + 8.512270800819408, + 9.218936019197132, + 9.92464610830699, + 10.62966529355198, + 11.332301107693, + 11.334182790684082, + 12.038757981033173, + 12.743042511908383, + 13.447130731141746, + 14.151101932120417, + 14.855026782715848, + 15.558972519108613, + 16.263007660552137, + 16.96720689219078, + 17.67165679936852, + 18.07499618285268, + 18.376361188465598, + 19.081508207574494, + 19.787306905568606, + 20.493999882869385, + 21.201935108154718, + 21.911630135066822, + 22.432126472871364, + 22.623233245661446, + 23.337546045327667, + 24.057207884596156, + 24.55910046565984, + 24.783170621042597, + 25.520148886828256, + 25.789495919248843, + 26.274081783576637, + 26.59440537516663, + 27.05967789979506, + 27.18767850696776, + 27.641378480200476, + 27.904808784635755, + 28.02403959360537, + 28.340757347612943, + 28.619913027028822, + 28.86744784675892, + 28.868091962573523, + 29.0811067661254, + 29.27561281517302, + 29.454698751701365, + 29.620963963662764, + 29.776623773547566, + 29.92359300428872, + 30.06355317641052, + 30.198007391304944, + 30.32832606322107, + 30.45578601565842, + 30.58160500647239, + 30.706973452923954, + 30.83308660611554, + 30.94508376784759 ], "fuel": [ 0.0, - 3.2467806426078876, - 7.136963157549532, - 11.272128378859385, - 15.711248473850484, - 20.52419027715041, - 25.79502573792058, - 31.626392176560294, - 31.626392181482633, - 39.66796787899543, - 49.151532318074466, - 54.49207079951922, - 60.78986922724256, - 75.74895776995155, - 75.75032123365129, - 96.18431994587728, - 96.18431995110076, - 117.06894670860449, - 117.13901776037456, - 137.397114366913, - 147.75096046011456, - 157.41314393297063, - 177.18146655931238, - 196.78186691855663, - 196.7818669244492, - 215.94789710434043, - 235.10824941886312, - 254.264644994883, - 273.4182256444828, - 292.56977710905426, - 311.7198596247531, - 330.8688874530491, - 350.0171792846005, - 369.16499157554466, - 388.3125417615115, - 407.46002556636086, - 426.6076311629798, - 445.7555522107905, - 464.9040015361989, - 484.0532273516343, - 503.2035344657572, - 522.3553141048967, - 541.5090881550461, - 560.6655776900789, - 579.8258133224483, - 598.9913199345765, - 618.1644391015835, - 618.164439107476, - 638.6011166255942, - 654.051020676481, - 659.4406028045798, - 680.8984347033936, - 680.8984347088746, - 700.6457787032919, - 717.6812360263109, - 720.7325088291404, - 741.273377678937, - 741.2952786992178, - 759.1407900823431, - 762.1534173324292, - 772.9209385465481, - 783.7876366365043, - 783.7876366420613, - 789.724440194228, - 795.123098014849, - 800.07359208958, - 804.650981104292, - 808.9186481772241, - 812.9308630731753, - 816.7348253970207, - 820.3723159821833, - 823.8810543584838, - 827.2958387912713, - 830.6495302591303, - 833.9739316214029, - 837.2953650913664, - 840.6286680029536, - 844.0062780555401, - 847.4623443533048, - 850.5827423232339 + 3.408449461674388, + 7.557193217007361, + 12.043062957082341, + 16.942456950491735, + 22.348377014284235, + 28.37181727986042, + 28.37582439053859, + 35.518822912873276, + 43.74185119961109, + 52.46893204283988, + 53.369035332800564, + 65.74039058766289, + 74.26971268610312, + 81.17653083735806, + 95.10275823730944, + 102.38399805485295, + 115.3430094091313, + 135.03655013392856, + 135.15578477716858, + 154.84827494327723, + 174.37478848087864, + 191.68067474267184, + 193.80779149057128, + 213.20227275291737, + 232.5440846499559, + 251.8492524725997, + 271.1283274151512, + 290.3885277694059, + 309.5836175480313, + 309.63502266177846, + 328.8830936572437, + 348.12322421673366, + 367.35799179939545, + 386.58956259666815, + 405.8198671622036, + 425.0507423003555, + 444.2840598673468, + 463.5218601634613, + 482.7665085868438, + 493.7852120480369, + 502.01810912281496, + 521.2818017307309, + 540.563297351896, + 559.8692235119452, + 579.2090862592148, + 598.5970244810597, + 612.8163024235283, + 618.0370890489489, + 637.5511787717687, + 657.2113972476759, + 670.9224449324867, + 677.0437479784191, + 697.1770285370617, + 704.5352365373756, + 717.7734873979529, + 726.5243082001894, + 739.234943926449, + 742.7317527952116, + 755.1262415808544, + 762.3228123252983, + 765.5800417982192, + 774.232355842433, + 781.8585232263881, + 788.6208501565401, + 788.6384465566101, + 794.4577318763503, + 799.7713822750552, + 804.6637754047069, + 809.2059231381851, + 813.458345183189, + 817.4733519932541, + 821.2968805058082, + 824.9699934813661, + 828.530128841559, + 832.0121677313716, + 835.4493776997857, + 838.874279386567, + 842.3195254856964, + 845.379141194335 ], "distance": [ 0.0, - 75587.53773972609, - 166153.96338725218, - 262423.7738955163, - 365769.8864440379, - 477818.8544038282, - 600527.9370817513, - 736286.6098329872, - 736286.609947583, - 923500.6454588887, - 1144285.2822584447, - 1268617.1045932055, - 1415234.670955916, - 1763493.6986633434, - 1763525.441141572, - 2239244.5669009504, - 2239244.567022557, - 2725454.6584887067, - 2727085.966191058, - 3198709.9563328126, - 3439755.415964655, - 3664698.4405467035, - 4124920.1176629877, - 4581232.435910057, - 4581232.43604724, - 5027432.2841465, - 5473499.947195377, - 5919475.494344282, - 6365385.507852195, - 6811248.280379951, - 7257076.854653939, - 7702880.874998161, - 8148667.760774995, - 8594443.482479557, - 9040213.10217969, - 9485981.176476613, - 9931752.086179124, - 10377530.339826757, - 10823320.892181095, - 11269129.521817416, - 11714963.324914575, - 12160831.40952087, - 12606745.925541565, - 13052723.660128184, - 13498788.60672725, - 13944976.26576836, - 14391341.150912046, - 14391341.15104923, - 14867122.641459553, - 15226808.229760813, - 15352281.825717023, - 15851836.571479429, - 15851836.571607029, - 16311569.85011963, - 16708168.331833784, - 16779204.29746429, - 17257411.44180147, - 17257921.314311884, - 17673378.474384524, - 17743514.741976257, - 17994190.87496003, - 18247175.921501707, - 18247175.92163108, - 18385389.25106386, - 18511074.136086546, - 18626325.426177844, - 18732890.544978432, - 18832245.099980563, - 18925652.532835037, - 19014211.68645966, - 19098895.250626482, - 19180581.364852052, - 19260080.159380727, - 19338156.662938595, - 19415551.270426136, - 19492876.78310974, - 19570478.625476632, - 19649111.97198904, - 19729571.839922544, - 19802217.092336494 + 79351.31155374963, + 175937.24072412896, + 280371.7207822149, + 394433.3618794589, + 520287.3174801197, + 660517.6158939728, + 660610.9044967317, + 826905.3757943378, + 1018343.7664271524, + 1221516.8862672856, + 1242471.9796008796, + 1530486.5962789422, + 1729055.7412188617, + 1889851.7527566382, + 2214064.9827333703, + 2383577.817163261, + 2685273.5174999074, + 3143754.2147264313, + 3146530.0884573245, + 3604986.3278737087, + 4059578.504376028, + 4462472.778712344, + 4511993.684236011, + 4963512.0483415965, + 5413804.229321144, + 5863243.308209376, + 6312074.9248832455, + 6760467.12669906, + 7207343.504492749, + 7208540.254875077, + 7656650.075937099, + 8104575.037573732, + 8552375.145006152, + 9000100.828828586, + 9447797.03380728, + 9895506.522153078, + 10343272.87211116, + 10791143.583433338, + 11239173.72439838, + 11495697.572294306, + 11687365.715864122, + 12135839.220017381, + 12584727.191941636, + 13034183.92550493, + 13484430.728786403, + 13935796.765902502, + 14266832.43674619, + 14388376.34424068, + 14842679.284828398, + 15300384.214603158, + 15619587.896159658, + 15762096.514983093, + 16230814.692022773, + 16402119.404642265, + 16710316.014354741, + 16914041.818605978, + 17209955.14426966, + 17291363.530431498, + 17579916.713407505, + 17747458.38702834, + 17823289.181533016, + 18024721.673081834, + 18202264.685190335, + 18359696.830538675, + 18360106.488196764, + 18495583.903255757, + 18619289.75045004, + 18733188.406082068, + 18838933.080889516, + 18937932.71997625, + 19031405.150727622, + 19120419.820197087, + 19205932.70086994, + 19288815.376208596, + 19369879.90595875, + 19449900.784116436, + 19529635.11605963, + 19609843.08148948, + 19681073.276351064 ], "speed": [ 0.0, diff --git a/tests/regression_tests/example_routes/smoothed/time/great_circle_reverse.json b/tests/regression_tests/example_routes/smoothed/time/great_circle_reverse.json index 5ba2ac85..622273ab 100644 --- a/tests/regression_tests/example_routes/smoothed/time/great_circle_reverse.json +++ b/tests/regression_tests/example_routes/smoothed/time/great_circle_reverse.json @@ -112828,7 +112828,6 @@ } }, "paths": { - "type": "FeatureCollection", "features": [ { "type": "Feature", @@ -112841,315 +112840,315 @@ ], [ 76.0, - 79.26829775648511 + 79.16926638670412 ], [ 72.0, - 78.94222817673369 + 78.71794705900061 ], [ 68.0, - 78.54397793007945 + 78.17831133314586 ], [ 64.0, - 78.06411511054962 + 77.5362322093509 ], [ 60.0, - 77.49075879600439 + 76.77392087611595 ], [ - 56.0, - 76.80897778506849 + 56.52622482068735, + 76.0 ], [ - 52.0, - 76.000000001 + 56.0, + 75.86445036481625 ], [ - 51.999999999, - 76.0 + 52.0, + 74.69128495958077 ], [ 48.0, - 74.61295532514056 + 73.28613947519536 ], [ - 44.0, - 72.93107917135853 + 44.86762083255569, + 72.0 ], [ - 42.04246517109232, - 72.0 + 44.0, + 71.576565314122 ], [ 40.0, - 70.81431910200972 + 69.28371619932376 ], [ - 36.00131433960033, + 38.03087447014669, 68.0 ], [ 36.0, - 67.9989113294166 + 66.36066521976535 ], [ - 32.000000001, + 33.4573670840712, 64.0 ], [ 32.0, - 63.999999999 + 62.278547884874556 ], [ - 28.016161834589475, + 30.27234025325773, 60.0 ], [ - 28.0, - 59.98025188847564 - ], - [ - 25.152734712873972, + 28.010756721721993, 56.0 ], [ - 24.0, - 53.917552096742874 + 28.0, + 55.9773805051611 ], [ - 23.011643946669505, + 26.30955484850579, 52.0 ], [ - 21.3257372872496, + 25.017992780215618, 48.0 ], [ - 20.0, - 44.000000001 + 24.0, + 44.00297454040318 ], [ - 19.999999999, + 23.999260265781164, 44.0 ], [ - 19.697900742648137, + 23.096952144465345, 40.0 ], [ - 19.44443509853526, + 22.34193080894067, 36.0 ], [ - 19.226575598120696, + 21.69460993863944, 32.0 ], [ - 19.035182901923168, + 21.127407014540104, 28.0 ], [ - 18.863636287111987, + 20.620444696672944, 24.0 ], [ - 18.706988488717297, + 20.15893355947144, 20.0 ], [ - 18.561424384120144, + 20.0, + 18.544526205730833 + ], + [ + 19.727187974390713, 16.0 ], [ - 18.423901478336273, + 19.31828464638097, 12.0 ], [ - 18.291901729393338, + 18.927290960575593, 8.0 ], [ - 18.163252284432943, + 18.547705208943565, 4.0 ], [ - 18.035988321899723, + 18.173672956891807, 0.0 ], [ - 17.90823994718132, + 17.799646255909376, -4.0 ], [ - 17.778129775676582, + 17.42007730355403, -8.0 ], [ - 17.64366984999944, + 17.029112115296186, -12.0 ], [ - 17.50264644713298, + 16.620249774528205, -16.0 ], [ - 17.352479116029482, + 16.185926295735314, -20.0 ], [ - 17.190035327580524, + 16.0, + -21.626669549091375 + ], + [ + 15.721603008893412, -24.0 ], [ - 17.011372952831707, + 15.214868042562642, -28.0 ], [ - 16.811366478450488, + 14.647930357516037, -32.0 ], [ - 16.583143649853497, + 14.000922929505354, -36.0 ], [ - 16.317205485535364, + 13.246277879351775, -40.0 ], [ - 16.000000001, + 12.344430353537293, -44.0 ], [ - 16.0, - -44.000000001 + 12.0, + -45.338169043498034 ], [ - 13.917115399592191, + 11.26368014926006, -48.0 ], [ - 12.0, - -50.968174831604095 - ], - [ - 11.298710414256567, + 9.91023071876182, -52.0 ], [ - 8.0, - -55.999999999 + 8.125942781494489, + -56.0 ], [ - 7.999999999, - -56.0 + 8.0, + -56.24002357686514 ], [ - 6.181674522645996, + 5.699239659046832, -60.0 ], [ 4.0, - -63.39680991284229 + -62.106050035416814 ], [ - 3.5890682953373485, + 2.2916708758978706, -64.0 ], [ 0.0, - -67.99779677732312 + -66.01629009709889 ], [ - -0.001990594665368312, + -2.6060771479087026, -68.0 ], [ -4.0, - -71.43322513072975 - ], - [ - -4.721950884496388, - -72.0 + -68.86131619041066 ], [ -8.0, - -74.03131799536911 + -70.94481181981922 ], [ - -11.999999997576744, - -76.0 + -10.301478452233312, + -72.0 ], [ -12.0, - -76.000000001 + -72.65435592598462 ], [ -16.0, - -76.77499406907849 + -73.98125013941713 ], [ -20.0, - -77.43402722759085 + -75.10165993856809 + ], + [ + -23.75800685171739, + -76.0 ], [ -24.0, - -77.99341949168488 + -76.04939100937426 ], [ -28.0, - -78.46616293266045 + -76.77800703594393 ], [ -32.0, - -78.86260071330439 + -77.39687677114294 ], [ -36.0, - -79.19093789208732 + -77.92071722796287 ], [ -40.0, - -79.45762604467137 + -78.36128227290084 ], [ -44.0, - -79.66765182134381 + -78.72794341304413 ], [ -48.0, - -79.82475097603773 + -79.02812770944485 ], [ -52.0, - -79.93156314987132 + -79.26764736023247 ], [ -56.0, - -79.98973803837312 + -79.45094577446778 ], [ -60.0, - -79.999999999 + -79.58127787566693 ], [ -64.0, - -79.99381770340689 + -79.66083712927221 ], [ -68.0, - -79.9394736866028 + -79.69083780135308 ], [ -72.0, - -79.83575991144478 + -79.67155780498128 ], [ -76.0, - -79.68049174797241 + -79.60244616696176 ], [ -79.5, @@ -113162,249 +113161,249 @@ "to": "B", "traveltime": [ 0.0, - 0.11878650737452985, - 0.261116857138365, - 0.41243452423071203, - 0.5749146323829885, - 0.7511246226016774, - 0.9441374799811416, - 1.1576778400062633, - 1.1576778401864454, - 1.453817960582544, - 1.8020624497888715, - 1.9936466511502295, - 2.2288587196746943, - 2.7727716244610843, - 2.772980860806222, - 3.520834184839711, - 3.520834185030916, - 4.285161554573379, - 4.288898190565618, - 5.029229128963123, - 5.410992375341297, - 5.761938220449565, - 6.485653205380816, - 7.203195111035838, - 7.203195111251535, - 7.904767860001287, - 8.606132626872835, - 9.307352452042363, - 10.008469156493888, - 10.709511518857864, - 11.410500057684827, - 12.111449944438435, - 12.812372849639608, - 13.513278163847783, - 14.214173847860296, - 14.915067066577656, - 15.615964707514214, - 16.31687385808999, - 17.01780230636264, - 17.718759134580306, - 18.419755495304635, - 19.120805702563533, - 19.82192885059097, - 20.523151321122278, - 21.22451082086522, - 21.92606314039279, - 22.62789395088295, - 22.627893951098645, - 23.37591386158548, - 23.942164763893906, - 24.138713003595882, - 24.92428178331015, - 24.92428178351078, - 25.64707621355909, - 26.271866174964643, - 26.382307188086703, - 27.134673542335708, - 27.13508088519148, - 27.79101933790527, - 27.898126393333282, - 28.295616586323884, - 28.69055643694777, - 28.69055643715075, - 28.907607025702344, - 29.105033531062062, - 29.286142225402042, - 29.45367464616095, - 29.609935599366434, - 29.756892365034293, - 29.896252696072544, - 30.029527173690756, - 30.158080049955046, - 30.28317170447711, - 30.405995150759562, - 30.5277085696986, - 30.64929004997086, - 30.771312847754746, - 30.894959248544374, - 31.02146894846962, - 31.13567306431963 + 0.12577220264090455, + 0.2792511977842026, + 0.44566522469734055, + 0.6279242932606695, + 0.8295593583375608, + 1.023785025022689, + 1.056343898971607, + 1.323645954719552, + 1.6314276300766972, + 1.90638071046316, + 1.9941400256700834, + 2.45262529328316, + 2.7083800920550822, + 3.0248629475908215, + 3.475167893013175, + 3.7967246026966164, + 4.219845595786059, + 4.947810008206678, + 4.951908997612106, + 5.6678912868035365, + 6.382124186058956, + 7.092224916924704, + 7.092754123395076, + 7.802447229194822, + 8.510265120923485, + 9.216777508283752, + 9.922359596053221, + 10.62726810783842, + 11.331685145233411, + 11.587926764389106, + 12.03585657282914, + 12.739767668568094, + 13.443499622136002, + 14.147123316546217, + 14.850701832216272, + 15.554295078563593, + 16.257963989082594, + 16.96177485486418, + 17.66580440187296, + 18.37014638626517, + 18.656670124072058, + 19.074784925174598, + 19.779996197106414, + 20.485995014108468, + 21.19308843378626, + 21.90173281396938, + 22.612633491236107, + 22.850972579567074, + 23.32587377969947, + 24.044125006793685, + 24.770573832077833, + 24.81438053723499, + 25.509873544698696, + 25.907567738421047, + 26.267556968402047, + 26.662038085937002, + 27.0558366935824, + 27.232212013294056, + 27.675942285357824, + 27.902763759542033, + 28.04964269338927, + 28.362009710432027, + 28.637383758940782, + 28.868367869354277, + 28.881777793026615, + 29.09337642453416, + 29.28674521208958, + 29.464942609557433, + 29.63053103577087, + 29.785687786224273, + 29.93229179927867, + 30.071992600489658, + 30.206266118669625, + 30.336460914606345, + 30.463837557896447, + 30.58960333864061, + 30.714944147427737, + 30.841053454619523, + 30.953062895776696 ], "fuel": [ 0.0, - 3.2450917355115427, - 7.133370395602224, - 11.267170789025952, - 15.705914446060433, - 20.519740490884832, - 25.79259884974477, - 31.62624168369736, - 31.626241688619697, - 39.71640174544136, - 49.229984885804015, - 54.463814234217274, - 60.88949974793227, - 75.7484876176173, - 75.75420368040407, - 96.18457658078852, - 96.184576586012, - 117.06499882375977, - 117.16707882295361, - 137.39195000434486, - 147.82122167101485, - 157.4086023150319, - 177.17954741960892, - 196.78185208694515, - 196.7818520928377, - 215.94790031790825, - 235.1082667505849, - 254.26467356587943, - 273.4182632582773, - 292.56982202225373, - 311.71991039772394, - 330.86894284919595, - 350.0172382000093, - 369.1650529879434, - 388.3126046915505, - 407.4600890465243, - 426.6076942107321, - 445.7556138032023, - 464.9040605834653, - 484.05328266664, - 503.2035847260972, - 522.3553578023237, - 541.5091235247725, - 560.6656026078846, - 579.8258251495092, - 598.9913152749982, - 618.1644134086783, - 618.1644134145708, - 638.5993372385824, - 654.0685699310912, - 659.4380103025908, - 680.8987200336126, - 680.8987200390935, - 700.6445167904717, - 717.7129598737849, - 720.7300636414202, - 741.2837266138691, - 741.2948546869475, - 759.2142337389336, - 762.1402581508521, - 772.9991693919554, - 783.7884086213137, - 783.7884086268589, - 789.7179463047022, - 795.1113797431798, - 800.0590319658259, - 804.6357981832283, - 808.904642676075, - 812.9193089566709, - 816.7264505967942, - 820.3673346957758, - 823.8792308324824, - 827.2965709264303, - 830.6519465433053, - 833.976997667627, - 837.2984444004514, - 840.6319473494353, - 844.009805005129, - 847.465884241427, - 850.5857910447963 + 3.435931776832392, + 7.62877682061996, + 12.174989983587423, + 17.154068922680032, + 22.662474698154934, + 27.96846541810158, + 28.85793119249348, + 36.1602731096437, + 44.568465194071685, + 52.079823079208616, + 54.47729257963105, + 67.00250933757414, + 73.98939532451023, + 82.63529225026102, + 94.93703332462972, + 103.72154129742464, + 115.28065241319096, + 135.16768630875268, + 135.27966532840315, + 154.8393633175195, + 174.3512702658097, + 193.75029178807426, + 193.7647490154256, + 213.15263475499813, + 232.48929210324167, + 251.790284782743, + 271.0658628963953, + 290.3230397967439, + 309.56679026073095, + 316.56697554267095, + 328.80383098682466, + 348.0337597877042, + 367.2587946592007, + 386.480872032361, + 405.7017151815378, + 424.9229607535159, + 444.1462733715216, + 463.37346402129714, + 482.6066287556616, + 501.84832886995457, + 509.6757819547851, + 521.0981304650826, + 540.3635783759302, + 559.6505409861763, + 578.9674067072658, + 598.3266426371373, + 617.7475176469068, + 624.2586292444014, + 637.2323077689759, + 656.8539901686071, + 676.6996202094742, + 677.8963619944419, + 696.8963196538627, + 707.7608039276554, + 717.5952379968483, + 728.3719452392949, + 739.1300072058515, + 743.9483498357926, + 756.0704794487991, + 762.266944919334, + 766.2794849365735, + 774.8129425476792, + 782.3358007303227, + 788.6459839683395, + 789.0123255120448, + 794.7929228671441, + 800.0755047720359, + 804.9436241788077, + 809.4672830124439, + 813.7059621329407, + 817.7109916743485, + 821.5274345134728, + 825.1956110915587, + 828.7523623223087, + 832.2321253153785, + 835.6678816544066, + 839.0920283164091, + 842.5371693478635, + 845.5971205143068 ], "distance": [ 0.0, - 75548.21869020099, - 166070.32114000013, - 262308.35741073283, - 365645.70619558066, - 477715.2599746668, - 600471.437268006, - 736283.1062439835, - 736283.1063585794, - 924628.2229304982, - 1146111.7180657224, - 1267959.270131546, - 1417554.1457131058, - 1763482.75315725, - 1763615.8274727575, - 2239250.5415580566, - 2239250.541679663, - 2725362.748708669, - 2727739.2491997336, - 3198589.7260205466, - 3441391.150717065, - 3664592.708205924, - 4124875.4386221995, - 4581232.090618794, - 4581232.090755977, - 5027432.3589608185, - 5473500.350691123, - 5919476.159498942, - 6365386.383530113, - 6811249.325993602, - 7257078.03668755, - 7702882.164662845, - 8148669.132370791, - 8594444.91220719, - 9040214.567239149, - 9485982.654343389, - 9931753.553979041, - 10377531.773745235, - 10823322.26684664, - 11269130.809593076, - 11714964.49501375, - 12160832.42683041, - 12606746.74897586, - 13052724.240233772, - 13498788.882070282, - 13944976.15728982, - 14391340.552761558, - 14391340.552898742, - 14867081.215968369, - 15227216.789836528, - 15352221.470286984, - 15851843.214185258, - 15851843.214312859, - 16311540.471823584, - 16708906.887277516, - 16779147.371623147, - 17257652.372925516, - 17257911.442981787, - 17675088.298907757, - 17743208.386159975, - 17996012.148902, - 18247193.89389879, - 18247193.894027885, - 18385238.068346698, - 18510801.325755477, - 18625986.455355704, - 18732537.07495837, - 18831919.041197054, - 18925383.54416181, - 19014016.714702137, - 19098779.28246732, - 19180538.91177141, - 19260097.20404744, - 19338212.915883083, - 19415622.650328312, - 19492948.471781466, - 19570554.97117202, - 19649194.082074225, - 19729654.251226682, - 19802288.068907287 + 79991.12087961531, + 177603.76179075288, + 283443.0829075086, + 399359.85051378584, + 527599.7519026888, + 651127.2759144303, + 671834.719745942, + 841838.8272016351, + 1037587.9727287795, + 1212458.13185457, + 1268273.0563261732, + 1559869.6865280897, + 1722529.7385470322, + 1923812.8346677623, + 2210206.779956379, + 2414716.847315048, + 2683821.7989199334, + 3146807.165219447, + 3149414.1224812996, + 3604778.8584070494, + 4059030.982333496, + 4510655.047164112, + 4510991.622479269, + 4962356.437767908, + 5412528.616907338, + 5861870.495268467, + 6310620.703089849, + 6758942.516585235, + 7206951.752368449, + 7369921.422151471, + 7654804.780319332, + 8102492.237209308, + 8550065.759678498, + 8997570.429323394, + 9445046.365289548, + 9892531.669966444, + 10340065.09705653, + 10787688.807693621, + 11235451.599591205, + 11683413.101664651, + 11865642.198909832, + 12131563.212411048, + 12580077.581359683, + 13029092.82897299, + 13478804.243888065, + 13929502.06968453, + 14381634.900426168, + 14533218.560604664, + 14835255.723888868, + 15292063.50432079, + 15754084.957201507, + 15781946.021681458, + 16224279.574428374, + 16477213.08163579, + 16706166.231903708, + 16957056.222655937, + 17207512.13711841, + 17319686.840455025, + 17601899.293487582, + 17746157.75106874, + 17839572.752995584, + 18038238.17583478, + 18213376.070686348, + 18360281.96490933, + 18368810.67636494, + 18503387.40600374, + 18626369.95488899, + 18739703.49967854, + 18845017.738750286, + 18943697.43203865, + 19036937.584341247, + 19125787.293911435, + 19211185.251473892, + 19293989.141689647, + 19375000.68682215, + 19454987.72337544, + 19534704.47776405, + 19614909.997138027, + 19686148.00171399 ], "speed": [ 0.0, diff --git a/tests/regression_tests/mesh_test_functions.py b/tests/regression_tests/mesh_test_functions.py index 9df51a60..d1156e7e 100644 --- a/tests/regression_tests/mesh_test_functions.py +++ b/tests/regression_tests/mesh_test_functions.py @@ -2,7 +2,7 @@ from polar_route.utils import round_to_sigfig -SIG_FIG_TOLERANCE = 5 +SIG_FIG_TOLERANCE = 4 # Testing mesh outputs def test_mesh_cellbox_count(mesh_pair): @@ -114,9 +114,16 @@ def compare_cellbox_values(mesh_a, mesh_b): sigfig=SIG_FIG_TOLERANCE) # Round to sig figs if column contains list, which may contain floats list_cols = df.select_dtypes(include=list).columns + # Loop through columns and round any values within lists of floats for col in list_cols: - df[col] = [round_to_sigfig(x, sigfig=SIG_FIG_TOLERANCE).item() - if type(x) == float else x for x in df[col]] + round_col = list() + for val in df[col]: + if type(val) == list and all([type(x) == float for x in val]): + round_col.append(round_to_sigfig(val, sigfig=SIG_FIG_TOLERANCE)) + else: + round_col.append(val) + + df[col] = round_col # Find difference between the two diff --git a/tests/regression_tests/pytest.ini b/tests/regression_tests/pytest.ini new file mode 100644 index 00000000..3394300c --- /dev/null +++ b/tests/regression_tests/pytest.ini @@ -0,0 +1,6 @@ +# pytest.ini +[pytest] +log_cli = true +log_format= [%(asctime)s] %(levelname)s : %(message)s + + diff --git a/tests/regression_tests/route_test_functions.py b/tests/regression_tests/route_test_functions.py index 7798a243..06c1a2eb 100644 --- a/tests/regression_tests/route_test_functions.py +++ b/tests/regression_tests/route_test_functions.py @@ -3,7 +3,7 @@ from polar_route.utils import round_to_sigfig -SIG_FIG_TOLERANCE = 5 +SIG_FIG_TOLERANCE = 4 # Testing route outputs def test_route_coordinates(route_pair): diff --git a/tests/regression_tests/test_mesh.py b/tests/regression_tests/test_mesh.py index 637a3668..fb2a68c2 100644 --- a/tests/regression_tests/test_mesh.py +++ b/tests/regression_tests/test_mesh.py @@ -5,10 +5,13 @@ import json import pytest +import time +from polar_route import __version__ as pr_version from polar_route import MeshBuilder # Import tests, which are automatically run + from .mesh_test_functions import test_mesh_cellbox_attributes from .mesh_test_functions import test_mesh_cellbox_count from .mesh_test_functions import test_mesh_cellbox_ids @@ -17,6 +20,12 @@ from .mesh_test_functions import test_mesh_neighbour_graph_ids from .mesh_test_functions import test_mesh_neighbour_graph_values + +import logging +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.INFO) + + #File locations of all environmental meshes to be recalculated for regression testing. TEST_ENV_MESHES = [ './example_meshes/env_meshes/grf_normal.json', @@ -36,6 +45,9 @@ './example_meshes/abstract_env_meshes/circle_quadrant_nosplit.json' ] +def setup_module(): + LOGGER.info(f'PolarRoute version: {pr_version}') + @pytest.fixture(scope='session', autouse=False, params=TEST_ENV_MESHES + TEST_ABSTRACT_MESHES) def mesh_pair(request): """ @@ -47,12 +59,17 @@ def mesh_pair(request): Returns: list: old and new mesh jsons for comparison """ + + + LOGGER.info(f'Test File: {request.param}') + + with open(request.param, 'r') as fp: old_mesh = json.load(fp) mesh_config = old_mesh['config'] new_mesh = calculate_env_mesh(mesh_config) - + return [old_mesh, new_mesh] def calculate_env_mesh(mesh_config): @@ -65,7 +82,15 @@ def calculate_env_mesh(mesh_config): Returns: json: Newly regenerated mesh """ + start = time.perf_counter() + mesh_builder = MeshBuilder(mesh_config) new_mesh = mesh_builder.build_environmental_mesh() + end = time.perf_counter() + + cellbox_count = len(new_mesh.agg_cellboxes) + LOGGER.info(f'Mesh containing {cellbox_count} cellboxes built in {end - start} seconds') + + return new_mesh.to_json() diff --git a/tests/regression_tests/test_routes_dijkstra.py b/tests/regression_tests/test_routes_dijkstra.py index f0b32846..8aa77e69 100644 --- a/tests/regression_tests/test_routes_dijkstra.py +++ b/tests/regression_tests/test_routes_dijkstra.py @@ -1,7 +1,11 @@ import json import pytest +import time +from polar_route import __version__ as pr_version from polar_route import RoutePlanner + + from .route_test_functions import extract_waypoints from .route_test_functions import extract_route_info @@ -13,6 +17,11 @@ from .route_test_functions import test_cell_indices from .route_test_functions import test_cases +import logging +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.INFO) + +# location of test files to be recalcaulted for regression testing TEST_ROUTES = [ './example_routes/dijkstra/fuel/gaussian_random_field.json', './example_routes/dijkstra/fuel/checkerboard.json', @@ -24,6 +33,9 @@ './example_routes/dijkstra/time/great_circle_reverse.json', ] +def setup_module(): + LOGGER.info(f'PolarRoute version: {pr_version}') + # Pairing old and new outputs @pytest.fixture(scope='session', autouse=False, params=TEST_ROUTES) def route_pair(request): @@ -36,6 +48,9 @@ def route_pair(request): Returns: list: [reference json, new json] """ + + LOGGER.info(f'Test File: {request.param}') + # Load reference JSON with open(request.param, 'r') as fp: old_route = json.load(fp) @@ -56,6 +71,7 @@ def calculate_dijkstra_route(config, mesh): Returns: json: New route output """ + start = time.perf_counter() # Initial set up waypoints = extract_waypoints(mesh) @@ -67,4 +83,7 @@ def calculate_dijkstra_route(config, mesh): # Generate json to compare to old output new_route = rp.to_json() + end = time.perf_counter() + LOGGER.info(f'Route calculated in {end - start} seconds') + return new_route \ No newline at end of file diff --git a/tests/regression_tests/test_routes_smoothed.py b/tests/regression_tests/test_routes_smoothed.py index 62efcfaa..5765e6e6 100644 --- a/tests/regression_tests/test_routes_smoothed.py +++ b/tests/regression_tests/test_routes_smoothed.py @@ -1,6 +1,9 @@ import json import pytest +import time + +from polar_route import __version__ as pr_version from polar_route import RoutePlanner from .route_test_functions import extract_waypoints from .route_test_functions import extract_route_info @@ -13,6 +16,10 @@ from .route_test_functions import test_distance from .route_test_functions import test_speed +import logging +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.INFO) + TEST_ROUTES = [ './example_routes/smoothed/fuel/gaussian_random_field.json', './example_routes/smoothed/fuel/checkerboard.json', @@ -36,6 +43,8 @@ def route_pair(request): Returns: list: [reference json, new json] """ + LOGGER.info(f'Test File: {request.param}') + # Load reference JSON with open(request.param, 'r') as fp: old_route = json.load(fp) @@ -56,6 +65,7 @@ def calculate_smoothed_route(config, mesh): Returns: json: New route output """ + start = time.perf_counter() # Initial set up waypoints = extract_waypoints(mesh) @@ -68,4 +78,7 @@ def calculate_smoothed_route(config, mesh): # Generate json to compare to old output new_route = rp.to_json() + end = time.perf_counter() + LOGGER.info(f'Route smoothed in {end - start} seconds') + return new_route \ No newline at end of file diff --git a/tests/regression_tests/test_vessel.py b/tests/regression_tests/test_vessel.py index 1ad37b04..27c7cc46 100644 --- a/tests/regression_tests/test_vessel.py +++ b/tests/regression_tests/test_vessel.py @@ -5,7 +5,9 @@ import json import pytest +import time +from polar_route import __version__ as pr_version from polar_route import VesselPerformanceModeller # Import tests, which are automatically run @@ -17,6 +19,10 @@ from .mesh_test_functions import test_mesh_neighbour_graph_ids from .mesh_test_functions import test_mesh_neighbour_graph_values +import logging +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.INFO) + #File locations of all vessel performance meshes to be recalculated for regression testing. INPUT_MESHES = [ './example_meshes/env_meshes/grf_normal.json', @@ -43,6 +49,8 @@ def mesh_pair(request): Returns: list: old and new mesh jsons for comparison """ + LOGGER.info(f'Test File: {request.param[1]}') + input_mesh_file = request.param[0] output_mesh_file = request.param[1] # Open vessel mesh for reference @@ -68,8 +76,15 @@ def calculate_vessel_mesh(mesh_json, vessel_config): Returns: json: Newly regenerated mesh """ + start = time.perf_counter() + new_mesh = VesselPerformanceModeller(mesh_json, vessel_config) new_mesh.model_accessibility() new_mesh.model_performance() + end = time.perf_counter() + + cellbox_count = len(new_mesh.env_mesh.agg_cellboxes) + LOGGER.info(f'Vessel simulated against {cellbox_count} cellboxes in {end - start} seconds') + return new_mesh.to_json() \ No newline at end of file diff --git a/tests/testing_strategy.md b/tests/testing_strategy.md index 9f3825f8..50c57b58 100644 --- a/tests/testing_strategy.md +++ b/tests/testing_strategy.md @@ -21,12 +21,14 @@ Pull requests will not be accepted unless all required regression tests pass. ## Vessel Performance Modelling -| **Files altered** | **Tests** | -|-------------------------------------|-----------------------------------------| -| `abstract_vessel.py` | `tests/regression_tests/test_vessel.py` | -| `vessel_factory.py` | | -| `vessel_performance_modeller.py` | | -| | | +| **Files altered** | **Tests** | +|----------------------------------|-----------------------------------------| +| `abstract_vessel.py` | `tests/regression_tests/test_vessel.py` | +| `vessel_factory.py` | | +| `vessel_performance_modeller.py` | | +| `SDA.py` | | +| `underwater_vessel.py` | | +| `abstract_ship.py` | | ## Route Planning @@ -45,5 +47,6 @@ Details of these failed tests should be submitted as part of the pull request in If the changes made are valid, the test files should be updated so-as the tests pass again, and evidence of the updated tests passing also submitted with the pull request. ### Files -`tests/regression_tests/exmaple_meshes/*` -`tests/regression_tests/exmaple_routes/*` + +`tests/regression_tests/example_meshes/*` +`tests/regression_tests/example_routes/*` diff --git a/tests/unit_tests/resources/format_conf.json b/tests/unit_tests/resources/format_conf.json new file mode 100644 index 00000000..51162d07 --- /dev/null +++ b/tests/unit_tests/resources/format_conf.json @@ -0,0 +1,8 @@ +{ + "data_name": "fuel", + "sampling_resolution": [ + 100, + 100 + ], + "projection": "3031" +} \ No newline at end of file diff --git a/tests/unit_tests/resources/global_grf_normal.json b/tests/unit_tests/resources/global_grf_normal.json new file mode 100644 index 00000000..5194c8dd --- /dev/null +++ b/tests/unit_tests/resources/global_grf_normal.json @@ -0,0 +1,75576 @@ +{ + "config": { + "Mesh_info": { + "Region": { + "latMin": -90.0, + "latMax": 90.0, + "longMin": -180.0, + "longMax": 180, + "startTime": "2023-04-18", + "endTime": "2023-04-19", + "cellWidth": 5.0, + "cellHeight": 5.0 + }, + "Data_sources": [ + { + "loader": "scalar_grf", + "params": { + "data_name": "SIC", + "min": 0, + "max": 100, + "seed": 16, + "offset": 5, + "splitting_conditions": [ + { + "SIC": { + "threshold": 75, + "upper_bound": 1.0, + "lower_bound": 0.0 + } + } + ], + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1 + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "elevation", + "min": -100, + "max": 50, + "seed": 30, + "splitting_conditions": [ + { + "elevation": { + "threshold": -10, + "upper_bound": 1.0, + "lower_bound": 0.0 + } + } + ], + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1, + "offset": 0 + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "thickness", + "min": 0.65, + "max": 1.4, + "seed": 44, + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1, + "offset": 0 + } + }, + { + "loader": "scalar_grf", + "params": { + "data_name": "density", + "min": 850, + "max": 1000, + "seed": 40, + "dataloader_name": "scalar_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "binary": false, + "threshold": [ + 0, + 1 + ], + "multiplier": 1, + "offset": 0 + } + }, + { + "loader": "vector_grf", + "params": { + "data_name": "uC,vC", + "min": 0, + "max": 1, + "seed": 21, + "dataloader_name": "vector_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "vec_x": "uC", + "vec_y": "vC" + } + }, + { + "loader": "vector_grf", + "params": { + "data_name": "u10,v10", + "min": 0, + "max": 1, + "seed": 21, + "dataloader_name": "vector_grf", + "downsample_factors": [ + 1, + 1 + ], + "aggregate_type": "MEAN", + "min_dp": 5, + "in_proj": "EPSG:4326", + "out_proj": "EPSG:4326", + "x_col": "lat", + "y_col": "long", + "size": 512, + "alpha": 3, + "vec_x": "uC", + "vec_y": "vC" + } + } + ], + "splitting": { + "split_depth": 0, + "minimum_datapoints": 5 + } + } + }, + "cellboxes": [ + { + "geometry": "POLYGON ((-10 -10, -10 -7.5, -7.5 -7.5, -7.5 -10, -10 -10))", + "cx": -8.75, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 29.692633925751448, + "elevation": -57.366323812021164, + "thickness": 1.205336201767845, + "density": 938.4530502316867, + "uC": 0.4535144272410932, + "vC": 0.017863943405503856, + "u10": 0.4535144272410932, + "v10": 0.017863943405503856, + "id": "18" + }, + { + "geometry": "POLYGON ((-7.5 -10, -7.5 -7.5, -5 -7.5, -5 -10, -7.5 -10))", + "cx": -6.25, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 43.03830989878337, + "elevation": -57.71970258825089, + "thickness": 1.0807533140726229, + "density": 934.0745174476984, + "uC": 0.557334575531277, + "vC": 0.13849284065365652, + "u10": 0.557334575531277, + "v10": 0.13849284065365652, + "id": "19" + }, + { + "geometry": "POLYGON ((-5 -10, -5 -7.5, -2.5 -7.5, -2.5 -10, -5 -10))", + "cx": -3.75, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 47.28237679743289, + "elevation": -47.88485453466401, + "thickness": 0.9277065243601357, + "density": 922.5632577931228, + "uC": 0.5055091042316446, + "vC": 0.20373637378703485, + "u10": 0.5055091042316446, + "v10": 0.20373637378703485, + "id": "22" + }, + { + "geometry": "POLYGON ((-2.5 -10, -2.5 -7.5, 0 -7.5, 0 -10, -2.5 -10))", + "cx": -1.25, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 42.726887163319674, + "elevation": -55.66278567499521, + "thickness": 0.8544055240832765, + "density": 908.404948175724, + "uC": 0.458546706887627, + "vC": -0.2477091388977254, + "u10": 0.458546706887627, + "v10": -0.2477091388977254, + "id": "23" + }, + { + "geometry": "POLYGON ((-5 7.5, -5 10, -2.5 10, -2.5 7.5, -5 7.5))", + "cx": -3.75, + "cy": 8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 51.78292751154531, + "elevation": -59.8666082417814, + "thickness": 0.9653401026941464, + "density": 940.1044874766847, + "uC": 0.412179263600582, + "vC": -0.11483033439586951, + "u10": 0.412179263600582, + "v10": -0.11483033439586951, + "id": "52" + }, + { + "geometry": "POLYGON ((-5 5, -5 7.5, -2.5 7.5, -2.5 5, -5 5))", + "cx": -3.75, + "cy": 6.25, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 58.57849831041588, + "elevation": -38.808478541402515, + "thickness": 1.0187907392433755, + "density": 959.7056364150152, + "uC": 0.37197204475731266, + "vC": -0.23295811642389017, + "u10": 0.37197204475731266, + "v10": -0.23295811642389017, + "id": "54" + }, + { + "geometry": "POLYGON ((2.5 7.5, 2.5 10, 5 10, 5 7.5, 2.5 7.5))", + "cx": 3.75, + "cy": 8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 55.082206286258554, + "elevation": -54.3513626730432, + "thickness": 1.0140458114277076, + "density": 963.6050268448633, + "uC": -0.35924162250151936, + "vC": -0.13968909548266056, + "u10": -0.35924162250151936, + "v10": -0.13968909548266056, + "id": "57" + }, + { + "geometry": "POLYGON ((-7.5 -7.5, -7.5 -6.25, -6.25 -6.25, -6.25 -7.5, -7.5 -7.5))", + "cx": -6.875, + "cy": -6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 43.8175961876983, + "elevation": -44.55491213661021, + "thickness": 1.139158186396171, + "density": 888.8593614009185, + "uC": 0.4270766669765387, + "vC": -0.45261586943480736, + "u10": 0.4270766669765387, + "v10": -0.45261586943480736, + "id": "62" + }, + { + "geometry": "POLYGON ((-2.5 -7.5, -2.5 -6.25, -1.25 -6.25, -1.25 -7.5, -2.5 -7.5))", + "cx": -1.875, + "cy": -6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 52.16037599316301, + "elevation": -50.714620843147564, + "thickness": 0.7585207226337942, + "density": 923.8835734913489, + "uC": 0.3856437266403073, + "vC": -0.20792355182231698, + "u10": 0.3856437266403073, + "v10": -0.20792355182231698, + "id": "70" + }, + { + "geometry": "POLYGON ((-1.25 -7.5, -1.25 -6.25, 0 -6.25, 0 -7.5, -1.25 -7.5))", + "cx": -0.625, + "cy": -6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 56.77084880705388, + "elevation": -61.095525985912865, + "thickness": 0.870935549021036, + "density": 932.4439076878394, + "uC": 0.46207458133594104, + "vC": -0.1721544777022057, + "u10": 0.46207458133594104, + "v10": -0.1721544777022057, + "id": "71" + }, + { + "geometry": "POLYGON ((1.25 -1.25, 1.25 0, 2.5 0, 2.5 -1.25, 1.25 -1.25))", + "cx": 1.875, + "cy": -0.625, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 51.61935508834969, + "elevation": -32.5277110311225, + "thickness": 1.199016683631918, + "density": 929.7882614510206, + "uC": 0.2292065212333173, + "vC": -0.4689694325633471, + "u10": 0.2292065212333173, + "v10": -0.4689694325633471, + "id": "93" + }, + { + "geometry": "POLYGON ((1.25 -2.5, 1.25 -1.25, 2.5 -1.25, 2.5 -2.5, 1.25 -2.5))", + "cx": 1.875, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 53.53190014270939, + "elevation": -38.45422365249186, + "thickness": 1.1474700184603739, + "density": 926.1542254363944, + "uC": 0.05717007242237839, + "vC": -0.5077769206928409, + "u10": 0.05717007242237839, + "v10": -0.5077769206928409, + "id": "95" + }, + { + "geometry": "POLYGON ((1.25 -5, 1.25 -3.75, 2.5 -3.75, 2.5 -5, 1.25 -5))", + "cx": 1.875, + "cy": -4.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 60.8153475312073, + "elevation": -49.90759153126617, + "thickness": 1.0964049581025819, + "density": 941.3065395761462, + "uC": 0.2905548641864575, + "vC": -0.15003514500529155, + "u10": 0.2905548641864575, + "v10": -0.15003514500529155, + "id": "99" + }, + { + "geometry": "POLYGON ((7.5 3.75, 7.5 5, 8.75 5, 8.75 3.75, 7.5 3.75))", + "cx": 8.125, + "cy": 4.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 46.642751773111335, + "elevation": 22.670702097608395, + "thickness": 1.154938032453165, + "density": 939.5507478152736, + "uC": -0.06612479820063785, + "vC": -0.5943131253685812, + "u10": -0.06612479820063785, + "v10": -0.5943131253685812, + "id": "132" + }, + { + "geometry": "POLYGON ((-2.5 8.75, -2.5 10, -1.25 10, -1.25 8.75, -2.5 8.75))", + "cx": -1.875, + "cy": 9.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 43.82254016594817, + "elevation": -65.9610618222193, + "thickness": 0.8826551784152092, + "density": 916.3214303029102, + "uC": 0.25259321839726884, + "vC": -0.21088697252916416, + "u10": 0.25259321839726884, + "v10": -0.21088697252916416, + "id": "140" + }, + { + "geometry": "POLYGON ((-1.25 8.75, -1.25 10, 0 10, 0 8.75, -1.25 8.75))", + "cx": -0.625, + "cy": 9.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 33.19812895922562, + "elevation": -64.52777424919555, + "thickness": 0.9405651707681951, + "density": 929.6573572991934, + "uC": -0.1940098164555646, + "vC": -0.3930149970531557, + "u10": -0.1940098164555646, + "v10": -0.3930149970531557, + "id": "141" + }, + { + "geometry": "POLYGON ((-1.25 7.5, -1.25 8.75, 0 8.75, 0 7.5, -1.25 7.5))", + "cx": -0.625, + "cy": 8.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 44.54898168593275, + "elevation": -49.4433758808953, + "thickness": 0.9302446612295056, + "density": 940.7343302273121, + "uC": -0.4859265561858258, + "vC": -0.0184876315004548, + "u10": -0.4859265561858258, + "v10": -0.0184876315004548, + "id": "143" + }, + { + "geometry": "POLYGON ((-2.5 6.25, -2.5 7.5, -1.25 7.5, -1.25 6.25, -2.5 6.25))", + "cx": -1.875, + "cy": 6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 63.23765808422962, + "elevation": -37.96159585178249, + "thickness": 0.9644261686181025, + "density": 966.8153183969475, + "uC": -0.1471243788212827, + "vC": -0.3639307020719077, + "u10": -0.1471243788212827, + "v10": -0.3639307020719077, + "id": "144" + }, + { + "geometry": "POLYGON ((-1.25 6.25, -1.25 7.5, 0 7.5, 0 6.25, -1.25 6.25))", + "cx": -0.625, + "cy": 6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 62.32470360555743, + "elevation": -42.5313910602772, + "thickness": 0.9834678959603167, + "density": 964.2834632884433, + "uC": -0.40028715733984255, + "vC": -0.2107815304677419, + "u10": -0.40028715733984255, + "v10": -0.2107815304677419, + "id": "145" + }, + { + "geometry": "POLYGON ((0 8.75, 0 10, 1.25 10, 1.25 8.75, 0 8.75))", + "cx": 0.625, + "cy": 9.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 34.183154520012984, + "elevation": -54.939993630472, + "thickness": 0.9177929484406226, + "density": 954.3695356709616, + "uC": -0.473820040078052, + "vC": -0.11370823225240695, + "u10": -0.473820040078052, + "v10": -0.11370823225240695, + "id": "148" + }, + { + "geometry": "POLYGON ((1.25 8.75, 1.25 10, 2.5 10, 2.5 8.75, 1.25 8.75))", + "cx": 1.875, + "cy": 9.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 51.14620076818382, + "elevation": -46.984641808039626, + "thickness": 0.9005162107697204, + "density": 955.7682309150889, + "uC": -0.3980389447117389, + "vC": 0.11825589107638988, + "u10": -0.3980389447117389, + "v10": 0.11825589107638988, + "id": "149" + }, + { + "geometry": "POLYGON ((0 7.5, 0 8.75, 1.25 8.75, 1.25 7.5, 0 7.5))", + "cx": 0.625, + "cy": 8.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 44.43858332392485, + "elevation": -37.86352653280135, + "thickness": 0.920021542264013, + "density": 954.9987761258075, + "uC": -0.48047803362872876, + "vC": 0.13281711175516808, + "u10": -0.48047803362872876, + "v10": 0.13281711175516808, + "id": "150" + }, + { + "geometry": "POLYGON ((-6.25 -5.625, -6.25 -5, -5.625 -5, -5.625 -5.625, -6.25 -5.625))", + "cx": -5.9375, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.72836622993416, + "elevation": -36.06025739288383, + "thickness": 1.0347314012773259, + "density": 912.5057304933501, + "uC": 0.4316544156065941, + "vC": -0.14102863869211693, + "u10": 0.4316544156065941, + "v10": -0.14102863869211693, + "id": "160" + }, + { + "geometry": "POLYGON ((-5.625 -5.625, -5.625 -5, -5 -5, -5 -5.625, -5.625 -5.625))", + "cx": -5.3125, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 66.31405269343253, + "elevation": -24.1420234750779, + "thickness": 1.012841949023124, + "density": 923.5279368909731, + "uC": 0.48098366838060946, + "vC": 0.08164295638545471, + "u10": 0.48098366838060946, + "v10": 0.08164295638545471, + "id": "161" + }, + { + "geometry": "POLYGON ((-6.25 -6.25, -6.25 -5.625, -5.625 -5.625, -5.625 -6.25, -6.25 -6.25))", + "cx": -5.9375, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 60.2050684896235, + "elevation": -40.66823738332186, + "thickness": 1.072900969376021, + "density": 901.5272379747023, + "uC": 0.520348257668596, + "vC": -0.1976968262122503, + "u10": 0.520348257668596, + "v10": -0.1976968262122503, + "id": "162" + }, + { + "geometry": "POLYGON ((-6.25 -6.875, -6.25 -6.25, -5.625 -6.25, -5.625 -6.875, -6.25 -6.875))", + "cx": -5.9375, + "cy": -6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.74056910579998, + "elevation": -45.434302969603266, + "thickness": 1.0546669363953192, + "density": 896.9485438621903, + "uC": 0.4498995432930364, + "vC": -0.42062429848124155, + "u10": 0.4498995432930364, + "v10": -0.42062429848124155, + "id": "164" + }, + { + "geometry": "POLYGON ((-6.25 -7.5, -6.25 -6.875, -5.625 -6.875, -5.625 -7.5, -6.25 -7.5))", + "cx": -5.9375, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.94167974886001, + "elevation": -50.198726037796156, + "thickness": 1.0573120910095963, + "density": 895.7648554196226, + "uC": 0.5115770442207441, + "vC": -0.19827094669020015, + "u10": 0.5115770442207441, + "v10": -0.19827094669020015, + "id": "166" + }, + { + "geometry": "POLYGON ((-4.375 -7.5, -4.375 -6.875, -3.75 -6.875, -3.75 -7.5, -4.375 -7.5))", + "cx": -4.0625, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.35007161443788, + "elevation": -45.28515641770057, + "thickness": 0.8416861631182313, + "density": 929.4607395564141, + "uC": 0.6062882932702571, + "vC": 0.21162673792939324, + "u10": 0.6062882932702571, + "v10": 0.21162673792939324, + "id": "179" + }, + { + "geometry": "POLYGON ((-0.625 -5.625, -0.625 -5, 0 -5, 0 -5.625, -0.625 -5.625))", + "cx": -0.3125, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 64.3823964205771, + "elevation": -59.77290818180224, + "thickness": 0.9003345244771515, + "density": 906.6992473866642, + "uC": 0.3483526691885298, + "vC": 0.12097970421769172, + "u10": 0.3483526691885298, + "v10": 0.12097970421769172, + "id": "185" + }, + { + "geometry": "POLYGON ((-1.25 -6.25, -1.25 -5.625, -0.625 -5.625, -0.625 -6.25, -1.25 -6.25))", + "cx": -0.9375, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 59.993957287664685, + "elevation": -55.254516383005885, + "thickness": 0.8355469743019359, + "density": 918.1229055286142, + "uC": 0.4964340771459329, + "vC": -0.17433219091890845, + "u10": 0.4964340771459329, + "v10": -0.17433219091890845, + "id": "186" + }, + { + "geometry": "POLYGON ((-0.625 -6.25, -0.625 -5.625, 0 -5.625, 0 -6.25, -0.625 -6.25))", + "cx": -0.3125, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 62.0743645463686, + "elevation": -59.94542627454233, + "thickness": 0.8348960073065006, + "density": 915.1698877092911, + "uC": 0.47643516661671403, + "vC": 0.015657269915368505, + "u10": 0.47643516661671403, + "v10": 0.015657269915368505, + "id": "187" + }, + { + "geometry": "POLYGON ((-5 -1.25, -5 -0.625, -4.375 -0.625, -4.375 -1.25, -5 -1.25))", + "cx": -4.6875, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 83.3616974770865, + "elevation": -0.3537641168381125, + "thickness": 0.9540550677459915, + "density": 921.0169448744055, + "uC": 0.4559673076376525, + "vC": -0.20881166997073708, + "u10": 0.4559673076376525, + "v10": -0.20881166997073708, + "id": "202" + }, + { + "geometry": "POLYGON ((-1.875 -1.25, -1.875 -0.625, -1.25 -0.625, -1.25 -1.25, -1.875 -1.25))", + "cx": -1.5625, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 84.82189356256602, + "elevation": -14.177669437701228, + "thickness": 1.1409095747266984, + "density": 931.7499841464456, + "uC": 0.5315968603538401, + "vC": -0.5290502375595396, + "u10": 0.5315968603538401, + "v10": -0.5290502375595396, + "id": "219" + }, + { + "geometry": "POLYGON ((-0.625 -0.625, -0.625 0, 0 0, 0 -0.625, -0.625 -0.625))", + "cx": -0.3125, + "cy": -0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 90.80345767952215, + "elevation": -39.68362923897258, + "thickness": 1.259961618286085, + "density": 933.0913875770732, + "uC": 0.5613499302904654, + "vC": -0.5074139946833548, + "u10": 0.5613499302904654, + "v10": -0.5074139946833548, + "id": "221" + }, + { + "geometry": "POLYGON ((-1.25 -1.25, -1.25 -0.625, -0.625 -0.625, -0.625 -1.25, -1.25 -1.25))", + "cx": -0.9375, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 84.81650852491362, + "elevation": -32.8047819468195, + "thickness": 1.1550823564353383, + "density": 934.9267229892519, + "uC": 0.6396882956633936, + "vC": -0.5530573259444144, + "u10": 0.6396882956633936, + "v10": -0.5530573259444144, + "id": "222" + }, + { + "geometry": "POLYGON ((-0.625 -1.25, -0.625 -0.625, 0 -0.625, 0 -1.25, -0.625 -1.25))", + "cx": -0.3125, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 84.58346999702316, + "elevation": -49.03792524771101, + "thickness": 1.2263404005883336, + "density": 932.3416853554145, + "uC": 0.45517693243698987, + "vC": -0.7456269151675846, + "u10": 0.45517693243698987, + "v10": -0.7456269151675846, + "id": "223" + }, + { + "geometry": "POLYGON ((-5 -3.75, -5 -3.125, -4.375 -3.125, -4.375 -3.75, -5 -3.75))", + "cx": -4.6875, + "cy": -3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 65.76444954682631, + "elevation": 7.135900722209407, + "thickness": 0.8844180287177662, + "density": 883.7746056411527, + "uC": 0.36433930243338486, + "vC": -0.09655307656352086, + "u10": 0.36433930243338486, + "v10": -0.09655307656352086, + "id": "234" + }, + { + "geometry": "POLYGON ((-1.25 -3.75, -1.25 -3.125, -0.625 -3.125, -0.625 -3.75, -1.25 -3.75))", + "cx": -0.9375, + "cy": -3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 65.08498087796086, + "elevation": -42.71802246551318, + "thickness": 1.057280827515544, + "density": 935.896439797118, + "uC": 0.5446497152481911, + "vC": -0.05431835505234444, + "u10": 0.5446497152481911, + "v10": -0.05431835505234444, + "id": "250" + }, + { + "geometry": "POLYGON ((0.625 -1.25, 0.625 -0.625, 1.25 -0.625, 1.25 -1.25, 0.625 -1.25))", + "cx": 0.9375, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 67.53187367634601, + "elevation": -48.41143392762934, + "thickness": 1.1956181154026724, + "density": 925.4454559176916, + "uC": 0.38964521975019784, + "vC": -0.4931153301483661, + "u10": 0.38964521975019784, + "v10": -0.4931153301483661, + "id": "263" + }, + { + "geometry": "POLYGON ((0.625 -1.875, 0.625 -1.25, 1.25 -1.25, 1.25 -1.875, 0.625 -1.875))", + "cx": 0.9375, + "cy": -1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 60.50668945486475, + "elevation": -37.2249327748055, + "thickness": 1.140023006297279, + "density": 923.8081112618354, + "uC": 0.3558558570865693, + "vC": -0.5530518805012458, + "u10": 0.3558558570865693, + "v10": -0.5530518805012458, + "id": "265" + }, + { + "geometry": "POLYGON ((0.625 -2.5, 0.625 -1.875, 1.25 -1.875, 1.25 -2.5, 0.625 -2.5))", + "cx": 0.9375, + "cy": -2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 59.0945382771725, + "elevation": -36.8032015272978, + "thickness": 1.162883392697996, + "density": 928.8762640196846, + "uC": -0.07472219238961202, + "vC": -0.5736499956757698, + "u10": -0.07472219238961202, + "v10": -0.5736499956757698, + "id": "267" + }, + { + "geometry": "POLYGON ((1.875 -3.125, 1.875 -2.5, 2.5 -2.5, 2.5 -3.125, 1.875 -3.125))", + "cx": 2.1875, + "cy": -2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 48.474062094034466, + "elevation": -30.533897910370335, + "thickness": 1.1626456758675827, + "density": 925.7267065676704, + "uC": 0.15898605650598405, + "vC": -0.4123211229011318, + "u10": 0.15898605650598405, + "v10": -0.4123211229011318, + "id": "273" + }, + { + "geometry": "POLYGON ((-6.25 1.875, -6.25 2.5, -5.625 2.5, -5.625 1.875, -6.25 1.875))", + "cx": -5.9375, + "cy": 2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 52.59288646226951, + "elevation": 19.52179412818917, + "thickness": 1.0969581234589352, + "density": 915.8152737893837, + "uC": 0.5427356778557139, + "vC": 0.17075550686407862, + "u10": 0.5427356778557139, + "v10": 0.17075550686407862, + "id": "280" + }, + { + "geometry": "POLYGON ((-5.625 1.875, -5.625 2.5, -5 2.5, -5 1.875, -5.625 1.875))", + "cx": -5.3125, + "cy": 2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.34530491617059, + "elevation": 25.91360800375788, + "thickness": 1.1299292301392287, + "density": 932.1768307863667, + "uC": 0.5454950978407296, + "vC": 0.1432492973511319, + "u10": 0.5454950978407296, + "v10": 0.1432492973511319, + "id": "281" + }, + { + "geometry": "POLYGON ((-6.25 1.25, -6.25 1.875, -5.625 1.875, -5.625 1.25, -6.25 1.25))", + "cx": -5.9375, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.3516963056765, + "elevation": 31.691703023663308, + "thickness": 1.0499416671197639, + "density": 911.6009101457616, + "uC": 0.5009856143960628, + "vC": 0.22462776935746134, + "u10": 0.5009856143960628, + "v10": 0.22462776935746134, + "id": "282" + }, + { + "geometry": "POLYGON ((-3.75 4.375, -3.75 5, -3.125 5, -3.125 4.375, -3.75 4.375))", + "cx": -3.4375, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 52.21235015722841, + "elevation": -36.45191157151008, + "thickness": 1.0162684093003402, + "density": 960.1451518526312, + "uC": 0.17484587968443183, + "vC": -0.35793416185472615, + "u10": 0.17484587968443183, + "v10": -0.35793416185472615, + "id": "288" + }, + { + "geometry": "POLYGON ((-3.125 4.375, -3.125 5, -2.5 5, -2.5 4.375, -3.125 4.375))", + "cx": -2.8125, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 65.62049665738304, + "elevation": -49.999416778813, + "thickness": 1.1013104403170684, + "density": 973.0781869656888, + "uC": 0.3215435435183621, + "vC": -0.38283451077142083, + "u10": 0.3215435435183621, + "v10": -0.38283451077142083, + "id": "289" + }, + { + "geometry": "POLYGON ((-3.75 3.75, -3.75 4.375, -3.125 4.375, -3.125 3.75, -3.75 3.75))", + "cx": -3.4375, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 59.92398759297695, + "elevation": -47.703359511112595, + "thickness": 1.035910234439882, + "density": 960.1119715443729, + "uC": 0.11397680305320383, + "vC": -0.36052739486454966, + "u10": 0.11397680305320383, + "v10": -0.36052739486454966, + "id": "290" + }, + { + "geometry": "POLYGON ((-5 2.5, -5 3.125, -4.375 3.125, -4.375 2.5, -5 2.5))", + "cx": -4.6875, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 61.74686517593128, + "elevation": 7.9267272159275315, + "thickness": 1.152977127051753, + "density": 942.731104286314, + "uC": 0.483193476223309, + "vC": -0.1712743502194689, + "u10": 0.483193476223309, + "v10": -0.1712743502194689, + "id": "294" + }, + { + "geometry": "POLYGON ((-1.875 1.25, -1.875 1.875, -1.25 1.875, -1.25 1.25, -1.875 1.25))", + "cx": -1.5625, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 84.74014121768309, + "elevation": -11.670179407017006, + "thickness": 1.2199255060398368, + "density": 944.2328356584012, + "uC": 0.47485201060357723, + "vC": -0.2076154600722091, + "u10": 0.47485201060357723, + "v10": -0.2076154600722091, + "id": "335" + }, + { + "geometry": "POLYGON ((-1.875 0, -1.875 0.625, -1.25 0.625, -1.25 0, -1.875 0))", + "cx": -1.5625, + "cy": 0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 85.12261725445644, + "elevation": -9.452644419540087, + "thickness": 1.1560649776485536, + "density": 947.0150834514284, + "uC": 0.7099629383380104, + "vC": -0.23123538990327375, + "u10": 0.7099629383380104, + "v10": -0.23123538990327375, + "id": "343" + }, + { + "geometry": "POLYGON ((-1.25 0, -1.25 0.625, -0.625 0.625, -0.625 0, -1.25 0))", + "cx": -0.9375, + "cy": 0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 96.03400064940715, + "elevation": -18.590177337351804, + "thickness": 1.2302707442516647, + "density": 942.4016199762533, + "uC": 0.6048911376933284, + "vC": -0.4144777970683362, + "u10": 0.6048911376933284, + "v10": -0.4144777970683362, + "id": "346" + }, + { + "geometry": "POLYGON ((-0.625 0, -0.625 0.625, 0 0.625, 0 0, -0.625 0))", + "cx": -0.3125, + "cy": 0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 96.06938340002297, + "elevation": -31.27586420822967, + "thickness": 1.2653353127531453, + "density": 933.5479736568773, + "uC": 0.44130880983541043, + "vC": -0.44842899063655006, + "u10": 0.44130880983541043, + "v10": -0.44842899063655006, + "id": "347" + }, + { + "geometry": "POLYGON ((0.625 4.375, 0.625 5, 1.25 5, 1.25 4.375, 0.625 4.375))", + "cx": 0.9375, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 81.14227190081847, + "elevation": -33.57581540202516, + "thickness": 1.116388915088256, + "density": 974.6047629465282, + "uC": -0.2624788299998657, + "vC": 0.03219837723175617, + "u10": -0.2624788299998657, + "v10": 0.03219837723175617, + "id": "349" + }, + { + "geometry": "POLYGON ((0.625 3.75, 0.625 4.375, 1.25 4.375, 1.25 3.75, 0.625 3.75))", + "cx": 0.9375, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 84.01967517723617, + "elevation": -20.94167788639281, + "thickness": 1.1143400844502178, + "density": 982.8325819995309, + "uC": -0.2679916628295653, + "vC": -0.10374687110903774, + "u10": -0.2679916628295653, + "v10": -0.10374687110903774, + "id": "351" + }, + { + "geometry": "POLYGON ((1.25 4.375, 1.25 5, 1.875 5, 1.875 4.375, 1.25 4.375))", + "cx": 1.5625, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 82.57477118331649, + "elevation": -30.67368847041592, + "thickness": 1.1163127063708405, + "density": 978.128856535485, + "uC": -0.28715029213197374, + "vC": 0.16000621860758768, + "u10": -0.28715029213197374, + "v10": 0.16000621860758768, + "id": "352" + }, + { + "geometry": "POLYGON ((1.875 4.375, 1.875 5, 2.5 5, 2.5 4.375, 1.875 4.375))", + "cx": 2.1875, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 86.93046619398928, + "elevation": -30.28331808714845, + "thickness": 1.0570480603267451, + "density": 976.1042138779873, + "uC": -0.29177946045378256, + "vC": 0.08830706980430092, + "u10": -0.29177946045378256, + "v10": 0.08830706980430092, + "id": "353" + }, + { + "geometry": "POLYGON ((1.25 3.75, 1.25 4.375, 1.875 4.375, 1.875 3.75, 1.25 3.75))", + "cx": 1.5625, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 85.09636061516238, + "elevation": -19.33385833212829, + "thickness": 1.1213553996616654, + "density": 976.1900792462679, + "uC": -0.2255026029704596, + "vC": 0.0733141814817273, + "u10": -0.2255026029704596, + "v10": 0.0733141814817273, + "id": "354" + }, + { + "geometry": "POLYGON ((0 3.125, 0 3.75, 0.625 3.75, 0.625 3.125, 0 3.125))", + "cx": 0.3125, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 84.54323502658212, + "elevation": -24.62248287676801, + "thickness": 1.1019932315193168, + "density": 977.2167068240738, + "uC": 0.0576157104496073, + "vC": -0.32561325132392144, + "u10": 0.0576157104496073, + "v10": -0.32561325132392144, + "id": "356" + }, + { + "geometry": "POLYGON ((0.625 3.125, 0.625 3.75, 1.25 3.75, 1.25 3.125, 0.625 3.125))", + "cx": 0.9375, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 86.15967999507696, + "elevation": -10.292410465394104, + "thickness": 1.059316389044144, + "density": 977.4575947196793, + "uC": -0.10569321115621988, + "vC": -0.28433272698711076, + "u10": -0.10569321115621988, + "v10": -0.28433272698711076, + "id": "357" + }, + { + "geometry": "POLYGON ((4.375 3.75, 4.375 4.375, 5 4.375, 5 3.75, 4.375 3.75))", + "cx": 4.6875, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.08568389862883, + "elevation": 19.8527780956692, + "thickness": 1.0879350141695672, + "density": 959.303031995096, + "uC": -0.16569945604274144, + "vC": -0.620836211168281, + "u10": -0.16569945604274144, + "v10": -0.620836211168281, + "id": "371" + }, + { + "geometry": "POLYGON ((3.125 2.5, 3.125 3.125, 3.75 3.125, 3.75 2.5, 3.125 2.5))", + "cx": 3.4375, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 65.70199177325189, + "elevation": 15.579398137142796, + "thickness": 1.1705603849196677, + "density": 960.4129907894487, + "uC": -0.12532849039852587, + "vC": -0.2933359373098219, + "u10": -0.12532849039852587, + "v10": -0.2933359373098219, + "id": "375" + }, + { + "geometry": "POLYGON ((7.5 3.125, 7.5 3.75, 8.125 3.75, 8.125 3.125, 7.5 3.125))", + "cx": 7.8125, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.88880231726358, + "elevation": 18.856697581141248, + "thickness": 1.1557955405070506, + "density": 926.0938346516234, + "uC": 0.044590764420592, + "vC": -0.7159328930913831, + "u10": 0.044590764420592, + "v10": -0.7159328930913831, + "id": "384" + }, + { + "geometry": "POLYGON ((8.125 3.125, 8.125 3.75, 8.75 3.75, 8.75 3.125, 8.125 3.125))", + "cx": 8.4375, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 60.318401098732046, + "elevation": 17.138671492867193, + "thickness": 1.1572719021818076, + "density": 917.9939400714616, + "uC": 0.17005040818573164, + "vC": -0.6142710056720175, + "u10": 0.17005040818573164, + "v10": -0.6142710056720175, + "id": "385" + }, + { + "geometry": "POLYGON ((7.5 2.5, 7.5 3.125, 8.125 3.125, 8.125 2.5, 7.5 2.5))", + "cx": 7.8125, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 63.47595327492362, + "elevation": 12.9075160807755, + "thickness": 1.1833919495139458, + "density": 904.5008761280367, + "uC": 0.34148841481576675, + "vC": -0.5022871171435743, + "u10": 0.34148841481576675, + "v10": -0.5022871171435743, + "id": "386" + }, + { + "geometry": "POLYGON ((7.5 1.25, 7.5 1.875, 8.125 1.875, 8.125 1.25, 7.5 1.25))", + "cx": 7.8125, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.676523712896966, + "elevation": 24.7977078424255, + "thickness": 1.2069182443829196, + "density": 898.9339038448913, + "uC": 0.16056919060128017, + "vC": -0.32620820719459953, + "u10": 0.16056919060128017, + "v10": -0.32620820719459953, + "id": "390" + }, + { + "geometry": "POLYGON ((-2.5 8.125, -2.5 8.75, -1.875 8.75, -1.875 8.125, -2.5 8.125))", + "cx": -2.1875, + "cy": 8.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.49000053113687, + "elevation": -56.67889259528698, + "thickness": 0.9119075724749899, + "density": 918.0930292349726, + "uC": 0.17145557101193432, + "vC": -0.363316698338606, + "u10": 0.17145557101193432, + "v10": -0.363316698338606, + "id": "392" + }, + { + "geometry": "POLYGON ((-1.875 8.125, -1.875 8.75, -1.25 8.75, -1.25 8.125, -1.875 8.125))", + "cx": -1.5625, + "cy": 8.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.13681522474316, + "elevation": -62.36657248503811, + "thickness": 0.9287379015874649, + "density": 922.0635299093386, + "uC": -0.05928835512055742, + "vC": -0.34233206590470877, + "u10": -0.05928835512055742, + "v10": -0.34233206590470877, + "id": "393" + }, + { + "geometry": "POLYGON ((-2.5 7.5, -2.5 8.125, -1.875 8.125, -1.875 7.5, -2.5 7.5))", + "cx": -2.1875, + "cy": 7.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 67.04835484205863, + "elevation": -49.02667968460146, + "thickness": 0.9367405257115793, + "density": 939.6654736419971, + "uC": 0.0581839242247105, + "vC": -0.34369728238684927, + "u10": 0.0581839242247105, + "v10": -0.34369728238684927, + "id": "394" + }, + { + "geometry": "POLYGON ((-1.25 5.625, -1.25 6.25, -0.625 6.25, -0.625 5.625, -1.25 5.625))", + "cx": -0.9375, + "cy": 5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 64.01773705634162, + "elevation": -51.655993742548496, + "thickness": 1.0548621259460444, + "density": 972.1240271025105, + "uC": -0.19946883151146722, + "vC": -0.2657259517534175, + "u10": -0.19946883151146722, + "v10": -0.2657259517534175, + "id": "400" + }, + { + "geometry": "POLYGON ((-1.25 5, -1.25 5.625, -0.625 5.625, -0.625 5, -1.25 5))", + "cx": -0.9375, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 66.88849128467987, + "elevation": -48.730881524364484, + "thickness": 1.0477033242529274, + "density": 967.068187094086, + "uC": -0.1269607425370996, + "vC": -0.36859979529728215, + "u10": -0.1269607425370996, + "v10": -0.36859979529728215, + "id": "402" + }, + { + "geometry": "POLYGON ((-0.625 5, -0.625 5.625, 0 5.625, 0 5, -0.625 5))", + "cx": -0.3125, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 66.4621137596064, + "elevation": -43.57466870972584, + "thickness": 1.0820362077019776, + "density": 981.8714150679205, + "uC": -0.3643906445899257, + "vC": -0.3560754084481219, + "u10": -0.3643906445899257, + "v10": -0.3560754084481219, + "id": "403" + }, + { + "geometry": "POLYGON ((1.25 8.125, 1.25 8.75, 1.875 8.75, 1.875 8.125, 1.25 8.125))", + "cx": 1.5625, + "cy": 8.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.1005736202204, + "elevation": -46.23596920776317, + "thickness": 0.8788772941896845, + "density": 950.4877876494843, + "uC": -0.4356670243577242, + "vC": 0.03230263889360688, + "u10": -0.4356670243577242, + "v10": 0.03230263889360688, + "id": "404" + }, + { + "geometry": "POLYGON ((1.875 8.125, 1.875 8.75, 2.5 8.75, 2.5 8.125, 1.875 8.125))", + "cx": 2.1875, + "cy": 8.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.312993885392295, + "elevation": -54.379080375970084, + "thickness": 0.9767080297455122, + "density": 945.0707785486602, + "uC": -0.3588444706884757, + "vC": -0.04439931563899374, + "u10": -0.3588444706884757, + "v10": -0.04439931563899374, + "id": "405" + }, + { + "geometry": "POLYGON ((1.25 7.5, 1.25 8.125, 1.875 8.125, 1.875 7.5, 1.25 7.5))", + "cx": 1.5625, + "cy": 7.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 62.04169686658784, + "elevation": -40.50259080136288, + "thickness": 0.8645468095894122, + "density": 955.6954589625192, + "uC": -0.382560370709213, + "vC": 0.12489751807494881, + "u10": -0.382560370709213, + "v10": 0.12489751807494881, + "id": "406" + }, + { + "geometry": "POLYGON ((0 6.875, 0 7.5, 0.625 7.5, 0.625 6.875, 0 6.875))", + "cx": 0.3125, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.188871088501, + "elevation": -42.30358264365126, + "thickness": 0.9681269931829093, + "density": 960.2504665343688, + "uC": -0.48939168483184126, + "vC": -0.0035429689448548476, + "u10": -0.48939168483184126, + "v10": -0.0035429689448548476, + "id": "408" + }, + { + "geometry": "POLYGON ((0.625 6.875, 0.625 7.5, 1.25 7.5, 1.25 6.875, 0.625 6.875))", + "cx": 0.9375, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.22457408488565, + "elevation": -44.842635480702086, + "thickness": 0.9363472297614889, + "density": 952.062158957578, + "uC": -0.3510221041128757, + "vC": 0.14449756914977502, + "u10": -0.3510221041128757, + "v10": 0.14449756914977502, + "id": "409" + }, + { + "geometry": "POLYGON ((0 6.25, 0 6.875, 0.625 6.875, 0.625 6.25, 0 6.25))", + "cx": 0.3125, + "cy": 6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 61.3283155619772, + "elevation": -45.97139236746989, + "thickness": 1.0212196139744716, + "density": 958.7402796322444, + "uC": -0.441366975505491, + "vC": -0.021107691535384197, + "u10": -0.441366975505491, + "v10": -0.021107691535384197, + "id": "410" + }, + { + "geometry": "POLYGON ((1.875 5.625, 1.875 6.25, 2.5 6.25, 2.5 5.625, 1.875 5.625))", + "cx": 2.1875, + "cy": 5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 85.60888667582466, + "elevation": -57.872189762542945, + "thickness": 0.9520042279867347, + "density": 968.0727658602842, + "uC": -0.14542289947283887, + "vC": 0.24219288819740176, + "u10": -0.14542289947283887, + "v10": 0.24219288819740176, + "id": "421" + }, + { + "geometry": "POLYGON ((1.875 5, 1.875 5.625, 2.5 5.625, 2.5 5, 1.875 5))", + "cx": 2.1875, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 83.5380858608111, + "elevation": -56.03761812751111, + "thickness": 1.0036913693196496, + "density": 975.3521946226084, + "uC": -0.24242041424647634, + "vC": 0.26964117162374945, + "u10": -0.24242041424647634, + "v10": 0.26964117162374945, + "id": "423" + }, + { + "geometry": "POLYGON ((2.5 6.875, 2.5 7.5, 3.125 7.5, 3.125 6.875, 2.5 6.875))", + "cx": 2.8125, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 65.89700876931204, + "elevation": -42.33058991262038, + "thickness": 1.042436675188152, + "density": 970.6057139170808, + "uC": -0.2211420150071483, + "vC": -0.1255912508970089, + "u10": -0.2211420150071483, + "v10": -0.1255912508970089, + "id": "424" + }, + { + "geometry": "POLYGON ((3.125 6.875, 3.125 7.5, 3.75 7.5, 3.75 6.875, 3.125 6.875))", + "cx": 3.4375, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 63.9789450776667, + "elevation": -43.794073258672626, + "thickness": 1.0615878881146426, + "density": 971.6396157423279, + "uC": -0.3316662129253704, + "vC": 0.05225994429895179, + "u10": -0.3316662129253704, + "v10": 0.05225994429895179, + "id": "425" + }, + { + "geometry": "POLYGON ((4.375 6.875, 4.375 7.5, 5 7.5, 5 6.875, 4.375 6.875))", + "cx": 4.6875, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 66.00155201177364, + "elevation": -30.735514638450404, + "thickness": 1.0256737877043132, + "density": 970.6964789503933, + "uC": -0.4942474407464116, + "vC": 0.3756238551927682, + "u10": -0.4942474407464116, + "v10": 0.3756238551927682, + "id": "429" + }, + { + "geometry": "POLYGON ((4.375 6.25, 4.375 6.875, 5 6.875, 5 6.25, 4.375 6.25))", + "cx": 4.6875, + "cy": 6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 65.97833431270558, + "elevation": -30.960676927616763, + "thickness": 1.030318733960652, + "density": 982.693970254569, + "uC": -0.34346750747034455, + "vC": 0.5046336016335696, + "u10": -0.34346750747034455, + "v10": 0.5046336016335696, + "id": "431" + }, + { + "geometry": "POLYGON ((-5.625 -5.9375, -5.625 -5.625, -5.3125 -5.625, -5.3125 -5.9375, -5.625 -5.9375))", + "cx": -5.46875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.62390746334083, + "elevation": -32.10491617395742, + "thickness": 1.0498382628863436, + "density": 909.9737534884414, + "uC": 0.5494299522040889, + "vC": 0.006797276566602966, + "u10": 0.5494299522040889, + "v10": 0.006797276566602966, + "id": "440" + }, + { + "geometry": "POLYGON ((-5.3125 -5.9375, -5.3125 -5.625, -5 -5.625, -5 -5.9375, -5.3125 -5.9375))", + "cx": -5.15625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.91183120527293, + "elevation": -26.0702964972211, + "thickness": 1.0066242892994461, + "density": 917.3136433529517, + "uC": 0.5421094348983132, + "vC": 0.1917301727766093, + "u10": 0.5421094348983132, + "v10": 0.1917301727766093, + "id": "441" + }, + { + "geometry": "POLYGON ((-5.625 -6.25, -5.625 -5.9375, -5.3125 -5.9375, -5.3125 -6.25, -5.625 -6.25))", + "cx": -5.46875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.83976104956601, + "elevation": -43.535307089816115, + "thickness": 1.0262943929452109, + "density": 911.403175367105, + "uC": 0.5252084698423365, + "vC": 0.06392365307216274, + "u10": 0.5252084698423365, + "v10": 0.06392365307216274, + "id": "442" + }, + { + "geometry": "POLYGON ((-5.3125 -6.25, -5.3125 -5.9375, -5 -5.9375, -5 -6.25, -5.3125 -6.25))", + "cx": -5.15625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.40765271204347, + "elevation": -43.76261389789487, + "thickness": 0.9826345449120397, + "density": 922.616983159492, + "uC": 0.51925235288467, + "vC": 0.26702173725921136, + "u10": 0.51925235288467, + "v10": 0.26702173725921136, + "id": "443" + }, + { + "geometry": "POLYGON ((-5.625 -6.5625, -5.625 -6.25, -5.3125 -6.25, -5.3125 -6.5625, -5.625 -6.5625))", + "cx": -5.46875, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.472756905188, + "elevation": -43.43303437465137, + "thickness": 1.0299495849859985, + "density": 916.6266869899865, + "uC": 0.5062709797675651, + "vC": -0.12080628302864599, + "u10": 0.5062709797675651, + "v10": -0.12080628302864599, + "id": "444" + }, + { + "geometry": "POLYGON ((-5.3125 -6.5625, -5.3125 -6.25, -5 -6.25, -5 -6.5625, -5.3125 -6.5625))", + "cx": -5.15625, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.75776921888033, + "elevation": -48.935002388689334, + "thickness": 0.9973521457440037, + "density": 926.0743723864647, + "uC": 0.6128923686544617, + "vC": 0.07042242239400699, + "u10": 0.6128923686544617, + "v10": 0.07042242239400699, + "id": "445" + }, + { + "geometry": "POLYGON ((-5.625 -6.875, -5.625 -6.5625, -5.3125 -6.5625, -5.3125 -6.875, -5.625 -6.875))", + "cx": -5.46875, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.96109723677834, + "elevation": -44.02594678337402, + "thickness": 1.0181378144102666, + "density": 912.846650415072, + "uC": 0.5584197773420738, + "vC": -0.0450608198730681, + "u10": 0.5584197773420738, + "v10": -0.0450608198730681, + "id": "446" + }, + { + "geometry": "POLYGON ((-5.3125 -6.875, -5.3125 -6.5625, -5 -6.5625, -5 -6.875, -5.3125 -6.875))", + "cx": -5.15625, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.98991849227386, + "elevation": -61.259577026242724, + "thickness": 0.9851131701570914, + "density": 930.4307058786846, + "uC": 0.6095529729115569, + "vC": 0.028775734204827284, + "u10": 0.6095529729115569, + "v10": 0.028775734204827284, + "id": "447" + }, + { + "geometry": "POLYGON ((-5.625 -7.1875, -5.625 -6.875, -5.3125 -6.875, -5.3125 -7.1875, -5.625 -7.1875))", + "cx": -5.46875, + "cy": -7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.31189579152465, + "elevation": -57.788372254532916, + "thickness": 1.013956499823631, + "density": 905.0410442217133, + "uC": 0.6053717081375437, + "vC": -0.0015780826644132204, + "u10": 0.6053717081375437, + "v10": -0.0015780826644132204, + "id": "448" + }, + { + "geometry": "POLYGON ((-5.3125 -7.1875, -5.3125 -6.875, -5 -6.875, -5 -7.1875, -5.3125 -7.1875))", + "cx": -5.15625, + "cy": -7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.12963242783545, + "elevation": -68.64892936327101, + "thickness": 0.9764241683225026, + "density": 910.4399623010767, + "uC": 0.5721904907624964, + "vC": 0.2821109476905209, + "u10": 0.5721904907624964, + "v10": 0.2821109476905209, + "id": "449" + }, + { + "geometry": "POLYGON ((-5.625 -7.5, -5.625 -7.1875, -5.3125 -7.1875, -5.3125 -7.5, -5.625 -7.5))", + "cx": -5.46875, + "cy": -7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.67889699172818, + "elevation": -74.0232354721147, + "thickness": 0.997172933485803, + "density": 898.0490063902411, + "uC": 0.5518836397722716, + "vC": 0.148597830560403, + "u10": 0.5518836397722716, + "v10": 0.148597830560403, + "id": "450" + }, + { + "geometry": "POLYGON ((-5.3125 -7.5, -5.3125 -7.1875, -5 -7.1875, -5 -7.5, -5.3125 -7.5))", + "cx": -5.15625, + "cy": -7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.23630789274796, + "elevation": -72.2263231497181, + "thickness": 0.9757969790734893, + "density": 897.2336093482331, + "uC": 0.573284221601458, + "vC": 0.2776472112354229, + "u10": 0.573284221601458, + "v10": 0.2776472112354229, + "id": "451" + }, + { + "geometry": "POLYGON ((-5 -5.3125, -5 -5, -4.6875 -5, -4.6875 -5.3125, -5 -5.3125))", + "cx": -4.84375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.7905225234534, + "elevation": -21.24053602181619, + "thickness": 0.9233101597439184, + "density": 928.4328190833317, + "uC": 0.44528355389418106, + "vC": -0.06263952182829131, + "u10": 0.44528355389418106, + "v10": -0.06263952182829131, + "id": "452" + }, + { + "geometry": "POLYGON ((-4.6875 -5.3125, -4.6875 -5, -4.375 -5, -4.375 -5.3125, -4.6875 -5.3125))", + "cx": -4.53125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.01772280673853, + "elevation": -23.557971670761948, + "thickness": 0.8829785806722048, + "density": 925.7177843275163, + "uC": 0.41949194766780096, + "vC": 0.055477866610869224, + "u10": 0.41949194766780096, + "v10": 0.055477866610869224, + "id": "453" + }, + { + "geometry": "POLYGON ((-5 -5.625, -5 -5.3125, -4.6875 -5.3125, -4.6875 -5.625, -5 -5.625))", + "cx": -4.84375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.48457954255717, + "elevation": -17.91987021672856, + "thickness": 0.9309150401427911, + "density": 922.7634630229347, + "uC": 0.4153398662999473, + "vC": 0.19452875553458351, + "u10": 0.4153398662999473, + "v10": 0.19452875553458351, + "id": "454" + }, + { + "geometry": "POLYGON ((-4.6875 -5.625, -4.6875 -5.3125, -4.375 -5.3125, -4.375 -5.625, -4.6875 -5.625))", + "cx": -4.53125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.01608174183525, + "elevation": -20.84688452055171, + "thickness": 0.8550797667177653, + "density": 922.0124800166825, + "uC": 0.4117902207049522, + "vC": 0.22180575334739422, + "u10": 0.4117902207049522, + "v10": 0.22180575334739422, + "id": "455" + }, + { + "geometry": "POLYGON ((-4.375 -5.3125, -4.375 -5, -4.0625 -5, -4.0625 -5.3125, -4.375 -5.3125))", + "cx": -4.21875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.4129449322985, + "elevation": -42.42425348919009, + "thickness": 0.8755998274544673, + "density": 923.7855706573628, + "uC": 0.35982213360770404, + "vC": 0.14749806112730462, + "u10": 0.35982213360770404, + "v10": 0.14749806112730462, + "id": "456" + }, + { + "geometry": "POLYGON ((-4.0625 -5.3125, -4.0625 -5, -3.75 -5, -3.75 -5.3125, -4.0625 -5.3125))", + "cx": -3.90625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.43285251310975, + "elevation": -43.62103379399569, + "thickness": 0.8240826661623333, + "density": 920.2285637341497, + "uC": 0.2690943606071986, + "vC": 0.24763669370212193, + "u10": 0.2690943606071986, + "v10": 0.24763669370212193, + "id": "457" + }, + { + "geometry": "POLYGON ((-4.375 -5.625, -4.375 -5.3125, -4.0625 -5.3125, -4.0625 -5.625, -4.375 -5.625))", + "cx": -4.21875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.20560843537304, + "elevation": -42.67864550636233, + "thickness": 0.8318081206618637, + "density": 923.7884500769541, + "uC": 0.2710582176216349, + "vC": 0.24217967016121206, + "u10": 0.2710582176216349, + "v10": 0.24217967016121206, + "id": "458" + }, + { + "geometry": "POLYGON ((-4.0625 -5.625, -4.0625 -5.3125, -3.75 -5.3125, -3.75 -5.625, -4.0625 -5.625))", + "cx": -3.90625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.67875832998519, + "elevation": -47.869220593388825, + "thickness": 0.7907624454756287, + "density": 920.3983307252842, + "uC": 0.24328860047228346, + "vC": 0.2565539713302694, + "u10": 0.24328860047228346, + "v10": 0.2565539713302694, + "id": "459" + }, + { + "geometry": "POLYGON ((-5 -5.9375, -5 -5.625, -4.6875 -5.625, -4.6875 -5.9375, -5 -5.9375))", + "cx": -4.84375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.78518300917253, + "elevation": -19.78680075780857, + "thickness": 0.9350222339876408, + "density": 918.8086965114351, + "uC": 0.41099181115614114, + "vC": 0.3412704753388843, + "u10": 0.41099181115614114, + "v10": 0.3412704753388843, + "id": "460" + }, + { + "geometry": "POLYGON ((-4.6875 -5.9375, -4.6875 -5.625, -4.375 -5.625, -4.375 -5.9375, -4.6875 -5.9375))", + "cx": -4.53125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.22862809247063, + "elevation": -22.287656707462435, + "thickness": 0.8642835709033998, + "density": 924.0804951943398, + "uC": 0.3356867075895254, + "vC": 0.42976821371370855, + "u10": 0.3356867075895254, + "v10": 0.42976821371370855, + "id": "461" + }, + { + "geometry": "POLYGON ((-5 -6.25, -5 -5.9375, -4.6875 -5.9375, -4.6875 -6.25, -5 -6.25))", + "cx": -4.84375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.88855706481563, + "elevation": -35.33523506294206, + "thickness": 0.9512165170820599, + "density": 926.8065349296123, + "uC": 0.3805217333605093, + "vC": 0.4261205983686015, + "u10": 0.3805217333605093, + "v10": 0.4261205983686015, + "id": "462" + }, + { + "geometry": "POLYGON ((-4.6875 -6.25, -4.6875 -5.9375, -4.375 -5.9375, -4.375 -6.25, -4.6875 -6.25))", + "cx": -4.53125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.13673364049065, + "elevation": -28.6780587714861, + "thickness": 0.8969453476147273, + "density": 930.4159728874342, + "uC": 0.33136215172267236, + "vC": 0.5133765463803516, + "u10": 0.33136215172267236, + "v10": 0.5133765463803516, + "id": "463" + }, + { + "geometry": "POLYGON ((-4.375 -5.9375, -4.375 -5.625, -4.0625 -5.625, -4.0625 -5.9375, -4.375 -5.9375))", + "cx": -4.21875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.2025071300977, + "elevation": -32.495454555531715, + "thickness": 0.8000973974336825, + "density": 920.0213431842215, + "uC": 0.28960125827983196, + "vC": 0.37214481911799735, + "u10": 0.28960125827983196, + "v10": 0.37214481911799735, + "id": "464" + }, + { + "geometry": "POLYGON ((-4.0625 -5.9375, -4.0625 -5.625, -3.75 -5.625, -3.75 -5.9375, -4.0625 -5.9375))", + "cx": -3.90625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.27542765247571, + "elevation": -37.83037038071522, + "thickness": 0.7892070349440048, + "density": 920.8410256109528, + "uC": 0.3618240633357348, + "vC": 0.2729535710056868, + "u10": 0.3618240633357348, + "v10": 0.2729535710056868, + "id": "465" + }, + { + "geometry": "POLYGON ((-4.375 -6.25, -4.375 -5.9375, -4.0625 -5.9375, -4.0625 -6.25, -4.375 -6.25))", + "cx": -4.21875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.70515533620893, + "elevation": -26.799771880253918, + "thickness": 0.8467511251157294, + "density": 923.0711020265203, + "uC": 0.44790552147197926, + "vC": 0.3252891954763419, + "u10": 0.44790552147197926, + "v10": 0.3252891954763419, + "id": "466" + }, + { + "geometry": "POLYGON ((-4.0625 -6.25, -4.0625 -5.9375, -3.75 -5.9375, -3.75 -6.25, -4.0625 -6.25))", + "cx": -3.90625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.1506627614987, + "elevation": -33.59787829848909, + "thickness": 0.8118241289730892, + "density": 930.0364538581671, + "uC": 0.4315925756048399, + "vC": 0.2418358664625179, + "u10": 0.4315925756048399, + "v10": 0.2418358664625179, + "id": "467" + }, + { + "geometry": "POLYGON ((-3.75 -5.3125, -3.75 -5, -3.4375 -5, -3.4375 -5.3125, -3.75 -5.3125))", + "cx": -3.59375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.33536504281386, + "elevation": -37.62512090720246, + "thickness": 0.7761060706851839, + "density": 919.7446204740397, + "uC": 0.2794273632113431, + "vC": 0.27402678413727205, + "u10": 0.2794273632113431, + "v10": 0.27402678413727205, + "id": "468" + }, + { + "geometry": "POLYGON ((-3.4375 -5.3125, -3.4375 -5, -3.125 -5, -3.125 -5.3125, -3.4375 -5.3125))", + "cx": -3.28125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.66532931482959, + "elevation": -46.0737635005466, + "thickness": 0.7441134042919624, + "density": 918.2510334188811, + "uC": 0.34885914081213154, + "vC": 0.3111060209623681, + "u10": 0.34885914081213154, + "v10": 0.3111060209623681, + "id": "469" + }, + { + "geometry": "POLYGON ((-3.75 -5.625, -3.75 -5.3125, -3.4375 -5.3125, -3.4375 -5.625, -3.75 -5.625))", + "cx": -3.59375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.6255634943893, + "elevation": -42.2988202131374, + "thickness": 0.7406958078085792, + "density": 928.9973157818483, + "uC": 0.3468423361757973, + "vC": 0.25287579009482325, + "u10": 0.3468423361757973, + "v10": 0.25287579009482325, + "id": "470" + }, + { + "geometry": "POLYGON ((-3.4375 -5.625, -3.4375 -5.3125, -3.125 -5.3125, -3.125 -5.625, -3.4375 -5.625))", + "cx": -3.28125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.4856105282594, + "elevation": -45.31691716061599, + "thickness": 0.7399520073902301, + "density": 933.6677757420009, + "uC": 0.29162995375605727, + "vC": 0.3315155217756337, + "u10": 0.29162995375605727, + "v10": 0.3315155217756337, + "id": "471" + }, + { + "geometry": "POLYGON ((-3.125 -5.3125, -3.125 -5, -2.8125 -5, -2.8125 -5.3125, -3.125 -5.3125))", + "cx": -2.96875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.16013749278167, + "elevation": -47.08235404459387, + "thickness": 0.7702024416180879, + "density": 910.5919630772704, + "uC": 0.27232467234729985, + "vC": 0.37144933321926643, + "u10": 0.27232467234729985, + "v10": 0.37144933321926643, + "id": "472" + }, + { + "geometry": "POLYGON ((-2.8125 -5.3125, -2.8125 -5, -2.5 -5, -2.5 -5.3125, -2.8125 -5.3125))", + "cx": -2.65625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.43757621868782, + "elevation": -42.80945646796129, + "thickness": 0.7577600558022266, + "density": 906.5763389839683, + "uC": 0.32009265441828, + "vC": 0.311597800387708, + "u10": 0.32009265441828, + "v10": 0.311597800387708, + "id": "473" + }, + { + "geometry": "POLYGON ((-3.125 -5.625, -3.125 -5.3125, -2.8125 -5.3125, -2.8125 -5.625, -3.125 -5.625))", + "cx": -2.96875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.85796335221113, + "elevation": -40.16322349840539, + "thickness": 0.7483100629916725, + "density": 923.8991449751884, + "uC": 0.3147848164306022, + "vC": 0.313496008856893, + "u10": 0.3147848164306022, + "v10": 0.313496008856893, + "id": "474" + }, + { + "geometry": "POLYGON ((-2.8125 -5.625, -2.8125 -5.3125, -2.5 -5.3125, -2.5 -5.625, -2.8125 -5.625))", + "cx": -2.65625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.74316421170897, + "elevation": -39.26914326702955, + "thickness": 0.7645185733216036, + "density": 916.997685496005, + "uC": 0.3540763593427036, + "vC": 0.2587358206407967, + "u10": 0.3540763593427036, + "v10": 0.2587358206407967, + "id": "475" + }, + { + "geometry": "POLYGON ((-3.75 -5.9375, -3.75 -5.625, -3.4375 -5.625, -3.4375 -5.9375, -3.75 -5.9375))", + "cx": -3.59375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.12491570714681, + "elevation": -43.254693448959024, + "thickness": 0.7432941598542089, + "density": 928.9802534786453, + "uC": 0.4619792780495182, + "vC": 0.17369722995499287, + "u10": 0.4619792780495182, + "v10": 0.17369722995499287, + "id": "476" + }, + { + "geometry": "POLYGON ((-3.4375 -5.9375, -3.4375 -5.625, -3.125 -5.625, -3.125 -5.9375, -3.4375 -5.9375))", + "cx": -3.28125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.51119081674278, + "elevation": -52.000263590576125, + "thickness": 0.7339998318982475, + "density": 932.4780319654294, + "uC": 0.4449036753620124, + "vC": 0.13698230484628907, + "u10": 0.4449036753620124, + "v10": 0.13698230484628907, + "id": "477" + }, + { + "geometry": "POLYGON ((-3.75 -6.25, -3.75 -5.9375, -3.4375 -5.9375, -3.4375 -6.25, -3.75 -6.25))", + "cx": -3.59375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.17216264612813, + "elevation": -40.1569613590112, + "thickness": 0.7727496042322008, + "density": 930.6708082207003, + "uC": 0.47474087646895113, + "vC": 0.10804473277028363, + "u10": 0.47474087646895113, + "v10": 0.10804473277028363, + "id": "478" + }, + { + "geometry": "POLYGON ((-3.4375 -6.25, -3.4375 -5.9375, -3.125 -5.9375, -3.125 -6.25, -3.4375 -6.25))", + "cx": -3.28125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.67650064735132, + "elevation": -49.51674308811157, + "thickness": 0.7275022984193344, + "density": 932.6607388524016, + "uC": 0.5340837043277945, + "vC": 0.04384289607717087, + "u10": 0.5340837043277945, + "v10": 0.04384289607717087, + "id": "479" + }, + { + "geometry": "POLYGON ((-3.125 -5.9375, -3.125 -5.625, -2.8125 -5.625, -2.8125 -5.9375, -3.125 -5.9375))", + "cx": -2.96875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.57146821850392, + "elevation": -50.31925271315129, + "thickness": 0.7298182906031789, + "density": 933.9656893156485, + "uC": 0.380512203512682, + "vC": 0.23874892901994538, + "u10": 0.380512203512682, + "v10": 0.23874892901994538, + "id": "480" + }, + { + "geometry": "POLYGON ((-2.8125 -5.9375, -2.8125 -5.625, -2.5 -5.625, -2.5 -5.9375, -2.8125 -5.9375))", + "cx": -2.65625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.70269036916335, + "elevation": -51.27038599671176, + "thickness": 0.7387545607504895, + "density": 925.595612786085, + "uC": 0.3774165150479216, + "vC": 0.2708402376613176, + "u10": 0.3774165150479216, + "v10": 0.2708402376613176, + "id": "481" + }, + { + "geometry": "POLYGON ((-3.125 -6.25, -3.125 -5.9375, -2.8125 -5.9375, -2.8125 -6.25, -3.125 -6.25))", + "cx": -2.96875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.66936813735994, + "elevation": -59.69777581247408, + "thickness": 0.7232138943061209, + "density": 929.6167446627366, + "uC": 0.4757414447919541, + "vC": 0.15650139695741933, + "u10": 0.4757414447919541, + "v10": 0.15650139695741933, + "id": "482" + }, + { + "geometry": "POLYGON ((-2.8125 -6.25, -2.8125 -5.9375, -2.5 -5.9375, -2.5 -6.25, -2.8125 -6.25))", + "cx": -2.65625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.44576479603478, + "elevation": -63.45153979256439, + "thickness": 0.7556681247745692, + "density": 930.3238073488407, + "uC": 0.46460432600632645, + "vC": 0.19869218009127737, + "u10": 0.46460432600632645, + "v10": 0.19869218009127737, + "id": "483" + }, + { + "geometry": "POLYGON ((-5 -6.5625, -5 -6.25, -4.6875 -6.25, -4.6875 -6.5625, -5 -6.5625))", + "cx": -4.84375, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.65655874636965, + "elevation": -46.06511735383313, + "thickness": 0.9301220550928838, + "density": 937.0235869894948, + "uC": 0.4896527628776579, + "vC": 0.3245487985219223, + "u10": 0.4896527628776579, + "v10": 0.3245487985219223, + "id": "484" + }, + { + "geometry": "POLYGON ((-4.6875 -6.5625, -4.6875 -6.25, -4.375 -6.25, -4.375 -6.5625, -4.6875 -6.5625))", + "cx": -4.53125, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.16812191135435, + "elevation": -30.40789647703685, + "thickness": 0.8851092025666591, + "density": 927.2250890653211, + "uC": 0.4625671788142758, + "vC": 0.4585788228804536, + "u10": 0.4625671788142758, + "v10": 0.4585788228804536, + "id": "485" + }, + { + "geometry": "POLYGON ((-5 -6.875, -5 -6.5625, -4.6875 -6.5625, -4.6875 -6.875, -5 -6.875))", + "cx": -4.84375, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.20908204667118, + "elevation": -56.56699122222088, + "thickness": 0.9403454954760001, + "density": 932.0245841102106, + "uC": 0.6029022915925963, + "vC": 0.21761749094500682, + "u10": 0.6029022915925963, + "v10": 0.21761749094500682, + "id": "486" + }, + { + "geometry": "POLYGON ((-4.6875 -6.875, -4.6875 -6.5625, -4.375 -6.5625, -4.375 -6.875, -4.6875 -6.875))", + "cx": -4.53125, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.36867209003185, + "elevation": -35.413305746069035, + "thickness": 0.8846105974568024, + "density": 926.5092564561842, + "uC": 0.5530669676085624, + "vC": 0.42478511068174657, + "u10": 0.5530669676085624, + "v10": 0.42478511068174657, + "id": "487" + }, + { + "geometry": "POLYGON ((-4.375 -6.5625, -4.375 -6.25, -4.0625 -6.25, -4.0625 -6.5625, -4.375 -6.5625))", + "cx": -4.21875, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.34195430233953, + "elevation": -25.78329296482724, + "thickness": 0.8661540352568751, + "density": 927.4688810178891, + "uC": 0.5254146639806128, + "vC": 0.31893341910271444, + "u10": 0.5254146639806128, + "v10": 0.31893341910271444, + "id": "488" + }, + { + "geometry": "POLYGON ((-4.0625 -6.5625, -4.0625 -6.25, -3.75 -6.25, -3.75 -6.5625, -4.0625 -6.5625))", + "cx": -3.90625, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.83100038367223, + "elevation": -20.227222719002782, + "thickness": 0.84068750964948, + "density": 936.3497035342152, + "uC": 0.48133672350013634, + "vC": 0.2774958196986912, + "u10": 0.48133672350013634, + "v10": 0.2774958196986912, + "id": "489" + }, + { + "geometry": "POLYGON ((-4.375 -6.875, -4.375 -6.5625, -4.0625 -6.5625, -4.0625 -6.875, -4.375 -6.875))", + "cx": -4.21875, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.94696758821121, + "elevation": -24.93536391781213, + "thickness": 0.8511129885628713, + "density": 929.9984507010154, + "uC": 0.5264334820455537, + "vC": 0.38644635010536144, + "u10": 0.5264334820455537, + "v10": 0.38644635010536144, + "id": "490" + }, + { + "geometry": "POLYGON ((-4.0625 -6.875, -4.0625 -6.5625, -3.75 -6.5625, -3.75 -6.875, -4.0625 -6.875))", + "cx": -3.90625, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.46147509957545, + "elevation": -26.508767330032256, + "thickness": 0.8165866835887841, + "density": 944.4488486680158, + "uC": 0.5691331901049954, + "vC": 0.26604569348521223, + "u10": 0.5691331901049954, + "v10": 0.26604569348521223, + "id": "491" + }, + { + "geometry": "POLYGON ((-5 -7.1875, -5 -6.875, -4.6875 -6.875, -4.6875 -7.1875, -5 -7.1875))", + "cx": -4.84375, + "cy": -7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.12424165687649, + "elevation": -60.538739498133026, + "thickness": 0.9272650025439484, + "density": 916.0648566722825, + "uC": 0.5579493917146614, + "vC": 0.4573417892175706, + "u10": 0.5579493917146614, + "v10": 0.4573417892175706, + "id": "492" + }, + { + "geometry": "POLYGON ((-4.6875 -7.1875, -4.6875 -6.875, -4.375 -6.875, -4.375 -7.1875, -4.6875 -7.1875))", + "cx": -4.53125, + "cy": -7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.6466295383421, + "elevation": -38.99295580941863, + "thickness": 0.8858818824439391, + "density": 921.8217804128839, + "uC": 0.4682353723049816, + "vC": 0.6146982892992194, + "u10": 0.4682353723049816, + "v10": 0.6146982892992194, + "id": "493" + }, + { + "geometry": "POLYGON ((-5 -7.5, -5 -7.1875, -4.6875 -7.1875, -4.6875 -7.5, -5 -7.5))", + "cx": -4.84375, + "cy": -7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.61243209823937, + "elevation": -63.93965046884269, + "thickness": 0.9343364520414716, + "density": 913.0813386596324, + "uC": 0.5768053935236688, + "vC": 0.45539186513644314, + "u10": 0.5768053935236688, + "v10": 0.45539186513644314, + "id": "494" + }, + { + "geometry": "POLYGON ((-4.6875 -7.5, -4.6875 -7.1875, -4.375 -7.1875, -4.375 -7.5, -4.6875 -7.5))", + "cx": -4.53125, + "cy": -7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.19293573350611, + "elevation": -49.74854100427838, + "thickness": 0.8893821528455883, + "density": 919.3797875439202, + "uC": 0.5175280853608846, + "vC": 0.5660607412398577, + "u10": 0.5175280853608846, + "v10": 0.5660607412398577, + "id": "495" + }, + { + "geometry": "POLYGON ((-2.5 -5.3125, -2.5 -5, -2.1875 -5, -2.1875 -5.3125, -2.5 -5.3125))", + "cx": -2.34375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.28244128836066, + "elevation": -41.438647533005906, + "thickness": 0.7412242136642387, + "density": 905.9927460258591, + "uC": 0.333315228704018, + "vC": 0.28391480706684513, + "u10": 0.333315228704018, + "v10": 0.28391480706684513, + "id": "496" + }, + { + "geometry": "POLYGON ((-2.1875 -5.3125, -2.1875 -5, -1.875 -5, -1.875 -5.3125, -2.1875 -5.3125))", + "cx": -2.03125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.7090473514169, + "elevation": -38.88619315019453, + "thickness": 0.7918711303189155, + "density": 906.8441868438671, + "uC": 0.3749979258541695, + "vC": 0.2407055758359853, + "u10": 0.3749979258541695, + "v10": 0.2407055758359853, + "id": "497" + }, + { + "geometry": "POLYGON ((-2.5 -5.625, -2.5 -5.3125, -2.1875 -5.3125, -2.1875 -5.625, -2.5 -5.625))", + "cx": -2.34375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.25977633876033, + "elevation": -39.688587952864665, + "thickness": 0.7685237813935742, + "density": 914.7602534222801, + "uC": 0.37779236579979447, + "vC": 0.18821057570235478, + "u10": 0.37779236579979447, + "v10": 0.18821057570235478, + "id": "498" + }, + { + "geometry": "POLYGON ((-2.1875 -5.625, -2.1875 -5.3125, -1.875 -5.3125, -1.875 -5.625, -2.1875 -5.625))", + "cx": -2.03125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.89457460882355, + "elevation": -36.15819340726333, + "thickness": 0.8310177111849685, + "density": 913.8751710478575, + "uC": 0.38959191040576746, + "vC": 0.17003247343198924, + "u10": 0.38959191040576746, + "v10": 0.17003247343198924, + "id": "499" + }, + { + "geometry": "POLYGON ((-1.875 -5.3125, -1.875 -5, -1.5625 -5, -1.5625 -5.3125, -1.875 -5.3125))", + "cx": -1.71875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.97614132280273, + "elevation": -35.32980160908002, + "thickness": 0.8045863690169017, + "density": 907.9021434678791, + "uC": 0.48111516384114483, + "vC": 0.04962160686410241, + "u10": 0.48111516384114483, + "v10": 0.04962160686410241, + "id": "500" + }, + { + "geometry": "POLYGON ((-1.5625 -5.3125, -1.5625 -5, -1.25 -5, -1.25 -5.3125, -1.5625 -5.3125))", + "cx": -1.40625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.8116424749369, + "elevation": -46.82419168368875, + "thickness": 0.8293368464792714, + "density": 908.5108445045483, + "uC": 0.4456191413096274, + "vC": -0.07995543410451217, + "u10": 0.4456191413096274, + "v10": -0.07995543410451217, + "id": "501" + }, + { + "geometry": "POLYGON ((-1.875 -5.625, -1.875 -5.3125, -1.5625 -5.3125, -1.5625 -5.625, -1.875 -5.625))", + "cx": -1.71875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.05474656126552, + "elevation": -42.79858713903383, + "thickness": 0.8139129939829272, + "density": 917.416354154734, + "uC": 0.4577564490850274, + "vC": 0.15016377580759124, + "u10": 0.4577564490850274, + "v10": 0.15016377580759124, + "id": "502" + }, + { + "geometry": "POLYGON ((-1.5625 -5.625, -1.5625 -5.3125, -1.25 -5.3125, -1.25 -5.625, -1.5625 -5.625))", + "cx": -1.40625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.56514187571887, + "elevation": -50.789970308565145, + "thickness": 0.8055148273365001, + "density": 916.2227637512003, + "uC": 0.47653979383568734, + "vC": -0.04677519100896939, + "u10": 0.47653979383568734, + "v10": -0.04677519100896939, + "id": "503" + }, + { + "geometry": "POLYGON ((-2.5 -5.9375, -2.5 -5.625, -2.1875 -5.625, -2.1875 -5.9375, -2.5 -5.9375))", + "cx": -2.34375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.43911902941812, + "elevation": -50.11028256907078, + "thickness": 0.7960105263151773, + "density": 923.1193237467822, + "uC": 0.4445147344343874, + "vC": 0.18721129100727427, + "u10": 0.4445147344343874, + "v10": 0.18721129100727427, + "id": "504" + }, + { + "geometry": "POLYGON ((-2.1875 -5.9375, -2.1875 -5.625, -1.875 -5.625, -1.875 -5.9375, -2.1875 -5.9375))", + "cx": -2.03125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.85533182525535, + "elevation": -52.230946113293115, + "thickness": 0.8286234223158042, + "density": 919.0349720012533, + "uC": 0.4344821247355257, + "vC": 0.19994141854667974, + "u10": 0.4344821247355257, + "v10": 0.19994141854667974, + "id": "505" + }, + { + "geometry": "POLYGON ((-2.5 -6.25, -2.5 -5.9375, -2.1875 -5.9375, -2.1875 -6.25, -2.5 -6.25))", + "cx": -2.34375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.46219424479148, + "elevation": -66.95816446178982, + "thickness": 0.7973796089559992, + "density": 929.6232207216055, + "uC": 0.48563132422599314, + "vC": 0.2732522124554299, + "u10": 0.48563132422599314, + "v10": 0.2732522124554299, + "id": "506" + }, + { + "geometry": "POLYGON ((-2.1875 -6.25, -2.1875 -5.9375, -1.875 -5.9375, -1.875 -6.25, -2.1875 -6.25))", + "cx": -2.03125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.87455221284185, + "elevation": -63.55061255751109, + "thickness": 0.8097100173773923, + "density": 926.7649483731834, + "uC": 0.5492419882586825, + "vC": 0.21002428804769752, + "u10": 0.5492419882586825, + "v10": 0.21002428804769752, + "id": "507" + }, + { + "geometry": "POLYGON ((-1.875 -5.9375, -1.875 -5.625, -1.5625 -5.625, -1.5625 -5.9375, -1.875 -5.9375))", + "cx": -1.71875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.85395168604182, + "elevation": -51.69224390973025, + "thickness": 0.8292915948280251, + "density": 923.1772143284647, + "uC": 0.4437369058028735, + "vC": 0.2875704025661532, + "u10": 0.4437369058028735, + "v10": 0.2875704025661532, + "id": "508" + }, + { + "geometry": "POLYGON ((-1.5625 -5.9375, -1.5625 -5.625, -1.25 -5.625, -1.25 -5.9375, -1.5625 -5.9375))", + "cx": -1.40625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.78578896942625, + "elevation": -47.89591298467062, + "thickness": 0.7990970937453334, + "density": 924.2822807903979, + "uC": 0.49833260449461864, + "vC": 0.04104641396409259, + "u10": 0.49833260449461864, + "v10": 0.04104641396409259, + "id": "509" + }, + { + "geometry": "POLYGON ((-1.875 -6.25, -1.875 -5.9375, -1.5625 -5.9375, -1.5625 -6.25, -1.875 -6.25))", + "cx": -1.71875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.71413840612406, + "elevation": -61.15549714919346, + "thickness": 0.8401922603018602, + "density": 928.109178470066, + "uC": 0.5180043299419615, + "vC": 0.16986918149575017, + "u10": 0.5180043299419615, + "v10": 0.16986918149575017, + "id": "510" + }, + { + "geometry": "POLYGON ((-1.5625 -6.25, -1.5625 -5.9375, -1.25 -5.9375, -1.25 -6.25, -1.5625 -6.25))", + "cx": -1.40625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.19789318912468, + "elevation": -56.58155178618227, + "thickness": 0.8301322665275971, + "density": 924.0598077703364, + "uC": 0.5608473616956662, + "vC": -0.14496671124496233, + "u10": 0.5608473616956662, + "v10": -0.14496671124496233, + "id": "511" + }, + { + "geometry": "POLYGON ((-1.25 -5.3125, -1.25 -5, -0.9375 -5, -0.9375 -5.3125, -1.25 -5.3125))", + "cx": -1.09375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.09199209290173, + "elevation": -66.79889448656893, + "thickness": 0.8573015723069752, + "density": 910.1308117999233, + "uC": 0.40227434872376316, + "vC": -0.04970866591615937, + "u10": 0.40227434872376316, + "v10": -0.04970866591615937, + "id": "512" + }, + { + "geometry": "POLYGON ((-0.9375 -5.3125, -0.9375 -5, -0.625 -5, -0.625 -5.3125, -0.9375 -5.3125))", + "cx": -0.78125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.50831682892832, + "elevation": -71.71914232231731, + "thickness": 0.8669506311360899, + "density": 908.7024321959093, + "uC": 0.3901354376409216, + "vC": 0.042271755509711635, + "u10": 0.3901354376409216, + "v10": 0.042271755509711635, + "id": "513" + }, + { + "geometry": "POLYGON ((-1.25 -5.625, -1.25 -5.3125, -0.9375 -5.3125, -0.9375 -5.625, -1.25 -5.625))", + "cx": -1.09375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.1103086900147, + "elevation": -62.48009363179497, + "thickness": 0.841618784760547, + "density": 913.4152788335086, + "uC": 0.4112600663967222, + "vC": -0.08178561018430969, + "u10": 0.4112600663967222, + "v10": -0.08178561018430969, + "id": "514" + }, + { + "geometry": "POLYGON ((-0.9375 -5.625, -0.9375 -5.3125, -0.625 -5.3125, -0.625 -5.625, -0.9375 -5.625))", + "cx": -0.78125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.84063290760301, + "elevation": -60.211222602986325, + "thickness": 0.8519020237089087, + "density": 909.2684668533959, + "uC": 0.4031280204849378, + "vC": 0.08910972101566683, + "u10": 0.4031280204849378, + "v10": 0.08910972101566683, + "id": "515" + }, + { + "geometry": "POLYGON ((-6.25 -0.3125, -6.25 0, -5.9375 0, -5.9375 -0.3125, -6.25 -0.3125))", + "cx": -6.09375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.55128864383283, + "elevation": 8.488589789637842, + "thickness": 0.922571039291282, + "density": 896.1406328608109, + "uC": 0.46612397036572384, + "vC": 0.005310227675317069, + "u10": 0.46612397036572384, + "v10": 0.005310227675317069, + "id": "516" + }, + { + "geometry": "POLYGON ((-5.9375 -0.3125, -5.9375 0, -5.625 0, -5.625 -0.3125, -5.9375 -0.3125))", + "cx": -5.78125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.94814266539791, + "elevation": 14.680284325428575, + "thickness": 0.9695800456263302, + "density": 894.1976213643682, + "uC": 0.478228993125255, + "vC": -0.12610315178645956, + "u10": 0.478228993125255, + "v10": -0.12610315178645956, + "id": "517" + }, + { + "geometry": "POLYGON ((-6.25 -0.625, -6.25 -0.3125, -5.9375 -0.3125, -5.9375 -0.625, -6.25 -0.625))", + "cx": -6.09375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.28594699897008, + "elevation": -8.76074123736841, + "thickness": 0.9143954868187478, + "density": 901.3896823134461, + "uC": 0.4482497847286775, + "vC": -0.09494686775009992, + "u10": 0.4482497847286775, + "v10": -0.09494686775009992, + "id": "518" + }, + { + "geometry": "POLYGON ((-5.9375 -0.625, -5.9375 -0.3125, -5.625 -0.3125, -5.625 -0.625, -5.9375 -0.625))", + "cx": -5.78125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.94609264720944, + "elevation": -7.542603926700686, + "thickness": 0.9641195648747554, + "density": 902.3534881574944, + "uC": 0.43304265403227826, + "vC": -0.16442081622615023, + "u10": 0.43304265403227826, + "v10": -0.16442081622615023, + "id": "519" + }, + { + "geometry": "POLYGON ((-5.625 -0.3125, -5.625 0, -5.3125 0, -5.3125 -0.3125, -5.625 -0.3125))", + "cx": -5.46875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.7993848732064, + "elevation": 11.866232903850303, + "thickness": 1.0751293845282817, + "density": 899.2738671339014, + "uC": 0.42571370042526946, + "vC": -0.12974004366963712, + "u10": 0.42571370042526946, + "v10": -0.12974004366963712, + "id": "520" + }, + { + "geometry": "POLYGON ((-5.3125 -0.3125, -5.3125 0, -5 0, -5 -0.3125, -5.3125 -0.3125))", + "cx": -5.15625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.07657185189444, + "elevation": 10.616196598964907, + "thickness": 1.0924774187242965, + "density": 904.70080823462, + "uC": 0.3917804406233261, + "vC": -0.07070369733473578, + "u10": 0.3917804406233261, + "v10": -0.07070369733473578, + "id": "521" + }, + { + "geometry": "POLYGON ((-5.625 -0.625, -5.625 -0.3125, -5.3125 -0.3125, -5.3125 -0.625, -5.625 -0.625))", + "cx": -5.46875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.87018302499149, + "elevation": 5.2396921536904175, + "thickness": 1.0504115368390323, + "density": 899.2919692215886, + "uC": 0.4387373965977738, + "vC": -0.03254337036179672, + "u10": 0.4387373965977738, + "v10": -0.03254337036179672, + "id": "522" + }, + { + "geometry": "POLYGON ((-5.3125 -0.625, -5.3125 -0.3125, -5 -0.3125, -5 -0.625, -5.3125 -0.625))", + "cx": -5.15625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.03395095317885, + "elevation": 3.445866900268271, + "thickness": 1.050306600344022, + "density": 899.1741256027764, + "uC": 0.394668446112745, + "vC": 0.04327227509424633, + "u10": 0.394668446112745, + "v10": 0.04327227509424633, + "id": "523" + }, + { + "geometry": "POLYGON ((-5.625 -0.9375, -5.625 -0.625, -5.3125 -0.625, -5.3125 -0.9375, -5.625 -0.9375))", + "cx": -5.46875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.1222494309803, + "elevation": -3.3175243216471477, + "thickness": 0.9873253352558091, + "density": 902.5252905727378, + "uC": 0.41921561314413414, + "vC": -0.0545710005353265, + "u10": 0.41921561314413414, + "v10": -0.0545710005353265, + "id": "524" + }, + { + "geometry": "POLYGON ((-5.3125 -0.9375, -5.3125 -0.625, -5 -0.625, -5 -0.9375, -5.3125 -0.9375))", + "cx": -5.15625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.78429795009109, + "elevation": -0.8729612696644753, + "thickness": 0.9958254071929842, + "density": 910.8883035026226, + "uC": 0.40825883404803065, + "vC": 0.054384939531828144, + "u10": 0.40825883404803065, + "v10": 0.054384939531828144, + "id": "525" + }, + { + "geometry": "POLYGON ((-5.625 -1.25, -5.625 -0.9375, -5.3125 -0.9375, -5.3125 -1.25, -5.625 -1.25))", + "cx": -5.46875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.86954224445797, + "elevation": -7.193451329258409, + "thickness": 0.895104436178126, + "density": 913.4375366770649, + "uC": 0.42600254523769, + "vC": 0.009535415978443769, + "u10": 0.42600254523769, + "v10": 0.009535415978443769, + "id": "526" + }, + { + "geometry": "POLYGON ((-5.3125 -1.25, -5.3125 -0.9375, -5 -0.9375, -5 -1.25, -5.3125 -1.25))", + "cx": -5.15625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.53904783799271, + "elevation": -4.070740656854017, + "thickness": 0.918115665355455, + "density": 916.9543690456646, + "uC": 0.4681834632277102, + "vC": -0.05504966608649091, + "u10": 0.4681834632277102, + "v10": -0.05504966608649091, + "id": "527" + }, + { + "geometry": "POLYGON ((-6.875 -1.5625, -6.875 -1.25, -6.5625 -1.25, -6.5625 -1.5625, -6.875 -1.5625))", + "cx": -6.71875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.611432640033186, + "elevation": -1.1682360666496936, + "thickness": 0.9031227924074751, + "density": 903.6631946035584, + "uC": 0.2207668093116073, + "vC": -0.5299358991079697, + "u10": 0.2207668093116073, + "v10": -0.5299358991079697, + "id": "528" + }, + { + "geometry": "POLYGON ((-6.5625 -1.5625, -6.5625 -1.25, -6.25 -1.25, -6.25 -1.5625, -6.5625 -1.5625))", + "cx": -6.40625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.66330970049483, + "elevation": 1.3275361182757526, + "thickness": 0.8667556328433518, + "density": 907.8816175018236, + "uC": 0.1761763272062734, + "vC": -0.48690898467260096, + "u10": 0.1761763272062734, + "v10": -0.48690898467260096, + "id": "529" + }, + { + "geometry": "POLYGON ((-6.875 -1.875, -6.875 -1.5625, -6.5625 -1.5625, -6.5625 -1.875, -6.875 -1.875))", + "cx": -6.71875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.04832769622988, + "elevation": 5.344533084163207, + "thickness": 0.889957417255809, + "density": 900.7783825317665, + "uC": -0.08473899069422411, + "vC": -0.5155852570468467, + "u10": -0.08473899069422411, + "v10": -0.5155852570468467, + "id": "530" + }, + { + "geometry": "POLYGON ((-6.5625 -1.875, -6.5625 -1.5625, -6.25 -1.5625, -6.25 -1.875, -6.5625 -1.875))", + "cx": -6.40625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.64227677703423, + "elevation": 9.56365240650263, + "thickness": 0.8472728104902438, + "density": 907.9582067266498, + "uC": 0.05436691139184572, + "vC": -0.4563540820499268, + "u10": 0.05436691139184572, + "v10": -0.4563540820499268, + "id": "531" + }, + { + "geometry": "POLYGON ((-6.875 -2.1875, -6.875 -1.875, -6.5625 -1.875, -6.5625 -2.1875, -6.875 -2.1875))", + "cx": -6.71875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.17997558772126, + "elevation": 5.317579985252708, + "thickness": 0.8534895730869105, + "density": 894.9785379204282, + "uC": -0.09337515564549916, + "vC": -0.4313466920888013, + "u10": -0.09337515564549916, + "v10": -0.4313466920888013, + "id": "532" + }, + { + "geometry": "POLYGON ((-6.5625 -2.1875, -6.5625 -1.875, -6.25 -1.875, -6.25 -2.1875, -6.5625 -2.1875))", + "cx": -6.40625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.29814531475702, + "elevation": 14.066062639676648, + "thickness": 0.8438960699757614, + "density": 906.1913452063466, + "uC": 0.13569429607119898, + "vC": -0.3533188283597453, + "u10": 0.13569429607119898, + "v10": -0.3533188283597453, + "id": "533" + }, + { + "geometry": "POLYGON ((-6.875 -2.5, -6.875 -2.1875, -6.5625 -2.1875, -6.5625 -2.5, -6.875 -2.5))", + "cx": -6.71875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.175650895038515, + "elevation": 8.286315464361351, + "thickness": 0.9049562515849576, + "density": 893.6737787184209, + "uC": 0.10739083586182727, + "vC": -0.43705035182674307, + "u10": 0.10739083586182727, + "v10": -0.43705035182674307, + "id": "534" + }, + { + "geometry": "POLYGON ((-6.5625 -2.5, -6.5625 -2.1875, -6.25 -2.1875, -6.25 -2.5, -6.5625 -2.5))", + "cx": -6.40625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.23658148344421, + "elevation": 20.118205235337832, + "thickness": 0.9167586708939788, + "density": 895.8887751100136, + "uC": 0.21790640561939956, + "vC": -0.4038987744763771, + "u10": 0.21790640561939956, + "v10": -0.4038987744763771, + "id": "535" + }, + { + "geometry": "POLYGON ((-6.25 -1.5625, -6.25 -1.25, -5.9375 -1.25, -5.9375 -1.5625, -6.25 -1.5625))", + "cx": -6.09375, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.9397550767521, + "elevation": 0.8660064718840002, + "thickness": 0.8042897691957831, + "density": 907.1233624697544, + "uC": 0.2423055605908858, + "vC": -0.43166784221462984, + "u10": 0.2423055605908858, + "v10": -0.43166784221462984, + "id": "536" + }, + { + "geometry": "POLYGON ((-5.9375 -1.5625, -5.9375 -1.25, -5.625 -1.25, -5.625 -1.5625, -5.9375 -1.5625))", + "cx": -5.78125, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.706512927646074, + "elevation": 0.4426851844178019, + "thickness": 0.799088511723142, + "density": 905.9565465736669, + "uC": 0.4756081877259432, + "vC": -0.17672930956029945, + "u10": 0.4756081877259432, + "v10": -0.17672930956029945, + "id": "537" + }, + { + "geometry": "POLYGON ((-6.25 -1.875, -6.25 -1.5625, -5.9375 -1.5625, -5.9375 -1.875, -6.25 -1.875))", + "cx": -6.09375, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.9422499565371, + "elevation": 1.4255023073634336, + "thickness": 0.7872565809425507, + "density": 903.5748739407372, + "uC": 0.30702069731999604, + "vC": -0.36712464307375614, + "u10": 0.30702069731999604, + "v10": -0.36712464307375614, + "id": "538" + }, + { + "geometry": "POLYGON ((-5.9375 -1.875, -5.9375 -1.5625, -5.625 -1.5625, -5.625 -1.875, -5.9375 -1.875))", + "cx": -5.78125, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.79299602452576, + "elevation": 2.383592564417996, + "thickness": 0.761303373295962, + "density": 903.7242730422086, + "uC": 0.48477546407533784, + "vC": -0.17852331142700845, + "u10": 0.48477546407533784, + "v10": -0.17852331142700845, + "id": "539" + }, + { + "geometry": "POLYGON ((-5.625 -1.5625, -5.625 -1.25, -5.3125 -1.25, -5.3125 -1.5625, -5.625 -1.5625))", + "cx": -5.46875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.87240067637028, + "elevation": -13.931342375232894, + "thickness": 0.8059577826815361, + "density": 907.1436765649437, + "uC": 0.44809031417434286, + "vC": -0.0942962773256408, + "u10": 0.44809031417434286, + "v10": -0.0942962773256408, + "id": "540" + }, + { + "geometry": "POLYGON ((-5.3125 -1.5625, -5.3125 -1.25, -5 -1.25, -5 -1.5625, -5.3125 -1.5625))", + "cx": -5.15625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.61897437623054, + "elevation": -15.885577311492098, + "thickness": 0.851813396672866, + "density": 908.1291164039781, + "uC": 0.448358524117644, + "vC": -0.19173704999318625, + "u10": 0.448358524117644, + "v10": -0.19173704999318625, + "id": "541" + }, + { + "geometry": "POLYGON ((-5.625 -1.875, -5.625 -1.5625, -5.3125 -1.5625, -5.3125 -1.875, -5.625 -1.875))", + "cx": -5.46875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.06431963648585, + "elevation": -9.020234271829285, + "thickness": 0.8093636465823967, + "density": 897.9574896652314, + "uC": 0.47051647996946766, + "vC": -0.1505923271846542, + "u10": 0.47051647996946766, + "v10": -0.1505923271846542, + "id": "542" + }, + { + "geometry": "POLYGON ((-5.3125 -1.875, -5.3125 -1.5625, -5 -1.5625, -5 -1.875, -5.3125 -1.875))", + "cx": -5.15625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.02094153651093, + "elevation": -12.515411548860957, + "thickness": 0.8474869961656673, + "density": 901.4524207968464, + "uC": 0.39308678552610593, + "vC": -0.2541059458520921, + "u10": 0.39308678552610593, + "v10": -0.2541059458520921, + "id": "543" + }, + { + "geometry": "POLYGON ((-6.25 -2.1875, -6.25 -1.875, -5.9375 -1.875, -5.9375 -2.1875, -6.25 -2.1875))", + "cx": -6.09375, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.22832900625576, + "elevation": 7.089168565935059, + "thickness": 0.7897729457433241, + "density": 906.5966112734166, + "uC": 0.38815123136161184, + "vC": -0.2565379384916472, + "u10": 0.38815123136161184, + "v10": -0.2565379384916472, + "id": "544" + }, + { + "geometry": "POLYGON ((-5.9375 -2.1875, -5.9375 -1.875, -5.625 -1.875, -5.625 -2.1875, -5.9375 -2.1875))", + "cx": -5.78125, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.52073343616807, + "elevation": 0.35402682936015695, + "thickness": 0.7891722769025853, + "density": 907.6015902044896, + "uC": 0.49002416929190107, + "vC": -0.18485685415068848, + "u10": 0.49002416929190107, + "v10": -0.18485685415068848, + "id": "545" + }, + { + "geometry": "POLYGON ((-6.25 -2.5, -6.25 -2.1875, -5.9375 -2.1875, -5.9375 -2.5, -6.25 -2.5))", + "cx": -6.09375, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.02906220788438, + "elevation": 11.183355097437252, + "thickness": 0.8695602243385688, + "density": 901.2615428768977, + "uC": 0.34878445051759677, + "vC": -0.3770993633272283, + "u10": 0.34878445051759677, + "v10": -0.3770993633272283, + "id": "546" + }, + { + "geometry": "POLYGON ((-5.9375 -2.5, -5.9375 -2.1875, -5.625 -2.1875, -5.625 -2.5, -5.9375 -2.5))", + "cx": -5.78125, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.14251646694927, + "elevation": 9.196432462269161, + "thickness": 0.8229159763584974, + "density": 898.7113374583414, + "uC": 0.44821886725829685, + "vC": -0.20378979399707264, + "u10": 0.44821886725829685, + "v10": -0.20378979399707264, + "id": "547" + }, + { + "geometry": "POLYGON ((-5 -0.3125, -5 0, -4.6875 0, -4.6875 -0.3125, -5 -0.3125))", + "cx": -4.84375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.86963344517645, + "elevation": 1.737883131511353, + "thickness": 1.048089926907486, + "density": 917.0378847203278, + "uC": 0.3952641370196761, + "vC": -0.20983198807324333, + "u10": 0.3952641370196761, + "v10": -0.20983198807324333, + "id": "548" + }, + { + "geometry": "POLYGON ((-4.6875 -0.3125, -4.6875 0, -4.375 0, -4.375 -0.3125, -4.6875 -0.3125))", + "cx": -4.53125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.41795161245125, + "elevation": 1.2923003960622514, + "thickness": 1.0119263457103567, + "density": 924.9300184901372, + "uC": 0.3453563623732434, + "vC": -0.41577089157660785, + "u10": 0.3453563623732434, + "v10": -0.41577089157660785, + "id": "549" + }, + { + "geometry": "POLYGON ((-5 -0.625, -5 -0.3125, -4.6875 -0.3125, -4.6875 -0.625, -5 -0.625))", + "cx": -4.84375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.44600842611095, + "elevation": 3.8902837580039504, + "thickness": 0.9951707491898776, + "density": 912.791102011472, + "uC": 0.44617398326163993, + "vC": -0.12611856871893046, + "u10": 0.44617398326163993, + "v10": -0.12611856871893046, + "id": "550" + }, + { + "geometry": "POLYGON ((-4.6875 -0.625, -4.6875 -0.3125, -4.375 -0.3125, -4.375 -0.625, -4.6875 -0.625))", + "cx": -4.53125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.81348281420298, + "elevation": 7.991393765596206, + "thickness": 0.9516717721896071, + "density": 927.427688431532, + "uC": 0.4462341509402855, + "vC": -0.2877347110786514, + "u10": 0.4462341509402855, + "v10": -0.2877347110786514, + "id": "551" + }, + { + "geometry": "POLYGON ((-4.375 -0.3125, -4.375 0, -4.0625 0, -4.0625 -0.3125, -4.375 -0.3125))", + "cx": -4.21875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.86051270133572, + "elevation": 6.415843705049463, + "thickness": 1.0243671481571734, + "density": 937.4423442252853, + "uC": 0.36896686655930633, + "vC": -0.40586298127919374, + "u10": 0.36896686655930633, + "v10": -0.40586298127919374, + "id": "552" + }, + { + "geometry": "POLYGON ((-4.0625 -0.3125, -4.0625 0, -3.75 0, -3.75 -0.3125, -4.0625 -0.3125))", + "cx": -3.90625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.65386528049282, + "elevation": 16.374531501097945, + "thickness": 1.0228228467506928, + "density": 943.1182593535705, + "uC": 0.35633509160512195, + "vC": -0.3765896958247807, + "u10": 0.35633509160512195, + "v10": -0.3765896958247807, + "id": "553" + }, + { + "geometry": "POLYGON ((-4.375 -0.625, -4.375 -0.3125, -4.0625 -0.3125, -4.0625 -0.625, -4.375 -0.625))", + "cx": -4.21875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.0068666487966, + "elevation": 9.42327489298269, + "thickness": 0.9721565353178837, + "density": 935.7688573416589, + "uC": 0.4131564882516401, + "vC": -0.3011227701540692, + "u10": 0.4131564882516401, + "v10": -0.3011227701540692, + "id": "554" + }, + { + "geometry": "POLYGON ((-4.0625 -0.625, -4.0625 -0.3125, -3.75 -0.3125, -3.75 -0.625, -4.0625 -0.625))", + "cx": -3.90625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.73724792805407, + "elevation": 16.431994116704463, + "thickness": 1.0099380709857408, + "density": 943.6511037603871, + "uC": 0.3413908887801842, + "vC": -0.410086407368607, + "u10": 0.3413908887801842, + "v10": -0.410086407368607, + "id": "555" + }, + { + "geometry": "POLYGON ((-4.375 -0.9375, -4.375 -0.625, -4.0625 -0.625, -4.0625 -0.9375, -4.375 -0.9375))", + "cx": -4.21875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.01448310042602, + "elevation": 6.1179133419518, + "thickness": 0.92224445645515, + "density": 930.3877493754368, + "uC": 0.34546608615427166, + "vC": -0.3321313551388811, + "u10": 0.34546608615427166, + "v10": -0.3321313551388811, + "id": "556" + }, + { + "geometry": "POLYGON ((-4.0625 -0.9375, -4.0625 -0.625, -3.75 -0.625, -3.75 -0.9375, -4.0625 -0.9375))", + "cx": -3.90625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.72563929795126, + "elevation": 7.853399584689061, + "thickness": 0.9461893576987614, + "density": 942.3201338439525, + "uC": 0.21201397103456404, + "vC": -0.42984755589182905, + "u10": 0.21201397103456404, + "v10": -0.42984755589182905, + "id": "557" + }, + { + "geometry": "POLYGON ((-4.375 -1.25, -4.375 -0.9375, -4.0625 -0.9375, -4.0625 -1.25, -4.375 -1.25))", + "cx": -4.21875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.02762008680608, + "elevation": 4.562870705809015, + "thickness": 0.9295827532844037, + "density": 927.329020617216, + "uC": 0.36279923239066103, + "vC": -0.2163070908542814, + "u10": 0.36279923239066103, + "v10": -0.2163070908542814, + "id": "558" + }, + { + "geometry": "POLYGON ((-4.0625 -1.25, -4.0625 -0.9375, -3.75 -0.9375, -3.75 -1.25, -4.0625 -1.25))", + "cx": -3.90625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.97770490899109, + "elevation": -7.104194894612309, + "thickness": 0.8978512481205281, + "density": 937.3454846624247, + "uC": 0.2797102331571593, + "vC": -0.31675792145764603, + "u10": 0.2797102331571593, + "v10": -0.31675792145764603, + "id": "559" + }, + { + "geometry": "POLYGON ((-3.75 -0.3125, -3.75 0, -3.4375 0, -3.4375 -0.3125, -3.75 -0.3125))", + "cx": -3.59375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.93461423196229, + "elevation": 11.371857242404156, + "thickness": 1.0360511251019664, + "density": 940.274650373568, + "uC": 0.37205536305304604, + "vC": -0.40975342451112884, + "u10": 0.37205536305304604, + "v10": -0.40975342451112884, + "id": "560" + }, + { + "geometry": "POLYGON ((-3.4375 -0.3125, -3.4375 0, -3.125 0, -3.125 -0.3125, -3.4375 -0.3125))", + "cx": -3.28125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.74956108301906, + "elevation": -2.718739513042852, + "thickness": 1.0508775856223118, + "density": 945.3406345565141, + "uC": 0.23027775790174956, + "vC": -0.50075665731057, + "u10": 0.23027775790174956, + "v10": -0.50075665731057, + "id": "561" + }, + { + "geometry": "POLYGON ((-3.75 -0.625, -3.75 -0.3125, -3.4375 -0.3125, -3.4375 -0.625, -3.75 -0.625))", + "cx": -3.59375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.18480032172457, + "elevation": 8.653339308491844, + "thickness": 1.0274207269015865, + "density": 948.4583179530158, + "uC": 0.19026298704522632, + "vC": -0.5100519026554716, + "u10": 0.19026298704522632, + "v10": -0.5100519026554716, + "id": "562" + }, + { + "geometry": "POLYGON ((-3.4375 -0.625, -3.4375 -0.3125, -3.125 -0.3125, -3.125 -0.625, -3.4375 -0.625))", + "cx": -3.28125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.4338418432792, + "elevation": 0.47705242680729665, + "thickness": 1.0510943076847101, + "density": 952.9607411868394, + "uC": 0.026124997847482456, + "vC": -0.5712087055634691, + "u10": 0.026124997847482456, + "v10": -0.5712087055634691, + "id": "563" + }, + { + "geometry": "POLYGON ((-3.125 -0.3125, -3.125 0, -2.8125 0, -2.8125 -0.3125, -3.125 -0.3125))", + "cx": -2.96875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.29728657295203, + "elevation": -9.52827690418766, + "thickness": 1.0670807723764937, + "density": 946.3327125961721, + "uC": 0.31350210409621526, + "vC": -0.5642720141599913, + "u10": 0.31350210409621526, + "v10": -0.5642720141599913, + "id": "564" + }, + { + "geometry": "POLYGON ((-2.8125 -0.3125, -2.8125 0, -2.5 0, -2.5 -0.3125, -2.8125 -0.3125))", + "cx": -2.65625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.92932159336878, + "elevation": -16.225436706321112, + "thickness": 1.0983470388650873, + "density": 945.1979817047813, + "uC": 0.569014976735241, + "vC": -0.49092157302996553, + "u10": 0.569014976735241, + "v10": -0.49092157302996553, + "id": "565" + }, + { + "geometry": "POLYGON ((-3.125 -0.625, -3.125 -0.3125, -2.8125 -0.3125, -2.8125 -0.625, -3.125 -0.625))", + "cx": -2.96875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.70821217147831, + "elevation": -5.787567494503284, + "thickness": 1.0530399296566397, + "density": 951.6509357293334, + "uC": 0.18976869429941007, + "vC": -0.6041743912621371, + "u10": 0.18976869429941007, + "v10": -0.6041743912621371, + "id": "566" + }, + { + "geometry": "POLYGON ((-2.8125 -0.625, -2.8125 -0.3125, -2.5 -0.3125, -2.5 -0.625, -2.8125 -0.625))", + "cx": -2.65625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.78598292867161, + "elevation": -11.870627369196624, + "thickness": 1.0896281973959712, + "density": 947.3806937854115, + "uC": 0.4588632198528727, + "vC": -0.47478981877097454, + "u10": 0.4588632198528727, + "v10": -0.47478981877097454, + "id": "567" + }, + { + "geometry": "POLYGON ((-3.75 -0.9375, -3.75 -0.625, -3.4375 -0.625, -3.4375 -0.9375, -3.75 -0.9375))", + "cx": -3.59375, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.52734442367955, + "elevation": -0.34706519187157636, + "thickness": 0.9789526579391755, + "density": 952.9557644661272, + "uC": 0.004431074765662872, + "vC": -0.5327231557053169, + "u10": 0.004431074765662872, + "v10": -0.5327231557053169, + "id": "568" + }, + { + "geometry": "POLYGON ((-3.4375 -0.9375, -3.4375 -0.625, -3.125 -0.625, -3.125 -0.9375, -3.4375 -0.9375))", + "cx": -3.28125, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.9811545472359, + "elevation": -4.1064820520256955, + "thickness": 1.0102264169618762, + "density": 957.3087531670842, + "uC": 0.08222119057592983, + "vC": -0.5249109503730771, + "u10": 0.08222119057592983, + "v10": -0.5249109503730771, + "id": "569" + }, + { + "geometry": "POLYGON ((-3.75 -1.25, -3.75 -0.9375, -3.4375 -0.9375, -3.4375 -1.25, -3.75 -1.25))", + "cx": -3.59375, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.09788991248625, + "elevation": -16.175554227332373, + "thickness": 0.9086582214567571, + "density": 946.3560584040733, + "uC": 0.20290847413299679, + "vC": -0.4337207807152456, + "u10": 0.20290847413299679, + "v10": -0.4337207807152456, + "id": "570" + }, + { + "geometry": "POLYGON ((-3.4375 -1.25, -3.4375 -0.9375, -3.125 -0.9375, -3.125 -1.25, -3.4375 -1.25))", + "cx": -3.28125, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.69042630191797, + "elevation": -18.732873606386512, + "thickness": 0.9537540037171669, + "density": 951.7185668160198, + "uC": 0.19674219420273842, + "vC": -0.4721266844350136, + "u10": 0.19674219420273842, + "v10": -0.4721266844350136, + "id": "571" + }, + { + "geometry": "POLYGON ((-3.125 -0.9375, -3.125 -0.625, -2.8125 -0.625, -2.8125 -0.9375, -3.125 -0.9375))", + "cx": -2.96875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.83533415316694, + "elevation": -1.9605503115130773, + "thickness": 1.0274557746166084, + "density": 953.6912391098065, + "uC": 0.387580669728852, + "vC": -0.41824769916826465, + "u10": 0.387580669728852, + "v10": -0.41824769916826465, + "id": "572" + }, + { + "geometry": "POLYGON ((-2.8125 -0.9375, -2.8125 -0.625, -2.5 -0.625, -2.5 -0.9375, -2.8125 -0.9375))", + "cx": -2.65625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.81741372478845, + "elevation": -5.982191720344333, + "thickness": 1.0865839357749638, + "density": 949.9655978635358, + "uC": 0.3586639137969264, + "vC": -0.5016567560987462, + "u10": 0.3586639137969264, + "v10": -0.5016567560987462, + "id": "573" + }, + { + "geometry": "POLYGON ((-3.125 -1.25, -3.125 -0.9375, -2.8125 -0.9375, -2.8125 -1.25, -3.125 -1.25))", + "cx": -2.96875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.83364278796735, + "elevation": -13.602704701831398, + "thickness": 0.9890018208727371, + "density": 952.802472124564, + "uC": 0.4966283743414385, + "vC": -0.31747711458294525, + "u10": 0.4966283743414385, + "v10": -0.31747711458294525, + "id": "574" + }, + { + "geometry": "POLYGON ((-2.8125 -1.25, -2.8125 -0.9375, -2.5 -0.9375, -2.5 -1.25, -2.8125 -1.25))", + "cx": -2.65625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.23187548935041, + "elevation": -9.258622811499393, + "thickness": 1.0304775049762176, + "density": 953.6603885284876, + "uC": 0.3747202884446056, + "vC": -0.49215636857885936, + "u10": 0.3747202884446056, + "v10": -0.49215636857885936, + "id": "575" + }, + { + "geometry": "POLYGON ((-5 -1.5625, -5 -1.25, -4.6875 -1.25, -4.6875 -1.5625, -5 -1.5625))", + "cx": -4.84375, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.39786635867685, + "elevation": -14.712047303885267, + "thickness": 0.8694744774332162, + "density": 909.0269571147905, + "uC": 0.5124636546134658, + "vC": -0.263321978491457, + "u10": 0.5124636546134658, + "v10": -0.263321978491457, + "id": "576" + }, + { + "geometry": "POLYGON ((-4.6875 -1.5625, -4.6875 -1.25, -4.375 -1.25, -4.375 -1.5625, -4.6875 -1.5625))", + "cx": -4.53125, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.24923384789098, + "elevation": -7.39473994797427, + "thickness": 0.91076989331467, + "density": 909.8550742727009, + "uC": 0.49257140747433115, + "vC": -0.19321718030018276, + "u10": 0.49257140747433115, + "v10": -0.19321718030018276, + "id": "577" + }, + { + "geometry": "POLYGON ((-5 -1.875, -5 -1.5625, -4.6875 -1.5625, -4.6875 -1.875, -5 -1.875))", + "cx": -4.84375, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.6417210429304, + "elevation": -3.6863453128791166, + "thickness": 0.8663706501511481, + "density": 901.1934742610597, + "uC": 0.4964171469553347, + "vC": -0.25966405230005785, + "u10": 0.4964171469553347, + "v10": -0.25966405230005785, + "id": "578" + }, + { + "geometry": "POLYGON ((-4.6875 -1.875, -4.6875 -1.5625, -4.375 -1.5625, -4.375 -1.875, -4.6875 -1.875))", + "cx": -4.53125, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.65830428500931, + "elevation": -0.7357895590910319, + "thickness": 0.8579431252901871, + "density": 901.1738113149457, + "uC": 0.5177384794535298, + "vC": -0.13634325279187529, + "u10": 0.5177384794535298, + "v10": -0.13634325279187529, + "id": "579" + }, + { + "geometry": "POLYGON ((-4.375 -1.5625, -4.375 -1.25, -4.0625 -1.25, -4.0625 -1.5625, -4.375 -1.5625))", + "cx": -4.21875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.69058039010386, + "elevation": 2.22468428090582, + "thickness": 0.9050060494184172, + "density": 910.9493228195845, + "uC": 0.39604577882820136, + "vC": -0.18907231663148316, + "u10": 0.39604577882820136, + "v10": -0.18907231663148316, + "id": "580" + }, + { + "geometry": "POLYGON ((-4.0625 -1.5625, -4.0625 -1.25, -3.75 -1.25, -3.75 -1.5625, -4.0625 -1.5625))", + "cx": -3.90625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.4902412012906, + "elevation": -6.820345726792626, + "thickness": 0.8874063158108562, + "density": 921.5455154087246, + "uC": 0.4027743558292952, + "vC": -0.17858316085740608, + "u10": 0.4027743558292952, + "v10": -0.17858316085740608, + "id": "581" + }, + { + "geometry": "POLYGON ((-4.375 -1.875, -4.375 -1.5625, -4.0625 -1.5625, -4.0625 -1.875, -4.375 -1.875))", + "cx": -4.21875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.70975669995664, + "elevation": 1.7947794814318832, + "thickness": 0.8582468636366865, + "density": 901.6972648681084, + "uC": 0.4689659759653085, + "vC": -0.18496987557464858, + "u10": 0.4689659759653085, + "v10": -0.18496987557464858, + "id": "582" + }, + { + "geometry": "POLYGON ((-4.0625 -1.875, -4.0625 -1.5625, -3.75 -1.5625, -3.75 -1.875, -4.0625 -1.875))", + "cx": -3.90625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.36606716041562, + "elevation": 3.3064817681617718, + "thickness": 0.8468122628104692, + "density": 900.3828352684393, + "uC": 0.43685563882105605, + "vC": -0.131988190116097, + "u10": 0.43685563882105605, + "v10": -0.131988190116097, + "id": "583" + }, + { + "geometry": "POLYGON ((-5 -2.1875, -5 -1.875, -4.6875 -1.875, -4.6875 -2.1875, -5 -2.1875))", + "cx": -4.84375, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.4777957595012, + "elevation": 11.146111452376775, + "thickness": 0.8494875054551596, + "density": 900.5298053798463, + "uC": 0.41548189014677334, + "vC": -0.03183839432939954, + "u10": 0.41548189014677334, + "v10": -0.03183839432939954, + "id": "584" + }, + { + "geometry": "POLYGON ((-4.6875 -2.1875, -4.6875 -1.875, -4.375 -1.875, -4.375 -2.1875, -4.6875 -2.1875))", + "cx": -4.53125, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.73028938015898, + "elevation": 2.393939118886298, + "thickness": 0.835788859389178, + "density": 900.8478814018024, + "uC": 0.4065003617277049, + "vC": 0.13908837768395815, + "u10": 0.4065003617277049, + "v10": 0.13908837768395815, + "id": "585" + }, + { + "geometry": "POLYGON ((-5 -2.5, -5 -2.1875, -4.6875 -2.1875, -4.6875 -2.5, -5 -2.5))", + "cx": -4.84375, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.75249308637761, + "elevation": 14.5967645747332, + "thickness": 0.8417892276892602, + "density": 893.9458814069874, + "uC": 0.30512761006276806, + "vC": -0.0060085624810573175, + "u10": 0.30512761006276806, + "v10": -0.0060085624810573175, + "id": "586" + }, + { + "geometry": "POLYGON ((-4.6875 -2.5, -4.6875 -2.1875, -4.375 -2.1875, -4.375 -2.5, -4.6875 -2.5))", + "cx": -4.53125, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.57957992012209, + "elevation": 5.640983016599516, + "thickness": 0.8193988006466215, + "density": 895.629902050636, + "uC": 0.30200838628550186, + "vC": 0.09314971802639815, + "u10": 0.30200838628550186, + "v10": 0.09314971802639815, + "id": "587" + }, + { + "geometry": "POLYGON ((-4.375 -2.1875, -4.375 -1.875, -4.0625 -1.875, -4.0625 -2.1875, -4.375 -2.1875))", + "cx": -4.21875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.74019860421762, + "elevation": 8.903643936001306, + "thickness": 0.8378808315318647, + "density": 896.3735114943414, + "uC": 0.3622901670847539, + "vC": -0.052429439170635306, + "u10": 0.3622901670847539, + "v10": -0.052429439170635306, + "id": "588" + }, + { + "geometry": "POLYGON ((-4.0625 -2.1875, -4.0625 -1.875, -3.75 -1.875, -3.75 -2.1875, -4.0625 -2.1875))", + "cx": -3.90625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.12325917492224, + "elevation": 6.338868469794042, + "thickness": 0.8629681472432607, + "density": 896.9088319952746, + "uC": 0.3511210673456674, + "vC": -0.14164570967684686, + "u10": 0.3511210673456674, + "v10": -0.14164570967684686, + "id": "589" + }, + { + "geometry": "POLYGON ((-4.375 -2.5, -4.375 -2.1875, -4.0625 -2.1875, -4.0625 -2.5, -4.375 -2.5))", + "cx": -4.21875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.50429804967143, + "elevation": 6.457140234966822, + "thickness": 0.8473353814266193, + "density": 887.6291866675793, + "uC": 0.24062445288032092, + "vC": -0.02293929934460828, + "u10": 0.24062445288032092, + "v10": -0.02293929934460828, + "id": "590" + }, + { + "geometry": "POLYGON ((-4.0625 -2.5, -4.0625 -2.1875, -3.75 -2.1875, -3.75 -2.5, -4.0625 -2.5))", + "cx": -3.90625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.333743474175, + "elevation": 5.225426346420337, + "thickness": 0.8741253076125892, + "density": 896.4288647456635, + "uC": 0.25914004952763503, + "vC": -0.16121587643593394, + "u10": 0.25914004952763503, + "v10": -0.16121587643593394, + "id": "591" + }, + { + "geometry": "POLYGON ((-3.75 -1.5625, -3.75 -1.25, -3.4375 -1.25, -3.4375 -1.5625, -3.75 -1.5625))", + "cx": -3.59375, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.37931445352436, + "elevation": -26.12747765601409, + "thickness": 0.8827524542501628, + "density": 935.6171219776609, + "uC": 0.3481398372151493, + "vC": -0.25796255649177946, + "u10": 0.3481398372151493, + "v10": -0.25796255649177946, + "id": "592" + }, + { + "geometry": "POLYGON ((-3.4375 -1.5625, -3.4375 -1.25, -3.125 -1.25, -3.125 -1.5625, -3.4375 -1.5625))", + "cx": -3.28125, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.64792901745308, + "elevation": -31.3325135310241, + "thickness": 0.8991001241633869, + "density": 939.9761785745211, + "uC": 0.39987888176329206, + "vC": -0.28028396233050246, + "u10": 0.39987888176329206, + "v10": -0.28028396233050246, + "id": "593" + }, + { + "geometry": "POLYGON ((-3.75 -1.875, -3.75 -1.5625, -3.4375 -1.5625, -3.4375 -1.875, -3.75 -1.875))", + "cx": -3.59375, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.09960895795516, + "elevation": -11.313528524851826, + "thickness": 0.8571678933021476, + "density": 917.8062017891006, + "uC": 0.3813652760306916, + "vC": -0.1507548467902447, + "u10": 0.3813652760306916, + "v10": -0.1507548467902447, + "id": "594" + }, + { + "geometry": "POLYGON ((-3.4375 -1.875, -3.4375 -1.5625, -3.125 -1.5625, -3.125 -1.875, -3.4375 -1.875))", + "cx": -3.28125, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.43351968535895, + "elevation": -25.100836739257097, + "thickness": 0.8858817823418896, + "density": 928.0399319877433, + "uC": 0.4059684949763002, + "vC": -0.09510395706695166, + "u10": 0.4059684949763002, + "v10": -0.09510395706695166, + "id": "595" + }, + { + "geometry": "POLYGON ((-3.125 -1.5625, -3.125 -1.25, -2.8125 -1.25, -2.8125 -1.5625, -3.125 -1.5625))", + "cx": -2.96875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.65087560589339, + "elevation": -20.428810948749664, + "thickness": 0.9795921787561892, + "density": 944.0893828466078, + "uC": 0.5206698274760952, + "vC": -0.3171275627580519, + "u10": 0.5206698274760952, + "v10": -0.3171275627580519, + "id": "596" + }, + { + "geometry": "POLYGON ((-2.8125 -1.5625, -2.8125 -1.25, -2.5 -1.25, -2.5 -1.5625, -2.8125 -1.5625))", + "cx": -2.65625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.79973041500327, + "elevation": -10.23351938623655, + "thickness": 1.0133035045070415, + "density": 942.1376920621524, + "uC": 0.38520770175905805, + "vC": -0.47595671493935654, + "u10": 0.38520770175905805, + "v10": -0.47595671493935654, + "id": "597" + }, + { + "geometry": "POLYGON ((-3.125 -1.875, -3.125 -1.5625, -2.8125 -1.5625, -2.8125 -1.875, -3.125 -1.875))", + "cx": -2.96875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.59825170207921, + "elevation": -12.670173130520666, + "thickness": 0.9401093368379357, + "density": 931.9463966192706, + "uC": 0.36432514905558944, + "vC": -0.2616531253772784, + "u10": 0.36432514905558944, + "v10": -0.2616531253772784, + "id": "598" + }, + { + "geometry": "POLYGON ((-2.8125 -1.875, -2.8125 -1.5625, -2.5 -1.5625, -2.5 -1.875, -2.8125 -1.875))", + "cx": -2.65625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.00000279214368, + "elevation": -8.99925172777266, + "thickness": 0.9865698024848768, + "density": 935.0513319848415, + "uC": 0.3786352763678234, + "vC": -0.3425232013436288, + "u10": 0.3786352763678234, + "v10": -0.3425232013436288, + "id": "599" + }, + { + "geometry": "POLYGON ((-3.75 -2.1875, -3.75 -1.875, -3.4375 -1.875, -3.4375 -2.1875, -3.75 -2.1875))", + "cx": -3.59375, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.23326863146266, + "elevation": -6.374186275123314, + "thickness": 0.8573896331171458, + "density": 904.4539960859273, + "uC": 0.3340082222326439, + "vC": -0.05302403961705414, + "u10": 0.3340082222326439, + "v10": -0.05302403961705414, + "id": "600" + }, + { + "geometry": "POLYGON ((-3.4375 -2.1875, -3.4375 -1.875, -3.125 -1.875, -3.125 -2.1875, -3.4375 -2.1875))", + "cx": -3.28125, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.55478127424902, + "elevation": -21.53370935096548, + "thickness": 0.9123200539783297, + "density": 916.0868224955177, + "uC": 0.3024927731964031, + "vC": -0.07267569167402749, + "u10": 0.3024927731964031, + "v10": -0.07267569167402749, + "id": "601" + }, + { + "geometry": "POLYGON ((-3.75 -2.5, -3.75 -2.1875, -3.4375 -2.1875, -3.4375 -2.5, -3.75 -2.5))", + "cx": -3.59375, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.71939212792876, + "elevation": -2.7578203885328665, + "thickness": 0.8702949843989445, + "density": 896.6558540919622, + "uC": 0.283252000268234, + "vC": -0.1703570154364031, + "u10": 0.283252000268234, + "v10": -0.1703570154364031, + "id": "602" + }, + { + "geometry": "POLYGON ((-3.4375 -2.5, -3.4375 -2.1875, -3.125 -2.1875, -3.125 -2.5, -3.4375 -2.5))", + "cx": -3.28125, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.57513008725688, + "elevation": -4.562822163855008, + "thickness": 0.9302723670848608, + "density": 897.3782722548979, + "uC": 0.29262583647598467, + "vC": -0.18405448498012025, + "u10": 0.29262583647598467, + "v10": -0.18405448498012025, + "id": "603" + }, + { + "geometry": "POLYGON ((-3.125 -2.1875, -3.125 -1.875, -2.8125 -1.875, -2.8125 -2.1875, -3.125 -2.1875))", + "cx": -2.96875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.98147712195689, + "elevation": -9.966562970107988, + "thickness": 0.9556314114264146, + "density": 920.9261865766578, + "uC": 0.24991144028512802, + "vC": -0.14905994326397892, + "u10": 0.24991144028512802, + "v10": -0.14905994326397892, + "id": "604" + }, + { + "geometry": "POLYGON ((-2.8125 -2.1875, -2.8125 -1.875, -2.5 -1.875, -2.5 -2.1875, -2.8125 -2.1875))", + "cx": -2.65625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.68917334291598, + "elevation": 2.975836120668296, + "thickness": 1.0022892259290712, + "density": 923.0824099855522, + "uC": 0.39143015520072943, + "vC": -0.17495654003525302, + "u10": 0.39143015520072943, + "v10": -0.17495654003525302, + "id": "605" + }, + { + "geometry": "POLYGON ((-3.125 -2.5, -3.125 -2.1875, -2.8125 -2.1875, -2.8125 -2.5, -3.125 -2.5))", + "cx": -2.96875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.34974681355814, + "elevation": -3.692377348459173, + "thickness": 0.9439790240616678, + "density": 905.400848371705, + "uC": 0.30398366286858686, + "vC": -0.1507608055743218, + "u10": 0.30398366286858686, + "v10": -0.1507608055743218, + "id": "606" + }, + { + "geometry": "POLYGON ((-2.8125 -2.5, -2.8125 -2.1875, -2.5 -2.1875, -2.5 -2.5, -2.8125 -2.5))", + "cx": -2.65625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.23053649845193, + "elevation": -3.1244369788895456, + "thickness": 0.9719916106874138, + "density": 908.3369993708887, + "uC": 0.4010811307168928, + "vC": -0.13009626296261628, + "u10": 0.4010811307168928, + "v10": -0.13009626296261628, + "id": "607" + }, + { + "geometry": "POLYGON ((-2.5 -0.3125, -2.5 0, -2.1875 0, -2.1875 -0.3125, -2.5 -0.3125))", + "cx": -2.34375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.19727156992522, + "elevation": -13.41897829616165, + "thickness": 1.0788583642634233, + "density": 946.8876704384643, + "uC": 0.576603014765672, + "vC": -0.3708134664892768, + "u10": 0.576603014765672, + "v10": -0.3708134664892768, + "id": "608" + }, + { + "geometry": "POLYGON ((-2.1875 -0.3125, -2.1875 0, -1.875 0, -1.875 -0.3125, -2.1875 -0.3125))", + "cx": -2.03125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.038117394374, + "elevation": -11.314826058016298, + "thickness": 1.1013843133176084, + "density": 934.231215707381, + "uC": 0.5032157869116185, + "vC": -0.4899229221561658, + "u10": 0.5032157869116185, + "v10": -0.4899229221561658, + "id": "609" + }, + { + "geometry": "POLYGON ((-2.5 -0.625, -2.5 -0.3125, -2.1875 -0.3125, -2.1875 -0.625, -2.5 -0.625))", + "cx": -2.34375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.63654516222535, + "elevation": -5.984381797028572, + "thickness": 1.1002435079242896, + "density": 947.0665590463927, + "uC": 0.2778975898140341, + "vC": -0.585960557739964, + "u10": 0.2778975898140341, + "v10": -0.585960557739964, + "id": "610" + }, + { + "geometry": "POLYGON ((-2.1875 -0.625, -2.1875 -0.3125, -1.875 -0.3125, -1.875 -0.625, -2.1875 -0.625))", + "cx": -2.03125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.73212444600905, + "elevation": -8.873768582065821, + "thickness": 1.1132507866241392, + "density": 936.2165725642375, + "uC": 0.2526006061789042, + "vC": -0.6448965424405835, + "u10": 0.2526006061789042, + "v10": -0.6448965424405835, + "id": "611" + }, + { + "geometry": "POLYGON ((-1.875 -0.3125, -1.875 0, -1.5625 0, -1.5625 -0.3125, -1.875 -0.3125))", + "cx": -1.71875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.67549769592935, + "elevation": -9.921366481392273, + "thickness": 1.1455867218746176, + "density": 933.1155205217995, + "uC": 0.5729212369185295, + "vC": -0.5689557421198299, + "u10": 0.5729212369185295, + "v10": -0.5689557421198299, + "id": "612" + }, + { + "geometry": "POLYGON ((-1.5625 -0.3125, -1.5625 0, -1.25 0, -1.25 -0.3125, -1.5625 -0.3125))", + "cx": -1.40625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.60007043586594, + "elevation": -15.440679809337894, + "thickness": 1.1633053511969145, + "density": 942.3332303811356, + "uC": 0.6667977109811871, + "vC": -0.44215317136442855, + "u10": 0.6667977109811871, + "v10": -0.44215317136442855, + "id": "613" + }, + { + "geometry": "POLYGON ((-1.875 -0.625, -1.875 -0.3125, -1.5625 -0.3125, -1.5625 -0.625, -1.875 -0.625))", + "cx": -1.71875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.41747176279209, + "elevation": -16.245622840566536, + "thickness": 1.1012722289778498, + "density": 931.3705999554725, + "uC": 0.21817498555431206, + "vC": -0.765100201440192, + "u10": 0.21817498555431206, + "v10": -0.765100201440192, + "id": "614" + }, + { + "geometry": "POLYGON ((-1.5625 -0.625, -1.5625 -0.3125, -1.25 -0.3125, -1.25 -0.625, -1.5625 -0.625))", + "cx": -1.40625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.46238338455433, + "elevation": -20.659223781443345, + "thickness": 1.1191462579979046, + "density": 935.8783831695077, + "uC": 0.321085642650093, + "vC": -0.7222227016161716, + "u10": 0.321085642650093, + "v10": -0.7222227016161716, + "id": "615" + }, + { + "geometry": "POLYGON ((-2.5 -0.9375, -2.5 -0.625, -2.1875 -0.625, -2.1875 -0.9375, -2.5 -0.9375))", + "cx": -2.34375, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.83536031473248, + "elevation": -2.8567687576663134, + "thickness": 1.1225370830474692, + "density": 948.4508384131235, + "uC": 0.30843039542220796, + "vC": -0.53237515145655, + "u10": 0.30843039542220796, + "v10": -0.53237515145655, + "id": "616" + }, + { + "geometry": "POLYGON ((-2.1875 -0.9375, -2.1875 -0.625, -1.875 -0.625, -1.875 -0.9375, -2.1875 -0.9375))", + "cx": -2.03125, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.23902162775403, + "elevation": -1.1184481501406454, + "thickness": 1.1173088168834204, + "density": 940.2159651531854, + "uC": 0.21061770290673038, + "vC": -0.6038144815857451, + "u10": 0.21061770290673038, + "v10": -0.6038144815857451, + "id": "617" + }, + { + "geometry": "POLYGON ((-2.5 -1.25, -2.5 -0.9375, -2.1875 -0.9375, -2.1875 -1.25, -2.5 -1.25))", + "cx": -2.34375, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.25305615942207, + "elevation": -1.1797851516540188, + "thickness": 1.1042670354893638, + "density": 948.81801136798, + "uC": 0.38460055348327027, + "vC": -0.4577653961759496, + "u10": 0.38460055348327027, + "v10": -0.4577653961759496, + "id": "618" + }, + { + "geometry": "POLYGON ((-2.1875 -1.25, -2.1875 -0.9375, -1.875 -0.9375, -1.875 -1.25, -2.1875 -1.25))", + "cx": -2.03125, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.63803293359165, + "elevation": -2.3898837748982, + "thickness": 1.1338983108308536, + "density": 940.2913472188349, + "uC": 0.41369089723403, + "vC": -0.5085755113137264, + "u10": 0.41369089723403, + "v10": -0.5085755113137264, + "id": "619" + }, + { + "geometry": "POLYGON ((-1.25 -0.3125, -1.25 0, -0.9375 0, -0.9375 -0.3125, -1.25 -0.3125))", + "cx": -1.09375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 86.78652271076132, + "elevation": -17.468961440143737, + "thickness": 1.1907945007388772, + "density": 948.2919444067159, + "uC": 0.6640465041598721, + "vC": -0.4770102836376787, + "u10": 0.6640465041598721, + "v10": -0.4770102836376787, + "id": "620" + }, + { + "geometry": "POLYGON ((-0.9375 -0.3125, -0.9375 0, -0.625 0, -0.625 -0.3125, -0.9375 -0.3125))", + "cx": -0.78125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 93.00698320806153, + "elevation": -30.550076236787305, + "thickness": 1.2015420215662242, + "density": 937.773859447228, + "uC": 0.6276656218561023, + "vC": -0.4963997182385248, + "u10": 0.6276656218561023, + "v10": -0.4963997182385248, + "id": "621" + }, + { + "geometry": "POLYGON ((-1.25 -0.625, -1.25 -0.3125, -0.9375 -0.3125, -0.9375 -0.625, -1.25 -0.625))", + "cx": -1.09375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.51033153348777, + "elevation": -25.441578547062534, + "thickness": 1.1584867059541706, + "density": 942.5847025180876, + "uC": 0.6041123875459316, + "vC": -0.5752621077417683, + "u10": 0.6041123875459316, + "v10": -0.5752621077417683, + "id": "622" + }, + { + "geometry": "POLYGON ((-0.9375 -0.625, -0.9375 -0.3125, -0.625 -0.3125, -0.625 -0.625, -0.9375 -0.625))", + "cx": -0.78125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 89.3498127871222, + "elevation": -38.89116476169268, + "thickness": 1.1955101949992282, + "density": 938.0266059899355, + "uC": 0.5929267389951882, + "vC": -0.5648793665325955, + "u10": 0.5929267389951882, + "v10": -0.5648793665325955, + "id": "623" + }, + { + "geometry": "POLYGON ((-2.5 -1.5625, -2.5 -1.25, -2.1875 -1.25, -2.1875 -1.5625, -2.5 -1.5625))", + "cx": -2.34375, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.15265647537865, + "elevation": 3.7379772527243107, + "thickness": 1.0790108436063819, + "density": 938.304881796612, + "uC": 0.45049125661358713, + "vC": -0.4445689242797226, + "u10": 0.45049125661358713, + "v10": -0.4445689242797226, + "id": "624" + }, + { + "geometry": "POLYGON ((-2.1875 -1.5625, -2.1875 -1.25, -1.875 -1.25, -1.875 -1.5625, -2.1875 -1.5625))", + "cx": -2.03125, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.91187244352525, + "elevation": -3.28499790982318, + "thickness": 1.1145166753024145, + "density": 934.1138248181285, + "uC": 0.48134925234538184, + "vC": -0.47682481699762436, + "u10": 0.48134925234538184, + "v10": -0.47682481699762436, + "id": "625" + }, + { + "geometry": "POLYGON ((-2.5 -1.875, -2.5 -1.5625, -2.1875 -1.5625, -2.1875 -1.875, -2.5 -1.875))", + "cx": -2.34375, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.89951934882237, + "elevation": -3.5649496644359813, + "thickness": 1.0422920125240545, + "density": 927.4919985131066, + "uC": 0.4718139268991314, + "vC": -0.31977895848483495, + "u10": 0.4718139268991314, + "v10": -0.31977895848483495, + "id": "626" + }, + { + "geometry": "POLYGON ((-2.1875 -1.875, -2.1875 -1.5625, -1.875 -1.5625, -1.875 -1.875, -2.1875 -1.875))", + "cx": -2.03125, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.82543641263416, + "elevation": -4.412129663014923, + "thickness": 1.0737631470780702, + "density": 920.7081513483542, + "uC": 0.5026783119175673, + "vC": -0.4100109220905712, + "u10": 0.5026783119175673, + "v10": -0.4100109220905712, + "id": "627" + }, + { + "geometry": "POLYGON ((-1.875 -1.5625, -1.875 -1.25, -1.5625 -1.25, -1.5625 -1.5625, -1.875 -1.5625))", + "cx": -1.71875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.62662371725213, + "elevation": -15.776999567772704, + "thickness": 1.1351312068080968, + "density": 922.2720300501264, + "uC": 0.5644370273675927, + "vC": -0.4708566362831813, + "u10": 0.5644370273675927, + "v10": -0.4708566362831813, + "id": "628" + }, + { + "geometry": "POLYGON ((-1.5625 -1.5625, -1.5625 -1.25, -1.25 -1.25, -1.25 -1.5625, -1.5625 -1.5625))", + "cx": -1.40625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.31369599866017, + "elevation": -12.808011370578432, + "thickness": 1.208100255422434, + "density": 918.2683353918374, + "uC": 0.6894087655162408, + "vC": -0.4560059934368177, + "u10": 0.6894087655162408, + "v10": -0.4560059934368177, + "id": "629" + }, + { + "geometry": "POLYGON ((-1.875 -1.875, -1.875 -1.5625, -1.5625 -1.5625, -1.5625 -1.875, -1.875 -1.875))", + "cx": -1.71875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.11684082011043, + "elevation": -12.052588372251416, + "thickness": 1.113717454015306, + "density": 908.409462846648, + "uC": 0.6443079154135261, + "vC": -0.3818752484189142, + "u10": 0.6443079154135261, + "v10": -0.3818752484189142, + "id": "630" + }, + { + "geometry": "POLYGON ((-1.5625 -1.875, -1.5625 -1.5625, -1.25 -1.5625, -1.25 -1.875, -1.5625 -1.875))", + "cx": -1.40625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.72625225292875, + "elevation": -15.194633486439123, + "thickness": 1.1289383837515516, + "density": 918.418223596713, + "uC": 0.6253205018523462, + "vC": -0.5642051734485327, + "u10": 0.6253205018523462, + "v10": -0.5642051734485327, + "id": "631" + }, + { + "geometry": "POLYGON ((-2.5 -2.1875, -2.5 -1.875, -2.1875 -1.875, -2.1875 -2.1875, -2.5 -2.1875))", + "cx": -2.34375, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.35691323855758, + "elevation": -5.8615150076054245, + "thickness": 1.0056284508079731, + "density": 922.9887695996322, + "uC": 0.5033978712584555, + "vC": -0.22832955055414034, + "u10": 0.5033978712584555, + "v10": -0.22832955055414034, + "id": "632" + }, + { + "geometry": "POLYGON ((-2.1875 -2.1875, -2.1875 -1.875, -1.875 -1.875, -1.875 -2.1875, -2.1875 -2.1875))", + "cx": -2.03125, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.14769556013118, + "elevation": -5.706769780419389, + "thickness": 1.039042627131283, + "density": 917.9651516959499, + "uC": 0.6322587018732018, + "vC": -0.26725511647279365, + "u10": 0.6322587018732018, + "v10": -0.26725511647279365, + "id": "633" + }, + { + "geometry": "POLYGON ((-2.5 -2.5, -2.5 -2.1875, -2.1875 -2.1875, -2.1875 -2.5, -2.5 -2.5))", + "cx": -2.34375, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.0678164440145, + "elevation": -14.037748986103509, + "thickness": 0.9802952429882501, + "density": 916.0998285794522, + "uC": 0.5841327157037217, + "vC": -0.09028532609984535, + "u10": 0.5841327157037217, + "v10": -0.09028532609984535, + "id": "634" + }, + { + "geometry": "POLYGON ((-2.1875 -2.5, -2.1875 -2.1875, -1.875 -2.1875, -1.875 -2.5, -2.1875 -2.5))", + "cx": -2.03125, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.759625828863605, + "elevation": -7.784967186884275, + "thickness": 1.0391164013160825, + "density": 918.9738560719427, + "uC": 0.6897620203129038, + "vC": 0.03391386904981102, + "u10": 0.6897620203129038, + "v10": 0.03391386904981102, + "id": "635" + }, + { + "geometry": "POLYGON ((-1.25 -1.5625, -1.25 -1.25, -0.9375 -1.25, -0.9375 -1.5625, -1.25 -1.5625))", + "cx": -1.09375, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.44210202259401, + "elevation": -25.00209260521933, + "thickness": 1.1905863407573096, + "density": 927.8474024117896, + "uC": 0.7090585490959553, + "vC": -0.30036419634698786, + "u10": 0.7090585490959553, + "v10": -0.30036419634698786, + "id": "636" + }, + { + "geometry": "POLYGON ((-0.9375 -1.5625, -0.9375 -1.25, -0.625 -1.25, -0.625 -1.5625, -0.9375 -1.5625))", + "cx": -0.78125, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.92941533558576, + "elevation": -46.90985392471511, + "thickness": 1.185383674422968, + "density": 917.4865464121074, + "uC": 0.6436128639760387, + "vC": -0.45933530544791434, + "u10": 0.6436128639760387, + "v10": -0.45933530544791434, + "id": "637" + }, + { + "geometry": "POLYGON ((-1.25 -1.875, -1.25 -1.5625, -0.9375 -1.5625, -0.9375 -1.875, -1.25 -1.875))", + "cx": -1.09375, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.27939862496791, + "elevation": -25.398231530868518, + "thickness": 1.1458161367049713, + "density": 920.0570382461888, + "uC": 0.7262133312307975, + "vC": -0.3699160820875923, + "u10": 0.7262133312307975, + "v10": -0.3699160820875923, + "id": "638" + }, + { + "geometry": "POLYGON ((-0.9375 -1.875, -0.9375 -1.5625, -0.625 -1.5625, -0.625 -1.875, -0.9375 -1.875))", + "cx": -0.78125, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.97841151765634, + "elevation": -35.84850050177328, + "thickness": 1.1381188524981152, + "density": 915.9387232880729, + "uC": 0.717984395994226, + "vC": -0.38022196805043784, + "u10": 0.717984395994226, + "v10": -0.38022196805043784, + "id": "639" + }, + { + "geometry": "POLYGON ((-0.625 -1.5625, -0.625 -1.25, -0.3125 -1.25, -0.3125 -1.5625, -0.625 -1.5625))", + "cx": -0.46875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.03307815206847, + "elevation": -55.50712803451006, + "thickness": 1.1562891978417493, + "density": 921.5439831836188, + "uC": 0.5057147637953724, + "vC": -0.6741756667746062, + "u10": 0.5057147637953724, + "v10": -0.6741756667746062, + "id": "640" + }, + { + "geometry": "POLYGON ((-0.3125 -1.5625, -0.3125 -1.25, 0 -1.25, 0 -1.5625, -0.3125 -1.5625))", + "cx": -0.15625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.46013921367141, + "elevation": -52.385891717045766, + "thickness": 1.1580882406210353, + "density": 926.7387236655036, + "uC": 0.4821649701961612, + "vC": -0.6921659902784344, + "u10": 0.4821649701961612, + "v10": -0.6921659902784344, + "id": "641" + }, + { + "geometry": "POLYGON ((-0.625 -1.875, -0.625 -1.5625, -0.3125 -1.5625, -0.3125 -1.875, -0.625 -1.875))", + "cx": -0.46875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.88113816788893, + "elevation": -44.0246221844955, + "thickness": 1.1015384351445705, + "density": 918.7370765963235, + "uC": 0.5498780970021625, + "vC": -0.6544003007287411, + "u10": 0.5498780970021625, + "v10": -0.6544003007287411, + "id": "642" + }, + { + "geometry": "POLYGON ((-0.3125 -1.875, -0.3125 -1.5625, 0 -1.5625, 0 -1.875, -0.3125 -1.875))", + "cx": -0.15625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.86755945826994, + "elevation": -42.575829129693396, + "thickness": 1.0949466968419086, + "density": 920.5486408838123, + "uC": 0.4780462620259782, + "vC": -0.6917537820066743, + "u10": 0.4780462620259782, + "v10": -0.6917537820066743, + "id": "643" + }, + { + "geometry": "POLYGON ((-1.25 -2.1875, -1.25 -1.875, -0.9375 -1.875, -0.9375 -2.1875, -1.25 -2.1875))", + "cx": -1.09375, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.97930268254298, + "elevation": -18.06296658187585, + "thickness": 1.124922577109918, + "density": 915.7957924074934, + "uC": 0.8066020742339635, + "vC": -0.1508133670446843, + "u10": 0.8066020742339635, + "v10": -0.1508133670446843, + "id": "644" + }, + { + "geometry": "POLYGON ((-0.9375 -2.1875, -0.9375 -1.875, -0.625 -1.875, -0.625 -2.1875, -0.9375 -2.1875))", + "cx": -0.78125, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.38717805954026, + "elevation": -25.229904021835296, + "thickness": 1.0957568294396427, + "density": 914.8731571503848, + "uC": 0.8147687529252021, + "vC": -0.15443304508736316, + "u10": 0.8147687529252021, + "v10": -0.15443304508736316, + "id": "645" + }, + { + "geometry": "POLYGON ((-1.25 -2.5, -1.25 -2.1875, -0.9375 -2.1875, -0.9375 -2.5, -1.25 -2.5))", + "cx": -1.09375, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.72897938682002, + "elevation": -8.110470057207786, + "thickness": 1.1017778611638462, + "density": 906.8929483691364, + "uC": 0.6887079772197906, + "vC": 0.2625260309963784, + "u10": 0.6887079772197906, + "v10": 0.2625260309963784, + "id": "646" + }, + { + "geometry": "POLYGON ((-0.9375 -2.5, -0.9375 -2.1875, -0.625 -2.1875, -0.625 -2.5, -0.9375 -2.5))", + "cx": -0.78125, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.06199007013018, + "elevation": -14.301916883417391, + "thickness": 1.0951862534137982, + "density": 912.4246135238615, + "uC": 0.7691921897975449, + "vC": 0.08772223657695055, + "u10": 0.7691921897975449, + "v10": 0.08772223657695055, + "id": "647" + }, + { + "geometry": "POLYGON ((-0.625 -2.1875, -0.625 -1.875, -0.3125 -1.875, -0.3125 -2.1875, -0.625 -2.1875))", + "cx": -0.46875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.15469921816029, + "elevation": -35.705196242300715, + "thickness": 1.089652742093525, + "density": 919.0784338094061, + "uC": 0.6873684144414351, + "vC": -0.38899505586639077, + "u10": 0.6873684144414351, + "v10": -0.38899505586639077, + "id": "648" + }, + { + "geometry": "POLYGON ((-0.3125 -2.1875, -0.3125 -1.875, 0 -1.875, 0 -2.1875, -0.3125 -2.1875))", + "cx": -0.15625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.8910235779745, + "elevation": -42.68638431292692, + "thickness": 1.1016652988708788, + "density": 925.2322848069196, + "uC": 0.5636115966400753, + "vC": -0.5541249951984033, + "u10": 0.5636115966400753, + "v10": -0.5541249951984033, + "id": "649" + }, + { + "geometry": "POLYGON ((-0.625 -2.5, -0.625 -2.1875, -0.3125 -2.1875, -0.3125 -2.5, -0.625 -2.5))", + "cx": -0.46875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.38364933113638, + "elevation": -23.113420170304654, + "thickness": 1.0833237338793449, + "density": 923.2237590583211, + "uC": 0.6606787114190115, + "vC": -0.29961066168256845, + "u10": 0.6606787114190115, + "v10": -0.29961066168256845, + "id": "650" + }, + { + "geometry": "POLYGON ((-0.3125 -2.5, -0.3125 -2.1875, 0 -2.1875, 0 -2.5, -0.3125 -2.5))", + "cx": -0.15625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.18175410752755, + "elevation": -40.090414477507025, + "thickness": 1.1246302706709463, + "density": 924.6502433952994, + "uC": 0.3787181738835375, + "vC": -0.6671282238136791, + "u10": 0.3787181738835375, + "v10": -0.6671282238136791, + "id": "651" + }, + { + "geometry": "POLYGON ((-4.375 -2.8125, -4.375 -2.5, -4.0625 -2.5, -4.0625 -2.8125, -4.375 -2.8125))", + "cx": -4.21875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.64609911865014, + "elevation": 0.5234605417640406, + "thickness": 0.8458245884387408, + "density": 885.4091106807768, + "uC": 0.24814527801910444, + "vC": -0.09863198599819795, + "u10": 0.24814527801910444, + "v10": -0.09863198599819795, + "id": "652" + }, + { + "geometry": "POLYGON ((-4.0625 -2.8125, -4.0625 -2.5, -3.75 -2.5, -3.75 -2.8125, -4.0625 -2.8125))", + "cx": -3.90625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.98819755193574, + "elevation": 2.877698095773264, + "thickness": 0.8575303984046012, + "density": 894.1517673892506, + "uC": 0.27720058173817197, + "vC": -0.13284445764545139, + "u10": 0.27720058173817197, + "v10": -0.13284445764545139, + "id": "653" + }, + { + "geometry": "POLYGON ((-4.375 -3.125, -4.375 -2.8125, -4.0625 -2.8125, -4.0625 -3.125, -4.375 -3.125))", + "cx": -4.21875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.197254489178235, + "elevation": -7.604076549726437, + "thickness": 0.8564382520802349, + "density": 896.9687624310108, + "uC": 0.32947715407625844, + "vC": -0.08208613811600106, + "u10": 0.32947715407625844, + "v10": -0.08208613811600106, + "id": "654" + }, + { + "geometry": "POLYGON ((-4.0625 -3.125, -4.0625 -2.8125, -3.75 -2.8125, -3.75 -3.125, -4.0625 -3.125))", + "cx": -3.90625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.2518767481469, + "elevation": -4.517258659687469, + "thickness": 0.8552401662095475, + "density": 898.085713069697, + "uC": 0.30844601152762124, + "vC": 0.01169325927264461, + "u10": 0.30844601152762124, + "v10": 0.01169325927264461, + "id": "655" + }, + { + "geometry": "POLYGON ((-4.375 -3.4375, -4.375 -3.125, -4.0625 -3.125, -4.0625 -3.4375, -4.375 -3.4375))", + "cx": -4.21875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.89487805016269, + "elevation": -8.167180946172065, + "thickness": 0.8983806461453607, + "density": 896.3982390609258, + "uC": 0.33158129362520417, + "vC": -0.11504763416457699, + "u10": 0.33158129362520417, + "v10": -0.11504763416457699, + "id": "656" + }, + { + "geometry": "POLYGON ((-4.0625 -3.4375, -4.0625 -3.125, -3.75 -3.125, -3.75 -3.4375, -4.0625 -3.4375))", + "cx": -3.90625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.305194149315255, + "elevation": -7.745574673106742, + "thickness": 0.9129110291378119, + "density": 898.7598358182499, + "uC": 0.3544247236373139, + "vC": 0.08514506104027147, + "u10": 0.3544247236373139, + "v10": 0.08514506104027147, + "id": "657" + }, + { + "geometry": "POLYGON ((-4.375 -3.75, -4.375 -3.4375, -4.0625 -3.4375, -4.0625 -3.75, -4.375 -3.75))", + "cx": -4.21875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.62654559605747, + "elevation": -3.3938493181440843, + "thickness": 0.910580864831528, + "density": 892.1119651171339, + "uC": 0.3890399364399214, + "vC": 0.03293246165783832, + "u10": 0.3890399364399214, + "v10": 0.03293246165783832, + "id": "658" + }, + { + "geometry": "POLYGON ((-4.0625 -3.75, -4.0625 -3.4375, -3.75 -3.4375, -3.75 -3.75, -4.0625 -3.75))", + "cx": -3.90625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.00120683594147, + "elevation": -11.13573973759043, + "thickness": 0.905483183279346, + "density": 896.1880734648644, + "uC": 0.3937609890440369, + "vC": 0.19539531463477292, + "u10": 0.3937609890440369, + "v10": 0.19539531463477292, + "id": "659" + }, + { + "geometry": "POLYGON ((-3.75 -2.8125, -3.75 -2.5, -3.4375 -2.5, -3.4375 -2.8125, -3.75 -2.8125))", + "cx": -3.59375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.6585682948275, + "elevation": 2.332829755240434, + "thickness": 0.9035510285852082, + "density": 896.2231265144469, + "uC": 0.27683358390235113, + "vC": -0.1751144647948587, + "u10": 0.27683358390235113, + "v10": -0.1751144647948587, + "id": "660" + }, + { + "geometry": "POLYGON ((-3.4375 -2.8125, -3.4375 -2.5, -3.125 -2.5, -3.125 -2.8125, -3.4375 -2.8125))", + "cx": -3.28125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.48732756747407, + "elevation": -11.683672316736896, + "thickness": 0.9413267790660905, + "density": 895.9903127944233, + "uC": 0.35339017175080656, + "vC": -0.1003613118613283, + "u10": 0.35339017175080656, + "v10": -0.1003613118613283, + "id": "661" + }, + { + "geometry": "POLYGON ((-3.75 -3.125, -3.75 -2.8125, -3.4375 -2.8125, -3.4375 -3.125, -3.75 -3.125))", + "cx": -3.59375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.42973709483552, + "elevation": -3.5964509525394863, + "thickness": 0.8658610596008895, + "density": 901.5281383911038, + "uC": 0.3467069246276252, + "vC": -0.0596162824982457, + "u10": 0.3467069246276252, + "v10": -0.0596162824982457, + "id": "662" + }, + { + "geometry": "POLYGON ((-3.4375 -3.125, -3.4375 -2.8125, -3.125 -2.8125, -3.125 -3.125, -3.4375 -3.125))", + "cx": -3.28125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.0103831068543, + "elevation": -17.15433222008702, + "thickness": 0.9106772828903409, + "density": 900.4728095267088, + "uC": 0.37674288919389776, + "vC": 0.012170481338399005, + "u10": 0.37674288919389776, + "v10": 0.012170481338399005, + "id": "663" + }, + { + "geometry": "POLYGON ((-3.75 -3.4375, -3.75 -3.125, -3.4375 -3.125, -3.4375 -3.4375, -3.75 -3.4375))", + "cx": -3.59375, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.63200752506629, + "elevation": -12.930500019823779, + "thickness": 0.901734353741122, + "density": 901.3978607333804, + "uC": 0.3965783003456158, + "vC": 0.17661028728783662, + "u10": 0.3965783003456158, + "v10": 0.17661028728783662, + "id": "664" + }, + { + "geometry": "POLYGON ((-3.4375 -3.4375, -3.4375 -3.125, -3.125 -3.125, -3.125 -3.4375, -3.4375 -3.4375))", + "cx": -3.28125, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.96292617895887, + "elevation": -21.420683154541937, + "thickness": 0.8951644789602375, + "density": 903.300814588598, + "uC": 0.3856822627660482, + "vC": 0.1913692821461548, + "u10": 0.3856822627660482, + "v10": 0.1913692821461548, + "id": "665" + }, + { + "geometry": "POLYGON ((-3.75 -3.75, -3.75 -3.4375, -3.4375 -3.4375, -3.4375 -3.75, -3.75 -3.75))", + "cx": -3.59375, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.2667261522807, + "elevation": -18.69790717756585, + "thickness": 0.9130098538140903, + "density": 898.7561519223414, + "uC": 0.4661634855875031, + "vC": 0.18896512668608245, + "u10": 0.4661634855875031, + "v10": 0.18896512668608245, + "id": "666" + }, + { + "geometry": "POLYGON ((-3.4375 -3.75, -3.4375 -3.4375, -3.125 -3.4375, -3.125 -3.75, -3.4375 -3.75))", + "cx": -3.28125, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.40274998699945, + "elevation": -30.29900058884239, + "thickness": 0.902721500678469, + "density": 907.0410262548877, + "uC": 0.427030419800669, + "vC": 0.26796529435745176, + "u10": 0.427030419800669, + "v10": 0.26796529435745176, + "id": "667" + }, + { + "geometry": "POLYGON ((-3.125 -3.4375, -3.125 -3.125, -2.8125 -3.125, -2.8125 -3.4375, -3.125 -3.4375))", + "cx": -2.96875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.65315545820359, + "elevation": -21.083537929624946, + "thickness": 0.8789729055922121, + "density": 900.7655636289371, + "uC": 0.4744653027838848, + "vC": 0.07042540910318043, + "u10": 0.4744653027838848, + "v10": 0.07042540910318043, + "id": "668" + }, + { + "geometry": "POLYGON ((-2.8125 -3.4375, -2.8125 -3.125, -2.5 -3.125, -2.5 -3.4375, -2.8125 -3.4375))", + "cx": -2.65625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.75781307093133, + "elevation": -22.621960268296277, + "thickness": 0.8860743976291481, + "density": 893.7155724393868, + "uC": 0.542458541886699, + "vC": 0.06258812590903892, + "u10": 0.542458541886699, + "v10": 0.06258812590903892, + "id": "669" + }, + { + "geometry": "POLYGON ((-3.125 -3.75, -3.125 -3.4375, -2.8125 -3.4375, -2.8125 -3.75, -3.125 -3.75))", + "cx": -2.96875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.0834668738033, + "elevation": -33.07377203597097, + "thickness": 0.8802577360293962, + "density": 907.298996384267, + "uC": 0.5588657263718981, + "vC": -0.008126140493244088, + "u10": 0.5588657263718981, + "v10": -0.008126140493244088, + "id": "670" + }, + { + "geometry": "POLYGON ((-2.8125 -3.75, -2.8125 -3.4375, -2.5 -3.4375, -2.5 -3.75, -2.8125 -3.75))", + "cx": -2.65625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.32721491685254, + "elevation": -24.594515233676788, + "thickness": 0.8923653175737615, + "density": 901.170462532691, + "uC": 0.5989037739088929, + "vC": -0.05522357857572616, + "u10": 0.5989037739088929, + "v10": -0.05522357857572616, + "id": "671" + }, + { + "geometry": "POLYGON ((-5 -4.0625, -5 -3.75, -4.6875 -3.75, -4.6875 -4.0625, -5 -4.0625))", + "cx": -4.84375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.41110537437808, + "elevation": 0.2021680962361363, + "thickness": 0.8685296787287621, + "density": 890.9629809652677, + "uC": 0.4299591986694364, + "vC": 0.0027263644903954493, + "u10": 0.4299591986694364, + "v10": 0.0027263644903954493, + "id": "672" + }, + { + "geometry": "POLYGON ((-4.6875 -4.0625, -4.6875 -3.75, -4.375 -3.75, -4.375 -4.0625, -4.6875 -4.0625))", + "cx": -4.53125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.9257802921079, + "elevation": -5.830776696085663, + "thickness": 0.8706497753533089, + "density": 892.9988517917584, + "uC": 0.42636517414467706, + "vC": 0.05831076359700385, + "u10": 0.42636517414467706, + "v10": 0.05831076359700385, + "id": "673" + }, + { + "geometry": "POLYGON ((-5 -4.375, -5 -4.0625, -4.6875 -4.0625, -4.6875 -4.375, -5 -4.375))", + "cx": -4.84375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.8113291153295, + "elevation": -9.096138386818522, + "thickness": 0.8874369073218956, + "density": 897.7977227048203, + "uC": 0.45852068673589724, + "vC": -0.05547601388976735, + "u10": 0.45852068673589724, + "v10": -0.05547601388976735, + "id": "674" + }, + { + "geometry": "POLYGON ((-4.6875 -4.375, -4.6875 -4.0625, -4.375 -4.0625, -4.375 -4.375, -4.6875 -4.375))", + "cx": -4.53125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.82342827193429, + "elevation": -9.30605980537942, + "thickness": 0.8802404703272473, + "density": 899.3851363739268, + "uC": 0.4493445601340611, + "vC": 0.09845532690225373, + "u10": 0.4493445601340611, + "v10": 0.09845532690225373, + "id": "675" + }, + { + "geometry": "POLYGON ((-4.375 -4.0625, -4.375 -3.75, -4.0625 -3.75, -4.0625 -4.0625, -4.375 -4.0625))", + "cx": -4.21875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.17223799808457, + "elevation": -5.945634390049905, + "thickness": 0.8770552331694947, + "density": 896.5723342050051, + "uC": 0.43792453154870437, + "vC": 0.09674786499097288, + "u10": 0.43792453154870437, + "v10": 0.09674786499097288, + "id": "676" + }, + { + "geometry": "POLYGON ((-4.0625 -4.0625, -4.0625 -3.75, -3.75 -3.75, -3.75 -4.0625, -4.0625 -4.0625))", + "cx": -3.90625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.79453129927049, + "elevation": -8.164694454369451, + "thickness": 0.898265011088684, + "density": 886.9952561194439, + "uC": 0.4443514859131689, + "vC": 0.15654458248415953, + "u10": 0.4443514859131689, + "v10": 0.15654458248415953, + "id": "677" + }, + { + "geometry": "POLYGON ((-4.375 -4.375, -4.375 -4.0625, -4.0625 -4.0625, -4.0625 -4.375, -4.375 -4.375))", + "cx": -4.21875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.90567649095843, + "elevation": -9.022068474118694, + "thickness": 0.8705499558937182, + "density": 904.3382128962361, + "uC": 0.4507870195312046, + "vC": 0.04340864962278035, + "u10": 0.4507870195312046, + "v10": 0.04340864962278035, + "id": "678" + }, + { + "geometry": "POLYGON ((-4.0625 -4.375, -4.0625 -4.0625, -3.75 -4.0625, -3.75 -4.375, -4.0625 -4.375))", + "cx": -3.90625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.81074066179197, + "elevation": -15.109722111603528, + "thickness": 0.9058625685526508, + "density": 894.3298861968692, + "uC": 0.43153206532719357, + "vC": 0.1363678929566914, + "u10": 0.43153206532719357, + "v10": 0.1363678929566914, + "id": "679" + }, + { + "geometry": "POLYGON ((-5 -4.6875, -5 -4.375, -4.6875 -4.375, -4.6875 -4.6875, -5 -4.6875))", + "cx": -4.84375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.50536741056749, + "elevation": -7.637627695153539, + "thickness": 0.9034951550603585, + "density": 907.8406198050693, + "uC": 0.4738977682424639, + "vC": -0.17656835275401725, + "u10": 0.4738977682424639, + "v10": -0.17656835275401725, + "id": "680" + }, + { + "geometry": "POLYGON ((-4.6875 -4.6875, -4.6875 -4.375, -4.375 -4.375, -4.375 -4.6875, -4.6875 -4.6875))", + "cx": -4.53125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.84548685860867, + "elevation": -6.575360263329246, + "thickness": 0.9088333931053039, + "density": 916.9307789732336, + "uC": 0.43604907287740985, + "vC": -0.010748269995387909, + "u10": 0.43604907287740985, + "v10": -0.010748269995387909, + "id": "681" + }, + { + "geometry": "POLYGON ((-5 -5, -5 -4.6875, -4.6875 -4.6875, -4.6875 -5, -5 -5))", + "cx": -4.84375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.55526120540105, + "elevation": -8.695436432469773, + "thickness": 0.9268310330197742, + "density": 919.1236654606764, + "uC": 0.4624404319443305, + "vC": -0.11300926983425244, + "u10": 0.4624404319443305, + "v10": -0.11300926983425244, + "id": "682" + }, + { + "geometry": "POLYGON ((-4.6875 -5, -4.6875 -4.6875, -4.375 -4.6875, -4.375 -5, -4.6875 -5))", + "cx": -4.53125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 86.58267014606102, + "elevation": -10.99498774579407, + "thickness": 0.9152623272776099, + "density": 924.0004095668503, + "uC": 0.45812861200513705, + "vC": -0.004400984515386534, + "u10": 0.45812861200513705, + "v10": -0.004400984515386534, + "id": "683" + }, + { + "geometry": "POLYGON ((-4.375 -4.6875, -4.375 -4.375, -4.0625 -4.375, -4.0625 -4.6875, -4.375 -4.6875))", + "cx": -4.21875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.48518605989358, + "elevation": -14.603704014821595, + "thickness": 0.9088757997805585, + "density": 917.5485415959433, + "uC": 0.43576386498338204, + "vC": 0.15281110334331288, + "u10": 0.43576386498338204, + "v10": 0.15281110334331288, + "id": "684" + }, + { + "geometry": "POLYGON ((-4.0625 -4.6875, -4.0625 -4.375, -3.75 -4.375, -3.75 -4.6875, -4.0625 -4.6875))", + "cx": -3.90625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.89743285409816, + "elevation": -21.749365247056556, + "thickness": 0.8906701310943993, + "density": 910.1337560024979, + "uC": 0.38820810511665194, + "vC": 0.18049749030044387, + "u10": 0.38820810511665194, + "v10": 0.18049749030044387, + "id": "685" + }, + { + "geometry": "POLYGON ((-4.375 -5, -4.375 -4.6875, -4.0625 -4.6875, -4.0625 -5, -4.375 -5))", + "cx": -4.21875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 85.36341170363627, + "elevation": -26.306686571267996, + "thickness": 0.9045433556684822, + "density": 923.1690402387732, + "uC": 0.47074477850484125, + "vC": 0.09237937952693909, + "u10": 0.47074477850484125, + "v10": 0.09237937952693909, + "id": "686" + }, + { + "geometry": "POLYGON ((-4.0625 -5, -4.0625 -4.6875, -3.75 -4.6875, -3.75 -5, -4.0625 -5))", + "cx": -3.90625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.86155800801953, + "elevation": -34.11046666735979, + "thickness": 0.8567532976283672, + "density": 915.3859116393924, + "uC": 0.37863535821446415, + "vC": 0.16103018335855027, + "u10": 0.37863535821446415, + "v10": 0.16103018335855027, + "id": "687" + }, + { + "geometry": "POLYGON ((-3.75 -4.0625, -3.75 -3.75, -3.4375 -3.75, -3.4375 -4.0625, -3.75 -4.0625))", + "cx": -3.59375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.14730784235923, + "elevation": -20.11698906650775, + "thickness": 0.9039467524490052, + "density": 889.2858634723885, + "uC": 0.43691011091061427, + "vC": 0.21688628294096562, + "u10": 0.43691011091061427, + "v10": 0.21688628294096562, + "id": "688" + }, + { + "geometry": "POLYGON ((-3.4375 -4.0625, -3.4375 -3.75, -3.125 -3.75, -3.125 -4.0625, -3.4375 -4.0625))", + "cx": -3.28125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.8159687414616, + "elevation": -33.144396875588384, + "thickness": 0.9135765617289042, + "density": 903.2272995834746, + "uC": 0.5120871134112961, + "vC": 0.1803134898897253, + "u10": 0.5120871134112961, + "v10": 0.1803134898897253, + "id": "689" + }, + { + "geometry": "POLYGON ((-3.75 -4.375, -3.75 -4.0625, -3.4375 -4.0625, -3.4375 -4.375, -3.75 -4.375))", + "cx": -3.59375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.05863896222024, + "elevation": -20.08135088379363, + "thickness": 0.8630501531526755, + "density": 896.5355695706565, + "uC": 0.42970408002133825, + "vC": 0.12125716816562086, + "u10": 0.42970408002133825, + "v10": 0.12125716816562086, + "id": "690" + }, + { + "geometry": "POLYGON ((-3.4375 -4.375, -3.4375 -4.0625, -3.125 -4.0625, -3.125 -4.375, -3.4375 -4.375))", + "cx": -3.28125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.2551808739102, + "elevation": -27.934360079765533, + "thickness": 0.8528496154473968, + "density": 902.9847202084006, + "uC": 0.40377069546241007, + "vC": 0.1728614877032144, + "u10": 0.40377069546241007, + "v10": 0.1728614877032144, + "id": "691" + }, + { + "geometry": "POLYGON ((-3.125 -4.0625, -3.125 -3.75, -2.8125 -3.75, -2.8125 -4.0625, -3.125 -4.0625))", + "cx": -2.96875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.3038724183257, + "elevation": -22.8786827050266, + "thickness": 0.9087036976399798, + "density": 906.8357590070129, + "uC": 0.5733744628546459, + "vC": -0.06768246843858902, + "u10": 0.5733744628546459, + "v10": -0.06768246843858902, + "id": "692" + }, + { + "geometry": "POLYGON ((-2.8125 -4.0625, -2.8125 -3.75, -2.5 -3.75, -2.5 -4.0625, -2.8125 -4.0625))", + "cx": -2.65625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.8617870810146, + "elevation": -24.32255913212027, + "thickness": 0.8570441160817663, + "density": 907.9575498027351, + "uC": 0.5802039828642853, + "vC": -0.10983545040082913, + "u10": 0.5802039828642853, + "v10": -0.10983545040082913, + "id": "693" + }, + { + "geometry": "POLYGON ((-3.125 -4.375, -3.125 -4.0625, -2.8125 -4.0625, -2.8125 -4.375, -3.125 -4.375))", + "cx": -2.96875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.59754059027907, + "elevation": -21.393756230425016, + "thickness": 0.8780009609072768, + "density": 904.0481265475626, + "uC": 0.4645006968007553, + "vC": 0.1027689624588623, + "u10": 0.4645006968007553, + "v10": 0.1027689624588623, + "id": "694" + }, + { + "geometry": "POLYGON ((-2.8125 -4.375, -2.8125 -4.0625, -2.5 -4.0625, -2.5 -4.375, -2.8125 -4.375))", + "cx": -2.65625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.35577927969314, + "elevation": -28.545260619095753, + "thickness": 0.8283260259369634, + "density": 910.8020931302677, + "uC": 0.5194827307270647, + "vC": 0.11898947888158033, + "u10": 0.5194827307270647, + "v10": 0.11898947888158033, + "id": "695" + }, + { + "geometry": "POLYGON ((-3.75 -4.6875, -3.75 -4.375, -3.4375 -4.375, -3.4375 -4.6875, -3.75 -4.6875))", + "cx": -3.59375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.54435796085471, + "elevation": -24.71654330983046, + "thickness": 0.8394033153660205, + "density": 904.9208811794516, + "uC": 0.40362256647038575, + "vC": 0.1962075610893465, + "u10": 0.40362256647038575, + "v10": 0.1962075610893465, + "id": "696" + }, + { + "geometry": "POLYGON ((-3.4375 -4.6875, -3.4375 -4.375, -3.125 -4.375, -3.125 -4.6875, -3.4375 -4.6875))", + "cx": -3.28125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.31723904607354, + "elevation": -30.166521816602064, + "thickness": 0.827316803002581, + "density": 906.3144619723015, + "uC": 0.3171727206535302, + "vC": 0.23142878024823904, + "u10": 0.3171727206535302, + "v10": 0.23142878024823904, + "id": "697" + }, + { + "geometry": "POLYGON ((-3.75 -5, -3.75 -4.6875, -3.4375 -4.6875, -3.4375 -5, -3.75 -5))", + "cx": -3.59375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.15885502484781, + "elevation": -39.72042740478413, + "thickness": 0.8206074483057739, + "density": 915.2922341396959, + "uC": 0.3461020926718461, + "vC": 0.25253112640742015, + "u10": 0.3461020926718461, + "v10": 0.25253112640742015, + "id": "698" + }, + { + "geometry": "POLYGON ((-3.4375 -5, -3.4375 -4.6875, -3.125 -4.6875, -3.125 -5, -3.4375 -5))", + "cx": -3.28125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.22886175869944, + "elevation": -36.4335078543801, + "thickness": 0.7990892170898743, + "density": 912.6718395975181, + "uC": 0.2378100109375234, + "vC": 0.34701564657276784, + "u10": 0.2378100109375234, + "v10": 0.34701564657276784, + "id": "699" + }, + { + "geometry": "POLYGON ((-3.125 -4.6875, -3.125 -4.375, -2.8125 -4.375, -2.8125 -4.6875, -3.125 -4.6875))", + "cx": -2.96875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.92117143667346, + "elevation": -31.88258821035219, + "thickness": 0.8101858074581029, + "density": 903.2326394565457, + "uC": 0.3121737037432133, + "vC": 0.23725915853569574, + "u10": 0.3121737037432133, + "v10": 0.23725915853569574, + "id": "700" + }, + { + "geometry": "POLYGON ((-2.8125 -4.6875, -2.8125 -4.375, -2.5 -4.375, -2.5 -4.6875, -2.8125 -4.6875))", + "cx": -2.65625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.8731320522818, + "elevation": -36.165272884867996, + "thickness": 0.8045021797944674, + "density": 905.7024377519679, + "uC": 0.366332976423116, + "vC": 0.2525284916606028, + "u10": 0.366332976423116, + "v10": 0.2525284916606028, + "id": "701" + }, + { + "geometry": "POLYGON ((-3.125 -5, -3.125 -4.6875, -2.8125 -4.6875, -2.8125 -5, -3.125 -5))", + "cx": -2.96875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.5682471701687, + "elevation": -38.77865085717484, + "thickness": 0.789414151886441, + "density": 908.2109130371568, + "uC": 0.2663138504241483, + "vC": 0.2841619063712987, + "u10": 0.2663138504241483, + "v10": 0.2841619063712987, + "id": "702" + }, + { + "geometry": "POLYGON ((-2.8125 -5, -2.8125 -4.6875, -2.5 -4.6875, -2.5 -5, -2.8125 -5))", + "cx": -2.65625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.19773210951284, + "elevation": -39.580878115369075, + "thickness": 0.7810908141998618, + "density": 902.654632855118, + "uC": 0.2865560747143223, + "vC": 0.3113915469337544, + "u10": 0.2865560747143223, + "v10": 0.3113915469337544, + "id": "703" + }, + { + "geometry": "POLYGON ((-1.25 -2.8125, -1.25 -2.5, -0.9375 -2.5, -0.9375 -2.8125, -1.25 -2.8125))", + "cx": -1.09375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.32743769593812, + "elevation": -15.782544248710437, + "thickness": 1.0588549458147425, + "density": 912.179105784103, + "uC": 0.6305580954541447, + "vC": 0.27564323602359503, + "u10": 0.6305580954541447, + "v10": 0.27564323602359503, + "id": "704" + }, + { + "geometry": "POLYGON ((-0.9375 -2.8125, -0.9375 -2.5, -0.625 -2.5, -0.625 -2.8125, -0.9375 -2.8125))", + "cx": -0.78125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.86079279731557, + "elevation": -18.119469673078314, + "thickness": 1.0702053720056617, + "density": 920.1390042932833, + "uC": 0.6663604697038809, + "vC": 0.10133502781943465, + "u10": 0.6663604697038809, + "v10": 0.10133502781943465, + "id": "705" + }, + { + "geometry": "POLYGON ((-1.25 -3.125, -1.25 -2.8125, -0.9375 -2.8125, -0.9375 -3.125, -1.25 -3.125))", + "cx": -1.09375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.35548184050484, + "elevation": -17.28553476104473, + "thickness": 1.0804637714437557, + "density": 923.2267092964807, + "uC": 0.6228155270170472, + "vC": 0.05990754800449431, + "u10": 0.6228155270170472, + "v10": 0.05990754800449431, + "id": "706" + }, + { + "geometry": "POLYGON ((-0.9375 -3.125, -0.9375 -2.8125, -0.625 -2.8125, -0.625 -3.125, -0.9375 -3.125))", + "cx": -0.78125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.42548626200751, + "elevation": -31.285531997513402, + "thickness": 1.0954454679792847, + "density": 928.5122085499911, + "uC": 0.5541485333930098, + "vC": 0.21331943932365185, + "u10": 0.5541485333930098, + "v10": 0.21331943932365185, + "id": "707" + }, + { + "geometry": "POLYGON ((-0.625 -2.8125, -0.625 -2.5, -0.3125 -2.5, -0.3125 -2.8125, -0.625 -2.8125))", + "cx": -0.46875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.78182494690336, + "elevation": -27.51744315945562, + "thickness": 1.0681613375343844, + "density": 927.563613950692, + "uC": 0.6483121122096849, + "vC": -0.2587778358028576, + "u10": 0.6483121122096849, + "v10": -0.2587778358028576, + "id": "708" + }, + { + "geometry": "POLYGON ((-0.3125 -2.8125, -0.3125 -2.5, 0 -2.5, 0 -2.8125, -0.3125 -2.8125))", + "cx": -0.15625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.66731990064392, + "elevation": -41.464192686379576, + "thickness": 1.0873535129419185, + "density": 925.5040993086831, + "uC": 0.3426082495183316, + "vC": -0.5727702158763599, + "u10": 0.3426082495183316, + "v10": -0.5727702158763599, + "id": "709" + }, + { + "geometry": "POLYGON ((-0.625 -3.125, -0.625 -2.8125, -0.3125 -2.8125, -0.3125 -3.125, -0.625 -3.125))", + "cx": -0.46875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.74155366596398, + "elevation": -39.55840007515538, + "thickness": 1.0640931827165727, + "density": 927.356234243025, + "uC": 0.5610662744330026, + "vC": -0.2155043853730955, + "u10": 0.5610662744330026, + "v10": -0.2155043853730955, + "id": "710" + }, + { + "geometry": "POLYGON ((-0.3125 -3.125, -0.3125 -2.8125, 0 -2.8125, 0 -3.125, -0.3125 -3.125))", + "cx": -0.15625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.29367702089222, + "elevation": -46.36243133015066, + "thickness": 1.0840514151622198, + "density": 932.0637109864923, + "uC": 0.359532998839147, + "vC": -0.4223436753113752, + "u10": 0.359532998839147, + "v10": -0.4223436753113752, + "id": "711" + }, + { + "geometry": "POLYGON ((-0.625 -3.4375, -0.625 -3.125, -0.3125 -3.125, -0.3125 -3.4375, -0.625 -3.4375))", + "cx": -0.46875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.06176141718018, + "elevation": -52.5056676924534, + "thickness": 1.0803154846291023, + "density": 932.5270835010639, + "uC": 0.5271925262370052, + "vC": -0.12720121868062373, + "u10": 0.5271925262370052, + "v10": -0.12720121868062373, + "id": "712" + }, + { + "geometry": "POLYGON ((-0.3125 -3.4375, -0.3125 -3.125, 0 -3.125, 0 -3.4375, -0.3125 -3.4375))", + "cx": -0.15625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.65094843082446, + "elevation": -64.83593359215506, + "thickness": 1.1041836958421998, + "density": 929.1359372993893, + "uC": 0.3404221170724137, + "vC": -0.3130675746223291, + "u10": 0.3404221170724137, + "v10": -0.3130675746223291, + "id": "713" + }, + { + "geometry": "POLYGON ((-0.625 -3.75, -0.625 -3.4375, -0.3125 -3.4375, -0.3125 -3.75, -0.625 -3.75))", + "cx": -0.46875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.6403734147307, + "elevation": -67.58936271975271, + "thickness": 1.1003542422826333, + "density": 928.2408136504305, + "uC": 0.43508688707648424, + "vC": -0.2827393577182491, + "u10": 0.43508688707648424, + "v10": -0.2827393577182491, + "id": "714" + }, + { + "geometry": "POLYGON ((-0.3125 -3.75, -0.3125 -3.4375, 0 -3.4375, 0 -3.75, -0.3125 -3.75))", + "cx": -0.15625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.07714485071135, + "elevation": -81.47825194104445, + "thickness": 1.1209144437762153, + "density": 923.4398502875815, + "uC": 0.30205180690607303, + "vC": -0.2991799052512383, + "u10": 0.30205180690607303, + "v10": -0.2991799052512383, + "id": "715" + }, + { + "geometry": "POLYGON ((-1.875 -4.0625, -1.875 -3.75, -1.5625 -3.75, -1.5625 -4.0625, -1.875 -4.0625))", + "cx": -1.71875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.88780133509295, + "elevation": -28.69953489510332, + "thickness": 0.8918891960648763, + "density": 918.6717892017207, + "uC": 0.4646301692577635, + "vC": 0.02802857721835439, + "u10": 0.4646301692577635, + "v10": 0.02802857721835439, + "id": "716" + }, + { + "geometry": "POLYGON ((-1.5625 -4.0625, -1.5625 -3.75, -1.25 -3.75, -1.25 -4.0625, -1.5625 -4.0625))", + "cx": -1.40625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.86669582882774, + "elevation": -30.760313757099304, + "thickness": 0.923284359124632, + "density": 922.1054238067511, + "uC": 0.4356550550543181, + "vC": -0.07341291187744758, + "u10": 0.4356550550543181, + "v10": -0.07341291187744758, + "id": "717" + }, + { + "geometry": "POLYGON ((-1.875 -4.375, -1.875 -4.0625, -1.5625 -4.0625, -1.5625 -4.375, -1.875 -4.375))", + "cx": -1.71875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.25202605303389, + "elevation": -31.406364408389592, + "thickness": 0.8146192297553516, + "density": 913.5248322042041, + "uC": 0.43853864688248, + "vC": -0.03549218215042278, + "u10": 0.43853864688248, + "v10": -0.03549218215042278, + "id": "718" + }, + { + "geometry": "POLYGON ((-1.5625 -4.375, -1.5625 -4.0625, -1.25 -4.0625, -1.25 -4.375, -1.5625 -4.375))", + "cx": -1.40625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.89008279981907, + "elevation": -27.384141404386707, + "thickness": 0.8967374745860466, + "density": 918.9834392437716, + "uC": 0.41447508061229754, + "vC": -0.21500102247095862, + "u10": 0.41447508061229754, + "v10": -0.21500102247095862, + "id": "719" + }, + { + "geometry": "POLYGON ((-2.5 -4.6875, -2.5 -4.375, -2.1875 -4.375, -2.1875 -4.6875, -2.5 -4.6875))", + "cx": -2.34375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.77734394479796, + "elevation": -38.71500670235846, + "thickness": 0.8258410560352882, + "density": 914.4242185080892, + "uC": 0.3193650819721624, + "vC": 0.3362314896808095, + "u10": 0.3193650819721624, + "v10": 0.3362314896808095, + "id": "720" + }, + { + "geometry": "POLYGON ((-2.1875 -4.6875, -2.1875 -4.375, -1.875 -4.375, -1.875 -4.6875, -2.1875 -4.6875))", + "cx": -2.03125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.64173430588048, + "elevation": -30.543139202012142, + "thickness": 0.8109946915006999, + "density": 915.3344058098162, + "uC": 0.40130458941618063, + "vC": 0.1849183750344173, + "u10": 0.40130458941618063, + "v10": 0.1849183750344173, + "id": "721" + }, + { + "geometry": "POLYGON ((-2.5 -5, -2.5 -4.6875, -2.1875 -4.6875, -2.1875 -5, -2.5 -5))", + "cx": -2.34375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.34861945375332, + "elevation": -36.92926327796666, + "thickness": 0.7682142777859136, + "density": 905.1086902376022, + "uC": 0.31302315938922204, + "vC": 0.29606228805877055, + "u10": 0.31302315938922204, + "v10": 0.29606228805877055, + "id": "722" + }, + { + "geometry": "POLYGON ((-2.1875 -5, -2.1875 -4.6875, -1.875 -4.6875, -1.875 -5, -2.1875 -5))", + "cx": -2.03125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.02214468007638, + "elevation": -34.569530933327954, + "thickness": 0.7904383184401367, + "density": 906.9545754784076, + "uC": 0.42639173868314195, + "vC": 0.1494262676339415, + "u10": 0.42639173868314195, + "v10": 0.1494262676339415, + "id": "723" + }, + { + "geometry": "POLYGON ((-1.875 -4.6875, -1.875 -4.375, -1.5625 -4.375, -1.5625 -4.6875, -1.875 -4.6875))", + "cx": -1.71875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.63293664397959, + "elevation": -33.45812789048985, + "thickness": 0.8164914801201656, + "density": 909.0333985298479, + "uC": 0.39482350960419366, + "vC": -0.1179389850765803, + "u10": 0.39482350960419366, + "v10": -0.1179389850765803, + "id": "724" + }, + { + "geometry": "POLYGON ((-1.5625 -4.6875, -1.5625 -4.375, -1.25 -4.375, -1.25 -4.6875, -1.5625 -4.6875))", + "cx": -1.40625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.45021027519287, + "elevation": -44.845695177610494, + "thickness": 0.8327246196665634, + "density": 912.8192399657862, + "uC": 0.4071858133739674, + "vC": -0.17040493516484317, + "u10": 0.4071858133739674, + "v10": -0.17040493516484317, + "id": "725" + }, + { + "geometry": "POLYGON ((-1.875 -5, -1.875 -4.6875, -1.5625 -4.6875, -1.5625 -5, -1.875 -5))", + "cx": -1.71875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.37158539903027, + "elevation": -36.811561375031204, + "thickness": 0.7837291250416036, + "density": 902.7328299791857, + "uC": 0.4424409005954604, + "vC": -0.11658381341034244, + "u10": 0.4424409005954604, + "v10": -0.11658381341034244, + "id": "726" + }, + { + "geometry": "POLYGON ((-1.5625 -5, -1.5625 -4.6875, -1.25 -4.6875, -1.25 -5, -1.5625 -5))", + "cx": -1.40625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.19862641322536, + "elevation": -40.628597566117165, + "thickness": 0.8161195852391868, + "density": 908.1771043797648, + "uC": 0.34527485699401866, + "vC": -0.22358731389066322, + "u10": 0.34527485699401866, + "v10": -0.22358731389066322, + "id": "727" + }, + { + "geometry": "POLYGON ((-1.25 -4.0625, -1.25 -3.75, -0.9375 -3.75, -0.9375 -4.0625, -1.25 -4.0625))", + "cx": -1.09375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.16674784777877, + "elevation": -40.069660137891404, + "thickness": 0.9797536707917762, + "density": 932.2637950956041, + "uC": 0.47617205975863813, + "vC": -0.03778893051539514, + "u10": 0.47617205975863813, + "v10": -0.03778893051539514, + "id": "728" + }, + { + "geometry": "POLYGON ((-0.9375 -4.0625, -0.9375 -3.75, -0.625 -3.75, -0.625 -4.0625, -0.9375 -4.0625))", + "cx": -0.78125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.88437371657366, + "elevation": -52.75116616491934, + "thickness": 1.0376840139417496, + "density": 929.1593918962418, + "uC": 0.5261141390898765, + "vC": -0.1680613449319897, + "u10": 0.5261141390898765, + "v10": -0.1680613449319897, + "id": "729" + }, + { + "geometry": "POLYGON ((-1.25 -4.375, -1.25 -4.0625, -0.9375 -4.0625, -0.9375 -4.375, -1.25 -4.375))", + "cx": -1.09375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.06155798744099, + "elevation": -35.42647550929564, + "thickness": 0.9478968798944072, + "density": 918.2172594373385, + "uC": 0.47316698853798145, + "vC": -0.22572068297168502, + "u10": 0.47316698853798145, + "v10": -0.22572068297168502, + "id": "730" + }, + { + "geometry": "POLYGON ((-0.9375 -4.375, -0.9375 -4.0625, -0.625 -4.0625, -0.625 -4.375, -0.9375 -4.375))", + "cx": -0.78125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.43220286231067, + "elevation": -54.894271575326044, + "thickness": 0.9940778685459272, + "density": 918.3540447845946, + "uC": 0.38297135163929796, + "vC": -0.4169008763101894, + "u10": 0.38297135163929796, + "v10": -0.4169008763101894, + "id": "731" + }, + { + "geometry": "POLYGON ((-0.625 -4.0625, -0.625 -3.75, -0.3125 -3.75, -0.3125 -4.0625, -0.625 -4.0625))", + "cx": -0.46875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.25285603562729, + "elevation": -76.19010103501982, + "thickness": 1.0907167041315025, + "density": 929.4394503590298, + "uC": 0.3866360985281976, + "vC": -0.3447803691139397, + "u10": 0.3866360985281976, + "v10": -0.3447803691139397, + "id": "732" + }, + { + "geometry": "POLYGON ((-0.3125 -4.0625, -0.3125 -3.75, 0 -3.75, 0 -4.0625, -0.3125 -4.0625))", + "cx": -0.15625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.13736310979021, + "elevation": -82.90110843221389, + "thickness": 1.1090441568926535, + "density": 920.7775586530144, + "uC": 0.26039123478678583, + "vC": -0.32953875868576105, + "u10": 0.26039123478678583, + "v10": -0.32953875868576105, + "id": "733" + }, + { + "geometry": "POLYGON ((-0.625 -4.375, -0.625 -4.0625, -0.3125 -4.0625, -0.3125 -4.375, -0.625 -4.375))", + "cx": -0.46875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.64027141511531, + "elevation": -73.29761164958201, + "thickness": 1.0531250260577476, + "density": 916.1463565669123, + "uC": 0.38144468636936757, + "vC": -0.3333654328316407, + "u10": 0.38144468636936757, + "v10": -0.3333654328316407, + "id": "734" + }, + { + "geometry": "POLYGON ((-0.3125 -4.375, -0.3125 -4.0625, 0 -4.0625, 0 -4.375, -0.3125 -4.375))", + "cx": -0.15625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.74353838296562, + "elevation": -79.17183260095786, + "thickness": 1.0794624025340196, + "density": 915.6901653295728, + "uC": 0.28871625674861456, + "vC": -0.30117197613085045, + "u10": 0.28871625674861456, + "v10": -0.30117197613085045, + "id": "735" + }, + { + "geometry": "POLYGON ((-1.25 -4.6875, -1.25 -4.375, -0.9375 -4.375, -0.9375 -4.6875, -1.25 -4.6875))", + "cx": -1.09375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.23236408273365, + "elevation": -54.152177980903254, + "thickness": 0.8902225050623915, + "density": 909.8244343333411, + "uC": 0.49053355145839733, + "vC": -0.1893949580477996, + "u10": 0.49053355145839733, + "v10": -0.1893949580477996, + "id": "736" + }, + { + "geometry": "POLYGON ((-0.9375 -4.6875, -0.9375 -4.375, -0.625 -4.375, -0.625 -4.6875, -0.9375 -4.6875))", + "cx": -0.78125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.39766909022534, + "elevation": -65.0072574724509, + "thickness": 0.92273304398404, + "density": 908.4594260546874, + "uC": 0.4529196193525922, + "vC": -0.2614952368611083, + "u10": 0.4529196193525922, + "v10": -0.2614952368611083, + "id": "737" + }, + { + "geometry": "POLYGON ((-1.25 -5, -1.25 -4.6875, -0.9375 -4.6875, -0.9375 -5, -1.25 -5))", + "cx": -1.09375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.03469789963138, + "elevation": -58.21242670504808, + "thickness": 0.847652933906934, + "density": 906.3514441239088, + "uC": 0.43032223322572033, + "vC": -0.014504267362222545, + "u10": 0.43032223322572033, + "v10": -0.014504267362222545, + "id": "738" + }, + { + "geometry": "POLYGON ((-0.9375 -5, -0.9375 -4.6875, -0.625 -4.6875, -0.625 -5, -0.9375 -5))", + "cx": -0.78125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.48943409527487, + "elevation": -67.97968566749454, + "thickness": 0.8705638133341119, + "density": 907.5620319786701, + "uC": 0.44513049159031903, + "vC": -0.07913681333193312, + "u10": 0.44513049159031903, + "v10": -0.07913681333193312, + "id": "739" + }, + { + "geometry": "POLYGON ((-0.625 -4.6875, -0.625 -4.375, -0.3125 -4.375, -0.3125 -4.6875, -0.625 -4.6875))", + "cx": -0.46875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.94124658215742, + "elevation": -69.59865200590059, + "thickness": 0.9787970703021993, + "density": 906.4174566340287, + "uC": 0.38303044029997946, + "vC": -0.16953145189069724, + "u10": 0.38303044029997946, + "v10": -0.16953145189069724, + "id": "740" + }, + { + "geometry": "POLYGON ((-0.3125 -4.6875, -0.3125 -4.375, 0 -4.375, 0 -4.6875, -0.3125 -4.6875))", + "cx": -0.15625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.57248837807377, + "elevation": -75.2523457344857, + "thickness": 1.0174519999196026, + "density": 909.9496050912508, + "uC": 0.3394046083522654, + "vC": -0.13166392197119298, + "u10": 0.3394046083522654, + "v10": -0.13166392197119298, + "id": "741" + }, + { + "geometry": "POLYGON ((-0.625 -5, -0.625 -4.6875, -0.3125 -4.6875, -0.3125 -5, -0.625 -5))", + "cx": -0.46875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.53709700468359, + "elevation": -69.43937088242271, + "thickness": 0.9266136780347127, + "density": 906.9255475065593, + "uC": 0.36456589333027534, + "vC": -0.09377780317309087, + "u10": 0.36456589333027534, + "v10": -0.09377780317309087, + "id": "742" + }, + { + "geometry": "POLYGON ((-0.3125 -5, -0.3125 -4.6875, 0 -4.6875, 0 -5, -0.3125 -5))", + "cx": -0.15625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.82316348977977, + "elevation": -68.05909975725402, + "thickness": 0.9457452185216151, + "density": 910.3720243476469, + "uC": 0.3943936627060609, + "vC": 0.03081485034088565, + "u10": 0.3943936627060609, + "v10": 0.03081485034088565, + "id": "743" + }, + { + "geometry": "POLYGON ((0 -0.3125, 0 0, 0.3125 0, 0.3125 -0.3125, 0 -0.3125))", + "cx": 0.15625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 91.92575131936923, + "elevation": -39.111004086923984, + "thickness": 1.3405288434025666, + "density": 932.6032770258694, + "uC": 0.5148864946380771, + "vC": -0.37216961881244226, + "u10": 0.5148864946380771, + "v10": -0.37216961881244226, + "id": "744" + }, + { + "geometry": "POLYGON ((0.3125 -0.3125, 0.3125 0, 0.625 0, 0.625 -0.3125, 0.3125 -0.3125))", + "cx": 0.46875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.93118461295131, + "elevation": -40.73631980819314, + "thickness": 1.3335374151162935, + "density": 932.8182750201267, + "uC": 0.6052013242986367, + "vC": -0.2878644936436262, + "u10": 0.6052013242986367, + "v10": -0.2878644936436262, + "id": "745" + }, + { + "geometry": "POLYGON ((0 -0.625, 0 -0.3125, 0.3125 -0.3125, 0.3125 -0.625, 0 -0.625))", + "cx": 0.15625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 87.31015630274267, + "elevation": -42.394016761044654, + "thickness": 1.3015399668436762, + "density": 934.4053178424169, + "uC": 0.40545655874946507, + "vC": -0.6283453937591661, + "u10": 0.40545655874946507, + "v10": -0.6283453937591661, + "id": "746" + }, + { + "geometry": "POLYGON ((0.3125 -0.625, 0.3125 -0.3125, 0.625 -0.3125, 0.625 -0.625, 0.3125 -0.625))", + "cx": 0.46875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.80045163910464, + "elevation": -41.87975230386922, + "thickness": 1.2924919471080458, + "density": 930.5439396357151, + "uC": 0.42028938198955745, + "vC": -0.5630471975021621, + "u10": 0.42028938198955745, + "v10": -0.5630471975021621, + "id": "747" + }, + { + "geometry": "POLYGON ((0.625 -0.3125, 0.625 0, 0.9375 0, 0.9375 -0.3125, 0.625 -0.3125))", + "cx": 0.78125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.05179006191722, + "elevation": -45.23383857474552, + "thickness": 1.3153461153918928, + "density": 929.6387914267114, + "uC": 0.6129566887930582, + "vC": -0.16237565982279645, + "u10": 0.6129566887930582, + "v10": -0.16237565982279645, + "id": "748" + }, + { + "geometry": "POLYGON ((0.9375 -0.3125, 0.9375 0, 1.25 0, 1.25 -0.3125, 0.9375 -0.3125))", + "cx": 1.09375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.29934358235654, + "elevation": -37.61259994352007, + "thickness": 1.3158635707894168, + "density": 933.1110438882292, + "uC": 0.5317832068698903, + "vC": -0.1812861422858687, + "u10": 0.5317832068698903, + "v10": -0.1812861422858687, + "id": "749" + }, + { + "geometry": "POLYGON ((0.625 -0.625, 0.625 -0.3125, 0.9375 -0.3125, 0.9375 -0.625, 0.625 -0.625))", + "cx": 0.78125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.80671925889253, + "elevation": -43.402517195152456, + "thickness": 1.2526968456405672, + "density": 925.1989860355167, + "uC": 0.4628210080534447, + "vC": -0.4082964631399226, + "u10": 0.4628210080534447, + "v10": -0.4082964631399226, + "id": "750" + }, + { + "geometry": "POLYGON ((0.9375 -0.625, 0.9375 -0.3125, 1.25 -0.3125, 1.25 -0.625, 0.9375 -0.625))", + "cx": 1.09375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.64900413030052, + "elevation": -39.97444529351576, + "thickness": 1.2769541438415544, + "density": 923.7188802186839, + "uC": 0.4193348035077008, + "vC": -0.3214475802040958, + "u10": 0.4193348035077008, + "v10": -0.3214475802040958, + "id": "751" + }, + { + "geometry": "POLYGON ((0 -0.9375, 0 -0.625, 0.3125 -0.625, 0.3125 -0.9375, 0 -0.9375))", + "cx": 0.15625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.43403480256207, + "elevation": -49.785375950913235, + "thickness": 1.254277394012358, + "density": 934.0511718992059, + "uC": 0.4151897000485305, + "vC": -0.6748522778950765, + "u10": 0.4151897000485305, + "v10": -0.6748522778950765, + "id": "752" + }, + { + "geometry": "POLYGON ((0.3125 -0.9375, 0.3125 -0.625, 0.625 -0.625, 0.625 -0.9375, 0.3125 -0.9375))", + "cx": 0.46875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.8240849993407, + "elevation": -53.87493837427043, + "thickness": 1.2389206498566339, + "density": 926.6775642847416, + "uC": 0.47348105236250093, + "vC": -0.568153996515478, + "u10": 0.47348105236250093, + "v10": -0.568153996515478, + "id": "753" + }, + { + "geometry": "POLYGON ((0 -1.25, 0 -0.9375, 0.3125 -0.9375, 0.3125 -1.25, 0 -1.25))", + "cx": 0.15625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.0336788337104, + "elevation": -50.47146845022857, + "thickness": 1.2379350218632639, + "density": 931.1031088960214, + "uC": 0.38199157282104046, + "vC": -0.7061495824191908, + "u10": 0.38199157282104046, + "v10": -0.7061495824191908, + "id": "754" + }, + { + "geometry": "POLYGON ((0.3125 -1.25, 0.3125 -0.9375, 0.625 -0.9375, 0.625 -1.25, 0.3125 -1.25))", + "cx": 0.46875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.53970136348777, + "elevation": -54.98038509488144, + "thickness": 1.226750030349074, + "density": 924.3849289880727, + "uC": 0.4471968214945434, + "vC": -0.6247616977779521, + "u10": 0.4471968214945434, + "v10": -0.6247616977779521, + "id": "755" + }, + { + "geometry": "POLYGON ((0 -1.5625, 0 -1.25, 0.3125 -1.25, 0.3125 -1.5625, 0 -1.5625))", + "cx": 0.15625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.86163272335068, + "elevation": -51.889805884811835, + "thickness": 1.1655591276765644, + "density": 926.5171614197411, + "uC": 0.488551429894844, + "vC": -0.7232695298152395, + "u10": 0.488551429894844, + "v10": -0.7232695298152395, + "id": "756" + }, + { + "geometry": "POLYGON ((0.3125 -1.5625, 0.3125 -1.25, 0.625 -1.25, 0.625 -1.5625, 0.3125 -1.5625))", + "cx": 0.46875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.4261052403204, + "elevation": -48.701666242785926, + "thickness": 1.1714561783495616, + "density": 926.7602033152834, + "uC": 0.3654485604146748, + "vC": -0.6955649050468182, + "u10": 0.3654485604146748, + "v10": -0.6955649050468182, + "id": "757" + }, + { + "geometry": "POLYGON ((0 -1.875, 0 -1.5625, 0.3125 -1.5625, 0.3125 -1.875, 0 -1.875))", + "cx": 0.15625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.0605015760577, + "elevation": -51.368585223658954, + "thickness": 1.1187870567292284, + "density": 925.1065544790665, + "uC": 0.2985721869161655, + "vC": -0.7420619193200398, + "u10": 0.2985721869161655, + "v10": -0.7420619193200398, + "id": "758" + }, + { + "geometry": "POLYGON ((0.3125 -1.875, 0.3125 -1.5625, 0.625 -1.5625, 0.625 -1.875, 0.3125 -1.875))", + "cx": 0.46875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.26411571827904, + "elevation": -46.65146264530965, + "thickness": 1.1732270038665664, + "density": 919.5311446840444, + "uC": 0.0598713462342325, + "vC": -0.7712174894900311, + "u10": 0.0598713462342325, + "v10": -0.7712174894900311, + "id": "759" + }, + { + "geometry": "POLYGON ((0 -2.1875, 0 -1.875, 0.3125 -1.875, 0.3125 -2.1875, 0 -2.1875))", + "cx": 0.15625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.6410979008869, + "elevation": -41.265698604796405, + "thickness": 1.1273283901714002, + "density": 930.7590192403084, + "uC": 0.24220581492020277, + "vC": -0.7715904208657881, + "u10": 0.24220581492020277, + "v10": -0.7715904208657881, + "id": "760" + }, + { + "geometry": "POLYGON ((0.3125 -2.1875, 0.3125 -1.875, 0.625 -1.875, 0.625 -2.1875, 0.3125 -2.1875))", + "cx": 0.46875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.47537891616506, + "elevation": -41.59026841014277, + "thickness": 1.1811728443361147, + "density": 927.1750625704697, + "uC": 0.0614788611447672, + "vC": -0.6899439659084274, + "u10": 0.0614788611447672, + "v10": -0.6899439659084274, + "id": "761" + }, + { + "geometry": "POLYGON ((0 -2.5, 0 -2.1875, 0.3125 -2.1875, 0.3125 -2.5, 0 -2.5))", + "cx": 0.15625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.17587217640774, + "elevation": -48.35432373445806, + "thickness": 1.1636915836415362, + "density": 929.5105322603063, + "uC": 0.41942498680739754, + "vC": -0.6512106286476087, + "u10": 0.41942498680739754, + "v10": -0.6512106286476087, + "id": "762" + }, + { + "geometry": "POLYGON ((0.3125 -2.5, 0.3125 -2.1875, 0.625 -2.1875, 0.625 -2.5, 0.3125 -2.5))", + "cx": 0.46875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.93719911656164, + "elevation": -46.40176106874607, + "thickness": 1.1790164280033024, + "density": 929.2304496801972, + "uC": 0.2065612137393924, + "vC": -0.6403024470687827, + "u10": 0.2065612137393924, + "v10": -0.6403024470687827, + "id": "763" + }, + { + "geometry": "POLYGON ((0 -2.8125, 0 -2.5, 0.3125 -2.5, 0.3125 -2.8125, 0 -2.8125))", + "cx": 0.15625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.98130570211148, + "elevation": -51.611110437612716, + "thickness": 1.1382750808993165, + "density": 934.1414657962505, + "uC": 0.24315830835620467, + "vC": -0.6541982516778425, + "u10": 0.24315830835620467, + "v10": -0.6541982516778425, + "id": "764" + }, + { + "geometry": "POLYGON ((0.3125 -2.8125, 0.3125 -2.5, 0.625 -2.5, 0.625 -2.8125, 0.3125 -2.8125))", + "cx": 0.46875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.73993959938366, + "elevation": -44.02614199093502, + "thickness": 1.166298383588404, + "density": 931.2508388965687, + "uC": 0.18922078372073914, + "vC": -0.5902140048782942, + "u10": 0.18922078372073914, + "v10": -0.5902140048782942, + "id": "765" + }, + { + "geometry": "POLYGON ((0 -3.125, 0 -2.8125, 0.3125 -2.8125, 0.3125 -3.125, 0 -3.125))", + "cx": 0.15625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.8248176047349, + "elevation": -52.90154568676927, + "thickness": 1.1308653429369246, + "density": 935.0873373138281, + "uC": 0.11674981689891395, + "vC": -0.5469843762909532, + "u10": 0.11674981689891395, + "v10": -0.5469843762909532, + "id": "766" + }, + { + "geometry": "POLYGON ((0.3125 -3.125, 0.3125 -2.8125, 0.625 -2.8125, 0.625 -3.125, 0.3125 -3.125))", + "cx": 0.46875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.0005713628849, + "elevation": -52.28037457383782, + "thickness": 1.134543395940911, + "density": 935.3778935062834, + "uC": 0.00833908080151256, + "vC": -0.5333385511327157, + "u10": 0.00833908080151256, + "v10": -0.5333385511327157, + "id": "767" + }, + { + "geometry": "POLYGON ((0.625 -2.8125, 0.625 -2.5, 0.9375 -2.5, 0.9375 -2.8125, 0.625 -2.8125))", + "cx": 0.78125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.52773247623799, + "elevation": -39.20891501665139, + "thickness": 1.1493098020360053, + "density": 932.3542194974109, + "uC": 0.13916892818011534, + "vC": -0.4937605236067092, + "u10": 0.13916892818011534, + "v10": -0.4937605236067092, + "id": "768" + }, + { + "geometry": "POLYGON ((0.9375 -2.8125, 0.9375 -2.5, 1.25 -2.5, 1.25 -2.8125, 0.9375 -2.8125))", + "cx": 1.09375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.8071387336049, + "elevation": -30.033478914229853, + "thickness": 1.1637716454717022, + "density": 932.0927254885869, + "uC": 0.092400983502472, + "vC": -0.4176732479128495, + "u10": 0.092400983502472, + "v10": -0.4176732479128495, + "id": "769" + }, + { + "geometry": "POLYGON ((0.625 -3.125, 0.625 -2.8125, 0.9375 -2.8125, 0.9375 -3.125, 0.625 -3.125))", + "cx": 0.78125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.42882623971308, + "elevation": -51.10627613965626, + "thickness": 1.147281488411203, + "density": 934.7207831195454, + "uC": 0.1523205509632991, + "vC": -0.47291714165001364, + "u10": 0.1523205509632991, + "v10": -0.47291714165001364, + "id": "770" + }, + { + "geometry": "POLYGON ((0.9375 -3.125, 0.9375 -2.8125, 1.25 -2.8125, 1.25 -3.125, 0.9375 -3.125))", + "cx": 1.09375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.84789862047458, + "elevation": -32.17798543451874, + "thickness": 1.1504005272335576, + "density": 931.3025511759365, + "uC": 0.08280444500695863, + "vC": -0.4314875212764358, + "u10": 0.08280444500695863, + "v10": -0.4314875212764358, + "id": "771" + }, + { + "geometry": "POLYGON ((0 -3.4375, 0 -3.125, 0.3125 -3.125, 0.3125 -3.4375, 0 -3.4375))", + "cx": 0.15625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.2618619284152, + "elevation": -69.13215188773691, + "thickness": 1.1020643878986562, + "density": 929.806058593422, + "uC": 0.0934664596265904, + "vC": -0.4842950118657946, + "u10": 0.0934664596265904, + "v10": -0.4842950118657946, + "id": "772" + }, + { + "geometry": "POLYGON ((0.3125 -3.4375, 0.3125 -3.125, 0.625 -3.125, 0.625 -3.4375, 0.3125 -3.4375))", + "cx": 0.46875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.37266888318976, + "elevation": -59.019185801968135, + "thickness": 1.0921635931891, + "density": 929.0519662343172, + "uC": -0.009124476044086696, + "vC": -0.5046842574761385, + "u10": -0.009124476044086696, + "v10": -0.5046842574761385, + "id": "773" + }, + { + "geometry": "POLYGON ((0 -3.75, 0 -3.4375, 0.3125 -3.4375, 0.3125 -3.75, 0 -3.75))", + "cx": 0.15625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.65055379394661, + "elevation": -81.51733767984679, + "thickness": 1.0897015534532748, + "density": 914.408388790571, + "uC": 0.20821816160584386, + "vC": -0.3617849912468306, + "u10": 0.20821816160584386, + "v10": -0.3617849912468306, + "id": "774" + }, + { + "geometry": "POLYGON ((0.3125 -3.75, 0.3125 -3.4375, 0.625 -3.4375, 0.625 -3.75, 0.3125 -3.75))", + "cx": 0.46875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.71300966207954, + "elevation": -74.32197995328661, + "thickness": 1.1016512412436792, + "density": 918.8970178859483, + "uC": 0.06338153168829014, + "vC": -0.39887485844549064, + "u10": 0.06338153168829014, + "v10": -0.39887485844549064, + "id": "775" + }, + { + "geometry": "POLYGON ((0.625 -3.4375, 0.625 -3.125, 0.9375 -3.125, 0.9375 -3.4375, 0.625 -3.4375))", + "cx": 0.78125, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.94884304951887, + "elevation": -56.77914651376558, + "thickness": 1.107192468757573, + "density": 931.1807570003557, + "uC": 0.0660093555712058, + "vC": -0.39836176856083394, + "u10": 0.0660093555712058, + "v10": -0.39836176856083394, + "id": "776" + }, + { + "geometry": "POLYGON ((0.9375 -3.4375, 0.9375 -3.125, 1.25 -3.125, 1.25 -3.4375, 0.9375 -3.4375))", + "cx": 1.09375, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.87144421270533, + "elevation": -37.60577693998204, + "thickness": 1.1395269671990418, + "density": 927.5171267815829, + "uC": 0.11004522690507121, + "vC": -0.347321287353945, + "u10": 0.11004522690507121, + "v10": -0.347321287353945, + "id": "777" + }, + { + "geometry": "POLYGON ((0.625 -3.75, 0.625 -3.4375, 0.9375 -3.4375, 0.9375 -3.75, 0.625 -3.75))", + "cx": 0.78125, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.43608316195309, + "elevation": -58.48359148345175, + "thickness": 1.0770564175375048, + "density": 926.41052555847, + "uC": 0.07637643095306931, + "vC": -0.3389450943281268, + "u10": 0.07637643095306931, + "v10": -0.3389450943281268, + "id": "778" + }, + { + "geometry": "POLYGON ((0.9375 -3.75, 0.9375 -3.4375, 1.25 -3.4375, 1.25 -3.75, 0.9375 -3.75))", + "cx": 1.09375, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.44640538988001, + "elevation": -41.55220075819591, + "thickness": 1.1021567151457896, + "density": 934.883352009973, + "uC": 0.07135551965807951, + "vC": -0.3791201950609131, + "u10": 0.07135551965807951, + "v10": -0.3791201950609131, + "id": "779" + }, + { + "geometry": "POLYGON ((1.25 -2.8125, 1.25 -2.5, 1.5625 -2.5, 1.5625 -2.8125, 1.25 -2.8125))", + "cx": 1.40625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.994972713506655, + "elevation": -22.175179924096817, + "thickness": 1.1406185062423901, + "density": 927.6876641513088, + "uC": 0.006237360384641968, + "vC": -0.45656316944881803, + "u10": 0.006237360384641968, + "v10": -0.45656316944881803, + "id": "780" + }, + { + "geometry": "POLYGON ((1.5625 -2.8125, 1.5625 -2.5, 1.875 -2.5, 1.875 -2.8125, 1.5625 -2.8125))", + "cx": 1.71875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.953158639047274, + "elevation": -22.43626848600419, + "thickness": 1.147746819610866, + "density": 925.4277192915554, + "uC": 0.14436051024498858, + "vC": -0.43386511778410536, + "u10": 0.14436051024498858, + "v10": -0.43386511778410536, + "id": "781" + }, + { + "geometry": "POLYGON ((1.25 -3.125, 1.25 -2.8125, 1.5625 -2.8125, 1.5625 -3.125, 1.25 -3.125))", + "cx": 1.40625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.82609764158562, + "elevation": -16.298047202210547, + "thickness": 1.151087927058664, + "density": 927.1334814113286, + "uC": -0.05081576670173477, + "vC": -0.4795780635295174, + "u10": -0.05081576670173477, + "v10": -0.4795780635295174, + "id": "782" + }, + { + "geometry": "POLYGON ((1.5625 -3.125, 1.5625 -2.8125, 1.875 -2.8125, 1.875 -3.125, 1.5625 -3.125))", + "cx": 1.71875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.16831719620925, + "elevation": -14.368803461840827, + "thickness": 1.1405965482889775, + "density": 928.2988561559208, + "uC": 0.0052162702692362395, + "vC": -0.48376226131763966, + "u10": 0.0052162702692362395, + "v10": -0.48376226131763966, + "id": "783" + }, + { + "geometry": "POLYGON ((1.25 -3.4375, 1.25 -3.125, 1.5625 -3.125, 1.5625 -3.4375, 1.25 -3.4375))", + "cx": 1.40625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.7188139607337, + "elevation": -15.284156005382831, + "thickness": 1.1189550488353395, + "density": 925.0677344152879, + "uC": -0.017092726280416116, + "vC": -0.37220202377064293, + "u10": -0.017092726280416116, + "v10": -0.37220202377064293, + "id": "784" + }, + { + "geometry": "POLYGON ((1.5625 -3.4375, 1.5625 -3.125, 1.875 -3.125, 1.875 -3.4375, 1.5625 -3.4375))", + "cx": 1.71875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.49698417682484, + "elevation": -18.299023685051168, + "thickness": 1.115219443508113, + "density": 922.0763335141232, + "uC": 0.07380914408871965, + "vC": -0.46049076545639317, + "u10": 0.07380914408871965, + "v10": -0.46049076545639317, + "id": "785" + }, + { + "geometry": "POLYGON ((1.25 -3.75, 1.25 -3.4375, 1.5625 -3.4375, 1.5625 -3.75, 1.25 -3.75))", + "cx": 1.40625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.19218086790615, + "elevation": -26.82018159974842, + "thickness": 1.109256677951441, + "density": 928.9387876064883, + "uC": 0.05958292838182225, + "vC": -0.3470957389526286, + "u10": 0.05958292838182225, + "v10": -0.3470957389526286, + "id": "786" + }, + { + "geometry": "POLYGON ((1.5625 -3.75, 1.5625 -3.4375, 1.875 -3.4375, 1.875 -3.75, 1.5625 -3.75))", + "cx": 1.71875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.999129723542765, + "elevation": -18.155874342262738, + "thickness": 1.077542245342793, + "density": 925.2197618953987, + "uC": 0.14822980877791497, + "vC": -0.3910149847927112, + "u10": 0.14822980877791497, + "v10": -0.3910149847927112, + "id": "787" + }, + { + "geometry": "POLYGON ((0 -4.0625, 0 -3.75, 0.3125 -3.75, 0.3125 -4.0625, 0 -4.0625))", + "cx": 0.15625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.45066521212895, + "elevation": -83.87388084490198, + "thickness": 1.0698708089861086, + "density": 912.7996221311116, + "uC": 0.2661823876729267, + "vC": -0.27907126912259295, + "u10": 0.2661823876729267, + "v10": -0.27907126912259295, + "id": "788" + }, + { + "geometry": "POLYGON ((0.3125 -4.0625, 0.3125 -3.75, 0.625 -3.75, 0.625 -4.0625, 0.3125 -4.0625))", + "cx": 0.46875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.60177641681395, + "elevation": -77.48958827758062, + "thickness": 1.1016916653812576, + "density": 920.9560863638237, + "uC": 0.1811087747154082, + "vC": -0.30350130792003577, + "u10": 0.1811087747154082, + "v10": -0.30350130792003577, + "id": "789" + }, + { + "geometry": "POLYGON ((0 -4.375, 0 -4.0625, 0.3125 -4.0625, 0.3125 -4.375, 0 -4.375))", + "cx": 0.15625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.60660650341455, + "elevation": -77.77581665477234, + "thickness": 1.064324100816257, + "density": 919.5316366049465, + "uC": 0.3322713329533279, + "vC": -0.22137913697811057, + "u10": 0.3322713329533279, + "v10": -0.22137913697811057, + "id": "790" + }, + { + "geometry": "POLYGON ((0.3125 -4.375, 0.3125 -4.0625, 0.625 -4.0625, 0.625 -4.375, 0.3125 -4.375))", + "cx": 0.46875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.12791161086092, + "elevation": -69.77392897658663, + "thickness": 1.0691063418111861, + "density": 925.445160055364, + "uC": 0.30296986254327285, + "vC": -0.20534071331411538, + "u10": 0.30296986254327285, + "v10": -0.20534071331411538, + "id": "791" + }, + { + "geometry": "POLYGON ((0.625 -4.0625, 0.625 -3.75, 0.9375 -3.75, 0.9375 -4.0625, 0.625 -4.0625))", + "cx": 0.78125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.06608793130572, + "elevation": -70.20650523055781, + "thickness": 1.0778399259352716, + "density": 936.0595932854658, + "uC": 0.20515542370531784, + "vC": -0.27525331435558387, + "u10": 0.20515542370531784, + "v10": -0.27525331435558387, + "id": "792" + }, + { + "geometry": "POLYGON ((0.9375 -4.0625, 0.9375 -3.75, 1.25 -3.75, 1.25 -4.0625, 0.9375 -4.0625))", + "cx": 1.09375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.88365628375203, + "elevation": -57.773752819083796, + "thickness": 1.0816310952415211, + "density": 934.2651522927263, + "uC": 0.09521790229623588, + "vC": -0.3629513017679115, + "u10": 0.09521790229623588, + "v10": -0.3629513017679115, + "id": "793" + }, + { + "geometry": "POLYGON ((0.625 -4.375, 0.625 -4.0625, 0.9375 -4.0625, 0.9375 -4.375, 0.625 -4.375))", + "cx": 0.78125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.55121044922217, + "elevation": -66.21323450844689, + "thickness": 1.084666934373869, + "density": 931.7697370076348, + "uC": 0.24861817435716121, + "vC": -0.23638617096589576, + "u10": 0.24861817435716121, + "v10": -0.23638617096589576, + "id": "794" + }, + { + "geometry": "POLYGON ((0.9375 -4.375, 0.9375 -4.0625, 1.25 -4.0625, 1.25 -4.375, 0.9375 -4.375))", + "cx": 1.09375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.48742399711034, + "elevation": -53.246659875395814, + "thickness": 1.0806949708727844, + "density": 931.2825401627042, + "uC": 0.07993383923577739, + "vC": -0.3122556084157822, + "u10": 0.07993383923577739, + "v10": -0.3122556084157822, + "id": "795" + }, + { + "geometry": "POLYGON ((0 -4.6875, 0 -4.375, 0.3125 -4.375, 0.3125 -4.6875, 0 -4.6875))", + "cx": 0.15625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.72559685598952, + "elevation": -79.52825820502724, + "thickness": 1.000960338770327, + "density": 920.0184925609674, + "uC": 0.35034633584428, + "vC": -0.024324834159427808, + "u10": 0.35034633584428, + "v10": -0.024324834159427808, + "id": "796" + }, + { + "geometry": "POLYGON ((0.3125 -4.6875, 0.3125 -4.375, 0.625 -4.375, 0.625 -4.6875, 0.3125 -4.6875))", + "cx": 0.46875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.48863512789643, + "elevation": -77.83676860103576, + "thickness": 1.0422943889032334, + "density": 926.2107397782555, + "uC": 0.3598955110058327, + "vC": 0.07717119046508286, + "u10": 0.3598955110058327, + "v10": 0.07717119046508286, + "id": "797" + }, + { + "geometry": "POLYGON ((0 -5, 0 -4.6875, 0.3125 -4.6875, 0.3125 -5, 0 -5))", + "cx": 0.15625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.48834541280111, + "elevation": -74.92958726036676, + "thickness": 1.0158491776236422, + "density": 917.2334602623882, + "uC": 0.3075736941420943, + "vC": 0.18578958462263204, + "u10": 0.3075736941420943, + "v10": 0.18578958462263204, + "id": "798" + }, + { + "geometry": "POLYGON ((0.3125 -5, 0.3125 -4.6875, 0.625 -4.6875, 0.625 -5, 0.3125 -5))", + "cx": 0.46875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.92495495596094, + "elevation": -73.06073857295942, + "thickness": 1.014683347316602, + "density": 915.0411307921119, + "uC": 0.3149714157804945, + "vC": 0.2147293121667646, + "u10": 0.3149714157804945, + "v10": 0.2147293121667646, + "id": "799" + }, + { + "geometry": "POLYGON ((0.625 -4.6875, 0.625 -4.375, 0.9375 -4.375, 0.9375 -4.6875, 0.625 -4.6875))", + "cx": 0.78125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.49970669929888, + "elevation": -67.11709614957034, + "thickness": 1.0921521372752965, + "density": 930.5803446684009, + "uC": 0.2997367669298403, + "vC": -0.10203075552633056, + "u10": 0.2997367669298403, + "v10": -0.10203075552633056, + "id": "800" + }, + { + "geometry": "POLYGON ((0.9375 -4.6875, 0.9375 -4.375, 1.25 -4.375, 1.25 -4.6875, 0.9375 -4.6875))", + "cx": 1.09375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.99540582707769, + "elevation": -60.660030433176104, + "thickness": 1.0943451452062434, + "density": 929.6793061125445, + "uC": 0.21737730683717493, + "vC": -0.22817254940129508, + "u10": 0.21737730683717493, + "v10": -0.22817254940129508, + "id": "801" + }, + { + "geometry": "POLYGON ((0.625 -5, 0.625 -4.6875, 0.9375 -4.6875, 0.9375 -5, 0.625 -5))", + "cx": 0.78125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.38159733686908, + "elevation": -75.00635122602863, + "thickness": 1.068921803135444, + "density": 917.7639286541306, + "uC": 0.2957078911751951, + "vC": 0.00999054631140554, + "u10": 0.2957078911751951, + "v10": 0.00999054631140554, + "id": "802" + }, + { + "geometry": "POLYGON ((0.9375 -5, 0.9375 -4.6875, 1.25 -4.6875, 1.25 -5, 0.9375 -5))", + "cx": 1.09375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.17030040015166, + "elevation": -67.09675899956622, + "thickness": 1.0838969529894198, + "density": 924.152316700359, + "uC": 0.2876559723269674, + "vC": -0.17536301644010893, + "u10": 0.2876559723269674, + "v10": -0.17536301644010893, + "id": "803" + }, + { + "geometry": "POLYGON ((-5.625 1.5625, -5.625 1.875, -5.3125 1.875, -5.3125 1.5625, -5.625 1.5625))", + "cx": -5.46875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.83720344618116, + "elevation": 30.67562942092023, + "thickness": 1.069312092803289, + "density": 929.041458731806, + "uC": 0.5923245434600001, + "vC": 0.09078208153174355, + "u10": 0.5923245434600001, + "v10": 0.09078208153174355, + "id": "804" + }, + { + "geometry": "POLYGON ((-5.3125 1.5625, -5.3125 1.875, -5 1.875, -5 1.5625, -5.3125 1.5625))", + "cx": -5.15625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.88197458589116, + "elevation": 25.372792961818902, + "thickness": 1.089106453074768, + "density": 929.023248307634, + "uC": 0.542841678497374, + "vC": -0.1216281787749175, + "u10": 0.542841678497374, + "v10": -0.1216281787749175, + "id": "805" + }, + { + "geometry": "POLYGON ((-5.625 1.25, -5.625 1.5625, -5.3125 1.5625, -5.3125 1.25, -5.625 1.25))", + "cx": -5.46875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.59000480690824, + "elevation": 27.356063408962825, + "thickness": 1.0710477430193586, + "density": 917.8712418185373, + "uC": 0.5905895713877466, + "vC": 0.09640523740176393, + "u10": 0.5905895713877466, + "v10": 0.09640523740176393, + "id": "806" + }, + { + "geometry": "POLYGON ((-5.3125 1.25, -5.3125 1.5625, -5 1.5625, -5 1.25, -5.3125 1.25))", + "cx": -5.15625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.7250241639837, + "elevation": 32.36198129790044, + "thickness": 1.0688288827693715, + "density": 917.95374966383, + "uC": 0.5247645420109679, + "vC": -0.11960108371433861, + "u10": 0.5247645420109679, + "v10": -0.11960108371433861, + "id": "807" + }, + { + "geometry": "POLYGON ((-6.25 0.9375, -6.25 1.25, -5.9375 1.25, -5.9375 0.9375, -6.25 0.9375))", + "cx": -6.09375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.73103062137748, + "elevation": 30.784875559188677, + "thickness": 1.012064029464969, + "density": 911.2719640675537, + "uC": 0.5570414029866693, + "vC": 0.14377526384323924, + "u10": 0.5570414029866693, + "v10": 0.14377526384323924, + "id": "808" + }, + { + "geometry": "POLYGON ((-5.9375 0.9375, -5.9375 1.25, -5.625 1.25, -5.625 0.9375, -5.9375 0.9375))", + "cx": -5.78125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.00501522661645, + "elevation": 25.313016164580567, + "thickness": 1.0576653755632903, + "density": 910.7022380109713, + "uC": 0.5676208082187855, + "vC": 0.1470529371340104, + "u10": 0.5676208082187855, + "v10": 0.1470529371340104, + "id": "809" + }, + { + "geometry": "POLYGON ((-6.25 0.625, -6.25 0.9375, -5.9375 0.9375, -5.9375 0.625, -6.25 0.625))", + "cx": -6.09375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.29800204297139, + "elevation": 38.03656548884241, + "thickness": 0.9897930609673251, + "density": 898.1734697599347, + "uC": 0.4681879923292333, + "vC": 0.09663220938976422, + "u10": 0.4681879923292333, + "v10": 0.09663220938976422, + "id": "810" + }, + { + "geometry": "POLYGON ((-5.9375 0.625, -5.9375 0.9375, -5.625 0.9375, -5.625 0.625, -5.9375 0.625))", + "cx": -5.78125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.17539913013454, + "elevation": 37.86471694558621, + "thickness": 1.0108730638574335, + "density": 906.9896494097254, + "uC": 0.4741745266190984, + "vC": 0.02523074244562611, + "u10": 0.4741745266190984, + "v10": 0.02523074244562611, + "id": "811" + }, + { + "geometry": "POLYGON ((-5.625 0.9375, -5.625 1.25, -5.3125 1.25, -5.3125 0.9375, -5.625 0.9375))", + "cx": -5.46875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.4376089868957, + "elevation": 19.560022128722284, + "thickness": 1.101290147701207, + "density": 908.402080304774, + "uC": 0.5468970338167618, + "vC": 0.18772590499650238, + "u10": 0.5468970338167618, + "v10": 0.18772590499650238, + "id": "812" + }, + { + "geometry": "POLYGON ((-5.3125 0.9375, -5.3125 1.25, -5 1.25, -5 0.9375, -5.3125 0.9375))", + "cx": -5.15625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.77317998092636, + "elevation": 15.199927094854718, + "thickness": 1.0675815197093486, + "density": 913.1709342433581, + "uC": 0.5475990608058201, + "vC": 0.08591012155758053, + "u10": 0.5475990608058201, + "v10": 0.08591012155758053, + "id": "813" + }, + { + "geometry": "POLYGON ((-5.625 0.625, -5.625 0.9375, -5.3125 0.9375, -5.3125 0.625, -5.625 0.625))", + "cx": -5.46875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.772326218491, + "elevation": 24.056347360325518, + "thickness": 1.0390271258189536, + "density": 910.4783524345494, + "uC": 0.47701921187174906, + "vC": 0.0033686121817313106, + "u10": 0.47701921187174906, + "v10": 0.0033686121817313106, + "id": "814" + }, + { + "geometry": "POLYGON ((-5.3125 0.625, -5.3125 0.9375, -5 0.9375, -5 0.625, -5.3125 0.625))", + "cx": -5.15625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.31190459013527, + "elevation": 10.97928174566213, + "thickness": 1.0443001044339668, + "density": 916.919331193065, + "uC": 0.4751636250125155, + "vC": -0.04629710803718408, + "u10": 0.4751636250125155, + "v10": -0.04629710803718408, + "id": "815" + }, + { + "geometry": "POLYGON ((-6.25 0.3125, -6.25 0.625, -5.9375 0.625, -5.9375 0.3125, -6.25 0.3125))", + "cx": -6.09375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.65652836408228, + "elevation": 38.12255480649127, + "thickness": 0.9752960445958299, + "density": 890.2800214669973, + "uC": 0.4400248158408065, + "vC": 0.06478609636312052, + "u10": 0.4400248158408065, + "v10": 0.06478609636312052, + "id": "816" + }, + { + "geometry": "POLYGON ((-5.9375 0.3125, -5.9375 0.625, -5.625 0.625, -5.625 0.3125, -5.9375 0.3125))", + "cx": -5.78125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.9509364544937, + "elevation": 33.522253774164255, + "thickness": 0.9995964439011576, + "density": 901.9883442085813, + "uC": 0.435243991503219, + "vC": 0.05953571736260311, + "u10": 0.435243991503219, + "v10": 0.05953571736260311, + "id": "817" + }, + { + "geometry": "POLYGON ((-6.25 0, -6.25 0.3125, -5.9375 0.3125, -5.9375 0, -6.25 0))", + "cx": -6.09375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.95692648912232, + "elevation": 27.58490646474991, + "thickness": 0.963146856230899, + "density": 895.8189428857162, + "uC": 0.44352777127361304, + "vC": -0.04049299837364552, + "u10": 0.44352777127361304, + "v10": -0.04049299837364552, + "id": "818" + }, + { + "geometry": "POLYGON ((-5.9375 0, -5.9375 0.3125, -5.625 0.3125, -5.625 0, -5.9375 0))", + "cx": -5.78125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.82855071173299, + "elevation": 27.38125168540621, + "thickness": 0.988405009056998, + "density": 896.2835308977278, + "uC": 0.48543860513725007, + "vC": -0.009333553076497227, + "u10": 0.48543860513725007, + "v10": -0.009333553076497227, + "id": "819" + }, + { + "geometry": "POLYGON ((-5.625 0.3125, -5.625 0.625, -5.3125 0.625, -5.3125 0.3125, -5.625 0.3125))", + "cx": -5.46875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.6759280601265, + "elevation": 29.319375381949044, + "thickness": 1.0174824988783273, + "density": 907.6170899687891, + "uC": 0.4156851245309245, + "vC": -0.14102291517328236, + "u10": 0.4156851245309245, + "v10": -0.14102291517328236, + "id": "820" + }, + { + "geometry": "POLYGON ((-5.3125 0.3125, -5.3125 0.625, -5 0.625, -5 0.3125, -5.3125 0.3125))", + "cx": -5.15625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.11833857979758, + "elevation": 16.680435567458204, + "thickness": 1.0558337401676199, + "density": 907.6168653423465, + "uC": 0.4602513527676463, + "vC": -0.15184800871335705, + "u10": 0.4602513527676463, + "v10": -0.15184800871335705, + "id": "821" + }, + { + "geometry": "POLYGON ((-5.625 0, -5.625 0.3125, -5.3125 0.3125, -5.3125 0, -5.625 0))", + "cx": -5.46875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.59364924270042, + "elevation": 14.487744433334527, + "thickness": 1.0780485470184282, + "density": 899.0037318879899, + "uC": 0.369099879730885, + "vC": -0.241914579336722, + "u10": 0.369099879730885, + "v10": -0.241914579336722, + "id": "822" + }, + { + "geometry": "POLYGON ((-5.3125 0, -5.3125 0.3125, -5 0.3125, -5 0, -5.3125 0))", + "cx": -5.15625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.19445182967186, + "elevation": 12.662580379948665, + "thickness": 1.1101893858239904, + "density": 904.7244676102598, + "uC": 0.37535840296434586, + "vC": -0.2593616585635553, + "u10": 0.37535840296434586, + "v10": -0.2593616585635553, + "id": "823" + }, + { + "geometry": "POLYGON ((-3.125 4.0625, -3.125 4.375, -2.8125 4.375, -2.8125 4.0625, -3.125 4.0625))", + "cx": -2.96875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.8699004041116, + "elevation": -45.1893429727581, + "thickness": 1.0566247163785578, + "density": 973.2249131463547, + "uC": 0.16614104195555957, + "vC": -0.4093845102565671, + "u10": 0.16614104195555957, + "v10": -0.4093845102565671, + "id": "824" + }, + { + "geometry": "POLYGON ((-2.8125 4.0625, -2.8125 4.375, -2.5 4.375, -2.5 4.0625, -2.8125 4.0625))", + "cx": -2.65625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.87621853654011, + "elevation": -53.8030786303924, + "thickness": 1.0940281918710708, + "density": 973.9701656750019, + "uC": 0.22010518427061276, + "vC": -0.426314414214133, + "u10": 0.22010518427061276, + "v10": -0.426314414214133, + "id": "825" + }, + { + "geometry": "POLYGON ((-3.125 3.75, -3.125 4.0625, -2.8125 4.0625, -2.8125 3.75, -3.125 3.75))", + "cx": -2.96875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.07391367454625, + "elevation": -57.80719904645636, + "thickness": 1.0606833722394975, + "density": 968.1727191335381, + "uC": 0.13956280248767575, + "vC": -0.3716884705120753, + "u10": 0.13956280248767575, + "v10": -0.3716884705120753, + "id": "826" + }, + { + "geometry": "POLYGON ((-2.8125 3.75, -2.8125 4.0625, -2.5 4.0625, -2.5 3.75, -2.8125 3.75))", + "cx": -2.65625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.30934803444472, + "elevation": -52.03402188473846, + "thickness": 1.1062316405058885, + "density": 963.5865018864779, + "uC": 0.13224153879863784, + "vC": -0.41311904365231644, + "u10": 0.13224153879863784, + "v10": -0.41311904365231644, + "id": "827" + }, + { + "geometry": "POLYGON ((-4.375 3.4375, -4.375 3.75, -4.0625 3.75, -4.0625 3.4375, -4.375 3.4375))", + "cx": -4.21875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.70789738895155, + "elevation": -16.654666386591785, + "thickness": 1.095832440289312, + "density": 953.9339367779379, + "uC": 0.2906364673973686, + "vC": -0.43491389283412746, + "u10": 0.2906364673973686, + "v10": -0.43491389283412746, + "id": "828" + }, + { + "geometry": "POLYGON ((-4.0625 3.4375, -4.0625 3.75, -3.75 3.75, -3.75 3.4375, -4.0625 3.4375))", + "cx": -3.90625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.66310785041487, + "elevation": -22.995588963549523, + "thickness": 1.0806032159412031, + "density": 952.688152645553, + "uC": 0.3436917429553723, + "vC": -0.2769850848806501, + "u10": 0.3436917429553723, + "v10": -0.2769850848806501, + "id": "829" + }, + { + "geometry": "POLYGON ((-4.375 3.125, -4.375 3.4375, -4.0625 3.4375, -4.0625 3.125, -4.375 3.125))", + "cx": -4.21875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.53061456940685, + "elevation": -2.133802970914517, + "thickness": 1.1414939979725491, + "density": 946.7090502477345, + "uC": 0.332445808062366, + "vC": -0.3353823564560518, + "u10": 0.332445808062366, + "v10": -0.3353823564560518, + "id": "830" + }, + { + "geometry": "POLYGON ((-4.0625 3.125, -4.0625 3.4375, -3.75 3.4375, -3.75 3.125, -4.0625 3.125))", + "cx": -3.90625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.07178351020895, + "elevation": -12.49063800323864, + "thickness": 1.1113796296131226, + "density": 944.2812409415251, + "uC": 0.2427044036077406, + "vC": -0.28685127530239474, + "u10": 0.2427044036077406, + "v10": -0.28685127530239474, + "id": "831" + }, + { + "geometry": "POLYGON ((-4.375 2.8125, -4.375 3.125, -4.0625 3.125, -4.0625 2.8125, -4.375 2.8125))", + "cx": -4.21875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.379641242897506, + "elevation": -0.359532601687925, + "thickness": 1.1639677168199625, + "density": 944.6248195675212, + "uC": 0.349833864668079, + "vC": -0.22940253474173594, + "u10": 0.349833864668079, + "v10": -0.22940253474173594, + "id": "832" + }, + { + "geometry": "POLYGON ((-4.0625 2.8125, -4.0625 3.125, -3.75 3.125, -3.75 2.8125, -4.0625 2.8125))", + "cx": -3.90625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.02398324256205, + "elevation": -10.096013475761387, + "thickness": 1.1466376293959957, + "density": 947.9699775007266, + "uC": 0.2151347202575663, + "vC": -0.2742446738676041, + "u10": 0.2151347202575663, + "v10": -0.2742446738676041, + "id": "833" + }, + { + "geometry": "POLYGON ((-4.375 2.5, -4.375 2.8125, -4.0625 2.8125, -4.0625 2.5, -4.375 2.5))", + "cx": -4.21875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.05793590806448, + "elevation": 6.871807641442537, + "thickness": 1.1696446042419069, + "density": 951.0769414132615, + "uC": 0.3112610621318335, + "vC": -0.2680626781615479, + "u10": 0.3112610621318335, + "v10": -0.2680626781615479, + "id": "834" + }, + { + "geometry": "POLYGON ((-4.0625 2.5, -4.0625 2.8125, -3.75 2.8125, -3.75 2.5, -4.0625 2.5))", + "cx": -3.90625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.08037159749162, + "elevation": -9.304481247915644, + "thickness": 1.1779787234626702, + "density": 947.2703898149191, + "uC": 0.1321498613080393, + "vC": -0.3094018211837458, + "u10": 0.1321498613080393, + "v10": -0.3094018211837458, + "id": "835" + }, + { + "geometry": "POLYGON ((-3.75 3.4375, -3.75 3.75, -3.4375 3.75, -3.4375 3.4375, -3.75 3.4375))", + "cx": -3.59375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.30430398937034, + "elevation": -34.039108323015185, + "thickness": 1.0727273787847067, + "density": 947.9302289651848, + "uC": 0.249547791576601, + "vC": -0.3345086643393168, + "u10": 0.249547791576601, + "v10": -0.3345086643393168, + "id": "836" + }, + { + "geometry": "POLYGON ((-3.4375 3.4375, -3.4375 3.75, -3.125 3.75, -3.125 3.4375, -3.4375 3.4375))", + "cx": -3.28125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.20349927877379, + "elevation": -50.148503861423976, + "thickness": 1.0629212469015523, + "density": 949.8339503712705, + "uC": 0.22381491387997046, + "vC": -0.3370151186112701, + "u10": 0.22381491387997046, + "v10": -0.3370151186112701, + "id": "837" + }, + { + "geometry": "POLYGON ((-3.75 3.125, -3.75 3.4375, -3.4375 3.4375, -3.4375 3.125, -3.75 3.125))", + "cx": -3.59375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.13194470862018, + "elevation": -24.254163427660774, + "thickness": 1.0967929035363126, + "density": 943.8234433802921, + "uC": 0.21469113451679261, + "vC": -0.2768185536360752, + "u10": 0.21469113451679261, + "v10": -0.2768185536360752, + "id": "838" + }, + { + "geometry": "POLYGON ((-3.4375 3.125, -3.4375 3.4375, -3.125 3.4375, -3.125 3.125, -3.4375 3.125))", + "cx": -3.28125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.37502916342436, + "elevation": -47.340556874014645, + "thickness": 1.0739294511602817, + "density": 952.8046111374631, + "uC": 0.23510785360310704, + "vC": -0.3022592862678982, + "u10": 0.23510785360310704, + "v10": -0.3022592862678982, + "id": "839" + }, + { + "geometry": "POLYGON ((-3.125 3.4375, -3.125 3.75, -2.8125 3.75, -2.8125 3.4375, -3.125 3.4375))", + "cx": -2.96875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.23362736719258, + "elevation": -52.11202865025598, + "thickness": 1.0643464122331836, + "density": 959.3626393928533, + "uC": 0.1688637955347404, + "vC": -0.40201724416502393, + "u10": 0.1688637955347404, + "v10": -0.40201724416502393, + "id": "840" + }, + { + "geometry": "POLYGON ((-2.8125 3.4375, -2.8125 3.75, -2.5 3.75, -2.5 3.4375, -2.8125 3.4375))", + "cx": -2.65625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.93361093435328, + "elevation": -48.62007488275468, + "thickness": 1.1046556019993858, + "density": 962.4045393513552, + "uC": 0.23572017688815727, + "vC": -0.4254960820487039, + "u10": 0.23572017688815727, + "v10": -0.4254960820487039, + "id": "841" + }, + { + "geometry": "POLYGON ((-3.125 3.125, -3.125 3.4375, -2.8125 3.4375, -2.8125 3.125, -3.125 3.125))", + "cx": -2.96875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.53083487773503, + "elevation": -47.711458711214455, + "thickness": 1.060650688995807, + "density": 959.4444262996772, + "uC": 0.3180813679884921, + "vC": -0.32077556223071535, + "u10": 0.3180813679884921, + "v10": -0.32077556223071535, + "id": "842" + }, + { + "geometry": "POLYGON ((-2.8125 3.125, -2.8125 3.4375, -2.5 3.4375, -2.5 3.125, -2.8125 3.125))", + "cx": -2.65625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.37389919634346, + "elevation": -47.06430155918399, + "thickness": 1.070038435858709, + "density": 962.7037715851271, + "uC": 0.21781739734704259, + "vC": -0.4360930920861874, + "u10": 0.21781739734704259, + "v10": -0.4360930920861874, + "id": "843" + }, + { + "geometry": "POLYGON ((-3.75 2.8125, -3.75 3.125, -3.4375 3.125, -3.4375 2.8125, -3.75 2.8125))", + "cx": -3.59375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.00283599810518, + "elevation": -23.896291927757137, + "thickness": 1.0829354056422038, + "density": 947.9851173459883, + "uC": 0.1426441834598981, + "vC": -0.30219025343636186, + "u10": 0.1426441834598981, + "v10": -0.30219025343636186, + "id": "844" + }, + { + "geometry": "POLYGON ((-3.4375 2.8125, -3.4375 3.125, -3.125 3.125, -3.125 2.8125, -3.4375 2.8125))", + "cx": -3.28125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.94214959386586, + "elevation": -35.583521627485375, + "thickness": 1.0631144862305908, + "density": 947.3896193938967, + "uC": 0.22183548073245257, + "vC": -0.3362626737441752, + "u10": 0.22183548073245257, + "v10": -0.3362626737441752, + "id": "845" + }, + { + "geometry": "POLYGON ((-3.75 2.5, -3.75 2.8125, -3.4375 2.8125, -3.4375 2.5, -3.75 2.5))", + "cx": -3.59375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.8789977044735, + "elevation": -25.52298218154255, + "thickness": 1.1221133696605197, + "density": 947.900474228478, + "uC": 0.0699402210430366, + "vC": -0.2847360827327149, + "u10": 0.0699402210430366, + "v10": -0.2847360827327149, + "id": "846" + }, + { + "geometry": "POLYGON ((-3.4375 2.5, -3.4375 2.8125, -3.125 2.8125, -3.125 2.5, -3.4375 2.5))", + "cx": -3.28125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.96168476458797, + "elevation": -25.95844213404841, + "thickness": 1.0904222507580847, + "density": 943.794943420156, + "uC": 0.16247029972672353, + "vC": -0.29226562203696616, + "u10": 0.16247029972672353, + "v10": -0.29226562203696616, + "id": "847" + }, + { + "geometry": "POLYGON ((-3.125 2.8125, -3.125 3.125, -2.8125 3.125, -2.8125 2.8125, -3.125 2.8125))", + "cx": -2.96875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.22316297620952, + "elevation": -38.85384779706419, + "thickness": 1.0405003459907816, + "density": 948.1172988092293, + "uC": 0.3004007734943168, + "vC": -0.3039612824775513, + "u10": 0.3004007734943168, + "v10": -0.3039612824775513, + "id": "848" + }, + { + "geometry": "POLYGON ((-2.8125 2.8125, -2.8125 3.125, -2.5 3.125, -2.5 2.8125, -2.8125 2.8125))", + "cx": -2.65625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.37756149046189, + "elevation": -40.83940837541089, + "thickness": 1.0966414005977023, + "density": 951.1373195896574, + "uC": 0.18086889052895716, + "vC": -0.42547505418178744, + "u10": 0.18086889052895716, + "v10": -0.42547505418178744, + "id": "849" + }, + { + "geometry": "POLYGON ((-3.125 2.5, -3.125 2.8125, -2.8125 2.8125, -2.8125 2.5, -3.125 2.5))", + "cx": -2.96875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.70616835434797, + "elevation": -34.354411322919645, + "thickness": 1.0933150969494867, + "density": 948.6341795112925, + "uC": 0.1585756297490469, + "vC": -0.34106066065409796, + "u10": 0.1585756297490469, + "v10": -0.34106066065409796, + "id": "850" + }, + { + "geometry": "POLYGON ((-2.8125 2.5, -2.8125 2.8125, -2.5 2.8125, -2.5 2.5, -2.8125 2.5))", + "cx": -2.65625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.77972922436928, + "elevation": -32.13386128142081, + "thickness": 1.121597619970466, + "density": 952.4767881153522, + "uC": 0.19914390980042967, + "vC": -0.3533989549028712, + "u10": 0.19914390980042967, + "v10": -0.3533989549028712, + "id": "851" + }, + { + "geometry": "POLYGON ((-2.5 4.6875, -2.5 5, -2.1875 5, -2.1875 4.6875, -2.5 4.6875))", + "cx": -2.34375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.34258744063904, + "elevation": -57.92832805407296, + "thickness": 1.0878566841604695, + "density": 975.7151464347792, + "uC": 0.2978120998788678, + "vC": -0.4167685247159167, + "u10": 0.2978120998788678, + "v10": -0.4167685247159167, + "id": "852" + }, + { + "geometry": "POLYGON ((-2.1875 4.6875, -2.1875 5, -1.875 5, -1.875 4.6875, -2.1875 4.6875))", + "cx": -2.03125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.49181079779142, + "elevation": -60.85220833126155, + "thickness": 1.0672491722942925, + "density": 979.2692212800014, + "uC": 0.19583293039221933, + "vC": -0.392982902901546, + "u10": 0.19583293039221933, + "v10": -0.392982902901546, + "id": "853" + }, + { + "geometry": "POLYGON ((-2.5 4.375, -2.5 4.6875, -2.1875 4.6875, -2.1875 4.375, -2.5 4.375))", + "cx": -2.34375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.50037765042791, + "elevation": -57.717614756629914, + "thickness": 1.110445152635408, + "density": 972.4564343591953, + "uC": 0.21773494479278094, + "vC": -0.4320988160458904, + "u10": 0.21773494479278094, + "v10": -0.4320988160458904, + "id": "854" + }, + { + "geometry": "POLYGON ((-2.1875 4.375, -2.1875 4.6875, -1.875 4.6875, -1.875 4.375, -2.1875 4.375))", + "cx": -2.03125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.04436589020008, + "elevation": -47.248414124323546, + "thickness": 1.0569374871912847, + "density": 973.7013371740201, + "uC": 0.22208511328243846, + "vC": -0.4199331395858831, + "u10": 0.22208511328243846, + "v10": -0.4199331395858831, + "id": "855" + }, + { + "geometry": "POLYGON ((-1.875 4.6875, -1.875 5, -1.5625 5, -1.5625 4.6875, -1.875 4.6875))", + "cx": -1.71875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.15277240254807, + "elevation": -56.90335966229599, + "thickness": 1.035697475466465, + "density": 977.4219188200564, + "uC": 0.1369305809450965, + "vC": -0.37755428187109685, + "u10": 0.1369305809450965, + "v10": -0.37755428187109685, + "id": "856" + }, + { + "geometry": "POLYGON ((-1.5625 4.6875, -1.5625 5, -1.25 5, -1.25 4.6875, -1.5625 4.6875))", + "cx": -1.40625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.37084977355988, + "elevation": -55.756326182737126, + "thickness": 1.0223450706924824, + "density": 973.5389533433965, + "uC": 0.09874103268303905, + "vC": -0.40712059464419514, + "u10": 0.09874103268303905, + "v10": -0.40712059464419514, + "id": "857" + }, + { + "geometry": "POLYGON ((-1.875 4.375, -1.875 4.6875, -1.5625 4.6875, -1.5625 4.375, -1.875 4.375))", + "cx": -1.71875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.37408656745448, + "elevation": -50.89677193838116, + "thickness": 1.0359453705433588, + "density": 975.8535197704384, + "uC": 0.28098368549726493, + "vC": -0.3282390376447386, + "u10": 0.28098368549726493, + "v10": -0.3282390376447386, + "id": "858" + }, + { + "geometry": "POLYGON ((-1.5625 4.375, -1.5625 4.6875, -1.25 4.6875, -1.25 4.375, -1.5625 4.375))", + "cx": -1.40625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.96007146229908, + "elevation": -42.38717046994375, + "thickness": 1.065892345952818, + "density": 971.457105153527, + "uC": 0.212364662678576, + "vC": -0.33968125277981076, + "u10": 0.212364662678576, + "v10": -0.33968125277981076, + "id": "859" + }, + { + "geometry": "POLYGON ((-2.5 4.0625, -2.5 4.375, -2.1875 4.375, -2.1875 4.0625, -2.5 4.0625))", + "cx": -2.34375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.21510620537848, + "elevation": -51.0225658952814, + "thickness": 1.1162649457977971, + "density": 975.6240029738983, + "uC": 0.18828298962608433, + "vC": -0.4460150348115539, + "u10": 0.18828298962608433, + "v10": -0.4460150348115539, + "id": "860" + }, + { + "geometry": "POLYGON ((-2.1875 4.0625, -2.1875 4.375, -1.875 4.375, -1.875 4.0625, -2.1875 4.0625))", + "cx": -2.03125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.91471079882287, + "elevation": -47.21830206716604, + "thickness": 1.0811372773809458, + "density": 973.8508122018393, + "uC": 0.15659377043712186, + "vC": -0.43011527912742287, + "u10": 0.15659377043712186, + "v10": -0.43011527912742287, + "id": "861" + }, + { + "geometry": "POLYGON ((-2.5 3.75, -2.5 4.0625, -2.1875 4.0625, -2.1875 3.75, -2.5 3.75))", + "cx": -2.34375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.3364092240173, + "elevation": -47.47714850925965, + "thickness": 1.1332241895717308, + "density": 968.3251399686397, + "uC": 0.17564664583305367, + "vC": -0.4460366604979686, + "u10": 0.17564664583305367, + "v10": -0.4460366604979686, + "id": "862" + }, + { + "geometry": "POLYGON ((-2.1875 3.75, -2.1875 4.0625, -1.875 4.0625, -1.875 3.75, -2.1875 3.75))", + "cx": -2.03125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.50535660339106, + "elevation": -42.2889049862898, + "thickness": 1.1195101320054226, + "density": 970.2189257898593, + "uC": 0.20725493089740699, + "vC": -0.40907242090104134, + "u10": 0.20725493089740699, + "v10": -0.40907242090104134, + "id": "863" + }, + { + "geometry": "POLYGON ((-1.875 4.0625, -1.875 4.375, -1.5625 4.375, -1.5625 4.0625, -1.875 4.0625))", + "cx": -1.71875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.22375387380842, + "elevation": -41.85958195887895, + "thickness": 1.0718627851146785, + "density": 974.9693938610146, + "uC": 0.2814550744650082, + "vC": -0.3985632443156572, + "u10": 0.2814550744650082, + "v10": -0.3985632443156572, + "id": "864" + }, + { + "geometry": "POLYGON ((-1.5625 4.0625, -1.5625 4.375, -1.25 4.375, -1.25 4.0625, -1.5625 4.0625))", + "cx": -1.40625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.57947592100177, + "elevation": -32.72777189501541, + "thickness": 1.1043965699773985, + "density": 976.2575803354662, + "uC": 0.207549423115705, + "vC": -0.3790346232156607, + "u10": 0.207549423115705, + "v10": -0.3790346232156607, + "id": "865" + }, + { + "geometry": "POLYGON ((-1.875 3.75, -1.875 4.0625, -1.5625 4.0625, -1.5625 3.75, -1.875 3.75))", + "cx": -1.71875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.02245670464484, + "elevation": -40.60412537280749, + "thickness": 1.1216675363603137, + "density": 974.0875344805414, + "uC": 0.2527360477981232, + "vC": -0.38886345836230973, + "u10": 0.2527360477981232, + "v10": -0.38886345836230973, + "id": "866" + }, + { + "geometry": "POLYGON ((-1.5625 3.75, -1.5625 4.0625, -1.25 4.0625, -1.25 3.75, -1.5625 3.75))", + "cx": -1.40625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.83166212490173, + "elevation": -27.0075789131995, + "thickness": 1.1841977061793423, + "density": 977.577788840302, + "uC": 0.2621005413032031, + "vC": -0.41264429726527063, + "u10": 0.2621005413032031, + "v10": -0.41264429726527063, + "id": "867" + }, + { + "geometry": "POLYGON ((-1.25 4.6875, -1.25 5, -0.9375 5, -0.9375 4.6875, -1.25 4.6875))", + "cx": -1.09375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.07829171940932, + "elevation": -49.56919101364197, + "thickness": 1.054755424120826, + "density": 969.9034458429672, + "uC": 0.040876883472937726, + "vC": -0.4092333487889872, + "u10": 0.040876883472937726, + "v10": -0.4092333487889872, + "id": "868" + }, + { + "geometry": "POLYGON ((-0.9375 4.6875, -0.9375 5, -0.625 5, -0.625 4.6875, -0.9375 4.6875))", + "cx": -0.78125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.58368327578434, + "elevation": -41.80977527043764, + "thickness": 1.061147486200005, + "density": 971.1395323050931, + "uC": -0.1784738422994484, + "vC": -0.41863743862322894, + "u10": -0.1784738422994484, + "v10": -0.41863743862322894, + "id": "869" + }, + { + "geometry": "POLYGON ((-1.25 4.375, -1.25 4.6875, -0.9375 4.6875, -0.9375 4.375, -1.25 4.375))", + "cx": -1.09375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.23611304793266, + "elevation": -35.42820250619813, + "thickness": 1.0958273360929276, + "density": 967.2667170720658, + "uC": 0.10467290924391924, + "vC": -0.37719821276616844, + "u10": 0.10467290924391924, + "v10": -0.37719821276616844, + "id": "870" + }, + { + "geometry": "POLYGON ((-0.9375 4.375, -0.9375 4.6875, -0.625 4.6875, -0.625 4.375, -0.9375 4.375))", + "cx": -0.78125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.86587209898273, + "elevation": -18.37163524281599, + "thickness": 1.0873218504541367, + "density": 968.6240321984451, + "uC": -0.10899972652131906, + "vC": -0.40062748278917115, + "u10": -0.10899972652131906, + "v10": -0.40062748278917115, + "id": "871" + }, + { + "geometry": "POLYGON ((-0.625 4.6875, -0.625 5, -0.3125 5, -0.3125 4.6875, -0.625 4.6875))", + "cx": -0.46875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.95463888475827, + "elevation": -35.919084953311724, + "thickness": 1.0656297989023908, + "density": 984.7769599687783, + "uC": -0.2934851903516682, + "vC": -0.3577047506801587, + "u10": -0.2934851903516682, + "v10": -0.3577047506801587, + "id": "872" + }, + { + "geometry": "POLYGON ((-0.3125 4.6875, -0.3125 5, 0 5, 0 4.6875, -0.3125 4.6875))", + "cx": -0.15625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.60668582251196, + "elevation": -36.094356438028655, + "thickness": 1.095165881200456, + "density": 988.5188878125664, + "uC": -0.4086743509071748, + "vC": -0.27582117929116723, + "u10": -0.4086743509071748, + "v10": -0.27582117929116723, + "id": "873" + }, + { + "geometry": "POLYGON ((-0.625 4.375, -0.625 4.6875, -0.3125 4.6875, -0.3125 4.375, -0.625 4.375))", + "cx": -0.46875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.67198013914953, + "elevation": -13.067328860503007, + "thickness": 1.1063771696232125, + "density": 978.2098599203721, + "uC": -0.2725072385207399, + "vC": -0.30173676971882163, + "u10": -0.2725072385207399, + "v10": -0.30173676971882163, + "id": "874" + }, + { + "geometry": "POLYGON ((-0.3125 4.375, -0.3125 4.6875, 0 4.6875, 0 4.375, -0.3125 4.375))", + "cx": -0.15625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.80238165698378, + "elevation": -18.13124399380561, + "thickness": 1.157339109027458, + "density": 986.1552458642919, + "uC": -0.34873338866619163, + "vC": -0.2341545993115568, + "u10": -0.34873338866619163, + "v10": -0.2341545993115568, + "id": "875" + }, + { + "geometry": "POLYGON ((-1.25 4.0625, -1.25 4.375, -0.9375 4.375, -0.9375 4.0625, -1.25 4.0625))", + "cx": -1.09375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.57715352389496, + "elevation": -24.89483496398774, + "thickness": 1.1668651398484335, + "density": 973.8041812870546, + "uC": 0.05493131895133323, + "vC": -0.4290458410753474, + "u10": 0.05493131895133323, + "v10": -0.4290458410753474, + "id": "876" + }, + { + "geometry": "POLYGON ((-0.9375 4.0625, -0.9375 4.375, -0.625 4.375, -0.625 4.0625, -0.9375 4.0625))", + "cx": -0.78125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.58486989978061, + "elevation": -8.784524573184477, + "thickness": 1.1839517071297139, + "density": 975.1323942989043, + "uC": -0.18652390924101603, + "vC": -0.4141807564676256, + "u10": -0.18652390924101603, + "v10": -0.4141807564676256, + "id": "877" + }, + { + "geometry": "POLYGON ((-1.25 3.75, -1.25 4.0625, -0.9375 4.0625, -0.9375 3.75, -1.25 3.75))", + "cx": -1.09375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.10810263390866, + "elevation": -22.728212301824566, + "thickness": 1.1926456163744135, + "density": 976.2241357940757, + "uC": 0.16596429577225832, + "vC": -0.47470785836938334, + "u10": 0.16596429577225832, + "v10": -0.47470785836938334, + "id": "878" + }, + { + "geometry": "POLYGON ((-0.9375 3.75, -0.9375 4.0625, -0.625 4.0625, -0.625 3.75, -0.9375 3.75))", + "cx": -0.78125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.3821291464802, + "elevation": -18.759745825983156, + "thickness": 1.2390413585512632, + "density": 980.7678667934986, + "uC": -0.07496785887204437, + "vC": -0.4984932184469148, + "u10": -0.07496785887204437, + "v10": -0.4984932184469148, + "id": "879" + }, + { + "geometry": "POLYGON ((-0.625 4.0625, -0.625 4.375, -0.3125 4.375, -0.3125 4.0625, -0.625 4.0625))", + "cx": -0.46875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.0818781683673, + "elevation": 1.1602535380813186, + "thickness": 1.19269352033852, + "density": 983.7507180199019, + "uC": -0.23516277418893136, + "vC": -0.3330711189136383, + "u10": -0.23516277418893136, + "v10": -0.3330711189136383, + "id": "880" + }, + { + "geometry": "POLYGON ((-0.3125 4.0625, -0.3125 4.375, 0 4.375, 0 4.0625, -0.3125 4.0625))", + "cx": -0.15625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.63547633259768, + "elevation": -11.593344755400189, + "thickness": 1.1831706702075764, + "density": 985.8181528042072, + "uC": -0.21640536542363423, + "vC": -0.31283368592162997, + "u10": -0.21640536542363423, + "v10": -0.31283368592162997, + "id": "881" + }, + { + "geometry": "POLYGON ((-0.625 3.75, -0.625 4.0625, -0.3125 4.0625, -0.3125 3.75, -0.625 3.75))", + "cx": -0.46875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.96113889225747, + "elevation": -10.200354845259941, + "thickness": 1.2504533667429814, + "density": 986.3464976604295, + "uC": -0.1580627654268723, + "vC": -0.4557669695151739, + "u10": -0.1580627654268723, + "v10": -0.4557669695151739, + "id": "882" + }, + { + "geometry": "POLYGON ((-0.3125 3.75, -0.3125 4.0625, 0 4.0625, 0 3.75, -0.3125 3.75))", + "cx": -0.15625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.9588252704832, + "elevation": -16.56166995895905, + "thickness": 1.1851777447771086, + "density": 980.5859089107425, + "uC": -0.19929128928062087, + "vC": -0.30639628458998536, + "u10": -0.19929128928062087, + "v10": -0.30639628458998536, + "id": "883" + }, + { + "geometry": "POLYGON ((-2.5 3.4375, -2.5 3.75, -2.1875 3.75, -2.1875 3.4375, -2.5 3.4375))", + "cx": -2.34375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.35144539474373, + "elevation": -45.34756649944184, + "thickness": 1.130054662824215, + "density": 963.016051203725, + "uC": 0.14359240394099082, + "vC": -0.48493626817275814, + "u10": 0.14359240394099082, + "v10": -0.48493626817275814, + "id": "884" + }, + { + "geometry": "POLYGON ((-2.1875 3.4375, -2.1875 3.75, -1.875 3.75, -1.875 3.4375, -2.1875 3.4375))", + "cx": -2.03125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.25294795686568, + "elevation": -38.08449172804686, + "thickness": 1.1529824196877247, + "density": 965.4618023062196, + "uC": 0.06713987848313724, + "vC": -0.49975302977820213, + "u10": 0.06713987848313724, + "v10": -0.49975302977820213, + "id": "885" + }, + { + "geometry": "POLYGON ((-2.5 3.125, -2.5 3.4375, -2.1875 3.4375, -2.1875 3.125, -2.5 3.125))", + "cx": -2.34375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.08788168606637, + "elevation": -40.43808991482575, + "thickness": 1.1341309418331795, + "density": 961.8972216818946, + "uC": 0.1924912508405227, + "vC": -0.4884024247627931, + "u10": 0.1924912508405227, + "v10": -0.4884024247627931, + "id": "886" + }, + { + "geometry": "POLYGON ((-2.1875 3.125, -2.1875 3.4375, -1.875 3.4375, -1.875 3.125, -2.1875 3.125))", + "cx": -2.03125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.57195487625305, + "elevation": -38.92685433805056, + "thickness": 1.18902643008406, + "density": 956.018473647243, + "uC": 0.25609547055472087, + "vC": -0.4542010343190135, + "u10": 0.25609547055472087, + "v10": -0.4542010343190135, + "id": "887" + }, + { + "geometry": "POLYGON ((-1.875 3.4375, -1.875 3.75, -1.5625 3.75, -1.5625 3.4375, -1.875 3.4375))", + "cx": -1.71875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.40721836565126, + "elevation": -25.963714295166724, + "thickness": 1.1904348499496031, + "density": 963.8644232743734, + "uC": 0.3267024500902628, + "vC": -0.4203106132241466, + "u10": 0.3267024500902628, + "v10": -0.4203106132241466, + "id": "888" + }, + { + "geometry": "POLYGON ((-1.5625 3.4375, -1.5625 3.75, -1.25 3.75, -1.25 3.4375, -1.5625 3.4375))", + "cx": -1.40625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.41821459313263, + "elevation": -22.758094207001513, + "thickness": 1.20754411462736, + "density": 961.3563104070322, + "uC": 0.3267882028515547, + "vC": -0.39042514118643196, + "u10": 0.3267882028515547, + "v10": -0.39042514118643196, + "id": "889" + }, + { + "geometry": "POLYGON ((-1.875 3.125, -1.875 3.4375, -1.5625 3.4375, -1.5625 3.125, -1.875 3.125))", + "cx": -1.71875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.99469554102035, + "elevation": -29.661676690257988, + "thickness": 1.2148617564278963, + "density": 959.5101909830314, + "uC": 0.22656149649433854, + "vC": -0.49745344367919586, + "u10": 0.22656149649433854, + "v10": -0.49745344367919586, + "id": "890" + }, + { + "geometry": "POLYGON ((-1.5625 3.125, -1.5625 3.4375, -1.25 3.4375, -1.25 3.125, -1.5625 3.125))", + "cx": -1.40625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.29551148568086, + "elevation": -21.16405139187548, + "thickness": 1.208547400792878, + "density": 957.1168326386892, + "uC": 0.23801121771649442, + "vC": -0.48409729998122875, + "u10": 0.23801121771649442, + "v10": -0.48409729998122875, + "id": "891" + }, + { + "geometry": "POLYGON ((-2.5 2.8125, -2.5 3.125, -2.1875 3.125, -2.1875 2.8125, -2.5 2.8125))", + "cx": -2.34375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.34559654534536, + "elevation": -34.11802299295513, + "thickness": 1.148925143144545, + "density": 957.9398485056063, + "uC": 0.22986985812624083, + "vC": -0.4580479814281304, + "u10": 0.22986985812624083, + "v10": -0.4580479814281304, + "id": "892" + }, + { + "geometry": "POLYGON ((-2.1875 2.8125, -2.1875 3.125, -1.875 3.125, -1.875 2.8125, -2.1875 2.8125))", + "cx": -2.03125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.28725249280643, + "elevation": -32.70969849959711, + "thickness": 1.1967944339928338, + "density": 959.4300928058955, + "uC": 0.30584040393228473, + "vC": -0.4033794627377907, + "u10": 0.30584040393228473, + "v10": -0.4033794627377907, + "id": "893" + }, + { + "geometry": "POLYGON ((-2.5 2.5, -2.5 2.8125, -2.1875 2.8125, -2.1875 2.5, -2.5 2.5))", + "cx": -2.34375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.40328431655797, + "elevation": -31.359547586345116, + "thickness": 1.1452975023221659, + "density": 953.2993079189414, + "uC": 0.19680022089249194, + "vC": -0.42279663235213816, + "u10": 0.19680022089249194, + "v10": -0.42279663235213816, + "id": "894" + }, + { + "geometry": "POLYGON ((-2.1875 2.5, -2.1875 2.8125, -1.875 2.8125, -1.875 2.5, -2.1875 2.5))", + "cx": -2.03125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.63764342587359, + "elevation": -28.085852532726776, + "thickness": 1.203607631639871, + "density": 955.3745050085146, + "uC": 0.2708170019192411, + "vC": -0.3544117292652185, + "u10": 0.2708170019192411, + "v10": -0.3544117292652185, + "id": "895" + }, + { + "geometry": "POLYGON ((-1.875 2.8125, -1.875 3.125, -1.5625 3.125, -1.5625 2.8125, -1.875 2.8125))", + "cx": -1.71875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.5767615241874, + "elevation": -36.38255501349861, + "thickness": 1.2161721689218172, + "density": 963.104001918676, + "uC": 0.26458866429386757, + "vC": -0.45895513499874857, + "u10": 0.26458866429386757, + "v10": -0.45895513499874857, + "id": "896" + }, + { + "geometry": "POLYGON ((-1.5625 2.8125, -1.5625 3.125, -1.25 3.125, -1.25 2.8125, -1.5625 2.8125))", + "cx": -1.40625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.70541391589056, + "elevation": -19.639171241254274, + "thickness": 1.2138823512870354, + "density": 966.2345552978799, + "uC": 0.33788208980058687, + "vC": -0.4439863772610145, + "u10": 0.33788208980058687, + "v10": -0.4439863772610145, + "id": "897" + }, + { + "geometry": "POLYGON ((-1.875 2.5, -1.875 2.8125, -1.5625 2.8125, -1.5625 2.5, -1.875 2.5))", + "cx": -1.71875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.71794356598338, + "elevation": -25.276868679390574, + "thickness": 1.2181750084102756, + "density": 962.66940358634, + "uC": 0.4105988734646494, + "vC": -0.22814534000855285, + "u10": 0.4105988734646494, + "v10": -0.22814534000855285, + "id": "898" + }, + { + "geometry": "POLYGON ((-1.5625 2.5, -1.5625 2.8125, -1.25 2.8125, -1.25 2.5, -1.5625 2.5))", + "cx": -1.40625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.56202095922242, + "elevation": -16.702529643000553, + "thickness": 1.2080415355748921, + "density": 965.314143838448, + "uC": 0.42981246122865274, + "vC": -0.23696498987499023, + "u10": 0.42981246122865274, + "v10": -0.23696498987499023, + "id": "899" + }, + { + "geometry": "POLYGON ((-1.25 3.4375, -1.25 3.75, -0.9375 3.75, -0.9375 3.4375, -1.25 3.4375))", + "cx": -1.09375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.55126115572463, + "elevation": -22.451055844363484, + "thickness": 1.2157465864097885, + "density": 967.6253570652909, + "uC": 0.24525759709641948, + "vC": -0.4337015212679741, + "u10": 0.24525759709641948, + "v10": -0.4337015212679741, + "id": "900" + }, + { + "geometry": "POLYGON ((-0.9375 3.4375, -0.9375 3.75, -0.625 3.75, -0.625 3.4375, -0.9375 3.4375))", + "cx": -0.78125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.39953144969753, + "elevation": -23.55692007605196, + "thickness": 1.2476828485877123, + "density": 979.1402138010778, + "uC": 0.1375341479386779, + "vC": -0.43850256495044343, + "u10": 0.1375341479386779, + "v10": -0.43850256495044343, + "id": "901" + }, + { + "geometry": "POLYGON ((-1.25 3.125, -1.25 3.4375, -0.9375 3.4375, -0.9375 3.125, -1.25 3.125))", + "cx": -1.09375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.04614478690527, + "elevation": -16.45818081937643, + "thickness": 1.2486507709044838, + "density": 965.2532883039448, + "uC": 0.14845627154311897, + "vC": -0.5221636768739719, + "u10": 0.14845627154311897, + "v10": -0.5221636768739719, + "id": "902" + }, + { + "geometry": "POLYGON ((-0.9375 3.125, -0.9375 3.4375, -0.625 3.4375, -0.625 3.125, -0.9375 3.125))", + "cx": -0.78125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.40982394878142, + "elevation": -19.81024693781574, + "thickness": 1.257843911606296, + "density": 975.9888691770457, + "uC": 0.15410310371186808, + "vC": -0.44655564248265056, + "u10": 0.15410310371186808, + "v10": -0.44655564248265056, + "id": "903" + }, + { + "geometry": "POLYGON ((-0.625 3.4375, -0.625 3.75, -0.3125 3.75, -0.3125 3.4375, -0.625 3.4375))", + "cx": -0.46875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.31216067027059, + "elevation": -20.79408393584476, + "thickness": 1.254219787816941, + "density": 976.8146834285504, + "uC": 0.045806088322175406, + "vC": -0.4178071195767923, + "u10": 0.045806088322175406, + "v10": -0.4178071195767923, + "id": "904" + }, + { + "geometry": "POLYGON ((-0.3125 3.4375, -0.3125 3.75, 0 3.75, 0 3.4375, -0.3125 3.4375))", + "cx": -0.15625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.7100286537557, + "elevation": -23.246074647215465, + "thickness": 1.175658384397638, + "density": 970.4346584477305, + "uC": -0.02479499158201579, + "vC": -0.38273356135545017, + "u10": -0.02479499158201579, + "v10": -0.38273356135545017, + "id": "905" + }, + { + "geometry": "POLYGON ((-0.625 3.125, -0.625 3.4375, -0.3125 3.4375, -0.3125 3.125, -0.625 3.125))", + "cx": -0.46875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.54007553053535, + "elevation": -18.047430823669757, + "thickness": 1.2282026825044874, + "density": 980.250239538726, + "uC": 0.02510960447742809, + "vC": -0.40475685062497757, + "u10": 0.02510960447742809, + "v10": -0.40475685062497757, + "id": "906" + }, + { + "geometry": "POLYGON ((-0.3125 3.125, -0.3125 3.4375, 0 3.4375, 0 3.125, -0.3125 3.125))", + "cx": -0.15625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.42008731469087, + "elevation": -24.967544790473156, + "thickness": 1.1696739370332212, + "density": 974.095286647437, + "uC": 0.09619907921508195, + "vC": -0.38549703044320605, + "u10": 0.09619907921508195, + "v10": -0.38549703044320605, + "id": "907" + }, + { + "geometry": "POLYGON ((-1.25 2.8125, -1.25 3.125, -0.9375 3.125, -0.9375 2.8125, -1.25 2.8125))", + "cx": -1.09375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.0903719511098, + "elevation": -18.111179760572007, + "thickness": 1.2504771893970332, + "density": 967.5946822919955, + "uC": 0.3452944153328591, + "vC": -0.4421058090757905, + "u10": 0.3452944153328591, + "v10": -0.4421058090757905, + "id": "908" + }, + { + "geometry": "POLYGON ((-0.9375 2.8125, -0.9375 3.125, -0.625 3.125, -0.625 2.8125, -0.9375 2.8125))", + "cx": -0.78125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.54729535847414, + "elevation": -22.975706626026472, + "thickness": 1.2339599760251359, + "density": 974.5797330194919, + "uC": 0.18528934394319463, + "vC": -0.4607627862813587, + "u10": 0.18528934394319463, + "v10": -0.4607627862813587, + "id": "909" + }, + { + "geometry": "POLYGON ((-1.25 2.5, -1.25 2.8125, -0.9375 2.8125, -0.9375 2.5, -1.25 2.5))", + "cx": -1.09375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.64204394076775, + "elevation": -18.1721969459538, + "thickness": 1.1995366922607864, + "density": 961.1009304037171, + "uC": 0.36385590058641476, + "vC": -0.3344054270179986, + "u10": 0.36385590058641476, + "v10": -0.3344054270179986, + "id": "910" + }, + { + "geometry": "POLYGON ((-0.9375 2.5, -0.9375 2.8125, -0.625 2.8125, -0.625 2.5, -0.9375 2.5))", + "cx": -0.78125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.71521409637589, + "elevation": -19.791946871199656, + "thickness": 1.2087599330236936, + "density": 961.3600776013876, + "uC": 0.30226786982909193, + "vC": -0.34567477694487325, + "u10": 0.30226786982909193, + "v10": -0.34567477694487325, + "id": "911" + }, + { + "geometry": "POLYGON ((-0.625 2.8125, -0.625 3.125, -0.3125 3.125, -0.3125 2.8125, -0.625 2.8125))", + "cx": -0.46875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.60946205436899, + "elevation": -25.89933167036903, + "thickness": 1.2049083210885863, + "density": 976.8708298896581, + "uC": 0.1495661773878878, + "vC": -0.42974313620766436, + "u10": 0.1495661773878878, + "v10": -0.42974313620766436, + "id": "912" + }, + { + "geometry": "POLYGON ((-0.3125 2.8125, -0.3125 3.125, 0 3.125, 0 2.8125, -0.3125 2.8125))", + "cx": -0.15625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.82721033263363, + "elevation": -22.84677243461594, + "thickness": 1.1934222672147028, + "density": 971.1052539477919, + "uC": 0.08957638058037522, + "vC": -0.4052630071119434, + "u10": 0.08957638058037522, + "v10": -0.4052630071119434, + "id": "913" + }, + { + "geometry": "POLYGON ((-0.625 2.5, -0.625 2.8125, -0.3125 2.8125, -0.3125 2.5, -0.625 2.5))", + "cx": -0.46875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.37821238836193, + "elevation": -24.27322343496016, + "thickness": 1.2135596269732107, + "density": 964.4968289348342, + "uC": 0.27868320011033654, + "vC": -0.36123730793920017, + "u10": 0.27868320011033654, + "v10": -0.36123730793920017, + "id": "914" + }, + { + "geometry": "POLYGON ((-0.3125 2.5, -0.3125 2.8125, 0 2.8125, 0 2.5, -0.3125 2.5))", + "cx": -0.15625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.61427212471746, + "elevation": -25.88760072292191, + "thickness": 1.2018686493518351, + "density": 966.380334741539, + "uC": 0.06701666619332561, + "vC": -0.37633160766200596, + "u10": 0.06701666619332561, + "v10": -0.37633160766200596, + "id": "915" + }, + { + "geometry": "POLYGON ((-5 2.1875, -5 2.5, -4.6875 2.5, -4.6875 2.1875, -5 2.1875))", + "cx": -4.84375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.41200445923283, + "elevation": 25.36081838503257, + "thickness": 1.1426025875201011, + "density": 945.4351720105882, + "uC": 0.4835675455100048, + "vC": -0.17451182772339682, + "u10": 0.4835675455100048, + "v10": -0.17451182772339682, + "id": "916" + }, + { + "geometry": "POLYGON ((-4.6875 2.1875, -4.6875 2.5, -4.375 2.5, -4.375 2.1875, -4.6875 2.1875))", + "cx": -4.53125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.4371077014901, + "elevation": 20.035624589606044, + "thickness": 1.1677835093149567, + "density": 951.0602175813193, + "uC": 0.29633030541313965, + "vC": -0.3408357499020378, + "u10": 0.29633030541313965, + "v10": -0.3408357499020378, + "id": "917" + }, + { + "geometry": "POLYGON ((-5 1.875, -5 2.1875, -4.6875 2.1875, -4.6875 1.875, -5 1.875))", + "cx": -4.84375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.44946798551034, + "elevation": 29.833901915068324, + "thickness": 1.115824242235937, + "density": 942.1881405571041, + "uC": 0.43098282547671896, + "vC": -0.3112976477732348, + "u10": 0.43098282547671896, + "v10": -0.3112976477732348, + "id": "918" + }, + { + "geometry": "POLYGON ((-4.6875 1.875, -4.6875 2.1875, -4.375 2.1875, -4.375 1.875, -4.6875 1.875))", + "cx": -4.53125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.24496074238847, + "elevation": 25.81317918685217, + "thickness": 1.1350030180765334, + "density": 948.9387708583117, + "uC": 0.2676724864623304, + "vC": -0.40312117735468184, + "u10": 0.2676724864623304, + "v10": -0.40312117735468184, + "id": "919" + }, + { + "geometry": "POLYGON ((-4.375 2.1875, -4.375 2.5, -4.0625 2.5, -4.0625 2.1875, -4.375 2.1875))", + "cx": -4.21875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.55386618832725, + "elevation": 13.323323903102946, + "thickness": 1.1764374575207859, + "density": 955.9743883220891, + "uC": 0.25038106328677034, + "vC": -0.3385046937595301, + "u10": 0.25038106328677034, + "v10": -0.3385046937595301, + "id": "920" + }, + { + "geometry": "POLYGON ((-4.0625 2.1875, -4.0625 2.5, -3.75 2.5, -3.75 2.1875, -4.0625 2.1875))", + "cx": -3.90625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.31110440757625, + "elevation": 1.3490196746755385, + "thickness": 1.178005949359535, + "density": 948.4747379500909, + "uC": 0.12974188070673953, + "vC": -0.33786966795218093, + "u10": 0.12974188070673953, + "v10": -0.33786966795218093, + "id": "921" + }, + { + "geometry": "POLYGON ((-4.375 1.875, -4.375 2.1875, -4.0625 2.1875, -4.0625 1.875, -4.375 1.875))", + "cx": -4.21875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.86488225216222, + "elevation": 14.506889946739976, + "thickness": 1.1602011294492742, + "density": 950.6596307182208, + "uC": 0.14559290683047243, + "vC": -0.4631611981217624, + "u10": 0.14559290683047243, + "v10": -0.4631611981217624, + "id": "922" + }, + { + "geometry": "POLYGON ((-4.0625 1.875, -4.0625 2.1875, -3.75 2.1875, -3.75 1.875, -4.0625 1.875))", + "cx": -3.90625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.92080940121176, + "elevation": 2.139246740398213, + "thickness": 1.1547599377955142, + "density": 947.9420005904904, + "uC": 0.1456427280202513, + "vC": -0.43136511051306514, + "u10": 0.1456427280202513, + "v10": -0.43136511051306514, + "id": "923" + }, + { + "geometry": "POLYGON ((-5 1.5625, -5 1.875, -4.6875 1.875, -4.6875 1.5625, -5 1.5625))", + "cx": -4.84375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.31324912501341, + "elevation": 23.206485475145705, + "thickness": 1.0949582389731756, + "density": 928.6564608255175, + "uC": 0.3201252120664158, + "vC": -0.40406169111430057, + "u10": 0.3201252120664158, + "v10": -0.40406169111430057, + "id": "924" + }, + { + "geometry": "POLYGON ((-4.6875 1.5625, -4.6875 1.875, -4.375 1.875, -4.375 1.5625, -4.6875 1.5625))", + "cx": -4.53125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.45487195593049, + "elevation": 21.733734716870472, + "thickness": 1.0948249564775676, + "density": 934.383864066876, + "uC": 0.22292214334861027, + "vC": -0.46726308822578233, + "u10": 0.22292214334861027, + "v10": -0.46726308822578233, + "id": "925" + }, + { + "geometry": "POLYGON ((-5 1.25, -5 1.5625, -4.6875 1.5625, -4.6875 1.25, -5 1.25))", + "cx": -4.84375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.11812478226517, + "elevation": 20.81221149227391, + "thickness": 1.067825390427283, + "density": 919.6290033880391, + "uC": 0.30489214094356254, + "vC": -0.40761699306895227, + "u10": 0.30489214094356254, + "v10": -0.40761699306895227, + "id": "926" + }, + { + "geometry": "POLYGON ((-4.6875 1.25, -4.6875 1.5625, -4.375 1.5625, -4.375 1.25, -4.6875 1.25))", + "cx": -4.53125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.5699306165393, + "elevation": 12.51712459575575, + "thickness": 1.0821719227969713, + "density": 929.465571845729, + "uC": 0.25063600474821324, + "vC": -0.4514973426105173, + "u10": 0.25063600474821324, + "v10": -0.4514973426105173, + "id": "927" + }, + { + "geometry": "POLYGON ((-4.375 1.5625, -4.375 1.875, -4.0625 1.875, -4.0625 1.5625, -4.375 1.5625))", + "cx": -4.21875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.1307016380399, + "elevation": 10.73018163847567, + "thickness": 1.1144178906688222, + "density": 940.0798413078309, + "uC": 0.0869692079270652, + "vC": -0.5005318334771927, + "u10": 0.0869692079270652, + "v10": -0.5005318334771927, + "id": "928" + }, + { + "geometry": "POLYGON ((-4.0625 1.5625, -4.0625 1.875, -3.75 1.875, -3.75 1.5625, -4.0625 1.5625))", + "cx": -3.90625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.15949791259976, + "elevation": -3.4138301419352213, + "thickness": 1.1532081896691988, + "density": 945.2354105933887, + "uC": -0.027680366938166584, + "vC": -0.4939519977178441, + "u10": -0.027680366938166584, + "v10": -0.4939519977178441, + "id": "929" + }, + { + "geometry": "POLYGON ((-4.375 1.25, -4.375 1.5625, -4.0625 1.5625, -4.0625 1.25, -4.375 1.25))", + "cx": -4.21875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.61326560709222, + "elevation": 10.177223258196104, + "thickness": 1.0784776421670255, + "density": 934.7968047278391, + "uC": 0.21829955222777836, + "vC": -0.432145742395731, + "u10": 0.21829955222777836, + "v10": -0.432145742395731, + "id": "930" + }, + { + "geometry": "POLYGON ((-4.0625 1.25, -4.0625 1.5625, -3.75 1.5625, -3.75 1.25, -4.0625 1.25))", + "cx": -3.90625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.1679942878045, + "elevation": -3.618171183706103, + "thickness": 1.130854129984498, + "density": 934.9264104463676, + "uC": 0.08755498593272651, + "vC": -0.4440612891076581, + "u10": 0.08755498593272651, + "v10": -0.4440612891076581, + "id": "931" + }, + { + "geometry": "POLYGON ((-3.75 2.1875, -3.75 2.5, -3.4375 2.5, -3.4375 2.1875, -3.75 2.1875))", + "cx": -3.59375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.99444481553117, + "elevation": -8.33207868214502, + "thickness": 1.1490002777359165, + "density": 937.8238847341335, + "uC": 0.0827328836082439, + "vC": -0.3200002773679012, + "u10": 0.0827328836082439, + "v10": -0.3200002773679012, + "id": "932" + }, + { + "geometry": "POLYGON ((-3.4375 2.1875, -3.4375 2.5, -3.125 2.5, -3.125 2.1875, -3.4375 2.1875))", + "cx": -3.28125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.32240929748124, + "elevation": -19.085218392806752, + "thickness": 1.1077751854432067, + "density": 946.1967367020816, + "uC": 0.10069913307919995, + "vC": -0.3621724540805338, + "u10": 0.10069913307919995, + "v10": -0.3621724540805338, + "id": "933" + }, + { + "geometry": "POLYGON ((-3.75 1.875, -3.75 2.1875, -3.4375 2.1875, -3.4375 1.875, -3.75 1.875))", + "cx": -3.59375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.0640806159447, + "elevation": -3.6994724951416167, + "thickness": 1.1511090893821483, + "density": 939.5148253072509, + "uC": 0.06910627608376574, + "vC": -0.4220125024518422, + "u10": 0.06910627608376574, + "v10": -0.4220125024518422, + "id": "934" + }, + { + "geometry": "POLYGON ((-3.4375 1.875, -3.4375 2.1875, -3.125 2.1875, -3.125 1.875, -3.4375 1.875))", + "cx": -3.28125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.61737779439966, + "elevation": -3.507899459427871, + "thickness": 1.1381841240508586, + "density": 944.4363183317103, + "uC": 0.1939599963525478, + "vC": -0.4518611600489013, + "u10": 0.1939599963525478, + "v10": -0.4518611600489013, + "id": "935" + }, + { + "geometry": "POLYGON ((-3.125 2.1875, -3.125 2.5, -2.8125 2.5, -2.8125 2.1875, -3.125 2.1875))", + "cx": -2.96875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.79187468313432, + "elevation": -22.47290077303045, + "thickness": 1.1106427225641524, + "density": 957.482970060362, + "uC": 0.060450863477710115, + "vC": -0.3569213959254268, + "u10": 0.060450863477710115, + "v10": -0.3569213959254268, + "id": "936" + }, + { + "geometry": "POLYGON ((-2.8125 2.1875, -2.8125 2.5, -2.5 2.5, -2.5 2.1875, -2.8125 2.1875))", + "cx": -2.65625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.76377928581462, + "elevation": -24.78989798299866, + "thickness": 1.1354541005639764, + "density": 959.4579194095775, + "uC": 0.19219656927330936, + "vC": -0.3447142862166696, + "u10": 0.19219656927330936, + "v10": -0.3447142862166696, + "id": "937" + }, + { + "geometry": "POLYGON ((-3.125 1.875, -3.125 2.1875, -2.8125 2.1875, -2.8125 1.875, -3.125 1.875))", + "cx": -2.96875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.69712613172246, + "elevation": -7.092290824350391, + "thickness": 1.1098592159227207, + "density": 958.8727951162555, + "uC": 0.19937290991605403, + "vC": -0.3766563871509498, + "u10": 0.19937290991605403, + "v10": -0.3766563871509498, + "id": "938" + }, + { + "geometry": "POLYGON ((-2.8125 1.875, -2.8125 2.1875, -2.5 2.1875, -2.5 1.875, -2.8125 1.875))", + "cx": -2.65625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.01416724736686, + "elevation": -10.545624095348376, + "thickness": 1.1157376913360377, + "density": 962.6901450301249, + "uC": 0.17633625586408513, + "vC": -0.3610998276648414, + "u10": 0.17633625586408513, + "v10": -0.3610998276648414, + "id": "939" + }, + { + "geometry": "POLYGON ((-3.75 1.5625, -3.75 1.875, -3.4375 1.875, -3.4375 1.5625, -3.75 1.5625))", + "cx": -3.59375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.85327669204686, + "elevation": -4.7724502816459955, + "thickness": 1.1867559268709655, + "density": 941.200122376926, + "uC": 0.004399053076875298, + "vC": -0.4405836108842467, + "u10": 0.004399053076875298, + "v10": -0.4405836108842467, + "id": "940" + }, + { + "geometry": "POLYGON ((-3.4375 1.5625, -3.4375 1.875, -3.125 1.875, -3.125 1.5625, -3.4375 1.5625))", + "cx": -3.28125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.31343135468316, + "elevation": -7.7891318992706235, + "thickness": 1.1862362532868493, + "density": 943.5691515989491, + "uC": 0.1064658414309515, + "vC": -0.4838784862762339, + "u10": 0.1064658414309515, + "v10": -0.4838784862762339, + "id": "941" + }, + { + "geometry": "POLYGON ((-3.75 1.25, -3.75 1.5625, -3.4375 1.5625, -3.4375 1.25, -3.75 1.25))", + "cx": -3.59375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.80232091971912, + "elevation": -2.025767662120119, + "thickness": 1.166146800429562, + "density": 939.3106174891628, + "uC": 0.02847407716751688, + "vC": -0.4652949513546072, + "u10": 0.02847407716751688, + "v10": -0.4652949513546072, + "id": "942" + }, + { + "geometry": "POLYGON ((-3.4375 1.25, -3.4375 1.5625, -3.125 1.5625, -3.125 1.25, -3.4375 1.25))", + "cx": -3.28125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.03099290959003, + "elevation": 4.4805488318069955, + "thickness": 1.1577558862709405, + "density": 944.9699763572783, + "uC": 0.10612413057081374, + "vC": -0.5192785460956901, + "u10": 0.10612413057081374, + "v10": -0.5192785460956901, + "id": "943" + }, + { + "geometry": "POLYGON ((-5 0.9375, -5 1.25, -4.6875 1.25, -4.6875 0.9375, -5 0.9375))", + "cx": -4.84375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.76886102422068, + "elevation": 14.735466840852922, + "thickness": 1.071475389959112, + "density": 917.4772252746685, + "uC": 0.45153866378549934, + "vC": -0.27008129146770143, + "u10": 0.45153866378549934, + "v10": -0.27008129146770143, + "id": "944" + }, + { + "geometry": "POLYGON ((-4.6875 0.9375, -4.6875 1.25, -4.375 1.25, -4.375 0.9375, -4.6875 0.9375))", + "cx": -4.53125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.01674072719948, + "elevation": 14.473889868188882, + "thickness": 1.071709819144953, + "density": 921.931369141736, + "uC": 0.1821390068560526, + "vC": -0.46453365719005735, + "u10": 0.1821390068560526, + "v10": -0.46453365719005735, + "id": "945" + }, + { + "geometry": "POLYGON ((-5 0.625, -5 0.9375, -4.6875 0.9375, -4.6875 0.625, -5 0.625))", + "cx": -4.84375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.13687990546772, + "elevation": 11.60724337042864, + "thickness": 1.0651972481050405, + "density": 925.5086054844551, + "uC": 0.4163021743799836, + "vC": -0.2595749567814888, + "u10": 0.4163021743799836, + "v10": -0.2595749567814888, + "id": "946" + }, + { + "geometry": "POLYGON ((-4.6875 0.625, -4.6875 0.9375, -4.375 0.9375, -4.375 0.625, -4.6875 0.625))", + "cx": -4.53125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.21463380495965, + "elevation": 8.035562040759585, + "thickness": 1.0693990046718787, + "density": 922.0862270688527, + "uC": 0.197802110842015, + "vC": -0.46380458591970586, + "u10": 0.197802110842015, + "v10": -0.46380458591970586, + "id": "947" + }, + { + "geometry": "POLYGON ((-4.375 0.9375, -4.375 1.25, -4.0625 1.25, -4.0625 0.9375, -4.375 0.9375))", + "cx": -4.21875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.5791465567274, + "elevation": 5.820855064731011, + "thickness": 1.1049167035201677, + "density": 928.9477663823457, + "uC": 0.09637798507338936, + "vC": -0.45445250001156784, + "u10": 0.09637798507338936, + "v10": -0.45445250001156784, + "id": "948" + }, + { + "geometry": "POLYGON ((-4.0625 0.9375, -4.0625 1.25, -3.75 1.25, -3.75 0.9375, -4.0625 0.9375))", + "cx": -3.90625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.27335405462037, + "elevation": -4.118821056210767, + "thickness": 1.1258345430664747, + "density": 935.943982381332, + "uC": 0.1987376066897122, + "vC": -0.433723390849193, + "u10": 0.1987376066897122, + "v10": -0.433723390849193, + "id": "949" + }, + { + "geometry": "POLYGON ((-4.375 0.625, -4.375 0.9375, -4.0625 0.9375, -4.0625 0.625, -4.375 0.625))", + "cx": -4.21875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.38246327233156, + "elevation": 2.1513001864189105, + "thickness": 1.0963455427451476, + "density": 921.906559355873, + "uC": 0.07280985202450013, + "vC": -0.5181655481752088, + "u10": 0.07280985202450013, + "v10": -0.5181655481752088, + "id": "950" + }, + { + "geometry": "POLYGON ((-4.0625 0.625, -4.0625 0.9375, -3.75 0.9375, -3.75 0.625, -4.0625 0.625))", + "cx": -3.90625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.172571279867, + "elevation": 2.1790252511272277, + "thickness": 1.1051675763457636, + "density": 929.1311664180437, + "uC": 0.19478450598996244, + "vC": -0.5179365675911334, + "u10": 0.19478450598996244, + "v10": -0.5179365675911334, + "id": "951" + }, + { + "geometry": "POLYGON ((-5 0.3125, -5 0.625, -4.6875 0.625, -4.6875 0.3125, -5 0.3125))", + "cx": -4.84375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.44455979508196, + "elevation": 5.410109889753012, + "thickness": 1.0874816784875372, + "density": 918.5059460747921, + "uC": 0.3393784870516917, + "vC": -0.36934102623409903, + "u10": 0.3393784870516917, + "v10": -0.36934102623409903, + "id": "952" + }, + { + "geometry": "POLYGON ((-4.6875 0.3125, -4.6875 0.625, -4.375 0.625, -4.375 0.3125, -4.6875 0.3125))", + "cx": -4.53125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.71158076964569, + "elevation": -2.6138156962988104, + "thickness": 1.0563571073527378, + "density": 926.3362916313172, + "uC": 0.16895261950020357, + "vC": -0.4682321813739082, + "u10": 0.16895261950020357, + "v10": -0.4682321813739082, + "id": "953" + }, + { + "geometry": "POLYGON ((-5 0, -5 0.3125, -4.6875 0.3125, -4.6875 0, -5 0))", + "cx": -4.84375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.75031020618302, + "elevation": 3.260910077973767, + "thickness": 1.0938755265975078, + "density": 916.3297448706594, + "uC": 0.2936198141088662, + "vC": -0.34627375430762386, + "u10": 0.2936198141088662, + "v10": -0.34627375430762386, + "id": "954" + }, + { + "geometry": "POLYGON ((-4.6875 0, -4.6875 0.3125, -4.375 0.3125, -4.375 0, -4.6875 0))", + "cx": -4.53125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.04310249314878, + "elevation": 3.2763328096684985, + "thickness": 1.0723446882293302, + "density": 932.0693122153614, + "uC": 0.24581182703020682, + "vC": -0.4373131027967392, + "u10": 0.24581182703020682, + "v10": -0.4373131027967392, + "id": "955" + }, + { + "geometry": "POLYGON ((-4.375 0.3125, -4.375 0.625, -4.0625 0.625, -4.0625 0.3125, -4.375 0.3125))", + "cx": -4.21875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.85190809219887, + "elevation": -1.6256173774399212, + "thickness": 1.079810366032568, + "density": 921.7737776464344, + "uC": 0.08206728131896607, + "vC": -0.48966828082219327, + "u10": 0.08206728131896607, + "v10": -0.48966828082219327, + "id": "956" + }, + { + "geometry": "POLYGON ((-4.0625 0.3125, -4.0625 0.625, -3.75 0.625, -3.75 0.3125, -4.0625 0.3125))", + "cx": -3.90625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.35111347323976, + "elevation": 6.795835795319423, + "thickness": 1.1154618855166907, + "density": 924.0276856309549, + "uC": 0.12402854346633242, + "vC": -0.5367952684751633, + "u10": 0.12402854346633242, + "v10": -0.5367952684751633, + "id": "957" + }, + { + "geometry": "POLYGON ((-4.375 0, -4.375 0.3125, -4.0625 0.3125, -4.0625 0, -4.375 0))", + "cx": -4.21875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.53886641107181, + "elevation": 5.595980133027166, + "thickness": 1.0510007117901043, + "density": 937.2825229839682, + "uC": 0.21488250665561393, + "vC": -0.5070727957277797, + "u10": 0.21488250665561393, + "v10": -0.5070727957277797, + "id": "958" + }, + { + "geometry": "POLYGON ((-4.0625 0, -4.0625 0.3125, -3.75 0.3125, -3.75 0, -4.0625 0))", + "cx": -3.90625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.07166245792152, + "elevation": 14.766777453127343, + "thickness": 1.0564500522900646, + "density": 935.0756892410342, + "uC": 0.19546337300713007, + "vC": -0.4492494803782048, + "u10": 0.19546337300713007, + "v10": -0.4492494803782048, + "id": "959" + }, + { + "geometry": "POLYGON ((-3.75 0.9375, -3.75 1.25, -3.4375 1.25, -3.4375 0.9375, -3.75 0.9375))", + "cx": -3.59375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.14134330676895, + "elevation": -2.582307366523896, + "thickness": 1.1399579016874681, + "density": 941.252098246759, + "uC": 0.20158527082960534, + "vC": -0.46738005045168635, + "u10": 0.20158527082960534, + "v10": -0.46738005045168635, + "id": "960" + }, + { + "geometry": "POLYGON ((-3.4375 0.9375, -3.4375 1.25, -3.125 1.25, -3.125 0.9375, -3.4375 0.9375))", + "cx": -3.28125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.61266164177434, + "elevation": 6.952103954602291, + "thickness": 1.1597068511451272, + "density": 940.3096650222642, + "uC": 0.3493241896315694, + "vC": -0.38491305340262655, + "u10": 0.3493241896315694, + "v10": -0.38491305340262655, + "id": "961" + }, + { + "geometry": "POLYGON ((-3.75 0.625, -3.75 0.9375, -3.4375 0.9375, -3.4375 0.625, -3.75 0.625))", + "cx": -3.59375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.4330575471908, + "elevation": 5.65650960327203, + "thickness": 1.1466974684789988, + "density": 933.4346475887061, + "uC": 0.3040518759119812, + "vC": -0.534550778275218, + "u10": 0.3040518759119812, + "v10": -0.534550778275218, + "id": "962" + }, + { + "geometry": "POLYGON ((-3.4375 0.625, -3.4375 0.9375, -3.125 0.9375, -3.125 0.625, -3.4375 0.625))", + "cx": -3.28125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.02604740469178, + "elevation": 6.045118691166104, + "thickness": 1.1588115426680587, + "density": 933.0864815242326, + "uC": 0.463958152785387, + "vC": -0.3785146222586881, + "u10": 0.463958152785387, + "v10": -0.3785146222586881, + "id": "963" + }, + { + "geometry": "POLYGON ((-3.125 0.9375, -3.125 1.25, -2.8125 1.25, -2.8125 0.9375, -3.125 0.9375))", + "cx": -2.96875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.88118624138056, + "elevation": 2.554874025319954, + "thickness": 1.1494272611380247, + "density": 952.2834445367233, + "uC": 0.35306680282467384, + "vC": -0.4317131460604079, + "u10": 0.35306680282467384, + "v10": -0.4317131460604079, + "id": "964" + }, + { + "geometry": "POLYGON ((-2.8125 0.9375, -2.8125 1.25, -2.5 1.25, -2.5 0.9375, -2.8125 0.9375))", + "cx": -2.65625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.22782161424718, + "elevation": -8.083594481637078, + "thickness": 1.1412068400585835, + "density": 953.2136400257376, + "uC": 0.37520173414233593, + "vC": -0.444640798028292, + "u10": 0.37520173414233593, + "v10": -0.444640798028292, + "id": "965" + }, + { + "geometry": "POLYGON ((-3.125 0.625, -3.125 0.9375, -2.8125 0.9375, -2.8125 0.625, -3.125 0.625))", + "cx": -2.96875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.14697338611029, + "elevation": -10.896392023657345, + "thickness": 1.1314348321128507, + "density": 942.8473001076266, + "uC": 0.4627529563947901, + "vC": -0.37689274659755095, + "u10": 0.4627529563947901, + "v10": -0.37689274659755095, + "id": "966" + }, + { + "geometry": "POLYGON ((-2.8125 0.625, -2.8125 0.9375, -2.5 0.9375, -2.5 0.625, -2.8125 0.625))", + "cx": -2.65625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.55616390172547, + "elevation": -18.65879748703331, + "thickness": 1.1204768518088253, + "density": 946.0597537955463, + "uC": 0.4654621572671378, + "vC": -0.3684753254923967, + "u10": 0.4654621572671378, + "v10": -0.3684753254923967, + "id": "967" + }, + { + "geometry": "POLYGON ((-3.75 0.3125, -3.75 0.625, -3.4375 0.625, -3.4375 0.3125, -3.75 0.3125))", + "cx": -3.59375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.25050277530428, + "elevation": 13.931616339110906, + "thickness": 1.108025751271734, + "density": 933.6779952389525, + "uC": 0.25728684337254837, + "vC": -0.5817727310850013, + "u10": 0.25728684337254837, + "v10": -0.5817727310850013, + "id": "968" + }, + { + "geometry": "POLYGON ((-3.4375 0.3125, -3.4375 0.625, -3.125 0.625, -3.125 0.3125, -3.4375 0.3125))", + "cx": -3.28125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.72659319389831, + "elevation": 8.460054730979952, + "thickness": 1.1207709031276, + "density": 944.2471851328321, + "uC": 0.41137037107442553, + "vC": -0.49616832704670694, + "u10": 0.41137037107442553, + "v10": -0.49616832704670694, + "id": "969" + }, + { + "geometry": "POLYGON ((-3.75 0, -3.75 0.3125, -3.4375 0.3125, -3.4375 0, -3.75 0))", + "cx": -3.59375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.62732046650584, + "elevation": 7.7790788950785394, + "thickness": 1.060156811138148, + "density": 941.6161382615309, + "uC": 0.2667775790506022, + "vC": -0.4925016248947851, + "u10": 0.2667775790506022, + "v10": -0.4925016248947851, + "id": "970" + }, + { + "geometry": "POLYGON ((-3.4375 0, -3.4375 0.3125, -3.125 0.3125, -3.125 0, -3.4375 0))", + "cx": -3.28125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.9412118763911, + "elevation": 1.1061037809538687, + "thickness": 1.0632884474042732, + "density": 948.0101802427129, + "uC": 0.35915194706546216, + "vC": -0.5018671588586412, + "u10": 0.35915194706546216, + "v10": -0.5018671588586412, + "id": "971" + }, + { + "geometry": "POLYGON ((-3.125 0.3125, -3.125 0.625, -2.8125 0.625, -2.8125 0.3125, -3.125 0.3125))", + "cx": -2.96875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.48020307915223, + "elevation": -8.209007225329895, + "thickness": 1.0861176194499964, + "density": 943.09151744108, + "uC": 0.4537074363148398, + "vC": -0.4732114759052817, + "u10": 0.4537074363148398, + "v10": -0.4732114759052817, + "id": "972" + }, + { + "geometry": "POLYGON ((-2.8125 0.3125, -2.8125 0.625, -2.5 0.625, -2.5 0.3125, -2.8125 0.3125))", + "cx": -2.65625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.94598428359417, + "elevation": -15.451301493962394, + "thickness": 1.0771974639609607, + "density": 943.8960709839362, + "uC": 0.6026515239295238, + "vC": -0.30885522378502017, + "u10": 0.6026515239295238, + "v10": -0.30885522378502017, + "id": "973" + }, + { + "geometry": "POLYGON ((-3.125 0, -3.125 0.3125, -2.8125 0.3125, -2.8125 0, -3.125 0))", + "cx": -2.96875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.76367215480131, + "elevation": -12.026097598420813, + "thickness": 1.103867167053758, + "density": 944.211525319281, + "uC": 0.39250509566047975, + "vC": -0.542456092125686, + "u10": 0.39250509566047975, + "v10": -0.542456092125686, + "id": "974" + }, + { + "geometry": "POLYGON ((-2.8125 0, -2.8125 0.3125, -2.5 0.3125, -2.5 0, -2.8125 0))", + "cx": -2.65625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.53587687441471, + "elevation": -17.330866513220023, + "thickness": 1.0922360065633656, + "density": 940.8973992725919, + "uC": 0.5638394152221621, + "vC": -0.4866167417327555, + "u10": 0.5638394152221621, + "v10": -0.4866167417327555, + "id": "975" + }, + { + "geometry": "POLYGON ((-2.5 2.1875, -2.5 2.5, -2.1875 2.5, -2.1875 2.1875, -2.5 2.1875))", + "cx": -2.34375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.27817353560627, + "elevation": -20.07120109034757, + "thickness": 1.1570892280959204, + "density": 954.7924887048792, + "uC": 0.268375156286937, + "vC": -0.32014023235962624, + "u10": 0.268375156286937, + "v10": -0.32014023235962624, + "id": "976" + }, + { + "geometry": "POLYGON ((-2.1875 2.1875, -2.1875 2.5, -1.875 2.5, -1.875 2.1875, -2.1875 2.1875))", + "cx": -2.03125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.82209336706103, + "elevation": -12.783724928436062, + "thickness": 1.2194071598626577, + "density": 950.7243515399919, + "uC": 0.34579099733949825, + "vC": -0.2944844444669328, + "u10": 0.34579099733949825, + "v10": -0.2944844444669328, + "id": "977" + }, + { + "geometry": "POLYGON ((-2.5 1.875, -2.5 2.1875, -2.1875 2.1875, -2.1875 1.875, -2.5 1.875))", + "cx": -2.34375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.26232799348836, + "elevation": -20.521496323198924, + "thickness": 1.135360230140124, + "density": 964.3564373206525, + "uC": 0.27115406110214885, + "vC": -0.32851396082411444, + "u10": 0.27115406110214885, + "v10": -0.32851396082411444, + "id": "978" + }, + { + "geometry": "POLYGON ((-2.1875 1.875, -2.1875 2.1875, -1.875 2.1875, -1.875 1.875, -2.1875 1.875))", + "cx": -2.03125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.08509962288605, + "elevation": -8.620655038735478, + "thickness": 1.213823737551206, + "density": 956.5211522981917, + "uC": 0.40698841420724274, + "vC": -0.2697464819340991, + "u10": 0.40698841420724274, + "v10": -0.2697464819340991, + "id": "979" + }, + { + "geometry": "POLYGON ((-1.875 2.1875, -1.875 2.5, -1.5625 2.5, -1.5625 2.1875, -1.875 2.1875))", + "cx": -1.71875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.08610404854727, + "elevation": -9.005486932412232, + "thickness": 1.2414176620877129, + "density": 957.8316655685708, + "uC": 0.42334808093633913, + "vC": -0.14208229370869435, + "u10": 0.42334808093633913, + "v10": -0.14208229370869435, + "id": "980" + }, + { + "geometry": "POLYGON ((-1.5625 2.1875, -1.5625 2.5, -1.25 2.5, -1.25 2.1875, -1.5625 2.1875))", + "cx": -1.40625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.68945538712185, + "elevation": -22.341767987552302, + "thickness": 1.2290752075496802, + "density": 952.7832744472776, + "uC": 0.4800837741836743, + "vC": -0.09964000805271926, + "u10": 0.4800837741836743, + "v10": -0.09964000805271926, + "id": "981" + }, + { + "geometry": "POLYGON ((-1.875 1.875, -1.875 2.1875, -1.5625 2.1875, -1.5625 1.875, -1.875 1.875))", + "cx": -1.71875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.35310868214702, + "elevation": -10.132947913196118, + "thickness": 1.2392245645293833, + "density": 952.9696963650476, + "uC": 0.4001998583115284, + "vC": -0.2111279211553841, + "u10": 0.4001998583115284, + "v10": -0.2111279211553841, + "id": "982" + }, + { + "geometry": "POLYGON ((-1.5625 1.875, -1.5625 2.1875, -1.25 2.1875, -1.25 1.875, -1.5625 1.875))", + "cx": -1.40625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.67155004589301, + "elevation": -10.661105290970337, + "thickness": 1.2534840036626755, + "density": 938.1061732301916, + "uC": 0.4500151983727957, + "vC": -0.13026606688530992, + "u10": 0.4500151983727957, + "v10": -0.13026606688530992, + "id": "983" + }, + { + "geometry": "POLYGON ((-2.5 1.5625, -2.5 1.875, -2.1875 1.875, -2.1875 1.5625, -2.5 1.5625))", + "cx": -2.34375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.19569513331066, + "elevation": -13.150895522248845, + "thickness": 1.1473499114473515, + "density": 962.4058297798737, + "uC": 0.38999300765822975, + "vC": -0.3015236793510968, + "u10": 0.38999300765822975, + "v10": -0.3015236793510968, + "id": "984" + }, + { + "geometry": "POLYGON ((-2.1875 1.5625, -2.1875 1.875, -1.875 1.875, -1.875 1.5625, -2.1875 1.5625))", + "cx": -2.03125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.30029712014095, + "elevation": -8.35031225291724, + "thickness": 1.1814513266589366, + "density": 951.4078676468259, + "uC": 0.3746776846483635, + "vC": -0.25865371351974664, + "u10": 0.3746776846483635, + "v10": -0.25865371351974664, + "id": "985" + }, + { + "geometry": "POLYGON ((-2.5 1.25, -2.5 1.5625, -2.1875 1.5625, -2.1875 1.25, -2.5 1.25))", + "cx": -2.34375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.32066974642919, + "elevation": -8.795348610979154, + "thickness": 1.1392082718597019, + "density": 956.4069634272086, + "uC": 0.3722059399508179, + "vC": -0.366528963327611, + "u10": 0.3722059399508179, + "v10": -0.366528963327611, + "id": "986" + }, + { + "geometry": "POLYGON ((-2.1875 1.25, -2.1875 1.5625, -1.875 1.5625, -1.875 1.25, -2.1875 1.25))", + "cx": -2.03125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.65995290675863, + "elevation": -4.6573041140397375, + "thickness": 1.1722946963959229, + "density": 950.2657946830573, + "uC": 0.3780850204694562, + "vC": -0.3416826868805122, + "u10": 0.3780850204694562, + "v10": -0.3416826868805122, + "id": "987" + }, + { + "geometry": "POLYGON ((-1.25 2.1875, -1.25 2.5, -0.9375 2.5, -0.9375 2.1875, -1.25 2.1875))", + "cx": -1.09375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.43310628609326, + "elevation": -24.634863776665043, + "thickness": 1.205170027828143, + "density": 942.7913442163144, + "uC": 0.3828029667912327, + "vC": -0.20974963686134773, + "u10": 0.3828029667912327, + "v10": -0.20974963686134773, + "id": "988" + }, + { + "geometry": "POLYGON ((-0.9375 2.1875, -0.9375 2.5, -0.625 2.5, -0.625 2.1875, -0.9375 2.1875))", + "cx": -0.78125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.39396830154412, + "elevation": -18.570003299909047, + "thickness": 1.1656326385193645, + "density": 949.478668376709, + "uC": 0.34774850363101006, + "vC": -0.22791405565335654, + "u10": 0.34774850363101006, + "v10": -0.22791405565335654, + "id": "989" + }, + { + "geometry": "POLYGON ((-1.25 1.875, -1.25 2.1875, -0.9375 2.1875, -0.9375 1.875, -1.25 1.875))", + "cx": -1.09375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.47812628130973, + "elevation": -18.114363569902082, + "thickness": 1.2146549633477872, + "density": 939.044994216762, + "uC": 0.40966162509895965, + "vC": -0.21973398162010158, + "u10": 0.40966162509895965, + "v10": -0.21973398162010158, + "id": "990" + }, + { + "geometry": "POLYGON ((-0.9375 1.875, -0.9375 2.1875, -0.625 2.1875, -0.625 1.875, -0.9375 1.875))", + "cx": -0.78125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.70135088828741, + "elevation": -22.361354873780996, + "thickness": 1.1807319986597333, + "density": 942.4971937586818, + "uC": 0.35685762159476864, + "vC": -0.33232432245222443, + "u10": 0.35685762159476864, + "v10": -0.33232432245222443, + "id": "991" + }, + { + "geometry": "POLYGON ((-0.625 2.1875, -0.625 2.5, -0.3125 2.5, -0.3125 2.1875, -0.625 2.1875))", + "cx": -0.46875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.73389745204578, + "elevation": -18.09193835564297, + "thickness": 1.2061856317617647, + "density": 958.9224975145648, + "uC": 0.3464542564752618, + "vC": -0.21427097513082546, + "u10": 0.3464542564752618, + "v10": -0.21427097513082546, + "id": "992" + }, + { + "geometry": "POLYGON ((-0.3125 2.1875, -0.3125 2.5, 0 2.5, 0 2.1875, -0.3125 2.1875))", + "cx": -0.15625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.4788622877592, + "elevation": -29.567252311037663, + "thickness": 1.188893696951883, + "density": 957.9590731629105, + "uC": 0.24614622575743217, + "vC": -0.3319617046597505, + "u10": 0.24614622575743217, + "v10": -0.3319617046597505, + "id": "993" + }, + { + "geometry": "POLYGON ((-0.625 1.875, -0.625 2.1875, -0.3125 2.1875, -0.3125 1.875, -0.625 1.875))", + "cx": -0.46875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.19398034061538, + "elevation": -24.655609422956786, + "thickness": 1.196040854476997, + "density": 947.1608229024863, + "uC": 0.3455758732890009, + "vC": -0.3204657035570928, + "u10": 0.3455758732890009, + "v10": -0.3204657035570928, + "id": "994" + }, + { + "geometry": "POLYGON ((-0.3125 1.875, -0.3125 2.1875, 0 2.1875, 0 1.875, -0.3125 1.875))", + "cx": -0.15625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.3718107824825, + "elevation": -29.41097597618284, + "thickness": 1.2019087276433194, + "density": 946.3508070796244, + "uC": 0.33551006469737943, + "vC": -0.27730339354764283, + "u10": 0.33551006469737943, + "v10": -0.27730339354764283, + "id": "995" + }, + { + "geometry": "POLYGON ((-1.25 1.5625, -1.25 1.875, -0.9375 1.875, -0.9375 1.5625, -1.25 1.5625))", + "cx": -1.09375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.18364332043546, + "elevation": -14.300940426276084, + "thickness": 1.2416347158871444, + "density": 938.0759247645846, + "uC": 0.38322464483101193, + "vC": -0.36246782394515054, + "u10": 0.38322464483101193, + "v10": -0.36246782394515054, + "id": "996" + }, + { + "geometry": "POLYGON ((-0.9375 1.5625, -0.9375 1.875, -0.625 1.875, -0.625 1.5625, -0.9375 1.5625))", + "cx": -0.78125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.0949084379748, + "elevation": -19.860805033037536, + "thickness": 1.2249571369665426, + "density": 941.1499325233726, + "uC": 0.3045752948512763, + "vC": -0.43128876940923294, + "u10": 0.3045752948512763, + "v10": -0.43128876940923294, + "id": "997" + }, + { + "geometry": "POLYGON ((-1.25 1.25, -1.25 1.5625, -0.9375 1.5625, -0.9375 1.25, -1.25 1.25))", + "cx": -1.09375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.3473905912883, + "elevation": -10.465941604372945, + "thickness": 1.234047279605178, + "density": 941.3678266410222, + "uC": 0.3546291923207553, + "vC": -0.44680076496646837, + "u10": 0.3546291923207553, + "v10": -0.44680076496646837, + "id": "998" + }, + { + "geometry": "POLYGON ((-0.9375 1.25, -0.9375 1.5625, -0.625 1.5625, -0.625 1.25, -0.9375 1.25))", + "cx": -0.78125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.33825410560448, + "elevation": -15.386285083522075, + "thickness": 1.220354723428772, + "density": 940.7246500948678, + "uC": 0.3688542086994937, + "vC": -0.42043160346264075, + "u10": 0.3688542086994937, + "v10": -0.42043160346264075, + "id": "999" + }, + { + "geometry": "POLYGON ((-0.625 1.5625, -0.625 1.875, -0.3125 1.875, -0.3125 1.5625, -0.625 1.5625))", + "cx": -0.46875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.68159755166525, + "elevation": -31.77467059048122, + "thickness": 1.1888498149009645, + "density": 943.2390277704127, + "uC": 0.3967937332484638, + "vC": -0.3287102920208689, + "u10": 0.3967937332484638, + "v10": -0.3287102920208689, + "id": "1000" + }, + { + "geometry": "POLYGON ((-0.3125 1.5625, -0.3125 1.875, 0 1.875, 0 1.5625, -0.3125 1.5625))", + "cx": -0.15625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.00366686184361, + "elevation": -32.74075571321148, + "thickness": 1.176500197538156, + "density": 941.2261373864474, + "uC": 0.2798865883544856, + "vC": -0.4135295797844367, + "u10": 0.2798865883544856, + "v10": -0.4135295797844367, + "id": "1001" + }, + { + "geometry": "POLYGON ((-0.625 1.25, -0.625 1.5625, -0.3125 1.5625, -0.3125 1.25, -0.625 1.25))", + "cx": -0.46875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.24332809633253, + "elevation": -26.322496314088575, + "thickness": 1.19274152016717, + "density": 935.5897093100646, + "uC": 0.40016993478980345, + "vC": -0.42592749400957897, + "u10": 0.40016993478980345, + "v10": -0.42592749400957897, + "id": "1002" + }, + { + "geometry": "POLYGON ((-0.3125 1.25, -0.3125 1.5625, 0 1.5625, 0 1.25, -0.3125 1.25))", + "cx": -0.15625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.91089474760538, + "elevation": -29.734491498643685, + "thickness": 1.1976775043521082, + "density": 937.8559422139505, + "uC": 0.4273459226253467, + "vC": -0.4294445669631126, + "u10": 0.4273459226253467, + "v10": -0.4294445669631126, + "id": "1003" + }, + { + "geometry": "POLYGON ((-2.5 0.9375, -2.5 1.25, -2.1875 1.25, -2.1875 0.9375, -2.5 0.9375))", + "cx": -2.34375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.03307534583476, + "elevation": -12.172548358185306, + "thickness": 1.133487154415854, + "density": 943.384720100991, + "uC": 0.3777473055369362, + "vC": -0.3680377662017956, + "u10": 0.3777473055369362, + "v10": -0.3680377662017956, + "id": "1004" + }, + { + "geometry": "POLYGON ((-2.1875 0.9375, -2.1875 1.25, -1.875 1.25, -1.875 0.9375, -2.1875 0.9375))", + "cx": -2.03125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.42327041030123, + "elevation": -10.483162262720242, + "thickness": 1.1757469249136299, + "density": 948.2669374196483, + "uC": 0.5058882789756078, + "vC": -0.20705100131774318, + "u10": 0.5058882789756078, + "v10": -0.20705100131774318, + "id": "1005" + }, + { + "geometry": "POLYGON ((-2.5 0.625, -2.5 0.9375, -2.1875 0.9375, -2.1875 0.625, -2.5 0.625))", + "cx": -2.34375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.71013476580174, + "elevation": -20.418035975798126, + "thickness": 1.1125934275669587, + "density": 943.290978808059, + "uC": 0.48873174932392854, + "vC": -0.27662872141242445, + "u10": 0.48873174932392854, + "v10": -0.27662872141242445, + "id": "1006" + }, + { + "geometry": "POLYGON ((-2.1875 0.625, -2.1875 0.9375, -1.875 0.9375, -1.875 0.625, -2.1875 0.625))", + "cx": -2.03125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.99614627349138, + "elevation": -14.957142547095579, + "thickness": 1.1246486740010058, + "density": 949.3149160647686, + "uC": 0.5911030588680593, + "vC": -0.1549523738555608, + "u10": 0.5911030588680593, + "v10": -0.1549523738555608, + "id": "1007" + }, + { + "geometry": "POLYGON ((-1.875 0.9375, -1.875 1.25, -1.5625 1.25, -1.5625 0.9375, -1.875 0.9375))", + "cx": -1.71875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.23366575079288, + "elevation": -9.689084401800756, + "thickness": 1.177418084211288, + "density": 947.9636228014447, + "uC": 0.584084725680563, + "vC": -0.1866347072539748, + "u10": 0.584084725680563, + "v10": -0.1866347072539748, + "id": "1008" + }, + { + "geometry": "POLYGON ((-1.5625 0.9375, -1.5625 1.25, -1.25 1.25, -1.25 0.9375, -1.5625 0.9375))", + "cx": -1.40625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.85046820106474, + "elevation": -9.254640726391878, + "thickness": 1.1916991712629992, + "density": 950.3664527687806, + "uC": 0.5886523314631449, + "vC": -0.22328111965891856, + "u10": 0.5886523314631449, + "v10": -0.22328111965891856, + "id": "1009" + }, + { + "geometry": "POLYGON ((-1.875 0.625, -1.875 0.9375, -1.5625 0.9375, -1.5625 0.625, -1.875 0.625))", + "cx": -1.71875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.48431137980984, + "elevation": -11.151556679337656, + "thickness": 1.1313358858740687, + "density": 950.4286882107652, + "uC": 0.6411349680186571, + "vC": -0.07562791868599963, + "u10": 0.6411349680186571, + "v10": -0.07562791868599963, + "id": "1010" + }, + { + "geometry": "POLYGON ((-1.5625 0.625, -1.5625 0.9375, -1.25 0.9375, -1.25 0.625, -1.5625 0.625))", + "cx": -1.40625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 85.29197087856755, + "elevation": -17.303422343213747, + "thickness": 1.166618832704762, + "density": 952.0745593707953, + "uC": 0.605665786114319, + "vC": -0.29005178721698577, + "u10": 0.605665786114319, + "v10": -0.29005178721698577, + "id": "1011" + }, + { + "geometry": "POLYGON ((-2.5 0.3125, -2.5 0.625, -2.1875 0.625, -2.1875 0.3125, -2.5 0.3125))", + "cx": -2.34375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.00720225543134, + "elevation": -15.245815155374004, + "thickness": 1.0599809956824113, + "density": 949.6313631690679, + "uC": 0.5876436644165389, + "vC": -0.19953566563601596, + "u10": 0.5876436644165389, + "v10": -0.19953566563601596, + "id": "1012" + }, + { + "geometry": "POLYGON ((-2.1875 0.3125, -2.1875 0.625, -1.875 0.625, -1.875 0.3125, -2.1875 0.3125))", + "cx": -2.03125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.41380057791224, + "elevation": -4.439914433062137, + "thickness": 1.0943991725226565, + "density": 947.6803342062535, + "uC": 0.6426802128384175, + "vC": -0.12185158117516326, + "u10": 0.6426802128384175, + "v10": -0.12185158117516326, + "id": "1013" + }, + { + "geometry": "POLYGON ((-2.5 0, -2.5 0.3125, -2.1875 0.3125, -2.1875 0, -2.5 0))", + "cx": -2.34375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.1770209586572, + "elevation": -9.253135442185954, + "thickness": 1.0395618283503052, + "density": 944.9192531393348, + "uC": 0.655028021279275, + "vC": -0.16234658980235928, + "u10": 0.655028021279275, + "v10": -0.16234658980235928, + "id": "1014" + }, + { + "geometry": "POLYGON ((-2.1875 0, -2.1875 0.3125, -1.875 0.3125, -1.875 0, -2.1875 0))", + "cx": -2.03125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.59426635239451, + "elevation": -6.256803903786151, + "thickness": 1.1031239857459454, + "density": 940.2831532003437, + "uC": 0.6924687479217999, + "vC": -0.09158550296323817, + "u10": 0.6924687479217999, + "v10": -0.09158550296323817, + "id": "1015" + }, + { + "geometry": "POLYGON ((-1.25 0.9375, -1.25 1.25, -0.9375 1.25, -0.9375 0.9375, -1.25 0.9375))", + "cx": -1.09375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.07878291110715, + "elevation": -12.902048725067736, + "thickness": 1.2084370037351602, + "density": 945.8043687132899, + "uC": 0.5587629837910821, + "vC": -0.22178416448255206, + "u10": 0.5587629837910821, + "v10": -0.22178416448255206, + "id": "1016" + }, + { + "geometry": "POLYGON ((-0.9375 0.9375, -0.9375 1.25, -0.625 1.25, -0.625 0.9375, -0.9375 0.9375))", + "cx": -0.78125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.47233808970776, + "elevation": -12.657858772368082, + "thickness": 1.2108936680683848, + "density": 941.8702326734744, + "uC": 0.511354633586039, + "vC": -0.3533210486741778, + "u10": 0.511354633586039, + "v10": -0.3533210486741778, + "id": "1017" + }, + { + "geometry": "POLYGON ((-1.25 0.625, -1.25 0.9375, -0.9375 0.9375, -0.9375 0.625, -1.25 0.625))", + "cx": -1.09375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 90.99327397734956, + "elevation": -21.510624920170564, + "thickness": 1.2067494254105, + "density": 944.1020417260058, + "uC": 0.5647941761431414, + "vC": -0.35211239055531707, + "u10": 0.5647941761431414, + "v10": -0.35211239055531707, + "id": "1018" + }, + { + "geometry": "POLYGON ((-0.9375 0.625, -0.9375 0.9375, -0.625 0.9375, -0.625 0.625, -0.9375 0.625))", + "cx": -0.78125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 92.26349265795045, + "elevation": -21.102436061573645, + "thickness": 1.2170046260681162, + "density": 949.5865275481932, + "uC": 0.45531271578104027, + "vC": -0.48200489512370615, + "u10": 0.45531271578104027, + "v10": -0.48200489512370615, + "id": "1019" + }, + { + "geometry": "POLYGON ((-0.625 0.9375, -0.625 1.25, -0.3125 1.25, -0.3125 0.9375, -0.625 0.9375))", + "cx": -0.46875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.89430025441736, + "elevation": -18.98178939034801, + "thickness": 1.1843610810079443, + "density": 934.8861548145721, + "uC": 0.45785417175306026, + "vC": -0.4702453351576498, + "u10": 0.45785417175306026, + "v10": -0.4702453351576498, + "id": "1020" + }, + { + "geometry": "POLYGON ((-0.3125 0.9375, -0.3125 1.25, 0 1.25, 0 0.9375, -0.3125 0.9375))", + "cx": -0.15625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.2614393879274, + "elevation": -24.21700086594646, + "thickness": 1.2165593450945908, + "density": 938.2230549483405, + "uC": 0.3531871804789244, + "vC": -0.46753467703628954, + "u10": 0.3531871804789244, + "v10": -0.46753467703628954, + "id": "1021" + }, + { + "geometry": "POLYGON ((-0.625 0.625, -0.625 0.9375, -0.3125 0.9375, -0.3125 0.625, -0.625 0.625))", + "cx": -0.46875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 92.97285115219111, + "elevation": -20.194622402971028, + "thickness": 1.2231166276578334, + "density": 941.7823626665783, + "uC": 0.4689427518098621, + "vC": -0.4014543227743018, + "u10": 0.4689427518098621, + "v10": -0.4014543227743018, + "id": "1022" + }, + { + "geometry": "POLYGON ((-0.3125 0.625, -0.3125 0.9375, 0 0.9375, 0 0.625, -0.3125 0.625))", + "cx": -0.15625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.26354105132893, + "elevation": -29.431867221248154, + "thickness": 1.2111884219205602, + "density": 940.0803053341148, + "uC": 0.440433510442615, + "vC": -0.3626409199860663, + "u10": 0.440433510442615, + "v10": -0.3626409199860663, + "id": "1023" + }, + { + "geometry": "POLYGON ((0 4.6875, 0 5, 0.3125 5, 0.3125 4.6875, 0 4.6875))", + "cx": 0.15625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.13344014320587, + "elevation": -40.300124137915766, + "thickness": 1.1293789066859137, + "density": 982.1798841915786, + "uC": -0.34810182593953687, + "vC": -0.3035056092708077, + "u10": -0.34810182593953687, + "v10": -0.3035056092708077, + "id": "1024" + }, + { + "geometry": "POLYGON ((0.3125 4.6875, 0.3125 5, 0.625 5, 0.625 4.6875, 0.3125 4.6875))", + "cx": 0.46875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.58731941386029, + "elevation": -39.12701876520697, + "thickness": 1.1135218688852322, + "density": 984.3380800520888, + "uC": -0.35346175943503744, + "vC": -0.16358185393094543, + "u10": -0.35346175943503744, + "v10": -0.16358185393094543, + "id": "1025" + }, + { + "geometry": "POLYGON ((0 4.375, 0 4.6875, 0.3125 4.6875, 0.3125 4.375, 0 4.375))", + "cx": 0.15625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.42124711229386, + "elevation": -26.964744823338048, + "thickness": 1.1417790550936369, + "density": 987.409376975779, + "uC": -0.3166540590666117, + "vC": -0.2539493581023172, + "u10": -0.3166540590666117, + "v10": -0.2539493581023172, + "id": "1026" + }, + { + "geometry": "POLYGON ((0.3125 4.375, 0.3125 4.6875, 0.625 4.6875, 0.625 4.375, 0.3125 4.375))", + "cx": 0.46875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.50540600432012, + "elevation": -23.431784379196053, + "thickness": 1.1216753511148063, + "density": 984.3185025743713, + "uC": -0.31409526422244605, + "vC": -0.23786995143480572, + "u10": -0.31409526422244605, + "v10": -0.23786995143480572, + "id": "1027" + }, + { + "geometry": "POLYGON ((0 4.0625, 0 4.375, 0.3125 4.375, 0.3125 4.0625, 0 4.0625))", + "cx": 0.15625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.60997909573005, + "elevation": -11.457743313779046, + "thickness": 1.1279120978390802, + "density": 984.0744585835905, + "uC": -0.28089495198382447, + "vC": -0.24828645042848968, + "u10": -0.28089495198382447, + "v10": -0.24828645042848968, + "id": "1028" + }, + { + "geometry": "POLYGON ((0.3125 4.0625, 0.3125 4.375, 0.625 4.375, 0.625 4.0625, 0.3125 4.0625))", + "cx": 0.46875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.33594601213142, + "elevation": -15.844508140235774, + "thickness": 1.0928608459076596, + "density": 984.4897877496346, + "uC": -0.30415539986337625, + "vC": -0.23800624423924277, + "u10": -0.30415539986337625, + "v10": -0.23800624423924277, + "id": "1029" + }, + { + "geometry": "POLYGON ((0 3.75, 0 4.0625, 0.3125 4.0625, 0.3125 3.75, 0 3.75))", + "cx": 0.15625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.87843784182222, + "elevation": -10.657900101253379, + "thickness": 1.1349306331464006, + "density": 980.2144169278731, + "uC": -0.21316696364292556, + "vC": -0.17821546120867324, + "u10": -0.21316696364292556, + "v10": -0.17821546120867324, + "id": "1030" + }, + { + "geometry": "POLYGON ((0.3125 3.75, 0.3125 4.0625, 0.625 4.0625, 0.625 3.75, 0.3125 3.75))", + "cx": 0.46875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.23572539078916, + "elevation": -17.365578989046668, + "thickness": 1.1082681068384752, + "density": 984.4379691254896, + "uC": -0.24027472182510734, + "vC": -0.2250497445078276, + "u10": -0.24027472182510734, + "v10": -0.2250497445078276, + "id": "1031" + }, + { + "geometry": "POLYGON ((1.875 4.0625, 1.875 4.375, 2.1875 4.375, 2.1875 4.0625, 1.875 4.0625))", + "cx": 2.03125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.85160557704805, + "elevation": -19.203169399870063, + "thickness": 1.1202304165147363, + "density": 972.8244383457665, + "uC": -0.25308741292322195, + "vC": 0.039656731577657894, + "u10": -0.25308741292322195, + "v10": 0.039656731577657894, + "id": "1032" + }, + { + "geometry": "POLYGON ((2.1875 4.0625, 2.1875 4.375, 2.5 4.375, 2.5 4.0625, 2.1875 4.0625))", + "cx": 2.34375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.50505491070174, + "elevation": -16.90662433888292, + "thickness": 1.1006715711595265, + "density": 979.8406637466621, + "uC": -0.18353092728511597, + "vC": 0.040143063580881676, + "u10": -0.18353092728511597, + "v10": 0.040143063580881676, + "id": "1033" + }, + { + "geometry": "POLYGON ((1.875 3.75, 1.875 4.0625, 2.1875 4.0625, 2.1875 3.75, 1.875 3.75))", + "cx": 2.03125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.07989823758393, + "elevation": -11.682535175759828, + "thickness": 1.1056184827401718, + "density": 974.7647551611321, + "uC": -0.16234558687279455, + "vC": 0.02094579025605426, + "u10": -0.16234558687279455, + "v10": 0.02094579025605426, + "id": "1034" + }, + { + "geometry": "POLYGON ((2.1875 3.75, 2.1875 4.0625, 2.5 4.0625, 2.5 3.75, 2.1875 3.75))", + "cx": 2.34375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.49013555037496, + "elevation": -15.615529620815511, + "thickness": 1.1291307732100577, + "density": 983.657236596596, + "uC": -0.11185346347338038, + "vC": 0.012270822463397541, + "u10": -0.11185346347338038, + "v10": 0.012270822463397541, + "id": "1035" + }, + { + "geometry": "POLYGON ((0 2.8125, 0 3.125, 0.3125 3.125, 0.3125 2.8125, 0 2.8125))", + "cx": 0.15625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.88245282323052, + "elevation": -30.01617272701474, + "thickness": 1.1402557651184424, + "density": 965.0374207206967, + "uC": 0.1654875428521182, + "vC": -0.43085058342939464, + "u10": 0.1654875428521182, + "v10": -0.43085058342939464, + "id": "1036" + }, + { + "geometry": "POLYGON ((0.3125 2.8125, 0.3125 3.125, 0.625 3.125, 0.625 2.8125, 0.3125 2.8125))", + "cx": 0.46875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 86.13850728978596, + "elevation": -27.595485477978265, + "thickness": 1.0892612450147747, + "density": 965.8490317095445, + "uC": 0.20697184572603386, + "vC": -0.38300255525380866, + "u10": 0.20697184572603386, + "v10": -0.38300255525380866, + "id": "1037" + }, + { + "geometry": "POLYGON ((0 2.5, 0 2.8125, 0.3125 2.8125, 0.3125 2.5, 0 2.5))", + "cx": 0.15625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 83.75149007106208, + "elevation": -37.038135857507086, + "thickness": 1.1680836678434023, + "density": 953.6063647715728, + "uC": 0.19416869129108338, + "vC": -0.3470516668335077, + "u10": 0.19416869129108338, + "v10": -0.3470516668335077, + "id": "1038" + }, + { + "geometry": "POLYGON ((0.3125 2.5, 0.3125 2.8125, 0.625 2.8125, 0.625 2.5, 0.3125 2.5))", + "cx": 0.46875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.90668546569735, + "elevation": -40.91127356320744, + "thickness": 1.1558377368410033, + "density": 951.4665499985638, + "uC": 0.18849054685281963, + "vC": -0.34818745350645686, + "u10": 0.18849054685281963, + "v10": -0.34818745350645686, + "id": "1039" + }, + { + "geometry": "POLYGON ((0.625 2.8125, 0.625 3.125, 0.9375 3.125, 0.9375 2.8125, 0.625 2.8125))", + "cx": 0.78125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 85.0704296133442, + "elevation": -28.77988583891438, + "thickness": 1.0640550401432534, + "density": 965.4221423578554, + "uC": 0.12514591964860294, + "vC": -0.3922857634429498, + "u10": 0.12514591964860294, + "v10": -0.3922857634429498, + "id": "1040" + }, + { + "geometry": "POLYGON ((0.9375 2.8125, 0.9375 3.125, 1.25 3.125, 1.25 2.8125, 0.9375 2.8125))", + "cx": 1.09375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.2127753699722, + "elevation": -28.488957064724765, + "thickness": 1.093466489515717, + "density": 952.9110406391021, + "uC": 0.058557826425026674, + "vC": -0.3985224586929492, + "u10": 0.058557826425026674, + "v10": -0.3985224586929492, + "id": "1041" + }, + { + "geometry": "POLYGON ((0.625 2.5, 0.625 2.8125, 0.9375 2.8125, 0.9375 2.5, 0.625 2.5))", + "cx": 0.78125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.58063271358321, + "elevation": -34.0862076393003, + "thickness": 1.1314321123181905, + "density": 950.5206505654982, + "uC": 0.03622711851938101, + "vC": -0.41351752097181804, + "u10": 0.03622711851938101, + "v10": -0.41351752097181804, + "id": "1042" + }, + { + "geometry": "POLYGON ((0.9375 2.5, 0.9375 2.8125, 1.25 2.8125, 1.25 2.5, 0.9375 2.5))", + "cx": 1.09375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.75347837305443, + "elevation": -27.979665199834763, + "thickness": 1.117042611065115, + "density": 941.4881923647226, + "uC": 0.01901072995950642, + "vC": -0.38769689588848744, + "u10": 0.01901072995950642, + "v10": -0.38769689588848744, + "id": "1043" + }, + { + "geometry": "POLYGON ((1.25 3.4375, 1.25 3.75, 1.5625 3.75, 1.5625 3.4375, 1.25 3.4375))", + "cx": 1.40625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.95523335055562, + "elevation": -6.621047524549661, + "thickness": 1.0876512855882656, + "density": 970.5992005283547, + "uC": -0.23205299523459583, + "vC": -0.06724322619781034, + "u10": -0.23205299523459583, + "v10": -0.06724322619781034, + "id": "1044" + }, + { + "geometry": "POLYGON ((1.5625 3.4375, 1.5625 3.75, 1.875 3.75, 1.875 3.4375, 1.5625 3.4375))", + "cx": 1.71875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.5023819298849, + "elevation": -12.02795944194686, + "thickness": 1.0926273916673988, + "density": 965.7794259888553, + "uC": -0.18076174229960335, + "vC": -0.025131221913014076, + "u10": -0.18076174229960335, + "v10": -0.025131221913014076, + "id": "1045" + }, + { + "geometry": "POLYGON ((1.25 3.125, 1.25 3.4375, 1.5625 3.4375, 1.5625 3.125, 1.25 3.125))", + "cx": 1.40625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.37863448649935, + "elevation": -12.858307628340668, + "thickness": 1.1054421033845643, + "density": 960.4991413011737, + "uC": -0.2696290823414448, + "vC": -0.19165531285022352, + "u10": -0.2696290823414448, + "v10": -0.19165531285022352, + "id": "1046" + }, + { + "geometry": "POLYGON ((1.5625 3.125, 1.5625 3.4375, 1.875 3.4375, 1.875 3.125, 1.5625 3.125))", + "cx": 1.71875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.32002440533745, + "elevation": -9.261818915708524, + "thickness": 1.0991244900314394, + "density": 963.4153870373054, + "uC": -0.23894905955485157, + "vC": -0.12299651275062198, + "u10": -0.23894905955485157, + "v10": -0.12299651275062198, + "id": "1047" + }, + { + "geometry": "POLYGON ((1.875 3.4375, 1.875 3.75, 2.1875 3.75, 2.1875 3.4375, 1.875 3.4375))", + "cx": 2.03125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.05286949482783, + "elevation": -7.3084459630412635, + "thickness": 1.0968107180367235, + "density": 971.5544012771572, + "uC": -0.1122849892791499, + "vC": 0.012062209272210255, + "u10": -0.1122849892791499, + "v10": 0.012062209272210255, + "id": "1048" + }, + { + "geometry": "POLYGON ((2.1875 3.4375, 2.1875 3.75, 2.5 3.75, 2.5 3.4375, 2.1875 3.4375))", + "cx": 2.34375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.43159230819498, + "elevation": -3.199765944065315, + "thickness": 1.1178135065105044, + "density": 978.0302685413582, + "uC": -0.11708201352349325, + "vC": -0.02245958271905778, + "u10": -0.11708201352349325, + "v10": -0.02245958271905778, + "id": "1049" + }, + { + "geometry": "POLYGON ((1.875 3.125, 1.875 3.4375, 2.1875 3.4375, 2.1875 3.125, 1.875 3.125))", + "cx": 2.03125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.52669389595425, + "elevation": -5.047396577860809, + "thickness": 1.0971556879968651, + "density": 967.8415706397091, + "uC": -0.17450678806487943, + "vC": -0.06356143921248451, + "u10": -0.17450678806487943, + "v10": -0.06356143921248451, + "id": "1050" + }, + { + "geometry": "POLYGON ((2.1875 3.125, 2.1875 3.4375, 2.5 3.4375, 2.5 3.125, 2.1875 3.125))", + "cx": 2.34375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.214305529669, + "elevation": -3.488987745747652, + "thickness": 1.1439188473204145, + "density": 975.1589447081099, + "uC": -0.16091472983614713, + "vC": -0.07061736385382131, + "u10": -0.16091472983614713, + "v10": -0.07061736385382131, + "id": "1051" + }, + { + "geometry": "POLYGON ((1.25 2.8125, 1.25 3.125, 1.5625 3.125, 1.5625 2.8125, 1.25 2.8125))", + "cx": 1.40625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.47590678341047, + "elevation": -16.561752689033288, + "thickness": 1.0981909417172862, + "density": 946.9748296532567, + "uC": -0.12203267847734639, + "vC": -0.3393010657049479, + "u10": -0.12203267847734639, + "v10": -0.3393010657049479, + "id": "1052" + }, + { + "geometry": "POLYGON ((1.5625 2.8125, 1.5625 3.125, 1.875 3.125, 1.875 2.8125, 1.5625 2.8125))", + "cx": 1.71875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.97745731692318, + "elevation": -13.024026165668818, + "thickness": 1.1270275920942106, + "density": 952.3715529685062, + "uC": -0.2033340086781904, + "vC": -0.22365164039561483, + "u10": -0.2033340086781904, + "v10": -0.22365164039561483, + "id": "1053" + }, + { + "geometry": "POLYGON ((1.25 2.5, 1.25 2.8125, 1.5625 2.8125, 1.5625 2.5, 1.25 2.5))", + "cx": 1.40625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.63157227276423, + "elevation": -24.43373221726636, + "thickness": 1.111760131929359, + "density": 936.804021199385, + "uC": 0.021239661694736813, + "vC": -0.3651045264908906, + "u10": 0.021239661694736813, + "v10": -0.3651045264908906, + "id": "1054" + }, + { + "geometry": "POLYGON ((1.5625 2.5, 1.5625 2.8125, 1.875 2.8125, 1.875 2.5, 1.5625 2.5))", + "cx": 1.71875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.0792500044036, + "elevation": -14.684431556769031, + "thickness": 1.1494566051771207, + "density": 946.3373384202812, + "uC": -0.012650557806786776, + "vC": -0.4201451830578048, + "u10": -0.012650557806786776, + "v10": -0.4201451830578048, + "id": "1055" + }, + { + "geometry": "POLYGON ((1.875 2.8125, 1.875 3.125, 2.1875 3.125, 2.1875 2.8125, 1.875 2.8125))", + "cx": 2.03125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.78777547439157, + "elevation": -6.445517134645475, + "thickness": 1.1377033640179397, + "density": 952.6752500568575, + "uC": -0.13987330169789644, + "vC": -0.2516271827783103, + "u10": -0.13987330169789644, + "v10": -0.2516271827783103, + "id": "1056" + }, + { + "geometry": "POLYGON ((2.1875 2.8125, 2.1875 3.125, 2.5 3.125, 2.5 2.8125, 2.1875 2.8125))", + "cx": 2.34375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.7627756091716, + "elevation": 0.10060710947662765, + "thickness": 1.1780724414905774, + "density": 956.4052291810144, + "uC": -0.1002625986242349, + "vC": -0.2334343843410286, + "u10": -0.1002625986242349, + "v10": -0.2334343843410286, + "id": "1057" + }, + { + "geometry": "POLYGON ((1.875 2.5, 1.875 2.8125, 2.1875 2.8125, 2.1875 2.5, 1.875 2.5))", + "cx": 2.03125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.43338499155993, + "elevation": 4.813451891819097, + "thickness": 1.1725767320448397, + "density": 940.893420348491, + "uC": -0.010426131437834541, + "vC": -0.4033506828687768, + "u10": -0.010426131437834541, + "v10": -0.4033506828687768, + "id": "1058" + }, + { + "geometry": "POLYGON ((2.1875 2.5, 2.1875 2.8125, 2.5 2.8125, 2.5 2.5, 2.1875 2.5))", + "cx": 2.34375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.26565815817318, + "elevation": 11.57102098867173, + "thickness": 1.1981810463442366, + "density": 938.3073571714658, + "uC": -0.018435836396775554, + "vC": -0.3518090999956464, + "u10": -0.018435836396775554, + "v10": -0.3518090999956464, + "id": "1059" + }, + { + "geometry": "POLYGON ((2.5 4.6875, 2.5 5, 2.8125 5, 2.8125 4.6875, 2.5 4.6875))", + "cx": 2.65625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.5908132087265, + "elevation": -29.988694968209384, + "thickness": 1.0444901620894826, + "density": 984.0874801253029, + "uC": -0.30154877541207825, + "vC": 0.03964490100160632, + "u10": -0.30154877541207825, + "v10": 0.03964490100160632, + "id": "1060" + }, + { + "geometry": "POLYGON ((2.8125 4.6875, 2.8125 5, 3.125 5, 3.125 4.6875, 2.8125 4.6875))", + "cx": 2.96875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.14974670485518, + "elevation": -30.65775841326849, + "thickness": 1.0905809566999778, + "density": 990.3514302343436, + "uC": -0.31853222100448453, + "vC": 0.01360239222764106, + "u10": -0.31853222100448453, + "v10": 0.01360239222764106, + "id": "1061" + }, + { + "geometry": "POLYGON ((2.5 4.375, 2.5 4.6875, 2.8125 4.6875, 2.8125 4.375, 2.5 4.375))", + "cx": 2.65625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.81836009249781, + "elevation": -18.803188063594334, + "thickness": 1.0885643098729998, + "density": 989.3173536203068, + "uC": -0.227534207636642, + "vC": -0.009645281201395744, + "u10": -0.227534207636642, + "v10": -0.009645281201395744, + "id": "1062" + }, + { + "geometry": "POLYGON ((2.8125 4.375, 2.8125 4.6875, 3.125 4.6875, 3.125 4.375, 2.8125 4.375))", + "cx": 2.96875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.43800411533527, + "elevation": -14.686657369854975, + "thickness": 1.12879162442352, + "density": 991.1049944235554, + "uC": -0.24914350145942232, + "vC": -0.03179282219735041, + "u10": -0.24914350145942232, + "v10": -0.03179282219735041, + "id": "1063" + }, + { + "geometry": "POLYGON ((3.125 4.6875, 3.125 5, 3.4375 5, 3.4375 4.6875, 3.125 4.6875))", + "cx": 3.28125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 85.28134049715939, + "elevation": -21.874211587194495, + "thickness": 1.0868306944017245, + "density": 988.9753909341407, + "uC": -0.3249403922460842, + "vC": 0.03189668168632704, + "u10": -0.3249403922460842, + "v10": 0.03189668168632704, + "id": "1064" + }, + { + "geometry": "POLYGON ((3.4375 4.6875, 3.4375 5, 3.75 5, 3.75 4.6875, 3.4375 4.6875))", + "cx": 3.59375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.79185165729778, + "elevation": -19.22923731708783, + "thickness": 1.094620551935112, + "density": 985.1861591363681, + "uC": -0.41282474818271453, + "vC": -0.03379207143474727, + "u10": -0.41282474818271453, + "v10": -0.03379207143474727, + "id": "1065" + }, + { + "geometry": "POLYGON ((3.125 4.375, 3.125 4.6875, 3.4375 4.6875, 3.4375 4.375, 3.125 4.375))", + "cx": 3.28125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.63895701190083, + "elevation": -20.590576967119326, + "thickness": 1.1363315692712073, + "density": 992.7617682948087, + "uC": -0.2617375620219295, + "vC": -0.08186577688279668, + "u10": -0.2617375620219295, + "v10": -0.08186577688279668, + "id": "1066" + }, + { + "geometry": "POLYGON ((3.4375 4.375, 3.4375 4.6875, 3.75 4.6875, 3.75 4.375, 3.4375 4.375))", + "cx": 3.59375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.48431023073437, + "elevation": -11.912299100520135, + "thickness": 1.1397484045406387, + "density": 986.4701536419259, + "uC": -0.33081366884924834, + "vC": -0.17628440857173172, + "u10": -0.33081366884924834, + "v10": -0.17628440857173172, + "id": "1067" + }, + { + "geometry": "POLYGON ((2.5 4.0625, 2.5 4.375, 2.8125 4.375, 2.8125 4.0625, 2.5 4.0625))", + "cx": 2.65625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.14034985621264, + "elevation": -14.292294923902517, + "thickness": 1.1215584441469288, + "density": 991.1616129386064, + "uC": -0.17085113959286707, + "vC": -0.016337903134998603, + "u10": -0.17085113959286707, + "v10": -0.016337903134998603, + "id": "1068" + }, + { + "geometry": "POLYGON ((2.8125 4.0625, 2.8125 4.375, 3.125 4.375, 3.125 4.0625, 2.8125 4.0625))", + "cx": 2.96875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.52520076625176, + "elevation": -10.06196513291919, + "thickness": 1.1032845666765048, + "density": 990.8896393567076, + "uC": -0.20007815812447732, + "vC": -0.0837554862395323, + "u10": -0.20007815812447732, + "v10": -0.0837554862395323, + "id": "1069" + }, + { + "geometry": "POLYGON ((2.5 3.75, 2.5 4.0625, 2.8125 4.0625, 2.8125 3.75, 2.5 3.75))", + "cx": 2.65625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.63586788143857, + "elevation": -17.838158487011867, + "thickness": 1.1327668495808298, + "density": 989.3223799140118, + "uC": -0.17425243194441326, + "vC": -0.05648132432630021, + "u10": -0.17425243194441326, + "v10": -0.05648132432630021, + "id": "1070" + }, + { + "geometry": "POLYGON ((2.8125 3.75, 2.8125 4.0625, 3.125 4.0625, 3.125 3.75, 2.8125 3.75))", + "cx": 2.96875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.5248459163262, + "elevation": -14.383722310628896, + "thickness": 1.1030082466415498, + "density": 993.3627717643953, + "uC": -0.2142605664742429, + "vC": -0.17028203862301644, + "u10": -0.2142605664742429, + "v10": -0.17028203862301644, + "id": "1071" + }, + { + "geometry": "POLYGON ((3.125 4.0625, 3.125 4.375, 3.4375 4.375, 3.4375 4.0625, 3.125 4.0625))", + "cx": 3.28125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.267343988716, + "elevation": -19.489563325789547, + "thickness": 1.1212819860748464, + "density": 992.5939385117839, + "uC": -0.1809732836723721, + "vC": -0.14996014245238692, + "u10": -0.1809732836723721, + "v10": -0.14996014245238692, + "id": "1072" + }, + { + "geometry": "POLYGON ((3.4375 4.0625, 3.4375 4.375, 3.75 4.375, 3.75 4.0625, 3.4375 4.0625))", + "cx": 3.59375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.86171493962411, + "elevation": -11.555897762923948, + "thickness": 1.0916414977271685, + "density": 986.4443185243064, + "uC": -0.22946692086522358, + "vC": -0.16819502623407512, + "u10": -0.22946692086522358, + "v10": -0.16819502623407512, + "id": "1073" + }, + { + "geometry": "POLYGON ((3.125 3.75, 3.125 4.0625, 3.4375 4.0625, 3.4375 3.75, 3.125 3.75))", + "cx": 3.28125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.87086702087296, + "elevation": -14.491548382608393, + "thickness": 1.0901351649041806, + "density": 992.6192057791076, + "uC": -0.16234279281795672, + "vC": -0.18371910090674498, + "u10": -0.16234279281795672, + "v10": -0.18371910090674498, + "id": "1074" + }, + { + "geometry": "POLYGON ((3.4375 3.75, 3.4375 4.0625, 3.75 4.0625, 3.75 3.75, 3.4375 3.75))", + "cx": 3.59375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.96075797375696, + "elevation": -7.988051988300026, + "thickness": 1.107083720989782, + "density": 986.3234419412331, + "uC": -0.20257397453886009, + "vC": -0.15117910392863057, + "u10": -0.20257397453886009, + "v10": -0.15117910392863057, + "id": "1075" + }, + { + "geometry": "POLYGON ((3.75 4.6875, 3.75 5, 4.0625 5, 4.0625 4.6875, 3.75 4.6875))", + "cx": 3.90625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.09748805028605, + "elevation": -12.050297892830674, + "thickness": 1.0605073309631443, + "density": 977.1501176565996, + "uC": -0.4898037110473545, + "vC": -0.14171812435645043, + "u10": -0.4898037110473545, + "v10": -0.14171812435645043, + "id": "1076" + }, + { + "geometry": "POLYGON ((4.0625 4.6875, 4.0625 5, 4.375 5, 4.375 4.6875, 4.0625 4.6875))", + "cx": 4.21875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.11829136126192, + "elevation": -3.6935689627460446, + "thickness": 1.069820136864398, + "density": 965.8950735431854, + "uC": -0.4879486195652448, + "vC": -0.35476169637879823, + "u10": -0.4879486195652448, + "v10": -0.35476169637879823, + "id": "1077" + }, + { + "geometry": "POLYGON ((3.75 4.375, 3.75 4.6875, 4.0625 4.6875, 4.0625 4.375, 3.75 4.375))", + "cx": 3.90625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.43121351952783, + "elevation": -4.716964247995572, + "thickness": 1.0701517477678486, + "density": 975.2024671457411, + "uC": -0.36798659808552675, + "vC": -0.29475942371678415, + "u10": -0.36798659808552675, + "v10": -0.29475942371678415, + "id": "1078" + }, + { + "geometry": "POLYGON ((4.0625 4.375, 4.0625 4.6875, 4.375 4.6875, 4.375 4.375, 4.0625 4.375))", + "cx": 4.21875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.94050146253522, + "elevation": 0.17700934445186034, + "thickness": 1.0773091508101829, + "density": 961.9399294761486, + "uC": -0.3923342675653282, + "vC": -0.37854971097629764, + "u10": -0.3923342675653282, + "v10": -0.37854971097629764, + "id": "1079" + }, + { + "geometry": "POLYGON ((4.375 4.6875, 4.375 5, 4.6875 5, 4.6875 4.6875, 4.375 4.6875))", + "cx": 4.53125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.94313735739202, + "elevation": 8.794300283517455, + "thickness": 1.0582328405152759, + "density": 959.7653084408939, + "uC": -0.39465460393489205, + "vC": -0.6295187696798774, + "u10": -0.39465460393489205, + "v10": -0.6295187696798774, + "id": "1080" + }, + { + "geometry": "POLYGON ((4.6875 4.6875, 4.6875 5, 5 5, 5 4.6875, 4.6875 4.6875))", + "cx": 4.84375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.13975998809899, + "elevation": 14.574810085237315, + "thickness": 1.058895360545563, + "density": 960.9720826643097, + "uC": -0.4908144393356739, + "vC": -0.6298146961542115, + "u10": -0.4908144393356739, + "v10": -0.6298146961542115, + "id": "1081" + }, + { + "geometry": "POLYGON ((4.375 4.375, 4.375 4.6875, 4.6875 4.6875, 4.6875 4.375, 4.375 4.375))", + "cx": 4.53125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.69128478332286, + "elevation": 14.251222045345479, + "thickness": 1.0584179395093258, + "density": 956.936680702056, + "uC": -0.2991664904884162, + "vC": -0.5948693940070324, + "u10": -0.2991664904884162, + "v10": -0.5948693940070324, + "id": "1082" + }, + { + "geometry": "POLYGON ((4.6875 4.375, 4.6875 4.6875, 5 4.6875, 5 4.375, 4.6875 4.375))", + "cx": 4.84375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.60798844485385, + "elevation": 13.941147477481291, + "thickness": 1.0266370544838028, + "density": 959.4837630568143, + "uC": -0.2855888615421937, + "vC": -0.6818485800318665, + "u10": -0.2855888615421937, + "v10": -0.6818485800318665, + "id": "1083" + }, + { + "geometry": "POLYGON ((3.75 4.0625, 3.75 4.375, 4.0625 4.375, 4.0625 4.0625, 3.75 4.0625))", + "cx": 3.90625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.28547462859794, + "elevation": -6.018574554986776, + "thickness": 1.0987510078412146, + "density": 974.4839200860499, + "uC": -0.26805915412086145, + "vC": -0.2868194559893416, + "u10": -0.26805915412086145, + "v10": -0.2868194559893416, + "id": "1084" + }, + { + "geometry": "POLYGON ((4.0625 4.0625, 4.0625 4.375, 4.375 4.375, 4.375 4.0625, 4.0625 4.0625))", + "cx": 4.21875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.64761261937012, + "elevation": 3.0887853232802787, + "thickness": 1.1031571076811786, + "density": 965.5537244255065, + "uC": -0.32088022336240296, + "vC": -0.4283312069402568, + "u10": -0.32088022336240296, + "v10": -0.4283312069402568, + "id": "1085" + }, + { + "geometry": "POLYGON ((3.75 3.75, 3.75 4.0625, 4.0625 4.0625, 4.0625 3.75, 3.75 3.75))", + "cx": 3.90625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.4209152689721, + "elevation": -0.22094021020600985, + "thickness": 1.093306664983107, + "density": 976.3009036469267, + "uC": -0.3147474112484394, + "vC": -0.17353767789041746, + "u10": -0.3147474112484394, + "v10": -0.17353767789041746, + "id": "1086" + }, + { + "geometry": "POLYGON ((4.0625 3.75, 4.0625 4.0625, 4.375 4.0625, 4.375 3.75, 4.0625 3.75))", + "cx": 4.21875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.54713287565589, + "elevation": 11.337016474518647, + "thickness": 1.1033380246886697, + "density": 967.2581012713558, + "uC": -0.31103743459276956, + "vC": -0.33503303215524943, + "u10": -0.31103743459276956, + "v10": -0.33503303215524943, + "id": "1087" + }, + { + "geometry": "POLYGON ((2.5 3.4375, 2.5 3.75, 2.8125 3.75, 2.8125 3.4375, 2.5 3.4375))", + "cx": 2.65625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.43615668980544, + "elevation": -4.906376560545959, + "thickness": 1.1410090065107856, + "density": 985.0690726600134, + "uC": -0.12952208804668036, + "vC": -0.07627344727940726, + "u10": -0.12952208804668036, + "v10": -0.07627344727940726, + "id": "1088" + }, + { + "geometry": "POLYGON ((2.8125 3.4375, 2.8125 3.75, 3.125 3.75, 3.125 3.4375, 2.8125 3.4375))", + "cx": 2.96875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.29243529498093, + "elevation": -1.9484421443275697, + "thickness": 1.0873965361162883, + "density": 988.9972405314239, + "uC": -0.12245489680165456, + "vC": -0.18024059328667785, + "u10": -0.12245489680165456, + "v10": -0.18024059328667785, + "id": "1089" + }, + { + "geometry": "POLYGON ((2.5 3.125, 2.5 3.4375, 2.8125 3.4375, 2.8125 3.125, 2.5 3.125))", + "cx": 2.65625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.09787184710667, + "elevation": 0.23150086275568382, + "thickness": 1.190249983795895, + "density": 979.8655996420692, + "uC": -0.112764323315346, + "vC": -0.13798954233899377, + "u10": -0.112764323315346, + "v10": -0.13798954233899377, + "id": "1090" + }, + { + "geometry": "POLYGON ((2.8125 3.125, 2.8125 3.4375, 3.125 3.4375, 3.125 3.125, 2.8125 3.125))", + "cx": 2.96875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.25831468447922, + "elevation": -0.18568777896452704, + "thickness": 1.1646978232450595, + "density": 976.4843673984958, + "uC": -0.04446670958491864, + "vC": -0.21648954952616095, + "u10": -0.04446670958491864, + "v10": -0.21648954952616095, + "id": "1091" + }, + { + "geometry": "POLYGON ((3.125 3.4375, 3.125 3.75, 3.4375 3.75, 3.4375 3.4375, 3.125 3.4375))", + "cx": 3.28125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.12656307632264, + "elevation": -5.209815220741984, + "thickness": 1.0730844420596586, + "density": 982.8368634330847, + "uC": -0.10063993405085195, + "vC": -0.26785878693524456, + "u10": -0.10063993405085195, + "v10": -0.26785878693524456, + "id": "1092" + }, + { + "geometry": "POLYGON ((3.4375 3.4375, 3.4375 3.75, 3.75 3.75, 3.75 3.4375, 3.4375 3.4375))", + "cx": 3.59375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.53891405550028, + "elevation": -9.386174769339476, + "thickness": 1.110011998236645, + "density": 976.1862051003957, + "uC": -0.23565630722682168, + "vC": -0.2250285591921014, + "u10": -0.23565630722682168, + "v10": -0.2250285591921014, + "id": "1093" + }, + { + "geometry": "POLYGON ((3.125 3.125, 3.125 3.4375, 3.4375 3.4375, 3.4375 3.125, 3.125 3.125))", + "cx": 3.28125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.06490184640339, + "elevation": 2.1442464757328854, + "thickness": 1.1474652471560862, + "density": 972.8563914961907, + "uC": 0.0053791444397172615, + "vC": -0.30070062685621496, + "u10": 0.0053791444397172615, + "v10": -0.30070062685621496, + "id": "1094" + }, + { + "geometry": "POLYGON ((3.4375 3.125, 3.4375 3.4375, 3.75 3.4375, 3.75 3.125, 3.4375 3.125))", + "cx": 3.59375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.730170800772534, + "elevation": 0.7923576291307513, + "thickness": 1.1298846779792648, + "density": 971.4305898766472, + "uC": -0.24992587163987448, + "vC": -0.2919819071811587, + "u10": -0.24992587163987448, + "v10": -0.2919819071811587, + "id": "1095" + }, + { + "geometry": "POLYGON ((2.5 2.8125, 2.5 3.125, 2.8125 3.125, 2.8125 2.8125, 2.5 2.8125))", + "cx": 2.65625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.55227318810233, + "elevation": 8.733210374454597, + "thickness": 1.1975930418992207, + "density": 959.8826239826797, + "uC": -0.14647626510327033, + "vC": -0.24633035926110253, + "u10": -0.14647626510327033, + "v10": -0.24633035926110253, + "id": "1096" + }, + { + "geometry": "POLYGON ((2.8125 2.8125, 2.8125 3.125, 3.125 3.125, 3.125 2.8125, 2.8125 2.8125))", + "cx": 2.96875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.12527439108433, + "elevation": 1.0239644634063203, + "thickness": 1.183188973739151, + "density": 961.6084682997946, + "uC": -0.07127327212011134, + "vC": -0.2776776004286353, + "u10": -0.07127327212011134, + "v10": -0.2776776004286353, + "id": "1097" + }, + { + "geometry": "POLYGON ((2.5 2.5, 2.5 2.8125, 2.8125 2.8125, 2.8125 2.5, 2.5 2.5))", + "cx": 2.65625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.6111828951339, + "elevation": 11.133956421178528, + "thickness": 1.2362253052774914, + "density": 946.36227833022, + "uC": -0.05137435166101894, + "vC": -0.3404685690121443, + "u10": -0.05137435166101894, + "v10": -0.3404685690121443, + "id": "1098" + }, + { + "geometry": "POLYGON ((2.8125 2.5, 2.8125 2.8125, 3.125 2.8125, 3.125 2.5, 2.8125 2.5))", + "cx": 2.96875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.58683053269218, + "elevation": 6.088028550872471, + "thickness": 1.1880049806920245, + "density": 951.9942310096817, + "uC": -0.07817937632350788, + "vC": -0.2927693187720156, + "u10": -0.07817937632350788, + "v10": -0.2927693187720156, + "id": "1099" + }, + { + "geometry": "POLYGON ((0 2.1875, 0 2.5, 0.3125 2.5, 0.3125 2.1875, 0 2.1875))", + "cx": 0.15625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.19771804749502, + "elevation": -37.02190927518397, + "thickness": 1.1758979673419168, + "density": 949.4474807540942, + "uC": 0.18577948625279336, + "vC": -0.36941176898405803, + "u10": 0.18577948625279336, + "v10": -0.36941176898405803, + "id": "1100" + }, + { + "geometry": "POLYGON ((0.3125 2.1875, 0.3125 2.5, 0.625 2.5, 0.625 2.1875, 0.3125 2.1875))", + "cx": 0.46875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.30467472834329, + "elevation": -35.77736063213338, + "thickness": 1.1920846156434663, + "density": 945.5427254682783, + "uC": 0.16450567701645202, + "vC": -0.3202743665360524, + "u10": 0.16450567701645202, + "v10": -0.3202743665360524, + "id": "1101" + }, + { + "geometry": "POLYGON ((0 1.875, 0 2.1875, 0.3125 2.1875, 0.3125 1.875, 0 1.875))", + "cx": 0.15625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.49932502504222, + "elevation": -36.40312778605431, + "thickness": 1.1768066200556198, + "density": 943.2326612525887, + "uC": 0.22992524152622143, + "vC": -0.36751903387658547, + "u10": 0.22992524152622143, + "v10": -0.36751903387658547, + "id": "1102" + }, + { + "geometry": "POLYGON ((0.3125 1.875, 0.3125 2.1875, 0.625 2.1875, 0.625 1.875, 0.3125 1.875))", + "cx": 0.46875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.64878047811395, + "elevation": -28.339536119337783, + "thickness": 1.1734595501082457, + "density": 935.9778605495035, + "uC": 0.23127456713752564, + "vC": -0.3582906642960733, + "u10": 0.23127456713752564, + "v10": -0.3582906642960733, + "id": "1103" + }, + { + "geometry": "POLYGON ((0.625 2.1875, 0.625 2.5, 0.9375 2.5, 0.9375 2.1875, 0.625 2.1875))", + "cx": 0.78125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.60659020586928, + "elevation": -35.656796839673895, + "thickness": 1.1762177330315877, + "density": 945.6591657558038, + "uC": 0.1543704254465988, + "vC": -0.33142009462996724, + "u10": 0.1543704254465988, + "v10": -0.33142009462996724, + "id": "1104" + }, + { + "geometry": "POLYGON ((0.9375 2.1875, 0.9375 2.5, 1.25 2.5, 1.25 2.1875, 0.9375 2.1875))", + "cx": 1.09375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.56098752933923, + "elevation": -29.147652861180113, + "thickness": 1.193778234508367, + "density": 942.6821610442491, + "uC": 0.15299603195208228, + "vC": -0.34711633673863507, + "u10": 0.15299603195208228, + "v10": -0.34711633673863507, + "id": "1105" + }, + { + "geometry": "POLYGON ((0.625 1.875, 0.625 2.1875, 0.9375 2.1875, 0.9375 1.875, 0.625 1.875))", + "cx": 0.78125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.18090432022507, + "elevation": -21.612160534360964, + "thickness": 1.1516325504650355, + "density": 939.4985525070244, + "uC": 0.2857500348946288, + "vC": -0.32121477513407914, + "u10": 0.2857500348946288, + "v10": -0.32121477513407914, + "id": "1106" + }, + { + "geometry": "POLYGON ((0.9375 1.875, 0.9375 2.1875, 1.25 2.1875, 1.25 1.875, 0.9375 1.875))", + "cx": 1.09375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.20490243925488, + "elevation": -19.7790343418108, + "thickness": 1.1915654622275875, + "density": 939.3000963901504, + "uC": 0.2773537385579991, + "vC": -0.3231658596460233, + "u10": 0.2773537385579991, + "v10": -0.3231658596460233, + "id": "1107" + }, + { + "geometry": "POLYGON ((0 1.5625, 0 1.875, 0.3125 1.875, 0.3125 1.5625, 0 1.5625))", + "cx": 0.15625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.61163828291153, + "elevation": -28.264424757422177, + "thickness": 1.18466337380514, + "density": 933.8845284396225, + "uC": 0.28989222381420143, + "vC": -0.35681077835563363, + "u10": 0.28989222381420143, + "v10": -0.35681077835563363, + "id": "1108" + }, + { + "geometry": "POLYGON ((0.3125 1.5625, 0.3125 1.875, 0.625 1.875, 0.625 1.5625, 0.3125 1.5625))", + "cx": 0.46875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.37656989068893, + "elevation": -22.68385584676148, + "thickness": 1.1622471801321317, + "density": 929.6066118954211, + "uC": 0.3656926417286805, + "vC": -0.3247342336958814, + "u10": 0.3656926417286805, + "v10": -0.3247342336958814, + "id": "1109" + }, + { + "geometry": "POLYGON ((0 1.25, 0 1.5625, 0.3125 1.5625, 0.3125 1.25, 0 1.25))", + "cx": 0.15625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.72563006211665, + "elevation": -32.33374745616781, + "thickness": 1.2094299248486344, + "density": 931.0842029138165, + "uC": 0.367031916453053, + "vC": -0.43545084675836354, + "u10": 0.367031916453053, + "v10": -0.43545084675836354, + "id": "1110" + }, + { + "geometry": "POLYGON ((0.3125 1.25, 0.3125 1.5625, 0.625 1.5625, 0.625 1.25, 0.3125 1.25))", + "cx": 0.46875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.99478155526134, + "elevation": -32.18646554402215, + "thickness": 1.1483490490162116, + "density": 933.1019724849345, + "uC": 0.44017881954977817, + "vC": -0.33305130417235884, + "u10": 0.44017881954977817, + "v10": -0.33305130417235884, + "id": "1111" + }, + { + "geometry": "POLYGON ((0.625 1.5625, 0.625 1.875, 0.9375 1.875, 0.9375 1.5625, 0.625 1.5625))", + "cx": 0.78125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.01893150521869, + "elevation": -25.420056803080634, + "thickness": 1.129916163010622, + "density": 930.6916454749745, + "uC": 0.4210660324602005, + "vC": -0.2541898888800321, + "u10": 0.4210660324602005, + "v10": -0.2541898888800321, + "id": "1112" + }, + { + "geometry": "POLYGON ((0.9375 1.5625, 0.9375 1.875, 1.25 1.875, 1.25 1.5625, 0.9375 1.5625))", + "cx": 1.09375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.58235153368011, + "elevation": -18.095606643431374, + "thickness": 1.1603067710609634, + "density": 938.7535465627816, + "uC": 0.4220829256815789, + "vC": -0.1720625339752596, + "u10": 0.4220829256815789, + "v10": -0.1720625339752596, + "id": "1113" + }, + { + "geometry": "POLYGON ((0.625 1.25, 0.625 1.5625, 0.9375 1.5625, 0.9375 1.25, 0.625 1.25))", + "cx": 0.78125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.86953543657118, + "elevation": -26.76555770167312, + "thickness": 1.1374418105285926, + "density": 930.0989047626482, + "uC": 0.44076679115471884, + "vC": -0.24491763199734867, + "u10": 0.44076679115471884, + "v10": -0.24491763199734867, + "id": "1114" + }, + { + "geometry": "POLYGON ((0.9375 1.25, 0.9375 1.5625, 1.25 1.5625, 1.25 1.25, 0.9375 1.25))", + "cx": 1.09375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.95758820575878, + "elevation": -23.672034880973037, + "thickness": 1.1854544057728915, + "density": 927.0785965794691, + "uC": 0.36203648942369615, + "vC": -0.22721505782948306, + "u10": 0.36203648942369615, + "v10": -0.22721505782948306, + "id": "1115" + }, + { + "geometry": "POLYGON ((0 0.9375, 0 1.25, 0.3125 1.25, 0.3125 0.9375, 0 0.9375))", + "cx": 0.15625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.81259434413596, + "elevation": -31.469046204400833, + "thickness": 1.2384465506140185, + "density": 928.4393475100236, + "uC": 0.41575822156650133, + "vC": -0.4331126528883641, + "u10": 0.41575822156650133, + "v10": -0.4331126528883641, + "id": "1116" + }, + { + "geometry": "POLYGON ((0.3125 0.9375, 0.3125 1.25, 0.625 1.25, 0.625 0.9375, 0.3125 0.9375))", + "cx": 0.46875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.94319776943493, + "elevation": -34.09924936399563, + "thickness": 1.1964624844819842, + "density": 933.9104307050961, + "uC": 0.5251380326505762, + "vC": -0.3052604287704629, + "u10": 0.5251380326505762, + "v10": -0.3052604287704629, + "id": "1117" + }, + { + "geometry": "POLYGON ((0 0.625, 0 0.9375, 0.3125 0.9375, 0.3125 0.625, 0 0.625))", + "cx": 0.15625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.8079489502221, + "elevation": -36.002342836846154, + "thickness": 1.2417781731534325, + "density": 931.9243398182736, + "uC": 0.4995131657500377, + "vC": -0.35452598849565903, + "u10": 0.4995131657500377, + "v10": -0.35452598849565903, + "id": "1118" + }, + { + "geometry": "POLYGON ((0.3125 0.625, 0.3125 0.9375, 0.625 0.9375, 0.625 0.625, 0.3125 0.625))", + "cx": 0.46875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.76560889899454, + "elevation": -42.24696224201067, + "thickness": 1.2418514954667859, + "density": 937.4854776136599, + "uC": 0.5730883758232403, + "vC": -0.3575781926150206, + "u10": 0.5730883758232403, + "v10": -0.3575781926150206, + "id": "1119" + }, + { + "geometry": "POLYGON ((0.625 0.9375, 0.625 1.25, 0.9375 1.25, 0.9375 0.9375, 0.625 0.9375))", + "cx": 0.78125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.80873163624562, + "elevation": -33.77811601248654, + "thickness": 1.1871510413168929, + "density": 928.0829788476422, + "uC": 0.4948988402245939, + "vC": -0.23392259813022862, + "u10": 0.4948988402245939, + "v10": -0.23392259813022862, + "id": "1120" + }, + { + "geometry": "POLYGON ((0.9375 0.9375, 0.9375 1.25, 1.25 1.25, 1.25 0.9375, 0.9375 0.9375))", + "cx": 1.09375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.07281100604979, + "elevation": -33.70533149748286, + "thickness": 1.2012557775481925, + "density": 919.7354779320536, + "uC": 0.42591266693189533, + "vC": -0.16235247617352802, + "u10": 0.42591266693189533, + "v10": -0.16235247617352802, + "id": "1121" + }, + { + "geometry": "POLYGON ((0.625 0.625, 0.625 0.9375, 0.9375 0.9375, 0.9375 0.625, 0.625 0.625))", + "cx": 0.78125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.16147990105392, + "elevation": -47.32301703949393, + "thickness": 1.2747784323061429, + "density": 933.9114045900686, + "uC": 0.5353142794504779, + "vC": -0.16107061196492306, + "u10": 0.5353142794504779, + "v10": -0.16107061196492306, + "id": "1122" + }, + { + "geometry": "POLYGON ((0.9375 0.625, 0.9375 0.9375, 1.25 0.9375, 1.25 0.625, 0.9375 0.625))", + "cx": 1.09375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.73286491494502, + "elevation": -38.64829802191424, + "thickness": 1.272636321994041, + "density": 922.0840993570218, + "uC": 0.4761441341686159, + "vC": -0.15468737835002083, + "u10": 0.4761441341686159, + "v10": -0.15468737835002083, + "id": "1123" + }, + { + "geometry": "POLYGON ((0 0.3125, 0 0.625, 0.3125 0.625, 0.3125 0.3125, 0 0.3125))", + "cx": 0.15625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.6555790000325, + "elevation": -44.31034738349226, + "thickness": 1.2843863400170827, + "density": 934.8372006427438, + "uC": 0.5795130973926494, + "vC": -0.24521499561842247, + "u10": 0.5795130973926494, + "v10": -0.24521499561842247, + "id": "1124" + }, + { + "geometry": "POLYGON ((0.3125 0.3125, 0.3125 0.625, 0.625 0.625, 0.625 0.3125, 0.3125 0.3125))", + "cx": 0.46875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.59741432555917, + "elevation": -49.060250447758065, + "thickness": 1.2801731748344325, + "density": 937.04762614019, + "uC": 0.6212642286862609, + "vC": -0.22883035363651782, + "u10": 0.6212642286862609, + "v10": -0.22883035363651782, + "id": "1125" + }, + { + "geometry": "POLYGON ((0 0, 0 0.3125, 0.3125 0.3125, 0.3125 0, 0 0))", + "cx": 0.15625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 89.32476011930947, + "elevation": -42.86485684742573, + "thickness": 1.3212626539756729, + "density": 932.918268113016, + "uC": 0.6436332035472029, + "vC": -0.060311242531996836, + "u10": 0.6436332035472029, + "v10": -0.060311242531996836, + "id": "1126" + }, + { + "geometry": "POLYGON ((0.3125 0, 0.3125 0.3125, 0.625 0.3125, 0.625 0, 0.3125 0))", + "cx": 0.46875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.94279073183894, + "elevation": -48.010954597196424, + "thickness": 1.2910435684854589, + "density": 937.0131800709767, + "uC": 0.6705404530150056, + "vC": 0.03299153073369237, + "u10": 0.6705404530150056, + "v10": 0.03299153073369237, + "id": "1127" + }, + { + "geometry": "POLYGON ((0.625 0.3125, 0.625 0.625, 0.9375 0.625, 0.9375 0.3125, 0.625 0.3125))", + "cx": 0.78125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.19713802979368, + "elevation": -46.205469283184755, + "thickness": 1.3010580681160113, + "density": 939.0185861914038, + "uC": 0.5866422665282037, + "vC": -0.08213201879571252, + "u10": 0.5866422665282037, + "v10": -0.08213201879571252, + "id": "1128" + }, + { + "geometry": "POLYGON ((0.9375 0.3125, 0.9375 0.625, 1.25 0.625, 1.25 0.3125, 0.9375 0.3125))", + "cx": 1.09375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.875495885124415, + "elevation": -38.08576736572147, + "thickness": 1.295206582968017, + "density": 932.2472209321932, + "uC": 0.49481586700036295, + "vC": -0.17332225665079226, + "u10": 0.49481586700036295, + "v10": -0.17332225665079226, + "id": "1129" + }, + { + "geometry": "POLYGON ((0.625 0, 0.625 0.3125, 0.9375 0.3125, 0.9375 0, 0.625 0))", + "cx": 0.78125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.33878306400047, + "elevation": -43.237717543858736, + "thickness": 1.3204623944476035, + "density": 939.547102824847, + "uC": 0.5976689342827292, + "vC": -0.03928513609275901, + "u10": 0.5976689342827292, + "v10": -0.03928513609275901, + "id": "1130" + }, + { + "geometry": "POLYGON ((0.9375 0, 0.9375 0.3125, 1.25 0.3125, 1.25 0, 0.9375 0))", + "cx": 1.09375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.40494940544777, + "elevation": -36.212267194780665, + "thickness": 1.3193901088915971, + "density": 936.871077731055, + "uC": 0.5737655745434799, + "vC": -0.12284022806368305, + "u10": 0.5737655745434799, + "v10": -0.12284022806368305, + "id": "1131" + }, + { + "geometry": "POLYGON ((8.125 2.8125, 8.125 3.125, 8.4375 3.125, 8.4375 2.8125, 8.125 2.8125))", + "cx": 8.28125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.5749573430208, + "elevation": 15.395588998406733, + "thickness": 1.1854177972943931, + "density": 909.0366041130709, + "uC": 0.42502596424740335, + "vC": -0.38590088025018837, + "u10": 0.42502596424740335, + "v10": -0.38590088025018837, + "id": "1132" + }, + { + "geometry": "POLYGON ((8.4375 2.8125, 8.4375 3.125, 8.75 3.125, 8.75 2.8125, 8.4375 2.8125))", + "cx": 8.59375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.51535019952178, + "elevation": 12.436928930759453, + "thickness": 1.1838605905498243, + "density": 907.4338291499329, + "uC": 0.3592232413657802, + "vC": -0.42194040488740403, + "u10": 0.3592232413657802, + "v10": -0.42194040488740403, + "id": "1133" + }, + { + "geometry": "POLYGON ((8.125 2.5, 8.125 2.8125, 8.4375 2.8125, 8.4375 2.5, 8.125 2.5))", + "cx": 8.28125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.61647106107596, + "elevation": 5.592145212915917, + "thickness": 1.19776263204718, + "density": 902.050359151209, + "uC": 0.33261576157381656, + "vC": -0.3369785372218036, + "u10": 0.33261576157381656, + "v10": -0.3369785372218036, + "id": "1134" + }, + { + "geometry": "POLYGON ((8.4375 2.5, 8.4375 2.8125, 8.75 2.8125, 8.75 2.5, 8.4375 2.5))", + "cx": 8.59375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.04545998216618, + "elevation": 7.163326737876471, + "thickness": 1.2299255035529717, + "density": 900.1548468506488, + "uC": 0.26246778876635146, + "vC": -0.36889460443293287, + "u10": 0.26246778876635146, + "v10": -0.36889460443293287, + "id": "1135" + }, + { + "geometry": "POLYGON ((7.5 2.1875, 7.5 2.5, 7.8125 2.5, 7.8125 2.1875, 7.5 2.1875))", + "cx": 7.65625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.957645513674954, + "elevation": 11.906093934042904, + "thickness": 1.1795556848187587, + "density": 901.4815897820285, + "uC": 0.2056387199747828, + "vC": -0.5114937727618913, + "u10": 0.2056387199747828, + "v10": -0.5114937727618913, + "id": "1136" + }, + { + "geometry": "POLYGON ((7.8125 2.1875, 7.8125 2.5, 8.125 2.5, 8.125 2.1875, 7.8125 2.1875))", + "cx": 7.96875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.00641192600094, + "elevation": -1.190628336006301, + "thickness": 1.2050257256305603, + "density": 899.2810706713409, + "uC": 0.24269709615288002, + "vC": -0.46579142297175014, + "u10": 0.24269709615288002, + "v10": -0.46579142297175014, + "id": "1137" + }, + { + "geometry": "POLYGON ((7.5 1.875, 7.5 2.1875, 7.8125 2.1875, 7.8125 1.875, 7.5 1.875))", + "cx": 7.65625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.89015839216371, + "elevation": 8.093934621637151, + "thickness": 1.1798371893635666, + "density": 909.9992078459662, + "uC": 0.06736859831424806, + "vC": -0.46236968953329793, + "u10": 0.06736859831424806, + "v10": -0.46236968953329793, + "id": "1138" + }, + { + "geometry": "POLYGON ((7.8125 1.875, 7.8125 2.1875, 8.125 2.1875, 8.125 1.875, 7.8125 1.875))", + "cx": 7.96875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.298580106826, + "elevation": -3.1875809200447485, + "thickness": 1.1950029126860744, + "density": 901.189424065098, + "uC": -0.030859633609831016, + "vC": -0.49279112431000804, + "u10": -0.030859633609831016, + "v10": -0.49279112431000804, + "id": "1139" + }, + { + "geometry": "POLYGON ((-1.875 7.8125, -1.875 8.125, -1.5625 8.125, -1.5625 7.8125, -1.875 7.8125))", + "cx": -1.71875, + "cy": 7.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.38658930555965, + "elevation": -52.78877707888197, + "thickness": 0.9327549024295506, + "density": 925.5945114139937, + "uC": -0.13839103416651774, + "vC": -0.4116425522589565, + "u10": -0.13839103416651774, + "v10": -0.4116425522589565, + "id": "1140" + }, + { + "geometry": "POLYGON ((-1.5625 7.8125, -1.5625 8.125, -1.25 8.125, -1.25 7.8125, -1.5625 7.8125))", + "cx": -1.40625, + "cy": 7.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.506251273507, + "elevation": -56.36458644952124, + "thickness": 0.9186877006678336, + "density": 940.0966367337817, + "uC": -0.29034812264719795, + "vC": -0.27224007217675045, + "u10": -0.29034812264719795, + "v10": -0.27224007217675045, + "id": "1141" + }, + { + "geometry": "POLYGON ((-1.875 7.5, -1.875 7.8125, -1.5625 7.8125, -1.5625 7.5, -1.875 7.5))", + "cx": -1.71875, + "cy": 7.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.39800642063327, + "elevation": -44.52482374968275, + "thickness": 0.9340357850297671, + "density": 943.6875112518887, + "uC": -0.12656468451299677, + "vC": -0.4065958468448301, + "u10": -0.12656468451299677, + "v10": -0.4065958468448301, + "id": "1142" + }, + { + "geometry": "POLYGON ((-1.5625 7.5, -1.5625 7.8125, -1.25 7.8125, -1.25 7.5, -1.5625 7.5))", + "cx": -1.40625, + "cy": 7.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.04548482737849, + "elevation": -52.52669659422813, + "thickness": 0.9583610068928423, + "density": 942.6445859752873, + "uC": -0.34380275194589816, + "vC": -0.23103162045036582, + "u10": -0.34380275194589816, + "v10": -0.23103162045036582, + "id": "1143" + }, + { + "geometry": "POLYGON ((-2.5 5.9375, -2.5 6.25, -2.1875 6.25, -2.1875 5.9375, -2.5 5.9375))", + "cx": -2.34375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.01679053002634, + "elevation": -35.61857436811023, + "thickness": 1.007536082153996, + "density": 977.949925035361, + "uC": 0.12101537591106597, + "vC": -0.5077210210978682, + "u10": 0.12101537591106597, + "v10": -0.5077210210978682, + "id": "1144" + }, + { + "geometry": "POLYGON ((-2.1875 5.9375, -2.1875 6.25, -1.875 6.25, -1.875 5.9375, -2.1875 5.9375))", + "cx": -2.03125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.72047066137131, + "elevation": -39.77701751918863, + "thickness": 1.0056144361162012, + "density": 974.3696260586876, + "uC": -0.07338921753071778, + "vC": -0.4850675861653731, + "u10": -0.07338921753071778, + "v10": -0.4850675861653731, + "id": "1145" + }, + { + "geometry": "POLYGON ((-2.5 5.625, -2.5 5.9375, -2.1875 5.9375, -2.1875 5.625, -2.5 5.625))", + "cx": -2.34375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.43673569158285, + "elevation": -42.63183479190181, + "thickness": 1.0315758704819125, + "density": 978.5363731632553, + "uC": 0.061050630947860396, + "vC": -0.4688226721475284, + "u10": 0.061050630947860396, + "v10": -0.4688226721475284, + "id": "1146" + }, + { + "geometry": "POLYGON ((-2.1875 5.625, -2.1875 5.9375, -1.875 5.9375, -1.875 5.625, -2.1875 5.625))", + "cx": -2.03125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.96348351239676, + "elevation": -45.784579732877035, + "thickness": 1.029934035392413, + "density": 982.2580790965919, + "uC": -0.0830434320597574, + "vC": -0.45343900996944275, + "u10": -0.0830434320597574, + "v10": -0.45343900996944275, + "id": "1147" + }, + { + "geometry": "POLYGON ((-1.875 5.9375, -1.875 6.25, -1.5625 6.25, -1.5625 5.9375, -1.875 5.9375))", + "cx": -1.71875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.30106211879644, + "elevation": -47.63717888603736, + "thickness": 0.998614790276893, + "density": 970.4713158503832, + "uC": -0.14150936728451258, + "vC": -0.43068666209405687, + "u10": -0.14150936728451258, + "v10": -0.43068666209405687, + "id": "1148" + }, + { + "geometry": "POLYGON ((-1.5625 5.9375, -1.5625 6.25, -1.25 6.25, -1.25 5.9375, -1.5625 5.9375))", + "cx": -1.40625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.34715949942422, + "elevation": -48.45664375544538, + "thickness": 0.9997021419851045, + "density": 983.8436981951888, + "uC": -0.13316438852025247, + "vC": -0.3887203598243102, + "u10": -0.13316438852025247, + "v10": -0.3887203598243102, + "id": "1149" + }, + { + "geometry": "POLYGON ((-1.875 5.625, -1.875 5.9375, -1.5625 5.9375, -1.5625 5.625, -1.875 5.625))", + "cx": -1.71875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.2913433705653, + "elevation": -50.67777429376078, + "thickness": 1.0001314326751607, + "density": 978.6826918449284, + "uC": -0.08791997129918208, + "vC": -0.4446042771122985, + "u10": -0.08791997129918208, + "v10": -0.4446042771122985, + "id": "1150" + }, + { + "geometry": "POLYGON ((-1.5625 5.625, -1.5625 5.9375, -1.25 5.9375, -1.25 5.625, -1.5625 5.625))", + "cx": -1.40625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.7863265462664, + "elevation": -52.08381426403153, + "thickness": 0.9945120841456678, + "density": 974.5843692507129, + "uC": -0.15703426961365757, + "vC": -0.41396667443940505, + "u10": -0.15703426961365757, + "v10": -0.41396667443940505, + "id": "1151" + }, + { + "geometry": "POLYGON ((-2.5 5.3125, -2.5 5.625, -2.1875 5.625, -2.1875 5.3125, -2.5 5.3125))", + "cx": -2.34375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.68003878853744, + "elevation": -47.92728864349172, + "thickness": 1.111728011116028, + "density": 978.0426127934559, + "uC": 0.15476808270306014, + "vC": -0.47529349200417803, + "u10": 0.15476808270306014, + "v10": -0.47529349200417803, + "id": "1152" + }, + { + "geometry": "POLYGON ((-2.1875 5.3125, -2.1875 5.625, -1.875 5.625, -1.875 5.3125, -2.1875 5.3125))", + "cx": -2.03125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.1365690727886, + "elevation": -50.33397257616535, + "thickness": 1.0719286478964622, + "density": 977.9696521277715, + "uC": 0.034424087090639585, + "vC": -0.47212803491460414, + "u10": 0.034424087090639585, + "v10": -0.47212803491460414, + "id": "1153" + }, + { + "geometry": "POLYGON ((-2.5 5, -2.5 5.3125, -2.1875 5.3125, -2.1875 5, -2.5 5))", + "cx": -2.34375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.65365869108729, + "elevation": -55.19603781814772, + "thickness": 1.116169427100045, + "density": 980.4157535611275, + "uC": 0.30393597420503904, + "vC": -0.44729294291765287, + "u10": 0.30393597420503904, + "v10": -0.44729294291765287, + "id": "1154" + }, + { + "geometry": "POLYGON ((-2.1875 5, -2.1875 5.3125, -1.875 5.3125, -1.875 5, -2.1875 5))", + "cx": -2.03125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.44933241908879, + "elevation": -62.41081901541254, + "thickness": 1.0655815267407873, + "density": 979.8996826979346, + "uC": 0.09153430766265408, + "vC": -0.45907310485048364, + "u10": 0.09153430766265408, + "v10": -0.45907310485048364, + "id": "1155" + }, + { + "geometry": "POLYGON ((-1.875 5.3125, -1.875 5.625, -1.5625 5.625, -1.5625 5.3125, -1.875 5.3125))", + "cx": -1.71875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.07798719647691, + "elevation": -53.744644526041654, + "thickness": 1.010328242803856, + "density": 979.489017000833, + "uC": -0.06941715332988196, + "vC": -0.42458460767195777, + "u10": -0.06941715332988196, + "v10": -0.42458460767195777, + "id": "1156" + }, + { + "geometry": "POLYGON ((-1.5625 5.3125, -1.5625 5.625, -1.25 5.625, -1.25 5.3125, -1.5625 5.3125))", + "cx": -1.40625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.65942593614642, + "elevation": -57.90234157741961, + "thickness": 0.964774729895393, + "density": 971.4034372775878, + "uC": -0.1707483067838908, + "vC": -0.39314562875185866, + "u10": -0.1707483067838908, + "v10": -0.39314562875185866, + "id": "1157" + }, + { + "geometry": "POLYGON ((-1.875 5, -1.875 5.3125, -1.5625 5.3125, -1.5625 5, -1.875 5))", + "cx": -1.71875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.9381271038059, + "elevation": -55.45107166654097, + "thickness": 1.0041313765879976, + "density": 976.9914466402086, + "uC": -0.06812188640780147, + "vC": -0.46911498546016184, + "u10": -0.06812188640780147, + "v10": -0.46911498546016184, + "id": "1158" + }, + { + "geometry": "POLYGON ((-1.5625 5, -1.5625 5.3125, -1.25 5.3125, -1.25 5, -1.5625 5))", + "cx": -1.40625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.43860923750232, + "elevation": -57.664920697518035, + "thickness": 1.0019174085772575, + "density": 973.4104053280572, + "uC": -0.1366439318471001, + "vC": -0.3900368290188905, + "u10": -0.1366439318471001, + "v10": -0.3900368290188905, + "id": "1159" + }, + { + "geometry": "POLYGON ((-0.625 5.9375, -0.625 6.25, -0.3125 6.25, -0.3125 5.9375, -0.625 5.9375))", + "cx": -0.46875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.72000419924206, + "elevation": -50.727545801844954, + "thickness": 1.0615872656675407, + "density": 971.3574730575212, + "uC": -0.3063626260344976, + "vC": -0.21498655774171715, + "u10": -0.3063626260344976, + "v10": -0.21498655774171715, + "id": "1160" + }, + { + "geometry": "POLYGON ((-0.3125 5.9375, -0.3125 6.25, 0 6.25, 0 5.9375, -0.3125 5.9375))", + "cx": -0.15625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.28009225744529, + "elevation": -54.7819938532236, + "thickness": 1.0820967449631858, + "density": 973.5265317769414, + "uC": -0.4372330796784226, + "vC": -0.13122316983571364, + "u10": -0.4372330796784226, + "v10": -0.13122316983571364, + "id": "1161" + }, + { + "geometry": "POLYGON ((-0.625 5.625, -0.625 5.9375, -0.3125 5.9375, -0.3125 5.625, -0.625 5.625))", + "cx": -0.46875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.35616035360118, + "elevation": -49.97991201262633, + "thickness": 1.08247388946399, + "density": 968.5535302075989, + "uC": -0.2758475054373834, + "vC": -0.20107982304648345, + "u10": -0.2758475054373834, + "v10": -0.20107982304648345, + "id": "1162" + }, + { + "geometry": "POLYGON ((-0.3125 5.625, -0.3125 5.9375, 0 5.9375, 0 5.625, -0.3125 5.625))", + "cx": -0.15625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.22231763945413, + "elevation": -58.65909261597615, + "thickness": 1.0876410336833753, + "density": 971.4781759233779, + "uC": -0.4211491028315075, + "vC": -0.15929223431977207, + "u10": -0.4211491028315075, + "v10": -0.15929223431977207, + "id": "1163" + }, + { + "geometry": "POLYGON ((1.875 7.8125, 1.875 8.125, 2.1875 8.125, 2.1875 7.8125, 1.875 7.8125))", + "cx": 2.03125, + "cy": 7.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.46483000521752, + "elevation": -52.65252266401278, + "thickness": 0.9502495957198105, + "density": 949.1153996619909, + "uC": -0.3834114941827639, + "vC": -0.004372708046075396, + "u10": -0.3834114941827639, + "v10": -0.004372708046075396, + "id": "1164" + }, + { + "geometry": "POLYGON ((2.1875 7.8125, 2.1875 8.125, 2.5 8.125, 2.5 7.8125, 2.1875 7.8125))", + "cx": 2.34375, + "cy": 7.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.52421319572372, + "elevation": -55.388648832012635, + "thickness": 1.0156044940021092, + "density": 960.5911416655343, + "uC": -0.3299475769575851, + "vC": -0.12803024353122927, + "u10": -0.3299475769575851, + "v10": -0.12803024353122927, + "id": "1165" + }, + { + "geometry": "POLYGON ((1.875 7.5, 1.875 7.8125, 2.1875 7.8125, 2.1875 7.5, 1.875 7.5))", + "cx": 2.03125, + "cy": 7.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.60870620851055, + "elevation": -42.547943993228216, + "thickness": 0.9657866707606358, + "density": 956.6017089985942, + "uC": -0.3941807922736865, + "vC": 0.028551645647848643, + "u10": -0.3941807922736865, + "v10": 0.028551645647848643, + "id": "1166" + }, + { + "geometry": "POLYGON ((2.1875 7.5, 2.1875 7.8125, 2.5 7.8125, 2.5 7.5, 2.1875 7.5))", + "cx": 2.34375, + "cy": 7.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.27931241656968, + "elevation": -48.150810790499335, + "thickness": 1.012394621772396, + "density": 966.7059884346315, + "uC": -0.37410293482935275, + "vC": -0.04358291774340596, + "u10": -0.37410293482935275, + "v10": -0.04358291774340596, + "id": "1167" + }, + { + "geometry": "POLYGON ((0.625 6.5625, 0.625 6.875, 0.9375 6.875, 0.9375 6.5625, 0.625 6.5625))", + "cx": 0.78125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.26134015164806, + "elevation": -41.227670311325255, + "thickness": 1.0031770514140987, + "density": 966.6190397343507, + "uC": -0.33383362641368397, + "vC": 0.2064525822830572, + "u10": -0.33383362641368397, + "v10": 0.2064525822830572, + "id": "1168" + }, + { + "geometry": "POLYGON ((0.9375 6.5625, 0.9375 6.875, 1.25 6.875, 1.25 6.5625, 0.9375 6.5625))", + "cx": 1.09375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.63982646667375, + "elevation": -43.18281066146201, + "thickness": 0.9957014803043083, + "density": 970.0848746186996, + "uC": -0.19918454113452289, + "vC": 0.16170653210105312, + "u10": -0.19918454113452289, + "v10": 0.16170653210105312, + "id": "1169" + }, + { + "geometry": "POLYGON ((0.625 6.25, 0.625 6.5625, 0.9375 6.5625, 0.9375 6.25, 0.625 6.25))", + "cx": 0.78125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.81046847620679, + "elevation": -49.32049123589901, + "thickness": 1.0744254875358241, + "density": 975.4878959333454, + "uC": -0.27620208855220507, + "vC": 0.1796475318014725, + "u10": -0.27620208855220507, + "v10": 0.1796475318014725, + "id": "1170" + }, + { + "geometry": "POLYGON ((0.9375 6.25, 0.9375 6.5625, 1.25 6.5625, 1.25 6.25, 0.9375 6.25))", + "cx": 1.09375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.21202732164892, + "elevation": -50.79017336673361, + "thickness": 1.0529439973323826, + "density": 975.7110853858997, + "uC": -0.16847379410167418, + "vC": 0.14549919484723187, + "u10": -0.16847379410167418, + "v10": 0.14549919484723187, + "id": "1171" + }, + { + "geometry": "POLYGON ((1.25 7.1875, 1.25 7.5, 1.5625 7.5, 1.5625 7.1875, 1.25 7.1875))", + "cx": 1.40625, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.90908975311619, + "elevation": -38.42311684325327, + "thickness": 0.8922710999657177, + "density": 951.6172499177032, + "uC": -0.28973336306600384, + "vC": 0.20591467945666295, + "u10": -0.28973336306600384, + "v10": 0.20591467945666295, + "id": "1172" + }, + { + "geometry": "POLYGON ((1.5625 7.1875, 1.5625 7.5, 1.875 7.5, 1.875 7.1875, 1.5625 7.1875))", + "cx": 1.71875, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.47850681899409, + "elevation": -32.112888050664, + "thickness": 0.9350351891534722, + "density": 953.7284700292454, + "uC": -0.3471283882782074, + "vC": 0.095585481880928, + "u10": -0.3471283882782074, + "v10": 0.095585481880928, + "id": "1173" + }, + { + "geometry": "POLYGON ((1.25 6.875, 1.25 7.1875, 1.5625 7.1875, 1.5625 6.875, 1.25 6.875))", + "cx": 1.40625, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.61511531993858, + "elevation": -43.73062238791194, + "thickness": 0.9170311969086953, + "density": 956.5743959943279, + "uC": -0.18274832994457657, + "vC": 0.2852524378599589, + "u10": -0.18274832994457657, + "v10": 0.2852524378599589, + "id": "1174" + }, + { + "geometry": "POLYGON ((1.5625 6.875, 1.5625 7.1875, 1.875 7.1875, 1.875 6.875, 1.5625 6.875))", + "cx": 1.71875, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.99907051217687, + "elevation": -41.717813078775066, + "thickness": 0.9494978586537931, + "density": 951.3017072212066, + "uC": -0.18570121833565847, + "vC": 0.18345993010939712, + "u10": -0.18570121833565847, + "v10": 0.18345993010939712, + "id": "1175" + }, + { + "geometry": "POLYGON ((1.875 7.1875, 1.875 7.5, 2.1875 7.5, 2.1875 7.1875, 1.875 7.1875))", + "cx": 2.03125, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.36766122621752, + "elevation": -39.46387378053295, + "thickness": 0.9677715174974106, + "density": 951.5980013445914, + "uC": -0.32315288153244126, + "vC": 0.05461609684721591, + "u10": -0.32315288153244126, + "v10": 0.05461609684721591, + "id": "1176" + }, + { + "geometry": "POLYGON ((2.1875 7.1875, 2.1875 7.5, 2.5 7.5, 2.5 7.1875, 2.1875 7.1875))", + "cx": 2.34375, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.15550357285004, + "elevation": -48.8069793591994, + "thickness": 0.9871935983081954, + "density": 962.114127179341, + "uC": -0.28474998198109114, + "vC": -0.05148721131583538, + "u10": -0.28474998198109114, + "v10": -0.05148721131583538, + "id": "1177" + }, + { + "geometry": "POLYGON ((1.875 6.875, 1.875 7.1875, 2.1875 7.1875, 2.1875 6.875, 1.875 6.875))", + "cx": 2.03125, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.5851299316238, + "elevation": -45.92569176407082, + "thickness": 0.9565890570698375, + "density": 951.9225024059099, + "uC": -0.22084740679099782, + "vC": 0.07268587026748391, + "u10": -0.22084740679099782, + "v10": 0.07268587026748391, + "id": "1178" + }, + { + "geometry": "POLYGON ((2.1875 6.875, 2.1875 7.1875, 2.5 7.1875, 2.5 6.875, 2.1875 6.875))", + "cx": 2.34375, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.02214592568782, + "elevation": -50.26323166529214, + "thickness": 0.963403663771729, + "density": 957.9337423612951, + "uC": -0.22236196191203442, + "vC": -0.010365236744929422, + "u10": -0.22236196191203442, + "v10": -0.010365236744929422, + "id": "1179" + }, + { + "geometry": "POLYGON ((1.25 6.5625, 1.25 6.875, 1.5625 6.875, 1.5625 6.5625, 1.25 6.5625))", + "cx": 1.40625, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.17055460854553, + "elevation": -46.39235445837788, + "thickness": 0.9538934348758651, + "density": 965.0841479822607, + "uC": -0.1797545761118095, + "vC": 0.17133077828060686, + "u10": -0.1797545761118095, + "v10": 0.17133077828060686, + "id": "1180" + }, + { + "geometry": "POLYGON ((1.5625 6.5625, 1.5625 6.875, 1.875 6.875, 1.875 6.5625, 1.5625 6.5625))", + "cx": 1.71875, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.85751272363191, + "elevation": -47.929028471462246, + "thickness": 0.9221469254874857, + "density": 953.4210973366027, + "uC": -0.17092830607902673, + "vC": 0.14931519823489936, + "u10": -0.17092830607902673, + "v10": 0.14931519823489936, + "id": "1181" + }, + { + "geometry": "POLYGON ((1.25 6.25, 1.25 6.5625, 1.5625 6.5625, 1.5625 6.25, 1.25 6.25))", + "cx": 1.40625, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.17251524861315, + "elevation": -56.7925232386047, + "thickness": 0.9824613962409694, + "density": 971.203420571602, + "uC": -0.1478871480089508, + "vC": 0.09794785898266746, + "u10": -0.1478871480089508, + "v10": 0.09794785898266746, + "id": "1182" + }, + { + "geometry": "POLYGON ((1.5625 6.25, 1.5625 6.5625, 1.875 6.5625, 1.875 6.25, 1.5625 6.25))", + "cx": 1.71875, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 82.65770607893141, + "elevation": -57.250960511506506, + "thickness": 0.928054780119734, + "density": 953.7378676884047, + "uC": -0.13061019174130883, + "vC": 0.11956033554895512, + "u10": -0.13061019174130883, + "v10": 0.11956033554895512, + "id": "1183" + }, + { + "geometry": "POLYGON ((1.875 6.5625, 1.875 6.875, 2.1875 6.875, 2.1875 6.5625, 1.875 6.5625))", + "cx": 2.03125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.94016099807752, + "elevation": -54.970492387007, + "thickness": 0.919551417772229, + "density": 953.1875949415338, + "uC": -0.18952606413631362, + "vC": 0.13767755342861443, + "u10": -0.18952606413631362, + "v10": 0.13767755342861443, + "id": "1184" + }, + { + "geometry": "POLYGON ((2.1875 6.5625, 2.1875 6.875, 2.5 6.875, 2.5 6.5625, 2.1875 6.5625))", + "cx": 2.34375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.32861624813846, + "elevation": -55.92522951675013, + "thickness": 0.9840396170562228, + "density": 952.8206254857206, + "uC": -0.21719267700323852, + "vC": 0.08738245394308405, + "u10": -0.21719267700323852, + "v10": 0.08738245394308405, + "id": "1185" + }, + { + "geometry": "POLYGON ((1.875 6.25, 1.875 6.5625, 2.1875 6.5625, 2.1875 6.25, 1.875 6.25))", + "cx": 2.03125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.50426499510934, + "elevation": -57.73266120808253, + "thickness": 0.9203647981536383, + "density": 956.8047249164051, + "uC": -0.16357855079651076, + "vC": 0.11415872341493503, + "u10": -0.16357855079651076, + "v10": 0.11415872341493503, + "id": "1186" + }, + { + "geometry": "POLYGON ((2.1875 6.25, 2.1875 6.5625, 2.5 6.5625, 2.5 6.25, 2.1875 6.25))", + "cx": 2.34375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.14271559544986, + "elevation": -58.98698480142872, + "thickness": 0.9707175748526284, + "density": 966.0070680796798, + "uC": -0.20894745819345134, + "vC": 0.1674139170182713, + "u10": -0.20894745819345134, + "v10": 0.1674139170182713, + "id": "1187" + }, + { + "geometry": "POLYGON ((0 5.9375, 0 6.25, 0.3125 6.25, 0.3125 5.9375, 0 5.9375))", + "cx": 0.15625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.23580814319638, + "elevation": -54.97059153531251, + "thickness": 1.1159701447189287, + "density": 965.556630001851, + "uC": -0.44130166966379913, + "vC": -0.05903972432116198, + "u10": -0.44130166966379913, + "v10": -0.05903972432116198, + "id": "1188" + }, + { + "geometry": "POLYGON ((0.3125 5.9375, 0.3125 6.25, 0.625 6.25, 0.625 5.9375, 0.3125 5.9375))", + "cx": 0.46875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.8114178631375, + "elevation": -54.98362301065181, + "thickness": 1.1128756884335562, + "density": 971.9323896468936, + "uC": -0.3864796025966918, + "vC": 0.07879666510298099, + "u10": -0.3864796025966918, + "v10": 0.07879666510298099, + "id": "1189" + }, + { + "geometry": "POLYGON ((0 5.625, 0 5.9375, 0.3125 5.9375, 0.3125 5.625, 0 5.625))", + "cx": 0.15625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.39197991888369, + "elevation": -57.248900365706106, + "thickness": 1.1074626963623078, + "density": 974.8079650579737, + "uC": -0.4215331062224504, + "vC": -0.05610634863191459, + "u10": -0.4215331062224504, + "v10": -0.05610634863191459, + "id": "1190" + }, + { + "geometry": "POLYGON ((0.3125 5.625, 0.3125 5.9375, 0.625 5.9375, 0.625 5.625, 0.3125 5.625))", + "cx": 0.46875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.76365077188939, + "elevation": -66.99885533810064, + "thickness": 1.1466812577210963, + "density": 975.986272854331, + "uC": -0.3376020619264327, + "vC": 0.05275579348605192, + "u10": -0.3376020619264327, + "v10": 0.05275579348605192, + "id": "1191" + }, + { + "geometry": "POLYGON ((0.625 5.9375, 0.625 6.25, 0.9375 6.25, 0.9375 5.9375, 0.625 5.9375))", + "cx": 0.78125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.44541146441398, + "elevation": -54.67839494582944, + "thickness": 1.0972428515650015, + "density": 979.0728073010832, + "uC": -0.3017461944018248, + "vC": 0.11471893986657897, + "u10": -0.3017461944018248, + "v10": 0.11471893986657897, + "id": "1192" + }, + { + "geometry": "POLYGON ((0.9375 5.9375, 0.9375 6.25, 1.25 6.25, 1.25 5.9375, 0.9375 5.9375))", + "cx": 1.09375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.12912112195085, + "elevation": -52.02150117815171, + "thickness": 1.0817530829895243, + "density": 978.3261747965654, + "uC": -0.2021830539270515, + "vC": 0.14857938151861272, + "u10": -0.2021830539270515, + "v10": 0.14857938151861272, + "id": "1193" + }, + { + "geometry": "POLYGON ((0.625 5.625, 0.625 5.9375, 0.9375 5.9375, 0.9375 5.625, 0.625 5.625))", + "cx": 0.78125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.67927946075434, + "elevation": -69.49530806927015, + "thickness": 1.1437485112753654, + "density": 974.8996892960245, + "uC": -0.2395014346212953, + "vC": 0.024457985869704074, + "u10": -0.2395014346212953, + "v10": 0.024457985869704074, + "id": "1194" + }, + { + "geometry": "POLYGON ((0.9375 5.625, 0.9375 5.9375, 1.25 5.9375, 1.25 5.625, 0.9375 5.625))", + "cx": 1.09375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.3429178918644, + "elevation": -60.33345489494127, + "thickness": 1.1244272504400243, + "density": 971.0975617244542, + "uC": -0.29011964295813775, + "vC": 0.08330601355304526, + "u10": -0.29011964295813775, + "v10": 0.08330601355304526, + "id": "1195" + }, + { + "geometry": "POLYGON ((0 5.3125, 0 5.625, 0.3125 5.625, 0.3125 5.3125, 0 5.3125))", + "cx": 0.15625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.751027085905406, + "elevation": -57.12478254643115, + "thickness": 1.0683899203747718, + "density": 980.2088661455881, + "uC": -0.4227360724229254, + "vC": -0.03995537778139783, + "u10": -0.4227360724229254, + "v10": -0.03995537778139783, + "id": "1196" + }, + { + "geometry": "POLYGON ((0.3125 5.3125, 0.3125 5.625, 0.625 5.625, 0.625 5.3125, 0.3125 5.3125))", + "cx": 0.46875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.17302328892347, + "elevation": -56.17487567931987, + "thickness": 1.145557887360561, + "density": 977.0796803993545, + "uC": -0.34938410894291116, + "vC": 0.0966676043725007, + "u10": -0.34938410894291116, + "v10": 0.0966676043725007, + "id": "1197" + }, + { + "geometry": "POLYGON ((0 5, 0 5.3125, 0.3125 5.3125, 0.3125 5, 0 5))", + "cx": 0.15625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.13673225325631, + "elevation": -46.78738926075647, + "thickness": 1.1129537930000795, + "density": 979.7025910350642, + "uC": -0.4097779297181002, + "vC": -0.26088328853003473, + "u10": -0.4097779297181002, + "v10": -0.26088328853003473, + "id": "1198" + }, + { + "geometry": "POLYGON ((0.3125 5, 0.3125 5.3125, 0.625 5.3125, 0.625 5, 0.3125 5))", + "cx": 0.46875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.57558596685328, + "elevation": -51.994131020401554, + "thickness": 1.1048539197677694, + "density": 975.5305751169183, + "uC": -0.3622460093661667, + "vC": 0.02111893246916932, + "u10": -0.3622460093661667, + "v10": 0.02111893246916932, + "id": "1199" + }, + { + "geometry": "POLYGON ((0.625 5.3125, 0.625 5.625, 0.9375 5.625, 0.9375 5.3125, 0.625 5.3125))", + "cx": 0.78125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.5923513867821, + "elevation": -66.83347909176149, + "thickness": 1.129704039251574, + "density": 971.1249533642801, + "uC": -0.22606976559168787, + "vC": 0.09906480891650701, + "u10": -0.22606976559168787, + "v10": 0.09906480891650701, + "id": "1200" + }, + { + "geometry": "POLYGON ((0.9375 5.3125, 0.9375 5.625, 1.25 5.625, 1.25 5.3125, 0.9375 5.3125))", + "cx": 1.09375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.92266926078509, + "elevation": -50.35597268113517, + "thickness": 1.0909804955970985, + "density": 965.0592182593753, + "uC": -0.3022739415686202, + "vC": 0.14421944253261798, + "u10": -0.3022739415686202, + "v10": 0.14421944253261798, + "id": "1201" + }, + { + "geometry": "POLYGON ((0.625 5, 0.625 5.3125, 0.9375 5.3125, 0.9375 5, 0.625 5))", + "cx": 0.78125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 80.37075426195396, + "elevation": -52.77011958490206, + "thickness": 1.0870649480885826, + "density": 973.3205847522943, + "uC": -0.30882882087562785, + "vC": 0.07893934045537751, + "u10": -0.30882882087562785, + "v10": 0.07893934045537751, + "id": "1202" + }, + { + "geometry": "POLYGON ((0.9375 5, 0.9375 5.3125, 1.25 5.3125, 1.25 5, 0.9375 5))", + "cx": 1.09375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.55724127658482, + "elevation": -39.85319315196824, + "thickness": 1.07537110460549, + "density": 968.9277807632722, + "uC": -0.2784981230792547, + "vC": 0.2036274734241385, + "u10": -0.2784981230792547, + "v10": 0.2036274734241385, + "id": "1203" + }, + { + "geometry": "POLYGON ((1.25 5.9375, 1.25 6.25, 1.5625 6.25, 1.5625 5.9375, 1.25 5.9375))", + "cx": 1.40625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.57067787779394, + "elevation": -58.055296103838465, + "thickness": 1.046031684078422, + "density": 972.0448170047208, + "uC": -0.18490274744373394, + "vC": 0.12779446455734045, + "u10": -0.18490274744373394, + "v10": 0.12779446455734045, + "id": "1204" + }, + { + "geometry": "POLYGON ((1.5625 5.9375, 1.5625 6.25, 1.875 6.25, 1.875 5.9375, 1.5625 5.9375))", + "cx": 1.71875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 79.25756603233248, + "elevation": -56.190582817419056, + "thickness": 0.9680010988122577, + "density": 962.9436943667241, + "uC": -0.1335204298783721, + "vC": 0.12232151477021794, + "u10": -0.1335204298783721, + "v10": 0.12232151477021794, + "id": "1205" + }, + { + "geometry": "POLYGON ((1.25 5.625, 1.25 5.9375, 1.5625 5.9375, 1.5625 5.625, 1.25 5.625))", + "cx": 1.40625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.68195634017846, + "elevation": -54.271101707894175, + "thickness": 1.0852349198446671, + "density": 964.0234963813937, + "uC": -0.3177561936915728, + "vC": 0.04520380909846763, + "u10": -0.3177561936915728, + "v10": 0.04520380909846763, + "id": "1206" + }, + { + "geometry": "POLYGON ((1.5625 5.625, 1.5625 5.9375, 1.875 5.9375, 1.875 5.625, 1.5625 5.625))", + "cx": 1.71875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.44351789135357, + "elevation": -54.165276702556596, + "thickness": 1.0001989525495758, + "density": 969.3257680173159, + "uC": -0.24135284523252776, + "vC": 0.18154600998016662, + "u10": -0.24135284523252776, + "v10": 0.18154600998016662, + "id": "1207" + }, + { + "geometry": "POLYGON ((1.25 5.3125, 1.25 5.625, 1.5625 5.625, 1.5625 5.3125, 1.25 5.3125))", + "cx": 1.40625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.44039805909999, + "elevation": -50.87756550429149, + "thickness": 1.0978090371074718, + "density": 964.181144584244, + "uC": -0.3702765304085224, + "vC": 0.08476859151663374, + "u10": -0.3702765304085224, + "v10": 0.08476859151663374, + "id": "1208" + }, + { + "geometry": "POLYGON ((1.5625 5.3125, 1.5625 5.625, 1.875 5.625, 1.875 5.3125, 1.5625 5.3125))", + "cx": 1.71875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 85.01831374857846, + "elevation": -60.530182451955866, + "thickness": 1.01990660070215, + "density": 970.491698094547, + "uC": -0.2437753706986777, + "vC": 0.1691543688897732, + "u10": -0.2437753706986777, + "v10": 0.1691543688897732, + "id": "1209" + }, + { + "geometry": "POLYGON ((1.25 5, 1.25 5.3125, 1.5625 5.3125, 1.5625 5, 1.25 5))", + "cx": 1.40625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 84.59386282189385, + "elevation": -39.8549805063395, + "thickness": 1.094215003427674, + "density": 968.8856081995884, + "uC": -0.303751907438037, + "vC": 0.17467879109059165, + "u10": -0.303751907438037, + "v10": 0.17467879109059165, + "id": "1210" + }, + { + "geometry": "POLYGON ((1.5625 5, 1.5625 5.3125, 1.875 5.3125, 1.875 5, 1.5625 5))", + "cx": 1.71875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 89.30059843349592, + "elevation": -52.51974568954306, + "thickness": 1.0501187227262585, + "density": 976.3200699004052, + "uC": -0.22835566284563708, + "vC": 0.17151652968452252, + "u10": -0.22835566284563708, + "v10": 0.17151652968452252, + "id": "1211" + }, + { + "geometry": "POLYGON ((2.5 6.5625, 2.5 6.875, 2.8125 6.875, 2.8125 6.5625, 2.5 6.5625))", + "cx": 2.65625, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.00077769335368, + "elevation": -48.79844998803754, + "thickness": 0.9863550840034604, + "density": 961.483918332804, + "uC": -0.18835126070990388, + "vC": 0.045640460468408944, + "u10": -0.18835126070990388, + "v10": 0.045640460468408944, + "id": "1212" + }, + { + "geometry": "POLYGON ((2.8125 6.5625, 2.8125 6.875, 3.125 6.875, 3.125 6.5625, 2.8125 6.5625))", + "cx": 2.96875, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.14562466558743, + "elevation": -42.43254221890129, + "thickness": 0.9487547267725738, + "density": 973.8622055815308, + "uC": -0.18275906149166918, + "vC": 0.10531073071114927, + "u10": -0.18275906149166918, + "v10": 0.10531073071114927, + "id": "1213" + }, + { + "geometry": "POLYGON ((2.5 6.25, 2.5 6.5625, 2.8125 6.5625, 2.8125 6.25, 2.5 6.25))", + "cx": 2.65625, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.87856329770722, + "elevation": -55.5458737596963, + "thickness": 0.9625096686470941, + "density": 966.2059593104052, + "uC": -0.21567969091530453, + "vC": 0.12988640608005328, + "u10": -0.21567969091530453, + "v10": 0.12988640608005328, + "id": "1214" + }, + { + "geometry": "POLYGON ((2.8125 6.25, 2.8125 6.5625, 3.125 6.5625, 3.125 6.25, 2.8125 6.25))", + "cx": 2.96875, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.66775340096879, + "elevation": -49.2748162250804, + "thickness": 0.962181633782409, + "density": 973.5437123780971, + "uC": -0.18261504013533805, + "vC": 0.22097288987105093, + "u10": -0.18261504013533805, + "v10": 0.22097288987105093, + "id": "1215" + }, + { + "geometry": "POLYGON ((3.75 7.1875, 3.75 7.5, 4.0625 7.5, 4.0625 7.1875, 3.75 7.1875))", + "cx": 3.90625, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.426714170347225, + "elevation": -36.435788627630615, + "thickness": 1.0929953218629602, + "density": 966.4388440451471, + "uC": -0.4669760145760389, + "vC": 0.1108694941801561, + "u10": -0.4669760145760389, + "v10": 0.1108694941801561, + "id": "1216" + }, + { + "geometry": "POLYGON ((4.0625 7.1875, 4.0625 7.5, 4.375 7.5, 4.375 7.1875, 4.0625 7.1875))", + "cx": 4.21875, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.155964096106246, + "elevation": -34.7180480251027, + "thickness": 1.053050621791888, + "density": 961.7431993302893, + "uC": -0.4268065617002296, + "vC": 0.22460764456453935, + "u10": -0.4268065617002296, + "v10": 0.22460764456453935, + "id": "1217" + }, + { + "geometry": "POLYGON ((3.75 6.875, 3.75 7.1875, 4.0625 7.1875, 4.0625 6.875, 3.75 6.875))", + "cx": 3.90625, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.4970110696645, + "elevation": -39.5927839990935, + "thickness": 1.059200971852578, + "density": 966.2332952663303, + "uC": -0.2519723130623915, + "vC": 0.4338301611722679, + "u10": -0.2519723130623915, + "v10": 0.4338301611722679, + "id": "1218" + }, + { + "geometry": "POLYGON ((4.0625 6.875, 4.0625 7.1875, 4.375 7.1875, 4.375 6.875, 4.0625 6.875))", + "cx": 4.21875, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.84440977443917, + "elevation": -39.44194719915238, + "thickness": 1.0250308292844306, + "density": 964.8775134528698, + "uC": -0.3139996152422848, + "vC": 0.4700599353334594, + "u10": -0.3139996152422848, + "v10": 0.4700599353334594, + "id": "1219" + }, + { + "geometry": "POLYGON ((2.5 5.9375, 2.5 6.25, 2.8125 6.25, 2.8125 5.9375, 2.5 5.9375))", + "cx": 2.65625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.64018318734738, + "elevation": -54.86239454093615, + "thickness": 0.9607613891026445, + "density": 971.3815308814333, + "uC": -0.18401756115289375, + "vC": 0.21660947244374368, + "u10": -0.18401756115289375, + "v10": 0.21660947244374368, + "id": "1220" + }, + { + "geometry": "POLYGON ((2.8125 5.9375, 2.8125 6.25, 3.125 6.25, 3.125 5.9375, 2.8125 5.9375))", + "cx": 2.96875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.74279020182053, + "elevation": -53.33040416688745, + "thickness": 0.9769751826089537, + "density": 976.8424091449956, + "uC": -0.16571164308083403, + "vC": 0.23817866407170313, + "u10": -0.16571164308083403, + "v10": 0.23817866407170313, + "id": "1221" + }, + { + "geometry": "POLYGON ((2.5 5.625, 2.5 5.9375, 2.8125 5.9375, 2.8125 5.625, 2.5 5.625))", + "cx": 2.65625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.01173063699727, + "elevation": -50.89843541797194, + "thickness": 0.9797720368067117, + "density": 979.1857807418617, + "uC": -0.23851377558548065, + "vC": 0.2707846947188731, + "u10": -0.23851377558548065, + "v10": 0.2707846947188731, + "id": "1222" + }, + { + "geometry": "POLYGON ((2.8125 5.625, 2.8125 5.9375, 3.125 5.9375, 3.125 5.625, 2.8125 5.625))", + "cx": 2.96875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 73.10401782213702, + "elevation": -50.891722560767924, + "thickness": 0.9899747352224499, + "density": 978.8478153529004, + "uC": -0.2968075964490371, + "vC": 0.21805718172337185, + "u10": -0.2968075964490371, + "v10": 0.21805718172337185, + "id": "1223" + }, + { + "geometry": "POLYGON ((3.125 5.9375, 3.125 6.25, 3.4375 6.25, 3.4375 5.9375, 3.125 5.9375))", + "cx": 3.28125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.75099369803429, + "elevation": -31.02851809687949, + "thickness": 0.9762769782010039, + "density": 972.9432749991146, + "uC": -0.24436345644723512, + "vC": 0.2985522558309196, + "u10": -0.24436345644723512, + "v10": 0.2985522558309196, + "id": "1224" + }, + { + "geometry": "POLYGON ((3.4375 5.9375, 3.4375 6.25, 3.75 6.25, 3.75 5.9375, 3.4375 5.9375))", + "cx": 3.59375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.63821519931162, + "elevation": -14.12883629523997, + "thickness": 1.0446751429945693, + "density": 971.9435236234731, + "uC": -0.33735546510143205, + "vC": 0.33580254648475993, + "u10": -0.33735546510143205, + "v10": 0.33580254648475993, + "id": "1225" + }, + { + "geometry": "POLYGON ((3.125 5.625, 3.125 5.9375, 3.4375 5.9375, 3.4375 5.625, 3.125 5.625))", + "cx": 3.28125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.98634460116436, + "elevation": -47.6467914437882, + "thickness": 1.0484048937532957, + "density": 976.6819794737753, + "uC": -0.3552639136749041, + "vC": 0.16744435824953302, + "u10": -0.3552639136749041, + "v10": 0.16744435824953302, + "id": "1226" + }, + { + "geometry": "POLYGON ((3.4375 5.625, 3.4375 5.9375, 3.75 5.9375, 3.75 5.625, 3.4375 5.625))", + "cx": 3.59375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.11484134715803, + "elevation": -28.060708228836837, + "thickness": 1.0949992625850502, + "density": 975.5145030990435, + "uC": -0.44887064459886233, + "vC": 0.2530972575143848, + "u10": -0.44887064459886233, + "v10": 0.2530972575143848, + "id": "1227" + }, + { + "geometry": "POLYGON ((2.5 5.3125, 2.5 5.625, 2.8125 5.625, 2.8125 5.3125, 2.5 5.3125))", + "cx": 2.65625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.12235689375346, + "elevation": -48.87522266744094, + "thickness": 1.0078418770082909, + "density": 986.2551087550723, + "uC": -0.3283673763749132, + "vC": 0.26797077714336315, + "u10": -0.3283673763749132, + "v10": 0.26797077714336315, + "id": "1228" + }, + { + "geometry": "POLYGON ((2.8125 5.3125, 2.8125 5.625, 3.125 5.625, 3.125 5.3125, 2.8125 5.3125))", + "cx": 2.96875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.0229355510721, + "elevation": -55.19745986921443, + "thickness": 1.022278457792571, + "density": 986.4659714497348, + "uC": -0.396091122372909, + "vC": 0.2490920286387262, + "u10": -0.396091122372909, + "v10": 0.2490920286387262, + "id": "1229" + }, + { + "geometry": "POLYGON ((2.5 5, 2.5 5.3125, 2.8125 5.3125, 2.8125 5, 2.5 5))", + "cx": 2.65625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.3772530456592, + "elevation": -45.23439780082197, + "thickness": 1.0218370495037252, + "density": 986.1725777159729, + "uC": -0.31007282115534707, + "vC": 0.19759426780282838, + "u10": -0.31007282115534707, + "v10": 0.19759426780282838, + "id": "1230" + }, + { + "geometry": "POLYGON ((2.8125 5, 2.8125 5.3125, 3.125 5.3125, 3.125 5, 2.8125 5))", + "cx": 2.96875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.03087998110169, + "elevation": -43.86328190215602, + "thickness": 1.035890829391506, + "density": 985.7731121304192, + "uC": -0.31754787572118737, + "vC": 0.21131650623187162, + "u10": -0.31754787572118737, + "v10": 0.21131650623187162, + "id": "1231" + }, + { + "geometry": "POLYGON ((3.125 5.3125, 3.125 5.625, 3.4375 5.625, 3.4375 5.3125, 3.125 5.3125))", + "cx": 3.28125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.49776649301783, + "elevation": -47.83902237425238, + "thickness": 1.0637746448325789, + "density": 986.7048080241954, + "uC": -0.3842259724340868, + "vC": 0.23739616501403724, + "u10": -0.3842259724340868, + "v10": 0.23739616501403724, + "id": "1232" + }, + { + "geometry": "POLYGON ((3.4375 5.3125, 3.4375 5.625, 3.75 5.625, 3.75 5.3125, 3.4375 5.3125))", + "cx": 3.59375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.26250715691923, + "elevation": -34.59522516913877, + "thickness": 1.1361442430551756, + "density": 990.5992629374954, + "uC": -0.4900166551282135, + "vC": 0.17655440388652832, + "u10": -0.4900166551282135, + "v10": 0.17655440388652832, + "id": "1233" + }, + { + "geometry": "POLYGON ((3.125 5, 3.125 5.3125, 3.4375 5.3125, 3.4375 5, 3.125 5))", + "cx": 3.28125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.77203617263748, + "elevation": -37.42078333469523, + "thickness": 1.062018761428696, + "density": 984.2891570057751, + "uC": -0.3880128680929502, + "vC": 0.20143300313822593, + "u10": -0.3880128680929502, + "v10": 0.20143300313822593, + "id": "1234" + }, + { + "geometry": "POLYGON ((3.4375 5, 3.4375 5.3125, 3.75 5.3125, 3.75 5, 3.4375 5))", + "cx": 3.59375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.97665568800457, + "elevation": -31.229404350220676, + "thickness": 1.1028829120524748, + "density": 987.7464907979856, + "uC": -0.4815099407563705, + "vC": 0.14052380849940457, + "u10": -0.4815099407563705, + "v10": 0.14052380849940457, + "id": "1235" + }, + { + "geometry": "POLYGON ((3.75 5.9375, 3.75 6.25, 4.0625 6.25, 4.0625 5.9375, 3.75 5.9375))", + "cx": 3.90625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 72.3022123901375, + "elevation": -9.77399633527661, + "thickness": 1.0615968822755744, + "density": 972.6407192122447, + "uC": -0.37636975073330514, + "vC": 0.42063684529570017, + "u10": -0.37636975073330514, + "v10": 0.42063684529570017, + "id": "1236" + }, + { + "geometry": "POLYGON ((4.0625 5.9375, 4.0625 6.25, 4.375 6.25, 4.375 5.9375, 4.0625 5.9375))", + "cx": 4.21875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.92660190097855, + "elevation": -15.809157856881713, + "thickness": 1.003284788354013, + "density": 977.1342424278944, + "uC": -0.5356597277036933, + "vC": 0.2617731010751761, + "u10": -0.5356597277036933, + "v10": 0.2617731010751761, + "id": "1237" + }, + { + "geometry": "POLYGON ((3.75 5.625, 3.75 5.9375, 4.0625 5.9375, 4.0625 5.625, 3.75 5.625))", + "cx": 3.90625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 75.8852482313477, + "elevation": -25.471702298403542, + "thickness": 1.1365934347832116, + "density": 972.8950598661479, + "uC": -0.49412027801557856, + "vC": 0.2516774576218278, + "u10": -0.49412027801557856, + "v10": 0.2516774576218278, + "id": "1238" + }, + { + "geometry": "POLYGON ((4.0625 5.625, 4.0625 5.9375, 4.375 5.9375, 4.375 5.625, 4.0625 5.625))", + "cx": 4.21875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.66821052076715, + "elevation": -21.86765695068459, + "thickness": 1.0895484579797308, + "density": 969.429171779813, + "uC": -0.6215909179467247, + "vC": 0.05886173007398687, + "u10": -0.6215909179467247, + "v10": 0.05886173007398687, + "id": "1239" + }, + { + "geometry": "POLYGON ((3.75 5.3125, 3.75 5.625, 4.0625 5.625, 4.0625 5.3125, 3.75 5.3125))", + "cx": 3.90625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 77.07583123770925, + "elevation": -26.439028233740935, + "thickness": 1.162826209775313, + "density": 984.341504084845, + "uC": -0.5175692983760478, + "vC": 0.12789801235194234, + "u10": -0.5175692983760478, + "v10": 0.12789801235194234, + "id": "1240" + }, + { + "geometry": "POLYGON ((4.0625 5.3125, 4.0625 5.625, 4.375 5.625, 4.375 5.3125, 4.0625 5.3125))", + "cx": 4.21875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 74.29026346085118, + "elevation": -19.595618282451333, + "thickness": 1.1169370090764845, + "density": 976.6781266217188, + "uC": -0.6529237417400643, + "vC": 0.06741036163016993, + "u10": -0.6529237417400643, + "v10": 0.06741036163016993, + "id": "1241" + }, + { + "geometry": "POLYGON ((3.75 5, 3.75 5.3125, 4.0625 5.3125, 4.0625 5, 3.75 5))", + "cx": 3.90625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 78.49633650469379, + "elevation": -25.995720279505555, + "thickness": 1.1082074581316608, + "density": 984.2435818699284, + "uC": -0.5375305185027689, + "vC": 0.1088380338102182, + "u10": -0.5375305185027689, + "v10": 0.1088380338102182, + "id": "1242" + }, + { + "geometry": "POLYGON ((4.0625 5, 4.0625 5.3125, 4.375 5.3125, 4.375 5, 4.0625 5))", + "cx": 4.21875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 81.26536153056104, + "elevation": -19.470350291712208, + "thickness": 1.0891774896240016, + "density": 978.8208811663889, + "uC": -0.6416950013762861, + "vC": -0.18331099007095003, + "u10": -0.6416950013762861, + "v10": -0.18331099007095003, + "id": "1243" + }, + { + "geometry": "POLYGON ((4.375 5.3125, 4.375 5.625, 4.6875 5.625, 4.6875 5.3125, 4.375 5.3125))", + "cx": 4.53125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.07981106626082, + "elevation": -7.189193206722799, + "thickness": 1.103756957663963, + "density": 972.3825176385451, + "uC": -0.6707869944601825, + "vC": -0.13630047978255344, + "u10": -0.6707869944601825, + "v10": -0.13630047978255344, + "id": "1244" + }, + { + "geometry": "POLYGON ((4.6875 5.3125, 4.6875 5.625, 5 5.625, 5 5.3125, 4.6875 5.3125))", + "cx": 4.84375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.83753540858933, + "elevation": -2.1033967103683713, + "thickness": 1.0941460940940753, + "density": 972.2218070401768, + "uC": -0.6859592543602796, + "vC": -0.21146181025296018, + "u10": -0.6859592543602796, + "v10": -0.21146181025296018, + "id": "1245" + }, + { + "geometry": "POLYGON ((4.375 5, 4.375 5.3125, 4.6875 5.3125, 4.6875 5, 4.375 5))", + "cx": 4.53125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 76.09577356803638, + "elevation": -3.479045521371052, + "thickness": 1.1023841839699855, + "density": 970.668296318948, + "uC": -0.542903031481432, + "vC": -0.46133697240363736, + "u10": -0.542903031481432, + "v10": -0.46133697240363736, + "id": "1246" + }, + { + "geometry": "POLYGON ((4.6875 5, 4.6875 5.3125, 5 5.3125, 5 5, 4.6875 5))", + "cx": 4.84375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.58972305383455, + "elevation": 3.127691981586711, + "thickness": 1.0730315343686094, + "density": 968.4595665257091, + "uC": -0.550187146758919, + "vC": -0.4922775456179432, + "u10": -0.550187146758919, + "v10": -0.4922775456179432, + "id": "1247" + }, + { + "geometry": "POLYGON ((0 -7.5, 0 -5, 2.5 -5, 2.5 -7.5, 0 -7.5))", + "cx": 1.25, + "cy": -6.25, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 51.088053560178, + "elevation": -56.921255258957196, + "thickness": 1.0260278652604362, + "density": 929.7344312027813, + "uC": 0.35547344501994504, + "vC": 0.019056445987796142, + "u10": 0.35547344501994504, + "v10": 0.019056445987796142, + "id": "1248" + }, + { + "geometry": "POLYGON ((0 -10, 0 -7.5, 2.5 -7.5, 2.5 -10, 0 -10))", + "cx": 1.25, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 40.88213171242005, + "elevation": -48.512281932150316, + "thickness": 0.9622877085210915, + "density": 924.4544813941982, + "uC": 0.024723541051189922, + "vC": -0.4554282617783961, + "u10": 0.024723541051189922, + "v10": -0.4554282617783961, + "id": "1250" + }, + { + "geometry": "POLYGON ((2.5 -10, 2.5 -7.5, 5 -7.5, 5 -10, 2.5 -10))", + "cx": 3.75, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 51.050297124702716, + "elevation": -50.98892827827755, + "thickness": 0.9897814528370598, + "density": 935.3162369962826, + "uC": 0.007850874568475514, + "vC": -0.2870163203704843, + "u10": 0.007850874568475514, + "v10": -0.2870163203704843, + "id": "1251" + }, + { + "geometry": "POLYGON ((5 -7.5, 5 -5, 7.5 -5, 7.5 -7.5, 5 -7.5))", + "cx": 6.25, + "cy": -6.25, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 54.85337640378704, + "elevation": -48.68811999158485, + "thickness": 1.1040659733148983, + "density": 931.0152464539938, + "uC": 0.26879835729864504, + "vC": 0.05987426013519356, + "u10": 0.26879835729864504, + "v10": 0.05987426013519356, + "id": "1252" + }, + { + "geometry": "POLYGON ((5 -10, 5 -7.5, 7.5 -7.5, 7.5 -10, 5 -10))", + "cx": 6.25, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 54.71981951427288, + "elevation": -56.87288789899303, + "thickness": 1.2362638847159029, + "density": 941.0180177915762, + "uC": 0.1823473992550091, + "vC": -0.18037697752123213, + "u10": 0.1823473992550091, + "v10": -0.18037697752123213, + "id": "1254" + }, + { + "geometry": "POLYGON ((7.5 -10, 7.5 -7.5, 10 -7.5, 10 -10, 7.5 -10))", + "cx": 8.75, + "cy": -8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 41.211406543958596, + "elevation": -58.52531512594911, + "thickness": 1.225177433322912, + "density": 947.4568082028146, + "uC": 0.4465365766164772, + "vC": 0.06550225421233602, + "u10": 0.4465365766164772, + "v10": 0.06550225421233602, + "id": "1255" + }, + { + "geometry": "POLYGON ((5 -5, 5 -2.5, 7.5 -2.5, 7.5 -5, 5 -5))", + "cx": 6.25, + "cy": -3.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 38.75468757710601, + "elevation": -44.91027734496768, + "thickness": 1.1377917340084216, + "density": 897.9722500475643, + "uC": 0.19187065424161742, + "vC": -0.13913658981182003, + "u10": 0.19187065424161742, + "v10": -0.13913658981182003, + "id": "1258" + }, + { + "geometry": "POLYGON ((-7.5 7.5, -7.5 10, -5 10, -5 7.5, -7.5 7.5))", + "cx": -6.25, + "cy": 8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 52.295703306592266, + "elevation": -53.959621175603296, + "thickness": 1.0965915895167813, + "density": 935.3907513407148, + "uC": 0.34869679019960975, + "vC": 0.12263363695369954, + "u10": 0.34869679019960975, + "v10": 0.12263363695369954, + "id": "1261" + }, + { + "geometry": "POLYGON ((5 7.5, 5 10, 7.5 10, 7.5 7.5, 5 7.5))", + "cx": 6.25, + "cy": 8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 50.868094723489875, + "elevation": -47.853651993516024, + "thickness": 1.1984555992519361, + "density": 946.922001406677, + "uC": -0.4104812990436336, + "vC": -0.20497181419916316, + "u10": -0.4104812990436336, + "v10": -0.20497181419916316, + "id": "1264" + }, + { + "geometry": "POLYGON ((7.5 7.5, 7.5 10, 10 10, 10 7.5, 7.5 7.5))", + "cx": 8.75, + "cy": 8.75, + "dcx": 1.25, + "dcy": 1.25, + "SIC": 36.21603409413936, + "elevation": -63.35094361734892, + "thickness": 1.2604952913043779, + "density": 953.2142156657442, + "uC": 0.28779559439393715, + "vC": -0.4681211784144125, + "u10": 0.28779559439393715, + "v10": -0.4681211784144125, + "id": "1265" + }, + { + "geometry": "POLYGON ((-10 -7.5, -10 -6.25, -8.75 -6.25, -8.75 -7.5, -10 -7.5))", + "cx": -9.375, + "cy": -6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 30.820993245488587, + "elevation": -39.192712042153715, + "thickness": 1.25103832231172, + "density": 896.648512948734, + "uC": 0.3390506948067427, + "vC": -0.2482686196981114, + "u10": 0.3390506948067427, + "v10": -0.2482686196981114, + "id": "1270" + }, + { + "geometry": "POLYGON ((-8.75 -7.5, -8.75 -6.25, -7.5 -6.25, -7.5 -7.5, -8.75 -7.5))", + "cx": -8.125, + "cy": -6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 38.569777041441505, + "elevation": -39.47112786128496, + "thickness": 1.271764676934495, + "density": 888.4802017663678, + "uC": 0.3065947611089972, + "vC": -0.4710648388415891, + "u10": 0.3065947611089972, + "v10": -0.4710648388415891, + "id": "1271" + }, + { + "geometry": "POLYGON ((-10 -1.25, -10 0, -8.75 0, -8.75 -1.25, -10 -1.25))", + "cx": -9.375, + "cy": -0.625, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 49.552546579886396, + "elevation": -32.34212403322384, + "thickness": 1.124430214729775, + "density": 875.688532782355, + "uC": -0.017903641581182347, + "vC": -0.42391828941346105, + "u10": -0.017903641581182347, + "v10": -0.42391828941346105, + "id": "1272" + }, + { + "geometry": "POLYGON ((-10 -2.5, -10 -1.25, -8.75 -1.25, -8.75 -2.5, -10 -2.5))", + "cx": -9.375, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 50.454016944325154, + "elevation": -38.69598894697806, + "thickness": 1.037418860241031, + "density": 865.2245738505669, + "uC": -0.18691232148670367, + "vC": -0.4014397648799136, + "u10": -0.18691232148670367, + "v10": -0.4014397648799136, + "id": "1274" + }, + { + "geometry": "POLYGON ((-7.5 -3.75, -7.5 -2.5, -6.25 -2.5, -6.25 -3.75, -7.5 -3.75))", + "cx": -6.875, + "cy": -3.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 55.72504870234417, + "elevation": 24.15472838128967, + "thickness": 0.9230279129816734, + "density": 891.6198138067499, + "uC": 0.34274931461969943, + "vC": -0.2092843142970573, + "u10": 0.34274931461969943, + "v10": -0.2092843142970573, + "id": "1280" + }, + { + "geometry": "POLYGON ((2.5 -2.5, 2.5 -1.25, 3.75 -1.25, 3.75 -2.5, 2.5 -2.5))", + "cx": 3.125, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 39.49795914374679, + "elevation": -38.76863778203064, + "thickness": 1.1355379339117493, + "density": 924.9512635343219, + "uC": 0.26587770705335667, + "vC": -0.4295498089538683, + "u10": 0.26587770705335667, + "v10": -0.4295498089538683, + "id": "1286" + }, + { + "geometry": "POLYGON ((3.75 -2.5, 3.75 -1.25, 5 -1.25, 5 -2.5, 3.75 -2.5))", + "cx": 4.375, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 29.763570449763122, + "elevation": -35.546998856024864, + "thickness": 1.1834621801257201, + "density": 900.8302450653166, + "uC": 0.25652417641739966, + "vC": -0.2465053564374629, + "u10": 0.25652417641739966, + "v10": -0.2465053564374629, + "id": "1287" + }, + { + "geometry": "POLYGON ((2.5 -3.75, 2.5 -2.5, 3.75 -2.5, 3.75 -3.75, 2.5 -3.75))", + "cx": 3.125, + "cy": -3.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 44.85226468884872, + "elevation": -32.3371658337176, + "thickness": 1.0723152649206766, + "density": 917.9168756367687, + "uC": 0.24676447876456026, + "vC": -0.3099476564570472, + "u10": 0.24676447876456026, + "v10": -0.3099476564570472, + "id": "1288" + }, + { + "geometry": "POLYGON ((3.75 -3.75, 3.75 -2.5, 5 -2.5, 5 -3.75, 3.75 -3.75))", + "cx": 4.375, + "cy": -3.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 34.00467163469974, + "elevation": -33.181195344213734, + "thickness": 1.1222118899358842, + "density": 906.5255605648958, + "uC": 0.267601032791926, + "vC": -0.1817099825831767, + "u10": 0.267601032791926, + "v10": -0.1817099825831767, + "id": "1289" + }, + { + "geometry": "POLYGON ((2.5 -5, 2.5 -3.75, 3.75 -3.75, 3.75 -5, 2.5 -5))", + "cx": 3.125, + "cy": -4.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 56.54974266383065, + "elevation": -36.34447026714861, + "thickness": 1.0396872367715018, + "density": 932.6204345217088, + "uC": 0.3784184005341198, + "vC": -0.2328026221032057, + "u10": 0.3784184005341198, + "v10": -0.2328026221032057, + "id": "1290" + }, + { + "geometry": "POLYGON ((-7.5 2.5, -7.5 3.75, -6.25 3.75, -6.25 2.5, -7.5 2.5))", + "cx": -6.875, + "cy": 3.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 45.296712082922504, + "elevation": 15.822924636720584, + "thickness": 1.1363104398538733, + "density": 928.1695360838044, + "uC": 0.48390911047098617, + "vC": -0.006655797495186695, + "u10": 0.48390911047098617, + "v10": -0.006655797495186695, + "id": "1298" + }, + { + "geometry": "POLYGON ((-8.75 0, -8.75 1.25, -7.5 1.25, -7.5 0, -8.75 0))", + "cx": -8.125, + "cy": 0.625, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 37.63711991998434, + "elevation": -32.24024836615076, + "thickness": 1.1553949909752328, + "density": 891.8023684230149, + "uC": 0.4057686082994645, + "vC": -0.13501345018494323, + "u10": 0.4057686082994645, + "v10": -0.13501345018494323, + "id": "1303" + }, + { + "geometry": "POLYGON ((3.75 1.25, 3.75 2.5, 5 2.5, 5 1.25, 3.75 1.25))", + "cx": 4.375, + "cy": 1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 43.93756130000388, + "elevation": 28.593474379214673, + "thickness": 1.108386585114424, + "density": 942.7155809026044, + "uC": -0.053455295008059504, + "vC": -0.34671061091206545, + "u10": -0.053455295008059504, + "v10": -0.34671061091206545, + "id": "1305" + }, + { + "geometry": "POLYGON ((5 2.5, 5 3.75, 6.25 3.75, 6.25 2.5, 5 2.5))", + "cx": 5.625, + "cy": 3.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 47.45301699152939, + "elevation": 15.299154987932617, + "thickness": 1.1050253024001793, + "density": 936.5139804270632, + "uC": -0.02337133955632757, + "vC": -0.5685157741117733, + "u10": -0.02337133955632757, + "v10": -0.5685157741117733, + "id": "1310" + }, + { + "geometry": "POLYGON ((5 1.25, 5 2.5, 6.25 2.5, 6.25 1.25, 5 1.25))", + "cx": 5.625, + "cy": 1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 46.3549364126503, + "elevation": 16.449272242321527, + "thickness": 1.0717680472396631, + "density": 926.7205636779286, + "uC": 0.020459672550934282, + "vC": -0.4324417632261467, + "u10": 0.020459672550934282, + "v10": -0.4324417632261467, + "id": "1312" + }, + { + "geometry": "POLYGON ((6.25 1.25, 6.25 2.5, 7.5 2.5, 7.5 1.25, 6.25 1.25))", + "cx": 6.875, + "cy": 1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 56.17983074199609, + "elevation": 16.35825177803661, + "thickness": 1.136634088403453, + "density": 911.9797031207012, + "uC": 0.15689891228466896, + "vC": -0.4306322605951518, + "u10": 0.15689891228466896, + "v10": -0.4306322605951518, + "id": "1313" + }, + { + "geometry": "POLYGON ((-6.875 -5.625, -6.875 -5, -6.25 -5, -6.25 -5.625, -6.875 -5.625))", + "cx": -6.5625, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.31108132189815, + "elevation": -29.183564788324922, + "thickness": 1.0514421485208003, + "density": 906.2665746793405, + "uC": 0.3509508299427502, + "vC": -0.30989328952001405, + "u10": 0.3509508299427502, + "v10": -0.30989328952001405, + "id": "1317" + }, + { + "geometry": "POLYGON ((-7.5 -6.25, -7.5 -5.625, -6.875 -5.625, -6.875 -6.25, -7.5 -6.25))", + "cx": -7.1875, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 48.65829463998283, + "elevation": -40.53691485092502, + "thickness": 1.167453242352769, + "density": 892.2159510295457, + "uC": 0.0652572116297607, + "vC": -0.5354310241586815, + "u10": 0.0652572116297607, + "v10": -0.5354310241586815, + "id": "1318" + }, + { + "geometry": "POLYGON ((-6.875 -6.25, -6.875 -5.625, -6.25 -5.625, -6.25 -6.25, -6.875 -6.25))", + "cx": -6.5625, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.13132644695236, + "elevation": -43.86197207749622, + "thickness": 1.0994802687840504, + "density": 902.4986403061539, + "uC": 0.4160489141727892, + "vC": -0.2923009985388262, + "u10": 0.4160489141727892, + "v10": -0.2923009985388262, + "id": "1319" + }, + { + "geometry": "POLYGON ((-3.125 -6.875, -3.125 -6.25, -2.5 -6.25, -2.5 -6.875, -3.125 -6.875))", + "cx": -2.8125, + "cy": -6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 61.711081824324296, + "elevation": -52.10406810262562, + "thickness": 0.7271386900314306, + "density": 928.727685922823, + "uC": 0.4386553400698959, + "vC": 0.17299398753160397, + "u10": 0.4386553400698959, + "v10": 0.17299398753160397, + "id": "1321" + }, + { + "geometry": "POLYGON ((-3.75 -7.5, -3.75 -6.875, -3.125 -6.875, -3.125 -7.5, -3.75 -7.5))", + "cx": -3.4375, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 52.53916940420906, + "elevation": -38.54412021106161, + "thickness": 0.7789322639864558, + "density": 929.5839110569715, + "uC": 0.5672656072153855, + "vC": 0.044400129829218885, + "u10": 0.5672656072153855, + "v10": 0.044400129829218885, + "id": "1322" + }, + { + "geometry": "POLYGON ((-3.125 -7.5, -3.125 -6.875, -2.5 -6.875, -2.5 -7.5, -3.125 -7.5))", + "cx": -2.8125, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.99476275610141, + "elevation": -35.92469170275923, + "thickness": 0.7536019480233187, + "density": 928.2727035763379, + "uC": 0.4588797413176677, + "vC": -0.02506414129329826, + "u10": 0.4588797413176677, + "v10": -0.02506414129329826, + "id": "1323" + }, + { + "geometry": "POLYGON ((-6.875 1.875, -6.875 2.5, -6.25 2.5, -6.25 1.875, -6.875 1.875))", + "cx": -6.5625, + "cy": 2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.97495820803948, + "elevation": 12.886641652965906, + "thickness": 1.0644149333395383, + "density": 917.2338969394186, + "uC": 0.3891245832242317, + "vC": 0.23809567962726924, + "u10": 0.3891245832242317, + "v10": 0.23809567962726924, + "id": "1333" + }, + { + "geometry": "POLYGON ((-6.875 1.25, -6.875 1.875, -6.25 1.875, -6.25 1.25, -6.875 1.25))", + "cx": -6.5625, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 50.121872718738466, + "elevation": 19.212819517967162, + "thickness": 1.0163783910477853, + "density": 907.7825532095809, + "uC": 0.37119875514995687, + "vC": 0.34563636770863376, + "u10": 0.37119875514995687, + "v10": 0.34563636770863376, + "id": "1335" + }, + { + "geometry": "POLYGON ((-6.875 0.625, -6.875 1.25, -6.25 1.25, -6.25 0.625, -6.875 0.625))", + "cx": -6.5625, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.00281445891066, + "elevation": 15.757575493815452, + "thickness": 1.0019761337055297, + "density": 896.4401285030488, + "uC": 0.4533825612340595, + "vC": 0.22961042102291987, + "u10": 0.4533825612340595, + "v10": 0.22961042102291987, + "id": "1337" + }, + { + "geometry": "POLYGON ((-6.875 0, -6.875 0.625, -6.25 0.625, -6.25 0, -6.875 0))", + "cx": -6.5625, + "cy": 0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 60.49689941126733, + "elevation": 12.055782357707635, + "thickness": 0.9922139144676596, + "density": 893.5850542413191, + "uC": 0.44369247831775704, + "vC": -0.17448734348849612, + "u10": 0.44369247831775704, + "v10": -0.17448734348849612, + "id": "1339" + }, + { + "geometry": "POLYGON ((-4.375 4.375, -4.375 5, -3.75 5, -3.75 4.375, -4.375 4.375))", + "cx": -4.0625, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 46.842470597478055, + "elevation": -23.22768021342285, + "thickness": 0.9977906571862086, + "density": 957.9785766559717, + "uC": 0.19951677407388813, + "vC": -0.302344176511978, + "u10": 0.19951677407388813, + "v10": -0.302344176511978, + "id": "1341" + }, + { + "geometry": "POLYGON ((-4.375 3.75, -4.375 4.375, -3.75 4.375, -3.75 3.75, -4.375 3.75))", + "cx": -4.0625, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.49996499878836, + "elevation": -26.166111881169265, + "thickness": 1.0428032440217367, + "density": 958.0893627959456, + "uC": 0.21359304230531237, + "vC": -0.3441735084337637, + "u10": 0.21359304230531237, + "v10": -0.3441735084337637, + "id": "1343" + }, + { + "geometry": "POLYGON ((4.375 3.125, 4.375 3.75, 5 3.75, 5 3.125, 4.375 3.125))", + "cx": 4.6875, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 46.955247206774324, + "elevation": 14.47349182185464, + "thickness": 1.1211700578897166, + "density": 950.6683181714241, + "uC": -0.4096051795682142, + "vC": -0.40714968513826094, + "u10": -0.4096051795682142, + "v10": -0.40714968513826094, + "id": "1345" + }, + { + "geometry": "POLYGON ((3.75 2.5, 3.75 3.125, 4.375 3.125, 4.375 2.5, 3.75 2.5))", + "cx": 4.0625, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 41.82074073498539, + "elevation": 27.386867328644907, + "thickness": 1.1270986168401742, + "density": 962.6621903241164, + "uC": -0.3624338691123322, + "vC": -0.2423356635237076, + "u10": -0.3624338691123322, + "v10": -0.2423356635237076, + "id": "1346" + }, + { + "geometry": "POLYGON ((4.375 2.5, 4.375 3.125, 5 3.125, 5 2.5, 4.375 2.5))", + "cx": 4.6875, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 37.397686464978705, + "elevation": 18.203223068878902, + "thickness": 1.109448946186492, + "density": 952.4465306202794, + "uC": -0.34771594742596, + "vC": -0.4198604865632557, + "u10": -0.34771594742596, + "v10": -0.4198604865632557, + "id": "1347" + }, + { + "geometry": "POLYGON ((1.875 1.875, 1.875 2.5, 2.5 2.5, 2.5 1.875, 1.875 1.875))", + "cx": 2.1875, + "cy": 2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 61.18237892241044, + "elevation": 9.748104252390998, + "thickness": 1.2127413399134643, + "density": 939.8244303157737, + "uC": 0.24246348205140256, + "vC": -0.39078007089297195, + "u10": 0.24246348205140256, + "v10": -0.39078007089297195, + "id": "1349" + }, + { + "geometry": "POLYGON ((1.875 1.25, 1.875 1.875, 2.5 1.875, 2.5 1.25, 1.875 1.25))", + "cx": 2.1875, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.71752334658791, + "elevation": 8.84786626061446, + "thickness": 1.251621054496756, + "density": 935.417184657632, + "uC": 0.37500968413669616, + "vC": -0.2688516877437458, + "u10": 0.37500968413669616, + "v10": -0.2688516877437458, + "id": "1351" + }, + { + "geometry": "POLYGON ((1.25 0, 1.25 0.625, 1.875 0.625, 1.875 0, 1.25 0))", + "cx": 1.5625, + "cy": 0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.26544780607914, + "elevation": -33.20924072302263, + "thickness": 1.3163656242837996, + "density": 929.5942944563869, + "uC": 0.38973391341838515, + "vC": -0.2825767668140143, + "u10": 0.38973391341838515, + "v10": -0.2825767668140143, + "id": "1354" + }, + { + "geometry": "POLYGON ((1.875 0, 1.875 0.625, 2.5 0.625, 2.5 0, 1.875 0))", + "cx": 2.1875, + "cy": 0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 42.62260159810145, + "elevation": -32.57374818316091, + "thickness": 1.337429709625852, + "density": 927.1612351120725, + "uC": 0.38778847720760246, + "vC": -0.21535259314771002, + "u10": 0.38778847720760246, + "v10": -0.21535259314771002, + "id": "1355" + }, + { + "geometry": "POLYGON ((8.75 4.375, 8.75 5, 9.375 5, 9.375 4.375, 8.75 4.375))", + "cx": 9.0625, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.13747172517715, + "elevation": 11.42834406880401, + "thickness": 1.281700455251615, + "density": 935.0533312847274, + "uC": 0.1412463885741582, + "vC": -0.6132998518290682, + "u10": 0.1412463885741582, + "v10": -0.6132998518290682, + "id": "1356" + }, + { + "geometry": "POLYGON ((9.375 4.375, 9.375 5, 10 5, 10 4.375, 9.375 4.375))", + "cx": 9.6875, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 53.278453432319786, + "elevation": 5.282899370816421, + "thickness": 1.2896041187590175, + "density": 928.3931506529811, + "uC": 0.2864070773294741, + "vC": -0.5552767701900436, + "u10": 0.2864070773294741, + "v10": -0.5552767701900436, + "id": "1357" + }, + { + "geometry": "POLYGON ((8.75 3.75, 8.75 4.375, 9.375 4.375, 9.375 3.75, 8.75 3.75))", + "cx": 9.0625, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.76612303534114, + "elevation": 3.062171943664807, + "thickness": 1.2274869432412334, + "density": 931.9147536400774, + "uC": 0.3582369075709896, + "vC": -0.4697816914594555, + "u10": 0.3582369075709896, + "v10": -0.4697816914594555, + "id": "1358" + }, + { + "geometry": "POLYGON ((7.5 0.625, 7.5 1.25, 8.125 1.25, 8.125 0.625, 7.5 0.625))", + "cx": 7.8125, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.56897548361702, + "elevation": 15.670187072981523, + "thickness": 1.2190409621140748, + "density": 885.9553272495605, + "uC": 0.19048282217949364, + "vC": -0.14686976446500924, + "u10": 0.19048282217949364, + "v10": -0.14686976446500924, + "id": "1368" + }, + { + "geometry": "POLYGON ((8.125 0.625, 8.125 1.25, 8.75 1.25, 8.75 0.625, 8.125 0.625))", + "cx": 8.4375, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.09847889695031, + "elevation": 4.806203437150642, + "thickness": 1.2018538571881052, + "density": 876.6890095965307, + "uC": 0.03267710490949539, + "vC": -0.22558868128362106, + "u10": 0.03267710490949539, + "v10": -0.22558868128362106, + "id": "1369" + }, + { + "geometry": "POLYGON ((-6.25 -0.9375, -6.25 -0.625, -5.9375 -0.625, -5.9375 -0.9375, -6.25 -0.9375))", + "cx": -6.09375, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.4785773409144, + "elevation": -10.648725931676934, + "thickness": 0.8889011938238714, + "density": 905.2827939981148, + "uC": 0.34831714742797076, + "vC": -0.3303513623040277, + "u10": 0.34831714742797076, + "v10": -0.3303513623040277, + "id": "1376" + }, + { + "geometry": "POLYGON ((-5.9375 -0.9375, -5.9375 -0.625, -5.625 -0.625, -5.625 -0.9375, -5.9375 -0.9375))", + "cx": -5.78125, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.59183572403327, + "elevation": -12.652631686478266, + "thickness": 0.9379341451708033, + "density": 903.1632754405848, + "uC": 0.41557717838080777, + "vC": -0.18231733526098742, + "u10": 0.41557717838080777, + "v10": -0.18231733526098742, + "id": "1377" + }, + { + "geometry": "POLYGON ((-6.25 -1.25, -6.25 -0.9375, -5.9375 -0.9375, -5.9375 -1.25, -6.25 -1.25))", + "cx": -6.09375, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.21883203179273, + "elevation": -1.2323204745963716, + "thickness": 0.8623219797158719, + "density": 903.6412173687546, + "uC": 0.2710372686903414, + "vC": -0.4194338586637375, + "u10": 0.2710372686903414, + "v10": -0.4194338586637375, + "id": "1378" + }, + { + "geometry": "POLYGON ((-5.9375 -1.25, -5.9375 -0.9375, -5.625 -0.9375, -5.625 -1.25, -5.9375 -1.25))", + "cx": -5.78125, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.01137087208944, + "elevation": -5.533845423646056, + "thickness": 0.8782974123540228, + "density": 901.3608917437591, + "uC": 0.44722388273629726, + "vC": -0.15923667493659097, + "u10": 0.44722388273629726, + "v10": -0.15923667493659097, + "id": "1379" + }, + { + "geometry": "POLYGON ((-7.5 -1.5625, -7.5 -1.25, -7.1875 -1.25, -7.1875 -1.5625, -7.5 -1.5625))", + "cx": -7.34375, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.58416370884625, + "elevation": -7.9121741264126175, + "thickness": 1.0172086000611629, + "density": 896.3661695432204, + "uC": 0.21587361171978048, + "vC": -0.4466755920917279, + "u10": 0.21587361171978048, + "v10": -0.4466755920917279, + "id": "1380" + }, + { + "geometry": "POLYGON ((-7.1875 -1.5625, -7.1875 -1.25, -6.875 -1.25, -6.875 -1.5625, -7.1875 -1.5625))", + "cx": -7.03125, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.55515976019577, + "elevation": -2.726952489304793, + "thickness": 0.9731577238535536, + "density": 905.0290787137865, + "uC": 0.1963379500763751, + "vC": -0.54667670648923, + "u10": 0.1963379500763751, + "v10": -0.54667670648923, + "id": "1381" + }, + { + "geometry": "POLYGON ((-7.5 -1.875, -7.5 -1.5625, -7.1875 -1.5625, -7.1875 -1.875, -7.5 -1.875))", + "cx": -7.34375, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.90934761846593, + "elevation": -17.15592252668749, + "thickness": 1.013363969505031, + "density": 891.8081732036662, + "uC": 0.012037423099481808, + "vC": -0.44295958416161807, + "u10": 0.012037423099481808, + "v10": -0.44295958416161807, + "id": "1382" + }, + { + "geometry": "POLYGON ((-7.1875 -1.875, -7.1875 -1.5625, -6.875 -1.5625, -6.875 -1.875, -7.1875 -1.875))", + "cx": -7.03125, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.01389632284154, + "elevation": -4.312109648330339, + "thickness": 0.9701983142324216, + "density": 896.9764513689465, + "uC": -0.06203580213050942, + "vC": -0.5073280135233491, + "u10": -0.06203580213050942, + "v10": -0.5073280135233491, + "id": "1383" + }, + { + "geometry": "POLYGON ((-7.5 -2.1875, -7.5 -1.875, -7.1875 -1.875, -7.1875 -2.1875, -7.5 -2.1875))", + "cx": -7.34375, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.6282231665307, + "elevation": -8.257634110595625, + "thickness": 0.9415059719874721, + "density": 896.4255979764125, + "uC": 0.011190320022636695, + "vC": -0.42750649998973034, + "u10": 0.011190320022636695, + "v10": -0.42750649998973034, + "id": "1384" + }, + { + "geometry": "POLYGON ((-7.1875 -2.1875, -7.1875 -1.875, -6.875 -1.875, -6.875 -2.1875, -7.1875 -2.1875))", + "cx": -7.03125, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.45781703993618, + "elevation": 0.8281877599056766, + "thickness": 0.9113971651827553, + "density": 891.7477832690627, + "uC": -0.02970137521912306, + "vC": -0.46720606275140364, + "u10": -0.02970137521912306, + "v10": -0.46720606275140364, + "id": "1385" + }, + { + "geometry": "POLYGON ((-7.5 -2.5, -7.5 -2.1875, -7.1875 -2.1875, -7.1875 -2.5, -7.5 -2.5))", + "cx": -7.34375, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.15024402570912, + "elevation": -3.085890920317858, + "thickness": 0.9363830212554931, + "density": 893.9001133804469, + "uC": 0.17393912702131165, + "vC": -0.40518582017621835, + "u10": 0.17393912702131165, + "v10": -0.40518582017621835, + "id": "1386" + }, + { + "geometry": "POLYGON ((-7.1875 -2.5, -7.1875 -2.1875, -6.875 -2.1875, -6.875 -2.5, -7.1875 -2.5))", + "cx": -7.03125, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.620203329137226, + "elevation": 11.303046825642829, + "thickness": 0.8968724230795717, + "density": 888.7578855546844, + "uC": 0.07459706142563977, + "vC": -0.4766256325117296, + "u10": 0.07459706142563977, + "v10": -0.4766256325117296, + "id": "1387" + }, + { + "geometry": "POLYGON ((-5.625 -2.1875, -5.625 -1.875, -5.3125 -1.875, -5.3125 -2.1875, -5.625 -2.1875))", + "cx": -5.46875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.61517861530811, + "elevation": -1.0434912307031514, + "thickness": 0.7916437040367352, + "density": 907.8061989218522, + "uC": 0.4694941202831986, + "vC": -0.11964957699690464, + "u10": 0.4694941202831986, + "v10": -0.11964957699690464, + "id": "1388" + }, + { + "geometry": "POLYGON ((-5.3125 -2.1875, -5.3125 -1.875, -5 -1.875, -5 -2.1875, -5.3125 -2.1875))", + "cx": -5.15625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.20257623026242, + "elevation": 2.8766209326955874, + "thickness": 0.8168563326539315, + "density": 906.3505667232012, + "uC": 0.3956820672286028, + "vC": -0.13800403502678854, + "u10": 0.3956820672286028, + "v10": -0.13800403502678854, + "id": "1389" + }, + { + "geometry": "POLYGON ((-5.625 -2.5, -5.625 -2.1875, -5.3125 -2.1875, -5.3125 -2.5, -5.625 -2.5))", + "cx": -5.46875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.99387175633485, + "elevation": 5.905021911500883, + "thickness": 0.8035541164610008, + "density": 905.3520734761794, + "uC": 0.4212724311194453, + "vC": -0.07385621361366831, + "u10": 0.4212724311194453, + "v10": -0.07385621361366831, + "id": "1390" + }, + { + "geometry": "POLYGON ((-5.3125 -2.5, -5.3125 -2.1875, -5 -2.1875, -5 -2.5, -5.3125 -2.5))", + "cx": -5.15625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.94978402439716, + "elevation": 13.872948499419437, + "thickness": 0.8402276175339851, + "density": 900.3327690400986, + "uC": 0.32359400106884706, + "vC": -0.059342562389274475, + "u10": 0.32359400106884706, + "v10": -0.059342562389274475, + "id": "1391" + }, + { + "geometry": "POLYGON ((-1.875 -2.1875, -1.875 -1.875, -1.5625 -1.875, -1.5625 -2.1875, -1.875 -2.1875))", + "cx": -1.71875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.15420771635799, + "elevation": -13.41156063074191, + "thickness": 1.0606364906791357, + "density": 910.2362963468906, + "uC": 0.7169553011228624, + "vC": -0.2327700039204158, + "u10": 0.7169553011228624, + "v10": -0.2327700039204158, + "id": "1392" + }, + { + "geometry": "POLYGON ((-1.5625 -2.1875, -1.5625 -1.875, -1.25 -1.875, -1.25 -2.1875, -1.5625 -2.1875))", + "cx": -1.40625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.53041482096458, + "elevation": -14.700929035789628, + "thickness": 1.1258750310730488, + "density": 906.2859025478024, + "uC": 0.7302178738556611, + "vC": -0.2423558059412375, + "u10": 0.7302178738556611, + "v10": -0.2423558059412375, + "id": "1393" + }, + { + "geometry": "POLYGON ((-1.875 -2.5, -1.875 -2.1875, -1.5625 -2.1875, -1.5625 -2.5, -1.875 -2.5))", + "cx": -1.71875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.715703558255505, + "elevation": -11.765616830298436, + "thickness": 1.0313782526700561, + "density": 913.0873785407629, + "uC": 0.7380460084203355, + "vC": 0.1735124235079793, + "u10": 0.7380460084203355, + "v10": 0.1735124235079793, + "id": "1394" + }, + { + "geometry": "POLYGON ((-1.5625 -2.5, -1.5625 -2.1875, -1.25 -2.1875, -1.25 -2.5, -1.5625 -2.5))", + "cx": -1.40625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.749894241321456, + "elevation": -6.569944195959563, + "thickness": 1.0743127319511905, + "density": 909.6590627855885, + "uC": 0.7317062438898281, + "vC": 0.18106919282471062, + "u10": 0.7317062438898281, + "v10": 0.18106919282471062, + "id": "1395" + }, + { + "geometry": "POLYGON ((-5 -2.8125, -5 -2.5, -4.6875 -2.5, -4.6875 -2.8125, -5 -2.8125))", + "cx": -4.84375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.64714918875865, + "elevation": -1.8649132142863905, + "thickness": 0.8674557467369375, + "density": 880.1411872489922, + "uC": 0.2744314743690474, + "vC": -0.07079016080467235, + "u10": 0.2744314743690474, + "v10": -0.07079016080467235, + "id": "1396" + }, + { + "geometry": "POLYGON ((-4.6875 -2.8125, -4.6875 -2.5, -4.375 -2.5, -4.375 -2.8125, -4.6875 -2.8125))", + "cx": -4.53125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.03750055633563, + "elevation": -4.093665806115377, + "thickness": 0.8499820495656695, + "density": 884.3330370354602, + "uC": 0.2618603981256427, + "vC": -0.07601920179875156, + "u10": 0.2618603981256427, + "v10": -0.07601920179875156, + "id": "1397" + }, + { + "geometry": "POLYGON ((-5 -3.125, -5 -2.8125, -4.6875 -2.8125, -4.6875 -3.125, -5 -3.125))", + "cx": -4.84375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.27827218719655, + "elevation": -0.36030236154559847, + "thickness": 0.8466266120276216, + "density": 875.5237601654674, + "uC": 0.25301806449926145, + "vC": -0.1381741709770431, + "u10": 0.25301806449926145, + "v10": -0.1381741709770431, + "id": "1398" + }, + { + "geometry": "POLYGON ((-4.6875 -3.125, -4.6875 -2.8125, -4.375 -2.8125, -4.375 -3.125, -4.6875 -3.125))", + "cx": -4.53125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.69107758293502, + "elevation": -7.964760834205588, + "thickness": 0.8840169268149995, + "density": 882.7027016081817, + "uC": 0.29597235658489396, + "vC": -0.14919488663326713, + "u10": 0.29597235658489396, + "v10": -0.14919488663326713, + "id": "1399" + }, + { + "geometry": "POLYGON ((-3.125 -2.8125, -3.125 -2.5, -2.8125 -2.5, -2.8125 -2.8125, -3.125 -2.8125))", + "cx": -2.96875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.98956459122367, + "elevation": -9.25770921053168, + "thickness": 0.9236777202440465, + "density": 900.8338888662636, + "uC": 0.37921651599813677, + "vC": -0.10586331134233287, + "u10": 0.37921651599813677, + "v10": -0.10586331134233287, + "id": "1400" + }, + { + "geometry": "POLYGON ((-2.8125 -2.8125, -2.8125 -2.5, -2.5 -2.5, -2.5 -2.8125, -2.8125 -2.8125))", + "cx": -2.65625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.57489317027858, + "elevation": -13.111367710660797, + "thickness": 0.9428280956199604, + "density": 897.3742365493567, + "uC": 0.4596394371703354, + "vC": -0.06846414304794807, + "u10": 0.4596394371703354, + "v10": -0.06846414304794807, + "id": "1401" + }, + { + "geometry": "POLYGON ((-3.125 -3.125, -3.125 -2.8125, -2.8125 -2.8125, -2.8125 -3.125, -3.125 -3.125))", + "cx": -2.96875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.52727479602282, + "elevation": -17.663067056646405, + "thickness": 0.9015976553395384, + "density": 893.2373813520816, + "uC": 0.43699178780624826, + "vC": 0.018835822454795922, + "u10": 0.43699178780624826, + "v10": 0.018835822454795922, + "id": "1402" + }, + { + "geometry": "POLYGON ((-2.8125 -3.125, -2.8125 -2.8125, -2.5 -2.8125, -2.5 -3.125, -2.8125 -3.125))", + "cx": -2.65625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.81899500108055, + "elevation": -21.349008787111085, + "thickness": 0.8841662882461192, + "density": 891.6258526527139, + "uC": 0.5003133750989885, + "vC": -0.017352663521762932, + "u10": 0.5003133750989885, + "v10": -0.017352663521762932, + "id": "1403" + }, + { + "geometry": "POLYGON ((-2.5 -4.0625, -2.5 -3.75, -2.1875 -3.75, -2.1875 -4.0625, -2.5 -4.0625))", + "cx": -2.34375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.893338802716386, + "elevation": -27.033979712855842, + "thickness": 0.8428212585173231, + "density": 913.6221846422442, + "uC": 0.557275276517719, + "vC": -0.06496738358243549, + "u10": 0.557275276517719, + "v10": -0.06496738358243549, + "id": "1404" + }, + { + "geometry": "POLYGON ((-2.1875 -4.0625, -2.1875 -3.75, -1.875 -3.75, -1.875 -4.0625, -2.1875 -4.0625))", + "cx": -2.03125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.20946665614345, + "elevation": -21.505124707159826, + "thickness": 0.8552189531077848, + "density": 922.3565879567816, + "uC": 0.5431533992433342, + "vC": 0.06368100837046348, + "u10": 0.5431533992433342, + "v10": 0.06368100837046348, + "id": "1405" + }, + { + "geometry": "POLYGON ((-2.5 -4.375, -2.5 -4.0625, -2.1875 -4.0625, -2.1875 -4.375, -2.5 -4.375))", + "cx": -2.34375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.252934598098, + "elevation": -40.4920469490645, + "thickness": 0.8078940170967535, + "density": 917.9312323636193, + "uC": 0.4556577164256216, + "vC": 0.19540665225098097, + "u10": 0.4556577164256216, + "v10": 0.19540665225098097, + "id": "1406" + }, + { + "geometry": "POLYGON ((-2.1875 -4.375, -2.1875 -4.0625, -1.875 -4.0625, -1.875 -4.375, -2.1875 -4.375))", + "cx": -2.03125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.89221021779781, + "elevation": -32.85584379521639, + "thickness": 0.7743816820071446, + "density": 920.0827723496385, + "uC": 0.4347374942757538, + "vC": 0.10622102548223207, + "u10": 0.4347374942757538, + "v10": 0.10622102548223207, + "id": "1407" + }, + { + "geometry": "POLYGON ((1.875 -3.4375, 1.875 -3.125, 2.1875 -3.125, 2.1875 -3.4375, 1.875 -3.4375))", + "cx": 2.03125, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.40446684533028, + "elevation": -24.827394455007237, + "thickness": 1.1022876628090847, + "density": 927.404895998514, + "uC": 0.10897966529810438, + "vC": -0.47290797511806354, + "u10": 0.10897966529810438, + "v10": -0.47290797511806354, + "id": "1408" + }, + { + "geometry": "POLYGON ((2.1875 -3.4375, 2.1875 -3.125, 2.5 -3.125, 2.5 -3.4375, 2.1875 -3.4375))", + "cx": 2.34375, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.00408095842774, + "elevation": -20.956153703626576, + "thickness": 1.1105950417003143, + "density": 922.8968897102118, + "uC": 0.30465572667995033, + "vC": -0.3657651802593421, + "u10": 0.30465572667995033, + "v10": -0.3657651802593421, + "id": "1409" + }, + { + "geometry": "POLYGON ((1.875 -3.75, 1.875 -3.4375, 2.1875 -3.4375, 2.1875 -3.75, 1.875 -3.75))", + "cx": 2.03125, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.38242000993192, + "elevation": -36.53538258466682, + "thickness": 1.0466991299264905, + "density": 925.3045563087062, + "uC": 0.21735161296042188, + "vC": -0.34770736178047473, + "u10": 0.21735161296042188, + "v10": -0.34770736178047473, + "id": "1410" + }, + { + "geometry": "POLYGON ((2.1875 -3.75, 2.1875 -3.4375, 2.5 -3.4375, 2.5 -3.75, 2.1875 -3.75))", + "cx": 2.34375, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.65696422691319, + "elevation": -26.88953702912934, + "thickness": 1.0354677654678448, + "density": 923.7292851259319, + "uC": 0.2796630956913865, + "vC": -0.3943102037602139, + "u10": 0.2796630956913865, + "v10": -0.3943102037602139, + "id": "1411" + }, + { + "geometry": "POLYGON ((-5 3.4375, -5 3.75, -4.6875 3.75, -4.6875 3.4375, -5 3.4375))", + "cx": -4.84375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.21392512037477, + "elevation": -5.818587008143623, + "thickness": 1.115850273416462, + "density": 946.5107680196459, + "uC": 0.4844859270086299, + "vC": -0.30582177857380227, + "u10": 0.4844859270086299, + "v10": -0.30582177857380227, + "id": "1412" + }, + { + "geometry": "POLYGON ((-4.6875 3.4375, -4.6875 3.75, -4.375 3.75, -4.375 3.4375, -4.6875 3.4375))", + "cx": -4.53125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.86311082389995, + "elevation": -9.476074857312117, + "thickness": 1.11249040401717, + "density": 951.6082848976512, + "uC": 0.3110564491619449, + "vC": -0.5099966433557769, + "u10": 0.3110564491619449, + "v10": -0.5099966433557769, + "id": "1413" + }, + { + "geometry": "POLYGON ((-5 3.125, -5 3.4375, -4.6875 3.4375, -4.6875 3.125, -5 3.125))", + "cx": -4.84375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.40579089102239, + "elevation": 0.791101120019774, + "thickness": 1.1190598791939723, + "density": 943.9350642086655, + "uC": 0.5966211598979985, + "vC": -0.17686506157153004, + "u10": 0.5966211598979985, + "v10": -0.17686506157153004, + "id": "1414" + }, + { + "geometry": "POLYGON ((-4.6875 3.125, -4.6875 3.4375, -4.375 3.4375, -4.375 3.125, -4.6875 3.125))", + "cx": -4.53125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.72921213419335, + "elevation": -2.4688198638276417, + "thickness": 1.139205866696444, + "density": 943.6574742882265, + "uC": 0.4320792651746803, + "vC": -0.3776490768421186, + "u10": 0.4320792651746803, + "v10": -0.3776490768421186, + "id": "1415" + }, + { + "geometry": "POLYGON ((-3.125 1.5625, -3.125 1.875, -2.8125 1.875, -2.8125 1.5625, -3.125 1.5625))", + "cx": -2.96875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.8084167283656, + "elevation": -6.219515202721139, + "thickness": 1.1451693634618865, + "density": 950.9215904477954, + "uC": 0.21313029101670192, + "vC": -0.4526214931857644, + "u10": 0.21313029101670192, + "v10": -0.4526214931857644, + "id": "1416" + }, + { + "geometry": "POLYGON ((-2.8125 1.5625, -2.8125 1.875, -2.5 1.875, -2.5 1.5625, -2.8125 1.5625))", + "cx": -2.65625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.825642466292464, + "elevation": -8.788431828481365, + "thickness": 1.1209320071527977, + "density": 961.7951870020107, + "uC": 0.3129839687196455, + "vC": -0.3906424251844002, + "u10": 0.3129839687196455, + "v10": -0.3906424251844002, + "id": "1417" + }, + { + "geometry": "POLYGON ((-3.125 1.25, -3.125 1.5625, -2.8125 1.5625, -2.8125 1.25, -3.125 1.25))", + "cx": -2.96875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.49700106460772, + "elevation": 2.9883177444941076, + "thickness": 1.1515991300094361, + "density": 955.8691068039932, + "uC": 0.2519318778183298, + "vC": -0.5128067705282116, + "u10": 0.2519318778183298, + "v10": -0.5128067705282116, + "id": "1418" + }, + { + "geometry": "POLYGON ((-2.8125 1.25, -2.8125 1.5625, -2.5 1.5625, -2.5 1.25, -2.8125 1.25))", + "cx": -2.65625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.61029845193772, + "elevation": -3.596094112564621, + "thickness": 1.1080045032084858, + "density": 955.7837516842235, + "uC": 0.32586328700945155, + "vC": -0.4357252261569553, + "u10": 0.32586328700945155, + "v10": -0.4357252261569553, + "id": "1419" + }, + { + "geometry": "POLYGON ((8.125 2.1875, 8.125 2.5, 8.4375 2.5, 8.4375 2.1875, 8.125 2.1875))", + "cx": 8.28125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.3926305519671, + "elevation": -7.515490798408587, + "thickness": 1.215471139586676, + "density": 895.6002107718883, + "uC": 0.1738964009150707, + "vC": -0.4489021788277565, + "u10": 0.1738964009150707, + "v10": -0.4489021788277565, + "id": "1420" + }, + { + "geometry": "POLYGON ((8.4375 2.1875, 8.4375 2.5, 8.75 2.5, 8.75 2.1875, 8.4375 2.1875))", + "cx": 8.59375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.35939719082643, + "elevation": -9.583605038475529, + "thickness": 1.241604828883852, + "density": 892.1427396433382, + "uC": 0.1473693204887648, + "vC": -0.3580932458404838, + "u10": 0.1473693204887648, + "v10": -0.3580932458404838, + "id": "1421" + }, + { + "geometry": "POLYGON ((8.125 1.875, 8.125 2.1875, 8.4375 2.1875, 8.4375 1.875, 8.125 1.875))", + "cx": 8.28125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.400693583540445, + "elevation": -5.201504787735972, + "thickness": 1.2162099467520264, + "density": 895.3374883860389, + "uC": 0.16026607149032893, + "vC": -0.42332061334547744, + "u10": 0.16026607149032893, + "v10": -0.42332061334547744, + "id": "1422" + }, + { + "geometry": "POLYGON ((8.4375 1.875, 8.4375 2.1875, 8.75 2.1875, 8.75 1.875, 8.4375 1.875))", + "cx": 8.59375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.49699812700631, + "elevation": -13.80671365210775, + "thickness": 1.2423162106428727, + "density": 881.3238523406776, + "uC": 0.1528371515278731, + "vC": -0.4031229637359407, + "u10": 0.1528371515278731, + "v10": -0.4031229637359407, + "id": "1423" + }, + { + "geometry": "POLYGON ((8.125 1.5625, 8.125 1.875, 8.4375 1.875, 8.4375 1.5625, 8.125 1.5625))", + "cx": 8.28125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.01965657146145, + "elevation": 3.4446210824638896, + "thickness": 1.2247699120677389, + "density": 886.2232350058084, + "uC": 0.07307374649116813, + "vC": -0.41572925902015234, + "u10": 0.07307374649116813, + "v10": -0.41572925902015234, + "id": "1424" + }, + { + "geometry": "POLYGON ((8.4375 1.5625, 8.4375 1.875, 8.75 1.875, 8.75 1.5625, 8.4375 1.5625))", + "cx": 8.59375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.59088299335384, + "elevation": -8.695580332379539, + "thickness": 1.2447211819438873, + "density": 873.4948772887267, + "uC": 0.02283681273159351, + "vC": -0.45880746426308056, + "u10": 0.02283681273159351, + "v10": -0.45880746426308056, + "id": "1425" + }, + { + "geometry": "POLYGON ((8.125 1.25, 8.125 1.5625, 8.4375 1.5625, 8.4375 1.25, 8.125 1.25))", + "cx": 8.28125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.66948078144179, + "elevation": 12.137863657615677, + "thickness": 1.2088656864598315, + "density": 879.4505581791378, + "uC": 0.0025299024875848827, + "vC": -0.34413907105324865, + "u10": 0.0025299024875848827, + "v10": -0.34413907105324865, + "id": "1426" + }, + { + "geometry": "POLYGON ((8.4375 1.25, 8.4375 1.5625, 8.75 1.5625, 8.75 1.25, 8.4375 1.25))", + "cx": 8.59375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.626511560872565, + "elevation": -2.4458980862035746, + "thickness": 1.2250341665931224, + "density": 867.7205015078275, + "uC": -0.1453667418383915, + "vC": -0.3600077867005705, + "u10": -0.1453667418383915, + "v10": -0.3600077867005705, + "id": "1427" + }, + { + "geometry": "POLYGON ((3.125 6.5625, 3.125 6.875, 3.4375 6.875, 3.4375 6.5625, 3.125 6.5625))", + "cx": 3.28125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.55806783164886, + "elevation": -39.68060545096108, + "thickness": 0.998393140006189, + "density": 966.519759134587, + "uC": -0.24184700986346774, + "vC": 0.15652454974212704, + "u10": -0.24184700986346774, + "v10": 0.15652454974212704, + "id": "1428" + }, + { + "geometry": "POLYGON ((3.4375 6.5625, 3.4375 6.875, 3.75 6.875, 3.75 6.5625, 3.4375 6.5625))", + "cx": 3.59375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.9788653801585, + "elevation": -30.293485848560127, + "thickness": 1.0350313408764658, + "density": 969.4482710765799, + "uC": -0.3081508141546695, + "vC": 0.2851474502675913, + "u10": -0.3081508141546695, + "v10": 0.2851474502675913, + "id": "1429" + }, + { + "geometry": "POLYGON ((3.125 6.25, 3.125 6.5625, 3.4375 6.5625, 3.4375 6.25, 3.125 6.25))", + "cx": 3.28125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.62739560715997, + "elevation": -31.069760355205936, + "thickness": 0.9918591149669749, + "density": 968.9738025067302, + "uC": -0.1594335770536315, + "vC": 0.29779118863870724, + "u10": -0.1594335770536315, + "v10": 0.29779118863870724, + "id": "1430" + }, + { + "geometry": "POLYGON ((3.4375 6.25, 3.4375 6.5625, 3.75 6.5625, 3.75 6.25, 3.4375 6.25))", + "cx": 3.59375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.80631458241348, + "elevation": -16.335161966693654, + "thickness": 1.026086705906947, + "density": 970.1274535086811, + "uC": -0.27778153076166057, + "vC": 0.34819508673604066, + "u10": -0.27778153076166057, + "v10": 0.34819508673604066, + "id": "1431" + }, + { + "geometry": "POLYGON ((3.75 6.5625, 3.75 6.875, 4.0625 6.875, 4.0625 6.5625, 3.75 6.5625))", + "cx": 3.90625, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.6820562540012, + "elevation": -25.463953344026066, + "thickness": 1.065310834108021, + "density": 979.6079755250236, + "uC": -0.23473449212946657, + "vC": 0.4653774462846191, + "u10": -0.23473449212946657, + "v10": 0.4653774462846191, + "id": "1432" + }, + { + "geometry": "POLYGON ((4.0625 6.5625, 4.0625 6.875, 4.375 6.875, 4.375 6.5625, 4.0625 6.5625))", + "cx": 4.21875, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.54650943413233, + "elevation": -38.80101055161738, + "thickness": 1.0249238904918405, + "density": 977.2970252198093, + "uC": -0.2536844472046484, + "vC": 0.5523402075163708, + "u10": -0.2536844472046484, + "v10": 0.5523402075163708, + "id": "1433" + }, + { + "geometry": "POLYGON ((3.75 6.25, 3.75 6.5625, 4.0625 6.5625, 4.0625 6.25, 3.75 6.25))", + "cx": 3.90625, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.04879169699953, + "elevation": -18.16325730749647, + "thickness": 1.0358020884448917, + "density": 974.2743826638484, + "uC": -0.28407078341146463, + "vC": 0.4910613248535991, + "u10": -0.28407078341146463, + "v10": 0.4910613248535991, + "id": "1434" + }, + { + "geometry": "POLYGON ((4.0625 6.25, 4.0625 6.5625, 4.375 6.5625, 4.375 6.25, 4.0625 6.25))", + "cx": 4.21875, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.34025568735979, + "elevation": -25.50735369296718, + "thickness": 1.0044079116572036, + "density": 983.1996541751761, + "uC": -0.34185817444812483, + "vC": 0.5385429898872528, + "u10": -0.34185817444812483, + "v10": 0.5385429898872528, + "id": "1435" + }, + { + "geometry": "POLYGON ((4.375 5.9375, 4.375 6.25, 4.6875 6.25, 4.6875 5.9375, 4.375 5.9375))", + "cx": 4.53125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 71.60457632273565, + "elevation": -24.83203575863563, + "thickness": 1.029581898910878, + "density": 986.0511227030833, + "uC": -0.5085225282816515, + "vC": 0.22110530774751683, + "u10": -0.5085225282816515, + "v10": 0.22110530774751683, + "id": "1436" + }, + { + "geometry": "POLYGON ((4.6875 5.9375, 4.6875 6.25, 5 6.25, 5 5.9375, 4.6875 5.9375))", + "cx": 4.84375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.80948474333809, + "elevation": -20.14258246601845, + "thickness": 1.049869944532172, + "density": 982.5928635867294, + "uC": -0.5444024740989306, + "vC": 0.3615298427685837, + "u10": -0.5444024740989306, + "v10": 0.3615298427685837, + "id": "1437" + }, + { + "geometry": "POLYGON ((4.375 5.625, 4.375 5.9375, 4.6875 5.9375, 4.6875 5.625, 4.375 5.625))", + "cx": 4.53125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.82624238599126, + "elevation": -14.346054871061886, + "thickness": 1.0876488417687677, + "density": 977.9890738008833, + "uC": -0.5936913192235485, + "vC": -0.07499032649909435, + "u10": -0.5936913192235485, + "v10": -0.07499032649909435, + "id": "1438" + }, + { + "geometry": "POLYGON ((4.6875 5.625, 4.6875 5.9375, 5 5.9375, 5 5.625, 4.6875 5.625))", + "cx": 4.84375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.7239148180183, + "elevation": -12.283235997694607, + "thickness": 1.0755497781442376, + "density": 975.3700341031101, + "uC": -0.7054408160553938, + "vC": 0.09771461540955574, + "u10": -0.7054408160553938, + "v10": 0.09771461540955574, + "id": "1439" + }, + { + "geometry": "POLYGON ((8.75 -7.5, 8.75 -6.25, 10 -6.25, 10 -7.5, 8.75 -7.5))", + "cx": 9.375, + "cy": -6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 24.379157095129823, + "elevation": -40.6996907712521, + "thickness": 1.1683092008656644, + "density": 913.8903726028219, + "uC": 0.40472823595401214, + "vC": 0.1572675742238576, + "u10": 0.40472823595401214, + "v10": 0.1572675742238576, + "id": "1447" + }, + { + "geometry": "POLYGON ((6.25 -2.5, 6.25 -1.25, 7.5 -1.25, 7.5 -2.5, 6.25 -2.5))", + "cx": 6.875, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 34.51730837492558, + "elevation": -44.18600528544099, + "thickness": 1.2089083509156118, + "density": 906.1569124074969, + "uC": 0.10447572844256746, + "vC": -0.20221129819211164, + "u10": 0.10447572844256746, + "v10": -0.20221129819211164, + "id": "1451" + }, + { + "geometry": "POLYGON ((7.5 -2.5, 7.5 -1.25, 8.75 -1.25, 8.75 -2.5, 7.5 -2.5))", + "cx": 8.125, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 44.5023641884425, + "elevation": -54.83739659178075, + "thickness": 1.1442544512668833, + "density": 871.4241037088824, + "uC": 0.10574694298322855, + "vC": -0.13275458338572946, + "u10": 0.10574694298322855, + "v10": -0.13275458338572946, + "id": "1454" + }, + { + "geometry": "POLYGON ((8.75 -2.5, 8.75 -1.25, 10 -1.25, 10 -2.5, 8.75 -2.5))", + "cx": 9.375, + "cy": -1.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 42.881084898099495, + "elevation": -44.494115994193194, + "thickness": 1.0754851135514383, + "density": 867.7656107860721, + "uC": -0.06840790716408973, + "vC": -0.33400530056901856, + "u10": -0.06840790716408973, + "v10": -0.33400530056901856, + "id": "1455" + }, + { + "geometry": "POLYGON ((7.5 -3.75, 7.5 -2.5, 8.75 -2.5, 8.75 -3.75, 7.5 -3.75))", + "cx": 8.125, + "cy": -3.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 42.68592598001109, + "elevation": -58.525769956630626, + "thickness": 1.1094262135294763, + "density": 885.4970577910337, + "uC": 0.09904188105204197, + "vC": -0.12381457591630937, + "u10": 0.09904188105204197, + "v10": -0.12381457591630937, + "id": "1456" + }, + { + "geometry": "POLYGON ((-10 8.75, -10 10, -8.75 10, -8.75 8.75, -10 8.75))", + "cx": -9.375, + "cy": 9.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 45.15467629868261, + "elevation": -74.56440775116573, + "thickness": 1.239570480502015, + "density": 958.4270775835754, + "uC": 0.4931958404681415, + "vC": -0.08114402774708024, + "u10": 0.4931958404681415, + "v10": -0.08114402774708024, + "id": "1460" + }, + { + "geometry": "POLYGON ((-8.75 8.75, -8.75 10, -7.5 10, -7.5 8.75, -8.75 8.75))", + "cx": -8.125, + "cy": 9.375, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 46.2922952557768, + "elevation": -68.2104604614953, + "thickness": 1.1981917733070242, + "density": 949.4088059946305, + "uC": 0.5052543605525569, + "vC": 0.11200995258228369, + "u10": 0.5052543605525569, + "v10": 0.11200995258228369, + "id": "1461" + }, + { + "geometry": "POLYGON ((-8.75 7.5, -8.75 8.75, -7.5 8.75, -7.5 7.5, -8.75 7.5))", + "cx": -8.125, + "cy": 8.125, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 52.998981004159745, + "elevation": -43.54750551161782, + "thickness": 1.2421070758062815, + "density": 943.0075443129776, + "uC": 0.4554029535591036, + "vC": -0.1159457167389081, + "u10": 0.4554029535591036, + "v10": -0.1159457167389081, + "id": "1463" + }, + { + "geometry": "POLYGON ((-6.25 6.25, -6.25 7.5, -5 7.5, -5 6.25, -6.25 6.25))", + "cx": -5.625, + "cy": 6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 51.87956851444303, + "elevation": -51.17789683523557, + "thickness": 1.0579474341736406, + "density": 926.7712332686212, + "uC": 0.3305460933605523, + "vC": -0.017742588331109484, + "u10": 0.3305460933605523, + "v10": -0.017742588331109484, + "id": "1469" + }, + { + "geometry": "POLYGON ((-7.5 5, -7.5 6.25, -6.25 6.25, -6.25 5, -7.5 5))", + "cx": -6.875, + "cy": 5.625, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 48.17073907159383, + "elevation": -34.430576602167676, + "thickness": 1.2353488133156136, + "density": 949.283729255775, + "uC": 0.44521438363401145, + "vC": 0.12311366527573253, + "u10": 0.44521438363401145, + "v10": 0.12311366527573253, + "id": "1470" + }, + { + "geometry": "POLYGON ((-6.25 5, -6.25 6.25, -5 6.25, -5 5, -6.25 5))", + "cx": -5.625, + "cy": 5.625, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 49.59531750452948, + "elevation": -45.15354605505075, + "thickness": 1.105200142498081, + "density": 945.653124627258, + "uC": 0.35901705093859365, + "vC": -0.0022522557221446556, + "u10": 0.35901705093859365, + "v10": -0.0022522557221446556, + "id": "1471" + }, + { + "geometry": "POLYGON ((5 6.25, 5 7.5, 6.25 7.5, 6.25 6.25, 5 6.25))", + "cx": 5.625, + "cy": 6.875, + "dcx": 0.625, + "dcy": 0.625, + "SIC": 60.28683701151704, + "elevation": -35.070296393718536, + "thickness": 1.1371845117468307, + "density": 962.6544494134114, + "uC": -0.5487091077424979, + "vC": 0.03777509697715116, + "u10": -0.5487091077424979, + "v10": 0.03777509697715116, + "id": "1472" + }, + { + "geometry": "POLYGON ((-9.375 -5.625, -9.375 -5, -8.75 -5, -8.75 -5.625, -9.375 -5.625))", + "cx": -9.0625, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 33.85271950412786, + "elevation": -42.39110402887688, + "thickness": 1.0547202350031284, + "density": 865.4278679484876, + "uC": -0.05836415266558464, + "vC": -0.45002001810816805, + "u10": -0.05836415266558464, + "v10": -0.45002001810816805, + "id": "1481" + }, + { + "geometry": "POLYGON ((-10 -6.25, -10 -5.625, -9.375 -5.625, -9.375 -6.25, -10 -6.25))", + "cx": -9.6875, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 21.66014108273909, + "elevation": -31.523941097745592, + "thickness": 1.1581167992723407, + "density": 878.915234739385, + "uC": 0.2722397598716469, + "vC": -0.46530745998581885, + "u10": 0.2722397598716469, + "v10": -0.46530745998581885, + "id": "1482" + }, + { + "geometry": "POLYGON ((-9.375 -6.25, -9.375 -5.625, -8.75 -5.625, -8.75 -6.25, -9.375 -6.25))", + "cx": -9.0625, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 33.46881195591085, + "elevation": -28.928015177344985, + "thickness": 1.1932720200432094, + "density": 865.4664830743673, + "uC": 0.008869004834433397, + "vC": -0.5096249801928767, + "u10": 0.008869004834433397, + "v10": -0.5096249801928767, + "id": "1483" + }, + { + "geometry": "POLYGON ((-8.75 -5.625, -8.75 -5, -8.125 -5, -8.125 -5.625, -8.75 -5.625))", + "cx": -8.4375, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 39.06429356656369, + "elevation": -35.835733327884796, + "thickness": 1.0472419303025464, + "density": 869.5071232686647, + "uC": -0.0676787483309447, + "vC": -0.4068988028896828, + "u10": -0.0676787483309447, + "v10": -0.4068988028896828, + "id": "1484" + }, + { + "geometry": "POLYGON ((-8.75 -6.25, -8.75 -5.625, -8.125 -5.625, -8.125 -6.25, -8.75 -6.25))", + "cx": -8.4375, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 35.998246872343685, + "elevation": -34.916964812810775, + "thickness": 1.207739051061811, + "density": 877.6951970436884, + "uC": -0.032361029115409334, + "vC": -0.4403974082377494, + "u10": -0.032361029115409334, + "v10": -0.4403974082377494, + "id": "1486" + }, + { + "geometry": "POLYGON ((-8.125 -6.25, -8.125 -5.625, -7.5 -5.625, -7.5 -6.25, -8.125 -6.25))", + "cx": -7.8125, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 40.3963348656798, + "elevation": -31.153265005995273, + "thickness": 1.169615929486211, + "density": 878.1892143699564, + "uC": -0.05374883730396681, + "vC": -0.4982382022076986, + "u10": -0.05374883730396681, + "v10": -0.4982382022076986, + "id": "1487" + }, + { + "geometry": "POLYGON ((-8.75 -1.25, -8.75 -0.625, -8.125 -0.625, -8.125 -1.25, -8.75 -1.25))", + "cx": -8.4375, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 43.137316878860275, + "elevation": -36.83416822931184, + "thickness": 1.0748592076192685, + "density": 885.8458026146152, + "uC": 0.2673833552641759, + "vC": -0.535382492081548, + "u10": 0.2673833552641759, + "v10": -0.535382492081548, + "id": "1490" + }, + { + "geometry": "POLYGON ((-8.75 -1.875, -8.75 -1.25, -8.125 -1.25, -8.125 -1.875, -8.75 -1.875))", + "cx": -8.4375, + "cy": -1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 54.35050224103006, + "elevation": -50.96686663887023, + "thickness": 0.999724061535752, + "density": 882.2473108895015, + "uC": 0.08277569380664355, + "vC": -0.5043009583960928, + "u10": 0.08277569380664355, + "v10": -0.5043009583960928, + "id": "1492" + }, + { + "geometry": "POLYGON ((-8.125 -1.875, -8.125 -1.25, -7.5 -1.25, -7.5 -1.875, -8.125 -1.875))", + "cx": -7.8125, + "cy": -1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 53.77269328718578, + "elevation": -35.40481102529512, + "thickness": 0.9962164036283438, + "density": 885.270794733703, + "uC": 0.07635340133515464, + "vC": -0.45366178941154767, + "u10": 0.07635340133515464, + "v10": -0.45366178941154767, + "id": "1493" + }, + { + "geometry": "POLYGON ((-8.75 -2.5, -8.75 -1.875, -8.125 -1.875, -8.125 -2.5, -8.75 -2.5))", + "cx": -8.4375, + "cy": -2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.98978305475022, + "elevation": -48.77756243631032, + "thickness": 1.0113247977880764, + "density": 882.9123263906449, + "uC": -0.23202757424574272, + "vC": -0.36402474050253586, + "u10": -0.23202757424574272, + "v10": -0.36402474050253586, + "id": "1494" + }, + { + "geometry": "POLYGON ((-10 -3.125, -10 -2.5, -9.375 -2.5, -9.375 -3.125, -10 -3.125))", + "cx": -9.6875, + "cy": -2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 27.263649200004753, + "elevation": -30.09987454076253, + "thickness": 0.9433167896081623, + "density": 871.5397108336003, + "uC": -0.25930250618428924, + "vC": -0.4590583141440315, + "u10": -0.25930250618428924, + "v10": -0.4590583141440315, + "id": "1496" + }, + { + "geometry": "POLYGON ((-10 -3.75, -10 -3.125, -9.375 -3.125, -9.375 -3.75, -10 -3.75))", + "cx": -9.6875, + "cy": -3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 24.397910588066186, + "elevation": -27.192022889380663, + "thickness": 0.8926109843229247, + "density": 875.0156333455362, + "uC": -0.22530123251228001, + "vC": -0.40315084097065107, + "u10": -0.22530123251228001, + "v10": -0.40315084097065107, + "id": "1498" + }, + { + "geometry": "POLYGON ((-9.375 -5, -9.375 -4.375, -8.75 -4.375, -8.75 -5, -9.375 -5))", + "cx": -9.0625, + "cy": -4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 39.217441635953065, + "elevation": -24.479128633665347, + "thickness": 0.9312437657410904, + "density": 867.2883710916248, + "uC": -0.17939793243504532, + "vC": -0.27589847315176413, + "u10": -0.17939793243504532, + "v10": -0.27589847315176413, + "id": "1507" + }, + { + "geometry": "POLYGON ((-8.75 -5, -8.75 -4.375, -8.125 -4.375, -8.125 -5, -8.75 -5))", + "cx": -8.4375, + "cy": -4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 41.646236793667185, + "elevation": -26.600886591718822, + "thickness": 0.9594550857756016, + "density": 872.5604991413657, + "uC": -0.09388390617151801, + "vC": -0.3848864150230824, + "u10": -0.09388390617151801, + "v10": -0.3848864150230824, + "id": "1510" + }, + { + "geometry": "POLYGON ((-6.25 -3.75, -6.25 -3.125, -5.625 -3.125, -5.625 -3.75, -6.25 -3.75))", + "cx": -5.9375, + "cy": -3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.46148400672601, + "elevation": 13.258392129422983, + "thickness": 0.8693599010510604, + "density": 894.2004650409323, + "uC": 0.43316623358482964, + "vC": -0.06589593259897354, + "u10": 0.43316623358482964, + "v10": -0.06589593259897354, + "id": "1514" + }, + { + "geometry": "POLYGON ((-5.625 -3.75, -5.625 -3.125, -5 -3.125, -5 -3.75, -5.625 -3.75))", + "cx": -5.3125, + "cy": -3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.00543875621383, + "elevation": 7.591892506468897, + "thickness": 0.8094048110335554, + "density": 891.2738645015338, + "uC": 0.43191388408298315, + "vC": -0.10103654445340429, + "u10": 0.43191388408298315, + "v10": -0.10103654445340429, + "id": "1515" + }, + { + "geometry": "POLYGON ((-7.5 -4.375, -7.5 -3.75, -6.875 -3.75, -6.875 -4.375, -7.5 -4.375))", + "cx": -7.1875, + "cy": -4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 48.32931398452354, + "elevation": 17.26292893387899, + "thickness": 0.9861309876702498, + "density": 880.7809431070878, + "uC": 0.36113166543447695, + "vC": -0.29173267949873805, + "u10": 0.36113166543447695, + "v10": -0.29173267949873805, + "id": "1516" + }, + { + "geometry": "POLYGON ((-6.875 -4.375, -6.875 -3.75, -6.25 -3.75, -6.25 -4.375, -6.875 -4.375))", + "cx": -6.5625, + "cy": -4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 50.99830676237161, + "elevation": 20.341058048775444, + "thickness": 0.9631404769380989, + "density": 884.583460508927, + "uC": 0.39667736692081734, + "vC": -0.1890048471843776, + "u10": 0.39667736692081734, + "v10": -0.1890048471843776, + "id": "1517" + }, + { + "geometry": "POLYGON ((2.5 -1.25, 2.5 -0.625, 3.125 -0.625, 3.125 -1.25, 2.5 -1.25))", + "cx": 2.8125, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.36357748480896, + "elevation": -29.1718386946279, + "thickness": 1.1566731183515957, + "density": 922.2779706556339, + "uC": 0.15930727875756237, + "vC": -0.5850727751956294, + "u10": 0.15930727875756237, + "v10": -0.5850727751956294, + "id": "1526" + }, + { + "geometry": "POLYGON ((3.125 -1.25, 3.125 -0.625, 3.75 -0.625, 3.75 -1.25, 3.125 -1.25))", + "cx": 3.4375, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 45.71418316565034, + "elevation": -36.758796835019574, + "thickness": 1.1714627170603737, + "density": 922.4981866345859, + "uC": 0.3414546365017851, + "vC": -0.4058742005543714, + "u10": 0.3414546365017851, + "v10": -0.4058742005543714, + "id": "1527" + }, + { + "geometry": "POLYGON ((3.75 -4.375, 3.75 -3.75, 4.375 -3.75, 4.375 -4.375, 3.75 -4.375))", + "cx": 4.0625, + "cy": -4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 44.00900353413866, + "elevation": -29.03400676452179, + "thickness": 1.1092745073118004, + "density": 924.821654968143, + "uC": 0.177164028067755, + "vC": -0.20521582164819158, + "u10": 0.177164028067755, + "v10": -0.20521582164819158, + "id": "1532" + }, + { + "geometry": "POLYGON ((4.375 -4.375, 4.375 -3.75, 5 -3.75, 5 -4.375, 4.375 -4.375))", + "cx": 4.6875, + "cy": -4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 34.59996522235663, + "elevation": -30.822240555586873, + "thickness": 1.209434076381718, + "density": 906.7606060062021, + "uC": 0.20603997942371477, + "vC": -0.1957853485245114, + "u10": 0.20603997942371477, + "v10": -0.1957853485245114, + "id": "1533" + }, + { + "geometry": "POLYGON ((-8.125 3.75, -8.125 4.375, -7.5 4.375, -7.5 3.75, -8.125 3.75))", + "cx": -7.8125, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 44.54600944701565, + "elevation": 4.616673024794059, + "thickness": 1.1622001623368576, + "density": 914.2455910508775, + "uC": 0.5479743576883103, + "vC": 0.2610453034764426, + "u10": 0.5479743576883103, + "v10": 0.2610453034764426, + "id": "1543" + }, + { + "geometry": "POLYGON ((-8.125 3.125, -8.125 3.75, -7.5 3.75, -7.5 3.125, -8.125 3.125))", + "cx": -7.8125, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 44.29630118708772, + "elevation": 15.248213855169448, + "thickness": 1.1740195484576947, + "density": 916.9987860420382, + "uC": 0.6278308686892602, + "vC": 0.04486492365166687, + "u10": 0.6278308686892602, + "v10": 0.04486492365166687, + "id": "1549" + }, + { + "geometry": "POLYGON ((-8.125 2.5, -8.125 3.125, -7.5 3.125, -7.5 2.5, -8.125 2.5))", + "cx": -7.8125, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.628178368147154, + "elevation": 10.00515924032025, + "thickness": 1.1493506923207988, + "density": 920.3999695279665, + "uC": 0.5113373101416917, + "vC": 0.05436209411024417, + "u10": 0.5113373101416917, + "v10": 0.05436209411024417, + "id": "1551" + }, + { + "geometry": "POLYGON ((-6.25 4.375, -6.25 5, -5.625 5, -5.625 4.375, -6.25 4.375))", + "cx": -5.9375, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 46.573729459444976, + "elevation": -33.775241781127065, + "thickness": 1.1364120614113458, + "density": 937.6272446794202, + "uC": 0.4166874056282004, + "vC": -0.04476037852483782, + "u10": 0.4166874056282004, + "v10": -0.04476037852483782, + "id": "1556" + }, + { + "geometry": "POLYGON ((-5.625 4.375, -5.625 5, -5 5, -5 4.375, -5.625 4.375))", + "cx": -5.3125, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.61093355451799, + "elevation": -29.996743043055382, + "thickness": 1.0750039219339835, + "density": 947.8937854034809, + "uC": 0.41531025011556044, + "vC": -0.004053425779868568, + "u10": 0.41531025011556044, + "v10": -0.004053425779868568, + "id": "1557" + }, + { + "geometry": "POLYGON ((-6.25 2.5, -6.25 3.125, -5.625 3.125, -5.625 2.5, -6.25 2.5))", + "cx": -5.9375, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.71940707708741, + "elevation": 13.363320992761036, + "thickness": 1.1411253272114652, + "density": 921.5978164966207, + "uC": 0.5267289486037507, + "vC": 0.1810560855123459, + "u10": 0.5267289486037507, + "v10": 0.1810560855123459, + "id": "1562" + }, + { + "geometry": "POLYGON ((-10 1.25, -10 1.875, -9.375 1.875, -9.375 1.25, -10 1.25))", + "cx": -9.6875, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 37.50250210907675, + "elevation": -26.748835768598724, + "thickness": 1.1464275827525794, + "density": 895.3087218084703, + "uC": 0.2877148983059135, + "vC": -0.031305277123737, + "u10": 0.2877148983059135, + "v10": -0.031305277123737, + "id": "1566" + }, + { + "geometry": "POLYGON ((-9.375 1.25, -9.375 1.875, -8.75 1.875, -8.75 1.25, -9.375 1.25))", + "cx": -9.0625, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 35.19816553365522, + "elevation": -26.483388034420607, + "thickness": 1.1936796241166543, + "density": 890.7967407580068, + "uC": 0.34471531633997476, + "vC": 0.07888303941400114, + "u10": 0.34471531633997476, + "v10": 0.07888303941400114, + "id": "1567" + }, + { + "geometry": "POLYGON ((-8.75 1.25, -8.75 1.875, -8.125 1.875, -8.125 1.25, -8.75 1.25))", + "cx": -8.4375, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 38.47792956333703, + "elevation": -26.018881291581305, + "thickness": 1.1633078546635571, + "density": 896.7769454020146, + "uC": 0.3873035265639919, + "vC": 0.19120034367548633, + "u10": 0.3873035265639919, + "v10": 0.19120034367548633, + "id": "1570" + }, + { + "geometry": "POLYGON ((2.5 1.875, 2.5 2.5, 3.125 2.5, 3.125 1.875, 2.5 1.875))", + "cx": 2.8125, + "cy": 2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 63.617110745640495, + "elevation": 10.264134950859022, + "thickness": 1.2157244691376599, + "density": 942.722301972087, + "uC": 0.03437072878238848, + "vC": -0.31174830428577305, + "u10": 0.03437072878238848, + "v10": -0.31174830428577305, + "id": "1576" + }, + { + "geometry": "POLYGON ((3.125 1.875, 3.125 2.5, 3.75 2.5, 3.75 1.875, 3.125 1.875))", + "cx": 3.4375, + "cy": 2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.36982559850776, + "elevation": 14.592448512251478, + "thickness": 1.1570957943475533, + "density": 947.6852714759708, + "uC": -0.050867502433489635, + "vC": -0.3010081401458232, + "u10": -0.050867502433489635, + "v10": -0.3010081401458232, + "id": "1577" + }, + { + "geometry": "POLYGON ((3.125 1.25, 3.125 1.875, 3.75 1.875, 3.75 1.25, 3.125 1.25))", + "cx": 3.4375, + "cy": 1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 50.848509258584556, + "elevation": 2.048410142417487, + "thickness": 1.156314792927514, + "density": 941.9509617062777, + "uC": 0.08054608438557825, + "vC": -0.34333099709202014, + "u10": 0.08054608438557825, + "v10": -0.34333099709202014, + "id": "1579" + }, + { + "geometry": "POLYGON ((3.75 0.625, 3.75 1.25, 4.375 1.25, 4.375 0.625, 3.75 0.625))", + "cx": 4.0625, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 52.995882573904616, + "elevation": 2.39838564648979, + "thickness": 1.0875707655946543, + "density": 924.8938897625392, + "uC": 0.10609332606515108, + "vC": -0.32105179691923574, + "u10": 0.10609332606515108, + "v10": -0.32105179691923574, + "id": "1584" + }, + { + "geometry": "POLYGON ((5 4.375, 5 5, 5.625 5, 5.625 4.375, 5 4.375))", + "cx": 5.3125, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 63.77456949120224, + "elevation": 15.947819233398103, + "thickness": 1.0471282063428677, + "density": 955.7893114675521, + "uC": -0.39352477007706643, + "vC": -0.602642742722037, + "u10": -0.39352477007706643, + "v10": -0.602642742722037, + "id": "1588" + }, + { + "geometry": "POLYGON ((5 3.75, 5 4.375, 5.625 4.375, 5.625 3.75, 5 3.75))", + "cx": 5.3125, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.65807041397997, + "elevation": 18.679747437280597, + "thickness": 1.0696933907957185, + "density": 946.9013839245215, + "uC": -0.03308578113415754, + "vC": -0.7118127836906425, + "u10": -0.03308578113415754, + "v10": -0.7118127836906425, + "id": "1590" + }, + { + "geometry": "POLYGON ((6.875 4.375, 6.875 5, 7.5 5, 7.5 4.375, 6.875 4.375))", + "cx": 7.1875, + "cy": 4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 39.61025467760135, + "elevation": 13.9547805623301, + "thickness": 1.184733964694766, + "density": 950.7434847891877, + "uC": -0.20121732514721907, + "vC": -0.43911888695909057, + "u10": -0.20121732514721907, + "v10": -0.43911888695909057, + "id": "1593" + }, + { + "geometry": "POLYGON ((6.875 3.75, 6.875 4.375, 7.5 4.375, 7.5 3.75, 6.875 3.75))", + "cx": 7.1875, + "cy": 4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 44.42190465146547, + "elevation": 15.449423524880695, + "thickness": 1.1815007962069786, + "density": 939.4637379969241, + "uC": -0.1663374456003613, + "vC": -0.6147528521067009, + "u10": -0.1663374456003613, + "v10": -0.6147528521067009, + "id": "1595" + }, + { + "geometry": "POLYGON ((6.875 3.125, 6.875 3.75, 7.5 3.75, 7.5 3.125, 6.875 3.125))", + "cx": 7.1875, + "cy": 3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 47.61270163855959, + "elevation": 5.695195726924207, + "thickness": 1.1615160734314518, + "density": 929.5796230464218, + "uC": -0.22411103526186707, + "vC": -0.7081875346349347, + "u10": -0.22411103526186707, + "v10": -0.7081875346349347, + "id": "1597" + }, + { + "geometry": "POLYGON ((6.25 2.5, 6.25 3.125, 6.875 3.125, 6.875 2.5, 6.25 2.5))", + "cx": 6.5625, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 50.917166251032, + "elevation": 5.960484919507195, + "thickness": 1.1288539654979373, + "density": 934.2989636634361, + "uC": -0.2649194197274666, + "vC": -0.5525843554636811, + "u10": -0.2649194197274666, + "v10": -0.5525843554636811, + "id": "1598" + }, + { + "geometry": "POLYGON ((6.875 2.5, 6.875 3.125, 7.5 3.125, 7.5 2.5, 6.875 2.5))", + "cx": 7.1875, + "cy": 2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 54.653524738837525, + "elevation": 10.296967137173736, + "thickness": 1.1603149068186638, + "density": 912.2572329388781, + "uC": -0.15617440742373778, + "vC": -0.5954809469513143, + "u10": -0.15617440742373778, + "v10": -0.5954809469513143, + "id": "1599" + }, + { + "geometry": "POLYGON ((5.625 0.625, 5.625 1.25, 6.25 1.25, 6.25 0.625, 5.625 0.625))", + "cx": 5.9375, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 46.38131808527133, + "elevation": 7.293696577187868, + "thickness": 1.1376883435270717, + "density": 921.5684476534734, + "uC": 0.2967681475839705, + "vC": -0.20799611767193307, + "u10": 0.2967681475839705, + "v10": -0.20799611767193307, + "id": "1601" + }, + { + "geometry": "POLYGON ((6.25 0.625, 6.25 1.25, 6.875 1.25, 6.875 0.625, 6.25 0.625))", + "cx": 6.5625, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 49.883211371524816, + "elevation": 8.22237946752542, + "thickness": 1.1632809983966226, + "density": 918.532992132257, + "uC": 0.3334439383943144, + "vC": -0.0943533359358472, + "u10": 0.3334439383943144, + "v10": -0.0943533359358472, + "id": "1604" + }, + { + "geometry": "POLYGON ((6.875 0.625, 6.875 1.25, 7.5 1.25, 7.5 0.625, 6.875 0.625))", + "cx": 7.1875, + "cy": 0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.18215169820074, + "elevation": 13.99696439752275, + "thickness": 1.2086182023673735, + "density": 902.7542504499079, + "uC": 0.28285093018007734, + "vC": -0.15054346938072238, + "u10": 0.28285093018007734, + "v10": -0.15054346938072238, + "id": "1605" + }, + { + "geometry": "POLYGON ((-7.5 -5.3125, -7.5 -5, -7.1875 -5, -7.1875 -5.3125, -7.5 -5.3125))", + "cx": -7.34375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.27956682074789, + "elevation": -9.516777991164464, + "thickness": 1.0348407838499654, + "density": 883.4756380691831, + "uC": 0.0028110872840432094, + "vC": -0.4716044956778102, + "u10": 0.0028110872840432094, + "v10": -0.4716044956778102, + "id": "1608" + }, + { + "geometry": "POLYGON ((-7.1875 -5.3125, -7.1875 -5, -6.875 -5, -6.875 -5.3125, -7.1875 -5.3125))", + "cx": -7.03125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.46641430558127, + "elevation": -16.639249670457183, + "thickness": 1.033384915766836, + "density": 897.9010950170612, + "uC": 0.22412368188326967, + "vC": -0.375513288928756, + "u10": 0.22412368188326967, + "v10": -0.375513288928756, + "id": "1609" + }, + { + "geometry": "POLYGON ((-7.5 -5.625, -7.5 -5.3125, -7.1875 -5.3125, -7.1875 -5.625, -7.5 -5.625))", + "cx": -7.34375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.887693047337436, + "elevation": -12.167444946857826, + "thickness": 1.077782939045477, + "density": 889.4643956857924, + "uC": -0.12334422873810914, + "vC": -0.5259662246240023, + "u10": -0.12334422873810914, + "v10": -0.5259662246240023, + "id": "1610" + }, + { + "geometry": "POLYGON ((-7.1875 -5.625, -7.1875 -5.3125, -6.875 -5.3125, -6.875 -5.625, -7.1875 -5.625))", + "cx": -7.03125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.162505330474616, + "elevation": -23.89716949478711, + "thickness": 1.1068335146682564, + "density": 898.1680291896636, + "uC": 0.18010460436152942, + "vC": -0.44612624201545137, + "u10": 0.18010460436152942, + "v10": -0.44612624201545137, + "id": "1611" + }, + { + "geometry": "POLYGON ((-3.75 -6.5625, -3.75 -6.25, -3.4375 -6.25, -3.4375 -6.5625, -3.75 -6.5625))", + "cx": -3.59375, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 70.23813201129477, + "elevation": -22.19553808302895, + "thickness": 0.7607528638599697, + "density": 936.0149704504088, + "uC": 0.46355997754929634, + "vC": 0.2543189716274885, + "u10": 0.46355997754929634, + "v10": 0.2543189716274885, + "id": "1612" + }, + { + "geometry": "POLYGON ((-3.4375 -6.5625, -3.4375 -6.25, -3.125 -6.25, -3.125 -6.5625, -3.4375 -6.5625))", + "cx": -3.28125, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.46225037215397, + "elevation": -36.12543369902869, + "thickness": 0.7266126095306529, + "density": 934.2732759849226, + "uC": 0.4886490445953138, + "vC": 0.21089765629904772, + "u10": 0.4886490445953138, + "v10": 0.21089765629904772, + "id": "1613" + }, + { + "geometry": "POLYGON ((-3.75 -6.875, -3.75 -6.5625, -3.4375 -6.5625, -3.4375 -6.875, -3.75 -6.875))", + "cx": -3.59375, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.59737708734741, + "elevation": -22.375238978591554, + "thickness": 0.7166056150541087, + "density": 938.861534815063, + "uC": 0.5215402663626529, + "vC": 0.22428244171138562, + "u10": 0.5215402663626529, + "v10": 0.22428244171138562, + "id": "1614" + }, + { + "geometry": "POLYGON ((-3.4375 -6.875, -3.4375 -6.5625, -3.125 -6.5625, -3.125 -6.875, -3.4375 -6.875))", + "cx": -3.28125, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.012335349559955, + "elevation": -33.69188276053452, + "thickness": 0.6860290297590368, + "density": 932.6651329876934, + "uC": 0.4427133797405724, + "vC": 0.23054952047113048, + "u10": 0.4427133797405724, + "v10": 0.23054952047113048, + "id": "1615" + }, + { + "geometry": "POLYGON ((-7.5 -0.3125, -7.5 0, -7.1875 0, -7.1875 -0.3125, -7.5 -0.3125))", + "cx": -7.34375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.814813405223276, + "elevation": -7.5997944735859875, + "thickness": 1.0588779910416162, + "density": 891.5824155217729, + "uC": 0.2574131389954138, + "vC": -0.4799174276166634, + "u10": 0.2574131389954138, + "v10": -0.4799174276166634, + "id": "1616" + }, + { + "geometry": "POLYGON ((-7.1875 -0.3125, -7.1875 0, -6.875 0, -6.875 -0.3125, -7.1875 -0.3125))", + "cx": -7.03125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.928885437405654, + "elevation": 5.615814670047602, + "thickness": 1.004111873606751, + "density": 887.803158092302, + "uC": 0.19528425163221136, + "vC": -0.5322634119587447, + "u10": 0.19528425163221136, + "v10": -0.5322634119587447, + "id": "1617" + }, + { + "geometry": "POLYGON ((-7.5 -0.625, -7.5 -0.3125, -7.1875 -0.3125, -7.1875 -0.625, -7.5 -0.625))", + "cx": -7.34375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.348796044960864, + "elevation": -3.7543298971939416, + "thickness": 1.0473642492270387, + "density": 895.9656772657946, + "uC": 0.17400077427647098, + "vC": -0.5223118867355753, + "u10": 0.17400077427647098, + "v10": -0.5223118867355753, + "id": "1618" + }, + { + "geometry": "POLYGON ((-7.1875 -0.625, -7.1875 -0.3125, -6.875 -0.3125, -6.875 -0.625, -7.1875 -0.625))", + "cx": -7.03125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.52161468047686, + "elevation": 0.007797353060917223, + "thickness": 1.0087835017313638, + "density": 896.8258548855852, + "uC": 0.16082667167169568, + "vC": -0.5201978321642602, + "u10": 0.16082667167169568, + "v10": -0.5201978321642602, + "id": "1619" + }, + { + "geometry": "POLYGON ((-6.875 -0.3125, -6.875 0, -6.5625 0, -6.5625 -0.3125, -6.875 -0.3125))", + "cx": -6.71875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.64642312342271, + "elevation": -0.5806186483523366, + "thickness": 0.9398003844789833, + "density": 891.3734404468715, + "uC": 0.29890452938873835, + "vC": -0.3942102471701293, + "u10": 0.29890452938873835, + "v10": -0.3942102471701293, + "id": "1620" + }, + { + "geometry": "POLYGON ((-6.5625 -0.3125, -6.5625 0, -6.25 0, -6.25 -0.3125, -6.5625 -0.3125))", + "cx": -6.40625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.03303883978592, + "elevation": 0.4171991306667415, + "thickness": 0.9100663729441172, + "density": 897.803642317456, + "uC": 0.40331330738952825, + "vC": -0.15560139013112476, + "u10": 0.40331330738952825, + "v10": -0.15560139013112476, + "id": "1621" + }, + { + "geometry": "POLYGON ((-6.875 -0.625, -6.875 -0.3125, -6.5625 -0.3125, -6.5625 -0.625, -6.875 -0.625))", + "cx": -6.71875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.92896427072348, + "elevation": -9.19212347549458, + "thickness": 0.9699982017344173, + "density": 898.3983464142661, + "uC": 0.3990263021758386, + "vC": -0.3844294315641685, + "u10": 0.3990263021758386, + "v10": -0.3844294315641685, + "id": "1622" + }, + { + "geometry": "POLYGON ((-6.5625 -0.625, -6.5625 -0.3125, -6.25 -0.3125, -6.25 -0.625, -6.5625 -0.625))", + "cx": -6.40625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.876738692295795, + "elevation": -1.8981931970741945, + "thickness": 0.9203342979592704, + "density": 896.6577077869613, + "uC": 0.4405382490155434, + "vC": -0.16469136080956218, + "u10": 0.4405382490155434, + "v10": -0.16469136080956218, + "id": "1623" + }, + { + "geometry": "POLYGON ((-7.5 -0.9375, -7.5 -0.625, -7.1875 -0.625, -7.1875 -0.9375, -7.5 -0.9375))", + "cx": -7.34375, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.4479727084202, + "elevation": 5.540954510805879, + "thickness": 1.009993738713537, + "density": 899.0760944317302, + "uC": 0.2807875221053687, + "vC": -0.4756573243764604, + "u10": 0.2807875221053687, + "v10": -0.4756573243764604, + "id": "1624" + }, + { + "geometry": "POLYGON ((-7.1875 -0.9375, -7.1875 -0.625, -6.875 -0.625, -6.875 -0.9375, -7.1875 -0.9375))", + "cx": -7.03125, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.35405219630466, + "elevation": -4.338054518388711, + "thickness": 1.0001077723713987, + "density": 899.9359792721568, + "uC": 0.35399823319098545, + "vC": -0.46683509811540197, + "u10": 0.35399823319098545, + "v10": -0.46683509811540197, + "id": "1625" + }, + { + "geometry": "POLYGON ((-7.5 -1.25, -7.5 -0.9375, -7.1875 -0.9375, -7.1875 -1.25, -7.5 -1.25))", + "cx": -7.34375, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.9965994788721, + "elevation": -1.1951750061305022, + "thickness": 1.0177267284500073, + "density": 892.5781486680391, + "uC": 0.20356201387919926, + "vC": -0.5054257600067941, + "u10": 0.20356201387919926, + "v10": -0.5054257600067941, + "id": "1626" + }, + { + "geometry": "POLYGON ((-7.1875 -1.25, -7.1875 -0.9375, -6.875 -0.9375, -6.875 -1.25, -7.1875 -1.25))", + "cx": -7.03125, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.65301155634571, + "elevation": -0.44152087020115505, + "thickness": 0.9958884388388627, + "density": 896.3548828737379, + "uC": 0.3403776110920732, + "vC": -0.44078115985731287, + "u10": 0.3403776110920732, + "v10": -0.44078115985731287, + "id": "1627" + }, + { + "geometry": "POLYGON ((-6.875 -0.9375, -6.875 -0.625, -6.5625 -0.625, -6.5625 -0.9375, -6.875 -0.9375))", + "cx": -6.71875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.39063080849883, + "elevation": -4.024272841706884, + "thickness": 0.940570511870819, + "density": 898.232739476525, + "uC": 0.45936449991558764, + "vC": -0.3769961852083896, + "u10": 0.45936449991558764, + "v10": -0.3769961852083896, + "id": "1628" + }, + { + "geometry": "POLYGON ((-6.5625 -0.9375, -6.5625 -0.625, -6.25 -0.625, -6.25 -0.9375, -6.5625 -0.9375))", + "cx": -6.40625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.64013635902255, + "elevation": -7.053099353150882, + "thickness": 0.8939441229120232, + "density": 905.4285074724469, + "uC": 0.39353380600464816, + "vC": -0.30320478695756475, + "u10": 0.39353380600464816, + "v10": -0.30320478695756475, + "id": "1629" + }, + { + "geometry": "POLYGON ((-6.875 -1.25, -6.875 -0.9375, -6.5625 -0.9375, -6.5625 -1.25, -6.875 -1.25))", + "cx": -6.71875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.05427665732705, + "elevation": -6.749775174967922, + "thickness": 0.9186566290053347, + "density": 903.2773697205832, + "uC": 0.4272952552783741, + "vC": -0.4469861944597229, + "u10": 0.4272952552783741, + "v10": -0.4469861944597229, + "id": "1630" + }, + { + "geometry": "POLYGON ((-6.5625 -1.25, -6.5625 -0.9375, -6.25 -0.9375, -6.25 -1.25, -6.5625 -1.25))", + "cx": -6.40625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.46282984632347, + "elevation": -5.798339753715854, + "thickness": 0.8746950362859036, + "density": 905.6116660735468, + "uC": 0.25992445243261675, + "vC": -0.475788302221884, + "u10": 0.25992445243261675, + "v10": -0.475788302221884, + "id": "1631" + }, + { + "geometry": "POLYGON ((-2.5 -2.8125, -2.5 -2.5, -2.1875 -2.5, -2.1875 -2.8125, -2.5 -2.8125))", + "cx": -2.34375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.14257946174631, + "elevation": -17.258921248959552, + "thickness": 0.9690392260822305, + "density": 906.6769931848233, + "uC": 0.5632533488432179, + "vC": -0.10301952443420744, + "u10": 0.5632533488432179, + "v10": -0.10301952443420744, + "id": "1632" + }, + { + "geometry": "POLYGON ((-2.1875 -2.8125, -2.1875 -2.5, -1.875 -2.5, -1.875 -2.8125, -2.1875 -2.8125))", + "cx": -2.03125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.91500709864997, + "elevation": -11.448768997147212, + "thickness": 0.9801868212146236, + "density": 911.8238574680964, + "uC": 0.6431886868135099, + "vC": 0.18476706335458448, + "u10": 0.6431886868135099, + "v10": 0.18476706335458448, + "id": "1633" + }, + { + "geometry": "POLYGON ((-2.5 -3.125, -2.5 -2.8125, -2.1875 -2.8125, -2.1875 -3.125, -2.5 -3.125))", + "cx": -2.34375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.04137164843172, + "elevation": -19.29000628050848, + "thickness": 0.9267131974365719, + "density": 905.1179925385516, + "uC": 0.5348706171955762, + "vC": 0.11170413468476159, + "u10": 0.5348706171955762, + "v10": 0.11170413468476159, + "id": "1634" + }, + { + "geometry": "POLYGON ((-2.1875 -3.125, -2.1875 -2.8125, -1.875 -2.8125, -1.875 -3.125, -2.1875 -3.125))", + "cx": -2.03125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.4934751706061, + "elevation": -14.988732609834123, + "thickness": 0.9755865208485958, + "density": 913.2283832751715, + "uC": 0.536950905005998, + "vC": 0.15114234107723934, + "u10": 0.536950905005998, + "v10": 0.15114234107723934, + "id": "1635" + }, + { + "geometry": "POLYGON ((-1.875 -2.8125, -1.875 -2.5, -1.5625 -2.5, -1.5625 -2.8125, -1.875 -2.8125))", + "cx": -1.71875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.30784301899905, + "elevation": -2.7720300728410976, + "thickness": 1.0102294314053935, + "density": 914.8660754110572, + "uC": 0.7040119757911627, + "vC": -0.012130098506651643, + "u10": 0.7040119757911627, + "v10": -0.012130098506651643, + "id": "1636" + }, + { + "geometry": "POLYGON ((-1.5625 -2.8125, -1.5625 -2.5, -1.25 -2.5, -1.25 -2.8125, -1.5625 -2.8125))", + "cx": -1.40625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.56813184924991, + "elevation": -1.0675468527391039, + "thickness": 1.0524079810277707, + "density": 914.6215087698259, + "uC": 0.7117633359098365, + "vC": 0.11263504683830709, + "u10": 0.7117633359098365, + "v10": 0.11263504683830709, + "id": "1637" + }, + { + "geometry": "POLYGON ((-1.875 -3.125, -1.875 -2.8125, -1.5625 -2.8125, -1.5625 -3.125, -1.875 -3.125))", + "cx": -1.71875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.97786403303462, + "elevation": -10.375431781231086, + "thickness": 1.0327202895138257, + "density": 919.5211826110208, + "uC": 0.5886145886550835, + "vC": 0.12774545434893894, + "u10": 0.5886145886550835, + "v10": 0.12774545434893894, + "id": "1638" + }, + { + "geometry": "POLYGON ((-1.5625 -3.125, -1.5625 -2.8125, -1.25 -2.8125, -1.25 -3.125, -1.5625 -3.125))", + "cx": -1.40625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.2941861324868, + "elevation": -6.068373000634369, + "thickness": 1.0560311050980162, + "density": 925.3953012596555, + "uC": 0.6359620828153396, + "vC": 0.1454681034183844, + "u10": 0.6359620828153396, + "v10": 0.1454681034183844, + "id": "1639" + }, + { + "geometry": "POLYGON ((-2.5 -3.4375, -2.5 -3.125, -2.1875 -3.125, -2.1875 -3.4375, -2.5 -3.4375))", + "cx": -2.34375, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.88981794993624, + "elevation": -18.63694854495324, + "thickness": 0.9175612447782797, + "density": 908.657215976716, + "uC": 0.5092538066530072, + "vC": 0.1313544316089985, + "u10": 0.5092538066530072, + "v10": 0.1313544316089985, + "id": "1640" + }, + { + "geometry": "POLYGON ((-2.1875 -3.4375, -2.1875 -3.125, -1.875 -3.125, -1.875 -3.4375, -2.1875 -3.4375))", + "cx": -2.03125, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.09560183758427, + "elevation": -16.849978148702284, + "thickness": 0.9723083471828157, + "density": 916.4899367267201, + "uC": 0.4802690016591366, + "vC": 0.1970018749367419, + "u10": 0.4802690016591366, + "v10": 0.1970018749367419, + "id": "1641" + }, + { + "geometry": "POLYGON ((-2.5 -3.75, -2.5 -3.4375, -2.1875 -3.4375, -2.1875 -3.75, -2.5 -3.75))", + "cx": -2.34375, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.84514289274955, + "elevation": -16.922000877307028, + "thickness": 0.9129033187323994, + "density": 912.0985389716875, + "uC": 0.5606508791692228, + "vC": 0.08487924504010251, + "u10": 0.5606508791692228, + "v10": 0.08487924504010251, + "id": "1642" + }, + { + "geometry": "POLYGON ((-2.1875 -3.75, -2.1875 -3.4375, -1.875 -3.4375, -1.875 -3.75, -2.1875 -3.75))", + "cx": -2.03125, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.56168940726637, + "elevation": -11.541266331070023, + "thickness": 0.9493473912708476, + "density": 913.6270946716675, + "uC": 0.5787671639631538, + "vC": 0.13987251708587292, + "u10": 0.5787671639631538, + "v10": 0.13987251708587292, + "id": "1643" + }, + { + "geometry": "POLYGON ((-1.875 -3.4375, -1.875 -3.125, -1.5625 -3.125, -1.5625 -3.4375, -1.875 -3.4375))", + "cx": -1.71875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.56340735825492, + "elevation": -15.293886484163087, + "thickness": 0.9996488703392763, + "density": 922.7523390173297, + "uC": 0.5075715612315932, + "vC": 0.29703349331358275, + "u10": 0.5075715612315932, + "v10": 0.29703349331358275, + "id": "1644" + }, + { + "geometry": "POLYGON ((-1.5625 -3.4375, -1.5625 -3.125, -1.25 -3.125, -1.25 -3.4375, -1.5625 -3.4375))", + "cx": -1.40625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 68.82831986744854, + "elevation": -18.974890997447048, + "thickness": 1.0263032477784602, + "density": 928.7940912461387, + "uC": 0.5884072151617992, + "vC": 0.1588807522639923, + "u10": 0.5884072151617992, + "v10": 0.1588807522639923, + "id": "1645" + }, + { + "geometry": "POLYGON ((-1.875 -3.75, -1.875 -3.4375, -1.5625 -3.4375, -1.5625 -3.75, -1.875 -3.75))", + "cx": -1.71875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.97624009759781, + "elevation": -21.61520215339925, + "thickness": 0.9448013564809636, + "density": 920.8130416484157, + "uC": 0.5330119493602343, + "vC": 0.110121188896729, + "u10": 0.5330119493602343, + "v10": 0.110121188896729, + "id": "1646" + }, + { + "geometry": "POLYGON ((-1.5625 -3.75, -1.5625 -3.4375, -1.25 -3.4375, -1.25 -3.75, -1.5625 -3.75))", + "cx": -1.40625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.11024268733534, + "elevation": -35.0773976088698, + "thickness": 0.9895943518036872, + "density": 928.7826455042285, + "uC": 0.5239836404227687, + "vC": 0.11993690326508763, + "u10": 0.5239836404227687, + "v10": 0.11993690326508763, + "id": "1647" + }, + { + "geometry": "POLYGON ((-7.5 2.1875, -7.5 2.5, -7.1875 2.5, -7.1875 2.1875, -7.5 2.1875))", + "cx": -7.34375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.80906114858253, + "elevation": 2.9987883251691985, + "thickness": 1.1089458254832107, + "density": 931.8574588743703, + "uC": 0.3676924206759131, + "vC": 0.1518983716757802, + "u10": 0.3676924206759131, + "v10": 0.1518983716757802, + "id": "1648" + }, + { + "geometry": "POLYGON ((-7.1875 2.1875, -7.1875 2.5, -6.875 2.5, -6.875 2.1875, -7.1875 2.1875))", + "cx": -7.03125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.17254222170819, + "elevation": -1.3748971107477481, + "thickness": 1.0663151531912178, + "density": 924.8064279947305, + "uC": 0.32953139020059696, + "vC": 0.11424563653500579, + "u10": 0.32953139020059696, + "v10": 0.11424563653500579, + "id": "1649" + }, + { + "geometry": "POLYGON ((-7.5 1.875, -7.5 2.1875, -7.1875 2.1875, -7.1875 1.875, -7.5 1.875))", + "cx": -7.34375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.82184345556687, + "elevation": -5.782809401143115, + "thickness": 1.0701896528736223, + "density": 922.6548400721367, + "uC": 0.3716584319267991, + "vC": 0.26688980044325616, + "u10": 0.3716584319267991, + "v10": 0.26688980044325616, + "id": "1650" + }, + { + "geometry": "POLYGON ((-7.1875 1.875, -7.1875 2.1875, -6.875 2.1875, -6.875 1.875, -7.1875 1.875))", + "cx": -7.03125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.645753557375045, + "elevation": 2.38051408626123, + "thickness": 1.034619022156665, + "density": 925.2830200936737, + "uC": 0.3728491884471724, + "vC": 0.22389952595106805, + "u10": 0.3728491884471724, + "v10": 0.22389952595106805, + "id": "1651" + }, + { + "geometry": "POLYGON ((-7.5 1.5625, -7.5 1.875, -7.1875 1.875, -7.1875 1.5625, -7.5 1.5625))", + "cx": -7.34375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.01125009668255, + "elevation": 2.730502055594907, + "thickness": 1.035206464063541, + "density": 913.3730057254085, + "uC": 0.39460733735981923, + "vC": 0.2900176872575838, + "u10": 0.39460733735981923, + "v10": 0.2900176872575838, + "id": "1652" + }, + { + "geometry": "POLYGON ((-7.1875 1.5625, -7.1875 1.875, -6.875 1.875, -6.875 1.5625, -7.1875 1.5625))", + "cx": -7.03125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.24726817984251, + "elevation": 13.042036777816238, + "thickness": 0.9739669311427344, + "density": 919.6897227794454, + "uC": 0.39714564455394274, + "vC": 0.2772739650877532, + "u10": 0.39714564455394274, + "v10": 0.2772739650877532, + "id": "1653" + }, + { + "geometry": "POLYGON ((-7.5 1.25, -7.5 1.5625, -7.1875 1.5625, -7.1875 1.25, -7.5 1.25))", + "cx": -7.34375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.4915771150693, + "elevation": -8.031188625445662, + "thickness": 1.0213081643166415, + "density": 897.442701365162, + "uC": 0.5363692689028506, + "vC": 0.13590977351549272, + "u10": 0.5363692689028506, + "v10": 0.13590977351549272, + "id": "1654" + }, + { + "geometry": "POLYGON ((-7.1875 1.25, -7.1875 1.5625, -6.875 1.5625, -6.875 1.25, -7.1875 1.25))", + "cx": -7.03125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.17983336303466, + "elevation": 6.871275427748394, + "thickness": 1.0259997651487751, + "density": 904.8528541458938, + "uC": 0.4468186002882104, + "vC": 0.26064253209780064, + "u10": 0.4468186002882104, + "v10": 0.26064253209780064, + "id": "1655" + }, + { + "geometry": "POLYGON ((-7.5 0.9375, -7.5 1.25, -7.1875 1.25, -7.1875 0.9375, -7.5 0.9375))", + "cx": -7.34375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.50426083641577, + "elevation": -11.650531925454164, + "thickness": 1.0343460179166881, + "density": 895.0785882247023, + "uC": 0.5729328263698807, + "vC": 0.11109939419021234, + "u10": 0.5729328263698807, + "v10": 0.11109939419021234, + "id": "1656" + }, + { + "geometry": "POLYGON ((-7.1875 0.9375, -7.1875 1.25, -6.875 1.25, -6.875 0.9375, -7.1875 0.9375))", + "cx": -7.03125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.25440955468243, + "elevation": 8.455107934749849, + "thickness": 1.0474164123565892, + "density": 898.5428367094478, + "uC": 0.5145623902046084, + "vC": 0.2166190371142997, + "u10": 0.5145623902046084, + "v10": 0.2166190371142997, + "id": "1657" + }, + { + "geometry": "POLYGON ((-7.5 0.625, -7.5 0.9375, -7.1875 0.9375, -7.1875 0.625, -7.5 0.625))", + "cx": -7.34375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.01859214408863, + "elevation": -5.645765652705882, + "thickness": 1.0481630786735172, + "density": 898.4325211381807, + "uC": 0.49521364195204554, + "vC": 0.16179250289734148, + "u10": 0.49521364195204554, + "v10": 0.16179250289734148, + "id": "1658" + }, + { + "geometry": "POLYGON ((-7.1875 0.625, -7.1875 0.9375, -6.875 0.9375, -6.875 0.625, -7.1875 0.625))", + "cx": -7.03125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.575558227051594, + "elevation": 11.50851009395253, + "thickness": 1.0509347500833521, + "density": 902.3903152291188, + "uC": 0.5479245238149368, + "vC": 0.2897503627559055, + "u10": 0.5479245238149368, + "v10": 0.2897503627559055, + "id": "1659" + }, + { + "geometry": "POLYGON ((-7.5 0.3125, -7.5 0.625, -7.1875 0.625, -7.1875 0.3125, -7.5 0.3125))", + "cx": -7.34375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.501059051472396, + "elevation": -9.353561171031465, + "thickness": 1.1329066986175318, + "density": 898.6768252530973, + "uC": 0.5780159651286424, + "vC": -0.12956882634101713, + "u10": 0.5780159651286424, + "v10": -0.12956882634101713, + "id": "1660" + }, + { + "geometry": "POLYGON ((-7.1875 0.3125, -7.1875 0.625, -6.875 0.625, -6.875 0.3125, -7.1875 0.3125))", + "cx": -7.03125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.562948283781296, + "elevation": 10.922446332506219, + "thickness": 1.0678473579441528, + "density": 902.9358136097164, + "uC": 0.6396921783576089, + "vC": -0.09199209786180129, + "u10": 0.6396921783576089, + "v10": -0.09199209786180129, + "id": "1661" + }, + { + "geometry": "POLYGON ((-7.5 0, -7.5 0.3125, -7.1875 0.3125, -7.1875 0, -7.5 0))", + "cx": -7.34375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.04019886470109, + "elevation": -10.108838624389003, + "thickness": 1.1139399950453468, + "density": 898.6259563042101, + "uC": 0.4650801194775846, + "vC": -0.4175330471992902, + "u10": 0.4650801194775846, + "v10": -0.4175330471992902, + "id": "1662" + }, + { + "geometry": "POLYGON ((-7.1875 0, -7.1875 0.3125, -6.875 0.3125, -6.875 0, -7.1875 0))", + "cx": -7.03125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.35959583295514, + "elevation": -0.9994581832347782, + "thickness": 1.0663024555722282, + "density": 896.028358348301, + "uC": 0.40732916305723, + "vC": -0.4544795666255157, + "u10": 0.40732916305723, + "v10": -0.4544795666255157, + "id": "1663" + }, + { + "geometry": "POLYGON ((-5 4.6875, -5 5, -4.6875 5, -4.6875 4.6875, -5 4.6875))", + "cx": -4.84375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.836552350660966, + "elevation": -19.165031911401364, + "thickness": 1.0546962675991243, + "density": 957.8802246532751, + "uC": 0.47059691701487394, + "vC": 0.027116936617740006, + "u10": 0.47059691701487394, + "v10": 0.027116936617740006, + "id": "1664" + }, + { + "geometry": "POLYGON ((-4.6875 4.6875, -4.6875 5, -4.375 5, -4.375 4.6875, -4.6875 4.6875))", + "cx": -4.53125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.56686875193393, + "elevation": -21.409300462106287, + "thickness": 1.0359473104839068, + "density": 959.8406953537366, + "uC": 0.3675851013305595, + "vC": -0.1448192978413479, + "u10": 0.3675851013305595, + "v10": -0.1448192978413479, + "id": "1665" + }, + { + "geometry": "POLYGON ((-5 4.375, -5 4.6875, -4.6875 4.6875, -4.6875 4.375, -5 4.375))", + "cx": -4.84375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.77327536922661, + "elevation": -14.322159239285764, + "thickness": 1.0831198153183395, + "density": 951.8042221021433, + "uC": 0.4388036458685848, + "vC": 0.033124266173489486, + "u10": 0.4388036458685848, + "v10": 0.033124266173489486, + "id": "1666" + }, + { + "geometry": "POLYGON ((-4.6875 4.375, -4.6875 4.6875, -4.375 4.6875, -4.375 4.375, -4.6875 4.375))", + "cx": -4.53125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.86454351022684, + "elevation": -13.169859024873318, + "thickness": 1.0632422800677137, + "density": 962.3286074651487, + "uC": 0.42073585889596976, + "vC": -0.014257675430721165, + "u10": 0.42073585889596976, + "v10": -0.014257675430721165, + "id": "1667" + }, + { + "geometry": "POLYGON ((-5 4.0625, -5 4.375, -4.6875 4.375, -4.6875 4.0625, -5 4.0625))", + "cx": -4.84375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.18912221477351, + "elevation": -14.725849085873827, + "thickness": 1.0966217859145564, + "density": 945.6141954771106, + "uC": 0.48856363483179943, + "vC": -0.08994611958218968, + "u10": 0.48856363483179943, + "v10": -0.08994611958218968, + "id": "1668" + }, + { + "geometry": "POLYGON ((-4.6875 4.0625, -4.6875 4.375, -4.375 4.375, -4.375 4.0625, -4.6875 4.0625))", + "cx": -4.53125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.64571385282831, + "elevation": -18.432380138728618, + "thickness": 1.0682471957830688, + "density": 956.1912586513984, + "uC": 0.43710845392074926, + "vC": -0.10994063911276827, + "u10": 0.43710845392074926, + "v10": -0.10994063911276827, + "id": "1669" + }, + { + "geometry": "POLYGON ((-5 3.75, -5 4.0625, -4.6875 4.0625, -4.6875 3.75, -5 3.75))", + "cx": -4.84375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.4135039663588, + "elevation": -15.257498993340379, + "thickness": 1.1089961623853257, + "density": 949.5377483055229, + "uC": 0.43032034475427483, + "vC": -0.3832929922749324, + "u10": 0.43032034475427483, + "v10": -0.3832929922749324, + "id": "1670" + }, + { + "geometry": "POLYGON ((-4.6875 3.75, -4.6875 4.0625, -4.375 4.0625, -4.375 3.75, -4.6875 3.75))", + "cx": -4.53125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.52598096271467, + "elevation": -20.82402199797489, + "thickness": 1.1104281929376656, + "density": 956.5037464919542, + "uC": 0.35927873174252994, + "vC": -0.3972496980234324, + "u10": 0.35927873174252994, + "v10": -0.3972496980234324, + "id": "1671" + }, + { + "geometry": "POLYGON ((3.75 3.4375, 3.75 3.75, 4.0625 3.75, 4.0625 3.4375, 3.75 3.4375))", + "cx": 3.90625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.922559869658365, + "elevation": -1.4119395297417439, + "thickness": 1.0776761019566052, + "density": 972.9268414979051, + "uC": -0.3012593670182095, + "vC": -0.20053151755686818, + "u10": -0.3012593670182095, + "v10": -0.20053151755686818, + "id": "1672" + }, + { + "geometry": "POLYGON ((4.0625 3.4375, 4.0625 3.75, 4.375 3.75, 4.375 3.4375, 4.0625 3.4375))", + "cx": 4.21875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.36124367585355, + "elevation": 11.699917303537724, + "thickness": 1.0829521265443043, + "density": 965.6193319150029, + "uC": -0.3887719598297696, + "vC": -0.23615913279121448, + "u10": -0.3887719598297696, + "v10": -0.23615913279121448, + "id": "1673" + }, + { + "geometry": "POLYGON ((3.75 3.125, 3.75 3.4375, 4.0625 3.4375, 4.0625 3.125, 3.75 3.125))", + "cx": 3.90625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.600633717042314, + "elevation": 10.431078717120888, + "thickness": 1.1103446724590622, + "density": 969.4819264851473, + "uC": -0.38123266541134404, + "vC": -0.1312573802464816, + "u10": -0.38123266541134404, + "v10": -0.1312573802464816, + "id": "1674" + }, + { + "geometry": "POLYGON ((4.0625 3.125, 4.0625 3.4375, 4.375 3.4375, 4.375 3.125, 4.0625 3.125))", + "cx": 4.21875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.70120009149413, + "elevation": 11.977543959487704, + "thickness": 1.103170318204546, + "density": 960.3319752643413, + "uC": -0.4534716032118522, + "vC": -0.10346169832566318, + "u10": -0.4534716032118522, + "v10": -0.10346169832566318, + "id": "1675" + }, + { + "geometry": "POLYGON ((1.25 2.1875, 1.25 2.5, 1.5625 2.5, 1.5625 2.1875, 1.25 2.1875))", + "cx": 1.40625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.37205186263495, + "elevation": -19.074223238103947, + "thickness": 1.177567976139494, + "density": 933.5431745309482, + "uC": 0.19069211432916783, + "vC": -0.4156107769832763, + "u10": 0.19069211432916783, + "v10": -0.4156107769832763, + "id": "1676" + }, + { + "geometry": "POLYGON ((1.5625 2.1875, 1.5625 2.5, 1.875 2.5, 1.875 2.1875, 1.5625 2.1875))", + "cx": 1.71875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.8189140534319, + "elevation": -13.189705294873892, + "thickness": 1.181095102562744, + "density": 938.4080394003645, + "uC": 0.22536472640759517, + "vC": -0.4809807548972237, + "u10": 0.22536472640759517, + "v10": -0.4809807548972237, + "id": "1677" + }, + { + "geometry": "POLYGON ((1.25 1.875, 1.25 2.1875, 1.5625 2.1875, 1.5625 1.875, 1.25 1.875))", + "cx": 1.40625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.39816147140356, + "elevation": -17.221182372083828, + "thickness": 1.1891523084228521, + "density": 932.959868370888, + "uC": 0.36030501618448657, + "vC": -0.28831963312329256, + "u10": 0.36030501618448657, + "v10": -0.28831963312329256, + "id": "1678" + }, + { + "geometry": "POLYGON ((1.5625 1.875, 1.5625 2.1875, 1.875 2.1875, 1.875 1.875, 1.5625 1.875))", + "cx": 1.71875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.66589317512861, + "elevation": -9.607263499642789, + "thickness": 1.2109668212892746, + "density": 932.4756233143976, + "uC": 0.37726862887015766, + "vC": -0.4030919863710433, + "u10": 0.37726862887015766, + "v10": -0.4030919863710433, + "id": "1679" + }, + { + "geometry": "POLYGON ((1.25 1.5625, 1.25 1.875, 1.5625 1.875, 1.5625 1.5625, 1.25 1.5625))", + "cx": 1.40625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.51403583165583, + "elevation": -6.9510054831036125, + "thickness": 1.208176579870721, + "density": 935.9493044577662, + "uC": 0.39301179926112983, + "vC": -0.23569916827830534, + "u10": 0.39301179926112983, + "v10": -0.23569916827830534, + "id": "1680" + }, + { + "geometry": "POLYGON ((1.5625 1.5625, 1.5625 1.875, 1.875 1.875, 1.875 1.5625, 1.5625 1.5625))", + "cx": 1.71875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.078756608563154, + "elevation": 1.0806524520532717, + "thickness": 1.2497991844052385, + "density": 932.0067423097914, + "uC": 0.3918974858162672, + "vC": -0.30012473856409916, + "u10": 0.3918974858162672, + "v10": -0.30012473856409916, + "id": "1681" + }, + { + "geometry": "POLYGON ((1.25 1.25, 1.25 1.5625, 1.5625 1.5625, 1.5625 1.25, 1.25 1.25))", + "cx": 1.40625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.78309869464739, + "elevation": -14.221699552186166, + "thickness": 1.2261717438109805, + "density": 930.8747427581409, + "uC": 0.3912902481494537, + "vC": -0.16244112308483913, + "u10": 0.3912902481494537, + "v10": -0.16244112308483913, + "id": "1682" + }, + { + "geometry": "POLYGON ((1.5625 1.25, 1.5625 1.5625, 1.875 1.5625, 1.875 1.25, 1.5625 1.25))", + "cx": 1.71875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.35400149350099, + "elevation": 3.723499109537995, + "thickness": 1.2753392582666463, + "density": 927.8870498052022, + "uC": 0.4259002807576492, + "vC": -0.11675035486055055, + "u10": 0.4259002807576492, + "v10": -0.11675035486055055, + "id": "1683" + }, + { + "geometry": "POLYGON ((1.25 0.9375, 1.25 1.25, 1.5625 1.25, 1.5625 0.9375, 1.25 0.9375))", + "cx": 1.40625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.969909991837284, + "elevation": -27.959770547356786, + "thickness": 1.2552832033344208, + "density": 923.0618653499191, + "uC": 0.3768473968838203, + "vC": -0.16646278161647537, + "u10": 0.3768473968838203, + "v10": -0.16646278161647537, + "id": "1684" + }, + { + "geometry": "POLYGON ((1.5625 0.9375, 1.5625 1.25, 1.875 1.25, 1.875 0.9375, 1.5625 0.9375))", + "cx": 1.71875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.10253190683643, + "elevation": -9.756614066063728, + "thickness": 1.2896354224649946, + "density": 925.2338262898645, + "uC": 0.3694699816351486, + "vC": -0.10486532132036777, + "u10": 0.3694699816351486, + "v10": -0.10486532132036777, + "id": "1685" + }, + { + "geometry": "POLYGON ((1.25 0.625, 1.25 0.9375, 1.5625 0.9375, 1.5625 0.625, 1.25 0.625))", + "cx": 1.40625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.85361501031772, + "elevation": -34.82730770021312, + "thickness": 1.2817190005233772, + "density": 915.79484164673, + "uC": 0.3818083406391074, + "vC": -0.16466316540482864, + "u10": 0.3818083406391074, + "v10": -0.16466316540482864, + "id": "1686" + }, + { + "geometry": "POLYGON ((1.5625 0.625, 1.5625 0.9375, 1.875 0.9375, 1.875 0.625, 1.5625 0.625))", + "cx": 1.71875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.841753515785264, + "elevation": -17.706197921824224, + "thickness": 1.3056862802572153, + "density": 925.9720794993541, + "uC": 0.36619413565016357, + "vC": -0.04638639747310144, + "u10": 0.36619413565016357, + "v10": -0.04638639747310144, + "id": "1687" + }, + { + "geometry": "POLYGON ((1.875 0.9375, 1.875 1.25, 2.1875 1.25, 2.1875 0.9375, 1.875 0.9375))", + "cx": 2.03125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.39461456402688, + "elevation": -7.799952777428427, + "thickness": 1.3082662952187902, + "density": 927.7531269611849, + "uC": 0.34583823371318445, + "vC": -0.18114295496195815, + "u10": 0.34583823371318445, + "v10": -0.18114295496195815, + "id": "1688" + }, + { + "geometry": "POLYGON ((2.1875 0.9375, 2.1875 1.25, 2.5 1.25, 2.5 0.9375, 2.1875 0.9375))", + "cx": 2.34375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.76945609348051, + "elevation": -2.6977937208005756, + "thickness": 1.3159925123251481, + "density": 921.0797683475935, + "uC": 0.36149910714854716, + "vC": -0.169237535654239, + "u10": 0.36149910714854716, + "v10": -0.169237535654239, + "id": "1689" + }, + { + "geometry": "POLYGON ((1.875 0.625, 1.875 0.9375, 2.1875 0.9375, 2.1875 0.625, 1.875 0.625))", + "cx": 2.03125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.24671221928564, + "elevation": -18.392875209155598, + "thickness": 1.3434020238145448, + "density": 920.3632311687503, + "uC": 0.34125628791118096, + "vC": -0.03960601361786518, + "u10": 0.34125628791118096, + "v10": -0.03960601361786518, + "id": "1690" + }, + { + "geometry": "POLYGON ((2.1875 0.625, 2.1875 0.9375, 2.5 0.9375, 2.5 0.625, 2.1875 0.625))", + "cx": 2.34375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.507465760730504, + "elevation": -17.16937739739167, + "thickness": 1.3399115961268486, + "density": 919.9532488571078, + "uC": 0.3526257248783343, + "vC": -0.12083698904374668, + "u10": 0.3526257248783343, + "v10": -0.12083698904374668, + "id": "1691" + }, + { + "geometry": "POLYGON ((9.375 4.0625, 9.375 4.375, 9.6875 4.375, 9.6875 4.0625, 9.375 4.0625))", + "cx": 9.53125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.630746538159414, + "elevation": 0.9287169829790667, + "thickness": 1.253531513584886, + "density": 935.9327455133686, + "uC": 0.4339608852792621, + "vC": -0.4481799511017043, + "u10": 0.4339608852792621, + "v10": -0.4481799511017043, + "id": "1692" + }, + { + "geometry": "POLYGON ((9.6875 4.0625, 9.6875 4.375, 10 4.375, 10 4.0625, 9.6875 4.0625))", + "cx": 9.84375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.270981211452856, + "elevation": 3.018926345943256, + "thickness": 1.2412220563039233, + "density": 923.6857886528013, + "uC": 0.46243818108850987, + "vC": -0.33957003873985586, + "u10": 0.46243818108850987, + "v10": -0.33957003873985586, + "id": "1693" + }, + { + "geometry": "POLYGON ((9.375 3.75, 9.375 4.0625, 9.6875 4.0625, 9.6875 3.75, 9.375 3.75))", + "cx": 9.53125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.70472882135303, + "elevation": -0.30533890844696465, + "thickness": 1.2571001559079205, + "density": 925.0278728976135, + "uC": 0.45224535984135505, + "vC": -0.3537240580292672, + "u10": 0.45224535984135505, + "v10": -0.3537240580292672, + "id": "1694" + }, + { + "geometry": "POLYGON ((9.6875 3.75, 9.6875 4.0625, 10 4.0625, 10 3.75, 9.6875 3.75))", + "cx": 9.84375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.834796588742016, + "elevation": -2.745290635319501, + "thickness": 1.2527067405715329, + "density": 916.0888340503348, + "uC": 0.43782307202381987, + "vC": -0.22635390960283114, + "u10": 0.43782307202381987, + "v10": -0.22635390960283114, + "id": "1695" + }, + { + "geometry": "POLYGON ((8.75 3.4375, 8.75 3.75, 9.0625 3.75, 9.0625 3.4375, 8.75 3.4375))", + "cx": 8.90625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.72298030503524, + "elevation": 2.4978919125595533, + "thickness": 1.1986434399871626, + "density": 924.6884254331512, + "uC": 0.28493719382535815, + "vC": -0.5557567055635025, + "u10": 0.28493719382535815, + "v10": -0.5557567055635025, + "id": "1696" + }, + { + "geometry": "POLYGON ((9.0625 3.4375, 9.0625 3.75, 9.375 3.75, 9.375 3.4375, 9.0625 3.4375))", + "cx": 9.21875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.211644136313446, + "elevation": 1.1435527195079545, + "thickness": 1.1907297813157793, + "density": 925.6885901479272, + "uC": 0.45154947706634685, + "vC": -0.3974293472403724, + "u10": 0.45154947706634685, + "v10": -0.3974293472403724, + "id": "1697" + }, + { + "geometry": "POLYGON ((8.75 3.125, 8.75 3.4375, 9.0625 3.4375, 9.0625 3.125, 8.75 3.125))", + "cx": 8.90625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.13513598046798, + "elevation": -1.1399897544154003, + "thickness": 1.193575930556475, + "density": 911.5831116802703, + "uC": 0.27036823336257354, + "vC": -0.5050825661950447, + "u10": 0.27036823336257354, + "v10": -0.5050825661950447, + "id": "1698" + }, + { + "geometry": "POLYGON ((9.0625 3.125, 9.0625 3.4375, 9.375 3.4375, 9.375 3.125, 9.0625 3.125))", + "cx": 9.21875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.74439883701501, + "elevation": -4.644507555237587, + "thickness": 1.1718429297262123, + "density": 912.2099819943387, + "uC": 0.3976870342622562, + "vC": -0.4352345074153503, + "u10": 0.3976870342622562, + "v10": -0.4352345074153503, + "id": "1699" + }, + { + "geometry": "POLYGON ((9.375 3.4375, 9.375 3.75, 9.6875 3.75, 9.6875 3.4375, 9.375 3.4375))", + "cx": 9.53125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.46816373167093, + "elevation": -0.7423105459240698, + "thickness": 1.2283073350094926, + "density": 915.469372246192, + "uC": 0.41200187793181564, + "vC": -0.3264182924247311, + "u10": 0.41200187793181564, + "v10": -0.3264182924247311, + "id": "1700" + }, + { + "geometry": "POLYGON ((9.6875 3.4375, 9.6875 3.75, 10 3.75, 10 3.4375, 9.6875 3.4375))", + "cx": 9.84375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.049862601387375, + "elevation": -12.68630004482711, + "thickness": 1.2515099738558573, + "density": 911.3785212261834, + "uC": 0.43331287379055633, + "vC": -0.2038290170578249, + "u10": 0.43331287379055633, + "v10": -0.2038290170578249, + "id": "1701" + }, + { + "geometry": "POLYGON ((9.375 3.125, 9.375 3.4375, 9.6875 3.4375, 9.6875 3.125, 9.375 3.125))", + "cx": 9.53125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.27657536572088, + "elevation": -16.985547142023197, + "thickness": 1.224922814841995, + "density": 907.3314811143036, + "uC": 0.4485675599371419, + "vC": -0.37516652725816135, + "u10": 0.4485675599371419, + "v10": -0.37516652725816135, + "id": "1702" + }, + { + "geometry": "POLYGON ((9.6875 3.125, 9.6875 3.4375, 10 3.4375, 10 3.125, 9.6875 3.125))", + "cx": 9.84375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.44655447888093, + "elevation": -22.571286858326715, + "thickness": 1.2641975438330735, + "density": 899.93652858258, + "uC": 0.49152202489222296, + "vC": -0.16134391586991126, + "u10": 0.49152202489222296, + "v10": -0.16134391586991126, + "id": "1703" + }, + { + "geometry": "POLYGON ((8.75 2.8125, 8.75 3.125, 9.0625 3.125, 9.0625 2.8125, 8.75 2.8125))", + "cx": 8.90625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.231162689470324, + "elevation": -0.30838239208149343, + "thickness": 1.220004524523593, + "density": 900.5281803700582, + "uC": 0.3119602547207275, + "vC": -0.45591531450315115, + "u10": 0.3119602547207275, + "v10": -0.45591531450315115, + "id": "1704" + }, + { + "geometry": "POLYGON ((9.0625 2.8125, 9.0625 3.125, 9.375 3.125, 9.375 2.8125, 9.0625 2.8125))", + "cx": 9.21875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.74753301879845, + "elevation": -17.241677291876357, + "thickness": 1.1852881382976528, + "density": 895.3554629594918, + "uC": 0.4055808237374755, + "vC": -0.4072697356009515, + "u10": 0.4055808237374755, + "v10": -0.4072697356009515, + "id": "1705" + }, + { + "geometry": "POLYGON ((8.75 2.5, 8.75 2.8125, 9.0625 2.8125, 9.0625 2.5, 8.75 2.5))", + "cx": 8.90625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.25366632110139, + "elevation": 0.5854849794116912, + "thickness": 1.234727061970654, + "density": 895.7259651434756, + "uC": 0.3019697394814671, + "vC": -0.37479245941627126, + "u10": 0.3019697394814671, + "v10": -0.37479245941627126, + "id": "1706" + }, + { + "geometry": "POLYGON ((9.0625 2.5, 9.0625 2.8125, 9.375 2.8125, 9.375 2.5, 9.0625 2.5))", + "cx": 9.21875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.19118905065601, + "elevation": -16.72809132267856, + "thickness": 1.205198710140315, + "density": 888.2117326794257, + "uC": 0.4713437636299157, + "vC": -0.214405276080207, + "u10": 0.4713437636299157, + "v10": -0.214405276080207, + "id": "1707" + }, + { + "geometry": "POLYGON ((9.375 2.8125, 9.375 3.125, 9.6875 3.125, 9.6875 2.8125, 9.375 2.8125))", + "cx": 9.53125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.6926097175168, + "elevation": -18.82953243035398, + "thickness": 1.1915639992828133, + "density": 896.2888847800605, + "uC": 0.4628899552640324, + "vC": -0.2588185819069629, + "u10": 0.4628899552640324, + "v10": -0.2588185819069629, + "id": "1708" + }, + { + "geometry": "POLYGON ((9.6875 2.8125, 9.6875 3.125, 10 3.125, 10 2.8125, 9.6875 2.8125))", + "cx": 9.84375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.64720317894922, + "elevation": -12.051395062873254, + "thickness": 1.2271066938852657, + "density": 896.5718280262049, + "uC": 0.4780543416904366, + "vC": -0.08507501464409599, + "u10": 0.4780543416904366, + "v10": -0.08507501464409599, + "id": "1709" + }, + { + "geometry": "POLYGON ((9.375 2.5, 9.375 2.8125, 9.6875 2.8125, 9.6875 2.5, 9.375 2.5))", + "cx": 9.53125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.79419074157616, + "elevation": -9.776816243190172, + "thickness": 1.1672645927506595, + "density": 890.6525152161, + "uC": 0.4797170090506414, + "vC": -0.05103354333178722, + "u10": 0.4797170090506414, + "v10": -0.05103354333178722, + "id": "1710" + }, + { + "geometry": "POLYGON ((9.6875 2.5, 9.6875 2.8125, 10 2.8125, 10 2.5, 9.6875 2.5))", + "cx": 9.84375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.71913054306233, + "elevation": -8.379754469494713, + "thickness": 1.2029771386115125, + "density": 894.9773171828232, + "uC": 0.42330220835000576, + "vC": -0.051080527568470376, + "u10": 0.42330220835000576, + "v10": -0.051080527568470376, + "id": "1711" + }, + { + "geometry": "POLYGON ((8.75 2.1875, 8.75 2.5, 9.0625 2.5, 9.0625 2.1875, 8.75 2.1875))", + "cx": 8.90625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.90015653002479, + "elevation": -18.20525109836859, + "thickness": 1.2693708985754641, + "density": 887.8644979302094, + "uC": 0.20415787290265489, + "vC": -0.34853367468435903, + "u10": 0.20415787290265489, + "v10": -0.34853367468435903, + "id": "1712" + }, + { + "geometry": "POLYGON ((9.0625 2.1875, 9.0625 2.5, 9.375 2.5, 9.375 2.1875, 9.0625 2.1875))", + "cx": 9.21875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.75488231249193, + "elevation": -20.290906218242423, + "thickness": 1.237903980494709, + "density": 887.4472749588158, + "uC": 0.33405692178593677, + "vC": -0.2638356253956018, + "u10": 0.33405692178593677, + "v10": -0.2638356253956018, + "id": "1713" + }, + { + "geometry": "POLYGON ((8.75 1.875, 8.75 2.1875, 9.0625 2.1875, 9.0625 1.875, 8.75 1.875))", + "cx": 8.90625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.04255361374232, + "elevation": -23.496056492004747, + "thickness": 1.2281004365206662, + "density": 873.1635711473236, + "uC": 0.20691346967695168, + "vC": -0.3185680416237565, + "u10": 0.20691346967695168, + "v10": -0.3185680416237565, + "id": "1714" + }, + { + "geometry": "POLYGON ((9.0625 1.875, 9.0625 2.1875, 9.375 2.1875, 9.375 1.875, 9.0625 1.875))", + "cx": 9.21875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.369491311331814, + "elevation": -21.071639716436948, + "thickness": 1.1980346620991895, + "density": 877.6422943039081, + "uC": 0.30964647207980506, + "vC": -0.23168975910779194, + "u10": 0.30964647207980506, + "v10": -0.23168975910779194, + "id": "1715" + }, + { + "geometry": "POLYGON ((9.375 2.1875, 9.375 2.5, 9.6875 2.5, 9.6875 2.1875, 9.375 2.1875))", + "cx": 9.53125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.99364312883625, + "elevation": -17.367257077850027, + "thickness": 1.1982183918878628, + "density": 885.6771354094506, + "uC": 0.4031288540669795, + "vC": -0.09042713229020312, + "u10": 0.4031288540669795, + "v10": -0.09042713229020312, + "id": "1716" + }, + { + "geometry": "POLYGON ((9.6875 2.1875, 9.6875 2.5, 10 2.5, 10 2.1875, 9.6875 2.1875))", + "cx": 9.84375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.1080686903269, + "elevation": -24.975754359478568, + "thickness": 1.1917327136331126, + "density": 895.2830504360477, + "uC": 0.3461599735011094, + "vC": 0.028020750757782188, + "u10": 0.3461599735011094, + "v10": 0.028020750757782188, + "id": "1717" + }, + { + "geometry": "POLYGON ((9.375 1.875, 9.375 2.1875, 9.6875 2.1875, 9.6875 1.875, 9.375 1.875))", + "cx": 9.53125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.607786615395355, + "elevation": -17.53025287533326, + "thickness": 1.1468423726393184, + "density": 887.7290902021974, + "uC": 0.3602862132999555, + "vC": -0.08791576965297597, + "u10": 0.3602862132999555, + "v10": -0.08791576965297597, + "id": "1718" + }, + { + "geometry": "POLYGON ((9.6875 1.875, 9.6875 2.1875, 10 2.1875, 10 1.875, 9.6875 1.875))", + "cx": 9.84375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.94746591202028, + "elevation": -20.951607622588373, + "thickness": 1.120138898090167, + "density": 894.5979446364288, + "uC": 0.324935110860334, + "vC": 0.008244035557986673, + "u10": 0.324935110860334, + "v10": 0.008244035557986673, + "id": "1719" + }, + { + "geometry": "POLYGON ((8.75 1.5625, 8.75 1.875, 9.0625 1.875, 9.0625 1.5625, 8.75 1.5625))", + "cx": 8.90625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.11977373318241, + "elevation": -6.929226112899552, + "thickness": 1.1790478528426152, + "density": 871.7022938096605, + "uC": 0.01576870189926518, + "vC": -0.4167407695147994, + "u10": 0.01576870189926518, + "v10": -0.4167407695147994, + "id": "1720" + }, + { + "geometry": "POLYGON ((9.0625 1.5625, 9.0625 1.875, 9.375 1.875, 9.375 1.5625, 9.0625 1.5625))", + "cx": 9.21875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.25252031749743, + "elevation": -7.320093521147563, + "thickness": 1.1226323897894577, + "density": 877.4799723162794, + "uC": 0.1768932355637625, + "vC": -0.33957663933968696, + "u10": 0.1768932355637625, + "v10": -0.33957663933968696, + "id": "1721" + }, + { + "geometry": "POLYGON ((8.75 1.25, 8.75 1.5625, 9.0625 1.5625, 9.0625 1.25, 8.75 1.25))", + "cx": 8.90625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.71227128860092, + "elevation": 0.7438003797366293, + "thickness": 1.1952036099039596, + "density": 869.7728027178364, + "uC": -0.14744745522876102, + "vC": -0.34919870467460035, + "u10": -0.14744745522876102, + "v10": -0.34919870467460035, + "id": "1722" + }, + { + "geometry": "POLYGON ((9.0625 1.25, 9.0625 1.5625, 9.375 1.5625, 9.375 1.25, 9.0625 1.25))", + "cx": 9.21875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.02879935171667, + "elevation": -2.486322894374468, + "thickness": 1.133321311966484, + "density": 881.6370621156316, + "uC": -0.06241467985861778, + "vC": -0.33160262608962987, + "u10": -0.06241467985861778, + "v10": -0.33160262608962987, + "id": "1723" + }, + { + "geometry": "POLYGON ((9.375 1.5625, 9.375 1.875, 9.6875 1.875, 9.6875 1.5625, 9.375 1.5625))", + "cx": 9.53125, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.876354390284476, + "elevation": -12.165859899092686, + "thickness": 1.0886559040718102, + "density": 887.8456541968302, + "uC": 0.25206961573002873, + "vC": -0.24206296124331572, + "u10": 0.25206961573002873, + "v10": -0.24206296124331572, + "id": "1724" + }, + { + "geometry": "POLYGON ((9.6875 1.5625, 9.6875 1.875, 10 1.875, 10 1.5625, 9.6875 1.5625))", + "cx": 9.84375, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.346101036738496, + "elevation": -18.053565142275726, + "thickness": 1.0525540797543376, + "density": 894.1514202353851, + "uC": 0.2874363173284682, + "vC": -0.08416764057864012, + "u10": 0.2874363173284682, + "v10": -0.08416764057864012, + "id": "1725" + }, + { + "geometry": "POLYGON ((9.375 1.25, 9.375 1.5625, 9.6875 1.5625, 9.6875 1.25, 9.375 1.25))", + "cx": 9.53125, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.40523067778052, + "elevation": -12.856116311629684, + "thickness": 1.1014031302429141, + "density": 891.8267407627824, + "uC": 0.1506242895368385, + "vC": -0.25997102605535416, + "u10": 0.1506242895368385, + "v10": -0.25997102605535416, + "id": "1726" + }, + { + "geometry": "POLYGON ((9.6875 1.25, 9.6875 1.5625, 10 1.5625, 10 1.25, 9.6875 1.25))", + "cx": 9.84375, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.63646071127066, + "elevation": -21.51363461419173, + "thickness": 1.063726064410193, + "density": 891.221038593034, + "uC": 0.275662422376828, + "vC": -0.1683621819042129, + "u10": 0.275662422376828, + "v10": -0.1683621819042129, + "id": "1727" + }, + { + "geometry": "POLYGON ((7.5 0.3125, 7.5 0.625, 7.8125 0.625, 7.8125 0.3125, 7.5 0.3125))", + "cx": 7.65625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.89124185165179, + "elevation": -0.08903007742203184, + "thickness": 1.2073147076513062, + "density": 884.925802912833, + "uC": 0.2382326175755311, + "vC": -0.14624506635458243, + "u10": 0.2382326175755311, + "v10": -0.14624506635458243, + "id": "1728" + }, + { + "geometry": "POLYGON ((7.8125 0.3125, 7.8125 0.625, 8.125 0.625, 8.125 0.3125, 7.8125 0.3125))", + "cx": 7.96875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.21812727320757, + "elevation": -1.0555101279659114, + "thickness": 1.2019026902898862, + "density": 882.1382580183079, + "uC": 0.19389038507800602, + "vC": -0.2507672665972821, + "u10": 0.19389038507800602, + "v10": -0.2507672665972821, + "id": "1729" + }, + { + "geometry": "POLYGON ((7.5 0, 7.5 0.3125, 7.8125 0.3125, 7.8125 0, 7.5 0))", + "cx": 7.65625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.341868365464094, + "elevation": -9.802616312439905, + "thickness": 1.2116284926859417, + "density": 884.8197384954228, + "uC": 0.23842129430683745, + "vC": -0.18382361782247286, + "u10": 0.23842129430683745, + "v10": -0.18382361782247286, + "id": "1730" + }, + { + "geometry": "POLYGON ((7.8125 0, 7.8125 0.3125, 8.125 0.3125, 8.125 0, 7.8125 0))", + "cx": 7.96875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.46436228719866, + "elevation": -20.997580960526825, + "thickness": 1.1976104202359403, + "density": 883.4425748661185, + "uC": 0.22777353146714308, + "vC": -0.24368782842701825, + "u10": 0.22777353146714308, + "v10": -0.24368782842701825, + "id": "1731" + }, + { + "geometry": "POLYGON ((8.125 0.3125, 8.125 0.625, 8.4375 0.625, 8.4375 0.3125, 8.125 0.3125))", + "cx": 8.28125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.457124935730754, + "elevation": -1.546419305370145, + "thickness": 1.231040733360734, + "density": 886.2695690780737, + "uC": 0.12286769101351375, + "vC": -0.25925361152031623, + "u10": 0.12286769101351375, + "v10": -0.25925361152031623, + "id": "1732" + }, + { + "geometry": "POLYGON ((8.4375 0.3125, 8.4375 0.625, 8.75 0.625, 8.75 0.3125, 8.4375 0.3125))", + "cx": 8.59375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.24075518129732, + "elevation": 6.955643818514942, + "thickness": 1.20665836357532, + "density": 872.3239898076547, + "uC": 0.05861868520263827, + "vC": -0.2505571715600796, + "u10": 0.05861868520263827, + "v10": -0.2505571715600796, + "id": "1733" + }, + { + "geometry": "POLYGON ((8.125 0, 8.125 0.3125, 8.4375 0.3125, 8.4375 0, 8.125 0))", + "cx": 8.28125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.48907666932855, + "elevation": -14.505612719568923, + "thickness": 1.2020336238737321, + "density": 885.6799399265801, + "uC": 0.13264602360833638, + "vC": -0.2560630583532427, + "u10": 0.13264602360833638, + "v10": -0.2560630583532427, + "id": "1734" + }, + { + "geometry": "POLYGON ((8.4375 0, 8.4375 0.3125, 8.75 0.3125, 8.75 0, 8.4375 0))", + "cx": 8.59375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.44827384417731, + "elevation": -3.415395670218431, + "thickness": 1.1901931319867298, + "density": 879.6152899861702, + "uC": 0.11393392491600049, + "vC": -0.3345484871434003, + "u10": 0.11393392491600049, + "v10": -0.3345484871434003, + "id": "1735" + }, + { + "geometry": "POLYGON ((8.75 0.9375, 8.75 1.25, 9.0625 1.25, 9.0625 0.9375, 8.75 0.9375))", + "cx": 8.90625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.26965308121137, + "elevation": -1.9147601034709176, + "thickness": 1.2171249428604654, + "density": 873.9099974837009, + "uC": -0.07327414236756075, + "vC": -0.24139553524772664, + "u10": -0.07327414236756075, + "v10": -0.24139553524772664, + "id": "1736" + }, + { + "geometry": "POLYGON ((9.0625 0.9375, 9.0625 1.25, 9.375 1.25, 9.375 0.9375, 9.0625 0.9375))", + "cx": 9.21875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.42178524885128, + "elevation": -6.323313213279786, + "thickness": 1.1766140276506176, + "density": 887.875074952794, + "uC": -0.08730611922518786, + "vC": -0.28600336872786575, + "u10": -0.08730611922518786, + "v10": -0.28600336872786575, + "id": "1737" + }, + { + "geometry": "POLYGON ((8.75 0.625, 8.75 0.9375, 9.0625 0.9375, 9.0625 0.625, 8.75 0.625))", + "cx": 8.90625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.65341022064287, + "elevation": -3.9663392882777044, + "thickness": 1.1754354941256173, + "density": 877.232092077279, + "uC": -0.018521043709409615, + "vC": -0.2536139583771755, + "u10": -0.018521043709409615, + "v10": -0.2536139583771755, + "id": "1738" + }, + { + "geometry": "POLYGON ((9.0625 0.625, 9.0625 0.9375, 9.375 0.9375, 9.375 0.625, 9.0625 0.625))", + "cx": 9.21875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.84115987031198, + "elevation": -6.563215583953346, + "thickness": 1.1753615572790979, + "density": 893.0273529938561, + "uC": 0.026591584020107244, + "vC": -0.27867622653637447, + "u10": 0.026591584020107244, + "v10": -0.27867622653637447, + "id": "1739" + }, + { + "geometry": "POLYGON ((9.375 0.9375, 9.375 1.25, 9.6875 1.25, 9.6875 0.9375, 9.375 0.9375))", + "cx": 9.53125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.71050456593759, + "elevation": -10.746793911674992, + "thickness": 1.12206012375791, + "density": 889.5485843765113, + "uC": 0.12568791705388893, + "vC": -0.30386161168316717, + "u10": 0.12568791705388893, + "v10": -0.30386161168316717, + "id": "1740" + }, + { + "geometry": "POLYGON ((9.6875 0.9375, 9.6875 1.25, 10 1.25, 10 0.9375, 9.6875 0.9375))", + "cx": 9.84375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.67514976497316, + "elevation": -16.71412745792889, + "thickness": 1.1035424068873874, + "density": 892.0260613583221, + "uC": 0.21808058939310065, + "vC": -0.23425008755655446, + "u10": 0.21808058939310065, + "v10": -0.23425008755655446, + "id": "1741" + }, + { + "geometry": "POLYGON ((9.375 0.625, 9.375 0.9375, 9.6875 0.9375, 9.6875 0.625, 9.375 0.625))", + "cx": 9.53125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.54994121792339, + "elevation": -9.809494477257044, + "thickness": 1.127136667827275, + "density": 890.6921238325565, + "uC": 0.0860926941211478, + "vC": -0.3018742897786466, + "u10": 0.0860926941211478, + "v10": -0.3018742897786466, + "id": "1742" + }, + { + "geometry": "POLYGON ((9.6875 0.625, 9.6875 0.9375, 10 0.9375, 10 0.625, 9.6875 0.625))", + "cx": 9.84375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.77338988692523, + "elevation": -12.200853219259185, + "thickness": 1.106413409851045, + "density": 891.8317275171786, + "uC": 0.10466938936390101, + "vC": -0.29216717782296825, + "u10": 0.10466938936390101, + "v10": -0.29216717782296825, + "id": "1743" + }, + { + "geometry": "POLYGON ((8.75 0.3125, 8.75 0.625, 9.0625 0.625, 9.0625 0.3125, 8.75 0.3125))", + "cx": 8.90625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.03420934207799, + "elevation": -3.096316653871307, + "thickness": 1.1788109390074006, + "density": 872.6793425340038, + "uC": 0.06511156505817516, + "vC": -0.25494962989803976, + "u10": 0.06511156505817516, + "v10": -0.25494962989803976, + "id": "1744" + }, + { + "geometry": "POLYGON ((9.0625 0.3125, 9.0625 0.625, 9.375 0.625, 9.375 0.3125, 9.0625 0.3125))", + "cx": 9.21875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.350805311253524, + "elevation": -9.667822886801169, + "thickness": 1.1765107479611792, + "density": 879.3898151952013, + "uC": 0.06814451036723021, + "vC": -0.3001430328503134, + "u10": 0.06814451036723021, + "v10": -0.3001430328503134, + "id": "1745" + }, + { + "geometry": "POLYGON ((8.75 0, 8.75 0.3125, 9.0625 0.3125, 9.0625 0, 8.75 0))", + "cx": 8.90625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.54460551929637, + "elevation": -4.120564863403614, + "thickness": 1.2107511167552798, + "density": 878.1762736752939, + "uC": 0.13576883686021501, + "vC": -0.27117748939937225, + "u10": 0.13576883686021501, + "v10": -0.27117748939937225, + "id": "1746" + }, + { + "geometry": "POLYGON ((9.0625 0, 9.0625 0.3125, 9.375 0.3125, 9.375 0, 9.0625 0))", + "cx": 9.21875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.509006602350865, + "elevation": -10.51505530491279, + "thickness": 1.1916984197095037, + "density": 879.899400404423, + "uC": 0.10424799232300389, + "vC": -0.28350392256186563, + "u10": 0.10424799232300389, + "v10": -0.28350392256186563, + "id": "1747" + }, + { + "geometry": "POLYGON ((9.375 0.3125, 9.375 0.625, 9.6875 0.625, 9.6875 0.3125, 9.375 0.3125))", + "cx": 9.53125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.19254895156007, + "elevation": -2.6491086459151028, + "thickness": 1.1080883764323697, + "density": 881.8301811121346, + "uC": 0.13719659798154674, + "vC": -0.2804763203320143, + "u10": 0.13719659798154674, + "v10": -0.2804763203320143, + "id": "1748" + }, + { + "geometry": "POLYGON ((9.6875 0.3125, 9.6875 0.625, 10 0.625, 10 0.3125, 9.6875 0.3125))", + "cx": 9.84375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.58411128875459, + "elevation": 1.7151522913973472, + "thickness": 1.077302231686466, + "density": 893.8756759471478, + "uC": 0.08572869603438217, + "vC": -0.31711705173791604, + "u10": 0.08572869603438217, + "v10": -0.31711705173791604, + "id": "1749" + }, + { + "geometry": "POLYGON ((9.375 0, 9.375 0.3125, 9.6875 0.3125, 9.6875 0, 9.375 0))", + "cx": 9.53125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.36456738669727, + "elevation": -11.544933262247886, + "thickness": 1.1348389451164562, + "density": 884.0429200652479, + "uC": 0.07862599169109885, + "vC": -0.341108326187503, + "u10": 0.07862599169109885, + "v10": -0.341108326187503, + "id": "1750" + }, + { + "geometry": "POLYGON ((9.6875 0, 9.6875 0.3125, 10 0.3125, 10 0, 9.6875 0))", + "cx": 9.84375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.92122649499524, + "elevation": -3.3780050155688954, + "thickness": 1.101501909552253, + "density": 889.0668957631358, + "uC": 0.1141324889102486, + "vC": -0.36943889929504925, + "u10": 0.1141324889102486, + "v10": -0.36943889929504925, + "id": "1751" + }, + { + "geometry": "POLYGON ((2.5 -5.625, 2.5 -5, 3.125 -5, 3.125 -5.625, 2.5 -5.625))", + "cx": 2.8125, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.71490630361331, + "elevation": -38.39328196973384, + "thickness": 1.0256460494980875, + "density": 939.5115424289096, + "uC": 0.3853652649018767, + "vC": -0.012632464540850282, + "u10": 0.3853652649018767, + "v10": -0.012632464540850282, + "id": "1752" + }, + { + "geometry": "POLYGON ((3.125 -5.625, 3.125 -5, 3.75 -5, 3.75 -5.625, 3.125 -5.625))", + "cx": 3.4375, + "cy": -5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 63.96554521805227, + "elevation": -29.551222925435134, + "thickness": 1.0441012835603483, + "density": 936.7428574880342, + "uC": 0.4467022775872347, + "vC": -0.02733961501080973, + "u10": 0.4467022775872347, + "v10": -0.02733961501080973, + "id": "1753" + }, + { + "geometry": "POLYGON ((2.5 -6.25, 2.5 -5.625, 3.125 -5.625, 3.125 -6.25, 2.5 -6.25))", + "cx": 2.8125, + "cy": -5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 60.02284954320968, + "elevation": -27.039281296138075, + "thickness": 1.0272330653367612, + "density": 931.2967337677017, + "uC": 0.4358761107805552, + "vC": 0.0721607173033062, + "u10": 0.4358761107805552, + "v10": 0.0721607173033062, + "id": "1754" + }, + { + "geometry": "POLYGON ((2.5 -6.875, 2.5 -6.25, 3.125 -6.25, 3.125 -6.875, 2.5 -6.875))", + "cx": 2.8125, + "cy": -6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.231252034788014, + "elevation": -41.66942642334432, + "thickness": 1.0387564883418374, + "density": 942.3070823828891, + "uC": 0.41144096506600025, + "vC": 0.254778049429287, + "u10": 0.41144096506600025, + "v10": 0.254778049429287, + "id": "1760" + }, + { + "geometry": "POLYGON ((2.5 -7.5, 2.5 -6.875, 3.125 -6.875, 3.125 -7.5, 2.5 -7.5))", + "cx": 2.8125, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 56.80612989397075, + "elevation": -45.62213866235751, + "thickness": 1.0527930012155955, + "density": 937.7500581994107, + "uC": 0.39421440008892095, + "vC": 0.09321422320262363, + "u10": 0.39421440008892095, + "v10": 0.09321422320262363, + "id": "1762" + }, + { + "geometry": "POLYGON ((3.125 -7.5, 3.125 -6.875, 3.75 -6.875, 3.75 -7.5, 3.125 -7.5))", + "cx": 3.4375, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 59.077564286672754, + "elevation": -52.45797188038192, + "thickness": 1.038685973741037, + "density": 949.7358690472568, + "uC": 0.38003740385151047, + "vC": -0.06315372158384643, + "u10": 0.38003740385151047, + "v10": -0.06315372158384643, + "id": "1763" + }, + { + "geometry": "POLYGON ((4.375 -6.875, 4.375 -6.25, 5 -6.25, 5 -6.875, 4.375 -6.875))", + "cx": 4.6875, + "cy": -6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 67.49527633780224, + "elevation": -42.16480091261971, + "thickness": 1.0714068809177817, + "density": 939.2349419879766, + "uC": 0.3827610795380755, + "vC": 0.12390916687680134, + "u10": 0.3827610795380755, + "v10": 0.12390916687680134, + "id": "1765" + }, + { + "geometry": "POLYGON ((3.75 -7.5, 3.75 -6.875, 4.375 -6.875, 4.375 -7.5, 3.75 -7.5))", + "cx": 4.0625, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.83159656416402, + "elevation": -55.541441031967395, + "thickness": 1.0610861554406061, + "density": 954.3418664244157, + "uC": 0.33221483277644603, + "vC": -0.15538807318925163, + "u10": 0.33221483277644603, + "v10": -0.15538807318925163, + "id": "1766" + }, + { + "geometry": "POLYGON ((4.375 -7.5, 4.375 -6.875, 5 -6.875, 5 -7.5, 4.375 -7.5))", + "cx": 4.6875, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 61.701954026046, + "elevation": -46.898096129481566, + "thickness": 1.044951951314908, + "density": 954.6792463456751, + "uC": 0.2994368622531084, + "vC": -0.13056553333987536, + "u10": 0.2994368622531084, + "v10": -0.13056553333987536, + "id": "1767" + }, + { + "geometry": "POLYGON ((7.5 -6.875, 7.5 -6.25, 8.125 -6.25, 8.125 -6.875, 7.5 -6.875))", + "cx": 7.8125, + "cy": -6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 40.620074428826285, + "elevation": -25.79664185248545, + "thickness": 1.106527842624117, + "density": 931.4175058249668, + "uC": 0.2797172426130835, + "vC": 0.23642201694215198, + "u10": 0.2797172426130835, + "v10": 0.23642201694215198, + "id": "1776" + }, + { + "geometry": "POLYGON ((7.5 -7.5, 7.5 -6.875, 8.125 -6.875, 8.125 -7.5, 7.5 -7.5))", + "cx": 7.8125, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.72667232816205, + "elevation": -39.04063995756481, + "thickness": 1.129071600029603, + "density": 933.2894697599207, + "uC": 0.3629952908809345, + "vC": 0.20792229690179184, + "u10": 0.3629952908809345, + "v10": 0.20792229690179184, + "id": "1778" + }, + { + "geometry": "POLYGON ((8.125 -7.5, 8.125 -6.875, 8.75 -6.875, 8.75 -7.5, 8.125 -7.5))", + "cx": 8.4375, + "cy": -7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 41.122176564284025, + "elevation": -36.85312957066893, + "thickness": 1.1296650448533865, + "density": 933.9950480510036, + "uC": 0.39263060965883934, + "vC": 0.2608234419554051, + "u10": 0.39263060965883934, + "v10": 0.2608234419554051, + "id": "1779" + }, + { + "geometry": "POLYGON ((5 -0.625, 5 0, 5.625 0, 5.625 -0.625, 5 -0.625))", + "cx": 5.3125, + "cy": -0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 37.725360203279905, + "elevation": 7.455650047411522, + "thickness": 1.1617525834693376, + "density": 915.0788785819765, + "uC": 0.19079977455537628, + "vC": -0.1740042491711722, + "u10": 0.19079977455537628, + "v10": -0.1740042491711722, + "id": "1780" + }, + { + "geometry": "POLYGON ((6.875 -1.25, 6.875 -0.625, 7.5 -0.625, 7.5 -1.25, 6.875 -1.25))", + "cx": 7.1875, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 55.47137969348287, + "elevation": -30.051945606878, + "thickness": 1.2102882513687934, + "density": 893.9683892990656, + "uC": 0.09524796839384536, + "vC": -0.18642266775853628, + "u10": 0.09524796839384536, + "v10": -0.18642266775853628, + "id": "1787" + }, + { + "geometry": "POLYGON ((5.625 -1.875, 5.625 -1.25, 6.25 -1.25, 6.25 -1.875, 5.625 -1.875))", + "cx": 5.9375, + "cy": -1.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 15.524725751766749, + "elevation": -27.43012415310494, + "thickness": 1.1975410535577211, + "density": 892.5051908461032, + "uC": 0.05396166271784927, + "vC": -0.30083548913902064, + "u10": 0.05396166271784927, + "v10": -0.30083548913902064, + "id": "1789" + }, + { + "geometry": "POLYGON ((5.625 -2.5, 5.625 -1.875, 6.25 -1.875, 6.25 -2.5, 5.625 -2.5))", + "cx": 5.9375, + "cy": -2.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 20.872327874893465, + "elevation": -34.108246158300105, + "thickness": 1.1819610814589647, + "density": 894.3915833751951, + "uC": 0.1420166396634032, + "vC": -0.2106781887132884, + "u10": 0.1420166396634032, + "v10": -0.2106781887132884, + "id": "1791" + }, + { + "geometry": "POLYGON ((7.5 -0.625, 7.5 0, 8.125 0, 8.125 -0.625, 7.5 -0.625))", + "cx": 7.8125, + "cy": -0.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 59.17691498726953, + "elevation": -34.348929339653345, + "thickness": 1.1852977332097476, + "density": 876.8993395560561, + "uC": 0.12014821921790886, + "vC": -0.1920643529818697, + "u10": 0.12014821921790886, + "v10": -0.1920643529818697, + "id": "1792" + }, + { + "geometry": "POLYGON ((7.5 -1.25, 7.5 -0.625, 8.125 -0.625, 8.125 -1.25, 7.5 -1.25))", + "cx": 7.8125, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.780845833081415, + "elevation": -35.228547109371924, + "thickness": 1.1589960806307669, + "density": 868.4032848933336, + "uC": 0.09198908410182649, + "vC": -0.14798705537142637, + "u10": 0.09198908410182649, + "v10": -0.14798705537142637, + "id": "1794" + }, + { + "geometry": "POLYGON ((8.125 -1.25, 8.125 -0.625, 8.75 -0.625, 8.75 -1.25, 8.125 -1.25))", + "cx": 8.4375, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 51.93792404414572, + "elevation": -40.46210650222454, + "thickness": 1.1551919129773487, + "density": 862.9360520019027, + "uC": 0.07142515173352468, + "vC": -0.22807927652247773, + "u10": 0.07142515173352468, + "v10": -0.22807927652247773, + "id": "1795" + }, + { + "geometry": "POLYGON ((8.75 -1.25, 8.75 -0.625, 9.375 -0.625, 9.375 -1.25, 8.75 -1.25))", + "cx": 9.0625, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 48.44096480914533, + "elevation": -36.77512383650354, + "thickness": 1.1340951059575242, + "density": 860.1174738804148, + "uC": -0.03607237651348415, + "vC": -0.29112479737580843, + "u10": -0.03607237651348415, + "v10": -0.29112479737580843, + "id": "1798" + }, + { + "geometry": "POLYGON ((9.375 -1.25, 9.375 -0.625, 10 -0.625, 10 -1.25, 9.375 -1.25))", + "cx": 9.6875, + "cy": -0.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 58.960325505111655, + "elevation": -33.21382541301939, + "thickness": 1.129041335306242, + "density": 870.4935246035503, + "uC": -0.09531653819295594, + "vC": -0.32927896718898125, + "u10": -0.09531653819295594, + "v10": -0.32927896718898125, + "id": "1799" + }, + { + "geometry": "POLYGON ((8.75 -3.125, 8.75 -2.5, 9.375 -2.5, 9.375 -3.125, 8.75 -3.125))", + "cx": 9.0625, + "cy": -2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 42.53838602963821, + "elevation": -46.33058123386267, + "thickness": 1.0721131840064593, + "density": 877.8375640421267, + "uC": -0.05104499575259459, + "vC": -0.30614982458961915, + "u10": -0.05104499575259459, + "v10": -0.30614982458961915, + "id": "1800" + }, + { + "geometry": "POLYGON ((9.375 -3.125, 9.375 -2.5, 10 -2.5, 10 -3.125, 9.375 -3.125))", + "cx": 9.6875, + "cy": -2.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 30.9939924753446, + "elevation": -40.983927739105745, + "thickness": 1.0314146208908177, + "density": 867.4669243150561, + "uC": -0.32750844794172723, + "vC": -0.3624759818967105, + "u10": -0.32750844794172723, + "v10": -0.3624759818967105, + "id": "1801" + }, + { + "geometry": "POLYGON ((8.75 -3.75, 8.75 -3.125, 9.375 -3.125, 9.375 -3.75, 8.75 -3.75))", + "cx": 9.0625, + "cy": -3.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 41.335023112771566, + "elevation": -29.633065031898735, + "thickness": 1.0594794599609791, + "density": 882.1860836317649, + "uC": -0.007474309524167215, + "vC": -0.31343176305519627, + "u10": -0.007474309524167215, + "v10": -0.31343176305519627, + "id": "1802" + }, + { + "geometry": "POLYGON ((7.5 -4.375, 7.5 -3.75, 8.125 -3.75, 8.125 -4.375, 7.5 -4.375))", + "cx": 7.8125, + "cy": -4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 38.970497108330974, + "elevation": -55.39593968212979, + "thickness": 1.1124998493533784, + "density": 900.439080614854, + "uC": 0.1495640504919217, + "vC": -0.03142362371648013, + "u10": 0.1495640504919217, + "v10": -0.03142362371648013, + "id": "1804" + }, + { + "geometry": "POLYGON ((8.125 -4.375, 8.125 -3.75, 8.75 -3.75, 8.75 -4.375, 8.125 -4.375))", + "cx": 8.4375, + "cy": -4.0625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 32.50090814277208, + "elevation": -45.38156270972155, + "thickness": 1.0720836985207103, + "density": 890.5440686865408, + "uC": 0.16451490780081823, + "vC": -0.16851814026508122, + "u10": 0.16451490780081823, + "v10": -0.16851814026508122, + "id": "1805" + }, + { + "geometry": "POLYGON ((7.5 -5, 7.5 -4.375, 8.125 -4.375, 8.125 -5, 7.5 -5))", + "cx": 7.8125, + "cy": -4.6875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 43.15369984808014, + "elevation": -35.988712279661826, + "thickness": 1.1506049428604883, + "density": 894.1953097763569, + "uC": 0.14976100775065943, + "vC": -0.0450548953659311, + "u10": 0.14976100775065943, + "v10": -0.0450548953659311, + "id": "1806" + }, + { + "geometry": "POLYGON ((-10 8.125, -10 8.75, -9.375 8.75, -9.375 8.125, -10 8.125))", + "cx": -9.6875, + "cy": 8.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 41.13929250623151, + "elevation": -51.66958274589577, + "thickness": 1.2497739593497295, + "density": 955.5463521012842, + "uC": 0.490773198532665, + "vC": -0.2542255165082666, + "u10": 0.490773198532665, + "v10": -0.2542255165082666, + "id": "1812" + }, + { + "geometry": "POLYGON ((-9.375 8.125, -9.375 8.75, -8.75 8.75, -8.75 8.125, -9.375 8.125))", + "cx": -9.0625, + "cy": 8.4375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 47.58510404479698, + "elevation": -43.24452168435943, + "thickness": 1.2342631059071862, + "density": 956.5797645572345, + "uC": 0.5042557374804443, + "vC": -0.19989688849719825, + "u10": 0.5042557374804443, + "v10": -0.19989688849719825, + "id": "1813" + }, + { + "geometry": "POLYGON ((-10 7.5, -10 8.125, -9.375 8.125, -9.375 7.5, -10 7.5))", + "cx": -9.6875, + "cy": 7.8125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 35.08479182323547, + "elevation": -48.46154386167453, + "thickness": 1.248971998922266, + "density": 952.5292589919518, + "uC": 0.35780695650017713, + "vC": -0.27022268350550266, + "u10": 0.35780695650017713, + "v10": -0.27022268350550266, + "id": "1814" + }, + { + "geometry": "POLYGON ((-8.125 6.875, -8.125 7.5, -7.5 7.5, -7.5 6.875, -8.125 6.875))", + "cx": -7.8125, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 46.39548345199135, + "elevation": -34.75329214247359, + "thickness": 1.21808954055102, + "density": 953.6287833862729, + "uC": 0.3864829875593849, + "vC": -0.21044366867856024, + "u10": 0.3864829875593849, + "v10": -0.21044366867856024, + "id": "1821" + }, + { + "geometry": "POLYGON ((-8.125 6.25, -8.125 6.875, -7.5 6.875, -7.5 6.25, -8.125 6.25))", + "cx": -7.8125, + "cy": 6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 38.91733272912546, + "elevation": -29.536627452455882, + "thickness": 1.2839618374986324, + "density": 952.1491073122615, + "uC": 0.44899458885695, + "vC": -0.2065451954353853, + "u10": 0.44899458885695, + "v10": -0.2065451954353853, + "id": "1823" + }, + { + "geometry": "POLYGON ((-10 5.625, -10 6.25, -9.375 6.25, -9.375 5.625, -10 5.625))", + "cx": -9.6875, + "cy": 5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 36.447208195388505, + "elevation": 3.9677658834570364, + "thickness": 1.255075877624874, + "density": 955.6219492771128, + "uC": 0.2691737561889173, + "vC": -0.4431798182201104, + "u10": 0.2691737561889173, + "v10": -0.4431798182201104, + "id": "1824" + }, + { + "geometry": "POLYGON ((-8.125 5.625, -8.125 6.25, -7.5 6.25, -7.5 5.625, -8.125 5.625))", + "cx": -7.8125, + "cy": 5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 46.352709255684104, + "elevation": -40.30526215010356, + "thickness": 1.2880282168552466, + "density": 958.4166555262165, + "uC": 0.5392699864542945, + "vC": -0.1481879332841863, + "u10": 0.5392699864542945, + "v10": -0.1481879332841863, + "id": "1829" + }, + { + "geometry": "POLYGON ((-8.75 5, -8.75 5.625, -8.125 5.625, -8.125 5, -8.75 5))", + "cx": -8.4375, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 50.08779676231909, + "elevation": -26.62221467729684, + "thickness": 1.2415226141757312, + "density": 945.6571428816227, + "uC": 0.5519711260306419, + "vC": -0.19690163401019156, + "u10": 0.5519711260306419, + "v10": -0.19690163401019156, + "id": "1830" + }, + { + "geometry": "POLYGON ((-8.125 5, -8.125 5.625, -7.5 5.625, -7.5 5, -8.125 5))", + "cx": -7.8125, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 45.77888612981299, + "elevation": -37.22021921601884, + "thickness": 1.2636643617399796, + "density": 944.1413695524343, + "uC": 0.5232671469979753, + "vC": 0.22219765063954652, + "u10": 0.5232671469979753, + "v10": 0.22219765063954652, + "id": "1831" + }, + { + "geometry": "POLYGON ((-6.875 6.875, -6.875 7.5, -6.25 7.5, -6.25 6.875, -6.875 6.875))", + "cx": -6.5625, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 54.232969783619275, + "elevation": -34.4249982228779, + "thickness": 1.1483077152850063, + "density": 940.9537628608202, + "uC": 0.28038122395834963, + "vC": -0.141216498121785, + "u10": 0.28038122395834963, + "v10": -0.141216498121785, + "id": "1833" + }, + { + "geometry": "POLYGON ((-7.5 6.25, -7.5 6.875, -6.875 6.875, -6.875 6.25, -7.5 6.25))", + "cx": -7.1875, + "cy": 6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 42.2715184258296, + "elevation": -35.51477118186975, + "thickness": 1.2419306058987618, + "density": 955.6139763969812, + "uC": 0.43932665049927505, + "vC": -0.055205962942529094, + "u10": 0.43932665049927505, + "v10": -0.055205962942529094, + "id": "1834" + }, + { + "geometry": "POLYGON ((-6.875 6.25, -6.875 6.875, -6.25 6.875, -6.25 6.25, -6.875 6.25))", + "cx": -6.5625, + "cy": 6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 48.71862811945928, + "elevation": -36.71072441076735, + "thickness": 1.1976868420414233, + "density": 947.9184765992832, + "uC": 0.23769402061874295, + "vC": -0.10145428215768411, + "u10": 0.23769402061874295, + "v10": -0.10145428215768411, + "id": "1835" + }, + { + "geometry": "POLYGON ((6.25 6.875, 6.25 7.5, 6.875 7.5, 6.875 6.875, 6.25 6.875))", + "cx": 6.5625, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 57.134428487840154, + "elevation": -35.36090222023273, + "thickness": 1.1759757187099504, + "density": 945.744264529356, + "uC": -0.43252597776841173, + "vC": -0.2778305967535733, + "u10": -0.43252597776841173, + "v10": -0.2778305967535733, + "id": "1836" + }, + { + "geometry": "POLYGON ((6.875 6.875, 6.875 7.5, 7.5 7.5, 7.5 6.875, 6.875 6.875))", + "cx": 7.1875, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 50.28201937650275, + "elevation": -33.66363610983109, + "thickness": 1.238930192830812, + "density": 953.1706129964299, + "uC": -0.471524454561534, + "vC": -0.3538715811727448, + "u10": -0.471524454561534, + "v10": -0.3538715811727448, + "id": "1837" + }, + { + "geometry": "POLYGON ((6.25 6.25, 6.25 6.875, 6.875 6.875, 6.875 6.25, 6.25 6.25))", + "cx": 6.5625, + "cy": 6.5625, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 53.73660579919387, + "elevation": -36.81352213531302, + "thickness": 1.1705434601207885, + "density": 964.5424723853712, + "uC": -0.39998853706929094, + "vC": -0.4669501976118917, + "u10": -0.39998853706929094, + "v10": -0.4669501976118917, + "id": "1838" + }, + { + "geometry": "POLYGON ((6.25 5.625, 6.25 6.25, 6.875 6.25, 6.875 5.625, 6.25 5.625))", + "cx": 6.5625, + "cy": 5.9375, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 53.792270843785765, + "elevation": -28.666940216381327, + "thickness": 1.119380751740573, + "density": 973.3770833916363, + "uC": -0.17957266375562284, + "vC": -0.6462895528240633, + "u10": -0.17957266375562284, + "v10": -0.6462895528240633, + "id": "1844" + }, + { + "geometry": "POLYGON ((7.5 6.875, 7.5 7.5, 8.125 7.5, 8.125 6.875, 7.5 6.875))", + "cx": 7.8125, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 39.46847477417982, + "elevation": -42.57120003314446, + "thickness": 1.257808684833359, + "density": 952.5760507316052, + "uC": -0.3031392585796273, + "vC": -0.4088645047749482, + "u10": -0.3031392585796273, + "v10": -0.4088645047749482, + "id": "1848" + }, + { + "geometry": "POLYGON ((8.125 6.875, 8.125 7.5, 8.75 7.5, 8.75 6.875, 8.125 6.875))", + "cx": 8.4375, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 30.030067689638344, + "elevation": -49.433334448255366, + "thickness": 1.2889247077405368, + "density": 950.2587982582828, + "uC": -0.004438441350581277, + "vC": -0.5725682038136527, + "u10": -0.004438441350581277, + "v10": -0.5725682038136527, + "id": "1849" + }, + { + "geometry": "POLYGON ((8.75 6.875, 8.75 7.5, 9.375 7.5, 9.375 6.875, 8.75 6.875))", + "cx": 9.0625, + "cy": 7.1875, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 32.16083552053519, + "elevation": -46.128366308827474, + "thickness": 1.2819432884248947, + "density": 950.6451844380595, + "uC": 0.16732693980441088, + "vC": -0.41541843551771995, + "u10": 0.16732693980441088, + "v10": -0.41541843551771995, + "id": "1852" + }, + { + "geometry": "POLYGON ((7.5 5, 7.5 5.625, 8.125 5.625, 8.125 5, 7.5 5))", + "cx": 7.8125, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 32.20735393544106, + "elevation": 2.8543793439745775, + "thickness": 1.192308023850344, + "density": 953.6727678320367, + "uC": -0.3551719786754009, + "vC": -0.41204808975081186, + "u10": -0.3551719786754009, + "v10": -0.41204808975081186, + "id": "1858" + }, + { + "geometry": "POLYGON ((8.125 5, 8.125 5.625, 8.75 5.625, 8.75 5, 8.125 5))", + "cx": 8.4375, + "cy": 5.3125, + "dcx": 0.3125, + "dcy": 0.3125, + "SIC": 41.95305200372367, + "elevation": 13.815397311766112, + "thickness": 1.2243186834618769, + "density": 941.8417748915498, + "uC": -0.011845670620176827, + "vC": -0.5959771524965776, + "u10": -0.011845670620176827, + "v10": -0.5959771524965776, + "id": "1859" + }, + { + "geometry": "POLYGON ((-10 -5.3125, -10 -5, -9.6875 -5, -9.6875 -5.3125, -10 -5.3125))", + "cx": -9.84375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.538618468569524, + "elevation": -3.395490596367861, + "thickness": 0.9675578971440562, + "density": 883.4129511600931, + "uC": 0.005442463835283578, + "vC": -0.4387248042802026, + "u10": 0.005442463835283578, + "v10": -0.4387248042802026, + "id": "1864" + }, + { + "geometry": "POLYGON ((-9.6875 -5.3125, -9.6875 -5, -9.375 -5, -9.375 -5.3125, -9.6875 -5.3125))", + "cx": -9.53125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.360035696019153, + "elevation": -21.575019495031867, + "thickness": 0.9793534565840529, + "density": 874.6337526391525, + "uC": -0.07670682324504369, + "vC": -0.45082886643608155, + "u10": -0.07670682324504369, + "v10": -0.45082886643608155, + "id": "1865" + }, + { + "geometry": "POLYGON ((-10 -5.625, -10 -5.3125, -9.6875 -5.3125, -9.6875 -5.625, -10 -5.625))", + "cx": -9.84375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 24.442832795264565, + "elevation": -19.384184652730987, + "thickness": 1.0383926441517428, + "density": 884.2204728309168, + "uC": 0.15399626579777287, + "vC": -0.5330048106079951, + "u10": 0.15399626579777287, + "v10": -0.5330048106079951, + "id": "1866" + }, + { + "geometry": "POLYGON ((-9.6875 -5.625, -9.6875 -5.3125, -9.375 -5.3125, -9.375 -5.625, -9.6875 -5.625))", + "cx": -9.53125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.262769142732466, + "elevation": -23.94205161776052, + "thickness": 1.050021544903912, + "density": 876.4811036178074, + "uC": 0.1500259685243207, + "vC": -0.530912922597328, + "u10": 0.1500259685243207, + "v10": -0.530912922597328, + "id": "1867" + }, + { + "geometry": "POLYGON ((-8.125 -5.3125, -8.125 -5, -7.8125 -5, -7.8125 -5.3125, -8.125 -5.3125))", + "cx": -7.96875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.2137464099728, + "elevation": -20.573979514889693, + "thickness": 0.991762747285077, + "density": 874.2004043436466, + "uC": -0.1653222226322048, + "vC": -0.42248654443649303, + "u10": -0.1653222226322048, + "v10": -0.42248654443649303, + "id": "1868" + }, + { + "geometry": "POLYGON ((-7.8125 -5.3125, -7.8125 -5, -7.5 -5, -7.5 -5.3125, -7.8125 -5.3125))", + "cx": -7.65625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.79363076472188, + "elevation": -10.796820680905888, + "thickness": 1.0236968973079226, + "density": 875.98682781047, + "uC": -0.1965400403630847, + "vC": -0.3833977792062587, + "u10": -0.1965400403630847, + "v10": -0.3833977792062587, + "id": "1869" + }, + { + "geometry": "POLYGON ((-8.125 -5.625, -8.125 -5.3125, -7.8125 -5.3125, -7.8125 -5.625, -8.125 -5.625))", + "cx": -7.96875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.1275371554692, + "elevation": -23.385123812693884, + "thickness": 1.0602852073010687, + "density": 875.5712075708354, + "uC": -0.1690731500458944, + "vC": -0.45468811405855547, + "u10": -0.1690731500458944, + "v10": -0.45468811405855547, + "id": "1870" + }, + { + "geometry": "POLYGON ((-7.8125 -5.625, -7.8125 -5.3125, -7.5 -5.3125, -7.5 -5.625, -7.8125 -5.625))", + "cx": -7.65625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.072582534372756, + "elevation": -15.104235684351927, + "thickness": 1.0621510469461235, + "density": 880.121101193515, + "uC": -0.18629721508428038, + "vC": -0.42307023799691035, + "u10": -0.18629721508428038, + "v10": -0.42307023799691035, + "id": "1871" + }, + { + "geometry": "POLYGON ((-8.75 -0.3125, -8.75 0, -8.4375 0, -8.4375 -0.3125, -8.75 -0.3125))", + "cx": -8.59375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.00792785225512, + "elevation": -19.88493838091762, + "thickness": 1.1270830162758236, + "density": 898.2408906451559, + "uC": 0.2585133572502637, + "vC": -0.3923261301609769, + "u10": 0.2585133572502637, + "v10": -0.3923261301609769, + "id": "1872" + }, + { + "geometry": "POLYGON ((-8.4375 -0.3125, -8.4375 0, -8.125 0, -8.125 -0.3125, -8.4375 -0.3125))", + "cx": -8.28125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.71427635041927, + "elevation": -11.36501793122876, + "thickness": 1.0772957307679611, + "density": 896.7712975642557, + "uC": 0.39468564736753964, + "vC": -0.4161206923274562, + "u10": 0.39468564736753964, + "v10": -0.4161206923274562, + "id": "1873" + }, + { + "geometry": "POLYGON ((-8.75 -0.625, -8.75 -0.3125, -8.4375 -0.3125, -8.4375 -0.625, -8.75 -0.625))", + "cx": -8.59375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.11588200367365, + "elevation": -23.74025653397153, + "thickness": 1.1027398049919772, + "density": 886.735266735458, + "uC": 0.3455389332965071, + "vC": -0.37212457030975093, + "u10": 0.3455389332965071, + "v10": -0.37212457030975093, + "id": "1874" + }, + { + "geometry": "POLYGON ((-8.4375 -0.625, -8.4375 -0.3125, -8.125 -0.3125, -8.125 -0.625, -8.4375 -0.625))", + "cx": -8.28125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.912674945296374, + "elevation": -18.331792758687023, + "thickness": 1.0919863531187093, + "density": 890.3763557470459, + "uC": 0.30922386765060245, + "vC": -0.5204367404747415, + "u10": 0.30922386765060245, + "v10": -0.5204367404747415, + "id": "1875" + }, + { + "geometry": "POLYGON ((-8.125 -0.3125, -8.125 0, -7.8125 0, -7.8125 -0.3125, -8.125 -0.3125))", + "cx": -7.96875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.81829440486118, + "elevation": -11.3720569413778, + "thickness": 1.0397910803740782, + "density": 903.3630778475932, + "uC": 0.3401300516890242, + "vC": -0.44004073823543044, + "u10": 0.3401300516890242, + "v10": -0.44004073823543044, + "id": "1876" + }, + { + "geometry": "POLYGON ((-7.8125 -0.3125, -7.8125 0, -7.5 0, -7.5 -0.3125, -7.8125 -0.3125))", + "cx": -7.65625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.176035137449446, + "elevation": -12.314884527637021, + "thickness": 1.0573508240427776, + "density": 899.0702828974853, + "uC": 0.3838973692154034, + "vC": -0.37628506781492127, + "u10": 0.3838973692154034, + "v10": -0.37628506781492127, + "id": "1877" + }, + { + "geometry": "POLYGON ((-8.125 -0.625, -8.125 -0.3125, -7.8125 -0.3125, -7.8125 -0.625, -8.125 -0.625))", + "cx": -7.96875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.851146379256875, + "elevation": -7.122130806248314, + "thickness": 1.0324230297010542, + "density": 897.2377770563493, + "uC": 0.1401529180738564, + "vC": -0.5079015447838772, + "u10": 0.1401529180738564, + "v10": -0.5079015447838772, + "id": "1878" + }, + { + "geometry": "POLYGON ((-7.8125 -0.625, -7.8125 -0.3125, -7.5 -0.3125, -7.5 -0.625, -7.8125 -0.625))", + "cx": -7.65625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.07611655054441, + "elevation": 2.171862193281419, + "thickness": 1.019007484352001, + "density": 897.5803860742625, + "uC": 0.1757943777294911, + "vC": -0.49297503454072256, + "u10": 0.1757943777294911, + "v10": -0.49297503454072256, + "id": "1879" + }, + { + "geometry": "POLYGON ((-8.125 -0.9375, -8.125 -0.625, -7.8125 -0.625, -7.8125 -0.9375, -8.125 -0.9375))", + "cx": -7.96875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.96417427349363, + "elevation": -16.123624553018225, + "thickness": 1.0591280164276862, + "density": 892.4263919134693, + "uC": 0.20042662038163378, + "vC": -0.5441589136566162, + "u10": 0.20042662038163378, + "v10": -0.5441589136566162, + "id": "1880" + }, + { + "geometry": "POLYGON ((-7.8125 -0.9375, -7.8125 -0.625, -7.5 -0.625, -7.5 -0.9375, -7.8125 -0.9375))", + "cx": -7.65625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.960141932137745, + "elevation": 2.1887857112210503, + "thickness": 1.0484522179929374, + "density": 893.1661280314779, + "uC": 0.1952757208524043, + "vC": -0.5327044160334873, + "u10": 0.1952757208524043, + "v10": -0.5327044160334873, + "id": "1881" + }, + { + "geometry": "POLYGON ((-8.125 -1.25, -8.125 -0.9375, -7.8125 -0.9375, -7.8125 -1.25, -8.125 -1.25))", + "cx": -7.96875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.17192024445073, + "elevation": -29.947787284380567, + "thickness": 1.0498946840001766, + "density": 884.1316837227344, + "uC": 0.21953560972195324, + "vC": -0.5676714360006673, + "u10": 0.21953560972195324, + "v10": -0.5676714360006673, + "id": "1882" + }, + { + "geometry": "POLYGON ((-7.8125 -1.25, -7.8125 -0.9375, -7.5 -0.9375, -7.5 -1.25, -7.8125 -1.25))", + "cx": -7.65625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.59125395752861, + "elevation": -20.010396131622574, + "thickness": 1.0394724445762036, + "density": 887.6100316584138, + "uC": 0.29890009987105765, + "vC": -0.5005068841543885, + "u10": 0.29890009987105765, + "v10": -0.5005068841543885, + "id": "1883" + }, + { + "geometry": "POLYGON ((-8.125 -2.1875, -8.125 -1.875, -7.8125 -1.875, -7.8125 -2.1875, -8.125 -2.1875))", + "cx": -7.96875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.30154705252782, + "elevation": -37.626507818227026, + "thickness": 1.0139033787340117, + "density": 896.9834349281807, + "uC": -0.004981700077294651, + "vC": -0.2895884760761812, + "u10": -0.004981700077294651, + "v10": -0.2895884760761812, + "id": "1884" + }, + { + "geometry": "POLYGON ((-7.8125 -2.1875, -7.8125 -1.875, -7.5 -1.875, -7.5 -2.1875, -7.8125 -2.1875))", + "cx": -7.65625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.89090280032907, + "elevation": -22.761405744415352, + "thickness": 1.0031484343020385, + "density": 892.2438886619339, + "uC": 0.031105144309317986, + "vC": -0.39393430149631925, + "u10": 0.031105144309317986, + "v10": -0.39393430149631925, + "id": "1885" + }, + { + "geometry": "POLYGON ((-8.125 -2.5, -8.125 -2.1875, -7.8125 -2.1875, -7.8125 -2.5, -8.125 -2.5))", + "cx": -7.96875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.78956361263109, + "elevation": -22.169305357742502, + "thickness": 1.0386047416521302, + "density": 892.9954604534738, + "uC": -0.013176639827341699, + "vC": -0.3517621889893102, + "u10": -0.013176639827341699, + "v10": -0.3517621889893102, + "id": "1886" + }, + { + "geometry": "POLYGON ((-7.8125 -2.5, -7.8125 -2.1875, -7.5 -2.1875, -7.5 -2.5, -7.8125 -2.5))", + "cx": -7.65625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.88403601688691, + "elevation": -11.158562149670354, + "thickness": 1.0186335705330756, + "density": 891.6806818511768, + "uC": 0.08991540428119732, + "vC": -0.4159930983547311, + "u10": 0.08991540428119732, + "v10": -0.4159930983547311, + "id": "1887" + }, + { + "geometry": "POLYGON ((-9.375 -2.8125, -9.375 -2.5, -9.0625 -2.5, -9.0625 -2.8125, -9.375 -2.8125))", + "cx": -9.21875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.006727846134254, + "elevation": -19.125616370184197, + "thickness": 0.9358081479472897, + "density": 872.146698849448, + "uC": -0.07127506861565638, + "vC": -0.4940793960481903, + "u10": -0.07127506861565638, + "v10": -0.4940793960481903, + "id": "1888" + }, + { + "geometry": "POLYGON ((-9.0625 -2.8125, -9.0625 -2.5, -8.75 -2.5, -8.75 -2.8125, -9.0625 -2.8125))", + "cx": -8.90625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.735462918458694, + "elevation": -24.7659586131493, + "thickness": 0.9325499294747057, + "density": 874.7837639733718, + "uC": -0.09988604414402032, + "vC": -0.447378314511774, + "u10": -0.09988604414402032, + "v10": -0.447378314511774, + "id": "1889" + }, + { + "geometry": "POLYGON ((-9.375 -3.125, -9.375 -2.8125, -9.0625 -2.8125, -9.0625 -3.125, -9.375 -3.125))", + "cx": -9.21875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.025816151656777, + "elevation": -20.285165085217912, + "thickness": 0.8884744026944422, + "density": 875.8161513302738, + "uC": -0.1519455938238419, + "vC": -0.4247984097713874, + "u10": -0.1519455938238419, + "v10": -0.4247984097713874, + "id": "1890" + }, + { + "geometry": "POLYGON ((-9.0625 -3.125, -9.0625 -2.8125, -8.75 -2.8125, -8.75 -3.125, -9.0625 -3.125))", + "cx": -8.90625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.731824801885786, + "elevation": -18.096391079683222, + "thickness": 0.8505607358863994, + "density": 871.8878056301855, + "uC": -0.06213406889697009, + "vC": -0.3951287509030448, + "u10": -0.06213406889697009, + "v10": -0.3951287509030448, + "id": "1891" + }, + { + "geometry": "POLYGON ((-9.375 -3.4375, -9.375 -3.125, -9.0625 -3.125, -9.0625 -3.4375, -9.375 -3.4375))", + "cx": -9.21875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.540876786507937, + "elevation": -17.31225559255946, + "thickness": 0.8600658228025664, + "density": 874.8136243285292, + "uC": -0.12907720308529663, + "vC": -0.3902366252130821, + "u10": -0.12907720308529663, + "v10": -0.3902366252130821, + "id": "1892" + }, + { + "geometry": "POLYGON ((-9.0625 -3.4375, -9.0625 -3.125, -8.75 -3.125, -8.75 -3.4375, -9.0625 -3.4375))", + "cx": -8.90625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.53979399905157, + "elevation": -16.44315152470486, + "thickness": 0.855919577560485, + "density": 874.5850212662822, + "uC": 0.0031920643110257153, + "vC": -0.38434093720278395, + "u10": 0.0031920643110257153, + "v10": -0.38434093720278395, + "id": "1893" + }, + { + "geometry": "POLYGON ((-9.375 -3.75, -9.375 -3.4375, -9.0625 -3.4375, -9.0625 -3.75, -9.375 -3.75))", + "cx": -9.21875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.00028871487569, + "elevation": -17.408043112407583, + "thickness": 0.8853503540603858, + "density": 877.2090226727181, + "uC": -0.10077027344344411, + "vC": -0.3160542045746839, + "u10": -0.10077027344344411, + "v10": -0.3160542045746839, + "id": "1894" + }, + { + "geometry": "POLYGON ((-9.0625 -3.75, -9.0625 -3.4375, -8.75 -3.4375, -8.75 -3.75, -9.0625 -3.75))", + "cx": -8.90625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.05203095280064, + "elevation": -14.922643065664928, + "thickness": 0.9220496910420324, + "density": 882.9472790662488, + "uC": 0.007542498650869103, + "vC": -0.3395393134621141, + "u10": 0.007542498650869103, + "v10": -0.3395393134621141, + "id": "1895" + }, + { + "geometry": "POLYGON ((-8.75 -2.8125, -8.75 -2.5, -8.4375 -2.5, -8.4375 -2.8125, -8.75 -2.8125))", + "cx": -8.59375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.07112558243836, + "elevation": -27.32878984634997, + "thickness": 0.9128067679238301, + "density": 885.0417238908954, + "uC": -0.17254055094643628, + "vC": -0.33875474534927963, + "u10": -0.17254055094643628, + "v10": -0.33875474534927963, + "id": "1896" + }, + { + "geometry": "POLYGON ((-8.4375 -2.8125, -8.4375 -2.5, -8.125 -2.5, -8.125 -2.8125, -8.4375 -2.8125))", + "cx": -8.28125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.55662626641378, + "elevation": -22.793206712510678, + "thickness": 0.9363193690409273, + "density": 896.0694804442314, + "uC": -0.25312713156255023, + "vC": -0.31279127268258206, + "u10": -0.25312713156255023, + "v10": -0.31279127268258206, + "id": "1897" + }, + { + "geometry": "POLYGON ((-8.75 -3.125, -8.75 -2.8125, -8.4375 -2.8125, -8.4375 -3.125, -8.75 -3.125))", + "cx": -8.59375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.39167536317031, + "elevation": -19.278778611577273, + "thickness": 0.8814752403519368, + "density": 875.4119063722305, + "uC": -0.13006629042211337, + "vC": -0.34076433674144474, + "u10": -0.13006629042211337, + "v10": -0.34076433674144474, + "id": "1898" + }, + { + "geometry": "POLYGON ((-8.4375 -3.125, -8.4375 -2.8125, -8.125 -2.8125, -8.125 -3.125, -8.4375 -3.125))", + "cx": -8.28125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.840179734970896, + "elevation": -11.107013766126116, + "thickness": 0.9177006459836592, + "density": 886.2119548623145, + "uC": -0.1113929524444923, + "vC": -0.3271033739929863, + "u10": -0.1113929524444923, + "v10": -0.3271033739929863, + "id": "1899" + }, + { + "geometry": "POLYGON ((-8.125 -2.8125, -8.125 -2.5, -7.8125 -2.5, -7.8125 -2.8125, -8.125 -2.8125))", + "cx": -7.96875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.87873594358494, + "elevation": -11.661785793053681, + "thickness": 1.0193418628835003, + "density": 896.4811388383281, + "uC": 0.0022778812771099763, + "vC": -0.37853271429735297, + "u10": 0.0022778812771099763, + "v10": -0.37853271429735297, + "id": "1900" + }, + { + "geometry": "POLYGON ((-7.8125 -2.8125, -7.8125 -2.5, -7.5 -2.5, -7.5 -2.8125, -7.8125 -2.8125))", + "cx": -7.65625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.55103595522011, + "elevation": 2.6766032350837383, + "thickness": 0.9829960557623523, + "density": 888.7576035909653, + "uC": 0.13579314114441074, + "vC": -0.34438167726080576, + "u10": 0.13579314114441074, + "v10": -0.34438167726080576, + "id": "1901" + }, + { + "geometry": "POLYGON ((-8.125 -3.125, -8.125 -2.8125, -7.8125 -2.8125, -7.8125 -3.125, -8.125 -3.125))", + "cx": -7.96875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.48562264723296, + "elevation": -4.935930631102632, + "thickness": 0.9690572316549939, + "density": 882.89103471931, + "uC": 0.08844079788924877, + "vC": -0.33948102366166544, + "u10": 0.08844079788924877, + "v10": -0.33948102366166544, + "id": "1902" + }, + { + "geometry": "POLYGON ((-7.8125 -3.125, -7.8125 -2.8125, -7.5 -2.8125, -7.5 -3.125, -7.8125 -3.125))", + "cx": -7.65625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.254984553124814, + "elevation": 6.9022694027194955, + "thickness": 0.968130863630418, + "density": 879.0741836910968, + "uC": 0.23421480923652746, + "vC": -0.2073605516075873, + "u10": 0.23421480923652746, + "v10": -0.2073605516075873, + "id": "1903" + }, + { + "geometry": "POLYGON ((-8.75 -3.4375, -8.75 -3.125, -8.4375 -3.125, -8.4375 -3.4375, -8.75 -3.4375))", + "cx": -8.59375, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.40995173690713, + "elevation": -12.151606714661513, + "thickness": 0.9207965483149445, + "density": 870.7585564132685, + "uC": -0.002913220309804253, + "vC": -0.37245370909736153, + "u10": -0.002913220309804253, + "v10": -0.37245370909736153, + "id": "1904" + }, + { + "geometry": "POLYGON ((-8.4375 -3.4375, -8.4375 -3.125, -8.125 -3.125, -8.125 -3.4375, -8.4375 -3.4375))", + "cx": -8.28125, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.36946518150953, + "elevation": -14.126270632555253, + "thickness": 0.9461354721469067, + "density": 876.7517454699563, + "uC": 0.11689173394728829, + "vC": -0.3112990550150729, + "u10": 0.11689173394728829, + "v10": -0.3112990550150729, + "id": "1905" + }, + { + "geometry": "POLYGON ((-8.75 -3.75, -8.75 -3.4375, -8.4375 -3.4375, -8.4375 -3.75, -8.75 -3.75))", + "cx": -8.59375, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 34.36972782233762, + "elevation": -11.513583971641516, + "thickness": 0.9087453400563509, + "density": 877.7738865514891, + "uC": 0.17066285644022494, + "vC": -0.3674247167302644, + "u10": 0.17066285644022494, + "v10": -0.3674247167302644, + "id": "1906" + }, + { + "geometry": "POLYGON ((-8.4375 -3.75, -8.4375 -3.4375, -8.125 -3.4375, -8.125 -3.75, -8.4375 -3.75))", + "cx": -8.28125, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.23320465572489, + "elevation": -6.556146784348312, + "thickness": 0.9313112566130135, + "density": 870.4432120012232, + "uC": 0.2759215916988875, + "vC": -0.33088928488453495, + "u10": 0.2759215916988875, + "v10": -0.33088928488453495, + "id": "1907" + }, + { + "geometry": "POLYGON ((-8.125 -3.4375, -8.125 -3.125, -7.8125 -3.125, -7.8125 -3.4375, -8.125 -3.4375))", + "cx": -7.96875, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.60014610955301, + "elevation": -6.924065591208857, + "thickness": 0.9499737288014192, + "density": 875.9352787034956, + "uC": 0.1952633279489882, + "vC": -0.29320881351544203, + "u10": 0.1952633279489882, + "v10": -0.29320881351544203, + "id": "1908" + }, + { + "geometry": "POLYGON ((-7.8125 -3.4375, -7.8125 -3.125, -7.5 -3.125, -7.5 -3.4375, -7.8125 -3.4375))", + "cx": -7.65625, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.15595052468878, + "elevation": 9.959346260432955, + "thickness": 0.9326607736535317, + "density": 879.1304820756809, + "uC": 0.31482191548954475, + "vC": -0.15891049259866222, + "u10": 0.31482191548954475, + "v10": -0.15891049259866222, + "id": "1909" + }, + { + "geometry": "POLYGON ((-8.125 -3.75, -8.125 -3.4375, -7.8125 -3.4375, -7.8125 -3.75, -8.125 -3.75))", + "cx": -7.96875, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.05036639801122, + "elevation": -1.0974733659535376, + "thickness": 0.9282487291864334, + "density": 875.6112311962597, + "uC": 0.3087106079193159, + "vC": -0.32522235826137025, + "u10": 0.3087106079193159, + "v10": -0.32522235826137025, + "id": "1910" + }, + { + "geometry": "POLYGON ((-7.8125 -3.75, -7.8125 -3.4375, -7.5 -3.4375, -7.5 -3.75, -7.8125 -3.75))", + "cx": -7.65625, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.74781636706756, + "elevation": 7.5391259210083295, + "thickness": 0.905385631294439, + "density": 882.1328238695808, + "uC": 0.30984335068549146, + "vC": -0.3117647302043022, + "u10": 0.30984335068549146, + "v10": -0.3117647302043022, + "id": "1911" + }, + { + "geometry": "POLYGON ((-10 -4.0625, -10 -3.75, -9.6875 -3.75, -9.6875 -4.0625, -10 -4.0625))", + "cx": -9.84375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 19.673310262821296, + "elevation": -22.065892178525207, + "thickness": 0.9452552707267124, + "density": 869.6642399730899, + "uC": -0.2696495788146565, + "vC": -0.2827902810080828, + "u10": -0.2696495788146565, + "v10": -0.2827902810080828, + "id": "1912" + }, + { + "geometry": "POLYGON ((-9.6875 -4.0625, -9.6875 -3.75, -9.375 -3.75, -9.375 -4.0625, -9.6875 -4.0625))", + "cx": -9.53125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.108126793542045, + "elevation": -19.786398990654952, + "thickness": 0.9013080635508284, + "density": 868.8246987964087, + "uC": -0.3396620848619542, + "vC": -0.18856562630452592, + "u10": -0.3396620848619542, + "v10": -0.18856562630452592, + "id": "1913" + }, + { + "geometry": "POLYGON ((-10 -4.375, -10 -4.0625, -9.6875 -4.0625, -9.6875 -4.375, -10 -4.375))", + "cx": -9.84375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 17.700887680091313, + "elevation": -12.325810360315248, + "thickness": 0.9576595831371454, + "density": 868.207752752361, + "uC": -0.23099906097637657, + "vC": -0.29786402617224655, + "u10": -0.23099906097637657, + "v10": -0.29786402617224655, + "id": "1914" + }, + { + "geometry": "POLYGON ((-9.6875 -4.375, -9.6875 -4.0625, -9.375 -4.0625, -9.375 -4.375, -9.6875 -4.375))", + "cx": -9.53125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 24.48034154973039, + "elevation": -21.129837786702694, + "thickness": 0.939029232500078, + "density": 867.4512405999728, + "uC": -0.29264494297008964, + "vC": -0.24765707203588594, + "u10": -0.29264494297008964, + "v10": -0.24765707203588594, + "id": "1915" + }, + { + "geometry": "POLYGON ((-9.375 -4.0625, -9.375 -3.75, -9.0625 -3.75, -9.0625 -4.0625, -9.375 -4.0625))", + "cx": -9.21875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 24.77360974982767, + "elevation": -20.779091202336765, + "thickness": 0.9128374284619878, + "density": 871.2342925673261, + "uC": -0.14613326861139841, + "vC": -0.3015940338944948, + "u10": -0.14613326861139841, + "v10": -0.3015940338944948, + "id": "1916" + }, + { + "geometry": "POLYGON ((-9.0625 -4.0625, -9.0625 -3.75, -8.75 -3.75, -8.75 -4.0625, -9.0625 -4.0625))", + "cx": -8.90625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.371426040359392, + "elevation": -14.157290509625195, + "thickness": 0.917257653889912, + "density": 872.9218626129584, + "uC": 0.026697982462831345, + "vC": -0.36358345922545043, + "u10": 0.026697982462831345, + "v10": -0.36358345922545043, + "id": "1917" + }, + { + "geometry": "POLYGON ((-9.375 -4.375, -9.375 -4.0625, -9.0625 -4.0625, -9.0625 -4.375, -9.375 -4.375))", + "cx": -9.21875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 28.791906477106973, + "elevation": -21.06429221822006, + "thickness": 0.9232124931864838, + "density": 869.4582472563118, + "uC": -0.18138328726786113, + "vC": -0.24700050814773022, + "u10": -0.18138328726786113, + "v10": -0.24700050814773022, + "id": "1918" + }, + { + "geometry": "POLYGON ((-9.0625 -4.375, -9.0625 -4.0625, -8.75 -4.0625, -8.75 -4.375, -9.0625 -4.375))", + "cx": -8.90625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.67849684656514, + "elevation": -20.748088531640093, + "thickness": 0.9224960715158638, + "density": 867.908730650195, + "uC": -0.07957038577783154, + "vC": -0.39333753632550367, + "u10": -0.07957038577783154, + "v10": -0.39333753632550367, + "id": "1919" + }, + { + "geometry": "POLYGON ((-10 -4.6875, -10 -4.375, -9.6875 -4.375, -9.6875 -4.6875, -10 -4.6875))", + "cx": -9.84375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 18.376242422680296, + "elevation": -13.45342490032492, + "thickness": 0.9573783809755035, + "density": 869.972395391677, + "uC": -0.2213906029722264, + "vC": -0.30283505692400475, + "u10": -0.2213906029722264, + "v10": -0.30283505692400475, + "id": "1920" + }, + { + "geometry": "POLYGON ((-9.6875 -4.6875, -9.6875 -4.375, -9.375 -4.375, -9.375 -4.6875, -9.6875 -4.6875))", + "cx": -9.53125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.075919325445312, + "elevation": -16.142073443521497, + "thickness": 0.9684399939331745, + "density": 870.9628669314716, + "uC": -0.22812678544352022, + "vC": -0.2782448942873588, + "u10": -0.22812678544352022, + "v10": -0.2782448942873588, + "id": "1921" + }, + { + "geometry": "POLYGON ((-10 -5, -10 -4.6875, -9.6875 -4.6875, -9.6875 -5, -10 -5))", + "cx": -9.84375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 22.90750750833129, + "elevation": -8.347849892041465, + "thickness": 0.9901131210658168, + "density": 878.3074699303985, + "uC": 0.0111082768241698, + "vC": -0.36403166128627423, + "u10": 0.0111082768241698, + "v10": -0.36403166128627423, + "id": "1922" + }, + { + "geometry": "POLYGON ((-9.6875 -5, -9.6875 -4.6875, -9.375 -4.6875, -9.375 -5, -9.6875 -5))", + "cx": -9.53125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.423915365077107, + "elevation": -18.711712056305764, + "thickness": 0.9715534516619999, + "density": 874.0755673372109, + "uC": -0.020298265980677244, + "vC": -0.3714920859276635, + "u10": -0.020298265980677244, + "v10": -0.3714920859276635, + "id": "1923" + }, + { + "geometry": "POLYGON ((-8.75 -4.0625, -8.75 -3.75, -8.4375 -3.75, -8.4375 -4.0625, -8.75 -4.0625))", + "cx": -8.59375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 28.813430231159547, + "elevation": -12.983730575661996, + "thickness": 0.9237340365890825, + "density": 877.140053781918, + "uC": 0.08448750357937618, + "vC": -0.4036951575019039, + "u10": 0.08448750357937618, + "v10": -0.4036951575019039, + "id": "1924" + }, + { + "geometry": "POLYGON ((-8.4375 -4.0625, -8.4375 -3.75, -8.125 -3.75, -8.125 -4.0625, -8.4375 -4.0625))", + "cx": -8.28125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.260525520101005, + "elevation": -4.403886013205819, + "thickness": 0.9139568066842703, + "density": 877.4310600395904, + "uC": 0.1621469006492859, + "vC": -0.4532723013270694, + "u10": 0.1621469006492859, + "v10": -0.4532723013270694, + "id": "1925" + }, + { + "geometry": "POLYGON ((-8.75 -4.375, -8.75 -4.0625, -8.4375 -4.0625, -8.4375 -4.375, -8.75 -4.375))", + "cx": -8.59375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.11672571196512, + "elevation": -22.92766365565168, + "thickness": 0.9286488329114624, + "density": 877.1310054438381, + "uC": -0.08902721144712208, + "vC": -0.3944099888742042, + "u10": -0.08902721144712208, + "v10": -0.3944099888742042, + "id": "1926" + }, + { + "geometry": "POLYGON ((-8.4375 -4.375, -8.4375 -4.0625, -8.125 -4.0625, -8.125 -4.375, -8.4375 -4.375))", + "cx": -8.28125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.1520821612058, + "elevation": -20.05510818542001, + "thickness": 0.9157033016928341, + "density": 880.2980077161708, + "uC": -0.03126676326962647, + "vC": -0.42202973666510957, + "u10": -0.03126676326962647, + "v10": -0.42202973666510957, + "id": "1927" + }, + { + "geometry": "POLYGON ((-8.125 -4.0625, -8.125 -3.75, -7.8125 -3.75, -7.8125 -4.0625, -8.125 -4.0625))", + "cx": -7.96875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.585383646698205, + "elevation": -6.727018072061526, + "thickness": 0.9263590915132014, + "density": 883.3377754788335, + "uC": 0.28617045482363845, + "vC": -0.39281783884894644, + "u10": 0.28617045482363845, + "v10": -0.39281783884894644, + "id": "1928" + }, + { + "geometry": "POLYGON ((-7.8125 -4.0625, -7.8125 -3.75, -7.5 -3.75, -7.5 -4.0625, -7.8125 -4.0625))", + "cx": -7.65625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.89633776911545, + "elevation": 1.2259851281823604, + "thickness": 0.9623384060945304, + "density": 883.0271574839394, + "uC": 0.2831431820282619, + "vC": -0.35817543978230626, + "u10": 0.2831431820282619, + "v10": -0.35817543978230626, + "id": "1929" + }, + { + "geometry": "POLYGON ((-8.125 -4.375, -8.125 -4.0625, -7.8125 -4.0625, -7.8125 -4.375, -8.125 -4.375))", + "cx": -7.96875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.850824585710946, + "elevation": -13.177763899492621, + "thickness": 0.9174998998045802, + "density": 879.7938232554022, + "uC": 0.15112323933835176, + "vC": -0.44545906585137407, + "u10": 0.15112323933835176, + "v10": -0.44545906585137407, + "id": "1930" + }, + { + "geometry": "POLYGON ((-7.8125 -4.375, -7.8125 -4.0625, -7.5 -4.0625, -7.5 -4.375, -7.8125 -4.375))", + "cx": -7.65625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.177400462068974, + "elevation": -9.34748336178689, + "thickness": 0.9395422899777561, + "density": 874.3886385313526, + "uC": 0.2651473574569327, + "vC": -0.4391505025699578, + "u10": 0.2651473574569327, + "v10": -0.4391505025699578, + "id": "1931" + }, + { + "geometry": "POLYGON ((-8.125 -4.6875, -8.125 -4.375, -7.8125 -4.375, -7.8125 -4.6875, -8.125 -4.6875))", + "cx": -7.96875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.02782362366334, + "elevation": -22.88858168286577, + "thickness": 0.9417475143372873, + "density": 874.9056235551261, + "uC": -0.0016243078703370266, + "vC": -0.5236319799535276, + "u10": -0.0016243078703370266, + "v10": -0.5236319799535276, + "id": "1932" + }, + { + "geometry": "POLYGON ((-7.8125 -4.6875, -7.8125 -4.375, -7.5 -4.375, -7.5 -4.6875, -7.8125 -4.6875))", + "cx": -7.65625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.779132474930464, + "elevation": -14.250679584613845, + "thickness": 0.9372475673950884, + "density": 874.1043108384192, + "uC": 0.0347352944839817, + "vC": -0.54078844349528, + "u10": 0.0347352944839817, + "v10": -0.54078844349528, + "id": "1933" + }, + { + "geometry": "POLYGON ((-8.125 -5, -8.125 -4.6875, -7.8125 -4.6875, -7.8125 -5, -8.125 -5))", + "cx": -7.96875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.97912282507647, + "elevation": -19.32836828292845, + "thickness": 0.9605305457987194, + "density": 877.5169679380115, + "uC": -0.14615230908944848, + "vC": -0.45163652214917616, + "u10": -0.14615230908944848, + "v10": -0.45163652214917616, + "id": "1934" + }, + { + "geometry": "POLYGON ((-7.8125 -5, -7.8125 -4.6875, -7.5 -4.6875, -7.5 -5, -7.8125 -5))", + "cx": -7.65625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.54299817765721, + "elevation": -11.245529074261318, + "thickness": 0.9627243240200505, + "density": 876.0204192938451, + "uC": -0.2227342790776244, + "vC": -0.4293193393280992, + "u10": -0.2227342790776244, + "v10": -0.4293193393280992, + "id": "1935" + }, + { + "geometry": "POLYGON ((-6.25 -2.8125, -6.25 -2.5, -5.9375 -2.5, -5.9375 -2.8125, -6.25 -2.8125))", + "cx": -6.09375, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 65.73128796467736, + "elevation": 16.60666092903185, + "thickness": 0.9048751216930433, + "density": 892.4067000967569, + "uC": 0.3765255653048399, + "vC": -0.2209692335841537, + "u10": 0.3765255653048399, + "v10": -0.2209692335841537, + "id": "1936" + }, + { + "geometry": "POLYGON ((-5.9375 -2.8125, -5.9375 -2.5, -5.625 -2.5, -5.625 -2.8125, -5.9375 -2.8125))", + "cx": -5.78125, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.12070305108648, + "elevation": 2.096128367098175, + "thickness": 0.879021404511705, + "density": 893.7762937540734, + "uC": 0.45734025243892984, + "vC": -0.062259417394473486, + "u10": 0.45734025243892984, + "v10": -0.062259417394473486, + "id": "1937" + }, + { + "geometry": "POLYGON ((-6.25 -3.125, -6.25 -2.8125, -5.9375 -2.8125, -5.9375 -3.125, -6.25 -3.125))", + "cx": -6.09375, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.68015559352109, + "elevation": 15.683030127390662, + "thickness": 0.9036244836739901, + "density": 889.9756487638579, + "uC": 0.4537438197250856, + "vC": -0.044400574661037015, + "u10": 0.4537438197250856, + "v10": -0.044400574661037015, + "id": "1938" + }, + { + "geometry": "POLYGON ((-5.9375 -3.125, -5.9375 -2.8125, -5.625 -2.8125, -5.625 -3.125, -5.9375 -3.125))", + "cx": -5.78125, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.1306499755885, + "elevation": -6.236848425221782, + "thickness": 0.8462345312345657, + "density": 889.7814173195527, + "uC": 0.4412360549762749, + "vC": 0.01818779239477733, + "u10": 0.4412360549762749, + "v10": 0.01818779239477733, + "id": "1939" + }, + { + "geometry": "POLYGON ((-5.625 -2.8125, -5.625 -2.5, -5.3125 -2.5, -5.3125 -2.8125, -5.625 -2.8125))", + "cx": -5.46875, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.10502453297221, + "elevation": 4.189750020605597, + "thickness": 0.8476993915095254, + "density": 890.8268100186406, + "uC": 0.41891239281726633, + "vC": -0.1203697054105593, + "u10": 0.41891239281726633, + "v10": -0.1203697054105593, + "id": "1940" + }, + { + "geometry": "POLYGON ((-5.3125 -2.8125, -5.3125 -2.5, -5 -2.5, -5 -2.8125, -5.3125 -2.8125))", + "cx": -5.15625, + "cy": -2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.0065933601379, + "elevation": 14.053760541645078, + "thickness": 0.8607125136227506, + "density": 887.8459035389292, + "uC": 0.30785379056869305, + "vC": -0.11773031883613547, + "u10": 0.30785379056869305, + "v10": -0.11773031883613547, + "id": "1941" + }, + { + "geometry": "POLYGON ((-5.625 -3.125, -5.625 -2.8125, -5.3125 -2.8125, -5.3125 -3.125, -5.625 -3.125))", + "cx": -5.46875, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.79530032913103, + "elevation": -1.599442098014205, + "thickness": 0.8340843695064968, + "density": 889.3106093931576, + "uC": 0.43673140115440867, + "vC": -0.05347188129440593, + "u10": 0.43673140115440867, + "v10": -0.05347188129440593, + "id": "1942" + }, + { + "geometry": "POLYGON ((-5.3125 -3.125, -5.3125 -2.8125, -5 -2.8125, -5 -3.125, -5.3125 -3.125))", + "cx": -5.15625, + "cy": -2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.53388149051333, + "elevation": 9.202948386276798, + "thickness": 0.8283798647948909, + "density": 885.6237173766301, + "uC": 0.35184404962060634, + "vC": -0.08837225543947091, + "u10": 0.35184404962060634, + "v10": -0.08837225543947091, + "id": "1943" + }, + { + "geometry": "POLYGON ((-7.5 -4.6875, -7.5 -4.375, -7.1875 -4.375, -7.1875 -4.6875, -7.5 -4.6875))", + "cx": -7.34375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.56983331698758, + "elevation": -2.051905608585423, + "thickness": 0.9283324886238106, + "density": 873.9648928142528, + "uC": 0.1576499311106659, + "vC": -0.5288006817363528, + "u10": 0.1576499311106659, + "v10": -0.5288006817363528, + "id": "1944" + }, + { + "geometry": "POLYGON ((-7.1875 -4.6875, -7.1875 -4.375, -6.875 -4.375, -6.875 -4.6875, -7.1875 -4.6875))", + "cx": -7.03125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.64067042923945, + "elevation": 12.369495602328946, + "thickness": 0.9985650176220622, + "density": 887.2315049975446, + "uC": 0.3233944251059727, + "vC": -0.4690020809381353, + "u10": 0.3233944251059727, + "v10": -0.4690020809381353, + "id": "1945" + }, + { + "geometry": "POLYGON ((-7.5 -5, -7.5 -4.6875, -7.1875 -4.6875, -7.1875 -5, -7.5 -5))", + "cx": -7.34375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.06975317093004, + "elevation": -11.25470980281056, + "thickness": 0.9571740479866853, + "density": 884.520048415683, + "uC": 0.10011205838193901, + "vC": -0.5196324556083213, + "u10": 0.10011205838193901, + "v10": -0.5196324556083213, + "id": "1946" + }, + { + "geometry": "POLYGON ((-7.1875 -5, -7.1875 -4.6875, -6.875 -4.6875, -6.875 -5, -7.1875 -5))", + "cx": -7.03125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.6531600650121, + "elevation": -7.239171522004328, + "thickness": 0.9946196760738433, + "density": 898.061499809342, + "uC": 0.2876917830381247, + "vC": -0.405694923037643, + "u10": 0.2876917830381247, + "v10": -0.405694923037643, + "id": "1947" + }, + { + "geometry": "POLYGON ((-6.875 -4.6875, -6.875 -4.375, -6.5625 -4.375, -6.5625 -4.6875, -6.875 -4.6875))", + "cx": -6.71875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.415709550922784, + "elevation": 2.3416641402699163, + "thickness": 1.0126997404143419, + "density": 895.2111239151251, + "uC": 0.3291763491024903, + "vC": -0.336971225887715, + "u10": 0.3291763491024903, + "v10": -0.336971225887715, + "id": "1948" + }, + { + "geometry": "POLYGON ((-6.5625 -4.6875, -6.5625 -4.375, -6.25 -4.375, -6.25 -4.6875, -6.5625 -4.6875))", + "cx": -6.40625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.96110959471636, + "elevation": -13.21150944368218, + "thickness": 0.9952846263942701, + "density": 901.7081912940089, + "uC": 0.31393278424806204, + "vC": -0.29834049767932247, + "u10": 0.31393278424806204, + "v10": -0.29834049767932247, + "id": "1949" + }, + { + "geometry": "POLYGON ((-6.875 -5, -6.875 -4.6875, -6.5625 -4.6875, -6.5625 -5, -6.875 -5))", + "cx": -6.71875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.82659857602238, + "elevation": -15.083988702182403, + "thickness": 1.0355304328775512, + "density": 903.4044311882778, + "uC": 0.2956679148766941, + "vC": -0.3483530166729043, + "u10": 0.2956679148766941, + "v10": -0.3483530166729043, + "id": "1950" + }, + { + "geometry": "POLYGON ((-6.5625 -5, -6.5625 -4.6875, -6.25 -4.6875, -6.25 -5, -6.5625 -5))", + "cx": -6.40625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.56820491401341, + "elevation": -27.593399167052876, + "thickness": 1.048224540730133, + "density": 903.6120349356078, + "uC": 0.275971870302162, + "vC": -0.3297935666142959, + "u10": 0.275971870302162, + "v10": -0.3297935666142959, + "id": "1951" + }, + { + "geometry": "POLYGON ((-6.25 -4.0625, -6.25 -3.75, -5.9375 -3.75, -5.9375 -4.0625, -6.25 -4.0625))", + "cx": -6.09375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.9350343301719, + "elevation": 19.190535171185523, + "thickness": 0.9020486229333206, + "density": 893.5899274812331, + "uC": 0.4237013885788824, + "vC": -0.2480766354367695, + "u10": 0.4237013885788824, + "v10": -0.2480766354367695, + "id": "1952" + }, + { + "geometry": "POLYGON ((-5.9375 -4.0625, -5.9375 -3.75, -5.625 -3.75, -5.625 -4.0625, -5.9375 -4.0625))", + "cx": -5.78125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.758704171634946, + "elevation": 3.9644193598887623, + "thickness": 0.8806033277029826, + "density": 894.8313115441155, + "uC": 0.44668513165049833, + "vC": -0.25112235055849513, + "u10": 0.44668513165049833, + "v10": -0.25112235055849513, + "id": "1953" + }, + { + "geometry": "POLYGON ((-6.25 -4.375, -6.25 -4.0625, -5.9375 -4.0625, -5.9375 -4.375, -6.25 -4.375))", + "cx": -6.09375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.401471637971454, + "elevation": -1.4654484779505472, + "thickness": 0.9771876659718265, + "density": 899.2189361091325, + "uC": 0.44192563685852365, + "vC": -0.24739514734882387, + "u10": 0.44192563685852365, + "v10": -0.24739514734882387, + "id": "1954" + }, + { + "geometry": "POLYGON ((-5.9375 -4.375, -5.9375 -4.0625, -5.625 -4.0625, -5.625 -4.375, -5.9375 -4.375))", + "cx": -5.78125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.661231096009075, + "elevation": -3.99706764908426, + "thickness": 0.9330222675413017, + "density": 903.5595374412628, + "uC": 0.45492553045882783, + "vC": -0.31596848605430683, + "u10": 0.45492553045882783, + "v10": -0.31596848605430683, + "id": "1955" + }, + { + "geometry": "POLYGON ((-5.625 -4.0625, -5.625 -3.75, -5.3125 -3.75, -5.3125 -4.0625, -5.625 -4.0625))", + "cx": -5.46875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.129431544723246, + "elevation": -5.522286196725691, + "thickness": 0.8865084530737378, + "density": 903.0840781372444, + "uC": 0.4852483360736976, + "vC": -0.255373552586442, + "u10": 0.4852483360736976, + "v10": -0.255373552586442, + "id": "1956" + }, + { + "geometry": "POLYGON ((-5.3125 -4.0625, -5.3125 -3.75, -5 -3.75, -5 -4.0625, -5.3125 -4.0625))", + "cx": -5.15625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.79963137573933, + "elevation": -0.45503809514179294, + "thickness": 0.8600462291525974, + "density": 898.2762461635343, + "uC": 0.4659195002338684, + "vC": -0.10280320048669657, + "u10": 0.4659195002338684, + "v10": -0.10280320048669657, + "id": "1957" + }, + { + "geometry": "POLYGON ((-5.625 -4.375, -5.625 -4.0625, -5.3125 -4.0625, -5.3125 -4.375, -5.625 -4.375))", + "cx": -5.46875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.605702340197894, + "elevation": -13.269915577105133, + "thickness": 0.9166766183995324, + "density": 900.6744644382264, + "uC": 0.5013823608441025, + "vC": -0.2991583651791598, + "u10": 0.5013823608441025, + "v10": -0.2991583651791598, + "id": "1958" + }, + { + "geometry": "POLYGON ((-5.3125 -4.375, -5.3125 -4.0625, -5 -4.0625, -5 -4.375, -5.3125 -4.375))", + "cx": -5.15625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.88904780253865, + "elevation": -9.157662760485856, + "thickness": 0.8877157733427038, + "density": 900.4171564464139, + "uC": 0.5081688059219598, + "vC": -0.17081016226795293, + "u10": 0.5081688059219598, + "v10": -0.17081016226795293, + "id": "1959" + }, + { + "geometry": "POLYGON ((-6.25 -4.6875, -6.25 -4.375, -5.9375 -4.375, -5.9375 -4.6875, -6.25 -4.6875))", + "cx": -6.09375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.63164017165373, + "elevation": -20.791401813022727, + "thickness": 1.0038156699218956, + "density": 908.805145581358, + "uC": 0.397567425185447, + "vC": -0.25329484313523815, + "u10": 0.397567425185447, + "v10": -0.25329484313523815, + "id": "1960" + }, + { + "geometry": "POLYGON ((-5.9375 -4.6875, -5.9375 -4.375, -5.625 -4.375, -5.625 -4.6875, -5.9375 -4.6875))", + "cx": -5.78125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.538077054473554, + "elevation": -21.006247671486598, + "thickness": 0.9911339768519571, + "density": 909.5631353199194, + "uC": 0.4677531929423605, + "vC": -0.29945671984163835, + "u10": 0.4677531929423605, + "v10": -0.29945671984163835, + "id": "1961" + }, + { + "geometry": "POLYGON ((-6.25 -5, -6.25 -4.6875, -5.9375 -4.6875, -5.9375 -5, -6.25 -5))", + "cx": -6.09375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.36871386154576, + "elevation": -34.192358267486966, + "thickness": 1.0084435098067437, + "density": 910.108073973081, + "uC": 0.33200962961975233, + "vC": -0.3378083111482606, + "u10": 0.33200962961975233, + "v10": -0.3378083111482606, + "id": "1962" + }, + { + "geometry": "POLYGON ((-5.9375 -5, -5.9375 -4.6875, -5.625 -4.6875, -5.625 -5, -5.9375 -5))", + "cx": -5.78125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.41406980465375, + "elevation": -30.832598469880292, + "thickness": 1.010253685795944, + "density": 909.6116689346559, + "uC": 0.39530591437161555, + "vC": -0.2905333418130735, + "u10": 0.39530591437161555, + "v10": -0.2905333418130735, + "id": "1963" + }, + { + "geometry": "POLYGON ((-5.625 -4.6875, -5.625 -4.375, -5.3125 -4.375, -5.3125 -4.6875, -5.625 -4.6875))", + "cx": -5.46875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.09444212106479, + "elevation": -17.08117452987164, + "thickness": 0.9707189793877415, + "density": 910.521797119964, + "uC": 0.5394336407398506, + "vC": -0.2286099230378554, + "u10": 0.5394336407398506, + "v10": -0.2286099230378554, + "id": "1964" + }, + { + "geometry": "POLYGON ((-5.3125 -4.6875, -5.3125 -4.375, -5 -4.375, -5 -4.6875, -5.3125 -4.6875))", + "cx": -5.15625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.83888056266358, + "elevation": -11.367866642554144, + "thickness": 0.9411515150965566, + "density": 902.8904572683982, + "uC": 0.48554623814843556, + "vC": -0.10231765240423439, + "u10": 0.48554623814843556, + "v10": -0.10231765240423439, + "id": "1965" + }, + { + "geometry": "POLYGON ((-5.625 -5, -5.625 -4.6875, -5.3125 -4.6875, -5.3125 -5, -5.625 -5))", + "cx": -5.46875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.6888832823966, + "elevation": -24.336025395846583, + "thickness": 1.0107337446292373, + "density": 918.5502836636829, + "uC": 0.5317130421633822, + "vC": -0.2135538742544142, + "u10": 0.5317130421633822, + "v10": -0.2135538742544142, + "id": "1966" + }, + { + "geometry": "POLYGON ((-5.3125 -5, -5.3125 -4.6875, -5 -4.6875, -5 -5, -5.3125 -5))", + "cx": -5.15625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.77197136031113, + "elevation": -12.471017675656135, + "thickness": 0.9621398162324272, + "density": 917.7232056631788, + "uC": 0.4640524633918249, + "vC": -0.1710645790196032, + "u10": 0.4640524633918249, + "v10": -0.1710645790196032, + "id": "1967" + }, + { + "geometry": "POLYGON ((2.5 -0.3125, 2.5 0, 2.8125 0, 2.8125 -0.3125, 2.5 -0.3125))", + "cx": 2.65625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.037271153934405, + "elevation": -18.809945483434877, + "thickness": 1.2603578747721706, + "density": 932.4368489764662, + "uC": 0.29779656577300173, + "vC": -0.39104774445286106, + "u10": 0.29779656577300173, + "v10": -0.39104774445286106, + "id": "1968" + }, + { + "geometry": "POLYGON ((2.8125 -0.3125, 2.8125 0, 3.125 0, 3.125 -0.3125, 2.8125 -0.3125))", + "cx": 2.96875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.22866552593976, + "elevation": -6.098630556401119, + "thickness": 1.2339240567230876, + "density": 930.1651907270062, + "uC": 0.07210100793814009, + "vC": -0.45713102914659914, + "u10": 0.07210100793814009, + "v10": -0.45713102914659914, + "id": "1969" + }, + { + "geometry": "POLYGON ((2.5 -0.625, 2.5 -0.3125, 2.8125 -0.3125, 2.8125 -0.625, 2.5 -0.625))", + "cx": 2.65625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.49148756972099, + "elevation": -22.245048785983155, + "thickness": 1.2125442713818297, + "density": 922.3815516254505, + "uC": 0.2588397095474645, + "vC": -0.4837644048376675, + "u10": 0.2588397095474645, + "v10": -0.4837644048376675, + "id": "1970" + }, + { + "geometry": "POLYGON ((2.8125 -0.625, 2.8125 -0.3125, 3.125 -0.3125, 3.125 -0.625, 2.8125 -0.625))", + "cx": 2.96875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.734520387925, + "elevation": -17.296425729250657, + "thickness": 1.2371649584438673, + "density": 919.575418005387, + "uC": 0.3204567243647545, + "vC": -0.49688026835937404, + "u10": 0.3204567243647545, + "v10": -0.49688026835937404, + "id": "1971" + }, + { + "geometry": "POLYGON ((3.125 -0.3125, 3.125 0, 3.4375 0, 3.4375 -0.3125, 3.125 -0.3125))", + "cx": 3.28125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.396259318185784, + "elevation": -20.47089802285457, + "thickness": 1.2031370406570678, + "density": 932.0214864422801, + "uC": 0.24431157918836677, + "vC": -0.3822925837787387, + "u10": 0.24431157918836677, + "v10": -0.3822925837787387, + "id": "1972" + }, + { + "geometry": "POLYGON ((3.4375 -0.3125, 3.4375 0, 3.75 0, 3.75 -0.3125, 3.4375 -0.3125))", + "cx": 3.59375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.967211358681745, + "elevation": -15.838554963708692, + "thickness": 1.1564310622767362, + "density": 922.7999041618459, + "uC": 0.3166780250838822, + "vC": -0.344248054140168, + "u10": 0.3166780250838822, + "v10": -0.344248054140168, + "id": "1973" + }, + { + "geometry": "POLYGON ((3.125 -0.625, 3.125 -0.3125, 3.4375 -0.3125, 3.4375 -0.625, 3.125 -0.625))", + "cx": 3.28125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.850438053412, + "elevation": -26.69568413065661, + "thickness": 1.2245512785761408, + "density": 928.3843679036556, + "uC": 0.3158918436704909, + "vC": -0.3829265213824573, + "u10": 0.3158918436704909, + "v10": -0.3829265213824573, + "id": "1974" + }, + { + "geometry": "POLYGON ((3.4375 -0.625, 3.4375 -0.3125, 3.75 -0.3125, 3.75 -0.625, 3.4375 -0.625))", + "cx": 3.59375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.46424404800857, + "elevation": -24.409365171375164, + "thickness": 1.1968935840970854, + "density": 921.9967247309106, + "uC": 0.34459276556027574, + "vC": -0.3033747834367584, + "u10": 0.34459276556027574, + "v10": -0.3033747834367584, + "id": "1975" + }, + { + "geometry": "POLYGON ((3.75 -0.3125, 3.75 0, 4.0625 0, 4.0625 -0.3125, 3.75 -0.3125))", + "cx": 3.90625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.0836886963571, + "elevation": 1.7256968443498728, + "thickness": 1.1358725567486838, + "density": 917.6856723738568, + "uC": 0.23786445635259507, + "vC": -0.29088885154166216, + "u10": 0.23786445635259507, + "v10": -0.29088885154166216, + "id": "1976" + }, + { + "geometry": "POLYGON ((4.0625 -0.3125, 4.0625 0, 4.375 0, 4.375 -0.3125, 4.0625 -0.3125))", + "cx": 4.21875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.09880419599834, + "elevation": 1.0882150886052169, + "thickness": 1.1738389051995537, + "density": 919.052206607125, + "uC": 0.2522351042737492, + "vC": -0.22535121109992132, + "u10": 0.2522351042737492, + "v10": -0.22535121109992132, + "id": "1977" + }, + { + "geometry": "POLYGON ((3.75 -0.625, 3.75 -0.3125, 4.0625 -0.3125, 4.0625 -0.625, 3.75 -0.625))", + "cx": 3.90625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.24509316084878, + "elevation": -10.01457185573122, + "thickness": 1.1624142269017277, + "density": 915.5570452762178, + "uC": 0.3234669346839224, + "vC": -0.24734194027061712, + "u10": 0.3234669346839224, + "v10": -0.24734194027061712, + "id": "1978" + }, + { + "geometry": "POLYGON ((4.0625 -0.625, 4.0625 -0.3125, 4.375 -0.3125, 4.375 -0.625, 4.0625 -0.625))", + "cx": 4.21875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.15212894425411, + "elevation": -9.712316229901976, + "thickness": 1.2065521139744535, + "density": 918.9493042759054, + "uC": 0.22499914556061984, + "vC": -0.31900492396898866, + "u10": 0.22499914556061984, + "v10": -0.31900492396898866, + "id": "1979" + }, + { + "geometry": "POLYGON ((4.375 -0.3125, 4.375 0, 4.6875 0, 4.6875 -0.3125, 4.375 -0.3125))", + "cx": 4.53125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.866090061248904, + "elevation": 8.036596186496086, + "thickness": 1.1394860862904086, + "density": 916.9960560666684, + "uC": 0.2475458375942988, + "vC": -0.19222901385269708, + "u10": 0.2475458375942988, + "v10": -0.19222901385269708, + "id": "1980" + }, + { + "geometry": "POLYGON ((4.6875 -0.3125, 4.6875 0, 5 0, 5 -0.3125, 4.6875 -0.3125))", + "cx": 4.84375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.90236707778166, + "elevation": 3.9387571971010646, + "thickness": 1.1038961086711478, + "density": 913.3138378180901, + "uC": 0.22388189263417338, + "vC": -0.1868960721982142, + "u10": 0.22388189263417338, + "v10": -0.1868960721982142, + "id": "1981" + }, + { + "geometry": "POLYGON ((4.375 -0.625, 4.375 -0.3125, 4.6875 -0.3125, 4.6875 -0.625, 4.375 -0.625))", + "cx": 4.53125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.29950696944234, + "elevation": -1.9039994507679459, + "thickness": 1.1636187770410027, + "density": 914.7039573190248, + "uC": 0.17932298664272814, + "vC": -0.20535015112057498, + "u10": 0.17932298664272814, + "v10": -0.20535015112057498, + "id": "1982" + }, + { + "geometry": "POLYGON ((4.6875 -0.625, 4.6875 -0.3125, 5 -0.3125, 5 -0.625, 4.6875 -0.625))", + "cx": 4.84375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.42618070797735, + "elevation": 1.1032929481724012, + "thickness": 1.1449781432069632, + "density": 914.22413579761, + "uC": 0.18933999470639631, + "vC": -0.15721194468524735, + "u10": 0.18933999470639631, + "v10": -0.15721194468524735, + "id": "1983" + }, + { + "geometry": "POLYGON ((3.75 -0.9375, 3.75 -0.625, 4.0625 -0.625, 4.0625 -0.9375, 3.75 -0.9375))", + "cx": 3.90625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.711029848543205, + "elevation": -26.359033056648343, + "thickness": 1.1983693473550772, + "density": 906.9309856566233, + "uC": 0.419480091250793, + "vC": -0.15716849673465905, + "u10": 0.419480091250793, + "v10": -0.15716849673465905, + "id": "1984" + }, + { + "geometry": "POLYGON ((4.0625 -0.9375, 4.0625 -0.625, 4.375 -0.625, 4.375 -0.9375, 4.0625 -0.9375))", + "cx": 4.21875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.68557464611556, + "elevation": -22.547815190475678, + "thickness": 1.1928451309848915, + "density": 907.4794075711379, + "uC": 0.3648576376870247, + "vC": -0.1560248358764911, + "u10": 0.3648576376870247, + "v10": -0.1560248358764911, + "id": "1985" + }, + { + "geometry": "POLYGON ((3.75 -1.25, 3.75 -0.9375, 4.0625 -0.9375, 4.0625 -1.25, 3.75 -1.25))", + "cx": 3.90625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.301366544220414, + "elevation": -30.19302470162415, + "thickness": 1.1628342203150384, + "density": 912.1770457361081, + "uC": 0.3471295832736008, + "vC": -0.2784155097256058, + "u10": 0.3471295832736008, + "v10": -0.2784155097256058, + "id": "1986" + }, + { + "geometry": "POLYGON ((4.0625 -1.25, 4.0625 -0.9375, 4.375 -0.9375, 4.375 -1.25, 4.0625 -1.25))", + "cx": 4.21875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.385435687199795, + "elevation": -33.4627372146531, + "thickness": 1.1548433690756927, + "density": 904.0283158753481, + "uC": 0.3512824620931009, + "vC": -0.2243144905491133, + "u10": 0.3512824620931009, + "v10": -0.2243144905491133, + "id": "1987" + }, + { + "geometry": "POLYGON ((4.375 -0.9375, 4.375 -0.625, 4.6875 -0.625, 4.6875 -0.9375, 4.375 -0.9375))", + "cx": 4.53125, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.40334951450937, + "elevation": -17.41009031272749, + "thickness": 1.1713010751021193, + "density": 905.3507717790133, + "uC": 0.2297390505082587, + "vC": -0.20883033234013718, + "u10": 0.2297390505082587, + "v10": -0.20883033234013718, + "id": "1988" + }, + { + "geometry": "POLYGON ((4.6875 -0.9375, 4.6875 -0.625, 5 -0.625, 5 -0.9375, 4.6875 -0.9375))", + "cx": 4.84375, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.95180217884637, + "elevation": -10.492215724247306, + "thickness": 1.1737606448166544, + "density": 903.3247316573816, + "uC": 0.1914983902856906, + "vC": -0.24590704482731057, + "u10": 0.1914983902856906, + "v10": -0.24590704482731057, + "id": "1989" + }, + { + "geometry": "POLYGON ((4.375 -1.25, 4.375 -0.9375, 4.6875 -0.9375, 4.6875 -1.25, 4.375 -1.25))", + "cx": 4.53125, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.22427008192264, + "elevation": -29.36408013384565, + "thickness": 1.1816442738308486, + "density": 896.8068558805712, + "uC": 0.1823021982930326, + "vC": -0.3031145613527265, + "u10": 0.1823021982930326, + "v10": -0.3031145613527265, + "id": "1990" + }, + { + "geometry": "POLYGON ((4.6875 -1.25, 4.6875 -0.9375, 5 -0.9375, 5 -1.25, 4.6875 -1.25))", + "cx": 4.84375, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.264164013267596, + "elevation": -22.325807346733487, + "thickness": 1.1864128363861774, + "density": 897.1175068249072, + "uC": 0.18546610701697258, + "vC": -0.26733032348129143, + "u10": 0.18546610701697258, + "v10": -0.26733032348129143, + "id": "1991" + }, + { + "geometry": "POLYGON ((3.75 -4.6875, 3.75 -4.375, 4.0625 -4.375, 4.0625 -4.6875, 3.75 -4.6875))", + "cx": 3.90625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.09164848097308, + "elevation": -23.767387512069632, + "thickness": 1.080101772271051, + "density": 935.224318859316, + "uC": 0.16825824931942834, + "vC": -0.27937132674359844, + "u10": 0.16825824931942834, + "v10": -0.27937132674359844, + "id": "1992" + }, + { + "geometry": "POLYGON ((4.0625 -4.6875, 4.0625 -4.375, 4.375 -4.375, 4.375 -4.6875, 4.0625 -4.6875))", + "cx": 4.21875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.12688425471558, + "elevation": -13.511408769704456, + "thickness": 1.1266589772161115, + "density": 931.2528524253466, + "uC": 0.06408074958944568, + "vC": -0.2238605107625517, + "u10": 0.06408074958944568, + "v10": -0.2238605107625517, + "id": "1993" + }, + { + "geometry": "POLYGON ((3.75 -5, 3.75 -4.6875, 4.0625 -4.6875, 4.0625 -5, 3.75 -5))", + "cx": 3.90625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.565475838764996, + "elevation": -24.214582169915865, + "thickness": 1.0680202305429578, + "density": 937.9996316980641, + "uC": 0.3223926659273269, + "vC": -0.2456176039626856, + "u10": 0.3223926659273269, + "v10": -0.2456176039626856, + "id": "1994" + }, + { + "geometry": "POLYGON ((4.0625 -5, 4.0625 -4.6875, 4.375 -4.6875, 4.375 -5, 4.0625 -5))", + "cx": 4.21875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.74287196652349, + "elevation": -16.495335662444464, + "thickness": 1.1180284002579874, + "density": 929.3501306529204, + "uC": 0.1920411992319139, + "vC": -0.2254467146027816, + "u10": 0.1920411992319139, + "v10": -0.2254467146027816, + "id": "1995" + }, + { + "geometry": "POLYGON ((4.375 -4.6875, 4.375 -4.375, 4.6875 -4.375, 4.6875 -4.6875, 4.375 -4.6875))", + "cx": 4.53125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.61298181483574, + "elevation": -11.548663518979945, + "thickness": 1.1862875820811296, + "density": 918.538008410709, + "uC": 0.15243276685528834, + "vC": -0.2013776069301668, + "u10": 0.15243276685528834, + "v10": -0.2013776069301668, + "id": "1996" + }, + { + "geometry": "POLYGON ((4.6875 -4.6875, 4.6875 -4.375, 5 -4.375, 5 -4.6875, 4.6875 -4.6875))", + "cx": 4.84375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.57538504449079, + "elevation": -15.66204670592737, + "thickness": 1.1899182718455523, + "density": 912.0618143891998, + "uC": 0.26494904956188947, + "vC": -0.2547657572993496, + "u10": 0.26494904956188947, + "v10": -0.2547657572993496, + "id": "1997" + }, + { + "geometry": "POLYGON ((4.375 -5, 4.375 -4.6875, 4.6875 -4.6875, 4.6875 -5, 4.375 -5))", + "cx": 4.53125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.15894538288639, + "elevation": -17.085875284123425, + "thickness": 1.1922381686941015, + "density": 921.8060375591722, + "uC": 0.2467405740217975, + "vC": -0.13134936202539907, + "u10": 0.2467405740217975, + "v10": -0.13134936202539907, + "id": "1998" + }, + { + "geometry": "POLYGON ((4.6875 -5, 4.6875 -4.6875, 5 -4.6875, 5 -5, 4.6875 -5))", + "cx": 4.84375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.495562981801406, + "elevation": -15.367541467545115, + "thickness": 1.176168407771125, + "density": 922.6944882822517, + "uC": 0.3100564169111347, + "vC": -0.12014112851437525, + "u10": 0.3100564169111347, + "v10": -0.12014112851437525, + "id": "1999" + }, + { + "geometry": "POLYGON ((-10 4.6875, -10 5, -9.6875 5, -9.6875 4.6875, -10 4.6875))", + "cx": -9.84375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.56591816577025, + "elevation": -8.28248443297439, + "thickness": 1.2985253244988955, + "density": 919.5597557717998, + "uC": 0.3059906482190322, + "vC": -0.5724176439659561, + "u10": 0.3059906482190322, + "v10": -0.5724176439659561, + "id": "2000" + }, + { + "geometry": "POLYGON ((-9.6875 4.6875, -9.6875 5, -9.375 5, -9.375 4.6875, -9.6875 4.6875))", + "cx": -9.53125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.81699912927553, + "elevation": -12.579018694069928, + "thickness": 1.2900309030142094, + "density": 917.564881331132, + "uC": 0.49063798979355777, + "vC": -0.40669039058606804, + "u10": 0.49063798979355777, + "v10": -0.40669039058606804, + "id": "2001" + }, + { + "geometry": "POLYGON ((-10 4.375, -10 4.6875, -9.6875 4.6875, -9.6875 4.375, -10 4.375))", + "cx": -9.84375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.2986698187973, + "elevation": 3.295244500108996, + "thickness": 1.3217916149315718, + "density": 912.356637121026, + "uC": 0.49901348506764226, + "vC": -0.34387340676620404, + "u10": 0.49901348506764226, + "v10": -0.34387340676620404, + "id": "2002" + }, + { + "geometry": "POLYGON ((-9.6875 4.375, -9.6875 4.6875, -9.375 4.6875, -9.375 4.375, -9.6875 4.375))", + "cx": -9.53125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.85346278989729, + "elevation": -9.981408299159344, + "thickness": 1.2981349409831286, + "density": 905.344459460382, + "uC": 0.6134555084984408, + "vC": -0.06338553321515933, + "u10": 0.6134555084984408, + "v10": -0.06338553321515933, + "id": "2003" + }, + { + "geometry": "POLYGON ((-9.375 4.6875, -9.375 5, -9.0625 5, -9.0625 4.6875, -9.375 4.6875))", + "cx": -9.21875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.519865429379024, + "elevation": -19.14477337920624, + "thickness": 1.2805390066875693, + "density": 922.7013039990175, + "uC": 0.6298515859732271, + "vC": -0.07589456949705797, + "u10": 0.6298515859732271, + "v10": -0.07589456949705797, + "id": "2004" + }, + { + "geometry": "POLYGON ((-9.0625 4.6875, -9.0625 5, -8.75 5, -8.75 4.6875, -9.0625 4.6875))", + "cx": -8.90625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.28540888384147, + "elevation": -23.437039492505853, + "thickness": 1.2379330679515108, + "density": 925.777065252928, + "uC": 0.6069549112661972, + "vC": 0.08270982877058906, + "u10": 0.6069549112661972, + "v10": 0.08270982877058906, + "id": "2005" + }, + { + "geometry": "POLYGON ((-9.375 4.375, -9.375 4.6875, -9.0625 4.6875, -9.0625 4.375, -9.375 4.375))", + "cx": -9.21875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.05658347621089, + "elevation": -30.181108061786507, + "thickness": 1.3074898008593054, + "density": 912.8534429443157, + "uC": 0.655997291900178, + "vC": 0.13302956599599514, + "u10": 0.655997291900178, + "v10": 0.13302956599599514, + "id": "2006" + }, + { + "geometry": "POLYGON ((-9.0625 4.375, -9.0625 4.6875, -8.75 4.6875, -8.75 4.375, -9.0625 4.375))", + "cx": -8.90625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.21621108474004, + "elevation": -30.530433800163003, + "thickness": 1.3012167897718996, + "density": 920.0125885925615, + "uC": 0.6180523885355469, + "vC": 0.08524402944941391, + "u10": 0.6180523885355469, + "v10": 0.08524402944941391, + "id": "2007" + }, + { + "geometry": "POLYGON ((-10 4.0625, -10 4.375, -9.6875 4.375, -9.6875 4.0625, -10 4.0625))", + "cx": -9.84375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.17054449596508, + "elevation": -1.9219325441625876, + "thickness": 1.3072943413369662, + "density": 914.2900845828182, + "uC": 0.5435702981912448, + "vC": -0.18085972079155851, + "u10": 0.5435702981912448, + "v10": -0.18085972079155851, + "id": "2008" + }, + { + "geometry": "POLYGON ((-9.6875 4.0625, -9.6875 4.375, -9.375 4.375, -9.375 4.0625, -9.6875 4.0625))", + "cx": -9.53125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.0353898919812, + "elevation": -13.162779146203619, + "thickness": 1.3518948512640794, + "density": 912.8752701750161, + "uC": 0.5668446099932029, + "vC": -0.19441161253279374, + "u10": 0.5668446099932029, + "v10": -0.19441161253279374, + "id": "2009" + }, + { + "geometry": "POLYGON ((-10 3.75, -10 4.0625, -9.6875 4.0625, -9.6875 3.75, -10 3.75))", + "cx": -9.84375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.287683099818324, + "elevation": -8.8550930562242, + "thickness": 1.2768963586348596, + "density": 916.5206851064997, + "uC": 0.5245728262511992, + "vC": -0.15084878553725703, + "u10": 0.5245728262511992, + "v10": -0.15084878553725703, + "id": "2010" + }, + { + "geometry": "POLYGON ((-9.6875 3.75, -9.6875 4.0625, -9.375 4.0625, -9.375 3.75, -9.6875 3.75))", + "cx": -9.53125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.79635802886449, + "elevation": -4.472228158803593, + "thickness": 1.3088071176600997, + "density": 911.2397414449956, + "uC": 0.49554010808802257, + "vC": -0.1856407800743925, + "u10": 0.49554010808802257, + "v10": -0.1856407800743925, + "id": "2011" + }, + { + "geometry": "POLYGON ((-9.375 4.0625, -9.375 4.375, -9.0625 4.375, -9.0625 4.0625, -9.375 4.0625))", + "cx": -9.21875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.984981317096256, + "elevation": -17.796017539136876, + "thickness": 1.3285406460428353, + "density": 909.9141985283868, + "uC": 0.6142186633680072, + "vC": 0.0031986876496097744, + "u10": 0.6142186633680072, + "v10": 0.0031986876496097744, + "id": "2012" + }, + { + "geometry": "POLYGON ((-9.0625 4.0625, -9.0625 4.375, -8.75 4.375, -8.75 4.0625, -9.0625 4.0625))", + "cx": -8.90625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.080910181609354, + "elevation": -16.29205717977162, + "thickness": 1.3075513044166636, + "density": 914.8041636028889, + "uC": 0.5861517379597694, + "vC": 0.1131027970713141, + "u10": 0.5861517379597694, + "v10": 0.1131027970713141, + "id": "2013" + }, + { + "geometry": "POLYGON ((-9.375 3.75, -9.375 4.0625, -9.0625 4.0625, -9.0625 3.75, -9.375 3.75))", + "cx": -9.21875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.202560380016344, + "elevation": 1.683097335743575, + "thickness": 1.3135058673912714, + "density": 907.8231841428224, + "uC": 0.4732222343734881, + "vC": -0.18531404011450042, + "u10": 0.4732222343734881, + "v10": -0.18531404011450042, + "id": "2014" + }, + { + "geometry": "POLYGON ((-9.0625 3.75, -9.0625 4.0625, -8.75 4.0625, -8.75 3.75, -9.0625 3.75))", + "cx": -8.90625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.045070728857155, + "elevation": 6.394270009242369, + "thickness": 1.301432450492133, + "density": 907.6415224689035, + "uC": 0.5109540141830385, + "vC": -0.11440447419223711, + "u10": 0.5109540141830385, + "v10": -0.11440447419223711, + "id": "2015" + }, + { + "geometry": "POLYGON ((-8.75 4.6875, -8.75 5, -8.4375 5, -8.4375 4.6875, -8.75 4.6875))", + "cx": -8.59375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.26448770805321, + "elevation": -15.372444111151509, + "thickness": 1.2272684097056625, + "density": 930.6696089033187, + "uC": 0.6010338931425632, + "vC": 0.050453049016283814, + "u10": 0.6010338931425632, + "v10": 0.050453049016283814, + "id": "2016" + }, + { + "geometry": "POLYGON ((-8.4375 4.6875, -8.4375 5, -8.125 5, -8.125 4.6875, -8.4375 4.6875))", + "cx": -8.28125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.960794718342825, + "elevation": -16.884132248766797, + "thickness": 1.248852480690854, + "density": 933.4398262482159, + "uC": 0.5560986146911163, + "vC": 0.03497961585140694, + "u10": 0.5560986146911163, + "v10": 0.03497961585140694, + "id": "2017" + }, + { + "geometry": "POLYGON ((-8.75 4.375, -8.75 4.6875, -8.4375 4.6875, -8.4375 4.375, -8.75 4.375))", + "cx": -8.59375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.46598112106656, + "elevation": -15.445933602498588, + "thickness": 1.2598147685314731, + "density": 921.1002136346485, + "uC": 0.6180522961131818, + "vC": 0.22219132642925027, + "u10": 0.6180522961131818, + "v10": 0.22219132642925027, + "id": "2018" + }, + { + "geometry": "POLYGON ((-8.4375 4.375, -8.4375 4.6875, -8.125 4.6875, -8.125 4.375, -8.4375 4.375))", + "cx": -8.28125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.22515201624378, + "elevation": -7.233322992144002, + "thickness": 1.2221047903066968, + "density": 921.8410352597143, + "uC": 0.5671839466017298, + "vC": 0.10497925310583206, + "u10": 0.5671839466017298, + "v10": 0.10497925310583206, + "id": "2019" + }, + { + "geometry": "POLYGON ((-8.125 4.6875, -8.125 5, -7.8125 5, -7.8125 4.6875, -8.125 4.6875))", + "cx": -7.96875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.748353870045676, + "elevation": -18.42298955311918, + "thickness": 1.2267713659473563, + "density": 927.8396560012875, + "uC": 0.5732804900399995, + "vC": 0.2151806228161181, + "u10": 0.5732804900399995, + "v10": 0.2151806228161181, + "id": "2020" + }, + { + "geometry": "POLYGON ((-7.8125 4.6875, -7.8125 5, -7.5 5, -7.5 4.6875, -7.8125 4.6875))", + "cx": -7.65625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.79591713668238, + "elevation": -21.583992369066028, + "thickness": 1.2170815992963169, + "density": 933.2859753199414, + "uC": 0.5427739156075527, + "vC": 0.2953396349880522, + "u10": 0.5427739156075527, + "v10": 0.2953396349880522, + "id": "2021" + }, + { + "geometry": "POLYGON ((-8.125 4.375, -8.125 4.6875, -7.8125 4.6875, -7.8125 4.375, -8.125 4.375))", + "cx": -7.96875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.912093538579235, + "elevation": -7.145633150697814, + "thickness": 1.1792887627665727, + "density": 916.0920452099036, + "uC": 0.6040073855631687, + "vC": 0.23226566970331516, + "u10": 0.6040073855631687, + "v10": 0.23226566970331516, + "id": "2022" + }, + { + "geometry": "POLYGON ((-7.8125 4.375, -7.8125 4.6875, -7.5 4.6875, -7.5 4.375, -7.8125 4.375))", + "cx": -7.65625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.427428880792256, + "elevation": -4.646568257347726, + "thickness": 1.1651607743234027, + "density": 911.2225312969763, + "uC": 0.6092334168219509, + "vC": 0.20342818300609355, + "u10": 0.6092334168219509, + "v10": 0.20342818300609355, + "id": "2023" + }, + { + "geometry": "POLYGON ((-8.75 4.0625, -8.75 4.375, -8.4375 4.375, -8.4375 4.0625, -8.75 4.0625))", + "cx": -8.59375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.09052819900653, + "elevation": -2.904923245364774, + "thickness": 1.2473375954527448, + "density": 919.0796850988347, + "uC": 0.5683146245842663, + "vC": 0.2532976084454215, + "u10": 0.5683146245842663, + "v10": 0.2532976084454215, + "id": "2024" + }, + { + "geometry": "POLYGON ((-8.4375 4.0625, -8.4375 4.375, -8.125 4.375, -8.125 4.0625, -8.4375 4.0625))", + "cx": -8.28125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.65481336861377, + "elevation": 4.78046566927579, + "thickness": 1.2062556926194634, + "density": 920.565053025224, + "uC": 0.6006317702334845, + "vC": 0.16633528487535185, + "u10": 0.6006317702334845, + "v10": 0.16633528487535185, + "id": "2025" + }, + { + "geometry": "POLYGON ((-8.75 3.75, -8.75 4.0625, -8.4375 4.0625, -8.4375 3.75, -8.75 3.75))", + "cx": -8.59375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.340548824174775, + "elevation": 8.350045723375173, + "thickness": 1.2343329914080134, + "density": 912.3155958668023, + "uC": 0.5076489800959303, + "vC": 0.07619610040055834, + "u10": 0.5076489800959303, + "v10": 0.07619610040055834, + "id": "2026" + }, + { + "geometry": "POLYGON ((-8.4375 3.75, -8.4375 4.0625, -8.125 4.0625, -8.125 3.75, -8.4375 3.75))", + "cx": -8.28125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.678501604122346, + "elevation": 9.67892275526933, + "thickness": 1.175991138844163, + "density": 917.55813587192, + "uC": 0.5551330011314343, + "vC": 0.24571701748859714, + "u10": 0.5551330011314343, + "v10": 0.24571701748859714, + "id": "2027" + }, + { + "geometry": "POLYGON ((-10 3.4375, -10 3.75, -9.6875 3.75, -9.6875 3.4375, -10 3.4375))", + "cx": -9.84375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.946838041536076, + "elevation": -10.967567746724239, + "thickness": 1.2677062040255898, + "density": 909.5688843492878, + "uC": 0.4903612373319893, + "vC": -0.18741849738270358, + "u10": 0.4903612373319893, + "v10": -0.18741849738270358, + "id": "2028" + }, + { + "geometry": "POLYGON ((-9.6875 3.4375, -9.6875 3.75, -9.375 3.75, -9.375 3.4375, -9.6875 3.4375))", + "cx": -9.53125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.32545659813185, + "elevation": 1.6957656903408194, + "thickness": 1.2984290970197478, + "density": 913.420985440408, + "uC": 0.48480692179306173, + "vC": -0.16715215478744555, + "u10": 0.48480692179306173, + "v10": -0.16715215478744555, + "id": "2029" + }, + { + "geometry": "POLYGON ((-10 3.125, -10 3.4375, -9.6875 3.4375, -9.6875 3.125, -10 3.125))", + "cx": -9.84375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.81979569092813, + "elevation": -15.32980255272832, + "thickness": 1.2821140968089624, + "density": 906.1078329187349, + "uC": 0.46852646860385544, + "vC": -0.13495995901961846, + "u10": 0.46852646860385544, + "v10": -0.13495995901961846, + "id": "2030" + }, + { + "geometry": "POLYGON ((-9.6875 3.125, -9.6875 3.4375, -9.375 3.4375, -9.375 3.125, -9.6875 3.125))", + "cx": -9.53125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.3259324527543, + "elevation": -13.627910260086047, + "thickness": 1.282544808616745, + "density": 904.9659160319292, + "uC": 0.5022935808255904, + "vC": -0.0743327152369212, + "u10": 0.5022935808255904, + "v10": -0.0743327152369212, + "id": "2031" + }, + { + "geometry": "POLYGON ((-9.375 3.4375, -9.375 3.75, -9.0625 3.75, -9.0625 3.4375, -9.375 3.4375))", + "cx": -9.21875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.57787179984794, + "elevation": -1.4322845772018251, + "thickness": 1.296983632783955, + "density": 908.6842206804395, + "uC": 0.47730673795986056, + "vC": -0.15417070001646715, + "u10": 0.47730673795986056, + "v10": -0.15417070001646715, + "id": "2032" + }, + { + "geometry": "POLYGON ((-9.0625 3.4375, -9.0625 3.75, -8.75 3.75, -8.75 3.4375, -9.0625 3.4375))", + "cx": -8.90625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.322339148091544, + "elevation": 8.868251483672875, + "thickness": 1.2599580817046503, + "density": 907.8865462698561, + "uC": 0.4697924431314131, + "vC": -0.21680510376327855, + "u10": 0.4697924431314131, + "v10": -0.21680510376327855, + "id": "2033" + }, + { + "geometry": "POLYGON ((-9.375 3.125, -9.375 3.4375, -9.0625 3.4375, -9.0625 3.125, -9.375 3.125))", + "cx": -9.21875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.84329503145983, + "elevation": -15.277926501344828, + "thickness": 1.2652503940698487, + "density": 901.3566284678637, + "uC": 0.47768075923844183, + "vC": -0.12945908581189985, + "u10": 0.47768075923844183, + "v10": -0.12945908581189985, + "id": "2034" + }, + { + "geometry": "POLYGON ((-9.0625 3.125, -9.0625 3.4375, -8.75 3.4375, -8.75 3.125, -9.0625 3.125))", + "cx": -8.90625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.97517039503727, + "elevation": -6.341586421226799, + "thickness": 1.2405804756549474, + "density": 902.7222759640686, + "uC": 0.46899837838139535, + "vC": -0.1026917993104063, + "u10": 0.46899837838139535, + "v10": -0.1026917993104063, + "id": "2035" + }, + { + "geometry": "POLYGON ((-10 2.8125, -10 3.125, -9.6875 3.125, -9.6875 2.8125, -10 2.8125))", + "cx": -9.84375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.816676105324916, + "elevation": -6.266917049081132, + "thickness": 1.2554474433180336, + "density": 900.0619721929269, + "uC": 0.47869177391460077, + "vC": -0.03817376247179906, + "u10": 0.47869177391460077, + "v10": -0.03817376247179906, + "id": "2036" + }, + { + "geometry": "POLYGON ((-9.6875 2.8125, -9.6875 3.125, -9.375 3.125, -9.375 2.8125, -9.6875 2.8125))", + "cx": -9.53125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.781009860217665, + "elevation": -7.362525312102339, + "thickness": 1.2310917022527792, + "density": 898.8492760491854, + "uC": 0.4894206435537199, + "vC": -0.019365402435131473, + "u10": 0.4894206435537199, + "v10": -0.019365402435131473, + "id": "2037" + }, + { + "geometry": "POLYGON ((-10 2.5, -10 2.8125, -9.6875 2.8125, -9.6875 2.5, -10 2.5))", + "cx": -9.84375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.463719580989284, + "elevation": -8.98880357673191, + "thickness": 1.1965325452847455, + "density": 890.1931955291441, + "uC": 0.3827241544477285, + "vC": 0.0853714431168803, + "u10": 0.3827241544477285, + "v10": 0.0853714431168803, + "id": "2038" + }, + { + "geometry": "POLYGON ((-9.6875 2.5, -9.6875 2.8125, -9.375 2.8125, -9.375 2.5, -9.6875 2.5))", + "cx": -9.53125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.305972719738264, + "elevation": -10.01062351345317, + "thickness": 1.1876983929552511, + "density": 890.1797785877051, + "uC": 0.4105516958463201, + "vC": 0.14631452174860926, + "u10": 0.4105516958463201, + "v10": 0.14631452174860926, + "id": "2039" + }, + { + "geometry": "POLYGON ((-9.375 2.8125, -9.375 3.125, -9.0625 3.125, -9.0625 2.8125, -9.375 2.8125))", + "cx": -9.21875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.87821180740135, + "elevation": -14.71445567377588, + "thickness": 1.2544441966057434, + "density": 898.0077481705104, + "uC": 0.46354370468211387, + "vC": -0.08633633807323035, + "u10": 0.46354370468211387, + "v10": -0.08633633807323035, + "id": "2040" + }, + { + "geometry": "POLYGON ((-9.0625 2.8125, -9.0625 3.125, -8.75 3.125, -8.75 2.8125, -9.0625 2.8125))", + "cx": -8.90625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.47572644228042, + "elevation": -8.215756853611849, + "thickness": 1.224594003147696, + "density": 900.994247287517, + "uC": 0.4784117961099791, + "vC": 0.11686097698764188, + "u10": 0.4784117961099791, + "v10": 0.11686097698764188, + "id": "2041" + }, + { + "geometry": "POLYGON ((-9.375 2.5, -9.375 2.8125, -9.0625 2.8125, -9.0625 2.5, -9.375 2.5))", + "cx": -9.21875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.04259952671199, + "elevation": -15.867731215897194, + "thickness": 1.229794095632783, + "density": 892.7270169300061, + "uC": 0.41990206035007016, + "vC": 0.06675690612276296, + "u10": 0.41990206035007016, + "v10": 0.06675690612276296, + "id": "2042" + }, + { + "geometry": "POLYGON ((-9.0625 2.5, -9.0625 2.8125, -8.75 2.8125, -8.75 2.5, -9.0625 2.5))", + "cx": -8.90625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.00303977895162, + "elevation": -17.227107198395093, + "thickness": 1.2048883314322936, + "density": 893.8089928173222, + "uC": 0.39103867779113843, + "vC": 0.1881901086513213, + "u10": 0.39103867779113843, + "v10": 0.1881901086513213, + "id": "2043" + }, + { + "geometry": "POLYGON ((-8.75 3.4375, -8.75 3.75, -8.4375 3.75, -8.4375 3.4375, -8.75 3.4375))", + "cx": -8.59375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.2477968629373, + "elevation": 13.511132420025444, + "thickness": 1.2127082640394096, + "density": 909.8016020760215, + "uC": 0.49615343803072975, + "vC": -0.04402418081606308, + "u10": 0.49615343803072975, + "v10": -0.04402418081606308, + "id": "2044" + }, + { + "geometry": "POLYGON ((-8.4375 3.4375, -8.4375 3.75, -8.125 3.75, -8.125 3.4375, -8.4375 3.4375))", + "cx": -8.28125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.79640916849046, + "elevation": 8.146106791467393, + "thickness": 1.1709394722371722, + "density": 915.0147133118378, + "uC": 0.5829860865680387, + "vC": 0.12623559553585628, + "u10": 0.5829860865680387, + "v10": 0.12623559553585628, + "id": "2045" + }, + { + "geometry": "POLYGON ((-8.75 3.125, -8.75 3.4375, -8.4375 3.4375, -8.4375 3.125, -8.75 3.125))", + "cx": -8.59375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.061887266573294, + "elevation": 1.2188955922704112, + "thickness": 1.223059711809018, + "density": 906.1010477594914, + "uC": 0.5183406163164056, + "vC": 0.06834626432932911, + "u10": 0.5183406163164056, + "v10": 0.06834626432932911, + "id": "2046" + }, + { + "geometry": "POLYGON ((-8.4375 3.125, -8.4375 3.4375, -8.125 3.4375, -8.125 3.125, -8.4375 3.125))", + "cx": -8.28125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.994793471482105, + "elevation": 2.574741323922198, + "thickness": 1.1893926024387518, + "density": 913.2287052315091, + "uC": 0.5331160225190046, + "vC": 0.18682625698985628, + "u10": 0.5331160225190046, + "v10": 0.18682625698985628, + "id": "2047" + }, + { + "geometry": "POLYGON ((-8.75 2.8125, -8.75 3.125, -8.4375 3.125, -8.4375 2.8125, -8.75 2.8125))", + "cx": -8.59375, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.749309292943, + "elevation": -4.349333766440511, + "thickness": 1.1963617312920898, + "density": 902.7092536974596, + "uC": 0.457421574355648, + "vC": 0.25774016744630157, + "u10": 0.457421574355648, + "v10": 0.25774016744630157, + "id": "2048" + }, + { + "geometry": "POLYGON ((-8.4375 2.8125, -8.4375 3.125, -8.125 3.125, -8.125 2.8125, -8.4375 2.8125))", + "cx": -8.28125, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.42833207181695, + "elevation": 3.5895433466625204, + "thickness": 1.2060849668983162, + "density": 908.9634329280616, + "uC": 0.4611099561314924, + "vC": 0.19609584280736497, + "u10": 0.4611099561314924, + "v10": 0.19609584280736497, + "id": "2049" + }, + { + "geometry": "POLYGON ((-8.75 2.5, -8.75 2.8125, -8.4375 2.8125, -8.4375 2.5, -8.75 2.5))", + "cx": -8.59375, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.04578446873287, + "elevation": -8.173644932460789, + "thickness": 1.1884914137871276, + "density": 898.4562409160338, + "uC": 0.4879178953727763, + "vC": 0.23581258776157402, + "u10": 0.4879178953727763, + "v10": 0.23581258776157402, + "id": "2050" + }, + { + "geometry": "POLYGON ((-8.4375 2.5, -8.4375 2.8125, -8.125 2.8125, -8.125 2.5, -8.4375 2.5))", + "cx": -8.28125, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.760056611379426, + "elevation": 2.623317117358252, + "thickness": 1.2003669603120455, + "density": 907.6292564488556, + "uC": 0.4925125014231899, + "vC": 0.15123000806782738, + "u10": 0.4925125014231899, + "v10": 0.15123000806782738, + "id": "2051" + }, + { + "geometry": "POLYGON ((-7.5 4.6875, -7.5 5, -7.1875 5, -7.1875 4.6875, -7.5 4.6875))", + "cx": -7.34375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.30143834019951, + "elevation": -16.138552096264366, + "thickness": 1.200833808760549, + "density": 932.2193220133433, + "uC": 0.5585719839345389, + "vC": 0.1250613128249214, + "u10": 0.5585719839345389, + "v10": 0.1250613128249214, + "id": "2052" + }, + { + "geometry": "POLYGON ((-7.1875 4.6875, -7.1875 5, -6.875 5, -6.875 4.6875, -7.1875 4.6875))", + "cx": -7.03125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.44963650001669, + "elevation": -10.211131949937414, + "thickness": 1.1883978420986172, + "density": 934.4605575666282, + "uC": 0.5765056577734433, + "vC": -0.0032530421925248236, + "u10": 0.5765056577734433, + "v10": -0.0032530421925248236, + "id": "2053" + }, + { + "geometry": "POLYGON ((-7.5 4.375, -7.5 4.6875, -7.1875 4.6875, -7.1875 4.375, -7.5 4.375))", + "cx": -7.34375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.129082966728106, + "elevation": -5.223459215476861, + "thickness": 1.1837783017359498, + "density": 918.8361623160231, + "uC": 0.6051192321990534, + "vC": 0.02541540238673214, + "u10": 0.6051192321990534, + "v10": 0.02541540238673214, + "id": "2054" + }, + { + "geometry": "POLYGON ((-7.1875 4.375, -7.1875 4.6875, -6.875 4.6875, -6.875 4.375, -7.1875 4.375))", + "cx": -7.03125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.515625279769175, + "elevation": -4.315791790133743, + "thickness": 1.1597985255502872, + "density": 927.8432855741659, + "uC": 0.5883372863536405, + "vC": 0.05542291325943297, + "u10": 0.5883372863536405, + "v10": 0.05542291325943297, + "id": "2055" + }, + { + "geometry": "POLYGON ((-6.875 4.6875, -6.875 5, -6.5625 5, -6.5625 4.6875, -6.875 4.6875))", + "cx": -6.71875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.68345423308068, + "elevation": -14.246420190355401, + "thickness": 1.1738789815185835, + "density": 928.0147208253636, + "uC": 0.46828905205617366, + "vC": 0.0038193402686969614, + "u10": 0.46828905205617366, + "v10": 0.0038193402686969614, + "id": "2056" + }, + { + "geometry": "POLYGON ((-6.5625 4.6875, -6.5625 5, -6.25 5, -6.25 4.6875, -6.5625 4.6875))", + "cx": -6.40625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.309773765999616, + "elevation": -33.194870523823035, + "thickness": 1.1877658958980368, + "density": 932.4614314532503, + "uC": 0.3778092160337838, + "vC": -0.051802278831075715, + "u10": 0.3778092160337838, + "v10": -0.051802278831075715, + "id": "2057" + }, + { + "geometry": "POLYGON ((-6.875 4.375, -6.875 4.6875, -6.5625 4.6875, -6.5625 4.375, -6.875 4.375))", + "cx": -6.71875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.30151143864101, + "elevation": -8.813370715526272, + "thickness": 1.1696215155325356, + "density": 926.6660005099455, + "uC": 0.5254061074939778, + "vC": 0.060182511038876715, + "u10": 0.5254061074939778, + "v10": 0.060182511038876715, + "id": "2058" + }, + { + "geometry": "POLYGON ((-6.5625 4.375, -6.5625 4.6875, -6.25 4.6875, -6.25 4.375, -6.5625 4.375))", + "cx": -6.40625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.502270864866176, + "elevation": -29.758518005121278, + "thickness": 1.2004264300004521, + "density": 928.3645678189637, + "uC": 0.4578911512765314, + "vC": -0.05062016362223366, + "u10": 0.4578911512765314, + "v10": -0.05062016362223366, + "id": "2059" + }, + { + "geometry": "POLYGON ((-7.5 4.0625, -7.5 4.375, -7.1875 4.375, -7.1875 4.0625, -7.5 4.0625))", + "cx": -7.34375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.927597344983525, + "elevation": -0.724008457786226, + "thickness": 1.1323970548331972, + "density": 909.244667499009, + "uC": 0.5926717007613381, + "vC": 0.04702147213148685, + "u10": 0.5926717007613381, + "v10": 0.04702147213148685, + "id": "2060" + }, + { + "geometry": "POLYGON ((-7.1875 4.0625, -7.1875 4.375, -6.875 4.375, -6.875 4.0625, -7.1875 4.0625))", + "cx": -7.03125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.985987190205066, + "elevation": -3.4161197282689377, + "thickness": 1.1254709980130428, + "density": 916.1258045660874, + "uC": 0.5889442512922953, + "vC": -0.03189480135546885, + "u10": 0.5889442512922953, + "v10": -0.03189480135546885, + "id": "2061" + }, + { + "geometry": "POLYGON ((-7.5 3.75, -7.5 4.0625, -7.1875 4.0625, -7.1875 3.75, -7.5 3.75))", + "cx": -7.34375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.62550381863704, + "elevation": 8.077154873048222, + "thickness": 1.1592203947934683, + "density": 913.3189190457642, + "uC": 0.5360702829293171, + "vC": -0.16198641073544018, + "u10": 0.5360702829293171, + "v10": -0.16198641073544018, + "id": "2062" + }, + { + "geometry": "POLYGON ((-7.1875 3.75, -7.1875 4.0625, -6.875 4.0625, -6.875 3.75, -7.1875 3.75))", + "cx": -7.03125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.61118173331613, + "elevation": 4.981677023551677, + "thickness": 1.1243898932678478, + "density": 915.5961756946078, + "uC": 0.5294162059855179, + "vC": -0.11550686021419981, + "u10": 0.5294162059855179, + "v10": -0.11550686021419981, + "id": "2063" + }, + { + "geometry": "POLYGON ((-6.875 4.0625, -6.875 4.375, -6.5625 4.375, -6.5625 4.0625, -6.875 4.0625))", + "cx": -6.71875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.749368628896995, + "elevation": -13.860896648651686, + "thickness": 1.1268153468379363, + "density": 921.7528652984232, + "uC": 0.594241790429551, + "vC": -0.05754689095265874, + "u10": 0.594241790429551, + "v10": -0.05754689095265874, + "id": "2064" + }, + { + "geometry": "POLYGON ((-6.5625 4.0625, -6.5625 4.375, -6.25 4.375, -6.25 4.0625, -6.5625 4.0625))", + "cx": -6.40625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.1010615473639, + "elevation": -30.600533783895198, + "thickness": 1.1661480026644095, + "density": 926.5400008778088, + "uC": 0.5152403368727679, + "vC": -0.11924264037584725, + "u10": 0.5152403368727679, + "v10": -0.11924264037584725, + "id": "2065" + }, + { + "geometry": "POLYGON ((-6.875 3.75, -6.875 4.0625, -6.5625 4.0625, -6.5625 3.75, -6.875 3.75))", + "cx": -6.71875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.5319158996861, + "elevation": 3.7073779002167933, + "thickness": 1.1382319082801922, + "density": 922.1762083650444, + "uC": 0.5503518274817262, + "vC": -0.201599329327473, + "u10": 0.5503518274817262, + "v10": -0.201599329327473, + "id": "2066" + }, + { + "geometry": "POLYGON ((-6.5625 3.75, -6.5625 4.0625, -6.25 4.0625, -6.25 3.75, -6.5625 3.75))", + "cx": -6.40625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.79702911980607, + "elevation": -3.8695391930473093, + "thickness": 1.1262358197832363, + "density": 932.6634901366351, + "uC": 0.5131673730704831, + "vC": -0.19617083154888465, + "u10": 0.5131673730704831, + "v10": -0.19617083154888465, + "id": "2067" + }, + { + "geometry": "POLYGON ((-6.25 4.0625, -6.25 4.375, -5.9375 4.375, -5.9375 4.0625, -6.25 4.0625))", + "cx": -6.09375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.362797328998525, + "elevation": -19.675013793596356, + "thickness": 1.1462829081383812, + "density": 930.6982769600999, + "uC": 0.4464364556132489, + "vC": 0.01573382218314504, + "u10": 0.4464364556132489, + "v10": 0.01573382218314504, + "id": "2068" + }, + { + "geometry": "POLYGON ((-5.9375 4.0625, -5.9375 4.375, -5.625 4.375, -5.625 4.0625, -5.9375 4.0625))", + "cx": -5.78125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.01845680113174, + "elevation": -15.115153522780343, + "thickness": 1.0974219342073641, + "density": 937.8817624950287, + "uC": 0.42103954695112555, + "vC": -0.006648271385100528, + "u10": 0.42103954695112555, + "v10": -0.006648271385100528, + "id": "2069" + }, + { + "geometry": "POLYGON ((-6.25 3.75, -6.25 4.0625, -5.9375 4.0625, -5.9375 3.75, -6.25 3.75))", + "cx": -6.09375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.32778918347749, + "elevation": -14.290334749113299, + "thickness": 1.1131872897946251, + "density": 931.3393820112826, + "uC": 0.4724380036712865, + "vC": -0.08861614590190503, + "u10": 0.4724380036712865, + "v10": -0.08861614590190503, + "id": "2070" + }, + { + "geometry": "POLYGON ((-5.9375 3.75, -5.9375 4.0625, -5.625 4.0625, -5.625 3.75, -5.9375 3.75))", + "cx": -5.78125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.86412270675986, + "elevation": -20.475360195671282, + "thickness": 1.0961186155521832, + "density": 935.8473335317235, + "uC": 0.46642782807590244, + "vC": -0.021052482153524132, + "u10": 0.46642782807590244, + "v10": -0.021052482153524132, + "id": "2071" + }, + { + "geometry": "POLYGON ((-5.625 4.0625, -5.625 4.375, -5.3125 4.375, -5.3125 4.0625, -5.625 4.0625))", + "cx": -5.46875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.38308330512642, + "elevation": -15.483956137075952, + "thickness": 1.094609497351028, + "density": 940.0603441707484, + "uC": 0.4365851765372408, + "vC": 0.007466648024734585, + "u10": 0.4365851765372408, + "v10": 0.007466648024734585, + "id": "2072" + }, + { + "geometry": "POLYGON ((-5.3125 4.0625, -5.3125 4.375, -5 4.375, -5 4.0625, -5.3125 4.0625))", + "cx": -5.15625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.701106774347075, + "elevation": -15.923642802229391, + "thickness": 1.141632808469441, + "density": 942.6988792610923, + "uC": 0.4878689180371548, + "vC": -0.052338972713694414, + "u10": 0.4878689180371548, + "v10": -0.052338972713694414, + "id": "2073" + }, + { + "geometry": "POLYGON ((-5.625 3.75, -5.625 4.0625, -5.3125 4.0625, -5.3125 3.75, -5.625 3.75))", + "cx": -5.46875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.62487396092946, + "elevation": -9.271957540335633, + "thickness": 1.1195456835232669, + "density": 938.7909703242933, + "uC": 0.5119537415307551, + "vC": -0.06952549605808996, + "u10": 0.5119537415307551, + "v10": -0.06952549605808996, + "id": "2074" + }, + { + "geometry": "POLYGON ((-5.3125 3.75, -5.3125 4.0625, -5 4.0625, -5 3.75, -5.3125 3.75))", + "cx": -5.15625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.79049637606638, + "elevation": -15.186230093204582, + "thickness": 1.1338390281452801, + "density": 943.5491835694568, + "uC": 0.5336312306147473, + "vC": -0.1238086904335005, + "u10": 0.5336312306147473, + "v10": -0.1238086904335005, + "id": "2075" + }, + { + "geometry": "POLYGON ((-6.25 3.4375, -6.25 3.75, -5.9375 3.75, -5.9375 3.4375, -6.25 3.4375))", + "cx": -6.09375, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.25926570188264, + "elevation": 4.393556894117601, + "thickness": 1.1285089339607677, + "density": 932.1040054801063, + "uC": 0.5453977142350905, + "vC": -0.021235317174036695, + "u10": 0.5453977142350905, + "v10": -0.021235317174036695, + "id": "2076" + }, + { + "geometry": "POLYGON ((-5.9375 3.4375, -5.9375 3.75, -5.625 3.75, -5.625 3.4375, -5.9375 3.4375))", + "cx": -5.78125, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.99244447742828, + "elevation": -6.115350197148045, + "thickness": 1.1457868116299244, + "density": 935.1479396093343, + "uC": 0.5619502763896072, + "vC": 0.0029322817922590293, + "u10": 0.5619502763896072, + "v10": 0.0029322817922590293, + "id": "2077" + }, + { + "geometry": "POLYGON ((-6.25 3.125, -6.25 3.4375, -5.9375 3.4375, -5.9375 3.125, -6.25 3.125))", + "cx": -6.09375, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.398779989881795, + "elevation": 14.532347073304068, + "thickness": 1.1595701330875299, + "density": 932.1310575115498, + "uC": 0.4643896949426116, + "vC": 0.20015440050126004, + "u10": 0.4643896949426116, + "v10": 0.20015440050126004, + "id": "2078" + }, + { + "geometry": "POLYGON ((-5.9375 3.125, -5.9375 3.4375, -5.625 3.4375, -5.625 3.125, -5.9375 3.125))", + "cx": -5.78125, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.18476613952639, + "elevation": 5.540484793750596, + "thickness": 1.1545978193827984, + "density": 925.3294582209868, + "uC": 0.4852469151037969, + "vC": 0.2438056471228403, + "u10": 0.4852469151037969, + "v10": 0.2438056471228403, + "id": "2079" + }, + { + "geometry": "POLYGON ((-5.625 3.4375, -5.625 3.75, -5.3125 3.75, -5.3125 3.4375, -5.625 3.4375))", + "cx": -5.46875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.277008319972836, + "elevation": -3.32451818723134, + "thickness": 1.1316573691331473, + "density": 937.5289380515394, + "uC": 0.5766034981660848, + "vC": -0.07290813779250283, + "u10": 0.5766034981660848, + "v10": -0.07290813779250283, + "id": "2080" + }, + { + "geometry": "POLYGON ((-5.3125 3.4375, -5.3125 3.75, -5 3.75, -5 3.4375, -5.3125 3.4375))", + "cx": -5.15625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.846881503549, + "elevation": -6.434467228243095, + "thickness": 1.1253867489282077, + "density": 939.6556204257965, + "uC": 0.5861118005645646, + "vC": -0.09675555295863042, + "u10": 0.5861118005645646, + "v10": -0.09675555295863042, + "id": "2081" + }, + { + "geometry": "POLYGON ((-5.625 3.125, -5.625 3.4375, -5.3125 3.4375, -5.3125 3.125, -5.625 3.125))", + "cx": -5.46875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.63345023501068, + "elevation": 3.416776583882095, + "thickness": 1.172542311433164, + "density": 926.7992044085238, + "uC": 0.5396151476896177, + "vC": 0.19829729016825126, + "u10": 0.5396151476896177, + "v10": 0.19829729016825126, + "id": "2082" + }, + { + "geometry": "POLYGON ((-5.3125 3.125, -5.3125 3.4375, -5 3.4375, -5 3.125, -5.3125 3.125))", + "cx": -5.15625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.85035367506191, + "elevation": -2.6604570841573425, + "thickness": 1.1307272832044446, + "density": 937.6737901345823, + "uC": 0.5764059003402705, + "vC": -0.1027752973371724, + "u10": 0.5764059003402705, + "v10": -0.1027752973371724, + "id": "2083" + }, + { + "geometry": "POLYGON ((-5.625 2.8125, -5.625 3.125, -5.3125 3.125, -5.3125 2.8125, -5.625 2.8125))", + "cx": -5.46875, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.456678608436384, + "elevation": 8.712092254976705, + "thickness": 1.1331978003943886, + "density": 925.359483412338, + "uC": 0.48585477216038686, + "vC": 0.189690590841272, + "u10": 0.48585477216038686, + "v10": 0.189690590841272, + "id": "2084" + }, + { + "geometry": "POLYGON ((-5.3125 2.8125, -5.3125 3.125, -5 3.125, -5 2.8125, -5.3125 2.8125))", + "cx": -5.15625, + "cy": 2.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.43832113599806, + "elevation": 2.718319210525702, + "thickness": 1.1301713997882779, + "density": 933.5716263001152, + "uC": 0.5579755206325857, + "vC": -0.013311920625521584, + "u10": 0.5579755206325857, + "v10": -0.013311920625521584, + "id": "2085" + }, + { + "geometry": "POLYGON ((-5.625 2.5, -5.625 2.8125, -5.3125 2.8125, -5.3125 2.5, -5.625 2.5))", + "cx": -5.46875, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.630015369407495, + "elevation": 12.579750512311515, + "thickness": 1.1442908893572128, + "density": 918.5342748566147, + "uC": 0.4719398766180419, + "vC": 0.29604414370226595, + "u10": 0.4719398766180419, + "v10": 0.29604414370226595, + "id": "2086" + }, + { + "geometry": "POLYGON ((-5.3125 2.5, -5.3125 2.8125, -5 2.8125, -5 2.5, -5.3125 2.5))", + "cx": -5.15625, + "cy": 2.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.60064873013984, + "elevation": 24.24302524606194, + "thickness": 1.1280238121365083, + "density": 932.2836360389107, + "uC": 0.47069526410549767, + "vC": 0.2874825620082542, + "u10": 0.47069526410549767, + "v10": 0.2874825620082542, + "id": "2087" + }, + { + "geometry": "POLYGON ((-10 2.1875, -10 2.5, -9.6875 2.5, -9.6875 2.1875, -10 2.1875))", + "cx": -9.84375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.29499588328277, + "elevation": -14.153361685841324, + "thickness": 1.1722680313404648, + "density": 894.169035817605, + "uC": 0.2766985379798352, + "vC": 0.10113321264636586, + "u10": 0.2766985379798352, + "v10": 0.10113321264636586, + "id": "2088" + }, + { + "geometry": "POLYGON ((-9.6875 2.1875, -9.6875 2.5, -9.375 2.5, -9.375 2.1875, -9.6875 2.1875))", + "cx": -9.53125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.7981134980324, + "elevation": -7.5558076289681155, + "thickness": 1.1760175707924754, + "density": 884.0319290769982, + "uC": 0.338219376260349, + "vC": 0.05429138517361131, + "u10": 0.338219376260349, + "v10": 0.05429138517361131, + "id": "2089" + }, + { + "geometry": "POLYGON ((-10 1.875, -10 2.1875, -9.6875 2.1875, -9.6875 1.875, -10 1.875))", + "cx": -9.84375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.76012422222517, + "elevation": -23.28925490274818, + "thickness": 1.0982870915141085, + "density": 895.1624389054388, + "uC": 0.28326075271330836, + "vC": -0.02820670621695501, + "u10": 0.28326075271330836, + "v10": -0.02820670621695501, + "id": "2090" + }, + { + "geometry": "POLYGON ((-9.6875 1.875, -9.6875 2.1875, -9.375 2.1875, -9.375 1.875, -9.6875 1.875))", + "cx": -9.53125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.991025699415566, + "elevation": -17.18555680079796, + "thickness": 1.141823761847776, + "density": 891.7636670440032, + "uC": 0.3329076089159185, + "vC": -0.036936383444324775, + "u10": 0.3329076089159185, + "v10": -0.036936383444324775, + "id": "2091" + }, + { + "geometry": "POLYGON ((-9.375 2.1875, -9.375 2.5, -9.0625 2.5, -9.0625 2.1875, -9.375 2.1875))", + "cx": -9.21875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.3972334037672, + "elevation": -17.609898965032418, + "thickness": 1.2058325574000825, + "density": 888.3618975295828, + "uC": 0.41344274676374093, + "vC": 0.02388241970699019, + "u10": 0.41344274676374093, + "v10": 0.02388241970699019, + "id": "2092" + }, + { + "geometry": "POLYGON ((-9.0625 2.1875, -9.0625 2.5, -8.75 2.5, -8.75 2.1875, -9.0625 2.1875))", + "cx": -8.90625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.746245464101044, + "elevation": -18.439685461195083, + "thickness": 1.2122118687758674, + "density": 900.7210922917403, + "uC": 0.3925044180140217, + "vC": 0.20855969172298125, + "u10": 0.3925044180140217, + "v10": 0.20855969172298125, + "id": "2093" + }, + { + "geometry": "POLYGON ((-9.375 1.875, -9.375 2.1875, -9.0625 2.1875, -9.0625 1.875, -9.375 1.875))", + "cx": -9.21875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.83603248422597, + "elevation": -20.98571808454541, + "thickness": 1.2039059490710384, + "density": 889.0189532169766, + "uC": 0.4056925008904152, + "vC": -0.0025579577051124316, + "u10": 0.4056925008904152, + "v10": -0.0025579577051124316, + "id": "2094" + }, + { + "geometry": "POLYGON ((-9.0625 1.875, -9.0625 2.1875, -8.75 2.1875, -8.75 1.875, -9.0625 1.875))", + "cx": -8.90625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.10385387281394, + "elevation": -27.13344614509831, + "thickness": 1.2256335867007837, + "density": 907.5194518095814, + "uC": 0.4817825981511381, + "vC": 0.10235507242848128, + "u10": 0.4817825981511381, + "v10": 0.10235507242848128, + "id": "2095" + }, + { + "geometry": "POLYGON ((-8.75 2.1875, -8.75 2.5, -8.4375 2.5, -8.4375 2.1875, -8.75 2.1875))", + "cx": -8.59375, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.072584134233395, + "elevation": -9.525607329428954, + "thickness": 1.23781526232762, + "density": 899.1769790137687, + "uC": 0.3946205338032032, + "vC": 0.32736458115396405, + "u10": 0.3946205338032032, + "v10": 0.32736458115396405, + "id": "2096" + }, + { + "geometry": "POLYGON ((-8.4375 2.1875, -8.4375 2.5, -8.125 2.5, -8.125 2.1875, -8.4375 2.1875))", + "cx": -8.28125, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.1411853660515, + "elevation": -0.3249356936064898, + "thickness": 1.2106357498912976, + "density": 904.3471492385327, + "uC": 0.44514564327976147, + "vC": 0.34613101208933295, + "u10": 0.44514564327976147, + "v10": 0.34613101208933295, + "id": "2097" + }, + { + "geometry": "POLYGON ((-8.75 1.875, -8.75 2.1875, -8.4375 2.1875, -8.4375 1.875, -8.75 1.875))", + "cx": -8.59375, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.588483800816775, + "elevation": -18.53035894309106, + "thickness": 1.2400197139491795, + "density": 904.5387505097385, + "uC": 0.47385505604736955, + "vC": 0.15379821858505593, + "u10": 0.47385505604736955, + "v10": 0.15379821858505593, + "id": "2098" + }, + { + "geometry": "POLYGON ((-8.4375 1.875, -8.4375 2.1875, -8.125 2.1875, -8.125 1.875, -8.4375 1.875))", + "cx": -8.28125, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.695476615580716, + "elevation": -10.93128722310026, + "thickness": 1.1969120360154468, + "density": 903.3659824165296, + "uC": 0.4825361717222091, + "vC": 0.25308662239521984, + "u10": 0.4825361717222091, + "v10": 0.25308662239521984, + "id": "2099" + }, + { + "geometry": "POLYGON ((-8.125 2.1875, -8.125 2.5, -7.8125 2.5, -7.8125 2.1875, -8.125 2.1875))", + "cx": -7.96875, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.93308828985273, + "elevation": 1.514390651510847, + "thickness": 1.1905093271270712, + "density": 911.5293227576484, + "uC": 0.4437661012942591, + "vC": 0.3033156259908638, + "u10": 0.4437661012942591, + "v10": 0.3033156259908638, + "id": "2100" + }, + { + "geometry": "POLYGON ((-7.8125 2.1875, -7.8125 2.5, -7.5 2.5, -7.5 2.1875, -7.8125 2.1875))", + "cx": -7.65625, + "cy": 2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.22598341676525, + "elevation": 0.9740503902066449, + "thickness": 1.1192829282373076, + "density": 922.8236878785483, + "uC": 0.37413662696869765, + "vC": 0.21896226733127552, + "u10": 0.37413662696869765, + "v10": 0.21896226733127552, + "id": "2101" + }, + { + "geometry": "POLYGON ((-8.125 1.875, -8.125 2.1875, -7.8125 2.1875, -7.8125 1.875, -8.125 1.875))", + "cx": -7.96875, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.71681144364145, + "elevation": -14.114012724697504, + "thickness": 1.1537078126658047, + "density": 913.0501460609319, + "uC": 0.4127740563511978, + "vC": 0.330844720436812, + "u10": 0.4127740563511978, + "v10": 0.330844720436812, + "id": "2102" + }, + { + "geometry": "POLYGON ((-7.8125 1.875, -7.8125 2.1875, -7.5 2.1875, -7.5 1.875, -7.8125 1.875))", + "cx": -7.65625, + "cy": 2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.65632436337148, + "elevation": -11.445812019907514, + "thickness": 1.09617658340647, + "density": 912.6820755456965, + "uC": 0.38070270143177865, + "vC": 0.2843568496097769, + "u10": 0.38070270143177865, + "v10": 0.2843568496097769, + "id": "2103" + }, + { + "geometry": "POLYGON ((-8.125 1.5625, -8.125 1.875, -7.8125 1.875, -7.8125 1.5625, -8.125 1.5625))", + "cx": -7.96875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.41876863739095, + "elevation": -26.21633788025189, + "thickness": 1.1261487302260225, + "density": 903.0099308010393, + "uC": 0.3900485653952841, + "vC": 0.3566662696802382, + "u10": 0.3900485653952841, + "v10": 0.3566662696802382, + "id": "2104" + }, + { + "geometry": "POLYGON ((-7.8125 1.5625, -7.8125 1.875, -7.5 1.875, -7.5 1.5625, -7.8125 1.5625))", + "cx": -7.65625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.48601590150055, + "elevation": -14.597463968828873, + "thickness": 1.0721695074652207, + "density": 901.1615058905916, + "uC": 0.42883415184359724, + "vC": 0.22057519271705855, + "u10": 0.42883415184359724, + "v10": 0.22057519271705855, + "id": "2105" + }, + { + "geometry": "POLYGON ((-8.125 1.25, -8.125 1.5625, -7.8125 1.5625, -7.8125 1.25, -8.125 1.25))", + "cx": -7.96875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.340734775193546, + "elevation": -30.65356531392046, + "thickness": 1.137299257637348, + "density": 900.3579279199387, + "uC": 0.43674089645837166, + "vC": 0.21962025131817037, + "u10": 0.43674089645837166, + "v10": 0.21962025131817037, + "id": "2106" + }, + { + "geometry": "POLYGON ((-7.8125 1.25, -7.8125 1.5625, -7.5 1.5625, -7.5 1.25, -7.8125 1.25))", + "cx": -7.65625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.16840822745488, + "elevation": -26.459505748582124, + "thickness": 1.081471164625765, + "density": 894.955351520312, + "uC": 0.45377613921879184, + "vC": 0.1747020773654308, + "u10": 0.45377613921879184, + "v10": 0.1747020773654308, + "id": "2107" + }, + { + "geometry": "POLYGON ((-10 0.9375, -10 1.25, -9.6875 1.25, -9.6875 0.9375, -10 0.9375))", + "cx": -9.84375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.82543605832325, + "elevation": -20.556057746300098, + "thickness": 1.1674543976317457, + "density": 895.01271341336, + "uC": 0.245214262686765, + "vC": -0.13458677812338868, + "u10": 0.245214262686765, + "v10": -0.13458677812338868, + "id": "2108" + }, + { + "geometry": "POLYGON ((-9.6875 0.9375, -9.6875 1.25, -9.375 1.25, -9.375 0.9375, -9.6875 0.9375))", + "cx": -9.53125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.97346747591412, + "elevation": -22.307640005785764, + "thickness": 1.2234398365736308, + "density": 887.1757769688306, + "uC": 0.26121641513174604, + "vC": -0.08944465530996008, + "u10": 0.26121641513174604, + "v10": -0.08944465530996008, + "id": "2109" + }, + { + "geometry": "POLYGON ((-10 0.625, -10 0.9375, -9.6875 0.9375, -9.6875 0.625, -10 0.625))", + "cx": -9.84375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.08183222422467, + "elevation": -5.1762575468903345, + "thickness": 1.1762460166352848, + "density": 894.927442575682, + "uC": 0.15566510006898396, + "vC": -0.26736163180796824, + "u10": 0.15566510006898396, + "v10": -0.26736163180796824, + "id": "2110" + }, + { + "geometry": "POLYGON ((-9.6875 0.625, -9.6875 0.9375, -9.375 0.9375, -9.375 0.625, -9.6875 0.625))", + "cx": -9.53125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.07358650524537, + "elevation": -10.981596896761406, + "thickness": 1.173866286634213, + "density": 892.6940341323754, + "uC": 0.2513815501038459, + "vC": -0.2760152509658825, + "u10": 0.2513815501038459, + "v10": -0.2760152509658825, + "id": "2111" + }, + { + "geometry": "POLYGON ((-9.375 0.9375, -9.375 1.25, -9.0625 1.25, -9.0625 0.9375, -9.375 0.9375))", + "cx": -9.21875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.532859324757048, + "elevation": -13.930662515904364, + "thickness": 1.2324374862002858, + "density": 885.5537550668889, + "uC": 0.28467563766733983, + "vC": 0.024690578169615136, + "u10": 0.28467563766733983, + "v10": 0.024690578169615136, + "id": "2112" + }, + { + "geometry": "POLYGON ((-9.0625 0.9375, -9.0625 1.25, -8.75 1.25, -8.75 0.9375, -9.0625 0.9375))", + "cx": -8.90625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.598043783770166, + "elevation": -24.85121027093739, + "thickness": 1.2173135063395928, + "density": 887.3865896147246, + "uC": 0.31881177978430386, + "vC": -0.039557542412817094, + "u10": 0.31881177978430386, + "v10": -0.039557542412817094, + "id": "2113" + }, + { + "geometry": "POLYGON ((-9.375 0.625, -9.375 0.9375, -9.0625 0.9375, -9.0625 0.625, -9.375 0.625))", + "cx": -9.21875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.653322592039856, + "elevation": -21.301090643901198, + "thickness": 1.189406029147555, + "density": 883.4028338717831, + "uC": 0.2713826063765024, + "vC": -0.1434199320649767, + "u10": 0.2713826063765024, + "v10": -0.1434199320649767, + "id": "2114" + }, + { + "geometry": "POLYGON ((-9.0625 0.625, -9.0625 0.9375, -8.75 0.9375, -8.75 0.625, -9.0625 0.625))", + "cx": -8.90625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.898722224635804, + "elevation": -34.79075285477517, + "thickness": 1.1780238447450355, + "density": 883.3252389317556, + "uC": 0.3076809068298394, + "vC": -0.09655075688376907, + "u10": 0.3076809068298394, + "v10": -0.09655075688376907, + "id": "2115" + }, + { + "geometry": "POLYGON ((-10 0.3125, -10 0.625, -9.6875 0.625, -9.6875 0.3125, -10 0.3125))", + "cx": -9.84375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.35221996501617, + "elevation": 4.283112999587878, + "thickness": 1.0990000649010219, + "density": 891.0619515195012, + "uC": 0.10067016339094878, + "vC": -0.3508093485285927, + "u10": 0.10067016339094878, + "v10": -0.3508093485285927, + "id": "2116" + }, + { + "geometry": "POLYGON ((-9.6875 0.3125, -9.6875 0.625, -9.375 0.625, -9.375 0.3125, -9.6875 0.3125))", + "cx": -9.53125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.96638362487463, + "elevation": -7.437060444770415, + "thickness": 1.1350054016136988, + "density": 886.2423920409967, + "uC": 0.22088414534328182, + "vC": -0.28847740122169374, + "u10": 0.22088414534328182, + "v10": -0.28847740122169374, + "id": "2117" + }, + { + "geometry": "POLYGON ((-10 0, -10 0.3125, -9.6875 0.3125, -9.6875 0, -10 0))", + "cx": -9.84375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.41327249003625, + "elevation": -8.162038230583423, + "thickness": 1.115044327189994, + "density": 878.0007545814143, + "uC": 0.2010668453592233, + "vC": -0.31155242038505404, + "u10": 0.2010668453592233, + "v10": -0.31155242038505404, + "id": "2118" + }, + { + "geometry": "POLYGON ((-9.6875 0, -9.6875 0.3125, -9.375 0.3125, -9.375 0, -9.6875 0))", + "cx": -9.53125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.18127552887655, + "elevation": -9.082500467214532, + "thickness": 1.1668340592716513, + "density": 883.5617087794842, + "uC": 0.22306965345179164, + "vC": -0.35105521030971565, + "u10": 0.22306965345179164, + "v10": -0.35105521030971565, + "id": "2119" + }, + { + "geometry": "POLYGON ((-9.375 0.3125, -9.375 0.625, -9.0625 0.625, -9.0625 0.3125, -9.375 0.3125))", + "cx": -9.21875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.231176263739286, + "elevation": -15.218743901218803, + "thickness": 1.1815382265537906, + "density": 884.8513860471626, + "uC": 0.24990666536922668, + "vC": -0.22653244783278637, + "u10": 0.24990666536922668, + "v10": -0.22653244783278637, + "id": "2120" + }, + { + "geometry": "POLYGON ((-9.0625 0.3125, -9.0625 0.625, -8.75 0.625, -8.75 0.3125, -9.0625 0.3125))", + "cx": -8.90625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.612088837035614, + "elevation": -26.77018655684507, + "thickness": 1.1904216229880213, + "density": 885.8306501073806, + "uC": 0.278012038035101, + "vC": -0.23894336857625992, + "u10": 0.278012038035101, + "v10": -0.23894336857625992, + "id": "2121" + }, + { + "geometry": "POLYGON ((-9.375 0, -9.375 0.3125, -9.0625 0.3125, -9.0625 0, -9.375 0))", + "cx": -9.21875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.53664194111224, + "elevation": -14.313105980142272, + "thickness": 1.1631905165730227, + "density": 889.2106068864423, + "uC": 0.2537394959721769, + "vC": -0.35816678899157994, + "u10": 0.2537394959721769, + "v10": -0.35816678899157994, + "id": "2122" + }, + { + "geometry": "POLYGON ((-9.0625 0, -9.0625 0.3125, -8.75 0.3125, -8.75 0, -9.0625 0))", + "cx": -8.90625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 34.55546334798574, + "elevation": -32.65601555015086, + "thickness": 1.1656178536949144, + "density": 891.7692713123758, + "uC": 0.1902514135205019, + "vC": -0.4012617641559278, + "u10": 0.1902514135205019, + "v10": -0.4012617641559278, + "id": "2123" + }, + { + "geometry": "POLYGON ((2.5 1.5625, 2.5 1.875, 2.8125 1.875, 2.8125 1.5625, 2.5 1.5625))", + "cx": 2.65625, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.566080440272074, + "elevation": 16.758864804535502, + "thickness": 1.2441439332220812, + "density": 940.8902291771628, + "uC": 0.229817581926803, + "vC": -0.37270109691064335, + "u10": 0.229817581926803, + "v10": -0.37270109691064335, + "id": "2124" + }, + { + "geometry": "POLYGON ((2.8125 1.5625, 2.8125 1.875, 3.125 1.875, 3.125 1.5625, 2.8125 1.5625))", + "cx": 2.96875, + "cy": 1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.91341587208233, + "elevation": 8.83747224707951, + "thickness": 1.2060954916514368, + "density": 941.4082279026911, + "uC": 0.14447160422433056, + "vC": -0.3184130991143431, + "u10": 0.14447160422433056, + "v10": -0.3184130991143431, + "id": "2125" + }, + { + "geometry": "POLYGON ((2.5 1.25, 2.5 1.5625, 2.8125 1.5625, 2.8125 1.25, 2.5 1.25))", + "cx": 2.65625, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.06793298683401, + "elevation": -0.0749099081329554, + "thickness": 1.2392397004961375, + "density": 934.8386338666216, + "uC": 0.19577348923441287, + "vC": -0.4153185544656422, + "u10": 0.19577348923441287, + "v10": -0.4153185544656422, + "id": "2126" + }, + { + "geometry": "POLYGON ((2.8125 1.25, 2.8125 1.5625, 3.125 1.5625, 3.125 1.25, 2.8125 1.25))", + "cx": 2.96875, + "cy": 1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.416139682069144, + "elevation": 2.2624602425215725, + "thickness": 1.2135392978703456, + "density": 940.1261921293506, + "uC": 0.1401247583310238, + "vC": -0.37557443098446713, + "u10": 0.1401247583310238, + "v10": -0.37557443098446713, + "id": "2127" + }, + { + "geometry": "POLYGON ((2.5 0.9375, 2.5 1.25, 2.8125 1.25, 2.8125 0.9375, 2.5 0.9375))", + "cx": 2.65625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.01292930271481, + "elevation": -11.960369072796201, + "thickness": 1.3002631491013665, + "density": 917.4074572731213, + "uC": 0.35150483667196514, + "vC": -0.30176774925495564, + "u10": 0.35150483667196514, + "v10": -0.30176774925495564, + "id": "2128" + }, + { + "geometry": "POLYGON ((2.8125 0.9375, 2.8125 1.25, 3.125 1.25, 3.125 0.9375, 2.8125 0.9375))", + "cx": 2.96875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.786109547166035, + "elevation": -3.333214551015058, + "thickness": 1.2680168799382123, + "density": 927.8774649874656, + "uC": 0.19390764366383118, + "vC": -0.3718450403523744, + "u10": 0.19390764366383118, + "v10": -0.3718450403523744, + "id": "2129" + }, + { + "geometry": "POLYGON ((2.5 0.625, 2.5 0.9375, 2.8125 0.9375, 2.8125 0.625, 2.5 0.625))", + "cx": 2.65625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.72630588296881, + "elevation": -20.155038579551068, + "thickness": 1.2893423514406805, + "density": 918.2162864222876, + "uC": 0.38339921034810637, + "vC": -0.20364327214498296, + "u10": 0.38339921034810637, + "v10": -0.20364327214498296, + "id": "2130" + }, + { + "geometry": "POLYGON ((2.8125 0.625, 2.8125 0.9375, 3.125 0.9375, 3.125 0.625, 2.8125 0.625))", + "cx": 2.96875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.06898753722875, + "elevation": -18.55494273746234, + "thickness": 1.280410186515005, + "density": 923.5676228406251, + "uC": 0.29887340046261773, + "vC": -0.2670059477506515, + "u10": 0.29887340046261773, + "v10": -0.2670059477506515, + "id": "2131" + }, + { + "geometry": "POLYGON ((3.125 0.9375, 3.125 1.25, 3.4375 1.25, 3.4375 0.9375, 3.125 0.9375))", + "cx": 3.28125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.40218097727005, + "elevation": -5.625831365068916, + "thickness": 1.200627995630854, + "density": 934.8052915697277, + "uC": 0.13195086067590403, + "vC": -0.3662436024493093, + "u10": 0.13195086067590403, + "v10": -0.3662436024493093, + "id": "2132" + }, + { + "geometry": "POLYGON ((3.4375 0.9375, 3.4375 1.25, 3.75 1.25, 3.75 0.9375, 3.4375 0.9375))", + "cx": 3.59375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.73389630615846, + "elevation": -3.3742128045960094, + "thickness": 1.144696611074784, + "density": 939.566879277672, + "uC": 0.11942637223952468, + "vC": -0.3664272336682852, + "u10": 0.11942637223952468, + "v10": -0.3664272336682852, + "id": "2133" + }, + { + "geometry": "POLYGON ((3.125 0.625, 3.125 0.9375, 3.4375 0.9375, 3.4375 0.625, 3.125 0.625))", + "cx": 3.28125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.68014710261555, + "elevation": -11.100665719416401, + "thickness": 1.245219015654346, + "density": 936.8084014361004, + "uC": 0.22160507446246897, + "vC": -0.34585677338005294, + "u10": 0.22160507446246897, + "v10": -0.34585677338005294, + "id": "2134" + }, + { + "geometry": "POLYGON ((3.4375 0.625, 3.4375 0.9375, 3.75 0.9375, 3.75 0.625, 3.4375 0.625))", + "cx": 3.59375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.92515817663052, + "elevation": -5.212215234395083, + "thickness": 1.1595846281095938, + "density": 933.1795498069973, + "uC": 0.22826630954767982, + "vC": -0.33981759634652375, + "u10": 0.22826630954767982, + "v10": -0.33981759634652375, + "id": "2135" + }, + { + "geometry": "POLYGON ((2.5 0.3125, 2.5 0.625, 2.8125 0.625, 2.8125 0.3125, 2.5 0.3125))", + "cx": 2.65625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.47186457286605, + "elevation": -25.132048122605262, + "thickness": 1.2869117134766437, + "density": 928.3337409816305, + "uC": 0.3078270409934199, + "vC": -0.27897922044734585, + "u10": 0.3078270409934199, + "v10": -0.27897922044734585, + "id": "2136" + }, + { + "geometry": "POLYGON ((2.8125 0.3125, 2.8125 0.625, 3.125 0.625, 3.125 0.3125, 2.8125 0.3125))", + "cx": 2.96875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.78885661305874, + "elevation": -23.69439101460967, + "thickness": 1.282786771267594, + "density": 932.5377203613655, + "uC": 0.29170398110615453, + "vC": -0.4077574600833821, + "u10": 0.29170398110615453, + "v10": -0.4077574600833821, + "id": "2137" + }, + { + "geometry": "POLYGON ((2.5 0, 2.5 0.3125, 2.8125 0.3125, 2.8125 0, 2.5 0))", + "cx": 2.65625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.76278644329186, + "elevation": -22.810642847072334, + "thickness": 1.2785967791429824, + "density": 933.5648510663088, + "uC": 0.31957925037239476, + "vC": -0.3127893404164092, + "u10": 0.31957925037239476, + "v10": -0.3127893404164092, + "id": "2138" + }, + { + "geometry": "POLYGON ((2.8125 0, 2.8125 0.3125, 3.125 0.3125, 3.125 0, 2.8125 0))", + "cx": 2.96875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.368446013486945, + "elevation": -12.301752687630051, + "thickness": 1.254338336845495, + "density": 935.2261230603735, + "uC": 0.13573731893743401, + "vC": -0.42064106848782035, + "u10": 0.13573731893743401, + "v10": -0.42064106848782035, + "id": "2139" + }, + { + "geometry": "POLYGON ((3.125 0.3125, 3.125 0.625, 3.4375 0.625, 3.4375 0.3125, 3.125 0.3125))", + "cx": 3.28125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.28221632700763, + "elevation": -18.581161946969026, + "thickness": 1.2635782399673348, + "density": 932.4046371173129, + "uC": 0.3029788760604617, + "vC": -0.386525175287028, + "u10": 0.3029788760604617, + "v10": -0.386525175287028, + "id": "2140" + }, + { + "geometry": "POLYGON ((3.4375 0.3125, 3.4375 0.625, 3.75 0.625, 3.75 0.3125, 3.4375 0.3125))", + "cx": 3.59375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.358386657926154, + "elevation": -16.045155269815698, + "thickness": 1.1856681595843086, + "density": 922.5664284545514, + "uC": 0.34605296653177986, + "vC": -0.2840162324373164, + "u10": 0.34605296653177986, + "v10": -0.2840162324373164, + "id": "2141" + }, + { + "geometry": "POLYGON ((3.125 0, 3.125 0.3125, 3.4375 0.3125, 3.4375 0, 3.125 0))", + "cx": 3.28125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.69345935981573, + "elevation": -20.57788681424406, + "thickness": 1.2218946550726208, + "density": 931.0304781056682, + "uC": 0.22308855365526956, + "vC": -0.3906037328026453, + "u10": 0.22308855365526956, + "v10": -0.3906037328026453, + "id": "2142" + }, + { + "geometry": "POLYGON ((3.4375 0, 3.4375 0.3125, 3.75 0.3125, 3.75 0, 3.4375 0))", + "cx": 3.59375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.44939627043195, + "elevation": -20.08231941502506, + "thickness": 1.1696269574142817, + "density": 926.4802133494613, + "uC": 0.24394476186972408, + "vC": -0.3932511782271167, + "u10": 0.24394476186972408, + "v10": -0.3932511782271167, + "id": "2143" + }, + { + "geometry": "POLYGON ((4.375 0.9375, 4.375 1.25, 4.6875 1.25, 4.6875 0.9375, 4.375 0.9375))", + "cx": 4.53125, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.73017588594954, + "elevation": 12.122519054015855, + "thickness": 1.0405033862738082, + "density": 922.3736187674089, + "uC": 0.09683749020875361, + "vC": -0.2828303443932787, + "u10": 0.09683749020875361, + "v10": -0.2828303443932787, + "id": "2144" + }, + { + "geometry": "POLYGON ((4.6875 0.9375, 4.6875 1.25, 5 1.25, 5 0.9375, 4.6875 0.9375))", + "cx": 4.84375, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.84915278926683, + "elevation": 1.4075823892588248, + "thickness": 1.098870354784169, + "density": 920.7295624404312, + "uC": 0.1758237827527569, + "vC": -0.30908758447314905, + "u10": 0.1758237827527569, + "v10": -0.30908758447314905, + "id": "2145" + }, + { + "geometry": "POLYGON ((4.375 0.625, 4.375 0.9375, 4.6875 0.9375, 4.6875 0.625, 4.375 0.625))", + "cx": 4.53125, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.998599521433405, + "elevation": 3.1616806128215815, + "thickness": 1.0561619742320387, + "density": 915.3111301331575, + "uC": 0.09360998341200377, + "vC": -0.3241487928844919, + "u10": 0.09360998341200377, + "v10": -0.3241487928844919, + "id": "2146" + }, + { + "geometry": "POLYGON ((4.6875 0.625, 4.6875 0.9375, 5 0.9375, 5 0.625, 4.6875 0.625))", + "cx": 4.84375, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.23987276931928, + "elevation": -6.733518251143198, + "thickness": 1.0826710825036912, + "density": 916.325263571174, + "uC": 0.09277792242220738, + "vC": -0.35234379754246264, + "u10": 0.09277792242220738, + "v10": -0.35234379754246264, + "id": "2147" + }, + { + "geometry": "POLYGON ((3.75 0.3125, 3.75 0.625, 4.0625 0.625, 4.0625 0.3125, 3.75 0.3125))", + "cx": 3.90625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.51393720501662, + "elevation": -2.3383967056666872, + "thickness": 1.1335175451116428, + "density": 924.0171244129921, + "uC": 0.3335740670143936, + "vC": -0.268367567880363, + "u10": 0.3335740670143936, + "v10": -0.268367567880363, + "id": "2148" + }, + { + "geometry": "POLYGON ((4.0625 0.3125, 4.0625 0.625, 4.375 0.625, 4.375 0.3125, 4.0625 0.3125))", + "cx": 4.21875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.850924331433205, + "elevation": 11.985229384185667, + "thickness": 1.09643160798173, + "density": 918.1315717566649, + "uC": 0.259265950518609, + "vC": -0.28048523875837345, + "u10": 0.259265950518609, + "v10": -0.28048523875837345, + "id": "2149" + }, + { + "geometry": "POLYGON ((3.75 0, 3.75 0.3125, 4.0625 0.3125, 4.0625 0, 3.75 0))", + "cx": 3.90625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.79624786084605, + "elevation": -1.6989181135884799, + "thickness": 1.1365928334829651, + "density": 923.5857716254905, + "uC": 0.3108933989602449, + "vC": -0.2830828497325766, + "u10": 0.3108933989602449, + "v10": -0.2830828497325766, + "id": "2150" + }, + { + "geometry": "POLYGON ((4.0625 0, 4.0625 0.3125, 4.375 0.3125, 4.375 0, 4.0625 0))", + "cx": 4.21875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.747934680539444, + "elevation": 11.479327034951272, + "thickness": 1.1185512753326496, + "density": 919.791194962527, + "uC": 0.278844255251105, + "vC": -0.19120008767204225, + "u10": 0.278844255251105, + "v10": -0.19120008767204225, + "id": "2151" + }, + { + "geometry": "POLYGON ((4.375 0.3125, 4.375 0.625, 4.6875 0.625, 4.6875 0.3125, 4.375 0.3125))", + "cx": 4.53125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.31147884219635, + "elevation": 9.38483272107484, + "thickness": 1.056460010748712, + "density": 915.4082989870546, + "uC": 0.13773805654828297, + "vC": -0.3057875614839224, + "u10": 0.13773805654828297, + "v10": -0.3057875614839224, + "id": "2152" + }, + { + "geometry": "POLYGON ((4.6875 0.3125, 4.6875 0.625, 5 0.625, 5 0.3125, 4.6875 0.3125))", + "cx": 4.84375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.847573842716365, + "elevation": -3.2624239088349034, + "thickness": 1.0970641823272391, + "density": 913.4525491135187, + "uC": 0.16569480176834508, + "vC": -0.2738171140875093, + "u10": 0.16569480176834508, + "v10": -0.2738171140875093, + "id": "2153" + }, + { + "geometry": "POLYGON ((4.375 0, 4.375 0.3125, 4.6875 0.3125, 4.6875 0, 4.375 0))", + "cx": 4.53125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.807210196637556, + "elevation": 9.286725696796175, + "thickness": 1.069227478107376, + "density": 919.8204727297277, + "uC": 0.21324452134974697, + "vC": -0.2615608097784258, + "u10": 0.21324452134974697, + "v10": -0.2615608097784258, + "id": "2154" + }, + { + "geometry": "POLYGON ((4.6875 0, 4.6875 0.3125, 5 0.3125, 5 0, 4.6875 0))", + "cx": 4.84375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.69415461604799, + "elevation": 5.649948096633416, + "thickness": 1.0608552347102778, + "density": 908.3962473203653, + "uC": 0.24356811717182936, + "vC": -0.26866758402275287, + "u10": 0.24356811717182936, + "v10": -0.26866758402275287, + "id": "2155" + }, + { + "geometry": "POLYGON ((5.625 4.6875, 5.625 5, 5.9375 5, 5.9375 4.6875, 5.625 4.6875))", + "cx": 5.78125, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.67318825299418, + "elevation": 17.640313513057905, + "thickness": 1.090915744399364, + "density": 962.4926708189121, + "uC": -0.35682558195837644, + "vC": -0.5422753255963235, + "u10": -0.35682558195837644, + "v10": -0.5422753255963235, + "id": "2156" + }, + { + "geometry": "POLYGON ((5.9375 4.6875, 5.9375 5, 6.25 5, 6.25 4.6875, 5.9375 4.6875))", + "cx": 6.09375, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.57839068383649, + "elevation": 6.608658277757229, + "thickness": 1.1209935892384193, + "density": 968.892138272161, + "uC": -0.4657472201284082, + "vC": -0.41604042345327613, + "u10": -0.4657472201284082, + "v10": -0.41604042345327613, + "id": "2157" + }, + { + "geometry": "POLYGON ((5.625 4.375, 5.625 4.6875, 5.9375 4.6875, 5.9375 4.375, 5.625 4.375))", + "cx": 5.78125, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.876242903109656, + "elevation": 18.46015764312745, + "thickness": 1.040216461531128, + "density": 958.8604619095835, + "uC": -0.3783038992951583, + "vC": -0.5540585296364982, + "u10": -0.3783038992951583, + "v10": -0.5540585296364982, + "id": "2158" + }, + { + "geometry": "POLYGON ((5.9375 4.375, 5.9375 4.6875, 6.25 4.6875, 6.25 4.375, 5.9375 4.375))", + "cx": 6.09375, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.1119596018581, + "elevation": 1.7404181739226257, + "thickness": 1.0897667551980976, + "density": 959.7620532529279, + "uC": -0.4721686361513484, + "vC": -0.3672472831161495, + "u10": -0.4721686361513484, + "v10": -0.3672472831161495, + "id": "2159" + }, + { + "geometry": "POLYGON ((5.625 4.0625, 5.625 4.375, 5.9375 4.375, 5.9375 4.0625, 5.625 4.0625))", + "cx": 5.78125, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.79270841272178, + "elevation": 19.820641985357092, + "thickness": 1.0595910570706377, + "density": 952.1857168606716, + "uC": -0.08876799535512514, + "vC": -0.6862903855382463, + "u10": -0.08876799535512514, + "v10": -0.6862903855382463, + "id": "2160" + }, + { + "geometry": "POLYGON ((5.9375 4.0625, 5.9375 4.375, 6.25 4.375, 6.25 4.0625, 5.9375 4.0625))", + "cx": 6.09375, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.74098774515022, + "elevation": -2.2785550579355425, + "thickness": 1.108107726987836, + "density": 952.4843154093114, + "uC": -0.3345357785632007, + "vC": -0.5808040868572897, + "u10": -0.3345357785632007, + "v10": -0.5808040868572897, + "id": "2161" + }, + { + "geometry": "POLYGON ((5.625 3.75, 5.625 4.0625, 5.9375 4.0625, 5.9375 3.75, 5.625 3.75))", + "cx": 5.78125, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.78566356772622, + "elevation": 9.546285084320544, + "thickness": 1.121653385525796, + "density": 947.0866649464102, + "uC": 0.11949655940656204, + "vC": -0.6430214372038536, + "u10": 0.11949655940656204, + "v10": -0.6430214372038536, + "id": "2162" + }, + { + "geometry": "POLYGON ((5.9375 3.75, 5.9375 4.0625, 6.25 4.0625, 6.25 3.75, 5.9375 3.75))", + "cx": 6.09375, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.89873491698836, + "elevation": 11.065839137856786, + "thickness": 1.1743699845994597, + "density": 945.7084173569654, + "uC": -0.07557780323568694, + "vC": -0.6588306982940135, + "u10": -0.07557780323568694, + "v10": -0.6588306982940135, + "id": "2163" + }, + { + "geometry": "POLYGON ((6.25 4.6875, 6.25 5, 6.5625 5, 6.5625 4.6875, 6.25 4.6875))", + "cx": 6.40625, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.981909635273105, + "elevation": 7.022577820020947, + "thickness": 1.123455771471427, + "density": 962.4442334966608, + "uC": -0.4609470962834513, + "vC": -0.37065798244281306, + "u10": -0.4609470962834513, + "v10": -0.37065798244281306, + "id": "2164" + }, + { + "geometry": "POLYGON ((6.5625 4.6875, 6.5625 5, 6.875 5, 6.875 4.6875, 6.5625 4.6875))", + "cx": 6.71875, + "cy": 4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.085362898214555, + "elevation": 6.089664564414573, + "thickness": 1.0895640218447176, + "density": 954.9236683364168, + "uC": -0.3443415907667448, + "vC": -0.4046807005377282, + "u10": -0.3443415907667448, + "v10": -0.4046807005377282, + "id": "2165" + }, + { + "geometry": "POLYGON ((6.25 4.375, 6.25 4.6875, 6.5625 4.6875, 6.5625 4.375, 6.25 4.375))", + "cx": 6.40625, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.86634751684449, + "elevation": -0.9444451984508662, + "thickness": 1.1238378420232742, + "density": 958.1069342066514, + "uC": -0.5344577016473446, + "vC": -0.2298469501008284, + "u10": -0.5344577016473446, + "v10": -0.2298469501008284, + "id": "2166" + }, + { + "geometry": "POLYGON ((6.5625 4.375, 6.5625 4.6875, 6.875 4.6875, 6.875 4.375, 6.5625 4.375))", + "cx": 6.71875, + "cy": 4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.835952810577524, + "elevation": 8.264299326583842, + "thickness": 1.133300550854569, + "density": 954.1590295819412, + "uC": -0.37380911952172785, + "vC": -0.3805857720059591, + "u10": -0.37380911952172785, + "v10": -0.3805857720059591, + "id": "2167" + }, + { + "geometry": "POLYGON ((6.25 4.0625, 6.25 4.375, 6.5625 4.375, 6.5625 4.0625, 6.25 4.0625))", + "cx": 6.40625, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.91185466532748, + "elevation": -2.8229198167475396, + "thickness": 1.1485017427006001, + "density": 952.7209040906587, + "uC": -0.4171134860195741, + "vC": -0.45817578294895545, + "u10": -0.4171134860195741, + "v10": -0.45817578294895545, + "id": "2168" + }, + { + "geometry": "POLYGON ((6.5625 4.0625, 6.5625 4.375, 6.875 4.375, 6.875 4.0625, 6.5625 4.0625))", + "cx": 6.71875, + "cy": 4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.205954487663675, + "elevation": -0.5404804707206536, + "thickness": 1.1665068982868227, + "density": 949.0614779359961, + "uC": -0.28896105102059955, + "vC": -0.5338626011755419, + "u10": -0.28896105102059955, + "v10": -0.5338626011755419, + "id": "2169" + }, + { + "geometry": "POLYGON ((6.25 3.75, 6.25 4.0625, 6.5625 4.0625, 6.5625 3.75, 6.25 3.75))", + "cx": 6.40625, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.79372493481873, + "elevation": 0.07150368305527244, + "thickness": 1.1768331958613394, + "density": 945.221820625279, + "uC": -0.16532497232148796, + "vC": -0.6651633169721914, + "u10": -0.16532497232148796, + "v10": -0.6651633169721914, + "id": "2170" + }, + { + "geometry": "POLYGON ((6.5625 3.75, 6.5625 4.0625, 6.875 4.0625, 6.875 3.75, 6.5625 3.75))", + "cx": 6.71875, + "cy": 3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.74977461003586, + "elevation": -4.758070110791101, + "thickness": 1.1698427079465592, + "density": 936.0629766965054, + "uC": -0.22874758670372553, + "vC": -0.6523542983671813, + "u10": -0.22874758670372553, + "v10": -0.6523542983671813, + "id": "2171" + }, + { + "geometry": "POLYGON ((6.25 3.4375, 6.25 3.75, 6.5625 3.75, 6.5625 3.4375, 6.25 3.4375))", + "cx": 6.40625, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.36939919450831, + "elevation": 5.267548554641462, + "thickness": 1.1431825066651533, + "density": 936.308060999035, + "uC": -0.31358201811444064, + "vC": -0.6361265129198114, + "u10": -0.31358201811444064, + "v10": -0.6361265129198114, + "id": "2172" + }, + { + "geometry": "POLYGON ((6.5625 3.4375, 6.5625 3.75, 6.875 3.75, 6.875 3.4375, 6.5625 3.4375))", + "cx": 6.71875, + "cy": 3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.71018781944184, + "elevation": -4.6021477674829, + "thickness": 1.1448179230252276, + "density": 936.3460164196083, + "uC": -0.2185741112191266, + "vC": -0.7174990383613207, + "u10": -0.2185741112191266, + "v10": -0.7174990383613207, + "id": "2173" + }, + { + "geometry": "POLYGON ((6.25 3.125, 6.25 3.4375, 6.5625 3.4375, 6.5625 3.125, 6.25 3.125))", + "cx": 6.40625, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.817678101239025, + "elevation": 2.0958799780860224, + "thickness": 1.1176658658390388, + "density": 935.9901205055002, + "uC": -0.2693127196726757, + "vC": -0.6464704424825652, + "u10": -0.2693127196726757, + "v10": -0.6464704424825652, + "id": "2174" + }, + { + "geometry": "POLYGON ((6.5625 3.125, 6.5625 3.4375, 6.875 3.4375, 6.875 3.125, 6.5625 3.125))", + "cx": 6.71875, + "cy": 3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.5008224325307, + "elevation": -3.4969407409826507, + "thickness": 1.1555562067612088, + "density": 932.1889121902836, + "uC": -0.28939017563664055, + "vC": -0.6746592608332921, + "u10": -0.28939017563664055, + "v10": -0.6746592608332921, + "id": "2175" + }, + { + "geometry": "POLYGON ((5 0.9375, 5 1.25, 5.3125 1.25, 5.3125 0.9375, 5 0.9375))", + "cx": 5.15625, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.43540834973504, + "elevation": -7.80722980770643, + "thickness": 1.1300657556865747, + "density": 919.6244252910583, + "uC": 0.16581386068295983, + "vC": -0.37724972587688704, + "u10": 0.16581386068295983, + "v10": -0.37724972587688704, + "id": "2176" + }, + { + "geometry": "POLYGON ((5.3125 0.9375, 5.3125 1.25, 5.625 1.25, 5.625 0.9375, 5.3125 0.9375))", + "cx": 5.46875, + "cy": 1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.05829425183545, + "elevation": -1.1567320553061382, + "thickness": 1.122866878692137, + "density": 918.0377864683641, + "uC": 0.21472291838339108, + "vC": -0.38818852006721793, + "u10": 0.21472291838339108, + "v10": -0.38818852006721793, + "id": "2177" + }, + { + "geometry": "POLYGON ((5 0.625, 5 0.9375, 5.3125 0.9375, 5.3125 0.625, 5 0.625))", + "cx": 5.15625, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.68971426633325, + "elevation": -9.326410491723967, + "thickness": 1.1257227411255641, + "density": 916.0322454664963, + "uC": 0.18827862234700188, + "vC": -0.37113567608558834, + "u10": 0.18827862234700188, + "v10": -0.37113567608558834, + "id": "2178" + }, + { + "geometry": "POLYGON ((5.3125 0.625, 5.3125 0.9375, 5.625 0.9375, 5.625 0.625, 5.3125 0.625))", + "cx": 5.46875, + "cy": 0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.6841859671993, + "elevation": -6.481215474847629, + "thickness": 1.1897023989667446, + "density": 917.6342891098876, + "uC": 0.26885696290965605, + "vC": -0.3122022996443298, + "u10": 0.26885696290965605, + "v10": -0.3122022996443298, + "id": "2179" + }, + { + "geometry": "POLYGON ((5 0.3125, 5 0.625, 5.3125 0.625, 5.3125 0.3125, 5 0.3125))", + "cx": 5.15625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.80432320796314, + "elevation": -1.6174267912716818, + "thickness": 1.1351035901896256, + "density": 912.4904711044398, + "uC": 0.1942381711789776, + "vC": -0.33655575368654356, + "u10": 0.1942381711789776, + "v10": -0.33655575368654356, + "id": "2180" + }, + { + "geometry": "POLYGON ((5.3125 0.3125, 5.3125 0.625, 5.625 0.625, 5.625 0.3125, 5.3125 0.3125))", + "cx": 5.46875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.18899623524011, + "elevation": 0.5669099614347237, + "thickness": 1.1906618409435115, + "density": 912.9692352770053, + "uC": 0.2718301261143009, + "vC": -0.25623357916743483, + "u10": 0.2718301261143009, + "v10": -0.25623357916743483, + "id": "2181" + }, + { + "geometry": "POLYGON ((5 0, 5 0.3125, 5.3125 0.3125, 5.3125 0, 5 0))", + "cx": 5.15625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.90763192954995, + "elevation": -2.942573038077617, + "thickness": 1.1198034258481089, + "density": 915.2534216946514, + "uC": 0.1202274777952133, + "vC": -0.3000855785926818, + "u10": 0.1202274777952133, + "v10": -0.3000855785926818, + "id": "2182" + }, + { + "geometry": "POLYGON ((5.3125 0, 5.3125 0.3125, 5.625 0.3125, 5.625 0, 5.3125 0))", + "cx": 5.46875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.58054384300985, + "elevation": 1.5992776280679015, + "thickness": 1.1862876094690686, + "density": 919.0394415945389, + "uC": 0.11672462085746288, + "vC": -0.23569756670161413, + "u10": 0.11672462085746288, + "v10": -0.23569756670161413, + "id": "2183" + }, + { + "geometry": "POLYGON ((5.625 0.3125, 5.625 0.625, 5.9375 0.625, 5.9375 0.3125, 5.625 0.3125))", + "cx": 5.78125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.50792499727552, + "elevation": -2.52295374767328, + "thickness": 1.175430927262103, + "density": 920.0109199721318, + "uC": 0.2800898384089022, + "vC": -0.16305073631029818, + "u10": 0.2800898384089022, + "v10": -0.16305073631029818, + "id": "2184" + }, + { + "geometry": "POLYGON ((5.9375 0.3125, 5.9375 0.625, 6.25 0.625, 6.25 0.3125, 5.9375 0.3125))", + "cx": 6.09375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.53021404650735, + "elevation": -4.107784811880223, + "thickness": 1.1614281170900322, + "density": 925.0401553156028, + "uC": 0.3276322786990476, + "vC": -0.1393009572219548, + "u10": 0.3276322786990476, + "v10": -0.1393009572219548, + "id": "2185" + }, + { + "geometry": "POLYGON ((5.625 0, 5.625 0.3125, 5.9375 0.3125, 5.9375 0, 5.625 0))", + "cx": 5.78125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.02934298093578, + "elevation": -6.7654628840127184, + "thickness": 1.1847026206255689, + "density": 916.574804877164, + "uC": 0.18104931196423357, + "vC": -0.1711080596950856, + "u10": 0.18104931196423357, + "v10": -0.1711080596950856, + "id": "2186" + }, + { + "geometry": "POLYGON ((5.9375 0, 5.9375 0.3125, 6.25 0.3125, 6.25 0, 5.9375 0))", + "cx": 6.09375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.58940861603256, + "elevation": -4.2636626649926175, + "thickness": 1.1575046973911862, + "density": 915.4259791830013, + "uC": 0.16845044025351613, + "vC": -0.15096911097700977, + "u10": 0.16845044025351613, + "v10": -0.15096911097700977, + "id": "2187" + }, + { + "geometry": "POLYGON ((6.25 0.3125, 6.25 0.625, 6.5625 0.625, 6.5625 0.3125, 6.25 0.3125))", + "cx": 6.40625, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.145090524441585, + "elevation": 6.380466904263047, + "thickness": 1.1326796894220301, + "density": 915.3900589708976, + "uC": 0.26304647857153707, + "vC": -0.12320744234832376, + "u10": 0.26304647857153707, + "v10": -0.12320744234832376, + "id": "2188" + }, + { + "geometry": "POLYGON ((6.5625 0.3125, 6.5625 0.625, 6.875 0.625, 6.875 0.3125, 6.5625 0.3125))", + "cx": 6.71875, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.003203411246595, + "elevation": 8.847724936079064, + "thickness": 1.115199450612887, + "density": 914.4728028499303, + "uC": 0.2719051757600585, + "vC": -0.0997638881027704, + "u10": 0.2719051757600585, + "v10": -0.0997638881027704, + "id": "2189" + }, + { + "geometry": "POLYGON ((6.25 0, 6.25 0.3125, 6.5625 0.3125, 6.5625 0, 6.25 0))", + "cx": 6.40625, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.125547531568586, + "elevation": 5.525945976393673, + "thickness": 1.164829401044782, + "density": 904.0727861398516, + "uC": 0.16605898062156665, + "vC": -0.14617955625949836, + "u10": 0.16605898062156665, + "v10": -0.14617955625949836, + "id": "2190" + }, + { + "geometry": "POLYGON ((6.5625 0, 6.5625 0.3125, 6.875 0.3125, 6.875 0, 6.5625 0))", + "cx": 6.71875, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.882391036613114, + "elevation": 2.353672486247513, + "thickness": 1.169781742406308, + "density": 903.1877686524543, + "uC": 0.14566098896436117, + "vC": -0.1916157843281624, + "u10": 0.14566098896436117, + "v10": -0.1916157843281624, + "id": "2191" + }, + { + "geometry": "POLYGON ((6.875 0.3125, 6.875 0.625, 7.1875 0.625, 7.1875 0.3125, 6.875 0.3125))", + "cx": 7.03125, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.73623662287795, + "elevation": 0.7428066834886089, + "thickness": 1.1494829350199378, + "density": 908.5301562359498, + "uC": 0.22621214223776404, + "vC": -0.09560132094923668, + "u10": 0.22621214223776404, + "v10": -0.09560132094923668, + "id": "2192" + }, + { + "geometry": "POLYGON ((7.1875 0.3125, 7.1875 0.625, 7.5 0.625, 7.5 0.3125, 7.1875 0.3125))", + "cx": 7.34375, + "cy": 0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.02450405005355, + "elevation": 3.959851195702525, + "thickness": 1.1891975815158529, + "density": 890.6926824145805, + "uC": 0.18806245262086277, + "vC": -0.05168264531087836, + "u10": 0.18806245262086277, + "v10": -0.05168264531087836, + "id": "2193" + }, + { + "geometry": "POLYGON ((6.875 0, 6.875 0.3125, 7.1875 0.3125, 7.1875 0, 6.875 0))", + "cx": 7.03125, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.696268419502694, + "elevation": -5.751131040387694, + "thickness": 1.1907929914978164, + "density": 898.6654061599659, + "uC": 0.15895201651179758, + "vC": -0.1723911945235877, + "u10": 0.15895201651179758, + "v10": -0.1723911945235877, + "id": "2194" + }, + { + "geometry": "POLYGON ((7.1875 0, 7.1875 0.3125, 7.5 0.3125, 7.5 0, 7.1875 0))", + "cx": 7.34375, + "cy": 0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.42566554394125, + "elevation": -7.421793951477817, + "thickness": 1.2096817288700255, + "density": 889.6601854578462, + "uC": 0.22667610064160693, + "vC": -0.13714652774575703, + "u10": 0.22667610064160693, + "v10": -0.13714652774575703, + "id": "2195" + }, + { + "geometry": "POLYGON ((3.125 -5.9375, 3.125 -5.625, 3.4375 -5.625, 3.4375 -5.9375, 3.125 -5.9375))", + "cx": 3.28125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.27944341806966, + "elevation": -25.44487498978492, + "thickness": 1.0397333495163905, + "density": 929.830156612193, + "uC": 0.3861818546182438, + "vC": 0.17684699164653375, + "u10": 0.3861818546182438, + "v10": 0.17684699164653375, + "id": "2196" + }, + { + "geometry": "POLYGON ((3.4375 -5.9375, 3.4375 -5.625, 3.75 -5.625, 3.75 -5.9375, 3.4375 -5.9375))", + "cx": 3.59375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.079198029741654, + "elevation": -18.110748343212347, + "thickness": 1.0485363623775494, + "density": 931.7694674148172, + "uC": 0.32729161922213695, + "vC": 0.24898196830676095, + "u10": 0.32729161922213695, + "v10": 0.24898196830676095, + "id": "2197" + }, + { + "geometry": "POLYGON ((3.125 -6.25, 3.125 -5.9375, 3.4375 -5.9375, 3.4375 -6.25, 3.125 -6.25))", + "cx": 3.28125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.236035687854645, + "elevation": -21.571127452060637, + "thickness": 1.0717021366459567, + "density": 928.451654141088, + "uC": 0.31293772875722203, + "vC": 0.24927089536404556, + "u10": 0.31293772875722203, + "v10": 0.24927089536404556, + "id": "2198" + }, + { + "geometry": "POLYGON ((3.4375 -6.25, 3.4375 -5.9375, 3.75 -5.9375, 3.75 -6.25, 3.4375 -6.25))", + "cx": 3.59375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.76476144254687, + "elevation": -18.18289864086092, + "thickness": 1.08975777083121, + "density": 939.8871971879921, + "uC": 0.28590476810043186, + "vC": 0.29273252273524386, + "u10": 0.28590476810043186, + "v10": 0.29273252273524386, + "id": "2199" + }, + { + "geometry": "POLYGON ((3.75 -5.3125, 3.75 -5, 4.0625 -5, 4.0625 -5.3125, 3.75 -5.3125))", + "cx": 3.90625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.097411487795604, + "elevation": -23.731242288747893, + "thickness": 1.0926775246740528, + "density": 933.0979840816103, + "uC": 0.32478570387014993, + "vC": -0.1547520258143278, + "u10": 0.32478570387014993, + "v10": -0.1547520258143278, + "id": "2200" + }, + { + "geometry": "POLYGON ((4.0625 -5.3125, 4.0625 -5, 4.375 -5, 4.375 -5.3125, 4.0625 -5.3125))", + "cx": 4.21875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.48204514254847, + "elevation": -21.132762527066518, + "thickness": 1.1192649225923192, + "density": 928.2474616658718, + "uC": 0.2993341512432168, + "vC": -0.1283712695292955, + "u10": 0.2993341512432168, + "v10": -0.1283712695292955, + "id": "2201" + }, + { + "geometry": "POLYGON ((3.75 -5.625, 3.75 -5.3125, 4.0625 -5.3125, 4.0625 -5.625, 3.75 -5.625))", + "cx": 3.90625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.09798100742599, + "elevation": -12.75128235889358, + "thickness": 1.1146464801250435, + "density": 931.230487681514, + "uC": 0.35078226305973303, + "vC": 0.0194267413439095, + "u10": 0.35078226305973303, + "v10": 0.0194267413439095, + "id": "2202" + }, + { + "geometry": "POLYGON ((4.0625 -5.625, 4.0625 -5.3125, 4.375 -5.3125, 4.375 -5.625, 4.0625 -5.625))", + "cx": 4.21875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.93059069003576, + "elevation": -9.674172478595432, + "thickness": 1.17472785560919, + "density": 928.5050260101684, + "uC": 0.31727063568215264, + "vC": -0.043993038653148395, + "u10": 0.31727063568215264, + "v10": -0.043993038653148395, + "id": "2203" + }, + { + "geometry": "POLYGON ((4.375 -5.3125, 4.375 -5, 4.6875 -5, 4.6875 -5.3125, 4.375 -5.3125))", + "cx": 4.53125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.81328316927812, + "elevation": -16.11487628466941, + "thickness": 1.1516184572784, + "density": 926.4986157898063, + "uC": 0.32429864646749995, + "vC": -0.09205209979479047, + "u10": 0.32429864646749995, + "v10": -0.09205209979479047, + "id": "2204" + }, + { + "geometry": "POLYGON ((4.6875 -5.3125, 4.6875 -5, 5 -5, 5 -5.3125, 4.6875 -5.3125))", + "cx": 4.84375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.411657224649716, + "elevation": -22.53815867999016, + "thickness": 1.1399529017617183, + "density": 925.6814597356453, + "uC": 0.3230101523317468, + "vC": -0.1427185312267872, + "u10": 0.3230101523317468, + "v10": -0.1427185312267872, + "id": "2205" + }, + { + "geometry": "POLYGON ((4.375 -5.625, 4.375 -5.3125, 4.6875 -5.3125, 4.6875 -5.625, 4.375 -5.625))", + "cx": 4.53125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.91392770113778, + "elevation": -13.183939410237588, + "thickness": 1.1487114267373482, + "density": 925.1847476298656, + "uC": 0.3866534184397553, + "vC": 0.025740729499570767, + "u10": 0.3866534184397553, + "v10": 0.025740729499570767, + "id": "2206" + }, + { + "geometry": "POLYGON ((4.6875 -5.625, 4.6875 -5.3125, 5 -5.3125, 5 -5.625, 4.6875 -5.625))", + "cx": 4.84375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.22054867964948, + "elevation": -22.98529118563001, + "thickness": 1.1234965490878346, + "density": 929.3397003231196, + "uC": 0.3739423948311059, + "vC": -0.005270899612832892, + "u10": 0.3739423948311059, + "v10": -0.005270899612832892, + "id": "2207" + }, + { + "geometry": "POLYGON ((3.75 -5.9375, 3.75 -5.625, 4.0625 -5.625, 4.0625 -5.9375, 3.75 -5.9375))", + "cx": 3.90625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.15234354052477, + "elevation": -6.396207221357671, + "thickness": 1.1053251726130524, + "density": 927.2199304480235, + "uC": 0.320220481404749, + "vC": 0.17768666464761812, + "u10": 0.320220481404749, + "v10": 0.17768666464761812, + "id": "2208" + }, + { + "geometry": "POLYGON ((4.0625 -5.9375, 4.0625 -5.625, 4.375 -5.625, 4.375 -5.9375, 4.0625 -5.9375))", + "cx": 4.21875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.63797908755709, + "elevation": -10.338646573458185, + "thickness": 1.1504747016750856, + "density": 925.2109439400591, + "uC": 0.3177083611357711, + "vC": 0.17804802512979112, + "u10": 0.3177083611357711, + "v10": 0.17804802512979112, + "id": "2209" + }, + { + "geometry": "POLYGON ((3.75 -6.25, 3.75 -5.9375, 4.0625 -5.9375, 4.0625 -6.25, 3.75 -6.25))", + "cx": 3.90625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.293300019413486, + "elevation": -11.15647307805817, + "thickness": 1.1141705312035257, + "density": 933.0680344455428, + "uC": 0.31819024560297515, + "vC": 0.26595161526342376, + "u10": 0.31819024560297515, + "v10": 0.26595161526342376, + "id": "2210" + }, + { + "geometry": "POLYGON ((4.0625 -6.25, 4.0625 -5.9375, 4.375 -5.9375, 4.375 -6.25, 4.0625 -6.25))", + "cx": 4.21875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.19371530595323, + "elevation": -18.364431710726464, + "thickness": 1.1272165350388201, + "density": 930.2038478240477, + "uC": 0.37890725497409444, + "vC": 0.2344782054696464, + "u10": 0.37890725497409444, + "v10": 0.2344782054696464, + "id": "2211" + }, + { + "geometry": "POLYGON ((4.375 -5.9375, 4.375 -5.625, 4.6875 -5.625, 4.6875 -5.9375, 4.375 -5.9375))", + "cx": 4.53125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.71172653485868, + "elevation": -20.76326135330771, + "thickness": 1.1411423819319437, + "density": 928.4713478606093, + "uC": 0.3882303163575532, + "vC": 0.16564179914099775, + "u10": 0.3882303163575532, + "v10": 0.16564179914099775, + "id": "2212" + }, + { + "geometry": "POLYGON ((4.6875 -5.9375, 4.6875 -5.625, 5 -5.625, 5 -5.9375, 4.6875 -5.9375))", + "cx": 4.84375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 69.4301288115055, + "elevation": -30.33105274429726, + "thickness": 1.1183880191960873, + "density": 927.7708114044208, + "uC": 0.4005363732020205, + "vC": 0.06516308704386534, + "u10": 0.4005363732020205, + "v10": 0.06516308704386534, + "id": "2213" + }, + { + "geometry": "POLYGON ((4.375 -6.25, 4.375 -5.9375, 4.6875 -5.9375, 4.6875 -6.25, 4.375 -6.25))", + "cx": 4.53125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.98358750254764, + "elevation": -33.61718401240872, + "thickness": 1.1028166787645333, + "density": 931.7223402558852, + "uC": 0.39066451735877517, + "vC": 0.0916960810195209, + "u10": 0.39066451735877517, + "v10": 0.0916960810195209, + "id": "2214" + }, + { + "geometry": "POLYGON ((4.6875 -6.25, 4.6875 -5.9375, 5 -5.9375, 5 -6.25, 4.6875 -6.25))", + "cx": 4.84375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.89702294330414, + "elevation": -36.60494447448242, + "thickness": 1.1111074362126998, + "density": 931.1103616351647, + "uC": 0.3650821201990261, + "vC": 0.12915800245847345, + "u10": 0.3650821201990261, + "v10": 0.12915800245847345, + "id": "2215" + }, + { + "geometry": "POLYGON ((3.125 -6.5625, 3.125 -6.25, 3.4375 -6.25, 3.4375 -6.5625, 3.125 -6.5625))", + "cx": 3.28125, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.240519721901165, + "elevation": -26.79195854206067, + "thickness": 1.0565284240728636, + "density": 934.6754079526241, + "uC": 0.3285184052342076, + "vC": 0.35742467089751084, + "u10": 0.3285184052342076, + "v10": 0.35742467089751084, + "id": "2216" + }, + { + "geometry": "POLYGON ((3.4375 -6.5625, 3.4375 -6.25, 3.75 -6.25, 3.75 -6.5625, 3.4375 -6.5625))", + "cx": 3.59375, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 56.4024012043069, + "elevation": -21.662268133416994, + "thickness": 1.1088520496705532, + "density": 942.2456530477124, + "uC": 0.3560648568207047, + "vC": 0.20678018906928208, + "u10": 0.3560648568207047, + "v10": 0.20678018906928208, + "id": "2217" + }, + { + "geometry": "POLYGON ((3.125 -6.875, 3.125 -6.5625, 3.4375 -6.5625, 3.4375 -6.875, 3.125 -6.875))", + "cx": 3.28125, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.890900338170574, + "elevation": -44.017194177387395, + "thickness": 1.015923665656182, + "density": 945.4887052203073, + "uC": 0.4605672408281033, + "vC": 0.24764184849357412, + "u10": 0.4605672408281033, + "v10": 0.24764184849357412, + "id": "2218" + }, + { + "geometry": "POLYGON ((3.4375 -6.875, 3.4375 -6.5625, 3.75 -6.5625, 3.75 -6.875, 3.4375 -6.875))", + "cx": 3.59375, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.313315951928885, + "elevation": -45.84479168191253, + "thickness": 1.0834511307462513, + "density": 941.9670060503806, + "uC": 0.4712282561475881, + "vC": 0.034591433022069976, + "u10": 0.4712282561475881, + "v10": 0.034591433022069976, + "id": "2219" + }, + { + "geometry": "POLYGON ((3.75 -6.5625, 3.75 -6.25, 4.0625 -6.25, 4.0625 -6.5625, 3.75 -6.5625))", + "cx": 3.90625, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 59.88778617582581, + "elevation": -26.22613076178255, + "thickness": 1.0688956924747581, + "density": 944.8578565847704, + "uC": 0.40909897052337574, + "vC": 0.1237428793223874, + "u10": 0.40909897052337574, + "v10": 0.1237428793223874, + "id": "2220" + }, + { + "geometry": "POLYGON ((4.0625 -6.5625, 4.0625 -6.25, 4.375 -6.25, 4.375 -6.5625, 4.0625 -6.5625))", + "cx": 4.21875, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.16279248871551, + "elevation": -34.756188175014636, + "thickness": 1.054250914899955, + "density": 935.7188671826759, + "uC": 0.45739265613103675, + "vC": 0.051886700991878226, + "u10": 0.45739265613103675, + "v10": 0.051886700991878226, + "id": "2221" + }, + { + "geometry": "POLYGON ((3.75 -6.875, 3.75 -6.5625, 4.0625 -6.5625, 4.0625 -6.875, 3.75 -6.875))", + "cx": 3.90625, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.732881671643334, + "elevation": -42.37010730119921, + "thickness": 1.070822736094939, + "density": 948.3992895963208, + "uC": 0.4252674873617939, + "vC": -0.01681895225212477, + "u10": 0.4252674873617939, + "v10": -0.01681895225212477, + "id": "2222" + }, + { + "geometry": "POLYGON ((4.0625 -6.875, 4.0625 -6.5625, 4.375 -6.5625, 4.375 -6.875, 4.0625 -6.875))", + "cx": 4.21875, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 62.345228346429046, + "elevation": -49.296461967169954, + "thickness": 1.0397711103570946, + "density": 946.6319589638092, + "uC": 0.4093470437993275, + "vC": 0.16783672873144115, + "u10": 0.4093470437993275, + "v10": 0.16783672873144115, + "id": "2223" + }, + { + "geometry": "POLYGON ((7.5 -5.3125, 7.5 -5, 7.8125 -5, 7.8125 -5.3125, 7.5 -5.3125))", + "cx": 7.65625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.564320540549744, + "elevation": -34.51458326921207, + "thickness": 1.1199614440870431, + "density": 898.9962642120358, + "uC": 0.24338361320670499, + "vC": -0.045470970676999366, + "u10": 0.24338361320670499, + "v10": -0.045470970676999366, + "id": "2224" + }, + { + "geometry": "POLYGON ((7.8125 -5.3125, 7.8125 -5, 8.125 -5, 8.125 -5.3125, 7.8125 -5.3125))", + "cx": 7.96875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.063074700635234, + "elevation": -20.41966145881427, + "thickness": 1.119117267899922, + "density": 890.2223253703756, + "uC": 0.24762246840362057, + "vC": -0.09507499716499251, + "u10": 0.24762246840362057, + "v10": -0.09507499716499251, + "id": "2225" + }, + { + "geometry": "POLYGON ((7.5 -5.625, 7.5 -5.3125, 7.8125 -5.3125, 7.8125 -5.625, 7.5 -5.625))", + "cx": 7.65625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.559040819835786, + "elevation": -31.114111338410815, + "thickness": 1.1090322145747713, + "density": 899.1224762194336, + "uC": 0.30593121793691347, + "vC": -0.04369154407086144, + "u10": 0.30593121793691347, + "v10": -0.04369154407086144, + "id": "2226" + }, + { + "geometry": "POLYGON ((7.8125 -5.625, 7.8125 -5.3125, 8.125 -5.3125, 8.125 -5.625, 7.8125 -5.625))", + "cx": 7.96875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.137354123903755, + "elevation": -21.256284130275354, + "thickness": 1.121640174703205, + "density": 898.684842865295, + "uC": 0.27225131632507527, + "vC": -0.1457210450704418, + "u10": 0.27225131632507527, + "v10": -0.1457210450704418, + "id": "2227" + }, + { + "geometry": "POLYGON ((8.125 -5.3125, 8.125 -5, 8.4375 -5, 8.4375 -5.3125, 8.125 -5.3125))", + "cx": 8.28125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.330772503813986, + "elevation": -8.771685725289082, + "thickness": 1.1079849422149164, + "density": 895.0382392638438, + "uC": 0.2959423557923532, + "vC": -0.15227812327443013, + "u10": 0.2959423557923532, + "v10": -0.15227812327443013, + "id": "2228" + }, + { + "geometry": "POLYGON ((8.4375 -5.3125, 8.4375 -5, 8.75 -5, 8.75 -5.3125, 8.4375 -5.3125))", + "cx": 8.59375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 24.47207557668323, + "elevation": -1.0010456987542204, + "thickness": 1.1287674822121005, + "density": 886.2029201742664, + "uC": 0.3629417723762837, + "vC": -0.07755485255684857, + "u10": 0.3629417723762837, + "v10": -0.07755485255684857, + "id": "2229" + }, + { + "geometry": "POLYGON ((8.125 -5.625, 8.125 -5.3125, 8.4375 -5.3125, 8.4375 -5.625, 8.125 -5.625))", + "cx": 8.28125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 34.69137055076352, + "elevation": -7.927581238667115, + "thickness": 1.11141596172302, + "density": 893.7346786369316, + "uC": 0.3440688926634349, + "vC": -0.09825462810934253, + "u10": 0.3440688926634349, + "v10": -0.09825462810934253, + "id": "2230" + }, + { + "geometry": "POLYGON ((8.4375 -5.625, 8.4375 -5.3125, 8.75 -5.3125, 8.75 -5.625, 8.4375 -5.625))", + "cx": 8.59375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.034693755503838, + "elevation": -2.1993418740898507, + "thickness": 1.1292673755956362, + "density": 883.2251655830767, + "uC": 0.4186207646864729, + "vC": -0.04266884819899065, + "u10": 0.4186207646864729, + "v10": -0.04266884819899065, + "id": "2231" + }, + { + "geometry": "POLYGON ((7.5 -5.9375, 7.5 -5.625, 7.8125 -5.625, 7.8125 -5.9375, 7.5 -5.9375))", + "cx": 7.65625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.94000584394379, + "elevation": -24.462429687047017, + "thickness": 1.0850606001454768, + "density": 912.4370075447771, + "uC": 0.3525855169955301, + "vC": 0.03314735248469563, + "u10": 0.3525855169955301, + "v10": 0.03314735248469563, + "id": "2232" + }, + { + "geometry": "POLYGON ((7.8125 -5.9375, 7.8125 -5.625, 8.125 -5.625, 8.125 -5.9375, 7.8125 -5.9375))", + "cx": 7.96875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.936845947621876, + "elevation": -19.80445124283817, + "thickness": 1.1188181931790009, + "density": 912.0178494789513, + "uC": 0.30329255099578445, + "vC": -0.10840989876868115, + "u10": 0.30329255099578445, + "v10": -0.10840989876868115, + "id": "2233" + }, + { + "geometry": "POLYGON ((7.5 -6.25, 7.5 -5.9375, 7.8125 -5.9375, 7.8125 -6.25, 7.5 -6.25))", + "cx": 7.65625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.267415152434154, + "elevation": -25.664902297623446, + "thickness": 1.1260236369805088, + "density": 926.9274173906892, + "uC": 0.3143386784748274, + "vC": 0.09863800816962247, + "u10": 0.3143386784748274, + "v10": 0.09863800816962247, + "id": "2234" + }, + { + "geometry": "POLYGON ((7.8125 -6.25, 7.8125 -5.9375, 8.125 -5.9375, 8.125 -6.25, 7.8125 -6.25))", + "cx": 7.96875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.87573525818205, + "elevation": -15.023325890437262, + "thickness": 1.1455895120361972, + "density": 921.2087453009633, + "uC": 0.3256501146887232, + "vC": 0.08723689939347046, + "u10": 0.3256501146887232, + "v10": 0.08723689939347046, + "id": "2235" + }, + { + "geometry": "POLYGON ((8.125 -5.9375, 8.125 -5.625, 8.4375 -5.625, 8.4375 -5.9375, 8.125 -5.9375))", + "cx": 8.28125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.044070530472965, + "elevation": -15.514268011879164, + "thickness": 1.1312714821038083, + "density": 904.9706841716072, + "uC": 0.361301981710666, + "vC": -0.05347654510080431, + "u10": 0.361301981710666, + "v10": -0.05347654510080431, + "id": "2236" + }, + { + "geometry": "POLYGON ((8.4375 -5.9375, 8.4375 -5.625, 8.75 -5.625, 8.75 -5.9375, 8.4375 -5.9375))", + "cx": 8.59375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 33.471116355850086, + "elevation": -19.339350274094414, + "thickness": 1.1776796456605636, + "density": 888.7051077282491, + "uC": 0.44300213392356075, + "vC": -0.05595271539674042, + "u10": 0.44300213392356075, + "v10": -0.05595271539674042, + "id": "2237" + }, + { + "geometry": "POLYGON ((8.125 -6.25, 8.125 -5.9375, 8.4375 -5.9375, 8.4375 -6.25, 8.125 -6.25))", + "cx": 8.28125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.37788703539441, + "elevation": -20.068119601691443, + "thickness": 1.1421607884611105, + "density": 914.5058473626721, + "uC": 0.3825192585082165, + "vC": 0.04569766223393004, + "u10": 0.3825192585082165, + "v10": 0.04569766223393004, + "id": "2238" + }, + { + "geometry": "POLYGON ((8.4375 -6.25, 8.4375 -5.9375, 8.75 -5.9375, 8.75 -6.25, 8.4375 -6.25))", + "cx": 8.59375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.635084317242224, + "elevation": -26.013572825634654, + "thickness": 1.1708787531395366, + "density": 900.4647773640643, + "uC": 0.35783666133984854, + "vC": 0.10373486170525853, + "u10": 0.35783666133984854, + "v10": 0.10373486170525853, + "id": "2239" + }, + { + "geometry": "POLYGON ((8.75 -5.3125, 8.75 -5, 9.0625 -5, 9.0625 -5.3125, 8.75 -5.3125))", + "cx": 8.90625, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 23.53444394008726, + "elevation": -13.708182261271498, + "thickness": 1.0998107561271184, + "density": 875.5671272938616, + "uC": 0.33614255845873064, + "vC": -0.07082231916356108, + "u10": 0.33614255845873064, + "v10": -0.07082231916356108, + "id": "2240" + }, + { + "geometry": "POLYGON ((9.0625 -5.3125, 9.0625 -5, 9.375 -5, 9.375 -5.3125, 9.0625 -5.3125))", + "cx": 9.21875, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.061256654127707, + "elevation": -9.011155024623, + "thickness": 1.0657812244957419, + "density": 878.4835168449833, + "uC": 0.3189065788739992, + "vC": -0.039517737350710125, + "u10": 0.3189065788739992, + "v10": -0.039517737350710125, + "id": "2241" + }, + { + "geometry": "POLYGON ((8.75 -5.625, 8.75 -5.3125, 9.0625 -5.3125, 9.0625 -5.625, 8.75 -5.625))", + "cx": 8.90625, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.818188855640074, + "elevation": -10.748936178449055, + "thickness": 1.0887671983895046, + "density": 878.2477916624587, + "uC": 0.3183236904247212, + "vC": -0.15488359465614554, + "u10": 0.3183236904247212, + "v10": -0.15488359465614554, + "id": "2242" + }, + { + "geometry": "POLYGON ((9.0625 -5.625, 9.0625 -5.3125, 9.375 -5.3125, 9.375 -5.625, 9.0625 -5.625))", + "cx": 9.21875, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.872664678735262, + "elevation": -8.971928797668403, + "thickness": 1.0732065336647483, + "density": 881.8547730924979, + "uC": 0.41305421278988724, + "vC": -0.05661661881687376, + "u10": 0.41305421278988724, + "v10": -0.05661661881687376, + "id": "2243" + }, + { + "geometry": "POLYGON ((9.375 -5.3125, 9.375 -5, 9.6875 -5, 9.6875 -5.3125, 9.375 -5.3125))", + "cx": 9.53125, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.90440668620463, + "elevation": -1.5940940171042497, + "thickness": 1.0498609912323862, + "density": 880.8988478730344, + "uC": 0.24747933904010305, + "vC": -0.21844962168943402, + "u10": 0.24747933904010305, + "v10": -0.21844962168943402, + "id": "2244" + }, + { + "geometry": "POLYGON ((9.6875 -5.3125, 9.6875 -5, 10 -5, 10 -5.3125, 9.6875 -5.3125))", + "cx": 9.84375, + "cy": -5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 18.577982278967383, + "elevation": -5.710684399592313, + "thickness": 0.9936520099304393, + "density": 882.5875688644343, + "uC": 0.12020144662359901, + "vC": -0.3848561457227909, + "u10": 0.12020144662359901, + "v10": -0.3848561457227909, + "id": "2245" + }, + { + "geometry": "POLYGON ((9.375 -5.625, 9.375 -5.3125, 9.6875 -5.3125, 9.6875 -5.625, 9.375 -5.625))", + "cx": 9.53125, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 17.832201108133646, + "elevation": 0.39918483811810224, + "thickness": 1.084900100270495, + "density": 881.5147965809062, + "uC": 0.38431170099246487, + "vC": -0.1779298066342712, + "u10": 0.38431170099246487, + "v10": -0.1779298066342712, + "id": "2246" + }, + { + "geometry": "POLYGON ((9.6875 -5.625, 9.6875 -5.3125, 10 -5.3125, 10 -5.625, 9.6875 -5.625))", + "cx": 9.84375, + "cy": -5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 12.547052837459667, + "elevation": -9.125153677873774, + "thickness": 1.074251736708324, + "density": 887.1041096755293, + "uC": 0.30273907991737736, + "vC": -0.3970439393260957, + "u10": 0.30273907991737736, + "v10": -0.3970439393260957, + "id": "2247" + }, + { + "geometry": "POLYGON ((8.75 -5.9375, 8.75 -5.625, 9.0625 -5.625, 9.0625 -5.9375, 8.75 -5.9375))", + "cx": 8.90625, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.3185072611865, + "elevation": -21.848076852725143, + "thickness": 1.1469330311121813, + "density": 885.3127313028795, + "uC": 0.3584783433594051, + "vC": -0.1536899897728537, + "u10": 0.3584783433594051, + "v10": -0.1536899897728537, + "id": "2248" + }, + { + "geometry": "POLYGON ((9.0625 -5.9375, 9.0625 -5.625, 9.375 -5.625, 9.375 -5.9375, 9.0625 -5.9375))", + "cx": 9.21875, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.749616643048785, + "elevation": -17.81505365835197, + "thickness": 1.1097825986494567, + "density": 887.6864113120434, + "uC": 0.39341857215181175, + "vC": -0.11765760192486756, + "u10": 0.39341857215181175, + "v10": -0.11765760192486756, + "id": "2249" + }, + { + "geometry": "POLYGON ((8.75 -6.25, 8.75 -5.9375, 9.0625 -5.9375, 9.0625 -6.25, 8.75 -6.25))", + "cx": 8.90625, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.145582003619445, + "elevation": -30.184119341503603, + "thickness": 1.2013171699080347, + "density": 886.6783347943954, + "uC": 0.4048162696519889, + "vC": 0.01738788658372941, + "u10": 0.4048162696519889, + "v10": 0.01738788658372941, + "id": "2250" + }, + { + "geometry": "POLYGON ((9.0625 -6.25, 9.0625 -5.9375, 9.375 -5.9375, 9.375 -6.25, 9.0625 -6.25))", + "cx": 9.21875, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.567356187845157, + "elevation": -24.574953260010794, + "thickness": 1.146044793260054, + "density": 887.6002465598742, + "uC": 0.46422577770924306, + "vC": -0.017026102963042158, + "u10": 0.46422577770924306, + "v10": -0.017026102963042158, + "id": "2251" + }, + { + "geometry": "POLYGON ((9.375 -5.9375, 9.375 -5.625, 9.6875 -5.625, 9.6875 -5.9375, 9.375 -5.9375))", + "cx": 9.53125, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 13.622797859996322, + "elevation": -5.868223974839903, + "thickness": 1.1345390251833276, + "density": 894.0149013663051, + "uC": 0.4369529895069328, + "vC": -0.0798369719458873, + "u10": 0.4369529895069328, + "v10": -0.0798369719458873, + "id": "2252" + }, + { + "geometry": "POLYGON ((9.6875 -5.9375, 9.6875 -5.625, 10 -5.625, 10 -5.9375, 9.6875 -5.9375))", + "cx": 9.84375, + "cy": -5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 12.498364135976008, + "elevation": -14.945693639421997, + "thickness": 1.1252893945996045, + "density": 895.0242430018654, + "uC": 0.3555762617940964, + "vC": -0.3123931297120188, + "u10": 0.3555762617940964, + "v10": -0.3123931297120188, + "id": "2253" + }, + { + "geometry": "POLYGON ((9.375 -6.25, 9.375 -5.9375, 9.6875 -5.9375, 9.6875 -6.25, 9.375 -6.25))", + "cx": 9.53125, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 17.0325914097901, + "elevation": -24.23046810964521, + "thickness": 1.136849261915433, + "density": 897.4148387209066, + "uC": 0.4914736649536386, + "vC": 0.008418993376670517, + "u10": 0.4914736649536386, + "v10": 0.008418993376670517, + "id": "2254" + }, + { + "geometry": "POLYGON ((9.6875 -6.25, 9.6875 -5.9375, 10 -5.9375, 10 -6.25, 9.6875 -6.25))", + "cx": 9.84375, + "cy": -6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 15.804637643872546, + "elevation": -33.41944301677343, + "thickness": 1.1575492630735462, + "density": 899.0971350309558, + "uC": 0.4710901274231357, + "vC": -0.159098663308163, + "u10": 0.4710901274231357, + "v10": -0.159098663308163, + "id": "2255" + }, + { + "geometry": "POLYGON ((8.125 -6.5625, 8.125 -6.25, 8.4375 -6.25, 8.4375 -6.5625, 8.125 -6.5625))", + "cx": 8.28125, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 34.523965590406036, + "elevation": -14.20222251225723, + "thickness": 1.137880064225607, + "density": 918.6485525783664, + "uC": 0.41289076967554306, + "vC": 0.1412690892293944, + "u10": 0.41289076967554306, + "v10": 0.1412690892293944, + "id": "2256" + }, + { + "geometry": "POLYGON ((8.4375 -6.5625, 8.4375 -6.25, 8.75 -6.25, 8.75 -6.5625, 8.4375 -6.5625))", + "cx": 8.59375, + "cy": -6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.72557771724823, + "elevation": -27.760812983954622, + "thickness": 1.1688954778013123, + "density": 912.3882440290469, + "uC": 0.3371597938440367, + "vC": 0.2202495920793177, + "u10": 0.3371597938440367, + "v10": 0.2202495920793177, + "id": "2257" + }, + { + "geometry": "POLYGON ((8.125 -6.875, 8.125 -6.5625, 8.4375 -6.5625, 8.4375 -6.875, 8.125 -6.875))", + "cx": 8.28125, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.301124487795626, + "elevation": -28.104860562974082, + "thickness": 1.119806825817916, + "density": 924.3836651127917, + "uC": 0.34156982784730255, + "vC": 0.2691969758020163, + "u10": 0.34156982784730255, + "v10": 0.2691969758020163, + "id": "2258" + }, + { + "geometry": "POLYGON ((8.4375 -6.875, 8.4375 -6.5625, 8.75 -6.5625, 8.75 -6.875, 8.4375 -6.875))", + "cx": 8.59375, + "cy": -6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.30209434343404, + "elevation": -31.136733363897616, + "thickness": 1.1720874107857113, + "density": 923.8684188775992, + "uC": 0.3076519512398982, + "vC": 0.3107769186788687, + "u10": 0.3076519512398982, + "v10": 0.3107769186788687, + "id": "2259" + }, + { + "geometry": "POLYGON ((5.625 -0.3125, 5.625 0, 5.9375 0, 5.9375 -0.3125, 5.625 -0.3125))", + "cx": 5.78125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.46661305787778, + "elevation": -5.9855923274132925, + "thickness": 1.1882449077648745, + "density": 918.0379520696229, + "uC": 0.12681819954783022, + "vC": -0.1350736597107581, + "u10": 0.12681819954783022, + "v10": -0.1350736597107581, + "id": "2260" + }, + { + "geometry": "POLYGON ((5.9375 -0.3125, 5.9375 0, 6.25 0, 6.25 -0.3125, 5.9375 -0.3125))", + "cx": 6.09375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.341924336629134, + "elevation": -6.798687649518424, + "thickness": 1.200756237963072, + "density": 914.5576130142837, + "uC": 0.12454760585739007, + "vC": -0.15941088934057163, + "u10": 0.12454760585739007, + "v10": -0.15941088934057163, + "id": "2261" + }, + { + "geometry": "POLYGON ((5.625 -0.625, 5.625 -0.3125, 5.9375 -0.3125, 5.9375 -0.625, 5.625 -0.625))", + "cx": 5.78125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.758179538591236, + "elevation": 6.006162055573212, + "thickness": 1.1756998841458797, + "density": 919.66096177909, + "uC": 0.16104628477541855, + "vC": -0.1468123874039923, + "u10": 0.16104628477541855, + "v10": -0.1468123874039923, + "id": "2262" + }, + { + "geometry": "POLYGON ((5.9375 -0.625, 5.9375 -0.3125, 6.25 -0.3125, 6.25 -0.625, 5.9375 -0.625))", + "cx": 6.09375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.799338958217604, + "elevation": 0.21912886248531827, + "thickness": 1.2038609547977241, + "density": 916.5856803108006, + "uC": 0.15660306031679083, + "vC": -0.22916122811371092, + "u10": 0.15660306031679083, + "v10": -0.22916122811371092, + "id": "2263" + }, + { + "geometry": "POLYGON ((5 -0.9375, 5 -0.625, 5.3125 -0.625, 5.3125 -0.9375, 5 -0.9375))", + "cx": 5.15625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.35705121512406, + "elevation": -5.16605811235718, + "thickness": 1.2213282889220722, + "density": 908.8819237251865, + "uC": 0.23147840844678236, + "vC": -0.1935903786983183, + "u10": 0.23147840844678236, + "v10": -0.1935903786983183, + "id": "2264" + }, + { + "geometry": "POLYGON ((5.3125 -0.9375, 5.3125 -0.625, 5.625 -0.625, 5.625 -0.9375, 5.3125 -0.9375))", + "cx": 5.46875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.864975888701785, + "elevation": -0.25553712131250705, + "thickness": 1.2282726643090975, + "density": 907.3819158457901, + "uC": 0.22624841888585406, + "vC": -0.1440976446703121, + "u10": 0.22624841888585406, + "v10": -0.1440976446703121, + "id": "2265" + }, + { + "geometry": "POLYGON ((5 -1.25, 5 -0.9375, 5.3125 -0.9375, 5.3125 -1.25, 5 -1.25))", + "cx": 5.15625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 21.339410436996296, + "elevation": -21.085113798958442, + "thickness": 1.2349743292823425, + "density": 898.074690922916, + "uC": 0.23206160761664496, + "vC": -0.21121943014282246, + "u10": 0.23206160761664496, + "v10": -0.21121943014282246, + "id": "2266" + }, + { + "geometry": "POLYGON ((5.3125 -1.25, 5.3125 -0.9375, 5.625 -0.9375, 5.625 -1.25, 5.3125 -1.25))", + "cx": 5.46875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 17.0501237779244, + "elevation": -9.70739086175466, + "thickness": 1.2366185677544617, + "density": 893.6186293597492, + "uC": 0.24946113520997598, + "vC": -0.18042337365063077, + "u10": 0.24946113520997598, + "v10": -0.18042337365063077, + "id": "2267" + }, + { + "geometry": "POLYGON ((5.625 -0.9375, 5.625 -0.625, 5.9375 -0.625, 5.9375 -0.9375, 5.625 -0.9375))", + "cx": 5.78125, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.398763972048076, + "elevation": 3.733573430606315, + "thickness": 1.1722292879764187, + "density": 906.4510087125188, + "uC": 0.16232898107057894, + "vC": -0.20277360234569464, + "u10": 0.16232898107057894, + "v10": -0.20277360234569464, + "id": "2268" + }, + { + "geometry": "POLYGON ((5.9375 -0.9375, 5.9375 -0.625, 6.25 -0.625, 6.25 -0.9375, 5.9375 -0.9375))", + "cx": 6.09375, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 28.064644960193263, + "elevation": -2.7186290017898385, + "thickness": 1.1873609330701815, + "density": 902.9822534576545, + "uC": 0.105478182349064, + "vC": -0.301618106928157, + "u10": 0.105478182349064, + "v10": -0.301618106928157, + "id": "2269" + }, + { + "geometry": "POLYGON ((5.625 -1.25, 5.625 -0.9375, 5.9375 -0.9375, 5.9375 -1.25, 5.625 -1.25))", + "cx": 5.78125, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 17.2843796987702, + "elevation": -11.401460461811432, + "thickness": 1.2089047572248925, + "density": 893.7049278340749, + "uC": 0.1844859134755305, + "vC": -0.2132588564777197, + "u10": 0.1844859134755305, + "v10": -0.2132588564777197, + "id": "2270" + }, + { + "geometry": "POLYGON ((5.9375 -1.25, 5.9375 -0.9375, 6.25 -0.9375, 6.25 -1.25, 5.9375 -1.25))", + "cx": 6.09375, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 18.7546727345223, + "elevation": -18.133348351137656, + "thickness": 1.1859541623689076, + "density": 892.1265417383322, + "uC": 0.0914183417899958, + "vC": -0.2950165947774913, + "u10": 0.0914183417899958, + "v10": -0.2950165947774913, + "id": "2271" + }, + { + "geometry": "POLYGON ((6.25 -0.3125, 6.25 0, 6.5625 0, 6.5625 -0.3125, 6.25 -0.3125))", + "cx": 6.40625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.40056684089744, + "elevation": 2.7675875775931975, + "thickness": 1.228873685297248, + "density": 909.1405031879559, + "uC": 0.11344170931378646, + "vC": -0.20374296377649348, + "u10": 0.11344170931378646, + "v10": -0.20374296377649348, + "id": "2272" + }, + { + "geometry": "POLYGON ((6.5625 -0.3125, 6.5625 0, 6.875 0, 6.875 -0.3125, 6.5625 -0.3125))", + "cx": 6.71875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.25104111979424, + "elevation": -5.429494918470714, + "thickness": 1.230039318484063, + "density": 902.8011890451082, + "uC": 0.09334543467463524, + "vC": -0.23244496042574467, + "u10": 0.09334543467463524, + "v10": -0.23244496042574467, + "id": "2273" + }, + { + "geometry": "POLYGON ((6.25 -0.625, 6.25 -0.3125, 6.5625 -0.3125, 6.5625 -0.625, 6.25 -0.625))", + "cx": 6.40625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.51533464849272, + "elevation": -3.0739418261134803, + "thickness": 1.251424616058233, + "density": 907.498429279777, + "uC": 0.1298378995900909, + "vC": -0.26798561758737727, + "u10": 0.1298378995900909, + "v10": -0.26798561758737727, + "id": "2274" + }, + { + "geometry": "POLYGON ((6.5625 -0.625, 6.5625 -0.3125, 6.875 -0.3125, 6.875 -0.625, 6.5625 -0.625))", + "cx": 6.71875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.36524843233673, + "elevation": -9.53885483596919, + "thickness": 1.2427215658847899, + "density": 906.4857721121807, + "uC": 0.16437219153142832, + "vC": -0.26829730321127776, + "u10": 0.16437219153142832, + "v10": -0.26829730321127776, + "id": "2275" + }, + { + "geometry": "POLYGON ((6.875 -0.3125, 6.875 0, 7.1875 0, 7.1875 -0.3125, 6.875 -0.3125))", + "cx": 7.03125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.49588031500154, + "elevation": -13.500963419687098, + "thickness": 1.1973865491501212, + "density": 896.4844771564134, + "uC": 0.10394209760644885, + "vC": -0.2339407233206109, + "u10": 0.10394209760644885, + "v10": -0.2339407233206109, + "id": "2276" + }, + { + "geometry": "POLYGON ((7.1875 -0.3125, 7.1875 0, 7.5 0, 7.5 -0.3125, 7.1875 -0.3125))", + "cx": 7.34375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.534907170972964, + "elevation": -20.897520718855088, + "thickness": 1.1959990946569357, + "density": 889.5810906682204, + "uC": 0.16164433110017087, + "vC": -0.2298786277004868, + "u10": 0.16164433110017087, + "v10": -0.2298786277004868, + "id": "2277" + }, + { + "geometry": "POLYGON ((6.875 -0.625, 6.875 -0.3125, 7.1875 -0.3125, 7.1875 -0.625, 6.875 -0.625))", + "cx": 7.03125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.610881636248656, + "elevation": -20.432253374484283, + "thickness": 1.2220128894466287, + "density": 898.4464319286565, + "uC": 0.11862221781150285, + "vC": -0.2216083219350007, + "u10": 0.11862221781150285, + "v10": -0.2216083219350007, + "id": "2278" + }, + { + "geometry": "POLYGON ((7.1875 -0.625, 7.1875 -0.3125, 7.5 -0.3125, 7.5 -0.625, 7.1875 -0.625))", + "cx": 7.34375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.76727112746342, + "elevation": -30.766733200635898, + "thickness": 1.1645375620952652, + "density": 889.0427117166223, + "uC": 0.07474227709636469, + "vC": -0.20767440788074704, + "u10": 0.07474227709636469, + "v10": -0.20767440788074704, + "id": "2279" + }, + { + "geometry": "POLYGON ((6.25 -0.9375, 6.25 -0.625, 6.5625 -0.625, 6.5625 -0.9375, 6.25 -0.9375))", + "cx": 6.40625, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.551061604169107, + "elevation": -11.959862217808658, + "thickness": 1.2549436189792038, + "density": 895.2682130250669, + "uC": 0.08231459022811877, + "vC": -0.3187349826517938, + "u10": 0.08231459022811877, + "v10": -0.3187349826517938, + "id": "2280" + }, + { + "geometry": "POLYGON ((6.5625 -0.9375, 6.5625 -0.625, 6.875 -0.625, 6.875 -0.9375, 6.5625 -0.9375))", + "cx": 6.71875, + "cy": -0.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.12634724261676, + "elevation": -19.401034798149308, + "thickness": 1.2317838803609373, + "density": 895.0702983053674, + "uC": 0.06911267989909464, + "vC": -0.3148848889495444, + "u10": 0.06911267989909464, + "v10": -0.3148848889495444, + "id": "2281" + }, + { + "geometry": "POLYGON ((6.25 -1.25, 6.25 -0.9375, 6.5625 -0.9375, 6.5625 -1.25, 6.25 -1.25))", + "cx": 6.40625, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.995034722695628, + "elevation": -13.524050736353232, + "thickness": 1.199804892353379, + "density": 890.9553245091432, + "uC": 0.08367235799705108, + "vC": -0.30416600827923107, + "u10": 0.08367235799705108, + "v10": -0.30416600827923107, + "id": "2282" + }, + { + "geometry": "POLYGON ((6.5625 -1.25, 6.5625 -0.9375, 6.875 -0.9375, 6.875 -1.25, 6.5625 -1.25))", + "cx": 6.71875, + "cy": -1.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.93046009020263, + "elevation": -17.783834559064537, + "thickness": 1.2350885435454924, + "density": 898.2241355610995, + "uC": 0.11081954551202919, + "vC": -0.2541812020091726, + "u10": 0.11081954551202919, + "v10": -0.2541812020091726, + "id": "2283" + }, + { + "geometry": "POLYGON ((5 -1.5625, 5 -1.25, 5.3125 -1.25, 5.3125 -1.5625, 5 -1.5625))", + "cx": 5.15625, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.55187687124974, + "elevation": -20.616401959795244, + "thickness": 1.2639753593527674, + "density": 891.6693220174913, + "uC": 0.13303113875230038, + "vC": -0.3924293082225882, + "u10": 0.13303113875230038, + "v10": -0.3924293082225882, + "id": "2284" + }, + { + "geometry": "POLYGON ((5.3125 -1.5625, 5.3125 -1.25, 5.625 -1.25, 5.625 -1.5625, 5.3125 -1.5625))", + "cx": 5.46875, + "cy": -1.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 14.445123230362286, + "elevation": -16.69160316906575, + "thickness": 1.2474900606758927, + "density": 885.492780517121, + "uC": 0.13729048657649195, + "vC": -0.3554083449688028, + "u10": 0.13729048657649195, + "v10": -0.3554083449688028, + "id": "2285" + }, + { + "geometry": "POLYGON ((5 -1.875, 5 -1.5625, 5.3125 -1.5625, 5.3125 -1.875, 5 -1.875))", + "cx": 5.15625, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.778276553047082, + "elevation": -30.178759648997016, + "thickness": 1.240952138695787, + "density": 891.4018650048735, + "uC": 0.23186037406542087, + "vC": -0.32843552060337067, + "u10": 0.23186037406542087, + "v10": -0.32843552060337067, + "id": "2286" + }, + { + "geometry": "POLYGON ((5.3125 -1.875, 5.3125 -1.5625, 5.625 -1.5625, 5.625 -1.875, 5.3125 -1.875))", + "cx": 5.46875, + "cy": -1.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 17.24460037422611, + "elevation": -26.121782168891077, + "thickness": 1.2431195659406216, + "density": 883.6804753000035, + "uC": 0.1396084205799276, + "vC": -0.3539677275336297, + "u10": 0.1396084205799276, + "v10": -0.3539677275336297, + "id": "2287" + }, + { + "geometry": "POLYGON ((5 -2.1875, 5 -1.875, 5.3125 -1.875, 5.3125 -2.1875, 5 -2.1875))", + "cx": 5.15625, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 19.68286321044388, + "elevation": -30.800076942184052, + "thickness": 1.2364902233824377, + "density": 894.305700751363, + "uC": 0.2395940807976678, + "vC": -0.2764468581427255, + "u10": 0.2395940807976678, + "v10": -0.2764468581427255, + "id": "2288" + }, + { + "geometry": "POLYGON ((5.3125 -2.1875, 5.3125 -1.875, 5.625 -1.875, 5.625 -2.1875, 5.3125 -2.1875))", + "cx": 5.46875, + "cy": -2.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 19.572610130925483, + "elevation": -27.69929725246442, + "thickness": 1.2268768450532672, + "density": 890.3723569717852, + "uC": 0.14347305391013732, + "vC": -0.32887801754927126, + "u10": 0.14347305391013732, + "v10": -0.32887801754927126, + "id": "2289" + }, + { + "geometry": "POLYGON ((5 -2.5, 5 -2.1875, 5.3125 -2.1875, 5.3125 -2.5, 5 -2.5))", + "cx": 5.15625, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 24.343878884389383, + "elevation": -26.126629214379513, + "thickness": 1.2075046053593512, + "density": 896.2622819907701, + "uC": 0.22806507811308566, + "vC": -0.22883833084220798, + "u10": 0.22806507811308566, + "v10": -0.22883833084220798, + "id": "2290" + }, + { + "geometry": "POLYGON ((5.3125 -2.5, 5.3125 -2.1875, 5.625 -2.1875, 5.625 -2.5, 5.3125 -2.5))", + "cx": 5.46875, + "cy": -2.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.28736374981861, + "elevation": -33.9290323342698, + "thickness": 1.1884865870049595, + "density": 887.3796854832276, + "uC": 0.20173831990016922, + "vC": -0.3080744783920397, + "u10": 0.20173831990016922, + "v10": -0.3080744783920397, + "id": "2291" + }, + { + "geometry": "POLYGON ((8.125 -0.3125, 8.125 0, 8.4375 0, 8.4375 -0.3125, 8.125 -0.3125))", + "cx": 8.28125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 57.79322710820476, + "elevation": -24.857123960305287, + "thickness": 1.2059408147684054, + "density": 877.5329200386317, + "uC": 0.15750576179347972, + "vC": -0.20248322630714616, + "u10": 0.15750576179347972, + "v10": -0.20248322630714616, + "id": "2292" + }, + { + "geometry": "POLYGON ((8.4375 -0.3125, 8.4375 0, 8.75 0, 8.75 -0.3125, 8.4375 -0.3125))", + "cx": 8.59375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.650953268845534, + "elevation": -16.09370433342455, + "thickness": 1.1734118769690973, + "density": 886.3331124849776, + "uC": 0.18343274413163682, + "vC": -0.2541659907469442, + "u10": 0.18343274413163682, + "v10": -0.2541659907469442, + "id": "2293" + }, + { + "geometry": "POLYGON ((8.125 -0.625, 8.125 -0.3125, 8.4375 -0.3125, 8.4375 -0.625, 8.125 -0.625))", + "cx": 8.28125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.94272625831263, + "elevation": -30.162883658094675, + "thickness": 1.1973699956435655, + "density": 870.0801063152678, + "uC": 0.12697966422615253, + "vC": -0.1933936833543359, + "u10": 0.12697966422615253, + "v10": -0.1933936833543359, + "id": "2294" + }, + { + "geometry": "POLYGON ((8.4375 -0.625, 8.4375 -0.3125, 8.75 -0.3125, 8.75 -0.625, 8.4375 -0.625))", + "cx": 8.59375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.96302510521832, + "elevation": -27.91188271394028, + "thickness": 1.1922630384832926, + "density": 872.5271670826767, + "uC": 0.1388624455889645, + "vC": -0.26002910207742413, + "u10": 0.1388624455889645, + "v10": -0.26002910207742413, + "id": "2295" + }, + { + "geometry": "POLYGON ((8.75 -0.3125, 8.75 0, 9.0625 0, 9.0625 -0.3125, 8.75 -0.3125))", + "cx": 8.90625, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.168876598786106, + "elevation": -15.25550221452291, + "thickness": 1.1805258947064865, + "density": 879.7655628899515, + "uC": 0.21727112253525022, + "vC": -0.23968553623546707, + "u10": 0.21727112253525022, + "v10": -0.23968553623546707, + "id": "2296" + }, + { + "geometry": "POLYGON ((9.0625 -0.3125, 9.0625 0, 9.375 0, 9.375 -0.3125, 9.0625 -0.3125))", + "cx": 9.21875, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.6594798495707, + "elevation": -14.41148897875229, + "thickness": 1.1968723002490904, + "density": 881.706811787788, + "uC": 0.055316683390758875, + "vC": -0.3309673592401005, + "u10": 0.055316683390758875, + "v10": -0.3309673592401005, + "id": "2297" + }, + { + "geometry": "POLYGON ((8.75 -0.625, 8.75 -0.3125, 9.0625 -0.3125, 9.0625 -0.625, 8.75 -0.625))", + "cx": 8.90625, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.65675452301079, + "elevation": -31.275127332230063, + "thickness": 1.1851432768295973, + "density": 866.436526593659, + "uC": 0.1568466907065803, + "vC": -0.2441901484739809, + "u10": 0.1568466907065803, + "v10": -0.2441901484739809, + "id": "2298" + }, + { + "geometry": "POLYGON ((9.0625 -0.625, 9.0625 -0.3125, 9.375 -0.3125, 9.375 -0.625, 9.0625 -0.625))", + "cx": 9.21875, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 51.16651252097728, + "elevation": -17.49307542698574, + "thickness": 1.1895961702302216, + "density": 865.3583998354143, + "uC": 0.10268496407730912, + "vC": -0.293991517602786, + "u10": 0.10268496407730912, + "v10": -0.293991517602786, + "id": "2299" + }, + { + "geometry": "POLYGON ((9.375 -0.3125, 9.375 0, 9.6875 0, 9.6875 -0.3125, 9.375 -0.3125))", + "cx": 9.53125, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.380283464900145, + "elevation": -20.506003553119378, + "thickness": 1.1595051369019882, + "density": 877.230702776496, + "uC": 0.049887978975863605, + "vC": -0.38310854270890426, + "u10": 0.049887978975863605, + "v10": -0.38310854270890426, + "id": "2300" + }, + { + "geometry": "POLYGON ((9.6875 -0.3125, 9.6875 0, 10 0, 10 -0.3125, 9.6875 -0.3125))", + "cx": 9.84375, + "cy": -0.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.890276215242565, + "elevation": -21.66121462962893, + "thickness": 1.132860622080445, + "density": 877.997602658609, + "uC": 0.11247934359895549, + "vC": -0.33327216684456157, + "u10": 0.11247934359895549, + "v10": -0.33327216684456157, + "id": "2301" + }, + { + "geometry": "POLYGON ((9.375 -0.625, 9.375 -0.3125, 9.6875 -0.3125, 9.6875 -0.625, 9.375 -0.625))", + "cx": 9.53125, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.83067340430326, + "elevation": -17.05212000277867, + "thickness": 1.1624766225129792, + "density": 869.9060718188103, + "uC": 0.08365022129867909, + "vC": -0.3647937292766623, + "u10": 0.08365022129867909, + "v10": -0.3647937292766623, + "id": "2302" + }, + { + "geometry": "POLYGON ((9.6875 -0.625, 9.6875 -0.3125, 10 -0.3125, 10 -0.625, 9.6875 -0.625))", + "cx": 9.84375, + "cy": -0.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 55.99079427313028, + "elevation": -22.562878241143466, + "thickness": 1.1611319772537343, + "density": 866.7478803963137, + "uC": 0.04437386561175964, + "vC": -0.33502215354884823, + "u10": 0.04437386561175964, + "v10": -0.33502215354884823, + "id": "2303" + }, + { + "geometry": "POLYGON ((9.375 -3.4375, 9.375 -3.125, 9.6875 -3.125, 9.6875 -3.4375, 9.375 -3.4375))", + "cx": 9.53125, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.79311272744004, + "elevation": -24.35914668828807, + "thickness": 1.000421945545929, + "density": 872.3282414271039, + "uC": -0.14273384632539157, + "vC": -0.4559362386954918, + "u10": -0.14273384632539157, + "v10": -0.4559362386954918, + "id": "2304" + }, + { + "geometry": "POLYGON ((9.6875 -3.4375, 9.6875 -3.125, 10 -3.125, 10 -3.4375, 9.6875 -3.4375))", + "cx": 9.84375, + "cy": -3.28125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.911056543703417, + "elevation": -25.247825445281062, + "thickness": 0.9490770275362814, + "density": 869.0148631635855, + "uC": -0.16766010021020827, + "vC": -0.4669760420679037, + "u10": -0.16766010021020827, + "v10": -0.4669760420679037, + "id": "2305" + }, + { + "geometry": "POLYGON ((9.375 -3.75, 9.375 -3.4375, 9.6875 -3.4375, 9.6875 -3.75, 9.375 -3.75))", + "cx": 9.53125, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.376527998820457, + "elevation": -18.17117165918429, + "thickness": 0.9711725505605688, + "density": 871.1146346313012, + "uC": -0.11237288525539653, + "vC": -0.41719580690993596, + "u10": -0.11237288525539653, + "v10": -0.41719580690993596, + "id": "2306" + }, + { + "geometry": "POLYGON ((9.6875 -3.75, 9.6875 -3.4375, 10 -3.4375, 10 -3.75, 9.6875 -3.75))", + "cx": 9.84375, + "cy": -3.59375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 24.165059106668217, + "elevation": -17.97668456983884, + "thickness": 0.940837822314256, + "density": 867.7350180412005, + "uC": -0.14185200026594103, + "vC": -0.40893377476705367, + "u10": -0.14185200026594103, + "v10": -0.40893377476705367, + "id": "2307" + }, + { + "geometry": "POLYGON ((8.125 -4.6875, 8.125 -4.375, 8.4375 -4.375, 8.4375 -4.6875, 8.125 -4.6875))", + "cx": 8.28125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.845184926246056, + "elevation": -34.19411683360242, + "thickness": 1.1045539555407866, + "density": 896.1088556891902, + "uC": 0.2568922988367863, + "vC": -0.051518158018603585, + "u10": 0.2568922988367863, + "v10": -0.051518158018603585, + "id": "2308" + }, + { + "geometry": "POLYGON ((8.4375 -4.6875, 8.4375 -4.375, 8.75 -4.375, 8.75 -4.6875, 8.4375 -4.6875))", + "cx": 8.59375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 28.285358620167365, + "elevation": -26.315304605961185, + "thickness": 1.0661096237101533, + "density": 884.7239235752986, + "uC": 0.26282526401572237, + "vC": -0.14669163269162955, + "u10": 0.26282526401572237, + "v10": -0.14669163269162955, + "id": "2309" + }, + { + "geometry": "POLYGON ((8.125 -5, 8.125 -4.6875, 8.4375 -4.6875, 8.4375 -5, 8.125 -5))", + "cx": 8.28125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.727612828385094, + "elevation": -25.24316544329028, + "thickness": 1.1281329303806589, + "density": 889.9742345578168, + "uC": 0.3039019279394684, + "vC": -0.06947187440562412, + "u10": 0.3039019279394684, + "v10": -0.06947187440562412, + "id": "2310" + }, + { + "geometry": "POLYGON ((8.4375 -5, 8.4375 -4.6875, 8.75 -4.6875, 8.75 -5, 8.4375 -5))", + "cx": 8.59375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.02738282074221, + "elevation": -13.412997890098328, + "thickness": 1.109712979802743, + "density": 884.8658454268389, + "uC": 0.33542673931555944, + "vC": -0.0756440102097672, + "u10": 0.33542673931555944, + "v10": -0.0756440102097672, + "id": "2311" + }, + { + "geometry": "POLYGON ((8.75 -4.0625, 8.75 -3.75, 9.0625 -3.75, 9.0625 -4.0625, 8.75 -4.0625))", + "cx": 8.90625, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.1637995150138, + "elevation": -31.468328221933078, + "thickness": 1.0462885067147079, + "density": 885.4808477411893, + "uC": 0.13407116543170025, + "vC": -0.2677345141336702, + "u10": 0.13407116543170025, + "v10": -0.2677345141336702, + "id": "2312" + }, + { + "geometry": "POLYGON ((9.0625 -4.0625, 9.0625 -3.75, 9.375 -3.75, 9.375 -4.0625, 9.0625 -4.0625))", + "cx": 9.21875, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.503495728866316, + "elevation": -14.226969620605514, + "thickness": 1.0373959437747002, + "density": 878.459540846636, + "uC": 0.023428480362438855, + "vC": -0.36340584249632446, + "u10": 0.023428480362438855, + "v10": -0.36340584249632446, + "id": "2313" + }, + { + "geometry": "POLYGON ((8.75 -4.375, 8.75 -4.0625, 9.0625 -4.0625, 9.0625 -4.375, 8.75 -4.375))", + "cx": 8.90625, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.068991786727445, + "elevation": -22.633565001383182, + "thickness": 1.0254860778927548, + "density": 876.8469547287368, + "uC": 0.10458540630321289, + "vC": -0.3055829231494823, + "u10": 0.10458540630321289, + "v10": -0.3055829231494823, + "id": "2314" + }, + { + "geometry": "POLYGON ((9.0625 -4.375, 9.0625 -4.0625, 9.375 -4.0625, 9.375 -4.375, 9.0625 -4.375))", + "cx": 9.21875, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 22.24385743933847, + "elevation": -13.090077132079653, + "thickness": 1.0207431490520027, + "density": 874.7941810035857, + "uC": 0.05586740616698471, + "vC": -0.3327057569325942, + "u10": 0.05586740616698471, + "v10": -0.3327057569325942, + "id": "2315" + }, + { + "geometry": "POLYGON ((9.375 -4.0625, 9.375 -3.75, 9.6875 -3.75, 9.6875 -4.0625, 9.375 -4.0625))", + "cx": 9.53125, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.881816279585472, + "elevation": -13.427310551462554, + "thickness": 0.9710522257904481, + "density": 870.3019067985888, + "uC": -0.03922889056422699, + "vC": -0.3689394410587016, + "u10": -0.03922889056422699, + "v10": -0.3689394410587016, + "id": "2316" + }, + { + "geometry": "POLYGON ((9.6875 -4.0625, 9.6875 -3.75, 10 -3.75, 10 -4.0625, 9.6875 -4.0625))", + "cx": 9.84375, + "cy": -3.90625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.286680453155256, + "elevation": -15.307898156553435, + "thickness": 0.9412145512189395, + "density": 869.5630251433254, + "uC": -0.15606892462229466, + "vC": -0.3552829405502611, + "u10": -0.15606892462229466, + "v10": -0.3552829405502611, + "id": "2317" + }, + { + "geometry": "POLYGON ((9.375 -4.375, 9.375 -4.0625, 9.6875 -4.0625, 9.6875 -4.375, 9.375 -4.375))", + "cx": 9.53125, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 18.357941895745213, + "elevation": -12.488589104138258, + "thickness": 0.9526050929087713, + "density": 874.3766696328065, + "uC": -0.053061895834781964, + "vC": -0.36272496063615645, + "u10": -0.053061895834781964, + "v10": -0.36272496063615645, + "id": "2318" + }, + { + "geometry": "POLYGON ((9.6875 -4.375, 9.6875 -4.0625, 10 -4.0625, 10 -4.375, 9.6875 -4.375))", + "cx": 9.84375, + "cy": -4.21875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 18.42495603298945, + "elevation": -10.927605748628572, + "thickness": 0.929919233083194, + "density": 870.1558700101147, + "uC": -0.06300436572199589, + "vC": -0.3331466353410765, + "u10": -0.06300436572199589, + "v10": -0.3331466353410765, + "id": "2319" + }, + { + "geometry": "POLYGON ((8.75 -4.6875, 8.75 -4.375, 9.0625 -4.375, 9.0625 -4.6875, 8.75 -4.6875))", + "cx": 8.90625, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 23.94598006865012, + "elevation": -12.368308219859765, + "thickness": 1.0386049821764765, + "density": 875.9757772597474, + "uC": 0.27486144368911114, + "vC": -0.2406891334533958, + "u10": 0.27486144368911114, + "v10": -0.2406891334533958, + "id": "2320" + }, + { + "geometry": "POLYGON ((9.0625 -4.6875, 9.0625 -4.375, 9.375 -4.375, 9.375 -4.6875, 9.0625 -4.6875))", + "cx": 9.21875, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 23.821019835028476, + "elevation": -11.488224055676795, + "thickness": 1.0211631545579345, + "density": 876.4175377462682, + "uC": 0.12742218892367377, + "vC": -0.2849901680006884, + "u10": 0.12742218892367377, + "v10": -0.2849901680006884, + "id": "2321" + }, + { + "geometry": "POLYGON ((8.75 -5, 8.75 -4.6875, 9.0625 -4.6875, 9.0625 -5, 8.75 -5))", + "cx": 8.90625, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 22.404002757390074, + "elevation": -10.986168133453663, + "thickness": 1.0735334265288672, + "density": 876.769151330161, + "uC": 0.3134117256878137, + "vC": -0.12877800593912797, + "u10": 0.3134117256878137, + "v10": -0.12877800593912797, + "id": "2322" + }, + { + "geometry": "POLYGON ((9.0625 -5, 9.0625 -4.6875, 9.375 -4.6875, 9.375 -5, 9.0625 -5))", + "cx": 9.21875, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 22.878721611178193, + "elevation": -12.722703428674745, + "thickness": 1.0431615854323082, + "density": 876.8957965268985, + "uC": 0.20145128745349394, + "vC": -0.14962019012935251, + "u10": 0.20145128745349394, + "v10": -0.14962019012935251, + "id": "2323" + }, + { + "geometry": "POLYGON ((9.375 -4.6875, 9.375 -4.375, 9.6875 -4.375, 9.6875 -4.6875, 9.375 -4.6875))", + "cx": 9.53125, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.058505076050952, + "elevation": -18.829090137472363, + "thickness": 0.9496617402669739, + "density": 877.1393665805779, + "uC": 0.017283503484789617, + "vC": -0.3339556542976588, + "u10": 0.017283503484789617, + "v10": -0.3339556542976588, + "id": "2324" + }, + { + "geometry": "POLYGON ((9.6875 -4.6875, 9.6875 -4.375, 10 -4.375, 10 -4.6875, 9.6875 -4.6875))", + "cx": 9.84375, + "cy": -4.53125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 15.411336539805353, + "elevation": -11.493193162916949, + "thickness": 0.9328184451609007, + "density": 870.1726272642745, + "uC": -0.07594616245931061, + "vC": -0.3245952998052194, + "u10": -0.07594616245931061, + "v10": -0.3245952998052194, + "id": "2325" + }, + { + "geometry": "POLYGON ((9.375 -5, 9.375 -4.6875, 9.6875 -4.6875, 9.6875 -5, 9.375 -5))", + "cx": 9.53125, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 23.00488185061865, + "elevation": -11.92220843016219, + "thickness": 0.9806008679546666, + "density": 880.1959571208961, + "uC": 0.10200292227284966, + "vC": -0.2704507168619748, + "u10": 0.10200292227284966, + "v10": -0.2704507168619748, + "id": "2326" + }, + { + "geometry": "POLYGON ((9.6875 -5, 9.6875 -4.6875, 10 -4.6875, 10 -5, 9.6875 -5))", + "cx": 9.84375, + "cy": -4.84375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.724213943153135, + "elevation": -14.077954209563977, + "thickness": 0.9406527862834727, + "density": 878.1348900337293, + "uC": 0.05001557690392289, + "vC": -0.3448679024902817, + "u10": 0.05001557690392289, + "v10": -0.3448679024902817, + "id": "2327" + }, + { + "geometry": "POLYGON ((-9.375 7.8125, -9.375 8.125, -9.0625 8.125, -9.0625 7.8125, -9.375 7.8125))", + "cx": -9.21875, + "cy": 7.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.4846658406373, + "elevation": -42.29595214425754, + "thickness": 1.2578709708848486, + "density": 956.6696497884819, + "uC": 0.39193479965915184, + "vC": -0.26010613435618846, + "u10": 0.39193479965915184, + "v10": -0.26010613435618846, + "id": "2328" + }, + { + "geometry": "POLYGON ((-9.0625 7.8125, -9.0625 8.125, -8.75 8.125, -8.75 7.8125, -9.0625 7.8125))", + "cx": -8.90625, + "cy": 7.96875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.47524570738862, + "elevation": -34.33687155764708, + "thickness": 1.2275682084883575, + "density": 951.1749391316109, + "uC": 0.5144890624566507, + "vC": -0.17588207792891838, + "u10": 0.5144890624566507, + "v10": -0.17588207792891838, + "id": "2329" + }, + { + "geometry": "POLYGON ((-9.375 7.5, -9.375 7.8125, -9.0625 7.8125, -9.0625 7.5, -9.375 7.5))", + "cx": -9.21875, + "cy": 7.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.28694047855757, + "elevation": -35.72361770037531, + "thickness": 1.2616926817762943, + "density": 962.8145072382395, + "uC": 0.36237087957436054, + "vC": -0.2532234432163732, + "u10": 0.36237087957436054, + "v10": -0.2532234432163732, + "id": "2330" + }, + { + "geometry": "POLYGON ((-9.0625 7.5, -9.0625 7.8125, -8.75 7.8125, -8.75 7.5, -9.0625 7.5))", + "cx": -8.90625, + "cy": 7.65625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.64909381732429, + "elevation": -17.073365079794044, + "thickness": 1.2654219288315867, + "density": 952.7029120462673, + "uC": 0.4426742824968788, + "vC": -0.2953807375262842, + "u10": 0.4426742824968788, + "v10": -0.2953807375262842, + "id": "2331" + }, + { + "geometry": "POLYGON ((-10 7.1875, -10 7.5, -9.6875 7.5, -9.6875 7.1875, -10 7.1875))", + "cx": -9.84375, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.989568892227332, + "elevation": -26.88314950044994, + "thickness": 1.2229009786719194, + "density": 953.34890575807, + "uC": 0.32154570940742894, + "vC": -0.3480219194679378, + "u10": 0.32154570940742894, + "v10": -0.3480219194679378, + "id": "2332" + }, + { + "geometry": "POLYGON ((-9.6875 7.1875, -9.6875 7.5, -9.375 7.5, -9.375 7.1875, -9.6875 7.1875))", + "cx": -9.53125, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.036135477064136, + "elevation": -36.6908772349194, + "thickness": 1.2661512934726253, + "density": 967.1724529073548, + "uC": 0.4010690322345334, + "vC": -0.31137985638630256, + "u10": 0.4010690322345334, + "v10": -0.31137985638630256, + "id": "2333" + }, + { + "geometry": "POLYGON ((-10 6.875, -10 7.1875, -9.6875 7.1875, -9.6875 6.875, -10 6.875))", + "cx": -9.84375, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.55471121531942, + "elevation": -17.568853436456845, + "thickness": 1.2623375671618, + "density": 953.7375378493416, + "uC": 0.27958502999039364, + "vC": -0.40911711120493244, + "u10": 0.27958502999039364, + "v10": -0.40911711120493244, + "id": "2334" + }, + { + "geometry": "POLYGON ((-9.6875 6.875, -9.6875 7.1875, -9.375 7.1875, -9.375 6.875, -9.6875 6.875))", + "cx": -9.53125, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.633463498258244, + "elevation": -25.790442598783294, + "thickness": 1.267832317729423, + "density": 964.806233999399, + "uC": 0.35782546858935643, + "vC": -0.3559381512932146, + "u10": 0.35782546858935643, + "v10": -0.3559381512932146, + "id": "2335" + }, + { + "geometry": "POLYGON ((-9.375 7.1875, -9.375 7.5, -9.0625 7.5, -9.0625 7.1875, -9.375 7.1875))", + "cx": -9.21875, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.08812000671378, + "elevation": -29.0731933010413, + "thickness": 1.2834724031362388, + "density": 965.7694690370678, + "uC": 0.3910293728057072, + "vC": -0.314902870337044, + "u10": 0.3910293728057072, + "v10": -0.314902870337044, + "id": "2336" + }, + { + "geometry": "POLYGON ((-9.0625 7.1875, -9.0625 7.5, -8.75 7.5, -8.75 7.1875, -9.0625 7.1875))", + "cx": -8.90625, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.92620236214577, + "elevation": -13.374088627152638, + "thickness": 1.3060272916730769, + "density": 958.5473402766005, + "uC": 0.5038534430800226, + "vC": -0.2498807438150864, + "u10": 0.5038534430800226, + "v10": -0.2498807438150864, + "id": "2337" + }, + { + "geometry": "POLYGON ((-9.375 6.875, -9.375 7.1875, -9.0625 7.1875, -9.0625 6.875, -9.375 6.875))", + "cx": -9.21875, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.88717575099666, + "elevation": -22.1656635525855, + "thickness": 1.2996869536493172, + "density": 969.4528094843233, + "uC": 0.30459314614467947, + "vC": -0.426578812951365, + "u10": 0.30459314614467947, + "v10": -0.426578812951365, + "id": "2338" + }, + { + "geometry": "POLYGON ((-9.0625 6.875, -9.0625 7.1875, -8.75 7.1875, -8.75 6.875, -9.0625 6.875))", + "cx": -8.90625, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.63872399178388, + "elevation": -12.358144997950085, + "thickness": 1.2826377863695069, + "density": 959.796706821186, + "uC": 0.3906132294633362, + "vC": -0.3605638004115933, + "u10": 0.3906132294633362, + "v10": -0.3605638004115933, + "id": "2339" + }, + { + "geometry": "POLYGON ((-10 6.5625, -10 6.875, -9.6875 6.875, -9.6875 6.5625, -10 6.5625))", + "cx": -9.84375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.7865956526399, + "elevation": 0.6123369909519012, + "thickness": 1.2495582192212527, + "density": 961.1361401238443, + "uC": 0.18449706114839787, + "vC": -0.4502258005433225, + "u10": 0.18449706114839787, + "v10": -0.4502258005433225, + "id": "2340" + }, + { + "geometry": "POLYGON ((-9.6875 6.5625, -9.6875 6.875, -9.375 6.875, -9.375 6.5625, -9.6875 6.5625))", + "cx": -9.53125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.365395528557016, + "elevation": -5.964414649627825, + "thickness": 1.25939825095235, + "density": 964.5878916977867, + "uC": 0.2174841225208678, + "vC": -0.38835728338967707, + "u10": 0.2174841225208678, + "v10": -0.38835728338967707, + "id": "2341" + }, + { + "geometry": "POLYGON ((-10 6.25, -10 6.5625, -9.6875 6.5625, -9.6875 6.25, -10 6.25))", + "cx": -9.84375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.637164562394673, + "elevation": 0.9660425259845101, + "thickness": 1.2421583836435666, + "density": 964.6024735307, + "uC": 0.21849653837467858, + "vC": -0.44473264809277296, + "u10": 0.21849653837467858, + "v10": -0.44473264809277296, + "id": "2342" + }, + { + "geometry": "POLYGON ((-9.6875 6.25, -9.6875 6.5625, -9.375 6.5625, -9.375 6.25, -9.6875 6.25))", + "cx": -9.53125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.085025293298685, + "elevation": 7.033444578507146, + "thickness": 1.2547401457532366, + "density": 967.8953536582274, + "uC": 0.10338001925717308, + "vC": -0.4502897521525863, + "u10": 0.10338001925717308, + "v10": -0.4502897521525863, + "id": "2343" + }, + { + "geometry": "POLYGON ((-9.375 6.5625, -9.375 6.875, -9.0625 6.875, -9.0625 6.5625, -9.375 6.5625))", + "cx": -9.21875, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.69614957194413, + "elevation": -14.806592526676727, + "thickness": 1.3009189414455975, + "density": 966.1125930658375, + "uC": 0.35325057541584376, + "vC": -0.38527042110548426, + "u10": 0.35325057541584376, + "v10": -0.38527042110548426, + "id": "2344" + }, + { + "geometry": "POLYGON ((-9.0625 6.5625, -9.0625 6.875, -8.75 6.875, -8.75 6.5625, -9.0625 6.5625))", + "cx": -8.90625, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.77309592993041, + "elevation": -15.179235064252707, + "thickness": 1.3227177066139824, + "density": 959.5822501018963, + "uC": 0.3940272109217188, + "vC": -0.316885140646352, + "u10": 0.3940272109217188, + "v10": -0.316885140646352, + "id": "2345" + }, + { + "geometry": "POLYGON ((-9.375 6.25, -9.375 6.5625, -9.0625 6.5625, -9.0625 6.25, -9.375 6.25))", + "cx": -9.21875, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.989694921812045, + "elevation": -11.352430030686238, + "thickness": 1.3185646150312231, + "density": 968.4599930123964, + "uC": 0.1574417793030065, + "vC": -0.4430066896277844, + "u10": 0.1574417793030065, + "v10": -0.4430066896277844, + "id": "2346" + }, + { + "geometry": "POLYGON ((-9.0625 6.25, -9.0625 6.5625, -8.75 6.5625, -8.75 6.25, -9.0625 6.25))", + "cx": -8.90625, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.88318754099956, + "elevation": -20.64528983757731, + "thickness": 1.3086475631056427, + "density": 961.0363843827025, + "uC": 0.30263246856584913, + "vC": -0.3252959740767467, + "u10": 0.30263246856584913, + "v10": -0.3252959740767467, + "id": "2347" + }, + { + "geometry": "POLYGON ((-8.75 7.1875, -8.75 7.5, -8.4375 7.5, -8.4375 7.1875, -8.75 7.1875))", + "cx": -8.59375, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.66890048503724, + "elevation": -16.328380349897248, + "thickness": 1.2634617421578338, + "density": 944.9184056779113, + "uC": 0.4160920285462027, + "vC": -0.3460066965314241, + "u10": 0.4160920285462027, + "v10": -0.3460066965314241, + "id": "2348" + }, + { + "geometry": "POLYGON ((-8.4375 7.1875, -8.4375 7.5, -8.125 7.5, -8.125 7.1875, -8.4375 7.1875))", + "cx": -8.28125, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.457471453780926, + "elevation": -23.999407937739587, + "thickness": 1.2457299005214422, + "density": 942.0669839958738, + "uC": 0.39084617164464586, + "vC": -0.3414885265697709, + "u10": 0.39084617164464586, + "v10": -0.3414885265697709, + "id": "2349" + }, + { + "geometry": "POLYGON ((-8.75 6.875, -8.75 7.1875, -8.4375 7.1875, -8.4375 6.875, -8.75 6.875))", + "cx": -8.59375, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.256938224178626, + "elevation": -9.414955777209935, + "thickness": 1.2656604168316532, + "density": 950.246219407563, + "uC": 0.3287857902180723, + "vC": -0.40644562013392926, + "u10": 0.3287857902180723, + "v10": -0.40644562013392926, + "id": "2350" + }, + { + "geometry": "POLYGON ((-8.4375 6.875, -8.4375 7.1875, -8.125 7.1875, -8.125 6.875, -8.4375 6.875))", + "cx": -8.28125, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.88552503405823, + "elevation": -13.30444597579896, + "thickness": 1.2586490448345966, + "density": 950.0836067361529, + "uC": 0.34741529742607646, + "vC": -0.3679005183287597, + "u10": 0.34741529742607646, + "v10": -0.3679005183287597, + "id": "2351" + }, + { + "geometry": "POLYGON ((-8.75 6.5625, -8.75 6.875, -8.4375 6.875, -8.4375 6.5625, -8.75 6.5625))", + "cx": -8.59375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.73022433045524, + "elevation": -21.074919935131675, + "thickness": 1.2972867966242632, + "density": 951.5561869858285, + "uC": 0.34819250188764744, + "vC": -0.3811676699196074, + "u10": 0.34819250188764744, + "v10": -0.3811676699196074, + "id": "2352" + }, + { + "geometry": "POLYGON ((-8.4375 6.5625, -8.4375 6.875, -8.125 6.875, -8.125 6.5625, -8.4375 6.5625))", + "cx": -8.28125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.82883403110173, + "elevation": -22.6272009191895, + "thickness": 1.288059935627984, + "density": 955.1552828760625, + "uC": 0.3520571654939109, + "vC": -0.3313087198476706, + "u10": 0.3520571654939109, + "v10": -0.3313087198476706, + "id": "2353" + }, + { + "geometry": "POLYGON ((-8.75 6.25, -8.75 6.5625, -8.4375 6.5625, -8.4375 6.25, -8.75 6.25))", + "cx": -8.59375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.89278129370544, + "elevation": -22.792092399231073, + "thickness": 1.308847795200351, + "density": 963.2381100280102, + "uC": 0.35424782931850174, + "vC": -0.35812150636455276, + "u10": 0.35424782931850174, + "v10": -0.35812150636455276, + "id": "2354" + }, + { + "geometry": "POLYGON ((-8.4375 6.25, -8.4375 6.5625, -8.125 6.5625, -8.125 6.25, -8.4375 6.25))", + "cx": -8.28125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.137347578340425, + "elevation": -22.58681356746492, + "thickness": 1.2916586386865478, + "density": 963.5309488070479, + "uC": 0.4037400693553259, + "vC": -0.3394448003020647, + "u10": 0.4037400693553259, + "v10": -0.3394448003020647, + "id": "2355" + }, + { + "geometry": "POLYGON ((-9.375 5.9375, -9.375 6.25, -9.0625 6.25, -9.0625 5.9375, -9.375 5.9375))", + "cx": -9.21875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.18405246809879, + "elevation": -6.533551784839771, + "thickness": 1.2799740902739014, + "density": 961.7963785509947, + "uC": 0.24904073959156312, + "vC": -0.34301333084296426, + "u10": 0.24904073959156312, + "v10": -0.34301333084296426, + "id": "2356" + }, + { + "geometry": "POLYGON ((-9.0625 5.9375, -9.0625 6.25, -8.75 6.25, -8.75 5.9375, -9.0625 5.9375))", + "cx": -8.90625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.85895121972031, + "elevation": -15.773439618168872, + "thickness": 1.303754548176126, + "density": 964.9399566201627, + "uC": 0.373970624936799, + "vC": -0.29250243798729314, + "u10": 0.373970624936799, + "v10": -0.29250243798729314, + "id": "2357" + }, + { + "geometry": "POLYGON ((-9.375 5.625, -9.375 5.9375, -9.0625 5.9375, -9.0625 5.625, -9.375 5.625))", + "cx": -9.21875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.465448471511834, + "elevation": 0.5548743510573217, + "thickness": 1.2713409187022355, + "density": 943.0059060333813, + "uC": 0.37979346263160085, + "vC": -0.3149570929665293, + "u10": 0.37979346263160085, + "v10": -0.3149570929665293, + "id": "2358" + }, + { + "geometry": "POLYGON ((-9.0625 5.625, -9.0625 5.9375, -8.75 5.9375, -8.75 5.625, -9.0625 5.625))", + "cx": -8.90625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.65460143863468, + "elevation": -11.977996087852135, + "thickness": 1.2414653211707964, + "density": 953.5246478831073, + "uC": 0.3499341725903832, + "vC": -0.41347151604722765, + "u10": 0.3499341725903832, + "v10": -0.41347151604722765, + "id": "2359" + }, + { + "geometry": "POLYGON ((-10 5.3125, -10 5.625, -9.6875 5.625, -9.6875 5.3125, -10 5.3125))", + "cx": -9.84375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.00310826607484, + "elevation": 6.389553057612823, + "thickness": 1.2696790503173647, + "density": 947.2881578442319, + "uC": 0.3483918964124698, + "vC": -0.4331659105248556, + "u10": 0.3483918964124698, + "v10": -0.4331659105248556, + "id": "2360" + }, + { + "geometry": "POLYGON ((-9.6875 5.3125, -9.6875 5.625, -9.375 5.625, -9.375 5.3125, -9.6875 5.3125))", + "cx": -9.53125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.84975145796473, + "elevation": -3.9109046593988825, + "thickness": 1.2574305276876707, + "density": 939.6038284214578, + "uC": 0.2681129849514891, + "vC": -0.5150706503130182, + "u10": 0.2681129849514891, + "v10": -0.5150706503130182, + "id": "2361" + }, + { + "geometry": "POLYGON ((-10 5, -10 5.3125, -9.6875 5.3125, -9.6875 5, -10 5))", + "cx": -9.84375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.552256374873295, + "elevation": -4.097784010669726, + "thickness": 1.2909164606248982, + "density": 931.4767314394651, + "uC": 0.2697793860634238, + "vC": -0.5219829362504562, + "u10": 0.2697793860634238, + "v10": -0.5219829362504562, + "id": "2362" + }, + { + "geometry": "POLYGON ((-9.6875 5, -9.6875 5.3125, -9.375 5.3125, -9.375 5, -9.6875 5))", + "cx": -9.53125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.98271093051578, + "elevation": -9.396240318099654, + "thickness": 1.2756080883075605, + "density": 925.1548873893589, + "uC": 0.28965772188327726, + "vC": -0.5134232024177237, + "u10": 0.28965772188327726, + "v10": -0.5134232024177237, + "id": "2363" + }, + { + "geometry": "POLYGON ((-9.375 5.3125, -9.375 5.625, -9.0625 5.625, -9.0625 5.3125, -9.375 5.3125))", + "cx": -9.21875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.57838260056377, + "elevation": -3.227380853510477, + "thickness": 1.2424375655920787, + "density": 934.1715171715502, + "uC": 0.35668387934643586, + "vC": -0.4512330634217951, + "u10": 0.35668387934643586, + "v10": -0.4512330634217951, + "id": "2364" + }, + { + "geometry": "POLYGON ((-9.0625 5.3125, -9.0625 5.625, -8.75 5.625, -8.75 5.3125, -9.0625 5.3125))", + "cx": -8.90625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.51333232103503, + "elevation": -16.1380522588964, + "thickness": 1.2092904764712271, + "density": 942.685556562639, + "uC": 0.39721164482765403, + "vC": -0.396386860009667, + "u10": 0.39721164482765403, + "v10": -0.396386860009667, + "id": "2365" + }, + { + "geometry": "POLYGON ((-9.375 5, -9.375 5.3125, -9.0625 5.3125, -9.0625 5, -9.375 5))", + "cx": -9.21875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.489106150784316, + "elevation": -6.308636726329012, + "thickness": 1.2173423108670713, + "density": 930.7522841861324, + "uC": 0.44475515051157904, + "vC": -0.41863769084651375, + "u10": 0.44475515051157904, + "v10": -0.41863769084651375, + "id": "2366" + }, + { + "geometry": "POLYGON ((-9.0625 5, -9.0625 5.3125, -8.75 5.3125, -8.75 5, -9.0625 5))", + "cx": -8.90625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.86267693901972, + "elevation": -15.704840186283004, + "thickness": 1.1967228465576603, + "density": 936.1307395172951, + "uC": 0.6086226583039775, + "vC": -0.12465040263385407, + "u10": 0.6086226583039775, + "v10": -0.12465040263385407, + "id": "2367" + }, + { + "geometry": "POLYGON ((-8.75 5.9375, -8.75 6.25, -8.4375 6.25, -8.4375 5.9375, -8.75 5.9375))", + "cx": -8.59375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.64993002951715, + "elevation": -17.175396477336943, + "thickness": 1.3378906907780268, + "density": 960.2251783181631, + "uC": 0.4689082654612521, + "vC": -0.28045340767902416, + "u10": 0.4689082654612521, + "v10": -0.28045340767902416, + "id": "2368" + }, + { + "geometry": "POLYGON ((-8.4375 5.9375, -8.4375 6.25, -8.125 6.25, -8.125 5.9375, -8.4375 5.9375))", + "cx": -8.28125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.868290098950226, + "elevation": -18.303416149320874, + "thickness": 1.3345596310158285, + "density": 967.993358724617, + "uC": 0.5398467776676312, + "vC": -0.18101847030291757, + "u10": 0.5398467776676312, + "v10": -0.18101847030291757, + "id": "2369" + }, + { + "geometry": "POLYGON ((-8.75 5.625, -8.75 5.9375, -8.4375 5.9375, -8.4375 5.625, -8.75 5.625))", + "cx": -8.59375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.83762611014522, + "elevation": -18.68679290792732, + "thickness": 1.2794039832195825, + "density": 954.9196265211733, + "uC": 0.48130815728567133, + "vC": -0.38459655073553933, + "u10": 0.48130815728567133, + "v10": -0.38459655073553933, + "id": "2370" + }, + { + "geometry": "POLYGON ((-8.4375 5.625, -8.4375 5.9375, -8.125 5.9375, -8.125 5.625, -8.4375 5.625))", + "cx": -8.28125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.82581502094229, + "elevation": -31.132781473069272, + "thickness": 1.3191222970774164, + "density": 958.934150858059, + "uC": 0.5574212699184973, + "vC": -0.33463434272134623, + "u10": 0.5574212699184973, + "v10": -0.33463434272134623, + "id": "2371" + }, + { + "geometry": "POLYGON ((-7.5 7.1875, -7.5 7.5, -7.1875 7.5, -7.1875 7.1875, -7.5 7.1875))", + "cx": -7.34375, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.92903098189555, + "elevation": -28.45048565636621, + "thickness": 1.1899235237261112, + "density": 947.5823740396827, + "uC": 0.3812745996905175, + "vC": -0.1707080344422266, + "u10": 0.3812745996905175, + "v10": -0.1707080344422266, + "id": "2372" + }, + { + "geometry": "POLYGON ((-7.1875 7.1875, -7.1875 7.5, -6.875 7.5, -6.875 7.1875, -7.1875 7.1875))", + "cx": -7.03125, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 49.87932362470997, + "elevation": -25.192225462867757, + "thickness": 1.1476754942582388, + "density": 939.9902305736204, + "uC": 0.2511794102101604, + "vC": -0.15249577786565927, + "u10": 0.2511794102101604, + "v10": -0.15249577786565927, + "id": "2373" + }, + { + "geometry": "POLYGON ((-7.5 6.875, -7.5 7.1875, -7.1875 7.1875, -7.1875 6.875, -7.5 6.875))", + "cx": -7.34375, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.19005017815198, + "elevation": -44.11748835463935, + "thickness": 1.2006005399979593, + "density": 956.877982995942, + "uC": 0.3829636541783792, + "vC": -0.11674612021312197, + "u10": 0.3829636541783792, + "v10": -0.11674612021312197, + "id": "2374" + }, + { + "geometry": "POLYGON ((-7.1875 6.875, -7.1875 7.1875, -6.875 7.1875, -6.875 6.875, -7.1875 6.875))", + "cx": -7.03125, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.32663030022786, + "elevation": -42.690119484515876, + "thickness": 1.1895232818474666, + "density": 953.8830132323202, + "uC": 0.2944477483625308, + "vC": -0.13589684208618472, + "u10": 0.2944477483625308, + "v10": -0.13589684208618472, + "id": "2375" + }, + { + "geometry": "POLYGON ((6.875 6.5625, 6.875 6.875, 7.1875 6.875, 7.1875 6.5625, 6.875 6.5625))", + "cx": 7.03125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 48.15178609522202, + "elevation": -23.18606520648864, + "thickness": 1.2172039046833054, + "density": 964.833741497553, + "uC": -0.5128048309418736, + "vC": -0.4206704291917557, + "u10": -0.5128048309418736, + "v10": -0.4206704291917557, + "id": "2376" + }, + { + "geometry": "POLYGON ((7.1875 6.5625, 7.1875 6.875, 7.5 6.875, 7.5 6.5625, 7.1875 6.5625))", + "cx": 7.34375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.95229206723251, + "elevation": -24.833547501713795, + "thickness": 1.2487215176880182, + "density": 958.7082869527887, + "uC": -0.5457949953443229, + "vC": -0.38520597493053843, + "u10": -0.5457949953443229, + "v10": -0.38520597493053843, + "id": "2377" + }, + { + "geometry": "POLYGON ((6.875 6.25, 6.875 6.5625, 7.1875 6.5625, 7.1875 6.25, 6.875 6.25))", + "cx": 7.03125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.662231691473835, + "elevation": -27.88967073650303, + "thickness": 1.2057881089260758, + "density": 961.1025995815473, + "uC": -0.3543069742149484, + "vC": -0.5246472176123151, + "u10": -0.3543069742149484, + "v10": -0.5246472176123151, + "id": "2378" + }, + { + "geometry": "POLYGON ((7.1875 6.25, 7.1875 6.5625, 7.5 6.5625, 7.5 6.25, 7.1875 6.25))", + "cx": 7.34375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.749180123751316, + "elevation": -10.914497362535526, + "thickness": 1.2767128672935812, + "density": 955.8792034942554, + "uC": -0.5326191403769647, + "vC": -0.3969985897938839, + "u10": -0.5326191403769647, + "v10": -0.3969985897938839, + "id": "2379" + }, + { + "geometry": "POLYGON ((5 5.9375, 5 6.25, 5.3125 6.25, 5.3125 5.9375, 5 5.9375))", + "cx": 5.15625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 67.23248970909157, + "elevation": -22.610238430456008, + "thickness": 1.0978920895639783, + "density": 975.8150147246761, + "uC": -0.6822600623542694, + "vC": 0.11096323141211387, + "u10": -0.6822600623542694, + "v10": 0.11096323141211387, + "id": "2380" + }, + { + "geometry": "POLYGON ((5.3125 5.9375, 5.3125 6.25, 5.625 6.25, 5.625 5.9375, 5.3125 5.9375))", + "cx": 5.46875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.77671554809078, + "elevation": -22.791687194643806, + "thickness": 1.135626710367939, + "density": 978.5760945782444, + "uC": -0.6363991138872107, + "vC": -0.17780285413955244, + "u10": -0.6363991138872107, + "v10": -0.17780285413955244, + "id": "2381" + }, + { + "geometry": "POLYGON ((5 5.625, 5 5.9375, 5.3125 5.9375, 5.3125 5.625, 5 5.625))", + "cx": 5.15625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 66.00879887536829, + "elevation": -10.345991479250541, + "thickness": 1.1090709266663619, + "density": 976.74507553203, + "uC": -0.6293307663378922, + "vC": -0.31569720921936206, + "u10": -0.6293307663378922, + "v10": -0.31569720921936206, + "id": "2382" + }, + { + "geometry": "POLYGON ((5.3125 5.625, 5.3125 5.9375, 5.625 5.9375, 5.625 5.625, 5.3125 5.625))", + "cx": 5.46875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.17908174440595, + "elevation": -18.630416361935616, + "thickness": 1.1191787663197772, + "density": 977.094640844831, + "uC": -0.26697960959340056, + "vC": -0.6461506425225314, + "u10": -0.26697960959340056, + "v10": -0.6461506425225314, + "id": "2383" + }, + { + "geometry": "POLYGON ((5.625 5.9375, 5.625 6.25, 5.9375 6.25, 5.9375 5.9375, 5.625 5.9375))", + "cx": 5.78125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 61.33641263056366, + "elevation": -21.718407846534863, + "thickness": 1.153105278622785, + "density": 968.6647274831172, + "uC": -0.6225646841252335, + "vC": -0.35552579909319865, + "u10": -0.6225646841252335, + "v10": -0.35552579909319865, + "id": "2384" + }, + { + "geometry": "POLYGON ((5.9375 5.9375, 5.9375 6.25, 6.25 6.25, 6.25 5.9375, 5.9375 5.9375))", + "cx": 6.09375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.08592405766632, + "elevation": -21.315160438580904, + "thickness": 1.169067958246729, + "density": 960.7528696890897, + "uC": -0.5083856817833473, + "vC": -0.5592297892744624, + "u10": -0.5083856817833473, + "v10": -0.5592297892744624, + "id": "2385" + }, + { + "geometry": "POLYGON ((5.625 5.625, 5.625 5.9375, 5.9375 5.9375, 5.9375 5.625, 5.625 5.625))", + "cx": 5.78125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.52351912930207, + "elevation": -15.562312592375543, + "thickness": 1.1166884657910676, + "density": 975.5262893101859, + "uC": -0.22934199236550373, + "vC": -0.662485228876253, + "u10": -0.22934199236550373, + "v10": -0.662485228876253, + "id": "2386" + }, + { + "geometry": "POLYGON ((5.9375 5.625, 5.9375 5.9375, 6.25 5.9375, 6.25 5.625, 5.9375 5.625))", + "cx": 6.09375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.83232294040354, + "elevation": -17.835384006584626, + "thickness": 1.1215869243793557, + "density": 977.755740160153, + "uC": -0.22685566032586446, + "vC": -0.7330863293192499, + "u10": -0.22685566032586446, + "v10": -0.7330863293192499, + "id": "2387" + }, + { + "geometry": "POLYGON ((5 5.3125, 5 5.625, 5.3125 5.625, 5.3125 5.3125, 5 5.3125))", + "cx": 5.15625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 63.78851733840979, + "elevation": -2.9744667923923735, + "thickness": 1.1248474121839775, + "density": 968.3138568240225, + "uC": -0.5974190383232202, + "vC": -0.35816128240359235, + "u10": -0.5974190383232202, + "v10": -0.35816128240359235, + "id": "2388" + }, + { + "geometry": "POLYGON ((5.3125 5.3125, 5.3125 5.625, 5.625 5.625, 5.625 5.3125, 5.3125 5.3125))", + "cx": 5.46875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.64934134439504, + "elevation": -13.419263592261341, + "thickness": 1.1211838953353928, + "density": 973.5558506390631, + "uC": -0.41147369350171614, + "vC": -0.5710811585982758, + "u10": -0.41147369350171614, + "v10": -0.5710811585982758, + "id": "2389" + }, + { + "geometry": "POLYGON ((5 5, 5 5.3125, 5.3125 5.3125, 5.3125 5, 5 5))", + "cx": 5.15625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 64.67024272978875, + "elevation": 4.896200264492979, + "thickness": 1.0915896400171163, + "density": 969.2692652356355, + "uC": -0.6066479744142657, + "vC": -0.3978842717888769, + "u10": -0.6066479744142657, + "v10": -0.3978842717888769, + "id": "2390" + }, + { + "geometry": "POLYGON ((5.3125 5, 5.3125 5.3125, 5.625 5.3125, 5.625 5, 5.3125 5))", + "cx": 5.46875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 60.57527829310924, + "elevation": 3.662061452504115, + "thickness": 1.098644355805058, + "density": 970.0629705177876, + "uC": -0.48191326970837667, + "vC": -0.4913330444842737, + "u10": -0.48191326970837667, + "v10": -0.4913330444842737, + "id": "2391" + }, + { + "geometry": "POLYGON ((5.625 5.3125, 5.625 5.625, 5.9375 5.625, 5.9375 5.3125, 5.625 5.3125))", + "cx": 5.78125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.35607673960456, + "elevation": -15.208602056812621, + "thickness": 1.0934883857988842, + "density": 971.7774973844212, + "uC": -0.3094075620278425, + "vC": -0.568670480077702, + "u10": -0.3094075620278425, + "v10": -0.568670480077702, + "id": "2392" + }, + { + "geometry": "POLYGON ((5.9375 5.3125, 5.9375 5.625, 6.25 5.625, 6.25 5.3125, 5.9375 5.3125))", + "cx": 6.09375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.109087061913485, + "elevation": -10.46596328275654, + "thickness": 1.0945945371218728, + "density": 980.2025673823393, + "uC": -0.43807144809340004, + "vC": -0.5343225393093702, + "u10": -0.43807144809340004, + "v10": -0.5343225393093702, + "id": "2393" + }, + { + "geometry": "POLYGON ((5.625 5, 5.625 5.3125, 5.9375 5.3125, 5.9375 5, 5.625 5))", + "cx": 5.78125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 54.079096586795956, + "elevation": -3.163021543227079, + "thickness": 1.1116962368945336, + "density": 971.1791246165304, + "uC": -0.4574820560780011, + "vC": -0.4266420408471693, + "u10": -0.4574820560780011, + "v10": -0.4266420408471693, + "id": "2394" + }, + { + "geometry": "POLYGON ((5.9375 5, 5.9375 5.3125, 6.25 5.3125, 6.25 5, 5.9375 5))", + "cx": 6.09375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.62558992039975, + "elevation": 0.16211229438856312, + "thickness": 1.128270960695792, + "density": 973.5622493591161, + "uC": -0.45962051526679004, + "vC": -0.4637888507694382, + "u10": -0.45962051526679004, + "v10": -0.4637888507694382, + "id": "2395" + }, + { + "geometry": "POLYGON ((6.875 5.9375, 6.875 6.25, 7.1875 6.25, 7.1875 5.9375, 6.875 5.9375))", + "cx": 7.03125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.28951452165785, + "elevation": -21.39209796201505, + "thickness": 1.172285965577434, + "density": 968.649106886956, + "uC": -0.3737841529751862, + "vC": -0.4985265169330937, + "u10": -0.3737841529751862, + "v10": -0.4985265169330937, + "id": "2396" + }, + { + "geometry": "POLYGON ((7.1875 5.9375, 7.1875 6.25, 7.5 6.25, 7.5 5.9375, 7.1875 5.9375))", + "cx": 7.34375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.83320241345273, + "elevation": -6.493123389445296, + "thickness": 1.2132802793597448, + "density": 958.1490521053041, + "uC": -0.5693302883189044, + "vC": -0.2952899655507797, + "u10": -0.5693302883189044, + "v10": -0.2952899655507797, + "id": "2397" + }, + { + "geometry": "POLYGON ((6.875 5.625, 6.875 5.9375, 7.1875 5.9375, 7.1875 5.625, 6.875 5.625))", + "cx": 7.03125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 46.67212848645646, + "elevation": -11.750756429048764, + "thickness": 1.1383059306091612, + "density": 971.0917370734148, + "uC": -0.20403499079424178, + "vC": -0.5887012829403674, + "u10": -0.20403499079424178, + "v10": -0.5887012829403674, + "id": "2398" + }, + { + "geometry": "POLYGON ((7.1875 5.625, 7.1875 5.9375, 7.5 5.9375, 7.5 5.625, 7.1875 5.625))", + "cx": 7.34375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.10156807871517, + "elevation": -2.5893389872596573, + "thickness": 1.1556758205391793, + "density": 961.5118267794505, + "uC": -0.38642075596482506, + "vC": -0.5004867046246337, + "u10": -0.38642075596482506, + "v10": -0.5004867046246337, + "id": "2399" + }, + { + "geometry": "POLYGON ((6.25 5.3125, 6.25 5.625, 6.5625 5.625, 6.5625 5.3125, 6.25 5.3125))", + "cx": 6.40625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 52.591576325844024, + "elevation": -7.349418818686309, + "thickness": 1.0965870422613746, + "density": 971.0550300999387, + "uC": -0.2856815226119893, + "vC": -0.6353719951310431, + "u10": -0.2856815226119893, + "v10": -0.6353719951310431, + "id": "2400" + }, + { + "geometry": "POLYGON ((6.5625 5.3125, 6.5625 5.625, 6.875 5.625, 6.875 5.3125, 6.5625 5.3125))", + "cx": 6.71875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 58.46279292443437, + "elevation": -8.247945433225347, + "thickness": 1.1101184522996013, + "density": 969.044800829349, + "uC": -0.05269417282643761, + "vC": -0.6124696434268627, + "u10": -0.05269417282643761, + "v10": -0.6124696434268627, + "id": "2401" + }, + { + "geometry": "POLYGON ((6.25 5, 6.25 5.3125, 6.5625 5.3125, 6.5625 5, 6.25 5))", + "cx": 6.40625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 53.59116437660519, + "elevation": 3.5006405528044358, + "thickness": 1.1304569145546242, + "density": 964.3650607989977, + "uC": -0.41902970358365127, + "vC": -0.4930766896701975, + "u10": -0.41902970358365127, + "v10": -0.4930766896701975, + "id": "2402" + }, + { + "geometry": "POLYGON ((6.5625 5, 6.5625 5.3125, 6.875 5.3125, 6.875 5, 6.5625 5))", + "cx": 6.71875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.477530878995395, + "elevation": -3.314327585563658, + "thickness": 1.0816220294100878, + "density": 960.8526758043654, + "uC": -0.31129523597879205, + "vC": -0.4956726543031431, + "u10": -0.31129523597879205, + "v10": -0.4956726543031431, + "id": "2403" + }, + { + "geometry": "POLYGON ((6.875 5.3125, 6.875 5.625, 7.1875 5.625, 7.1875 5.3125, 6.875 5.3125))", + "cx": 7.03125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.93856481697039, + "elevation": -10.700792643971713, + "thickness": 1.139400656785351, + "density": 968.1816474292241, + "uC": -0.18179965384532076, + "vC": -0.5264196626639492, + "u10": -0.18179965384532076, + "v10": -0.5264196626639492, + "id": "2404" + }, + { + "geometry": "POLYGON ((7.1875 5.3125, 7.1875 5.625, 7.5 5.625, 7.5 5.3125, 7.1875 5.3125))", + "cx": 7.34375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.809008625973945, + "elevation": -6.179855959480568, + "thickness": 1.1556616065710146, + "density": 966.5773696398319, + "uC": -0.43264664125876995, + "vC": -0.41490499101202694, + "u10": -0.43264664125876995, + "v10": -0.41490499101202694, + "id": "2405" + }, + { + "geometry": "POLYGON ((6.875 5, 6.875 5.3125, 7.1875 5.3125, 7.1875 5, 6.875 5))", + "cx": 7.03125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.28128749746404, + "elevation": 1.299638583512153, + "thickness": 1.1388218332414113, + "density": 960.3918974087512, + "uC": -0.3016257932767331, + "vC": -0.5073690673146987, + "u10": -0.3016257932767331, + "v10": -0.5073690673146987, + "id": "2406" + }, + { + "geometry": "POLYGON ((7.1875 5, 7.1875 5.3125, 7.5 5.3125, 7.5 5, 7.1875 5))", + "cx": 7.34375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.59989406155727, + "elevation": 1.3978374429244151, + "thickness": 1.1739717953488922, + "density": 962.8265674302686, + "uC": -0.3370839429300465, + "vC": -0.36724690708087726, + "u10": -0.3370839429300465, + "v10": -0.36724690708087726, + "id": "2407" + }, + { + "geometry": "POLYGON ((7.5 6.5625, 7.5 6.875, 7.8125 6.875, 7.8125 6.5625, 7.5 6.5625))", + "cx": 7.65625, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.05505683820856, + "elevation": -24.45373805497342, + "thickness": 1.2683853666512157, + "density": 948.6983764011925, + "uC": -0.5105105048436508, + "vC": -0.40575738615743107, + "u10": -0.5105105048436508, + "v10": -0.40575738615743107, + "id": "2408" + }, + { + "geometry": "POLYGON ((7.8125 6.5625, 7.8125 6.875, 8.125 6.875, 8.125 6.5625, 7.8125 6.5625))", + "cx": 7.96875, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.477815750590263, + "elevation": -23.183397389261224, + "thickness": 1.2709240163760227, + "density": 942.9662946163483, + "uC": -0.3008640841087554, + "vC": -0.5407281275457104, + "u10": -0.3008640841087554, + "v10": -0.5407281275457104, + "id": "2409" + }, + { + "geometry": "POLYGON ((7.5 6.25, 7.5 6.5625, 7.8125 6.5625, 7.8125 6.25, 7.5 6.25))", + "cx": 7.65625, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.50939497744936, + "elevation": -8.889476835226022, + "thickness": 1.2958489094676493, + "density": 945.5569903633815, + "uC": -0.4465091895110139, + "vC": -0.4933486633654183, + "u10": -0.4465091895110139, + "v10": -0.4933486633654183, + "id": "2410" + }, + { + "geometry": "POLYGON ((7.8125 6.25, 7.8125 6.5625, 8.125 6.5625, 8.125 6.25, 7.8125 6.25))", + "cx": 7.96875, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.839877233185533, + "elevation": -9.890780460060817, + "thickness": 1.248601243309162, + "density": 944.2375966368774, + "uC": -0.307937491376509, + "vC": -0.5785442266517951, + "u10": -0.307937491376509, + "v10": -0.5785442266517951, + "id": "2411" + }, + { + "geometry": "POLYGON ((8.125 6.5625, 8.125 6.875, 8.4375 6.875, 8.4375 6.5625, 8.125 6.5625))", + "cx": 8.28125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.82603531111785, + "elevation": -32.77429202964633, + "thickness": 1.2586004091498149, + "density": 939.7405024340942, + "uC": -0.10430406895162803, + "vC": -0.5427028457032594, + "u10": -0.10430406895162803, + "v10": -0.5427028457032594, + "id": "2412" + }, + { + "geometry": "POLYGON ((8.4375 6.5625, 8.4375 6.875, 8.75 6.875, 8.75 6.5625, 8.4375 6.5625))", + "cx": 8.59375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 27.759609755264627, + "elevation": -46.069823000121254, + "thickness": 1.2780537481801164, + "density": 943.7751812179523, + "uC": -0.02503598846635396, + "vC": -0.47952310942024423, + "u10": -0.02503598846635396, + "v10": -0.47952310942024423, + "id": "2413" + }, + { + "geometry": "POLYGON ((8.125 6.25, 8.125 6.5625, 8.4375 6.5625, 8.4375 6.25, 8.125 6.25))", + "cx": 8.28125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 29.57317504421623, + "elevation": -21.07757185721821, + "thickness": 1.244076723532352, + "density": 939.8203561131677, + "uC": -0.1758503401169788, + "vC": -0.510061389348807, + "u10": -0.1758503401169788, + "v10": -0.510061389348807, + "id": "2414" + }, + { + "geometry": "POLYGON ((8.4375 6.25, 8.4375 6.5625, 8.75 6.5625, 8.75 6.25, 8.4375 6.25))", + "cx": 8.59375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.601063675048525, + "elevation": -30.37586941877303, + "thickness": 1.2674974600634927, + "density": 946.3572143064098, + "uC": -0.056252733663666336, + "vC": -0.5416011929795924, + "u10": -0.056252733663666336, + "v10": -0.5416011929795924, + "id": "2415" + }, + { + "geometry": "POLYGON ((9.375 7.1875, 9.375 7.5, 9.6875 7.5, 9.6875 7.1875, 9.375 7.1875))", + "cx": 9.53125, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.76849671842078, + "elevation": -25.001779140415103, + "thickness": 1.2807774514110917, + "density": 945.7703299886218, + "uC": 0.20855549906468665, + "vC": -0.3451879283342153, + "u10": 0.20855549906468665, + "v10": -0.3451879283342153, + "id": "2416" + }, + { + "geometry": "POLYGON ((9.6875 7.1875, 9.6875 7.5, 10 7.5, 10 7.1875, 9.6875 7.1875))", + "cx": 9.84375, + "cy": 7.34375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.422830893928975, + "elevation": -17.94867328876486, + "thickness": 1.239436572466156, + "density": 941.8163394232308, + "uC": 0.2103252502421643, + "vC": -0.3951612116012968, + "u10": 0.2103252502421643, + "v10": -0.3951612116012968, + "id": "2417" + }, + { + "geometry": "POLYGON ((9.375 6.875, 9.375 7.1875, 9.6875 7.1875, 9.6875 6.875, 9.375 6.875))", + "cx": 9.53125, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 21.631611733429615, + "elevation": -26.84268963855979, + "thickness": 1.2256930338608352, + "density": 953.3240923489461, + "uC": 0.17809662174783536, + "vC": -0.3609802398137597, + "u10": 0.17809662174783536, + "v10": -0.3609802398137597, + "id": "2418" + }, + { + "geometry": "POLYGON ((9.6875 6.875, 9.6875 7.1875, 10 7.1875, 10 6.875, 9.6875 6.875))", + "cx": 9.84375, + "cy": 7.03125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.239311893611273, + "elevation": -14.818400513478236, + "thickness": 1.252941749920981, + "density": 953.6591434983495, + "uC": 0.21702721111084605, + "vC": -0.4093271639737319, + "u10": 0.21702721111084605, + "v10": -0.4093271639737319, + "id": "2419" + }, + { + "geometry": "POLYGON ((8.75 6.5625, 8.75 6.875, 9.0625 6.875, 9.0625 6.5625, 8.75 6.5625))", + "cx": 8.90625, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.302482961834656, + "elevation": -38.81822676464478, + "thickness": 1.2916013538553763, + "density": 944.6475844962313, + "uC": 0.09389197871749166, + "vC": -0.44524845889399656, + "u10": 0.09389197871749166, + "v10": -0.44524845889399656, + "id": "2420" + }, + { + "geometry": "POLYGON ((9.0625 6.5625, 9.0625 6.875, 9.375 6.875, 9.375 6.5625, 9.0625 6.5625))", + "cx": 9.21875, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 21.438798257253232, + "elevation": -23.59665878310474, + "thickness": 1.2085681542041007, + "density": 951.8159513273733, + "uC": 0.1569600297187813, + "vC": -0.3920898933004128, + "u10": 0.1569600297187813, + "v10": -0.3920898933004128, + "id": "2421" + }, + { + "geometry": "POLYGON ((8.75 6.25, 8.75 6.5625, 9.0625 6.5625, 9.0625 6.25, 8.75 6.25))", + "cx": 8.90625, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 30.47238135294326, + "elevation": -21.483289033387962, + "thickness": 1.2632954708774764, + "density": 945.437098879494, + "uC": 0.040046862399761775, + "vC": -0.5098399939278754, + "u10": 0.040046862399761775, + "v10": -0.5098399939278754, + "id": "2422" + }, + { + "geometry": "POLYGON ((9.0625 6.25, 9.0625 6.5625, 9.375 6.5625, 9.375 6.25, 9.0625 6.25))", + "cx": 9.21875, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 25.0041985471629, + "elevation": -7.745327333037277, + "thickness": 1.1924031379754876, + "density": 948.9496725893946, + "uC": 0.08494863551565388, + "vC": -0.45064604369270467, + "u10": 0.08494863551565388, + "v10": -0.45064604369270467, + "id": "2423" + }, + { + "geometry": "POLYGON ((9.375 6.5625, 9.375 6.875, 9.6875 6.875, 9.6875 6.5625, 9.375 6.5625))", + "cx": 9.53125, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 22.018037656639784, + "elevation": -20.8902069988432, + "thickness": 1.2240770481193293, + "density": 954.4270861661101, + "uC": 0.23594809049524473, + "vC": -0.4057054056056289, + "u10": 0.23594809049524473, + "v10": -0.4057054056056289, + "id": "2424" + }, + { + "geometry": "POLYGON ((9.6875 6.5625, 9.6875 6.875, 10 6.875, 10 6.5625, 9.6875 6.5625))", + "cx": 9.84375, + "cy": 6.71875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 20.58480343143748, + "elevation": -6.420361994209395, + "thickness": 1.2583328820239479, + "density": 957.5668872960341, + "uC": 0.2475828985849161, + "vC": -0.4243971502276418, + "u10": 0.2475828985849161, + "v10": -0.4243971502276418, + "id": "2425" + }, + { + "geometry": "POLYGON ((9.375 6.25, 9.375 6.5625, 9.6875 6.5625, 9.6875 6.25, 9.375 6.25))", + "cx": 9.53125, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 23.466608820526446, + "elevation": -13.887581988626302, + "thickness": 1.2275139745499146, + "density": 954.1541555966836, + "uC": 0.22771911191208397, + "vC": -0.37660666727755543, + "u10": 0.22771911191208397, + "v10": -0.37660666727755543, + "id": "2426" + }, + { + "geometry": "POLYGON ((9.6875 6.25, 9.6875 6.5625, 10 6.5625, 10 6.25, 9.6875 6.25))", + "cx": 9.84375, + "cy": 6.40625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 23.365591687803857, + "elevation": -3.519083717904956, + "thickness": 1.2702414260151182, + "density": 959.2319779612275, + "uC": 0.24199280437189294, + "vC": -0.33579254332058694, + "u10": 0.24199280437189294, + "v10": -0.33579254332058694, + "id": "2427" + }, + { + "geometry": "POLYGON ((7.5 5.9375, 7.5 6.25, 7.8125 6.25, 7.8125 5.9375, 7.5 5.9375))", + "cx": 7.65625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.19910832323206, + "elevation": 3.467119656988454, + "thickness": 1.234051674626319, + "density": 953.0572511766255, + "uC": -0.5131071395851322, + "vC": -0.3782570275681093, + "u10": -0.5131071395851322, + "v10": -0.3782570275681093, + "id": "2428" + }, + { + "geometry": "POLYGON ((7.8125 5.9375, 7.8125 6.25, 8.125 6.25, 8.125 5.9375, 7.8125 5.9375))", + "cx": 7.96875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.97651597385337, + "elevation": 3.822431392667003, + "thickness": 1.2370465156425938, + "density": 950.3104325158226, + "uC": -0.3365635002073798, + "vC": -0.5323346690019678, + "u10": -0.3365635002073798, + "v10": -0.5323346690019678, + "id": "2429" + }, + { + "geometry": "POLYGON ((7.5 5.625, 7.5 5.9375, 7.8125 5.9375, 7.8125 5.625, 7.5 5.625))", + "cx": 7.65625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 31.804662190244564, + "elevation": 6.338691878662082, + "thickness": 1.1779521664313102, + "density": 955.2277261452657, + "uC": -0.4271116281560297, + "vC": -0.49205057248420436, + "u10": -0.4271116281560297, + "v10": -0.49205057248420436, + "id": "2430" + }, + { + "geometry": "POLYGON ((7.8125 5.625, 7.8125 5.9375, 8.125 5.9375, 8.125 5.625, 7.8125 5.625))", + "cx": 7.96875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 34.27012952467166, + "elevation": 5.915037249113004, + "thickness": 1.20779265392812, + "density": 948.4985816914824, + "uC": -0.2956537635554943, + "vC": -0.5377824272419709, + "u10": -0.2956537635554943, + "v10": -0.5377824272419709, + "id": "2431" + }, + { + "geometry": "POLYGON ((8.125 5.9375, 8.125 6.25, 8.4375 6.25, 8.4375 5.9375, 8.125 5.9375))", + "cx": 8.28125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.030804955724385, + "elevation": -6.979950399746585, + "thickness": 1.2485252787281105, + "density": 946.0718114931628, + "uC": -0.3185576561172435, + "vC": -0.5083290243751137, + "u10": -0.3185576561172435, + "v10": -0.5083290243751137, + "id": "2432" + }, + { + "geometry": "POLYGON ((8.4375 5.9375, 8.4375 6.25, 8.75 6.25, 8.75 5.9375, 8.4375 5.9375))", + "cx": 8.59375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.77772970254473, + "elevation": -18.549389402660218, + "thickness": 1.2782531290076453, + "density": 947.9619658129097, + "uC": -0.0657045879120736, + "vC": -0.569947435443354, + "u10": -0.0657045879120736, + "v10": -0.569947435443354, + "id": "2433" + }, + { + "geometry": "POLYGON ((8.125 5.625, 8.125 5.9375, 8.4375 5.9375, 8.4375 5.625, 8.125 5.625))", + "cx": 8.28125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.72014780014433, + "elevation": -1.5913005795683608, + "thickness": 1.2566307828754422, + "density": 946.1069528658056, + "uC": -0.18293570496620415, + "vC": -0.58582327781811, + "u10": -0.18293570496620415, + "v10": -0.58582327781811, + "id": "2434" + }, + { + "geometry": "POLYGON ((8.4375 5.625, 8.4375 5.9375, 8.75 5.9375, 8.75 5.625, 8.4375 5.625))", + "cx": 8.59375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 43.08119597125147, + "elevation": -2.924745349815338, + "thickness": 1.2416446939753158, + "density": 945.6536220743503, + "uC": -0.18859683823795936, + "vC": -0.5735314381253426, + "u10": -0.18859683823795936, + "v10": -0.5735314381253426, + "id": "2435" + }, + { + "geometry": "POLYGON ((8.75 5.9375, 8.75 6.25, 9.0625 6.25, 9.0625 5.9375, 8.75 5.9375))", + "cx": 8.90625, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.82792818168831, + "elevation": -18.617158338932967, + "thickness": 1.2189075594499403, + "density": 946.1434781397461, + "uC": 0.07023489056479497, + "vC": -0.586115823859533, + "u10": 0.07023489056479497, + "v10": -0.586115823859533, + "id": "2436" + }, + { + "geometry": "POLYGON ((9.0625 5.9375, 9.0625 6.25, 9.375 6.25, 9.375 5.9375, 9.0625 5.9375))", + "cx": 9.21875, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 32.361839069299876, + "elevation": -8.224605086509245, + "thickness": 1.2124223295151206, + "density": 941.1367312441006, + "uC": 0.16990609878720328, + "vC": -0.5004024796705755, + "u10": 0.16990609878720328, + "v10": -0.5004024796705755, + "id": "2437" + }, + { + "geometry": "POLYGON ((8.75 5.625, 8.75 5.9375, 9.0625 5.9375, 9.0625 5.625, 8.75 5.625))", + "cx": 8.90625, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 39.579152560972666, + "elevation": -8.041346485443391, + "thickness": 1.2154076124160875, + "density": 947.3325453115463, + "uC": 0.0902423972287064, + "vC": -0.6017807711133577, + "u10": 0.0902423972287064, + "v10": -0.6017807711133577, + "id": "2438" + }, + { + "geometry": "POLYGON ((9.0625 5.625, 9.0625 5.9375, 9.375 5.9375, 9.375 5.625, 9.0625 5.625))", + "cx": 9.21875, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 37.6042301199624, + "elevation": -9.229645899595385, + "thickness": 1.2506939581812104, + "density": 940.2982411567244, + "uC": 0.25013936376512547, + "vC": -0.510150270261456, + "u10": 0.25013936376512547, + "v10": -0.510150270261456, + "id": "2439" + }, + { + "geometry": "POLYGON ((9.375 5.9375, 9.375 6.25, 9.6875 6.25, 9.6875 5.9375, 9.375 5.9375))", + "cx": 9.53125, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.506291940545594, + "elevation": -0.46126800814248314, + "thickness": 1.262940642605253, + "density": 948.3664394505217, + "uC": 0.3160562517161033, + "vC": -0.39888520650505876, + "u10": 0.3160562517161033, + "v10": -0.39888520650505876, + "id": "2440" + }, + { + "geometry": "POLYGON ((9.6875 5.9375, 9.6875 6.25, 10 6.25, 10 5.9375, 9.6875 5.9375))", + "cx": 9.84375, + "cy": 6.09375, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 26.864425453471554, + "elevation": -6.00282551249226, + "thickness": 1.2942509519664323, + "density": 958.6620282762435, + "uC": 0.34585714810785106, + "vC": -0.33801567025259427, + "u10": 0.34585714810785106, + "v10": -0.33801567025259427, + "id": "2441" + }, + { + "geometry": "POLYGON ((9.375 5.625, 9.375 5.9375, 9.6875 5.9375, 9.6875 5.625, 9.375 5.625))", + "cx": 9.53125, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 36.21867555538216, + "elevation": -6.146746952792098, + "thickness": 1.302629690444327, + "density": 943.5100678067397, + "uC": 0.3688295018789805, + "vC": -0.3549512631322984, + "u10": 0.3688295018789805, + "v10": -0.3549512631322984, + "id": "2442" + }, + { + "geometry": "POLYGON ((9.6875 5.625, 9.6875 5.9375, 10 5.9375, 10 5.625, 9.6875 5.625))", + "cx": 9.84375, + "cy": 5.78125, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 35.27801274889944, + "elevation": -6.48425968613395, + "thickness": 1.296893079321832, + "density": 948.0752979253672, + "uC": 0.3881307242473889, + "vC": -0.3856057030972132, + "u10": 0.3881307242473889, + "v10": -0.3856057030972132, + "id": "2443" + }, + { + "geometry": "POLYGON ((8.75 5.3125, 8.75 5.625, 9.0625 5.625, 9.0625 5.3125, 8.75 5.3125))", + "cx": 8.90625, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 44.12517099619182, + "elevation": 0.785687371535968, + "thickness": 1.2390085494344176, + "density": 945.6740127683296, + "uC": -0.006869054162445343, + "vC": -0.6392959224074195, + "u10": -0.006869054162445343, + "v10": -0.6392959224074195, + "id": "2444" + }, + { + "geometry": "POLYGON ((9.0625 5.3125, 9.0625 5.625, 9.375 5.625, 9.375 5.3125, 9.0625 5.3125))", + "cx": 9.21875, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 40.731109164275466, + "elevation": -3.9811724116083615, + "thickness": 1.2666778153215699, + "density": 942.9223299720704, + "uC": 0.20859368195769035, + "vC": -0.595118894203868, + "u10": 0.20859368195769035, + "v10": -0.595118894203868, + "id": "2445" + }, + { + "geometry": "POLYGON ((8.75 5, 8.75 5.3125, 9.0625 5.3125, 9.0625 5, 8.75 5))", + "cx": 8.90625, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 50.03156950273922, + "elevation": 5.753409457730378, + "thickness": 1.2681126315294478, + "density": 934.3936649586851, + "uC": 0.17735323254274038, + "vC": -0.58872256445082, + "u10": 0.17735323254274038, + "v10": -0.58872256445082, + "id": "2446" + }, + { + "geometry": "POLYGON ((9.0625 5, 9.0625 5.3125, 9.375 5.3125, 9.375 5, 9.0625 5))", + "cx": 9.21875, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 45.53709570879603, + "elevation": 6.974319636128483, + "thickness": 1.2825177762117361, + "density": 940.8687004275569, + "uC": 0.21480007088120118, + "vC": -0.5804953373170069, + "u10": 0.21480007088120118, + "v10": -0.5804953373170069, + "id": "2447" + }, + { + "geometry": "POLYGON ((9.375 5.3125, 9.375 5.625, 9.6875 5.625, 9.6875 5.3125, 9.375 5.3125))", + "cx": 9.53125, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 42.5020539156627, + "elevation": -1.002044413385743, + "thickness": 1.2999989636806832, + "density": 943.8035031963949, + "uC": 0.2689078226775352, + "vC": -0.5002103604260675, + "u10": 0.2689078226775352, + "v10": -0.5002103604260675, + "id": "2448" + }, + { + "geometry": "POLYGON ((9.6875 5.3125, 9.6875 5.625, 10 5.625, 10 5.3125, 9.6875 5.3125))", + "cx": 9.84375, + "cy": 5.46875, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 38.886816293281754, + "elevation": 6.891561517187358, + "thickness": 1.2957762144018383, + "density": 947.702209137123, + "uC": 0.42002316360746716, + "vC": -0.3943165352498402, + "u10": 0.42002316360746716, + "v10": -0.3943165352498402, + "id": "2449" + }, + { + "geometry": "POLYGON ((9.375 5, 9.375 5.3125, 9.6875 5.3125, 9.6875 5, 9.375 5))", + "cx": 9.53125, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 41.946312664774666, + "elevation": 12.803683355929072, + "thickness": 1.2896807456032486, + "density": 935.9834371847908, + "uC": 0.24103890035892828, + "vC": -0.5710821364241476, + "u10": 0.24103890035892828, + "v10": -0.5710821364241476, + "id": "2450" + }, + { + "geometry": "POLYGON ((9.6875 5, 9.6875 5.3125, 10 5.3125, 10 5, 9.6875 5))", + "cx": 9.84375, + "cy": 5.15625, + "dcx": 0.15625, + "dcy": 0.15625, + "SIC": 47.47190681595438, + "elevation": 11.274354679866274, + "thickness": 1.2866446686933182, + "density": 938.628758161741, + "uC": 0.3871436331761306, + "vC": -0.5399349933125023, + "u10": 0.3871436331761306, + "v10": -0.5399349933125023, + "id": "2451" + } + ], + "neighbour_graph": { + "18": { + "1": [ + 62 + ], + "2": [ + 19 + ], + "3": [], + "4": [], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1270, + 1271 + ] + }, + "19": { + "1": [ + 494 + ], + "2": [ + 22 + ], + "3": [], + "4": [], + "-1": [], + "-2": [ + 18 + ], + "-3": [ + 1271 + ], + "-4": [ + 62, + 166, + 450, + 451 + ] + }, + "22": { + "1": [ + 70 + ], + "2": [ + 23 + ], + "3": [], + "4": [], + "-1": [], + "-2": [ + 19 + ], + "-3": [ + 451 + ], + "-4": [ + 179, + 494, + 495, + 1322, + 1323 + ] + }, + "23": { + "1": [ + 1248 + ], + "2": [ + 1250 + ], + "3": [], + "4": [], + "-1": [], + "-2": [ + 22 + ], + "-3": [ + 1323 + ], + "-4": [ + 70, + 71 + ] + }, + "54": { + "1": [ + 394 + ], + "2": [ + 144, + 1144, + 1146, + 1152, + 1154 + ], + "3": [ + 852 + ], + "4": [ + 288, + 289, + 1341, + 1664, + 1665 + ], + "-1": [ + 1557 + ], + "-2": [ + 1469, + 1471 + ], + "-3": [ + 1261 + ], + "-4": [ + 52 + ] + }, + "52": { + "1": [], + "2": [ + 140, + 392, + 394 + ], + "3": [ + 144 + ], + "4": [ + 54 + ], + "-1": [ + 1469 + ], + "-2": [ + 1261 + ], + "-3": [], + "-4": [] + }, + "57": { + "1": [], + "2": [ + 1264 + ], + "3": [ + 1472 + ], + "4": [ + 424, + 425, + 429, + 1216, + 1217 + ], + "-1": [ + 1177 + ], + "-2": [ + 149, + 405, + 1165, + 1167 + ], + "-3": [], + "-4": [] + }, + "62": { + "1": [ + 162 + ], + "2": [ + 164, + 166 + ], + "3": [], + "4": [ + 19 + ], + "-1": [ + 18 + ], + "-2": [ + 1271 + ], + "-3": [ + 1487 + ], + "-4": [ + 1318, + 1319 + ] + }, + "70": { + "1": [ + 186 + ], + "2": [ + 71 + ], + "3": [], + "4": [ + 23 + ], + "-1": [ + 22 + ], + "-2": [ + 1321, + 1323 + ], + "-3": [ + 483 + ], + "-4": [ + 506, + 507, + 510, + 511 + ] + }, + "71": { + "1": [], + "2": [ + 1248 + ], + "3": [ + 1250 + ], + "4": [ + 23 + ], + "-1": [], + "-2": [ + 70 + ], + "-3": [ + 511 + ], + "-4": [ + 186, + 187 + ] + }, + "93": { + "1": [ + 2138 + ], + "2": [ + 1526, + 1968, + 1970 + ], + "3": [ + 1286 + ], + "4": [ + 95 + ], + "-1": [ + 265 + ], + "-2": [ + 263, + 749, + 751 + ], + "-3": [ + 1131 + ], + "-4": [ + 1354, + 1355 + ] + }, + "95": { + "1": [ + 1526 + ], + "2": [ + 1286 + ], + "3": [ + 1288 + ], + "4": [ + 273, + 780, + 781 + ], + "-1": [ + 769 + ], + "-2": [ + 265, + 267 + ], + "-3": [ + 263 + ], + "-4": [ + 93 + ] + }, + "99": { + "1": [ + 1288 + ], + "2": [ + 1290 + ], + "3": [ + 1752 + ], + "4": [ + 1248 + ], + "-1": [], + "-2": [ + 793, + 795, + 801, + 803 + ], + "-3": [ + 779 + ], + "-4": [ + 786, + 787, + 1410, + 1411 + ] + }, + "132": { + "1": [ + 2446 + ], + "2": [ + 1356, + 1358 + ], + "3": [ + 1696 + ], + "4": [ + 384, + 385 + ], + "-1": [ + 1597 + ], + "-2": [ + 1593, + 1595 + ], + "-3": [ + 2407 + ], + "-4": [ + 1858, + 1859 + ] + }, + "140": { + "1": [], + "2": [ + 141 + ], + "3": [ + 143 + ], + "4": [ + 392, + 393 + ], + "-1": [], + "-2": [ + 52 + ], + "-3": [], + "-4": [] + }, + "141": { + "1": [], + "2": [ + 148 + ], + "3": [ + 150 + ], + "4": [ + 143 + ], + "-1": [ + 393 + ], + "-2": [ + 140 + ], + "-3": [], + "-4": [] + }, + "143": { + "1": [ + 148 + ], + "2": [ + 150 + ], + "3": [ + 408 + ], + "4": [ + 145 + ], + "-1": [ + 144 + ], + "-2": [ + 393, + 1141, + 1143 + ], + "-3": [ + 140 + ], + "-4": [ + 141 + ] + }, + "144": { + "1": [ + 143 + ], + "2": [ + 145 + ], + "3": [ + 400 + ], + "4": [ + 1144, + 1145, + 1148, + 1149 + ], + "-1": [], + "-2": [ + 54 + ], + "-3": [ + 52 + ], + "-4": [ + 394, + 1142, + 1143 + ] + }, + "145": { + "1": [ + 150 + ], + "2": [ + 408, + 410 + ], + "3": [ + 1188 + ], + "4": [ + 400, + 1160, + 1161 + ], + "-1": [ + 1149 + ], + "-2": [ + 144 + ], + "-3": [ + 1143 + ], + "-4": [ + 143 + ] + }, + "150": { + "1": [ + 149 + ], + "2": [ + 404, + 406 + ], + "3": [ + 1172 + ], + "4": [ + 408, + 409 + ], + "-1": [ + 145 + ], + "-2": [ + 143 + ], + "-3": [ + 141 + ], + "-4": [ + 148 + ] + }, + "148": { + "1": [], + "2": [ + 149 + ], + "3": [ + 404 + ], + "4": [ + 150 + ], + "-1": [ + 143 + ], + "-2": [ + 141 + ], + "-3": [], + "-4": [] + }, + "149": { + "1": [], + "2": [ + 57 + ], + "3": [], + "4": [ + 404, + 405 + ], + "-1": [ + 150 + ], + "-2": [ + 148 + ], + "-3": [], + "-4": [] + }, + "162": { + "1": [ + 161 + ], + "2": [ + 440, + 442 + ], + "3": [ + 444 + ], + "4": [ + 164 + ], + "-1": [ + 62 + ], + "-2": [ + 1319 + ], + "-3": [ + 1317 + ], + "-4": [ + 160 + ] + }, + "160": { + "1": [ + 1966 + ], + "2": [ + 161 + ], + "3": [ + 440 + ], + "4": [ + 162 + ], + "-1": [ + 1319 + ], + "-2": [ + 1317 + ], + "-3": [ + 1951 + ], + "-4": [ + 1962, + 1963 + ] + }, + "161": { + "1": [ + 682 + ], + "2": [ + 452, + 454 + ], + "3": [ + 460 + ], + "4": [ + 440, + 441 + ], + "-1": [ + 162 + ], + "-2": [ + 160 + ], + "-3": [ + 1963 + ], + "-4": [ + 1966, + 1967 + ] + }, + "166": { + "1": [ + 446 + ], + "2": [ + 448, + 450 + ], + "3": [], + "4": [ + 19 + ], + "-1": [], + "-2": [ + 62 + ], + "-3": [], + "-4": [ + 164 + ] + }, + "164": { + "1": [ + 442 + ], + "2": [ + 444, + 446 + ], + "3": [ + 448 + ], + "4": [ + 166 + ], + "-1": [], + "-2": [ + 62 + ], + "-3": [ + 1319 + ], + "-4": [ + 162 + ] + }, + "179": { + "1": [ + 1614 + ], + "2": [ + 1322 + ], + "3": [], + "4": [ + 22 + ], + "-1": [], + "-2": [ + 493, + 495 + ], + "-3": [ + 487 + ], + "-4": [ + 490, + 491 + ] + }, + "186": { + "1": [ + 185 + ], + "2": [ + 187 + ], + "3": [], + "4": [ + 71 + ], + "-1": [ + 70 + ], + "-2": [ + 509, + 511 + ], + "-3": [ + 503 + ], + "-4": [ + 514, + 515 + ] + }, + "185": { + "1": [ + 798 + ], + "2": [ + 1248 + ], + "3": [], + "4": [ + 187 + ], + "-1": [ + 186 + ], + "-2": [ + 513, + 515 + ], + "-3": [ + 739 + ], + "-4": [ + 742, + 743 + ] + }, + "187": { + "1": [], + "2": [ + 1248 + ], + "3": [], + "4": [ + 71 + ], + "-1": [], + "-2": [ + 186 + ], + "-3": [ + 515 + ], + "-4": [ + 185 + ] + }, + "202": { + "1": [ + 554 + ], + "2": [ + 556, + 558 + ], + "3": [ + 580 + ], + "4": [ + 576, + 577 + ], + "-1": [ + 541 + ], + "-2": [ + 525, + 527 + ], + "-3": [ + 523 + ], + "-4": [ + 550, + 551 + ] + }, + "219": { + "1": [ + 622 + ], + "2": [ + 222 + ], + "3": [ + 636 + ], + "4": [ + 628, + 629 + ], + "-1": [ + 625 + ], + "-2": [ + 617, + 619 + ], + "-3": [ + 611 + ], + "-4": [ + 614, + 615 + ] + }, + "222": { + "1": [ + 221 + ], + "2": [ + 223 + ], + "3": [ + 640 + ], + "4": [ + 636, + 637 + ], + "-1": [ + 629 + ], + "-2": [ + 219 + ], + "-3": [ + 615 + ], + "-4": [ + 622, + 623 + ] + }, + "221": { + "1": [ + 1126 + ], + "2": [ + 744, + 746 + ], + "3": [ + 752 + ], + "4": [ + 223 + ], + "-1": [ + 222 + ], + "-2": [ + 621, + 623 + ], + "-3": [ + 346 + ], + "-4": [ + 347 + ] + }, + "223": { + "1": [ + 746 + ], + "2": [ + 752, + 754 + ], + "3": [ + 756 + ], + "4": [ + 640, + 641 + ], + "-1": [ + 637 + ], + "-2": [ + 222 + ], + "-3": [ + 623 + ], + "-4": [ + 221 + ] + }, + "234": { + "1": [ + 654 + ], + "2": [ + 656, + 658 + ], + "3": [ + 676 + ], + "4": [ + 672, + 673 + ], + "-1": [ + 1957 + ], + "-2": [ + 1515 + ], + "-3": [ + 1943 + ], + "-4": [ + 1398, + 1399 + ] + }, + "250": { + "1": [ + 710 + ], + "2": [ + 712, + 714 + ], + "3": [ + 732 + ], + "4": [ + 728, + 729 + ], + "-1": [ + 717 + ], + "-2": [ + 1645, + 1647 + ], + "-3": [ + 1639 + ], + "-4": [ + 706, + 707 + ] + }, + "263": { + "1": [], + "2": [ + 93 + ], + "3": [ + 95 + ], + "4": [ + 265 + ], + "-1": [ + 757 + ], + "-2": [ + 753, + 755 + ], + "-3": [ + 747 + ], + "-4": [ + 750, + 751 + ] + }, + "265": { + "1": [ + 93 + ], + "2": [ + 95 + ], + "3": [], + "4": [ + 267 + ], + "-1": [ + 761 + ], + "-2": [ + 757, + 759 + ], + "-3": [ + 755 + ], + "-4": [ + 263 + ] + }, + "267": { + "1": [], + "2": [ + 95 + ], + "3": [ + 780 + ], + "4": [ + 768, + 769 + ], + "-1": [ + 765 + ], + "-2": [ + 761, + 763 + ], + "-3": [ + 759 + ], + "-4": [ + 265 + ] + }, + "273": { + "1": [ + 1286 + ], + "2": [ + 1288 + ], + "3": [], + "4": [ + 1408, + 1409 + ], + "-1": [ + 785 + ], + "-2": [ + 781, + 783 + ], + "-3": [], + "-4": [ + 95 + ] + }, + "282": { + "1": [ + 281 + ], + "2": [ + 804, + 806 + ], + "3": [ + 812 + ], + "4": [ + 808, + 809 + ], + "-1": [ + 1337 + ], + "-2": [ + 1335 + ], + "-3": [ + 1333 + ], + "-4": [ + 280 + ] + }, + "280": { + "1": [ + 2086 + ], + "2": [ + 281 + ], + "3": [ + 804 + ], + "4": [ + 282 + ], + "-1": [ + 1335 + ], + "-2": [ + 1333 + ], + "-3": [ + 1298 + ], + "-4": [ + 1562 + ] + }, + "281": { + "1": [ + 294 + ], + "2": [ + 916, + 918 + ], + "3": [ + 924 + ], + "4": [ + 804, + 805 + ], + "-1": [ + 282 + ], + "-2": [ + 280 + ], + "-3": [ + 1562 + ], + "-4": [ + 2086, + 2087 + ] + }, + "290": { + "1": [ + 289 + ], + "2": [ + 824, + 826 + ], + "3": [ + 840 + ], + "4": [ + 836, + 837 + ], + "-1": [ + 829 + ], + "-2": [ + 1343 + ], + "-3": [ + 1341 + ], + "-4": [ + 288 + ] + }, + "288": { + "1": [], + "2": [ + 289 + ], + "3": [ + 824 + ], + "4": [ + 290 + ], + "-1": [ + 1343 + ], + "-2": [ + 1341 + ], + "-3": [], + "-4": [ + 54 + ] + }, + "289": { + "1": [ + 1154 + ], + "2": [ + 852, + 854 + ], + "3": [ + 860 + ], + "4": [ + 824, + 825 + ], + "-1": [ + 290 + ], + "-2": [ + 288 + ], + "-3": [], + "-4": [ + 54 + ] + }, + "294": { + "1": [ + 830 + ], + "2": [ + 832, + 834 + ], + "3": [ + 920 + ], + "4": [ + 916, + 917 + ], + "-1": [ + 281 + ], + "-2": [ + 2085, + 2087 + ], + "-3": [ + 2083 + ], + "-4": [ + 1414, + 1415 + ] + }, + "335": { + "1": [ + 990 + ], + "2": [ + 996, + 998 + ], + "3": [ + 1016 + ], + "4": [ + 1008, + 1009 + ], + "-1": [ + 1005 + ], + "-2": [ + 985, + 987 + ], + "-3": [ + 979 + ], + "-4": [ + 982, + 983 + ] + }, + "343": { + "1": [ + 1018 + ], + "2": [ + 346 + ], + "3": [ + 620 + ], + "4": [ + 612, + 613 + ], + "-1": [ + 609 + ], + "-2": [ + 1013, + 1015 + ], + "-3": [ + 1007 + ], + "-4": [ + 1010, + 1011 + ] + }, + "346": { + "1": [ + 1022 + ], + "2": [ + 347 + ], + "3": [ + 221 + ], + "4": [ + 620, + 621 + ], + "-1": [ + 613 + ], + "-2": [ + 343 + ], + "-3": [ + 1011 + ], + "-4": [ + 1018, + 1019 + ] + }, + "347": { + "1": [ + 1118 + ], + "2": [ + 1124, + 1126 + ], + "3": [ + 744 + ], + "4": [ + 221 + ], + "-1": [ + 621 + ], + "-2": [ + 346 + ], + "-3": [ + 1019 + ], + "-4": [ + 1022, + 1023 + ] + }, + "349": { + "1": [ + 1210 + ], + "2": [ + 352 + ], + "3": [ + 354 + ], + "4": [ + 351 + ], + "-1": [ + 1029 + ], + "-2": [ + 1025, + 1027 + ], + "-3": [ + 1199 + ], + "-4": [ + 1202, + 1203 + ] + }, + "351": { + "1": [ + 352 + ], + "2": [ + 354 + ], + "3": [ + 1044 + ], + "4": [ + 357 + ], + "-1": [ + 356 + ], + "-2": [ + 1029, + 1031 + ], + "-3": [ + 1027 + ], + "-4": [ + 349 + ] + }, + "354": { + "1": [ + 353 + ], + "2": [ + 1032, + 1034 + ], + "3": [ + 1048 + ], + "4": [ + 1044, + 1045 + ], + "-1": [ + 357 + ], + "-2": [ + 351 + ], + "-3": [ + 349 + ], + "-4": [ + 352 + ] + }, + "352": { + "1": [ + 423 + ], + "2": [ + 353 + ], + "3": [ + 1032 + ], + "4": [ + 354 + ], + "-1": [ + 351 + ], + "-2": [ + 349 + ], + "-3": [ + 1203 + ], + "-4": [ + 1210, + 1211 + ] + }, + "353": { + "1": [ + 1230 + ], + "2": [ + 1060, + 1062 + ], + "3": [ + 1068 + ], + "4": [ + 1032, + 1033 + ], + "-1": [ + 354 + ], + "-2": [ + 352 + ], + "-3": [ + 1211 + ], + "-4": [ + 423 + ] + }, + "356": { + "1": [ + 351 + ], + "2": [ + 357 + ], + "3": [ + 1040 + ], + "4": [ + 1036, + 1037 + ], + "-1": [ + 913 + ], + "-2": [ + 905, + 907 + ], + "-3": [ + 883 + ], + "-4": [ + 1030, + 1031 + ] + }, + "357": { + "1": [ + 354 + ], + "2": [ + 1044, + 1046 + ], + "3": [ + 1052 + ], + "4": [ + 1040, + 1041 + ], + "-1": [ + 1037 + ], + "-2": [ + 356 + ], + "-3": [ + 1031 + ], + "-4": [ + 351 + ] + }, + "371": { + "1": [ + 1588 + ], + "2": [ + 1590 + ], + "3": [ + 1310 + ], + "4": [ + 1345 + ], + "-1": [ + 1673 + ], + "-2": [ + 1085, + 1087 + ], + "-3": [ + 1079 + ], + "-4": [ + 1082, + 1083 + ] + }, + "375": { + "1": [ + 1674 + ], + "2": [ + 1346 + ], + "3": [ + 1305 + ], + "4": [ + 1577 + ], + "-1": [ + 1576 + ], + "-2": [ + 1097, + 1099 + ], + "-3": [ + 1091 + ], + "-4": [ + 1094, + 1095 + ] + }, + "386": { + "1": [ + 385 + ], + "2": [ + 1132, + 1134 + ], + "3": [ + 1420 + ], + "4": [ + 1136, + 1137 + ], + "-1": [ + 1313 + ], + "-2": [ + 1599 + ], + "-3": [ + 1597 + ], + "-4": [ + 384 + ] + }, + "384": { + "1": [], + "2": [ + 385 + ], + "3": [ + 1132 + ], + "4": [ + 386 + ], + "-1": [ + 1599 + ], + "-2": [ + 1597 + ], + "-3": [ + 1595 + ], + "-4": [ + 132 + ] + }, + "385": { + "1": [ + 1358 + ], + "2": [ + 1696, + 1698 + ], + "3": [ + 1704 + ], + "4": [ + 1132, + 1133 + ], + "-1": [ + 386 + ], + "-2": [ + 384 + ], + "-3": [], + "-4": [ + 132 + ] + }, + "390": { + "1": [ + 1422 + ], + "2": [ + 1424, + 1426 + ], + "3": [ + 1369 + ], + "4": [ + 1368 + ], + "-1": [ + 1605 + ], + "-2": [ + 1313 + ], + "-3": [], + "-4": [ + 1138, + 1139 + ] + }, + "394": { + "1": [ + 393 + ], + "2": [ + 1140, + 1142 + ], + "3": [], + "4": [ + 144 + ], + "-1": [ + 54 + ], + "-2": [ + 52 + ], + "-3": [], + "-4": [ + 392 + ] + }, + "392": { + "1": [], + "2": [ + 393 + ], + "3": [ + 1140 + ], + "4": [ + 394 + ], + "-1": [], + "-2": [ + 52 + ], + "-3": [], + "-4": [ + 140 + ] + }, + "393": { + "1": [ + 141 + ], + "2": [ + 143 + ], + "3": [], + "4": [ + 1140, + 1141 + ], + "-1": [ + 394 + ], + "-2": [ + 392 + ], + "-3": [], + "-4": [ + 140 + ] + }, + "402": { + "1": [ + 1162 + ], + "2": [ + 403 + ], + "3": [ + 872 + ], + "4": [ + 868, + 869 + ], + "-1": [ + 857 + ], + "-2": [ + 1157, + 1159 + ], + "-3": [ + 1151 + ], + "-4": [ + 400 + ] + }, + "400": { + "1": [], + "2": [ + 1160, + 1162 + ], + "3": [ + 403 + ], + "4": [ + 402 + ], + "-1": [ + 1157 + ], + "-2": [ + 1149, + 1151 + ], + "-3": [ + 144 + ], + "-4": [ + 145 + ] + }, + "403": { + "1": [ + 1190 + ], + "2": [ + 1196, + 1198 + ], + "3": [ + 1024 + ], + "4": [ + 872, + 873 + ], + "-1": [ + 869 + ], + "-2": [ + 402 + ], + "-3": [ + 400 + ], + "-4": [ + 1162, + 1163 + ] + }, + "406": { + "1": [ + 405 + ], + "2": [ + 1164, + 1166 + ], + "3": [ + 1176 + ], + "4": [ + 1172, + 1173 + ], + "-1": [ + 409 + ], + "-2": [ + 150 + ], + "-3": [], + "-4": [ + 404 + ] + }, + "404": { + "1": [], + "2": [ + 405 + ], + "3": [ + 1164 + ], + "4": [ + 406 + ], + "-1": [], + "-2": [ + 150 + ], + "-3": [ + 148 + ], + "-4": [ + 149 + ] + }, + "405": { + "1": [], + "2": [ + 57 + ], + "3": [], + "4": [ + 1164, + 1165 + ], + "-1": [ + 406 + ], + "-2": [ + 404 + ], + "-3": [], + "-4": [ + 149 + ] + }, + "410": { + "1": [ + 409 + ], + "2": [ + 1168, + 1170 + ], + "3": [ + 1192 + ], + "4": [ + 1188, + 1189 + ], + "-1": [ + 1161 + ], + "-2": [ + 145 + ], + "-3": [], + "-4": [ + 408 + ] + }, + "408": { + "1": [], + "2": [ + 409 + ], + "3": [ + 1168 + ], + "4": [ + 410 + ], + "-1": [], + "-2": [ + 145 + ], + "-3": [ + 143 + ], + "-4": [ + 150 + ] + }, + "409": { + "1": [ + 406 + ], + "2": [ + 1172, + 1174 + ], + "3": [ + 1180 + ], + "4": [ + 1168, + 1169 + ], + "-1": [ + 410 + ], + "-2": [ + 408 + ], + "-3": [], + "-4": [ + 150 + ] + }, + "421": { + "1": [ + 1214 + ], + "2": [ + 1220, + 1222 + ], + "3": [ + 1228 + ], + "4": [ + 423 + ], + "-1": [ + 1209 + ], + "-2": [ + 1205, + 1207 + ], + "-3": [ + 1183 + ], + "-4": [ + 1186, + 1187 + ] + }, + "423": { + "1": [ + 1222 + ], + "2": [ + 1228, + 1230 + ], + "3": [ + 1060 + ], + "4": [ + 353 + ], + "-1": [ + 352 + ], + "-2": [ + 1209, + 1211 + ], + "-3": [ + 1207 + ], + "-4": [ + 421 + ] + }, + "424": { + "1": [], + "2": [ + 425 + ], + "3": [ + 1428 + ], + "4": [ + 1212, + 1213 + ], + "-1": [ + 1185 + ], + "-2": [ + 1177, + 1179 + ], + "-3": [ + 1167 + ], + "-4": [ + 57 + ] + }, + "425": { + "1": [], + "2": [ + 1216, + 1218 + ], + "3": [ + 1432 + ], + "4": [ + 1428, + 1429 + ], + "-1": [ + 1213 + ], + "-2": [ + 424 + ], + "-3": [], + "-4": [ + 57 + ] + }, + "429": { + "1": [ + 1264 + ], + "2": [ + 1472 + ], + "3": [], + "4": [ + 431 + ], + "-1": [ + 1433 + ], + "-2": [ + 1217, + 1219 + ], + "-3": [], + "-4": [ + 57 + ] + }, + "431": { + "1": [], + "2": [ + 1472 + ], + "3": [ + 2380 + ], + "4": [ + 1436, + 1437 + ], + "-1": [ + 1237 + ], + "-2": [ + 1433, + 1435 + ], + "-3": [ + 1219 + ], + "-4": [ + 429 + ] + }, + "442": { + "1": [ + 441 + ], + "2": [ + 443 + ], + "3": [ + 445 + ], + "4": [ + 444 + ], + "-1": [ + 164 + ], + "-2": [ + 162 + ], + "-3": [], + "-4": [ + 440 + ] + }, + "440": { + "1": [], + "2": [ + 441 + ], + "3": [ + 443 + ], + "4": [ + 442 + ], + "-1": [], + "-2": [ + 162 + ], + "-3": [ + 160 + ], + "-4": [ + 161 + ] + }, + "441": { + "1": [ + 454 + ], + "2": [ + 460 + ], + "3": [ + 462 + ], + "4": [ + 443 + ], + "-1": [ + 442 + ], + "-2": [ + 440 + ], + "-3": [], + "-4": [ + 161 + ] + }, + "443": { + "1": [ + 460 + ], + "2": [ + 462 + ], + "3": [ + 484 + ], + "4": [ + 445 + ], + "-1": [ + 444 + ], + "-2": [ + 442 + ], + "-3": [ + 440 + ], + "-4": [ + 441 + ] + }, + "446": { + "1": [ + 445 + ], + "2": [ + 447 + ], + "3": [ + 449 + ], + "4": [ + 448 + ], + "-1": [ + 166 + ], + "-2": [ + 164 + ], + "-3": [], + "-4": [ + 444 + ] + }, + "444": { + "1": [ + 443 + ], + "2": [ + 445 + ], + "3": [ + 447 + ], + "4": [ + 446 + ], + "-1": [], + "-2": [ + 164 + ], + "-3": [ + 162 + ], + "-4": [ + 442 + ] + }, + "445": { + "1": [ + 462 + ], + "2": [ + 484 + ], + "3": [ + 486 + ], + "4": [ + 447 + ], + "-1": [ + 446 + ], + "-2": [ + 444 + ], + "-3": [ + 442 + ], + "-4": [ + 443 + ] + }, + "447": { + "1": [ + 484 + ], + "2": [ + 486 + ], + "3": [ + 492 + ], + "4": [ + 449 + ], + "-1": [ + 448 + ], + "-2": [ + 446 + ], + "-3": [ + 444 + ], + "-4": [ + 445 + ] + }, + "450": { + "1": [ + 449 + ], + "2": [ + 451 + ], + "3": [], + "4": [ + 19 + ], + "-1": [], + "-2": [ + 166 + ], + "-3": [], + "-4": [ + 448 + ] + }, + "448": { + "1": [ + 447 + ], + "2": [ + 449 + ], + "3": [ + 451 + ], + "4": [ + 450 + ], + "-1": [], + "-2": [ + 166 + ], + "-3": [ + 164 + ], + "-4": [ + 446 + ] + }, + "449": { + "1": [ + 486 + ], + "2": [ + 492 + ], + "3": [ + 494 + ], + "4": [ + 451 + ], + "-1": [ + 450 + ], + "-2": [ + 448 + ], + "-3": [ + 446 + ], + "-4": [ + 447 + ] + }, + "451": { + "1": [ + 492 + ], + "2": [ + 494 + ], + "3": [ + 22 + ], + "4": [ + 19 + ], + "-1": [], + "-2": [ + 450 + ], + "-3": [ + 448 + ], + "-4": [ + 449 + ] + }, + "454": { + "1": [ + 453 + ], + "2": [ + 455 + ], + "3": [ + 461 + ], + "4": [ + 460 + ], + "-1": [ + 441 + ], + "-2": [ + 161 + ], + "-3": [], + "-4": [ + 452 + ] + }, + "452": { + "1": [ + 683 + ], + "2": [ + 453 + ], + "3": [ + 455 + ], + "4": [ + 454 + ], + "-1": [], + "-2": [ + 161 + ], + "-3": [ + 1967 + ], + "-4": [ + 682 + ] + }, + "453": { + "1": [ + 686 + ], + "2": [ + 456 + ], + "3": [ + 458 + ], + "4": [ + 455 + ], + "-1": [ + 454 + ], + "-2": [ + 452 + ], + "-3": [ + 682 + ], + "-4": [ + 683 + ] + }, + "455": { + "1": [ + 456 + ], + "2": [ + 458 + ], + "3": [ + 464 + ], + "4": [ + 461 + ], + "-1": [ + 460 + ], + "-2": [ + 454 + ], + "-3": [ + 452 + ], + "-4": [ + 453 + ] + }, + "458": { + "1": [ + 457 + ], + "2": [ + 459 + ], + "3": [ + 465 + ], + "4": [ + 464 + ], + "-1": [ + 461 + ], + "-2": [ + 455 + ], + "-3": [ + 453 + ], + "-4": [ + 456 + ] + }, + "456": { + "1": [ + 687 + ], + "2": [ + 457 + ], + "3": [ + 459 + ], + "4": [ + 458 + ], + "-1": [ + 455 + ], + "-2": [ + 453 + ], + "-3": [ + 683 + ], + "-4": [ + 686 + ] + }, + "457": { + "1": [ + 698 + ], + "2": [ + 468 + ], + "3": [ + 470 + ], + "4": [ + 459 + ], + "-1": [ + 458 + ], + "-2": [ + 456 + ], + "-3": [ + 686 + ], + "-4": [ + 687 + ] + }, + "459": { + "1": [ + 468 + ], + "2": [ + 470 + ], + "3": [ + 476 + ], + "4": [ + 465 + ], + "-1": [ + 464 + ], + "-2": [ + 458 + ], + "-3": [ + 456 + ], + "-4": [ + 457 + ] + }, + "462": { + "1": [ + 461 + ], + "2": [ + 463 + ], + "3": [ + 485 + ], + "4": [ + 484 + ], + "-1": [ + 445 + ], + "-2": [ + 443 + ], + "-3": [ + 441 + ], + "-4": [ + 460 + ] + }, + "460": { + "1": [ + 455 + ], + "2": [ + 461 + ], + "3": [ + 463 + ], + "4": [ + 462 + ], + "-1": [ + 443 + ], + "-2": [ + 441 + ], + "-3": [ + 161 + ], + "-4": [ + 454 + ] + }, + "461": { + "1": [ + 458 + ], + "2": [ + 464 + ], + "3": [ + 466 + ], + "4": [ + 463 + ], + "-1": [ + 462 + ], + "-2": [ + 460 + ], + "-3": [ + 454 + ], + "-4": [ + 455 + ] + }, + "463": { + "1": [ + 464 + ], + "2": [ + 466 + ], + "3": [ + 488 + ], + "4": [ + 485 + ], + "-1": [ + 484 + ], + "-2": [ + 462 + ], + "-3": [ + 460 + ], + "-4": [ + 461 + ] + }, + "466": { + "1": [ + 465 + ], + "2": [ + 467 + ], + "3": [ + 489 + ], + "4": [ + 488 + ], + "-1": [ + 485 + ], + "-2": [ + 463 + ], + "-3": [ + 461 + ], + "-4": [ + 464 + ] + }, + "464": { + "1": [ + 459 + ], + "2": [ + 465 + ], + "3": [ + 467 + ], + "4": [ + 466 + ], + "-1": [ + 463 + ], + "-2": [ + 461 + ], + "-3": [ + 455 + ], + "-4": [ + 458 + ] + }, + "465": { + "1": [ + 470 + ], + "2": [ + 476 + ], + "3": [ + 478 + ], + "4": [ + 467 + ], + "-1": [ + 466 + ], + "-2": [ + 464 + ], + "-3": [ + 458 + ], + "-4": [ + 459 + ] + }, + "467": { + "1": [ + 476 + ], + "2": [ + 478 + ], + "3": [ + 1612 + ], + "4": [ + 489 + ], + "-1": [ + 488 + ], + "-2": [ + 466 + ], + "-3": [ + 464 + ], + "-4": [ + 465 + ] + }, + "470": { + "1": [ + 469 + ], + "2": [ + 471 + ], + "3": [ + 477 + ], + "4": [ + 476 + ], + "-1": [ + 465 + ], + "-2": [ + 459 + ], + "-3": [ + 457 + ], + "-4": [ + 468 + ] + }, + "468": { + "1": [ + 699 + ], + "2": [ + 469 + ], + "3": [ + 471 + ], + "4": [ + 470 + ], + "-1": [ + 459 + ], + "-2": [ + 457 + ], + "-3": [ + 687 + ], + "-4": [ + 698 + ] + }, + "469": { + "1": [ + 702 + ], + "2": [ + 472 + ], + "3": [ + 474 + ], + "4": [ + 471 + ], + "-1": [ + 470 + ], + "-2": [ + 468 + ], + "-3": [ + 698 + ], + "-4": [ + 699 + ] + }, + "471": { + "1": [ + 472 + ], + "2": [ + 474 + ], + "3": [ + 480 + ], + "4": [ + 477 + ], + "-1": [ + 476 + ], + "-2": [ + 470 + ], + "-3": [ + 468 + ], + "-4": [ + 469 + ] + }, + "474": { + "1": [ + 473 + ], + "2": [ + 475 + ], + "3": [ + 481 + ], + "4": [ + 480 + ], + "-1": [ + 477 + ], + "-2": [ + 471 + ], + "-3": [ + 469 + ], + "-4": [ + 472 + ] + }, + "472": { + "1": [ + 703 + ], + "2": [ + 473 + ], + "3": [ + 475 + ], + "4": [ + 474 + ], + "-1": [ + 471 + ], + "-2": [ + 469 + ], + "-3": [ + 699 + ], + "-4": [ + 702 + ] + }, + "473": { + "1": [ + 722 + ], + "2": [ + 496 + ], + "3": [ + 498 + ], + "4": [ + 475 + ], + "-1": [ + 474 + ], + "-2": [ + 472 + ], + "-3": [ + 702 + ], + "-4": [ + 703 + ] + }, + "475": { + "1": [ + 496 + ], + "2": [ + 498 + ], + "3": [ + 504 + ], + "4": [ + 481 + ], + "-1": [ + 480 + ], + "-2": [ + 474 + ], + "-3": [ + 472 + ], + "-4": [ + 473 + ] + }, + "478": { + "1": [ + 477 + ], + "2": [ + 479 + ], + "3": [ + 1613 + ], + "4": [ + 1612 + ], + "-1": [ + 489 + ], + "-2": [ + 467 + ], + "-3": [ + 465 + ], + "-4": [ + 476 + ] + }, + "476": { + "1": [ + 471 + ], + "2": [ + 477 + ], + "3": [ + 479 + ], + "4": [ + 478 + ], + "-1": [ + 467 + ], + "-2": [ + 465 + ], + "-3": [ + 459 + ], + "-4": [ + 470 + ] + }, + "477": { + "1": [ + 474 + ], + "2": [ + 480 + ], + "3": [ + 482 + ], + "4": [ + 479 + ], + "-1": [ + 478 + ], + "-2": [ + 476 + ], + "-3": [ + 470 + ], + "-4": [ + 471 + ] + }, + "479": { + "1": [ + 480 + ], + "2": [ + 482 + ], + "3": [ + 1321 + ], + "4": [ + 1613 + ], + "-1": [ + 1612 + ], + "-2": [ + 478 + ], + "-3": [ + 476 + ], + "-4": [ + 477 + ] + }, + "482": { + "1": [ + 481 + ], + "2": [ + 483 + ], + "3": [], + "4": [ + 1321 + ], + "-1": [ + 1613 + ], + "-2": [ + 479 + ], + "-3": [ + 477 + ], + "-4": [ + 480 + ] + }, + "480": { + "1": [ + 475 + ], + "2": [ + 481 + ], + "3": [ + 483 + ], + "4": [ + 482 + ], + "-1": [ + 479 + ], + "-2": [ + 477 + ], + "-3": [ + 471 + ], + "-4": [ + 474 + ] + }, + "481": { + "1": [ + 498 + ], + "2": [ + 504 + ], + "3": [ + 506 + ], + "4": [ + 483 + ], + "-1": [ + 482 + ], + "-2": [ + 480 + ], + "-3": [ + 474 + ], + "-4": [ + 475 + ] + }, + "483": { + "1": [ + 504 + ], + "2": [ + 506 + ], + "3": [ + 70 + ], + "4": [ + 1321 + ], + "-1": [], + "-2": [ + 482 + ], + "-3": [ + 480 + ], + "-4": [ + 481 + ] + }, + "486": { + "1": [ + 485 + ], + "2": [ + 487 + ], + "3": [ + 493 + ], + "4": [ + 492 + ], + "-1": [ + 449 + ], + "-2": [ + 447 + ], + "-3": [ + 445 + ], + "-4": [ + 484 + ] + }, + "484": { + "1": [ + 463 + ], + "2": [ + 485 + ], + "3": [ + 487 + ], + "4": [ + 486 + ], + "-1": [ + 447 + ], + "-2": [ + 445 + ], + "-3": [ + 443 + ], + "-4": [ + 462 + ] + }, + "485": { + "1": [ + 466 + ], + "2": [ + 488 + ], + "3": [ + 490 + ], + "4": [ + 487 + ], + "-1": [ + 486 + ], + "-2": [ + 484 + ], + "-3": [ + 462 + ], + "-4": [ + 463 + ] + }, + "487": { + "1": [ + 488 + ], + "2": [ + 490 + ], + "3": [ + 179 + ], + "4": [ + 493 + ], + "-1": [ + 492 + ], + "-2": [ + 486 + ], + "-3": [ + 484 + ], + "-4": [ + 485 + ] + }, + "490": { + "1": [ + 489 + ], + "2": [ + 491 + ], + "3": [], + "4": [ + 179 + ], + "-1": [ + 493 + ], + "-2": [ + 487 + ], + "-3": [ + 485 + ], + "-4": [ + 488 + ] + }, + "488": { + "1": [ + 467 + ], + "2": [ + 489 + ], + "3": [ + 491 + ], + "4": [ + 490 + ], + "-1": [ + 487 + ], + "-2": [ + 485 + ], + "-3": [ + 463 + ], + "-4": [ + 466 + ] + }, + "489": { + "1": [ + 478 + ], + "2": [ + 1612 + ], + "3": [ + 1614 + ], + "4": [ + 491 + ], + "-1": [ + 490 + ], + "-2": [ + 488 + ], + "-3": [ + 466 + ], + "-4": [ + 467 + ] + }, + "491": { + "1": [ + 1612 + ], + "2": [ + 1614 + ], + "3": [ + 1322 + ], + "4": [ + 179 + ], + "-1": [], + "-2": [ + 490 + ], + "-3": [ + 488 + ], + "-4": [ + 489 + ] + }, + "494": { + "1": [ + 493 + ], + "2": [ + 495 + ], + "3": [], + "4": [ + 22 + ], + "-1": [ + 19 + ], + "-2": [ + 451 + ], + "-3": [ + 449 + ], + "-4": [ + 492 + ] + }, + "492": { + "1": [ + 487 + ], + "2": [ + 493 + ], + "3": [ + 495 + ], + "4": [ + 494 + ], + "-1": [ + 451 + ], + "-2": [ + 449 + ], + "-3": [ + 447 + ], + "-4": [ + 486 + ] + }, + "493": { + "1": [ + 490 + ], + "2": [ + 179 + ], + "3": [], + "4": [ + 495 + ], + "-1": [ + 494 + ], + "-2": [ + 492 + ], + "-3": [ + 486 + ], + "-4": [ + 487 + ] + }, + "495": { + "1": [], + "2": [ + 179 + ], + "3": [], + "4": [ + 22 + ], + "-1": [], + "-2": [ + 494 + ], + "-3": [ + 492 + ], + "-4": [ + 493 + ] + }, + "498": { + "1": [ + 497 + ], + "2": [ + 499 + ], + "3": [ + 505 + ], + "4": [ + 504 + ], + "-1": [ + 481 + ], + "-2": [ + 475 + ], + "-3": [ + 473 + ], + "-4": [ + 496 + ] + }, + "496": { + "1": [ + 723 + ], + "2": [ + 497 + ], + "3": [ + 499 + ], + "4": [ + 498 + ], + "-1": [ + 475 + ], + "-2": [ + 473 + ], + "-3": [ + 703 + ], + "-4": [ + 722 + ] + }, + "497": { + "1": [ + 726 + ], + "2": [ + 500 + ], + "3": [ + 502 + ], + "4": [ + 499 + ], + "-1": [ + 498 + ], + "-2": [ + 496 + ], + "-3": [ + 722 + ], + "-4": [ + 723 + ] + }, + "499": { + "1": [ + 500 + ], + "2": [ + 502 + ], + "3": [ + 508 + ], + "4": [ + 505 + ], + "-1": [ + 504 + ], + "-2": [ + 498 + ], + "-3": [ + 496 + ], + "-4": [ + 497 + ] + }, + "502": { + "1": [ + 501 + ], + "2": [ + 503 + ], + "3": [ + 509 + ], + "4": [ + 508 + ], + "-1": [ + 505 + ], + "-2": [ + 499 + ], + "-3": [ + 497 + ], + "-4": [ + 500 + ] + }, + "500": { + "1": [ + 727 + ], + "2": [ + 501 + ], + "3": [ + 503 + ], + "4": [ + 502 + ], + "-1": [ + 499 + ], + "-2": [ + 497 + ], + "-3": [ + 723 + ], + "-4": [ + 726 + ] + }, + "501": { + "1": [ + 738 + ], + "2": [ + 512 + ], + "3": [ + 514 + ], + "4": [ + 503 + ], + "-1": [ + 502 + ], + "-2": [ + 500 + ], + "-3": [ + 726 + ], + "-4": [ + 727 + ] + }, + "503": { + "1": [ + 512 + ], + "2": [ + 514 + ], + "3": [ + 186 + ], + "4": [ + 509 + ], + "-1": [ + 508 + ], + "-2": [ + 502 + ], + "-3": [ + 500 + ], + "-4": [ + 501 + ] + }, + "506": { + "1": [ + 505 + ], + "2": [ + 507 + ], + "3": [], + "4": [ + 70 + ], + "-1": [ + 1321 + ], + "-2": [ + 483 + ], + "-3": [ + 481 + ], + "-4": [ + 504 + ] + }, + "504": { + "1": [ + 499 + ], + "2": [ + 505 + ], + "3": [ + 507 + ], + "4": [ + 506 + ], + "-1": [ + 483 + ], + "-2": [ + 481 + ], + "-3": [ + 475 + ], + "-4": [ + 498 + ] + }, + "505": { + "1": [ + 502 + ], + "2": [ + 508 + ], + "3": [ + 510 + ], + "4": [ + 507 + ], + "-1": [ + 506 + ], + "-2": [ + 504 + ], + "-3": [ + 498 + ], + "-4": [ + 499 + ] + }, + "507": { + "1": [ + 508 + ], + "2": [ + 510 + ], + "3": [], + "4": [ + 70 + ], + "-1": [], + "-2": [ + 506 + ], + "-3": [ + 504 + ], + "-4": [ + 505 + ] + }, + "510": { + "1": [ + 509 + ], + "2": [ + 511 + ], + "3": [], + "4": [ + 70 + ], + "-1": [], + "-2": [ + 507 + ], + "-3": [ + 505 + ], + "-4": [ + 508 + ] + }, + "508": { + "1": [ + 503 + ], + "2": [ + 509 + ], + "3": [ + 511 + ], + "4": [ + 510 + ], + "-1": [ + 507 + ], + "-2": [ + 505 + ], + "-3": [ + 499 + ], + "-4": [ + 502 + ] + }, + "509": { + "1": [ + 514 + ], + "2": [ + 186 + ], + "3": [], + "4": [ + 511 + ], + "-1": [ + 510 + ], + "-2": [ + 508 + ], + "-3": [ + 502 + ], + "-4": [ + 503 + ] + }, + "511": { + "1": [], + "2": [ + 186 + ], + "3": [ + 71 + ], + "4": [ + 70 + ], + "-1": [], + "-2": [ + 510 + ], + "-3": [ + 508 + ], + "-4": [ + 509 + ] + }, + "514": { + "1": [ + 513 + ], + "2": [ + 515 + ], + "3": [], + "4": [ + 186 + ], + "-1": [ + 509 + ], + "-2": [ + 503 + ], + "-3": [ + 501 + ], + "-4": [ + 512 + ] + }, + "512": { + "1": [ + 739 + ], + "2": [ + 513 + ], + "3": [ + 515 + ], + "4": [ + 514 + ], + "-1": [ + 503 + ], + "-2": [ + 501 + ], + "-3": [ + 727 + ], + "-4": [ + 738 + ] + }, + "513": { + "1": [ + 742 + ], + "2": [ + 185 + ], + "3": [], + "4": [ + 515 + ], + "-1": [ + 514 + ], + "-2": [ + 512 + ], + "-3": [ + 738 + ], + "-4": [ + 739 + ] + }, + "515": { + "1": [], + "2": [ + 185 + ], + "3": [ + 187 + ], + "4": [ + 186 + ], + "-1": [], + "-2": [ + 514 + ], + "-3": [ + 512 + ], + "-4": [ + 513 + ] + }, + "518": { + "1": [ + 517 + ], + "2": [ + 519 + ], + "3": [ + 1377 + ], + "4": [ + 1376 + ], + "-1": [ + 1629 + ], + "-2": [ + 1623 + ], + "-3": [ + 1621 + ], + "-4": [ + 516 + ] + }, + "516": { + "1": [ + 819 + ], + "2": [ + 517 + ], + "3": [ + 519 + ], + "4": [ + 518 + ], + "-1": [ + 1623 + ], + "-2": [ + 1621 + ], + "-3": [ + 1339 + ], + "-4": [ + 818 + ] + }, + "517": { + "1": [ + 822 + ], + "2": [ + 520 + ], + "3": [ + 522 + ], + "4": [ + 519 + ], + "-1": [ + 518 + ], + "-2": [ + 516 + ], + "-3": [ + 818 + ], + "-4": [ + 819 + ] + }, + "519": { + "1": [ + 520 + ], + "2": [ + 522 + ], + "3": [ + 524 + ], + "4": [ + 1377 + ], + "-1": [ + 1376 + ], + "-2": [ + 518 + ], + "-3": [ + 516 + ], + "-4": [ + 517 + ] + }, + "522": { + "1": [ + 521 + ], + "2": [ + 523 + ], + "3": [ + 525 + ], + "4": [ + 524 + ], + "-1": [ + 1377 + ], + "-2": [ + 519 + ], + "-3": [ + 517 + ], + "-4": [ + 520 + ] + }, + "520": { + "1": [ + 823 + ], + "2": [ + 521 + ], + "3": [ + 523 + ], + "4": [ + 522 + ], + "-1": [ + 519 + ], + "-2": [ + 517 + ], + "-3": [ + 819 + ], + "-4": [ + 822 + ] + }, + "521": { + "1": [ + 954 + ], + "2": [ + 548 + ], + "3": [ + 550 + ], + "4": [ + 523 + ], + "-1": [ + 522 + ], + "-2": [ + 520 + ], + "-3": [ + 822 + ], + "-4": [ + 823 + ] + }, + "523": { + "1": [ + 548 + ], + "2": [ + 550 + ], + "3": [ + 202 + ], + "4": [ + 525 + ], + "-1": [ + 524 + ], + "-2": [ + 522 + ], + "-3": [ + 520 + ], + "-4": [ + 521 + ] + }, + "526": { + "1": [ + 525 + ], + "2": [ + 527 + ], + "3": [ + 541 + ], + "4": [ + 540 + ], + "-1": [ + 537 + ], + "-2": [ + 1379 + ], + "-3": [ + 1377 + ], + "-4": [ + 524 + ] + }, + "524": { + "1": [ + 523 + ], + "2": [ + 525 + ], + "3": [ + 527 + ], + "4": [ + 526 + ], + "-1": [ + 1379 + ], + "-2": [ + 1377 + ], + "-3": [ + 519 + ], + "-4": [ + 522 + ] + }, + "525": { + "1": [ + 550 + ], + "2": [ + 202 + ], + "3": [], + "4": [ + 527 + ], + "-1": [ + 526 + ], + "-2": [ + 524 + ], + "-3": [ + 522 + ], + "-4": [ + 523 + ] + }, + "527": { + "1": [], + "2": [ + 202 + ], + "3": [ + 576 + ], + "4": [ + 541 + ], + "-1": [ + 540 + ], + "-2": [ + 526 + ], + "-3": [ + 524 + ], + "-4": [ + 525 + ] + }, + "530": { + "1": [ + 529 + ], + "2": [ + 531 + ], + "3": [ + 533 + ], + "4": [ + 532 + ], + "-1": [ + 1385 + ], + "-2": [ + 1383 + ], + "-3": [ + 1381 + ], + "-4": [ + 528 + ] + }, + "528": { + "1": [ + 1631 + ], + "2": [ + 529 + ], + "3": [ + 531 + ], + "4": [ + 530 + ], + "-1": [ + 1383 + ], + "-2": [ + 1381 + ], + "-3": [ + 1627 + ], + "-4": [ + 1630 + ] + }, + "529": { + "1": [ + 1378 + ], + "2": [ + 536 + ], + "3": [ + 538 + ], + "4": [ + 531 + ], + "-1": [ + 530 + ], + "-2": [ + 528 + ], + "-3": [ + 1630 + ], + "-4": [ + 1631 + ] + }, + "531": { + "1": [ + 536 + ], + "2": [ + 538 + ], + "3": [ + 544 + ], + "4": [ + 533 + ], + "-1": [ + 532 + ], + "-2": [ + 530 + ], + "-3": [ + 528 + ], + "-4": [ + 529 + ] + }, + "534": { + "1": [ + 533 + ], + "2": [ + 535 + ], + "3": [], + "4": [ + 1280 + ], + "-1": [], + "-2": [ + 1387 + ], + "-3": [ + 1385 + ], + "-4": [ + 532 + ] + }, + "532": { + "1": [ + 531 + ], + "2": [ + 533 + ], + "3": [ + 535 + ], + "4": [ + 534 + ], + "-1": [ + 1387 + ], + "-2": [ + 1385 + ], + "-3": [ + 1383 + ], + "-4": [ + 530 + ] + }, + "533": { + "1": [ + 538 + ], + "2": [ + 544 + ], + "3": [ + 546 + ], + "4": [ + 535 + ], + "-1": [ + 534 + ], + "-2": [ + 532 + ], + "-3": [ + 530 + ], + "-4": [ + 531 + ] + }, + "535": { + "1": [ + 544 + ], + "2": [ + 546 + ], + "3": [ + 1936 + ], + "4": [ + 1280 + ], + "-1": [], + "-2": [ + 534 + ], + "-3": [ + 532 + ], + "-4": [ + 533 + ] + }, + "538": { + "1": [ + 537 + ], + "2": [ + 539 + ], + "3": [ + 545 + ], + "4": [ + 544 + ], + "-1": [ + 533 + ], + "-2": [ + 531 + ], + "-3": [ + 529 + ], + "-4": [ + 536 + ] + }, + "536": { + "1": [ + 1379 + ], + "2": [ + 537 + ], + "3": [ + 539 + ], + "4": [ + 538 + ], + "-1": [ + 531 + ], + "-2": [ + 529 + ], + "-3": [ + 1631 + ], + "-4": [ + 1378 + ] + }, + "537": { + "1": [ + 526 + ], + "2": [ + 540 + ], + "3": [ + 542 + ], + "4": [ + 539 + ], + "-1": [ + 538 + ], + "-2": [ + 536 + ], + "-3": [ + 1378 + ], + "-4": [ + 1379 + ] + }, + "539": { + "1": [ + 540 + ], + "2": [ + 542 + ], + "3": [ + 1388 + ], + "4": [ + 545 + ], + "-1": [ + 544 + ], + "-2": [ + 538 + ], + "-3": [ + 536 + ], + "-4": [ + 537 + ] + }, + "542": { + "1": [ + 541 + ], + "2": [ + 543 + ], + "3": [ + 1389 + ], + "4": [ + 1388 + ], + "-1": [ + 545 + ], + "-2": [ + 539 + ], + "-3": [ + 537 + ], + "-4": [ + 540 + ] + }, + "540": { + "1": [ + 527 + ], + "2": [ + 541 + ], + "3": [ + 543 + ], + "4": [ + 542 + ], + "-1": [ + 539 + ], + "-2": [ + 537 + ], + "-3": [ + 1379 + ], + "-4": [ + 526 + ] + }, + "541": { + "1": [ + 202 + ], + "2": [ + 576 + ], + "3": [ + 578 + ], + "4": [ + 543 + ], + "-1": [ + 542 + ], + "-2": [ + 540 + ], + "-3": [ + 526 + ], + "-4": [ + 527 + ] + }, + "543": { + "1": [ + 576 + ], + "2": [ + 578 + ], + "3": [ + 584 + ], + "4": [ + 1389 + ], + "-1": [ + 1388 + ], + "-2": [ + 542 + ], + "-3": [ + 540 + ], + "-4": [ + 541 + ] + }, + "546": { + "1": [ + 545 + ], + "2": [ + 547 + ], + "3": [ + 1937 + ], + "4": [ + 1936 + ], + "-1": [ + 1280 + ], + "-2": [ + 535 + ], + "-3": [ + 533 + ], + "-4": [ + 544 + ] + }, + "544": { + "1": [ + 539 + ], + "2": [ + 545 + ], + "3": [ + 547 + ], + "4": [ + 546 + ], + "-1": [ + 535 + ], + "-2": [ + 533 + ], + "-3": [ + 531 + ], + "-4": [ + 538 + ] + }, + "545": { + "1": [ + 542 + ], + "2": [ + 1388 + ], + "3": [ + 1390 + ], + "4": [ + 547 + ], + "-1": [ + 546 + ], + "-2": [ + 544 + ], + "-3": [ + 538 + ], + "-4": [ + 539 + ] + }, + "547": { + "1": [ + 1388 + ], + "2": [ + 1390 + ], + "3": [ + 1940 + ], + "4": [ + 1937 + ], + "-1": [ + 1936 + ], + "-2": [ + 546 + ], + "-3": [ + 544 + ], + "-4": [ + 545 + ] + }, + "550": { + "1": [ + 549 + ], + "2": [ + 551 + ], + "3": [], + "4": [ + 202 + ], + "-1": [ + 525 + ], + "-2": [ + 523 + ], + "-3": [ + 521 + ], + "-4": [ + 548 + ] + }, + "548": { + "1": [ + 955 + ], + "2": [ + 549 + ], + "3": [ + 551 + ], + "4": [ + 550 + ], + "-1": [ + 523 + ], + "-2": [ + 521 + ], + "-3": [ + 823 + ], + "-4": [ + 954 + ] + }, + "549": { + "1": [ + 958 + ], + "2": [ + 552 + ], + "3": [ + 554 + ], + "4": [ + 551 + ], + "-1": [ + 550 + ], + "-2": [ + 548 + ], + "-3": [ + 954 + ], + "-4": [ + 955 + ] + }, + "551": { + "1": [ + 552 + ], + "2": [ + 554 + ], + "3": [ + 556 + ], + "4": [ + 202 + ], + "-1": [], + "-2": [ + 550 + ], + "-3": [ + 548 + ], + "-4": [ + 549 + ] + }, + "554": { + "1": [ + 553 + ], + "2": [ + 555 + ], + "3": [ + 557 + ], + "4": [ + 556 + ], + "-1": [ + 202 + ], + "-2": [ + 551 + ], + "-3": [ + 549 + ], + "-4": [ + 552 + ] + }, + "552": { + "1": [ + 959 + ], + "2": [ + 553 + ], + "3": [ + 555 + ], + "4": [ + 554 + ], + "-1": [ + 551 + ], + "-2": [ + 549 + ], + "-3": [ + 955 + ], + "-4": [ + 958 + ] + }, + "553": { + "1": [ + 970 + ], + "2": [ + 560 + ], + "3": [ + 562 + ], + "4": [ + 555 + ], + "-1": [ + 554 + ], + "-2": [ + 552 + ], + "-3": [ + 958 + ], + "-4": [ + 959 + ] + }, + "555": { + "1": [ + 560 + ], + "2": [ + 562 + ], + "3": [ + 568 + ], + "4": [ + 557 + ], + "-1": [ + 556 + ], + "-2": [ + 554 + ], + "-3": [ + 552 + ], + "-4": [ + 553 + ] + }, + "558": { + "1": [ + 557 + ], + "2": [ + 559 + ], + "3": [ + 581 + ], + "4": [ + 580 + ], + "-1": [ + 577 + ], + "-2": [ + 202 + ], + "-3": [], + "-4": [ + 556 + ] + }, + "556": { + "1": [ + 555 + ], + "2": [ + 557 + ], + "3": [ + 559 + ], + "4": [ + 558 + ], + "-1": [], + "-2": [ + 202 + ], + "-3": [ + 551 + ], + "-4": [ + 554 + ] + }, + "557": { + "1": [ + 562 + ], + "2": [ + 568 + ], + "3": [ + 570 + ], + "4": [ + 559 + ], + "-1": [ + 558 + ], + "-2": [ + 556 + ], + "-3": [ + 554 + ], + "-4": [ + 555 + ] + }, + "559": { + "1": [ + 568 + ], + "2": [ + 570 + ], + "3": [ + 592 + ], + "4": [ + 581 + ], + "-1": [ + 580 + ], + "-2": [ + 558 + ], + "-3": [ + 556 + ], + "-4": [ + 557 + ] + }, + "562": { + "1": [ + 561 + ], + "2": [ + 563 + ], + "3": [ + 569 + ], + "4": [ + 568 + ], + "-1": [ + 557 + ], + "-2": [ + 555 + ], + "-3": [ + 553 + ], + "-4": [ + 560 + ] + }, + "560": { + "1": [ + 971 + ], + "2": [ + 561 + ], + "3": [ + 563 + ], + "4": [ + 562 + ], + "-1": [ + 555 + ], + "-2": [ + 553 + ], + "-3": [ + 959 + ], + "-4": [ + 970 + ] + }, + "561": { + "1": [ + 974 + ], + "2": [ + 564 + ], + "3": [ + 566 + ], + "4": [ + 563 + ], + "-1": [ + 562 + ], + "-2": [ + 560 + ], + "-3": [ + 970 + ], + "-4": [ + 971 + ] + }, + "563": { + "1": [ + 564 + ], + "2": [ + 566 + ], + "3": [ + 572 + ], + "4": [ + 569 + ], + "-1": [ + 568 + ], + "-2": [ + 562 + ], + "-3": [ + 560 + ], + "-4": [ + 561 + ] + }, + "566": { + "1": [ + 565 + ], + "2": [ + 567 + ], + "3": [ + 573 + ], + "4": [ + 572 + ], + "-1": [ + 569 + ], + "-2": [ + 563 + ], + "-3": [ + 561 + ], + "-4": [ + 564 + ] + }, + "564": { + "1": [ + 975 + ], + "2": [ + 565 + ], + "3": [ + 567 + ], + "4": [ + 566 + ], + "-1": [ + 563 + ], + "-2": [ + 561 + ], + "-3": [ + 971 + ], + "-4": [ + 974 + ] + }, + "565": { + "1": [ + 1014 + ], + "2": [ + 608 + ], + "3": [ + 610 + ], + "4": [ + 567 + ], + "-1": [ + 566 + ], + "-2": [ + 564 + ], + "-3": [ + 974 + ], + "-4": [ + 975 + ] + }, + "567": { + "1": [ + 608 + ], + "2": [ + 610 + ], + "3": [ + 616 + ], + "4": [ + 573 + ], + "-1": [ + 572 + ], + "-2": [ + 566 + ], + "-3": [ + 564 + ], + "-4": [ + 565 + ] + }, + "570": { + "1": [ + 569 + ], + "2": [ + 571 + ], + "3": [ + 593 + ], + "4": [ + 592 + ], + "-1": [ + 581 + ], + "-2": [ + 559 + ], + "-3": [ + 557 + ], + "-4": [ + 568 + ] + }, + "568": { + "1": [ + 563 + ], + "2": [ + 569 + ], + "3": [ + 571 + ], + "4": [ + 570 + ], + "-1": [ + 559 + ], + "-2": [ + 557 + ], + "-3": [ + 555 + ], + "-4": [ + 562 + ] + }, + "569": { + "1": [ + 566 + ], + "2": [ + 572 + ], + "3": [ + 574 + ], + "4": [ + 571 + ], + "-1": [ + 570 + ], + "-2": [ + 568 + ], + "-3": [ + 562 + ], + "-4": [ + 563 + ] + }, + "571": { + "1": [ + 572 + ], + "2": [ + 574 + ], + "3": [ + 596 + ], + "4": [ + 593 + ], + "-1": [ + 592 + ], + "-2": [ + 570 + ], + "-3": [ + 568 + ], + "-4": [ + 569 + ] + }, + "574": { + "1": [ + 573 + ], + "2": [ + 575 + ], + "3": [ + 597 + ], + "4": [ + 596 + ], + "-1": [ + 593 + ], + "-2": [ + 571 + ], + "-3": [ + 569 + ], + "-4": [ + 572 + ] + }, + "572": { + "1": [ + 567 + ], + "2": [ + 573 + ], + "3": [ + 575 + ], + "4": [ + 574 + ], + "-1": [ + 571 + ], + "-2": [ + 569 + ], + "-3": [ + 563 + ], + "-4": [ + 566 + ] + }, + "573": { + "1": [ + 610 + ], + "2": [ + 616 + ], + "3": [ + 618 + ], + "4": [ + 575 + ], + "-1": [ + 574 + ], + "-2": [ + 572 + ], + "-3": [ + 566 + ], + "-4": [ + 567 + ] + }, + "575": { + "1": [ + 616 + ], + "2": [ + 618 + ], + "3": [ + 624 + ], + "4": [ + 597 + ], + "-1": [ + 596 + ], + "-2": [ + 574 + ], + "-3": [ + 572 + ], + "-4": [ + 573 + ] + }, + "578": { + "1": [ + 577 + ], + "2": [ + 579 + ], + "3": [ + 585 + ], + "4": [ + 584 + ], + "-1": [ + 1389 + ], + "-2": [ + 543 + ], + "-3": [ + 541 + ], + "-4": [ + 576 + ] + }, + "576": { + "1": [], + "2": [ + 577 + ], + "3": [ + 579 + ], + "4": [ + 578 + ], + "-1": [ + 543 + ], + "-2": [ + 541 + ], + "-3": [ + 527 + ], + "-4": [ + 202 + ] + }, + "577": { + "1": [ + 558 + ], + "2": [ + 580 + ], + "3": [ + 582 + ], + "4": [ + 579 + ], + "-1": [ + 578 + ], + "-2": [ + 576 + ], + "-3": [], + "-4": [ + 202 + ] + }, + "579": { + "1": [ + 580 + ], + "2": [ + 582 + ], + "3": [ + 588 + ], + "4": [ + 585 + ], + "-1": [ + 584 + ], + "-2": [ + 578 + ], + "-3": [ + 576 + ], + "-4": [ + 577 + ] + }, + "582": { + "1": [ + 581 + ], + "2": [ + 583 + ], + "3": [ + 589 + ], + "4": [ + 588 + ], + "-1": [ + 585 + ], + "-2": [ + 579 + ], + "-3": [ + 577 + ], + "-4": [ + 580 + ] + }, + "580": { + "1": [ + 559 + ], + "2": [ + 581 + ], + "3": [ + 583 + ], + "4": [ + 582 + ], + "-1": [ + 579 + ], + "-2": [ + 577 + ], + "-3": [ + 202 + ], + "-4": [ + 558 + ] + }, + "581": { + "1": [ + 570 + ], + "2": [ + 592 + ], + "3": [ + 594 + ], + "4": [ + 583 + ], + "-1": [ + 582 + ], + "-2": [ + 580 + ], + "-3": [ + 558 + ], + "-4": [ + 559 + ] + }, + "583": { + "1": [ + 592 + ], + "2": [ + 594 + ], + "3": [ + 600 + ], + "4": [ + 589 + ], + "-1": [ + 588 + ], + "-2": [ + 582 + ], + "-3": [ + 580 + ], + "-4": [ + 581 + ] + }, + "586": { + "1": [ + 585 + ], + "2": [ + 587 + ], + "3": [ + 1397 + ], + "4": [ + 1396 + ], + "-1": [ + 1941 + ], + "-2": [ + 1391 + ], + "-3": [ + 1389 + ], + "-4": [ + 584 + ] + }, + "584": { + "1": [ + 579 + ], + "2": [ + 585 + ], + "3": [ + 587 + ], + "4": [ + 586 + ], + "-1": [ + 1391 + ], + "-2": [ + 1389 + ], + "-3": [ + 543 + ], + "-4": [ + 578 + ] + }, + "585": { + "1": [ + 582 + ], + "2": [ + 588 + ], + "3": [ + 590 + ], + "4": [ + 587 + ], + "-1": [ + 586 + ], + "-2": [ + 584 + ], + "-3": [ + 578 + ], + "-4": [ + 579 + ] + }, + "587": { + "1": [ + 588 + ], + "2": [ + 590 + ], + "3": [ + 652 + ], + "4": [ + 1397 + ], + "-1": [ + 1396 + ], + "-2": [ + 586 + ], + "-3": [ + 584 + ], + "-4": [ + 585 + ] + }, + "590": { + "1": [ + 589 + ], + "2": [ + 591 + ], + "3": [ + 653 + ], + "4": [ + 652 + ], + "-1": [ + 1397 + ], + "-2": [ + 587 + ], + "-3": [ + 585 + ], + "-4": [ + 588 + ] + }, + "588": { + "1": [ + 583 + ], + "2": [ + 589 + ], + "3": [ + 591 + ], + "4": [ + 590 + ], + "-1": [ + 587 + ], + "-2": [ + 585 + ], + "-3": [ + 579 + ], + "-4": [ + 582 + ] + }, + "589": { + "1": [ + 594 + ], + "2": [ + 600 + ], + "3": [ + 602 + ], + "4": [ + 591 + ], + "-1": [ + 590 + ], + "-2": [ + 588 + ], + "-3": [ + 582 + ], + "-4": [ + 583 + ] + }, + "591": { + "1": [ + 600 + ], + "2": [ + 602 + ], + "3": [ + 660 + ], + "4": [ + 653 + ], + "-1": [ + 652 + ], + "-2": [ + 590 + ], + "-3": [ + 588 + ], + "-4": [ + 589 + ] + }, + "594": { + "1": [ + 593 + ], + "2": [ + 595 + ], + "3": [ + 601 + ], + "4": [ + 600 + ], + "-1": [ + 589 + ], + "-2": [ + 583 + ], + "-3": [ + 581 + ], + "-4": [ + 592 + ] + }, + "592": { + "1": [ + 571 + ], + "2": [ + 593 + ], + "3": [ + 595 + ], + "4": [ + 594 + ], + "-1": [ + 583 + ], + "-2": [ + 581 + ], + "-3": [ + 559 + ], + "-4": [ + 570 + ] + }, + "593": { + "1": [ + 574 + ], + "2": [ + 596 + ], + "3": [ + 598 + ], + "4": [ + 595 + ], + "-1": [ + 594 + ], + "-2": [ + 592 + ], + "-3": [ + 570 + ], + "-4": [ + 571 + ] + }, + "595": { + "1": [ + 596 + ], + "2": [ + 598 + ], + "3": [ + 604 + ], + "4": [ + 601 + ], + "-1": [ + 600 + ], + "-2": [ + 594 + ], + "-3": [ + 592 + ], + "-4": [ + 593 + ] + }, + "598": { + "1": [ + 597 + ], + "2": [ + 599 + ], + "3": [ + 605 + ], + "4": [ + 604 + ], + "-1": [ + 601 + ], + "-2": [ + 595 + ], + "-3": [ + 593 + ], + "-4": [ + 596 + ] + }, + "596": { + "1": [ + 575 + ], + "2": [ + 597 + ], + "3": [ + 599 + ], + "4": [ + 598 + ], + "-1": [ + 595 + ], + "-2": [ + 593 + ], + "-3": [ + 571 + ], + "-4": [ + 574 + ] + }, + "597": { + "1": [ + 618 + ], + "2": [ + 624 + ], + "3": [ + 626 + ], + "4": [ + 599 + ], + "-1": [ + 598 + ], + "-2": [ + 596 + ], + "-3": [ + 574 + ], + "-4": [ + 575 + ] + }, + "599": { + "1": [ + 624 + ], + "2": [ + 626 + ], + "3": [ + 632 + ], + "4": [ + 605 + ], + "-1": [ + 604 + ], + "-2": [ + 598 + ], + "-3": [ + 596 + ], + "-4": [ + 597 + ] + }, + "602": { + "1": [ + 601 + ], + "2": [ + 603 + ], + "3": [ + 661 + ], + "4": [ + 660 + ], + "-1": [ + 653 + ], + "-2": [ + 591 + ], + "-3": [ + 589 + ], + "-4": [ + 600 + ] + }, + "600": { + "1": [ + 595 + ], + "2": [ + 601 + ], + "3": [ + 603 + ], + "4": [ + 602 + ], + "-1": [ + 591 + ], + "-2": [ + 589 + ], + "-3": [ + 583 + ], + "-4": [ + 594 + ] + }, + "601": { + "1": [ + 598 + ], + "2": [ + 604 + ], + "3": [ + 606 + ], + "4": [ + 603 + ], + "-1": [ + 602 + ], + "-2": [ + 600 + ], + "-3": [ + 594 + ], + "-4": [ + 595 + ] + }, + "603": { + "1": [ + 604 + ], + "2": [ + 606 + ], + "3": [ + 1400 + ], + "4": [ + 661 + ], + "-1": [ + 660 + ], + "-2": [ + 602 + ], + "-3": [ + 600 + ], + "-4": [ + 601 + ] + }, + "606": { + "1": [ + 605 + ], + "2": [ + 607 + ], + "3": [ + 1401 + ], + "4": [ + 1400 + ], + "-1": [ + 661 + ], + "-2": [ + 603 + ], + "-3": [ + 601 + ], + "-4": [ + 604 + ] + }, + "604": { + "1": [ + 599 + ], + "2": [ + 605 + ], + "3": [ + 607 + ], + "4": [ + 606 + ], + "-1": [ + 603 + ], + "-2": [ + 601 + ], + "-3": [ + 595 + ], + "-4": [ + 598 + ] + }, + "605": { + "1": [ + 626 + ], + "2": [ + 632 + ], + "3": [ + 634 + ], + "4": [ + 607 + ], + "-1": [ + 606 + ], + "-2": [ + 604 + ], + "-3": [ + 598 + ], + "-4": [ + 599 + ] + }, + "607": { + "1": [ + 632 + ], + "2": [ + 634 + ], + "3": [ + 1632 + ], + "4": [ + 1401 + ], + "-1": [ + 1400 + ], + "-2": [ + 606 + ], + "-3": [ + 604 + ], + "-4": [ + 605 + ] + }, + "610": { + "1": [ + 609 + ], + "2": [ + 611 + ], + "3": [ + 617 + ], + "4": [ + 616 + ], + "-1": [ + 573 + ], + "-2": [ + 567 + ], + "-3": [ + 565 + ], + "-4": [ + 608 + ] + }, + "608": { + "1": [ + 1015 + ], + "2": [ + 609 + ], + "3": [ + 611 + ], + "4": [ + 610 + ], + "-1": [ + 567 + ], + "-2": [ + 565 + ], + "-3": [ + 975 + ], + "-4": [ + 1014 + ] + }, + "609": { + "1": [ + 343 + ], + "2": [ + 612 + ], + "3": [ + 614 + ], + "4": [ + 611 + ], + "-1": [ + 610 + ], + "-2": [ + 608 + ], + "-3": [ + 1014 + ], + "-4": [ + 1015 + ] + }, + "611": { + "1": [ + 612 + ], + "2": [ + 614 + ], + "3": [ + 219 + ], + "4": [ + 617 + ], + "-1": [ + 616 + ], + "-2": [ + 610 + ], + "-3": [ + 608 + ], + "-4": [ + 609 + ] + }, + "614": { + "1": [ + 613 + ], + "2": [ + 615 + ], + "3": [], + "4": [ + 219 + ], + "-1": [ + 617 + ], + "-2": [ + 611 + ], + "-3": [ + 609 + ], + "-4": [ + 612 + ] + }, + "612": { + "1": [], + "2": [ + 613 + ], + "3": [ + 615 + ], + "4": [ + 614 + ], + "-1": [ + 611 + ], + "-2": [ + 609 + ], + "-3": [ + 1015 + ], + "-4": [ + 343 + ] + }, + "613": { + "1": [ + 346 + ], + "2": [ + 620 + ], + "3": [ + 622 + ], + "4": [ + 615 + ], + "-1": [ + 614 + ], + "-2": [ + 612 + ], + "-3": [], + "-4": [ + 343 + ] + }, + "615": { + "1": [ + 620 + ], + "2": [ + 622 + ], + "3": [ + 222 + ], + "4": [ + 219 + ], + "-1": [], + "-2": [ + 614 + ], + "-3": [ + 612 + ], + "-4": [ + 613 + ] + }, + "618": { + "1": [ + 617 + ], + "2": [ + 619 + ], + "3": [ + 625 + ], + "4": [ + 624 + ], + "-1": [ + 597 + ], + "-2": [ + 575 + ], + "-3": [ + 573 + ], + "-4": [ + 616 + ] + }, + "616": { + "1": [ + 611 + ], + "2": [ + 617 + ], + "3": [ + 619 + ], + "4": [ + 618 + ], + "-1": [ + 575 + ], + "-2": [ + 573 + ], + "-3": [ + 567 + ], + "-4": [ + 610 + ] + }, + "617": { + "1": [ + 614 + ], + "2": [ + 219 + ], + "3": [], + "4": [ + 619 + ], + "-1": [ + 618 + ], + "-2": [ + 616 + ], + "-3": [ + 610 + ], + "-4": [ + 611 + ] + }, + "619": { + "1": [], + "2": [ + 219 + ], + "3": [ + 628 + ], + "4": [ + 625 + ], + "-1": [ + 624 + ], + "-2": [ + 618 + ], + "-3": [ + 616 + ], + "-4": [ + 617 + ] + }, + "622": { + "1": [ + 621 + ], + "2": [ + 623 + ], + "3": [], + "4": [ + 222 + ], + "-1": [ + 219 + ], + "-2": [ + 615 + ], + "-3": [ + 613 + ], + "-4": [ + 620 + ] + }, + "620": { + "1": [], + "2": [ + 621 + ], + "3": [ + 623 + ], + "4": [ + 622 + ], + "-1": [ + 615 + ], + "-2": [ + 613 + ], + "-3": [ + 343 + ], + "-4": [ + 346 + ] + }, + "621": { + "1": [ + 347 + ], + "2": [ + 221 + ], + "3": [], + "4": [ + 623 + ], + "-1": [ + 622 + ], + "-2": [ + 620 + ], + "-3": [], + "-4": [ + 346 + ] + }, + "623": { + "1": [], + "2": [ + 221 + ], + "3": [ + 223 + ], + "4": [ + 222 + ], + "-1": [], + "-2": [ + 622 + ], + "-3": [ + 620 + ], + "-4": [ + 621 + ] + }, + "626": { + "1": [ + 625 + ], + "2": [ + 627 + ], + "3": [ + 633 + ], + "4": [ + 632 + ], + "-1": [ + 605 + ], + "-2": [ + 599 + ], + "-3": [ + 597 + ], + "-4": [ + 624 + ] + }, + "624": { + "1": [ + 619 + ], + "2": [ + 625 + ], + "3": [ + 627 + ], + "4": [ + 626 + ], + "-1": [ + 599 + ], + "-2": [ + 597 + ], + "-3": [ + 575 + ], + "-4": [ + 618 + ] + }, + "625": { + "1": [ + 219 + ], + "2": [ + 628 + ], + "3": [ + 630 + ], + "4": [ + 627 + ], + "-1": [ + 626 + ], + "-2": [ + 624 + ], + "-3": [ + 618 + ], + "-4": [ + 619 + ] + }, + "627": { + "1": [ + 628 + ], + "2": [ + 630 + ], + "3": [ + 1392 + ], + "4": [ + 633 + ], + "-1": [ + 632 + ], + "-2": [ + 626 + ], + "-3": [ + 624 + ], + "-4": [ + 625 + ] + }, + "630": { + "1": [ + 629 + ], + "2": [ + 631 + ], + "3": [ + 1393 + ], + "4": [ + 1392 + ], + "-1": [ + 633 + ], + "-2": [ + 627 + ], + "-3": [ + 625 + ], + "-4": [ + 628 + ] + }, + "628": { + "1": [], + "2": [ + 629 + ], + "3": [ + 631 + ], + "4": [ + 630 + ], + "-1": [ + 627 + ], + "-2": [ + 625 + ], + "-3": [ + 619 + ], + "-4": [ + 219 + ] + }, + "629": { + "1": [ + 222 + ], + "2": [ + 636 + ], + "3": [ + 638 + ], + "4": [ + 631 + ], + "-1": [ + 630 + ], + "-2": [ + 628 + ], + "-3": [], + "-4": [ + 219 + ] + }, + "631": { + "1": [ + 636 + ], + "2": [ + 638 + ], + "3": [ + 644 + ], + "4": [ + 1393 + ], + "-1": [ + 1392 + ], + "-2": [ + 630 + ], + "-3": [ + 628 + ], + "-4": [ + 629 + ] + }, + "634": { + "1": [ + 633 + ], + "2": [ + 635 + ], + "3": [ + 1633 + ], + "4": [ + 1632 + ], + "-1": [ + 1401 + ], + "-2": [ + 607 + ], + "-3": [ + 605 + ], + "-4": [ + 632 + ] + }, + "632": { + "1": [ + 627 + ], + "2": [ + 633 + ], + "3": [ + 635 + ], + "4": [ + 634 + ], + "-1": [ + 607 + ], + "-2": [ + 605 + ], + "-3": [ + 599 + ], + "-4": [ + 626 + ] + }, + "633": { + "1": [ + 630 + ], + "2": [ + 1392 + ], + "3": [ + 1394 + ], + "4": [ + 635 + ], + "-1": [ + 634 + ], + "-2": [ + 632 + ], + "-3": [ + 626 + ], + "-4": [ + 627 + ] + }, + "635": { + "1": [ + 1392 + ], + "2": [ + 1394 + ], + "3": [ + 1636 + ], + "4": [ + 1633 + ], + "-1": [ + 1632 + ], + "-2": [ + 634 + ], + "-3": [ + 632 + ], + "-4": [ + 633 + ] + }, + "638": { + "1": [ + 637 + ], + "2": [ + 639 + ], + "3": [ + 645 + ], + "4": [ + 644 + ], + "-1": [ + 1393 + ], + "-2": [ + 631 + ], + "-3": [ + 629 + ], + "-4": [ + 636 + ] + }, + "636": { + "1": [], + "2": [ + 637 + ], + "3": [ + 639 + ], + "4": [ + 638 + ], + "-1": [ + 631 + ], + "-2": [ + 629 + ], + "-3": [ + 219 + ], + "-4": [ + 222 + ] + }, + "637": { + "1": [ + 223 + ], + "2": [ + 640 + ], + "3": [ + 642 + ], + "4": [ + 639 + ], + "-1": [ + 638 + ], + "-2": [ + 636 + ], + "-3": [], + "-4": [ + 222 + ] + }, + "639": { + "1": [ + 640 + ], + "2": [ + 642 + ], + "3": [ + 648 + ], + "4": [ + 645 + ], + "-1": [ + 644 + ], + "-2": [ + 638 + ], + "-3": [ + 636 + ], + "-4": [ + 637 + ] + }, + "642": { + "1": [ + 641 + ], + "2": [ + 643 + ], + "3": [ + 649 + ], + "4": [ + 648 + ], + "-1": [ + 645 + ], + "-2": [ + 639 + ], + "-3": [ + 637 + ], + "-4": [ + 640 + ] + }, + "640": { + "1": [], + "2": [ + 641 + ], + "3": [ + 643 + ], + "4": [ + 642 + ], + "-1": [ + 639 + ], + "-2": [ + 637 + ], + "-3": [ + 222 + ], + "-4": [ + 223 + ] + }, + "641": { + "1": [ + 754 + ], + "2": [ + 756 + ], + "3": [ + 758 + ], + "4": [ + 643 + ], + "-1": [ + 642 + ], + "-2": [ + 640 + ], + "-3": [], + "-4": [ + 223 + ] + }, + "643": { + "1": [ + 756 + ], + "2": [ + 758 + ], + "3": [ + 760 + ], + "4": [ + 649 + ], + "-1": [ + 648 + ], + "-2": [ + 642 + ], + "-3": [ + 640 + ], + "-4": [ + 641 + ] + }, + "646": { + "1": [ + 645 + ], + "2": [ + 647 + ], + "3": [ + 705 + ], + "4": [ + 704 + ], + "-1": [ + 1637 + ], + "-2": [ + 1395 + ], + "-3": [ + 1393 + ], + "-4": [ + 644 + ] + }, + "644": { + "1": [ + 639 + ], + "2": [ + 645 + ], + "3": [ + 647 + ], + "4": [ + 646 + ], + "-1": [ + 1395 + ], + "-2": [ + 1393 + ], + "-3": [ + 631 + ], + "-4": [ + 638 + ] + }, + "645": { + "1": [ + 642 + ], + "2": [ + 648 + ], + "3": [ + 650 + ], + "4": [ + 647 + ], + "-1": [ + 646 + ], + "-2": [ + 644 + ], + "-3": [ + 638 + ], + "-4": [ + 639 + ] + }, + "647": { + "1": [ + 648 + ], + "2": [ + 650 + ], + "3": [ + 708 + ], + "4": [ + 705 + ], + "-1": [ + 704 + ], + "-2": [ + 646 + ], + "-3": [ + 644 + ], + "-4": [ + 645 + ] + }, + "650": { + "1": [ + 649 + ], + "2": [ + 651 + ], + "3": [ + 709 + ], + "4": [ + 708 + ], + "-1": [ + 705 + ], + "-2": [ + 647 + ], + "-3": [ + 645 + ], + "-4": [ + 648 + ] + }, + "648": { + "1": [ + 643 + ], + "2": [ + 649 + ], + "3": [ + 651 + ], + "4": [ + 650 + ], + "-1": [ + 647 + ], + "-2": [ + 645 + ], + "-3": [ + 639 + ], + "-4": [ + 642 + ] + }, + "649": { + "1": [ + 758 + ], + "2": [ + 760 + ], + "3": [ + 762 + ], + "4": [ + 651 + ], + "-1": [ + 650 + ], + "-2": [ + 648 + ], + "-3": [ + 642 + ], + "-4": [ + 643 + ] + }, + "651": { + "1": [ + 760 + ], + "2": [ + 762 + ], + "3": [ + 764 + ], + "4": [ + 709 + ], + "-1": [ + 708 + ], + "-2": [ + 650 + ], + "-3": [ + 648 + ], + "-4": [ + 649 + ] + }, + "654": { + "1": [ + 653 + ], + "2": [ + 655 + ], + "3": [ + 657 + ], + "4": [ + 656 + ], + "-1": [ + 234 + ], + "-2": [ + 1399 + ], + "-3": [ + 1397 + ], + "-4": [ + 652 + ] + }, + "652": { + "1": [ + 591 + ], + "2": [ + 653 + ], + "3": [ + 655 + ], + "4": [ + 654 + ], + "-1": [ + 1399 + ], + "-2": [ + 1397 + ], + "-3": [ + 587 + ], + "-4": [ + 590 + ] + }, + "653": { + "1": [ + 602 + ], + "2": [ + 660 + ], + "3": [ + 662 + ], + "4": [ + 655 + ], + "-1": [ + 654 + ], + "-2": [ + 652 + ], + "-3": [ + 590 + ], + "-4": [ + 591 + ] + }, + "655": { + "1": [ + 660 + ], + "2": [ + 662 + ], + "3": [ + 664 + ], + "4": [ + 657 + ], + "-1": [ + 656 + ], + "-2": [ + 654 + ], + "-3": [ + 652 + ], + "-4": [ + 653 + ] + }, + "658": { + "1": [ + 657 + ], + "2": [ + 659 + ], + "3": [ + 677 + ], + "4": [ + 676 + ], + "-1": [ + 673 + ], + "-2": [ + 234 + ], + "-3": [], + "-4": [ + 656 + ] + }, + "656": { + "1": [ + 655 + ], + "2": [ + 657 + ], + "3": [ + 659 + ], + "4": [ + 658 + ], + "-1": [], + "-2": [ + 234 + ], + "-3": [ + 1399 + ], + "-4": [ + 654 + ] + }, + "657": { + "1": [ + 662 + ], + "2": [ + 664 + ], + "3": [ + 666 + ], + "4": [ + 659 + ], + "-1": [ + 658 + ], + "-2": [ + 656 + ], + "-3": [ + 654 + ], + "-4": [ + 655 + ] + }, + "659": { + "1": [ + 664 + ], + "2": [ + 666 + ], + "3": [ + 688 + ], + "4": [ + 677 + ], + "-1": [ + 676 + ], + "-2": [ + 658 + ], + "-3": [ + 656 + ], + "-4": [ + 657 + ] + }, + "662": { + "1": [ + 661 + ], + "2": [ + 663 + ], + "3": [ + 665 + ], + "4": [ + 664 + ], + "-1": [ + 657 + ], + "-2": [ + 655 + ], + "-3": [ + 653 + ], + "-4": [ + 660 + ] + }, + "660": { + "1": [ + 603 + ], + "2": [ + 661 + ], + "3": [ + 663 + ], + "4": [ + 662 + ], + "-1": [ + 655 + ], + "-2": [ + 653 + ], + "-3": [ + 591 + ], + "-4": [ + 602 + ] + }, + "661": { + "1": [ + 606 + ], + "2": [ + 1400 + ], + "3": [ + 1402 + ], + "4": [ + 663 + ], + "-1": [ + 662 + ], + "-2": [ + 660 + ], + "-3": [ + 602 + ], + "-4": [ + 603 + ] + }, + "663": { + "1": [ + 1400 + ], + "2": [ + 1402 + ], + "3": [ + 668 + ], + "4": [ + 665 + ], + "-1": [ + 664 + ], + "-2": [ + 662 + ], + "-3": [ + 660 + ], + "-4": [ + 661 + ] + }, + "666": { + "1": [ + 665 + ], + "2": [ + 667 + ], + "3": [ + 689 + ], + "4": [ + 688 + ], + "-1": [ + 677 + ], + "-2": [ + 659 + ], + "-3": [ + 657 + ], + "-4": [ + 664 + ] + }, + "664": { + "1": [ + 663 + ], + "2": [ + 665 + ], + "3": [ + 667 + ], + "4": [ + 666 + ], + "-1": [ + 659 + ], + "-2": [ + 657 + ], + "-3": [ + 655 + ], + "-4": [ + 662 + ] + }, + "665": { + "1": [ + 1402 + ], + "2": [ + 668 + ], + "3": [ + 670 + ], + "4": [ + 667 + ], + "-1": [ + 666 + ], + "-2": [ + 664 + ], + "-3": [ + 662 + ], + "-4": [ + 663 + ] + }, + "667": { + "1": [ + 668 + ], + "2": [ + 670 + ], + "3": [ + 692 + ], + "4": [ + 689 + ], + "-1": [ + 688 + ], + "-2": [ + 666 + ], + "-3": [ + 664 + ], + "-4": [ + 665 + ] + }, + "670": { + "1": [ + 669 + ], + "2": [ + 671 + ], + "3": [ + 693 + ], + "4": [ + 692 + ], + "-1": [ + 689 + ], + "-2": [ + 667 + ], + "-3": [ + 665 + ], + "-4": [ + 668 + ] + }, + "668": { + "1": [ + 1403 + ], + "2": [ + 669 + ], + "3": [ + 671 + ], + "4": [ + 670 + ], + "-1": [ + 667 + ], + "-2": [ + 665 + ], + "-3": [ + 663 + ], + "-4": [ + 1402 + ] + }, + "669": { + "1": [ + 1634 + ], + "2": [ + 1640 + ], + "3": [ + 1642 + ], + "4": [ + 671 + ], + "-1": [ + 670 + ], + "-2": [ + 668 + ], + "-3": [ + 1402 + ], + "-4": [ + 1403 + ] + }, + "671": { + "1": [ + 1640 + ], + "2": [ + 1642 + ], + "3": [ + 1404 + ], + "4": [ + 693 + ], + "-1": [ + 692 + ], + "-2": [ + 670 + ], + "-3": [ + 668 + ], + "-4": [ + 669 + ] + }, + "674": { + "1": [ + 673 + ], + "2": [ + 675 + ], + "3": [ + 681 + ], + "4": [ + 680 + ], + "-1": [ + 1965 + ], + "-2": [ + 1959 + ], + "-3": [ + 1957 + ], + "-4": [ + 672 + ] + }, + "672": { + "1": [], + "2": [ + 673 + ], + "3": [ + 675 + ], + "4": [ + 674 + ], + "-1": [ + 1959 + ], + "-2": [ + 1957 + ], + "-3": [ + 1515 + ], + "-4": [ + 234 + ] + }, + "673": { + "1": [ + 658 + ], + "2": [ + 676 + ], + "3": [ + 678 + ], + "4": [ + 675 + ], + "-1": [ + 674 + ], + "-2": [ + 672 + ], + "-3": [], + "-4": [ + 234 + ] + }, + "675": { + "1": [ + 676 + ], + "2": [ + 678 + ], + "3": [ + 684 + ], + "4": [ + 681 + ], + "-1": [ + 680 + ], + "-2": [ + 674 + ], + "-3": [ + 672 + ], + "-4": [ + 673 + ] + }, + "678": { + "1": [ + 677 + ], + "2": [ + 679 + ], + "3": [ + 685 + ], + "4": [ + 684 + ], + "-1": [ + 681 + ], + "-2": [ + 675 + ], + "-3": [ + 673 + ], + "-4": [ + 676 + ] + }, + "676": { + "1": [ + 659 + ], + "2": [ + 677 + ], + "3": [ + 679 + ], + "4": [ + 678 + ], + "-1": [ + 675 + ], + "-2": [ + 673 + ], + "-3": [ + 234 + ], + "-4": [ + 658 + ] + }, + "677": { + "1": [ + 666 + ], + "2": [ + 688 + ], + "3": [ + 690 + ], + "4": [ + 679 + ], + "-1": [ + 678 + ], + "-2": [ + 676 + ], + "-3": [ + 658 + ], + "-4": [ + 659 + ] + }, + "679": { + "1": [ + 688 + ], + "2": [ + 690 + ], + "3": [ + 696 + ], + "4": [ + 685 + ], + "-1": [ + 684 + ], + "-2": [ + 678 + ], + "-3": [ + 676 + ], + "-4": [ + 677 + ] + }, + "682": { + "1": [ + 681 + ], + "2": [ + 683 + ], + "3": [ + 453 + ], + "4": [ + 452 + ], + "-1": [ + 161 + ], + "-2": [ + 1967 + ], + "-3": [ + 1965 + ], + "-4": [ + 680 + ] + }, + "680": { + "1": [ + 675 + ], + "2": [ + 681 + ], + "3": [ + 683 + ], + "4": [ + 682 + ], + "-1": [ + 1967 + ], + "-2": [ + 1965 + ], + "-3": [ + 1959 + ], + "-4": [ + 674 + ] + }, + "681": { + "1": [ + 678 + ], + "2": [ + 684 + ], + "3": [ + 686 + ], + "4": [ + 683 + ], + "-1": [ + 682 + ], + "-2": [ + 680 + ], + "-3": [ + 674 + ], + "-4": [ + 675 + ] + }, + "683": { + "1": [ + 684 + ], + "2": [ + 686 + ], + "3": [ + 456 + ], + "4": [ + 453 + ], + "-1": [ + 452 + ], + "-2": [ + 682 + ], + "-3": [ + 680 + ], + "-4": [ + 681 + ] + }, + "686": { + "1": [ + 685 + ], + "2": [ + 687 + ], + "3": [ + 457 + ], + "4": [ + 456 + ], + "-1": [ + 453 + ], + "-2": [ + 683 + ], + "-3": [ + 681 + ], + "-4": [ + 684 + ] + }, + "684": { + "1": [ + 679 + ], + "2": [ + 685 + ], + "3": [ + 687 + ], + "4": [ + 686 + ], + "-1": [ + 683 + ], + "-2": [ + 681 + ], + "-3": [ + 675 + ], + "-4": [ + 678 + ] + }, + "685": { + "1": [ + 690 + ], + "2": [ + 696 + ], + "3": [ + 698 + ], + "4": [ + 687 + ], + "-1": [ + 686 + ], + "-2": [ + 684 + ], + "-3": [ + 678 + ], + "-4": [ + 679 + ] + }, + "687": { + "1": [ + 696 + ], + "2": [ + 698 + ], + "3": [ + 468 + ], + "4": [ + 457 + ], + "-1": [ + 456 + ], + "-2": [ + 686 + ], + "-3": [ + 684 + ], + "-4": [ + 685 + ] + }, + "690": { + "1": [ + 689 + ], + "2": [ + 691 + ], + "3": [ + 697 + ], + "4": [ + 696 + ], + "-1": [ + 685 + ], + "-2": [ + 679 + ], + "-3": [ + 677 + ], + "-4": [ + 688 + ] + }, + "688": { + "1": [ + 667 + ], + "2": [ + 689 + ], + "3": [ + 691 + ], + "4": [ + 690 + ], + "-1": [ + 679 + ], + "-2": [ + 677 + ], + "-3": [ + 659 + ], + "-4": [ + 666 + ] + }, + "689": { + "1": [ + 670 + ], + "2": [ + 692 + ], + "3": [ + 694 + ], + "4": [ + 691 + ], + "-1": [ + 690 + ], + "-2": [ + 688 + ], + "-3": [ + 666 + ], + "-4": [ + 667 + ] + }, + "691": { + "1": [ + 692 + ], + "2": [ + 694 + ], + "3": [ + 700 + ], + "4": [ + 697 + ], + "-1": [ + 696 + ], + "-2": [ + 690 + ], + "-3": [ + 688 + ], + "-4": [ + 689 + ] + }, + "694": { + "1": [ + 693 + ], + "2": [ + 695 + ], + "3": [ + 701 + ], + "4": [ + 700 + ], + "-1": [ + 697 + ], + "-2": [ + 691 + ], + "-3": [ + 689 + ], + "-4": [ + 692 + ] + }, + "692": { + "1": [ + 671 + ], + "2": [ + 693 + ], + "3": [ + 695 + ], + "4": [ + 694 + ], + "-1": [ + 691 + ], + "-2": [ + 689 + ], + "-3": [ + 667 + ], + "-4": [ + 670 + ] + }, + "693": { + "1": [ + 1642 + ], + "2": [ + 1404 + ], + "3": [ + 1406 + ], + "4": [ + 695 + ], + "-1": [ + 694 + ], + "-2": [ + 692 + ], + "-3": [ + 670 + ], + "-4": [ + 671 + ] + }, + "695": { + "1": [ + 1404 + ], + "2": [ + 1406 + ], + "3": [ + 720 + ], + "4": [ + 701 + ], + "-1": [ + 700 + ], + "-2": [ + 694 + ], + "-3": [ + 692 + ], + "-4": [ + 693 + ] + }, + "698": { + "1": [ + 697 + ], + "2": [ + 699 + ], + "3": [ + 469 + ], + "4": [ + 468 + ], + "-1": [ + 457 + ], + "-2": [ + 687 + ], + "-3": [ + 685 + ], + "-4": [ + 696 + ] + }, + "696": { + "1": [ + 691 + ], + "2": [ + 697 + ], + "3": [ + 699 + ], + "4": [ + 698 + ], + "-1": [ + 687 + ], + "-2": [ + 685 + ], + "-3": [ + 679 + ], + "-4": [ + 690 + ] + }, + "697": { + "1": [ + 694 + ], + "2": [ + 700 + ], + "3": [ + 702 + ], + "4": [ + 699 + ], + "-1": [ + 698 + ], + "-2": [ + 696 + ], + "-3": [ + 690 + ], + "-4": [ + 691 + ] + }, + "699": { + "1": [ + 700 + ], + "2": [ + 702 + ], + "3": [ + 472 + ], + "4": [ + 469 + ], + "-1": [ + 468 + ], + "-2": [ + 698 + ], + "-3": [ + 696 + ], + "-4": [ + 697 + ] + }, + "702": { + "1": [ + 701 + ], + "2": [ + 703 + ], + "3": [ + 473 + ], + "4": [ + 472 + ], + "-1": [ + 469 + ], + "-2": [ + 699 + ], + "-3": [ + 697 + ], + "-4": [ + 700 + ] + }, + "700": { + "1": [ + 695 + ], + "2": [ + 701 + ], + "3": [ + 703 + ], + "4": [ + 702 + ], + "-1": [ + 699 + ], + "-2": [ + 697 + ], + "-3": [ + 691 + ], + "-4": [ + 694 + ] + }, + "701": { + "1": [ + 1406 + ], + "2": [ + 720 + ], + "3": [ + 722 + ], + "4": [ + 703 + ], + "-1": [ + 702 + ], + "-2": [ + 700 + ], + "-3": [ + 694 + ], + "-4": [ + 695 + ] + }, + "703": { + "1": [ + 720 + ], + "2": [ + 722 + ], + "3": [ + 496 + ], + "4": [ + 473 + ], + "-1": [ + 472 + ], + "-2": [ + 702 + ], + "-3": [ + 700 + ], + "-4": [ + 701 + ] + }, + "706": { + "1": [ + 705 + ], + "2": [ + 707 + ], + "3": [], + "4": [ + 250 + ], + "-1": [ + 1645 + ], + "-2": [ + 1639 + ], + "-3": [ + 1637 + ], + "-4": [ + 704 + ] + }, + "704": { + "1": [ + 647 + ], + "2": [ + 705 + ], + "3": [ + 707 + ], + "4": [ + 706 + ], + "-1": [ + 1639 + ], + "-2": [ + 1637 + ], + "-3": [ + 1395 + ], + "-4": [ + 646 + ] + }, + "705": { + "1": [ + 650 + ], + "2": [ + 708 + ], + "3": [ + 710 + ], + "4": [ + 707 + ], + "-1": [ + 706 + ], + "-2": [ + 704 + ], + "-3": [ + 646 + ], + "-4": [ + 647 + ] + }, + "707": { + "1": [ + 708 + ], + "2": [ + 710 + ], + "3": [ + 712 + ], + "4": [ + 250 + ], + "-1": [], + "-2": [ + 706 + ], + "-3": [ + 704 + ], + "-4": [ + 705 + ] + }, + "710": { + "1": [ + 709 + ], + "2": [ + 711 + ], + "3": [ + 713 + ], + "4": [ + 712 + ], + "-1": [ + 250 + ], + "-2": [ + 707 + ], + "-3": [ + 705 + ], + "-4": [ + 708 + ] + }, + "708": { + "1": [ + 651 + ], + "2": [ + 709 + ], + "3": [ + 711 + ], + "4": [ + 710 + ], + "-1": [ + 707 + ], + "-2": [ + 705 + ], + "-3": [ + 647 + ], + "-4": [ + 650 + ] + }, + "709": { + "1": [ + 762 + ], + "2": [ + 764 + ], + "3": [ + 766 + ], + "4": [ + 711 + ], + "-1": [ + 710 + ], + "-2": [ + 708 + ], + "-3": [ + 650 + ], + "-4": [ + 651 + ] + }, + "711": { + "1": [ + 764 + ], + "2": [ + 766 + ], + "3": [ + 772 + ], + "4": [ + 713 + ], + "-1": [ + 712 + ], + "-2": [ + 710 + ], + "-3": [ + 708 + ], + "-4": [ + 709 + ] + }, + "714": { + "1": [ + 713 + ], + "2": [ + 715 + ], + "3": [ + 733 + ], + "4": [ + 732 + ], + "-1": [ + 729 + ], + "-2": [ + 250 + ], + "-3": [], + "-4": [ + 712 + ] + }, + "712": { + "1": [ + 711 + ], + "2": [ + 713 + ], + "3": [ + 715 + ], + "4": [ + 714 + ], + "-1": [], + "-2": [ + 250 + ], + "-3": [ + 707 + ], + "-4": [ + 710 + ] + }, + "713": { + "1": [ + 766 + ], + "2": [ + 772 + ], + "3": [ + 774 + ], + "4": [ + 715 + ], + "-1": [ + 714 + ], + "-2": [ + 712 + ], + "-3": [ + 710 + ], + "-4": [ + 711 + ] + }, + "715": { + "1": [ + 772 + ], + "2": [ + 774 + ], + "3": [ + 788 + ], + "4": [ + 733 + ], + "-1": [ + 732 + ], + "-2": [ + 714 + ], + "-3": [ + 712 + ], + "-4": [ + 713 + ] + }, + "718": { + "1": [ + 717 + ], + "2": [ + 719 + ], + "3": [ + 725 + ], + "4": [ + 724 + ], + "-1": [ + 721 + ], + "-2": [ + 1407 + ], + "-3": [ + 1405 + ], + "-4": [ + 716 + ] + }, + "716": { + "1": [ + 1647 + ], + "2": [ + 717 + ], + "3": [ + 719 + ], + "4": [ + 718 + ], + "-1": [ + 1407 + ], + "-2": [ + 1405 + ], + "-3": [ + 1643 + ], + "-4": [ + 1646 + ] + }, + "717": { + "1": [ + 250 + ], + "2": [ + 728 + ], + "3": [ + 730 + ], + "4": [ + 719 + ], + "-1": [ + 718 + ], + "-2": [ + 716 + ], + "-3": [ + 1646 + ], + "-4": [ + 1647 + ] + }, + "719": { + "1": [ + 728 + ], + "2": [ + 730 + ], + "3": [ + 736 + ], + "4": [ + 725 + ], + "-1": [ + 724 + ], + "-2": [ + 718 + ], + "-3": [ + 716 + ], + "-4": [ + 717 + ] + }, + "722": { + "1": [ + 721 + ], + "2": [ + 723 + ], + "3": [ + 497 + ], + "4": [ + 496 + ], + "-1": [ + 473 + ], + "-2": [ + 703 + ], + "-3": [ + 701 + ], + "-4": [ + 720 + ] + }, + "720": { + "1": [ + 1407 + ], + "2": [ + 721 + ], + "3": [ + 723 + ], + "4": [ + 722 + ], + "-1": [ + 703 + ], + "-2": [ + 701 + ], + "-3": [ + 695 + ], + "-4": [ + 1406 + ] + }, + "721": { + "1": [ + 718 + ], + "2": [ + 724 + ], + "3": [ + 726 + ], + "4": [ + 723 + ], + "-1": [ + 722 + ], + "-2": [ + 720 + ], + "-3": [ + 1406 + ], + "-4": [ + 1407 + ] + }, + "723": { + "1": [ + 724 + ], + "2": [ + 726 + ], + "3": [ + 500 + ], + "4": [ + 497 + ], + "-1": [ + 496 + ], + "-2": [ + 722 + ], + "-3": [ + 720 + ], + "-4": [ + 721 + ] + }, + "726": { + "1": [ + 725 + ], + "2": [ + 727 + ], + "3": [ + 501 + ], + "4": [ + 500 + ], + "-1": [ + 497 + ], + "-2": [ + 723 + ], + "-3": [ + 721 + ], + "-4": [ + 724 + ] + }, + "724": { + "1": [ + 719 + ], + "2": [ + 725 + ], + "3": [ + 727 + ], + "4": [ + 726 + ], + "-1": [ + 723 + ], + "-2": [ + 721 + ], + "-3": [ + 1407 + ], + "-4": [ + 718 + ] + }, + "725": { + "1": [ + 730 + ], + "2": [ + 736 + ], + "3": [ + 738 + ], + "4": [ + 727 + ], + "-1": [ + 726 + ], + "-2": [ + 724 + ], + "-3": [ + 718 + ], + "-4": [ + 719 + ] + }, + "727": { + "1": [ + 736 + ], + "2": [ + 738 + ], + "3": [ + 512 + ], + "4": [ + 501 + ], + "-1": [ + 500 + ], + "-2": [ + 726 + ], + "-3": [ + 724 + ], + "-4": [ + 725 + ] + }, + "730": { + "1": [ + 729 + ], + "2": [ + 731 + ], + "3": [ + 737 + ], + "4": [ + 736 + ], + "-1": [ + 725 + ], + "-2": [ + 719 + ], + "-3": [ + 717 + ], + "-4": [ + 728 + ] + }, + "728": { + "1": [], + "2": [ + 729 + ], + "3": [ + 731 + ], + "4": [ + 730 + ], + "-1": [ + 719 + ], + "-2": [ + 717 + ], + "-3": [ + 1647 + ], + "-4": [ + 250 + ] + }, + "729": { + "1": [ + 714 + ], + "2": [ + 732 + ], + "3": [ + 734 + ], + "4": [ + 731 + ], + "-1": [ + 730 + ], + "-2": [ + 728 + ], + "-3": [], + "-4": [ + 250 + ] + }, + "731": { + "1": [ + 732 + ], + "2": [ + 734 + ], + "3": [ + 740 + ], + "4": [ + 737 + ], + "-1": [ + 736 + ], + "-2": [ + 730 + ], + "-3": [ + 728 + ], + "-4": [ + 729 + ] + }, + "734": { + "1": [ + 733 + ], + "2": [ + 735 + ], + "3": [ + 741 + ], + "4": [ + 740 + ], + "-1": [ + 737 + ], + "-2": [ + 731 + ], + "-3": [ + 729 + ], + "-4": [ + 732 + ] + }, + "732": { + "1": [ + 715 + ], + "2": [ + 733 + ], + "3": [ + 735 + ], + "4": [ + 734 + ], + "-1": [ + 731 + ], + "-2": [ + 729 + ], + "-3": [ + 250 + ], + "-4": [ + 714 + ] + }, + "733": { + "1": [ + 774 + ], + "2": [ + 788 + ], + "3": [ + 790 + ], + "4": [ + 735 + ], + "-1": [ + 734 + ], + "-2": [ + 732 + ], + "-3": [ + 714 + ], + "-4": [ + 715 + ] + }, + "735": { + "1": [ + 788 + ], + "2": [ + 790 + ], + "3": [ + 796 + ], + "4": [ + 741 + ], + "-1": [ + 740 + ], + "-2": [ + 734 + ], + "-3": [ + 732 + ], + "-4": [ + 733 + ] + }, + "738": { + "1": [ + 737 + ], + "2": [ + 739 + ], + "3": [ + 513 + ], + "4": [ + 512 + ], + "-1": [ + 501 + ], + "-2": [ + 727 + ], + "-3": [ + 725 + ], + "-4": [ + 736 + ] + }, + "736": { + "1": [ + 731 + ], + "2": [ + 737 + ], + "3": [ + 739 + ], + "4": [ + 738 + ], + "-1": [ + 727 + ], + "-2": [ + 725 + ], + "-3": [ + 719 + ], + "-4": [ + 730 + ] + }, + "737": { + "1": [ + 734 + ], + "2": [ + 740 + ], + "3": [ + 742 + ], + "4": [ + 739 + ], + "-1": [ + 738 + ], + "-2": [ + 736 + ], + "-3": [ + 730 + ], + "-4": [ + 731 + ] + }, + "739": { + "1": [ + 740 + ], + "2": [ + 742 + ], + "3": [ + 185 + ], + "4": [ + 513 + ], + "-1": [ + 512 + ], + "-2": [ + 738 + ], + "-3": [ + 736 + ], + "-4": [ + 737 + ] + }, + "742": { + "1": [ + 741 + ], + "2": [ + 743 + ], + "3": [], + "4": [ + 185 + ], + "-1": [ + 513 + ], + "-2": [ + 739 + ], + "-3": [ + 737 + ], + "-4": [ + 740 + ] + }, + "740": { + "1": [ + 735 + ], + "2": [ + 741 + ], + "3": [ + 743 + ], + "4": [ + 742 + ], + "-1": [ + 739 + ], + "-2": [ + 737 + ], + "-3": [ + 731 + ], + "-4": [ + 734 + ] + }, + "741": { + "1": [ + 790 + ], + "2": [ + 796 + ], + "3": [ + 798 + ], + "4": [ + 743 + ], + "-1": [ + 742 + ], + "-2": [ + 740 + ], + "-3": [ + 734 + ], + "-4": [ + 735 + ] + }, + "743": { + "1": [ + 796 + ], + "2": [ + 798 + ], + "3": [ + 1248 + ], + "4": [ + 185 + ], + "-1": [], + "-2": [ + 742 + ], + "-3": [ + 740 + ], + "-4": [ + 741 + ] + }, + "746": { + "1": [ + 745 + ], + "2": [ + 747 + ], + "3": [ + 753 + ], + "4": [ + 752 + ], + "-1": [ + 223 + ], + "-2": [ + 221 + ], + "-3": [], + "-4": [ + 744 + ] + }, + "744": { + "1": [ + 1127 + ], + "2": [ + 745 + ], + "3": [ + 747 + ], + "4": [ + 746 + ], + "-1": [], + "-2": [ + 221 + ], + "-3": [ + 347 + ], + "-4": [ + 1126 + ] + }, + "745": { + "1": [ + 1130 + ], + "2": [ + 748 + ], + "3": [ + 750 + ], + "4": [ + 747 + ], + "-1": [ + 746 + ], + "-2": [ + 744 + ], + "-3": [ + 1126 + ], + "-4": [ + 1127 + ] + }, + "747": { + "1": [ + 748 + ], + "2": [ + 750 + ], + "3": [ + 263 + ], + "4": [ + 753 + ], + "-1": [ + 752 + ], + "-2": [ + 746 + ], + "-3": [ + 744 + ], + "-4": [ + 745 + ] + }, + "750": { + "1": [ + 749 + ], + "2": [ + 751 + ], + "3": [], + "4": [ + 263 + ], + "-1": [ + 753 + ], + "-2": [ + 747 + ], + "-3": [ + 745 + ], + "-4": [ + 748 + ] + }, + "748": { + "1": [ + 1131 + ], + "2": [ + 749 + ], + "3": [ + 751 + ], + "4": [ + 750 + ], + "-1": [ + 747 + ], + "-2": [ + 745 + ], + "-3": [ + 1127 + ], + "-4": [ + 1130 + ] + }, + "749": { + "1": [ + 1354 + ], + "2": [ + 93 + ], + "3": [], + "4": [ + 751 + ], + "-1": [ + 750 + ], + "-2": [ + 748 + ], + "-3": [ + 1130 + ], + "-4": [ + 1131 + ] + }, + "751": { + "1": [], + "2": [ + 93 + ], + "3": [], + "4": [ + 263 + ], + "-1": [], + "-2": [ + 750 + ], + "-3": [ + 748 + ], + "-4": [ + 749 + ] + }, + "754": { + "1": [ + 753 + ], + "2": [ + 755 + ], + "3": [ + 757 + ], + "4": [ + 756 + ], + "-1": [ + 641 + ], + "-2": [ + 223 + ], + "-3": [], + "-4": [ + 752 + ] + }, + "752": { + "1": [ + 747 + ], + "2": [ + 753 + ], + "3": [ + 755 + ], + "4": [ + 754 + ], + "-1": [], + "-2": [ + 223 + ], + "-3": [ + 221 + ], + "-4": [ + 746 + ] + }, + "753": { + "1": [ + 750 + ], + "2": [ + 263 + ], + "3": [], + "4": [ + 755 + ], + "-1": [ + 754 + ], + "-2": [ + 752 + ], + "-3": [ + 746 + ], + "-4": [ + 747 + ] + }, + "755": { + "1": [], + "2": [ + 263 + ], + "3": [ + 265 + ], + "4": [ + 757 + ], + "-1": [ + 756 + ], + "-2": [ + 754 + ], + "-3": [ + 752 + ], + "-4": [ + 753 + ] + }, + "758": { + "1": [ + 757 + ], + "2": [ + 759 + ], + "3": [ + 761 + ], + "4": [ + 760 + ], + "-1": [ + 649 + ], + "-2": [ + 643 + ], + "-3": [ + 641 + ], + "-4": [ + 756 + ] + }, + "756": { + "1": [ + 755 + ], + "2": [ + 757 + ], + "3": [ + 759 + ], + "4": [ + 758 + ], + "-1": [ + 643 + ], + "-2": [ + 641 + ], + "-3": [ + 223 + ], + "-4": [ + 754 + ] + }, + "757": { + "1": [ + 263 + ], + "2": [ + 265 + ], + "3": [], + "4": [ + 759 + ], + "-1": [ + 758 + ], + "-2": [ + 756 + ], + "-3": [ + 754 + ], + "-4": [ + 755 + ] + }, + "759": { + "1": [], + "2": [ + 265 + ], + "3": [ + 267 + ], + "4": [ + 761 + ], + "-1": [ + 760 + ], + "-2": [ + 758 + ], + "-3": [ + 756 + ], + "-4": [ + 757 + ] + }, + "762": { + "1": [ + 761 + ], + "2": [ + 763 + ], + "3": [ + 765 + ], + "4": [ + 764 + ], + "-1": [ + 709 + ], + "-2": [ + 651 + ], + "-3": [ + 649 + ], + "-4": [ + 760 + ] + }, + "760": { + "1": [ + 759 + ], + "2": [ + 761 + ], + "3": [ + 763 + ], + "4": [ + 762 + ], + "-1": [ + 651 + ], + "-2": [ + 649 + ], + "-3": [ + 643 + ], + "-4": [ + 758 + ] + }, + "761": { + "1": [ + 265 + ], + "2": [ + 267 + ], + "3": [], + "4": [ + 763 + ], + "-1": [ + 762 + ], + "-2": [ + 760 + ], + "-3": [ + 758 + ], + "-4": [ + 759 + ] + }, + "763": { + "1": [], + "2": [ + 267 + ], + "3": [ + 768 + ], + "4": [ + 765 + ], + "-1": [ + 764 + ], + "-2": [ + 762 + ], + "-3": [ + 760 + ], + "-4": [ + 761 + ] + }, + "766": { + "1": [ + 765 + ], + "2": [ + 767 + ], + "3": [ + 773 + ], + "4": [ + 772 + ], + "-1": [ + 713 + ], + "-2": [ + 711 + ], + "-3": [ + 709 + ], + "-4": [ + 764 + ] + }, + "764": { + "1": [ + 763 + ], + "2": [ + 765 + ], + "3": [ + 767 + ], + "4": [ + 766 + ], + "-1": [ + 711 + ], + "-2": [ + 709 + ], + "-3": [ + 651 + ], + "-4": [ + 762 + ] + }, + "765": { + "1": [ + 267 + ], + "2": [ + 768 + ], + "3": [ + 770 + ], + "4": [ + 767 + ], + "-1": [ + 766 + ], + "-2": [ + 764 + ], + "-3": [ + 762 + ], + "-4": [ + 763 + ] + }, + "767": { + "1": [ + 768 + ], + "2": [ + 770 + ], + "3": [ + 776 + ], + "4": [ + 773 + ], + "-1": [ + 772 + ], + "-2": [ + 766 + ], + "-3": [ + 764 + ], + "-4": [ + 765 + ] + }, + "770": { + "1": [ + 769 + ], + "2": [ + 771 + ], + "3": [ + 777 + ], + "4": [ + 776 + ], + "-1": [ + 773 + ], + "-2": [ + 767 + ], + "-3": [ + 765 + ], + "-4": [ + 768 + ] + }, + "768": { + "1": [], + "2": [ + 769 + ], + "3": [ + 771 + ], + "4": [ + 770 + ], + "-1": [ + 767 + ], + "-2": [ + 765 + ], + "-3": [ + 763 + ], + "-4": [ + 267 + ] + }, + "769": { + "1": [ + 95 + ], + "2": [ + 780 + ], + "3": [ + 782 + ], + "4": [ + 771 + ], + "-1": [ + 770 + ], + "-2": [ + 768 + ], + "-3": [], + "-4": [ + 267 + ] + }, + "771": { + "1": [ + 780 + ], + "2": [ + 782 + ], + "3": [ + 784 + ], + "4": [ + 777 + ], + "-1": [ + 776 + ], + "-2": [ + 770 + ], + "-3": [ + 768 + ], + "-4": [ + 769 + ] + }, + "774": { + "1": [ + 773 + ], + "2": [ + 775 + ], + "3": [ + 789 + ], + "4": [ + 788 + ], + "-1": [ + 733 + ], + "-2": [ + 715 + ], + "-3": [ + 713 + ], + "-4": [ + 772 + ] + }, + "772": { + "1": [ + 767 + ], + "2": [ + 773 + ], + "3": [ + 775 + ], + "4": [ + 774 + ], + "-1": [ + 715 + ], + "-2": [ + 713 + ], + "-3": [ + 711 + ], + "-4": [ + 766 + ] + }, + "773": { + "1": [ + 770 + ], + "2": [ + 776 + ], + "3": [ + 778 + ], + "4": [ + 775 + ], + "-1": [ + 774 + ], + "-2": [ + 772 + ], + "-3": [ + 766 + ], + "-4": [ + 767 + ] + }, + "775": { + "1": [ + 776 + ], + "2": [ + 778 + ], + "3": [ + 792 + ], + "4": [ + 789 + ], + "-1": [ + 788 + ], + "-2": [ + 774 + ], + "-3": [ + 772 + ], + "-4": [ + 773 + ] + }, + "778": { + "1": [ + 777 + ], + "2": [ + 779 + ], + "3": [ + 793 + ], + "4": [ + 792 + ], + "-1": [ + 789 + ], + "-2": [ + 775 + ], + "-3": [ + 773 + ], + "-4": [ + 776 + ] + }, + "776": { + "1": [ + 771 + ], + "2": [ + 777 + ], + "3": [ + 779 + ], + "4": [ + 778 + ], + "-1": [ + 775 + ], + "-2": [ + 773 + ], + "-3": [ + 767 + ], + "-4": [ + 770 + ] + }, + "777": { + "1": [ + 782 + ], + "2": [ + 784 + ], + "3": [ + 786 + ], + "4": [ + 779 + ], + "-1": [ + 778 + ], + "-2": [ + 776 + ], + "-3": [ + 770 + ], + "-4": [ + 771 + ] + }, + "779": { + "1": [ + 784 + ], + "2": [ + 786 + ], + "3": [ + 99 + ], + "4": [ + 793 + ], + "-1": [ + 792 + ], + "-2": [ + 778 + ], + "-3": [ + 776 + ], + "-4": [ + 777 + ] + }, + "782": { + "1": [ + 781 + ], + "2": [ + 783 + ], + "3": [ + 785 + ], + "4": [ + 784 + ], + "-1": [ + 777 + ], + "-2": [ + 771 + ], + "-3": [ + 769 + ], + "-4": [ + 780 + ] + }, + "780": { + "1": [], + "2": [ + 781 + ], + "3": [ + 783 + ], + "4": [ + 782 + ], + "-1": [ + 771 + ], + "-2": [ + 769 + ], + "-3": [ + 267 + ], + "-4": [ + 95 + ] + }, + "781": { + "1": [], + "2": [ + 273 + ], + "3": [], + "4": [ + 783 + ], + "-1": [ + 782 + ], + "-2": [ + 780 + ], + "-3": [], + "-4": [ + 95 + ] + }, + "783": { + "1": [], + "2": [ + 273 + ], + "3": [ + 1408 + ], + "4": [ + 785 + ], + "-1": [ + 784 + ], + "-2": [ + 782 + ], + "-3": [ + 780 + ], + "-4": [ + 781 + ] + }, + "786": { + "1": [ + 785 + ], + "2": [ + 787 + ], + "3": [], + "4": [ + 99 + ], + "-1": [ + 793 + ], + "-2": [ + 779 + ], + "-3": [ + 777 + ], + "-4": [ + 784 + ] + }, + "784": { + "1": [ + 783 + ], + "2": [ + 785 + ], + "3": [ + 787 + ], + "4": [ + 786 + ], + "-1": [ + 779 + ], + "-2": [ + 777 + ], + "-3": [ + 771 + ], + "-4": [ + 782 + ] + }, + "785": { + "1": [ + 273 + ], + "2": [ + 1408 + ], + "3": [ + 1410 + ], + "4": [ + 787 + ], + "-1": [ + 786 + ], + "-2": [ + 784 + ], + "-3": [ + 782 + ], + "-4": [ + 783 + ] + }, + "787": { + "1": [ + 1408 + ], + "2": [ + 1410 + ], + "3": [], + "4": [ + 99 + ], + "-1": [], + "-2": [ + 786 + ], + "-3": [ + 784 + ], + "-4": [ + 785 + ] + }, + "790": { + "1": [ + 789 + ], + "2": [ + 791 + ], + "3": [ + 797 + ], + "4": [ + 796 + ], + "-1": [ + 741 + ], + "-2": [ + 735 + ], + "-3": [ + 733 + ], + "-4": [ + 788 + ] + }, + "788": { + "1": [ + 775 + ], + "2": [ + 789 + ], + "3": [ + 791 + ], + "4": [ + 790 + ], + "-1": [ + 735 + ], + "-2": [ + 733 + ], + "-3": [ + 715 + ], + "-4": [ + 774 + ] + }, + "789": { + "1": [ + 778 + ], + "2": [ + 792 + ], + "3": [ + 794 + ], + "4": [ + 791 + ], + "-1": [ + 790 + ], + "-2": [ + 788 + ], + "-3": [ + 774 + ], + "-4": [ + 775 + ] + }, + "791": { + "1": [ + 792 + ], + "2": [ + 794 + ], + "3": [ + 800 + ], + "4": [ + 797 + ], + "-1": [ + 796 + ], + "-2": [ + 790 + ], + "-3": [ + 788 + ], + "-4": [ + 789 + ] + }, + "794": { + "1": [ + 793 + ], + "2": [ + 795 + ], + "3": [ + 801 + ], + "4": [ + 800 + ], + "-1": [ + 797 + ], + "-2": [ + 791 + ], + "-3": [ + 789 + ], + "-4": [ + 792 + ] + }, + "792": { + "1": [ + 779 + ], + "2": [ + 793 + ], + "3": [ + 795 + ], + "4": [ + 794 + ], + "-1": [ + 791 + ], + "-2": [ + 789 + ], + "-3": [ + 775 + ], + "-4": [ + 778 + ] + }, + "793": { + "1": [ + 786 + ], + "2": [ + 99 + ], + "3": [], + "4": [ + 795 + ], + "-1": [ + 794 + ], + "-2": [ + 792 + ], + "-3": [ + 778 + ], + "-4": [ + 779 + ] + }, + "795": { + "1": [], + "2": [ + 99 + ], + "3": [], + "4": [ + 801 + ], + "-1": [ + 800 + ], + "-2": [ + 794 + ], + "-3": [ + 792 + ], + "-4": [ + 793 + ] + }, + "798": { + "1": [ + 797 + ], + "2": [ + 799 + ], + "3": [], + "4": [ + 1248 + ], + "-1": [ + 185 + ], + "-2": [ + 743 + ], + "-3": [ + 741 + ], + "-4": [ + 796 + ] + }, + "796": { + "1": [ + 791 + ], + "2": [ + 797 + ], + "3": [ + 799 + ], + "4": [ + 798 + ], + "-1": [ + 743 + ], + "-2": [ + 741 + ], + "-3": [ + 735 + ], + "-4": [ + 790 + ] + }, + "797": { + "1": [ + 794 + ], + "2": [ + 800 + ], + "3": [ + 802 + ], + "4": [ + 799 + ], + "-1": [ + 798 + ], + "-2": [ + 796 + ], + "-3": [ + 790 + ], + "-4": [ + 791 + ] + }, + "799": { + "1": [ + 800 + ], + "2": [ + 802 + ], + "3": [], + "4": [ + 1248 + ], + "-1": [], + "-2": [ + 798 + ], + "-3": [ + 796 + ], + "-4": [ + 797 + ] + }, + "802": { + "1": [ + 801 + ], + "2": [ + 803 + ], + "3": [], + "4": [ + 1248 + ], + "-1": [], + "-2": [ + 799 + ], + "-3": [ + 797 + ], + "-4": [ + 800 + ] + }, + "800": { + "1": [ + 795 + ], + "2": [ + 801 + ], + "3": [ + 803 + ], + "4": [ + 802 + ], + "-1": [ + 799 + ], + "-2": [ + 797 + ], + "-3": [ + 791 + ], + "-4": [ + 794 + ] + }, + "801": { + "1": [], + "2": [ + 99 + ], + "3": [], + "4": [ + 803 + ], + "-1": [ + 802 + ], + "-2": [ + 800 + ], + "-3": [ + 794 + ], + "-4": [ + 795 + ] + }, + "803": { + "1": [], + "2": [ + 99 + ], + "3": [], + "4": [ + 1248 + ], + "-1": [], + "-2": [ + 802 + ], + "-3": [ + 800 + ], + "-4": [ + 801 + ] + }, + "806": { + "1": [ + 805 + ], + "2": [ + 807 + ], + "3": [ + 813 + ], + "4": [ + 812 + ], + "-1": [ + 809 + ], + "-2": [ + 282 + ], + "-3": [], + "-4": [ + 804 + ] + }, + "804": { + "1": [], + "2": [ + 805 + ], + "3": [ + 807 + ], + "4": [ + 806 + ], + "-1": [], + "-2": [ + 282 + ], + "-3": [ + 280 + ], + "-4": [ + 281 + ] + }, + "805": { + "1": [ + 918 + ], + "2": [ + 924 + ], + "3": [ + 926 + ], + "4": [ + 807 + ], + "-1": [ + 806 + ], + "-2": [ + 804 + ], + "-3": [], + "-4": [ + 281 + ] + }, + "807": { + "1": [ + 924 + ], + "2": [ + 926 + ], + "3": [ + 944 + ], + "4": [ + 813 + ], + "-1": [ + 812 + ], + "-2": [ + 806 + ], + "-3": [ + 804 + ], + "-4": [ + 805 + ] + }, + "810": { + "1": [ + 809 + ], + "2": [ + 811 + ], + "3": [ + 817 + ], + "4": [ + 816 + ], + "-1": [ + 1339 + ], + "-2": [ + 1337 + ], + "-3": [], + "-4": [ + 808 + ] + }, + "808": { + "1": [], + "2": [ + 809 + ], + "3": [ + 811 + ], + "4": [ + 810 + ], + "-1": [], + "-2": [ + 1337 + ], + "-3": [ + 1335 + ], + "-4": [ + 282 + ] + }, + "809": { + "1": [ + 806 + ], + "2": [ + 812 + ], + "3": [ + 814 + ], + "4": [ + 811 + ], + "-1": [ + 810 + ], + "-2": [ + 808 + ], + "-3": [], + "-4": [ + 282 + ] + }, + "811": { + "1": [ + 812 + ], + "2": [ + 814 + ], + "3": [ + 820 + ], + "4": [ + 817 + ], + "-1": [ + 816 + ], + "-2": [ + 810 + ], + "-3": [ + 808 + ], + "-4": [ + 809 + ] + }, + "814": { + "1": [ + 813 + ], + "2": [ + 815 + ], + "3": [ + 821 + ], + "4": [ + 820 + ], + "-1": [ + 817 + ], + "-2": [ + 811 + ], + "-3": [ + 809 + ], + "-4": [ + 812 + ] + }, + "812": { + "1": [ + 807 + ], + "2": [ + 813 + ], + "3": [ + 815 + ], + "4": [ + 814 + ], + "-1": [ + 811 + ], + "-2": [ + 809 + ], + "-3": [ + 282 + ], + "-4": [ + 806 + ] + }, + "813": { + "1": [ + 926 + ], + "2": [ + 944 + ], + "3": [ + 946 + ], + "4": [ + 815 + ], + "-1": [ + 814 + ], + "-2": [ + 812 + ], + "-3": [ + 806 + ], + "-4": [ + 807 + ] + }, + "815": { + "1": [ + 944 + ], + "2": [ + 946 + ], + "3": [ + 952 + ], + "4": [ + 821 + ], + "-1": [ + 820 + ], + "-2": [ + 814 + ], + "-3": [ + 812 + ], + "-4": [ + 813 + ] + }, + "818": { + "1": [ + 817 + ], + "2": [ + 819 + ], + "3": [ + 517 + ], + "4": [ + 516 + ], + "-1": [ + 1621 + ], + "-2": [ + 1339 + ], + "-3": [], + "-4": [ + 816 + ] + }, + "816": { + "1": [ + 811 + ], + "2": [ + 817 + ], + "3": [ + 819 + ], + "4": [ + 818 + ], + "-1": [], + "-2": [ + 1339 + ], + "-3": [ + 1337 + ], + "-4": [ + 810 + ] + }, + "817": { + "1": [ + 814 + ], + "2": [ + 820 + ], + "3": [ + 822 + ], + "4": [ + 819 + ], + "-1": [ + 818 + ], + "-2": [ + 816 + ], + "-3": [ + 810 + ], + "-4": [ + 811 + ] + }, + "819": { + "1": [ + 820 + ], + "2": [ + 822 + ], + "3": [ + 520 + ], + "4": [ + 517 + ], + "-1": [ + 516 + ], + "-2": [ + 818 + ], + "-3": [ + 816 + ], + "-4": [ + 817 + ] + }, + "822": { + "1": [ + 821 + ], + "2": [ + 823 + ], + "3": [ + 521 + ], + "4": [ + 520 + ], + "-1": [ + 517 + ], + "-2": [ + 819 + ], + "-3": [ + 817 + ], + "-4": [ + 820 + ] + }, + "820": { + "1": [ + 815 + ], + "2": [ + 821 + ], + "3": [ + 823 + ], + "4": [ + 822 + ], + "-1": [ + 819 + ], + "-2": [ + 817 + ], + "-3": [ + 811 + ], + "-4": [ + 814 + ] + }, + "821": { + "1": [ + 946 + ], + "2": [ + 952 + ], + "3": [ + 954 + ], + "4": [ + 823 + ], + "-1": [ + 822 + ], + "-2": [ + 820 + ], + "-3": [ + 814 + ], + "-4": [ + 815 + ] + }, + "823": { + "1": [ + 952 + ], + "2": [ + 954 + ], + "3": [ + 548 + ], + "4": [ + 521 + ], + "-1": [ + 520 + ], + "-2": [ + 822 + ], + "-3": [ + 820 + ], + "-4": [ + 821 + ] + }, + "826": { + "1": [ + 825 + ], + "2": [ + 827 + ], + "3": [ + 841 + ], + "4": [ + 840 + ], + "-1": [ + 837 + ], + "-2": [ + 290 + ], + "-3": [], + "-4": [ + 824 + ] + }, + "824": { + "1": [], + "2": [ + 825 + ], + "3": [ + 827 + ], + "4": [ + 826 + ], + "-1": [], + "-2": [ + 290 + ], + "-3": [ + 288 + ], + "-4": [ + 289 + ] + }, + "825": { + "1": [ + 854 + ], + "2": [ + 860 + ], + "3": [ + 862 + ], + "4": [ + 827 + ], + "-1": [ + 826 + ], + "-2": [ + 824 + ], + "-3": [], + "-4": [ + 289 + ] + }, + "827": { + "1": [ + 860 + ], + "2": [ + 862 + ], + "3": [ + 884 + ], + "4": [ + 841 + ], + "-1": [ + 840 + ], + "-2": [ + 826 + ], + "-3": [ + 824 + ], + "-4": [ + 825 + ] + }, + "830": { + "1": [ + 829 + ], + "2": [ + 831 + ], + "3": [ + 833 + ], + "4": [ + 832 + ], + "-1": [ + 294 + ], + "-2": [ + 1415 + ], + "-3": [ + 1413 + ], + "-4": [ + 828 + ] + }, + "828": { + "1": [], + "2": [ + 829 + ], + "3": [ + 831 + ], + "4": [ + 830 + ], + "-1": [ + 1415 + ], + "-2": [ + 1413 + ], + "-3": [ + 1671 + ], + "-4": [ + 1343 + ] + }, + "829": { + "1": [ + 290 + ], + "2": [ + 836 + ], + "3": [ + 838 + ], + "4": [ + 831 + ], + "-1": [ + 830 + ], + "-2": [ + 828 + ], + "-3": [], + "-4": [ + 1343 + ] + }, + "831": { + "1": [ + 836 + ], + "2": [ + 838 + ], + "3": [ + 844 + ], + "4": [ + 833 + ], + "-1": [ + 832 + ], + "-2": [ + 830 + ], + "-3": [ + 828 + ], + "-4": [ + 829 + ] + }, + "834": { + "1": [ + 833 + ], + "2": [ + 835 + ], + "3": [ + 921 + ], + "4": [ + 920 + ], + "-1": [ + 917 + ], + "-2": [ + 294 + ], + "-3": [], + "-4": [ + 832 + ] + }, + "832": { + "1": [ + 831 + ], + "2": [ + 833 + ], + "3": [ + 835 + ], + "4": [ + 834 + ], + "-1": [], + "-2": [ + 294 + ], + "-3": [ + 1415 + ], + "-4": [ + 830 + ] + }, + "833": { + "1": [ + 838 + ], + "2": [ + 844 + ], + "3": [ + 846 + ], + "4": [ + 835 + ], + "-1": [ + 834 + ], + "-2": [ + 832 + ], + "-3": [ + 830 + ], + "-4": [ + 831 + ] + }, + "835": { + "1": [ + 844 + ], + "2": [ + 846 + ], + "3": [ + 932 + ], + "4": [ + 921 + ], + "-1": [ + 920 + ], + "-2": [ + 834 + ], + "-3": [ + 832 + ], + "-4": [ + 833 + ] + }, + "838": { + "1": [ + 837 + ], + "2": [ + 839 + ], + "3": [ + 845 + ], + "4": [ + 844 + ], + "-1": [ + 833 + ], + "-2": [ + 831 + ], + "-3": [ + 829 + ], + "-4": [ + 836 + ] + }, + "836": { + "1": [], + "2": [ + 837 + ], + "3": [ + 839 + ], + "4": [ + 838 + ], + "-1": [ + 831 + ], + "-2": [ + 829 + ], + "-3": [ + 1343 + ], + "-4": [ + 290 + ] + }, + "837": { + "1": [ + 826 + ], + "2": [ + 840 + ], + "3": [ + 842 + ], + "4": [ + 839 + ], + "-1": [ + 838 + ], + "-2": [ + 836 + ], + "-3": [], + "-4": [ + 290 + ] + }, + "839": { + "1": [ + 840 + ], + "2": [ + 842 + ], + "3": [ + 848 + ], + "4": [ + 845 + ], + "-1": [ + 844 + ], + "-2": [ + 838 + ], + "-3": [ + 836 + ], + "-4": [ + 837 + ] + }, + "842": { + "1": [ + 841 + ], + "2": [ + 843 + ], + "3": [ + 849 + ], + "4": [ + 848 + ], + "-1": [ + 845 + ], + "-2": [ + 839 + ], + "-3": [ + 837 + ], + "-4": [ + 840 + ] + }, + "840": { + "1": [ + 827 + ], + "2": [ + 841 + ], + "3": [ + 843 + ], + "4": [ + 842 + ], + "-1": [ + 839 + ], + "-2": [ + 837 + ], + "-3": [ + 290 + ], + "-4": [ + 826 + ] + }, + "841": { + "1": [ + 862 + ], + "2": [ + 884 + ], + "3": [ + 886 + ], + "4": [ + 843 + ], + "-1": [ + 842 + ], + "-2": [ + 840 + ], + "-3": [ + 826 + ], + "-4": [ + 827 + ] + }, + "843": { + "1": [ + 884 + ], + "2": [ + 886 + ], + "3": [ + 892 + ], + "4": [ + 849 + ], + "-1": [ + 848 + ], + "-2": [ + 842 + ], + "-3": [ + 840 + ], + "-4": [ + 841 + ] + }, + "846": { + "1": [ + 845 + ], + "2": [ + 847 + ], + "3": [ + 933 + ], + "4": [ + 932 + ], + "-1": [ + 921 + ], + "-2": [ + 835 + ], + "-3": [ + 833 + ], + "-4": [ + 844 + ] + }, + "844": { + "1": [ + 839 + ], + "2": [ + 845 + ], + "3": [ + 847 + ], + "4": [ + 846 + ], + "-1": [ + 835 + ], + "-2": [ + 833 + ], + "-3": [ + 831 + ], + "-4": [ + 838 + ] + }, + "845": { + "1": [ + 842 + ], + "2": [ + 848 + ], + "3": [ + 850 + ], + "4": [ + 847 + ], + "-1": [ + 846 + ], + "-2": [ + 844 + ], + "-3": [ + 838 + ], + "-4": [ + 839 + ] + }, + "847": { + "1": [ + 848 + ], + "2": [ + 850 + ], + "3": [ + 936 + ], + "4": [ + 933 + ], + "-1": [ + 932 + ], + "-2": [ + 846 + ], + "-3": [ + 844 + ], + "-4": [ + 845 + ] + }, + "850": { + "1": [ + 849 + ], + "2": [ + 851 + ], + "3": [ + 937 + ], + "4": [ + 936 + ], + "-1": [ + 933 + ], + "-2": [ + 847 + ], + "-3": [ + 845 + ], + "-4": [ + 848 + ] + }, + "848": { + "1": [ + 843 + ], + "2": [ + 849 + ], + "3": [ + 851 + ], + "4": [ + 850 + ], + "-1": [ + 847 + ], + "-2": [ + 845 + ], + "-3": [ + 839 + ], + "-4": [ + 842 + ] + }, + "849": { + "1": [ + 886 + ], + "2": [ + 892 + ], + "3": [ + 894 + ], + "4": [ + 851 + ], + "-1": [ + 850 + ], + "-2": [ + 848 + ], + "-3": [ + 842 + ], + "-4": [ + 843 + ] + }, + "851": { + "1": [ + 892 + ], + "2": [ + 894 + ], + "3": [ + 976 + ], + "4": [ + 937 + ], + "-1": [ + 936 + ], + "-2": [ + 850 + ], + "-3": [ + 848 + ], + "-4": [ + 849 + ] + }, + "854": { + "1": [ + 853 + ], + "2": [ + 855 + ], + "3": [ + 861 + ], + "4": [ + 860 + ], + "-1": [ + 825 + ], + "-2": [ + 289 + ], + "-3": [], + "-4": [ + 852 + ] + }, + "852": { + "1": [ + 1155 + ], + "2": [ + 853 + ], + "3": [ + 855 + ], + "4": [ + 854 + ], + "-1": [], + "-2": [ + 289 + ], + "-3": [ + 54 + ], + "-4": [ + 1154 + ] + }, + "853": { + "1": [ + 1158 + ], + "2": [ + 856 + ], + "3": [ + 858 + ], + "4": [ + 855 + ], + "-1": [ + 854 + ], + "-2": [ + 852 + ], + "-3": [ + 1154 + ], + "-4": [ + 1155 + ] + }, + "855": { + "1": [ + 856 + ], + "2": [ + 858 + ], + "3": [ + 864 + ], + "4": [ + 861 + ], + "-1": [ + 860 + ], + "-2": [ + 854 + ], + "-3": [ + 852 + ], + "-4": [ + 853 + ] + }, + "858": { + "1": [ + 857 + ], + "2": [ + 859 + ], + "3": [ + 865 + ], + "4": [ + 864 + ], + "-1": [ + 861 + ], + "-2": [ + 855 + ], + "-3": [ + 853 + ], + "-4": [ + 856 + ] + }, + "856": { + "1": [ + 1159 + ], + "2": [ + 857 + ], + "3": [ + 859 + ], + "4": [ + 858 + ], + "-1": [ + 855 + ], + "-2": [ + 853 + ], + "-3": [ + 1155 + ], + "-4": [ + 1158 + ] + }, + "857": { + "1": [ + 402 + ], + "2": [ + 868 + ], + "3": [ + 870 + ], + "4": [ + 859 + ], + "-1": [ + 858 + ], + "-2": [ + 856 + ], + "-3": [ + 1158 + ], + "-4": [ + 1159 + ] + }, + "859": { + "1": [ + 868 + ], + "2": [ + 870 + ], + "3": [ + 876 + ], + "4": [ + 865 + ], + "-1": [ + 864 + ], + "-2": [ + 858 + ], + "-3": [ + 856 + ], + "-4": [ + 857 + ] + }, + "862": { + "1": [ + 861 + ], + "2": [ + 863 + ], + "3": [ + 885 + ], + "4": [ + 884 + ], + "-1": [ + 841 + ], + "-2": [ + 827 + ], + "-3": [ + 825 + ], + "-4": [ + 860 + ] + }, + "860": { + "1": [ + 855 + ], + "2": [ + 861 + ], + "3": [ + 863 + ], + "4": [ + 862 + ], + "-1": [ + 827 + ], + "-2": [ + 825 + ], + "-3": [ + 289 + ], + "-4": [ + 854 + ] + }, + "861": { + "1": [ + 858 + ], + "2": [ + 864 + ], + "3": [ + 866 + ], + "4": [ + 863 + ], + "-1": [ + 862 + ], + "-2": [ + 860 + ], + "-3": [ + 854 + ], + "-4": [ + 855 + ] + }, + "863": { + "1": [ + 864 + ], + "2": [ + 866 + ], + "3": [ + 888 + ], + "4": [ + 885 + ], + "-1": [ + 884 + ], + "-2": [ + 862 + ], + "-3": [ + 860 + ], + "-4": [ + 861 + ] + }, + "866": { + "1": [ + 865 + ], + "2": [ + 867 + ], + "3": [ + 889 + ], + "4": [ + 888 + ], + "-1": [ + 885 + ], + "-2": [ + 863 + ], + "-3": [ + 861 + ], + "-4": [ + 864 + ] + }, + "864": { + "1": [ + 859 + ], + "2": [ + 865 + ], + "3": [ + 867 + ], + "4": [ + 866 + ], + "-1": [ + 863 + ], + "-2": [ + 861 + ], + "-3": [ + 855 + ], + "-4": [ + 858 + ] + }, + "865": { + "1": [ + 870 + ], + "2": [ + 876 + ], + "3": [ + 878 + ], + "4": [ + 867 + ], + "-1": [ + 866 + ], + "-2": [ + 864 + ], + "-3": [ + 858 + ], + "-4": [ + 859 + ] + }, + "867": { + "1": [ + 876 + ], + "2": [ + 878 + ], + "3": [ + 900 + ], + "4": [ + 889 + ], + "-1": [ + 888 + ], + "-2": [ + 866 + ], + "-3": [ + 864 + ], + "-4": [ + 865 + ] + }, + "870": { + "1": [ + 869 + ], + "2": [ + 871 + ], + "3": [ + 877 + ], + "4": [ + 876 + ], + "-1": [ + 865 + ], + "-2": [ + 859 + ], + "-3": [ + 857 + ], + "-4": [ + 868 + ] + }, + "868": { + "1": [], + "2": [ + 869 + ], + "3": [ + 871 + ], + "4": [ + 870 + ], + "-1": [ + 859 + ], + "-2": [ + 857 + ], + "-3": [ + 1159 + ], + "-4": [ + 402 + ] + }, + "869": { + "1": [ + 403 + ], + "2": [ + 872 + ], + "3": [ + 874 + ], + "4": [ + 871 + ], + "-1": [ + 870 + ], + "-2": [ + 868 + ], + "-3": [], + "-4": [ + 402 + ] + }, + "871": { + "1": [ + 872 + ], + "2": [ + 874 + ], + "3": [ + 880 + ], + "4": [ + 877 + ], + "-1": [ + 876 + ], + "-2": [ + 870 + ], + "-3": [ + 868 + ], + "-4": [ + 869 + ] + }, + "874": { + "1": [ + 873 + ], + "2": [ + 875 + ], + "3": [ + 881 + ], + "4": [ + 880 + ], + "-1": [ + 877 + ], + "-2": [ + 871 + ], + "-3": [ + 869 + ], + "-4": [ + 872 + ] + }, + "872": { + "1": [], + "2": [ + 873 + ], + "3": [ + 875 + ], + "4": [ + 874 + ], + "-1": [ + 871 + ], + "-2": [ + 869 + ], + "-3": [ + 402 + ], + "-4": [ + 403 + ] + }, + "873": { + "1": [ + 1198 + ], + "2": [ + 1024 + ], + "3": [ + 1026 + ], + "4": [ + 875 + ], + "-1": [ + 874 + ], + "-2": [ + 872 + ], + "-3": [], + "-4": [ + 403 + ] + }, + "875": { + "1": [ + 1024 + ], + "2": [ + 1026 + ], + "3": [ + 1028 + ], + "4": [ + 881 + ], + "-1": [ + 880 + ], + "-2": [ + 874 + ], + "-3": [ + 872 + ], + "-4": [ + 873 + ] + }, + "878": { + "1": [ + 877 + ], + "2": [ + 879 + ], + "3": [ + 901 + ], + "4": [ + 900 + ], + "-1": [ + 889 + ], + "-2": [ + 867 + ], + "-3": [ + 865 + ], + "-4": [ + 876 + ] + }, + "876": { + "1": [ + 871 + ], + "2": [ + 877 + ], + "3": [ + 879 + ], + "4": [ + 878 + ], + "-1": [ + 867 + ], + "-2": [ + 865 + ], + "-3": [ + 859 + ], + "-4": [ + 870 + ] + }, + "877": { + "1": [ + 874 + ], + "2": [ + 880 + ], + "3": [ + 882 + ], + "4": [ + 879 + ], + "-1": [ + 878 + ], + "-2": [ + 876 + ], + "-3": [ + 870 + ], + "-4": [ + 871 + ] + }, + "879": { + "1": [ + 880 + ], + "2": [ + 882 + ], + "3": [ + 904 + ], + "4": [ + 901 + ], + "-1": [ + 900 + ], + "-2": [ + 878 + ], + "-3": [ + 876 + ], + "-4": [ + 877 + ] + }, + "882": { + "1": [ + 881 + ], + "2": [ + 883 + ], + "3": [ + 905 + ], + "4": [ + 904 + ], + "-1": [ + 901 + ], + "-2": [ + 879 + ], + "-3": [ + 877 + ], + "-4": [ + 880 + ] + }, + "880": { + "1": [ + 875 + ], + "2": [ + 881 + ], + "3": [ + 883 + ], + "4": [ + 882 + ], + "-1": [ + 879 + ], + "-2": [ + 877 + ], + "-3": [ + 871 + ], + "-4": [ + 874 + ] + }, + "881": { + "1": [ + 1026 + ], + "2": [ + 1028 + ], + "3": [ + 1030 + ], + "4": [ + 883 + ], + "-1": [ + 882 + ], + "-2": [ + 880 + ], + "-3": [ + 874 + ], + "-4": [ + 875 + ] + }, + "883": { + "1": [ + 1028 + ], + "2": [ + 1030 + ], + "3": [ + 356 + ], + "4": [ + 905 + ], + "-1": [ + 904 + ], + "-2": [ + 882 + ], + "-3": [ + 880 + ], + "-4": [ + 881 + ] + }, + "886": { + "1": [ + 885 + ], + "2": [ + 887 + ], + "3": [ + 893 + ], + "4": [ + 892 + ], + "-1": [ + 849 + ], + "-2": [ + 843 + ], + "-3": [ + 841 + ], + "-4": [ + 884 + ] + }, + "884": { + "1": [ + 863 + ], + "2": [ + 885 + ], + "3": [ + 887 + ], + "4": [ + 886 + ], + "-1": [ + 843 + ], + "-2": [ + 841 + ], + "-3": [ + 827 + ], + "-4": [ + 862 + ] + }, + "885": { + "1": [ + 866 + ], + "2": [ + 888 + ], + "3": [ + 890 + ], + "4": [ + 887 + ], + "-1": [ + 886 + ], + "-2": [ + 884 + ], + "-3": [ + 862 + ], + "-4": [ + 863 + ] + }, + "887": { + "1": [ + 888 + ], + "2": [ + 890 + ], + "3": [ + 896 + ], + "4": [ + 893 + ], + "-1": [ + 892 + ], + "-2": [ + 886 + ], + "-3": [ + 884 + ], + "-4": [ + 885 + ] + }, + "890": { + "1": [ + 889 + ], + "2": [ + 891 + ], + "3": [ + 897 + ], + "4": [ + 896 + ], + "-1": [ + 893 + ], + "-2": [ + 887 + ], + "-3": [ + 885 + ], + "-4": [ + 888 + ] + }, + "888": { + "1": [ + 867 + ], + "2": [ + 889 + ], + "3": [ + 891 + ], + "4": [ + 890 + ], + "-1": [ + 887 + ], + "-2": [ + 885 + ], + "-3": [ + 863 + ], + "-4": [ + 866 + ] + }, + "889": { + "1": [ + 878 + ], + "2": [ + 900 + ], + "3": [ + 902 + ], + "4": [ + 891 + ], + "-1": [ + 890 + ], + "-2": [ + 888 + ], + "-3": [ + 866 + ], + "-4": [ + 867 + ] + }, + "891": { + "1": [ + 900 + ], + "2": [ + 902 + ], + "3": [ + 908 + ], + "4": [ + 897 + ], + "-1": [ + 896 + ], + "-2": [ + 890 + ], + "-3": [ + 888 + ], + "-4": [ + 889 + ] + }, + "894": { + "1": [ + 893 + ], + "2": [ + 895 + ], + "3": [ + 977 + ], + "4": [ + 976 + ], + "-1": [ + 937 + ], + "-2": [ + 851 + ], + "-3": [ + 849 + ], + "-4": [ + 892 + ] + }, + "892": { + "1": [ + 887 + ], + "2": [ + 893 + ], + "3": [ + 895 + ], + "4": [ + 894 + ], + "-1": [ + 851 + ], + "-2": [ + 849 + ], + "-3": [ + 843 + ], + "-4": [ + 886 + ] + }, + "893": { + "1": [ + 890 + ], + "2": [ + 896 + ], + "3": [ + 898 + ], + "4": [ + 895 + ], + "-1": [ + 894 + ], + "-2": [ + 892 + ], + "-3": [ + 886 + ], + "-4": [ + 887 + ] + }, + "895": { + "1": [ + 896 + ], + "2": [ + 898 + ], + "3": [ + 980 + ], + "4": [ + 977 + ], + "-1": [ + 976 + ], + "-2": [ + 894 + ], + "-3": [ + 892 + ], + "-4": [ + 893 + ] + }, + "898": { + "1": [ + 897 + ], + "2": [ + 899 + ], + "3": [ + 981 + ], + "4": [ + 980 + ], + "-1": [ + 977 + ], + "-2": [ + 895 + ], + "-3": [ + 893 + ], + "-4": [ + 896 + ] + }, + "896": { + "1": [ + 891 + ], + "2": [ + 897 + ], + "3": [ + 899 + ], + "4": [ + 898 + ], + "-1": [ + 895 + ], + "-2": [ + 893 + ], + "-3": [ + 887 + ], + "-4": [ + 890 + ] + }, + "897": { + "1": [ + 902 + ], + "2": [ + 908 + ], + "3": [ + 910 + ], + "4": [ + 899 + ], + "-1": [ + 898 + ], + "-2": [ + 896 + ], + "-3": [ + 890 + ], + "-4": [ + 891 + ] + }, + "899": { + "1": [ + 908 + ], + "2": [ + 910 + ], + "3": [ + 988 + ], + "4": [ + 981 + ], + "-1": [ + 980 + ], + "-2": [ + 898 + ], + "-3": [ + 896 + ], + "-4": [ + 897 + ] + }, + "902": { + "1": [ + 901 + ], + "2": [ + 903 + ], + "3": [ + 909 + ], + "4": [ + 908 + ], + "-1": [ + 897 + ], + "-2": [ + 891 + ], + "-3": [ + 889 + ], + "-4": [ + 900 + ] + }, + "900": { + "1": [ + 879 + ], + "2": [ + 901 + ], + "3": [ + 903 + ], + "4": [ + 902 + ], + "-1": [ + 891 + ], + "-2": [ + 889 + ], + "-3": [ + 867 + ], + "-4": [ + 878 + ] + }, + "901": { + "1": [ + 882 + ], + "2": [ + 904 + ], + "3": [ + 906 + ], + "4": [ + 903 + ], + "-1": [ + 902 + ], + "-2": [ + 900 + ], + "-3": [ + 878 + ], + "-4": [ + 879 + ] + }, + "903": { + "1": [ + 904 + ], + "2": [ + 906 + ], + "3": [ + 912 + ], + "4": [ + 909 + ], + "-1": [ + 908 + ], + "-2": [ + 902 + ], + "-3": [ + 900 + ], + "-4": [ + 901 + ] + }, + "906": { + "1": [ + 905 + ], + "2": [ + 907 + ], + "3": [ + 913 + ], + "4": [ + 912 + ], + "-1": [ + 909 + ], + "-2": [ + 903 + ], + "-3": [ + 901 + ], + "-4": [ + 904 + ] + }, + "904": { + "1": [ + 883 + ], + "2": [ + 905 + ], + "3": [ + 907 + ], + "4": [ + 906 + ], + "-1": [ + 903 + ], + "-2": [ + 901 + ], + "-3": [ + 879 + ], + "-4": [ + 882 + ] + }, + "905": { + "1": [ + 1030 + ], + "2": [ + 356 + ], + "3": [], + "4": [ + 907 + ], + "-1": [ + 906 + ], + "-2": [ + 904 + ], + "-3": [ + 882 + ], + "-4": [ + 883 + ] + }, + "907": { + "1": [], + "2": [ + 356 + ], + "3": [ + 1036 + ], + "4": [ + 913 + ], + "-1": [ + 912 + ], + "-2": [ + 906 + ], + "-3": [ + 904 + ], + "-4": [ + 905 + ] + }, + "910": { + "1": [ + 909 + ], + "2": [ + 911 + ], + "3": [ + 989 + ], + "4": [ + 988 + ], + "-1": [ + 981 + ], + "-2": [ + 899 + ], + "-3": [ + 897 + ], + "-4": [ + 908 + ] + }, + "908": { + "1": [ + 903 + ], + "2": [ + 909 + ], + "3": [ + 911 + ], + "4": [ + 910 + ], + "-1": [ + 899 + ], + "-2": [ + 897 + ], + "-3": [ + 891 + ], + "-4": [ + 902 + ] + }, + "909": { + "1": [ + 906 + ], + "2": [ + 912 + ], + "3": [ + 914 + ], + "4": [ + 911 + ], + "-1": [ + 910 + ], + "-2": [ + 908 + ], + "-3": [ + 902 + ], + "-4": [ + 903 + ] + }, + "911": { + "1": [ + 912 + ], + "2": [ + 914 + ], + "3": [ + 992 + ], + "4": [ + 989 + ], + "-1": [ + 988 + ], + "-2": [ + 910 + ], + "-3": [ + 908 + ], + "-4": [ + 909 + ] + }, + "914": { + "1": [ + 913 + ], + "2": [ + 915 + ], + "3": [ + 993 + ], + "4": [ + 992 + ], + "-1": [ + 989 + ], + "-2": [ + 911 + ], + "-3": [ + 909 + ], + "-4": [ + 912 + ] + }, + "912": { + "1": [ + 907 + ], + "2": [ + 913 + ], + "3": [ + 915 + ], + "4": [ + 914 + ], + "-1": [ + 911 + ], + "-2": [ + 909 + ], + "-3": [ + 903 + ], + "-4": [ + 906 + ] + }, + "913": { + "1": [ + 356 + ], + "2": [ + 1036 + ], + "3": [ + 1038 + ], + "4": [ + 915 + ], + "-1": [ + 914 + ], + "-2": [ + 912 + ], + "-3": [ + 906 + ], + "-4": [ + 907 + ] + }, + "915": { + "1": [ + 1036 + ], + "2": [ + 1038 + ], + "3": [ + 1100 + ], + "4": [ + 993 + ], + "-1": [ + 992 + ], + "-2": [ + 914 + ], + "-3": [ + 912 + ], + "-4": [ + 913 + ] + }, + "918": { + "1": [ + 917 + ], + "2": [ + 919 + ], + "3": [ + 925 + ], + "4": [ + 924 + ], + "-1": [ + 805 + ], + "-2": [ + 281 + ], + "-3": [], + "-4": [ + 916 + ] + }, + "916": { + "1": [], + "2": [ + 917 + ], + "3": [ + 919 + ], + "4": [ + 918 + ], + "-1": [], + "-2": [ + 281 + ], + "-3": [ + 2087 + ], + "-4": [ + 294 + ] + }, + "917": { + "1": [ + 834 + ], + "2": [ + 920 + ], + "3": [ + 922 + ], + "4": [ + 919 + ], + "-1": [ + 918 + ], + "-2": [ + 916 + ], + "-3": [], + "-4": [ + 294 + ] + }, + "919": { + "1": [ + 920 + ], + "2": [ + 922 + ], + "3": [ + 928 + ], + "4": [ + 925 + ], + "-1": [ + 924 + ], + "-2": [ + 918 + ], + "-3": [ + 916 + ], + "-4": [ + 917 + ] + }, + "922": { + "1": [ + 921 + ], + "2": [ + 923 + ], + "3": [ + 929 + ], + "4": [ + 928 + ], + "-1": [ + 925 + ], + "-2": [ + 919 + ], + "-3": [ + 917 + ], + "-4": [ + 920 + ] + }, + "920": { + "1": [ + 835 + ], + "2": [ + 921 + ], + "3": [ + 923 + ], + "4": [ + 922 + ], + "-1": [ + 919 + ], + "-2": [ + 917 + ], + "-3": [ + 294 + ], + "-4": [ + 834 + ] + }, + "921": { + "1": [ + 846 + ], + "2": [ + 932 + ], + "3": [ + 934 + ], + "4": [ + 923 + ], + "-1": [ + 922 + ], + "-2": [ + 920 + ], + "-3": [ + 834 + ], + "-4": [ + 835 + ] + }, + "923": { + "1": [ + 932 + ], + "2": [ + 934 + ], + "3": [ + 940 + ], + "4": [ + 929 + ], + "-1": [ + 928 + ], + "-2": [ + 922 + ], + "-3": [ + 920 + ], + "-4": [ + 921 + ] + }, + "926": { + "1": [ + 925 + ], + "2": [ + 927 + ], + "3": [ + 945 + ], + "4": [ + 944 + ], + "-1": [ + 813 + ], + "-2": [ + 807 + ], + "-3": [ + 805 + ], + "-4": [ + 924 + ] + }, + "924": { + "1": [ + 919 + ], + "2": [ + 925 + ], + "3": [ + 927 + ], + "4": [ + 926 + ], + "-1": [ + 807 + ], + "-2": [ + 805 + ], + "-3": [ + 281 + ], + "-4": [ + 918 + ] + }, + "925": { + "1": [ + 922 + ], + "2": [ + 928 + ], + "3": [ + 930 + ], + "4": [ + 927 + ], + "-1": [ + 926 + ], + "-2": [ + 924 + ], + "-3": [ + 918 + ], + "-4": [ + 919 + ] + }, + "927": { + "1": [ + 928 + ], + "2": [ + 930 + ], + "3": [ + 948 + ], + "4": [ + 945 + ], + "-1": [ + 944 + ], + "-2": [ + 926 + ], + "-3": [ + 924 + ], + "-4": [ + 925 + ] + }, + "930": { + "1": [ + 929 + ], + "2": [ + 931 + ], + "3": [ + 949 + ], + "4": [ + 948 + ], + "-1": [ + 945 + ], + "-2": [ + 927 + ], + "-3": [ + 925 + ], + "-4": [ + 928 + ] + }, + "928": { + "1": [ + 923 + ], + "2": [ + 929 + ], + "3": [ + 931 + ], + "4": [ + 930 + ], + "-1": [ + 927 + ], + "-2": [ + 925 + ], + "-3": [ + 919 + ], + "-4": [ + 922 + ] + }, + "929": { + "1": [ + 934 + ], + "2": [ + 940 + ], + "3": [ + 942 + ], + "4": [ + 931 + ], + "-1": [ + 930 + ], + "-2": [ + 928 + ], + "-3": [ + 922 + ], + "-4": [ + 923 + ] + }, + "931": { + "1": [ + 940 + ], + "2": [ + 942 + ], + "3": [ + 960 + ], + "4": [ + 949 + ], + "-1": [ + 948 + ], + "-2": [ + 930 + ], + "-3": [ + 928 + ], + "-4": [ + 929 + ] + }, + "934": { + "1": [ + 933 + ], + "2": [ + 935 + ], + "3": [ + 941 + ], + "4": [ + 940 + ], + "-1": [ + 929 + ], + "-2": [ + 923 + ], + "-3": [ + 921 + ], + "-4": [ + 932 + ] + }, + "932": { + "1": [ + 847 + ], + "2": [ + 933 + ], + "3": [ + 935 + ], + "4": [ + 934 + ], + "-1": [ + 923 + ], + "-2": [ + 921 + ], + "-3": [ + 835 + ], + "-4": [ + 846 + ] + }, + "933": { + "1": [ + 850 + ], + "2": [ + 936 + ], + "3": [ + 938 + ], + "4": [ + 935 + ], + "-1": [ + 934 + ], + "-2": [ + 932 + ], + "-3": [ + 846 + ], + "-4": [ + 847 + ] + }, + "935": { + "1": [ + 936 + ], + "2": [ + 938 + ], + "3": [ + 1416 + ], + "4": [ + 941 + ], + "-1": [ + 940 + ], + "-2": [ + 934 + ], + "-3": [ + 932 + ], + "-4": [ + 933 + ] + }, + "938": { + "1": [ + 937 + ], + "2": [ + 939 + ], + "3": [ + 1417 + ], + "4": [ + 1416 + ], + "-1": [ + 941 + ], + "-2": [ + 935 + ], + "-3": [ + 933 + ], + "-4": [ + 936 + ] + }, + "936": { + "1": [ + 851 + ], + "2": [ + 937 + ], + "3": [ + 939 + ], + "4": [ + 938 + ], + "-1": [ + 935 + ], + "-2": [ + 933 + ], + "-3": [ + 847 + ], + "-4": [ + 850 + ] + }, + "937": { + "1": [ + 894 + ], + "2": [ + 976 + ], + "3": [ + 978 + ], + "4": [ + 939 + ], + "-1": [ + 938 + ], + "-2": [ + 936 + ], + "-3": [ + 850 + ], + "-4": [ + 851 + ] + }, + "939": { + "1": [ + 976 + ], + "2": [ + 978 + ], + "3": [ + 984 + ], + "4": [ + 1417 + ], + "-1": [ + 1416 + ], + "-2": [ + 938 + ], + "-3": [ + 936 + ], + "-4": [ + 937 + ] + }, + "942": { + "1": [ + 941 + ], + "2": [ + 943 + ], + "3": [ + 961 + ], + "4": [ + 960 + ], + "-1": [ + 949 + ], + "-2": [ + 931 + ], + "-3": [ + 929 + ], + "-4": [ + 940 + ] + }, + "940": { + "1": [ + 935 + ], + "2": [ + 941 + ], + "3": [ + 943 + ], + "4": [ + 942 + ], + "-1": [ + 931 + ], + "-2": [ + 929 + ], + "-3": [ + 923 + ], + "-4": [ + 934 + ] + }, + "941": { + "1": [ + 938 + ], + "2": [ + 1416 + ], + "3": [ + 1418 + ], + "4": [ + 943 + ], + "-1": [ + 942 + ], + "-2": [ + 940 + ], + "-3": [ + 934 + ], + "-4": [ + 935 + ] + }, + "943": { + "1": [ + 1416 + ], + "2": [ + 1418 + ], + "3": [ + 964 + ], + "4": [ + 961 + ], + "-1": [ + 960 + ], + "-2": [ + 942 + ], + "-3": [ + 940 + ], + "-4": [ + 941 + ] + }, + "946": { + "1": [ + 945 + ], + "2": [ + 947 + ], + "3": [ + 953 + ], + "4": [ + 952 + ], + "-1": [ + 821 + ], + "-2": [ + 815 + ], + "-3": [ + 813 + ], + "-4": [ + 944 + ] + }, + "944": { + "1": [ + 927 + ], + "2": [ + 945 + ], + "3": [ + 947 + ], + "4": [ + 946 + ], + "-1": [ + 815 + ], + "-2": [ + 813 + ], + "-3": [ + 807 + ], + "-4": [ + 926 + ] + }, + "945": { + "1": [ + 930 + ], + "2": [ + 948 + ], + "3": [ + 950 + ], + "4": [ + 947 + ], + "-1": [ + 946 + ], + "-2": [ + 944 + ], + "-3": [ + 926 + ], + "-4": [ + 927 + ] + }, + "947": { + "1": [ + 948 + ], + "2": [ + 950 + ], + "3": [ + 956 + ], + "4": [ + 953 + ], + "-1": [ + 952 + ], + "-2": [ + 946 + ], + "-3": [ + 944 + ], + "-4": [ + 945 + ] + }, + "950": { + "1": [ + 949 + ], + "2": [ + 951 + ], + "3": [ + 957 + ], + "4": [ + 956 + ], + "-1": [ + 953 + ], + "-2": [ + 947 + ], + "-3": [ + 945 + ], + "-4": [ + 948 + ] + }, + "948": { + "1": [ + 931 + ], + "2": [ + 949 + ], + "3": [ + 951 + ], + "4": [ + 950 + ], + "-1": [ + 947 + ], + "-2": [ + 945 + ], + "-3": [ + 927 + ], + "-4": [ + 930 + ] + }, + "949": { + "1": [ + 942 + ], + "2": [ + 960 + ], + "3": [ + 962 + ], + "4": [ + 951 + ], + "-1": [ + 950 + ], + "-2": [ + 948 + ], + "-3": [ + 930 + ], + "-4": [ + 931 + ] + }, + "951": { + "1": [ + 960 + ], + "2": [ + 962 + ], + "3": [ + 968 + ], + "4": [ + 957 + ], + "-1": [ + 956 + ], + "-2": [ + 950 + ], + "-3": [ + 948 + ], + "-4": [ + 949 + ] + }, + "954": { + "1": [ + 953 + ], + "2": [ + 955 + ], + "3": [ + 549 + ], + "4": [ + 548 + ], + "-1": [ + 521 + ], + "-2": [ + 823 + ], + "-3": [ + 821 + ], + "-4": [ + 952 + ] + }, + "952": { + "1": [ + 947 + ], + "2": [ + 953 + ], + "3": [ + 955 + ], + "4": [ + 954 + ], + "-1": [ + 823 + ], + "-2": [ + 821 + ], + "-3": [ + 815 + ], + "-4": [ + 946 + ] + }, + "953": { + "1": [ + 950 + ], + "2": [ + 956 + ], + "3": [ + 958 + ], + "4": [ + 955 + ], + "-1": [ + 954 + ], + "-2": [ + 952 + ], + "-3": [ + 946 + ], + "-4": [ + 947 + ] + }, + "955": { + "1": [ + 956 + ], + "2": [ + 958 + ], + "3": [ + 552 + ], + "4": [ + 549 + ], + "-1": [ + 548 + ], + "-2": [ + 954 + ], + "-3": [ + 952 + ], + "-4": [ + 953 + ] + }, + "958": { + "1": [ + 957 + ], + "2": [ + 959 + ], + "3": [ + 553 + ], + "4": [ + 552 + ], + "-1": [ + 549 + ], + "-2": [ + 955 + ], + "-3": [ + 953 + ], + "-4": [ + 956 + ] + }, + "956": { + "1": [ + 951 + ], + "2": [ + 957 + ], + "3": [ + 959 + ], + "4": [ + 958 + ], + "-1": [ + 955 + ], + "-2": [ + 953 + ], + "-3": [ + 947 + ], + "-4": [ + 950 + ] + }, + "957": { + "1": [ + 962 + ], + "2": [ + 968 + ], + "3": [ + 970 + ], + "4": [ + 959 + ], + "-1": [ + 958 + ], + "-2": [ + 956 + ], + "-3": [ + 950 + ], + "-4": [ + 951 + ] + }, + "959": { + "1": [ + 968 + ], + "2": [ + 970 + ], + "3": [ + 560 + ], + "4": [ + 553 + ], + "-1": [ + 552 + ], + "-2": [ + 958 + ], + "-3": [ + 956 + ], + "-4": [ + 957 + ] + }, + "962": { + "1": [ + 961 + ], + "2": [ + 963 + ], + "3": [ + 969 + ], + "4": [ + 968 + ], + "-1": [ + 957 + ], + "-2": [ + 951 + ], + "-3": [ + 949 + ], + "-4": [ + 960 + ] + }, + "960": { + "1": [ + 943 + ], + "2": [ + 961 + ], + "3": [ + 963 + ], + "4": [ + 962 + ], + "-1": [ + 951 + ], + "-2": [ + 949 + ], + "-3": [ + 931 + ], + "-4": [ + 942 + ] + }, + "961": { + "1": [ + 1418 + ], + "2": [ + 964 + ], + "3": [ + 966 + ], + "4": [ + 963 + ], + "-1": [ + 962 + ], + "-2": [ + 960 + ], + "-3": [ + 942 + ], + "-4": [ + 943 + ] + }, + "963": { + "1": [ + 964 + ], + "2": [ + 966 + ], + "3": [ + 972 + ], + "4": [ + 969 + ], + "-1": [ + 968 + ], + "-2": [ + 962 + ], + "-3": [ + 960 + ], + "-4": [ + 961 + ] + }, + "966": { + "1": [ + 965 + ], + "2": [ + 967 + ], + "3": [ + 973 + ], + "4": [ + 972 + ], + "-1": [ + 969 + ], + "-2": [ + 963 + ], + "-3": [ + 961 + ], + "-4": [ + 964 + ] + }, + "964": { + "1": [ + 1419 + ], + "2": [ + 965 + ], + "3": [ + 967 + ], + "4": [ + 966 + ], + "-1": [ + 963 + ], + "-2": [ + 961 + ], + "-3": [ + 943 + ], + "-4": [ + 1418 + ] + }, + "965": { + "1": [ + 986 + ], + "2": [ + 1004 + ], + "3": [ + 1006 + ], + "4": [ + 967 + ], + "-1": [ + 966 + ], + "-2": [ + 964 + ], + "-3": [ + 1418 + ], + "-4": [ + 1419 + ] + }, + "967": { + "1": [ + 1004 + ], + "2": [ + 1006 + ], + "3": [ + 1012 + ], + "4": [ + 973 + ], + "-1": [ + 972 + ], + "-2": [ + 966 + ], + "-3": [ + 964 + ], + "-4": [ + 965 + ] + }, + "970": { + "1": [ + 969 + ], + "2": [ + 971 + ], + "3": [ + 561 + ], + "4": [ + 560 + ], + "-1": [ + 553 + ], + "-2": [ + 959 + ], + "-3": [ + 957 + ], + "-4": [ + 968 + ] + }, + "968": { + "1": [ + 963 + ], + "2": [ + 969 + ], + "3": [ + 971 + ], + "4": [ + 970 + ], + "-1": [ + 959 + ], + "-2": [ + 957 + ], + "-3": [ + 951 + ], + "-4": [ + 962 + ] + }, + "969": { + "1": [ + 966 + ], + "2": [ + 972 + ], + "3": [ + 974 + ], + "4": [ + 971 + ], + "-1": [ + 970 + ], + "-2": [ + 968 + ], + "-3": [ + 962 + ], + "-4": [ + 963 + ] + }, + "971": { + "1": [ + 972 + ], + "2": [ + 974 + ], + "3": [ + 564 + ], + "4": [ + 561 + ], + "-1": [ + 560 + ], + "-2": [ + 970 + ], + "-3": [ + 968 + ], + "-4": [ + 969 + ] + }, + "974": { + "1": [ + 973 + ], + "2": [ + 975 + ], + "3": [ + 565 + ], + "4": [ + 564 + ], + "-1": [ + 561 + ], + "-2": [ + 971 + ], + "-3": [ + 969 + ], + "-4": [ + 972 + ] + }, + "972": { + "1": [ + 967 + ], + "2": [ + 973 + ], + "3": [ + 975 + ], + "4": [ + 974 + ], + "-1": [ + 971 + ], + "-2": [ + 969 + ], + "-3": [ + 963 + ], + "-4": [ + 966 + ] + }, + "973": { + "1": [ + 1006 + ], + "2": [ + 1012 + ], + "3": [ + 1014 + ], + "4": [ + 975 + ], + "-1": [ + 974 + ], + "-2": [ + 972 + ], + "-3": [ + 966 + ], + "-4": [ + 967 + ] + }, + "975": { + "1": [ + 1012 + ], + "2": [ + 1014 + ], + "3": [ + 608 + ], + "4": [ + 565 + ], + "-1": [ + 564 + ], + "-2": [ + 974 + ], + "-3": [ + 972 + ], + "-4": [ + 973 + ] + }, + "978": { + "1": [ + 977 + ], + "2": [ + 979 + ], + "3": [ + 985 + ], + "4": [ + 984 + ], + "-1": [ + 1417 + ], + "-2": [ + 939 + ], + "-3": [ + 937 + ], + "-4": [ + 976 + ] + }, + "976": { + "1": [ + 895 + ], + "2": [ + 977 + ], + "3": [ + 979 + ], + "4": [ + 978 + ], + "-1": [ + 939 + ], + "-2": [ + 937 + ], + "-3": [ + 851 + ], + "-4": [ + 894 + ] + }, + "977": { + "1": [ + 898 + ], + "2": [ + 980 + ], + "3": [ + 982 + ], + "4": [ + 979 + ], + "-1": [ + 978 + ], + "-2": [ + 976 + ], + "-3": [ + 894 + ], + "-4": [ + 895 + ] + }, + "979": { + "1": [ + 980 + ], + "2": [ + 982 + ], + "3": [ + 335 + ], + "4": [ + 985 + ], + "-1": [ + 984 + ], + "-2": [ + 978 + ], + "-3": [ + 976 + ], + "-4": [ + 977 + ] + }, + "982": { + "1": [ + 981 + ], + "2": [ + 983 + ], + "3": [], + "4": [ + 335 + ], + "-1": [ + 985 + ], + "-2": [ + 979 + ], + "-3": [ + 977 + ], + "-4": [ + 980 + ] + }, + "980": { + "1": [ + 899 + ], + "2": [ + 981 + ], + "3": [ + 983 + ], + "4": [ + 982 + ], + "-1": [ + 979 + ], + "-2": [ + 977 + ], + "-3": [ + 895 + ], + "-4": [ + 898 + ] + }, + "981": { + "1": [ + 910 + ], + "2": [ + 988 + ], + "3": [ + 990 + ], + "4": [ + 983 + ], + "-1": [ + 982 + ], + "-2": [ + 980 + ], + "-3": [ + 898 + ], + "-4": [ + 899 + ] + }, + "983": { + "1": [ + 988 + ], + "2": [ + 990 + ], + "3": [ + 996 + ], + "4": [ + 335 + ], + "-1": [], + "-2": [ + 982 + ], + "-3": [ + 980 + ], + "-4": [ + 981 + ] + }, + "986": { + "1": [ + 985 + ], + "2": [ + 987 + ], + "3": [ + 1005 + ], + "4": [ + 1004 + ], + "-1": [ + 965 + ], + "-2": [ + 1419 + ], + "-3": [ + 1417 + ], + "-4": [ + 984 + ] + }, + "984": { + "1": [ + 979 + ], + "2": [ + 985 + ], + "3": [ + 987 + ], + "4": [ + 986 + ], + "-1": [ + 1419 + ], + "-2": [ + 1417 + ], + "-3": [ + 939 + ], + "-4": [ + 978 + ] + }, + "985": { + "1": [ + 982 + ], + "2": [ + 335 + ], + "3": [], + "4": [ + 987 + ], + "-1": [ + 986 + ], + "-2": [ + 984 + ], + "-3": [ + 978 + ], + "-4": [ + 979 + ] + }, + "987": { + "1": [], + "2": [ + 335 + ], + "3": [ + 1008 + ], + "4": [ + 1005 + ], + "-1": [ + 1004 + ], + "-2": [ + 986 + ], + "-3": [ + 984 + ], + "-4": [ + 985 + ] + }, + "990": { + "1": [ + 989 + ], + "2": [ + 991 + ], + "3": [ + 997 + ], + "4": [ + 996 + ], + "-1": [ + 335 + ], + "-2": [ + 983 + ], + "-3": [ + 981 + ], + "-4": [ + 988 + ] + }, + "988": { + "1": [ + 911 + ], + "2": [ + 989 + ], + "3": [ + 991 + ], + "4": [ + 990 + ], + "-1": [ + 983 + ], + "-2": [ + 981 + ], + "-3": [ + 899 + ], + "-4": [ + 910 + ] + }, + "989": { + "1": [ + 914 + ], + "2": [ + 992 + ], + "3": [ + 994 + ], + "4": [ + 991 + ], + "-1": [ + 990 + ], + "-2": [ + 988 + ], + "-3": [ + 910 + ], + "-4": [ + 911 + ] + }, + "991": { + "1": [ + 992 + ], + "2": [ + 994 + ], + "3": [ + 1000 + ], + "4": [ + 997 + ], + "-1": [ + 996 + ], + "-2": [ + 990 + ], + "-3": [ + 988 + ], + "-4": [ + 989 + ] + }, + "994": { + "1": [ + 993 + ], + "2": [ + 995 + ], + "3": [ + 1001 + ], + "4": [ + 1000 + ], + "-1": [ + 997 + ], + "-2": [ + 991 + ], + "-3": [ + 989 + ], + "-4": [ + 992 + ] + }, + "992": { + "1": [ + 915 + ], + "2": [ + 993 + ], + "3": [ + 995 + ], + "4": [ + 994 + ], + "-1": [ + 991 + ], + "-2": [ + 989 + ], + "-3": [ + 911 + ], + "-4": [ + 914 + ] + }, + "993": { + "1": [ + 1038 + ], + "2": [ + 1100 + ], + "3": [ + 1102 + ], + "4": [ + 995 + ], + "-1": [ + 994 + ], + "-2": [ + 992 + ], + "-3": [ + 914 + ], + "-4": [ + 915 + ] + }, + "995": { + "1": [ + 1100 + ], + "2": [ + 1102 + ], + "3": [ + 1108 + ], + "4": [ + 1001 + ], + "-1": [ + 1000 + ], + "-2": [ + 994 + ], + "-3": [ + 992 + ], + "-4": [ + 993 + ] + }, + "998": { + "1": [ + 997 + ], + "2": [ + 999 + ], + "3": [ + 1017 + ], + "4": [ + 1016 + ], + "-1": [ + 1009 + ], + "-2": [ + 335 + ], + "-3": [], + "-4": [ + 996 + ] + }, + "996": { + "1": [ + 991 + ], + "2": [ + 997 + ], + "3": [ + 999 + ], + "4": [ + 998 + ], + "-1": [], + "-2": [ + 335 + ], + "-3": [ + 983 + ], + "-4": [ + 990 + ] + }, + "997": { + "1": [ + 994 + ], + "2": [ + 1000 + ], + "3": [ + 1002 + ], + "4": [ + 999 + ], + "-1": [ + 998 + ], + "-2": [ + 996 + ], + "-3": [ + 990 + ], + "-4": [ + 991 + ] + }, + "999": { + "1": [ + 1000 + ], + "2": [ + 1002 + ], + "3": [ + 1020 + ], + "4": [ + 1017 + ], + "-1": [ + 1016 + ], + "-2": [ + 998 + ], + "-3": [ + 996 + ], + "-4": [ + 997 + ] + }, + "1002": { + "1": [ + 1001 + ], + "2": [ + 1003 + ], + "3": [ + 1021 + ], + "4": [ + 1020 + ], + "-1": [ + 1017 + ], + "-2": [ + 999 + ], + "-3": [ + 997 + ], + "-4": [ + 1000 + ] + }, + "1000": { + "1": [ + 995 + ], + "2": [ + 1001 + ], + "3": [ + 1003 + ], + "4": [ + 1002 + ], + "-1": [ + 999 + ], + "-2": [ + 997 + ], + "-3": [ + 991 + ], + "-4": [ + 994 + ] + }, + "1001": { + "1": [ + 1102 + ], + "2": [ + 1108 + ], + "3": [ + 1110 + ], + "4": [ + 1003 + ], + "-1": [ + 1002 + ], + "-2": [ + 1000 + ], + "-3": [ + 994 + ], + "-4": [ + 995 + ] + }, + "1003": { + "1": [ + 1108 + ], + "2": [ + 1110 + ], + "3": [ + 1116 + ], + "4": [ + 1021 + ], + "-1": [ + 1020 + ], + "-2": [ + 1002 + ], + "-3": [ + 1000 + ], + "-4": [ + 1001 + ] + }, + "1006": { + "1": [ + 1005 + ], + "2": [ + 1007 + ], + "3": [ + 1013 + ], + "4": [ + 1012 + ], + "-1": [ + 973 + ], + "-2": [ + 967 + ], + "-3": [ + 965 + ], + "-4": [ + 1004 + ] + }, + "1004": { + "1": [ + 987 + ], + "2": [ + 1005 + ], + "3": [ + 1007 + ], + "4": [ + 1006 + ], + "-1": [ + 967 + ], + "-2": [ + 965 + ], + "-3": [ + 1419 + ], + "-4": [ + 986 + ] + }, + "1005": { + "1": [ + 335 + ], + "2": [ + 1008 + ], + "3": [ + 1010 + ], + "4": [ + 1007 + ], + "-1": [ + 1006 + ], + "-2": [ + 1004 + ], + "-3": [ + 986 + ], + "-4": [ + 987 + ] + }, + "1007": { + "1": [ + 1008 + ], + "2": [ + 1010 + ], + "3": [ + 343 + ], + "4": [ + 1013 + ], + "-1": [ + 1012 + ], + "-2": [ + 1006 + ], + "-3": [ + 1004 + ], + "-4": [ + 1005 + ] + }, + "1010": { + "1": [ + 1009 + ], + "2": [ + 1011 + ], + "3": [], + "4": [ + 343 + ], + "-1": [ + 1013 + ], + "-2": [ + 1007 + ], + "-3": [ + 1005 + ], + "-4": [ + 1008 + ] + }, + "1008": { + "1": [], + "2": [ + 1009 + ], + "3": [ + 1011 + ], + "4": [ + 1010 + ], + "-1": [ + 1007 + ], + "-2": [ + 1005 + ], + "-3": [ + 987 + ], + "-4": [ + 335 + ] + }, + "1009": { + "1": [ + 998 + ], + "2": [ + 1016 + ], + "3": [ + 1018 + ], + "4": [ + 1011 + ], + "-1": [ + 1010 + ], + "-2": [ + 1008 + ], + "-3": [], + "-4": [ + 335 + ] + }, + "1011": { + "1": [ + 1016 + ], + "2": [ + 1018 + ], + "3": [ + 346 + ], + "4": [ + 343 + ], + "-1": [], + "-2": [ + 1010 + ], + "-3": [ + 1008 + ], + "-4": [ + 1009 + ] + }, + "1014": { + "1": [ + 1013 + ], + "2": [ + 1015 + ], + "3": [ + 609 + ], + "4": [ + 608 + ], + "-1": [ + 565 + ], + "-2": [ + 975 + ], + "-3": [ + 973 + ], + "-4": [ + 1012 + ] + }, + "1012": { + "1": [ + 1007 + ], + "2": [ + 1013 + ], + "3": [ + 1015 + ], + "4": [ + 1014 + ], + "-1": [ + 975 + ], + "-2": [ + 973 + ], + "-3": [ + 967 + ], + "-4": [ + 1006 + ] + }, + "1013": { + "1": [ + 1010 + ], + "2": [ + 343 + ], + "3": [], + "4": [ + 1015 + ], + "-1": [ + 1014 + ], + "-2": [ + 1012 + ], + "-3": [ + 1006 + ], + "-4": [ + 1007 + ] + }, + "1015": { + "1": [], + "2": [ + 343 + ], + "3": [ + 612 + ], + "4": [ + 609 + ], + "-1": [ + 608 + ], + "-2": [ + 1014 + ], + "-3": [ + 1012 + ], + "-4": [ + 1013 + ] + }, + "1018": { + "1": [ + 1017 + ], + "2": [ + 1019 + ], + "3": [], + "4": [ + 346 + ], + "-1": [ + 343 + ], + "-2": [ + 1011 + ], + "-3": [ + 1009 + ], + "-4": [ + 1016 + ] + }, + "1016": { + "1": [ + 999 + ], + "2": [ + 1017 + ], + "3": [ + 1019 + ], + "4": [ + 1018 + ], + "-1": [ + 1011 + ], + "-2": [ + 1009 + ], + "-3": [ + 335 + ], + "-4": [ + 998 + ] + }, + "1017": { + "1": [ + 1002 + ], + "2": [ + 1020 + ], + "3": [ + 1022 + ], + "4": [ + 1019 + ], + "-1": [ + 1018 + ], + "-2": [ + 1016 + ], + "-3": [ + 998 + ], + "-4": [ + 999 + ] + }, + "1019": { + "1": [ + 1020 + ], + "2": [ + 1022 + ], + "3": [ + 347 + ], + "4": [ + 346 + ], + "-1": [], + "-2": [ + 1018 + ], + "-3": [ + 1016 + ], + "-4": [ + 1017 + ] + }, + "1022": { + "1": [ + 1021 + ], + "2": [ + 1023 + ], + "3": [], + "4": [ + 347 + ], + "-1": [ + 346 + ], + "-2": [ + 1019 + ], + "-3": [ + 1017 + ], + "-4": [ + 1020 + ] + }, + "1020": { + "1": [ + 1003 + ], + "2": [ + 1021 + ], + "3": [ + 1023 + ], + "4": [ + 1022 + ], + "-1": [ + 1019 + ], + "-2": [ + 1017 + ], + "-3": [ + 999 + ], + "-4": [ + 1002 + ] + }, + "1021": { + "1": [ + 1110 + ], + "2": [ + 1116 + ], + "3": [ + 1118 + ], + "4": [ + 1023 + ], + "-1": [ + 1022 + ], + "-2": [ + 1020 + ], + "-3": [ + 1002 + ], + "-4": [ + 1003 + ] + }, + "1023": { + "1": [ + 1116 + ], + "2": [ + 1118 + ], + "3": [ + 1124 + ], + "4": [ + 347 + ], + "-1": [], + "-2": [ + 1022 + ], + "-3": [ + 1020 + ], + "-4": [ + 1021 + ] + }, + "1026": { + "1": [ + 1025 + ], + "2": [ + 1027 + ], + "3": [ + 1029 + ], + "4": [ + 1028 + ], + "-1": [ + 881 + ], + "-2": [ + 875 + ], + "-3": [ + 873 + ], + "-4": [ + 1024 + ] + }, + "1024": { + "1": [ + 1199 + ], + "2": [ + 1025 + ], + "3": [ + 1027 + ], + "4": [ + 1026 + ], + "-1": [ + 875 + ], + "-2": [ + 873 + ], + "-3": [ + 403 + ], + "-4": [ + 1198 + ] + }, + "1025": { + "1": [ + 1202 + ], + "2": [ + 349 + ], + "3": [], + "4": [ + 1027 + ], + "-1": [ + 1026 + ], + "-2": [ + 1024 + ], + "-3": [ + 1198 + ], + "-4": [ + 1199 + ] + }, + "1027": { + "1": [], + "2": [ + 349 + ], + "3": [ + 351 + ], + "4": [ + 1029 + ], + "-1": [ + 1028 + ], + "-2": [ + 1026 + ], + "-3": [ + 1024 + ], + "-4": [ + 1025 + ] + }, + "1030": { + "1": [ + 1029 + ], + "2": [ + 1031 + ], + "3": [], + "4": [ + 356 + ], + "-1": [ + 905 + ], + "-2": [ + 883 + ], + "-3": [ + 881 + ], + "-4": [ + 1028 + ] + }, + "1028": { + "1": [ + 1027 + ], + "2": [ + 1029 + ], + "3": [ + 1031 + ], + "4": [ + 1030 + ], + "-1": [ + 883 + ], + "-2": [ + 881 + ], + "-3": [ + 875 + ], + "-4": [ + 1026 + ] + }, + "1029": { + "1": [ + 349 + ], + "2": [ + 351 + ], + "3": [], + "4": [ + 1031 + ], + "-1": [ + 1030 + ], + "-2": [ + 1028 + ], + "-3": [ + 1026 + ], + "-4": [ + 1027 + ] + }, + "1031": { + "1": [], + "2": [ + 351 + ], + "3": [ + 357 + ], + "4": [ + 356 + ], + "-1": [], + "-2": [ + 1030 + ], + "-3": [ + 1028 + ], + "-4": [ + 1029 + ] + }, + "1034": { + "1": [ + 1033 + ], + "2": [ + 1035 + ], + "3": [ + 1049 + ], + "4": [ + 1048 + ], + "-1": [ + 1045 + ], + "-2": [ + 354 + ], + "-3": [], + "-4": [ + 1032 + ] + }, + "1032": { + "1": [], + "2": [ + 1033 + ], + "3": [ + 1035 + ], + "4": [ + 1034 + ], + "-1": [], + "-2": [ + 354 + ], + "-3": [ + 352 + ], + "-4": [ + 353 + ] + }, + "1033": { + "1": [ + 1062 + ], + "2": [ + 1068 + ], + "3": [ + 1070 + ], + "4": [ + 1035 + ], + "-1": [ + 1034 + ], + "-2": [ + 1032 + ], + "-3": [], + "-4": [ + 353 + ] + }, + "1035": { + "1": [ + 1068 + ], + "2": [ + 1070 + ], + "3": [ + 1088 + ], + "4": [ + 1049 + ], + "-1": [ + 1048 + ], + "-2": [ + 1034 + ], + "-3": [ + 1032 + ], + "-4": [ + 1033 + ] + }, + "1038": { + "1": [ + 1037 + ], + "2": [ + 1039 + ], + "3": [ + 1101 + ], + "4": [ + 1100 + ], + "-1": [ + 993 + ], + "-2": [ + 915 + ], + "-3": [ + 913 + ], + "-4": [ + 1036 + ] + }, + "1036": { + "1": [], + "2": [ + 1037 + ], + "3": [ + 1039 + ], + "4": [ + 1038 + ], + "-1": [ + 915 + ], + "-2": [ + 913 + ], + "-3": [ + 907 + ], + "-4": [ + 356 + ] + }, + "1037": { + "1": [ + 357 + ], + "2": [ + 1040 + ], + "3": [ + 1042 + ], + "4": [ + 1039 + ], + "-1": [ + 1038 + ], + "-2": [ + 1036 + ], + "-3": [], + "-4": [ + 356 + ] + }, + "1039": { + "1": [ + 1040 + ], + "2": [ + 1042 + ], + "3": [ + 1104 + ], + "4": [ + 1101 + ], + "-1": [ + 1100 + ], + "-2": [ + 1038 + ], + "-3": [ + 1036 + ], + "-4": [ + 1037 + ] + }, + "1042": { + "1": [ + 1041 + ], + "2": [ + 1043 + ], + "3": [ + 1105 + ], + "4": [ + 1104 + ], + "-1": [ + 1101 + ], + "-2": [ + 1039 + ], + "-3": [ + 1037 + ], + "-4": [ + 1040 + ] + }, + "1040": { + "1": [], + "2": [ + 1041 + ], + "3": [ + 1043 + ], + "4": [ + 1042 + ], + "-1": [ + 1039 + ], + "-2": [ + 1037 + ], + "-3": [ + 356 + ], + "-4": [ + 357 + ] + }, + "1041": { + "1": [ + 1046 + ], + "2": [ + 1052 + ], + "3": [ + 1054 + ], + "4": [ + 1043 + ], + "-1": [ + 1042 + ], + "-2": [ + 1040 + ], + "-3": [], + "-4": [ + 357 + ] + }, + "1043": { + "1": [ + 1052 + ], + "2": [ + 1054 + ], + "3": [ + 1676 + ], + "4": [ + 1105 + ], + "-1": [ + 1104 + ], + "-2": [ + 1042 + ], + "-3": [ + 1040 + ], + "-4": [ + 1041 + ] + }, + "1046": { + "1": [ + 1045 + ], + "2": [ + 1047 + ], + "3": [ + 1053 + ], + "4": [ + 1052 + ], + "-1": [ + 1041 + ], + "-2": [ + 357 + ], + "-3": [], + "-4": [ + 1044 + ] + }, + "1044": { + "1": [], + "2": [ + 1045 + ], + "3": [ + 1047 + ], + "4": [ + 1046 + ], + "-1": [], + "-2": [ + 357 + ], + "-3": [ + 351 + ], + "-4": [ + 354 + ] + }, + "1045": { + "1": [ + 1034 + ], + "2": [ + 1048 + ], + "3": [ + 1050 + ], + "4": [ + 1047 + ], + "-1": [ + 1046 + ], + "-2": [ + 1044 + ], + "-3": [], + "-4": [ + 354 + ] + }, + "1047": { + "1": [ + 1048 + ], + "2": [ + 1050 + ], + "3": [ + 1056 + ], + "4": [ + 1053 + ], + "-1": [ + 1052 + ], + "-2": [ + 1046 + ], + "-3": [ + 1044 + ], + "-4": [ + 1045 + ] + }, + "1050": { + "1": [ + 1049 + ], + "2": [ + 1051 + ], + "3": [ + 1057 + ], + "4": [ + 1056 + ], + "-1": [ + 1053 + ], + "-2": [ + 1047 + ], + "-3": [ + 1045 + ], + "-4": [ + 1048 + ] + }, + "1048": { + "1": [ + 1035 + ], + "2": [ + 1049 + ], + "3": [ + 1051 + ], + "4": [ + 1050 + ], + "-1": [ + 1047 + ], + "-2": [ + 1045 + ], + "-3": [ + 354 + ], + "-4": [ + 1034 + ] + }, + "1049": { + "1": [ + 1070 + ], + "2": [ + 1088 + ], + "3": [ + 1090 + ], + "4": [ + 1051 + ], + "-1": [ + 1050 + ], + "-2": [ + 1048 + ], + "-3": [ + 1034 + ], + "-4": [ + 1035 + ] + }, + "1051": { + "1": [ + 1088 + ], + "2": [ + 1090 + ], + "3": [ + 1096 + ], + "4": [ + 1057 + ], + "-1": [ + 1056 + ], + "-2": [ + 1050 + ], + "-3": [ + 1048 + ], + "-4": [ + 1049 + ] + }, + "1054": { + "1": [ + 1053 + ], + "2": [ + 1055 + ], + "3": [ + 1677 + ], + "4": [ + 1676 + ], + "-1": [ + 1105 + ], + "-2": [ + 1043 + ], + "-3": [ + 1041 + ], + "-4": [ + 1052 + ] + }, + "1052": { + "1": [ + 1047 + ], + "2": [ + 1053 + ], + "3": [ + 1055 + ], + "4": [ + 1054 + ], + "-1": [ + 1043 + ], + "-2": [ + 1041 + ], + "-3": [ + 357 + ], + "-4": [ + 1046 + ] + }, + "1053": { + "1": [ + 1050 + ], + "2": [ + 1056 + ], + "3": [ + 1058 + ], + "4": [ + 1055 + ], + "-1": [ + 1054 + ], + "-2": [ + 1052 + ], + "-3": [ + 1046 + ], + "-4": [ + 1047 + ] + }, + "1055": { + "1": [ + 1056 + ], + "2": [ + 1058 + ], + "3": [ + 1349 + ], + "4": [ + 1677 + ], + "-1": [ + 1676 + ], + "-2": [ + 1054 + ], + "-3": [ + 1052 + ], + "-4": [ + 1053 + ] + }, + "1058": { + "1": [ + 1057 + ], + "2": [ + 1059 + ], + "3": [], + "4": [ + 1349 + ], + "-1": [ + 1677 + ], + "-2": [ + 1055 + ], + "-3": [ + 1053 + ], + "-4": [ + 1056 + ] + }, + "1056": { + "1": [ + 1051 + ], + "2": [ + 1057 + ], + "3": [ + 1059 + ], + "4": [ + 1058 + ], + "-1": [ + 1055 + ], + "-2": [ + 1053 + ], + "-3": [ + 1047 + ], + "-4": [ + 1050 + ] + }, + "1057": { + "1": [ + 1090 + ], + "2": [ + 1096 + ], + "3": [ + 1098 + ], + "4": [ + 1059 + ], + "-1": [ + 1058 + ], + "-2": [ + 1056 + ], + "-3": [ + 1050 + ], + "-4": [ + 1051 + ] + }, + "1059": { + "1": [ + 1096 + ], + "2": [ + 1098 + ], + "3": [ + 1576 + ], + "4": [ + 1349 + ], + "-1": [], + "-2": [ + 1058 + ], + "-3": [ + 1056 + ], + "-4": [ + 1057 + ] + }, + "1062": { + "1": [ + 1061 + ], + "2": [ + 1063 + ], + "3": [ + 1069 + ], + "4": [ + 1068 + ], + "-1": [ + 1033 + ], + "-2": [ + 353 + ], + "-3": [], + "-4": [ + 1060 + ] + }, + "1060": { + "1": [ + 1231 + ], + "2": [ + 1061 + ], + "3": [ + 1063 + ], + "4": [ + 1062 + ], + "-1": [], + "-2": [ + 353 + ], + "-3": [ + 423 + ], + "-4": [ + 1230 + ] + }, + "1061": { + "1": [ + 1234 + ], + "2": [ + 1064 + ], + "3": [ + 1066 + ], + "4": [ + 1063 + ], + "-1": [ + 1062 + ], + "-2": [ + 1060 + ], + "-3": [ + 1230 + ], + "-4": [ + 1231 + ] + }, + "1063": { + "1": [ + 1064 + ], + "2": [ + 1066 + ], + "3": [ + 1072 + ], + "4": [ + 1069 + ], + "-1": [ + 1068 + ], + "-2": [ + 1062 + ], + "-3": [ + 1060 + ], + "-4": [ + 1061 + ] + }, + "1066": { + "1": [ + 1065 + ], + "2": [ + 1067 + ], + "3": [ + 1073 + ], + "4": [ + 1072 + ], + "-1": [ + 1069 + ], + "-2": [ + 1063 + ], + "-3": [ + 1061 + ], + "-4": [ + 1064 + ] + }, + "1064": { + "1": [ + 1235 + ], + "2": [ + 1065 + ], + "3": [ + 1067 + ], + "4": [ + 1066 + ], + "-1": [ + 1063 + ], + "-2": [ + 1061 + ], + "-3": [ + 1231 + ], + "-4": [ + 1234 + ] + }, + "1065": { + "1": [ + 1242 + ], + "2": [ + 1076 + ], + "3": [ + 1078 + ], + "4": [ + 1067 + ], + "-1": [ + 1066 + ], + "-2": [ + 1064 + ], + "-3": [ + 1234 + ], + "-4": [ + 1235 + ] + }, + "1067": { + "1": [ + 1076 + ], + "2": [ + 1078 + ], + "3": [ + 1084 + ], + "4": [ + 1073 + ], + "-1": [ + 1072 + ], + "-2": [ + 1066 + ], + "-3": [ + 1064 + ], + "-4": [ + 1065 + ] + }, + "1070": { + "1": [ + 1069 + ], + "2": [ + 1071 + ], + "3": [ + 1089 + ], + "4": [ + 1088 + ], + "-1": [ + 1049 + ], + "-2": [ + 1035 + ], + "-3": [ + 1033 + ], + "-4": [ + 1068 + ] + }, + "1068": { + "1": [ + 1063 + ], + "2": [ + 1069 + ], + "3": [ + 1071 + ], + "4": [ + 1070 + ], + "-1": [ + 1035 + ], + "-2": [ + 1033 + ], + "-3": [ + 353 + ], + "-4": [ + 1062 + ] + }, + "1069": { + "1": [ + 1066 + ], + "2": [ + 1072 + ], + "3": [ + 1074 + ], + "4": [ + 1071 + ], + "-1": [ + 1070 + ], + "-2": [ + 1068 + ], + "-3": [ + 1062 + ], + "-4": [ + 1063 + ] + }, + "1071": { + "1": [ + 1072 + ], + "2": [ + 1074 + ], + "3": [ + 1092 + ], + "4": [ + 1089 + ], + "-1": [ + 1088 + ], + "-2": [ + 1070 + ], + "-3": [ + 1068 + ], + "-4": [ + 1069 + ] + }, + "1074": { + "1": [ + 1073 + ], + "2": [ + 1075 + ], + "3": [ + 1093 + ], + "4": [ + 1092 + ], + "-1": [ + 1089 + ], + "-2": [ + 1071 + ], + "-3": [ + 1069 + ], + "-4": [ + 1072 + ] + }, + "1072": { + "1": [ + 1067 + ], + "2": [ + 1073 + ], + "3": [ + 1075 + ], + "4": [ + 1074 + ], + "-1": [ + 1071 + ], + "-2": [ + 1069 + ], + "-3": [ + 1063 + ], + "-4": [ + 1066 + ] + }, + "1073": { + "1": [ + 1078 + ], + "2": [ + 1084 + ], + "3": [ + 1086 + ], + "4": [ + 1075 + ], + "-1": [ + 1074 + ], + "-2": [ + 1072 + ], + "-3": [ + 1066 + ], + "-4": [ + 1067 + ] + }, + "1075": { + "1": [ + 1084 + ], + "2": [ + 1086 + ], + "3": [ + 1672 + ], + "4": [ + 1093 + ], + "-1": [ + 1092 + ], + "-2": [ + 1074 + ], + "-3": [ + 1072 + ], + "-4": [ + 1073 + ] + }, + "1078": { + "1": [ + 1077 + ], + "2": [ + 1079 + ], + "3": [ + 1085 + ], + "4": [ + 1084 + ], + "-1": [ + 1073 + ], + "-2": [ + 1067 + ], + "-3": [ + 1065 + ], + "-4": [ + 1076 + ] + }, + "1076": { + "1": [ + 1243 + ], + "2": [ + 1077 + ], + "3": [ + 1079 + ], + "4": [ + 1078 + ], + "-1": [ + 1067 + ], + "-2": [ + 1065 + ], + "-3": [ + 1235 + ], + "-4": [ + 1242 + ] + }, + "1077": { + "1": [ + 1246 + ], + "2": [ + 1080 + ], + "3": [ + 1082 + ], + "4": [ + 1079 + ], + "-1": [ + 1078 + ], + "-2": [ + 1076 + ], + "-3": [ + 1242 + ], + "-4": [ + 1243 + ] + }, + "1079": { + "1": [ + 1080 + ], + "2": [ + 1082 + ], + "3": [ + 371 + ], + "4": [ + 1085 + ], + "-1": [ + 1084 + ], + "-2": [ + 1078 + ], + "-3": [ + 1076 + ], + "-4": [ + 1077 + ] + }, + "1082": { + "1": [ + 1081 + ], + "2": [ + 1083 + ], + "3": [], + "4": [ + 371 + ], + "-1": [ + 1085 + ], + "-2": [ + 1079 + ], + "-3": [ + 1077 + ], + "-4": [ + 1080 + ] + }, + "1080": { + "1": [ + 1247 + ], + "2": [ + 1081 + ], + "3": [ + 1083 + ], + "4": [ + 1082 + ], + "-1": [ + 1079 + ], + "-2": [ + 1077 + ], + "-3": [ + 1243 + ], + "-4": [ + 1246 + ] + }, + "1081": { + "1": [ + 2390 + ], + "2": [ + 1588 + ], + "3": [], + "4": [ + 1083 + ], + "-1": [ + 1082 + ], + "-2": [ + 1080 + ], + "-3": [ + 1246 + ], + "-4": [ + 1247 + ] + }, + "1083": { + "1": [], + "2": [ + 1588 + ], + "3": [ + 1590 + ], + "4": [ + 371 + ], + "-1": [], + "-2": [ + 1082 + ], + "-3": [ + 1080 + ], + "-4": [ + 1081 + ] + }, + "1086": { + "1": [ + 1085 + ], + "2": [ + 1087 + ], + "3": [ + 1673 + ], + "4": [ + 1672 + ], + "-1": [ + 1093 + ], + "-2": [ + 1075 + ], + "-3": [ + 1073 + ], + "-4": [ + 1084 + ] + }, + "1084": { + "1": [ + 1079 + ], + "2": [ + 1085 + ], + "3": [ + 1087 + ], + "4": [ + 1086 + ], + "-1": [ + 1075 + ], + "-2": [ + 1073 + ], + "-3": [ + 1067 + ], + "-4": [ + 1078 + ] + }, + "1085": { + "1": [ + 1082 + ], + "2": [ + 371 + ], + "3": [], + "4": [ + 1087 + ], + "-1": [ + 1086 + ], + "-2": [ + 1084 + ], + "-3": [ + 1078 + ], + "-4": [ + 1079 + ] + }, + "1087": { + "1": [], + "2": [ + 371 + ], + "3": [ + 1345 + ], + "4": [ + 1673 + ], + "-1": [ + 1672 + ], + "-2": [ + 1086 + ], + "-3": [ + 1084 + ], + "-4": [ + 1085 + ] + }, + "1090": { + "1": [ + 1089 + ], + "2": [ + 1091 + ], + "3": [ + 1097 + ], + "4": [ + 1096 + ], + "-1": [ + 1057 + ], + "-2": [ + 1051 + ], + "-3": [ + 1049 + ], + "-4": [ + 1088 + ] + }, + "1088": { + "1": [ + 1071 + ], + "2": [ + 1089 + ], + "3": [ + 1091 + ], + "4": [ + 1090 + ], + "-1": [ + 1051 + ], + "-2": [ + 1049 + ], + "-3": [ + 1035 + ], + "-4": [ + 1070 + ] + }, + "1089": { + "1": [ + 1074 + ], + "2": [ + 1092 + ], + "3": [ + 1094 + ], + "4": [ + 1091 + ], + "-1": [ + 1090 + ], + "-2": [ + 1088 + ], + "-3": [ + 1070 + ], + "-4": [ + 1071 + ] + }, + "1091": { + "1": [ + 1092 + ], + "2": [ + 1094 + ], + "3": [ + 375 + ], + "4": [ + 1097 + ], + "-1": [ + 1096 + ], + "-2": [ + 1090 + ], + "-3": [ + 1088 + ], + "-4": [ + 1089 + ] + }, + "1094": { + "1": [ + 1093 + ], + "2": [ + 1095 + ], + "3": [], + "4": [ + 375 + ], + "-1": [ + 1097 + ], + "-2": [ + 1091 + ], + "-3": [ + 1089 + ], + "-4": [ + 1092 + ] + }, + "1092": { + "1": [ + 1075 + ], + "2": [ + 1093 + ], + "3": [ + 1095 + ], + "4": [ + 1094 + ], + "-1": [ + 1091 + ], + "-2": [ + 1089 + ], + "-3": [ + 1071 + ], + "-4": [ + 1074 + ] + }, + "1093": { + "1": [ + 1086 + ], + "2": [ + 1672 + ], + "3": [ + 1674 + ], + "4": [ + 1095 + ], + "-1": [ + 1094 + ], + "-2": [ + 1092 + ], + "-3": [ + 1074 + ], + "-4": [ + 1075 + ] + }, + "1095": { + "1": [ + 1672 + ], + "2": [ + 1674 + ], + "3": [ + 1346 + ], + "4": [ + 375 + ], + "-1": [], + "-2": [ + 1094 + ], + "-3": [ + 1092 + ], + "-4": [ + 1093 + ] + }, + "1098": { + "1": [ + 1097 + ], + "2": [ + 1099 + ], + "3": [], + "4": [ + 1576 + ], + "-1": [ + 1349 + ], + "-2": [ + 1059 + ], + "-3": [ + 1057 + ], + "-4": [ + 1096 + ] + }, + "1096": { + "1": [ + 1091 + ], + "2": [ + 1097 + ], + "3": [ + 1099 + ], + "4": [ + 1098 + ], + "-1": [ + 1059 + ], + "-2": [ + 1057 + ], + "-3": [ + 1051 + ], + "-4": [ + 1090 + ] + }, + "1097": { + "1": [ + 1094 + ], + "2": [ + 375 + ], + "3": [], + "4": [ + 1099 + ], + "-1": [ + 1098 + ], + "-2": [ + 1096 + ], + "-3": [ + 1090 + ], + "-4": [ + 1091 + ] + }, + "1099": { + "1": [], + "2": [ + 375 + ], + "3": [ + 1577 + ], + "4": [ + 1576 + ], + "-1": [], + "-2": [ + 1098 + ], + "-3": [ + 1096 + ], + "-4": [ + 1097 + ] + }, + "1102": { + "1": [ + 1101 + ], + "2": [ + 1103 + ], + "3": [ + 1109 + ], + "4": [ + 1108 + ], + "-1": [ + 1001 + ], + "-2": [ + 995 + ], + "-3": [ + 993 + ], + "-4": [ + 1100 + ] + }, + "1100": { + "1": [ + 1039 + ], + "2": [ + 1101 + ], + "3": [ + 1103 + ], + "4": [ + 1102 + ], + "-1": [ + 995 + ], + "-2": [ + 993 + ], + "-3": [ + 915 + ], + "-4": [ + 1038 + ] + }, + "1101": { + "1": [ + 1042 + ], + "2": [ + 1104 + ], + "3": [ + 1106 + ], + "4": [ + 1103 + ], + "-1": [ + 1102 + ], + "-2": [ + 1100 + ], + "-3": [ + 1038 + ], + "-4": [ + 1039 + ] + }, + "1103": { + "1": [ + 1104 + ], + "2": [ + 1106 + ], + "3": [ + 1112 + ], + "4": [ + 1109 + ], + "-1": [ + 1108 + ], + "-2": [ + 1102 + ], + "-3": [ + 1100 + ], + "-4": [ + 1101 + ] + }, + "1106": { + "1": [ + 1105 + ], + "2": [ + 1107 + ], + "3": [ + 1113 + ], + "4": [ + 1112 + ], + "-1": [ + 1109 + ], + "-2": [ + 1103 + ], + "-3": [ + 1101 + ], + "-4": [ + 1104 + ] + }, + "1104": { + "1": [ + 1043 + ], + "2": [ + 1105 + ], + "3": [ + 1107 + ], + "4": [ + 1106 + ], + "-1": [ + 1103 + ], + "-2": [ + 1101 + ], + "-3": [ + 1039 + ], + "-4": [ + 1042 + ] + }, + "1105": { + "1": [ + 1054 + ], + "2": [ + 1676 + ], + "3": [ + 1678 + ], + "4": [ + 1107 + ], + "-1": [ + 1106 + ], + "-2": [ + 1104 + ], + "-3": [ + 1042 + ], + "-4": [ + 1043 + ] + }, + "1107": { + "1": [ + 1676 + ], + "2": [ + 1678 + ], + "3": [ + 1680 + ], + "4": [ + 1113 + ], + "-1": [ + 1112 + ], + "-2": [ + 1106 + ], + "-3": [ + 1104 + ], + "-4": [ + 1105 + ] + }, + "1110": { + "1": [ + 1109 + ], + "2": [ + 1111 + ], + "3": [ + 1117 + ], + "4": [ + 1116 + ], + "-1": [ + 1021 + ], + "-2": [ + 1003 + ], + "-3": [ + 1001 + ], + "-4": [ + 1108 + ] + }, + "1108": { + "1": [ + 1103 + ], + "2": [ + 1109 + ], + "3": [ + 1111 + ], + "4": [ + 1110 + ], + "-1": [ + 1003 + ], + "-2": [ + 1001 + ], + "-3": [ + 995 + ], + "-4": [ + 1102 + ] + }, + "1109": { + "1": [ + 1106 + ], + "2": [ + 1112 + ], + "3": [ + 1114 + ], + "4": [ + 1111 + ], + "-1": [ + 1110 + ], + "-2": [ + 1108 + ], + "-3": [ + 1102 + ], + "-4": [ + 1103 + ] + }, + "1111": { + "1": [ + 1112 + ], + "2": [ + 1114 + ], + "3": [ + 1120 + ], + "4": [ + 1117 + ], + "-1": [ + 1116 + ], + "-2": [ + 1110 + ], + "-3": [ + 1108 + ], + "-4": [ + 1109 + ] + }, + "1114": { + "1": [ + 1113 + ], + "2": [ + 1115 + ], + "3": [ + 1121 + ], + "4": [ + 1120 + ], + "-1": [ + 1117 + ], + "-2": [ + 1111 + ], + "-3": [ + 1109 + ], + "-4": [ + 1112 + ] + }, + "1112": { + "1": [ + 1107 + ], + "2": [ + 1113 + ], + "3": [ + 1115 + ], + "4": [ + 1114 + ], + "-1": [ + 1111 + ], + "-2": [ + 1109 + ], + "-3": [ + 1103 + ], + "-4": [ + 1106 + ] + }, + "1113": { + "1": [ + 1678 + ], + "2": [ + 1680 + ], + "3": [ + 1682 + ], + "4": [ + 1115 + ], + "-1": [ + 1114 + ], + "-2": [ + 1112 + ], + "-3": [ + 1106 + ], + "-4": [ + 1107 + ] + }, + "1115": { + "1": [ + 1680 + ], + "2": [ + 1682 + ], + "3": [ + 1684 + ], + "4": [ + 1121 + ], + "-1": [ + 1120 + ], + "-2": [ + 1114 + ], + "-3": [ + 1112 + ], + "-4": [ + 1113 + ] + }, + "1118": { + "1": [ + 1117 + ], + "2": [ + 1119 + ], + "3": [ + 1125 + ], + "4": [ + 1124 + ], + "-1": [ + 347 + ], + "-2": [ + 1023 + ], + "-3": [ + 1021 + ], + "-4": [ + 1116 + ] + }, + "1116": { + "1": [ + 1111 + ], + "2": [ + 1117 + ], + "3": [ + 1119 + ], + "4": [ + 1118 + ], + "-1": [ + 1023 + ], + "-2": [ + 1021 + ], + "-3": [ + 1003 + ], + "-4": [ + 1110 + ] + }, + "1117": { + "1": [ + 1114 + ], + "2": [ + 1120 + ], + "3": [ + 1122 + ], + "4": [ + 1119 + ], + "-1": [ + 1118 + ], + "-2": [ + 1116 + ], + "-3": [ + 1110 + ], + "-4": [ + 1111 + ] + }, + "1119": { + "1": [ + 1120 + ], + "2": [ + 1122 + ], + "3": [ + 1128 + ], + "4": [ + 1125 + ], + "-1": [ + 1124 + ], + "-2": [ + 1118 + ], + "-3": [ + 1116 + ], + "-4": [ + 1117 + ] + }, + "1122": { + "1": [ + 1121 + ], + "2": [ + 1123 + ], + "3": [ + 1129 + ], + "4": [ + 1128 + ], + "-1": [ + 1125 + ], + "-2": [ + 1119 + ], + "-3": [ + 1117 + ], + "-4": [ + 1120 + ] + }, + "1120": { + "1": [ + 1115 + ], + "2": [ + 1121 + ], + "3": [ + 1123 + ], + "4": [ + 1122 + ], + "-1": [ + 1119 + ], + "-2": [ + 1117 + ], + "-3": [ + 1111 + ], + "-4": [ + 1114 + ] + }, + "1121": { + "1": [ + 1682 + ], + "2": [ + 1684 + ], + "3": [ + 1686 + ], + "4": [ + 1123 + ], + "-1": [ + 1122 + ], + "-2": [ + 1120 + ], + "-3": [ + 1114 + ], + "-4": [ + 1115 + ] + }, + "1123": { + "1": [ + 1684 + ], + "2": [ + 1686 + ], + "3": [ + 1354 + ], + "4": [ + 1129 + ], + "-1": [ + 1128 + ], + "-2": [ + 1122 + ], + "-3": [ + 1120 + ], + "-4": [ + 1121 + ] + }, + "1126": { + "1": [ + 1125 + ], + "2": [ + 1127 + ], + "3": [ + 745 + ], + "4": [ + 744 + ], + "-1": [ + 221 + ], + "-2": [ + 347 + ], + "-3": [], + "-4": [ + 1124 + ] + }, + "1124": { + "1": [ + 1119 + ], + "2": [ + 1125 + ], + "3": [ + 1127 + ], + "4": [ + 1126 + ], + "-1": [], + "-2": [ + 347 + ], + "-3": [ + 1023 + ], + "-4": [ + 1118 + ] + }, + "1125": { + "1": [ + 1122 + ], + "2": [ + 1128 + ], + "3": [ + 1130 + ], + "4": [ + 1127 + ], + "-1": [ + 1126 + ], + "-2": [ + 1124 + ], + "-3": [ + 1118 + ], + "-4": [ + 1119 + ] + }, + "1127": { + "1": [ + 1128 + ], + "2": [ + 1130 + ], + "3": [ + 748 + ], + "4": [ + 745 + ], + "-1": [ + 744 + ], + "-2": [ + 1126 + ], + "-3": [ + 1124 + ], + "-4": [ + 1125 + ] + }, + "1130": { + "1": [ + 1129 + ], + "2": [ + 1131 + ], + "3": [ + 749 + ], + "4": [ + 748 + ], + "-1": [ + 745 + ], + "-2": [ + 1127 + ], + "-3": [ + 1125 + ], + "-4": [ + 1128 + ] + }, + "1128": { + "1": [ + 1123 + ], + "2": [ + 1129 + ], + "3": [ + 1131 + ], + "4": [ + 1130 + ], + "-1": [ + 1127 + ], + "-2": [ + 1125 + ], + "-3": [ + 1119 + ], + "-4": [ + 1122 + ] + }, + "1129": { + "1": [ + 1686 + ], + "2": [ + 1354 + ], + "3": [], + "4": [ + 1131 + ], + "-1": [ + 1130 + ], + "-2": [ + 1128 + ], + "-3": [ + 1122 + ], + "-4": [ + 1123 + ] + }, + "1131": { + "1": [], + "2": [ + 1354 + ], + "3": [ + 93 + ], + "4": [ + 749 + ], + "-1": [ + 748 + ], + "-2": [ + 1130 + ], + "-3": [ + 1128 + ], + "-4": [ + 1129 + ] + }, + "1134": { + "1": [ + 1133 + ], + "2": [ + 1135 + ], + "3": [ + 1421 + ], + "4": [ + 1420 + ], + "-1": [ + 1137 + ], + "-2": [ + 386 + ], + "-3": [], + "-4": [ + 1132 + ] + }, + "1132": { + "1": [], + "2": [ + 1133 + ], + "3": [ + 1135 + ], + "4": [ + 1134 + ], + "-1": [], + "-2": [ + 386 + ], + "-3": [ + 384 + ], + "-4": [ + 385 + ] + }, + "1133": { + "1": [ + 1698 + ], + "2": [ + 1704 + ], + "3": [ + 1706 + ], + "4": [ + 1135 + ], + "-1": [ + 1134 + ], + "-2": [ + 1132 + ], + "-3": [], + "-4": [ + 385 + ] + }, + "1135": { + "1": [ + 1704 + ], + "2": [ + 1706 + ], + "3": [ + 1712 + ], + "4": [ + 1421 + ], + "-1": [ + 1420 + ], + "-2": [ + 1134 + ], + "-3": [ + 1132 + ], + "-4": [ + 1133 + ] + }, + "1138": { + "1": [ + 1137 + ], + "2": [ + 1139 + ], + "3": [], + "4": [ + 390 + ], + "-1": [], + "-2": [ + 1313 + ], + "-3": [], + "-4": [ + 1136 + ] + }, + "1136": { + "1": [], + "2": [ + 1137 + ], + "3": [ + 1139 + ], + "4": [ + 1138 + ], + "-1": [], + "-2": [ + 1313 + ], + "-3": [ + 1599 + ], + "-4": [ + 386 + ] + }, + "1137": { + "1": [ + 1134 + ], + "2": [ + 1420 + ], + "3": [ + 1422 + ], + "4": [ + 1139 + ], + "-1": [ + 1138 + ], + "-2": [ + 1136 + ], + "-3": [], + "-4": [ + 386 + ] + }, + "1139": { + "1": [ + 1420 + ], + "2": [ + 1422 + ], + "3": [ + 1424 + ], + "4": [ + 390 + ], + "-1": [], + "-2": [ + 1138 + ], + "-3": [ + 1136 + ], + "-4": [ + 1137 + ] + }, + "1142": { + "1": [ + 1141 + ], + "2": [ + 1143 + ], + "3": [], + "4": [ + 144 + ], + "-1": [], + "-2": [ + 394 + ], + "-3": [], + "-4": [ + 1140 + ] + }, + "1140": { + "1": [], + "2": [ + 1141 + ], + "3": [ + 1143 + ], + "4": [ + 1142 + ], + "-1": [], + "-2": [ + 394 + ], + "-3": [ + 392 + ], + "-4": [ + 393 + ] + }, + "1141": { + "1": [], + "2": [ + 143 + ], + "3": [], + "4": [ + 1143 + ], + "-1": [ + 1142 + ], + "-2": [ + 1140 + ], + "-3": [], + "-4": [ + 393 + ] + }, + "1143": { + "1": [], + "2": [ + 143 + ], + "3": [ + 145 + ], + "4": [ + 144 + ], + "-1": [], + "-2": [ + 1142 + ], + "-3": [ + 1140 + ], + "-4": [ + 1141 + ] + }, + "1146": { + "1": [ + 1145 + ], + "2": [ + 1147 + ], + "3": [ + 1153 + ], + "4": [ + 1152 + ], + "-1": [], + "-2": [ + 54 + ], + "-3": [], + "-4": [ + 1144 + ] + }, + "1144": { + "1": [], + "2": [ + 1145 + ], + "3": [ + 1147 + ], + "4": [ + 1146 + ], + "-1": [], + "-2": [ + 54 + ], + "-3": [], + "-4": [ + 144 + ] + }, + "1145": { + "1": [], + "2": [ + 1148 + ], + "3": [ + 1150 + ], + "4": [ + 1147 + ], + "-1": [ + 1146 + ], + "-2": [ + 1144 + ], + "-3": [], + "-4": [ + 144 + ] + }, + "1147": { + "1": [ + 1148 + ], + "2": [ + 1150 + ], + "3": [ + 1156 + ], + "4": [ + 1153 + ], + "-1": [ + 1152 + ], + "-2": [ + 1146 + ], + "-3": [ + 1144 + ], + "-4": [ + 1145 + ] + }, + "1150": { + "1": [ + 1149 + ], + "2": [ + 1151 + ], + "3": [ + 1157 + ], + "4": [ + 1156 + ], + "-1": [ + 1153 + ], + "-2": [ + 1147 + ], + "-3": [ + 1145 + ], + "-4": [ + 1148 + ] + }, + "1148": { + "1": [], + "2": [ + 1149 + ], + "3": [ + 1151 + ], + "4": [ + 1150 + ], + "-1": [ + 1147 + ], + "-2": [ + 1145 + ], + "-3": [], + "-4": [ + 144 + ] + }, + "1149": { + "1": [ + 145 + ], + "2": [ + 400 + ], + "3": [], + "4": [ + 1151 + ], + "-1": [ + 1150 + ], + "-2": [ + 1148 + ], + "-3": [], + "-4": [ + 144 + ] + }, + "1151": { + "1": [], + "2": [ + 400 + ], + "3": [ + 402 + ], + "4": [ + 1157 + ], + "-1": [ + 1156 + ], + "-2": [ + 1150 + ], + "-3": [ + 1148 + ], + "-4": [ + 1149 + ] + }, + "1154": { + "1": [ + 1153 + ], + "2": [ + 1155 + ], + "3": [ + 853 + ], + "4": [ + 852 + ], + "-1": [ + 289 + ], + "-2": [ + 54 + ], + "-3": [], + "-4": [ + 1152 + ] + }, + "1152": { + "1": [ + 1147 + ], + "2": [ + 1153 + ], + "3": [ + 1155 + ], + "4": [ + 1154 + ], + "-1": [], + "-2": [ + 54 + ], + "-3": [], + "-4": [ + 1146 + ] + }, + "1153": { + "1": [ + 1150 + ], + "2": [ + 1156 + ], + "3": [ + 1158 + ], + "4": [ + 1155 + ], + "-1": [ + 1154 + ], + "-2": [ + 1152 + ], + "-3": [ + 1146 + ], + "-4": [ + 1147 + ] + }, + "1155": { + "1": [ + 1156 + ], + "2": [ + 1158 + ], + "3": [ + 856 + ], + "4": [ + 853 + ], + "-1": [ + 852 + ], + "-2": [ + 1154 + ], + "-3": [ + 1152 + ], + "-4": [ + 1153 + ] + }, + "1158": { + "1": [ + 1157 + ], + "2": [ + 1159 + ], + "3": [ + 857 + ], + "4": [ + 856 + ], + "-1": [ + 853 + ], + "-2": [ + 1155 + ], + "-3": [ + 1153 + ], + "-4": [ + 1156 + ] + }, + "1156": { + "1": [ + 1151 + ], + "2": [ + 1157 + ], + "3": [ + 1159 + ], + "4": [ + 1158 + ], + "-1": [ + 1155 + ], + "-2": [ + 1153 + ], + "-3": [ + 1147 + ], + "-4": [ + 1150 + ] + }, + "1157": { + "1": [ + 400 + ], + "2": [ + 402 + ], + "3": [], + "4": [ + 1159 + ], + "-1": [ + 1158 + ], + "-2": [ + 1156 + ], + "-3": [ + 1150 + ], + "-4": [ + 1151 + ] + }, + "1159": { + "1": [], + "2": [ + 402 + ], + "3": [ + 868 + ], + "4": [ + 857 + ], + "-1": [ + 856 + ], + "-2": [ + 1158 + ], + "-3": [ + 1156 + ], + "-4": [ + 1157 + ] + }, + "1162": { + "1": [ + 1161 + ], + "2": [ + 1163 + ], + "3": [], + "4": [ + 403 + ], + "-1": [ + 402 + ], + "-2": [ + 400 + ], + "-3": [], + "-4": [ + 1160 + ] + }, + "1160": { + "1": [], + "2": [ + 1161 + ], + "3": [ + 1163 + ], + "4": [ + 1162 + ], + "-1": [], + "-2": [ + 400 + ], + "-3": [], + "-4": [ + 145 + ] + }, + "1161": { + "1": [ + 410 + ], + "2": [ + 1188 + ], + "3": [ + 1190 + ], + "4": [ + 1163 + ], + "-1": [ + 1162 + ], + "-2": [ + 1160 + ], + "-3": [], + "-4": [ + 145 + ] + }, + "1163": { + "1": [ + 1188 + ], + "2": [ + 1190 + ], + "3": [ + 1196 + ], + "4": [ + 403 + ], + "-1": [], + "-2": [ + 1162 + ], + "-3": [ + 1160 + ], + "-4": [ + 1161 + ] + }, + "1166": { + "1": [ + 1165 + ], + "2": [ + 1167 + ], + "3": [ + 1177 + ], + "4": [ + 1176 + ], + "-1": [ + 1173 + ], + "-2": [ + 406 + ], + "-3": [], + "-4": [ + 1164 + ] + }, + "1164": { + "1": [], + "2": [ + 1165 + ], + "3": [ + 1167 + ], + "4": [ + 1166 + ], + "-1": [], + "-2": [ + 406 + ], + "-3": [ + 404 + ], + "-4": [ + 405 + ] + }, + "1165": { + "1": [], + "2": [ + 57 + ], + "3": [], + "4": [ + 1167 + ], + "-1": [ + 1166 + ], + "-2": [ + 1164 + ], + "-3": [], + "-4": [ + 405 + ] + }, + "1167": { + "1": [], + "2": [ + 57 + ], + "3": [ + 424 + ], + "4": [ + 1177 + ], + "-1": [ + 1176 + ], + "-2": [ + 1166 + ], + "-3": [ + 1164 + ], + "-4": [ + 1165 + ] + }, + "1170": { + "1": [ + 1169 + ], + "2": [ + 1171 + ], + "3": [ + 1193 + ], + "4": [ + 1192 + ], + "-1": [ + 1189 + ], + "-2": [ + 410 + ], + "-3": [], + "-4": [ + 1168 + ] + }, + "1168": { + "1": [], + "2": [ + 1169 + ], + "3": [ + 1171 + ], + "4": [ + 1170 + ], + "-1": [], + "-2": [ + 410 + ], + "-3": [ + 408 + ], + "-4": [ + 409 + ] + }, + "1169": { + "1": [ + 1174 + ], + "2": [ + 1180 + ], + "3": [ + 1182 + ], + "4": [ + 1171 + ], + "-1": [ + 1170 + ], + "-2": [ + 1168 + ], + "-3": [], + "-4": [ + 409 + ] + }, + "1171": { + "1": [ + 1180 + ], + "2": [ + 1182 + ], + "3": [ + 1204 + ], + "4": [ + 1193 + ], + "-1": [ + 1192 + ], + "-2": [ + 1170 + ], + "-3": [ + 1168 + ], + "-4": [ + 1169 + ] + }, + "1174": { + "1": [ + 1173 + ], + "2": [ + 1175 + ], + "3": [ + 1181 + ], + "4": [ + 1180 + ], + "-1": [ + 1169 + ], + "-2": [ + 409 + ], + "-3": [], + "-4": [ + 1172 + ] + }, + "1172": { + "1": [], + "2": [ + 1173 + ], + "3": [ + 1175 + ], + "4": [ + 1174 + ], + "-1": [], + "-2": [ + 409 + ], + "-3": [ + 150 + ], + "-4": [ + 406 + ] + }, + "1173": { + "1": [ + 1166 + ], + "2": [ + 1176 + ], + "3": [ + 1178 + ], + "4": [ + 1175 + ], + "-1": [ + 1174 + ], + "-2": [ + 1172 + ], + "-3": [], + "-4": [ + 406 + ] + }, + "1175": { + "1": [ + 1176 + ], + "2": [ + 1178 + ], + "3": [ + 1184 + ], + "4": [ + 1181 + ], + "-1": [ + 1180 + ], + "-2": [ + 1174 + ], + "-3": [ + 1172 + ], + "-4": [ + 1173 + ] + }, + "1178": { + "1": [ + 1177 + ], + "2": [ + 1179 + ], + "3": [ + 1185 + ], + "4": [ + 1184 + ], + "-1": [ + 1181 + ], + "-2": [ + 1175 + ], + "-3": [ + 1173 + ], + "-4": [ + 1176 + ] + }, + "1176": { + "1": [ + 1167 + ], + "2": [ + 1177 + ], + "3": [ + 1179 + ], + "4": [ + 1178 + ], + "-1": [ + 1175 + ], + "-2": [ + 1173 + ], + "-3": [ + 406 + ], + "-4": [ + 1166 + ] + }, + "1177": { + "1": [ + 57 + ], + "2": [ + 424 + ], + "3": [], + "4": [ + 1179 + ], + "-1": [ + 1178 + ], + "-2": [ + 1176 + ], + "-3": [ + 1166 + ], + "-4": [ + 1167 + ] + }, + "1179": { + "1": [], + "2": [ + 424 + ], + "3": [ + 1212 + ], + "4": [ + 1185 + ], + "-1": [ + 1184 + ], + "-2": [ + 1178 + ], + "-3": [ + 1176 + ], + "-4": [ + 1177 + ] + }, + "1182": { + "1": [ + 1181 + ], + "2": [ + 1183 + ], + "3": [ + 1205 + ], + "4": [ + 1204 + ], + "-1": [ + 1193 + ], + "-2": [ + 1171 + ], + "-3": [ + 1169 + ], + "-4": [ + 1180 + ] + }, + "1180": { + "1": [ + 1175 + ], + "2": [ + 1181 + ], + "3": [ + 1183 + ], + "4": [ + 1182 + ], + "-1": [ + 1171 + ], + "-2": [ + 1169 + ], + "-3": [ + 409 + ], + "-4": [ + 1174 + ] + }, + "1181": { + "1": [ + 1178 + ], + "2": [ + 1184 + ], + "3": [ + 1186 + ], + "4": [ + 1183 + ], + "-1": [ + 1182 + ], + "-2": [ + 1180 + ], + "-3": [ + 1174 + ], + "-4": [ + 1175 + ] + }, + "1183": { + "1": [ + 1184 + ], + "2": [ + 1186 + ], + "3": [ + 421 + ], + "4": [ + 1205 + ], + "-1": [ + 1204 + ], + "-2": [ + 1182 + ], + "-3": [ + 1180 + ], + "-4": [ + 1181 + ] + }, + "1186": { + "1": [ + 1185 + ], + "2": [ + 1187 + ], + "3": [], + "4": [ + 421 + ], + "-1": [ + 1205 + ], + "-2": [ + 1183 + ], + "-3": [ + 1181 + ], + "-4": [ + 1184 + ] + }, + "1184": { + "1": [ + 1179 + ], + "2": [ + 1185 + ], + "3": [ + 1187 + ], + "4": [ + 1186 + ], + "-1": [ + 1183 + ], + "-2": [ + 1181 + ], + "-3": [ + 1175 + ], + "-4": [ + 1178 + ] + }, + "1185": { + "1": [ + 424 + ], + "2": [ + 1212 + ], + "3": [ + 1214 + ], + "4": [ + 1187 + ], + "-1": [ + 1186 + ], + "-2": [ + 1184 + ], + "-3": [ + 1178 + ], + "-4": [ + 1179 + ] + }, + "1187": { + "1": [ + 1212 + ], + "2": [ + 1214 + ], + "3": [ + 1220 + ], + "4": [ + 421 + ], + "-1": [], + "-2": [ + 1186 + ], + "-3": [ + 1184 + ], + "-4": [ + 1185 + ] + }, + "1190": { + "1": [ + 1189 + ], + "2": [ + 1191 + ], + "3": [ + 1197 + ], + "4": [ + 1196 + ], + "-1": [ + 403 + ], + "-2": [ + 1163 + ], + "-3": [ + 1161 + ], + "-4": [ + 1188 + ] + }, + "1188": { + "1": [], + "2": [ + 1189 + ], + "3": [ + 1191 + ], + "4": [ + 1190 + ], + "-1": [ + 1163 + ], + "-2": [ + 1161 + ], + "-3": [ + 145 + ], + "-4": [ + 410 + ] + }, + "1189": { + "1": [ + 1170 + ], + "2": [ + 1192 + ], + "3": [ + 1194 + ], + "4": [ + 1191 + ], + "-1": [ + 1190 + ], + "-2": [ + 1188 + ], + "-3": [], + "-4": [ + 410 + ] + }, + "1191": { + "1": [ + 1192 + ], + "2": [ + 1194 + ], + "3": [ + 1200 + ], + "4": [ + 1197 + ], + "-1": [ + 1196 + ], + "-2": [ + 1190 + ], + "-3": [ + 1188 + ], + "-4": [ + 1189 + ] + }, + "1194": { + "1": [ + 1193 + ], + "2": [ + 1195 + ], + "3": [ + 1201 + ], + "4": [ + 1200 + ], + "-1": [ + 1197 + ], + "-2": [ + 1191 + ], + "-3": [ + 1189 + ], + "-4": [ + 1192 + ] + }, + "1192": { + "1": [ + 1171 + ], + "2": [ + 1193 + ], + "3": [ + 1195 + ], + "4": [ + 1194 + ], + "-1": [ + 1191 + ], + "-2": [ + 1189 + ], + "-3": [ + 410 + ], + "-4": [ + 1170 + ] + }, + "1193": { + "1": [ + 1182 + ], + "2": [ + 1204 + ], + "3": [ + 1206 + ], + "4": [ + 1195 + ], + "-1": [ + 1194 + ], + "-2": [ + 1192 + ], + "-3": [ + 1170 + ], + "-4": [ + 1171 + ] + }, + "1195": { + "1": [ + 1204 + ], + "2": [ + 1206 + ], + "3": [ + 1208 + ], + "4": [ + 1201 + ], + "-1": [ + 1200 + ], + "-2": [ + 1194 + ], + "-3": [ + 1192 + ], + "-4": [ + 1193 + ] + }, + "1198": { + "1": [ + 1197 + ], + "2": [ + 1199 + ], + "3": [ + 1025 + ], + "4": [ + 1024 + ], + "-1": [ + 873 + ], + "-2": [ + 403 + ], + "-3": [], + "-4": [ + 1196 + ] + }, + "1196": { + "1": [ + 1191 + ], + "2": [ + 1197 + ], + "3": [ + 1199 + ], + "4": [ + 1198 + ], + "-1": [], + "-2": [ + 403 + ], + "-3": [ + 1163 + ], + "-4": [ + 1190 + ] + }, + "1197": { + "1": [ + 1194 + ], + "2": [ + 1200 + ], + "3": [ + 1202 + ], + "4": [ + 1199 + ], + "-1": [ + 1198 + ], + "-2": [ + 1196 + ], + "-3": [ + 1190 + ], + "-4": [ + 1191 + ] + }, + "1199": { + "1": [ + 1200 + ], + "2": [ + 1202 + ], + "3": [ + 349 + ], + "4": [ + 1025 + ], + "-1": [ + 1024 + ], + "-2": [ + 1198 + ], + "-3": [ + 1196 + ], + "-4": [ + 1197 + ] + }, + "1202": { + "1": [ + 1201 + ], + "2": [ + 1203 + ], + "3": [], + "4": [ + 349 + ], + "-1": [ + 1025 + ], + "-2": [ + 1199 + ], + "-3": [ + 1197 + ], + "-4": [ + 1200 + ] + }, + "1200": { + "1": [ + 1195 + ], + "2": [ + 1201 + ], + "3": [ + 1203 + ], + "4": [ + 1202 + ], + "-1": [ + 1199 + ], + "-2": [ + 1197 + ], + "-3": [ + 1191 + ], + "-4": [ + 1194 + ] + }, + "1201": { + "1": [ + 1206 + ], + "2": [ + 1208 + ], + "3": [ + 1210 + ], + "4": [ + 1203 + ], + "-1": [ + 1202 + ], + "-2": [ + 1200 + ], + "-3": [ + 1194 + ], + "-4": [ + 1195 + ] + }, + "1203": { + "1": [ + 1208 + ], + "2": [ + 1210 + ], + "3": [ + 352 + ], + "4": [ + 349 + ], + "-1": [], + "-2": [ + 1202 + ], + "-3": [ + 1200 + ], + "-4": [ + 1201 + ] + }, + "1206": { + "1": [ + 1205 + ], + "2": [ + 1207 + ], + "3": [ + 1209 + ], + "4": [ + 1208 + ], + "-1": [ + 1201 + ], + "-2": [ + 1195 + ], + "-3": [ + 1193 + ], + "-4": [ + 1204 + ] + }, + "1204": { + "1": [ + 1183 + ], + "2": [ + 1205 + ], + "3": [ + 1207 + ], + "4": [ + 1206 + ], + "-1": [ + 1195 + ], + "-2": [ + 1193 + ], + "-3": [ + 1171 + ], + "-4": [ + 1182 + ] + }, + "1205": { + "1": [ + 1186 + ], + "2": [ + 421 + ], + "3": [], + "4": [ + 1207 + ], + "-1": [ + 1206 + ], + "-2": [ + 1204 + ], + "-3": [ + 1182 + ], + "-4": [ + 1183 + ] + }, + "1207": { + "1": [], + "2": [ + 421 + ], + "3": [ + 423 + ], + "4": [ + 1209 + ], + "-1": [ + 1208 + ], + "-2": [ + 1206 + ], + "-3": [ + 1204 + ], + "-4": [ + 1205 + ] + }, + "1210": { + "1": [ + 1209 + ], + "2": [ + 1211 + ], + "3": [], + "4": [ + 352 + ], + "-1": [ + 349 + ], + "-2": [ + 1203 + ], + "-3": [ + 1201 + ], + "-4": [ + 1208 + ] + }, + "1208": { + "1": [ + 1207 + ], + "2": [ + 1209 + ], + "3": [ + 1211 + ], + "4": [ + 1210 + ], + "-1": [ + 1203 + ], + "-2": [ + 1201 + ], + "-3": [ + 1195 + ], + "-4": [ + 1206 + ] + }, + "1209": { + "1": [ + 421 + ], + "2": [ + 423 + ], + "3": [], + "4": [ + 1211 + ], + "-1": [ + 1210 + ], + "-2": [ + 1208 + ], + "-3": [ + 1206 + ], + "-4": [ + 1207 + ] + }, + "1211": { + "1": [], + "2": [ + 423 + ], + "3": [ + 353 + ], + "4": [ + 352 + ], + "-1": [], + "-2": [ + 1210 + ], + "-3": [ + 1208 + ], + "-4": [ + 1209 + ] + }, + "1214": { + "1": [ + 1213 + ], + "2": [ + 1215 + ], + "3": [ + 1221 + ], + "4": [ + 1220 + ], + "-1": [ + 421 + ], + "-2": [ + 1187 + ], + "-3": [ + 1185 + ], + "-4": [ + 1212 + ] + }, + "1212": { + "1": [], + "2": [ + 1213 + ], + "3": [ + 1215 + ], + "4": [ + 1214 + ], + "-1": [ + 1187 + ], + "-2": [ + 1185 + ], + "-3": [ + 1179 + ], + "-4": [ + 424 + ] + }, + "1213": { + "1": [ + 425 + ], + "2": [ + 1428 + ], + "3": [ + 1430 + ], + "4": [ + 1215 + ], + "-1": [ + 1214 + ], + "-2": [ + 1212 + ], + "-3": [], + "-4": [ + 424 + ] + }, + "1215": { + "1": [ + 1428 + ], + "2": [ + 1430 + ], + "3": [ + 1224 + ], + "4": [ + 1221 + ], + "-1": [ + 1220 + ], + "-2": [ + 1214 + ], + "-3": [ + 1212 + ], + "-4": [ + 1213 + ] + }, + "1218": { + "1": [ + 1217 + ], + "2": [ + 1219 + ], + "3": [ + 1433 + ], + "4": [ + 1432 + ], + "-1": [ + 1429 + ], + "-2": [ + 425 + ], + "-3": [], + "-4": [ + 1216 + ] + }, + "1216": { + "1": [], + "2": [ + 1217 + ], + "3": [ + 1219 + ], + "4": [ + 1218 + ], + "-1": [], + "-2": [ + 425 + ], + "-3": [], + "-4": [ + 57 + ] + }, + "1217": { + "1": [], + "2": [ + 429 + ], + "3": [], + "4": [ + 1219 + ], + "-1": [ + 1218 + ], + "-2": [ + 1216 + ], + "-3": [], + "-4": [ + 57 + ] + }, + "1219": { + "1": [], + "2": [ + 429 + ], + "3": [ + 431 + ], + "4": [ + 1433 + ], + "-1": [ + 1432 + ], + "-2": [ + 1218 + ], + "-3": [ + 1216 + ], + "-4": [ + 1217 + ] + }, + "1222": { + "1": [ + 1221 + ], + "2": [ + 1223 + ], + "3": [ + 1229 + ], + "4": [ + 1228 + ], + "-1": [ + 423 + ], + "-2": [ + 421 + ], + "-3": [], + "-4": [ + 1220 + ] + }, + "1220": { + "1": [ + 1215 + ], + "2": [ + 1221 + ], + "3": [ + 1223 + ], + "4": [ + 1222 + ], + "-1": [], + "-2": [ + 421 + ], + "-3": [ + 1187 + ], + "-4": [ + 1214 + ] + }, + "1221": { + "1": [ + 1430 + ], + "2": [ + 1224 + ], + "3": [ + 1226 + ], + "4": [ + 1223 + ], + "-1": [ + 1222 + ], + "-2": [ + 1220 + ], + "-3": [ + 1214 + ], + "-4": [ + 1215 + ] + }, + "1223": { + "1": [ + 1224 + ], + "2": [ + 1226 + ], + "3": [ + 1232 + ], + "4": [ + 1229 + ], + "-1": [ + 1228 + ], + "-2": [ + 1222 + ], + "-3": [ + 1220 + ], + "-4": [ + 1221 + ] + }, + "1226": { + "1": [ + 1225 + ], + "2": [ + 1227 + ], + "3": [ + 1233 + ], + "4": [ + 1232 + ], + "-1": [ + 1229 + ], + "-2": [ + 1223 + ], + "-3": [ + 1221 + ], + "-4": [ + 1224 + ] + }, + "1224": { + "1": [ + 1431 + ], + "2": [ + 1225 + ], + "3": [ + 1227 + ], + "4": [ + 1226 + ], + "-1": [ + 1223 + ], + "-2": [ + 1221 + ], + "-3": [ + 1215 + ], + "-4": [ + 1430 + ] + }, + "1225": { + "1": [ + 1434 + ], + "2": [ + 1236 + ], + "3": [ + 1238 + ], + "4": [ + 1227 + ], + "-1": [ + 1226 + ], + "-2": [ + 1224 + ], + "-3": [ + 1430 + ], + "-4": [ + 1431 + ] + }, + "1227": { + "1": [ + 1236 + ], + "2": [ + 1238 + ], + "3": [ + 1240 + ], + "4": [ + 1233 + ], + "-1": [ + 1232 + ], + "-2": [ + 1226 + ], + "-3": [ + 1224 + ], + "-4": [ + 1225 + ] + }, + "1230": { + "1": [ + 1229 + ], + "2": [ + 1231 + ], + "3": [ + 1061 + ], + "4": [ + 1060 + ], + "-1": [ + 353 + ], + "-2": [ + 423 + ], + "-3": [], + "-4": [ + 1228 + ] + }, + "1228": { + "1": [ + 1223 + ], + "2": [ + 1229 + ], + "3": [ + 1231 + ], + "4": [ + 1230 + ], + "-1": [], + "-2": [ + 423 + ], + "-3": [ + 421 + ], + "-4": [ + 1222 + ] + }, + "1229": { + "1": [ + 1226 + ], + "2": [ + 1232 + ], + "3": [ + 1234 + ], + "4": [ + 1231 + ], + "-1": [ + 1230 + ], + "-2": [ + 1228 + ], + "-3": [ + 1222 + ], + "-4": [ + 1223 + ] + }, + "1231": { + "1": [ + 1232 + ], + "2": [ + 1234 + ], + "3": [ + 1064 + ], + "4": [ + 1061 + ], + "-1": [ + 1060 + ], + "-2": [ + 1230 + ], + "-3": [ + 1228 + ], + "-4": [ + 1229 + ] + }, + "1234": { + "1": [ + 1233 + ], + "2": [ + 1235 + ], + "3": [ + 1065 + ], + "4": [ + 1064 + ], + "-1": [ + 1061 + ], + "-2": [ + 1231 + ], + "-3": [ + 1229 + ], + "-4": [ + 1232 + ] + }, + "1232": { + "1": [ + 1227 + ], + "2": [ + 1233 + ], + "3": [ + 1235 + ], + "4": [ + 1234 + ], + "-1": [ + 1231 + ], + "-2": [ + 1229 + ], + "-3": [ + 1223 + ], + "-4": [ + 1226 + ] + }, + "1233": { + "1": [ + 1238 + ], + "2": [ + 1240 + ], + "3": [ + 1242 + ], + "4": [ + 1235 + ], + "-1": [ + 1234 + ], + "-2": [ + 1232 + ], + "-3": [ + 1226 + ], + "-4": [ + 1227 + ] + }, + "1235": { + "1": [ + 1240 + ], + "2": [ + 1242 + ], + "3": [ + 1076 + ], + "4": [ + 1065 + ], + "-1": [ + 1064 + ], + "-2": [ + 1234 + ], + "-3": [ + 1232 + ], + "-4": [ + 1233 + ] + }, + "1238": { + "1": [ + 1237 + ], + "2": [ + 1239 + ], + "3": [ + 1241 + ], + "4": [ + 1240 + ], + "-1": [ + 1233 + ], + "-2": [ + 1227 + ], + "-3": [ + 1225 + ], + "-4": [ + 1236 + ] + }, + "1236": { + "1": [ + 1435 + ], + "2": [ + 1237 + ], + "3": [ + 1239 + ], + "4": [ + 1238 + ], + "-1": [ + 1227 + ], + "-2": [ + 1225 + ], + "-3": [ + 1431 + ], + "-4": [ + 1434 + ] + }, + "1237": { + "1": [ + 431 + ], + "2": [ + 1436 + ], + "3": [ + 1438 + ], + "4": [ + 1239 + ], + "-1": [ + 1238 + ], + "-2": [ + 1236 + ], + "-3": [ + 1434 + ], + "-4": [ + 1435 + ] + }, + "1239": { + "1": [ + 1436 + ], + "2": [ + 1438 + ], + "3": [ + 1244 + ], + "4": [ + 1241 + ], + "-1": [ + 1240 + ], + "-2": [ + 1238 + ], + "-3": [ + 1236 + ], + "-4": [ + 1237 + ] + }, + "1242": { + "1": [ + 1241 + ], + "2": [ + 1243 + ], + "3": [ + 1077 + ], + "4": [ + 1076 + ], + "-1": [ + 1065 + ], + "-2": [ + 1235 + ], + "-3": [ + 1233 + ], + "-4": [ + 1240 + ] + }, + "1240": { + "1": [ + 1239 + ], + "2": [ + 1241 + ], + "3": [ + 1243 + ], + "4": [ + 1242 + ], + "-1": [ + 1235 + ], + "-2": [ + 1233 + ], + "-3": [ + 1227 + ], + "-4": [ + 1238 + ] + }, + "1241": { + "1": [ + 1438 + ], + "2": [ + 1244 + ], + "3": [ + 1246 + ], + "4": [ + 1243 + ], + "-1": [ + 1242 + ], + "-2": [ + 1240 + ], + "-3": [ + 1238 + ], + "-4": [ + 1239 + ] + }, + "1243": { + "1": [ + 1244 + ], + "2": [ + 1246 + ], + "3": [ + 1080 + ], + "4": [ + 1077 + ], + "-1": [ + 1076 + ], + "-2": [ + 1242 + ], + "-3": [ + 1240 + ], + "-4": [ + 1241 + ] + }, + "1246": { + "1": [ + 1245 + ], + "2": [ + 1247 + ], + "3": [ + 1081 + ], + "4": [ + 1080 + ], + "-1": [ + 1077 + ], + "-2": [ + 1243 + ], + "-3": [ + 1241 + ], + "-4": [ + 1244 + ] + }, + "1244": { + "1": [ + 1439 + ], + "2": [ + 1245 + ], + "3": [ + 1247 + ], + "4": [ + 1246 + ], + "-1": [ + 1243 + ], + "-2": [ + 1241 + ], + "-3": [ + 1239 + ], + "-4": [ + 1438 + ] + }, + "1245": { + "1": [ + 2382 + ], + "2": [ + 2388 + ], + "3": [ + 2390 + ], + "4": [ + 1247 + ], + "-1": [ + 1246 + ], + "-2": [ + 1244 + ], + "-3": [ + 1438 + ], + "-4": [ + 1439 + ] + }, + "1247": { + "1": [ + 2388 + ], + "2": [ + 2390 + ], + "3": [ + 1588 + ], + "4": [ + 1081 + ], + "-1": [ + 1080 + ], + "-2": [ + 1246 + ], + "-3": [ + 1244 + ], + "-4": [ + 1245 + ] + }, + "1250": { + "1": [ + 1762 + ], + "2": [ + 1251 + ], + "3": [], + "4": [], + "-1": [], + "-2": [ + 23 + ], + "-3": [ + 71 + ], + "-4": [ + 1248 + ] + }, + "1248": { + "1": [ + 1290 + ], + "2": [ + 1752, + 1754, + 1760, + 1762 + ], + "3": [ + 1251 + ], + "4": [ + 1250 + ], + "-1": [ + 23 + ], + "-2": [ + 71, + 185, + 187 + ], + "-3": [ + 743 + ], + "-4": [ + 99, + 798, + 799, + 802, + 803 + ] + }, + "1251": { + "1": [ + 1252 + ], + "2": [ + 1254 + ], + "3": [], + "4": [], + "-1": [], + "-2": [ + 1250 + ], + "-3": [ + 1248 + ], + "-4": [ + 1762, + 1763, + 1766, + 1767 + ] + }, + "1254": { + "1": [ + 1778 + ], + "2": [ + 1255 + ], + "3": [], + "4": [], + "-1": [], + "-2": [ + 1251 + ], + "-3": [ + 1767 + ], + "-4": [ + 1252 + ] + }, + "1252": { + "1": [ + 1806 + ], + "2": [ + 1776, + 1778, + 2224, + 2226, + 2232, + 2234 + ], + "3": [ + 1255 + ], + "4": [ + 1254 + ], + "-1": [ + 1251 + ], + "-2": [ + 1765, + 1767, + 2205, + 2207, + 2213, + 2215 + ], + "-3": [ + 1999 + ], + "-4": [ + 1258 + ] + }, + "1255": { + "1": [], + "2": [], + "3": [], + "4": [], + "-1": [], + "-2": [ + 1254 + ], + "-3": [ + 1252 + ], + "-4": [ + 1447, + 1778, + 1779 + ] + }, + "1258": { + "1": [ + 1454 + ], + "2": [ + 1456, + 1804, + 1806 + ], + "3": [ + 2224 + ], + "4": [ + 1252 + ], + "-1": [ + 2205 + ], + "-2": [ + 1289, + 1533, + 1997, + 1999 + ], + "-3": [ + 1287 + ], + "-4": [ + 1451, + 1791, + 2290, + 2291 + ] + }, + "1261": { + "1": [], + "2": [ + 52 + ], + "3": [ + 54 + ], + "4": [ + 1469, + 1833, + 2372, + 2373 + ], + "-1": [ + 1821 + ], + "-2": [ + 1461, + 1463 + ], + "-3": [], + "-4": [] + }, + "1264": { + "1": [], + "2": [ + 1265 + ], + "3": [ + 1848 + ], + "4": [ + 1472, + 1836, + 1837 + ], + "-1": [ + 429 + ], + "-2": [ + 57 + ], + "-3": [], + "-4": [] + }, + "1265": { + "1": [], + "2": [], + "3": [], + "4": [ + 1848, + 1849, + 1852, + 2416, + 2417 + ], + "-1": [ + 1837 + ], + "-2": [ + 1264 + ], + "-3": [], + "-4": [] + }, + "1270": { + "1": [ + 1486 + ], + "2": [ + 1271 + ], + "3": [], + "4": [ + 18 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1482, + 1483 + ] + }, + "1271": { + "1": [ + 1318 + ], + "2": [ + 62 + ], + "3": [ + 19 + ], + "4": [ + 18 + ], + "-1": [], + "-2": [ + 1270 + ], + "-3": [ + 1483 + ], + "-4": [ + 1486, + 1487 + ] + }, + "1274": { + "1": [ + 1490 + ], + "2": [ + 1492, + 1494 + ], + "3": [ + 1896 + ], + "4": [ + 1496, + 1888, + 1889 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1272 + ] + }, + "1272": { + "1": [ + 1303 + ], + "2": [ + 1490, + 1872, + 1874 + ], + "3": [ + 1492 + ], + "4": [ + 1274 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2118, + 2119, + 2122, + 2123 + ] + }, + "1280": { + "1": [ + 546 + ], + "2": [ + 1514, + 1936, + 1938 + ], + "3": [ + 1952 + ], + "4": [ + 1516, + 1517 + ], + "-1": [ + 1929 + ], + "-2": [ + 1901, + 1903, + 1909, + 1911 + ], + "-3": [ + 1887 + ], + "-4": [ + 534, + 535, + 1386, + 1387 + ] + }, + "1286": { + "1": [ + 1986 + ], + "2": [ + 1287 + ], + "3": [ + 1289 + ], + "4": [ + 1288 + ], + "-1": [ + 273 + ], + "-2": [ + 95 + ], + "-3": [ + 93 + ], + "-4": [ + 1526, + 1527 + ] + }, + "1287": { + "1": [ + 2266 + ], + "2": [ + 2284, + 2286, + 2288, + 2290 + ], + "3": [ + 1258 + ], + "4": [ + 1289 + ], + "-1": [ + 1288 + ], + "-2": [ + 1286 + ], + "-3": [ + 1527 + ], + "-4": [ + 1986, + 1987, + 1990, + 1991 + ] + }, + "1290": { + "1": [ + 1289 + ], + "2": [ + 1532, + 1992, + 1994 + ], + "3": [ + 2200 + ], + "4": [ + 1752, + 1753 + ], + "-1": [ + 1248 + ], + "-2": [ + 99 + ], + "-3": [ + 1411 + ], + "-4": [ + 1288 + ] + }, + "1288": { + "1": [ + 1287 + ], + "2": [ + 1289 + ], + "3": [ + 1532 + ], + "4": [ + 1290 + ], + "-1": [ + 99 + ], + "-2": [ + 273, + 1409, + 1411 + ], + "-3": [ + 95 + ], + "-4": [ + 1286 + ] + }, + "1289": { + "1": [ + 2290 + ], + "2": [ + 1258 + ], + "3": [], + "4": [ + 1532, + 1533 + ], + "-1": [ + 1290 + ], + "-2": [ + 1288 + ], + "-3": [ + 1286 + ], + "-4": [ + 1287 + ] + }, + "1298": { + "1": [ + 2070 + ], + "2": [ + 1562, + 2076, + 2078 + ], + "3": [ + 280 + ], + "4": [ + 1333, + 1648, + 1649 + ], + "-1": [ + 2101 + ], + "-2": [ + 1549, + 1551 + ], + "-3": [ + 1543 + ], + "-4": [ + 2062, + 2063, + 2066, + 2067 + ] + }, + "1303": { + "1": [ + 1654 + ], + "2": [ + 1656, + 1658, + 1660, + 1662 + ], + "3": [ + 1616 + ], + "4": [ + 1872, + 1873, + 1876, + 1877 + ], + "-1": [ + 1272 + ], + "-2": [ + 2113, + 2115, + 2121, + 2123 + ], + "-3": [ + 1567 + ], + "-4": [ + 1570, + 2106, + 2107 + ] + }, + "1305": { + "1": [ + 1310 + ], + "2": [ + 1312 + ], + "3": [ + 2176 + ], + "4": [ + 1584, + 2144, + 2145 + ], + "-1": [ + 2133 + ], + "-2": [ + 1577, + 1579 + ], + "-3": [ + 375 + ], + "-4": [ + 1346, + 1347 + ] + }, + "1310": { + "1": [ + 2170 + ], + "2": [ + 1598, + 2172, + 2174 + ], + "3": [ + 1313 + ], + "4": [ + 1312 + ], + "-1": [ + 1305 + ], + "-2": [ + 1345, + 1347 + ], + "-3": [ + 371 + ], + "-4": [ + 1590, + 2162, + 2163 + ] + }, + "1312": { + "1": [ + 1598 + ], + "2": [ + 1313 + ], + "3": [ + 1604 + ], + "4": [ + 1601, + 2176, + 2177 + ], + "-1": [ + 2145 + ], + "-2": [ + 1305 + ], + "-3": [ + 1347 + ], + "-4": [ + 1310 + ] + }, + "1313": { + "1": [ + 386 + ], + "2": [ + 390, + 1136, + 1138 + ], + "3": [ + 1368 + ], + "4": [ + 1604, + 1605 + ], + "-1": [ + 1601 + ], + "-2": [ + 1312 + ], + "-3": [ + 1310 + ], + "-4": [ + 1598, + 1599 + ] + }, + "1318": { + "1": [ + 1317 + ], + "2": [ + 1319 + ], + "3": [], + "4": [ + 62 + ], + "-1": [ + 1271 + ], + "-2": [ + 1487 + ], + "-3": [ + 1871 + ], + "-4": [ + 1610, + 1611 + ] + }, + "1317": { + "1": [ + 1962 + ], + "2": [ + 160 + ], + "3": [ + 162 + ], + "4": [ + 1319 + ], + "-1": [ + 1318 + ], + "-2": [ + 1609, + 1611 + ], + "-3": [ + 1947 + ], + "-4": [ + 1950, + 1951 + ] + }, + "1319": { + "1": [ + 160 + ], + "2": [ + 162 + ], + "3": [ + 164 + ], + "4": [ + 62 + ], + "-1": [], + "-2": [ + 1318 + ], + "-3": [ + 1611 + ], + "-4": [ + 1317 + ] + }, + "1322": { + "1": [ + 1321 + ], + "2": [ + 1323 + ], + "3": [], + "4": [ + 22 + ], + "-1": [], + "-2": [ + 179 + ], + "-3": [ + 491 + ], + "-4": [ + 1614, + 1615 + ] + }, + "1321": { + "1": [ + 506 + ], + "2": [ + 70 + ], + "3": [], + "4": [ + 1323 + ], + "-1": [ + 1322 + ], + "-2": [ + 1613, + 1615 + ], + "-3": [ + 479 + ], + "-4": [ + 482, + 483 + ] + }, + "1323": { + "1": [], + "2": [ + 70 + ], + "3": [ + 23 + ], + "4": [ + 22 + ], + "-1": [], + "-2": [ + 1322 + ], + "-3": [ + 1615 + ], + "-4": [ + 1321 + ] + }, + "1333": { + "1": [ + 1562 + ], + "2": [ + 280 + ], + "3": [ + 282 + ], + "4": [ + 1335 + ], + "-1": [ + 1653 + ], + "-2": [ + 1649, + 1651 + ], + "-3": [], + "-4": [ + 1298 + ] + }, + "1335": { + "1": [ + 280 + ], + "2": [ + 282 + ], + "3": [ + 808 + ], + "4": [ + 1337 + ], + "-1": [ + 1657 + ], + "-2": [ + 1653, + 1655 + ], + "-3": [ + 1651 + ], + "-4": [ + 1333 + ] + }, + "1337": { + "1": [ + 282 + ], + "2": [ + 808, + 810 + ], + "3": [ + 816 + ], + "4": [ + 1339 + ], + "-1": [ + 1661 + ], + "-2": [ + 1657, + 1659 + ], + "-3": [ + 1655 + ], + "-4": [ + 1335 + ] + }, + "1339": { + "1": [ + 810 + ], + "2": [ + 816, + 818 + ], + "3": [ + 516 + ], + "4": [ + 1620, + 1621 + ], + "-1": [ + 1617 + ], + "-2": [ + 1661, + 1663 + ], + "-3": [ + 1659 + ], + "-4": [ + 1337 + ] + }, + "1341": { + "1": [], + "2": [ + 288 + ], + "3": [ + 290 + ], + "4": [ + 1343 + ], + "-1": [ + 1669 + ], + "-2": [ + 1665, + 1667 + ], + "-3": [], + "-4": [ + 54 + ] + }, + "1343": { + "1": [ + 288 + ], + "2": [ + 290 + ], + "3": [ + 836 + ], + "4": [ + 828, + 829 + ], + "-1": [ + 1413 + ], + "-2": [ + 1669, + 1671 + ], + "-3": [ + 1667 + ], + "-4": [ + 1341 + ] + }, + "1346": { + "1": [ + 1345 + ], + "2": [ + 1347 + ], + "3": [], + "4": [ + 1305 + ], + "-1": [ + 1577 + ], + "-2": [ + 375 + ], + "-3": [ + 1095 + ], + "-4": [ + 1674, + 1675 + ] + }, + "1345": { + "1": [ + 1590 + ], + "2": [ + 1310 + ], + "3": [], + "4": [ + 1347 + ], + "-1": [ + 1346 + ], + "-2": [ + 1673, + 1675 + ], + "-3": [ + 1087 + ], + "-4": [ + 371 + ] + }, + "1347": { + "1": [], + "2": [ + 1310 + ], + "3": [ + 1312 + ], + "4": [ + 1305 + ], + "-1": [], + "-2": [ + 1346 + ], + "-3": [ + 1675 + ], + "-4": [ + 1345 + ] + }, + "1349": { + "1": [ + 1098 + ], + "2": [ + 1576 + ], + "3": [ + 2124 + ], + "4": [ + 1351 + ], + "-1": [ + 1681 + ], + "-2": [ + 1677, + 1679 + ], + "-3": [ + 1055 + ], + "-4": [ + 1058, + 1059 + ] + }, + "1351": { + "1": [ + 1576 + ], + "2": [ + 2124, + 2126 + ], + "3": [ + 2128 + ], + "4": [ + 1688, + 1689 + ], + "-1": [ + 1685 + ], + "-2": [ + 1681, + 1683 + ], + "-3": [ + 1679 + ], + "-4": [ + 1349 + ] + }, + "1354": { + "1": [ + 1690 + ], + "2": [ + 1355 + ], + "3": [], + "4": [ + 93 + ], + "-1": [ + 749 + ], + "-2": [ + 1129, + 1131 + ], + "-3": [ + 1123 + ], + "-4": [ + 1686, + 1687 + ] + }, + "1355": { + "1": [ + 2130 + ], + "2": [ + 2136, + 2138 + ], + "3": [ + 1968 + ], + "4": [ + 93 + ], + "-1": [], + "-2": [ + 1354 + ], + "-3": [ + 1687 + ], + "-4": [ + 1690, + 1691 + ] + }, + "1358": { + "1": [ + 1357 + ], + "2": [ + 1692, + 1694 + ], + "3": [ + 1700 + ], + "4": [ + 1696, + 1697 + ], + "-1": [ + 385 + ], + "-2": [ + 132 + ], + "-3": [], + "-4": [ + 1356 + ] + }, + "1356": { + "1": [ + 2450 + ], + "2": [ + 1357 + ], + "3": [ + 1692 + ], + "4": [ + 1358 + ], + "-1": [], + "-2": [ + 132 + ], + "-3": [ + 1859 + ], + "-4": [ + 2446, + 2447 + ] + }, + "1357": { + "1": [], + "2": [], + "3": [], + "4": [ + 1692, + 1693 + ], + "-1": [ + 1358 + ], + "-2": [ + 1356 + ], + "-3": [ + 2447 + ], + "-4": [ + 2450, + 2451 + ] + }, + "1368": { + "1": [ + 1426 + ], + "2": [ + 1369 + ], + "3": [ + 1732 + ], + "4": [ + 1728, + 1729 + ], + "-1": [ + 2193 + ], + "-2": [ + 1605 + ], + "-3": [ + 1313 + ], + "-4": [ + 390 + ] + }, + "1369": { + "1": [ + 1722 + ], + "2": [ + 1736, + 1738 + ], + "3": [ + 1744 + ], + "4": [ + 1732, + 1733 + ], + "-1": [ + 1729 + ], + "-2": [ + 1368 + ], + "-3": [ + 390 + ], + "-4": [ + 1426, + 1427 + ] + }, + "1378": { + "1": [ + 1377 + ], + "2": [ + 1379 + ], + "3": [ + 537 + ], + "4": [ + 536 + ], + "-1": [ + 529 + ], + "-2": [ + 1631 + ], + "-3": [ + 1629 + ], + "-4": [ + 1376 + ] + }, + "1376": { + "1": [ + 519 + ], + "2": [ + 1377 + ], + "3": [ + 1379 + ], + "4": [ + 1378 + ], + "-1": [ + 1631 + ], + "-2": [ + 1629 + ], + "-3": [ + 1623 + ], + "-4": [ + 518 + ] + }, + "1377": { + "1": [ + 522 + ], + "2": [ + 524 + ], + "3": [ + 526 + ], + "4": [ + 1379 + ], + "-1": [ + 1378 + ], + "-2": [ + 1376 + ], + "-3": [ + 518 + ], + "-4": [ + 519 + ] + }, + "1379": { + "1": [ + 524 + ], + "2": [ + 526 + ], + "3": [ + 540 + ], + "4": [ + 537 + ], + "-1": [ + 536 + ], + "-2": [ + 1378 + ], + "-3": [ + 1376 + ], + "-4": [ + 1377 + ] + }, + "1382": { + "1": [ + 1381 + ], + "2": [ + 1383 + ], + "3": [ + 1385 + ], + "4": [ + 1384 + ], + "-1": [ + 1885 + ], + "-2": [ + 1493 + ], + "-3": [], + "-4": [ + 1380 + ] + }, + "1380": { + "1": [ + 1627 + ], + "2": [ + 1381 + ], + "3": [ + 1383 + ], + "4": [ + 1382 + ], + "-1": [], + "-2": [ + 1493 + ], + "-3": [ + 1883 + ], + "-4": [ + 1626 + ] + }, + "1381": { + "1": [ + 1630 + ], + "2": [ + 528 + ], + "3": [ + 530 + ], + "4": [ + 1383 + ], + "-1": [ + 1382 + ], + "-2": [ + 1380 + ], + "-3": [ + 1626 + ], + "-4": [ + 1627 + ] + }, + "1383": { + "1": [ + 528 + ], + "2": [ + 530 + ], + "3": [ + 532 + ], + "4": [ + 1385 + ], + "-1": [ + 1384 + ], + "-2": [ + 1382 + ], + "-3": [ + 1380 + ], + "-4": [ + 1381 + ] + }, + "1386": { + "1": [ + 1385 + ], + "2": [ + 1387 + ], + "3": [], + "4": [ + 1280 + ], + "-1": [ + 1901 + ], + "-2": [ + 1887 + ], + "-3": [ + 1885 + ], + "-4": [ + 1384 + ] + }, + "1384": { + "1": [ + 1383 + ], + "2": [ + 1385 + ], + "3": [ + 1387 + ], + "4": [ + 1386 + ], + "-1": [ + 1887 + ], + "-2": [ + 1885 + ], + "-3": [ + 1493 + ], + "-4": [ + 1382 + ] + }, + "1385": { + "1": [ + 530 + ], + "2": [ + 532 + ], + "3": [ + 534 + ], + "4": [ + 1387 + ], + "-1": [ + 1386 + ], + "-2": [ + 1384 + ], + "-3": [ + 1382 + ], + "-4": [ + 1383 + ] + }, + "1387": { + "1": [ + 532 + ], + "2": [ + 534 + ], + "3": [], + "4": [ + 1280 + ], + "-1": [], + "-2": [ + 1386 + ], + "-3": [ + 1384 + ], + "-4": [ + 1385 + ] + }, + "1390": { + "1": [ + 1389 + ], + "2": [ + 1391 + ], + "3": [ + 1941 + ], + "4": [ + 1940 + ], + "-1": [ + 1937 + ], + "-2": [ + 547 + ], + "-3": [ + 545 + ], + "-4": [ + 1388 + ] + }, + "1388": { + "1": [ + 543 + ], + "2": [ + 1389 + ], + "3": [ + 1391 + ], + "4": [ + 1390 + ], + "-1": [ + 547 + ], + "-2": [ + 545 + ], + "-3": [ + 539 + ], + "-4": [ + 542 + ] + }, + "1389": { + "1": [ + 578 + ], + "2": [ + 584 + ], + "3": [ + 586 + ], + "4": [ + 1391 + ], + "-1": [ + 1390 + ], + "-2": [ + 1388 + ], + "-3": [ + 542 + ], + "-4": [ + 543 + ] + }, + "1391": { + "1": [ + 584 + ], + "2": [ + 586 + ], + "3": [ + 1396 + ], + "4": [ + 1941 + ], + "-1": [ + 1940 + ], + "-2": [ + 1390 + ], + "-3": [ + 1388 + ], + "-4": [ + 1389 + ] + }, + "1394": { + "1": [ + 1393 + ], + "2": [ + 1395 + ], + "3": [ + 1637 + ], + "4": [ + 1636 + ], + "-1": [ + 1633 + ], + "-2": [ + 635 + ], + "-3": [ + 633 + ], + "-4": [ + 1392 + ] + }, + "1392": { + "1": [ + 631 + ], + "2": [ + 1393 + ], + "3": [ + 1395 + ], + "4": [ + 1394 + ], + "-1": [ + 635 + ], + "-2": [ + 633 + ], + "-3": [ + 627 + ], + "-4": [ + 630 + ] + }, + "1393": { + "1": [ + 638 + ], + "2": [ + 644 + ], + "3": [ + 646 + ], + "4": [ + 1395 + ], + "-1": [ + 1394 + ], + "-2": [ + 1392 + ], + "-3": [ + 630 + ], + "-4": [ + 631 + ] + }, + "1395": { + "1": [ + 644 + ], + "2": [ + 646 + ], + "3": [ + 704 + ], + "4": [ + 1637 + ], + "-1": [ + 1636 + ], + "-2": [ + 1394 + ], + "-3": [ + 1392 + ], + "-4": [ + 1393 + ] + }, + "1398": { + "1": [ + 1397 + ], + "2": [ + 1399 + ], + "3": [], + "4": [ + 234 + ], + "-1": [ + 1515 + ], + "-2": [ + 1943 + ], + "-3": [ + 1941 + ], + "-4": [ + 1396 + ] + }, + "1396": { + "1": [ + 587 + ], + "2": [ + 1397 + ], + "3": [ + 1399 + ], + "4": [ + 1398 + ], + "-1": [ + 1943 + ], + "-2": [ + 1941 + ], + "-3": [ + 1391 + ], + "-4": [ + 586 + ] + }, + "1397": { + "1": [ + 590 + ], + "2": [ + 652 + ], + "3": [ + 654 + ], + "4": [ + 1399 + ], + "-1": [ + 1398 + ], + "-2": [ + 1396 + ], + "-3": [ + 586 + ], + "-4": [ + 587 + ] + }, + "1399": { + "1": [ + 652 + ], + "2": [ + 654 + ], + "3": [ + 656 + ], + "4": [ + 234 + ], + "-1": [], + "-2": [ + 1398 + ], + "-3": [ + 1396 + ], + "-4": [ + 1397 + ] + }, + "1402": { + "1": [ + 1401 + ], + "2": [ + 1403 + ], + "3": [ + 669 + ], + "4": [ + 668 + ], + "-1": [ + 665 + ], + "-2": [ + 663 + ], + "-3": [ + 661 + ], + "-4": [ + 1400 + ] + }, + "1400": { + "1": [ + 607 + ], + "2": [ + 1401 + ], + "3": [ + 1403 + ], + "4": [ + 1402 + ], + "-1": [ + 663 + ], + "-2": [ + 661 + ], + "-3": [ + 603 + ], + "-4": [ + 606 + ] + }, + "1401": { + "1": [ + 634 + ], + "2": [ + 1632 + ], + "3": [ + 1634 + ], + "4": [ + 1403 + ], + "-1": [ + 1402 + ], + "-2": [ + 1400 + ], + "-3": [ + 606 + ], + "-4": [ + 607 + ] + }, + "1403": { + "1": [ + 1632 + ], + "2": [ + 1634 + ], + "3": [ + 1640 + ], + "4": [ + 669 + ], + "-1": [ + 668 + ], + "-2": [ + 1402 + ], + "-3": [ + 1400 + ], + "-4": [ + 1401 + ] + }, + "1406": { + "1": [ + 1405 + ], + "2": [ + 1407 + ], + "3": [ + 721 + ], + "4": [ + 720 + ], + "-1": [ + 701 + ], + "-2": [ + 695 + ], + "-3": [ + 693 + ], + "-4": [ + 1404 + ] + }, + "1404": { + "1": [ + 1643 + ], + "2": [ + 1405 + ], + "3": [ + 1407 + ], + "4": [ + 1406 + ], + "-1": [ + 695 + ], + "-2": [ + 693 + ], + "-3": [ + 671 + ], + "-4": [ + 1642 + ] + }, + "1405": { + "1": [ + 1646 + ], + "2": [ + 716 + ], + "3": [ + 718 + ], + "4": [ + 1407 + ], + "-1": [ + 1406 + ], + "-2": [ + 1404 + ], + "-3": [ + 1642 + ], + "-4": [ + 1643 + ] + }, + "1407": { + "1": [ + 716 + ], + "2": [ + 718 + ], + "3": [ + 724 + ], + "4": [ + 721 + ], + "-1": [ + 720 + ], + "-2": [ + 1406 + ], + "-3": [ + 1404 + ], + "-4": [ + 1405 + ] + }, + "1410": { + "1": [ + 1409 + ], + "2": [ + 1411 + ], + "3": [], + "4": [ + 99 + ], + "-1": [], + "-2": [ + 787 + ], + "-3": [ + 785 + ], + "-4": [ + 1408 + ] + }, + "1408": { + "1": [], + "2": [ + 1409 + ], + "3": [ + 1411 + ], + "4": [ + 1410 + ], + "-1": [ + 787 + ], + "-2": [ + 785 + ], + "-3": [ + 783 + ], + "-4": [ + 273 + ] + }, + "1409": { + "1": [], + "2": [ + 1288 + ], + "3": [], + "4": [ + 1411 + ], + "-1": [ + 1410 + ], + "-2": [ + 1408 + ], + "-3": [], + "-4": [ + 273 + ] + }, + "1411": { + "1": [], + "2": [ + 1288 + ], + "3": [ + 1290 + ], + "4": [ + 99 + ], + "-1": [], + "-2": [ + 1410 + ], + "-3": [ + 1408 + ], + "-4": [ + 1409 + ] + }, + "1414": { + "1": [ + 1413 + ], + "2": [ + 1415 + ], + "3": [], + "4": [ + 294 + ], + "-1": [ + 2085 + ], + "-2": [ + 2083 + ], + "-3": [ + 2081 + ], + "-4": [ + 1412 + ] + }, + "1412": { + "1": [ + 1671 + ], + "2": [ + 1413 + ], + "3": [ + 1415 + ], + "4": [ + 1414 + ], + "-1": [ + 2083 + ], + "-2": [ + 2081 + ], + "-3": [ + 2075 + ], + "-4": [ + 1670 + ] + }, + "1413": { + "1": [ + 1343 + ], + "2": [ + 828 + ], + "3": [ + 830 + ], + "4": [ + 1415 + ], + "-1": [ + 1414 + ], + "-2": [ + 1412 + ], + "-3": [ + 1670 + ], + "-4": [ + 1671 + ] + }, + "1415": { + "1": [ + 828 + ], + "2": [ + 830 + ], + "3": [ + 832 + ], + "4": [ + 294 + ], + "-1": [], + "-2": [ + 1414 + ], + "-3": [ + 1412 + ], + "-4": [ + 1413 + ] + }, + "1418": { + "1": [ + 1417 + ], + "2": [ + 1419 + ], + "3": [ + 965 + ], + "4": [ + 964 + ], + "-1": [ + 961 + ], + "-2": [ + 943 + ], + "-3": [ + 941 + ], + "-4": [ + 1416 + ] + }, + "1416": { + "1": [ + 939 + ], + "2": [ + 1417 + ], + "3": [ + 1419 + ], + "4": [ + 1418 + ], + "-1": [ + 943 + ], + "-2": [ + 941 + ], + "-3": [ + 935 + ], + "-4": [ + 938 + ] + }, + "1417": { + "1": [ + 978 + ], + "2": [ + 984 + ], + "3": [ + 986 + ], + "4": [ + 1419 + ], + "-1": [ + 1418 + ], + "-2": [ + 1416 + ], + "-3": [ + 938 + ], + "-4": [ + 939 + ] + }, + "1419": { + "1": [ + 984 + ], + "2": [ + 986 + ], + "3": [ + 1004 + ], + "4": [ + 965 + ], + "-1": [ + 964 + ], + "-2": [ + 1418 + ], + "-3": [ + 1416 + ], + "-4": [ + 1417 + ] + }, + "1422": { + "1": [ + 1421 + ], + "2": [ + 1423 + ], + "3": [ + 1425 + ], + "4": [ + 1424 + ], + "-1": [ + 390 + ], + "-2": [ + 1139 + ], + "-3": [ + 1137 + ], + "-4": [ + 1420 + ] + }, + "1420": { + "1": [ + 1135 + ], + "2": [ + 1421 + ], + "3": [ + 1423 + ], + "4": [ + 1422 + ], + "-1": [ + 1139 + ], + "-2": [ + 1137 + ], + "-3": [ + 386 + ], + "-4": [ + 1134 + ] + }, + "1421": { + "1": [ + 1706 + ], + "2": [ + 1712 + ], + "3": [ + 1714 + ], + "4": [ + 1423 + ], + "-1": [ + 1422 + ], + "-2": [ + 1420 + ], + "-3": [ + 1134 + ], + "-4": [ + 1135 + ] + }, + "1423": { + "1": [ + 1712 + ], + "2": [ + 1714 + ], + "3": [ + 1720 + ], + "4": [ + 1425 + ], + "-1": [ + 1424 + ], + "-2": [ + 1422 + ], + "-3": [ + 1420 + ], + "-4": [ + 1421 + ] + }, + "1426": { + "1": [ + 1425 + ], + "2": [ + 1427 + ], + "3": [], + "4": [ + 1369 + ], + "-1": [ + 1368 + ], + "-2": [ + 390 + ], + "-3": [], + "-4": [ + 1424 + ] + }, + "1424": { + "1": [ + 1423 + ], + "2": [ + 1425 + ], + "3": [ + 1427 + ], + "4": [ + 1426 + ], + "-1": [], + "-2": [ + 390 + ], + "-3": [ + 1139 + ], + "-4": [ + 1422 + ] + }, + "1425": { + "1": [ + 1714 + ], + "2": [ + 1720 + ], + "3": [ + 1722 + ], + "4": [ + 1427 + ], + "-1": [ + 1426 + ], + "-2": [ + 1424 + ], + "-3": [ + 1422 + ], + "-4": [ + 1423 + ] + }, + "1427": { + "1": [ + 1720 + ], + "2": [ + 1722 + ], + "3": [ + 1736 + ], + "4": [ + 1369 + ], + "-1": [], + "-2": [ + 1426 + ], + "-3": [ + 1424 + ], + "-4": [ + 1425 + ] + }, + "1430": { + "1": [ + 1429 + ], + "2": [ + 1431 + ], + "3": [ + 1225 + ], + "4": [ + 1224 + ], + "-1": [ + 1221 + ], + "-2": [ + 1215 + ], + "-3": [ + 1213 + ], + "-4": [ + 1428 + ] + }, + "1428": { + "1": [], + "2": [ + 1429 + ], + "3": [ + 1431 + ], + "4": [ + 1430 + ], + "-1": [ + 1215 + ], + "-2": [ + 1213 + ], + "-3": [ + 424 + ], + "-4": [ + 425 + ] + }, + "1429": { + "1": [ + 1218 + ], + "2": [ + 1432 + ], + "3": [ + 1434 + ], + "4": [ + 1431 + ], + "-1": [ + 1430 + ], + "-2": [ + 1428 + ], + "-3": [], + "-4": [ + 425 + ] + }, + "1431": { + "1": [ + 1432 + ], + "2": [ + 1434 + ], + "3": [ + 1236 + ], + "4": [ + 1225 + ], + "-1": [ + 1224 + ], + "-2": [ + 1430 + ], + "-3": [ + 1428 + ], + "-4": [ + 1429 + ] + }, + "1434": { + "1": [ + 1433 + ], + "2": [ + 1435 + ], + "3": [ + 1237 + ], + "4": [ + 1236 + ], + "-1": [ + 1225 + ], + "-2": [ + 1431 + ], + "-3": [ + 1429 + ], + "-4": [ + 1432 + ] + }, + "1432": { + "1": [ + 1219 + ], + "2": [ + 1433 + ], + "3": [ + 1435 + ], + "4": [ + 1434 + ], + "-1": [ + 1431 + ], + "-2": [ + 1429 + ], + "-3": [ + 425 + ], + "-4": [ + 1218 + ] + }, + "1433": { + "1": [ + 429 + ], + "2": [ + 431 + ], + "3": [], + "4": [ + 1435 + ], + "-1": [ + 1434 + ], + "-2": [ + 1432 + ], + "-3": [ + 1218 + ], + "-4": [ + 1219 + ] + }, + "1435": { + "1": [], + "2": [ + 431 + ], + "3": [ + 1436 + ], + "4": [ + 1237 + ], + "-1": [ + 1236 + ], + "-2": [ + 1434 + ], + "-3": [ + 1432 + ], + "-4": [ + 1433 + ] + }, + "1438": { + "1": [ + 1437 + ], + "2": [ + 1439 + ], + "3": [ + 1245 + ], + "4": [ + 1244 + ], + "-1": [ + 1241 + ], + "-2": [ + 1239 + ], + "-3": [ + 1237 + ], + "-4": [ + 1436 + ] + }, + "1436": { + "1": [], + "2": [ + 1437 + ], + "3": [ + 1439 + ], + "4": [ + 1438 + ], + "-1": [ + 1239 + ], + "-2": [ + 1237 + ], + "-3": [ + 1435 + ], + "-4": [ + 431 + ] + }, + "1437": { + "1": [ + 1472 + ], + "2": [ + 2380 + ], + "3": [ + 2382 + ], + "4": [ + 1439 + ], + "-1": [ + 1438 + ], + "-2": [ + 1436 + ], + "-3": [], + "-4": [ + 431 + ] + }, + "1439": { + "1": [ + 2380 + ], + "2": [ + 2382 + ], + "3": [ + 2388 + ], + "4": [ + 1245 + ], + "-1": [ + 1244 + ], + "-2": [ + 1438 + ], + "-3": [ + 1436 + ], + "-4": [ + 1437 + ] + }, + "1447": { + "1": [], + "2": [], + "3": [], + "4": [ + 1255 + ], + "-1": [], + "-2": [ + 1779, + 2257, + 2259 + ], + "-3": [ + 2239 + ], + "-4": [ + 2250, + 2251, + 2254, + 2255 + ] + }, + "1451": { + "1": [ + 1794 + ], + "2": [ + 1454 + ], + "3": [ + 1456 + ], + "4": [ + 1258 + ], + "-1": [], + "-2": [ + 1789, + 1791 + ], + "-3": [ + 2271 + ], + "-4": [ + 1787, + 2282, + 2283 + ] + }, + "1454": { + "1": [ + 1798 + ], + "2": [ + 1455 + ], + "3": [ + 1800 + ], + "4": [ + 1456 + ], + "-1": [ + 1258 + ], + "-2": [ + 1451 + ], + "-3": [ + 1787 + ], + "-4": [ + 1794, + 1795 + ] + }, + "1455": { + "1": [], + "2": [], + "3": [], + "4": [ + 1800, + 1801 + ], + "-1": [ + 1456 + ], + "-2": [ + 1454 + ], + "-3": [ + 1795 + ], + "-4": [ + 1798, + 1799 + ] + }, + "1456": { + "1": [ + 1455 + ], + "2": [ + 1800, + 1802 + ], + "3": [ + 2312 + ], + "4": [ + 1804, + 1805 + ], + "-1": [], + "-2": [ + 1258 + ], + "-3": [ + 1451 + ], + "-4": [ + 1454 + ] + }, + "1460": { + "1": [], + "2": [ + 1461 + ], + "3": [ + 1463 + ], + "4": [ + 1812, + 1813 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [] + }, + "1461": { + "1": [], + "2": [ + 1261 + ], + "3": [], + "4": [ + 1463 + ], + "-1": [ + 1813 + ], + "-2": [ + 1460 + ], + "-3": [], + "-4": [] + }, + "1463": { + "1": [], + "2": [ + 1261 + ], + "3": [ + 2372 + ], + "4": [ + 1821, + 2348, + 2349 + ], + "-1": [ + 2337 + ], + "-2": [ + 1813, + 2329, + 2331 + ], + "-3": [ + 1460 + ], + "-4": [ + 1461 + ] + }, + "1470": { + "1": [ + 1469 + ], + "2": [ + 1471 + ], + "3": [ + 1556 + ], + "4": [ + 2052, + 2053, + 2056, + 2057 + ], + "-1": [ + 2021 + ], + "-2": [ + 1829, + 1831 + ], + "-3": [ + 1823 + ], + "-4": [ + 1834, + 1835 + ] + }, + "1469": { + "1": [ + 52 + ], + "2": [ + 54 + ], + "3": [], + "4": [ + 1471 + ], + "-1": [ + 1470 + ], + "-2": [ + 1833, + 1835 + ], + "-3": [], + "-4": [ + 1261 + ] + }, + "1471": { + "1": [], + "2": [ + 54 + ], + "3": [ + 1664 + ], + "4": [ + 1556, + 1557 + ], + "-1": [ + 2057 + ], + "-2": [ + 1470 + ], + "-3": [ + 1835 + ], + "-4": [ + 1469 + ] + }, + "1472": { + "1": [], + "2": [ + 1836, + 1838 + ], + "3": [ + 1844 + ], + "4": [ + 2380, + 2381, + 2384, + 2385 + ], + "-1": [ + 1437 + ], + "-2": [ + 429, + 431 + ], + "-3": [ + 57 + ], + "-4": [ + 1264 + ] + }, + "1482": { + "1": [ + 1481 + ], + "2": [ + 1483 + ], + "3": [], + "4": [ + 1270 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1866, + 1867 + ] + }, + "1481": { + "1": [ + 1510 + ], + "2": [ + 1484 + ], + "3": [ + 1486 + ], + "4": [ + 1483 + ], + "-1": [ + 1482 + ], + "-2": [ + 1865, + 1867 + ], + "-3": [ + 1923 + ], + "-4": [ + 1507 + ] + }, + "1483": { + "1": [ + 1484 + ], + "2": [ + 1486 + ], + "3": [ + 1271 + ], + "4": [ + 1270 + ], + "-1": [], + "-2": [ + 1482 + ], + "-3": [ + 1867 + ], + "-4": [ + 1481 + ] + }, + "1486": { + "1": [ + 1870 + ], + "2": [ + 1487 + ], + "3": [], + "4": [ + 1271 + ], + "-1": [ + 1270 + ], + "-2": [ + 1483 + ], + "-3": [ + 1481 + ], + "-4": [ + 1484 + ] + }, + "1484": { + "1": [ + 1934 + ], + "2": [ + 1868, + 1870 + ], + "3": [ + 1487 + ], + "4": [ + 1486 + ], + "-1": [ + 1483 + ], + "-2": [ + 1481 + ], + "-3": [ + 1507 + ], + "-4": [ + 1510 + ] + }, + "1487": { + "1": [ + 1610 + ], + "2": [ + 1318 + ], + "3": [ + 62 + ], + "4": [ + 1271 + ], + "-1": [], + "-2": [ + 1486 + ], + "-3": [ + 1484 + ], + "-4": [ + 1870, + 1871 + ] + }, + "1490": { + "1": [ + 1878 + ], + "2": [ + 1880, + 1882 + ], + "3": [ + 1493 + ], + "4": [ + 1492 + ], + "-1": [ + 1274 + ], + "-2": [ + 1272 + ], + "-3": [], + "-4": [ + 1874, + 1875 + ] + }, + "1494": { + "1": [ + 1493 + ], + "2": [ + 1884, + 1886 + ], + "3": [ + 1900 + ], + "4": [ + 1896, + 1897 + ], + "-1": [ + 1889 + ], + "-2": [ + 1274 + ], + "-3": [], + "-4": [ + 1492 + ] + }, + "1492": { + "1": [ + 1882 + ], + "2": [ + 1493 + ], + "3": [ + 1884 + ], + "4": [ + 1494 + ], + "-1": [], + "-2": [ + 1274 + ], + "-3": [ + 1272 + ], + "-4": [ + 1490 + ] + }, + "1493": { + "1": [ + 1626 + ], + "2": [ + 1380, + 1382 + ], + "3": [ + 1384 + ], + "4": [ + 1884, + 1885 + ], + "-1": [ + 1494 + ], + "-2": [ + 1492 + ], + "-3": [ + 1490 + ], + "-4": [ + 1882, + 1883 + ] + }, + "1498": { + "1": [ + 1890 + ], + "2": [ + 1892, + 1894 + ], + "3": [ + 1916 + ], + "4": [ + 1912, + 1913 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1496 + ] + }, + "1496": { + "1": [], + "2": [ + 1888, + 1890 + ], + "3": [ + 1892 + ], + "4": [ + 1498 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1274 + ] + }, + "1507": { + "1": [ + 1926 + ], + "2": [ + 1510 + ], + "3": [ + 1484 + ], + "4": [ + 1481 + ], + "-1": [ + 1865 + ], + "-2": [ + 1921, + 1923 + ], + "-3": [ + 1915 + ], + "-4": [ + 1918, + 1919 + ] + }, + "1510": { + "1": [ + 1930 + ], + "2": [ + 1932, + 1934 + ], + "3": [ + 1868 + ], + "4": [ + 1484 + ], + "-1": [ + 1481 + ], + "-2": [ + 1507 + ], + "-3": [ + 1919 + ], + "-4": [ + 1926, + 1927 + ] + }, + "1514": { + "1": [ + 1942 + ], + "2": [ + 1515 + ], + "3": [ + 1956 + ], + "4": [ + 1952, + 1953 + ], + "-1": [ + 1517 + ], + "-2": [ + 1280 + ], + "-3": [], + "-4": [ + 1938, + 1939 + ] + }, + "1515": { + "1": [ + 1398 + ], + "2": [ + 234 + ], + "3": [ + 672 + ], + "4": [ + 1956, + 1957 + ], + "-1": [ + 1953 + ], + "-2": [ + 1514 + ], + "-3": [ + 1939 + ], + "-4": [ + 1942, + 1943 + ] + }, + "1516": { + "1": [], + "2": [ + 1517 + ], + "3": [ + 1948 + ], + "4": [ + 1944, + 1945 + ], + "-1": [ + 1933 + ], + "-2": [ + 1929, + 1931 + ], + "-3": [ + 1911 + ], + "-4": [ + 1280 + ] + }, + "1517": { + "1": [ + 1514 + ], + "2": [ + 1952, + 1954 + ], + "3": [ + 1960 + ], + "4": [ + 1948, + 1949 + ], + "-1": [ + 1945 + ], + "-2": [ + 1516 + ], + "-3": [], + "-4": [ + 1280 + ] + }, + "1526": { + "1": [ + 1974 + ], + "2": [ + 1527 + ], + "3": [], + "4": [ + 1286 + ], + "-1": [ + 95 + ], + "-2": [ + 93 + ], + "-3": [], + "-4": [ + 1970, + 1971 + ] + }, + "1527": { + "1": [ + 1978 + ], + "2": [ + 1984, + 1986 + ], + "3": [ + 1287 + ], + "4": [ + 1286 + ], + "-1": [], + "-2": [ + 1526 + ], + "-3": [ + 1971 + ], + "-4": [ + 1974, + 1975 + ] + }, + "1532": { + "1": [], + "2": [ + 1533 + ], + "3": [ + 1996 + ], + "4": [ + 1992, + 1993 + ], + "-1": [], + "-2": [ + 1290 + ], + "-3": [ + 1288 + ], + "-4": [ + 1289 + ] + }, + "1533": { + "1": [], + "2": [ + 1258 + ], + "3": [], + "4": [ + 1996, + 1997 + ], + "-1": [ + 1993 + ], + "-2": [ + 1532 + ], + "-3": [], + "-4": [ + 1289 + ] + }, + "1543": { + "1": [ + 2054 + ], + "2": [ + 2060, + 2062 + ], + "3": [ + 1298 + ], + "4": [ + 1549 + ], + "-1": [ + 2045 + ], + "-2": [ + 2025, + 2027 + ], + "-3": [ + 2019 + ], + "-4": [ + 2022, + 2023 + ] + }, + "1549": { + "1": [ + 2062 + ], + "2": [ + 1298 + ], + "3": [], + "4": [ + 1551 + ], + "-1": [ + 2049 + ], + "-2": [ + 2045, + 2047 + ], + "-3": [ + 2027 + ], + "-4": [ + 1543 + ] + }, + "1551": { + "1": [], + "2": [ + 1298 + ], + "3": [ + 1648 + ], + "4": [ + 2100, + 2101 + ], + "-1": [ + 2097 + ], + "-2": [ + 2049, + 2051 + ], + "-3": [ + 2047 + ], + "-4": [ + 1549 + ] + }, + "1556": { + "1": [], + "2": [ + 1557 + ], + "3": [ + 2072 + ], + "4": [ + 2068, + 2069 + ], + "-1": [ + 2065 + ], + "-2": [ + 2057, + 2059 + ], + "-3": [ + 1470 + ], + "-4": [ + 1471 + ] + }, + "1557": { + "1": [ + 54 + ], + "2": [ + 1664, + 1666 + ], + "3": [ + 1668 + ], + "4": [ + 2072, + 2073 + ], + "-1": [ + 2069 + ], + "-2": [ + 1556 + ], + "-3": [], + "-4": [ + 1471 + ] + }, + "1562": { + "1": [ + 2082 + ], + "2": [ + 2084, + 2086 + ], + "3": [ + 281 + ], + "4": [ + 280 + ], + "-1": [ + 1333 + ], + "-2": [ + 1298 + ], + "-3": [], + "-4": [ + 2078, + 2079 + ] + }, + "1566": { + "1": [ + 2094 + ], + "2": [ + 1567 + ], + "3": [ + 2112 + ], + "4": [ + 2108, + 2109 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2090, + 2091 + ] + }, + "1567": { + "1": [ + 2098 + ], + "2": [ + 1570 + ], + "3": [ + 1303 + ], + "4": [ + 2112, + 2113 + ], + "-1": [ + 2109 + ], + "-2": [ + 1566 + ], + "-3": [ + 2091 + ], + "-4": [ + 2094, + 2095 + ] + }, + "1570": { + "1": [ + 2102 + ], + "2": [ + 2104, + 2106 + ], + "3": [], + "4": [ + 1303 + ], + "-1": [ + 2113 + ], + "-2": [ + 1567 + ], + "-3": [ + 2095 + ], + "-4": [ + 2098, + 2099 + ] + }, + "1576": { + "1": [ + 375 + ], + "2": [ + 1577 + ], + "3": [ + 1579 + ], + "4": [ + 2124, + 2125 + ], + "-1": [ + 1351 + ], + "-2": [ + 1349 + ], + "-3": [ + 1059 + ], + "-4": [ + 1098, + 1099 + ] + }, + "1577": { + "1": [ + 1346 + ], + "2": [ + 1305 + ], + "3": [], + "4": [ + 1579 + ], + "-1": [ + 2125 + ], + "-2": [ + 1576 + ], + "-3": [ + 1099 + ], + "-4": [ + 375 + ] + }, + "1579": { + "1": [], + "2": [ + 1305 + ], + "3": [ + 1584 + ], + "4": [ + 2132, + 2133 + ], + "-1": [ + 2129 + ], + "-2": [ + 2125, + 2127 + ], + "-3": [ + 1576 + ], + "-4": [ + 1577 + ] + }, + "1584": { + "1": [], + "2": [ + 2144, + 2146 + ], + "3": [ + 2152 + ], + "4": [ + 2148, + 2149 + ], + "-1": [ + 2141 + ], + "-2": [ + 2133, + 2135 + ], + "-3": [ + 1579 + ], + "-4": [ + 1305 + ] + }, + "1590": { + "1": [ + 2158 + ], + "2": [ + 2160, + 2162 + ], + "3": [], + "4": [ + 1310 + ], + "-1": [ + 1345 + ], + "-2": [ + 371 + ], + "-3": [ + 1083 + ], + "-4": [ + 1588 + ] + }, + "1588": { + "1": [ + 2394 + ], + "2": [ + 2156, + 2158 + ], + "3": [ + 2160 + ], + "4": [ + 1590 + ], + "-1": [ + 371 + ], + "-2": [ + 1081, + 1083 + ], + "-3": [ + 1247 + ], + "-4": [ + 2390, + 2391 + ] + }, + "1593": { + "1": [ + 1858 + ], + "2": [ + 132 + ], + "3": [], + "4": [ + 1595 + ], + "-1": [ + 2169 + ], + "-2": [ + 2165, + 2167 + ], + "-3": [ + 2403 + ], + "-4": [ + 2406, + 2407 + ] + }, + "1595": { + "1": [], + "2": [ + 132 + ], + "3": [ + 384 + ], + "4": [ + 1597 + ], + "-1": [ + 2173 + ], + "-2": [ + 2169, + 2171 + ], + "-3": [ + 2167 + ], + "-4": [ + 1593 + ] + }, + "1598": { + "1": [ + 1597 + ], + "2": [ + 1599 + ], + "3": [], + "4": [ + 1313 + ], + "-1": [ + 1312 + ], + "-2": [ + 1310 + ], + "-3": [], + "-4": [ + 2174, + 2175 + ] + }, + "1597": { + "1": [ + 132 + ], + "2": [ + 384 + ], + "3": [ + 386 + ], + "4": [ + 1599 + ], + "-1": [ + 1598 + ], + "-2": [ + 2173, + 2175 + ], + "-3": [ + 2171 + ], + "-4": [ + 1595 + ] + }, + "1599": { + "1": [ + 384 + ], + "2": [ + 386 + ], + "3": [ + 1136 + ], + "4": [ + 1313 + ], + "-1": [], + "-2": [ + 1598 + ], + "-3": [ + 2175 + ], + "-4": [ + 1597 + ] + }, + "1601": { + "1": [ + 1313 + ], + "2": [ + 1604 + ], + "3": [ + 2188 + ], + "4": [ + 2184, + 2185 + ], + "-1": [ + 2181 + ], + "-2": [ + 2177, + 2179 + ], + "-3": [], + "-4": [ + 1312 + ] + }, + "1604": { + "1": [], + "2": [ + 1605 + ], + "3": [ + 2192 + ], + "4": [ + 2188, + 2189 + ], + "-1": [ + 2185 + ], + "-2": [ + 1601 + ], + "-3": [ + 1312 + ], + "-4": [ + 1313 + ] + }, + "1605": { + "1": [ + 390 + ], + "2": [ + 1368 + ], + "3": [ + 1728 + ], + "4": [ + 2192, + 2193 + ], + "-1": [ + 2189 + ], + "-2": [ + 1604 + ], + "-3": [], + "-4": [ + 1313 + ] + }, + "1610": { + "1": [ + 1609 + ], + "2": [ + 1611 + ], + "3": [], + "4": [ + 1318 + ], + "-1": [ + 1487 + ], + "-2": [ + 1871 + ], + "-3": [ + 1869 + ], + "-4": [ + 1608 + ] + }, + "1608": { + "1": [ + 1947 + ], + "2": [ + 1609 + ], + "3": [ + 1611 + ], + "4": [ + 1610 + ], + "-1": [ + 1871 + ], + "-2": [ + 1869 + ], + "-3": [ + 1935 + ], + "-4": [ + 1946 + ] + }, + "1609": { + "1": [ + 1950 + ], + "2": [ + 1317 + ], + "3": [], + "4": [ + 1611 + ], + "-1": [ + 1610 + ], + "-2": [ + 1608 + ], + "-3": [ + 1946 + ], + "-4": [ + 1947 + ] + }, + "1611": { + "1": [], + "2": [ + 1317 + ], + "3": [ + 1319 + ], + "4": [ + 1318 + ], + "-1": [], + "-2": [ + 1610 + ], + "-3": [ + 1608 + ], + "-4": [ + 1609 + ] + }, + "1614": { + "1": [ + 1613 + ], + "2": [ + 1615 + ], + "3": [], + "4": [ + 1322 + ], + "-1": [ + 179 + ], + "-2": [ + 491 + ], + "-3": [ + 489 + ], + "-4": [ + 1612 + ] + }, + "1612": { + "1": [ + 479 + ], + "2": [ + 1613 + ], + "3": [ + 1615 + ], + "4": [ + 1614 + ], + "-1": [ + 491 + ], + "-2": [ + 489 + ], + "-3": [ + 467 + ], + "-4": [ + 478 + ] + }, + "1613": { + "1": [ + 482 + ], + "2": [ + 1321 + ], + "3": [], + "4": [ + 1615 + ], + "-1": [ + 1614 + ], + "-2": [ + 1612 + ], + "-3": [ + 478 + ], + "-4": [ + 479 + ] + }, + "1615": { + "1": [], + "2": [ + 1321 + ], + "3": [ + 1323 + ], + "4": [ + 1322 + ], + "-1": [], + "-2": [ + 1614 + ], + "-3": [ + 1612 + ], + "-4": [ + 1613 + ] + }, + "1618": { + "1": [ + 1617 + ], + "2": [ + 1619 + ], + "3": [ + 1625 + ], + "4": [ + 1624 + ], + "-1": [ + 1881 + ], + "-2": [ + 1879 + ], + "-3": [ + 1877 + ], + "-4": [ + 1616 + ] + }, + "1616": { + "1": [ + 1663 + ], + "2": [ + 1617 + ], + "3": [ + 1619 + ], + "4": [ + 1618 + ], + "-1": [ + 1879 + ], + "-2": [ + 1877 + ], + "-3": [ + 1303 + ], + "-4": [ + 1662 + ] + }, + "1617": { + "1": [ + 1339 + ], + "2": [ + 1620 + ], + "3": [ + 1622 + ], + "4": [ + 1619 + ], + "-1": [ + 1618 + ], + "-2": [ + 1616 + ], + "-3": [ + 1662 + ], + "-4": [ + 1663 + ] + }, + "1619": { + "1": [ + 1620 + ], + "2": [ + 1622 + ], + "3": [ + 1628 + ], + "4": [ + 1625 + ], + "-1": [ + 1624 + ], + "-2": [ + 1618 + ], + "-3": [ + 1616 + ], + "-4": [ + 1617 + ] + }, + "1622": { + "1": [ + 1621 + ], + "2": [ + 1623 + ], + "3": [ + 1629 + ], + "4": [ + 1628 + ], + "-1": [ + 1625 + ], + "-2": [ + 1619 + ], + "-3": [ + 1617 + ], + "-4": [ + 1620 + ] + }, + "1620": { + "1": [], + "2": [ + 1621 + ], + "3": [ + 1623 + ], + "4": [ + 1622 + ], + "-1": [ + 1619 + ], + "-2": [ + 1617 + ], + "-3": [ + 1663 + ], + "-4": [ + 1339 + ] + }, + "1621": { + "1": [ + 818 + ], + "2": [ + 516 + ], + "3": [ + 518 + ], + "4": [ + 1623 + ], + "-1": [ + 1622 + ], + "-2": [ + 1620 + ], + "-3": [], + "-4": [ + 1339 + ] + }, + "1623": { + "1": [ + 516 + ], + "2": [ + 518 + ], + "3": [ + 1376 + ], + "4": [ + 1629 + ], + "-1": [ + 1628 + ], + "-2": [ + 1622 + ], + "-3": [ + 1620 + ], + "-4": [ + 1621 + ] + }, + "1626": { + "1": [ + 1625 + ], + "2": [ + 1627 + ], + "3": [ + 1381 + ], + "4": [ + 1380 + ], + "-1": [ + 1493 + ], + "-2": [ + 1883 + ], + "-3": [ + 1881 + ], + "-4": [ + 1624 + ] + }, + "1624": { + "1": [ + 1619 + ], + "2": [ + 1625 + ], + "3": [ + 1627 + ], + "4": [ + 1626 + ], + "-1": [ + 1883 + ], + "-2": [ + 1881 + ], + "-3": [ + 1879 + ], + "-4": [ + 1618 + ] + }, + "1625": { + "1": [ + 1622 + ], + "2": [ + 1628 + ], + "3": [ + 1630 + ], + "4": [ + 1627 + ], + "-1": [ + 1626 + ], + "-2": [ + 1624 + ], + "-3": [ + 1618 + ], + "-4": [ + 1619 + ] + }, + "1627": { + "1": [ + 1628 + ], + "2": [ + 1630 + ], + "3": [ + 528 + ], + "4": [ + 1381 + ], + "-1": [ + 1380 + ], + "-2": [ + 1626 + ], + "-3": [ + 1624 + ], + "-4": [ + 1625 + ] + }, + "1630": { + "1": [ + 1629 + ], + "2": [ + 1631 + ], + "3": [ + 529 + ], + "4": [ + 528 + ], + "-1": [ + 1381 + ], + "-2": [ + 1627 + ], + "-3": [ + 1625 + ], + "-4": [ + 1628 + ] + }, + "1628": { + "1": [ + 1623 + ], + "2": [ + 1629 + ], + "3": [ + 1631 + ], + "4": [ + 1630 + ], + "-1": [ + 1627 + ], + "-2": [ + 1625 + ], + "-3": [ + 1619 + ], + "-4": [ + 1622 + ] + }, + "1629": { + "1": [ + 518 + ], + "2": [ + 1376 + ], + "3": [ + 1378 + ], + "4": [ + 1631 + ], + "-1": [ + 1630 + ], + "-2": [ + 1628 + ], + "-3": [ + 1622 + ], + "-4": [ + 1623 + ] + }, + "1631": { + "1": [ + 1376 + ], + "2": [ + 1378 + ], + "3": [ + 536 + ], + "4": [ + 529 + ], + "-1": [ + 528 + ], + "-2": [ + 1630 + ], + "-3": [ + 1628 + ], + "-4": [ + 1629 + ] + }, + "1634": { + "1": [ + 1633 + ], + "2": [ + 1635 + ], + "3": [ + 1641 + ], + "4": [ + 1640 + ], + "-1": [ + 669 + ], + "-2": [ + 1403 + ], + "-3": [ + 1401 + ], + "-4": [ + 1632 + ] + }, + "1632": { + "1": [ + 635 + ], + "2": [ + 1633 + ], + "3": [ + 1635 + ], + "4": [ + 1634 + ], + "-1": [ + 1403 + ], + "-2": [ + 1401 + ], + "-3": [ + 607 + ], + "-4": [ + 634 + ] + }, + "1633": { + "1": [ + 1394 + ], + "2": [ + 1636 + ], + "3": [ + 1638 + ], + "4": [ + 1635 + ], + "-1": [ + 1634 + ], + "-2": [ + 1632 + ], + "-3": [ + 634 + ], + "-4": [ + 635 + ] + }, + "1635": { + "1": [ + 1636 + ], + "2": [ + 1638 + ], + "3": [ + 1644 + ], + "4": [ + 1641 + ], + "-1": [ + 1640 + ], + "-2": [ + 1634 + ], + "-3": [ + 1632 + ], + "-4": [ + 1633 + ] + }, + "1638": { + "1": [ + 1637 + ], + "2": [ + 1639 + ], + "3": [ + 1645 + ], + "4": [ + 1644 + ], + "-1": [ + 1641 + ], + "-2": [ + 1635 + ], + "-3": [ + 1633 + ], + "-4": [ + 1636 + ] + }, + "1636": { + "1": [ + 1395 + ], + "2": [ + 1637 + ], + "3": [ + 1639 + ], + "4": [ + 1638 + ], + "-1": [ + 1635 + ], + "-2": [ + 1633 + ], + "-3": [ + 635 + ], + "-4": [ + 1394 + ] + }, + "1637": { + "1": [ + 646 + ], + "2": [ + 704 + ], + "3": [ + 706 + ], + "4": [ + 1639 + ], + "-1": [ + 1638 + ], + "-2": [ + 1636 + ], + "-3": [ + 1394 + ], + "-4": [ + 1395 + ] + }, + "1639": { + "1": [ + 704 + ], + "2": [ + 706 + ], + "3": [ + 250 + ], + "4": [ + 1645 + ], + "-1": [ + 1644 + ], + "-2": [ + 1638 + ], + "-3": [ + 1636 + ], + "-4": [ + 1637 + ] + }, + "1642": { + "1": [ + 1641 + ], + "2": [ + 1643 + ], + "3": [ + 1405 + ], + "4": [ + 1404 + ], + "-1": [ + 693 + ], + "-2": [ + 671 + ], + "-3": [ + 669 + ], + "-4": [ + 1640 + ] + }, + "1640": { + "1": [ + 1635 + ], + "2": [ + 1641 + ], + "3": [ + 1643 + ], + "4": [ + 1642 + ], + "-1": [ + 671 + ], + "-2": [ + 669 + ], + "-3": [ + 1403 + ], + "-4": [ + 1634 + ] + }, + "1641": { + "1": [ + 1638 + ], + "2": [ + 1644 + ], + "3": [ + 1646 + ], + "4": [ + 1643 + ], + "-1": [ + 1642 + ], + "-2": [ + 1640 + ], + "-3": [ + 1634 + ], + "-4": [ + 1635 + ] + }, + "1643": { + "1": [ + 1644 + ], + "2": [ + 1646 + ], + "3": [ + 716 + ], + "4": [ + 1405 + ], + "-1": [ + 1404 + ], + "-2": [ + 1642 + ], + "-3": [ + 1640 + ], + "-4": [ + 1641 + ] + }, + "1646": { + "1": [ + 1645 + ], + "2": [ + 1647 + ], + "3": [ + 717 + ], + "4": [ + 716 + ], + "-1": [ + 1405 + ], + "-2": [ + 1643 + ], + "-3": [ + 1641 + ], + "-4": [ + 1644 + ] + }, + "1644": { + "1": [ + 1639 + ], + "2": [ + 1645 + ], + "3": [ + 1647 + ], + "4": [ + 1646 + ], + "-1": [ + 1643 + ], + "-2": [ + 1641 + ], + "-3": [ + 1635 + ], + "-4": [ + 1638 + ] + }, + "1645": { + "1": [ + 706 + ], + "2": [ + 250 + ], + "3": [], + "4": [ + 1647 + ], + "-1": [ + 1646 + ], + "-2": [ + 1644 + ], + "-3": [ + 1638 + ], + "-4": [ + 1639 + ] + }, + "1647": { + "1": [], + "2": [ + 250 + ], + "3": [ + 728 + ], + "4": [ + 717 + ], + "-1": [ + 716 + ], + "-2": [ + 1646 + ], + "-3": [ + 1644 + ], + "-4": [ + 1645 + ] + }, + "1650": { + "1": [ + 1649 + ], + "2": [ + 1651 + ], + "3": [ + 1653 + ], + "4": [ + 1652 + ], + "-1": [ + 2105 + ], + "-2": [ + 2103 + ], + "-3": [ + 2101 + ], + "-4": [ + 1648 + ] + }, + "1648": { + "1": [], + "2": [ + 1649 + ], + "3": [ + 1651 + ], + "4": [ + 1650 + ], + "-1": [ + 2103 + ], + "-2": [ + 2101 + ], + "-3": [ + 1551 + ], + "-4": [ + 1298 + ] + }, + "1649": { + "1": [], + "2": [ + 1333 + ], + "3": [], + "4": [ + 1651 + ], + "-1": [ + 1650 + ], + "-2": [ + 1648 + ], + "-3": [], + "-4": [ + 1298 + ] + }, + "1651": { + "1": [], + "2": [ + 1333 + ], + "3": [ + 1335 + ], + "4": [ + 1653 + ], + "-1": [ + 1652 + ], + "-2": [ + 1650 + ], + "-3": [ + 1648 + ], + "-4": [ + 1649 + ] + }, + "1654": { + "1": [ + 1653 + ], + "2": [ + 1655 + ], + "3": [ + 1657 + ], + "4": [ + 1656 + ], + "-1": [ + 1303 + ], + "-2": [ + 2107 + ], + "-3": [ + 2105 + ], + "-4": [ + 1652 + ] + }, + "1652": { + "1": [ + 1651 + ], + "2": [ + 1653 + ], + "3": [ + 1655 + ], + "4": [ + 1654 + ], + "-1": [ + 2107 + ], + "-2": [ + 2105 + ], + "-3": [ + 2103 + ], + "-4": [ + 1650 + ] + }, + "1653": { + "1": [ + 1333 + ], + "2": [ + 1335 + ], + "3": [], + "4": [ + 1655 + ], + "-1": [ + 1654 + ], + "-2": [ + 1652 + ], + "-3": [ + 1650 + ], + "-4": [ + 1651 + ] + }, + "1655": { + "1": [], + "2": [ + 1335 + ], + "3": [ + 1337 + ], + "4": [ + 1657 + ], + "-1": [ + 1656 + ], + "-2": [ + 1654 + ], + "-3": [ + 1652 + ], + "-4": [ + 1653 + ] + }, + "1658": { + "1": [ + 1657 + ], + "2": [ + 1659 + ], + "3": [ + 1661 + ], + "4": [ + 1660 + ], + "-1": [], + "-2": [ + 1303 + ], + "-3": [], + "-4": [ + 1656 + ] + }, + "1656": { + "1": [ + 1655 + ], + "2": [ + 1657 + ], + "3": [ + 1659 + ], + "4": [ + 1658 + ], + "-1": [], + "-2": [ + 1303 + ], + "-3": [ + 2107 + ], + "-4": [ + 1654 + ] + }, + "1657": { + "1": [ + 1335 + ], + "2": [ + 1337 + ], + "3": [], + "4": [ + 1659 + ], + "-1": [ + 1658 + ], + "-2": [ + 1656 + ], + "-3": [ + 1654 + ], + "-4": [ + 1655 + ] + }, + "1659": { + "1": [], + "2": [ + 1337 + ], + "3": [ + 1339 + ], + "4": [ + 1661 + ], + "-1": [ + 1660 + ], + "-2": [ + 1658 + ], + "-3": [ + 1656 + ], + "-4": [ + 1657 + ] + }, + "1662": { + "1": [ + 1661 + ], + "2": [ + 1663 + ], + "3": [ + 1617 + ], + "4": [ + 1616 + ], + "-1": [ + 1877 + ], + "-2": [ + 1303 + ], + "-3": [], + "-4": [ + 1660 + ] + }, + "1660": { + "1": [ + 1659 + ], + "2": [ + 1661 + ], + "3": [ + 1663 + ], + "4": [ + 1662 + ], + "-1": [], + "-2": [ + 1303 + ], + "-3": [], + "-4": [ + 1658 + ] + }, + "1661": { + "1": [ + 1337 + ], + "2": [ + 1339 + ], + "3": [], + "4": [ + 1663 + ], + "-1": [ + 1662 + ], + "-2": [ + 1660 + ], + "-3": [ + 1658 + ], + "-4": [ + 1659 + ] + }, + "1663": { + "1": [], + "2": [ + 1339 + ], + "3": [ + 1620 + ], + "4": [ + 1617 + ], + "-1": [ + 1616 + ], + "-2": [ + 1662 + ], + "-3": [ + 1660 + ], + "-4": [ + 1661 + ] + }, + "1666": { + "1": [ + 1665 + ], + "2": [ + 1667 + ], + "3": [ + 1669 + ], + "4": [ + 1668 + ], + "-1": [ + 2073 + ], + "-2": [ + 1557 + ], + "-3": [], + "-4": [ + 1664 + ] + }, + "1664": { + "1": [], + "2": [ + 1665 + ], + "3": [ + 1667 + ], + "4": [ + 1666 + ], + "-1": [], + "-2": [ + 1557 + ], + "-3": [ + 1471 + ], + "-4": [ + 54 + ] + }, + "1665": { + "1": [], + "2": [ + 1341 + ], + "3": [], + "4": [ + 1667 + ], + "-1": [ + 1666 + ], + "-2": [ + 1664 + ], + "-3": [], + "-4": [ + 54 + ] + }, + "1667": { + "1": [], + "2": [ + 1341 + ], + "3": [ + 1343 + ], + "4": [ + 1669 + ], + "-1": [ + 1668 + ], + "-2": [ + 1666 + ], + "-3": [ + 1664 + ], + "-4": [ + 1665 + ] + }, + "1670": { + "1": [ + 1669 + ], + "2": [ + 1671 + ], + "3": [ + 1413 + ], + "4": [ + 1412 + ], + "-1": [ + 2081 + ], + "-2": [ + 2075 + ], + "-3": [ + 2073 + ], + "-4": [ + 1668 + ] + }, + "1668": { + "1": [ + 1667 + ], + "2": [ + 1669 + ], + "3": [ + 1671 + ], + "4": [ + 1670 + ], + "-1": [ + 2075 + ], + "-2": [ + 2073 + ], + "-3": [ + 1557 + ], + "-4": [ + 1666 + ] + }, + "1669": { + "1": [ + 1341 + ], + "2": [ + 1343 + ], + "3": [], + "4": [ + 1671 + ], + "-1": [ + 1670 + ], + "-2": [ + 1668 + ], + "-3": [ + 1666 + ], + "-4": [ + 1667 + ] + }, + "1671": { + "1": [], + "2": [ + 1343 + ], + "3": [ + 828 + ], + "4": [ + 1413 + ], + "-1": [ + 1412 + ], + "-2": [ + 1670 + ], + "-3": [ + 1668 + ], + "-4": [ + 1669 + ] + }, + "1674": { + "1": [ + 1673 + ], + "2": [ + 1675 + ], + "3": [], + "4": [ + 1346 + ], + "-1": [ + 375 + ], + "-2": [ + 1095 + ], + "-3": [ + 1093 + ], + "-4": [ + 1672 + ] + }, + "1672": { + "1": [ + 1087 + ], + "2": [ + 1673 + ], + "3": [ + 1675 + ], + "4": [ + 1674 + ], + "-1": [ + 1095 + ], + "-2": [ + 1093 + ], + "-3": [ + 1075 + ], + "-4": [ + 1086 + ] + }, + "1673": { + "1": [ + 371 + ], + "2": [ + 1345 + ], + "3": [], + "4": [ + 1675 + ], + "-1": [ + 1674 + ], + "-2": [ + 1672 + ], + "-3": [ + 1086 + ], + "-4": [ + 1087 + ] + }, + "1675": { + "1": [], + "2": [ + 1345 + ], + "3": [ + 1347 + ], + "4": [ + 1346 + ], + "-1": [], + "-2": [ + 1674 + ], + "-3": [ + 1672 + ], + "-4": [ + 1673 + ] + }, + "1678": { + "1": [ + 1677 + ], + "2": [ + 1679 + ], + "3": [ + 1681 + ], + "4": [ + 1680 + ], + "-1": [ + 1113 + ], + "-2": [ + 1107 + ], + "-3": [ + 1105 + ], + "-4": [ + 1676 + ] + }, + "1676": { + "1": [ + 1055 + ], + "2": [ + 1677 + ], + "3": [ + 1679 + ], + "4": [ + 1678 + ], + "-1": [ + 1107 + ], + "-2": [ + 1105 + ], + "-3": [ + 1043 + ], + "-4": [ + 1054 + ] + }, + "1677": { + "1": [ + 1058 + ], + "2": [ + 1349 + ], + "3": [], + "4": [ + 1679 + ], + "-1": [ + 1678 + ], + "-2": [ + 1676 + ], + "-3": [ + 1054 + ], + "-4": [ + 1055 + ] + }, + "1679": { + "1": [], + "2": [ + 1349 + ], + "3": [ + 1351 + ], + "4": [ + 1681 + ], + "-1": [ + 1680 + ], + "-2": [ + 1678 + ], + "-3": [ + 1676 + ], + "-4": [ + 1677 + ] + }, + "1682": { + "1": [ + 1681 + ], + "2": [ + 1683 + ], + "3": [ + 1685 + ], + "4": [ + 1684 + ], + "-1": [ + 1121 + ], + "-2": [ + 1115 + ], + "-3": [ + 1113 + ], + "-4": [ + 1680 + ] + }, + "1680": { + "1": [ + 1679 + ], + "2": [ + 1681 + ], + "3": [ + 1683 + ], + "4": [ + 1682 + ], + "-1": [ + 1115 + ], + "-2": [ + 1113 + ], + "-3": [ + 1107 + ], + "-4": [ + 1678 + ] + }, + "1681": { + "1": [ + 1349 + ], + "2": [ + 1351 + ], + "3": [], + "4": [ + 1683 + ], + "-1": [ + 1682 + ], + "-2": [ + 1680 + ], + "-3": [ + 1678 + ], + "-4": [ + 1679 + ] + }, + "1683": { + "1": [], + "2": [ + 1351 + ], + "3": [ + 1688 + ], + "4": [ + 1685 + ], + "-1": [ + 1684 + ], + "-2": [ + 1682 + ], + "-3": [ + 1680 + ], + "-4": [ + 1681 + ] + }, + "1686": { + "1": [ + 1685 + ], + "2": [ + 1687 + ], + "3": [], + "4": [ + 1354 + ], + "-1": [ + 1129 + ], + "-2": [ + 1123 + ], + "-3": [ + 1121 + ], + "-4": [ + 1684 + ] + }, + "1684": { + "1": [ + 1683 + ], + "2": [ + 1685 + ], + "3": [ + 1687 + ], + "4": [ + 1686 + ], + "-1": [ + 1123 + ], + "-2": [ + 1121 + ], + "-3": [ + 1115 + ], + "-4": [ + 1682 + ] + }, + "1685": { + "1": [ + 1351 + ], + "2": [ + 1688 + ], + "3": [ + 1690 + ], + "4": [ + 1687 + ], + "-1": [ + 1686 + ], + "-2": [ + 1684 + ], + "-3": [ + 1682 + ], + "-4": [ + 1683 + ] + }, + "1687": { + "1": [ + 1688 + ], + "2": [ + 1690 + ], + "3": [ + 1355 + ], + "4": [ + 1354 + ], + "-1": [], + "-2": [ + 1686 + ], + "-3": [ + 1684 + ], + "-4": [ + 1685 + ] + }, + "1690": { + "1": [ + 1689 + ], + "2": [ + 1691 + ], + "3": [], + "4": [ + 1355 + ], + "-1": [ + 1354 + ], + "-2": [ + 1687 + ], + "-3": [ + 1685 + ], + "-4": [ + 1688 + ] + }, + "1688": { + "1": [], + "2": [ + 1689 + ], + "3": [ + 1691 + ], + "4": [ + 1690 + ], + "-1": [ + 1687 + ], + "-2": [ + 1685 + ], + "-3": [ + 1683 + ], + "-4": [ + 1351 + ] + }, + "1689": { + "1": [ + 2126 + ], + "2": [ + 2128 + ], + "3": [ + 2130 + ], + "4": [ + 1691 + ], + "-1": [ + 1690 + ], + "-2": [ + 1688 + ], + "-3": [], + "-4": [ + 1351 + ] + }, + "1691": { + "1": [ + 2128 + ], + "2": [ + 2130 + ], + "3": [ + 2136 + ], + "4": [ + 1355 + ], + "-1": [], + "-2": [ + 1690 + ], + "-3": [ + 1688 + ], + "-4": [ + 1689 + ] + }, + "1694": { + "1": [ + 1693 + ], + "2": [ + 1695 + ], + "3": [ + 1701 + ], + "4": [ + 1700 + ], + "-1": [ + 1697 + ], + "-2": [ + 1358 + ], + "-3": [], + "-4": [ + 1692 + ] + }, + "1692": { + "1": [], + "2": [ + 1693 + ], + "3": [ + 1695 + ], + "4": [ + 1694 + ], + "-1": [], + "-2": [ + 1358 + ], + "-3": [ + 1356 + ], + "-4": [ + 1357 + ] + }, + "1693": { + "1": [], + "2": [], + "3": [], + "4": [ + 1695 + ], + "-1": [ + 1694 + ], + "-2": [ + 1692 + ], + "-3": [], + "-4": [ + 1357 + ] + }, + "1695": { + "1": [], + "2": [], + "3": [], + "4": [ + 1701 + ], + "-1": [ + 1700 + ], + "-2": [ + 1694 + ], + "-3": [ + 1692 + ], + "-4": [ + 1693 + ] + }, + "1698": { + "1": [ + 1697 + ], + "2": [ + 1699 + ], + "3": [ + 1705 + ], + "4": [ + 1704 + ], + "-1": [ + 1133 + ], + "-2": [ + 385 + ], + "-3": [], + "-4": [ + 1696 + ] + }, + "1696": { + "1": [], + "2": [ + 1697 + ], + "3": [ + 1699 + ], + "4": [ + 1698 + ], + "-1": [], + "-2": [ + 385 + ], + "-3": [ + 132 + ], + "-4": [ + 1358 + ] + }, + "1697": { + "1": [ + 1694 + ], + "2": [ + 1700 + ], + "3": [ + 1702 + ], + "4": [ + 1699 + ], + "-1": [ + 1698 + ], + "-2": [ + 1696 + ], + "-3": [], + "-4": [ + 1358 + ] + }, + "1699": { + "1": [ + 1700 + ], + "2": [ + 1702 + ], + "3": [ + 1708 + ], + "4": [ + 1705 + ], + "-1": [ + 1704 + ], + "-2": [ + 1698 + ], + "-3": [ + 1696 + ], + "-4": [ + 1697 + ] + }, + "1702": { + "1": [ + 1701 + ], + "2": [ + 1703 + ], + "3": [ + 1709 + ], + "4": [ + 1708 + ], + "-1": [ + 1705 + ], + "-2": [ + 1699 + ], + "-3": [ + 1697 + ], + "-4": [ + 1700 + ] + }, + "1700": { + "1": [ + 1695 + ], + "2": [ + 1701 + ], + "3": [ + 1703 + ], + "4": [ + 1702 + ], + "-1": [ + 1699 + ], + "-2": [ + 1697 + ], + "-3": [ + 1358 + ], + "-4": [ + 1694 + ] + }, + "1701": { + "1": [], + "2": [], + "3": [], + "4": [ + 1703 + ], + "-1": [ + 1702 + ], + "-2": [ + 1700 + ], + "-3": [ + 1694 + ], + "-4": [ + 1695 + ] + }, + "1703": { + "1": [], + "2": [], + "3": [], + "4": [ + 1709 + ], + "-1": [ + 1708 + ], + "-2": [ + 1702 + ], + "-3": [ + 1700 + ], + "-4": [ + 1701 + ] + }, + "1706": { + "1": [ + 1705 + ], + "2": [ + 1707 + ], + "3": [ + 1713 + ], + "4": [ + 1712 + ], + "-1": [ + 1421 + ], + "-2": [ + 1135 + ], + "-3": [ + 1133 + ], + "-4": [ + 1704 + ] + }, + "1704": { + "1": [ + 1699 + ], + "2": [ + 1705 + ], + "3": [ + 1707 + ], + "4": [ + 1706 + ], + "-1": [ + 1135 + ], + "-2": [ + 1133 + ], + "-3": [ + 385 + ], + "-4": [ + 1698 + ] + }, + "1705": { + "1": [ + 1702 + ], + "2": [ + 1708 + ], + "3": [ + 1710 + ], + "4": [ + 1707 + ], + "-1": [ + 1706 + ], + "-2": [ + 1704 + ], + "-3": [ + 1698 + ], + "-4": [ + 1699 + ] + }, + "1707": { + "1": [ + 1708 + ], + "2": [ + 1710 + ], + "3": [ + 1716 + ], + "4": [ + 1713 + ], + "-1": [ + 1712 + ], + "-2": [ + 1706 + ], + "-3": [ + 1704 + ], + "-4": [ + 1705 + ] + }, + "1710": { + "1": [ + 1709 + ], + "2": [ + 1711 + ], + "3": [ + 1717 + ], + "4": [ + 1716 + ], + "-1": [ + 1713 + ], + "-2": [ + 1707 + ], + "-3": [ + 1705 + ], + "-4": [ + 1708 + ] + }, + "1708": { + "1": [ + 1703 + ], + "2": [ + 1709 + ], + "3": [ + 1711 + ], + "4": [ + 1710 + ], + "-1": [ + 1707 + ], + "-2": [ + 1705 + ], + "-3": [ + 1699 + ], + "-4": [ + 1702 + ] + }, + "1709": { + "1": [], + "2": [], + "3": [], + "4": [ + 1711 + ], + "-1": [ + 1710 + ], + "-2": [ + 1708 + ], + "-3": [ + 1702 + ], + "-4": [ + 1703 + ] + }, + "1711": { + "1": [], + "2": [], + "3": [], + "4": [ + 1717 + ], + "-1": [ + 1716 + ], + "-2": [ + 1710 + ], + "-3": [ + 1708 + ], + "-4": [ + 1709 + ] + }, + "1714": { + "1": [ + 1713 + ], + "2": [ + 1715 + ], + "3": [ + 1721 + ], + "4": [ + 1720 + ], + "-1": [ + 1425 + ], + "-2": [ + 1423 + ], + "-3": [ + 1421 + ], + "-4": [ + 1712 + ] + }, + "1712": { + "1": [ + 1707 + ], + "2": [ + 1713 + ], + "3": [ + 1715 + ], + "4": [ + 1714 + ], + "-1": [ + 1423 + ], + "-2": [ + 1421 + ], + "-3": [ + 1135 + ], + "-4": [ + 1706 + ] + }, + "1713": { + "1": [ + 1710 + ], + "2": [ + 1716 + ], + "3": [ + 1718 + ], + "4": [ + 1715 + ], + "-1": [ + 1714 + ], + "-2": [ + 1712 + ], + "-3": [ + 1706 + ], + "-4": [ + 1707 + ] + }, + "1715": { + "1": [ + 1716 + ], + "2": [ + 1718 + ], + "3": [ + 1724 + ], + "4": [ + 1721 + ], + "-1": [ + 1720 + ], + "-2": [ + 1714 + ], + "-3": [ + 1712 + ], + "-4": [ + 1713 + ] + }, + "1718": { + "1": [ + 1717 + ], + "2": [ + 1719 + ], + "3": [ + 1725 + ], + "4": [ + 1724 + ], + "-1": [ + 1721 + ], + "-2": [ + 1715 + ], + "-3": [ + 1713 + ], + "-4": [ + 1716 + ] + }, + "1716": { + "1": [ + 1711 + ], + "2": [ + 1717 + ], + "3": [ + 1719 + ], + "4": [ + 1718 + ], + "-1": [ + 1715 + ], + "-2": [ + 1713 + ], + "-3": [ + 1707 + ], + "-4": [ + 1710 + ] + }, + "1717": { + "1": [], + "2": [], + "3": [], + "4": [ + 1719 + ], + "-1": [ + 1718 + ], + "-2": [ + 1716 + ], + "-3": [ + 1710 + ], + "-4": [ + 1711 + ] + }, + "1719": { + "1": [], + "2": [], + "3": [], + "4": [ + 1725 + ], + "-1": [ + 1724 + ], + "-2": [ + 1718 + ], + "-3": [ + 1716 + ], + "-4": [ + 1717 + ] + }, + "1722": { + "1": [ + 1721 + ], + "2": [ + 1723 + ], + "3": [ + 1737 + ], + "4": [ + 1736 + ], + "-1": [ + 1369 + ], + "-2": [ + 1427 + ], + "-3": [ + 1425 + ], + "-4": [ + 1720 + ] + }, + "1720": { + "1": [ + 1715 + ], + "2": [ + 1721 + ], + "3": [ + 1723 + ], + "4": [ + 1722 + ], + "-1": [ + 1427 + ], + "-2": [ + 1425 + ], + "-3": [ + 1423 + ], + "-4": [ + 1714 + ] + }, + "1721": { + "1": [ + 1718 + ], + "2": [ + 1724 + ], + "3": [ + 1726 + ], + "4": [ + 1723 + ], + "-1": [ + 1722 + ], + "-2": [ + 1720 + ], + "-3": [ + 1714 + ], + "-4": [ + 1715 + ] + }, + "1723": { + "1": [ + 1724 + ], + "2": [ + 1726 + ], + "3": [ + 1740 + ], + "4": [ + 1737 + ], + "-1": [ + 1736 + ], + "-2": [ + 1722 + ], + "-3": [ + 1720 + ], + "-4": [ + 1721 + ] + }, + "1726": { + "1": [ + 1725 + ], + "2": [ + 1727 + ], + "3": [ + 1741 + ], + "4": [ + 1740 + ], + "-1": [ + 1737 + ], + "-2": [ + 1723 + ], + "-3": [ + 1721 + ], + "-4": [ + 1724 + ] + }, + "1724": { + "1": [ + 1719 + ], + "2": [ + 1725 + ], + "3": [ + 1727 + ], + "4": [ + 1726 + ], + "-1": [ + 1723 + ], + "-2": [ + 1721 + ], + "-3": [ + 1715 + ], + "-4": [ + 1718 + ] + }, + "1725": { + "1": [], + "2": [], + "3": [], + "4": [ + 1727 + ], + "-1": [ + 1726 + ], + "-2": [ + 1724 + ], + "-3": [ + 1718 + ], + "-4": [ + 1719 + ] + }, + "1727": { + "1": [], + "2": [], + "3": [], + "4": [ + 1741 + ], + "-1": [ + 1740 + ], + "-2": [ + 1726 + ], + "-3": [ + 1724 + ], + "-4": [ + 1725 + ] + }, + "1730": { + "1": [ + 1729 + ], + "2": [ + 1731 + ], + "3": [], + "4": [ + 1792 + ], + "-1": [ + 2277 + ], + "-2": [ + 2195 + ], + "-3": [ + 2193 + ], + "-4": [ + 1728 + ] + }, + "1728": { + "1": [], + "2": [ + 1729 + ], + "3": [ + 1731 + ], + "4": [ + 1730 + ], + "-1": [ + 2195 + ], + "-2": [ + 2193 + ], + "-3": [ + 1605 + ], + "-4": [ + 1368 + ] + }, + "1729": { + "1": [ + 1369 + ], + "2": [ + 1732 + ], + "3": [ + 1734 + ], + "4": [ + 1731 + ], + "-1": [ + 1730 + ], + "-2": [ + 1728 + ], + "-3": [], + "-4": [ + 1368 + ] + }, + "1731": { + "1": [ + 1732 + ], + "2": [ + 1734 + ], + "3": [ + 2292 + ], + "4": [ + 1792 + ], + "-1": [], + "-2": [ + 1730 + ], + "-3": [ + 1728 + ], + "-4": [ + 1729 + ] + }, + "1734": { + "1": [ + 1733 + ], + "2": [ + 1735 + ], + "3": [ + 2293 + ], + "4": [ + 2292 + ], + "-1": [ + 1792 + ], + "-2": [ + 1731 + ], + "-3": [ + 1729 + ], + "-4": [ + 1732 + ] + }, + "1732": { + "1": [], + "2": [ + 1733 + ], + "3": [ + 1735 + ], + "4": [ + 1734 + ], + "-1": [ + 1731 + ], + "-2": [ + 1729 + ], + "-3": [ + 1368 + ], + "-4": [ + 1369 + ] + }, + "1733": { + "1": [ + 1738 + ], + "2": [ + 1744 + ], + "3": [ + 1746 + ], + "4": [ + 1735 + ], + "-1": [ + 1734 + ], + "-2": [ + 1732 + ], + "-3": [], + "-4": [ + 1369 + ] + }, + "1735": { + "1": [ + 1744 + ], + "2": [ + 1746 + ], + "3": [ + 2296 + ], + "4": [ + 2293 + ], + "-1": [ + 2292 + ], + "-2": [ + 1734 + ], + "-3": [ + 1732 + ], + "-4": [ + 1733 + ] + }, + "1738": { + "1": [ + 1737 + ], + "2": [ + 1739 + ], + "3": [ + 1745 + ], + "4": [ + 1744 + ], + "-1": [ + 1733 + ], + "-2": [ + 1369 + ], + "-3": [], + "-4": [ + 1736 + ] + }, + "1736": { + "1": [ + 1723 + ], + "2": [ + 1737 + ], + "3": [ + 1739 + ], + "4": [ + 1738 + ], + "-1": [], + "-2": [ + 1369 + ], + "-3": [ + 1427 + ], + "-4": [ + 1722 + ] + }, + "1737": { + "1": [ + 1726 + ], + "2": [ + 1740 + ], + "3": [ + 1742 + ], + "4": [ + 1739 + ], + "-1": [ + 1738 + ], + "-2": [ + 1736 + ], + "-3": [ + 1722 + ], + "-4": [ + 1723 + ] + }, + "1739": { + "1": [ + 1740 + ], + "2": [ + 1742 + ], + "3": [ + 1748 + ], + "4": [ + 1745 + ], + "-1": [ + 1744 + ], + "-2": [ + 1738 + ], + "-3": [ + 1736 + ], + "-4": [ + 1737 + ] + }, + "1742": { + "1": [ + 1741 + ], + "2": [ + 1743 + ], + "3": [ + 1749 + ], + "4": [ + 1748 + ], + "-1": [ + 1745 + ], + "-2": [ + 1739 + ], + "-3": [ + 1737 + ], + "-4": [ + 1740 + ] + }, + "1740": { + "1": [ + 1727 + ], + "2": [ + 1741 + ], + "3": [ + 1743 + ], + "4": [ + 1742 + ], + "-1": [ + 1739 + ], + "-2": [ + 1737 + ], + "-3": [ + 1723 + ], + "-4": [ + 1726 + ] + }, + "1741": { + "1": [], + "2": [], + "3": [], + "4": [ + 1743 + ], + "-1": [ + 1742 + ], + "-2": [ + 1740 + ], + "-3": [ + 1726 + ], + "-4": [ + 1727 + ] + }, + "1743": { + "1": [], + "2": [], + "3": [], + "4": [ + 1749 + ], + "-1": [ + 1748 + ], + "-2": [ + 1742 + ], + "-3": [ + 1740 + ], + "-4": [ + 1741 + ] + }, + "1746": { + "1": [ + 1745 + ], + "2": [ + 1747 + ], + "3": [ + 2297 + ], + "4": [ + 2296 + ], + "-1": [ + 2293 + ], + "-2": [ + 1735 + ], + "-3": [ + 1733 + ], + "-4": [ + 1744 + ] + }, + "1744": { + "1": [ + 1739 + ], + "2": [ + 1745 + ], + "3": [ + 1747 + ], + "4": [ + 1746 + ], + "-1": [ + 1735 + ], + "-2": [ + 1733 + ], + "-3": [ + 1369 + ], + "-4": [ + 1738 + ] + }, + "1745": { + "1": [ + 1742 + ], + "2": [ + 1748 + ], + "3": [ + 1750 + ], + "4": [ + 1747 + ], + "-1": [ + 1746 + ], + "-2": [ + 1744 + ], + "-3": [ + 1738 + ], + "-4": [ + 1739 + ] + }, + "1747": { + "1": [ + 1748 + ], + "2": [ + 1750 + ], + "3": [ + 2300 + ], + "4": [ + 2297 + ], + "-1": [ + 2296 + ], + "-2": [ + 1746 + ], + "-3": [ + 1744 + ], + "-4": [ + 1745 + ] + }, + "1750": { + "1": [ + 1749 + ], + "2": [ + 1751 + ], + "3": [ + 2301 + ], + "4": [ + 2300 + ], + "-1": [ + 2297 + ], + "-2": [ + 1747 + ], + "-3": [ + 1745 + ], + "-4": [ + 1748 + ] + }, + "1748": { + "1": [ + 1743 + ], + "2": [ + 1749 + ], + "3": [ + 1751 + ], + "4": [ + 1750 + ], + "-1": [ + 1747 + ], + "-2": [ + 1745 + ], + "-3": [ + 1739 + ], + "-4": [ + 1742 + ] + }, + "1749": { + "1": [], + "2": [], + "3": [], + "4": [ + 1751 + ], + "-1": [ + 1750 + ], + "-2": [ + 1748 + ], + "-3": [ + 1742 + ], + "-4": [ + 1743 + ] + }, + "1751": { + "1": [], + "2": [], + "3": [], + "4": [ + 2301 + ], + "-1": [ + 2300 + ], + "-2": [ + 1750 + ], + "-3": [ + 1748 + ], + "-4": [ + 1749 + ] + }, + "1754": { + "1": [ + 1753 + ], + "2": [ + 2196, + 2198 + ], + "3": [ + 2216 + ], + "4": [ + 1760 + ], + "-1": [], + "-2": [ + 1248 + ], + "-3": [], + "-4": [ + 1752 + ] + }, + "1752": { + "1": [], + "2": [ + 1753 + ], + "3": [ + 2196 + ], + "4": [ + 1754 + ], + "-1": [], + "-2": [ + 1248 + ], + "-3": [ + 99 + ], + "-4": [ + 1290 + ] + }, + "1753": { + "1": [ + 1994 + ], + "2": [ + 2200, + 2202 + ], + "3": [ + 2208 + ], + "4": [ + 2196, + 2197 + ], + "-1": [ + 1754 + ], + "-2": [ + 1752 + ], + "-3": [], + "-4": [ + 1290 + ] + }, + "1762": { + "1": [ + 2218 + ], + "2": [ + 1763 + ], + "3": [], + "4": [ + 1251 + ], + "-1": [ + 1250 + ], + "-2": [ + 1248 + ], + "-3": [], + "-4": [ + 1760 + ] + }, + "1760": { + "1": [ + 2198 + ], + "2": [ + 2216, + 2218 + ], + "3": [ + 1763 + ], + "4": [ + 1762 + ], + "-1": [], + "-2": [ + 1248 + ], + "-3": [], + "-4": [ + 1754 + ] + }, + "1763": { + "1": [ + 2222 + ], + "2": [ + 1766 + ], + "3": [], + "4": [ + 1251 + ], + "-1": [], + "-2": [ + 1762 + ], + "-3": [ + 1760 + ], + "-4": [ + 2218, + 2219 + ] + }, + "1766": { + "1": [ + 1765 + ], + "2": [ + 1767 + ], + "3": [], + "4": [ + 1251 + ], + "-1": [], + "-2": [ + 1763 + ], + "-3": [ + 2219 + ], + "-4": [ + 2222, + 2223 + ] + }, + "1765": { + "1": [], + "2": [ + 1252 + ], + "3": [], + "4": [ + 1767 + ], + "-1": [ + 1766 + ], + "-2": [ + 2221, + 2223 + ], + "-3": [ + 2211 + ], + "-4": [ + 2214, + 2215 + ] + }, + "1767": { + "1": [], + "2": [ + 1252 + ], + "3": [ + 1254 + ], + "4": [ + 1251 + ], + "-1": [], + "-2": [ + 1766 + ], + "-3": [ + 2223 + ], + "-4": [ + 1765 + ] + }, + "1778": { + "1": [ + 2258 + ], + "2": [ + 1779 + ], + "3": [], + "4": [ + 1255 + ], + "-1": [ + 1254 + ], + "-2": [ + 1252 + ], + "-3": [], + "-4": [ + 1776 + ] + }, + "1776": { + "1": [ + 2238 + ], + "2": [ + 2256, + 2258 + ], + "3": [ + 1779 + ], + "4": [ + 1778 + ], + "-1": [], + "-2": [ + 1252 + ], + "-3": [], + "-4": [ + 2234, + 2235 + ] + }, + "1779": { + "1": [], + "2": [ + 1447 + ], + "3": [], + "4": [ + 1255 + ], + "-1": [], + "-2": [ + 1778 + ], + "-3": [ + 1776 + ], + "-4": [ + 2258, + 2259 + ] + }, + "1780": { + "1": [ + 2186 + ], + "2": [ + 2260, + 2262 + ], + "3": [ + 2268 + ], + "4": [ + 2264, + 2265 + ], + "-1": [ + 1989 + ], + "-2": [ + 1981, + 1983 + ], + "-3": [ + 2155 + ], + "-4": [ + 2182, + 2183 + ] + }, + "1787": { + "1": [ + 1792 + ], + "2": [ + 1794 + ], + "3": [ + 1454 + ], + "4": [ + 1451 + ], + "-1": [], + "-2": [ + 2281, + 2283 + ], + "-3": [ + 2275 + ], + "-4": [ + 2278, + 2279 + ] + }, + "1789": { + "1": [ + 2282 + ], + "2": [ + 1451 + ], + "3": [], + "4": [ + 1791 + ], + "-1": [ + 2289 + ], + "-2": [ + 2285, + 2287 + ], + "-3": [ + 2267 + ], + "-4": [ + 2270, + 2271 + ] + }, + "1791": { + "1": [], + "2": [ + 1451 + ], + "3": [], + "4": [ + 1258 + ], + "-1": [], + "-2": [ + 2289, + 2291 + ], + "-3": [ + 2287 + ], + "-4": [ + 1789 + ] + }, + "1794": { + "1": [ + 2294 + ], + "2": [ + 1795 + ], + "3": [], + "4": [ + 1454 + ], + "-1": [ + 1451 + ], + "-2": [ + 1787 + ], + "-3": [ + 2279 + ], + "-4": [ + 1792 + ] + }, + "1792": { + "1": [ + 1734 + ], + "2": [ + 2292, + 2294 + ], + "3": [ + 1795 + ], + "4": [ + 1794 + ], + "-1": [ + 1787 + ], + "-2": [ + 2277, + 2279 + ], + "-3": [ + 2195 + ], + "-4": [ + 1730, + 1731 + ] + }, + "1795": { + "1": [ + 2298 + ], + "2": [ + 1798 + ], + "3": [ + 1455 + ], + "4": [ + 1454 + ], + "-1": [], + "-2": [ + 1794 + ], + "-3": [ + 1792 + ], + "-4": [ + 2294, + 2295 + ] + }, + "1798": { + "1": [ + 2302 + ], + "2": [ + 1799 + ], + "3": [], + "4": [ + 1455 + ], + "-1": [ + 1454 + ], + "-2": [ + 1795 + ], + "-3": [ + 2295 + ], + "-4": [ + 2298, + 2299 + ] + }, + "1799": { + "1": [], + "2": [], + "3": [], + "4": [ + 1455 + ], + "-1": [], + "-2": [ + 1798 + ], + "-3": [ + 2299 + ], + "-4": [ + 2302, + 2303 + ] + }, + "1802": { + "1": [ + 1801 + ], + "2": [ + 2304, + 2306 + ], + "3": [ + 2316 + ], + "4": [ + 2312, + 2313 + ], + "-1": [ + 1805 + ], + "-2": [ + 1456 + ], + "-3": [], + "-4": [ + 1800 + ] + }, + "1800": { + "1": [], + "2": [ + 1801 + ], + "3": [ + 2304 + ], + "4": [ + 1802 + ], + "-1": [], + "-2": [ + 1456 + ], + "-3": [ + 1454 + ], + "-4": [ + 1455 + ] + }, + "1801": { + "1": [], + "2": [], + "3": [], + "4": [ + 2304, + 2305 + ], + "-1": [ + 1802 + ], + "-2": [ + 1800 + ], + "-3": [], + "-4": [ + 1455 + ] + }, + "1806": { + "1": [ + 1805 + ], + "2": [ + 2308, + 2310 + ], + "3": [ + 2228 + ], + "4": [ + 2224, + 2225 + ], + "-1": [ + 1252 + ], + "-2": [ + 1258 + ], + "-3": [], + "-4": [ + 1804 + ] + }, + "1804": { + "1": [], + "2": [ + 1805 + ], + "3": [ + 2308 + ], + "4": [ + 1806 + ], + "-1": [], + "-2": [ + 1258 + ], + "-3": [], + "-4": [ + 1456 + ] + }, + "1805": { + "1": [ + 1802 + ], + "2": [ + 2312, + 2314 + ], + "3": [ + 2320 + ], + "4": [ + 2308, + 2309 + ], + "-1": [ + 1806 + ], + "-2": [ + 1804 + ], + "-3": [], + "-4": [ + 1456 + ] + }, + "1814": { + "1": [ + 1813 + ], + "2": [ + 2328, + 2330 + ], + "3": [ + 2336 + ], + "4": [ + 2332, + 2333 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1812 + ] + }, + "1812": { + "1": [], + "2": [ + 1813 + ], + "3": [ + 2328 + ], + "4": [ + 1814 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1460 + ] + }, + "1813": { + "1": [ + 1461 + ], + "2": [ + 1463 + ], + "3": [], + "4": [ + 2328, + 2329 + ], + "-1": [ + 1814 + ], + "-2": [ + 1812 + ], + "-3": [], + "-4": [ + 1460 + ] + }, + "1821": { + "1": [ + 1261 + ], + "2": [ + 2372, + 2374 + ], + "3": [ + 1834 + ], + "4": [ + 1823 + ], + "-1": [ + 2353 + ], + "-2": [ + 2349, + 2351 + ], + "-3": [], + "-4": [ + 1463 + ] + }, + "1823": { + "1": [ + 2374 + ], + "2": [ + 1834 + ], + "3": [ + 1470 + ], + "4": [ + 1829 + ], + "-1": [ + 2369 + ], + "-2": [ + 2353, + 2355 + ], + "-3": [ + 2351 + ], + "-4": [ + 1821 + ] + }, + "1824": { + "1": [ + 2346 + ], + "2": [ + 2356, + 2358 + ], + "3": [ + 2364 + ], + "4": [ + 2360, + 2361 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2342, + 2343 + ] + }, + "1830": { + "1": [ + 1829 + ], + "2": [ + 1831 + ], + "3": [ + 2020 + ], + "4": [ + 2016, + 2017 + ], + "-1": [ + 2005 + ], + "-2": [ + 2365, + 2367 + ], + "-3": [ + 2359 + ], + "-4": [ + 2370, + 2371 + ] + }, + "1829": { + "1": [ + 1834 + ], + "2": [ + 1470 + ], + "3": [], + "4": [ + 1831 + ], + "-1": [ + 1830 + ], + "-2": [ + 2369, + 2371 + ], + "-3": [ + 2355 + ], + "-4": [ + 1823 + ] + }, + "1831": { + "1": [], + "2": [ + 1470 + ], + "3": [ + 2052 + ], + "4": [ + 2020, + 2021 + ], + "-1": [ + 2017 + ], + "-2": [ + 1830 + ], + "-3": [ + 2371 + ], + "-4": [ + 1829 + ] + }, + "1834": { + "1": [ + 1833 + ], + "2": [ + 1835 + ], + "3": [], + "4": [ + 1470 + ], + "-1": [ + 1829 + ], + "-2": [ + 1823 + ], + "-3": [ + 1821 + ], + "-4": [ + 2374, + 2375 + ] + }, + "1833": { + "1": [], + "2": [ + 1469 + ], + "3": [], + "4": [ + 1835 + ], + "-1": [ + 1834 + ], + "-2": [ + 2373, + 2375 + ], + "-3": [], + "-4": [ + 1261 + ] + }, + "1835": { + "1": [], + "2": [ + 1469 + ], + "3": [ + 1471 + ], + "4": [ + 1470 + ], + "-1": [], + "-2": [ + 1834 + ], + "-3": [ + 2375 + ], + "-4": [ + 1833 + ] + }, + "1838": { + "1": [ + 1837 + ], + "2": [ + 2376, + 2378 + ], + "3": [ + 2396 + ], + "4": [ + 1844 + ], + "-1": [ + 2385 + ], + "-2": [ + 1472 + ], + "-3": [], + "-4": [ + 1836 + ] + }, + "1836": { + "1": [], + "2": [ + 1837 + ], + "3": [ + 2376 + ], + "4": [ + 1838 + ], + "-1": [], + "-2": [ + 1472 + ], + "-3": [], + "-4": [ + 1264 + ] + }, + "1837": { + "1": [ + 1265 + ], + "2": [ + 1848 + ], + "3": [ + 2408 + ], + "4": [ + 2376, + 2377 + ], + "-1": [ + 1838 + ], + "-2": [ + 1836 + ], + "-3": [], + "-4": [ + 1264 + ] + }, + "1844": { + "1": [ + 2378 + ], + "2": [ + 2396, + 2398 + ], + "3": [ + 2404 + ], + "4": [ + 2400, + 2401 + ], + "-1": [ + 2393 + ], + "-2": [ + 2385, + 2387 + ], + "-3": [ + 1472 + ], + "-4": [ + 1838 + ] + }, + "1848": { + "1": [], + "2": [ + 1849 + ], + "3": [ + 2412 + ], + "4": [ + 2408, + 2409 + ], + "-1": [ + 2377 + ], + "-2": [ + 1837 + ], + "-3": [ + 1264 + ], + "-4": [ + 1265 + ] + }, + "1849": { + "1": [], + "2": [ + 1852 + ], + "3": [ + 2420 + ], + "4": [ + 2412, + 2413 + ], + "-1": [ + 2409 + ], + "-2": [ + 1848 + ], + "-3": [], + "-4": [ + 1265 + ] + }, + "1852": { + "1": [], + "2": [ + 2416, + 2418 + ], + "3": [ + 2424 + ], + "4": [ + 2420, + 2421 + ], + "-1": [ + 2413 + ], + "-2": [ + 1849 + ], + "-3": [], + "-4": [ + 1265 + ] + }, + "1858": { + "1": [ + 2434 + ], + "2": [ + 1859 + ], + "3": [], + "4": [ + 132 + ], + "-1": [ + 1593 + ], + "-2": [ + 2405, + 2407 + ], + "-3": [ + 2399 + ], + "-4": [ + 2430, + 2431 + ] + }, + "1859": { + "1": [ + 2438 + ], + "2": [ + 2444, + 2446 + ], + "3": [ + 1356 + ], + "4": [ + 132 + ], + "-1": [], + "-2": [ + 1858 + ], + "-3": [ + 2431 + ], + "-4": [ + 2434, + 2435 + ] + }, + "1866": { + "1": [ + 1865 + ], + "2": [ + 1867 + ], + "3": [], + "4": [ + 1482 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1864 + ] + }, + "1864": { + "1": [ + 1923 + ], + "2": [ + 1865 + ], + "3": [ + 1867 + ], + "4": [ + 1866 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1922 + ] + }, + "1865": { + "1": [ + 1507 + ], + "2": [ + 1481 + ], + "3": [], + "4": [ + 1867 + ], + "-1": [ + 1866 + ], + "-2": [ + 1864 + ], + "-3": [ + 1922 + ], + "-4": [ + 1923 + ] + }, + "1867": { + "1": [], + "2": [ + 1481 + ], + "3": [ + 1483 + ], + "4": [ + 1482 + ], + "-1": [], + "-2": [ + 1866 + ], + "-3": [ + 1864 + ], + "-4": [ + 1865 + ] + }, + "1870": { + "1": [ + 1869 + ], + "2": [ + 1871 + ], + "3": [], + "4": [ + 1487 + ], + "-1": [ + 1486 + ], + "-2": [ + 1484 + ], + "-3": [], + "-4": [ + 1868 + ] + }, + "1868": { + "1": [ + 1935 + ], + "2": [ + 1869 + ], + "3": [ + 1871 + ], + "4": [ + 1870 + ], + "-1": [], + "-2": [ + 1484 + ], + "-3": [ + 1510 + ], + "-4": [ + 1934 + ] + }, + "1869": { + "1": [ + 1946 + ], + "2": [ + 1608 + ], + "3": [ + 1610 + ], + "4": [ + 1871 + ], + "-1": [ + 1870 + ], + "-2": [ + 1868 + ], + "-3": [ + 1934 + ], + "-4": [ + 1935 + ] + }, + "1871": { + "1": [ + 1608 + ], + "2": [ + 1610 + ], + "3": [ + 1318 + ], + "4": [ + 1487 + ], + "-1": [], + "-2": [ + 1870 + ], + "-3": [ + 1868 + ], + "-4": [ + 1869 + ] + }, + "1874": { + "1": [ + 1873 + ], + "2": [ + 1875 + ], + "3": [], + "4": [ + 1490 + ], + "-1": [], + "-2": [ + 1272 + ], + "-3": [], + "-4": [ + 1872 + ] + }, + "1872": { + "1": [], + "2": [ + 1873 + ], + "3": [ + 1875 + ], + "4": [ + 1874 + ], + "-1": [], + "-2": [ + 1272 + ], + "-3": [ + 2123 + ], + "-4": [ + 1303 + ] + }, + "1873": { + "1": [], + "2": [ + 1876 + ], + "3": [ + 1878 + ], + "4": [ + 1875 + ], + "-1": [ + 1874 + ], + "-2": [ + 1872 + ], + "-3": [], + "-4": [ + 1303 + ] + }, + "1875": { + "1": [ + 1876 + ], + "2": [ + 1878 + ], + "3": [ + 1880 + ], + "4": [ + 1490 + ], + "-1": [], + "-2": [ + 1874 + ], + "-3": [ + 1872 + ], + "-4": [ + 1873 + ] + }, + "1878": { + "1": [ + 1877 + ], + "2": [ + 1879 + ], + "3": [ + 1881 + ], + "4": [ + 1880 + ], + "-1": [ + 1490 + ], + "-2": [ + 1875 + ], + "-3": [ + 1873 + ], + "-4": [ + 1876 + ] + }, + "1876": { + "1": [], + "2": [ + 1877 + ], + "3": [ + 1879 + ], + "4": [ + 1878 + ], + "-1": [ + 1875 + ], + "-2": [ + 1873 + ], + "-3": [], + "-4": [ + 1303 + ] + }, + "1877": { + "1": [ + 1662 + ], + "2": [ + 1616 + ], + "3": [ + 1618 + ], + "4": [ + 1879 + ], + "-1": [ + 1878 + ], + "-2": [ + 1876 + ], + "-3": [], + "-4": [ + 1303 + ] + }, + "1879": { + "1": [ + 1616 + ], + "2": [ + 1618 + ], + "3": [ + 1624 + ], + "4": [ + 1881 + ], + "-1": [ + 1880 + ], + "-2": [ + 1878 + ], + "-3": [ + 1876 + ], + "-4": [ + 1877 + ] + }, + "1882": { + "1": [ + 1881 + ], + "2": [ + 1883 + ], + "3": [], + "4": [ + 1493 + ], + "-1": [ + 1492 + ], + "-2": [ + 1490 + ], + "-3": [], + "-4": [ + 1880 + ] + }, + "1880": { + "1": [ + 1879 + ], + "2": [ + 1881 + ], + "3": [ + 1883 + ], + "4": [ + 1882 + ], + "-1": [], + "-2": [ + 1490 + ], + "-3": [ + 1875 + ], + "-4": [ + 1878 + ] + }, + "1881": { + "1": [ + 1618 + ], + "2": [ + 1624 + ], + "3": [ + 1626 + ], + "4": [ + 1883 + ], + "-1": [ + 1882 + ], + "-2": [ + 1880 + ], + "-3": [ + 1878 + ], + "-4": [ + 1879 + ] + }, + "1883": { + "1": [ + 1624 + ], + "2": [ + 1626 + ], + "3": [ + 1380 + ], + "4": [ + 1493 + ], + "-1": [], + "-2": [ + 1882 + ], + "-3": [ + 1880 + ], + "-4": [ + 1881 + ] + }, + "1886": { + "1": [ + 1885 + ], + "2": [ + 1887 + ], + "3": [ + 1901 + ], + "4": [ + 1900 + ], + "-1": [ + 1897 + ], + "-2": [ + 1494 + ], + "-3": [], + "-4": [ + 1884 + ] + }, + "1884": { + "1": [], + "2": [ + 1885 + ], + "3": [ + 1887 + ], + "4": [ + 1886 + ], + "-1": [], + "-2": [ + 1494 + ], + "-3": [ + 1492 + ], + "-4": [ + 1493 + ] + }, + "1885": { + "1": [ + 1382 + ], + "2": [ + 1384 + ], + "3": [ + 1386 + ], + "4": [ + 1887 + ], + "-1": [ + 1886 + ], + "-2": [ + 1884 + ], + "-3": [], + "-4": [ + 1493 + ] + }, + "1887": { + "1": [ + 1384 + ], + "2": [ + 1386 + ], + "3": [ + 1280 + ], + "4": [ + 1901 + ], + "-1": [ + 1900 + ], + "-2": [ + 1886 + ], + "-3": [ + 1884 + ], + "-4": [ + 1885 + ] + }, + "1890": { + "1": [ + 1889 + ], + "2": [ + 1891 + ], + "3": [ + 1893 + ], + "4": [ + 1892 + ], + "-1": [ + 1498 + ], + "-2": [ + 1496 + ], + "-3": [], + "-4": [ + 1888 + ] + }, + "1888": { + "1": [], + "2": [ + 1889 + ], + "3": [ + 1891 + ], + "4": [ + 1890 + ], + "-1": [], + "-2": [ + 1496 + ], + "-3": [], + "-4": [ + 1274 + ] + }, + "1889": { + "1": [ + 1494 + ], + "2": [ + 1896 + ], + "3": [ + 1898 + ], + "4": [ + 1891 + ], + "-1": [ + 1890 + ], + "-2": [ + 1888 + ], + "-3": [], + "-4": [ + 1274 + ] + }, + "1891": { + "1": [ + 1896 + ], + "2": [ + 1898 + ], + "3": [ + 1904 + ], + "4": [ + 1893 + ], + "-1": [ + 1892 + ], + "-2": [ + 1890 + ], + "-3": [ + 1888 + ], + "-4": [ + 1889 + ] + }, + "1894": { + "1": [ + 1893 + ], + "2": [ + 1895 + ], + "3": [ + 1917 + ], + "4": [ + 1916 + ], + "-1": [ + 1913 + ], + "-2": [ + 1498 + ], + "-3": [], + "-4": [ + 1892 + ] + }, + "1892": { + "1": [ + 1891 + ], + "2": [ + 1893 + ], + "3": [ + 1895 + ], + "4": [ + 1894 + ], + "-1": [], + "-2": [ + 1498 + ], + "-3": [ + 1496 + ], + "-4": [ + 1890 + ] + }, + "1893": { + "1": [ + 1898 + ], + "2": [ + 1904 + ], + "3": [ + 1906 + ], + "4": [ + 1895 + ], + "-1": [ + 1894 + ], + "-2": [ + 1892 + ], + "-3": [ + 1890 + ], + "-4": [ + 1891 + ] + }, + "1895": { + "1": [ + 1904 + ], + "2": [ + 1906 + ], + "3": [ + 1924 + ], + "4": [ + 1917 + ], + "-1": [ + 1916 + ], + "-2": [ + 1894 + ], + "-3": [ + 1892 + ], + "-4": [ + 1893 + ] + }, + "1898": { + "1": [ + 1897 + ], + "2": [ + 1899 + ], + "3": [ + 1905 + ], + "4": [ + 1904 + ], + "-1": [ + 1893 + ], + "-2": [ + 1891 + ], + "-3": [ + 1889 + ], + "-4": [ + 1896 + ] + }, + "1896": { + "1": [], + "2": [ + 1897 + ], + "3": [ + 1899 + ], + "4": [ + 1898 + ], + "-1": [ + 1891 + ], + "-2": [ + 1889 + ], + "-3": [ + 1274 + ], + "-4": [ + 1494 + ] + }, + "1897": { + "1": [ + 1886 + ], + "2": [ + 1900 + ], + "3": [ + 1902 + ], + "4": [ + 1899 + ], + "-1": [ + 1898 + ], + "-2": [ + 1896 + ], + "-3": [], + "-4": [ + 1494 + ] + }, + "1899": { + "1": [ + 1900 + ], + "2": [ + 1902 + ], + "3": [ + 1908 + ], + "4": [ + 1905 + ], + "-1": [ + 1904 + ], + "-2": [ + 1898 + ], + "-3": [ + 1896 + ], + "-4": [ + 1897 + ] + }, + "1902": { + "1": [ + 1901 + ], + "2": [ + 1903 + ], + "3": [ + 1909 + ], + "4": [ + 1908 + ], + "-1": [ + 1905 + ], + "-2": [ + 1899 + ], + "-3": [ + 1897 + ], + "-4": [ + 1900 + ] + }, + "1900": { + "1": [ + 1887 + ], + "2": [ + 1901 + ], + "3": [ + 1903 + ], + "4": [ + 1902 + ], + "-1": [ + 1899 + ], + "-2": [ + 1897 + ], + "-3": [ + 1494 + ], + "-4": [ + 1886 + ] + }, + "1901": { + "1": [ + 1386 + ], + "2": [ + 1280 + ], + "3": [], + "4": [ + 1903 + ], + "-1": [ + 1902 + ], + "-2": [ + 1900 + ], + "-3": [ + 1886 + ], + "-4": [ + 1887 + ] + }, + "1903": { + "1": [], + "2": [ + 1280 + ], + "3": [], + "4": [ + 1909 + ], + "-1": [ + 1908 + ], + "-2": [ + 1902 + ], + "-3": [ + 1900 + ], + "-4": [ + 1901 + ] + }, + "1906": { + "1": [ + 1905 + ], + "2": [ + 1907 + ], + "3": [ + 1925 + ], + "4": [ + 1924 + ], + "-1": [ + 1917 + ], + "-2": [ + 1895 + ], + "-3": [ + 1893 + ], + "-4": [ + 1904 + ] + }, + "1904": { + "1": [ + 1899 + ], + "2": [ + 1905 + ], + "3": [ + 1907 + ], + "4": [ + 1906 + ], + "-1": [ + 1895 + ], + "-2": [ + 1893 + ], + "-3": [ + 1891 + ], + "-4": [ + 1898 + ] + }, + "1905": { + "1": [ + 1902 + ], + "2": [ + 1908 + ], + "3": [ + 1910 + ], + "4": [ + 1907 + ], + "-1": [ + 1906 + ], + "-2": [ + 1904 + ], + "-3": [ + 1898 + ], + "-4": [ + 1899 + ] + }, + "1907": { + "1": [ + 1908 + ], + "2": [ + 1910 + ], + "3": [ + 1928 + ], + "4": [ + 1925 + ], + "-1": [ + 1924 + ], + "-2": [ + 1906 + ], + "-3": [ + 1904 + ], + "-4": [ + 1905 + ] + }, + "1910": { + "1": [ + 1909 + ], + "2": [ + 1911 + ], + "3": [ + 1929 + ], + "4": [ + 1928 + ], + "-1": [ + 1925 + ], + "-2": [ + 1907 + ], + "-3": [ + 1905 + ], + "-4": [ + 1908 + ] + }, + "1908": { + "1": [ + 1903 + ], + "2": [ + 1909 + ], + "3": [ + 1911 + ], + "4": [ + 1910 + ], + "-1": [ + 1907 + ], + "-2": [ + 1905 + ], + "-3": [ + 1899 + ], + "-4": [ + 1902 + ] + }, + "1909": { + "1": [], + "2": [ + 1280 + ], + "3": [], + "4": [ + 1911 + ], + "-1": [ + 1910 + ], + "-2": [ + 1908 + ], + "-3": [ + 1902 + ], + "-4": [ + 1903 + ] + }, + "1911": { + "1": [], + "2": [ + 1280 + ], + "3": [ + 1516 + ], + "4": [ + 1929 + ], + "-1": [ + 1928 + ], + "-2": [ + 1910 + ], + "-3": [ + 1908 + ], + "-4": [ + 1909 + ] + }, + "1914": { + "1": [ + 1913 + ], + "2": [ + 1915 + ], + "3": [ + 1921 + ], + "4": [ + 1920 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1912 + ] + }, + "1912": { + "1": [], + "2": [ + 1913 + ], + "3": [ + 1915 + ], + "4": [ + 1914 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1498 + ] + }, + "1913": { + "1": [ + 1894 + ], + "2": [ + 1916 + ], + "3": [ + 1918 + ], + "4": [ + 1915 + ], + "-1": [ + 1914 + ], + "-2": [ + 1912 + ], + "-3": [], + "-4": [ + 1498 + ] + }, + "1915": { + "1": [ + 1916 + ], + "2": [ + 1918 + ], + "3": [ + 1507 + ], + "4": [ + 1921 + ], + "-1": [ + 1920 + ], + "-2": [ + 1914 + ], + "-3": [ + 1912 + ], + "-4": [ + 1913 + ] + }, + "1918": { + "1": [ + 1917 + ], + "2": [ + 1919 + ], + "3": [], + "4": [ + 1507 + ], + "-1": [ + 1921 + ], + "-2": [ + 1915 + ], + "-3": [ + 1913 + ], + "-4": [ + 1916 + ] + }, + "1916": { + "1": [ + 1895 + ], + "2": [ + 1917 + ], + "3": [ + 1919 + ], + "4": [ + 1918 + ], + "-1": [ + 1915 + ], + "-2": [ + 1913 + ], + "-3": [ + 1498 + ], + "-4": [ + 1894 + ] + }, + "1917": { + "1": [ + 1906 + ], + "2": [ + 1924 + ], + "3": [ + 1926 + ], + "4": [ + 1919 + ], + "-1": [ + 1918 + ], + "-2": [ + 1916 + ], + "-3": [ + 1894 + ], + "-4": [ + 1895 + ] + }, + "1919": { + "1": [ + 1924 + ], + "2": [ + 1926 + ], + "3": [ + 1510 + ], + "4": [ + 1507 + ], + "-1": [], + "-2": [ + 1918 + ], + "-3": [ + 1916 + ], + "-4": [ + 1917 + ] + }, + "1922": { + "1": [ + 1921 + ], + "2": [ + 1923 + ], + "3": [ + 1865 + ], + "4": [ + 1864 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1920 + ] + }, + "1920": { + "1": [ + 1915 + ], + "2": [ + 1921 + ], + "3": [ + 1923 + ], + "4": [ + 1922 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1914 + ] + }, + "1921": { + "1": [ + 1918 + ], + "2": [ + 1507 + ], + "3": [], + "4": [ + 1923 + ], + "-1": [ + 1922 + ], + "-2": [ + 1920 + ], + "-3": [ + 1914 + ], + "-4": [ + 1915 + ] + }, + "1923": { + "1": [], + "2": [ + 1507 + ], + "3": [ + 1481 + ], + "4": [ + 1865 + ], + "-1": [ + 1864 + ], + "-2": [ + 1922 + ], + "-3": [ + 1920 + ], + "-4": [ + 1921 + ] + }, + "1926": { + "1": [ + 1925 + ], + "2": [ + 1927 + ], + "3": [], + "4": [ + 1510 + ], + "-1": [ + 1507 + ], + "-2": [ + 1919 + ], + "-3": [ + 1917 + ], + "-4": [ + 1924 + ] + }, + "1924": { + "1": [ + 1907 + ], + "2": [ + 1925 + ], + "3": [ + 1927 + ], + "4": [ + 1926 + ], + "-1": [ + 1919 + ], + "-2": [ + 1917 + ], + "-3": [ + 1895 + ], + "-4": [ + 1906 + ] + }, + "1925": { + "1": [ + 1910 + ], + "2": [ + 1928 + ], + "3": [ + 1930 + ], + "4": [ + 1927 + ], + "-1": [ + 1926 + ], + "-2": [ + 1924 + ], + "-3": [ + 1906 + ], + "-4": [ + 1907 + ] + }, + "1927": { + "1": [ + 1928 + ], + "2": [ + 1930 + ], + "3": [ + 1932 + ], + "4": [ + 1510 + ], + "-1": [], + "-2": [ + 1926 + ], + "-3": [ + 1924 + ], + "-4": [ + 1925 + ] + }, + "1930": { + "1": [ + 1929 + ], + "2": [ + 1931 + ], + "3": [ + 1933 + ], + "4": [ + 1932 + ], + "-1": [ + 1510 + ], + "-2": [ + 1927 + ], + "-3": [ + 1925 + ], + "-4": [ + 1928 + ] + }, + "1928": { + "1": [ + 1911 + ], + "2": [ + 1929 + ], + "3": [ + 1931 + ], + "4": [ + 1930 + ], + "-1": [ + 1927 + ], + "-2": [ + 1925 + ], + "-3": [ + 1907 + ], + "-4": [ + 1910 + ] + }, + "1929": { + "1": [ + 1280 + ], + "2": [ + 1516 + ], + "3": [], + "4": [ + 1931 + ], + "-1": [ + 1930 + ], + "-2": [ + 1928 + ], + "-3": [ + 1910 + ], + "-4": [ + 1911 + ] + }, + "1931": { + "1": [], + "2": [ + 1516 + ], + "3": [ + 1944 + ], + "4": [ + 1933 + ], + "-1": [ + 1932 + ], + "-2": [ + 1930 + ], + "-3": [ + 1928 + ], + "-4": [ + 1929 + ] + }, + "1934": { + "1": [ + 1933 + ], + "2": [ + 1935 + ], + "3": [ + 1869 + ], + "4": [ + 1868 + ], + "-1": [ + 1484 + ], + "-2": [ + 1510 + ], + "-3": [], + "-4": [ + 1932 + ] + }, + "1932": { + "1": [ + 1931 + ], + "2": [ + 1933 + ], + "3": [ + 1935 + ], + "4": [ + 1934 + ], + "-1": [], + "-2": [ + 1510 + ], + "-3": [ + 1927 + ], + "-4": [ + 1930 + ] + }, + "1933": { + "1": [ + 1516 + ], + "2": [ + 1944 + ], + "3": [ + 1946 + ], + "4": [ + 1935 + ], + "-1": [ + 1934 + ], + "-2": [ + 1932 + ], + "-3": [ + 1930 + ], + "-4": [ + 1931 + ] + }, + "1935": { + "1": [ + 1944 + ], + "2": [ + 1946 + ], + "3": [ + 1608 + ], + "4": [ + 1869 + ], + "-1": [ + 1868 + ], + "-2": [ + 1934 + ], + "-3": [ + 1932 + ], + "-4": [ + 1933 + ] + }, + "1938": { + "1": [ + 1937 + ], + "2": [ + 1939 + ], + "3": [], + "4": [ + 1514 + ], + "-1": [], + "-2": [ + 1280 + ], + "-3": [], + "-4": [ + 1936 + ] + }, + "1936": { + "1": [ + 547 + ], + "2": [ + 1937 + ], + "3": [ + 1939 + ], + "4": [ + 1938 + ], + "-1": [], + "-2": [ + 1280 + ], + "-3": [ + 535 + ], + "-4": [ + 546 + ] + }, + "1937": { + "1": [ + 1390 + ], + "2": [ + 1940 + ], + "3": [ + 1942 + ], + "4": [ + 1939 + ], + "-1": [ + 1938 + ], + "-2": [ + 1936 + ], + "-3": [ + 546 + ], + "-4": [ + 547 + ] + }, + "1939": { + "1": [ + 1940 + ], + "2": [ + 1942 + ], + "3": [ + 1515 + ], + "4": [ + 1514 + ], + "-1": [], + "-2": [ + 1938 + ], + "-3": [ + 1936 + ], + "-4": [ + 1937 + ] + }, + "1942": { + "1": [ + 1941 + ], + "2": [ + 1943 + ], + "3": [], + "4": [ + 1515 + ], + "-1": [ + 1514 + ], + "-2": [ + 1939 + ], + "-3": [ + 1937 + ], + "-4": [ + 1940 + ] + }, + "1940": { + "1": [ + 1391 + ], + "2": [ + 1941 + ], + "3": [ + 1943 + ], + "4": [ + 1942 + ], + "-1": [ + 1939 + ], + "-2": [ + 1937 + ], + "-3": [ + 547 + ], + "-4": [ + 1390 + ] + }, + "1941": { + "1": [ + 586 + ], + "2": [ + 1396 + ], + "3": [ + 1398 + ], + "4": [ + 1943 + ], + "-1": [ + 1942 + ], + "-2": [ + 1940 + ], + "-3": [ + 1390 + ], + "-4": [ + 1391 + ] + }, + "1943": { + "1": [ + 1396 + ], + "2": [ + 1398 + ], + "3": [ + 234 + ], + "4": [ + 1515 + ], + "-1": [], + "-2": [ + 1942 + ], + "-3": [ + 1940 + ], + "-4": [ + 1941 + ] + }, + "1946": { + "1": [ + 1945 + ], + "2": [ + 1947 + ], + "3": [ + 1609 + ], + "4": [ + 1608 + ], + "-1": [ + 1869 + ], + "-2": [ + 1935 + ], + "-3": [ + 1933 + ], + "-4": [ + 1944 + ] + }, + "1944": { + "1": [], + "2": [ + 1945 + ], + "3": [ + 1947 + ], + "4": [ + 1946 + ], + "-1": [ + 1935 + ], + "-2": [ + 1933 + ], + "-3": [ + 1931 + ], + "-4": [ + 1516 + ] + }, + "1945": { + "1": [ + 1517 + ], + "2": [ + 1948 + ], + "3": [ + 1950 + ], + "4": [ + 1947 + ], + "-1": [ + 1946 + ], + "-2": [ + 1944 + ], + "-3": [], + "-4": [ + 1516 + ] + }, + "1947": { + "1": [ + 1948 + ], + "2": [ + 1950 + ], + "3": [ + 1317 + ], + "4": [ + 1609 + ], + "-1": [ + 1608 + ], + "-2": [ + 1946 + ], + "-3": [ + 1944 + ], + "-4": [ + 1945 + ] + }, + "1950": { + "1": [ + 1949 + ], + "2": [ + 1951 + ], + "3": [], + "4": [ + 1317 + ], + "-1": [ + 1609 + ], + "-2": [ + 1947 + ], + "-3": [ + 1945 + ], + "-4": [ + 1948 + ] + }, + "1948": { + "1": [], + "2": [ + 1949 + ], + "3": [ + 1951 + ], + "4": [ + 1950 + ], + "-1": [ + 1947 + ], + "-2": [ + 1945 + ], + "-3": [ + 1516 + ], + "-4": [ + 1517 + ] + }, + "1949": { + "1": [ + 1954 + ], + "2": [ + 1960 + ], + "3": [ + 1962 + ], + "4": [ + 1951 + ], + "-1": [ + 1950 + ], + "-2": [ + 1948 + ], + "-3": [], + "-4": [ + 1517 + ] + }, + "1951": { + "1": [ + 1960 + ], + "2": [ + 1962 + ], + "3": [ + 160 + ], + "4": [ + 1317 + ], + "-1": [], + "-2": [ + 1950 + ], + "-3": [ + 1948 + ], + "-4": [ + 1949 + ] + }, + "1954": { + "1": [ + 1953 + ], + "2": [ + 1955 + ], + "3": [ + 1961 + ], + "4": [ + 1960 + ], + "-1": [ + 1949 + ], + "-2": [ + 1517 + ], + "-3": [], + "-4": [ + 1952 + ] + }, + "1952": { + "1": [], + "2": [ + 1953 + ], + "3": [ + 1955 + ], + "4": [ + 1954 + ], + "-1": [], + "-2": [ + 1517 + ], + "-3": [ + 1280 + ], + "-4": [ + 1514 + ] + }, + "1953": { + "1": [ + 1515 + ], + "2": [ + 1956 + ], + "3": [ + 1958 + ], + "4": [ + 1955 + ], + "-1": [ + 1954 + ], + "-2": [ + 1952 + ], + "-3": [], + "-4": [ + 1514 + ] + }, + "1955": { + "1": [ + 1956 + ], + "2": [ + 1958 + ], + "3": [ + 1964 + ], + "4": [ + 1961 + ], + "-1": [ + 1960 + ], + "-2": [ + 1954 + ], + "-3": [ + 1952 + ], + "-4": [ + 1953 + ] + }, + "1958": { + "1": [ + 1957 + ], + "2": [ + 1959 + ], + "3": [ + 1965 + ], + "4": [ + 1964 + ], + "-1": [ + 1961 + ], + "-2": [ + 1955 + ], + "-3": [ + 1953 + ], + "-4": [ + 1956 + ] + }, + "1956": { + "1": [], + "2": [ + 1957 + ], + "3": [ + 1959 + ], + "4": [ + 1958 + ], + "-1": [ + 1955 + ], + "-2": [ + 1953 + ], + "-3": [ + 1514 + ], + "-4": [ + 1515 + ] + }, + "1957": { + "1": [ + 234 + ], + "2": [ + 672 + ], + "3": [ + 674 + ], + "4": [ + 1959 + ], + "-1": [ + 1958 + ], + "-2": [ + 1956 + ], + "-3": [], + "-4": [ + 1515 + ] + }, + "1959": { + "1": [ + 672 + ], + "2": [ + 674 + ], + "3": [ + 680 + ], + "4": [ + 1965 + ], + "-1": [ + 1964 + ], + "-2": [ + 1958 + ], + "-3": [ + 1956 + ], + "-4": [ + 1957 + ] + }, + "1962": { + "1": [ + 1961 + ], + "2": [ + 1963 + ], + "3": [], + "4": [ + 160 + ], + "-1": [ + 1317 + ], + "-2": [ + 1951 + ], + "-3": [ + 1949 + ], + "-4": [ + 1960 + ] + }, + "1960": { + "1": [ + 1955 + ], + "2": [ + 1961 + ], + "3": [ + 1963 + ], + "4": [ + 1962 + ], + "-1": [ + 1951 + ], + "-2": [ + 1949 + ], + "-3": [ + 1517 + ], + "-4": [ + 1954 + ] + }, + "1961": { + "1": [ + 1958 + ], + "2": [ + 1964 + ], + "3": [ + 1966 + ], + "4": [ + 1963 + ], + "-1": [ + 1962 + ], + "-2": [ + 1960 + ], + "-3": [ + 1954 + ], + "-4": [ + 1955 + ] + }, + "1963": { + "1": [ + 1964 + ], + "2": [ + 1966 + ], + "3": [ + 161 + ], + "4": [ + 160 + ], + "-1": [], + "-2": [ + 1962 + ], + "-3": [ + 1960 + ], + "-4": [ + 1961 + ] + }, + "1966": { + "1": [ + 1965 + ], + "2": [ + 1967 + ], + "3": [], + "4": [ + 161 + ], + "-1": [ + 160 + ], + "-2": [ + 1963 + ], + "-3": [ + 1961 + ], + "-4": [ + 1964 + ] + }, + "1964": { + "1": [ + 1959 + ], + "2": [ + 1965 + ], + "3": [ + 1967 + ], + "4": [ + 1966 + ], + "-1": [ + 1963 + ], + "-2": [ + 1961 + ], + "-3": [ + 1955 + ], + "-4": [ + 1958 + ] + }, + "1965": { + "1": [ + 674 + ], + "2": [ + 680 + ], + "3": [ + 682 + ], + "4": [ + 1967 + ], + "-1": [ + 1966 + ], + "-2": [ + 1964 + ], + "-3": [ + 1958 + ], + "-4": [ + 1959 + ] + }, + "1967": { + "1": [ + 680 + ], + "2": [ + 682 + ], + "3": [ + 452 + ], + "4": [ + 161 + ], + "-1": [], + "-2": [ + 1966 + ], + "-3": [ + 1964 + ], + "-4": [ + 1965 + ] + }, + "1970": { + "1": [ + 1969 + ], + "2": [ + 1971 + ], + "3": [], + "4": [ + 1526 + ], + "-1": [], + "-2": [ + 93 + ], + "-3": [], + "-4": [ + 1968 + ] + }, + "1968": { + "1": [ + 2139 + ], + "2": [ + 1969 + ], + "3": [ + 1971 + ], + "4": [ + 1970 + ], + "-1": [], + "-2": [ + 93 + ], + "-3": [ + 1355 + ], + "-4": [ + 2138 + ] + }, + "1969": { + "1": [ + 2142 + ], + "2": [ + 1972 + ], + "3": [ + 1974 + ], + "4": [ + 1971 + ], + "-1": [ + 1970 + ], + "-2": [ + 1968 + ], + "-3": [ + 2138 + ], + "-4": [ + 2139 + ] + }, + "1971": { + "1": [ + 1972 + ], + "2": [ + 1974 + ], + "3": [ + 1527 + ], + "4": [ + 1526 + ], + "-1": [], + "-2": [ + 1970 + ], + "-3": [ + 1968 + ], + "-4": [ + 1969 + ] + }, + "1974": { + "1": [ + 1973 + ], + "2": [ + 1975 + ], + "3": [], + "4": [ + 1527 + ], + "-1": [ + 1526 + ], + "-2": [ + 1971 + ], + "-3": [ + 1969 + ], + "-4": [ + 1972 + ] + }, + "1972": { + "1": [ + 2143 + ], + "2": [ + 1973 + ], + "3": [ + 1975 + ], + "4": [ + 1974 + ], + "-1": [ + 1971 + ], + "-2": [ + 1969 + ], + "-3": [ + 2139 + ], + "-4": [ + 2142 + ] + }, + "1973": { + "1": [ + 2150 + ], + "2": [ + 1976 + ], + "3": [ + 1978 + ], + "4": [ + 1975 + ], + "-1": [ + 1974 + ], + "-2": [ + 1972 + ], + "-3": [ + 2142 + ], + "-4": [ + 2143 + ] + }, + "1975": { + "1": [ + 1976 + ], + "2": [ + 1978 + ], + "3": [ + 1984 + ], + "4": [ + 1527 + ], + "-1": [], + "-2": [ + 1974 + ], + "-3": [ + 1972 + ], + "-4": [ + 1973 + ] + }, + "1978": { + "1": [ + 1977 + ], + "2": [ + 1979 + ], + "3": [ + 1985 + ], + "4": [ + 1984 + ], + "-1": [ + 1527 + ], + "-2": [ + 1975 + ], + "-3": [ + 1973 + ], + "-4": [ + 1976 + ] + }, + "1976": { + "1": [ + 2151 + ], + "2": [ + 1977 + ], + "3": [ + 1979 + ], + "4": [ + 1978 + ], + "-1": [ + 1975 + ], + "-2": [ + 1973 + ], + "-3": [ + 2143 + ], + "-4": [ + 2150 + ] + }, + "1977": { + "1": [ + 2154 + ], + "2": [ + 1980 + ], + "3": [ + 1982 + ], + "4": [ + 1979 + ], + "-1": [ + 1978 + ], + "-2": [ + 1976 + ], + "-3": [ + 2150 + ], + "-4": [ + 2151 + ] + }, + "1979": { + "1": [ + 1980 + ], + "2": [ + 1982 + ], + "3": [ + 1988 + ], + "4": [ + 1985 + ], + "-1": [ + 1984 + ], + "-2": [ + 1978 + ], + "-3": [ + 1976 + ], + "-4": [ + 1977 + ] + }, + "1982": { + "1": [ + 1981 + ], + "2": [ + 1983 + ], + "3": [ + 1989 + ], + "4": [ + 1988 + ], + "-1": [ + 1985 + ], + "-2": [ + 1979 + ], + "-3": [ + 1977 + ], + "-4": [ + 1980 + ] + }, + "1980": { + "1": [ + 2155 + ], + "2": [ + 1981 + ], + "3": [ + 1983 + ], + "4": [ + 1982 + ], + "-1": [ + 1979 + ], + "-2": [ + 1977 + ], + "-3": [ + 2151 + ], + "-4": [ + 2154 + ] + }, + "1981": { + "1": [ + 2182 + ], + "2": [ + 1780 + ], + "3": [], + "4": [ + 1983 + ], + "-1": [ + 1982 + ], + "-2": [ + 1980 + ], + "-3": [ + 2154 + ], + "-4": [ + 2155 + ] + }, + "1983": { + "1": [], + "2": [ + 1780 + ], + "3": [ + 2264 + ], + "4": [ + 1989 + ], + "-1": [ + 1988 + ], + "-2": [ + 1982 + ], + "-3": [ + 1980 + ], + "-4": [ + 1981 + ] + }, + "1986": { + "1": [ + 1985 + ], + "2": [ + 1987 + ], + "3": [], + "4": [ + 1287 + ], + "-1": [ + 1286 + ], + "-2": [ + 1527 + ], + "-3": [], + "-4": [ + 1984 + ] + }, + "1984": { + "1": [ + 1979 + ], + "2": [ + 1985 + ], + "3": [ + 1987 + ], + "4": [ + 1986 + ], + "-1": [], + "-2": [ + 1527 + ], + "-3": [ + 1975 + ], + "-4": [ + 1978 + ] + }, + "1985": { + "1": [ + 1982 + ], + "2": [ + 1988 + ], + "3": [ + 1990 + ], + "4": [ + 1987 + ], + "-1": [ + 1986 + ], + "-2": [ + 1984 + ], + "-3": [ + 1978 + ], + "-4": [ + 1979 + ] + }, + "1987": { + "1": [ + 1988 + ], + "2": [ + 1990 + ], + "3": [], + "4": [ + 1287 + ], + "-1": [], + "-2": [ + 1986 + ], + "-3": [ + 1984 + ], + "-4": [ + 1985 + ] + }, + "1990": { + "1": [ + 1989 + ], + "2": [ + 1991 + ], + "3": [], + "4": [ + 1287 + ], + "-1": [], + "-2": [ + 1987 + ], + "-3": [ + 1985 + ], + "-4": [ + 1988 + ] + }, + "1988": { + "1": [ + 1983 + ], + "2": [ + 1989 + ], + "3": [ + 1991 + ], + "4": [ + 1990 + ], + "-1": [ + 1987 + ], + "-2": [ + 1985 + ], + "-3": [ + 1979 + ], + "-4": [ + 1982 + ] + }, + "1989": { + "1": [ + 1780 + ], + "2": [ + 2264 + ], + "3": [ + 2266 + ], + "4": [ + 1991 + ], + "-1": [ + 1990 + ], + "-2": [ + 1988 + ], + "-3": [ + 1982 + ], + "-4": [ + 1983 + ] + }, + "1991": { + "1": [ + 2264 + ], + "2": [ + 2266 + ], + "3": [ + 2284 + ], + "4": [ + 1287 + ], + "-1": [], + "-2": [ + 1990 + ], + "-3": [ + 1988 + ], + "-4": [ + 1989 + ] + }, + "1994": { + "1": [ + 1993 + ], + "2": [ + 1995 + ], + "3": [ + 2201 + ], + "4": [ + 2200 + ], + "-1": [ + 1753 + ], + "-2": [ + 1290 + ], + "-3": [], + "-4": [ + 1992 + ] + }, + "1992": { + "1": [], + "2": [ + 1993 + ], + "3": [ + 1995 + ], + "4": [ + 1994 + ], + "-1": [], + "-2": [ + 1290 + ], + "-3": [], + "-4": [ + 1532 + ] + }, + "1993": { + "1": [ + 1533 + ], + "2": [ + 1996 + ], + "3": [ + 1998 + ], + "4": [ + 1995 + ], + "-1": [ + 1994 + ], + "-2": [ + 1992 + ], + "-3": [], + "-4": [ + 1532 + ] + }, + "1995": { + "1": [ + 1996 + ], + "2": [ + 1998 + ], + "3": [ + 2204 + ], + "4": [ + 2201 + ], + "-1": [ + 2200 + ], + "-2": [ + 1994 + ], + "-3": [ + 1992 + ], + "-4": [ + 1993 + ] + }, + "1998": { + "1": [ + 1997 + ], + "2": [ + 1999 + ], + "3": [ + 2205 + ], + "4": [ + 2204 + ], + "-1": [ + 2201 + ], + "-2": [ + 1995 + ], + "-3": [ + 1993 + ], + "-4": [ + 1996 + ] + }, + "1996": { + "1": [], + "2": [ + 1997 + ], + "3": [ + 1999 + ], + "4": [ + 1998 + ], + "-1": [ + 1995 + ], + "-2": [ + 1993 + ], + "-3": [ + 1532 + ], + "-4": [ + 1533 + ] + }, + "1997": { + "1": [], + "2": [ + 1258 + ], + "3": [], + "4": [ + 1999 + ], + "-1": [ + 1998 + ], + "-2": [ + 1996 + ], + "-3": [], + "-4": [ + 1533 + ] + }, + "1999": { + "1": [], + "2": [ + 1258 + ], + "3": [ + 1252 + ], + "4": [ + 2205 + ], + "-1": [ + 2204 + ], + "-2": [ + 1998 + ], + "-3": [ + 1996 + ], + "-4": [ + 1997 + ] + }, + "2002": { + "1": [ + 2001 + ], + "2": [ + 2003 + ], + "3": [ + 2009 + ], + "4": [ + 2008 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2000 + ] + }, + "2000": { + "1": [ + 2363 + ], + "2": [ + 2001 + ], + "3": [ + 2003 + ], + "4": [ + 2002 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2362 + ] + }, + "2001": { + "1": [ + 2366 + ], + "2": [ + 2004 + ], + "3": [ + 2006 + ], + "4": [ + 2003 + ], + "-1": [ + 2002 + ], + "-2": [ + 2000 + ], + "-3": [ + 2362 + ], + "-4": [ + 2363 + ] + }, + "2003": { + "1": [ + 2004 + ], + "2": [ + 2006 + ], + "3": [ + 2012 + ], + "4": [ + 2009 + ], + "-1": [ + 2008 + ], + "-2": [ + 2002 + ], + "-3": [ + 2000 + ], + "-4": [ + 2001 + ] + }, + "2006": { + "1": [ + 2005 + ], + "2": [ + 2007 + ], + "3": [ + 2013 + ], + "4": [ + 2012 + ], + "-1": [ + 2009 + ], + "-2": [ + 2003 + ], + "-3": [ + 2001 + ], + "-4": [ + 2004 + ] + }, + "2004": { + "1": [ + 2367 + ], + "2": [ + 2005 + ], + "3": [ + 2007 + ], + "4": [ + 2006 + ], + "-1": [ + 2003 + ], + "-2": [ + 2001 + ], + "-3": [ + 2363 + ], + "-4": [ + 2366 + ] + }, + "2005": { + "1": [ + 1830 + ], + "2": [ + 2016 + ], + "3": [ + 2018 + ], + "4": [ + 2007 + ], + "-1": [ + 2006 + ], + "-2": [ + 2004 + ], + "-3": [ + 2366 + ], + "-4": [ + 2367 + ] + }, + "2007": { + "1": [ + 2016 + ], + "2": [ + 2018 + ], + "3": [ + 2024 + ], + "4": [ + 2013 + ], + "-1": [ + 2012 + ], + "-2": [ + 2006 + ], + "-3": [ + 2004 + ], + "-4": [ + 2005 + ] + }, + "2010": { + "1": [ + 2009 + ], + "2": [ + 2011 + ], + "3": [ + 2029 + ], + "4": [ + 2028 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2008 + ] + }, + "2008": { + "1": [ + 2003 + ], + "2": [ + 2009 + ], + "3": [ + 2011 + ], + "4": [ + 2010 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2002 + ] + }, + "2009": { + "1": [ + 2006 + ], + "2": [ + 2012 + ], + "3": [ + 2014 + ], + "4": [ + 2011 + ], + "-1": [ + 2010 + ], + "-2": [ + 2008 + ], + "-3": [ + 2002 + ], + "-4": [ + 2003 + ] + }, + "2011": { + "1": [ + 2012 + ], + "2": [ + 2014 + ], + "3": [ + 2032 + ], + "4": [ + 2029 + ], + "-1": [ + 2028 + ], + "-2": [ + 2010 + ], + "-3": [ + 2008 + ], + "-4": [ + 2009 + ] + }, + "2014": { + "1": [ + 2013 + ], + "2": [ + 2015 + ], + "3": [ + 2033 + ], + "4": [ + 2032 + ], + "-1": [ + 2029 + ], + "-2": [ + 2011 + ], + "-3": [ + 2009 + ], + "-4": [ + 2012 + ] + }, + "2012": { + "1": [ + 2007 + ], + "2": [ + 2013 + ], + "3": [ + 2015 + ], + "4": [ + 2014 + ], + "-1": [ + 2011 + ], + "-2": [ + 2009 + ], + "-3": [ + 2003 + ], + "-4": [ + 2006 + ] + }, + "2013": { + "1": [ + 2018 + ], + "2": [ + 2024 + ], + "3": [ + 2026 + ], + "4": [ + 2015 + ], + "-1": [ + 2014 + ], + "-2": [ + 2012 + ], + "-3": [ + 2006 + ], + "-4": [ + 2007 + ] + }, + "2015": { + "1": [ + 2024 + ], + "2": [ + 2026 + ], + "3": [ + 2044 + ], + "4": [ + 2033 + ], + "-1": [ + 2032 + ], + "-2": [ + 2014 + ], + "-3": [ + 2012 + ], + "-4": [ + 2013 + ] + }, + "2018": { + "1": [ + 2017 + ], + "2": [ + 2019 + ], + "3": [ + 2025 + ], + "4": [ + 2024 + ], + "-1": [ + 2013 + ], + "-2": [ + 2007 + ], + "-3": [ + 2005 + ], + "-4": [ + 2016 + ] + }, + "2016": { + "1": [], + "2": [ + 2017 + ], + "3": [ + 2019 + ], + "4": [ + 2018 + ], + "-1": [ + 2007 + ], + "-2": [ + 2005 + ], + "-3": [ + 2367 + ], + "-4": [ + 1830 + ] + }, + "2017": { + "1": [ + 1831 + ], + "2": [ + 2020 + ], + "3": [ + 2022 + ], + "4": [ + 2019 + ], + "-1": [ + 2018 + ], + "-2": [ + 2016 + ], + "-3": [], + "-4": [ + 1830 + ] + }, + "2019": { + "1": [ + 2020 + ], + "2": [ + 2022 + ], + "3": [ + 1543 + ], + "4": [ + 2025 + ], + "-1": [ + 2024 + ], + "-2": [ + 2018 + ], + "-3": [ + 2016 + ], + "-4": [ + 2017 + ] + }, + "2022": { + "1": [ + 2021 + ], + "2": [ + 2023 + ], + "3": [], + "4": [ + 1543 + ], + "-1": [ + 2025 + ], + "-2": [ + 2019 + ], + "-3": [ + 2017 + ], + "-4": [ + 2020 + ] + }, + "2020": { + "1": [], + "2": [ + 2021 + ], + "3": [ + 2023 + ], + "4": [ + 2022 + ], + "-1": [ + 2019 + ], + "-2": [ + 2017 + ], + "-3": [ + 1830 + ], + "-4": [ + 1831 + ] + }, + "2021": { + "1": [ + 1470 + ], + "2": [ + 2052 + ], + "3": [ + 2054 + ], + "4": [ + 2023 + ], + "-1": [ + 2022 + ], + "-2": [ + 2020 + ], + "-3": [], + "-4": [ + 1831 + ] + }, + "2023": { + "1": [ + 2052 + ], + "2": [ + 2054 + ], + "3": [ + 2060 + ], + "4": [ + 1543 + ], + "-1": [], + "-2": [ + 2022 + ], + "-3": [ + 2020 + ], + "-4": [ + 2021 + ] + }, + "2026": { + "1": [ + 2025 + ], + "2": [ + 2027 + ], + "3": [ + 2045 + ], + "4": [ + 2044 + ], + "-1": [ + 2033 + ], + "-2": [ + 2015 + ], + "-3": [ + 2013 + ], + "-4": [ + 2024 + ] + }, + "2024": { + "1": [ + 2019 + ], + "2": [ + 2025 + ], + "3": [ + 2027 + ], + "4": [ + 2026 + ], + "-1": [ + 2015 + ], + "-2": [ + 2013 + ], + "-3": [ + 2007 + ], + "-4": [ + 2018 + ] + }, + "2025": { + "1": [ + 2022 + ], + "2": [ + 1543 + ], + "3": [], + "4": [ + 2027 + ], + "-1": [ + 2026 + ], + "-2": [ + 2024 + ], + "-3": [ + 2018 + ], + "-4": [ + 2019 + ] + }, + "2027": { + "1": [], + "2": [ + 1543 + ], + "3": [ + 1549 + ], + "4": [ + 2045 + ], + "-1": [ + 2044 + ], + "-2": [ + 2026 + ], + "-3": [ + 2024 + ], + "-4": [ + 2025 + ] + }, + "2030": { + "1": [ + 2029 + ], + "2": [ + 2031 + ], + "3": [ + 2037 + ], + "4": [ + 2036 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2028 + ] + }, + "2028": { + "1": [ + 2011 + ], + "2": [ + 2029 + ], + "3": [ + 2031 + ], + "4": [ + 2030 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2010 + ] + }, + "2029": { + "1": [ + 2014 + ], + "2": [ + 2032 + ], + "3": [ + 2034 + ], + "4": [ + 2031 + ], + "-1": [ + 2030 + ], + "-2": [ + 2028 + ], + "-3": [ + 2010 + ], + "-4": [ + 2011 + ] + }, + "2031": { + "1": [ + 2032 + ], + "2": [ + 2034 + ], + "3": [ + 2040 + ], + "4": [ + 2037 + ], + "-1": [ + 2036 + ], + "-2": [ + 2030 + ], + "-3": [ + 2028 + ], + "-4": [ + 2029 + ] + }, + "2034": { + "1": [ + 2033 + ], + "2": [ + 2035 + ], + "3": [ + 2041 + ], + "4": [ + 2040 + ], + "-1": [ + 2037 + ], + "-2": [ + 2031 + ], + "-3": [ + 2029 + ], + "-4": [ + 2032 + ] + }, + "2032": { + "1": [ + 2015 + ], + "2": [ + 2033 + ], + "3": [ + 2035 + ], + "4": [ + 2034 + ], + "-1": [ + 2031 + ], + "-2": [ + 2029 + ], + "-3": [ + 2011 + ], + "-4": [ + 2014 + ] + }, + "2033": { + "1": [ + 2026 + ], + "2": [ + 2044 + ], + "3": [ + 2046 + ], + "4": [ + 2035 + ], + "-1": [ + 2034 + ], + "-2": [ + 2032 + ], + "-3": [ + 2014 + ], + "-4": [ + 2015 + ] + }, + "2035": { + "1": [ + 2044 + ], + "2": [ + 2046 + ], + "3": [ + 2048 + ], + "4": [ + 2041 + ], + "-1": [ + 2040 + ], + "-2": [ + 2034 + ], + "-3": [ + 2032 + ], + "-4": [ + 2033 + ] + }, + "2038": { + "1": [ + 2037 + ], + "2": [ + 2039 + ], + "3": [ + 2089 + ], + "4": [ + 2088 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2036 + ] + }, + "2036": { + "1": [ + 2031 + ], + "2": [ + 2037 + ], + "3": [ + 2039 + ], + "4": [ + 2038 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2030 + ] + }, + "2037": { + "1": [ + 2034 + ], + "2": [ + 2040 + ], + "3": [ + 2042 + ], + "4": [ + 2039 + ], + "-1": [ + 2038 + ], + "-2": [ + 2036 + ], + "-3": [ + 2030 + ], + "-4": [ + 2031 + ] + }, + "2039": { + "1": [ + 2040 + ], + "2": [ + 2042 + ], + "3": [ + 2092 + ], + "4": [ + 2089 + ], + "-1": [ + 2088 + ], + "-2": [ + 2038 + ], + "-3": [ + 2036 + ], + "-4": [ + 2037 + ] + }, + "2042": { + "1": [ + 2041 + ], + "2": [ + 2043 + ], + "3": [ + 2093 + ], + "4": [ + 2092 + ], + "-1": [ + 2089 + ], + "-2": [ + 2039 + ], + "-3": [ + 2037 + ], + "-4": [ + 2040 + ] + }, + "2040": { + "1": [ + 2035 + ], + "2": [ + 2041 + ], + "3": [ + 2043 + ], + "4": [ + 2042 + ], + "-1": [ + 2039 + ], + "-2": [ + 2037 + ], + "-3": [ + 2031 + ], + "-4": [ + 2034 + ] + }, + "2041": { + "1": [ + 2046 + ], + "2": [ + 2048 + ], + "3": [ + 2050 + ], + "4": [ + 2043 + ], + "-1": [ + 2042 + ], + "-2": [ + 2040 + ], + "-3": [ + 2034 + ], + "-4": [ + 2035 + ] + }, + "2043": { + "1": [ + 2048 + ], + "2": [ + 2050 + ], + "3": [ + 2096 + ], + "4": [ + 2093 + ], + "-1": [ + 2092 + ], + "-2": [ + 2042 + ], + "-3": [ + 2040 + ], + "-4": [ + 2041 + ] + }, + "2046": { + "1": [ + 2045 + ], + "2": [ + 2047 + ], + "3": [ + 2049 + ], + "4": [ + 2048 + ], + "-1": [ + 2041 + ], + "-2": [ + 2035 + ], + "-3": [ + 2033 + ], + "-4": [ + 2044 + ] + }, + "2044": { + "1": [ + 2027 + ], + "2": [ + 2045 + ], + "3": [ + 2047 + ], + "4": [ + 2046 + ], + "-1": [ + 2035 + ], + "-2": [ + 2033 + ], + "-3": [ + 2015 + ], + "-4": [ + 2026 + ] + }, + "2045": { + "1": [ + 1543 + ], + "2": [ + 1549 + ], + "3": [], + "4": [ + 2047 + ], + "-1": [ + 2046 + ], + "-2": [ + 2044 + ], + "-3": [ + 2026 + ], + "-4": [ + 2027 + ] + }, + "2047": { + "1": [], + "2": [ + 1549 + ], + "3": [ + 1551 + ], + "4": [ + 2049 + ], + "-1": [ + 2048 + ], + "-2": [ + 2046 + ], + "-3": [ + 2044 + ], + "-4": [ + 2045 + ] + }, + "2050": { + "1": [ + 2049 + ], + "2": [ + 2051 + ], + "3": [ + 2097 + ], + "4": [ + 2096 + ], + "-1": [ + 2093 + ], + "-2": [ + 2043 + ], + "-3": [ + 2041 + ], + "-4": [ + 2048 + ] + }, + "2048": { + "1": [ + 2047 + ], + "2": [ + 2049 + ], + "3": [ + 2051 + ], + "4": [ + 2050 + ], + "-1": [ + 2043 + ], + "-2": [ + 2041 + ], + "-3": [ + 2035 + ], + "-4": [ + 2046 + ] + }, + "2049": { + "1": [ + 1549 + ], + "2": [ + 1551 + ], + "3": [], + "4": [ + 2051 + ], + "-1": [ + 2050 + ], + "-2": [ + 2048 + ], + "-3": [ + 2046 + ], + "-4": [ + 2047 + ] + }, + "2051": { + "1": [], + "2": [ + 1551 + ], + "3": [ + 2100 + ], + "4": [ + 2097 + ], + "-1": [ + 2096 + ], + "-2": [ + 2050 + ], + "-3": [ + 2048 + ], + "-4": [ + 2049 + ] + }, + "2054": { + "1": [ + 2053 + ], + "2": [ + 2055 + ], + "3": [ + 2061 + ], + "4": [ + 2060 + ], + "-1": [ + 1543 + ], + "-2": [ + 2023 + ], + "-3": [ + 2021 + ], + "-4": [ + 2052 + ] + }, + "2052": { + "1": [], + "2": [ + 2053 + ], + "3": [ + 2055 + ], + "4": [ + 2054 + ], + "-1": [ + 2023 + ], + "-2": [ + 2021 + ], + "-3": [ + 1831 + ], + "-4": [ + 1470 + ] + }, + "2053": { + "1": [], + "2": [ + 2056 + ], + "3": [ + 2058 + ], + "4": [ + 2055 + ], + "-1": [ + 2054 + ], + "-2": [ + 2052 + ], + "-3": [], + "-4": [ + 1470 + ] + }, + "2055": { + "1": [ + 2056 + ], + "2": [ + 2058 + ], + "3": [ + 2064 + ], + "4": [ + 2061 + ], + "-1": [ + 2060 + ], + "-2": [ + 2054 + ], + "-3": [ + 2052 + ], + "-4": [ + 2053 + ] + }, + "2058": { + "1": [ + 2057 + ], + "2": [ + 2059 + ], + "3": [ + 2065 + ], + "4": [ + 2064 + ], + "-1": [ + 2061 + ], + "-2": [ + 2055 + ], + "-3": [ + 2053 + ], + "-4": [ + 2056 + ] + }, + "2056": { + "1": [], + "2": [ + 2057 + ], + "3": [ + 2059 + ], + "4": [ + 2058 + ], + "-1": [ + 2055 + ], + "-2": [ + 2053 + ], + "-3": [], + "-4": [ + 1470 + ] + }, + "2057": { + "1": [ + 1471 + ], + "2": [ + 1556 + ], + "3": [], + "4": [ + 2059 + ], + "-1": [ + 2058 + ], + "-2": [ + 2056 + ], + "-3": [], + "-4": [ + 1470 + ] + }, + "2059": { + "1": [], + "2": [ + 1556 + ], + "3": [ + 2068 + ], + "4": [ + 2065 + ], + "-1": [ + 2064 + ], + "-2": [ + 2058 + ], + "-3": [ + 2056 + ], + "-4": [ + 2057 + ] + }, + "2062": { + "1": [ + 2061 + ], + "2": [ + 2063 + ], + "3": [], + "4": [ + 1298 + ], + "-1": [ + 1549 + ], + "-2": [ + 1543 + ], + "-3": [], + "-4": [ + 2060 + ] + }, + "2060": { + "1": [ + 2055 + ], + "2": [ + 2061 + ], + "3": [ + 2063 + ], + "4": [ + 2062 + ], + "-1": [], + "-2": [ + 1543 + ], + "-3": [ + 2023 + ], + "-4": [ + 2054 + ] + }, + "2061": { + "1": [ + 2058 + ], + "2": [ + 2064 + ], + "3": [ + 2066 + ], + "4": [ + 2063 + ], + "-1": [ + 2062 + ], + "-2": [ + 2060 + ], + "-3": [ + 2054 + ], + "-4": [ + 2055 + ] + }, + "2063": { + "1": [ + 2064 + ], + "2": [ + 2066 + ], + "3": [], + "4": [ + 1298 + ], + "-1": [], + "-2": [ + 2062 + ], + "-3": [ + 2060 + ], + "-4": [ + 2061 + ] + }, + "2066": { + "1": [ + 2065 + ], + "2": [ + 2067 + ], + "3": [], + "4": [ + 1298 + ], + "-1": [], + "-2": [ + 2063 + ], + "-3": [ + 2061 + ], + "-4": [ + 2064 + ] + }, + "2064": { + "1": [ + 2059 + ], + "2": [ + 2065 + ], + "3": [ + 2067 + ], + "4": [ + 2066 + ], + "-1": [ + 2063 + ], + "-2": [ + 2061 + ], + "-3": [ + 2055 + ], + "-4": [ + 2058 + ] + }, + "2065": { + "1": [ + 1556 + ], + "2": [ + 2068 + ], + "3": [ + 2070 + ], + "4": [ + 2067 + ], + "-1": [ + 2066 + ], + "-2": [ + 2064 + ], + "-3": [ + 2058 + ], + "-4": [ + 2059 + ] + }, + "2067": { + "1": [ + 2068 + ], + "2": [ + 2070 + ], + "3": [ + 2076 + ], + "4": [ + 1298 + ], + "-1": [], + "-2": [ + 2066 + ], + "-3": [ + 2064 + ], + "-4": [ + 2065 + ] + }, + "2070": { + "1": [ + 2069 + ], + "2": [ + 2071 + ], + "3": [ + 2077 + ], + "4": [ + 2076 + ], + "-1": [ + 1298 + ], + "-2": [ + 2067 + ], + "-3": [ + 2065 + ], + "-4": [ + 2068 + ] + }, + "2068": { + "1": [], + "2": [ + 2069 + ], + "3": [ + 2071 + ], + "4": [ + 2070 + ], + "-1": [ + 2067 + ], + "-2": [ + 2065 + ], + "-3": [ + 2059 + ], + "-4": [ + 1556 + ] + }, + "2069": { + "1": [ + 1557 + ], + "2": [ + 2072 + ], + "3": [ + 2074 + ], + "4": [ + 2071 + ], + "-1": [ + 2070 + ], + "-2": [ + 2068 + ], + "-3": [], + "-4": [ + 1556 + ] + }, + "2071": { + "1": [ + 2072 + ], + "2": [ + 2074 + ], + "3": [ + 2080 + ], + "4": [ + 2077 + ], + "-1": [ + 2076 + ], + "-2": [ + 2070 + ], + "-3": [ + 2068 + ], + "-4": [ + 2069 + ] + }, + "2074": { + "1": [ + 2073 + ], + "2": [ + 2075 + ], + "3": [ + 2081 + ], + "4": [ + 2080 + ], + "-1": [ + 2077 + ], + "-2": [ + 2071 + ], + "-3": [ + 2069 + ], + "-4": [ + 2072 + ] + }, + "2072": { + "1": [], + "2": [ + 2073 + ], + "3": [ + 2075 + ], + "4": [ + 2074 + ], + "-1": [ + 2071 + ], + "-2": [ + 2069 + ], + "-3": [ + 1556 + ], + "-4": [ + 1557 + ] + }, + "2073": { + "1": [ + 1666 + ], + "2": [ + 1668 + ], + "3": [ + 1670 + ], + "4": [ + 2075 + ], + "-1": [ + 2074 + ], + "-2": [ + 2072 + ], + "-3": [], + "-4": [ + 1557 + ] + }, + "2075": { + "1": [ + 1668 + ], + "2": [ + 1670 + ], + "3": [ + 1412 + ], + "4": [ + 2081 + ], + "-1": [ + 2080 + ], + "-2": [ + 2074 + ], + "-3": [ + 2072 + ], + "-4": [ + 2073 + ] + }, + "2078": { + "1": [ + 2077 + ], + "2": [ + 2079 + ], + "3": [], + "4": [ + 1562 + ], + "-1": [], + "-2": [ + 1298 + ], + "-3": [], + "-4": [ + 2076 + ] + }, + "2076": { + "1": [ + 2071 + ], + "2": [ + 2077 + ], + "3": [ + 2079 + ], + "4": [ + 2078 + ], + "-1": [], + "-2": [ + 1298 + ], + "-3": [ + 2067 + ], + "-4": [ + 2070 + ] + }, + "2077": { + "1": [ + 2074 + ], + "2": [ + 2080 + ], + "3": [ + 2082 + ], + "4": [ + 2079 + ], + "-1": [ + 2078 + ], + "-2": [ + 2076 + ], + "-3": [ + 2070 + ], + "-4": [ + 2071 + ] + }, + "2079": { + "1": [ + 2080 + ], + "2": [ + 2082 + ], + "3": [ + 2084 + ], + "4": [ + 1562 + ], + "-1": [], + "-2": [ + 2078 + ], + "-3": [ + 2076 + ], + "-4": [ + 2077 + ] + }, + "2082": { + "1": [ + 2081 + ], + "2": [ + 2083 + ], + "3": [ + 2085 + ], + "4": [ + 2084 + ], + "-1": [ + 1562 + ], + "-2": [ + 2079 + ], + "-3": [ + 2077 + ], + "-4": [ + 2080 + ] + }, + "2080": { + "1": [ + 2075 + ], + "2": [ + 2081 + ], + "3": [ + 2083 + ], + "4": [ + 2082 + ], + "-1": [ + 2079 + ], + "-2": [ + 2077 + ], + "-3": [ + 2071 + ], + "-4": [ + 2074 + ] + }, + "2081": { + "1": [ + 1670 + ], + "2": [ + 1412 + ], + "3": [ + 1414 + ], + "4": [ + 2083 + ], + "-1": [ + 2082 + ], + "-2": [ + 2080 + ], + "-3": [ + 2074 + ], + "-4": [ + 2075 + ] + }, + "2083": { + "1": [ + 1412 + ], + "2": [ + 1414 + ], + "3": [ + 294 + ], + "4": [ + 2085 + ], + "-1": [ + 2084 + ], + "-2": [ + 2082 + ], + "-3": [ + 2080 + ], + "-4": [ + 2081 + ] + }, + "2086": { + "1": [ + 2085 + ], + "2": [ + 2087 + ], + "3": [], + "4": [ + 281 + ], + "-1": [ + 280 + ], + "-2": [ + 1562 + ], + "-3": [], + "-4": [ + 2084 + ] + }, + "2084": { + "1": [ + 2083 + ], + "2": [ + 2085 + ], + "3": [ + 2087 + ], + "4": [ + 2086 + ], + "-1": [], + "-2": [ + 1562 + ], + "-3": [ + 2079 + ], + "-4": [ + 2082 + ] + }, + "2085": { + "1": [ + 1414 + ], + "2": [ + 294 + ], + "3": [], + "4": [ + 2087 + ], + "-1": [ + 2086 + ], + "-2": [ + 2084 + ], + "-3": [ + 2082 + ], + "-4": [ + 2083 + ] + }, + "2087": { + "1": [], + "2": [ + 294 + ], + "3": [ + 916 + ], + "4": [ + 281 + ], + "-1": [], + "-2": [ + 2086 + ], + "-3": [ + 2084 + ], + "-4": [ + 2085 + ] + }, + "2090": { + "1": [ + 2089 + ], + "2": [ + 2091 + ], + "3": [], + "4": [ + 1566 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2088 + ] + }, + "2088": { + "1": [ + 2039 + ], + "2": [ + 2089 + ], + "3": [ + 2091 + ], + "4": [ + 2090 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2038 + ] + }, + "2089": { + "1": [ + 2042 + ], + "2": [ + 2092 + ], + "3": [ + 2094 + ], + "4": [ + 2091 + ], + "-1": [ + 2090 + ], + "-2": [ + 2088 + ], + "-3": [ + 2038 + ], + "-4": [ + 2039 + ] + }, + "2091": { + "1": [ + 2092 + ], + "2": [ + 2094 + ], + "3": [ + 1567 + ], + "4": [ + 1566 + ], + "-1": [], + "-2": [ + 2090 + ], + "-3": [ + 2088 + ], + "-4": [ + 2089 + ] + }, + "2094": { + "1": [ + 2093 + ], + "2": [ + 2095 + ], + "3": [], + "4": [ + 1567 + ], + "-1": [ + 1566 + ], + "-2": [ + 2091 + ], + "-3": [ + 2089 + ], + "-4": [ + 2092 + ] + }, + "2092": { + "1": [ + 2043 + ], + "2": [ + 2093 + ], + "3": [ + 2095 + ], + "4": [ + 2094 + ], + "-1": [ + 2091 + ], + "-2": [ + 2089 + ], + "-3": [ + 2039 + ], + "-4": [ + 2042 + ] + }, + "2093": { + "1": [ + 2050 + ], + "2": [ + 2096 + ], + "3": [ + 2098 + ], + "4": [ + 2095 + ], + "-1": [ + 2094 + ], + "-2": [ + 2092 + ], + "-3": [ + 2042 + ], + "-4": [ + 2043 + ] + }, + "2095": { + "1": [ + 2096 + ], + "2": [ + 2098 + ], + "3": [ + 1570 + ], + "4": [ + 1567 + ], + "-1": [], + "-2": [ + 2094 + ], + "-3": [ + 2092 + ], + "-4": [ + 2093 + ] + }, + "2098": { + "1": [ + 2097 + ], + "2": [ + 2099 + ], + "3": [], + "4": [ + 1570 + ], + "-1": [ + 1567 + ], + "-2": [ + 2095 + ], + "-3": [ + 2093 + ], + "-4": [ + 2096 + ] + }, + "2096": { + "1": [ + 2051 + ], + "2": [ + 2097 + ], + "3": [ + 2099 + ], + "4": [ + 2098 + ], + "-1": [ + 2095 + ], + "-2": [ + 2093 + ], + "-3": [ + 2043 + ], + "-4": [ + 2050 + ] + }, + "2097": { + "1": [ + 1551 + ], + "2": [ + 2100 + ], + "3": [ + 2102 + ], + "4": [ + 2099 + ], + "-1": [ + 2098 + ], + "-2": [ + 2096 + ], + "-3": [ + 2050 + ], + "-4": [ + 2051 + ] + }, + "2099": { + "1": [ + 2100 + ], + "2": [ + 2102 + ], + "3": [ + 2104 + ], + "4": [ + 1570 + ], + "-1": [], + "-2": [ + 2098 + ], + "-3": [ + 2096 + ], + "-4": [ + 2097 + ] + }, + "2102": { + "1": [ + 2101 + ], + "2": [ + 2103 + ], + "3": [ + 2105 + ], + "4": [ + 2104 + ], + "-1": [ + 1570 + ], + "-2": [ + 2099 + ], + "-3": [ + 2097 + ], + "-4": [ + 2100 + ] + }, + "2100": { + "1": [], + "2": [ + 2101 + ], + "3": [ + 2103 + ], + "4": [ + 2102 + ], + "-1": [ + 2099 + ], + "-2": [ + 2097 + ], + "-3": [ + 2051 + ], + "-4": [ + 1551 + ] + }, + "2101": { + "1": [ + 1298 + ], + "2": [ + 1648 + ], + "3": [ + 1650 + ], + "4": [ + 2103 + ], + "-1": [ + 2102 + ], + "-2": [ + 2100 + ], + "-3": [], + "-4": [ + 1551 + ] + }, + "2103": { + "1": [ + 1648 + ], + "2": [ + 1650 + ], + "3": [ + 1652 + ], + "4": [ + 2105 + ], + "-1": [ + 2104 + ], + "-2": [ + 2102 + ], + "-3": [ + 2100 + ], + "-4": [ + 2101 + ] + }, + "2106": { + "1": [ + 2105 + ], + "2": [ + 2107 + ], + "3": [], + "4": [ + 1303 + ], + "-1": [], + "-2": [ + 1570 + ], + "-3": [], + "-4": [ + 2104 + ] + }, + "2104": { + "1": [ + 2103 + ], + "2": [ + 2105 + ], + "3": [ + 2107 + ], + "4": [ + 2106 + ], + "-1": [], + "-2": [ + 1570 + ], + "-3": [ + 2099 + ], + "-4": [ + 2102 + ] + }, + "2105": { + "1": [ + 1650 + ], + "2": [ + 1652 + ], + "3": [ + 1654 + ], + "4": [ + 2107 + ], + "-1": [ + 2106 + ], + "-2": [ + 2104 + ], + "-3": [ + 2102 + ], + "-4": [ + 2103 + ] + }, + "2107": { + "1": [ + 1652 + ], + "2": [ + 1654 + ], + "3": [ + 1656 + ], + "4": [ + 1303 + ], + "-1": [], + "-2": [ + 2106 + ], + "-3": [ + 2104 + ], + "-4": [ + 2105 + ] + }, + "2110": { + "1": [ + 2109 + ], + "2": [ + 2111 + ], + "3": [ + 2117 + ], + "4": [ + 2116 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2108 + ] + }, + "2108": { + "1": [], + "2": [ + 2109 + ], + "3": [ + 2111 + ], + "4": [ + 2110 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1566 + ] + }, + "2109": { + "1": [ + 1567 + ], + "2": [ + 2112 + ], + "3": [ + 2114 + ], + "4": [ + 2111 + ], + "-1": [ + 2110 + ], + "-2": [ + 2108 + ], + "-3": [], + "-4": [ + 1566 + ] + }, + "2111": { + "1": [ + 2112 + ], + "2": [ + 2114 + ], + "3": [ + 2120 + ], + "4": [ + 2117 + ], + "-1": [ + 2116 + ], + "-2": [ + 2110 + ], + "-3": [ + 2108 + ], + "-4": [ + 2109 + ] + }, + "2114": { + "1": [ + 2113 + ], + "2": [ + 2115 + ], + "3": [ + 2121 + ], + "4": [ + 2120 + ], + "-1": [ + 2117 + ], + "-2": [ + 2111 + ], + "-3": [ + 2109 + ], + "-4": [ + 2112 + ] + }, + "2112": { + "1": [], + "2": [ + 2113 + ], + "3": [ + 2115 + ], + "4": [ + 2114 + ], + "-1": [ + 2111 + ], + "-2": [ + 2109 + ], + "-3": [ + 1566 + ], + "-4": [ + 1567 + ] + }, + "2113": { + "1": [ + 1570 + ], + "2": [ + 1303 + ], + "3": [], + "4": [ + 2115 + ], + "-1": [ + 2114 + ], + "-2": [ + 2112 + ], + "-3": [], + "-4": [ + 1567 + ] + }, + "2115": { + "1": [], + "2": [ + 1303 + ], + "3": [], + "4": [ + 2121 + ], + "-1": [ + 2120 + ], + "-2": [ + 2114 + ], + "-3": [ + 2112 + ], + "-4": [ + 2113 + ] + }, + "2118": { + "1": [ + 2117 + ], + "2": [ + 2119 + ], + "3": [], + "4": [ + 1272 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2116 + ] + }, + "2116": { + "1": [ + 2111 + ], + "2": [ + 2117 + ], + "3": [ + 2119 + ], + "4": [ + 2118 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2110 + ] + }, + "2117": { + "1": [ + 2114 + ], + "2": [ + 2120 + ], + "3": [ + 2122 + ], + "4": [ + 2119 + ], + "-1": [ + 2118 + ], + "-2": [ + 2116 + ], + "-3": [ + 2110 + ], + "-4": [ + 2111 + ] + }, + "2119": { + "1": [ + 2120 + ], + "2": [ + 2122 + ], + "3": [], + "4": [ + 1272 + ], + "-1": [], + "-2": [ + 2118 + ], + "-3": [ + 2116 + ], + "-4": [ + 2117 + ] + }, + "2122": { + "1": [ + 2121 + ], + "2": [ + 2123 + ], + "3": [], + "4": [ + 1272 + ], + "-1": [], + "-2": [ + 2119 + ], + "-3": [ + 2117 + ], + "-4": [ + 2120 + ] + }, + "2120": { + "1": [ + 2115 + ], + "2": [ + 2121 + ], + "3": [ + 2123 + ], + "4": [ + 2122 + ], + "-1": [ + 2119 + ], + "-2": [ + 2117 + ], + "-3": [ + 2111 + ], + "-4": [ + 2114 + ] + }, + "2121": { + "1": [], + "2": [ + 1303 + ], + "3": [], + "4": [ + 2123 + ], + "-1": [ + 2122 + ], + "-2": [ + 2120 + ], + "-3": [ + 2114 + ], + "-4": [ + 2115 + ] + }, + "2123": { + "1": [], + "2": [ + 1303 + ], + "3": [ + 1872 + ], + "4": [ + 1272 + ], + "-1": [], + "-2": [ + 2122 + ], + "-3": [ + 2120 + ], + "-4": [ + 2121 + ] + }, + "2126": { + "1": [ + 2125 + ], + "2": [ + 2127 + ], + "3": [ + 2129 + ], + "4": [ + 2128 + ], + "-1": [ + 1689 + ], + "-2": [ + 1351 + ], + "-3": [], + "-4": [ + 2124 + ] + }, + "2124": { + "1": [], + "2": [ + 2125 + ], + "3": [ + 2127 + ], + "4": [ + 2126 + ], + "-1": [], + "-2": [ + 1351 + ], + "-3": [ + 1349 + ], + "-4": [ + 1576 + ] + }, + "2125": { + "1": [ + 1577 + ], + "2": [ + 1579 + ], + "3": [], + "4": [ + 2127 + ], + "-1": [ + 2126 + ], + "-2": [ + 2124 + ], + "-3": [], + "-4": [ + 1576 + ] + }, + "2127": { + "1": [], + "2": [ + 1579 + ], + "3": [ + 2132 + ], + "4": [ + 2129 + ], + "-1": [ + 2128 + ], + "-2": [ + 2126 + ], + "-3": [ + 2124 + ], + "-4": [ + 2125 + ] + }, + "2130": { + "1": [ + 2129 + ], + "2": [ + 2131 + ], + "3": [ + 2137 + ], + "4": [ + 2136 + ], + "-1": [ + 1355 + ], + "-2": [ + 1691 + ], + "-3": [ + 1689 + ], + "-4": [ + 2128 + ] + }, + "2128": { + "1": [ + 2127 + ], + "2": [ + 2129 + ], + "3": [ + 2131 + ], + "4": [ + 2130 + ], + "-1": [ + 1691 + ], + "-2": [ + 1689 + ], + "-3": [ + 1351 + ], + "-4": [ + 2126 + ] + }, + "2129": { + "1": [ + 1579 + ], + "2": [ + 2132 + ], + "3": [ + 2134 + ], + "4": [ + 2131 + ], + "-1": [ + 2130 + ], + "-2": [ + 2128 + ], + "-3": [ + 2126 + ], + "-4": [ + 2127 + ] + }, + "2131": { + "1": [ + 2132 + ], + "2": [ + 2134 + ], + "3": [ + 2140 + ], + "4": [ + 2137 + ], + "-1": [ + 2136 + ], + "-2": [ + 2130 + ], + "-3": [ + 2128 + ], + "-4": [ + 2129 + ] + }, + "2134": { + "1": [ + 2133 + ], + "2": [ + 2135 + ], + "3": [ + 2141 + ], + "4": [ + 2140 + ], + "-1": [ + 2137 + ], + "-2": [ + 2131 + ], + "-3": [ + 2129 + ], + "-4": [ + 2132 + ] + }, + "2132": { + "1": [], + "2": [ + 2133 + ], + "3": [ + 2135 + ], + "4": [ + 2134 + ], + "-1": [ + 2131 + ], + "-2": [ + 2129 + ], + "-3": [ + 2127 + ], + "-4": [ + 1579 + ] + }, + "2133": { + "1": [ + 1305 + ], + "2": [ + 1584 + ], + "3": [], + "4": [ + 2135 + ], + "-1": [ + 2134 + ], + "-2": [ + 2132 + ], + "-3": [], + "-4": [ + 1579 + ] + }, + "2135": { + "1": [], + "2": [ + 1584 + ], + "3": [ + 2148 + ], + "4": [ + 2141 + ], + "-1": [ + 2140 + ], + "-2": [ + 2134 + ], + "-3": [ + 2132 + ], + "-4": [ + 2133 + ] + }, + "2138": { + "1": [ + 2137 + ], + "2": [ + 2139 + ], + "3": [ + 1969 + ], + "4": [ + 1968 + ], + "-1": [ + 93 + ], + "-2": [ + 1355 + ], + "-3": [], + "-4": [ + 2136 + ] + }, + "2136": { + "1": [ + 2131 + ], + "2": [ + 2137 + ], + "3": [ + 2139 + ], + "4": [ + 2138 + ], + "-1": [], + "-2": [ + 1355 + ], + "-3": [ + 1691 + ], + "-4": [ + 2130 + ] + }, + "2137": { + "1": [ + 2134 + ], + "2": [ + 2140 + ], + "3": [ + 2142 + ], + "4": [ + 2139 + ], + "-1": [ + 2138 + ], + "-2": [ + 2136 + ], + "-3": [ + 2130 + ], + "-4": [ + 2131 + ] + }, + "2139": { + "1": [ + 2140 + ], + "2": [ + 2142 + ], + "3": [ + 1972 + ], + "4": [ + 1969 + ], + "-1": [ + 1968 + ], + "-2": [ + 2138 + ], + "-3": [ + 2136 + ], + "-4": [ + 2137 + ] + }, + "2142": { + "1": [ + 2141 + ], + "2": [ + 2143 + ], + "3": [ + 1973 + ], + "4": [ + 1972 + ], + "-1": [ + 1969 + ], + "-2": [ + 2139 + ], + "-3": [ + 2137 + ], + "-4": [ + 2140 + ] + }, + "2140": { + "1": [ + 2135 + ], + "2": [ + 2141 + ], + "3": [ + 2143 + ], + "4": [ + 2142 + ], + "-1": [ + 2139 + ], + "-2": [ + 2137 + ], + "-3": [ + 2131 + ], + "-4": [ + 2134 + ] + }, + "2141": { + "1": [ + 1584 + ], + "2": [ + 2148 + ], + "3": [ + 2150 + ], + "4": [ + 2143 + ], + "-1": [ + 2142 + ], + "-2": [ + 2140 + ], + "-3": [ + 2134 + ], + "-4": [ + 2135 + ] + }, + "2143": { + "1": [ + 2148 + ], + "2": [ + 2150 + ], + "3": [ + 1976 + ], + "4": [ + 1973 + ], + "-1": [ + 1972 + ], + "-2": [ + 2142 + ], + "-3": [ + 2140 + ], + "-4": [ + 2141 + ] + }, + "2146": { + "1": [ + 2145 + ], + "2": [ + 2147 + ], + "3": [ + 2153 + ], + "4": [ + 2152 + ], + "-1": [ + 2149 + ], + "-2": [ + 1584 + ], + "-3": [], + "-4": [ + 2144 + ] + }, + "2144": { + "1": [], + "2": [ + 2145 + ], + "3": [ + 2147 + ], + "4": [ + 2146 + ], + "-1": [], + "-2": [ + 1584 + ], + "-3": [], + "-4": [ + 1305 + ] + }, + "2145": { + "1": [ + 1312 + ], + "2": [ + 2176 + ], + "3": [ + 2178 + ], + "4": [ + 2147 + ], + "-1": [ + 2146 + ], + "-2": [ + 2144 + ], + "-3": [], + "-4": [ + 1305 + ] + }, + "2147": { + "1": [ + 2176 + ], + "2": [ + 2178 + ], + "3": [ + 2180 + ], + "4": [ + 2153 + ], + "-1": [ + 2152 + ], + "-2": [ + 2146 + ], + "-3": [ + 2144 + ], + "-4": [ + 2145 + ] + }, + "2150": { + "1": [ + 2149 + ], + "2": [ + 2151 + ], + "3": [ + 1977 + ], + "4": [ + 1976 + ], + "-1": [ + 1973 + ], + "-2": [ + 2143 + ], + "-3": [ + 2141 + ], + "-4": [ + 2148 + ] + }, + "2148": { + "1": [], + "2": [ + 2149 + ], + "3": [ + 2151 + ], + "4": [ + 2150 + ], + "-1": [ + 2143 + ], + "-2": [ + 2141 + ], + "-3": [ + 2135 + ], + "-4": [ + 1584 + ] + }, + "2149": { + "1": [ + 2146 + ], + "2": [ + 2152 + ], + "3": [ + 2154 + ], + "4": [ + 2151 + ], + "-1": [ + 2150 + ], + "-2": [ + 2148 + ], + "-3": [], + "-4": [ + 1584 + ] + }, + "2151": { + "1": [ + 2152 + ], + "2": [ + 2154 + ], + "3": [ + 1980 + ], + "4": [ + 1977 + ], + "-1": [ + 1976 + ], + "-2": [ + 2150 + ], + "-3": [ + 2148 + ], + "-4": [ + 2149 + ] + }, + "2154": { + "1": [ + 2153 + ], + "2": [ + 2155 + ], + "3": [ + 1981 + ], + "4": [ + 1980 + ], + "-1": [ + 1977 + ], + "-2": [ + 2151 + ], + "-3": [ + 2149 + ], + "-4": [ + 2152 + ] + }, + "2152": { + "1": [ + 2147 + ], + "2": [ + 2153 + ], + "3": [ + 2155 + ], + "4": [ + 2154 + ], + "-1": [ + 2151 + ], + "-2": [ + 2149 + ], + "-3": [ + 1584 + ], + "-4": [ + 2146 + ] + }, + "2153": { + "1": [ + 2178 + ], + "2": [ + 2180 + ], + "3": [ + 2182 + ], + "4": [ + 2155 + ], + "-1": [ + 2154 + ], + "-2": [ + 2152 + ], + "-3": [ + 2146 + ], + "-4": [ + 2147 + ] + }, + "2155": { + "1": [ + 2180 + ], + "2": [ + 2182 + ], + "3": [ + 1780 + ], + "4": [ + 1981 + ], + "-1": [ + 1980 + ], + "-2": [ + 2154 + ], + "-3": [ + 2152 + ], + "-4": [ + 2153 + ] + }, + "2158": { + "1": [ + 2157 + ], + "2": [ + 2159 + ], + "3": [ + 2161 + ], + "4": [ + 2160 + ], + "-1": [ + 1590 + ], + "-2": [ + 1588 + ], + "-3": [], + "-4": [ + 2156 + ] + }, + "2156": { + "1": [ + 2395 + ], + "2": [ + 2157 + ], + "3": [ + 2159 + ], + "4": [ + 2158 + ], + "-1": [], + "-2": [ + 1588 + ], + "-3": [ + 2391 + ], + "-4": [ + 2394 + ] + }, + "2157": { + "1": [ + 2402 + ], + "2": [ + 2164 + ], + "3": [ + 2166 + ], + "4": [ + 2159 + ], + "-1": [ + 2158 + ], + "-2": [ + 2156 + ], + "-3": [ + 2394 + ], + "-4": [ + 2395 + ] + }, + "2159": { + "1": [ + 2164 + ], + "2": [ + 2166 + ], + "3": [ + 2168 + ], + "4": [ + 2161 + ], + "-1": [ + 2160 + ], + "-2": [ + 2158 + ], + "-3": [ + 2156 + ], + "-4": [ + 2157 + ] + }, + "2162": { + "1": [ + 2161 + ], + "2": [ + 2163 + ], + "3": [], + "4": [ + 1310 + ], + "-1": [], + "-2": [ + 1590 + ], + "-3": [], + "-4": [ + 2160 + ] + }, + "2160": { + "1": [ + 2159 + ], + "2": [ + 2161 + ], + "3": [ + 2163 + ], + "4": [ + 2162 + ], + "-1": [], + "-2": [ + 1590 + ], + "-3": [ + 1588 + ], + "-4": [ + 2158 + ] + }, + "2161": { + "1": [ + 2166 + ], + "2": [ + 2168 + ], + "3": [ + 2170 + ], + "4": [ + 2163 + ], + "-1": [ + 2162 + ], + "-2": [ + 2160 + ], + "-3": [ + 2158 + ], + "-4": [ + 2159 + ] + }, + "2163": { + "1": [ + 2168 + ], + "2": [ + 2170 + ], + "3": [ + 2172 + ], + "4": [ + 1310 + ], + "-1": [], + "-2": [ + 2162 + ], + "-3": [ + 2160 + ], + "-4": [ + 2161 + ] + }, + "2166": { + "1": [ + 2165 + ], + "2": [ + 2167 + ], + "3": [ + 2169 + ], + "4": [ + 2168 + ], + "-1": [ + 2161 + ], + "-2": [ + 2159 + ], + "-3": [ + 2157 + ], + "-4": [ + 2164 + ] + }, + "2164": { + "1": [ + 2403 + ], + "2": [ + 2165 + ], + "3": [ + 2167 + ], + "4": [ + 2166 + ], + "-1": [ + 2159 + ], + "-2": [ + 2157 + ], + "-3": [ + 2395 + ], + "-4": [ + 2402 + ] + }, + "2165": { + "1": [ + 2406 + ], + "2": [ + 1593 + ], + "3": [], + "4": [ + 2167 + ], + "-1": [ + 2166 + ], + "-2": [ + 2164 + ], + "-3": [ + 2402 + ], + "-4": [ + 2403 + ] + }, + "2167": { + "1": [], + "2": [ + 1593 + ], + "3": [ + 1595 + ], + "4": [ + 2169 + ], + "-1": [ + 2168 + ], + "-2": [ + 2166 + ], + "-3": [ + 2164 + ], + "-4": [ + 2165 + ] + }, + "2170": { + "1": [ + 2169 + ], + "2": [ + 2171 + ], + "3": [ + 2173 + ], + "4": [ + 2172 + ], + "-1": [ + 1310 + ], + "-2": [ + 2163 + ], + "-3": [ + 2161 + ], + "-4": [ + 2168 + ] + }, + "2168": { + "1": [ + 2167 + ], + "2": [ + 2169 + ], + "3": [ + 2171 + ], + "4": [ + 2170 + ], + "-1": [ + 2163 + ], + "-2": [ + 2161 + ], + "-3": [ + 2159 + ], + "-4": [ + 2166 + ] + }, + "2169": { + "1": [ + 1593 + ], + "2": [ + 1595 + ], + "3": [], + "4": [ + 2171 + ], + "-1": [ + 2170 + ], + "-2": [ + 2168 + ], + "-3": [ + 2166 + ], + "-4": [ + 2167 + ] + }, + "2171": { + "1": [], + "2": [ + 1595 + ], + "3": [ + 1597 + ], + "4": [ + 2173 + ], + "-1": [ + 2172 + ], + "-2": [ + 2170 + ], + "-3": [ + 2168 + ], + "-4": [ + 2169 + ] + }, + "2174": { + "1": [ + 2173 + ], + "2": [ + 2175 + ], + "3": [], + "4": [ + 1598 + ], + "-1": [], + "-2": [ + 1310 + ], + "-3": [], + "-4": [ + 2172 + ] + }, + "2172": { + "1": [ + 2171 + ], + "2": [ + 2173 + ], + "3": [ + 2175 + ], + "4": [ + 2174 + ], + "-1": [], + "-2": [ + 1310 + ], + "-3": [ + 2163 + ], + "-4": [ + 2170 + ] + }, + "2173": { + "1": [ + 1595 + ], + "2": [ + 1597 + ], + "3": [], + "4": [ + 2175 + ], + "-1": [ + 2174 + ], + "-2": [ + 2172 + ], + "-3": [ + 2170 + ], + "-4": [ + 2171 + ] + }, + "2175": { + "1": [], + "2": [ + 1597 + ], + "3": [ + 1599 + ], + "4": [ + 1598 + ], + "-1": [], + "-2": [ + 2174 + ], + "-3": [ + 2172 + ], + "-4": [ + 2173 + ] + }, + "2178": { + "1": [ + 2177 + ], + "2": [ + 2179 + ], + "3": [ + 2181 + ], + "4": [ + 2180 + ], + "-1": [ + 2153 + ], + "-2": [ + 2147 + ], + "-3": [ + 2145 + ], + "-4": [ + 2176 + ] + }, + "2176": { + "1": [], + "2": [ + 2177 + ], + "3": [ + 2179 + ], + "4": [ + 2178 + ], + "-1": [ + 2147 + ], + "-2": [ + 2145 + ], + "-3": [ + 1305 + ], + "-4": [ + 1312 + ] + }, + "2177": { + "1": [], + "2": [ + 1601 + ], + "3": [], + "4": [ + 2179 + ], + "-1": [ + 2178 + ], + "-2": [ + 2176 + ], + "-3": [], + "-4": [ + 1312 + ] + }, + "2179": { + "1": [], + "2": [ + 1601 + ], + "3": [ + 2184 + ], + "4": [ + 2181 + ], + "-1": [ + 2180 + ], + "-2": [ + 2178 + ], + "-3": [ + 2176 + ], + "-4": [ + 2177 + ] + }, + "2182": { + "1": [ + 2181 + ], + "2": [ + 2183 + ], + "3": [], + "4": [ + 1780 + ], + "-1": [ + 1981 + ], + "-2": [ + 2155 + ], + "-3": [ + 2153 + ], + "-4": [ + 2180 + ] + }, + "2180": { + "1": [ + 2179 + ], + "2": [ + 2181 + ], + "3": [ + 2183 + ], + "4": [ + 2182 + ], + "-1": [ + 2155 + ], + "-2": [ + 2153 + ], + "-3": [ + 2147 + ], + "-4": [ + 2178 + ] + }, + "2181": { + "1": [ + 1601 + ], + "2": [ + 2184 + ], + "3": [ + 2186 + ], + "4": [ + 2183 + ], + "-1": [ + 2182 + ], + "-2": [ + 2180 + ], + "-3": [ + 2178 + ], + "-4": [ + 2179 + ] + }, + "2183": { + "1": [ + 2184 + ], + "2": [ + 2186 + ], + "3": [ + 2260 + ], + "4": [ + 1780 + ], + "-1": [], + "-2": [ + 2182 + ], + "-3": [ + 2180 + ], + "-4": [ + 2181 + ] + }, + "2186": { + "1": [ + 2185 + ], + "2": [ + 2187 + ], + "3": [ + 2261 + ], + "4": [ + 2260 + ], + "-1": [ + 1780 + ], + "-2": [ + 2183 + ], + "-3": [ + 2181 + ], + "-4": [ + 2184 + ] + }, + "2184": { + "1": [], + "2": [ + 2185 + ], + "3": [ + 2187 + ], + "4": [ + 2186 + ], + "-1": [ + 2183 + ], + "-2": [ + 2181 + ], + "-3": [ + 2179 + ], + "-4": [ + 1601 + ] + }, + "2185": { + "1": [ + 1604 + ], + "2": [ + 2188 + ], + "3": [ + 2190 + ], + "4": [ + 2187 + ], + "-1": [ + 2186 + ], + "-2": [ + 2184 + ], + "-3": [], + "-4": [ + 1601 + ] + }, + "2187": { + "1": [ + 2188 + ], + "2": [ + 2190 + ], + "3": [ + 2272 + ], + "4": [ + 2261 + ], + "-1": [ + 2260 + ], + "-2": [ + 2186 + ], + "-3": [ + 2184 + ], + "-4": [ + 2185 + ] + }, + "2190": { + "1": [ + 2189 + ], + "2": [ + 2191 + ], + "3": [ + 2273 + ], + "4": [ + 2272 + ], + "-1": [ + 2261 + ], + "-2": [ + 2187 + ], + "-3": [ + 2185 + ], + "-4": [ + 2188 + ] + }, + "2188": { + "1": [], + "2": [ + 2189 + ], + "3": [ + 2191 + ], + "4": [ + 2190 + ], + "-1": [ + 2187 + ], + "-2": [ + 2185 + ], + "-3": [ + 1601 + ], + "-4": [ + 1604 + ] + }, + "2189": { + "1": [ + 1605 + ], + "2": [ + 2192 + ], + "3": [ + 2194 + ], + "4": [ + 2191 + ], + "-1": [ + 2190 + ], + "-2": [ + 2188 + ], + "-3": [], + "-4": [ + 1604 + ] + }, + "2191": { + "1": [ + 2192 + ], + "2": [ + 2194 + ], + "3": [ + 2276 + ], + "4": [ + 2273 + ], + "-1": [ + 2272 + ], + "-2": [ + 2190 + ], + "-3": [ + 2188 + ], + "-4": [ + 2189 + ] + }, + "2194": { + "1": [ + 2193 + ], + "2": [ + 2195 + ], + "3": [ + 2277 + ], + "4": [ + 2276 + ], + "-1": [ + 2273 + ], + "-2": [ + 2191 + ], + "-3": [ + 2189 + ], + "-4": [ + 2192 + ] + }, + "2192": { + "1": [], + "2": [ + 2193 + ], + "3": [ + 2195 + ], + "4": [ + 2194 + ], + "-1": [ + 2191 + ], + "-2": [ + 2189 + ], + "-3": [ + 1604 + ], + "-4": [ + 1605 + ] + }, + "2193": { + "1": [ + 1368 + ], + "2": [ + 1728 + ], + "3": [ + 1730 + ], + "4": [ + 2195 + ], + "-1": [ + 2194 + ], + "-2": [ + 2192 + ], + "-3": [], + "-4": [ + 1605 + ] + }, + "2195": { + "1": [ + 1728 + ], + "2": [ + 1730 + ], + "3": [ + 1792 + ], + "4": [ + 2277 + ], + "-1": [ + 2276 + ], + "-2": [ + 2194 + ], + "-3": [ + 2192 + ], + "-4": [ + 2193 + ] + }, + "2198": { + "1": [ + 2197 + ], + "2": [ + 2199 + ], + "3": [ + 2217 + ], + "4": [ + 2216 + ], + "-1": [ + 1760 + ], + "-2": [ + 1754 + ], + "-3": [], + "-4": [ + 2196 + ] + }, + "2196": { + "1": [], + "2": [ + 2197 + ], + "3": [ + 2199 + ], + "4": [ + 2198 + ], + "-1": [], + "-2": [ + 1754 + ], + "-3": [ + 1752 + ], + "-4": [ + 1753 + ] + }, + "2197": { + "1": [ + 2202 + ], + "2": [ + 2208 + ], + "3": [ + 2210 + ], + "4": [ + 2199 + ], + "-1": [ + 2198 + ], + "-2": [ + 2196 + ], + "-3": [], + "-4": [ + 1753 + ] + }, + "2199": { + "1": [ + 2208 + ], + "2": [ + 2210 + ], + "3": [ + 2220 + ], + "4": [ + 2217 + ], + "-1": [ + 2216 + ], + "-2": [ + 2198 + ], + "-3": [ + 2196 + ], + "-4": [ + 2197 + ] + }, + "2202": { + "1": [ + 2201 + ], + "2": [ + 2203 + ], + "3": [ + 2209 + ], + "4": [ + 2208 + ], + "-1": [ + 2197 + ], + "-2": [ + 1753 + ], + "-3": [], + "-4": [ + 2200 + ] + }, + "2200": { + "1": [ + 1995 + ], + "2": [ + 2201 + ], + "3": [ + 2203 + ], + "4": [ + 2202 + ], + "-1": [], + "-2": [ + 1753 + ], + "-3": [ + 1290 + ], + "-4": [ + 1994 + ] + }, + "2201": { + "1": [ + 1998 + ], + "2": [ + 2204 + ], + "3": [ + 2206 + ], + "4": [ + 2203 + ], + "-1": [ + 2202 + ], + "-2": [ + 2200 + ], + "-3": [ + 1994 + ], + "-4": [ + 1995 + ] + }, + "2203": { + "1": [ + 2204 + ], + "2": [ + 2206 + ], + "3": [ + 2212 + ], + "4": [ + 2209 + ], + "-1": [ + 2208 + ], + "-2": [ + 2202 + ], + "-3": [ + 2200 + ], + "-4": [ + 2201 + ] + }, + "2206": { + "1": [ + 2205 + ], + "2": [ + 2207 + ], + "3": [ + 2213 + ], + "4": [ + 2212 + ], + "-1": [ + 2209 + ], + "-2": [ + 2203 + ], + "-3": [ + 2201 + ], + "-4": [ + 2204 + ] + }, + "2204": { + "1": [ + 1999 + ], + "2": [ + 2205 + ], + "3": [ + 2207 + ], + "4": [ + 2206 + ], + "-1": [ + 2203 + ], + "-2": [ + 2201 + ], + "-3": [ + 1995 + ], + "-4": [ + 1998 + ] + }, + "2205": { + "1": [ + 1258 + ], + "2": [ + 1252 + ], + "3": [], + "4": [ + 2207 + ], + "-1": [ + 2206 + ], + "-2": [ + 2204 + ], + "-3": [ + 1998 + ], + "-4": [ + 1999 + ] + }, + "2207": { + "1": [], + "2": [ + 1252 + ], + "3": [], + "4": [ + 2213 + ], + "-1": [ + 2212 + ], + "-2": [ + 2206 + ], + "-3": [ + 2204 + ], + "-4": [ + 2205 + ] + }, + "2210": { + "1": [ + 2209 + ], + "2": [ + 2211 + ], + "3": [ + 2221 + ], + "4": [ + 2220 + ], + "-1": [ + 2217 + ], + "-2": [ + 2199 + ], + "-3": [ + 2197 + ], + "-4": [ + 2208 + ] + }, + "2208": { + "1": [ + 2203 + ], + "2": [ + 2209 + ], + "3": [ + 2211 + ], + "4": [ + 2210 + ], + "-1": [ + 2199 + ], + "-2": [ + 2197 + ], + "-3": [ + 1753 + ], + "-4": [ + 2202 + ] + }, + "2209": { + "1": [ + 2206 + ], + "2": [ + 2212 + ], + "3": [ + 2214 + ], + "4": [ + 2211 + ], + "-1": [ + 2210 + ], + "-2": [ + 2208 + ], + "-3": [ + 2202 + ], + "-4": [ + 2203 + ] + }, + "2211": { + "1": [ + 2212 + ], + "2": [ + 2214 + ], + "3": [ + 1765 + ], + "4": [ + 2221 + ], + "-1": [ + 2220 + ], + "-2": [ + 2210 + ], + "-3": [ + 2208 + ], + "-4": [ + 2209 + ] + }, + "2214": { + "1": [ + 2213 + ], + "2": [ + 2215 + ], + "3": [], + "4": [ + 1765 + ], + "-1": [ + 2221 + ], + "-2": [ + 2211 + ], + "-3": [ + 2209 + ], + "-4": [ + 2212 + ] + }, + "2212": { + "1": [ + 2207 + ], + "2": [ + 2213 + ], + "3": [ + 2215 + ], + "4": [ + 2214 + ], + "-1": [ + 2211 + ], + "-2": [ + 2209 + ], + "-3": [ + 2203 + ], + "-4": [ + 2206 + ] + }, + "2213": { + "1": [], + "2": [ + 1252 + ], + "3": [], + "4": [ + 2215 + ], + "-1": [ + 2214 + ], + "-2": [ + 2212 + ], + "-3": [ + 2206 + ], + "-4": [ + 2207 + ] + }, + "2215": { + "1": [], + "2": [ + 1252 + ], + "3": [], + "4": [ + 1765 + ], + "-1": [], + "-2": [ + 2214 + ], + "-3": [ + 2212 + ], + "-4": [ + 2213 + ] + }, + "2218": { + "1": [ + 2217 + ], + "2": [ + 2219 + ], + "3": [], + "4": [ + 1763 + ], + "-1": [ + 1762 + ], + "-2": [ + 1760 + ], + "-3": [], + "-4": [ + 2216 + ] + }, + "2216": { + "1": [ + 2199 + ], + "2": [ + 2217 + ], + "3": [ + 2219 + ], + "4": [ + 2218 + ], + "-1": [], + "-2": [ + 1760 + ], + "-3": [ + 1754 + ], + "-4": [ + 2198 + ] + }, + "2217": { + "1": [ + 2210 + ], + "2": [ + 2220 + ], + "3": [ + 2222 + ], + "4": [ + 2219 + ], + "-1": [ + 2218 + ], + "-2": [ + 2216 + ], + "-3": [ + 2198 + ], + "-4": [ + 2199 + ] + }, + "2219": { + "1": [ + 2220 + ], + "2": [ + 2222 + ], + "3": [ + 1766 + ], + "4": [ + 1763 + ], + "-1": [], + "-2": [ + 2218 + ], + "-3": [ + 2216 + ], + "-4": [ + 2217 + ] + }, + "2222": { + "1": [ + 2221 + ], + "2": [ + 2223 + ], + "3": [], + "4": [ + 1766 + ], + "-1": [ + 1763 + ], + "-2": [ + 2219 + ], + "-3": [ + 2217 + ], + "-4": [ + 2220 + ] + }, + "2220": { + "1": [ + 2211 + ], + "2": [ + 2221 + ], + "3": [ + 2223 + ], + "4": [ + 2222 + ], + "-1": [ + 2219 + ], + "-2": [ + 2217 + ], + "-3": [ + 2199 + ], + "-4": [ + 2210 + ] + }, + "2221": { + "1": [ + 2214 + ], + "2": [ + 1765 + ], + "3": [], + "4": [ + 2223 + ], + "-1": [ + 2222 + ], + "-2": [ + 2220 + ], + "-3": [ + 2210 + ], + "-4": [ + 2211 + ] + }, + "2223": { + "1": [], + "2": [ + 1765 + ], + "3": [ + 1767 + ], + "4": [ + 1766 + ], + "-1": [], + "-2": [ + 2222 + ], + "-3": [ + 2220 + ], + "-4": [ + 2221 + ] + }, + "2226": { + "1": [ + 2225 + ], + "2": [ + 2227 + ], + "3": [ + 2233 + ], + "4": [ + 2232 + ], + "-1": [], + "-2": [ + 1252 + ], + "-3": [], + "-4": [ + 2224 + ] + }, + "2224": { + "1": [], + "2": [ + 2225 + ], + "3": [ + 2227 + ], + "4": [ + 2226 + ], + "-1": [], + "-2": [ + 1252 + ], + "-3": [ + 1258 + ], + "-4": [ + 1806 + ] + }, + "2225": { + "1": [ + 2310 + ], + "2": [ + 2228 + ], + "3": [ + 2230 + ], + "4": [ + 2227 + ], + "-1": [ + 2226 + ], + "-2": [ + 2224 + ], + "-3": [], + "-4": [ + 1806 + ] + }, + "2227": { + "1": [ + 2228 + ], + "2": [ + 2230 + ], + "3": [ + 2236 + ], + "4": [ + 2233 + ], + "-1": [ + 2232 + ], + "-2": [ + 2226 + ], + "-3": [ + 2224 + ], + "-4": [ + 2225 + ] + }, + "2230": { + "1": [ + 2229 + ], + "2": [ + 2231 + ], + "3": [ + 2237 + ], + "4": [ + 2236 + ], + "-1": [ + 2233 + ], + "-2": [ + 2227 + ], + "-3": [ + 2225 + ], + "-4": [ + 2228 + ] + }, + "2228": { + "1": [ + 2311 + ], + "2": [ + 2229 + ], + "3": [ + 2231 + ], + "4": [ + 2230 + ], + "-1": [ + 2227 + ], + "-2": [ + 2225 + ], + "-3": [ + 1806 + ], + "-4": [ + 2310 + ] + }, + "2229": { + "1": [ + 2322 + ], + "2": [ + 2240 + ], + "3": [ + 2242 + ], + "4": [ + 2231 + ], + "-1": [ + 2230 + ], + "-2": [ + 2228 + ], + "-3": [ + 2310 + ], + "-4": [ + 2311 + ] + }, + "2231": { + "1": [ + 2240 + ], + "2": [ + 2242 + ], + "3": [ + 2248 + ], + "4": [ + 2237 + ], + "-1": [ + 2236 + ], + "-2": [ + 2230 + ], + "-3": [ + 2228 + ], + "-4": [ + 2229 + ] + }, + "2234": { + "1": [ + 2233 + ], + "2": [ + 2235 + ], + "3": [], + "4": [ + 1776 + ], + "-1": [], + "-2": [ + 1252 + ], + "-3": [], + "-4": [ + 2232 + ] + }, + "2232": { + "1": [ + 2227 + ], + "2": [ + 2233 + ], + "3": [ + 2235 + ], + "4": [ + 2234 + ], + "-1": [], + "-2": [ + 1252 + ], + "-3": [], + "-4": [ + 2226 + ] + }, + "2233": { + "1": [ + 2230 + ], + "2": [ + 2236 + ], + "3": [ + 2238 + ], + "4": [ + 2235 + ], + "-1": [ + 2234 + ], + "-2": [ + 2232 + ], + "-3": [ + 2226 + ], + "-4": [ + 2227 + ] + }, + "2235": { + "1": [ + 2236 + ], + "2": [ + 2238 + ], + "3": [ + 2256 + ], + "4": [ + 1776 + ], + "-1": [], + "-2": [ + 2234 + ], + "-3": [ + 2232 + ], + "-4": [ + 2233 + ] + }, + "2238": { + "1": [ + 2237 + ], + "2": [ + 2239 + ], + "3": [ + 2257 + ], + "4": [ + 2256 + ], + "-1": [ + 1776 + ], + "-2": [ + 2235 + ], + "-3": [ + 2233 + ], + "-4": [ + 2236 + ] + }, + "2236": { + "1": [ + 2231 + ], + "2": [ + 2237 + ], + "3": [ + 2239 + ], + "4": [ + 2238 + ], + "-1": [ + 2235 + ], + "-2": [ + 2233 + ], + "-3": [ + 2227 + ], + "-4": [ + 2230 + ] + }, + "2237": { + "1": [ + 2242 + ], + "2": [ + 2248 + ], + "3": [ + 2250 + ], + "4": [ + 2239 + ], + "-1": [ + 2238 + ], + "-2": [ + 2236 + ], + "-3": [ + 2230 + ], + "-4": [ + 2231 + ] + }, + "2239": { + "1": [ + 2248 + ], + "2": [ + 2250 + ], + "3": [ + 1447 + ], + "4": [ + 2257 + ], + "-1": [ + 2256 + ], + "-2": [ + 2238 + ], + "-3": [ + 2236 + ], + "-4": [ + 2237 + ] + }, + "2242": { + "1": [ + 2241 + ], + "2": [ + 2243 + ], + "3": [ + 2249 + ], + "4": [ + 2248 + ], + "-1": [ + 2237 + ], + "-2": [ + 2231 + ], + "-3": [ + 2229 + ], + "-4": [ + 2240 + ] + }, + "2240": { + "1": [ + 2323 + ], + "2": [ + 2241 + ], + "3": [ + 2243 + ], + "4": [ + 2242 + ], + "-1": [ + 2231 + ], + "-2": [ + 2229 + ], + "-3": [ + 2311 + ], + "-4": [ + 2322 + ] + }, + "2241": { + "1": [ + 2326 + ], + "2": [ + 2244 + ], + "3": [ + 2246 + ], + "4": [ + 2243 + ], + "-1": [ + 2242 + ], + "-2": [ + 2240 + ], + "-3": [ + 2322 + ], + "-4": [ + 2323 + ] + }, + "2243": { + "1": [ + 2244 + ], + "2": [ + 2246 + ], + "3": [ + 2252 + ], + "4": [ + 2249 + ], + "-1": [ + 2248 + ], + "-2": [ + 2242 + ], + "-3": [ + 2240 + ], + "-4": [ + 2241 + ] + }, + "2246": { + "1": [ + 2245 + ], + "2": [ + 2247 + ], + "3": [ + 2253 + ], + "4": [ + 2252 + ], + "-1": [ + 2249 + ], + "-2": [ + 2243 + ], + "-3": [ + 2241 + ], + "-4": [ + 2244 + ] + }, + "2244": { + "1": [ + 2327 + ], + "2": [ + 2245 + ], + "3": [ + 2247 + ], + "4": [ + 2246 + ], + "-1": [ + 2243 + ], + "-2": [ + 2241 + ], + "-3": [ + 2323 + ], + "-4": [ + 2326 + ] + }, + "2245": { + "1": [], + "2": [], + "3": [], + "4": [ + 2247 + ], + "-1": [ + 2246 + ], + "-2": [ + 2244 + ], + "-3": [ + 2326 + ], + "-4": [ + 2327 + ] + }, + "2247": { + "1": [], + "2": [], + "3": [], + "4": [ + 2253 + ], + "-1": [ + 2252 + ], + "-2": [ + 2246 + ], + "-3": [ + 2244 + ], + "-4": [ + 2245 + ] + }, + "2250": { + "1": [ + 2249 + ], + "2": [ + 2251 + ], + "3": [], + "4": [ + 1447 + ], + "-1": [ + 2257 + ], + "-2": [ + 2239 + ], + "-3": [ + 2237 + ], + "-4": [ + 2248 + ] + }, + "2248": { + "1": [ + 2243 + ], + "2": [ + 2249 + ], + "3": [ + 2251 + ], + "4": [ + 2250 + ], + "-1": [ + 2239 + ], + "-2": [ + 2237 + ], + "-3": [ + 2231 + ], + "-4": [ + 2242 + ] + }, + "2249": { + "1": [ + 2246 + ], + "2": [ + 2252 + ], + "3": [ + 2254 + ], + "4": [ + 2251 + ], + "-1": [ + 2250 + ], + "-2": [ + 2248 + ], + "-3": [ + 2242 + ], + "-4": [ + 2243 + ] + }, + "2251": { + "1": [ + 2252 + ], + "2": [ + 2254 + ], + "3": [], + "4": [ + 1447 + ], + "-1": [], + "-2": [ + 2250 + ], + "-3": [ + 2248 + ], + "-4": [ + 2249 + ] + }, + "2254": { + "1": [ + 2253 + ], + "2": [ + 2255 + ], + "3": [], + "4": [ + 1447 + ], + "-1": [], + "-2": [ + 2251 + ], + "-3": [ + 2249 + ], + "-4": [ + 2252 + ] + }, + "2252": { + "1": [ + 2247 + ], + "2": [ + 2253 + ], + "3": [ + 2255 + ], + "4": [ + 2254 + ], + "-1": [ + 2251 + ], + "-2": [ + 2249 + ], + "-3": [ + 2243 + ], + "-4": [ + 2246 + ] + }, + "2253": { + "1": [], + "2": [], + "3": [], + "4": [ + 2255 + ], + "-1": [ + 2254 + ], + "-2": [ + 2252 + ], + "-3": [ + 2246 + ], + "-4": [ + 2247 + ] + }, + "2255": { + "1": [], + "2": [], + "3": [], + "4": [ + 1447 + ], + "-1": [], + "-2": [ + 2254 + ], + "-3": [ + 2252 + ], + "-4": [ + 2253 + ] + }, + "2258": { + "1": [ + 2257 + ], + "2": [ + 2259 + ], + "3": [], + "4": [ + 1779 + ], + "-1": [ + 1778 + ], + "-2": [ + 1776 + ], + "-3": [], + "-4": [ + 2256 + ] + }, + "2256": { + "1": [ + 2239 + ], + "2": [ + 2257 + ], + "3": [ + 2259 + ], + "4": [ + 2258 + ], + "-1": [], + "-2": [ + 1776 + ], + "-3": [ + 2235 + ], + "-4": [ + 2238 + ] + }, + "2257": { + "1": [ + 2250 + ], + "2": [ + 1447 + ], + "3": [], + "4": [ + 2259 + ], + "-1": [ + 2258 + ], + "-2": [ + 2256 + ], + "-3": [ + 2238 + ], + "-4": [ + 2239 + ] + }, + "2259": { + "1": [], + "2": [ + 1447 + ], + "3": [], + "4": [ + 1779 + ], + "-1": [], + "-2": [ + 2258 + ], + "-3": [ + 2256 + ], + "-4": [ + 2257 + ] + }, + "2262": { + "1": [ + 2261 + ], + "2": [ + 2263 + ], + "3": [ + 2269 + ], + "4": [ + 2268 + ], + "-1": [ + 2265 + ], + "-2": [ + 1780 + ], + "-3": [], + "-4": [ + 2260 + ] + }, + "2260": { + "1": [ + 2187 + ], + "2": [ + 2261 + ], + "3": [ + 2263 + ], + "4": [ + 2262 + ], + "-1": [], + "-2": [ + 1780 + ], + "-3": [ + 2183 + ], + "-4": [ + 2186 + ] + }, + "2261": { + "1": [ + 2190 + ], + "2": [ + 2272 + ], + "3": [ + 2274 + ], + "4": [ + 2263 + ], + "-1": [ + 2262 + ], + "-2": [ + 2260 + ], + "-3": [ + 2186 + ], + "-4": [ + 2187 + ] + }, + "2263": { + "1": [ + 2272 + ], + "2": [ + 2274 + ], + "3": [ + 2280 + ], + "4": [ + 2269 + ], + "-1": [ + 2268 + ], + "-2": [ + 2262 + ], + "-3": [ + 2260 + ], + "-4": [ + 2261 + ] + }, + "2266": { + "1": [ + 2265 + ], + "2": [ + 2267 + ], + "3": [ + 2285 + ], + "4": [ + 2284 + ], + "-1": [ + 1287 + ], + "-2": [ + 1991 + ], + "-3": [ + 1989 + ], + "-4": [ + 2264 + ] + }, + "2264": { + "1": [], + "2": [ + 2265 + ], + "3": [ + 2267 + ], + "4": [ + 2266 + ], + "-1": [ + 1991 + ], + "-2": [ + 1989 + ], + "-3": [ + 1983 + ], + "-4": [ + 1780 + ] + }, + "2265": { + "1": [ + 2262 + ], + "2": [ + 2268 + ], + "3": [ + 2270 + ], + "4": [ + 2267 + ], + "-1": [ + 2266 + ], + "-2": [ + 2264 + ], + "-3": [], + "-4": [ + 1780 + ] + }, + "2267": { + "1": [ + 2268 + ], + "2": [ + 2270 + ], + "3": [ + 1789 + ], + "4": [ + 2285 + ], + "-1": [ + 2284 + ], + "-2": [ + 2266 + ], + "-3": [ + 2264 + ], + "-4": [ + 2265 + ] + }, + "2270": { + "1": [ + 2269 + ], + "2": [ + 2271 + ], + "3": [], + "4": [ + 1789 + ], + "-1": [ + 2285 + ], + "-2": [ + 2267 + ], + "-3": [ + 2265 + ], + "-4": [ + 2268 + ] + }, + "2268": { + "1": [ + 2263 + ], + "2": [ + 2269 + ], + "3": [ + 2271 + ], + "4": [ + 2270 + ], + "-1": [ + 2267 + ], + "-2": [ + 2265 + ], + "-3": [ + 1780 + ], + "-4": [ + 2262 + ] + }, + "2269": { + "1": [ + 2274 + ], + "2": [ + 2280 + ], + "3": [ + 2282 + ], + "4": [ + 2271 + ], + "-1": [ + 2270 + ], + "-2": [ + 2268 + ], + "-3": [ + 2262 + ], + "-4": [ + 2263 + ] + }, + "2271": { + "1": [ + 2280 + ], + "2": [ + 2282 + ], + "3": [ + 1451 + ], + "4": [ + 1789 + ], + "-1": [], + "-2": [ + 2270 + ], + "-3": [ + 2268 + ], + "-4": [ + 2269 + ] + }, + "2274": { + "1": [ + 2273 + ], + "2": [ + 2275 + ], + "3": [ + 2281 + ], + "4": [ + 2280 + ], + "-1": [ + 2269 + ], + "-2": [ + 2263 + ], + "-3": [ + 2261 + ], + "-4": [ + 2272 + ] + }, + "2272": { + "1": [ + 2191 + ], + "2": [ + 2273 + ], + "3": [ + 2275 + ], + "4": [ + 2274 + ], + "-1": [ + 2263 + ], + "-2": [ + 2261 + ], + "-3": [ + 2187 + ], + "-4": [ + 2190 + ] + }, + "2273": { + "1": [ + 2194 + ], + "2": [ + 2276 + ], + "3": [ + 2278 + ], + "4": [ + 2275 + ], + "-1": [ + 2274 + ], + "-2": [ + 2272 + ], + "-3": [ + 2190 + ], + "-4": [ + 2191 + ] + }, + "2275": { + "1": [ + 2276 + ], + "2": [ + 2278 + ], + "3": [ + 1787 + ], + "4": [ + 2281 + ], + "-1": [ + 2280 + ], + "-2": [ + 2274 + ], + "-3": [ + 2272 + ], + "-4": [ + 2273 + ] + }, + "2278": { + "1": [ + 2277 + ], + "2": [ + 2279 + ], + "3": [], + "4": [ + 1787 + ], + "-1": [ + 2281 + ], + "-2": [ + 2275 + ], + "-3": [ + 2273 + ], + "-4": [ + 2276 + ] + }, + "2276": { + "1": [ + 2195 + ], + "2": [ + 2277 + ], + "3": [ + 2279 + ], + "4": [ + 2278 + ], + "-1": [ + 2275 + ], + "-2": [ + 2273 + ], + "-3": [ + 2191 + ], + "-4": [ + 2194 + ] + }, + "2277": { + "1": [ + 1730 + ], + "2": [ + 1792 + ], + "3": [], + "4": [ + 2279 + ], + "-1": [ + 2278 + ], + "-2": [ + 2276 + ], + "-3": [ + 2194 + ], + "-4": [ + 2195 + ] + }, + "2279": { + "1": [], + "2": [ + 1792 + ], + "3": [ + 1794 + ], + "4": [ + 1787 + ], + "-1": [], + "-2": [ + 2278 + ], + "-3": [ + 2276 + ], + "-4": [ + 2277 + ] + }, + "2282": { + "1": [ + 2281 + ], + "2": [ + 2283 + ], + "3": [], + "4": [ + 1451 + ], + "-1": [ + 1789 + ], + "-2": [ + 2271 + ], + "-3": [ + 2269 + ], + "-4": [ + 2280 + ] + }, + "2280": { + "1": [ + 2275 + ], + "2": [ + 2281 + ], + "3": [ + 2283 + ], + "4": [ + 2282 + ], + "-1": [ + 2271 + ], + "-2": [ + 2269 + ], + "-3": [ + 2263 + ], + "-4": [ + 2274 + ] + }, + "2281": { + "1": [ + 2278 + ], + "2": [ + 1787 + ], + "3": [], + "4": [ + 2283 + ], + "-1": [ + 2282 + ], + "-2": [ + 2280 + ], + "-3": [ + 2274 + ], + "-4": [ + 2275 + ] + }, + "2283": { + "1": [], + "2": [ + 1787 + ], + "3": [], + "4": [ + 1451 + ], + "-1": [], + "-2": [ + 2282 + ], + "-3": [ + 2280 + ], + "-4": [ + 2281 + ] + }, + "2286": { + "1": [ + 2285 + ], + "2": [ + 2287 + ], + "3": [ + 2289 + ], + "4": [ + 2288 + ], + "-1": [], + "-2": [ + 1287 + ], + "-3": [], + "-4": [ + 2284 + ] + }, + "2284": { + "1": [ + 2267 + ], + "2": [ + 2285 + ], + "3": [ + 2287 + ], + "4": [ + 2286 + ], + "-1": [], + "-2": [ + 1287 + ], + "-3": [ + 1991 + ], + "-4": [ + 2266 + ] + }, + "2285": { + "1": [ + 2270 + ], + "2": [ + 1789 + ], + "3": [], + "4": [ + 2287 + ], + "-1": [ + 2286 + ], + "-2": [ + 2284 + ], + "-3": [ + 2266 + ], + "-4": [ + 2267 + ] + }, + "2287": { + "1": [], + "2": [ + 1789 + ], + "3": [ + 1791 + ], + "4": [ + 2289 + ], + "-1": [ + 2288 + ], + "-2": [ + 2286 + ], + "-3": [ + 2284 + ], + "-4": [ + 2285 + ] + }, + "2290": { + "1": [ + 2289 + ], + "2": [ + 2291 + ], + "3": [], + "4": [ + 1258 + ], + "-1": [ + 1289 + ], + "-2": [ + 1287 + ], + "-3": [], + "-4": [ + 2288 + ] + }, + "2288": { + "1": [ + 2287 + ], + "2": [ + 2289 + ], + "3": [ + 2291 + ], + "4": [ + 2290 + ], + "-1": [], + "-2": [ + 1287 + ], + "-3": [], + "-4": [ + 2286 + ] + }, + "2289": { + "1": [ + 1789 + ], + "2": [ + 1791 + ], + "3": [], + "4": [ + 2291 + ], + "-1": [ + 2290 + ], + "-2": [ + 2288 + ], + "-3": [ + 2286 + ], + "-4": [ + 2287 + ] + }, + "2291": { + "1": [], + "2": [ + 1791 + ], + "3": [], + "4": [ + 1258 + ], + "-1": [], + "-2": [ + 2290 + ], + "-3": [ + 2288 + ], + "-4": [ + 2289 + ] + }, + "2294": { + "1": [ + 2293 + ], + "2": [ + 2295 + ], + "3": [], + "4": [ + 1795 + ], + "-1": [ + 1794 + ], + "-2": [ + 1792 + ], + "-3": [], + "-4": [ + 2292 + ] + }, + "2292": { + "1": [ + 1735 + ], + "2": [ + 2293 + ], + "3": [ + 2295 + ], + "4": [ + 2294 + ], + "-1": [], + "-2": [ + 1792 + ], + "-3": [ + 1731 + ], + "-4": [ + 1734 + ] + }, + "2293": { + "1": [ + 1746 + ], + "2": [ + 2296 + ], + "3": [ + 2298 + ], + "4": [ + 2295 + ], + "-1": [ + 2294 + ], + "-2": [ + 2292 + ], + "-3": [ + 1734 + ], + "-4": [ + 1735 + ] + }, + "2295": { + "1": [ + 2296 + ], + "2": [ + 2298 + ], + "3": [ + 1798 + ], + "4": [ + 1795 + ], + "-1": [], + "-2": [ + 2294 + ], + "-3": [ + 2292 + ], + "-4": [ + 2293 + ] + }, + "2298": { + "1": [ + 2297 + ], + "2": [ + 2299 + ], + "3": [], + "4": [ + 1798 + ], + "-1": [ + 1795 + ], + "-2": [ + 2295 + ], + "-3": [ + 2293 + ], + "-4": [ + 2296 + ] + }, + "2296": { + "1": [ + 1747 + ], + "2": [ + 2297 + ], + "3": [ + 2299 + ], + "4": [ + 2298 + ], + "-1": [ + 2295 + ], + "-2": [ + 2293 + ], + "-3": [ + 1735 + ], + "-4": [ + 1746 + ] + }, + "2297": { + "1": [ + 1750 + ], + "2": [ + 2300 + ], + "3": [ + 2302 + ], + "4": [ + 2299 + ], + "-1": [ + 2298 + ], + "-2": [ + 2296 + ], + "-3": [ + 1746 + ], + "-4": [ + 1747 + ] + }, + "2299": { + "1": [ + 2300 + ], + "2": [ + 2302 + ], + "3": [ + 1799 + ], + "4": [ + 1798 + ], + "-1": [], + "-2": [ + 2298 + ], + "-3": [ + 2296 + ], + "-4": [ + 2297 + ] + }, + "2302": { + "1": [ + 2301 + ], + "2": [ + 2303 + ], + "3": [], + "4": [ + 1799 + ], + "-1": [ + 1798 + ], + "-2": [ + 2299 + ], + "-3": [ + 2297 + ], + "-4": [ + 2300 + ] + }, + "2300": { + "1": [ + 1751 + ], + "2": [ + 2301 + ], + "3": [ + 2303 + ], + "4": [ + 2302 + ], + "-1": [ + 2299 + ], + "-2": [ + 2297 + ], + "-3": [ + 1747 + ], + "-4": [ + 1750 + ] + }, + "2301": { + "1": [], + "2": [], + "3": [], + "4": [ + 2303 + ], + "-1": [ + 2302 + ], + "-2": [ + 2300 + ], + "-3": [ + 1750 + ], + "-4": [ + 1751 + ] + }, + "2303": { + "1": [], + "2": [], + "3": [], + "4": [ + 1799 + ], + "-1": [], + "-2": [ + 2302 + ], + "-3": [ + 2300 + ], + "-4": [ + 2301 + ] + }, + "2306": { + "1": [ + 2305 + ], + "2": [ + 2307 + ], + "3": [ + 2317 + ], + "4": [ + 2316 + ], + "-1": [ + 2313 + ], + "-2": [ + 1802 + ], + "-3": [], + "-4": [ + 2304 + ] + }, + "2304": { + "1": [], + "2": [ + 2305 + ], + "3": [ + 2307 + ], + "4": [ + 2306 + ], + "-1": [], + "-2": [ + 1802 + ], + "-3": [ + 1800 + ], + "-4": [ + 1801 + ] + }, + "2305": { + "1": [], + "2": [], + "3": [], + "4": [ + 2307 + ], + "-1": [ + 2306 + ], + "-2": [ + 2304 + ], + "-3": [], + "-4": [ + 1801 + ] + }, + "2307": { + "1": [], + "2": [], + "3": [], + "4": [ + 2317 + ], + "-1": [ + 2316 + ], + "-2": [ + 2306 + ], + "-3": [ + 2304 + ], + "-4": [ + 2305 + ] + }, + "2310": { + "1": [ + 2309 + ], + "2": [ + 2311 + ], + "3": [ + 2229 + ], + "4": [ + 2228 + ], + "-1": [ + 2225 + ], + "-2": [ + 1806 + ], + "-3": [], + "-4": [ + 2308 + ] + }, + "2308": { + "1": [], + "2": [ + 2309 + ], + "3": [ + 2311 + ], + "4": [ + 2310 + ], + "-1": [], + "-2": [ + 1806 + ], + "-3": [ + 1804 + ], + "-4": [ + 1805 + ] + }, + "2309": { + "1": [ + 2314 + ], + "2": [ + 2320 + ], + "3": [ + 2322 + ], + "4": [ + 2311 + ], + "-1": [ + 2310 + ], + "-2": [ + 2308 + ], + "-3": [], + "-4": [ + 1805 + ] + }, + "2311": { + "1": [ + 2320 + ], + "2": [ + 2322 + ], + "3": [ + 2240 + ], + "4": [ + 2229 + ], + "-1": [ + 2228 + ], + "-2": [ + 2310 + ], + "-3": [ + 2308 + ], + "-4": [ + 2309 + ] + }, + "2314": { + "1": [ + 2313 + ], + "2": [ + 2315 + ], + "3": [ + 2321 + ], + "4": [ + 2320 + ], + "-1": [ + 2309 + ], + "-2": [ + 1805 + ], + "-3": [], + "-4": [ + 2312 + ] + }, + "2312": { + "1": [], + "2": [ + 2313 + ], + "3": [ + 2315 + ], + "4": [ + 2314 + ], + "-1": [], + "-2": [ + 1805 + ], + "-3": [ + 1456 + ], + "-4": [ + 1802 + ] + }, + "2313": { + "1": [ + 2306 + ], + "2": [ + 2316 + ], + "3": [ + 2318 + ], + "4": [ + 2315 + ], + "-1": [ + 2314 + ], + "-2": [ + 2312 + ], + "-3": [], + "-4": [ + 1802 + ] + }, + "2315": { + "1": [ + 2316 + ], + "2": [ + 2318 + ], + "3": [ + 2324 + ], + "4": [ + 2321 + ], + "-1": [ + 2320 + ], + "-2": [ + 2314 + ], + "-3": [ + 2312 + ], + "-4": [ + 2313 + ] + }, + "2318": { + "1": [ + 2317 + ], + "2": [ + 2319 + ], + "3": [ + 2325 + ], + "4": [ + 2324 + ], + "-1": [ + 2321 + ], + "-2": [ + 2315 + ], + "-3": [ + 2313 + ], + "-4": [ + 2316 + ] + }, + "2316": { + "1": [ + 2307 + ], + "2": [ + 2317 + ], + "3": [ + 2319 + ], + "4": [ + 2318 + ], + "-1": [ + 2315 + ], + "-2": [ + 2313 + ], + "-3": [ + 1802 + ], + "-4": [ + 2306 + ] + }, + "2317": { + "1": [], + "2": [], + "3": [], + "4": [ + 2319 + ], + "-1": [ + 2318 + ], + "-2": [ + 2316 + ], + "-3": [ + 2306 + ], + "-4": [ + 2307 + ] + }, + "2319": { + "1": [], + "2": [], + "3": [], + "4": [ + 2325 + ], + "-1": [ + 2324 + ], + "-2": [ + 2318 + ], + "-3": [ + 2316 + ], + "-4": [ + 2317 + ] + }, + "2322": { + "1": [ + 2321 + ], + "2": [ + 2323 + ], + "3": [ + 2241 + ], + "4": [ + 2240 + ], + "-1": [ + 2229 + ], + "-2": [ + 2311 + ], + "-3": [ + 2309 + ], + "-4": [ + 2320 + ] + }, + "2320": { + "1": [ + 2315 + ], + "2": [ + 2321 + ], + "3": [ + 2323 + ], + "4": [ + 2322 + ], + "-1": [ + 2311 + ], + "-2": [ + 2309 + ], + "-3": [ + 1805 + ], + "-4": [ + 2314 + ] + }, + "2321": { + "1": [ + 2318 + ], + "2": [ + 2324 + ], + "3": [ + 2326 + ], + "4": [ + 2323 + ], + "-1": [ + 2322 + ], + "-2": [ + 2320 + ], + "-3": [ + 2314 + ], + "-4": [ + 2315 + ] + }, + "2323": { + "1": [ + 2324 + ], + "2": [ + 2326 + ], + "3": [ + 2244 + ], + "4": [ + 2241 + ], + "-1": [ + 2240 + ], + "-2": [ + 2322 + ], + "-3": [ + 2320 + ], + "-4": [ + 2321 + ] + }, + "2326": { + "1": [ + 2325 + ], + "2": [ + 2327 + ], + "3": [ + 2245 + ], + "4": [ + 2244 + ], + "-1": [ + 2241 + ], + "-2": [ + 2323 + ], + "-3": [ + 2321 + ], + "-4": [ + 2324 + ] + }, + "2324": { + "1": [ + 2319 + ], + "2": [ + 2325 + ], + "3": [ + 2327 + ], + "4": [ + 2326 + ], + "-1": [ + 2323 + ], + "-2": [ + 2321 + ], + "-3": [ + 2315 + ], + "-4": [ + 2318 + ] + }, + "2325": { + "1": [], + "2": [], + "3": [], + "4": [ + 2327 + ], + "-1": [ + 2326 + ], + "-2": [ + 2324 + ], + "-3": [ + 2318 + ], + "-4": [ + 2319 + ] + }, + "2327": { + "1": [], + "2": [], + "3": [], + "4": [ + 2245 + ], + "-1": [ + 2244 + ], + "-2": [ + 2326 + ], + "-3": [ + 2324 + ], + "-4": [ + 2325 + ] + }, + "2330": { + "1": [ + 2329 + ], + "2": [ + 2331 + ], + "3": [ + 2337 + ], + "4": [ + 2336 + ], + "-1": [ + 2333 + ], + "-2": [ + 1814 + ], + "-3": [], + "-4": [ + 2328 + ] + }, + "2328": { + "1": [], + "2": [ + 2329 + ], + "3": [ + 2331 + ], + "4": [ + 2330 + ], + "-1": [], + "-2": [ + 1814 + ], + "-3": [ + 1812 + ], + "-4": [ + 1813 + ] + }, + "2329": { + "1": [], + "2": [ + 1463 + ], + "3": [], + "4": [ + 2331 + ], + "-1": [ + 2330 + ], + "-2": [ + 2328 + ], + "-3": [], + "-4": [ + 1813 + ] + }, + "2331": { + "1": [], + "2": [ + 1463 + ], + "3": [ + 2348 + ], + "4": [ + 2337 + ], + "-1": [ + 2336 + ], + "-2": [ + 2330 + ], + "-3": [ + 2328 + ], + "-4": [ + 2329 + ] + }, + "2334": { + "1": [ + 2333 + ], + "2": [ + 2335 + ], + "3": [ + 2341 + ], + "4": [ + 2340 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2332 + ] + }, + "2332": { + "1": [], + "2": [ + 2333 + ], + "3": [ + 2335 + ], + "4": [ + 2334 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1814 + ] + }, + "2333": { + "1": [ + 2330 + ], + "2": [ + 2336 + ], + "3": [ + 2338 + ], + "4": [ + 2335 + ], + "-1": [ + 2334 + ], + "-2": [ + 2332 + ], + "-3": [], + "-4": [ + 1814 + ] + }, + "2335": { + "1": [ + 2336 + ], + "2": [ + 2338 + ], + "3": [ + 2344 + ], + "4": [ + 2341 + ], + "-1": [ + 2340 + ], + "-2": [ + 2334 + ], + "-3": [ + 2332 + ], + "-4": [ + 2333 + ] + }, + "2338": { + "1": [ + 2337 + ], + "2": [ + 2339 + ], + "3": [ + 2345 + ], + "4": [ + 2344 + ], + "-1": [ + 2341 + ], + "-2": [ + 2335 + ], + "-3": [ + 2333 + ], + "-4": [ + 2336 + ] + }, + "2336": { + "1": [ + 2331 + ], + "2": [ + 2337 + ], + "3": [ + 2339 + ], + "4": [ + 2338 + ], + "-1": [ + 2335 + ], + "-2": [ + 2333 + ], + "-3": [ + 1814 + ], + "-4": [ + 2330 + ] + }, + "2337": { + "1": [ + 1463 + ], + "2": [ + 2348 + ], + "3": [ + 2350 + ], + "4": [ + 2339 + ], + "-1": [ + 2338 + ], + "-2": [ + 2336 + ], + "-3": [ + 2330 + ], + "-4": [ + 2331 + ] + }, + "2339": { + "1": [ + 2348 + ], + "2": [ + 2350 + ], + "3": [ + 2352 + ], + "4": [ + 2345 + ], + "-1": [ + 2344 + ], + "-2": [ + 2338 + ], + "-3": [ + 2336 + ], + "-4": [ + 2337 + ] + }, + "2342": { + "1": [ + 2341 + ], + "2": [ + 2343 + ], + "3": [], + "4": [ + 1824 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2340 + ] + }, + "2340": { + "1": [ + 2335 + ], + "2": [ + 2341 + ], + "3": [ + 2343 + ], + "4": [ + 2342 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2334 + ] + }, + "2341": { + "1": [ + 2338 + ], + "2": [ + 2344 + ], + "3": [ + 2346 + ], + "4": [ + 2343 + ], + "-1": [ + 2342 + ], + "-2": [ + 2340 + ], + "-3": [ + 2334 + ], + "-4": [ + 2335 + ] + }, + "2343": { + "1": [ + 2344 + ], + "2": [ + 2346 + ], + "3": [ + 2356 + ], + "4": [ + 1824 + ], + "-1": [], + "-2": [ + 2342 + ], + "-3": [ + 2340 + ], + "-4": [ + 2341 + ] + }, + "2346": { + "1": [ + 2345 + ], + "2": [ + 2347 + ], + "3": [ + 2357 + ], + "4": [ + 2356 + ], + "-1": [ + 1824 + ], + "-2": [ + 2343 + ], + "-3": [ + 2341 + ], + "-4": [ + 2344 + ] + }, + "2344": { + "1": [ + 2339 + ], + "2": [ + 2345 + ], + "3": [ + 2347 + ], + "4": [ + 2346 + ], + "-1": [ + 2343 + ], + "-2": [ + 2341 + ], + "-3": [ + 2335 + ], + "-4": [ + 2338 + ] + }, + "2345": { + "1": [ + 2350 + ], + "2": [ + 2352 + ], + "3": [ + 2354 + ], + "4": [ + 2347 + ], + "-1": [ + 2346 + ], + "-2": [ + 2344 + ], + "-3": [ + 2338 + ], + "-4": [ + 2339 + ] + }, + "2347": { + "1": [ + 2352 + ], + "2": [ + 2354 + ], + "3": [ + 2368 + ], + "4": [ + 2357 + ], + "-1": [ + 2356 + ], + "-2": [ + 2346 + ], + "-3": [ + 2344 + ], + "-4": [ + 2345 + ] + }, + "2350": { + "1": [ + 2349 + ], + "2": [ + 2351 + ], + "3": [ + 2353 + ], + "4": [ + 2352 + ], + "-1": [ + 2345 + ], + "-2": [ + 2339 + ], + "-3": [ + 2337 + ], + "-4": [ + 2348 + ] + }, + "2348": { + "1": [], + "2": [ + 2349 + ], + "3": [ + 2351 + ], + "4": [ + 2350 + ], + "-1": [ + 2339 + ], + "-2": [ + 2337 + ], + "-3": [ + 2331 + ], + "-4": [ + 1463 + ] + }, + "2349": { + "1": [], + "2": [ + 1821 + ], + "3": [], + "4": [ + 2351 + ], + "-1": [ + 2350 + ], + "-2": [ + 2348 + ], + "-3": [], + "-4": [ + 1463 + ] + }, + "2351": { + "1": [], + "2": [ + 1821 + ], + "3": [ + 1823 + ], + "4": [ + 2353 + ], + "-1": [ + 2352 + ], + "-2": [ + 2350 + ], + "-3": [ + 2348 + ], + "-4": [ + 2349 + ] + }, + "2354": { + "1": [ + 2353 + ], + "2": [ + 2355 + ], + "3": [ + 2369 + ], + "4": [ + 2368 + ], + "-1": [ + 2357 + ], + "-2": [ + 2347 + ], + "-3": [ + 2345 + ], + "-4": [ + 2352 + ] + }, + "2352": { + "1": [ + 2351 + ], + "2": [ + 2353 + ], + "3": [ + 2355 + ], + "4": [ + 2354 + ], + "-1": [ + 2347 + ], + "-2": [ + 2345 + ], + "-3": [ + 2339 + ], + "-4": [ + 2350 + ] + }, + "2353": { + "1": [ + 1821 + ], + "2": [ + 1823 + ], + "3": [], + "4": [ + 2355 + ], + "-1": [ + 2354 + ], + "-2": [ + 2352 + ], + "-3": [ + 2350 + ], + "-4": [ + 2351 + ] + }, + "2355": { + "1": [], + "2": [ + 1823 + ], + "3": [ + 1829 + ], + "4": [ + 2369 + ], + "-1": [ + 2368 + ], + "-2": [ + 2354 + ], + "-3": [ + 2352 + ], + "-4": [ + 2353 + ] + }, + "2358": { + "1": [ + 2357 + ], + "2": [ + 2359 + ], + "3": [ + 2365 + ], + "4": [ + 2364 + ], + "-1": [ + 2361 + ], + "-2": [ + 1824 + ], + "-3": [], + "-4": [ + 2356 + ] + }, + "2356": { + "1": [ + 2347 + ], + "2": [ + 2357 + ], + "3": [ + 2359 + ], + "4": [ + 2358 + ], + "-1": [], + "-2": [ + 1824 + ], + "-3": [ + 2343 + ], + "-4": [ + 2346 + ] + }, + "2357": { + "1": [ + 2354 + ], + "2": [ + 2368 + ], + "3": [ + 2370 + ], + "4": [ + 2359 + ], + "-1": [ + 2358 + ], + "-2": [ + 2356 + ], + "-3": [ + 2346 + ], + "-4": [ + 2347 + ] + }, + "2359": { + "1": [ + 2368 + ], + "2": [ + 2370 + ], + "3": [ + 1830 + ], + "4": [ + 2365 + ], + "-1": [ + 2364 + ], + "-2": [ + 2358 + ], + "-3": [ + 2356 + ], + "-4": [ + 2357 + ] + }, + "2362": { + "1": [ + 2361 + ], + "2": [ + 2363 + ], + "3": [ + 2001 + ], + "4": [ + 2000 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 2360 + ] + }, + "2360": { + "1": [], + "2": [ + 2361 + ], + "3": [ + 2363 + ], + "4": [ + 2362 + ], + "-1": [], + "-2": [], + "-3": [], + "-4": [ + 1824 + ] + }, + "2361": { + "1": [ + 2358 + ], + "2": [ + 2364 + ], + "3": [ + 2366 + ], + "4": [ + 2363 + ], + "-1": [ + 2362 + ], + "-2": [ + 2360 + ], + "-3": [], + "-4": [ + 1824 + ] + }, + "2363": { + "1": [ + 2364 + ], + "2": [ + 2366 + ], + "3": [ + 2004 + ], + "4": [ + 2001 + ], + "-1": [ + 2000 + ], + "-2": [ + 2362 + ], + "-3": [ + 2360 + ], + "-4": [ + 2361 + ] + }, + "2366": { + "1": [ + 2365 + ], + "2": [ + 2367 + ], + "3": [ + 2005 + ], + "4": [ + 2004 + ], + "-1": [ + 2001 + ], + "-2": [ + 2363 + ], + "-3": [ + 2361 + ], + "-4": [ + 2364 + ] + }, + "2364": { + "1": [ + 2359 + ], + "2": [ + 2365 + ], + "3": [ + 2367 + ], + "4": [ + 2366 + ], + "-1": [ + 2363 + ], + "-2": [ + 2361 + ], + "-3": [ + 1824 + ], + "-4": [ + 2358 + ] + }, + "2365": { + "1": [ + 2370 + ], + "2": [ + 1830 + ], + "3": [], + "4": [ + 2367 + ], + "-1": [ + 2366 + ], + "-2": [ + 2364 + ], + "-3": [ + 2358 + ], + "-4": [ + 2359 + ] + }, + "2367": { + "1": [], + "2": [ + 1830 + ], + "3": [ + 2016 + ], + "4": [ + 2005 + ], + "-1": [ + 2004 + ], + "-2": [ + 2366 + ], + "-3": [ + 2364 + ], + "-4": [ + 2365 + ] + }, + "2370": { + "1": [ + 2369 + ], + "2": [ + 2371 + ], + "3": [], + "4": [ + 1830 + ], + "-1": [ + 2365 + ], + "-2": [ + 2359 + ], + "-3": [ + 2357 + ], + "-4": [ + 2368 + ] + }, + "2368": { + "1": [ + 2355 + ], + "2": [ + 2369 + ], + "3": [ + 2371 + ], + "4": [ + 2370 + ], + "-1": [ + 2359 + ], + "-2": [ + 2357 + ], + "-3": [ + 2347 + ], + "-4": [ + 2354 + ] + }, + "2369": { + "1": [ + 1823 + ], + "2": [ + 1829 + ], + "3": [], + "4": [ + 2371 + ], + "-1": [ + 2370 + ], + "-2": [ + 2368 + ], + "-3": [ + 2354 + ], + "-4": [ + 2355 + ] + }, + "2371": { + "1": [], + "2": [ + 1829 + ], + "3": [ + 1831 + ], + "4": [ + 1830 + ], + "-1": [], + "-2": [ + 2370 + ], + "-3": [ + 2368 + ], + "-4": [ + 2369 + ] + }, + "2374": { + "1": [ + 2373 + ], + "2": [ + 2375 + ], + "3": [], + "4": [ + 1834 + ], + "-1": [ + 1823 + ], + "-2": [ + 1821 + ], + "-3": [], + "-4": [ + 2372 + ] + }, + "2372": { + "1": [], + "2": [ + 2373 + ], + "3": [ + 2375 + ], + "4": [ + 2374 + ], + "-1": [], + "-2": [ + 1821 + ], + "-3": [ + 1463 + ], + "-4": [ + 1261 + ] + }, + "2373": { + "1": [], + "2": [ + 1833 + ], + "3": [], + "4": [ + 2375 + ], + "-1": [ + 2374 + ], + "-2": [ + 2372 + ], + "-3": [], + "-4": [ + 1261 + ] + }, + "2375": { + "1": [], + "2": [ + 1833 + ], + "3": [ + 1835 + ], + "4": [ + 1834 + ], + "-1": [], + "-2": [ + 2374 + ], + "-3": [ + 2372 + ], + "-4": [ + 2373 + ] + }, + "2378": { + "1": [ + 2377 + ], + "2": [ + 2379 + ], + "3": [ + 2397 + ], + "4": [ + 2396 + ], + "-1": [ + 1844 + ], + "-2": [ + 1838 + ], + "-3": [], + "-4": [ + 2376 + ] + }, + "2376": { + "1": [], + "2": [ + 2377 + ], + "3": [ + 2379 + ], + "4": [ + 2378 + ], + "-1": [], + "-2": [ + 1838 + ], + "-3": [ + 1836 + ], + "-4": [ + 1837 + ] + }, + "2377": { + "1": [ + 1848 + ], + "2": [ + 2408 + ], + "3": [ + 2410 + ], + "4": [ + 2379 + ], + "-1": [ + 2378 + ], + "-2": [ + 2376 + ], + "-3": [], + "-4": [ + 1837 + ] + }, + "2379": { + "1": [ + 2408 + ], + "2": [ + 2410 + ], + "3": [ + 2428 + ], + "4": [ + 2397 + ], + "-1": [ + 2396 + ], + "-2": [ + 2378 + ], + "-3": [ + 2376 + ], + "-4": [ + 2377 + ] + }, + "2382": { + "1": [ + 2381 + ], + "2": [ + 2383 + ], + "3": [ + 2389 + ], + "4": [ + 2388 + ], + "-1": [ + 1245 + ], + "-2": [ + 1439 + ], + "-3": [ + 1437 + ], + "-4": [ + 2380 + ] + }, + "2380": { + "1": [], + "2": [ + 2381 + ], + "3": [ + 2383 + ], + "4": [ + 2382 + ], + "-1": [ + 1439 + ], + "-2": [ + 1437 + ], + "-3": [ + 431 + ], + "-4": [ + 1472 + ] + }, + "2381": { + "1": [], + "2": [ + 2384 + ], + "3": [ + 2386 + ], + "4": [ + 2383 + ], + "-1": [ + 2382 + ], + "-2": [ + 2380 + ], + "-3": [], + "-4": [ + 1472 + ] + }, + "2383": { + "1": [ + 2384 + ], + "2": [ + 2386 + ], + "3": [ + 2392 + ], + "4": [ + 2389 + ], + "-1": [ + 2388 + ], + "-2": [ + 2382 + ], + "-3": [ + 2380 + ], + "-4": [ + 2381 + ] + }, + "2386": { + "1": [ + 2385 + ], + "2": [ + 2387 + ], + "3": [ + 2393 + ], + "4": [ + 2392 + ], + "-1": [ + 2389 + ], + "-2": [ + 2383 + ], + "-3": [ + 2381 + ], + "-4": [ + 2384 + ] + }, + "2384": { + "1": [], + "2": [ + 2385 + ], + "3": [ + 2387 + ], + "4": [ + 2386 + ], + "-1": [ + 2383 + ], + "-2": [ + 2381 + ], + "-3": [], + "-4": [ + 1472 + ] + }, + "2385": { + "1": [ + 1838 + ], + "2": [ + 1844 + ], + "3": [], + "4": [ + 2387 + ], + "-1": [ + 2386 + ], + "-2": [ + 2384 + ], + "-3": [], + "-4": [ + 1472 + ] + }, + "2387": { + "1": [], + "2": [ + 1844 + ], + "3": [ + 2400 + ], + "4": [ + 2393 + ], + "-1": [ + 2392 + ], + "-2": [ + 2386 + ], + "-3": [ + 2384 + ], + "-4": [ + 2385 + ] + }, + "2390": { + "1": [ + 2389 + ], + "2": [ + 2391 + ], + "3": [], + "4": [ + 1588 + ], + "-1": [ + 1081 + ], + "-2": [ + 1247 + ], + "-3": [ + 1245 + ], + "-4": [ + 2388 + ] + }, + "2388": { + "1": [ + 2383 + ], + "2": [ + 2389 + ], + "3": [ + 2391 + ], + "4": [ + 2390 + ], + "-1": [ + 1247 + ], + "-2": [ + 1245 + ], + "-3": [ + 1439 + ], + "-4": [ + 2382 + ] + }, + "2389": { + "1": [ + 2386 + ], + "2": [ + 2392 + ], + "3": [ + 2394 + ], + "4": [ + 2391 + ], + "-1": [ + 2390 + ], + "-2": [ + 2388 + ], + "-3": [ + 2382 + ], + "-4": [ + 2383 + ] + }, + "2391": { + "1": [ + 2392 + ], + "2": [ + 2394 + ], + "3": [ + 2156 + ], + "4": [ + 1588 + ], + "-1": [], + "-2": [ + 2390 + ], + "-3": [ + 2388 + ], + "-4": [ + 2389 + ] + }, + "2394": { + "1": [ + 2393 + ], + "2": [ + 2395 + ], + "3": [ + 2157 + ], + "4": [ + 2156 + ], + "-1": [ + 1588 + ], + "-2": [ + 2391 + ], + "-3": [ + 2389 + ], + "-4": [ + 2392 + ] + }, + "2392": { + "1": [ + 2387 + ], + "2": [ + 2393 + ], + "3": [ + 2395 + ], + "4": [ + 2394 + ], + "-1": [ + 2391 + ], + "-2": [ + 2389 + ], + "-3": [ + 2383 + ], + "-4": [ + 2386 + ] + }, + "2393": { + "1": [ + 1844 + ], + "2": [ + 2400 + ], + "3": [ + 2402 + ], + "4": [ + 2395 + ], + "-1": [ + 2394 + ], + "-2": [ + 2392 + ], + "-3": [ + 2386 + ], + "-4": [ + 2387 + ] + }, + "2395": { + "1": [ + 2400 + ], + "2": [ + 2402 + ], + "3": [ + 2164 + ], + "4": [ + 2157 + ], + "-1": [ + 2156 + ], + "-2": [ + 2394 + ], + "-3": [ + 2392 + ], + "-4": [ + 2393 + ] + }, + "2398": { + "1": [ + 2397 + ], + "2": [ + 2399 + ], + "3": [ + 2405 + ], + "4": [ + 2404 + ], + "-1": [ + 2401 + ], + "-2": [ + 1844 + ], + "-3": [], + "-4": [ + 2396 + ] + }, + "2396": { + "1": [ + 2379 + ], + "2": [ + 2397 + ], + "3": [ + 2399 + ], + "4": [ + 2398 + ], + "-1": [], + "-2": [ + 1844 + ], + "-3": [ + 1838 + ], + "-4": [ + 2378 + ] + }, + "2397": { + "1": [ + 2410 + ], + "2": [ + 2428 + ], + "3": [ + 2430 + ], + "4": [ + 2399 + ], + "-1": [ + 2398 + ], + "-2": [ + 2396 + ], + "-3": [ + 2378 + ], + "-4": [ + 2379 + ] + }, + "2399": { + "1": [ + 2428 + ], + "2": [ + 2430 + ], + "3": [ + 1858 + ], + "4": [ + 2405 + ], + "-1": [ + 2404 + ], + "-2": [ + 2398 + ], + "-3": [ + 2396 + ], + "-4": [ + 2397 + ] + }, + "2402": { + "1": [ + 2401 + ], + "2": [ + 2403 + ], + "3": [ + 2165 + ], + "4": [ + 2164 + ], + "-1": [ + 2157 + ], + "-2": [ + 2395 + ], + "-3": [ + 2393 + ], + "-4": [ + 2400 + ] + }, + "2400": { + "1": [], + "2": [ + 2401 + ], + "3": [ + 2403 + ], + "4": [ + 2402 + ], + "-1": [ + 2395 + ], + "-2": [ + 2393 + ], + "-3": [ + 2387 + ], + "-4": [ + 1844 + ] + }, + "2401": { + "1": [ + 2398 + ], + "2": [ + 2404 + ], + "3": [ + 2406 + ], + "4": [ + 2403 + ], + "-1": [ + 2402 + ], + "-2": [ + 2400 + ], + "-3": [], + "-4": [ + 1844 + ] + }, + "2403": { + "1": [ + 2404 + ], + "2": [ + 2406 + ], + "3": [ + 1593 + ], + "4": [ + 2165 + ], + "-1": [ + 2164 + ], + "-2": [ + 2402 + ], + "-3": [ + 2400 + ], + "-4": [ + 2401 + ] + }, + "2406": { + "1": [ + 2405 + ], + "2": [ + 2407 + ], + "3": [], + "4": [ + 1593 + ], + "-1": [ + 2165 + ], + "-2": [ + 2403 + ], + "-3": [ + 2401 + ], + "-4": [ + 2404 + ] + }, + "2404": { + "1": [ + 2399 + ], + "2": [ + 2405 + ], + "3": [ + 2407 + ], + "4": [ + 2406 + ], + "-1": [ + 2403 + ], + "-2": [ + 2401 + ], + "-3": [ + 1844 + ], + "-4": [ + 2398 + ] + }, + "2405": { + "1": [ + 2430 + ], + "2": [ + 1858 + ], + "3": [], + "4": [ + 2407 + ], + "-1": [ + 2406 + ], + "-2": [ + 2404 + ], + "-3": [ + 2398 + ], + "-4": [ + 2399 + ] + }, + "2407": { + "1": [], + "2": [ + 1858 + ], + "3": [ + 132 + ], + "4": [ + 1593 + ], + "-1": [], + "-2": [ + 2406 + ], + "-3": [ + 2404 + ], + "-4": [ + 2405 + ] + }, + "2410": { + "1": [ + 2409 + ], + "2": [ + 2411 + ], + "3": [ + 2429 + ], + "4": [ + 2428 + ], + "-1": [ + 2397 + ], + "-2": [ + 2379 + ], + "-3": [ + 2377 + ], + "-4": [ + 2408 + ] + }, + "2408": { + "1": [], + "2": [ + 2409 + ], + "3": [ + 2411 + ], + "4": [ + 2410 + ], + "-1": [ + 2379 + ], + "-2": [ + 2377 + ], + "-3": [ + 1837 + ], + "-4": [ + 1848 + ] + }, + "2409": { + "1": [ + 1849 + ], + "2": [ + 2412 + ], + "3": [ + 2414 + ], + "4": [ + 2411 + ], + "-1": [ + 2410 + ], + "-2": [ + 2408 + ], + "-3": [], + "-4": [ + 1848 + ] + }, + "2411": { + "1": [ + 2412 + ], + "2": [ + 2414 + ], + "3": [ + 2432 + ], + "4": [ + 2429 + ], + "-1": [ + 2428 + ], + "-2": [ + 2410 + ], + "-3": [ + 2408 + ], + "-4": [ + 2409 + ] + }, + "2414": { + "1": [ + 2413 + ], + "2": [ + 2415 + ], + "3": [ + 2433 + ], + "4": [ + 2432 + ], + "-1": [ + 2429 + ], + "-2": [ + 2411 + ], + "-3": [ + 2409 + ], + "-4": [ + 2412 + ] + }, + "2412": { + "1": [], + "2": [ + 2413 + ], + "3": [ + 2415 + ], + "4": [ + 2414 + ], + "-1": [ + 2411 + ], + "-2": [ + 2409 + ], + "-3": [ + 1848 + ], + "-4": [ + 1849 + ] + }, + "2413": { + "1": [ + 1852 + ], + "2": [ + 2420 + ], + "3": [ + 2422 + ], + "4": [ + 2415 + ], + "-1": [ + 2414 + ], + "-2": [ + 2412 + ], + "-3": [], + "-4": [ + 1849 + ] + }, + "2415": { + "1": [ + 2420 + ], + "2": [ + 2422 + ], + "3": [ + 2436 + ], + "4": [ + 2433 + ], + "-1": [ + 2432 + ], + "-2": [ + 2414 + ], + "-3": [ + 2412 + ], + "-4": [ + 2413 + ] + }, + "2418": { + "1": [ + 2417 + ], + "2": [ + 2419 + ], + "3": [ + 2425 + ], + "4": [ + 2424 + ], + "-1": [ + 2421 + ], + "-2": [ + 1852 + ], + "-3": [], + "-4": [ + 2416 + ] + }, + "2416": { + "1": [], + "2": [ + 2417 + ], + "3": [ + 2419 + ], + "4": [ + 2418 + ], + "-1": [], + "-2": [ + 1852 + ], + "-3": [], + "-4": [ + 1265 + ] + }, + "2417": { + "1": [], + "2": [], + "3": [], + "4": [ + 2419 + ], + "-1": [ + 2418 + ], + "-2": [ + 2416 + ], + "-3": [], + "-4": [ + 1265 + ] + }, + "2419": { + "1": [], + "2": [], + "3": [], + "4": [ + 2425 + ], + "-1": [ + 2424 + ], + "-2": [ + 2418 + ], + "-3": [ + 2416 + ], + "-4": [ + 2417 + ] + }, + "2422": { + "1": [ + 2421 + ], + "2": [ + 2423 + ], + "3": [ + 2437 + ], + "4": [ + 2436 + ], + "-1": [ + 2433 + ], + "-2": [ + 2415 + ], + "-3": [ + 2413 + ], + "-4": [ + 2420 + ] + }, + "2420": { + "1": [], + "2": [ + 2421 + ], + "3": [ + 2423 + ], + "4": [ + 2422 + ], + "-1": [ + 2415 + ], + "-2": [ + 2413 + ], + "-3": [ + 1849 + ], + "-4": [ + 1852 + ] + }, + "2421": { + "1": [ + 2418 + ], + "2": [ + 2424 + ], + "3": [ + 2426 + ], + "4": [ + 2423 + ], + "-1": [ + 2422 + ], + "-2": [ + 2420 + ], + "-3": [], + "-4": [ + 1852 + ] + }, + "2423": { + "1": [ + 2424 + ], + "2": [ + 2426 + ], + "3": [ + 2440 + ], + "4": [ + 2437 + ], + "-1": [ + 2436 + ], + "-2": [ + 2422 + ], + "-3": [ + 2420 + ], + "-4": [ + 2421 + ] + }, + "2426": { + "1": [ + 2425 + ], + "2": [ + 2427 + ], + "3": [ + 2441 + ], + "4": [ + 2440 + ], + "-1": [ + 2437 + ], + "-2": [ + 2423 + ], + "-3": [ + 2421 + ], + "-4": [ + 2424 + ] + }, + "2424": { + "1": [ + 2419 + ], + "2": [ + 2425 + ], + "3": [ + 2427 + ], + "4": [ + 2426 + ], + "-1": [ + 2423 + ], + "-2": [ + 2421 + ], + "-3": [ + 1852 + ], + "-4": [ + 2418 + ] + }, + "2425": { + "1": [], + "2": [], + "3": [], + "4": [ + 2427 + ], + "-1": [ + 2426 + ], + "-2": [ + 2424 + ], + "-3": [ + 2418 + ], + "-4": [ + 2419 + ] + }, + "2427": { + "1": [], + "2": [], + "3": [], + "4": [ + 2441 + ], + "-1": [ + 2440 + ], + "-2": [ + 2426 + ], + "-3": [ + 2424 + ], + "-4": [ + 2425 + ] + }, + "2430": { + "1": [ + 2429 + ], + "2": [ + 2431 + ], + "3": [], + "4": [ + 1858 + ], + "-1": [ + 2405 + ], + "-2": [ + 2399 + ], + "-3": [ + 2397 + ], + "-4": [ + 2428 + ] + }, + "2428": { + "1": [ + 2411 + ], + "2": [ + 2429 + ], + "3": [ + 2431 + ], + "4": [ + 2430 + ], + "-1": [ + 2399 + ], + "-2": [ + 2397 + ], + "-3": [ + 2379 + ], + "-4": [ + 2410 + ] + }, + "2429": { + "1": [ + 2414 + ], + "2": [ + 2432 + ], + "3": [ + 2434 + ], + "4": [ + 2431 + ], + "-1": [ + 2430 + ], + "-2": [ + 2428 + ], + "-3": [ + 2410 + ], + "-4": [ + 2411 + ] + }, + "2431": { + "1": [ + 2432 + ], + "2": [ + 2434 + ], + "3": [ + 1859 + ], + "4": [ + 1858 + ], + "-1": [], + "-2": [ + 2430 + ], + "-3": [ + 2428 + ], + "-4": [ + 2429 + ] + }, + "2434": { + "1": [ + 2433 + ], + "2": [ + 2435 + ], + "3": [], + "4": [ + 1859 + ], + "-1": [ + 1858 + ], + "-2": [ + 2431 + ], + "-3": [ + 2429 + ], + "-4": [ + 2432 + ] + }, + "2432": { + "1": [ + 2415 + ], + "2": [ + 2433 + ], + "3": [ + 2435 + ], + "4": [ + 2434 + ], + "-1": [ + 2431 + ], + "-2": [ + 2429 + ], + "-3": [ + 2411 + ], + "-4": [ + 2414 + ] + }, + "2433": { + "1": [ + 2422 + ], + "2": [ + 2436 + ], + "3": [ + 2438 + ], + "4": [ + 2435 + ], + "-1": [ + 2434 + ], + "-2": [ + 2432 + ], + "-3": [ + 2414 + ], + "-4": [ + 2415 + ] + }, + "2435": { + "1": [ + 2436 + ], + "2": [ + 2438 + ], + "3": [ + 2444 + ], + "4": [ + 1859 + ], + "-1": [], + "-2": [ + 2434 + ], + "-3": [ + 2432 + ], + "-4": [ + 2433 + ] + }, + "2438": { + "1": [ + 2437 + ], + "2": [ + 2439 + ], + "3": [ + 2445 + ], + "4": [ + 2444 + ], + "-1": [ + 1859 + ], + "-2": [ + 2435 + ], + "-3": [ + 2433 + ], + "-4": [ + 2436 + ] + }, + "2436": { + "1": [ + 2423 + ], + "2": [ + 2437 + ], + "3": [ + 2439 + ], + "4": [ + 2438 + ], + "-1": [ + 2435 + ], + "-2": [ + 2433 + ], + "-3": [ + 2415 + ], + "-4": [ + 2422 + ] + }, + "2437": { + "1": [ + 2426 + ], + "2": [ + 2440 + ], + "3": [ + 2442 + ], + "4": [ + 2439 + ], + "-1": [ + 2438 + ], + "-2": [ + 2436 + ], + "-3": [ + 2422 + ], + "-4": [ + 2423 + ] + }, + "2439": { + "1": [ + 2440 + ], + "2": [ + 2442 + ], + "3": [ + 2448 + ], + "4": [ + 2445 + ], + "-1": [ + 2444 + ], + "-2": [ + 2438 + ], + "-3": [ + 2436 + ], + "-4": [ + 2437 + ] + }, + "2442": { + "1": [ + 2441 + ], + "2": [ + 2443 + ], + "3": [ + 2449 + ], + "4": [ + 2448 + ], + "-1": [ + 2445 + ], + "-2": [ + 2439 + ], + "-3": [ + 2437 + ], + "-4": [ + 2440 + ] + }, + "2440": { + "1": [ + 2427 + ], + "2": [ + 2441 + ], + "3": [ + 2443 + ], + "4": [ + 2442 + ], + "-1": [ + 2439 + ], + "-2": [ + 2437 + ], + "-3": [ + 2423 + ], + "-4": [ + 2426 + ] + }, + "2441": { + "1": [], + "2": [], + "3": [], + "4": [ + 2443 + ], + "-1": [ + 2442 + ], + "-2": [ + 2440 + ], + "-3": [ + 2426 + ], + "-4": [ + 2427 + ] + }, + "2443": { + "1": [], + "2": [], + "3": [], + "4": [ + 2449 + ], + "-1": [ + 2448 + ], + "-2": [ + 2442 + ], + "-3": [ + 2440 + ], + "-4": [ + 2441 + ] + }, + "2446": { + "1": [ + 2445 + ], + "2": [ + 2447 + ], + "3": [], + "4": [ + 1356 + ], + "-1": [ + 132 + ], + "-2": [ + 1859 + ], + "-3": [], + "-4": [ + 2444 + ] + }, + "2444": { + "1": [ + 2439 + ], + "2": [ + 2445 + ], + "3": [ + 2447 + ], + "4": [ + 2446 + ], + "-1": [], + "-2": [ + 1859 + ], + "-3": [ + 2435 + ], + "-4": [ + 2438 + ] + }, + "2445": { + "1": [ + 2442 + ], + "2": [ + 2448 + ], + "3": [ + 2450 + ], + "4": [ + 2447 + ], + "-1": [ + 2446 + ], + "-2": [ + 2444 + ], + "-3": [ + 2438 + ], + "-4": [ + 2439 + ] + }, + "2447": { + "1": [ + 2448 + ], + "2": [ + 2450 + ], + "3": [ + 1357 + ], + "4": [ + 1356 + ], + "-1": [], + "-2": [ + 2446 + ], + "-3": [ + 2444 + ], + "-4": [ + 2445 + ] + }, + "2450": { + "1": [ + 2449 + ], + "2": [ + 2451 + ], + "3": [], + "4": [ + 1357 + ], + "-1": [ + 1356 + ], + "-2": [ + 2447 + ], + "-3": [ + 2445 + ], + "-4": [ + 2448 + ] + }, + "2448": { + "1": [ + 2443 + ], + "2": [ + 2449 + ], + "3": [ + 2451 + ], + "4": [ + 2450 + ], + "-1": [ + 2447 + ], + "-2": [ + 2445 + ], + "-3": [ + 2439 + ], + "-4": [ + 2442 + ] + }, + "2449": { + "1": [], + "2": [], + "3": [], + "4": [ + 2451 + ], + "-1": [ + 2450 + ], + "-2": [ + 2448 + ], + "-3": [ + 2442 + ], + "-4": [ + 2443 + ] + }, + "2451": { + "1": [], + "2": [], + "3": [], + "4": [ + 1357 + ], + "-1": [], + "-2": [ + 2450 + ], + "-3": [ + 2448 + ], + "-4": [ + 2449 + ] + } + } +} \ No newline at end of file diff --git a/tests/unit_tests/test_env_mesh.py b/tests/unit_tests/test_env_mesh.py index f84b932e..d001e468 100644 --- a/tests/unit_tests/test_env_mesh.py +++ b/tests/unit_tests/test_env_mesh.py @@ -10,19 +10,17 @@ class TestEnvMesh(unittest.TestCase): def setUp(self): self.config = None self.env_mesh = None - self.json_file = "../regression_tests/example_meshes/Enviromental_Meshes/create_mesh.output2013_4_80.json" + self.json_file = "../regression_tests/example_meshes/env_meshes/grf_reprojection.json" with open (self.json_file , "r") as config_file: self.json_file = json.load(config_file) self.config = self.json_file ['config'] self.env_mesh = MeshBuilder(self.config).build_environmental_mesh() self.loaded_env_mesh = EnvironmentMesh.load_from_json(self.json_file) - # self.loaded_env_mesh.save("loaded_mesh.json") + def test_load_from_json (self): - - self.assertEqual (self.loaded_env_mesh.bounds.get_bounds() , self.env_mesh.bounds.get_bounds()) self.assertEqual (len (self.loaded_env_mesh.agg_cellboxes), len (self.env_mesh.agg_cellboxes)) @@ -31,7 +29,16 @@ def test_load_from_json (self): def test_update_agg_cellbox(self): self.loaded_env_mesh.update_cellbox(0 , {"x":"5"}) self.assertEqual (self.loaded_env_mesh.agg_cellboxes[0].get_agg_data()["x"] , "5") - + + def test_to_tif(self): + vessel_file = "../regression_tests/example_meshes/vessel_meshes/grf_reprojection.json" + vessel_mesh = None + with open (vessel_file , "r") as config_file: + vessel_file = json.load(config_file) + vessel_mesh = EnvironmentMesh.load_from_json(vessel_file) + vessel_mesh.save("./resources/fuel.tif" , format="tif" , format_params ="./resources/format_conf.json") + vessel_mesh.save("./resources/SIC.tif" , format="tif" ) + diff --git a/tests/unit_tests/test_mesh_builder.py b/tests/unit_tests/test_mesh_builder.py new file mode 100644 index 00000000..5a88797b --- /dev/null +++ b/tests/unit_tests/test_mesh_builder.py @@ -0,0 +1,46 @@ + +import unittest +import json +from polar_route.mesh_generation.environment_mesh import EnvironmentMesh +from polar_route.mesh_generation.mesh_builder import MeshBuilder +from polar_route.mesh_generation.direction import Direction + +from polar_route.mesh_generation.boundary import Boundary +class TestMeshBuilder(unittest.TestCase): + def setUp(self): + self.config = None + self.env_mesh = None + self.json_file = "../unit_tests/resources/global_grf_normal.json" + with open (self.json_file , "r") as config_file: + self.json_file = json.load(config_file) + self.config = self.json_file ['config'] + self.mesh_builder = MeshBuilder(self.config) + self.env_mesh = self.mesh_builder.build_environmental_mesh() + self.env_mesh.save("global_mesh.json") + + + + + def test_check_global_mesh (self): + # grid_width is 72 in this mesh so checking cellboxes around grid_width multiples (cellboxes at the min and max longtitude) + self.assertEqual (self.mesh_builder.neighbour_graph.is_global_mesh() , True) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[0] , self.mesh_builder.mesh.cellboxes[71]) , Direction.west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[71] , self.mesh_builder.mesh.cellboxes[0]) , Direction.east) + + + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[0] , self.mesh_builder.mesh.cellboxes[143]) , Direction.north_west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[72] , self.mesh_builder.mesh.cellboxes[71]) , Direction.south_west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[72] , self.mesh_builder.mesh.cellboxes[143]) , Direction.west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[72] , self.mesh_builder.mesh.cellboxes[215]) , Direction.north_west) + + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[143] , self.mesh_builder.mesh.cellboxes[72]) , Direction.east) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[143] , self.mesh_builder.mesh.cellboxes[70]) , Direction.south_west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[143] , self.mesh_builder.mesh.cellboxes[142]) , Direction.west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[143] , self.mesh_builder.mesh.cellboxes[214]) , Direction.north_west) + + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[1] , self.mesh_builder.mesh.cellboxes[0]) , Direction.west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[0] , self.mesh_builder.mesh.cellboxes[1]) , Direction.east) + + + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[1] , self.mesh_builder.mesh.cellboxes[72]) , Direction.north_west) + self.assertEqual (self.mesh_builder.neighbour_graph.get_neighbour_case(self.mesh_builder.mesh.cellboxes[1] , self.mesh_builder.mesh.cellboxes[74]) , Direction.north_east) \ No newline at end of file diff --git a/tests/unit_tests/test_vessel_performance.py b/tests/unit_tests/test_vessel_performance.py index abe96be6..81753587 100644 --- a/tests/unit_tests/test_vessel_performance.py +++ b/tests/unit_tests/test_vessel_performance.py @@ -2,7 +2,7 @@ from copy import copy import numpy as np from polar_route.vessel_performance.vessels.SDA import SDA, wind_resistance, wind_mag_dir, c_wind, calc_wind, fuel_eq -from polar_route.mesh_generation.aggregated_cellBox import AggregatedCellBox +from polar_route.mesh_generation.aggregated_cellbox import AggregatedCellBox from polar_route.mesh_generation.boundary import Boundary